jzgdev commited on
Commit
c7e47b2
·
verified ·
1 Parent(s): 907be0f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -60
  2. .gitignore +116 -0
  3. .travis.yml +43 -0
  4. .travis_dependencies.sh +45 -0
  5. .travis_download_mdb.sh +9 -0
  6. ERRATA.md +46 -0
  7. LICENSE +21 -0
  8. MANIFEST.in +10 -0
  9. README.md +85 -0
  10. conftest.py +37 -0
  11. docs/api.rst +23 -0
  12. docs/conf.py +287 -0
  13. docs/example.rst +77 -0
  14. docs/index.rst +31 -0
  15. docs/medleydb.rst +7 -0
  16. docs/modules.rst +7 -0
  17. docs/requirements.txt +3 -0
  18. medleydb/__init__.py +113 -0
  19. medleydb/annotate/__init__.py +0 -0
  20. medleydb/annotate/activation_conf.py +185 -0
  21. medleydb/annotate/has_bleed.py +61 -0
  22. medleydb/annotate/melody.py +337 -0
  23. medleydb/annotate/pyin_pitch.py +148 -0
  24. medleydb/data/Annotations/Activation_Confidence/original/AClassicEducation_NightOwl_ACTIVATION_CONF.lab +0 -0
  25. medleydb/data/Annotations/Activation_Confidence/original/AimeeNorwich_Child_ACTIVATION_CONF.lab +0 -0
  26. medleydb/data/Annotations/Activation_Confidence/original/AimeeNorwich_Flying_ACTIVATION_CONF.lab +0 -0
  27. medleydb/data/Annotations/Activation_Confidence/original/AlexanderRoss_GoodbyeBolero_ACTIVATION_CONF.lab +0 -0
  28. medleydb/data/Annotations/Activation_Confidence/original/AlexanderRoss_VelvetCurtain_ACTIVATION_CONF.lab +0 -0
  29. medleydb/data/Annotations/Activation_Confidence/original/AmarLal_Rest_ACTIVATION_CONF.lab +3973 -0
  30. medleydb/data/Annotations/Activation_Confidence/original/AmarLal_SpringDay1_ACTIVATION_CONF.lab +2885 -0
  31. medleydb/data/Annotations/Activation_Confidence/original/Auctioneer_OurFutureFaces_ACTIVATION_CONF.lab +0 -0
  32. medleydb/data/Annotations/Activation_Confidence/original/AvaLuna_Waterduct_ACTIVATION_CONF.lab +0 -0
  33. medleydb/data/Annotations/Activation_Confidence/original/BigTroubles_Phantom_ACTIVATION_CONF.lab +0 -0
  34. medleydb/data/Annotations/Activation_Confidence/original/BrandonWebster_DontHearAThing_ACTIVATION_CONF.lab +0 -0
  35. medleydb/data/Annotations/Activation_Confidence/original/BrandonWebster_YesSirICanFly_ACTIVATION_CONF.lab +2147 -0
  36. medleydb/data/Annotations/Activation_Confidence/original/CelestialShore_DieForUs_ACTIVATION_CONF.lab +0 -0
  37. medleydb/data/Annotations/Activation_Confidence/original/ChrisJacoby_BoothShotLincoln_ACTIVATION_CONF.lab +0 -0
  38. medleydb/data/Annotations/Activation_Confidence/original/ChrisJacoby_PigsFoot_ACTIVATION_CONF.lab +0 -0
  39. medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_AirTraffic_ACTIVATION_CONF.lab +0 -0
  40. medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_Boys_ACTIVATION_CONF.lab +0 -0
  41. medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_Stella_ACTIVATION_CONF.lab +0 -0
  42. medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_TheBadGuys_ACTIVATION_CONF.lab +0 -0
  43. medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_WaltzForMyVictims_ACTIVATION_CONF.lab +0 -0
  44. medleydb/data/Annotations/Activation_Confidence/original/Creepoid_OldTree_ACTIVATION_CONF.lab +0 -0
  45. medleydb/data/Annotations/Activation_Confidence/original/CroqueMadame_Oil_ACTIVATION_CONF.lab +0 -0
  46. medleydb/data/Annotations/Activation_Confidence/original/CroqueMadame_Pilot_ACTIVATION_CONF.lab +0 -0
  47. medleydb/data/Annotations/Activation_Confidence/original/Debussy_LenfantProdigue_ACTIVATION_CONF.lab +0 -0
  48. medleydb/data/Annotations/Activation_Confidence/original/DreamersOfTheGhetto_HeavyLove_ACTIVATION_CONF.lab +0 -0
  49. medleydb/data/Annotations/Activation_Confidence/original/EthanHein_1930sSynthAndUprightBass_ACTIVATION_CONF.lab +0 -0
  50. medleydb/data/Annotations/Activation_Confidence/original/EthanHein_BluesForNofi_ACTIVATION_CONF.lab +3593 -0
.gitattributes CHANGED
@@ -1,60 +1,2 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
2
+ lfs/*.tar.gz filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.gitignore ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Audio files #
2
+ ###############
3
+ *.wav
4
+ *.mp3
5
+
6
+ # Compiled source #
7
+ ###################
8
+ *.com
9
+ *.class
10
+ *.dll
11
+ *.exe
12
+ *.o
13
+ *.pyc
14
+ *.so
15
+
16
+ # Packages #
17
+ ############
18
+ # it's better to unpack these files and commit the raw source
19
+ # git has its own built in compression methods
20
+ *.7z
21
+ *.dmg
22
+ *.iso
23
+ *.jar
24
+ *.rar
25
+ *.tar
26
+ *.zip
27
+
28
+ # Python data files #
29
+ #####################
30
+ *.npy
31
+ *.pkl
32
+
33
+ # Logs and databases #
34
+ ######################
35
+ *.log
36
+ *.sql
37
+ *.sqlite
38
+
39
+ # OS generated files #
40
+ ######################
41
+ .DS_Store
42
+ .DS_Store?
43
+ ._*
44
+ .Spotlight-V100
45
+ .Trashes
46
+ .project
47
+ .pydevproject
48
+ ehthumbs.db
49
+ Thumbs.db
50
+ *~
51
+
52
+
53
+ # Byte-compiled / optimized / DLL files #
54
+ #########################################
55
+ __pycache__/
56
+ *.py[cod]
57
+
58
+ # C extensions #
59
+ ################
60
+ *.so
61
+
62
+ # Distribution / packaging #
63
+ ############################
64
+ .Python
65
+ env/
66
+ build/
67
+ develop-eggs/
68
+ dist/
69
+ downloads/
70
+ eggs/
71
+ lib/
72
+ lib64/
73
+ parts/
74
+ sdist/
75
+ var/
76
+ *.egg-info/
77
+ .installed.cfg
78
+ *.egg
79
+
80
+ # PyInstaller #
81
+ ###############
82
+ # Usually these files are written by a python script from a template
83
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
84
+ *.manifest
85
+ *.spec
86
+
87
+ # Installer logs #
88
+ ##################
89
+ pip-log.txt
90
+ pip-delete-this-directory.txt
91
+
92
+ # Unit test / coverage reports #
93
+ ################################
94
+ htmlcov/
95
+ .tox/
96
+ .coverage
97
+ .cache
98
+ nosetests.xml
99
+ coverage.xml
100
+
101
+ # Translations #
102
+ ################
103
+ *.mo
104
+ *.pot
105
+
106
+ # Django stuff #
107
+ ################
108
+ *.log
109
+
110
+ # Sphinx documentation #
111
+ ########################
112
+ docs/_build/
113
+
114
+ # PyBuilder #
115
+ #############
116
+ target/
.travis.yml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sudo: false
2
+
3
+ language: python
4
+
5
+ cache:
6
+ directories:
7
+ - $HOME/env
8
+ - $HOME/data
9
+
10
+ python:
11
+ - "2.7"
12
+ - "3.5"
13
+ - "3.6"
14
+
15
+ addons:
16
+ apt:
17
+ packages:
18
+ - sox
19
+
20
+ env:
21
+ - MEDLEYDB_PATH=$HOME/data/MedleyDB_sample
22
+
23
+ before_install:
24
+ - bash .travis_download_mdb.sh
25
+ - bash .travis_dependencies.sh
26
+ - export PATH="$HOME/env/miniconda$TRAVIS_PYTHON_VERSION/bin:$PATH";
27
+ - hash -r
28
+ - source activate test-environment
29
+
30
+ # command to install dependencies
31
+ install:
32
+ - pip install coveralls
33
+ - pip install -e .
34
+
35
+ # command to run tests
36
+ script: nosetests --with-coverage --cover-erase --cover-package=medleydb -v -w tests/
37
+
38
+ after_success:
39
+ - coveralls
40
+ - pip uninstall -y medleydb
41
+
42
+ after_failure:
43
+ - pip uninstall -y medleydb
.travis_dependencies.sh ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ #Thanks bmcfee!
3
+
4
+ ENV_NAME="test-environment"
5
+ set -e
6
+
7
+ conda_create ()
8
+ {
9
+
10
+ hash -r
11
+ conda config --set always_yes yes --set changeps1 no
12
+ conda update -q conda
13
+ conda config --add channels pypi
14
+ conda info -a
15
+ deps='pip numpy scipy nose coverage matplotlib scikit-learn'
16
+
17
+ conda create -q -n $ENV_NAME "python=$TRAVIS_PYTHON_VERSION" $deps
18
+ conda update --all
19
+ }
20
+
21
+ src="$HOME/env/miniconda$TRAVIS_PYTHON_VERSION"
22
+ if [ ! -d "$src" ]; then
23
+ mkdir -p $HOME/env
24
+ pushd $HOME/env
25
+
26
+ # Download miniconda packages
27
+ wget http://repo.continuum.io/miniconda/Miniconda-3.16.0-Linux-x86_64.sh -O miniconda.sh;
28
+
29
+ # Install both environments
30
+ bash miniconda.sh -b -p $src
31
+
32
+ export PATH="$src/bin:$PATH"
33
+ conda_create
34
+
35
+ source activate $ENV_NAME
36
+
37
+ conda install -c conda-forge ffmpeg
38
+
39
+ pip install python-coveralls
40
+
41
+ source deactivate
42
+ popd
43
+ else
44
+ echo "Using cached dependencies"
45
+ fi
.travis_download_mdb.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ if [ ! -d "$HOME/data/MedleyDB_sample" ]; then
4
+ mkdir -p $HOME/data
5
+ wget https://zenodo.org/record/1438309/files/MedleyDB_Sample.tar.gz?download=1 -O $HOME/data/MedleyDB_sample.tar.gz
6
+ ls $HOME/data/*
7
+ gzip -d $HOME/data/MedleyDB_sample.tar.gz
8
+ tar xvf $HOME/data/MedleyDB_sample.tar -C $HOME/data/
9
+ fi
ERRATA.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Audio Errata
2
+
3
+ The following is a list of known issues with the Audio or Metadata. Please report any issues with the code or annotations, by submitting a Pull Request or opening an [Issue](https://github.com/marl/medleydb/issues).
4
+
5
+ ### Types of Errors:
6
+ 1. Stem/Raw contains bleed, track not tagged as `has_bleed`
7
+ 2. Raw track has effects processing.
8
+ 3. Duplicate Stem/Raw
9
+ 4. Raw does not match Stem
10
+
11
+ =============================
12
+
13
+ | File | Error |
14
+ | ------------- |-------------|
15
+ | **AClassicEducation_NightOwl** | |
16
+ | `AClassicEducation_NightOwl_RAW_02_09.wav` | 4 |
17
+ | `AClassicEducation_NightOwl_RAW_02_10.wav` | 4 |
18
+ | `AClassicEducation_NightOwl_RAW_02_13.wav` | 4 |
19
+ | `AClassicEducation_NightOwl_RAW_13_01.wav` | 2 |
20
+ | `AClassicEducation_NightOwl_RAW_13_02.wav` | 2 |
21
+ | **BrandonWebster_DontHearAThing** |
22
+ | `BrandonWebster_DontHearAThing_STEM_02.wav` | 1 |
23
+ | **CelestialShore_DireForUs** |
24
+ | `CelestialShore_DieForUs_STEM_01.wav` | 2 |
25
+ | `CelestialShore_DieForUs_STEM_02.wav` | 2 |
26
+ | `CelestialShore_DieForUs_RAW_01_01.wav` | 2 |
27
+ | `CelestialShore_DieForUs_RAW_01_02.wav` | 2 |
28
+ | `CelestialShore_DieForUs_RAW_02_01.wav` | 2 |
29
+ | `CelestialShore_DieForUs_RAW_02_02.wav` | 2 |
30
+ | **ClaraBerryAndWooldog_Boys** |
31
+ |`ClaraBerryAndWooldog_Boys_STEM_01.wav` | 1 |
32
+ |`ClaraBerryAndWooldog_Boys_STEM_05.wav` | 1 |
33
+ | **Creepoid_OldTree** |
34
+ |`Creepoid_OldTree_RAW_02_01.wav` | 1 |
35
+ | **LizNelson_ImComingHome** |
36
+ |`LizNelson_ImComingHome_STEM_02.wav` | 1 |
37
+ | **Lushlife_ToynbeeSuite** |
38
+ |`Lushlife_ToynbeeSuite_STEM_12.wav` | 1 |
39
+ | **MusicDelta_Country2** |
40
+ |`MusicDelta_Country2_RAW_04_01.wav` | 3 |
41
+ |`MusicDelta_Country2_RAW_03_01.wav` | 3 |
42
+ | **MusicDelta_Pachelbel** |
43
+ |`MusicDelta_Pachelbel_RAW_04_01.wav` | 4 |
44
+ | **TheScarletBrand_LesFleursDuMal** |
45
+ |`TheScarletBrand_LesFleursDuMal_STEM_08.wav` | 1 |
46
+
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Rachel Bittner
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
MANIFEST.in ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ include *.rst *.txt LICENSE README.md .travis.yml docs/Makefile
2
+ recursive-include Annotations *.lab
3
+ recursive-include Annotations *.txt
4
+ recursive-include Annotations *.csv
5
+ recursive-include Annotations */*.csv
6
+ recursive-include METADATA *.yaml
7
+ recursive-include tests *.py
8
+ recursive-include docs *.rst
9
+ recursive-include docs *.py
10
+ prune docs/_build
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ medleydb
2
+ ========
3
+
4
+ Annotations and Python tools for MedleyDB. [Read the Docs here](http://medleydb.readthedocs.org).
5
+
6
+ [![Documentation Status](https://readthedocs.org/projects/medleydb/badge/?version=latest)](http://medleydb.readthedocs.io/en/latest/?badge=latest)
7
+ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/marl/medleydb/master/LICENSE.md)
8
+ [![PyPI](https://img.shields.io/pypi/pyversions/Django.svg?maxAge=2592000)]()
9
+
10
+ [![Build Status](https://travis-ci.org/marl/medleydb.svg?branch=medleydb_v1.1)](https://travis-ci.org/marl/medleydb)
11
+ [![Coverage Status](https://coveralls.io/repos/github/marl/medleydb/badge.svg?branch=master)](https://coveralls.io/github/marl/medleydb?branch=master)
12
+
13
+ Maintained by Rachel Bittner rachel (dot) bittner (at) nyu (dot) edu.
14
+
15
+ This code is released along with [MedleyDB](http://medleydb.weebly.com) and is a component of the work presented in the following publications:
16
+
17
+ [R. Bittner](https://github.com/rabitt), [J. Salamon](https://github.com/justinsalamon), M. Tierney, M. Mauch, [C. Cannam](https://github.com/cannam) and J. P. Bello,
18
+ "[MedleyDB: A Multitrack Dataset for Annotation-Intensive MIR Research](http://marl.smusic.nyu.edu/medleydb_webfiles/bittner_medleydb_ismir2014.pdf)", in
19
+ 15th International Society for Music Information Retrieval Conference,
20
+ Taipei, Taiwan, Oct. 2014.
21
+
22
+ [R. Bittner](https://github.com/rabitt), [J. Wilkins](https://github.com/jlw365), [H. Yip](https://github.com/hmyip1) and J. P. Bello,
23
+ "[MedleyDB 2.0: New Data and a System for Sustainable Data Collection](https://wp.nyu.edu/ismir2016/wp-content/uploads/sites/2294/2016/08/bittner-medleydb.pdf)", in
24
+ Proceedings of the 17th International Society for Music Information Retrieval Conference Late Breaking and Demo Papers,
25
+ New York City, USA, Aug. 2016.
26
+
27
+
28
+ See Also
29
+ ========
30
+ [MedleyDeBugger](https://github.com/marl/medley-de-bugger)
31
+
32
+ [MedleyDB Manager](https://github.com/marl/medleydb_manager)
33
+
34
+
35
+ Annotations
36
+ ===========
37
+ As of v1.2, this repository contains the most up to date version of the
38
+ medleydb annotations. If you find any problems with an annotation, or would
39
+ like to contribute annotations, please report an issue submit a pull request. :)
40
+
41
+ Setup
42
+ =====
43
+
44
+ First clone this repository:
45
+
46
+ ```bash
47
+ git clone https://github.com/marl/medleydb.git
48
+ ```
49
+
50
+ Install the package
51
+
52
+ ```bash
53
+ cd medleydb
54
+ pip install .
55
+ ```
56
+
57
+ Next, set the environment variable MEDLEYDB_PATH to the local path where
58
+ the MedleyDB directory (or MedleyDB_sample) lives:
59
+
60
+ ```bash
61
+ export MEDLEYDB_PATH="path/to/your/copy/of/MedleyDB"
62
+ ```
63
+
64
+ To avoid doing this step every time, copy the line above to ```~/.bash_profile```
65
+ or ```~/.bashrc```.
66
+
67
+ Dependencies
68
+ ------------
69
+
70
+ * Python, will be installed by pip
71
+ * [librosa](https://bmcfee.github.io/librosa/)
72
+ * [numpy](http://www.numpy.org/)
73
+ * [pyyaml](http://pyyaml.org/)
74
+ * [sox](https://github.com/rabitt/pysox)
75
+
76
+ If you use homebrew, you can install sox by doing:
77
+
78
+ ```bash
79
+ brew install sox # install the binary
80
+ pip install sox # install the python package
81
+ ```
82
+
83
+ Known Issues
84
+ ============
85
+ Known issues with the Audio and Metadata can be found [here](https://github.com/marl/medleydb/blob/master/ERRATA.md).
conftest.py ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import numpy
3
+ import pytest
4
+ import random as rand
5
+ import medleydb.sql as m
6
+
7
+
8
+ @pytest.fixture(params=(44100, 16000))
9
+ def fs(request):
10
+ return request.param
11
+
12
+
13
+ @pytest.fixture(params=(1,))
14
+ def sig(request, fs, random):
15
+ l = 1
16
+
17
+ return numpy.squeeze(
18
+ numpy.random.uniform(-1.0, 1.0, (l * fs, request.param))
19
+ )
20
+
21
+
22
+ @pytest.fixture
23
+ def random():
24
+ rand.seed(0)
25
+ numpy.random.seed(0)
26
+
27
+
28
+ @pytest.fixture(scope="session")
29
+ def medleydb():
30
+ os.environ['MEDLEYDB_PATH']
31
+
32
+
33
+ @pytest.fixture(scope="session", autouse=True)
34
+ def session(medleydb):
35
+ _session = m.session(ephemeral=True)
36
+ m.from_medleydb(_session, limit=2)
37
+ return _session
docs/api.rst ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .. _api:
2
+
3
+ .. module:: medleydb
4
+
5
+ Multitrack
6
+ ----------
7
+ .. automodule:: medleydb.multitrack
8
+ :members:
9
+
10
+ Mix
11
+ ---
12
+ .. automodule:: medleydb.mix
13
+ :members:
14
+
15
+ Utils
16
+ -----
17
+ .. automodule:: medleydb.utils
18
+ :members:
19
+
20
+ Generate Melody Annotations
21
+ ---------------------------
22
+ .. automodule:: medleydb.annotate.generate_melody_annotations
23
+ :members:
docs/conf.py ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # medleydb documentation build configuration file, created by
4
+ # sphinx-quickstart on Thu May 9 17:07:16 2013.
5
+ #
6
+ # This file is execfile()d with the current directory set to its containing
7
+ # dir.
8
+ #
9
+ # Note that not all possible configuration values are present in this
10
+ # autogenerated file.
11
+ #
12
+ # All configuration values have a default; values that are commented out
13
+ # serve to show the default.
14
+
15
+ import sys
16
+ import six
17
+ import os
18
+ import shlex
19
+
20
+ execfile('../medleydb/version.py')
21
+
22
+ # If extensions (or modules to document with autodoc) are in another directory,
23
+ # add these directories to sys.path here. If the directory is relative to the
24
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
25
+ sys.path.insert(0, os.path.abspath('./'))
26
+ sys.path.insert(0, os.path.abspath('../'))
27
+
28
+ # If extensions (or modules to document with autodoc) are in another directory,
29
+ # add these directories to sys.path here. If the directory is relative to the
30
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
31
+ # sys.path.insert(0, os.path.abspath('.'))
32
+
33
+ # -- General configuration ----------------------------------------------------
34
+
35
+ # If your documentation needs a minimal Sphinx version, state it here.
36
+ # needs_sphinx = '1.0'
37
+
38
+ # Add any Sphinx extension module names here, as strings. They can be
39
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
40
+ extensions = [
41
+ 'sphinx.ext.autodoc',
42
+ 'sphinx.ext.coverage',
43
+ 'sphinx.ext.viewcode',
44
+ 'numpydoc'
45
+ ]
46
+
47
+ # Add any paths that contain templates here, relative to this directory.
48
+ templates_path = ['_templates']
49
+
50
+ # The suffix of source filenames.
51
+ source_suffix = '.rst'
52
+
53
+ # The encoding of source files.
54
+ # source_encoding = 'utf-8-sig'
55
+
56
+ # The master toctree document.
57
+ master_doc = 'index'
58
+
59
+ # General information about the project.
60
+ project = u'medleydb'
61
+ copyright = u'2016, Rachel Bittner'
62
+ author = 'Rachel Bittner'
63
+
64
+
65
+ # Mock the dependencies
66
+ if six.PY3:
67
+ from unittest.mock import MagicMock
68
+ else:
69
+ from mock import Mock as MagicMock
70
+
71
+
72
+ class Mock(MagicMock):
73
+ @classmethod
74
+ def __getattr__(cls, name):
75
+ return MagicMock()
76
+
77
+
78
+ MOCK_MODULES = [
79
+ 'librosa', 'sox', 'numpy', 'numpy.polynomial', 'yaml',
80
+ 'numpy.polynomial.polynomial', 'sklearn', 'sklearn.ensemble',
81
+ 'sklearn.model_selection', 'mir_eval', 'mir_eval.melody',
82
+ 'mir_eval.melody.hz2cents' 'seaborn', 'scipy', 'scipy.signal',
83
+ 'scipy.stats', 'matplotlib', 'matplotlib.pyplot', 'multitrack',
84
+ 'generate_melody_annotations'
85
+ ]
86
+
87
+ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
88
+
89
+ # The version info for the project you're documenting, acts as replacement for
90
+ # |version| and |release|, also used in various other places throughout the
91
+ # built documents.
92
+ #
93
+ # The short X.Y version.
94
+
95
+ # The full version, including alpha/beta/rc tags.
96
+ release = version
97
+
98
+ # The language for content autogenerated by Sphinx. Refer to documentation
99
+ # for a list of supported languages.
100
+ language = None
101
+
102
+ # There are two options for replacing |today|: either, you set today to some
103
+ # non-false value, then it is used:
104
+ # today = ''
105
+ # Else, today_fmt is used as the format for a strftime call.
106
+ # today_fmt = '%B %d, %Y'
107
+
108
+ # List of patterns, relative to source directory, that match files and
109
+ # directories to ignore when looking for source files.
110
+ exclude_patterns = ['_build']
111
+
112
+ # The reST default role (used for this markup: `text`) to use for all
113
+ # documents.
114
+ # default_role = None
115
+
116
+ # If true, '()' will be appended to :func: etc. cross-reference text.
117
+ # add_function_parentheses = True
118
+
119
+ # If true, the current module name will be prepended to all description
120
+ # unit titles (such as .. function::).
121
+ # add_module_names = True
122
+
123
+ # If true, sectionauthor and moduleauthor directives will be shown in the
124
+ # output. They are ignored by default.
125
+ # show_authors = False
126
+
127
+ # The name of the Pygments (syntax highlighting) style to use.
128
+ pygments_style = 'sphinx'
129
+
130
+ # A list of ignored prefixes for module index sorting.
131
+ # modindex_common_prefix = []
132
+
133
+
134
+ # -- Options for HTML output --------------------------------------------------
135
+
136
+ # The theme to use for HTML and HTML Help pages. See the documentation for
137
+ # a list of builtin themes.
138
+ html_theme = 'classic'
139
+
140
+ # Theme options are theme-specific and customize the look and feel of a theme
141
+ # further. For a list of options available for each theme, see the
142
+ # documentation.
143
+ # html_theme_options = {}
144
+
145
+ # Add any paths that contain custom themes here, relative to this directory.
146
+ # html_theme_path = []
147
+
148
+ # The name for this set of Sphinx documents. If None, it defaults to
149
+ # "<project> v<release> documentation".
150
+ # html_title = None
151
+
152
+ # A shorter title for the navigation bar. Default is the same as html_title.
153
+ # html_short_title = None
154
+
155
+ # The name of an image file (relative to this directory) to place at the top
156
+ # of the sidebar.
157
+ # html_logo = None
158
+
159
+ # The name of an image file (within the static path) to use as favicon of the
160
+ # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
161
+ # pixels large.
162
+ # html_favicon = None
163
+
164
+ # Add any paths that contain custom static files (such as style sheets) here,
165
+ # relative to this directory. They are copied after the builtin static files,
166
+ # so a file named "default.css" will overwrite the builtin "default.css".
167
+ html_static_path = ['_static']
168
+
169
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
170
+ # using the given strftime format.
171
+ # html_last_updated_fmt = '%b %d, %Y'
172
+
173
+ # If true, SmartyPants will be used to convert quotes and dashes to
174
+ # typographically correct entities.
175
+ # html_use_smartypants = True
176
+
177
+ # Custom sidebar templates, maps document names to template names.
178
+ # html_sidebars = {}
179
+
180
+ # Additional templates that should be rendered to pages, maps page names to
181
+ # template names.
182
+ # html_additional_pages = {}
183
+
184
+ # If false, no module index is generated.
185
+ # html_domain_indices = True
186
+
187
+ # If false, no index is generated.
188
+ # html_use_index = True
189
+
190
+ # If true, the index is split into individual pages for each letter.
191
+ # html_split_index = False
192
+
193
+ # If true, links to the reST sources are added to the pages.
194
+ # html_show_sourcelink = True
195
+
196
+ # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
197
+ # html_show_sphinx = True
198
+
199
+ # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
200
+ # html_show_copyright = True
201
+
202
+ # If true, an OpenSearch description file will be output, and all pages will
203
+ # contain a <link> tag referring to it. The value of this option must be the
204
+ # base URL from which the finished HTML is served.
205
+ # html_use_opensearch = ''
206
+
207
+ # This is the file name suffix for HTML files (e.g. ".xhtml").
208
+ # html_file_suffix = None
209
+
210
+ # Output file base name for HTML help builder.
211
+ htmlhelp_basename = 'medleydbdoc'
212
+
213
+
214
+ # -- Options for LaTeX output -------------------------------------------------
215
+
216
+ latex_elements = {
217
+ # The paper size ('letterpaper' or 'a4paper').
218
+ # 'papersize': 'letterpaper',
219
+
220
+ # The font size ('10pt', '11pt' or '12pt').
221
+ # 'pointsize': '10pt',
222
+
223
+ # Additional stuff for the LaTeX preamble.
224
+ # 'preamble': '',
225
+ }
226
+
227
+ # Grouping the document tree into LaTeX files. List of tuples
228
+ # (source start file, target name, title, author, documentclass [howto/manual])
229
+ latex_documents = [
230
+ ('index', 'medleydb.tex', u'medleydb Documentation',
231
+ u'Rachel Bittner', 'manual'),
232
+ ]
233
+
234
+ # The name of an image file (relative to this directory) to place at the top of
235
+ # the title page.
236
+ # latex_logo = None
237
+
238
+ # For "manual" documents, if this is true, then toplevel headings are parts,
239
+ # not chapters.
240
+ # latex_use_parts = False
241
+
242
+ # If true, show page references after internal links.
243
+ # latex_show_pagerefs = False
244
+
245
+ # If true, show URL addresses after external links.
246
+ # latex_show_urls = False
247
+
248
+ # Documents to append as an appendix to all manuals.
249
+ # latex_appendices = []
250
+
251
+ # If false, no module index is generated.
252
+ # latex_domain_indices = True
253
+
254
+
255
+ # -- Options for manual page output -------------------------------------------
256
+
257
+ # One entry per manual page. List of tuples
258
+ # (source start file, name, description, authors, manual section).
259
+ man_pages = [
260
+ (master_doc, 'medleydb', u'medleydb Documentation',
261
+ [u'Rachel Bittner'], 1)
262
+ ]
263
+
264
+ # If true, show URL addresses after external links.
265
+ # man_show_urls = False
266
+
267
+
268
+ # -- Options for Texinfo output -----------------------------------------------
269
+
270
+ # Grouping the document tree into Texinfo files. List of tuples
271
+ # (source start file, target name, title, author,
272
+ # dir menu entry, description, category)
273
+ texinfo_documents = [
274
+ ('index', 'medleydb', u'medleydb Documentation',
275
+ u'Rachel Bittner', 'medleydb'),
276
+ ]
277
+
278
+ # Documents to append as an appendix to all manuals.
279
+ # texinfo_appendices = []
280
+
281
+ # If false, no module index is generated.
282
+ # texinfo_domain_indices = True
283
+
284
+ # How to display URL addresses: 'footnote', 'no', or 'inline'.
285
+ # texinfo_show_urls = 'footnote'
286
+
287
+ # numpydoc_show_class_members = False
docs/example.rst ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .. _example:
2
+
3
+ Basic Usage
4
+ ===========
5
+
6
+ .. code-block:: python
7
+ :linenos:
8
+
9
+ import medleydb as mdb
10
+
11
+ # Load all multitracks
12
+ mtrack_generator = mdb.load_all_multitracks()
13
+ for mtrack in mtrack_generator:
14
+ print(mtrack.track_id)
15
+ # do stuff
16
+
17
+ # Load specific multitracks
18
+ mtrack1 = mdb.MultiTrack('LizNelson_Rainfall')
19
+ mtrack2 = mdb.MultiTrack('Phoenix_ScotchMorris')
20
+
21
+ # Look at some attributes
22
+ mtrack1.has_bleed
23
+ > False
24
+ mtrack2.has_bleed
25
+ > True
26
+ mtrack1.artist
27
+ > LizNelson
28
+ mtrack2.artist
29
+ > Phoenix
30
+ mtrack1.is_instrumental
31
+ > False
32
+ mtrack2.is_instrumental
33
+ > True
34
+ mtrack1.stem_instruments
35
+ > ['acoustic guitar',
36
+ 'clean electric guitar',
37
+ 'female singer',
38
+ 'female singer',
39
+ 'female singer']
40
+ mtrack1.melody1_annotation[:2]
41
+ > [[0.0, 0.0], [0.005804988662131519, 0.0]]
42
+
43
+ # Attributes of a stem
44
+ example_stem = mtrack1.stems[1]
45
+ example_stem.instrument
46
+ > 'female singer'
47
+ example_stem.f0_type
48
+ > 'm'
49
+ example_stem.pitch_annotation[:2]
50
+ > [[14.622766439, 167.49], [14.628571428, 166.969]]
51
+ example_stem.component
52
+ > 'melody'
53
+
54
+ Loading a subset of the dataset
55
+ ===============================
56
+
57
+ .. code-block:: python
58
+ :linenos:
59
+
60
+ import medleydb as mdb
61
+ track_ids = ['MusicDelta_Rock', 'MusicDelta_Reggae', 'MusicDelta_Disco']
62
+ dataset_subset = mdb.load_multitracks(track_ids)
63
+
64
+ Getting stems matching an instrument label
65
+ ==========================================
66
+
67
+ .. code-block:: python
68
+ :linenos:
69
+
70
+ import medleydb as mdb
71
+
72
+ dataset = mdb.load_all_multitracks()
73
+ clarinet_files = mdb.get_files_for_instrument('clarinet')
74
+
75
+ # get all valid instrument labels
76
+ instruments = mdb.get_valid_instrument_labels()
77
+ print instruments
docs/index.rst ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ medleydb
2
+ ========
3
+
4
+ This library contains tools for working with the MedleyDB dataset.
5
+ For more information on the MedleyDB dataset, visit http://medleydb.weebly.com/.
6
+
7
+ Examples
8
+ ========
9
+ .. toctree::
10
+ :maxdepth: 2
11
+
12
+ example
13
+
14
+ API Reference
15
+ =============
16
+ .. toctree::
17
+ :maxdepth: 2
18
+
19
+ api
20
+
21
+ Contribute
22
+ ==========
23
+ - `Issue Tracker <http://github.com/marl/medleydb/issues>`_
24
+ - `Source Code <http://github.com/marl/medleydb>`_
25
+
26
+ Indices and tables
27
+ ==================
28
+
29
+ * :ref:`genindex`
30
+ * :ref:`modindex`
31
+ * :ref:`search`
docs/medleydb.rst ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ medleydb reference
2
+ ------------------
3
+
4
+ .. automodule:: medleydb
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
docs/modules.rst ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Modules
2
+ =======
3
+
4
+ .. toctree::
5
+ :maxdepth: 4
6
+
7
+ medleydb
docs/requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ numpydoc>=0.5
2
+ sox>=1.2
3
+ numpy
medleydb/__init__.py ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+ # -*- coding: utf-8 -*-
3
+ """ Python tools for using MedleyDB """
4
+
5
+ import logging
6
+ from os import path
7
+ from os import environ
8
+ import warnings
9
+ import yaml
10
+ import json
11
+
12
+ from .version import version as __version__
13
+
14
+ __all__ = ["__version__"]
15
+
16
+ logging.basicConfig(level=logging.CRITICAL)
17
+
18
+ if "MEDLEYDB_PATH" in environ and path.exists(environ["MEDLEYDB_PATH"]):
19
+ MEDLEYDB_PATH = environ["MEDLEYDB_PATH"]
20
+ AUDIO_AVAILABLE = True
21
+ elif "MEDLEYDB_PATH" not in environ:
22
+ warnings.warn(
23
+ "The environment variable MEDLEYDB_PATH is not set. "
24
+ "As a result, any part of the code that requires the audio won't work. "
25
+ "If you don't need to access the audio, disregard this warning. "
26
+ "If you do, set the environment variable MEDLEYDB_PATH to your "
27
+ "local copy of MedleyDB.",
28
+ UserWarning
29
+ )
30
+ MEDLEYDB_PATH = ""
31
+ AUDIO_AVAILABLE = False
32
+ else:
33
+ MEDLEYDB_PATH = environ["MEDLEYDB_PATH"]
34
+ warnings.warn(
35
+ "The value set for MEDLEYDB_PATH: %s does not exist. "
36
+ "As a result, any part of the code that requires the audio won't work. "
37
+ "If you don't need to access the audio, disregard this warning. "
38
+ "If you do, set the environment variable MEDLEYDB_PATH to your local "
39
+ "copy of MedleyDB." % MEDLEYDB_PATH,
40
+ UserWarning
41
+ )
42
+ AUDIO_AVAILABLE = False
43
+
44
+ # The taxonomy, tracklist, annotations and metadata are version controlled and
45
+ # stored inside the repository
46
+ ANNOT_PATH = path.join(path.dirname(__file__), 'data', 'Annotations')
47
+ METADATA_PATH = path.join(path.dirname(__file__), 'data', 'Metadata')
48
+
49
+ def read_tracklist(filename):
50
+ tracklist = []
51
+ with open(path.join(path.dirname(__file__), 'resources',
52
+ filename), 'r') as fhand:
53
+ for line in fhand.readlines():
54
+ tracklist.append(line.strip('\n'))
55
+ return tracklist
56
+
57
+ TRACK_LIST_V1 = read_tracklist('tracklist_v1.txt')
58
+ TRACK_LIST_V2 = read_tracklist('tracklist_v2.txt')
59
+ TRACK_LIST_EXTRA = read_tracklist('tracklist_extra.txt')
60
+ TRACK_LIST_BACH10 = read_tracklist('tracklist_bach10.txt')
61
+
62
+ with open(path.join(path.dirname(__file__), 'resources',
63
+ 'taxonomy.yaml'), 'r') as fhandle:
64
+ INST_TAXONOMY = yaml.load(fhandle)
65
+
66
+ with open(path.join(path.dirname(__file__), 'resources',
67
+ 'instrument_f0_type.json'), 'r') as fhandle:
68
+ INST_F0_TYPE = json.load(fhandle)
69
+
70
+ with open(path.join(path.dirname(__file__), 'resources',
71
+ 'mixing_coefficients_version2.yaml'), 'r') as fhandle:
72
+ MIXING_COEFFICIENTS = yaml.load(fhandle)
73
+
74
+ with open(path.join(path.dirname(__file__), 'resources',
75
+ 'artist_index.json'), 'r') as fhandle:
76
+ ARTIST_INDEX = json.load(fhandle)
77
+
78
+ GRDIVE_CONFIG_PATH = path.join(
79
+ path.dirname(__file__), 'resources', 'client_secrets.json'
80
+ )
81
+
82
+ PYIN_N3_PATH = path.join(path.dirname(__file__), 'resources', 'pyin.n3')
83
+
84
+ # Audio is downloaded separately and is not version controlled :'(.
85
+ # This is the motivation for requesting the user to set the MEDLEYDB_PATH
86
+ if AUDIO_AVAILABLE:
87
+ AUDIO_PATH = path.join(MEDLEYDB_PATH, 'Audio')
88
+ if not path.exists(AUDIO_PATH):
89
+ AUDIO_PATH = None
90
+ warnings.warn(
91
+ "The medleydb audio was not found at the expected path: %s "
92
+ "This module will still function, but without the "
93
+ "ability to access any of the audio." % AUDIO_PATH,
94
+ UserWarning
95
+ )
96
+ else:
97
+ AUDIO_PATH = None
98
+
99
+ from .utils import (
100
+ load_melody_multitracks,
101
+ load_all_multitracks,
102
+ load_multitracks,
103
+ get_files_for_instrument
104
+ )
105
+
106
+ from .multitrack import (
107
+ MultiTrack,
108
+ Track,
109
+ get_duration,
110
+ read_annotation_file,
111
+ get_valid_instrument_labels,
112
+ is_valid_instrument
113
+ )
medleydb/annotate/__init__.py ADDED
File without changes
medleydb/annotate/activation_conf.py ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Generate activation confidence annotations.
2
+ """
3
+ from __future__ import division
4
+ import scipy.signal
5
+ import numpy as np
6
+ import librosa
7
+ import medleydb
8
+ import os
9
+ import argparse
10
+
11
+
12
+ def compute_activation_confidence(mtrack, win_len=4096, lpf_cutoff=0.075,
13
+ theta=0.15, var_lambda=20.0,
14
+ amplitude_threshold=0.01):
15
+ """Create the activation confidence annotation for a multitrack. The final
16
+ activation matrix is computed as:
17
+ `C[i, t] = 1 - (1 / (1 + e**(var_lambda * (H[i, t] - theta))))`
18
+ where H[i, t] is the energy of stem `i` at time `t`
19
+
20
+ Parameters
21
+ ----------
22
+ mtrack : MultiTrack
23
+ Multitrack object
24
+ win_len : int, default=4096
25
+ Number of samples in each window
26
+ lpf_cutoff : float, default=0.075
27
+ Lowpass frequency cutoff fraction
28
+ theta : float
29
+ Controls the threshold of activation.
30
+ var_labmda : float
31
+ Controls the slope of the threshold function.
32
+ amplitude_threshold : float
33
+ Energies below this value are set to 0.0
34
+
35
+ Returns
36
+ -------
37
+ C : np.array
38
+ Array of activation confidence values shape (n_conf, n_stems)
39
+ stem_index_list : list
40
+ List of stem indices in the order they appear in C
41
+
42
+ """
43
+ H = []
44
+ stem_index_list = []
45
+
46
+ # MATLAB equivalent to @hanning(win_len)
47
+ win = scipy.signal.windows.hann(win_len + 2)[1:-1]
48
+
49
+ for stem_idx, track in mtrack.stems.items():
50
+ audio, rate = librosa.load(track.audio_path, sr=44100, mono=True)
51
+ H.append(track_energy(audio.T, win_len, win))
52
+ stem_index_list.append(stem_idx)
53
+
54
+ # list to numpy array
55
+ H = np.array(H)
56
+
57
+ # normalization (to overall energy and # of sources)
58
+ E0 = np.sum(H, axis=0)
59
+
60
+ H = len(mtrack.stems) * H / np.max(E0)
61
+ # binary thresholding for low overall energy events
62
+ H[:, E0 < amplitude_threshold] = 0.0
63
+
64
+ # LP filter
65
+ b, a = scipy.signal.butter(2, lpf_cutoff, 'low')
66
+ H = scipy.signal.filtfilt(b, a, H, axis=1)
67
+
68
+ # logistic function to semi-binarize the output; confidence value
69
+ C = 1.0 - (1.0 / (1.0 + np.exp(np.dot(var_lambda, (H - theta)))))
70
+
71
+ # add time column
72
+ time = librosa.core.frames_to_time(
73
+ np.arange(C.shape[1]), sr=rate, hop_length=win_len // 2
74
+ )
75
+
76
+ # stack time column to matrix
77
+ C_out = np.vstack((time, C))
78
+ return C_out.T, stem_index_list
79
+
80
+
81
+ def track_energy(wave, win_len, win):
82
+ """Compute the energy of an audio signal
83
+
84
+ Parameters
85
+ ----------
86
+ wave : np.array
87
+ The signal from which to compute energy
88
+ win_len: int
89
+ The number of samples to use in energy computation
90
+ win : np.array
91
+ The windowing function to use in energy computation
92
+
93
+ Returns
94
+ -------
95
+ energy : np.array
96
+ Array of track energy
97
+
98
+ """
99
+ hop_len = win_len // 2
100
+
101
+ wave = np.lib.pad(
102
+ wave, pad_width=(win_len-hop_len, 0), mode='constant', constant_values=0
103
+ )
104
+
105
+ # post padding
106
+ wave = librosa.util.fix_length(
107
+ wave, int(win_len * np.ceil(len(wave) / win_len))
108
+ )
109
+
110
+ # cut into frames
111
+ wavmat = librosa.util.frame(wave, frame_length=win_len, hop_length=hop_len)
112
+
113
+ # Envelope follower
114
+ wavmat = hwr(wavmat) ** 0.5 # half-wave rectification + compression
115
+
116
+ return np.mean((wavmat.T * win), axis=1)
117
+
118
+
119
+ def hwr(x):
120
+ """ Half-wave rectification.
121
+
122
+ Parameters
123
+ ----------
124
+ x : array-like
125
+ Array to half-wave rectify
126
+
127
+ Returns
128
+ -------
129
+ x_hwr : array-like
130
+ Half-wave rectified array
131
+
132
+ """
133
+ return (x + np.abs(x)) / 2
134
+
135
+
136
+ def write_activations_to_csv(mtrack, activations, stem_index_list,
137
+ overwrite_existing=False):
138
+ """Write computed activations to the multitrack's activation confidence
139
+ file.
140
+
141
+ Parameters
142
+ ----------
143
+ mtrack : MultiTrack
144
+ Multitrack object
145
+ activations : np.array
146
+ Matrix of stem activations
147
+ stem_index_list : list
148
+ List of stem indices
149
+ overwrite_existing : bool, default=False
150
+ If True, overwrites an existing activation confidence file
151
+
152
+ """
153
+ stem_str = ",".join(
154
+ ["S%02d" % stem_idx for stem_idx in stem_index_list]
155
+ )
156
+ if not os.path.exists(mtrack.activation_conf_fpath) or overwrite_existing:
157
+ np.savetxt(
158
+ mtrack.activation_conf_fpath,
159
+ activations,
160
+ header='time,{}'.format(stem_str),
161
+ delimiter=',',
162
+ fmt='%.4f',
163
+ comments=''
164
+ )
165
+
166
+
167
+ def main(args):
168
+ """Main function. Computes the activation confidence annotation for a given
169
+ multitrack id.
170
+ """
171
+ mtrack = medleydb.MultiTrack(args.track_id)
172
+ if os.path.exists(mtrack.activation_conf_fpath):
173
+ return True
174
+
175
+ activations, index_list = compute_activation_confidence(mtrack)
176
+ write_activations_to_csv(mtrack, activations, index_list)
177
+
178
+
179
+ if __name__ == "__main__":
180
+ parser = argparse.ArgumentParser(description="")
181
+ parser.add_argument("track_id",
182
+ type=str,
183
+ default="LizNelson_Rainfall",
184
+ help="MedleyDB track id. Ex. LizNelson_Rainfall")
185
+ main(parser.parse_args())
medleydb/annotate/has_bleed.py ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+ """Script to create stem level has_bleed annotations."""
3
+
4
+ from __future__ import print_function
5
+
6
+ import argparse
7
+ import librosa
8
+ import numpy as np
9
+
10
+ from medleydb.multitrack import MultiTrack
11
+
12
+
13
+ def load_audio(filepath, samplerate):
14
+ y, sr = librosa.load(filepath, sr=samplerate)
15
+ return y, sr
16
+
17
+
18
+ def make_audio_stack(mtrack, fs=22050):
19
+ stems = mtrack.stems
20
+ n_stems = len(stems)
21
+
22
+ print("loading stem 1...")
23
+ stem1_audio, fs = load_audio(stems[1].audio_path, fs)
24
+ n_samples = len(stem1_audio)
25
+
26
+ audio_stack = np.zeros((n_stems, n_samples))
27
+
28
+ for stem_idx in stems:
29
+ if stem_idx == 1:
30
+ audio_stack[0, :] = stem1_audio
31
+ else:
32
+ print("loading stem %s..." % stem_idx)
33
+ audio_path = stems[stem_idx].file_path
34
+ audio_stack[stem_idx - 1, :], _ = load_audio(audio_path, fs)
35
+
36
+ return audio_stack, fs, n_samples
37
+
38
+
39
+ def compute_bleed_estimation_matrix(audio_stack, fs, n_samples):
40
+ # TODO
41
+ pass
42
+
43
+
44
+ def main(args):
45
+ mtrack = MultiTrack(args.track_id)
46
+ audio_stack, fs, n_samples = make_audio_stack(mtrack)
47
+ compute_bleed_estimation_matrix(audio_stack, fs, n_samples)
48
+ # TODO save output to file
49
+
50
+
51
+ if __name__ == "__main__":
52
+ parser = argparse.ArgumentParser(description="")
53
+ parser.add_argument("track_id",
54
+ type=str,
55
+ help="MedleyDB track id. Ex. MusicDelta_Rock")
56
+ parser.add_argument("write_output",
57
+ type=bool,
58
+ default=True,
59
+ help="If true, write the output to a file")
60
+
61
+ main(parser.parse_args())
medleydb/annotate/melody.py ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+ """Script to generate melody annotations from pitch annotations files"""
3
+
4
+ from __future__ import print_function
5
+
6
+ import argparse
7
+ import os
8
+ import csv
9
+ import numpy as np
10
+
11
+ import medleydb
12
+
13
+ HOP = 256.0 # samples
14
+ FS = 44100.0 # samples/second
15
+
16
+
17
+ def get_time_stamps(total_duration, fs, hop):
18
+ """Get an array of evenly spaced time stamps.
19
+
20
+ Parameters
21
+ ----------
22
+ total_duration : float
23
+ Duration in seconds
24
+ fs : float
25
+ Sample rate (samples/second)
26
+ hop : float
27
+ Hop size (samples)
28
+
29
+ Returns
30
+ -------
31
+ time_stamps : np.array
32
+ Array of evenly spaced time stamps.
33
+
34
+ """
35
+ time_stamps = []
36
+ n_stamps = int(np.ceil((total_duration * fs) / hop))
37
+ time_stamps = np.arange(n_stamps) * (hop / fs)
38
+ return time_stamps
39
+
40
+
41
+ def make_blank_melody_sequence(total_duration, fs, hop):
42
+ """Make a melody sequence with f0 values equal to 0.
43
+
44
+ Parameters
45
+ ----------
46
+ total_duration : float
47
+ Duration in seconds
48
+ fs : float
49
+ Sample rate (samples/second)
50
+ hop : float
51
+ Hop size (samples)
52
+
53
+ Returns
54
+ -------
55
+ melody_sequence : np.array
56
+ A melody sequence with a column of time stamps and a column of zeros
57
+
58
+ """
59
+ time_stamps = get_time_stamps(total_duration, fs, hop)
60
+ melody_sequence = np.zeros((len(time_stamps), 2))
61
+ for i, time_stamp in enumerate(time_stamps):
62
+ melody_sequence[i][0] = time_stamp
63
+ return melody_sequence
64
+
65
+
66
+ def sec_to_idx(time_in_seconds, fs, hop):
67
+ """Convert an array of times in seconds to the nearest evenly spaced indices
68
+
69
+ Parameters
70
+ ----------
71
+ time_in_seconds : array-like
72
+ Time values in seconds
73
+ fs : float
74
+ Sample rate (samples/second)
75
+ hop : float
76
+ Hop size (samples)
77
+
78
+ Returns
79
+ -------
80
+ time_idx : array-like
81
+ Indices of closest time values
82
+
83
+ """
84
+ return int(np.round(time_in_seconds * float(fs) / float(hop)))
85
+
86
+
87
+ def add_sequence_to_melody(total_duration, f0_sequence, melody_sequence, fs,
88
+ hop, dim=1, start_t=0, end_t=-1):
89
+ """Add an f0 sequence to a melody.
90
+
91
+ Parameters
92
+ ----------
93
+ total_duration : float
94
+ Track duration in seconds
95
+ f0_sequence : list or None
96
+ List of time (seconds), frequency (Hz) pairs
97
+ melody_sequence : np.array
98
+ Melody conainer. First column is time stamps
99
+ fs : float
100
+ Sample rate (samples/second)
101
+ hop : float
102
+ Hop size (samples)
103
+ dim : int, default=1
104
+ Column index to add melody sequence to
105
+ start_t : float, default=0
106
+ Start time of melody sequence
107
+ end_t : float, default=-1
108
+ End time of melody sequence. -1 defaults to track_duration
109
+
110
+ Returns
111
+ -------
112
+ melody_sequence : np.array
113
+ Sequence of melody values with newly added values
114
+
115
+ """
116
+ if start_t < 0:
117
+ start_t = 0
118
+ if end_t > total_duration:
119
+ end_t = total_duration
120
+
121
+ start_idx = sec_to_idx(start_t, fs, hop)
122
+ if end_t == -1:
123
+ end_idx = sec_to_idx(total_duration, fs, hop)
124
+ else:
125
+ end_idx = sec_to_idx(end_t, fs, hop)
126
+
127
+ if f0_sequence:
128
+ for time_freq in f0_sequence:
129
+ time = time_freq[0]
130
+ freq = time_freq[1]
131
+ time_idx = sec_to_idx(time, fs, hop)
132
+ if time_idx >= start_idx and time_idx < end_idx:
133
+ melody_sequence[time_idx][dim] = freq
134
+
135
+ return melody_sequence
136
+
137
+
138
+ def create_melody1_annotation(mtrack, fs=FS, hop=HOP):
139
+ """Create a melody1 annotation from pitch annotations
140
+
141
+ Parameters
142
+ ----------
143
+ mtrack : Multitrack
144
+ Multitrack object
145
+ fs : float
146
+ Sample rate (samples/second)
147
+ hop : float
148
+ Hop size (samples)
149
+
150
+ Returns
151
+ -------
152
+ melody1 : np.array or None
153
+ Melody 1 annotation if a predominant stem exists, else None
154
+
155
+ """
156
+ predominant_stem = mtrack.predominant_stem
157
+
158
+ if predominant_stem is not None:
159
+ f0_annotation = predominant_stem.pitch_annotation
160
+ print(f0_annotation)
161
+
162
+ melody_sequence = make_blank_melody_sequence(mtrack.duration, fs, hop)
163
+ melody1 = add_sequence_to_melody(
164
+ mtrack.duration, f0_annotation, melody_sequence, fs, hop
165
+ )
166
+ else:
167
+ melody1 = None
168
+
169
+ return melody1
170
+
171
+
172
+ def create_melody2_annotation(mtrack, fs=FS, hop=HOP):
173
+ """Create a melody2 annotation from pitch annotations
174
+
175
+ Parameters
176
+ ----------
177
+ mtrack : Multitrack
178
+ Multitrack object
179
+ fs : float
180
+ Sample rate (samples/second)
181
+ hop : float
182
+ Hop size (samples)
183
+
184
+ Returns
185
+ -------
186
+ melody2 : np.array or None
187
+ Melody 2 annotation if an intervals file exists, else None
188
+
189
+ """
190
+ if os.path.exists(mtrack.melody_intervals_fpath):
191
+
192
+ intervals = []
193
+ with open(mtrack.melody_intervals_fpath, 'rU') as fhandle:
194
+ linereader = csv.reader(fhandle, delimiter='\t')
195
+
196
+ for line in linereader:
197
+ start_t = float(line[0])
198
+ end_t = float(line[1])
199
+ stem_idx = int(line[2])
200
+ intervals.append([stem_idx, start_t, end_t])
201
+
202
+ melody_sequence = make_blank_melody_sequence(mtrack.duration, fs, hop)
203
+
204
+ for interval in intervals:
205
+ stem = mtrack.stems[interval[0]]
206
+ start_t = interval[1]
207
+ end_t = interval[2]
208
+
209
+ f0_annotation = stem.pitch_annotation
210
+
211
+ if f0_annotation is not None:
212
+ melody_sequence = add_sequence_to_melody(
213
+ mtrack.duration, f0_annotation, melody_sequence, fs, hop,
214
+ start_t=start_t, end_t=end_t
215
+ )
216
+ else:
217
+ print("Warning: stem %s has no annotation" % interval[0])
218
+
219
+ melody2 = melody_sequence
220
+
221
+ else:
222
+ melody2 = None
223
+
224
+ return melody2
225
+
226
+
227
+ def create_melody3_annotation(mtrack, fs=FS, hop=HOP):
228
+ """Create a melody3 annotation from pitch annotations
229
+
230
+ Parameters
231
+ ----------
232
+ mtrack : Multitrack
233
+ Multitrack object
234
+ fs : float
235
+ Sample rate (samples/second)
236
+ hop : float
237
+ Hop size (samples)
238
+
239
+ Returns
240
+ -------
241
+ melody3 : np.array or None
242
+ Melody 3 annotation if a rankings file exists, else None
243
+
244
+ """
245
+ melody_rankings = mtrack.melody_rankings
246
+
247
+ if melody_rankings != {}:
248
+ inverse_rankings = dict((v, k) for k, v in melody_rankings.items())
249
+
250
+ melody_sequence = make_blank_melody_sequence(mtrack.duration, fs, hop)
251
+ dim = 1
252
+ first = True
253
+ for k in sorted(inverse_rankings.keys()):
254
+ if not first:
255
+ n, m = melody_sequence.shape
256
+ temp_mel = np.zeros((n, m + 1))
257
+ temp_mel[:, :-1] = melody_sequence
258
+ melody_sequence = temp_mel
259
+ dim += 1
260
+ first = False
261
+ stem = mtrack.stems[inverse_rankings[k]]
262
+ f0_annotation = stem.pitch_annotation
263
+ melody_sequence = add_sequence_to_melody(
264
+ mtrack.duration, f0_annotation, melody_sequence,
265
+ fs, hop, dim=dim
266
+ )
267
+
268
+ melody3 = melody_sequence
269
+ else:
270
+ melody3 = None
271
+
272
+ return melody3
273
+
274
+
275
+ def write_melodies_to_csv(mtrack, melody1, melody2, melody3):
276
+ """Write melodies to csv files in the correct directory.
277
+
278
+ Parameters
279
+ ----------
280
+ mtrack : Multitrack
281
+ Multitrack object
282
+ melody1 : np.array
283
+ Melody 1 annotation
284
+ melody2 : np.array
285
+ Melody 2 annotation
286
+ melody3 : np.array
287
+ Melody 3 annotation
288
+
289
+ """
290
+
291
+ if melody1 is not None:
292
+ print("writing melody 1...")
293
+ with open(mtrack.melody1_fpath, "w") as fhandle:
294
+ writer = csv.writer(fhandle)
295
+ writer.writerows(melody1)
296
+ else:
297
+ print("melody 1 empty")
298
+
299
+ if melody2 is not None:
300
+ print("writing melody 2...")
301
+ with open(mtrack.melody2_fpath, "w") as fhandle:
302
+ writer = csv.writer(fhandle)
303
+ writer.writerows(melody2)
304
+ else:
305
+ print("melody 2 empty")
306
+
307
+ if melody3 is not None:
308
+ print("writing melody 3...")
309
+ with open(mtrack.melody3_fpath, "w") as fhandle:
310
+ writer = csv.writer(fhandle)
311
+ writer.writerows(melody3)
312
+ else:
313
+ print("melody 3 empty")
314
+
315
+
316
+ def main(args):
317
+ """Main function to create melody annotations for a multitrack.
318
+ """
319
+ mtrack = medleydb.MultiTrack(args.track_id)
320
+ melody1 = create_melody1_annotation(mtrack)
321
+ melody2 = create_melody2_annotation(mtrack)
322
+ melody3 = create_melody3_annotation(mtrack)
323
+ if args.write_output:
324
+ write_melodies_to_csv(mtrack, melody1, melody2, melody3)
325
+
326
+
327
+ if __name__ == "__main__":
328
+ parser = argparse.ArgumentParser(description="")
329
+ parser.add_argument("track_id",
330
+ type=str,
331
+ help="MedleyDB track id. Ex. MusicDelta_Rock")
332
+ parser.add_argument("write_output",
333
+ type=bool,
334
+ default=True,
335
+ help="If true, write the output to a file")
336
+
337
+ main(parser.parse_args())
medleydb/annotate/pyin_pitch.py ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Generate automatic pitch annotations using pyin
2
+ """
3
+ from __future__ import print_function
4
+
5
+ import argparse
6
+ import os
7
+ import shutil
8
+ import subprocess
9
+ from subprocess import CalledProcessError
10
+
11
+ import medleydb
12
+ from medleydb import PYIN_N3_PATH
13
+ from medleydb.multitrack import _PITCH_PYIN_PATH
14
+
15
+ OUTPUT_FILE_STRING = "vamp_pyin_pyin_smoothedpitchtrack"
16
+ VAMP_PLUGIN = b"vamp:pyin:pyin:smoothedpitchtrack"
17
+
18
+
19
+ def _check_binary():
20
+ '''Check if the vamp plugin is available and can be called.
21
+
22
+ Returns
23
+ -------
24
+ True if callable, False otherwise
25
+ '''
26
+ sonic_annotator_exists = True
27
+ try:
28
+ subprocess.check_output(['which', 'sonic-annotator'])
29
+ except CalledProcessError:
30
+ sonic_annotator_exists = False
31
+
32
+ if sonic_annotator_exists:
33
+ avail_plugins = subprocess.check_output(["sonic-annotator", "-l"])
34
+ if VAMP_PLUGIN in avail_plugins:
35
+ return True
36
+ else:
37
+ return False
38
+ else:
39
+ return False
40
+
41
+
42
+ BINARY_AVAILABLE = _check_binary()
43
+
44
+
45
+ def pyin_call(audio_fpath, save_dir):
46
+ '''Run pyin on an audio file and save results to a specified directory.
47
+
48
+ Parameters
49
+ ----------
50
+ audio_fpath : str
51
+ Path to audio file
52
+ save_dir : str
53
+ Path to save output
54
+
55
+ Returns
56
+ -------
57
+ True on success
58
+ '''
59
+ input_file_name = os.path.basename(audio_fpath)
60
+ vamp_output_name = "{}_{}.csv".format(
61
+ input_file_name.split('.')[0], OUTPUT_FILE_STRING
62
+ )
63
+ vamp_output_dir = os.path.dirname(audio_fpath)
64
+ vamp_output_path = os.path.join(vamp_output_dir, vamp_output_name)
65
+ output_path = os.path.join(save_dir, vamp_output_name)
66
+
67
+ if os.path.exists(output_path):
68
+ return True
69
+
70
+ if not BINARY_AVAILABLE:
71
+ raise EnvironmentError(
72
+ "Either the vamp plugin {} or "
73
+ "sonic-annotator is not available.".format(VAMP_PLUGIN)
74
+ )
75
+
76
+ if not os.path.exists(audio_fpath):
77
+ raise IOError("Audio path {} does not exist".format(audio_fpath))
78
+
79
+ args = [
80
+ "sonic-annotator", "-t", PYIN_N3_PATH,
81
+ "{}".format(audio_fpath), "-w", "csv", "--csv-force"
82
+ ]
83
+ os.system(' '.join(args))
84
+
85
+ if not os.path.exists(vamp_output_path):
86
+ raise IOError(
87
+ "Unable to find vamp output file {}".format(vamp_output_path)
88
+ )
89
+
90
+ shutil.move(vamp_output_path, output_path)
91
+
92
+ return True
93
+
94
+
95
+ def get_pyin_annotation(mtrack, stem_id, raw_id=None):
96
+ """Get pyin annotation for a stem or raw track for a multitrack.
97
+
98
+ Parameters
99
+ ----------
100
+ mtrack : MultiTrack object
101
+ Medleydb multitrack
102
+ stem_id : int
103
+ Stem id to annotate
104
+ raw_id : int or None, default=None
105
+ Raw id to annotate, or None to annotate a stem
106
+
107
+ Raises
108
+ ------
109
+ ValueError on invalid stem or raw ids
110
+ """
111
+ if stem_id in mtrack.stems.keys():
112
+ stem = mtrack.stems[stem_id]
113
+ else:
114
+ raise ValueError("Invalid stem id {}".format(stem_id))
115
+
116
+ if raw_id is not None and raw_id in mtrack.raw_audio[stem_id].keys():
117
+ raw = mtrack.raw_audio[stem_id]
118
+ pyin_call(raw.audio_path, _PITCH_PYIN_PATH) # run pyin on raw track
119
+ elif raw_id is None:
120
+ pyin_call(stem.audio_path, _PITCH_PYIN_PATH) # run pyin on stem
121
+ else:
122
+ raise ValueError("Invalid raw id {}".format(raw_id))
123
+
124
+
125
+ def main(args):
126
+ """Run pyin on a medleydb stem or raw track.
127
+ """
128
+ mtrack = medleydb.MultiTrack(args.track_id)
129
+ stem_id = args.stem_id
130
+ raw_id = args.raw_id
131
+
132
+ get_pyin_annotation(mtrack, stem_id, raw_id)
133
+
134
+
135
+ if __name__ == "__main__":
136
+ parser = argparse.ArgumentParser(description="")
137
+ parser.add_argument("track_id",
138
+ type=str,
139
+ help="MedleyDB track id. Ex. MusicDelta_Rock")
140
+ parser.add_argument("stem_id",
141
+ type=int,
142
+ help="stem_id to annotate")
143
+ parser.add_argument("raw_id",
144
+ type=int,
145
+ default=None,
146
+ help="raw_id to annotate. If none, annotates the stem")
147
+
148
+ main(parser.parse_args())
medleydb/data/Annotations/Activation_Confidence/original/AClassicEducation_NightOwl_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AimeeNorwich_Child_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AimeeNorwich_Flying_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AlexanderRoss_GoodbyeBolero_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AlexanderRoss_VelvetCurtain_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AmarLal_Rest_ACTIVATION_CONF.lab ADDED
@@ -0,0 +1,3973 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ time,S01,S02
2
+ 0.0000,0.0474,0.0474
3
+ 0.0464,0.0474,0.0474
4
+ 0.0929,0.0474,0.0474
5
+ 0.1393,0.0474,0.0474
6
+ 0.1858,0.0474,0.0474
7
+ 0.2322,0.0474,0.0474
8
+ 0.2786,0.0474,0.0474
9
+ 0.3251,0.0474,0.0474
10
+ 0.3715,0.0475,0.0474
11
+ 0.4180,0.0475,0.0474
12
+ 0.4644,0.0475,0.0474
13
+ 0.5108,0.0475,0.0474
14
+ 0.5573,0.0475,0.0474
15
+ 0.6037,0.0476,0.0474
16
+ 0.6502,0.0476,0.0474
17
+ 0.6966,0.0476,0.0474
18
+ 0.7430,0.0476,0.0474
19
+ 0.7895,0.0477,0.0474
20
+ 0.8359,0.0477,0.0474
21
+ 0.8824,0.0477,0.0474
22
+ 0.9288,0.0476,0.0474
23
+ 0.9752,0.0476,0.0474
24
+ 1.0217,0.0475,0.0474
25
+ 1.0681,0.0474,0.0474
26
+ 1.1146,0.0473,0.0474
27
+ 1.1610,0.0471,0.0474
28
+ 1.2074,0.0468,0.0474
29
+ 1.2539,0.0465,0.0473
30
+ 1.3003,0.0462,0.0473
31
+ 1.3468,0.0458,0.0473
32
+ 1.3932,0.0453,0.0472
33
+ 1.4396,0.0448,0.0472
34
+ 1.4861,0.0443,0.0472
35
+ 1.5325,0.0437,0.0471
36
+ 1.5790,0.0433,0.0471
37
+ 1.6254,0.0428,0.0471
38
+ 1.6718,0.0426,0.0471
39
+ 1.7183,0.0425,0.0471
40
+ 1.7647,0.0427,0.0472
41
+ 1.8112,0.0432,0.0473
42
+ 1.8576,0.0443,0.0474
43
+ 1.9040,0.0461,0.0476
44
+ 1.9505,0.0487,0.0478
45
+ 1.9969,0.0526,0.0482
46
+ 2.0434,0.0580,0.0486
47
+ 2.0898,0.0657,0.0491
48
+ 2.1362,0.0763,0.0497
49
+ 2.1827,0.0909,0.0504
50
+ 2.2291,0.1109,0.0511
51
+ 2.2756,0.1377,0.0520
52
+ 2.3220,0.1727,0.0529
53
+ 2.3684,0.2168,0.0537
54
+ 2.4149,0.2696,0.0545
55
+ 2.4613,0.3296,0.0553
56
+ 2.5078,0.3942,0.0560
57
+ 2.5542,0.4600,0.0566
58
+ 2.6006,0.5237,0.0571
59
+ 2.6471,0.5827,0.0574
60
+ 2.6935,0.6357,0.0577
61
+ 2.7400,0.6821,0.0579
62
+ 2.7864,0.7222,0.0581
63
+ 2.8328,0.7563,0.0581
64
+ 2.8793,0.7853,0.0582
65
+ 2.9257,0.8099,0.0582
66
+ 2.9722,0.8307,0.0582
67
+ 3.0186,0.8483,0.0582
68
+ 3.0650,0.8632,0.0582
69
+ 3.1115,0.8759,0.0582
70
+ 3.1579,0.8867,0.0582
71
+ 3.2044,0.8960,0.0583
72
+ 3.2508,0.9040,0.0583
73
+ 3.2972,0.9110,0.0584
74
+ 3.3437,0.9170,0.0585
75
+ 3.3901,0.9220,0.0585
76
+ 3.4366,0.9261,0.0586
77
+ 3.4830,0.9293,0.0587
78
+ 3.5294,0.9315,0.0587
79
+ 3.5759,0.9327,0.0587
80
+ 3.6223,0.9329,0.0588
81
+ 3.6688,0.9320,0.0588
82
+ 3.7152,0.9301,0.0588
83
+ 3.7616,0.9269,0.0588
84
+ 3.8081,0.9223,0.0589
85
+ 3.8545,0.9161,0.0589
86
+ 3.9010,0.9079,0.0589
87
+ 3.9474,0.8975,0.0589
88
+ 3.9938,0.8846,0.0589
89
+ 4.0403,0.8694,0.0589
90
+ 4.0867,0.8527,0.0589
91
+ 4.1332,0.8363,0.0589
92
+ 4.1796,0.8226,0.0589
93
+ 4.2260,0.8147,0.0589
94
+ 4.2725,0.8152,0.0589
95
+ 4.3189,0.8247,0.0589
96
+ 4.3654,0.8419,0.0589
97
+ 4.4118,0.8637,0.0589
98
+ 4.4582,0.8863,0.0589
99
+ 4.5047,0.9070,0.0589
100
+ 4.5511,0.9243,0.0589
101
+ 4.5976,0.9379,0.0589
102
+ 4.6440,0.9483,0.0589
103
+ 4.6904,0.9559,0.0589
104
+ 4.7369,0.9613,0.0589
105
+ 4.7833,0.9652,0.0589
106
+ 4.8298,0.9680,0.0589
107
+ 4.8762,0.9699,0.0589
108
+ 4.9226,0.9711,0.0589
109
+ 4.9691,0.9720,0.0589
110
+ 5.0155,0.9725,0.0589
111
+ 5.0620,0.9728,0.0589
112
+ 5.1084,0.9730,0.0589
113
+ 5.1548,0.9730,0.0589
114
+ 5.2013,0.9730,0.0589
115
+ 5.2477,0.9729,0.0589
116
+ 5.2941,0.9727,0.0589
117
+ 5.3406,0.9725,0.0589
118
+ 5.3870,0.9722,0.0589
119
+ 5.4335,0.9719,0.0589
120
+ 5.4799,0.9715,0.0589
121
+ 5.5263,0.9710,0.0589
122
+ 5.5728,0.9705,0.0589
123
+ 5.6192,0.9699,0.0589
124
+ 5.6657,0.9693,0.0589
125
+ 5.7121,0.9686,0.0589
126
+ 5.7585,0.9678,0.0589
127
+ 5.8050,0.9669,0.0589
128
+ 5.8514,0.9659,0.0589
129
+ 5.8979,0.9648,0.0589
130
+ 5.9443,0.9634,0.0589
131
+ 5.9907,0.9618,0.0589
132
+ 6.0372,0.9598,0.0589
133
+ 6.0836,0.9576,0.0589
134
+ 6.1301,0.9548,0.0589
135
+ 6.1765,0.9516,0.0589
136
+ 6.2229,0.9477,0.0589
137
+ 6.2694,0.9431,0.0589
138
+ 6.3158,0.9377,0.0589
139
+ 6.3623,0.9314,0.0589
140
+ 6.4087,0.9241,0.0589
141
+ 6.4551,0.9159,0.0589
142
+ 6.5016,0.9069,0.0589
143
+ 6.5480,0.8977,0.0589
144
+ 6.5945,0.8889,0.0589
145
+ 6.6409,0.8816,0.0589
146
+ 6.6873,0.8773,0.0589
147
+ 6.7338,0.8777,0.0589
148
+ 6.7802,0.8840,0.0589
149
+ 6.8267,0.8969,0.0589
150
+ 6.8731,0.9155,0.0589
151
+ 6.9195,0.9369,0.0589
152
+ 6.9660,0.9576,0.0589
153
+ 7.0124,0.9744,0.0589
154
+ 7.0589,0.9860,0.0589
155
+ 7.1053,0.9929,0.0589
156
+ 7.1517,0.9966,0.0589
157
+ 7.1982,0.9983,0.0589
158
+ 7.2446,0.9992,0.0589
159
+ 7.2911,0.9996,0.0589
160
+ 7.3375,0.9997,0.0589
161
+ 7.3839,0.9998,0.0589
162
+ 7.4304,0.9999,0.0589
163
+ 7.4768,0.9999,0.0589
164
+ 7.5233,0.9999,0.0589
165
+ 7.5697,0.9999,0.0589
166
+ 7.6161,1.0000,0.0589
167
+ 7.6626,1.0000,0.0589
168
+ 7.7090,1.0000,0.0589
169
+ 7.7555,1.0000,0.0589
170
+ 7.8019,1.0000,0.0589
171
+ 7.8483,1.0000,0.0589
172
+ 7.8948,1.0000,0.0589
173
+ 7.9412,0.9999,0.0589
174
+ 7.9877,0.9999,0.0589
175
+ 8.0341,0.9999,0.0589
176
+ 8.0805,0.9999,0.0589
177
+ 8.1270,0.9999,0.0589
178
+ 8.1734,0.9999,0.0589
179
+ 8.2199,0.9999,0.0589
180
+ 8.2663,0.9999,0.0589
181
+ 8.3127,0.9999,0.0589
182
+ 8.3592,0.9998,0.0589
183
+ 8.4056,0.9998,0.0589
184
+ 8.4521,0.9998,0.0589
185
+ 8.4985,0.9997,0.0589
186
+ 8.5449,0.9997,0.0589
187
+ 8.5914,0.9996,0.0589
188
+ 8.6378,0.9995,0.0589
189
+ 8.6843,0.9995,0.0589
190
+ 8.7307,0.9994,0.0589
191
+ 8.7771,0.9993,0.0589
192
+ 8.8236,0.9991,0.0589
193
+ 8.8700,0.9989,0.0589
194
+ 8.9165,0.9987,0.0589
195
+ 8.9629,0.9984,0.0589
196
+ 9.0093,0.9980,0.0589
197
+ 9.0558,0.9974,0.0588
198
+ 9.1022,0.9965,0.0588
199
+ 9.1487,0.9951,0.0588
200
+ 9.1951,0.9930,0.0587
201
+ 9.2415,0.9897,0.0586
202
+ 9.2880,0.9846,0.0585
203
+ 9.3344,0.9768,0.0584
204
+ 9.3809,0.9659,0.0583
205
+ 9.4273,0.9519,0.0582
206
+ 9.4737,0.9367,0.0581
207
+ 9.5202,0.9237,0.0580
208
+ 9.5666,0.9167,0.0579
209
+ 9.6131,0.9184,0.0579
210
+ 9.6595,0.9283,0.0578
211
+ 9.7059,0.9430,0.0579
212
+ 9.7524,0.9583,0.0579
213
+ 9.7988,0.9713,0.0580
214
+ 9.8453,0.9809,0.0581
215
+ 9.8917,0.9874,0.0582
216
+ 9.9381,0.9917,0.0583
217
+ 9.9846,0.9944,0.0584
218
+ 10.0310,0.9960,0.0585
219
+ 10.0775,0.9971,0.0586
220
+ 10.1239,0.9978,0.0587
221
+ 10.1703,0.9982,0.0588
222
+ 10.2168,0.9985,0.0588
223
+ 10.2632,0.9987,0.0588
224
+ 10.3097,0.9989,0.0589
225
+ 10.3561,0.9989,0.0589
226
+ 10.4025,0.9990,0.0589
227
+ 10.4490,0.9991,0.0589
228
+ 10.4954,0.9991,0.0589
229
+ 10.5419,0.9991,0.0589
230
+ 10.5883,0.9991,0.0589
231
+ 10.6347,0.9991,0.0589
232
+ 10.6812,0.9991,0.0589
233
+ 10.7276,0.9991,0.0589
234
+ 10.7741,0.9991,0.0589
235
+ 10.8205,0.9991,0.0589
236
+ 10.8669,0.9991,0.0589
237
+ 10.9134,0.9991,0.0589
238
+ 10.9598,0.9991,0.0589
239
+ 11.0063,0.9991,0.0589
240
+ 11.0527,0.9991,0.0589
241
+ 11.0991,0.9991,0.0589
242
+ 11.1456,0.9991,0.0589
243
+ 11.1920,0.9991,0.0589
244
+ 11.2385,0.9991,0.0589
245
+ 11.2849,0.9991,0.0589
246
+ 11.3313,0.9991,0.0589
247
+ 11.3778,0.9990,0.0589
248
+ 11.4242,0.9990,0.0589
249
+ 11.4707,0.9990,0.0589
250
+ 11.5171,0.9989,0.0589
251
+ 11.5635,0.9988,0.0589
252
+ 11.6100,0.9987,0.0589
253
+ 11.6564,0.9986,0.0589
254
+ 11.7029,0.9984,0.0589
255
+ 11.7493,0.9981,0.0589
256
+ 11.7957,0.9978,0.0589
257
+ 11.8422,0.9974,0.0589
258
+ 11.8886,0.9969,0.0589
259
+ 11.9351,0.9963,0.0589
260
+ 11.9815,0.9956,0.0589
261
+ 12.0279,0.9948,0.0589
262
+ 12.0744,0.9939,0.0589
263
+ 12.1208,0.9931,0.0589
264
+ 12.1673,0.9925,0.0589
265
+ 12.2137,0.9924,0.0589
266
+ 12.2601,0.9927,0.0589
267
+ 12.3066,0.9936,0.0589
268
+ 12.3530,0.9948,0.0589
269
+ 12.3995,0.9962,0.0589
270
+ 12.4459,0.9974,0.0589
271
+ 12.4923,0.9983,0.0589
272
+ 12.5388,0.9989,0.0589
273
+ 12.5852,0.9993,0.0589
274
+ 12.6317,0.9996,0.0589
275
+ 12.6781,0.9997,0.0589
276
+ 12.7245,0.9998,0.0589
277
+ 12.7710,0.9999,0.0589
278
+ 12.8174,0.9999,0.0589
279
+ 12.8639,0.9999,0.0589
280
+ 12.9103,0.9999,0.0589
281
+ 12.9567,0.9999,0.0589
282
+ 13.0032,0.9999,0.0589
283
+ 13.0496,0.9999,0.0589
284
+ 13.0961,0.9999,0.0589
285
+ 13.1425,0.9999,0.0589
286
+ 13.1889,0.9999,0.0589
287
+ 13.2354,0.9999,0.0589
288
+ 13.2818,0.9999,0.0589
289
+ 13.3283,0.9999,0.0589
290
+ 13.3747,0.9999,0.0589
291
+ 13.4211,0.9999,0.0589
292
+ 13.4676,0.9999,0.0589
293
+ 13.5140,0.9999,0.0589
294
+ 13.5605,0.9999,0.0589
295
+ 13.6069,0.9999,0.0589
296
+ 13.6533,0.9999,0.0589
297
+ 13.6998,0.9999,0.0589
298
+ 13.7462,0.9999,0.0589
299
+ 13.7927,0.9998,0.0589
300
+ 13.8391,0.9998,0.0589
301
+ 13.8855,0.9998,0.0589
302
+ 13.9320,0.9998,0.0589
303
+ 13.9784,0.9997,0.0589
304
+ 14.0249,0.9997,0.0589
305
+ 14.0713,0.9996,0.0589
306
+ 14.1177,0.9995,0.0589
307
+ 14.1642,0.9993,0.0589
308
+ 14.2106,0.9991,0.0589
309
+ 14.2571,0.9989,0.0589
310
+ 14.3035,0.9985,0.0589
311
+ 14.3499,0.9979,0.0589
312
+ 14.3964,0.9971,0.0589
313
+ 14.4428,0.9959,0.0589
314
+ 14.4893,0.9941,0.0589
315
+ 14.5357,0.9915,0.0589
316
+ 14.5821,0.9878,0.0589
317
+ 14.6286,0.9829,0.0589
318
+ 14.6750,0.9770,0.0589
319
+ 14.7215,0.9707,0.0589
320
+ 14.7679,0.9657,0.0589
321
+ 14.8143,0.9637,0.0589
322
+ 14.8608,0.9660,0.0589
323
+ 14.9072,0.9722,0.0589
324
+ 14.9537,0.9801,0.0589
325
+ 15.0001,0.9876,0.0589
326
+ 15.0465,0.9930,0.0589
327
+ 15.0930,0.9963,0.0589
328
+ 15.1394,0.9981,0.0589
329
+ 15.1859,0.9990,0.0589
330
+ 15.2323,0.9995,0.0589
331
+ 15.2787,0.9997,0.0589
332
+ 15.3252,0.9998,0.0589
333
+ 15.3716,0.9998,0.0589
334
+ 15.4180,0.9999,0.0589
335
+ 15.4645,0.9999,0.0589
336
+ 15.5109,0.9999,0.0589
337
+ 15.5574,0.9999,0.0589
338
+ 15.6038,0.9999,0.0589
339
+ 15.6502,0.9999,0.0589
340
+ 15.6967,0.9999,0.0589
341
+ 15.7431,0.9999,0.0589
342
+ 15.7896,0.9998,0.0589
343
+ 15.8360,0.9998,0.0589
344
+ 15.8824,0.9998,0.0589
345
+ 15.9289,0.9997,0.0589
346
+ 15.9753,0.9997,0.0589
347
+ 16.0218,0.9997,0.0589
348
+ 16.0682,0.9996,0.0589
349
+ 16.1146,0.9996,0.0589
350
+ 16.1611,0.9996,0.0589
351
+ 16.2075,0.9995,0.0589
352
+ 16.2540,0.9995,0.0589
353
+ 16.3004,0.9995,0.0589
354
+ 16.3468,0.9995,0.0589
355
+ 16.3933,0.9994,0.0589
356
+ 16.4397,0.9994,0.0589
357
+ 16.4862,0.9994,0.0589
358
+ 16.5326,0.9994,0.0589
359
+ 16.5790,0.9993,0.0589
360
+ 16.6255,0.9993,0.0589
361
+ 16.6719,0.9992,0.0589
362
+ 16.7184,0.9992,0.0589
363
+ 16.7648,0.9991,0.0589
364
+ 16.8112,0.9990,0.0589
365
+ 16.8577,0.9989,0.0589
366
+ 16.9041,0.9988,0.0589
367
+ 16.9506,0.9986,0.0589
368
+ 16.9970,0.9984,0.0589
369
+ 17.0434,0.9982,0.0589
370
+ 17.0899,0.9979,0.0589
371
+ 17.1363,0.9976,0.0589
372
+ 17.1828,0.9972,0.0589
373
+ 17.2292,0.9967,0.0589
374
+ 17.2756,0.9963,0.0589
375
+ 17.3221,0.9957,0.0589
376
+ 17.3685,0.9952,0.0589
377
+ 17.4150,0.9947,0.0589
378
+ 17.4614,0.9943,0.0589
379
+ 17.5078,0.9942,0.0589
380
+ 17.5543,0.9943,0.0589
381
+ 17.6007,0.9948,0.0589
382
+ 17.6472,0.9957,0.0589
383
+ 17.6936,0.9967,0.0589
384
+ 17.7400,0.9977,0.0589
385
+ 17.7865,0.9986,0.0589
386
+ 17.8329,0.9992,0.0589
387
+ 17.8794,0.9996,0.0589
388
+ 17.9258,0.9998,0.0589
389
+ 17.9722,0.9999,0.0589
390
+ 18.0187,0.9999,0.0589
391
+ 18.0651,1.0000,0.0589
392
+ 18.1116,1.0000,0.0589
393
+ 18.1580,1.0000,0.0589
394
+ 18.2044,1.0000,0.0589
395
+ 18.2509,1.0000,0.0589
396
+ 18.2973,1.0000,0.0589
397
+ 18.3438,1.0000,0.0589
398
+ 18.3902,1.0000,0.0589
399
+ 18.4366,1.0000,0.0589
400
+ 18.4831,1.0000,0.0589
401
+ 18.5295,1.0000,0.0589
402
+ 18.5760,1.0000,0.0589
403
+ 18.6224,1.0000,0.0589
404
+ 18.6688,1.0000,0.0589
405
+ 18.7153,1.0000,0.0589
406
+ 18.7617,1.0000,0.0589
407
+ 18.8082,1.0000,0.0589
408
+ 18.8546,1.0000,0.0589
409
+ 18.9010,1.0000,0.0589
410
+ 18.9475,1.0000,0.0589
411
+ 18.9939,1.0000,0.0589
412
+ 19.0404,1.0000,0.0589
413
+ 19.0868,1.0000,0.0589
414
+ 19.1332,1.0000,0.0589
415
+ 19.1797,1.0000,0.0589
416
+ 19.2261,1.0000,0.0589
417
+ 19.2726,1.0000,0.0589
418
+ 19.3190,1.0000,0.0589
419
+ 19.3654,1.0000,0.0589
420
+ 19.4119,1.0000,0.0589
421
+ 19.4583,0.9999,0.0589
422
+ 19.5048,0.9999,0.0589
423
+ 19.5512,0.9999,0.0589
424
+ 19.5976,0.9999,0.0589
425
+ 19.6441,0.9998,0.0589
426
+ 19.6905,0.9998,0.0589
427
+ 19.7370,0.9997,0.0589
428
+ 19.7834,0.9995,0.0589
429
+ 19.8298,0.9993,0.0589
430
+ 19.8763,0.9990,0.0589
431
+ 19.9227,0.9985,0.0589
432
+ 19.9692,0.9978,0.0589
433
+ 20.0156,0.9968,0.0589
434
+ 20.0620,0.9956,0.0589
435
+ 20.1085,0.9942,0.0589
436
+ 20.1549,0.9930,0.0589
437
+ 20.2014,0.9923,0.0589
438
+ 20.2478,0.9923,0.0589
439
+ 20.2942,0.9931,0.0589
440
+ 20.3407,0.9945,0.0589
441
+ 20.3871,0.9959,0.0589
442
+ 20.4336,0.9971,0.0589
443
+ 20.4800,0.9981,0.0589
444
+ 20.5264,0.9987,0.0589
445
+ 20.5729,0.9991,0.0589
446
+ 20.6193,0.9993,0.0589
447
+ 20.6658,0.9995,0.0589
448
+ 20.7122,0.9996,0.0589
449
+ 20.7586,0.9996,0.0589
450
+ 20.8051,0.9996,0.0589
451
+ 20.8515,0.9996,0.0589
452
+ 20.8980,0.9996,0.0589
453
+ 20.9444,0.9996,0.0589
454
+ 20.9908,0.9996,0.0589
455
+ 21.0373,0.9995,0.0589
456
+ 21.0837,0.9994,0.0589
457
+ 21.1302,0.9994,0.0589
458
+ 21.1766,0.9993,0.0589
459
+ 21.2230,0.9992,0.0589
460
+ 21.2695,0.9991,0.0589
461
+ 21.3159,0.9990,0.0589
462
+ 21.3624,0.9988,0.0589
463
+ 21.4088,0.9987,0.0589
464
+ 21.4552,0.9986,0.0589
465
+ 21.5017,0.9985,0.0589
466
+ 21.5481,0.9983,0.0589
467
+ 21.5946,0.9982,0.0589
468
+ 21.6410,0.9981,0.0589
469
+ 21.6874,0.9979,0.0589
470
+ 21.7339,0.9977,0.0589
471
+ 21.7803,0.9975,0.0589
472
+ 21.8268,0.9973,0.0589
473
+ 21.8732,0.9970,0.0589
474
+ 21.9196,0.9967,0.0589
475
+ 21.9661,0.9964,0.0589
476
+ 22.0125,0.9960,0.0589
477
+ 22.0590,0.9955,0.0589
478
+ 22.1054,0.9949,0.0589
479
+ 22.1518,0.9942,0.0589
480
+ 22.1983,0.9934,0.0589
481
+ 22.2447,0.9923,0.0589
482
+ 22.2912,0.9910,0.0589
483
+ 22.3376,0.9894,0.0589
484
+ 22.3840,0.9873,0.0589
485
+ 22.4305,0.9848,0.0589
486
+ 22.4769,0.9817,0.0589
487
+ 22.5234,0.9781,0.0589
488
+ 22.5698,0.9740,0.0589
489
+ 22.6162,0.9699,0.0589
490
+ 22.6627,0.9662,0.0589
491
+ 22.7091,0.9639,0.0589
492
+ 22.7556,0.9638,0.0589
493
+ 22.8020,0.9665,0.0589
494
+ 22.8484,0.9718,0.0589
495
+ 22.8949,0.9788,0.0589
496
+ 22.9413,0.9860,0.0589
497
+ 22.9878,0.9918,0.0589
498
+ 23.0342,0.9958,0.0589
499
+ 23.0806,0.9980,0.0589
500
+ 23.1271,0.9991,0.0589
501
+ 23.1735,0.9996,0.0589
502
+ 23.2200,0.9998,0.0589
503
+ 23.2664,0.9999,0.0589
504
+ 23.3128,1.0000,0.0589
505
+ 23.3593,1.0000,0.0589
506
+ 23.4057,1.0000,0.0589
507
+ 23.4522,1.0000,0.0589
508
+ 23.4986,1.0000,0.0589
509
+ 23.5450,1.0000,0.0589
510
+ 23.5915,1.0000,0.0589
511
+ 23.6379,1.0000,0.0589
512
+ 23.6844,1.0000,0.0589
513
+ 23.7308,1.0000,0.0589
514
+ 23.7772,1.0000,0.0589
515
+ 23.8237,1.0000,0.0589
516
+ 23.8701,1.0000,0.0589
517
+ 23.9166,1.0000,0.0589
518
+ 23.9630,1.0000,0.0589
519
+ 24.0094,1.0000,0.0589
520
+ 24.0559,1.0000,0.0589
521
+ 24.1023,1.0000,0.0589
522
+ 24.1488,1.0000,0.0589
523
+ 24.1952,1.0000,0.0589
524
+ 24.2416,1.0000,0.0589
525
+ 24.2881,1.0000,0.0589
526
+ 24.3345,1.0000,0.0589
527
+ 24.3810,1.0000,0.0589
528
+ 24.4274,1.0000,0.0589
529
+ 24.4738,1.0000,0.0589
530
+ 24.5203,1.0000,0.0589
531
+ 24.5667,1.0000,0.0589
532
+ 24.6132,1.0000,0.0589
533
+ 24.6596,1.0000,0.0589
534
+ 24.7060,1.0000,0.0589
535
+ 24.7525,0.9999,0.0589
536
+ 24.7989,0.9999,0.0589
537
+ 24.8454,0.9999,0.0589
538
+ 24.8918,0.9999,0.0589
539
+ 24.9382,0.9998,0.0589
540
+ 24.9847,0.9998,0.0589
541
+ 25.0311,0.9997,0.0589
542
+ 25.0776,0.9996,0.0589
543
+ 25.1240,0.9994,0.0589
544
+ 25.1704,0.9992,0.0589
545
+ 25.2169,0.9989,0.0589
546
+ 25.2633,0.9985,0.0589
547
+ 25.3098,0.9980,0.0589
548
+ 25.3562,0.9973,0.0589
549
+ 25.4026,0.9965,0.0589
550
+ 25.4491,0.9957,0.0589
551
+ 25.4955,0.9951,0.0589
552
+ 25.5420,0.9949,0.0589
553
+ 25.5884,0.9951,0.0589
554
+ 25.6348,0.9957,0.0589
555
+ 25.6813,0.9966,0.0589
556
+ 25.7277,0.9975,0.0589
557
+ 25.7741,0.9983,0.0589
558
+ 25.8206,0.9988,0.0589
559
+ 25.8670,0.9992,0.0589
560
+ 25.9135,0.9995,0.0589
561
+ 25.9599,0.9996,0.0589
562
+ 26.0063,0.9997,0.0589
563
+ 26.0528,0.9998,0.0589
564
+ 26.0992,0.9998,0.0589
565
+ 26.1457,0.9998,0.0589
566
+ 26.1921,0.9998,0.0589
567
+ 26.2385,0.9998,0.0589
568
+ 26.2850,0.9998,0.0589
569
+ 26.3314,0.9998,0.0589
570
+ 26.3779,0.9998,0.0589
571
+ 26.4243,0.9998,0.0589
572
+ 26.4707,0.9997,0.0589
573
+ 26.5172,0.9997,0.0589
574
+ 26.5636,0.9997,0.0589
575
+ 26.6101,0.9996,0.0589
576
+ 26.6565,0.9996,0.0589
577
+ 26.7029,0.9996,0.0589
578
+ 26.7494,0.9995,0.0589
579
+ 26.7958,0.9995,0.0589
580
+ 26.8423,0.9994,0.0589
581
+ 26.8887,0.9994,0.0589
582
+ 26.9351,0.9993,0.0589
583
+ 26.9816,0.9992,0.0589
584
+ 27.0280,0.9992,0.0589
585
+ 27.0745,0.9991,0.0589
586
+ 27.1209,0.9990,0.0589
587
+ 27.1673,0.9989,0.0589
588
+ 27.2138,0.9988,0.0589
589
+ 27.2602,0.9987,0.0589
590
+ 27.3067,0.9986,0.0589
591
+ 27.3531,0.9985,0.0589
592
+ 27.3995,0.9983,0.0589
593
+ 27.4460,0.9981,0.0589
594
+ 27.4924,0.9979,0.0589
595
+ 27.5389,0.9976,0.0589
596
+ 27.5853,0.9972,0.0589
597
+ 27.6317,0.9968,0.0589
598
+ 27.6782,0.9962,0.0589
599
+ 27.7246,0.9956,0.0589
600
+ 27.7711,0.9947,0.0589
601
+ 27.8175,0.9936,0.0588
602
+ 27.8639,0.9922,0.0588
603
+ 27.9104,0.9905,0.0588
604
+ 27.9568,0.9886,0.0587
605
+ 28.0033,0.9864,0.0586
606
+ 28.0497,0.9842,0.0585
607
+ 28.0961,0.9825,0.0584
608
+ 28.1426,0.9816,0.0583
609
+ 28.1890,0.9822,0.0582
610
+ 28.2355,0.9842,0.0581
611
+ 28.2819,0.9875,0.0580
612
+ 28.3283,0.9912,0.0579
613
+ 28.3748,0.9945,0.0579
614
+ 28.4212,0.9970,0.0578
615
+ 28.4677,0.9985,0.0579
616
+ 28.5141,0.9993,0.0579
617
+ 28.5605,0.9997,0.0580
618
+ 28.6070,0.9998,0.0581
619
+ 28.6534,0.9999,0.0582
620
+ 28.6999,1.0000,0.0583
621
+ 28.7463,1.0000,0.0584
622
+ 28.7927,1.0000,0.0585
623
+ 28.8392,1.0000,0.0586
624
+ 28.8856,1.0000,0.0587
625
+ 28.9321,1.0000,0.0588
626
+ 28.9785,1.0000,0.0588
627
+ 29.0249,1.0000,0.0588
628
+ 29.0714,1.0000,0.0589
629
+ 29.1178,1.0000,0.0589
630
+ 29.1643,1.0000,0.0589
631
+ 29.2107,1.0000,0.0589
632
+ 29.2571,1.0000,0.0589
633
+ 29.3036,1.0000,0.0589
634
+ 29.3500,1.0000,0.0589
635
+ 29.3965,1.0000,0.0589
636
+ 29.4429,1.0000,0.0589
637
+ 29.4893,1.0000,0.0589
638
+ 29.5358,1.0000,0.0589
639
+ 29.5822,1.0000,0.0589
640
+ 29.6287,1.0000,0.0589
641
+ 29.6751,0.9999,0.0589
642
+ 29.7215,0.9999,0.0589
643
+ 29.7680,0.9999,0.0589
644
+ 29.8144,0.9999,0.0589
645
+ 29.8609,0.9999,0.0589
646
+ 29.9073,0.9999,0.0589
647
+ 29.9537,0.9999,0.0589
648
+ 30.0002,0.9998,0.0589
649
+ 30.0466,0.9998,0.0589
650
+ 30.0931,0.9998,0.0589
651
+ 30.1395,0.9998,0.0589
652
+ 30.1859,0.9997,0.0589
653
+ 30.2324,0.9997,0.0589
654
+ 30.2788,0.9997,0.0589
655
+ 30.3253,0.9996,0.0589
656
+ 30.3717,0.9995,0.0589
657
+ 30.4181,0.9994,0.0589
658
+ 30.4646,0.9993,0.0589
659
+ 30.5110,0.9991,0.0589
660
+ 30.5575,0.9988,0.0589
661
+ 30.6039,0.9984,0.0589
662
+ 30.6503,0.9979,0.0589
663
+ 30.6968,0.9972,0.0589
664
+ 30.7432,0.9964,0.0589
665
+ 30.7897,0.9956,0.0589
666
+ 30.8361,0.9951,0.0589
667
+ 30.8825,0.9949,0.0589
668
+ 30.9290,0.9953,0.0589
669
+ 30.9754,0.9960,0.0589
670
+ 31.0219,0.9969,0.0589
671
+ 31.0683,0.9978,0.0589
672
+ 31.1147,0.9984,0.0589
673
+ 31.1612,0.9989,0.0589
674
+ 31.2076,0.9993,0.0589
675
+ 31.2541,0.9995,0.0589
676
+ 31.3005,0.9996,0.0589
677
+ 31.3469,0.9997,0.0589
678
+ 31.3934,0.9998,0.0589
679
+ 31.4398,0.9998,0.0589
680
+ 31.4863,0.9998,0.0589
681
+ 31.5327,0.9998,0.0589
682
+ 31.5791,0.9998,0.0589
683
+ 31.6256,0.9998,0.0589
684
+ 31.6720,0.9998,0.0589
685
+ 31.7185,0.9998,0.0589
686
+ 31.7649,0.9998,0.0589
687
+ 31.8113,0.9998,0.0589
688
+ 31.8578,0.9998,0.0589
689
+ 31.9042,0.9997,0.0589
690
+ 31.9507,0.9997,0.0589
691
+ 31.9971,0.9996,0.0589
692
+ 32.0435,0.9996,0.0589
693
+ 32.0900,0.9996,0.0589
694
+ 32.1364,0.9995,0.0589
695
+ 32.1829,0.9995,0.0589
696
+ 32.2293,0.9994,0.0589
697
+ 32.2757,0.9993,0.0589
698
+ 32.3222,0.9993,0.0589
699
+ 32.3686,0.9992,0.0589
700
+ 32.4151,0.9991,0.0589
701
+ 32.4615,0.9990,0.0589
702
+ 32.5079,0.9989,0.0589
703
+ 32.5544,0.9988,0.0589
704
+ 32.6008,0.9987,0.0589
705
+ 32.6473,0.9985,0.0589
706
+ 32.6937,0.9983,0.0589
707
+ 32.7401,0.9981,0.0589
708
+ 32.7866,0.9979,0.0589
709
+ 32.8330,0.9976,0.0589
710
+ 32.8795,0.9972,0.0589
711
+ 32.9259,0.9968,0.0589
712
+ 32.9723,0.9963,0.0589
713
+ 33.0188,0.9957,0.0589
714
+ 33.0652,0.9949,0.0589
715
+ 33.1117,0.9939,0.0589
716
+ 33.1581,0.9926,0.0589
717
+ 33.2045,0.9910,0.0589
718
+ 33.2510,0.9890,0.0589
719
+ 33.2974,0.9865,0.0589
720
+ 33.3439,0.9835,0.0589
721
+ 33.3903,0.9801,0.0589
722
+ 33.4367,0.9766,0.0589
723
+ 33.4832,0.9737,0.0589
724
+ 33.5296,0.9719,0.0589
725
+ 33.5761,0.9721,0.0589
726
+ 33.6225,0.9744,0.0589
727
+ 33.6689,0.9787,0.0589
728
+ 33.7154,0.9841,0.0589
729
+ 33.7618,0.9893,0.0589
730
+ 33.8083,0.9935,0.0589
731
+ 33.8547,0.9964,0.0589
732
+ 33.9011,0.9982,0.0589
733
+ 33.9476,0.9991,0.0589
734
+ 33.9940,0.9996,0.0589
735
+ 34.0405,0.9998,0.0589
736
+ 34.0869,0.9999,0.0589
737
+ 34.1333,0.9999,0.0589
738
+ 34.1798,1.0000,0.0589
739
+ 34.2262,1.0000,0.0589
740
+ 34.2727,1.0000,0.0589
741
+ 34.3191,1.0000,0.0589
742
+ 34.3655,1.0000,0.0589
743
+ 34.4120,1.0000,0.0589
744
+ 34.4584,1.0000,0.0589
745
+ 34.5049,1.0000,0.0589
746
+ 34.5513,1.0000,0.0589
747
+ 34.5977,1.0000,0.0589
748
+ 34.6442,1.0000,0.0589
749
+ 34.6906,1.0000,0.0589
750
+ 34.7371,1.0000,0.0589
751
+ 34.7835,1.0000,0.0589
752
+ 34.8299,1.0000,0.0589
753
+ 34.8764,1.0000,0.0589
754
+ 34.9228,1.0000,0.0589
755
+ 34.9693,1.0000,0.0589
756
+ 35.0157,1.0000,0.0589
757
+ 35.0621,1.0000,0.0589
758
+ 35.1086,1.0000,0.0589
759
+ 35.1550,1.0000,0.0589
760
+ 35.2015,1.0000,0.0589
761
+ 35.2479,0.9999,0.0589
762
+ 35.2943,0.9999,0.0589
763
+ 35.3408,0.9999,0.0589
764
+ 35.3872,0.9999,0.0589
765
+ 35.4337,0.9999,0.0589
766
+ 35.4801,0.9999,0.0589
767
+ 35.5265,0.9999,0.0589
768
+ 35.5730,0.9999,0.0589
769
+ 35.6194,0.9998,0.0589
770
+ 35.6659,0.9998,0.0589
771
+ 35.7123,0.9998,0.0589
772
+ 35.7587,0.9997,0.0589
773
+ 35.8052,0.9996,0.0589
774
+ 35.8516,0.9995,0.0589
775
+ 35.8980,0.9994,0.0589
776
+ 35.9445,0.9992,0.0589
777
+ 35.9909,0.9989,0.0589
778
+ 36.0374,0.9986,0.0589
779
+ 36.0838,0.9983,0.0589
780
+ 36.1302,0.9980,0.0589
781
+ 36.1767,0.9978,0.0589
782
+ 36.2231,0.9977,0.0589
783
+ 36.2696,0.9978,0.0589
784
+ 36.3160,0.9981,0.0589
785
+ 36.3624,0.9984,0.0589
786
+ 36.4089,0.9988,0.0589
787
+ 36.4553,0.9991,0.0589
788
+ 36.5018,0.9994,0.0589
789
+ 36.5482,0.9996,0.0589
790
+ 36.5946,0.9997,0.0589
791
+ 36.6411,0.9998,0.0589
792
+ 36.6875,0.9998,0.0589
793
+ 36.7340,0.9998,0.0589
794
+ 36.7804,0.9999,0.0589
795
+ 36.8268,0.9999,0.0589
796
+ 36.8733,0.9999,0.0589
797
+ 36.9197,0.9999,0.0589
798
+ 36.9662,0.9999,0.0589
799
+ 37.0126,0.9999,0.0589
800
+ 37.0590,0.9999,0.0589
801
+ 37.1055,0.9998,0.0589
802
+ 37.1519,0.9998,0.0589
803
+ 37.1984,0.9998,0.0589
804
+ 37.2448,0.9998,0.0589
805
+ 37.2912,0.9997,0.0589
806
+ 37.3377,0.9996,0.0589
807
+ 37.3841,0.9996,0.0589
808
+ 37.4306,0.9995,0.0589
809
+ 37.4770,0.9994,0.0589
810
+ 37.5234,0.9994,0.0589
811
+ 37.5699,0.9993,0.0589
812
+ 37.6163,0.9992,0.0589
813
+ 37.6628,0.9991,0.0589
814
+ 37.7092,0.9990,0.0589
815
+ 37.7556,0.9989,0.0589
816
+ 37.8021,0.9988,0.0589
817
+ 37.8485,0.9986,0.0589
818
+ 37.8950,0.9984,0.0589
819
+ 37.9414,0.9982,0.0589
820
+ 37.9878,0.9980,0.0589
821
+ 38.0343,0.9976,0.0589
822
+ 38.0807,0.9973,0.0589
823
+ 38.1272,0.9969,0.0589
824
+ 38.1736,0.9964,0.0589
825
+ 38.2200,0.9959,0.0589
826
+ 38.2665,0.9953,0.0589
827
+ 38.3129,0.9946,0.0589
828
+ 38.3594,0.9937,0.0589
829
+ 38.4058,0.9927,0.0589
830
+ 38.4522,0.9914,0.0589
831
+ 38.4987,0.9900,0.0589
832
+ 38.5451,0.9883,0.0589
833
+ 38.5916,0.9863,0.0589
834
+ 38.6380,0.9843,0.0589
835
+ 38.6844,0.9822,0.0589
836
+ 38.7309,0.9805,0.0589
837
+ 38.7773,0.9793,0.0589
838
+ 38.8238,0.9791,0.0589
839
+ 38.8702,0.9799,0.0589
840
+ 38.9166,0.9818,0.0589
841
+ 38.9631,0.9846,0.0589
842
+ 39.0095,0.9878,0.0589
843
+ 39.0560,0.9910,0.0589
844
+ 39.1024,0.9938,0.0589
845
+ 39.1488,0.9960,0.0589
846
+ 39.1953,0.9975,0.0589
847
+ 39.2417,0.9985,0.0589
848
+ 39.2882,0.9991,0.0589
849
+ 39.3346,0.9995,0.0589
850
+ 39.3810,0.9997,0.0589
851
+ 39.4275,0.9998,0.0589
852
+ 39.4739,0.9999,0.0589
853
+ 39.5204,0.9999,0.0589
854
+ 39.5668,0.9999,0.0589
855
+ 39.6132,1.0000,0.0589
856
+ 39.6597,1.0000,0.0589
857
+ 39.7061,1.0000,0.0589
858
+ 39.7526,1.0000,0.0589
859
+ 39.7990,1.0000,0.0589
860
+ 39.8454,1.0000,0.0589
861
+ 39.8919,1.0000,0.0589
862
+ 39.9383,1.0000,0.0589
863
+ 39.9848,1.0000,0.0589
864
+ 40.0312,1.0000,0.0589
865
+ 40.0776,1.0000,0.0589
866
+ 40.1241,1.0000,0.0589
867
+ 40.1705,1.0000,0.0589
868
+ 40.2170,1.0000,0.0589
869
+ 40.2634,1.0000,0.0589
870
+ 40.3098,1.0000,0.0589
871
+ 40.3563,1.0000,0.0589
872
+ 40.4027,1.0000,0.0589
873
+ 40.4492,1.0000,0.0589
874
+ 40.4956,1.0000,0.0589
875
+ 40.5420,1.0000,0.0589
876
+ 40.5885,1.0000,0.0589
877
+ 40.6349,1.0000,0.0589
878
+ 40.6814,1.0000,0.0589
879
+ 40.7278,1.0000,0.0589
880
+ 40.7742,1.0000,0.0589
881
+ 40.8207,1.0000,0.0589
882
+ 40.8671,1.0000,0.0589
883
+ 40.9136,1.0000,0.0589
884
+ 40.9600,1.0000,0.0589
885
+ 41.0064,1.0000,0.0589
886
+ 41.0529,1.0000,0.0589
887
+ 41.0993,1.0000,0.0589
888
+ 41.1458,1.0000,0.0589
889
+ 41.1922,1.0000,0.0589
890
+ 41.2386,1.0000,0.0589
891
+ 41.2851,1.0000,0.0589
892
+ 41.3315,0.9999,0.0589
893
+ 41.3780,0.9999,0.0589
894
+ 41.4244,0.9999,0.0589
895
+ 41.4708,0.9999,0.0589
896
+ 41.5173,0.9999,0.0589
897
+ 41.5637,0.9998,0.0589
898
+ 41.6102,0.9998,0.0589
899
+ 41.6566,0.9998,0.0589
900
+ 41.7030,0.9998,0.0589
901
+ 41.7495,0.9998,0.0589
902
+ 41.7959,0.9998,0.0589
903
+ 41.8424,0.9999,0.0589
904
+ 41.8888,0.9999,0.0589
905
+ 41.9352,0.9999,0.0589
906
+ 41.9817,0.9999,0.0589
907
+ 42.0281,0.9999,0.0589
908
+ 42.0746,0.9999,0.0589
909
+ 42.1210,0.9999,0.0589
910
+ 42.1674,0.9999,0.0589
911
+ 42.2139,0.9999,0.0589
912
+ 42.2603,0.9999,0.0589
913
+ 42.3068,0.9999,0.0589
914
+ 42.3532,0.9999,0.0589
915
+ 42.3996,0.9999,0.0589
916
+ 42.4461,0.9998,0.0589
917
+ 42.4925,0.9998,0.0589
918
+ 42.5390,0.9998,0.0589
919
+ 42.5854,0.9998,0.0589
920
+ 42.6318,0.9998,0.0589
921
+ 42.6783,0.9997,0.0589
922
+ 42.7247,0.9997,0.0589
923
+ 42.7712,0.9996,0.0589
924
+ 42.8176,0.9996,0.0589
925
+ 42.8640,0.9996,0.0589
926
+ 42.9105,0.9995,0.0589
927
+ 42.9569,0.9995,0.0589
928
+ 43.0034,0.9994,0.0589
929
+ 43.0498,0.9993,0.0589
930
+ 43.0962,0.9993,0.0589
931
+ 43.1427,0.9992,0.0589
932
+ 43.1891,0.9991,0.0589
933
+ 43.2356,0.9989,0.0589
934
+ 43.2820,0.9988,0.0589
935
+ 43.3284,0.9985,0.0589
936
+ 43.3749,0.9982,0.0589
937
+ 43.4213,0.9979,0.0589
938
+ 43.4678,0.9974,0.0589
939
+ 43.5142,0.9968,0.0589
940
+ 43.5606,0.9960,0.0589
941
+ 43.6071,0.9949,0.0589
942
+ 43.6535,0.9936,0.0589
943
+ 43.7000,0.9918,0.0589
944
+ 43.7464,0.9895,0.0589
945
+ 43.7928,0.9867,0.0589
946
+ 43.8393,0.9833,0.0589
947
+ 43.8857,0.9796,0.0589
948
+ 43.9322,0.9760,0.0589
949
+ 43.9786,0.9734,0.0589
950
+ 44.0250,0.9726,0.0589
951
+ 44.0715,0.9746,0.0589
952
+ 44.1179,0.9791,0.0589
953
+ 44.1644,0.9852,0.0589
954
+ 44.2108,0.9910,0.0589
955
+ 44.2572,0.9954,0.0589
956
+ 44.3037,0.9980,0.0589
957
+ 44.3501,0.9992,0.0589
958
+ 44.3966,0.9997,0.0589
959
+ 44.4430,0.9999,0.0589
960
+ 44.4894,1.0000,0.0589
961
+ 44.5359,1.0000,0.0589
962
+ 44.5823,1.0000,0.0589
963
+ 44.6288,1.0000,0.0589
964
+ 44.6752,1.0000,0.0589
965
+ 44.7216,1.0000,0.0589
966
+ 44.7681,1.0000,0.0589
967
+ 44.8145,1.0000,0.0589
968
+ 44.8610,1.0000,0.0589
969
+ 44.9074,1.0000,0.0589
970
+ 44.9538,1.0000,0.0589
971
+ 45.0003,1.0000,0.0589
972
+ 45.0467,1.0000,0.0589
973
+ 45.0932,1.0000,0.0589
974
+ 45.1396,1.0000,0.0589
975
+ 45.1860,1.0000,0.0589
976
+ 45.2325,1.0000,0.0589
977
+ 45.2789,1.0000,0.0589
978
+ 45.3254,1.0000,0.0589
979
+ 45.3718,1.0000,0.0589
980
+ 45.4182,1.0000,0.0589
981
+ 45.4647,1.0000,0.0589
982
+ 45.5111,1.0000,0.0589
983
+ 45.5576,1.0000,0.0589
984
+ 45.6040,1.0000,0.0589
985
+ 45.6504,1.0000,0.0589
986
+ 45.6969,1.0000,0.0589
987
+ 45.7433,1.0000,0.0589
988
+ 45.7898,1.0000,0.0589
989
+ 45.8362,1.0000,0.0589
990
+ 45.8826,1.0000,0.0589
991
+ 45.9291,1.0000,0.0589
992
+ 45.9755,1.0000,0.0589
993
+ 46.0220,1.0000,0.0589
994
+ 46.0684,1.0000,0.0589
995
+ 46.1148,1.0000,0.0589
996
+ 46.1613,1.0000,0.0589
997
+ 46.2077,1.0000,0.0589
998
+ 46.2541,1.0000,0.0589
999
+ 46.3006,1.0000,0.0589
1000
+ 46.3470,1.0000,0.0589
1001
+ 46.3935,1.0000,0.0589
1002
+ 46.4399,1.0000,0.0589
1003
+ 46.4863,1.0000,0.0589
1004
+ 46.5328,1.0000,0.0589
1005
+ 46.5792,1.0000,0.0589
1006
+ 46.6257,1.0000,0.0589
1007
+ 46.6721,1.0000,0.0589
1008
+ 46.7185,0.9999,0.0589
1009
+ 46.7650,0.9999,0.0589
1010
+ 46.8114,0.9999,0.0589
1011
+ 46.8579,0.9999,0.0589
1012
+ 46.9043,0.9999,0.0589
1013
+ 46.9507,0.9999,0.0589
1014
+ 46.9972,0.9999,0.0589
1015
+ 47.0436,0.9999,0.0589
1016
+ 47.0901,0.9999,0.0589
1017
+ 47.1365,0.9999,0.0589
1018
+ 47.1829,0.9999,0.0589
1019
+ 47.2294,1.0000,0.0589
1020
+ 47.2758,1.0000,0.0589
1021
+ 47.3223,1.0000,0.0589
1022
+ 47.3687,1.0000,0.0589
1023
+ 47.4151,1.0000,0.0589
1024
+ 47.4616,1.0000,0.0589
1025
+ 47.5080,1.0000,0.0589
1026
+ 47.5545,1.0000,0.0589
1027
+ 47.6009,1.0000,0.0589
1028
+ 47.6473,1.0000,0.0589
1029
+ 47.6938,1.0000,0.0589
1030
+ 47.7402,1.0000,0.0589
1031
+ 47.7867,1.0000,0.0589
1032
+ 47.8331,1.0000,0.0589
1033
+ 47.8795,0.9999,0.0589
1034
+ 47.9260,0.9999,0.0589
1035
+ 47.9724,0.9999,0.0589
1036
+ 48.0189,0.9999,0.0589
1037
+ 48.0653,0.9998,0.0589
1038
+ 48.1117,0.9998,0.0589
1039
+ 48.1582,0.9998,0.0589
1040
+ 48.2046,0.9997,0.0589
1041
+ 48.2511,0.9997,0.0589
1042
+ 48.2975,0.9996,0.0589
1043
+ 48.3439,0.9996,0.0589
1044
+ 48.3904,0.9995,0.0589
1045
+ 48.4368,0.9995,0.0589
1046
+ 48.4833,0.9994,0.0589
1047
+ 48.5297,0.9993,0.0589
1048
+ 48.5761,0.9992,0.0589
1049
+ 48.6226,0.9991,0.0589
1050
+ 48.6690,0.9990,0.0589
1051
+ 48.7155,0.9988,0.0589
1052
+ 48.7619,0.9986,0.0589
1053
+ 48.8083,0.9984,0.0589
1054
+ 48.8548,0.9981,0.0589
1055
+ 48.9012,0.9978,0.0589
1056
+ 48.9477,0.9974,0.0589
1057
+ 48.9941,0.9969,0.0589
1058
+ 49.0405,0.9965,0.0589
1059
+ 49.0870,0.9960,0.0589
1060
+ 49.1334,0.9955,0.0589
1061
+ 49.1799,0.9950,0.0589
1062
+ 49.2263,0.9946,0.0589
1063
+ 49.2727,0.9943,0.0589
1064
+ 49.3192,0.9943,0.0589
1065
+ 49.3656,0.9946,0.0589
1066
+ 49.4121,0.9953,0.0589
1067
+ 49.4585,0.9962,0.0589
1068
+ 49.5049,0.9972,0.0589
1069
+ 49.5514,0.9982,0.0589
1070
+ 49.5978,0.9989,0.0589
1071
+ 49.6443,0.9994,0.0589
1072
+ 49.6907,0.9997,0.0589
1073
+ 49.7371,0.9999,0.0589
1074
+ 49.7836,0.9999,0.0589
1075
+ 49.8300,1.0000,0.0589
1076
+ 49.8765,1.0000,0.0589
1077
+ 49.9229,1.0000,0.0589
1078
+ 49.9693,1.0000,0.0589
1079
+ 50.0158,1.0000,0.0589
1080
+ 50.0622,1.0000,0.0589
1081
+ 50.1087,1.0000,0.0589
1082
+ 50.1551,1.0000,0.0589
1083
+ 50.2015,1.0000,0.0589
1084
+ 50.2480,1.0000,0.0589
1085
+ 50.2944,1.0000,0.0589
1086
+ 50.3409,1.0000,0.0589
1087
+ 50.3873,1.0000,0.0589
1088
+ 50.4337,1.0000,0.0589
1089
+ 50.4802,1.0000,0.0589
1090
+ 50.5266,1.0000,0.0589
1091
+ 50.5731,1.0000,0.0589
1092
+ 50.6195,1.0000,0.0589
1093
+ 50.6659,0.9999,0.0589
1094
+ 50.7124,0.9999,0.0589
1095
+ 50.7588,0.9999,0.0589
1096
+ 50.8053,0.9999,0.0589
1097
+ 50.8517,0.9999,0.0589
1098
+ 50.8981,0.9999,0.0589
1099
+ 50.9446,0.9999,0.0589
1100
+ 50.9910,1.0000,0.0589
1101
+ 51.0375,1.0000,0.0589
1102
+ 51.0839,1.0000,0.0589
1103
+ 51.1303,1.0000,0.0589
1104
+ 51.1768,1.0000,0.0589
1105
+ 51.2232,1.0000,0.0589
1106
+ 51.2697,1.0000,0.0589
1107
+ 51.3161,1.0000,0.0589
1108
+ 51.3625,1.0000,0.0589
1109
+ 51.4090,1.0000,0.0589
1110
+ 51.4554,1.0000,0.0589
1111
+ 51.5019,1.0000,0.0589
1112
+ 51.5483,1.0000,0.0589
1113
+ 51.5947,1.0000,0.0589
1114
+ 51.6412,1.0000,0.0589
1115
+ 51.6876,1.0000,0.0589
1116
+ 51.7341,0.9999,0.0589
1117
+ 51.7805,0.9999,0.0589
1118
+ 51.8269,0.9999,0.0589
1119
+ 51.8734,0.9998,0.0589
1120
+ 51.9198,0.9998,0.0589
1121
+ 51.9663,0.9997,0.0589
1122
+ 52.0127,0.9996,0.0589
1123
+ 52.0591,0.9995,0.0589
1124
+ 52.1056,0.9994,0.0589
1125
+ 52.1520,0.9994,0.0589
1126
+ 52.1985,0.9994,0.0589
1127
+ 52.2449,0.9995,0.0589
1128
+ 52.2913,0.9996,0.0589
1129
+ 52.3378,0.9997,0.0589
1130
+ 52.3842,0.9998,0.0589
1131
+ 52.4307,0.9998,0.0589
1132
+ 52.4771,0.9999,0.0589
1133
+ 52.5235,0.9999,0.0589
1134
+ 52.5700,1.0000,0.0589
1135
+ 52.6164,1.0000,0.0589
1136
+ 52.6629,1.0000,0.0589
1137
+ 52.7093,1.0000,0.0589
1138
+ 52.7557,1.0000,0.0589
1139
+ 52.8022,1.0000,0.0589
1140
+ 52.8486,1.0000,0.0589
1141
+ 52.8951,1.0000,0.0589
1142
+ 52.9415,1.0000,0.0589
1143
+ 52.9879,1.0000,0.0589
1144
+ 53.0344,1.0000,0.0589
1145
+ 53.0808,1.0000,0.0589
1146
+ 53.1273,1.0000,0.0589
1147
+ 53.1737,1.0000,0.0589
1148
+ 53.2201,0.9999,0.0589
1149
+ 53.2666,0.9999,0.0589
1150
+ 53.3130,0.9999,0.0589
1151
+ 53.3595,0.9999,0.0589
1152
+ 53.4059,0.9999,0.0589
1153
+ 53.4523,0.9999,0.0589
1154
+ 53.4988,0.9999,0.0589
1155
+ 53.5452,0.9998,0.0589
1156
+ 53.5917,0.9998,0.0589
1157
+ 53.6381,0.9998,0.0589
1158
+ 53.6845,0.9998,0.0589
1159
+ 53.7310,0.9997,0.0589
1160
+ 53.7774,0.9997,0.0589
1161
+ 53.8239,0.9997,0.0589
1162
+ 53.8703,0.9997,0.0589
1163
+ 53.9167,0.9996,0.0589
1164
+ 53.9632,0.9996,0.0589
1165
+ 54.0096,0.9995,0.0589
1166
+ 54.0561,0.9995,0.0589
1167
+ 54.1025,0.9994,0.0589
1168
+ 54.1489,0.9993,0.0589
1169
+ 54.1954,0.9992,0.0589
1170
+ 54.2418,0.9990,0.0589
1171
+ 54.2883,0.9987,0.0589
1172
+ 54.3347,0.9984,0.0589
1173
+ 54.3811,0.9979,0.0589
1174
+ 54.4276,0.9972,0.0589
1175
+ 54.4740,0.9963,0.0589
1176
+ 54.5205,0.9950,0.0589
1177
+ 54.5669,0.9935,0.0589
1178
+ 54.6133,0.9917,0.0589
1179
+ 54.6598,0.9898,0.0589
1180
+ 54.7062,0.9881,0.0589
1181
+ 54.7527,0.9872,0.0589
1182
+ 54.7991,0.9874,0.0589
1183
+ 54.8455,0.9888,0.0589
1184
+ 54.8920,0.9911,0.0589
1185
+ 54.9384,0.9937,0.0589
1186
+ 54.9849,0.9960,0.0589
1187
+ 55.0313,0.9977,0.0589
1188
+ 55.0777,0.9988,0.0589
1189
+ 55.1242,0.9994,0.0589
1190
+ 55.1706,0.9997,0.0589
1191
+ 55.2171,0.9998,0.0589
1192
+ 55.2635,0.9999,0.0589
1193
+ 55.3099,0.9999,0.0589
1194
+ 55.3564,1.0000,0.0589
1195
+ 55.4028,1.0000,0.0589
1196
+ 55.4493,1.0000,0.0589
1197
+ 55.4957,1.0000,0.0589
1198
+ 55.5421,1.0000,0.0589
1199
+ 55.5886,1.0000,0.0589
1200
+ 55.6350,1.0000,0.0589
1201
+ 55.6815,1.0000,0.0589
1202
+ 55.7279,1.0000,0.0589
1203
+ 55.7743,0.9999,0.0589
1204
+ 55.8208,0.9999,0.0589
1205
+ 55.8672,0.9999,0.0589
1206
+ 55.9137,0.9999,0.0589
1207
+ 55.9601,0.9999,0.0589
1208
+ 56.0065,0.9999,0.0589
1209
+ 56.0530,0.9999,0.0589
1210
+ 56.0994,0.9999,0.0589
1211
+ 56.1459,0.9999,0.0589
1212
+ 56.1923,0.9999,0.0589
1213
+ 56.2387,0.9999,0.0589
1214
+ 56.2852,0.9999,0.0589
1215
+ 56.3316,0.9999,0.0589
1216
+ 56.3780,1.0000,0.0589
1217
+ 56.4245,1.0000,0.0589
1218
+ 56.4709,1.0000,0.0589
1219
+ 56.5174,1.0000,0.0589
1220
+ 56.5638,1.0000,0.0589
1221
+ 56.6102,1.0000,0.0589
1222
+ 56.6567,1.0000,0.0589
1223
+ 56.7031,1.0000,0.0589
1224
+ 56.7496,1.0000,0.0589
1225
+ 56.7960,1.0000,0.0589
1226
+ 56.8424,1.0000,0.0589
1227
+ 56.8889,1.0000,0.0589
1228
+ 56.9353,1.0000,0.0589
1229
+ 56.9818,0.9999,0.0589
1230
+ 57.0282,0.9999,0.0589
1231
+ 57.0746,0.9999,0.0589
1232
+ 57.1211,0.9998,0.0589
1233
+ 57.1675,0.9998,0.0589
1234
+ 57.2140,0.9997,0.0589
1235
+ 57.2604,0.9997,0.0589
1236
+ 57.3068,0.9996,0.0589
1237
+ 57.3533,0.9995,0.0589
1238
+ 57.3997,0.9995,0.0589
1239
+ 57.4462,0.9995,0.0589
1240
+ 57.4926,0.9996,0.0589
1241
+ 57.5390,0.9996,0.0589
1242
+ 57.5855,0.9997,0.0589
1243
+ 57.6319,0.9998,0.0589
1244
+ 57.6784,0.9999,0.0589
1245
+ 57.7248,0.9999,0.0589
1246
+ 57.7712,0.9999,0.0589
1247
+ 57.8177,1.0000,0.0589
1248
+ 57.8641,1.0000,0.0589
1249
+ 57.9106,1.0000,0.0589
1250
+ 57.9570,1.0000,0.0589
1251
+ 58.0034,1.0000,0.0589
1252
+ 58.0499,1.0000,0.0589
1253
+ 58.0963,1.0000,0.0589
1254
+ 58.1428,1.0000,0.0589
1255
+ 58.1892,1.0000,0.0589
1256
+ 58.2356,1.0000,0.0589
1257
+ 58.2821,1.0000,0.0589
1258
+ 58.3285,1.0000,0.0589
1259
+ 58.3750,1.0000,0.0589
1260
+ 58.4214,1.0000,0.0589
1261
+ 58.4678,1.0000,0.0589
1262
+ 58.5143,1.0000,0.0589
1263
+ 58.5607,1.0000,0.0589
1264
+ 58.6072,1.0000,0.0589
1265
+ 58.6536,0.9999,0.0589
1266
+ 58.7000,0.9999,0.0589
1267
+ 58.7465,0.9999,0.0589
1268
+ 58.7929,0.9999,0.0589
1269
+ 58.8394,0.9999,0.0589
1270
+ 58.8858,0.9999,0.0589
1271
+ 58.9322,0.9999,0.0589
1272
+ 58.9787,0.9999,0.0589
1273
+ 59.0251,0.9998,0.0589
1274
+ 59.0716,0.9998,0.0589
1275
+ 59.1180,0.9998,0.0589
1276
+ 59.1644,0.9997,0.0589
1277
+ 59.2109,0.9997,0.0589
1278
+ 59.2573,0.9996,0.0589
1279
+ 59.3038,0.9996,0.0589
1280
+ 59.3502,0.9995,0.0589
1281
+ 59.3966,0.9994,0.0589
1282
+ 59.4431,0.9992,0.0589
1283
+ 59.4895,0.9991,0.0589
1284
+ 59.5360,0.9988,0.0589
1285
+ 59.5824,0.9986,0.0589
1286
+ 59.6288,0.9983,0.0589
1287
+ 59.6753,0.9979,0.0589
1288
+ 59.7217,0.9974,0.0589
1289
+ 59.7682,0.9968,0.0589
1290
+ 59.8146,0.9962,0.0589
1291
+ 59.8610,0.9954,0.0589
1292
+ 59.9075,0.9947,0.0589
1293
+ 59.9539,0.9941,0.0589
1294
+ 60.0004,0.9936,0.0589
1295
+ 60.0468,0.9935,0.0589
1296
+ 60.0932,0.9937,0.0589
1297
+ 60.1397,0.9945,0.0589
1298
+ 60.1861,0.9956,0.0589
1299
+ 60.2326,0.9968,0.0589
1300
+ 60.2790,0.9980,0.0589
1301
+ 60.3254,0.9988,0.0589
1302
+ 60.3719,0.9994,0.0589
1303
+ 60.4183,0.9997,0.0589
1304
+ 60.4648,0.9998,0.0589
1305
+ 60.5112,0.9999,0.0589
1306
+ 60.5576,1.0000,0.0589
1307
+ 60.6041,1.0000,0.0589
1308
+ 60.6505,1.0000,0.0589
1309
+ 60.6970,1.0000,0.0589
1310
+ 60.7434,1.0000,0.0589
1311
+ 60.7898,1.0000,0.0589
1312
+ 60.8363,1.0000,0.0589
1313
+ 60.8827,1.0000,0.0589
1314
+ 60.9292,1.0000,0.0589
1315
+ 60.9756,1.0000,0.0589
1316
+ 61.0220,1.0000,0.0589
1317
+ 61.0685,1.0000,0.0589
1318
+ 61.1149,1.0000,0.0589
1319
+ 61.1614,0.9999,0.0589
1320
+ 61.2078,0.9999,0.0589
1321
+ 61.2542,0.9999,0.0589
1322
+ 61.3007,0.9999,0.0589
1323
+ 61.3471,0.9999,0.0589
1324
+ 61.3936,0.9999,0.0589
1325
+ 61.4400,0.9999,0.0589
1326
+ 61.4864,0.9999,0.0589
1327
+ 61.5329,0.9999,0.0589
1328
+ 61.5793,0.9999,0.0589
1329
+ 61.6258,0.9999,0.0589
1330
+ 61.6722,0.9999,0.0589
1331
+ 61.7186,1.0000,0.0589
1332
+ 61.7651,1.0000,0.0589
1333
+ 61.8115,1.0000,0.0589
1334
+ 61.8580,1.0000,0.0589
1335
+ 61.9044,1.0000,0.0589
1336
+ 61.9508,1.0000,0.0589
1337
+ 61.9973,1.0000,0.0589
1338
+ 62.0437,1.0000,0.0589
1339
+ 62.0902,1.0000,0.0589
1340
+ 62.1366,1.0000,0.0589
1341
+ 62.1830,1.0000,0.0589
1342
+ 62.2295,1.0000,0.0589
1343
+ 62.2759,1.0000,0.0589
1344
+ 62.3224,1.0000,0.0589
1345
+ 62.3688,0.9999,0.0589
1346
+ 62.4152,0.9999,0.0589
1347
+ 62.4617,0.9999,0.0589
1348
+ 62.5081,0.9999,0.0589
1349
+ 62.5546,0.9998,0.0589
1350
+ 62.6010,0.9998,0.0589
1351
+ 62.6474,0.9997,0.0589
1352
+ 62.6939,0.9997,0.0589
1353
+ 62.7403,0.9997,0.0589
1354
+ 62.7868,0.9997,0.0589
1355
+ 62.8332,0.9998,0.0589
1356
+ 62.8796,0.9998,0.0589
1357
+ 62.9261,0.9999,0.0589
1358
+ 62.9725,0.9999,0.0589
1359
+ 63.0190,0.9999,0.0589
1360
+ 63.0654,1.0000,0.0589
1361
+ 63.1118,1.0000,0.0589
1362
+ 63.1583,1.0000,0.0589
1363
+ 63.2047,1.0000,0.0589
1364
+ 63.2512,1.0000,0.0589
1365
+ 63.2976,1.0000,0.0589
1366
+ 63.3440,1.0000,0.0589
1367
+ 63.3905,1.0000,0.0589
1368
+ 63.4369,1.0000,0.0589
1369
+ 63.4834,1.0000,0.0589
1370
+ 63.5298,1.0000,0.0589
1371
+ 63.5762,1.0000,0.0589
1372
+ 63.6227,1.0000,0.0589
1373
+ 63.6691,1.0000,0.0589
1374
+ 63.7156,1.0000,0.0589
1375
+ 63.7620,1.0000,0.0589
1376
+ 63.8084,0.9999,0.0589
1377
+ 63.8549,0.9999,0.0589
1378
+ 63.9013,0.9999,0.0589
1379
+ 63.9478,0.9999,0.0589
1380
+ 63.9942,0.9999,0.0589
1381
+ 64.0406,0.9999,0.0589
1382
+ 64.0871,0.9999,0.0589
1383
+ 64.1335,0.9999,0.0589
1384
+ 64.1800,0.9999,0.0589
1385
+ 64.2264,0.9999,0.0589
1386
+ 64.2728,0.9999,0.0589
1387
+ 64.3193,0.9999,0.0589
1388
+ 64.3657,0.9999,0.0589
1389
+ 64.4122,0.9999,0.0589
1390
+ 64.4586,0.9999,0.0589
1391
+ 64.5050,0.9999,0.0589
1392
+ 64.5515,0.9999,0.0589
1393
+ 64.5979,0.9999,0.0589
1394
+ 64.6444,0.9999,0.0589
1395
+ 64.6908,0.9998,0.0589
1396
+ 64.7372,0.9998,0.0589
1397
+ 64.7837,0.9998,0.0589
1398
+ 64.8301,0.9998,0.0589
1399
+ 64.8766,0.9997,0.0589
1400
+ 64.9230,0.9997,0.0589
1401
+ 64.9694,0.9997,0.0589
1402
+ 65.0159,0.9997,0.0589
1403
+ 65.0623,0.9997,0.0589
1404
+ 65.1088,0.9996,0.0589
1405
+ 65.1552,0.9996,0.0589
1406
+ 65.2016,0.9996,0.0589
1407
+ 65.2481,0.9995,0.0589
1408
+ 65.2945,0.9995,0.0589
1409
+ 65.3410,0.9994,0.0589
1410
+ 65.3874,0.9994,0.0589
1411
+ 65.4338,0.9993,0.0589
1412
+ 65.4803,0.9992,0.0589
1413
+ 65.5267,0.9992,0.0589
1414
+ 65.5732,0.9991,0.0589
1415
+ 65.6196,0.9990,0.0589
1416
+ 65.6660,0.9989,0.0589
1417
+ 65.7125,0.9988,0.0589
1418
+ 65.7589,0.9987,0.0589
1419
+ 65.8054,0.9985,0.0589
1420
+ 65.8518,0.9984,0.0589
1421
+ 65.8982,0.9982,0.0589
1422
+ 65.9447,0.9979,0.0589
1423
+ 65.9911,0.9977,0.0589
1424
+ 66.0376,0.9974,0.0589
1425
+ 66.0840,0.9971,0.0589
1426
+ 66.1304,0.9967,0.0589
1427
+ 66.1769,0.9962,0.0589
1428
+ 66.2233,0.9957,0.0589
1429
+ 66.2698,0.9951,0.0589
1430
+ 66.3162,0.9945,0.0589
1431
+ 66.3626,0.9937,0.0589
1432
+ 66.4091,0.9928,0.0589
1433
+ 66.4555,0.9918,0.0589
1434
+ 66.5020,0.9906,0.0589
1435
+ 66.5484,0.9894,0.0589
1436
+ 66.5948,0.9880,0.0589
1437
+ 66.6413,0.9866,0.0589
1438
+ 66.6877,0.9852,0.0589
1439
+ 66.7341,0.9837,0.0589
1440
+ 66.7806,0.9822,0.0589
1441
+ 66.8270,0.9807,0.0589
1442
+ 66.8735,0.9792,0.0589
1443
+ 66.9199,0.9777,0.0589
1444
+ 66.9663,0.9762,0.0589
1445
+ 67.0128,0.9746,0.0589
1446
+ 67.0592,0.9729,0.0589
1447
+ 67.1057,0.9711,0.0589
1448
+ 67.1521,0.9691,0.0589
1449
+ 67.1985,0.9669,0.0589
1450
+ 67.2450,0.9644,0.0589
1451
+ 67.2914,0.9615,0.0589
1452
+ 67.3379,0.9580,0.0589
1453
+ 67.3843,0.9538,0.0589
1454
+ 67.4307,0.9486,0.0589
1455
+ 67.4772,0.9420,0.0589
1456
+ 67.5236,0.9335,0.0588
1457
+ 67.5701,0.9226,0.0587
1458
+ 67.6165,0.9084,0.0587
1459
+ 67.6629,0.8901,0.0586
1460
+ 67.7094,0.8668,0.0585
1461
+ 67.7558,0.8379,0.0584
1462
+ 67.8023,0.8036,0.0582
1463
+ 67.8487,0.7655,0.0581
1464
+ 67.8951,0.7272,0.0579
1465
+ 67.9416,0.6945,0.0578
1466
+ 67.9880,0.6746,0.0576
1467
+ 68.0345,0.6750,0.0575
1468
+ 68.0809,0.7018,0.0575
1469
+ 68.1273,0.7567,0.0575
1470
+ 68.1738,0.8308,0.0576
1471
+ 68.2202,0.9041,0.0578
1472
+ 68.2667,0.9570,0.0582
1473
+ 68.3131,0.9847,0.0588
1474
+ 68.3595,0.9956,0.0596
1475
+ 68.4060,0.9989,0.0607
1476
+ 68.4524,0.9998,0.0622
1477
+ 68.4989,0.9999,0.0639
1478
+ 68.5453,1.0000,0.0660
1479
+ 68.5917,1.0000,0.0684
1480
+ 68.6382,1.0000,0.0710
1481
+ 68.6846,1.0000,0.0738
1482
+ 68.7311,1.0000,0.0766
1483
+ 68.7775,1.0000,0.0793
1484
+ 68.8239,1.0000,0.0816
1485
+ 68.8704,1.0000,0.0834
1486
+ 68.9168,1.0000,0.0848
1487
+ 68.9633,1.0000,0.0858
1488
+ 69.0097,1.0000,0.0864
1489
+ 69.0561,1.0000,0.0869
1490
+ 69.1026,1.0000,0.0875
1491
+ 69.1490,1.0000,0.0884
1492
+ 69.1955,1.0000,0.0898
1493
+ 69.2419,1.0000,0.0919
1494
+ 69.2883,1.0000,0.0947
1495
+ 69.3348,1.0000,0.0983
1496
+ 69.3812,1.0000,0.1026
1497
+ 69.4277,1.0000,0.1075
1498
+ 69.4741,1.0000,0.1128
1499
+ 69.5205,1.0000,0.1185
1500
+ 69.5670,1.0000,0.1244
1501
+ 69.6134,1.0000,0.1304
1502
+ 69.6599,1.0000,0.1363
1503
+ 69.7063,1.0000,0.1420
1504
+ 69.7527,1.0000,0.1474
1505
+ 69.7992,1.0000,0.1524
1506
+ 69.8456,1.0000,0.1569
1507
+ 69.8921,1.0000,0.1607
1508
+ 69.9385,1.0000,0.1638
1509
+ 69.9849,1.0000,0.1660
1510
+ 70.0314,1.0000,0.1672
1511
+ 70.0778,1.0000,0.1674
1512
+ 70.1243,1.0000,0.1669
1513
+ 70.1707,1.0000,0.1658
1514
+ 70.2171,1.0000,0.1644
1515
+ 70.2636,1.0000,0.1632
1516
+ 70.3100,1.0000,0.1625
1517
+ 70.3565,1.0000,0.1624
1518
+ 70.4029,1.0000,0.1630
1519
+ 70.4493,1.0000,0.1644
1520
+ 70.4958,1.0000,0.1665
1521
+ 70.5422,0.9999,0.1694
1522
+ 70.5887,0.9999,0.1730
1523
+ 70.6351,0.9998,0.1772
1524
+ 70.6815,0.9997,0.1818
1525
+ 70.7280,0.9996,0.1869
1526
+ 70.7744,0.9996,0.1921
1527
+ 70.8209,0.9995,0.1975
1528
+ 70.8673,0.9995,0.2028
1529
+ 70.9137,0.9996,0.2079
1530
+ 70.9602,0.9997,0.2128
1531
+ 71.0066,0.9998,0.2172
1532
+ 71.0531,0.9998,0.2210
1533
+ 71.0995,0.9999,0.2238
1534
+ 71.1459,0.9999,0.2256
1535
+ 71.1924,0.9999,0.2260
1536
+ 71.2388,0.9999,0.2251
1537
+ 71.2853,0.9999,0.2230
1538
+ 71.3317,0.9999,0.2198
1539
+ 71.3781,0.9999,0.2162
1540
+ 71.4246,0.9999,0.2125
1541
+ 71.4710,0.9999,0.2092
1542
+ 71.5175,0.9998,0.2067
1543
+ 71.5639,0.9998,0.2052
1544
+ 71.6103,0.9997,0.2048
1545
+ 71.6568,0.9996,0.2054
1546
+ 71.7032,0.9995,0.2070
1547
+ 71.7497,0.9994,0.2095
1548
+ 71.7961,0.9993,0.2127
1549
+ 71.8425,0.9993,0.2164
1550
+ 71.8890,0.9992,0.2204
1551
+ 71.9354,0.9992,0.2244
1552
+ 71.9819,0.9993,0.2282
1553
+ 72.0283,0.9993,0.2316
1554
+ 72.0747,0.9994,0.2344
1555
+ 72.1212,0.9995,0.2365
1556
+ 72.1676,0.9995,0.2379
1557
+ 72.2141,0.9996,0.2384
1558
+ 72.2605,0.9996,0.2380
1559
+ 72.3069,0.9997,0.2366
1560
+ 72.3534,0.9997,0.2344
1561
+ 72.3998,0.9997,0.2316
1562
+ 72.4463,0.9998,0.2286
1563
+ 72.4927,0.9998,0.2259
1564
+ 72.5391,0.9998,0.2239
1565
+ 72.5856,0.9998,0.2229
1566
+ 72.6320,0.9998,0.2233
1567
+ 72.6785,0.9998,0.2254
1568
+ 72.7249,0.9997,0.2292
1569
+ 72.7713,0.9997,0.2347
1570
+ 72.8178,0.9997,0.2419
1571
+ 72.8642,0.9996,0.2505
1572
+ 72.9107,0.9996,0.2604
1573
+ 72.9571,0.9995,0.2713
1574
+ 73.0035,0.9994,0.2828
1575
+ 73.0500,0.9992,0.2946
1576
+ 73.0964,0.9989,0.3061
1577
+ 73.1429,0.9985,0.3168
1578
+ 73.1893,0.9980,0.3263
1579
+ 73.2357,0.9972,0.3342
1580
+ 73.2822,0.9962,0.3402
1581
+ 73.3286,0.9947,0.3443
1582
+ 73.3751,0.9930,0.3463
1583
+ 73.4215,0.9909,0.3463
1584
+ 73.4679,0.9889,0.3443
1585
+ 73.5144,0.9872,0.3408
1586
+ 73.5608,0.9865,0.3362
1587
+ 73.6073,0.9870,0.3312
1588
+ 73.6537,0.9888,0.3268
1589
+ 73.7001,0.9914,0.3236
1590
+ 73.7466,0.9943,0.3223
1591
+ 73.7930,0.9967,0.3231
1592
+ 73.8395,0.9983,0.3262
1593
+ 73.8859,0.9992,0.3314
1594
+ 73.9323,0.9996,0.3386
1595
+ 73.9788,0.9998,0.3473
1596
+ 74.0252,0.9999,0.3572
1597
+ 74.0717,1.0000,0.3681
1598
+ 74.1181,1.0000,0.3798
1599
+ 74.1645,1.0000,0.3919
1600
+ 74.2110,1.0000,0.4044
1601
+ 74.2574,1.0000,0.4168
1602
+ 74.3039,1.0000,0.4287
1603
+ 74.3503,1.0000,0.4396
1604
+ 74.3967,1.0000,0.4488
1605
+ 74.4432,1.0000,0.4560
1606
+ 74.4896,1.0000,0.4609
1607
+ 74.5361,1.0000,0.4633
1608
+ 74.5825,1.0000,0.4632
1609
+ 74.6289,1.0000,0.4608
1610
+ 74.6754,1.0000,0.4567
1611
+ 74.7218,1.0000,0.4516
1612
+ 74.7683,1.0000,0.4465
1613
+ 74.8147,1.0000,0.4422
1614
+ 74.8611,1.0000,0.4394
1615
+ 74.9076,1.0000,0.4384
1616
+ 74.9540,1.0000,0.4390
1617
+ 75.0005,1.0000,0.4408
1618
+ 75.0469,1.0000,0.4432
1619
+ 75.0933,1.0000,0.4453
1620
+ 75.1398,1.0000,0.4465
1621
+ 75.1862,1.0000,0.4463
1622
+ 75.2327,1.0000,0.4444
1623
+ 75.2791,1.0000,0.4408
1624
+ 75.3255,1.0000,0.4360
1625
+ 75.3720,1.0000,0.4305
1626
+ 75.4184,1.0000,0.4247
1627
+ 75.4649,1.0000,0.4192
1628
+ 75.5113,1.0000,0.4145
1629
+ 75.5577,1.0000,0.4109
1630
+ 75.6042,1.0000,0.4087
1631
+ 75.6506,1.0000,0.4080
1632
+ 75.6971,1.0000,0.4086
1633
+ 75.7435,1.0000,0.4104
1634
+ 75.7899,1.0000,0.4134
1635
+ 75.8364,1.0000,0.4175
1636
+ 75.8828,1.0000,0.4229
1637
+ 75.9293,1.0000,0.4298
1638
+ 75.9757,0.9999,0.4385
1639
+ 76.0221,0.9998,0.4492
1640
+ 76.0686,0.9998,0.4619
1641
+ 76.1150,0.9997,0.4763
1642
+ 76.1615,0.9996,0.4920
1643
+ 76.2079,0.9995,0.5082
1644
+ 76.2543,0.9995,0.5241
1645
+ 76.3008,0.9996,0.5393
1646
+ 76.3472,0.9997,0.5530
1647
+ 76.3937,0.9998,0.5652
1648
+ 76.4401,0.9999,0.5759
1649
+ 76.4865,0.9999,0.5856
1650
+ 76.5330,1.0000,0.5945
1651
+ 76.5794,1.0000,0.6031
1652
+ 76.6259,1.0000,0.6113
1653
+ 76.6723,1.0000,0.6190
1654
+ 76.7187,1.0000,0.6256
1655
+ 76.7652,1.0000,0.6304
1656
+ 76.8116,1.0000,0.6327
1657
+ 76.8580,1.0000,0.6320
1658
+ 76.9045,1.0000,0.6282
1659
+ 76.9509,1.0000,0.6214
1660
+ 76.9974,1.0000,0.6123
1661
+ 77.0438,1.0000,0.6021
1662
+ 77.0902,1.0000,0.5922
1663
+ 77.1367,1.0000,0.5843
1664
+ 77.1831,1.0000,0.5794
1665
+ 77.2296,1.0000,0.5780
1666
+ 77.2760,1.0000,0.5803
1667
+ 77.3224,1.0000,0.5856
1668
+ 77.3689,1.0000,0.5932
1669
+ 77.4153,1.0000,0.6021
1670
+ 77.4618,1.0000,0.6111
1671
+ 77.5082,1.0000,0.6193
1672
+ 77.5546,1.0000,0.6258
1673
+ 77.6011,1.0000,0.6299
1674
+ 77.6475,1.0000,0.6313
1675
+ 77.6940,1.0000,0.6295
1676
+ 77.7404,1.0000,0.6245
1677
+ 77.7868,1.0000,0.6164
1678
+ 77.8333,1.0000,0.6054
1679
+ 77.8797,1.0000,0.5922
1680
+ 77.9262,1.0000,0.5777
1681
+ 77.9726,0.9999,0.5630
1682
+ 78.0190,0.9999,0.5488
1683
+ 78.0655,0.9999,0.5358
1684
+ 78.1119,0.9999,0.5239
1685
+ 78.1584,0.9999,0.5130
1686
+ 78.2048,0.9998,0.5029
1687
+ 78.2512,0.9997,0.4936
1688
+ 78.2977,0.9996,0.4848
1689
+ 78.3441,0.9995,0.4768
1690
+ 78.3906,0.9992,0.4692
1691
+ 78.4370,0.9987,0.4621
1692
+ 78.4834,0.9979,0.4551
1693
+ 78.5299,0.9968,0.4480
1694
+ 78.5763,0.9952,0.4406
1695
+ 78.6228,0.9932,0.4327
1696
+ 78.6692,0.9911,0.4240
1697
+ 78.7156,0.9896,0.4144
1698
+ 78.7621,0.9892,0.4042
1699
+ 78.8085,0.9904,0.3938
1700
+ 78.8550,0.9928,0.3838
1701
+ 78.9014,0.9955,0.3750
1702
+ 78.9478,0.9977,0.3679
1703
+ 78.9943,0.9990,0.3632
1704
+ 79.0407,0.9997,0.3610
1705
+ 79.0872,0.9999,0.3612
1706
+ 79.1336,1.0000,0.3636
1707
+ 79.1800,1.0000,0.3676
1708
+ 79.2265,1.0000,0.3729
1709
+ 79.2729,1.0000,0.3788
1710
+ 79.3194,1.0000,0.3851
1711
+ 79.3658,1.0000,0.3915
1712
+ 79.4122,1.0000,0.3976
1713
+ 79.4587,1.0000,0.4035
1714
+ 79.5051,1.0000,0.4088
1715
+ 79.5516,1.0000,0.4135
1716
+ 79.5980,1.0000,0.4171
1717
+ 79.6444,1.0000,0.4196
1718
+ 79.6909,1.0000,0.4207
1719
+ 79.7373,1.0000,0.4204
1720
+ 79.7838,1.0000,0.4189
1721
+ 79.8302,1.0000,0.4166
1722
+ 79.8766,1.0000,0.4137
1723
+ 79.9231,1.0000,0.4108
1724
+ 79.9695,1.0000,0.4080
1725
+ 80.0160,1.0000,0.4057
1726
+ 80.0624,1.0000,0.4042
1727
+ 80.1088,1.0000,0.4039
1728
+ 80.1553,1.0000,0.4047
1729
+ 80.2017,1.0000,0.4068
1730
+ 80.2482,1.0000,0.4101
1731
+ 80.2946,1.0000,0.4145
1732
+ 80.3410,1.0000,0.4200
1733
+ 80.3875,1.0000,0.4266
1734
+ 80.4339,1.0000,0.4345
1735
+ 80.4804,1.0000,0.4437
1736
+ 80.5268,1.0000,0.4545
1737
+ 80.5732,1.0000,0.4669
1738
+ 80.6197,1.0000,0.4810
1739
+ 80.6661,1.0000,0.4964
1740
+ 80.7126,1.0000,0.5131
1741
+ 80.7590,1.0000,0.5304
1742
+ 80.8054,1.0000,0.5478
1743
+ 80.8519,1.0000,0.5643
1744
+ 80.8983,1.0000,0.5792
1745
+ 80.9448,1.0000,0.5920
1746
+ 80.9912,1.0000,0.6024
1747
+ 81.0376,1.0000,0.6103
1748
+ 81.0841,1.0000,0.6159
1749
+ 81.1305,1.0000,0.6192
1750
+ 81.1770,1.0000,0.6204
1751
+ 81.2234,1.0000,0.6196
1752
+ 81.2698,1.0000,0.6172
1753
+ 81.3163,1.0000,0.6132
1754
+ 81.3627,0.9999,0.6078
1755
+ 81.4092,0.9999,0.6011
1756
+ 81.4556,0.9998,0.5931
1757
+ 81.5020,0.9998,0.5841
1758
+ 81.5485,0.9998,0.5747
1759
+ 81.5949,0.9998,0.5657
1760
+ 81.6414,0.9998,0.5584
1761
+ 81.6878,0.9999,0.5539
1762
+ 81.7342,0.9999,0.5534
1763
+ 81.7807,1.0000,0.5570
1764
+ 81.8271,1.0000,0.5649
1765
+ 81.8736,1.0000,0.5767
1766
+ 81.9200,1.0000,0.5918
1767
+ 81.9664,1.0000,0.6098
1768
+ 82.0129,1.0000,0.6301
1769
+ 82.0593,1.0000,0.6524
1770
+ 82.1058,1.0000,0.6760
1771
+ 82.1522,1.0000,0.7004
1772
+ 82.1986,1.0000,0.7248
1773
+ 82.2451,1.0000,0.7483
1774
+ 82.2915,1.0000,0.7701
1775
+ 82.3380,1.0000,0.7895
1776
+ 82.3844,1.0000,0.8061
1777
+ 82.4308,1.0000,0.8200
1778
+ 82.4773,1.0000,0.8312
1779
+ 82.5237,1.0000,0.8399
1780
+ 82.5702,1.0000,0.8463
1781
+ 82.6166,1.0000,0.8505
1782
+ 82.6630,1.0000,0.8528
1783
+ 82.7095,1.0000,0.8532
1784
+ 82.7559,1.0000,0.8521
1785
+ 82.8024,1.0000,0.8498
1786
+ 82.8488,1.0000,0.8469
1787
+ 82.8952,1.0000,0.8441
1788
+ 82.9417,1.0000,0.8419
1789
+ 82.9881,1.0000,0.8404
1790
+ 83.0346,1.0000,0.8397
1791
+ 83.0810,1.0000,0.8393
1792
+ 83.1274,1.0000,0.8393
1793
+ 83.1739,1.0000,0.8392
1794
+ 83.2203,1.0000,0.8392
1795
+ 83.2668,1.0000,0.8393
1796
+ 83.3132,1.0000,0.8396
1797
+ 83.3596,1.0000,0.8402
1798
+ 83.4061,1.0000,0.8410
1799
+ 83.4525,1.0000,0.8420
1800
+ 83.4990,1.0000,0.8431
1801
+ 83.5454,1.0000,0.8441
1802
+ 83.5918,1.0000,0.8449
1803
+ 83.6383,1.0000,0.8453
1804
+ 83.6847,1.0000,0.8453
1805
+ 83.7312,1.0000,0.8451
1806
+ 83.7776,0.9999,0.8447
1807
+ 83.8240,0.9999,0.8445
1808
+ 83.8705,0.9999,0.8448
1809
+ 83.9169,0.9999,0.8462
1810
+ 83.9634,0.9999,0.8492
1811
+ 84.0098,0.9999,0.8542
1812
+ 84.0562,0.9999,0.8613
1813
+ 84.1027,0.9998,0.8705
1814
+ 84.1491,0.9999,0.8811
1815
+ 84.1956,0.9999,0.8927
1816
+ 84.2420,0.9999,0.9048
1817
+ 84.2884,0.9999,0.9168
1818
+ 84.3349,1.0000,0.9283
1819
+ 84.3813,1.0000,0.9390
1820
+ 84.4278,1.0000,0.9488
1821
+ 84.4742,1.0000,0.9573
1822
+ 84.5206,1.0000,0.9647
1823
+ 84.5671,1.0000,0.9709
1824
+ 84.6135,1.0000,0.9759
1825
+ 84.6600,1.0000,0.9797
1826
+ 84.7064,1.0000,0.9825
1827
+ 84.7528,1.0000,0.9844
1828
+ 84.7993,1.0000,0.9853
1829
+ 84.8457,1.0000,0.9855
1830
+ 84.8922,1.0000,0.9849
1831
+ 84.9386,1.0000,0.9836
1832
+ 84.9850,1.0000,0.9816
1833
+ 85.0315,1.0000,0.9791
1834
+ 85.0779,1.0000,0.9763
1835
+ 85.1244,1.0000,0.9734
1836
+ 85.1708,1.0000,0.9710
1837
+ 85.2172,1.0000,0.9693
1838
+ 85.2637,1.0000,0.9686
1839
+ 85.3101,1.0000,0.9690
1840
+ 85.3566,1.0000,0.9703
1841
+ 85.4030,1.0000,0.9722
1842
+ 85.4494,1.0000,0.9746
1843
+ 85.4959,1.0000,0.9769
1844
+ 85.5423,1.0000,0.9792
1845
+ 85.5888,1.0000,0.9811
1846
+ 85.6352,1.0000,0.9826
1847
+ 85.6816,1.0000,0.9838
1848
+ 85.7281,1.0000,0.9845
1849
+ 85.7745,1.0000,0.9849
1850
+ 85.8210,1.0000,0.9848
1851
+ 85.8674,1.0000,0.9843
1852
+ 85.9138,1.0000,0.9833
1853
+ 85.9603,1.0000,0.9818
1854
+ 86.0067,1.0000,0.9796
1855
+ 86.0532,1.0000,0.9767
1856
+ 86.0996,1.0000,0.9731
1857
+ 86.1460,1.0000,0.9689
1858
+ 86.1925,1.0000,0.9640
1859
+ 86.2389,1.0000,0.9588
1860
+ 86.2854,1.0000,0.9534
1861
+ 86.3318,1.0000,0.9481
1862
+ 86.3782,1.0000,0.9429
1863
+ 86.4247,1.0000,0.9379
1864
+ 86.4711,1.0000,0.9334
1865
+ 86.5176,1.0000,0.9296
1866
+ 86.5640,1.0000,0.9267
1867
+ 86.6104,1.0000,0.9252
1868
+ 86.6569,1.0000,0.9250
1869
+ 86.7033,1.0000,0.9261
1870
+ 86.7498,1.0000,0.9282
1871
+ 86.7962,1.0000,0.9311
1872
+ 86.8426,1.0000,0.9344
1873
+ 86.8891,1.0000,0.9379
1874
+ 86.9355,1.0000,0.9414
1875
+ 86.9820,1.0000,0.9446
1876
+ 87.0284,1.0000,0.9472
1877
+ 87.0748,1.0000,0.9491
1878
+ 87.1213,1.0000,0.9500
1879
+ 87.1677,1.0000,0.9498
1880
+ 87.2141,1.0000,0.9487
1881
+ 87.2606,1.0000,0.9466
1882
+ 87.3070,1.0000,0.9436
1883
+ 87.3535,1.0000,0.9399
1884
+ 87.3999,1.0000,0.9358
1885
+ 87.4463,1.0000,0.9318
1886
+ 87.4928,1.0000,0.9284
1887
+ 87.5392,1.0000,0.9260
1888
+ 87.5857,1.0000,0.9250
1889
+ 87.6321,1.0000,0.9253
1890
+ 87.6785,1.0000,0.9269
1891
+ 87.7250,1.0000,0.9295
1892
+ 87.7714,1.0000,0.9327
1893
+ 87.8179,1.0000,0.9361
1894
+ 87.8643,1.0000,0.9393
1895
+ 87.9107,1.0000,0.9419
1896
+ 87.9572,1.0000,0.9438
1897
+ 88.0036,1.0000,0.9448
1898
+ 88.0501,1.0000,0.9450
1899
+ 88.0965,1.0000,0.9442
1900
+ 88.1429,1.0000,0.9423
1901
+ 88.1894,1.0000,0.9394
1902
+ 88.2358,1.0000,0.9353
1903
+ 88.2823,1.0000,0.9298
1904
+ 88.3287,1.0000,0.9228
1905
+ 88.3751,1.0000,0.9142
1906
+ 88.4216,1.0000,0.9043
1907
+ 88.4680,1.0000,0.8935
1908
+ 88.5145,1.0000,0.8822
1909
+ 88.5609,1.0000,0.8712
1910
+ 88.6073,1.0000,0.8610
1911
+ 88.6538,1.0000,0.8524
1912
+ 88.7002,1.0000,0.8455
1913
+ 88.7467,1.0000,0.8406
1914
+ 88.7931,1.0000,0.8376
1915
+ 88.8395,1.0000,0.8360
1916
+ 88.8860,1.0000,0.8355
1917
+ 88.9324,1.0000,0.8355
1918
+ 88.9789,1.0000,0.8357
1919
+ 89.0253,1.0000,0.8355
1920
+ 89.0717,1.0000,0.8348
1921
+ 89.1182,1.0000,0.8335
1922
+ 89.1646,0.9999,0.8317
1923
+ 89.2111,0.9999,0.8294
1924
+ 89.2575,0.9999,0.8269
1925
+ 89.3039,0.9999,0.8244
1926
+ 89.3504,0.9999,0.8216
1927
+ 89.3968,0.9998,0.8185
1928
+ 89.4433,0.9998,0.8147
1929
+ 89.4897,0.9999,0.8103
1930
+ 89.5361,0.9999,0.8053
1931
+ 89.5826,0.9999,0.8003
1932
+ 89.6290,1.0000,0.7959
1933
+ 89.6755,1.0000,0.7929
1934
+ 89.7219,1.0000,0.7921
1935
+ 89.7683,1.0000,0.7940
1936
+ 89.8148,1.0000,0.7989
1937
+ 89.8612,1.0000,0.8068
1938
+ 89.9077,1.0000,0.8173
1939
+ 89.9541,1.0000,0.8296
1940
+ 90.0005,1.0000,0.8427
1941
+ 90.0470,1.0000,0.8559
1942
+ 90.0934,1.0000,0.8684
1943
+ 90.1399,1.0000,0.8799
1944
+ 90.1863,1.0000,0.8900
1945
+ 90.2327,1.0000,0.8988
1946
+ 90.2792,1.0000,0.9062
1947
+ 90.3256,1.0000,0.9123
1948
+ 90.3721,1.0000,0.9171
1949
+ 90.4185,1.0000,0.9206
1950
+ 90.4649,1.0000,0.9228
1951
+ 90.5114,1.0000,0.9237
1952
+ 90.5578,1.0000,0.9234
1953
+ 90.6043,1.0000,0.9218
1954
+ 90.6507,1.0000,0.9190
1955
+ 90.6971,1.0000,0.9153
1956
+ 90.7436,1.0000,0.9113
1957
+ 90.7900,1.0000,0.9078
1958
+ 90.8365,1.0000,0.9057
1959
+ 90.8829,1.0000,0.9057
1960
+ 90.9293,1.0000,0.9080
1961
+ 90.9758,1.0000,0.9124
1962
+ 91.0222,1.0000,0.9185
1963
+ 91.0687,1.0000,0.9257
1964
+ 91.1151,1.0000,0.9334
1965
+ 91.1615,1.0000,0.9410
1966
+ 91.2080,1.0000,0.9482
1967
+ 91.2544,1.0000,0.9548
1968
+ 91.3009,1.0000,0.9607
1969
+ 91.3473,1.0000,0.9660
1970
+ 91.3937,1.0000,0.9706
1971
+ 91.4402,1.0000,0.9746
1972
+ 91.4866,1.0000,0.9779
1973
+ 91.5331,1.0000,0.9804
1974
+ 91.5795,1.0000,0.9822
1975
+ 91.6259,1.0000,0.9833
1976
+ 91.6724,1.0000,0.9838
1977
+ 91.7188,1.0000,0.9837
1978
+ 91.7653,1.0000,0.9829
1979
+ 91.8117,1.0000,0.9814
1980
+ 91.8581,1.0000,0.9791
1981
+ 91.9046,1.0000,0.9761
1982
+ 91.9510,1.0000,0.9725
1983
+ 91.9975,1.0000,0.9685
1984
+ 92.0439,1.0000,0.9646
1985
+ 92.0903,1.0000,0.9613
1986
+ 92.1368,1.0000,0.9588
1987
+ 92.1832,1.0000,0.9574
1988
+ 92.2297,1.0000,0.9572
1989
+ 92.2761,1.0000,0.9581
1990
+ 92.3225,1.0000,0.9598
1991
+ 92.3690,1.0000,0.9623
1992
+ 92.4154,1.0000,0.9652
1993
+ 92.4619,1.0000,0.9683
1994
+ 92.5083,1.0000,0.9714
1995
+ 92.5547,1.0000,0.9743
1996
+ 92.6012,1.0000,0.9769
1997
+ 92.6476,1.0000,0.9791
1998
+ 92.6941,1.0000,0.9809
1999
+ 92.7405,1.0000,0.9821
2000
+ 92.7869,1.0000,0.9829
2001
+ 92.8334,1.0000,0.9831
2002
+ 92.8798,1.0000,0.9828
2003
+ 92.9263,1.0000,0.9820
2004
+ 92.9727,1.0000,0.9805
2005
+ 93.0191,1.0000,0.9785
2006
+ 93.0656,1.0000,0.9760
2007
+ 93.1120,1.0000,0.9733
2008
+ 93.1585,1.0000,0.9706
2009
+ 93.2049,1.0000,0.9683
2010
+ 93.2513,1.0000,0.9668
2011
+ 93.2978,1.0000,0.9660
2012
+ 93.3442,1.0000,0.9662
2013
+ 93.3907,1.0000,0.9671
2014
+ 93.4371,1.0000,0.9686
2015
+ 93.4835,1.0000,0.9704
2016
+ 93.5300,1.0000,0.9724
2017
+ 93.5764,1.0000,0.9743
2018
+ 93.6229,1.0000,0.9761
2019
+ 93.6693,1.0000,0.9778
2020
+ 93.7157,1.0000,0.9792
2021
+ 93.7622,1.0000,0.9803
2022
+ 93.8086,1.0000,0.9812
2023
+ 93.8551,1.0000,0.9817
2024
+ 93.9015,1.0000,0.9818
2025
+ 93.9479,1.0000,0.9816
2026
+ 93.9944,1.0000,0.9810
2027
+ 94.0408,1.0000,0.9799
2028
+ 94.0873,1.0000,0.9782
2029
+ 94.1337,1.0000,0.9760
2030
+ 94.1801,1.0000,0.9733
2031
+ 94.2266,1.0000,0.9701
2032
+ 94.2730,1.0000,0.9665
2033
+ 94.3195,1.0000,0.9629
2034
+ 94.3659,1.0000,0.9595
2035
+ 94.4123,1.0000,0.9565
2036
+ 94.4588,1.0000,0.9543
2037
+ 94.5052,1.0000,0.9530
2038
+ 94.5517,1.0000,0.9527
2039
+ 94.5981,1.0000,0.9533
2040
+ 94.6445,1.0000,0.9545
2041
+ 94.6910,1.0000,0.9562
2042
+ 94.7374,1.0000,0.9581
2043
+ 94.7839,1.0000,0.9601
2044
+ 94.8303,1.0000,0.9620
2045
+ 94.8767,1.0000,0.9638
2046
+ 94.9232,1.0000,0.9651
2047
+ 94.9696,1.0000,0.9660
2048
+ 95.0161,1.0000,0.9664
2049
+ 95.0625,1.0000,0.9660
2050
+ 95.1089,1.0000,0.9649
2051
+ 95.1554,1.0000,0.9630
2052
+ 95.2018,1.0000,0.9604
2053
+ 95.2483,1.0000,0.9571
2054
+ 95.2947,1.0000,0.9534
2055
+ 95.3411,1.0000,0.9494
2056
+ 95.3876,1.0000,0.9455
2057
+ 95.4340,1.0000,0.9420
2058
+ 95.4805,1.0000,0.9391
2059
+ 95.5269,1.0000,0.9370
2060
+ 95.5733,1.0000,0.9358
2061
+ 95.6198,1.0000,0.9353
2062
+ 95.6662,1.0000,0.9353
2063
+ 95.7127,1.0000,0.9358
2064
+ 95.7591,1.0000,0.9364
2065
+ 95.8055,1.0000,0.9371
2066
+ 95.8520,1.0000,0.9378
2067
+ 95.8984,1.0000,0.9386
2068
+ 95.9449,1.0000,0.9393
2069
+ 95.9913,1.0000,0.9400
2070
+ 96.0377,1.0000,0.9405
2071
+ 96.0842,1.0000,0.9404
2072
+ 96.1306,1.0000,0.9397
2073
+ 96.1771,1.0000,0.9381
2074
+ 96.2235,1.0000,0.9354
2075
+ 96.2699,1.0000,0.9314
2076
+ 96.3164,1.0000,0.9262
2077
+ 96.3628,1.0000,0.9198
2078
+ 96.4093,1.0000,0.9125
2079
+ 96.4557,1.0000,0.9048
2080
+ 96.5021,1.0000,0.8974
2081
+ 96.5486,1.0000,0.8910
2082
+ 96.5950,1.0000,0.8859
2083
+ 96.6415,1.0000,0.8825
2084
+ 96.6879,1.0000,0.8807
2085
+ 96.7343,1.0000,0.8801
2086
+ 96.7808,1.0000,0.8803
2087
+ 96.8272,1.0000,0.8808
2088
+ 96.8737,1.0000,0.8811
2089
+ 96.9201,1.0000,0.8808
2090
+ 96.9665,1.0000,0.8796
2091
+ 97.0130,1.0000,0.8776
2092
+ 97.0594,1.0000,0.8748
2093
+ 97.1059,1.0000,0.8713
2094
+ 97.1523,1.0000,0.8673
2095
+ 97.1987,1.0000,0.8631
2096
+ 97.2452,1.0000,0.8586
2097
+ 97.2916,0.9999,0.8540
2098
+ 97.3380,0.9999,0.8490
2099
+ 97.3845,0.9999,0.8436
2100
+ 97.4309,0.9999,0.8375
2101
+ 97.4774,0.9999,0.8308
2102
+ 97.5238,0.9999,0.8236
2103
+ 97.5702,1.0000,0.8164
2104
+ 97.6167,1.0000,0.8099
2105
+ 97.6631,1.0000,0.8050
2106
+ 97.7096,1.0000,0.8024
2107
+ 97.7560,1.0000,0.8028
2108
+ 97.8024,1.0000,0.8064
2109
+ 97.8489,1.0000,0.8126
2110
+ 97.8953,1.0000,0.8208
2111
+ 97.9418,1.0000,0.8301
2112
+ 97.9882,1.0000,0.8395
2113
+ 98.0346,1.0000,0.8484
2114
+ 98.0811,1.0000,0.8562
2115
+ 98.1275,1.0000,0.8628
2116
+ 98.1740,1.0000,0.8678
2117
+ 98.2204,1.0000,0.8716
2118
+ 98.2668,1.0000,0.8742
2119
+ 98.3133,1.0000,0.8759
2120
+ 98.3597,1.0000,0.8768
2121
+ 98.4062,1.0000,0.8771
2122
+ 98.4526,1.0000,0.8769
2123
+ 98.4990,1.0000,0.8761
2124
+ 98.5455,1.0000,0.8748
2125
+ 98.5919,1.0000,0.8730
2126
+ 98.6384,1.0000,0.8708
2127
+ 98.6848,1.0000,0.8686
2128
+ 98.7312,1.0000,0.8669
2129
+ 98.7777,1.0000,0.8661
2130
+ 98.8241,1.0000,0.8670
2131
+ 98.8706,1.0000,0.8698
2132
+ 98.9170,1.0000,0.8747
2133
+ 98.9634,1.0000,0.8812
2134
+ 99.0099,1.0000,0.8889
2135
+ 99.0563,1.0000,0.8971
2136
+ 99.1028,1.0000,0.9053
2137
+ 99.1492,1.0000,0.9131
2138
+ 99.1956,1.0000,0.9201
2139
+ 99.2421,1.0000,0.9260
2140
+ 99.2885,1.0000,0.9308
2141
+ 99.3350,1.0000,0.9345
2142
+ 99.3814,1.0000,0.9375
2143
+ 99.4278,1.0000,0.9398
2144
+ 99.4743,1.0000,0.9417
2145
+ 99.5207,1.0000,0.9432
2146
+ 99.5672,1.0000,0.9443
2147
+ 99.6136,1.0000,0.9447
2148
+ 99.6600,1.0000,0.9443
2149
+ 99.7065,1.0000,0.9429
2150
+ 99.7529,1.0000,0.9403
2151
+ 99.7994,1.0000,0.9361
2152
+ 99.8458,1.0000,0.9302
2153
+ 99.8922,1.0000,0.9227
2154
+ 99.9387,1.0000,0.9139
2155
+ 99.9851,1.0000,0.9044
2156
+ 100.0316,1.0000,0.8954
2157
+ 100.0780,1.0000,0.8881
2158
+ 100.1244,1.0000,0.8834
2159
+ 100.1709,1.0000,0.8819
2160
+ 100.2173,1.0000,0.8835
2161
+ 100.2638,1.0000,0.8881
2162
+ 100.3102,1.0000,0.8951
2163
+ 100.3566,1.0000,0.9038
2164
+ 100.4031,1.0000,0.9134
2165
+ 100.4495,1.0000,0.9233
2166
+ 100.4960,1.0000,0.9330
2167
+ 100.5424,1.0000,0.9421
2168
+ 100.5888,1.0000,0.9504
2169
+ 100.6353,1.0000,0.9575
2170
+ 100.6817,1.0000,0.9635
2171
+ 100.7282,1.0000,0.9682
2172
+ 100.7746,1.0000,0.9718
2173
+ 100.8210,1.0000,0.9742
2174
+ 100.8675,1.0000,0.9756
2175
+ 100.9139,1.0000,0.9762
2176
+ 100.9604,1.0000,0.9760
2177
+ 101.0068,1.0000,0.9752
2178
+ 101.0532,1.0000,0.9742
2179
+ 101.0997,1.0000,0.9731
2180
+ 101.1461,1.0000,0.9723
2181
+ 101.1926,1.0000,0.9721
2182
+ 101.2390,1.0000,0.9726
2183
+ 101.2854,1.0000,0.9739
2184
+ 101.3319,1.0000,0.9757
2185
+ 101.3783,1.0000,0.9778
2186
+ 101.4248,1.0000,0.9801
2187
+ 101.4712,1.0000,0.9822
2188
+ 101.5176,1.0000,0.9842
2189
+ 101.5641,1.0000,0.9859
2190
+ 101.6105,1.0000,0.9874
2191
+ 101.6570,1.0000,0.9887
2192
+ 101.7034,1.0000,0.9898
2193
+ 101.7498,1.0000,0.9907
2194
+ 101.7963,1.0000,0.9915
2195
+ 101.8427,1.0000,0.9920
2196
+ 101.8892,1.0000,0.9923
2197
+ 101.9356,1.0000,0.9924
2198
+ 101.9820,1.0000,0.9923
2199
+ 102.0285,1.0000,0.9919
2200
+ 102.0749,1.0000,0.9912
2201
+ 102.1214,1.0000,0.9902
2202
+ 102.1678,1.0000,0.9889
2203
+ 102.2142,1.0000,0.9874
2204
+ 102.2607,1.0000,0.9858
2205
+ 102.3071,1.0000,0.9844
2206
+ 102.3536,1.0000,0.9832
2207
+ 102.4000,1.0000,0.9826
2208
+ 102.4464,1.0000,0.9827
2209
+ 102.4929,1.0000,0.9833
2210
+ 102.5393,1.0000,0.9844
2211
+ 102.5858,1.0000,0.9858
2212
+ 102.6322,1.0000,0.9873
2213
+ 102.6786,1.0000,0.9889
2214
+ 102.7251,1.0000,0.9903
2215
+ 102.7715,1.0000,0.9915
2216
+ 102.8180,1.0000,0.9926
2217
+ 102.8644,1.0000,0.9936
2218
+ 102.9108,1.0000,0.9943
2219
+ 102.9573,1.0000,0.9950
2220
+ 103.0037,1.0000,0.9954
2221
+ 103.0502,1.0000,0.9958
2222
+ 103.0966,1.0000,0.9961
2223
+ 103.1430,1.0000,0.9962
2224
+ 103.1895,1.0000,0.9963
2225
+ 103.2359,1.0000,0.9963
2226
+ 103.2824,1.0000,0.9962
2227
+ 103.3288,1.0000,0.9961
2228
+ 103.3752,1.0000,0.9960
2229
+ 103.4217,1.0000,0.9960
2230
+ 103.4681,1.0000,0.9960
2231
+ 103.5146,1.0000,0.9961
2232
+ 103.5610,1.0000,0.9963
2233
+ 103.6074,1.0000,0.9966
2234
+ 103.6539,1.0000,0.9969
2235
+ 103.7003,1.0000,0.9973
2236
+ 103.7468,1.0000,0.9976
2237
+ 103.7932,1.0000,0.9979
2238
+ 103.8396,1.0000,0.9981
2239
+ 103.8861,1.0000,0.9983
2240
+ 103.9325,1.0000,0.9985
2241
+ 103.9790,1.0000,0.9986
2242
+ 104.0254,1.0000,0.9987
2243
+ 104.0718,1.0000,0.9987
2244
+ 104.1183,1.0000,0.9987
2245
+ 104.1647,1.0000,0.9986
2246
+ 104.2112,1.0000,0.9985
2247
+ 104.2576,1.0000,0.9983
2248
+ 104.3040,1.0000,0.9980
2249
+ 104.3505,1.0000,0.9976
2250
+ 104.3969,1.0000,0.9971
2251
+ 104.4434,1.0000,0.9965
2252
+ 104.4898,1.0000,0.9958
2253
+ 104.5362,1.0000,0.9950
2254
+ 104.5827,1.0000,0.9942
2255
+ 104.6291,1.0000,0.9935
2256
+ 104.6756,1.0000,0.9928
2257
+ 104.7220,1.0000,0.9921
2258
+ 104.7684,1.0000,0.9915
2259
+ 104.8149,1.0000,0.9909
2260
+ 104.8613,1.0000,0.9902
2261
+ 104.9078,0.9999,0.9893
2262
+ 104.9542,0.9999,0.9883
2263
+ 105.0006,0.9999,0.9870
2264
+ 105.0471,0.9998,0.9854
2265
+ 105.0935,0.9998,0.9836
2266
+ 105.1400,0.9997,0.9815
2267
+ 105.1864,0.9996,0.9791
2268
+ 105.2328,0.9995,0.9762
2269
+ 105.2793,0.9994,0.9729
2270
+ 105.3257,0.9994,0.9689
2271
+ 105.3722,0.9994,0.9644
2272
+ 105.4186,0.9994,0.9590
2273
+ 105.4650,0.9996,0.9527
2274
+ 105.5115,0.9997,0.9453
2275
+ 105.5579,0.9998,0.9368
2276
+ 105.6044,0.9999,0.9272
2277
+ 105.6508,1.0000,0.9170
2278
+ 105.6972,1.0000,0.9067
2279
+ 105.7437,1.0000,0.8971
2280
+ 105.7901,1.0000,0.8887
2281
+ 105.8366,1.0000,0.8820
2282
+ 105.8830,1.0000,0.8771
2283
+ 105.9294,1.0000,0.8739
2284
+ 105.9759,1.0000,0.8721
2285
+ 106.0223,1.0000,0.8713
2286
+ 106.0688,1.0000,0.8708
2287
+ 106.1152,1.0000,0.8703
2288
+ 106.1616,1.0000,0.8693
2289
+ 106.2081,1.0000,0.8676
2290
+ 106.2545,1.0000,0.8652
2291
+ 106.3010,1.0000,0.8623
2292
+ 106.3474,1.0000,0.8591
2293
+ 106.3938,1.0000,0.8557
2294
+ 106.4403,1.0000,0.8524
2295
+ 106.4867,1.0000,0.8490
2296
+ 106.5332,1.0000,0.8455
2297
+ 106.5796,1.0000,0.8418
2298
+ 106.6260,1.0000,0.8380
2299
+ 106.6725,1.0000,0.8339
2300
+ 106.7189,1.0000,0.8298
2301
+ 106.7654,1.0000,0.8261
2302
+ 106.8118,1.0000,0.8232
2303
+ 106.8582,1.0000,0.8215
2304
+ 106.9047,1.0000,0.8215
2305
+ 106.9511,1.0000,0.8232
2306
+ 106.9976,1.0000,0.8270
2307
+ 107.0440,1.0000,0.8326
2308
+ 107.0904,1.0000,0.8400
2309
+ 107.1369,1.0000,0.8486
2310
+ 107.1833,1.0000,0.8583
2311
+ 107.2298,1.0000,0.8684
2312
+ 107.2762,1.0000,0.8789
2313
+ 107.3226,1.0000,0.8895
2314
+ 107.3691,1.0000,0.8999
2315
+ 107.4155,1.0000,0.9098
2316
+ 107.4620,1.0000,0.9190
2317
+ 107.5084,1.0000,0.9272
2318
+ 107.5548,1.0000,0.9342
2319
+ 107.6013,1.0000,0.9399
2320
+ 107.6477,1.0000,0.9442
2321
+ 107.6941,1.0000,0.9473
2322
+ 107.7406,1.0000,0.9492
2323
+ 107.7870,1.0000,0.9499
2324
+ 107.8335,1.0000,0.9495
2325
+ 107.8799,1.0000,0.9484
2326
+ 107.9263,1.0000,0.9467
2327
+ 107.9728,1.0000,0.9451
2328
+ 108.0192,1.0000,0.9439
2329
+ 108.0657,1.0000,0.9434
2330
+ 108.1121,1.0000,0.9438
2331
+ 108.1585,1.0000,0.9448
2332
+ 108.2050,1.0000,0.9464
2333
+ 108.2514,1.0000,0.9483
2334
+ 108.2979,1.0000,0.9503
2335
+ 108.3443,1.0000,0.9522
2336
+ 108.3907,1.0000,0.9540
2337
+ 108.4372,1.0000,0.9556
2338
+ 108.4836,1.0000,0.9568
2339
+ 108.5301,1.0000,0.9578
2340
+ 108.5765,1.0000,0.9585
2341
+ 108.6229,1.0000,0.9589
2342
+ 108.6694,1.0000,0.9591
2343
+ 108.7158,1.0000,0.9590
2344
+ 108.7623,1.0000,0.9584
2345
+ 108.8087,1.0000,0.9575
2346
+ 108.8551,1.0000,0.9560
2347
+ 108.9016,1.0000,0.9540
2348
+ 108.9480,1.0000,0.9516
2349
+ 108.9945,1.0000,0.9487
2350
+ 109.0409,1.0000,0.9457
2351
+ 109.0873,1.0000,0.9430
2352
+ 109.1338,1.0000,0.9409
2353
+ 109.1802,1.0000,0.9398
2354
+ 109.2267,1.0000,0.9401
2355
+ 109.2731,1.0000,0.9418
2356
+ 109.3195,1.0000,0.9445
2357
+ 109.3660,1.0000,0.9479
2358
+ 109.4124,1.0000,0.9515
2359
+ 109.4589,1.0000,0.9550
2360
+ 109.5053,1.0000,0.9582
2361
+ 109.5517,1.0000,0.9608
2362
+ 109.5982,1.0000,0.9630
2363
+ 109.6446,1.0000,0.9648
2364
+ 109.6911,1.0000,0.9663
2365
+ 109.7375,1.0000,0.9676
2366
+ 109.7839,1.0000,0.9687
2367
+ 109.8304,1.0000,0.9696
2368
+ 109.8768,1.0000,0.9702
2369
+ 109.9233,1.0000,0.9704
2370
+ 109.9697,1.0000,0.9701
2371
+ 110.0161,1.0000,0.9691
2372
+ 110.0626,1.0000,0.9675
2373
+ 110.1090,1.0000,0.9653
2374
+ 110.1555,1.0000,0.9626
2375
+ 110.2019,1.0000,0.9597
2376
+ 110.2483,1.0000,0.9572
2377
+ 110.2948,1.0000,0.9554
2378
+ 110.3412,1.0000,0.9545
2379
+ 110.3877,1.0000,0.9548
2380
+ 110.4341,1.0000,0.9561
2381
+ 110.4805,1.0000,0.9582
2382
+ 110.5270,1.0000,0.9608
2383
+ 110.5734,0.9999,0.9634
2384
+ 110.6199,0.9998,0.9656
2385
+ 110.6663,0.9997,0.9674
2386
+ 110.7127,0.9996,0.9685
2387
+ 110.7592,0.9994,0.9690
2388
+ 110.8056,0.9993,0.9690
2389
+ 110.8521,0.9993,0.9684
2390
+ 110.8985,0.9993,0.9674
2391
+ 110.9449,0.9995,0.9659
2392
+ 110.9914,0.9997,0.9640
2393
+ 111.0378,0.9998,0.9615
2394
+ 111.0843,0.9999,0.9586
2395
+ 111.1307,0.9999,0.9551
2396
+ 111.1771,1.0000,0.9509
2397
+ 111.2236,1.0000,0.9462
2398
+ 111.2700,1.0000,0.9411
2399
+ 111.3165,1.0000,0.9362
2400
+ 111.3629,1.0000,0.9321
2401
+ 111.4093,1.0000,0.9295
2402
+ 111.4558,1.0000,0.9290
2403
+ 111.5022,1.0000,0.9309
2404
+ 111.5487,1.0000,0.9350
2405
+ 111.5951,1.0000,0.9410
2406
+ 111.6415,1.0000,0.9481
2407
+ 111.6880,1.0000,0.9555
2408
+ 111.7344,1.0000,0.9625
2409
+ 111.7809,1.0000,0.9687
2410
+ 111.8273,1.0000,0.9739
2411
+ 111.8737,1.0000,0.9780
2412
+ 111.9202,1.0000,0.9811
2413
+ 111.9666,1.0000,0.9835
2414
+ 112.0131,1.0000,0.9852
2415
+ 112.0595,1.0000,0.9863
2416
+ 112.1059,1.0000,0.9869
2417
+ 112.1524,1.0000,0.9870
2418
+ 112.1988,1.0000,0.9868
2419
+ 112.2453,1.0000,0.9860
2420
+ 112.2917,1.0000,0.9849
2421
+ 112.3381,1.0000,0.9832
2422
+ 112.3846,1.0000,0.9813
2423
+ 112.4310,1.0000,0.9791
2424
+ 112.4775,1.0000,0.9769
2425
+ 112.5239,1.0000,0.9748
2426
+ 112.5703,1.0000,0.9730
2427
+ 112.6168,1.0000,0.9714
2428
+ 112.6632,1.0000,0.9700
2429
+ 112.7097,1.0000,0.9685
2430
+ 112.7561,1.0000,0.9668
2431
+ 112.8025,1.0000,0.9646
2432
+ 112.8490,1.0000,0.9617
2433
+ 112.8954,1.0000,0.9577
2434
+ 112.9419,1.0000,0.9525
2435
+ 112.9883,1.0000,0.9458
2436
+ 113.0347,1.0000,0.9377
2437
+ 113.0812,1.0000,0.9285
2438
+ 113.1276,1.0000,0.9188
2439
+ 113.1741,1.0000,0.9094
2440
+ 113.2205,1.0000,0.9011
2441
+ 113.2669,1.0000,0.8949
2442
+ 113.3134,1.0000,0.8914
2443
+ 113.3598,1.0000,0.8910
2444
+ 113.4063,1.0000,0.8937
2445
+ 113.4527,1.0000,0.8995
2446
+ 113.4991,1.0000,0.9076
2447
+ 113.5456,1.0000,0.9176
2448
+ 113.5920,1.0000,0.9283
2449
+ 113.6385,1.0000,0.9391
2450
+ 113.6849,1.0000,0.9493
2451
+ 113.7313,1.0000,0.9583
2452
+ 113.7778,1.0000,0.9660
2453
+ 113.8242,1.0000,0.9723
2454
+ 113.8707,1.0000,0.9772
2455
+ 113.9171,1.0000,0.9810
2456
+ 113.9635,1.0000,0.9838
2457
+ 114.0100,1.0000,0.9859
2458
+ 114.0564,1.0000,0.9874
2459
+ 114.1029,1.0000,0.9884
2460
+ 114.1493,1.0000,0.9890
2461
+ 114.1957,1.0000,0.9893
2462
+ 114.2422,1.0000,0.9893
2463
+ 114.2886,1.0000,0.9890
2464
+ 114.3351,1.0000,0.9885
2465
+ 114.3815,1.0000,0.9877
2466
+ 114.4279,1.0000,0.9866
2467
+ 114.4744,1.0000,0.9852
2468
+ 114.5208,1.0000,0.9835
2469
+ 114.5673,1.0000,0.9815
2470
+ 114.6137,1.0000,0.9794
2471
+ 114.6601,1.0000,0.9771
2472
+ 114.7066,1.0000,0.9750
2473
+ 114.7530,1.0000,0.9732
2474
+ 114.7995,1.0000,0.9721
2475
+ 114.8459,1.0000,0.9719
2476
+ 114.8923,1.0000,0.9727
2477
+ 114.9388,1.0000,0.9742
2478
+ 114.9852,1.0000,0.9764
2479
+ 115.0317,1.0000,0.9789
2480
+ 115.0781,1.0000,0.9814
2481
+ 115.1245,1.0000,0.9838
2482
+ 115.1710,1.0000,0.9860
2483
+ 115.2174,1.0000,0.9879
2484
+ 115.2639,1.0000,0.9895
2485
+ 115.3103,1.0000,0.9909
2486
+ 115.3567,1.0000,0.9921
2487
+ 115.4032,1.0000,0.9931
2488
+ 115.4496,1.0000,0.9939
2489
+ 115.4961,1.0000,0.9946
2490
+ 115.5425,0.9999,0.9951
2491
+ 115.5889,0.9999,0.9954
2492
+ 115.6354,0.9999,0.9955
2493
+ 115.6818,0.9999,0.9955
2494
+ 115.7283,0.9999,0.9954
2495
+ 115.7747,0.9998,0.9950
2496
+ 115.8211,0.9998,0.9946
2497
+ 115.8676,0.9998,0.9941
2498
+ 115.9140,0.9998,0.9935
2499
+ 115.9605,0.9997,0.9931
2500
+ 116.0069,0.9997,0.9928
2501
+ 116.0533,0.9997,0.9928
2502
+ 116.0998,0.9997,0.9930
2503
+ 116.1462,0.9998,0.9935
2504
+ 116.1927,0.9998,0.9940
2505
+ 116.2391,0.9999,0.9946
2506
+ 116.2855,0.9999,0.9951
2507
+ 116.3320,1.0000,0.9955
2508
+ 116.3784,1.0000,0.9958
2509
+ 116.4249,1.0000,0.9961
2510
+ 116.4713,1.0000,0.9963
2511
+ 116.5177,1.0000,0.9965
2512
+ 116.5642,1.0000,0.9966
2513
+ 116.6106,1.0000,0.9968
2514
+ 116.6571,1.0000,0.9969
2515
+ 116.7035,1.0000,0.9969
2516
+ 116.7499,1.0000,0.9969
2517
+ 116.7964,1.0000,0.9968
2518
+ 116.8428,1.0000,0.9965
2519
+ 116.8893,1.0000,0.9962
2520
+ 116.9357,1.0000,0.9958
2521
+ 116.9821,1.0000,0.9952
2522
+ 117.0286,1.0000,0.9945
2523
+ 117.0750,1.0000,0.9938
2524
+ 117.1215,1.0000,0.9930
2525
+ 117.1679,1.0000,0.9923
2526
+ 117.2143,1.0000,0.9918
2527
+ 117.2608,1.0000,0.9914
2528
+ 117.3072,1.0000,0.9913
2529
+ 117.3537,1.0000,0.9915
2530
+ 117.4001,1.0000,0.9918
2531
+ 117.4465,1.0000,0.9923
2532
+ 117.4930,1.0000,0.9929
2533
+ 117.5394,1.0000,0.9934
2534
+ 117.5859,1.0000,0.9940
2535
+ 117.6323,1.0000,0.9945
2536
+ 117.6787,1.0000,0.9950
2537
+ 117.7252,1.0000,0.9955
2538
+ 117.7716,1.0000,0.9958
2539
+ 117.8180,1.0000,0.9962
2540
+ 117.8645,1.0000,0.9964
2541
+ 117.9109,1.0000,0.9965
2542
+ 117.9574,1.0000,0.9966
2543
+ 118.0038,1.0000,0.9965
2544
+ 118.0502,1.0000,0.9963
2545
+ 118.0967,1.0000,0.9960
2546
+ 118.1431,1.0000,0.9956
2547
+ 118.1896,1.0000,0.9951
2548
+ 118.2360,1.0000,0.9946
2549
+ 118.2824,1.0000,0.9941
2550
+ 118.3289,1.0000,0.9937
2551
+ 118.3753,1.0000,0.9934
2552
+ 118.4218,1.0000,0.9932
2553
+ 118.4682,1.0000,0.9931
2554
+ 118.5146,1.0000,0.9932
2555
+ 118.5611,0.9999,0.9934
2556
+ 118.6075,0.9999,0.9937
2557
+ 118.6540,0.9998,0.9940
2558
+ 118.7004,0.9998,0.9943
2559
+ 118.7468,0.9997,0.9946
2560
+ 118.7933,0.9996,0.9949
2561
+ 118.8397,0.9996,0.9952
2562
+ 118.8862,0.9995,0.9955
2563
+ 118.9326,0.9996,0.9958
2564
+ 118.9790,0.9996,0.9960
2565
+ 119.0255,0.9997,0.9961
2566
+ 119.0719,0.9998,0.9962
2567
+ 119.1184,0.9999,0.9962
2568
+ 119.1648,0.9999,0.9961
2569
+ 119.2112,1.0000,0.9959
2570
+ 119.2577,1.0000,0.9956
2571
+ 119.3041,1.0000,0.9951
2572
+ 119.3506,1.0000,0.9945
2573
+ 119.3970,1.0000,0.9939
2574
+ 119.4434,1.0000,0.9933
2575
+ 119.4899,1.0000,0.9928
2576
+ 119.5363,1.0000,0.9924
2577
+ 119.5828,1.0000,0.9921
2578
+ 119.6292,1.0000,0.9921
2579
+ 119.6756,1.0000,0.9924
2580
+ 119.7221,1.0000,0.9929
2581
+ 119.7685,1.0000,0.9935
2582
+ 119.8150,0.9999,0.9941
2583
+ 119.8614,0.9999,0.9948
2584
+ 119.9078,0.9999,0.9954
2585
+ 119.9543,0.9999,0.9960
2586
+ 120.0007,0.9999,0.9965
2587
+ 120.0472,0.9999,0.9969
2588
+ 120.0936,0.9999,0.9972
2589
+ 120.1400,0.9999,0.9975
2590
+ 120.1865,0.9998,0.9976
2591
+ 120.2329,0.9998,0.9977
2592
+ 120.2794,0.9998,0.9977
2593
+ 120.3258,0.9998,0.9977
2594
+ 120.3722,0.9998,0.9975
2595
+ 120.4187,0.9998,0.9973
2596
+ 120.4651,0.9998,0.9971
2597
+ 120.5116,0.9998,0.9968
2598
+ 120.5580,0.9998,0.9965
2599
+ 120.6044,0.9998,0.9962
2600
+ 120.6509,0.9998,0.9959
2601
+ 120.6973,0.9997,0.9957
2602
+ 120.7438,0.9997,0.9955
2603
+ 120.7902,0.9996,0.9954
2604
+ 120.8366,0.9995,0.9953
2605
+ 120.8831,0.9993,0.9952
2606
+ 120.9295,0.9991,0.9952
2607
+ 120.9760,0.9988,0.9952
2608
+ 121.0224,0.9983,0.9953
2609
+ 121.0688,0.9977,0.9955
2610
+ 121.1153,0.9968,0.9957
2611
+ 121.1617,0.9956,0.9960
2612
+ 121.2082,0.9941,0.9962
2613
+ 121.2546,0.9923,0.9965
2614
+ 121.3010,0.9903,0.9968
2615
+ 121.3475,0.9887,0.9970
2616
+ 121.3939,0.9878,0.9973
2617
+ 121.4404,0.9881,0.9975
2618
+ 121.4868,0.9898,0.9977
2619
+ 121.5332,0.9925,0.9979
2620
+ 121.5797,0.9952,0.9981
2621
+ 121.6261,0.9974,0.9982
2622
+ 121.6726,0.9988,0.9984
2623
+ 121.7190,0.9995,0.9985
2624
+ 121.7654,0.9998,0.9987
2625
+ 121.8119,0.9999,0.9988
2626
+ 121.8583,1.0000,0.9989
2627
+ 121.9048,1.0000,0.9991
2628
+ 121.9512,1.0000,0.9992
2629
+ 121.9976,1.0000,0.9993
2630
+ 122.0441,1.0000,0.9994
2631
+ 122.0905,1.0000,0.9995
2632
+ 122.1370,1.0000,0.9996
2633
+ 122.1834,1.0000,0.9997
2634
+ 122.2298,1.0000,0.9997
2635
+ 122.2763,1.0000,0.9998
2636
+ 122.3227,1.0000,0.9998
2637
+ 122.3692,1.0000,0.9998
2638
+ 122.4156,1.0000,0.9999
2639
+ 122.4620,1.0000,0.9999
2640
+ 122.5085,1.0000,0.9999
2641
+ 122.5549,1.0000,0.9998
2642
+ 122.6014,1.0000,0.9998
2643
+ 122.6478,1.0000,0.9998
2644
+ 122.6942,1.0000,0.9997
2645
+ 122.7407,1.0000,0.9997
2646
+ 122.7871,1.0000,0.9996
2647
+ 122.8336,1.0000,0.9995
2648
+ 122.8800,1.0000,0.9995
2649
+ 122.9264,1.0000,0.9994
2650
+ 122.9729,1.0000,0.9995
2651
+ 123.0193,1.0000,0.9995
2652
+ 123.0658,1.0000,0.9996
2653
+ 123.1122,1.0000,0.9996
2654
+ 123.1586,1.0000,0.9997
2655
+ 123.2051,1.0000,0.9998
2656
+ 123.2515,1.0000,0.9998
2657
+ 123.2980,1.0000,0.9999
2658
+ 123.3444,1.0000,0.9999
2659
+ 123.3908,1.0000,0.9999
2660
+ 123.4373,1.0000,0.9999
2661
+ 123.4837,1.0000,0.9999
2662
+ 123.5302,1.0000,1.0000
2663
+ 123.5766,1.0000,1.0000
2664
+ 123.6230,1.0000,1.0000
2665
+ 123.6695,1.0000,0.9999
2666
+ 123.7159,1.0000,0.9999
2667
+ 123.7624,0.9999,0.9999
2668
+ 123.8088,0.9999,0.9999
2669
+ 123.8552,0.9999,0.9999
2670
+ 123.9017,0.9998,0.9998
2671
+ 123.9481,0.9997,0.9997
2672
+ 123.9946,0.9997,0.9996
2673
+ 124.0410,0.9996,0.9995
2674
+ 124.0874,0.9996,0.9995
2675
+ 124.1339,0.9997,0.9994
2676
+ 124.1803,0.9997,0.9994
2677
+ 124.2268,0.9998,0.9995
2678
+ 124.2732,0.9999,0.9996
2679
+ 124.3196,0.9999,0.9996
2680
+ 124.3661,0.9999,0.9997
2681
+ 124.4125,1.0000,0.9998
2682
+ 124.4590,1.0000,0.9998
2683
+ 124.5054,1.0000,0.9999
2684
+ 124.5518,1.0000,0.9999
2685
+ 124.5983,1.0000,0.9999
2686
+ 124.6447,1.0000,0.9999
2687
+ 124.6912,1.0000,0.9999
2688
+ 124.7376,1.0000,0.9999
2689
+ 124.7840,1.0000,0.9999
2690
+ 124.8305,1.0000,0.9999
2691
+ 124.8769,1.0000,0.9998
2692
+ 124.9234,1.0000,0.9998
2693
+ 124.9698,1.0000,0.9998
2694
+ 125.0162,1.0000,0.9997
2695
+ 125.0627,1.0000,0.9996
2696
+ 125.1091,1.0000,0.9996
2697
+ 125.1556,1.0000,0.9995
2698
+ 125.2020,1.0000,0.9995
2699
+ 125.2484,1.0000,0.9995
2700
+ 125.2949,1.0000,0.9995
2701
+ 125.3413,1.0000,0.9996
2702
+ 125.3878,1.0000,0.9996
2703
+ 125.4342,1.0000,0.9996
2704
+ 125.4806,1.0000,0.9996
2705
+ 125.5271,1.0000,0.9997
2706
+ 125.5735,1.0000,0.9997
2707
+ 125.6200,1.0000,0.9997
2708
+ 125.6664,1.0000,0.9997
2709
+ 125.7128,1.0000,0.9997
2710
+ 125.7593,1.0000,0.9997
2711
+ 125.8057,1.0000,0.9997
2712
+ 125.8522,1.0000,0.9997
2713
+ 125.8986,0.9999,0.9997
2714
+ 125.9450,0.9999,0.9997
2715
+ 125.9915,0.9999,0.9997
2716
+ 126.0379,0.9999,0.9997
2717
+ 126.0844,0.9999,0.9997
2718
+ 126.1308,0.9998,0.9997
2719
+ 126.1772,0.9997,0.9997
2720
+ 126.2237,0.9997,0.9996
2721
+ 126.2701,0.9995,0.9996
2722
+ 126.3166,0.9994,0.9996
2723
+ 126.3630,0.9991,0.9996
2724
+ 126.4094,0.9988,0.9996
2725
+ 126.4559,0.9985,0.9996
2726
+ 126.5023,0.9981,0.9996
2727
+ 126.5488,0.9977,0.9995
2728
+ 126.5952,0.9974,0.9995
2729
+ 126.6416,0.9972,0.9995
2730
+ 126.6881,0.9973,0.9995
2731
+ 126.7345,0.9976,0.9994
2732
+ 126.7810,0.9981,0.9994
2733
+ 126.8274,0.9987,0.9995
2734
+ 126.8738,0.9992,0.9995
2735
+ 126.9203,0.9996,0.9995
2736
+ 126.9667,0.9998,0.9996
2737
+ 127.0132,0.9999,0.9996
2738
+ 127.0596,1.0000,0.9996
2739
+ 127.1060,1.0000,0.9996
2740
+ 127.1525,1.0000,0.9996
2741
+ 127.1989,1.0000,0.9996
2742
+ 127.2454,1.0000,0.9996
2743
+ 127.2918,1.0000,0.9995
2744
+ 127.3382,1.0000,0.9994
2745
+ 127.3847,1.0000,0.9992
2746
+ 127.4311,1.0000,0.9990
2747
+ 127.4776,1.0000,0.9986
2748
+ 127.5240,1.0000,0.9983
2749
+ 127.5704,1.0000,0.9978
2750
+ 127.6169,1.0000,0.9974
2751
+ 127.6633,1.0000,0.9970
2752
+ 127.7098,1.0000,0.9968
2753
+ 127.7562,1.0000,0.9966
2754
+ 127.8026,1.0000,0.9967
2755
+ 127.8491,1.0000,0.9968
2756
+ 127.8955,1.0000,0.9970
2757
+ 127.9420,1.0000,0.9973
2758
+ 127.9884,1.0000,0.9977
2759
+ 128.0348,1.0000,0.9980
2760
+ 128.0813,1.0000,0.9982
2761
+ 128.1277,1.0000,0.9985
2762
+ 128.1741,1.0000,0.9986
2763
+ 128.2206,1.0000,0.9987
2764
+ 128.2670,1.0000,0.9988
2765
+ 128.3135,1.0000,0.9989
2766
+ 128.3599,1.0000,0.9989
2767
+ 128.4063,1.0000,0.9989
2768
+ 128.4528,1.0000,0.9988
2769
+ 128.4992,1.0000,0.9987
2770
+ 128.5457,1.0000,0.9986
2771
+ 128.5921,1.0000,0.9985
2772
+ 128.6385,1.0000,0.9983
2773
+ 128.6850,1.0000,0.9982
2774
+ 128.7314,1.0000,0.9980
2775
+ 128.7779,1.0000,0.9979
2776
+ 128.8243,1.0000,0.9978
2777
+ 128.8707,1.0000,0.9977
2778
+ 128.9172,1.0000,0.9975
2779
+ 128.9636,1.0000,0.9974
2780
+ 129.0101,1.0000,0.9972
2781
+ 129.0565,1.0000,0.9970
2782
+ 129.1029,0.9999,0.9968
2783
+ 129.1494,0.9999,0.9966
2784
+ 129.1958,0.9999,0.9964
2785
+ 129.2423,0.9998,0.9961
2786
+ 129.2887,0.9998,0.9958
2787
+ 129.3351,0.9997,0.9955
2788
+ 129.3816,0.9997,0.9951
2789
+ 129.4280,0.9997,0.9946
2790
+ 129.4745,0.9998,0.9941
2791
+ 129.5209,0.9999,0.9935
2792
+ 129.5673,0.9999,0.9928
2793
+ 129.6138,1.0000,0.9922
2794
+ 129.6602,1.0000,0.9917
2795
+ 129.7067,1.0000,0.9913
2796
+ 129.7531,1.0000,0.9911
2797
+ 129.7995,1.0000,0.9911
2798
+ 129.8460,1.0000,0.9913
2799
+ 129.8924,1.0000,0.9916
2800
+ 129.9389,1.0000,0.9919
2801
+ 129.9853,1.0000,0.9923
2802
+ 130.0317,1.0000,0.9927
2803
+ 130.0782,1.0000,0.9929
2804
+ 130.1246,1.0000,0.9931
2805
+ 130.1711,1.0000,0.9932
2806
+ 130.2175,1.0000,0.9932
2807
+ 130.2639,1.0000,0.9932
2808
+ 130.3104,1.0000,0.9932
2809
+ 130.3568,1.0000,0.9932
2810
+ 130.4033,1.0000,0.9932
2811
+ 130.4497,1.0000,0.9933
2812
+ 130.4961,1.0000,0.9934
2813
+ 130.5426,1.0000,0.9936
2814
+ 130.5890,1.0000,0.9938
2815
+ 130.6355,1.0000,0.9939
2816
+ 130.6819,1.0000,0.9940
2817
+ 130.7283,1.0000,0.9940
2818
+ 130.7748,1.0000,0.9938
2819
+ 130.8212,1.0000,0.9936
2820
+ 130.8677,1.0000,0.9932
2821
+ 130.9141,1.0000,0.9926
2822
+ 130.9605,1.0000,0.9918
2823
+ 131.0070,1.0000,0.9908
2824
+ 131.0534,1.0000,0.9894
2825
+ 131.0999,1.0000,0.9876
2826
+ 131.1463,1.0000,0.9855
2827
+ 131.1927,1.0000,0.9831
2828
+ 131.2392,1.0000,0.9806
2829
+ 131.2856,1.0000,0.9779
2830
+ 131.3321,1.0000,0.9753
2831
+ 131.3785,1.0000,0.9728
2832
+ 131.4249,1.0000,0.9706
2833
+ 131.4714,1.0000,0.9688
2834
+ 131.5178,1.0000,0.9674
2835
+ 131.5643,1.0000,0.9665
2836
+ 131.6107,1.0000,0.9661
2837
+ 131.6571,1.0000,0.9660
2838
+ 131.7036,1.0000,0.9663
2839
+ 131.7500,1.0000,0.9666
2840
+ 131.7965,1.0000,0.9670
2841
+ 131.8429,1.0000,0.9673
2842
+ 131.8893,1.0000,0.9673
2843
+ 131.9358,1.0000,0.9672
2844
+ 131.9822,1.0000,0.9667
2845
+ 132.0287,1.0000,0.9660
2846
+ 132.0751,1.0000,0.9652
2847
+ 132.1215,1.0000,0.9646
2848
+ 132.1680,1.0000,0.9641
2849
+ 132.2144,1.0000,0.9640
2850
+ 132.2609,1.0000,0.9642
2851
+ 132.3073,1.0000,0.9647
2852
+ 132.3537,1.0000,0.9653
2853
+ 132.4002,1.0000,0.9660
2854
+ 132.4466,1.0000,0.9666
2855
+ 132.4931,1.0000,0.9670
2856
+ 132.5395,1.0000,0.9672
2857
+ 132.5859,1.0000,0.9669
2858
+ 132.6324,1.0000,0.9662
2859
+ 132.6788,1.0000,0.9651
2860
+ 132.7253,1.0000,0.9635
2861
+ 132.7717,1.0000,0.9616
2862
+ 132.8181,1.0000,0.9594
2863
+ 132.8646,1.0000,0.9569
2864
+ 132.9110,1.0000,0.9544
2865
+ 132.9575,1.0000,0.9521
2866
+ 133.0039,0.9999,0.9501
2867
+ 133.0503,0.9999,0.9488
2868
+ 133.0968,0.9999,0.9482
2869
+ 133.1432,0.9999,0.9483
2870
+ 133.1897,0.9999,0.9491
2871
+ 133.2361,0.9999,0.9504
2872
+ 133.2825,0.9998,0.9523
2873
+ 133.3290,0.9998,0.9548
2874
+ 133.3754,0.9998,0.9576
2875
+ 133.4219,0.9997,0.9607
2876
+ 133.4683,0.9997,0.9639
2877
+ 133.5147,0.9996,0.9670
2878
+ 133.5612,0.9996,0.9699
2879
+ 133.6076,0.9995,0.9724
2880
+ 133.6541,0.9994,0.9744
2881
+ 133.7005,0.9993,0.9758
2882
+ 133.7469,0.9991,0.9765
2883
+ 133.7934,0.9990,0.9768
2884
+ 133.8398,0.9988,0.9765
2885
+ 133.8863,0.9985,0.9759
2886
+ 133.9327,0.9982,0.9752
2887
+ 133.9791,0.9978,0.9744
2888
+ 134.0256,0.9973,0.9736
2889
+ 134.0720,0.9967,0.9729
2890
+ 134.1185,0.9960,0.9723
2891
+ 134.1649,0.9949,0.9719
2892
+ 134.2113,0.9935,0.9717
2893
+ 134.2578,0.9916,0.9717
2894
+ 134.3042,0.9888,0.9719
2895
+ 134.3507,0.9847,0.9721
2896
+ 134.3971,0.9786,0.9722
2897
+ 134.4435,0.9694,0.9723
2898
+ 134.4900,0.9556,0.9724
2899
+ 134.5364,0.9351,0.9724
2900
+ 134.5829,0.9055,0.9725
2901
+ 134.6293,0.8652,0.9725
2902
+ 134.6757,0.8152,0.9725
2903
+ 134.7222,0.7602,0.9723
2904
+ 134.7686,0.7086,0.9720
2905
+ 134.8151,0.6698,0.9715
2906
+ 134.8615,0.6520,0.9707
2907
+ 134.9079,0.6603,0.9695
2908
+ 134.9544,0.6963,0.9678
2909
+ 135.0008,0.7552,0.9656
2910
+ 135.0473,0.8250,0.9629
2911
+ 135.0937,0.8895,0.9598
2912
+ 135.1401,0.9374,0.9565
2913
+ 135.1866,0.9672,0.9530
2914
+ 135.2330,0.9835,0.9496
2915
+ 135.2795,0.9918,0.9461
2916
+ 135.3259,0.9958,0.9427
2917
+ 135.3723,0.9978,0.9392
2918
+ 135.4188,0.9988,0.9356
2919
+ 135.4652,0.9993,0.9319
2920
+ 135.5117,0.9995,0.9280
2921
+ 135.5581,0.9997,0.9235
2922
+ 135.6045,0.9998,0.9183
2923
+ 135.6510,0.9998,0.9120
2924
+ 135.6974,0.9999,0.9046
2925
+ 135.7439,0.9999,0.8960
2926
+ 135.7903,0.9999,0.8861
2927
+ 135.8367,0.9999,0.8751
2928
+ 135.8832,0.9999,0.8630
2929
+ 135.9296,0.9999,0.8504
2930
+ 135.9761,0.9999,0.8380
2931
+ 136.0225,1.0000,0.8265
2932
+ 136.0689,1.0000,0.8160
2933
+ 136.1154,1.0000,0.8067
2934
+ 136.1618,1.0000,0.7983
2935
+ 136.2083,1.0000,0.7907
2936
+ 136.2547,1.0000,0.7835
2937
+ 136.3011,1.0000,0.7766
2938
+ 136.3476,1.0000,0.7700
2939
+ 136.3940,1.0000,0.7636
2940
+ 136.4405,1.0000,0.7571
2941
+ 136.4869,1.0000,0.7506
2942
+ 136.5333,1.0000,0.7439
2943
+ 136.5798,1.0000,0.7367
2944
+ 136.6262,1.0000,0.7287
2945
+ 136.6727,1.0000,0.7191
2946
+ 136.7191,1.0000,0.7071
2947
+ 136.7655,1.0000,0.6922
2948
+ 136.8120,1.0000,0.6739
2949
+ 136.8584,1.0000,0.6526
2950
+ 136.9049,1.0000,0.6290
2951
+ 136.9513,1.0000,0.6040
2952
+ 136.9977,0.9999,0.5785
2953
+ 137.0442,0.9999,0.5534
2954
+ 137.0906,0.9998,0.5291
2955
+ 137.1371,0.9997,0.5063
2956
+ 137.1835,0.9994,0.4855
2957
+ 137.2299,0.9989,0.4668
2958
+ 137.2764,0.9977,0.4503
2959
+ 137.3228,0.9951,0.4359
2960
+ 137.3693,0.9900,0.4232
2961
+ 137.4157,0.9807,0.4117
2962
+ 137.4621,0.9664,0.4012
2963
+ 137.5086,0.9484,0.3916
2964
+ 137.5550,0.9311,0.3826
2965
+ 137.6015,0.9203,0.3739
2966
+ 137.6479,0.9193,0.3652
2967
+ 137.6943,0.9277,0.3564
2968
+ 137.7408,0.9415,0.3476
2969
+ 137.7872,0.9563,0.3390
2970
+ 137.8337,0.9691,0.3309
2971
+ 137.8801,0.9789,0.3234
2972
+ 137.9265,0.9857,0.3166
2973
+ 137.9730,0.9902,0.3103
2974
+ 138.0194,0.9932,0.3045
2975
+ 138.0659,0.9951,0.2990
2976
+ 138.1123,0.9963,0.2938
2977
+ 138.1587,0.9972,0.2889
2978
+ 138.2052,0.9977,0.2842
2979
+ 138.2516,0.9981,0.2796
2980
+ 138.2980,0.9984,0.2748
2981
+ 138.3445,0.9986,0.2699
2982
+ 138.3909,0.9988,0.2648
2983
+ 138.4374,0.9989,0.2595
2984
+ 138.4838,0.9990,0.2538
2985
+ 138.5302,0.9991,0.2479
2986
+ 138.5767,0.9992,0.2418
2987
+ 138.6231,0.9992,0.2356
2988
+ 138.6696,0.9993,0.2294
2989
+ 138.7160,0.9993,0.2235
2990
+ 138.7624,0.9993,0.2180
2991
+ 138.8089,0.9993,0.2126
2992
+ 138.8553,0.9993,0.2075
2993
+ 138.9018,0.9992,0.2025
2994
+ 138.9482,0.9992,0.1975
2995
+ 138.9946,0.9991,0.1925
2996
+ 139.0411,0.9990,0.1873
2997
+ 139.0875,0.9989,0.1820
2998
+ 139.1340,0.9988,0.1767
2999
+ 139.1804,0.9987,0.1713
3000
+ 139.2268,0.9986,0.1662
3001
+ 139.2733,0.9984,0.1614
3002
+ 139.3197,0.9982,0.1571
3003
+ 139.3662,0.9981,0.1535
3004
+ 139.4126,0.9979,0.1505
3005
+ 139.4590,0.9977,0.1480
3006
+ 139.5055,0.9974,0.1459
3007
+ 139.5519,0.9972,0.1440
3008
+ 139.5984,0.9968,0.1422
3009
+ 139.6448,0.9964,0.1403
3010
+ 139.6912,0.9958,0.1384
3011
+ 139.7377,0.9951,0.1365
3012
+ 139.7841,0.9940,0.1348
3013
+ 139.8306,0.9925,0.1332
3014
+ 139.8770,0.9903,0.1321
3015
+ 139.9234,0.9871,0.1314
3016
+ 139.9699,0.9826,0.1312
3017
+ 140.0163,0.9762,0.1314
3018
+ 140.0628,0.9675,0.1318
3019
+ 140.1092,0.9566,0.1323
3020
+ 140.1556,0.9443,0.1326
3021
+ 140.2021,0.9327,0.1325
3022
+ 140.2485,0.9250,0.1317
3023
+ 140.2950,0.9243,0.1301
3024
+ 140.3414,0.9317,0.1277
3025
+ 140.3878,0.9459,0.1247
3026
+ 140.4343,0.9625,0.1212
3027
+ 140.4807,0.9771,0.1176
3028
+ 140.5272,0.9875,0.1139
3029
+ 140.5736,0.9937,0.1103
3030
+ 140.6200,0.9969,0.1069
3031
+ 140.6665,0.9985,0.1037
3032
+ 140.7129,0.9993,0.1007
3033
+ 140.7594,0.9997,0.0981
3034
+ 140.8058,0.9998,0.0959
3035
+ 140.8522,0.9999,0.0944
3036
+ 140.8987,0.9999,0.0936
3037
+ 140.9451,1.0000,0.0936
3038
+ 140.9916,1.0000,0.0943
3039
+ 141.0380,1.0000,0.0957
3040
+ 141.0844,1.0000,0.0975
3041
+ 141.1309,1.0000,0.0998
3042
+ 141.1773,1.0000,0.1024
3043
+ 141.2238,1.0000,0.1054
3044
+ 141.2702,1.0000,0.1090
3045
+ 141.3166,1.0000,0.1132
3046
+ 141.3631,1.0000,0.1184
3047
+ 141.4095,1.0000,0.1246
3048
+ 141.4560,1.0000,0.1322
3049
+ 141.5024,1.0000,0.1414
3050
+ 141.5488,1.0000,0.1522
3051
+ 141.5953,1.0000,0.1644
3052
+ 141.6417,1.0000,0.1777
3053
+ 141.6882,1.0000,0.1915
3054
+ 141.7346,1.0000,0.2050
3055
+ 141.7810,1.0000,0.2175
3056
+ 141.8275,1.0000,0.2281
3057
+ 141.8739,1.0000,0.2363
3058
+ 141.9204,1.0000,0.2413
3059
+ 141.9668,1.0000,0.2429
3060
+ 142.0132,1.0000,0.2411
3061
+ 142.0597,1.0000,0.2364
3062
+ 142.1061,1.0000,0.2297
3063
+ 142.1526,1.0000,0.2221
3064
+ 142.1990,1.0000,0.2144
3065
+ 142.2454,1.0000,0.2074
3066
+ 142.2919,1.0000,0.2014
3067
+ 142.3383,0.9999,0.1965
3068
+ 142.3848,0.9999,0.1927
3069
+ 142.4312,0.9997,0.1900
3070
+ 142.4776,0.9993,0.1881
3071
+ 142.5241,0.9981,0.1870
3072
+ 142.5705,0.9953,0.1865
3073
+ 142.6170,0.9889,0.1863
3074
+ 142.6634,0.9760,0.1863
3075
+ 142.7098,0.9530,0.1865
3076
+ 142.7563,0.9185,0.1867
3077
+ 142.8027,0.8753,0.1869
3078
+ 142.8492,0.8309,0.1871
3079
+ 142.8956,0.7944,0.1872
3080
+ 142.9420,0.7731,0.1873
3081
+ 142.9885,0.7705,0.1872
3082
+ 143.0349,0.7857,0.1865
3083
+ 143.0814,0.8145,0.1852
3084
+ 143.1278,0.8508,0.1828
3085
+ 143.1742,0.8880,0.1793
3086
+ 143.2207,0.9209,0.1746
3087
+ 143.2671,0.9469,0.1688
3088
+ 143.3136,0.9654,0.1624
3089
+ 143.3600,0.9778,0.1557
3090
+ 143.4064,0.9858,0.1495
3091
+ 143.4529,0.9908,0.1439
3092
+ 143.4993,0.9939,0.1394
3093
+ 143.5458,0.9958,0.1360
3094
+ 143.5922,0.9970,0.1338
3095
+ 143.6386,0.9978,0.1328
3096
+ 143.6851,0.9983,0.1328
3097
+ 143.7315,0.9987,0.1336
3098
+ 143.7780,0.9989,0.1351
3099
+ 143.8244,0.9991,0.1370
3100
+ 143.8708,0.9992,0.1391
3101
+ 143.9173,0.9993,0.1414
3102
+ 143.9637,0.9994,0.1439
3103
+ 144.0102,0.9994,0.1466
3104
+ 144.0566,0.9994,0.1493
3105
+ 144.1030,0.9995,0.1519
3106
+ 144.1495,0.9995,0.1541
3107
+ 144.1959,0.9995,0.1558
3108
+ 144.2424,0.9995,0.1567
3109
+ 144.2888,0.9995,0.1566
3110
+ 144.3352,0.9995,0.1552
3111
+ 144.3817,0.9994,0.1526
3112
+ 144.4281,0.9994,0.1488
3113
+ 144.4746,0.9994,0.1441
3114
+ 144.5210,0.9994,0.1387
3115
+ 144.5674,0.9993,0.1332
3116
+ 144.6139,0.9993,0.1278
3117
+ 144.6603,0.9992,0.1231
3118
+ 144.7068,0.9991,0.1192
3119
+ 144.7532,0.9990,0.1162
3120
+ 144.7996,0.9989,0.1142
3121
+ 144.8461,0.9987,0.1130
3122
+ 144.8925,0.9985,0.1126
3123
+ 144.9390,0.9982,0.1128
3124
+ 144.9854,0.9978,0.1135
3125
+ 145.0318,0.9972,0.1144
3126
+ 145.0783,0.9964,0.1153
3127
+ 145.1247,0.9952,0.1162
3128
+ 145.1712,0.9935,0.1169
3129
+ 145.2176,0.9908,0.1174
3130
+ 145.2640,0.9870,0.1175
3131
+ 145.3105,0.9813,0.1172
3132
+ 145.3569,0.9732,0.1166
3133
+ 145.4034,0.9626,0.1156
3134
+ 145.4498,0.9499,0.1142
3135
+ 145.4962,0.9367,0.1125
3136
+ 145.5427,0.9259,0.1105
3137
+ 145.5891,0.9208,0.1081
3138
+ 145.6356,0.9235,0.1056
3139
+ 145.6820,0.9336,0.1029
3140
+ 145.7284,0.9483,0.1002
3141
+ 145.7749,0.9638,0.0977
3142
+ 145.8213,0.9768,0.0954
3143
+ 145.8678,0.9861,0.0936
3144
+ 145.9142,0.9920,0.0922
3145
+ 145.9606,0.9955,0.0913
3146
+ 146.0071,0.9975,0.0909
3147
+ 146.0535,0.9986,0.0910
3148
+ 146.1000,0.9991,0.0914
3149
+ 146.1464,0.9995,0.0919
3150
+ 146.1928,0.9997,0.0926
3151
+ 146.2393,0.9998,0.0931
3152
+ 146.2857,0.9998,0.0934
3153
+ 146.3322,0.9999,0.0933
3154
+ 146.3786,0.9999,0.0929
3155
+ 146.4250,0.9999,0.0921
3156
+ 146.4715,0.9999,0.0911
3157
+ 146.5179,0.9999,0.0898
3158
+ 146.5644,1.0000,0.0883
3159
+ 146.6108,1.0000,0.0867
3160
+ 146.6572,1.0000,0.0850
3161
+ 146.7037,1.0000,0.0834
3162
+ 146.7501,1.0000,0.0817
3163
+ 146.7966,1.0000,0.0800
3164
+ 146.8430,1.0000,0.0784
3165
+ 146.8894,1.0000,0.0768
3166
+ 146.9359,1.0000,0.0754
3167
+ 146.9823,1.0000,0.0742
3168
+ 147.0288,1.0000,0.0733
3169
+ 147.0752,1.0000,0.0727
3170
+ 147.1216,1.0000,0.0726
3171
+ 147.1681,1.0000,0.0729
3172
+ 147.2145,0.9999,0.0739
3173
+ 147.2610,0.9999,0.0756
3174
+ 147.3074,0.9999,0.0783
3175
+ 147.3538,0.9999,0.0821
3176
+ 147.4003,0.9999,0.0873
3177
+ 147.4467,0.9999,0.0942
3178
+ 147.4932,0.9999,0.1033
3179
+ 147.5396,0.9999,0.1150
3180
+ 147.5860,0.9999,0.1300
3181
+ 147.6325,0.9998,0.1488
3182
+ 147.6789,0.9998,0.1718
3183
+ 147.7254,0.9997,0.1992
3184
+ 147.7718,0.9996,0.2301
3185
+ 147.8182,0.9993,0.2634
3186
+ 147.8647,0.9989,0.2971
3187
+ 147.9111,0.9981,0.3293
3188
+ 147.9576,0.9968,0.3581
3189
+ 148.0040,0.9943,0.3819
3190
+ 148.0504,0.9903,0.3994
3191
+ 148.0969,0.9843,0.4099
3192
+ 148.1433,0.9767,0.4132
3193
+ 148.1898,0.9693,0.4095
3194
+ 148.2362,0.9647,0.3998
3195
+ 148.2826,0.9650,0.3855
3196
+ 148.3291,0.9700,0.3683
3197
+ 148.3755,0.9777,0.3504
3198
+ 148.4220,0.9851,0.3333
3199
+ 148.4684,0.9908,0.3180
3200
+ 148.5148,0.9946,0.3053
3201
+ 148.5613,0.9968,0.2953
3202
+ 148.6077,0.9981,0.2880
3203
+ 148.6541,0.9988,0.2832
3204
+ 148.7006,0.9992,0.2805
3205
+ 148.7470,0.9994,0.2796
3206
+ 148.7935,0.9996,0.2801
3207
+ 148.8399,0.9997,0.2816
3208
+ 148.8863,0.9997,0.2836
3209
+ 148.9328,0.9998,0.2860
3210
+ 148.9792,0.9998,0.2885
3211
+ 149.0257,0.9998,0.2912
3212
+ 149.0721,0.9998,0.2939
3213
+ 149.1185,0.9998,0.2963
3214
+ 149.1650,0.9998,0.2982
3215
+ 149.2114,0.9998,0.2990
3216
+ 149.2579,0.9998,0.2986
3217
+ 149.3043,0.9998,0.2966
3218
+ 149.3507,0.9998,0.2929
3219
+ 149.3972,0.9998,0.2875
3220
+ 149.4436,0.9997,0.2806
3221
+ 149.4901,0.9997,0.2725
3222
+ 149.5365,0.9997,0.2638
3223
+ 149.5829,0.9997,0.2550
3224
+ 149.6294,0.9997,0.2467
3225
+ 149.6758,0.9996,0.2390
3226
+ 149.7223,0.9996,0.2323
3227
+ 149.7687,0.9996,0.2266
3228
+ 149.8151,0.9996,0.2216
3229
+ 149.8616,0.9996,0.2175
3230
+ 149.9080,0.9995,0.2140
3231
+ 149.9545,0.9995,0.2110
3232
+ 150.0009,0.9995,0.2083
3233
+ 150.0473,0.9994,0.2059
3234
+ 150.0938,0.9994,0.2036
3235
+ 150.1402,0.9993,0.2013
3236
+ 150.1867,0.9992,0.1992
3237
+ 150.2331,0.9990,0.1973
3238
+ 150.2795,0.9988,0.1955
3239
+ 150.3260,0.9984,0.1940
3240
+ 150.3724,0.9979,0.1926
3241
+ 150.4189,0.9970,0.1913
3242
+ 150.4653,0.9957,0.1900
3243
+ 150.5117,0.9935,0.1884
3244
+ 150.5582,0.9902,0.1865
3245
+ 150.6046,0.9850,0.1840
3246
+ 150.6511,0.9774,0.1810
3247
+ 150.6975,0.9669,0.1774
3248
+ 150.7439,0.9537,0.1732
3249
+ 150.7904,0.9395,0.1687
3250
+ 150.8368,0.9271,0.1641
3251
+ 150.8833,0.9200,0.1597
3252
+ 150.9297,0.9208,0.1555
3253
+ 150.9761,0.9295,0.1518
3254
+ 151.0226,0.9434,0.1485
3255
+ 151.0690,0.9586,0.1456
3256
+ 151.1155,0.9719,0.1430
3257
+ 151.1619,0.9819,0.1408
3258
+ 151.2083,0.9886,0.1388
3259
+ 151.2548,0.9929,0.1370
3260
+ 151.3012,0.9955,0.1355
3261
+ 151.3477,0.9970,0.1342
3262
+ 151.3941,0.9980,0.1332
3263
+ 151.4405,0.9986,0.1328
3264
+ 151.4870,0.9989,0.1329
3265
+ 151.5334,0.9992,0.1337
3266
+ 151.5799,0.9993,0.1353
3267
+ 151.6263,0.9994,0.1377
3268
+ 151.6727,0.9995,0.1410
3269
+ 151.7192,0.9995,0.1454
3270
+ 151.7656,0.9996,0.1507
3271
+ 151.8121,0.9996,0.1571
3272
+ 151.8585,0.9996,0.1646
3273
+ 151.9049,0.9996,0.1731
3274
+ 151.9514,0.9996,0.1824
3275
+ 151.9978,0.9996,0.1923
3276
+ 152.0443,0.9995,0.2022
3277
+ 152.0907,0.9995,0.2113
3278
+ 152.1371,0.9995,0.2186
3279
+ 152.1836,0.9994,0.2233
3280
+ 152.2300,0.9994,0.2248
3281
+ 152.2765,0.9993,0.2229
3282
+ 152.3229,0.9992,0.2178
3283
+ 152.3693,0.9992,0.2102
3284
+ 152.4158,0.9990,0.2010
3285
+ 152.4622,0.9989,0.1912
3286
+ 152.5087,0.9988,0.1821
3287
+ 152.5551,0.9986,0.1743
3288
+ 152.6015,0.9983,0.1685
3289
+ 152.6480,0.9980,0.1651
3290
+ 152.6944,0.9977,0.1641
3291
+ 152.7409,0.9973,0.1657
3292
+ 152.7873,0.9967,0.1696
3293
+ 152.8337,0.9960,0.1756
3294
+ 152.8802,0.9951,0.1830
3295
+ 152.9266,0.9939,0.1913
3296
+ 152.9731,0.9922,0.1997
3297
+ 153.0195,0.9900,0.2075
3298
+ 153.0659,0.9869,0.2141
3299
+ 153.1124,0.9827,0.2189
3300
+ 153.1588,0.9770,0.2216
3301
+ 153.2053,0.9696,0.2219
3302
+ 153.2517,0.9602,0.2199
3303
+ 153.2981,0.9493,0.2157
3304
+ 153.3446,0.9377,0.2097
3305
+ 153.3910,0.9272,0.2022
3306
+ 153.4375,0.9204,0.1937
3307
+ 153.4839,0.9195,0.1844
3308
+ 153.5303,0.9260,0.1748
3309
+ 153.5768,0.9387,0.1653
3310
+ 153.6232,0.9546,0.1562
3311
+ 153.6697,0.9700,0.1480
3312
+ 153.7161,0.9820,0.1410
3313
+ 153.7625,0.9899,0.1355
3314
+ 153.8090,0.9945,0.1315
3315
+ 153.8554,0.9970,0.1292
3316
+ 153.9019,0.9983,0.1284
3317
+ 153.9483,0.9990,0.1290
3318
+ 153.9947,0.9994,0.1308
3319
+ 154.0412,0.9996,0.1337
3320
+ 154.0876,0.9997,0.1373
3321
+ 154.1341,0.9997,0.1414
3322
+ 154.1805,0.9998,0.1456
3323
+ 154.2269,0.9998,0.1497
3324
+ 154.2734,0.9998,0.1534
3325
+ 154.3198,0.9998,0.1563
3326
+ 154.3663,0.9998,0.1584
3327
+ 154.4127,0.9997,0.1594
3328
+ 154.4591,0.9997,0.1593
3329
+ 154.5056,0.9997,0.1581
3330
+ 154.5520,0.9997,0.1559
3331
+ 154.5985,0.9996,0.1531
3332
+ 154.6449,0.9996,0.1495
3333
+ 154.6913,0.9996,0.1454
3334
+ 154.7378,0.9996,0.1407
3335
+ 154.7842,0.9996,0.1356
3336
+ 154.8307,0.9996,0.1302
3337
+ 154.8771,0.9996,0.1246
3338
+ 154.9235,0.9996,0.1193
3339
+ 154.9700,0.9996,0.1144
3340
+ 155.0164,0.9996,0.1101
3341
+ 155.0629,0.9996,0.1066
3342
+ 155.1093,0.9996,0.1040
3343
+ 155.1557,0.9996,0.1024
3344
+ 155.2022,0.9996,0.1016
3345
+ 155.2486,0.9996,0.1018
3346
+ 155.2951,0.9996,0.1026
3347
+ 155.3415,0.9996,0.1040
3348
+ 155.3879,0.9996,0.1057
3349
+ 155.4344,0.9995,0.1076
3350
+ 155.4808,0.9995,0.1095
3351
+ 155.5273,0.9994,0.1110
3352
+ 155.5737,0.9993,0.1122
3353
+ 155.6201,0.9992,0.1127
3354
+ 155.6666,0.9991,0.1126
3355
+ 155.7130,0.9988,0.1119
3356
+ 155.7595,0.9985,0.1105
3357
+ 155.8059,0.9980,0.1086
3358
+ 155.8523,0.9973,0.1063
3359
+ 155.8988,0.9963,0.1035
3360
+ 155.9452,0.9948,0.1004
3361
+ 155.9917,0.9926,0.0970
3362
+ 156.0381,0.9896,0.0935
3363
+ 156.0845,0.9858,0.0900
3364
+ 156.1310,0.9816,0.0866
3365
+ 156.1774,0.9779,0.0836
3366
+ 156.2239,0.9757,0.0811
3367
+ 156.2703,0.9760,0.0792
3368
+ 156.3167,0.9790,0.0779
3369
+ 156.3632,0.9836,0.0773
3370
+ 156.4096,0.9884,0.0775
3371
+ 156.4561,0.9925,0.0787
3372
+ 156.5025,0.9954,0.0808
3373
+ 156.5489,0.9973,0.0839
3374
+ 156.5954,0.9984,0.0883
3375
+ 156.6418,0.9990,0.0939
3376
+ 156.6883,0.9994,0.1010
3377
+ 156.7347,0.9996,0.1097
3378
+ 156.7811,0.9998,0.1202
3379
+ 156.8276,0.9998,0.1327
3380
+ 156.8740,0.9999,0.1472
3381
+ 156.9205,0.9999,0.1636
3382
+ 156.9669,0.9999,0.1815
3383
+ 157.0133,0.9999,0.1999
3384
+ 157.0598,0.9999,0.2179
3385
+ 157.1062,0.9999,0.2343
3386
+ 157.1527,1.0000,0.2485
3387
+ 157.1991,1.0000,0.2600
3388
+ 157.2455,1.0000,0.2686
3389
+ 157.2920,1.0000,0.2745
3390
+ 157.3384,1.0000,0.2779
3391
+ 157.3849,1.0000,0.2790
3392
+ 157.4313,0.9999,0.2783
3393
+ 157.4777,0.9999,0.2763
3394
+ 157.5242,0.9999,0.2733
3395
+ 157.5706,0.9999,0.2699
3396
+ 157.6171,0.9999,0.2666
3397
+ 157.6635,0.9999,0.2637
3398
+ 157.7099,0.9999,0.2612
3399
+ 157.7564,0.9999,0.2592
3400
+ 157.8028,0.9999,0.2575
3401
+ 157.8493,0.9999,0.2561
3402
+ 157.8957,0.9999,0.2547
3403
+ 157.9421,0.9999,0.2530
3404
+ 157.9886,0.9999,0.2509
3405
+ 158.0350,0.9999,0.2481
3406
+ 158.0815,0.9998,0.2445
3407
+ 158.1279,0.9998,0.2401
3408
+ 158.1743,0.9998,0.2349
3409
+ 158.2208,0.9997,0.2289
3410
+ 158.2672,0.9996,0.2225
3411
+ 158.3137,0.9994,0.2156
3412
+ 158.3601,0.9991,0.2086
3413
+ 158.4065,0.9985,0.2017
3414
+ 158.4530,0.9974,0.1951
3415
+ 158.4994,0.9953,0.1891
3416
+ 158.5459,0.9912,0.1836
3417
+ 158.5923,0.9835,0.1789
3418
+ 158.6387,0.9704,0.1748
3419
+ 158.6852,0.9508,0.1712
3420
+ 158.7316,0.9266,0.1681
3421
+ 158.7780,0.9040,0.1653
3422
+ 158.8245,0.8908,0.1629
3423
+ 158.8709,0.8925,0.1609
3424
+ 158.9174,0.9086,0.1593
3425
+ 158.9638,0.9328,0.1581
3426
+ 159.0102,0.9569,0.1573
3427
+ 159.0567,0.9752,0.1568
3428
+ 159.1031,0.9867,0.1568
3429
+ 159.1496,0.9931,0.1570
3430
+ 159.1960,0.9964,0.1575
3431
+ 159.2424,0.9980,0.1581
3432
+ 159.2889,0.9989,0.1587
3433
+ 159.3353,0.9993,0.1590
3434
+ 159.3818,0.9996,0.1588
3435
+ 159.4282,0.9997,0.1580
3436
+ 159.4746,0.9998,0.1566
3437
+ 159.5211,0.9998,0.1545
3438
+ 159.5675,0.9998,0.1518
3439
+ 159.6140,0.9999,0.1487
3440
+ 159.6604,0.9999,0.1452
3441
+ 159.7068,0.9999,0.1417
3442
+ 159.7533,0.9999,0.1381
3443
+ 159.7997,0.9999,0.1347
3444
+ 159.8462,0.9999,0.1315
3445
+ 159.8926,0.9999,0.1286
3446
+ 159.9390,0.9999,0.1259
3447
+ 159.9855,0.9999,0.1236
3448
+ 160.0319,0.9999,0.1216
3449
+ 160.0784,0.9999,0.1199
3450
+ 160.1248,0.9999,0.1185
3451
+ 160.1712,0.9998,0.1173
3452
+ 160.2177,0.9998,0.1162
3453
+ 160.2641,0.9998,0.1153
3454
+ 160.3106,0.9998,0.1144
3455
+ 160.3570,0.9998,0.1136
3456
+ 160.4034,0.9998,0.1128
3457
+ 160.4499,0.9998,0.1119
3458
+ 160.4963,0.9998,0.1109
3459
+ 160.5428,0.9997,0.1096
3460
+ 160.5892,0.9997,0.1080
3461
+ 160.6356,0.9997,0.1060
3462
+ 160.6821,0.9997,0.1037
3463
+ 160.7285,0.9997,0.1011
3464
+ 160.7750,0.9996,0.0983
3465
+ 160.8214,0.9996,0.0953
3466
+ 160.8678,0.9995,0.0924
3467
+ 160.9143,0.9994,0.0897
3468
+ 160.9607,0.9993,0.0872
3469
+ 161.0072,0.9992,0.0851
3470
+ 161.0536,0.9989,0.0833
3471
+ 161.1000,0.9986,0.0818
3472
+ 161.1465,0.9982,0.0806
3473
+ 161.1929,0.9975,0.0798
3474
+ 161.2394,0.9965,0.0794
3475
+ 161.2858,0.9951,0.0793
3476
+ 161.3322,0.9930,0.0798
3477
+ 161.3787,0.9901,0.0809
3478
+ 161.4251,0.9862,0.0827
3479
+ 161.4716,0.9815,0.0851
3480
+ 161.5180,0.9762,0.0884
3481
+ 161.5644,0.9715,0.0925
3482
+ 161.6109,0.9684,0.0976
3483
+ 161.6573,0.9683,0.1036
3484
+ 161.7038,0.9711,0.1106
3485
+ 161.7502,0.9762,0.1185
3486
+ 161.7966,0.9819,0.1269
3487
+ 161.8431,0.9870,0.1355
3488
+ 161.8895,0.9909,0.1437
3489
+ 161.9360,0.9938,0.1506
3490
+ 161.9824,0.9957,0.1556
3491
+ 162.0288,0.9969,0.1585
3492
+ 162.0753,0.9977,0.1597
3493
+ 162.1217,0.9982,0.1597
3494
+ 162.1682,0.9986,0.1597
3495
+ 162.2146,0.9988,0.1604
3496
+ 162.2610,0.9989,0.1626
3497
+ 162.3075,0.9990,0.1669
3498
+ 162.3539,0.9990,0.1739
3499
+ 162.4004,0.9990,0.1839
3500
+ 162.4468,0.9989,0.1970
3501
+ 162.4932,0.9989,0.2131
3502
+ 162.5397,0.9988,0.2315
3503
+ 162.5861,0.9987,0.2512
3504
+ 162.6326,0.9986,0.2711
3505
+ 162.6790,0.9984,0.2901
3506
+ 162.7254,0.9983,0.3076
3507
+ 162.7719,0.9981,0.3230
3508
+ 162.8183,0.9979,0.3360
3509
+ 162.8648,0.9977,0.3466
3510
+ 162.9112,0.9975,0.3547
3511
+ 162.9576,0.9973,0.3604
3512
+ 163.0041,0.9970,0.3640
3513
+ 163.0505,0.9968,0.3658
3514
+ 163.0970,0.9965,0.3659
3515
+ 163.1434,0.9963,0.3648
3516
+ 163.1898,0.9960,0.3625
3517
+ 163.2363,0.9957,0.3590
3518
+ 163.2827,0.9954,0.3540
3519
+ 163.3292,0.9950,0.3475
3520
+ 163.3756,0.9946,0.3394
3521
+ 163.4220,0.9940,0.3299
3522
+ 163.4685,0.9934,0.3190
3523
+ 163.5149,0.9925,0.3073
3524
+ 163.5614,0.9913,0.2951
3525
+ 163.6078,0.9896,0.2829
3526
+ 163.6542,0.9874,0.2712
3527
+ 163.7007,0.9842,0.2604
3528
+ 163.7471,0.9796,0.2509
3529
+ 163.7936,0.9730,0.2429
3530
+ 163.8400,0.9636,0.2363
3531
+ 163.8864,0.9505,0.2310
3532
+ 163.9329,0.9326,0.2268
3533
+ 163.9793,0.9098,0.2232
3534
+ 164.0258,0.8831,0.2201
3535
+ 164.0722,0.8557,0.2170
3536
+ 164.1186,0.8325,0.2138
3537
+ 164.1651,0.8192,0.2103
3538
+ 164.2115,0.8202,0.2065
3539
+ 164.2580,0.8364,0.2024
3540
+ 164.3044,0.8646,0.1982
3541
+ 164.3508,0.8981,0.1941
3542
+ 164.3973,0.9293,0.1905
3543
+ 164.4437,0.9536,0.1874
3544
+ 164.4902,0.9702,0.1850
3545
+ 164.5366,0.9806,0.1829
3546
+ 164.5830,0.9868,0.1811
3547
+ 164.6295,0.9905,0.1793
3548
+ 164.6759,0.9926,0.1774
3549
+ 164.7224,0.9939,0.1753
3550
+ 164.7688,0.9945,0.1728
3551
+ 164.8152,0.9946,0.1699
3552
+ 164.8617,0.9945,0.1666
3553
+ 164.9081,0.9940,0.1631
3554
+ 164.9546,0.9932,0.1594
3555
+ 165.0010,0.9920,0.1556
3556
+ 165.0474,0.9905,0.1520
3557
+ 165.0939,0.9886,0.1483
3558
+ 165.1403,0.9863,0.1447
3559
+ 165.1868,0.9837,0.1411
3560
+ 165.2332,0.9809,0.1373
3561
+ 165.2796,0.9780,0.1333
3562
+ 165.3261,0.9751,0.1291
3563
+ 165.3725,0.9723,0.1247
3564
+ 165.4190,0.9698,0.1201
3565
+ 165.4654,0.9677,0.1154
3566
+ 165.5118,0.9659,0.1107
3567
+ 165.5583,0.9645,0.1061
3568
+ 165.6047,0.9633,0.1018
3569
+ 165.6512,0.9624,0.0979
3570
+ 165.6976,0.9616,0.0944
3571
+ 165.7440,0.9608,0.0916
3572
+ 165.7905,0.9599,0.0893
3573
+ 165.8369,0.9589,0.0876
3574
+ 165.8834,0.9576,0.0864
3575
+ 165.9298,0.9561,0.0856
3576
+ 165.9762,0.9543,0.0852
3577
+ 166.0227,0.9520,0.0849
3578
+ 166.0691,0.9494,0.0847
3579
+ 166.1156,0.9462,0.0845
3580
+ 166.1620,0.9425,0.0842
3581
+ 166.2084,0.9380,0.0840
3582
+ 166.2549,0.9327,0.0837
3583
+ 166.3013,0.9264,0.0835
3584
+ 166.3478,0.9188,0.0833
3585
+ 166.3942,0.9095,0.0833
3586
+ 166.4406,0.8983,0.0833
3587
+ 166.4871,0.8846,0.0833
3588
+ 166.5335,0.8682,0.0834
3589
+ 166.5800,0.8489,0.0834
3590
+ 166.6264,0.8269,0.0833
3591
+ 166.6728,0.8029,0.0831
3592
+ 166.7193,0.7782,0.0828
3593
+ 166.7657,0.7551,0.0824
3594
+ 166.8122,0.7365,0.0819
3595
+ 166.8586,0.7260,0.0814
3596
+ 166.9050,0.7266,0.0807
3597
+ 166.9515,0.7409,0.0799
3598
+ 166.9979,0.7693,0.0789
3599
+ 167.0444,0.8094,0.0778
3600
+ 167.0908,0.8554,0.0765
3601
+ 167.1372,0.8998,0.0751
3602
+ 167.1837,0.9360,0.0737
3603
+ 167.2301,0.9616,0.0724
3604
+ 167.2766,0.9776,0.0711
3605
+ 167.3230,0.9869,0.0699
3606
+ 167.3694,0.9922,0.0688
3607
+ 167.4159,0.9951,0.0679
3608
+ 167.4623,0.9968,0.0671
3609
+ 167.5088,0.9977,0.0664
3610
+ 167.5552,0.9983,0.0659
3611
+ 167.6016,0.9986,0.0655
3612
+ 167.6481,0.9989,0.0651
3613
+ 167.6945,0.9990,0.0648
3614
+ 167.7410,0.9991,0.0645
3615
+ 167.7874,0.9991,0.0642
3616
+ 167.8338,0.9991,0.0639
3617
+ 167.8803,0.9991,0.0636
3618
+ 167.9267,0.9990,0.0633
3619
+ 167.9732,0.9989,0.0629
3620
+ 168.0196,0.9989,0.0626
3621
+ 168.0660,0.9988,0.0623
3622
+ 168.1125,0.9986,0.0619
3623
+ 168.1589,0.9985,0.0617
3624
+ 168.2054,0.9984,0.0615
3625
+ 168.2518,0.9982,0.0613
3626
+ 168.2982,0.9980,0.0611
3627
+ 168.3447,0.9978,0.0611
3628
+ 168.3911,0.9976,0.0610
3629
+ 168.4376,0.9974,0.0610
3630
+ 168.4840,0.9972,0.0610
3631
+ 168.5304,0.9969,0.0611
3632
+ 168.5769,0.9967,0.0612
3633
+ 168.6233,0.9965,0.0613
3634
+ 168.6698,0.9962,0.0613
3635
+ 168.7162,0.9959,0.0614
3636
+ 168.7626,0.9956,0.0614
3637
+ 168.8091,0.9951,0.0613
3638
+ 168.8555,0.9946,0.0613
3639
+ 168.9020,0.9938,0.0611
3640
+ 168.9484,0.9928,0.0610
3641
+ 168.9948,0.9914,0.0607
3642
+ 169.0413,0.9893,0.0605
3643
+ 169.0877,0.9861,0.0602
3644
+ 169.1341,0.9812,0.0599
3645
+ 169.1806,0.9737,0.0595
3646
+ 169.2270,0.9619,0.0592
3647
+ 169.2735,0.9436,0.0588
3648
+ 169.3199,0.9158,0.0584
3649
+ 169.3663,0.8763,0.0579
3650
+ 169.4128,0.8251,0.0575
3651
+ 169.4592,0.7671,0.0572
3652
+ 169.5057,0.7112,0.0568
3653
+ 169.5521,0.6674,0.0566
3654
+ 169.5985,0.6426,0.0565
3655
+ 169.6450,0.6391,0.0565
3656
+ 169.6914,0.6548,0.0566
3657
+ 169.7379,0.6844,0.0568
3658
+ 169.7843,0.7214,0.0571
3659
+ 169.8307,0.7596,0.0574
3660
+ 169.8772,0.7950,0.0576
3661
+ 169.9236,0.8251,0.0579
3662
+ 169.9701,0.8491,0.0581
3663
+ 170.0165,0.8673,0.0583
3664
+ 170.0629,0.8804,0.0584
3665
+ 170.1094,0.8892,0.0585
3666
+ 170.1558,0.8945,0.0586
3667
+ 170.2023,0.8969,0.0586
3668
+ 170.2487,0.8968,0.0586
3669
+ 170.2951,0.8948,0.0586
3670
+ 170.3416,0.8911,0.0586
3671
+ 170.3880,0.8861,0.0585
3672
+ 170.4345,0.8799,0.0584
3673
+ 170.4809,0.8728,0.0583
3674
+ 170.5273,0.8651,0.0583
3675
+ 170.5738,0.8570,0.0582
3676
+ 170.6202,0.8485,0.0581
3677
+ 170.6667,0.8400,0.0580
3678
+ 170.7131,0.8315,0.0579
3679
+ 170.7595,0.8231,0.0578
3680
+ 170.8060,0.8150,0.0577
3681
+ 170.8524,0.8074,0.0577
3682
+ 170.8989,0.8002,0.0577
3683
+ 170.9453,0.7935,0.0577
3684
+ 170.9917,0.7872,0.0577
3685
+ 171.0382,0.7813,0.0577
3686
+ 171.0846,0.7758,0.0577
3687
+ 171.1311,0.7704,0.0577
3688
+ 171.1775,0.7649,0.0578
3689
+ 171.2239,0.7592,0.0578
3690
+ 171.2704,0.7531,0.0578
3691
+ 171.3168,0.7462,0.0579
3692
+ 171.3633,0.7384,0.0579
3693
+ 171.4097,0.7294,0.0579
3694
+ 171.4561,0.7189,0.0579
3695
+ 171.5026,0.7066,0.0579
3696
+ 171.5490,0.6923,0.0579
3697
+ 171.5955,0.6755,0.0579
3698
+ 171.6419,0.6561,0.0579
3699
+ 171.6883,0.6337,0.0578
3700
+ 171.7348,0.6085,0.0578
3701
+ 171.7812,0.5803,0.0577
3702
+ 171.8277,0.5497,0.0576
3703
+ 171.8741,0.5173,0.0574
3704
+ 171.9205,0.4844,0.0573
3705
+ 171.9670,0.4525,0.0571
3706
+ 172.0134,0.4232,0.0569
3707
+ 172.0599,0.3985,0.0568
3708
+ 172.1063,0.3798,0.0566
3709
+ 172.1527,0.3689,0.0564
3710
+ 172.1992,0.3671,0.0563
3711
+ 172.2456,0.3759,0.0562
3712
+ 172.2921,0.3967,0.0562
3713
+ 172.3385,0.4302,0.0562
3714
+ 172.3849,0.4756,0.0564
3715
+ 172.4314,0.5298,0.0566
3716
+ 172.4778,0.5882,0.0568
3717
+ 172.5243,0.6458,0.0570
3718
+ 172.5707,0.6985,0.0573
3719
+ 172.6171,0.7435,0.0576
3720
+ 172.6636,0.7801,0.0578
3721
+ 172.7100,0.8085,0.0580
3722
+ 172.7565,0.8296,0.0582
3723
+ 172.8029,0.8446,0.0584
3724
+ 172.8493,0.8546,0.0585
3725
+ 172.8958,0.8605,0.0586
3726
+ 172.9422,0.8631,0.0587
3727
+ 172.9887,0.8630,0.0588
3728
+ 173.0351,0.8607,0.0588
3729
+ 173.0815,0.8565,0.0588
3730
+ 173.1280,0.8509,0.0589
3731
+ 173.1744,0.8443,0.0589
3732
+ 173.2209,0.8369,0.0589
3733
+ 173.2673,0.8291,0.0588
3734
+ 173.3137,0.8214,0.0588
3735
+ 173.3602,0.8141,0.0588
3736
+ 173.4066,0.8074,0.0588
3737
+ 173.4531,0.8017,0.0588
3738
+ 173.4995,0.7969,0.0588
3739
+ 173.5459,0.7933,0.0588
3740
+ 173.5924,0.7905,0.0588
3741
+ 173.6388,0.7886,0.0588
3742
+ 173.6853,0.7872,0.0589
3743
+ 173.7317,0.7863,0.0589
3744
+ 173.7781,0.7856,0.0589
3745
+ 173.8246,0.7850,0.0590
3746
+ 173.8710,0.7842,0.0590
3747
+ 173.9175,0.7832,0.0591
3748
+ 173.9639,0.7815,0.0591
3749
+ 174.0103,0.7790,0.0592
3750
+ 174.0568,0.7753,0.0592
3751
+ 174.1032,0.7701,0.0592
3752
+ 174.1497,0.7630,0.0592
3753
+ 174.1961,0.7535,0.0592
3754
+ 174.2425,0.7411,0.0592
3755
+ 174.2890,0.7252,0.0591
3756
+ 174.3354,0.7052,0.0591
3757
+ 174.3819,0.6805,0.0589
3758
+ 174.4283,0.6504,0.0588
3759
+ 174.4747,0.6143,0.0586
3760
+ 174.5212,0.5719,0.0583
3761
+ 174.5676,0.5238,0.0579
3762
+ 174.6141,0.4711,0.0576
3763
+ 174.6605,0.4165,0.0571
3764
+ 174.7069,0.3631,0.0567
3765
+ 174.7534,0.3144,0.0563
3766
+ 174.7998,0.2733,0.0559
3767
+ 174.8463,0.2410,0.0556
3768
+ 174.8927,0.2180,0.0554
3769
+ 174.9391,0.2033,0.0554
3770
+ 174.9856,0.1957,0.0555
3771
+ 175.0320,0.1938,0.0558
3772
+ 175.0785,0.1961,0.0561
3773
+ 175.1249,0.2011,0.0565
3774
+ 175.1713,0.2078,0.0570
3775
+ 175.2178,0.2152,0.0574
3776
+ 175.2642,0.2227,0.0579
3777
+ 175.3107,0.2296,0.0582
3778
+ 175.3571,0.2357,0.0586
3779
+ 175.4035,0.2405,0.0589
3780
+ 175.4500,0.2439,0.0591
3781
+ 175.4964,0.2459,0.0594
3782
+ 175.5429,0.2466,0.0595
3783
+ 175.5893,0.2462,0.0597
3784
+ 175.6357,0.2449,0.0598
3785
+ 175.6822,0.2430,0.0599
3786
+ 175.7286,0.2406,0.0600
3787
+ 175.7751,0.2381,0.0600
3788
+ 175.8215,0.2355,0.0601
3789
+ 175.8679,0.2331,0.0601
3790
+ 175.9144,0.2307,0.0601
3791
+ 175.9608,0.2285,0.0601
3792
+ 176.0073,0.2265,0.0602
3793
+ 176.0537,0.2245,0.0602
3794
+ 176.1001,0.2226,0.0602
3795
+ 176.1466,0.2207,0.0602
3796
+ 176.1930,0.2188,0.0603
3797
+ 176.2395,0.2166,0.0603
3798
+ 176.2859,0.2141,0.0603
3799
+ 176.3323,0.2111,0.0602
3800
+ 176.3788,0.2074,0.0602
3801
+ 176.4252,0.2028,0.0601
3802
+ 176.4717,0.1972,0.0599
3803
+ 176.5181,0.1905,0.0597
3804
+ 176.5645,0.1825,0.0594
3805
+ 176.6110,0.1732,0.0589
3806
+ 176.6574,0.1627,0.0584
3807
+ 176.7039,0.1510,0.0577
3808
+ 176.7503,0.1386,0.0570
3809
+ 176.7967,0.1258,0.0561
3810
+ 176.8432,0.1131,0.0551
3811
+ 176.8896,0.1010,0.0540
3812
+ 176.9361,0.0899,0.0530
3813
+ 176.9825,0.0803,0.0520
3814
+ 177.0289,0.0721,0.0510
3815
+ 177.0754,0.0655,0.0502
3816
+ 177.1218,0.0601,0.0495
3817
+ 177.1683,0.0559,0.0489
3818
+ 177.2147,0.0527,0.0484
3819
+ 177.2611,0.0502,0.0480
3820
+ 177.3076,0.0484,0.0477
3821
+ 177.3540,0.0471,0.0474
3822
+ 177.4005,0.0461,0.0473
3823
+ 177.4469,0.0456,0.0471
3824
+ 177.4933,0.0452,0.0471
3825
+ 177.5398,0.0451,0.0470
3826
+ 177.5862,0.0451,0.0470
3827
+ 177.6327,0.0452,0.0471
3828
+ 177.6791,0.0454,0.0471
3829
+ 177.7255,0.0457,0.0471
3830
+ 177.7720,0.0459,0.0472
3831
+ 177.8184,0.0461,0.0472
3832
+ 177.8649,0.0464,0.0472
3833
+ 177.9113,0.0466,0.0473
3834
+ 177.9577,0.0468,0.0473
3835
+ 178.0042,0.0470,0.0473
3836
+ 178.0506,0.0471,0.0474
3837
+ 178.0971,0.0472,0.0474
3838
+ 178.1435,0.0473,0.0474
3839
+ 178.1899,0.0474,0.0474
3840
+ 178.2364,0.0475,0.0474
3841
+ 178.2828,0.0475,0.0474
3842
+ 178.3293,0.0475,0.0474
3843
+ 178.3757,0.0475,0.0474
3844
+ 178.4221,0.0475,0.0474
3845
+ 178.4686,0.0475,0.0474
3846
+ 178.5150,0.0475,0.0474
3847
+ 178.5615,0.0475,0.0474
3848
+ 178.6079,0.0475,0.0474
3849
+ 178.6543,0.0475,0.0474
3850
+ 178.7008,0.0475,0.0474
3851
+ 178.7472,0.0475,0.0474
3852
+ 178.7937,0.0475,0.0474
3853
+ 178.8401,0.0475,0.0474
3854
+ 178.8865,0.0474,0.0474
3855
+ 178.9330,0.0474,0.0474
3856
+ 178.9794,0.0474,0.0474
3857
+ 179.0259,0.0474,0.0474
3858
+ 179.0723,0.0474,0.0474
3859
+ 179.1187,0.0474,0.0474
3860
+ 179.1652,0.0474,0.0474
3861
+ 179.2116,0.0474,0.0474
3862
+ 179.2580,0.0474,0.0474
3863
+ 179.3045,0.0474,0.0474
3864
+ 179.3509,0.0474,0.0474
3865
+ 179.3974,0.0474,0.0474
3866
+ 179.4438,0.0474,0.0474
3867
+ 179.4902,0.0474,0.0474
3868
+ 179.5367,0.0474,0.0474
3869
+ 179.5831,0.0474,0.0474
3870
+ 179.6296,0.0474,0.0474
3871
+ 179.6760,0.0474,0.0474
3872
+ 179.7224,0.0474,0.0474
3873
+ 179.7689,0.0474,0.0474
3874
+ 179.8153,0.0474,0.0474
3875
+ 179.8618,0.0474,0.0474
3876
+ 179.9082,0.0474,0.0474
3877
+ 179.9546,0.0474,0.0474
3878
+ 180.0011,0.0474,0.0474
3879
+ 180.0475,0.0474,0.0474
3880
+ 180.0940,0.0474,0.0474
3881
+ 180.1404,0.0474,0.0474
3882
+ 180.1868,0.0474,0.0474
3883
+ 180.2333,0.0474,0.0474
3884
+ 180.2797,0.0474,0.0474
3885
+ 180.3262,0.0474,0.0474
3886
+ 180.3726,0.0474,0.0474
3887
+ 180.4190,0.0474,0.0474
3888
+ 180.4655,0.0474,0.0474
3889
+ 180.5119,0.0474,0.0474
3890
+ 180.5584,0.0474,0.0474
3891
+ 180.6048,0.0474,0.0474
3892
+ 180.6512,0.0474,0.0474
3893
+ 180.6977,0.0474,0.0474
3894
+ 180.7441,0.0474,0.0474
3895
+ 180.7906,0.0474,0.0474
3896
+ 180.8370,0.0474,0.0474
3897
+ 180.8834,0.0474,0.0474
3898
+ 180.9299,0.0474,0.0474
3899
+ 180.9763,0.0474,0.0474
3900
+ 181.0228,0.0474,0.0474
3901
+ 181.0692,0.0474,0.0474
3902
+ 181.1156,0.0474,0.0474
3903
+ 181.1621,0.0474,0.0474
3904
+ 181.2085,0.0474,0.0474
3905
+ 181.2550,0.0474,0.0474
3906
+ 181.3014,0.0474,0.0474
3907
+ 181.3478,0.0474,0.0474
3908
+ 181.3943,0.0474,0.0474
3909
+ 181.4407,0.0474,0.0474
3910
+ 181.4872,0.0474,0.0474
3911
+ 181.5336,0.0474,0.0474
3912
+ 181.5800,0.0474,0.0474
3913
+ 181.6265,0.0474,0.0474
3914
+ 181.6729,0.0474,0.0474
3915
+ 181.7194,0.0474,0.0474
3916
+ 181.7658,0.0474,0.0474
3917
+ 181.8122,0.0474,0.0474
3918
+ 181.8587,0.0474,0.0474
3919
+ 181.9051,0.0474,0.0474
3920
+ 181.9516,0.0474,0.0474
3921
+ 181.9980,0.0474,0.0474
3922
+ 182.0444,0.0474,0.0474
3923
+ 182.0909,0.0474,0.0474
3924
+ 182.1373,0.0474,0.0474
3925
+ 182.1838,0.0474,0.0474
3926
+ 182.2302,0.0474,0.0474
3927
+ 182.2766,0.0474,0.0474
3928
+ 182.3231,0.0474,0.0474
3929
+ 182.3695,0.0474,0.0474
3930
+ 182.4160,0.0474,0.0474
3931
+ 182.4624,0.0474,0.0474
3932
+ 182.5088,0.0474,0.0474
3933
+ 182.5553,0.0474,0.0474
3934
+ 182.6017,0.0474,0.0474
3935
+ 182.6482,0.0474,0.0474
3936
+ 182.6946,0.0474,0.0474
3937
+ 182.7410,0.0474,0.0474
3938
+ 182.7875,0.0474,0.0474
3939
+ 182.8339,0.0474,0.0474
3940
+ 182.8804,0.0474,0.0474
3941
+ 182.9268,0.0474,0.0474
3942
+ 182.9732,0.0474,0.0474
3943
+ 183.0197,0.0474,0.0474
3944
+ 183.0661,0.0474,0.0474
3945
+ 183.1126,0.0474,0.0474
3946
+ 183.1590,0.0474,0.0474
3947
+ 183.2054,0.0474,0.0474
3948
+ 183.2519,0.0474,0.0474
3949
+ 183.2983,0.0474,0.0474
3950
+ 183.3448,0.0474,0.0474
3951
+ 183.3912,0.0474,0.0474
3952
+ 183.4376,0.0474,0.0474
3953
+ 183.4841,0.0474,0.0474
3954
+ 183.5305,0.0474,0.0474
3955
+ 183.5770,0.0474,0.0474
3956
+ 183.6234,0.0474,0.0474
3957
+ 183.6698,0.0474,0.0474
3958
+ 183.7163,0.0474,0.0474
3959
+ 183.7627,0.0474,0.0474
3960
+ 183.8092,0.0474,0.0474
3961
+ 183.8556,0.0474,0.0474
3962
+ 183.9020,0.0474,0.0474
3963
+ 183.9485,0.0474,0.0474
3964
+ 183.9949,0.0474,0.0474
3965
+ 184.0414,0.0474,0.0474
3966
+ 184.0878,0.0474,0.0474
3967
+ 184.1342,0.0474,0.0474
3968
+ 184.1807,0.0474,0.0474
3969
+ 184.2271,0.0474,0.0474
3970
+ 184.2736,0.0474,0.0474
3971
+ 184.3200,0.0474,0.0474
3972
+ 184.3664,0.0474,0.0474
3973
+ 184.4129,0.0474,0.0474
medleydb/data/Annotations/Activation_Confidence/original/AmarLal_SpringDay1_ACTIVATION_CONF.lab ADDED
@@ -0,0 +1,2885 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ time,S01
2
+ 0.0000,0.0477
3
+ 0.0464,0.0477
4
+ 0.0929,0.0478
5
+ 0.1393,0.0478
6
+ 0.1858,0.0477
7
+ 0.2322,0.0477
8
+ 0.2786,0.0476
9
+ 0.3251,0.0474
10
+ 0.3715,0.0472
11
+ 0.4180,0.0470
12
+ 0.4644,0.0466
13
+ 0.5108,0.0462
14
+ 0.5573,0.0457
15
+ 0.6037,0.0452
16
+ 0.6502,0.0445
17
+ 0.6966,0.0438
18
+ 0.7430,0.0431
19
+ 0.7895,0.0424
20
+ 0.8359,0.0417
21
+ 0.8824,0.0411
22
+ 0.9288,0.0407
23
+ 0.9752,0.0406
24
+ 1.0217,0.0408
25
+ 1.0681,0.0415
26
+ 1.1146,0.0428
27
+ 1.1610,0.0451
28
+ 1.2074,0.0487
29
+ 1.2539,0.0540
30
+ 1.3003,0.0618
31
+ 1.3468,0.0732
32
+ 1.3932,0.0897
33
+ 1.4396,0.1139
34
+ 1.4861,0.1487
35
+ 1.5325,0.1979
36
+ 1.5790,0.2644
37
+ 1.6254,0.3478
38
+ 1.6718,0.4421
39
+ 1.7183,0.5372
40
+ 1.7647,0.6235
41
+ 1.8112,0.6959
42
+ 1.8576,0.7539
43
+ 1.9040,0.7994
44
+ 1.9505,0.8350
45
+ 1.9969,0.8631
46
+ 2.0434,0.8853
47
+ 2.0898,0.9028
48
+ 2.1362,0.9164
49
+ 2.1827,0.9268
50
+ 2.2291,0.9342
51
+ 2.2756,0.9390
52
+ 2.3220,0.9416
53
+ 2.3684,0.9421
54
+ 2.4149,0.9410
55
+ 2.4613,0.9382
56
+ 2.5078,0.9340
57
+ 2.5542,0.9287
58
+ 2.6006,0.9224
59
+ 2.6471,0.9157
60
+ 2.6935,0.9094
61
+ 2.7400,0.9040
62
+ 2.7864,0.9003
63
+ 2.8328,0.8985
64
+ 2.8793,0.8988
65
+ 2.9257,0.9010
66
+ 2.9722,0.9044
67
+ 3.0186,0.9081
68
+ 3.0650,0.9114
69
+ 3.1115,0.9134
70
+ 3.1579,0.9136
71
+ 3.2044,0.9119
72
+ 3.2508,0.9083
73
+ 3.2972,0.9029
74
+ 3.3437,0.8962
75
+ 3.3901,0.8889
76
+ 3.4366,0.8818
77
+ 3.4830,0.8758
78
+ 3.5294,0.8715
79
+ 3.5759,0.8692
80
+ 3.6223,0.8687
81
+ 3.6688,0.8694
82
+ 3.7152,0.8709
83
+ 3.7616,0.8727
84
+ 3.8081,0.8745
85
+ 3.8545,0.8762
86
+ 3.9010,0.8777
87
+ 3.9474,0.8792
88
+ 3.9938,0.8809
89
+ 4.0403,0.8832
90
+ 4.0867,0.8864
91
+ 4.1332,0.8910
92
+ 4.1796,0.8971
93
+ 4.2260,0.9048
94
+ 4.2725,0.9136
95
+ 4.3189,0.9229
96
+ 4.3654,0.9320
97
+ 4.4118,0.9398
98
+ 4.4582,0.9460
99
+ 4.5047,0.9502
100
+ 4.5511,0.9526
101
+ 4.5976,0.9533
102
+ 4.6440,0.9525
103
+ 4.6904,0.9503
104
+ 4.7369,0.9468
105
+ 4.7833,0.9424
106
+ 4.8298,0.9373
107
+ 4.8762,0.9321
108
+ 4.9226,0.9274
109
+ 4.9691,0.9237
110
+ 5.0155,0.9215
111
+ 5.0620,0.9208
112
+ 5.1084,0.9216
113
+ 5.1548,0.9233
114
+ 5.2013,0.9254
115
+ 5.2477,0.9272
116
+ 5.2941,0.9280
117
+ 5.3406,0.9276
118
+ 5.3870,0.9258
119
+ 5.4335,0.9227
120
+ 5.4799,0.9183
121
+ 5.5263,0.9130
122
+ 5.5728,0.9069
123
+ 5.6192,0.9004
124
+ 5.6657,0.8943
125
+ 5.7121,0.8890
126
+ 5.7585,0.8850
127
+ 5.8050,0.8826
128
+ 5.8514,0.8819
129
+ 5.8979,0.8825
130
+ 5.9443,0.8842
131
+ 5.9907,0.8868
132
+ 6.0372,0.8900
133
+ 6.0836,0.8936
134
+ 6.1301,0.8977
135
+ 6.1765,0.9022
136
+ 6.2229,0.9073
137
+ 6.2694,0.9133
138
+ 6.3158,0.9202
139
+ 6.3623,0.9279
140
+ 6.4087,0.9359
141
+ 6.4551,0.9439
142
+ 6.5016,0.9514
143
+ 6.5480,0.9579
144
+ 6.5945,0.9630
145
+ 6.6409,0.9667
146
+ 6.6873,0.9691
147
+ 6.7338,0.9703
148
+ 6.7802,0.9706
149
+ 6.8267,0.9700
150
+ 6.8731,0.9689
151
+ 6.9195,0.9675
152
+ 6.9660,0.9660
153
+ 7.0124,0.9649
154
+ 7.0589,0.9645
155
+ 7.1053,0.9649
156
+ 7.1517,0.9662
157
+ 7.1982,0.9683
158
+ 7.2446,0.9710
159
+ 7.2911,0.9740
160
+ 7.3375,0.9768
161
+ 7.3839,0.9794
162
+ 7.4304,0.9813
163
+ 7.4768,0.9826
164
+ 7.5233,0.9832
165
+ 7.5697,0.9832
166
+ 7.6161,0.9825
167
+ 7.6626,0.9811
168
+ 7.7090,0.9792
169
+ 7.7555,0.9766
170
+ 7.8019,0.9736
171
+ 7.8483,0.9703
172
+ 7.8948,0.9669
173
+ 7.9412,0.9636
174
+ 7.9877,0.9606
175
+ 8.0341,0.9578
176
+ 8.0805,0.9554
177
+ 8.1270,0.9535
178
+ 8.1734,0.9521
179
+ 8.2199,0.9512
180
+ 8.2663,0.9509
181
+ 8.3127,0.9513
182
+ 8.3592,0.9527
183
+ 8.4056,0.9550
184
+ 8.4521,0.9584
185
+ 8.4985,0.9627
186
+ 8.5449,0.9676
187
+ 8.5914,0.9726
188
+ 8.6378,0.9772
189
+ 8.6843,0.9812
190
+ 8.7307,0.9844
191
+ 8.7771,0.9866
192
+ 8.8236,0.9880
193
+ 8.8700,0.9888
194
+ 8.9165,0.9891
195
+ 8.9629,0.9891
196
+ 9.0093,0.9888
197
+ 9.0558,0.9884
198
+ 9.1022,0.9879
199
+ 9.1487,0.9875
200
+ 9.1951,0.9873
201
+ 9.2415,0.9873
202
+ 9.2880,0.9876
203
+ 9.3344,0.9883
204
+ 9.3809,0.9894
205
+ 9.4273,0.9906
206
+ 9.4737,0.9919
207
+ 9.5202,0.9931
208
+ 9.5666,0.9941
209
+ 9.6131,0.9949
210
+ 9.6595,0.9954
211
+ 9.7059,0.9957
212
+ 9.7524,0.9958
213
+ 9.7988,0.9957
214
+ 9.8453,0.9955
215
+ 9.8917,0.9951
216
+ 9.9381,0.9945
217
+ 9.9846,0.9938
218
+ 10.0310,0.9930
219
+ 10.0775,0.9921
220
+ 10.1239,0.9911
221
+ 10.1703,0.9901
222
+ 10.2168,0.9892
223
+ 10.2632,0.9882
224
+ 10.3097,0.9873
225
+ 10.3561,0.9864
226
+ 10.4025,0.9856
227
+ 10.4490,0.9848
228
+ 10.4954,0.9841
229
+ 10.5419,0.9836
230
+ 10.5883,0.9832
231
+ 10.6347,0.9830
232
+ 10.6812,0.9830
233
+ 10.7276,0.9831
234
+ 10.7741,0.9834
235
+ 10.8205,0.9838
236
+ 10.8669,0.9841
237
+ 10.9134,0.9842
238
+ 10.9598,0.9840
239
+ 11.0063,0.9834
240
+ 11.0527,0.9824
241
+ 11.0991,0.9808
242
+ 11.1456,0.9789
243
+ 11.1920,0.9768
244
+ 11.2385,0.9746
245
+ 11.2849,0.9727
246
+ 11.3313,0.9715
247
+ 11.3778,0.9713
248
+ 11.4242,0.9722
249
+ 11.4707,0.9741
250
+ 11.5171,0.9768
251
+ 11.5635,0.9798
252
+ 11.6100,0.9830
253
+ 11.6564,0.9859
254
+ 11.7029,0.9884
255
+ 11.7493,0.9904
256
+ 11.7957,0.9918
257
+ 11.8422,0.9927
258
+ 11.8886,0.9932
259
+ 11.9351,0.9934
260
+ 11.9815,0.9934
261
+ 12.0279,0.9931
262
+ 12.0744,0.9927
263
+ 12.1208,0.9922
264
+ 12.1673,0.9916
265
+ 12.2137,0.9910
266
+ 12.2601,0.9903
267
+ 12.3066,0.9896
268
+ 12.3530,0.9889
269
+ 12.3995,0.9882
270
+ 12.4459,0.9874
271
+ 12.4923,0.9865
272
+ 12.5388,0.9857
273
+ 12.5852,0.9849
274
+ 12.6317,0.9844
275
+ 12.6781,0.9842
276
+ 12.7245,0.9845
277
+ 12.7710,0.9853
278
+ 12.8174,0.9865
279
+ 12.8639,0.9880
280
+ 12.9103,0.9896
281
+ 12.9567,0.9912
282
+ 13.0032,0.9927
283
+ 13.0496,0.9940
284
+ 13.0961,0.9950
285
+ 13.1425,0.9957
286
+ 13.1889,0.9962
287
+ 13.2354,0.9964
288
+ 13.2818,0.9965
289
+ 13.3283,0.9964
290
+ 13.3747,0.9962
291
+ 13.4211,0.9958
292
+ 13.4676,0.9954
293
+ 13.5140,0.9948
294
+ 13.5605,0.9943
295
+ 13.6069,0.9938
296
+ 13.6533,0.9935
297
+ 13.6998,0.9933
298
+ 13.7462,0.9935
299
+ 13.7927,0.9939
300
+ 13.8391,0.9945
301
+ 13.8855,0.9953
302
+ 13.9320,0.9960
303
+ 13.9784,0.9966
304
+ 14.0249,0.9970
305
+ 14.0713,0.9973
306
+ 14.1177,0.9975
307
+ 14.1642,0.9975
308
+ 14.2106,0.9975
309
+ 14.2571,0.9973
310
+ 14.3035,0.9970
311
+ 14.3499,0.9966
312
+ 14.3964,0.9961
313
+ 14.4428,0.9955
314
+ 14.4893,0.9947
315
+ 14.5357,0.9937
316
+ 14.5821,0.9926
317
+ 14.6286,0.9914
318
+ 14.6750,0.9901
319
+ 14.7215,0.9888
320
+ 14.7679,0.9877
321
+ 14.8143,0.9868
322
+ 14.8608,0.9864
323
+ 14.9072,0.9866
324
+ 14.9537,0.9874
325
+ 15.0001,0.9887
326
+ 15.0465,0.9903
327
+ 15.0930,0.9921
328
+ 15.1394,0.9937
329
+ 15.1859,0.9952
330
+ 15.2323,0.9963
331
+ 15.2787,0.9972
332
+ 15.3252,0.9979
333
+ 15.3716,0.9983
334
+ 15.4180,0.9986
335
+ 15.4645,0.9987
336
+ 15.5109,0.9988
337
+ 15.5574,0.9987
338
+ 15.6038,0.9986
339
+ 15.6502,0.9984
340
+ 15.6967,0.9981
341
+ 15.7431,0.9977
342
+ 15.7896,0.9973
343
+ 15.8360,0.9969
344
+ 15.8824,0.9965
345
+ 15.9289,0.9963
346
+ 15.9753,0.9961
347
+ 16.0218,0.9962
348
+ 16.0682,0.9964
349
+ 16.1146,0.9966
350
+ 16.1611,0.9969
351
+ 16.2075,0.9970
352
+ 16.2540,0.9971
353
+ 16.3004,0.9971
354
+ 16.3468,0.9970
355
+ 16.3933,0.9967
356
+ 16.4397,0.9964
357
+ 16.4862,0.9958
358
+ 16.5326,0.9952
359
+ 16.5790,0.9944
360
+ 16.6255,0.9936
361
+ 16.6719,0.9926
362
+ 16.7184,0.9916
363
+ 16.7648,0.9905
364
+ 16.8112,0.9894
365
+ 16.8577,0.9883
366
+ 16.9041,0.9872
367
+ 16.9506,0.9862
368
+ 16.9970,0.9854
369
+ 17.0434,0.9850
370
+ 17.0899,0.9850
371
+ 17.1363,0.9855
372
+ 17.1828,0.9866
373
+ 17.2292,0.9882
374
+ 17.2756,0.9899
375
+ 17.3221,0.9917
376
+ 17.3685,0.9933
377
+ 17.4150,0.9947
378
+ 17.4614,0.9959
379
+ 17.5078,0.9967
380
+ 17.5543,0.9973
381
+ 17.6007,0.9976
382
+ 17.6472,0.9979
383
+ 17.6936,0.9979
384
+ 17.7400,0.9979
385
+ 17.7865,0.9979
386
+ 17.8329,0.9978
387
+ 17.8794,0.9978
388
+ 17.9258,0.9977
389
+ 17.9722,0.9977
390
+ 18.0187,0.9978
391
+ 18.0651,0.9979
392
+ 18.1116,0.9980
393
+ 18.1580,0.9981
394
+ 18.2044,0.9983
395
+ 18.2509,0.9984
396
+ 18.2973,0.9984
397
+ 18.3438,0.9984
398
+ 18.3902,0.9983
399
+ 18.4366,0.9981
400
+ 18.4831,0.9978
401
+ 18.5295,0.9973
402
+ 18.5760,0.9966
403
+ 18.6224,0.9956
404
+ 18.6688,0.9944
405
+ 18.7153,0.9930
406
+ 18.7617,0.9917
407
+ 18.8082,0.9906
408
+ 18.8546,0.9901
409
+ 18.9010,0.9905
410
+ 18.9475,0.9916
411
+ 18.9939,0.9931
412
+ 19.0404,0.9948
413
+ 19.0868,0.9964
414
+ 19.1332,0.9975
415
+ 19.1797,0.9983
416
+ 19.2261,0.9989
417
+ 19.2726,0.9992
418
+ 19.3190,0.9994
419
+ 19.3654,0.9995
420
+ 19.4119,0.9996
421
+ 19.4583,0.9997
422
+ 19.5048,0.9997
423
+ 19.5512,0.9997
424
+ 19.5976,0.9997
425
+ 19.6441,0.9997
426
+ 19.6905,0.9997
427
+ 19.7370,0.9997
428
+ 19.7834,0.9997
429
+ 19.8298,0.9997
430
+ 19.8763,0.9997
431
+ 19.9227,0.9998
432
+ 19.9692,0.9998
433
+ 20.0156,0.9998
434
+ 20.0620,0.9998
435
+ 20.1085,0.9998
436
+ 20.1549,0.9998
437
+ 20.2014,0.9998
438
+ 20.2478,0.9998
439
+ 20.2942,0.9998
440
+ 20.3407,0.9998
441
+ 20.3871,0.9998
442
+ 20.4336,0.9997
443
+ 20.4800,0.9997
444
+ 20.5264,0.9996
445
+ 20.5729,0.9995
446
+ 20.6193,0.9994
447
+ 20.6658,0.9992
448
+ 20.7122,0.9990
449
+ 20.7586,0.9988
450
+ 20.8051,0.9985
451
+ 20.8515,0.9983
452
+ 20.8980,0.9981
453
+ 20.9444,0.9980
454
+ 20.9908,0.9979
455
+ 21.0373,0.9980
456
+ 21.0837,0.9981
457
+ 21.1302,0.9983
458
+ 21.1766,0.9986
459
+ 21.2230,0.9988
460
+ 21.2695,0.9991
461
+ 21.3159,0.9993
462
+ 21.3624,0.9995
463
+ 21.4088,0.9996
464
+ 21.4552,0.9997
465
+ 21.5017,0.9998
466
+ 21.5481,0.9998
467
+ 21.5946,0.9998
468
+ 21.6410,0.9999
469
+ 21.6874,0.9999
470
+ 21.7339,0.9999
471
+ 21.7803,0.9999
472
+ 21.8268,0.9999
473
+ 21.8732,0.9999
474
+ 21.9196,0.9999
475
+ 21.9661,0.9999
476
+ 22.0125,0.9999
477
+ 22.0590,0.9999
478
+ 22.1054,0.9999
479
+ 22.1518,0.9999
480
+ 22.1983,0.9999
481
+ 22.2447,0.9999
482
+ 22.2912,0.9999
483
+ 22.3376,0.9999
484
+ 22.3840,1.0000
485
+ 22.4305,1.0000
486
+ 22.4769,1.0000
487
+ 22.5234,1.0000
488
+ 22.5698,1.0000
489
+ 22.6162,1.0000
490
+ 22.6627,1.0000
491
+ 22.7091,1.0000
492
+ 22.7556,1.0000
493
+ 22.8020,1.0000
494
+ 22.8484,1.0000
495
+ 22.8949,1.0000
496
+ 22.9413,1.0000
497
+ 22.9878,1.0000
498
+ 23.0342,0.9999
499
+ 23.0806,0.9999
500
+ 23.1271,0.9999
501
+ 23.1735,0.9999
502
+ 23.2200,0.9999
503
+ 23.2664,0.9999
504
+ 23.3128,0.9999
505
+ 23.3593,0.9999
506
+ 23.4057,0.9998
507
+ 23.4522,0.9998
508
+ 23.4986,0.9998
509
+ 23.5450,0.9998
510
+ 23.5915,0.9997
511
+ 23.6379,0.9997
512
+ 23.6844,0.9997
513
+ 23.7308,0.9996
514
+ 23.7772,0.9996
515
+ 23.8237,0.9996
516
+ 23.8701,0.9997
517
+ 23.9166,0.9997
518
+ 23.9630,0.9997
519
+ 24.0094,0.9998
520
+ 24.0559,0.9998
521
+ 24.1023,0.9998
522
+ 24.1488,0.9999
523
+ 24.1952,0.9999
524
+ 24.2416,0.9999
525
+ 24.2881,0.9999
526
+ 24.3345,0.9998
527
+ 24.3810,0.9998
528
+ 24.4274,0.9997
529
+ 24.4738,0.9997
530
+ 24.5203,0.9996
531
+ 24.5667,0.9995
532
+ 24.6132,0.9994
533
+ 24.6596,0.9993
534
+ 24.7060,0.9992
535
+ 24.7525,0.9991
536
+ 24.7989,0.9990
537
+ 24.8454,0.9990
538
+ 24.8918,0.9990
539
+ 24.9382,0.9990
540
+ 24.9847,0.9990
541
+ 25.0311,0.9990
542
+ 25.0776,0.9990
543
+ 25.1240,0.9990
544
+ 25.1704,0.9990
545
+ 25.2169,0.9990
546
+ 25.2633,0.9991
547
+ 25.3098,0.9992
548
+ 25.3562,0.9993
549
+ 25.4026,0.9994
550
+ 25.4491,0.9995
551
+ 25.4955,0.9996
552
+ 25.5420,0.9996
553
+ 25.5884,0.9997
554
+ 25.6348,0.9997
555
+ 25.6813,0.9997
556
+ 25.7277,0.9997
557
+ 25.7741,0.9997
558
+ 25.8206,0.9997
559
+ 25.8670,0.9997
560
+ 25.9135,0.9997
561
+ 25.9599,0.9997
562
+ 26.0063,0.9997
563
+ 26.0528,0.9997
564
+ 26.0992,0.9997
565
+ 26.1457,0.9998
566
+ 26.1921,0.9998
567
+ 26.2385,0.9998
568
+ 26.2850,0.9998
569
+ 26.3314,0.9998
570
+ 26.3779,0.9999
571
+ 26.4243,0.9999
572
+ 26.4707,0.9999
573
+ 26.5172,0.9999
574
+ 26.5636,0.9999
575
+ 26.6101,0.9999
576
+ 26.6565,0.9999
577
+ 26.7029,0.9999
578
+ 26.7494,0.9999
579
+ 26.7958,0.9998
580
+ 26.8423,0.9998
581
+ 26.8887,0.9998
582
+ 26.9351,0.9998
583
+ 26.9816,0.9998
584
+ 27.0280,0.9998
585
+ 27.0745,0.9998
586
+ 27.1209,0.9998
587
+ 27.1673,0.9998
588
+ 27.2138,0.9997
589
+ 27.2602,0.9997
590
+ 27.3067,0.9997
591
+ 27.3531,0.9996
592
+ 27.3995,0.9996
593
+ 27.4460,0.9995
594
+ 27.4924,0.9995
595
+ 27.5389,0.9994
596
+ 27.5853,0.9994
597
+ 27.6317,0.9993
598
+ 27.6782,0.9992
599
+ 27.7246,0.9991
600
+ 27.7711,0.9991
601
+ 27.8175,0.9990
602
+ 27.8639,0.9990
603
+ 27.9104,0.9989
604
+ 27.9568,0.9990
605
+ 28.0033,0.9990
606
+ 28.0497,0.9992
607
+ 28.0961,0.9993
608
+ 28.1426,0.9994
609
+ 28.1890,0.9995
610
+ 28.2355,0.9996
611
+ 28.2819,0.9997
612
+ 28.3283,0.9998
613
+ 28.3748,0.9998
614
+ 28.4212,0.9999
615
+ 28.4677,0.9999
616
+ 28.5141,0.9999
617
+ 28.5605,0.9999
618
+ 28.6070,0.9999
619
+ 28.6534,0.9999
620
+ 28.6999,0.9999
621
+ 28.7463,0.9999
622
+ 28.7927,0.9999
623
+ 28.8392,0.9999
624
+ 28.8856,0.9999
625
+ 28.9321,0.9999
626
+ 28.9785,0.9999
627
+ 29.0249,0.9999
628
+ 29.0714,1.0000
629
+ 29.1178,1.0000
630
+ 29.1643,1.0000
631
+ 29.2107,1.0000
632
+ 29.2571,1.0000
633
+ 29.3036,1.0000
634
+ 29.3500,1.0000
635
+ 29.3965,1.0000
636
+ 29.4429,1.0000
637
+ 29.4893,1.0000
638
+ 29.5358,1.0000
639
+ 29.5822,1.0000
640
+ 29.6287,1.0000
641
+ 29.6751,1.0000
642
+ 29.7215,1.0000
643
+ 29.7680,1.0000
644
+ 29.8144,1.0000
645
+ 29.8609,1.0000
646
+ 29.9073,1.0000
647
+ 29.9537,0.9999
648
+ 30.0002,0.9999
649
+ 30.0466,0.9999
650
+ 30.0931,0.9999
651
+ 30.1395,0.9999
652
+ 30.1859,0.9999
653
+ 30.2324,0.9999
654
+ 30.2788,0.9999
655
+ 30.3253,0.9999
656
+ 30.3717,0.9999
657
+ 30.4181,1.0000
658
+ 30.4646,1.0000
659
+ 30.5110,1.0000
660
+ 30.5575,1.0000
661
+ 30.6039,1.0000
662
+ 30.6503,1.0000
663
+ 30.6968,1.0000
664
+ 30.7432,1.0000
665
+ 30.7897,1.0000
666
+ 30.8361,1.0000
667
+ 30.8825,1.0000
668
+ 30.9290,1.0000
669
+ 30.9754,1.0000
670
+ 31.0219,1.0000
671
+ 31.0683,1.0000
672
+ 31.1147,1.0000
673
+ 31.1612,1.0000
674
+ 31.2076,1.0000
675
+ 31.2541,1.0000
676
+ 31.3005,0.9999
677
+ 31.3469,0.9999
678
+ 31.3934,0.9999
679
+ 31.4398,0.9999
680
+ 31.4863,0.9999
681
+ 31.5327,0.9998
682
+ 31.5791,0.9998
683
+ 31.6256,0.9997
684
+ 31.6720,0.9996
685
+ 31.7185,0.9995
686
+ 31.7649,0.9994
687
+ 31.8113,0.9993
688
+ 31.8578,0.9992
689
+ 31.9042,0.9992
690
+ 31.9507,0.9992
691
+ 31.9971,0.9993
692
+ 32.0435,0.9994
693
+ 32.0900,0.9995
694
+ 32.1364,0.9996
695
+ 32.1829,0.9997
696
+ 32.2293,0.9998
697
+ 32.2757,0.9998
698
+ 32.3222,0.9999
699
+ 32.3686,0.9999
700
+ 32.4151,0.9999
701
+ 32.4615,0.9999
702
+ 32.5079,0.9999
703
+ 32.5544,0.9999
704
+ 32.6008,1.0000
705
+ 32.6473,1.0000
706
+ 32.6937,1.0000
707
+ 32.7401,1.0000
708
+ 32.7866,1.0000
709
+ 32.8330,1.0000
710
+ 32.8795,1.0000
711
+ 32.9259,1.0000
712
+ 32.9723,1.0000
713
+ 33.0188,1.0000
714
+ 33.0652,1.0000
715
+ 33.1117,1.0000
716
+ 33.1581,1.0000
717
+ 33.2045,1.0000
718
+ 33.2510,1.0000
719
+ 33.2974,1.0000
720
+ 33.3439,1.0000
721
+ 33.3903,1.0000
722
+ 33.4367,1.0000
723
+ 33.4832,1.0000
724
+ 33.5296,1.0000
725
+ 33.5761,0.9999
726
+ 33.6225,0.9999
727
+ 33.6689,0.9999
728
+ 33.7154,0.9998
729
+ 33.7618,0.9997
730
+ 33.8083,0.9997
731
+ 33.8547,0.9995
732
+ 33.9011,0.9994
733
+ 33.9476,0.9993
734
+ 33.9940,0.9992
735
+ 34.0405,0.9992
736
+ 34.0869,0.9992
737
+ 34.1333,0.9993
738
+ 34.1798,0.9993
739
+ 34.2262,0.9994
740
+ 34.2727,0.9995
741
+ 34.3191,0.9996
742
+ 34.3655,0.9997
743
+ 34.4120,0.9998
744
+ 34.4584,0.9999
745
+ 34.5049,0.9999
746
+ 34.5513,0.9999
747
+ 34.5977,0.9999
748
+ 34.6442,1.0000
749
+ 34.6906,1.0000
750
+ 34.7371,1.0000
751
+ 34.7835,1.0000
752
+ 34.8299,1.0000
753
+ 34.8764,1.0000
754
+ 34.9228,1.0000
755
+ 34.9693,1.0000
756
+ 35.0157,1.0000
757
+ 35.0621,1.0000
758
+ 35.1086,1.0000
759
+ 35.1550,1.0000
760
+ 35.2015,1.0000
761
+ 35.2479,1.0000
762
+ 35.2943,1.0000
763
+ 35.3408,1.0000
764
+ 35.3872,0.9999
765
+ 35.4337,0.9999
766
+ 35.4801,0.9999
767
+ 35.5265,0.9999
768
+ 35.5730,0.9999
769
+ 35.6194,0.9998
770
+ 35.6659,0.9998
771
+ 35.7123,0.9998
772
+ 35.7587,0.9998
773
+ 35.8052,0.9999
774
+ 35.8516,0.9999
775
+ 35.8980,0.9999
776
+ 35.9445,0.9999
777
+ 35.9909,0.9998
778
+ 36.0374,0.9998
779
+ 36.0838,0.9998
780
+ 36.1302,0.9998
781
+ 36.1767,0.9997
782
+ 36.2231,0.9996
783
+ 36.2696,0.9995
784
+ 36.3160,0.9995
785
+ 36.3624,0.9994
786
+ 36.4089,0.9994
787
+ 36.4553,0.9995
788
+ 36.5018,0.9995
789
+ 36.5482,0.9996
790
+ 36.5946,0.9997
791
+ 36.6411,0.9998
792
+ 36.6875,0.9999
793
+ 36.7340,0.9999
794
+ 36.7804,0.9999
795
+ 36.8268,0.9999
796
+ 36.8733,1.0000
797
+ 36.9197,1.0000
798
+ 36.9662,1.0000
799
+ 37.0126,1.0000
800
+ 37.0590,1.0000
801
+ 37.1055,1.0000
802
+ 37.1519,1.0000
803
+ 37.1984,1.0000
804
+ 37.2448,1.0000
805
+ 37.2912,1.0000
806
+ 37.3377,1.0000
807
+ 37.3841,1.0000
808
+ 37.4306,1.0000
809
+ 37.4770,1.0000
810
+ 37.5234,1.0000
811
+ 37.5699,1.0000
812
+ 37.6163,1.0000
813
+ 37.6628,1.0000
814
+ 37.7092,1.0000
815
+ 37.7556,1.0000
816
+ 37.8021,1.0000
817
+ 37.8485,1.0000
818
+ 37.8950,1.0000
819
+ 37.9414,1.0000
820
+ 37.9878,1.0000
821
+ 38.0343,1.0000
822
+ 38.0807,1.0000
823
+ 38.1272,1.0000
824
+ 38.1736,1.0000
825
+ 38.2200,1.0000
826
+ 38.2665,1.0000
827
+ 38.3129,1.0000
828
+ 38.3594,0.9999
829
+ 38.4058,0.9999
830
+ 38.4522,0.9999
831
+ 38.4987,0.9999
832
+ 38.5451,0.9999
833
+ 38.5916,0.9999
834
+ 38.6380,0.9999
835
+ 38.6844,0.9998
836
+ 38.7309,0.9998
837
+ 38.7773,0.9998
838
+ 38.8238,0.9998
839
+ 38.8702,0.9999
840
+ 38.9166,0.9999
841
+ 38.9631,0.9999
842
+ 39.0095,0.9999
843
+ 39.0560,0.9999
844
+ 39.1024,0.9999
845
+ 39.1488,0.9999
846
+ 39.1953,1.0000
847
+ 39.2417,1.0000
848
+ 39.2882,1.0000
849
+ 39.3346,1.0000
850
+ 39.3810,1.0000
851
+ 39.4275,1.0000
852
+ 39.4739,1.0000
853
+ 39.5204,1.0000
854
+ 39.5668,1.0000
855
+ 39.6132,1.0000
856
+ 39.6597,1.0000
857
+ 39.7061,1.0000
858
+ 39.7526,1.0000
859
+ 39.7990,1.0000
860
+ 39.8454,1.0000
861
+ 39.8919,1.0000
862
+ 39.9383,1.0000
863
+ 39.9848,1.0000
864
+ 40.0312,1.0000
865
+ 40.0776,1.0000
866
+ 40.1241,1.0000
867
+ 40.1705,1.0000
868
+ 40.2170,1.0000
869
+ 40.2634,1.0000
870
+ 40.3098,1.0000
871
+ 40.3563,1.0000
872
+ 40.4027,1.0000
873
+ 40.4492,1.0000
874
+ 40.4956,1.0000
875
+ 40.5420,1.0000
876
+ 40.5885,1.0000
877
+ 40.6349,1.0000
878
+ 40.6814,1.0000
879
+ 40.7278,1.0000
880
+ 40.7742,1.0000
881
+ 40.8207,1.0000
882
+ 40.8671,1.0000
883
+ 40.9136,1.0000
884
+ 40.9600,1.0000
885
+ 41.0064,1.0000
886
+ 41.0529,1.0000
887
+ 41.0993,1.0000
888
+ 41.1458,1.0000
889
+ 41.1922,1.0000
890
+ 41.2386,1.0000
891
+ 41.2851,1.0000
892
+ 41.3315,1.0000
893
+ 41.3780,1.0000
894
+ 41.4244,1.0000
895
+ 41.4708,1.0000
896
+ 41.5173,1.0000
897
+ 41.5637,1.0000
898
+ 41.6102,1.0000
899
+ 41.6566,1.0000
900
+ 41.7030,1.0000
901
+ 41.7495,1.0000
902
+ 41.7959,1.0000
903
+ 41.8424,1.0000
904
+ 41.8888,1.0000
905
+ 41.9352,1.0000
906
+ 41.9817,1.0000
907
+ 42.0281,1.0000
908
+ 42.0746,1.0000
909
+ 42.1210,1.0000
910
+ 42.1674,1.0000
911
+ 42.2139,1.0000
912
+ 42.2603,1.0000
913
+ 42.3068,1.0000
914
+ 42.3532,1.0000
915
+ 42.3996,1.0000
916
+ 42.4461,1.0000
917
+ 42.4925,1.0000
918
+ 42.5390,1.0000
919
+ 42.5854,1.0000
920
+ 42.6318,1.0000
921
+ 42.6783,1.0000
922
+ 42.7247,0.9999
923
+ 42.7712,0.9999
924
+ 42.8176,0.9999
925
+ 42.8640,0.9999
926
+ 42.9105,0.9998
927
+ 42.9569,0.9998
928
+ 43.0034,0.9998
929
+ 43.0498,0.9997
930
+ 43.0962,0.9997
931
+ 43.1427,0.9996
932
+ 43.1891,0.9996
933
+ 43.2356,0.9996
934
+ 43.2820,0.9996
935
+ 43.3284,0.9997
936
+ 43.3749,0.9998
937
+ 43.4213,0.9998
938
+ 43.4678,0.9999
939
+ 43.5142,0.9999
940
+ 43.5606,0.9999
941
+ 43.6071,1.0000
942
+ 43.6535,1.0000
943
+ 43.7000,1.0000
944
+ 43.7464,1.0000
945
+ 43.7928,1.0000
946
+ 43.8393,1.0000
947
+ 43.8857,1.0000
948
+ 43.9322,1.0000
949
+ 43.9786,1.0000
950
+ 44.0250,1.0000
951
+ 44.0715,1.0000
952
+ 44.1179,1.0000
953
+ 44.1644,1.0000
954
+ 44.2108,1.0000
955
+ 44.2572,1.0000
956
+ 44.3037,1.0000
957
+ 44.3501,1.0000
958
+ 44.3966,1.0000
959
+ 44.4430,1.0000
960
+ 44.4894,1.0000
961
+ 44.5359,1.0000
962
+ 44.5823,1.0000
963
+ 44.6288,1.0000
964
+ 44.6752,1.0000
965
+ 44.7216,1.0000
966
+ 44.7681,1.0000
967
+ 44.8145,0.9999
968
+ 44.8610,0.9999
969
+ 44.9074,0.9999
970
+ 44.9538,0.9999
971
+ 45.0003,0.9999
972
+ 45.0467,0.9999
973
+ 45.0932,0.9999
974
+ 45.1396,0.9999
975
+ 45.1860,0.9999
976
+ 45.2325,0.9999
977
+ 45.2789,0.9999
978
+ 45.3254,0.9999
979
+ 45.3718,0.9999
980
+ 45.4182,0.9999
981
+ 45.4647,0.9999
982
+ 45.5111,1.0000
983
+ 45.5576,1.0000
984
+ 45.6040,1.0000
985
+ 45.6504,1.0000
986
+ 45.6969,1.0000
987
+ 45.7433,1.0000
988
+ 45.7898,1.0000
989
+ 45.8362,1.0000
990
+ 45.8826,1.0000
991
+ 45.9291,1.0000
992
+ 45.9755,1.0000
993
+ 46.0220,1.0000
994
+ 46.0684,1.0000
995
+ 46.1148,1.0000
996
+ 46.1613,1.0000
997
+ 46.2077,1.0000
998
+ 46.2541,1.0000
999
+ 46.3006,1.0000
1000
+ 46.3470,1.0000
1001
+ 46.3935,1.0000
1002
+ 46.4399,1.0000
1003
+ 46.4863,1.0000
1004
+ 46.5328,1.0000
1005
+ 46.5792,1.0000
1006
+ 46.6257,1.0000
1007
+ 46.6721,1.0000
1008
+ 46.7185,1.0000
1009
+ 46.7650,0.9999
1010
+ 46.8114,0.9999
1011
+ 46.8579,0.9999
1012
+ 46.9043,0.9998
1013
+ 46.9507,0.9998
1014
+ 46.9972,0.9997
1015
+ 47.0436,0.9997
1016
+ 47.0901,0.9996
1017
+ 47.1365,0.9996
1018
+ 47.1829,0.9996
1019
+ 47.2294,0.9996
1020
+ 47.2758,0.9997
1021
+ 47.3223,0.9997
1022
+ 47.3687,0.9998
1023
+ 47.4151,0.9998
1024
+ 47.4616,0.9999
1025
+ 47.5080,0.9999
1026
+ 47.5545,0.9999
1027
+ 47.6009,0.9999
1028
+ 47.6473,1.0000
1029
+ 47.6938,1.0000
1030
+ 47.7402,1.0000
1031
+ 47.7867,1.0000
1032
+ 47.8331,1.0000
1033
+ 47.8795,1.0000
1034
+ 47.9260,1.0000
1035
+ 47.9724,1.0000
1036
+ 48.0189,1.0000
1037
+ 48.0653,1.0000
1038
+ 48.1117,1.0000
1039
+ 48.1582,1.0000
1040
+ 48.2046,1.0000
1041
+ 48.2511,1.0000
1042
+ 48.2975,1.0000
1043
+ 48.3439,1.0000
1044
+ 48.3904,1.0000
1045
+ 48.4368,1.0000
1046
+ 48.4833,1.0000
1047
+ 48.5297,1.0000
1048
+ 48.5761,1.0000
1049
+ 48.6226,1.0000
1050
+ 48.6690,1.0000
1051
+ 48.7155,1.0000
1052
+ 48.7619,1.0000
1053
+ 48.8083,1.0000
1054
+ 48.8548,1.0000
1055
+ 48.9012,1.0000
1056
+ 48.9477,1.0000
1057
+ 48.9941,1.0000
1058
+ 49.0405,1.0000
1059
+ 49.0870,1.0000
1060
+ 49.1334,1.0000
1061
+ 49.1799,1.0000
1062
+ 49.2263,1.0000
1063
+ 49.2727,1.0000
1064
+ 49.3192,1.0000
1065
+ 49.3656,1.0000
1066
+ 49.4121,1.0000
1067
+ 49.4585,1.0000
1068
+ 49.5049,1.0000
1069
+ 49.5514,1.0000
1070
+ 49.5978,1.0000
1071
+ 49.6443,1.0000
1072
+ 49.6907,1.0000
1073
+ 49.7371,1.0000
1074
+ 49.7836,1.0000
1075
+ 49.8300,1.0000
1076
+ 49.8765,1.0000
1077
+ 49.9229,1.0000
1078
+ 49.9693,1.0000
1079
+ 50.0158,1.0000
1080
+ 50.0622,1.0000
1081
+ 50.1087,1.0000
1082
+ 50.1551,1.0000
1083
+ 50.2015,1.0000
1084
+ 50.2480,1.0000
1085
+ 50.2944,1.0000
1086
+ 50.3409,1.0000
1087
+ 50.3873,1.0000
1088
+ 50.4337,1.0000
1089
+ 50.4802,1.0000
1090
+ 50.5266,1.0000
1091
+ 50.5731,1.0000
1092
+ 50.6195,1.0000
1093
+ 50.6659,1.0000
1094
+ 50.7124,1.0000
1095
+ 50.7588,1.0000
1096
+ 50.8053,1.0000
1097
+ 50.8517,1.0000
1098
+ 50.8981,1.0000
1099
+ 50.9446,1.0000
1100
+ 50.9910,1.0000
1101
+ 51.0375,1.0000
1102
+ 51.0839,1.0000
1103
+ 51.1303,1.0000
1104
+ 51.1768,1.0000
1105
+ 51.2232,1.0000
1106
+ 51.2697,1.0000
1107
+ 51.3161,0.9999
1108
+ 51.3625,0.9999
1109
+ 51.4090,0.9999
1110
+ 51.4554,0.9999
1111
+ 51.5019,0.9999
1112
+ 51.5483,0.9999
1113
+ 51.5947,0.9999
1114
+ 51.6412,0.9999
1115
+ 51.6876,0.9999
1116
+ 51.7341,0.9999
1117
+ 51.7805,0.9999
1118
+ 51.8269,0.9999
1119
+ 51.8734,1.0000
1120
+ 51.9198,1.0000
1121
+ 51.9663,1.0000
1122
+ 52.0127,1.0000
1123
+ 52.0591,1.0000
1124
+ 52.1056,1.0000
1125
+ 52.1520,1.0000
1126
+ 52.1985,1.0000
1127
+ 52.2449,1.0000
1128
+ 52.2913,1.0000
1129
+ 52.3378,1.0000
1130
+ 52.3842,1.0000
1131
+ 52.4307,1.0000
1132
+ 52.4771,1.0000
1133
+ 52.5235,1.0000
1134
+ 52.5700,1.0000
1135
+ 52.6164,1.0000
1136
+ 52.6629,1.0000
1137
+ 52.7093,1.0000
1138
+ 52.7557,1.0000
1139
+ 52.8022,1.0000
1140
+ 52.8486,1.0000
1141
+ 52.8951,1.0000
1142
+ 52.9415,1.0000
1143
+ 52.9879,1.0000
1144
+ 53.0344,1.0000
1145
+ 53.0808,1.0000
1146
+ 53.1273,1.0000
1147
+ 53.1737,1.0000
1148
+ 53.2201,1.0000
1149
+ 53.2666,1.0000
1150
+ 53.3130,1.0000
1151
+ 53.3595,1.0000
1152
+ 53.4059,1.0000
1153
+ 53.4523,1.0000
1154
+ 53.4988,1.0000
1155
+ 53.5452,1.0000
1156
+ 53.5917,0.9999
1157
+ 53.6381,0.9999
1158
+ 53.6845,0.9999
1159
+ 53.7310,0.9999
1160
+ 53.7774,0.9999
1161
+ 53.8239,0.9999
1162
+ 53.8703,0.9999
1163
+ 53.9167,0.9999
1164
+ 53.9632,0.9999
1165
+ 54.0096,0.9999
1166
+ 54.0561,0.9999
1167
+ 54.1025,0.9999
1168
+ 54.1489,1.0000
1169
+ 54.1954,1.0000
1170
+ 54.2418,1.0000
1171
+ 54.2883,1.0000
1172
+ 54.3347,1.0000
1173
+ 54.3811,1.0000
1174
+ 54.4276,1.0000
1175
+ 54.4740,1.0000
1176
+ 54.5205,1.0000
1177
+ 54.5669,1.0000
1178
+ 54.6133,1.0000
1179
+ 54.6598,1.0000
1180
+ 54.7062,1.0000
1181
+ 54.7527,1.0000
1182
+ 54.7991,1.0000
1183
+ 54.8455,1.0000
1184
+ 54.8920,1.0000
1185
+ 54.9384,1.0000
1186
+ 54.9849,1.0000
1187
+ 55.0313,1.0000
1188
+ 55.0777,1.0000
1189
+ 55.1242,1.0000
1190
+ 55.1706,1.0000
1191
+ 55.2171,1.0000
1192
+ 55.2635,1.0000
1193
+ 55.3099,1.0000
1194
+ 55.3564,1.0000
1195
+ 55.4028,1.0000
1196
+ 55.4493,1.0000
1197
+ 55.4957,1.0000
1198
+ 55.5421,1.0000
1199
+ 55.5886,1.0000
1200
+ 55.6350,1.0000
1201
+ 55.6815,1.0000
1202
+ 55.7279,0.9999
1203
+ 55.7743,0.9999
1204
+ 55.8208,0.9999
1205
+ 55.8672,0.9999
1206
+ 55.9137,0.9999
1207
+ 55.9601,0.9999
1208
+ 56.0065,0.9999
1209
+ 56.0530,0.9999
1210
+ 56.0994,0.9999
1211
+ 56.1459,0.9999
1212
+ 56.1923,0.9999
1213
+ 56.2387,0.9999
1214
+ 56.2852,0.9999
1215
+ 56.3316,0.9999
1216
+ 56.3780,1.0000
1217
+ 56.4245,1.0000
1218
+ 56.4709,1.0000
1219
+ 56.5174,1.0000
1220
+ 56.5638,1.0000
1221
+ 56.6102,1.0000
1222
+ 56.6567,1.0000
1223
+ 56.7031,1.0000
1224
+ 56.7496,1.0000
1225
+ 56.7960,1.0000
1226
+ 56.8424,1.0000
1227
+ 56.8889,1.0000
1228
+ 56.9353,1.0000
1229
+ 56.9818,1.0000
1230
+ 57.0282,1.0000
1231
+ 57.0746,1.0000
1232
+ 57.1211,1.0000
1233
+ 57.1675,1.0000
1234
+ 57.2140,1.0000
1235
+ 57.2604,1.0000
1236
+ 57.3068,1.0000
1237
+ 57.3533,1.0000
1238
+ 57.3997,1.0000
1239
+ 57.4462,1.0000
1240
+ 57.4926,1.0000
1241
+ 57.5390,1.0000
1242
+ 57.5855,1.0000
1243
+ 57.6319,1.0000
1244
+ 57.6784,1.0000
1245
+ 57.7248,1.0000
1246
+ 57.7712,0.9999
1247
+ 57.8177,0.9999
1248
+ 57.8641,0.9999
1249
+ 57.9106,0.9998
1250
+ 57.9570,0.9997
1251
+ 58.0034,0.9997
1252
+ 58.0499,0.9996
1253
+ 58.0963,0.9995
1254
+ 58.1428,0.9994
1255
+ 58.1892,0.9994
1256
+ 58.2356,0.9995
1257
+ 58.2821,0.9996
1258
+ 58.3285,0.9997
1259
+ 58.3750,0.9998
1260
+ 58.4214,0.9998
1261
+ 58.4678,0.9999
1262
+ 58.5143,0.9999
1263
+ 58.5607,0.9999
1264
+ 58.6072,0.9999
1265
+ 58.6536,1.0000
1266
+ 58.7000,1.0000
1267
+ 58.7465,1.0000
1268
+ 58.7929,1.0000
1269
+ 58.8394,1.0000
1270
+ 58.8858,1.0000
1271
+ 58.9322,1.0000
1272
+ 58.9787,1.0000
1273
+ 59.0251,1.0000
1274
+ 59.0716,1.0000
1275
+ 59.1180,1.0000
1276
+ 59.1644,1.0000
1277
+ 59.2109,1.0000
1278
+ 59.2573,1.0000
1279
+ 59.3038,1.0000
1280
+ 59.3502,1.0000
1281
+ 59.3966,1.0000
1282
+ 59.4431,1.0000
1283
+ 59.4895,1.0000
1284
+ 59.5360,1.0000
1285
+ 59.5824,1.0000
1286
+ 59.6288,1.0000
1287
+ 59.6753,1.0000
1288
+ 59.7217,0.9999
1289
+ 59.7682,0.9999
1290
+ 59.8146,0.9999
1291
+ 59.8610,0.9999
1292
+ 59.9075,0.9999
1293
+ 59.9539,0.9999
1294
+ 60.0004,0.9999
1295
+ 60.0468,0.9998
1296
+ 60.0932,0.9998
1297
+ 60.1397,0.9998
1298
+ 60.1861,0.9998
1299
+ 60.2326,0.9998
1300
+ 60.2790,0.9998
1301
+ 60.3254,0.9998
1302
+ 60.3719,0.9998
1303
+ 60.4183,0.9999
1304
+ 60.4648,0.9999
1305
+ 60.5112,0.9999
1306
+ 60.5576,0.9999
1307
+ 60.6041,1.0000
1308
+ 60.6505,1.0000
1309
+ 60.6970,1.0000
1310
+ 60.7434,1.0000
1311
+ 60.7898,1.0000
1312
+ 60.8363,1.0000
1313
+ 60.8827,1.0000
1314
+ 60.9292,1.0000
1315
+ 60.9756,1.0000
1316
+ 61.0220,1.0000
1317
+ 61.0685,1.0000
1318
+ 61.1149,1.0000
1319
+ 61.1614,1.0000
1320
+ 61.2078,1.0000
1321
+ 61.2542,1.0000
1322
+ 61.3007,1.0000
1323
+ 61.3471,1.0000
1324
+ 61.3936,1.0000
1325
+ 61.4400,1.0000
1326
+ 61.4864,1.0000
1327
+ 61.5329,1.0000
1328
+ 61.5793,1.0000
1329
+ 61.6258,1.0000
1330
+ 61.6722,1.0000
1331
+ 61.7186,1.0000
1332
+ 61.7651,1.0000
1333
+ 61.8115,1.0000
1334
+ 61.8580,1.0000
1335
+ 61.9044,1.0000
1336
+ 61.9508,1.0000
1337
+ 61.9973,1.0000
1338
+ 62.0437,1.0000
1339
+ 62.0902,1.0000
1340
+ 62.1366,1.0000
1341
+ 62.1830,1.0000
1342
+ 62.2295,1.0000
1343
+ 62.2759,1.0000
1344
+ 62.3224,1.0000
1345
+ 62.3688,1.0000
1346
+ 62.4152,1.0000
1347
+ 62.4617,1.0000
1348
+ 62.5081,1.0000
1349
+ 62.5546,1.0000
1350
+ 62.6010,1.0000
1351
+ 62.6474,1.0000
1352
+ 62.6939,1.0000
1353
+ 62.7403,1.0000
1354
+ 62.7868,1.0000
1355
+ 62.8332,1.0000
1356
+ 62.8796,1.0000
1357
+ 62.9261,1.0000
1358
+ 62.9725,1.0000
1359
+ 63.0190,1.0000
1360
+ 63.0654,1.0000
1361
+ 63.1118,1.0000
1362
+ 63.1583,1.0000
1363
+ 63.2047,1.0000
1364
+ 63.2512,1.0000
1365
+ 63.2976,1.0000
1366
+ 63.3440,1.0000
1367
+ 63.3905,1.0000
1368
+ 63.4369,1.0000
1369
+ 63.4834,1.0000
1370
+ 63.5298,1.0000
1371
+ 63.5762,1.0000
1372
+ 63.6227,1.0000
1373
+ 63.6691,1.0000
1374
+ 63.7156,1.0000
1375
+ 63.7620,1.0000
1376
+ 63.8084,1.0000
1377
+ 63.8549,1.0000
1378
+ 63.9013,1.0000
1379
+ 63.9478,1.0000
1380
+ 63.9942,1.0000
1381
+ 64.0406,1.0000
1382
+ 64.0871,1.0000
1383
+ 64.1335,1.0000
1384
+ 64.1800,1.0000
1385
+ 64.2264,1.0000
1386
+ 64.2728,1.0000
1387
+ 64.3193,1.0000
1388
+ 64.3657,1.0000
1389
+ 64.4122,1.0000
1390
+ 64.4586,1.0000
1391
+ 64.5050,1.0000
1392
+ 64.5515,1.0000
1393
+ 64.5979,1.0000
1394
+ 64.6444,1.0000
1395
+ 64.6908,1.0000
1396
+ 64.7372,1.0000
1397
+ 64.7837,1.0000
1398
+ 64.8301,1.0000
1399
+ 64.8766,0.9999
1400
+ 64.9230,0.9999
1401
+ 64.9694,0.9999
1402
+ 65.0159,0.9999
1403
+ 65.0623,0.9999
1404
+ 65.1088,0.9999
1405
+ 65.1552,0.9999
1406
+ 65.2016,0.9999
1407
+ 65.2481,1.0000
1408
+ 65.2945,1.0000
1409
+ 65.3410,1.0000
1410
+ 65.3874,1.0000
1411
+ 65.4338,1.0000
1412
+ 65.4803,1.0000
1413
+ 65.5267,1.0000
1414
+ 65.5732,1.0000
1415
+ 65.6196,1.0000
1416
+ 65.6660,1.0000
1417
+ 65.7125,1.0000
1418
+ 65.7589,1.0000
1419
+ 65.8054,1.0000
1420
+ 65.8518,1.0000
1421
+ 65.8982,1.0000
1422
+ 65.9447,1.0000
1423
+ 65.9911,1.0000
1424
+ 66.0376,1.0000
1425
+ 66.0840,1.0000
1426
+ 66.1304,1.0000
1427
+ 66.1769,1.0000
1428
+ 66.2233,1.0000
1429
+ 66.2698,1.0000
1430
+ 66.3162,1.0000
1431
+ 66.3626,1.0000
1432
+ 66.4091,1.0000
1433
+ 66.4555,1.0000
1434
+ 66.5020,1.0000
1435
+ 66.5484,1.0000
1436
+ 66.5948,1.0000
1437
+ 66.6413,1.0000
1438
+ 66.6877,0.9999
1439
+ 66.7341,0.9999
1440
+ 66.7806,0.9999
1441
+ 66.8270,0.9999
1442
+ 66.8735,0.9999
1443
+ 66.9199,0.9999
1444
+ 66.9663,0.9999
1445
+ 67.0128,0.9999
1446
+ 67.0592,0.9999
1447
+ 67.1057,0.9999
1448
+ 67.1521,0.9999
1449
+ 67.1985,0.9999
1450
+ 67.2450,1.0000
1451
+ 67.2914,1.0000
1452
+ 67.3379,1.0000
1453
+ 67.3843,1.0000
1454
+ 67.4307,1.0000
1455
+ 67.4772,1.0000
1456
+ 67.5236,1.0000
1457
+ 67.5701,1.0000
1458
+ 67.6165,1.0000
1459
+ 67.6629,1.0000
1460
+ 67.7094,1.0000
1461
+ 67.7558,1.0000
1462
+ 67.8023,1.0000
1463
+ 67.8487,1.0000
1464
+ 67.8951,1.0000
1465
+ 67.9416,1.0000
1466
+ 67.9880,1.0000
1467
+ 68.0345,1.0000
1468
+ 68.0809,1.0000
1469
+ 68.1273,1.0000
1470
+ 68.1738,1.0000
1471
+ 68.2202,1.0000
1472
+ 68.2667,1.0000
1473
+ 68.3131,1.0000
1474
+ 68.3595,1.0000
1475
+ 68.4060,1.0000
1476
+ 68.4524,1.0000
1477
+ 68.4989,1.0000
1478
+ 68.5453,1.0000
1479
+ 68.5917,1.0000
1480
+ 68.6382,1.0000
1481
+ 68.6846,1.0000
1482
+ 68.7311,1.0000
1483
+ 68.7775,1.0000
1484
+ 68.8239,1.0000
1485
+ 68.8704,1.0000
1486
+ 68.9168,1.0000
1487
+ 68.9633,1.0000
1488
+ 69.0097,1.0000
1489
+ 69.0561,1.0000
1490
+ 69.1026,1.0000
1491
+ 69.1490,1.0000
1492
+ 69.1955,1.0000
1493
+ 69.2419,1.0000
1494
+ 69.2883,1.0000
1495
+ 69.3348,1.0000
1496
+ 69.3812,1.0000
1497
+ 69.4277,1.0000
1498
+ 69.4741,1.0000
1499
+ 69.5205,1.0000
1500
+ 69.5670,1.0000
1501
+ 69.6134,1.0000
1502
+ 69.6599,1.0000
1503
+ 69.7063,1.0000
1504
+ 69.7527,1.0000
1505
+ 69.7992,1.0000
1506
+ 69.8456,1.0000
1507
+ 69.8921,1.0000
1508
+ 69.9385,1.0000
1509
+ 69.9849,1.0000
1510
+ 70.0314,1.0000
1511
+ 70.0778,1.0000
1512
+ 70.1243,1.0000
1513
+ 70.1707,1.0000
1514
+ 70.2171,1.0000
1515
+ 70.2636,1.0000
1516
+ 70.3100,1.0000
1517
+ 70.3565,1.0000
1518
+ 70.4029,1.0000
1519
+ 70.4493,1.0000
1520
+ 70.4958,1.0000
1521
+ 70.5422,1.0000
1522
+ 70.5887,0.9999
1523
+ 70.6351,0.9998
1524
+ 70.6815,0.9995
1525
+ 70.7280,0.9987
1526
+ 70.7744,0.9965
1527
+ 70.8209,0.9913
1528
+ 70.8673,0.9799
1529
+ 70.9137,0.9575
1530
+ 70.9602,0.9190
1531
+ 71.0066,0.8623
1532
+ 71.0531,0.7912
1533
+ 71.0995,0.7156
1534
+ 71.1459,0.6470
1535
+ 71.1924,0.5946
1536
+ 71.2388,0.5635
1537
+ 71.2853,0.5561
1538
+ 71.3317,0.5736
1539
+ 71.3781,0.6157
1540
+ 71.4246,0.6796
1541
+ 71.4710,0.7572
1542
+ 71.5175,0.8352
1543
+ 71.5639,0.9001
1544
+ 71.6103,0.9452
1545
+ 71.6568,0.9719
1546
+ 71.7032,0.9859
1547
+ 71.7497,0.9928
1548
+ 71.7961,0.9961
1549
+ 71.8425,0.9977
1550
+ 71.8890,0.9985
1551
+ 71.9354,0.9989
1552
+ 71.9819,0.9991
1553
+ 72.0283,0.9992
1554
+ 72.0747,0.9993
1555
+ 72.1212,0.9993
1556
+ 72.1676,0.9992
1557
+ 72.2141,0.9992
1558
+ 72.2605,0.9991
1559
+ 72.3069,0.9990
1560
+ 72.3534,0.9989
1561
+ 72.3998,0.9987
1562
+ 72.4463,0.9986
1563
+ 72.4927,0.9985
1564
+ 72.5391,0.9984
1565
+ 72.5856,0.9983
1566
+ 72.6320,0.9982
1567
+ 72.6785,0.9982
1568
+ 72.7249,0.9981
1569
+ 72.7713,0.9981
1570
+ 72.8178,0.9982
1571
+ 72.8642,0.9982
1572
+ 72.9107,0.9982
1573
+ 72.9571,0.9983
1574
+ 73.0035,0.9984
1575
+ 73.0500,0.9984
1576
+ 73.0964,0.9985
1577
+ 73.1429,0.9985
1578
+ 73.1893,0.9985
1579
+ 73.2357,0.9985
1580
+ 73.2822,0.9985
1581
+ 73.3286,0.9985
1582
+ 73.3751,0.9985
1583
+ 73.4215,0.9984
1584
+ 73.4679,0.9984
1585
+ 73.5144,0.9983
1586
+ 73.5608,0.9982
1587
+ 73.6073,0.9981
1588
+ 73.6537,0.9979
1589
+ 73.7001,0.9979
1590
+ 73.7466,0.9978
1591
+ 73.7930,0.9978
1592
+ 73.8395,0.9979
1593
+ 73.8859,0.9981
1594
+ 73.9323,0.9984
1595
+ 73.9788,0.9987
1596
+ 74.0252,0.9990
1597
+ 74.0717,0.9992
1598
+ 74.1181,0.9994
1599
+ 74.1645,0.9995
1600
+ 74.2110,0.9996
1601
+ 74.2574,0.9997
1602
+ 74.3039,0.9997
1603
+ 74.3503,0.9997
1604
+ 74.3967,0.9998
1605
+ 74.4432,0.9998
1606
+ 74.4896,0.9998
1607
+ 74.5361,0.9998
1608
+ 74.5825,0.9998
1609
+ 74.6289,0.9998
1610
+ 74.6754,0.9997
1611
+ 74.7218,0.9997
1612
+ 74.7683,0.9997
1613
+ 74.8147,0.9997
1614
+ 74.8611,0.9997
1615
+ 74.9076,0.9997
1616
+ 74.9540,0.9997
1617
+ 75.0005,0.9997
1618
+ 75.0469,0.9997
1619
+ 75.0933,0.9997
1620
+ 75.1398,0.9996
1621
+ 75.1862,0.9996
1622
+ 75.2327,0.9995
1623
+ 75.2791,0.9994
1624
+ 75.3255,0.9994
1625
+ 75.3720,0.9993
1626
+ 75.4184,0.9993
1627
+ 75.4649,0.9993
1628
+ 75.5113,0.9994
1629
+ 75.5577,0.9995
1630
+ 75.6042,0.9996
1631
+ 75.6506,0.9996
1632
+ 75.6971,0.9997
1633
+ 75.7435,0.9998
1634
+ 75.7899,0.9998
1635
+ 75.8364,0.9998
1636
+ 75.8828,0.9999
1637
+ 75.9293,0.9999
1638
+ 75.9757,0.9999
1639
+ 76.0221,0.9999
1640
+ 76.0686,0.9999
1641
+ 76.1150,0.9999
1642
+ 76.1615,0.9999
1643
+ 76.2079,0.9999
1644
+ 76.2543,0.9999
1645
+ 76.3008,0.9999
1646
+ 76.3472,0.9999
1647
+ 76.3937,0.9999
1648
+ 76.4401,0.9999
1649
+ 76.4865,0.9999
1650
+ 76.5330,0.9998
1651
+ 76.5794,0.9998
1652
+ 76.6259,0.9997
1653
+ 76.6723,0.9997
1654
+ 76.7187,0.9996
1655
+ 76.7652,0.9996
1656
+ 76.8116,0.9995
1657
+ 76.8580,0.9994
1658
+ 76.9045,0.9993
1659
+ 76.9509,0.9993
1660
+ 76.9974,0.9993
1661
+ 77.0438,0.9993
1662
+ 77.0902,0.9994
1663
+ 77.1367,0.9994
1664
+ 77.1831,0.9995
1665
+ 77.2296,0.9996
1666
+ 77.2760,0.9996
1667
+ 77.3224,0.9996
1668
+ 77.3689,0.9996
1669
+ 77.4153,0.9996
1670
+ 77.4618,0.9996
1671
+ 77.5082,0.9996
1672
+ 77.5546,0.9996
1673
+ 77.6011,0.9996
1674
+ 77.6475,0.9996
1675
+ 77.6940,0.9996
1676
+ 77.7404,0.9996
1677
+ 77.7868,0.9997
1678
+ 77.8333,0.9997
1679
+ 77.8797,0.9998
1680
+ 77.9262,0.9998
1681
+ 77.9726,0.9998
1682
+ 78.0190,0.9998
1683
+ 78.0655,0.9999
1684
+ 78.1119,0.9999
1685
+ 78.1584,0.9999
1686
+ 78.2048,0.9999
1687
+ 78.2512,0.9998
1688
+ 78.2977,0.9998
1689
+ 78.3441,0.9998
1690
+ 78.3906,0.9998
1691
+ 78.4370,0.9997
1692
+ 78.4834,0.9997
1693
+ 78.5299,0.9996
1694
+ 78.5763,0.9996
1695
+ 78.6228,0.9995
1696
+ 78.6692,0.9995
1697
+ 78.7156,0.9995
1698
+ 78.7621,0.9995
1699
+ 78.8085,0.9996
1700
+ 78.8550,0.9996
1701
+ 78.9014,0.9997
1702
+ 78.9478,0.9997
1703
+ 78.9943,0.9998
1704
+ 79.0407,0.9998
1705
+ 79.0872,0.9998
1706
+ 79.1336,0.9998
1707
+ 79.1800,0.9998
1708
+ 79.2265,0.9998
1709
+ 79.2729,0.9998
1710
+ 79.3194,0.9998
1711
+ 79.3658,0.9998
1712
+ 79.4122,0.9998
1713
+ 79.4587,0.9997
1714
+ 79.5051,0.9997
1715
+ 79.5516,0.9997
1716
+ 79.5980,0.9996
1717
+ 79.6444,0.9995
1718
+ 79.6909,0.9995
1719
+ 79.7373,0.9994
1720
+ 79.7838,0.9994
1721
+ 79.8302,0.9993
1722
+ 79.8766,0.9993
1723
+ 79.9231,0.9993
1724
+ 79.9695,0.9993
1725
+ 80.0160,0.9993
1726
+ 80.0624,0.9994
1727
+ 80.1088,0.9994
1728
+ 80.1553,0.9995
1729
+ 80.2017,0.9995
1730
+ 80.2482,0.9995
1731
+ 80.2946,0.9996
1732
+ 80.3410,0.9996
1733
+ 80.3875,0.9996
1734
+ 80.4339,0.9996
1735
+ 80.4804,0.9996
1736
+ 80.5268,0.9995
1737
+ 80.5732,0.9995
1738
+ 80.6197,0.9996
1739
+ 80.6661,0.9996
1740
+ 80.7126,0.9996
1741
+ 80.7590,0.9997
1742
+ 80.8054,0.9997
1743
+ 80.8519,0.9997
1744
+ 80.8983,0.9998
1745
+ 80.9448,0.9998
1746
+ 80.9912,0.9998
1747
+ 81.0376,0.9998
1748
+ 81.0841,0.9998
1749
+ 81.1305,0.9999
1750
+ 81.1770,0.9999
1751
+ 81.2234,0.9999
1752
+ 81.2698,0.9999
1753
+ 81.3163,0.9999
1754
+ 81.3627,0.9998
1755
+ 81.4092,0.9998
1756
+ 81.4556,0.9998
1757
+ 81.5020,0.9998
1758
+ 81.5485,0.9998
1759
+ 81.5949,0.9997
1760
+ 81.6414,0.9997
1761
+ 81.6878,0.9997
1762
+ 81.7342,0.9997
1763
+ 81.7807,0.9996
1764
+ 81.8271,0.9996
1765
+ 81.8736,0.9996
1766
+ 81.9200,0.9996
1767
+ 81.9664,0.9996
1768
+ 82.0129,0.9996
1769
+ 82.0593,0.9996
1770
+ 82.1058,0.9997
1771
+ 82.1522,0.9997
1772
+ 82.1986,0.9997
1773
+ 82.2451,0.9997
1774
+ 82.2915,0.9997
1775
+ 82.3380,0.9996
1776
+ 82.3844,0.9996
1777
+ 82.4308,0.9996
1778
+ 82.4773,0.9996
1779
+ 82.5237,0.9996
1780
+ 82.5702,0.9996
1781
+ 82.6166,0.9995
1782
+ 82.6630,0.9995
1783
+ 82.7095,0.9995
1784
+ 82.7559,0.9995
1785
+ 82.8024,0.9994
1786
+ 82.8488,0.9994
1787
+ 82.8952,0.9993
1788
+ 82.9417,0.9993
1789
+ 82.9881,0.9993
1790
+ 83.0346,0.9993
1791
+ 83.0810,0.9993
1792
+ 83.1274,0.9993
1793
+ 83.1739,0.9994
1794
+ 83.2203,0.9994
1795
+ 83.2668,0.9995
1796
+ 83.3132,0.9996
1797
+ 83.3596,0.9996
1798
+ 83.4061,0.9997
1799
+ 83.4525,0.9997
1800
+ 83.4990,0.9998
1801
+ 83.5454,0.9998
1802
+ 83.5918,0.9998
1803
+ 83.6383,0.9998
1804
+ 83.6847,0.9998
1805
+ 83.7312,0.9999
1806
+ 83.7776,0.9999
1807
+ 83.8240,0.9999
1808
+ 83.8705,0.9999
1809
+ 83.9169,0.9999
1810
+ 83.9634,0.9999
1811
+ 84.0098,0.9999
1812
+ 84.0562,0.9999
1813
+ 84.1027,0.9999
1814
+ 84.1491,0.9999
1815
+ 84.1956,0.9999
1816
+ 84.2420,0.9999
1817
+ 84.2884,0.9999
1818
+ 84.3349,0.9999
1819
+ 84.3813,0.9999
1820
+ 84.4278,0.9999
1821
+ 84.4742,0.9999
1822
+ 84.5206,0.9999
1823
+ 84.5671,0.9999
1824
+ 84.6135,0.9999
1825
+ 84.6600,0.9999
1826
+ 84.7064,0.9999
1827
+ 84.7528,0.9999
1828
+ 84.7993,0.9999
1829
+ 84.8457,0.9999
1830
+ 84.8922,0.9999
1831
+ 84.9386,0.9999
1832
+ 84.9850,0.9999
1833
+ 85.0315,0.9999
1834
+ 85.0779,0.9999
1835
+ 85.1244,0.9999
1836
+ 85.1708,0.9999
1837
+ 85.2172,0.9999
1838
+ 85.2637,0.9999
1839
+ 85.3101,0.9999
1840
+ 85.3566,0.9999
1841
+ 85.4030,0.9999
1842
+ 85.4494,0.9999
1843
+ 85.4959,0.9999
1844
+ 85.5423,0.9999
1845
+ 85.5888,0.9999
1846
+ 85.6352,0.9999
1847
+ 85.6816,0.9999
1848
+ 85.7281,0.9999
1849
+ 85.7745,0.9999
1850
+ 85.8210,1.0000
1851
+ 85.8674,1.0000
1852
+ 85.9138,1.0000
1853
+ 85.9603,1.0000
1854
+ 86.0067,1.0000
1855
+ 86.0532,1.0000
1856
+ 86.0996,1.0000
1857
+ 86.1460,1.0000
1858
+ 86.1925,1.0000
1859
+ 86.2389,1.0000
1860
+ 86.2854,1.0000
1861
+ 86.3318,1.0000
1862
+ 86.3782,1.0000
1863
+ 86.4247,1.0000
1864
+ 86.4711,1.0000
1865
+ 86.5176,1.0000
1866
+ 86.5640,1.0000
1867
+ 86.6104,0.9999
1868
+ 86.6569,0.9999
1869
+ 86.7033,0.9999
1870
+ 86.7498,0.9999
1871
+ 86.7962,0.9999
1872
+ 86.8426,0.9999
1873
+ 86.8891,0.9999
1874
+ 86.9355,1.0000
1875
+ 86.9820,1.0000
1876
+ 87.0284,1.0000
1877
+ 87.0748,1.0000
1878
+ 87.1213,1.0000
1879
+ 87.1677,1.0000
1880
+ 87.2141,1.0000
1881
+ 87.2606,1.0000
1882
+ 87.3070,1.0000
1883
+ 87.3535,1.0000
1884
+ 87.3999,1.0000
1885
+ 87.4463,1.0000
1886
+ 87.4928,1.0000
1887
+ 87.5392,1.0000
1888
+ 87.5857,1.0000
1889
+ 87.6321,1.0000
1890
+ 87.6785,1.0000
1891
+ 87.7250,1.0000
1892
+ 87.7714,1.0000
1893
+ 87.8179,1.0000
1894
+ 87.8643,1.0000
1895
+ 87.9107,1.0000
1896
+ 87.9572,0.9999
1897
+ 88.0036,0.9999
1898
+ 88.0501,0.9999
1899
+ 88.0965,0.9999
1900
+ 88.1429,0.9999
1901
+ 88.1894,0.9999
1902
+ 88.2358,0.9999
1903
+ 88.2823,0.9999
1904
+ 88.3287,0.9999
1905
+ 88.3751,0.9999
1906
+ 88.4216,0.9999
1907
+ 88.4680,0.9999
1908
+ 88.5145,0.9999
1909
+ 88.5609,0.9999
1910
+ 88.6073,0.9999
1911
+ 88.6538,0.9999
1912
+ 88.7002,0.9999
1913
+ 88.7467,0.9999
1914
+ 88.7931,0.9999
1915
+ 88.8395,0.9999
1916
+ 88.8860,0.9999
1917
+ 88.9324,0.9999
1918
+ 88.9789,1.0000
1919
+ 89.0253,1.0000
1920
+ 89.0717,1.0000
1921
+ 89.1182,1.0000
1922
+ 89.1646,1.0000
1923
+ 89.2111,1.0000
1924
+ 89.2575,1.0000
1925
+ 89.3039,0.9999
1926
+ 89.3504,0.9999
1927
+ 89.3968,0.9999
1928
+ 89.4433,0.9999
1929
+ 89.4897,0.9999
1930
+ 89.5361,0.9999
1931
+ 89.5826,0.9999
1932
+ 89.6290,0.9998
1933
+ 89.6755,0.9998
1934
+ 89.7219,0.9998
1935
+ 89.7683,0.9998
1936
+ 89.8148,0.9998
1937
+ 89.8612,0.9998
1938
+ 89.9077,0.9998
1939
+ 89.9541,0.9998
1940
+ 90.0005,0.9998
1941
+ 90.0470,0.9998
1942
+ 90.0934,0.9998
1943
+ 90.1399,0.9999
1944
+ 90.1863,0.9999
1945
+ 90.2327,0.9999
1946
+ 90.2792,0.9999
1947
+ 90.3256,0.9999
1948
+ 90.3721,0.9999
1949
+ 90.4185,0.9999
1950
+ 90.4649,0.9999
1951
+ 90.5114,0.9999
1952
+ 90.5578,0.9999
1953
+ 90.6043,0.9999
1954
+ 90.6507,0.9999
1955
+ 90.6971,0.9999
1956
+ 90.7436,0.9999
1957
+ 90.7900,0.9999
1958
+ 90.8365,0.9999
1959
+ 90.8829,0.9999
1960
+ 90.9293,0.9999
1961
+ 90.9758,0.9999
1962
+ 91.0222,0.9999
1963
+ 91.0687,0.9999
1964
+ 91.1151,0.9999
1965
+ 91.1615,0.9999
1966
+ 91.2080,1.0000
1967
+ 91.2544,1.0000
1968
+ 91.3009,1.0000
1969
+ 91.3473,1.0000
1970
+ 91.3937,1.0000
1971
+ 91.4402,1.0000
1972
+ 91.4866,1.0000
1973
+ 91.5331,1.0000
1974
+ 91.5795,1.0000
1975
+ 91.6259,1.0000
1976
+ 91.6724,1.0000
1977
+ 91.7188,1.0000
1978
+ 91.7653,1.0000
1979
+ 91.8117,1.0000
1980
+ 91.8581,1.0000
1981
+ 91.9046,1.0000
1982
+ 91.9510,1.0000
1983
+ 91.9975,0.9999
1984
+ 92.0439,0.9999
1985
+ 92.0903,0.9999
1986
+ 92.1368,0.9999
1987
+ 92.1832,0.9999
1988
+ 92.2297,0.9999
1989
+ 92.2761,0.9999
1990
+ 92.3225,0.9999
1991
+ 92.3690,0.9999
1992
+ 92.4154,0.9998
1993
+ 92.4619,0.9998
1994
+ 92.5083,0.9998
1995
+ 92.5547,0.9998
1996
+ 92.6012,0.9998
1997
+ 92.6476,0.9998
1998
+ 92.6941,0.9999
1999
+ 92.7405,0.9999
2000
+ 92.7869,0.9999
2001
+ 92.8334,0.9999
2002
+ 92.8798,0.9999
2003
+ 92.9263,0.9999
2004
+ 92.9727,0.9999
2005
+ 93.0191,0.9999
2006
+ 93.0656,0.9999
2007
+ 93.1120,0.9999
2008
+ 93.1585,0.9999
2009
+ 93.2049,0.9999
2010
+ 93.2513,0.9999
2011
+ 93.2978,0.9999
2012
+ 93.3442,0.9999
2013
+ 93.3907,0.9999
2014
+ 93.4371,0.9999
2015
+ 93.4835,0.9999
2016
+ 93.5300,0.9999
2017
+ 93.5764,0.9999
2018
+ 93.6229,0.9999
2019
+ 93.6693,0.9999
2020
+ 93.7157,0.9999
2021
+ 93.7622,1.0000
2022
+ 93.8086,1.0000
2023
+ 93.8551,1.0000
2024
+ 93.9015,1.0000
2025
+ 93.9479,1.0000
2026
+ 93.9944,1.0000
2027
+ 94.0408,1.0000
2028
+ 94.0873,1.0000
2029
+ 94.1337,1.0000
2030
+ 94.1801,1.0000
2031
+ 94.2266,1.0000
2032
+ 94.2730,1.0000
2033
+ 94.3195,1.0000
2034
+ 94.3659,1.0000
2035
+ 94.4123,1.0000
2036
+ 94.4588,1.0000
2037
+ 94.5052,1.0000
2038
+ 94.5517,1.0000
2039
+ 94.5981,1.0000
2040
+ 94.6445,1.0000
2041
+ 94.6910,1.0000
2042
+ 94.7374,1.0000
2043
+ 94.7839,1.0000
2044
+ 94.8303,1.0000
2045
+ 94.8767,0.9999
2046
+ 94.9232,0.9999
2047
+ 94.9696,0.9999
2048
+ 95.0161,1.0000
2049
+ 95.0625,1.0000
2050
+ 95.1089,1.0000
2051
+ 95.1554,1.0000
2052
+ 95.2018,1.0000
2053
+ 95.2483,1.0000
2054
+ 95.2947,1.0000
2055
+ 95.3411,1.0000
2056
+ 95.3876,1.0000
2057
+ 95.4340,1.0000
2058
+ 95.4805,1.0000
2059
+ 95.5269,1.0000
2060
+ 95.5733,1.0000
2061
+ 95.6198,1.0000
2062
+ 95.6662,1.0000
2063
+ 95.7127,1.0000
2064
+ 95.7591,1.0000
2065
+ 95.8055,1.0000
2066
+ 95.8520,1.0000
2067
+ 95.8984,1.0000
2068
+ 95.9449,1.0000
2069
+ 95.9913,1.0000
2070
+ 96.0377,1.0000
2071
+ 96.0842,1.0000
2072
+ 96.1306,1.0000
2073
+ 96.1771,1.0000
2074
+ 96.2235,1.0000
2075
+ 96.2699,1.0000
2076
+ 96.3164,1.0000
2077
+ 96.3628,1.0000
2078
+ 96.4093,1.0000
2079
+ 96.4557,1.0000
2080
+ 96.5021,1.0000
2081
+ 96.5486,1.0000
2082
+ 96.5950,1.0000
2083
+ 96.6415,1.0000
2084
+ 96.6879,1.0000
2085
+ 96.7343,1.0000
2086
+ 96.7808,1.0000
2087
+ 96.8272,1.0000
2088
+ 96.8737,1.0000
2089
+ 96.9201,1.0000
2090
+ 96.9665,1.0000
2091
+ 97.0130,1.0000
2092
+ 97.0594,1.0000
2093
+ 97.1059,1.0000
2094
+ 97.1523,1.0000
2095
+ 97.1987,1.0000
2096
+ 97.2452,1.0000
2097
+ 97.2916,1.0000
2098
+ 97.3380,1.0000
2099
+ 97.3845,1.0000
2100
+ 97.4309,1.0000
2101
+ 97.4774,1.0000
2102
+ 97.5238,1.0000
2103
+ 97.5702,1.0000
2104
+ 97.6167,1.0000
2105
+ 97.6631,1.0000
2106
+ 97.7096,1.0000
2107
+ 97.7560,1.0000
2108
+ 97.8024,1.0000
2109
+ 97.8489,1.0000
2110
+ 97.8953,1.0000
2111
+ 97.9418,1.0000
2112
+ 97.9882,1.0000
2113
+ 98.0346,1.0000
2114
+ 98.0811,1.0000
2115
+ 98.1275,1.0000
2116
+ 98.1740,1.0000
2117
+ 98.2204,1.0000
2118
+ 98.2668,1.0000
2119
+ 98.3133,1.0000
2120
+ 98.3597,1.0000
2121
+ 98.4062,1.0000
2122
+ 98.4526,1.0000
2123
+ 98.4990,1.0000
2124
+ 98.5455,1.0000
2125
+ 98.5919,1.0000
2126
+ 98.6384,1.0000
2127
+ 98.6848,1.0000
2128
+ 98.7312,1.0000
2129
+ 98.7777,1.0000
2130
+ 98.8241,1.0000
2131
+ 98.8706,1.0000
2132
+ 98.9170,1.0000
2133
+ 98.9634,1.0000
2134
+ 99.0099,1.0000
2135
+ 99.0563,1.0000
2136
+ 99.1028,1.0000
2137
+ 99.1492,1.0000
2138
+ 99.1956,1.0000
2139
+ 99.2421,1.0000
2140
+ 99.2885,1.0000
2141
+ 99.3350,1.0000
2142
+ 99.3814,1.0000
2143
+ 99.4278,1.0000
2144
+ 99.4743,1.0000
2145
+ 99.5207,1.0000
2146
+ 99.5672,1.0000
2147
+ 99.6136,1.0000
2148
+ 99.6600,1.0000
2149
+ 99.7065,1.0000
2150
+ 99.7529,1.0000
2151
+ 99.7994,1.0000
2152
+ 99.8458,1.0000
2153
+ 99.8922,1.0000
2154
+ 99.9387,1.0000
2155
+ 99.9851,1.0000
2156
+ 100.0316,1.0000
2157
+ 100.0780,1.0000
2158
+ 100.1244,1.0000
2159
+ 100.1709,1.0000
2160
+ 100.2173,1.0000
2161
+ 100.2638,1.0000
2162
+ 100.3102,1.0000
2163
+ 100.3566,1.0000
2164
+ 100.4031,1.0000
2165
+ 100.4495,1.0000
2166
+ 100.4960,1.0000
2167
+ 100.5424,1.0000
2168
+ 100.5888,1.0000
2169
+ 100.6353,1.0000
2170
+ 100.6817,1.0000
2171
+ 100.7282,1.0000
2172
+ 100.7746,1.0000
2173
+ 100.8210,1.0000
2174
+ 100.8675,1.0000
2175
+ 100.9139,1.0000
2176
+ 100.9604,1.0000
2177
+ 101.0068,1.0000
2178
+ 101.0532,1.0000
2179
+ 101.0997,1.0000
2180
+ 101.1461,1.0000
2181
+ 101.1926,1.0000
2182
+ 101.2390,1.0000
2183
+ 101.2854,1.0000
2184
+ 101.3319,1.0000
2185
+ 101.3783,1.0000
2186
+ 101.4248,1.0000
2187
+ 101.4712,1.0000
2188
+ 101.5176,1.0000
2189
+ 101.5641,1.0000
2190
+ 101.6105,1.0000
2191
+ 101.6570,1.0000
2192
+ 101.7034,1.0000
2193
+ 101.7498,1.0000
2194
+ 101.7963,1.0000
2195
+ 101.8427,1.0000
2196
+ 101.8892,1.0000
2197
+ 101.9356,1.0000
2198
+ 101.9820,1.0000
2199
+ 102.0285,1.0000
2200
+ 102.0749,1.0000
2201
+ 102.1214,1.0000
2202
+ 102.1678,1.0000
2203
+ 102.2142,0.9999
2204
+ 102.2607,0.9999
2205
+ 102.3071,0.9999
2206
+ 102.3536,0.9999
2207
+ 102.4000,0.9999
2208
+ 102.4464,0.9999
2209
+ 102.4929,0.9999
2210
+ 102.5393,0.9999
2211
+ 102.5858,0.9999
2212
+ 102.6322,0.9999
2213
+ 102.6786,1.0000
2214
+ 102.7251,1.0000
2215
+ 102.7715,1.0000
2216
+ 102.8180,1.0000
2217
+ 102.8644,1.0000
2218
+ 102.9108,1.0000
2219
+ 102.9573,1.0000
2220
+ 103.0037,1.0000
2221
+ 103.0502,1.0000
2222
+ 103.0966,1.0000
2223
+ 103.1430,1.0000
2224
+ 103.1895,0.9999
2225
+ 103.2359,0.9999
2226
+ 103.2824,0.9999
2227
+ 103.3288,0.9999
2228
+ 103.3752,0.9999
2229
+ 103.4217,0.9999
2230
+ 103.4681,0.9999
2231
+ 103.5146,0.9999
2232
+ 103.5610,0.9999
2233
+ 103.6074,1.0000
2234
+ 103.6539,1.0000
2235
+ 103.7003,1.0000
2236
+ 103.7468,1.0000
2237
+ 103.7932,1.0000
2238
+ 103.8396,1.0000
2239
+ 103.8861,1.0000
2240
+ 103.9325,1.0000
2241
+ 103.9790,1.0000
2242
+ 104.0254,1.0000
2243
+ 104.0718,1.0000
2244
+ 104.1183,1.0000
2245
+ 104.1647,1.0000
2246
+ 104.2112,1.0000
2247
+ 104.2576,1.0000
2248
+ 104.3040,1.0000
2249
+ 104.3505,1.0000
2250
+ 104.3969,1.0000
2251
+ 104.4434,1.0000
2252
+ 104.4898,1.0000
2253
+ 104.5362,1.0000
2254
+ 104.5827,1.0000
2255
+ 104.6291,1.0000
2256
+ 104.6756,1.0000
2257
+ 104.7220,1.0000
2258
+ 104.7684,1.0000
2259
+ 104.8149,1.0000
2260
+ 104.8613,1.0000
2261
+ 104.9078,1.0000
2262
+ 104.9542,1.0000
2263
+ 105.0006,1.0000
2264
+ 105.0471,1.0000
2265
+ 105.0935,1.0000
2266
+ 105.1400,1.0000
2267
+ 105.1864,1.0000
2268
+ 105.2328,1.0000
2269
+ 105.2793,1.0000
2270
+ 105.3257,1.0000
2271
+ 105.3722,1.0000
2272
+ 105.4186,1.0000
2273
+ 105.4650,1.0000
2274
+ 105.5115,1.0000
2275
+ 105.5579,1.0000
2276
+ 105.6044,1.0000
2277
+ 105.6508,1.0000
2278
+ 105.6972,1.0000
2279
+ 105.7437,1.0000
2280
+ 105.7901,1.0000
2281
+ 105.8366,1.0000
2282
+ 105.8830,1.0000
2283
+ 105.9294,1.0000
2284
+ 105.9759,1.0000
2285
+ 106.0223,1.0000
2286
+ 106.0688,1.0000
2287
+ 106.1152,1.0000
2288
+ 106.1616,1.0000
2289
+ 106.2081,1.0000
2290
+ 106.2545,1.0000
2291
+ 106.3010,1.0000
2292
+ 106.3474,1.0000
2293
+ 106.3938,1.0000
2294
+ 106.4403,1.0000
2295
+ 106.4867,1.0000
2296
+ 106.5332,1.0000
2297
+ 106.5796,1.0000
2298
+ 106.6260,1.0000
2299
+ 106.6725,1.0000
2300
+ 106.7189,1.0000
2301
+ 106.7654,1.0000
2302
+ 106.8118,1.0000
2303
+ 106.8582,1.0000
2304
+ 106.9047,1.0000
2305
+ 106.9511,1.0000
2306
+ 106.9976,1.0000
2307
+ 107.0440,1.0000
2308
+ 107.0904,1.0000
2309
+ 107.1369,1.0000
2310
+ 107.1833,1.0000
2311
+ 107.2298,1.0000
2312
+ 107.2762,1.0000
2313
+ 107.3226,1.0000
2314
+ 107.3691,1.0000
2315
+ 107.4155,1.0000
2316
+ 107.4620,1.0000
2317
+ 107.5084,1.0000
2318
+ 107.5548,1.0000
2319
+ 107.6013,1.0000
2320
+ 107.6477,1.0000
2321
+ 107.6941,1.0000
2322
+ 107.7406,1.0000
2323
+ 107.7870,1.0000
2324
+ 107.8335,1.0000
2325
+ 107.8799,1.0000
2326
+ 107.9263,1.0000
2327
+ 107.9728,1.0000
2328
+ 108.0192,1.0000
2329
+ 108.0657,1.0000
2330
+ 108.1121,1.0000
2331
+ 108.1585,1.0000
2332
+ 108.2050,1.0000
2333
+ 108.2514,1.0000
2334
+ 108.2979,1.0000
2335
+ 108.3443,1.0000
2336
+ 108.3907,1.0000
2337
+ 108.4372,1.0000
2338
+ 108.4836,1.0000
2339
+ 108.5301,1.0000
2340
+ 108.5765,1.0000
2341
+ 108.6229,1.0000
2342
+ 108.6694,1.0000
2343
+ 108.7158,1.0000
2344
+ 108.7623,1.0000
2345
+ 108.8087,1.0000
2346
+ 108.8551,1.0000
2347
+ 108.9016,1.0000
2348
+ 108.9480,1.0000
2349
+ 108.9945,1.0000
2350
+ 109.0409,1.0000
2351
+ 109.0873,1.0000
2352
+ 109.1338,1.0000
2353
+ 109.1802,1.0000
2354
+ 109.2267,1.0000
2355
+ 109.2731,1.0000
2356
+ 109.3195,1.0000
2357
+ 109.3660,1.0000
2358
+ 109.4124,1.0000
2359
+ 109.4589,1.0000
2360
+ 109.5053,1.0000
2361
+ 109.5517,1.0000
2362
+ 109.5982,1.0000
2363
+ 109.6446,1.0000
2364
+ 109.6911,1.0000
2365
+ 109.7375,1.0000
2366
+ 109.7839,1.0000
2367
+ 109.8304,1.0000
2368
+ 109.8768,1.0000
2369
+ 109.9233,1.0000
2370
+ 109.9697,1.0000
2371
+ 110.0161,1.0000
2372
+ 110.0626,1.0000
2373
+ 110.1090,1.0000
2374
+ 110.1555,1.0000
2375
+ 110.2019,1.0000
2376
+ 110.2483,1.0000
2377
+ 110.2948,1.0000
2378
+ 110.3412,1.0000
2379
+ 110.3877,1.0000
2380
+ 110.4341,1.0000
2381
+ 110.4805,1.0000
2382
+ 110.5270,1.0000
2383
+ 110.5734,1.0000
2384
+ 110.6199,1.0000
2385
+ 110.6663,1.0000
2386
+ 110.7127,1.0000
2387
+ 110.7592,1.0000
2388
+ 110.8056,1.0000
2389
+ 110.8521,1.0000
2390
+ 110.8985,1.0000
2391
+ 110.9449,1.0000
2392
+ 110.9914,1.0000
2393
+ 111.0378,1.0000
2394
+ 111.0843,1.0000
2395
+ 111.1307,1.0000
2396
+ 111.1771,1.0000
2397
+ 111.2236,1.0000
2398
+ 111.2700,1.0000
2399
+ 111.3165,1.0000
2400
+ 111.3629,1.0000
2401
+ 111.4093,1.0000
2402
+ 111.4558,1.0000
2403
+ 111.5022,1.0000
2404
+ 111.5487,1.0000
2405
+ 111.5951,1.0000
2406
+ 111.6415,1.0000
2407
+ 111.6880,1.0000
2408
+ 111.7344,1.0000
2409
+ 111.7809,1.0000
2410
+ 111.8273,1.0000
2411
+ 111.8737,1.0000
2412
+ 111.9202,1.0000
2413
+ 111.9666,1.0000
2414
+ 112.0131,1.0000
2415
+ 112.0595,1.0000
2416
+ 112.1059,1.0000
2417
+ 112.1524,1.0000
2418
+ 112.1988,1.0000
2419
+ 112.2453,1.0000
2420
+ 112.2917,1.0000
2421
+ 112.3381,1.0000
2422
+ 112.3846,1.0000
2423
+ 112.4310,1.0000
2424
+ 112.4775,1.0000
2425
+ 112.5239,1.0000
2426
+ 112.5703,1.0000
2427
+ 112.6168,1.0000
2428
+ 112.6632,1.0000
2429
+ 112.7097,1.0000
2430
+ 112.7561,1.0000
2431
+ 112.8025,1.0000
2432
+ 112.8490,1.0000
2433
+ 112.8954,1.0000
2434
+ 112.9419,1.0000
2435
+ 112.9883,1.0000
2436
+ 113.0347,1.0000
2437
+ 113.0812,1.0000
2438
+ 113.1276,1.0000
2439
+ 113.1741,1.0000
2440
+ 113.2205,1.0000
2441
+ 113.2669,1.0000
2442
+ 113.3134,1.0000
2443
+ 113.3598,1.0000
2444
+ 113.4063,1.0000
2445
+ 113.4527,1.0000
2446
+ 113.4991,1.0000
2447
+ 113.5456,1.0000
2448
+ 113.5920,1.0000
2449
+ 113.6385,1.0000
2450
+ 113.6849,1.0000
2451
+ 113.7313,1.0000
2452
+ 113.7778,1.0000
2453
+ 113.8242,1.0000
2454
+ 113.8707,1.0000
2455
+ 113.9171,1.0000
2456
+ 113.9635,1.0000
2457
+ 114.0100,1.0000
2458
+ 114.0564,1.0000
2459
+ 114.1029,1.0000
2460
+ 114.1493,1.0000
2461
+ 114.1957,1.0000
2462
+ 114.2422,1.0000
2463
+ 114.2886,1.0000
2464
+ 114.3351,1.0000
2465
+ 114.3815,1.0000
2466
+ 114.4279,1.0000
2467
+ 114.4744,1.0000
2468
+ 114.5208,1.0000
2469
+ 114.5673,1.0000
2470
+ 114.6137,1.0000
2471
+ 114.6601,1.0000
2472
+ 114.7066,1.0000
2473
+ 114.7530,1.0000
2474
+ 114.7995,1.0000
2475
+ 114.8459,1.0000
2476
+ 114.8923,1.0000
2477
+ 114.9388,1.0000
2478
+ 114.9852,1.0000
2479
+ 115.0317,1.0000
2480
+ 115.0781,1.0000
2481
+ 115.1245,1.0000
2482
+ 115.1710,1.0000
2483
+ 115.2174,1.0000
2484
+ 115.2639,1.0000
2485
+ 115.3103,1.0000
2486
+ 115.3567,1.0000
2487
+ 115.4032,1.0000
2488
+ 115.4496,1.0000
2489
+ 115.4961,1.0000
2490
+ 115.5425,1.0000
2491
+ 115.5889,1.0000
2492
+ 115.6354,1.0000
2493
+ 115.6818,1.0000
2494
+ 115.7283,1.0000
2495
+ 115.7747,1.0000
2496
+ 115.8211,1.0000
2497
+ 115.8676,1.0000
2498
+ 115.9140,1.0000
2499
+ 115.9605,1.0000
2500
+ 116.0069,1.0000
2501
+ 116.0533,1.0000
2502
+ 116.0998,1.0000
2503
+ 116.1462,1.0000
2504
+ 116.1927,1.0000
2505
+ 116.2391,1.0000
2506
+ 116.2855,1.0000
2507
+ 116.3320,1.0000
2508
+ 116.3784,1.0000
2509
+ 116.4249,1.0000
2510
+ 116.4713,1.0000
2511
+ 116.5177,1.0000
2512
+ 116.5642,1.0000
2513
+ 116.6106,1.0000
2514
+ 116.6571,1.0000
2515
+ 116.7035,1.0000
2516
+ 116.7499,1.0000
2517
+ 116.7964,1.0000
2518
+ 116.8428,1.0000
2519
+ 116.8893,1.0000
2520
+ 116.9357,1.0000
2521
+ 116.9821,1.0000
2522
+ 117.0286,1.0000
2523
+ 117.0750,1.0000
2524
+ 117.1215,1.0000
2525
+ 117.1679,1.0000
2526
+ 117.2143,1.0000
2527
+ 117.2608,1.0000
2528
+ 117.3072,1.0000
2529
+ 117.3537,1.0000
2530
+ 117.4001,1.0000
2531
+ 117.4465,1.0000
2532
+ 117.4930,1.0000
2533
+ 117.5394,1.0000
2534
+ 117.5859,1.0000
2535
+ 117.6323,1.0000
2536
+ 117.6787,1.0000
2537
+ 117.7252,1.0000
2538
+ 117.7716,1.0000
2539
+ 117.8180,1.0000
2540
+ 117.8645,1.0000
2541
+ 117.9109,1.0000
2542
+ 117.9574,1.0000
2543
+ 118.0038,1.0000
2544
+ 118.0502,1.0000
2545
+ 118.0967,1.0000
2546
+ 118.1431,1.0000
2547
+ 118.1896,1.0000
2548
+ 118.2360,1.0000
2549
+ 118.2824,1.0000
2550
+ 118.3289,1.0000
2551
+ 118.3753,1.0000
2552
+ 118.4218,1.0000
2553
+ 118.4682,1.0000
2554
+ 118.5146,1.0000
2555
+ 118.5611,1.0000
2556
+ 118.6075,1.0000
2557
+ 118.6540,1.0000
2558
+ 118.7004,1.0000
2559
+ 118.7468,1.0000
2560
+ 118.7933,1.0000
2561
+ 118.8397,1.0000
2562
+ 118.8862,1.0000
2563
+ 118.9326,1.0000
2564
+ 118.9790,1.0000
2565
+ 119.0255,1.0000
2566
+ 119.0719,1.0000
2567
+ 119.1184,1.0000
2568
+ 119.1648,1.0000
2569
+ 119.2112,1.0000
2570
+ 119.2577,1.0000
2571
+ 119.3041,1.0000
2572
+ 119.3506,1.0000
2573
+ 119.3970,1.0000
2574
+ 119.4434,1.0000
2575
+ 119.4899,1.0000
2576
+ 119.5363,1.0000
2577
+ 119.5828,1.0000
2578
+ 119.6292,1.0000
2579
+ 119.6756,1.0000
2580
+ 119.7221,1.0000
2581
+ 119.7685,1.0000
2582
+ 119.8150,1.0000
2583
+ 119.8614,1.0000
2584
+ 119.9078,1.0000
2585
+ 119.9543,1.0000
2586
+ 120.0007,1.0000
2587
+ 120.0472,1.0000
2588
+ 120.0936,1.0000
2589
+ 120.1400,1.0000
2590
+ 120.1865,1.0000
2591
+ 120.2329,1.0000
2592
+ 120.2794,1.0000
2593
+ 120.3258,1.0000
2594
+ 120.3722,1.0000
2595
+ 120.4187,1.0000
2596
+ 120.4651,1.0000
2597
+ 120.5116,1.0000
2598
+ 120.5580,1.0000
2599
+ 120.6044,1.0000
2600
+ 120.6509,1.0000
2601
+ 120.6973,1.0000
2602
+ 120.7438,1.0000
2603
+ 120.7902,1.0000
2604
+ 120.8366,1.0000
2605
+ 120.8831,1.0000
2606
+ 120.9295,1.0000
2607
+ 120.9760,1.0000
2608
+ 121.0224,1.0000
2609
+ 121.0688,1.0000
2610
+ 121.1153,1.0000
2611
+ 121.1617,1.0000
2612
+ 121.2082,1.0000
2613
+ 121.2546,1.0000
2614
+ 121.3010,1.0000
2615
+ 121.3475,1.0000
2616
+ 121.3939,1.0000
2617
+ 121.4404,1.0000
2618
+ 121.4868,1.0000
2619
+ 121.5332,1.0000
2620
+ 121.5797,1.0000
2621
+ 121.6261,1.0000
2622
+ 121.6726,1.0000
2623
+ 121.7190,1.0000
2624
+ 121.7654,1.0000
2625
+ 121.8119,1.0000
2626
+ 121.8583,1.0000
2627
+ 121.9048,1.0000
2628
+ 121.9512,1.0000
2629
+ 121.9976,1.0000
2630
+ 122.0441,1.0000
2631
+ 122.0905,1.0000
2632
+ 122.1370,1.0000
2633
+ 122.1834,1.0000
2634
+ 122.2298,1.0000
2635
+ 122.2763,1.0000
2636
+ 122.3227,1.0000
2637
+ 122.3692,1.0000
2638
+ 122.4156,1.0000
2639
+ 122.4620,1.0000
2640
+ 122.5085,1.0000
2641
+ 122.5549,1.0000
2642
+ 122.6014,1.0000
2643
+ 122.6478,1.0000
2644
+ 122.6942,1.0000
2645
+ 122.7407,1.0000
2646
+ 122.7871,1.0000
2647
+ 122.8336,1.0000
2648
+ 122.8800,1.0000
2649
+ 122.9264,1.0000
2650
+ 122.9729,1.0000
2651
+ 123.0193,1.0000
2652
+ 123.0658,1.0000
2653
+ 123.1122,1.0000
2654
+ 123.1586,1.0000
2655
+ 123.2051,1.0000
2656
+ 123.2515,1.0000
2657
+ 123.2980,1.0000
2658
+ 123.3444,1.0000
2659
+ 123.3908,1.0000
2660
+ 123.4373,1.0000
2661
+ 123.4837,1.0000
2662
+ 123.5302,1.0000
2663
+ 123.5766,1.0000
2664
+ 123.6230,1.0000
2665
+ 123.6695,1.0000
2666
+ 123.7159,1.0000
2667
+ 123.7624,1.0000
2668
+ 123.8088,1.0000
2669
+ 123.8552,1.0000
2670
+ 123.9017,1.0000
2671
+ 123.9481,1.0000
2672
+ 123.9946,1.0000
2673
+ 124.0410,1.0000
2674
+ 124.0874,1.0000
2675
+ 124.1339,1.0000
2676
+ 124.1803,1.0000
2677
+ 124.2268,1.0000
2678
+ 124.2732,1.0000
2679
+ 124.3196,1.0000
2680
+ 124.3661,1.0000
2681
+ 124.4125,1.0000
2682
+ 124.4590,1.0000
2683
+ 124.5054,1.0000
2684
+ 124.5518,1.0000
2685
+ 124.5983,1.0000
2686
+ 124.6447,1.0000
2687
+ 124.6912,1.0000
2688
+ 124.7376,1.0000
2689
+ 124.7840,1.0000
2690
+ 124.8305,1.0000
2691
+ 124.8769,1.0000
2692
+ 124.9234,1.0000
2693
+ 124.9698,1.0000
2694
+ 125.0162,1.0000
2695
+ 125.0627,1.0000
2696
+ 125.1091,1.0000
2697
+ 125.1556,1.0000
2698
+ 125.2020,1.0000
2699
+ 125.2484,1.0000
2700
+ 125.2949,1.0000
2701
+ 125.3413,1.0000
2702
+ 125.3878,1.0000
2703
+ 125.4342,1.0000
2704
+ 125.4806,1.0000
2705
+ 125.5271,1.0000
2706
+ 125.5735,1.0000
2707
+ 125.6200,1.0000
2708
+ 125.6664,1.0000
2709
+ 125.7128,1.0000
2710
+ 125.7593,1.0000
2711
+ 125.8057,1.0000
2712
+ 125.8522,1.0000
2713
+ 125.8986,1.0000
2714
+ 125.9450,1.0000
2715
+ 125.9915,1.0000
2716
+ 126.0379,1.0000
2717
+ 126.0844,1.0000
2718
+ 126.1308,1.0000
2719
+ 126.1772,1.0000
2720
+ 126.2237,1.0000
2721
+ 126.2701,1.0000
2722
+ 126.3166,1.0000
2723
+ 126.3630,1.0000
2724
+ 126.4094,1.0000
2725
+ 126.4559,1.0000
2726
+ 126.5023,1.0000
2727
+ 126.5488,1.0000
2728
+ 126.5952,1.0000
2729
+ 126.6416,1.0000
2730
+ 126.6881,1.0000
2731
+ 126.7345,1.0000
2732
+ 126.7810,1.0000
2733
+ 126.8274,1.0000
2734
+ 126.8738,1.0000
2735
+ 126.9203,1.0000
2736
+ 126.9667,1.0000
2737
+ 127.0132,1.0000
2738
+ 127.0596,1.0000
2739
+ 127.1060,1.0000
2740
+ 127.1525,1.0000
2741
+ 127.1989,1.0000
2742
+ 127.2454,1.0000
2743
+ 127.2918,1.0000
2744
+ 127.3382,1.0000
2745
+ 127.3847,1.0000
2746
+ 127.4311,1.0000
2747
+ 127.4776,1.0000
2748
+ 127.5240,1.0000
2749
+ 127.5704,1.0000
2750
+ 127.6169,1.0000
2751
+ 127.6633,1.0000
2752
+ 127.7098,1.0000
2753
+ 127.7562,1.0000
2754
+ 127.8026,1.0000
2755
+ 127.8491,1.0000
2756
+ 127.8955,1.0000
2757
+ 127.9420,1.0000
2758
+ 127.9884,1.0000
2759
+ 128.0348,1.0000
2760
+ 128.0813,1.0000
2761
+ 128.1277,1.0000
2762
+ 128.1741,1.0000
2763
+ 128.2206,1.0000
2764
+ 128.2670,1.0000
2765
+ 128.3135,0.9999
2766
+ 128.3599,0.9998
2767
+ 128.4063,0.9995
2768
+ 128.4528,0.9986
2769
+ 128.4992,0.9964
2770
+ 128.5457,0.9913
2771
+ 128.5921,0.9810
2772
+ 128.6385,0.9618
2773
+ 128.6850,0.9305
2774
+ 128.7314,0.8857
2775
+ 128.7779,0.8292
2776
+ 128.8243,0.7659
2777
+ 128.8707,0.7014
2778
+ 128.9172,0.6404
2779
+ 128.9636,0.5852
2780
+ 129.0101,0.5364
2781
+ 129.0565,0.4930
2782
+ 129.1029,0.4542
2783
+ 129.1494,0.4189
2784
+ 129.1958,0.3862
2785
+ 129.2423,0.3554
2786
+ 129.2887,0.3262
2787
+ 129.3351,0.2982
2788
+ 129.3816,0.2710
2789
+ 129.4280,0.2445
2790
+ 129.4745,0.2185
2791
+ 129.5209,0.1931
2792
+ 129.5673,0.1686
2793
+ 129.6138,0.1456
2794
+ 129.6602,0.1248
2795
+ 129.7067,0.1068
2796
+ 129.7531,0.0919
2797
+ 129.7995,0.0798
2798
+ 129.8460,0.0704
2799
+ 129.8924,0.0631
2800
+ 129.9389,0.0575
2801
+ 129.9853,0.0533
2802
+ 130.0317,0.0502
2803
+ 130.0782,0.0479
2804
+ 130.1246,0.0463
2805
+ 130.1711,0.0453
2806
+ 130.2175,0.0447
2807
+ 130.2639,0.0443
2808
+ 130.3104,0.0442
2809
+ 130.3568,0.0443
2810
+ 130.4033,0.0445
2811
+ 130.4497,0.0448
2812
+ 130.4961,0.0451
2813
+ 130.5426,0.0455
2814
+ 130.5890,0.0458
2815
+ 130.6355,0.0461
2816
+ 130.6819,0.0464
2817
+ 130.7283,0.0467
2818
+ 130.7748,0.0469
2819
+ 130.8212,0.0471
2820
+ 130.8677,0.0472
2821
+ 130.9141,0.0473
2822
+ 130.9605,0.0474
2823
+ 131.0070,0.0475
2824
+ 131.0534,0.0475
2825
+ 131.0999,0.0476
2826
+ 131.1463,0.0476
2827
+ 131.1927,0.0476
2828
+ 131.2392,0.0476
2829
+ 131.2856,0.0476
2830
+ 131.3321,0.0475
2831
+ 131.3785,0.0475
2832
+ 131.4249,0.0475
2833
+ 131.4714,0.0475
2834
+ 131.5178,0.0475
2835
+ 131.5643,0.0475
2836
+ 131.6107,0.0475
2837
+ 131.6571,0.0474
2838
+ 131.7036,0.0474
2839
+ 131.7500,0.0474
2840
+ 131.7965,0.0474
2841
+ 131.8429,0.0474
2842
+ 131.8893,0.0474
2843
+ 131.9358,0.0474
2844
+ 131.9822,0.0474
2845
+ 132.0287,0.0474
2846
+ 132.0751,0.0474
2847
+ 132.1215,0.0474
2848
+ 132.1680,0.0474
2849
+ 132.2144,0.0474
2850
+ 132.2609,0.0474
2851
+ 132.3073,0.0474
2852
+ 132.3537,0.0474
2853
+ 132.4002,0.0474
2854
+ 132.4466,0.0474
2855
+ 132.4931,0.0474
2856
+ 132.5395,0.0474
2857
+ 132.5859,0.0474
2858
+ 132.6324,0.0474
2859
+ 132.6788,0.0474
2860
+ 132.7253,0.0474
2861
+ 132.7717,0.0474
2862
+ 132.8181,0.0474
2863
+ 132.8646,0.0474
2864
+ 132.9110,0.0474
2865
+ 132.9575,0.0474
2866
+ 133.0039,0.0474
2867
+ 133.0503,0.0474
2868
+ 133.0968,0.0474
2869
+ 133.1432,0.0474
2870
+ 133.1897,0.0474
2871
+ 133.2361,0.0474
2872
+ 133.2825,0.0474
2873
+ 133.3290,0.0474
2874
+ 133.3754,0.0474
2875
+ 133.4219,0.0474
2876
+ 133.4683,0.0474
2877
+ 133.5147,0.0474
2878
+ 133.5612,0.0474
2879
+ 133.6076,0.0474
2880
+ 133.6541,0.0474
2881
+ 133.7005,0.0474
2882
+ 133.7469,0.0474
2883
+ 133.7934,0.0474
2884
+ 133.8398,0.0474
2885
+ 133.8863,0.0474
medleydb/data/Annotations/Activation_Confidence/original/Auctioneer_OurFutureFaces_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/AvaLuna_Waterduct_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/BigTroubles_Phantom_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/BrandonWebster_DontHearAThing_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/BrandonWebster_YesSirICanFly_ACTIVATION_CONF.lab ADDED
@@ -0,0 +1,2147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ time,S01,S02
2
+ 0.0000,0.0702,0.0474
3
+ 0.0464,0.3334,0.0474
4
+ 0.0929,0.7460,0.0474
5
+ 0.1393,0.9326,0.0474
6
+ 0.1858,0.9803,0.0474
7
+ 0.2322,0.9927,0.0474
8
+ 0.2786,0.9965,0.0474
9
+ 0.3251,0.9979,0.0474
10
+ 0.3715,0.9984,0.0474
11
+ 0.4180,0.9986,0.0474
12
+ 0.4644,0.9986,0.0474
13
+ 0.5108,0.9984,0.0474
14
+ 0.5573,0.9982,0.0474
15
+ 0.6037,0.9978,0.0474
16
+ 0.6502,0.9973,0.0474
17
+ 0.6966,0.9968,0.0474
18
+ 0.7430,0.9964,0.0474
19
+ 0.7895,0.9962,0.0474
20
+ 0.8359,0.9963,0.0474
21
+ 0.8824,0.9967,0.0474
22
+ 0.9288,0.9973,0.0474
23
+ 0.9752,0.9980,0.0474
24
+ 1.0217,0.9986,0.0474
25
+ 1.0681,0.9991,0.0474
26
+ 1.1146,0.9994,0.0475
27
+ 1.1610,0.9996,0.0475
28
+ 1.2074,0.9998,0.0475
29
+ 1.2539,0.9998,0.0476
30
+ 1.3003,0.9999,0.0476
31
+ 1.3468,0.9999,0.0477
32
+ 1.3932,0.9999,0.0477
33
+ 1.4396,0.9999,0.0478
34
+ 1.4861,0.9999,0.0479
35
+ 1.5325,0.9999,0.0479
36
+ 1.5790,0.9999,0.0480
37
+ 1.6254,0.9999,0.0480
38
+ 1.6718,0.9999,0.0480
39
+ 1.7183,0.9999,0.0480
40
+ 1.7647,0.9999,0.0480
41
+ 1.8112,0.9999,0.0479
42
+ 1.8576,0.9999,0.0477
43
+ 1.9040,0.9999,0.0474
44
+ 1.9505,0.9999,0.0470
45
+ 1.9969,0.9999,0.0465
46
+ 2.0434,0.9998,0.0458
47
+ 2.0898,0.9997,0.0451
48
+ 2.1362,0.9994,0.0442
49
+ 2.1827,0.9991,0.0431
50
+ 2.2291,0.9985,0.0420
51
+ 2.2756,0.9976,0.0407
52
+ 2.3220,0.9964,0.0395
53
+ 2.3684,0.9949,0.0382
54
+ 2.4149,0.9931,0.0371
55
+ 2.4613,0.9914,0.0362
56
+ 2.5078,0.9902,0.0355
57
+ 2.5542,0.9897,0.0353
58
+ 2.6006,0.9900,0.0357
59
+ 2.6471,0.9912,0.0370
60
+ 2.6935,0.9929,0.0396
61
+ 2.7400,0.9946,0.0439
62
+ 2.7864,0.9962,0.0509
63
+ 2.8328,0.9975,0.0623
64
+ 2.8793,0.9984,0.0806
65
+ 2.9257,0.9990,0.1107
66
+ 2.9722,0.9993,0.1605
67
+ 3.0186,0.9996,0.2414
68
+ 3.0650,0.9997,0.3643
69
+ 3.1115,0.9998,0.5255
70
+ 3.1579,0.9998,0.6934
71
+ 3.2044,0.9998,0.8265
72
+ 3.2508,0.9999,0.9094
73
+ 3.2972,0.9999,0.9535
74
+ 3.3437,0.9999,0.9754
75
+ 3.3901,0.9999,0.9863
76
+ 3.4366,0.9999,0.9918
77
+ 3.4830,0.9999,0.9947
78
+ 3.5294,0.9999,0.9964
79
+ 3.5759,0.9999,0.9974
80
+ 3.6223,0.9999,0.9980
81
+ 3.6688,0.9999,0.9984
82
+ 3.7152,0.9999,0.9986
83
+ 3.7616,0.9999,0.9987
84
+ 3.8081,0.9998,0.9988
85
+ 3.8545,0.9997,0.9987
86
+ 3.9010,0.9996,0.9987
87
+ 3.9474,0.9993,0.9986
88
+ 3.9938,0.9988,0.9985
89
+ 4.0403,0.9982,0.9983
90
+ 4.0867,0.9973,0.9982
91
+ 4.1332,0.9962,0.9981
92
+ 4.1796,0.9952,0.9980
93
+ 4.2260,0.9944,0.9979
94
+ 4.2725,0.9940,0.9979
95
+ 4.3189,0.9942,0.9979
96
+ 4.3654,0.9949,0.9979
97
+ 4.4118,0.9959,0.9978
98
+ 4.4582,0.9970,0.9977
99
+ 4.5047,0.9979,0.9975
100
+ 4.5511,0.9987,0.9972
101
+ 4.5976,0.9992,0.9969
102
+ 4.6440,0.9995,0.9965
103
+ 4.6904,0.9997,0.9959
104
+ 4.7369,0.9998,0.9954
105
+ 4.7833,0.9999,0.9950
106
+ 4.8298,0.9999,0.9948
107
+ 4.8762,0.9999,0.9951
108
+ 4.9226,0.9999,0.9957
109
+ 4.9691,0.9999,0.9966
110
+ 5.0155,0.9999,0.9975
111
+ 5.0620,0.9999,0.9982
112
+ 5.1084,0.9999,0.9988
113
+ 5.1548,0.9999,0.9992
114
+ 5.2013,0.9999,0.9995
115
+ 5.2477,0.9999,0.9996
116
+ 5.2941,0.9999,0.9997
117
+ 5.3406,0.9999,0.9998
118
+ 5.3870,0.9999,0.9998
119
+ 5.4335,0.9999,0.9998
120
+ 5.4799,0.9999,0.9999
121
+ 5.5263,0.9999,0.9999
122
+ 5.5728,0.9999,0.9999
123
+ 5.6192,0.9999,0.9998
124
+ 5.6657,0.9998,0.9998
125
+ 5.7121,0.9998,0.9998
126
+ 5.7585,0.9997,0.9998
127
+ 5.8050,0.9996,0.9998
128
+ 5.8514,0.9995,0.9998
129
+ 5.8979,0.9994,0.9998
130
+ 5.9443,0.9992,0.9998
131
+ 5.9907,0.9991,0.9998
132
+ 6.0372,0.9991,0.9998
133
+ 6.0836,0.9991,0.9998
134
+ 6.1301,0.9991,0.9998
135
+ 6.1765,0.9992,0.9998
136
+ 6.2229,0.9993,0.9998
137
+ 6.2694,0.9994,0.9998
138
+ 6.3158,0.9995,0.9998
139
+ 6.3623,0.9996,0.9998
140
+ 6.4087,0.9997,0.9997
141
+ 6.4551,0.9997,0.9997
142
+ 6.5016,0.9998,0.9997
143
+ 6.5480,0.9998,0.9996
144
+ 6.5945,0.9998,0.9996
145
+ 6.6409,0.9998,0.9996
146
+ 6.6873,0.9998,0.9996
147
+ 6.7338,0.9998,0.9996
148
+ 6.7802,0.9998,0.9996
149
+ 6.8267,0.9997,0.9996
150
+ 6.8731,0.9997,0.9997
151
+ 6.9195,0.9998,0.9997
152
+ 6.9660,0.9998,0.9998
153
+ 7.0124,0.9998,0.9998
154
+ 7.0589,0.9998,0.9998
155
+ 7.1053,0.9998,0.9998
156
+ 7.1517,0.9998,0.9998
157
+ 7.1982,0.9998,0.9998
158
+ 7.2446,0.9998,0.9997
159
+ 7.2911,0.9998,0.9997
160
+ 7.3375,0.9997,0.9996
161
+ 7.3839,0.9996,0.9996
162
+ 7.4304,0.9995,0.9995
163
+ 7.4768,0.9994,0.9994
164
+ 7.5233,0.9993,0.9993
165
+ 7.5697,0.9992,0.9993
166
+ 7.6161,0.9991,0.9993
167
+ 7.6626,0.9989,0.9993
168
+ 7.7090,0.9988,0.9993
169
+ 7.7555,0.9988,0.9994
170
+ 7.8019,0.9988,0.9995
171
+ 7.8483,0.9989,0.9996
172
+ 7.8948,0.9990,0.9997
173
+ 7.9412,0.9992,0.9997
174
+ 7.9877,0.9993,0.9997
175
+ 8.0341,0.9995,0.9997
176
+ 8.0805,0.9996,0.9997
177
+ 8.1270,0.9997,0.9997
178
+ 8.1734,0.9998,0.9996
179
+ 8.2199,0.9999,0.9995
180
+ 8.2663,0.9999,0.9994
181
+ 8.3127,0.9999,0.9992
182
+ 8.3592,0.9999,0.9990
183
+ 8.4056,0.9999,0.9989
184
+ 8.4521,0.9999,0.9987
185
+ 8.4985,0.9999,0.9986
186
+ 8.5449,0.9999,0.9986
187
+ 8.5914,0.9999,0.9987
188
+ 8.6378,0.9999,0.9988
189
+ 8.6843,0.9999,0.9990
190
+ 8.7307,0.9999,0.9992
191
+ 8.7771,0.9999,0.9993
192
+ 8.8236,0.9999,0.9995
193
+ 8.8700,0.9999,0.9996
194
+ 8.9165,0.9999,0.9997
195
+ 8.9629,0.9999,0.9998
196
+ 9.0093,0.9999,0.9998
197
+ 9.0558,0.9999,0.9999
198
+ 9.1022,0.9999,0.9999
199
+ 9.1487,0.9998,0.9999
200
+ 9.1951,0.9998,0.9999
201
+ 9.2415,0.9997,0.9999
202
+ 9.2880,0.9996,0.9999
203
+ 9.3344,0.9995,0.9998
204
+ 9.3809,0.9994,0.9998
205
+ 9.4273,0.9992,0.9997
206
+ 9.4737,0.9990,0.9996
207
+ 9.5202,0.9989,0.9994
208
+ 9.5666,0.9988,0.9992
209
+ 9.6131,0.9988,0.9987
210
+ 9.6595,0.9988,0.9981
211
+ 9.7059,0.9989,0.9972
212
+ 9.7524,0.9991,0.9959
213
+ 9.7988,0.9992,0.9940
214
+ 9.8453,0.9994,0.9916
215
+ 9.8917,0.9995,0.9887
216
+ 9.9381,0.9996,0.9857
217
+ 9.9846,0.9997,0.9833
218
+ 10.0310,0.9998,0.9820
219
+ 10.0775,0.9998,0.9823
220
+ 10.1239,0.9999,0.9840
221
+ 10.1703,0.9999,0.9866
222
+ 10.2168,0.9999,0.9895
223
+ 10.2632,0.9999,0.9922
224
+ 10.3097,0.9999,0.9944
225
+ 10.3561,0.9999,0.9960
226
+ 10.4025,0.9999,0.9971
227
+ 10.4490,1.0000,0.9978
228
+ 10.4954,1.0000,0.9983
229
+ 10.5419,1.0000,0.9986
230
+ 10.5883,1.0000,0.9989
231
+ 10.6347,1.0000,0.9990
232
+ 10.6812,1.0000,0.9991
233
+ 10.7276,1.0000,0.9991
234
+ 10.7741,1.0000,0.9992
235
+ 10.8205,1.0000,0.9992
236
+ 10.8669,1.0000,0.9992
237
+ 10.9134,0.9999,0.9992
238
+ 10.9598,0.9999,0.9991
239
+ 11.0063,0.9999,0.9991
240
+ 11.0527,0.9999,0.9991
241
+ 11.0991,0.9998,0.9991
242
+ 11.1456,0.9998,0.9992
243
+ 11.1920,0.9998,0.9992
244
+ 11.2385,0.9997,0.9992
245
+ 11.2849,0.9997,0.9993
246
+ 11.3313,0.9997,0.9993
247
+ 11.3778,0.9997,0.9993
248
+ 11.4242,0.9997,0.9993
249
+ 11.4707,0.9998,0.9993
250
+ 11.5171,0.9998,0.9993
251
+ 11.5635,0.9998,0.9993
252
+ 11.6100,0.9999,0.9992
253
+ 11.6564,0.9999,0.9992
254
+ 11.7029,0.9999,0.9991
255
+ 11.7493,1.0000,0.9989
256
+ 11.7957,1.0000,0.9987
257
+ 11.8422,1.0000,0.9985
258
+ 11.8886,1.0000,0.9982
259
+ 11.9351,1.0000,0.9979
260
+ 11.9815,1.0000,0.9975
261
+ 12.0279,1.0000,0.9971
262
+ 12.0744,1.0000,0.9967
263
+ 12.1208,1.0000,0.9965
264
+ 12.1673,1.0000,0.9965
265
+ 12.2137,1.0000,0.9967
266
+ 12.2601,1.0000,0.9970
267
+ 12.3066,1.0000,0.9974
268
+ 12.3530,1.0000,0.9978
269
+ 12.3995,1.0000,0.9981
270
+ 12.4459,1.0000,0.9984
271
+ 12.4923,1.0000,0.9986
272
+ 12.5388,1.0000,0.9988
273
+ 12.5852,0.9999,0.9990
274
+ 12.6317,0.9999,0.9991
275
+ 12.6781,0.9999,0.9993
276
+ 12.7245,0.9998,0.9994
277
+ 12.7710,0.9998,0.9995
278
+ 12.8174,0.9997,0.9995
279
+ 12.8639,0.9995,0.9996
280
+ 12.9103,0.9994,0.9996
281
+ 12.9567,0.9992,0.9997
282
+ 13.0032,0.9990,0.9997
283
+ 13.0496,0.9987,0.9997
284
+ 13.0961,0.9985,0.9997
285
+ 13.1425,0.9984,0.9997
286
+ 13.1889,0.9983,0.9997
287
+ 13.2354,0.9984,0.9996
288
+ 13.2818,0.9985,0.9995
289
+ 13.3283,0.9988,0.9994
290
+ 13.3747,0.9990,0.9993
291
+ 13.4211,0.9992,0.9990
292
+ 13.4676,0.9995,0.9986
293
+ 13.5140,0.9996,0.9982
294
+ 13.5605,0.9997,0.9977
295
+ 13.6069,0.9998,0.9972
296
+ 13.6533,0.9998,0.9970
297
+ 13.6998,0.9999,0.9970
298
+ 13.7462,0.9999,0.9974
299
+ 13.7927,0.9999,0.9980
300
+ 13.8391,0.9999,0.9986
301
+ 13.8855,0.9999,0.9991
302
+ 13.9320,0.9999,0.9994
303
+ 13.9784,0.9999,0.9996
304
+ 14.0249,1.0000,0.9998
305
+ 14.0713,1.0000,0.9998
306
+ 14.1177,1.0000,0.9999
307
+ 14.1642,1.0000,0.9999
308
+ 14.2106,1.0000,0.9999
309
+ 14.2571,1.0000,0.9999
310
+ 14.3035,1.0000,0.9999
311
+ 14.3499,0.9999,0.9999
312
+ 14.3964,0.9999,0.9999
313
+ 14.4428,0.9999,0.9998
314
+ 14.4893,0.9998,0.9998
315
+ 14.5357,0.9997,0.9998
316
+ 14.5821,0.9996,0.9998
317
+ 14.6286,0.9994,0.9998
318
+ 14.6750,0.9991,0.9998
319
+ 14.7215,0.9988,0.9998
320
+ 14.7679,0.9984,0.9998
321
+ 14.8143,0.9980,0.9998
322
+ 14.8608,0.9977,0.9998
323
+ 14.9072,0.9977,0.9998
324
+ 14.9537,0.9978,0.9998
325
+ 15.0001,0.9981,0.9998
326
+ 15.0465,0.9985,0.9998
327
+ 15.0930,0.9989,0.9998
328
+ 15.1394,0.9993,0.9999
329
+ 15.1859,0.9995,0.9999
330
+ 15.2323,0.9997,0.9999
331
+ 15.2787,0.9998,0.9999
332
+ 15.3252,0.9999,0.9999
333
+ 15.3716,0.9999,0.9999
334
+ 15.4180,0.9999,0.9999
335
+ 15.4645,0.9999,0.9999
336
+ 15.5109,1.0000,0.9999
337
+ 15.5574,1.0000,0.9999
338
+ 15.6038,1.0000,0.9999
339
+ 15.6502,0.9999,0.9999
340
+ 15.6967,0.9999,0.9999
341
+ 15.7431,0.9999,0.9999
342
+ 15.7896,0.9999,0.9999
343
+ 15.8360,0.9999,0.9999
344
+ 15.8824,0.9999,0.9999
345
+ 15.9289,1.0000,0.9999
346
+ 15.9753,1.0000,0.9999
347
+ 16.0218,1.0000,0.9999
348
+ 16.0682,1.0000,0.9999
349
+ 16.1146,1.0000,0.9999
350
+ 16.1611,1.0000,0.9999
351
+ 16.2075,0.9999,0.9999
352
+ 16.2540,0.9999,1.0000
353
+ 16.3004,0.9999,1.0000
354
+ 16.3468,0.9998,1.0000
355
+ 16.3933,0.9997,1.0000
356
+ 16.4397,0.9995,1.0000
357
+ 16.4862,0.9993,1.0000
358
+ 16.5326,0.9991,1.0000
359
+ 16.5790,0.9989,0.9999
360
+ 16.6255,0.9987,0.9999
361
+ 16.6719,0.9986,0.9999
362
+ 16.7184,0.9987,0.9999
363
+ 16.7648,0.9988,0.9998
364
+ 16.8112,0.9990,0.9997
365
+ 16.8577,0.9993,0.9995
366
+ 16.9041,0.9995,0.9993
367
+ 16.9506,0.9996,0.9989
368
+ 16.9970,0.9997,0.9983
369
+ 17.0434,0.9998,0.9976
370
+ 17.0899,0.9999,0.9967
371
+ 17.1363,0.9999,0.9960
372
+ 17.1828,0.9999,0.9955
373
+ 17.2292,0.9999,0.9954
374
+ 17.2756,0.9999,0.9956
375
+ 17.3221,0.9999,0.9962
376
+ 17.3685,0.9999,0.9968
377
+ 17.4150,0.9999,0.9974
378
+ 17.4614,0.9999,0.9980
379
+ 17.5078,0.9999,0.9984
380
+ 17.5543,0.9999,0.9987
381
+ 17.6007,0.9999,0.9989
382
+ 17.6472,0.9999,0.9991
383
+ 17.6936,0.9999,0.9993
384
+ 17.7400,0.9999,0.9994
385
+ 17.7865,0.9999,0.9995
386
+ 17.8329,0.9998,0.9996
387
+ 17.8794,0.9998,0.9997
388
+ 17.9258,0.9997,0.9998
389
+ 17.9722,0.9995,0.9998
390
+ 18.0187,0.9992,0.9998
391
+ 18.0651,0.9988,0.9998
392
+ 18.1116,0.9981,0.9999
393
+ 18.1580,0.9971,0.9999
394
+ 18.2044,0.9957,0.9999
395
+ 18.2509,0.9941,0.9998
396
+ 18.2973,0.9922,0.9998
397
+ 18.3438,0.9903,0.9998
398
+ 18.3902,0.9887,0.9998
399
+ 18.4366,0.9879,0.9997
400
+ 18.4831,0.9878,0.9997
401
+ 18.5295,0.9886,0.9996
402
+ 18.5760,0.9901,0.9996
403
+ 18.6224,0.9920,0.9995
404
+ 18.6688,0.9939,0.9995
405
+ 18.7153,0.9955,0.9995
406
+ 18.7617,0.9968,0.9995
407
+ 18.8082,0.9978,0.9996
408
+ 18.8546,0.9984,0.9996
409
+ 18.9010,0.9988,0.9996
410
+ 18.9475,0.9990,0.9996
411
+ 18.9939,0.9991,0.9996
412
+ 19.0404,0.9992,0.9996
413
+ 19.0868,0.9992,0.9997
414
+ 19.1332,0.9991,0.9997
415
+ 19.1797,0.9991,0.9997
416
+ 19.2261,0.9991,0.9997
417
+ 19.2726,0.9991,0.9997
418
+ 19.3190,0.9992,0.9997
419
+ 19.3654,0.9992,0.9997
420
+ 19.4119,0.9993,0.9997
421
+ 19.4583,0.9994,0.9997
422
+ 19.5048,0.9995,0.9997
423
+ 19.5512,0.9995,0.9998
424
+ 19.5976,0.9995,0.9998
425
+ 19.6441,0.9995,0.9998
426
+ 19.6905,0.9994,0.9998
427
+ 19.7370,0.9992,0.9998
428
+ 19.7834,0.9989,0.9998
429
+ 19.8298,0.9986,0.9998
430
+ 19.8763,0.9981,0.9999
431
+ 19.9227,0.9974,0.9998
432
+ 19.9692,0.9966,0.9998
433
+ 20.0156,0.9957,0.9998
434
+ 20.0620,0.9946,0.9998
435
+ 20.1085,0.9935,0.9998
436
+ 20.1549,0.9925,0.9998
437
+ 20.2014,0.9917,0.9998
438
+ 20.2478,0.9913,0.9998
439
+ 20.2942,0.9914,0.9998
440
+ 20.3407,0.9920,0.9998
441
+ 20.3871,0.9930,0.9998
442
+ 20.4336,0.9943,0.9998
443
+ 20.4800,0.9956,0.9998
444
+ 20.5264,0.9968,0.9997
445
+ 20.5729,0.9977,0.9997
446
+ 20.6193,0.9984,0.9997
447
+ 20.6658,0.9988,0.9997
448
+ 20.7122,0.9990,0.9997
449
+ 20.7586,0.9992,0.9996
450
+ 20.8051,0.9992,0.9996
451
+ 20.8515,0.9992,0.9996
452
+ 20.8980,0.9992,0.9996
453
+ 20.9444,0.9992,0.9996
454
+ 20.9908,0.9992,0.9996
455
+ 21.0373,0.9992,0.9996
456
+ 21.0837,0.9993,0.9996
457
+ 21.1302,0.9993,0.9996
458
+ 21.1766,0.9994,0.9997
459
+ 21.2230,0.9995,0.9997
460
+ 21.2695,0.9996,0.9997
461
+ 21.3159,0.9997,0.9996
462
+ 21.3624,0.9997,0.9996
463
+ 21.4088,0.9997,0.9995
464
+ 21.4552,0.9997,0.9994
465
+ 21.5017,0.9996,0.9992
466
+ 21.5481,0.9995,0.9988
467
+ 21.5946,0.9993,0.9984
468
+ 21.6410,0.9990,0.9979
469
+ 21.6874,0.9986,0.9973
470
+ 21.7339,0.9982,0.9968
471
+ 21.7803,0.9976,0.9965
472
+ 21.8268,0.9969,0.9965
473
+ 21.8732,0.9963,0.9967
474
+ 21.9196,0.9959,0.9971
475
+ 21.9661,0.9956,0.9976
476
+ 22.0125,0.9957,0.9981
477
+ 22.0590,0.9961,0.9984
478
+ 22.1054,0.9966,0.9987
479
+ 22.1518,0.9973,0.9989
480
+ 22.1983,0.9980,0.9990
481
+ 22.2447,0.9986,0.9991
482
+ 22.2912,0.9990,0.9992
483
+ 22.3376,0.9993,0.9993
484
+ 22.3840,0.9995,0.9993
485
+ 22.4305,0.9996,0.9993
486
+ 22.4769,0.9997,0.9994
487
+ 22.5234,0.9997,0.9995
488
+ 22.5698,0.9998,0.9995
489
+ 22.6162,0.9998,0.9996
490
+ 22.6627,0.9997,0.9996
491
+ 22.7091,0.9997,0.9996
492
+ 22.7556,0.9997,0.9997
493
+ 22.8020,0.9997,0.9997
494
+ 22.8484,0.9997,0.9997
495
+ 22.8949,0.9997,0.9997
496
+ 22.9413,0.9997,0.9998
497
+ 22.9878,0.9997,0.9998
498
+ 23.0342,0.9996,0.9999
499
+ 23.0806,0.9996,0.9999
500
+ 23.1271,0.9995,0.9999
501
+ 23.1735,0.9993,0.9999
502
+ 23.2200,0.9991,1.0000
503
+ 23.2664,0.9988,1.0000
504
+ 23.3128,0.9984,1.0000
505
+ 23.3593,0.9978,1.0000
506
+ 23.4057,0.9972,1.0000
507
+ 23.4522,0.9965,1.0000
508
+ 23.4986,0.9958,0.9999
509
+ 23.5450,0.9952,0.9999
510
+ 23.5915,0.9948,0.9999
511
+ 23.6379,0.9946,0.9998
512
+ 23.6844,0.9948,0.9997
513
+ 23.7308,0.9952,0.9996
514
+ 23.7772,0.9959,0.9994
515
+ 23.8237,0.9966,0.9991
516
+ 23.8701,0.9973,0.9988
517
+ 23.9166,0.9980,0.9986
518
+ 23.9630,0.9985,0.9985
519
+ 24.0094,0.9989,0.9986
520
+ 24.0559,0.9991,0.9989
521
+ 24.1023,0.9993,0.9993
522
+ 24.1488,0.9995,0.9995
523
+ 24.1952,0.9995,0.9997
524
+ 24.2416,0.9996,0.9999
525
+ 24.2881,0.9996,0.9999
526
+ 24.3345,0.9996,1.0000
527
+ 24.3810,0.9996,1.0000
528
+ 24.4274,0.9996,1.0000
529
+ 24.4738,0.9996,1.0000
530
+ 24.5203,0.9997,1.0000
531
+ 24.5667,0.9998,1.0000
532
+ 24.6132,0.9998,1.0000
533
+ 24.6596,0.9999,1.0000
534
+ 24.7060,0.9999,1.0000
535
+ 24.7525,0.9999,1.0000
536
+ 24.7989,0.9999,1.0000
537
+ 24.8454,0.9999,1.0000
538
+ 24.8918,0.9999,1.0000
539
+ 24.9382,0.9999,1.0000
540
+ 24.9847,0.9998,1.0000
541
+ 25.0311,0.9997,1.0000
542
+ 25.0776,0.9996,1.0000
543
+ 25.1240,0.9994,1.0000
544
+ 25.1704,0.9991,1.0000
545
+ 25.2169,0.9987,1.0000
546
+ 25.2633,0.9982,1.0000
547
+ 25.3098,0.9976,1.0000
548
+ 25.3562,0.9972,1.0000
549
+ 25.4026,0.9970,0.9999
550
+ 25.4491,0.9972,0.9999
551
+ 25.4955,0.9976,0.9998
552
+ 25.5420,0.9982,0.9997
553
+ 25.5884,0.9987,0.9996
554
+ 25.6348,0.9992,0.9994
555
+ 25.6813,0.9995,0.9993
556
+ 25.7277,0.9997,0.9992
557
+ 25.7741,0.9999,0.9992
558
+ 25.8206,0.9999,0.9992
559
+ 25.8670,1.0000,0.9992
560
+ 25.9135,1.0000,0.9993
561
+ 25.9599,1.0000,0.9994
562
+ 26.0063,1.0000,0.9995
563
+ 26.0528,1.0000,0.9996
564
+ 26.0992,1.0000,0.9997
565
+ 26.1457,1.0000,0.9997
566
+ 26.1921,1.0000,0.9998
567
+ 26.2385,1.0000,0.9998
568
+ 26.2850,1.0000,0.9998
569
+ 26.3314,1.0000,0.9998
570
+ 26.3779,1.0000,0.9999
571
+ 26.4243,1.0000,0.9999
572
+ 26.4707,1.0000,0.9999
573
+ 26.5172,1.0000,0.9999
574
+ 26.5636,1.0000,0.9999
575
+ 26.6101,1.0000,0.9999
576
+ 26.6565,1.0000,0.9999
577
+ 26.7029,0.9999,0.9999
578
+ 26.7494,0.9999,0.9999
579
+ 26.7958,0.9999,0.9999
580
+ 26.8423,0.9999,0.9999
581
+ 26.8887,0.9998,0.9998
582
+ 26.9351,0.9998,0.9998
583
+ 26.9816,0.9998,0.9997
584
+ 27.0280,0.9997,0.9997
585
+ 27.0745,0.9996,0.9996
586
+ 27.1209,0.9996,0.9995
587
+ 27.1673,0.9996,0.9994
588
+ 27.2138,0.9995,0.9994
589
+ 27.2602,0.9996,0.9993
590
+ 27.3067,0.9996,0.9993
591
+ 27.3531,0.9997,0.9992
592
+ 27.3995,0.9997,0.9991
593
+ 27.4460,0.9998,0.9991
594
+ 27.4924,0.9998,0.9990
595
+ 27.5389,0.9999,0.9990
596
+ 27.5853,0.9999,0.9989
597
+ 27.6317,0.9999,0.9989
598
+ 27.6782,0.9999,0.9990
599
+ 27.7246,0.9999,0.9991
600
+ 27.7711,0.9999,0.9992
601
+ 27.8175,0.9999,0.9993
602
+ 27.8639,0.9999,0.9995
603
+ 27.9104,0.9999,0.9996
604
+ 27.9568,0.9999,0.9997
605
+ 28.0033,0.9999,0.9997
606
+ 28.0497,0.9999,0.9998
607
+ 28.0961,1.0000,0.9998
608
+ 28.1426,1.0000,0.9998
609
+ 28.1890,1.0000,0.9998
610
+ 28.2355,1.0000,0.9998
611
+ 28.2819,0.9999,0.9998
612
+ 28.3283,0.9999,0.9999
613
+ 28.3748,0.9999,0.9999
614
+ 28.4212,0.9998,0.9999
615
+ 28.4677,0.9998,0.9999
616
+ 28.5141,0.9996,0.9999
617
+ 28.5605,0.9994,0.9999
618
+ 28.6070,0.9991,0.9999
619
+ 28.6534,0.9988,1.0000
620
+ 28.6999,0.9985,1.0000
621
+ 28.7463,0.9982,1.0000
622
+ 28.7927,0.9981,1.0000
623
+ 28.8392,0.9983,1.0000
624
+ 28.8856,0.9985,1.0000
625
+ 28.9321,0.9989,1.0000
626
+ 28.9785,0.9992,1.0000
627
+ 29.0249,0.9995,0.9999
628
+ 29.0714,0.9997,0.9999
629
+ 29.1178,0.9998,0.9999
630
+ 29.1643,0.9999,0.9999
631
+ 29.2107,1.0000,0.9999
632
+ 29.2571,1.0000,0.9998
633
+ 29.3036,1.0000,0.9998
634
+ 29.3500,1.0000,0.9998
635
+ 29.3965,1.0000,0.9998
636
+ 29.4429,1.0000,0.9998
637
+ 29.4893,1.0000,0.9998
638
+ 29.5358,1.0000,0.9998
639
+ 29.5822,1.0000,0.9998
640
+ 29.6287,1.0000,0.9998
641
+ 29.6751,1.0000,0.9998
642
+ 29.7215,1.0000,0.9998
643
+ 29.7680,1.0000,0.9998
644
+ 29.8144,1.0000,0.9998
645
+ 29.8609,1.0000,0.9998
646
+ 29.9073,1.0000,0.9998
647
+ 29.9537,1.0000,0.9998
648
+ 30.0002,1.0000,0.9998
649
+ 30.0466,1.0000,0.9998
650
+ 30.0931,1.0000,0.9998
651
+ 30.1395,1.0000,0.9998
652
+ 30.1859,1.0000,0.9998
653
+ 30.2324,1.0000,0.9998
654
+ 30.2788,1.0000,0.9997
655
+ 30.3253,1.0000,0.9996
656
+ 30.3717,1.0000,0.9995
657
+ 30.4181,1.0000,0.9993
658
+ 30.4646,1.0000,0.9989
659
+ 30.5110,1.0000,0.9984
660
+ 30.5575,1.0000,0.9978
661
+ 30.6039,1.0000,0.9973
662
+ 30.6503,1.0000,0.9969
663
+ 30.6968,1.0000,0.9967
664
+ 30.7432,1.0000,0.9969
665
+ 30.7897,1.0000,0.9972
666
+ 30.8361,1.0000,0.9978
667
+ 30.8825,1.0000,0.9983
668
+ 30.9290,1.0000,0.9987
669
+ 30.9754,1.0000,0.9989
670
+ 31.0219,1.0000,0.9991
671
+ 31.0683,0.9999,0.9992
672
+ 31.1147,0.9997,0.9993
673
+ 31.1612,0.9992,0.9993
674
+ 31.2076,0.9980,0.9992
675
+ 31.2541,0.9948,0.9991
676
+ 31.3005,0.9878,0.9990
677
+ 31.3469,0.9736,0.9990
678
+ 31.3934,0.9490,0.9989
679
+ 31.4398,0.9128,0.9989
680
+ 31.4863,0.8687,0.9989
681
+ 31.5327,0.8249,0.9989
682
+ 31.5791,0.7906,0.9989
683
+ 31.6256,0.7727,0.9990
684
+ 31.6720,0.7746,0.9991
685
+ 31.7185,0.7953,0.9993
686
+ 31.7649,0.8298,0.9994
687
+ 31.8113,0.8698,0.9996
688
+ 31.8578,0.9071,0.9997
689
+ 31.9042,0.9368,0.9998
690
+ 31.9507,0.9580,0.9998
691
+ 31.9971,0.9722,0.9999
692
+ 32.0435,0.9813,0.9999
693
+ 32.0900,0.9871,0.9999
694
+ 32.1364,0.9906,0.9999
695
+ 32.1829,0.9928,0.9999
696
+ 32.2293,0.9942,0.9999
697
+ 32.2757,0.9950,0.9998
698
+ 32.3222,0.9955,0.9998
699
+ 32.3686,0.9957,0.9996
700
+ 32.4151,0.9958,0.9994
701
+ 32.4615,0.9959,0.9991
702
+ 32.5079,0.9958,0.9986
703
+ 32.5544,0.9958,0.9979
704
+ 32.6008,0.9957,0.9970
705
+ 32.6473,0.9955,0.9962
706
+ 32.6937,0.9954,0.9954
707
+ 32.7401,0.9953,0.9949
708
+ 32.7866,0.9952,0.9947
709
+ 32.8330,0.9952,0.9948
710
+ 32.8795,0.9951,0.9951
711
+ 32.9259,0.9951,0.9955
712
+ 32.9723,0.9952,0.9961
713
+ 33.0188,0.9952,0.9967
714
+ 33.0652,0.9953,0.9974
715
+ 33.1117,0.9954,0.9981
716
+ 33.1581,0.9956,0.9987
717
+ 33.2045,0.9959,0.9991
718
+ 33.2510,0.9961,0.9995
719
+ 33.2974,0.9964,0.9997
720
+ 33.3439,0.9966,0.9998
721
+ 33.3903,0.9969,0.9999
722
+ 33.4367,0.9971,0.9999
723
+ 33.4832,0.9974,0.9999
724
+ 33.5296,0.9976,0.9999
725
+ 33.5761,0.9978,0.9999
726
+ 33.6225,0.9980,0.9999
727
+ 33.6689,0.9982,0.9999
728
+ 33.7154,0.9984,0.9999
729
+ 33.7618,0.9985,0.9999
730
+ 33.8083,0.9986,0.9998
731
+ 33.8547,0.9986,0.9997
732
+ 33.9011,0.9986,0.9996
733
+ 33.9476,0.9985,0.9995
734
+ 33.9940,0.9984,0.9993
735
+ 34.0405,0.9982,0.9991
736
+ 34.0869,0.9981,0.9989
737
+ 34.1333,0.9979,0.9987
738
+ 34.1798,0.9976,0.9987
739
+ 34.2262,0.9974,0.9987
740
+ 34.2727,0.9971,0.9988
741
+ 34.3191,0.9969,0.9989
742
+ 34.3655,0.9966,0.9991
743
+ 34.4120,0.9964,0.9992
744
+ 34.4584,0.9961,0.9993
745
+ 34.5049,0.9960,0.9994
746
+ 34.5513,0.9958,0.9994
747
+ 34.5977,0.9958,0.9994
748
+ 34.6442,0.9958,0.9993
749
+ 34.6906,0.9960,0.9991
750
+ 34.7371,0.9962,0.9988
751
+ 34.7835,0.9965,0.9983
752
+ 34.8299,0.9968,0.9977
753
+ 34.8764,0.9972,0.9968
754
+ 34.9228,0.9976,0.9958
755
+ 34.9693,0.9980,0.9947
756
+ 35.0157,0.9983,0.9935
757
+ 35.0621,0.9986,0.9923
758
+ 35.1086,0.9988,0.9910
759
+ 35.1550,0.9990,0.9897
760
+ 35.2015,0.9991,0.9883
761
+ 35.2479,0.9992,0.9869
762
+ 35.2943,0.9993,0.9856
763
+ 35.3408,0.9993,0.9844
764
+ 35.3872,0.9992,0.9835
765
+ 35.4337,0.9992,0.9830
766
+ 35.4801,0.9991,0.9830
767
+ 35.5265,0.9990,0.9835
768
+ 35.5730,0.9989,0.9845
769
+ 35.6194,0.9987,0.9857
770
+ 35.6659,0.9986,0.9870
771
+ 35.7123,0.9985,0.9883
772
+ 35.7587,0.9984,0.9894
773
+ 35.8052,0.9982,0.9905
774
+ 35.8516,0.9981,0.9913
775
+ 35.8980,0.9980,0.9920
776
+ 35.9445,0.9980,0.9926
777
+ 35.9909,0.9980,0.9930
778
+ 36.0374,0.9981,0.9933
779
+ 36.0838,0.9981,0.9935
780
+ 36.1302,0.9982,0.9935
781
+ 36.1767,0.9982,0.9934
782
+ 36.2231,0.9981,0.9932
783
+ 36.2696,0.9980,0.9928
784
+ 36.3160,0.9979,0.9923
785
+ 36.3624,0.9978,0.9917
786
+ 36.4089,0.9976,0.9909
787
+ 36.4553,0.9975,0.9900
788
+ 36.5018,0.9975,0.9889
789
+ 36.5482,0.9974,0.9877
790
+ 36.5946,0.9974,0.9863
791
+ 36.6411,0.9973,0.9847
792
+ 36.6875,0.9974,0.9828
793
+ 36.7340,0.9974,0.9806
794
+ 36.7804,0.9975,0.9780
795
+ 36.8268,0.9977,0.9747
796
+ 36.8733,0.9979,0.9704
797
+ 36.9197,0.9980,0.9645
798
+ 36.9662,0.9981,0.9565
799
+ 37.0126,0.9982,0.9449
800
+ 37.0590,0.9982,0.9281
801
+ 37.1055,0.9982,0.9036
802
+ 37.1519,0.9982,0.8681
803
+ 37.1984,0.9982,0.8184
804
+ 37.2448,0.9981,0.7522
805
+ 37.2912,0.9981,0.6710
806
+ 37.3377,0.9981,0.5814
807
+ 37.3841,0.9981,0.4930
808
+ 37.4306,0.9981,0.4145
809
+ 37.4770,0.9981,0.3504
810
+ 37.5234,0.9980,0.3014
811
+ 37.5699,0.9980,0.2661
812
+ 37.6163,0.9979,0.2423
813
+ 37.6628,0.9979,0.2285
814
+ 37.7092,0.9979,0.2239
815
+ 37.7556,0.9979,0.2283
816
+ 37.8021,0.9979,0.2427
817
+ 37.8485,0.9978,0.2691
818
+ 37.8950,0.9977,0.3103
819
+ 37.9414,0.9976,0.3700
820
+ 37.9878,0.9974,0.4510
821
+ 38.0343,0.9972,0.5521
822
+ 38.0807,0.9970,0.6647
823
+ 38.1272,0.9967,0.7726
824
+ 38.1736,0.9965,0.8599
825
+ 38.2200,0.9963,0.9199
826
+ 38.2665,0.9960,0.9560
827
+ 38.3129,0.9958,0.9760
828
+ 38.3594,0.9955,0.9867
829
+ 38.4058,0.9953,0.9923
830
+ 38.4522,0.9952,0.9954
831
+ 38.4987,0.9951,0.9971
832
+ 38.5451,0.9951,0.9981
833
+ 38.5916,0.9952,0.9987
834
+ 38.6380,0.9955,0.9991
835
+ 38.6844,0.9957,0.9993
836
+ 38.7309,0.9960,0.9995
837
+ 38.7773,0.9963,0.9997
838
+ 38.8238,0.9965,0.9998
839
+ 38.8702,0.9967,0.9998
840
+ 38.9166,0.9968,0.9998
841
+ 38.9631,0.9969,0.9999
842
+ 39.0095,0.9969,0.9999
843
+ 39.0560,0.9969,0.9999
844
+ 39.1024,0.9968,0.9999
845
+ 39.1488,0.9968,0.9998
846
+ 39.1953,0.9967,0.9998
847
+ 39.2417,0.9966,0.9998
848
+ 39.2882,0.9965,0.9998
849
+ 39.3346,0.9965,0.9997
850
+ 39.3810,0.9966,0.9997
851
+ 39.4275,0.9967,0.9997
852
+ 39.4739,0.9969,0.9996
853
+ 39.5204,0.9971,0.9995
854
+ 39.5668,0.9974,0.9994
855
+ 39.6132,0.9977,0.9992
856
+ 39.6597,0.9979,0.9989
857
+ 39.7061,0.9982,0.9986
858
+ 39.7526,0.9983,0.9980
859
+ 39.7990,0.9985,0.9973
860
+ 39.8454,0.9987,0.9964
861
+ 39.8919,0.9988,0.9955
862
+ 39.9383,0.9989,0.9948
863
+ 39.9848,0.9990,0.9944
864
+ 40.0312,0.9991,0.9946
865
+ 40.0776,0.9991,0.9952
866
+ 40.1241,0.9992,0.9961
867
+ 40.1705,0.9992,0.9970
868
+ 40.2170,0.9992,0.9978
869
+ 40.2634,0.9993,0.9984
870
+ 40.3098,0.9993,0.9989
871
+ 40.3563,0.9993,0.9992
872
+ 40.4027,0.9993,0.9994
873
+ 40.4492,0.9993,0.9995
874
+ 40.4956,0.9992,0.9996
875
+ 40.5420,0.9992,0.9997
876
+ 40.5885,0.9991,0.9997
877
+ 40.6349,0.9991,0.9998
878
+ 40.6814,0.9990,0.9998
879
+ 40.7278,0.9989,0.9998
880
+ 40.7742,0.9989,0.9998
881
+ 40.8207,0.9988,0.9999
882
+ 40.8671,0.9988,0.9999
883
+ 40.9136,0.9988,0.9998
884
+ 40.9600,0.9988,0.9998
885
+ 41.0064,0.9989,0.9998
886
+ 41.0529,0.9989,0.9998
887
+ 41.0993,0.9990,0.9998
888
+ 41.1458,0.9990,0.9997
889
+ 41.1922,0.9991,0.9997
890
+ 41.2386,0.9992,0.9997
891
+ 41.2851,0.9992,0.9996
892
+ 41.3315,0.9992,0.9996
893
+ 41.3780,0.9992,0.9996
894
+ 41.4244,0.9993,0.9996
895
+ 41.4708,0.9993,0.9996
896
+ 41.5173,0.9993,0.9996
897
+ 41.5637,0.9993,0.9997
898
+ 41.6102,0.9992,0.9996
899
+ 41.6566,0.9992,0.9996
900
+ 41.7030,0.9992,0.9996
901
+ 41.7495,0.9991,0.9996
902
+ 41.7959,0.9991,0.9995
903
+ 41.8424,0.9992,0.9995
904
+ 41.8888,0.9992,0.9994
905
+ 41.9352,0.9993,0.9994
906
+ 41.9817,0.9994,0.9993
907
+ 42.0281,0.9994,0.9993
908
+ 42.0746,0.9995,0.9993
909
+ 42.1210,0.9995,0.9993
910
+ 42.1674,0.9996,0.9994
911
+ 42.2139,0.9996,0.9994
912
+ 42.2603,0.9996,0.9995
913
+ 42.3068,0.9996,0.9995
914
+ 42.3532,0.9996,0.9996
915
+ 42.3996,0.9995,0.9996
916
+ 42.4461,0.9995,0.9997
917
+ 42.4925,0.9995,0.9998
918
+ 42.5390,0.9995,0.9998
919
+ 42.5854,0.9995,0.9999
920
+ 42.6318,0.9995,0.9999
921
+ 42.6783,0.9994,0.9999
922
+ 42.7247,0.9994,0.9999
923
+ 42.7712,0.9994,0.9999
924
+ 42.8176,0.9994,0.9999
925
+ 42.8640,0.9994,1.0000
926
+ 42.9105,0.9994,1.0000
927
+ 42.9569,0.9994,1.0000
928
+ 43.0034,0.9994,1.0000
929
+ 43.0498,0.9994,1.0000
930
+ 43.0962,0.9994,1.0000
931
+ 43.1427,0.9995,1.0000
932
+ 43.1891,0.9995,1.0000
933
+ 43.2356,0.9996,1.0000
934
+ 43.2820,0.9996,1.0000
935
+ 43.3284,0.9996,1.0000
936
+ 43.3749,0.9997,1.0000
937
+ 43.4213,0.9997,1.0000
938
+ 43.4678,0.9997,1.0000
939
+ 43.5142,0.9997,1.0000
940
+ 43.5606,0.9997,0.9999
941
+ 43.6071,0.9997,0.9999
942
+ 43.6535,0.9997,0.9999
943
+ 43.7000,0.9997,0.9999
944
+ 43.7464,0.9997,0.9999
945
+ 43.7928,0.9998,0.9999
946
+ 43.8393,0.9998,0.9999
947
+ 43.8857,0.9998,0.9999
948
+ 43.9322,0.9998,0.9998
949
+ 43.9786,0.9998,0.9998
950
+ 44.0250,0.9998,0.9997
951
+ 44.0715,0.9997,0.9995
952
+ 44.1179,0.9997,0.9993
953
+ 44.1644,0.9997,0.9990
954
+ 44.2108,0.9997,0.9986
955
+ 44.2572,0.9997,0.9980
956
+ 44.3037,0.9997,0.9973
957
+ 44.3501,0.9996,0.9967
958
+ 44.3966,0.9996,0.9963
959
+ 44.4430,0.9995,0.9963
960
+ 44.4894,0.9994,0.9968
961
+ 44.5359,0.9993,0.9975
962
+ 44.5823,0.9991,0.9983
963
+ 44.6288,0.9990,0.9990
964
+ 44.6752,0.9988,0.9994
965
+ 44.7216,0.9986,0.9997
966
+ 44.7681,0.9983,0.9998
967
+ 44.8145,0.9981,0.9999
968
+ 44.8610,0.9979,0.9999
969
+ 44.9074,0.9978,1.0000
970
+ 44.9538,0.9977,1.0000
971
+ 45.0003,0.9977,1.0000
972
+ 45.0467,0.9978,1.0000
973
+ 45.0932,0.9980,1.0000
974
+ 45.1396,0.9982,0.9999
975
+ 45.1860,0.9985,0.9999
976
+ 45.2325,0.9987,0.9999
977
+ 45.2789,0.9989,0.9999
978
+ 45.3254,0.9991,0.9999
979
+ 45.3718,0.9992,0.9999
980
+ 45.4182,0.9993,0.9999
981
+ 45.4647,0.9994,1.0000
982
+ 45.5111,0.9995,1.0000
983
+ 45.5576,0.9995,1.0000
984
+ 45.6040,0.9996,1.0000
985
+ 45.6504,0.9996,1.0000
986
+ 45.6969,0.9996,1.0000
987
+ 45.7433,0.9996,1.0000
988
+ 45.7898,0.9995,1.0000
989
+ 45.8362,0.9995,1.0000
990
+ 45.8826,0.9995,1.0000
991
+ 45.9291,0.9995,1.0000
992
+ 45.9755,0.9994,1.0000
993
+ 46.0220,0.9994,1.0000
994
+ 46.0684,0.9994,1.0000
995
+ 46.1148,0.9994,1.0000
996
+ 46.1613,0.9995,1.0000
997
+ 46.2077,0.9995,1.0000
998
+ 46.2541,0.9995,1.0000
999
+ 46.3006,0.9996,0.9999
1000
+ 46.3470,0.9996,0.9999
1001
+ 46.3935,0.9996,0.9999
1002
+ 46.4399,0.9996,0.9999
1003
+ 46.4863,0.9996,0.9999
1004
+ 46.5328,0.9997,0.9999
1005
+ 46.5792,0.9997,0.9999
1006
+ 46.6257,0.9997,0.9999
1007
+ 46.6721,0.9997,1.0000
1008
+ 46.7185,0.9997,1.0000
1009
+ 46.7650,0.9997,1.0000
1010
+ 46.8114,0.9997,1.0000
1011
+ 46.8579,0.9997,1.0000
1012
+ 46.9043,0.9997,1.0000
1013
+ 46.9507,0.9997,1.0000
1014
+ 46.9972,0.9997,1.0000
1015
+ 47.0436,0.9997,1.0000
1016
+ 47.0901,0.9997,1.0000
1017
+ 47.1365,0.9997,1.0000
1018
+ 47.1829,0.9997,1.0000
1019
+ 47.2294,0.9997,1.0000
1020
+ 47.2758,0.9997,1.0000
1021
+ 47.3223,0.9997,1.0000
1022
+ 47.3687,0.9997,1.0000
1023
+ 47.4151,0.9997,1.0000
1024
+ 47.4616,0.9996,1.0000
1025
+ 47.5080,0.9996,1.0000
1026
+ 47.5545,0.9996,1.0000
1027
+ 47.6009,0.9996,1.0000
1028
+ 47.6473,0.9996,1.0000
1029
+ 47.6938,0.9995,1.0000
1030
+ 47.7402,0.9995,1.0000
1031
+ 47.7867,0.9995,1.0000
1032
+ 47.8331,0.9995,1.0000
1033
+ 47.8795,0.9995,1.0000
1034
+ 47.9260,0.9995,1.0000
1035
+ 47.9724,0.9995,1.0000
1036
+ 48.0189,0.9995,1.0000
1037
+ 48.0653,0.9994,1.0000
1038
+ 48.1117,0.9994,1.0000
1039
+ 48.1582,0.9994,1.0000
1040
+ 48.2046,0.9994,1.0000
1041
+ 48.2511,0.9994,1.0000
1042
+ 48.2975,0.9994,1.0000
1043
+ 48.3439,0.9994,1.0000
1044
+ 48.3904,0.9995,1.0000
1045
+ 48.4368,0.9995,1.0000
1046
+ 48.4833,0.9995,1.0000
1047
+ 48.5297,0.9996,1.0000
1048
+ 48.5761,0.9996,1.0000
1049
+ 48.6226,0.9996,1.0000
1050
+ 48.6690,0.9996,1.0000
1051
+ 48.7155,0.9996,1.0000
1052
+ 48.7619,0.9996,1.0000
1053
+ 48.8083,0.9996,1.0000
1054
+ 48.8548,0.9996,1.0000
1055
+ 48.9012,0.9996,1.0000
1056
+ 48.9477,0.9996,1.0000
1057
+ 48.9941,0.9996,1.0000
1058
+ 49.0405,0.9996,1.0000
1059
+ 49.0870,0.9996,1.0000
1060
+ 49.1334,0.9996,1.0000
1061
+ 49.1799,0.9996,1.0000
1062
+ 49.2263,0.9996,1.0000
1063
+ 49.2727,0.9996,1.0000
1064
+ 49.3192,0.9996,1.0000
1065
+ 49.3656,0.9996,1.0000
1066
+ 49.4121,0.9996,1.0000
1067
+ 49.4585,0.9996,1.0000
1068
+ 49.5049,0.9996,1.0000
1069
+ 49.5514,0.9996,1.0000
1070
+ 49.5978,0.9996,0.9999
1071
+ 49.6443,0.9996,0.9999
1072
+ 49.6907,0.9996,0.9999
1073
+ 49.7371,0.9997,0.9999
1074
+ 49.7836,0.9997,0.9999
1075
+ 49.8300,0.9997,0.9999
1076
+ 49.8765,0.9997,1.0000
1077
+ 49.9229,0.9997,1.0000
1078
+ 49.9693,0.9997,1.0000
1079
+ 50.0158,0.9997,1.0000
1080
+ 50.0622,0.9996,1.0000
1081
+ 50.1087,0.9996,1.0000
1082
+ 50.1551,0.9996,1.0000
1083
+ 50.2015,0.9995,1.0000
1084
+ 50.2480,0.9995,1.0000
1085
+ 50.2944,0.9994,1.0000
1086
+ 50.3409,0.9994,1.0000
1087
+ 50.3873,0.9993,1.0000
1088
+ 50.4337,0.9993,1.0000
1089
+ 50.4802,0.9992,1.0000
1090
+ 50.5266,0.9991,1.0000
1091
+ 50.5731,0.9990,1.0000
1092
+ 50.6195,0.9989,1.0000
1093
+ 50.6659,0.9987,1.0000
1094
+ 50.7124,0.9986,1.0000
1095
+ 50.7588,0.9984,1.0000
1096
+ 50.8053,0.9982,1.0000
1097
+ 50.8517,0.9981,1.0000
1098
+ 50.8981,0.9980,1.0000
1099
+ 50.9446,0.9979,1.0000
1100
+ 50.9910,0.9979,1.0000
1101
+ 51.0375,0.9979,1.0000
1102
+ 51.0839,0.9979,0.9999
1103
+ 51.1303,0.9980,0.9999
1104
+ 51.1768,0.9981,0.9998
1105
+ 51.2232,0.9983,0.9997
1106
+ 51.2697,0.9983,0.9995
1107
+ 51.3161,0.9984,0.9992
1108
+ 51.3625,0.9985,0.9987
1109
+ 51.4090,0.9985,0.9978
1110
+ 51.4554,0.9985,0.9967
1111
+ 51.5019,0.9984,0.9951
1112
+ 51.5483,0.9984,0.9934
1113
+ 51.5947,0.9983,0.9918
1114
+ 51.6412,0.9983,0.9906
1115
+ 51.6876,0.9982,0.9901
1116
+ 51.7341,0.9982,0.9904
1117
+ 51.7805,0.9982,0.9914
1118
+ 51.8269,0.9982,0.9929
1119
+ 51.8734,0.9982,0.9945
1120
+ 51.9198,0.9982,0.9959
1121
+ 51.9663,0.9982,0.9970
1122
+ 52.0127,0.9982,0.9977
1123
+ 52.0591,0.9982,0.9983
1124
+ 52.1056,0.9982,0.9986
1125
+ 52.1520,0.9982,0.9988
1126
+ 52.1985,0.9981,0.9990
1127
+ 52.2449,0.9981,0.9991
1128
+ 52.2913,0.9980,0.9992
1129
+ 52.3378,0.9980,0.9993
1130
+ 52.3842,0.9979,0.9993
1131
+ 52.4307,0.9979,0.9994
1132
+ 52.4771,0.9979,0.9995
1133
+ 52.5235,0.9980,0.9996
1134
+ 52.5700,0.9981,0.9996
1135
+ 52.6164,0.9983,0.9997
1136
+ 52.6629,0.9985,0.9997
1137
+ 52.7093,0.9987,0.9997
1138
+ 52.7557,0.9989,0.9998
1139
+ 52.8022,0.9991,0.9998
1140
+ 52.8486,0.9992,0.9998
1141
+ 52.8951,0.9993,0.9999
1142
+ 52.9415,0.9994,0.9999
1143
+ 52.9879,0.9994,0.9999
1144
+ 53.0344,0.9995,0.9999
1145
+ 53.0808,0.9995,0.9999
1146
+ 53.1273,0.9995,0.9999
1147
+ 53.1737,0.9995,0.9999
1148
+ 53.2201,0.9994,0.9999
1149
+ 53.2666,0.9994,0.9999
1150
+ 53.3130,0.9994,0.9999
1151
+ 53.3595,0.9993,0.9999
1152
+ 53.4059,0.9993,0.9999
1153
+ 53.4523,0.9992,0.9999
1154
+ 53.4988,0.9992,0.9999
1155
+ 53.5452,0.9991,0.9999
1156
+ 53.5917,0.9991,0.9998
1157
+ 53.6381,0.9990,0.9998
1158
+ 53.6845,0.9990,0.9998
1159
+ 53.7310,0.9990,0.9998
1160
+ 53.7774,0.9990,0.9998
1161
+ 53.8239,0.9991,0.9998
1162
+ 53.8703,0.9991,0.9998
1163
+ 53.9167,0.9992,0.9999
1164
+ 53.9632,0.9993,0.9999
1165
+ 54.0096,0.9993,0.9999
1166
+ 54.0561,0.9994,0.9999
1167
+ 54.1025,0.9994,1.0000
1168
+ 54.1489,0.9994,1.0000
1169
+ 54.1954,0.9994,1.0000
1170
+ 54.2418,0.9994,1.0000
1171
+ 54.2883,0.9993,1.0000
1172
+ 54.3347,0.9993,1.0000
1173
+ 54.3811,0.9993,1.0000
1174
+ 54.4276,0.9993,1.0000
1175
+ 54.4740,0.9993,1.0000
1176
+ 54.5205,0.9993,0.9999
1177
+ 54.5669,0.9993,0.9999
1178
+ 54.6133,0.9993,0.9999
1179
+ 54.6598,0.9993,0.9999
1180
+ 54.7062,0.9994,0.9999
1181
+ 54.7527,0.9994,0.9999
1182
+ 54.7991,0.9994,0.9999
1183
+ 54.8455,0.9995,0.9999
1184
+ 54.8920,0.9995,0.9999
1185
+ 54.9384,0.9995,0.9999
1186
+ 54.9849,0.9995,0.9998
1187
+ 55.0313,0.9995,0.9998
1188
+ 55.0777,0.9995,0.9998
1189
+ 55.1242,0.9995,0.9997
1190
+ 55.1706,0.9995,0.9997
1191
+ 55.2171,0.9995,0.9996
1192
+ 55.2635,0.9995,0.9996
1193
+ 55.3099,0.9996,0.9996
1194
+ 55.3564,0.9996,0.9996
1195
+ 55.4028,0.9996,0.9997
1196
+ 55.4493,0.9997,0.9998
1197
+ 55.4957,0.9997,0.9998
1198
+ 55.5421,0.9998,0.9999
1199
+ 55.5886,0.9998,0.9999
1200
+ 55.6350,0.9999,0.9999
1201
+ 55.6815,0.9999,1.0000
1202
+ 55.7279,0.9999,1.0000
1203
+ 55.7743,0.9999,1.0000
1204
+ 55.8208,0.9999,1.0000
1205
+ 55.8672,0.9999,1.0000
1206
+ 55.9137,0.9999,1.0000
1207
+ 55.9601,0.9999,1.0000
1208
+ 56.0065,0.9999,0.9999
1209
+ 56.0530,0.9999,0.9999
1210
+ 56.0994,0.9998,0.9999
1211
+ 56.1459,0.9997,0.9999
1212
+ 56.1923,0.9996,0.9998
1213
+ 56.2387,0.9994,0.9998
1214
+ 56.2852,0.9992,0.9998
1215
+ 56.3316,0.9989,0.9998
1216
+ 56.3780,0.9986,0.9998
1217
+ 56.4245,0.9983,0.9999
1218
+ 56.4709,0.9980,0.9999
1219
+ 56.5174,0.9979,0.9999
1220
+ 56.5638,0.9978,0.9999
1221
+ 56.6102,0.9979,0.9999
1222
+ 56.6567,0.9979,0.9999
1223
+ 56.7031,0.9979,0.9999
1224
+ 56.7496,0.9978,0.9999
1225
+ 56.7960,0.9976,0.9999
1226
+ 56.8424,0.9972,0.9999
1227
+ 56.8889,0.9966,0.9999
1228
+ 56.9353,0.9959,0.9999
1229
+ 56.9818,0.9949,0.9999
1230
+ 57.0282,0.9937,0.9999
1231
+ 57.0746,0.9925,0.9999
1232
+ 57.1211,0.9914,0.9999
1233
+ 57.1675,0.9907,0.9999
1234
+ 57.2140,0.9906,0.9999
1235
+ 57.2604,0.9911,0.9999
1236
+ 57.3068,0.9921,0.9999
1237
+ 57.3533,0.9935,0.9998
1238
+ 57.3997,0.9949,0.9998
1239
+ 57.4462,0.9962,0.9998
1240
+ 57.4926,0.9973,0.9998
1241
+ 57.5390,0.9980,0.9998
1242
+ 57.5855,0.9985,0.9999
1243
+ 57.6319,0.9987,0.9999
1244
+ 57.6784,0.9989,0.9999
1245
+ 57.7248,0.9989,0.9999
1246
+ 57.7712,0.9988,0.9999
1247
+ 57.8177,0.9986,1.0000
1248
+ 57.8641,0.9984,1.0000
1249
+ 57.9106,0.9980,1.0000
1250
+ 57.9570,0.9976,1.0000
1251
+ 58.0034,0.9971,1.0000
1252
+ 58.0499,0.9966,1.0000
1253
+ 58.0963,0.9962,1.0000
1254
+ 58.1428,0.9961,1.0000
1255
+ 58.1892,0.9961,1.0000
1256
+ 58.2356,0.9964,0.9999
1257
+ 58.2821,0.9969,0.9999
1258
+ 58.3285,0.9974,0.9998
1259
+ 58.3750,0.9979,0.9997
1260
+ 58.4214,0.9983,0.9994
1261
+ 58.4678,0.9985,0.9988
1262
+ 58.5143,0.9987,0.9976
1263
+ 58.5607,0.9988,0.9955
1264
+ 58.6072,0.9987,0.9921
1265
+ 58.6536,0.9986,0.9877
1266
+ 58.7000,0.9985,0.9833
1267
+ 58.7465,0.9982,0.9805
1268
+ 58.7929,0.9979,0.9806
1269
+ 58.8394,0.9976,0.9835
1270
+ 58.8858,0.9972,0.9877
1271
+ 58.9322,0.9969,0.9918
1272
+ 58.9787,0.9967,0.9949
1273
+ 59.0251,0.9966,0.9969
1274
+ 59.0716,0.9966,0.9982
1275
+ 59.1180,0.9967,0.9989
1276
+ 59.1644,0.9969,0.9993
1277
+ 59.2109,0.9970,0.9995
1278
+ 59.2573,0.9971,0.9996
1279
+ 59.3038,0.9969,0.9997
1280
+ 59.3502,0.9966,0.9997
1281
+ 59.3966,0.9960,0.9997
1282
+ 59.4431,0.9949,0.9997
1283
+ 59.4895,0.9933,0.9996
1284
+ 59.5360,0.9911,0.9995
1285
+ 59.5824,0.9882,0.9994
1286
+ 59.6288,0.9843,0.9992
1287
+ 59.6753,0.9797,0.9990
1288
+ 59.7217,0.9745,0.9988
1289
+ 59.7682,0.9691,0.9986
1290
+ 59.8146,0.9642,0.9985
1291
+ 59.8610,0.9605,0.9985
1292
+ 59.9075,0.9589,0.9985
1293
+ 59.9539,0.9596,0.9986
1294
+ 60.0004,0.9626,0.9987
1295
+ 60.0468,0.9675,0.9989
1296
+ 60.0932,0.9735,0.9991
1297
+ 60.1397,0.9796,0.9993
1298
+ 60.1861,0.9850,0.9994
1299
+ 60.2326,0.9892,0.9995
1300
+ 60.2790,0.9922,0.9996
1301
+ 60.3254,0.9942,0.9996
1302
+ 60.3719,0.9954,0.9996
1303
+ 60.4183,0.9962,0.9996
1304
+ 60.4648,0.9966,0.9996
1305
+ 60.5112,0.9968,0.9995
1306
+ 60.5576,0.9970,0.9994
1307
+ 60.6041,0.9972,0.9993
1308
+ 60.6505,0.9973,0.9991
1309
+ 60.6970,0.9976,0.9988
1310
+ 60.7434,0.9979,0.9984
1311
+ 60.7898,0.9982,0.9978
1312
+ 60.8363,0.9985,0.9970
1313
+ 60.8827,0.9989,0.9958
1314
+ 60.9292,0.9991,0.9943
1315
+ 60.9756,0.9992,0.9926
1316
+ 61.0220,0.9993,0.9912
1317
+ 61.0685,0.9993,0.9901
1318
+ 61.1149,0.9992,0.9898
1319
+ 61.1614,0.9991,0.9901
1320
+ 61.2078,0.9988,0.9907
1321
+ 61.2542,0.9985,0.9915
1322
+ 61.3007,0.9980,0.9923
1323
+ 61.3471,0.9973,0.9929
1324
+ 61.3936,0.9964,0.9934
1325
+ 61.4400,0.9953,0.9936
1326
+ 61.4864,0.9942,0.9938
1327
+ 61.5329,0.9932,0.9938
1328
+ 61.5793,0.9925,0.9938
1329
+ 61.6258,0.9921,0.9938
1330
+ 61.6722,0.9923,0.9938
1331
+ 61.7186,0.9929,0.9941
1332
+ 61.7651,0.9938,0.9945
1333
+ 61.8115,0.9949,0.9950
1334
+ 61.8580,0.9958,0.9957
1335
+ 61.9044,0.9967,0.9964
1336
+ 61.9508,0.9973,0.9970
1337
+ 61.9973,0.9978,0.9974
1338
+ 62.0437,0.9981,0.9978
1339
+ 62.0902,0.9983,0.9981
1340
+ 62.1366,0.9983,0.9984
1341
+ 62.1830,0.9983,0.9986
1342
+ 62.2295,0.9983,0.9989
1343
+ 62.2759,0.9982,0.9991
1344
+ 62.3224,0.9983,0.9994
1345
+ 62.3688,0.9984,0.9996
1346
+ 62.4152,0.9986,0.9997
1347
+ 62.4617,0.9988,0.9998
1348
+ 62.5081,0.9991,0.9998
1349
+ 62.5546,0.9993,0.9999
1350
+ 62.6010,0.9994,0.9999
1351
+ 62.6474,0.9995,0.9999
1352
+ 62.6939,0.9996,0.9999
1353
+ 62.7403,0.9996,0.9999
1354
+ 62.7868,0.9995,0.9999
1355
+ 62.8332,0.9994,0.9999
1356
+ 62.8796,0.9992,0.9999
1357
+ 62.9261,0.9989,0.9999
1358
+ 62.9725,0.9983,0.9999
1359
+ 63.0190,0.9976,0.9999
1360
+ 63.0654,0.9965,0.9999
1361
+ 63.1118,0.9950,0.9999
1362
+ 63.1583,0.9931,0.9998
1363
+ 63.2047,0.9907,0.9998
1364
+ 63.2512,0.9881,0.9998
1365
+ 63.2976,0.9856,0.9997
1366
+ 63.3440,0.9836,0.9997
1367
+ 63.3905,0.9825,0.9997
1368
+ 63.4369,0.9825,0.9997
1369
+ 63.4834,0.9837,0.9996
1370
+ 63.5298,0.9857,0.9996
1371
+ 63.5762,0.9880,0.9996
1372
+ 63.6227,0.9904,0.9996
1373
+ 63.6691,0.9925,0.9996
1374
+ 63.7156,0.9941,0.9995
1375
+ 63.7620,0.9952,0.9995
1376
+ 63.8084,0.9960,0.9994
1377
+ 63.8549,0.9964,0.9993
1378
+ 63.9013,0.9967,0.9992
1379
+ 63.9478,0.9969,0.9991
1380
+ 63.9942,0.9971,0.9990
1381
+ 64.0406,0.9973,0.9989
1382
+ 64.0871,0.9975,0.9988
1383
+ 64.1335,0.9978,0.9988
1384
+ 64.1800,0.9980,0.9987
1385
+ 64.2264,0.9982,0.9987
1386
+ 64.2728,0.9984,0.9988
1387
+ 64.3193,0.9985,0.9988
1388
+ 64.3657,0.9986,0.9989
1389
+ 64.4122,0.9985,0.9990
1390
+ 64.4586,0.9983,0.9990
1391
+ 64.5050,0.9980,0.9991
1392
+ 64.5515,0.9973,0.9991
1393
+ 64.5979,0.9963,0.9991
1394
+ 64.6444,0.9948,0.9991
1395
+ 64.6908,0.9927,0.9991
1396
+ 64.7372,0.9899,0.9990
1397
+ 64.7837,0.9865,0.9989
1398
+ 64.8301,0.9829,0.9987
1399
+ 64.8766,0.9795,0.9984
1400
+ 64.9230,0.9768,0.9981
1401
+ 64.9694,0.9755,0.9976
1402
+ 65.0159,0.9759,0.9969
1403
+ 65.0623,0.9779,0.9960
1404
+ 65.1088,0.9810,0.9947
1405
+ 65.1552,0.9846,0.9930
1406
+ 65.2016,0.9882,0.9908
1407
+ 65.2481,0.9914,0.9881
1408
+ 65.2945,0.9939,0.9852
1409
+ 65.3410,0.9958,0.9824
1410
+ 65.3874,0.9971,0.9805
1411
+ 65.4338,0.9979,0.9799
1412
+ 65.4803,0.9984,0.9809
1413
+ 65.5267,0.9987,0.9833
1414
+ 65.5732,0.9989,0.9866
1415
+ 65.6196,0.9989,0.9901
1416
+ 65.6660,0.9988,0.9933
1417
+ 65.7125,0.9987,0.9958
1418
+ 65.7589,0.9986,0.9975
1419
+ 65.8054,0.9985,0.9985
1420
+ 65.8518,0.9984,0.9991
1421
+ 65.8982,0.9983,0.9995
1422
+ 65.9447,0.9983,0.9997
1423
+ 65.9911,0.9984,0.9998
1424
+ 66.0376,0.9985,0.9999
1425
+ 66.0840,0.9985,0.9999
1426
+ 66.1304,0.9985,0.9999
1427
+ 66.1769,0.9984,0.9999
1428
+ 66.2233,0.9981,0.9999
1429
+ 66.2698,0.9975,0.9999
1430
+ 66.3162,0.9967,0.9999
1431
+ 66.3626,0.9954,0.9999
1432
+ 66.4091,0.9934,0.9999
1433
+ 66.4555,0.9906,0.9998
1434
+ 66.5020,0.9869,0.9998
1435
+ 66.5484,0.9821,0.9996
1436
+ 66.5948,0.9765,0.9995
1437
+ 66.6413,0.9705,0.9993
1438
+ 66.6877,0.9647,0.9991
1439
+ 66.7341,0.9603,0.9988
1440
+ 66.7806,0.9582,0.9987
1441
+ 66.8270,0.9588,0.9986
1442
+ 66.8735,0.9620,0.9986
1443
+ 66.9199,0.9672,0.9988
1444
+ 66.9663,0.9733,0.9990
1445
+ 67.0128,0.9794,0.9993
1446
+ 67.0592,0.9848,0.9995
1447
+ 67.1057,0.9890,0.9996
1448
+ 67.1521,0.9922,0.9997
1449
+ 67.1985,0.9944,0.9998
1450
+ 67.2450,0.9958,0.9998
1451
+ 67.2914,0.9968,0.9998
1452
+ 67.3379,0.9973,0.9998
1453
+ 67.3843,0.9977,0.9998
1454
+ 67.4307,0.9980,0.9998
1455
+ 67.4772,0.9983,0.9998
1456
+ 67.5236,0.9985,0.9998
1457
+ 67.5701,0.9987,0.9997
1458
+ 67.6165,0.9989,0.9997
1459
+ 67.6629,0.9991,0.9996
1460
+ 67.7094,0.9993,0.9996
1461
+ 67.7558,0.9994,0.9996
1462
+ 67.8023,0.9994,0.9995
1463
+ 67.8487,0.9995,0.9995
1464
+ 67.8951,0.9995,0.9995
1465
+ 67.9416,0.9994,0.9995
1466
+ 67.9880,0.9993,0.9994
1467
+ 68.0345,0.9991,0.9994
1468
+ 68.0809,0.9987,0.9994
1469
+ 68.1273,0.9981,0.9994
1470
+ 68.1738,0.9972,0.9994
1471
+ 68.2202,0.9959,0.9995
1472
+ 68.2667,0.9941,0.9995
1473
+ 68.3131,0.9919,0.9996
1474
+ 68.3595,0.9894,0.9997
1475
+ 68.4060,0.9869,0.9998
1476
+ 68.4524,0.9849,0.9998
1477
+ 68.4989,0.9836,0.9998
1478
+ 68.5453,0.9834,0.9999
1479
+ 68.5917,0.9843,0.9999
1480
+ 68.6382,0.9861,0.9999
1481
+ 68.6846,0.9885,0.9999
1482
+ 68.7311,0.9910,0.9999
1483
+ 68.7775,0.9933,0.9998
1484
+ 68.8239,0.9952,0.9998
1485
+ 68.8704,0.9966,0.9997
1486
+ 68.9168,0.9975,0.9995
1487
+ 68.9633,0.9981,0.9993
1488
+ 69.0097,0.9984,0.9990
1489
+ 69.0561,0.9986,0.9987
1490
+ 69.1026,0.9987,0.9984
1491
+ 69.1490,0.9988,0.9981
1492
+ 69.1955,0.9988,0.9980
1493
+ 69.2419,0.9988,0.9980
1494
+ 69.2883,0.9989,0.9981
1495
+ 69.3348,0.9989,0.9983
1496
+ 69.3812,0.9990,0.9986
1497
+ 69.4277,0.9990,0.9988
1498
+ 69.4741,0.9991,0.9990
1499
+ 69.5205,0.9991,0.9992
1500
+ 69.5670,0.9991,0.9994
1501
+ 69.6134,0.9991,0.9995
1502
+ 69.6599,0.9989,0.9996
1503
+ 69.7063,0.9985,0.9996
1504
+ 69.7527,0.9980,0.9997
1505
+ 69.7992,0.9970,0.9997
1506
+ 69.8456,0.9956,0.9997
1507
+ 69.8921,0.9936,0.9997
1508
+ 69.9385,0.9909,0.9997
1509
+ 69.9849,0.9877,0.9998
1510
+ 70.0314,0.9843,0.9998
1511
+ 70.0778,0.9810,0.9998
1512
+ 70.1243,0.9784,0.9998
1513
+ 70.1707,0.9772,0.9998
1514
+ 70.2171,0.9776,0.9998
1515
+ 70.2636,0.9794,0.9998
1516
+ 70.3100,0.9822,0.9998
1517
+ 70.3565,0.9855,0.9999
1518
+ 70.4029,0.9888,0.9999
1519
+ 70.4493,0.9917,0.9999
1520
+ 70.4958,0.9940,0.9999
1521
+ 70.5422,0.9957,0.9999
1522
+ 70.5887,0.9969,0.9999
1523
+ 70.6351,0.9977,0.9999
1524
+ 70.6815,0.9982,0.9999
1525
+ 70.7280,0.9985,0.9999
1526
+ 70.7744,0.9986,0.9999
1527
+ 70.8209,0.9987,0.9999
1528
+ 70.8673,0.9987,0.9999
1529
+ 70.9137,0.9988,0.9999
1530
+ 70.9602,0.9989,0.9998
1531
+ 71.0066,0.9989,0.9998
1532
+ 71.0531,0.9990,0.9998
1533
+ 71.0995,0.9991,0.9997
1534
+ 71.1459,0.9992,0.9996
1535
+ 71.1924,0.9992,0.9995
1536
+ 71.2388,0.9993,0.9994
1537
+ 71.2853,0.9992,0.9993
1538
+ 71.3317,0.9991,0.9992
1539
+ 71.3781,0.9988,0.9990
1540
+ 71.4246,0.9984,0.9989
1541
+ 71.4710,0.9977,0.9988
1542
+ 71.5175,0.9966,0.9988
1543
+ 71.5639,0.9949,0.9987
1544
+ 71.6103,0.9925,0.9986
1545
+ 71.6568,0.9893,0.9985
1546
+ 71.7032,0.9854,0.9984
1547
+ 71.7497,0.9808,0.9983
1548
+ 71.7961,0.9761,0.9981
1549
+ 71.8425,0.9718,0.9979
1550
+ 71.8890,0.9686,0.9976
1551
+ 71.9354,0.9668,0.9972
1552
+ 71.9819,0.9667,0.9966
1553
+ 72.0283,0.9683,0.9958
1554
+ 72.0747,0.9713,0.9946
1555
+ 72.1212,0.9754,0.9929
1556
+ 72.1676,0.9798,0.9906
1557
+ 72.2141,0.9839,0.9878
1558
+ 72.2605,0.9874,0.9848
1559
+ 72.3069,0.9902,0.9819
1560
+ 72.3534,0.9921,0.9800
1561
+ 72.3998,0.9935,0.9794
1562
+ 72.4463,0.9943,0.9803
1563
+ 72.4927,0.9949,0.9824
1564
+ 72.5391,0.9954,0.9852
1565
+ 72.5856,0.9959,0.9882
1566
+ 72.6320,0.9964,0.9909
1567
+ 72.6785,0.9969,0.9931
1568
+ 72.7249,0.9975,0.9949
1569
+ 72.7713,0.9982,0.9963
1570
+ 72.8178,0.9987,0.9974
1571
+ 72.8642,0.9992,0.9982
1572
+ 72.9107,0.9995,0.9988
1573
+ 72.9571,0.9997,0.9992
1574
+ 73.0035,0.9998,0.9995
1575
+ 73.0500,0.9999,0.9996
1576
+ 73.0964,0.9999,0.9997
1577
+ 73.1429,1.0000,0.9998
1578
+ 73.1893,1.0000,0.9998
1579
+ 73.2357,1.0000,0.9998
1580
+ 73.2822,1.0000,0.9999
1581
+ 73.3286,1.0000,0.9998
1582
+ 73.3751,1.0000,0.9998
1583
+ 73.4215,1.0000,0.9998
1584
+ 73.4679,1.0000,0.9998
1585
+ 73.5144,1.0000,0.9998
1586
+ 73.5608,0.9999,0.9998
1587
+ 73.6073,0.9999,0.9997
1588
+ 73.6537,0.9999,0.9997
1589
+ 73.7001,0.9999,0.9997
1590
+ 73.7466,0.9999,0.9997
1591
+ 73.7930,0.9998,0.9996
1592
+ 73.8395,0.9998,0.9996
1593
+ 73.8859,0.9998,0.9996
1594
+ 73.9323,0.9997,0.9996
1595
+ 73.9788,0.9997,0.9996
1596
+ 74.0252,0.9997,0.9996
1597
+ 74.0717,0.9996,0.9996
1598
+ 74.1181,0.9996,0.9996
1599
+ 74.1645,0.9995,0.9996
1600
+ 74.2110,0.9994,0.9996
1601
+ 74.2574,0.9994,0.9995
1602
+ 74.3039,0.9993,0.9994
1603
+ 74.3503,0.9992,0.9993
1604
+ 74.3967,0.9991,0.9991
1605
+ 74.4432,0.9990,0.9989
1606
+ 74.4896,0.9990,0.9985
1607
+ 74.5361,0.9990,0.9980
1608
+ 74.5825,0.9991,0.9973
1609
+ 74.6289,0.9992,0.9964
1610
+ 74.6754,0.9993,0.9955
1611
+ 74.7218,0.9994,0.9946
1612
+ 74.7683,0.9995,0.9942
1613
+ 74.8147,0.9996,0.9943
1614
+ 74.8611,0.9996,0.9950
1615
+ 74.9076,0.9996,0.9960
1616
+ 74.9540,0.9997,0.9971
1617
+ 75.0005,0.9997,0.9979
1618
+ 75.0469,0.9997,0.9985
1619
+ 75.0933,0.9997,0.9990
1620
+ 75.1398,0.9997,0.9993
1621
+ 75.1862,0.9997,0.9995
1622
+ 75.2327,0.9997,0.9996
1623
+ 75.2791,0.9997,0.9997
1624
+ 75.3255,0.9997,0.9997
1625
+ 75.3720,0.9997,0.9997
1626
+ 75.4184,0.9996,0.9997
1627
+ 75.4649,0.9996,0.9997
1628
+ 75.5113,0.9995,0.9997
1629
+ 75.5577,0.9993,0.9996
1630
+ 75.6042,0.9991,0.9995
1631
+ 75.6506,0.9989,0.9993
1632
+ 75.6971,0.9985,0.9991
1633
+ 75.7435,0.9982,0.9987
1634
+ 75.7899,0.9978,0.9983
1635
+ 75.8364,0.9975,0.9979
1636
+ 75.8828,0.9974,0.9975
1637
+ 75.9293,0.9975,0.9974
1638
+ 75.9757,0.9977,0.9975
1639
+ 76.0221,0.9981,0.9977
1640
+ 76.0686,0.9985,0.9981
1641
+ 76.1150,0.9989,0.9984
1642
+ 76.1615,0.9993,0.9987
1643
+ 76.2079,0.9995,0.9989
1644
+ 76.2543,0.9997,0.9991
1645
+ 76.3008,0.9998,0.9992
1646
+ 76.3472,0.9999,0.9993
1647
+ 76.3937,0.9999,0.9994
1648
+ 76.4401,1.0000,0.9995
1649
+ 76.4865,1.0000,0.9996
1650
+ 76.5330,1.0000,0.9996
1651
+ 76.5794,1.0000,0.9996
1652
+ 76.6259,1.0000,0.9997
1653
+ 76.6723,1.0000,0.9997
1654
+ 76.7187,1.0000,0.9997
1655
+ 76.7652,1.0000,0.9997
1656
+ 76.8116,1.0000,0.9997
1657
+ 76.8580,1.0000,0.9997
1658
+ 76.9045,1.0000,0.9997
1659
+ 76.9509,1.0000,0.9997
1660
+ 76.9974,1.0000,0.9997
1661
+ 77.0438,1.0000,0.9997
1662
+ 77.0902,1.0000,0.9997
1663
+ 77.1367,1.0000,0.9997
1664
+ 77.1831,0.9999,0.9997
1665
+ 77.2296,0.9999,0.9997
1666
+ 77.2760,0.9999,0.9996
1667
+ 77.3224,0.9998,0.9996
1668
+ 77.3689,0.9997,0.9995
1669
+ 77.4153,0.9997,0.9995
1670
+ 77.4618,0.9996,0.9994
1671
+ 77.5082,0.9996,0.9994
1672
+ 77.5546,0.9995,0.9993
1673
+ 77.6011,0.9996,0.9992
1674
+ 77.6475,0.9996,0.9992
1675
+ 77.6940,0.9996,0.9992
1676
+ 77.7404,0.9997,0.9992
1677
+ 77.7868,0.9998,0.9993
1678
+ 77.8333,0.9999,0.9993
1679
+ 77.8797,0.9999,0.9994
1680
+ 77.9262,0.9999,0.9995
1681
+ 77.9726,1.0000,0.9995
1682
+ 78.0190,1.0000,0.9995
1683
+ 78.0655,1.0000,0.9996
1684
+ 78.1119,1.0000,0.9996
1685
+ 78.1584,1.0000,0.9997
1686
+ 78.2048,1.0000,0.9997
1687
+ 78.2512,1.0000,0.9997
1688
+ 78.2977,1.0000,0.9998
1689
+ 78.3441,1.0000,0.9998
1690
+ 78.3906,1.0000,0.9998
1691
+ 78.4370,1.0000,0.9998
1692
+ 78.4834,1.0000,0.9998
1693
+ 78.5299,1.0000,0.9998
1694
+ 78.5763,1.0000,0.9997
1695
+ 78.6228,1.0000,0.9997
1696
+ 78.6692,1.0000,0.9997
1697
+ 78.7156,1.0000,0.9996
1698
+ 78.7621,1.0000,0.9996
1699
+ 78.8085,1.0000,0.9995
1700
+ 78.8550,0.9999,0.9994
1701
+ 78.9014,0.9999,0.9993
1702
+ 78.9478,0.9999,0.9991
1703
+ 78.9943,0.9999,0.9990
1704
+ 79.0407,0.9999,0.9988
1705
+ 79.0872,0.9999,0.9985
1706
+ 79.1336,0.9999,0.9982
1707
+ 79.1800,0.9999,0.9979
1708
+ 79.2265,0.9999,0.9975
1709
+ 79.2729,0.9999,0.9972
1710
+ 79.3194,0.9999,0.9970
1711
+ 79.3658,0.9999,0.9970
1712
+ 79.4122,0.9999,0.9973
1713
+ 79.4587,0.9999,0.9977
1714
+ 79.5051,0.9999,0.9982
1715
+ 79.5516,0.9999,0.9986
1716
+ 79.5980,0.9999,0.9989
1717
+ 79.6444,0.9999,0.9992
1718
+ 79.6909,1.0000,0.9994
1719
+ 79.7373,1.0000,0.9995
1720
+ 79.7838,1.0000,0.9996
1721
+ 79.8302,1.0000,0.9997
1722
+ 79.8766,1.0000,0.9997
1723
+ 79.9231,1.0000,0.9997
1724
+ 79.9695,1.0000,0.9998
1725
+ 80.0160,1.0000,0.9998
1726
+ 80.0624,1.0000,0.9998
1727
+ 80.1088,1.0000,0.9998
1728
+ 80.1553,1.0000,0.9998
1729
+ 80.2017,1.0000,0.9998
1730
+ 80.2482,1.0000,0.9998
1731
+ 80.2946,1.0000,0.9998
1732
+ 80.3410,1.0000,0.9997
1733
+ 80.3875,1.0000,0.9997
1734
+ 80.4339,1.0000,0.9997
1735
+ 80.4804,1.0000,0.9997
1736
+ 80.5268,1.0000,0.9997
1737
+ 80.5732,1.0000,0.9997
1738
+ 80.6197,1.0000,0.9998
1739
+ 80.6661,1.0000,0.9998
1740
+ 80.7126,1.0000,0.9998
1741
+ 80.7590,1.0000,0.9997
1742
+ 80.8054,1.0000,0.9997
1743
+ 80.8519,1.0000,0.9997
1744
+ 80.8983,1.0000,0.9997
1745
+ 80.9448,1.0000,0.9997
1746
+ 80.9912,1.0000,0.9996
1747
+ 81.0376,1.0000,0.9996
1748
+ 81.0841,1.0000,0.9995
1749
+ 81.1305,1.0000,0.9994
1750
+ 81.1770,1.0000,0.9993
1751
+ 81.2234,1.0000,0.9992
1752
+ 81.2698,1.0000,0.9990
1753
+ 81.3163,1.0000,0.9989
1754
+ 81.3627,1.0000,0.9987
1755
+ 81.4092,1.0000,0.9987
1756
+ 81.4556,1.0000,0.9987
1757
+ 81.5020,1.0000,0.9987
1758
+ 81.5485,1.0000,0.9989
1759
+ 81.5949,1.0000,0.9990
1760
+ 81.6414,1.0000,0.9992
1761
+ 81.6878,1.0000,0.9993
1762
+ 81.7342,1.0000,0.9994
1763
+ 81.7807,1.0000,0.9994
1764
+ 81.8271,1.0000,0.9994
1765
+ 81.8736,1.0000,0.9994
1766
+ 81.9200,1.0000,0.9994
1767
+ 81.9664,1.0000,0.9993
1768
+ 82.0129,1.0000,0.9992
1769
+ 82.0593,1.0000,0.9992
1770
+ 82.1058,1.0000,0.9991
1771
+ 82.1522,1.0000,0.9990
1772
+ 82.1986,1.0000,0.9989
1773
+ 82.2451,1.0000,0.9989
1774
+ 82.2915,1.0000,0.9989
1775
+ 82.3380,1.0000,0.9989
1776
+ 82.3844,1.0000,0.9990
1777
+ 82.4308,1.0000,0.9991
1778
+ 82.4773,1.0000,0.9992
1779
+ 82.5237,1.0000,0.9993
1780
+ 82.5702,1.0000,0.9994
1781
+ 82.6166,1.0000,0.9994
1782
+ 82.6630,1.0000,0.9995
1783
+ 82.7095,1.0000,0.9995
1784
+ 82.7559,1.0000,0.9995
1785
+ 82.8024,1.0000,0.9995
1786
+ 82.8488,1.0000,0.9996
1787
+ 82.8952,1.0000,0.9996
1788
+ 82.9417,1.0000,0.9997
1789
+ 82.9881,1.0000,0.9997
1790
+ 83.0346,1.0000,0.9997
1791
+ 83.0810,1.0000,0.9998
1792
+ 83.1274,1.0000,0.9998
1793
+ 83.1739,1.0000,0.9998
1794
+ 83.2203,1.0000,0.9998
1795
+ 83.2668,1.0000,0.9999
1796
+ 83.3132,1.0000,0.9999
1797
+ 83.3596,1.0000,0.9999
1798
+ 83.4061,1.0000,0.9999
1799
+ 83.4525,1.0000,0.9999
1800
+ 83.4990,1.0000,0.9999
1801
+ 83.5454,1.0000,0.9999
1802
+ 83.5918,1.0000,1.0000
1803
+ 83.6383,1.0000,1.0000
1804
+ 83.6847,1.0000,1.0000
1805
+ 83.7312,1.0000,1.0000
1806
+ 83.7776,1.0000,1.0000
1807
+ 83.8240,1.0000,0.9999
1808
+ 83.8705,1.0000,0.9999
1809
+ 83.9169,1.0000,0.9999
1810
+ 83.9634,1.0000,0.9999
1811
+ 84.0098,1.0000,0.9999
1812
+ 84.0562,1.0000,0.9999
1813
+ 84.1027,1.0000,0.9998
1814
+ 84.1491,1.0000,0.9997
1815
+ 84.1956,1.0000,0.9996
1816
+ 84.2420,1.0000,0.9996
1817
+ 84.2884,1.0000,0.9995
1818
+ 84.3349,1.0000,0.9995
1819
+ 84.3813,1.0000,0.9995
1820
+ 84.4278,1.0000,0.9996
1821
+ 84.4742,1.0000,0.9997
1822
+ 84.5206,1.0000,0.9997
1823
+ 84.5671,1.0000,0.9998
1824
+ 84.6135,1.0000,0.9998
1825
+ 84.6600,1.0000,0.9998
1826
+ 84.7064,1.0000,0.9999
1827
+ 84.7528,1.0000,0.9999
1828
+ 84.7993,1.0000,0.9999
1829
+ 84.8457,1.0000,0.9999
1830
+ 84.8922,1.0000,0.9999
1831
+ 84.9386,1.0000,0.9999
1832
+ 84.9850,1.0000,0.9999
1833
+ 85.0315,1.0000,0.9999
1834
+ 85.0779,1.0000,0.9999
1835
+ 85.1244,0.9999,0.9999
1836
+ 85.1708,0.9999,0.9999
1837
+ 85.2172,1.0000,0.9999
1838
+ 85.2637,1.0000,0.9999
1839
+ 85.3101,1.0000,0.9999
1840
+ 85.3566,1.0000,0.9999
1841
+ 85.4030,1.0000,0.9998
1842
+ 85.4494,1.0000,0.9998
1843
+ 85.4959,1.0000,0.9998
1844
+ 85.5423,1.0000,0.9998
1845
+ 85.5888,1.0000,0.9998
1846
+ 85.6352,1.0000,0.9998
1847
+ 85.6816,1.0000,0.9998
1848
+ 85.7281,1.0000,0.9998
1849
+ 85.7745,1.0000,0.9997
1850
+ 85.8210,1.0000,0.9997
1851
+ 85.8674,1.0000,0.9997
1852
+ 85.9138,1.0000,0.9996
1853
+ 85.9603,1.0000,0.9996
1854
+ 86.0067,1.0000,0.9995
1855
+ 86.0532,1.0000,0.9994
1856
+ 86.0996,1.0000,0.9993
1857
+ 86.1460,1.0000,0.9992
1858
+ 86.1925,1.0000,0.9991
1859
+ 86.2389,1.0000,0.9991
1860
+ 86.2854,1.0000,0.9992
1861
+ 86.3318,1.0000,0.9994
1862
+ 86.3782,1.0000,0.9995
1863
+ 86.4247,1.0000,0.9996
1864
+ 86.4711,1.0000,0.9997
1865
+ 86.5176,1.0000,0.9998
1866
+ 86.5640,0.9999,0.9999
1867
+ 86.6104,0.9999,0.9999
1868
+ 86.6569,1.0000,0.9999
1869
+ 86.7033,1.0000,0.9999
1870
+ 86.7498,1.0000,1.0000
1871
+ 86.7962,1.0000,1.0000
1872
+ 86.8426,1.0000,1.0000
1873
+ 86.8891,1.0000,1.0000
1874
+ 86.9355,1.0000,1.0000
1875
+ 86.9820,1.0000,1.0000
1876
+ 87.0284,1.0000,1.0000
1877
+ 87.0748,1.0000,1.0000
1878
+ 87.1213,1.0000,1.0000
1879
+ 87.1677,1.0000,1.0000
1880
+ 87.2141,1.0000,1.0000
1881
+ 87.2606,1.0000,0.9999
1882
+ 87.3070,1.0000,0.9999
1883
+ 87.3535,1.0000,0.9999
1884
+ 87.3999,1.0000,0.9999
1885
+ 87.4463,1.0000,0.9999
1886
+ 87.4928,1.0000,0.9998
1887
+ 87.5392,1.0000,0.9998
1888
+ 87.5857,1.0000,0.9998
1889
+ 87.6321,1.0000,0.9998
1890
+ 87.6785,1.0000,0.9998
1891
+ 87.7250,1.0000,0.9998
1892
+ 87.7714,1.0000,0.9998
1893
+ 87.8179,1.0000,0.9998
1894
+ 87.8643,1.0000,0.9998
1895
+ 87.9107,1.0000,0.9998
1896
+ 87.9572,1.0000,0.9998
1897
+ 88.0036,1.0000,0.9998
1898
+ 88.0501,1.0000,0.9998
1899
+ 88.0965,1.0000,0.9998
1900
+ 88.1429,1.0000,0.9998
1901
+ 88.1894,1.0000,0.9998
1902
+ 88.2358,1.0000,0.9998
1903
+ 88.2823,1.0000,0.9998
1904
+ 88.3287,1.0000,0.9998
1905
+ 88.3751,1.0000,0.9997
1906
+ 88.4216,1.0000,0.9997
1907
+ 88.4680,1.0000,0.9997
1908
+ 88.5145,1.0000,0.9997
1909
+ 88.5609,1.0000,0.9996
1910
+ 88.6073,1.0000,0.9996
1911
+ 88.6538,1.0000,0.9996
1912
+ 88.7002,1.0000,0.9996
1913
+ 88.7467,1.0000,0.9995
1914
+ 88.7931,1.0000,0.9995
1915
+ 88.8395,1.0000,0.9996
1916
+ 88.8860,1.0000,0.9996
1917
+ 88.9324,1.0000,0.9996
1918
+ 88.9789,1.0000,0.9996
1919
+ 89.0253,1.0000,0.9996
1920
+ 89.0717,1.0000,0.9996
1921
+ 89.1182,1.0000,0.9996
1922
+ 89.1646,1.0000,0.9996
1923
+ 89.2111,1.0000,0.9996
1924
+ 89.2575,1.0000,0.9996
1925
+ 89.3039,0.9999,0.9997
1926
+ 89.3504,0.9999,0.9997
1927
+ 89.3968,0.9998,0.9997
1928
+ 89.4433,0.9995,0.9996
1929
+ 89.4897,0.9991,0.9996
1930
+ 89.5361,0.9982,0.9996
1931
+ 89.5826,0.9968,0.9995
1932
+ 89.6290,0.9947,0.9994
1933
+ 89.6755,0.9920,0.9993
1934
+ 89.7219,0.9892,0.9992
1935
+ 89.7683,0.9868,0.9991
1936
+ 89.8148,0.9852,0.9991
1937
+ 89.8612,0.9846,0.9992
1938
+ 89.9077,0.9847,0.9993
1939
+ 89.9541,0.9850,0.9994
1940
+ 90.0005,0.9850,0.9996
1941
+ 90.0470,0.9844,0.9997
1942
+ 90.0934,0.9832,0.9997
1943
+ 90.1399,0.9814,0.9998
1944
+ 90.1863,0.9793,0.9998
1945
+ 90.2327,0.9773,0.9998
1946
+ 90.2792,0.9759,0.9999
1947
+ 90.3256,0.9755,0.9999
1948
+ 90.3721,0.9763,0.9999
1949
+ 90.4185,0.9785,0.9999
1950
+ 90.4649,0.9816,0.9999
1951
+ 90.5114,0.9852,0.9999
1952
+ 90.5578,0.9887,0.9999
1953
+ 90.6043,0.9917,0.9999
1954
+ 90.6507,0.9939,0.9999
1955
+ 90.6971,0.9955,0.9999
1956
+ 90.7436,0.9966,0.9999
1957
+ 90.7900,0.9975,0.9999
1958
+ 90.8365,0.9981,0.9998
1959
+ 90.8829,0.9986,0.9998
1960
+ 90.9293,0.9990,0.9997
1961
+ 90.9758,0.9993,0.9997
1962
+ 91.0222,0.9995,0.9996
1963
+ 91.0687,0.9995,0.9995
1964
+ 91.1151,0.9995,0.9995
1965
+ 91.1615,0.9995,0.9995
1966
+ 91.2080,0.9993,0.9996
1967
+ 91.2544,0.9990,0.9997
1968
+ 91.3009,0.9983,0.9998
1969
+ 91.3473,0.9972,0.9998
1970
+ 91.3937,0.9953,0.9999
1971
+ 91.4402,0.9922,0.9999
1972
+ 91.4866,0.9870,0.9999
1973
+ 91.5331,0.9791,0.9999
1974
+ 91.5795,0.9673,1.0000
1975
+ 91.6259,0.9503,1.0000
1976
+ 91.6724,0.9271,1.0000
1977
+ 91.7188,0.8967,1.0000
1978
+ 91.7653,0.8587,1.0000
1979
+ 91.8117,0.8137,1.0000
1980
+ 91.8581,0.7631,1.0000
1981
+ 91.9046,0.7089,1.0000
1982
+ 91.9510,0.6538,1.0000
1983
+ 91.9975,0.6002,1.0000
1984
+ 92.0439,0.5503,1.0000
1985
+ 92.0903,0.5052,0.9999
1986
+ 92.1368,0.4654,0.9999
1987
+ 92.1832,0.4306,0.9999
1988
+ 92.2297,0.4002,0.9999
1989
+ 92.2761,0.3735,0.9998
1990
+ 92.3225,0.3499,0.9996
1991
+ 92.3690,0.3289,0.9995
1992
+ 92.4154,0.3099,0.9992
1993
+ 92.4619,0.2925,0.9990
1994
+ 92.5083,0.2762,0.9988
1995
+ 92.5547,0.2610,0.9988
1996
+ 92.6012,0.2467,0.9990
1997
+ 92.6476,0.2334,0.9992
1998
+ 92.6941,0.2211,0.9994
1999
+ 92.7405,0.2097,0.9996
2000
+ 92.7869,0.1990,0.9998
2001
+ 92.8334,0.1890,0.9999
2002
+ 92.8798,0.1796,0.9999
2003
+ 92.9263,0.1706,0.9999
2004
+ 92.9727,0.1621,0.9999
2005
+ 93.0191,0.1540,0.9999
2006
+ 93.0656,0.1463,1.0000
2007
+ 93.1120,0.1389,1.0000
2008
+ 93.1585,0.1316,0.9999
2009
+ 93.2049,0.1241,0.9999
2010
+ 93.2513,0.1164,0.9999
2011
+ 93.2978,0.1083,0.9999
2012
+ 93.3442,0.1000,0.9999
2013
+ 93.3907,0.0916,1.0000
2014
+ 93.4371,0.0837,1.0000
2015
+ 93.4835,0.0764,1.0000
2016
+ 93.5300,0.0700,1.0000
2017
+ 93.5764,0.0645,1.0000
2018
+ 93.6229,0.0599,1.0000
2019
+ 93.6693,0.0562,1.0000
2020
+ 93.7157,0.0533,1.0000
2021
+ 93.7622,0.0510,1.0000
2022
+ 93.8086,0.0492,1.0000
2023
+ 93.8551,0.0479,1.0000
2024
+ 93.9015,0.0470,1.0000
2025
+ 93.9479,0.0463,1.0000
2026
+ 93.9944,0.0459,1.0000
2027
+ 94.0408,0.0457,1.0000
2028
+ 94.0873,0.0456,1.0000
2029
+ 94.1337,0.0457,1.0000
2030
+ 94.1801,0.0458,1.0000
2031
+ 94.2266,0.0459,1.0000
2032
+ 94.2730,0.0461,1.0000
2033
+ 94.3195,0.0463,1.0000
2034
+ 94.3659,0.0465,1.0000
2035
+ 94.4123,0.0467,1.0000
2036
+ 94.4588,0.0468,1.0000
2037
+ 94.5052,0.0470,1.0000
2038
+ 94.5517,0.0471,1.0000
2039
+ 94.5981,0.0472,1.0000
2040
+ 94.6445,0.0473,1.0000
2041
+ 94.6910,0.0474,1.0000
2042
+ 94.7374,0.0474,1.0000
2043
+ 94.7839,0.0475,1.0000
2044
+ 94.8303,0.0475,1.0000
2045
+ 94.8767,0.0475,1.0000
2046
+ 94.9232,0.0475,1.0000
2047
+ 94.9696,0.0475,1.0000
2048
+ 95.0161,0.0475,1.0000
2049
+ 95.0625,0.0475,1.0000
2050
+ 95.1089,0.0475,1.0000
2051
+ 95.1554,0.0475,1.0000
2052
+ 95.2018,0.0475,1.0000
2053
+ 95.2483,0.0475,1.0000
2054
+ 95.2947,0.0475,1.0000
2055
+ 95.3411,0.0475,1.0000
2056
+ 95.3876,0.0474,1.0000
2057
+ 95.4340,0.0474,1.0000
2058
+ 95.4805,0.0474,1.0000
2059
+ 95.5269,0.0474,1.0000
2060
+ 95.5733,0.0474,1.0000
2061
+ 95.6198,0.0474,1.0000
2062
+ 95.6662,0.0474,1.0000
2063
+ 95.7127,0.0474,1.0000
2064
+ 95.7591,0.0474,1.0000
2065
+ 95.8055,0.0474,1.0000
2066
+ 95.8520,0.0474,1.0000
2067
+ 95.8984,0.0474,1.0000
2068
+ 95.9449,0.0474,1.0000
2069
+ 95.9913,0.0474,1.0000
2070
+ 96.0377,0.0474,1.0000
2071
+ 96.0842,0.0474,1.0000
2072
+ 96.1306,0.0474,1.0000
2073
+ 96.1771,0.0474,1.0000
2074
+ 96.2235,0.0474,1.0000
2075
+ 96.2699,0.0474,1.0000
2076
+ 96.3164,0.0474,1.0000
2077
+ 96.3628,0.0474,1.0000
2078
+ 96.4093,0.0474,1.0000
2079
+ 96.4557,0.0474,1.0000
2080
+ 96.5021,0.0474,1.0000
2081
+ 96.5486,0.0474,1.0000
2082
+ 96.5950,0.0474,1.0000
2083
+ 96.6415,0.0474,1.0000
2084
+ 96.6879,0.0474,1.0000
2085
+ 96.7343,0.0474,1.0000
2086
+ 96.7808,0.0474,1.0000
2087
+ 96.8272,0.0474,1.0000
2088
+ 96.8737,0.0474,1.0000
2089
+ 96.9201,0.0474,1.0000
2090
+ 96.9665,0.0474,1.0000
2091
+ 97.0130,0.0474,1.0000
2092
+ 97.0594,0.0474,1.0000
2093
+ 97.1059,0.0474,1.0000
2094
+ 97.1523,0.0474,1.0000
2095
+ 97.1987,0.0474,1.0000
2096
+ 97.2452,0.0474,1.0000
2097
+ 97.2916,0.0474,1.0000
2098
+ 97.3380,0.0474,1.0000
2099
+ 97.3845,0.0474,1.0000
2100
+ 97.4309,0.0474,1.0000
2101
+ 97.4774,0.0474,1.0000
2102
+ 97.5238,0.0474,1.0000
2103
+ 97.5702,0.0474,1.0000
2104
+ 97.6167,0.0474,1.0000
2105
+ 97.6631,0.0474,1.0000
2106
+ 97.7096,0.0474,1.0000
2107
+ 97.7560,0.0474,1.0000
2108
+ 97.8024,0.0474,1.0000
2109
+ 97.8489,0.0474,1.0000
2110
+ 97.8953,0.0474,1.0000
2111
+ 97.9418,0.0474,1.0000
2112
+ 97.9882,0.0474,1.0000
2113
+ 98.0346,0.0474,1.0000
2114
+ 98.0811,0.0474,1.0000
2115
+ 98.1275,0.0474,1.0000
2116
+ 98.1740,0.0474,1.0000
2117
+ 98.2204,0.0474,1.0000
2118
+ 98.2668,0.0474,1.0000
2119
+ 98.3133,0.0474,1.0000
2120
+ 98.3597,0.0474,1.0000
2121
+ 98.4062,0.0474,1.0000
2122
+ 98.4526,0.0474,1.0000
2123
+ 98.4990,0.0474,1.0000
2124
+ 98.5455,0.0474,1.0000
2125
+ 98.5919,0.0474,1.0000
2126
+ 98.6384,0.0474,1.0000
2127
+ 98.6848,0.0474,1.0000
2128
+ 98.7312,0.0474,1.0000
2129
+ 98.7777,0.0474,1.0000
2130
+ 98.8241,0.0474,1.0000
2131
+ 98.8706,0.0474,1.0000
2132
+ 98.9170,0.0474,1.0000
2133
+ 98.9634,0.0474,1.0000
2134
+ 99.0099,0.0474,1.0000
2135
+ 99.0563,0.0474,1.0000
2136
+ 99.1028,0.0474,1.0000
2137
+ 99.1492,0.0474,1.0000
2138
+ 99.1956,0.0474,1.0000
2139
+ 99.2421,0.0474,1.0000
2140
+ 99.2885,0.0474,1.0000
2141
+ 99.3350,0.0474,1.0000
2142
+ 99.3814,0.0474,1.0000
2143
+ 99.4278,0.0474,1.0000
2144
+ 99.4743,0.0474,1.0000
2145
+ 99.5207,0.0474,1.0000
2146
+ 99.5672,0.0474,1.0000
2147
+ 99.6136,0.0474,0.9999
medleydb/data/Annotations/Activation_Confidence/original/CelestialShore_DieForUs_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ChrisJacoby_BoothShotLincoln_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ChrisJacoby_PigsFoot_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_AirTraffic_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_Boys_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_Stella_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_TheBadGuys_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/ClaraBerryAndWooldog_WaltzForMyVictims_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/Creepoid_OldTree_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/CroqueMadame_Oil_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/CroqueMadame_Pilot_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/Debussy_LenfantProdigue_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/DreamersOfTheGhetto_HeavyLove_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/EthanHein_1930sSynthAndUprightBass_ACTIVATION_CONF.lab ADDED
The diff for this file is too large to render. See raw diff
 
medleydb/data/Annotations/Activation_Confidence/original/EthanHein_BluesForNofi_ACTIVATION_CONF.lab ADDED
@@ -0,0 +1,3593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ time,S01,S02
2
+ 0.0000,0.6488,0.0372
3
+ 0.0464,0.7085,0.0397
4
+ 0.0929,0.7601,0.0441
5
+ 0.1393,0.8014,0.0513
6
+ 0.1858,0.8331,0.0629
7
+ 0.2322,0.8567,0.0822
8
+ 0.2786,0.8739,0.1147
9
+ 0.3251,0.8857,0.1700
10
+ 0.3715,0.8930,0.2629
11
+ 0.4180,0.8968,0.4069
12
+ 0.4644,0.8983,0.5924
13
+ 0.5108,0.8984,0.7704
14
+ 0.5573,0.8978,0.8921
15
+ 0.6037,0.8972,0.9547
16
+ 0.6502,0.8968,0.9816
17
+ 0.6966,0.8970,0.9924
18
+ 0.7430,0.8983,0.9966
19
+ 0.7895,0.9009,0.9984
20
+ 0.8359,0.9047,0.9992
21
+ 0.8824,0.9097,0.9995
22
+ 0.9288,0.9155,0.9997
23
+ 0.9752,0.9220,0.9998
24
+ 1.0217,0.9290,0.9999
25
+ 1.0681,0.9364,0.9999
26
+ 1.1146,0.9438,0.9999
27
+ 1.1610,0.9510,0.9999
28
+ 1.2074,0.9574,0.9999
29
+ 1.2539,0.9629,0.9999
30
+ 1.3003,0.9674,0.9999
31
+ 1.3468,0.9709,0.9999
32
+ 1.3932,0.9734,0.9999
33
+ 1.4396,0.9750,0.9999
34
+ 1.4861,0.9757,0.9999
35
+ 1.5325,0.9755,0.9999
36
+ 1.5790,0.9743,0.9998
37
+ 1.6254,0.9721,0.9998
38
+ 1.6718,0.9691,0.9997
39
+ 1.7183,0.9652,0.9997
40
+ 1.7647,0.9607,0.9995
41
+ 1.8112,0.9556,0.9993
42
+ 1.8576,0.9502,0.9990
43
+ 1.9040,0.9447,0.9984
44
+ 1.9505,0.9392,0.9975
45
+ 1.9969,0.9341,0.9961
46
+ 2.0434,0.9295,0.9939
47
+ 2.0898,0.9253,0.9905
48
+ 2.1362,0.9215,0.9856
49
+ 2.1827,0.9181,0.9786
50
+ 2.2291,0.9148,0.9695
51
+ 2.2756,0.9116,0.9580
52
+ 2.3220,0.9084,0.9442
53
+ 2.3684,0.9052,0.9285
54
+ 2.4149,0.9022,0.9110
55
+ 2.4613,0.8995,0.8923
56
+ 2.5078,0.8974,0.8728
57
+ 2.5542,0.8961,0.8529
58
+ 2.6006,0.8953,0.8330
59
+ 2.6471,0.8947,0.8130
60
+ 2.6935,0.8938,0.7923
61
+ 2.7400,0.8917,0.7705
62
+ 2.7864,0.8880,0.7469
63
+ 2.8328,0.8824,0.7213
64
+ 2.8793,0.8750,0.6934
65
+ 2.9257,0.8658,0.6635
66
+ 2.9722,0.8545,0.6318
67
+ 3.0186,0.8409,0.5989
68
+ 3.0650,0.8249,0.5654
69
+ 3.1115,0.8066,0.5321
70
+ 3.1579,0.7871,0.4996
71
+ 3.2044,0.7670,0.4686
72
+ 3.2508,0.7474,0.4396
73
+ 3.2972,0.7289,0.4128
74
+ 3.3437,0.7119,0.3882
75
+ 3.3901,0.6970,0.3653
76
+ 3.4366,0.6849,0.3439
77
+ 3.4830,0.6762,0.3235
78
+ 3.5294,0.6715,0.3038
79
+ 3.5759,0.6710,0.2844
80
+ 3.6223,0.6746,0.2654
81
+ 3.6688,0.6819,0.2468
82
+ 3.7152,0.6923,0.2288
83
+ 3.7616,0.7049,0.2118
84
+ 3.8081,0.7184,0.1962
85
+ 3.8545,0.7316,0.1822
86
+ 3.9010,0.7426,0.1698
87
+ 3.9474,0.7500,0.1590
88
+ 3.9938,0.7527,0.1497
89
+ 4.0403,0.7506,0.1417
90
+ 4.0867,0.7443,0.1349
91
+ 4.1332,0.7348,0.1289
92
+ 4.1796,0.7234,0.1234
93
+ 4.2260,0.7115,0.1184
94
+ 4.2725,0.7009,0.1134
95
+ 4.3189,0.6932,0.1085
96
+ 4.3654,0.6903,0.1035
97
+ 4.4118,0.6933,0.0983
98
+ 4.4582,0.7028,0.0931
99
+ 4.5047,0.7184,0.0879
100
+ 4.5511,0.7391,0.0827
101
+ 4.5976,0.7637,0.0778
102
+ 4.6440,0.7908,0.0733
103
+ 4.6904,0.8185,0.0695
104
+ 4.7369,0.8451,0.0665
105
+ 4.7833,0.8690,0.0648
106
+ 4.8298,0.8891,0.0647
107
+ 4.8762,0.9050,0.0668
108
+ 4.9226,0.9170,0.0720
109
+ 4.9691,0.9260,0.0818
110
+ 5.0155,0.9327,0.0989
111
+ 5.0620,0.9376,0.1281
112
+ 5.1084,0.9408,0.1778
113
+ 5.1548,0.9422,0.2608
114
+ 5.2013,0.9418,0.3910
115
+ 5.2477,0.9398,0.5661
116
+ 5.2941,0.9366,0.7463
117
+ 5.3406,0.9326,0.8787
118
+ 5.3870,0.9285,0.9500
119
+ 5.4335,0.9246,0.9808
120
+ 5.4799,0.9213,0.9927
121
+ 5.5263,0.9191,0.9971
122
+ 5.5728,0.9183,0.9987
123
+ 5.6192,0.9190,0.9994
124
+ 5.6657,0.9212,0.9997
125
+ 5.7121,0.9246,0.9998
126
+ 5.7585,0.9290,0.9999
127
+ 5.8050,0.9343,0.9999
128
+ 5.8514,0.9402,0.9999
129
+ 5.8979,0.9467,0.9999
130
+ 5.9443,0.9533,0.9999
131
+ 5.9907,0.9597,0.9999
132
+ 6.0372,0.9654,0.9999
133
+ 6.0836,0.9702,0.9999
134
+ 6.1301,0.9741,0.9999
135
+ 6.1765,0.9770,0.9999
136
+ 6.2229,0.9791,0.9999
137
+ 6.2694,0.9805,0.9999
138
+ 6.3158,0.9811,0.9999
139
+ 6.3623,0.9809,0.9999
140
+ 6.4087,0.9799,0.9998
141
+ 6.4551,0.9781,0.9998
142
+ 6.5016,0.9757,0.9997
143
+ 6.5480,0.9726,0.9997
144
+ 6.5945,0.9690,0.9995
145
+ 6.6409,0.9650,0.9994
146
+ 6.6873,0.9606,0.9991
147
+ 6.7338,0.9559,0.9986
148
+ 6.7802,0.9510,0.9979
149
+ 6.8267,0.9460,0.9968
150
+ 6.8731,0.9411,0.9952
151
+ 6.9195,0.9363,0.9929
152
+ 6.9660,0.9316,0.9896
153
+ 7.0124,0.9274,0.9851
154
+ 7.0589,0.9238,0.9790
155
+ 7.1053,0.9210,0.9710
156
+ 7.1517,0.9191,0.9606
157
+ 7.1982,0.9182,0.9477
158
+ 7.2446,0.9183,0.9323
159
+ 7.2911,0.9194,0.9150
160
+ 7.3375,0.9213,0.8964
161
+ 7.3839,0.9239,0.8772
162
+ 7.4304,0.9267,0.8577
163
+ 7.4768,0.9291,0.8379
164
+ 7.5233,0.9306,0.8173
165
+ 7.5697,0.9307,0.7957
166
+ 7.6161,0.9291,0.7725
167
+ 7.6626,0.9258,0.7475
168
+ 7.7090,0.9209,0.7205
169
+ 7.7555,0.9146,0.6917
170
+ 7.8019,0.9069,0.6611
171
+ 7.8483,0.8977,0.6292
172
+ 7.8948,0.8873,0.5964
173
+ 7.9412,0.8760,0.5635
174
+ 7.9877,0.8644,0.5311
175
+ 8.0341,0.8529,0.5001
176
+ 8.0805,0.8417,0.4709
177
+ 8.1270,0.8308,0.4437
178
+ 8.1734,0.8200,0.4184
179
+ 8.2199,0.8095,0.3944
180
+ 8.2663,0.7996,0.3713
181
+ 8.3127,0.7913,0.3484
182
+ 8.3592,0.7854,0.3256
183
+ 8.4056,0.7827,0.3026
184
+ 8.4521,0.7836,0.2799
185
+ 8.4985,0.7882,0.2580
186
+ 8.5449,0.7960,0.2375
187
+ 8.5914,0.8062,0.2189
188
+ 8.6378,0.8176,0.2026
189
+ 8.6843,0.8285,0.1885
190
+ 8.7307,0.8372,0.1765
191
+ 8.7771,0.8428,0.1663
192
+ 8.8236,0.8451,0.1575
193
+ 8.8700,0.8444,0.1497
194
+ 8.9165,0.8415,0.1424
195
+ 8.9629,0.8373,0.1354
196
+ 9.0093,0.8322,0.1286
197
+ 9.0558,0.8268,0.1218
198
+ 9.1022,0.8217,0.1151
199
+ 9.1487,0.8180,0.1086
200
+ 9.1951,0.8167,0.1022
201
+ 9.2415,0.8184,0.0961
202
+ 9.2880,0.8231,0.0903
203
+ 9.3344,0.8302,0.0849
204
+ 9.3809,0.8391,0.0798
205
+ 9.4273,0.8493,0.0753
206
+ 9.4737,0.8607,0.0715
207
+ 9.5202,0.8729,0.0686
208
+ 9.5666,0.8851,0.0669
209
+ 9.6131,0.8962,0.0668
210
+ 9.6595,0.9054,0.0688
211
+ 9.7059,0.9126,0.0739
212
+ 9.7524,0.9179,0.0836
213
+ 9.7988,0.9219,0.1006
214
+ 9.8453,0.9248,0.1295
215
+ 9.8917,0.9267,0.1784
216
+ 9.9381,0.9276,0.2599
217
+ 9.9846,0.9274,0.3876
218
+ 10.0310,0.9262,0.5598
219
+ 10.0775,0.9245,0.7389
220
+ 10.1239,0.9229,0.8730
221
+ 10.1703,0.9214,0.9466
222
+ 10.2168,0.9204,0.9791
223
+ 10.2632,0.9196,0.9918
224
+ 10.3097,0.9193,0.9966
225
+ 10.3561,0.9198,0.9984
226
+ 10.4025,0.9212,0.9992
227
+ 10.4490,0.9236,0.9995
228
+ 10.4954,0.9268,0.9997
229
+ 10.5419,0.9309,0.9998
230
+ 10.5883,0.9356,0.9998
231
+ 10.6347,0.9410,0.9998
232
+ 10.6812,0.9468,0.9998
233
+ 10.7276,0.9528,0.9998
234
+ 10.7741,0.9586,0.9998
235
+ 10.8205,0.9638,0.9998
236
+ 10.8669,0.9682,0.9998
237
+ 10.9134,0.9716,0.9998
238
+ 10.9598,0.9741,0.9998
239
+ 11.0063,0.9758,0.9998
240
+ 11.0527,0.9766,0.9998
241
+ 11.0991,0.9767,0.9998
242
+ 11.1456,0.9758,0.9997
243
+ 11.1920,0.9739,0.9996
244
+ 11.2385,0.9711,0.9994
245
+ 11.2849,0.9673,0.9991
246
+ 11.3313,0.9626,0.9986
247
+ 11.3778,0.9571,0.9978
248
+ 11.4242,0.9509,0.9966
249
+ 11.4707,0.9443,0.9950
250
+ 11.5171,0.9374,0.9928
251
+ 11.5635,0.9308,0.9900
252
+ 11.6100,0.9247,0.9864
253
+ 11.6564,0.9193,0.9820
254
+ 11.7029,0.9150,0.9769
255
+ 11.7493,0.9116,0.9713
256
+ 11.7957,0.9091,0.9654
257
+ 11.8422,0.9076,0.9601
258
+ 11.8886,0.9070,0.9563
259
+ 11.9351,0.9071,0.9546
260
+ 11.9815,0.9078,0.9556
261
+ 12.0279,0.9089,0.9593
262
+ 12.0744,0.9103,0.9650
263
+ 12.1208,0.9119,0.9719
264
+ 12.1673,0.9139,0.9789
265
+ 12.2137,0.9159,0.9852
266
+ 12.2601,0.9176,0.9902
267
+ 12.3066,0.9183,0.9937
268
+ 12.3530,0.9175,0.9960
269
+ 12.3995,0.9149,0.9974
270
+ 12.4459,0.9106,0.9983
271
+ 12.4923,0.9045,0.9988
272
+ 12.5388,0.8969,0.9992
273
+ 12.5852,0.8875,0.9994
274
+ 12.6317,0.8762,0.9996
275
+ 12.6781,0.8632,0.9997
276
+ 12.7245,0.8489,0.9997
277
+ 12.7710,0.8343,0.9998
278
+ 12.8174,0.8203,0.9998
279
+ 12.8639,0.8074,0.9998
280
+ 12.9103,0.7959,0.9998
281
+ 12.9567,0.7861,0.9998
282
+ 13.0032,0.7781,0.9998
283
+ 13.0496,0.7725,0.9998
284
+ 13.0961,0.7697,0.9998
285
+ 13.1425,0.7698,0.9998
286
+ 13.1889,0.7728,0.9998
287
+ 13.2354,0.7785,0.9998
288
+ 13.2818,0.7864,0.9998
289
+ 13.3283,0.7961,0.9998
290
+ 13.3747,0.8068,0.9998
291
+ 13.4211,0.8174,0.9998
292
+ 13.4676,0.8265,0.9998
293
+ 13.5140,0.8327,0.9998
294
+ 13.5605,0.8347,0.9997
295
+ 13.6069,0.8323,0.9996
296
+ 13.6533,0.8256,0.9995
297
+ 13.6998,0.8154,0.9993
298
+ 13.7462,0.8027,0.9989
299
+ 13.7927,0.7886,0.9983
300
+ 13.8391,0.7741,0.9975
301
+ 13.8855,0.7607,0.9963
302
+ 13.9320,0.7504,0.9949
303
+ 13.9784,0.7446,0.9933
304
+ 14.0249,0.7443,0.9918
305
+ 14.0713,0.7498,0.9905
306
+ 14.1177,0.7603,0.9899
307
+ 14.1642,0.7750,0.9899
308
+ 14.2106,0.7930,0.9908
309
+ 14.2571,0.8132,0.9922
310
+ 14.3035,0.8342,0.9939
311
+ 14.3499,0.8545,0.9956
312
+ 14.3964,0.8725,0.9970
313
+ 14.4428,0.8873,0.9980
314
+ 14.4893,0.8987,0.9987
315
+ 14.5357,0.9072,0.9992
316
+ 14.5821,0.9134,0.9994
317
+ 14.6286,0.9182,0.9996
318
+ 14.6750,0.9219,0.9997
319
+ 14.7215,0.9245,0.9998
320
+ 14.7679,0.9261,0.9998
321
+ 14.8143,0.9267,0.9999
322
+ 14.8608,0.9266,0.9999
323
+ 14.9072,0.9263,0.9999
324
+ 14.9537,0.9260,0.9999
325
+ 15.0001,0.9259,0.9998
326
+ 15.0465,0.9260,0.9998
327
+ 15.0930,0.9263,0.9998
328
+ 15.1394,0.9272,0.9998
329
+ 15.1859,0.9288,0.9998
330
+ 15.2323,0.9311,0.9998
331
+ 15.2787,0.9340,0.9997
332
+ 15.3252,0.9372,0.9997
333
+ 15.3716,0.9407,0.9997
334
+ 15.4180,0.9443,0.9998
335
+ 15.4645,0.9482,0.9998
336
+ 15.5109,0.9523,0.9998
337
+ 15.5574,0.9566,0.9998
338
+ 15.6038,0.9608,0.9998
339
+ 15.6502,0.9646,0.9998
340
+ 15.6967,0.9680,0.9999
341
+ 15.7431,0.9708,0.9999
342
+ 15.7896,0.9731,0.9999
343
+ 15.8360,0.9747,0.9999
344
+ 15.8824,0.9758,0.9999
345
+ 15.9289,0.9762,0.9998
346
+ 15.9753,0.9759,0.9998
347
+ 16.0218,0.9751,0.9997
348
+ 16.0682,0.9738,0.9996
349
+ 16.1146,0.9722,0.9995
350
+ 16.1611,0.9702,0.9992
351
+ 16.2075,0.9680,0.9987
352
+ 16.2540,0.9656,0.9979
353
+ 16.3004,0.9629,0.9968
354
+ 16.3468,0.9601,0.9952
355
+ 16.3933,0.9571,0.9931
356
+ 16.4397,0.9539,0.9905
357
+ 16.4862,0.9505,0.9876
358
+ 16.5326,0.9469,0.9847
359
+ 16.5790,0.9432,0.9822
360
+ 16.6255,0.9396,0.9806
361
+ 16.6719,0.9362,0.9801
362
+ 16.7184,0.9331,0.9809
363
+ 16.7648,0.9305,0.9830
364
+ 16.8112,0.9286,0.9859
365
+ 16.8577,0.9275,0.9892
366
+ 16.9041,0.9273,0.9923
367
+ 16.9506,0.9279,0.9949
368
+ 16.9970,0.9292,0.9969
369
+ 17.0434,0.9308,0.9982
370
+ 17.0899,0.9320,0.9990
371
+ 17.1363,0.9322,0.9994
372
+ 17.1828,0.9310,0.9996
373
+ 17.2292,0.9282,0.9998
374
+ 17.2756,0.9238,0.9998
375
+ 17.3221,0.9180,0.9998
376
+ 17.3685,0.9108,0.9999
377
+ 17.4150,0.9020,0.9999
378
+ 17.4614,0.8916,0.9999
379
+ 17.5078,0.8799,0.9999
380
+ 17.5543,0.8677,0.9998
381
+ 17.6007,0.8557,0.9998
382
+ 17.6472,0.8446,0.9998
383
+ 17.6936,0.8347,0.9998
384
+ 17.7400,0.8257,0.9998
385
+ 17.7865,0.8173,0.9999
386
+ 17.8329,0.8095,0.9999
387
+ 17.8794,0.8028,0.9999
388
+ 17.9258,0.7978,0.9999
389
+ 17.9722,0.7949,0.9999
390
+ 18.0187,0.7943,0.9999
391
+ 18.0651,0.7961,0.9999
392
+ 18.1116,0.8000,0.9999
393
+ 18.1580,0.8060,0.9999
394
+ 18.2044,0.8132,0.9999
395
+ 18.2509,0.8205,0.9999
396
+ 18.2973,0.8264,0.9998
397
+ 18.3438,0.8295,0.9998
398
+ 18.3902,0.8289,0.9997
399
+ 18.4366,0.8246,0.9996
400
+ 18.4831,0.8172,0.9994
401
+ 18.5295,0.8073,0.9990
402
+ 18.5760,0.7957,0.9984
403
+ 18.6224,0.7831,0.9973
404
+ 18.6688,0.7703,0.9956
405
+ 18.7153,0.7586,0.9930
406
+ 18.7617,0.7496,0.9889
407
+ 18.8082,0.7445,0.9829
408
+ 18.8546,0.7440,0.9745
409
+ 18.9010,0.7483,0.9638
410
+ 18.9475,0.7572,0.9515
411
+ 18.9939,0.7705,0.9395
412
+ 19.0404,0.7876,0.9308
413
+ 19.0868,0.8077,0.9283
414
+ 19.1332,0.8291,0.9336
415
+ 19.1797,0.8500,0.9461
416
+ 19.2261,0.8684,0.9622
417
+ 19.2726,0.8833,0.9775
418
+ 19.3190,0.8948,0.9887
419
+ 19.3654,0.9033,0.9952
420
+ 19.4119,0.9098,0.9982
421
+ 19.4583,0.9146,0.9994
422
+ 19.5048,0.9180,0.9998
423
+ 19.5512,0.9200,0.9999
424
+ 19.5976,0.9205,1.0000
425
+ 19.6441,0.9199,1.0000
426
+ 19.6905,0.9186,1.0000
427
+ 19.7370,0.9170,1.0000
428
+ 19.7834,0.9152,1.0000
429
+ 19.8298,0.9134,1.0000
430
+ 19.8763,0.9117,1.0000
431
+ 19.9227,0.9104,1.0000
432
+ 19.9692,0.9100,1.0000
433
+ 20.0156,0.9107,1.0000
434
+ 20.0620,0.9125,1.0000
435
+ 20.1085,0.9155,1.0000
436
+ 20.1549,0.9196,1.0000
437
+ 20.2014,0.9247,1.0000
438
+ 20.2478,0.9308,1.0000
439
+ 20.2942,0.9376,1.0000
440
+ 20.3407,0.9448,1.0000
441
+ 20.3871,0.9518,1.0000
442
+ 20.4336,0.9582,1.0000
443
+ 20.4800,0.9637,1.0000
444
+ 20.5264,0.9681,1.0000
445
+ 20.5729,0.9715,1.0000
446
+ 20.6193,0.9740,1.0000
447
+ 20.6658,0.9755,1.0000
448
+ 20.7122,0.9760,1.0000
449
+ 20.7586,0.9756,1.0000
450
+ 20.8051,0.9741,1.0000
451
+ 20.8515,0.9716,1.0000
452
+ 20.8980,0.9682,1.0000
453
+ 20.9444,0.9640,1.0000
454
+ 20.9908,0.9592,1.0000
455
+ 21.0373,0.9540,1.0000
456
+ 21.0837,0.9485,1.0000
457
+ 21.1302,0.9430,1.0000
458
+ 21.1766,0.9376,1.0000
459
+ 21.2230,0.9327,1.0000
460
+ 21.2695,0.9283,1.0000
461
+ 21.3159,0.9245,1.0000
462
+ 21.3624,0.9212,1.0000
463
+ 21.4088,0.9185,1.0000
464
+ 21.4552,0.9165,1.0000
465
+ 21.5017,0.9152,1.0000
466
+ 21.5481,0.9148,1.0000
467
+ 21.5946,0.9151,1.0000
468
+ 21.6410,0.9162,1.0000
469
+ 21.6874,0.9179,1.0000
470
+ 21.7339,0.9201,1.0000
471
+ 21.7803,0.9224,1.0000
472
+ 21.8268,0.9244,1.0000
473
+ 21.8732,0.9259,1.0000
474
+ 21.9196,0.9260,1.0000
475
+ 21.9661,0.9245,1.0000
476
+ 22.0125,0.9210,1.0000
477
+ 22.0590,0.9156,1.0000
478
+ 22.1054,0.9085,1.0000
479
+ 22.1518,0.8996,1.0000
480
+ 22.1983,0.8887,1.0000
481
+ 22.2447,0.8756,1.0000
482
+ 22.2912,0.8604,1.0000
483
+ 22.3376,0.8439,1.0000
484
+ 22.3840,0.8272,1.0000
485
+ 22.4305,0.8111,1.0000
486
+ 22.4769,0.7962,1.0000
487
+ 22.5234,0.7826,1.0000
488
+ 22.5698,0.7706,1.0000
489
+ 22.6162,0.7604,1.0000
490
+ 22.6627,0.7523,1.0000
491
+ 22.7091,0.7467,1.0000
492
+ 22.7556,0.7438,1.0000
493
+ 22.8020,0.7434,1.0000
494
+ 22.8484,0.7452,1.0000
495
+ 22.8949,0.7492,1.0000
496
+ 22.9413,0.7549,1.0000
497
+ 22.9878,0.7618,1.0000
498
+ 23.0342,0.7690,1.0000
499
+ 23.0806,0.7752,1.0000
500
+ 23.1271,0.7789,1.0000
501
+ 23.1735,0.7788,1.0000
502
+ 23.2200,0.7747,1.0000
503
+ 23.2664,0.7667,1.0000
504
+ 23.3128,0.7555,1.0000
505
+ 23.3593,0.7422,1.0000
506
+ 23.4057,0.7278,1.0000
507
+ 23.4522,0.7139,1.0000
508
+ 23.4986,0.7021,1.0000
509
+ 23.5450,0.6944,1.0000
510
+ 23.5915,0.6922,1.0000
511
+ 23.6379,0.6964,1.0000
512
+ 23.6844,0.7070,1.0000
513
+ 23.7308,0.7233,1.0000
514
+ 23.7772,0.7445,1.0000
515
+ 23.8237,0.7692,1.0000
516
+ 23.8701,0.7959,1.0000
517
+ 23.9166,0.8228,1.0000
518
+ 23.9630,0.8481,1.0000
519
+ 24.0094,0.8701,1.0000
520
+ 24.0559,0.8877,1.0000
521
+ 24.1023,0.9011,1.0000
522
+ 24.1488,0.9110,1.0000
523
+ 24.1952,0.9181,1.0000
524
+ 24.2416,0.9232,1.0000
525
+ 24.2881,0.9267,1.0000
526
+ 24.3345,0.9284,1.0000
527
+ 24.3810,0.9286,1.0000
528
+ 24.4274,0.9272,1.0000
529
+ 24.4738,0.9249,1.0000
530
+ 24.5203,0.9221,1.0000
531
+ 24.5667,0.9192,1.0000
532
+ 24.6132,0.9163,1.0000
533
+ 24.6596,0.9135,1.0000
534
+ 24.7060,0.9110,1.0000
535
+ 24.7525,0.9093,1.0000
536
+ 24.7989,0.9088,1.0000
537
+ 24.8454,0.9096,1.0000
538
+ 24.8918,0.9118,1.0000
539
+ 24.9382,0.9151,1.0000
540
+ 24.9847,0.9196,1.0000
541
+ 25.0311,0.9253,1.0000
542
+ 25.0776,0.9320,1.0000
543
+ 25.1240,0.9394,1.0000
544
+ 25.1704,0.9469,1.0000
545
+ 25.2169,0.9540,1.0000
546
+ 25.2633,0.9601,1.0000
547
+ 25.3098,0.9652,1.0000
548
+ 25.3562,0.9692,1.0000
549
+ 25.4026,0.9721,1.0000
550
+ 25.4491,0.9741,1.0000
551
+ 25.4955,0.9750,1.0000
552
+ 25.5420,0.9749,1.0000
553
+ 25.5884,0.9738,1.0000
554
+ 25.6348,0.9716,1.0000
555
+ 25.6813,0.9685,1.0000
556
+ 25.7277,0.9646,1.0000
557
+ 25.7741,0.9602,1.0000
558
+ 25.8206,0.9555,1.0000
559
+ 25.8670,0.9508,1.0000
560
+ 25.9135,0.9465,1.0000
561
+ 25.9599,0.9427,1.0000
562
+ 26.0063,0.9395,1.0000
563
+ 26.0528,0.9367,1.0000
564
+ 26.0992,0.9343,1.0000
565
+ 26.1457,0.9320,1.0000
566
+ 26.1921,0.9298,1.0000
567
+ 26.2385,0.9277,1.0000
568
+ 26.2850,0.9259,1.0000
569
+ 26.3314,0.9245,1.0000
570
+ 26.3779,0.9237,1.0000
571
+ 26.4243,0.9237,1.0000
572
+ 26.4707,0.9244,1.0000
573
+ 26.5172,0.9260,1.0000
574
+ 26.5636,0.9281,1.0000
575
+ 26.6101,0.9306,1.0000
576
+ 26.6565,0.9329,1.0000
577
+ 26.7029,0.9343,1.0000
578
+ 26.7494,0.9341,1.0000
579
+ 26.7958,0.9319,1.0000
580
+ 26.8423,0.9277,1.0000
581
+ 26.8887,0.9214,1.0000
582
+ 26.9351,0.9134,1.0000
583
+ 26.9816,0.9036,1.0000
584
+ 27.0280,0.8921,0.9999
585
+ 27.0745,0.8789,0.9998
586
+ 27.1209,0.8640,0.9996
587
+ 27.1673,0.8479,0.9993
588
+ 27.2138,0.8312,0.9987
589
+ 27.2602,0.8142,0.9978
590
+ 27.3067,0.7969,0.9964
591
+ 27.3531,0.7794,0.9945
592
+ 27.3995,0.7618,0.9920
593
+ 27.4460,0.7451,0.9888
594
+ 27.4924,0.7304,0.9852
595
+ 27.5389,0.7191,0.9813
596
+ 27.5853,0.7124,0.9776
597
+ 27.6317,0.7108,0.9747
598
+ 27.6782,0.7146,0.9732
599
+ 27.7246,0.7231,0.9734
600
+ 27.7711,0.7355,0.9754
601
+ 27.8175,0.7504,0.9789
602
+ 27.8639,0.7658,0.9833
603
+ 27.9104,0.7801,0.9879
604
+ 27.9568,0.7918,0.9920
605
+ 28.0033,0.8002,0.9951
606
+ 28.0497,0.8054,0.9973
607
+ 28.0961,0.8081,0.9986
608
+ 28.1426,0.8088,0.9993
609
+ 28.1890,0.8083,0.9997
610
+ 28.2355,0.8074,0.9999
611
+ 28.2819,0.8069,0.9999
612
+ 28.3283,0.8077,1.0000
613
+ 28.3748,0.8106,1.0000
614
+ 28.4212,0.8160,1.0000
615
+ 28.4677,0.8238,1.0000
616
+ 28.5141,0.8338,1.0000
617
+ 28.5605,0.8456,1.0000
618
+ 28.6070,0.8585,1.0000
619
+ 28.6534,0.8719,1.0000
620
+ 28.6999,0.8849,1.0000
621
+ 28.7463,0.8969,0.9999
622
+ 28.7927,0.9072,0.9998
623
+ 28.8392,0.9156,0.9997
624
+ 28.8856,0.9217,0.9994
625
+ 28.9321,0.9259,0.9989
626
+ 28.9785,0.9286,0.9981
627
+ 29.0249,0.9304,0.9970
628
+ 29.0714,0.9314,0.9958
629
+ 29.1178,0.9318,0.9947
630
+ 29.1643,0.9315,0.9942
631
+ 29.2107,0.9306,0.9942
632
+ 29.2571,0.9292,0.9948
633
+ 29.3036,0.9277,0.9957
634
+ 29.3500,0.9261,0.9967
635
+ 29.3965,0.9246,0.9975
636
+ 29.4429,0.9231,0.9982
637
+ 29.4893,0.9215,0.9987
638
+ 29.5358,0.9201,0.9990
639
+ 29.5822,0.9192,0.9992
640
+ 29.6287,0.9192,0.9994
641
+ 29.6751,0.9200,0.9995
642
+ 29.7215,0.9218,0.9995
643
+ 29.7680,0.9245,0.9996
644
+ 29.8144,0.9281,0.9996
645
+ 29.8609,0.9327,0.9996
646
+ 29.9073,0.9381,0.9997
647
+ 29.9537,0.9440,0.9997
648
+ 30.0002,0.9498,0.9997
649
+ 30.0466,0.9552,0.9997
650
+ 30.0931,0.9599,0.9997
651
+ 30.1395,0.9637,0.9997
652
+ 30.1859,0.9667,0.9996
653
+ 30.2324,0.9688,0.9996
654
+ 30.2788,0.9701,0.9996
655
+ 30.3253,0.9704,0.9996
656
+ 30.3717,0.9699,0.9997
657
+ 30.4181,0.9685,0.9997
658
+ 30.4646,0.9662,0.9997
659
+ 30.5110,0.9631,0.9998
660
+ 30.5575,0.9593,0.9998
661
+ 30.6039,0.9548,0.9999
662
+ 30.6503,0.9496,0.9999
663
+ 30.6968,0.9437,0.9999
664
+ 30.7432,0.9374,0.9999
665
+ 30.7897,0.9309,0.9999
666
+ 30.8361,0.9244,0.9999
667
+ 30.8825,0.9184,0.9999
668
+ 30.9290,0.9130,0.9999
669
+ 30.9754,0.9085,0.9999
670
+ 31.0219,0.9050,1.0000
671
+ 31.0683,0.9028,1.0000
672
+ 31.1147,0.9017,1.0000
673
+ 31.1612,0.9016,1.0000
674
+ 31.2076,0.9024,1.0000
675
+ 31.2541,0.9038,1.0000
676
+ 31.3005,0.9056,1.0000
677
+ 31.3469,0.9074,1.0000
678
+ 31.3934,0.9088,1.0000
679
+ 31.4398,0.9094,1.0000
680
+ 31.4863,0.9088,1.0000
681
+ 31.5327,0.9065,1.0000
682
+ 31.5791,0.9021,1.0000
683
+ 31.6256,0.8955,1.0000
684
+ 31.6720,0.8866,1.0000
685
+ 31.7185,0.8756,1.0000
686
+ 31.7649,0.8626,1.0000
687
+ 31.8113,0.8478,1.0000
688
+ 31.8578,0.8314,1.0000
689
+ 31.9042,0.8142,1.0000
690
+ 31.9507,0.7972,1.0000
691
+ 31.9971,0.7815,1.0000
692
+ 32.0435,0.7680,1.0000
693
+ 32.0900,0.7571,1.0000
694
+ 32.1364,0.7495,1.0000
695
+ 32.1829,0.7455,1.0000
696
+ 32.2293,0.7459,1.0000
697
+ 32.2757,0.7509,1.0000
698
+ 32.3222,0.7611,1.0000
699
+ 32.3686,0.7760,1.0000
700
+ 32.4151,0.7952,1.0000
701
+ 32.4615,0.8174,1.0000
702
+ 32.5079,0.8412,1.0000
703
+ 32.5544,0.8645,1.0000
704
+ 32.6008,0.8859,1.0000
705
+ 32.6473,0.9039,1.0000
706
+ 32.6937,0.9178,1.0000
707
+ 32.7401,0.9271,1.0000
708
+ 32.7866,0.9322,1.0000
709
+ 32.8330,0.9335,1.0000
710
+ 32.8795,0.9315,1.0000
711
+ 32.9259,0.9267,1.0000
712
+ 32.9723,0.9195,1.0000
713
+ 33.0188,0.9101,1.0000
714
+ 33.0652,0.8991,1.0000
715
+ 33.1117,0.8873,1.0000
716
+ 33.1581,0.8761,1.0000
717
+ 33.2045,0.8670,1.0000
718
+ 33.2510,0.8614,1.0000
719
+ 33.2974,0.8598,1.0000
720
+ 33.3439,0.8624,1.0000
721
+ 33.3903,0.8687,1.0000
722
+ 33.4367,0.8783,1.0000
723
+ 33.4832,0.8906,1.0000
724
+ 33.5296,0.9046,1.0000
725
+ 33.5761,0.9189,1.0000
726
+ 33.6225,0.9323,1.0000
727
+ 33.6689,0.9438,1.0000
728
+ 33.7154,0.9532,1.0000
729
+ 33.7618,0.9607,1.0000
730
+ 33.8083,0.9667,1.0000
731
+ 33.8547,0.9712,1.0000
732
+ 33.9011,0.9744,1.0000
733
+ 33.9476,0.9763,1.0000
734
+ 33.9940,0.9770,1.0000
735
+ 34.0405,0.9766,1.0000
736
+ 34.0869,0.9752,1.0000
737
+ 34.1333,0.9729,1.0000
738
+ 34.1798,0.9699,1.0000
739
+ 34.2262,0.9663,1.0000
740
+ 34.2727,0.9621,1.0000
741
+ 34.3191,0.9575,1.0000
742
+ 34.3655,0.9530,1.0000
743
+ 34.4120,0.9489,1.0000
744
+ 34.4584,0.9456,1.0000
745
+ 34.5049,0.9434,1.0000
746
+ 34.5513,0.9424,1.0000
747
+ 34.5977,0.9429,1.0000
748
+ 34.6442,0.9451,1.0000
749
+ 34.6906,0.9491,1.0000
750
+ 34.7371,0.9544,1.0000
751
+ 34.7835,0.9604,1.0000
752
+ 34.8299,0.9665,1.0000
753
+ 34.8764,0.9720,1.0000
754
+ 34.9228,0.9767,1.0000
755
+ 34.9693,0.9804,1.0000
756
+ 35.0157,0.9833,1.0000
757
+ 35.0621,0.9853,1.0000
758
+ 35.1086,0.9864,1.0000
759
+ 35.1550,0.9868,1.0000
760
+ 35.2015,0.9863,1.0000
761
+ 35.2479,0.9851,1.0000
762
+ 35.2943,0.9831,1.0000
763
+ 35.3408,0.9803,1.0000
764
+ 35.3872,0.9767,1.0000
765
+ 35.4337,0.9722,1.0000
766
+ 35.4801,0.9670,1.0000
767
+ 35.5265,0.9613,1.0000
768
+ 35.5730,0.9554,1.0000
769
+ 35.6194,0.9497,1.0000
770
+ 35.6659,0.9446,1.0000
771
+ 35.7123,0.9404,1.0000
772
+ 35.7587,0.9373,1.0000
773
+ 35.8052,0.9355,1.0000
774
+ 35.8516,0.9351,1.0000
775
+ 35.8980,0.9360,1.0000
776
+ 35.9445,0.9383,1.0000
777
+ 35.9909,0.9418,1.0000
778
+ 36.0374,0.9462,1.0000
779
+ 36.0838,0.9513,1.0000
780
+ 36.1302,0.9567,1.0000
781
+ 36.1767,0.9619,1.0000
782
+ 36.2231,0.9665,0.9999
783
+ 36.2696,0.9701,0.9999
784
+ 36.3160,0.9724,0.9999
785
+ 36.3624,0.9731,0.9999
786
+ 36.4089,0.9721,0.9999
787
+ 36.4553,0.9693,0.9999
788
+ 36.5018,0.9643,0.9999
789
+ 36.5482,0.9568,0.9999
790
+ 36.5946,0.9463,0.9999
791
+ 36.6411,0.9323,0.9999
792
+ 36.6875,0.9148,0.9999
793
+ 36.7340,0.8942,0.9999
794
+ 36.7804,0.8719,0.9999
795
+ 36.8268,0.8495,0.9999
796
+ 36.8733,0.8285,0.9998
797
+ 36.9197,0.8102,0.9998
798
+ 36.9662,0.7955,0.9998
799
+ 37.0126,0.7858,0.9997
800
+ 37.0590,0.7825,0.9997
801
+ 37.1055,0.7864,0.9997
802
+ 37.1519,0.7977,0.9997
803
+ 37.1984,0.8154,0.9997
804
+ 37.2448,0.8379,0.9997
805
+ 37.2912,0.8630,0.9997
806
+ 37.3377,0.8880,0.9998
807
+ 37.3841,0.9106,0.9999
808
+ 37.4306,0.9292,0.9999
809
+ 37.4770,0.9430,0.9999
810
+ 37.5234,0.9520,1.0000
811
+ 37.5699,0.9566,1.0000
812
+ 37.6163,0.9575,1.0000
813
+ 37.6628,0.9551,1.0000
814
+ 37.7092,0.9497,1.0000
815
+ 37.7556,0.9414,1.0000
816
+ 37.8021,0.9301,1.0000
817
+ 37.8485,0.9161,1.0000
818
+ 37.8950,0.9001,1.0000
819
+ 37.9414,0.8836,1.0000
820
+ 37.9878,0.8688,1.0000
821
+ 38.0343,0.8578,1.0000
822
+ 38.0807,0.8520,1.0000
823
+ 38.1272,0.8523,1.0000
824
+ 38.1736,0.8586,1.0000
825
+ 38.2200,0.8701,1.0000
826
+ 38.2665,0.8853,1.0000
827
+ 38.3129,0.9024,1.0000
828
+ 38.3594,0.9194,1.0000
829
+ 38.4058,0.9348,1.0000
830
+ 38.4522,0.9479,1.0000
831
+ 38.4987,0.9583,1.0000
832
+ 38.5451,0.9665,1.0000
833
+ 38.5916,0.9728,1.0000
834
+ 38.6380,0.9775,1.0000
835
+ 38.6844,0.9808,1.0000
836
+ 38.7309,0.9829,1.0000
837
+ 38.7773,0.9838,1.0000
838
+ 38.8238,0.9836,1.0000
839
+ 38.8702,0.9824,1.0000
840
+ 38.9166,0.9804,1.0000
841
+ 38.9631,0.9775,1.0000
842
+ 39.0095,0.9738,1.0000
843
+ 39.0560,0.9694,1.0000
844
+ 39.1024,0.9645,1.0000
845
+ 39.1488,0.9597,1.0000
846
+ 39.1953,0.9554,1.0000
847
+ 39.2417,0.9522,1.0000
848
+ 39.2882,0.9503,1.0000
849
+ 39.3346,0.9500,1.0000
850
+ 39.3810,0.9512,1.0000
851
+ 39.4275,0.9541,1.0000
852
+ 39.4739,0.9585,1.0000
853
+ 39.5204,0.9640,1.0000
854
+ 39.5668,0.9700,0.9999
855
+ 39.6132,0.9758,0.9999
856
+ 39.6597,0.9810,0.9998
857
+ 39.7061,0.9852,0.9997
858
+ 39.7526,0.9885,0.9996
859
+ 39.7990,0.9909,0.9995
860
+ 39.8454,0.9926,0.9995
861
+ 39.8919,0.9936,0.9995
862
+ 39.9383,0.9940,0.9996
863
+ 39.9848,0.9938,0.9997
864
+ 40.0312,0.9930,0.9998
865
+ 40.0776,0.9915,0.9998
866
+ 40.1241,0.9892,0.9999
867
+ 40.1705,0.9859,0.9999
868
+ 40.2170,0.9815,0.9999
869
+ 40.2634,0.9757,1.0000
870
+ 40.3098,0.9687,1.0000
871
+ 40.3563,0.9606,1.0000
872
+ 40.4027,0.9518,1.0000
873
+ 40.4492,0.9428,1.0000
874
+ 40.4956,0.9344,1.0000
875
+ 40.5420,0.9274,1.0000
876
+ 40.5885,0.9225,1.0000
877
+ 40.6349,0.9203,1.0000
878
+ 40.6814,0.9211,1.0000
879
+ 40.7278,0.9248,1.0000
880
+ 40.7742,0.9309,1.0000
881
+ 40.8207,0.9387,1.0000
882
+ 40.8671,0.9474,1.0000
883
+ 40.9136,0.9561,1.0000
884
+ 40.9600,0.9641,1.0000
885
+ 41.0064,0.9709,1.0000
886
+ 41.0529,0.9763,1.0000
887
+ 41.0993,0.9799,1.0000
888
+ 41.1458,0.9820,1.0000
889
+ 41.1922,0.9826,0.9999
890
+ 41.2386,0.9819,0.9999
891
+ 41.2851,0.9799,0.9999
892
+ 41.3315,0.9767,0.9999
893
+ 41.3780,0.9720,0.9999
894
+ 41.4244,0.9656,1.0000
895
+ 41.4708,0.9572,1.0000
896
+ 41.5173,0.9469,1.0000
897
+ 41.5637,0.9349,1.0000
898
+ 41.6102,0.9216,1.0000
899
+ 41.6566,0.9077,1.0000
900
+ 41.7030,0.8937,1.0000
901
+ 41.7495,0.8806,1.0000
902
+ 41.7959,0.8695,1.0000
903
+ 41.8424,0.8622,1.0000
904
+ 41.8888,0.8600,1.0000
905
+ 41.9352,0.8636,1.0000
906
+ 41.9817,0.8726,1.0000
907
+ 42.0281,0.8857,1.0000
908
+ 42.0746,0.9009,1.0000
909
+ 42.1210,0.9164,1.0000
910
+ 42.1674,0.9306,1.0000
911
+ 42.2139,0.9423,1.0000
912
+ 42.2603,0.9511,1.0000
913
+ 42.3068,0.9568,1.0000
914
+ 42.3532,0.9591,1.0000
915
+ 42.3996,0.9580,1.0000
916
+ 42.4461,0.9537,1.0000
917
+ 42.4925,0.9458,1.0000
918
+ 42.5390,0.9340,1.0000
919
+ 42.5854,0.9180,1.0000
920
+ 42.6318,0.8977,1.0000
921
+ 42.6783,0.8738,1.0000
922
+ 42.7247,0.8479,1.0000
923
+ 42.7712,0.8231,1.0000
924
+ 42.8176,0.8024,1.0000
925
+ 42.8640,0.7887,1.0000
926
+ 42.9105,0.7838,1.0000
927
+ 42.9569,0.7883,1.0000
928
+ 43.0034,0.8016,1.0000
929
+ 43.0498,0.8223,1.0000
930
+ 43.0962,0.8478,1.0000
931
+ 43.1427,0.8750,1.0000
932
+ 43.1891,0.9007,1.0000
933
+ 43.2356,0.9228,1.0000
934
+ 43.2820,0.9403,1.0000
935
+ 43.3284,0.9537,1.0000
936
+ 43.3749,0.9636,1.0000
937
+ 43.4213,0.9709,1.0000
938
+ 43.4678,0.9760,1.0000
939
+ 43.5142,0.9794,1.0000
940
+ 43.5606,0.9811,1.0000
941
+ 43.6071,0.9816,1.0000
942
+ 43.6535,0.9809,1.0000
943
+ 43.7000,0.9792,1.0000
944
+ 43.7464,0.9765,1.0000
945
+ 43.7928,0.9728,1.0000
946
+ 43.8393,0.9682,1.0000
947
+ 43.8857,0.9629,1.0000
948
+ 43.9322,0.9571,1.0000
949
+ 43.9786,0.9514,1.0000
950
+ 44.0250,0.9464,1.0000
951
+ 44.0715,0.9424,1.0000
952
+ 44.1179,0.9397,1.0000
953
+ 44.1644,0.9386,1.0000
954
+ 44.2108,0.9394,1.0000
955
+ 44.2572,0.9421,1.0000
956
+ 44.3037,0.9468,1.0000
957
+ 44.3501,0.9529,1.0000
958
+ 44.3966,0.9595,1.0000
959
+ 44.4430,0.9660,1.0000
960
+ 44.4894,0.9718,1.0000
961
+ 44.5359,0.9767,1.0000
962
+ 44.5823,0.9806,1.0000
963
+ 44.6288,0.9835,1.0000
964
+ 44.6752,0.9855,1.0000
965
+ 44.7216,0.9866,1.0000
966
+ 44.7681,0.9868,1.0000
967
+ 44.8145,0.9861,1.0000
968
+ 44.8610,0.9846,1.0000
969
+ 44.9074,0.9822,1.0000
970
+ 44.9538,0.9788,1.0000
971
+ 45.0003,0.9744,1.0000
972
+ 45.0467,0.9688,1.0000
973
+ 45.0932,0.9623,1.0000
974
+ 45.1396,0.9550,1.0000
975
+ 45.1860,0.9474,1.0000
976
+ 45.2325,0.9400,1.0000
977
+ 45.2789,0.9334,1.0000
978
+ 45.3254,0.9281,1.0000
979
+ 45.3718,0.9246,1.0000
980
+ 45.4182,0.9232,1.0000
981
+ 45.4647,0.9241,1.0000
982
+ 45.5111,0.9273,1.0000
983
+ 45.5576,0.9324,1.0000
984
+ 45.6040,0.9391,1.0000
985
+ 45.6504,0.9466,1.0000
986
+ 45.6969,0.9544,1.0000
987
+ 45.7433,0.9617,1.0000
988
+ 45.7898,0.9682,1.0000
989
+ 45.8362,0.9734,1.0000
990
+ 45.8826,0.9772,1.0000
991
+ 45.9291,0.9795,1.0000
992
+ 45.9755,0.9803,1.0000
993
+ 46.0220,0.9798,1.0000
994
+ 46.0684,0.9779,1.0000
995
+ 46.1148,0.9745,1.0000
996
+ 46.1613,0.9693,1.0000
997
+ 46.2077,0.9620,1.0000
998
+ 46.2541,0.9521,1.0000
999
+ 46.3006,0.9395,1.0000
1000
+ 46.3470,0.9242,1.0000
1001
+ 46.3935,0.9066,1.0000
1002
+ 46.4399,0.8874,1.0000
1003
+ 46.4863,0.8674,1.0000
1004
+ 46.5328,0.8473,1.0000
1005
+ 46.5792,0.8280,1.0000
1006
+ 46.6257,0.8110,1.0000
1007
+ 46.6721,0.7978,1.0000
1008
+ 46.7185,0.7901,1.0000
1009
+ 46.7650,0.7887,1.0000
1010
+ 46.8114,0.7938,1.0000
1011
+ 46.8579,0.8046,1.0000
1012
+ 46.9043,0.8197,1.0000
1013
+ 46.9507,0.8372,1.0000
1014
+ 46.9972,0.8551,1.0000
1015
+ 47.0436,0.8713,1.0000
1016
+ 47.0901,0.8842,1.0000
1017
+ 47.1365,0.8925,1.0000
1018
+ 47.1829,0.8954,1.0000
1019
+ 47.2294,0.8929,1.0000
1020
+ 47.2758,0.8849,1.0000
1021
+ 47.3223,0.8717,1.0000
1022
+ 47.3687,0.8538,1.0000
1023
+ 47.4151,0.8314,1.0000
1024
+ 47.4616,0.8058,1.0000
1025
+ 47.5080,0.7792,1.0000
1026
+ 47.5545,0.7553,1.0000
1027
+ 47.6009,0.7376,1.0000
1028
+ 47.6473,0.7293,1.0000
1029
+ 47.6938,0.7318,1.0000
1030
+ 47.7402,0.7455,1.0000
1031
+ 47.7867,0.7692,1.0000
1032
+ 47.8331,0.8007,1.0000
1033
+ 47.8795,0.8366,1.0000
1034
+ 47.9260,0.8726,1.0000
1035
+ 47.9724,0.9050,1.0000
1036
+ 48.0189,0.9311,1.0000
1037
+ 48.0653,0.9507,1.0000
1038
+ 48.1117,0.9646,1.0000
1039
+ 48.1582,0.9742,1.0000
1040
+ 48.2046,0.9807,1.0000
1041
+ 48.2511,0.9850,1.0000
1042
+ 48.2975,0.9876,1.0000
1043
+ 48.3439,0.9889,1.0000
1044
+ 48.3904,0.9890,1.0000
1045
+ 48.4368,0.9881,1.0000
1046
+ 48.4833,0.9860,1.0000
1047
+ 48.5297,0.9828,1.0000
1048
+ 48.5761,0.9783,1.0000
1049
+ 48.6226,0.9725,1.0000
1050
+ 48.6690,0.9656,1.0000
1051
+ 48.7155,0.9582,1.0000
1052
+ 48.7619,0.9509,1.0000
1053
+ 48.8083,0.9445,1.0000
1054
+ 48.8548,0.9396,1.0000
1055
+ 48.9012,0.9366,1.0000
1056
+ 48.9477,0.9356,1.0000
1057
+ 48.9941,0.9367,1.0000
1058
+ 49.0405,0.9401,1.0000
1059
+ 49.0870,0.9456,1.0000
1060
+ 49.1334,0.9527,1.0000
1061
+ 49.1799,0.9603,1.0000
1062
+ 49.2263,0.9677,1.0000
1063
+ 49.2727,0.9742,1.0000
1064
+ 49.3192,0.9796,1.0000
1065
+ 49.3656,0.9838,1.0000
1066
+ 49.4121,0.9869,1.0000
1067
+ 49.4585,0.9890,1.0000
1068
+ 49.5049,0.9902,1.0000
1069
+ 49.5514,0.9907,1.0000
1070
+ 49.5978,0.9905,1.0000
1071
+ 49.6443,0.9896,1.0000
1072
+ 49.6907,0.9880,1.0000
1073
+ 49.7371,0.9857,1.0000
1074
+ 49.7836,0.9827,1.0000
1075
+ 49.8300,0.9787,1.0000
1076
+ 49.8765,0.9740,1.0000
1077
+ 49.9229,0.9686,1.0000
1078
+ 49.9693,0.9629,1.0000
1079
+ 50.0158,0.9574,1.0000
1080
+ 50.0622,0.9526,1.0000
1081
+ 50.1087,0.9488,1.0000
1082
+ 50.1551,0.9462,1.0000
1083
+ 50.2015,0.9451,1.0000
1084
+ 50.2480,0.9455,1.0000
1085
+ 50.2944,0.9473,1.0000
1086
+ 50.3409,0.9504,1.0000
1087
+ 50.3873,0.9545,1.0000
1088
+ 50.4337,0.9592,1.0000
1089
+ 50.4802,0.9642,1.0000
1090
+ 50.5266,0.9692,1.0000
1091
+ 50.5731,0.9737,1.0000
1092
+ 50.6195,0.9774,1.0000
1093
+ 50.6659,0.9802,1.0000
1094
+ 50.7124,0.9819,1.0000
1095
+ 50.7588,0.9822,1.0000
1096
+ 50.8053,0.9813,1.0000
1097
+ 50.8517,0.9788,1.0000
1098
+ 50.8981,0.9747,1.0000
1099
+ 50.9446,0.9687,1.0000
1100
+ 50.9910,0.9602,1.0000
1101
+ 51.0375,0.9488,1.0000
1102
+ 51.0839,0.9341,0.9999
1103
+ 51.1303,0.9162,0.9999
1104
+ 51.1768,0.8961,0.9998
1105
+ 51.2232,0.8751,0.9998
1106
+ 51.2697,0.8543,0.9998
1107
+ 51.3161,0.8348,0.9999
1108
+ 51.3625,0.8176,0.9999
1109
+ 51.4090,0.8041,0.9999
1110
+ 51.4554,0.7958,1.0000
1111
+ 51.5019,0.7941,1.0000
1112
+ 51.5483,0.7996,1.0000
1113
+ 51.5947,0.8118,1.0000
1114
+ 51.6412,0.8294,1.0000
1115
+ 51.6876,0.8503,1.0000
1116
+ 51.7341,0.8723,1.0000
1117
+ 51.7805,0.8932,1.0000
1118
+ 51.8269,0.9110,1.0000
1119
+ 51.8734,0.9248,1.0000
1120
+ 51.9198,0.9338,1.0000
1121
+ 51.9663,0.9381,1.0000
1122
+ 52.0127,0.9377,1.0000
1123
+ 52.0591,0.9327,1.0000
1124
+ 52.1056,0.9229,1.0000
1125
+ 52.1520,0.9079,1.0000
1126
+ 52.1985,0.8872,1.0000
1127
+ 52.2449,0.8613,1.0000
1128
+ 52.2913,0.8314,1.0000
1129
+ 52.3378,0.8007,1.0000
1130
+ 52.3842,0.7731,1.0000
1131
+ 52.4307,0.7527,1.0000
1132
+ 52.4771,0.7422,1.0000
1133
+ 52.5235,0.7430,1.0000
1134
+ 52.5700,0.7551,1.0000
1135
+ 52.6164,0.7770,1.0000
1136
+ 52.6629,0.8062,1.0000
1137
+ 52.7093,0.8389,1.0000
1138
+ 52.7557,0.8712,1.0000
1139
+ 52.8022,0.8999,1.0000
1140
+ 52.8486,0.9233,1.0000
1141
+ 52.8951,0.9412,1.0000
1142
+ 52.9415,0.9544,1.0000
1143
+ 52.9879,0.9639,1.0000
1144
+ 53.0344,0.9707,1.0000
1145
+ 53.0808,0.9754,1.0000
1146
+ 53.1273,0.9781,1.0000
1147
+ 53.1737,0.9792,1.0000
1148
+ 53.2201,0.9788,1.0000
1149
+ 53.2666,0.9771,1.0000
1150
+ 53.3130,0.9741,1.0000
1151
+ 53.3595,0.9698,1.0000
1152
+ 53.4059,0.9643,1.0000
1153
+ 53.4523,0.9577,1.0000
1154
+ 53.4988,0.9505,1.0000
1155
+ 53.5452,0.9434,1.0000
1156
+ 53.5917,0.9370,1.0000
1157
+ 53.6381,0.9319,1.0000
1158
+ 53.6845,0.9286,1.0000
1159
+ 53.7310,0.9271,1.0000
1160
+ 53.7774,0.9276,1.0000
1161
+ 53.8239,0.9303,1.0000
1162
+ 53.8703,0.9352,1.0000
1163
+ 53.9167,0.9419,1.0000
1164
+ 53.9632,0.9498,1.0000
1165
+ 54.0096,0.9578,0.9999
1166
+ 54.0561,0.9654,0.9998
1167
+ 54.1025,0.9719,0.9996
1168
+ 54.1489,0.9772,0.9993
1169
+ 54.1954,0.9813,0.9985
1170
+ 54.2418,0.9843,0.9972
1171
+ 54.2883,0.9862,0.9950
1172
+ 54.3347,0.9872,0.9916
1173
+ 54.3811,0.9873,0.9865
1174
+ 54.4276,0.9866,0.9795
1175
+ 54.4740,0.9850,0.9705
1176
+ 54.5205,0.9825,0.9601
1177
+ 54.5669,0.9789,0.9487
1178
+ 54.6133,0.9742,0.9374
1179
+ 54.6598,0.9683,0.9266
1180
+ 54.7062,0.9612,0.9168
1181
+ 54.7527,0.9532,0.9079
1182
+ 54.7991,0.9447,0.8998
1183
+ 54.8455,0.9364,0.8927
1184
+ 54.8920,0.9288,0.8870
1185
+ 54.9384,0.9226,0.8833
1186
+ 54.9849,0.9183,0.8828
1187
+ 55.0313,0.9161,0.8865
1188
+ 55.0777,0.9164,0.8954
1189
+ 55.1242,0.9191,0.9092
1190
+ 55.1706,0.9240,0.9270
1191
+ 55.2171,0.9305,0.9465
1192
+ 55.2635,0.9383,0.9647
1193
+ 55.3099,0.9465,0.9792
1194
+ 55.3564,0.9545,0.9892
1195
+ 55.4028,0.9617,0.9949
1196
+ 55.4493,0.9675,0.9979
1197
+ 55.4957,0.9715,0.9991
1198
+ 55.5421,0.9738,0.9997
1199
+ 55.5886,0.9742,0.9999
1200
+ 55.6350,0.9728,0.9999
1201
+ 55.6815,0.9694,1.0000
1202
+ 55.7279,0.9639,1.0000
1203
+ 55.7743,0.9558,1.0000
1204
+ 55.8208,0.9445,1.0000
1205
+ 55.8672,0.9297,1.0000
1206
+ 55.9137,0.9114,1.0000
1207
+ 55.9601,0.8903,1.0000
1208
+ 56.0065,0.8677,1.0000
1209
+ 56.0530,0.8450,1.0000
1210
+ 56.0994,0.8237,1.0000
1211
+ 56.1459,0.8048,1.0000
1212
+ 56.1923,0.7896,1.0000
1213
+ 56.2387,0.7796,1.0000
1214
+ 56.2852,0.7763,1.0000
1215
+ 56.3316,0.7804,1.0000
1216
+ 56.3780,0.7917,1.0000
1217
+ 56.4245,0.8093,1.0000
1218
+ 56.4709,0.8310,1.0000
1219
+ 56.5174,0.8546,1.0000
1220
+ 56.5638,0.8776,1.0000
1221
+ 56.6102,0.8977,1.0000
1222
+ 56.6567,0.9136,1.0000
1223
+ 56.7031,0.9245,1.0000
1224
+ 56.7496,0.9301,1.0000
1225
+ 56.7960,0.9304,1.0000
1226
+ 56.8424,0.9256,1.0000
1227
+ 56.8889,0.9152,1.0000
1228
+ 56.9353,0.8989,1.0000
1229
+ 56.9818,0.8764,1.0000
1230
+ 57.0282,0.8480,1.0000
1231
+ 57.0746,0.8153,1.0000
1232
+ 57.1211,0.7816,1.0000
1233
+ 57.1675,0.7514,1.0000
1234
+ 57.2140,0.7292,1.0000
1235
+ 57.2604,0.7182,1.0000
1236
+ 57.3068,0.7199,1.0000
1237
+ 57.3533,0.7345,1.0000
1238
+ 57.3997,0.7605,1.0000
1239
+ 57.4462,0.7951,1.0000
1240
+ 57.4926,0.8338,1.0000
1241
+ 57.5390,0.8721,1.0000
1242
+ 57.5855,0.9056,1.0000
1243
+ 57.6319,0.9323,1.0000
1244
+ 57.6784,0.9519,1.0000
1245
+ 57.7248,0.9657,1.0000
1246
+ 57.7712,0.9751,1.0000
1247
+ 57.8177,0.9814,1.0000
1248
+ 57.8641,0.9854,1.0000
1249
+ 57.9106,0.9878,1.0000
1250
+ 57.9570,0.9888,1.0000
1251
+ 58.0034,0.9886,1.0000
1252
+ 58.0499,0.9873,1.0000
1253
+ 58.0963,0.9848,1.0000
1254
+ 58.1428,0.9811,1.0000
1255
+ 58.1892,0.9761,1.0000
1256
+ 58.2356,0.9698,1.0000
1257
+ 58.2821,0.9625,0.9999
1258
+ 58.3285,0.9547,0.9997
1259
+ 58.3750,0.9472,0.9993
1260
+ 58.4214,0.9408,0.9985
1261
+ 58.4678,0.9361,0.9970
1262
+ 58.5143,0.9332,0.9947
1263
+ 58.5607,0.9325,0.9916
1264
+ 58.6072,0.9341,0.9878
1265
+ 58.6536,0.9380,0.9838
1266
+ 58.7000,0.9441,0.9802
1267
+ 58.7465,0.9516,0.9775
1268
+ 58.7929,0.9596,0.9758
1269
+ 58.8394,0.9671,0.9749
1270
+ 58.8858,0.9738,0.9745
1271
+ 58.9322,0.9792,0.9741
1272
+ 58.9787,0.9834,0.9733
1273
+ 59.0251,0.9865,0.9715
1274
+ 59.0716,0.9885,0.9684
1275
+ 59.1180,0.9897,0.9636
1276
+ 59.1644,0.9901,0.9565
1277
+ 59.2109,0.9898,0.9465
1278
+ 59.2573,0.9888,0.9331
1279
+ 59.3038,0.9871,0.9161
1280
+ 59.3502,0.9849,0.8961
1281
+ 59.3966,0.9819,0.8749
1282
+ 59.4431,0.9782,0.8556
1283
+ 59.4895,0.9736,0.8425
1284
+ 59.5360,0.9682,0.8398
1285
+ 59.5824,0.9623,0.8502
1286
+ 59.6288,0.9561,0.8733
1287
+ 59.6753,0.9499,0.9049
1288
+ 59.7217,0.9443,0.9379
1289
+ 59.7682,0.9397,0.9652
1290
+ 59.8146,0.9367,0.9834
1291
+ 59.8610,0.9357,0.9932
1292
+ 59.9075,0.9369,0.9976
1293
+ 59.9539,0.9402,0.9992
1294
+ 60.0004,0.9454,0.9998
1295
+ 60.0468,0.9517,0.9999
1296
+ 60.0932,0.9586,1.0000
1297
+ 60.1397,0.9653,1.0000
1298
+ 60.1861,0.9713,1.0000
1299
+ 60.2326,0.9763,1.0000
1300
+ 60.2790,0.9798,1.0000
1301
+ 60.3254,0.9819,1.0000
1302
+ 60.3719,0.9826,1.0000
1303
+ 60.4183,0.9820,1.0000
1304
+ 60.4648,0.9801,1.0000
1305
+ 60.5112,0.9767,1.0000
1306
+ 60.5576,0.9719,1.0000
1307
+ 60.6041,0.9651,1.0000
1308
+ 60.6505,0.9563,1.0000
1309
+ 60.6970,0.9452,1.0000
1310
+ 60.7434,0.9321,1.0000
1311
+ 60.7898,0.9175,1.0000
1312
+ 60.8363,0.9021,1.0000
1313
+ 60.8827,0.8865,1.0000
1314
+ 60.9292,0.8715,1.0000
1315
+ 60.9756,0.8579,1.0000
1316
+ 61.0220,0.8472,1.0000
1317
+ 61.0685,0.8412,1.0000
1318
+ 61.1149,0.8408,1.0000
1319
+ 61.1614,0.8465,1.0000
1320
+ 61.2078,0.8576,1.0000
1321
+ 61.2542,0.8728,1.0000
1322
+ 61.3007,0.8902,1.0000
1323
+ 61.3471,0.9078,1.0000
1324
+ 61.3936,0.9236,1.0000
1325
+ 61.4400,0.9365,1.0000
1326
+ 61.4864,0.9457,1.0000
1327
+ 61.5329,0.9509,1.0000
1328
+ 61.5793,0.9521,1.0000
1329
+ 61.6258,0.9496,1.0000
1330
+ 61.6722,0.9433,1.0000
1331
+ 61.7186,0.9333,1.0000
1332
+ 61.7651,0.9193,1.0000
1333
+ 61.8115,0.9012,1.0000
1334
+ 61.8580,0.8795,1.0000
1335
+ 61.9044,0.8555,1.0000
1336
+ 61.9508,0.8320,1.0000
1337
+ 61.9973,0.8120,1.0000
1338
+ 62.0437,0.7986,1.0000
1339
+ 62.0902,0.7936,1.0000
1340
+ 62.1366,0.7975,1.0000
1341
+ 62.1830,0.8098,1.0000
1342
+ 62.2295,0.8288,1.0000
1343
+ 62.2759,0.8524,1.0000
1344
+ 62.3224,0.8776,1.0000
1345
+ 62.3688,0.9018,1.0000
1346
+ 62.4152,0.9229,1.0000
1347
+ 62.4617,0.9400,1.0000
1348
+ 62.5081,0.9531,1.0000
1349
+ 62.5546,0.9630,1.0000
1350
+ 62.6010,0.9703,1.0000
1351
+ 62.6474,0.9757,1.0000
1352
+ 62.6939,0.9793,1.0000
1353
+ 62.7403,0.9815,1.0000
1354
+ 62.7868,0.9823,1.0000
1355
+ 62.8332,0.9821,1.0000
1356
+ 62.8796,0.9809,1.0000
1357
+ 62.9261,0.9786,1.0000
1358
+ 62.9725,0.9755,1.0000
1359
+ 63.0190,0.9714,1.0000
1360
+ 63.0654,0.9663,1.0000
1361
+ 63.1118,0.9605,1.0000
1362
+ 63.1583,0.9544,1.0000
1363
+ 63.2047,0.9487,1.0000
1364
+ 63.2512,0.9439,1.0000
1365
+ 63.2976,0.9404,1.0000
1366
+ 63.3440,0.9387,1.0000
1367
+ 63.3905,0.9389,1.0000
1368
+ 63.4369,0.9414,1.0000
1369
+ 63.4834,0.9460,1.0000
1370
+ 63.5298,0.9524,1.0000
1371
+ 63.5762,0.9596,1.0000
1372
+ 63.6227,0.9668,1.0000
1373
+ 63.6691,0.9734,1.0000
1374
+ 63.7156,0.9788,1.0000
1375
+ 63.7620,0.9832,1.0000
1376
+ 63.8084,0.9864,1.0000
1377
+ 63.8549,0.9887,1.0000
1378
+ 63.9013,0.9901,1.0000
1379
+ 63.9478,0.9907,1.0000
1380
+ 63.9942,0.9906,1.0000
1381
+ 64.0406,0.9898,1.0000
1382
+ 64.0871,0.9884,1.0000
1383
+ 64.1335,0.9861,1.0000
1384
+ 64.1800,0.9829,1.0000
1385
+ 64.2264,0.9787,1.0000
1386
+ 64.2728,0.9734,1.0000
1387
+ 64.3193,0.9669,1.0000
1388
+ 64.3657,0.9592,1.0000
1389
+ 64.4122,0.9506,1.0000
1390
+ 64.4586,0.9416,1.0000
1391
+ 64.5050,0.9328,1.0000
1392
+ 64.5515,0.9248,1.0000
1393
+ 64.5979,0.9184,1.0000
1394
+ 64.6444,0.9145,1.0000
1395
+ 64.6908,0.9136,1.0000
1396
+ 64.7372,0.9158,1.0000
1397
+ 64.7837,0.9209,0.9999
1398
+ 64.8301,0.9282,0.9999
1399
+ 64.8766,0.9369,0.9999
1400
+ 64.9230,0.9460,0.9999
1401
+ 64.9694,0.9546,0.9999
1402
+ 65.0159,0.9620,0.9999
1403
+ 65.0623,0.9677,1.0000
1404
+ 65.1088,0.9716,1.0000
1405
+ 65.1552,0.9735,1.0000
1406
+ 65.2016,0.9736,1.0000
1407
+ 65.2481,0.9718,1.0000
1408
+ 65.2945,0.9681,1.0000
1409
+ 65.3410,0.9623,1.0000
1410
+ 65.3874,0.9541,1.0000
1411
+ 65.4338,0.9430,1.0000
1412
+ 65.4803,0.9292,1.0000
1413
+ 65.5267,0.9133,1.0000
1414
+ 65.5732,0.8967,1.0000
1415
+ 65.6196,0.8811,1.0000
1416
+ 65.6660,0.8682,1.0000
1417
+ 65.7125,0.8590,1.0000
1418
+ 65.7589,0.8541,1.0000
1419
+ 65.8054,0.8540,1.0000
1420
+ 65.8518,0.8589,1.0000
1421
+ 65.8982,0.8683,1.0000
1422
+ 65.9447,0.8811,1.0000
1423
+ 65.9911,0.8956,1.0000
1424
+ 66.0376,0.9102,1.0000
1425
+ 66.0840,0.9238,1.0000
1426
+ 66.1304,0.9358,1.0000
1427
+ 66.1769,0.9461,1.0000
1428
+ 66.2233,0.9542,1.0000
1429
+ 66.2698,0.9600,1.0000
1430
+ 66.3162,0.9633,1.0000
1431
+ 66.3626,0.9639,1.0000
1432
+ 66.4091,0.9615,1.0000
1433
+ 66.4555,0.9559,1.0000
1434
+ 66.5020,0.9467,1.0000
1435
+ 66.5484,0.9332,1.0000
1436
+ 66.5948,0.9150,1.0000
1437
+ 66.6413,0.8923,1.0000
1438
+ 66.6877,0.8663,1.0000
1439
+ 66.7341,0.8396,1.0000
1440
+ 66.7806,0.8158,1.0000
1441
+ 66.8270,0.7985,1.0000
1442
+ 66.8735,0.7901,1.0000
1443
+ 66.9199,0.7915,1.0000
1444
+ 66.9663,0.8022,1.0000
1445
+ 67.0128,0.8208,1.0000
1446
+ 67.0592,0.8449,1.0000
1447
+ 67.1057,0.8715,1.0000
1448
+ 67.1521,0.8975,1.0000
1449
+ 67.1985,0.9206,1.0000
1450
+ 67.2450,0.9392,1.0000
1451
+ 67.2914,0.9536,1.0000
1452
+ 67.3379,0.9643,1.0000
1453
+ 67.3843,0.9721,1.0000
1454
+ 67.4307,0.9776,1.0000
1455
+ 67.4772,0.9815,1.0000
1456
+ 67.5236,0.9839,1.0000
1457
+ 67.5701,0.9850,1.0000
1458
+ 67.6165,0.9851,1.0000
1459
+ 67.6629,0.9843,1.0000
1460
+ 67.7094,0.9826,1.0000
1461
+ 67.7558,0.9801,1.0000
1462
+ 67.8023,0.9767,0.9999
1463
+ 67.8487,0.9724,0.9999
1464
+ 67.8951,0.9674,0.9999
1465
+ 67.9416,0.9618,0.9999
1466
+ 67.9880,0.9562,0.9999
1467
+ 68.0345,0.9512,0.9999
1468
+ 68.0809,0.9471,1.0000
1469
+ 68.1273,0.9444,1.0000
1470
+ 68.1738,0.9434,1.0000
1471
+ 68.2202,0.9443,1.0000
1472
+ 68.2667,0.9473,1.0000
1473
+ 68.3131,0.9521,1.0000
1474
+ 68.3595,0.9581,1.0000
1475
+ 68.4060,0.9644,1.0000
1476
+ 68.4524,0.9705,1.0000
1477
+ 68.4989,0.9759,1.0000
1478
+ 68.5453,0.9803,1.0000
1479
+ 68.5917,0.9838,1.0000
1480
+ 68.6382,0.9864,1.0000
1481
+ 68.6846,0.9881,1.0000
1482
+ 68.7311,0.9891,1.0000
1483
+ 68.7775,0.9893,1.0000
1484
+ 68.8239,0.9889,1.0000
1485
+ 68.8704,0.9879,1.0000
1486
+ 68.9168,0.9862,1.0000
1487
+ 68.9633,0.9839,1.0000
1488
+ 69.0097,0.9808,1.0000
1489
+ 69.0561,0.9768,1.0000
1490
+ 69.1026,0.9719,1.0000
1491
+ 69.1490,0.9663,1.0000
1492
+ 69.1955,0.9601,1.0000
1493
+ 69.2419,0.9538,1.0000
1494
+ 69.2883,0.9480,1.0000
1495
+ 69.3348,0.9433,1.0000
1496
+ 69.3812,0.9401,1.0000
1497
+ 69.4277,0.9390,1.0000
1498
+ 69.4741,0.9401,1.0000
1499
+ 69.5205,0.9433,1.0000
1500
+ 69.5670,0.9484,1.0000
1501
+ 69.6134,0.9547,1.0000
1502
+ 69.6599,0.9616,1.0000
1503
+ 69.7063,0.9684,1.0000
1504
+ 69.7527,0.9744,1.0000
1505
+ 69.7992,0.9794,1.0000
1506
+ 69.8456,0.9831,1.0000
1507
+ 69.8921,0.9855,1.0000
1508
+ 69.9385,0.9865,1.0000
1509
+ 69.9849,0.9862,1.0000
1510
+ 70.0314,0.9844,1.0000
1511
+ 70.0778,0.9809,1.0000
1512
+ 70.1243,0.9753,1.0000
1513
+ 70.1707,0.9671,1.0000
1514
+ 70.2171,0.9556,1.0000
1515
+ 70.2636,0.9403,1.0000
1516
+ 70.3100,0.9215,1.0000
1517
+ 70.3565,0.8998,1.0000
1518
+ 70.4029,0.8766,1.0000
1519
+ 70.4493,0.8533,1.0000
1520
+ 70.4958,0.8313,1.0000
1521
+ 70.5422,0.8114,1.0000
1522
+ 70.5887,0.7950,1.0000
1523
+ 70.6351,0.7837,1.0000
1524
+ 70.6815,0.7795,1.0000
1525
+ 70.7280,0.7833,1.0000
1526
+ 70.7744,0.7952,1.0000
1527
+ 70.8209,0.8141,1.0000
1528
+ 70.8673,0.8378,1.0000
1529
+ 70.9137,0.8634,1.0000
1530
+ 70.9602,0.8880,1.0000
1531
+ 71.0066,0.9094,1.0000
1532
+ 71.0531,0.9261,1.0000
1533
+ 71.0995,0.9375,1.0000
1534
+ 71.1459,0.9439,1.0000
1535
+ 71.1924,0.9456,1.0000
1536
+ 71.2388,0.9431,1.0000
1537
+ 71.2853,0.9369,1.0000
1538
+ 71.3317,0.9270,1.0000
1539
+ 71.3781,0.9131,1.0000
1540
+ 71.4246,0.8954,1.0000
1541
+ 71.4710,0.8742,1.0000
1542
+ 71.5175,0.8513,1.0000
1543
+ 71.5639,0.8293,1.0000
1544
+ 71.6103,0.8114,1.0000
1545
+ 71.6568,0.8000,1.0000
1546
+ 71.7032,0.7968,1.0000
1547
+ 71.7497,0.8020,1.0000
1548
+ 71.7961,0.8153,1.0000
1549
+ 71.8425,0.8354,1.0000
1550
+ 71.8890,0.8601,1.0000
1551
+ 71.9354,0.8863,1.0000
1552
+ 71.9819,0.9109,1.0000
1553
+ 72.0283,0.9318,1.0000
1554
+ 72.0747,0.9483,1.0000
1555
+ 72.1212,0.9607,1.0000
1556
+ 72.1676,0.9697,1.0000
1557
+ 72.2141,0.9762,1.0000
1558
+ 72.2605,0.9807,1.0000
1559
+ 72.3069,0.9836,1.0000
1560
+ 72.3534,0.9850,1.0000
1561
+ 72.3998,0.9852,1.0000
1562
+ 72.4463,0.9844,1.0000
1563
+ 72.4927,0.9827,1.0000
1564
+ 72.5391,0.9801,1.0000
1565
+ 72.5856,0.9766,1.0000
1566
+ 72.6320,0.9722,1.0000
1567
+ 72.6785,0.9670,1.0000
1568
+ 72.7249,0.9614,1.0000
1569
+ 72.7713,0.9559,1.0000
1570
+ 72.8178,0.9513,1.0000
1571
+ 72.8642,0.9479,1.0000
1572
+ 72.9107,0.9460,1.0000
1573
+ 72.9571,0.9460,1.0000
1574
+ 73.0035,0.9480,1.0000
1575
+ 73.0500,0.9520,1.0000
1576
+ 73.0964,0.9576,1.0000
1577
+ 73.1429,0.9642,1.0000
1578
+ 73.1893,0.9709,1.0000
1579
+ 73.2357,0.9770,1.0000
1580
+ 73.2822,0.9821,0.9999
1581
+ 73.3286,0.9861,0.9999
1582
+ 73.3751,0.9891,0.9998
1583
+ 73.4215,0.9912,0.9998
1584
+ 73.4679,0.9925,0.9997
1585
+ 73.5144,0.9932,0.9996
1586
+ 73.5608,0.9932,0.9996
1587
+ 73.6073,0.9925,0.9996
1588
+ 73.6537,0.9911,0.9996
1589
+ 73.7001,0.9888,0.9997
1590
+ 73.7466,0.9855,0.9997
1591
+ 73.7930,0.9811,0.9998
1592
+ 73.8395,0.9754,0.9999
1593
+ 73.8859,0.9686,0.9999
1594
+ 73.9323,0.9609,1.0000
1595
+ 73.9788,0.9526,1.0000
1596
+ 74.0252,0.9442,1.0000
1597
+ 74.0717,0.9361,1.0000
1598
+ 74.1181,0.9287,1.0000
1599
+ 74.1645,0.9224,1.0000
1600
+ 74.2110,0.9177,1.0000
1601
+ 74.2574,0.9150,1.0000
1602
+ 74.3039,0.9146,1.0000
1603
+ 74.3503,0.9169,1.0000
1604
+ 74.3967,0.9217,1.0000
1605
+ 74.4432,0.9288,1.0000
1606
+ 74.4896,0.9373,1.0000
1607
+ 74.5361,0.9465,1.0000
1608
+ 74.5825,0.9554,1.0000
1609
+ 74.6289,0.9631,1.0000
1610
+ 74.6754,0.9690,1.0000
1611
+ 74.7218,0.9731,1.0000
1612
+ 74.7683,0.9752,1.0000
1613
+ 74.8147,0.9757,1.0000
1614
+ 74.8611,0.9745,1.0000
1615
+ 74.9076,0.9717,1.0000
1616
+ 74.9540,0.9672,1.0000
1617
+ 75.0005,0.9607,1.0000
1618
+ 75.0469,0.9516,1.0000
1619
+ 75.0933,0.9399,1.0000
1620
+ 75.1398,0.9256,1.0000
1621
+ 75.1862,0.9090,1.0000
1622
+ 75.2327,0.8909,1.0000
1623
+ 75.2791,0.8720,1.0000
1624
+ 75.3255,0.8532,1.0000
1625
+ 75.3720,0.8360,1.0000
1626
+ 75.4184,0.8219,1.0000
1627
+ 75.4649,0.8130,1.0000
1628
+ 75.5113,0.8106,1.0000
1629
+ 75.5577,0.8153,1.0000
1630
+ 75.6042,0.8265,1.0000
1631
+ 75.6506,0.8429,1.0000
1632
+ 75.6971,0.8625,1.0000
1633
+ 75.7435,0.8829,1.0000
1634
+ 75.7899,0.9021,1.0000
1635
+ 75.8364,0.9183,1.0000
1636
+ 75.8828,0.9306,1.0000
1637
+ 75.9293,0.9384,1.0000
1638
+ 75.9757,0.9418,1.0000
1639
+ 76.0221,0.9411,1.0000
1640
+ 76.0686,0.9367,1.0000
1641
+ 76.1150,0.9285,1.0000
1642
+ 76.1615,0.9168,1.0000
1643
+ 76.2079,0.9018,1.0000
1644
+ 76.2543,0.8839,1.0000
1645
+ 76.3008,0.8646,1.0000
1646
+ 76.3472,0.8458,1.0000
1647
+ 76.3937,0.8299,1.0000
1648
+ 76.4401,0.8192,1.0000
1649
+ 76.4865,0.8155,1.0000
1650
+ 76.5330,0.8197,1.0000
1651
+ 76.5794,0.8316,1.0000
1652
+ 76.6259,0.8498,1.0000
1653
+ 76.6723,0.8720,1.0000
1654
+ 76.7187,0.8953,1.0000
1655
+ 76.7652,0.9173,1.0000
1656
+ 76.8116,0.9361,1.0000
1657
+ 76.8580,0.9510,1.0000
1658
+ 76.9045,0.9623,1.0000
1659
+ 76.9509,0.9706,0.9999
1660
+ 76.9974,0.9767,0.9999
1661
+ 77.0438,0.9810,0.9999
1662
+ 77.0902,0.9838,0.9999
1663
+ 77.1367,0.9853,0.9999
1664
+ 77.1831,0.9856,0.9999
1665
+ 77.2296,0.9850,0.9999
1666
+ 77.2760,0.9835,0.9999
1667
+ 77.3224,0.9812,0.9999
1668
+ 77.3689,0.9782,0.9999
1669
+ 77.4153,0.9744,0.9999
1670
+ 77.4618,0.9700,0.9999
1671
+ 77.5082,0.9652,0.9999
1672
+ 77.5546,0.9603,0.9999
1673
+ 77.6011,0.9558,0.9999
1674
+ 77.6475,0.9522,0.9999
1675
+ 77.6940,0.9497,0.9999
1676
+ 77.7404,0.9484,0.9999
1677
+ 77.7868,0.9486,1.0000
1678
+ 77.8333,0.9505,1.0000
1679
+ 77.8797,0.9541,1.0000
1680
+ 77.9262,0.9590,1.0000
1681
+ 77.9726,0.9646,1.0000
1682
+ 78.0190,0.9703,1.0000
1683
+ 78.0655,0.9754,1.0000
1684
+ 78.1119,0.9798,0.9999
1685
+ 78.1584,0.9833,0.9999
1686
+ 78.2048,0.9860,0.9999
1687
+ 78.2512,0.9878,0.9999
1688
+ 78.2977,0.9889,0.9999
1689
+ 78.3441,0.9893,0.9999
1690
+ 78.3906,0.9889,0.9999
1691
+ 78.4370,0.9880,0.9999
1692
+ 78.4834,0.9864,0.9999
1693
+ 78.5299,0.9843,0.9999
1694
+ 78.5763,0.9815,0.9999
1695
+ 78.6228,0.9781,0.9999
1696
+ 78.6692,0.9739,0.9999
1697
+ 78.7156,0.9691,0.9999
1698
+ 78.7621,0.9637,0.9999
1699
+ 78.8085,0.9580,0.9998
1700
+ 78.8550,0.9522,0.9998
1701
+ 78.9014,0.9467,0.9998
1702
+ 78.9478,0.9419,0.9998
1703
+ 78.9943,0.9381,0.9998
1704
+ 79.0407,0.9359,0.9998
1705
+ 79.0872,0.9356,0.9998
1706
+ 79.1336,0.9374,0.9997
1707
+ 79.1800,0.9412,0.9997
1708
+ 79.2265,0.9466,0.9996
1709
+ 79.2729,0.9530,0.9995
1710
+ 79.3194,0.9596,0.9994
1711
+ 79.3658,0.9660,0.9993
1712
+ 79.4122,0.9714,0.9992
1713
+ 79.4587,0.9755,0.9991
1714
+ 79.5051,0.9782,0.9991
1715
+ 79.5516,0.9794,0.9991
1716
+ 79.5980,0.9791,0.9991
1717
+ 79.6444,0.9774,0.9992
1718
+ 79.6909,0.9743,0.9993
1719
+ 79.7373,0.9697,0.9994
1720
+ 79.7838,0.9633,0.9994
1721
+ 79.8302,0.9548,0.9995
1722
+ 79.8766,0.9441,0.9996
1723
+ 79.9231,0.9313,0.9996
1724
+ 79.9695,0.9169,0.9997
1725
+ 80.0160,0.9016,0.9997
1726
+ 80.0624,0.8857,0.9998
1727
+ 80.1088,0.8693,0.9998
1728
+ 80.1553,0.8524,0.9998
1729
+ 80.2017,0.8354,0.9999
1730
+ 80.2482,0.8191,0.9999
1731
+ 80.2946,0.8044,0.9999
1732
+ 80.3410,0.7920,0.9999
1733
+ 80.3875,0.7820,0.9999
1734
+ 80.4339,0.7742,0.9999
1735
+ 80.4804,0.7684,0.9999
1736
+ 80.5268,0.7641,0.9999
1737
+ 80.5732,0.7611,0.9999
1738
+ 80.6197,0.7590,0.9999
1739
+ 80.6661,0.7567,0.9999
1740
+ 80.7126,0.7527,0.9999
1741
+ 80.7590,0.7454,0.9999
1742
+ 80.8054,0.7336,0.9999
1743
+ 80.8519,0.7168,0.9999
1744
+ 80.8983,0.6955,0.9998
1745
+ 80.9448,0.6708,0.9998
1746
+ 80.9912,0.6438,0.9998
1747
+ 81.0376,0.6164,0.9998
1748
+ 81.0841,0.5904,0.9998
1749
+ 81.1305,0.5681,0.9997
1750
+ 81.1770,0.5518,0.9997
1751
+ 81.2234,0.5435,0.9997
1752
+ 81.2698,0.5443,0.9997
1753
+ 81.3163,0.5548,0.9996
1754
+ 81.3627,0.5748,0.9996
1755
+ 81.4092,0.6032,0.9995
1756
+ 81.4556,0.6377,0.9995
1757
+ 81.5020,0.6754,0.9994
1758
+ 81.5485,0.7125,0.9993
1759
+ 81.5949,0.7453,0.9993
1760
+ 81.6414,0.7711,0.9992
1761
+ 81.6878,0.7891,0.9991
1762
+ 81.7342,0.8000,0.9990
1763
+ 81.7807,0.8051,0.9990
1764
+ 81.8271,0.8065,0.9990
1765
+ 81.8736,0.8056,0.9990
1766
+ 81.9200,0.8038,0.9990
1767
+ 81.9664,0.8019,0.9990
1768
+ 82.0129,0.8005,0.9990
1769
+ 82.0593,0.8003,0.9991
1770
+ 82.1058,0.8018,0.9991
1771
+ 82.1522,0.8053,0.9991
1772
+ 82.1986,0.8108,0.9991
1773
+ 82.2451,0.8181,0.9991
1774
+ 82.2915,0.8269,0.9991
1775
+ 82.3380,0.8369,0.9990
1776
+ 82.3844,0.8479,0.9989
1777
+ 82.4308,0.8595,0.9988
1778
+ 82.4773,0.8714,0.9988
1779
+ 82.5237,0.8834,0.9987
1780
+ 82.5702,0.8953,0.9986
1781
+ 82.6166,0.9071,0.9986
1782
+ 82.6630,0.9186,0.9986
1783
+ 82.7095,0.9296,0.9986
1784
+ 82.7559,0.9396,0.9986
1785
+ 82.8024,0.9482,0.9986
1786
+ 82.8488,0.9553,0.9985
1787
+ 82.8952,0.9609,0.9985
1788
+ 82.9417,0.9651,0.9984
1789
+ 82.9881,0.9680,0.9983
1790
+ 83.0346,0.9699,0.9981
1791
+ 83.0810,0.9709,0.9978
1792
+ 83.1274,0.9708,0.9975
1793
+ 83.1739,0.9698,0.9971
1794
+ 83.2203,0.9679,0.9966
1795
+ 83.2668,0.9651,0.9962
1796
+ 83.3132,0.9616,0.9957
1797
+ 83.3596,0.9574,0.9953
1798
+ 83.4061,0.9525,0.9950
1799
+ 83.4525,0.9471,0.9947
1800
+ 83.4990,0.9413,0.9945
1801
+ 83.5454,0.9352,0.9942
1802
+ 83.5918,0.9291,0.9939
1803
+ 83.6383,0.9231,0.9933
1804
+ 83.6847,0.9174,0.9925
1805
+ 83.7312,0.9121,0.9912
1806
+ 83.7776,0.9071,0.9893
1807
+ 83.8240,0.9027,0.9867
1808
+ 83.8705,0.8986,0.9829
1809
+ 83.9169,0.8948,0.9777
1810
+ 83.9634,0.8913,0.9708
1811
+ 84.0098,0.8881,0.9621
1812
+ 84.0562,0.8852,0.9513
1813
+ 84.1027,0.8824,0.9386
1814
+ 84.1491,0.8795,0.9240
1815
+ 84.1956,0.8764,0.9076
1816
+ 84.2420,0.8728,0.8890
1817
+ 84.2884,0.8683,0.8677
1818
+ 84.3349,0.8628,0.8431
1819
+ 84.3813,0.8557,0.8146
1820
+ 84.4278,0.8470,0.7822
1821
+ 84.4742,0.8364,0.7461
1822
+ 84.5206,0.8238,0.7075
1823
+ 84.5671,0.8093,0.6676
1824
+ 84.6135,0.7933,0.6280
1825
+ 84.6600,0.7760,0.5901
1826
+ 84.7064,0.7580,0.5547
1827
+ 84.7528,0.7400,0.5223
1828
+ 84.7993,0.7230,0.4928
1829
+ 84.8457,0.7079,0.4661
1830
+ 84.8922,0.6959,0.4415
1831
+ 84.9386,0.6877,0.4185
1832
+ 84.9850,0.6843,0.3967
1833
+ 85.0315,0.6863,0.3756
1834
+ 85.0779,0.6943,0.3552
1835
+ 85.1244,0.7082,0.3356
1836
+ 85.1708,0.7276,0.3173
1837
+ 85.2172,0.7512,0.3005
1838
+ 85.2637,0.7774,0.2857
1839
+ 85.3101,0.8046,0.2726
1840
+ 85.3566,0.8312,0.2608
1841
+ 85.4030,0.8558,0.2500
1842
+ 85.4494,0.8771,0.2396
1843
+ 85.4959,0.8938,0.2291
1844
+ 85.5423,0.9053,0.2184
1845
+ 85.5888,0.9115,0.2074
1846
+ 85.6352,0.9127,0.1962
1847
+ 85.6816,0.9094,0.1850
1848
+ 85.7281,0.9022,0.1743
1849
+ 85.7745,0.8914,0.1643
1850
+ 85.8210,0.8772,0.1552
1851
+ 85.8674,0.8600,0.1471
1852
+ 85.9138,0.8407,0.1399
1853
+ 85.9603,0.8210,0.1336
1854
+ 86.0067,0.8032,0.1278
1855
+ 86.0532,0.7896,0.1224
1856
+ 86.0996,0.7820,0.1171
1857
+ 86.1460,0.7814,0.1118
1858
+ 86.1925,0.7877,0.1064
1859
+ 86.2389,0.8003,0.1009
1860
+ 86.2854,0.8173,0.0954
1861
+ 86.3318,0.8366,0.0900
1862
+ 86.3782,0.8556,0.0848
1863
+ 86.4247,0.8723,0.0800
1864
+ 86.4711,0.8857,0.0756
1865
+ 86.5176,0.8957,0.0718
1866
+ 86.5640,0.9028,0.0685
1867
+ 86.6104,0.9079,0.0660
1868
+ 86.6569,0.9113,0.0644
1869
+ 86.7033,0.9132,0.0640
1870
+ 86.7498,0.9134,0.0650
1871
+ 86.7962,0.9116,0.0681
1872
+ 86.8426,0.9081,0.0740
1873
+ 86.8891,0.9031,0.0842
1874
+ 86.9355,0.8976,0.1008
1875
+ 86.9820,0.8923,0.1279
1876
+ 87.0284,0.8879,0.1715
1877
+ 87.0748,0.8854,0.2410
1878
+ 87.1213,0.8851,0.3468
1879
+ 87.1677,0.8876,0.4911
1880
+ 87.2141,0.8928,0.6541
1881
+ 87.2606,0.9004,0.7971
1882
+ 87.3070,0.9101,0.8941
1883
+ 87.3535,0.9213,0.9478
1884
+ 87.3999,0.9333,0.9743
1885
+ 87.4463,0.9454,0.9869
1886
+ 87.4928,0.9569,0.9928
1887
+ 87.5392,0.9670,0.9957
1888
+ 87.5857,0.9752,0.9972
1889
+ 87.6321,0.9816,0.9980
1890
+ 87.6785,0.9862,0.9985
1891
+ 87.7250,0.9895,0.9987
1892
+ 87.7714,0.9918,0.9988
1893
+ 87.8179,0.9934,0.9987
1894
+ 87.8643,0.9944,0.9986
1895
+ 87.9107,0.9950,0.9983
1896
+ 87.9572,0.9952,0.9979
1897
+ 88.0036,0.9950,0.9972
1898
+ 88.0501,0.9943,0.9962
1899
+ 88.0965,0.9933,0.9948
1900
+ 88.1429,0.9916,0.9927
1901
+ 88.1894,0.9892,0.9899
1902
+ 88.2358,0.9858,0.9863
1903
+ 88.2823,0.9813,0.9819
1904
+ 88.3287,0.9754,0.9770
1905
+ 88.3751,0.9680,0.9718
1906
+ 88.4216,0.9594,0.9668
1907
+ 88.4680,0.9497,0.9629
1908
+ 88.5145,0.9396,0.9608
1909
+ 88.5609,0.9296,0.9612
1910
+ 88.6073,0.9205,0.9642
1911
+ 88.6538,0.9130,0.9693
1912
+ 88.7002,0.9076,0.9753
1913
+ 88.7467,0.9046,0.9812
1914
+ 88.7931,0.9042,0.9862
1915
+ 88.8395,0.9060,0.9899
1916
+ 88.8860,0.9098,0.9925
1917
+ 88.9324,0.9150,0.9942
1918
+ 88.9789,0.9208,0.9953
1919
+ 89.0253,0.9263,0.9959
1920
+ 89.0717,0.9308,0.9962
1921
+ 89.1182,0.9333,0.9963
1922
+ 89.1646,0.9332,0.9962
1923
+ 89.2111,0.9299,0.9958
1924
+ 89.2575,0.9233,0.9951
1925
+ 89.3039,0.9136,0.9940
1926
+ 89.3504,0.9015,0.9923
1927
+ 89.3968,0.8878,0.9898
1928
+ 89.4433,0.8742,0.9863
1929
+ 89.4897,0.8623,0.9812
1930
+ 89.5361,0.8542,0.9742
1931
+ 89.5826,0.8513,0.9646
1932
+ 89.6290,0.8547,0.9522
1933
+ 89.6755,0.8644,0.9364
1934
+ 89.7219,0.8800,0.9169
1935
+ 89.7683,0.8999,0.8937
1936
+ 89.8148,0.9218,0.8667
1937
+ 89.8612,0.9431,0.8360
1938
+ 89.9077,0.9613,0.8018
1939
+ 89.9541,0.9751,0.7646
1940
+ 90.0005,0.9845,0.7249
1941
+ 90.0470,0.9905,0.6837
1942
+ 90.0934,0.9940,0.6422
1943
+ 90.1399,0.9961,0.6017
1944
+ 90.1863,0.9974,0.5639
1945
+ 90.2327,0.9981,0.5302
1946
+ 90.2792,0.9985,0.5023
1947
+ 90.3256,0.9987,0.4812
1948
+ 90.3721,0.9988,0.4679
1949
+ 90.4185,0.9986,0.4635
1950
+ 90.4649,0.9982,0.4688
1951
+ 90.5114,0.9975,0.4850
1952
+ 90.5578,0.9962,0.5132
1953
+ 90.6043,0.9938,0.5542
1954
+ 90.6507,0.9894,0.6080
1955
+ 90.6971,0.9817,0.6721
1956
+ 90.7436,0.9687,0.7413
1957
+ 90.7900,0.9485,0.8081
1958
+ 90.8365,0.9205,0.8652
1959
+ 90.8829,0.8869,0.9088
1960
+ 90.9293,0.8533,0.9386
1961
+ 90.9758,0.8265,0.9575
1962
+ 91.0222,0.8119,0.9688
1963
+ 91.0687,0.8118,0.9751
1964
+ 91.1151,0.8249,0.9781
1965
+ 91.1615,0.8470,0.9788
1966
+ 91.2080,0.8727,0.9776
1967
+ 91.2544,0.8973,0.9745
1968
+ 91.3009,0.9185,0.9696
1969
+ 91.3473,0.9355,0.9628
1970
+ 91.3937,0.9486,0.9540
1971
+ 91.4402,0.9583,0.9431
1972
+ 91.4866,0.9650,0.9299
1973
+ 91.5331,0.9691,0.9141
1974
+ 91.5795,0.9708,0.8954
1975
+ 91.6259,0.9702,0.8735
1976
+ 91.6724,0.9677,0.8483
1977
+ 91.7188,0.9635,0.8199
1978
+ 91.7653,0.9578,0.7892
1979
+ 91.8117,0.9512,0.7580
1980
+ 91.8581,0.9447,0.7291
1981
+ 91.9046,0.9393,0.7059
1982
+ 91.9510,0.9361,0.6916
1983
+ 91.9975,0.9359,0.6884
1984
+ 92.0439,0.9390,0.6977
1985
+ 92.0903,0.9452,0.7196
1986
+ 92.1368,0.9537,0.7529
1987
+ 92.1832,0.9635,0.7944
1988
+ 92.2297,0.9731,0.8391
1989
+ 92.2761,0.9816,0.8816
1990
+ 92.3225,0.9881,0.9174
1991
+ 92.3690,0.9927,0.9445
1992
+ 92.4154,0.9956,0.9631
1993
+ 92.4619,0.9973,0.9751
1994
+ 92.5083,0.9984,0.9825
1995
+ 92.5547,0.9989,0.9870
1996
+ 92.6012,0.9993,0.9897
1997
+ 92.6476,0.9995,0.9912
1998
+ 92.6941,0.9996,0.9919
1999
+ 92.7405,0.9996,0.9923
2000
+ 92.7869,0.9996,0.9925
2001
+ 92.8334,0.9996,0.9927
2002
+ 92.8798,0.9995,0.9930
2003
+ 92.9263,0.9993,0.9936
2004
+ 92.9727,0.9989,0.9944
2005
+ 93.0191,0.9984,0.9952
2006
+ 93.0656,0.9974,0.9960
2007
+ 93.1120,0.9958,0.9967
2008
+ 93.1585,0.9933,0.9973
2009
+ 93.2049,0.9897,0.9977
2010
+ 93.2513,0.9848,0.9980
2011
+ 93.2978,0.9783,0.9983
2012
+ 93.3442,0.9706,0.9984
2013
+ 93.3907,0.9622,0.9985
2014
+ 93.4371,0.9537,0.9985
2015
+ 93.4835,0.9462,0.9984
2016
+ 93.5300,0.9407,0.9982
2017
+ 93.5764,0.9379,0.9978
2018
+ 93.6229,0.9381,0.9973
2019
+ 93.6693,0.9409,0.9966
2020
+ 93.7157,0.9458,0.9956
2021
+ 93.7622,0.9517,0.9942
2022
+ 93.8086,0.9578,0.9926
2023
+ 93.8551,0.9629,0.9907
2024
+ 93.9015,0.9666,0.9889
2025
+ 93.9479,0.9683,0.9875
2026
+ 93.9944,0.9678,0.9868
2027
+ 94.0408,0.9650,0.9871
2028
+ 94.0873,0.9595,0.9884
2029
+ 94.1337,0.9515,0.9904
2030
+ 94.1801,0.9410,0.9925
2031
+ 94.2266,0.9290,0.9944
2032
+ 94.2730,0.9166,0.9959
2033
+ 94.3195,0.9059,0.9970
2034
+ 94.3659,0.8987,0.9977
2035
+ 94.4123,0.8967,0.9982
2036
+ 94.4588,0.9007,0.9985
2037
+ 94.5052,0.9105,0.9987
2038
+ 94.5517,0.9249,0.9988
2039
+ 94.5981,0.9417,0.9989
2040
+ 94.6445,0.9583,0.9989
2041
+ 94.6910,0.9724,0.9988
2042
+ 94.7374,0.9829,0.9987
2043
+ 94.7839,0.9898,0.9985
2044
+ 94.8303,0.9940,0.9982
2045
+ 94.8767,0.9964,0.9980
2046
+ 94.9232,0.9978,0.9977
2047
+ 94.9696,0.9985,0.9974
2048
+ 95.0161,0.9990,0.9971
2049
+ 95.0625,0.9992,0.9970
2050
+ 95.1089,0.9993,0.9969
2051
+ 95.1554,0.9994,0.9969
2052
+ 95.2018,0.9993,0.9969
2053
+ 95.2483,0.9992,0.9969
2054
+ 95.2947,0.9989,0.9969
2055
+ 95.3411,0.9983,0.9968
2056
+ 95.3876,0.9972,0.9968
2057
+ 95.4340,0.9952,0.9967
2058
+ 95.4805,0.9916,0.9966
2059
+ 95.5269,0.9853,0.9964
2060
+ 95.5733,0.9752,0.9963
2061
+ 95.6198,0.9603,0.9961
2062
+ 95.6662,0.9409,0.9958
2063
+ 95.7127,0.9192,0.9954
2064
+ 95.7591,0.8987,0.9950
2065
+ 95.8055,0.8832,0.9944
2066
+ 95.8520,0.8761,0.9936
2067
+ 95.8984,0.8784,0.9925
2068
+ 95.9449,0.8889,0.9912
2069
+ 95.9913,0.9044,0.9893
2070
+ 96.0377,0.9214,0.9869
2071
+ 96.0842,0.9374,0.9836
2072
+ 96.1306,0.9510,0.9791
2073
+ 96.1771,0.9621,0.9732
2074
+ 96.2235,0.9706,0.9652
2075
+ 96.2699,0.9768,0.9548
2076
+ 96.3164,0.9810,0.9414
2077
+ 96.3628,0.9836,0.9245
2078
+ 96.4093,0.9848,0.9040
2079
+ 96.4557,0.9850,0.8793
2080
+ 96.5021,0.9844,0.8505
2081
+ 96.5486,0.9831,0.8176
2082
+ 96.5950,0.9812,0.7812
2083
+ 96.6415,0.9788,0.7421
2084
+ 96.6879,0.9763,0.7014
2085
+ 96.7343,0.9741,0.6600
2086
+ 96.7808,0.9727,0.6189
2087
+ 96.8272,0.9725,0.5790
2088
+ 96.8737,0.9736,0.5410
2089
+ 96.9201,0.9760,0.5052
2090
+ 96.9665,0.9794,0.4721
2091
+ 97.0130,0.9834,0.4412
2092
+ 97.0594,0.9875,0.4124
2093
+ 97.1059,0.9911,0.3852
2094
+ 97.1523,0.9940,0.3593
2095
+ 97.1987,0.9961,0.3346
2096
+ 97.2452,0.9975,0.3113
2097
+ 97.2916,0.9983,0.2895
2098
+ 97.3380,0.9989,0.2694
2099
+ 97.3845,0.9992,0.2512
2100
+ 97.4309,0.9994,0.2354
2101
+ 97.4774,0.9995,0.2225
2102
+ 97.5238,0.9996,0.2130
2103
+ 97.5702,0.9996,0.2080
2104
+ 97.6167,0.9995,0.2084
2105
+ 97.6631,0.9994,0.2160
2106
+ 97.7096,0.9991,0.2333
2107
+ 97.7560,0.9987,0.2636
2108
+ 97.8024,0.9980,0.3118
2109
+ 97.8489,0.9968,0.3836
2110
+ 97.8953,0.9947,0.4824
2111
+ 97.9418,0.9913,0.6039
2112
+ 97.9882,0.9861,0.7309
2113
+ 98.0346,0.9787,0.8392
2114
+ 98.0811,0.9691,0.9140
2115
+ 98.1275,0.9578,0.9570
2116
+ 98.1740,0.9458,0.9790
2117
+ 98.2204,0.9349,0.9895
2118
+ 98.2668,0.9265,0.9945
2119
+ 98.3133,0.9220,0.9969
2120
+ 98.3597,0.9218,0.9981
2121
+ 98.4062,0.9256,0.9987
2122
+ 98.4526,0.9325,0.9991
2123
+ 98.4990,0.9413,0.9992
2124
+ 98.5455,0.9507,0.9993
2125
+ 98.5919,0.9596,0.9994
2126
+ 98.6384,0.9670,0.9993
2127
+ 98.6848,0.9726,0.9993
2128
+ 98.7312,0.9763,0.9991
2129
+ 98.7777,0.9781,0.9989
2130
+ 98.8241,0.9784,0.9986
2131
+ 98.8706,0.9774,0.9982
2132
+ 98.9170,0.9751,0.9977
2133
+ 98.9634,0.9717,0.9971
2134
+ 99.0099,0.9673,0.9964
2135
+ 99.0563,0.9622,0.9957
2136
+ 99.1028,0.9570,0.9949
2137
+ 99.1492,0.9525,0.9942
2138
+ 99.1956,0.9497,0.9935
2139
+ 99.2421,0.9493,0.9927
2140
+ 99.2885,0.9515,0.9917
2141
+ 99.3350,0.9561,0.9903
2142
+ 99.3814,0.9626,0.9883
2143
+ 99.4278,0.9702,0.9854
2144
+ 99.4743,0.9778,0.9813
2145
+ 99.5207,0.9845,0.9757
2146
+ 99.5672,0.9896,0.9687
2147
+ 99.6136,0.9932,0.9603
2148
+ 99.6600,0.9956,0.9507
2149
+ 99.7065,0.9970,0.9406
2150
+ 99.7529,0.9979,0.9307
2151
+ 99.7994,0.9984,0.9222
2152
+ 99.8458,0.9988,0.9160
2153
+ 99.8922,0.9990,0.9133
2154
+ 99.9387,0.9990,0.9148
2155
+ 99.9851,0.9990,0.9208
2156
+ 100.0316,0.9988,0.9307
2157
+ 100.0780,0.9985,0.9433
2158
+ 100.1244,0.9978,0.9567
2159
+ 100.1709,0.9967,0.9690
2160
+ 100.2173,0.9946,0.9787
2161
+ 100.2638,0.9908,0.9858
2162
+ 100.3102,0.9843,0.9905
2163
+ 100.3566,0.9736,0.9936
2164
+ 100.4031,0.9575,0.9955
2165
+ 100.4495,0.9360,0.9968
2166
+ 100.4960,0.9110,0.9977
2167
+ 100.5424,0.8867,0.9982
2168
+ 100.5888,0.8679,0.9986
2169
+ 100.6353,0.8585,0.9989
2170
+ 100.6817,0.8599,0.9991
2171
+ 100.7282,0.8708,0.9992
2172
+ 100.7746,0.8879,0.9993
2173
+ 100.8210,0.9072,0.9994
2174
+ 100.8675,0.9255,0.9994
2175
+ 100.9139,0.9412,0.9995
2176
+ 100.9604,0.9540,0.9995
2177
+ 101.0068,0.9639,0.9995
2178
+ 101.0532,0.9713,0.9995
2179
+ 101.0997,0.9765,0.9995
2180
+ 101.1461,0.9798,0.9995
2181
+ 101.1926,0.9815,0.9995
2182
+ 101.2390,0.9819,0.9996
2183
+ 101.2854,0.9814,0.9996
2184
+ 101.3319,0.9801,0.9996
2185
+ 101.3783,0.9782,0.9996
2186
+ 101.4248,0.9759,0.9996
2187
+ 101.4712,0.9734,0.9996
2188
+ 101.5176,0.9713,0.9996
2189
+ 101.5641,0.9700,0.9995
2190
+ 101.6105,0.9699,0.9995
2191
+ 101.6570,0.9712,0.9995
2192
+ 101.7034,0.9739,0.9994
2193
+ 101.7498,0.9775,0.9994
2194
+ 101.7963,0.9818,0.9993
2195
+ 101.8427,0.9861,0.9992
2196
+ 101.8892,0.9901,0.9990
2197
+ 101.9356,0.9933,0.9988
2198
+ 101.9820,0.9956,0.9985
2199
+ 102.0285,0.9972,0.9980
2200
+ 102.0749,0.9982,0.9974
2201
+ 102.1214,0.9988,0.9965
2202
+ 102.1678,0.9991,0.9953
2203
+ 102.2142,0.9994,0.9937
2204
+ 102.2607,0.9995,0.9915
2205
+ 102.3071,0.9996,0.9887
2206
+ 102.3536,0.9996,0.9849
2207
+ 102.4000,0.9995,0.9801
2208
+ 102.4464,0.9994,0.9739
2209
+ 102.4929,0.9992,0.9659
2210
+ 102.5393,0.9989,0.9557
2211
+ 102.5858,0.9983,0.9429
2212
+ 102.6322,0.9973,0.9268
2213
+ 102.6786,0.9957,0.9071
2214
+ 102.7251,0.9932,0.8833
2215
+ 102.7715,0.9894,0.8556
2216
+ 102.8180,0.9840,0.8244
2217
+ 102.8644,0.9772,0.7903
2218
+ 102.9108,0.9692,0.7543
2219
+ 102.9573,0.9606,0.7173
2220
+ 103.0037,0.9525,0.6803
2221
+ 103.0502,0.9458,0.6436
2222
+ 103.0966,0.9415,0.6074
2223
+ 103.1430,0.9402,0.5720
2224
+ 103.1895,0.9418,0.5371
2225
+ 103.2359,0.9458,0.5027
2226
+ 103.2824,0.9517,0.4689
2227
+ 103.3288,0.9584,0.4358
2228
+ 103.3752,0.9651,0.4038
2229
+ 103.4217,0.9711,0.3731
2230
+ 103.4681,0.9758,0.3439
2231
+ 103.5146,0.9789,0.3162
2232
+ 103.5610,0.9805,0.2899
2233
+ 103.6074,0.9807,0.2648
2234
+ 103.6539,0.9796,0.2408
2235
+ 103.7003,0.9774,0.2178
2236
+ 103.7468,0.9740,0.1959
2237
+ 103.7932,0.9695,0.1754
2238
+ 103.8396,0.9640,0.1565
2239
+ 103.8861,0.9579,0.1396
2240
+ 103.9325,0.9522,0.1251
2241
+ 103.9790,0.9479,0.1132
2242
+ 104.0254,0.9459,0.1042
2243
+ 104.0718,0.9467,0.0985
2244
+ 104.1183,0.9502,0.0964
2245
+ 104.1647,0.9562,0.0988
2246
+ 104.2112,0.9638,0.1071
2247
+ 104.2576,0.9720,0.1240
2248
+ 104.3040,0.9797,0.1544
2249
+ 104.3505,0.9861,0.2069
2250
+ 104.3969,0.9908,0.2945
2251
+ 104.4434,0.9939,0.4308
2252
+ 104.4898,0.9959,0.6100
2253
+ 104.5362,0.9972,0.7867
2254
+ 104.5827,0.9979,0.9078
2255
+ 104.6291,0.9984,0.9670
2256
+ 104.6756,0.9987,0.9894
2257
+ 104.7220,0.9988,0.9968
2258
+ 104.7684,0.9989,0.9990
2259
+ 104.8149,0.9988,0.9997
2260
+ 104.8613,0.9985,0.9999
2261
+ 104.9078,0.9980,0.9999
2262
+ 104.9542,0.9972,1.0000
2263
+ 105.0006,0.9959,1.0000
2264
+ 105.0471,0.9936,1.0000
2265
+ 105.0935,0.9899,1.0000
2266
+ 105.1400,0.9841,1.0000
2267
+ 105.1864,0.9757,1.0000
2268
+ 105.2328,0.9646,1.0000
2269
+ 105.2793,0.9517,1.0000
2270
+ 105.3257,0.9384,1.0000
2271
+ 105.3722,0.9270,1.0000
2272
+ 105.4186,0.9192,1.0000
2273
+ 105.4650,0.9164,1.0000
2274
+ 105.5115,0.9186,0.9999
2275
+ 105.5579,0.9248,0.9999
2276
+ 105.6044,0.9335,0.9998
2277
+ 105.6508,0.9430,0.9998
2278
+ 105.6972,0.9522,0.9997
2279
+ 105.7437,0.9606,0.9996
2280
+ 105.7901,0.9678,0.9995
2281
+ 105.8366,0.9737,0.9994
2282
+ 105.8830,0.9781,0.9994
2283
+ 105.9294,0.9812,0.9994
2284
+ 105.9759,0.9830,0.9994
2285
+ 106.0223,0.9838,0.9995
2286
+ 106.0688,0.9837,0.9995
2287
+ 106.1152,0.9829,0.9996
2288
+ 106.1616,0.9816,0.9996
2289
+ 106.2081,0.9800,0.9997
2290
+ 106.2545,0.9781,0.9997
2291
+ 106.3010,0.9764,0.9997
2292
+ 106.3474,0.9753,0.9998
2293
+ 106.3938,0.9750,0.9998
2294
+ 106.4403,0.9757,0.9998
2295
+ 106.4867,0.9774,0.9998
2296
+ 106.5332,0.9800,0.9998
2297
+ 106.5796,0.9833,0.9998
2298
+ 106.6260,0.9868,0.9999
2299
+ 106.6725,0.9902,0.9999
2300
+ 106.7189,0.9931,0.9999
2301
+ 106.7654,0.9954,0.9999
2302
+ 106.8118,0.9970,0.9999
2303
+ 106.8582,0.9980,0.9999
2304
+ 106.9047,0.9987,0.9999
2305
+ 106.9511,0.9991,0.9999
2306
+ 106.9976,0.9993,0.9999
2307
+ 107.0440,0.9995,0.9999
2308
+ 107.0904,0.9995,0.9999
2309
+ 107.1369,0.9996,0.9999
2310
+ 107.1833,0.9996,0.9999
2311
+ 107.2298,0.9995,0.9999
2312
+ 107.2762,0.9993,0.9999
2313
+ 107.3226,0.9991,1.0000
2314
+ 107.3691,0.9986,1.0000
2315
+ 107.4155,0.9978,1.0000
2316
+ 107.4620,0.9965,1.0000
2317
+ 107.5084,0.9943,1.0000
2318
+ 107.5548,0.9908,1.0000
2319
+ 107.6013,0.9858,1.0000
2320
+ 107.6477,0.9789,1.0000
2321
+ 107.6941,0.9703,1.0000
2322
+ 107.7406,0.9606,1.0000
2323
+ 107.7870,0.9509,1.0000
2324
+ 107.8335,0.9425,1.0000
2325
+ 107.8799,0.9366,1.0000
2326
+ 107.9263,0.9340,1.0000
2327
+ 107.9728,0.9346,1.0000
2328
+ 108.0192,0.9382,1.0000
2329
+ 108.0657,0.9441,1.0000
2330
+ 108.1121,0.9511,1.0000
2331
+ 108.1585,0.9585,1.0000
2332
+ 108.2050,0.9652,1.0000
2333
+ 108.2514,0.9708,1.0000
2334
+ 108.2979,0.9749,1.0000
2335
+ 108.3443,0.9773,1.0000
2336
+ 108.3907,0.9782,1.0000
2337
+ 108.4372,0.9776,1.0000
2338
+ 108.4836,0.9756,1.0000
2339
+ 108.5301,0.9723,1.0000
2340
+ 108.5765,0.9677,0.9999
2341
+ 108.6229,0.9617,0.9999
2342
+ 108.6694,0.9549,0.9999
2343
+ 108.7158,0.9481,0.9999
2344
+ 108.7623,0.9424,0.9999
2345
+ 108.8087,0.9389,0.9999
2346
+ 108.8551,0.9384,0.9999
2347
+ 108.9016,0.9412,0.9999
2348
+ 108.9480,0.9470,0.9999
2349
+ 108.9945,0.9553,0.9999
2350
+ 109.0409,0.9649,1.0000
2351
+ 109.0873,0.9744,1.0000
2352
+ 109.1338,0.9826,1.0000
2353
+ 109.1802,0.9887,1.0000
2354
+ 109.2267,0.9928,1.0000
2355
+ 109.2731,0.9954,0.9999
2356
+ 109.3195,0.9970,0.9999
2357
+ 109.3660,0.9979,0.9999
2358
+ 109.4124,0.9985,0.9999
2359
+ 109.4589,0.9989,0.9998
2360
+ 109.5053,0.9991,0.9997
2361
+ 109.5517,0.9992,0.9996
2362
+ 109.5982,0.9991,0.9994
2363
+ 109.6446,0.9990,0.9992
2364
+ 109.6911,0.9987,0.9989
2365
+ 109.7375,0.9982,0.9985
2366
+ 109.7839,0.9973,0.9979
2367
+ 109.8304,0.9958,0.9969
2368
+ 109.8768,0.9931,0.9955
2369
+ 109.9233,0.9888,0.9933
2370
+ 109.9697,0.9820,0.9902
2371
+ 110.0161,0.9724,0.9859
2372
+ 110.0626,0.9602,0.9802
2373
+ 110.1090,0.9465,0.9730
2374
+ 110.1555,0.9334,0.9642
2375
+ 110.2019,0.9232,0.9535
2376
+ 110.2483,0.9178,0.9409
2377
+ 110.2948,0.9177,0.9257
2378
+ 110.3412,0.9224,0.9074
2379
+ 110.3877,0.9304,0.8851
2380
+ 110.4341,0.9400,0.8579
2381
+ 110.4805,0.9497,0.8246
2382
+ 110.5270,0.9587,0.7849
2383
+ 110.5734,0.9666,0.7391
2384
+ 110.6199,0.9731,0.6886
2385
+ 110.6663,0.9781,0.6361
2386
+ 110.7127,0.9816,0.5845
2387
+ 110.7592,0.9837,0.5361
2388
+ 110.8056,0.9848,0.4922
2389
+ 110.8521,0.9849,0.4532
2390
+ 110.8985,0.9843,0.4189
2391
+ 110.9449,0.9832,0.3894
2392
+ 110.9914,0.9817,0.3649
2393
+ 111.0378,0.9799,0.3462
2394
+ 111.0843,0.9783,0.3348
2395
+ 111.1307,0.9770,0.3328
2396
+ 111.1771,0.9764,0.3431
2397
+ 111.2236,0.9767,0.3698
2398
+ 111.2700,0.9780,0.4178
2399
+ 111.3165,0.9801,0.4912
2400
+ 111.3629,0.9830,0.5898
2401
+ 111.4093,0.9862,0.7034
2402
+ 111.4558,0.9895,0.8115
2403
+ 111.5022,0.9925,0.8946
2404
+ 111.5487,0.9949,0.9468
2405
+ 111.5951,0.9966,0.9748
2406
+ 111.6415,0.9978,0.9882
2407
+ 111.6880,0.9985,0.9944
2408
+ 111.7344,0.9990,0.9972
2409
+ 111.7809,0.9993,0.9985
2410
+ 111.8273,0.9995,0.9991
2411
+ 111.8737,0.9996,0.9995
2412
+ 111.9202,0.9996,0.9997
2413
+ 111.9666,0.9996,0.9998
2414
+ 112.0131,0.9996,0.9998
2415
+ 112.0595,0.9995,0.9999
2416
+ 112.1059,0.9993,0.9999
2417
+ 112.1524,0.9990,0.9999
2418
+ 112.1988,0.9985,0.9999
2419
+ 112.2453,0.9975,1.0000
2420
+ 112.2917,0.9960,1.0000
2421
+ 112.3381,0.9936,1.0000
2422
+ 112.3846,0.9899,1.0000
2423
+ 112.4310,0.9846,1.0000
2424
+ 112.4775,0.9777,1.0000
2425
+ 112.5239,0.9694,1.0000
2426
+ 112.5703,0.9604,1.0000
2427
+ 112.6168,0.9516,1.0000
2428
+ 112.6632,0.9445,1.0000
2429
+ 112.7097,0.9398,1.0000
2430
+ 112.7561,0.9383,1.0000
2431
+ 112.8025,0.9401,1.0000
2432
+ 112.8490,0.9446,1.0000
2433
+ 112.8954,0.9509,1.0000
2434
+ 112.9419,0.9581,1.0000
2435
+ 112.9883,0.9650,1.0000
2436
+ 113.0347,0.9710,1.0000
2437
+ 113.0812,0.9755,1.0000
2438
+ 113.1276,0.9784,1.0000
2439
+ 113.1741,0.9798,0.9999
2440
+ 113.2205,0.9798,0.9999
2441
+ 113.2669,0.9785,0.9998
2442
+ 113.3134,0.9762,0.9998
2443
+ 113.3598,0.9729,0.9997
2444
+ 113.4063,0.9686,0.9996
2445
+ 113.4527,0.9636,0.9995
2446
+ 113.4991,0.9583,0.9994
2447
+ 113.5456,0.9536,0.9994
2448
+ 113.5920,0.9505,0.9995
2449
+ 113.6385,0.9496,0.9996
2450
+ 113.6849,0.9512,0.9997
2451
+ 113.7313,0.9551,0.9998
2452
+ 113.7778,0.9611,0.9998
2453
+ 113.8242,0.9684,0.9999
2454
+ 113.8707,0.9760,0.9999
2455
+ 113.9171,0.9830,0.9999
2456
+ 113.9635,0.9885,0.9999
2457
+ 114.0100,0.9925,0.9999
2458
+ 114.0564,0.9951,0.9999
2459
+ 114.1029,0.9967,1.0000
2460
+ 114.1493,0.9977,1.0000
2461
+ 114.1957,0.9983,1.0000
2462
+ 114.2422,0.9987,1.0000
2463
+ 114.2886,0.9990,1.0000
2464
+ 114.3351,0.9991,1.0000
2465
+ 114.3815,0.9991,1.0000
2466
+ 114.4279,0.9990,1.0000
2467
+ 114.4744,0.9988,1.0000
2468
+ 114.5208,0.9983,1.0000
2469
+ 114.5673,0.9976,1.0000
2470
+ 114.6137,0.9963,1.0000
2471
+ 114.6601,0.9943,1.0000
2472
+ 114.7066,0.9910,1.0000
2473
+ 114.7530,0.9860,1.0000
2474
+ 114.7995,0.9791,1.0000
2475
+ 114.8459,0.9707,1.0000
2476
+ 114.8923,0.9617,1.0000
2477
+ 114.9388,0.9538,1.0000
2478
+ 114.9852,0.9485,1.0000
2479
+ 115.0317,0.9468,1.0000
2480
+ 115.0781,0.9488,1.0000
2481
+ 115.1245,0.9537,1.0000
2482
+ 115.1710,0.9601,1.0000
2483
+ 115.2174,0.9668,1.0000
2484
+ 115.2639,0.9729,1.0000
2485
+ 115.3103,0.9782,1.0000
2486
+ 115.3567,0.9824,1.0000
2487
+ 115.4032,0.9856,1.0000
2488
+ 115.4496,0.9880,1.0000
2489
+ 115.4961,0.9895,1.0000
2490
+ 115.5425,0.9904,1.0000
2491
+ 115.5889,0.9906,1.0000
2492
+ 115.6354,0.9903,1.0000
2493
+ 115.6818,0.9896,1.0000
2494
+ 115.7283,0.9886,1.0000
2495
+ 115.7747,0.9873,1.0000
2496
+ 115.8211,0.9859,1.0000
2497
+ 115.8676,0.9847,1.0000
2498
+ 115.9140,0.9838,1.0000
2499
+ 115.9605,0.9837,1.0000
2500
+ 116.0069,0.9843,1.0000
2501
+ 116.0533,0.9856,1.0000
2502
+ 116.0998,0.9875,1.0000
2503
+ 116.1462,0.9897,1.0000
2504
+ 116.1927,0.9919,1.0000
2505
+ 116.2391,0.9939,1.0000
2506
+ 116.2855,0.9956,1.0000
2507
+ 116.3320,0.9970,1.0000
2508
+ 116.3784,0.9979,0.9999
2509
+ 116.4249,0.9986,0.9999
2510
+ 116.4713,0.9990,0.9999
2511
+ 116.5177,0.9993,0.9998
2512
+ 116.5642,0.9995,0.9998
2513
+ 116.6106,0.9996,0.9997
2514
+ 116.6571,0.9997,0.9997
2515
+ 116.7035,0.9997,0.9996
2516
+ 116.7499,0.9997,0.9995
2517
+ 116.7964,0.9997,0.9994
2518
+ 116.8428,0.9997,0.9993
2519
+ 116.8893,0.9996,0.9991
2520
+ 116.9357,0.9995,0.9988
2521
+ 116.9821,0.9992,0.9985
2522
+ 117.0286,0.9989,0.9982
2523
+ 117.0750,0.9984,0.9977
2524
+ 117.1215,0.9976,0.9972
2525
+ 117.1679,0.9965,0.9967
2526
+ 117.2143,0.9950,0.9961
2527
+ 117.2608,0.9929,0.9956
2528
+ 117.3072,0.9903,0.9950
2529
+ 117.3537,0.9874,0.9946
2530
+ 117.4001,0.9843,0.9942
2531
+ 117.4465,0.9814,0.9939
2532
+ 117.4930,0.9790,0.9939
2533
+ 117.5394,0.9775,0.9940
2534
+ 117.5859,0.9770,0.9944
2535
+ 117.6323,0.9774,0.9951
2536
+ 117.6787,0.9786,0.9960
2537
+ 117.7252,0.9804,0.9969
2538
+ 117.7716,0.9824,0.9979
2539
+ 117.8180,0.9843,0.9987
2540
+ 117.8645,0.9859,0.9992
2541
+ 117.9109,0.9870,0.9996
2542
+ 117.9574,0.9873,0.9998
2543
+ 118.0038,0.9870,0.9999
2544
+ 118.0502,0.9860,0.9999
2545
+ 118.0967,0.9843,1.0000
2546
+ 118.1431,0.9821,1.0000
2547
+ 118.1896,0.9794,1.0000
2548
+ 118.2360,0.9762,1.0000
2549
+ 118.2824,0.9729,1.0000
2550
+ 118.3289,0.9698,1.0000
2551
+ 118.3753,0.9675,1.0000
2552
+ 118.4218,0.9665,1.0000
2553
+ 118.4682,0.9670,1.0000
2554
+ 118.5146,0.9689,1.0000
2555
+ 118.5611,0.9722,1.0000
2556
+ 118.6075,0.9766,1.0000
2557
+ 118.6540,0.9815,1.0000
2558
+ 118.7004,0.9863,1.0000
2559
+ 118.7468,0.9904,1.0000
2560
+ 118.7933,0.9935,1.0000
2561
+ 118.8397,0.9956,1.0000
2562
+ 118.8862,0.9970,1.0000
2563
+ 118.9326,0.9979,1.0000
2564
+ 118.9790,0.9985,1.0000
2565
+ 119.0255,0.9988,1.0000
2566
+ 119.0719,0.9990,1.0000
2567
+ 119.1184,0.9991,1.0000
2568
+ 119.1648,0.9991,1.0000
2569
+ 119.2112,0.9991,1.0000
2570
+ 119.2577,0.9989,1.0000
2571
+ 119.3041,0.9985,1.0000
2572
+ 119.3506,0.9978,1.0000
2573
+ 119.3970,0.9967,1.0000
2574
+ 119.4434,0.9947,1.0000
2575
+ 119.4899,0.9915,1.0000
2576
+ 119.5363,0.9864,1.0000
2577
+ 119.5828,0.9788,1.0000
2578
+ 119.6292,0.9687,1.0000
2579
+ 119.6756,0.9568,1.0000
2580
+ 119.7221,0.9446,1.0000
2581
+ 119.7685,0.9342,1.0000
2582
+ 119.8150,0.9276,1.0000
2583
+ 119.8614,0.9258,1.0000
2584
+ 119.9078,0.9289,1.0000
2585
+ 119.9543,0.9357,1.0000
2586
+ 120.0007,0.9444,1.0000
2587
+ 120.0472,0.9536,1.0000
2588
+ 120.0936,0.9621,1.0000
2589
+ 120.1400,0.9695,1.0000
2590
+ 120.1865,0.9757,1.0000
2591
+ 120.2329,0.9806,1.0000
2592
+ 120.2794,0.9843,1.0000
2593
+ 120.3258,0.9868,1.0000
2594
+ 120.3722,0.9883,1.0000
2595
+ 120.4187,0.9890,1.0000
2596
+ 120.4651,0.9890,1.0000
2597
+ 120.5116,0.9886,1.0000
2598
+ 120.5580,0.9878,1.0000
2599
+ 120.6044,0.9866,1.0000
2600
+ 120.6509,0.9852,1.0000
2601
+ 120.6973,0.9836,1.0000
2602
+ 120.7438,0.9822,1.0000
2603
+ 120.7902,0.9812,1.0000
2604
+ 120.8366,0.9809,1.0000
2605
+ 120.8831,0.9814,1.0000
2606
+ 120.9295,0.9826,0.9999
2607
+ 120.9760,0.9847,0.9999
2608
+ 121.0224,0.9872,0.9999
2609
+ 121.0688,0.9900,0.9998
2610
+ 121.1153,0.9927,0.9997
2611
+ 121.1617,0.9949,0.9997
2612
+ 121.2082,0.9965,0.9996
2613
+ 121.2546,0.9977,0.9996
2614
+ 121.3010,0.9984,0.9995
2615
+ 121.3475,0.9989,0.9994
2616
+ 121.3939,0.9992,0.9994
2617
+ 121.4404,0.9993,0.9994
2618
+ 121.4868,0.9995,0.9993
2619
+ 121.5332,0.9995,0.9993
2620
+ 121.5797,0.9995,0.9992
2621
+ 121.6261,0.9995,0.9992
2622
+ 121.6726,0.9994,0.9992
2623
+ 121.7190,0.9992,0.9992
2624
+ 121.7654,0.9989,0.9992
2625
+ 121.8119,0.9984,0.9992
2626
+ 121.8583,0.9975,0.9992
2627
+ 121.9048,0.9962,0.9992
2628
+ 121.9512,0.9943,0.9992
2629
+ 121.9976,0.9916,0.9992
2630
+ 122.0441,0.9879,0.9991
2631
+ 122.0905,0.9832,0.9991
2632
+ 122.1370,0.9779,0.9991
2633
+ 122.1834,0.9721,0.9991
2634
+ 122.2298,0.9664,0.9991
2635
+ 122.2763,0.9616,0.9991
2636
+ 122.3227,0.9582,0.9991
2637
+ 122.3692,0.9567,0.9991
2638
+ 122.4156,0.9573,0.9991
2639
+ 122.4620,0.9598,0.9991
2640
+ 122.5085,0.9638,0.9992
2641
+ 122.5549,0.9686,0.9991
2642
+ 122.6014,0.9736,0.9991
2643
+ 122.6478,0.9780,0.9991
2644
+ 122.6942,0.9815,0.9990
2645
+ 122.7407,0.9839,0.9989
2646
+ 122.7871,0.9853,0.9988
2647
+ 122.8336,0.9858,0.9986
2648
+ 122.8800,0.9857,0.9983
2649
+ 122.9264,0.9850,0.9979
2650
+ 122.9729,0.9839,0.9973
2651
+ 123.0193,0.9822,0.9965
2652
+ 123.0658,0.9803,0.9954
2653
+ 123.1122,0.9782,0.9940
2654
+ 123.1586,0.9762,0.9923
2655
+ 123.2051,0.9746,0.9905
2656
+ 123.2515,0.9737,0.9891
2657
+ 123.2980,0.9739,0.9885
2658
+ 123.3444,0.9753,0.9890
2659
+ 123.3908,0.9779,0.9906
2660
+ 123.4373,0.9815,0.9929
2661
+ 123.4837,0.9856,0.9953
2662
+ 123.5302,0.9895,0.9972
2663
+ 123.5766,0.9927,0.9985
2664
+ 123.6230,0.9950,0.9992
2665
+ 123.6695,0.9966,0.9996
2666
+ 123.7159,0.9976,0.9998
2667
+ 123.7624,0.9983,0.9999
2668
+ 123.8088,0.9987,0.9999
2669
+ 123.8552,0.9990,1.0000
2670
+ 123.9017,0.9992,1.0000
2671
+ 123.9481,0.9993,1.0000
2672
+ 123.9946,0.9992,1.0000
2673
+ 124.0410,0.9991,1.0000
2674
+ 124.0874,0.9989,1.0000
2675
+ 124.1339,0.9985,1.0000
2676
+ 124.1803,0.9978,1.0000
2677
+ 124.2268,0.9967,1.0000
2678
+ 124.2732,0.9946,1.0000
2679
+ 124.3196,0.9913,1.0000
2680
+ 124.3661,0.9861,1.0000
2681
+ 124.4125,0.9786,1.0000
2682
+ 124.4590,0.9686,1.0000
2683
+ 124.5054,0.9571,1.0000
2684
+ 124.5518,0.9454,1.0000
2685
+ 124.5983,0.9356,1.0000
2686
+ 124.6447,0.9297,1.0000
2687
+ 124.6912,0.9287,1.0000
2688
+ 124.7376,0.9326,1.0000
2689
+ 124.7840,0.9401,1.0000
2690
+ 124.8305,0.9492,1.0000
2691
+ 124.8769,0.9583,1.0000
2692
+ 124.9234,0.9664,1.0000
2693
+ 124.9698,0.9732,1.0000
2694
+ 125.0162,0.9786,1.0000
2695
+ 125.0627,0.9826,1.0000
2696
+ 125.1091,0.9854,1.0000
2697
+ 125.1556,0.9870,1.0000
2698
+ 125.2020,0.9877,1.0000
2699
+ 125.2484,0.9877,1.0000
2700
+ 125.2949,0.9870,1.0000
2701
+ 125.3413,0.9858,1.0000
2702
+ 125.3878,0.9842,1.0000
2703
+ 125.4342,0.9823,1.0000
2704
+ 125.4806,0.9804,1.0000
2705
+ 125.5271,0.9789,1.0000
2706
+ 125.5735,0.9781,1.0000
2707
+ 125.6200,0.9783,1.0000
2708
+ 125.6664,0.9795,1.0000
2709
+ 125.7128,0.9816,1.0000
2710
+ 125.7593,0.9843,1.0000
2711
+ 125.8057,0.9874,1.0000
2712
+ 125.8522,0.9904,1.0000
2713
+ 125.8986,0.9931,1.0000
2714
+ 125.9450,0.9953,1.0000
2715
+ 125.9915,0.9968,1.0000
2716
+ 126.0379,0.9979,1.0000
2717
+ 126.0844,0.9986,1.0000
2718
+ 126.1308,0.9990,0.9999
2719
+ 126.1772,0.9993,0.9999
2720
+ 126.2237,0.9994,0.9999
2721
+ 126.2701,0.9996,0.9999
2722
+ 126.3166,0.9996,1.0000
2723
+ 126.3630,0.9996,1.0000
2724
+ 126.4094,0.9996,1.0000
2725
+ 126.4559,0.9995,1.0000
2726
+ 126.5023,0.9994,1.0000
2727
+ 126.5488,0.9992,1.0000
2728
+ 126.5952,0.9988,1.0000
2729
+ 126.6416,0.9982,1.0000
2730
+ 126.6881,0.9972,1.0000
2731
+ 126.7345,0.9957,1.0000
2732
+ 126.7810,0.9935,1.0000
2733
+ 126.8274,0.9904,1.0000
2734
+ 126.8738,0.9865,1.0000
2735
+ 126.9203,0.9819,1.0000
2736
+ 126.9667,0.9769,1.0000
2737
+ 127.0132,0.9719,1.0000
2738
+ 127.0596,0.9675,1.0000
2739
+ 127.1060,0.9643,1.0000
2740
+ 127.1525,0.9627,1.0000
2741
+ 127.1989,0.9627,1.0000
2742
+ 127.2454,0.9644,1.0000
2743
+ 127.2918,0.9674,1.0000
2744
+ 127.3382,0.9712,1.0000
2745
+ 127.3847,0.9752,1.0000
2746
+ 127.4311,0.9790,1.0000
2747
+ 127.4776,0.9821,0.9999
2748
+ 127.5240,0.9843,0.9999
2749
+ 127.5704,0.9856,0.9999
2750
+ 127.6169,0.9861,0.9999
2751
+ 127.6633,0.9859,0.9998
2752
+ 127.7098,0.9852,0.9998
2753
+ 127.7562,0.9842,0.9998
2754
+ 127.8026,0.9830,0.9998
2755
+ 127.8491,0.9818,0.9997
2756
+ 127.8955,0.9809,0.9997
2757
+ 127.9420,0.9804,0.9997
2758
+ 127.9884,0.9807,0.9997
2759
+ 128.0348,0.9818,0.9998
2760
+ 128.0813,0.9835,0.9998
2761
+ 128.1277,0.9857,0.9998
2762
+ 128.1741,0.9881,0.9997
2763
+ 128.2206,0.9904,0.9997
2764
+ 128.2670,0.9927,0.9997
2765
+ 128.3135,0.9946,0.9996
2766
+ 128.3599,0.9961,0.9995
2767
+ 128.4063,0.9972,0.9994
2768
+ 128.4528,0.9980,0.9993
2769
+ 128.4992,0.9985,0.9991
2770
+ 128.5457,0.9988,0.9989
2771
+ 128.5921,0.9990,0.9985
2772
+ 128.6385,0.9992,0.9980
2773
+ 128.6850,0.9993,0.9973
2774
+ 128.7314,0.9993,0.9963
2775
+ 128.7779,0.9993,0.9948
2776
+ 128.8243,0.9992,0.9926
2777
+ 128.8707,0.9989,0.9893
2778
+ 128.9172,0.9985,0.9848
2779
+ 128.9636,0.9977,0.9786
2780
+ 129.0101,0.9963,0.9701
2781
+ 129.0565,0.9939,0.9588
2782
+ 129.1029,0.9898,0.9441
2783
+ 129.1494,0.9833,0.9256
2784
+ 129.1958,0.9735,0.9033
2785
+ 129.2423,0.9604,0.8782
2786
+ 129.2887,0.9451,0.8521
2787
+ 129.3351,0.9299,0.8277
2788
+ 129.3816,0.9177,0.8085
2789
+ 129.4280,0.9110,0.7984
2790
+ 129.4745,0.9112,0.8007
2791
+ 129.5209,0.9176,0.8173
2792
+ 129.5673,0.9282,0.8470
2793
+ 129.6138,0.9404,0.8854
2794
+ 129.6602,0.9522,0.9247
2795
+ 129.7067,0.9623,0.9573
2796
+ 129.7531,0.9704,0.9792
2797
+ 129.7995,0.9765,0.9912
2798
+ 129.8460,0.9810,0.9967
2799
+ 129.8924,0.9840,0.9989
2800
+ 129.9389,0.9857,0.9996
2801
+ 129.9853,0.9863,0.9999
2802
+ 130.0317,0.9861,1.0000
2803
+ 130.0782,0.9851,1.0000
2804
+ 130.1246,0.9835,1.0000
2805
+ 130.1711,0.9814,1.0000
2806
+ 130.2175,0.9791,1.0000
2807
+ 130.2639,0.9768,1.0000
2808
+ 130.3104,0.9751,1.0000
2809
+ 130.3568,0.9741,1.0000
2810
+ 130.4033,0.9742,1.0000
2811
+ 130.4497,0.9753,1.0000
2812
+ 130.4961,0.9773,1.0000
2813
+ 130.5426,0.9802,1.0000
2814
+ 130.5890,0.9836,1.0000
2815
+ 130.6355,0.9871,1.0000
2816
+ 130.6819,0.9905,1.0000
2817
+ 130.7283,0.9934,1.0000
2818
+ 130.7748,0.9956,1.0000
2819
+ 130.8212,0.9971,1.0000
2820
+ 130.8677,0.9981,1.0000
2821
+ 130.9141,0.9987,1.0000
2822
+ 130.9605,0.9991,1.0000
2823
+ 131.0070,0.9993,1.0000
2824
+ 131.0534,0.9995,1.0000
2825
+ 131.0999,0.9995,1.0000
2826
+ 131.1463,0.9996,1.0000
2827
+ 131.1927,0.9996,1.0000
2828
+ 131.2392,0.9995,1.0000
2829
+ 131.2856,0.9994,1.0000
2830
+ 131.3321,0.9991,1.0000
2831
+ 131.3785,0.9988,1.0000
2832
+ 131.4249,0.9981,1.0000
2833
+ 131.4714,0.9971,1.0000
2834
+ 131.5178,0.9954,1.0000
2835
+ 131.5643,0.9929,1.0000
2836
+ 131.6107,0.9893,1.0000
2837
+ 131.6571,0.9844,1.0000
2838
+ 131.7036,0.9784,1.0000
2839
+ 131.7500,0.9716,1.0000
2840
+ 131.7965,0.9647,1.0000
2841
+ 131.8429,0.9587,1.0000
2842
+ 131.8893,0.9542,1.0000
2843
+ 131.9358,0.9520,1.0000
2844
+ 131.9822,0.9521,1.0000
2845
+ 132.0287,0.9545,1.0000
2846
+ 132.0751,0.9588,1.0000
2847
+ 132.1215,0.9641,1.0000
2848
+ 132.1680,0.9697,1.0000
2849
+ 132.2144,0.9748,1.0000
2850
+ 132.2609,0.9790,1.0000
2851
+ 132.3073,0.9821,1.0000
2852
+ 132.3537,0.9840,1.0000
2853
+ 132.4002,0.9849,1.0000
2854
+ 132.4466,0.9848,1.0000
2855
+ 132.4931,0.9841,1.0000
2856
+ 132.5395,0.9827,1.0000
2857
+ 132.5859,0.9809,1.0000
2858
+ 132.6324,0.9785,1.0000
2859
+ 132.6788,0.9760,1.0000
2860
+ 132.7253,0.9737,1.0000
2861
+ 132.7717,0.9719,1.0000
2862
+ 132.8181,0.9710,1.0000
2863
+ 132.8646,0.9713,1.0000
2864
+ 132.9110,0.9728,1.0000
2865
+ 132.9575,0.9754,1.0000
2866
+ 133.0039,0.9791,0.9999
2867
+ 133.0503,0.9833,0.9999
2868
+ 133.0968,0.9874,0.9998
2869
+ 133.1432,0.9911,0.9997
2870
+ 133.1897,0.9939,0.9996
2871
+ 133.2361,0.9958,0.9995
2872
+ 133.2825,0.9971,0.9994
2873
+ 133.3290,0.9980,0.9993
2874
+ 133.3754,0.9985,0.9992
2875
+ 133.4219,0.9989,0.9991
2876
+ 133.4683,0.9991,0.9990
2877
+ 133.5147,0.9992,0.9989
2878
+ 133.5612,0.9992,0.9988
2879
+ 133.6076,0.9992,0.9987
2880
+ 133.6541,0.9990,0.9986
2881
+ 133.7005,0.9988,0.9984
2882
+ 133.7469,0.9983,0.9983
2883
+ 133.7934,0.9976,0.9981
2884
+ 133.8398,0.9964,0.9979
2885
+ 133.8863,0.9944,0.9977
2886
+ 133.9327,0.9916,0.9974
2887
+ 133.9791,0.9875,0.9972
2888
+ 134.0256,0.9824,0.9969
2889
+ 134.0720,0.9765,0.9966
2890
+ 134.1185,0.9705,0.9963
2891
+ 134.1649,0.9654,0.9960
2892
+ 134.2113,0.9620,0.9957
2893
+ 134.2578,0.9610,0.9953
2894
+ 134.3042,0.9623,0.9949
2895
+ 134.3507,0.9656,0.9945
2896
+ 134.3971,0.9698,0.9942
2897
+ 134.4435,0.9743,0.9938
2898
+ 134.4900,0.9786,0.9936
2899
+ 134.5364,0.9823,0.9936
2900
+ 134.5829,0.9854,0.9939
2901
+ 134.6293,0.9879,0.9944
2902
+ 134.6757,0.9897,0.9951
2903
+ 134.7222,0.9909,0.9959
2904
+ 134.7686,0.9914,0.9967
2905
+ 134.8151,0.9915,0.9973
2906
+ 134.8615,0.9910,0.9979
2907
+ 134.9079,0.9903,0.9983
2908
+ 134.9544,0.9891,0.9986
2909
+ 135.0008,0.9878,0.9989
2910
+ 135.0473,0.9862,0.9990
2911
+ 135.0937,0.9847,0.9992
2912
+ 135.1401,0.9834,0.9992
2913
+ 135.1866,0.9827,0.9993
2914
+ 135.2330,0.9826,0.9993
2915
+ 135.2795,0.9833,0.9993
2916
+ 135.3259,0.9847,0.9993
2917
+ 135.3723,0.9868,0.9992
2918
+ 135.4188,0.9892,0.9992
2919
+ 135.4652,0.9917,0.9991
2920
+ 135.5117,0.9939,0.9990
2921
+ 135.5581,0.9958,0.9990
2922
+ 135.6045,0.9972,0.9989
2923
+ 135.6510,0.9981,0.9989
2924
+ 135.6974,0.9987,0.9988
2925
+ 135.7439,0.9991,0.9988
2926
+ 135.7903,0.9993,0.9988
2927
+ 135.8367,0.9995,0.9988
2928
+ 135.8832,0.9996,0.9988
2929
+ 135.9296,0.9996,0.9988
2930
+ 135.9761,0.9996,0.9989
2931
+ 136.0225,0.9995,0.9989
2932
+ 136.0689,0.9994,0.9989
2933
+ 136.1154,0.9992,0.9990
2934
+ 136.1618,0.9989,0.9990
2935
+ 136.2083,0.9983,0.9991
2936
+ 136.2547,0.9973,0.9992
2937
+ 136.3011,0.9957,0.9992
2938
+ 136.3476,0.9931,0.9993
2939
+ 136.3940,0.9894,0.9993
2940
+ 136.4405,0.9841,0.9994
2941
+ 136.4869,0.9772,0.9995
2942
+ 136.5333,0.9692,0.9995
2943
+ 136.5798,0.9607,0.9996
2944
+ 136.6262,0.9527,0.9996
2945
+ 136.6727,0.9466,0.9997
2946
+ 136.7191,0.9431,0.9997
2947
+ 136.7655,0.9428,0.9997
2948
+ 136.8120,0.9455,0.9998
2949
+ 136.8584,0.9506,0.9998
2950
+ 136.9049,0.9571,0.9998
2951
+ 136.9513,0.9641,0.9998
2952
+ 136.9977,0.9707,0.9998
2953
+ 137.0442,0.9762,0.9998
2954
+ 137.0906,0.9804,0.9998
2955
+ 137.1371,0.9831,0.9999
2956
+ 137.1835,0.9847,0.9999
2957
+ 137.2299,0.9852,0.9999
2958
+ 137.2764,0.9849,0.9999
2959
+ 137.3228,0.9839,0.9999
2960
+ 137.3693,0.9823,0.9999
2961
+ 137.4157,0.9802,0.9999
2962
+ 137.4621,0.9777,0.9999
2963
+ 137.5086,0.9751,0.9999
2964
+ 137.5550,0.9728,0.9999
2965
+ 137.6015,0.9713,0.9999
2966
+ 137.6479,0.9707,0.9999
2967
+ 137.6943,0.9713,1.0000
2968
+ 137.7408,0.9731,1.0000
2969
+ 137.7872,0.9763,1.0000
2970
+ 137.8337,0.9803,1.0000
2971
+ 137.8801,0.9847,1.0000
2972
+ 137.9265,0.9888,1.0000
2973
+ 137.9730,0.9922,1.0000
2974
+ 138.0194,0.9947,1.0000
2975
+ 138.0659,0.9964,1.0000
2976
+ 138.1123,0.9975,1.0000
2977
+ 138.1587,0.9982,1.0000
2978
+ 138.2052,0.9986,1.0000
2979
+ 138.2516,0.9989,1.0000
2980
+ 138.2980,0.9991,1.0000
2981
+ 138.3445,0.9991,1.0000
2982
+ 138.3909,0.9991,1.0000
2983
+ 138.4374,0.9990,1.0000
2984
+ 138.4838,0.9987,1.0000
2985
+ 138.5302,0.9981,0.9999
2986
+ 138.5767,0.9972,0.9999
2987
+ 138.6231,0.9955,0.9999
2988
+ 138.6696,0.9927,0.9999
2989
+ 138.7160,0.9880,0.9999
2990
+ 138.7624,0.9805,0.9998
2991
+ 138.8089,0.9696,0.9998
2992
+ 138.8553,0.9557,0.9998
2993
+ 138.9018,0.9400,0.9997
2994
+ 138.9482,0.9250,0.9997
2995
+ 138.9946,0.9137,0.9996
2996
+ 139.0411,0.9083,0.9995
2997
+ 139.0875,0.9096,0.9994
2998
+ 139.1340,0.9167,0.9993
2999
+ 139.1804,0.9274,0.9991
3000
+ 139.2268,0.9394,0.9990
3001
+ 139.2733,0.9509,0.9989
3002
+ 139.3197,0.9608,0.9987
3003
+ 139.3662,0.9690,0.9986
3004
+ 139.4126,0.9755,0.9986
3005
+ 139.4590,0.9804,0.9985
3006
+ 139.5055,0.9839,0.9985
3007
+ 139.5519,0.9861,0.9985
3008
+ 139.5984,0.9873,0.9986
3009
+ 139.6448,0.9876,0.9987
3010
+ 139.6912,0.9874,0.9988
3011
+ 139.7377,0.9866,0.9989
3012
+ 139.7841,0.9853,0.9991
3013
+ 139.8306,0.9839,0.9992
3014
+ 139.8770,0.9823,0.9994
3015
+ 139.9234,0.9810,0.9995
3016
+ 139.9699,0.9803,0.9996
3017
+ 140.0163,0.9802,0.9996
3018
+ 140.0628,0.9810,0.9997
3019
+ 140.1092,0.9824,0.9997
3020
+ 140.1556,0.9846,0.9997
3021
+ 140.2021,0.9871,0.9998
3022
+ 140.2485,0.9898,0.9998
3023
+ 140.2950,0.9924,0.9998
3024
+ 140.3414,0.9947,0.9998
3025
+ 140.3878,0.9964,0.9998
3026
+ 140.4343,0.9976,0.9998
3027
+ 140.4807,0.9983,0.9998
3028
+ 140.5272,0.9988,0.9998
3029
+ 140.5736,0.9991,0.9998
3030
+ 140.6200,0.9993,0.9998
3031
+ 140.6665,0.9995,0.9998
3032
+ 140.7129,0.9995,0.9997
3033
+ 140.7594,0.9995,0.9997
3034
+ 140.8058,0.9995,0.9997
3035
+ 140.8522,0.9994,0.9996
3036
+ 140.8987,0.9992,0.9996
3037
+ 140.9451,0.9989,0.9995
3038
+ 140.9916,0.9983,0.9994
3039
+ 141.0380,0.9973,0.9993
3040
+ 141.0844,0.9957,0.9992
3041
+ 141.1309,0.9932,0.9991
3042
+ 141.1773,0.9894,0.9991
3043
+ 141.2238,0.9840,0.9990
3044
+ 141.2702,0.9767,0.9990
3045
+ 141.3166,0.9676,0.9989
3046
+ 141.3631,0.9575,0.9989
3047
+ 141.4095,0.9474,0.9989
3048
+ 141.4560,0.9388,0.9989
3049
+ 141.5024,0.9330,0.9990
3050
+ 141.5488,0.9309,0.9990
3051
+ 141.5953,0.9328,0.9991
3052
+ 141.6417,0.9381,0.9991
3053
+ 141.6882,0.9457,0.9992
3054
+ 141.7346,0.9544,0.9992
3055
+ 141.7810,0.9629,0.9993
3056
+ 141.8275,0.9703,0.9993
3057
+ 141.8739,0.9761,0.9994
3058
+ 141.9204,0.9801,0.9994
3059
+ 141.9668,0.9826,0.9994
3060
+ 142.0132,0.9837,0.9994
3061
+ 142.0597,0.9840,0.9994
3062
+ 142.1061,0.9835,0.9994
3063
+ 142.1526,0.9825,0.9994
3064
+ 142.1990,0.9811,0.9994
3065
+ 142.2454,0.9795,0.9994
3066
+ 142.2919,0.9777,0.9994
3067
+ 142.3383,0.9761,0.9994
3068
+ 142.3848,0.9750,0.9995
3069
+ 142.4312,0.9744,0.9995
3070
+ 142.4776,0.9747,0.9996
3071
+ 142.5241,0.9759,0.9996
3072
+ 142.5705,0.9779,0.9997
3073
+ 142.6170,0.9809,0.9997
3074
+ 142.6634,0.9844,0.9998
3075
+ 142.7098,0.9880,0.9998
3076
+ 142.7563,0.9912,0.9999
3077
+ 142.8027,0.9938,0.9999
3078
+ 142.8492,0.9956,0.9999
3079
+ 142.8956,0.9968,1.0000
3080
+ 142.9420,0.9976,1.0000
3081
+ 142.9885,0.9982,1.0000
3082
+ 143.0349,0.9985,1.0000
3083
+ 143.0814,0.9987,1.0000
3084
+ 143.1278,0.9989,1.0000
3085
+ 143.1742,0.9989,1.0000
3086
+ 143.2207,0.9987,1.0000
3087
+ 143.2671,0.9985,1.0000
3088
+ 143.3136,0.9980,1.0000
3089
+ 143.3600,0.9972,1.0000
3090
+ 143.4064,0.9958,1.0000
3091
+ 143.4529,0.9936,1.0000
3092
+ 143.4993,0.9901,1.0000
3093
+ 143.5458,0.9846,1.0000
3094
+ 143.5922,0.9765,1.0000
3095
+ 143.6386,0.9656,1.0000
3096
+ 143.6851,0.9524,1.0000
3097
+ 143.7315,0.9381,1.0000
3098
+ 143.7780,0.9249,1.0000
3099
+ 143.8244,0.9149,1.0000
3100
+ 143.8708,0.9100,1.0000
3101
+ 143.9173,0.9108,1.0000
3102
+ 143.9637,0.9164,1.0000
3103
+ 144.0102,0.9253,1.0000
3104
+ 144.0566,0.9356,0.9999
3105
+ 144.1030,0.9459,0.9999
3106
+ 144.1495,0.9554,0.9999
3107
+ 144.1959,0.9634,0.9999
3108
+ 144.2424,0.9699,0.9998
3109
+ 144.2888,0.9746,0.9998
3110
+ 144.3352,0.9775,0.9997
3111
+ 144.3817,0.9788,0.9997
3112
+ 144.4281,0.9787,0.9996
3113
+ 144.4746,0.9775,0.9996
3114
+ 144.5210,0.9753,0.9995
3115
+ 144.5674,0.9725,0.9995
3116
+ 144.6139,0.9694,0.9994
3117
+ 144.6603,0.9664,0.9994
3118
+ 144.7068,0.9641,0.9993
3119
+ 144.7532,0.9631,0.9993
3120
+ 144.7996,0.9637,0.9993
3121
+ 144.8461,0.9657,0.9994
3122
+ 144.8925,0.9691,0.9994
3123
+ 144.9390,0.9735,0.9995
3124
+ 144.9854,0.9783,0.9996
3125
+ 145.0318,0.9833,0.9997
3126
+ 145.0783,0.9878,0.9998
3127
+ 145.1247,0.9915,0.9998
3128
+ 145.1712,0.9942,0.9999
3129
+ 145.2176,0.9962,0.9999
3130
+ 145.2640,0.9974,0.9999
3131
+ 145.3105,0.9982,1.0000
3132
+ 145.3569,0.9986,1.0000
3133
+ 145.4034,0.9990,1.0000
3134
+ 145.4498,0.9991,1.0000
3135
+ 145.4962,0.9992,1.0000
3136
+ 145.5427,0.9993,1.0000
3137
+ 145.5891,0.9992,1.0000
3138
+ 145.6356,0.9991,1.0000
3139
+ 145.6820,0.9988,1.0000
3140
+ 145.7284,0.9983,1.0000
3141
+ 145.7749,0.9975,0.9999
3142
+ 145.8213,0.9962,0.9999
3143
+ 145.8678,0.9940,0.9999
3144
+ 145.9142,0.9906,0.9999
3145
+ 145.9606,0.9856,0.9999
3146
+ 146.0071,0.9787,1.0000
3147
+ 146.0535,0.9701,1.0000
3148
+ 146.1000,0.9604,1.0000
3149
+ 146.1464,0.9509,1.0000
3150
+ 146.1928,0.9429,1.0000
3151
+ 146.2393,0.9376,1.0000
3152
+ 146.2857,0.9360,1.0000
3153
+ 146.3322,0.9382,1.0000
3154
+ 146.3786,0.9434,1.0000
3155
+ 146.4250,0.9508,1.0000
3156
+ 146.4715,0.9590,1.0000
3157
+ 146.5179,0.9669,1.0000
3158
+ 146.5644,0.9737,1.0000
3159
+ 146.6108,0.9791,1.0000
3160
+ 146.6572,0.9832,1.0000
3161
+ 146.7037,0.9858,1.0000
3162
+ 146.7501,0.9873,1.0000
3163
+ 146.7966,0.9879,1.0000
3164
+ 146.8430,0.9876,1.0000
3165
+ 146.8894,0.9867,1.0000
3166
+ 146.9359,0.9852,1.0000
3167
+ 146.9823,0.9832,1.0000
3168
+ 147.0288,0.9806,1.0000
3169
+ 147.0752,0.9775,1.0000
3170
+ 147.1216,0.9743,1.0000
3171
+ 147.1681,0.9711,1.0000
3172
+ 147.2145,0.9684,1.0000
3173
+ 147.2610,0.9666,1.0000
3174
+ 147.3074,0.9661,1.0000
3175
+ 147.3538,0.9672,1.0000
3176
+ 147.4003,0.9701,1.0000
3177
+ 147.4467,0.9745,1.0000
3178
+ 147.4932,0.9798,1.0000
3179
+ 147.5396,0.9850,1.0000
3180
+ 147.5860,0.9894,1.0000
3181
+ 147.6325,0.9927,1.0000
3182
+ 147.6789,0.9949,1.0000
3183
+ 147.7254,0.9964,1.0000
3184
+ 147.7718,0.9973,1.0000
3185
+ 147.8182,0.9979,1.0000
3186
+ 147.8647,0.9983,1.0000
3187
+ 147.9111,0.9985,1.0000
3188
+ 147.9576,0.9986,1.0000
3189
+ 148.0040,0.9985,1.0000
3190
+ 148.0504,0.9983,1.0000
3191
+ 148.0969,0.9978,1.0000
3192
+ 148.1433,0.9970,1.0000
3193
+ 148.1898,0.9956,1.0000
3194
+ 148.2362,0.9934,1.0000
3195
+ 148.2826,0.9897,1.0000
3196
+ 148.3291,0.9841,1.0000
3197
+ 148.3755,0.9757,1.0000
3198
+ 148.4220,0.9643,1.0000
3199
+ 148.4684,0.9501,1.0000
3200
+ 148.5148,0.9346,1.0000
3201
+ 148.5613,0.9197,1.0000
3202
+ 148.6077,0.9082,1.0000
3203
+ 148.6541,0.9022,1.0000
3204
+ 148.7006,0.9025,1.0000
3205
+ 148.7470,0.9086,1.0000
3206
+ 148.7935,0.9186,1.0000
3207
+ 148.8399,0.9305,1.0000
3208
+ 148.8863,0.9424,1.0000
3209
+ 148.9328,0.9533,1.0000
3210
+ 148.9792,0.9627,1.0000
3211
+ 149.0257,0.9702,1.0000
3212
+ 149.0721,0.9759,1.0000
3213
+ 149.1185,0.9797,1.0000
3214
+ 149.1650,0.9820,1.0000
3215
+ 149.2114,0.9829,0.9999
3216
+ 149.2579,0.9827,0.9999
3217
+ 149.3043,0.9817,0.9997
3218
+ 149.3507,0.9798,0.9996
3219
+ 149.3972,0.9772,0.9994
3220
+ 149.4436,0.9741,0.9992
3221
+ 149.4901,0.9707,0.9991
3222
+ 149.5365,0.9677,0.9992
3223
+ 149.5829,0.9656,0.9994
3224
+ 149.6294,0.9649,0.9996
3225
+ 149.6758,0.9658,0.9997
3226
+ 149.7223,0.9684,0.9998
3227
+ 149.7687,0.9724,0.9999
3228
+ 149.8151,0.9774,1.0000
3229
+ 149.8616,0.9828,1.0000
3230
+ 149.9080,0.9877,1.0000
3231
+ 149.9545,0.9917,1.0000
3232
+ 150.0009,0.9945,1.0000
3233
+ 150.0473,0.9964,1.0000
3234
+ 150.0938,0.9976,1.0000
3235
+ 150.1402,0.9984,1.0000
3236
+ 150.1867,0.9988,1.0000
3237
+ 150.2331,0.9991,1.0000
3238
+ 150.2795,0.9993,1.0000
3239
+ 150.3260,0.9994,1.0000
3240
+ 150.3724,0.9994,1.0000
3241
+ 150.4189,0.9993,1.0000
3242
+ 150.4653,0.9992,1.0000
3243
+ 150.5117,0.9989,1.0000
3244
+ 150.5582,0.9984,1.0000
3245
+ 150.6046,0.9974,1.0000
3246
+ 150.6511,0.9958,1.0000
3247
+ 150.6975,0.9929,1.0000
3248
+ 150.7439,0.9880,1.0000
3249
+ 150.7904,0.9800,1.0000
3250
+ 150.8368,0.9676,1.0000
3251
+ 150.8833,0.9501,1.0000
3252
+ 150.9297,0.9274,1.0000
3253
+ 150.9761,0.9015,1.0000
3254
+ 151.0226,0.8756,1.0000
3255
+ 151.0690,0.8544,1.0000
3256
+ 151.1155,0.8415,1.0000
3257
+ 151.1619,0.8389,1.0000
3258
+ 151.2083,0.8465,1.0000
3259
+ 151.2548,0.8624,1.0000
3260
+ 151.3012,0.8833,1.0000
3261
+ 151.3477,0.9058,1.0000
3262
+ 151.3941,0.9267,1.0000
3263
+ 151.4405,0.9441,1.0000
3264
+ 151.4870,0.9569,1.0000
3265
+ 151.5334,0.9655,1.0000
3266
+ 151.5799,0.9707,1.0000
3267
+ 151.6263,0.9733,1.0000
3268
+ 151.6727,0.9741,1.0000
3269
+ 151.7192,0.9737,1.0000
3270
+ 151.7656,0.9724,1.0000
3271
+ 151.8121,0.9705,1.0000
3272
+ 151.8585,0.9683,1.0000
3273
+ 151.9049,0.9661,1.0000
3274
+ 151.9514,0.9646,1.0000
3275
+ 151.9978,0.9642,0.9999
3276
+ 152.0443,0.9651,0.9999
3277
+ 152.0907,0.9673,0.9999
3278
+ 152.1371,0.9707,0.9998
3279
+ 152.1836,0.9751,0.9997
3280
+ 152.2300,0.9799,0.9996
3281
+ 152.2765,0.9848,0.9996
3282
+ 152.3229,0.9890,0.9995
3283
+ 152.3693,0.9924,0.9994
3284
+ 152.4158,0.9948,0.9993
3285
+ 152.4622,0.9964,0.9993
3286
+ 152.5087,0.9974,0.9993
3287
+ 152.5551,0.9981,0.9993
3288
+ 152.6015,0.9985,0.9993
3289
+ 152.6480,0.9988,0.9993
3290
+ 152.6944,0.9990,0.9994
3291
+ 152.7409,0.9990,0.9994
3292
+ 152.7873,0.9990,0.9995
3293
+ 152.8337,0.9988,0.9995
3294
+ 152.8802,0.9984,0.9996
3295
+ 152.9266,0.9977,0.9996
3296
+ 152.9731,0.9965,0.9996
3297
+ 153.0195,0.9945,0.9996
3298
+ 153.0659,0.9910,0.9997
3299
+ 153.1124,0.9853,0.9997
3300
+ 153.1588,0.9765,0.9997
3301
+ 153.2053,0.9641,0.9997
3302
+ 153.2517,0.9487,0.9997
3303
+ 153.2981,0.9324,0.9996
3304
+ 153.3446,0.9181,0.9996
3305
+ 153.3910,0.9088,0.9995
3306
+ 153.4375,0.9065,0.9995
3307
+ 153.4839,0.9109,0.9994
3308
+ 153.5303,0.9205,0.9992
3309
+ 153.5768,0.9326,0.9990
3310
+ 153.6232,0.9449,0.9986
3311
+ 153.6697,0.9559,0.9981
3312
+ 153.7161,0.9650,0.9973
3313
+ 153.7625,0.9722,0.9962
3314
+ 153.8090,0.9778,0.9947
3315
+ 153.8554,0.9819,0.9930
3316
+ 153.9019,0.9847,0.9913
3317
+ 153.9483,0.9864,0.9900
3318
+ 153.9947,0.9872,0.9895
3319
+ 154.0412,0.9872,0.9899
3320
+ 154.0876,0.9866,0.9913
3321
+ 154.1341,0.9856,0.9932
3322
+ 154.1805,0.9843,0.9951
3323
+ 154.2269,0.9828,0.9967
3324
+ 154.2734,0.9813,0.9978
3325
+ 154.3198,0.9802,0.9986
3326
+ 154.3663,0.9797,0.9991
3327
+ 154.4127,0.9799,0.9994
3328
+ 154.4591,0.9809,0.9996
3329
+ 154.5056,0.9827,0.9997
3330
+ 154.5520,0.9850,0.9998
3331
+ 154.5985,0.9876,0.9998
3332
+ 154.6449,0.9903,0.9998
3333
+ 154.6913,0.9929,0.9998
3334
+ 154.7378,0.9949,0.9998
3335
+ 154.7842,0.9965,0.9998
3336
+ 154.8307,0.9976,0.9998
3337
+ 154.8771,0.9983,0.9999
3338
+ 154.9235,0.9988,0.9999
3339
+ 154.9700,0.9991,0.9999
3340
+ 155.0164,0.9993,0.9999
3341
+ 155.0629,0.9994,0.9999
3342
+ 155.1093,0.9994,0.9999
3343
+ 155.1557,0.9994,0.9999
3344
+ 155.2022,0.9994,0.9999
3345
+ 155.2486,0.9993,0.9999
3346
+ 155.2951,0.9990,0.9999
3347
+ 155.3415,0.9986,0.9999
3348
+ 155.3879,0.9980,0.9999
3349
+ 155.4344,0.9969,0.9999
3350
+ 155.4808,0.9953,0.9999
3351
+ 155.5273,0.9928,0.9999
3352
+ 155.5737,0.9891,0.9999
3353
+ 155.6201,0.9839,0.9999
3354
+ 155.6666,0.9771,0.9999
3355
+ 155.7130,0.9688,0.9999
3356
+ 155.7595,0.9596,0.9999
3357
+ 155.8059,0.9504,0.9999
3358
+ 155.8523,0.9427,0.9999
3359
+ 155.8988,0.9376,0.9999
3360
+ 155.9452,0.9360,0.9999
3361
+ 155.9917,0.9381,0.9999
3362
+ 156.0381,0.9433,0.9999
3363
+ 156.0845,0.9505,0.9999
3364
+ 156.1310,0.9585,0.9998
3365
+ 156.1774,0.9662,0.9998
3366
+ 156.2239,0.9728,0.9998
3367
+ 156.2703,0.9779,0.9998
3368
+ 156.3167,0.9813,0.9998
3369
+ 156.3632,0.9832,0.9998
3370
+ 156.4096,0.9839,0.9998
3371
+ 156.4561,0.9834,0.9998
3372
+ 156.5025,0.9822,0.9998
3373
+ 156.5489,0.9803,0.9998
3374
+ 156.5954,0.9778,0.9999
3375
+ 156.6418,0.9749,0.9999
3376
+ 156.6883,0.9722,0.9999
3377
+ 156.7347,0.9700,0.9999
3378
+ 156.7811,0.9689,0.9999
3379
+ 156.8276,0.9692,0.9999
3380
+ 156.8740,0.9708,0.9999
3381
+ 156.9205,0.9736,0.9999
3382
+ 156.9669,0.9772,0.9999
3383
+ 157.0133,0.9814,0.9999
3384
+ 157.0598,0.9857,0.9999
3385
+ 157.1062,0.9896,0.9999
3386
+ 157.1527,0.9927,0.9999
3387
+ 157.1991,0.9950,0.9999
3388
+ 157.2455,0.9966,0.9999
3389
+ 157.2920,0.9976,0.9999
3390
+ 157.3384,0.9983,0.9999
3391
+ 157.3849,0.9987,1.0000
3392
+ 157.4313,0.9990,1.0000
3393
+ 157.4777,0.9991,1.0000
3394
+ 157.5242,0.9992,1.0000
3395
+ 157.5706,0.9992,1.0000
3396
+ 157.6171,0.9991,0.9999
3397
+ 157.6635,0.9989,0.9999
3398
+ 157.7099,0.9985,0.9999
3399
+ 157.7564,0.9978,0.9999
3400
+ 157.8028,0.9967,0.9999
3401
+ 157.8493,0.9947,0.9999
3402
+ 157.8957,0.9914,0.9998
3403
+ 157.9421,0.9862,0.9998
3404
+ 157.9886,0.9785,0.9997
3405
+ 158.0350,0.9682,0.9996
3406
+ 158.0815,0.9558,0.9995
3407
+ 158.1279,0.9429,0.9994
3408
+ 158.1743,0.9317,0.9992
3409
+ 158.2208,0.9247,0.9990
3410
+ 158.2672,0.9232,0.9988
3411
+ 158.3137,0.9270,0.9985
3412
+ 158.3601,0.9349,0.9982
3413
+ 158.4065,0.9447,0.9979
3414
+ 158.4530,0.9546,0.9976
3415
+ 158.4994,0.9637,0.9974
3416
+ 158.5459,0.9713,0.9972
3417
+ 158.5923,0.9775,0.9970
3418
+ 158.6387,0.9822,0.9969
3419
+ 158.6852,0.9857,0.9969
3420
+ 158.7316,0.9880,0.9969
3421
+ 158.7780,0.9893,0.9970
3422
+ 158.8245,0.9898,0.9971
3423
+ 158.8709,0.9895,0.9972
3424
+ 158.9174,0.9886,0.9974
3425
+ 158.9638,0.9868,0.9975
3426
+ 159.0102,0.9839,0.9976
3427
+ 159.0567,0.9796,0.9977
3428
+ 159.1031,0.9728,0.9977
3429
+ 159.1496,0.9626,0.9978
3430
+ 159.1960,0.9465,0.9978
3431
+ 159.2424,0.9210,0.9978
3432
+ 159.2889,0.8800,0.9978
3433
+ 159.3353,0.8155,0.9978
3434
+ 159.3818,0.7206,0.9978
3435
+ 159.4282,0.5974,0.9978
3436
+ 159.4746,0.4628,0.9979
3437
+ 159.5211,0.3401,0.9979
3438
+ 159.5675,0.2439,0.9980
3439
+ 159.6140,0.1759,0.9980
3440
+ 159.6604,0.1302,0.9981
3441
+ 159.7068,0.1003,0.9981
3442
+ 159.7533,0.0807,0.9982
3443
+ 159.7997,0.0678,0.9982
3444
+ 159.8462,0.0594,0.9982
3445
+ 159.8926,0.0540,0.9982
3446
+ 159.9390,0.0506,0.9981
3447
+ 159.9855,0.0486,0.9981
3448
+ 160.0319,0.0477,0.9980
3449
+ 160.0784,0.0475,0.9979
3450
+ 160.1248,0.0479,0.9979
3451
+ 160.1712,0.0486,0.9978
3452
+ 160.2177,0.0496,0.9978
3453
+ 160.2641,0.0507,0.9978
3454
+ 160.3106,0.0519,0.9978
3455
+ 160.3570,0.0531,0.9978
3456
+ 160.4034,0.0542,0.9979
3457
+ 160.4499,0.0553,0.9978
3458
+ 160.4963,0.0562,0.9977
3459
+ 160.5428,0.0570,0.9975
3460
+ 160.5892,0.0577,0.9972
3461
+ 160.6356,0.0582,0.9967
3462
+ 160.6821,0.0586,0.9958
3463
+ 160.7285,0.0590,0.9946
3464
+ 160.7750,0.0592,0.9926
3465
+ 160.8214,0.0593,0.9895
3466
+ 160.8678,0.0594,0.9849
3467
+ 160.9143,0.0595,0.9781
3468
+ 160.9607,0.0595,0.9685
3469
+ 161.0072,0.0594,0.9556
3470
+ 161.0536,0.0594,0.9395
3471
+ 161.1000,0.0594,0.9203
3472
+ 161.1465,0.0593,0.8987
3473
+ 161.1929,0.0592,0.8755
3474
+ 161.2394,0.0592,0.8516
3475
+ 161.2858,0.0591,0.8280
3476
+ 161.3322,0.0591,0.8053
3477
+ 161.3787,0.0591,0.7839
3478
+ 161.4251,0.0590,0.7638
3479
+ 161.4716,0.0590,0.7446
3480
+ 161.5180,0.0590,0.7256
3481
+ 161.5644,0.0590,0.7061
3482
+ 161.6109,0.0590,0.6854
3483
+ 161.6573,0.0591,0.6626
3484
+ 161.7038,0.0591,0.6373
3485
+ 161.7502,0.0591,0.6093
3486
+ 161.7966,0.0591,0.5788
3487
+ 161.8431,0.0592,0.5461
3488
+ 161.8895,0.0592,0.5121
3489
+ 161.9360,0.0592,0.4776
3490
+ 161.9824,0.0593,0.4434
3491
+ 162.0288,0.0593,0.4105
3492
+ 162.0753,0.0593,0.3795
3493
+ 162.1217,0.0592,0.3509
3494
+ 162.1682,0.0591,0.3251
3495
+ 162.2146,0.0590,0.3019
3496
+ 162.2610,0.0588,0.2809
3497
+ 162.3075,0.0586,0.2616
3498
+ 162.3539,0.0583,0.2433
3499
+ 162.4004,0.0579,0.2255
3500
+ 162.4468,0.0573,0.2075
3501
+ 162.4932,0.0567,0.1893
3502
+ 162.5397,0.0560,0.1707
3503
+ 162.5861,0.0552,0.1520
3504
+ 162.6326,0.0543,0.1339
3505
+ 162.6790,0.0534,0.1169
3506
+ 162.7254,0.0524,0.1018
3507
+ 162.7719,0.0515,0.0888
3508
+ 162.8183,0.0507,0.0781
3509
+ 162.8648,0.0499,0.0696
3510
+ 162.9112,0.0493,0.0628
3511
+ 162.9576,0.0487,0.0576
3512
+ 163.0041,0.0483,0.0536
3513
+ 163.0505,0.0479,0.0506
3514
+ 163.0970,0.0476,0.0484
3515
+ 163.1434,0.0474,0.0469
3516
+ 163.1898,0.0473,0.0458
3517
+ 163.2363,0.0472,0.0451
3518
+ 163.2827,0.0471,0.0448
3519
+ 163.3292,0.0471,0.0446
3520
+ 163.3756,0.0471,0.0446
3521
+ 163.4220,0.0471,0.0448
3522
+ 163.4685,0.0471,0.0450
3523
+ 163.5149,0.0472,0.0453
3524
+ 163.5614,0.0472,0.0456
3525
+ 163.6078,0.0472,0.0459
3526
+ 163.6542,0.0473,0.0462
3527
+ 163.7007,0.0473,0.0464
3528
+ 163.7471,0.0473,0.0467
3529
+ 163.7936,0.0474,0.0469
3530
+ 163.8400,0.0474,0.0471
3531
+ 163.8864,0.0474,0.0472
3532
+ 163.9329,0.0474,0.0473
3533
+ 163.9793,0.0474,0.0474
3534
+ 164.0258,0.0474,0.0475
3535
+ 164.0722,0.0474,0.0475
3536
+ 164.1186,0.0474,0.0475
3537
+ 164.1651,0.0474,0.0476
3538
+ 164.2115,0.0474,0.0476
3539
+ 164.2580,0.0474,0.0476
3540
+ 164.3044,0.0474,0.0475
3541
+ 164.3508,0.0474,0.0475
3542
+ 164.3973,0.0474,0.0475
3543
+ 164.4437,0.0474,0.0475
3544
+ 164.4902,0.0474,0.0475
3545
+ 164.5366,0.0474,0.0475
3546
+ 164.5830,0.0474,0.0475
3547
+ 164.6295,0.0474,0.0475
3548
+ 164.6759,0.0474,0.0474
3549
+ 164.7224,0.0474,0.0474
3550
+ 164.7688,0.0474,0.0474
3551
+ 164.8152,0.0474,0.0474
3552
+ 164.8617,0.0474,0.0474
3553
+ 164.9081,0.0474,0.0474
3554
+ 164.9546,0.0474,0.0474
3555
+ 165.0010,0.0474,0.0474
3556
+ 165.0474,0.0474,0.0474
3557
+ 165.0939,0.0474,0.0474
3558
+ 165.1403,0.0474,0.0474
3559
+ 165.1868,0.0474,0.0474
3560
+ 165.2332,0.0474,0.0474
3561
+ 165.2796,0.0474,0.0474
3562
+ 165.3261,0.0474,0.0474
3563
+ 165.3725,0.0474,0.0474
3564
+ 165.4190,0.0474,0.0474
3565
+ 165.4654,0.0474,0.0474
3566
+ 165.5118,0.0474,0.0474
3567
+ 165.5583,0.0474,0.0474
3568
+ 165.6047,0.0474,0.0474
3569
+ 165.6512,0.0474,0.0474
3570
+ 165.6976,0.0474,0.0474
3571
+ 165.7440,0.0474,0.0474
3572
+ 165.7905,0.0474,0.0474
3573
+ 165.8369,0.0474,0.0474
3574
+ 165.8834,0.0474,0.0474
3575
+ 165.9298,0.0474,0.0474
3576
+ 165.9762,0.0474,0.0474
3577
+ 166.0227,0.0474,0.0474
3578
+ 166.0691,0.0474,0.0474
3579
+ 166.1156,0.0474,0.0474
3580
+ 166.1620,0.0474,0.0474
3581
+ 166.2084,0.0474,0.0474
3582
+ 166.2549,0.0474,0.0474
3583
+ 166.3013,0.0474,0.0474
3584
+ 166.3478,0.0474,0.0474
3585
+ 166.3942,0.0474,0.0474
3586
+ 166.4406,0.0474,0.0474
3587
+ 166.4871,0.0474,0.0474
3588
+ 166.5335,0.0474,0.0474
3589
+ 166.5800,0.0474,0.0474
3590
+ 166.6264,0.0474,0.0474
3591
+ 166.6728,0.0474,0.0474
3592
+ 166.7193,0.0474,0.0474
3593
+ 166.7657,0.0474,0.0474