diff --git a/.coveragerc b/.coveragerc
index ab937b2a..153ebf1d 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,2 +1,2 @@
[run]
-omit=pvdeg/_version.py
\ No newline at end of file
+omit=pvdeg/_version.py
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index 01187eac..5d93d990 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -32,4 +32,4 @@ jobs:
pip install ${{ matrix.env }}
- name: Test with pytest ${{ matrix.env }}
run: |
- pytest
\ No newline at end of file
+ pytest
diff --git a/.gitignore b/.gitignore
index daf54293..1c21163a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,4 +104,4 @@ demo/old
TEMP/
# Slurm log files
-slurm-*.out
\ No newline at end of file
+slurm-*.out
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 00000000..30f0a4a1
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,14 @@
+# See https://pre-commit.com for more information
+# See https://pre-commit.com/hooks.html for more hooks
+repos:
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v3.2.0
+ hooks:
+ - id: trailing-whitespace
+ - id: end-of-file-fixer
+ - id: check-yaml
+ - id: check-added-large-files
+- repo: https://github.com/psf/black
+ rev: 23.11.0
+ hooks:
+ - id: black
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index edea4784..30c928ae 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -29,4 +29,4 @@ python:
- method: pip
path: .
extra_requirements:
- - docs
\ No newline at end of file
+ - docs
diff --git a/DataLibrary/DegradationDatabase.json b/DataLibrary/DegradationDatabase.json
index 6c39bfe4..f030ca99 100644
--- a/DataLibrary/DegradationDatabase.json
+++ b/DataLibrary/DegradationDatabase.json
@@ -249,8 +249,8 @@
"B_2": {
Value: 76.22,
STDEV: 0.135
Units: "kJ/mol"
},
"B_3": {
Value: -0.005,
STDEV: 0.012
Units: "1/%"
},
"A": {
Value: 0.073,
STDEV: 0.02
},
- "Corr-B_1-B_2": 0.985,
- "Corr-B_1-B_3": 0.216,
+ "Corr-B_1-B_2": 0.985,
+ "Corr-B_1-B_3": 0.216,
"Corr-B_2-B_3": 0.0452,
},
"D017": {
"DataEntryPerson": "Weston Wall",
diff --git a/DataLibrary/kinetic_parameters.json b/DataLibrary/kinetic_parameters.json
index aa8f15ef..6dcebe98 100644
--- a/DataLibrary/kinetic_parameters.json
+++ b/DataLibrary/kinetic_parameters.json
@@ -276,4 +276,4 @@
"srv_bc": 0,
"comments": ""
}
-}
\ No newline at end of file
+}
diff --git a/DataLibrary/materials.json b/DataLibrary/materials.json
index 731d9353..e90f4f90 100644
--- a/DataLibrary/materials.json
+++ b/DataLibrary/materials.json
@@ -69,4 +69,4 @@
"Eap": 28.08,
"Po": 833.55
}
-}
\ No newline at end of file
+}
diff --git a/LICENSE.md b/LICENSE.md
index 44b9f60d..513847a0 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright 2020-2023 Alliance for Sustainable Energy, LLC
+Copyright 2020-2023 Alliance for Sustainable Energy, LLC
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/MANIFEST.in b/MANIFEST.in
index 5f3b9436..a4129916 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,4 @@ include versioneer.py
include pvdeg/_version.py
include pvdeg/data/*
include LICENSE
-graft DataLibrary
\ No newline at end of file
+graft DataLibrary
diff --git a/TEMP/.gitignore b/TEMP/.gitignore
index 86d0cb27..5e7d2734 100644
--- a/TEMP/.gitignore
+++ b/TEMP/.gitignore
@@ -1,4 +1,4 @@
# Ignore everything in this directory
*
# Except this file
-!.gitignore
\ No newline at end of file
+!.gitignore
diff --git a/cla-1.0.md b/cla-1.0.md
index a5763c22..6f5cda9e 100644
--- a/cla-1.0.md
+++ b/cla-1.0.md
@@ -3,28 +3,28 @@ The Contributors License Agreement
Version 1.0
-----------
-I agree to contribute to pvdeg.
-I agree to the following terms and conditions for my contributions:
-First, I agree that I am licensing the copyright to my contributions
-under the terms of the current pvdeg license.
-Second, I agree that, in order to conform to any future open source
-software license(s) under which pvdeg may be provided, the terms of
-my copyright license may be modified without any notice to me and
-without my consent.
-Third, I hereby grant to Alliance for Sustainable Energy, LLC,
-to any successor manager and distributor of pvdeg appointed by
-the U.S. Department of Energy, and to all recipients of
-a version of pvdeg that includes my contributions, a non-exclusive,
-worldwide, royalty-free, irrevocable patent license under any patent
-claims owned by me, or owned by my employer and known to me, that
-are or will be, necessarily infringed upon by my contributions alone,
-or by combination of my contributions with the version of pvdeg
-to which they are contributed, to make, have made, use, offer to sell,
-sell, import, and otherwise transfer any version of pvdeg that
-includes my contributions, in source code and object code form.
-Fourth, I represent and warrant that I am authorized to make the
-contributions and grant the foregoing license(s).
-Additionally, if, to my knowledge, my employer has rights to
-intellectual property that covers my contributions, I represent
-and warrant that I have received permission to make these contributions
+I agree to contribute to pvdeg.
+I agree to the following terms and conditions for my contributions:
+First, I agree that I am licensing the copyright to my contributions
+under the terms of the current pvdeg license.
+Second, I agree that, in order to conform to any future open source
+software license(s) under which pvdeg may be provided, the terms of
+my copyright license may be modified without any notice to me and
+without my consent.
+Third, I hereby grant to Alliance for Sustainable Energy, LLC,
+to any successor manager and distributor of pvdeg appointed by
+the U.S. Department of Energy, and to all recipients of
+a version of pvdeg that includes my contributions, a non-exclusive,
+worldwide, royalty-free, irrevocable patent license under any patent
+claims owned by me, or owned by my employer and known to me, that
+are or will be, necessarily infringed upon by my contributions alone,
+or by combination of my contributions with the version of pvdeg
+to which they are contributed, to make, have made, use, offer to sell,
+sell, import, and otherwise transfer any version of pvdeg that
+includes my contributions, in source code and object code form.
+Fourth, I represent and warrant that I am authorized to make the
+contributions and grant the foregoing license(s).
+Additionally, if, to my knowledge, my employer has rights to
+intellectual property that covers my contributions, I represent
+and warrant that I have received permission to make these contributions
and grant the foregoing license(s) on behalf of my employer.
diff --git a/contributors/mcbrown042.md b/contributors/mcbrown042.md
index cb1d1cd1..36b6ce9d 100644
--- a/contributors/mcbrown042.md
+++ b/contributors/mcbrown042.md
@@ -1,12 +1,11 @@
2021-03-02
-I hereby agree to the terms of the Contributors License Agreement,
+I hereby agree to the terms of the Contributors License Agreement,
version 1.0, with MD5 checksum 46ea45f996295bdb0652333d516a6d0a.
-I furthermore declare that I am authorized and able to make this
+I furthermore declare that I am authorized and able to make this
agreement and sign this declaration.
Signed,
Matthew C Brown https://github.com/mcbrown042
-
diff --git a/contributors/shirubana.md b/contributors/shirubana.md
index 7d9a3e73..f0b628c6 100644
--- a/contributors/shirubana.md
+++ b/contributors/shirubana.md
@@ -1,12 +1,11 @@
2020-06-26
-I hereby agree to the terms of the Contributors License Agreement,
+I hereby agree to the terms of the Contributors License Agreement,
version 1.0, with MD5 checksum 46ea45f996295bdb0652333d516a6d0a.
-I furthermore declare that I am authorized and able to make this
+I furthermore declare that I am authorized and able to make this
agreement and sign this declaration.
Signed,
Silvana Ayala Pelaez https://github.com/shirubana
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.collection.rst b/docs/sphinx/source/_autosummary/pvdeg.collection.rst
index f3df6bd5..3a5b14ed 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.collection.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.collection.rst
@@ -3,30 +3,17 @@
.. automodule:: pvdeg.collection
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
calculate_jsc_from_tau_cp
calculate_jsc_from_tau_iqe
collection_probability
generation_current
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.degradation.rst b/docs/sphinx/source/_autosummary/pvdeg.degradation.rst
index 8ebbe295..666c9dd2 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.degradation.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.degradation.rst
@@ -3,31 +3,18 @@
.. automodule:: pvdeg.degradation
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
IwaArrhenius
IwaVantHoff
arrhenius_deg
degradation
vantHoff_deg
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.design.rst b/docs/sphinx/source/_autosummary/pvdeg.design.rst
index 1d57c1fb..64fda5e4 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.design.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.design.rst
@@ -3,28 +3,15 @@
.. automodule:: pvdeg.design
-
-
-
-
-
- .. rubric:: Functions
- .. autosummary::
-
- edge_seal_ingress_rate
- edge_seal_width
-
-
-
-
-
-
-
-
+ .. rubric:: Functions
+ .. autosummary::
+
+ edge_seal_ingress_rate
+ edge_seal_width
diff --git a/docs/sphinx/source/_autosummary/pvdeg.fatigue.rst b/docs/sphinx/source/_autosummary/pvdeg.fatigue.rst
index cc187e71..4cb1990c 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.fatigue.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.fatigue.rst
@@ -3,27 +3,14 @@
.. automodule:: pvdeg.fatigue
-
-
-
-
-
- .. rubric:: Functions
- .. autosummary::
-
- solder_fatigue
-
-
-
-
-
-
-
-
+ .. rubric:: Functions
+ .. autosummary::
+
+ solder_fatigue
diff --git a/docs/sphinx/source/_autosummary/pvdeg.humidity.rst b/docs/sphinx/source/_autosummary/pvdeg.humidity.rst
index a8ee5610..55f55dec 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.humidity.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.humidity.rst
@@ -3,16 +3,16 @@
.. automodule:: pvdeg.humidity
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
Ce_numba
back_encap
backsheet
@@ -23,16 +23,3 @@
psat
run_module
surface_outside
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.letid.rst b/docs/sphinx/source/_autosummary/pvdeg.letid.rst
index ebc19e20..2f2bb011 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.letid.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.letid.rst
@@ -3,16 +3,16 @@
.. automodule:: pvdeg.letid
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
calc_device_params
calc_dn
calc_energy_loss
@@ -30,16 +30,3 @@
j0_gray
k_ij
tau_now
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.spectral.rst b/docs/sphinx/source/_autosummary/pvdeg.spectral.rst
index 8e843413..894b79fe 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.spectral.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.spectral.rst
@@ -3,28 +3,15 @@
.. automodule:: pvdeg.spectral
-
-
-
-
-
- .. rubric:: Functions
- .. autosummary::
-
- poa_irradiance
- solar_position
-
-
-
-
-
-
-
-
+ .. rubric:: Functions
+ .. autosummary::
+
+ poa_irradiance
+ solar_position
diff --git a/docs/sphinx/source/_autosummary/pvdeg.standards.rst b/docs/sphinx/source/_autosummary/pvdeg.standards.rst
index 4ce3d217..a06415ed 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.standards.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.standards.rst
@@ -3,29 +3,16 @@
.. automodule:: pvdeg.standards
-
-
-
-
-
- .. rubric:: Functions
- .. autosummary::
-
- calc_standoff
- eff_gap
- run_calc_standoff
-
-
-
-
-
-
-
-
+ .. rubric:: Functions
+ .. autosummary::
+
+ calc_standoff
+ eff_gap
+ run_calc_standoff
diff --git a/docs/sphinx/source/_autosummary/pvdeg.temperature.rst b/docs/sphinx/source/_autosummary/pvdeg.temperature.rst
index df2b0fe7..39e4cc37 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.temperature.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.temperature.rst
@@ -3,28 +3,15 @@
.. automodule:: pvdeg.temperature
-
-
-
-
-
- .. rubric:: Functions
- .. autosummary::
-
- cell
- module
-
-
-
-
-
-
-
-
+ .. rubric:: Functions
+ .. autosummary::
+
+ cell
+ module
diff --git a/docs/sphinx/source/_autosummary/pvdeg.utilities.rst b/docs/sphinx/source/_autosummary/pvdeg.utilities.rst
index e6a2203b..62b0f458 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.utilities.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.utilities.rst
@@ -3,16 +3,16 @@
.. automodule:: pvdeg.utilities
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
convert_tmy
get_kinetics
gid_downsampling
@@ -20,16 +20,3 @@
quantile_df
ts_gid_df
write_gids
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/_autosummary/pvdeg.weather.rst b/docs/sphinx/source/_autosummary/pvdeg.weather.rst
index 45c93e29..5830fdcf 100644
--- a/docs/sphinx/source/_autosummary/pvdeg.weather.rst
+++ b/docs/sphinx/source/_autosummary/pvdeg.weather.rst
@@ -3,31 +3,18 @@
.. automodule:: pvdeg.weather
-
-
-
-
-
+
+
+
+
+
.. rubric:: Functions
.. autosummary::
-
+
get
get_NSRDB
get_NSRDB_fnames
read
read_h5
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/sphinx/source/api.rst~ b/docs/sphinx/source/api.rst~
index 017af9c8..8f76ff26 100644
--- a/docs/sphinx/source/api.rst~
+++ b/docs/sphinx/source/api.rst~
@@ -8,11 +8,10 @@ Modules, methods, classes and attributes are explained here.
.. automodule:: Relative_Humidity_for_Solar_Modules.main
-RH Functions
+RH Functions
-------------------
.. autofunction:: RHfront
Soldering Degradation Functions
-------------------------------
Some other function here
-
diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py
index 4b6a5843..0ed5c8f2 100644
--- a/docs/sphinx/source/conf.py
+++ b/docs/sphinx/source/conf.py
@@ -12,14 +12,15 @@
#
import os
import sys
-sys.path.insert(0, os.path.abspath('../../..'))
+
+sys.path.insert(0, os.path.abspath("../../.."))
# -- Project information -----------------------------------------------------
-project = 'pvdeg'
-copyright = '2023, NREL'
-author = 'Alliance for Sustainable Energy, LLC'
+project = "pvdeg"
+copyright = "2023, NREL"
+author = "Alliance for Sustainable Energy, LLC"
import pvdeg
@@ -30,33 +31,33 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'sphinx.ext.autodoc',
- 'sphinx.ext.autosummary',
- 'sphinx.ext.napoleon',
- 'sphinx.ext.extlinks',
- 'sphinx.ext.intersphinx',
- 'sphinx.ext.mathjax',
+ "sphinx.ext.autodoc",
+ "sphinx.ext.autosummary",
+ "sphinx.ext.napoleon",
+ "sphinx.ext.extlinks",
+ "sphinx.ext.intersphinx",
+ "sphinx.ext.mathjax",
]
## Include Python objects as they appear in source files
## Default: alphabetically ('alphabetical')
-autodoc_member_order = 'bysource'
+autodoc_member_order = "bysource"
## Default flags used by autodoc directives
autodoc_default_options = {
- 'members': True,
- 'show-inheritance': False,
+ "members": True,
+ "show-inheritance": False,
}
## Generate autodoc stubs with summaries from code
autosummary_generate = True
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = ["_templates"]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- Options for HTML output -------------------------------------------------
@@ -64,9 +65,9 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'sphinx_rtd_theme' #'alabaster'
+html_theme = "sphinx_rtd_theme" #'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
\ No newline at end of file
+html_static_path = ["_static"]
diff --git a/docs/sphinx/source/conf_old.py b/docs/sphinx/source/conf_old.py
index c8d263c5..8d365f44 100644
--- a/docs/sphinx/source/conf_old.py
+++ b/docs/sphinx/source/conf_old.py
@@ -40,16 +40,15 @@ def __getattr__(cls, name):
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
"""
import pandas as pd
+
pd.show_versions()
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.insert(0, os.path.abspath('../sphinxext'))
-#sys.path.insert(0, os.path.abspath('../../../'))
-sys.path.insert(0, os.path.abspath('../../pvdeg'))
-
-
+sys.path.insert(0, os.path.abspath("../sphinxext"))
+# sys.path.insert(0, os.path.abspath('../../../'))
+sys.path.insert(0, os.path.abspath("../../pvdeg"))
# -- General configuration ---------------------------------------------------
@@ -58,48 +57,47 @@ def __getattr__(cls, name):
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'sphinx.ext.autodoc',
- 'sphinx.ext.mathjax',
- 'sphinx.ext.viewcode',
- 'sphinx.ext.intersphinx',
- 'sphinx.ext.autodoc',
- 'sphinx.ext.extlinks',
- 'sphinx.ext.napoleon',
- 'sphinx.ext.autosummary',
-# 'IPython.sphinxext.ipython_directive',
-# 'IPython.sphinxext.ipython_console_highlighting',
- 'sphinx.ext.doctest',
+ "sphinx.ext.autodoc",
+ "sphinx.ext.mathjax",
+ "sphinx.ext.viewcode",
+ "sphinx.ext.intersphinx",
+ "sphinx.ext.autodoc",
+ "sphinx.ext.extlinks",
+ "sphinx.ext.napoleon",
+ "sphinx.ext.autosummary",
+ # 'IPython.sphinxext.ipython_directive',
+ # 'IPython.sphinxext.ipython_console_highlighting',
+ "sphinx.ext.doctest",
#'autoapi.extension',
- 'sphinx.ext.todo'
+ "sphinx.ext.todo",
]
-
# Document Python Code
-#autodoc_mock_imports = ['bs4', 'requests']
-#autoapi_type = 'python'
-#autoapi_dirs = '../../../pvdeg'
+# autodoc_mock_imports = ['bs4', 'requests']
+# autoapi_type = 'python'
+# autoapi_dirs = '../../../pvdeg'
napoleon_use_rtype = False # group rtype on same line together with return
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = ["_templates"]
# The suffix of source filenames.
-source_suffix = '.rst'
+source_suffix = ".rst"
# The encoding of source files.
-#source_encoding = 'utf-8-sig'
+# source_encoding = 'utf-8-sig'
# The master toctree document.
-master_doc = 'index'
+master_doc = "index"
# General information about the project.
-project = 'PV Degradation Tools'
-copyright = '2023, NREL'
-author = 'Mike Kempe'
-release = '0.1.0'
-version = '0.1.0'
+project = "PV Degradation Tools"
+copyright = "2023, NREL"
+author = "Mike Kempe"
+release = "0.1.0"
+version = "0.1.0"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -109,13 +107,13 @@ def __getattr__(cls, name):
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['whatsnew/*', '**.ipynb_checkpoints']
+exclude_patterns = ["whatsnew/*", "**.ipynb_checkpoints"]
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = "sphinx"
autosummary_generate = True
-autoclass_content = 'both'
+autoclass_content = "both"
# -- Options for HTML output -------------------------------------------------
@@ -124,30 +122,33 @@ def __getattr__(cls, name):
# a list of builtin themes.
# on_rtd is whether we are on readthedocs.org
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+on_rtd = os.environ.get("READTHEDOCS", None) == "True"
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
- html_theme = 'sphinx_rtd_theme'
+
+ html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
- html_theme = 'default'
+ html_theme = "default"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = ["_static"]
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
html_show_copyright = True
# Output file base name for HTML help builder.
-htmlhelp_basename = 'pvdegdoc'
+htmlhelp_basename = "pvdegdoc"
+
# A workaround for the responsive tables always having annoying scrollbars.
def setup(app):
app.add_css_file("no_scrollbars.css")
+
"""
# -- Options for LaTeX output ---------------------------------------------
diff --git a/docs/sphinx/source/index.rst~ b/docs/sphinx/source/index.rst~
index 0e711037..5a6c4ead 100644
--- a/docs/sphinx/source/index.rst~
+++ b/docs/sphinx/source/index.rst~
@@ -31,7 +31,7 @@ Contents
whatsnew
installation
api
-
+
Indices and tables
diff --git a/docs/sphinx/source/installation.rst b/docs/sphinx/source/installation.rst
index e5811fba..d630816d 100644
--- a/docs/sphinx/source/installation.rst
+++ b/docs/sphinx/source/installation.rst
@@ -18,5 +18,3 @@ For developer installation, download the repository, navigate to the folder loca
pip install -e .
Compatible with Python 3.5 and above.
-
-
diff --git a/docs/sphinx/source/installation.rst~ b/docs/sphinx/source/installation.rst~
index fce97347..9c697533 100644
--- a/docs/sphinx/source/installation.rst~
+++ b/docs/sphinx/source/installation.rst~
@@ -18,5 +18,3 @@ For developer installation, download the repository, navigate to the folder loca
pip install -e .
Compatible with Python 3.5 and above.
-
-
diff --git a/docs/sphinx/source/package_overview.rst b/docs/sphinx/source/package_overview.rst
index 9dcd0a95..825c71d0 100644
--- a/docs/sphinx/source/package_overview.rst
+++ b/docs/sphinx/source/package_overview.rst
@@ -3,16 +3,16 @@
Package Overview
================
-pvdeg provides a python library of common degradation modes for fielded
+pvdeg provides a python library of common degradation modes for fielded
photovoltaics and accelerated testing.
-It currently offers functions to calculate test-chamber irradiance settings,
-the humidity of PV materials, the spectral degradation in backsheets, and more.
-Functionality has been simplified so you can use .psm3 weather files retrieved
+It currently offers functions to calculate test-chamber irradiance settings,
+the humidity of PV materials, the spectral degradation in backsheets, and more.
+Functionality has been simplified so you can use .psm3 weather files retrieved
from NREL's `National Solar Radiation Database (NSRDB) `_.
-In some cases, such as calculating the relative backsheet spectral degradation,
-you will need spectraly resolved irradiance. This can be field data or data
-produced via simulation (for example: results from `bifacial_radiance
+In some cases, such as calculating the relative backsheet spectral degradation,
+you will need spectraly resolved irradiance. This can be field data or data
+produced via simulation (for example: results from `bifacial_radiance
`_)
**Package Functions:**
diff --git a/docs/sphinx/source/package_overview.rst~ b/docs/sphinx/source/package_overview.rst~
index 70f90adb..775b5751 100644
--- a/docs/sphinx/source/package_overview.rst~
+++ b/docs/sphinx/source/package_overview.rst~
@@ -4,4 +4,3 @@ Package Overview
================
under construction.
-
diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst
index de7925ba..aacaa42a 100644
--- a/docs/sphinx/source/whatsnew.rst
+++ b/docs/sphinx/source/whatsnew.rst
@@ -7,6 +7,3 @@ What's New
These are new features and improvements of note in each release.
.. include:: whatsnew/v0.1.0.rst
-
-
-
diff --git a/docs/sphinx/source/whatsnew.rst~ b/docs/sphinx/source/whatsnew.rst~
index 3a1ff4a8..aa3a81cb 100644
--- a/docs/sphinx/source/whatsnew.rst~
+++ b/docs/sphinx/source/whatsnew.rst~
@@ -7,6 +7,3 @@ What's New
These are new features and improvements of note in each release.
.. include:: whatsnew/v1.0.rst
-
-
-
diff --git a/docs/sphinx/source/whatsnew/v0.1.0.rst b/docs/sphinx/source/whatsnew/v0.1.0.rst
index defe125f..12762be2 100644
--- a/docs/sphinx/source/whatsnew/v0.1.0.rst
+++ b/docs/sphinx/source/whatsnew/v0.1.0.rst
@@ -3,7 +3,7 @@
v0.1.0 (06 / 28 / 2023)
=======================
-First official release.
+First official release.
* pvdeg populated with various classes, including functions for:
- energy calculations of water, vapor pressure, ingress rate, edge seal width, van hoff irradiance degradation, weighted average irradiance, arrhenius acceleration factor, weighted average irradiance
@@ -11,7 +11,7 @@ First official release.
- humidity calculations, including relative humidity on outside surface, on front encapsulant, back encapsulant, and backsheet
- BoLID and LeTID degradation profile calculations
- Standards, such as minimum module stand-off distance calculation
- - support of internal calculations needed such as spectral, solar position, etc.
+ - support of internal calculations needed such as spectral, solar position, etc.
* Re-structured folders to include Documentation, Versioning and Setup.
* Tutorial examples available on the tutorials folder to run through Jupyter, Collab or Binder
* Added Sphinx Documentation
diff --git a/docs/sphinx/source/whatsnew/v0.1.0.rst~ b/docs/sphinx/source/whatsnew/v0.1.0.rst~
index 523ac3fb..768f56f5 100644
--- a/docs/sphinx/source/whatsnew/v0.1.0.rst~
+++ b/docs/sphinx/source/whatsnew/v0.1.0.rst~
@@ -3,7 +3,7 @@
v0.1.0 (26 / 06 / 2020)
=======================
-First official release. Pip Install enabled, as well as versioneer.
+First official release. Pip Install enabled, as well as versioneer.
* Re-structured folders to include Documentation, Versioning and Setup.
* main.py populated with functions developed
diff --git a/pvdeg/__init__.py b/pvdeg/__init__.py
index 66791c0e..f9d269ef 100644
--- a/pvdeg/__init__.py
+++ b/pvdeg/__init__.py
@@ -2,7 +2,7 @@
from .config import *
-#from . import cli
+# from . import cli
from . import collection
from . import degradation
from . import design
diff --git a/pvdeg/_version.py b/pvdeg/_version.py
index 73654d6d..ed5ba490 100644
--- a/pvdeg/_version.py
+++ b/pvdeg/_version.py
@@ -1,4 +1,3 @@
-
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# feature). Distribution tarballs (built by setup.py sdist) and build
@@ -58,17 +57,18 @@ class NotThisMethod(Exception):
def register_vcs_handler(vcs, method): # decorator
"""Decorator to mark a method as the handler for a particular VCS."""
+
def decorate(f):
"""Store f in HANDLERS[vcs][method]."""
if vcs not in HANDLERS:
HANDLERS[vcs] = {}
HANDLERS[vcs][method] = f
return f
+
return decorate
-def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False,
- env=None):
+def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, env=None):
"""Call the given command(s)."""
assert isinstance(commands, list)
p = None
@@ -76,10 +76,13 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False,
try:
dispcmd = str([c] + args)
# remember shell=False, so use git.cmd on windows, not just git
- p = subprocess.Popen([c] + args, cwd=cwd, env=env,
- stdout=subprocess.PIPE,
- stderr=(subprocess.PIPE if hide_stderr
- else None))
+ p = subprocess.Popen(
+ [c] + args,
+ cwd=cwd,
+ env=env,
+ stdout=subprocess.PIPE,
+ stderr=(subprocess.PIPE if hide_stderr else None),
+ )
break
except EnvironmentError:
e = sys.exc_info()[1]
@@ -116,16 +119,22 @@ def versions_from_parentdir(parentdir_prefix, root, verbose):
for i in range(3):
dirname = os.path.basename(root)
if dirname.startswith(parentdir_prefix):
- return {"version": dirname[len(parentdir_prefix):],
- "full-revisionid": None,
- "dirty": False, "error": None, "date": None}
+ return {
+ "version": dirname[len(parentdir_prefix) :],
+ "full-revisionid": None,
+ "dirty": False,
+ "error": None,
+ "date": None,
+ }
else:
rootdirs.append(root)
root = os.path.dirname(root) # up a level
if verbose:
- print("Tried directories %s but none started with prefix %s" %
- (str(rootdirs), parentdir_prefix))
+ print(
+ "Tried directories %s but none started with prefix %s"
+ % (str(rootdirs), parentdir_prefix)
+ )
raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
@@ -181,7 +190,7 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
# starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of
# just "foo-1.0". If we see a "tag: " prefix, prefer those.
TAG = "tag: "
- tags = set([r[len(TAG):] for r in refs if r.startswith(TAG)])
+ tags = set([r[len(TAG) :] for r in refs if r.startswith(TAG)])
if not tags:
# Either we're using git < 1.8.3, or there really are no tags. We use
# a heuristic: assume all version tags have a digit. The old git %d
@@ -190,7 +199,7 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
# between branches and tags. By ignoring refnames without digits, we
# filter out many common branch names like "release" and
# "stabilization", as well as "HEAD" and "master".
- tags = set([r for r in refs if re.search(r'\d', r)])
+ tags = set([r for r in refs if re.search(r"\d", r)])
if verbose:
print("discarding '%s', no digits" % ",".join(refs - tags))
if verbose:
@@ -198,19 +207,26 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
for ref in sorted(tags):
# sorting will prefer e.g. "2.0" over "2.0rc1"
if ref.startswith(tag_prefix):
- r = ref[len(tag_prefix):]
+ r = ref[len(tag_prefix) :]
if verbose:
print("picking %s" % r)
- return {"version": r,
- "full-revisionid": keywords["full"].strip(),
- "dirty": False, "error": None,
- "date": date}
+ return {
+ "version": r,
+ "full-revisionid": keywords["full"].strip(),
+ "dirty": False,
+ "error": None,
+ "date": date,
+ }
# no suitable tags, so version is "0+unknown", but full hex is still there
if verbose:
print("no suitable tags, using unknown + full revision id")
- return {"version": "0+unknown",
- "full-revisionid": keywords["full"].strip(),
- "dirty": False, "error": "no suitable tags", "date": None}
+ return {
+ "version": "0+unknown",
+ "full-revisionid": keywords["full"].strip(),
+ "dirty": False,
+ "error": "no suitable tags",
+ "date": None,
+ }
@register_vcs_handler("git", "pieces_from_vcs")
@@ -225,8 +241,7 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
if sys.platform == "win32":
GITS = ["git.cmd", "git.exe"]
- out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root,
- hide_stderr=True)
+ out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root, hide_stderr=True)
if rc != 0:
if verbose:
print("Directory %s not under git control" % root)
@@ -234,10 +249,19 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
# if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty]
# if there isn't one, this yields HEX[-dirty] (no NUM)
- describe_out, rc = run_command(GITS, ["describe", "--tags", "--dirty",
- "--always", "--long",
- "--match", "%s*" % tag_prefix],
- cwd=root)
+ describe_out, rc = run_command(
+ GITS,
+ [
+ "describe",
+ "--tags",
+ "--dirty",
+ "--always",
+ "--long",
+ "--match",
+ "%s*" % tag_prefix,
+ ],
+ cwd=root,
+ )
# --long was added in git-1.5.5
if describe_out is None:
raise NotThisMethod("'git describe' failed")
@@ -260,17 +284,16 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
dirty = git_describe.endswith("-dirty")
pieces["dirty"] = dirty
if dirty:
- git_describe = git_describe[:git_describe.rindex("-dirty")]
+ git_describe = git_describe[: git_describe.rindex("-dirty")]
# now we have TAG-NUM-gHEX or HEX
if "-" in git_describe:
# TAG-NUM-gHEX
- mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe)
+ mo = re.search(r"^(.+)-(\d+)-g([0-9a-f]+)$", git_describe)
if not mo:
# unparseable. Maybe git-describe is misbehaving?
- pieces["error"] = ("unable to parse git-describe output: '%s'"
- % describe_out)
+ pieces["error"] = "unable to parse git-describe output: '%s'" % describe_out
return pieces
# tag
@@ -279,10 +302,12 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
if verbose:
fmt = "tag '%s' doesn't start with prefix '%s'"
print(fmt % (full_tag, tag_prefix))
- pieces["error"] = ("tag '%s' doesn't start with prefix '%s'"
- % (full_tag, tag_prefix))
+ pieces["error"] = "tag '%s' doesn't start with prefix '%s'" % (
+ full_tag,
+ tag_prefix,
+ )
return pieces
- pieces["closest-tag"] = full_tag[len(tag_prefix):]
+ pieces["closest-tag"] = full_tag[len(tag_prefix) :]
# distance: number of commits since tag
pieces["distance"] = int(mo.group(2))
@@ -293,13 +318,13 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
else:
# HEX: no tags
pieces["closest-tag"] = None
- count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"],
- cwd=root)
+ count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"], cwd=root)
pieces["distance"] = int(count_out) # total number of commits
# commit date: see ISO-8601 comment in git_versions_from_keywords()
- date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"],
- cwd=root)[0].strip()
+ date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"], cwd=root)[
+ 0
+ ].strip()
pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1)
return pieces
@@ -330,8 +355,7 @@ def render_pep440(pieces):
rendered += ".dirty"
else:
# exception #1
- rendered = "0+untagged.%d.g%s" % (pieces["distance"],
- pieces["short"])
+ rendered = "0+untagged.%d.g%s" % (pieces["distance"], pieces["short"])
if pieces["dirty"]:
rendered += ".dirty"
return rendered
@@ -445,11 +469,13 @@ def render_git_describe_long(pieces):
def render(pieces, style):
"""Render the given version pieces into the requested style."""
if pieces["error"]:
- return {"version": "unknown",
- "full-revisionid": pieces.get("long"),
- "dirty": None,
- "error": pieces["error"],
- "date": None}
+ return {
+ "version": "unknown",
+ "full-revisionid": pieces.get("long"),
+ "dirty": None,
+ "error": pieces["error"],
+ "date": None,
+ }
if not style or style == "default":
style = "pep440" # the default
@@ -469,9 +495,13 @@ def render(pieces, style):
else:
raise ValueError("unknown style '%s'" % style)
- return {"version": rendered, "full-revisionid": pieces["long"],
- "dirty": pieces["dirty"], "error": None,
- "date": pieces.get("date")}
+ return {
+ "version": rendered,
+ "full-revisionid": pieces["long"],
+ "dirty": pieces["dirty"],
+ "error": None,
+ "date": pieces.get("date"),
+ }
def get_versions():
@@ -485,8 +515,7 @@ def get_versions():
verbose = cfg.verbose
try:
- return git_versions_from_keywords(get_keywords(), cfg.tag_prefix,
- verbose)
+ return git_versions_from_keywords(get_keywords(), cfg.tag_prefix, verbose)
except NotThisMethod:
pass
@@ -495,13 +524,16 @@ def get_versions():
# versionfile_source is the relative path from the top of the source
# tree (where the .git directory might live) to this file. Invert
# this to find the root from __file__.
- for i in cfg.versionfile_source.split('/'):
+ for i in cfg.versionfile_source.split("/"):
root = os.path.dirname(root)
except NameError:
- return {"version": "0+unknown", "full-revisionid": None,
- "dirty": None,
- "error": "unable to find root of source tree",
- "date": None}
+ return {
+ "version": "0+unknown",
+ "full-revisionid": None,
+ "dirty": None,
+ "error": "unable to find root of source tree",
+ "date": None,
+ }
try:
pieces = git_pieces_from_vcs(cfg.tag_prefix, root, verbose)
@@ -515,6 +547,10 @@ def get_versions():
except NotThisMethod:
pass
- return {"version": "0+unknown", "full-revisionid": None,
- "dirty": None,
- "error": "unable to compute version", "date": None}
+ return {
+ "version": "0+unknown",
+ "full-revisionid": None,
+ "dirty": None,
+ "error": "unable to compute version",
+ "date": None,
+ }
diff --git a/pvdeg/cli.py b/pvdeg/cli.py
index 5dd2f5a5..7a78b6f6 100644
--- a/pvdeg/cli.py
+++ b/pvdeg/cli.py
@@ -4,18 +4,14 @@
commands = [
CLICommandFromFunction(
- name="run-standoff",
- function=run_calc_standoff,
- split_keys=["project_points"]
+ name="run-standoff", function=run_calc_standoff, split_keys=["project_points"]
),
CLICommandFromFunction(
- name="run-rel_humidity",
- function=run_module,
- split_keys=["project_points"]
+ name="run-rel_humidity", function=run_module, split_keys=["project_points"]
),
]
cli = make_cli(commands)
if __name__ == "__main__":
- cli(obj={})
\ No newline at end of file
+ cli(obj={})
diff --git a/pvdeg/config.py b/pvdeg/config.py
index 400d67fb..51d4c8d1 100644
--- a/pvdeg/config.py
+++ b/pvdeg/config.py
@@ -5,7 +5,7 @@
import sys
import os
-#Specify module directories
+# Specify module directories
PVDEG_DIR = Path(__file__).parent
REPO_NAME = __name__
DATA_DIR = PVDEG_DIR / "data"
@@ -14,7 +14,6 @@
DATA_LIBRARY = PVDEG_DIR.parent / "DataLibrary"
if not os.path.isdir(DATA_LIBRARY):
- DATA_LIBRARY = os.path.join(sys.prefix, 'DataLibrary')
+ DATA_LIBRARY = os.path.join(sys.prefix, "DataLibrary")
if not os.path.isdir(DATA_LIBRARY):
print("DataLibrary not found in {DATA_LIBRARY} or {PVDEG_DIR.parent}.")
-
diff --git a/pvdeg/data/DegradationDatabase.json b/pvdeg/data/DegradationDatabase.json
index 6c39bfe4..f030ca99 100644
--- a/pvdeg/data/DegradationDatabase.json
+++ b/pvdeg/data/DegradationDatabase.json
@@ -249,8 +249,8 @@
"B_2": {
Value: 76.22,
STDEV: 0.135
Units: "kJ/mol"
},
"B_3": {
Value: -0.005,
STDEV: 0.012
Units: "1/%"
},
"A": {
Value: 0.073,
STDEV: 0.02
},
- "Corr-B_1-B_2": 0.985,
- "Corr-B_1-B_3": 0.216,
+ "Corr-B_1-B_2": 0.985,
+ "Corr-B_1-B_3": 0.216,
"Corr-B_2-B_3": 0.0452,
},
"D017": {
"DataEntryPerson": "Weston Wall",
diff --git a/pvdeg/data/kinetic_parameters.json b/pvdeg/data/kinetic_parameters.json
index aa8f15ef..6dcebe98 100644
--- a/pvdeg/data/kinetic_parameters.json
+++ b/pvdeg/data/kinetic_parameters.json
@@ -276,4 +276,4 @@
"srv_bc": 0,
"comments": ""
}
-}
\ No newline at end of file
+}
diff --git a/pvdeg/data/materials.json b/pvdeg/data/materials.json
index 731d9353..e90f4f90 100644
--- a/pvdeg/data/materials.json
+++ b/pvdeg/data/materials.json
@@ -69,4 +69,4 @@
"Eap": 28.08,
"Po": 833.55
}
-}
\ No newline at end of file
+}
diff --git a/pvdeg/data/psm3.csv b/pvdeg/data/psm3.csv
index f928b070..589129f3 100644
--- a/pvdeg/data/psm3.csv
+++ b/pvdeg/data/psm3.csv
@@ -1,8763 +1,8763 @@
Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Clearsky DHI Units,Clearsky DNI Units,Clearsky GHI Units,Dew Point Units,DHI Units,DNI Units,GHI Units,Solar Zenith Angle Units,Temperature Units,Pressure Units,Relative Humidity Units,Precipitable Water Units,Wind Direction Units,Wind Speed Units,Cloud Type -15,Cloud Type 0,Cloud Type 1,Cloud Type 2,Cloud Type 3,Cloud Type 4,Cloud Type 5,Cloud Type 6,Cloud Type 7,Cloud Type 8,Cloud Type 9,Cloud Type 10,Cloud Type 11,Cloud Type 12,Fill Flag 0,Fill Flag 1,Fill Flag 2,Fill Flag 3,Fill Flag 4,Fill Flag 5,Surface Albedo Units,Version
NSRDB,145809,-,-,-,39.73,-105.18,-7,1820,-7,w/m2,w/m2,w/m2,c,w/m2,w/m2,w/m2,Degree,c,mbar,%,cm,Degrees,m/s,N/A,Clear,Probably Clear,Fog,Water,Super-Cooled Water,Mixed,Opaque Ice,Cirrus,Overlapping,Overshooting,Unknown,Dust,Smoke,N/A,Missing Image,Low Irradiance,Exceeds Clearsky,Missing CLoud Properties,Rayleigh Violation,N/A,3.0.6
-Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity,poa_global,temp_cell,temp_module
-1999,1,1,0,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.39,0.0,0.0,0.0
-1999,1,1,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,80.84,0.0,0.0,0.0
-1999,1,1,2,30,0.0,0.0,0.0,0.0,-4.0,1.5,82.98,0.0,0.0,0.0
-1999,1,1,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.01,0.0,0.0,0.0
-1999,1,1,4,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.81,0.0,0.0,0.0
-1999,1,1,5,30,0.0,0.0,0.0,0.0,-3.0,1.4,86.55,0.0,0.0,0.0
-1999,1,1,6,30,0.0,0.0,0.0,0.0,-3.0,1.8,87.12,0.0,0.0,0.0
-1999,1,1,7,30,0.0,0.0,0.0,0.0,-3.0,3.0,80.24,0.0,0.0,0.0
-1999,1,1,8,30,65.0,65.0,76.0,1.0,-3.0,4.7,76.86,88.57421760340651,3.0363622179536947,2.770639565143475
-1999,1,1,9,30,503.0,93.0,246.0,2.0,-2.0,6.3000000000000025,80.37,366.8401473886178,9.604577776636619,8.504057334470765
-1999,1,1,10,30,617.0,109.0,355.0,3.0,-2.0,7.0,74.87,517.3323779651838,13.255151801062475,11.703154667166922
-1999,1,1,11,30,497.0,161.0,385.0,4.0,-3.0,6.8000000000000025,70.73,519.5257888588671,14.43072110257699,12.872143736000389
-1999,1,1,12,30,0.0,128.0,128.0,4.0,-4.0,6.5,61.8,125.1052457977236,6.560402092226029,6.185086354832858
-1999,1,1,13,30,0.0,99.0,99.0,3.0,-5.0,6.0,62.93,96.76108854667686,5.044890327800028,4.754607062159997
-1999,1,1,14,30,0.0,24.0,24.0,2.0,-5.0,5.1000000000000005,64.64,23.457233587073173,2.525433938046781,2.4550622372855617
-1999,1,1,15,30,0.0,63.0,63.0,0.0,-6.0,3.6,67.87,61.57523816606709,1.5215004673998995,1.3367747529016982
-1999,1,1,16,30,0.0,8.0,8.0,-1.0,-6.0,2.6,80.7,7.819077862357725,-0.7935728210852493,-0.8170300546723225
-1999,1,1,17,30,0.0,0.0,0.0,-2.0,-7.0,2.4000000000000004,81.99,0.0,-2.0,-2.0
-1999,1,1,18,30,0.0,0.0,0.0,-3.0,-8.0,2.0,78.79,0.0,-3.0,-3.0
-1999,1,1,19,30,0.0,0.0,0.0,-4.0,-8.0,1.8,81.85000000000002,0.0,-4.0,-4.0
-1999,1,1,20,30,0.0,0.0,0.0,-4.0,-9.0,1.6,84.68,0.0,-4.0,-4.0
-1999,1,1,21,30,0.0,0.0,0.0,-5.0,-9.0,1.5,80.79,0.0,-5.0,-5.0
-1999,1,1,22,30,0.0,0.0,0.0,-5.0,-10.0,1.5,83.44,0.0,-5.0,-5.0
-1999,1,1,23,30,0.0,0.0,0.0,-6.0,-10.0,1.4,80.23,0.0,-6.0,-6.0
-1999,1,2,0,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.02,0.0,-6.0,-6.0
-1999,1,2,1,30,0.0,0.0,0.0,-7.0,-11.0,1.0,81.46000000000002,0.0,-7.0,-7.0
-1999,1,2,2,30,0.0,0.0,0.0,-7.0,-11.0,0.6000000000000001,79.3,0.0,-7.0,-7.0
-1999,1,2,3,30,0.0,0.0,0.0,-7.0,-12.0,0.6000000000000001,83.08,0.0,-7.0,-7.0
-1999,1,2,4,30,0.0,0.0,0.0,-7.0,-12.0,0.7000000000000001,80.34,0.0,-7.0,-7.0
-1999,1,2,5,30,0.0,0.0,0.0,-7.0,-13.0,0.8,77.60000000000002,0.0,-7.0,-7.0
-1999,1,2,6,30,0.0,0.0,0.0,-8.0,-13.0,1.0,75.19,0.0,-8.0,-8.0
-1999,1,2,7,30,0.0,0.0,0.0,-7.0,-13.0,1.4,67.37,0.0,-7.0,-7.0
-1999,1,2,8,30,0.0,56.0,56.0,-5.0,-14.0,2.6,56.5,54.733545036504076,-3.555009747596745,-3.7192103827062573
-1999,1,2,9,30,842.0,64.0,320.0,-3.0,-14.0,3.8,47.72,524.2984796379022,9.785753262354026,8.21285782344032
-1999,1,2,10,30,21.0,153.0,162.0,-2.0,-14.0,4.5,43.71,163.53203623386634,1.8090829601934089,1.31848685149181
-1999,1,2,11,30,134.0,210.0,271.0,-1.0,-14.0,4.800000000000002,43.5,303.0034144011271,5.920929696203836,5.011919453000455
-1999,1,2,12,30,76.0,205.0,240.0,-1.0,-14.0,4.9,43.68,256.16562056724644,4.813126253619289,4.0446293919175496
-1999,1,2,13,30,0.0,115.0,115.0,-1.0,-14.0,4.7,44.69,112.3992442713923,1.5841105973484633,1.2469128645342864
-1999,1,2,14,30,15.0,120.0,125.0,-2.0,-13.0,4.2,45.83,125.84349310316573,0.989328854379202,0.6117983750697049
-1999,1,2,15,30,0.0,24.0,24.0,-3.0,-13.0,3.5,54.19,23.457233587073173,-2.416547059426643,-2.4869187601878626
-1999,1,2,16,30,0.0,3.0,3.0,-5.0,-13.0,3.0,58.51,2.9321541983841466,-4.924617650073525,-4.933414112668678
-1999,1,2,17,30,0.0,0.0,0.0,-6.0,-13.0,2.7,62.18,0.0,-6.0,-6.0
-1999,1,2,18,30,0.0,0.0,0.0,-7.0,-14.0,2.5,66.43,0.0,-7.0,-7.0
-1999,1,2,19,30,0.0,0.0,0.0,-7.0,-14.0,2.3000000000000003,70.77,0.0,-7.0,-7.0
-1999,1,2,20,30,0.0,0.0,0.0,-8.0,-14.0,2.1,68.27,0.0,-8.0,-8.0
-1999,1,2,21,30,0.0,0.0,0.0,-9.0,-15.0,1.8,70.96000000000002,0.0,-9.0,-9.0
-1999,1,2,22,30,0.0,0.0,0.0,-9.0,-15.0,1.4,75.16,0.0,-9.0,-9.0
-1999,1,2,23,30,0.0,0.0,0.0,-10.0,-16.0,1.2000000000000002,78.12,0.0,-10.0,-10.0
-1999,1,3,0,30,0.0,0.0,0.0,-11.0,-16.0,1.0,74.0,0.0,-11.0,-11.0
-1999,1,3,1,30,0.0,0.0,0.0,-12.0,-17.0,0.8,77.09,0.0,-12.0,-12.0
-1999,1,3,2,30,0.0,0.0,0.0,-12.0,-17.0,0.5,73.42,0.0,-12.0,-12.0
-1999,1,3,3,30,0.0,0.0,0.0,-12.0,-18.0,0.30000000000000004,76.46000000000002,0.0,-12.0,-12.0
-1999,1,3,4,30,0.0,0.0,0.0,-13.0,-18.0,0.4,74.43,0.0,-13.0,-13.0
-1999,1,3,5,30,0.0,0.0,0.0,-13.0,-18.0,0.7000000000000001,73.0,0.0,-13.0,-13.0
-1999,1,3,6,30,0.0,0.0,0.0,-13.0,-19.0,0.8,69.88,0.0,-13.0,-13.0
-1999,1,3,7,30,0.0,0.0,0.0,-12.0,-19.0,1.2000000000000002,60.84,0.0,-12.0,-12.0
-1999,1,3,8,30,0.0,21.0,21.0,-9.0,-20.0,2.2,46.49,20.52507938868903,-8.443501461266084,-8.505076699432152
-1999,1,3,9,30,275.0,122.0,206.0,-7.0,-19.0,3.7,41.69,270.01985992431474,-0.37171379601230903,-1.1817733757852533
-1999,1,3,10,30,27.0,158.0,169.0,-5.0,-18.0,4.7,38.02,172.42211173748564,-1.0359359260261483,-1.5532022612386052
-1999,1,3,11,30,203.0,210.0,302.0,-4.0,-18.0,5.1000000000000005,37.02,353.50693399567655,3.9184333381303786,2.857912536143349
-1999,1,3,12,30,124.0,213.0,270.0,-4.0,-17.0,5.1000000000000005,38.74,299.38900696644055,2.7062104469549246,1.8080434260556029
-1999,1,3,13,30,4.0,137.0,139.0,-4.0,-17.0,4.800000000000002,40.36,136.630945559093,-0.8791996274718581,-1.289092464149137
-1999,1,3,14,30,737.0,60.0,299.0,-4.0,-16.0,4.1000000000000005,41.69,480.54289337708724,7.490059576898922,6.048430896767661
-1999,1,3,15,30,322.0,67.0,131.0,-5.0,-16.0,2.8000000000000003,46.11,199.292396803464,0.19197813418671494,-0.40589905622367706
-1999,1,3,16,30,0.0,20.0,20.0,-6.0,-16.0,1.5,54.47,19.547694655894315,-5.444594121269631,-5.503237205237314
-1999,1,3,17,30,0.0,0.0,0.0,-7.0,-16.0,0.9,60.57,0.0,-7.0,-7.0
-1999,1,3,18,30,0.0,0.0,0.0,-8.0,-16.0,0.9,61.16,0.0,-8.0,-8.0
-1999,1,3,19,30,0.0,0.0,0.0,-8.0,-16.0,1.2000000000000002,60.31,0.0,-8.0,-8.0
-1999,1,3,20,30,0.0,0.0,0.0,-8.0,-16.0,1.5,59.91,0.0,-8.0,-8.0
-1999,1,3,21,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.95,0.0,-8.0,-8.0
-1999,1,3,22,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,61.07,0.0,-8.0,-8.0
-1999,1,3,23,30,0.0,0.0,0.0,-8.0,-15.0,2.7,62.39,0.0,-8.0,-8.0
-1999,1,4,0,30,0.0,0.0,0.0,-8.0,-15.0,2.8000000000000003,62.7,0.0,-8.0,-8.0
-1999,1,4,1,30,0.0,0.0,0.0,-8.0,-15.0,2.5,63.11,0.0,-8.0,-8.0
-1999,1,4,2,30,0.0,0.0,0.0,-8.0,-15.0,2.1,68.91,0.0,-8.0,-8.0
-1999,1,4,3,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.74,0.0,-8.0,-8.0
-1999,1,4,4,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.75,0.0,-8.0,-8.0
-1999,1,4,5,30,0.0,0.0,0.0,-8.0,-15.0,2.3000000000000003,63.72,0.0,-8.0,-8.0
-1999,1,4,6,30,0.0,0.0,0.0,-7.0,-15.0,2.7,63.91,0.0,-7.0,-7.0
-1999,1,4,7,30,0.0,0.0,0.0,-6.0,-15.0,3.6,55.58,0.0,-6.0,-6.0
-1999,1,4,8,30,141.0,65.0,90.0,-4.0,-14.0,4.6000000000000005,51.57,117.63398822245958,-1.2778372319152893,-1.630739196582668
-1999,1,4,9,30,316.0,118.0,214.0,-2.0,-13.0,5.1000000000000005,48.1,288.57718238030657,4.464029307023146,3.598297759882226
-1999,1,4,10,30,267.0,174.0,282.0,0.0,-12.0,5.4,44.81,348.1322807945754,7.647782690463977,6.603385848080251
-1999,1,4,11,30,67.0,201.0,231.0,0.0,-11.0,5.9,44.52,245.44571974613575,5.220607627692641,4.484270468454234
-1999,1,4,12,30,0.0,130.0,130.0,1.0,-10.0,6.5,44.04,127.06001526331303,3.6004083749170612,3.219228329127122
-1999,1,4,13,30,513.0,141.0,354.0,1.0,-10.0,6.7,46.69,488.4237521259391,10.86906612226505,9.403794865887232
-1999,1,4,14,30,677.0,71.0,293.0,0.0,-9.0,6.1000000000000005,49.28,458.3857015051129,9.62513872673995,8.249981622224611
-1999,1,4,15,30,30.0,75.0,81.0,0.0,-8.0,5.4,54.83,85.8396626312125,1.8857288514811115,1.628209863587474
-1999,1,4,16,30,0.0,13.0,13.0,0.0,-9.0,5.1000000000000005,58.07,12.706001526331303,0.2846100497753398,0.2464920451963459
-1999,1,4,17,30,0.0,0.0,0.0,-1.0,-9.0,5.5,60.91,0.0,-1.0,-1.0
-1999,1,4,18,30,0.0,0.0,0.0,-1.0,-9.0,5.8000000000000025,60.08,0.0,-1.0,-1.0
-1999,1,4,19,30,0.0,0.0,0.0,-1.0,-9.0,6.0,59.14,0.0,-1.0,-1.0
-1999,1,4,20,30,0.0,0.0,0.0,-1.0,-10.0,6.0,58.47,0.0,-1.0,-1.0
-1999,1,4,21,30,0.0,0.0,0.0,-1.0,-10.0,5.7,58.43,0.0,-1.0,-1.0
-1999,1,4,22,30,0.0,0.0,0.0,-1.0,-10.0,5.4,58.45,0.0,-1.0,-1.0
-1999,1,4,23,30,0.0,0.0,0.0,-1.0,-9.0,5.1000000000000005,63.21,0.0,-1.0,-1.0
-1999,1,5,0,30,0.0,0.0,0.0,-1.0,-9.0,4.9,59.58,0.0,-1.0,-1.0
-1999,1,5,1,30,0.0,0.0,0.0,-1.0,-9.0,4.9,61.28,0.0,-1.0,-1.0
-1999,1,5,2,30,0.0,0.0,0.0,0.0,-9.0,5.1000000000000005,63.05,0.0,0.0,0.0
-1999,1,5,3,30,0.0,0.0,0.0,0.0,-8.0,5.1000000000000005,64.15,0.0,0.0,0.0
-1999,1,5,4,30,0.0,0.0,0.0,0.0,-8.0,4.9,64.23,0.0,0.0,0.0
-1999,1,5,5,30,0.0,0.0,0.0,-1.0,-9.0,4.4,66.05,0.0,-1.0,-1.0
-1999,1,5,6,30,0.0,0.0,0.0,-2.0,-9.0,4.0,64.46000000000001,0.0,-2.0,-2.0
-1999,1,5,7,30,0.0,0.0,0.0,-1.0,-9.0,4.1000000000000005,60.01,0.0,-1.0,-1.0
-1999,1,5,8,30,458.0,48.0,126.0,0.0,-8.0,4.5,56.36,222.45756358737577,5.1816104926071525,4.514237801845025
-1999,1,5,9,30,97.0,130.0,160.0,1.0,-7.0,5.0,57.12000000000001,180.24960901374567,5.063853488718792,4.5231046616775545
-1999,1,5,10,30,209.0,180.0,265.0,3.0,-6.0,5.4,61.67,315.43063984628384,9.929391844825368,8.983099925286517
-1999,1,5,11,30,83.0,206.0,244.0,4.0,-5.0,5.8000000000000025,59.94,262.12265072782156,9.611376598490985,8.82500864630752
-1999,1,5,12,30,149.0,216.0,285.0,4.0,-5.0,6.0,56.91,321.1383227199473,10.78674309972402,9.823328131564178
-1999,1,5,13,30,686.0,99.0,385.0,5.0,-5.0,5.6000000000000005,58.42,566.8937081278648,17.293452497290826,15.592771372907231
-1999,1,5,14,30,880.0,56.0,347.0,4.0,-4.0,4.5,62.0,562.2831722669491,17.097025510173296,15.410175993372448
-1999,1,5,15,30,527.0,52.0,158.0,2.0,-4.0,3.3000000000000003,73.54,272.27851960887415,8.86240398167078,8.045568422844159
-1999,1,5,16,30,0.0,33.0,33.0,0.0,-5.0,3.0,71.91,32.25369618222562,0.8292058491912216,0.7324447606445448
-1999,1,5,17,30,0.0,0.0,0.0,0.0,-6.0,3.1,71.63,0.0,0.0,0.0
-1999,1,5,18,30,0.0,0.0,0.0,0.0,-6.0,3.2,69.92,0.0,0.0,0.0
-1999,1,5,19,30,0.0,0.0,0.0,0.0,-6.0,3.1,69.77,0.0,0.0,0.0
-1999,1,5,20,30,0.0,0.0,0.0,0.0,-6.0,3.0,70.71000000000002,0.0,0.0,0.0
-1999,1,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,70.81,0.0,0.0,0.0
-1999,1,5,22,30,0.0,0.0,0.0,0.0,-6.0,2.8000000000000003,69.99,0.0,0.0,0.0
-1999,1,5,23,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.53,0.0,0.0,0.0
-1999,1,6,0,30,0.0,0.0,0.0,0.0,-7.0,2.7,66.32000000000001,0.0,0.0,0.0
-1999,1,6,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,68.94,0.0,0.0,0.0
-1999,1,6,2,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,62.56,0.0,0.0,0.0
-1999,1,6,3,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,61.84,0.0,0.0,0.0
-1999,1,6,4,30,0.0,0.0,0.0,0.0,-8.0,2.7,61.42,0.0,0.0,0.0
-1999,1,6,5,30,0.0,0.0,0.0,0.0,-8.0,2.5,64.9,0.0,0.0,0.0
-1999,1,6,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,64.38,0.0,0.0,0.0
-1999,1,6,7,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.2,0.0,0.0,0.0
-1999,1,6,8,30,240.0,62.0,103.0,2.0,-7.0,2.9000000000000004,58.03,152.51490953069384,5.947058334904439,5.489513606312357
-1999,1,6,9,30,573.0,83.0,259.0,4.0,-5.0,3.4000000000000004,56.79,395.3999406607735,13.899910809252583,12.713710987270263
-1999,1,6,10,30,220.0,180.0,269.0,6.0,-5.0,3.7,48.87000000000001,322.90627132012924,13.926510235107296,12.957791421146908
-1999,1,6,11,30,463.0,171.0,384.0,7.0,-5.0,3.8,46.05,506.70741821766717,19.3567705746732,17.836648320020196
-1999,1,6,12,30,75.0,208.0,243.0,8.0,-5.0,3.4000000000000004,46.84,258.794710116828,14.479628054018946,13.703243923668461
-1999,1,6,13,30,255.0,186.0,293.0,7.0,-4.0,2.5,49.24,357.0477327998274,16.489119693820193,15.41797649542071
-1999,1,6,14,30,219.0,142.0,215.0,6.0,-2.0,1.4,60.41,265.5894635297695,13.596966505954883,12.800198115365575
-1999,1,6,15,30,337.0,70.0,139.0,3.0,-3.0,0.8,73.11,210.84672682035693,9.279579854422348,8.647039673961277
-1999,1,6,16,30,0.0,24.0,24.0,1.0,-4.0,0.7000000000000001,70.64,23.457233587073173,1.7033487692928575,1.632977068531638
-1999,1,6,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.2,0.0,0.0,0.0
-1999,1,6,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,71.78,0.0,0.0,0.0
-1999,1,6,19,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,75.77,0.0,0.0,0.0
-1999,1,6,20,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.13,0.0,0.0,0.0
-1999,1,6,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,77.48,0.0,0.0,0.0
-1999,1,6,22,30,0.0,0.0,0.0,-1.0,-6.0,3.7,75.15,0.0,-1.0,-1.0
-1999,1,6,23,30,0.0,0.0,0.0,-1.0,-7.0,4.1000000000000005,72.37,0.0,-1.0,-1.0
-1999,1,7,0,30,0.0,0.0,0.0,-1.0,-7.0,4.0,70.21000000000001,0.0,-1.0,-1.0
-1999,1,7,1,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,69.33,0.0,-1.0,-1.0
-1999,1,7,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.32000000000001,0.0,0.0,0.0
-1999,1,7,3,30,0.0,0.0,0.0,0.0,-7.0,1.8,70.38,0.0,0.0,0.0
-1999,1,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.5,71.23,0.0,0.0,0.0
-1999,1,7,5,30,0.0,0.0,0.0,0.0,-7.0,1.4,71.87,0.0,0.0,0.0
-1999,1,7,6,30,0.0,0.0,0.0,0.0,-7.0,1.4,72.14,0.0,0.0,0.0
-1999,1,7,7,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.81,0.0,0.0,0.0
-1999,1,7,8,30,46.0,65.0,73.0,2.0,-5.0,2.1,61.12000000000001,81.13865639944598,4.214649488248183,3.9712335190498447
-1999,1,7,9,30,723.0,58.0,280.0,5.0,-4.0,2.4000000000000004,57.68,453.4050011022901,17.130444159740126,15.770229156433254
-1999,1,7,10,30,923.0,56.0,431.0,6.0,-3.0,2.3000000000000003,57.71,672.0363516431792,24.09990711726942,22.083798062339884
-1999,1,7,11,30,938.0,77.0,508.0,7.0,-3.0,2.1,56.0,764.3152413019225,27.861700613779778,25.56875488987401
-1999,1,7,12,30,711.0,110.0,441.0,8.0,-2.0,2.0,56.48,634.7870210700293,25.442375143994802,23.538014080784713
-1999,1,7,13,30,678.0,106.0,393.0,7.0,-3.0,1.7000000000000002,54.2,570.944046535109,23.00613666764783,21.293304528042505
-1999,1,7,14,30,664.0,76.0,298.0,6.0,-3.0,1.2000000000000002,57.82,460.2528935062922,19.34325090643569,17.96249222591681
-1999,1,7,15,30,537.0,57.0,168.0,3.0,-3.0,1.0,73.37,283.987726181464,11.344676712949909,10.492713534405517
-1999,1,7,16,30,0.0,31.0,31.0,0.0,-4.0,1.1,75.28,30.29892671663619,0.8843285651019855,0.793431784952077
-1999,1,7,17,30,0.0,0.0,0.0,0.0,-5.0,1.1,77.86,0.0,0.0,0.0
-1999,1,7,18,30,0.0,0.0,0.0,0.0,-5.0,1.1,82.28,0.0,0.0,0.0
-1999,1,7,19,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,79.44,0.0,-1.0,-1.0
-1999,1,7,20,30,0.0,0.0,0.0,-2.0,-6.0,1.4,81.08,0.0,-2.0,-2.0
-1999,1,7,21,30,0.0,0.0,0.0,-2.0,-7.0,1.4,76.95,0.0,-2.0,-2.0
-1999,1,7,22,30,0.0,0.0,0.0,-2.0,-7.0,1.2000000000000002,74.36,0.0,-2.0,-2.0
-1999,1,7,23,30,0.0,0.0,0.0,-2.0,-8.0,1.0,72.85000000000002,0.0,-2.0,-2.0
-1999,1,8,0,30,0.0,0.0,0.0,-2.0,-8.0,0.8,71.95,0.0,-2.0,-2.0
-1999,1,8,1,30,0.0,0.0,0.0,-2.0,-8.0,0.6000000000000001,70.96000000000002,0.0,-2.0,-2.0
-1999,1,8,2,30,0.0,0.0,0.0,-2.0,-8.0,0.4,70.61,0.0,-2.0,-2.0
-1999,1,8,3,30,0.0,0.0,0.0,-2.0,-8.0,0.4,75.56,0.0,-2.0,-2.0
-1999,1,8,4,30,0.0,0.0,0.0,-3.0,-8.0,0.4,74.51,0.0,-3.0,-3.0
-1999,1,8,5,30,0.0,0.0,0.0,-3.0,-9.0,0.6000000000000001,73.39,0.0,-3.0,-3.0
-1999,1,8,6,30,0.0,0.0,0.0,-3.0,-9.0,0.9,77.38,0.0,-3.0,-3.0
-1999,1,8,7,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,75.89,0.0,-3.0,-3.0
-1999,1,8,8,30,23.0,64.0,68.0,-2.0,-9.0,2.6,73.07000000000002,71.35395857770901,-0.11622334079750166,-0.3302852165306287
-1999,1,8,9,30,0.0,48.0,48.0,-1.0,-8.0,2.9000000000000004,70.87,46.914467174146345,0.21413794400244168,0.07339454248000266
-1999,1,8,10,30,0.0,93.0,93.0,-1.0,-8.0,2.7,65.85,90.89678014990855,1.3838229360946346,1.111132595644909
-1999,1,8,11,30,0.0,43.0,43.0,0.0,-8.0,2.2,59.24,42.02754351017277,1.1394970078837297,1.0134143773532114
-1999,1,8,12,30,0.0,53.0,53.0,0.0,-9.0,1.8,53.16,51.801390838119936,1.4425368310170745,1.2871326585027147
-1999,1,8,13,30,100.0,192.0,235.0,0.0,-9.0,1.7000000000000002,51.58,256.7984586402822,7.199218995245113,6.428823619324266
-1999,1,8,14,30,829.0,76.0,356.0,0.0,-9.0,1.9,50.78,558.1186913603163,15.438564742828243,13.764208668747294
-1999,1,8,15,30,696.0,55.0,201.0,-1.0,-10.0,1.5,58.32,351.3689134482787,8.983395155675353,7.929288415330516
-1999,1,8,16,30,328.0,21.0,38.0,-2.0,-9.0,0.9,68.89,97.71080212032898,0.8905354516130574,0.5974030452520704
-1999,1,8,17,30,0.0,0.0,0.0,-3.0,-10.0,0.5,71.48,0.0,-3.0,-3.0
-1999,1,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,69.34,0.0,-4.0,-4.0
-1999,1,8,19,30,0.0,0.0,0.0,-5.0,-11.0,1.0,72.25,0.0,-5.0,-5.0
-1999,1,8,20,30,0.0,0.0,0.0,-5.0,-11.0,1.4,68.7,0.0,-5.0,-5.0
-1999,1,8,21,30,0.0,0.0,0.0,-5.0,-12.0,1.8,69.47,0.0,-5.0,-5.0
-1999,1,8,22,30,0.0,0.0,0.0,-6.0,-13.0,2.1,64.63,0.0,-6.0,-6.0
-1999,1,8,23,30,0.0,0.0,0.0,-6.0,-14.0,2.4000000000000004,60.73,0.0,-6.0,-6.0
-1999,1,9,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,58.74,0.0,-6.0,-6.0
-1999,1,9,1,30,0.0,0.0,0.0,-5.0,-14.0,2.9000000000000004,54.11,0.0,-5.0,-5.0
-1999,1,9,2,30,0.0,0.0,0.0,-5.0,-14.0,2.7,56.06,0.0,-5.0,-5.0
-1999,1,9,3,30,0.0,0.0,0.0,-5.0,-13.0,2.1,57.83,0.0,-5.0,-5.0
-1999,1,9,4,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.14,0.0,-5.0,-5.0
-1999,1,9,5,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.53,0.0,-5.0,-5.0
-1999,1,9,6,30,0.0,0.0,0.0,-5.0,-13.0,1.9,60.57,0.0,-5.0,-5.0
-1999,1,9,7,30,0.0,0.0,0.0,-3.0,-13.0,2.4000000000000004,57.61,0.0,-3.0,-3.0
-1999,1,9,8,30,523.0,43.0,134.0,-1.0,-11.0,3.6,52.48,242.13891669041757,4.983159560448143,4.25674281037689
-1999,1,9,9,30,865.0,58.0,326.0,1.0,-10.0,4.800000000000002,48.18,531.9699681292592,13.150776443200051,11.554866538812274
-1999,1,9,10,30,938.0,67.0,450.0,2.0,-9.0,5.1000000000000005,47.3,694.409203554318,17.554526542317625,15.47129893165467
-1999,1,9,11,30,949.0,79.0,518.0,3.0,-9.0,4.7,46.58,776.8540879973408,20.860234687524,18.529672423531977
-1999,1,9,12,30,952.0,79.0,525.0,4.0,-8.0,4.1000000000000005,45.38,786.5377497551589,22.806574249085966,20.44696099982049
-1999,1,9,13,30,714.0,95.0,401.0,4.0,-8.0,3.6,47.38,588.0260453792501,18.529897561661166,16.765819425523414
-1999,1,9,14,30,852.0,68.0,358.0,3.0,-6.0,2.8000000000000003,55.17,565.7723886083231,17.739538074188815,16.042220908363845
-1999,1,9,15,30,181.0,83.0,122.0,2.0,-6.0,1.9,63.61,158.98443785303166,6.39779490436665,5.920841590807555
-1999,1,9,16,30,64.0,20.0,24.0,0.0,-6.0,1.7000000000000002,64.11,34.77151875276528,0.9748024954039279,0.870487939145632
-1999,1,9,17,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.91,0.0,0.0,0.0
-1999,1,9,18,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.22,0.0,0.0,0.0
-1999,1,9,19,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.84,0.0,0.0,0.0
-1999,1,9,20,30,0.0,0.0,0.0,0.0,-7.0,1.0,64.48,0.0,0.0,0.0
-1999,1,9,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,68.43,0.0,0.0,0.0
-1999,1,9,22,30,0.0,0.0,0.0,-1.0,-8.0,1.1,67.42,0.0,-1.0,-1.0
-1999,1,9,23,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.39,0.0,-1.0,-1.0
-1999,1,10,0,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.9,0.0,-1.0,-1.0
-1999,1,10,1,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.39,0.0,-1.0,-1.0
-1999,1,10,2,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,69.63,0.0,-1.0,-1.0
-1999,1,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.2000000000000002,68.83,0.0,-2.0,-2.0
-1999,1,10,4,30,0.0,0.0,0.0,-2.0,-9.0,1.3,67.91,0.0,-2.0,-2.0
-1999,1,10,5,30,0.0,0.0,0.0,-2.0,-9.0,1.4,71.57000000000002,0.0,-2.0,-2.0
-1999,1,10,6,30,0.0,0.0,0.0,-3.0,-9.0,1.4,69.17,0.0,-3.0,-3.0
-1999,1,10,7,30,0.0,0.0,0.0,-2.0,-10.0,1.8,62.98,0.0,-2.0,-2.0
-1999,1,10,8,30,290.0,60.0,111.0,0.0,-8.0,2.9000000000000004,55.02,169.61910893984017,4.38971192888734,3.880854602067819
-1999,1,10,9,30,862.0,59.0,327.0,2.0,-9.0,4.1000000000000005,50.41,531.7326040688951,14.714035279545607,13.118837467338922
-1999,1,10,10,30,939.0,69.0,454.0,4.0,-8.0,4.5,48.88,697.9556492640296,20.25718747108569,18.1633205232936
-1999,1,10,11,30,967.0,76.0,525.0,5.0,-7.0,4.5,47.86,788.5866699870496,23.36821772944615,21.002457719485
-1999,1,10,12,30,970.0,77.0,534.0,6.0,-7.0,4.2,46.22,799.8042816355619,24.998821138802843,22.599408293896158
-1999,1,10,13,30,949.0,72.0,480.0,5.0,-6.0,3.6,47.85,730.6116729919964,23.05313361431285,20.86129859533686
-1999,1,10,14,30,736.0,65.0,317.0,4.0,-5.0,2.7,56.9,496.6638879790969,17.025310310683196,15.535318646745907
-1999,1,10,15,30,162.0,85.0,121.0,3.0,-5.0,1.8,63.76,153.18985926295278,7.265947507388429,6.80637792959957
-1999,1,10,16,30,257.0,21.0,36.0,1.0,-6.0,1.7000000000000002,62.43,82.29279170135176,3.307038104220102,3.0601597291160467
-1999,1,10,17,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.01,0.0,0.0,0.0
-1999,1,10,18,30,0.0,0.0,0.0,0.0,-7.0,3.0,66.87,0.0,0.0,0.0
-1999,1,10,19,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.27,0.0,0.0,0.0
-1999,1,10,20,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.8,0.0,0.0,0.0
-1999,1,10,21,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,64.84,0.0,0.0,0.0
-1999,1,10,22,30,0.0,0.0,0.0,0.0,-7.0,4.3,59.81,0.0,0.0,0.0
-1999,1,10,23,30,0.0,0.0,0.0,0.0,-7.0,4.4,59.76,0.0,0.0,0.0
-1999,1,11,0,30,0.0,0.0,0.0,0.0,-7.0,4.3,60.44,0.0,0.0,0.0
-1999,1,11,1,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.41,0.0,1.0,1.0
-1999,1,11,2,30,0.0,0.0,0.0,1.0,-6.0,3.9,64.25,0.0,1.0,1.0
-1999,1,11,3,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,65.51,0.0,1.0,1.0
-1999,1,11,4,30,0.0,0.0,0.0,1.0,-6.0,4.2,61.53,0.0,1.0,1.0
-1999,1,11,5,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.8,0.0,1.0,1.0
-1999,1,11,6,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.53,0.0,1.0,1.0
-1999,1,11,7,30,0.0,0.0,0.0,2.0,-6.0,4.5,61.47,0.0,2.0,2.0
-1999,1,11,8,30,361.0,56.0,120.0,4.0,-5.0,5.1000000000000005,56.75,192.92858758479585,8.321533788722057,7.7427480259676695
-1999,1,11,9,30,898.0,53.0,333.0,6.0,-4.0,5.4,54.44,546.195446365786,17.998841563306108,16.36025522420875
-1999,1,11,10,30,961.0,63.0,459.0,8.0,-4.0,5.4,47.96,707.8907573853661,23.550970075842493,21.427297803686393
-1999,1,11,11,30,763.0,97.0,454.0,9.0,-4.0,4.800000000000002,44.16,659.5922141718079,24.065808256547243,22.08703161403182
-1999,1,11,12,30,838.0,80.0,478.0,10.0,-4.0,3.6,42.24,705.7692886198037,27.439287845147007,25.321979979287597
-1999,1,11,13,30,577.0,131.0,381.0,9.0,-2.0,2.1,52.7,530.7824634513704,23.487510185856532,21.895162795502422
-1999,1,11,14,30,554.0,101.0,293.0,8.0,-2.0,0.7000000000000001,55.48,426.1384284470287,20.777463211253615,19.499047925912528
-1999,1,11,15,30,579.0,52.0,179.0,6.0,-2.0,0.2,64.77,302.9049706820203,15.394726634831034,14.486011722784973
-1999,1,11,16,30,273.0,21.0,38.0,4.0,-4.0,0.4,63.93,86.83666617649013,6.657057004521641,6.39654700599217
-1999,1,11,17,30,0.0,0.0,0.0,4.0,-4.0,0.6000000000000001,66.39,0.0,4.0,4.0
-1999,1,11,18,30,0.0,0.0,0.0,4.0,-4.0,0.7000000000000001,65.71000000000001,0.0,4.0,4.0
-1999,1,11,19,30,0.0,0.0,0.0,3.0,-4.0,0.8,64.91,0.0,3.0,3.0
-1999,1,11,20,30,0.0,0.0,0.0,3.0,-5.0,0.9,64.04,0.0,3.0,3.0
-1999,1,11,21,30,0.0,0.0,0.0,3.0,-5.0,0.9,68.08,0.0,3.0,3.0
-1999,1,11,22,30,0.0,0.0,0.0,3.0,-5.0,0.9,67.27,0.0,3.0,3.0
-1999,1,11,23,30,0.0,0.0,0.0,3.0,-5.0,0.9,66.43,0.0,3.0,3.0
-1999,1,12,0,30,0.0,0.0,0.0,3.0,-5.0,1.2000000000000002,65.36,0.0,3.0,3.0
-1999,1,12,1,30,0.0,0.0,0.0,2.0,-6.0,1.6,63.89,0.0,2.0,2.0
-1999,1,12,2,30,0.0,0.0,0.0,2.0,-6.0,2.0,62.15,0.0,2.0,2.0
-1999,1,12,3,30,0.0,0.0,0.0,1.0,-6.0,2.2,60.42,0.0,1.0,1.0
-1999,1,12,4,30,0.0,0.0,0.0,1.0,-6.0,1.9,59.51,0.0,1.0,1.0
-1999,1,12,5,30,0.0,0.0,0.0,0.0,-7.0,1.5,63.38,0.0,0.0,0.0
-1999,1,12,6,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.89,0.0,0.0,0.0
-1999,1,12,7,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,60.21,0.0,0.0,0.0
-1999,1,12,8,30,532.0,44.0,138.0,2.0,-5.0,1.4,65.03,246.77046586456763,9.05866467335166,8.318353275757957
-1999,1,12,9,30,0.0,38.0,38.0,3.0,-4.0,2.1,65.79,37.14061984619919,4.0137394231754495,3.902317563636852
-1999,1,12,10,30,0.0,109.0,109.0,4.0,-4.0,3.0,62.55,106.53493587462401,6.73889204732858,6.419287239704708
-1999,1,12,11,30,8.0,158.0,162.0,4.0,-4.0,3.7,63.5,160.36316015193148,7.936499049961921,7.455409569506127
-1999,1,12,12,30,155.0,226.0,300.0,5.0,-4.0,4.3,63.22,337.27946403810296,12.959546641032007,11.9477082489177
-1999,1,12,13,30,657.0,112.0,399.0,4.0,-4.0,4.2,62.02,569.5879431571336,17.530184450540233,15.821420621068834
-1999,1,12,14,30,819.0,75.0,361.0,3.0,-4.0,3.3000000000000003,66.29,559.4376134950419,17.099852283094503,15.421539442609378
-1999,1,12,15,30,697.0,54.0,209.0,1.0,-4.0,1.9,72.34,358.08906626595933,10.905386289377745,9.831119090579866
-1999,1,12,16,30,377.0,22.0,47.0,0.0,-5.0,1.1,76.52,114.05047152829121,3.328767740820358,2.986616326235484
-1999,1,12,17,30,0.0,0.0,0.0,-1.0,-6.0,0.9,77.76,0.0,-1.0,-1.0
-1999,1,12,18,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,76.33,0.0,-1.0,-1.0
-1999,1,12,19,30,0.0,0.0,0.0,-2.0,-6.0,0.8,80.56,0.0,-2.0,-2.0
-1999,1,12,20,30,0.0,0.0,0.0,-3.0,-7.0,1.1,84.68,0.0,-3.0,-3.0
-1999,1,12,21,30,0.0,0.0,0.0,-3.0,-7.0,1.4,82.38,0.0,-3.0,-3.0
-1999,1,12,22,30,0.0,0.0,0.0,-3.0,-7.0,1.9,80.19,0.0,-3.0,-3.0
-1999,1,12,23,30,0.0,0.0,0.0,-2.0,-8.0,2.5,77.26,0.0,-2.0,-2.0
-1999,1,13,0,30,0.0,0.0,0.0,-2.0,-8.0,2.9000000000000004,74.39,0.0,-2.0,-2.0
-1999,1,13,1,30,0.0,0.0,0.0,-2.0,-9.0,3.0,71.69,0.0,-2.0,-2.0
-1999,1,13,2,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,70.17,0.0,-2.0,-2.0
-1999,1,13,3,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,69.19,0.0,-2.0,-2.0
-1999,1,13,4,30,0.0,0.0,0.0,-2.0,-9.0,1.9,68.4,0.0,-2.0,-2.0
-1999,1,13,5,30,0.0,0.0,0.0,-1.0,-9.0,1.6,63.66,0.0,-1.0,-1.0
-1999,1,13,6,30,0.0,0.0,0.0,0.0,-9.0,1.1,60.11,0.0,0.0,0.0
-1999,1,13,7,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,58.15,0.0,0.0,0.0
-1999,1,13,8,30,0.0,12.0,12.0,0.0,-7.0,0.7000000000000001,56.92,11.728616793536586,0.35167438464642875,0.316488534265819
-1999,1,13,9,30,446.0,106.0,247.0,1.0,-6.0,1.3,59.74,349.7974857337458,11.073091783232783,10.023699326031545
-1999,1,13,10,30,83.0,185.0,219.0,2.0,-6.0,2.0,61.94000000000001,236.83156225595826,8.507544763349951,7.797050076582076
-1999,1,13,11,30,151.0,222.0,293.0,2.0,-5.0,2.4000000000000004,65.7,329.2458239354159,10.808676729119604,9.820939257313356
-1999,1,13,12,30,128.0,226.0,288.0,2.0,-5.0,2.5,67.29,317.2748616059929,10.43209145738331,9.48026687256533
-1999,1,13,13,30,172.0,203.0,278.0,1.0,-5.0,2.2,68.19,319.27330326345526,9.65648913498362,8.698669225193253
-1999,1,13,14,30,408.0,128.0,272.0,1.0,-4.0,1.4,69.2,368.3459750681122,11.536231362514432,10.431193437310096
-1999,1,13,15,30,662.0,62.0,212.0,0.0,-4.0,0.7000000000000001,75.98,352.36686567536833,10.565474415061887,9.508373818035782
-1999,1,13,16,30,335.0,26.0,49.0,0.0,-5.0,0.5,78.29,108.51975322615202,3.2981450597844275,2.9725858001059713
-1999,1,13,17,30,0.0,0.0,0.0,-1.0,-5.0,0.6000000000000001,81.35000000000002,0.0,-1.0,-1.0
-1999,1,13,18,30,0.0,0.0,0.0,-2.0,-6.0,0.9,85.15,0.0,-2.0,-2.0
-1999,1,13,19,30,0.0,0.0,0.0,-2.0,-6.0,1.2000000000000002,80.74,0.0,-2.0,-2.0
-1999,1,13,20,30,0.0,0.0,0.0,-3.0,-7.0,1.3,80.99,0.0,-3.0,-3.0
-1999,1,13,21,30,0.0,0.0,0.0,-4.0,-8.0,1.5,79.71000000000002,0.0,-4.0,-4.0
-1999,1,13,22,30,0.0,0.0,0.0,-4.0,-10.0,2.0,76.91,0.0,-4.0,-4.0
-1999,1,13,23,30,0.0,0.0,0.0,-5.0,-11.0,2.7,68.92,0.0,-5.0,-5.0
-1999,1,14,0,30,0.0,0.0,0.0,-5.0,-12.0,3.7,65.04,0.0,-5.0,-5.0
-1999,1,14,1,30,0.0,0.0,0.0,-5.0,-12.0,4.3,62.85,0.0,-5.0,-5.0
-1999,1,14,2,30,0.0,0.0,0.0,-5.0,-13.0,4.4,60.15,0.0,-5.0,-5.0
-1999,1,14,3,30,0.0,0.0,0.0,-4.0,-14.0,4.2,56.99,0.0,-4.0,-4.0
-1999,1,14,4,30,0.0,0.0,0.0,-4.0,-14.0,4.1000000000000005,51.28,0.0,-4.0,-4.0
-1999,1,14,5,30,0.0,0.0,0.0,-3.0,-14.0,4.4,51.31,0.0,-3.0,-3.0
-1999,1,14,6,30,0.0,0.0,0.0,-2.0,-14.0,5.300000000000002,47.95,0.0,-2.0,-2.0
-1999,1,14,7,30,0.0,0.0,0.0,-1.0,-14.0,6.3000000000000025,42.06,0.0,-1.0,-1.0
-1999,1,14,8,30,142.0,69.0,95.0,0.0,-13.0,6.5,38.72,121.9313420652405,2.495445025834801,2.1296509996390793
-1999,1,14,9,30,734.0,58.0,291.0,2.0,-12.0,6.3000000000000025,39.45,462.48504184109356,11.587291620744672,10.199836495221392
-1999,1,14,10,30,0.0,76.0,76.0,3.0,-11.0,5.8000000000000025,40.02,74.28123969239839,4.590171658036659,4.3673279389594635
-1999,1,14,11,30,0.0,75.0,75.0,4.0,-9.0,5.300000000000002,40.72,73.30385495960367,5.620809199917838,5.400897635039027
-1999,1,14,12,30,0.0,73.0,73.0,5.0,-8.0,5.2,44.59,71.34908549401425,6.587852619615872,6.37380536313383
-1999,1,14,13,30,9.0,153.0,157.0,5.0,-7.0,4.7,47.68,155.8865426777516,8.583903695517272,8.116244067484017
-1999,1,14,14,30,703.0,74.0,324.0,5.0,-7.0,4.3,50.4,493.2984094478914,16.64147870415206,15.161583475808385
-1999,1,14,15,30,758.0,50.0,224.0,4.0,-7.0,4.3,54.52,385.0150882631706,13.08607217243904,11.931026907649528
-1999,1,14,16,30,296.0,25.0,46.0,2.0,-8.0,4.4,53.83,98.6424091092213,4.312705415581507,4.016778188253843
-1999,1,14,17,30,0.0,0.0,0.0,1.0,-9.0,4.6000000000000005,50.55,0.0,1.0,1.0
-1999,1,14,18,30,0.0,0.0,0.0,1.0,-9.0,4.5,48.51,0.0,1.0,1.0
-1999,1,14,19,30,0.0,0.0,0.0,1.0,-9.0,4.1000000000000005,48.18,0.0,1.0,1.0
-1999,1,14,20,30,0.0,0.0,0.0,1.0,-9.0,4.0,47.86,0.0,1.0,1.0
-1999,1,14,21,30,0.0,0.0,0.0,1.0,-10.0,4.3,45.58,0.0,1.0,1.0
-1999,1,14,22,30,0.0,0.0,0.0,1.0,-10.0,4.5,43.81,0.0,1.0,1.0
-1999,1,14,23,30,0.0,0.0,0.0,2.0,-11.0,4.6000000000000005,42.97,0.0,2.0,2.0
-1999,1,15,0,30,0.0,0.0,0.0,2.0,-11.0,4.9,41.98,0.0,2.0,2.0
-1999,1,15,1,30,0.0,0.0,0.0,2.0,-11.0,5.1000000000000005,40.87,0.0,2.0,2.0
-1999,1,15,2,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.24,0.0,1.0,1.0
-1999,1,15,3,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.07,0.0,1.0,1.0
-1999,1,15,4,30,0.0,0.0,0.0,2.0,-11.0,4.800000000000002,40.48,0.0,2.0,2.0
-1999,1,15,5,30,0.0,0.0,0.0,2.0,-11.0,4.2,41.63,0.0,2.0,2.0
-1999,1,15,6,30,0.0,0.0,0.0,2.0,-11.0,3.3000000000000003,42.78,0.0,2.0,2.0
-1999,1,15,7,30,0.0,0.0,0.0,2.0,-10.0,2.8000000000000003,44.07,0.0,2.0,2.0
-1999,1,15,8,30,550.0,43.0,143.0,4.0,-10.0,2.8000000000000003,43.66,253.33965132594915,10.600020629507288,9.84000167552944
-1999,1,15,9,30,639.0,76.0,280.0,6.0,-8.0,2.9000000000000004,41.83,428.1572482591869,17.080632317137923,15.79616057236036
-1999,1,15,10,30,510.0,144.0,358.0,7.0,-8.0,3.0,39.88,486.343380747982,19.50333523802147,18.044305095777524
-1999,1,15,11,30,714.0,114.0,454.0,8.0,-8.0,3.2,37.53,644.8415401079793,24.360127597458003,22.425602977134066
-1999,1,15,12,30,692.0,123.0,459.0,7.0,-6.0,3.8,43.48,644.2936940057555,22.712004745345624,20.779123663328356
-1999,1,15,13,30,573.0,137.0,392.0,6.0,-5.0,3.9,49.29,539.3960074399017,19.067733223885902,17.4495452015662
-1999,1,15,14,30,601.0,97.0,312.0,5.0,-5.0,3.4000000000000004,59.13,456.3096314830572,16.424950255520717,15.056021361071545
-1999,1,15,15,30,747.0,50.0,223.0,3.0,-4.0,2.5,65.23,382.18921638282575,13.157295192733212,12.010727543584734
-1999,1,15,16,30,143.0,27.0,37.0,1.0,-5.0,2.2,69.05,62.61360062750822,2.6976488418982343,2.5098080400157095
-1999,1,15,17,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,68.42,0.0,1.0,1.0
-1999,1,15,18,30,0.0,0.0,0.0,0.0,-5.0,2.5,73.60000000000002,0.0,0.0,0.0
-1999,1,15,19,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,72.5,0.0,0.0,0.0
-1999,1,15,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,71.32000000000002,0.0,0.0,0.0
-1999,1,15,21,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,70.13,0.0,0.0,0.0
-1999,1,15,22,30,0.0,0.0,0.0,0.0,-5.0,1.5,69.03,0.0,0.0,0.0
-1999,1,15,23,30,0.0,0.0,0.0,0.0,-6.0,1.5,67.63,0.0,0.0,0.0
-1999,1,16,0,30,0.0,0.0,0.0,0.0,-6.0,1.5,66.01,0.0,0.0,0.0
-1999,1,16,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,68.57000000000001,0.0,0.0,0.0
-1999,1,16,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,70.86,0.0,0.0,0.0
-1999,1,16,3,30,0.0,0.0,0.0,-1.0,-8.0,2.4000000000000004,68.07000000000001,0.0,-1.0,-1.0
-1999,1,16,4,30,0.0,0.0,0.0,-2.0,-8.0,2.8000000000000003,70.2,0.0,-2.0,-2.0
-1999,1,16,5,30,0.0,0.0,0.0,-2.0,-9.0,3.2,66.71000000000001,0.0,-2.0,-2.0
-1999,1,16,6,30,0.0,0.0,0.0,-1.0,-9.0,3.6,58.51,0.0,-1.0,-1.0
-1999,1,16,7,30,0.0,0.0,0.0,0.0,-10.0,4.2,52.75,0.0,0.0,0.0
-1999,1,16,8,30,726.0,42.0,174.0,2.0,-9.0,4.800000000000002,48.89,320.3847747254477,9.317938994157682,8.356784669981339
-1999,1,16,9,30,879.0,60.0,342.0,4.0,-7.0,5.1000000000000005,48.34,546.3297869741054,16.23759870815528,14.598609347232962
-1999,1,16,10,30,809.0,72.0,414.0,6.0,-7.0,5.0,44.29,619.7927051572548,19.97365997583767,18.114281860365907
-1999,1,16,11,30,0.0,84.0,84.0,7.0,-7.0,4.2,40.06,82.10031755475612,8.950238682733719,8.70393773006945
-1999,1,16,12,30,608.0,146.0,443.0,7.0,-6.0,3.1,46.02,604.5395872300386,22.43944739018979,20.625828628499676
-1999,1,16,13,30,758.0,92.0,432.0,6.0,-5.0,2.2,51.73,628.2700665708838,23.03434941009929,21.14953921038664
-1999,1,16,14,30,674.0,90.0,334.0,5.0,-4.0,1.7000000000000002,56.05,495.22190069858163,18.883303401616942,17.397637699521198
-1999,1,16,15,30,124.0,96.0,125.0,4.0,-4.0,1.4,61.08,149.50333209554492,8.276418918746742,7.827908922460107
-1999,1,16,16,30,32.0,27.0,30.0,2.0,-5.0,1.7000000000000002,68.41,34.58571562591434,2.969593595758331,2.8658364488805876
-1999,1,16,17,30,0.0,0.0,0.0,1.0,-5.0,2.2,68.04,0.0,1.0,1.0
-1999,1,16,18,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.93,0.0,1.0,1.0
-1999,1,16,19,30,0.0,0.0,0.0,0.0,-5.0,3.7,71.92,0.0,0.0,0.0
-1999,1,16,20,30,0.0,0.0,0.0,0.0,-5.0,4.2,69.15,0.0,0.0,0.0
-1999,1,16,21,30,0.0,0.0,0.0,0.0,-6.0,4.5,66.17,0.0,0.0,0.0
-1999,1,16,22,30,0.0,0.0,0.0,0.0,-7.0,4.4,68.18,0.0,0.0,0.0
-1999,1,16,23,30,0.0,0.0,0.0,0.0,-7.0,4.0,66.8,0.0,0.0,0.0
-1999,1,17,0,30,0.0,0.0,0.0,0.0,-7.0,3.2,66.77,0.0,0.0,0.0
-1999,1,17,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,67.35,0.0,0.0,0.0
-1999,1,17,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,68.56,0.0,0.0,0.0
-1999,1,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,69.49,0.0,0.0,0.0
-1999,1,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.6,70.71000000000002,0.0,0.0,0.0
-1999,1,17,5,30,0.0,0.0,0.0,0.0,-6.0,2.1,74.81,0.0,0.0,0.0
-1999,1,17,6,30,0.0,0.0,0.0,-1.0,-7.0,2.3000000000000003,76.63,0.0,-1.0,-1.0
-1999,1,17,7,30,0.0,0.0,0.0,-1.0,-8.0,2.7,64.73,0.0,-1.0,-1.0
-1999,1,17,8,30,198.0,69.0,106.0,0.0,-10.0,4.1000000000000005,52.84,143.75612694556406,3.4372924579962865,3.0060240771595943
-1999,1,17,9,30,432.0,111.0,251.0,0.0,-12.0,5.9,41.87,348.6560544136926,7.415881845468608,6.36991368222753
-1999,1,17,10,30,387.0,169.0,334.0,0.0,-13.0,7.1000000000000005,36.69,428.6120932820546,8.442560022559189,7.156723742713024
-1999,1,17,11,30,698.0,120.0,456.0,1.0,-14.0,7.7,35.33,641.4654827165407,13.163922919020742,11.23952647087112
-1999,1,17,12,30,549.0,164.0,433.0,1.0,-14.0,7.8000000000000025,36.14,578.5914405358271,11.90265075171947,10.166876430111989
-1999,1,17,13,30,983.0,69.0,512.0,0.0,-13.0,7.7,37.51,768.1418792477556,14.566050491870845,12.261624854127579
-1999,1,17,14,30,937.0,60.0,402.0,0.0,-13.0,7.2,38.13,627.4044286117852,12.279983226845964,10.397769941010608
-1999,1,17,15,30,825.0,47.0,244.0,0.0,-13.0,6.1000000000000005,44.29,418.67768122813374,8.791353548722428,7.535320505038027
-1999,1,17,16,30,535.0,24.0,67.0,-2.0,-13.0,4.6000000000000005,48.27,161.8560084377924,1.7455025254005696,1.2599345000871924
-1999,1,17,17,30,0.0,0.0,0.0,-3.0,-13.0,3.5,52.48,0.0,-3.0,-3.0
-1999,1,17,18,30,0.0,0.0,0.0,-3.0,-13.0,2.7,57.37000000000001,0.0,-3.0,-3.0
-1999,1,17,19,30,0.0,0.0,0.0,-4.0,-12.0,1.9,57.83,0.0,-4.0,-4.0
-1999,1,17,20,30,0.0,0.0,0.0,-3.0,-12.0,1.3,54.06,0.0,-3.0,-3.0
-1999,1,17,21,30,0.0,0.0,0.0,-3.0,-12.0,1.1,55.19,0.0,-3.0,-3.0
-1999,1,17,22,30,0.0,0.0,0.0,-3.0,-11.0,1.4,59.02,0.0,-3.0,-3.0
-1999,1,17,23,30,0.0,0.0,0.0,-2.0,-10.0,2.0,63.85,0.0,-2.0,-2.0
-1999,1,18,0,30,0.0,0.0,0.0,-1.0,-10.0,2.5,62.46,0.0,-1.0,-1.0
-1999,1,18,1,30,0.0,0.0,0.0,-1.0,-9.0,3.0,62.48,0.0,-1.0,-1.0
-1999,1,18,2,30,0.0,0.0,0.0,0.0,-8.0,3.5,62.79,0.0,0.0,0.0
-1999,1,18,3,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,67.18,0.0,0.0,0.0
-1999,1,18,4,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.28,0.0,0.0,0.0
-1999,1,18,5,30,0.0,0.0,0.0,0.0,-6.0,4.9,67.4,0.0,0.0,0.0
-1999,1,18,6,30,0.0,0.0,0.0,1.0,-6.0,4.9,63.78,0.0,1.0,1.0
-1999,1,18,7,30,0.0,15.0,15.0,2.0,-5.0,5.0,65.16,14.660770991920735,2.3305373346928087,2.2865550217170463
-1999,1,18,8,30,721.0,41.0,175.0,4.0,-4.0,5.300000000000002,61.5,318.4916680933743,11.04211567082516,10.086640666545037
-1999,1,18,9,30,868.0,47.0,329.0,7.0,-3.0,5.7,55.26,529.5233558720308,18.409121485896872,16.82055141828078
-1999,1,18,10,30,561.0,133.0,373.0,9.0,-2.0,6.0,49.74,512.7864633956242,19.836919003021155,18.298559612834282
-1999,1,18,11,30,849.0,80.0,492.0,10.0,-2.0,6.2,47.21,717.5154953248912,24.969830115538418,22.817283629563743
-1999,1,18,12,30,856.0,81.0,504.0,11.0,-2.0,6.2,47.38,733.4389512995226,26.302047931523777,24.10173107762521
-1999,1,18,13,30,786.0,87.0,444.0,10.0,-2.0,5.8000000000000025,50.92,647.3946547506525,23.859066378159365,21.91688241390741
-1999,1,18,14,30,149.0,164.0,219.0,8.0,-2.0,5.1000000000000005,56.35,251.1526270964212,13.62573218262149,12.872274301332228
-1999,1,18,15,30,279.0,91.0,159.0,6.0,-1.0,4.6000000000000005,71.3,215.7889640675342,10.993562597209111,10.346195705006508
-1999,1,18,16,30,239.0,30.0,50.0,4.0,-2.0,4.6000000000000005,78.7,91.79188922101895,6.1241519311329995,5.848776263469943
-1999,1,18,17,30,0.0,0.0,0.0,3.0,-2.0,4.5,81.07000000000002,0.0,3.0,3.0
-1999,1,18,18,30,0.0,0.0,0.0,2.0,-3.0,4.2,79.05,0.0,2.0,2.0
-1999,1,18,19,30,0.0,0.0,0.0,1.0,-3.0,3.9,77.37,0.0,1.0,1.0
-1999,1,18,20,30,0.0,0.0,0.0,1.0,-3.0,3.8,75.87,0.0,1.0,1.0
-1999,1,18,21,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,74.54,0.0,1.0,1.0
-1999,1,18,22,30,0.0,0.0,0.0,1.0,-4.0,2.9000000000000004,74.03,0.0,1.0,1.0
-1999,1,18,23,30,0.0,0.0,0.0,1.0,-4.0,2.4000000000000004,74.32000000000002,0.0,1.0,1.0
-1999,1,19,0,30,0.0,0.0,0.0,1.0,-3.0,1.7000000000000002,74.84,0.0,1.0,1.0
-1999,1,19,1,30,0.0,0.0,0.0,1.0,-3.0,1.2000000000000002,75.18,0.0,1.0,1.0
-1999,1,19,2,30,0.0,0.0,0.0,1.0,-3.0,1.1,76.32000000000002,0.0,1.0,1.0
-1999,1,19,3,30,0.0,0.0,0.0,1.0,-3.0,1.0,77.7,0.0,1.0,1.0
-1999,1,19,4,30,0.0,0.0,0.0,1.0,-3.0,0.9,77.92,0.0,1.0,1.0
-1999,1,19,5,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,76.78,0.0,0.0,0.0
-1999,1,19,6,30,0.0,0.0,0.0,0.0,-4.0,0.30000000000000004,79.58,0.0,0.0,0.0
-1999,1,19,7,30,188.0,11.0,15.0,1.0,-4.0,0.6000000000000001,78.79,45.379053118176365,2.3698776616735646,2.2337405023190353
-1999,1,19,8,30,691.0,40.0,170.0,3.0,-2.0,1.0,74.79,306.5033129921678,12.006273238489984,11.08676329951348
-1999,1,19,9,30,856.0,53.0,334.0,6.0,-2.0,1.3,67.1,529.8058557498069,21.25677922203299,19.66736165478357
-1999,1,19,10,30,934.0,59.0,461.0,7.0,-2.0,2.0,58.08,696.5810572682462,26.140322211680658,24.05057903987592
-1999,1,19,11,30,966.0,62.0,534.0,8.0,-3.0,2.8000000000000003,51.51,790.0790499709585,28.583189411754464,26.21295226184159
-1999,1,19,12,30,960.0,67.0,544.0,9.0,-3.0,2.9000000000000004,49.42,801.5986848709126,29.74522930318115,27.340433248568413
-1999,1,19,13,30,929.0,66.0,492.0,9.0,-3.0,2.4000000000000004,49.01,731.6949012695537,28.575840849215666,26.380756145407005
-1999,1,19,14,30,520.0,123.0,317.0,8.0,-2.0,1.5,56.86,438.7943266513425,20.467401034535946,19.151018054581918
-1999,1,19,15,30,342.0,92.0,176.0,5.0,-2.0,0.8,67.69,246.37993246090753,12.337853822761252,11.598714025378529
-1999,1,19,16,30,256.0,32.0,54.0,3.0,-3.0,1.0,72.67,98.88026835973372,5.905491317693308,5.608850512614106
-1999,1,19,17,30,0.0,0.0,0.0,2.0,-3.0,1.2000000000000002,75.64,0.0,2.0,2.0
-1999,1,19,18,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.77,0.0,1.0,1.0
-1999,1,19,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.02,0.0,1.0,1.0
-1999,1,19,20,30,0.0,0.0,0.0,1.0,-3.0,2.1,76.22,0.0,1.0,1.0
-1999,1,19,21,30,0.0,0.0,0.0,1.0,-3.0,2.2,75.95,0.0,1.0,1.0
-1999,1,19,22,30,0.0,0.0,0.0,1.0,-3.0,2.3000000000000003,80.92,0.0,1.0,1.0
-1999,1,19,23,30,0.0,0.0,0.0,0.0,-4.0,2.3000000000000003,79.47,0.0,0.0,0.0
-1999,1,20,0,30,0.0,0.0,0.0,0.0,-4.0,2.1,78.24,0.0,0.0,0.0
-1999,1,20,1,30,0.0,0.0,0.0,0.0,-4.0,1.9,83.67,0.0,0.0,0.0
-1999,1,20,2,30,0.0,0.0,0.0,0.0,-4.0,1.9,82.87,0.0,0.0,0.0
-1999,1,20,3,30,0.0,0.0,0.0,0.0,-4.0,1.8,81.52,0.0,0.0,0.0
-1999,1,20,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,79.63,0.0,0.0,0.0
-1999,1,20,5,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,77.46000000000002,0.0,0.0,0.0
-1999,1,20,6,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,74.81,0.0,0.0,0.0
-1999,1,20,7,30,0.0,17.0,17.0,1.0,-6.0,2.2,68.5,16.615540457510164,1.4504988170703115,1.400652195697781
-1999,1,20,8,30,301.0,66.0,123.0,3.0,-4.0,2.7,65.26,181.2638773822793,7.753754617893994,7.209962985747156
-1999,1,20,9,30,886.0,50.0,343.0,6.0,-4.0,2.4000000000000004,56.64,544.8356546254539,20.576589293461467,18.942082329585105
-1999,1,20,10,30,945.0,57.0,466.0,7.0,-5.0,1.9,46.04,703.8479005460995,26.469696231100492,24.358152529462195
-1999,1,20,11,30,967.0,61.0,535.0,8.0,-5.0,1.8,42.22,791.9626027084033,30.05414188134717,27.67825407322196
-1999,1,20,12,30,264.0,232.0,365.0,9.0,-5.0,2.2,40.78,429.8545262635638,20.654688939505792,19.3651253607151
-1999,1,20,13,30,34.0,188.0,204.0,8.0,-5.0,2.2,45.13,208.26177393053155,13.646622391645533,13.021837069853937
-1999,1,20,14,30,0.0,109.0,109.0,7.0,-3.0,1.5,59.93,106.53493587462401,10.026962039080512,9.70735723145664
-1999,1,20,15,30,5.0,89.0,91.0,5.0,-2.0,1.3,73.96000000000002,89.29470231271085,7.5714127997964935,7.303528692858361
-1999,1,20,16,30,0.0,21.0,21.0,3.0,-3.0,1.3,73.19,20.52507938868903,3.591059161293618,3.5294839231275508
-1999,1,20,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,75.64,0.0,2.0,2.0
-1999,1,20,18,30,0.0,0.0,0.0,1.0,-4.0,1.6,73.15,0.0,1.0,1.0
-1999,1,20,19,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.17,0.0,0.0,0.0
-1999,1,20,20,30,0.0,0.0,0.0,0.0,-5.0,2.2,75.56,0.0,0.0,0.0
-1999,1,20,21,30,0.0,0.0,0.0,0.0,-6.0,2.5,79.3,0.0,0.0,0.0
-1999,1,20,22,30,0.0,0.0,0.0,-1.0,-6.0,2.5,79.3,0.0,-1.0,-1.0
-1999,1,20,23,30,0.0,0.0,0.0,-1.0,-6.0,2.3000000000000003,79.06,0.0,-1.0,-1.0
-1999,1,21,0,30,0.0,0.0,0.0,-1.0,-6.0,1.8,83.12,0.0,-1.0,-1.0
-1999,1,21,1,30,0.0,0.0,0.0,-1.0,-6.0,1.5,74.29,0.0,-1.0,-1.0
-1999,1,21,2,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.27,0.0,0.0,0.0
-1999,1,21,3,30,0.0,0.0,0.0,0.0,-7.0,1.5,68.54,0.0,0.0,0.0
-1999,1,21,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.59,0.0,0.0,0.0
-1999,1,21,5,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,68.34,0.0,0.0,0.0
-1999,1,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.0,69.8,0.0,0.0,0.0
-1999,1,21,7,30,0.0,9.0,9.0,0.0,-6.0,1.0,66.28,8.796462595152441,0.25847467973739,0.23208529195193267
-1999,1,21,8,30,82.0,75.0,91.0,0.0,-5.0,1.3,68.21000000000001,105.19559185737138,3.029309515327287,2.713722739755173
-1999,1,21,9,30,0.0,6.0,6.0,1.0,-4.0,1.7000000000000002,71.95,5.864308396768293,1.1644030132716972,1.1468100880813923
-1999,1,21,10,30,195.0,201.0,286.0,2.0,-3.0,1.9,77.15,330.562727051664,11.14395834103728,10.152270159882288
-1999,1,21,11,30,151.0,236.0,311.0,2.0,-3.0,2.2,78.73,345.3646056751926,11.363905237539502,10.327811420513925
-1999,1,21,12,30,67.0,228.0,263.0,1.0,-3.0,3.1,78.06,274.5678882371043,8.012239653148136,7.188535988436822
-1999,1,21,13,30,14.0,167.0,173.0,1.0,-3.0,4.2,76.78,173.3511658101983,5.117842163455197,4.597788666024602
-1999,1,21,14,30,7.0,133.0,136.0,0.0,-3.0,4.7,80.57000000000002,134.32353646648713,3.0881602123433254,2.685189602943864
-1999,1,21,15,30,0.0,58.0,58.0,0.0,-4.0,4.6000000000000005,79.87,56.68831450209351,1.3118217060807988,1.1417567625745182
-1999,1,21,16,30,0.0,6.0,6.0,0.0,-4.0,4.6000000000000005,85.2,5.864308396768293,0.1357056937324964,0.11811276854219152
-1999,1,21,17,30,0.0,0.0,0.0,-1.0,-4.0,4.9,89.05,0.0,-1.0,-1.0
-1999,1,21,18,30,0.0,0.0,0.0,-1.0,-5.0,5.300000000000002,92.66,0.0,-1.0,-1.0
-1999,1,21,19,30,0.0,0.0,0.0,-2.0,-5.0,5.8000000000000025,90.04,0.0,-2.0,-2.0
-1999,1,21,20,30,0.0,0.0,0.0,-2.0,-5.0,6.4,94.16,0.0,-2.0,-2.0
-1999,1,21,21,30,0.0,0.0,0.0,-3.0,-6.0,6.6000000000000005,90.74,0.0,-3.0,-3.0
-1999,1,21,22,30,0.0,0.0,0.0,-3.0,-6.0,6.2,87.33,0.0,-3.0,-3.0
-1999,1,21,23,30,0.0,0.0,0.0,-3.0,-7.0,5.8000000000000025,90.72,0.0,-3.0,-3.0
-1999,1,22,0,30,0.0,0.0,0.0,-4.0,-7.0,5.2,86.51,0.0,-4.0,-4.0
-1999,1,22,1,30,0.0,0.0,0.0,-4.0,-8.0,4.5,87.37,0.0,-4.0,-4.0
-1999,1,22,2,30,0.0,0.0,0.0,-5.0,-9.0,3.8,80.52,0.0,-5.0,-5.0
-1999,1,22,3,30,0.0,0.0,0.0,-6.0,-11.0,3.3000000000000003,77.77,0.0,-6.0,-6.0
-1999,1,22,4,30,0.0,0.0,0.0,-6.0,-12.0,3.0,76.51,0.0,-6.0,-6.0
-1999,1,22,5,30,0.0,0.0,0.0,-7.0,-13.0,2.8000000000000003,69.59,0.0,-7.0,-7.0
-1999,1,22,6,30,0.0,0.0,0.0,-7.0,-14.0,2.8000000000000003,68.94,0.0,-7.0,-7.0
-1999,1,22,7,30,0.0,18.0,18.0,-5.0,-15.0,3.2,56.68,17.592925190304882,-4.553653908714185,-4.6064326842851
-1999,1,22,8,30,657.0,48.0,176.0,-2.0,-13.0,3.6,50.99,303.13912924358965,5.490451365976089,4.58103397824532
-1999,1,22,9,30,823.0,65.0,341.0,0.0,-11.0,4.2,50.24,526.6781461754082,12.510890634944468,10.930856196418244
-1999,1,22,10,30,915.0,70.0,471.0,0.0,-11.0,4.5,45.96,699.4740036118919,16.29255386049276,14.194131849657083
-1999,1,22,11,30,293.0,226.0,371.0,1.0,-10.0,4.5,44.6,444.1245329863651,11.344806007202877,10.01243240824378
-1999,1,22,12,30,977.0,66.0,562.0,1.0,-10.0,4.3,45.93,821.177004702632,20.379171774108237,17.91564076000034
-1999,1,22,13,30,959.0,64.0,514.0,1.0,-10.0,4.0,46.61,759.288494776537,19.27455513013254,16.99668964580293
-1999,1,22,14,30,908.0,59.0,407.0,0.0,-10.0,3.5,46.66,621.8199867855594,15.46655953484873,13.601099574492054
-1999,1,22,15,30,800.0,49.0,254.0,-1.0,-9.0,2.5,55.27,420.7992472132288,10.183419069949327,8.92102132830964
-1999,1,22,16,30,529.0,28.0,80.0,-3.0,-10.0,1.6,64.02,171.38675218379115,1.8370439939744596,1.3228837374230862
-1999,1,22,17,30,0.0,0.0,0.0,-4.0,-12.0,1.3,62.1,0.0,-4.0,-4.0
-1999,1,22,18,30,0.0,0.0,0.0,-5.0,-12.0,1.3,64.43,0.0,-5.0,-5.0
-1999,1,22,19,30,0.0,0.0,0.0,-5.0,-13.0,1.3,61.66,0.0,-5.0,-5.0
-1999,1,22,20,30,0.0,0.0,0.0,-5.0,-13.0,1.5,64.14,0.0,-5.0,-5.0
-1999,1,22,21,30,0.0,0.0,0.0,-6.0,-13.0,1.8,62.1,0.0,-6.0,-6.0
-1999,1,22,22,30,0.0,0.0,0.0,-6.0,-14.0,2.2,60.75,0.0,-6.0,-6.0
-1999,1,22,23,30,0.0,0.0,0.0,-6.0,-14.0,2.5,64.7,0.0,-6.0,-6.0
-1999,1,23,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,59.77,0.0,-6.0,-6.0
-1999,1,23,1,30,0.0,0.0,0.0,-5.0,-14.0,3.0,60.91,0.0,-5.0,-5.0
-1999,1,23,2,30,0.0,0.0,0.0,-5.0,-13.0,3.1,58.02,0.0,-5.0,-5.0
-1999,1,23,3,30,0.0,0.0,0.0,-4.0,-13.0,3.1,60.96,0.0,-4.0,-4.0
-1999,1,23,4,30,0.0,0.0,0.0,-4.0,-12.0,3.1,60.26,0.0,-4.0,-4.0
-1999,1,23,5,30,0.0,0.0,0.0,-3.0,-11.0,3.2,64.18,0.0,-3.0,-3.0
-1999,1,23,6,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,62.44000000000001,0.0,-2.0,-2.0
-1999,1,23,7,30,0.0,8.0,8.0,-1.0,-10.0,4.0,56.28,7.819077862357725,-0.8118104377381504,-0.8352676713252236
-1999,1,23,8,30,23.0,73.0,78.0,1.0,-9.0,4.6000000000000005,54.32,80.349390647234,2.8593615923704077,2.6183134204287057
-1999,1,23,9,30,4.0,117.0,118.0,3.0,-7.0,5.2,53.01,116.60882690925621,5.5950946672432105,5.245268186515442
-1999,1,23,10,30,420.0,172.0,358.0,6.0,-6.0,6.0,50.85,458.63001509767776,15.692409376519269,14.316519331226235
-1999,1,23,11,30,399.0,209.0,408.0,7.0,-5.0,6.6000000000000005,49.53,509.22216975320885,17.35527734199802,15.827610832738392
-1999,1,23,12,30,447.0,204.0,433.0,7.0,-5.0,6.9,46.4,546.7763032119344,17.908070893289857,16.267741983654055
-1999,1,23,13,30,594.0,143.0,424.0,7.0,-5.0,6.9,46.43,573.0193981238131,18.43161505216528,16.712556857793842
-1999,1,23,14,30,676.0,90.0,352.0,6.0,-5.0,6.2,50.68,509.96505248640847,16.639617193390993,15.109722035931767
-1999,1,23,15,30,621.0,60.0,222.0,4.0,-4.0,5.0,65.29,349.92243794498324,11.889246073844532,10.839478760009582
-1999,1,23,16,30,553.0,26.0,83.0,1.0,-5.0,4.1000000000000005,68.47,177.4787476160266,5.243619897092804,4.711183654244724
-1999,1,23,17,30,0.0,0.0,0.0,0.0,-6.0,4.1000000000000005,68.77,0.0,0.0,0.0
-1999,1,23,18,30,0.0,0.0,0.0,0.0,-6.0,4.3,67.01,0.0,0.0,0.0
-1999,1,23,19,30,0.0,0.0,0.0,0.0,-6.0,4.5,65.63,0.0,0.0,0.0
-1999,1,23,20,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.85,0.0,0.0,0.0
-1999,1,23,21,30,0.0,0.0,0.0,0.0,-6.0,4.6000000000000005,67.66,0.0,0.0,0.0
-1999,1,23,22,30,0.0,0.0,0.0,0.0,-5.0,4.4,69.61,0.0,0.0,0.0
-1999,1,23,23,30,0.0,0.0,0.0,1.0,-5.0,4.0,71.45,0.0,1.0,1.0
-1999,1,24,0,30,0.0,0.0,0.0,1.0,-5.0,3.6,72.97,0.0,1.0,1.0
-1999,1,24,1,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,74.04,0.0,1.0,1.0
-1999,1,24,2,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,74.57000000000002,0.0,0.0,0.0
-1999,1,24,3,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.73,0.0,0.0,0.0
-1999,1,24,4,30,0.0,0.0,0.0,0.0,-4.0,3.7,75.94,0.0,0.0,0.0
-1999,1,24,5,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.48,0.0,0.0,0.0
-1999,1,24,6,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.98,0.0,0.0,0.0
-1999,1,24,7,30,0.0,1.0,1.0,0.0,-5.0,2.8000000000000003,68.46000000000001,0.9773847327947156,0.025462888914735984,0.02253073471635184
-1999,1,24,8,30,0.0,12.0,12.0,1.0,-4.0,2.9000000000000004,73.19,11.728616793536586,1.3035344860006104,1.2683486356200007
-1999,1,24,9,30,0.0,36.0,36.0,2.0,-4.0,3.2,73.61,35.185850380609764,2.892692182571628,2.7871346314297987
-1999,1,24,10,30,0.0,41.0,41.0,4.0,-4.0,3.6,68.87,40.07277404458334,4.990182843863427,4.869964521729677
-1999,1,24,11,30,0.0,41.0,41.0,5.0,-4.0,4.3,63.83,40.07277404458334,5.945687917742197,5.825469595608447
-1999,1,24,12,30,0.0,92.0,92.0,6.0,-4.0,5.1000000000000005,59.38,89.91939541711383,8.014163429179328,7.744405242927987
-1999,1,24,13,30,0.0,72.0,72.0,6.0,-4.0,5.300000000000002,55.33,70.37170076121953,7.555976831921124,7.344861729637466
-1999,1,24,14,30,0.0,63.0,63.0,5.0,-4.0,4.7,59.28,61.57523816606709,6.415643196808289,6.230917482310088
-1999,1,24,15,30,0.0,35.0,35.0,3.0,-3.0,3.8,71.11,34.20846564781505,3.8342213800786653,3.7315959831352203
-1999,1,24,16,30,0.0,23.0,23.0,1.0,-4.0,3.4000000000000004,77.59,22.47984885427846,1.5628440365745204,1.495404490011685
-1999,1,24,17,30,0.0,0.0,0.0,0.0,-5.0,3.1,75.96000000000002,0.0,0.0,0.0
-1999,1,24,18,30,0.0,0.0,0.0,-1.0,-6.0,2.9000000000000004,78.43,0.0,-1.0,-1.0
-1999,1,24,19,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,81.33,0.0,-2.0,-2.0
-1999,1,24,20,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,79.21000000000002,0.0,-2.0,-2.0
-1999,1,24,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,78.02,0.0,-1.0,-1.0
-1999,1,24,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,77.53,0.0,-1.0,-1.0
-1999,1,24,23,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,77.03,0.0,-1.0,-1.0
-1999,1,25,0,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,76.35000000000002,0.0,-1.0,-1.0
-1999,1,25,1,30,0.0,0.0,0.0,-1.0,-7.0,2.5,76.10000000000002,0.0,-1.0,-1.0
-1999,1,25,2,30,0.0,0.0,0.0,-1.0,-7.0,2.7,71.46000000000002,0.0,-1.0,-1.0
-1999,1,25,3,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,73.49,0.0,-1.0,-1.0
-1999,1,25,4,30,0.0,0.0,0.0,-1.0,-6.0,2.7,75.53,0.0,-1.0,-1.0
-1999,1,25,5,30,0.0,0.0,0.0,0.0,-6.0,2.4000000000000004,76.79,0.0,0.0,0.0
-1999,1,25,6,30,0.0,0.0,0.0,0.0,-6.0,2.2,71.88,0.0,0.0,0.0
-1999,1,25,7,30,0.0,22.0,22.0,0.0,-6.0,2.1,67.53,21.502464121483747,0.5869017713121023,0.5223943789476511
-1999,1,25,8,30,677.0,46.0,182.0,2.0,-5.0,2.0,67.5,311.53354162597054,10.560170139927981,9.62556951505007
-1999,1,25,9,30,584.0,94.0,295.0,4.0,-4.0,1.6,68.86,423.48809493270187,15.952093846303958,14.681629561505853
-1999,1,25,10,30,301.0,195.0,330.0,5.0,-2.0,1.2000000000000002,66.87,400.0760739544171,16.598656981311354,15.398428759448104
-1999,1,25,11,30,178.0,243.0,333.0,6.0,-1.0,1.0,67.18,374.42705829773973,17.002140113897017,15.878858939003798
-1999,1,25,12,30,197.0,249.0,351.0,7.0,-1.0,0.8,68.53,397.54537409741357,18.83996526788809,17.647329145595847
-1999,1,25,13,30,153.0,228.0,302.0,6.0,-1.0,0.5,69.65,335.333046236366,16.191481246018956,15.18548210730986
-1999,1,25,14,30,93.0,175.0,211.0,5.0,0.0,0.4,78.55,229.64571508245186,12.026775470376222,11.337838325128867
-1999,1,25,15,30,0.0,73.0,73.0,3.0,0.0,0.5,88.57000000000002,71.34908549401425,5.168449769249111,4.954402512767069
-1999,1,25,16,30,0.0,10.0,10.0,2.0,-1.0,1.0,87.14,9.773847327947157,2.2871940885971,2.2578725466132585
-1999,1,25,17,30,0.0,0.0,0.0,1.0,-2.0,1.6,82.87,0.0,1.0,1.0
-1999,1,25,18,30,0.0,0.0,0.0,1.0,-2.0,2.0,81.45,0.0,1.0,1.0
-1999,1,25,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.12,0.0,2.0,2.0
-1999,1,25,20,30,0.0,0.0,0.0,2.0,-2.0,2.5,80.83,0.0,2.0,2.0
-1999,1,25,21,30,0.0,0.0,0.0,2.0,-3.0,2.8000000000000003,79.54,0.0,2.0,2.0
-1999,1,25,22,30,0.0,0.0,0.0,2.0,-3.0,3.0,77.97,0.0,2.0,2.0
-1999,1,25,23,30,0.0,0.0,0.0,2.0,-3.0,3.4000000000000004,76.47,0.0,2.0,2.0
-1999,1,26,0,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.59,0.0,2.0,2.0
-1999,1,26,1,30,0.0,0.0,0.0,2.0,-4.0,3.6,72.5,0.0,2.0,2.0
-1999,1,26,2,30,0.0,0.0,0.0,2.0,-4.0,3.5,70.41,0.0,2.0,2.0
-1999,1,26,3,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,68.84,0.0,2.0,2.0
-1999,1,26,4,30,0.0,0.0,0.0,1.0,-5.0,3.1,67.96000000000001,0.0,1.0,1.0
-1999,1,26,5,30,0.0,0.0,0.0,0.0,-5.0,3.1,65.25,0.0,0.0,0.0
-1999,1,26,6,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,65.78,0.0,0.0,0.0
-1999,1,26,7,30,0.0,23.0,23.0,1.0,-6.0,4.6000000000000005,60.54,22.47984885427846,1.520205159307903,1.4527656127450674
-1999,1,26,8,30,633.0,51.0,180.0,4.0,-4.0,5.9,59.97,299.9997491608676,10.380966758739993,9.48096751125739
-1999,1,26,9,30,791.0,70.0,344.0,5.0,-4.0,7.5,59.32,519.0293653187915,14.967415992741323,13.410327896784949
-1999,1,26,10,30,908.0,72.0,481.0,5.0,-4.0,9.6,56.57,704.3277534170365,16.862754348932405,14.749771088681294
-1999,1,26,11,30,162.0,246.0,330.0,4.0,-8.0,10.4,49.94,365.47757586210423,9.86099145303669,8.764558725450376
-1999,1,26,12,30,1013.0,61.0,589.0,4.0,-9.0,10.2,45.02,855.256867713923,17.883855207444647,15.318084604302879
-1999,1,26,13,30,997.0,59.0,542.0,3.0,-10.0,9.9,43.66,793.6082614216828,16.12205863296834,13.741233848703294
-1999,1,26,14,30,956.0,54.0,435.0,2.0,-10.0,9.4,45.94,658.1172800730253,13.222128417766873,11.247776577547798
-1999,1,26,15,30,866.0,45.0,280.0,1.0,-10.0,8.3,44.39,457.765963989507,9.358947982265944,7.985650090297423
-1999,1,26,16,30,628.0,28.0,99.0,0.0,-10.0,6.9,50.82,205.18595308630853,4.093416099828973,3.4778582405700473
-1999,1,26,17,30,0.0,0.0,0.0,-1.0,-10.0,6.1000000000000005,55.11,0.0,-1.0,-1.0
-1999,1,26,18,30,0.0,0.0,0.0,-1.0,-10.0,5.9,54.97,0.0,-1.0,-1.0
-1999,1,26,19,30,0.0,0.0,0.0,-1.0,-10.0,5.6000000000000005,58.99,0.0,-1.0,-1.0
-1999,1,26,20,30,0.0,0.0,0.0,-2.0,-10.0,5.4,59.33,0.0,-2.0,-2.0
-1999,1,26,21,30,0.0,0.0,0.0,-2.0,-10.0,5.0,59.83,0.0,-2.0,-2.0
-1999,1,26,22,30,0.0,0.0,0.0,-2.0,-10.0,4.6000000000000005,60.05,0.0,-2.0,-2.0
-1999,1,26,23,30,0.0,0.0,0.0,-2.0,-10.0,4.3,59.83,0.0,-2.0,-2.0
-1999,1,27,0,30,0.0,0.0,0.0,-2.0,-10.0,3.9,64.38,0.0,-2.0,-2.0
-1999,1,27,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,64.18,0.0,-2.0,-2.0
-1999,1,27,2,30,0.0,0.0,0.0,-2.0,-10.0,3.4000000000000004,63.56,0.0,-2.0,-2.0
-1999,1,27,3,30,0.0,0.0,0.0,-3.0,-11.0,3.3000000000000003,62.51,0.0,-3.0,-3.0
-1999,1,27,4,30,0.0,0.0,0.0,-3.0,-11.0,3.2,61.36,0.0,-3.0,-3.0
-1999,1,27,5,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,64.51,0.0,-3.0,-3.0
-1999,1,27,6,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,62.5,0.0,-3.0,-3.0
-1999,1,27,7,30,318.0,16.0,27.0,-2.0,-12.0,3.0,57.52,75.95310114396118,-0.047332145222706595,-0.2751914486545901
-1999,1,27,8,30,747.0,44.0,199.0,0.0,-11.0,3.1,47.58,339.3427019505269,8.66653550020766,7.64850739435608
-1999,1,27,9,30,890.0,58.0,369.0,0.0,-11.0,2.4000000000000004,42.74,565.4109980079517,15.127064152278823,13.430831158254968
-1999,1,27,10,30,614.0,130.0,409.0,1.0,-11.0,1.6,42.56,557.1630022492259,16.724797391599544,15.053308384851867
-1999,1,27,11,30,657.0,144.0,482.0,2.0,-11.0,1.1,42.5,649.533368884063,20.957797332659858,19.009197226007668
-1999,1,27,12,30,240.0,250.0,377.0,3.0,-11.0,0.8,42.04,433.5393087798891,15.911960980233406,14.611343053893739
-1999,1,27,13,30,214.0,229.0,334.0,2.0,-11.0,0.8,41.64,382.42895072206625,13.389757720774366,12.242470868608168
-1999,1,27,14,30,0.0,128.0,129.0,1.0,-11.0,0.9,41.89,125.11278422012536,4.701156170972076,4.3258178183117
-1999,1,27,15,30,358.0,99.0,198.0,0.0,-10.0,0.9,49.03,268.8699716802487,7.9538614784768376,7.147251563436091
-1999,1,27,16,30,0.0,29.0,29.0,-1.0,-9.0,1.1,62.8,28.344157251046756,-0.17272489071104585,-0.2577573624641861
-1999,1,27,17,30,0.0,0.0,0.0,-2.0,-9.0,1.4,65.49,0.0,-2.0,-2.0
-1999,1,27,18,30,0.0,0.0,0.0,-2.0,-9.0,1.5,72.46000000000002,0.0,-2.0,-2.0
-1999,1,27,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.52,0.0,-3.0,-3.0
-1999,1,27,20,30,0.0,0.0,0.0,-4.0,-9.0,1.3,77.83,0.0,-4.0,-4.0
-1999,1,27,21,30,0.0,0.0,0.0,-4.0,-9.0,1.4,82.85000000000002,0.0,-4.0,-4.0
-1999,1,27,22,30,0.0,0.0,0.0,-5.0,-9.0,1.3,80.99,0.0,-5.0,-5.0
-1999,1,27,23,30,0.0,0.0,0.0,-5.0,-10.0,1.0,78.13,0.0,-5.0,-5.0
-1999,1,28,0,30,0.0,0.0,0.0,-5.0,-10.0,0.6000000000000001,80.77,0.0,-5.0,-5.0
-1999,1,28,1,30,0.0,0.0,0.0,-6.0,-11.0,0.4,77.61,0.0,-6.0,-6.0
-1999,1,28,2,30,0.0,0.0,0.0,-7.0,-11.0,0.8,79.33,0.0,-7.0,-7.0
-1999,1,28,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,74.27,0.0,-7.0,-7.0
-1999,1,28,4,30,0.0,0.0,0.0,-7.0,-13.0,1.4,74.93,0.0,-7.0,-7.0
-1999,1,28,5,30,0.0,0.0,0.0,-8.0,-14.0,1.6,69.5,0.0,-8.0,-8.0
-1999,1,28,6,30,0.0,0.0,0.0,-7.0,-15.0,2.0,64.73,0.0,-7.0,-7.0
-1999,1,28,7,30,300.0,17.0,29.0,-6.0,-16.0,2.6,51.44,73.84670184668089,-4.050413795243567,-4.271953900783609
-1999,1,28,8,30,737.0,51.0,206.0,-3.0,-16.0,2.3000000000000003,41.36,343.39032648876264,6.248507166641314,5.2183361871750265
-1999,1,28,9,30,892.0,70.0,384.0,0.0,-13.0,1.6,40.32,580.0621834129274,16.37108040533,14.63089385509122
-1999,1,28,10,30,962.0,81.0,521.0,1.0,-12.0,1.5,38.71,755.3141974433873,22.460635278650233,20.19469268632007
-1999,1,28,11,30,993.0,86.0,601.0,2.0,-11.0,1.4,40.78,855.7003239013362,26.47659863240222,23.90949766069821
-1999,1,28,12,30,998.0,87.0,616.0,3.0,-11.0,1.0,38.5,874.6197460181696,28.69976923094346,26.075909992888953
-1999,1,28,13,30,979.0,83.0,565.0,4.0,-11.0,0.7000000000000001,38.25,809.6465811166236,28.276687371368784,25.84774762801891
-1999,1,28,14,30,931.0,74.0,453.0,3.0,-11.0,0.9,41.11,667.4619539994304,22.745231834883043,20.74284597288475
-1999,1,28,15,30,830.0,59.0,292.0,1.0,-10.0,1.1,50.1,459.1245114019143,14.400373028668172,13.022999494462429
-1999,1,28,16,30,587.0,34.0,105.0,-1.0,-9.0,1.0,61.16,202.62837378342147,4.95401884028251,4.346133718932245
-1999,1,28,17,30,0.0,0.0,0.0,-2.0,-11.0,0.9,57.77,0.0,-2.0,-2.0
-1999,1,28,18,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,62.82,0.0,-3.0,-3.0
-1999,1,28,19,30,0.0,0.0,0.0,-3.0,-11.0,1.0,67.43,0.0,-3.0,-3.0
-1999,1,28,20,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,65.73,0.0,-4.0,-4.0
-1999,1,28,21,30,0.0,0.0,0.0,-4.0,-11.0,1.0,69.34,0.0,-4.0,-4.0
-1999,1,28,22,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.06,0.0,-4.0,-4.0
-1999,1,28,23,30,0.0,0.0,0.0,-5.0,-12.0,1.0,64.94,0.0,-5.0,-5.0
-1999,1,29,0,30,0.0,0.0,0.0,-5.0,-12.0,1.1,62.91,0.0,-5.0,-5.0
-1999,1,29,1,30,0.0,0.0,0.0,-5.0,-13.0,1.1,64.58,0.0,-5.0,-5.0
-1999,1,29,2,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,60.94,0.0,-5.0,-5.0
-1999,1,29,3,30,0.0,0.0,0.0,-6.0,-15.0,1.2000000000000002,56.56,0.0,-6.0,-6.0
-1999,1,29,4,30,0.0,0.0,0.0,-6.0,-15.0,1.3,53.26,0.0,-6.0,-6.0
-1999,1,29,5,30,0.0,0.0,0.0,-6.0,-16.0,1.4,51.4,0.0,-6.0,-6.0
-1999,1,29,6,30,0.0,0.0,0.0,-6.0,-16.0,1.4,50.04,0.0,-6.0,-6.0
-1999,1,29,7,30,0.0,15.0,15.0,-4.0,-16.0,1.3,44.72,14.660770991920735,-3.577814884790273,-3.6217971977660355
-1999,1,29,8,30,73.0,84.0,99.0,-1.0,-15.0,1.5,34.11,111.29368336027981,2.162171657168629,1.8282906070877898
-1999,1,29,9,30,909.0,68.0,392.0,1.0,-14.0,1.9,33.09,589.7503539029553,17.313553302873718,15.544302241164852
-1999,1,29,10,30,967.0,81.0,527.0,3.0,-11.0,1.9,38.36,761.1783236037245,24.055558632432376,21.7720236616212
-1999,1,29,11,30,991.0,87.0,605.0,4.0,-11.0,1.3,36.12,857.8196400489765,28.70256739995613,26.1291084798092
-1999,1,29,12,30,994.0,88.0,619.0,5.0,-11.0,0.9,33.14,875.3414329673409,30.894838537319284,28.26881423841726
-1999,1,29,13,30,817.0,91.0,496.0,6.0,-11.0,1.1,33.660000000000004,699.3878158002462,26.41288885843111,24.31472541103037
-1999,1,29,14,30,732.0,85.0,385.0,5.0,-10.0,1.3,37.88,553.2196568423477,20.931024684103118,19.271365713576074
-1999,1,29,15,30,570.0,74.0,236.0,2.0,-7.0,1.3,52.64,349.69611757309923,12.07017269196502,11.021084339245723
-1999,1,29,16,30,232.0,46.0,75.0,0.0,-8.0,1.3,55.58,112.53786737332187,3.2407444689399827,2.903130866820017
-1999,1,29,17,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.41,0.0,0.0,0.0
-1999,1,29,18,30,0.0,0.0,0.0,0.0,-9.0,0.8,59.7,0.0,0.0,0.0
-1999,1,29,19,30,0.0,0.0,0.0,-1.0,-9.0,0.4,60.24,0.0,-1.0,-1.0
-1999,1,29,20,30,0.0,0.0,0.0,-1.0,-9.0,0.30000000000000004,61.13,0.0,-1.0,-1.0
-1999,1,29,21,30,0.0,0.0,0.0,-1.0,-9.0,0.5,61.64,0.0,-1.0,-1.0
-1999,1,29,22,30,0.0,0.0,0.0,-1.0,-9.0,0.8,61.2,0.0,-1.0,-1.0
-1999,1,29,23,30,0.0,0.0,0.0,-1.0,-9.0,1.0,59.66,0.0,-1.0,-1.0
-1999,1,30,0,30,0.0,0.0,0.0,-1.0,-10.0,1.0,57.56,0.0,-1.0,-1.0
-1999,1,30,1,30,0.0,0.0,0.0,-1.0,-10.0,1.0,55.53,0.0,-1.0,-1.0
-1999,1,30,2,30,0.0,0.0,0.0,-1.0,-11.0,1.1,53.05,0.0,-1.0,-1.0
-1999,1,30,3,30,0.0,0.0,0.0,-1.0,-11.0,1.1,54.57,0.0,-1.0,-1.0
-1999,1,30,4,30,0.0,0.0,0.0,-1.0,-12.0,1.2000000000000002,51.45,0.0,-1.0,-1.0
-1999,1,30,5,30,0.0,0.0,0.0,-1.0,-13.0,1.2000000000000002,44.92,0.0,-1.0,-1.0
-1999,1,30,6,30,0.0,0.0,0.0,-1.0,-13.0,1.1,43.44,0.0,-1.0,-1.0
-1999,1,30,7,30,302.0,18.0,31.0,0.0,-12.0,1.3,43.85,75.93051643271971,2.1865653481489944,1.9587737988508351
-1999,1,30,8,30,0.0,35.0,35.0,1.0,-10.0,1.4,43.73,34.20846564781505,1.9785048107431022,1.875879413799657
-1999,1,30,9,30,0.0,79.0,79.0,4.0,-8.0,1.3,48.23,77.21339389078254,6.223508273437896,5.991868091765548
-1999,1,30,10,30,0.0,122.0,122.0,5.0,-5.0,1.5,54.97,119.2409374009553,8.387975860255251,8.030253048052385
-1999,1,30,11,30,18.0,194.0,204.0,6.0,-3.0,2.0,58.3,203.7028816999992,11.59725067241444,10.986142027314441
-1999,1,30,12,30,5.0,159.0,162.0,7.0,-2.0,2.4000000000000004,62.4,159.3917845637848,11.264384242502246,10.786208888810892
-1999,1,30,13,30,88.0,231.0,276.0,6.0,-2.0,2.7,64.22,291.8042492218351,13.652742605378034,12.777329857712528
-1999,1,30,14,30,138.0,188.0,246.0,5.0,-2.0,2.6,69.64,272.80859707963407,12.202269892969039,11.383844101730137
-1999,1,30,15,30,0.0,91.0,91.0,3.0,-1.0,1.8,80.82000000000002,88.94201068431913,5.47680852118026,5.209982489127302
-1999,1,30,16,30,0.0,33.0,33.0,1.0,-2.0,1.1,89.44,32.25369618222562,1.9413820209150165,1.8446209323683398
-1999,1,30,17,30,0.0,0.0,0.0,0.0,-3.0,0.9,87.95,0.0,0.0,0.0
-1999,1,30,18,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,92.72,0.0,0.0,0.0
-1999,1,30,19,30,0.0,0.0,0.0,-1.0,-4.0,0.7000000000000001,91.16,0.0,-1.0,-1.0
-1999,1,30,20,30,0.0,0.0,0.0,-1.0,-4.0,0.9,96.75,0.0,-1.0,-1.0
-1999,1,30,21,30,0.0,0.0,0.0,-1.0,-4.0,1.0,95.19,0.0,-1.0,-1.0
-1999,1,30,22,30,0.0,0.0,0.0,-1.0,-4.0,1.0,93.39,0.0,-1.0,-1.0
-1999,1,30,23,30,0.0,0.0,0.0,-1.0,-5.0,1.0,91.74,0.0,-1.0,-1.0
-1999,1,31,0,30,0.0,0.0,0.0,-2.0,-5.0,1.0,89.65,0.0,-2.0,-2.0
-1999,1,31,1,30,0.0,0.0,0.0,-2.0,-5.0,1.0,86.92,0.0,-2.0,-2.0
-1999,1,31,2,30,0.0,0.0,0.0,-2.0,-6.0,1.1,90.32,0.0,-2.0,-2.0
-1999,1,31,3,30,0.0,0.0,0.0,-2.0,-6.0,1.3,86.93,0.0,-2.0,-2.0
-1999,1,31,4,30,0.0,0.0,0.0,-3.0,-7.0,1.5,83.26,0.0,-3.0,-3.0
-1999,1,31,5,30,0.0,0.0,0.0,-3.0,-8.0,1.6,79.28,0.0,-3.0,-3.0
-1999,1,31,6,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,75.92,0.0,-2.0,-2.0
-1999,1,31,7,30,0.0,35.0,35.0,-1.0,-8.0,2.3000000000000003,64.61,34.20846564781505,-0.07866583506109895,-0.1812912320045441
-1999,1,31,8,30,751.0,49.0,214.0,1.0,-8.0,2.7,53.67,350.95868866255927,10.204103492728025,9.151227426740348
-1999,1,31,9,30,772.0,63.0,343.0,4.0,-6.0,2.2,52.84,509.35747659992194,17.810260416203707,16.28218798640394
-1999,1,31,10,30,775.0,93.0,457.0,6.0,-5.0,1.8,48.27,641.4029163181119,23.861437991154517,21.937229242200182
-1999,1,31,11,30,909.0,78.0,560.0,8.0,-5.0,1.1,45.7,790.1510597781146,31.06197706084849,28.691523881514147
-1999,1,31,12,30,988.0,84.0,620.0,9.0,-5.0,0.5,41.97,872.5518367370591,35.518697694998465,32.901042184787286
-1999,1,31,13,30,970.0,80.0,569.0,9.0,-6.0,0.7000000000000001,41.38,808.9034414649499,33.25440484783602,30.827694523441174
-1999,1,31,14,30,814.0,69.0,410.0,8.0,-5.0,1.0,45.78,595.21731640601,25.489826571532873,23.70417462231484
-1999,1,31,15,30,670.0,65.0,261.0,5.0,-2.0,0.8,69.8,393.4853293078146,16.71904626737384,15.538590279450396
-1999,1,31,16,30,594.0,35.0,114.0,1.0,-4.0,0.6000000000000001,73.98,210.42530669112202,7.352202333008065,6.720926412934698
-1999,1,31,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.7,0.0,0.0,0.0
-1999,1,31,18,30,0.0,0.0,0.0,0.0,-5.0,1.4,76.65,0.0,0.0,0.0
-1999,1,31,19,30,0.0,0.0,0.0,0.0,-6.0,2.2,77.11,0.0,0.0,0.0
-1999,1,31,20,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,68.9,0.0,-1.0,-1.0
-1999,1,31,21,30,0.0,0.0,0.0,-1.0,-9.0,3.0,60.81,0.0,-1.0,-1.0
-1999,1,31,22,30,0.0,0.0,0.0,-1.0,-10.0,2.9000000000000004,54.92,0.0,-1.0,-1.0
-1999,1,31,23,30,0.0,0.0,0.0,-1.0,-11.0,2.7,55.28,0.0,-1.0,-1.0
-1999,2,1,0,30,0.0,0.0,0.0,-2.0,-12.0,2.7,53.34,0.0,-2.0,-2.0
-1999,2,1,1,30,0.0,0.0,0.0,-2.0,-12.0,2.8000000000000003,56.09,0.0,-2.0,-2.0
-1999,2,1,2,30,0.0,0.0,0.0,-2.0,-12.0,3.0,55.03,0.0,-2.0,-2.0
-1999,2,1,3,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,54.64,0.0,-2.0,-2.0
-1999,2,1,4,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.86,0.0,-2.0,-2.0
-1999,2,1,5,30,0.0,0.0,0.0,-2.0,-13.0,3.4000000000000004,52.9,0.0,-2.0,-2.0
-1999,2,1,6,30,0.0,0.0,0.0,-2.0,-13.0,3.7,48.46,0.0,-2.0,-2.0
-1999,2,1,7,30,0.0,30.0,30.0,-1.0,-12.0,4.3,43.33,29.32154198384147,-0.3080332309203433,-0.3959978568718677
-1999,2,1,8,30,528.0,58.0,176.0,1.0,-11.0,5.2,43.21,270.77189156550617,7.025947695947744,6.213632021251226
-1999,2,1,9,30,385.0,139.0,280.0,3.0,-9.0,5.9,46.64,360.04628344709033,10.658150957492342,9.578012107151071
-1999,2,1,10,30,68.0,211.0,243.0,4.0,-8.0,6.2,44.95,254.70636870743397,9.314047004893588,8.549927898771287
-1999,2,1,11,30,19.0,199.0,209.0,4.0,-8.0,6.3000000000000025,45.31,209.47506018497762,8.342407445809801,7.713982265254868
-1999,2,1,12,30,163.0,267.0,356.0,4.0,-8.0,6.3000000000000025,49.47,391.86252286349884,12.123290359786237,10.947702791195741
-1999,2,1,13,30,640.0,146.0,471.0,3.0,-7.0,5.9,51.44,626.7949891721282,16.331871115357092,14.451486147840706
-1999,2,1,14,30,756.0,83.0,403.0,2.0,-7.0,5.0,57.42,573.6078563811246,14.932390261846152,13.211566692702778
-1999,2,1,15,30,418.0,100.0,224.0,1.0,-7.0,3.6,57.78,304.8119561307173,8.531786275372289,7.617350406980138
-1999,2,1,16,30,474.0,47.0,112.0,0.0,-7.0,2.2,65.9,187.82066511872097,5.092400555595421,4.528938560239258
-1999,2,1,17,30,0.0,0.0,0.0,-1.0,-8.0,1.6,73.16,0.0,-1.0,-1.0
-1999,2,1,18,30,0.0,0.0,0.0,-2.0,-8.0,1.4,70.9,0.0,-2.0,-2.0
-1999,2,1,19,30,0.0,0.0,0.0,-2.0,-8.0,1.5,68.76,0.0,-2.0,-2.0
-1999,2,1,20,30,0.0,0.0,0.0,-2.0,-9.0,1.7000000000000002,66.1,0.0,-2.0,-2.0
-1999,2,1,21,30,0.0,0.0,0.0,-2.0,-10.0,2.0,67.23,0.0,-2.0,-2.0
-1999,2,1,22,30,0.0,0.0,0.0,-3.0,-10.0,2.5,62.91,0.0,-3.0,-3.0
-1999,2,1,23,30,0.0,0.0,0.0,-3.0,-11.0,2.8000000000000003,59.28,0.0,-3.0,-3.0
-1999,2,2,0,30,0.0,0.0,0.0,-3.0,-12.0,2.9000000000000004,61.09,0.0,-3.0,-3.0
-1999,2,2,1,30,0.0,0.0,0.0,-4.0,-12.0,3.0,58.47,0.0,-4.0,-4.0
-1999,2,2,2,30,0.0,0.0,0.0,-4.0,-13.0,3.0,60.0,0.0,-4.0,-4.0
-1999,2,2,3,30,0.0,0.0,0.0,-5.0,-13.0,3.2,57.55,0.0,-5.0,-5.0
-1999,2,2,4,30,0.0,0.0,0.0,-5.0,-14.0,3.2,55.52,0.0,-5.0,-5.0
-1999,2,2,5,30,0.0,0.0,0.0,-4.0,-14.0,3.1,53.77,0.0,-4.0,-4.0
-1999,2,2,6,30,0.0,0.0,0.0,-4.0,-14.0,3.0,49.07,0.0,-4.0,-4.0
-1999,2,2,7,30,109.0,20.0,26.0,-2.0,-14.0,3.5,47.77,41.07082166468123,-0.9784434049704959,-1.1016558699645396
-1999,2,2,8,30,536.0,58.0,179.0,0.0,-13.0,4.3,43.02,275.0732454362787,6.491525752966562,5.666306016657726
-1999,2,2,9,30,769.0,65.0,350.0,1.0,-14.0,4.7,35.21,513.1378968624174,12.797277515332624,11.257863824745371
-1999,2,2,10,30,845.0,78.0,481.0,3.0,-14.0,4.9,33.1,680.9131612793584,18.451855582739533,16.409116098901457
-1999,2,2,11,30,972.0,92.0,615.0,4.0,-13.0,4.800000000000002,32.35,858.9108538250701,23.618464189186408,21.041731627711197
-1999,2,2,12,30,980.0,91.0,630.0,5.0,-12.0,4.800000000000002,32.97,878.9443943659131,25.076052186744985,22.439219003647246
-1999,2,2,13,30,968.0,85.0,581.0,5.0,-11.0,4.9,35.53,818.2858464649377,23.569232383787803,21.11437484439299
-1999,2,2,14,30,927.0,74.0,471.0,4.0,-10.0,4.5,40.86,679.050033617368,19.816826915012875,17.779676814160773
-1999,2,2,15,30,448.0,98.0,233.0,2.0,-9.0,3.6,49.7,319.0259948357632,9.883009708321763,8.925931723814474
-1999,2,2,16,30,43.0,52.0,58.0,0.0,-9.0,3.4000000000000004,53.43,63.80901007260732,1.597631773767693,1.406204743549871
-1999,2,2,17,30,0.0,0.0,0.0,0.0,-10.0,4.2,53.52,0.0,0.0,0.0
-1999,2,2,18,30,0.0,0.0,0.0,0.0,-10.0,5.2,51.95,0.0,0.0,0.0
-1999,2,2,19,30,0.0,0.0,0.0,0.0,-10.0,6.2,50.38,0.0,0.0,0.0
-1999,2,2,20,30,0.0,0.0,0.0,0.0,-11.0,7.6,48.87000000000001,0.0,0.0,0.0
-1999,2,2,21,30,0.0,0.0,0.0,0.0,-11.0,9.1,47.62,0.0,0.0,0.0
-1999,2,2,22,30,0.0,0.0,0.0,0.0,-11.0,9.4,48.22,0.0,0.0,0.0
-1999,2,2,23,30,0.0,0.0,0.0,0.0,-11.0,9.0,50.11,0.0,0.0,0.0
-1999,2,3,0,30,0.0,0.0,0.0,0.0,-10.0,8.8,52.0,0.0,0.0,0.0
-1999,2,3,1,30,0.0,0.0,0.0,0.0,-10.0,8.700000000000001,53.18,0.0,0.0,0.0
-1999,2,3,2,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.34,0.0,0.0,0.0
-1999,2,3,3,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.15,0.0,0.0,0.0
-1999,2,3,4,30,0.0,0.0,0.0,0.0,-10.0,8.5,53.62000000000001,0.0,0.0,0.0
-1999,2,3,5,30,0.0,0.0,0.0,0.0,-10.0,7.8000000000000025,53.95,0.0,0.0,0.0
-1999,2,3,6,30,0.0,0.0,0.0,0.0,-10.0,7.4,53.63,0.0,0.0,0.0
-1999,2,3,7,30,387.0,20.0,42.0,0.0,-10.0,7.8000000000000025,48.66,96.57549995091898,1.8198142477919559,1.530087747939199
-1999,2,3,8,30,771.0,47.0,223.0,1.0,-10.0,8.6,43.57,361.64830615004087,7.481021926755634,6.396077008305512
-1999,2,3,9,30,911.0,59.0,400.0,2.0,-11.0,8.9,41.49,592.4946921157406,12.421280736159844,10.643796659812622
-1999,2,3,10,30,690.0,120.0,452.0,2.0,-11.0,8.6,40.45,612.9206745569559,12.98402028604396,11.145258262373092
-1999,2,3,11,30,555.0,185.0,486.0,3.0,-12.0,8.3,37.23,621.534134967449,14.349405399468832,12.484802994566486
-1999,2,3,12,30,537.0,196.0,494.0,4.0,-11.0,7.8000000000000025,37.34,626.113691495696,15.798133243944367,13.91979216945728
-1999,2,3,13,30,551.0,171.0,456.0,4.0,-11.0,7.0,37.53,587.3468754056538,15.643058937962074,13.881018311745112
-1999,2,3,14,30,543.0,139.0,373.0,3.0,-11.0,5.6000000000000005,41.34,492.90784076424904,13.68902166155412,12.210298139261374
-1999,2,3,15,30,869.0,50.0,315.0,1.0,-10.0,3.2,44.0,484.42015977912786,13.290113356283541,11.836852876946157
-1999,2,3,16,30,308.0,47.0,91.0,0.0,-9.0,1.1,56.52,139.75795360859888,4.079086752218904,3.659812891393108
-1999,2,3,17,30,0.0,0.0,0.0,-1.0,-10.0,0.4,61.07,0.0,-1.0,-1.0
-1999,2,3,18,30,0.0,0.0,0.0,-2.0,-10.0,0.7000000000000001,59.66,0.0,-2.0,-2.0
-1999,2,3,19,30,0.0,0.0,0.0,-2.0,-11.0,1.4,62.39,0.0,-2.0,-2.0
-1999,2,3,20,30,0.0,0.0,0.0,-3.0,-11.0,2.2,59.9,0.0,-3.0,-3.0
-1999,2,3,21,30,0.0,0.0,0.0,-3.0,-11.0,3.1,58.17,0.0,-3.0,-3.0
-1999,2,3,22,30,0.0,0.0,0.0,-2.0,-12.0,3.7,57.17,0.0,-2.0,-2.0
-1999,2,3,23,30,0.0,0.0,0.0,-2.0,-12.0,4.2,52.58,0.0,-2.0,-2.0
-1999,2,4,0,30,0.0,0.0,0.0,-2.0,-12.0,4.9,52.35,0.0,-2.0,-2.0
-1999,2,4,1,30,0.0,0.0,0.0,-2.0,-12.0,5.300000000000002,52.98,0.0,-2.0,-2.0
-1999,2,4,2,30,0.0,0.0,0.0,-2.0,-11.0,5.1000000000000005,56.16,0.0,-2.0,-2.0
-1999,2,4,3,30,0.0,0.0,0.0,-2.0,-10.0,4.7,60.98,0.0,-2.0,-2.0
-1999,2,4,4,30,0.0,0.0,0.0,-1.0,-9.0,4.4,64.98,0.0,-1.0,-1.0
-1999,2,4,5,30,0.0,0.0,0.0,-1.0,-8.0,4.1000000000000005,63.29,0.0,-1.0,-1.0
-1999,2,4,6,30,0.0,0.0,0.0,0.0,-8.0,4.2,61.18,0.0,0.0,0.0
-1999,2,4,7,30,0.0,19.0,19.0,1.0,-7.0,4.6000000000000005,59.27,18.570309923099597,1.429734696819572,1.3740237670502733
-1999,2,4,8,30,758.0,44.0,221.0,3.0,-7.0,4.6000000000000005,54.38,355.0150254582175,11.215386547852258,10.150341471477606
-1999,2,4,9,30,892.0,56.0,393.0,6.0,-6.0,4.0,48.01,580.6147699034079,19.974236005106036,18.232391695395812
-1999,2,4,10,30,959.0,61.0,526.0,10.0,-4.0,3.7,43.86,751.1307178885728,28.438308116179698,26.18491596251398
-1999,2,4,11,30,990.0,63.0,604.0,12.0,-4.0,3.7,36.34,850.6705312468539,32.881751986623655,30.329740392883096
-1999,2,4,12,30,997.0,62.0,620.0,13.0,-3.0,3.5,34.93,870.4807680577659,34.651511545493705,32.04006924132041
-1999,2,4,13,30,979.0,61.0,571.0,13.0,-3.0,3.0,35.81,809.3073066926098,33.80637049196633,31.378448571888494
-1999,2,4,14,30,940.0,55.0,465.0,12.0,-2.0,2.1,40.91,674.7414770205372,30.41681798903388,28.39259355797227
-1999,2,4,15,30,440.0,103.0,239.0,9.0,0.0,1.5,60.57,322.47626161475824,18.16247233265549,17.195043547811217
-1999,2,4,16,30,267.0,51.0,90.0,6.0,-2.0,1.6,64.24,131.87772364415014,9.721981675735899,9.326348504803448
-1999,2,4,17,30,0.0,0.0,0.0,4.0,-3.0,1.8,68.45,0.0,4.0,4.0
-1999,2,4,18,30,0.0,0.0,0.0,3.0,-3.0,2.1,71.89,0.0,3.0,3.0
-1999,2,4,19,30,0.0,0.0,0.0,2.0,-3.0,2.2,76.66,0.0,2.0,2.0
-1999,2,4,20,30,0.0,0.0,0.0,1.0,-3.0,2.0,74.55,0.0,1.0,1.0
-1999,2,4,21,30,0.0,0.0,0.0,1.0,-4.0,2.0,70.01,0.0,1.0,1.0
-1999,2,4,22,30,0.0,0.0,0.0,1.0,-5.0,2.0,70.79,0.0,1.0,1.0
-1999,2,4,23,30,0.0,0.0,0.0,1.0,-5.0,2.1,64.11,0.0,1.0,1.0
-1999,2,5,0,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.68,0.0,1.0,1.0
-1999,2,5,1,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,66.96000000000001,0.0,1.0,1.0
-1999,2,5,2,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,67.56,0.0,1.0,1.0
-1999,2,5,3,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,67.71000000000001,0.0,1.0,1.0
-1999,2,5,4,30,0.0,0.0,0.0,1.0,-5.0,2.5,72.93,0.0,1.0,1.0
-1999,2,5,5,30,0.0,0.0,0.0,0.0,-5.0,2.5,72.86,0.0,0.0,0.0
-1999,2,5,6,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.66,0.0,1.0,1.0
-1999,2,5,7,30,406.0,20.0,46.0,3.0,-4.0,3.9,65.88,101.74800165038863,5.465008497080736,5.15976449212957
-1999,2,5,8,30,759.0,45.0,225.0,6.0,-3.0,4.800000000000002,60.15,358.07228257689866,14.178762931671873,13.104546083941177
-1999,2,5,9,30,890.0,57.0,397.0,7.0,-3.0,5.2,55.47,582.673411985138,19.96722301617641,18.219202780220993
-1999,2,5,10,30,0.0,118.0,118.0,8.0,-3.0,5.1000000000000005,49.47,115.33139846977645,10.583383528730007,10.237389333320678
-1999,2,5,11,30,975.0,69.0,606.0,9.0,-4.0,4.3,48.17,847.5199347024364,29.000845496796547,26.458285692689238
-1999,2,5,12,30,500.0,212.0,493.0,9.0,-4.0,3.4000000000000004,44.78,614.9218750715784,24.39623831934208,22.551472694127344
-1999,2,5,13,30,0.0,90.0,90.0,9.0,-4.0,2.5,48.47,87.96462595152441,11.337801889766096,11.073908011911524
-1999,2,5,14,30,0.0,70.0,70.0,8.0,-3.0,1.7000000000000002,52.39,68.4169312956301,9.918035154836469,9.712784360949579
-1999,2,5,15,30,368.0,114.0,230.0,6.0,-3.0,0.8,61.35,297.9982898027149,14.875186660553696,13.981191791145552
-1999,2,5,16,30,0.0,51.0,51.0,3.0,-2.0,0.30000000000000004,75.65,49.8466213725305,4.535579805701286,4.386039941583695
-1999,2,5,17,30,0.0,0.0,0.0,1.0,-4.0,0.2,73.68,0.0,1.0,1.0
-1999,2,5,18,30,0.0,0.0,0.0,0.0,-4.0,0.1,77.9,0.0,0.0,0.0
-1999,2,5,19,30,0.0,0.0,0.0,0.0,-4.0,0.0,82.86,0.0,0.0,0.0
-1999,2,5,20,30,0.0,0.0,0.0,0.0,-4.0,0.2,81.2,0.0,0.0,0.0
-1999,2,5,21,30,0.0,0.0,0.0,-1.0,-5.0,0.5,84.85000000000002,0.0,-1.0,-1.0
-1999,2,5,22,30,0.0,0.0,0.0,-1.0,-5.0,0.8,82.19,0.0,-1.0,-1.0
-1999,2,5,23,30,0.0,0.0,0.0,-1.0,-6.0,0.9,79.78,0.0,-1.0,-1.0
-1999,2,6,0,30,0.0,0.0,0.0,-1.0,-6.0,1.1,83.46000000000002,0.0,-1.0,-1.0
-1999,2,6,1,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,81.01,0.0,-1.0,-1.0
-1999,2,6,2,30,0.0,0.0,0.0,-2.0,-7.0,1.4,78.5,0.0,-2.0,-2.0
-1999,2,6,3,30,0.0,0.0,0.0,-2.0,-7.0,1.5,75.98,0.0,-2.0,-2.0
-1999,2,6,4,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.24,0.0,-2.0,-2.0
-1999,2,6,5,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.28,0.0,-2.0,-2.0
-1999,2,6,6,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,69.11,0.0,-1.0,-1.0
-1999,2,6,7,30,198.0,23.0,36.0,0.0,-7.0,2.3000000000000003,62.5,62.92733997450249,1.6948175584407617,1.5060355385172541
-1999,2,6,8,30,36.0,92.0,101.0,3.0,-6.0,2.8000000000000003,57.9,104.90102681149882,5.732888189388113,5.418185108953617
-1999,2,6,9,30,307.0,159.0,278.0,5.0,-5.0,2.9000000000000004,52.84,337.9774535347383,13.74679550405263,12.732863143448414
-1999,2,6,10,30,362.0,210.0,389.0,6.0,-5.0,2.9000000000000004,48.39,468.3383209230841,18.120511226363632,16.715496263594382
-1999,2,6,11,30,394.0,239.0,458.0,7.0,-6.0,2.5,47.71,550.0313582863963,21.617970973254245,19.967876898395055
-1999,2,6,12,30,980.0,73.0,629.0,7.0,-6.0,2.3000000000000003,43.92,873.5654152324978,30.527675010298054,27.906978764600563
-1999,2,6,13,30,970.0,69.0,583.0,7.0,-6.0,2.2,43.31,816.3405469829046,29.133523232830104,26.68450159188139
-1999,2,6,14,30,930.0,64.0,477.0,7.0,-6.0,2.0,45.66,682.6144341544139,25.756554000043927,23.708710697580685
-1999,2,6,15,30,454.0,105.0,249.0,5.0,-6.0,1.3,53.08,334.09903531499776,14.621024691924578,13.618727585979585
-1999,2,6,16,30,123.0,59.0,78.0,2.0,-5.0,0.8,67.96000000000001,96.09494253157189,4.861964585996462,4.573679758401747
-1999,2,6,17,30,0.0,0.0,0.0,0.0,-6.0,0.7000000000000001,64.59,0.0,0.0,0.0
-1999,2,6,18,30,0.0,0.0,0.0,0.0,-6.0,0.8,64.08,0.0,0.0,0.0
-1999,2,6,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.7,0.0,0.0,0.0
-1999,2,6,20,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.46,0.0,0.0,0.0
-1999,2,6,21,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.1,0.0,0.0,0.0
-1999,2,6,22,30,0.0,0.0,0.0,0.0,-7.0,2.0,63.97,0.0,0.0,0.0
-1999,2,6,23,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.98,0.0,0.0,0.0
-1999,2,7,0,30,0.0,0.0,0.0,0.0,-7.0,3.1,63.66,0.0,0.0,0.0
-1999,2,7,1,30,0.0,0.0,0.0,0.0,-7.0,3.5,60.37000000000001,0.0,0.0,0.0
-1999,2,7,2,30,0.0,0.0,0.0,0.0,-7.0,3.5,61.67,0.0,0.0,0.0
-1999,2,7,3,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,62.77,0.0,0.0,0.0
-1999,2,7,4,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,64.04,0.0,0.0,0.0
-1999,2,7,5,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.93,0.0,0.0,0.0
-1999,2,7,6,30,0.0,0.0,0.0,0.0,-6.0,1.9,61.33,0.0,0.0,0.0
-1999,2,7,7,30,178.0,24.0,37.0,2.0,-6.0,2.2,59.43,60.1639591730777,3.6312314671345653,3.450739589615332
-1999,2,7,8,30,454.0,74.0,185.0,5.0,-5.0,2.6,55.15,262.28936192057347,11.924557344705581,11.137689258943862
-1999,2,7,9,30,610.0,105.0,343.0,8.0,-4.0,2.5,49.95,467.00479694588756,20.41140611945055,19.010391728612888
-1999,2,7,10,30,957.0,61.0,537.0,11.0,-4.0,2.3000000000000003,42.29,757.9031813700867,31.412552316760973,29.13884277265071
-1999,2,7,11,30,984.0,63.0,614.0,12.0,-3.0,2.5,40.24,854.8935212104191,34.72017493186278,32.15549436823152
-1999,2,7,12,30,988.0,64.0,630.0,13.0,-3.0,3.0,38.27,874.4541006442479,35.48122047801298,32.857858176080235
-1999,2,7,13,30,465.0,209.0,458.0,13.0,-3.0,3.6,36.77,564.754039530362,26.954855242199553,25.260593123608466
-1999,2,7,14,30,558.0,142.0,392.0,12.0,-2.0,3.6,40.23,512.5257827560146,24.66431509228839,23.126737744020346
-1999,2,7,15,30,497.0,101.0,260.0,10.0,-1.0,2.7,56.21,353.5264586143127,19.271444809939805,18.210865434096867
-1999,2,7,16,30,658.0,33.0,139.0,6.0,-1.0,1.9,69.71000000000001,239.5382396839409,12.626057645068466,11.907442926016643
-1999,2,7,17,30,0.0,0.0,0.0,4.0,-2.0,1.9,79.11,0.0,4.0,4.0
-1999,2,7,18,30,0.0,0.0,0.0,3.0,-2.0,2.1,83.25,0.0,3.0,3.0
-1999,2,7,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.3,0.0,2.0,2.0
-1999,2,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.7,79.36,0.0,2.0,2.0
-1999,2,7,21,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.97,0.0,2.0,2.0
-1999,2,7,22,30,0.0,0.0,0.0,2.0,-4.0,3.2,74.41,0.0,2.0,2.0
-1999,2,7,23,30,0.0,0.0,0.0,2.0,-4.0,3.5,72.4,0.0,2.0,2.0
-1999,2,8,0,30,0.0,0.0,0.0,2.0,-4.0,3.8,71.75,0.0,2.0,2.0
-1999,2,8,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,72.69,0.0,2.0,2.0
-1999,2,8,2,30,0.0,0.0,0.0,2.0,-4.0,4.3,74.38,0.0,2.0,2.0
-1999,2,8,3,30,0.0,0.0,0.0,1.0,-3.0,4.4,75.53,0.0,1.0,1.0
-1999,2,8,4,30,0.0,0.0,0.0,1.0,-3.0,4.3,75.7,0.0,1.0,1.0
-1999,2,8,5,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.43,0.0,1.0,1.0
-1999,2,8,6,30,0.0,0.0,0.0,2.0,-3.0,3.7,75.32000000000002,0.0,2.0,2.0
-1999,2,8,7,30,473.0,21.0,56.0,4.0,-3.0,3.7,67.04,118.99546885510945,6.921029678226067,6.564043271660739
-1999,2,8,8,30,793.0,43.0,239.0,7.0,-2.0,4.4,58.93,375.73086283727395,15.809140096352776,14.681947507840954
-1999,2,8,9,30,909.0,54.0,412.0,9.0,-2.0,5.0,51.49,598.2228253139197,22.487351950360082,20.692683474418324
-1999,2,8,10,30,964.0,60.0,544.0,11.0,-2.0,4.5,47.59,764.879656401101,28.81602023000225,26.521381260798947
-1999,2,8,11,30,988.0,63.0,620.0,12.0,-2.0,3.7,43.62,861.1873645619698,33.13991292779206,30.55635083410615
-1999,2,8,12,30,990.0,64.0,635.0,12.0,-2.0,3.0,40.23,879.2435697735358,34.60435228263123,31.966621573310626
-1999,2,8,13,30,970.0,63.0,586.0,12.0,-2.0,2.4000000000000004,39.99,816.6038576692949,33.847503825505825,31.39769225249794
-1999,2,8,14,30,506.0,158.0,387.0,11.0,-2.0,1.8,43.09,494.8752232511671,24.781014848201227,23.296389178447725
-1999,2,8,15,30,483.0,104.0,261.0,9.0,-1.0,1.6,53.37000000000001,350.6550419914024,18.89652842596889,17.844563299994682
-1999,2,8,16,30,336.0,56.0,112.0,6.0,-1.0,2.4000000000000004,68.86,161.44122183163506,10.319215098527453,9.834891433032547
-1999,2,8,17,30,0.0,0.0,0.0,3.0,-1.0,2.5,81.83,0.0,3.0,3.0
-1999,2,8,18,30,0.0,0.0,0.0,1.0,-1.0,1.5,88.61,0.0,1.0,1.0
-1999,2,8,19,30,0.0,0.0,0.0,0.0,-1.0,0.6000000000000001,93.88,0.0,0.0,0.0
-1999,2,8,20,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,96.65,0.0,0.0,0.0
-1999,2,8,21,30,0.0,0.0,0.0,-1.0,-3.0,1.1,98.62,0.0,-1.0,-1.0
-1999,2,8,22,30,0.0,0.0,0.0,-1.0,-4.0,1.6,100.0,0.0,-1.0,-1.0
-1999,2,8,23,30,0.0,0.0,0.0,-1.0,-4.0,2.1,96.01,0.0,-1.0,-1.0
-1999,2,9,0,30,0.0,0.0,0.0,-1.0,-5.0,2.5,91.33,0.0,-1.0,-1.0
-1999,2,9,1,30,0.0,0.0,0.0,-1.0,-5.0,2.7,87.36,0.0,-1.0,-1.0
-1999,2,9,2,30,0.0,0.0,0.0,-1.0,-6.0,3.0,78.54,0.0,-1.0,-1.0
-1999,2,9,3,30,0.0,0.0,0.0,-1.0,-6.0,3.3000000000000003,76.63,0.0,-1.0,-1.0
-1999,2,9,4,30,0.0,0.0,0.0,-1.0,-6.0,3.5,74.59,0.0,-1.0,-1.0
-1999,2,9,5,30,0.0,0.0,0.0,-1.0,-7.0,3.7,73.45,0.0,-1.0,-1.0
-1999,2,9,6,30,0.0,0.0,0.0,0.0,-7.0,4.3,68.34,0.0,0.0,0.0
-1999,2,9,7,30,430.0,24.0,57.0,2.0,-6.0,4.7,63.22,113.85870705891175,4.617664321664958,4.276088200488223
-1999,2,9,8,30,792.0,45.0,244.0,6.0,-4.0,4.800000000000002,56.75,379.2171160196936,14.661734075692682,13.524082727633601
-1999,2,9,9,30,928.0,52.0,422.0,10.0,-3.0,5.1000000000000005,47.58,610.2365804584122,23.669088830115196,21.83837908873996
-1999,2,9,10,30,985.0,58.0,556.0,12.0,-3.0,5.300000000000002,39.58,781.248758902152,29.274059823331385,26.93031354662493
-1999,2,9,11,30,1008.0,61.0,634.0,13.0,-3.0,5.2,35.89,878.5838041623664,32.55262054631841,29.91686913383131
-1999,2,9,12,30,1011.0,62.0,650.0,14.0,-4.0,5.2,32.43,897.845844976415,33.981291520220395,31.287753985291147
-1999,2,9,13,30,997.0,60.0,602.0,13.0,-3.0,5.0,35.0,837.8379090233163,31.88964158199983,29.37612785492988
-1999,2,9,14,30,958.0,56.0,495.0,12.0,-3.0,4.5,38.94,702.212047639608,28.356329968773572,26.24969382585475
-1999,2,9,15,30,870.0,50.0,337.0,10.0,-1.0,3.0,49.59,499.84885463909524,22.850545613022824,21.35099904910554
-1999,2,9,16,30,669.0,37.0,149.0,7.0,-1.0,1.9,65.13,250.29945888657412,13.923732282996625,13.172833906336901
-1999,2,9,17,30,0.0,0.0,0.0,5.0,-2.0,1.7000000000000002,67.21000000000001,0.0,5.0,5.0
-1999,2,9,18,30,0.0,0.0,0.0,4.0,-2.0,2.0,75.73,0.0,4.0,4.0
-1999,2,9,19,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,78.86,0.0,3.0,3.0
-1999,2,9,20,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.58,0.0,2.0,2.0
-1999,2,9,21,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.72,0.0,2.0,2.0
-1999,2,9,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.54,0.0,2.0,2.0
-1999,2,9,23,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.88,0.0,2.0,2.0
-1999,2,10,0,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.7,0.0,2.0,2.0
-1999,2,10,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,73.28,0.0,2.0,2.0
-1999,2,10,2,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.65,0.0,2.0,2.0
-1999,2,10,3,30,0.0,0.0,0.0,2.0,-4.0,3.9,73.39,0.0,2.0,2.0
-1999,2,10,4,30,0.0,0.0,0.0,2.0,-4.0,4.0,72.49,0.0,2.0,2.0
-1999,2,10,5,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,71.48,0.0,1.0,1.0
-1999,2,10,6,30,0.0,0.0,0.0,2.0,-4.0,4.5,70.56,0.0,2.0,2.0
-1999,2,10,7,30,510.0,22.0,64.0,5.0,-4.0,5.2,59.17,129.81845280406267,7.8890709520965565,7.499615593684369
-1999,2,10,8,30,817.0,42.0,251.0,8.0,-3.0,7.3000000000000025,51.52,388.9340341472722,15.564317854123939,14.397515751682121
-1999,2,10,9,30,929.0,53.0,427.0,11.0,-4.0,10.2,39.66,614.4272912776358,20.974336213637446,19.13105433980454
-1999,2,10,10,30,976.0,60.0,558.0,12.0,-4.0,11.7,34.63,779.5409337737804,23.55705703170692,21.218434230385576
-1999,2,10,11,30,982.0,69.0,632.0,13.0,-4.0,11.7,34.03,868.3873055238663,25.8742458294846,23.269083912913
-1999,2,10,12,30,962.0,78.0,642.0,13.0,-3.0,11.1,35.9,875.9913317511517,26.463781889882952,23.835807894629497
-1999,2,10,13,30,933.0,81.0,592.0,12.0,-3.0,9.6,37.71,811.2882846480885,25.664254433047347,23.230389579103083
-1999,2,10,14,30,521.0,158.0,399.0,11.0,-4.0,7.3000000000000025,38.16,508.1257447524076,20.882458992301117,19.358081758043895
-1999,2,10,15,30,465.0,111.0,266.0,8.0,-5.0,4.2,43.79,350.8301826837302,16.33373869576113,15.281248147709942
-1999,2,10,16,30,0.0,35.0,35.0,5.0,-5.0,1.6,58.53,34.20846564781505,5.9654646651300185,5.8628392681865735
-1999,2,10,17,30,0.0,0.0,0.0,2.0,-6.0,1.3,63.9,0.0,2.0,2.0
-1999,2,10,18,30,0.0,0.0,0.0,0.0,-6.0,3.9,64.39,0.0,0.0,0.0
-1999,2,10,19,30,0.0,0.0,0.0,-2.0,-7.0,7.5,78.3,0.0,-2.0,-2.0
-1999,2,10,20,30,0.0,0.0,0.0,-4.0,-8.0,8.5,80.03,0.0,-4.0,-4.0
-1999,2,10,21,30,0.0,0.0,0.0,-5.0,-10.0,7.9,73.88,0.0,-5.0,-5.0
-1999,2,10,22,30,0.0,0.0,0.0,-6.0,-12.0,7.7,71.62,0.0,-6.0,-6.0
-1999,2,10,23,30,0.0,0.0,0.0,-7.0,-13.0,7.5,70.99,0.0,-7.0,-7.0
-1999,2,11,0,30,0.0,0.0,0.0,-7.0,-13.0,7.1000000000000005,67.53,0.0,-7.0,-7.0
-1999,2,11,1,30,0.0,0.0,0.0,-7.0,-14.0,6.7,70.87,0.0,-7.0,-7.0
-1999,2,11,2,30,0.0,0.0,0.0,-7.0,-14.0,6.5,67.68,0.0,-7.0,-7.0
-1999,2,11,3,30,0.0,0.0,0.0,-7.0,-15.0,6.3000000000000025,62.37000000000001,0.0,-7.0,-7.0
-1999,2,11,4,30,0.0,0.0,0.0,-8.0,-17.0,6.2,54.8,0.0,-8.0,-8.0
-1999,2,11,5,30,0.0,0.0,0.0,-8.0,-19.0,6.1000000000000005,51.12000000000001,0.0,-8.0,-8.0
-1999,2,11,6,30,0.0,0.0,0.0,-9.0,-20.0,6.1000000000000005,44.22,0.0,-9.0,-9.0
-1999,2,11,7,30,0.0,5.0,5.0,-8.0,-21.0,6.6000000000000005,37.51,4.886923663973579,-7.900622060673153,-7.915282831665074
-1999,2,11,8,30,857.0,52.0,275.0,-7.0,-22.0,6.8000000000000025,33.06,417.95898370674814,1.391524896073889,0.13764794495364452
-1999,2,11,9,30,974.0,68.0,464.0,-6.0,-22.0,6.7,30.08,659.1264047111016,7.318275457962174,5.340896243828869
-1999,2,11,10,30,1025.0,79.0,607.0,-5.0,-22.0,6.6000000000000005,28.01,837.4484807721743,12.029916985416392,9.51757154309987
-1999,2,11,11,30,1044.0,88.0,691.0,-5.0,-22.0,6.7,28.52,940.8498541309629,14.01076551073974,11.188215948346851
-1999,2,11,12,30,1041.0,93.0,707.0,-5.0,-22.0,6.8000000000000025,28.96,959.6683650693711,14.267634603840513,11.388629508632398
-1999,2,11,13,30,1018.0,92.0,655.0,-5.0,-21.0,6.8000000000000025,29.95,891.9570716052817,12.908168658617672,10.232297443801828
-1999,2,11,14,30,976.0,83.0,539.0,-5.0,-21.0,6.5,31.4,746.6510302633262,10.280948835190461,8.040995744400483
-1999,2,11,15,30,896.0,68.0,371.0,-5.0,-20.0,5.8000000000000025,32.25,535.9184452275264,6.472645396723161,4.864890061040581
-1999,2,11,16,30,713.0,45.0,170.0,-7.0,-20.0,4.800000000000002,38.13,275.75321076862275,-0.7014947867695782,-1.5287544190754465
-1999,2,11,17,30,0.0,0.0,0.0,-8.0,-20.0,4.1000000000000005,42.6,0.0,-8.0,-8.0
-1999,2,11,18,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.18,0.0,-8.0,-8.0
-1999,2,11,19,30,0.0,0.0,0.0,-9.0,-20.0,3.9,47.35,0.0,-9.0,-9.0
-1999,2,11,20,30,0.0,0.0,0.0,-8.0,-20.0,3.8,47.46,0.0,-8.0,-8.0
-1999,2,11,21,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.31,0.0,-8.0,-8.0
-1999,2,11,22,30,0.0,0.0,0.0,-8.0,-20.0,4.2,43.48,0.0,-8.0,-8.0
-1999,2,11,23,30,0.0,0.0,0.0,-7.0,-20.0,4.4,43.64,0.0,-7.0,-7.0
-1999,2,12,0,30,0.0,0.0,0.0,-7.0,-20.0,4.4,40.27,0.0,-7.0,-7.0
-1999,2,12,1,30,0.0,0.0,0.0,-7.0,-19.0,4.2,40.82,0.0,-7.0,-7.0
-1999,2,12,2,30,0.0,0.0,0.0,-6.0,-19.0,4.2,42.3,0.0,-6.0,-6.0
-1999,2,12,3,30,0.0,0.0,0.0,-6.0,-19.0,4.4,40.16,0.0,-6.0,-6.0
-1999,2,12,4,30,0.0,0.0,0.0,-5.0,-18.0,4.4,40.88,0.0,-5.0,-5.0
-1999,2,12,5,30,0.0,0.0,0.0,-5.0,-18.0,4.3,38.36,0.0,-5.0,-5.0
-1999,2,12,6,30,0.0,0.0,0.0,-4.0,-18.0,4.5,36.35,0.0,-4.0,-4.0
-1999,2,12,7,30,379.0,29.0,63.0,-1.0,-16.0,4.800000000000002,35.89,110.53645809932264,1.524773712153745,1.193164337855777
-1999,2,12,8,30,609.0,61.0,222.0,1.0,-15.0,4.7,32.46,322.12453776255285,8.405792068212781,7.439418454925123
-1999,2,12,9,30,760.0,77.0,389.0,3.0,-13.0,4.800000000000002,33.47,539.9156776482499,15.332265147134564,13.712518114189814
-1999,2,12,10,30,747.0,117.0,505.0,5.0,-11.0,4.800000000000002,33.85,670.7120827894421,20.319798229187573,18.307661980819248
-1999,2,12,11,30,842.0,109.0,600.0,6.0,-10.0,4.7,34.46,798.6800857903728,24.362024468765735,21.965984211394616
-1999,2,12,12,30,781.0,135.0,600.0,7.0,-9.0,4.5,34.18,786.2572010457218,25.313958388860293,22.95518678572313
-1999,2,12,13,30,981.0,87.0,633.0,8.0,-8.0,4.0,36.07,861.0022907558786,28.722602723250066,26.13959585098243
-1999,2,12,14,30,744.0,100.0,451.0,7.0,-8.0,3.0,40.6,607.2939639689278,22.61283718481439,20.790955292907604
-1999,2,12,15,30,658.0,78.0,303.0,4.0,-6.0,1.6,53.91,422.8050887432116,15.93281737980567,14.664402113576035
-1999,2,12,16,30,514.0,45.0,138.0,1.0,-5.0,0.6000000000000001,65.98,212.33231087377743,7.409769916530236,6.772772983908904
-1999,2,12,17,30,0.0,0.0,0.0,0.0,-8.0,0.30000000000000004,63.17,0.0,0.0,0.0
-1999,2,12,18,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,59.62000000000001,0.0,0.0,0.0
-1999,2,12,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,61.83,0.0,-1.0,-1.0
-1999,2,12,20,30,0.0,0.0,0.0,-1.0,-9.0,2.2,64.36,0.0,-1.0,-1.0
-1999,2,12,21,30,0.0,0.0,0.0,-2.0,-10.0,2.6,62.11,0.0,-2.0,-2.0
-1999,2,12,22,30,0.0,0.0,0.0,-2.0,-10.0,2.8000000000000003,58.83,0.0,-2.0,-2.0
-1999,2,12,23,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.66,0.0,-2.0,-2.0
-1999,2,13,0,30,0.0,0.0,0.0,-1.0,-12.0,2.4000000000000004,51.17,0.0,-1.0,-1.0
-1999,2,13,1,30,0.0,0.0,0.0,-1.0,-12.0,2.1,49.61,0.0,-1.0,-1.0
-1999,2,13,2,30,0.0,0.0,0.0,-1.0,-13.0,2.0,48.67,0.0,-1.0,-1.0
-1999,2,13,3,30,0.0,0.0,0.0,-1.0,-13.0,2.0,47.71,0.0,-1.0,-1.0
-1999,2,13,4,30,0.0,0.0,0.0,-1.0,-13.0,2.1,46.0,0.0,-1.0,-1.0
-1999,2,13,5,30,0.0,0.0,0.0,-1.0,-14.0,2.3000000000000003,44.21,0.0,-1.0,-1.0
-1999,2,13,6,30,0.0,0.0,0.0,0.0,-14.0,2.5,39.64,0.0,0.0,0.0
-1999,2,13,7,30,587.0,26.0,81.0,2.0,-13.0,3.0,35.33,154.0904879014663,5.9614912086583765,5.499219744953978
-1999,2,13,8,30,877.0,50.0,286.0,5.0,-11.0,3.2,33.71,429.26598151065434,15.890809282519813,14.60301133798785
-1999,2,13,9,30,985.0,65.0,474.0,9.0,-9.0,2.5,29.31,668.6619953976906,26.770771597629928,24.764785611436857
-1999,2,13,10,30,1035.0,74.0,617.0,12.0,-9.0,1.8,24.66,846.4294896096894,35.57090599047082,33.03161752164175
-1999,2,13,11,30,1057.0,79.0,700.0,13.0,-10.0,1.7000000000000002,21.83,949.4993897527241,39.618750279403706,36.770252110145535
-1999,2,13,12,30,1059.0,81.0,716.0,14.0,-10.0,1.7000000000000002,20.27,969.7977843008483,41.187805827390996,38.27841247448845
-1999,2,13,13,30,1043.0,78.0,664.0,14.0,-9.0,1.5,20.5,904.531367290937,39.70032158436236,36.98672748248954
-1999,2,13,14,30,1005.0,71.0,549.0,13.0,-8.0,0.9,24.63,760.6904027242226,35.50316780808325,33.22109659991058
-1999,2,13,15,30,930.0,59.0,382.0,10.0,-2.0,0.6000000000000001,48.2,550.0474964188239,26.60452844270139,24.95438595344492
-1999,2,13,16,30,760.0,41.0,181.0,7.0,-5.0,0.7000000000000001,48.17,290.8344275380028,15.720467224642167,14.847963942028159
-1999,2,13,17,30,0.0,0.0,0.0,4.0,-9.0,1.1,44.77,0.0,4.0,4.0
-1999,2,13,18,30,0.0,0.0,0.0,2.0,-9.0,1.5,47.1,0.0,2.0,2.0
-1999,2,13,19,30,0.0,0.0,0.0,0.0,-9.0,1.8,50.98,0.0,0.0,0.0
-1999,2,13,20,30,0.0,0.0,0.0,0.0,-10.0,2.0,51.86,0.0,0.0,0.0
-1999,2,13,21,30,0.0,0.0,0.0,0.0,-11.0,2.0,46.98,0.0,0.0,0.0
-1999,2,13,22,30,0.0,0.0,0.0,0.0,-13.0,2.0,39.22,0.0,0.0,0.0
-1999,2,13,23,30,0.0,0.0,0.0,0.0,-14.0,2.0,35.73000000000001,0.0,0.0,0.0
-1999,2,14,0,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.62,0.0,0.0,0.0
-1999,2,14,1,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.160000000000004,0.0,0.0,0.0
-1999,2,14,2,30,0.0,0.0,0.0,0.0,-14.0,2.1,34.31,0.0,0.0,0.0
-1999,2,14,3,30,0.0,0.0,0.0,0.0,-14.0,2.1,38.64,0.0,0.0,0.0
-1999,2,14,4,30,0.0,0.0,0.0,0.0,-13.0,2.1,40.0,0.0,0.0,0.0
-1999,2,14,5,30,0.0,0.0,0.0,0.0,-13.0,2.1,39.98,0.0,0.0,0.0
-1999,2,14,6,30,0.0,0.0,0.0,0.0,-14.0,2.2,36.56,0.0,0.0,0.0
-1999,2,14,7,30,594.0,27.0,84.0,4.0,-11.0,2.8000000000000003,34.88,158.0291761469304,8.116986098207947,7.642898569767157
-1999,2,14,8,30,860.0,52.0,286.0,9.0,-9.0,3.6,32.32,426.2105830867725,19.531499685447788,18.25286793618747
-1999,2,14,9,30,857.0,60.0,420.0,12.0,-8.0,3.9,28.01,587.7097001816911,26.238209903546608,24.475080803001536
-1999,2,14,10,30,778.0,112.0,523.0,14.0,-9.0,3.8,23.32,693.8063057603212,30.91943917793413,28.838020260653167
-1999,2,14,11,30,292.0,281.0,455.0,14.0,-9.0,4.1000000000000005,20.49,516.5713298567911,26.351520410717708,24.801806421147333
-1999,2,14,12,30,901.0,101.0,646.0,13.0,-9.0,4.7,22.85,859.3805484331153,32.757556171811075,30.17941452651173
-1999,2,14,13,30,873.0,96.0,590.0,12.0,-8.0,4.9,26.66,789.8513265925928,29.92397228365038,27.554418303872602
-1999,2,14,14,30,173.0,225.0,309.0,10.0,-6.0,4.5,34.9,339.42933198629794,17.906184711170894,16.887896715212
-1999,2,14,15,30,248.0,147.0,234.0,8.0,-5.0,3.6,42.68,275.6476088566754,14.811146464135291,13.984203637565265
-1999,2,14,16,30,667.0,35.0,161.0,5.0,-5.0,2.8000000000000003,54.46,255.8877135330413,11.66640290738624,10.898739766787116
-1999,2,14,17,30,0.0,0.0,0.0,3.0,-5.0,2.4000000000000004,65.4,0.0,3.0,3.0
-1999,2,14,18,30,0.0,0.0,0.0,1.0,-6.0,2.5,61.7,0.0,1.0,1.0
-1999,2,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,61.89,0.0,0.0,0.0
-1999,2,14,20,30,0.0,0.0,0.0,0.0,-8.0,3.7,57.0,0.0,0.0,0.0
-1999,2,14,21,30,0.0,0.0,0.0,0.0,-9.0,3.8,51.81,0.0,0.0,0.0
-1999,2,14,22,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.29,0.0,0.0,0.0
-1999,2,14,23,30,0.0,0.0,0.0,0.0,-11.0,3.1,50.01,0.0,0.0,0.0
-1999,2,15,0,30,0.0,0.0,0.0,0.0,-11.0,2.7,48.76,0.0,0.0,0.0
-1999,2,15,1,30,0.0,0.0,0.0,-1.0,-11.0,2.4000000000000004,51.46,0.0,-1.0,-1.0
-1999,2,15,2,30,0.0,0.0,0.0,-1.0,-11.0,2.1,50.73,0.0,-1.0,-1.0
-1999,2,15,3,30,0.0,0.0,0.0,-1.0,-11.0,1.9,54.01,0.0,-1.0,-1.0
-1999,2,15,4,30,0.0,0.0,0.0,-1.0,-11.0,1.8,53.89,0.0,-1.0,-1.0
-1999,2,15,5,30,0.0,0.0,0.0,-1.0,-11.0,1.5,50.66,0.0,-1.0,-1.0
-1999,2,15,6,30,0.0,0.0,0.0,0.0,-11.0,0.9,48.58,0.0,0.0,0.0
-1999,2,15,7,30,240.0,42.0,66.0,1.0,-8.0,0.9,51.68,94.83348511614196,3.8054170550217625,3.520916599673337
-1999,2,15,8,30,591.0,95.0,259.0,2.0,-7.0,2.3000000000000003,55.83,352.4870633785977,11.493508932354837,10.436047742219044
-1999,2,15,9,30,550.0,132.0,366.0,2.0,-7.0,3.7,58.01,470.230462974333,13.542936476232327,12.132245087309329
-1999,2,15,10,30,266.0,249.0,392.0,2.0,-6.0,4.1000000000000005,63.67,444.0130490197711,12.61660978961627,11.284570642556956
-1999,2,15,11,30,82.0,284.0,333.0,1.0,-5.0,4.0,68.15,345.7803343038171,9.322240921101377,8.284899918189925
-1999,2,15,12,30,20.0,225.0,238.0,1.0,-4.0,3.3000000000000003,69.32000000000001,236.8671745147292,6.969909943141941,6.259308419597753
-1999,2,15,13,30,495.0,216.0,498.0,1.0,-5.0,2.6,68.82000000000001,607.3096988030388,17.03324970774447,15.211320611335353
-1999,2,15,14,30,670.0,126.0,450.0,1.0,-5.0,1.8,67.65,587.9570691735175,17.373107239342907,15.609236031822356
-1999,2,15,15,30,422.0,126.0,276.0,0.0,-5.0,1.1,65.73,348.8486552571662,10.1817742135381,9.135228247766602
-1999,2,15,16,30,458.0,74.0,163.0,0.0,-5.0,0.6000000000000001,75.10000000000002,225.63385553313034,6.811309561862817,6.134407995263426
-1999,2,15,17,30,0.0,0.0,0.0,-1.0,-6.0,0.4,76.36,0.0,-1.0,-1.0
-1999,2,15,18,30,0.0,0.0,0.0,-2.0,-6.0,0.30000000000000004,80.33,0.0,-2.0,-2.0
-1999,2,15,19,30,0.0,0.0,0.0,-3.0,-7.0,0.5,84.60000000000002,0.0,-3.0,-3.0
-1999,2,15,20,30,0.0,0.0,0.0,-3.0,-7.0,0.6000000000000001,82.03,0.0,-3.0,-3.0
-1999,2,15,21,30,0.0,0.0,0.0,-3.0,-8.0,0.6000000000000001,85.4,0.0,-3.0,-3.0
-1999,2,15,22,30,0.0,0.0,0.0,-4.0,-8.0,0.6000000000000001,82.05,0.0,-4.0,-4.0
-1999,2,15,23,30,0.0,0.0,0.0,-4.0,-9.0,0.7000000000000001,84.86,0.0,-4.0,-4.0
-1999,2,16,0,30,0.0,0.0,0.0,-5.0,-9.0,1.0,80.72,0.0,-5.0,-5.0
-1999,2,16,1,30,0.0,0.0,0.0,-5.0,-10.0,1.5,76.46000000000002,0.0,-5.0,-5.0
-1999,2,16,2,30,0.0,0.0,0.0,-5.0,-11.0,2.1,77.35000000000002,0.0,-5.0,-5.0
-1999,2,16,3,30,0.0,0.0,0.0,-5.0,-12.0,2.5,72.31,0.0,-5.0,-5.0
-1999,2,16,4,30,0.0,0.0,0.0,-5.0,-12.0,2.8000000000000003,62.3,0.0,-5.0,-5.0
-1999,2,16,5,30,0.0,0.0,0.0,-5.0,-13.0,2.9000000000000004,58.84,0.0,-5.0,-5.0
-1999,2,16,6,30,0.0,0.0,0.0,-4.0,-13.0,3.3000000000000003,53.34,0.0,-4.0,-4.0
-1999,2,16,7,30,549.0,28.0,86.0,-1.0,-13.0,3.7,45.23,151.80042206954664,2.7263060711353266,2.270904804926687
-1999,2,16,8,30,818.0,50.0,280.0,1.0,-12.0,3.7,37.55,410.56716457790174,11.07835747172387,9.846655977990164
-1999,2,16,9,30,633.0,113.0,385.0,4.0,-13.0,3.7,30.92,505.09915629369266,16.398872328301028,14.88357485941995
-1999,2,16,10,30,0.0,43.0,43.0,5.0,-13.0,3.7,28.11,42.02754351017277,6.031667029654977,5.905584399124458
-1999,2,16,11,30,0.0,114.0,114.0,6.0,-13.0,3.7,28.81,111.42185953859757,8.735117241410867,8.400851662795075
-1999,2,16,12,30,31.0,252.0,272.0,6.0,-12.0,3.7,30.65,272.6800146624001,12.693586093247191,11.875546049259992
-1999,2,16,13,30,9.0,178.0,183.0,5.0,-11.0,3.6,33.51,181.20473009601596,9.477499230983009,8.93388504069496
-1999,2,16,14,30,0.0,48.0,48.0,4.0,-9.0,2.9000000000000004,40.96,46.914467174146345,5.214137944002442,5.073394542480003
-1999,2,16,15,30,7.0,125.0,128.0,3.0,-7.0,1.8,55.41,125.93910712183634,6.5070834498706915,6.129266128505183
-1999,2,16,16,30,665.0,44.0,175.0,1.0,-7.0,1.2000000000000002,58.35,267.15053072216347,8.744995439479078,7.943543847312587
-1999,2,16,17,30,0.0,0.0,0.0,0.0,-7.0,0.9,60.6,0.0,0.0,0.0
-1999,2,16,18,30,0.0,0.0,0.0,0.0,-8.0,0.9,61.73,0.0,0.0,0.0
-1999,2,16,19,30,0.0,0.0,0.0,0.0,-9.0,1.1,58.11,0.0,0.0,0.0
-1999,2,16,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,59.14,0.0,0.0,0.0
-1999,2,16,21,30,0.0,0.0,0.0,-1.0,-10.0,1.7000000000000002,56.69,0.0,-1.0,-1.0
-1999,2,16,22,30,0.0,0.0,0.0,-1.0,-10.0,1.8,58.49,0.0,-1.0,-1.0
-1999,2,16,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,56.42,0.0,-2.0,-2.0
-1999,2,17,0,30,0.0,0.0,0.0,-2.0,-11.0,1.9,54.8,0.0,-2.0,-2.0
-1999,2,17,1,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,58.47,0.0,-2.0,-2.0
-1999,2,17,2,30,0.0,0.0,0.0,-3.0,-11.0,1.5,58.13,0.0,-3.0,-3.0
-1999,2,17,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,57.99,0.0,-3.0,-3.0
-1999,2,17,4,30,0.0,0.0,0.0,-3.0,-11.0,1.6,58.15,0.0,-3.0,-3.0
-1999,2,17,5,30,0.0,0.0,0.0,-3.0,-11.0,1.8,59.21,0.0,-3.0,-3.0
-1999,2,17,6,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,55.24,0.0,-2.0,-2.0
-1999,2,17,7,30,318.0,38.0,73.0,0.0,-11.0,3.2,45.89,110.04739012260914,2.7919872281671685,2.461845057799341
-1999,2,17,8,30,580.0,73.0,239.0,2.0,-10.0,3.4000000000000004,45.28,329.501993482485,10.249976824721221,9.261470844273767
-1999,2,17,9,30,449.0,160.0,355.0,4.0,-9.0,3.2,43.85,437.7166210647574,15.105208530685651,13.792058667491379
-1999,2,17,10,30,173.0,264.0,358.0,6.0,-7.0,3.3000000000000003,45.56,389.6347429511592,15.820205483951664,14.651301255098186
-1999,2,17,11,30,96.0,295.0,353.0,7.0,-6.0,3.8,42.9,368.8015747172228,15.993743297441275,14.887338573289608
-1999,2,17,12,30,25.0,242.0,258.0,8.0,-5.0,4.6000000000000005,42.09,257.87930484025037,13.967573257553362,13.19393534303261
-1999,2,17,13,30,617.0,187.0,546.0,8.0,-5.0,5.5,43.94,680.454270810483,22.851804823062114,20.810442010630666
-1999,2,17,14,30,524.0,172.0,431.0,7.0,-4.0,6.0,48.63,534.6778768506357,18.299558895858137,16.69552526530623
-1999,2,17,15,30,461.0,124.0,292.0,5.0,-4.0,5.300000000000002,56.71,370.18652211809655,13.185131887882957,12.074572321528667
-1999,2,17,16,30,0.0,4.0,4.0,3.0,-4.0,4.1000000000000005,67.27,3.9095389311788624,3.0934793456662377,3.0817507288727013
-1999,2,17,17,30,0.0,0.0,0.0,1.0,-5.0,3.6,68.15,0.0,1.0,1.0
-1999,2,17,18,30,0.0,0.0,0.0,0.0,-6.0,3.3000000000000003,66.55,0.0,0.0,0.0
-1999,2,17,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,65.51,0.0,0.0,0.0
-1999,2,17,20,30,0.0,0.0,0.0,0.0,-8.0,4.2,64.24,0.0,0.0,0.0
-1999,2,17,21,30,0.0,0.0,0.0,0.0,-10.0,5.9,56.09,0.0,0.0,0.0
-1999,2,17,22,30,0.0,0.0,0.0,-1.0,-11.0,6.7,50.93,0.0,-1.0,-1.0
-1999,2,17,23,30,0.0,0.0,0.0,-1.0,-12.0,6.9,52.82,0.0,-1.0,-1.0
-1999,2,18,0,30,0.0,0.0,0.0,-2.0,-12.0,6.6000000000000005,51.67,0.0,-2.0,-2.0
-1999,2,18,1,30,0.0,0.0,0.0,-2.0,-12.0,6.1000000000000005,54.78,0.0,-2.0,-2.0
-1999,2,18,2,30,0.0,0.0,0.0,-3.0,-12.0,5.5,54.28,0.0,-3.0,-3.0
-1999,2,18,3,30,0.0,0.0,0.0,-3.0,-12.0,4.7,54.27,0.0,-3.0,-3.0
-1999,2,18,4,30,0.0,0.0,0.0,-4.0,-12.0,3.9,58.83,0.0,-4.0,-4.0
-1999,2,18,5,30,0.0,0.0,0.0,-4.0,-12.0,3.3000000000000003,58.95,0.0,-4.0,-4.0
-1999,2,18,6,30,0.0,0.0,0.0,-3.0,-12.0,3.5,58.78,0.0,-3.0,-3.0
-1999,2,18,7,30,111.0,43.0,55.0,-2.0,-12.0,4.7,50.9,67.7674732029516,-0.4419944565068022,-0.645296876115657
-1999,2,18,8,30,817.0,54.0,292.0,0.0,-13.0,5.5,42.07,418.84154594166904,9.141764787082646,7.88524014925764
-1999,2,18,9,30,929.0,66.0,473.0,0.0,-13.0,5.5,37.09,649.5214216315736,14.176654914635233,12.228090649740512
-1999,2,18,10,30,985.0,71.0,611.0,1.0,-14.0,5.1000000000000005,33.55,821.9162342663653,19.410640031872653,16.944891329073556
-1999,2,18,11,30,1011.0,74.0,691.0,2.0,-14.0,4.7,33.35,923.1355323528531,23.223312731374595,20.453906134316036
-1999,2,18,12,30,1013.0,74.0,706.0,3.0,-14.0,4.4,31.3,940.6191904688819,25.053142410467725,22.23128483906108
-1999,2,18,13,30,457.0,235.0,503.0,4.0,-13.0,4.1000000000000005,32.04,599.7157141552261,18.339550911720114,16.540403769254436
-1999,2,18,14,30,198.0,235.0,333.0,3.0,-13.0,3.6,33.51,368.75891728796546,12.111891106264748,11.005614354400851
-1999,2,18,15,30,254.0,155.0,249.0,2.0,-12.0,2.2,38.55,289.3438545639477,9.845008986674607,8.976977422982763
-1999,2,18,16,30,0.0,32.0,32.0,0.0,-10.0,0.8,50.34,31.2763114494309,0.9314922657813958,0.8376633314331031
-1999,2,18,17,30,0.0,2.0,2.0,-1.0,-10.0,0.4,57.13,1.9547694655894312,-0.9401873179906162,-0.9460516263873845
-1999,2,18,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,56.99,0.0,-1.0,-1.0
-1999,2,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,59.63,0.0,0.0,0.0
-1999,2,18,20,30,0.0,0.0,0.0,0.0,-9.0,2.1,59.24,0.0,0.0,0.0
-1999,2,18,21,30,0.0,0.0,0.0,0.0,-9.0,2.7,59.5,0.0,0.0,0.0
-1999,2,18,22,30,0.0,0.0,0.0,-1.0,-9.0,3.1,60.15,0.0,-1.0,-1.0
-1999,2,18,23,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.45,0.0,-1.0,-1.0
-1999,2,19,0,30,0.0,0.0,0.0,-1.0,-9.0,3.8,62.5,0.0,-1.0,-1.0
-1999,2,19,1,30,0.0,0.0,0.0,-1.0,-8.0,3.9,64.39,0.0,-1.0,-1.0
-1999,2,19,2,30,0.0,0.0,0.0,0.0,-8.0,3.8,67.31,0.0,0.0,0.0
-1999,2,19,3,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.6,0.0,0.0,0.0
-1999,2,19,4,30,0.0,0.0,0.0,0.0,-6.0,3.5,68.83,0.0,0.0,0.0
-1999,2,19,5,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,70.24,0.0,0.0,0.0
-1999,2,19,6,30,0.0,0.0,0.0,0.0,-6.0,3.6,66.22,0.0,0.0,0.0
-1999,2,19,7,30,0.0,5.0,5.0,3.0,-5.0,4.2,62.23,4.886923663973579,3.116085635877007,3.1014248648850864
-1999,2,19,8,30,559.0,79.0,245.0,5.0,-4.0,4.9,56.66,329.3633930421424,12.474191824940043,11.486101645813616
-1999,2,19,9,30,565.0,136.0,387.0,6.0,-5.0,5.4,51.7,490.5228477315536,16.77582387820017,15.30425533500551
-1999,2,19,10,30,965.0,75.0,609.0,7.0,-6.0,5.7,47.66,813.7101231099075,24.532215616016412,22.09108524668669
-1999,2,19,11,30,1004.0,76.0,694.0,6.0,-7.0,6.3000000000000025,42.3,922.5014393552455,25.12340836894413,22.355904050878394
-1999,2,19,12,30,1024.0,72.0,715.0,5.0,-9.0,6.9,40.06,951.3754755900588,23.979738282204334,21.12561185543416
-1999,2,19,13,30,585.0,199.0,544.0,4.0,-10.0,7.1000000000000005,39.27,669.953543528066,17.19636821315683,15.186507582572634
-1999,2,19,14,30,543.0,168.0,441.0,3.0,-11.0,6.9,40.14,547.1528348919961,13.915582620179915,12.274124115503927
-1999,2,19,15,30,453.0,129.0,298.0,2.0,-11.0,6.1000000000000005,42.25,373.0874082389016,9.834053395880707,8.714791171164002
-1999,2,19,16,30,784.0,38.0,201.0,1.0,-11.0,4.4,46.4,306.7414052480354,8.191658390203454,7.2714341744593485
-1999,2,19,17,30,304.0,11.0,18.0,0.0,-10.0,2.9000000000000004,57.27,46.501666671123445,1.2034547414806491,1.0639497414672787
-1999,2,19,18,30,0.0,0.0,0.0,-1.0,-9.0,2.4000000000000004,63.16,0.0,-1.0,-1.0
-1999,2,19,19,30,0.0,0.0,0.0,-2.0,-9.0,2.0,63.55,0.0,-2.0,-2.0
-1999,2,19,20,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,68.35000000000001,0.0,-3.0,-3.0
-1999,2,19,21,30,0.0,0.0,0.0,-3.0,-10.0,1.5,67.25,0.0,-3.0,-3.0
-1999,2,19,22,30,0.0,0.0,0.0,-3.0,-10.0,1.4,70.59,0.0,-3.0,-3.0
-1999,2,19,23,30,0.0,0.0,0.0,-4.0,-10.0,1.4,68.47,0.0,-4.0,-4.0
-1999,2,20,0,30,0.0,0.0,0.0,-4.0,-11.0,1.4,66.71000000000001,0.0,-4.0,-4.0
-1999,2,20,1,30,0.0,0.0,0.0,-4.0,-11.0,1.5,65.1,0.0,-4.0,-4.0
-1999,2,20,2,30,0.0,0.0,0.0,-4.0,-11.0,1.7000000000000002,63.4,0.0,-4.0,-4.0
-1999,2,20,3,30,0.0,0.0,0.0,-4.0,-12.0,1.8,66.75,0.0,-4.0,-4.0
-1999,2,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.9,65.26,0.0,-5.0,-5.0
-1999,2,20,5,30,0.0,0.0,0.0,-5.0,-12.0,2.1,64.45,0.0,-5.0,-5.0
-1999,2,20,6,30,0.0,0.0,0.0,-4.0,-12.0,2.9000000000000004,58.5,0.0,-4.0,-4.0
-1999,2,20,7,30,607.0,30.0,105.0,-1.0,-13.0,3.5,49.11,173.46193738544633,3.314527417285187,2.7941416051288477
-1999,2,20,8,30,854.0,50.0,306.0,0.0,-12.0,3.5,40.26,436.6809464630068,10.861586953996303,9.551544114607283
-1999,2,20,9,30,950.0,61.0,487.0,1.0,-12.0,3.6,38.37,663.9408668190721,17.405723620047752,15.413901019590536
-1999,2,20,10,30,998.0,69.0,625.0,2.0,-11.0,3.5,40.58,836.443451054938,22.804899662604356,20.295569309439543
-1999,2,20,11,30,1015.0,75.0,705.0,3.0,-11.0,3.6,41.34,934.1572567835807,26.08266675295603,23.280194982605288
-1999,2,20,12,30,1017.0,77.0,721.0,3.0,-11.0,3.8,38.12,953.4991538835861,26.25241325482865,23.39191579317789
-1999,2,20,13,30,628.0,184.0,557.0,3.0,-11.0,4.0,40.33,692.1456023548661,19.658560027352145,17.582123220287546
-1999,2,20,14,30,967.0,69.0,560.0,2.0,-12.0,3.7,39.59,752.1372226604971,20.463015194006726,18.206603526025233
-1999,2,20,15,30,895.0,60.0,397.0,1.0,-12.0,3.1,39.09,548.9111557521949,15.018742676481558,13.372009209224974
-1999,2,20,16,30,730.0,45.0,200.0,-1.0,-11.0,2.0,51.79,296.62824564097593,7.150609522629422,6.260724785706493
-1999,2,20,17,30,234.0,13.0,19.0,-3.0,-11.0,1.2000000000000002,61.46,40.61379494468167,-1.8225602405647707,-1.9444016253988157
-1999,2,20,18,30,0.0,0.0,0.0,-4.0,-11.0,1.0,63.23,0.0,-4.0,-4.0
-1999,2,20,19,30,0.0,0.0,0.0,-4.0,-12.0,0.5,67.14,0.0,-4.0,-4.0
-1999,2,20,20,30,0.0,0.0,0.0,-5.0,-12.0,0.2,65.51,0.0,-5.0,-5.0
-1999,2,20,21,30,0.0,0.0,0.0,-5.0,-12.0,0.30000000000000004,63.52,0.0,-5.0,-5.0
-1999,2,20,22,30,0.0,0.0,0.0,-5.0,-13.0,0.6000000000000001,61.13,0.0,-5.0,-5.0
-1999,2,20,23,30,0.0,0.0,0.0,-5.0,-13.0,0.9,64.11,0.0,-5.0,-5.0
-1999,2,21,0,30,0.0,0.0,0.0,-5.0,-13.0,1.0,62.94000000000001,0.0,-5.0,-5.0
-1999,2,21,1,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,61.79,0.0,-6.0,-6.0
-1999,2,21,2,30,0.0,0.0,0.0,-5.0,-14.0,1.4,60.33,0.0,-5.0,-5.0
-1999,2,21,3,30,0.0,0.0,0.0,-5.0,-14.0,1.6,55.7,0.0,-5.0,-5.0
-1999,2,21,4,30,0.0,0.0,0.0,-4.0,-14.0,2.0,55.32,0.0,-4.0,-4.0
-1999,2,21,5,30,0.0,0.0,0.0,-4.0,-14.0,2.3000000000000003,49.84,0.0,-4.0,-4.0
-1999,2,21,6,30,0.0,0.0,0.0,-3.0,-14.0,2.7,47.68,0.0,-3.0,-3.0
-1999,2,21,7,30,160.0,48.0,68.0,-1.0,-13.0,3.5,43.23,85.36043959840828,1.123174470146029,0.867093151350804
-1999,2,21,8,30,479.0,94.0,240.0,1.0,-12.0,4.2,42.18,310.87760683057456,8.384691710020656,7.4520588895289315
-1999,2,21,9,30,634.0,121.0,408.0,3.0,-10.0,4.4,40.74,523.6208468403443,15.276471946849822,13.70560940632879
-1999,2,21,10,30,574.0,186.0,509.0,5.0,-9.0,4.5,43.04,625.9879574686101,19.580874286124484,17.702910413718655
-1999,2,21,11,30,581.0,219.0,583.0,6.0,-8.0,4.6000000000000005,42.67,708.726568763105,22.400609274514096,20.274429568224782
-1999,2,21,12,30,986.0,76.0,705.0,7.0,-7.0,4.7,38.55,928.8946973532438,28.355718597676095,25.569034505616365
-1999,2,21,13,30,973.0,73.0,656.0,8.0,-7.0,4.5,38.0,868.0351679774468,28.218778187675866,25.614672683743525
-1999,2,21,14,30,167.0,244.0,329.0,9.0,-6.0,3.9,40.66,357.188176336917,17.653456337674516,16.581891808663766
-1999,2,21,15,30,9.0,134.0,138.0,7.0,-5.0,2.9000000000000004,50.76,135.92637609043666,10.517750083136233,10.109970954864924
-1999,2,21,16,30,241.0,81.0,133.0,4.0,-3.0,2.3000000000000003,69.76,163.09884227932608,8.392729484010703,7.903432957172724
-1999,2,21,17,30,0.0,13.0,13.0,1.0,-5.0,2.7,67.54,12.706001526331303,1.3332225609594652,1.2951045563804713
-1999,2,21,18,30,0.0,0.0,0.0,1.0,-5.0,3.0,66.69,0.0,1.0,1.0
-1999,2,21,19,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.26,0.0,0.0,0.0
-1999,2,21,20,30,0.0,0.0,0.0,0.0,-5.0,3.2,71.37,0.0,0.0,0.0
-1999,2,21,21,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,72.26,0.0,0.0,0.0
-1999,2,21,22,30,0.0,0.0,0.0,1.0,-4.0,3.3000000000000003,75.2,0.0,1.0,1.0
-1999,2,21,23,30,0.0,0.0,0.0,0.0,-4.0,3.1,76.28,0.0,0.0,0.0
-1999,2,22,0,30,0.0,0.0,0.0,0.0,-4.0,2.8000000000000003,75.68,0.0,0.0,0.0
-1999,2,22,1,30,0.0,0.0,0.0,0.0,-5.0,3.0,77.53,0.0,0.0,0.0
-1999,2,22,2,30,0.0,0.0,0.0,0.0,-7.0,4.4,67.27,0.0,0.0,0.0
-1999,2,22,3,30,0.0,0.0,0.0,-1.0,-9.0,5.5,59.56,0.0,-1.0,-1.0
-1999,2,22,4,30,0.0,0.0,0.0,-2.0,-11.0,6.2,55.6,0.0,-2.0,-2.0
-1999,2,22,5,30,0.0,0.0,0.0,-3.0,-13.0,7.2,52.75,0.0,-3.0,-3.0
-1999,2,22,6,30,0.0,0.0,0.0,-3.0,-14.0,8.3,46.76,0.0,-3.0,-3.0
-1999,2,22,7,30,652.0,30.0,117.0,-2.0,-15.0,9.3,42.13,187.89960960770682,1.2239161755658747,0.6602173467427543
-1999,2,22,8,30,34.0,121.0,132.0,-1.0,-16.0,10.3,36.86,133.9188716326018,1.1607367651658014,0.758980150267996
-1999,2,22,9,30,970.0,60.0,504.0,0.0,-16.0,10.7,34.14,681.9991353467339,10.739086822052112,8.693089416011912
-1999,2,22,10,30,412.0,240.0,474.0,0.0,-16.0,10.1,32.33,554.7704850022845,9.061163332103515,7.396851877096662
-1999,2,22,11,30,476.0,252.0,552.0,0.0,-15.0,9.4,33.56,653.1409876315979,11.137273340240473,9.17785037734568
-1999,2,22,12,30,44.0,283.0,311.0,0.0,-15.0,9.1,32.4,314.87435409070946,5.46987694994524,4.525253887673112
-1999,2,22,13,30,539.0,218.0,544.0,0.0,-15.0,9.0,33.33,656.0149921388189,11.467017549471366,9.49897257305491
-1999,2,22,14,30,22.0,196.0,208.0,0.0,-14.0,8.700000000000001,36.64,207.2710648821184,3.691352321588062,3.0695391269417067
-1999,2,22,15,30,432.0,139.0,305.0,0.0,-14.0,8.3,37.13,374.63554887871,6.840960909572058,5.717054262935927
-1999,2,22,16,30,796.0,40.0,215.0,-1.0,-14.0,7.3000000000000025,43.41,318.0133713515353,5.184992856278776,4.23095274222417
-1999,2,22,17,30,356.0,13.0,25.0,-2.0,-14.0,6.2,47.75,56.34310677350432,-0.8244898652689184,-0.9935191855894314
-1999,2,22,18,30,0.0,0.0,0.0,-3.0,-14.0,5.300000000000002,48.03,0.0,-3.0,-3.0
-1999,2,22,19,30,0.0,0.0,0.0,-4.0,-14.0,4.7,51.4,0.0,-4.0,-4.0
-1999,2,22,20,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.8,0.0,-4.0,-4.0
-1999,2,22,21,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.84,0.0,-4.0,-4.0
-1999,2,22,22,30,0.0,0.0,0.0,-3.0,-14.0,4.6000000000000005,52.37000000000001,0.0,-3.0,-3.0
-1999,2,22,23,30,0.0,0.0,0.0,-3.0,-13.0,4.800000000000002,51.16,0.0,-3.0,-3.0
-1999,2,23,0,30,0.0,0.0,0.0,-3.0,-12.0,5.0,53.91,0.0,-3.0,-3.0
-1999,2,23,1,30,0.0,0.0,0.0,-2.0,-12.0,5.0,56.36,0.0,-2.0,-2.0
-1999,2,23,2,30,0.0,0.0,0.0,-2.0,-11.0,4.800000000000002,58.16,0.0,-2.0,-2.0
-1999,2,23,3,30,0.0,0.0,0.0,-2.0,-11.0,4.7,54.87000000000001,0.0,-2.0,-2.0
-1999,2,23,4,30,0.0,0.0,0.0,-2.0,-11.0,4.5,55.32,0.0,-2.0,-2.0
-1999,2,23,5,30,0.0,0.0,0.0,-1.0,-11.0,4.3,55.7,0.0,-1.0,-1.0
-1999,2,23,6,30,0.0,0.0,0.0,0.0,-11.0,4.0,52.13,0.0,0.0,0.0
-1999,2,23,7,30,170.0,51.0,74.0,0.0,-10.0,3.8,50.16,91.69228253269893,2.236044821901466,1.9609679743033692
-1999,2,23,8,30,688.0,63.0,280.0,2.0,-9.0,3.7,47.35,380.48175121113024,11.339838718265758,10.198393464632368
-1999,2,23,9,30,764.0,91.0,445.0,4.0,-9.0,3.5,42.97,582.435342469008,18.48694331307094,16.739637285663918
-1999,2,23,10,30,493.0,213.0,495.0,6.0,-8.0,2.8000000000000003,41.49,592.9708623860533,21.44811443436219,19.66920184720403
-1999,2,23,11,30,1018.0,69.0,716.0,7.0,-8.0,1.8,39.35,940.8757983230109,33.20099519595826,30.37836780098922
-1999,2,23,12,30,1023.0,68.0,731.0,8.0,-8.0,1.0,37.1,959.6281621830099,36.19765095390997,33.318766467360945
-1999,2,23,13,30,1007.0,68.0,680.0,8.0,-8.0,0.5,35.01,896.9764364687551,35.261012992881874,32.57008368347561
-1999,2,23,14,30,475.0,196.0,444.0,8.0,-8.0,0.5,35.39,531.8123471675483,24.162903189502625,22.56746614799998
-1999,2,23,15,30,523.0,124.0,328.0,7.0,-7.0,0.30000000000000004,39.48,411.5453042458806,19.67810417095645,18.443468258218807
-1999,2,23,16,30,740.0,44.0,210.0,4.0,-5.0,0.2,59.31,303.85948385292454,13.42433126723373,12.512752815674958
-1999,2,23,17,30,0.0,25.0,25.0,2.0,-7.0,0.4,58.64,24.43461831986789,2.747658525117298,2.6743546701576943
-1999,2,23,18,30,0.0,0.0,0.0,1.0,-7.0,0.8,59.14,0.0,1.0,1.0
-1999,2,23,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.85,0.0,1.0,1.0
-1999,2,23,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.16,0.0,0.0,0.0
-1999,2,23,21,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.37,0.0,0.0,0.0
-1999,2,23,22,30,0.0,0.0,0.0,0.0,-6.0,1.5,65.86,0.0,0.0,0.0
-1999,2,23,23,30,0.0,0.0,0.0,0.0,-7.0,1.9,68.31,0.0,0.0,0.0
-1999,2,24,0,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.66,0.0,0.0,0.0
-1999,2,24,1,30,0.0,0.0,0.0,-1.0,-8.0,3.2,68.06,0.0,-1.0,-1.0
-1999,2,24,2,30,0.0,0.0,0.0,0.0,-8.0,3.6,68.04,0.0,0.0,0.0
-1999,2,24,3,30,0.0,0.0,0.0,0.0,-7.0,3.7,63.77,0.0,0.0,0.0
-1999,2,24,4,30,0.0,0.0,0.0,0.0,-7.0,3.8,64.31,0.0,0.0,0.0
-1999,2,24,5,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.28,0.0,0.0,0.0
-1999,2,24,6,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,59.56,0.0,0.0,0.0
-1999,2,24,7,30,0.0,42.0,42.0,2.0,-6.0,4.800000000000002,55.97,41.05015877737806,2.9376305659055357,2.8144800895734017
-1999,2,24,8,30,79.0,133.0,159.0,5.0,-6.0,5.4,50.29,166.86964480741142,8.665798466632394,8.16518953221016
-1999,2,24,9,30,0.0,101.0,101.0,8.0,-5.0,5.0,44.95,98.71585801226628,10.225618053598243,9.929470479561445
-1999,2,24,10,30,393.0,249.0,477.0,9.0,-5.0,4.1000000000000005,39.38,551.4274184333319,22.184949725523627,20.53066747022363
-1999,2,24,11,30,523.0,242.0,577.0,10.0,-5.0,3.3000000000000003,36.73,686.9714720174571,27.314167021470716,25.253252605418343
-1999,2,24,12,30,622.0,221.0,627.0,11.0,-5.0,2.8000000000000003,34.59,761.0134946797418,30.825971725829334,28.542931241790107
-1999,2,24,13,30,517.0,229.0,546.0,12.0,-5.0,2.4000000000000004,34.9,651.7330971587312,29.436534495469513,27.481335203993318
-1999,2,24,14,30,380.0,222.0,422.0,11.0,-5.0,2.0,35.39,490.19232238997995,24.46927094605614,22.9986939788862
-1999,2,24,15,30,251.0,169.0,268.0,10.0,-5.0,1.3,41.8,305.1221434199432,18.786579324087164,17.871212893827334
-1999,2,24,16,30,49.0,88.0,100.0,6.0,-2.0,0.9,63.05,103.3900671793145,9.058542638493877,8.748372436955934
-1999,2,24,17,30,0.0,13.0,13.0,3.0,-4.0,0.9,68.62,12.706001526331303,3.3758760245861197,3.3377580200071257
-1999,2,24,18,30,0.0,0.0,0.0,2.0,-5.0,0.8,69.03,0.0,2.0,2.0
-1999,2,24,19,30,0.0,0.0,0.0,1.0,-5.0,0.9,66.22,0.0,1.0,1.0
-1999,2,24,20,30,0.0,0.0,0.0,1.0,-6.0,1.3,63.22,0.0,1.0,1.0
-1999,2,24,21,30,0.0,0.0,0.0,1.0,-6.0,1.5,59.89,0.0,1.0,1.0
-1999,2,24,22,30,0.0,0.0,0.0,1.0,-7.0,1.6,60.9,0.0,1.0,1.0
-1999,2,24,23,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.62000000000001,0.0,1.0,1.0
-1999,2,25,0,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.83,0.0,0.0,0.0
-1999,2,25,1,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,52.74,0.0,0.0,0.0
-1999,2,25,2,30,0.0,0.0,0.0,0.0,-9.0,2.0,51.26,0.0,0.0,0.0
-1999,2,25,3,30,0.0,0.0,0.0,0.0,-10.0,2.2,54.28,0.0,0.0,0.0
-1999,2,25,4,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.82,0.0,0.0,0.0
-1999,2,25,5,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.08,0.0,0.0,0.0
-1999,2,25,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,49.02,0.0,1.0,1.0
-1999,2,25,7,30,359.0,45.0,97.0,4.0,-9.0,3.2,43.97,134.52519806874307,7.41300810910757,7.009432514901341
-1999,2,25,8,30,642.0,74.0,283.0,8.0,-7.0,2.7,35.91000000000001,374.0556839198166,17.809836137584252,16.6876690858248
-1999,2,25,9,30,883.0,67.0,484.0,11.0,-7.0,1.8,29.67,641.709404068685,28.869972894586724,26.94484468238067
-1999,2,25,10,30,883.0,96.0,610.0,12.0,-8.0,2.1,27.31,788.9124611747312,33.53307259380699,31.1663352102828
-1999,2,25,11,30,894.0,115.0,692.0,13.0,-8.0,2.8000000000000003,24.86,885.2974492737375,36.06382517649878,33.407932828677566
-1999,2,25,12,30,993.0,110.0,764.0,14.0,-8.0,3.5,24.1,980.709802115022,38.39324380554626,35.451114399201195
-1999,2,25,13,30,995.0,100.0,714.0,14.0,-9.0,3.9,23.51,924.1698874282691,36.389497467325725,33.61698780504092
-1999,2,25,14,30,980.0,84.0,602.0,13.0,-9.0,3.8,23.26,789.2758638724551,32.24759815892285,29.879770567305485
-1999,2,25,15,30,299.0,166.0,285.0,12.0,-8.0,2.7,25.79,329.6521401061277,20.645326393538486,19.6563699732201
-1999,2,25,16,30,762.0,51.0,229.0,8.0,-5.0,1.6,44.6,321.5862494548172,17.07612062571841,16.111361877353957
-1999,2,25,17,30,324.0,18.0,32.0,5.0,-7.0,1.6,51.06,58.87152817212661,6.6615296581133,6.48491507359692
-1999,2,25,18,30,0.0,0.0,0.0,3.0,-8.0,2.1,53.26,0.0,3.0,3.0
-1999,2,25,19,30,0.0,0.0,0.0,2.0,-8.0,2.8000000000000003,52.68,0.0,2.0,2.0
-1999,2,25,20,30,0.0,0.0,0.0,1.0,-9.0,3.5,49.6,0.0,1.0,1.0
-1999,2,25,21,30,0.0,0.0,0.0,1.0,-10.0,3.6,45.68,0.0,1.0,1.0
-1999,2,25,22,30,0.0,0.0,0.0,1.0,-10.0,3.5,44.58,0.0,1.0,1.0
-1999,2,25,23,30,0.0,0.0,0.0,0.0,-10.0,3.4000000000000004,49.4,0.0,0.0,0.0
-1999,2,26,0,30,0.0,0.0,0.0,0.0,-9.0,3.2,51.3,0.0,0.0,0.0
-1999,2,26,1,30,0.0,0.0,0.0,0.0,-9.0,2.9000000000000004,52.26,0.0,0.0,0.0
-1999,2,26,2,30,0.0,0.0,0.0,0.0,-9.0,2.5,56.23,0.0,0.0,0.0
-1999,2,26,3,30,0.0,0.0,0.0,0.0,-9.0,2.2,55.91,0.0,0.0,0.0
-1999,2,26,4,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,59.8,0.0,0.0,0.0
-1999,2,26,5,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.52,0.0,-1.0,-1.0
-1999,2,26,6,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,51.84,0.0,0.0,0.0
-1999,2,26,7,30,534.0,46.0,127.0,3.0,-7.0,2.1,52.19,181.3017451806943,7.948563791914956,7.404658556372873
-1999,2,26,8,30,781.0,77.0,334.0,6.0,-7.0,2.2,42.13,444.8648124003446,18.06166433496759,16.727069897766555
-1999,2,26,9,30,889.0,98.0,523.0,7.0,-7.0,2.4000000000000004,40.56,678.9091462111254,25.163605314518673,23.126877875885295
-1999,2,26,10,30,937.0,116.0,666.0,8.0,-7.0,2.7,36.19,854.1022524593471,30.399347213672787,27.837040456294744
-1999,2,26,11,30,967.0,122.0,752.0,9.0,-8.0,3.0,31.91,958.410698956821,33.63964914323208,30.76441704636161
-1999,2,26,12,30,967.0,127.0,768.0,9.0,-8.0,3.4000000000000004,31.05,977.4550679286781,33.47324088206632,30.540875678280283
-1999,2,26,13,30,968.0,115.0,718.0,9.0,-9.0,3.7,32.4,919.1981774468965,31.563927705205277,28.806333172864587
-1999,2,26,14,30,955.0,94.0,604.0,8.0,-9.0,3.7,34.02,783.5063238362759,27.23304514888926,24.882526177380434
-1999,2,26,15,30,763.0,73.0,380.0,7.0,-9.0,3.2,35.95,500.30458043487846,19.693113368807957,18.19219962750332
-1999,2,26,16,30,526.0,66.0,190.0,4.0,-9.0,2.2,42.85,253.12797878706428,10.863084309690842,10.10370037332965
-1999,2,26,17,30,325.0,18.0,34.0,1.0,-8.0,1.5,51.93,59.51652404610577,2.6910345653898906,2.512484993251573
-1999,2,26,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,57.94,0.0,0.0,0.0
-1999,2,26,19,30,0.0,0.0,0.0,-1.0,-9.0,1.1,60.07,0.0,-1.0,-1.0
-1999,2,26,20,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.06,0.0,-2.0,-2.0
-1999,2,26,21,30,0.0,0.0,0.0,-3.0,-10.0,1.3,64.43,0.0,-3.0,-3.0
-1999,2,26,22,30,0.0,0.0,0.0,-4.0,-11.0,1.6,66.5,0.0,-4.0,-4.0
-1999,2,26,23,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,63.16,0.0,-4.0,-4.0
-1999,2,27,0,30,0.0,0.0,0.0,-4.0,-12.0,3.0,64.01,0.0,-4.0,-4.0
-1999,2,27,1,30,0.0,0.0,0.0,-5.0,-13.0,3.4000000000000004,59.97,0.0,-5.0,-5.0
-1999,2,27,2,30,0.0,0.0,0.0,-5.0,-14.0,3.5,56.54,0.0,-5.0,-5.0
-1999,2,27,3,30,0.0,0.0,0.0,-5.0,-14.0,3.6,58.16,0.0,-5.0,-5.0
-1999,2,27,4,30,0.0,0.0,0.0,-5.0,-15.0,3.8,56.01,0.0,-5.0,-5.0
-1999,2,27,5,30,0.0,0.0,0.0,-6.0,-15.0,4.0,54.41,0.0,-6.0,-6.0
-1999,2,27,6,30,0.0,0.0,0.0,-5.0,-15.0,4.7,49.3,0.0,-5.0,-5.0
-1999,2,27,7,30,294.0,52.0,98.0,-2.0,-16.0,5.300000000000002,37.89,126.81219727905881,0.8039231514490276,0.4234865596118511
-1999,2,27,8,30,912.0,52.0,357.0,0.0,-17.0,4.800000000000002,29.99,485.44127941536954,11.088010255954785,9.631686417708677
-1999,2,27,9,30,1000.0,61.0,545.0,2.0,-17.0,4.3,24.67,718.9282490627029,18.966176539356685,16.809391792168576
-1999,2,27,10,30,1040.0,67.0,683.0,3.0,-17.0,4.5,23.56,891.1178873843774,23.756434265302914,21.08308060314978
-1999,2,27,11,30,1055.0,70.0,761.0,5.0,-16.0,4.9,23.38,987.3679275331355,27.406185532682755,24.44408175008335
-1999,2,27,12,30,1051.0,72.0,773.0,6.0,-15.0,5.1000000000000005,23.97,1001.0517937070925,28.423214749678436,25.42005936855716
-1999,2,27,13,30,1031.0,71.0,717.0,6.0,-14.0,5.0,25.03,931.6271722381414,27.004186110586666,24.20930459387224
-1999,2,27,14,30,988.0,68.0,600.0,6.0,-12.0,4.800000000000002,28.3,784.532617439513,23.919583844984725,21.565985992666185
-1999,2,27,15,30,908.0,62.0,431.0,5.0,-11.0,3.7,34.230000000000004,573.1307729141994,19.068871809106177,17.349479490363578
-1999,2,27,16,30,743.0,50.0,228.0,3.0,-8.0,2.0,47.7,316.758833024591,11.703748205934742,10.753471706860969
-1999,2,27,17,30,0.0,16.0,16.0,1.0,-7.0,1.2000000000000002,55.52,15.63815572471545,1.453367786477456,1.4064533193033095
-1999,2,27,18,30,0.0,0.0,0.0,1.0,-8.0,1.6,58.46,0.0,1.0,1.0
-1999,2,27,19,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,57.0,0.0,0.0,0.0
-1999,2,27,20,30,0.0,0.0,0.0,0.0,-8.0,3.2,55.91,0.0,0.0,0.0
-1999,2,27,21,30,0.0,0.0,0.0,0.0,-8.0,3.6,59.12000000000001,0.0,0.0,0.0
-1999,2,27,22,30,0.0,0.0,0.0,0.0,-9.0,3.9,57.89,0.0,0.0,0.0
-1999,2,27,23,30,0.0,0.0,0.0,0.0,-9.0,4.1000000000000005,56.69,0.0,0.0,0.0
-1999,2,28,0,30,0.0,0.0,0.0,0.0,-9.0,4.2,55.99,0.0,0.0,0.0
-1999,2,28,1,30,0.0,0.0,0.0,0.0,-9.0,4.0,56.11,0.0,0.0,0.0
-1999,2,28,2,30,0.0,0.0,0.0,0.0,-9.0,3.8,57.39,0.0,0.0,0.0
-1999,2,28,3,30,0.0,0.0,0.0,0.0,-8.0,3.6,58.89,0.0,0.0,0.0
-1999,2,28,4,30,0.0,0.0,0.0,0.0,-8.0,3.6,60.12000000000001,0.0,0.0,0.0
-1999,2,28,5,30,0.0,0.0,0.0,0.0,-8.0,3.6,56.65,0.0,0.0,0.0
-1999,2,28,6,30,0.0,0.0,0.0,1.0,-8.0,3.8,53.64,0.0,1.0,1.0
-1999,2,28,7,30,569.0,43.0,135.0,4.0,-6.0,4.4,55.32,190.905383634457,8.475842779815084,7.903126628911712
-1999,2,28,8,30,789.0,67.0,334.0,7.0,-6.0,4.9,47.4,444.10723798718726,17.07805590324309,15.74573418928153
-1999,2,28,9,30,895.0,68.0,505.0,9.0,-5.0,4.800000000000002,43.23,659.5617303582817,24.06511197287432,22.086426781799474
-1999,2,28,10,30,933.0,92.0,649.0,10.0,-5.0,4.3,41.6,833.7263323340239,29.675326652320365,27.174147655318293
-1999,2,28,11,30,953.0,98.0,727.0,11.0,-5.0,3.9,38.8,928.9701288980204,33.50579101431483,30.718880627620766
-1999,2,28,12,30,953.0,101.0,741.0,12.0,-5.0,3.8,35.59,945.5211681986617,35.05785889226692,32.221295387670935
-1999,2,28,13,30,942.0,95.0,691.0,12.0,-5.0,3.9,32.75,883.3124936516567,33.399661586578105,30.749724105623134
-1999,2,28,14,30,923.0,81.0,582.0,11.0,-5.0,4.1000000000000005,34.56,752.3336592228469,28.98873458605819,26.73173360838965
-1999,2,28,15,30,426.0,155.0,330.0,10.0,-5.0,3.7,37.1,392.90680906702164,19.644841615434277,18.466121188233213
-1999,2,28,16,30,372.0,86.0,177.0,7.0,-4.0,2.5,50.41,218.89816156036704,12.817571895822768,12.160877411141668
-1999,2,28,17,30,146.0,21.0,29.0,4.0,-3.0,1.8,64.71000000000001,39.80732665971324,5.108532684583964,4.989110704604824
-1999,2,28,18,30,0.0,0.0,0.0,2.0,-4.0,1.9,71.97,0.0,2.0,2.0
-1999,2,28,19,30,0.0,0.0,0.0,2.0,-4.0,2.1,69.46000000000001,0.0,2.0,2.0
-1999,2,28,20,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,66.31,0.0,1.0,1.0
-1999,2,28,21,30,0.0,0.0,0.0,1.0,-6.0,2.8000000000000003,62.79,0.0,1.0,1.0
-1999,2,28,22,30,0.0,0.0,0.0,1.0,-6.0,3.1,59.71,0.0,1.0,1.0
-1999,2,28,23,30,0.0,0.0,0.0,1.0,-7.0,3.2,57.48,0.0,1.0,1.0
-1999,3,1,0,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.35,0.0,1.0,1.0
-1999,3,1,1,30,0.0,0.0,0.0,1.0,-7.0,3.4000000000000004,56.53,0.0,1.0,1.0
-1999,3,1,2,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.96,0.0,1.0,1.0
-1999,3,1,3,30,0.0,0.0,0.0,1.0,-7.0,2.9000000000000004,57.04,0.0,1.0,1.0
-1999,3,1,4,30,0.0,0.0,0.0,1.0,-7.0,2.5,60.55,0.0,1.0,1.0
-1999,3,1,5,30,0.0,0.0,0.0,1.0,-8.0,2.2,54.8,0.0,1.0,1.0
-1999,3,1,6,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,50.13,0.0,2.0,2.0
-1999,3,1,7,30,516.0,49.0,135.0,5.0,-7.0,2.7,46.61,184.56450266291844,9.840315508548924,9.286622000560168
-1999,3,1,8,30,756.0,75.0,335.0,9.0,-5.0,3.2,39.27,438.62879409888524,20.12835106462785,18.812464682331196
-1999,3,1,9,30,241.0,227.0,346.0,12.0,-5.0,3.5,32.21,382.39006081492994,21.51120704836419,20.364036865919402
-1999,3,1,10,30,925.0,94.0,652.0,13.0,-6.0,3.7,28.9,832.4027501965235,33.43332541108469,30.93611716049512
-1999,3,1,11,30,79.0,321.0,374.0,14.0,-6.0,4.2,26.75,383.0660906237312,23.099481344633396,21.950283072762204
-1999,3,1,12,30,420.0,296.0,580.0,14.0,-6.0,5.0,27.07,663.7742374179624,28.965254378149215,26.97393166589533
-1999,3,1,13,30,933.0,100.0,694.0,13.0,-6.0,5.8000000000000025,29.2,883.2343648944377,31.90779233458153,29.258089239898215
-1999,3,1,14,30,892.0,94.0,582.0,12.0,-6.0,6.1000000000000005,31.14,744.6542077636453,27.63617719671776,25.402214573426825
-1999,3,1,15,30,818.0,80.0,419.0,11.0,-6.0,5.6000000000000005,33.18,543.5362300362838,22.786930651557803,21.156321961448953
-1999,3,1,16,30,642.0,63.0,222.0,8.0,-5.0,3.9,42.82,295.49459115593754,15.15883030846731,14.272346534999498
-1999,3,1,17,30,134.0,24.0,32.0,6.0,-4.0,2.5,59.07,41.35851010731065,7.0991691494267695,6.975093619104838
-1999,3,1,18,30,0.0,0.0,0.0,4.0,-3.0,2.0,68.73,0.0,4.0,4.0
-1999,3,1,19,30,0.0,0.0,0.0,3.0,-2.0,1.7000000000000002,77.73,0.0,3.0,3.0
-1999,3,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.5,84.21000000000002,0.0,3.0,3.0
-1999,3,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.25,0.0,2.0,2.0
-1999,3,1,22,30,0.0,0.0,0.0,1.0,-3.0,1.5,78.62,0.0,1.0,1.0
-1999,3,1,23,30,0.0,0.0,0.0,0.0,-4.0,1.4,79.11,0.0,0.0,0.0
-1999,3,2,0,30,0.0,0.0,0.0,0.0,-5.0,1.5,79.27,0.0,0.0,0.0
-1999,3,2,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,79.33,0.0,0.0,0.0
-1999,3,2,2,30,0.0,0.0,0.0,-1.0,-7.0,1.2000000000000002,79.4,0.0,-1.0,-1.0
-1999,3,2,3,30,0.0,0.0,0.0,-2.0,-7.0,1.1,79.74,0.0,-2.0,-2.0
-1999,3,2,4,30,0.0,0.0,0.0,-3.0,-8.0,1.0,76.39,0.0,-3.0,-3.0
-1999,3,2,5,30,0.0,0.0,0.0,-4.0,-8.0,1.0,79.39,0.0,-4.0,-4.0
-1999,3,2,6,30,0.0,0.0,0.0,-3.0,-9.0,1.8,72.26,0.0,-3.0,-3.0
-1999,3,2,7,30,158.0,64.0,91.0,-1.0,-9.0,3.2,62.36,104.91568396191312,1.6617918819312703,1.3470448300455309
-1999,3,2,8,30,477.0,113.0,280.0,0.0,-10.0,4.2,54.28,342.5613031737324,8.137316938043732,7.109633028522534
-1999,3,2,9,30,51.0,214.0,239.0,1.0,-11.0,4.800000000000002,42.43,243.29998611257037,6.557238034101195,5.827338075763484
-1999,3,2,10,30,0.0,33.0,33.0,2.0,-12.0,5.1000000000000005,39.91,32.25369618222562,2.7224716648143246,2.6257105762676476
-1999,3,2,11,30,11.0,195.0,202.0,3.0,-12.0,5.2,36.24,200.27487030693638,7.4570575117851625,6.856232900864353
-1999,3,2,12,30,8.0,172.0,178.0,4.0,-12.0,5.2,36.33,175.27104005072601,7.900604726190804,7.374791606038626
-1999,3,2,13,30,530.0,240.0,580.0,4.0,-12.0,5.0,34.05,682.235773350897,19.38148261641653,17.33477529636384
-1999,3,2,14,30,611.0,169.0,506.0,4.0,-12.0,4.5,36.75,613.817849096756,18.29740106894616,16.455947521655894
-1999,3,2,15,30,353.0,168.0,316.0,3.0,-12.0,3.7,40.03,365.77726205907044,11.978881703435057,10.881549917257846
-1999,3,2,16,30,434.0,78.0,188.0,1.0,-11.0,2.4000000000000004,44.71,235.177396931158,7.291960331648053,6.586428140854578
-1999,3,2,17,30,0.0,13.0,13.0,0.0,-10.0,1.3,56.94,12.706001526331303,0.36589376651509664,0.32777576193610275
-1999,3,2,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,58.56,0.0,-1.0,-1.0
-1999,3,2,19,30,0.0,0.0,0.0,-2.0,-11.0,0.5,56.82,0.0,-2.0,-2.0
-1999,3,2,20,30,0.0,0.0,0.0,-3.0,-11.0,0.9,59.95,0.0,-3.0,-3.0
-1999,3,2,21,30,0.0,0.0,0.0,-4.0,-11.0,1.3,62.81,0.0,-4.0,-4.0
-1999,3,2,22,30,0.0,0.0,0.0,-4.0,-12.0,1.7000000000000002,61.42,0.0,-4.0,-4.0
-1999,3,2,23,30,0.0,0.0,0.0,-4.0,-12.0,2.1,61.15,0.0,-4.0,-4.0
-1999,3,3,0,30,0.0,0.0,0.0,-4.0,-12.0,2.4000000000000004,60.93,0.0,-4.0,-4.0
-1999,3,3,1,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,59.99,0.0,-3.0,-3.0
-1999,3,3,2,30,0.0,0.0,0.0,-3.0,-12.0,3.2,54.78,0.0,-3.0,-3.0
-1999,3,3,3,30,0.0,0.0,0.0,-3.0,-12.0,3.3000000000000003,55.22,0.0,-3.0,-3.0
-1999,3,3,4,30,0.0,0.0,0.0,-3.0,-12.0,3.2,57.0,0.0,-3.0,-3.0
-1999,3,3,5,30,0.0,0.0,0.0,-2.0,-11.0,3.1,55.18,0.0,-2.0,-2.0
-1999,3,3,6,30,0.0,0.0,0.0,-1.0,-10.0,3.6,50.53,0.0,-1.0,-1.0
-1999,3,3,7,30,572.0,49.0,150.0,2.0,-9.0,4.2,48.85,203.14182085156529,6.825499448786665,6.21607398623197
-1999,3,3,8,30,789.0,74.0,354.0,7.0,-7.0,4.4,41.68,458.9445880439058,17.760114678928115,16.383280914796398
-1999,3,3,9,30,891.0,88.0,536.0,10.0,-6.0,4.3,33.97,685.5312467102119,26.178031910826093,24.121438170695455
-1999,3,3,10,30,941.0,97.0,673.0,12.0,-7.0,3.7,29.28,854.4057195309167,32.973441157114635,30.410223998521886
-1999,3,3,11,30,961.0,102.0,752.0,13.0,-7.0,3.0,26.82,949.106039506233,37.40043693023269,34.553118811713986
-1999,3,3,12,30,689.0,213.0,686.0,14.0,-7.0,2.8000000000000003,24.64,826.6022740073134,35.5346947558031,33.05488793378116
-1999,3,3,13,30,584.0,230.0,607.0,14.0,-7.0,2.8000000000000003,24.44,719.651075343951,32.74839535958055,30.589442133548697
-1999,3,3,14,30,485.0,213.0,483.0,14.0,-7.0,2.8000000000000003,26.53,565.4786717965101,28.731886145218937,27.035450129829407
-1999,3,3,15,30,584.0,121.0,368.0,13.0,-6.0,2.0,30.51,452.98150710487414,25.44680990310248,24.087865381787857
-1999,3,3,16,30,387.0,85.0,184.0,10.0,-3.0,1.3,47.17,225.50419571706203,16.493827296091727,15.81731470894054
-1999,3,3,17,30,223.0,26.0,41.0,7.0,-4.0,1.4,50.47,55.8632538391733,8.597922081281233,8.430332319763712
-1999,3,3,18,30,0.0,0.0,0.0,5.0,-5.0,1.5,55.48,0.0,5.0,5.0
-1999,3,3,19,30,0.0,0.0,0.0,3.0,-5.0,1.6,63.47,0.0,3.0,3.0
-1999,3,3,20,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,66.07000000000001,0.0,2.0,2.0
-1999,3,3,21,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.65,0.0,2.0,2.0
-1999,3,3,22,30,0.0,0.0,0.0,1.0,-7.0,1.8,59.11,0.0,1.0,1.0
-1999,3,3,23,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.03,0.0,1.0,1.0
-1999,3,4,0,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.88,0.0,1.0,1.0
-1999,3,4,1,30,0.0,0.0,0.0,1.0,-8.0,1.0,56.91,0.0,1.0,1.0
-1999,3,4,2,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,58.33,0.0,0.0,0.0
-1999,3,4,3,30,0.0,0.0,0.0,0.0,-7.0,0.5,61.43,0.0,0.0,0.0
-1999,3,4,4,30,0.0,0.0,0.0,0.0,-7.0,0.4,67.9,0.0,0.0,0.0
-1999,3,4,5,30,0.0,0.0,0.0,0.0,-7.0,0.2,73.09,0.0,0.0,0.0
-1999,3,4,6,30,0.0,0.0,0.0,0.0,-7.0,0.4,63.06,0.0,0.0,0.0
-1999,3,4,7,30,325.0,60.0,119.0,2.0,-5.0,1.0,59.65,147.93250072714565,6.346838895134021,5.903041392952584
-1999,3,4,8,30,772.0,73.0,351.0,5.0,-5.0,1.4,53.0,452.2710753814081,17.936839306878717,16.58002608073449
-1999,3,4,9,30,885.0,83.0,533.0,8.0,-5.0,1.4,45.79,679.6240884106398,27.440083833435015,25.401211568203095
-1999,3,4,10,30,937.0,90.0,670.0,9.0,-5.0,1.7000000000000002,39.86,847.4565983171304,32.758030607172294,30.215660812220904
-1999,3,4,11,30,961.0,95.0,748.0,10.0,-5.0,1.9,37.17,945.2855843962069,36.148295911024086,33.31243915783546
-1999,3,4,12,30,15.0,224.0,235.0,11.0,-5.0,2.1,34.410000000000004,232.44639079959455,17.344537896895396,16.64719872449661
-1999,3,4,13,30,52.0,294.0,328.0,11.0,-5.0,2.3000000000000003,34.22,331.55358951739794,19.929709174197292,18.935048405645098
-1999,3,4,14,30,63.0,256.0,291.0,10.0,-5.0,2.0,36.85,296.769101062255,18.154479880745555,17.26417257755879
-1999,3,4,15,30,547.0,133.0,366.0,9.0,-5.0,1.2000000000000002,40.76,444.6327514562148,21.890405356719445,20.5565071023508
-1999,3,4,16,30,678.0,50.0,226.0,6.0,-3.0,0.6000000000000001,56.69,299.5972862122788,15.044076543673704,14.145284685036868
-1999,3,4,17,30,196.0,29.0,43.0,4.0,-3.0,0.7000000000000001,69.4,55.392861532519035,5.660916273092719,5.494737688495162
-1999,3,4,18,30,0.0,0.0,0.0,3.0,-3.0,0.9,75.44,0.0,3.0,3.0
-1999,3,4,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.62,0.0,1.0,1.0
-1999,3,4,20,30,0.0,0.0,0.0,0.0,-3.0,3.4000000000000004,82.86,0.0,0.0,0.0
-1999,3,4,21,30,0.0,0.0,0.0,0.0,-3.0,3.5,95.04,0.0,0.0,0.0
-1999,3,4,22,30,0.0,0.0,0.0,-1.0,-4.0,2.5,98.72,0.0,-1.0,-1.0
-1999,3,4,23,30,0.0,0.0,0.0,-2.0,-4.0,1.6,94.84,0.0,-2.0,-2.0
-1999,3,5,0,30,0.0,0.0,0.0,-3.0,-5.0,1.0,98.32,0.0,-3.0,-3.0
-1999,3,5,1,30,0.0,0.0,0.0,-3.0,-6.0,0.9,100.0,0.0,-3.0,-3.0
-1999,3,5,2,30,0.0,0.0,0.0,-4.0,-6.0,1.2000000000000002,94.94,0.0,-4.0,-4.0
-1999,3,5,3,30,0.0,0.0,0.0,-4.0,-7.0,1.6,97.34,0.0,-4.0,-4.0
-1999,3,5,4,30,0.0,0.0,0.0,-4.0,-7.0,1.9,92.74,0.0,-4.0,-4.0
-1999,3,5,5,30,0.0,0.0,0.0,-4.0,-8.0,2.1,82.19,0.0,-4.0,-4.0
-1999,3,5,6,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,68.07000000000001,0.0,-2.0,-2.0
-1999,3,5,7,30,12.0,67.0,69.0,0.0,-8.0,3.6,59.94,68.82000909166963,1.7005159722978407,1.494055945022832
-1999,3,5,8,30,0.0,100.0,100.0,1.0,-9.0,3.8,47.19,97.73847327947156,3.383489657367616,3.090274237529201
-1999,3,5,9,30,133.0,243.0,311.0,2.0,-11.0,3.6,41.92,327.8993132933682,10.102265996770424,9.11856805689032
-1999,3,5,10,30,41.0,268.0,294.0,3.0,-12.0,3.4000000000000004,36.12,295.31058522834894,10.393902108086165,9.507970352401118
-1999,3,5,11,30,18.0,244.0,257.0,4.0,-12.0,3.3000000000000003,34.43,254.50992224918798,10.414571029424037,9.651041262676474
-1999,3,5,12,30,192.0,359.0,493.0,4.0,-13.0,3.6,31.29,524.3368279141473,16.956161478332632,15.383150994590192
-1999,3,5,13,30,238.0,327.0,484.0,4.0,-13.0,4.0,33.24,522.5446073731739,16.576603361025423,15.008969538905902
-1999,3,5,14,30,243.0,268.0,406.0,3.0,-13.0,4.2,32.84,442.1041761580557,13.501891975832125,12.175579447357958
-1999,3,5,15,30,521.0,141.0,365.0,2.0,-13.0,4.0,34.68,438.55496493320817,12.555140686839907,11.239475792040283
-1999,3,5,16,30,552.0,68.0,214.0,0.0,-13.0,2.7,36.71,271.5618372182274,7.121873129732192,6.30718761807751
-1999,3,5,17,30,412.0,24.0,55.0,-2.0,-13.0,1.5,48.11,80.90248893092009,0.29867095568748026,0.055963488894720026
-1999,3,5,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,54.63,0.0,-4.0,-4.0
-1999,3,5,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,56.34,0.0,-5.0,-5.0
-1999,3,5,20,30,0.0,0.0,0.0,-5.0,-14.0,1.1,58.67,0.0,-5.0,-5.0
-1999,3,5,21,30,0.0,0.0,0.0,-6.0,-14.0,1.3,57.2,0.0,-6.0,-6.0
-1999,3,5,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,58.01,0.0,-5.0,-5.0
-1999,3,5,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,54.65,0.0,-5.0,-5.0
-1999,3,6,0,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,54.67,0.0,-5.0,-5.0
-1999,3,6,1,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,56.82,0.0,-5.0,-5.0
-1999,3,6,2,30,0.0,0.0,0.0,-5.0,-13.0,2.2,61.45,0.0,-5.0,-5.0
-1999,3,6,3,30,0.0,0.0,0.0,-5.0,-12.0,2.2,65.59,0.0,-5.0,-5.0
-1999,3,6,4,30,0.0,0.0,0.0,-5.0,-11.0,2.4000000000000004,68.14,0.0,-5.0,-5.0
-1999,3,6,5,30,0.0,0.0,0.0,-5.0,-11.0,2.7,69.60000000000001,0.0,-5.0,-5.0
-1999,3,6,6,30,0.0,0.0,0.0,-4.0,-11.0,3.0,65.48,0.0,-4.0,-4.0
-1999,3,6,7,30,0.0,19.0,19.0,-3.0,-10.0,3.5,62.9,18.570309923099597,-2.538099755379426,-2.593810685148725
-1999,3,6,8,30,18.0,137.0,143.0,-1.0,-10.0,3.7,56.53,142.90180206621346,2.507868063578569,2.0791626573799284
-1999,3,6,9,30,365.0,220.0,410.0,1.0,-9.0,3.6,51.56,464.3543458155624,12.474017401152329,11.080954363705642
-1999,3,6,10,30,856.0,131.0,668.0,3.0,-8.0,3.5,47.67,827.5092217626121,23.582678131961597,21.10015046667376
-1999,3,6,11,30,906.0,126.0,751.0,5.0,-8.0,3.4000000000000004,43.21,932.4573980594844,28.346602072802064,25.54922987862361
-1999,3,6,12,30,927.0,118.0,768.0,6.0,-8.0,3.1,41.23,955.447702420703,30.4013541002219,27.53501099295979
-1999,3,6,13,30,919.0,111.0,717.0,7.0,-7.0,2.8000000000000003,39.24,894.4590187987659,30.302502965575137,27.619125909178837
-1999,3,6,14,30,881.0,102.0,604.0,7.0,-7.0,2.8000000000000003,42.58,754.8883545721756,26.666399188103895,24.401734124387367
-1999,3,6,15,30,414.0,165.0,346.0,6.0,-7.0,3.0,45.72,401.0822314625101,16.311368050854867,15.108121356467336
-1999,3,6,16,30,668.0,66.0,244.0,3.0,-6.0,3.4000000000000004,56.53,313.84026600895675,10.857842964388215,9.916322166361345
-1999,3,6,17,30,295.0,29.0,52.0,0.0,-7.0,3.5,65.01,69.88816650585355,1.738331850077656,1.5286673505600952
-1999,3,6,18,30,0.0,0.0,0.0,-1.0,-8.0,3.5,64.93,0.0,-1.0,-1.0
-1999,3,6,19,30,0.0,0.0,0.0,-2.0,-8.0,3.5,69.12,0.0,-2.0,-2.0
-1999,3,6,20,30,0.0,0.0,0.0,-2.0,-8.0,3.5,73.68,0.0,-2.0,-2.0
-1999,3,6,21,30,0.0,0.0,0.0,-3.0,-9.0,3.6,72.65,0.0,-3.0,-3.0
-1999,3,6,22,30,0.0,0.0,0.0,-3.0,-9.0,3.6,71.5,0.0,-3.0,-3.0
-1999,3,6,23,30,0.0,0.0,0.0,-3.0,-9.0,3.6,75.63,0.0,-3.0,-3.0
-1999,3,7,0,30,0.0,0.0,0.0,-3.0,-9.0,3.5,74.06,0.0,-3.0,-3.0
-1999,3,7,1,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,72.79,0.0,-3.0,-3.0
-1999,3,7,2,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,71.7,0.0,-3.0,-3.0
-1999,3,7,3,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,65.77,0.0,-3.0,-3.0
-1999,3,7,4,30,0.0,0.0,0.0,-3.0,-10.0,3.5,65.6,0.0,-3.0,-3.0
-1999,3,7,5,30,0.0,0.0,0.0,-2.0,-10.0,3.7,65.54,0.0,-2.0,-2.0
-1999,3,7,6,30,0.0,0.0,0.0,-1.0,-10.0,4.1000000000000005,56.77,0.0,-1.0,-1.0
-1999,3,7,7,30,307.0,67.0,128.0,2.0,-9.0,4.3,49.76,152.94148910518118,5.609306363651162,5.150481896335618
-1999,3,7,8,30,846.0,65.0,383.0,5.0,-7.0,4.5,46.01,489.68844643111544,16.40610708495576,14.937041745662412
-1999,3,7,9,30,938.0,76.0,568.0,8.0,-6.0,4.9,39.56,718.2049588546392,24.29811249672153,22.14349762015761
-1999,3,7,10,30,984.0,82.0,705.0,11.0,-6.0,5.2,34.7,887.4389889794327,30.749690043588156,28.087373076649857
-1999,3,7,11,30,997.0,87.0,780.0,12.0,-6.0,5.7,32.49,978.7025285579595,33.0871454923524,30.15103790667852
-1999,3,7,12,30,987.0,92.0,788.0,13.0,-6.0,6.0,30.87,987.2050394925682,33.862994279358254,30.901379160880552
-1999,3,7,13,30,958.0,94.0,730.0,13.0,-6.0,6.1000000000000005,29.43,913.6424211271793,32.184575393841286,29.443648130459746
-1999,3,7,14,30,906.0,93.0,612.0,13.0,-6.0,6.3000000000000025,31.7,766.7153769673367,28.89397114300768,26.59382501210567
-1999,3,7,15,30,365.0,177.0,338.0,11.0,-6.0,5.300000000000002,34.05,385.13963633546604,19.51575767972284,18.36033877071644
-1999,3,7,16,30,636.0,72.0,244.0,8.0,-3.0,3.6,48.99,308.82664354304757,15.630987658204962,14.70450772757582
-1999,3,7,17,30,127.0,31.0,42.0,5.0,-4.0,3.0,63.35,48.364348847435096,6.243392407804673,6.0982993612623675
-1999,3,7,18,30,0.0,0.0,0.0,3.0,-4.0,3.1,69.24,0.0,3.0,3.0
-1999,3,7,19,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,72.98,0.0,2.0,2.0
-1999,3,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.2,77.14,0.0,2.0,2.0
-1999,3,7,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,80.64,0.0,2.0,2.0
-1999,3,7,22,30,0.0,0.0,0.0,1.0,-2.0,1.2000000000000002,83.13,0.0,1.0,1.0
-1999,3,7,23,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.95,0.0,1.0,1.0
-1999,3,8,0,30,0.0,0.0,0.0,1.0,-2.0,2.6,82.01,0.0,1.0,1.0
-1999,3,8,1,30,0.0,0.0,0.0,0.0,-3.0,2.7,84.29,0.0,0.0,0.0
-1999,3,8,2,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,80.65,0.0,0.0,0.0
-1999,3,8,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,83.07000000000002,0.0,0.0,0.0
-1999,3,8,4,30,0.0,0.0,0.0,0.0,-5.0,1.9,85.7,0.0,0.0,0.0
-1999,3,8,5,30,0.0,0.0,0.0,-1.0,-5.0,2.4000000000000004,83.46000000000002,0.0,-1.0,-1.0
-1999,3,8,6,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,75.87,0.0,0.0,0.0
-1999,3,8,7,30,500.0,65.0,167.0,0.0,-6.0,5.0,67.95,207.67840904681185,4.68225496717773,4.059219740037295
-1999,3,8,8,30,734.0,93.0,372.0,2.0,-7.0,6.1000000000000005,58.36,463.1665225909462,11.725525946558927,10.336026378786087
-1999,3,8,9,30,869.0,100.0,561.0,4.0,-8.0,6.5,49.8,697.2489102012454,18.269885783750816,16.17813905314708
-1999,3,8,10,30,940.0,103.0,703.0,5.0,-9.0,6.3000000000000025,43.29,874.9273030710166,23.137198920209855,20.512417010996806
-1999,3,8,11,30,974.0,103.0,785.0,6.0,-9.0,5.9,38.55,976.6999783036622,26.77431768609855,23.84421775118756
-1999,3,8,12,30,986.0,100.0,801.0,6.0,-10.0,5.4,34.78,996.8828569396605,27.89955909955423,24.90891052873525
-1999,3,8,13,30,980.0,94.0,749.0,6.0,-10.0,4.9,33.93,934.9747019518965,27.217234281286608,24.412310175430918
-1999,3,8,14,30,953.0,84.0,634.0,6.0,-10.0,4.4,35.93,795.0833970406576,24.641005372637192,22.25575518151522
-1999,3,8,15,30,894.0,71.0,468.0,5.0,-10.0,3.6,38.43,590.7018860159676,19.59601655528118,17.82391089723328
-1999,3,8,16,30,762.0,55.0,265.0,3.0,-10.0,2.2,41.95,340.710573236472,12.237719988638807,11.215588268929391
-1999,3,8,17,30,413.0,27.0,62.0,0.0,-8.0,0.9,54.77,85.68269544093707,2.5347132905202603,2.277665204197449
-1999,3,8,18,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,61.01,0.0,0.0,0.0
-1999,3,8,19,30,0.0,0.0,0.0,-1.0,-9.0,0.8,63.48,0.0,-1.0,-1.0
-1999,3,8,20,30,0.0,0.0,0.0,-2.0,-10.0,1.0,67.1,0.0,-2.0,-2.0
-1999,3,8,21,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,70.84,0.0,-3.0,-3.0
-1999,3,8,22,30,0.0,0.0,0.0,-4.0,-10.0,1.4,69.35000000000001,0.0,-4.0,-4.0
-1999,3,8,23,30,0.0,0.0,0.0,-4.0,-11.0,1.6,67.23,0.0,-4.0,-4.0
-1999,3,9,0,30,0.0,0.0,0.0,-4.0,-11.0,1.8,64.62,0.0,-4.0,-4.0
-1999,3,9,1,30,0.0,0.0,0.0,-4.0,-11.0,2.2,62.61,0.0,-4.0,-4.0
-1999,3,9,2,30,0.0,0.0,0.0,-3.0,-12.0,2.5,60.67,0.0,-3.0,-3.0
-1999,3,9,3,30,0.0,0.0,0.0,-3.0,-12.0,2.6,55.72,0.0,-3.0,-3.0
-1999,3,9,4,30,0.0,0.0,0.0,-2.0,-12.0,2.5,57.3,0.0,-2.0,-2.0
-1999,3,9,5,30,0.0,0.0,0.0,-2.0,-11.0,2.5,55.25,0.0,-2.0,-2.0
-1999,3,9,6,30,0.0,0.0,0.0,-1.0,-11.0,2.7,49.84,0.0,-1.0,-1.0
-1999,3,9,7,30,595.0,55.0,178.0,2.0,-10.0,2.6,46.45,227.3280307808468,8.001562448718957,7.319578356376416
-1999,3,9,8,30,804.0,75.0,385.0,5.0,-8.0,1.7000000000000002,41.54,483.85802621083116,18.56472274694723,17.113148668314736
-1999,3,9,9,30,680.0,141.0,505.0,8.0,-7.0,0.8,37.14,609.2332957241322,26.144598155095593,24.316898267923197
-1999,3,9,10,30,960.0,88.0,706.0,10.0,-7.0,0.6000000000000001,36.14,879.849566842331,36.56041024284173,33.92086154231474
-1999,3,9,11,30,978.0,92.0,781.0,11.0,-6.0,1.2000000000000002,34.61,972.4986426396932,39.19383338593212,36.276337458013046
-1999,3,9,12,30,463.0,295.0,626.0,12.0,-6.0,1.9,32.82,711.8193569337034,31.69020102235681,29.5547429515557
-1999,3,9,13,30,373.0,311.0,562.0,12.0,-6.0,2.7,30.97,625.7823628452079,28.411520266104855,26.53417317756923
-1999,3,9,14,30,365.0,260.0,473.0,11.0,-6.0,3.4000000000000004,33.21,527.9902144825865,24.219668224533724,22.635697581085964
-1999,3,9,15,30,565.0,135.0,388.0,10.0,-6.0,3.3000000000000003,35.85,462.4661679529743,21.65582094726904,20.268422443410117
-1999,3,9,16,30,493.0,81.0,219.0,8.0,-4.0,2.4000000000000004,46.28,265.61702704814286,15.106345335076643,14.309494253932215
-1999,3,9,17,30,336.0,31.0,60.0,5.0,-4.0,2.0,64.29,78.98274550173973,7.1702502275830735,6.933301991077855
-1999,3,9,18,30,0.0,0.0,0.0,3.0,-5.0,2.5,62.85,0.0,3.0,3.0
-1999,3,9,19,30,0.0,0.0,0.0,2.0,-5.0,2.6,65.44,0.0,2.0,2.0
-1999,3,9,20,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.63,0.0,1.0,1.0
-1999,3,9,21,30,0.0,0.0,0.0,0.0,-5.0,1.9,70.23,0.0,0.0,0.0
-1999,3,9,22,30,0.0,0.0,0.0,0.0,-5.0,1.8,75.14,0.0,0.0,0.0
-1999,3,9,23,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,73.75,0.0,0.0,0.0
-1999,3,10,0,30,0.0,0.0,0.0,0.0,-6.0,1.6,76.72,0.0,0.0,0.0
-1999,3,10,1,30,0.0,0.0,0.0,-1.0,-7.0,1.6,73.64,0.0,-1.0,-1.0
-1999,3,10,2,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,76.24,0.0,-1.0,-1.0
-1999,3,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,73.41,0.0,-2.0,-2.0
-1999,3,10,4,30,0.0,0.0,0.0,-2.0,-8.0,1.8,71.25,0.0,-2.0,-2.0
-1999,3,10,5,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.14,0.0,-1.0,-1.0
-1999,3,10,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,56.68,0.0,0.0,0.0
-1999,3,10,7,30,393.0,66.0,150.0,2.0,-7.0,3.6,56.87000000000001,180.51573465893804,6.460474418562093,5.9189272145852785
-1999,3,10,8,30,876.0,65.0,408.0,4.0,-8.0,4.3,44.7,513.8866321369791,16.127345577835282,14.585685681424346
-1999,3,10,9,30,962.0,75.0,594.0,6.0,-9.0,4.0,38.03,743.4667021367989,23.893756232425662,21.663356126015266
-1999,3,10,10,30,1001.0,82.0,731.0,7.0,-10.0,3.1,31.54,911.1025526815442,30.268815188179897,27.535507530135263
-1999,3,10,11,30,1011.0,88.0,805.0,8.0,-10.0,2.2,29.1,1001.3923292183265,35.15085078874054,32.14667380108556
-1999,3,10,12,30,1004.0,91.0,814.0,9.0,-10.0,1.7000000000000002,27.17,1010.0056499679602,37.31501364554387,34.28499669563999
-1999,3,10,13,30,981.0,91.0,756.0,10.0,-10.0,1.9,27.31,937.7105924721754,35.93875803842476,33.12562626100823
-1999,3,10,14,30,935.0,89.0,636.0,9.0,-10.0,2.9000000000000004,29.34,790.5116682896767,29.45829931488788,27.08676431001885
-1999,3,10,15,30,853.0,81.0,466.0,8.0,-10.0,3.9,31.93,579.7263314089637,22.044799993367533,20.305620999140643
-1999,3,10,16,30,699.0,66.0,264.0,6.0,-9.0,4.1000000000000005,38.9,329.9622781193948,13.88958964116045,12.899702806802265
-1999,3,10,17,30,340.0,33.0,64.0,3.0,-8.0,3.3000000000000003,49.71,81.96908165084764,5.065917477084524,4.820010232131981
-1999,3,10,18,30,0.0,0.0,0.0,1.0,-8.0,2.4000000000000004,52.99,0.0,1.0,1.0
-1999,3,10,19,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.24,0.0,0.0,0.0
-1999,3,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.3,63.06,0.0,0.0,0.0
-1999,3,10,21,30,0.0,0.0,0.0,-1.0,-8.0,1.3,66.22,0.0,-1.0,-1.0
-1999,3,10,22,30,0.0,0.0,0.0,-1.0,-8.0,1.3,71.77,0.0,-1.0,-1.0
-1999,3,10,23,30,0.0,0.0,0.0,-2.0,-8.0,1.3,77.77,0.0,-2.0,-2.0
-1999,3,11,0,30,0.0,0.0,0.0,-3.0,-8.0,1.4,85.54,0.0,-3.0,-3.0
-1999,3,11,1,30,0.0,0.0,0.0,-4.0,-7.0,1.5,87.19,0.0,-4.0,-4.0
-1999,3,11,2,30,0.0,0.0,0.0,-4.0,-7.0,1.7000000000000002,88.44,0.0,-4.0,-4.0
-1999,3,11,3,30,0.0,0.0,0.0,-4.0,-7.0,1.9,89.91,0.0,-4.0,-4.0
-1999,3,11,4,30,0.0,0.0,0.0,-3.0,-7.0,2.3000000000000003,91.41,0.0,-3.0,-3.0
-1999,3,11,5,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,86.07000000000002,0.0,-2.0,-2.0
-1999,3,11,6,30,0.0,12.0,12.0,-1.0,-6.0,4.2,74.82000000000002,11.728616793536586,-0.7213944738951831,-0.7565803242757928
-1999,3,11,7,30,379.0,78.0,161.0,1.0,-6.0,5.9,67.05,189.42677852490715,5.029089958786883,4.460809623212161
-1999,3,11,8,30,499.0,139.0,337.0,3.0,-5.0,6.9,59.68,394.1221234456277,10.862652492261496,9.680286121924613
-1999,3,11,9,30,550.0,192.0,492.0,5.0,-6.0,7.1000000000000005,51.03,572.6593798845622,16.279922482204405,14.56194434255072
-1999,3,11,10,30,541.0,251.0,605.0,6.0,-6.0,7.2,46.3,696.1518042817945,19.625553295557996,17.53709788271261
-1999,3,11,11,30,526.0,293.0,668.0,7.0,-6.0,7.2,42.26,764.1776046362756,21.957000204841272,19.664467390932444
-1999,3,11,12,30,526.0,297.0,678.0,8.0,-6.0,7.1000000000000005,39.11,774.2421071416807,23.250585702057737,20.927859380632697
-1999,3,11,13,30,896.0,126.0,737.0,9.0,-6.0,7.1000000000000005,36.64,900.5097397166799,26.7377345334356,24.03620531428556
-1999,3,11,14,30,846.0,120.0,620.0,9.0,-6.0,7.1000000000000005,36.88,755.6160380740314,23.883699866233968,21.616851752011875
-1999,3,11,15,30,444.0,169.0,372.0,8.0,-6.0,6.9,39.93,426.5296464260103,16.509175679293094,15.229586740015062
-1999,3,11,16,30,269.0,111.0,188.0,5.0,-5.0,5.9,51.8,211.05934921337683,9.489212725073594,8.856034677433463
-1999,3,11,17,30,81.0,38.0,46.0,3.0,-5.0,4.6000000000000005,63.58,49.09229154100137,4.136042484423383,3.9887656098003785
-1999,3,11,18,30,0.0,0.0,0.0,1.0,-4.0,3.6,69.35000000000001,0.0,1.0,1.0
-1999,3,11,19,30,0.0,0.0,0.0,0.0,-4.0,2.9000000000000004,80.18,0.0,0.0,0.0
-1999,3,11,20,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,85.63,0.0,0.0,0.0
-1999,3,11,21,30,0.0,0.0,0.0,-1.0,-5.0,2.2,91.34,0.0,-1.0,-1.0
-1999,3,11,22,30,0.0,0.0,0.0,-1.0,-5.0,2.0,90.88,0.0,-1.0,-1.0
-1999,3,11,23,30,0.0,0.0,0.0,-1.0,-5.0,1.8,90.34,0.0,-1.0,-1.0
-1999,3,12,0,30,0.0,0.0,0.0,-1.0,-5.0,1.3,89.4,0.0,-1.0,-1.0
-1999,3,12,1,30,0.0,0.0,0.0,-2.0,-5.0,0.9,87.75,0.0,-2.0,-2.0
-1999,3,12,2,30,0.0,0.0,0.0,-3.0,-6.0,0.8,91.87,0.0,-3.0,-3.0
-1999,3,12,3,30,0.0,0.0,0.0,-3.0,-6.0,0.9,89.05,0.0,-3.0,-3.0
-1999,3,12,4,30,0.0,0.0,0.0,-3.0,-7.0,0.9,92.42,0.0,-3.0,-3.0
-1999,3,12,5,30,0.0,0.0,0.0,-4.0,-7.0,1.3,88.76,0.0,-4.0,-4.0
-1999,3,12,6,30,0.0,6.0,6.0,-3.0,-7.0,2.5,79.61,5.864308396768293,-2.84414654068226,-2.861739465872565
-1999,3,12,7,30,94.0,88.0,109.0,-2.0,-8.0,3.9,79.05,114.41019597317859,0.7717704588990343,0.4285398709794985
-1999,3,12,8,30,92.0,175.0,213.0,-2.0,-8.0,4.7,72.59,218.98425848408112,3.034549357243642,2.3775965817913987
-1999,3,12,9,30,0.0,92.0,92.0,-1.0,-8.0,5.2,71.24,89.91939541711383,1.0011293288309617,0.7313711425796203
-1999,3,12,10,30,6.0,157.0,162.0,-1.0,-8.0,5.4,65.34,158.47619902569033,2.481410942395101,2.00598234531803
-1999,3,12,11,30,0.0,36.0,36.0,-1.0,-8.0,5.2,65.85,35.185850380609764,-0.21694939306614536,-0.32250694420797466
-1999,3,12,12,30,5.0,137.0,141.0,-1.0,-8.0,4.800000000000002,66.42,138.51796600026228,2.1639019852094528,1.748348087208666
-1999,3,12,13,30,9.0,175.0,181.0,-1.0,-8.0,4.5,65.94,178.87035114427502,3.1663518801484263,2.6297408267156013
-1999,3,12,14,30,15.0,205.0,215.0,-1.0,-8.0,4.5,70.59,211.72042246548605,3.9315147790670046,3.2963535116705467
-1999,3,12,15,30,26.0,178.0,190.0,-2.0,-8.0,4.5,70.92,189.32456795597537,2.40985755669163,1.8418838528237038
-1999,3,12,16,30,0.0,87.0,87.0,-2.0,-8.0,4.1000000000000005,71.62,85.03247175314027,0.03317576824067575,-0.22192164701874506
-1999,3,12,17,30,177.0,43.0,61.0,-3.0,-8.0,3.3000000000000003,76.9,68.36981046032192,-1.2768333682621575,-1.4819427996431231
-1999,3,12,18,30,0.0,0.0,0.0,-4.0,-8.0,2.8000000000000003,81.81,0.0,-4.0,-4.0
-1999,3,12,19,30,0.0,0.0,0.0,-4.0,-8.0,2.6,87.68,0.0,-4.0,-4.0
-1999,3,12,20,30,0.0,0.0,0.0,-4.0,-8.0,2.6,81.36,0.0,-4.0,-4.0
-1999,3,12,21,30,0.0,0.0,0.0,-4.0,-8.0,2.7,82.16,0.0,-4.0,-4.0
-1999,3,12,22,30,0.0,0.0,0.0,-4.0,-8.0,2.7,88.82000000000002,0.0,-4.0,-4.0
-1999,3,12,23,30,0.0,0.0,0.0,-4.0,-8.0,2.4000000000000004,88.13,0.0,-4.0,-4.0
-1999,3,13,0,30,0.0,0.0,0.0,-5.0,-8.0,1.9,86.52,0.0,-5.0,-5.0
-1999,3,13,1,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.86,0.0,-5.0,-5.0
-1999,3,13,2,30,0.0,0.0,0.0,-5.0,-9.0,1.6,87.27,0.0,-5.0,-5.0
-1999,3,13,3,30,0.0,0.0,0.0,-6.0,-10.0,1.6,83.67,0.0,-6.0,-6.0
-1999,3,13,4,30,0.0,0.0,0.0,-6.0,-10.0,1.8,79.19,0.0,-6.0,-6.0
-1999,3,13,5,30,0.0,0.0,0.0,-5.0,-11.0,2.2,68.94,0.0,-5.0,-5.0
-1999,3,13,6,30,0.0,19.0,19.0,-3.0,-12.0,3.0,56.48,18.570309923099597,-2.52257845046566,-2.578289380234959
-1999,3,13,7,30,580.0,66.0,199.0,0.0,-10.0,3.4000000000000004,50.96,241.77089209350447,6.053390559440157,5.328077883159644
-1999,3,13,8,30,797.0,87.0,411.0,2.0,-8.0,3.4000000000000004,51.19,503.03784062043974,14.594917812832701,13.085804290971382
-1999,3,13,9,30,910.0,94.0,600.0,5.0,-8.0,3.4000000000000004,45.89,734.9550552199518,23.40159480885997,21.196729643200115
-1999,3,13,10,30,970.0,96.0,739.0,6.0,-8.0,3.8,39.17,908.2536185603071,28.14903746158565,25.424276605904726
-1999,3,13,11,30,995.0,96.0,817.0,7.0,-8.0,4.1000000000000005,35.68,1003.456153723633,30.993219227659765,27.982850766488866
-1999,3,13,12,30,998.0,95.0,827.0,8.0,-8.0,4.1000000000000005,33.27,1016.3164083726858,32.30071538279644,29.251766157678386
-1999,3,13,13,30,989.0,88.0,771.0,9.0,-8.0,4.0,33.76,948.6386747808275,31.831835172163615,28.985919147821132
-1999,3,13,14,30,965.0,78.0,655.0,9.0,-8.0,3.7,34.59,808.2348625491127,28.84006654368968,26.415361956042343
-1999,3,13,15,30,907.0,67.0,487.0,8.0,-8.0,2.9000000000000004,38.26,602.5064510696577,23.592758221776243,21.78523886856727
-1999,3,13,16,30,783.0,54.0,284.0,5.0,-5.0,1.6,52.04,353.67543243446653,14.981772829436052,13.920746532132652
-1999,3,13,17,30,469.0,29.0,78.0,2.0,-5.0,0.8,64.24,98.73199932987646,4.94050319551308,4.6443071975234504
-1999,3,13,18,30,0.0,0.0,0.0,0.0,-8.0,1.0,57.22,0.0,0.0,0.0
-1999,3,13,19,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.94000000000001,0.0,0.0,0.0
-1999,3,13,20,30,0.0,0.0,0.0,-1.0,-8.0,1.8,68.15,0.0,-1.0,-1.0
-1999,3,13,21,30,0.0,0.0,0.0,-1.0,-8.0,2.0,71.44,0.0,-1.0,-1.0
-1999,3,13,22,30,0.0,0.0,0.0,-1.0,-9.0,2.0,66.53,0.0,-1.0,-1.0
-1999,3,13,23,30,0.0,0.0,0.0,-1.0,-10.0,1.9,61.17,0.0,-1.0,-1.0
-1999,3,14,0,30,0.0,0.0,0.0,-1.0,-11.0,1.8,57.18,0.0,-1.0,-1.0
-1999,3,14,1,30,0.0,0.0,0.0,-1.0,-11.0,1.7000000000000002,54.65,0.0,-1.0,-1.0
-1999,3,14,2,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,49.32,0.0,-1.0,-1.0
-1999,3,14,3,30,0.0,0.0,0.0,-1.0,-12.0,1.9,48.83,0.0,-1.0,-1.0
-1999,3,14,4,30,0.0,0.0,0.0,-1.0,-12.0,2.0,48.78,0.0,-1.0,-1.0
-1999,3,14,5,30,0.0,0.0,0.0,0.0,-12.0,2.2,48.42,0.0,0.0,0.0
-1999,3,14,6,30,271.0,15.0,26.0,1.0,-11.0,2.9000000000000004,43.42,33.77794726867166,1.8741671795434631,1.7728333377374481
-1999,3,14,7,30,732.0,45.0,217.0,5.0,-10.0,3.3000000000000003,37.63,270.2635547649012,11.811619576099348,11.000828911804645
-1999,3,14,8,30,888.0,60.0,427.0,9.0,-8.0,2.4000000000000004,31.93,527.4473570938237,23.111380988022415,21.529038916740944
-1999,3,14,9,30,961.0,70.0,609.0,12.0,-8.0,1.5,26.09,750.7188843886217,33.33006929989152,31.077912646725657
-1999,3,14,10,30,998.0,76.0,744.0,14.0,-7.0,1.2000000000000002,26.33,915.3269957449635,40.536362808313484,37.7903818210786
-1999,3,14,11,30,1015.0,80.0,820.0,15.0,-7.0,1.1,25.53,1008.9915841606742,44.4492306003323,41.42225584785028
-1999,3,14,12,30,1015.0,81.0,830.0,16.0,-7.0,1.0,24.21,1020.95815975128,45.99976757843691,42.93689309918307
-1999,3,14,13,30,998.0,81.0,774.0,16.0,-6.0,0.9,22.76,951.8887479174043,44.1593039064242,41.30363766267199
-1999,3,14,14,30,962.0,77.0,657.0,16.0,-6.0,0.7000000000000001,22.83,806.8641106281492,40.19325693672705,37.7726646048426
-1999,3,14,15,30,85.0,208.0,248.0,15.0,-6.0,0.5,24.66,253.76812579084807,22.712550623513028,21.951246246140485
-1999,3,14,16,30,765.0,57.0,285.0,12.0,-3.0,0.5,39.04,350.79984401170987,22.661549976889805,21.609150444854677
-1999,3,14,17,30,446.0,31.0,79.0,8.0,-2.0,0.7000000000000001,52.56,97.78704345796342,10.932076214939864,10.638715084565973
-1999,3,14,18,30,0.0,0.0,0.0,6.0,-5.0,1.1,50.46,0.0,6.0,6.0
-1999,3,14,19,30,0.0,0.0,0.0,4.0,-5.0,1.5,56.86,0.0,4.0,4.0
-1999,3,14,20,30,0.0,0.0,0.0,3.0,-6.0,1.8,63.48,0.0,3.0,3.0
-1999,3,14,21,30,0.0,0.0,0.0,2.0,-6.0,1.9,60.95,0.0,2.0,2.0
-1999,3,14,22,30,0.0,0.0,0.0,2.0,-7.0,1.9,58.02,0.0,2.0,2.0
-1999,3,14,23,30,0.0,0.0,0.0,1.0,-7.0,2.0,55.12000000000001,0.0,1.0,1.0
-1999,3,15,0,30,0.0,0.0,0.0,1.0,-8.0,2.2,52.17,0.0,1.0,1.0
-1999,3,15,1,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,50.16,0.0,1.0,1.0
-1999,3,15,2,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.63,0.0,1.0,1.0
-1999,3,15,3,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.42,0.0,1.0,1.0
-1999,3,15,4,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,48.89,0.0,1.0,1.0
-1999,3,15,5,30,0.0,0.0,0.0,2.0,-9.0,2.3000000000000003,48.3,0.0,2.0,2.0
-1999,3,15,6,30,0.0,9.0,9.0,4.0,-9.0,2.2,43.05,8.796462595152441,4.238499373743106,4.212109985957649
-1999,3,15,7,30,0.0,73.0,73.0,8.0,-7.0,2.6,38.7,71.34908549401425,9.8836480075971,9.669600751115057
-1999,3,15,8,30,80.0,181.0,215.0,11.0,-5.0,3.0,34.37,219.42030218710892,16.641046439357304,15.982785532795978
-1999,3,15,9,30,361.0,247.0,452.0,14.0,-7.0,3.0,27.16,498.9141704958153,26.826515946643656,25.32977343515621
-1999,3,15,10,30,19.0,241.0,254.0,15.0,-9.0,2.9000000000000004,20.57,251.6214801251229,21.511918496525627,20.75705405615026
-1999,3,15,11,30,105.0,372.0,450.0,16.0,-9.0,2.7,18.23,460.17912780596174,28.068475448379008,26.687938064961124
-1999,3,15,12,30,540.0,304.0,705.0,17.0,-9.0,2.5,17.04,799.5334764437061,38.248892403537376,35.85029197420626
-1999,3,15,13,30,523.0,277.0,643.0,18.0,-9.0,2.4000000000000004,16.04,729.2405547461889,37.510177009209606,35.32245534497104
-1999,3,15,14,30,42.0,260.0,286.0,18.0,-9.0,2.3000000000000003,17.17,286.1450924776756,25.706725362764775,24.848290085331747
-1999,3,15,15,30,224.0,213.0,319.0,17.0,-9.0,1.7000000000000002,18.78,341.55640980921453,26.575366637580373,25.55069740815273
-1999,3,15,16,30,393.0,103.0,222.0,14.0,-2.0,1.0,38.36,252.82437469355762,21.428974837537034,20.67050171345636
-1999,3,15,17,30,165.0,42.0,60.0,11.0,-2.0,1.1,43.0,66.21681515093172,12.93265661439733,12.734006168944534
-1999,3,15,18,30,0.0,0.0,0.0,9.0,-5.0,1.4,40.68,0.0,9.0,9.0
-1999,3,15,19,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,43.83,0.0,8.0,8.0
-1999,3,15,20,30,0.0,0.0,0.0,6.0,-5.0,2.0,50.97,0.0,6.0,6.0
-1999,3,15,21,30,0.0,0.0,0.0,5.0,-5.0,2.5,51.9,0.0,5.0,5.0
-1999,3,15,22,30,0.0,0.0,0.0,5.0,-6.0,2.8000000000000003,51.91,0.0,5.0,5.0
-1999,3,15,23,30,0.0,0.0,0.0,4.0,-7.0,2.8000000000000003,49.42,0.0,4.0,4.0
-1999,3,16,0,30,0.0,0.0,0.0,4.0,-7.0,2.7,47.94,0.0,4.0,4.0
-1999,3,16,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,50.87000000000001,0.0,4.0,4.0
-1999,3,16,2,30,0.0,0.0,0.0,3.0,-8.0,2.5,50.42,0.0,3.0,3.0
-1999,3,16,3,30,0.0,0.0,0.0,3.0,-8.0,2.4000000000000004,53.34,0.0,3.0,3.0
-1999,3,16,4,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,51.63,0.0,2.0,2.0
-1999,3,16,5,30,0.0,0.0,0.0,2.0,-9.0,2.1,49.5,0.0,2.0,2.0
-1999,3,16,6,30,223.0,20.0,31.0,5.0,-8.0,2.1,41.25,36.75048942957921,6.0030909583640035,5.892839490075266
-1999,3,16,7,30,0.0,7.0,7.0,10.0,-6.0,2.6,35.33,6.8416931295630095,10.180623781550407,10.160098702161719
-1999,3,16,8,30,841.0,81.0,437.0,14.0,-8.0,2.8000000000000003,24.05,528.932760606116,27.779789753997463,26.192991472179116
-1999,3,16,9,30,638.0,169.0,534.0,15.0,-10.0,2.6,18.16,622.3425872370743,31.430124736361005,29.56309697464978
-1999,3,16,10,30,597.0,242.0,647.0,16.0,-11.0,2.7,16.35,743.2873743718955,35.49316013411138,33.26329801099569
-1999,3,16,11,30,594.0,281.0,720.0,17.0,-11.0,3.0,15.37,822.6873886932112,38.1503571840612,35.682295017981566
-1999,3,16,12,30,470.0,322.0,673.0,18.0,-11.0,3.3000000000000003,15.52,753.1585243276054,36.982320249131384,34.72284467614857
-1999,3,16,13,30,545.0,276.0,659.0,17.0,-10.0,3.6,15.79,748.7210422912017,35.50060916899519,33.254446042121586
-1999,3,16,14,30,491.0,232.0,531.0,17.0,-10.0,3.7,17.18,602.0031984125146,31.77761486104238,29.971605265804836
-1999,3,16,15,30,270.0,210.0,339.0,16.0,-10.0,3.5,18.96,366.4463794823437,25.114639067637412,24.01529992919038
-1999,3,16,16,30,315.0,114.0,211.0,12.0,-7.0,2.5,28.74,233.8164205284698,18.214048702611784,17.512599441026374
-1999,3,16,17,30,82.0,43.0,52.0,8.0,-4.0,1.7000000000000002,46.54,54.63153654773006,9.531568365855257,9.367673756212067
-1999,3,16,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.99,0.0,6.0,6.0
-1999,3,16,19,30,0.0,0.0,0.0,5.0,-5.0,1.7000000000000002,53.23,0.0,5.0,5.0
-1999,3,16,20,30,0.0,0.0,0.0,5.0,-6.0,1.8,55.27,0.0,5.0,5.0
-1999,3,16,21,30,0.0,0.0,0.0,4.0,-6.0,1.9,57.31,0.0,4.0,4.0
-1999,3,16,22,30,0.0,0.0,0.0,3.0,-6.0,1.9,55.34,0.0,3.0,3.0
-1999,3,16,23,30,0.0,0.0,0.0,2.0,-7.0,1.8,57.99,0.0,2.0,2.0
-1999,3,17,0,30,0.0,0.0,0.0,1.0,-7.0,1.5,57.66,0.0,1.0,1.0
-1999,3,17,1,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,57.6,0.0,0.0,0.0
-1999,3,17,2,30,0.0,0.0,0.0,0.0,-7.0,0.8,61.94000000000001,0.0,0.0,0.0
-1999,3,17,3,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,66.81,0.0,0.0,0.0
-1999,3,17,4,30,0.0,0.0,0.0,0.0,-7.0,0.7000000000000001,67.89,0.0,0.0,0.0
-1999,3,17,5,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,74.71000000000002,0.0,-1.0,-1.0
-1999,3,17,6,30,247.0,21.0,34.0,0.0,-6.0,0.8,70.95,40.40545875396816,1.203382706606069,1.0821663303441644
-1999,3,17,7,30,675.0,57.0,226.0,2.0,-6.0,1.3,60.12000000000001,271.4667121775481,9.817406411944013,9.00300627541137
-1999,3,17,8,30,834.0,77.0,434.0,4.0,-7.0,1.8,50.26,524.1258961170156,18.595571605429598,17.02319391707855
-1999,3,17,9,30,911.0,89.0,614.0,6.0,-7.0,2.6,43.54,742.7219825909691,25.608195017768196,23.380029069995288
-1999,3,17,10,30,951.0,97.0,747.0,8.0,-7.0,3.5,41.11,904.921174641847,30.508149495635354,27.793385971709814
-1999,3,17,11,30,970.0,101.0,823.0,9.0,-7.0,4.2,38.6,996.3185815772522,32.66688821663133,29.67793247189957
-1999,3,17,12,30,973.0,102.0,833.0,10.0,-7.0,4.6000000000000005,35.92,1009.7160564073065,33.36579331044482,30.336645141222903
-1999,3,17,13,30,960.0,98.0,778.0,10.0,-7.0,4.800000000000002,33.230000000000004,941.4982494377596,31.504850717066635,28.680355968753357
-1999,3,17,14,30,927.0,91.0,661.0,9.0,-7.0,4.7,35.160000000000004,799.1055294956399,27.37180561626795,24.97448902778103
-1999,3,17,15,30,863.0,81.0,493.0,8.0,-7.0,4.6000000000000005,37.09,595.7151321695239,21.7854167633069,19.998271366798328
-1999,3,17,16,30,738.0,64.0,292.0,6.0,-7.0,4.0,41.73,350.28920989274036,14.430760536625035,13.379892906946814
-1999,3,17,17,30,438.0,35.0,87.0,3.0,-7.0,2.7,52.35,102.06942805367581,5.676832372578362,5.370624088417335
-1999,3,17,18,30,0.0,0.0,0.0,1.0,-7.0,1.9,55.41,0.0,1.0,1.0
-1999,3,17,19,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.82,0.0,0.0,0.0
-1999,3,17,20,30,0.0,0.0,0.0,0.0,-8.0,2.0,58.96,0.0,0.0,0.0
-1999,3,17,21,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,57.46,0.0,0.0,0.0
-1999,3,17,22,30,0.0,0.0,0.0,0.0,-9.0,2.7,61.02,0.0,0.0,0.0
-1999,3,17,23,30,0.0,0.0,0.0,-1.0,-9.0,3.0,59.99,0.0,-1.0,-1.0
-1999,3,18,0,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,58.24,0.0,-1.0,-1.0
-1999,3,18,1,30,0.0,0.0,0.0,-1.0,-10.0,3.6,57.06,0.0,-1.0,-1.0
-1999,3,18,2,30,0.0,0.0,0.0,-1.0,-10.0,3.8,56.85,0.0,-1.0,-1.0
-1999,3,18,3,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,57.28,0.0,-1.0,-1.0
-1999,3,18,4,30,0.0,0.0,0.0,-1.0,-10.0,2.7,57.55,0.0,-1.0,-1.0
-1999,3,18,5,30,0.0,0.0,0.0,0.0,-10.0,3.2,57.29,0.0,0.0,0.0
-1999,3,18,6,30,190.0,25.0,36.0,1.0,-9.0,3.9,48.42,40.37103901235903,1.978053156693744,1.8569400396566669
-1999,3,18,7,30,392.0,83.0,183.0,5.0,-9.0,3.4000000000000004,43.9,207.7933625525687,10.202670876953922,9.579290789296216
-1999,3,18,8,30,308.0,181.0,315.0,8.0,-9.0,3.4000000000000004,35.36,343.7273486719947,16.606147205957843,15.574965159941858
-1999,3,18,9,30,294.0,269.0,440.0,10.0,-7.0,4.2,32.14,475.48361464022025,21.29479843557184,19.868347591651176
-1999,3,18,10,30,0.0,56.0,56.0,11.0,-6.0,4.6000000000000005,31.71,54.733545036504076,12.266586474836634,12.102385839727122
-1999,3,18,11,30,531.0,308.0,706.0,11.0,-6.0,4.6000000000000005,31.68,793.831394298051,29.370016169207332,26.98852198631318
-1999,3,18,12,30,504.0,321.0,703.0,11.0,-7.0,4.6000000000000005,33.02,786.3252994484387,29.19631796988516,26.837342071539844
-1999,3,18,13,30,463.0,295.0,625.0,10.0,-7.0,4.800000000000002,34.480000000000004,697.166094726618,25.924036822213314,23.83253853803346
-1999,3,18,14,30,147.0,305.0,396.0,9.0,-7.0,4.800000000000002,37.03,410.97800580863077,18.3871875685273,17.154253551101405
-1999,3,18,15,30,396.0,192.0,382.0,7.0,-7.0,4.3,40.89,425.2806520150066,17.036309785109047,15.760467829064027
-1999,3,18,16,30,361.0,112.0,224.0,6.0,-6.0,3.6,49.08,250.6873400115232,12.194387814953897,11.442325794919327
-1999,3,18,17,30,218.0,44.0,70.0,4.0,-5.0,2.7,60.59,77.03012323862163,6.020161486947977,5.789071117232112
-1999,3,18,18,30,0.0,0.0,0.0,2.0,-4.0,2.0,70.01,0.0,2.0,2.0
-1999,3,18,19,30,0.0,0.0,0.0,2.0,-4.0,1.5,70.67,0.0,2.0,2.0
-1999,3,18,20,30,0.0,0.0,0.0,1.0,-4.0,1.0,70.12,0.0,1.0,1.0
-1999,3,18,21,30,0.0,0.0,0.0,1.0,-5.0,1.0,68.77,0.0,1.0,1.0
-1999,3,18,22,30,0.0,0.0,0.0,1.0,-5.0,1.1,68.5,0.0,1.0,1.0
-1999,3,18,23,30,0.0,0.0,0.0,1.0,-5.0,1.2000000000000002,74.03,0.0,1.0,1.0
-1999,3,19,0,30,0.0,0.0,0.0,0.0,-4.0,1.4,74.79,0.0,0.0,0.0
-1999,3,19,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,75.51,0.0,0.0,0.0
-1999,3,19,2,30,0.0,0.0,0.0,0.0,-4.0,1.1,80.99,0.0,0.0,0.0
-1999,3,19,3,30,0.0,0.0,0.0,0.0,-4.0,1.0,80.42,0.0,0.0,0.0
-1999,3,19,4,30,0.0,0.0,0.0,0.0,-4.0,1.1,79.97,0.0,0.0,0.0
-1999,3,19,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,74.65,0.0,0.0,0.0
-1999,3,19,6,30,64.0,23.0,27.0,2.0,-4.0,1.1,71.79,28.066035060266593,2.8191576139005585,2.7349595087197587
-1999,3,19,7,30,320.0,93.0,176.0,5.0,-3.0,1.5,67.68,195.4192610963056,10.552419778426676,9.96616199513776
-1999,3,19,8,30,819.0,78.0,437.0,7.0,-2.0,1.9,59.28,522.5885535147528,21.455737358722207,19.88797169817795
-1999,3,19,9,30,905.0,86.0,617.0,10.0,-1.0,2.5,53.99,741.2743436884621,29.700561933441364,27.476738902375978
-1999,3,19,10,30,950.0,92.0,751.0,11.0,-1.0,3.0,47.97,904.8018877525767,34.261427572358464,31.54702190910073
-1999,3,19,11,30,970.0,95.0,825.0,12.0,-1.0,3.4000000000000004,45.12,995.6167167199478,36.927967058509516,33.94111690834967
-1999,3,19,12,30,973.0,96.0,835.0,13.0,-1.0,3.6,42.15,1008.4255982578956,37.9178089242527,34.89253212947901
-1999,3,19,13,30,958.0,94.0,780.0,13.0,-1.0,3.8,41.93,939.7319408737692,35.91668046999327,33.09748464737196
-1999,3,19,14,30,922.0,90.0,663.0,13.0,-1.0,3.8,44.42,797.5153242453422,32.44852894822331,30.05598297548729
-1999,3,19,15,30,855.0,81.0,496.0,12.0,-1.0,3.6,47.07,593.4955261681521,26.665046329649773,24.884559751145318
-1999,3,19,16,30,731.0,65.0,296.0,10.0,-1.0,2.7,54.05,350.4477725728376,19.19070440982223,18.13936109210372
-1999,3,19,17,30,442.0,37.0,92.0,6.0,0.0,1.5,71.37,105.66394506615487,9.00221470064191,8.685222865443444
-1999,3,19,18,30,0.0,0.0,0.0,4.0,-1.0,1.0,78.15,0.0,4.0,4.0
-1999,3,19,19,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,76.75,0.0,4.0,4.0
-1999,3,19,20,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,81.42,0.0,4.0,4.0
-1999,3,19,21,30,0.0,0.0,0.0,3.0,-2.0,1.1,80.32000000000002,0.0,3.0,3.0
-1999,3,19,22,30,0.0,0.0,0.0,3.0,-2.0,1.3,85.05,0.0,3.0,3.0
-1999,3,19,23,30,0.0,0.0,0.0,3.0,-2.0,1.4,83.38,0.0,3.0,3.0
-1999,3,20,0,30,0.0,0.0,0.0,3.0,-2.0,1.5,75.53,0.0,3.0,3.0
-1999,3,20,1,30,0.0,0.0,0.0,3.0,-3.0,1.4,73.35000000000002,0.0,3.0,3.0
-1999,3,20,2,30,0.0,0.0,0.0,3.0,-3.0,1.4,71.12,0.0,3.0,3.0
-1999,3,20,3,30,0.0,0.0,0.0,3.0,-4.0,1.4,68.81,0.0,3.0,3.0
-1999,3,20,4,30,0.0,0.0,0.0,3.0,-4.0,1.4,66.41,0.0,3.0,3.0
-1999,3,20,5,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.65,0.0,3.0,3.0
-1999,3,20,6,30,354.0,23.0,48.0,6.0,-5.0,1.3,54.16,54.60168477269703,7.572360593389653,7.408555539071561
-1999,3,20,7,30,735.0,54.0,250.0,9.0,-3.0,1.0,47.74,295.4347220928297,17.681034489742594,16.794730323464105
-1999,3,20,8,30,878.0,70.0,460.0,12.0,-5.0,1.3,32.65,549.8856700943103,27.83501611947145,26.18535910918852
-1999,3,20,9,30,946.0,82.0,641.0,14.0,-6.0,2.2,25.88,770.124703437184,34.88046842546492,32.57009431515337
-1999,3,20,10,30,980.0,89.0,774.0,15.0,-7.0,2.7,23.5,930.4477821217291,39.401554820777584,36.610211474412395
-1999,3,20,11,30,994.0,94.0,847.0,16.0,-7.0,3.1,21.84,1019.5617187301586,42.03877372119197,38.980088565001495
-1999,3,20,12,30,990.0,97.0,854.0,17.0,-7.0,3.3000000000000003,21.7,1027.6467637901126,42.90041716737216,39.81747687600183
-1999,3,20,13,30,969.0,97.0,795.0,17.0,-7.0,3.5,21.51,954.3080141780673,40.73655081781478,37.87362677528058
-1999,3,20,14,30,925.0,94.0,674.0,16.0,-7.0,3.7,21.26,805.3015622954258,35.76806164149799,33.35215695461171
-1999,3,20,15,30,599.0,141.0,434.0,15.0,-7.0,4.0,22.49,499.005470030998,27.010063414701126,25.513047004608133
-1999,3,20,16,30,563.0,85.0,264.0,13.0,-7.0,3.4000000000000004,28.41,304.75929601059283,20.630476230607066,19.716198342575286
-1999,3,20,17,30,339.0,44.0,87.0,9.0,-4.0,2.5,45.67,96.6910282989104,11.569720114596846,11.279647029700115
-1999,3,20,18,30,0.0,0.0,0.0,6.0,-5.0,2.5,55.0,0.0,6.0,6.0
-1999,3,20,19,30,0.0,0.0,0.0,5.0,-5.0,2.8000000000000003,54.25,0.0,5.0,5.0
-1999,3,20,20,30,0.0,0.0,0.0,5.0,-5.0,3.1,57.85,0.0,5.0,5.0
-1999,3,20,21,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,57.6,0.0,4.0,4.0
-1999,3,20,22,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,61.88,0.0,4.0,4.0
-1999,3,20,23,30,0.0,0.0,0.0,4.0,-5.0,3.4000000000000004,61.76,0.0,4.0,4.0
-1999,3,21,0,30,0.0,0.0,0.0,4.0,-5.0,3.5,61.17,0.0,4.0,4.0
-1999,3,21,1,30,0.0,0.0,0.0,4.0,-5.0,3.5,57.22,0.0,4.0,4.0
-1999,3,21,2,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,58.62000000000001,0.0,4.0,4.0
-1999,3,21,3,30,0.0,0.0,0.0,3.0,-4.0,3.1,64.67,0.0,3.0,3.0
-1999,3,21,4,30,0.0,0.0,0.0,3.0,-4.0,2.9000000000000004,70.03,0.0,3.0,3.0
-1999,3,21,5,30,0.0,0.0,0.0,3.0,-4.0,3.0,64.26,0.0,3.0,3.0
-1999,3,21,6,30,192.0,27.0,41.0,6.0,-4.0,3.9,53.65,44.46968780639392,7.077349496080937,6.943940432661756
-1999,3,21,7,30,720.0,57.0,253.0,11.0,-3.0,4.800000000000002,42.71,295.9282767994538,17.759325807914557,16.871540977516197
-1999,3,21,8,30,881.0,70.0,466.0,14.0,-4.0,5.4,30.42,554.4812500034645,26.180864400982035,24.51742065097164
-1999,3,21,9,30,952.0,80.0,648.0,17.0,-6.0,6.1000000000000005,21.73,775.5325857851611,33.28455839870098,30.957960641345498
-1999,3,21,10,30,983.0,88.0,779.0,18.0,-7.0,6.7,19.11,934.8577404372064,36.88968915849764,34.08511593718602
-1999,3,21,11,30,999.0,91.0,852.0,19.0,-8.0,7.1000000000000005,17.26,1023.8441129657563,39.16710567186223,36.09557333296496
-1999,3,21,12,30,509.0,333.0,724.0,20.0,-8.0,7.3000000000000025,15.44,806.2143961242393,35.67993905245411,33.26129586408139
-1999,3,21,13,30,996.0,86.0,808.0,19.0,-9.0,7.3000000000000025,15.7,969.422076177169,37.85413997025564,34.94587374172413
-1999,3,21,14,30,968.0,81.0,690.0,18.0,-9.0,7.1000000000000005,16.41,827.3328713883755,34.29633772544104,31.814339111275913
-1999,3,21,15,30,909.0,72.0,520.0,17.0,-9.0,6.5,17.72,619.7709753599183,29.684223526311765,27.82491060023201
-1999,3,21,16,30,794.0,59.0,315.0,14.0,-8.0,4.800000000000002,22.31,371.2885624169181,22.48063723166587,21.366771544415116
-1999,3,21,17,30,519.0,35.0,103.0,10.0,-7.0,2.7,35.48000000000001,116.98242391404443,13.067934692365725,12.716987420623592
-1999,3,21,18,30,0.0,0.0,0.0,7.0,-5.0,1.9,48.13,0.0,7.0,7.0
-1999,3,21,19,30,0.0,0.0,0.0,5.0,-6.0,1.7000000000000002,51.12000000000001,0.0,5.0,5.0
-1999,3,21,20,30,0.0,0.0,0.0,4.0,-6.0,1.4,59.1,0.0,4.0,4.0
-1999,3,21,21,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.52,0.0,2.0,2.0
-1999,3,21,22,30,0.0,0.0,0.0,1.0,-6.0,1.0,62.56,0.0,1.0,1.0
-1999,3,21,23,30,0.0,0.0,0.0,1.0,-6.0,1.0,61.31,0.0,1.0,1.0
-1999,3,22,0,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.9,0.0,0.0,0.0
-1999,3,22,1,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.19,0.0,0.0,0.0
-1999,3,22,2,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.18,0.0,0.0,0.0
-1999,3,22,3,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,61.71,0.0,0.0,0.0
-1999,3,22,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,60.14,0.0,0.0,0.0
-1999,3,22,5,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.68,0.0,0.0,0.0
-1999,3,22,6,30,221.0,28.0,46.0,3.0,-7.0,2.1,53.48,48.94903854280752,4.336045825375652,4.189198709747229
-1999,3,22,7,30,738.0,55.0,259.0,7.0,-7.0,3.0,41.32,302.5409775406024,14.777984475929502,13.870361543307695
-1999,3,22,8,30,870.0,72.0,468.0,10.0,-7.0,3.4000000000000004,31.3,553.264573185005,23.852480400723874,22.19268668116886
-1999,3,22,9,30,929.0,87.0,645.0,11.0,-8.0,3.6,28.87,768.3992391355185,29.98684984930676,27.681652131900204
-1999,3,22,10,30,950.0,101.0,774.0,12.0,-7.0,3.6,27.9,921.750826072576,34.77610861874876,32.01085614053103
-1999,3,22,11,30,486.0,334.0,707.0,13.0,-7.0,3.4000000000000004,28.7,782.4864845013063,32.59167316278014,30.24421370927622
-1999,3,22,12,30,470.0,341.0,705.0,13.0,-7.0,3.2,27.39,778.2317906079313,32.74434121072906,30.40964583890527
-1999,3,22,13,30,527.0,292.0,676.0,12.0,-6.0,3.0,29.61,754.8439050492145,31.406178372762273,29.14164665761463
-1999,3,22,14,30,521.0,241.0,571.0,12.0,-6.0,3.1,32.19,639.060999126976,28.321096059816156,26.40391306243523
-1999,3,22,15,30,104.0,234.0,285.0,11.0,-6.0,3.4000000000000004,35.44,291.7028750496372,18.303573290800074,17.428464665651163
-1999,3,22,16,30,0.0,9.0,9.0,9.0,-5.0,3.4000000000000004,39.62,8.796462595152441,9.220243318659595,9.193853930874138
-1999,3,22,17,30,0.0,4.0,4.0,7.0,-4.0,2.7,51.18,3.9095389311788624,7.102530018756759,7.090801401963222
-1999,3,22,18,30,0.0,0.0,0.0,5.0,-2.0,2.0,65.54,0.0,5.0,5.0
-1999,3,22,19,30,0.0,0.0,0.0,3.0,-2.0,1.4,75.93,0.0,3.0,3.0
-1999,3,22,20,30,0.0,0.0,0.0,3.0,-2.0,0.8,81.86,0.0,3.0,3.0
-1999,3,22,21,30,0.0,0.0,0.0,2.0,-2.0,0.8,81.35000000000002,0.0,2.0,2.0
-1999,3,22,22,30,0.0,0.0,0.0,1.0,-2.0,1.0,80.86,0.0,1.0,1.0
-1999,3,22,23,30,0.0,0.0,0.0,0.0,-3.0,1.3,86.14,0.0,0.0,0.0
-1999,3,23,0,30,0.0,0.0,0.0,0.0,-3.0,1.6,84.75,0.0,0.0,0.0
-1999,3,23,1,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,89.05,0.0,0.0,0.0
-1999,3,23,2,30,0.0,0.0,0.0,0.0,-3.0,1.8,86.19,0.0,0.0,0.0
-1999,3,23,3,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,82.75,0.0,0.0,0.0
-1999,3,23,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,84.65,0.0,0.0,0.0
-1999,3,23,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,73.95,0.0,0.0,0.0
-1999,3,23,6,30,202.0,31.0,48.0,2.0,-6.0,2.5,57.45,50.723679225461765,3.3480636320163746,3.1958925943399894
-1999,3,23,7,30,711.0,62.0,263.0,7.0,-6.0,2.5,42.24,302.7521945976031,15.046128145320036,14.137871561527227
-1999,3,23,8,30,858.0,79.0,474.0,10.0,-7.0,1.6,31.46,556.2800431903922,25.699877660301546,24.03103753073037
-1999,3,23,9,30,931.0,91.0,655.0,12.0,-8.0,1.5,25.58,776.6354496796453,34.066432997632916,31.736526648593976
-1999,3,23,10,30,968.0,98.0,788.0,14.0,-9.0,1.9,23.31,937.0991724884714,39.92184506426783,37.110547546802415
-1999,3,23,11,30,984.0,102.0,861.0,15.0,-9.0,2.4000000000000004,21.78,1025.4489889938795,42.4349680074347,39.35862104045306
-1999,3,23,12,30,982.0,103.0,867.0,16.0,-9.0,2.8000000000000003,20.62,1032.4091090960876,42.896387448479445,39.79916012119118
-1999,3,23,13,30,960.0,104.0,807.0,16.0,-8.0,3.2,19.53,958.5562943842812,40.31931305611511,37.443644172962266
-1999,3,23,14,30,906.0,105.0,683.0,15.0,-8.0,3.5,20.99,805.7251130592232,35.040840910041005,32.62366557086334
-1999,3,23,15,30,495.0,176.0,423.0,14.0,-8.0,3.8,22.61,472.5272186874871,25.52323850348975,24.10565684742729
-1999,3,23,16,30,190.0,137.0,200.0,12.0,-7.0,3.4000000000000004,30.15,209.40551172861288,17.2430354076804,16.61481887249456
-1999,3,23,17,30,218.0,54.0,84.0,9.0,-5.0,2.3000000000000003,44.37,88.02259403753993,11.370706245882518,11.1066384637699
-1999,3,23,18,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,52.42,0.0,7.0,7.0
-1999,3,23,19,30,0.0,0.0,0.0,7.0,-3.0,1.6,60.29,0.0,7.0,7.0
-1999,3,23,20,30,0.0,0.0,0.0,7.0,-2.0,1.5,64.38,0.0,7.0,7.0
-1999,3,23,21,30,0.0,0.0,0.0,7.0,-1.0,1.5,64.99,0.0,7.0,7.0
-1999,3,23,22,30,0.0,0.0,0.0,7.0,-1.0,1.2000000000000002,65.09,0.0,7.0,7.0
-1999,3,23,23,30,0.0,0.0,0.0,6.0,-1.0,0.9,65.11,0.0,6.0,6.0
-1999,3,24,0,30,0.0,0.0,0.0,6.0,-1.0,0.4,69.88,0.0,6.0,6.0
-1999,3,24,1,30,0.0,0.0,0.0,5.0,-2.0,0.2,69.64,0.0,5.0,5.0
-1999,3,24,2,30,0.0,0.0,0.0,5.0,-2.0,0.30000000000000004,73.38,0.0,5.0,5.0
-1999,3,24,3,30,0.0,0.0,0.0,4.0,-2.0,0.7000000000000001,77.02,0.0,4.0,4.0
-1999,3,24,4,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.91,0.0,2.0,2.0
-1999,3,24,5,30,0.0,0.0,0.0,2.0,-2.0,1.2000000000000002,81.28,0.0,2.0,2.0
-1999,3,24,6,30,196.0,35.0,53.0,4.0,-2.0,2.0,72.73,54.712470320333296,5.503363176476564,5.339225765515565
-1999,3,24,7,30,615.0,77.0,254.0,7.0,-1.0,2.8000000000000003,60.59,286.84107125223215,14.472801741638731,13.612278527882035
-1999,3,24,8,30,778.0,99.0,461.0,10.0,-2.0,3.2,48.08,533.7084035095263,23.540594143158565,21.939468932629985
-1999,3,24,9,30,856.0,115.0,639.0,11.0,-3.0,3.5,42.49,747.296201891836,29.58753568934789,27.345647083672382
-1999,3,24,10,30,896.0,126.0,769.0,12.0,-3.0,3.4000000000000004,38.52,904.3396842716825,34.64259878389377,31.929579731078718
-1999,3,24,11,30,910.0,135.0,840.0,13.0,-3.0,3.3000000000000003,35.11,990.2700172045759,37.958387899110605,34.98757784749688
-1999,3,24,12,30,904.0,139.0,846.0,14.0,-4.0,3.3000000000000003,31.92,995.4703115871592,39.08945413572805,36.10304320096657
-1999,3,24,13,30,883.0,137.0,788.0,14.0,-4.0,3.4000000000000004,31.12,923.6523857742171,37.126144689442704,34.355187532120055
-1999,3,24,14,30,827.0,136.0,666.0,14.0,-4.0,3.6,32.71,775.9549597638784,33.17354880184005,30.845683922548414
-1999,3,24,15,30,740.0,124.0,497.0,13.0,-4.0,3.9,34.99,571.403262470524,26.84316030195091,25.128950514539337
-1999,3,24,16,30,604.0,97.0,298.0,11.0,-4.0,3.9,38.21,335.51273613248054,19.128334041263326,18.121795832865885
-1999,3,24,17,30,0.0,34.0,34.0,8.0,-3.0,3.5,51.63,33.23108091502033,8.826558332478923,8.726865089733861
-1999,3,24,18,30,0.0,0.0,0.0,6.0,-2.0,3.5,61.51,0.0,6.0,6.0
-1999,3,24,19,30,0.0,0.0,0.0,4.0,-2.0,3.7,73.16,0.0,4.0,4.0
-1999,3,24,20,30,0.0,0.0,0.0,4.0,-1.0,3.9,81.39,0.0,4.0,4.0
-1999,3,24,21,30,0.0,0.0,0.0,3.0,-1.0,4.0,82.88,0.0,3.0,3.0
-1999,3,24,22,30,0.0,0.0,0.0,3.0,-1.0,3.9,88.39,0.0,3.0,3.0
-1999,3,24,23,30,0.0,0.0,0.0,3.0,-2.0,3.7,86.13,0.0,3.0,3.0
-1999,3,25,0,30,0.0,0.0,0.0,2.0,-2.0,3.7,83.5,0.0,2.0,2.0
-1999,3,25,1,30,0.0,0.0,0.0,2.0,-2.0,3.6,81.01,0.0,2.0,2.0
-1999,3,25,2,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,79.4,0.0,1.0,1.0
-1999,3,25,3,30,0.0,0.0,0.0,1.0,-3.0,3.0,78.35000000000002,0.0,1.0,1.0
-1999,3,25,4,30,0.0,0.0,0.0,1.0,-3.0,2.5,77.16,0.0,1.0,1.0
-1999,3,25,5,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,75.63,0.0,2.0,2.0
-1999,3,25,6,30,196.0,35.0,54.0,5.0,-3.0,2.8000000000000003,66.03,55.395313661481076,6.443162217324616,6.276976276340173
-1999,3,25,7,30,665.0,70.0,265.0,10.0,-3.0,2.6,47.23,299.4892585766734,17.906651379042703,17.008183603312684
-1999,3,25,8,30,812.0,91.0,473.0,13.0,-4.0,1.4,33.94,547.6244175171672,28.664342637804424,27.02146938525292
-1999,3,25,9,30,886.0,105.0,652.0,16.0,-5.0,0.8,27.81,762.4277977161189,38.70714044837375,36.41985705522539
-1999,3,25,10,30,925.0,115.0,783.0,17.0,-5.0,1.3,23.58,921.3599730209559,43.532333570577215,40.76825365151435
-1999,3,25,11,30,942.0,120.0,854.0,18.0,-5.0,2.0,21.9,1008.0180897787474,45.6978405201424,42.67378625080616
-1999,3,25,12,30,940.0,121.0,860.0,19.0,-5.0,2.6,21.87,1014.0209602695621,45.77061027830134,42.728547397492655
-1999,3,25,13,30,919.0,120.0,800.0,19.0,-5.0,3.4000000000000004,20.65,940.8124952250591,42.55579460986618,39.733357124191
-1999,3,25,14,30,876.0,115.0,680.0,18.0,-5.0,4.4,22.31,794.8115384087106,36.6346315529378,34.250196937711664
-1999,3,25,15,30,664.0,130.0,467.0,17.0,-5.0,5.5,24.29,531.8631139100917,28.608608394756864,27.01301905302659
-1999,3,25,16,30,626.0,78.0,289.0,15.0,-4.0,6.1000000000000005,31.42,326.41660282570837,21.854064327470244,20.87481451899312
-1999,3,25,17,30,214.0,50.0,81.0,12.0,-3.0,6.2,40.78,83.92158072512257,13.750891534284817,13.499126792109449
-1999,3,25,18,30,0.0,0.0,0.0,9.0,-3.0,6.4,50.3,0.0,9.0,9.0
-1999,3,25,19,30,0.0,0.0,0.0,7.0,-3.0,6.3000000000000025,59.31,0.0,7.0,7.0
-1999,3,25,20,30,0.0,0.0,0.0,6.0,-2.0,5.6000000000000005,64.83,0.0,6.0,6.0
-1999,3,25,21,30,0.0,0.0,0.0,5.0,-2.0,5.1000000000000005,65.05,0.0,5.0,5.0
-1999,3,25,22,30,0.0,0.0,0.0,5.0,-2.0,4.4,64.9,0.0,5.0,5.0
-1999,3,25,23,30,0.0,0.0,0.0,5.0,-3.0,3.7,63.62000000000001,0.0,5.0,5.0
-1999,3,26,0,30,0.0,0.0,0.0,5.0,-3.0,3.4000000000000004,60.69,0.0,5.0,5.0
-1999,3,26,1,30,0.0,0.0,0.0,5.0,-4.0,3.2,57.09,0.0,5.0,5.0
-1999,3,26,2,30,0.0,0.0,0.0,5.0,-5.0,2.9000000000000004,58.84,0.0,5.0,5.0
-1999,3,26,3,30,0.0,0.0,0.0,4.0,-5.0,2.5,57.6,0.0,4.0,4.0
-1999,3,26,4,30,0.0,0.0,0.0,3.0,-5.0,2.0,61.26,0.0,3.0,3.0
-1999,3,26,5,30,0.0,0.0,0.0,4.0,-5.0,1.8,56.58,0.0,4.0,4.0
-1999,3,26,6,30,274.0,39.0,67.0,7.0,-5.0,2.4000000000000004,48.39,68.69140691144933,8.837776984743352,8.631702764009004
-1999,3,26,7,30,348.0,106.0,210.0,12.0,-5.0,2.8000000000000003,33.28,225.7165550872586,17.8803819781078,17.203232312846023
-1999,3,26,8,30,418.0,183.0,381.0,15.0,-7.0,2.2,23.05,416.3219431921363,26.287778655655938,25.03881282607953
-1999,3,26,9,30,884.0,109.0,658.0,17.0,-8.0,2.2,18.48,767.4520890184098,37.80800556232654,35.50564929527131
-1999,3,26,10,30,929.0,114.0,790.0,18.0,-8.0,3.0,17.27,926.3439531631913,41.81524957592732,39.03621771643775
-1999,3,26,11,30,941.0,122.0,860.0,19.0,-8.0,3.9,16.26,1011.2089722291898,43.49815886737575,40.46453195068818
-1999,3,26,12,30,505.0,350.0,749.0,20.0,-8.0,4.6000000000000005,16.44,824.3167609922962,39.07547665252911,36.60252636955222
-1999,3,26,13,30,499.0,314.0,686.0,19.0,-8.0,4.9,17.81,754.901674678302,36.130865313839465,33.86616028980456
-1999,3,26,14,30,24.0,249.0,265.0,18.0,-7.0,5.2,19.77,262.10229295468076,23.833008364351517,23.046701485487475
-1999,3,26,15,30,198.0,238.0,339.0,17.0,-6.0,5.2,24.31,353.56698980182875,24.86852791566097,23.80782694625548
-1999,3,26,16,30,490.0,105.0,271.0,15.0,-4.0,4.2,32.11,298.98490713497836,22.10218850322102,21.205233781816084
-1999,3,26,17,30,296.0,47.0,91.0,12.0,-3.0,2.8000000000000003,42.14,94.72991462661096,14.467909731045944,14.18371998716611
-1999,3,26,18,30,0.0,0.0,0.0,9.0,-2.0,2.2,50.5,0.0,9.0,9.0
-1999,3,26,19,30,0.0,0.0,0.0,8.0,-2.0,2.0,54.84,0.0,8.0,8.0
-1999,3,26,20,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.9,0.0,7.0,7.0
-1999,3,26,21,30,0.0,0.0,0.0,7.0,-1.0,1.7000000000000002,66.07000000000001,0.0,7.0,7.0
-1999,3,26,22,30,0.0,0.0,0.0,6.0,-1.0,1.5,68.35000000000001,0.0,6.0,6.0
-1999,3,26,23,30,0.0,0.0,0.0,6.0,-1.0,1.2000000000000002,74.89,0.0,6.0,6.0
-1999,3,27,0,30,0.0,0.0,0.0,5.0,0.0,0.9,75.84,0.0,5.0,5.0
-1999,3,27,1,30,0.0,0.0,0.0,5.0,0.0,0.6000000000000001,76.37,0.0,5.0,5.0
-1999,3,27,2,30,0.0,0.0,0.0,5.0,0.0,0.4,82.94,0.0,5.0,5.0
-1999,3,27,3,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.17,0.0,4.0,4.0
-1999,3,27,4,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.2,0.0,4.0,4.0
-1999,3,27,5,30,0.0,0.0,0.0,4.0,0.0,0.6000000000000001,83.52,0.0,4.0,4.0
-1999,3,27,6,30,0.0,7.0,7.0,6.0,0.0,1.7000000000000002,74.72,6.8416931295630095,6.191803515483646,6.1712784360949575
-1999,3,27,7,30,370.0,106.0,219.0,9.0,0.0,2.7,66.02,234.69872411954415,15.155115733534366,14.451019561175734
-1999,3,27,8,30,715.0,122.0,465.0,11.0,0.0,3.1,51.63,527.7099311240728,24.47728071242174,22.894150919049522
-1999,3,27,9,30,58.0,283.0,319.0,13.0,-1.0,3.3000000000000003,42.13,320.1300264697677,21.068435113626595,20.10804503421729
-1999,3,27,10,30,13.0,212.0,222.0,14.0,-2.0,3.8,36.5,218.64661138425913,19.332004065202806,18.676064231050027
-1999,3,27,11,30,741.0,234.0,818.0,15.0,-3.0,4.7,31.48,932.7714905714704,36.44484786632811,33.6465333946137
-1999,3,27,12,30,57.0,378.0,423.0,15.0,-4.0,5.5,29.67,423.9897072633065,24.254130144207274,22.982161022417355
-1999,3,27,13,30,343.0,363.0,620.0,15.0,-4.0,6.1000000000000005,29.06,663.2951418397458,28.927807381463435,26.937921955944198
-1999,3,27,14,30,22.0,244.0,259.0,14.0,-4.0,6.3000000000000025,31.15,255.68638676210185,19.300365917964204,18.5333067576779
-1999,3,27,15,30,822.0,101.0,524.0,13.0,-5.0,6.0,31.68,601.819434720745,25.718487975141706,23.913029670979473
-1999,3,27,16,30,718.0,79.0,325.0,11.0,-6.0,4.800000000000002,31.93,365.712611242155,19.35327640259312,18.256138568866657
-1999,3,27,17,30,448.0,48.0,116.0,8.0,-7.0,3.0,35.96,121.22343832854456,11.116516741312104,10.752846426326471
-1999,3,27,18,30,0.0,0.0,0.0,5.0,-7.0,1.9,44.86,0.0,5.0,5.0
-1999,3,27,19,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.84,0.0,3.0,3.0
-1999,3,27,20,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,52.34,0.0,1.0,1.0
-1999,3,27,21,30,0.0,0.0,0.0,0.0,-9.0,1.1,50.44,0.0,0.0,0.0
-1999,3,27,22,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,51.22,0.0,0.0,0.0
-1999,3,27,23,30,0.0,0.0,0.0,0.0,-10.0,1.4,51.61,0.0,0.0,0.0
-1999,3,28,0,30,0.0,0.0,0.0,0.0,-11.0,1.4,49.23,0.0,0.0,0.0
-1999,3,28,1,30,0.0,0.0,0.0,-1.0,-11.0,1.2000000000000002,51.43,0.0,-1.0,-1.0
-1999,3,28,2,30,0.0,0.0,0.0,-1.0,-11.0,0.9,53.79,0.0,-1.0,-1.0
-1999,3,28,3,30,0.0,0.0,0.0,-2.0,-12.0,0.6000000000000001,51.99,0.0,-2.0,-2.0
-1999,3,28,4,30,0.0,0.0,0.0,-2.0,-12.0,0.9,50.93,0.0,-2.0,-2.0
-1999,3,28,5,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.51,0.0,-1.0,-1.0
-1999,3,28,6,30,289.0,45.0,78.0,1.0,-11.0,3.5,45.93,78.24438348843647,2.946176451720869,2.7114433012555597
-1999,3,28,7,30,639.0,88.0,285.0,4.0,-11.0,4.6000000000000005,36.68,314.56445961407996,11.2793218445062,10.335628465663959
-1999,3,28,8,30,790.0,112.0,496.0,7.0,-11.0,4.6000000000000005,29.31,563.2849417435332,20.034951202515227,18.345096377284626
-1999,3,28,9,30,869.0,127.0,675.0,10.0,-12.0,4.4,24.3,778.860241827696,28.260647884842136,25.924067159359048
-1999,3,28,10,30,914.0,135.0,807.0,12.0,-12.0,4.6000000000000005,19.84,938.4064173444825,33.7156201981018,30.900400946068352
-1999,3,28,11,30,394.0,365.0,677.0,13.0,-13.0,5.6000000000000005,17.93,731.9757740739025,28.873362640524412,26.677435318302706
-1999,3,28,12,30,525.0,347.0,766.0,14.0,-13.0,6.8000000000000025,16.63,842.484627805627,30.9148911840373,28.38743730062042
-1999,3,28,13,30,668.0,249.0,751.0,13.0,-13.0,7.3000000000000025,16.28,845.2362993496366,29.438870010802688,26.90316111275378
-1999,3,28,14,30,11.0,196.0,203.0,12.0,-14.0,7.2,16.43,200.1802486321586,15.918063028321102,15.317522282424626
-1999,3,28,15,30,490.0,184.0,437.0,11.0,-15.0,6.5,16.19,480.300012922902,20.829812891877662,19.388912853108955
-1999,3,28,16,30,0.0,22.0,22.0,9.0,-15.0,4.9,17.740000000000006,21.502464121483747,9.487952046122796,9.423444653758345
-1999,3,28,17,30,20.0,56.0,59.0,6.0,-13.0,2.6,25.65,58.07049760802954,7.533087303953093,7.358875811129004
-1999,3,28,18,30,0.0,0.0,0.0,3.0,-11.0,1.3,39.37,0.0,3.0,3.0
-1999,3,28,19,30,0.0,0.0,0.0,1.0,-11.0,1.1,42.95,0.0,1.0,1.0
-1999,3,28,20,30,0.0,0.0,0.0,0.0,-11.0,1.0,42.73,0.0,0.0,0.0
-1999,3,28,21,30,0.0,0.0,0.0,0.0,-10.0,0.9,46.78,0.0,0.0,0.0
-1999,3,28,22,30,0.0,0.0,0.0,0.0,-10.0,0.8,51.5,0.0,0.0,0.0
-1999,3,28,23,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,55.63,0.0,-1.0,-1.0
-1999,3,29,0,30,0.0,0.0,0.0,-2.0,-10.0,0.5,59.81,0.0,-2.0,-2.0
-1999,3,29,1,30,0.0,0.0,0.0,-2.0,-10.0,0.4,63.88,0.0,-2.0,-2.0
-1999,3,29,2,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,63.08,0.0,-3.0,-3.0
-1999,3,29,3,30,0.0,0.0,0.0,-3.0,-11.0,1.0,61.31,0.0,-3.0,-3.0
-1999,3,29,4,30,0.0,0.0,0.0,-3.0,-11.0,1.2000000000000002,58.79,0.0,-3.0,-3.0
-1999,3,29,5,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,47.76,0.0,-1.0,-1.0
-1999,3,29,6,30,280.0,48.0,81.0,2.0,-12.0,2.6,37.65,81.07764140060632,4.140486267308033,3.8972533431062137
-1999,3,29,7,30,612.0,95.0,288.0,6.0,-13.0,2.8000000000000003,28.57,313.81098723404136,14.17542369964798,13.233990737945856
-1999,3,29,8,30,764.0,124.0,499.0,10.0,-14.0,2.0,18.05,562.4623647256086,25.4550727161767,23.767685621999874
-1999,3,29,9,30,847.0,142.0,680.0,13.0,-15.0,1.1,14.51,779.3418973750395,35.74649225284645,33.40846656072134
-1999,3,29,10,30,893.0,152.0,813.0,15.0,-14.0,0.5,13.16,938.7304177718675,43.53000488668213,40.71381363336653
-1999,3,29,11,30,916.0,155.0,885.0,16.0,-14.0,0.5,12.68,1025.8426187024957,47.177529107895175,44.10000125178769
-1999,3,29,12,30,919.0,153.0,891.0,17.0,-14.0,1.0,12.03,1032.2995701901004,47.33302283863205,44.236124128061746
-1999,3,29,13,30,905.0,146.0,830.0,18.0,-14.0,1.6,11.39,959.4940751538476,45.079777137616645,42.201294912155106
-1999,3,29,14,30,870.0,135.0,708.0,18.0,-14.0,2.2,11.43,814.3898478621591,40.08063373166683,37.63746418808035
-1999,3,29,15,30,799.0,119.0,535.0,17.0,-13.0,2.9000000000000004,12.24,607.1434105492635,32.712761896295085,30.891331664647293
-1999,3,29,16,30,670.0,95.0,329.0,15.0,-13.0,3.4000000000000004,14.85,363.4540160274885,24.100057870326733,23.009695822244268
-1999,3,29,17,30,394.0,56.0,118.0,11.0,-7.0,4.1000000000000005,30.04,120.880617652745,13.890325749615185,13.52768389665695
-1999,3,29,18,30,0.0,0.0,0.0,8.0,-9.0,4.800000000000002,33.06,0.0,8.0,8.0
-1999,3,29,19,30,0.0,0.0,0.0,6.0,-9.0,4.7,36.73,0.0,6.0,6.0
-1999,3,29,20,30,0.0,0.0,0.0,5.0,-9.0,4.3,40.4,0.0,5.0,5.0
-1999,3,29,21,30,0.0,0.0,0.0,4.0,-8.0,4.2,44.23,0.0,4.0,4.0
-1999,3,29,22,30,0.0,0.0,0.0,4.0,-9.0,4.2,43.31,0.0,4.0,4.0
-1999,3,29,23,30,0.0,0.0,0.0,4.0,-9.0,3.9,41.84,0.0,4.0,4.0
-1999,3,30,0,30,0.0,0.0,0.0,4.0,-9.0,3.6,41.29,0.0,4.0,4.0
-1999,3,30,1,30,0.0,0.0,0.0,4.0,-9.0,3.6,45.24,0.0,4.0,4.0
-1999,3,30,2,30,0.0,0.0,0.0,3.0,-8.0,3.7,47.33,0.0,3.0,3.0
-1999,3,30,3,30,0.0,0.0,0.0,3.0,-8.0,4.2,49.15,0.0,3.0,3.0
-1999,3,30,4,30,0.0,0.0,0.0,4.0,-8.0,4.6000000000000005,50.53,0.0,4.0,4.0
-1999,3,30,5,30,0.0,0.0,0.0,5.0,-8.0,4.7,44.05,0.0,5.0,5.0
-1999,3,30,6,30,310.0,48.0,86.0,8.0,-7.0,5.0,36.54,85.80879610132719,9.93461931655311,9.677192928249129
-1999,3,30,7,30,642.0,90.0,295.0,12.0,-7.0,5.8000000000000025,28.79,321.88662204972434,18.89077061185626,17.925110745707087
-1999,3,30,8,30,799.0,111.0,507.0,15.0,-8.0,7.0,21.59,572.4364229093837,26.347486960864458,24.630177692136307
-1999,3,30,9,30,881.0,123.0,687.0,17.0,-10.0,7.6,16.35,788.9411068222774,32.05526753964832,29.688444219181484
-1999,3,30,10,30,922.0,131.0,818.0,19.0,-11.0,7.6,13.82,946.1304637808144,37.05489299068867,34.21650159934623
-1999,3,30,11,30,940.0,135.0,888.0,20.0,-12.0,7.4,12.31,1031.1856350616056,39.92863213427215,36.83507522908733
-1999,3,30,12,30,942.0,134.0,893.0,20.0,-12.0,7.2,11.25,1037.489556412357,40.30644632037634,37.193977651139264
-1999,3,30,13,30,924.0,130.0,831.0,21.0,-12.0,7.2,11.1,962.371548875748,39.836185942035236,36.94907129540799
-1999,3,30,14,30,883.0,123.0,709.0,20.0,-12.0,7.2,11.85,813.9724273491283,35.93161810648819,33.4897008244408
-1999,3,30,15,30,820.0,109.0,539.0,19.0,-12.0,7.2,12.76,611.1631083674862,30.962097137608243,29.128607812505784
-1999,3,30,16,30,710.0,86.0,336.0,16.0,-12.0,6.4,15.04,371.5241833366829,23.652459118014335,22.537886568004286
-1999,3,30,17,30,454.0,52.0,125.0,13.0,-11.0,4.800000000000002,21.35,127.4981705710292,15.912197793746762,15.529703282033674
-1999,3,30,18,30,0.0,0.0,0.0,10.0,-9.0,4.2,29.17,0.0,10.0,10.0
-1999,3,30,19,30,0.0,0.0,0.0,8.0,-9.0,4.4,31.69,0.0,8.0,8.0
-1999,3,30,20,30,0.0,0.0,0.0,7.0,-9.0,4.3,33.94,0.0,7.0,7.0
-1999,3,30,21,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.55,0.0,7.0,7.0
-1999,3,30,22,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.54,0.0,7.0,7.0
-1999,3,30,23,30,0.0,0.0,0.0,6.0,-9.0,4.1000000000000005,36.27,0.0,6.0,6.0
-1999,3,31,0,30,0.0,0.0,0.0,6.0,-9.0,4.2,38.66,0.0,6.0,6.0
-1999,3,31,1,30,0.0,0.0,0.0,5.0,-9.0,4.1000000000000005,39.3,0.0,5.0,5.0
-1999,3,31,2,30,0.0,0.0,0.0,4.0,-8.0,3.8,44.69,0.0,4.0,4.0
-1999,3,31,3,30,0.0,0.0,0.0,4.0,-8.0,3.4000000000000004,46.7,0.0,4.0,4.0
-1999,3,31,4,30,0.0,0.0,0.0,3.0,-8.0,2.9000000000000004,50.73,0.0,3.0,3.0
-1999,3,31,5,30,0.0,0.0,0.0,4.0,-8.0,2.7,46.22,0.0,4.0,4.0
-1999,3,31,6,30,289.0,49.0,86.0,7.0,-7.0,3.5,40.05,85.14723786446794,9.117871492787634,8.86242977919423
-1999,3,31,7,30,603.0,95.0,291.0,11.0,-7.0,4.7,32.61,314.5560020150256,18.231787931811542,17.288119925766466
-1999,3,31,8,30,753.0,122.0,498.0,13.0,-10.0,5.2,21.43,558.7657022715355,25.43516406636766,23.758866959553053
-1999,3,31,9,30,835.0,137.0,676.0,15.0,-10.0,5.5,17.92,770.0007814845744,31.80627458858183,29.496272244128107
-1999,3,31,10,30,881.0,145.0,806.0,16.0,-10.0,5.6000000000000005,17.04,925.5558684301466,36.07127074969821,33.294603144407766
-1999,3,31,11,30,904.0,148.0,876.0,17.0,-10.0,5.9,16.740000000000002,1011.3128431057161,38.51053010075705,35.476591571439904
-1999,3,31,12,30,911.0,144.0,882.0,18.0,-9.0,6.3000000000000025,16.54,1019.0089056835207,39.12400328458743,36.06697656753687
-1999,3,31,13,30,897.0,138.0,822.0,19.0,-9.0,6.7,17.07,947.0749947041529,38.13655039255558,35.29532540844312
-1999,3,31,14,30,562.0,244.0,619.0,18.0,-9.0,7.1000000000000005,17.06,680.7138640601747,31.408318956913664,29.36617736473314
-1999,3,31,15,30,47.0,224.0,249.0,17.0,-9.0,7.1000000000000005,17.72,247.9090820113496,21.88317370840268,21.139446462368632
-1999,3,31,16,30,82.0,150.0,179.0,15.0,-9.0,6.4,21.75,179.8880691556317,18.70523954233288,18.165575334865984
-1999,3,31,17,30,446.0,44.0,117.0,12.0,-7.0,4.800000000000002,29.74,118.7686342686024,14.712805627988612,14.356499725182804
-1999,3,31,18,30,0.0,0.0,0.0,9.0,-6.0,3.7,36.7,0.0,9.0,9.0
-1999,3,31,19,30,0.0,0.0,0.0,8.0,-6.0,3.6,43.08,0.0,8.0,8.0
-1999,3,31,20,30,0.0,0.0,0.0,6.0,-6.0,3.7,46.72,0.0,6.0,6.0
-1999,3,31,21,30,0.0,0.0,0.0,6.0,-6.0,3.9,49.82,0.0,6.0,6.0
-1999,3,31,22,30,0.0,0.0,0.0,5.0,-6.0,3.9,50.04,0.0,5.0,5.0
-1999,3,31,23,30,0.0,0.0,0.0,4.0,-6.0,3.5,55.02,0.0,4.0,4.0
-1999,4,1,0,30,0.0,0.0,0.0,3.0,-5.0,2.8000000000000003,61.5,0.0,3.0,3.0
-1999,4,1,1,30,0.0,0.0,0.0,2.0,-4.0,2.2,69.34,0.0,2.0,2.0
-1999,4,1,2,30,0.0,0.0,0.0,2.0,-4.0,1.6,71.66,0.0,2.0,2.0
-1999,4,1,3,30,0.0,0.0,0.0,1.0,-4.0,1.1,73.58,0.0,1.0,1.0
-1999,4,1,4,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,75.62,0.0,0.0,0.0
-1999,4,1,5,30,0.0,0.0,0.0,0.0,-3.0,0.8,77.96000000000002,0.0,0.0,0.0
-1999,4,1,6,30,0.0,6.0,6.0,2.0,-2.0,1.2000000000000002,81.52,5.864308396768293,2.170012919929046,2.1524199947387412
-1999,4,1,7,30,0.0,13.0,13.0,4.0,-2.0,1.4,70.03,12.706001526331303,4.363444643990295,4.325326639411301
-1999,4,1,8,30,0.0,27.0,27.0,6.0,-3.0,1.7000000000000002,57.19,26.389387785457323,6.739813559722638,6.660645396366266
-1999,4,1,9,30,0.0,42.0,42.0,7.0,-4.0,2.5,50.74,41.05015877737806,8.090974215224179,7.9678237388920445
-1999,4,1,10,30,0.0,38.0,38.0,8.0,-4.0,3.3000000000000003,47.23,37.14061984619919,8.936078019964272,8.824656160425675
-1999,4,1,11,30,5.0,131.0,136.0,9.0,-4.0,3.7,44.88,132.84807874941956,12.26107526997408,11.862531033725821
-1999,4,1,12,30,0.0,52.0,52.0,9.0,-3.0,3.9,46.25,50.82400610532521,10.231293046282952,10.078821027966976
-1999,4,1,13,30,0.0,66.0,66.0,8.0,-3.0,3.7,51.1,64.50739236445123,9.58348892923787,9.389966752144517
-1999,4,1,14,30,0.0,57.0,57.0,7.0,-2.0,3.2,57.15,55.71092976929879,8.413429289071743,8.246296499763847
-1999,4,1,15,30,0.0,45.0,45.0,6.0,-2.0,2.9000000000000004,68.28,43.982312975762206,7.138254322502289,7.0063073835750025
-1999,4,1,16,30,0.0,29.0,29.0,5.0,-1.0,2.7,74.98,28.344157251046756,5.743342635986499,5.658310164233359
-1999,4,1,17,30,0.0,54.0,54.0,3.0,-1.0,2.7,88.45,52.77877557091465,4.38415525321624,4.2258189265034956
-1999,4,1,18,30,0.0,0.0,0.0,1.0,-1.0,2.8000000000000003,88.57000000000002,0.0,1.0,1.0
-1999,4,1,19,30,0.0,0.0,0.0,0.0,-2.0,3.0,92.0,0.0,0.0,0.0
-1999,4,1,20,30,0.0,0.0,0.0,0.0,-2.0,3.1,87.09,0.0,0.0,0.0
-1999,4,1,21,30,0.0,0.0,0.0,0.0,-3.0,3.3000000000000003,88.92,0.0,0.0,0.0
-1999,4,1,22,30,0.0,0.0,0.0,0.0,-4.0,3.5,90.79,0.0,0.0,0.0
-1999,4,1,23,30,0.0,0.0,0.0,-1.0,-4.0,3.7,86.27,0.0,-1.0,-1.0
-1999,4,2,0,30,0.0,0.0,0.0,-2.0,-5.0,3.9,88.09,0.0,-2.0,-2.0
-1999,4,2,1,30,0.0,0.0,0.0,-2.0,-6.0,3.9,89.39,0.0,-2.0,-2.0
-1999,4,2,2,30,0.0,0.0,0.0,-3.0,-7.0,3.7,83.59,0.0,-3.0,-3.0
-1999,4,2,3,30,0.0,0.0,0.0,-4.0,-8.0,3.4000000000000004,84.86,0.0,-4.0,-4.0
-1999,4,2,4,30,0.0,0.0,0.0,-4.0,-8.0,3.1,80.61,0.0,-4.0,-4.0
-1999,4,2,5,30,0.0,0.0,0.0,-4.0,-9.0,3.0,83.26,0.0,-4.0,-4.0
-1999,4,2,6,30,0.0,21.0,21.0,-3.0,-9.0,3.3000000000000003,75.87,20.52507938868903,-2.482693725809218,-2.544268963975285
-1999,4,2,7,30,39.0,130.0,143.0,-2.0,-9.0,3.6,65.8,141.65229624641742,1.5001737933344161,1.0752169045951638
-1999,4,2,8,30,0.0,68.0,68.0,-1.0,-9.0,3.5,61.48,66.46216183004066,0.6531166649578442,0.4537301794677222
-1999,4,2,9,30,9.0,181.0,188.0,0.0,-9.0,3.3000000000000003,58.42,183.81919642835285,4.632908931962398,4.08145134267734
-1999,4,2,10,30,10.0,175.0,183.0,0.0,-8.0,2.9000000000000004,60.18,179.9890303899206,4.658083624597568,4.118116533427806
-1999,4,2,11,30,210.0,430.0,601.0,0.0,-8.0,2.6,57.12000000000001,622.4333700970762,16.432521444772647,14.56522133448142
-1999,4,2,12,30,33.0,347.0,374.0,0.0,-8.0,2.8000000000000003,58.43,371.07589544463747,9.667292712487594,8.554065026153681
-1999,4,2,13,30,10.0,169.0,176.0,0.0,-7.0,3.0,60.14,174.25475594033708,4.479891608662935,3.9571273408419234
-1999,4,2,14,30,15.0,221.0,231.0,0.0,-7.0,3.0,61.04,227.8390938090224,5.857483997910974,5.173966716483907
-1999,4,2,15,30,0.0,92.0,92.0,0.0,-7.0,2.7,66.08,89.91939541711383,2.358190431405445,2.0884322451541038
-1999,4,2,16,30,0.0,28.0,28.0,-1.0,-7.0,2.2,71.39,27.366772518252038,-0.25800194835478063,-0.34010226590953674
-1999,4,2,17,30,0.0,45.0,45.0,-2.0,-7.0,1.8,76.78,43.982312975762206,-0.775204577438333,-0.9071515163656196
-1999,4,2,18,30,0.0,0.0,0.0,-3.0,-7.0,1.6,80.2,0.0,-3.0,-3.0
-1999,4,2,19,30,0.0,0.0,0.0,-4.0,-8.0,1.4,84.64,0.0,-4.0,-4.0
-1999,4,2,20,30,0.0,0.0,0.0,-4.0,-8.0,1.4,82.11,0.0,-4.0,-4.0
-1999,4,2,21,30,0.0,0.0,0.0,-5.0,-8.0,1.6,86.17,0.0,-5.0,-5.0
-1999,4,2,22,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.43,0.0,-5.0,-5.0
-1999,4,2,23,30,0.0,0.0,0.0,-6.0,-9.0,1.6,87.33,0.0,-6.0,-6.0
-1999,4,3,0,30,0.0,0.0,0.0,-6.0,-10.0,2.0,91.69,0.0,-6.0,-6.0
-1999,4,3,1,30,0.0,0.0,0.0,-7.0,-10.0,2.2,89.25,0.0,-7.0,-7.0
-1999,4,3,2,30,0.0,0.0,0.0,-7.0,-10.0,2.0,87.11,0.0,-7.0,-7.0
-1999,4,3,3,30,0.0,0.0,0.0,-7.0,-11.0,1.8,91.22,0.0,-7.0,-7.0
-1999,4,3,4,30,0.0,0.0,0.0,-7.0,-11.0,1.8,82.36,0.0,-7.0,-7.0
-1999,4,3,5,30,0.0,0.0,0.0,-6.0,-11.0,2.0,75.16,0.0,-6.0,-6.0
-1999,4,3,6,30,0.0,27.0,27.0,-3.0,-11.0,2.7,64.42,26.389387785457323,-2.30792237339188,-2.3870905367482522
-1999,4,3,7,30,12.0,120.0,125.0,-1.0,-10.0,3.9,54.41,121.82160824382925,1.9513238056595554,1.5858589809280677
-1999,4,3,8,30,110.0,238.0,295.0,0.0,-11.0,4.9,47.72,297.8066982907062,6.7580806999154905,5.864660605043372
-1999,4,3,9,30,551.0,242.0,605.0,0.0,-12.0,5.2,42.85,660.6468583556461,14.70249881155119,12.720558236484251
-1999,4,3,10,30,525.0,321.0,722.0,1.0,-12.0,5.0,39.74,784.4616400088024,18.68623626957619,16.332851349549784
-1999,4,3,11,30,480.0,381.0,773.0,2.0,-11.0,4.4,40.19,835.3643176358105,21.585405494717243,19.07931254180981
-1999,4,3,12,30,191.0,437.0,595.0,2.0,-11.0,3.6,41.31,612.1946116484334,17.127093544497207,15.290509709551905
-1999,4,3,13,30,42.0,344.0,376.0,3.0,-11.0,2.6,42.61,374.41583721258814,12.88474681763734,11.761499305999576
-1999,4,3,14,30,79.0,323.0,377.0,3.0,-10.0,1.4,41.41,378.131777789879,13.816146139716471,12.681750806346834
-1999,4,3,15,30,10.0,174.0,180.0,3.0,-10.0,0.5,45.47,176.26413479720495,8.35704024489507,7.828247840503455
-1999,4,3,16,30,722.0,104.0,368.0,2.0,-10.0,0.4,45.52,396.7450804605863,14.139737065731643,12.949501824349884
-1999,4,3,17,30,0.0,25.0,25.0,0.0,-8.0,0.5,54.68,24.43461831986789,0.7426197839894216,0.669315929029818
-1999,4,3,18,30,0.0,0.0,0.0,0.0,-10.0,0.4,58.3,0.0,0.0,0.0
-1999,4,3,19,30,0.0,0.0,0.0,-2.0,-10.0,0.4,59.72,0.0,-2.0,-2.0
-1999,4,3,20,30,0.0,0.0,0.0,-3.0,-11.0,0.5,62.53,0.0,-3.0,-3.0
-1999,4,3,21,30,0.0,0.0,0.0,-3.0,-11.0,0.7000000000000001,66.11,0.0,-3.0,-3.0
-1999,4,3,22,30,0.0,0.0,0.0,-4.0,-11.0,1.0,64.21000000000001,0.0,-4.0,-4.0
-1999,4,3,23,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.25,0.0,-4.0,-4.0
-1999,4,4,0,30,0.0,0.0,0.0,-4.0,-12.0,1.3,61.94000000000001,0.0,-4.0,-4.0
-1999,4,4,1,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.89,0.0,-4.0,-4.0
-1999,4,4,2,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.85,0.0,-4.0,-4.0
-1999,4,4,3,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.4,0.0,-4.0,-4.0
-1999,4,4,4,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,62.58,0.0,-4.0,-4.0
-1999,4,4,5,30,0.0,0.0,0.0,-3.0,-11.0,1.4,58.01,0.0,-3.0,-3.0
-1999,4,4,6,30,0.0,22.0,22.0,-1.0,-11.0,1.8,52.74,21.502464121483747,-0.4012111267476294,-0.4657185191120806
-1999,4,4,7,30,0.0,104.0,104.0,1.0,-10.0,2.6,49.74,101.64801221065042,3.6835533258917588,3.3786092892598076
-1999,4,4,8,30,191.0,242.0,342.0,2.0,-9.0,3.4000000000000004,47.52,350.2698170807259,10.769955661797644,9.719146210555467
-1999,4,4,9,30,623.0,219.0,632.0,3.0,-9.0,3.9,46.06,695.1716681702238,19.841648397748617,17.756133393237945
-1999,4,4,10,30,518.0,325.0,722.0,4.0,-8.0,4.3,48.41,783.2246472975005,22.483524125459418,20.133850183566917
-1999,4,4,11,30,645.0,301.0,831.0,4.0,-8.0,4.5,50.96,917.5187185052514,25.37137772392683,22.618821568411075
-1999,4,4,12,30,690.0,278.0,848.0,4.0,-7.0,4.4,52.8,941.3455328656534,26.070171759302056,23.246135160705094
-1999,4,4,13,30,492.0,341.0,723.0,4.0,-7.0,4.5,50.1,781.3810738186767,22.200380807610646,19.856237586154617
-1999,4,4,14,30,616.0,231.0,649.0,4.0,-7.0,4.5,50.58,713.2366815133059,20.61312213010041,18.473412085560494
-1999,4,4,15,30,754.0,115.0,523.0,4.0,-6.0,4.1000000000000005,55.31,580.1764431029276,17.872355596641523,16.13182626733274
-1999,4,4,16,30,219.0,155.0,236.0,3.0,-6.0,3.0,62.63,241.20704916787395,9.20115892783716,8.477537780333538
-1999,4,4,17,30,477.0,45.0,130.0,1.0,-4.0,2.0,69.10000000000001,126.88111163340798,4.486378697640128,4.105735362739904
-1999,4,4,18,30,0.0,0.0,0.0,0.0,-5.0,1.8,73.14,0.0,0.0,0.0
-1999,4,4,19,30,0.0,0.0,0.0,0.0,-4.0,1.6,80.72,0.0,0.0,0.0
-1999,4,4,20,30,0.0,0.0,0.0,0.0,-4.0,1.1,83.45,0.0,0.0,0.0
-1999,4,4,21,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,85.17,0.0,0.0,0.0
-1999,4,4,22,30,0.0,0.0,0.0,0.0,-4.0,0.4,85.92,0.0,0.0,0.0
-1999,4,4,23,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,93.06,0.0,0.0,0.0
-1999,4,5,0,30,0.0,0.0,0.0,-1.0,-4.0,1.2000000000000002,99.16,0.0,-1.0,-1.0
-1999,4,5,1,30,0.0,0.0,0.0,-2.0,-4.0,2.0,96.65,0.0,-2.0,-2.0
-1999,4,5,2,30,0.0,0.0,0.0,-2.0,-4.0,2.9000000000000004,95.39,0.0,-2.0,-2.0
-1999,4,5,3,30,0.0,0.0,0.0,-2.0,-4.0,3.4000000000000004,94.18,0.0,-2.0,-2.0
-1999,4,5,4,30,0.0,0.0,0.0,-2.0,-5.0,3.6,91.08,0.0,-2.0,-2.0
-1999,4,5,5,30,0.0,0.0,0.0,-1.0,-5.0,4.0,80.35000000000002,0.0,-1.0,-1.0
-1999,4,5,6,30,370.0,62.0,120.0,0.0,-5.0,5.0,74.2,114.56345948299023,2.5829133114188325,2.239222932969862
-1999,4,5,7,30,693.0,102.0,344.0,1.0,-5.0,6.0,64.46000000000001,365.57127227151886,8.725762184134226,7.629048367319669
-1999,4,5,8,30,854.0,120.0,568.0,4.0,-6.0,6.0,56.76,628.2480669960255,17.277014706583287,15.392270505595212
-1999,4,5,9,30,936.0,132.0,757.0,5.0,-7.0,5.4,46.29,854.1971599897398,23.76503448488829,21.20244300491907
-1999,4,5,10,30,977.0,142.0,894.0,6.0,-7.0,4.800000000000002,41.87,1018.992772380378,29.27491045776876,26.217932140627628
-1999,4,5,11,30,994.0,146.0,966.0,7.0,-8.0,4.2,38.44,1105.0729307378383,33.2502757718262,29.93505697961269
-1999,4,5,12,30,996.0,144.0,969.0,8.0,-8.0,3.5,35.52,1108.803381346769,35.579321788438286,32.252911644397976
-1999,4,5,13,30,982.0,137.0,903.0,9.0,-8.0,2.8000000000000003,33.08,1029.4599222931902,35.819555047244506,32.73117528036494
-1999,4,5,14,30,940.0,131.0,773.0,9.0,-8.0,2.2,32.980000000000004,872.8604625794227,32.66595338051371,30.047371992775442
-1999,4,5,15,30,858.0,123.0,590.0,8.0,-8.0,1.6,35.44,653.3038828226278,26.43817904465925,24.478267396191367
-1999,4,5,16,30,723.0,102.0,371.0,7.0,-7.0,0.9,38.69,396.51391803898497,18.72989589972083,17.540354145603875
-1999,4,5,17,30,463.0,63.0,147.0,4.0,-4.0,0.2,61.37000000000001,142.4889770124072,8.419356290173113,7.991889359135891
-1999,4,5,18,30,0.0,0.0,0.0,1.0,-6.0,0.30000000000000004,62.91,0.0,1.0,1.0
-1999,4,5,19,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,62.27,0.0,0.0,0.0
-1999,4,5,20,30,0.0,0.0,0.0,0.0,-7.0,0.9,64.47,0.0,0.0,0.0
-1999,4,5,21,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.5,0.0,-1.0,-1.0
-1999,4,5,22,30,0.0,0.0,0.0,-2.0,-9.0,1.6,68.18,0.0,-2.0,-2.0
-1999,4,5,23,30,0.0,0.0,0.0,-2.0,-9.0,2.1,64.46000000000001,0.0,-2.0,-2.0
-1999,4,6,0,30,0.0,0.0,0.0,-2.0,-10.0,2.6,60.63,0.0,-2.0,-2.0
-1999,4,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.0,58.3,0.0,-2.0,-2.0
-1999,4,6,2,30,0.0,0.0,0.0,-2.0,-11.0,3.0,62.42,0.0,-2.0,-2.0
-1999,4,6,3,30,0.0,0.0,0.0,-2.0,-10.0,2.7,62.81,0.0,-2.0,-2.0
-1999,4,6,4,30,0.0,0.0,0.0,-2.0,-10.0,2.4000000000000004,62.98,0.0,-2.0,-2.0
-1999,4,6,5,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.79,0.0,-1.0,-1.0
-1999,4,6,6,30,557.0,47.0,137.0,2.0,-9.0,2.7,48.52,129.0179666816665,5.3835740676052914,4.996520167560292
-1999,4,6,7,30,810.0,78.0,364.0,6.0,-8.0,2.0,39.21,389.49663749645015,16.702402921039173,15.533913008549822
-1999,4,6,8,30,916.0,100.0,584.0,9.0,-9.0,1.3,30.24,648.3406697174669,27.670217309216678,25.72519530006428
-1999,4,6,9,30,971.0,115.0,768.0,12.0,-9.0,1.5,25.14,867.0723911987695,36.636005003862834,34.034787830266524
-1999,4,6,10,30,1002.0,125.0,901.0,13.0,-9.0,2.0,22.23,1026.994278683923,41.21925919239164,38.13827635633987
-1999,4,6,11,30,1016.0,128.0,970.0,14.0,-9.0,2.5,21.25,1110.5460725715318,43.51455404995163,40.18291583223703
-1999,4,6,12,30,1017.0,126.0,972.0,15.0,-9.0,3.1,20.32,1113.0721437056386,43.426953614353934,40.08773718323702
-1999,4,6,13,30,1006.0,120.0,907.0,16.0,-9.0,3.8,19.3,1035.9016072570453,41.261912572418346,38.15420775064721
-1999,4,6,14,30,978.0,109.0,779.0,16.0,-8.0,4.4,19.54,882.4270831588888,36.688808317908126,34.04152706843146
-1999,4,6,15,30,926.0,94.0,600.0,15.0,-8.0,4.6000000000000005,20.89,668.029172294393,30.458832674917705,28.454745158034527
-1999,4,6,16,30,828.0,75.0,385.0,13.0,-8.0,3.7,24.98,413.96197853352777,23.16169133654954,21.91980540094896
-1999,4,6,17,30,609.0,43.0,155.0,9.0,-5.0,2.3000000000000003,41.3,149.0411056206132,13.01411346542837,12.56699014856653
-1999,4,6,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,54.05,0.0,6.0,6.0
-1999,4,6,19,30,0.0,0.0,0.0,4.0,-6.0,1.6,59.38,0.0,4.0,4.0
-1999,4,6,20,30,0.0,0.0,0.0,3.0,-6.0,1.6,61.93,0.0,3.0,3.0
-1999,4,6,21,30,0.0,0.0,0.0,2.0,-6.0,1.6,60.23,0.0,2.0,2.0
-1999,4,6,22,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.44,0.0,2.0,2.0
-1999,4,6,23,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,57.06,0.0,2.0,2.0
-1999,4,7,0,30,0.0,0.0,0.0,1.0,-7.0,1.7000000000000002,56.36,0.0,1.0,1.0
-1999,4,7,1,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.4,0.0,1.0,1.0
-1999,4,7,2,30,0.0,0.0,0.0,1.0,-7.0,1.9,56.62000000000001,0.0,1.0,1.0
-1999,4,7,3,30,0.0,0.0,0.0,1.0,-7.0,1.9,60.5,0.0,1.0,1.0
-1999,4,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,59.68,0.0,0.0,0.0
-1999,4,7,5,30,0.0,0.0,0.0,2.0,-8.0,1.6,54.22,0.0,2.0,2.0
-1999,4,7,6,30,566.0,41.0,135.0,6.0,-5.0,1.7000000000000002,49.44,126.34778307700918,9.542098207097377,9.16305485786635
-1999,4,7,7,30,799.0,64.0,351.0,11.0,-4.0,1.7000000000000002,40.74,373.9995799791139,21.484895021005304,20.36289628106796
-1999,4,7,8,30,904.0,78.0,560.0,14.0,-5.0,1.9,30.41,622.0994247963768,31.20838666554281,29.34208839115368
-1999,4,7,9,30,959.0,87.0,735.0,15.0,-6.0,2.9000000000000004,25.46,832.6615957938343,36.549131832068255,34.05114704468675
-1999,4,7,10,30,988.0,93.0,862.0,17.0,-6.0,3.9,23.44,985.0802575806212,40.865148856546966,37.9099080838051
-1999,4,7,11,30,1001.0,96.0,929.0,18.0,-6.0,4.800000000000002,21.57,1066.4050790093313,42.35785944552982,39.158644208501826
-1999,4,7,12,30,595.0,335.0,832.0,19.0,-7.0,5.6000000000000005,19.65,907.4008555665599,38.67756768856657,35.95536512186689
-1999,4,7,13,30,986.0,96.0,871.0,19.0,-7.0,6.2,17.79,995.2973943946799,39.76531169794449,36.77941951476045
-1999,4,7,14,30,959.0,90.0,750.0,19.0,-8.0,6.6000000000000005,18.28,849.6994471512095,36.27904626944557,33.729947927991944
-1999,4,7,15,30,910.0,79.0,579.0,18.0,-8.0,6.8000000000000025,19.08,644.2042381779987,30.933938768067947,29.00132605353395
-1999,4,7,16,30,459.0,126.0,299.0,16.0,-8.0,6.5,20.4,312.3936834526746,22.393444460383915,21.45626341002589
-1999,4,7,17,30,0.0,3.0,3.0,13.0,-7.0,5.5,28.55,2.9321541983841466,13.063998102052697,13.055201639457545
-1999,4,7,18,30,0.0,0.0,0.0,10.0,-5.0,4.6000000000000005,39.51,0.0,10.0,10.0
-1999,4,7,19,30,0.0,0.0,0.0,8.0,-4.0,3.8,48.22,0.0,8.0,8.0
-1999,4,7,20,30,0.0,0.0,0.0,8.0,-2.0,2.8000000000000003,58.91,0.0,8.0,8.0
-1999,4,7,21,30,0.0,0.0,0.0,7.0,-1.0,2.9000000000000004,62.79,0.0,7.0,7.0
-1999,4,7,22,30,0.0,0.0,0.0,7.0,-1.0,4.2,60.83,0.0,7.0,7.0
-1999,4,7,23,30,0.0,0.0,0.0,6.0,-2.0,5.7,61.67,0.0,6.0,6.0
-1999,4,8,0,30,0.0,0.0,0.0,5.0,-2.0,7.7,65.07000000000001,0.0,5.0,5.0
-1999,4,8,1,30,0.0,0.0,0.0,4.0,-4.0,9.4,60.92,0.0,4.0,4.0
-1999,4,8,2,30,0.0,0.0,0.0,3.0,-8.0,9.8,49.63,0.0,3.0,3.0
-1999,4,8,3,30,0.0,0.0,0.0,2.0,-9.0,9.6,47.55,0.0,2.0,2.0
-1999,4,8,4,30,0.0,0.0,0.0,2.0,-10.0,10.0,46.76,0.0,2.0,2.0
-1999,4,8,5,30,0.0,0.0,0.0,2.0,-10.0,11.1,46.39,0.0,2.0,2.0
-1999,4,8,6,30,411.0,48.0,118.0,2.0,-10.0,12.3,46.6,110.89322631722347,3.5863403562092557,3.2536606772575856
-1999,4,8,7,30,282.0,146.0,248.0,4.0,-9.0,12.7,41.14,253.46212874613008,7.541118986791159,6.780732600552769
-1999,4,8,8,30,889.0,88.0,566.0,6.0,-9.0,12.2,37.09,625.2028029905694,14.99680720790267,13.121198798930962
-1999,4,8,9,30,957.0,95.0,746.0,9.0,-8.0,11.6,34.76,841.1575698782964,21.545435889138687,19.0219631795038
-1999,4,8,10,30,998.0,97.0,877.0,11.0,-7.0,11.1,32.14,1000.0053482467397,26.36984831869924,23.369832273959023
-1999,4,8,11,30,1016.0,97.0,947.0,12.0,-7.0,10.3,29.17,1083.6199115508575,29.483849391870525,26.232989657217953
-1999,4,8,12,30,1018.0,96.0,950.0,13.0,-6.0,9.1,28.24,1087.4794093778412,31.891276719164942,28.628838491031416
-1999,4,8,13,30,1002.0,94.0,885.0,14.0,-6.0,7.7,28.91,1009.0612122426005,33.13453355948769,30.10734992275989
-1999,4,8,14,30,967.0,89.0,758.0,14.0,-6.0,6.5,29.41,855.9724580728617,31.518319544179267,28.950402169960682
-1999,4,8,15,30,908.0,82.0,584.0,13.0,-5.0,5.300000000000002,31.93,646.6622128922169,27.298239355522696,25.358252716846046
-1999,4,8,16,30,803.0,69.0,376.0,12.0,-5.0,3.9,34.56,399.22072134172066,21.671762141328337,20.474099977303176
-1999,4,8,17,30,586.0,47.0,159.0,8.0,-4.0,2.2,45.27,150.04396095376927,12.068156981776935,11.618025098915627
-1999,4,8,18,30,0.0,0.0,0.0,5.0,-3.0,1.0,62.31,0.0,5.0,5.0
-1999,4,8,19,30,0.0,0.0,0.0,4.0,-3.0,0.30000000000000004,70.13,0.0,4.0,4.0
-1999,4,8,20,30,0.0,0.0,0.0,2.0,-4.0,0.2,74.34,0.0,2.0,2.0
-1999,4,8,21,30,0.0,0.0,0.0,1.0,-4.0,0.5,72.47,0.0,1.0,1.0
-1999,4,8,22,30,0.0,0.0,0.0,0.0,-4.0,0.9,69.81,0.0,0.0,0.0
-1999,4,8,23,30,0.0,0.0,0.0,0.0,-5.0,1.1,71.48,0.0,0.0,0.0
-1999,4,9,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,72.83,0.0,0.0,0.0
-1999,4,9,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,68.85000000000001,0.0,0.0,0.0
-1999,4,9,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,70.02,0.0,0.0,0.0
-1999,4,9,3,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.94,0.0,-1.0,-1.0
-1999,4,9,4,30,0.0,0.0,0.0,-1.0,-9.0,2.0,62.53,0.0,-1.0,-1.0
-1999,4,9,5,30,0.0,0.0,0.0,0.0,-9.0,3.0,52.61,0.0,0.0,0.0
-1999,4,9,6,30,587.0,45.0,148.0,4.0,-7.0,5.0,47.94,137.24183169757825,7.094213072605492,6.682487577512758
-1999,4,9,7,30,819.0,67.0,369.0,8.0,-7.0,6.8000000000000025,40.09,389.6069201843734,15.822289501746283,14.653468741193162
-1999,4,9,8,30,925.0,80.0,582.0,11.0,-8.0,7.8000000000000025,29.43,641.658504580957,23.09105093369174,21.166075419948868
-1999,4,9,9,30,982.0,87.0,760.0,13.0,-10.0,8.5,21.62,855.1317419306283,28.42068704375593,25.855291817964044
-1999,4,9,10,30,1007.0,93.0,885.0,14.0,-12.0,9.2,17.98,1006.1992594625888,31.371259374423964,28.3526615960362
-1999,4,9,11,30,428.0,406.0,765.0,15.0,-13.0,9.8,16.03,814.0364096279322,28.542775092972793,26.100665864088995
-1999,4,9,12,30,467.0,406.0,799.0,14.0,-12.0,10.3,17.76,853.2432835976809,27.76679858502838,25.207068734235335
-1999,4,9,13,30,481.0,359.0,740.0,13.0,-11.0,10.2,21.09,791.6686864869948,25.851593281949384,23.476587222488398
-1999,4,9,14,30,490.0,279.0,619.0,11.0,-10.0,9.0,24.86,662.784746904958,22.585351577868856,20.596997337153983
-1999,4,9,15,30,147.0,265.0,347.0,9.0,-10.0,8.200000000000001,28.53,350.84635171065315,15.446868954148307,14.394329899016348
-1999,4,9,16,30,625.0,93.0,333.0,6.0,-11.0,8.4,32.17,349.66011548930646,12.34503206441146,11.296051717943541
-1999,4,9,17,30,0.0,31.0,31.0,3.0,-13.0,8.200000000000001,33.43,30.29892671663619,3.5567485853596392,3.4658518052097307
-1999,4,9,18,30,0.0,0.0,0.0,1.0,-15.0,6.9,30.81,0.0,1.0,1.0
-1999,4,9,19,30,0.0,0.0,0.0,0.0,-13.0,6.0,36.96,0.0,0.0,0.0
-1999,4,9,20,30,0.0,0.0,0.0,0.0,-11.0,5.8000000000000025,43.74,0.0,0.0,0.0
-1999,4,9,21,30,0.0,0.0,0.0,0.0,-11.0,5.6000000000000005,46.47,0.0,0.0,0.0
-1999,4,9,22,30,0.0,0.0,0.0,0.0,-11.0,5.5,49.84,0.0,0.0,0.0
-1999,4,9,23,30,0.0,0.0,0.0,0.0,-11.0,6.0,48.28,0.0,0.0,0.0
-1999,4,10,0,30,0.0,0.0,0.0,0.0,-12.0,6.9,49.85,0.0,0.0,0.0
-1999,4,10,1,30,0.0,0.0,0.0,-1.0,-12.0,7.7,47.87000000000001,0.0,-1.0,-1.0
-1999,4,10,2,30,0.0,0.0,0.0,-1.0,-12.0,8.200000000000001,46.08,0.0,-1.0,-1.0
-1999,4,10,3,30,0.0,0.0,0.0,-1.0,-13.0,8.700000000000001,48.08,0.0,-1.0,-1.0
-1999,4,10,4,30,0.0,0.0,0.0,-1.0,-13.0,9.0,47.05,0.0,-1.0,-1.0
-1999,4,10,5,30,0.0,0.0,0.0,-1.0,-13.0,9.3,42.98,0.0,-1.0,-1.0
-1999,4,10,6,30,620.0,44.0,155.0,0.0,-13.0,9.5,39.81,143.46648932586237,2.4313082814149256,2.0009088134373383
-1999,4,10,7,30,805.0,53.0,354.0,1.0,-13.0,9.6,34.67,372.72816540893774,7.277734540096176,6.159550043869363
-1999,4,10,8,30,700.0,133.0,516.0,3.0,-13.0,9.3,32.94,558.2073491577592,12.577527627793621,10.902905580320343
-1999,4,10,9,30,988.0,84.0,765.0,5.0,-13.0,8.700000000000001,29.54,859.1006281683102,20.299979763554745,17.722677879049815
-1999,4,10,10,30,1016.0,89.0,891.0,7.0,-12.0,7.8000000000000025,28.43,1012.3559035139743,26.07626362780738,23.039195917265456
-1999,4,10,11,30,1027.0,91.0,957.0,8.0,-12.0,6.8000000000000025,27.55,1091.643735581372,29.917355391029208,26.64242418428509
-1999,4,10,12,30,1023.0,92.0,957.0,9.0,-11.0,6.0,26.76,1091.0201815964163,32.05696070900355,28.783900164214298
-1999,4,10,13,30,1006.0,92.0,892.0,9.0,-11.0,5.300000000000002,25.92,1012.8275502135494,31.394459503132833,28.355976852492184
-1999,4,10,14,30,971.0,89.0,767.0,9.0,-10.0,4.800000000000002,26.62,860.8561064327288,28.66289588829967,26.080327569001483
-1999,4,10,15,30,911.0,83.0,593.0,8.0,-10.0,4.4,28.96,651.004630797484,23.263028841346856,21.310014948954404
-1999,4,10,16,30,806.0,72.0,384.0,7.0,-10.0,3.8,31.58,404.7545682597266,16.87050743529446,15.65624373051528
-1999,4,10,17,30,592.0,50.0,166.0,5.0,-9.0,2.8000000000000003,40.86,155.18013915718737,9.042762806243516,8.577222388771954
-1999,4,10,18,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,54.01,0.0,2.0,2.0
-1999,4,10,19,30,0.0,0.0,0.0,0.0,-8.0,2.1,58.51,0.0,0.0,0.0
-1999,4,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,62.38,0.0,0.0,0.0
-1999,4,10,21,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,66.13,0.0,-1.0,-1.0
-1999,4,10,22,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,69.55,0.0,-1.0,-1.0
-1999,4,10,23,30,0.0,0.0,0.0,-2.0,-9.0,0.8,67.53,0.0,-2.0,-2.0
-1999,4,11,0,30,0.0,0.0,0.0,-2.0,-9.0,1.1,70.94,0.0,-2.0,-2.0
-1999,4,11,1,30,0.0,0.0,0.0,-3.0,-9.0,1.2000000000000002,69.15,0.0,-3.0,-3.0
-1999,4,11,2,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,66.36,0.0,-3.0,-3.0
-1999,4,11,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,67.27,0.0,-3.0,-3.0
-1999,4,11,4,30,0.0,0.0,0.0,-4.0,-12.0,1.8,62.16,0.0,-4.0,-4.0
-1999,4,11,5,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,48.86,0.0,-2.0,-2.0
-1999,4,11,6,30,567.0,51.0,156.0,0.0,-13.0,2.4000000000000004,38.86,143.50119738348127,3.8392458342634126,3.408742242112969
-1999,4,11,7,30,799.0,75.0,378.0,4.0,-14.0,1.2000000000000002,29.36,394.129180278307,15.426249820913679,14.243862280078758
-1999,4,11,8,30,906.0,91.0,590.0,7.0,-15.0,0.7000000000000001,21.78,645.4602550104088,26.353675031790903,24.417294266759676
-1999,4,11,9,30,957.0,103.0,767.0,10.0,-15.0,1.5,17.77,855.3694958331844,34.30349229591277,31.737383808413213
-1999,4,11,10,30,982.0,113.0,892.0,12.0,-14.0,2.4000000000000004,17.080000000000002,1006.6218593393487,38.93126503899093,35.91139946097288
-1999,4,11,11,30,990.0,118.0,957.0,13.0,-14.0,3.2,15.12,1083.371337107389,40.48596702926064,37.235853017938474
-1999,4,11,12,30,976.0,125.0,953.0,14.0,-14.0,3.9,14.31,1078.4331846443158,40.1267732099181,36.89147365598515
-1999,4,11,13,30,643.0,284.0,797.0,15.0,-14.0,4.4,14.47,868.0866413316161,35.35259169693081,32.74833177293596
-1999,4,11,14,30,355.0,324.0,572.0,14.0,-14.0,4.800000000000002,14.83,599.8886732622436,27.702114022057497,25.902448002270766
-1999,4,11,15,30,438.0,219.0,465.0,13.0,-13.0,5.2,16.8,488.381583388924,23.868786490911763,22.40364174074499
-1999,4,11,16,30,165.0,169.0,233.0,11.0,-11.0,5.1000000000000005,22.93,233.76638268779865,16.236286307277492,15.534987159214095
-1999,4,11,17,30,2.0,68.0,69.0,9.0,-7.0,4.5,35.63,66.82779707055583,10.556591778290358,10.35610838707869
-1999,4,11,18,30,0.0,0.0,0.0,7.0,-6.0,3.8,44.54,0.0,7.0,7.0
-1999,4,11,19,30,0.0,0.0,0.0,6.0,-5.0,3.1,49.43,0.0,6.0,6.0
-1999,4,11,20,30,0.0,0.0,0.0,5.0,-4.0,2.3000000000000003,55.88,0.0,5.0,5.0
-1999,4,11,21,30,0.0,0.0,0.0,4.0,-4.0,1.9,64.95,0.0,4.0,4.0
-1999,4,11,22,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,67.0,0.0,3.0,3.0
-1999,4,11,23,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,64.85,0.0,2.0,2.0
-1999,4,12,0,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.7,0.0,2.0,2.0
-1999,4,12,1,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,59.31,0.0,1.0,1.0
-1999,4,12,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,56.84,0.0,0.0,0.0
-1999,4,12,3,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.87000000000001,0.0,0.0,0.0
-1999,4,12,4,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.14,0.0,0.0,0.0
-1999,4,12,5,30,0.0,0.0,0.0,2.0,-8.0,1.5,54.81,0.0,2.0,2.0
-1999,4,12,6,30,594.0,45.0,158.0,6.0,-5.0,1.7000000000000002,52.17,143.93338555838343,10.035101958354629,9.603301801679478
-1999,4,12,7,30,807.0,66.0,374.0,9.0,-6.0,1.5,37.33,390.80157949891185,20.103789909331336,18.931385170834602
-1999,4,12,8,30,905.0,79.0,581.0,12.0,-7.0,0.6000000000000001,27.39,635.3535612371845,31.1797005666244,29.273639882912846
-1999,4,12,9,30,957.0,88.0,755.0,15.0,-8.0,0.6000000000000001,21.81,842.7228107193727,40.439648341292234,37.911479909134115
-1999,4,12,10,30,984.0,94.0,879.0,17.0,-8.0,1.3,18.98,991.6057472321481,45.55519582623157,42.580378584535126
-1999,4,12,11,30,995.0,98.0,944.0,19.0,-8.0,1.7000000000000002,17.94,1070.1199724722665,49.00028922994883,45.789929312532024
-1999,4,12,12,30,990.0,100.0,943.0,20.0,-8.0,1.8,17.04,1068.841836640714,49.7645235183829,46.55799800846076
-1999,4,12,13,30,226.0,416.0,598.0,20.0,-8.0,1.6,16.22,614.3599365364034,37.3390650286387,35.49598521902949
-1999,4,12,14,30,14.0,217.0,227.0,20.0,-7.0,1.0,17.490000000000002,223.27413107279477,26.560672417852143,25.890850024633757
-1999,4,12,15,30,56.0,246.0,278.0,19.0,-7.0,1.0,19.2,275.5572542919735,27.0969562800941,26.27028451721818
-1999,4,12,16,30,432.0,136.0,306.0,16.0,-6.0,1.7000000000000002,24.04,312.8679173562613,24.771098804721,23.832495052652217
-1999,4,12,17,30,157.0,76.0,108.0,13.0,-2.0,2.1,37.7,102.78210554194324,15.805399393341316,15.497053076715487
-1999,4,12,18,30,0.0,0.0,0.0,11.0,-2.0,2.3000000000000003,48.12000000000001,0.0,11.0,11.0
-1999,4,12,19,30,0.0,0.0,0.0,9.0,-2.0,2.1,56.03,0.0,9.0,9.0
-1999,4,12,20,30,0.0,0.0,0.0,7.0,-1.0,1.5,60.76,0.0,7.0,7.0
-1999,4,12,21,30,0.0,0.0,0.0,6.0,-2.0,1.4,63.68,0.0,6.0,6.0
-1999,4,12,22,30,0.0,0.0,0.0,5.0,-3.0,1.6,68.35000000000001,0.0,5.0,5.0
-1999,4,12,23,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,64.79,0.0,4.0,4.0
-1999,4,13,0,30,0.0,0.0,0.0,4.0,-4.0,1.8,61.97,0.0,4.0,4.0
-1999,4,13,1,30,0.0,0.0,0.0,4.0,-5.0,1.8,64.02,0.0,4.0,4.0
-1999,4,13,2,30,0.0,0.0,0.0,4.0,-5.0,1.7000000000000002,62.21,0.0,4.0,4.0
-1999,4,13,3,30,0.0,0.0,0.0,4.0,-5.0,1.6,61.06,0.0,4.0,4.0
-1999,4,13,4,30,0.0,0.0,0.0,3.0,-5.0,1.5,61.19,0.0,3.0,3.0
-1999,4,13,5,30,0.0,0.0,0.0,4.0,-5.0,1.6,57.08,0.0,4.0,4.0
-1999,4,13,6,30,517.0,47.0,147.0,7.0,-3.0,1.9,54.88,134.5012368529429,10.720545621010318,10.31704191045149
-1999,4,13,7,30,688.0,110.0,376.0,10.0,-3.0,2.4000000000000004,47.02,387.59381836064676,20.369724989477042,19.2069435343951
-1999,4,13,8,30,787.0,145.0,586.0,11.0,-2.0,3.1,48.97,628.9987749734973,27.064115071759186,25.177118746838694
-1999,4,13,9,30,848.0,170.0,764.0,12.0,-1.0,4.5,44.26,838.4196652842636,31.52895673578102,29.01369773992823
-1999,4,13,10,30,796.0,203.0,841.0,13.0,-1.0,5.2,40.98,927.5906988988188,33.64325437361594,30.86048227691948
-1999,4,13,11,30,836.0,207.0,921.0,14.0,-2.0,5.1000000000000005,37.12,1022.1024660356804,36.894742545958636,33.82843514785159
-1999,4,13,12,30,739.0,262.0,893.0,14.0,-2.0,5.1000000000000005,35.93,981.77161663848,35.99134543628323,33.04603058636779
-1999,4,13,13,30,316.0,400.0,655.0,15.0,-2.0,5.0,33.39,681.7390707834257,30.37028410967514,28.325066897324863
-1999,4,13,14,30,738.0,188.0,709.0,15.0,-2.0,5.1000000000000005,35.92,773.68867531298,32.330359353028015,30.009293327089075
-1999,4,13,15,30,0.0,31.0,31.0,14.0,-2.0,4.800000000000002,36.28,30.29892671663619,14.692060655787419,14.60116387563751
-1999,4,13,16,30,0.0,29.0,29.0,13.0,-2.0,3.7,39.78,28.344157251046756,13.69577543860452,13.61074296685138
-1999,4,13,17,30,0.0,13.0,13.0,10.0,0.0,2.2,56.43,12.706001526331303,10.344499095406709,10.306381090827715
-1999,4,13,18,30,0.0,0.0,0.0,7.0,1.0,1.4,79.43,0.0,7.0,7.0
-1999,4,13,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.36,0.0,6.0,6.0
-1999,4,13,20,30,0.0,0.0,0.0,5.0,2.0,1.3,94.62,0.0,5.0,5.0
-1999,4,13,21,30,0.0,0.0,0.0,4.0,2.0,1.4,100.0,0.0,4.0,4.0
-1999,4,13,22,30,0.0,0.0,0.0,4.0,1.0,1.6,98.5,0.0,4.0,4.0
-1999,4,13,23,30,0.0,0.0,0.0,4.0,1.0,2.1,96.92,0.0,4.0,4.0
-1999,4,14,0,30,0.0,0.0,0.0,5.0,1.0,2.9000000000000004,99.02,0.0,5.0,5.0
-1999,4,14,1,30,0.0,0.0,0.0,4.0,1.0,3.9,100.0,0.0,4.0,4.0
-1999,4,14,2,30,0.0,0.0,0.0,3.0,0.0,4.7,100.0,0.0,3.0,3.0
-1999,4,14,3,30,0.0,0.0,0.0,2.0,0.0,4.9,100.0,0.0,2.0,2.0
-1999,4,14,4,30,0.0,0.0,0.0,2.0,0.0,4.7,98.51,0.0,2.0,2.0
-1999,4,14,5,30,0.0,0.0,0.0,2.0,0.0,5.1000000000000005,95.88,0.0,2.0,2.0
-1999,4,14,6,30,398.0,59.0,138.0,2.0,0.0,6.6000000000000005,94.82,127.04142325273276,4.583448345035284,4.202324075277085
-1999,4,14,7,30,0.0,29.0,29.0,2.0,-1.0,8.4,88.59,28.344157251046756,2.5143411519639343,2.429308680210794
-1999,4,14,8,30,17.0,200.0,210.0,2.0,-3.0,9.3,77.75,206.0458521937511,5.535263097047137,4.917125540465884
-1999,4,14,9,30,13.0,214.0,224.0,2.0,-4.0,9.4,69.79,219.4985877518293,5.742860754235439,5.084364990979951
-1999,4,14,10,30,17.0,255.0,269.0,2.0,-5.0,9.0,65.67,264.8363097935942,6.629288428667111,5.834779499286329
-1999,4,14,11,30,0.0,92.0,92.0,3.0,-6.0,8.3,59.3,89.91939541711383,4.641955951329065,4.372197765077723
-1999,4,14,12,30,0.0,91.0,91.0,4.0,-6.0,7.9,54.32,88.94201068431913,5.665444012204863,5.398617980151905
-1999,4,14,13,30,0.0,108.0,108.0,5.0,-6.0,7.4,50.11,105.5575511418293,7.039998943133512,6.723326289708025
-1999,4,14,14,30,9.0,172.0,178.0,5.0,-6.0,7.0,53.34,175.30841831924184,8.475163199603521,7.949237944645796
-1999,4,14,15,30,31.0,227.0,245.0,4.0,-6.0,6.7,56.22,241.3549058182594,8.87680526199978,8.152740544545
-1999,4,14,16,30,0.0,74.0,74.0,3.0,-7.0,6.1000000000000005,59.23,72.32647022680895,4.518704242437409,4.3017248317569825
-1999,4,14,17,30,0.0,42.0,42.0,1.0,-7.0,5.0,58.14,41.05015877737806,1.925504537139864,1.8023540608077298
-1999,4,14,18,30,0.0,0.0,0.0,0.0,-7.0,3.8,61.04,0.0,0.0,0.0
-1999,4,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,65.21000000000001,0.0,0.0,0.0
-1999,4,14,20,30,0.0,0.0,0.0,-1.0,-7.0,3.0,69.19,0.0,-1.0,-1.0
-1999,4,14,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,69.4,0.0,-1.0,-1.0
-1999,4,14,22,30,0.0,0.0,0.0,-2.0,-7.0,2.6,74.72,0.0,-2.0,-2.0
-1999,4,14,23,30,0.0,0.0,0.0,-2.0,-7.0,3.0,81.04,0.0,-2.0,-2.0
-1999,4,15,0,30,0.0,0.0,0.0,-3.0,-7.0,4.1000000000000005,80.9,0.0,-3.0,-3.0
-1999,4,15,1,30,0.0,0.0,0.0,-4.0,-8.0,5.2,84.27,0.0,-4.0,-4.0
-1999,4,15,2,30,0.0,0.0,0.0,-4.0,-9.0,5.5,84.13,0.0,-4.0,-4.0
-1999,4,15,3,30,0.0,0.0,0.0,-5.0,-10.0,5.0,83.89,0.0,-5.0,-5.0
-1999,4,15,4,30,0.0,0.0,0.0,-6.0,-10.0,4.1000000000000005,79.12,0.0,-6.0,-6.0
-1999,4,15,5,30,0.0,0.0,0.0,-5.0,-11.0,3.8,76.04,0.0,-5.0,-5.0
-1999,4,15,6,30,0.0,38.0,38.0,-4.0,-11.0,4.2,69.56,37.14061984619919,-3.117749167334746,-3.2291710268733436
-1999,4,15,7,30,603.0,100.0,338.0,-3.0,-12.0,4.9,56.36,346.4504366286095,4.861945425322785,3.8225941154369565
-1999,4,15,8,30,2.0,140.0,142.0,-2.0,-13.0,5.6000000000000005,47.46,138.08802222396375,0.9945270468097055,0.5802629801378143
-1999,4,15,9,30,416.0,302.0,596.0,-1.0,-14.0,6.2,40.69,626.5931355746893,12.07287835904975,10.19309895232568
-1999,4,15,10,30,87.0,405.0,476.0,0.0,-14.0,6.4,36.73,475.82306437045395,9.80075244308782,8.373283249976458
-1999,4,15,11,30,464.0,412.0,811.0,0.0,-14.0,6.3000000000000025,34.64,858.8759342767822,17.804454853656196,15.227827050825848
-1999,4,15,12,30,380.0,405.0,733.0,0.0,-14.0,6.1000000000000005,35.35,769.7875092028428,16.16392383501588,13.85456130740735
-1999,4,15,13,30,457.0,367.0,738.0,1.0,-14.0,6.0,36.06,779.9934046660264,17.483908902905256,15.143928688907177
-1999,4,15,14,30,19.0,250.0,264.0,0.0,-13.0,5.9,36.69,259.5657848575735,5.520940099167524,4.742242744594804
-1999,4,15,15,30,0.0,82.0,82.0,0.0,-13.0,5.6000000000000005,37.28,80.14554808916668,1.7380074503865868,1.4975708061190867
-1999,4,15,16,30,0.0,38.0,38.0,0.0,-13.0,5.2,40.59,37.14061984619919,0.8265534184301799,0.7151315588915823
-1999,4,15,17,30,412.0,61.0,149.0,-2.0,-13.0,4.3,47.76,135.62541015706088,1.2006596693721847,0.7937834389010021
-1999,4,15,18,30,0.0,0.0,0.0,-3.0,-13.0,3.2,54.76,0.0,-3.0,-3.0
-1999,4,15,19,30,0.0,0.0,0.0,-4.0,-13.0,2.7,57.52,0.0,-4.0,-4.0
-1999,4,15,20,30,0.0,0.0,0.0,-5.0,-14.0,2.6,60.84,0.0,-5.0,-5.0
-1999,4,15,21,30,0.0,0.0,0.0,-5.0,-14.0,2.8000000000000003,60.02,0.0,-5.0,-5.0
-1999,4,15,22,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.02,0.0,-6.0,-6.0
-1999,4,15,23,30,0.0,0.0,0.0,-6.0,-14.0,3.2,62.14,0.0,-6.0,-6.0
-1999,4,16,0,30,0.0,0.0,0.0,-7.0,-15.0,3.2,60.84,0.0,-7.0,-7.0
-1999,4,16,1,30,0.0,0.0,0.0,-7.0,-15.0,3.2,59.06,0.0,-7.0,-7.0
-1999,4,16,2,30,0.0,0.0,0.0,-7.0,-15.0,3.3000000000000003,57.3,0.0,-7.0,-7.0
-1999,4,16,3,30,0.0,0.0,0.0,-7.0,-16.0,3.3000000000000003,56.47,0.0,-7.0,-7.0
-1999,4,16,4,30,0.0,0.0,0.0,-7.0,-16.0,3.4000000000000004,56.68,0.0,-7.0,-7.0
-1999,4,16,5,30,0.0,0.0,0.0,-5.0,-15.0,3.6,53.48,0.0,-5.0,-5.0
-1999,4,16,6,30,0.0,9.0,9.0,-3.0,-14.0,4.3,47.7,8.796462595152441,-2.7924099692761026,-2.81879935706156
-1999,4,16,7,30,47.0,161.0,180.0,-1.0,-13.0,5.1000000000000005,45.46,176.86871963369563,2.9617982883385796,2.4311921294374925
-1999,4,16,8,30,40.0,237.0,260.0,0.0,-12.0,5.4,43.52,256.68398197575635,5.6388431138677255,4.868791167940456
-1999,4,16,9,30,23.0,267.0,284.0,0.0,-12.0,5.2,42.59,279.33383383279045,6.216491167724237,5.378489666225866
-1999,4,16,10,30,53.0,379.0,423.0,0.0,-11.0,4.800000000000002,44.92,419.23884774765577,9.575874241924835,8.318157698681867
-1999,4,16,11,30,53.0,408.0,454.0,0.0,-10.0,4.6000000000000005,47.97,450.94744597537635,10.435354325278986,9.082511987352857
-1999,4,16,12,30,290.0,445.0,696.0,0.0,-9.0,4.5,51.58,720.5928247141442,16.78446568066309,14.622687206520657
-1999,4,16,13,30,4.0,126.0,130.0,0.0,-8.0,4.7,55.8,126.84665398105508,2.916263226816603,2.535723264873438
-1999,4,16,14,30,93.0,350.0,417.0,0.0,-7.0,5.2,64.05,416.6316183731104,9.272012417090387,8.022117561971056
-1999,4,16,15,30,9.0,173.0,179.0,0.0,-7.0,5.2,65.07000000000001,174.76375909747844,3.8893153398599454,3.3650240625675103
-1999,4,16,16,30,0.0,17.0,17.0,-1.0,-7.0,4.5,68.48,16.615540457510164,-0.612981202407365,-0.6628278237798955
-1999,4,16,17,30,0.0,8.0,8.0,-2.0,-8.0,3.5,71.82000000000002,7.819077862357725,-1.8055156864755477,-1.8289729200626208
-1999,4,16,18,30,0.0,0.0,0.0,-3.0,-8.0,2.7,74.24,0.0,-3.0,-3.0
-1999,4,16,19,30,0.0,0.0,0.0,-4.0,-9.0,2.2,75.34,0.0,-4.0,-4.0
-1999,4,16,20,30,0.0,0.0,0.0,-4.0,-10.0,2.0,75.53,0.0,-4.0,-4.0
-1999,4,16,21,30,0.0,0.0,0.0,-5.0,-11.0,1.9,68.98,0.0,-5.0,-5.0
-1999,4,16,22,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,67.08,0.0,-6.0,-6.0
-1999,4,16,23,30,0.0,0.0,0.0,-7.0,-14.0,1.5,71.31,0.0,-7.0,-7.0
-1999,4,17,0,30,0.0,0.0,0.0,-8.0,-15.0,1.6,71.02,0.0,-8.0,-8.0
-1999,4,17,1,30,0.0,0.0,0.0,-9.0,-16.0,1.7000000000000002,66.59,0.0,-9.0,-9.0
-1999,4,17,2,30,0.0,0.0,0.0,-9.0,-16.0,1.9,68.58,0.0,-9.0,-9.0
-1999,4,17,3,30,0.0,0.0,0.0,-10.0,-17.0,2.3000000000000003,65.07000000000001,0.0,-10.0,-10.0
-1999,4,17,4,30,0.0,0.0,0.0,-11.0,-17.0,2.7,67.06,0.0,-11.0,-11.0
-1999,4,17,5,30,0.0,0.0,0.0,-9.0,-18.0,3.3000000000000003,55.35,0.0,-9.0,-9.0
-1999,4,17,6,30,694.0,54.0,202.0,-4.0,-16.0,3.8,43.05,179.81824717900642,0.3851199837306536,-0.15433475780636563
-1999,4,17,7,30,593.0,105.0,345.0,0.0,-13.0,4.4,40.13,350.2760758971328,8.212343808219192,7.161515580527793
-1999,4,17,8,30,959.0,99.0,651.0,2.0,-12.0,4.9,38.51,699.2640847450111,17.86829021100902,15.770497956773985
-1999,4,17,9,30,1003.0,111.0,829.0,4.0,-11.0,4.9,37.36,911.2990114532682,24.679965549809772,21.94606851544997
-1999,4,17,10,30,1023.0,118.0,951.0,6.0,-9.0,4.9,35.56,1058.8143441828963,30.027507860925155,26.851064828376465
-1999,4,17,11,30,1024.0,123.0,1010.0,8.0,-8.0,4.9,36.07,1129.4207210131697,33.629767297285596,30.241505134246086
-1999,4,17,12,30,182.0,463.0,621.0,9.0,-7.0,4.9,34.97,631.969158670875,23.341177007329772,21.445269531317148
-1999,4,17,13,30,73.0,401.0,461.0,10.0,-5.0,4.9,36.98,459.34140200481846,20.42376239815343,19.045738192138973
-1999,4,17,14,30,538.0,277.0,663.0,11.0,-4.0,4.800000000000002,40.88,702.3221742373942,27.04180732282846,24.934840800116277
-1999,4,17,15,30,626.0,168.0,531.0,11.0,-3.0,4.3,43.63,559.0194884184378,24.19244770505724,22.515389239801927
-1999,4,17,16,30,0.0,2.0,2.0,10.0,-2.0,2.7,49.73,1.9547694655894312,10.05126500937838,10.045400700981611
-1999,4,17,17,30,561.0,56.0,178.0,7.0,0.0,1.4,75.17,159.32784944245716,11.557441095717627,11.079457547390255
-1999,4,17,18,30,72.0,11.0,12.0,4.0,-2.0,1.3,80.33,10.758770483143634,4.309819501201138,4.277543189751707
-1999,4,17,19,30,0.0,0.0,0.0,2.0,-3.0,1.7000000000000002,75.85000000000002,0.0,2.0,2.0
-1999,4,17,20,30,0.0,0.0,0.0,1.0,-4.0,2.3000000000000003,73.3,0.0,1.0,1.0
-1999,4,17,21,30,0.0,0.0,0.0,1.0,-4.0,3.0,70.77,0.0,1.0,1.0
-1999,4,17,22,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.94,0.0,1.0,1.0
-1999,4,17,23,30,0.0,0.0,0.0,1.0,-5.0,3.5,65.93,0.0,1.0,1.0
-1999,4,18,0,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.76,0.0,1.0,1.0
-1999,4,18,1,30,0.0,0.0,0.0,2.0,-5.0,4.1000000000000005,64.31,0.0,2.0,2.0
-1999,4,18,2,30,0.0,0.0,0.0,2.0,-6.0,4.1000000000000005,63.86,0.0,2.0,2.0
-1999,4,18,3,30,0.0,0.0,0.0,2.0,-6.0,3.7,63.04,0.0,2.0,2.0
-1999,4,18,4,30,0.0,0.0,0.0,2.0,-6.0,3.4000000000000004,62.36,0.0,2.0,2.0
-1999,4,18,5,30,0.0,0.0,0.0,3.0,-6.0,3.7,57.86,0.0,3.0,3.0
-1999,4,18,6,30,0.0,8.0,8.0,6.0,-5.0,4.1000000000000005,49.98,7.819077862357725,6.1869586913324754,6.163501457745403
-1999,4,18,7,30,0.0,16.0,16.0,9.0,-3.0,4.6000000000000005,45.47,15.63815572471545,9.361881849953322,9.314967382779177
-1999,4,18,8,30,0.0,117.0,117.0,12.0,-3.0,5.300000000000002,38.24,114.35401373698174,14.528462351871829,14.185400310660883
-1999,4,18,9,30,9.0,177.0,184.0,14.0,-4.0,5.6000000000000005,31.47,180.22062228681972,17.90819941613374,17.36753754927328
-1999,4,18,10,30,5.0,133.0,138.0,15.0,-4.0,5.2,28.68,134.61748385502236,17.995871956946488,17.59201950538142
-1999,4,18,11,30,20.0,300.0,318.0,16.0,-4.0,4.800000000000002,27.1,312.95326932240624,23.148195275153512,22.209335467186293
-1999,4,18,12,30,194.0,464.0,633.0,17.0,-4.0,4.5,25.84,644.9469113543134,32.022477227372335,30.087636493309393
-1999,4,18,13,30,332.0,401.0,674.0,17.0,-4.0,4.3,26.03,698.7391052602222,33.48972763311615,31.393510317335487
-1999,4,18,14,30,371.0,327.0,594.0,16.0,-4.0,4.0,27.81,617.4606768009177,30.86104327474133,29.008661244338576
-1999,4,18,15,30,229.0,273.0,406.0,15.0,-3.0,3.4000000000000004,30.62,411.4076081354066,25.300706216551344,24.066483392145123
-1999,4,18,16,30,256.0,171.0,277.0,14.0,-2.0,2.2,37.55,275.01327075614967,21.456462428718865,20.631422616450415
-1999,4,18,17,30,384.0,67.0,152.0,11.0,0.0,1.2000000000000002,54.25,137.4643801554842,14.985247547579423,14.57285440711297
-1999,4,18,18,30,0.0,11.0,11.0,9.0,0.0,0.9,65.98,10.751232060741874,9.318048943880562,9.285795247698337
-1999,4,18,19,30,0.0,0.0,0.0,8.0,-1.0,0.9,58.42,0.0,8.0,8.0
-1999,4,18,20,30,0.0,0.0,0.0,7.0,-2.0,1.0,60.22,0.0,7.0,7.0
-1999,4,18,21,30,0.0,0.0,0.0,6.0,-2.0,1.3,63.58,0.0,6.0,6.0
-1999,4,18,22,30,0.0,0.0,0.0,5.0,-2.0,1.5,67.15,0.0,5.0,5.0
-1999,4,18,23,30,0.0,0.0,0.0,4.0,-2.0,1.6,70.2,0.0,4.0,4.0
-1999,4,19,0,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,72.93,0.0,4.0,4.0
-1999,4,19,1,30,0.0,0.0,0.0,4.0,-3.0,1.8,70.41,0.0,4.0,4.0
-1999,4,19,2,30,0.0,0.0,0.0,3.0,-4.0,1.8,68.26,0.0,3.0,3.0
-1999,4,19,3,30,0.0,0.0,0.0,3.0,-4.0,1.9,66.24,0.0,3.0,3.0
-1999,4,19,4,30,0.0,0.0,0.0,3.0,-4.0,1.9,64.42,0.0,3.0,3.0
-1999,4,19,5,30,0.0,1.0,1.0,5.0,-5.0,2.0,55.63,0.9773847327947156,5.026856111740725,5.0239239575423404
-1999,4,19,6,30,0.0,23.0,23.0,10.0,-3.0,2.9000000000000004,48.79,22.47984885427846,10.58177443150117,10.514334884938334
-1999,4,19,7,30,54.0,169.0,191.0,14.0,-2.0,3.7,38.3,187.99389307778645,18.614761774451324,18.050780095217966
-1999,4,19,8,30,144.0,278.0,362.0,16.0,-3.0,4.0,29.46,362.7890053605761,24.731605607983024,23.643238591901294
-1999,4,19,9,30,456.0,296.0,626.0,18.0,-4.0,4.0,26.23,655.8787263955892,33.78568887406207,31.8180526948753
-1999,4,19,10,30,17.0,263.0,278.0,19.0,-4.0,3.9,24.36,272.7859195137238,25.608676323646918,24.790318565105746
-1999,4,19,11,30,63.0,426.0,482.0,20.0,-4.0,3.7,22.99,478.60034029850334,31.748395224386698,30.312594203491187
-1999,4,19,12,30,299.0,447.0,708.0,20.0,-4.0,3.6,21.73,732.1915277963665,38.0921712192798,35.8955966358907
-1999,4,19,13,30,187.0,431.0,585.0,20.0,-4.0,3.5,21.69,594.1880573252922,34.77926917567386,32.99670500369798
-1999,4,19,14,30,192.0,366.0,505.0,20.0,-4.0,3.2,21.78,511.99079682807724,32.989601698781584,31.45362930829735
-1999,4,19,15,30,664.0,159.0,546.0,19.0,-4.0,2.9000000000000004,23.41,575.0625533477236,33.882515101421994,32.157327441378825
-1999,4,19,16,30,581.0,111.0,351.0,18.0,-3.0,2.1,25.96,353.7714463458728,27.656060223004335,26.594745883966716
-1999,4,19,17,30,250.0,88.0,144.0,15.0,0.0,1.1,41.15,133.12159376190357,18.885392677322642,18.48602789603693
-1999,4,19,18,30,0.0,11.0,11.0,12.0,0.0,0.7000000000000001,46.98,10.751232060741874,12.322368185925892,12.290114489743667
-1999,4,19,19,30,0.0,0.0,0.0,10.0,-2.0,0.9,47.34,0.0,10.0,10.0
-1999,4,19,20,30,0.0,0.0,0.0,9.0,-2.0,1.3,53.74,0.0,9.0,9.0
-1999,4,19,21,30,0.0,0.0,0.0,8.0,-2.0,1.6,56.8,0.0,8.0,8.0
-1999,4,19,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,54.92,0.0,7.0,7.0
-1999,4,19,23,30,0.0,0.0,0.0,7.0,-3.0,2.0,55.15,0.0,7.0,7.0
-1999,4,20,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.32,0.0,7.0,7.0
-1999,4,20,1,30,0.0,0.0,0.0,6.0,-1.0,1.5,69.62,0.0,6.0,6.0
-1999,4,20,2,30,0.0,0.0,0.0,6.0,0.0,1.3,78.38,0.0,6.0,6.0
-1999,4,20,3,30,0.0,0.0,0.0,5.0,0.0,1.3,77.55,0.0,5.0,5.0
-1999,4,20,4,30,0.0,0.0,0.0,5.0,0.0,1.4,76.41,0.0,5.0,5.0
-1999,4,20,5,30,0.0,15.0,15.0,7.0,0.0,1.3,66.93,14.660770991920735,7.422185115209727,7.3782028022339645
-1999,4,20,6,30,476.0,70.0,178.0,11.0,1.0,1.7000000000000002,57.48,159.5005714338326,15.471520388786223,14.993018674484725
-1999,4,20,7,30,663.0,105.0,382.0,14.0,0.0,1.8,44.65,384.3655145781873,24.703600856675166,23.550504312940603
-1999,4,20,8,30,794.0,121.0,587.0,17.0,0.0,1.5,36.86,622.0479616761743,34.67416060302607,32.808016717997546
-1999,4,20,9,30,853.0,135.0,755.0,18.0,-1.0,1.5,30.49,819.0693946327832,41.27210266352301,38.814894479624655
-1999,4,20,10,30,631.0,304.0,824.0,19.0,-1.0,1.6,28.0,881.6571869943539,43.88298860183886,41.2380170408558
-1999,4,20,11,30,46.0,405.0,445.0,20.0,-1.0,1.8,27.98,441.3207388743771,32.28965882610003,30.965696609476897
-1999,4,20,12,30,1.0,112.0,113.0,19.0,-1.0,1.8,28.22,110.4564423309781,22.075930659535402,21.744561332542467
-1999,4,20,13,30,14.0,213.0,225.0,18.0,-1.0,1.6,30.83,221.14228541238813,24.241293156198466,23.5778662999613
-1999,4,20,14,30,18.0,246.0,259.0,17.0,0.0,1.4,33.9,254.90944808632545,24.291473514897913,23.526745170638936
-1999,4,20,15,30,22.0,217.0,230.0,16.0,0.0,1.2000000000000002,37.6,226.0119717516288,22.552342178591886,21.874306263337
-1999,4,20,16,30,5.0,134.0,136.0,15.0,1.0,0.7000000000000001,44.68,133.08375929074572,18.99042359204695,18.591172314174713
-1999,4,20,17,30,0.0,9.0,9.0,13.0,4.0,0.5,62.58,8.796462595152441,13.267343122236191,13.240953734450734
-1999,4,20,18,30,0.0,0.0,0.0,11.0,3.0,0.7000000000000001,69.05,0.0,11.0,11.0
-1999,4,20,19,30,0.0,0.0,0.0,10.0,3.0,0.8,71.8,0.0,10.0,10.0
-1999,4,20,20,30,0.0,0.0,0.0,9.0,3.0,0.6000000000000001,77.22,0.0,9.0,9.0
-1999,4,20,21,30,0.0,0.0,0.0,8.0,3.0,0.5,84.02,0.0,8.0,8.0
-1999,4,20,22,30,0.0,0.0,0.0,8.0,3.0,0.6000000000000001,90.22,0.0,8.0,8.0
-1999,4,20,23,30,0.0,0.0,0.0,7.0,3.0,0.9,94.26,0.0,7.0,7.0
-1999,4,21,0,30,0.0,0.0,0.0,6.0,2.0,1.3,96.99,0.0,6.0,6.0
-1999,4,21,1,30,0.0,0.0,0.0,5.0,1.0,1.9,91.1,0.0,5.0,5.0
-1999,4,21,2,30,0.0,0.0,0.0,4.0,0.0,2.2,89.73,0.0,4.0,4.0
-1999,4,21,3,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,88.05,0.0,3.0,3.0
-1999,4,21,4,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,86.53,0.0,2.0,2.0
-1999,4,21,5,30,0.0,19.0,19.0,3.0,-2.0,1.1,76.76,18.570309923099597,3.5420078302237976,3.486296900454499
-1999,4,21,6,30,620.0,46.0,189.0,6.0,-2.0,1.7000000000000002,62.41,165.24591353556104,10.632588240252124,10.13685049964544
-1999,4,21,7,30,808.0,79.0,419.0,9.0,-4.0,2.3000000000000003,43.01,422.44459560963793,20.377670157323095,19.11033637049418
-1999,4,21,8,30,894.0,95.0,623.0,11.0,-7.0,2.5,30.25,661.8366850910248,28.589377961715915,26.60386790644284
-1999,4,21,9,30,838.0,152.0,763.0,13.0,-8.0,2.5,23.9,824.9298716399694,34.92384258994287,32.449052975022965
-1999,4,21,10,30,307.0,421.0,675.0,14.0,-9.0,2.5,21.95,696.2563667335951,32.50413654698509,30.415367446784302
-1999,4,21,11,30,116.0,464.0,566.0,15.0,-8.0,2.7,21.09,568.3130043208706,29.90435164311267,28.199412630150057
-1999,4,21,12,30,398.0,428.0,778.0,14.0,-8.0,3.0,23.44,812.0103658311909,34.8758630684375,32.43983197094393
-1999,4,21,13,30,227.0,433.0,621.0,13.0,-7.0,2.8000000000000003,26.8,633.4195748084917,29.501886850278336,27.601628125852862
-1999,4,21,14,30,0.0,73.0,73.0,12.0,-5.0,2.2,32.2,71.34908549401425,13.934494920360752,13.720447663878709
-1999,4,21,15,30,27.0,228.0,245.0,10.0,-4.0,1.9,41.45,239.9512313302078,16.63748173526261,15.917628041271987
-1999,4,21,16,30,0.0,28.0,28.0,8.0,-2.0,2.1,53.2,27.366772518252038,8.746965890760858,8.664865573206102
-1999,4,21,17,30,0.0,16.0,16.0,7.0,0.0,2.1,65.71000000000001,15.63815572471545,7.426837651863347,7.379923184689201
-1999,4,21,18,30,0.0,1.0,1.0,6.0,0.0,1.9,77.55,0.9773847327947156,6.02703621596891,6.024104061770526
-1999,4,21,19,30,0.0,0.0,0.0,5.0,0.0,1.6,85.37,0.0,5.0,5.0
-1999,4,21,20,30,0.0,0.0,0.0,4.0,0.0,1.1,93.32,0.0,4.0,4.0
-1999,4,21,21,30,0.0,0.0,0.0,3.0,0.0,0.5,96.19,0.0,3.0,3.0
-1999,4,21,22,30,0.0,0.0,0.0,2.0,0.0,0.7000000000000001,100.0,0.0,2.0,2.0
-1999,4,21,23,30,0.0,0.0,0.0,2.0,0.0,1.3,98.53,0.0,2.0,2.0
-1999,4,22,0,30,0.0,0.0,0.0,1.0,0.0,1.6,96.28,0.0,1.0,1.0
-1999,4,22,1,30,0.0,0.0,0.0,1.0,0.0,1.6,93.75,0.0,1.0,1.0
-1999,4,22,2,30,0.0,0.0,0.0,0.0,-1.0,1.4,97.38,0.0,0.0,0.0
-1999,4,22,3,30,0.0,0.0,0.0,0.0,-1.0,1.2000000000000002,94.08,0.0,0.0,0.0
-1999,4,22,4,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,97.97,0.0,0.0,0.0
-1999,4,22,5,30,0.0,0.0,0.0,0.0,-2.0,1.3,87.79,0.0,0.0,0.0
-1999,4,22,6,30,0.0,4.0,4.0,1.0,-2.0,1.2000000000000002,83.25,3.9095389311788624,1.113341946619364,1.1016133298258273
-1999,4,22,7,30,207.0,184.0,272.0,2.0,-1.0,1.2000000000000002,87.93,268.75318546938894,9.791458209643775,8.985198653235608
-1999,4,22,8,30,0.0,112.0,112.0,3.0,-1.0,1.1,88.65,109.46709007300815,6.194993525529754,5.86659225531073
-1999,4,22,9,30,2.0,118.0,120.0,3.0,-1.0,1.1,83.51,116.95274577525757,6.413475824520993,6.06261758719522
-1999,4,22,10,30,12.0,177.0,187.0,4.0,-1.0,1.2000000000000002,78.03,184.14313104446563,9.338517225833323,8.786087832699927
-1999,4,22,11,30,0.0,62.0,62.0,5.0,-1.0,1.6,72.65,60.59785343327238,6.710251692516033,6.528458132216216
-1999,4,22,12,30,14.0,194.0,206.0,6.0,-1.0,2.3000000000000003,67.52,203.46830238514661,11.47999727317581,10.86959236602037
-1999,4,22,13,30,19.0,283.0,300.0,7.0,-1.0,3.2,63.17,294.21498734242107,14.464461320529214,13.581816358501952
-1999,4,22,14,30,24.0,278.0,296.0,6.0,-1.0,3.5,69.18,291.0413236351497,13.239085353904159,12.365961382998709
-1999,4,22,15,30,0.0,53.0,53.0,5.0,0.0,3.5,81.47,51.801390838119936,6.2884585770994965,6.1330544045851365
-1999,4,22,16,30,0.0,20.0,20.0,3.0,0.0,3.7,89.69,19.547694655894315,3.479845130072082,3.421202046104399
-1999,4,22,17,30,0.0,23.0,23.0,2.0,0.0,3.8,99.74,22.47984885427846,2.5482026211945517,2.4807630746317164
-1999,4,22,18,30,0.0,2.0,2.0,1.0,0.0,3.9,100.0,1.9547694655894312,1.0473574248570365,1.0414931164602683
-1999,4,22,19,30,0.0,0.0,0.0,1.0,0.0,4.1000000000000005,96.43,0.0,1.0,1.0
-1999,4,22,20,30,0.0,0.0,0.0,0.0,-1.0,4.1000000000000005,99.28,0.0,0.0,0.0
-1999,4,22,21,30,0.0,0.0,0.0,0.0,-1.0,3.6,94.89,0.0,0.0,0.0
-1999,4,22,22,30,0.0,0.0,0.0,0.0,-2.0,3.2,97.2,0.0,0.0,0.0
-1999,4,22,23,30,0.0,0.0,0.0,0.0,-3.0,2.9000000000000004,100.0,0.0,0.0,0.0
-1999,4,23,0,30,0.0,0.0,0.0,-1.0,-3.0,2.5,95.58,0.0,-1.0,-1.0
-1999,4,23,1,30,0.0,0.0,0.0,-1.0,-4.0,2.1,98.12,0.0,-1.0,-1.0
-1999,4,23,2,30,0.0,0.0,0.0,-2.0,-4.0,1.8,94.38,0.0,-2.0,-2.0
-1999,4,23,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,98.2,0.0,-2.0,-2.0
-1999,4,23,4,30,0.0,0.0,0.0,-3.0,-5.0,1.5,96.35,0.0,-3.0,-3.0
-1999,4,23,5,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,88.77,0.0,-2.0,-2.0
-1999,4,23,6,30,0.0,7.0,7.0,-1.0,-4.0,2.6,88.46000000000002,6.8416931295630095,-0.8193762184495931,-0.8399012978382822
-1999,4,23,7,30,0.0,23.0,23.0,0.0,-3.0,3.2,87.56,22.47984885427846,0.5703311166429844,0.5028915700801491
-1999,4,23,8,30,0.0,59.0,59.0,0.0,-3.0,3.1,89.76,57.66569923488822,1.4727348685881485,1.2997377708834839
-1999,4,23,9,30,0.0,53.0,53.0,0.0,-3.0,2.8000000000000003,84.54,51.801390838119936,1.3495331124810075,1.1941289399666477
-1999,4,23,10,30,0.0,57.0,57.0,0.0,-3.0,2.4000000000000004,79.61,55.71092976929879,1.4904959605887096,1.3233631712808132
-1999,4,23,11,30,0.0,67.0,67.0,1.0,-2.0,2.1,81.25,65.48477709724594,2.7873826671777655,2.5909283358860278
-1999,4,23,12,30,0.0,77.0,77.0,2.0,-2.0,2.1,83.21000000000002,75.2586244251931,4.054156199592358,3.828380326316778
-1999,4,23,13,30,0.0,85.0,85.0,3.0,-2.0,2.3000000000000003,85.13,83.07770228755082,5.23752582913733,4.988292722274678
-1999,4,23,14,30,0.0,73.0,73.0,3.0,-1.0,2.6,80.54,71.34908549401425,4.8836480075971,4.669600751115057
-1999,4,23,15,30,0.0,47.0,47.0,3.0,-1.0,2.7,80.42,45.937082441351635,4.2047277203919124,4.066916473067858
-1999,4,23,16,30,0.0,22.0,22.0,2.0,-2.0,2.7,85.47,21.502464121483747,2.563915103162172,2.4994077107977204
-1999,4,23,17,30,0.0,14.0,14.0,1.0,-2.0,2.1,84.05,13.683386259126019,1.3734829453804287,1.3324327866030505
-1999,4,23,18,30,0.0,1.0,1.0,0.0,-2.0,1.3,93.07,0.9773847327947156,0.028145674347315127,0.025213520148930982
-1999,4,23,19,30,0.0,0.0,0.0,-1.0,-3.0,1.0,93.64,0.0,-1.0,-1.0
-1999,4,23,20,30,0.0,0.0,0.0,-1.0,-4.0,1.0,98.28,0.0,-1.0,-1.0
-1999,4,23,21,30,0.0,0.0,0.0,-2.0,-4.0,1.1,95.8,0.0,-2.0,-2.0
-1999,4,23,22,30,0.0,0.0,0.0,-2.0,-4.0,1.4,93.72,0.0,-2.0,-2.0
-1999,4,23,23,30,0.0,0.0,0.0,-3.0,-5.0,1.6,97.15,0.0,-3.0,-3.0
-1999,4,24,0,30,0.0,0.0,0.0,-3.0,-6.0,1.8,98.9,0.0,-3.0,-3.0
-1999,4,24,1,30,0.0,0.0,0.0,-4.0,-6.0,2.1,92.98,0.0,-4.0,-4.0
-1999,4,24,2,30,0.0,0.0,0.0,-4.0,-7.0,2.3000000000000003,89.06,0.0,-4.0,-4.0
-1999,4,24,3,30,0.0,0.0,0.0,-4.0,-7.0,2.2,87.69,0.0,-4.0,-4.0
-1999,4,24,4,30,0.0,0.0,0.0,-3.0,-7.0,2.0,88.47,0.0,-3.0,-3.0
-1999,4,24,5,30,0.0,15.0,15.0,-1.0,-7.0,2.2,79.27,14.660770991920735,-0.6025010437614897,-0.6464833567372519
-1999,4,24,6,30,579.0,62.0,204.0,1.0,-4.0,2.3000000000000003,76.58,177.3740530091952,5.777202716237382,5.245080557209796
-1999,4,24,7,30,763.0,85.0,415.0,4.0,-1.0,2.4000000000000004,82.22,414.14160265673877,15.079987148442324,13.837562340472108
-1999,4,24,8,30,853.0,102.0,615.0,6.0,0.0,2.7,79.10000000000002,647.2965241362813,22.975742134601386,21.033852562192543
-1999,4,24,9,30,903.0,114.0,782.0,7.0,0.0,3.1,72.4,844.2629113081655,28.561785328825536,26.02899659490104
-1999,4,24,10,30,8.0,145.0,152.0,9.0,1.0,3.6,65.63,149.17156872662548,12.685972126136456,12.238457419956578
-1999,4,24,11,30,13.0,193.0,205.0,10.0,1.0,4.1000000000000005,63.35,201.5389698057152,14.818913778665227,14.21429686924808
-1999,4,24,12,30,15.0,212.0,226.0,11.0,1.0,4.4,60.46,222.07847224138118,16.206706629275715,15.54047121255157
-1999,4,24,13,30,14.0,218.0,231.0,12.0,1.0,4.800000000000002,61.18,226.06762619640762,17.16363206858703,16.48542918999781
-1999,4,24,14,30,7.0,150.0,156.0,12.0,1.0,5.1000000000000005,61.2,152.25792864021335,15.410525062442161,14.95375127652152
-1999,4,24,15,30,0.0,106.0,106.0,11.0,1.0,5.4,65.05,103.60278167623987,13.275949701013225,12.965141355984505
-1999,4,24,16,30,0.0,47.0,47.0,10.0,1.0,5.4,69.11,45.937082441351635,11.009147508939826,10.87133626161577
-1999,4,24,17,30,148.0,92.0,127.0,7.0,1.0,4.800000000000002,84.27,118.5616188144472,9.708077168386703,9.352392311943362
-1999,4,24,18,30,0.0,25.0,25.0,4.0,1.0,3.7,95.63,24.43461831986789,4.599806412590103,4.526502557630499
-1999,4,24,19,30,0.0,0.0,0.0,2.0,0.0,2.7,100.0,0.0,2.0,2.0
-1999,4,24,20,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,99.42,0.0,1.0,1.0
-1999,4,24,21,30,0.0,0.0,0.0,1.0,0.0,2.2,95.84,0.0,1.0,1.0
-1999,4,24,22,30,0.0,0.0,0.0,2.0,0.0,1.9,96.48,0.0,2.0,2.0
-1999,4,24,23,30,0.0,0.0,0.0,2.0,0.0,1.3,97.38,0.0,2.0,2.0
-1999,4,25,0,30,0.0,0.0,0.0,2.0,0.0,0.9,96.71,0.0,2.0,2.0
-1999,4,25,1,30,0.0,0.0,0.0,1.0,0.0,0.8,95.7,0.0,1.0,1.0
-1999,4,25,2,30,0.0,0.0,0.0,1.0,0.0,0.8,94.33,0.0,1.0,1.0
-1999,4,25,3,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,93.6,0.0,1.0,1.0
-1999,4,25,4,30,0.0,0.0,0.0,1.0,-1.0,0.7000000000000001,92.49,0.0,1.0,1.0
-1999,4,25,5,30,0.0,27.0,27.0,1.0,-1.0,1.2000000000000002,90.29,26.389387785457323,1.7650581396807066,1.6858899763243347
-1999,4,25,6,30,0.0,8.0,8.0,2.0,-1.0,2.1,92.46,7.819077862357725,2.2134188259316736,2.1899615923446003
-1999,4,25,7,30,0.0,66.0,66.0,4.0,0.0,2.8000000000000003,87.19,64.50739236445123,5.680550668372575,5.487028491279221
-1999,4,25,8,30,40.0,252.0,277.0,6.0,-1.0,2.8000000000000003,74.63,272.0548517390669,13.08759021510294,12.27142565988574
-1999,4,25,9,30,34.0,308.0,334.0,8.0,-1.0,2.2,62.17,328.6795960713377,16.91152289652778,15.925484108313768
-1999,4,25,10,30,18.0,272.0,287.0,9.0,-2.0,1.5,52.35,282.62563466130104,17.030202115084485,16.182325211100583
-1999,4,25,11,30,16.0,241.0,256.0,10.0,-2.0,1.4,47.98,251.445126463418,17.1923794658144,16.438044086424146
-1999,4,25,12,30,3.0,117.0,120.0,10.0,-2.0,1.7000000000000002,48.28,117.33183309037348,13.289340465685505,12.937344966414384
-1999,4,25,13,30,9.0,154.0,162.0,10.0,-1.0,1.9,52.98,158.87459297060903,14.394756397763661,13.918132618851834
-1999,4,25,14,30,68.0,350.0,401.0,9.0,-1.0,1.5,59.04,396.9504011674624,20.278495508231607,19.08764430472922
-1999,4,25,15,30,0.0,35.0,35.0,7.0,0.0,0.8,66.3,34.20846564781505,8.018819665698402,7.916194268754957
-1999,4,25,16,30,0.0,38.0,38.0,6.0,0.0,0.5,73.39,37.14061984619919,7.128782071663921,7.017360212125324
-1999,4,25,17,30,125.0,94.0,124.0,5.0,0.0,0.7000000000000001,87.44,116.19573677064463,8.484048029420972,8.135460819109039
-1999,4,25,18,30,0.0,22.0,22.0,3.0,0.0,0.7000000000000001,95.38,21.502464121483747,3.6447363718517867,3.580228979487335
-1999,4,25,19,30,0.0,0.0,0.0,2.0,0.0,0.8,99.67,0.0,2.0,2.0
-1999,4,25,20,30,0.0,0.0,0.0,1.0,0.0,1.0,94.29,0.0,1.0,1.0
-1999,4,25,21,30,0.0,0.0,0.0,1.0,-1.0,1.1,88.12,0.0,1.0,1.0
-1999,4,25,22,30,0.0,0.0,0.0,0.0,-2.0,1.3,88.98,0.0,0.0,0.0
-1999,4,25,23,30,0.0,0.0,0.0,0.0,-3.0,1.5,88.38,0.0,0.0,0.0
-1999,4,26,0,30,0.0,0.0,0.0,0.0,-4.0,1.6,84.05,0.0,0.0,0.0
-1999,4,26,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,76.83,0.0,0.0,0.0
-1999,4,26,2,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,78.19,0.0,0.0,0.0
-1999,4,26,3,30,0.0,0.0,0.0,1.0,-4.0,1.6,74.23,0.0,1.0,1.0
-1999,4,26,4,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.16,0.0,1.0,1.0
-1999,4,26,5,30,0.0,1.0,1.0,2.0,-3.0,1.6,78.44,0.9773847327947156,2.0275847047180005,2.0246525505196162
-1999,4,26,6,30,351.0,83.0,171.0,5.0,-1.0,2.0,74.96000000000002,153.60115605337046,9.220579340009241,8.75977587184913
-1999,4,26,7,30,0.0,62.0,62.0,7.0,-1.0,2.7,62.78,60.59785343327238,8.589215290729758,8.40742173042994
-1999,4,26,8,30,172.0,293.0,398.0,9.0,0.0,3.4000000000000004,56.84,397.3781657974682,18.949441045350166,17.75730654795776
-1999,4,26,9,30,244.0,374.0,557.0,10.0,0.0,3.6,53.94,564.2223663075652,23.941717801223557,22.249050702300863
-1999,4,26,10,30,254.0,437.0,651.0,11.0,0.0,3.7,51.1,664.1230493462297,27.302495849622723,25.310126701584036
-1999,4,26,11,30,422.0,454.0,831.0,12.0,0.0,3.9,48.42,863.136083633146,32.91085570017744,30.321447449278008
-1999,4,26,12,30,544.0,396.0,881.0,13.0,0.0,4.1000000000000005,45.99,926.8721071314652,35.16205021005138,32.381433888656986
-1999,4,26,13,30,400.0,386.0,723.0,14.0,0.0,4.2,46.45,748.7506840239523,31.786076731468757,29.5398246793969
-1999,4,26,14,30,185.0,377.0,514.0,13.0,0.0,4.1000000000000005,46.81,517.8143250875004,25.381241148349016,23.827798173086514
-1999,4,26,15,30,601.0,187.0,549.0,13.0,0.0,3.8,50.87000000000001,565.2137586851511,26.783529687187034,25.08788841113158
-1999,4,26,16,30,102.0,188.0,233.0,12.0,0.0,3.3000000000000003,56.03,227.3770894882663,17.73072545893972,17.04859419047492
-1999,4,26,17,30,590.0,68.0,212.0,10.0,1.0,2.0,68.02,181.88301186929564,14.99769469135685,14.452045655748963
-1999,4,26,18,30,0.0,29.0,29.0,8.0,2.0,0.9,86.26,28.344157251046756,8.838492670230574,8.753460198477434
-1999,4,26,19,30,0.0,0.0,0.0,6.0,2.0,0.8,88.04,0.0,6.0,6.0
-1999,4,26,20,30,0.0,0.0,0.0,6.0,1.0,0.9,90.54,0.0,6.0,6.0
-1999,4,26,21,30,0.0,0.0,0.0,5.0,1.0,1.1,93.62,0.0,5.0,5.0
-1999,4,26,22,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,90.35,0.0,4.0,4.0
-1999,4,26,23,30,0.0,0.0,0.0,4.0,0.0,1.5,88.76,0.0,4.0,4.0
-1999,4,27,0,30,0.0,0.0,0.0,4.0,0.0,1.7000000000000002,94.01,0.0,4.0,4.0
-1999,4,27,1,30,0.0,0.0,0.0,3.0,0.0,1.8,91.85,0.0,3.0,3.0
-1999,4,27,2,30,0.0,0.0,0.0,3.0,0.0,1.8,95.16,0.0,3.0,3.0
-1999,4,27,3,30,0.0,0.0,0.0,3.0,-1.0,1.8,92.45,0.0,3.0,3.0
-1999,4,27,4,30,0.0,0.0,0.0,3.0,-1.0,2.0,91.03,0.0,3.0,3.0
-1999,4,27,5,30,0.0,1.0,1.0,5.0,-1.0,2.5,79.62,0.9773847327947156,5.025975576552956,5.023043422354572
-1999,4,27,6,30,0.0,38.0,38.0,8.0,0.0,2.9000000000000004,65.5,37.14061984619919,8.961192539001932,8.849770679463335
-1999,4,27,7,30,100.0,194.0,238.0,12.0,0.0,2.4000000000000004,55.82,233.60895964797416,18.249998198818766,17.549171319874844
-1999,4,27,8,30,276.0,283.0,453.0,14.0,0.0,2.1,44.65,455.16993064675614,26.423694188503745,25.058184396563476
-1999,4,27,9,30,561.0,287.0,708.0,15.0,0.0,2.1,42.0,738.0023019503325,35.143498707866755,32.92949180201576
-1999,4,27,10,30,710.0,268.0,868.0,17.0,0.0,1.8,39.57,925.1025213113812,42.761749595271276,39.986442031337134
-1999,4,27,11,30,813.0,234.0,961.0,18.0,0.0,1.7000000000000002,37.44,1037.2587038344948,47.07903966078265,43.96726354927917
-1999,4,27,12,30,784.0,250.0,951.0,18.0,0.0,1.8,35.27,1022.7464667370709,46.480884840935865,43.41264544072465
-1999,4,27,13,30,695.0,274.0,860.0,19.0,0.0,2.0,34.980000000000004,913.5539270259819,44.102199289766105,41.36153750868816
-1999,4,27,14,30,432.0,314.0,635.0,18.0,0.0,2.1,34.77,655.8320625123429,35.90069254375314,33.93319635621611
-1999,4,27,15,30,0.0,113.0,113.0,17.0,0.0,2.0,37.31,110.44447480580287,20.034740626701904,19.703407202284495
-1999,4,27,16,30,170.0,191.0,265.0,16.0,1.0,1.5,41.16,259.51780595737955,23.373642652049163,22.595089234177024
-1999,4,27,17,30,47.0,93.0,105.0,14.0,3.0,1.0,56.22,100.14388662414053,16.942621393865387,16.642189733992964
-1999,4,27,18,30,0.0,10.0,10.0,12.0,3.0,1.1,65.82000000000001,9.773847327947157,12.285267279065158,12.255945737081316
-1999,4,27,19,30,0.0,0.0,0.0,10.0,3.0,1.5,71.39,0.0,10.0,10.0
-1999,4,27,20,30,0.0,0.0,0.0,9.0,3.0,1.9,76.25,0.0,9.0,9.0
-1999,4,27,21,30,0.0,0.0,0.0,8.0,2.0,2.3000000000000003,80.53,0.0,8.0,8.0
-1999,4,27,22,30,0.0,0.0,0.0,7.0,2.0,2.6,89.61,0.0,7.0,7.0
-1999,4,27,23,30,0.0,0.0,0.0,6.0,1.0,2.7,91.89,0.0,6.0,6.0
-1999,4,28,0,30,0.0,0.0,0.0,5.0,1.0,2.6,87.74,0.0,5.0,5.0
-1999,4,28,1,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,83.71000000000002,0.0,5.0,5.0
-1999,4,28,2,30,0.0,0.0,0.0,5.0,0.0,2.1,85.94,0.0,5.0,5.0
-1999,4,28,3,30,0.0,0.0,0.0,4.0,0.0,1.8,82.52,0.0,4.0,4.0
-1999,4,28,4,30,0.0,0.0,0.0,4.0,-1.0,1.6,79.62,0.0,4.0,4.0
-1999,4,28,5,30,0.0,11.0,11.0,6.0,-1.0,1.7000000000000002,69.31,10.751232060741874,6.301405524331445,6.269151828149219
-1999,4,28,6,30,224.0,97.0,155.0,9.0,0.0,1.7000000000000002,62.26,142.08853462108493,12.98338246602777,12.557116862164515
-1999,4,28,7,30,54.0,184.0,209.0,12.0,0.0,1.6,48.71,203.70774105437815,17.749238449518693,17.13811522635556
-1999,4,28,8,30,734.0,145.0,596.0,13.0,0.0,2.1,44.97,617.7188529790463,29.860406646327466,28.007250087390325
-1999,4,28,9,30,517.0,306.0,695.0,14.0,0.0,2.7,42.42,721.3042829821845,32.91664029067323,30.752727441726673
-1999,4,28,10,30,411.0,393.0,742.0,15.0,0.0,3.4000000000000004,43.11,768.3698202853675,34.23822415510348,31.933114694247376
-1999,4,28,11,30,247.0,474.0,695.0,15.0,0.0,4.0,41.57,709.0856347407898,32.06627271873686,29.93901581451449
-1999,4,28,12,30,287.0,464.0,721.0,16.0,0.0,4.7,40.51,738.5957380058601,32.980657531192406,30.764870317174825
-1999,4,28,13,30,185.0,445.0,602.0,16.0,1.0,5.300000000000002,45.15,606.909896403336,29.419282575981835,27.598552886771827
-1999,4,28,14,30,10.0,178.0,186.0,15.0,2.0,5.8000000000000025,50.92,182.06031958283648,18.89744653498762,18.35126557623911
-1999,4,28,15,30,19.0,217.0,228.0,14.0,3.0,6.0,58.14,224.20111252297016,18.73813072347844,18.06552738590953
-1999,4,28,16,30,3.0,134.0,136.0,12.0,4.0,5.4,67.29,132.26245857996992,14.90554653253478,14.50875915679487
-1999,4,28,17,30,41.0,93.0,104.0,10.0,5.0,4.3,83.91,99.01014818748564,12.336566487026772,12.039536042464315
-1999,4,28,18,30,0.0,5.0,5.0,8.0,6.0,3.0,100.0,4.886923663973579,8.125637249877457,8.110976478885537
-1999,4,28,19,30,0.0,0.0,0.0,8.0,4.0,2.3000000000000003,100.0,0.0,8.0,8.0
-1999,4,28,20,30,0.0,0.0,0.0,8.0,4.0,3.1,100.0,0.0,8.0,8.0
-1999,4,28,21,30,0.0,0.0,0.0,7.0,4.0,4.2,100.0,0.0,7.0,7.0
-1999,4,28,22,30,0.0,0.0,0.0,5.0,2.0,4.4,100.0,0.0,5.0,5.0
-1999,4,28,23,30,0.0,0.0,0.0,4.0,2.0,4.4,100.0,0.0,4.0,4.0
-1999,4,29,0,30,0.0,0.0,0.0,4.0,2.0,4.7,100.0,0.0,4.0,4.0
-1999,4,29,1,30,0.0,0.0,0.0,4.0,2.0,4.6000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,2,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,3,30,0.0,0.0,0.0,4.0,2.0,3.6,100.0,0.0,4.0,4.0
-1999,4,29,4,30,0.0,0.0,0.0,4.0,2.0,3.0,100.0,0.0,4.0,4.0
-1999,4,29,5,30,95.0,29.0,35.0,4.0,2.0,3.1,100.0,28.389387785457323,4.725041781236532,4.63987361788016
-1999,4,29,6,30,0.0,44.0,44.0,6.0,2.0,4.1000000000000005,98.66,43.004928242967495,7.028272802328617,6.899258017599715
-1999,4,29,7,30,176.0,199.0,279.0,7.0,3.0,5.300000000000002,89.39,272.60371341481346,13.02749482790481,12.20968368766037
-1999,4,29,8,30,69.0,280.0,323.0,9.0,3.0,6.2,85.53,318.5192255291212,15.645401703199147,14.689844026611784
-1999,4,29,9,30,11.0,188.0,197.0,10.0,3.0,6.8000000000000025,75.58,192.74956021888582,13.869907805161406,13.291659124504749
-1999,4,29,10,30,19.0,285.0,301.0,11.0,3.0,7.2,70.51,296.3329618979598,16.800028874071252,15.911029988377374
-1999,4,29,11,30,69.0,447.0,509.0,12.0,3.0,7.4,65.73,505.59997123511494,21.771194915104907,20.254395001399562
-1999,4,29,12,30,236.0,476.0,688.0,12.0,4.0,7.5,71.32000000000002,699.7734525719409,25.438417108013383,23.33909675029756
-1999,4,29,13,30,22.0,307.0,326.0,11.0,4.0,7.6,78.48,320.5190318806535,17.11642584571187,16.15486875006991
-1999,4,29,14,30,13.0,215.0,225.0,9.0,4.0,7.6,85.75,220.6518302485325,13.210672138615099,12.548716647869501
-1999,4,29,15,30,173.0,293.0,398.0,8.0,4.0,7.3000000000000025,90.8,396.7589987592788,15.716504380181663,14.526227383903827
-1999,4,29,16,30,20.0,161.0,170.0,7.0,4.0,6.5,94.59,165.9610927365295,10.39655724555125,9.898673967341661
-1999,4,29,17,30,0.0,14.0,14.0,6.0,3.0,5.4,99.46,13.683386259126019,6.300597130322501,6.259546971545123
-1999,4,29,18,30,0.0,2.0,2.0,5.0,2.0,4.5,100.0,1.9547694655894312,5.045531623246193,5.039667314849424
-1999,4,29,19,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
-1999,4,29,20,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
-1999,4,29,21,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,22,30,0.0,0.0,0.0,4.0,2.0,3.9,100.0,0.0,4.0,4.0
-1999,4,29,23,30,0.0,0.0,0.0,4.0,2.0,3.5,100.0,0.0,4.0,4.0
-1999,4,30,0,30,0.0,0.0,0.0,4.0,1.0,3.0,100.0,0.0,4.0,4.0
-1999,4,30,1,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
-1999,4,30,2,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
-1999,4,30,3,30,0.0,0.0,0.0,3.0,1.0,3.4000000000000004,100.0,0.0,3.0,3.0
-1999,4,30,4,30,0.0,0.0,0.0,4.0,1.0,4.5,100.0,0.0,4.0,4.0
-1999,4,30,5,30,0.0,5.0,5.0,4.0,2.0,5.1000000000000005,100.0,4.886923663973579,4.109465403759747,4.094804632767826
-1999,4,30,6,30,23.0,97.0,103.0,5.0,2.0,5.0,100.0,99.76009939476401,7.249161205833345,6.949880907649053
-1999,4,30,7,30,0.0,36.0,36.0,5.0,2.0,5.300000000000002,98.07,35.185850380609764,5.777988415960563,5.672430864818733
-1999,4,30,8,30,0.0,50.0,50.0,5.0,2.0,6.1000000000000005,97.67,48.86923663973578,6.026151515160412,5.879543805241204
-1999,4,30,9,30,0.0,100.0,100.0,6.0,2.0,7.5,92.75,97.73847327947156,7.876965132933403,7.5837497130949885
-1999,4,30,10,30,0.0,106.0,106.0,7.0,3.0,8.6,91.63,103.60278167623987,8.856643286580237,8.545834941551517
-1999,4,30,11,30,8.0,146.0,154.0,8.0,4.0,8.5,89.51,150.67495419800753,10.717138424512168,10.265113561918145
-1999,4,30,12,30,9.0,147.0,155.0,9.0,4.0,7.4,85.36,152.6228840067438,11.949580761431353,11.491712109411122
-1999,4,30,13,30,6.0,134.0,140.0,8.0,4.0,6.7,91.33,136.55844053989892,10.75929307978077,10.349617758161074
-1999,4,30,14,30,6.0,138.0,143.0,7.0,4.0,5.9,100.0,139.73714888539644,9.972196158473073,9.552984711816883
-1999,4,30,15,30,0.0,97.0,97.0,5.0,2.0,4.6000000000000005,100.0,94.80631908108742,7.193908715342025,6.909489758098763
-1999,4,30,16,30,0.0,76.0,76.0,5.0,2.0,3.3000000000000003,100.0,74.28123969239839,6.872156039928544,6.649312320851349
-1999,4,30,17,30,0.0,40.0,40.0,4.0,2.0,2.2,100.0,39.09538931178863,5.059997216636028,4.942711048700662
-1999,4,30,18,30,10.0,20.0,21.0,3.0,1.0,1.6,100.0,19.555233078296077,3.5519068510657528,3.4932411518308646
-1999,4,30,19,30,0.0,0.0,0.0,2.0,0.0,1.1,100.0,0.0,2.0,2.0
-1999,4,30,20,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
-1999,4,30,21,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
-1999,4,30,22,30,0.0,0.0,0.0,2.0,0.0,0.8,96.52,0.0,2.0,2.0
-1999,4,30,23,30,0.0,0.0,0.0,1.0,-1.0,1.0,92.34,0.0,1.0,1.0
-1999,5,1,0,30,0.0,0.0,0.0,1.0,-1.0,1.3,88.37,0.0,1.0,1.0
-1999,5,1,1,30,0.0,0.0,0.0,0.0,-2.0,1.5,92.52,0.0,0.0,0.0
-1999,5,1,2,30,0.0,0.0,0.0,0.0,-2.0,1.7000000000000002,90.93,0.0,0.0,0.0
-1999,5,1,3,30,0.0,0.0,0.0,1.0,-2.0,1.8,85.65,0.0,1.0,1.0
-1999,5,1,4,30,0.0,0.0,0.0,2.0,-1.0,1.7000000000000002,88.42,0.0,2.0,2.0
-1999,5,1,5,30,0.0,17.0,17.0,3.0,-1.0,1.8,91.79,16.615540457510164,3.4627004929677407,3.4128538715952104
-1999,5,1,6,30,0.0,85.0,85.0,4.0,0.0,2.2,87.23,83.07770228755082,6.252494085351558,6.003260978488906
-1999,5,1,7,30,124.0,203.0,260.0,5.0,0.0,1.9,85.13,253.86981141283462,12.02249464212322,11.260885207884716
-1999,5,1,8,30,229.0,297.0,441.0,7.0,1.0,2.1,76.76,439.7740301660334,19.003468803541796,17.684146713043695
-1999,5,1,9,30,165.0,389.0,514.0,8.0,1.0,2.9000000000000004,73.03,515.4866580229619,21.340701681838446,19.79424170776956
-1999,5,1,10,30,152.0,457.0,588.0,8.0,1.0,2.6,73.60000000000002,589.141295447132,23.55359567229863,21.786171785957233
-1999,5,1,11,30,13.0,190.0,202.0,9.0,2.0,2.0,76.0,198.66448157329063,14.458807915680906,13.862814470961034
-1999,5,1,12,30,13.0,189.0,201.0,8.0,2.0,2.5,83.0,197.65795667791363,13.253079174162329,12.660105304128587
-1999,5,1,13,30,14.0,216.0,228.0,7.0,2.0,3.5,90.49,224.14560674636158,12.57518485235332,11.902748032114236
-1999,5,1,14,30,0.0,108.0,108.0,5.0,2.0,3.5,98.1,105.5575511418293,7.625538232580106,7.308865579154618
-1999,5,1,15,30,0.0,116.0,116.0,4.0,2.0,2.8000000000000003,100.0,113.37662900418702,6.953695114109375,6.613565227096814
-1999,5,1,16,30,0.0,83.0,83.0,3.0,1.0,2.0,100.0,81.1229328219614,5.2290572744801604,4.985688476014277
-1999,5,1,17,30,0.0,37.0,37.0,2.0,0.0,1.3,100.0,36.163235113404475,3.0413899508506597,2.9329002455104463
-1999,5,1,18,30,3.0,21.0,21.0,2.0,0.0,0.9,100.0,20.52507938868903,2.607184347408347,2.54560910924228
-1999,5,1,19,30,0.0,0.0,0.0,1.0,0.0,0.8,98.07,0.0,1.0,1.0
-1999,5,1,20,30,0.0,0.0,0.0,1.0,0.0,0.9,94.84,0.0,1.0,1.0
-1999,5,1,21,30,0.0,0.0,0.0,0.0,-1.0,0.8,100.0,0.0,0.0,0.0
-1999,5,1,22,30,0.0,0.0,0.0,0.0,-1.0,0.9,98.65,0.0,0.0,0.0
-1999,5,1,23,30,0.0,0.0,0.0,0.0,-1.0,1.3,96.68,0.0,0.0,0.0
-1999,5,2,0,30,0.0,0.0,0.0,0.0,-2.0,1.5,100.0,0.0,0.0,0.0
-1999,5,2,1,30,0.0,0.0,0.0,0.0,-2.0,1.4,96.59,0.0,0.0,0.0
-1999,5,2,2,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,95.78,0.0,0.0,0.0
-1999,5,2,3,30,0.0,0.0,0.0,0.0,-2.0,1.3,91.1,0.0,0.0,0.0
-1999,5,2,4,30,0.0,0.0,0.0,0.0,-1.0,1.6,86.87,0.0,0.0,0.0
-1999,5,2,5,30,0.0,3.0,3.0,2.0,-1.0,1.7000000000000002,90.99,2.9321541983841466,2.082201506635849,2.073405044040696
-1999,5,2,6,30,0.0,30.0,30.0,3.0,0.0,1.8,90.35,29.32154198384147,3.8165302817077777,3.7285656557562534
-1999,5,2,7,30,0.0,102.0,102.0,4.0,0.0,2.0,85.21000000000002,99.693242745061,6.739323397553933,6.4402436693187495
-1999,5,2,8,30,0.0,109.0,109.0,5.0,0.0,2.5,78.27,106.53493587462401,7.831337844272273,7.511733036648401
-1999,5,2,9,30,15.0,234.0,246.0,7.0,0.0,3.1,65.49,241.025635303659,13.155597903867113,12.432520997956136
-1999,5,2,10,30,225.0,451.0,644.0,9.0,-1.0,3.6,56.25,651.8485766657918,25.106927778275594,23.15138204827822
-1999,5,2,11,30,797.0,249.0,972.0,11.0,0.0,4.0,53.97,1038.282681665797,35.98938708711458,32.87453904211719
-1999,5,2,12,30,899.0,195.0,1007.0,12.0,0.0,4.3,52.83,1085.0881078861837,37.607279200887064,34.35201487722851
-1999,5,2,13,30,700.0,278.0,875.0,12.0,0.0,4.4,51.42,923.4449179245196,33.6504856477153,30.88015089394174
-1999,5,2,14,30,816.0,168.0,784.0,13.0,0.0,4.4,49.32,825.0666625794682,32.34397340854198,29.868773420803574
-1999,5,2,15,30,646.0,189.0,587.0,12.0,0.0,4.1000000000000005,53.3,598.0338603630812,26.299336811089944,24.5052352300007
-1999,5,2,16,30,687.0,96.0,404.0,11.0,1.0,3.4000000000000004,58.47,390.9164635568202,20.787654789764346,19.614905399093885
-1999,5,2,17,30,432.0,77.0,190.0,9.0,2.0,2.2,74.97,162.5659731851776,13.407667556952937,12.919969637397404
-1999,5,2,18,30,87.0,26.0,32.0,7.0,2.0,1.6,86.58,25.457233587073176,7.718478862902467,7.642107162141247
-1999,5,2,19,30,0.0,0.0,0.0,6.0,1.0,1.6,92.52,0.0,6.0,6.0
-1999,5,2,20,30,0.0,0.0,0.0,5.0,1.0,1.8,90.55,0.0,5.0,5.0
-1999,5,2,21,30,0.0,0.0,0.0,5.0,1.0,2.1,88.48,0.0,5.0,5.0
-1999,5,2,22,30,0.0,0.0,0.0,5.0,0.0,2.3000000000000003,92.75,0.0,5.0,5.0
-1999,5,2,23,30,0.0,0.0,0.0,4.0,0.0,2.5,89.98,0.0,4.0,4.0
-1999,5,3,0,30,0.0,0.0,0.0,4.0,0.0,2.7,86.44,0.0,4.0,4.0
-1999,5,3,1,30,0.0,0.0,0.0,4.0,0.0,3.0,82.86,0.0,4.0,4.0
-1999,5,3,2,30,0.0,0.0,0.0,4.0,0.0,3.2,87.01,0.0,4.0,4.0
-1999,5,3,3,30,0.0,0.0,0.0,3.0,0.0,3.2,87.02,0.0,3.0,3.0
-1999,5,3,4,30,0.0,0.0,0.0,3.0,0.0,3.0,86.76,0.0,3.0,3.0
-1999,5,3,5,30,250.0,33.0,54.0,5.0,0.0,3.3000000000000003,81.56,32.412003052662605,5.816899765438817,5.719663756280829
-1999,5,3,6,30,638.0,77.0,253.0,8.0,0.0,3.9,71.49,216.5454319425018,13.246160328302096,12.59652403247459
-1999,5,3,7,30,795.0,108.0,476.0,10.0,0.0,4.4,60.56,463.69490907073805,20.87148759919349,19.480402871981276
-1999,5,3,8,30,879.0,129.0,683.0,12.0,0.0,5.1000000000000005,51.31,702.0937785637602,27.72665837084033,25.620377035149048
-1999,5,3,9,30,301.0,375.0,606.0,13.0,0.0,5.9,46.5,613.8887088428512,26.05735573329277,24.215689606764215
-1999,5,3,10,30,812.0,219.0,918.0,14.0,0.0,6.4,43.15,976.2269395968711,34.107807459735,31.179126640944386
-1999,5,3,11,30,677.0,326.0,941.0,15.0,0.0,6.8000000000000025,43.06,994.1570273030065,34.96007687460863,31.97760579269961
-1999,5,3,12,30,376.0,446.0,787.0,14.0,0.0,6.9,43.52,810.1640216592025,30.16259982654367,27.732107761566063
-1999,5,3,13,30,536.0,376.0,834.0,14.0,0.0,6.5,46.76,866.7099850981456,31.738073611928925,29.137943656634487
-1999,5,3,14,30,810.0,173.0,786.0,13.0,0.0,5.8000000000000025,47.62,825.4196313431933,30.67012652433337,28.19386763030379
-1999,5,3,15,30,0.0,27.0,27.0,12.0,0.0,5.2,51.06,26.389387785457323,12.58728795520039,12.508119791844019
-1999,5,3,16,30,695.0,95.0,408.0,11.0,0.0,4.5,54.9,393.9610689858599,20.17636953231338,18.9944863253558
-1999,5,3,17,30,570.0,61.0,211.0,9.0,0.0,3.0,62.96,175.44646338928098,13.510529051937842,12.98418966177
-1999,5,3,18,30,0.0,19.0,19.0,6.0,0.0,1.7000000000000002,79.25,18.570309923099597,6.5206095420270405,6.464898612257742
-1999,5,3,19,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,88.94,0.0,4.0,4.0
-1999,5,3,20,30,0.0,0.0,0.0,3.0,0.0,1.0,97.67,0.0,3.0,3.0
-1999,5,3,21,30,0.0,0.0,0.0,2.0,0.0,1.1,93.42,0.0,2.0,2.0
-1999,5,3,22,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,91.51,0.0,2.0,2.0
-1999,5,3,23,30,0.0,0.0,0.0,2.0,-1.0,1.4,90.74,0.0,2.0,2.0
-1999,5,4,0,30,0.0,0.0,0.0,2.0,-1.0,1.4,89.16,0.0,2.0,2.0
-1999,5,4,1,30,0.0,0.0,0.0,2.0,-1.0,1.5,89.24,0.0,2.0,2.0
-1999,5,4,2,30,0.0,0.0,0.0,2.0,-1.0,1.4,88.97,0.0,2.0,2.0
-1999,5,4,3,30,0.0,0.0,0.0,1.0,-1.0,1.3,87.88,0.0,1.0,1.0
-1999,5,4,4,30,0.0,0.0,0.0,1.0,-2.0,1.5,84.0,0.0,1.0,1.0
-1999,5,4,5,30,33.0,30.0,33.0,2.0,-2.0,2.7,81.10000000000002,29.344157251046752,2.7695682397115506,2.6815357679584104
-1999,5,4,6,30,752.0,41.0,252.0,4.0,-3.0,4.6000000000000005,66.15,208.02877178171127,8.813984340679232,8.189898025334099
-1999,5,4,7,30,850.0,89.0,485.0,6.0,-4.0,5.6000000000000005,52.94,471.1992020700942,16.218255952319527,14.804658346109246
-1999,5,4,8,30,933.0,104.0,694.0,7.0,-5.0,5.6000000000000005,46.71,714.1400063621957,22.48658261461676,20.344162595530175
-1999,5,4,9,30,978.0,117.0,867.0,8.0,-5.0,5.4,42.58,918.9198412918635,28.186864717387976,25.430105193512386
-1999,5,4,10,30,1002.0,125.0,989.0,9.0,-5.0,5.1000000000000005,39.9,1063.2923077852854,32.817380787918474,29.62750386456262
-1999,5,4,11,30,1011.0,130.0,1051.0,10.0,-5.0,4.9,37.93,1136.2879062463721,35.78560325481649,32.37673953607738
-1999,5,4,12,30,1007.0,133.0,1047.0,10.0,-5.0,4.800000000000002,38.25,1132.6147331241036,35.87016042815731,32.472316228785004
-1999,5,4,13,30,991.0,131.0,980.0,10.0,-5.0,4.7,40.78,1051.3312911370886,34.17059250142003,31.016598628008765
-1999,5,4,14,30,959.0,125.0,853.0,9.0,-5.0,4.800000000000002,43.13,899.6195361043525,29.548295058045962,26.849436449732906
-1999,5,4,15,30,910.0,113.0,678.0,8.0,-5.0,4.9,45.32,693.6981674299413,23.741983722269197,21.660889219979374
-1999,5,4,16,30,830.0,93.0,469.0,7.0,-6.0,4.800000000000002,47.84,451.1763912933476,17.305362699954436,15.951833526074392
-1999,5,4,17,30,672.0,59.0,238.0,6.0,-6.0,4.4,51.41,194.97508206141498,10.571258267705165,9.98633302152092
-1999,5,4,18,30,300.0,26.0,47.0,4.0,-5.0,4.0,60.9,25.570309923099597,4.615426207033183,4.538715277263884
-1999,5,4,19,30,0.0,0.0,0.0,2.0,-5.0,3.9,65.7,0.0,2.0,2.0
-1999,5,4,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.59,0.0,1.0,1.0
-1999,5,4,21,30,0.0,0.0,0.0,0.0,-6.0,3.6,62.85,0.0,0.0,0.0
-1999,5,4,22,30,0.0,0.0,0.0,0.0,-6.0,3.5,65.89,0.0,0.0,0.0
-1999,5,4,23,30,0.0,0.0,0.0,0.0,-7.0,3.6,68.4,0.0,0.0,0.0
-1999,5,5,0,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,65.63,0.0,0.0,0.0
-1999,5,5,1,30,0.0,0.0,0.0,0.0,-8.0,4.7,63.32,0.0,0.0,0.0
-1999,5,5,2,30,0.0,0.0,0.0,0.0,-8.0,4.800000000000002,62.19000000000001,0.0,0.0,0.0
-1999,5,5,3,30,0.0,0.0,0.0,0.0,-8.0,4.6000000000000005,62.53,0.0,0.0,0.0
-1999,5,5,4,30,0.0,0.0,0.0,0.0,-7.0,4.6000000000000005,64.86,0.0,0.0,0.0
-1999,5,5,5,30,298.0,30.0,57.0,0.0,-7.0,4.5,63.23,29.52507938868903,0.6877152598832657,0.5991400217171986
-1999,5,5,6,30,502.0,77.0,219.0,1.0,-6.0,4.6000000000000005,61.33,188.28649691109882,5.35712925634388,4.792269765610584
-1999,5,5,7,30,556.0,137.0,398.0,3.0,-6.0,4.800000000000002,61.84,386.03730353062986,11.817514624804348,10.659402714212458
-1999,5,5,8,30,912.0,93.0,673.0,4.0,-6.0,4.800000000000002,53.04,690.6285984616192,19.77471325063351,17.702827455248652
-1999,5,5,9,30,958.0,102.0,839.0,5.0,-6.0,4.4,49.22,888.5806058075558,25.833079785758418,23.16733796833575
-1999,5,5,10,30,985.0,106.0,957.0,6.0,-6.0,4.0,45.99,1029.2996098222156,30.77318251826782,27.685283688801174
-1999,5,5,11,30,994.0,109.0,1016.0,7.0,-6.0,3.8,43.2,1099.16632175843,33.804711304901076,30.507212339625784
-1999,5,5,12,30,986.0,113.0,1011.0,8.0,-6.0,3.5,41.05,1092.4530801025032,35.1726399303745,31.895280690066993
-1999,5,5,13,30,964.0,116.0,943.0,7.0,-6.0,3.4000000000000004,44.84,1011.7925803748661,32.33297371374245,29.297595972617852
-1999,5,5,14,30,532.0,306.0,711.0,7.0,-5.0,3.6,48.73,730.5716946830922,25.052145765666296,22.860430681617018
-1999,5,5,15,30,497.0,226.0,535.0,6.0,-5.0,3.7,52.93,539.714272851918,19.24858352953127,17.629440710975516
-1999,5,5,16,30,782.0,91.0,447.0,4.0,-5.0,3.7,56.76,429.0311560537708,14.531600503567352,13.24450703540604
-1999,5,5,17,30,601.0,72.0,233.0,3.0,-5.0,3.2,60.86,193.84910424751533,7.918101398385773,7.336554085643227
-1999,5,5,18,30,232.0,29.0,47.0,1.0,-5.0,2.5,66.77,28.479848854278462,1.7568979433673269,1.6714583968044914
-1999,5,5,19,30,0.0,0.0,0.0,0.0,-5.0,2.1,73.56,0.0,0.0,0.0
-1999,5,5,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,75.86,0.0,0.0,0.0
-1999,5,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.1,71.7,0.0,0.0,0.0
-1999,5,5,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,71.27,0.0,-1.0,-1.0
-1999,5,5,23,30,0.0,0.0,0.0,-1.0,-9.0,3.1,67.96000000000001,0.0,-1.0,-1.0
-1999,5,6,0,30,0.0,0.0,0.0,-2.0,-10.0,3.6,61.57,0.0,-2.0,-2.0
-1999,5,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,63.84,0.0,-2.0,-2.0
-1999,5,6,2,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.38,0.0,-3.0,-3.0
-1999,5,6,3,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.68,0.0,-3.0,-3.0
-1999,5,6,4,30,0.0,0.0,0.0,-3.0,-10.0,3.7,63.5,0.0,-3.0,-3.0
-1999,5,6,5,30,415.0,28.0,67.0,-1.0,-10.0,4.3,55.24,27.660770991920735,-0.34722620167522067,-0.43020851465098287
-1999,5,6,6,30,748.0,55.0,269.0,0.0,-10.0,4.9,49.15,223.4817093995953,5.071435383240539,4.400990255041753
-1999,5,6,7,30,886.0,70.0,488.0,2.0,-10.0,4.9,45.6,471.4367996968854,12.698241361083829,11.283930961993173
-1999,5,6,8,30,955.0,81.0,690.0,5.0,-10.0,4.6000000000000005,39.95,708.1810009676054,21.38798431498653,19.263441312083714
-1999,5,6,9,30,992.0,89.0,855.0,6.0,-9.0,4.6000000000000005,36.71,904.6262623202919,26.933915167978334,24.220036381017458
-1999,5,6,10,30,1011.0,95.0,971.0,8.0,-8.0,4.6000000000000005,37.19,1043.5041343756534,32.147681685058444,29.017169281931487
-1999,5,6,11,30,1016.0,99.0,1029.0,9.0,-7.0,4.5,35.26,1111.7201412463146,34.894829808571686,31.55966938483274
-1999,5,6,12,30,1012.0,101.0,1024.0,10.0,-6.0,4.5,35.37,1106.8838181580654,35.782179368390686,32.46152791391649
-1999,5,6,13,30,998.0,99.0,957.0,11.0,-5.0,4.5,35.02,1027.1420835691847,34.92478867336877,31.84336242266121
-1999,5,6,14,30,972.0,93.0,834.0,11.0,-5.0,4.4,36.42,879.6286016456417,31.623196950449284,28.984311145512358
-1999,5,6,15,30,928.0,85.0,665.0,11.0,-4.0,4.4,39.73,678.9295520941176,26.917738284228605,24.88094962794625
-1999,5,6,16,30,852.0,73.0,462.0,10.0,-4.0,4.2,43.0,442.5844650765098,20.513300921078077,19.18554752584855
-1999,5,6,17,30,707.0,55.0,247.0,7.0,-4.0,3.0,50.94,199.82524737713047,12.13727986414504,11.537804122013648
-1999,5,6,18,30,355.0,25.0,53.0,4.0,-2.0,1.7000000000000002,72.35000000000002,24.64569414711721,4.690929962720171,4.616992880278819
-1999,5,6,19,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.12,0.0,2.0,2.0
-1999,5,6,20,30,0.0,0.0,0.0,1.0,-3.0,1.9,77.52,0.0,1.0,1.0
-1999,5,6,21,30,0.0,0.0,0.0,0.0,-4.0,2.6,72.85000000000002,0.0,0.0,0.0
-1999,5,6,22,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,73.38,0.0,0.0,0.0
-1999,5,6,23,30,0.0,0.0,0.0,0.0,-5.0,3.9,69.56,0.0,0.0,0.0
-1999,5,7,0,30,0.0,0.0,0.0,0.0,-6.0,3.8,67.84,0.0,0.0,0.0
-1999,5,7,1,30,0.0,0.0,0.0,0.0,-6.0,3.5,73.32000000000002,0.0,0.0,0.0
-1999,5,7,2,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.19,0.0,0.0,0.0
-1999,5,7,3,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.8,0.0,0.0,0.0
-1999,5,7,4,30,0.0,0.0,0.0,0.0,-5.0,3.5,70.25,0.0,0.0,0.0
-1999,5,7,5,30,253.0,34.0,58.0,2.0,-5.0,4.1000000000000005,68.44,33.412003052662605,2.7989003915148256,2.6986643823568377
-1999,5,7,6,30,610.0,62.0,239.0,6.0,-4.0,4.2,59.82,200.0417675853563,10.751859736074671,10.151734433318602
-1999,5,7,7,30,615.0,123.0,415.0,9.0,-2.0,3.9,49.59,400.78816818275004,18.70973605451767,17.50737154996942
-1999,5,7,8,30,755.0,146.0,629.0,12.0,-2.0,3.9,40.74,640.7317492112727,27.52275406432179,25.600558816687972
-1999,5,7,9,30,961.0,102.0,847.0,14.0,-2.0,4.0,36.23,892.4627657790635,35.47979342110274,32.80240512376555
-1999,5,7,10,30,982.0,107.0,961.0,16.0,-2.0,3.9,34.800000000000004,1028.432875455566,40.915435542271034,37.83013691590433
-1999,5,7,11,30,993.0,108.0,1018.0,17.0,-2.0,3.8,33.03,1097.8436531912337,43.7724561780891,40.4789252185154
-1999,5,7,12,30,990.0,107.0,1013.0,18.0,-1.0,3.6,31.11,1091.0811056774533,44.96019474228006,41.6869514252477
-1999,5,7,13,30,971.0,107.0,945.0,18.0,-1.0,3.5,29.2,1010.0594081848623,43.12325802067326,40.09307979611867
-1999,5,7,14,30,937.0,105.0,821.0,19.0,-1.0,3.4000000000000004,29.24,863.3112476922911,40.615340504339486,38.025406761262616
-1999,5,7,15,30,884.0,97.0,651.0,18.0,-1.0,3.2,29.22,662.9133348756495,34.81862297954001,32.82988297491306
-1999,5,7,16,30,799.0,83.0,451.0,17.0,-1.0,2.6,31.55,429.9472735298265,28.350801759389142,27.060959938799662
-1999,5,7,17,30,642.0,63.0,239.0,14.0,0.0,1.5,46.64,194.9553857152417,19.539239752946614,18.954373595800888
-1999,5,7,18,30,277.0,28.0,51.0,11.0,3.0,0.8,70.36,27.54015623349255,11.82021956365882,11.737599094958343
-1999,5,7,19,30,0.0,0.0,0.0,9.0,0.0,0.8,64.36,0.0,9.0,9.0
-1999,5,7,20,30,0.0,0.0,0.0,8.0,0.0,1.0,65.86,0.0,8.0,8.0
-1999,5,7,21,30,0.0,0.0,0.0,6.0,0.0,1.4,75.97,0.0,6.0,6.0
-1999,5,7,22,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.32000000000002,0.0,6.0,6.0
-1999,5,7,23,30,0.0,0.0,0.0,5.0,0.0,2.0,76.10000000000002,0.0,5.0,5.0
-1999,5,8,0,30,0.0,0.0,0.0,5.0,-1.0,2.5,73.65,0.0,5.0,5.0
-1999,5,8,1,30,0.0,0.0,0.0,5.0,-1.0,2.6,72.26,0.0,5.0,5.0
-1999,5,8,2,30,0.0,0.0,0.0,5.0,-1.0,2.4000000000000004,77.48,0.0,5.0,5.0
-1999,5,8,3,30,0.0,0.0,0.0,4.0,-1.0,2.1,77.21000000000002,0.0,4.0,4.0
-1999,5,8,4,30,0.0,0.0,0.0,4.0,-1.0,1.9,76.03,0.0,4.0,4.0
-1999,5,8,5,30,352.0,32.0,67.0,8.0,0.0,2.0,65.32000000000001,31.540156233492553,8.866645376897353,8.772024908196874
-1999,5,8,6,30,682.0,62.0,262.0,13.0,1.0,2.4000000000000004,56.81,217.60337290363412,18.821783080383646,18.168972961672743
-1999,5,8,7,30,825.0,80.0,474.0,16.0,0.0,2.1,43.47,455.61255021901894,28.43577532532187,27.068937674664813
-1999,5,8,8,30,899.0,92.0,670.0,18.0,0.0,1.9,32.42,683.7919227829893,36.91491188868434,34.86353612033537
-1999,5,8,9,30,940.0,102.0,832.0,19.0,0.0,2.5,30.35,875.7458816398901,42.27436006129157,39.6471224163719
-1999,5,8,10,30,465.0,416.0,821.0,21.0,0.0,3.2,29.08,844.2540301269512,42.41937638699925,39.88661429661839
-1999,5,8,11,30,18.0,281.0,298.0,22.0,0.0,3.9,27.69,292.6407558175366,29.089691571152358,28.211769303699747
-1999,5,8,12,30,964.0,115.0,998.0,22.0,0.0,4.4,26.18,1073.1978120925692,47.161494071667875,43.94190063539017
-1999,5,8,13,30,516.0,387.0,833.0,23.0,0.0,4.9,26.23,859.5584419258267,42.505824919887786,39.927149594110304
-1999,5,8,14,30,103.0,382.0,462.0,22.0,0.0,5.1000000000000005,26.28,457.0266152160658,32.23723847630112,30.866158630652922
-1999,5,8,15,30,0.0,29.0,29.0,21.0,0.0,5.300000000000002,27.76,28.344157251046756,21.6267128906349,21.541680418881757
-1999,5,8,16,30,10.0,155.0,160.0,20.0,0.0,5.2,30.71,155.87168733984984,23.468877916974712,23.00126285495516
-1999,5,8,17,30,0.0,85.0,85.0,17.0,2.0,4.6000000000000005,43.59,83.07770228755082,18.922497327877032,18.673264221014378
-1999,5,8,18,30,0.0,18.0,18.0,13.0,3.0,3.9,61.82,17.592925190304882,13.426216823713329,13.373438048142415
-1999,5,8,19,30,0.0,0.0,0.0,11.0,2.0,3.6,68.09,0.0,11.0,11.0
-1999,5,8,20,30,0.0,0.0,0.0,9.0,2.0,3.4000000000000004,71.83,0.0,9.0,9.0
-1999,5,8,21,30,0.0,0.0,0.0,9.0,1.0,3.3000000000000003,70.49,0.0,9.0,9.0
-1999,5,8,22,30,0.0,0.0,0.0,9.0,1.0,3.0,72.54,0.0,9.0,9.0
-1999,5,8,23,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,68.2,0.0,8.0,8.0
-1999,5,9,0,30,0.0,0.0,0.0,8.0,0.0,2.9000000000000004,63.94000000000001,0.0,8.0,8.0
-1999,5,9,1,30,0.0,0.0,0.0,8.0,0.0,3.2,60.9,0.0,8.0,8.0
-1999,5,9,2,30,0.0,0.0,0.0,8.0,-1.0,3.6,58.99,0.0,8.0,8.0
-1999,5,9,3,30,0.0,0.0,0.0,7.0,-1.0,3.7,61.74,0.0,7.0,7.0
-1999,5,9,4,30,0.0,0.0,0.0,7.0,-1.0,3.6,60.6,0.0,7.0,7.0
-1999,5,9,5,30,343.0,35.0,70.0,10.0,-2.0,4.0,52.64,34.4723104318767,10.829679551032545,10.726262619736914
-1999,5,9,6,30,434.0,90.0,219.0,13.0,-1.0,4.6000000000000005,41.47,188.55279935281186,17.36329174902848,16.797633350970045
-1999,5,9,7,30,561.0,140.0,409.0,16.0,0.0,5.1000000000000005,36.19,394.1536665989008,24.828906122620026,23.646445122823323
-1999,5,9,8,30,781.0,137.0,641.0,19.0,-1.0,5.2,27.56,650.5125054670435,33.47696181032881,31.525424293927678
-1999,5,9,9,30,412.0,340.0,661.0,20.0,-2.0,4.9,25.22,672.7019898120518,35.265520756372624,33.24741478693647
-1999,5,9,10,30,947.0,122.0,949.0,21.0,-1.0,4.5,24.17,1010.933208517585,44.547242162086675,41.51444253653392
-1999,5,9,11,30,401.0,486.0,855.0,22.0,-1.0,4.4,23.19,875.9329075492617,42.536550123509286,39.908751400861505
-1999,5,9,12,30,75.0,464.0,534.0,23.0,-1.0,4.4,22.14,528.2812569497736,35.385736874544094,33.800893103694776
-1999,5,9,13,30,439.0,424.0,804.0,23.0,-1.0,4.5,22.15,824.003019664993,42.19315587109309,39.72114681209811
-1999,5,9,14,30,544.0,299.0,717.0,22.0,-1.0,4.6000000000000005,23.41,734.2841017504088,38.9920349822829,36.789182677031675
-1999,5,9,15,30,307.0,288.0,482.0,21.0,-1.0,4.6000000000000005,24.66,479.14163705588277,32.08779481799168,30.650369906824032
-1999,5,9,16,30,149.0,207.0,277.0,20.0,-1.0,4.0,26.83,267.62806359240113,26.441272106894413,25.63838791611721
-1999,5,9,17,30,444.0,83.0,206.0,17.0,2.0,2.9000000000000004,41.54,174.3976097034028,21.5133786662916,20.990185837181393
-1999,5,9,18,30,52.0,32.0,37.0,13.0,3.0,2.3000000000000003,60.9,31.31400356143971,13.84337782405086,13.74943581336654
-1999,5,9,19,30,0.0,0.0,0.0,11.0,2.0,2.1,70.18,0.0,11.0,11.0
-1999,5,9,20,30,0.0,0.0,0.0,9.0,2.0,1.5,79.34,0.0,9.0,9.0
-1999,5,9,21,30,0.0,0.0,0.0,7.0,2.0,0.7000000000000001,84.83,0.0,7.0,7.0
-1999,5,9,22,30,0.0,0.0,0.0,7.0,2.0,0.8,82.65,0.0,7.0,7.0
-1999,5,9,23,30,0.0,0.0,0.0,6.0,2.0,1.8,87.58,0.0,6.0,6.0
-1999,5,10,0,30,0.0,0.0,0.0,5.0,2.0,2.2,100.0,0.0,5.0,5.0
-1999,5,10,1,30,0.0,0.0,0.0,4.0,1.0,2.1,100.0,0.0,4.0,4.0
-1999,5,10,2,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
-1999,5,10,3,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
-1999,5,10,4,30,0.0,0.0,0.0,3.0,0.0,1.9,100.0,0.0,3.0,3.0
-1999,5,10,5,30,101.0,43.0,54.0,3.0,0.0,1.7000000000000002,100.0,42.110466156592146,4.180546290886536,4.054214892416759
-1999,5,10,6,30,0.0,85.0,85.0,5.0,0.0,1.3,84.08,83.07770228755082,7.3923823195217855,7.143149212659133
-1999,5,10,7,30,3.0,141.0,143.0,6.0,-1.0,0.6000000000000001,68.06,139.19488678826215,10.201937963179867,9.78435330281508
-1999,5,10,8,30,0.0,62.0,62.0,8.0,-2.0,0.30000000000000004,58.37000000000001,60.59785343327238,9.866783293205486,9.684989732905668
-1999,5,10,9,30,12.0,188.0,198.0,9.0,-3.0,0.7000000000000001,46.97,193.67397003863405,14.807178752135693,14.22615684201979
-1999,5,10,10,30,15.0,216.0,229.0,10.0,-4.0,1.5,41.18,225.2432729516188,16.399805201790166,15.724075382935307
-1999,5,10,11,30,18.0,271.0,288.0,11.0,-5.0,2.6,39.14,282.8748330676824,18.468023058992173,17.619398559789126
-1999,5,10,12,30,253.0,486.0,719.0,11.0,-5.0,3.5,37.52,727.2678019080665,29.089368297948873,26.907564892224674
-1999,5,10,13,30,198.0,459.0,631.0,10.0,-6.0,4.2,36.15,633.403837914154,25.04608877631096,23.145877262568497
-1999,5,10,14,30,334.0,367.0,625.0,9.0,-6.0,4.6000000000000005,36.88,630.2332699752731,23.584199419393766,21.693499609467946
-1999,5,10,15,30,3.0,134.0,136.0,8.0,-7.0,4.800000000000002,37.44,132.9035393693823,11.035662334598207,10.63695171649006
-1999,5,10,16,30,0.0,43.0,43.0,7.0,-8.0,4.5,41.07,42.02754351017277,7.978929899793136,7.852847269262617
-1999,5,10,17,30,0.0,21.0,21.0,5.0,-8.0,3.6,42.35,20.52507938868903,5.507166822466633,5.4455915843005664
-1999,5,10,18,30,337.0,31.0,61.0,3.0,-7.0,2.1,51.42,30.52507938868903,3.833170703666679,3.741595465500612
-1999,5,10,19,30,0.0,0.0,0.0,1.0,-6.0,1.3,60.45,0.0,1.0,1.0
-1999,5,10,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.88,0.0,0.0,0.0
-1999,5,10,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,66.19,0.0,0.0,0.0
-1999,5,10,22,30,0.0,0.0,0.0,0.0,-8.0,0.8,62.48,0.0,0.0,0.0
-1999,5,10,23,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,63.22,0.0,0.0,0.0
-1999,5,11,0,30,0.0,0.0,0.0,-1.0,-9.0,0.6000000000000001,59.62000000000001,0.0,-1.0,-1.0
-1999,5,11,1,30,0.0,0.0,0.0,-1.0,-10.0,0.5,56.95,0.0,-1.0,-1.0
-1999,5,11,2,30,0.0,0.0,0.0,-1.0,-10.0,0.5,55.24,0.0,-1.0,-1.0
-1999,5,11,3,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,54.5,0.0,-1.0,-1.0
-1999,5,11,4,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,54.6,0.0,-1.0,-1.0
-1999,5,11,5,30,208.0,39.0,62.0,0.0,-8.0,1.2000000000000002,54.7,38.29138829423443,1.1101105691554753,0.9952364042727722
-1999,5,11,6,30,583.0,70.0,245.0,3.0,-10.0,1.6,43.29,205.21449799419514,8.791763612713954,8.176120118731369
-1999,5,11,7,30,836.0,87.0,492.0,5.0,-12.0,1.5,32.17,470.3432210502328,18.36379530122783,16.952765638077132
-1999,5,11,8,30,493.0,240.0,560.0,7.0,-12.0,1.2000000000000002,30.01,561.4592184213623,23.27733650527304,21.592958850008955
-1999,5,11,9,30,168.0,402.0,533.0,8.0,-11.0,1.0,27.63,531.8816738071793,23.628776205023485,22.033131183601945
-1999,5,11,10,30,80.0,440.0,511.0,9.0,-10.0,0.8,27.44,505.43546939948794,24.053221073029672,22.536914664831208
-1999,5,11,11,30,295.0,477.0,750.0,10.0,-9.0,0.6000000000000001,27.23,761.2808853461052,32.981124713617916,30.697282057579603
-1999,5,11,12,30,83.0,471.0,548.0,10.0,-8.0,0.7000000000000001,29.38,543.1216477266734,26.28512335382036,24.65575841064034
-1999,5,11,13,30,51.0,406.0,451.0,10.0,-7.0,1.3,34.56,444.43013057617816,22.79822091098606,21.464930519257525
-1999,5,11,14,30,14.0,219.0,230.0,9.0,-6.0,2.2,39.97,225.43527874833705,15.112249352451116,14.435943516206105
-1999,5,11,15,30,194.0,306.0,430.0,8.0,-6.0,3.0,41.34,424.2160344598255,18.906111817616786,17.63346371423731
-1999,5,11,16,30,216.0,205.0,307.0,7.0,-6.0,3.0,43.83,295.413299745626,14.594739985581699,13.70850008634482
-1999,5,11,17,30,0.0,42.0,42.0,6.0,-6.0,2.3000000000000003,45.46,41.05015877737806,7.105600997926682,6.982450521594547
-1999,5,11,18,30,284.0,34.0,60.0,4.0,-5.0,1.4,63.55,33.42707989746613,4.956153918901469,4.855872679209071
-1999,5,11,19,30,0.0,0.0,0.0,2.0,-3.0,1.1,74.71000000000002,0.0,2.0,2.0
-1999,5,11,20,30,0.0,0.0,0.0,0.0,-3.0,1.1,74.98,0.0,0.0,0.0
-1999,5,11,21,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,80.45,0.0,0.0,0.0
-1999,5,11,22,30,0.0,0.0,0.0,0.0,-4.0,1.5,84.21000000000002,0.0,0.0,0.0
-1999,5,11,23,30,0.0,0.0,0.0,0.0,-4.0,1.8,80.34,0.0,0.0,0.0
-1999,5,12,0,30,0.0,0.0,0.0,0.0,-5.0,1.9,82.21000000000002,0.0,0.0,0.0
-1999,5,12,1,30,0.0,0.0,0.0,-1.0,-6.0,2.0,78.25,0.0,-1.0,-1.0
-1999,5,12,2,30,0.0,0.0,0.0,-1.0,-6.0,2.0,74.24,0.0,-1.0,-1.0
-1999,5,12,3,30,0.0,0.0,0.0,-1.0,-7.0,2.0,75.5,0.0,-1.0,-1.0
-1999,5,12,4,30,0.0,0.0,0.0,0.0,-8.0,2.1,66.22,0.0,0.0,0.0
-1999,5,12,5,30,370.0,37.0,79.0,2.0,-8.0,2.7,54.5,36.91484792526421,2.9681141732585212,2.8573696294827284
-1999,5,12,6,30,678.0,71.0,276.0,6.0,-7.0,2.8000000000000003,44.77,229.3929566963371,11.976159825496769,11.287980955407757
-1999,5,12,7,30,808.0,94.0,487.0,9.0,-8.0,1.7000000000000002,31.69,465.09617938072415,22.038743561556597,20.643455023414425
-1999,5,12,8,30,872.0,113.0,681.0,11.0,-8.0,1.1,27.95,689.2491613164071,31.116974027664668,29.049226543715445
-1999,5,12,9,30,919.0,121.0,842.0,13.0,-7.0,1.2000000000000002,27.13,878.9165754448297,38.480783624503694,35.84403389816921
-1999,5,12,10,30,962.0,115.0,961.0,15.0,-5.0,1.5,28.34,1019.1044462917956,43.95567024524026,40.898356906364874
-1999,5,12,11,30,979.0,113.0,1019.0,16.0,-4.0,1.6,28.83,1089.8177210193842,46.75789811531475,43.4884449522566
-1999,5,12,12,30,375.0,450.0,796.0,17.0,-4.0,1.5,28.45,813.8346257386788,40.1233679165996,37.68186403938356
-1999,5,12,13,30,529.0,384.0,845.0,17.0,-3.0,1.2000000000000002,27.53,869.2364278135128,42.20014521792683,39.59243593448629
-1999,5,12,14,30,558.0,301.0,734.0,17.0,-3.0,1.0,28.46,748.2448986922586,38.986379008898155,36.74164431282138
-1999,5,12,15,30,291.0,294.0,480.0,17.0,-2.0,0.8,31.14,475.2253250445168,31.153482116909665,29.727806141776114
-1999,5,12,16,30,479.0,159.0,384.0,16.0,-2.0,0.8,33.9,366.591098429951,26.91806408962011,25.818290794330256
-1999,5,12,17,30,274.0,105.0,183.0,13.0,-1.0,1.0,41.35,161.16797701254492,17.7357492618905,17.252245330852865
-1999,5,12,18,30,341.0,30.0,63.0,10.0,0.0,1.5,61.26,29.570309923099597,10.840177026308124,10.751466096538826
-1999,5,12,19,30,0.0,0.0,0.0,8.0,0.0,2.0,66.92,0.0,8.0,8.0
-1999,5,12,20,30,0.0,0.0,0.0,7.0,0.0,2.5,76.9,0.0,7.0,7.0
-1999,5,12,21,30,0.0,0.0,0.0,6.0,0.0,3.2,77.51,0.0,6.0,6.0
-1999,5,12,22,30,0.0,0.0,0.0,6.0,0.0,3.8,76.13,0.0,6.0,6.0
-1999,5,12,23,30,0.0,0.0,0.0,7.0,0.0,4.3,74.95,0.0,7.0,7.0
-1999,5,13,0,30,0.0,0.0,0.0,7.0,0.0,4.7,74.87,0.0,7.0,7.0
-1999,5,13,1,30,0.0,0.0,0.0,7.0,0.0,4.9,75.44,0.0,7.0,7.0
-1999,5,13,2,30,0.0,0.0,0.0,7.0,0.0,4.800000000000002,75.22,0.0,7.0,7.0
-1999,5,13,3,30,0.0,0.0,0.0,7.0,0.0,4.6000000000000005,74.47,0.0,7.0,7.0
-1999,5,13,4,30,0.0,0.0,0.0,7.0,0.0,4.5,73.67,0.0,7.0,7.0
-1999,5,13,5,30,227.0,39.0,65.0,9.0,0.0,4.6000000000000005,60.8,38.9367619975945,9.90103383742447,9.784223551431685
-1999,5,13,6,30,375.0,107.0,222.0,13.0,0.0,4.800000000000002,49.36,193.55918149023466,17.421103603061212,16.84042605859051
-1999,5,13,7,30,826.0,78.0,482.0,16.0,1.0,5.0,42.21,458.5605308636066,26.338567852298077,24.962886259707258
-1999,5,13,8,30,891.0,92.0,674.0,19.0,1.0,5.2,34.03,681.9162886303075,34.17584363924616,32.13009477335524
-1999,5,13,9,30,927.0,103.0,832.0,21.0,1.0,5.2,33.1,868.3231746000155,40.32427329538057,37.71930377158053
-1999,5,13,10,30,944.0,113.0,943.0,22.0,2.0,5.2,30.42,1000.3889072878712,44.26335679109677,41.26219006923316
-1999,5,13,11,30,951.0,117.0,999.0,23.0,2.0,5.300000000000002,29.07,1065.848186018029,46.566789857992774,43.36924529993868
-1999,5,13,12,30,549.0,386.0,894.0,24.0,2.0,5.2,29.16,924.8977070058443,44.58332264215426,41.80862952113672
-1999,5,13,13,30,401.0,421.0,772.0,24.0,2.0,4.9,27.27,785.9776076347582,41.8360665868474,39.47813376394313
-1999,5,13,14,30,518.0,301.0,703.0,23.0,2.0,4.4,28.97,715.881497270257,39.784089425658095,37.63644493384732
-1999,5,13,15,30,343.0,284.0,503.0,22.0,2.0,3.9,31.02,499.2236960205502,34.09449456180063,32.59682347373898
-1999,5,13,16,30,333.0,194.0,352.0,20.0,2.0,3.2,35.56,336.7326497012001,28.543167232091278,27.53296928298768
-1999,5,13,17,30,340.0,99.0,197.0,17.0,3.0,2.5,46.59,169.81972085360064,21.51323313248533,21.003773969924527
-1999,5,13,18,30,0.0,4.0,4.0,13.0,6.0,2.4000000000000004,73.34,3.9095389311788624,13.104596207760611,13.092867590967074
-1999,5,13,19,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,79.55,0.0,11.0,11.0
-1999,5,13,20,30,0.0,0.0,0.0,10.0,5.0,2.0,90.69,0.0,10.0,10.0
-1999,5,13,21,30,0.0,0.0,0.0,9.0,5.0,1.4,97.49,0.0,9.0,9.0
-1999,5,13,22,30,0.0,0.0,0.0,8.0,5.0,1.1,96.97,0.0,8.0,8.0
-1999,5,13,23,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
-1999,5,14,0,30,0.0,0.0,0.0,7.0,4.0,0.7000000000000001,100.0,0.0,7.0,7.0
-1999,5,14,1,30,0.0,0.0,0.0,7.0,4.0,0.5,96.8,0.0,7.0,7.0
-1999,5,14,2,30,0.0,0.0,0.0,7.0,4.0,0.4,100.0,0.0,7.0,7.0
-1999,5,14,3,30,0.0,0.0,0.0,6.0,2.0,0.5,100.0,0.0,6.0,6.0
-1999,5,14,4,30,0.0,0.0,0.0,6.0,2.0,0.6000000000000001,100.0,0.0,6.0,6.0
-1999,5,14,5,30,140.0,46.0,63.0,7.0,4.0,0.9,93.67,45.68201648841314,8.351390893284439,8.2143448438192
-1999,5,14,6,30,18.0,110.0,116.0,10.0,4.0,1.4,84.32000000000002,111.80839225785606,13.198186403100248,12.862761226326679
-1999,5,14,7,30,700.0,117.0,462.0,13.0,4.0,1.9,67.95,438.98823029409516,25.143202368328478,23.82623767744619
-1999,5,14,8,30,786.0,137.0,652.0,15.0,3.0,2.4000000000000004,56.2,656.6054659271597,32.5668903519938,30.59707395421232
-1999,5,14,9,30,314.0,383.0,630.0,16.0,2.0,3.3000000000000003,46.81,634.4729931911309,31.99101538010378,30.087596400530387
-1999,5,14,10,30,446.0,433.0,827.0,17.0,2.0,4.3,42.3,843.7641923306919,36.91221274631214,34.38092016932007
-1999,5,14,11,30,377.0,481.0,832.0,18.0,1.0,5.300000000000002,37.93,847.3651853107552,36.73594900020768,34.19385344427542
-1999,5,14,12,30,210.0,496.0,691.0,19.0,0.0,6.0,32.3,694.2839277919251,33.67257665258541,31.589724869209636
-1999,5,14,13,30,488.0,409.0,836.0,20.0,-1.0,6.4,28.36,855.5903312233346,37.62299824644672,35.056227252776715
-1999,5,14,14,30,181.0,398.0,539.0,19.0,-2.0,6.0,25.51,536.4146763406673,30.336263365928048,28.727019336906046
-1999,5,14,15,30,539.0,224.0,570.0,18.0,-3.0,4.9,25.65,567.5701484233796,30.87978036734412,29.177069922073983
-1999,5,14,16,30,767.0,83.0,447.0,17.0,-3.0,3.5,27.05,420.66265215484003,27.463163121007756,26.201175164543237
-1999,5,14,17,30,664.0,64.0,258.0,15.0,-2.0,1.8,33.49,206.04851476288098,20.7379264670842,20.119780922795556
-1999,5,14,18,30,336.0,33.0,67.0,11.0,2.0,1.2000000000000002,62.12000000000001,32.510002543885506,11.942501670347449,11.844971662715793
-1999,5,14,19,30,0.0,0.0,0.0,8.0,1.0,1.8,72.35000000000002,0.0,8.0,8.0
-1999,5,14,20,30,0.0,0.0,0.0,7.0,1.0,1.9,76.9,0.0,7.0,7.0
-1999,5,14,21,30,0.0,0.0,0.0,6.0,1.0,1.5,84.67,0.0,6.0,6.0
-1999,5,14,22,30,0.0,0.0,0.0,5.0,2.0,1.1,100.0,0.0,5.0,5.0
-1999,5,14,23,30,0.0,0.0,0.0,4.0,2.0,1.0,100.0,0.0,4.0,4.0
-1999,5,15,0,30,0.0,0.0,0.0,3.0,1.0,0.9,100.0,0.0,3.0,3.0
-1999,5,15,1,30,0.0,0.0,0.0,3.0,1.0,1.0,100.0,0.0,3.0,3.0
-1999,5,15,2,30,0.0,0.0,0.0,3.0,1.0,1.2000000000000002,100.0,0.0,3.0,3.0
-1999,5,15,3,30,0.0,0.0,0.0,3.0,1.0,1.4,100.0,0.0,3.0,3.0
-1999,5,15,4,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,99.96,0.0,3.0,3.0
-1999,5,15,5,30,0.0,38.0,38.0,6.0,0.0,2.8000000000000003,80.18,37.14061984619919,6.967589778759968,6.85616791922137
-1999,5,15,6,30,257.0,118.0,198.0,9.0,0.0,4.0,62.74,176.91647641846674,13.25802567005783,12.727276240802428
-1999,5,15,7,30,779.0,97.0,482.0,12.0,0.0,4.4,46.98,456.7180838014165,22.70791351650802,21.33775926510377
-1999,5,15,8,30,832.0,120.0,667.0,15.0,-1.0,4.3,35.66000000000001,671.0362687584993,30.8359611197792,28.822852313503702
-1999,5,15,9,30,725.0,225.0,798.0,17.0,-2.0,4.2,29.17,820.7819839565129,36.497132567548604,34.03478661567907
-1999,5,15,10,30,951.0,118.0,958.0,19.0,-3.0,4.3,24.23,1012.219381487515,42.88763099136168,39.85097284689914
-1999,5,15,11,30,971.0,116.0,1019.0,20.0,-4.0,4.4,22.06,1085.067255888565,45.439777288742846,42.18457552107715
-1999,5,15,12,30,534.0,423.0,919.0,21.0,-4.0,4.5,20.56,946.2122066879381,43.03972307950523,40.20108645944141
-1999,5,15,13,30,602.0,328.0,856.0,22.0,-3.0,4.4,19.52,883.029104075597,42.70292290662243,40.05383559439564
-1999,5,15,14,30,493.0,332.0,716.0,22.0,-3.0,4.1000000000000005,21.35,726.1923127198428,39.36367981388372,37.18510287572419
-1999,5,15,15,30,143.0,312.0,404.0,21.0,-3.0,3.7,23.48,397.52665412512204,30.75824681189557,29.565666849520206
-1999,5,15,16,30,9.0,155.0,160.0,19.0,-2.0,3.1,26.25,155.49231079936723,22.97114664263062,22.50466971023252
-1999,5,15,17,30,0.0,12.0,12.0,16.0,0.0,2.3000000000000003,38.1,11.728616793536586,16.315885999407623,16.280700149027012
-1999,5,15,18,30,0.0,12.0,12.0,13.0,3.0,2.0,62.98,11.728616793536586,13.3222733408887,13.287087490508089
-1999,5,15,19,30,0.0,0.0,0.0,10.0,2.0,2.2,70.37,0.0,10.0,10.0
-1999,5,15,20,30,0.0,0.0,0.0,9.0,2.0,2.5,73.85000000000002,0.0,9.0,9.0
-1999,5,15,21,30,0.0,0.0,0.0,8.0,2.0,2.6,77.93,0.0,8.0,8.0
-1999,5,15,22,30,0.0,0.0,0.0,7.0,2.0,2.3000000000000003,81.93,0.0,7.0,7.0
-1999,5,15,23,30,0.0,0.0,0.0,6.0,1.0,2.1,86.44,0.0,6.0,6.0
-1999,5,16,0,30,0.0,0.0,0.0,5.0,1.0,2.0,92.12,0.0,5.0,5.0
-1999,5,16,1,30,0.0,0.0,0.0,5.0,1.0,1.9,97.13,0.0,5.0,5.0
-1999,5,16,2,30,0.0,0.0,0.0,4.0,1.0,1.7000000000000002,100.0,0.0,4.0,4.0
-1999,5,16,3,30,0.0,0.0,0.0,3.0,1.0,1.3,100.0,0.0,3.0,3.0
-1999,5,16,4,30,0.0,0.0,0.0,3.0,0.0,0.9,98.71,0.0,3.0,3.0
-1999,5,16,5,30,310.0,43.0,81.0,5.0,0.0,0.9,86.11,44.497481973337635,6.316349332523649,6.182856886603636
-1999,5,16,6,30,630.0,78.0,275.0,8.0,0.0,1.5,69.60000000000001,227.87829007850974,14.474673570085919,13.79103869985039
-1999,5,16,7,30,511.0,159.0,413.0,10.0,-2.0,2.0,48.44,393.202249711949,20.804223966926262,19.624617217790416
-1999,5,16,8,30,535.0,235.0,588.0,12.0,-3.0,2.3000000000000003,39.42,586.0283001872315,27.783458403024067,26.025373502462372
-1999,5,16,9,30,904.0,123.0,839.0,14.0,-3.0,2.8000000000000003,37.21,869.689659292767,36.65721004414081,34.04814106626251
-1999,5,16,10,30,376.0,416.0,749.0,15.0,-2.0,3.4000000000000004,36.07,761.2479217381795,34.05990809291116,31.776164327696616
-1999,5,16,11,30,28.0,377.0,403.0,16.0,-2.0,4.0,35.06,396.4951131095023,25.54284419320776,24.353358853879254
-1999,5,16,12,30,0.0,58.0,58.0,16.0,-1.0,4.5,36.68,56.68831450209351,17.320417074139577,17.150352130633298
-1999,5,16,13,30,0.0,39.0,39.0,15.0,0.0,4.6000000000000005,41.69,38.11800457899391,15.882087009261227,15.767732995524245
-1999,5,16,14,30,0.0,30.0,30.0,13.0,0.0,3.7,48.12000000000001,29.32154198384147,13.719767695108123,13.631803069156598
-1999,5,16,15,30,0.0,19.0,19.0,11.0,1.0,1.9,59.37000000000001,18.570309923099597,11.513688103409295,11.457977173639996
-1999,5,16,16,30,0.0,10.0,10.0,9.0,2.0,1.3,70.8,9.773847327947157,9.281456743473152,9.25213520148931
-1999,5,16,17,30,0.0,9.0,9.0,7.0,1.0,2.8000000000000003,80.93,8.796462595152441,7.229166000232624,7.202776612447167
-1999,5,16,18,30,0.0,9.0,9.0,5.0,1.0,4.0,91.34,8.796462595152441,5.211713257544581,5.185323869759124
-1999,5,16,19,30,0.0,0.0,0.0,3.0,1.0,4.1000000000000005,100.0,0.0,3.0,3.0
-1999,5,16,20,30,0.0,0.0,0.0,3.0,0.0,3.6,100.0,0.0,3.0,3.0
-1999,5,16,21,30,0.0,0.0,0.0,2.0,0.0,2.5,100.0,0.0,2.0,2.0
-1999,5,16,22,30,0.0,0.0,0.0,2.0,0.0,1.4,100.0,0.0,2.0,2.0
-1999,5,16,23,30,0.0,0.0,0.0,1.0,0.0,0.8,97.35,0.0,1.0,1.0
-1999,5,17,0,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,94.39,0.0,1.0,1.0
-1999,5,17,1,30,0.0,0.0,0.0,0.0,-1.0,0.8,97.18,0.0,0.0,0.0
-1999,5,17,2,30,0.0,0.0,0.0,0.0,-2.0,0.9,92.44,0.0,0.0,0.0
-1999,5,17,3,30,0.0,0.0,0.0,0.0,-2.0,1.0,94.02,0.0,0.0,0.0
-1999,5,17,4,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,81.97,0.0,0.0,0.0
-1999,5,17,5,30,437.0,37.0,92.0,1.0,-3.0,1.9,75.84,40.22346079619803,2.112653120735227,1.9919827383466329
-1999,5,17,6,30,729.0,63.0,293.0,4.0,-5.0,2.5,59.73,237.78834851079114,10.319609098539608,9.606244053007234
-1999,5,17,7,30,861.0,78.0,507.0,7.0,-6.0,2.5,42.6,477.51379637775796,19.690699738511878,18.258158349378604
-1999,5,17,8,30,933.0,88.0,704.0,10.0,-7.0,2.5,33.44,707.8472822165351,28.81218383107254,26.688641984422937
-1999,5,17,9,30,972.0,96.0,867.0,12.0,-7.0,2.5,29.43,899.8990366685003,35.916269133931934,33.21657202392643
-1999,5,17,10,30,991.0,102.0,980.0,13.0,-6.0,2.5,27.89,1034.5241680303466,40.49414925452919,37.39057675043815
-1999,5,17,11,30,997.0,106.0,1036.0,14.0,-6.0,2.5,26.39,1101.4149533959155,43.2718798222888,39.96763496210106
-1999,5,17,12,30,995.0,105.0,1031.0,15.0,-6.0,2.6,25.09,1095.496206232315,43.92159348521432,40.63510486651738
-1999,5,17,13,30,983.0,102.0,966.0,16.0,-6.0,2.7,23.9,1018.46770929539,42.709930550741916,39.65452742285574
-1999,5,17,14,30,958.0,96.0,845.0,16.0,-6.0,2.8000000000000003,24.21,875.1285243815777,38.79890370164519,36.173518128500454
-1999,5,17,15,30,915.0,87.0,679.0,16.0,-6.0,2.7,25.99,678.570519760372,33.79592155073779,31.760209991456673
-1999,5,17,16,30,843.0,75.0,482.0,15.0,-6.0,2.6,27.87,448.8097598946077,26.848779899029463,25.50235061934564
-1999,5,17,17,30,711.0,58.0,270.0,13.0,-5.0,2.2,32.85,212.9613474406469,18.7740424001885,18.13515835786656
-1999,5,17,18,30,412.0,31.0,76.0,9.0,-1.0,1.6,54.81,30.638155724715453,9.864699898016417,9.772785430842271
-1999,5,17,19,30,0.0,0.0,0.0,6.0,-1.0,1.6,66.93,0.0,6.0,6.0
-1999,5,17,20,30,0.0,0.0,0.0,5.0,-2.0,1.8,69.3,0.0,5.0,5.0
-1999,5,17,21,30,0.0,0.0,0.0,4.0,-2.0,2.0,72.75,0.0,4.0,4.0
-1999,5,17,22,30,0.0,0.0,0.0,4.0,-2.0,2.2,76.49,0.0,4.0,4.0
-1999,5,17,23,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,73.9,0.0,3.0,3.0
-1999,5,18,0,30,0.0,0.0,0.0,3.0,-3.0,2.7,70.93,0.0,3.0,3.0
-1999,5,18,1,30,0.0,0.0,0.0,3.0,-4.0,2.7,69.10000000000001,0.0,3.0,3.0
-1999,5,18,2,30,0.0,0.0,0.0,3.0,-4.0,2.6,73.72,0.0,3.0,3.0
-1999,5,18,3,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,73.67,0.0,3.0,3.0
-1999,5,18,4,30,0.0,0.0,0.0,4.0,-4.0,2.3000000000000003,68.67,0.0,4.0,4.0
-1999,5,18,5,30,481.0,34.0,96.0,7.0,-3.0,2.8000000000000003,59.01,38.30362810479524,7.997888543516477,7.8829776592020915
-1999,5,18,6,30,748.0,57.0,295.0,11.0,-2.0,2.9000000000000004,46.81,237.22854427749593,17.13943191422406,16.42774628139157
-1999,5,18,7,30,867.0,72.0,505.0,15.0,-3.0,1.6,34.96,475.00391121918574,28.406023432973576,26.98101169931602
-1999,5,18,8,30,930.0,83.0,699.0,18.0,-4.0,0.4,24.98,701.3273616875184,39.45944634778035,37.355464262717796
-1999,5,18,9,30,962.0,93.0,858.0,20.0,-4.0,0.30000000000000004,22.34,888.8616127393199,47.382356215977275,44.71577137775932
-1999,5,18,10,30,977.0,102.0,969.0,21.0,-4.0,0.6000000000000001,20.56,1021.3813899025881,51.83289434076408,48.76875017105631
-1999,5,18,11,30,981.0,107.0,1023.0,22.0,-3.0,0.7000000000000001,20.17,1086.3961106756715,54.574828765373674,51.31564043334666
-1999,5,18,12,30,493.0,447.0,907.0,23.0,-3.0,0.5,19.69,928.8694914919015,51.23031045936998,48.443701984894275
-1999,5,18,13,30,474.0,416.0,834.0,24.0,-2.0,0.30000000000000004,20.27,849.7139705759187,50.176370191414605,47.62722827968685
-1999,5,18,14,30,446.0,338.0,688.0,23.0,-2.0,0.1,20.56,694.2648381666233,44.67934389854062,42.596549384040756
-1999,5,18,15,30,584.0,213.0,592.0,23.0,-2.0,0.30000000000000004,21.99,587.3783671060992,41.094834393951096,39.332699292632796
-1999,5,18,16,30,621.0,123.0,424.0,22.0,-2.0,0.9,23.75,397.41095203480734,33.75643245975269,32.56419960364826
-1999,5,18,17,30,631.0,72.0,261.0,19.0,0.0,1.4,30.73,209.83955980796924,25.00228671084602,24.372768031422112
-1999,5,18,18,30,304.0,38.0,72.0,15.0,4.0,1.9,56.73,37.39692620785908,16.03446610081379,15.922275322190215
-1999,5,18,19,30,0.0,0.0,0.0,13.0,2.0,2.0,57.78,0.0,13.0,13.0
-1999,5,18,20,30,0.0,0.0,0.0,12.0,2.0,1.5,61.02,0.0,12.0,12.0
-1999,5,18,21,30,0.0,0.0,0.0,11.0,3.0,1.3,71.98,0.0,11.0,11.0
-1999,5,18,22,30,0.0,0.0,0.0,10.0,2.0,1.4,74.44,0.0,10.0,10.0
-1999,5,18,23,30,0.0,0.0,0.0,9.0,1.0,1.6,72.48,0.0,9.0,9.0
-1999,5,19,0,30,0.0,0.0,0.0,8.0,0.0,1.7000000000000002,66.22,0.0,8.0,8.0
-1999,5,19,1,30,0.0,0.0,0.0,7.0,0.0,1.9,66.43,0.0,7.0,7.0
-1999,5,19,2,30,0.0,0.0,0.0,7.0,-1.0,2.1,63.77,0.0,7.0,7.0
-1999,5,19,3,30,0.0,0.0,0.0,6.0,-1.0,2.1,65.89,0.0,6.0,6.0
-1999,5,19,4,30,0.0,0.0,0.0,7.0,-2.0,2.0,59.1,0.0,7.0,7.0
-1999,5,19,5,30,425.0,39.0,94.0,10.0,-1.0,2.3000000000000003,51.51,43.09667223135485,11.160719598789049,11.031429582094985
-1999,5,19,6,30,703.0,67.0,291.0,15.0,0.0,2.9000000000000004,39.85,236.69461460333602,21.125613910612934,20.415530066802926
-1999,5,19,7,30,824.0,86.0,500.0,19.0,-1.0,2.5,28.06,469.1137980831602,31.46745622812664,30.060114833877158
-1999,5,19,8,30,888.0,101.0,691.0,22.0,-3.0,2.1,19.93,691.2172707883315,40.866518660150454,38.79286684778546
-1999,5,19,9,30,922.0,113.0,847.0,23.0,-3.0,2.7,19.3,875.365903840693,45.95699930854761,43.33090159702553
-1999,5,19,10,30,505.0,407.0,857.0,24.0,-2.0,3.5,19.71,874.232388355766,45.74482578421917,43.122128619151866
-1999,5,19,11,30,20.0,310.0,328.0,25.0,-1.0,4.3,20.07,323.0006336662142,32.62257677348148,31.653574872482835
-1999,5,19,12,30,4.0,124.0,128.0,25.0,0.0,4.6000000000000005,21.49,125.18959563700453,27.89700673541874,27.521437948507725
-1999,5,19,13,30,214.0,464.0,653.0,24.0,0.0,4.6000000000000005,24.26,653.603830171304,39.125016489326036,37.164204998812124
-1999,5,19,14,30,401.0,344.0,660.0,23.0,1.0,4.1000000000000005,27.53,663.5688560157607,38.86631660581601,36.87561003776873
-1999,5,19,15,30,4.0,135.0,138.0,22.0,2.0,3.0,31.03,134.54970327371984,25.459119858113983,25.055470748292823
-1999,5,19,16,30,57.0,203.0,231.0,21.0,3.0,1.7000000000000002,34.56,223.9069385228342,27.2771213406649,26.605400525096396
-1999,5,19,17,30,0.0,5.0,5.0,19.0,6.0,1.1,53.28,4.886923663973579,19.142633639532576,19.127972868540656
-1999,5,19,18,30,0.0,33.0,33.0,16.0,8.0,1.3,69.07000000000001,32.25369618222562,16.9288072534614,16.832046164914722
-1999,5,19,19,30,0.0,0.0,0.0,14.0,6.0,1.5,70.88,0.0,14.0,14.0
-1999,5,19,20,30,0.0,0.0,0.0,13.0,6.0,1.5,73.32000000000002,0.0,13.0,13.0
-1999,5,19,21,30,0.0,0.0,0.0,12.0,5.0,1.2000000000000002,79.62,0.0,12.0,12.0
-1999,5,19,22,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,81.74,0.0,11.0,11.0
-1999,5,19,23,30,0.0,0.0,0.0,10.0,4.0,1.7000000000000002,86.02,0.0,10.0,10.0
-1999,5,20,0,30,0.0,0.0,0.0,9.0,4.0,2.4000000000000004,85.52,0.0,9.0,9.0
-1999,5,20,1,30,0.0,0.0,0.0,9.0,4.0,2.7,86.41,0.0,9.0,9.0
-1999,5,20,2,30,0.0,0.0,0.0,9.0,5.0,2.5,93.61,0.0,9.0,9.0
-1999,5,20,3,30,0.0,0.0,0.0,8.0,5.0,2.4000000000000004,94.19,0.0,8.0,8.0
-1999,5,20,4,30,0.0,0.0,0.0,8.0,5.0,2.8000000000000003,94.71,0.0,8.0,8.0
-1999,5,20,5,30,193.0,54.0,80.0,8.0,5.0,3.4000000000000004,95.91,55.25929460229142,9.383566439162013,9.217788555355138
-1999,5,20,6,30,43.0,123.0,137.0,10.0,5.0,3.6,86.39,130.7274641468018,13.230225391332283,12.838042998891877
-1999,5,20,7,30,29.0,192.0,207.0,12.0,5.0,3.6,78.98,201.2280572178327,16.97226794779382,16.368583776140323
-1999,5,20,8,30,66.0,302.0,346.0,14.0,4.0,3.5,64.58,339.22718148835463,22.43761459880179,21.419933054336727
-1999,5,20,9,30,160.0,409.0,537.0,15.0,4.0,3.4000000000000004,54.96,532.5128118542647,28.332903726114605,26.73536529055181
-1999,5,20,10,30,421.0,441.0,816.0,17.0,4.0,3.4000000000000004,51.12000000000001,828.2125197119848,37.73654857548242,35.25191101634647
-1999,5,20,11,30,18.0,272.0,289.0,18.0,4.0,3.6,48.19,283.86442187225305,25.014180755452553,24.162587489835794
-1999,5,20,12,30,373.0,459.0,808.0,18.0,4.0,3.7,46.08,820.8801207947984,38.15047478847298,35.687834426088585
-1999,5,20,13,30,206.0,444.0,626.0,18.0,4.0,3.8,46.78,626.6104951751607,33.28077515777696,31.400943672251472
-1999,5,20,14,30,200.0,401.0,559.0,17.0,4.0,3.7,50.16,555.2742557950389,30.63054069484896,28.964717927463845
-1999,5,20,15,30,170.0,316.0,427.0,16.0,4.0,3.5,54.12000000000001,419.45337774379226,26.433084778288148,25.17472464505677
-1999,5,20,16,30,77.0,219.0,257.0,15.0,5.0,3.2,62.51,248.56399162051918,21.306260323062048,20.56056834820049
-1999,5,20,17,30,0.0,30.0,30.0,14.0,5.0,2.8000000000000003,68.1,29.32154198384147,14.76388666744208,14.675922041490555
-1999,5,20,18,30,0.0,24.0,24.0,12.0,5.0,2.2,75.97,23.457233587073173,12.635998329981616,12.565626629220397
-1999,5,20,19,30,0.0,0.0,0.0,10.0,6.0,1.7000000000000002,90.09,0.0,10.0,10.0
-1999,5,20,20,30,0.0,0.0,0.0,10.0,6.0,1.4,96.57,0.0,10.0,10.0
-1999,5,20,21,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
-1999,5,20,22,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,5,20,23,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
-1999,5,21,0,30,0.0,0.0,0.0,7.0,4.0,1.6,100.0,0.0,7.0,7.0
-1999,5,21,1,30,0.0,0.0,0.0,7.0,4.0,2.0,100.0,0.0,7.0,7.0
-1999,5,21,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,5,21,3,30,0.0,0.0,0.0,6.0,4.0,2.9000000000000004,100.0,0.0,6.0,6.0
-1999,5,21,4,30,0.0,0.0,0.0,7.0,4.0,3.6,100.0,0.0,7.0,7.0
-1999,5,21,5,30,266.0,51.0,87.0,9.0,4.0,4.6000000000000005,92.47,53.54091343970274,10.23898784133018,10.078365101011073
-1999,5,21,6,30,572.0,91.0,276.0,13.0,5.0,5.1000000000000005,72.84,229.15313960075713,18.132951254003046,17.445491835200777
-1999,5,21,7,30,733.0,113.0,483.0,17.0,5.0,4.800000000000002,51.78,453.7155700617934,27.3633603227774,26.00221361259202
-1999,5,21,8,30,819.0,129.0,675.0,20.0,2.0,3.8,36.49,672.9826913318348,36.41162615452635,34.39267808053085
-1999,5,21,9,30,866.0,141.0,833.0,22.0,1.0,2.8000000000000003,29.18,856.4396546141194,44.312020083696645,41.74270111985429
-1999,5,21,10,30,892.0,148.0,943.0,24.0,0.0,2.2,26.3,986.174274056789,50.73824213084494,47.77971930867457
-1999,5,21,11,30,448.0,476.0,897.0,25.0,0.0,2.1,24.54,913.5922102251469,49.93616003304268,47.19538340236724
-1999,5,21,12,30,409.0,491.0,874.0,25.0,0.0,2.3000000000000003,23.17,888.0964885096065,48.91903937025689,46.25474990472807
-1999,5,21,13,30,406.0,432.0,791.0,25.0,0.0,2.7,23.34,801.9913158287588,46.032706439857705,43.62673249237143
-1999,5,21,14,30,33.0,326.0,353.0,24.0,1.0,3.0,25.47,345.5983279989926,32.88493999039389,31.84814500639691
-1999,5,21,15,30,327.0,294.0,508.0,23.0,1.0,3.3000000000000003,28.32,500.30376214702267,35.6094652429229,34.108553956481835
-1999,5,21,16,30,219.0,216.0,323.0,21.0,3.0,3.2,35.68,309.4808516051814,28.8517680799269,27.923325525111355
-1999,5,21,17,30,387.0,114.0,233.0,19.0,5.0,3.0,47.45,198.40938329880836,24.100879608844952,23.505651458948527
-1999,5,21,18,30,200.0,47.0,71.0,17.0,7.0,2.9000000000000004,61.12000000000001,46.11800457899391,18.193525635774286,18.055171622037303
-1999,5,21,19,30,0.0,0.0,0.0,15.0,6.0,2.9000000000000004,65.17,0.0,15.0,15.0
-1999,5,21,20,30,0.0,0.0,0.0,14.0,6.0,2.6,72.63,0.0,14.0,14.0
-1999,5,21,21,30,0.0,0.0,0.0,12.0,5.0,2.2,75.17,0.0,12.0,12.0
-1999,5,21,22,30,0.0,0.0,0.0,11.0,5.0,1.9,76.7,0.0,11.0,11.0
-1999,5,21,23,30,0.0,0.0,0.0,10.0,4.0,1.8,77.51,0.0,10.0,10.0
-1999,5,22,0,30,0.0,0.0,0.0,10.0,3.0,2.0,72.94,0.0,10.0,10.0
-1999,5,22,1,30,0.0,0.0,0.0,10.0,2.0,2.1,69.35000000000001,0.0,10.0,10.0
-1999,5,22,2,30,0.0,0.0,0.0,10.0,1.0,2.1,70.42,0.0,10.0,10.0
-1999,5,22,3,30,0.0,0.0,0.0,9.0,1.0,2.0,65.99,0.0,9.0,9.0
-1999,5,22,4,30,0.0,0.0,0.0,9.0,0.0,1.9,62.87000000000001,0.0,9.0,9.0
-1999,5,22,5,30,373.0,43.0,94.0,12.0,1.0,2.4000000000000004,54.81,47.57157039558531,13.272734700481625,13.130019989294869
-1999,5,22,6,30,648.0,75.0,286.0,16.0,1.0,2.6,44.12,232.59569317107517,22.14063110947818,21.442844029964952
-1999,5,22,7,30,785.0,95.0,492.0,19.0,1.0,1.9,34.44,460.80364727006685,31.746655957303332,30.364245015493132
-1999,5,22,8,30,864.0,107.0,684.0,22.0,0.0,1.2000000000000002,27.55,681.7014485729422,41.76329448424224,39.71819013852341
-1999,5,22,9,30,910.0,115.0,843.0,24.0,0.0,0.9,24.26,867.5746537593812,49.66507734246376,47.062353381185616
-1999,5,22,10,30,417.0,443.0,815.0,25.0,0.0,1.0,22.87,826.3633490695894,49.28180642923289,46.802716382024116
-1999,5,22,11,30,20.0,322.0,341.0,26.0,0.0,1.3,21.58,334.73418380644216,35.639315015072214,34.63511246365289
-1999,5,22,12,30,472.0,462.0,905.0,25.0,0.0,1.9,23.29,922.6437592519712,50.521982388835646,47.75405111107973
-1999,5,22,13,30,237.0,462.0,672.0,24.0,1.0,2.8000000000000003,25.92,673.2770126226424,41.540255342679245,39.52042430481132
-1999,5,22,14,30,0.0,42.0,42.0,23.0,2.0,3.8,29.33,41.05015877737806,24.0010656560944,23.877915179762265
-1999,5,22,15,30,59.0,291.0,330.0,22.0,3.0,4.1000000000000005,35.94,322.88219991835706,29.72030086078265,28.75165426102758
-1999,5,22,16,30,66.0,209.0,241.0,20.0,4.0,4.0,41.06,233.97746744386214,25.631369574841315,24.92943717250973
-1999,5,22,17,30,122.0,124.0,162.0,17.0,6.0,3.9,55.5,148.77212262898695,20.60424323289684,20.15792686500988
-1999,5,22,18,30,0.0,29.0,29.0,14.0,8.0,3.8,76.88,28.344157251046756,14.691212000636607,14.606179528883468
-1999,5,22,19,30,0.0,0.0,0.0,12.0,9.0,3.8,94.7,0.0,12.0,12.0
-1999,5,22,20,30,0.0,0.0,0.0,11.0,9.0,3.5,100.0,0.0,11.0,11.0
-1999,5,22,21,30,0.0,0.0,0.0,11.0,9.0,2.6,100.0,0.0,11.0,11.0
-1999,5,22,22,30,0.0,0.0,0.0,11.0,8.0,1.8,100.0,0.0,11.0,11.0
-1999,5,22,23,30,0.0,0.0,0.0,10.0,8.0,1.1,100.0,0.0,10.0,10.0
-1999,5,23,0,30,0.0,0.0,0.0,10.0,8.0,0.5,100.0,0.0,10.0,10.0
-1999,5,23,1,30,0.0,0.0,0.0,10.0,7.0,0.30000000000000004,100.0,0.0,10.0,10.0
-1999,5,23,2,30,0.0,0.0,0.0,9.0,6.0,0.30000000000000004,100.0,0.0,9.0,9.0
-1999,5,23,3,30,0.0,0.0,0.0,8.0,6.0,0.4,100.0,0.0,8.0,8.0
-1999,5,23,4,30,0.0,0.0,0.0,8.0,6.0,0.5,100.0,0.0,8.0,8.0
-1999,5,23,5,30,315.0,49.0,92.0,10.0,7.0,0.4,95.29,52.85615173255744,11.617309995614193,11.45874154041652
-1999,5,23,6,30,0.0,74.0,74.0,12.0,7.0,0.6000000000000001,84.77,72.32647022680895,14.183351328494739,13.966371917814312
-1999,5,23,7,30,7.0,156.0,160.0,15.0,7.0,1.4,67.45,155.75909294699966,19.455359773651697,18.988082494810698
-1999,5,23,8,30,72.0,307.0,355.0,18.0,5.0,2.2,54.0,348.1604174146138,27.4397083620049,26.39522710976106
-1999,5,23,9,30,65.0,378.0,430.0,19.0,5.0,2.5,47.53,423.3923302532248,30.25233443638951,28.982157445629838
-1999,5,23,10,30,40.0,396.0,432.0,20.0,6.0,2.6,45.38,424.77809630513843,31.214333151378504,29.93999886246309
-1999,5,23,11,30,216.0,500.0,704.0,21.0,6.0,2.7,43.52,704.8433704182107,39.48494292081772,37.37041280956309
-1999,5,23,12,30,40.0,419.0,456.0,22.0,6.0,2.8000000000000003,41.58,449.44350446183455,33.70893062227216,32.36060010888666
-1999,5,23,13,30,10.0,162.0,172.0,22.0,6.0,2.9000000000000004,42.02,167.70204679356158,26.340098706506115,25.83699256612543
-1999,5,23,14,30,184.0,404.0,550.0,22.0,6.0,3.0,44.67,545.3516498878907,36.020370732031814,34.38431578236814
-1999,5,23,15,30,0.0,56.0,56.0,21.0,6.0,3.2,47.16,54.733545036504076,22.38863228400031,22.224431648890796
-1999,5,23,16,30,0.0,42.0,42.0,20.0,6.0,3.1,49.96,41.05015877737806,21.048387533571226,20.92523705723909
-1999,5,23,17,30,0.0,92.0,92.0,18.0,6.0,2.4000000000000004,57.5,89.91939541711383,20.405712778494056,20.135954592242715
-1999,5,23,18,30,0.0,18.0,18.0,15.0,8.0,1.7000000000000002,73.44,17.592925190304882,15.493209039815092,15.440430264244178
-1999,5,23,19,30,0.0,0.0,0.0,13.0,8.0,1.6,83.7,0.0,13.0,13.0
-1999,5,23,20,30,0.0,0.0,0.0,13.0,8.0,1.6,83.09,0.0,13.0,13.0
-1999,5,23,21,30,0.0,0.0,0.0,12.0,8.0,1.5,89.08,0.0,12.0,12.0
-1999,5,23,22,30,0.0,0.0,0.0,12.0,8.0,1.4,88.41,0.0,12.0,12.0
-1999,5,23,23,30,0.0,0.0,0.0,11.0,7.0,1.4,93.13,0.0,11.0,11.0
-1999,5,24,0,30,0.0,0.0,0.0,11.0,7.0,1.3,98.18,0.0,11.0,11.0
-1999,5,24,1,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,96.33,0.0,10.0,10.0
-1999,5,24,2,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.04,0.0,10.0,10.0
-1999,5,24,3,30,0.0,0.0,0.0,9.0,6.0,1.5,97.97,0.0,9.0,9.0
-1999,5,24,4,30,0.0,0.0,0.0,10.0,6.0,2.4000000000000004,94.82,0.0,10.0,10.0
-1999,5,24,5,30,176.0,48.0,72.0,12.0,6.0,3.3000000000000003,81.73,49.83434049682966,13.256005714812309,13.10650269332182
-1999,5,24,6,30,560.0,90.0,274.0,14.0,6.0,3.6,68.75,226.2950537125598,19.59166379617329,18.91277863503561
-1999,5,24,7,30,153.0,230.0,308.0,16.0,6.0,3.8,61.34,296.6201622564508,23.23349838792138,22.34363790115203
-1999,5,24,8,30,728.0,164.0,653.0,17.0,6.0,3.8,57.67,646.7711305805101,32.77242050849989,30.83210711675836
-1999,5,24,9,30,518.0,334.0,749.0,18.0,6.0,3.7,54.5,756.2997729980609,36.565194992868975,34.296295673874795
-1999,5,24,10,30,0.0,101.0,101.0,19.0,6.0,3.5,54.91,98.71585801226628,21.45536445824621,21.15921688420941
-1999,5,24,11,30,0.0,65.0,65.0,19.0,7.0,3.2,52.18,63.53000763165652,20.611805329643218,20.42121530674825
-1999,5,24,12,30,31.0,395.0,425.0,19.0,7.0,2.9000000000000004,56.57,417.0145101340187,29.79226026534353,28.54121673494147
-1999,5,24,13,30,784.0,201.0,898.0,18.0,7.0,2.8000000000000003,57.92,930.1996826763414,42.23362100284119,39.44302195481217
-1999,5,24,14,30,515.0,303.0,711.0,17.0,8.0,2.8000000000000003,63.42,717.5443287093078,35.693510262924676,33.54087727679675
-1999,5,24,15,30,144.0,319.0,414.0,16.0,8.0,2.9000000000000004,73.85000000000002,405.84691056384224,26.503244803838967,25.28570407214744
-1999,5,24,16,30,0.0,106.0,106.0,15.0,8.0,2.7,81.22,103.60278167623987,17.717045497054098,17.40623715202538
-1999,5,24,17,30,0.0,10.0,10.0,13.0,9.0,2.3000000000000003,90.11,9.773847327947157,13.263238332839686,13.233916790855844
-1999,5,24,18,30,0.0,5.0,5.0,12.0,9.0,2.0,99.65,4.886923663973579,12.134280558703624,12.119619787711704
-1999,5,24,19,30,0.0,0.0,0.0,11.0,9.0,1.8,100.0,0.0,11.0,11.0
-1999,5,24,20,30,0.0,0.0,0.0,11.0,9.0,1.4,100.0,0.0,11.0,11.0
-1999,5,24,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
-1999,5,24,22,30,0.0,0.0,0.0,11.0,8.0,0.4,100.0,0.0,11.0,11.0
-1999,5,24,23,30,0.0,0.0,0.0,10.0,8.0,0.4,100.0,0.0,10.0,10.0
-1999,5,25,0,30,0.0,0.0,0.0,10.0,8.0,0.7000000000000001,100.0,0.0,10.0,10.0
-1999,5,25,1,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
-1999,5,25,2,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
-1999,5,25,3,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
-1999,5,25,4,30,0.0,0.0,0.0,8.0,4.0,1.1,100.0,0.0,8.0,8.0
-1999,5,25,5,30,0.0,5.0,5.0,8.0,4.0,1.7000000000000002,100.0,4.886923663973579,8.137002511059746,8.122341740067826
-1999,5,25,6,30,0.0,16.0,16.0,8.0,6.0,2.1,100.0,15.63815572471545,8.426837651863346,8.3799231846892
-1999,5,25,7,30,0.0,43.0,43.0,9.0,5.0,2.1,99.86,42.02754351017277,10.147126189382746,10.021043558852227
-1999,5,25,8,30,0.0,54.0,54.0,9.0,5.0,1.7000000000000002,91.07,52.77877557091465,10.479627119445276,10.321290792732531
-1999,5,25,9,30,1.0,115.0,116.0,11.0,5.0,1.1,84.7,113.23050762076888,14.304835622281766,13.96514409941946
-1999,5,25,10,30,20.0,308.0,326.0,12.0,5.0,0.4,79.56,319.8968961686558,21.7883109303404,20.828620241834432
-1999,5,25,11,30,14.0,202.0,216.0,13.0,5.0,0.2,73.32000000000002,211.44474294779448,19.55804873024673,18.923714501403346
-1999,5,25,12,30,21.0,330.0,350.0,13.0,5.0,0.4,67.21000000000001,343.4989614929085,23.510494723802996,22.47999783932427
-1999,5,25,13,30,122.0,464.0,573.0,13.0,4.0,0.5,65.77,567.7105295584713,30.253924956398155,28.55079336772274
-1999,5,25,14,30,0.0,50.0,50.0,14.0,4.0,0.5,64.4,48.86923663973578,15.485239567978843,15.338631858059635
-1999,5,25,15,30,348.0,292.0,522.0,14.0,4.0,0.5,62.82,512.9418389658139,29.58938849239978,28.050562975502338
-1999,5,25,16,30,431.0,183.0,398.0,13.0,3.0,0.7000000000000001,61.23,374.0972699813032,24.217045414177413,23.094753604233503
-1999,5,25,17,30,98.0,127.0,158.0,12.0,3.0,0.8,64.22,146.6451998247989,16.367486545580267,15.92755094610587
-1999,5,25,18,30,341.0,42.0,86.0,11.0,5.0,0.8,81.98,41.38184936305556,12.23246223224697,12.108316684157803
-1999,5,25,19,30,0.0,0.0,0.0,9.0,4.0,1.0,90.68,0.0,9.0,9.0
-1999,5,25,20,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,93.78,0.0,8.0,8.0
-1999,5,25,21,30,0.0,0.0,0.0,7.0,3.0,1.5,98.64,0.0,7.0,7.0
-1999,5,25,22,30,0.0,0.0,0.0,6.0,3.0,1.6,96.67,0.0,6.0,6.0
-1999,5,25,23,30,0.0,0.0,0.0,6.0,3.0,1.6,94.12,0.0,6.0,6.0
-1999,5,26,0,30,0.0,0.0,0.0,6.0,2.0,1.6,91.99,0.0,6.0,6.0
-1999,5,26,1,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,90.72,0.0,6.0,6.0
-1999,5,26,2,30,0.0,0.0,0.0,6.0,2.0,1.9,90.45,0.0,6.0,6.0
-1999,5,26,3,30,0.0,0.0,0.0,6.0,2.0,2.0,96.74,0.0,6.0,6.0
-1999,5,26,4,30,0.0,0.0,0.0,6.0,2.0,2.2,90.45,0.0,6.0,6.0
-1999,5,26,5,30,397.0,38.0,95.0,9.0,3.0,2.5,82.32000000000002,44.32994407865436,10.17813980244075,10.045149970204788
-1999,5,26,6,30,598.0,76.0,273.0,12.0,3.0,2.4000000000000004,66.04,222.56054828696966,17.95440786182937,17.28672621696846
-1999,5,26,7,30,814.0,85.0,502.0,15.0,4.0,2.0,54.88,465.573269292904,27.792800341655184,26.396080533776473
-1999,5,26,8,30,885.0,97.0,692.0,17.0,3.0,2.5,45.99,686.2740994049286,35.23884168359344,33.18001938537866
-1999,5,26,9,30,924.0,106.0,849.0,18.0,3.0,2.9000000000000004,42.7,870.2341266025402,40.52150214883463,37.91079976902701
-1999,5,26,10,30,945.0,113.0,960.0,19.0,3.0,3.2,40.37,1001.5309366872888,44.409612901585035,41.40502009152317
-1999,5,26,11,30,952.0,117.0,1016.0,20.0,3.0,3.2,38.59,1066.734379240741,47.06387456684527,43.86367142912305
-1999,5,26,12,30,949.0,119.0,1012.0,21.0,3.0,3.1,39.07,1063.5051539887522,48.161053173440806,44.97053771147455
-1999,5,26,13,30,934.0,118.0,950.0,21.0,4.0,2.9000000000000004,39.46,989.7851468787889,46.61546097869402,43.646105538057654
-1999,5,26,14,30,904.0,113.0,833.0,20.0,3.0,2.8000000000000003,39.44,850.8765663221149,42.16709015544092,39.614460456474575
-1999,5,26,15,30,576.0,222.0,603.0,19.0,3.0,2.7,41.71,593.9890378603465,34.5777211239501,32.79575401036906
-1999,5,26,16,30,75.0,216.0,253.0,18.0,3.0,2.4000000000000004,44.48,245.1566638599811,24.558946668236608,23.823476676656664
-1999,5,26,17,30,35.0,119.0,130.0,17.0,4.0,1.6,51.8,124.39318368022732,20.510745692680853,20.13756614164017
-1999,5,26,18,30,0.0,38.0,38.0,14.0,7.0,0.8,73.53,37.14061984619919,15.106147065615406,14.99472520607681
-1999,5,26,19,30,0.0,0.0,0.0,12.0,7.0,0.6000000000000001,82.49,0.0,12.0,12.0
-1999,5,26,20,30,0.0,0.0,0.0,11.0,6.0,0.7000000000000001,84.98,0.0,11.0,11.0
-1999,5,26,21,30,0.0,0.0,0.0,10.0,6.0,0.9,91.09,0.0,10.0,10.0
-1999,5,26,22,30,0.0,0.0,0.0,10.0,6.0,1.2000000000000002,92.13,0.0,10.0,10.0
-1999,5,26,23,30,0.0,0.0,0.0,10.0,6.0,1.5,98.23,0.0,10.0,10.0
-1999,5,27,0,30,0.0,0.0,0.0,10.0,6.0,1.8,98.76,0.0,10.0,10.0
-1999,5,27,1,30,0.0,0.0,0.0,10.0,6.0,2.2,99.9,0.0,10.0,10.0
-1999,5,27,2,30,0.0,0.0,0.0,10.0,7.0,2.6,100.0,0.0,10.0,10.0
-1999,5,27,3,30,0.0,0.0,0.0,9.0,7.0,2.6,100.0,0.0,9.0,9.0
-1999,5,27,4,30,0.0,0.0,0.0,9.0,7.0,2.7,100.0,0.0,9.0,9.0
-1999,5,27,5,30,0.0,20.0,20.0,9.0,7.0,2.8000000000000003,100.0,19.547694655894315,9.50925777829472,9.450614694327037
-1999,5,27,6,30,0.0,81.0,81.0,10.0,7.0,2.6,96.43,79.16816335637198,12.09007518651185,11.852570696442735
-1999,5,27,7,30,0.0,90.0,90.0,12.0,7.0,1.9,91.31,87.96462595152441,14.433259437201926,14.169365559347353
-1999,5,27,8,30,0.0,94.0,94.0,13.0,7.0,1.4,79.09,91.87416488270327,15.627984348852902,15.352361854204792
-1999,5,27,9,30,0.0,92.0,92.0,14.0,6.0,1.4,71.4,89.91939541711383,16.57206978823901,16.302311601987668
-1999,5,27,10,30,378.0,421.0,760.0,15.0,6.0,1.6,64.97,767.8534822746678,36.67110950737953,34.36754906055553
-1999,5,27,11,30,369.0,462.0,811.0,16.0,6.0,1.9,59.92,820.6583977371679,38.70088424082442,36.23890904761292
-1999,5,27,12,30,58.0,429.0,484.0,16.0,6.0,2.1,59.56,477.1905426216721,29.024738613014232,27.593166985149217
-1999,5,27,13,30,0.0,67.0,67.0,15.0,6.0,2.0,63.56,65.48477709724594,16.79935948662856,16.602905155336824
-1999,5,27,14,30,0.0,27.0,27.0,14.0,6.0,1.8,68.26,26.389387785457323,14.734877253537,14.655709090180629
-1999,5,27,15,30,0.0,116.0,117.0,13.0,6.0,1.4,74.05,113.38416742658879,16.2432601459313,15.903107643651532
-1999,5,27,16,30,0.0,8.0,8.0,12.0,6.0,1.0,80.77,7.819077862357725,12.22975527087768,12.206298037290606
-1999,5,27,17,30,194.0,127.0,189.0,11.0,7.0,0.7000000000000001,88.23,169.18434412271787,16.072874419765725,15.565321387397573
-1999,5,27,18,30,32.0,49.0,53.0,10.0,7.0,0.6000000000000001,96.06,47.98409927664473,11.448517348817784,11.30456505098785
-1999,5,27,19,30,0.0,0.0,0.0,9.0,7.0,0.8,100.0,0.0,9.0,9.0
-1999,5,27,20,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
-1999,5,27,21,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,5,27,22,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
-1999,5,27,23,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,5,28,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,5,28,1,30,0.0,0.0,0.0,6.0,4.0,1.5,100.0,0.0,6.0,6.0
-1999,5,28,2,30,0.0,0.0,0.0,6.0,4.0,1.6,100.0,0.0,6.0,6.0
-1999,5,28,3,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,100.0,0.0,6.0,6.0
-1999,5,28,4,30,0.0,0.0,0.0,7.0,3.0,1.9,99.55,0.0,7.0,7.0
-1999,5,28,5,30,352.0,49.0,100.0,9.0,4.0,2.5,84.85000000000002,54.69253562067656,10.45354239555999,10.28946478869796
-1999,5,28,6,30,631.0,81.0,291.0,12.0,5.0,2.8000000000000003,72.84,236.0853814401104,18.150511298466544,17.442255154146213
-1999,5,28,7,30,774.0,99.0,497.0,15.0,4.0,2.7,57.36,460.66792173030586,27.08129436414207,25.699290598951155
-1999,5,28,8,30,856.0,110.0,688.0,18.0,3.0,2.8000000000000003,42.34,679.5468125130571,35.70359656622257,33.6649561286834
-1999,5,28,9,30,905.0,117.0,847.0,20.0,2.0,3.0,37.4,864.9792945396713,42.237633988034275,39.642696104415265
-1999,5,28,10,30,934.0,122.0,960.0,21.0,1.0,3.1,34.13,999.6398784493787,46.52998618861666,43.53106655326852
-1999,5,28,11,30,946.0,123.0,1017.0,22.0,1.0,3.2,31.82,1066.3623908346012,49.05443693385996,45.85534976135616
-1999,5,28,12,30,945.0,123.0,1014.0,23.0,1.0,3.2,30.09,1063.4187199871299,49.97975373236912,46.78949757240773
-1999,5,28,13,30,931.0,120.0,951.0,23.0,2.0,3.1,28.72,989.263378599975,48.26497885592362,45.2971887201237
-1999,5,28,14,30,901.0,115.0,834.0,22.0,2.0,2.9000000000000004,31.05,851.110430558427,44.026584346389185,41.47325305471391
-1999,5,28,15,30,852.0,106.0,673.0,22.0,2.0,2.6,33.6,662.4275745744006,39.488386464730944,37.50110374100774
-1999,5,28,16,30,776.0,92.0,482.0,21.0,2.0,2.3000000000000003,36.4,443.6637953900831,32.94916535128064,31.618173965110394
-1999,5,28,17,30,641.0,73.0,279.0,19.0,3.0,1.6,43.31,221.01444089039802,25.237685003471515,24.574641680800323
-1999,5,28,18,30,368.0,42.0,92.0,16.0,7.0,1.2000000000000002,68.41,42.67814728869687,17.2372876640853,17.10925322221921
-1999,5,28,19,30,0.0,0.0,0.0,14.0,6.0,1.5,72.58,0.0,14.0,14.0
-1999,5,28,20,30,0.0,0.0,0.0,12.0,5.0,1.9,74.15,0.0,12.0,12.0
-1999,5,28,21,30,0.0,0.0,0.0,12.0,5.0,2.2,78.56,0.0,12.0,12.0
-1999,5,28,22,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,83.17,0.0,11.0,11.0
-1999,5,28,23,30,0.0,0.0,0.0,10.0,5.0,2.3000000000000003,81.54,0.0,10.0,10.0
-1999,5,29,0,30,0.0,0.0,0.0,10.0,4.0,2.2,85.15,0.0,10.0,10.0
-1999,5,29,1,30,0.0,0.0,0.0,9.0,4.0,2.2,82.83,0.0,9.0,9.0
-1999,5,29,2,30,0.0,0.0,0.0,8.0,3.0,2.2,86.54,0.0,8.0,8.0
-1999,5,29,3,30,0.0,0.0,0.0,8.0,3.0,2.3000000000000003,84.55,0.0,8.0,8.0
-1999,5,29,4,30,0.0,0.0,0.0,9.0,3.0,2.5,76.87,0.0,9.0,9.0
-1999,5,29,5,30,443.0,41.0,107.0,12.0,4.0,3.2,66.52,48.86786930773634,13.239815563303496,13.093211955380287
-1999,5,29,6,30,692.0,68.0,299.0,16.0,4.0,3.4000000000000004,52.07,238.73441294766502,21.97736406164218,21.261160822799187
-1999,5,29,7,30,809.0,86.0,502.0,19.0,3.0,2.8000000000000003,41.5,464.460555840393,31.100155795173887,29.706774127652707
-1999,5,29,8,30,779.0,145.0,671.0,22.0,3.0,1.9,32.79,662.2215570795713,40.318236857738796,38.33157218650008
-1999,5,29,9,30,11.0,182.0,192.0,23.0,3.0,1.3,31.06,187.01410375792452,28.385431024357008,27.824388713083234
-1999,5,29,10,30,18.0,282.0,299.0,24.0,3.0,1.1,31.63,292.59232906403383,32.53983234920908,31.66205536201698
-1999,5,29,11,30,178.0,508.0,676.0,23.0,3.0,1.3,32.44,674.5121308301927,42.42387489865533,40.40033850616475
-1999,5,29,12,30,0.0,45.0,45.0,22.0,4.0,2.1,36.23,43.982312975762206,23.200480895865663,23.068533956938378
-1999,5,29,13,30,828.0,173.0,914.0,21.0,5.0,3.2,43.88,944.7557586703374,44.96918281302378,42.134915537012766
-1999,5,29,14,30,15.0,239.0,252.0,19.0,6.0,3.7,52.65,245.90707650209083,25.036380002191763,24.29865877268549
-1999,5,29,15,30,4.0,133.0,136.0,17.0,6.0,3.2,57.59,132.6210134456901,20.364697475464077,19.966834435127005
-1999,5,29,16,30,19.0,179.0,189.0,17.0,6.0,2.2,57.59,183.63463453643763,21.978904288028247,21.428000384418933
-1999,5,29,17,30,0.0,12.0,12.0,16.0,7.0,1.4,63.64,11.728616793536586,16.33548736368335,16.30030151330274
-1999,5,29,18,30,331.0,47.0,92.0,14.0,9.0,0.9,82.13,47.880905269210345,15.416439647742736,15.272796931935105
-1999,5,29,19,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,92.08,0.0,12.0,12.0
-1999,5,29,20,30,0.0,0.0,0.0,11.0,8.0,0.8,96.44,0.0,11.0,11.0
-1999,5,29,21,30,0.0,0.0,0.0,10.0,7.0,1.0,98.66,0.0,10.0,10.0
-1999,5,29,22,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.44,0.0,10.0,10.0
-1999,5,29,23,30,0.0,0.0,0.0,10.0,6.0,1.4,97.03,0.0,10.0,10.0
-1999,5,30,0,30,0.0,0.0,0.0,9.0,5.0,1.6,93.33,0.0,9.0,9.0
-1999,5,30,1,30,0.0,0.0,0.0,8.0,5.0,1.9,95.33,0.0,8.0,8.0
-1999,5,30,2,30,0.0,0.0,0.0,8.0,4.0,2.2,90.58,0.0,8.0,8.0
-1999,5,30,3,30,0.0,0.0,0.0,8.0,3.0,2.4000000000000004,92.01,0.0,8.0,8.0
-1999,5,30,4,30,0.0,0.0,0.0,9.0,3.0,2.8000000000000003,82.24,0.0,9.0,9.0
-1999,5,30,5,30,370.0,48.0,104.0,11.0,3.0,3.4000000000000004,68.16,54.42875584227228,12.36277164684597,12.199485379319153
-1999,5,30,6,30,657.0,77.0,298.0,15.0,3.0,3.5,53.22,238.96377922710622,20.94375799529112,20.2268666576098
-1999,5,30,7,30,797.0,93.0,504.0,18.0,2.0,2.9000000000000004,40.21,465.67260007150594,30.051522851796673,28.654505051582156
-1999,5,30,8,30,870.0,105.0,694.0,21.0,0.0,2.2,29.43,683.8222135893612,39.54054035113656,37.48907371036848
-1999,5,30,9,30,312.0,391.0,643.0,22.0,0.0,1.4,27.61,640.8152681497512,40.32998969137374,38.407543886924486
-1999,5,30,10,30,387.0,432.0,781.0,23.0,0.0,0.7000000000000001,26.26,786.8740472155046,46.593868844044295,44.23324670239778
-1999,5,30,11,30,51.0,448.0,496.0,24.0,0.0,0.30000000000000004,24.84,488.86005895066165,39.0598699303673,37.593289753515315
-1999,5,30,12,30,368.0,468.0,816.0,25.0,0.0,0.30000000000000004,23.39,824.7147055898308,50.40624043310832,47.93209631633883
-1999,5,30,13,30,398.0,442.0,798.0,25.0,0.0,0.30000000000000004,24.74,804.9201075287922,49.796446143996164,47.38168582140979
-1999,5,30,14,30,262.0,399.0,610.0,24.0,0.0,0.4,26.19,605.0165919468535,42.512497591938015,40.69744781609745
-1999,5,30,15,30,446.0,261.0,558.0,23.0,0.0,0.6000000000000001,27.91,548.2347597382561,39.54980655419615,37.90510227498138
-1999,5,30,16,30,744.0,105.0,481.0,22.0,1.0,0.9,30.84,443.2166818603702,35.11148310998424,33.78183306440313
-1999,5,30,17,30,468.0,96.0,249.0,20.0,2.0,0.9,38.33,204.26030328254842,26.042542228528106,25.42976131868046
-1999,5,30,18,30,191.0,51.0,77.0,17.0,6.0,0.8,58.21,51.24277929802466,18.526147118416723,18.37241878052265
-1999,5,30,19,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,63.52,0.0,15.0,15.0
-1999,5,30,20,30,0.0,0.0,0.0,14.0,5.0,0.7000000000000001,66.62,0.0,14.0,14.0
-1999,5,30,21,30,0.0,0.0,0.0,12.0,5.0,0.8,78.47,0.0,12.0,12.0
-1999,5,30,22,30,0.0,0.0,0.0,11.0,5.0,1.0,83.64,0.0,11.0,11.0
-1999,5,30,23,30,0.0,0.0,0.0,10.0,4.0,1.1,80.3,0.0,10.0,10.0
-1999,5,31,0,30,0.0,0.0,0.0,10.0,4.0,1.2000000000000002,82.29,0.0,10.0,10.0
-1999,5,31,1,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.97,0.0,9.0,9.0
-1999,5,31,2,30,0.0,0.0,0.0,8.0,3.0,1.3,90.3,0.0,8.0,8.0
-1999,5,31,3,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,88.25,0.0,7.0,7.0
-1999,5,31,4,30,0.0,0.0,0.0,7.0,3.0,1.4,87.91,0.0,7.0,7.0
-1999,5,31,5,30,0.0,12.0,12.0,9.0,3.0,1.7000000000000002,77.78,11.728616793536586,9.328806026543395,9.293620176162785
-1999,5,31,6,30,271.0,128.0,220.0,11.0,3.0,1.8,69.85000000000001,192.6765031059566,16.36554999209372,15.78752048277585
-1999,5,31,7,30,238.0,228.0,351.0,14.0,4.0,1.5,58.42,334.75129496957777,23.51124111623286,22.506987231324125
-1999,5,31,8,30,796.0,134.0,673.0,16.0,3.0,1.3,53.55,662.5945719363466,35.08068585509208,33.09290213928304
-1999,5,31,9,30,594.0,301.0,781.0,17.0,3.0,1.8,48.82,786.4985320293936,38.90198142630488,36.5424858302167
-1999,5,31,10,30,237.0,470.0,684.0,18.0,3.0,2.4000000000000004,42.67,682.6273208603766,36.26308174254494,34.21519977996381
-1999,5,31,11,30,934.0,125.0,1010.0,20.0,3.0,2.9000000000000004,39.46,1055.9227986121427,47.327091469958255,44.15932307412183
-1999,5,31,12,30,104.0,496.0,594.0,21.0,2.0,3.7,35.56,588.5808369173961,35.44813074995527,33.68238823920308
-1999,5,31,13,30,390.0,438.0,788.0,21.0,1.0,4.4,31.75,793.5959293839164,39.60613117870466,37.22534339055291
-1999,5,31,14,30,877.0,128.0,832.0,20.0,1.0,4.6000000000000005,32.68,845.269473900054,39.56034242839656,37.0245340066964
-1999,5,31,15,30,818.0,123.0,671.0,19.0,1.0,4.7,34.99,658.4420953112245,34.13788822392574,32.162561937992066
-1999,5,31,16,30,0.0,75.0,75.0,17.0,1.0,4.6000000000000005,44.02,73.30385495960367,18.696321171656205,18.476409606777395
-1999,5,31,17,30,0.0,101.0,101.0,14.0,2.0,4.1000000000000005,53.36,98.71585801226628,16.360353478072508,16.06420590403571
-1999,5,31,18,30,175.0,54.0,79.0,11.0,3.0,3.0,68.18,54.315793625493605,12.396397284927074,12.233449904050593
-1999,5,31,19,30,0.0,0.0,0.0,9.0,4.0,1.9,82.58,0.0,9.0,9.0
-1999,5,31,20,30,0.0,0.0,0.0,8.0,3.0,1.2000000000000002,93.05,0.0,8.0,8.0
-1999,5,31,21,30,0.0,0.0,0.0,7.0,3.0,1.0,88.93,0.0,7.0,7.0
-1999,5,31,22,30,0.0,0.0,0.0,7.0,2.0,1.1,83.32000000000002,0.0,7.0,7.0
-1999,5,31,23,30,0.0,0.0,0.0,7.0,1.0,1.4,83.65,0.0,7.0,7.0
-1999,6,1,0,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.15,0.0,6.0,6.0
-1999,6,1,1,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,75.62,0.0,6.0,6.0
-1999,6,1,2,30,0.0,0.0,0.0,6.0,0.0,1.5,78.51,0.0,6.0,6.0
-1999,6,1,3,30,0.0,0.0,0.0,5.0,0.0,1.3,76.9,0.0,5.0,5.0
-1999,6,1,4,30,0.0,0.0,0.0,6.0,0.0,1.3,75.75,0.0,6.0,6.0
-1999,6,1,5,30,575.0,32.0,119.0,8.0,0.0,1.9,66.5,43.34590954327386,9.1990256574091,9.06898792877928
-1999,6,1,6,30,794.0,48.0,316.0,11.0,0.0,2.4000000000000004,50.18,244.9508030123779,17.553439045889135,16.818586636852
-1999,6,1,7,30,894.0,58.0,521.0,14.0,-1.0,2.1,40.49,476.97599950166097,27.018882738243516,25.58795473973853
-1999,6,1,8,30,948.0,66.0,709.0,17.0,0.0,1.7000000000000002,36.78,697.4599171843597,36.5529471274953,34.46056737594222
-1999,6,1,9,30,979.0,72.0,864.0,19.0,0.0,1.3,31.61,881.5154561391729,44.38493402661861,41.74038765820109
-1999,6,1,10,30,996.0,77.0,974.0,21.0,0.0,1.2000000000000002,30.89,1013.2400120741761,50.37497167383006,47.335251637607534
-1999,6,1,11,30,1003.0,79.0,1030.0,22.0,1.0,1.2000000000000002,29.97,1079.7900952154066,53.30433370441435,50.06496341876813
-1999,6,1,12,30,559.0,414.0,944.0,23.0,1.0,1.2000000000000002,28.74,962.5704112189188,50.90600275026717,48.01829151661041
-1999,6,1,13,30,21.0,281.0,301.0,23.0,1.0,1.2000000000000002,27.2,294.33866154689935,31.533210041472643,30.650194056831946
-1999,6,1,14,30,583.0,285.0,753.0,23.0,1.0,1.2000000000000002,29.06,757.5463739199614,44.962124482192756,42.68948536043287
-1999,6,1,15,30,32.0,268.0,289.0,22.0,1.0,1.1,31.19,283.0131367993788,30.260246427586743,29.411207017188605
-1999,6,1,16,30,0.0,92.0,92.0,21.0,1.0,1.2000000000000002,33.74,89.91939541711383,23.60686477224537,23.33710658599403
-1999,6,1,17,30,575.0,79.0,268.0,19.0,2.0,1.3,38.16,214.2882670266857,25.17084304451723,24.527978243437172
-1999,6,1,18,30,0.0,2.0,2.0,16.0,5.0,1.4,57.35,1.9547694655894312,16.05591456061389,16.050050252217122
-1999,6,1,19,30,0.0,0.0,0.0,14.0,5.0,1.7000000000000002,69.91,0.0,14.0,14.0
-1999,6,1,20,30,0.0,0.0,0.0,12.0,4.0,1.9,69.62,0.0,12.0,12.0
-1999,6,1,21,30,0.0,0.0,0.0,11.0,4.0,2.0,71.5,0.0,11.0,11.0
-1999,6,1,22,30,0.0,0.0,0.0,10.0,3.0,2.1,74.48,0.0,10.0,10.0
-1999,6,1,23,30,0.0,0.0,0.0,9.0,3.0,2.1,76.48,0.0,9.0,9.0
-1999,6,2,0,30,0.0,0.0,0.0,9.0,2.0,2.0,78.47,0.0,9.0,9.0
-1999,6,2,1,30,0.0,0.0,0.0,8.0,1.0,1.8,74.88,0.0,8.0,8.0
-1999,6,2,2,30,0.0,0.0,0.0,8.0,1.0,1.7000000000000002,77.4,0.0,8.0,8.0
-1999,6,2,3,30,0.0,0.0,0.0,7.0,1.0,1.7000000000000002,75.39,0.0,7.0,7.0
-1999,6,2,4,30,0.0,0.0,0.0,8.0,0.0,1.9,67.63,0.0,8.0,8.0
-1999,6,2,5,30,107.0,54.0,70.0,11.0,1.0,2.8000000000000003,58.21,55.04960781413254,12.434155866710729,12.269007043268331
-1999,6,2,6,30,741.0,51.0,302.0,15.0,0.0,3.3000000000000003,41.68,234.69662700830952,20.915204291473728,20.2111144104488
-1999,6,2,7,30,848.0,75.0,514.0,18.0,0.0,3.4000000000000004,33.11,471.85217999297925,29.81410014699407,28.39854360701513
-1999,6,2,8,30,778.0,146.0,674.0,21.0,0.0,4.1000000000000005,27.37,661.9607582452132,36.82786605448392,34.84198377974828
-1999,6,2,9,30,921.0,106.0,851.0,23.0,0.0,5.0,26.39,866.4285318589062,42.53423716803627,39.93495157245955
-1999,6,2,10,30,942.0,112.0,961.0,24.0,0.0,5.9,24.17,996.3561943340478,45.1924035726479,42.203334989645754
-1999,6,2,11,30,11.0,162.0,173.0,25.0,0.0,6.6000000000000005,23.39,169.33418624394525,28.443491988747116,27.93548943001528
-1999,6,2,12,30,0.0,102.0,102.0,25.0,1.0,7.2,25.27,99.693242745061,26.95126347999807,26.652183751762887
-1999,6,2,13,30,21.0,317.0,337.0,24.0,1.0,7.4,28.0,329.5286349653361,30.368450762544516,29.379864857648506
-1999,6,2,14,30,0.0,79.0,79.0,23.0,2.0,7.3000000000000025,29.96,77.21339389078254,24.501711351299203,24.270071169626856
-1999,6,2,15,30,274.0,316.0,500.0,23.0,3.0,7.3000000000000025,32.79,489.52214259847557,32.520640412364955,31.05207398456953
-1999,6,2,16,30,142.0,231.0,304.0,21.0,3.0,6.9,36.32,291.19746096401104,26.80932737845854,25.935734995566506
-1999,6,2,17,30,571.0,80.0,270.0,19.0,4.0,5.8000000000000025,47.88,215.01258671799945,23.60287042779526,22.957832667641263
-1999,6,2,18,30,0.0,9.0,9.0,16.0,6.0,4.800000000000002,59.2,8.796462595152441,16.200920835551187,16.17453144776573
-1999,6,2,19,30,0.0,0.0,0.0,14.0,6.0,3.6,69.7,0.0,14.0,14.0
-1999,6,2,20,30,0.0,0.0,0.0,13.0,6.0,2.7,81.37,0.0,13.0,13.0
-1999,6,2,21,30,0.0,0.0,0.0,11.0,6.0,2.5,85.3,0.0,11.0,11.0
-1999,6,2,22,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.08,0.0,10.0,10.0
-1999,6,2,23,30,0.0,0.0,0.0,9.0,4.0,2.2,83.29,0.0,9.0,9.0
-1999,6,3,0,30,0.0,0.0,0.0,8.0,3.0,2.2,81.09,0.0,8.0,8.0
-1999,6,3,1,30,0.0,0.0,0.0,7.0,1.0,2.3000000000000003,80.43,0.0,7.0,7.0
-1999,6,3,2,30,0.0,0.0,0.0,6.0,0.0,2.3000000000000003,79.95,0.0,6.0,6.0
-1999,6,3,3,30,0.0,0.0,0.0,6.0,0.0,2.2,80.13,0.0,6.0,6.0
-1999,6,3,4,30,0.0,0.0,0.0,6.0,0.0,2.5,71.37,0.0,6.0,6.0
-1999,6,3,5,30,491.0,41.0,116.0,9.0,0.0,3.2,59.1,50.59464576726143,10.283625214904704,10.13184127760292
-1999,6,3,6,30,730.0,64.0,312.0,13.0,0.0,3.7,44.76,244.6499580545602,19.005521009579585,18.271571135415904
-1999,6,3,7,30,844.0,80.0,518.0,16.0,0.0,4.0,36.37,474.7181393728598,27.425515952005107,26.001361533886527
-1999,6,3,8,30,910.0,91.0,708.0,19.0,-1.0,4.3,28.77,696.0513043124182,35.426297512735516,33.33814359979826
-1999,6,3,9,30,950.0,97.0,866.0,21.0,-1.0,4.7,24.41,881.3645070029401,41.262977544349724,38.618884023340904
-1999,6,3,10,30,454.0,441.0,851.0,23.0,-2.0,5.2,22.51,858.3495325834863,42.102312866688244,39.527264268937785
-1999,6,3,11,30,980.0,104.0,1035.0,24.0,-2.0,5.7,21.11,1080.9240835406563,47.28961328974399,44.04684103912202
-1999,6,3,12,30,980.0,103.0,1033.0,25.0,-2.0,6.2,19.96,1078.792309465712,47.50730152571636,44.27092459731922
-1999,6,3,13,30,969.0,101.0,972.0,26.0,-2.0,6.5,18.72,1007.4278229318096,46.6180027796105,43.59571931081507
-1999,6,3,14,30,477.0,353.0,737.0,26.0,-2.0,6.6000000000000005,18.54,737.3470262678179,40.99430584100691,38.78226476220346
-1999,6,3,15,30,124.0,326.0,410.0,25.0,-2.0,6.4,19.25,400.4821380005316,33.24891979041583,32.04747337641424
-1999,6,3,16,30,534.0,158.0,431.0,24.0,-2.0,5.9,20.79,400.94706330728786,32.52810674053706,31.3252655506152
-1999,6,3,17,30,714.0,64.0,301.0,21.0,0.0,4.5,26.92,234.48370579531286,26.461730366462362,25.758279249076423
-1999,6,3,18,30,464.0,39.0,108.0,17.0,3.0,3.0,45.4,44.151420782096636,18.135082818284648,18.002628555938358
-1999,6,3,19,30,0.0,0.0,0.0,14.0,2.0,2.5,53.24,0.0,14.0,14.0
-1999,6,3,20,30,0.0,0.0,0.0,12.0,1.0,2.4000000000000004,57.4,0.0,12.0,12.0
-1999,6,3,21,30,0.0,0.0,0.0,11.0,1.0,2.1,59.16,0.0,11.0,11.0
-1999,6,3,22,30,0.0,0.0,0.0,10.0,0.0,1.9,61.02,0.0,10.0,10.0
-1999,6,3,23,30,0.0,0.0,0.0,10.0,0.0,1.8,62.55,0.0,10.0,10.0
-1999,6,4,0,30,0.0,0.0,0.0,9.0,0.0,1.8,58.84,0.0,9.0,9.0
-1999,6,4,1,30,0.0,0.0,0.0,8.0,-1.0,1.8,58.64,0.0,8.0,8.0
-1999,6,4,2,30,0.0,0.0,0.0,8.0,-2.0,2.0,59.04,0.0,8.0,8.0
-1999,6,4,3,30,0.0,0.0,0.0,7.0,-3.0,2.1,56.11,0.0,7.0,7.0
-1999,6,4,4,30,0.0,0.0,0.0,8.0,-3.0,2.3000000000000003,50.12000000000001,0.0,8.0,8.0
-1999,6,4,5,30,562.0,38.0,124.0,11.0,-2.0,3.0,44.75,49.25264747880487,12.266229555423315,12.118471612986902
-1999,6,4,6,30,795.0,58.0,328.0,16.0,-2.0,3.3000000000000003,31.35,254.9412656501087,22.42544244401891,21.66061864706858
-1999,6,4,7,30,901.0,71.0,539.0,20.0,-4.0,3.2,22.8,492.5066371311228,32.49527352830105,31.017753616907683
-1999,6,4,8,30,959.0,80.0,732.0,22.0,-6.0,3.6,16.09,717.7099475072908,39.73433693662395,37.581207094102076
-1999,6,4,9,30,991.0,87.0,890.0,24.0,-6.0,4.3,15.09,905.2184714954429,45.36248841814368,42.64683300365735
-1999,6,4,10,30,1008.0,91.0,1000.0,25.0,-6.0,5.1000000000000005,14.7,1037.4187560265048,48.237822156615714,45.1255658885362
-1999,6,4,11,30,1015.0,92.0,1055.0,26.0,-5.0,6.0,14.27,1103.9874598991055,49.33100332651988,46.01904094682256
-1999,6,4,12,30,1011.0,91.0,1050.0,26.0,-5.0,6.8000000000000025,13.92,1097.997862318638,48.04492966215909,44.75093607520318
-1999,6,4,13,30,41.0,402.0,439.0,27.0,-4.0,7.3000000000000025,14.39,431.3674206458265,35.389598222826294,34.09549596088881
-1999,6,4,14,30,15.0,237.0,250.0,26.0,-4.0,7.6,14.98,243.99132354125013,30.656056860900645,29.924082890276892
-1999,6,4,15,30,485.0,255.0,583.0,25.0,-3.0,7.8000000000000025,16.31,569.7278943689348,35.73563108722206,34.02644740411525
-1999,6,4,16,30,509.0,166.0,427.0,24.0,-3.0,7.4,17.56,397.71594325164415,31.686234619165887,30.493086789410956
-1999,6,4,17,30,0.0,19.0,19.0,22.0,-3.0,5.9,21.53,18.570309923099597,22.394988764658123,22.339277834888826
-1999,6,4,18,30,246.0,51.0,88.0,19.0,-2.0,4.5,27.78,53.382499208860324,20.24341610850008,20.0832686108735
-1999,6,4,19,30,0.0,0.0,0.0,16.0,-2.0,4.5,34.99,0.0,16.0,16.0
-1999,6,4,20,30,0.0,0.0,0.0,14.0,-2.0,4.800000000000002,37.47,0.0,14.0,14.0
-1999,6,4,21,30,0.0,0.0,0.0,13.0,-1.0,4.4,45.42,0.0,13.0,13.0
-1999,6,4,22,30,0.0,0.0,0.0,11.0,0.0,3.8,52.14,0.0,11.0,11.0
-1999,6,4,23,30,0.0,0.0,0.0,9.0,0.0,3.2,60.79,0.0,9.0,9.0
-1999,6,5,0,30,0.0,0.0,0.0,8.0,0.0,2.6,67.85,0.0,8.0,8.0
-1999,6,5,1,30,0.0,0.0,0.0,7.0,-1.0,2.2,68.78,0.0,7.0,7.0
-1999,6,5,2,30,0.0,0.0,0.0,5.0,-1.0,1.8,69.76,0.0,5.0,5.0
-1999,6,5,3,30,0.0,0.0,0.0,4.0,-2.0,1.5,71.48,0.0,4.0,4.0
-1999,6,5,4,30,0.0,0.0,0.0,5.0,-3.0,1.2000000000000002,63.89,0.0,5.0,5.0
-1999,6,5,5,30,598.0,28.0,121.0,8.0,-2.0,0.7000000000000001,54.74,40.30079906355374,9.208391318509525,9.087488921318863
-1999,6,5,6,30,770.0,60.0,322.0,11.0,-5.0,1.0,36.33,250.56872449650416,18.362694960145834,17.61098878665632
-1999,6,5,7,30,225.0,232.0,349.0,14.0,-6.0,2.2,27.85,332.35606037257844,23.01120324234293,22.014135061225193
-1999,6,5,8,30,515.0,251.0,601.0,16.0,-5.0,3.2,25.68,588.5819447920214,30.932778239976635,29.16703240560057
-1999,6,5,9,30,375.0,365.0,670.0,18.0,-4.0,3.9,25.0,666.9867839282663,34.15882438136758,32.15786402958278
-1999,6,5,10,30,537.0,397.0,882.0,19.0,-4.0,4.6000000000000005,24.23,893.1607493241977,39.668592253516444,36.98911000554385
-1999,6,5,11,30,20.0,322.0,341.0,19.0,-3.0,5.300000000000002,23.7,334.69625924780837,26.400412658595968,25.396323880852542
-1999,6,5,12,30,4.0,121.0,125.0,19.0,-3.0,5.6000000000000005,26.59,122.25741257862575,21.65123015554447,21.284457917808595
-1999,6,5,13,30,390.0,451.0,802.0,18.0,-2.0,5.6000000000000005,29.71,806.7042843739116,35.493898163136464,33.07378531001473
-1999,6,5,14,30,142.0,413.0,528.0,16.0,-2.0,5.2,33.03,520.5879815951265,27.585530278250157,26.023766333464778
-1999,6,5,15,30,0.0,66.0,66.0,15.0,-1.0,5.1000000000000005,39.04,64.50739236445123,16.444943329628646,16.251421152535293
-1999,6,5,16,30,0.0,9.0,9.0,13.0,-1.0,5.5,42.97,8.796462595152441,13.191994306158094,13.165604918372637
-1999,6,5,17,30,0.0,72.0,72.0,11.0,-1.0,5.1000000000000005,49.53,70.37170076121953,12.576301814140344,12.365186711856685
-1999,6,5,18,30,164.0,52.0,77.0,9.0,-1.0,3.4000000000000004,55.73,53.4032709875988,10.337095849878118,10.176886036915322
-1999,6,5,19,30,0.0,0.0,0.0,7.0,0.0,1.6,67.54,0.0,7.0,7.0
-1999,6,5,20,30,0.0,0.0,0.0,7.0,0.0,1.1,74.41,0.0,7.0,7.0
-1999,6,5,21,30,0.0,0.0,0.0,6.0,0.0,1.5,73.35000000000002,0.0,6.0,6.0
-1999,6,5,22,30,0.0,0.0,0.0,6.0,-1.0,2.3000000000000003,74.15,0.0,6.0,6.0
-1999,6,5,23,30,0.0,0.0,0.0,5.0,-1.0,3.0,69.96000000000001,0.0,5.0,5.0
-1999,6,6,0,30,0.0,0.0,0.0,5.0,-2.0,3.6,67.08,0.0,5.0,5.0
-1999,6,6,1,30,0.0,0.0,0.0,5.0,-2.0,4.0,65.04,0.0,5.0,5.0
-1999,6,6,2,30,0.0,0.0,0.0,5.0,-3.0,4.1000000000000005,63.78,0.0,5.0,5.0
-1999,6,6,3,30,0.0,0.0,0.0,5.0,-3.0,4.0,64.59,0.0,5.0,5.0
-1999,6,6,4,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.55,0.0,6.0,6.0
-1999,6,6,5,30,0.0,2.0,2.0,8.0,-1.0,4.7,61.8,1.9547694655894312,8.04494105386693,8.039076745470162
-1999,6,6,6,30,0.0,12.0,12.0,10.0,0.0,5.0,54.16,11.728616793536586,10.264429867754247,10.229244017373636
-1999,6,6,7,30,0.0,17.0,17.0,13.0,0.0,5.1000000000000005,49.49,16.615540457510164,13.372182372783136,13.322335751410606
-1999,6,6,8,30,69.0,311.0,359.0,16.0,0.0,5.0,42.02,349.9396327658549,23.889633743105897,22.83981484480833
-1999,6,6,9,30,410.0,356.0,689.0,18.0,0.0,4.4,35.80000000000001,686.9925421530829,34.106777876261496,32.04580024980225
-1999,6,6,10,30,972.0,97.0,974.0,20.0,1.0,3.5,32.26,1008.8377611255731,45.09287193245706,42.066358649080335
-1999,6,6,11,30,361.0,465.0,808.0,21.0,1.0,2.6,30.78,815.0312250375091,42.517191601567546,40.072097926455015
-1999,6,6,12,30,591.0,393.0,955.0,22.0,1.0,1.7000000000000002,29.27,973.9888804215627,49.305301154126624,46.383334512861936
-1999,6,6,13,30,541.0,392.0,880.0,23.0,1.0,0.7000000000000001,27.74,890.8370268590133,49.71112619294909,47.03861511237205
-1999,6,6,14,30,507.0,342.0,752.0,23.0,1.0,0.5,29.47,751.9781180607292,45.85420710439195,43.598272750209766
-1999,6,6,15,30,570.0,222.0,609.0,22.0,1.0,1.1,29.45,594.4628917839564,39.35046660280007,37.5670779274482
-1999,6,6,16,30,708.0,110.0,475.0,21.0,1.0,1.6,31.39,436.4016636280871,33.31655317062679,32.00734817974253
-1999,6,6,17,30,709.0,62.0,302.0,20.0,2.0,1.5,36.78,233.8458121204239,26.644227928381195,25.942690492019924
-1999,6,6,18,30,484.0,38.0,112.0,17.0,5.0,1.3,55.61,45.39212751577333,18.307153668481842,18.170977285934523
-1999,6,6,19,30,0.0,0.0,0.0,14.0,4.0,1.7000000000000002,61.37000000000001,0.0,14.0,14.0
-1999,6,6,20,30,0.0,0.0,0.0,13.0,4.0,2.2,62.11,0.0,13.0,13.0
-1999,6,6,21,30,0.0,0.0,0.0,12.0,3.0,2.4000000000000004,66.09,0.0,12.0,12.0
-1999,6,6,22,30,0.0,0.0,0.0,10.0,3.0,2.0,75.14,0.0,10.0,10.0
-1999,6,6,23,30,0.0,0.0,0.0,9.0,3.0,1.8,79.13,0.0,9.0,9.0
-1999,6,7,0,30,0.0,0.0,0.0,8.0,3.0,1.8,82.08,0.0,8.0,8.0
-1999,6,7,1,30,0.0,0.0,0.0,8.0,2.0,1.8,79.21000000000002,0.0,8.0,8.0
-1999,6,7,2,30,0.0,0.0,0.0,8.0,2.0,2.0,83.07000000000002,0.0,8.0,8.0
-1999,6,7,3,30,0.0,0.0,0.0,7.0,2.0,2.2,82.02,0.0,7.0,7.0
-1999,6,7,4,30,0.0,0.0,0.0,8.0,1.0,2.7,75.04,0.0,8.0,8.0
-1999,6,7,5,30,545.0,37.0,122.0,11.0,2.0,3.3000000000000003,63.09,47.917045293874295,12.207682937629226,12.063931801747604
-1999,6,7,6,30,769.0,58.0,320.0,15.0,2.0,3.3000000000000003,49.79,248.0557250956147,21.251901905510795,20.50773473022395
-1999,6,7,7,30,874.0,71.0,526.0,19.0,0.0,2.9000000000000004,33.93,479.0430813057418,31.397548493221933,29.960419249304707
-1999,6,7,8,30,931.0,82.0,716.0,22.0,-1.0,3.0,23.59,699.976629781725,39.99560312197724,37.89567323263206
-1999,6,7,9,30,965.0,90.0,873.0,24.0,-2.0,3.6,21.06,885.5812518568292,45.88237234238237,43.22562858681188
-1999,6,7,10,30,983.0,96.0,984.0,25.0,-2.0,4.1000000000000005,18.29,1017.9093245714173,49.33880293393222,46.28507496021797
-1999,6,7,11,30,990.0,100.0,1041.0,26.0,-2.0,4.6000000000000005,17.04,1086.327137863737,51.13864685995648,47.87966544636527
-1999,6,7,12,30,988.0,100.0,1040.0,27.0,-2.0,4.9,15.86,1083.8727557691577,51.59615446519442,48.344536197886946
-1999,6,7,13,30,377.0,427.0,768.0,28.0,-2.0,5.2,14.68,771.2324623572274,45.16354844925742,42.849851062185735
-1999,6,7,14,30,537.0,330.0,765.0,28.0,-3.0,5.5,14.55,765.2232928509608,44.70199964789212,42.40632976933924
-1999,6,7,15,30,0.0,34.0,34.0,27.0,-3.0,5.7,15.32,33.23108091502033,27.715997576051702,27.61630433330664
-1999,6,7,16,30,621.0,136.0,457.0,26.0,-2.0,5.5,16.68,421.9920981090191,35.21052971057799,33.944553416250926
-1999,6,7,17,30,475.0,100.0,261.0,24.0,-1.0,4.7,21.86,214.3530611270357,28.928075988616207,28.2850168052351
-1999,6,7,18,30,235.0,50.0,87.0,19.0,2.0,3.8,37.65,53.18829885707289,20.297071214283413,20.137506317712194
-1999,6,7,19,30,0.0,0.0,0.0,16.0,1.0,3.2,44.19,0.0,16.0,16.0
-1999,6,7,20,30,0.0,0.0,0.0,14.0,1.0,3.0,48.71,0.0,14.0,14.0
-1999,6,7,21,30,0.0,0.0,0.0,13.0,1.0,2.9000000000000004,50.75,0.0,13.0,13.0
-1999,6,7,22,30,0.0,0.0,0.0,12.0,0.0,2.7,50.85,0.0,12.0,12.0
-1999,6,7,23,30,0.0,0.0,0.0,12.0,0.0,2.5,50.96,0.0,12.0,12.0
-1999,6,8,0,30,0.0,0.0,0.0,11.0,-1.0,2.3000000000000003,47.98,0.0,11.0,11.0
-1999,6,8,1,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,50.4,0.0,10.0,10.0
-1999,6,8,2,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,55.67,0.0,10.0,10.0
-1999,6,8,3,30,0.0,0.0,0.0,9.0,-1.0,2.2,56.54,0.0,9.0,9.0
-1999,6,8,4,30,0.0,0.0,0.0,10.0,-1.0,2.2,52.53,0.0,10.0,10.0
-1999,6,8,5,30,519.0,40.0,121.0,14.0,0.0,2.6,46.09,50.22546522969638,15.325974914121247,15.175298518432157
-1999,6,8,6,30,758.0,62.0,321.0,19.0,1.0,3.4000000000000004,36.11,249.02318772534585,25.234971466603618,24.48790190342758
-1999,6,8,7,30,871.0,76.0,530.0,22.0,-1.0,4.2,24.03,482.1965773948998,33.454260420980056,32.00767068879536
-1999,6,8,8,30,932.0,87.0,721.0,24.0,-3.0,5.0,17.37,705.1303327103396,39.89765646796955,37.78226546983853
-1999,6,8,9,30,966.0,95.0,879.0,26.0,-4.0,5.4,15.7,890.9093999787472,45.57153031709112,42.89880211715487
-1999,6,8,10,30,985.0,100.0,990.0,27.0,-4.0,5.6000000000000005,14.77,1023.3895835905031,49.19285741173618,46.12268866096467
-1999,6,8,11,30,993.0,103.0,1047.0,28.0,-4.0,5.9,13.86,1092.0830333567574,51.22850453417111,47.952255434100834
-1999,6,8,12,30,990.0,103.0,1045.0,28.0,-4.0,6.1000000000000005,13.08,1088.8152660627006,50.86283788790665,47.59639208971855
-1999,6,8,13,30,579.0,370.0,894.0,29.0,-4.0,6.1000000000000005,13.0,905.276695212553,48.00891268836472,45.29308260272706
-1999,6,8,14,30,195.0,415.0,574.0,28.0,-4.0,6.0,12.95,566.466968673641,39.971370337572665,38.271969431551746
-1999,6,8,15,30,739.0,158.0,661.0,27.0,-4.0,5.6000000000000005,13.83,644.8951873860983,40.98496444429452,39.050278882136226
-1999,6,8,16,30,842.0,81.0,518.0,26.0,-4.0,4.9,15.23,471.91304609342797,36.709048745871854,35.29330960759157
-1999,6,8,17,30,721.0,66.0,312.0,24.0,-2.0,3.4000000000000004,19.51,242.34461194452186,30.06775519324632,29.340721357412754
-1999,6,8,18,30,475.0,42.0,116.0,19.0,3.0,2.0,41.16,50.37883539626063,20.38428562199951,20.23314911581073
-1999,6,8,19,30,0.0,0.0,0.0,16.0,2.0,1.6,46.76,0.0,16.0,16.0
-1999,6,8,20,30,0.0,0.0,0.0,14.0,1.0,1.6,50.16,0.0,14.0,14.0
-1999,6,8,21,30,0.0,0.0,0.0,13.0,1.0,1.7000000000000002,50.42,0.0,13.0,13.0
-1999,6,8,22,30,0.0,0.0,0.0,12.0,0.0,1.8,50.76,0.0,12.0,12.0
-1999,6,8,23,30,0.0,0.0,0.0,11.0,0.0,1.9,51.23,0.0,11.0,11.0
-1999,6,9,0,30,0.0,0.0,0.0,11.0,-1.0,2.0,51.9,0.0,11.0,11.0
-1999,6,9,1,30,0.0,0.0,0.0,10.0,-1.0,2.0,54.63,0.0,10.0,10.0
-1999,6,9,2,30,0.0,0.0,0.0,9.0,-1.0,1.8,59.74,0.0,9.0,9.0
-1999,6,9,3,30,0.0,0.0,0.0,8.0,-1.0,1.5,60.73,0.0,8.0,8.0
-1999,6,9,4,30,0.0,0.0,0.0,9.0,0.0,1.1,56.9,0.0,9.0,9.0
-1999,6,9,5,30,467.0,44.0,117.0,11.0,1.0,1.6,59.45,52.93643246757067,12.494023601398952,12.33521430399624
-1999,6,9,6,30,706.0,69.0,311.0,14.0,0.0,2.6,45.71,242.71432863629485,20.407767645310326,19.67962465940144
-1999,6,9,7,30,820.0,87.0,514.0,16.0,0.0,2.8000000000000003,39.16,468.7172045645998,28.211050277128408,26.804898663434606
-1999,6,9,8,30,51.0,297.0,332.0,18.0,0.0,2.3000000000000003,35.26,324.19509855940726,26.731523462163644,25.75893816648542
-1999,6,9,9,30,17.0,253.0,267.0,20.0,0.0,2.0,31.39,261.3172962885797,27.180352090054807,26.396400201189067
-1999,6,9,10,30,247.0,469.0,693.0,22.0,0.0,2.3000000000000003,29.65,690.4377350619645,40.59551026417496,38.52419705898907
-1999,6,9,11,30,245.0,475.0,709.0,23.0,0.0,2.9000000000000004,28.14,708.8317448254923,41.344437636080784,39.217942401604304
-1999,6,9,12,30,405.0,506.0,892.0,24.0,1.0,3.5,26.78,898.8100668315894,46.35614760637504,43.65971740588027
-1999,6,9,13,30,574.0,350.0,869.0,24.0,1.0,4.0,25.51,881.169444285277,45.20798576477673,42.5644774319209
-1999,6,9,14,30,21.0,278.0,296.0,23.0,1.0,4.3,27.87,289.0521919835565,29.821418583390955,28.954262007440285
-1999,6,9,15,30,24.0,253.0,269.0,22.0,2.0,4.5,30.72,263.22159375178023,28.131109907302797,27.341445126047457
-1999,6,9,16,30,0.0,90.0,90.0,21.0,2.0,4.2,34.49,87.96462595152441,23.08954144578613,22.825647567931554
-1999,6,9,17,30,0.0,11.0,11.0,18.0,4.0,3.0,45.61,10.751232060741874,18.27640194973041,18.244148253548182
-1999,6,9,18,30,0.0,3.0,3.0,16.0,6.0,1.5,62.52,2.9321541983841466,16.083310881809556,16.074514419214402
-1999,6,9,19,30,0.0,0.0,0.0,14.0,8.0,0.7000000000000001,79.81,0.0,14.0,14.0
-1999,6,9,20,30,0.0,0.0,0.0,13.0,8.0,0.7000000000000001,92.06,0.0,13.0,13.0
-1999,6,9,21,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,98.11,0.0,12.0,12.0
-1999,6,9,22,30,0.0,0.0,0.0,11.0,8.0,0.5,98.36,0.0,11.0,11.0
-1999,6,9,23,30,0.0,0.0,0.0,10.0,8.0,0.2,100.0,0.0,10.0,10.0
-1999,6,10,0,30,0.0,0.0,0.0,9.0,7.0,0.2,100.0,0.0,9.0,9.0
-1999,6,10,1,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
-1999,6,10,2,30,0.0,0.0,0.0,9.0,6.0,0.5,100.0,0.0,9.0,9.0
-1999,6,10,3,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
-1999,6,10,4,30,0.0,0.0,0.0,9.0,6.0,0.2,100.0,0.0,9.0,9.0
-1999,6,10,5,30,0.0,7.0,7.0,10.0,7.0,0.30000000000000004,95.87,6.8416931295630095,10.21076585568449,10.190240776295802
-1999,6,10,6,30,52.0,133.0,151.0,12.0,8.0,0.7000000000000001,89.03,142.88385789075807,16.284272705314333,15.85562113164206
-1999,6,10,7,30,88.0,229.0,276.0,14.0,8.0,0.9,77.21000000000002,264.96596523438507,21.83837098213235,21.043473086429195
-1999,6,10,8,30,7.0,155.0,160.0,17.0,6.0,1.3,62.04,156.14736543712382,21.496563891700948,21.028121795389577
-1999,6,10,9,30,3.0,120.0,123.0,18.0,5.0,2.0,51.21,119.7663326784054,21.29088219333138,20.931583195296163
-1999,6,10,10,30,378.0,428.0,770.0,20.0,5.0,2.7,46.16,773.3033100446723,40.28034616850226,37.960436238368246
-1999,6,10,11,30,451.0,483.0,913.0,21.0,4.0,3.5,41.94,922.2093743177719,43.93815974815279,41.17153162519948
-1999,6,10,12,30,17.0,250.0,266.0,21.0,4.0,4.2,38.25,261.31373178312924,27.207334675813804,26.423393480464416
-1999,6,10,13,30,0.0,42.0,42.0,21.0,4.0,4.6000000000000005,37.71,41.05015877737806,21.949939856127475,21.82678937979534
-1999,6,10,14,30,357.0,373.0,663.0,20.0,4.0,4.9,40.7,659.3838578321865,34.963294476008045,32.985142902511484
-1999,6,10,15,30,492.0,255.0,591.0,19.0,4.0,4.9,44.76,576.4824447767969,32.082025710795605,30.352578376465218
-1999,6,10,16,30,0.0,24.0,24.0,18.0,5.0,4.2,49.8,23.457233587073173,18.557211052209635,18.486839351448413
-1999,6,10,17,30,0.0,5.0,5.0,16.0,6.0,2.6,60.04,4.886923663973579,16.129016986821718,16.114356215829797
-1999,6,10,18,30,0.0,3.0,3.0,14.0,7.0,0.8,74.63,2.9321541983841466,14.087327399917005,14.078530937321853
-1999,6,10,19,30,0.0,0.0,0.0,12.0,8.0,0.30000000000000004,91.52,0.0,12.0,12.0
-1999,6,10,20,30,0.0,0.0,0.0,11.0,8.0,0.6000000000000001,96.13,0.0,11.0,11.0
-1999,6,10,21,30,0.0,0.0,0.0,10.0,7.0,0.7000000000000001,100.0,0.0,10.0,10.0
-1999,6,10,22,30,0.0,0.0,0.0,9.0,7.0,0.7000000000000001,100.0,0.0,9.0,9.0
-1999,6,10,23,30,0.0,0.0,0.0,8.0,6.0,0.7000000000000001,100.0,0.0,8.0,8.0
-1999,6,11,0,30,0.0,0.0,0.0,8.0,6.0,0.8,100.0,0.0,8.0,8.0
-1999,6,11,1,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
-1999,6,11,2,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
-1999,6,11,3,30,0.0,0.0,0.0,6.0,3.0,1.2000000000000002,99.79,0.0,6.0,6.0
-1999,6,11,4,30,0.0,0.0,0.0,7.0,3.0,1.7000000000000002,87.89,0.0,7.0,7.0
-1999,6,11,5,30,372.0,51.0,110.0,9.0,3.0,2.6,77.29,57.56657573999239,10.519783539565076,10.3470838123451
-1999,6,11,6,30,638.0,82.0,300.0,13.0,3.0,2.7,60.47,238.02812775932892,19.242431354032107,18.52834697075412
-1999,6,11,7,30,773.0,101.0,504.0,16.0,2.0,2.1,45.39,459.6845424874873,28.54691884178729,27.167865214324827
-1999,6,11,8,30,848.0,115.0,692.0,19.0,0.0,1.7000000000000002,33.54,675.407199772371,37.934709997374696,35.908488398057585
-1999,6,11,9,30,889.0,126.0,848.0,20.0,0.0,1.7000000000000002,30.6,856.4534594621143,44.01025320225913,41.44089282387279
-1999,6,11,10,30,908.0,136.0,957.0,22.0,0.0,2.0,28.91,985.3291568652197,49.07440483800198,46.11841736740632
-1999,6,11,11,30,489.0,460.0,926.0,23.0,0.0,2.4000000000000004,27.67,937.5716081995906,48.08388749875533,45.27117267415656
-1999,6,11,12,30,77.0,481.0,554.0,23.0,1.0,2.8000000000000003,26.73,546.9813868338064,37.24999370672874,35.60904954622732
-1999,6,11,13,30,73.0,448.0,515.0,22.0,1.0,3.1,29.93,506.4721730418614,34.934885713777746,33.41546919465216
-1999,6,11,14,30,21.0,288.0,305.0,21.0,2.0,3.0,33.87,298.83894037508037,28.68280931044674,27.786292489321497
-1999,6,11,15,30,192.0,332.0,463.0,20.0,3.0,2.5,40.95,452.3352173651663,32.02153836869375,30.664532716598245
-1999,6,11,16,30,0.0,19.0,19.0,18.0,4.0,2.1,46.84,18.570309923099597,18.506869711587722,18.451158781818425
-1999,6,11,17,30,0.0,9.0,9.0,16.0,5.0,1.6,57.95,8.796462595152441,16.248262342462006,16.22187295467655
-1999,6,11,18,30,0.0,6.0,6.0,14.0,7.0,1.0,73.19,5.864308396768293,14.17231645315826,14.154723527967954
-1999,6,11,19,30,0.0,0.0,0.0,12.0,8.0,0.5,89.78,0.0,12.0,12.0
-1999,6,11,20,30,0.0,0.0,0.0,11.0,8.0,0.5,94.85,0.0,11.0,11.0
-1999,6,11,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
-1999,6,11,22,30,0.0,0.0,0.0,10.0,7.0,1.4,97.95,0.0,10.0,10.0
-1999,6,11,23,30,0.0,0.0,0.0,9.0,7.0,1.4,100.0,0.0,9.0,9.0
-1999,6,12,0,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
-1999,6,12,1,30,0.0,0.0,0.0,8.0,6.0,1.1,100.0,0.0,8.0,8.0
-1999,6,12,2,30,0.0,0.0,0.0,8.0,5.0,1.3,97.84,0.0,8.0,8.0
-1999,6,12,3,30,0.0,0.0,0.0,8.0,4.0,1.3,93.3,0.0,8.0,8.0
-1999,6,12,4,30,0.0,0.0,0.0,9.0,4.0,1.1,84.32000000000002,0.0,9.0,9.0
-1999,6,12,5,30,348.0,54.0,109.0,11.0,5.0,1.0,80.04,59.87804976859256,12.759452685647242,12.579818536341463
-1999,6,12,6,30,595.0,91.0,295.0,14.0,6.0,1.3,67.85,235.91349244240897,20.79358302787859,20.085842550551362
-1999,6,12,7,30,715.0,119.0,491.0,16.0,5.0,2.0,57.27,449.8149948866363,28.359801989935875,27.010357005275967
-1999,6,12,8,30,786.0,140.0,675.0,17.0,4.0,2.5,50.19,658.2728027727796,34.494662037804765,32.519843629486424
-1999,6,12,9,30,839.0,150.0,832.0,18.0,4.0,2.7,45.71,838.2909414131827,39.98468603580255,37.469813211563
-1999,6,12,10,30,16.0,235.0,249.0,20.0,4.0,3.0,42.43,244.69688799004203,26.290878715229187,25.556788051259062
-1999,6,12,11,30,0.0,77.0,77.0,21.0,4.0,3.3000000000000003,39.57,75.2586244251931,22.89678967203287,22.67101379875729
-1999,6,12,12,30,0.0,50.0,50.0,21.0,4.0,3.4000000000000004,39.68,48.86923663973578,22.223573992553305,22.076966282634096
-1999,6,12,13,30,0.0,54.0,54.0,20.0,4.0,3.3000000000000003,40.42,52.77877557091465,21.33021613363344,21.171879806920696
-1999,6,12,14,30,25.0,308.0,329.0,19.0,4.0,2.9000000000000004,44.43,321.7098632070388,27.32579320211811,26.360663612496992
-1999,6,12,15,30,135.0,331.0,424.0,18.0,5.0,2.4000000000000004,52.34,413.50735787334514,29.063018498096916,27.82249642447688
-1999,6,12,16,30,9.0,164.0,169.0,16.0,5.0,1.9,57.9,164.52475461312363,20.551050009992984,20.057475746153614
-1999,6,12,17,30,75.0,138.0,165.0,15.0,6.0,1.4,65.11,153.71626489886546,19.396926370259695,18.935777575563097
-1999,6,12,18,30,8.0,54.0,55.0,13.0,7.0,1.0,80.29,52.97265353335596,14.556544975751883,14.397627015151816
-1999,6,12,19,30,0.0,0.0,0.0,11.0,8.0,0.8,95.38,0.0,11.0,11.0
-1999,6,12,20,30,0.0,0.0,0.0,10.0,7.0,0.9,98.29,0.0,10.0,10.0
-1999,6,12,21,30,0.0,0.0,0.0,9.0,7.0,1.0,100.0,0.0,9.0,9.0
-1999,6,12,22,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
-1999,6,12,23,30,0.0,0.0,0.0,8.0,6.0,1.3,100.0,0.0,8.0,8.0
-1999,6,13,0,30,0.0,0.0,0.0,8.0,4.0,1.6,100.0,0.0,8.0,8.0
-1999,6,13,1,30,0.0,0.0,0.0,7.0,4.0,1.7000000000000002,99.34,0.0,7.0,7.0
-1999,6,13,2,30,0.0,0.0,0.0,6.0,3.0,1.6,99.15,0.0,6.0,6.0
-1999,6,13,3,30,0.0,0.0,0.0,6.0,2.0,1.4,92.92,0.0,6.0,6.0
-1999,6,13,4,30,0.0,0.0,0.0,7.0,2.0,1.6,82.43,0.0,7.0,7.0
-1999,6,13,5,30,0.0,18.0,18.0,10.0,3.0,2.3000000000000003,75.8,17.592925190304882,10.473828999111435,10.42105022354052
-1999,6,13,6,30,346.0,120.0,239.0,12.0,3.0,3.0,63.33,202.57990428235382,17.208098960518402,16.600359247671342
-1999,6,13,7,30,342.0,211.0,390.0,14.0,3.0,3.1,60.45,365.57065120493087,23.33637590639408,22.239663952779285
-1999,6,13,8,30,307.0,311.0,520.0,16.0,4.0,2.8000000000000003,54.42,507.46807609785105,29.22059043474782,27.698186206454267
-1999,6,13,9,30,4.0,126.0,130.0,17.0,4.0,2.6,48.27,126.45191571404621,20.338387555248797,19.95903180810666
-1999,6,13,10,30,0.0,98.0,98.0,19.0,4.0,2.7,45.61,95.78370381388214,21.511985459540586,21.224634348098938
-1999,6,13,11,30,0.0,88.0,88.0,20.0,4.0,2.9000000000000004,43.47,86.00985648593499,22.225919564004478,21.967889994546674
-1999,6,13,12,30,27.0,379.0,405.0,21.0,4.0,3.2,41.24,397.38465046416667,31.081955306068483,29.889801354675985
-1999,6,13,13,30,18.0,289.0,306.0,21.0,4.0,3.4000000000000004,39.18,299.3933331234338,28.496124784069522,27.59794478469922
-1999,6,13,14,30,16.0,251.0,264.0,20.0,4.0,3.4000000000000004,42.22,258.56041614876557,26.473761868548387,25.69808062010209
-1999,6,13,15,30,9.0,174.0,180.0,19.0,5.0,3.3000000000000003,45.35,176.06936819005256,23.43758521624596,22.909377111675802
-1999,6,13,16,30,501.0,176.0,439.0,18.0,5.0,3.0,48.56,408.02772829770606,28.48992887590714,27.26584569101402
-1999,6,13,17,30,439.0,109.0,261.0,17.0,5.0,2.5,52.18,217.2077920936665,22.772647599369403,22.121024223088405
-1999,6,13,18,30,414.0,43.0,110.0,14.0,6.0,1.6,67.35,52.64456134151209,15.485786129953071,15.327852445928535
-1999,6,13,19,30,0.0,0.0,0.0,12.0,7.0,1.0,82.09,0.0,12.0,12.0
-1999,6,13,20,30,0.0,0.0,0.0,11.0,6.0,1.1,91.74,0.0,11.0,11.0
-1999,6,13,21,30,0.0,0.0,0.0,10.0,6.0,1.3,90.1,0.0,10.0,10.0
-1999,6,13,22,30,0.0,0.0,0.0,10.0,6.0,1.6,89.46000000000002,0.0,10.0,10.0
-1999,6,13,23,30,0.0,0.0,0.0,9.0,6.0,1.9,95.67,0.0,9.0,9.0
-1999,6,14,0,30,0.0,0.0,0.0,9.0,6.0,2.0,95.67,0.0,9.0,9.0
-1999,6,14,1,30,0.0,0.0,0.0,9.0,6.0,2.3000000000000003,100.0,0.0,9.0,9.0
-1999,6,14,2,30,0.0,0.0,0.0,8.0,6.0,2.6,100.0,0.0,8.0,8.0
-1999,6,14,3,30,0.0,0.0,0.0,8.0,6.0,2.8000000000000003,100.0,0.0,8.0,8.0
-1999,6,14,4,30,0.0,0.0,0.0,9.0,6.0,3.5,100.0,0.0,9.0,9.0
-1999,6,14,5,30,422.0,46.0,112.0,11.0,6.0,4.3,81.72,53.202899839316764,12.255549204327945,12.095940504809995
-1999,6,14,6,30,667.0,73.0,301.0,15.0,6.0,4.6000000000000005,63.66,235.39882279912422,20.44735344569743,19.741156977300058
-1999,6,14,7,30,736.0,101.0,484.0,19.0,5.0,3.9,50.91,441.1835303835908,29.688378479455615,28.36482788830484
-1999,6,14,8,30,845.0,108.0,683.0,21.0,4.0,2.3000000000000003,39.0,665.2111467369255,38.916084360423795,36.92045092021302
-1999,6,14,9,30,96.0,402.0,480.0,22.0,4.0,1.1,35.98000000000001,471.9620413549052,35.77505938468846,34.35917326062375
-1999,6,14,10,30,166.0,476.0,627.0,23.0,4.0,1.0,36.71,620.9104804584649,41.24479281825553,39.38206137688014
-1999,6,14,11,30,394.0,505.0,881.0,22.0,5.0,1.5,40.59,886.5637848920273,47.189811211318556,44.53011985664247
-1999,6,14,12,30,0.0,57.0,57.0,21.0,5.0,1.8,45.25,55.71092976929879,22.551407535244778,22.38427474593688
-1999,6,14,13,30,11.0,168.0,178.0,20.0,6.0,2.0,47.43,174.54630001223714,24.796100020567113,24.2724611205304
-1999,6,14,14,30,73.0,391.0,451.0,20.0,7.0,1.9,51.9,442.5920893275172,32.24289157758234,30.91511530959979
-1999,6,14,15,30,342.0,306.0,540.0,19.0,7.0,1.6,52.56,527.5349007291288,33.88860422798229,32.3059995257949
-1999,6,14,16,30,630.0,135.0,467.0,18.0,7.0,1.2000000000000002,56.49,429.29115080958667,30.44563503670081,29.157761584272052
-1999,6,14,17,30,304.0,129.0,235.0,17.0,7.0,0.7000000000000001,62.13,203.03769953665915,23.087943642589636,22.478830543979658
-1999,6,14,18,30,0.0,53.0,53.0,15.0,9.0,0.5,79.28,51.801390838119936,16.574353942057574,16.418949769543215
-1999,6,14,19,30,0.0,0.0,0.0,13.0,10.0,0.6000000000000001,93.65,0.0,13.0,13.0
-1999,6,14,20,30,0.0,0.0,0.0,12.0,9.0,0.8,97.73,0.0,12.0,12.0
-1999,6,14,21,30,0.0,0.0,0.0,12.0,9.0,0.9,94.55,0.0,12.0,12.0
-1999,6,14,22,30,0.0,0.0,0.0,12.0,8.0,1.0,92.7,0.0,12.0,12.0
-1999,6,14,23,30,0.0,0.0,0.0,11.0,8.0,1.0,97.99,0.0,11.0,11.0
-1999,6,15,0,30,0.0,0.0,0.0,11.0,8.0,1.2000000000000002,95.56,0.0,11.0,11.0
-1999,6,15,1,30,0.0,0.0,0.0,10.0,7.0,1.4,98.2,0.0,10.0,10.0
-1999,6,15,2,30,0.0,0.0,0.0,10.0,6.0,1.6,98.82,0.0,10.0,10.0
-1999,6,15,3,30,0.0,0.0,0.0,9.0,6.0,1.6,100.0,0.0,9.0,9.0
-1999,6,15,4,30,0.0,0.0,0.0,10.0,6.0,1.6,93.66,0.0,10.0,10.0
-1999,6,15,5,30,0.0,6.0,6.0,11.0,6.0,2.0,84.56,5.864308396768293,11.16113667044435,11.143543745254044
-1999,6,15,6,30,0.0,18.0,18.0,12.0,6.0,3.0,87.21000000000002,17.592925190304882,12.452294099558848,12.399515323987934
-1999,6,15,7,30,0.0,40.0,40.0,12.0,7.0,3.3000000000000003,88.22,39.09538931178863,12.985345284172917,12.868059116237552
-1999,6,15,8,30,16.0,223.0,234.0,12.0,7.0,2.6,81.89,228.54545027477425,18.033702871939077,17.348066521114756
-1999,6,15,9,30,52.0,369.0,412.0,14.0,7.0,2.2,71.59,403.4561645685941,24.938947507766645,23.728579014060863
-1999,6,15,10,30,0.0,106.0,106.0,16.0,6.0,2.7,61.42,103.60278167623987,18.717045497054098,18.40623715202538
-1999,6,15,11,30,20.0,325.0,345.0,17.0,6.0,3.7,56.51,337.60227128106624,25.287258862345993,24.274452048502795
-1999,6,15,12,30,62.0,466.0,526.0,17.0,6.0,4.1000000000000005,56.67,517.3685760703082,29.37058303055252,27.818477302341595
-1999,6,15,13,30,19.0,295.0,313.0,17.0,6.0,3.7,57.48,306.2090629557159,24.516637139558064,23.598009950690916
-1999,6,15,14,30,35.0,341.0,370.0,17.0,6.0,3.2,61.91,362.2829561045125,26.191398226704845,25.104549358391306
-1999,6,15,15,30,29.0,269.0,289.0,16.0,6.0,2.8000000000000003,66.32000000000001,282.30997063817773,23.354757221680597,22.507827309766064
-1999,6,15,16,30,8.0,160.0,164.0,15.0,7.0,2.5,71.64,160.16270441997847,19.25658233651121,18.776094223251278
-1999,6,15,17,30,0.0,46.0,46.0,13.0,7.0,2.0,77.46000000000002,44.95969770855692,14.235381140073342,14.100502046947671
-1999,6,15,18,30,0.0,34.0,34.0,12.0,7.0,1.5,84.75,33.23108091502033,12.944189993841627,12.844496751096566
-1999,6,15,19,30,0.0,0.0,0.0,11.0,7.0,1.1,92.38,0.0,11.0,11.0
-1999,6,15,20,30,0.0,0.0,0.0,10.0,7.0,1.0,97.98,0.0,10.0,10.0
-1999,6,15,21,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
-1999,6,15,22,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
-1999,6,15,23,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
-1999,6,16,0,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,6,16,1,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,6,16,2,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,6,16,3,30,0.0,0.0,0.0,7.0,4.0,1.1,100.0,0.0,7.0,7.0
-1999,6,16,4,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
-1999,6,16,5,30,0.0,46.0,46.0,9.0,5.0,1.0,91.62,44.95969770855692,10.321092807546659,10.186213714420989
-1999,6,16,6,30,0.0,21.0,21.0,12.0,6.0,1.1,82.64,20.52507938868903,12.599061286036829,12.537486047870761
-1999,6,16,7,30,688.0,124.0,481.0,15.0,6.0,1.5,67.04,440.4639567005215,27.514839996569215,26.19344812646765
-1999,6,16,8,30,10.0,185.0,192.0,17.0,5.0,2.2,57.64,187.42913023853117,22.081784831068234,21.51949744035264
-1999,6,16,9,30,14.0,224.0,236.0,18.0,5.0,3.0,54.67,230.45393707753914,23.924708644683932,23.233346833451314
-1999,6,16,10,30,10.0,156.0,165.0,18.0,6.0,3.5,52.49,161.84255900901795,22.025518039593795,21.53999036256674
-1999,6,16,11,30,0.0,87.0,87.0,19.0,6.0,3.5,54.22,85.03247175314027,21.11501690957842,20.859919494318998
-1999,6,16,12,30,0.0,63.0,63.0,18.0,7.0,3.3000000000000003,59.55,61.57523816606709,19.551918822572343,19.367193108074144
-1999,6,16,13,30,0.0,63.0,63.0,17.0,7.0,2.9000000000000004,60.84,61.57523816606709,18.593556051503203,18.408830337005003
-1999,6,16,14,30,0.0,55.0,55.0,16.0,7.0,2.5,65.84,53.75616030370936,17.428656710412618,17.26738822950149
-1999,6,16,15,30,268.0,322.0,506.0,15.0,7.0,2.4000000000000004,70.91,494.1205942837039,28.219753338767926,26.737391555916815
-1999,6,16,16,30,261.0,230.0,368.0,15.0,7.0,2.6,76.19,348.4385199175115,24.198933935428865,23.15361837567633
-1999,6,16,17,30,15.0,122.0,128.0,14.0,8.0,2.8000000000000003,81.95,123.07338395282595,17.206315587712034,16.837095435853556
-1999,6,16,18,30,0.0,33.0,33.0,13.0,8.0,2.5,88.67,32.25369618222562,13.85719402624757,13.760432937700893
-1999,6,16,19,30,0.0,0.0,0.0,11.0,8.0,2.2,95.14,0.0,11.0,11.0
-1999,6,16,20,30,0.0,0.0,0.0,10.0,8.0,2.1,100.0,0.0,10.0,10.0
-1999,6,16,21,30,0.0,0.0,0.0,10.0,7.0,2.1,99.01,0.0,10.0,10.0
-1999,6,16,22,30,0.0,0.0,0.0,10.0,7.0,2.4000000000000004,98.3,0.0,10.0,10.0
-1999,6,16,23,30,0.0,0.0,0.0,10.0,7.0,3.2,97.54,0.0,10.0,10.0
-1999,6,17,0,30,0.0,0.0,0.0,10.0,7.0,3.9,96.16,0.0,10.0,10.0
-1999,6,17,1,30,0.0,0.0,0.0,9.0,7.0,3.9,100.0,0.0,9.0,9.0
-1999,6,17,2,30,0.0,0.0,0.0,9.0,6.0,3.6,99.35,0.0,9.0,9.0
-1999,6,17,3,30,0.0,0.0,0.0,9.0,6.0,3.3000000000000003,97.59,0.0,9.0,9.0
-1999,6,17,4,30,0.0,0.0,0.0,10.0,6.0,3.3000000000000003,96.25,0.0,10.0,10.0
-1999,6,17,5,30,0.0,35.0,35.0,12.0,6.0,3.1,79.85000000000002,34.20846564781505,12.87365627797602,12.771030881032575
-1999,6,17,6,30,0.0,97.0,97.0,16.0,7.0,2.2,64.12,94.80631908108742,18.570493250342366,18.286074293099105
-1999,6,17,7,30,422.0,200.0,420.0,19.0,7.0,1.8,52.46,391.0361123870296,29.889360020058007,28.716251682896917
-1999,6,17,8,30,680.0,186.0,648.0,21.0,6.0,2.2,45.15,630.958229808728,38.10723384993064,36.21435916050445
-1999,6,17,9,30,342.0,378.0,656.0,22.0,7.0,2.4000000000000004,43.09,650.5797516376231,39.40567777045175,37.45393851553889
-1999,6,17,10,30,394.0,446.0,803.0,23.0,7.0,2.2,41.2,804.9983477588544,44.826001046207466,42.411006002930904
-1999,6,17,11,30,0.0,75.0,75.0,22.0,7.0,1.7000000000000002,45.33,73.30385495960367,24.055037665896215,23.835126101017405
-1999,6,17,12,30,10.0,153.0,162.0,21.0,8.0,0.9,50.34,159.5211101062442,25.71904246037128,25.24047913005255
-1999,6,17,13,30,0.0,105.0,105.0,19.0,8.0,1.5,59.21,102.62539694344514,21.915880863334436,21.6080046725041
-1999,6,17,14,30,11.0,172.0,181.0,18.0,9.0,2.9000000000000004,68.37,177.2329593807753,22.586757004257894,22.05505812611557
-1999,6,17,15,30,0.0,31.0,31.0,18.0,8.0,2.6,66.42,30.29892671663619,18.79990531829466,18.70900853814475
-1999,6,17,16,30,14.0,178.0,186.0,18.0,8.0,1.6,59.47,180.62277867662917,23.09771213725932,22.555843801229432
-1999,6,17,17,30,126.0,151.0,195.0,17.0,7.0,1.1,61.08,179.84829401078863,22.249195302065736,21.70965042003337
-1999,6,17,18,30,343.0,56.0,114.0,15.0,8.0,0.9,74.21000000000002,64.9822448180498,16.922341013439418,16.72739427898527
-1999,6,17,19,30,0.0,0.0,0.0,13.0,8.0,0.8,84.8,0.0,13.0,13.0
-1999,6,17,20,30,0.0,0.0,0.0,12.0,8.0,0.9,96.23,0.0,12.0,12.0
-1999,6,17,21,30,0.0,0.0,0.0,11.0,8.0,0.9,96.43,0.0,11.0,11.0
-1999,6,17,22,30,0.0,0.0,0.0,10.0,8.0,1.0,100.0,0.0,10.0,10.0
-1999,6,17,23,30,0.0,0.0,0.0,10.0,7.0,1.3,97.02,0.0,10.0,10.0
-1999,6,18,0,30,0.0,0.0,0.0,10.0,6.0,1.6,92.14,0.0,10.0,10.0
-1999,6,18,1,30,0.0,0.0,0.0,10.0,6.0,1.8,93.82,0.0,10.0,10.0
-1999,6,18,2,30,0.0,0.0,0.0,9.0,5.0,2.0,90.97,0.0,9.0,9.0
-1999,6,18,3,30,0.0,0.0,0.0,9.0,5.0,2.1,90.02,0.0,9.0,9.0
-1999,6,18,4,30,0.0,0.0,0.0,10.0,5.0,2.6,83.71000000000002,0.0,10.0,10.0
-1999,6,18,5,30,404.0,47.0,110.0,13.0,5.0,3.3000000000000003,75.03,52.89931452874623,14.333254151562134,14.174556207975895
-1999,6,18,6,30,653.0,74.0,297.0,16.0,6.0,3.7,60.21,231.25856916868713,21.676797195600326,20.983021488094263
-1999,6,18,7,30,345.0,212.0,391.0,19.0,6.0,3.8,48.7,366.8396961318724,27.94590013844469,26.84538105004907
-1999,6,18,8,30,859.0,100.0,684.0,21.0,5.0,3.7,40.85,664.6120904419787,37.31450053827432,35.32066426694838
-1999,6,18,9,30,904.0,107.0,840.0,22.0,5.0,3.7,38.1,847.2159400019077,42.796950744612374,40.25530292460665
-1999,6,18,10,30,930.0,111.0,952.0,23.0,5.0,3.8,35.87,979.3559879770886,46.88296839413302,43.944900430201756
-1999,6,18,11,30,940.0,113.0,1010.0,24.0,5.0,3.8,33.730000000000004,1047.4671783301444,49.543955232891044,46.40155369790061
-1999,6,18,12,30,937.0,115.0,1010.0,25.0,5.0,3.7,31.76,1048.1021995951987,50.728186630025114,47.58388003123952
-1999,6,18,13,30,276.0,464.0,715.0,26.0,5.0,3.4000000000000004,31.62,713.4053186434671,43.86203865790668,41.72182270197628
-1999,6,18,14,30,566.0,318.0,781.0,25.0,5.0,3.1,31.42,780.4991613528297,44.93331122451181,42.591813740453325
-1999,6,18,15,30,0.0,42.0,42.0,25.0,4.0,2.8000000000000003,33.02,41.05015877737806,26.06944133441891,25.946290858086776
-1999,6,18,16,30,0.0,67.0,67.0,24.0,5.0,2.5,35.21,65.48477709724594,25.740363629048094,25.543909297756358
-1999,6,18,17,30,1.0,112.0,112.0,22.0,5.0,1.6,39.16,109.72142939790402,25.096665140782203,24.76750085258849
-1999,6,18,18,30,232.0,59.0,98.0,20.0,9.0,0.9,60.13,64.81617568625009,21.91742826374881,21.72297973669006
-1999,6,18,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.86,0.0,18.0,18.0
-1999,6,18,20,30,0.0,0.0,0.0,16.0,7.0,1.0,63.14,0.0,16.0,16.0
-1999,6,18,21,30,0.0,0.0,0.0,15.0,6.0,1.3,70.89,0.0,15.0,15.0
-1999,6,18,22,30,0.0,0.0,0.0,13.0,6.0,1.6,74.09,0.0,13.0,13.0
-1999,6,18,23,30,0.0,0.0,0.0,13.0,6.0,1.9,76.56,0.0,13.0,13.0
-1999,6,19,0,30,0.0,0.0,0.0,12.0,5.0,2.0,73.45,0.0,12.0,12.0
-1999,6,19,1,30,0.0,0.0,0.0,11.0,4.0,2.0,75.25,0.0,11.0,11.0
-1999,6,19,2,30,0.0,0.0,0.0,11.0,4.0,1.9,72.54,0.0,11.0,11.0
-1999,6,19,3,30,0.0,0.0,0.0,11.0,3.0,1.8,75.28,0.0,11.0,11.0
-1999,6,19,4,30,0.0,0.0,0.0,12.0,3.0,1.9,68.79,0.0,12.0,12.0
-1999,6,19,5,30,249.0,50.0,89.0,16.0,4.0,2.7,56.56,52.990228861325086,17.3897007434169,17.230730056832925
-1999,6,19,6,30,707.0,64.0,304.0,20.0,4.0,3.0,41.2,234.10292888380837,26.018520074304725,25.3162112876533
-1999,6,19,7,30,822.0,78.0,505.0,23.0,4.0,2.8000000000000003,33.86,456.0053389896553,34.87987995067125,33.51186393370229
-1999,6,19,8,30,887.0,89.0,692.0,25.0,4.0,2.9000000000000004,29.06,671.780830876572,42.38556666951156,40.37022417688185
-1999,6,19,9,30,925.0,97.0,847.0,26.0,4.0,3.0,27.35,854.2300807038728,47.961283924571994,45.39859368246037
-1999,6,19,10,30,943.0,104.0,956.0,27.0,4.0,3.0,26.12,984.3692863481203,52.307014904352776,49.35390704530842
-1999,6,19,11,30,443.0,486.0,908.0,28.0,4.0,3.0,24.93,916.5414988200077,51.56323962234324,48.81361512588322
-1999,6,19,12,30,536.0,430.0,942.0,28.0,4.0,2.9000000000000004,25.08,955.5775123533986,52.73017357049061,49.86344103343041
-1999,6,19,13,30,13.0,188.0,200.0,28.0,4.0,2.7,25.22,195.99513998525526,33.14009087328931,32.552105453333546
-1999,6,19,14,30,0.0,87.0,87.0,27.0,4.0,2.3000000000000003,26.95,85.03247175314027,29.290173495705268,29.035076080445847
-1999,6,19,15,30,545.0,245.0,621.0,26.0,4.0,1.5,28.37,605.41431638931,43.20155119615392,41.38530824698599
-1999,6,19,16,30,3.0,142.0,143.0,25.0,4.0,0.8,32.05,140.2127551229579,29.17591112596855,28.75527286059968
-1999,6,19,17,30,393.0,118.0,257.0,23.0,5.0,1.0,38.63,216.68210669945472,29.366972806185615,28.71692648608725
-1999,6,19,18,30,297.0,52.0,102.0,20.0,8.0,1.9,59.27,60.247888932216796,21.666564743839164,21.485821077042512
-1999,6,19,19,30,0.0,0.0,0.0,17.0,8.0,3.0,65.19,0.0,17.0,17.0
-1999,6,19,20,30,0.0,0.0,0.0,16.0,7.0,3.9,70.87,0.0,16.0,16.0
-1999,6,19,21,30,0.0,0.0,0.0,15.0,7.0,3.7,69.58,0.0,15.0,15.0
-1999,6,19,22,30,0.0,0.0,0.0,14.0,7.0,3.0,72.66,0.0,14.0,14.0
-1999,6,19,23,30,0.0,0.0,0.0,14.0,6.0,2.3000000000000003,75.33,0.0,14.0,14.0
-1999,6,20,0,30,0.0,0.0,0.0,13.0,6.0,1.8,72.57000000000002,0.0,13.0,13.0
-1999,6,20,1,30,0.0,0.0,0.0,13.0,5.0,1.7000000000000002,75.21000000000002,0.0,13.0,13.0
-1999,6,20,2,30,0.0,0.0,0.0,12.0,5.0,1.8,73.31,0.0,12.0,12.0
-1999,6,20,3,30,0.0,0.0,0.0,12.0,5.0,1.9,76.48,0.0,12.0,12.0
-1999,6,20,4,30,0.0,0.0,0.0,13.0,4.0,2.2,70.06,0.0,13.0,13.0
-1999,6,20,5,30,410.0,46.0,110.0,15.0,5.0,2.9000000000000004,61.45,51.443900633677075,16.33135886452653,16.177027162625496
-1999,6,20,6,30,655.0,75.0,298.0,19.0,6.0,3.0,51.53,231.7447044603144,24.95789280620438,24.262658692823436
-1999,6,20,7,30,780.0,93.0,498.0,22.0,5.0,2.6,38.29,450.69387975073244,33.89852151223292,32.54643987298072
-1999,6,20,8,30,851.0,106.0,684.0,25.0,4.0,2.2,29.44,664.113935013457,43.00618781486838,41.013846009828015
-1999,6,20,9,30,891.0,117.0,839.0,27.0,3.0,1.6,25.02,845.4122618002095,50.860048990179834,48.3238122047792
-1999,6,20,10,30,668.0,311.0,915.0,28.0,3.0,1.5,23.29,929.0508870008816,54.396991223942685,51.60983856294004
-1999,6,20,11,30,345.0,462.0,792.0,29.0,3.0,1.9,22.31,795.3755664404471,51.00151574824615,48.615389048924804
-1999,6,20,12,30,39.0,425.0,462.0,29.0,3.0,2.4000000000000004,22.68,454.3392618573375,41.15543946833219,39.79242168276018
-1999,6,20,13,30,16.0,238.0,253.0,29.0,4.0,2.6,23.15,247.6971121258167,35.53931537472184,34.796224038344384
-1999,6,20,14,30,456.0,364.0,738.0,28.0,4.0,2.7,25.27,734.6366746133187,47.266290310298544,45.06238028645859
-1999,6,20,15,30,578.0,234.0,633.0,27.0,5.0,2.9000000000000004,27.69,617.2050200603704,42.97315453466449,41.12153947448338
-1999,6,20,16,30,0.0,25.0,25.0,25.0,5.0,3.1,32.58,24.43461831986789,25.6240401985543,25.550736343594696
-1999,6,20,17,30,35.0,133.0,146.0,22.0,6.0,3.2,42.02,139.05283147528274,25.52787766331324,25.110719168887393
-1999,6,20,18,30,0.0,3.0,3.0,19.0,8.0,3.2,57.67,2.9321541983841466,19.074391015214303,19.06559455261915
-1999,6,20,19,30,0.0,0.0,0.0,17.0,8.0,3.5,67.28,0.0,17.0,17.0
-1999,6,20,20,30,0.0,0.0,0.0,15.0,8.0,3.6,74.97,0.0,15.0,15.0
-1999,6,20,21,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,78.63,0.0,15.0,15.0
-1999,6,20,22,30,0.0,0.0,0.0,14.0,7.0,3.0,76.26,0.0,14.0,14.0
-1999,6,20,23,30,0.0,0.0,0.0,14.0,7.0,2.7,74.13,0.0,14.0,14.0
-1999,6,21,0,30,0.0,0.0,0.0,14.0,7.0,2.4000000000000004,78.22,0.0,14.0,14.0
-1999,6,21,1,30,0.0,0.0,0.0,13.0,7.0,2.1,77.7,0.0,13.0,13.0
-1999,6,21,2,30,0.0,0.0,0.0,13.0,7.0,2.0,81.85000000000002,0.0,13.0,13.0
-1999,6,21,3,30,0.0,0.0,0.0,12.0,6.0,1.8,79.98,0.0,12.0,12.0
-1999,6,21,4,30,0.0,0.0,0.0,13.0,6.0,2.0,72.97,0.0,13.0,13.0
-1999,6,21,5,30,387.0,45.0,105.0,17.0,7.0,2.6,65.74,49.800711623684315,18.31476122752464,18.16535909265359
-1999,6,21,6,30,609.0,74.0,281.0,20.0,7.0,3.3000000000000003,51.93,219.15723689921805,25.523555428718968,24.866083718021315
-1999,6,21,7,30,795.0,85.0,496.0,23.0,6.0,3.7,39.49,449.18771180476193,34.02639159205118,32.6788284566369
-1999,6,21,8,30,870.0,94.0,684.0,25.0,5.0,4.0,34.58,664.3286635527669,40.989061957530744,38.996075966872446
-1999,6,21,9,30,718.0,231.0,813.0,26.0,5.0,3.9,31.91,814.5281819496117,45.73325133712685,43.289666791278016
-1999,6,21,10,30,359.0,426.0,751.0,26.0,5.0,3.6,30.06,752.1885664576237,44.586290358334686,42.329724658961815
-1999,6,21,11,30,65.0,469.0,532.0,26.0,5.0,3.3000000000000003,32.33,523.1703060523524,39.18578489593261,37.616273977775556
-1999,6,21,12,30,0.0,87.0,87.0,25.0,5.0,2.9000000000000004,32.85,85.03247175314027,27.200625023504426,26.945527608245005
-1999,6,21,13,30,16.0,249.0,265.0,24.0,6.0,2.6,36.05,258.46074064286955,30.823480017762186,30.048097795833577
-1999,6,21,14,30,17.0,262.0,276.0,24.0,6.0,2.4000000000000004,39.73,270.20809188694,31.22917515725633,30.418550881595507
-1999,6,21,15,30,0.0,112.0,112.0,23.0,7.0,2.2,43.48,109.46709007300815,25.967992206580877,25.639590936361852
-1999,6,21,16,30,151.0,242.0,322.0,22.0,7.0,1.9,47.02,308.6644260447031,30.538212031000786,29.612218752866678
-1999,6,21,17,30,0.0,38.0,38.0,21.0,7.0,1.6,51.61,37.14061984619919,22.04821877928402,21.936796919745422
-1999,6,21,18,30,259.0,55.0,99.0,18.0,10.0,1.3,67.87,62.41358669265715,19.797319343096813,19.61007858301884
-1999,6,21,19,30,0.0,0.0,0.0,16.0,9.0,1.4,75.92,0.0,16.0,16.0
-1999,6,21,20,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,78.09,0.0,15.0,15.0
-1999,6,21,21,30,0.0,0.0,0.0,15.0,8.0,2.0,81.21000000000002,0.0,15.0,15.0
-1999,6,21,22,30,0.0,0.0,0.0,14.0,8.0,2.5,79.31,0.0,14.0,14.0
-1999,6,21,23,30,0.0,0.0,0.0,14.0,8.0,3.0,82.82000000000002,0.0,14.0,14.0
-1999,6,22,0,30,0.0,0.0,0.0,13.0,7.0,3.4000000000000004,80.82000000000002,0.0,13.0,13.0
-1999,6,22,1,30,0.0,0.0,0.0,13.0,7.0,3.5,78.41,0.0,13.0,13.0
-1999,6,22,2,30,0.0,0.0,0.0,13.0,6.0,3.5,80.71000000000002,0.0,13.0,13.0
-1999,6,22,3,30,0.0,0.0,0.0,13.0,6.0,3.4000000000000004,78.7,0.0,13.0,13.0
-1999,6,22,4,30,0.0,0.0,0.0,13.0,6.0,3.8,73.32000000000002,0.0,13.0,13.0
-1999,6,22,5,30,16.0,52.0,55.0,16.0,6.0,4.2,65.13,51.055472238668045,17.21278893785862,17.059622521142614
-1999,6,22,6,30,652.0,75.0,296.0,20.0,6.0,4.3,50.78,229.96412348245173,25.426983738374997,24.73709136792764
-1999,6,22,7,30,792.0,90.0,500.0,23.0,5.0,4.3,38.81,452.09242196007557,33.66904778478248,32.312770518902255
-1999,6,22,8,30,869.0,101.0,689.0,25.0,3.0,4.1000000000000005,28.08,669.9316489404324,41.01845467879045,39.00865973196915
-1999,6,22,9,30,913.0,108.0,847.0,26.0,2.0,3.8,24.45,853.7386053324664,46.81961245789974,44.25839664190234
-1999,6,22,10,30,648.0,325.0,910.0,27.0,2.0,3.5,22.71,923.5954569185308,49.97263584979063,47.20184947903503
-1999,6,22,11,30,537.0,430.0,942.0,28.0,2.0,3.3000000000000003,21.44,955.307745375437,52.07721213191021,49.211288895783895
-1999,6,22,12,30,38.0,423.0,460.0,28.0,2.0,3.3000000000000003,21.67,451.40034924291905,39.37692227217188,38.022721224443124
-1999,6,22,13,30,374.0,433.0,773.0,28.0,2.0,3.2,23.5,775.8399655001231,47.68365876159901,45.35613886509864
-1999,6,22,14,30,389.0,345.0,665.0,27.0,3.0,3.2,24.5,660.7881658082996,43.7647057999765,41.7823413025516
-1999,6,22,15,30,441.0,272.0,577.0,26.0,3.0,3.1,27.15,562.8330709758279,40.37429702264247,38.68579780971499
-1999,6,22,16,30,473.0,183.0,435.0,25.0,4.0,2.9000000000000004,29.83,405.1871857349937,35.486171244326236,34.27060968712126
-1999,6,22,17,30,56.0,142.0,162.0,24.0,5.0,1.9,35.26,153.369512860638,28.242476001124203,27.78236746254229
-1999,6,22,18,30,138.0,61.0,84.0,21.0,8.0,1.0,54.91,64.33685238022561,22.89046984903394,22.697459291893264
-1999,6,22,19,30,0.0,0.0,0.0,19.0,8.0,0.9,60.11,0.0,19.0,19.0
-1999,6,22,20,30,0.0,0.0,0.0,17.0,7.0,1.1,60.05,0.0,17.0,17.0
-1999,6,22,21,30,0.0,0.0,0.0,16.0,6.0,1.2000000000000002,64.92,0.0,16.0,16.0
-1999,6,22,22,30,0.0,0.0,0.0,14.0,6.0,1.3,66.73,0.0,14.0,14.0
-1999,6,22,23,30,0.0,0.0,0.0,13.0,5.0,1.3,73.28,0.0,13.0,13.0
-1999,6,23,0,30,0.0,0.0,0.0,12.0,5.0,1.3,71.57000000000002,0.0,12.0,12.0
-1999,6,23,1,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,76.66,0.0,11.0,11.0
-1999,6,23,2,30,0.0,0.0,0.0,11.0,5.0,1.0,77.37,0.0,11.0,11.0
-1999,6,23,3,30,0.0,0.0,0.0,11.0,5.0,1.0,77.31,0.0,11.0,11.0
-1999,6,23,4,30,0.0,0.0,0.0,12.0,5.0,1.3,71.56,0.0,12.0,12.0
-1999,6,23,5,30,490.0,37.0,112.0,14.0,6.0,1.9,67.04,42.707399796713474,15.181363331789486,15.053241132399345
-1999,6,23,6,30,729.0,57.0,303.0,18.0,5.0,2.0,51.12000000000001,230.24778872814923,24.326638973024288,23.63589560683984
-1999,6,23,7,30,845.0,68.0,505.0,22.0,5.0,1.6,40.41,454.2942800882838,34.821536034719294,33.45865319445444
-1999,6,23,8,30,909.0,77.0,692.0,24.0,4.0,1.4,32.97,672.1632913803617,43.22667391726793,41.210184043126844
-1999,6,23,9,30,946.0,82.0,848.0,26.0,5.0,1.4,31.29,854.8938640319907,50.45353051616602,47.88884892407005
-1999,6,23,10,30,967.0,86.0,959.0,27.0,5.0,1.5,28.13,987.9940526317804,55.07173503791502,52.107752880019675
-1999,6,23,11,30,975.0,88.0,1017.0,28.0,5.0,1.7000000000000002,27.11,1057.3300486625053,57.64172998108686,54.46973983509935
-1999,6,23,12,30,971.0,89.0,1017.0,29.0,5.0,2.0,27.58,1057.106558079231,58.04667005023873,54.87535037600104
-1999,6,23,13,30,957.0,89.0,960.0,29.0,5.0,2.2,26.23,989.6139147209648,55.83150145360489,52.862659709442
-1999,6,23,14,30,696.0,224.0,794.0,28.0,6.0,2.2,27.88,798.2209681861164,49.642245273221164,47.24758236866281
-1999,6,23,15,30,638.0,210.0,651.0,28.0,6.0,2.0,29.59,635.2968632053868,45.45638434313396,43.5504937535178
-1999,6,23,16,30,467.0,185.0,434.0,27.0,6.0,1.7000000000000002,31.79,404.60543339112064,38.34291512913239,37.12909882895903
-1999,6,23,17,30,0.0,110.0,110.0,25.0,6.0,1.3,35.43,107.51232060741872,28.09602417820466,27.773487216382406
-1999,6,23,18,30,0.0,2.0,2.0,22.0,10.0,1.1,53.33,1.9547694655894312,22.05705345581303,22.051189147416263
-1999,6,23,19,30,0.0,0.0,0.0,20.0,10.0,1.2000000000000002,60.89,0.0,20.0,20.0
-1999,6,23,20,30,0.0,0.0,0.0,19.0,9.0,1.3,67.31,0.0,19.0,19.0
-1999,6,23,21,30,0.0,0.0,0.0,17.0,10.0,1.4,73.36,0.0,17.0,17.0
-1999,6,23,22,30,0.0,0.0,0.0,17.0,10.0,1.6,77.91,0.0,17.0,17.0
-1999,6,23,23,30,0.0,0.0,0.0,16.0,9.0,1.9,75.8,0.0,16.0,16.0
-1999,6,24,0,30,0.0,0.0,0.0,15.0,9.0,1.9,78.69,0.0,15.0,15.0
-1999,6,24,1,30,0.0,0.0,0.0,14.0,9.0,1.7000000000000002,82.19,0.0,14.0,14.0
-1999,6,24,2,30,0.0,0.0,0.0,13.0,8.0,1.7000000000000002,85.67,0.0,13.0,13.0
-1999,6,24,3,30,0.0,0.0,0.0,13.0,8.0,1.8,88.78,0.0,13.0,13.0
-1999,6,24,4,30,0.0,0.0,0.0,14.0,7.0,2.3000000000000003,80.38,0.0,14.0,14.0
-1999,6,24,5,30,455.0,41.0,110.0,17.0,8.0,3.0,67.85,45.74006860475784,18.175925147157997,18.038704941343724
-1999,6,24,6,30,709.0,63.0,302.0,21.0,8.0,2.8000000000000003,52.69,230.70353577828487,27.010303114682586,26.31819250734773
-1999,6,24,7,30,834.0,76.0,506.0,24.0,6.0,2.0,38.86,456.3907467891539,36.540487365865914,35.17131512549845
-1999,6,24,8,30,904.0,85.0,697.0,26.0,4.0,1.7000000000000002,29.94,676.0959114089362,44.95401769074038,42.92572995651357
-1999,6,24,9,30,946.0,91.0,856.0,27.0,3.0,1.3,24.28,863.2060730329245,51.85768010386173,49.26806188476296
-1999,6,24,10,30,970.0,95.0,971.0,28.0,2.0,1.2000000000000002,21.3,999.2977900078297,56.97077091844261,53.97287754841912
-1999,6,24,11,30,981.0,97.0,1031.0,29.0,1.0,1.4,19.09,1072.002389293633,59.66373995990429,56.447732792023395
-1999,6,24,12,30,979.0,97.0,1032.0,30.0,1.0,2.0,17.56,1073.0243013014706,59.484050210060005,56.26497730615559
-1999,6,24,13,30,966.0,96.0,975.0,31.0,1.0,2.7,17.46,1005.2422760274802,57.3630855787656,54.347358750683156
-1999,6,24,14,30,939.0,93.0,863.0,30.0,1.0,3.4000000000000004,17.57,872.8916202955938,51.8552111379405,49.236536277053716
-1999,6,24,15,30,681.0,191.0,662.0,29.0,1.0,3.9,19.07,646.1268003928343,44.6534578303813,42.71507742920279
-1999,6,24,16,30,400.0,206.0,419.0,28.0,2.0,4.1000000000000005,21.16,393.29669307961547,37.40395227390451,36.22406219466566
-1999,6,24,17,30,0.0,103.0,103.0,25.0,4.0,4.1000000000000005,29.29,100.6706274778557,27.407093150905627,27.10508126847206
-1999,6,24,18,30,0.0,12.0,12.0,22.0,8.0,4.1000000000000005,46.91,11.728616793536586,22.280438036998714,22.245252186618103
-1999,6,24,19,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.21,0.0,19.0,19.0
-1999,6,24,20,30,0.0,0.0,0.0,18.0,10.0,4.1000000000000005,75.21000000000002,0.0,18.0,18.0
-1999,6,24,21,30,0.0,0.0,0.0,17.0,10.0,3.9,76.64,0.0,17.0,17.0
-1999,6,24,22,30,0.0,0.0,0.0,17.0,10.0,3.8,80.86,0.0,17.0,17.0
-1999,6,24,23,30,0.0,0.0,0.0,16.0,10.0,3.6,78.56,0.0,16.0,16.0
-1999,6,25,0,30,0.0,0.0,0.0,16.0,9.0,3.4000000000000004,80.36,0.0,16.0,16.0
-1999,6,25,1,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,76.24,0.0,15.0,15.0
-1999,6,25,2,30,0.0,0.0,0.0,15.0,7.0,3.2,71.48,0.0,15.0,15.0
-1999,6,25,3,30,0.0,0.0,0.0,15.0,7.0,3.2,67.14,0.0,15.0,15.0
-1999,6,25,4,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,63.93,0.0,16.0,16.0
-1999,6,25,5,30,356.0,49.0,103.0,18.0,6.0,3.7,53.07,51.99664974731712,19.276382693740846,19.120392744498893
-1999,6,25,6,30,631.0,78.0,290.0,22.0,6.0,3.8,40.3,226.18628469155823,27.515869566114535,26.837310712039862
-1999,6,25,7,30,775.0,92.0,492.0,25.0,5.0,3.6,31.4,444.3719920129895,35.98026111931111,34.64714514327214
-1999,6,25,8,30,848.0,104.0,677.0,28.0,3.0,3.3000000000000003,24.85,657.3493040486959,44.567581195653254,42.595533283507166
-1999,6,25,9,30,549.0,321.0,764.0,29.0,3.0,3.1,23.51,762.7925700014341,48.48109934061838,46.19272163061407
-1999,6,25,10,30,262.0,464.0,700.0,30.0,4.0,2.9000000000000004,23.28,698.2565764879444,48.070754187962976,45.97598445849914
-1999,6,25,11,30,77.0,481.0,554.0,30.0,4.0,2.8000000000000003,22.41,546.8141636479979,44.245637197708966,42.60519470676497
-1999,6,25,12,30,13.0,178.0,190.0,31.0,4.0,2.7,22.26,186.9625094232579,35.90320468357558,35.34231715530581
-1999,6,25,13,30,94.0,465.0,551.0,31.0,4.0,2.6,20.77,543.2049090226249,45.340854371332796,43.71123964426492
-1999,6,25,14,30,619.0,292.0,800.0,31.0,4.0,2.5,21.79,801.1922988337978,52.29297828551998,49.88940138901859
-1999,6,25,15,30,596.0,229.0,641.0,30.0,4.0,2.4000000000000004,23.19,626.2723227661907,46.755354311568595,44.87653734327002
-1999,6,25,16,30,532.0,166.0,450.0,29.0,4.0,2.0,25.04,417.9037747227767,40.48296069525659,39.22924937108826
-1999,6,25,17,30,358.0,126.0,253.0,27.0,5.0,1.3,27.91,217.12265338386328,33.25246465441846,32.60109669426687
-1999,6,25,18,30,403.0,52.0,121.0,24.0,9.0,1.0,45.33,65.43262171451899,25.92266786325657,25.726369998113015
-1999,6,25,19,30,0.0,0.0,0.0,21.0,9.0,1.3,52.43,0.0,21.0,21.0
-1999,6,25,20,30,0.0,0.0,0.0,19.0,8.0,1.7000000000000002,55.65,0.0,19.0,19.0
-1999,6,25,21,30,0.0,0.0,0.0,17.0,7.0,2.0,59.86,0.0,17.0,17.0
-1999,6,25,22,30,0.0,0.0,0.0,17.0,6.0,2.3000000000000003,59.56,0.0,17.0,17.0
-1999,6,25,23,30,0.0,0.0,0.0,16.0,5.0,2.5,58.65,0.0,16.0,16.0
-1999,6,26,0,30,0.0,0.0,0.0,15.0,3.0,3.0,53.16,0.0,15.0,15.0
-1999,6,26,1,30,0.0,0.0,0.0,14.0,2.0,3.1,51.89,0.0,14.0,14.0
-1999,6,26,2,30,0.0,0.0,0.0,13.0,1.0,2.6,53.37000000000001,0.0,13.0,13.0
-1999,6,26,3,30,0.0,0.0,0.0,12.0,2.0,1.8,57.59,0.0,12.0,12.0
-1999,6,26,4,30,0.0,0.0,0.0,13.0,2.0,1.4,55.21,0.0,13.0,13.0
-1999,6,26,5,30,511.0,36.0,113.0,17.0,4.0,1.5,51.9,40.5831184568277,18.153082394876492,18.03133303950601
-1999,6,26,6,30,749.0,56.0,307.0,20.0,1.0,1.8,33.68,232.03028274760396,26.461452547108333,25.765361698865522
-1999,6,26,7,30,863.0,68.0,511.0,23.0,0.0,1.8,25.73,460.4327043843443,35.821878400037946,34.44058028688491
-1999,6,26,8,30,926.0,76.0,701.0,25.0,0.0,1.7000000000000002,22.72,680.4612982762894,44.0763991731817,42.03501527835283
-1999,6,26,9,30,962.0,82.0,859.0,26.0,0.0,1.5,22.05,866.5336487854759,50.62069779200322,48.021096845646795
-1999,6,26,10,30,982.0,86.0,972.0,28.0,1.0,1.6,21.48,1001.1207555105353,56.25460588979749,53.251243623265886
-1999,6,26,11,30,988.0,90.0,1030.0,29.0,1.0,1.8,20.62,1071.9568940393563,58.85126993494758,55.635399252829515
-1999,6,26,12,30,983.0,92.0,1031.0,30.0,1.0,1.9,19.49,1072.3745510709937,59.663804834987246,56.44668118177427
-1999,6,26,13,30,969.0,92.0,974.0,30.0,1.0,1.8,18.18,1004.7686301032651,57.98024786832414,54.96594197801435
-1999,6,26,14,30,944.0,90.0,865.0,30.0,1.0,1.5,17.71,875.0159945067218,54.86170547919782,52.23665749567766
-1999,6,26,15,30,309.0,318.0,532.0,29.0,0.0,1.4,18.28,519.6426179083018,43.86394644896591,42.30501859524101
-1999,6,26,16,30,348.0,218.0,403.0,28.0,0.0,1.3,19.16,380.5194896554174,38.95779101032611,37.81623254135986
-1999,6,26,17,30,693.0,63.0,310.0,26.0,1.0,0.9,22.55,243.93169729995918,33.216123535137584,32.48432844323771
-1999,6,26,18,30,527.0,40.0,131.0,23.0,6.0,0.4,39.04,58.510837924796874,24.79033395216412,24.61480143838973
-1999,6,26,19,30,0.0,0.0,0.0,20.0,7.0,0.4,49.32,0.0,20.0,20.0
-1999,6,26,20,30,0.0,0.0,0.0,18.0,6.0,0.7000000000000001,53.67,0.0,18.0,18.0
-1999,6,26,21,30,0.0,0.0,0.0,17.0,6.0,1.0,60.41,0.0,17.0,17.0
-1999,6,26,22,30,0.0,0.0,0.0,16.0,5.0,1.4,61.94000000000001,0.0,16.0,16.0
-1999,6,26,23,30,0.0,0.0,0.0,16.0,4.0,1.9,57.95,0.0,16.0,16.0
-1999,6,27,0,30,0.0,0.0,0.0,15.0,4.0,2.6,54.56,0.0,15.0,15.0
-1999,6,27,1,30,0.0,0.0,0.0,14.0,4.0,3.3000000000000003,58.66,0.0,14.0,14.0
-1999,6,27,2,30,0.0,0.0,0.0,14.0,5.0,3.4000000000000004,68.03,0.0,14.0,14.0
-1999,6,27,3,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,78.82000000000002,0.0,13.0,13.0
-1999,6,27,4,30,0.0,0.0,0.0,13.0,7.0,3.5,76.53,0.0,13.0,13.0
-1999,6,27,5,30,108.0,53.0,69.0,15.0,7.0,3.7,68.82000000000001,52.832640397715394,16.29690409278257,16.138406171589423
-1999,6,27,6,30,77.0,133.0,159.0,19.0,7.0,3.5,56.36,148.1477128861438,22.684885449163616,22.240442310505184
-1999,6,27,7,30,444.0,184.0,412.0,22.0,3.0,3.4000000000000004,34.1,382.15960905467375,31.568403167227487,30.421924340063466
-1999,6,27,8,30,161.0,327.0,436.0,24.0,0.0,3.2,24.81,424.89136543645736,34.77982189614305,33.50514779983367
-1999,6,27,9,30,344.0,375.0,652.0,26.0,0.0,3.0,19.87,647.5450911438711,42.647647889963764,40.70501261653215
-1999,6,27,10,30,284.0,458.0,714.0,27.0,-1.0,2.9000000000000004,17.7,712.778793753864,45.44658655003906,43.30825016877746
-1999,6,27,11,30,523.0,438.0,936.0,28.0,-1.0,3.0,16.19,948.9364586623558,52.396077199587886,49.54926782360082
-1999,6,27,12,30,580.0,378.0,932.0,29.0,-1.0,3.4000000000000004,14.9,949.2047038136668,52.76591633214316,49.91830222070217
-1999,6,27,13,30,756.0,235.0,923.0,30.0,-2.0,3.6,14.54,943.6723313834527,53.31778058900821,50.48676359485785
-1999,6,27,14,30,697.0,248.0,821.0,30.0,-2.0,3.7,14.33,823.8338159249009,50.222980331906456,47.75147888413176
-1999,6,27,15,30,882.0,97.0,708.0,29.0,-2.0,3.6,14.25,691.3899307371304,46.083979438862116,44.00980964665072
-1999,6,27,16,30,574.0,155.0,461.0,28.0,-2.0,3.2,15.14,428.0441643774552,38.85981083878347,37.5756783456511
-1999,6,27,17,30,753.0,61.0,330.0,26.0,-1.0,2.1,19.17,258.218618498684,33.047981279095566,32.273325423599516
-1999,6,27,18,30,528.0,42.0,133.0,22.0,4.0,1.1,37.95,60.78079037848056,23.773996473335597,23.591654102200156
-1999,6,27,19,30,0.0,0.0,0.0,19.0,4.0,1.0,46.53,0.0,19.0,19.0
-1999,6,27,20,30,0.0,0.0,0.0,17.0,3.0,1.2000000000000002,45.26,0.0,17.0,17.0
-1999,6,27,21,30,0.0,0.0,0.0,16.0,2.0,1.4,45.31,0.0,16.0,16.0
-1999,6,27,22,30,0.0,0.0,0.0,15.0,1.0,1.8,45.61,0.0,15.0,15.0
-1999,6,27,23,30,0.0,0.0,0.0,14.0,0.0,2.1,45.12,0.0,14.0,14.0
-1999,6,28,0,30,0.0,0.0,0.0,13.0,0.0,1.9,47.78,0.0,13.0,13.0
-1999,6,28,1,30,0.0,0.0,0.0,11.0,0.0,1.4,57.08,0.0,11.0,11.0
-1999,6,28,2,30,0.0,0.0,0.0,10.0,1.0,1.3,63.75,0.0,10.0,10.0
-1999,6,28,3,30,0.0,0.0,0.0,9.0,1.0,1.3,68.38,0.0,9.0,9.0
-1999,6,28,4,30,0.0,0.0,0.0,10.0,1.0,1.6,67.62,0.0,10.0,10.0
-1999,6,28,5,30,481.0,34.0,106.0,12.0,1.0,1.6,58.82,37.33555817577593,13.053720518854085,12.941713844326758
-1999,6,28,6,30,749.0,56.0,306.0,15.0,1.0,1.4,44.08,230.59209257870782,21.595895712791084,20.90411943505496
-1999,6,28,7,30,855.0,71.0,508.0,18.0,0.0,1.5,33.72,458.2579834171197,31.02041915660095,29.64564520634959
-1999,6,28,8,30,913.0,82.0,697.0,21.0,0.0,1.4,27.24,676.5548098189784,40.352289662881695,38.32262523342476
-1999,6,28,9,30,947.0,90.0,854.0,23.0,0.0,1.2000000000000002,23.75,861.1458265634176,47.965589555187755,45.3821520754975
-1999,6,28,10,30,966.0,96.0,967.0,25.0,0.0,1.2000000000000002,20.81,995.3954203060398,53.85763681587571,50.87145055495759
-1999,6,28,11,30,974.0,100.0,1027.0,27.0,0.0,1.1,19.44,1067.6494512707714,58.16126574727146,54.95831739345915
-1999,6,28,12,30,973.0,101.0,1029.0,28.0,0.0,1.0,18.16,1071.4220331434149,59.48259472312668,56.26832862369643
-1999,6,28,13,30,961.0,99.0,974.0,28.0,0.0,1.0,17.05,1004.6575730384945,57.5207922079919,54.50681948887642
-1999,6,28,14,30,935.0,96.0,864.0,28.0,0.0,1.0,17.04,874.2277125090159,53.68824974403282,51.06556660650577
-1999,6,28,15,30,892.0,91.0,709.0,27.0,0.0,1.1,18.31,692.7715246431679,47.21978052426614,45.14146595033664
-1999,6,28,16,30,823.0,82.0,522.0,26.0,0.0,1.2000000000000002,19.84,477.1449306458733,39.832970130484796,38.40153533854718
-1999,6,28,17,30,704.0,69.0,320.0,24.0,0.0,1.6,23.21,253.50098229842882,31.154551844113936,30.39404889721865
-1999,6,28,18,30,472.0,46.0,127.0,20.0,2.0,2.3000000000000003,35.52,62.820419546966335,21.69193787819339,21.50347661955249
-1999,6,28,19,30,0.0,0.0,0.0,17.0,4.0,3.0,50.15,0.0,17.0,17.0
-1999,6,28,20,30,0.0,0.0,0.0,15.0,4.0,3.4000000000000004,56.35,0.0,15.0,15.0
-1999,6,28,21,30,0.0,0.0,0.0,15.0,3.0,3.9,53.93,0.0,15.0,15.0
-1999,6,28,22,30,0.0,0.0,0.0,14.0,3.0,4.6000000000000005,54.86,0.0,14.0,14.0
-1999,6,28,23,30,0.0,0.0,0.0,14.0,2.0,5.0,56.54,0.0,14.0,14.0
-1999,6,29,0,30,0.0,0.0,0.0,13.0,2.0,4.800000000000002,55.09,0.0,13.0,13.0
-1999,6,29,1,30,0.0,0.0,0.0,12.0,2.0,4.0,58.4,0.0,12.0,12.0
-1999,6,29,2,30,0.0,0.0,0.0,11.0,2.0,3.3000000000000003,63.55,0.0,11.0,11.0
-1999,6,29,3,30,0.0,0.0,0.0,11.0,2.0,2.7,64.59,0.0,11.0,11.0
-1999,6,29,4,30,0.0,0.0,0.0,12.0,2.0,2.7,59.75,0.0,12.0,12.0
-1999,6,29,5,30,465.0,38.0,107.0,15.0,2.0,2.9000000000000004,52.0,40.61188829699354,16.05102834006269,15.92919267517171
-1999,6,29,6,30,707.0,61.0,296.0,19.0,2.0,2.7,39.82,224.91299864069506,24.898479174963928,24.223740179041844
-1999,6,29,7,30,829.0,75.0,498.0,22.0,1.0,2.6,29.01,449.6253559876675,33.87031200340135,32.52143593543835
-1999,6,29,8,30,844.0,116.0,683.0,25.0,0.0,2.5,24.6,664.1193886548652,42.65004449269466,40.657686326730065
-1999,6,29,9,30,936.0,91.0,845.0,26.0,0.0,2.3000000000000003,21.89,852.675203692863,48.965040433160986,46.407014822082395
-1999,6,29,10,30,452.0,437.0,844.0,28.0,0.0,2.4000000000000004,20.68,848.8393684374903,50.709936005088416,48.16341789977594
-1999,6,29,11,30,363.0,477.0,823.0,29.0,0.0,2.8000000000000003,19.52,827.670246329868,50.5625176383393,48.079506899349695
-1999,6,29,12,30,269.0,497.0,755.0,29.0,0.0,3.4000000000000004,18.32,754.7270910615676,47.89664139642958,45.632460123244876
-1999,6,29,13,30,50.0,422.0,468.0,29.0,0.0,3.6,18.34,459.71247683718644,40.35931860289254,38.98018117238098
-1999,6,29,14,30,74.0,396.0,457.0,29.0,1.0,3.7,18.69,448.84271200706746,40.01792274312993,38.67139460710873
-1999,6,29,15,30,10.0,179.0,186.0,28.0,1.0,3.6,19.99,181.72699847122027,32.490404281789935,31.945223286376272
-1999,6,29,16,30,0.0,10.0,10.0,27.0,1.0,3.3000000000000003,21.2,9.773847327947157,27.246336321043227,27.217014779059387
-1999,6,29,17,30,6.0,117.0,120.0,25.0,1.0,2.3000000000000003,25.93,115.94932727336872,28.122854959893818,27.775006978073712
-1999,6,29,18,30,0.0,2.0,2.0,22.0,4.0,1.4,37.33,1.9547694655894312,22.05591456061389,22.050050252217122
-1999,6,29,19,30,0.0,0.0,0.0,19.0,5.0,1.8,50.11,0.0,19.0,19.0
-1999,6,29,20,30,0.0,0.0,0.0,17.0,5.0,2.2,51.92,0.0,17.0,17.0
-1999,6,29,21,30,0.0,0.0,0.0,16.0,5.0,2.0,56.43,0.0,16.0,16.0
-1999,6,29,22,30,0.0,0.0,0.0,15.0,6.0,1.4,62.74,0.0,15.0,15.0
-1999,6,29,23,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,67.99,0.0,15.0,15.0
-1999,6,30,0,30,0.0,0.0,0.0,14.0,6.0,0.5,72.2,0.0,14.0,14.0
-1999,6,30,1,30,0.0,0.0,0.0,13.0,6.0,0.6000000000000001,71.92,0.0,13.0,13.0
-1999,6,30,2,30,0.0,0.0,0.0,12.0,5.0,0.9,75.59,0.0,12.0,12.0
-1999,6,30,3,30,0.0,0.0,0.0,12.0,5.0,1.3,77.25,0.0,12.0,12.0
-1999,6,30,4,30,0.0,0.0,0.0,13.0,4.0,1.9,68.96000000000001,0.0,13.0,13.0
-1999,6,30,5,30,492.0,33.0,105.0,15.0,4.0,2.7,56.55,35.38344236438693,15.927952137876613,15.821801810783452
-1999,6,30,6,30,748.0,48.0,296.0,19.0,4.0,3.3000000000000003,42.09,221.035472930862,24.57089377344255,23.90778735464996
-1999,6,30,7,30,644.0,125.0,453.0,22.0,3.0,3.9,33.75,413.95099608611406,32.02862666761189,30.786773679353544
-1999,6,30,8,30,487.0,250.0,577.0,24.0,3.0,4.3,29.22,561.7952048770422,37.25795256666378,35.57256695203265
-1999,6,30,9,30,726.0,224.0,809.0,25.0,3.0,4.3,27.4,810.9657375526476,44.13819339916882,41.70529618651088
-1999,6,30,10,30,358.0,424.0,747.0,27.0,3.0,4.0,25.93,748.3388000744667,45.01101788326566,42.76600148304226
-1999,6,30,11,30,363.0,488.0,834.0,28.0,3.0,3.6,23.22,838.4018224078081,48.7165867750615,46.201381307838076
-1999,6,30,12,30,250.0,502.0,741.0,29.0,3.0,3.2,22.03,740.6460948973138,47.79076309979973,45.56882481510779
-1999,6,30,13,30,81.0,457.0,531.0,30.0,3.0,3.0,22.13,523.240717137953,43.45192379609813,41.88220164468427
-1999,6,30,14,30,28.0,324.0,348.0,29.0,3.0,2.7,22.24,340.0747647012938,37.918666015946286,36.8984417218424
-1999,6,30,15,30,8.0,163.0,169.0,28.0,3.0,2.3000000000000003,23.67,164.7408286117945,32.43695298476752,31.94273049893214
-1999,6,30,16,30,0.0,9.0,9.0,27.0,3.0,1.8,25.17,8.796462595152441,27.244959084512335,27.218569696726878
-1999,6,30,17,30,0.0,6.0,6.0,26.0,4.0,0.8,29.27,5.864308396768293,26.17465479983401,26.157061874643706
-1999,6,30,18,30,0.0,2.0,2.0,23.0,6.0,0.5,42.49,1.9547694655894312,23.05940958271915,23.053545274322385
-1999,6,30,19,30,0.0,0.0,0.0,21.0,6.0,0.6000000000000001,48.54,0.0,21.0,21.0
-1999,6,30,20,30,0.0,0.0,0.0,19.0,7.0,0.4,55.36,0.0,19.0,19.0
-1999,6,30,21,30,0.0,0.0,0.0,17.0,7.0,0.5,66.32000000000001,0.0,17.0,17.0
-1999,6,30,22,30,0.0,0.0,0.0,15.0,7.0,0.8,75.74,0.0,15.0,15.0
-1999,6,30,23,30,0.0,0.0,0.0,13.0,7.0,0.8,80.16,0.0,13.0,13.0
-1999,7,1,0,30,0.0,0.0,0.0,13.0,7.0,0.7000000000000001,84.78,0.0,13.0,13.0
-1999,7,1,1,30,0.0,0.0,0.0,12.0,7.0,0.7000000000000001,89.32000000000002,0.0,12.0,12.0
-1999,7,1,2,30,0.0,0.0,0.0,11.0,7.0,0.9,87.68,0.0,11.0,11.0
-1999,7,1,3,30,0.0,0.0,0.0,10.0,6.0,1.0,91.35,0.0,10.0,10.0
-1999,7,1,4,30,0.0,0.0,0.0,11.0,6.0,1.4,83.0,0.0,11.0,11.0
-1999,7,1,5,30,0.0,3.0,3.0,13.0,6.0,1.8,72.42,2.9321541983841466,13.081653028170777,13.072856565575625
-1999,7,1,6,30,0.0,104.0,104.0,17.0,6.0,1.9,59.59,101.64801221065042,19.81176646076667,19.506822424134718
-1999,7,1,7,30,714.0,104.0,467.0,20.0,5.0,2.0,44.88,424.51014865673676,31.664487488768216,30.390957042798007
-1999,7,1,8,30,907.0,75.0,683.0,23.0,5.0,2.1,36.2,663.8939846877417,41.120739715007076,39.12905776094385
-1999,7,1,9,30,944.0,81.0,840.0,26.0,4.0,2.0,29.2,848.5059165465478,49.314841068042746,46.7693233184031
-1999,7,1,10,30,966.0,84.0,953.0,28.0,4.0,1.8,25.31,982.8738618773647,55.37053432470243,52.421912739070336
-1999,7,1,11,30,977.0,86.0,1015.0,30.0,4.0,1.9,22.23,1056.7881317328547,59.23265650079648,56.06229210559792
-1999,7,1,12,30,977.0,87.0,1019.0,31.0,4.0,2.2,20.82,1062.1557274580143,59.79833490748787,56.611867725113825
-1999,7,1,13,30,969.0,84.0,967.0,32.0,4.0,2.7,19.39,998.4530974934364,58.18503527291314,55.18967598043283
-1999,7,1,14,30,951.0,80.0,861.0,32.0,3.0,3.2,18.83,873.166976339094,54.15292014903711,51.53341922001982
-1999,7,1,15,30,918.0,75.0,711.0,32.0,3.0,3.7,19.38,696.1086374533822,49.08765895739005,46.9993330450299
-1999,7,1,16,30,860.0,67.0,527.0,31.0,2.0,3.7,20.04,481.6569243279402,42.823426423052325,41.3784556500685
-1999,7,1,17,30,208.0,144.0,218.0,28.0,3.0,2.5,22.94,196.00731506031542,33.20921070941067,32.62118876422972
-1999,7,1,18,30,258.0,56.0,101.0,24.0,7.0,1.4,39.05,64.78820144256235,25.853212811226733,25.658848206899044
-1999,7,1,19,30,0.0,0.0,0.0,21.0,7.0,1.5,46.56,0.0,21.0,21.0
-1999,7,1,20,30,0.0,0.0,0.0,19.0,6.0,1.8,48.31,0.0,19.0,19.0
-1999,7,1,21,30,0.0,0.0,0.0,19.0,5.0,2.0,48.94,0.0,19.0,19.0
-1999,7,1,22,30,0.0,0.0,0.0,18.0,4.0,2.1,46.94,0.0,18.0,18.0
-1999,7,1,23,30,0.0,0.0,0.0,18.0,4.0,2.3000000000000003,47.8,0.0,18.0,18.0
-1999,7,2,0,30,0.0,0.0,0.0,17.0,3.0,2.5,46.29,0.0,17.0,17.0
-1999,7,2,1,30,0.0,0.0,0.0,16.0,3.0,3.0,50.78,0.0,16.0,16.0
-1999,7,2,2,30,0.0,0.0,0.0,16.0,4.0,3.3000000000000003,53.98,0.0,16.0,16.0
-1999,7,2,3,30,0.0,0.0,0.0,16.0,5.0,3.4000000000000004,55.69,0.0,16.0,16.0
-1999,7,2,4,30,0.0,0.0,0.0,18.0,5.0,3.9,51.65,0.0,18.0,18.0
-1999,7,2,5,30,0.0,39.0,39.0,20.0,5.0,4.4,42.81,38.11800457899391,20.893689807630203,20.77933579389322
-1999,7,2,6,30,349.0,114.0,229.0,24.0,5.0,4.4,34.03,191.9365831141321,28.50001960845021,27.924209859107812
-1999,7,2,7,30,574.0,143.0,435.0,28.0,4.0,4.2,27.11,398.8156564620505,37.473601852920915,36.27715488353476
-1999,7,2,8,30,725.0,163.0,648.0,30.0,3.0,4.0,20.11,630.8867313164553,45.18418154841762,43.29152135446825
-1999,7,2,9,30,645.0,267.0,785.0,32.0,2.0,3.8,18.32,786.3102430129914,51.17527733776582,48.816346608726846
-1999,7,2,10,30,485.0,420.0,856.0,33.0,2.0,4.0,17.01,862.6280177706583,53.76173072026638,51.173846666954404
-1999,7,2,11,30,168.0,508.0,669.0,34.0,2.0,4.2,15.85,663.7803541255541,49.767662805822475,47.77632174344581
-1999,7,2,12,30,39.0,425.0,463.0,34.0,1.0,4.1000000000000005,14.69,454.40523771965735,44.86509305498499,43.50187734182602
-1999,7,2,13,30,319.0,447.0,737.0,34.0,1.0,4.3,14.42,738.6501194701418,51.431598138042176,49.21564777963175
-1999,7,2,14,30,12.0,185.0,196.0,33.0,1.0,5.0,15.13,190.86092399975166,37.303093005862415,36.73051023386316
-1999,7,2,15,30,24.0,258.0,274.0,32.0,2.0,5.7,16.67,268.453941081744,37.78411432320203,36.9787524999568
-1999,7,2,16,30,0.0,85.0,85.0,30.0,3.0,5.6000000000000005,21.82,83.07770228755082,31.801593088815366,31.552359981952712
-1999,7,2,17,30,0.0,57.0,57.0,27.0,5.0,4.9,27.64,55.71092976929879,28.264239392227246,28.09710660291935
-1999,7,2,18,30,0.0,16.0,16.0,25.0,6.0,3.9,37.25,15.63815572471545,25.378859398856292,25.331944931682145
-1999,7,2,19,30,0.0,0.0,0.0,23.0,7.0,2.8000000000000003,43.24,0.0,23.0,23.0
-1999,7,2,20,30,0.0,0.0,0.0,21.0,7.0,2.3000000000000003,45.79,0.0,21.0,21.0
-1999,7,2,21,30,0.0,0.0,0.0,21.0,6.0,2.5,46.31,0.0,21.0,21.0
-1999,7,2,22,30,0.0,0.0,0.0,20.0,5.0,3.0,42.57,0.0,20.0,20.0
-1999,7,2,23,30,0.0,0.0,0.0,20.0,3.0,3.5,41.45,0.0,20.0,20.0
-1999,7,3,0,30,0.0,0.0,0.0,20.0,3.0,4.0,39.54,0.0,20.0,20.0
-1999,7,3,1,30,0.0,0.0,0.0,20.0,3.0,4.1000000000000005,38.64,0.0,20.0,20.0
-1999,7,3,2,30,0.0,0.0,0.0,19.0,5.0,3.7,46.16,0.0,19.0,19.0
-1999,7,3,3,30,0.0,0.0,0.0,19.0,6.0,3.1,50.81,0.0,19.0,19.0
-1999,7,3,4,30,0.0,0.0,0.0,19.0,7.0,3.2,52.98,0.0,19.0,19.0
-1999,7,3,5,30,0.0,31.0,31.0,21.0,7.0,3.7,47.97,30.29892671663619,21.743759951611725,21.652863171461817
-1999,7,3,6,30,52.0,126.0,144.0,24.0,7.0,4.2,40.44,135.09846898250453,27.209174678429957,26.803879271482444
-1999,7,3,7,30,194.0,226.0,324.0,27.0,7.0,4.2,32.28,308.2642584979192,34.32261335074509,33.39782057525133
-1999,7,3,8,30,869.0,90.0,671.0,29.0,6.0,3.7,26.86,652.599470165431,45.019621912401746,43.06182350190545
-1999,7,3,9,30,908.0,97.0,826.0,31.0,5.0,3.2,23.08,833.9381722225322,52.1576551096056,49.655840592938006
-1999,7,3,10,30,926.0,105.0,937.0,32.0,5.0,3.1,21.45,965.6292122631601,56.66138154736657,53.76449391057709
-1999,7,3,11,30,154.0,507.0,654.0,33.0,5.0,3.2,21.21,648.8542324226539,49.461932698702604,47.51537000143464
-1999,7,3,12,30,22.0,346.0,367.0,33.0,5.0,3.4000000000000004,21.09,360.18459367592385,42.01819900705989,40.93764522603212
-1999,7,3,13,30,0.0,100.0,100.0,32.0,5.0,3.6,22.65,97.73847327947156,34.415080106983964,34.12186468714555
-1999,7,3,14,30,9.0,153.0,161.0,31.0,6.0,3.7,24.84,157.0750758558905,34.85578512105645,34.38455989348878
-1999,7,3,15,30,0.0,106.0,106.0,29.0,6.0,3.6,27.34,103.60278167623987,31.559984913403003,31.249176568374285
-1999,7,3,16,30,171.0,243.0,335.0,28.0,7.0,3.2,32.07,320.4057434641891,36.128941018835064,35.167723788442494
-1999,7,3,17,30,629.0,80.0,304.0,26.0,7.0,2.1,35.15,245.76067049545867,32.70794621573268,31.970664204246305
-1999,7,3,18,30,426.0,48.0,121.0,24.0,9.0,1.0,49.18,63.70343296261393,25.871857494427122,25.68074719553928
-1999,7,3,19,30,0.0,0.0,0.0,22.0,10.0,0.9,58.0,0.0,22.0,22.0
-1999,7,3,20,30,0.0,0.0,0.0,20.0,9.0,1.2000000000000002,58.37000000000001,0.0,20.0,20.0
-1999,7,3,21,30,0.0,0.0,0.0,19.0,8.0,1.8,59.08,0.0,19.0,19.0
-1999,7,3,22,30,0.0,0.0,0.0,19.0,8.0,2.6,55.73,0.0,19.0,19.0
-1999,7,3,23,30,0.0,0.0,0.0,19.0,7.0,3.1,56.86,0.0,19.0,19.0
-1999,7,4,0,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,55.98,0.0,18.0,18.0
-1999,7,4,1,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.44,0.0,18.0,18.0
-1999,7,4,2,30,0.0,0.0,0.0,17.0,7.0,3.3000000000000003,59.39,0.0,17.0,17.0
-1999,7,4,3,30,0.0,0.0,0.0,17.0,7.0,3.1,63.34,0.0,17.0,17.0
-1999,7,4,4,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.82,0.0,18.0,18.0
-1999,7,4,5,30,444.0,37.0,100.0,20.0,7.0,3.9,50.89,36.916927984916356,20.89437177824503,20.78362099429028
-1999,7,4,6,30,691.0,61.0,286.0,24.0,8.0,4.2,44.07,217.54268245354297,29.16758238095243,28.514954333591803
-1999,7,4,7,30,810.0,76.0,486.0,27.0,7.0,4.1000000000000005,34.25,438.3753628769171,37.4818094407816,36.166683352150855
-1999,7,4,8,30,881.0,87.0,676.0,29.0,5.0,3.4000000000000004,25.23,656.8570981724604,45.44620046089186,43.475629166374475
-1999,7,4,9,30,923.0,94.0,834.0,30.0,4.0,2.8000000000000003,22.06,842.7798303590023,51.95615347770996,49.427813986632955
-1999,7,4,10,30,946.0,100.0,949.0,31.0,3.0,2.5,19.95,979.1484477768225,57.02245012484507,54.085004781514606
-1999,7,4,11,30,60.0,460.0,517.0,32.0,3.0,2.5,18.28,509.3283686400002,45.536223337938736,44.00823823201873
-1999,7,4,12,30,54.0,455.0,507.0,33.0,3.0,2.6,16.93,498.7450047699753,46.167092865020464,44.67085785071054
-1999,7,4,13,30,406.0,460.0,829.0,34.0,2.0,2.4000000000000004,16.61,833.8924612906808,56.31004490978864,53.808367525916594
-1999,7,4,14,30,436.0,368.0,726.0,33.0,2.0,2.0,16.43,724.6590404279927,52.91183564737366,50.73785852608968
-1999,7,4,15,30,449.0,271.0,582.0,33.0,2.0,1.4,17.46,570.0700663636451,49.306381821983145,47.59617162289221
-1999,7,4,16,30,484.0,180.0,439.0,32.0,2.0,0.8,18.63,410.74495742364576,44.233084187930885,43.00084931565995
-1999,7,4,17,30,347.0,127.0,251.0,29.0,3.0,0.30000000000000004,21.66,216.67336924980367,35.6748606242872,35.024840516537786
-1999,7,4,18,30,199.0,59.0,93.0,26.0,8.0,0.1,39.06,65.53657575502753,28.046466831703516,27.84985710443843
-1999,7,4,19,30,0.0,0.0,0.0,23.0,8.0,0.5,48.75,0.0,23.0,23.0
-1999,7,4,20,30,0.0,0.0,0.0,21.0,7.0,1.3,46.15,0.0,21.0,21.0
-1999,7,4,21,30,0.0,0.0,0.0,20.0,6.0,2.0,46.45,0.0,20.0,20.0
-1999,7,4,22,30,0.0,0.0,0.0,19.0,4.0,2.3000000000000003,47.7,0.0,19.0,19.0
-1999,7,4,23,30,0.0,0.0,0.0,18.0,3.0,2.5,43.01,0.0,18.0,18.0
-1999,7,5,0,30,0.0,0.0,0.0,18.0,2.0,2.5,43.06,0.0,18.0,18.0
-1999,7,5,1,30,0.0,0.0,0.0,17.0,2.0,2.3000000000000003,42.05,0.0,17.0,17.0
-1999,7,5,2,30,0.0,0.0,0.0,16.0,2.0,2.1,44.58,0.0,16.0,16.0
-1999,7,5,3,30,0.0,0.0,0.0,16.0,2.0,2.0,44.51,0.0,16.0,16.0
-1999,7,5,4,30,0.0,0.0,0.0,17.0,2.0,2.0,41.84,0.0,17.0,17.0
-1999,7,5,5,30,456.0,37.0,101.0,20.0,3.0,2.3000000000000003,37.31,36.64569414711721,20.9869758662443,20.87703878380295
-1999,7,5,6,30,709.0,61.0,291.0,25.0,2.0,2.3000000000000003,26.01,220.87942135341655,30.948929698278818,30.28629143421857
-1999,7,5,7,30,829.0,76.0,494.0,28.0,0.0,2.5,20.17,446.1558540226451,39.85731181576486,38.518844253696926
-1999,7,5,8,30,892.0,87.0,682.0,29.0,0.0,3.5,18.54,663.3735169443278,45.50012256231919,43.51000201148621
-1999,7,5,9,30,927.0,97.0,838.0,29.0,1.0,4.1000000000000005,19.12,848.5246373785645,49.288716720851895,46.7431428087162
-1999,7,5,10,30,943.0,104.0,950.0,30.0,2.0,4.6000000000000005,19.82,980.0422781469991,52.67911375813846,49.73898692369747
-1999,7,5,11,30,457.0,429.0,862.0,30.0,4.0,4.9,21.58,874.2332812907955,49.838838748172954,47.216138904300564
-1999,7,5,12,30,940.0,113.0,1008.0,30.0,5.0,5.2,23.22,1051.1211376875801,53.39238744904251,50.23902403597977
-1999,7,5,13,30,388.0,385.0,738.0,30.0,5.0,5.4,26.02,743.6645644507614,46.3368503792211,44.105856685868815
-1999,7,5,14,30,346.0,368.0,652.0,29.0,6.0,5.4,28.69,649.4438831591967,43.26700700295991,41.31867535348232
-1999,7,5,15,30,534.0,249.0,619.0,28.0,6.0,5.2,31.6,606.5493460979912,41.498574809466746,39.67892677117277
-1999,7,5,16,30,526.0,167.0,448.0,26.0,7.0,4.800000000000002,34.78,418.58996613574016,35.5610530755492,34.30528317714197
-1999,7,5,17,30,223.0,141.0,221.0,24.0,7.0,4.0,40.47,197.34101222513652,28.7496033881111,28.15758035143569
-1999,7,5,18,30,19.0,58.0,62.0,21.0,8.0,2.5,50.38,57.44713799933698,22.526750399081035,22.354408985083023
-1999,7,5,19,30,0.0,0.0,0.0,19.0,9.0,1.4,62.1,0.0,19.0,19.0
-1999,7,5,20,30,0.0,0.0,0.0,18.0,9.0,1.2000000000000002,71.83,0.0,18.0,18.0
-1999,7,5,21,30,0.0,0.0,0.0,16.0,9.0,1.1,76.47,0.0,16.0,16.0
-1999,7,5,22,30,0.0,0.0,0.0,16.0,9.0,1.0,81.21000000000002,0.0,16.0,16.0
-1999,7,5,23,30,0.0,0.0,0.0,15.0,9.0,0.9,86.60000000000002,0.0,15.0,15.0
-1999,7,6,0,30,0.0,0.0,0.0,14.0,9.0,0.9,86.69,0.0,14.0,14.0
-1999,7,6,1,30,0.0,0.0,0.0,14.0,9.0,0.9,92.73,0.0,14.0,14.0
-1999,7,6,2,30,0.0,0.0,0.0,14.0,9.0,0.9,92.42,0.0,14.0,14.0
-1999,7,6,3,30,0.0,0.0,0.0,13.0,9.0,0.9,91.71,0.0,13.0,13.0
-1999,7,6,4,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,84.85000000000002,0.0,14.0,14.0
-1999,7,6,5,30,356.0,42.0,91.0,17.0,9.0,2.0,71.21000000000002,41.41954147506437,18.138106414782264,18.013847790357072
-1999,7,6,6,30,615.0,74.0,272.0,21.0,10.0,3.1,56.12000000000001,211.51785027971044,26.40199317044388,25.767439619604747
-1999,7,6,7,30,748.0,93.0,469.0,24.0,10.0,3.8,47.05,425.7496226092147,34.382501261459396,33.10525239363175
-1999,7,6,8,30,826.0,105.0,655.0,27.0,10.0,3.9,39.78,637.6012935550281,42.446913756235034,40.534109875569946
-1999,7,6,9,30,873.0,113.0,811.0,29.0,10.0,3.9,35.0,819.8634841975368,48.86250758945914,46.402917136866535
-1999,7,6,10,30,897.0,120.0,924.0,30.0,9.0,4.1000000000000005,32.28,952.625441221529,52.77782738015805,49.91995105649347
-1999,7,6,11,30,415.0,492.0,885.0,31.0,9.0,4.5,30.0,893.9897062987748,51.82332633577129,49.141357216874965
-1999,7,6,12,30,11.0,163.0,174.0,31.0,9.0,5.1000000000000005,29.95,170.32730302821014,34.815272813598924,34.304290904514296
-1999,7,6,13,30,9.0,150.0,158.0,31.0,9.0,5.5,32.14,155.1303074183786,34.385921944725474,33.920531022470335
-1999,7,6,14,30,13.0,206.0,217.0,30.0,10.0,5.7,34.52,212.2354291767537,34.572829070214276,33.936122782684016
-1999,7,6,15,30,29.0,269.0,290.0,29.0,10.0,5.6000000000000005,36.78,282.6568994900352,35.12959557866269,34.28162488019258
-1999,7,6,16,30,67.0,229.0,265.0,27.0,10.0,5.2,39.55,256.3704801345641,32.70544857940748,31.93633713900379
-1999,7,6,17,30,135.0,146.0,194.0,25.0,10.0,4.3,45.53,178.7584991037725,29.21856876212486,28.68229326481354
-1999,7,6,18,30,0.0,53.0,53.0,23.0,11.0,2.7,56.55,51.801390838119936,24.35852274852705,24.20311857601269
-1999,7,6,19,30,0.0,0.0,0.0,21.0,11.0,1.6,67.63,0.0,21.0,21.0
-1999,7,6,20,30,0.0,0.0,0.0,20.0,11.0,1.8,70.16,0.0,20.0,20.0
-1999,7,6,21,30,0.0,0.0,0.0,19.0,11.0,2.3000000000000003,68.29,0.0,19.0,19.0
-1999,7,6,22,30,0.0,0.0,0.0,19.0,10.0,2.7,71.43,0.0,19.0,19.0
-1999,7,6,23,30,0.0,0.0,0.0,18.0,10.0,2.9000000000000004,75.68,0.0,18.0,18.0
-1999,7,7,0,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,75.41,0.0,17.0,17.0
-1999,7,7,1,30,0.0,0.0,0.0,17.0,10.0,2.6,79.73,0.0,17.0,17.0
-1999,7,7,2,30,0.0,0.0,0.0,16.0,10.0,2.3000000000000003,78.96000000000002,0.0,16.0,16.0
-1999,7,7,3,30,0.0,0.0,0.0,15.0,10.0,2.1,83.47,0.0,15.0,15.0
-1999,7,7,4,30,0.0,0.0,0.0,16.0,10.0,2.5,77.21000000000002,0.0,16.0,16.0
-1999,7,7,5,30,459.0,35.0,97.0,19.0,10.0,3.0,64.38,34.67584783672426,19.891476613701162,19.787449070190988
-1999,7,7,6,30,712.0,57.0,286.0,23.0,10.0,2.5,50.58,216.06294846737194,28.742221532480734,28.094032687078617
-1999,7,7,7,30,832.0,70.0,488.0,27.0,9.0,1.5,39.73,440.1151151682898,39.50492841153796,38.18458306603309
-1999,7,7,8,30,899.0,79.0,676.0,29.0,7.0,1.3,29.9,658.8440672247118,47.97268285411424,45.99615065244011
-1999,7,7,9,30,937.0,86.0,834.0,31.0,6.0,2.2,24.67,845.0557111074207,53.91208036151063,51.37691322818837
-1999,7,7,10,30,956.0,91.0,947.0,32.0,6.0,3.2,22.35,979.0116853156729,56.83828211266413,53.90124705671711
-1999,7,7,11,30,962.0,95.0,1006.0,33.0,5.0,3.9,20.74,1050.4737820190967,58.44941184727159,55.2979905012143
-1999,7,7,12,30,955.0,98.0,1007.0,33.0,6.0,4.5,20.9,1051.7647103977183,57.49831316708717,54.34301903589402
-1999,7,7,13,30,934.0,101.0,949.0,33.0,6.0,5.0,21.38,983.5597231717765,55.17504178924517,52.22436261972984
-1999,7,7,14,30,898.0,103.0,839.0,32.0,6.0,5.2,23.41,853.3234500635596,50.990458899108795,48.43048854891811
-1999,7,7,15,30,573.0,236.0,632.0,31.0,7.0,5.2,25.79,620.750433269748,44.81461576936046,42.95236446955121
-1999,7,7,16,30,669.0,126.0,483.0,30.0,8.0,4.9,28.4,448.3143353444413,40.17352690378107,38.82858389774774
-1999,7,7,17,30,614.0,82.0,300.0,28.0,8.0,3.8,35.55000000000001,244.23533073707205,33.95602085077625,33.22331485856503
-1999,7,7,18,30,375.0,52.0,116.0,25.0,10.0,2.4000000000000004,48.19,65.68625776321544,26.75737691450655,26.560318141216904
-1999,7,7,19,30,0.0,0.0,0.0,22.0,12.0,1.8,61.57,0.0,22.0,22.0
-1999,7,7,20,30,0.0,0.0,0.0,21.0,12.0,1.9,66.34,0.0,21.0,21.0
-1999,7,7,21,30,0.0,0.0,0.0,20.0,12.0,2.2,69.92,0.0,20.0,20.0
-1999,7,7,22,30,0.0,0.0,0.0,20.0,12.0,2.8000000000000003,73.61,0.0,20.0,20.0
-1999,7,7,23,30,0.0,0.0,0.0,19.0,11.0,3.5,72.19,0.0,19.0,19.0
-1999,7,8,0,30,0.0,0.0,0.0,19.0,11.0,3.9,70.47,0.0,19.0,19.0
-1999,7,8,1,30,0.0,0.0,0.0,19.0,11.0,3.8,69.07000000000001,0.0,19.0,19.0
-1999,7,8,2,30,0.0,0.0,0.0,19.0,11.0,3.4000000000000004,67.8,0.0,19.0,19.0
-1999,7,8,3,30,0.0,0.0,0.0,19.0,10.0,3.0,70.84,0.0,19.0,19.0
-1999,7,8,4,30,0.0,0.0,0.0,19.0,10.0,2.8000000000000003,65.75,0.0,19.0,19.0
-1999,7,8,5,30,162.0,47.0,68.0,21.0,10.0,3.0,58.54,46.09538931178862,22.185060038456783,22.046773870521417
-1999,7,8,6,30,0.0,50.0,50.0,24.0,10.0,3.1,51.87000000000001,48.86923663973578,25.248080397108602,25.101472687189393
-1999,7,8,7,30,753.0,86.0,462.0,26.0,10.0,2.9000000000000004,42.62,419.75573642560136,36.86320270707165,35.60393549779484
-1999,7,8,8,30,824.0,99.0,645.0,28.0,10.0,2.5,38.99,629.3007084539695,44.72468187684414,42.836779751482226
-1999,7,8,9,30,7.0,141.0,146.0,29.0,9.0,2.2,36.02,143.48891479068547,32.890429356854824,32.45996261248277
-1999,7,8,10,30,11.0,165.0,175.0,29.0,9.0,2.0,33.83,171.50869902626235,33.712634268784996,33.19810817170621
-1999,7,8,11,30,0.0,67.0,67.0,29.0,9.0,1.9,34.07,65.48477709724594,30.811426469916988,30.61497213862525
-1999,7,8,12,30,2.0,114.0,116.0,28.0,10.0,1.7000000000000002,37.16,113.42494798062421,31.179812855421513,30.83953801147964
-1999,7,8,13,30,14.0,195.0,207.0,27.0,10.0,1.1,43.88,203.85152763836737,32.94977276311585,32.33821818020075
-1999,7,8,14,30,0.0,31.0,31.0,25.0,11.0,0.5,49.14,30.29892671663619,25.92084853214688,25.829951751996973
-1999,7,8,15,30,9.0,176.0,182.0,24.0,12.0,0.30000000000000004,58.49,178.14776169490258,29.48803705761954,28.95359377253483
-1999,7,8,16,30,0.0,116.0,116.0,22.0,13.0,0.5,65.11,113.37662900418702,25.44575579771092,25.105625910698357
-1999,7,8,17,30,0.0,104.0,104.0,21.0,13.0,0.6000000000000001,76.23,101.64801221065042,24.06849375896558,23.76354972233363
-1999,7,8,18,30,0.0,43.0,43.0,19.0,14.0,0.6000000000000001,83.60000000000002,42.02754351017277,20.268704150341538,20.14262151981102
-1999,7,8,19,30,0.0,0.0,0.0,18.0,14.0,1.0,90.67,0.0,18.0,18.0
-1999,7,8,20,30,0.0,0.0,0.0,18.0,14.0,1.7000000000000002,91.26,0.0,18.0,18.0
-1999,7,8,21,30,0.0,0.0,0.0,18.0,14.0,2.2,95.92,0.0,18.0,18.0
-1999,7,8,22,30,0.0,0.0,0.0,18.0,13.0,2.4000000000000004,92.4,0.0,18.0,18.0
-1999,7,8,23,30,0.0,0.0,0.0,17.0,13.0,2.4000000000000004,88.78,0.0,17.0,17.0
-1999,7,9,0,30,0.0,0.0,0.0,17.0,12.0,2.0,91.84,0.0,17.0,17.0
-1999,7,9,1,30,0.0,0.0,0.0,16.0,12.0,1.6,88.2,0.0,16.0,16.0
-1999,7,9,2,30,0.0,0.0,0.0,15.0,10.0,1.3,86.48,0.0,15.0,15.0
-1999,7,9,3,30,0.0,0.0,0.0,14.0,8.0,2.1,80.68,0.0,14.0,14.0
-1999,7,9,4,30,0.0,0.0,0.0,14.0,5.0,3.8,65.92,0.0,14.0,14.0
-1999,7,9,5,30,426.0,36.0,93.0,16.0,4.0,5.300000000000002,54.44,35.615540457510164,16.787489220933743,16.680642599561214
-1999,7,9,6,30,686.0,61.0,280.0,17.0,4.0,6.0,49.59,212.5587558521871,21.492088198466973,20.854411930910413
-1999,7,9,7,30,127.0,221.0,285.0,19.0,5.0,6.1000000000000005,45.13,272.5092874478667,24.72212372113338,23.90459585878978
-1999,7,9,8,30,832.0,115.0,666.0,21.0,4.0,5.6000000000000005,40.57,649.5461473228775,35.08582348405776,33.13718504208913
-1999,7,9,9,30,931.0,93.0,835.0,22.0,3.0,4.9,33.64,846.2054654670727,41.20280791922837,38.66419152282715
-1999,7,9,10,30,958.0,96.0,952.0,24.0,2.0,4.4,30.39,985.3525676249072,47.10193191733631,44.145874214461585
-1999,7,9,11,30,970.0,97.0,1014.0,25.0,2.0,4.1000000000000005,28.14,1060.3700209553353,50.354062836537814,47.17295277367181
-1999,7,9,12,30,405.0,498.0,883.0,26.0,2.0,4.1000000000000005,26.32,892.2738968080155,47.33478691399726,44.657965223573214
-1999,7,9,13,30,158.0,477.0,621.0,26.0,2.0,4.2,24.72,615.9826730464263,40.63226053988953,38.78431252075025
-1999,7,9,14,30,440.0,362.0,722.0,26.0,2.0,4.3,24.62,722.8574389180561,43.05890252255387,40.89033020579971
-1999,7,9,15,30,508.0,241.0,593.0,25.0,2.0,4.4,26.18,581.6799786235886,38.63768838217021,36.89264844629945
-1999,7,9,16,30,35.0,209.0,228.0,24.0,2.0,4.2,28.04,221.30134379655334,29.256866892447114,28.592962861057455
-1999,7,9,17,30,25.0,130.0,139.0,22.0,2.0,3.6,32.01,133.7451002320135,25.304790019108623,24.903554718412583
-1999,7,9,18,30,324.0,50.0,105.0,19.0,3.0,2.2,40.57,61.62719080664651,20.67090421336321,20.486022640943272
-1999,7,9,19,30,0.0,0.0,0.0,17.0,5.0,1.4,51.36,0.0,17.0,17.0
-1999,7,9,20,30,0.0,0.0,0.0,15.0,5.0,1.4,59.04,0.0,15.0,15.0
-1999,7,9,21,30,0.0,0.0,0.0,14.0,5.0,1.3,63.84,0.0,14.0,14.0
-1999,7,9,22,30,0.0,0.0,0.0,14.0,5.0,1.2000000000000002,69.06,0.0,14.0,14.0
-1999,7,9,23,30,0.0,0.0,0.0,13.0,5.0,1.1,69.37,0.0,13.0,13.0
-1999,7,10,0,30,0.0,0.0,0.0,13.0,5.0,1.0,69.64,0.0,13.0,13.0
-1999,7,10,1,30,0.0,0.0,0.0,13.0,5.0,0.9,74.17,0.0,13.0,13.0
-1999,7,10,2,30,0.0,0.0,0.0,12.0,5.0,0.9,79.38,0.0,12.0,12.0
-1999,7,10,3,30,0.0,0.0,0.0,11.0,5.0,0.9,84.99,0.0,11.0,11.0
-1999,7,10,4,30,0.0,0.0,0.0,11.0,5.0,1.3,79.25,0.0,11.0,11.0
-1999,7,10,5,30,438.0,35.0,92.0,13.0,5.0,1.8,71.25,34.63815572471545,13.964584436498123,13.860669969323977
-1999,7,10,6,30,693.0,60.0,280.0,16.0,6.0,1.5,59.75,212.34318005766556,22.033276690086147,21.39624714991315
-1999,7,10,7,30,814.0,76.0,481.0,19.0,5.0,1.1,47.8,435.6788604523658,31.716069618979667,30.40903303762257
-1999,7,10,8,30,882.0,88.0,671.0,22.0,5.0,1.5,37.51,654.838852511393,40.60584353849666,38.641326980962475
-1999,7,10,9,30,923.0,96.0,830.0,24.0,4.0,2.2,32.18,842.2439443752393,46.83584464772422,44.30911281459851
-1999,7,10,10,30,945.0,102.0,946.0,26.0,4.0,2.9000000000000004,27.93,978.931492766479,51.33457036898258,48.39777589068314
-1999,7,10,11,30,952.0,107.0,1007.0,27.0,3.0,3.5,25.64,1052.2267376197228,53.172088108141594,50.01540789528242
-1999,7,10,12,30,946.0,112.0,1010.0,28.0,3.0,4.0,25.01,1056.8518017887225,53.43630866137645,50.265753256010285
-1999,7,10,13,30,928.0,113.0,955.0,28.0,3.0,4.3,23.1,990.3035146893897,51.37043269571147,48.3995221516433
-1999,7,10,14,30,894.0,113.0,845.0,28.0,3.0,4.3,24.11,860.5216947455175,48.30767744630035,45.7261123620638
-1999,7,10,15,30,837.0,112.0,690.0,27.0,2.0,4.0,25.23,679.945883251289,43.364937193786005,41.32509954403214
-1999,7,10,16,30,582.0,150.0,460.0,26.0,2.0,3.7,26.82,429.7915718247301,36.55026673561916,35.26089202014497
-1999,7,10,17,30,608.0,88.0,303.0,24.0,3.0,3.0,29.14,248.5490716363551,30.38991397598302,29.644266761073954
-1999,7,10,18,30,250.0,54.0,96.0,21.0,5.0,2.1,40.27,62.56486531941593,22.707684759775084,22.519990163816836
-1999,7,10,19,30,0.0,0.0,0.0,18.0,6.0,2.2,53.74,0.0,18.0,18.0
-1999,7,10,20,30,0.0,0.0,0.0,17.0,6.0,2.8000000000000003,62.59,0.0,17.0,17.0
-1999,7,10,21,30,0.0,0.0,0.0,16.0,7.0,3.2,63.58,0.0,16.0,16.0
-1999,7,10,22,30,0.0,0.0,0.0,15.0,7.0,3.3000000000000003,67.78,0.0,15.0,15.0
-1999,7,10,23,30,0.0,0.0,0.0,15.0,6.0,3.6,66.93,0.0,15.0,15.0
-1999,7,11,0,30,0.0,0.0,0.0,15.0,6.0,3.9,69.28,0.0,15.0,15.0
-1999,7,11,1,30,0.0,0.0,0.0,14.0,6.0,3.8,68.01,0.0,14.0,14.0
-1999,7,11,2,30,0.0,0.0,0.0,14.0,6.0,3.6,72.4,0.0,14.0,14.0
-1999,7,11,3,30,0.0,0.0,0.0,13.0,6.0,3.2,72.41,0.0,13.0,13.0
-1999,7,11,4,30,0.0,0.0,0.0,14.0,5.0,3.0,71.04,0.0,14.0,14.0
-1999,7,11,5,30,409.0,36.0,89.0,16.0,5.0,2.9000000000000004,61.39,35.585386767903124,16.920943387602264,16.814187227298554
-1999,7,11,6,30,670.0,63.0,274.0,19.0,5.0,2.9000000000000004,45.55,209.39377101949253,24.419073005536074,23.790891692477597
-1999,7,11,7,30,790.0,82.0,474.0,22.0,4.0,3.2,35.02,430.15880725638306,32.91346096082201,31.622984539052858
-1999,7,11,8,30,854.0,97.0,660.0,24.0,4.0,3.1,30.88,644.9997032263287,40.47276571296159,38.537766603282606
-1999,7,11,9,30,887.0,110.0,815.0,26.0,4.0,3.0,29.34,826.3650225146582,47.24490496731985,44.765809899775874
-1999,7,11,10,30,900.0,124.0,926.0,27.0,4.0,3.0,27.64,958.3823325913974,51.638919876235924,48.76377287846173
-1999,7,11,11,30,372.0,471.0,823.0,28.0,4.0,3.0,25.83,830.6508289468358,49.35508817677233,46.86313568993182
-1999,7,11,12,30,370.0,478.0,830.0,27.0,4.0,2.9000000000000004,27.51,837.7915222836582,48.68189340384777,46.168518836996796
-1999,7,11,13,30,419.0,450.0,830.0,26.0,4.0,2.4000000000000004,29.93,837.1822581208334,48.39806047346357,45.88651369910107
-1999,7,11,14,30,239.0,411.0,606.0,24.0,5.0,1.9,33.79,602.2834070129504,40.660240046857076,38.853389825818226
-1999,7,11,15,30,0.0,48.0,48.0,22.0,6.0,1.7000000000000002,41.34,46.914467174146345,23.315224106173577,23.17448070465114
-1999,7,11,16,30,0.0,101.0,101.0,21.0,7.0,1.7000000000000002,51.15,98.71585801226628,23.767450723406903,23.471303149370105
-1999,7,11,17,30,0.0,108.0,108.0,19.0,8.0,1.4,58.74,105.5575511418293,22.019386273150143,21.702713619724655
-1999,7,11,18,30,0.0,29.0,29.0,18.0,9.0,0.8,69.91,28.344157251046756,18.844164865864393,18.75913239411125
-1999,7,11,19,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,83.64,0.0,16.0,16.0
-1999,7,11,20,30,0.0,0.0,0.0,14.0,10.0,0.8,87.66,0.0,14.0,14.0
-1999,7,11,21,30,0.0,0.0,0.0,14.0,9.0,0.9,92.54,0.0,14.0,14.0
-1999,7,11,22,30,0.0,0.0,0.0,13.0,9.0,1.0,91.71,0.0,13.0,13.0
-1999,7,11,23,30,0.0,0.0,0.0,13.0,9.0,1.1,90.93,0.0,13.0,13.0
-1999,7,12,0,30,0.0,0.0,0.0,13.0,9.0,1.3,95.83,0.0,13.0,13.0
-1999,7,12,1,30,0.0,0.0,0.0,12.0,8.0,1.6,93.26,0.0,12.0,12.0
-1999,7,12,2,30,0.0,0.0,0.0,12.0,8.0,1.7000000000000002,95.99,0.0,12.0,12.0
-1999,7,12,3,30,0.0,0.0,0.0,11.0,7.0,1.9,92.2,0.0,11.0,11.0
-1999,7,12,4,30,0.0,0.0,0.0,12.0,7.0,2.4000000000000004,83.43,0.0,12.0,12.0
-1999,7,12,5,30,374.0,38.0,85.0,15.0,7.0,3.0,74.7,37.49492569908198,15.963951899621435,15.85146712252419
-1999,7,12,6,30,649.0,67.0,270.0,19.0,7.0,3.0,58.48,207.91295277029155,24.34520557227645,23.721466713965572
-1999,7,12,7,30,784.0,84.0,471.0,22.0,6.0,2.8000000000000003,44.65,428.7261417834552,33.169200578630615,31.88302215328025
-1999,7,12,8,30,859.0,96.0,661.0,24.0,5.0,3.0,34.980000000000004,646.6698271844409,40.62514584893736,38.68513636738403
-1999,7,12,9,30,904.0,104.0,821.0,26.0,5.0,3.2,31.75,833.8981107175006,47.15663871830123,44.65494438614873
-1999,7,12,10,30,928.0,110.0,937.0,27.0,4.0,3.3000000000000003,29.18,970.5767325414298,51.462045861998455,48.55031566437417
-1999,7,12,11,30,938.0,114.0,1000.0,28.0,4.0,3.3000000000000003,26.93,1045.1359377375552,54.3412076384878,51.205799825275136
-1999,7,12,12,30,937.0,116.0,1005.0,29.0,4.0,3.3000000000000003,24.95,1052.0153004949916,55.51459247415461,52.35854657266964
-1999,7,12,13,30,925.0,114.0,952.0,29.0,4.0,3.3000000000000003,23.25,988.8406578629929,53.922362871315514,50.95584089772653
-1999,7,12,14,30,900.0,110.0,845.0,29.0,4.0,3.4000000000000004,23.08,863.0359751791459,50.60844830975842,48.01934038422098
-1999,7,12,15,30,859.0,101.0,693.0,28.0,4.0,3.4000000000000004,24.32,684.4958113891743,45.13821067027812,43.0847232361106
-1999,7,12,16,30,793.0,88.0,509.0,27.0,4.0,3.2,25.71,471.9556574575762,38.973879311582806,37.55801233921008
-1999,7,12,17,30,676.0,71.0,309.0,25.0,4.0,2.4000000000000004,29.23,249.96276448690818,31.687529580068844,30.93764128660812
-1999,7,12,18,30,197.0,56.0,89.0,22.0,7.0,1.4,43.13,62.3199398378143,23.78261023351151,23.595650413998065
-1999,7,12,19,30,0.0,0.0,0.0,19.0,7.0,1.1,53.27,0.0,19.0,19.0
-1999,7,12,20,30,0.0,0.0,0.0,18.0,6.0,1.3,54.29,0.0,18.0,18.0
-1999,7,12,21,30,0.0,0.0,0.0,17.0,6.0,1.7000000000000002,56.18,0.0,17.0,17.0
-1999,7,12,22,30,0.0,0.0,0.0,16.0,6.0,2.0,59.26,0.0,16.0,16.0
-1999,7,12,23,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,62.94000000000001,0.0,16.0,16.0
-1999,7,13,0,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,62.3,0.0,15.0,15.0
-1999,7,13,1,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,66.26,0.0,15.0,15.0
-1999,7,13,2,30,0.0,0.0,0.0,14.0,5.0,2.5,65.76,0.0,14.0,14.0
-1999,7,13,3,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,67.44,0.0,14.0,14.0
-1999,7,13,4,30,0.0,0.0,0.0,15.0,4.0,2.2,58.8,0.0,15.0,15.0
-1999,7,13,5,30,416.0,35.0,87.0,18.0,4.0,2.7,45.3,34.60046361270665,18.907418047409912,18.80361665657179
-1999,7,13,6,30,684.0,63.0,276.0,23.0,3.0,3.0,31.9,210.88781417703677,28.421685875962254,27.789022433431143
-1999,7,13,7,30,810.0,80.0,479.0,26.0,1.0,2.8000000000000003,23.41,435.57057794254405,37.347512262612575,36.04080052878494
-1999,7,13,8,30,879.0,93.0,670.0,29.0,0.0,2.7,18.87,656.0299732756314,46.204782110882874,44.23669219105598
-1999,7,13,9,30,917.0,103.0,830.0,30.0,0.0,2.3000000000000003,16.490000000000002,843.0824873490991,52.70668048819684,50.177433026149544
-1999,7,13,10,30,937.0,112.0,945.0,31.0,0.0,2.0,15.5,980.7228011052543,57.94783359041001,55.00566518709425
-1999,7,13,11,30,525.0,427.0,923.0,32.0,0.0,1.9,14.63,939.9496156708717,58.000693438813364,55.18084459180075
-1999,7,13,12,30,466.0,468.0,910.0,33.0,0.0,2.1,13.85,924.2939815368227,58.22826090592469,55.455378961314224
-1999,7,13,13,30,421.0,451.0,832.0,33.0,0.0,2.3000000000000003,13.97,840.2269398130086,55.629772230115535,53.10909141067651
-1999,7,13,14,30,388.0,361.0,678.0,32.0,0.0,2.5,15.02,678.6292260253039,50.035666836425236,47.99977915834933
-1999,7,13,15,30,505.0,255.0,603.0,31.0,0.0,2.3000000000000003,16.25,593.6742717277826,46.989386809079605,45.208363993896256
-1999,7,13,16,30,85.0,233.0,278.0,30.0,1.0,1.8,17.76,269.0980828661897,37.493696393281084,36.68640214468252
-1999,7,13,17,30,118.0,143.0,185.0,27.0,3.0,1.1,24.29,171.26625810406475,31.99871317872109,31.484914404408897
-1999,7,13,18,30,0.0,18.0,18.0,24.0,8.0,0.9,43.01,17.592925190304882,24.52044372635001,24.467664950779096
-1999,7,13,19,30,0.0,0.0,0.0,22.0,9.0,1.1,49.18,0.0,22.0,22.0
-1999,7,13,20,30,0.0,0.0,0.0,21.0,9.0,1.5,53.48,0.0,21.0,21.0
-1999,7,13,21,30,0.0,0.0,0.0,21.0,9.0,1.9,56.07,0.0,21.0,21.0
-1999,7,13,22,30,0.0,0.0,0.0,20.0,8.0,2.6,54.77,0.0,20.0,20.0
-1999,7,13,23,30,0.0,0.0,0.0,19.0,8.0,3.5,58.21,0.0,19.0,19.0
-1999,7,14,0,30,0.0,0.0,0.0,19.0,8.0,4.1000000000000005,62.94000000000001,0.0,19.0,19.0
-1999,7,14,1,30,0.0,0.0,0.0,19.0,9.0,4.3,63.53,0.0,19.0,19.0
-1999,7,14,2,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.76,0.0,19.0,19.0
-1999,7,14,3,30,0.0,0.0,0.0,18.0,9.0,3.7,65.21000000000001,0.0,18.0,18.0
-1999,7,14,4,30,0.0,0.0,0.0,18.0,10.0,3.5,67.98,0.0,18.0,18.0
-1999,7,14,5,30,210.0,46.0,72.0,20.0,10.0,3.6,66.01,45.15569669100272,21.1157799087327,20.980312818659694
-1999,7,14,6,30,373.0,102.0,218.0,22.0,10.0,3.3000000000000003,58.86,180.68414979843442,26.553894412172955,26.011841962777652
-1999,7,14,7,30,559.0,140.0,414.0,24.0,9.0,2.5,46.25,382.95493567918265,34.17764541873247,33.02878061169492
-1999,7,14,8,30,484.0,229.0,546.0,26.0,8.0,1.6,38.47,534.6822074958147,41.09032248699812,39.486275864510674
-1999,7,14,9,30,146.0,400.0,516.0,27.0,8.0,1.2000000000000002,35.98000000000001,509.1017628601515,41.759434768570024,40.23212947998957
-1999,7,14,10,30,12.0,177.0,189.0,28.0,8.0,1.8,35.87,184.16314445363906,33.12847463151115,32.575985198150235
-1999,7,14,11,30,371.0,482.0,831.0,27.0,8.0,2.5,35.55000000000001,840.4002199675731,49.33499206240856,46.81379140250584
-1999,7,14,12,30,258.0,495.0,739.0,27.0,8.0,2.8000000000000003,35.2,742.3199711141997,46.33896686683859,44.11200695349599
-1999,7,14,13,30,473.0,430.0,858.0,27.0,8.0,2.4000000000000004,34.69,869.1252632708041,50.25266692756969,47.64529113775728
-1999,7,14,14,30,29.0,325.0,349.0,27.0,8.0,2.2,36.59,342.00792375486526,36.27289518353279,35.24687141226819
-1999,7,14,15,30,12.0,203.0,212.0,26.0,8.0,2.6,38.84,206.600452785503,31.45434504960431,30.834543691247802
-1999,7,14,16,30,6.0,155.0,159.0,25.0,8.0,2.5,42.26,154.4205790348941,29.103976087904847,28.640714350800167
-1999,7,14,17,30,0.0,14.0,14.0,23.0,10.0,1.8,50.14,13.683386259126019,23.38104746479696,23.339997306019583
-1999,7,14,18,30,0.0,40.0,40.0,21.0,12.0,1.2000000000000002,64.73,39.09538931178863,22.13341946619364,22.016133298258275
-1999,7,14,19,30,0.0,0.0,0.0,19.0,12.0,1.2000000000000002,75.21000000000002,0.0,19.0,19.0
-1999,7,14,20,30,0.0,0.0,0.0,19.0,12.0,1.3,80.68,0.0,19.0,19.0
-1999,7,14,21,30,0.0,0.0,0.0,18.0,12.0,1.3,80.2,0.0,18.0,18.0
-1999,7,14,22,30,0.0,0.0,0.0,18.0,12.0,1.3,83.87,0.0,18.0,18.0
-1999,7,14,23,30,0.0,0.0,0.0,17.0,11.0,1.5,81.82000000000002,0.0,17.0,17.0
-1999,7,15,0,30,0.0,0.0,0.0,16.0,11.0,1.6,85.05,0.0,16.0,16.0
-1999,7,15,1,30,0.0,0.0,0.0,16.0,11.0,1.6,88.21000000000002,0.0,16.0,16.0
-1999,7,15,2,30,0.0,0.0,0.0,15.0,10.0,1.4,85.87,0.0,15.0,15.0
-1999,7,15,3,30,0.0,0.0,0.0,15.0,10.0,1.4,83.95,0.0,15.0,15.0
-1999,7,15,4,30,0.0,0.0,0.0,16.0,10.0,1.9,82.31,0.0,16.0,16.0
-1999,7,15,5,30,352.0,34.0,76.0,18.0,10.0,2.8000000000000003,73.38,33.54769465589431,18.873986664315876,18.773343580348193
-1999,7,15,6,30,103.0,122.0,154.0,20.0,10.0,3.3000000000000003,60.24,141.48629387907923,23.56596659869599,23.14150771705875
-1999,7,15,7,30,145.0,218.0,289.0,23.0,9.0,3.5,46.28,276.7809026217141,29.884385191021856,29.054042483156714
-1999,7,15,8,30,0.0,74.0,74.0,25.0,7.0,3.5,35.98000000000001,72.32647022680895,26.798979900101184,26.582000489420757
-1999,7,15,9,30,20.0,274.0,290.0,27.0,5.0,3.4000000000000004,31.03,283.9812535124202,34.11024153563212,33.25829777509486
-1999,7,15,10,30,257.0,455.0,683.0,28.0,5.0,3.3000000000000003,27.94,683.589353852286,45.22892540492126,43.178157343364404
-1999,7,15,11,30,15.0,204.0,218.0,29.0,4.0,3.3000000000000003,25.87,214.3171121578142,34.401566770396215,33.75861543392277
-1999,7,15,12,30,15.0,213.0,228.0,29.0,4.0,3.2,24.47,223.2208609010239,34.66328553545675,33.99362295275368
-1999,7,15,13,30,0.0,85.0,85.0,28.0,5.0,3.0,26.52,83.07770228755082,30.135833247916786,29.88660014105413
-1999,7,15,14,30,413.0,358.0,695.0,27.0,5.0,2.4000000000000004,28.91,696.8178034138851,45.6427353762645,43.55228196602284
-1999,7,15,15,30,38.0,284.0,310.0,26.0,5.0,1.7000000000000002,31.35,303.4997017265775,34.508465468563614,33.59796636338388
-1999,7,15,16,30,24.0,194.0,207.0,25.0,6.0,1.0,34.02,201.29132686380274,30.91473114132353,30.31085716073212
-1999,7,15,17,30,0.0,72.0,72.0,23.0,7.0,0.7000000000000001,40.34,70.37170076121953,25.110046307878573,24.898931205594913
-1999,7,15,18,30,0.0,47.0,47.0,21.0,9.0,0.7000000000000001,52.8,45.937082441351635,22.37739133986518,22.239580092541125
-1999,7,15,19,30,0.0,0.0,0.0,19.0,10.0,0.6000000000000001,64.4,0.0,19.0,19.0
-1999,7,15,20,30,0.0,0.0,0.0,18.0,10.0,0.6000000000000001,74.39,0.0,18.0,18.0
-1999,7,15,21,30,0.0,0.0,0.0,17.0,10.0,0.7000000000000001,74.01,0.0,17.0,17.0
-1999,7,15,22,30,0.0,0.0,0.0,16.0,9.0,0.8,76.04,0.0,16.0,16.0
-1999,7,15,23,30,0.0,0.0,0.0,15.0,9.0,1.0,79.22,0.0,15.0,15.0
-1999,7,16,0,30,0.0,0.0,0.0,14.0,9.0,1.1,82.62,0.0,14.0,14.0
-1999,7,16,1,30,0.0,0.0,0.0,14.0,8.0,1.1,85.28,0.0,14.0,14.0
-1999,7,16,2,30,0.0,0.0,0.0,13.0,8.0,1.1,82.49,0.0,13.0,13.0
-1999,7,16,3,30,0.0,0.0,0.0,13.0,7.0,1.1,80.32000000000002,0.0,13.0,13.0
-1999,7,16,4,30,0.0,0.0,0.0,14.0,7.0,1.1,73.67,0.0,14.0,14.0
-1999,7,16,5,30,0.0,7.0,7.0,16.0,8.0,1.8,69.14,6.8416931295630095,16.190523732398482,16.16999865300979
-1999,7,16,6,30,311.0,108.0,203.0,19.0,8.0,2.7,63.13,172.3536403885516,23.5200782734002,23.003017352234544
-1999,7,16,7,30,4.0,142.0,144.0,20.0,8.0,2.9000000000000004,55.64,140.54292268438277,23.63722547585804,23.215596707804888
-1999,7,16,8,30,784.0,121.0,632.0,21.0,9.0,2.7,54.26,620.8033981016235,37.28094390977861,35.418533715473735
-1999,7,16,9,30,254.0,390.0,590.0,22.0,9.0,2.5,52.16,586.5198643469338,37.58771190604778,35.82815231300698
-1999,7,16,10,30,236.0,457.0,667.0,23.0,10.0,2.3000000000000003,49.41,665.9927934730374,40.93713639620661,38.9391580157875
-1999,7,16,11,30,24.0,358.0,382.0,24.0,10.0,2.3000000000000003,49.79,373.80506244952545,34.06766508055483,32.94624989320626
-1999,7,16,12,30,17.0,265.0,282.0,24.0,10.0,2.4000000000000004,50.24,276.05189758614097,31.38552093761206,30.55736524485364
-1999,7,16,13,30,5.0,128.0,134.0,23.0,10.0,2.6,51.24,129.86269686114426,26.428433714461587,26.038845623878153
-1999,7,16,14,30,0.0,103.0,103.0,22.0,10.0,2.9000000000000004,55.76,100.6706274778557,24.60533767150524,24.30332578907167
-1999,7,16,15,30,0.0,30.0,30.0,21.0,11.0,3.2,60.64,29.32154198384147,21.743910152143023,21.6559455261915
-1999,7,16,16,30,0.0,57.0,57.0,20.0,11.0,3.2,66.45,55.71092976929879,21.413429289071743,21.246296499763847
-1999,7,16,17,30,0.0,11.0,11.0,19.0,12.0,2.9000000000000004,78.19,10.751232060741874,19.278239945500562,19.245986249318335
-1999,7,16,18,30,0.0,26.0,26.0,17.0,12.0,2.3000000000000003,86.65,25.412003052662605,17.684419665383185,17.608183656225197
-1999,7,16,19,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.92,0.0,16.0,16.0
-1999,7,16,20,30,0.0,0.0,0.0,16.0,13.0,1.4,100.0,0.0,16.0,16.0
-1999,7,16,21,30,0.0,0.0,0.0,15.0,12.0,1.3,99.05,0.0,15.0,15.0
-1999,7,16,22,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,100.0,0.0,15.0,15.0
-1999,7,16,23,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,7,17,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,7,17,1,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
-1999,7,17,2,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
-1999,7,17,3,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,7,17,4,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,7,17,5,30,290.0,38.0,72.0,16.0,11.0,1.6,89.89,37.39692620785908,17.055452507279256,16.943261728655678
-1999,7,17,6,30,573.0,73.0,247.0,18.0,12.0,2.1,82.83,193.74756124411945,23.288267718487294,22.707025034754935
-1999,7,17,7,30,724.0,92.0,443.0,21.0,12.0,2.2,64.12,406.72251555837624,32.02750841018184,30.80734086350671
-1999,7,17,8,30,812.0,102.0,631.0,24.0,11.0,1.9,49.72,619.6804155559087,41.141472528190704,39.282431281522975
-1999,7,17,9,30,861.0,111.0,789.0,25.0,10.0,1.8,44.43,804.2307644477339,47.395778946907114,44.983086653563916
-1999,7,17,10,30,885.0,120.0,903.0,27.0,9.0,2.3000000000000003,40.49,939.5993192888217,52.30616143753934,49.48736347967287
-1999,7,17,11,30,395.0,491.0,862.0,28.0,9.0,2.8000000000000003,37.72,873.0951683086656,50.74593058054822,48.12664507562222
-1999,7,17,12,30,18.0,284.0,301.0,28.0,9.0,3.2,35.55000000000001,295.6192436636008,35.500088387281444,34.61323065629064
-1999,7,17,13,30,404.0,448.0,813.0,28.0,9.0,3.4000000000000004,37.91,821.4211419555498,48.566507998469966,46.10224457260332
-1999,7,17,14,30,29.0,323.0,347.0,27.0,9.0,3.4000000000000004,40.93,340.0632906646229,35.514407567827675,34.494217695833804
-1999,7,17,15,30,9.0,171.0,178.0,26.0,10.0,3.3000000000000003,44.2,173.2785031933668,30.36724531909552,29.84740980951542
-1999,7,17,16,30,0.0,78.0,78.0,25.0,10.0,3.1,47.87000000000001,76.23600915798782,26.947005419489418,26.718297392015455
-1999,7,17,17,30,289.0,129.0,230.0,23.0,11.0,2.9000000000000004,53.05,202.82246677922117,28.249008837694593,27.64054143735693
-1999,7,17,18,30,350.0,45.0,101.0,20.0,12.0,2.5,69.27,56.47809964217652,21.500996640929728,21.3315623420032
-1999,7,17,19,30,0.0,0.0,0.0,18.0,12.0,2.3000000000000003,81.77,0.0,18.0,18.0
-1999,7,17,20,30,0.0,0.0,0.0,18.0,13.0,2.2,83.29,0.0,18.0,18.0
-1999,7,17,21,30,0.0,0.0,0.0,18.0,13.0,2.1,89.74,0.0,18.0,18.0
-1999,7,17,22,30,0.0,0.0,0.0,17.0,13.0,2.0,89.45,0.0,17.0,17.0
-1999,7,17,23,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,93.54,0.0,17.0,17.0
-1999,7,18,0,30,0.0,0.0,0.0,16.0,12.0,1.5,90.06,0.0,16.0,16.0
-1999,7,18,1,30,0.0,0.0,0.0,16.0,11.0,1.4,85.17,0.0,16.0,16.0
-1999,7,18,2,30,0.0,0.0,0.0,16.0,10.0,1.4,79.89,0.0,16.0,16.0
-1999,7,18,3,30,0.0,0.0,0.0,16.0,9.0,1.5,79.24,0.0,16.0,16.0
-1999,7,18,4,30,0.0,0.0,0.0,16.0,8.0,1.8,73.25,0.0,16.0,16.0
-1999,7,18,5,30,0.0,35.0,35.0,18.0,7.0,2.5,61.76,34.20846564781505,18.909145179353484,18.80651978241004
-1999,7,18,6,30,190.0,117.0,175.0,20.0,7.0,2.7,49.39,154.72327059556437,24.057711181683192,23.5935413698965
-1999,7,18,7,30,0.0,89.0,89.0,23.0,6.0,2.4000000000000004,38.62,86.9872412187297,25.327265622673597,25.06630389901741
-1999,7,18,8,30,33.0,259.0,281.0,26.0,5.0,2.5,30.58,274.25896962006385,33.288874709891004,32.46609780103081
-1999,7,18,9,30,285.0,381.0,606.0,27.0,5.0,2.8000000000000003,28.77,602.5845318454855,42.698570359541776,40.89081676400532
-1999,7,18,10,30,17.0,258.0,274.0,28.0,5.0,3.0,27.62,267.9658771741339,34.88909796511625,34.085200333593846
-1999,7,18,11,30,50.0,438.0,486.0,29.0,6.0,3.0,28.44,477.8748630404374,41.28561927835589,39.85199468923457
-1999,7,18,12,30,22.0,341.0,362.0,28.0,6.0,2.9000000000000004,29.5,355.343318750918,37.19622096189978,36.13019100564703
-1999,7,18,13,30,45.0,408.0,449.0,28.0,7.0,2.7,32.53,441.5031106362006,39.57868562292259,38.25417629101399
-1999,7,18,14,30,371.0,365.0,666.0,27.0,7.0,2.5,35.58,668.4629421800022,44.765481437142775,42.76009261060277
-1999,7,18,15,30,0.0,31.0,31.0,26.0,8.0,2.4000000000000004,38.72,30.29892671663619,26.810620610144735,26.719723829994827
-1999,7,18,16,30,7.0,158.0,162.0,24.0,8.0,2.0,42.58,157.83027401243572,28.336785027148018,27.863294205110712
-1999,7,18,17,30,0.0,6.0,6.0,23.0,9.0,1.3,51.43,5.864308396768293,23.16887404608389,23.151281120893586
-1999,7,18,18,30,0.0,42.0,42.0,21.0,11.0,0.5,65.45,41.05015877737806,22.24760123710223,22.124450760770095
-1999,7,18,19,30,0.0,0.0,0.0,19.0,12.0,0.6000000000000001,73.15,0.0,19.0,19.0
-1999,7,18,20,30,0.0,0.0,0.0,18.0,12.0,1.5,84.0,0.0,18.0,18.0
-1999,7,18,21,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.47,0.0,17.0,17.0
-1999,7,18,22,30,0.0,0.0,0.0,16.0,11.0,2.8000000000000003,87.15,0.0,16.0,16.0
-1999,7,18,23,30,0.0,0.0,0.0,15.0,11.0,2.8000000000000003,90.37,0.0,15.0,15.0
-1999,7,19,0,30,0.0,0.0,0.0,15.0,11.0,2.6,88.11,0.0,15.0,15.0
-1999,7,19,1,30,0.0,0.0,0.0,15.0,10.0,2.1,86.17,0.0,15.0,15.0
-1999,7,19,2,30,0.0,0.0,0.0,15.0,10.0,1.3,84.95,0.0,15.0,15.0
-1999,7,19,3,30,0.0,0.0,0.0,15.0,10.0,0.9,84.67,0.0,15.0,15.0
-1999,7,19,4,30,0.0,0.0,0.0,15.0,10.0,0.8,84.25,0.0,15.0,15.0
-1999,7,19,5,30,270.0,38.0,68.0,17.0,10.0,1.0,75.62,37.366772518252034,18.09798279194612,17.985882474391364
-1999,7,19,6,30,574.0,72.0,244.0,20.0,10.0,1.7000000000000002,63.18,191.64586833038317,25.37269804090605,24.797760435914903
-1999,7,19,7,30,729.0,90.0,442.0,23.0,11.0,2.6,52.97,405.6722680932494,33.70993067732246,32.49291387304271
-1999,7,19,8,30,811.0,103.0,628.0,24.0,10.0,3.2,47.72,619.0204173843758,39.70502578376741,37.84796453161428
-1999,7,19,9,30,860.0,111.0,786.0,25.0,10.0,3.5,43.83,802.8044825292594,44.96819592124852,42.559782473660746
-1999,7,19,10,30,253.0,452.0,676.0,26.0,9.0,3.6,40.98,676.7864022219409,42.72313186241225,40.69277265574643
-1999,7,19,11,30,468.0,458.0,897.0,26.0,10.0,3.7,41.17,913.5122284010278,48.42435242497265,45.68381573976957
-1999,7,19,12,30,39.0,377.0,414.0,26.0,10.0,3.7,44.0,407.5734213851125,36.00486885237339,34.78214858821806
-1999,7,19,13,30,0.0,59.0,59.0,25.0,10.0,3.6,44.33,57.66569923488822,26.424897263120542,26.251900165415876
-1999,7,19,14,30,433.0,356.0,708.0,25.0,10.0,3.4000000000000004,47.69,711.7742682752565,42.82120088452791,40.68587807970214
-1999,7,19,15,30,229.0,327.0,483.0,24.0,10.0,3.0,48.58,475.7689113590991,36.23147765556593,34.804170921488634
-1999,7,19,16,30,441.0,189.0,420.0,23.0,11.0,2.4000000000000004,52.88,398.84750576810774,33.67080730298372,32.474264785679395
-1999,7,19,17,30,393.0,115.0,249.0,22.0,11.0,1.2000000000000002,63.13,216.3134357267726,28.271170671729884,27.622230364549566
-1999,7,19,18,30,0.0,20.0,20.0,19.0,12.0,0.7000000000000001,75.37,19.547694655894315,19.586123974410715,19.52748089044303
-1999,7,19,19,30,0.0,0.0,0.0,17.0,13.0,1.5,91.44,0.0,17.0,17.0
-1999,7,19,20,30,0.0,0.0,0.0,16.0,13.0,2.1,96.01,0.0,16.0,16.0
-1999,7,19,21,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
-1999,7,19,22,30,0.0,0.0,0.0,15.0,13.0,1.1,100.0,0.0,15.0,15.0
-1999,7,19,23,30,0.0,0.0,0.0,15.0,11.0,0.7000000000000001,100.0,0.0,15.0,15.0
-1999,7,20,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,7,20,1,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,7,20,2,30,0.0,0.0,0.0,14.0,11.0,1.0,96.99,0.0,14.0,14.0
-1999,7,20,3,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
-1999,7,20,4,30,0.0,0.0,0.0,14.0,10.0,1.7000000000000002,97.43,0.0,14.0,14.0
-1999,7,20,5,30,324.0,34.0,69.0,16.0,10.0,2.3000000000000003,84.67,33.49492569908198,16.902116444401983,16.801631667304736
-1999,7,20,6,30,617.0,64.0,248.0,19.0,10.0,2.6,65.15,192.19940488284632,24.074150895729343,23.497552681080805
-1999,7,20,7,30,763.0,81.0,448.0,22.0,9.0,2.6,50.66,411.0267702051941,32.85129194586577,31.618211635250187
-1999,7,20,8,30,842.0,94.0,638.0,25.0,8.0,2.7,41.72,629.53803906995,41.51001514249453,39.62140102528468
-1999,7,20,9,30,886.0,104.0,798.0,26.0,7.0,2.8000000000000003,35.51,816.6449427452305,47.275285731591445,44.825350903355755
-1999,7,20,10,30,907.0,113.0,914.0,27.0,7.0,2.9000000000000004,32.72,952.8068680405705,51.65846979568161,48.8000491915599
-1999,7,20,11,30,910.0,123.0,975.0,28.0,7.0,3.0,30.6,1026.068690217212,54.37905915629475,51.30085308564311
-1999,7,20,12,30,239.0,494.0,720.0,28.0,7.0,3.1,30.55,722.449241091515,46.45076366466403,44.283415941389485
-1999,7,20,13,30,880.0,132.0,923.0,28.0,7.0,3.0,32.69,964.6862614842497,52.80098671909654,49.90692793464379
-1999,7,20,14,30,182.0,413.0,560.0,27.0,7.0,2.7,32.99,556.5748036585774,41.596510244098226,39.926785833122494
-1999,7,20,15,30,483.0,255.0,584.0,26.0,7.0,2.4000000000000004,35.22,578.531140552033,41.4780817990006,39.7424883773445
-1999,7,20,16,30,182.0,234.0,329.0,25.0,7.0,2.0,37.71,317.0055003538109,33.71052601321374,32.759509512152306
-1999,7,20,17,30,0.0,71.0,71.0,24.0,8.0,1.4,44.71,69.39431602842481,25.98496690179315,25.776783953707877
-1999,7,20,18,30,0.0,3.0,3.0,21.0,11.0,1.0,65.32000000000001,2.9321541983841466,21.08615822657913,21.077361763983976
-1999,7,20,19,30,0.0,0.0,0.0,19.0,11.0,0.9,73.19,0.0,19.0,19.0
-1999,7,20,20,30,0.0,0.0,0.0,18.0,10.0,1.0,74.89,0.0,18.0,18.0
-1999,7,20,21,30,0.0,0.0,0.0,17.0,10.0,1.1,73.06,0.0,17.0,17.0
-1999,7,20,22,30,0.0,0.0,0.0,16.0,10.0,1.1,76.87,0.0,16.0,16.0
-1999,7,20,23,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,81.11,0.0,16.0,16.0
-1999,7,21,0,30,0.0,0.0,0.0,15.0,9.0,1.3,80.64,0.0,15.0,15.0
-1999,7,21,1,30,0.0,0.0,0.0,15.0,9.0,1.4,80.79,0.0,15.0,15.0
-1999,7,21,2,30,0.0,0.0,0.0,15.0,9.0,1.4,86.0,0.0,15.0,15.0
-1999,7,21,3,30,0.0,0.0,0.0,15.0,9.0,1.4,85.07000000000002,0.0,15.0,15.0
-1999,7,21,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,78.06,0.0,16.0,16.0
-1999,7,21,5,30,347.0,33.0,70.0,19.0,10.0,1.4,68.60000000000001,32.53261781109079,19.930568572176,19.83297071874273
-1999,7,21,6,30,638.0,63.0,251.0,23.0,10.0,1.0,51.98,194.8913407588955,28.726674369536504,28.142000347259817
-1999,7,21,7,30,774.0,81.0,452.0,26.0,8.0,1.0,36.6,415.1431761421541,38.19853984914792,36.95311032072146
-1999,7,21,8,30,847.0,94.0,640.0,28.0,7.0,2.2,32.53,632.2359681917071,45.14187729902755,43.245169394452425
-1999,7,21,9,30,885.0,107.0,799.0,29.0,7.0,3.0,28.7,818.4706221919233,50.04194891271807,47.5865370461423
-1999,7,21,10,30,904.0,117.0,913.0,30.0,7.0,3.7,27.17,953.7931182911112,53.413143645061524,50.55176429018819
-1999,7,21,11,30,907.0,126.0,974.0,31.0,7.0,4.1000000000000005,27.28,1026.0063606836188,55.532407768397,52.45438868634614
-1999,7,21,12,30,899.0,131.0,978.0,31.0,7.0,4.4,27.33,1029.4058183650013,55.13477562503385,52.04655816993885
-1999,7,21,13,30,885.0,129.0,924.0,30.0,7.0,4.6000000000000005,27.43,966.5384496609593,52.36662227768485,49.46700692870197
-1999,7,21,14,30,212.0,410.0,582.0,29.0,7.0,4.6000000000000005,29.68,578.8442392960887,42.39500819909533,40.65847548120706
-1999,7,21,15,30,567.0,231.0,617.0,28.0,8.0,4.5,32.43,612.2231522063912,42.26025646479609,40.423587008176916
-1999,7,21,16,30,656.0,125.0,466.0,27.0,8.0,4.1000000000000005,35.86,440.14013134054846,37.52400607934607,36.20358568532443
-1999,7,21,17,30,460.0,102.0,258.0,25.0,9.0,3.0,42.86,220.71076654279364,30.674222810395868,30.012090510767486
-1999,7,21,18,30,69.0,53.0,64.0,23.0,10.0,1.8,56.08,54.02630492842053,24.504495023049742,24.34241610826448
-1999,7,21,19,30,0.0,0.0,0.0,21.0,11.0,1.1,67.83,0.0,21.0,21.0
-1999,7,21,20,30,0.0,0.0,0.0,20.0,12.0,0.9,68.85000000000001,0.0,20.0,20.0
-1999,7,21,21,30,0.0,0.0,0.0,19.0,12.0,0.8,73.77,0.0,19.0,19.0
-1999,7,21,22,30,0.0,0.0,0.0,19.0,12.0,0.9,77.89,0.0,19.0,19.0
-1999,7,21,23,30,0.0,0.0,0.0,18.0,11.0,1.2000000000000002,76.7,0.0,18.0,18.0
-1999,7,22,0,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,80.79,0.0,18.0,18.0
-1999,7,22,1,30,0.0,0.0,0.0,17.0,11.0,2.0,80.71000000000002,0.0,17.0,17.0
-1999,7,22,2,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,85.57000000000002,0.0,16.0,16.0
-1999,7,22,3,30,0.0,0.0,0.0,16.0,11.0,2.2,84.45,0.0,16.0,16.0
-1999,7,22,4,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,82.35000000000002,0.0,16.0,16.0
-1999,7,22,5,30,294.0,33.0,64.0,18.0,10.0,2.7,71.05,32.487387276680224,18.852001344780497,18.754539182950456
-1999,7,22,6,30,577.0,68.0,237.0,20.0,10.0,2.8000000000000003,61.55,186.37081036370148,24.85534414648667,24.296231715395564
-1999,7,22,7,30,717.0,90.0,432.0,23.0,10.0,2.8000000000000003,50.33,398.5819250028119,33.38388153531745,32.18813576030902
-1999,7,22,8,30,784.0,110.0,615.0,24.0,10.0,2.9000000000000004,47.56,607.2377299952303,39.71520286653526,37.893489676549564
-1999,7,22,9,30,823.0,128.0,769.0,25.0,10.0,3.0,45.2,788.7007762281585,45.27660002795121,42.910497699266735
-1999,7,22,10,30,840.0,143.0,881.0,26.0,10.0,3.0,43.16,919.6550415988144,49.643285266393065,46.88432014159662
-1999,7,22,11,30,833.0,161.0,939.0,26.0,11.0,3.0,44.02,986.5437767692401,51.36291858019866,48.40328724989094
-1999,7,22,12,30,0.0,74.0,74.0,26.0,11.0,2.8000000000000003,48.0,72.32647022680895,27.884253779690464,27.667274369010038
-1999,7,22,13,30,0.0,77.0,77.0,25.0,11.0,2.5,49.38,75.2586244251931,27.000119394577663,26.774343521302082
-1999,7,22,14,30,0.0,41.0,41.0,24.0,12.0,2.2,53.82,40.07277404458334,25.086497147051926,24.966278824918177
-1999,7,22,15,30,3.0,127.0,129.0,23.0,12.0,1.9,58.41,126.17146848679859,26.490129277311024,26.111614871850627
-1999,7,22,16,30,7.0,155.0,159.0,22.0,12.0,2.1,67.23,154.88689462221666,26.22758025746387,25.76291957359722
-1999,7,22,17,30,0.0,35.0,35.0,20.0,13.0,2.5,73.42,34.20846564781505,20.909145179353484,20.80651978241004
-1999,7,22,18,30,0.0,46.0,46.0,18.0,13.0,2.8000000000000003,85.93,44.95969770855692,19.171292890077858,19.036413796952186
-1999,7,22,19,30,0.0,0.0,0.0,18.0,13.0,2.5,91.14,0.0,18.0,18.0
-1999,7,22,20,30,0.0,0.0,0.0,18.0,13.0,2.1,88.01,0.0,18.0,18.0
-1999,7,22,21,30,0.0,0.0,0.0,18.0,12.0,1.4,83.86,0.0,18.0,18.0
-1999,7,22,22,30,0.0,0.0,0.0,17.0,11.0,1.0,80.26,0.0,17.0,17.0
-1999,7,22,23,30,0.0,0.0,0.0,17.0,11.0,1.1,77.41,0.0,17.0,17.0
-1999,7,23,0,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,79.77,0.0,16.0,16.0
-1999,7,23,1,30,0.0,0.0,0.0,16.0,10.0,1.3,82.5,0.0,16.0,16.0
-1999,7,23,2,30,0.0,0.0,0.0,15.0,9.0,1.3,79.63,0.0,15.0,15.0
-1999,7,23,3,30,0.0,0.0,0.0,15.0,9.0,1.3,77.58,0.0,15.0,15.0
-1999,7,23,4,30,0.0,0.0,0.0,16.0,8.0,1.2000000000000002,75.58,0.0,16.0,16.0
-1999,7,23,5,30,323.0,32.0,66.0,18.0,9.0,1.6,64.9,31.53261781109079,18.889944278971253,18.795346425537982
-1999,7,23,6,30,618.0,65.0,245.0,22.0,9.0,1.9,52.65,191.25608793760463,27.290486668504194,26.71671840469138
-1999,7,23,7,30,760.0,85.0,446.0,25.0,7.0,2.0,39.88,411.6808010604756,36.31196879163183,35.0769263884504
-1999,7,23,8,30,836.0,99.0,635.0,27.0,6.0,2.5,31.22,629.1509125405771,43.72070080870885,41.83324807108712
-1999,7,23,9,30,418.0,330.0,656.0,29.0,6.0,3.1,28.95,659.4486009468593,45.8417787617588,43.863432958918224
-1999,7,23,10,30,899.0,121.0,911.0,30.0,6.0,3.5,27.07,952.8178997117203,53.69948712639721,50.84103342726205
-1999,7,23,11,30,902.0,131.0,972.0,31.0,6.0,3.8,25.32,1025.8871437325931,56.017695843491495,52.94003441229371
-1999,7,23,12,30,895.0,136.0,976.0,31.0,6.0,3.8,23.86,1030.3290862939853,56.1260188385052,53.035031579623244
-1999,7,23,13,30,881.0,134.0,923.0,31.0,6.0,3.7,25.42,967.6213739718582,54.75259140412488,51.8497272822093
-1999,7,23,14,30,844.0,133.0,814.0,30.0,6.0,3.4000000000000004,25.57,838.8972431489794,51.00406962991406,48.48737790046712
-1999,7,23,15,30,795.0,123.0,661.0,29.0,6.0,3.1,27.03,661.5926913486157,45.89653707975317,43.911759005707324
-1999,7,23,16,30,723.0,105.0,479.0,28.0,6.0,2.7,28.8,452.30888806652956,39.86207365975151,38.50514699555192
-1999,7,23,17,30,132.0,136.0,180.0,26.0,7.0,1.8,33.93,167.43676855962696,30.66268765386126,30.16037734818238
-1999,7,23,18,30,311.0,50.0,95.0,24.0,11.0,1.1,53.27,58.19392807054705,25.698494253264045,25.523912469052405
-1999,7,23,19,30,0.0,0.0,0.0,22.0,10.0,1.0,54.64,0.0,22.0,22.0
-1999,7,23,20,30,0.0,0.0,0.0,21.0,10.0,1.0,59.17,0.0,21.0,21.0
-1999,7,23,21,30,0.0,0.0,0.0,20.0,11.0,1.1,66.45,0.0,20.0,20.0
-1999,7,23,22,30,0.0,0.0,0.0,20.0,12.0,1.2000000000000002,72.58,0.0,20.0,20.0
-1999,7,23,23,30,0.0,0.0,0.0,19.0,11.0,1.2000000000000002,71.31,0.0,19.0,19.0
-1999,7,24,0,30,0.0,0.0,0.0,19.0,11.0,1.3,73.96000000000002,0.0,19.0,19.0
-1999,7,24,1,30,0.0,0.0,0.0,18.0,11.0,1.3,72.66,0.0,18.0,18.0
-1999,7,24,2,30,0.0,0.0,0.0,18.0,10.0,1.3,71.86,0.0,18.0,18.0
-1999,7,24,3,30,0.0,0.0,0.0,18.0,10.0,1.4,76.2,0.0,18.0,18.0
-1999,7,24,4,30,0.0,0.0,0.0,18.0,10.0,1.7000000000000002,75.83,0.0,18.0,18.0
-1999,7,24,5,30,190.0,34.0,53.0,20.0,11.0,2.5,69.77,33.3743109406538,20.886976171872753,20.786853239050792
-1999,7,24,6,30,594.0,65.0,237.0,22.0,11.0,2.9000000000000004,59.44,185.6243972398167,26.803925901680977,26.247052709961526
-1999,7,24,7,30,751.0,80.0,436.0,25.0,11.0,3.2,48.51,402.28112955187413,35.206182759901196,33.999339371245576
-1999,7,24,8,30,834.0,91.0,625.0,27.0,10.0,3.9,43.08,619.6006383394657,42.01081901884799,40.15201710382959
-1999,7,24,9,30,878.0,101.0,783.0,28.0,9.0,4.5,38.54,806.1031478404981,46.77622168298805,44.35791223946656
-1999,7,24,10,30,902.0,108.0,899.0,29.0,9.0,4.7,34.63,942.7717756403824,50.6747590440286,47.84644371710745
-1999,7,24,11,30,16.0,243.0,259.0,29.0,8.0,4.6000000000000005,31.7,253.43878103496866,34.86481529825785,34.10449895515295
-1999,7,24,12,30,367.0,453.0,798.0,29.0,8.0,4.5,31.59,810.7514363257781,47.88449231222441,45.452238003247075
-1999,7,24,13,30,31.0,368.0,396.0,28.0,9.0,4.3,34.24,389.1178611776211,37.182894587830575,36.01554100429771
-1999,7,24,14,30,38.0,344.0,375.0,28.0,9.0,4.3,37.8,368.1343942403035,36.68770024134269,35.58329705862178
-1999,7,24,15,30,0.0,53.0,53.0,27.0,10.0,4.4,42.3,51.801390838119936,28.214501533446175,28.059097360931816
-1999,7,24,16,30,0.0,19.0,19.0,25.0,11.0,3.8,51.14,18.570309923099597,25.452863034899845,25.397152105130548
-1999,7,24,17,30,37.0,126.0,138.0,22.0,12.0,2.7,63.64,132.78899536414065,25.482471571467663,25.08410458537524
-1999,7,24,18,30,0.0,44.0,44.0,20.0,14.0,2.4000000000000004,77.78,43.004928242967495,21.150558285366724,21.021543500637822
-1999,7,24,19,30,0.0,0.0,0.0,18.0,13.0,2.8000000000000003,86.34,0.0,18.0,18.0
-1999,7,24,20,30,0.0,0.0,0.0,18.0,13.0,2.5,83.83,0.0,18.0,18.0
-1999,7,24,21,30,0.0,0.0,0.0,18.0,12.0,2.1,81.92,0.0,18.0,18.0
-1999,7,24,22,30,0.0,0.0,0.0,18.0,12.0,1.9,80.04,0.0,18.0,18.0
-1999,7,24,23,30,0.0,0.0,0.0,18.0,12.0,2.0,78.31,0.0,18.0,18.0
-1999,7,25,0,30,0.0,0.0,0.0,18.0,11.0,2.2,76.19,0.0,18.0,18.0
-1999,7,25,1,30,0.0,0.0,0.0,18.0,11.0,2.3000000000000003,78.60000000000002,0.0,18.0,18.0
-1999,7,25,2,30,0.0,0.0,0.0,17.0,10.0,2.4000000000000004,75.38,0.0,17.0,17.0
-1999,7,25,3,30,0.0,0.0,0.0,17.0,9.0,2.5,71.87,0.0,17.0,17.0
-1999,7,25,4,30,0.0,0.0,0.0,17.0,9.0,2.9000000000000004,69.14,0.0,17.0,17.0
-1999,7,25,5,30,28.0,32.0,35.0,19.0,9.0,3.5,60.6,31.298926716636185,19.77849976476659,19.68460298461668
-1999,7,25,6,30,87.0,113.0,139.0,23.0,9.0,3.6,51.93,128.23655586469346,26.16867600511218,25.7839663375181
-1999,7,25,7,30,105.0,205.0,255.0,26.0,9.0,3.0,42.35,245.59280343613855,32.31391168249244,31.57713327218402
-1999,7,25,8,30,200.0,303.0,431.0,28.0,8.0,2.6,32.61,423.2970127847452,39.17523187905025,37.90534084069601
-1999,7,25,9,30,67.0,363.0,416.0,29.0,7.0,2.4000000000000004,29.94,408.75848954863267,39.93596678518057,38.70969131653467
-1999,7,25,10,30,9.0,154.0,162.0,30.0,7.0,2.3000000000000003,28.37,158.87052143274414,34.27884842028845,33.802236855990216
-1999,7,25,11,30,22.0,336.0,357.0,30.0,8.0,1.9,30.84,350.30288054945913,39.69000641741738,38.639097775769
-1999,7,25,12,30,434.0,476.0,882.0,29.0,8.0,1.3,32.08,900.3976745705868,54.9286838449791,52.22749082126734
-1999,7,25,13,30,77.0,443.0,512.0,28.0,9.0,0.9,35.4,506.0984634992155,42.97168705001369,41.45339165951604
-1999,7,25,14,30,41.0,328.0,361.0,27.0,9.0,1.0,38.65,355.00427110017665,37.43142220926292,36.36640939596239
-1999,7,25,15,30,36.0,267.0,292.0,26.0,10.0,1.2000000000000002,41.92,285.4543506275745,34.27564383949999,33.41928078761727
-1999,7,25,16,30,29.0,195.0,210.0,25.0,10.0,1.4,45.72,204.57934470744155,30.851822617121353,30.23808458299903
-1999,7,25,17,30,14.0,116.0,121.0,24.0,11.0,1.2000000000000002,53.62000000000001,117.01371267079057,27.392359612919165,27.041318474906795
-1999,7,25,18,30,0.0,39.0,39.0,22.0,12.0,0.8,68.0,38.11800457899391,23.135256198921077,23.020902185184095
-1999,7,25,19,30,0.0,0.0,0.0,20.0,13.0,0.5,79.27,0.0,20.0,20.0
-1999,7,25,20,30,0.0,0.0,0.0,19.0,13.0,0.30000000000000004,79.42,0.0,19.0,19.0
-1999,7,25,21,30,0.0,0.0,0.0,18.0,13.0,0.2,82.64,0.0,18.0,18.0
-1999,7,25,22,30,0.0,0.0,0.0,18.0,12.0,0.4,86.44,0.0,18.0,18.0
-1999,7,25,23,30,0.0,0.0,0.0,17.0,12.0,0.7000000000000001,83.85000000000002,0.0,17.0,17.0
-1999,7,26,0,30,0.0,0.0,0.0,17.0,11.0,1.0,85.33,0.0,17.0,17.0
-1999,7,26,1,30,0.0,0.0,0.0,16.0,10.0,1.1,80.83,0.0,16.0,16.0
-1999,7,26,2,30,0.0,0.0,0.0,16.0,9.0,1.1,76.35000000000002,0.0,16.0,16.0
-1999,7,26,3,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,77.0,0.0,16.0,16.0
-1999,7,26,4,30,0.0,0.0,0.0,16.0,8.0,1.1,72.81,0.0,16.0,16.0
-1999,7,26,5,30,278.0,32.0,59.0,19.0,8.0,1.4,62.58,31.479848854278462,19.900454988613166,19.80601544205033
-1999,7,26,6,30,586.0,68.0,235.0,23.0,8.0,1.9,48.65,185.5967388217261,28.13393891427148,27.5771486978063
-1999,7,26,7,30,733.0,91.0,435.0,26.0,6.0,2.5,33.64,404.0594103813253,36.73853089181319,35.52635266066922
-1999,7,26,8,30,813.0,107.0,624.0,28.0,5.0,3.1,28.2,620.9931954669397,43.85965910852638,41.99667952212556
-1999,7,26,9,30,859.0,119.0,784.0,29.0,5.0,3.3000000000000003,26.61,807.8648720719985,49.36111817679411,46.937523560578114
-1999,7,26,10,30,879.0,131.0,899.0,30.0,5.0,3.4000000000000004,25.45,943.6641739899728,53.62719412849562,50.7962016065257
-1999,7,26,11,30,878.0,144.0,959.0,30.0,5.0,3.5,24.48,1014.6153727818316,55.23657875525105,52.19273263690556
-1999,7,26,12,30,860.0,156.0,960.0,31.0,6.0,3.5,25.07,1014.7549902371377,56.240051467178105,53.195786496466695
-1999,7,26,13,30,387.0,417.0,761.0,30.0,6.0,3.4000000000000004,25.84,774.9977452453063,49.40417224767061,47.07917901193469
-1999,7,26,14,30,506.0,335.0,740.0,29.0,7.0,3.0,28.15,752.1049318490329,48.33576248660965,46.079447691062555
-1999,7,26,15,30,555.0,220.0,593.0,28.0,7.0,2.5,30.36,592.2736222466524,43.740627307502805,41.96380644076285
-1999,7,26,16,30,25.0,190.0,203.0,27.0,7.0,2.0,35.36,197.745321011973,32.433551659966916,31.840315696930997
-1999,7,26,17,30,104.0,133.0,167.0,25.0,9.0,1.6,43.78,156.88040355406483,29.42763168164666,28.956990470984465
-1999,7,26,18,30,19.0,49.0,52.0,23.0,11.0,1.2000000000000002,57.54,48.39201670829302,24.402939188253804,24.257763138128926
-1999,7,26,19,30,0.0,0.0,0.0,21.0,11.0,0.8,67.95,0.0,21.0,21.0
-1999,7,26,20,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,73.07000000000002,0.0,20.0,20.0
-1999,7,26,21,30,0.0,0.0,0.0,19.0,12.0,0.7000000000000001,77.55,0.0,19.0,19.0
-1999,7,26,22,30,0.0,0.0,0.0,18.0,11.0,0.9,76.97,0.0,18.0,18.0
-1999,7,26,23,30,0.0,0.0,0.0,18.0,11.0,1.8,76.29,0.0,18.0,18.0
-1999,7,27,0,30,0.0,0.0,0.0,17.0,11.0,3.0,79.79,0.0,17.0,17.0
-1999,7,27,1,30,0.0,0.0,0.0,17.0,11.0,3.5,82.39,0.0,17.0,17.0
-1999,7,27,2,30,0.0,0.0,0.0,17.0,10.0,3.3000000000000003,79.05,0.0,17.0,17.0
-1999,7,27,3,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,77.51,0.0,17.0,17.0
-1999,7,27,4,30,0.0,0.0,0.0,17.0,10.0,2.5,77.53,0.0,17.0,17.0
-1999,7,27,5,30,249.0,31.0,54.0,18.0,10.0,2.6,68.71000000000001,30.4723104318767,18.804482726505306,18.713065795209676
-1999,7,27,6,30,569.0,67.0,228.0,21.0,10.0,2.7,57.18,180.53332573002038,25.73459545976117,25.19299548257111
-1999,7,27,7,30,721.0,88.0,425.0,25.0,9.0,2.0,46.26,395.3899047221035,35.86433530837813,34.67816559421182
-1999,7,27,8,30,797.0,105.0,611.0,28.0,9.0,1.6,36.81,608.4607267538403,45.17257177939769,43.34718959913617
-1999,7,27,9,30,831.0,124.0,766.0,29.0,9.0,2.1,34.62,789.9622672686037,50.561726661198854,48.19183985939304
-1999,7,27,10,30,838.0,145.0,877.0,30.0,9.0,2.5,33.35,919.197645102041,54.42916079666292,51.6715678613568
-1999,7,27,11,30,433.0,468.0,869.0,30.0,9.0,2.7,32.26,888.3557212861525,53.29766511333299,50.63259794947453
-1999,7,27,12,30,113.0,488.0,593.0,30.0,10.0,2.9000000000000004,35.32,590.2544817334858,45.27567946641955,43.50491602121909
-1999,7,27,13,30,410.0,435.0,801.0,29.0,10.0,2.8000000000000003,38.86,814.3897966483128,50.21653452275261,47.77336513280767
-1999,7,27,14,30,18.0,264.0,279.0,28.0,11.0,2.5,42.69,273.1362337690781,35.25903619280813,34.4396274915009
-1999,7,27,15,30,0.0,78.0,78.0,27.0,11.0,2.0,46.87,76.23600915798782,29.094776715776536,28.866068688302573
-1999,7,27,16,30,0.0,60.0,60.0,25.0,12.0,1.4,52.2,58.64308396768294,26.677436818416748,26.5015075665137
-1999,7,27,17,30,0.0,15.0,15.0,24.0,14.0,0.8,60.79,14.660770991920735,24.436636999585026,24.392654686609266
-1999,7,27,18,30,0.0,19.0,19.0,22.0,15.0,0.7000000000000001,76.64,18.570309923099597,22.556817775690178,22.50110684592088
-1999,7,27,19,30,0.0,0.0,0.0,21.0,15.0,0.9,86.27,0.0,21.0,21.0
-1999,7,27,20,30,0.0,0.0,0.0,20.0,15.0,1.3,89.56,0.0,20.0,20.0
-1999,7,27,21,30,0.0,0.0,0.0,19.0,14.0,1.7000000000000002,86.91,0.0,19.0,19.0
-1999,7,27,22,30,0.0,0.0,0.0,19.0,14.0,2.0,84.07000000000002,0.0,19.0,19.0
-1999,7,27,23,30,0.0,0.0,0.0,19.0,13.0,2.2,86.53,0.0,19.0,19.0
-1999,7,28,0,30,0.0,0.0,0.0,18.0,13.0,2.5,83.56,0.0,18.0,18.0
-1999,7,28,1,30,0.0,0.0,0.0,18.0,12.0,2.6,80.81,0.0,18.0,18.0
-1999,7,28,2,30,0.0,0.0,0.0,18.0,12.0,2.4000000000000004,83.26,0.0,18.0,18.0
-1999,7,28,3,30,0.0,0.0,0.0,17.0,11.0,2.1,81.59,0.0,17.0,17.0
-1999,7,28,4,30,0.0,0.0,0.0,17.0,11.0,2.1,80.92,0.0,17.0,17.0
-1999,7,28,5,30,66.0,32.0,38.0,19.0,12.0,2.7,72.55,31.32154198384147,19.821426348125794,19.72746172217427
-1999,7,28,6,30,283.0,100.0,179.0,21.0,12.0,2.4000000000000004,64.73,154.6450613780293,25.137389920854787,24.6734547367207
-1999,7,28,7,30,411.0,169.0,360.0,24.0,12.0,1.1,53.4,341.2097134021161,33.95881798301708,32.93518884281073
-1999,7,28,8,30,567.0,205.0,564.0,26.0,11.0,0.4,49.66,559.9315240209835,43.1329697863876,41.453175214324645
-1999,7,28,9,30,726.0,179.0,739.0,27.0,11.0,0.4,46.59,759.0067382758773,50.224338971237984,47.947318756410354
-1999,7,28,10,30,734.0,208.0,848.0,27.0,11.0,1.2000000000000002,46.87,884.1826213770075,52.6334522402783,49.98090437614728
-1999,7,28,11,30,446.0,461.0,874.0,26.0,12.0,2.8000000000000003,51.07,894.4292102914617,49.301726392456345,46.61843876158196
-1999,7,28,12,30,438.0,470.0,878.0,24.0,12.0,4.5,55.54,898.4792938176731,44.92790041012621,42.232462528673196
-1999,7,28,13,30,4.0,124.0,128.0,24.0,12.0,5.4,54.34,124.99567603800493,26.745909587598323,26.37092255948431
-1999,7,28,14,30,0.0,74.0,74.0,24.0,11.0,5.300000000000002,55.8,72.32647022680895,25.5991984105856,25.382218999905174
-1999,7,28,15,30,0.0,40.0,40.0,23.0,11.0,4.7,55.26,39.09538931178863,23.898821077338596,23.78153490940323
-1999,7,28,16,30,0.0,57.0,57.0,22.0,11.0,3.8,60.0,55.71092976929879,23.35858910469954,23.191456315391644
-1999,7,28,17,30,0.0,19.0,19.0,21.0,12.0,2.4000000000000004,66.2,18.570309923099597,21.4968319868629,21.441121057093603
-1999,7,28,18,30,0.0,3.0,3.0,19.0,13.0,1.2000000000000002,80.88,2.9321541983841466,19.085006459964525,19.07620999736937
-1999,7,28,19,30,0.0,0.0,0.0,18.0,13.0,0.9,91.28,0.0,18.0,18.0
-1999,7,28,20,30,0.0,0.0,0.0,17.0,13.0,1.0,90.08,0.0,17.0,17.0
-1999,7,28,21,30,0.0,0.0,0.0,17.0,13.0,1.3,94.31,0.0,17.0,17.0
-1999,7,28,22,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,92.2,0.0,17.0,17.0
-1999,7,28,23,30,0.0,0.0,0.0,16.0,12.0,1.9,89.61,0.0,16.0,16.0
-1999,7,29,0,30,0.0,0.0,0.0,16.0,11.0,1.7000000000000002,86.81,0.0,16.0,16.0
-1999,7,29,1,30,0.0,0.0,0.0,16.0,11.0,1.4,84.59,0.0,16.0,16.0
-1999,7,29,2,30,0.0,0.0,0.0,16.0,11.0,1.5,89.11,0.0,16.0,16.0
-1999,7,29,3,30,0.0,0.0,0.0,15.0,10.0,1.6,87.37,0.0,15.0,15.0
-1999,7,29,4,30,0.0,0.0,0.0,15.0,10.0,1.5,84.98,0.0,15.0,15.0
-1999,7,29,5,30,256.0,29.0,51.0,17.0,11.0,1.7000000000000002,77.35000000000002,28.510002543885506,17.79926395569195,17.71373394806029
-1999,7,29,6,30,550.0,68.0,221.0,21.0,11.0,1.5,66.79,176.46408685052202,26.013849098160186,25.48445683760862
-1999,7,29,7,30,711.0,90.0,419.0,24.0,11.0,1.3,52.97,391.93085684005433,35.28640328946214,34.11061071894198
-1999,7,29,8,30,792.0,106.0,606.0,26.0,9.0,1.4,40.75,605.4536125110062,43.31849883660741,41.50213799907439
-1999,7,29,9,30,835.0,121.0,764.0,27.0,9.0,1.2000000000000002,37.07,789.7681693432689,49.89627070279257,47.526966194762764
-1999,7,29,10,30,379.0,399.0,729.0,28.0,9.0,1.1,34.52,741.499100409908,49.641982292721515,47.41748499149179
-1999,7,29,11,30,0.0,105.0,105.0,29.0,9.0,1.0,34.45,102.62539694344514,32.01553793026955,31.707661739439214
-1999,7,29,12,30,18.0,280.0,297.0,29.0,9.0,0.9,32.8,291.7135750058737,37.629633694265124,36.7544929692475
-1999,7,29,13,30,17.0,265.0,280.0,28.0,9.0,0.7000000000000001,35.73000000000001,275.13861267563277,36.24983917613349,35.42442333810659
-1999,7,29,14,30,284.0,390.0,617.0,27.0,9.0,0.5,38.74,619.2616487907212,45.820672614475484,43.96288766810332
-1999,7,29,15,30,203.0,321.0,456.0,26.0,10.0,0.8,42.14,451.3745388141044,39.44314186651423,38.089018250071916
-1999,7,29,16,30,115.0,225.0,283.0,25.0,11.0,1.4,47.29,275.0011776648738,32.86618078914874,32.04117725615412
-1999,7,29,17,30,0.0,15.0,15.0,23.0,12.0,1.6,57.2,14.660770991920735,23.413770570770005,23.369788257794244
-1999,7,29,18,30,0.0,5.0,5.0,21.0,13.0,1.7000000000000002,69.29,4.886923663973579,21.137002511059748,21.122341740067828
-1999,7,29,19,30,0.0,0.0,0.0,19.0,13.0,1.8,77.56,0.0,19.0,19.0
-1999,7,29,20,30,0.0,0.0,0.0,19.0,12.0,1.9,75.68,0.0,19.0,19.0
-1999,7,29,21,30,0.0,0.0,0.0,19.0,12.0,1.8,79.03,0.0,19.0,19.0
-1999,7,29,22,30,0.0,0.0,0.0,18.0,11.0,1.6,77.01,0.0,18.0,18.0
-1999,7,29,23,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,74.71000000000002,0.0,18.0,18.0
-1999,7,30,0,30,0.0,0.0,0.0,17.0,11.0,2.0,77.10000000000002,0.0,17.0,17.0
-1999,7,30,1,30,0.0,0.0,0.0,17.0,10.0,2.3000000000000003,79.9,0.0,17.0,17.0
-1999,7,30,2,30,0.0,0.0,0.0,16.0,10.0,2.4000000000000004,78.58,0.0,16.0,16.0
-1999,7,30,3,30,0.0,0.0,0.0,16.0,10.0,2.2,83.65,0.0,16.0,16.0
-1999,7,30,4,30,0.0,0.0,0.0,16.0,10.0,2.0,83.58,0.0,16.0,16.0
-1999,7,30,5,30,227.0,29.0,49.0,18.0,10.0,2.0,70.68,28.494925699081985,18.78296998402054,18.697485206923293
-1999,7,30,6,30,535.0,71.0,219.0,22.0,11.0,1.4,56.29,175.82148359746964,27.029227832178496,26.501763381386088
-1999,7,30,7,30,681.0,99.0,413.0,25.0,10.0,0.7000000000000001,47.97,387.378430184884,36.615271728857486,35.453136438302835
-1999,7,30,8,30,102.0,294.0,358.0,26.0,10.0,1.2000000000000002,44.17,351.9308985945713,36.20287400237831,35.14708130659459
-1999,7,30,9,30,318.0,368.0,612.0,26.0,10.0,1.7000000000000002,41.86,615.318897532004,43.25016387832326,41.404207185727245
-1999,7,30,10,30,488.0,395.0,819.0,26.0,10.0,2.1,42.62,838.6155998506388,48.88970130221236,46.37385450266044
-1999,7,30,11,30,0.0,40.0,40.0,27.0,10.0,2.1,40.78,39.09538931178863,28.06709412965837,27.949807961723003
-1999,7,30,12,30,357.0,445.0,776.0,27.0,11.0,1.9,41.62,792.7620279711588,48.92922058327392,46.55093449936044
-1999,7,30,13,30,0.0,38.0,38.0,26.0,11.0,1.5,45.34,37.14061984619919,27.0552711695877,26.943849310049103
-1999,7,30,14,30,59.0,369.0,416.0,25.0,12.0,1.1,53.47,410.09025605085844,36.969220266031385,35.73894949787881
-1999,7,30,15,30,42.0,279.0,307.0,22.0,13.0,1.0,64.53,301.13896598368126,30.848647617961237,29.945230720010194
-1999,7,30,16,30,0.0,10.0,10.0,20.0,14.0,1.6,77.87,9.773847327947157,20.275847047180005,20.246525505196164
-1999,7,30,17,30,0.0,58.0,58.0,18.0,14.0,2.4000000000000004,91.5,56.68831450209351,19.516645012528862,19.346580069022583
-1999,7,30,18,30,0.0,30.0,30.0,17.0,14.0,2.8000000000000003,99.52,29.32154198384147,17.76388666744208,17.675922041490555
-1999,7,30,19,30,0.0,0.0,0.0,16.0,14.0,3.1,100.0,0.0,16.0,16.0
-1999,7,30,20,30,0.0,0.0,0.0,16.0,14.0,2.6,100.0,0.0,16.0,16.0
-1999,7,30,21,30,0.0,0.0,0.0,15.0,13.0,1.4,100.0,0.0,15.0,15.0
-1999,7,30,22,30,0.0,0.0,0.0,15.0,13.0,1.0,100.0,0.0,15.0,15.0
-1999,7,30,23,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
-1999,7,31,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,7,31,1,30,0.0,0.0,0.0,13.0,11.0,0.8,100.0,0.0,13.0,13.0
-1999,7,31,2,30,0.0,0.0,0.0,13.0,10.0,0.8,95.78,0.0,13.0,13.0
-1999,7,31,3,30,0.0,0.0,0.0,14.0,9.0,0.30000000000000004,86.8,0.0,14.0,14.0
-1999,7,31,4,30,0.0,0.0,0.0,15.0,9.0,0.4,80.19,0.0,15.0,15.0
-1999,7,31,5,30,258.0,27.0,49.0,16.0,10.0,1.5,86.71000000000002,26.555233078296077,16.754510075094377,16.67484437585949
-1999,7,31,6,30,299.0,95.0,177.0,18.0,11.0,2.4000000000000004,79.18,152.01135320390796,22.066927420746584,21.61089336113486
-1999,7,31,7,30,0.0,111.0,111.0,19.0,11.0,2.7,70.35000000000001,108.48970534021343,21.84520802050005,21.519738904479407
-1999,7,31,8,30,0.0,106.0,106.0,21.0,10.0,3.0,59.19,103.60278167623987,23.663509697402105,23.352701352373387
-1999,7,31,9,30,30.0,306.0,329.0,22.0,10.0,3.4000000000000004,53.81,323.1885923161209,30.091903689086486,29.122337912138125
-1999,7,31,10,30,174.0,452.0,603.0,23.0,9.0,3.7,48.99,603.1122600279659,37.80483944299397,35.99550266291008
-1999,7,31,11,30,50.0,430.0,477.0,23.0,9.0,3.9,48.05,470.0289564599407,34.38720518098077,32.97711831160095
-1999,7,31,12,30,23.0,274.0,296.0,23.0,9.0,4.0,47.92,290.8587758827831,30.00038887921924,29.12781255157089
-1999,7,31,13,30,0.0,68.0,68.0,23.0,9.0,4.0,51.86,66.46216183004066,24.599611279225723,24.4002247937356
-1999,7,31,14,30,0.0,51.0,51.0,22.0,10.0,4.0,57.46,49.8466213725305,23.19970845941929,23.0501685953017
-1999,7,31,15,30,420.0,265.0,544.0,21.0,11.0,3.8,65.06,543.1839433775046,34.246301764776646,32.61674993464413
-1999,7,31,16,30,0.0,40.0,40.0,19.0,12.0,3.1,73.9,39.09538931178863,19.99846431768688,19.881178149751516
-1999,7,31,17,30,0.0,4.0,4.0,18.0,12.0,2.0,82.28,3.9095389311788624,18.1074244469629,18.095695830169362
-1999,7,31,18,30,0.0,1.0,1.0,16.0,13.0,0.8,97.88,0.9773847327947156,16.029109133305667,16.026176979107284
-1999,7,31,19,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
-1999,7,31,20,30,0.0,0.0,0.0,15.0,13.0,0.30000000000000004,100.0,0.0,15.0,15.0
-1999,7,31,21,30,0.0,0.0,0.0,15.0,13.0,0.5,100.0,0.0,15.0,15.0
-1999,7,31,22,30,0.0,0.0,0.0,15.0,11.0,0.8,100.0,0.0,15.0,15.0
-1999,7,31,23,30,0.0,0.0,0.0,15.0,11.0,0.9,100.0,0.0,15.0,15.0
-1999,8,1,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,8,1,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,8,1,2,30,0.0,0.0,0.0,14.0,11.0,1.3,100.0,0.0,14.0,14.0
-1999,8,1,3,30,0.0,0.0,0.0,13.0,11.0,1.5,100.0,0.0,13.0,13.0
-1999,8,1,4,30,0.0,0.0,0.0,13.0,11.0,1.8,100.0,0.0,13.0,13.0
-1999,8,1,5,30,87.0,30.0,38.0,14.0,11.0,2.3000000000000003,100.0,29.38184936305556,14.79133925286124,14.703193704772074
-1999,8,1,6,30,0.0,73.0,73.0,15.0,12.0,2.8000000000000003,94.43,71.34908549401425,16.858790890775726,16.644743634293683
-1999,8,1,7,30,585.0,127.0,395.0,17.0,12.0,3.3000000000000003,89.18,372.8975006817265,26.398366412118396,25.279673910073218
-1999,8,1,8,30,8.0,170.0,176.0,18.0,11.0,3.5,76.0,171.2202896098111,22.258770800394743,21.74510993156531
-1999,8,1,9,30,1.0,115.0,116.0,19.0,11.0,3.5,70.2,113.20436408346052,21.815737792142315,21.476124699891933
-1999,8,1,10,30,9.0,151.0,158.0,20.0,11.0,3.3000000000000003,69.64,155.92258439755835,23.92981336000818,23.462045606815504
-1999,8,1,11,30,14.0,206.0,219.0,20.0,11.0,3.4000000000000004,65.32000000000001,215.26959276830408,25.389858594285215,24.744049815980304
-1999,8,1,12,30,21.0,321.0,341.0,20.0,11.0,3.7,65.54,334.78718720891504,28.218155860352972,27.213794298726228
-1999,8,1,13,30,5.0,130.0,135.0,19.0,11.0,4.0,70.46000000000002,131.8052671292827,22.172289106401927,21.776873305014078
-1999,8,1,14,30,14.0,225.0,237.0,18.0,11.0,3.9,75.62,231.63501810598854,23.6117297498838,22.916824695565833
-1999,8,1,15,30,13.0,208.0,217.0,17.0,11.0,3.5,80.84,212.08467613676316,22.27519272395079,21.638938695540503
-1999,8,1,16,30,1.0,135.0,136.0,16.0,11.0,3.1,86.55,132.42663226912398,19.38206804842566,18.984788151618286
-1999,8,1,17,30,0.0,13.0,13.0,15.0,11.0,2.8000000000000003,92.7,12.706001526331303,15.331017555891568,15.292899551312575
-1999,8,1,18,30,0.0,3.0,3.0,14.0,11.0,2.3000000000000003,99.23,2.9321541983841466,14.078971499851905,14.070175037256753
-1999,8,1,19,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
-1999,8,1,20,30,0.0,0.0,0.0,14.0,11.0,1.5,100.0,0.0,14.0,14.0
-1999,8,1,21,30,0.0,0.0,0.0,13.0,11.0,1.1,100.0,0.0,13.0,13.0
-1999,8,1,22,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,8,1,23,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
-1999,8,2,0,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
-1999,8,2,1,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
-1999,8,2,2,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
-1999,8,2,3,30,0.0,0.0,0.0,11.0,9.0,0.30000000000000004,100.0,0.0,11.0,11.0
-1999,8,2,4,30,0.0,0.0,0.0,11.0,9.0,0.2,100.0,0.0,11.0,11.0
-1999,8,2,5,30,161.0,30.0,42.0,13.0,10.0,0.2,96.56,29.412003052662605,13.912225797551043,13.823989788393055
-1999,8,2,6,30,487.0,81.0,212.0,15.0,11.0,0.4,88.2,174.49616732368932,20.33929138536084,19.81580288338977
-1999,8,2,7,30,687.0,103.0,416.0,17.0,11.0,1.1,78.69,392.3039107658547,28.45009385104654,27.273182118748974
-1999,8,2,8,30,4.0,146.0,149.0,20.0,10.0,1.9,61.42,145.22875849482716,24.01728812392607,23.581601848441586
-1999,8,2,9,30,39.0,323.0,354.0,22.0,9.0,2.6,51.78,347.0242292113261,31.16159602349315,30.120523335859172
-1999,8,2,10,30,299.0,428.0,686.0,24.0,9.0,3.2,48.2,695.4578621323483,41.644302755736476,39.55792916933943
-1999,8,2,11,30,912.0,125.0,962.0,25.0,9.0,3.6,45.51,1029.322161413026,50.434154967800815,47.34618848356174
-1999,8,2,12,30,906.0,129.0,965.0,25.0,9.0,3.8,43.49,1033.7327367404728,50.20902162506706,47.10782341484564
-1999,8,2,13,30,882.0,132.0,908.0,25.0,10.0,3.8,47.07,964.992325265332,48.5326903473551,45.6377133715591
-1999,8,2,14,30,836.0,135.0,795.0,24.0,10.0,3.6,50.34,831.121929478667,44.53670341895597,42.04333763051997
-1999,8,2,15,30,778.0,128.0,639.0,23.0,10.0,3.3000000000000003,53.35,650.2198125007205,39.38789220933,37.43723277182784
-1999,8,2,16,30,696.0,109.0,454.0,21.0,10.0,2.9000000000000004,56.53,436.95401644043665,32.30829109015143,30.99742904083012
-1999,8,2,17,30,0.0,81.0,81.0,20.0,10.0,2.0,59.79,79.16816335637198,22.17534505099871,21.937840560929594
-1999,8,2,18,30,0.0,22.0,22.0,18.0,10.0,1.1,72.02,21.502464121483747,18.627588013943345,18.563080621578894
-1999,8,2,19,30,0.0,0.0,0.0,16.0,11.0,0.8,82.61,0.0,16.0,16.0
-1999,8,2,20,30,0.0,0.0,0.0,16.0,11.0,0.7000000000000001,87.72,0.0,16.0,16.0
-1999,8,2,21,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,86.84,0.0,15.0,15.0
-1999,8,2,22,30,0.0,0.0,0.0,15.0,10.0,0.9,91.74,0.0,15.0,15.0
-1999,8,2,23,30,0.0,0.0,0.0,14.0,10.0,1.0,90.33,0.0,14.0,14.0
-1999,8,3,0,30,0.0,0.0,0.0,13.0,10.0,1.1,95.11,0.0,13.0,13.0
-1999,8,3,1,30,0.0,0.0,0.0,13.0,10.0,1.0,93.73,0.0,13.0,13.0
-1999,8,3,2,30,0.0,0.0,0.0,13.0,9.0,1.0,92.58,0.0,13.0,13.0
-1999,8,3,3,30,0.0,0.0,0.0,13.0,9.0,1.0,91.66,0.0,13.0,13.0
-1999,8,3,4,30,0.0,0.0,0.0,13.0,9.0,0.9,90.71,0.0,13.0,13.0
-1999,8,3,5,30,269.0,24.0,44.0,15.0,9.0,1.1,80.52,23.608002035108402,15.689041917553112,15.618217911447786
-1999,8,3,6,30,659.0,52.0,228.0,17.0,10.0,1.3,72.12,179.13765181115338,22.15861343240199,21.62120047696853
-1999,8,3,7,30,803.0,68.0,432.0,20.0,9.0,1.6,60.04,406.7487892575847,31.479660843475948,30.259414475703196
-1999,8,3,8,30,879.0,79.0,625.0,22.0,8.0,2.0,47.47,632.0540600440645,39.367280143803335,37.47111796367114
-1999,8,3,9,30,454.0,314.0,659.0,23.0,8.0,2.4000000000000004,43.52,671.3594139852532,40.96161899993395,38.94754075797819
-1999,8,3,10,30,169.0,448.0,594.0,24.0,7.0,2.7,40.27,594.4859766100633,39.59075364267579,37.8072957128456
-1999,8,3,11,30,588.0,370.0,909.0,25.0,7.0,3.0,39.97,946.4201219553805,49.33138504448821,46.49212467862207
-1999,8,3,12,30,243.0,481.0,706.0,25.0,7.0,3.1,39.91,713.5205245605817,43.22273153566334,41.0821699619816
-1999,8,3,13,30,407.0,416.0,774.0,24.0,7.0,2.9000000000000004,40.29,792.2071589791501,44.502178307953095,42.12555683101564
-1999,8,3,14,30,507.0,324.0,723.0,23.0,8.0,2.6,43.22,740.3837636493959,42.54646498408766,40.32531369313948
-1999,8,3,15,30,373.0,281.0,526.0,22.0,7.0,2.3000000000000003,45.8,526.0735619830372,36.1687017160044,34.59048103005529
-1999,8,3,16,30,43.0,198.0,219.0,21.0,8.0,1.9,49.76,213.88143390161858,26.916344346990023,26.27470004528517
-1999,8,3,17,30,152.0,123.0,170.0,20.0,9.0,1.3,61.62000000000001,157.88533119537388,24.546611960406317,24.072955966820196
-1999,8,3,18,30,84.0,41.0,50.0,18.0,11.0,0.9,79.18,41.153827551959935,19.217435482333034,19.093973999677154
-1999,8,3,19,30,0.0,0.0,0.0,17.0,11.0,0.8,82.66,0.0,17.0,17.0
-1999,8,3,20,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,80.71000000000002,0.0,16.0,16.0
-1999,8,3,21,30,0.0,0.0,0.0,16.0,10.0,0.4,79.68,0.0,16.0,16.0
-1999,8,3,22,30,0.0,0.0,0.0,15.0,10.0,0.4,85.06,0.0,15.0,15.0
-1999,8,3,23,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,85.61,0.0,15.0,15.0
-1999,8,4,0,30,0.0,0.0,0.0,15.0,10.0,1.0,91.53,0.0,15.0,15.0
-1999,8,4,1,30,0.0,0.0,0.0,14.0,10.0,1.1,91.36,0.0,14.0,14.0
-1999,8,4,2,30,0.0,0.0,0.0,14.0,10.0,1.1,91.39,0.0,14.0,14.0
-1999,8,4,3,30,0.0,0.0,0.0,14.0,10.0,1.1,97.89,0.0,14.0,14.0
-1999,8,4,4,30,0.0,0.0,0.0,14.0,10.0,1.2000000000000002,98.4,0.0,14.0,14.0
-1999,8,4,5,30,0.0,13.0,13.0,15.0,11.0,1.5,91.11,12.706001526331303,15.36101382117474,15.322895816595747
-1999,8,4,6,30,0.0,68.0,68.0,17.0,12.0,1.9,88.56,66.46216183004066,18.8384626858859,18.639076200395778
-1999,8,4,7,30,0.0,82.0,82.0,18.0,11.0,2.1,74.55,80.14554808916668,20.187542965799654,19.947106321532154
-1999,8,4,8,30,0.0,110.0,110.0,19.0,10.0,2.0,66.03,107.51232060741872,21.95417229147973,21.631635329657474
-1999,8,4,9,30,160.0,381.0,502.0,20.0,10.0,2.0,60.2,500.78071647087927,33.760213790823485,32.257871641410844
-1999,8,4,10,30,33.0,359.0,387.0,21.0,10.0,2.2,56.0,381.4539718016322,31.34239984566582,30.198037930260924
-1999,8,4,11,30,16.0,246.0,261.0,22.0,10.0,2.6,53.08,256.34928985673525,28.767736765569065,27.99868889599886
-1999,8,4,12,30,74.0,458.0,527.0,22.0,10.0,3.0,57.69,521.749883055859,35.413596147258694,33.84834649809112
-1999,8,4,13,30,0.0,52.0,52.0,21.0,10.0,3.4000000000000004,63.2,50.82400610532521,22.272516952255437,22.12004493393946
-1999,8,4,14,30,0.0,69.0,69.0,20.0,11.0,3.4000000000000004,69.65,67.43954656283539,21.68853210972356,21.486213470035054
-1999,8,4,15,30,0.0,45.0,45.0,18.0,11.0,3.0,76.55,43.982312975762206,19.130735248897118,18.998788309969832
-1999,8,4,16,30,0.0,10.0,10.0,17.0,12.0,2.7,83.46000000000002,9.773847327947157,17.256325046891895,17.227003504908055
-1999,8,4,17,30,0.0,9.0,9.0,16.0,12.0,2.5,97.68,8.796462595152441,16.23378018897661,16.207390801191153
-1999,8,4,18,30,0.0,2.0,2.0,15.0,11.0,2.5,100.0,1.9547694655894312,15.051951153105913,15.046086844709144
-1999,8,4,19,30,0.0,0.0,0.0,14.0,11.0,2.3000000000000003,100.0,0.0,14.0,14.0
-1999,8,4,20,30,0.0,0.0,0.0,14.0,11.0,2.0,100.0,0.0,14.0,14.0
-1999,8,4,21,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
-1999,8,4,22,30,0.0,0.0,0.0,14.0,11.0,1.6,100.0,0.0,14.0,14.0
-1999,8,4,23,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
-1999,8,5,0,30,0.0,0.0,0.0,13.0,9.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,8,5,1,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
-1999,8,5,2,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
-1999,8,5,3,30,0.0,0.0,0.0,12.0,9.0,0.6000000000000001,100.0,0.0,12.0,12.0
-1999,8,5,4,30,0.0,0.0,0.0,12.0,9.0,0.9,100.0,0.0,12.0,12.0
-1999,8,5,5,30,0.0,1.0,1.0,13.0,11.0,1.3,100.0,0.9773847327947156,13.028145674347314,13.025213520148931
-1999,8,5,6,30,0.0,51.0,51.0,15.0,11.0,1.7000000000000002,92.86,49.8466213725305,16.39742561280943,16.247885748691836
-1999,8,5,7,30,39.0,176.0,194.0,17.0,12.0,2.1,88.18,188.49436594176498,22.14488370395847,21.579400606133177
-1999,8,5,8,30,11.0,187.0,194.0,18.0,12.0,2.4000000000000004,78.46000000000002,189.70571655173296,23.075406305223176,22.506289155567977
-1999,8,5,9,30,18.0,252.0,266.0,20.0,11.0,2.3000000000000003,67.58,260.7437218099934,27.02259205864778,26.2403608932178
-1999,8,5,10,30,340.0,408.0,700.0,22.0,11.0,2.0,62.72,713.7330982745023,41.6116178175864,39.47041852276289
-1999,8,5,11,30,17.0,265.0,281.0,23.0,11.0,1.6,59.07,275.9116728460056,30.78704819947826,29.959313180940242
-1999,8,5,12,30,12.0,178.0,190.0,22.0,11.0,1.4,59.65,185.99489875168933,27.320229941790117,26.76224524553505
-1999,8,5,13,30,18.0,274.0,290.0,21.0,12.0,1.4,64.78,284.8438017580443,29.147720894590993,28.29318948931686
-1999,8,5,14,30,55.0,357.0,400.0,20.0,12.0,1.6,70.47,394.8157569928602,31.142875174160675,29.958427903182095
-1999,8,5,15,30,0.0,102.0,102.0,20.0,12.0,1.7000000000000002,76.91,99.693242745061,22.794851225618853,22.49577149738367
-1999,8,5,16,30,0.0,64.0,64.0,19.0,13.0,1.7000000000000002,84.28,62.5526228988618,20.753632141564772,20.565974272868186
-1999,8,5,17,30,338.0,104.0,207.0,18.0,13.0,1.3,93.24,184.27565233016747,23.30657204537419,22.753745088383685
-1999,8,5,18,30,0.0,25.0,25.0,17.0,14.0,0.9,100.0,24.43461831986789,17.72283850881946,17.649534653859856
-1999,8,5,19,30,0.0,0.0,0.0,16.0,14.0,0.6000000000000001,100.0,0.0,16.0,16.0
-1999,8,5,20,30,0.0,0.0,0.0,16.0,14.0,0.4,100.0,0.0,16.0,16.0
-1999,8,5,21,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
-1999,8,5,22,30,0.0,0.0,0.0,15.0,13.0,0.4,100.0,0.0,15.0,15.0
-1999,8,5,23,30,0.0,0.0,0.0,15.0,11.0,0.6000000000000001,100.0,0.0,15.0,15.0
-1999,8,6,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,8,6,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,8,6,2,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
-1999,8,6,3,30,0.0,0.0,0.0,13.0,11.0,1.4,100.0,0.0,13.0,13.0
-1999,8,6,4,30,0.0,0.0,0.0,13.0,10.0,1.6,97.84,0.0,13.0,13.0
-1999,8,6,5,30,175.0,24.0,36.0,15.0,10.0,2.3000000000000003,92.04,23.54769465589431,15.63420838032852,15.563565296360837
-1999,8,6,6,30,538.0,65.0,205.0,17.0,11.0,2.8000000000000003,83.01,166.64235149599625,21.34137708750578,20.841450033017793
-1999,8,6,7,30,717.0,85.0,405.0,20.0,10.0,2.6,67.14,385.3818391446879,30.174254210026252,29.01810869259219
-1999,8,6,8,30,811.0,97.0,596.0,22.0,10.0,2.3000000000000003,53.89,605.6005361695628,38.31059603849764,36.49379442998895
-1999,8,6,9,30,324.0,355.0,600.0,24.0,10.0,2.1,50.64,606.8010445559557,40.562409120734294,38.74200598706643
-1999,8,6,10,30,892.0,112.0,875.0,25.0,10.0,2.1,47.92,935.5858477657459,50.53646820038789,47.72971065709065
-1999,8,6,11,30,3.0,119.0,122.0,26.0,10.0,2.1,45.41,119.29271996791041,29.25605048138892,28.89817232148519
-1999,8,6,12,30,8.0,142.0,149.0,26.0,10.0,2.1,45.85,146.79235671795226,30.006642852005342,29.566265781851484
-1999,8,6,13,30,14.0,212.0,224.0,25.0,10.0,1.9,46.46,220.4491294058573,31.098018592671057,30.436671204453486
-1999,8,6,14,30,12.0,190.0,199.0,24.0,11.0,1.5,49.92,195.70358569929346,29.560498253088113,28.973387495990234
-1999,8,6,15,30,275.0,300.0,479.0,23.0,11.0,1.0,53.57,477.75032590372876,37.03818422992567,35.60493325221448
-1999,8,6,16,30,351.0,192.0,362.0,22.0,11.0,0.6000000000000001,57.49,352.425655158586,32.638830015803975,31.581553050328218
-1999,8,6,17,30,525.0,81.0,239.0,21.0,11.0,0.5,63.83,206.57284450422384,27.27818610283234,26.65846756931967
-1999,8,6,18,30,245.0,37.0,63.0,19.0,13.0,0.6000000000000001,79.36,37.844707073972494,20.142435006261714,20.028900885039796
-1999,8,6,19,30,0.0,0.0,0.0,17.0,13.0,0.8,88.11,0.0,17.0,17.0
-1999,8,6,20,30,0.0,0.0,0.0,16.0,12.0,1.1,88.66,0.0,16.0,16.0
-1999,8,6,21,30,0.0,0.0,0.0,15.0,11.0,1.5,89.22,0.0,15.0,15.0
-1999,8,6,22,30,0.0,0.0,0.0,15.0,10.0,1.9,89.18,0.0,15.0,15.0
-1999,8,6,23,30,0.0,0.0,0.0,14.0,9.0,2.1,83.24,0.0,14.0,14.0
-1999,8,7,0,30,0.0,0.0,0.0,14.0,8.0,2.2,83.89,0.0,14.0,14.0
-1999,8,7,1,30,0.0,0.0,0.0,13.0,7.0,2.1,80.65,0.0,13.0,13.0
-1999,8,7,2,30,0.0,0.0,0.0,13.0,7.0,1.9,78.83,0.0,13.0,13.0
-1999,8,7,3,30,0.0,0.0,0.0,12.0,7.0,1.7000000000000002,83.06,0.0,12.0,12.0
-1999,8,7,4,30,0.0,0.0,0.0,12.0,7.0,1.5,81.91,0.0,12.0,12.0
-1999,8,7,5,30,68.0,22.0,26.0,15.0,7.0,1.6,69.9,21.53261781109079,15.60771453061898,15.543116677185708
-1999,8,7,6,30,126.0,99.0,131.0,19.0,8.0,2.2,57.18,120.78096374261128,22.274746399601145,21.912403508373313
-1999,8,7,7,30,726.0,87.0,409.0,22.0,8.0,2.7,49.05,390.622612733647,32.244313847596906,31.072446009395968
-1999,8,7,8,30,809.0,104.0,601.0,23.0,8.0,2.5,44.82,610.8222481471657,39.23358697411563,37.401120229674135
-1999,8,7,9,30,849.0,121.0,761.0,24.0,8.0,2.1,42.83,798.865989302406,45.804750446909445,43.408152479002226
-1999,8,7,10,30,300.0,424.0,680.0,25.0,8.0,1.7000000000000002,40.37,692.1900954081874,44.405210255422716,42.32863996919815
-1999,8,7,11,30,438.0,451.0,849.0,26.0,8.0,1.6,37.83,876.0598580116643,50.72501532681593,48.09683575278093
-1999,8,7,12,30,23.0,342.0,364.0,27.0,8.0,1.9,37.98,357.2829470155109,36.88308758404652,35.81123874299999
-1999,8,7,13,30,162.0,455.0,596.0,27.0,8.0,2.2,38.35,597.8887540306855,43.21061783209838,41.416951570006326
-1999,8,7,14,30,166.0,394.0,524.0,26.0,9.0,2.3000000000000003,41.11,523.3400419642717,40.09508001634206,38.52505989044924
-1999,8,7,15,30,358.0,280.0,511.0,25.0,9.0,2.4000000000000004,44.12,513.4853943882756,38.737841197882744,37.197385014717916
-1999,8,7,16,30,671.0,111.0,434.0,24.0,9.0,2.1,48.01,422.4753146599616,35.53130678924531,34.263880845265426
-1999,8,7,17,30,113.0,118.0,151.0,22.0,10.0,1.4,55.45,142.54024628853685,26.077245619659895,25.649624880794285
-1999,8,7,18,30,0.0,3.0,3.0,20.0,13.0,0.9,73.36,2.9321541983841466,20.086740621058336,20.077944158463183
-1999,8,7,19,30,0.0,0.0,0.0,18.0,13.0,0.8,82.61,0.0,18.0,18.0
-1999,8,7,20,30,0.0,0.0,0.0,17.0,12.0,0.9,92.32,0.0,17.0,17.0
-1999,8,7,21,30,0.0,0.0,0.0,16.0,12.0,1.1,95.37,0.0,16.0,16.0
-1999,8,7,22,30,0.0,0.0,0.0,15.0,11.0,1.5,92.08,0.0,15.0,15.0
-1999,8,7,23,30,0.0,0.0,0.0,15.0,11.0,2.0,95.87,0.0,15.0,15.0
-1999,8,8,0,30,0.0,0.0,0.0,14.0,10.0,2.5,93.52,0.0,14.0,14.0
-1999,8,8,1,30,0.0,0.0,0.0,14.0,10.0,2.7,90.39,0.0,14.0,14.0
-1999,8,8,2,30,0.0,0.0,0.0,14.0,9.0,2.7,92.46,0.0,14.0,14.0
-1999,8,8,3,30,0.0,0.0,0.0,13.0,9.0,2.7,88.49,0.0,13.0,13.0
-1999,8,8,4,30,0.0,0.0,0.0,13.0,8.0,2.8000000000000003,84.83,0.0,13.0,13.0
-1999,8,8,5,30,211.0,22.0,35.0,16.0,8.0,3.2,73.88,21.600463612706644,16.548020434305386,16.483219043467265
-1999,8,8,6,30,200.0,95.0,146.0,20.0,8.0,3.4000000000000004,57.62000000000001,130.78670959445927,23.27460028915785,22.882240160374472
-1999,8,8,7,30,746.0,80.0,410.0,23.0,8.0,2.7,44.15,391.69242963849064,33.2723704418017,32.09729315288622
-1999,8,8,8,30,831.0,95.0,603.0,26.0,7.0,1.3,34.31,615.4922703790548,43.72428443387301,41.877807622735844
-1999,8,8,9,30,880.0,105.0,767.0,27.0,7.0,0.9,31.69,807.8251427270093,50.89753397870209,48.474058550521065
-1999,8,8,10,30,904.0,114.0,885.0,28.0,7.0,1.4,29.91,948.2702386625285,55.12448432995004,52.27967361396246
-1999,8,8,11,30,572.0,345.0,864.0,29.0,7.0,1.9,28.63,905.4774645903356,54.04713186755642,51.330699473785415
-1999,8,8,12,30,405.0,461.0,831.0,29.0,7.0,2.1,29.35,855.6042741186252,52.35340085607715,49.78658803372127
-1999,8,8,13,30,0.0,67.0,67.0,29.0,8.0,2.0,32.02,65.48477709724594,30.79935948662856,30.602905155336824
-1999,8,8,14,30,484.0,324.0,699.0,28.0,8.0,1.7000000000000002,34.87,719.3269566760633,48.16597886807504,46.00799799804685
-1999,8,8,15,30,751.0,133.0,616.0,27.0,8.0,1.3,37.82,632.1827416190813,45.20491867386342,43.308370449006176
-1999,8,8,16,30,661.0,113.0,430.0,25.0,9.0,1.2000000000000002,41.81,418.7316955519516,37.13950450949321,35.88330942283735
-1999,8,8,17,30,46.0,111.0,124.0,23.0,10.0,1.2000000000000002,52.06,119.47577096810313,26.463737462077354,26.105310149173047
-1999,8,8,18,30,98.0,36.0,46.0,21.0,13.0,1.5,68.29,35.432550758242364,22.0067400445917,21.900442392316975
-1999,8,8,19,30,0.0,0.0,0.0,19.0,12.0,1.9,73.51,0.0,19.0,19.0
-1999,8,8,20,30,0.0,0.0,0.0,18.0,12.0,2.0,78.28,0.0,18.0,18.0
-1999,8,8,21,30,0.0,0.0,0.0,17.0,11.0,1.9,81.21000000000002,0.0,17.0,17.0
-1999,8,8,22,30,0.0,0.0,0.0,17.0,11.0,1.8,82.82000000000002,0.0,17.0,17.0
-1999,8,8,23,30,0.0,0.0,0.0,16.0,10.0,1.7000000000000002,77.98,0.0,16.0,16.0
-1999,8,9,0,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,77.9,0.0,15.0,15.0
-1999,8,9,1,30,0.0,0.0,0.0,15.0,8.0,1.9,77.19,0.0,15.0,15.0
-1999,8,9,2,30,0.0,0.0,0.0,14.0,7.0,2.1,71.79,0.0,14.0,14.0
-1999,8,9,3,30,0.0,0.0,0.0,14.0,6.0,2.2,67.43,0.0,14.0,14.0
-1999,8,9,4,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,63.95,0.0,14.0,14.0
-1999,8,9,5,30,252.0,20.0,35.0,17.0,5.0,2.9000000000000004,55.63,19.660770991920735,17.50881720517095,17.449834892195188
-1999,8,9,6,30,620.0,53.0,210.0,20.0,5.0,3.3000000000000003,44.2,168.80068025140667,24.254387977171284,23.747985936417063
-1999,8,9,7,30,770.0,73.0,412.0,23.0,6.0,3.4000000000000004,38.07,394.41471031368883,32.87524289315122,31.691998762210147
-1999,8,9,8,30,681.0,155.0,571.0,26.0,6.0,3.6,32.1,579.4999599892981,40.31922126884818,38.580721388880285
-1999,8,9,9,30,883.0,101.0,763.0,27.0,6.0,3.7,30.6,806.0545272656578,46.78654497574486,44.368381393947885
-1999,8,9,10,30,187.0,442.0,601.0,28.0,6.0,3.9,29.31,605.0678757594786,42.65873954146606,40.843535914187626
-1999,8,9,11,30,16.0,238.0,253.0,28.0,6.0,3.9,29.82,248.51297855316776,34.02062540621957,33.27508647056007
-1999,8,9,12,30,33.0,385.0,415.0,27.0,7.0,3.5,32.49,409.2815309446206,37.180079925690826,35.952235332856965
-1999,8,9,13,30,71.0,422.0,484.0,26.0,7.0,2.6,35.81,479.508641868014,38.65924421632637,37.22071829072233
-1999,8,9,14,30,255.0,382.0,580.0,25.0,8.0,1.7000000000000002,42.24,585.2787334468239,41.40800259337081,39.652166393030335
-1999,8,9,15,30,0.0,82.0,82.0,23.0,9.0,1.9,50.51,80.14554808916668,25.216969709450645,24.976533065183144
-1999,8,9,16,30,0.0,80.0,80.0,21.0,10.0,2.9000000000000004,57.34,78.19077862357726,23.02356324000407,22.78899090413334
-1999,8,9,17,30,0.0,56.0,56.0,19.0,11.0,3.4000000000000004,68.39,54.733545036504076,20.370402871659703,20.20620223655019
-1999,8,9,18,30,0.0,19.0,19.0,17.0,11.0,3.1,81.69,18.570309923099597,17.474270550901267,17.41855962113197
-1999,8,9,19,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.88,0.0,17.0,17.0
-1999,8,9,20,30,0.0,0.0,0.0,16.0,12.0,1.5,90.56,0.0,16.0,16.0
-1999,8,9,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.27,0.0,16.0,16.0
-1999,8,9,22,30,0.0,0.0,0.0,16.0,11.0,0.9,92.05,0.0,16.0,16.0
-1999,8,9,23,30,0.0,0.0,0.0,15.0,11.0,1.0,88.67,0.0,15.0,15.0
-1999,8,10,0,30,0.0,0.0,0.0,15.0,10.0,1.1,86.0,0.0,15.0,15.0
-1999,8,10,1,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,88.86,0.0,15.0,15.0
-1999,8,10,2,30,0.0,0.0,0.0,14.0,9.0,1.3,86.41,0.0,14.0,14.0
-1999,8,10,3,30,0.0,0.0,0.0,14.0,9.0,1.3,84.62,0.0,14.0,14.0
-1999,8,10,4,30,0.0,0.0,0.0,14.0,9.0,1.4,83.27,0.0,14.0,14.0
-1999,8,10,5,30,133.0,20.0,27.0,16.0,10.0,1.9,82.12,19.600463612706644,16.54218400343604,16.48338261259792
-1999,8,10,6,30,316.0,83.0,162.0,19.0,11.0,2.8000000000000003,77.08,140.44962919824076,22.65900262853993,22.23765374094521
-1999,8,10,7,30,321.0,172.0,313.0,22.0,11.0,3.4000000000000004,61.37000000000001,302.5786927385876,29.575878908545914,28.66814283033015
-1999,8,10,8,30,391.0,250.0,488.0,24.0,10.0,3.7,50.36,489.9140284585409,36.026116882224805,34.556374796849184
-1999,8,10,9,30,411.0,316.0,623.0,25.0,10.0,3.7,48.19,637.9644141472183,40.660369300659426,38.74647605821777
-1999,8,10,10,30,321.0,413.0,686.0,26.0,10.0,3.7,46.3,700.66182566888,43.1994279015018,41.097442424495156
-1999,8,10,11,30,521.0,405.0,877.0,26.0,11.0,3.7,44.05,913.1630058954431,48.41577991954089,45.67629090185456
-1999,8,10,12,30,880.0,131.0,931.0,26.0,11.0,3.7,44.49,1007.353403966779,50.72790953941158,47.70584932751124
-1999,8,10,13,30,2.0,115.0,117.0,26.0,11.0,3.7,47.71,114.2886489289158,28.805489474664046,28.462623527877298
-1999,8,10,14,30,0.0,25.0,25.0,25.0,11.0,3.8,47.82,24.43461831986789,25.595872414341905,25.5225685593823
-1999,8,10,15,30,16.0,215.0,226.0,24.0,11.0,3.8,50.34,220.80191913644052,29.384564265535374,28.722158508126054
-1999,8,10,16,30,2.0,137.0,138.0,23.0,11.0,3.0,53.78,134.82831214223012,26.466282575282893,26.061797638856202
-1999,8,10,17,30,0.0,35.0,35.0,21.0,11.0,1.7000000000000002,63.18,34.20846564781505,21.959017577418233,21.85639218047479
-1999,8,10,18,30,100.0,32.0,41.0,19.0,13.0,0.9,86.31,31.344157251046756,19.927240343636843,19.8332078718837
-1999,8,10,19,30,0.0,0.0,0.0,17.0,13.0,0.8,89.03,0.0,17.0,17.0
-1999,8,10,20,30,0.0,0.0,0.0,16.0,12.0,0.9,92.04,0.0,16.0,16.0
-1999,8,10,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.38,0.0,16.0,16.0
-1999,8,10,22,30,0.0,0.0,0.0,16.0,11.0,1.1,92.39,0.0,16.0,16.0
-1999,8,10,23,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,89.29,0.0,15.0,15.0
-1999,8,11,0,30,0.0,0.0,0.0,15.0,10.0,1.5,91.99,0.0,15.0,15.0
-1999,8,11,1,30,0.0,0.0,0.0,15.0,10.0,1.9,89.31,0.0,15.0,15.0
-1999,8,11,2,30,0.0,0.0,0.0,15.0,9.0,2.5,86.87,0.0,15.0,15.0
-1999,8,11,3,30,0.0,0.0,0.0,14.0,9.0,2.8000000000000003,84.87,0.0,14.0,14.0
-1999,8,11,4,30,0.0,0.0,0.0,14.0,9.0,3.0,83.22,0.0,14.0,14.0
-1999,8,11,5,30,229.0,19.0,31.0,16.0,9.0,3.6,77.39,18.660770991920735,16.461100478566987,16.405118165591226
-1999,8,11,6,30,620.0,51.0,204.0,18.0,9.0,4.5,65.21000000000001,165.6561918765535,21.858560024441466,21.361591448811804
-1999,8,11,7,30,787.0,67.0,410.0,21.0,9.0,4.7,53.46,394.63566413586966,30.07285639147934,28.888949399071734
-1999,8,11,8,30,436.0,232.0,496.0,23.0,8.0,4.1000000000000005,45.15,500.3873084366039,34.96455106235229,33.46338913704248
-1999,8,11,9,30,463.0,305.0,650.0,25.0,8.0,3.1,39.35,668.7111675643225,42.07833714934713,40.07220364665416
-1999,8,11,10,30,185.0,440.0,597.0,26.0,8.0,2.4000000000000004,36.64,601.1694599230996,42.08374973017353,40.28024135040423
-1999,8,11,11,30,432.0,449.0,839.0,27.0,8.0,2.1,34.22,867.6519275614495,50.68223708181387,48.07928129912952
-1999,8,11,12,30,947.0,97.0,955.0,28.0,8.0,2.0,34.04,1040.610956538658,56.59341177502772,53.47157890541175
-1999,8,11,13,30,935.0,96.0,900.0,28.0,7.0,2.1,31.77,975.4863040152084,54.62553633307568,51.699077421030054
-1999,8,11,14,30,219.0,386.0,554.0,27.0,7.0,2.1,33.160000000000004,558.8289549241872,42.253028753007165,40.5765418882346
-1999,8,11,15,30,0.0,28.0,28.0,26.0,7.0,2.1,34.37,27.366772518252038,26.746965890760855,26.6648655732061
-1999,8,11,16,30,562.0,132.0,396.0,25.0,7.0,2.2,36.21,388.29586029494726,35.52790465549416,34.36301707460932
-1999,8,11,17,30,98.0,111.0,139.0,22.0,7.0,1.8,44.74,131.30368434298802,25.656473265455563,25.262562212426598
-1999,8,11,18,30,0.0,1.0,1.0,19.0,9.0,1.4,61.23,0.9773847327947156,19.027957280306946,19.025025126108563
-1999,8,11,19,30,0.0,0.0,0.0,17.0,8.0,1.8,65.25,0.0,17.0,17.0
-1999,8,11,20,30,0.0,0.0,0.0,16.0,7.0,2.2,68.87,0.0,16.0,16.0
-1999,8,11,21,30,0.0,0.0,0.0,14.0,6.0,2.2,70.51,0.0,14.0,14.0
-1999,8,11,22,30,0.0,0.0,0.0,13.0,6.0,2.1,74.04,0.0,13.0,13.0
-1999,8,11,23,30,0.0,0.0,0.0,12.0,6.0,2.2,78.05,0.0,12.0,12.0
-1999,8,12,0,30,0.0,0.0,0.0,12.0,6.0,2.2,81.92,0.0,12.0,12.0
-1999,8,12,1,30,0.0,0.0,0.0,11.0,5.0,2.2,80.12,0.0,11.0,11.0
-1999,8,12,2,30,0.0,0.0,0.0,11.0,5.0,2.1,78.08,0.0,11.0,11.0
-1999,8,12,3,30,0.0,0.0,0.0,11.0,4.0,1.9,81.12,0.0,11.0,11.0
-1999,8,12,4,30,0.0,0.0,0.0,11.0,4.0,1.9,78.38,0.0,11.0,11.0
-1999,8,12,5,30,248.0,18.0,30.0,13.0,4.0,2.5,63.33,17.68338625912602,13.469964526840942,13.416914368063564
-1999,8,12,6,30,651.0,49.0,208.0,17.0,4.0,3.1,48.34,168.88332685674357,21.31314225761816,20.80649227704793
-1999,8,12,7,30,810.0,67.0,417.0,20.0,3.0,3.5,36.91,403.7173949162259,30.041682892832437,28.83053070808376
-1999,8,12,8,30,892.0,78.0,616.0,22.0,2.0,3.8,31.17,635.6624194470053,37.50151901797135,35.59453175963033
-1999,8,12,9,30,937.0,86.0,783.0,24.0,2.0,3.6,29.38,833.7895428305587,44.60261911953027,42.10125049103859
-1999,8,12,10,30,961.0,92.0,903.0,25.0,2.0,3.3000000000000003,26.36,978.5273698722574,49.66243069350947,46.726848583892696
-1999,8,12,11,30,969.0,95.0,967.0,26.0,2.0,3.1,25.19,1054.3404672653992,52.926994558419224,49.763973156623024
-1999,8,12,12,30,965.0,97.0,969.0,27.0,3.0,3.0,25.57,1058.0895940768287,54.20228017960854,51.02801139737806
-1999,8,12,13,30,948.0,98.0,911.0,27.0,3.0,3.0,24.4,988.9781555476972,52.425503690160596,49.45856922351751
-1999,8,12,14,30,384.0,336.0,631.0,26.0,3.0,3.1,26.12,646.3487262595506,42.50721865961644,40.56817248083779
-1999,8,12,15,30,110.0,298.0,368.0,25.0,3.0,3.1,28.11,364.23125309419265,34.30216877239973,33.20947501311716
-1999,8,12,16,30,606.0,119.0,402.0,24.0,3.0,2.7,30.52,394.79587625244255,34.353760202881055,33.16937257412373
-1999,8,12,17,30,0.0,25.0,25.0,21.0,4.0,1.7000000000000002,39.65,24.43461831986789,21.68501255529874,21.611708700339136
-1999,8,12,18,30,0.0,24.0,24.0,19.0,8.0,1.0,61.31,23.457233587073173,19.689265812633042,19.61889411187182
-1999,8,12,19,30,0.0,0.0,0.0,17.0,7.0,1.0,61.35,0.0,17.0,17.0
-1999,8,12,20,30,0.0,0.0,0.0,16.0,7.0,1.3,63.18,0.0,16.0,16.0
-1999,8,12,21,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,67.81,0.0,15.0,15.0
-1999,8,12,22,30,0.0,0.0,0.0,14.0,7.0,1.6,72.98,0.0,14.0,14.0
-1999,8,12,23,30,0.0,0.0,0.0,13.0,7.0,1.1,77.77,0.0,13.0,13.0
-1999,8,13,0,30,0.0,0.0,0.0,12.0,7.0,0.5,82.21000000000002,0.0,12.0,12.0
-1999,8,13,1,30,0.0,0.0,0.0,11.0,6.0,0.2,86.83,0.0,11.0,11.0
-1999,8,13,2,30,0.0,0.0,0.0,10.0,6.0,0.4,91.52,0.0,10.0,10.0
-1999,8,13,3,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,95.33,0.0,10.0,10.0
-1999,8,13,4,30,0.0,0.0,0.0,10.0,5.0,1.0,91.74,0.0,10.0,10.0
-1999,8,13,5,30,217.0,17.0,28.0,12.0,5.0,1.9,73.27,16.69846310392954,12.461909460705217,12.411814071393428
-1999,8,13,6,30,625.0,52.0,203.0,17.0,5.0,2.8000000000000003,55.48,166.40678384567036,21.33524006417107,20.83601971263406
-1999,8,13,7,30,794.0,70.0,411.0,20.0,4.0,3.0,41.49,399.45475106241497,30.269527380577,29.071163127389756
-1999,8,13,8,30,882.0,81.0,611.0,23.0,3.0,2.5,32.660000000000004,631.9360042720857,39.79471911598479,37.89891110316853
-1999,8,13,9,30,933.0,88.0,779.0,25.0,3.0,1.7000000000000002,27.52,832.2363779747955,48.33133918550047,45.834630051576084
-1999,8,13,10,30,961.0,92.0,902.0,26.0,2.0,0.9,24.8,978.2457837752238,54.93901244317987,52.0042750918542
-1999,8,13,11,30,973.0,95.0,968.0,27.0,2.0,0.5,22.78,1057.9355841089173,59.15290227418353,55.97909552185678
-1999,8,13,12,30,972.0,95.0,972.0,28.0,2.0,0.8,21.37,1062.5908324708516,59.64679900752246,56.45902651010991
-1999,8,13,13,30,960.0,93.0,915.0,29.0,2.0,1.3,20.27,994.6285837883702,57.64224422228469,54.65835847091958
-1999,8,13,14,30,934.0,89.0,801.0,29.0,2.0,1.7000000000000002,21.64,859.2503709292537,53.08866324517319,50.51091213238543
-1999,8,13,15,30,889.0,82.0,641.0,28.0,2.0,2.0,23.08,668.522901646413,46.36935358762208,44.36378488268284
-1999,8,13,16,30,812.0,71.0,447.0,27.0,2.0,2.5,24.81,441.02389233991005,38.720921652215296,37.39784997519556
-1999,8,13,17,30,669.0,54.0,239.0,24.0,4.0,2.9000000000000004,33.85,205.55497662263485,29.31972569931712,28.703060769449216
-1999,8,13,18,30,340.0,24.0,52.0,20.0,7.0,3.1,53.91,23.668309414322493,20.604469294875333,20.533464366632366
-1999,8,13,19,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,59.02,0.0,18.0,18.0
-1999,8,13,20,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,61.13,0.0,16.0,16.0
-1999,8,13,21,30,0.0,0.0,0.0,15.0,6.0,3.3000000000000003,62.5,0.0,15.0,15.0
-1999,8,13,22,30,0.0,0.0,0.0,15.0,5.0,3.2,63.72,0.0,15.0,15.0
-1999,8,13,23,30,0.0,0.0,0.0,14.0,4.0,2.9000000000000004,61.0,0.0,14.0,14.0
-1999,8,14,0,30,0.0,0.0,0.0,13.0,4.0,2.6,62.37000000000001,0.0,13.0,13.0
-1999,8,14,1,30,0.0,0.0,0.0,13.0,3.0,2.3000000000000003,64.52,0.0,13.0,13.0
-1999,8,14,2,30,0.0,0.0,0.0,13.0,3.0,2.1,63.06,0.0,13.0,13.0
-1999,8,14,3,30,0.0,0.0,0.0,13.0,2.0,2.1,61.32,0.0,13.0,13.0
-1999,8,14,4,30,0.0,0.0,0.0,13.0,2.0,2.0,60.19,0.0,13.0,13.0
-1999,8,14,5,30,0.0,16.0,16.0,15.0,3.0,2.1,50.84,15.63815572471545,15.426837651863346,15.3799231846892
-1999,8,14,6,30,440.0,67.0,172.0,19.0,4.0,2.5,46.8,146.4540403212652,22.892252465390047,22.45289034442625
-1999,8,14,7,30,228.0,180.0,278.0,22.0,3.0,2.7,34.44,270.8474874714046,29.103138876350926,28.29059641393671
-1999,8,14,8,30,108.0,278.0,343.0,25.0,2.0,2.5,25.62,339.354131725027,34.01888369176829,33.00082129659321
-1999,8,14,9,30,640.0,237.0,710.0,27.0,1.0,2.2,22.93,743.3134082280467,47.153531085886556,44.92359086120241
-1999,8,14,10,30,480.0,378.0,781.0,28.0,1.0,1.9,20.74,812.9950053632205,50.4889010531148,48.04991603702514
-1999,8,14,11,30,400.0,438.0,797.0,29.0,2.0,1.8,20.1,824.6840125924111,51.965349826863424,49.49129778908619
-1999,8,14,12,30,649.0,325.0,909.0,30.0,2.0,2.1,19.5,964.7552779578064,56.33263696277547,53.43837112890205
-1999,8,14,13,30,546.0,356.0,823.0,30.0,2.0,2.9000000000000004,20.02,861.4844863215864,52.2950630373758,49.71060957841104
-1999,8,14,14,30,617.0,260.0,730.0,30.0,3.0,3.7,21.67,763.5551788806483,48.743296361891844,46.4526308252499
-1999,8,14,15,30,196.0,298.0,420.0,29.0,3.0,4.1000000000000005,23.92,420.6720734591661,39.05851351252942,37.796497292151926
-1999,8,14,16,30,187.0,201.0,286.0,27.0,5.0,3.8,29.78,281.6693919389891,33.86890289931113,33.023894723494166
-1999,8,14,17,30,0.0,68.0,68.0,24.0,8.0,2.5,43.76,66.46216183004066,25.766339205601053,25.56695272011093
-1999,8,14,18,30,0.0,23.0,23.0,21.0,10.0,1.6,61.16,22.47984885427846,21.634448208514012,21.567008661951178
-1999,8,14,19,30,0.0,0.0,0.0,19.0,9.0,1.7000000000000002,66.37,0.0,19.0,19.0
-1999,8,14,20,30,0.0,0.0,0.0,18.0,9.0,2.3000000000000003,63.5,0.0,18.0,18.0
-1999,8,14,21,30,0.0,0.0,0.0,17.0,8.0,2.6,63.89,0.0,17.0,17.0
-1999,8,14,22,30,0.0,0.0,0.0,17.0,7.0,2.8000000000000003,60.95,0.0,17.0,17.0
-1999,8,14,23,30,0.0,0.0,0.0,17.0,7.0,3.2,63.87000000000001,0.0,17.0,17.0
-1999,8,15,0,30,0.0,0.0,0.0,16.0,7.0,3.3000000000000003,64.37,0.0,16.0,16.0
-1999,8,15,1,30,0.0,0.0,0.0,15.0,7.0,2.8000000000000003,70.8,0.0,15.0,15.0
-1999,8,15,2,30,0.0,0.0,0.0,15.0,8.0,2.5,72.93,0.0,15.0,15.0
-1999,8,15,3,30,0.0,0.0,0.0,15.0,8.0,2.8000000000000003,74.11,0.0,15.0,15.0
-1999,8,15,4,30,0.0,0.0,0.0,15.0,8.0,3.2,73.95,0.0,15.0,15.0
-1999,8,15,5,30,0.0,8.0,8.0,16.0,8.0,3.7,69.33,7.819077862357725,16.191938052028835,16.16848081844176
-1999,8,15,6,30,0.0,69.0,69.0,18.0,8.0,4.1000000000000005,61.63,67.43954656283539,19.612518712742606,19.4102000730541
-1999,8,15,7,30,11.0,144.0,149.0,21.0,8.0,4.5,53.65,145.31812076807552,24.384833885596617,23.94887952329239
-1999,8,15,8,30,0.0,64.0,64.0,22.0,8.0,4.5,46.48,62.5526228988618,23.457011943878157,23.26935407518157
-1999,8,15,9,30,31.0,297.0,320.0,24.0,7.0,3.9,40.56,315.0581378902604,31.63278859905707,30.687614185386288
-1999,8,15,10,30,71.0,406.0,465.0,25.0,7.0,2.9000000000000004,37.63,462.39821131394575,36.96678226166673,35.57958762772489
-1999,8,15,11,30,27.0,355.0,380.0,26.0,7.0,1.8,35.03,373.7357546930063,36.40758911082919,35.286381846750174
-1999,8,15,12,30,19.0,300.0,317.0,27.0,7.0,0.9,32.74,312.14752712317625,36.234122263900325,35.2976796825308
-1999,8,15,13,30,112.0,436.0,531.0,27.0,7.0,0.6000000000000001,32.410000000000004,531.374922260971,43.040851140793556,41.446726374010645
-1999,8,15,14,30,339.0,353.0,610.0,27.0,7.0,0.6000000000000001,33.71,624.493749582226,45.85187060161018,43.9783893528635
-1999,8,15,15,30,263.0,287.0,451.0,26.0,6.0,0.5,35.14,453.74166403453603,39.79016983696227,38.42894484485866
-1999,8,15,16,30,406.0,166.0,351.0,25.0,6.0,0.4,37.26,346.45930129097417,35.601076179109306,34.56169827523638
-1999,8,15,17,30,585.0,62.0,219.0,23.0,7.0,0.2,45.02,191.45412194483532,28.938031108348852,28.363668742514346
-1999,8,15,18,30,247.0,25.0,43.0,20.0,10.0,0.30000000000000004,59.73,24.570309923099597,20.756915327435326,20.683204397666028
-1999,8,15,19,30,0.0,0.0,0.0,18.0,8.0,0.7000000000000001,62.08,0.0,18.0,18.0
-1999,8,15,20,30,0.0,0.0,0.0,17.0,8.0,1.0,69.16,0.0,17.0,17.0
-1999,8,15,21,30,0.0,0.0,0.0,16.0,8.0,1.3,67.68,0.0,16.0,16.0
-1999,8,15,22,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,69.04,0.0,15.0,15.0
-1999,8,15,23,30,0.0,0.0,0.0,15.0,6.0,2.0,66.93,0.0,15.0,15.0
-1999,8,16,0,30,0.0,0.0,0.0,15.0,6.0,2.4000000000000004,70.59,0.0,15.0,15.0
-1999,8,16,1,30,0.0,0.0,0.0,14.0,6.0,2.7,70.21000000000001,0.0,14.0,14.0
-1999,8,16,2,30,0.0,0.0,0.0,14.0,6.0,2.9000000000000004,74.75,0.0,14.0,14.0
-1999,8,16,3,30,0.0,0.0,0.0,13.0,6.0,3.1,74.89,0.0,13.0,13.0
-1999,8,16,4,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,75.46000000000002,0.0,13.0,13.0
-1999,8,16,5,30,198.0,15.0,23.0,15.0,7.0,3.8,71.69,14.721078371134826,15.358994128571759,15.314830893458353
-1999,8,16,6,30,430.0,66.0,166.0,19.0,7.0,3.5,57.26,142.86949975731687,22.553600190842104,22.124991691570152
-1999,8,16,7,30,783.0,70.0,401.0,22.0,6.0,2.4000000000000004,42.56,393.39363884062925,32.524893984741546,31.344713068219658
-1999,8,16,8,30,862.0,85.0,597.0,25.0,4.0,1.6,29.93,622.1782956738358,42.55972238182722,40.69318749480571
-1999,8,16,9,30,903.0,96.0,760.0,26.0,3.0,1.2000000000000002,26.91,815.1528350015465,49.63220081389734,47.186742308892704
-1999,8,16,10,30,924.0,106.0,878.0,28.0,3.0,1.2000000000000002,25.23,956.7817845445944,55.73818392889969,52.86783857526591
-1999,8,16,11,30,928.0,112.0,939.0,29.0,3.0,1.6,23.91,1028.6981555362004,58.03292215674283,54.94682769013423
-1999,8,16,12,30,592.0,356.0,886.0,29.0,3.0,2.0,22.7,937.4475690250167,54.75873739383911,51.946394686764066
-1999,8,16,13,30,895.0,120.0,879.0,29.0,4.0,2.4000000000000004,22.9,957.3876594672779,54.61404817802626,51.74188519962443
-1999,8,16,14,30,855.0,118.0,763.0,29.0,4.0,2.6,24.9,819.0898087372391,50.624340040075616,48.1670706138639
-1999,8,16,15,30,793.0,111.0,602.0,28.0,4.0,2.5,27.25,629.4825902652785,44.729515679495975,42.84106790870014
-1999,8,16,16,30,649.0,103.0,396.0,26.0,5.0,1.9,30.35,393.79533546346215,36.89308578280792,35.71169977641754
-1999,8,16,17,30,490.0,77.0,206.0,23.0,7.0,1.1,42.77,183.66819693131077,28.36068602581733,27.809681435023396
-1999,8,16,18,30,80.0,25.0,31.0,21.0,11.0,0.9,59.79,24.479848854278462,21.72417654371808,21.650736997155246
-1999,8,16,19,30,0.0,0.0,0.0,19.0,10.0,1.1,66.2,0.0,19.0,19.0
-1999,8,16,20,30,0.0,0.0,0.0,18.0,10.0,1.4,69.14,0.0,18.0,18.0
-1999,8,16,21,30,0.0,0.0,0.0,17.0,9.0,1.7000000000000002,71.41,0.0,17.0,17.0
-1999,8,16,22,30,0.0,0.0,0.0,17.0,9.0,1.9,69.3,0.0,17.0,17.0
-1999,8,16,23,30,0.0,0.0,0.0,16.0,8.0,2.0,71.83,0.0,16.0,16.0
-1999,8,17,0,30,0.0,0.0,0.0,16.0,8.0,1.9,70.21000000000001,0.0,16.0,16.0
-1999,8,17,1,30,0.0,0.0,0.0,16.0,8.0,1.7000000000000002,73.60000000000002,0.0,16.0,16.0
-1999,8,17,2,30,0.0,0.0,0.0,15.0,8.0,1.7000000000000002,72.10000000000002,0.0,15.0,15.0
-1999,8,17,3,30,0.0,0.0,0.0,15.0,7.0,1.6,70.60000000000002,0.0,15.0,15.0
-1999,8,17,4,30,0.0,0.0,0.0,15.0,7.0,1.6,69.26,0.0,15.0,15.0
-1999,8,17,5,30,0.0,8.0,8.0,17.0,7.0,2.0,65.13,7.819077862357725,17.2148488939258,17.191391660338727
-1999,8,17,6,30,0.0,76.0,76.0,19.0,7.0,2.6,54.99,74.28123969239839,20.96105819969013,20.738214480612935
-1999,8,17,7,30,0.0,27.0,27.0,22.0,7.0,2.4000000000000004,45.75,26.389387785457323,22.706024402384124,22.626856239027752
-1999,8,17,8,30,579.0,182.0,524.0,25.0,7.0,2.0,37.98,539.7360123276646,39.83060883928242,38.21140080229942
-1999,8,17,9,30,439.0,298.0,621.0,26.0,7.0,1.8,35.78,641.7888468915994,43.87218517491665,41.94681863424185
-1999,8,17,10,30,896.0,110.0,857.0,27.0,7.0,1.5,33.83,934.4998025744839,53.55181049013025,50.7483110824068
-1999,8,17,11,30,87.0,448.0,526.0,28.0,7.0,1.1,31.72,524.0076442429647,43.294103730790475,41.72208079806158
-1999,8,17,12,30,426.0,438.0,819.0,28.0,7.0,0.8,31.63,851.9943867884255,53.37467319526331,50.81869003489804
-1999,8,17,13,30,0.0,36.0,36.0,27.0,8.0,0.9,34.06,35.185850380609764,28.040887452700023,27.935329901558195
-1999,8,17,14,30,0.0,23.0,23.0,26.0,8.0,1.4,37.27,22.47984885427846,26.64301744705975,26.575577900496917
-1999,8,17,15,30,0.0,24.0,24.0,25.0,9.0,1.9,43.67,23.457233587073173,25.648869183253847,25.578497482492626
-1999,8,17,16,30,6.0,142.0,145.0,23.0,9.0,2.2,52.2,141.4881421528648,26.836182207394366,26.41171778093577
-1999,8,17,17,30,0.0,76.0,76.0,21.0,11.0,2.4000000000000004,65.47,74.28123969239839,22.98732794745161,22.764484228374418
-1999,8,17,18,30,51.0,23.0,26.0,19.0,12.0,2.6,78.73,22.502464121483744,19.594075192624775,19.526567800260324
-1999,8,17,19,30,0.0,0.0,0.0,17.0,12.0,2.5,84.41,0.0,17.0,17.0
-1999,8,17,20,30,0.0,0.0,0.0,16.0,12.0,2.0,89.41,0.0,16.0,16.0
-1999,8,17,21,30,0.0,0.0,0.0,16.0,11.0,1.1,92.16,0.0,16.0,16.0
-1999,8,17,22,30,0.0,0.0,0.0,15.0,11.0,0.30000000000000004,90.98,0.0,15.0,15.0
-1999,8,17,23,30,0.0,0.0,0.0,14.0,11.0,0.5,94.95,0.0,14.0,14.0
-1999,8,18,0,30,0.0,0.0,0.0,14.0,10.0,0.9,91.67,0.0,14.0,14.0
-1999,8,18,1,30,0.0,0.0,0.0,13.0,10.0,1.1,93.83,0.0,13.0,13.0
-1999,8,18,2,30,0.0,0.0,0.0,13.0,9.0,1.2000000000000002,89.01,0.0,13.0,13.0
-1999,8,18,3,30,0.0,0.0,0.0,13.0,8.0,1.3,88.91,0.0,13.0,13.0
-1999,8,18,4,30,0.0,0.0,0.0,13.0,7.0,1.2000000000000002,82.73,0.0,13.0,13.0
-1999,8,18,5,30,165.0,14.0,19.0,15.0,6.0,1.7000000000000002,69.33,13.721078371134826,15.384663710863979,15.343500475750574
-1999,8,18,6,30,614.0,50.0,190.0,18.0,7.0,2.2,55.29,159.70758089393348,22.330167679701194,21.851044937019395
-1999,8,18,7,30,790.0,69.0,400.0,21.0,5.0,2.4000000000000004,39.9,394.3624818799792,31.550814511334362,30.367727065694424
-1999,8,18,8,30,880.0,81.0,600.0,23.0,3.0,2.5,32.6,628.7545929635473,39.710167976378706,37.82390419748806
-1999,8,18,9,30,931.0,89.0,769.0,25.0,3.0,2.6,29.92,829.9957782309408,46.912262549039646,44.422275214346826
-1999,8,18,10,30,959.0,94.0,891.0,26.0,3.0,2.7,27.3,976.6205818108295,51.612464368300124,48.682602622867634
-1999,8,18,11,30,971.0,97.0,957.0,27.0,2.0,2.9000000000000004,24.96,1055.6180933527712,54.31920575283465,51.15235147277633
-1999,8,18,12,30,970.0,98.0,960.0,27.0,2.0,3.0,23.05,1060.2419321436653,54.25761434361798,51.07688854718698
-1999,8,18,13,30,955.0,97.0,901.0,28.0,2.0,3.2,22.8,989.2472064914117,53.09796518524275,50.13022356576852
-1999,8,18,14,30,924.0,94.0,785.0,27.0,2.0,3.4000000000000004,22.92,849.8600440349469,48.27855310810908,45.728972976004236
-1999,8,18,15,30,870.0,88.0,620.0,26.0,2.0,3.4000000000000004,23.99,654.5003875590883,42.387193813504375,40.42369265082711
-1999,8,18,16,30,779.0,77.0,423.0,25.0,2.0,3.0,25.27,423.7294327281519,35.89360184047027,34.62241354228581
-1999,8,18,17,30,608.0,59.0,215.0,22.0,3.0,2.1,33.62,189.11629395379856,27.16185899803774,26.594510116176345
-1999,8,18,18,30,104.0,21.0,28.0,19.0,6.0,1.5,54.07,20.57784834550136,19.584675489560464,19.52294194452396
-1999,8,18,19,30,0.0,0.0,0.0,17.0,6.0,1.8,60.67,0.0,17.0,17.0
-1999,8,18,20,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,61.9,0.0,16.0,16.0
-1999,8,18,21,30,0.0,0.0,0.0,16.0,7.0,3.0,64.41,0.0,16.0,16.0
-1999,8,18,22,30,0.0,0.0,0.0,16.0,8.0,3.8,67.77,0.0,16.0,16.0
-1999,8,18,23,30,0.0,0.0,0.0,15.0,8.0,4.2,75.22,0.0,15.0,15.0
-1999,8,19,0,30,0.0,0.0,0.0,15.0,8.0,4.0,81.38,0.0,15.0,15.0
-1999,8,19,1,30,0.0,0.0,0.0,14.0,8.0,3.6,80.29,0.0,14.0,14.0
-1999,8,19,2,30,0.0,0.0,0.0,14.0,8.0,3.0,83.54,0.0,14.0,14.0
-1999,8,19,3,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,81.65,0.0,14.0,14.0
-1999,8,19,4,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,79.56,0.0,14.0,14.0
-1999,8,19,5,30,0.0,17.0,17.0,15.0,7.0,3.2,68.86,16.615540457510164,15.42154908621438,15.37170246484185
-1999,8,19,6,30,561.0,55.0,182.0,19.0,8.0,4.1000000000000005,58.26,154.55839891050286,22.69558105232082,22.23190585558931
-1999,8,19,7,30,739.0,79.0,386.0,22.0,9.0,4.6000000000000005,49.15,382.5800075608187,30.853266544241734,29.70552652155928
-1999,8,19,8,30,830.0,94.0,581.0,25.0,7.0,4.4,37.78,609.8614922720126,39.29841372153037,37.468829244714335
-1999,8,19,9,30,880.0,105.0,745.0,27.0,7.0,3.7,33.74,804.5891907241196,46.75057476975631,44.33680719758395
-1999,8,19,10,30,690.0,260.0,833.0,28.0,6.0,3.2,30.88,890.4093717698216,50.59037302976389,47.91914491445442
-1999,8,19,11,30,9.0,149.0,157.0,29.0,6.0,3.2,29.03,154.53115113239303,32.92057458005059,32.45698112665341
-1999,8,19,12,30,25.0,342.0,365.0,29.0,6.0,3.4000000000000004,27.73,359.1090642808435,37.99127020917937,36.91394301633684
-1999,8,19,13,30,12.0,186.0,196.0,28.0,7.0,3.7,30.29,193.0187461002021,32.738108864457516,32.15905262615691
-1999,8,19,14,30,0.0,26.0,26.0,27.0,7.0,3.8,33.6,25.412003052662605,27.61970731091558,27.54347130175759
-1999,8,19,15,30,0.0,27.0,27.0,26.0,8.0,3.6,39.74,26.389387785457323,26.652071628885672,26.5729034655293
-1999,8,19,16,30,348.0,170.0,323.0,24.0,9.0,2.8000000000000003,47.48,321.0391107681856,32.36373123140739,31.400613899102837
-1999,8,19,17,30,0.0,7.0,7.0,21.0,10.0,2.0,59.58,6.8416931295630095,21.187992782185074,21.167467702796383
-1999,8,19,18,30,0.0,17.0,17.0,19.0,12.0,2.3000000000000003,73.91,16.615540457510164,19.447505165827465,19.397658544454934
-1999,8,19,19,30,0.0,0.0,0.0,17.0,12.0,3.1,83.35000000000002,0.0,17.0,17.0
-1999,8,19,20,30,0.0,0.0,0.0,16.0,11.0,3.4000000000000004,86.84,0.0,16.0,16.0
-1999,8,19,21,30,0.0,0.0,0.0,16.0,11.0,3.0,84.72,0.0,16.0,16.0
-1999,8,19,22,30,0.0,0.0,0.0,16.0,11.0,2.5,87.68,0.0,16.0,16.0
-1999,8,19,23,30,0.0,0.0,0.0,15.0,10.0,2.3000000000000003,85.32000000000002,0.0,15.0,15.0
-1999,8,20,0,30,0.0,0.0,0.0,15.0,10.0,2.4000000000000004,83.27,0.0,15.0,15.0
-1999,8,20,1,30,0.0,0.0,0.0,15.0,9.0,2.4000000000000004,81.37,0.0,15.0,15.0
-1999,8,20,2,30,0.0,0.0,0.0,15.0,9.0,2.2,85.05,0.0,15.0,15.0
-1999,8,20,3,30,0.0,0.0,0.0,14.0,9.0,2.0,83.5,0.0,14.0,14.0
-1999,8,20,4,30,0.0,0.0,0.0,14.0,9.0,1.9,82.32000000000002,0.0,14.0,14.0
-1999,8,20,5,30,121.0,12.0,15.0,16.0,9.0,2.5,77.34,11.751232060741872,16.31230795585741,16.277054259675186
-1999,8,20,6,30,548.0,53.0,175.0,20.0,9.0,3.0,62.2,149.80802413102793,23.85139393523785,23.40196986284477
-1999,8,20,7,30,347.0,156.0,300.0,23.0,9.0,3.0,51.63,295.6561034196568,30.600982191919044,29.714013881660073
-1999,8,20,8,30,187.0,273.0,383.0,25.0,8.0,2.9000000000000004,40.45,383.4509475535566,34.92364132284179,33.77328848018112
-1999,8,20,9,30,410.0,305.0,602.0,26.0,8.0,2.7,38.04,624.9890618238078,42.39071546788294,40.515748282411515
-1999,8,20,10,30,102.0,417.0,501.0,26.0,9.0,2.4000000000000004,38.69,501.58013906154315,39.41932676906683,37.9145863518822
-1999,8,20,11,30,473.0,414.0,831.0,26.0,9.0,2.0,39.49,872.1221511171544,49.96375670304539,47.34739024969393
-1999,8,20,12,30,96.0,451.0,537.0,26.0,9.0,1.7000000000000002,43.41,536.1025363908819,41.02937199786956,39.42106438869691
-1999,8,20,13,30,70.0,404.0,463.0,25.0,10.0,1.5,45.06,460.2687087430274,38.07754961040535,36.69674348417627
-1999,8,20,14,30,363.0,316.0,585.0,24.0,10.0,1.3,49.0,605.5406928238291,41.437709606465454,39.621087527993964
-1999,8,20,15,30,3.0,139.0,142.0,23.0,11.0,1.3,52.86,137.8143547836166,26.968629568249785,26.555186503898934
-1999,8,20,16,30,0.0,74.0,74.0,22.0,11.0,1.4,60.86,72.32647022680895,24.068838742713986,23.85185933203356
-1999,8,20,17,30,0.0,4.0,4.0,20.0,11.0,1.8,66.86,3.9095389311788624,20.108870704227705,20.097142087434168
-1999,8,20,18,30,0.0,14.0,14.0,19.0,12.0,2.5,78.21000000000002,13.683386259126019,19.36365807174139,19.322607912964013
-1999,8,20,19,30,0.0,0.0,0.0,18.0,12.0,3.2,83.49,0.0,18.0,18.0
-1999,8,20,20,30,0.0,0.0,0.0,17.0,11.0,3.6,82.07000000000002,0.0,17.0,17.0
-1999,8,20,21,30,0.0,0.0,0.0,17.0,11.0,4.0,84.15,0.0,17.0,17.0
-1999,8,20,22,30,0.0,0.0,0.0,16.0,10.0,4.4,80.15,0.0,16.0,16.0
-1999,8,20,23,30,0.0,0.0,0.0,16.0,9.0,4.5,81.76,0.0,16.0,16.0
-1999,8,21,0,30,0.0,0.0,0.0,16.0,9.0,4.0,79.27,0.0,16.0,16.0
-1999,8,21,1,30,0.0,0.0,0.0,15.0,9.0,3.3000000000000003,77.92,0.0,15.0,15.0
-1999,8,21,2,30,0.0,0.0,0.0,15.0,9.0,2.5,77.27,0.0,15.0,15.0
-1999,8,21,3,30,0.0,0.0,0.0,15.0,9.0,2.0,82.53,0.0,15.0,15.0
-1999,8,21,4,30,0.0,0.0,0.0,15.0,9.0,1.6,82.14,0.0,15.0,15.0
-1999,8,21,5,30,101.0,11.0,14.0,16.0,9.0,1.9,72.84,10.773847327947157,16.298023954539943,16.265702412556102
-1999,8,21,6,30,531.0,54.0,170.0,19.0,9.0,2.2,62.95,147.30429341481698,22.993876100657232,22.55196322041278
-1999,8,21,7,30,475.0,132.0,327.0,22.0,9.0,1.9,49.88,324.72748867773214,30.982545174231827,30.008362708198632
-1999,8,21,8,30,392.0,239.0,467.0,24.0,8.0,1.6,43.02,477.88098523932086,37.48722302064294,36.05358006492498
-1999,8,21,9,30,656.0,223.0,697.0,25.0,8.0,1.6,40.58,740.7077531743965,45.90497627809868,43.68285301857549
-1999,8,21,10,30,875.0,118.0,839.0,26.0,9.0,1.6,38.73,921.3980070661636,52.00459276665684,49.24039874545835
-1999,8,21,11,30,0.0,53.0,53.0,27.0,9.0,1.3,36.82,51.801390838119936,28.4917207404077,28.33631656789334
-1999,8,21,12,30,16.0,237.0,252.0,27.0,9.0,1.0,39.5,247.51491259814898,34.27296195169303,33.53041721389858
-1999,8,21,13,30,126.0,404.0,509.0,26.0,9.0,0.7000000000000001,40.09,512.4332545126588,41.36495331251816,39.82765354898019
-1999,8,21,14,30,794.0,138.0,724.0,25.0,9.0,0.7000000000000001,43.35,782.5687890804628,48.464778685158784,46.1170723179174
-1999,8,21,15,30,43.0,250.0,276.0,24.0,10.0,0.7000000000000001,47.06,272.19657155699167,32.161624127571855,31.34503441290088
-1999,8,21,16,30,0.0,31.0,31.0,23.0,10.0,0.9,55.09,30.29892671663619,23.896319750936133,23.805422970786225
-1999,8,21,17,30,11.0,85.0,88.0,21.0,11.0,0.9,61.92,85.36995853449947,23.525461732908724,23.269351857305224
-1999,8,21,18,30,0.0,21.0,21.0,19.0,12.0,0.8,77.03,20.52507938868903,19.611291799419043,19.549716561252975
-1999,8,21,19,30,0.0,0.0,0.0,18.0,13.0,0.6000000000000001,84.56,0.0,18.0,18.0
-1999,8,21,20,30,0.0,0.0,0.0,17.0,12.0,0.6000000000000001,87.52,0.0,17.0,17.0
-1999,8,21,21,30,0.0,0.0,0.0,16.0,12.0,0.7000000000000001,90.84,0.0,16.0,16.0
-1999,8,21,22,30,0.0,0.0,0.0,15.0,12.0,0.9,94.31,0.0,15.0,15.0
-1999,8,21,23,30,0.0,0.0,0.0,15.0,11.0,1.1,97.86,0.0,15.0,15.0
-1999,8,22,0,30,0.0,0.0,0.0,14.0,11.0,1.1,95.1,0.0,14.0,14.0
-1999,8,22,1,30,0.0,0.0,0.0,13.0,10.0,1.1,98.52,0.0,13.0,13.0
-1999,8,22,2,30,0.0,0.0,0.0,13.0,10.0,1.1,95.38,0.0,13.0,13.0
-1999,8,22,3,30,0.0,0.0,0.0,13.0,9.0,1.1,92.46,0.0,13.0,13.0
-1999,8,22,4,30,0.0,0.0,0.0,13.0,9.0,1.3,90.2,0.0,13.0,13.0
-1999,8,22,5,30,91.0,10.0,12.0,14.0,9.0,2.2,84.11,9.78892417275068,14.265408084166284,14.236041311648032
-1999,8,22,6,30,530.0,54.0,169.0,17.0,9.0,3.4000000000000004,71.0,146.70322628070852,20.673113489044834,20.233003810202707
-1999,8,22,7,30,719.0,77.0,371.0,20.0,9.0,4.1000000000000005,58.53,371.0871050264134,28.87290812898689,27.75964681390765
-1999,8,22,8,30,821.0,91.0,567.0,23.0,8.0,4.4,44.72,600.199201734159,37.07187797635131,35.27128037114883
-1999,8,22,9,30,882.0,99.0,735.0,25.0,7.0,4.5,39.08,799.2345156281053,43.616233520897026,41.21852997401271
-1999,8,22,10,30,919.0,103.0,858.0,26.0,6.0,4.5,32.4,946.8085632677871,48.053613762571466,45.213188072768105
-1999,8,22,11,30,937.0,104.0,924.0,27.0,5.0,4.4,28.93,1026.4783597379687,51.066140344511325,47.98670526529742
-1999,8,22,12,30,30.0,361.0,388.0,28.0,5.0,4.4,27.92,382.5649731525582,36.969368177556056,35.82167325809838
-1999,8,22,13,30,925.0,102.0,871.0,28.0,4.0,4.3,25.7,961.6363351516007,50.693908397831024,47.80899939237622
-1999,8,22,14,30,122.0,364.0,454.0,27.0,4.0,4.2,26.87,455.0885321421582,37.81032675495089,36.44506115852442
-1999,8,22,15,30,248.0,275.0,424.0,26.0,4.0,4.0,28.36,428.8975239873094,36.322705402760214,35.036012830798285
-1999,8,22,16,30,728.0,84.0,395.0,25.0,4.0,3.3000000000000003,30.27,400.9059054110397,35.10427956461675,33.901561848383636
-1999,8,22,17,30,534.0,63.0,190.0,22.0,5.0,1.9,38.88,171.23923285025265,26.736784529518875,26.22306683096812
-1999,8,22,18,30,127.0,17.0,22.0,19.0,8.0,1.0,57.12000000000001,16.653232569518973,19.48933749316126,19.439377795452703
-1999,8,22,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.54,0.0,18.0,18.0
-1999,8,22,20,30,0.0,0.0,0.0,17.0,7.0,0.9,63.74,0.0,17.0,17.0
-1999,8,22,21,30,0.0,0.0,0.0,16.0,6.0,1.0,65.54,0.0,16.0,16.0
-1999,8,22,22,30,0.0,0.0,0.0,15.0,6.0,1.2000000000000002,68.02,0.0,15.0,15.0
-1999,8,22,23,30,0.0,0.0,0.0,14.0,6.0,1.3,66.77,0.0,14.0,14.0
-1999,8,23,0,30,0.0,0.0,0.0,14.0,5.0,1.4,70.82000000000002,0.0,14.0,14.0
-1999,8,23,1,30,0.0,0.0,0.0,13.0,6.0,1.5,71.55,0.0,13.0,13.0
-1999,8,23,2,30,0.0,0.0,0.0,13.0,6.0,1.6,72.93,0.0,13.0,13.0
-1999,8,23,3,30,0.0,0.0,0.0,13.0,6.0,1.5,74.11,0.0,13.0,13.0
-1999,8,23,4,30,0.0,0.0,0.0,13.0,6.0,1.4,74.18,0.0,13.0,13.0
-1999,8,23,5,30,108.0,10.0,12.0,15.0,6.0,1.3,65.49,9.78892417275068,15.281890910234495,15.252524137716243
-1999,8,23,6,30,578.0,49.0,173.0,19.0,8.0,1.6,57.52,149.86339498776218,23.22959082546133,22.78000064049804
-1999,8,23,7,30,762.0,71.0,379.0,22.0,6.0,2.4000000000000004,42.75,382.45564055438746,32.2322576505414,31.084890728878236
-1999,8,23,8,30,853.0,85.0,577.0,24.0,5.0,2.8000000000000003,37.59,613.8621586982031,39.992375808038496,38.150789331943884
-1999,8,23,9,30,904.0,94.0,744.0,25.0,5.0,2.6,33.17,811.4694220283084,46.423158397143396,43.988750131058474
-1999,8,23,10,30,933.0,100.0,865.0,27.0,5.0,2.4000000000000004,30.82,956.2773873460028,52.584343843189856,49.715511681151845
-1999,8,23,11,30,946.0,104.0,930.0,28.0,5.0,2.2,28.32,1034.6894403524907,56.05363870684401,52.949570385786544
-1999,8,23,12,30,945.0,105.0,933.0,29.0,4.0,2.2,25.91,1038.0101248344315,57.14367275868865,54.02964238418536
-1999,8,23,13,30,929.0,104.0,873.0,29.0,4.0,2.5,23.74,966.0838632519634,54.675237707798516,51.77698611804263
-1999,8,23,14,30,893.0,102.0,755.0,29.0,4.0,2.8000000000000003,24.73,825.1399188230528,50.49659738599434,48.021177629525184
-1999,8,23,15,30,834.0,95.0,590.0,28.0,4.0,3.0,25.88,629.5258310792113,44.184393205623195,42.29581571238556
-1999,8,23,16,30,733.0,82.0,393.0,26.0,4.0,2.8000000000000003,27.71,399.31306410863607,36.40292921757415,35.204990025248236
-1999,8,23,17,30,536.0,61.0,187.0,23.0,6.0,1.9,37.67,168.17470467331339,27.65201417977376,27.14749006575382
-1999,8,23,18,30,0.0,14.0,14.0,20.0,8.0,1.3,53.32,13.683386259126019,20.39403944086241,20.352989282085034
-1999,8,23,19,30,0.0,0.0,0.0,18.0,7.0,1.4,58.27,0.0,18.0,18.0
-1999,8,23,20,30,0.0,0.0,0.0,17.0,7.0,1.6,65.73,0.0,17.0,17.0
-1999,8,23,21,30,0.0,0.0,0.0,16.0,7.0,1.7000000000000002,64.75,0.0,16.0,16.0
-1999,8,23,22,30,0.0,0.0,0.0,15.0,7.0,1.9,67.27,0.0,15.0,15.0
-1999,8,23,23,30,0.0,0.0,0.0,15.0,6.0,2.1,65.55,0.0,15.0,15.0
-1999,8,24,0,30,0.0,0.0,0.0,15.0,6.0,2.3000000000000003,68.7,0.0,15.0,15.0
-1999,8,24,1,30,0.0,0.0,0.0,14.0,6.0,2.5,68.55,0.0,14.0,14.0
-1999,8,24,2,30,0.0,0.0,0.0,14.0,6.0,2.6,74.21000000000002,0.0,14.0,14.0
-1999,8,24,3,30,0.0,0.0,0.0,14.0,6.0,2.7,74.71000000000002,0.0,14.0,14.0
-1999,8,24,4,30,0.0,0.0,0.0,14.0,6.0,2.7,74.28,0.0,14.0,14.0
-1999,8,24,5,30,0.0,0.0,0.0,15.0,6.0,3.2,64.72,0.0,15.0,15.0
-1999,8,24,6,30,522.0,55.0,165.0,19.0,7.0,3.5,52.69,145.43339036876066,22.617371969854428,22.181071798748146
-1999,8,24,7,30,713.0,80.0,367.0,23.0,7.0,2.7,41.45,370.70881983428933,32.72206260635561,31.60993614685274
-1999,8,24,8,30,809.0,97.0,562.0,26.0,6.0,2.0,31.56,597.8320619549446,42.42694439490709,40.63344820904226
-1999,8,24,9,30,862.0,110.0,727.0,28.0,5.0,2.2,27.44,793.270192071283,49.508014383229,47.128203807015154
-1999,8,24,10,30,890.0,119.0,846.0,29.0,5.0,2.5,25.81,934.77764516773,53.843224441021455,51.038891505518265
-1999,8,24,11,30,898.0,126.0,908.0,30.0,5.0,2.7,24.17,1008.174636087027,56.43998849166644,53.41546458340536
-1999,8,24,12,30,543.0,374.0,848.0,31.0,5.0,2.8000000000000003,22.77,902.4540891876977,54.51079104533341,51.80342877777032
-1999,8,24,13,30,422.0,368.0,716.0,31.0,5.0,2.7,24.14,751.7671594941228,50.71554761840049,48.46024613991813
-1999,8,24,14,30,364.0,327.0,592.0,30.0,5.0,2.4000000000000004,25.79,614.6648883662676,46.444807814543196,44.60081314944439
-1999,8,24,15,30,393.0,241.0,473.0,29.0,5.0,2.0,27.66,487.59157731412273,42.39780891271064,40.93503418076827
-1999,8,24,16,30,225.0,177.0,272.0,28.0,6.0,1.3,29.96,270.39530412302474,35.78655315510064,34.975367242731565
-1999,8,24,17,30,39.0,87.0,96.0,25.0,8.0,0.7000000000000001,42.17,92.81781241199616,27.783077291962048,27.50462385472606
-1999,8,24,18,30,0.0,8.0,8.0,22.0,11.0,0.6000000000000001,57.55,7.819077862357725,22.236037981458892,22.21258074787182
-1999,8,24,19,30,0.0,0.0,0.0,20.0,10.0,1.1,62.58,0.0,20.0,20.0
-1999,8,24,20,30,0.0,0.0,0.0,19.0,10.0,2.3000000000000003,65.38,0.0,19.0,19.0
-1999,8,24,21,30,0.0,0.0,0.0,18.0,9.0,3.6,67.46000000000001,0.0,18.0,18.0
-1999,8,24,22,30,0.0,0.0,0.0,18.0,9.0,4.2,69.84,0.0,18.0,18.0
-1999,8,24,23,30,0.0,0.0,0.0,17.0,8.0,4.0,66.31,0.0,17.0,17.0
-1999,8,25,0,30,0.0,0.0,0.0,17.0,8.0,3.4000000000000004,63.61,0.0,17.0,17.0
-1999,8,25,1,30,0.0,0.0,0.0,17.0,7.0,2.7,66.58,0.0,17.0,17.0
-1999,8,25,2,30,0.0,0.0,0.0,16.0,7.0,2.2,66.33,0.0,16.0,16.0
-1999,8,25,3,30,0.0,0.0,0.0,16.0,7.0,2.1,70.49,0.0,16.0,16.0
-1999,8,25,4,30,0.0,0.0,0.0,16.0,7.0,2.1,69.98,0.0,16.0,16.0
-1999,8,25,5,30,0.0,0.0,0.0,17.0,7.0,2.7,65.66,0.0,17.0,17.0
-1999,8,25,6,30,475.0,58.0,157.0,20.0,8.0,3.1,56.5,139.74364855132114,23.568938669189752,23.149707723535787
-1999,8,25,7,30,669.0,87.0,355.0,23.0,8.0,3.1,48.11,359.1117081613651,32.171419775441116,31.094084650957022
-1999,8,25,8,30,766.0,108.0,546.0,26.0,8.0,3.2,38.92,581.4748235051179,40.7524650872525,39.00804061673715
-1999,8,25,9,30,819.0,124.0,708.0,27.0,8.0,3.2,33.980000000000004,772.3481536790922,46.595068800522974,44.2780243394857
-1999,8,25,10,30,569.0,320.0,783.0,28.0,7.0,3.0,31.87,835.6934449603584,49.48472809989973,46.97764776501866
-1999,8,25,11,30,10.0,159.0,168.0,28.0,8.0,2.5,32.09,165.25414223307143,32.39189551282864,31.896133086129424
-1999,8,25,12,30,0.0,93.0,93.0,28.0,8.0,1.9,32.730000000000004,90.89678014990855,30.514368085108657,30.241677744658933
-1999,8,25,13,30,0.0,68.0,68.0,27.0,8.0,1.0,35.62,66.46216183004066,28.95291980246028,28.753533316970156
-1999,8,25,14,30,10.0,185.0,193.0,26.0,9.0,1.2000000000000002,41.36,188.9096549966603,31.47670413555842,30.90997517056844
-1999,8,25,15,30,0.0,88.0,88.0,24.0,9.0,2.5,49.0,86.00985648593499,26.285850736660183,26.02782116720238
-1999,8,25,16,30,0.0,10.0,10.0,21.0,10.0,3.5,59.23,9.773847327947157,21.243105391905566,21.213783849921725
-1999,8,25,17,30,0.0,3.0,3.0,19.0,11.0,3.3000000000000003,71.11,2.9321541983841466,19.07390089631297,19.065104433717817
-1999,8,25,18,30,0.0,0.0,0.0,18.0,11.0,2.0,81.97,0.0,18.0,18.0
-1999,8,25,19,30,0.0,0.0,0.0,17.0,11.0,0.9,79.62,0.0,17.0,17.0
-1999,8,25,20,30,0.0,0.0,0.0,17.0,10.0,0.5,76.35000000000002,0.0,17.0,17.0
-1999,8,25,21,30,0.0,0.0,0.0,17.0,10.0,0.5,80.4,0.0,17.0,17.0
-1999,8,25,22,30,0.0,0.0,0.0,16.0,10.0,0.5,79.09,0.0,16.0,16.0
-1999,8,25,23,30,0.0,0.0,0.0,16.0,10.0,0.8,77.60000000000002,0.0,16.0,16.0
-1999,8,26,0,30,0.0,0.0,0.0,16.0,9.0,1.1,75.04,0.0,16.0,16.0
-1999,8,26,1,30,0.0,0.0,0.0,16.0,9.0,1.3,72.32000000000002,0.0,16.0,16.0
-1999,8,26,2,30,0.0,0.0,0.0,16.0,8.0,1.4,75.12,0.0,16.0,16.0
-1999,8,26,3,30,0.0,0.0,0.0,15.0,8.0,1.4,73.81,0.0,15.0,15.0
-1999,8,26,4,30,0.0,0.0,0.0,15.0,8.0,1.4,72.68,0.0,15.0,15.0
-1999,8,26,5,30,0.0,0.0,0.0,17.0,8.0,1.7000000000000002,68.07000000000001,0.0,17.0,17.0
-1999,8,26,6,30,484.0,56.0,156.0,20.0,9.0,2.1,56.11,138.99427182626982,23.79379702141061,23.3768142059318
-1999,8,26,7,30,688.0,82.0,356.0,24.0,8.0,2.3000000000000003,45.1,361.60844253699406,33.73917438652959,32.65434905891861
-1999,8,26,8,30,792.0,99.0,550.0,26.0,7.0,2.2,34.63,588.4438477871656,41.95453714059596,40.18920559723446
-1999,8,26,9,30,848.0,111.0,713.0,28.0,7.0,2.2,32.51,782.2675343960889,49.209698220719574,46.86289561753131
-1999,8,26,10,30,875.0,121.0,830.0,29.0,7.0,2.2,31.48,921.8698336751876,53.99474938088832,51.22913987986276
-1999,8,26,11,30,878.0,131.0,890.0,29.0,8.0,2.1,30.47,991.9152864958628,56.073959307497375,53.09821344800979
-1999,8,26,12,30,866.0,138.0,889.0,29.0,8.0,2.0,31.21,989.2556429451973,56.18229495064039,53.214528021804796
-1999,8,26,13,30,489.0,359.0,759.0,29.0,8.0,1.7000000000000002,33.62,803.7922561629309,51.53392216385905,49.12254539537026
-1999,8,26,14,30,176.0,359.0,486.0,28.0,8.0,1.5,35.84,492.89550883333226,42.004570258789165,40.52588373228917
-1999,8,26,15,30,61.0,254.0,290.0,27.0,8.0,1.4,38.29,287.10450831908247,35.21238653228514,34.35107300732789
-1999,8,26,16,30,35.0,159.0,173.0,26.0,9.0,1.0,41.57,170.3660606517392,31.006025148034624,30.494926966079408
-1999,8,26,17,30,191.0,81.0,123.0,24.0,10.0,0.6000000000000001,52.54,116.15458244133943,27.506410047231185,27.157946299907167
-1999,8,26,18,30,0.0,8.0,8.0,22.0,13.0,0.5,68.42,7.819077862357725,22.237638330876617,22.214181097289543
-1999,8,26,19,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,69.17,0.0,20.0,20.0
-1999,8,26,20,30,0.0,0.0,0.0,19.0,11.0,0.9,72.11,0.0,19.0,19.0
-1999,8,26,21,30,0.0,0.0,0.0,19.0,11.0,1.1,75.58,0.0,19.0,19.0
-1999,8,26,22,30,0.0,0.0,0.0,18.0,11.0,1.4,74.21000000000002,0.0,18.0,18.0
-1999,8,26,23,30,0.0,0.0,0.0,17.0,11.0,1.4,77.52,0.0,17.0,17.0
-1999,8,27,0,30,0.0,0.0,0.0,17.0,10.0,1.4,76.51,0.0,17.0,17.0
-1999,8,27,1,30,0.0,0.0,0.0,17.0,10.0,1.3,81.05,0.0,17.0,17.0
-1999,8,27,2,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,80.10000000000002,0.0,16.0,16.0
-1999,8,27,3,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,78.23,0.0,16.0,16.0
-1999,8,27,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,76.2,0.0,16.0,16.0
-1999,8,27,5,30,0.0,0.0,0.0,17.0,9.0,1.5,70.85000000000002,0.0,17.0,17.0
-1999,8,27,6,30,46.0,74.0,84.0,21.0,11.0,2.1,61.88,80.30445310420333,23.191880219161337,22.950966859848727
-1999,8,27,7,30,52.0,158.0,179.0,24.0,10.0,2.8000000000000003,49.45,175.67293907658566,28.57664252667613,28.049623709446376
-1999,8,27,8,30,496.0,195.0,477.0,26.0,10.0,3.4000000000000004,41.59,498.2692849037336,38.475524076441516,36.98071622173032
-1999,8,27,9,30,502.0,273.0,629.0,27.0,9.0,3.7,38.76,665.4327708122785,43.334646109706966,41.33834779727013
-1999,8,27,10,30,831.0,140.0,812.0,28.0,9.0,4.0,38.7,899.494185389514,49.649025624933365,46.95054306876482
-1999,8,27,11,30,489.0,394.0,815.0,27.0,10.0,4.3,39.07,865.7934102146091,47.43208604400183,44.834705813358
-1999,8,27,12,30,114.0,446.0,545.0,27.0,10.0,4.5,39.69,548.2526724463028,39.77021897721121,38.1254609598723
-1999,8,27,13,30,13.0,202.0,213.0,26.0,10.0,4.6000000000000005,42.89,209.45532198256,30.84699607395661,30.21863010800893
-1999,8,27,14,30,464.0,286.0,618.0,26.0,10.0,4.6000000000000005,46.4,653.0241416194851,41.111601942929276,39.15252951807082
-1999,8,27,15,30,297.0,256.0,428.0,25.0,11.0,4.1000000000000005,50.27,438.6464995001562,35.488292474861254,34.172352976360784
-1999,8,27,16,30,28.0,153.0,164.0,24.0,11.0,2.7,55.96,161.4323044938717,28.233659646078138,27.749362732596524
-1999,8,27,17,30,0.0,2.0,2.0,22.0,13.0,1.1,65.96000000000001,1.9547694655894312,22.05705345581303,22.051189147416263
-1999,8,27,18,30,0.0,0.0,0.0,20.0,13.0,0.4,76.31,0.0,20.0,20.0
-1999,8,27,19,30,0.0,0.0,0.0,19.0,13.0,0.6000000000000001,79.0,0.0,19.0,19.0
-1999,8,27,20,30,0.0,0.0,0.0,18.0,13.0,1.3,84.64,0.0,18.0,18.0
-1999,8,27,21,30,0.0,0.0,0.0,17.0,13.0,1.6,90.51,0.0,17.0,17.0
-1999,8,27,22,30,0.0,0.0,0.0,16.0,13.0,0.9,96.08,0.0,16.0,16.0
-1999,8,27,23,30,0.0,0.0,0.0,15.0,13.0,0.7000000000000001,100.0,0.0,15.0,15.0
-1999,8,28,0,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
-1999,8,28,1,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
-1999,8,28,2,30,0.0,0.0,0.0,13.0,11.0,0.9,100.0,0.0,13.0,13.0
-1999,8,28,3,30,0.0,0.0,0.0,13.0,10.0,1.1,99.1,0.0,13.0,13.0
-1999,8,28,4,30,0.0,0.0,0.0,13.0,10.0,1.5,96.54,0.0,13.0,13.0
-1999,8,28,5,30,0.0,0.0,0.0,14.0,10.0,2.1,87.94,0.0,14.0,14.0
-1999,8,28,6,30,66.0,74.0,88.0,16.0,10.0,2.4000000000000004,78.9,83.72219696811803,18.23991229206446,17.988745701160106
-1999,8,28,7,30,0.0,94.0,94.0,19.0,10.0,1.8,67.21000000000001,91.87416488270327,21.558461549351037,21.282839054702926
-1999,8,28,8,30,355.0,236.0,437.0,22.0,10.0,0.9,55.31,450.6943792051385,35.33269252391238,33.98060938629696
-1999,8,28,9,30,438.0,286.0,595.0,24.0,10.0,0.8,50.17,627.0764106020051,42.67601387312426,40.794784641318245
-1999,8,28,10,30,165.0,415.0,548.0,25.0,10.0,1.2000000000000002,47.23,556.9323240180835,41.146096726659756,39.47529975460551
-1999,8,28,11,30,19.0,293.0,310.0,24.0,10.0,1.7000000000000002,48.35,305.0391862173978,32.55162416214722,31.63650660349503
-1999,8,28,12,30,14.0,214.0,226.0,23.0,11.0,2.0,53.24,222.93828732433758,29.125791978096874,28.456977116123863
-1999,8,28,13,30,97.0,406.0,485.0,22.0,11.0,2.0,59.19,486.35706598408774,35.36388759891049,33.904816400958225
-1999,8,28,14,30,0.0,70.0,70.0,21.0,12.0,1.9,65.3,68.4169312956301,22.89253511782372,22.68728432393683
-1999,8,28,15,30,0.0,72.0,72.0,20.0,12.0,1.8,71.33,70.37170076121953,21.95967267609867,21.74855757381501
-1999,8,28,16,30,0.0,55.0,55.0,19.0,13.0,1.9,77.33,53.75616030370936,20.486991878290066,20.325723397378937
-1999,8,28,17,30,392.0,62.0,145.0,18.0,13.0,1.9,89.28,134.0945239616035,21.7092952124469,21.307011640562088
-1999,8,28,18,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.18,0.0,16.0,16.0
-1999,8,28,19,30,0.0,0.0,0.0,16.0,12.0,1.8,90.22,0.0,16.0,16.0
-1999,8,28,20,30,0.0,0.0,0.0,15.0,11.0,1.8,92.05,0.0,15.0,15.0
-1999,8,28,21,30,0.0,0.0,0.0,15.0,10.0,1.6,87.47,0.0,15.0,15.0
-1999,8,28,22,30,0.0,0.0,0.0,15.0,10.0,1.4,84.15,0.0,15.0,15.0
-1999,8,28,23,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,82.29,0.0,15.0,15.0
-1999,8,29,0,30,0.0,0.0,0.0,15.0,9.0,1.1,86.08,0.0,15.0,15.0
-1999,8,29,1,30,0.0,0.0,0.0,14.0,9.0,1.1,88.94,0.0,14.0,14.0
-1999,8,29,2,30,0.0,0.0,0.0,13.0,8.0,1.2000000000000002,86.10000000000002,0.0,13.0,13.0
-1999,8,29,3,30,0.0,0.0,0.0,12.0,8.0,1.5,89.33,0.0,12.0,12.0
-1999,8,29,4,30,0.0,0.0,0.0,12.0,7.0,1.8,87.28,0.0,12.0,12.0
-1999,8,29,5,30,0.0,0.0,0.0,14.0,7.0,2.5,75.01,0.0,14.0,14.0
-1999,8,29,6,30,573.0,46.0,159.0,18.0,8.0,3.0,59.34,143.41489976756287,21.68703397826295,21.256789278960262
-1999,8,29,7,30,771.0,66.0,366.0,22.0,7.0,2.4000000000000004,45.65,378.55889330289153,32.12800367269825,30.99232699278957
-1999,8,29,8,30,863.0,79.0,564.0,25.0,5.0,1.6,33.21,611.639811088201,42.26229499656542,40.42737556330082
-1999,8,29,9,30,909.0,90.0,729.0,26.0,4.0,0.9,29.06,808.7180639640566,49.92394887280975,47.497794680917586
-1999,8,29,10,30,327.0,388.0,651.0,27.0,4.0,0.4,26.75,678.8761503571911,47.7724767650928,45.735848314021226
-1999,8,29,11,30,936.0,105.0,906.0,28.0,4.0,0.4,25.2,1020.9906906662933,59.24061051206874,56.17763844006986
-1999,8,29,12,30,405.0,394.0,742.0,29.0,4.0,0.8,23.93,783.1640418603844,52.32472129939477,49.97522917381362
-1999,8,29,13,30,449.0,358.0,721.0,29.0,4.0,1.0,24.15,763.6163964845807,51.43805409146418,49.14720490201044
-1999,8,29,14,30,4.0,134.0,137.0,28.0,5.0,1.0,26.1,134.17435718232016,31.942570507920106,31.540047436373147
-1999,8,29,15,30,812.0,95.0,557.0,27.0,5.0,1.0,28.22,604.0734723411581,44.75005527645606,42.937834859432584
-1999,8,29,16,30,713.0,79.0,363.0,26.0,5.0,0.9,30.72,376.1127946897692,37.126378489015124,35.998040104945815
-1999,8,29,17,30,515.0,54.0,160.0,23.0,8.0,0.9,43.2,147.70911487565118,27.369613428704273,26.926486084077318
-1999,8,29,18,30,0.0,0.0,0.0,21.0,9.0,1.0,57.57,0.0,21.0,21.0
-1999,8,29,19,30,0.0,0.0,0.0,19.0,8.0,1.4,62.37000000000001,0.0,19.0,19.0
-1999,8,29,20,30,0.0,0.0,0.0,17.0,8.0,1.6,66.96000000000001,0.0,17.0,17.0
-1999,8,29,21,30,0.0,0.0,0.0,16.0,8.0,1.5,70.14,0.0,16.0,16.0
-1999,8,29,22,30,0.0,0.0,0.0,15.0,7.0,1.5,71.26,0.0,15.0,15.0
-1999,8,29,23,30,0.0,0.0,0.0,15.0,7.0,1.6,67.04,0.0,15.0,15.0
-1999,8,30,0,30,0.0,0.0,0.0,15.0,6.0,1.8,68.52,0.0,15.0,15.0
-1999,8,30,1,30,0.0,0.0,0.0,14.0,6.0,1.9,68.31,0.0,14.0,14.0
-1999,8,30,2,30,0.0,0.0,0.0,14.0,6.0,1.9,73.39,0.0,14.0,14.0
-1999,8,30,3,30,0.0,0.0,0.0,14.0,6.0,1.9,73.48,0.0,14.0,14.0
-1999,8,30,4,30,0.0,0.0,0.0,14.0,6.0,1.9,72.65,0.0,14.0,14.0
-1999,8,30,5,30,0.0,0.0,0.0,16.0,6.0,2.1,63.39,0.0,16.0,16.0
-1999,8,30,6,30,597.0,43.0,159.0,20.0,7.0,2.8000000000000003,52.87000000000001,144.16310195852034,23.755746255906125,23.323256950030565
-1999,8,30,7,30,786.0,62.0,366.0,24.0,7.0,2.9000000000000004,40.42,380.2930014817985,33.84191424840647,32.70103524396107
-1999,8,30,8,30,874.0,75.0,564.0,26.0,5.0,2.3000000000000003,31.0,614.0671839114403,42.538627658138346,40.696426106404026
-1999,8,30,9,30,920.0,84.0,728.0,28.0,5.0,1.6,27.94,811.0227987626404,50.88947604027354,48.45640764398562
-1999,8,30,10,30,941.0,91.0,844.0,29.0,5.0,1.2000000000000002,26.04,950.5197195866624,56.55663959728336,53.70508043852337
-1999,8,30,11,30,943.0,98.0,902.0,30.0,5.0,1.3,24.7,1020.0676805947437,59.37481197209463,56.3146089303104
-1999,8,30,12,30,929.0,104.0,897.0,30.0,5.0,1.7000000000000002,23.71,1013.5092895867532,58.41323646599873,55.37270859723847
-1999,8,30,13,30,29.0,321.0,345.0,30.0,5.0,2.2,25.77,340.4167789121748,39.2297543136193,38.20850397688278
-1999,8,30,14,30,573.0,251.0,655.0,29.0,6.0,2.5,28.5,703.0233828108428,47.683980919678554,45.574910771246024
-1999,8,30,15,30,781.0,100.0,542.0,28.0,7.0,2.7,31.76,587.4845725824687,43.407137595129115,41.64468387738171
-1999,8,30,16,30,460.0,128.0,309.0,26.0,8.0,2.3000000000000003,36.63,316.61299571859786,34.527315227242,33.577476240086206
-1999,8,30,17,30,0.0,56.0,56.0,23.0,11.0,1.5,53.06,54.733545036504076,24.555136460445034,24.39093582533552
-1999,8,30,18,30,0.0,0.0,0.0,21.0,12.0,1.0,67.12,0.0,21.0,21.0
-1999,8,30,19,30,0.0,0.0,0.0,20.0,12.0,1.1,71.89,0.0,20.0,20.0
-1999,8,30,20,30,0.0,0.0,0.0,20.0,12.0,1.4,76.64,0.0,20.0,20.0
-1999,8,30,21,30,0.0,0.0,0.0,19.0,12.0,1.7000000000000002,75.98,0.0,19.0,19.0
-1999,8,30,22,30,0.0,0.0,0.0,18.0,12.0,2.0,79.91,0.0,18.0,18.0
-1999,8,30,23,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,83.61,0.0,17.0,17.0
-1999,8,31,0,30,0.0,0.0,0.0,17.0,11.0,2.7,81.39,0.0,17.0,17.0
-1999,8,31,1,30,0.0,0.0,0.0,17.0,11.0,3.1,84.06,0.0,17.0,17.0
-1999,8,31,2,30,0.0,0.0,0.0,16.0,10.0,3.2,81.05,0.0,16.0,16.0
-1999,8,31,3,30,0.0,0.0,0.0,16.0,10.0,3.0,83.44,0.0,16.0,16.0
-1999,8,31,4,30,0.0,0.0,0.0,16.0,9.0,2.7,81.02,0.0,16.0,16.0
-1999,8,31,5,30,0.0,0.0,0.0,17.0,9.0,3.0,74.75,0.0,17.0,17.0
-1999,8,31,6,30,550.0,45.0,150.0,20.0,9.0,3.5,59.12000000000001,137.66877601025502,23.424242329776803,23.01123600174604
-1999,8,31,7,30,758.0,64.0,355.0,23.0,10.0,3.3000000000000003,49.92,370.40202361528753,32.33547135972315,31.22426528887729
-1999,8,31,8,30,856.0,75.0,551.0,26.0,9.0,2.7,39.45,602.4451232491225,41.799487068421335,39.992151698673965
-1999,8,31,9,30,907.0,82.0,715.0,28.0,8.0,1.8,35.13,798.2048415743341,50.22797233891637,47.83335781419337
-1999,8,31,10,30,931.0,88.0,831.0,29.0,8.0,1.2000000000000002,32.06,937.6987435234815,56.184945029166336,53.37184879859589
-1999,8,31,11,30,421.0,397.0,754.0,30.0,7.0,1.4,29.66,800.2188977713436,52.889598416315266,50.48894172300123
-1999,8,31,12,30,18.0,280.0,296.0,30.0,7.0,1.7000000000000002,27.77,291.31602301569643,38.16690200407957,37.29295393503248
-1999,8,31,13,30,197.0,412.0,570.0,29.0,7.0,1.8,29.43,583.5173107020167,45.24947127103514,43.49891933892909
-1999,8,31,14,30,606.0,236.0,661.0,28.0,7.0,1.6,31.93,713.4086284483602,48.13451376793203,45.994287882586946
-1999,8,31,15,30,793.0,93.0,538.0,27.0,8.0,1.1,35.04,586.1256117800747,44.10712811983533,42.34875128449511
-1999,8,31,16,30,515.0,115.0,316.0,25.0,9.0,0.5,41.91,325.2958019099679,34.88642813997318,33.91054073424327
-1999,8,31,17,30,134.0,73.0,100.0,23.0,11.0,0.6000000000000001,58.01,95.19243867854864,25.87361648922865,25.588039173193003
-1999,8,31,18,30,0.0,0.0,0.0,21.0,13.0,1.6,74.99,0.0,21.0,21.0
-1999,8,31,19,30,0.0,0.0,0.0,19.0,13.0,2.7,82.51,0.0,19.0,19.0
-1999,8,31,20,30,0.0,0.0,0.0,17.0,13.0,3.2,89.65,0.0,17.0,17.0
-1999,8,31,21,30,0.0,0.0,0.0,16.0,13.0,2.7,96.52,0.0,16.0,16.0
-1999,8,31,22,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
-1999,8,31,23,30,0.0,0.0,0.0,15.0,12.0,1.1,98.37,0.0,15.0,15.0
-1999,9,1,0,30,0.0,0.0,0.0,14.0,11.0,0.7000000000000001,100.0,0.0,14.0,14.0
-1999,9,1,1,30,0.0,0.0,0.0,14.0,11.0,0.5,97.42,0.0,14.0,14.0
-1999,9,1,2,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,9,1,3,30,0.0,0.0,0.0,13.0,10.0,0.9,98.18,0.0,13.0,13.0
-1999,9,1,4,30,0.0,0.0,0.0,13.0,10.0,1.2000000000000002,94.59,0.0,13.0,13.0
-1999,9,1,5,30,0.0,0.0,0.0,14.0,9.0,1.9,85.71000000000002,0.0,14.0,14.0
-1999,9,1,6,30,512.0,48.0,145.0,18.0,10.0,2.7,72.7,133.75710033576297,21.50786070881768,21.106589407810393
-1999,9,1,7,30,732.0,69.0,348.0,21.0,10.0,3.5,57.5,364.2835069439787,30.060841831151272,28.967991310319334
-1999,9,1,8,30,266.0,248.0,396.0,24.0,9.0,4.4,45.71,406.67296058455787,33.53458828517754,32.31456940342387
-1999,9,1,9,30,885.0,91.0,706.0,26.0,8.0,4.9,37.76,789.0042106313268,43.904748813992775,41.5377361820988
-1999,9,1,10,30,906.0,101.0,821.0,27.0,7.0,5.300000000000002,33.63,926.7793794721513,47.49186288184167,44.711524743425215
-1999,9,1,11,30,153.0,444.0,573.0,28.0,7.0,5.8000000000000025,32.4,583.5900469157724,40.49317265517735,38.742402514430026
-1999,9,1,12,30,394.0,388.0,722.0,27.0,6.0,6.1000000000000005,33.53,764.850131291232,43.060249250076694,40.765698856203
-1999,9,1,13,30,420.0,349.0,683.0,26.0,7.0,6.1000000000000005,36.08,725.8699830844919,41.2417478595516,39.06413791029813
-1999,9,1,14,30,0.0,56.0,56.0,24.0,7.0,5.9,39.01,54.733545036504076,25.164177411623943,24.99997677651443
-1999,9,1,15,30,348.0,231.0,425.0,23.0,7.0,5.300000000000002,42.4,442.19023358409754,32.777193833828875,31.450623133076583
-1999,9,1,16,30,10.0,131.0,135.0,22.0,8.0,4.1000000000000005,49.42,132.14250450817983,25.159604002817236,24.763176489292697
-1999,9,1,17,30,261.0,65.0,115.0,20.0,9.0,2.7,56.14,109.10529041749805,22.86135211079597,22.534036239543475
-1999,9,1,18,30,0.0,0.0,0.0,18.0,10.0,2.1,67.71000000000001,0.0,18.0,18.0
-1999,9,1,19,30,0.0,0.0,0.0,17.0,10.0,2.2,72.87,0.0,17.0,17.0
-1999,9,1,20,30,0.0,0.0,0.0,16.0,10.0,2.1,79.28,0.0,16.0,16.0
-1999,9,1,21,30,0.0,0.0,0.0,15.0,10.0,2.0,87.22,0.0,15.0,15.0
-1999,9,1,22,30,0.0,0.0,0.0,15.0,11.0,1.9,94.51,0.0,15.0,15.0
-1999,9,1,23,30,0.0,0.0,0.0,14.0,11.0,1.5,94.66,0.0,14.0,14.0
-1999,9,2,0,30,0.0,0.0,0.0,13.0,11.0,1.3,100.0,0.0,13.0,13.0
-1999,9,2,1,30,0.0,0.0,0.0,13.0,9.0,1.4,100.0,0.0,13.0,13.0
-1999,9,2,2,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
-1999,9,2,3,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
-1999,9,2,4,30,0.0,0.0,0.0,12.0,9.0,1.6,99.07,0.0,12.0,12.0
-1999,9,2,5,30,0.0,0.0,0.0,13.0,9.0,2.1,96.13,0.0,13.0,13.0
-1999,9,2,6,30,479.0,46.0,136.0,15.0,9.0,2.5,85.5,125.85871940130835,18.344898575730493,17.967322417526567
-1999,9,2,7,30,349.0,140.0,272.0,18.0,10.0,1.8,68.02,278.1460426611687,25.74565903441184,24.911220906428333
-1999,9,2,8,30,848.0,77.0,544.0,21.0,8.0,0.7000000000000001,50.54,598.4577653952742,38.94433820177684,37.148964905591015
-1999,9,2,9,30,908.0,83.0,711.0,24.0,7.0,0.6000000000000001,40.98,798.7556206872388,48.11239121861217,45.71612435655045
-1999,9,2,10,30,936.0,89.0,830.0,25.0,6.0,1.4,37.86,941.6567243877963,51.93531023484832,49.11034006168494
-1999,9,2,11,30,456.0,394.0,779.0,26.0,7.0,2.0,35.74,830.5435298709158,48.82127917014864,46.329648580535896
-1999,9,2,12,30,568.0,314.0,794.0,26.0,7.0,2.3000000000000003,33.94,861.9852218655474,49.21578648845049,46.62983082285385
-1999,9,2,13,30,547.0,289.0,723.0,26.0,7.0,2.5,36.45,782.555379839632,46.79767208745817,44.450005947939275
-1999,9,2,14,30,505.0,265.0,615.0,25.0,7.0,2.4000000000000004,39.18,659.0196224442179,42.631478944426284,40.65442007709363
-1999,9,2,15,30,114.0,255.0,318.0,24.0,7.0,2.1,42.11,319.82185418106013,32.72941871511575,31.769953152572565
-1999,9,2,16,30,0.0,6.0,6.0,22.0,8.0,1.4,46.3,5.864308396768293,22.167743681841674,22.15015075665137
-1999,9,2,17,30,261.0,63.0,112.0,19.0,9.0,1.1,62.96,106.28658177969643,22.102164681735264,21.783304936396174
-1999,9,2,18,30,0.0,0.0,0.0,17.0,11.0,1.6,77.4,0.0,17.0,17.0
-1999,9,2,19,30,0.0,0.0,0.0,15.0,11.0,2.1,88.48,0.0,15.0,15.0
-1999,9,2,20,30,0.0,0.0,0.0,15.0,11.0,1.9,94.08,0.0,15.0,15.0
-1999,9,2,21,30,0.0,0.0,0.0,14.0,10.0,1.4,91.43,0.0,14.0,14.0
-1999,9,2,22,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,93.26,0.0,14.0,14.0
-1999,9,2,23,30,0.0,0.0,0.0,13.0,9.0,1.4,88.41,0.0,13.0,13.0
-1999,9,3,0,30,0.0,0.0,0.0,13.0,8.0,1.9,88.72,0.0,13.0,13.0
-1999,9,3,1,30,0.0,0.0,0.0,12.0,7.0,2.3000000000000003,88.81,0.0,12.0,12.0
-1999,9,3,2,30,0.0,0.0,0.0,11.0,6.0,2.5,83.86,0.0,11.0,11.0
-1999,9,3,3,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.95,0.0,10.0,10.0
-1999,9,3,4,30,0.0,0.0,0.0,10.0,5.0,2.2,86.18,0.0,10.0,10.0
-1999,9,3,5,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,80.99,0.0,11.0,11.0
-1999,9,3,6,30,0.0,61.0,61.0,14.0,6.0,2.5,68.19,59.62046870047765,15.584510169730354,15.405648763628921
-1999,9,3,7,30,242.0,153.0,244.0,17.0,6.0,1.9,58.61,247.37654532724264,23.842879247751654,23.100749611769928
-1999,9,3,8,30,350.0,230.0,422.0,20.0,6.0,1.0,48.05,440.5271248525577,32.94442013254816,31.622838757990486
-1999,9,3,9,30,749.0,168.0,684.0,22.0,6.0,0.6000000000000001,43.39,755.635406209074,44.81070212372554,42.54379590509832
-1999,9,3,10,30,913.0,102.0,821.0,23.0,5.0,1.3,39.49,932.5246736479726,49.853842611479415,47.056268590535495
-1999,9,3,11,30,542.0,356.0,811.0,23.0,5.0,2.2,36.44,876.7632932068975,46.77177121926529,44.1414813396446
-1999,9,3,12,30,422.0,389.0,744.0,24.0,5.0,2.6,33.77,791.9589896174077,44.90807418991507,42.532197221062845
-1999,9,3,13,30,455.0,345.0,704.0,24.0,5.0,2.8000000000000003,33.46,752.2995574272725,43.59895568104709,41.34205700876527
-1999,9,3,14,30,376.0,303.0,562.0,23.0,5.0,2.8000000000000003,35.2,593.1007995302234,38.45149956506547,36.672197166474795
-1999,9,3,15,30,535.0,177.0,470.0,23.0,4.0,2.5,37.13,502.8067792520169,36.3629015755759,34.85448123781985
-1999,9,3,16,30,0.0,6.0,6.0,22.0,4.0,1.5,39.49,5.864308396768293,22.16662176361911,22.149028838428805
-1999,9,3,17,30,480.0,50.0,137.0,19.0,6.0,0.6000000000000001,49.4,129.4809232163645,22.908698223937197,22.520255454288105
-1999,9,3,18,30,0.0,0.0,0.0,16.0,8.0,0.8,69.57000000000001,0.0,16.0,16.0
-1999,9,3,19,30,0.0,0.0,0.0,14.0,8.0,1.9,80.15,0.0,14.0,14.0
-1999,9,3,20,30,0.0,0.0,0.0,13.0,8.0,2.7,87.02,0.0,13.0,13.0
-1999,9,3,21,30,0.0,0.0,0.0,12.0,8.0,2.5,99.37,0.0,12.0,12.0
-1999,9,3,22,30,0.0,0.0,0.0,11.0,8.0,1.8,95.84,0.0,11.0,11.0
-1999,9,3,23,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,97.7,0.0,10.0,10.0
-1999,9,4,0,30,0.0,0.0,0.0,9.0,6.0,0.9,99.74,0.0,9.0,9.0
-1999,9,4,1,30,0.0,0.0,0.0,9.0,6.0,0.8,100.0,0.0,9.0,9.0
-1999,9,4,2,30,0.0,0.0,0.0,8.0,5.0,0.7000000000000001,96.06,0.0,8.0,8.0
-1999,9,4,3,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,91.85,0.0,8.0,8.0
-1999,9,4,4,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,87.98,0.0,8.0,8.0
-1999,9,4,5,30,0.0,0.0,0.0,9.0,3.0,0.9,79.32000000000002,0.0,9.0,9.0
-1999,9,4,6,30,517.0,48.0,141.0,12.0,4.0,1.5,67.45,133.46653463499578,15.79216573897602,15.391766135071034
-1999,9,4,7,30,747.0,71.0,349.0,15.0,3.0,1.9,53.34,370.91256221389335,25.260107203560068,24.14736951691839
-1999,9,4,8,30,856.0,84.0,551.0,18.0,2.0,1.9,39.65,609.1632368938705,34.85054848963177,33.02305877895016
-1999,9,4,9,30,914.0,92.0,719.0,21.0,1.0,1.5,32.29,810.9633714559588,44.04178737546548,41.6088972610976
-1999,9,4,10,30,167.0,404.0,536.0,22.0,0.0,1.1,27.13,547.0487660306873,37.966600230730485,36.325453932638425
-1999,9,4,11,30,416.0,353.0,702.0,23.0,0.0,1.0,24.79,750.3909715539771,45.04943907305751,42.798266158395585
-1999,9,4,12,30,958.0,100.0,901.0,24.0,0.0,1.5,24.5,1030.9508824083741,53.29226135621137,50.19940870898625
-1999,9,4,13,30,483.0,338.0,717.0,24.0,0.0,2.3000000000000003,24.6,770.0437733632771,44.7395340148315,42.42940269474167
-1999,9,4,14,30,341.0,312.0,545.0,23.0,0.0,3.0,24.99,573.4375199325254,37.74242651097444,36.02211395117686
-1999,9,4,15,30,317.0,234.0,406.0,22.0,0.0,3.5,27.36,423.2455229892661,32.52740699605266,31.25767042708486
-1999,9,4,16,30,413.0,126.0,279.0,20.0,1.0,3.8,32.74,288.8252275108845,27.04340797907298,26.17693229654033
-1999,9,4,17,30,508.0,41.0,131.0,17.0,3.0,3.3000000000000003,44.88,123.6679657563346,20.11688025126069,19.745876353991687
-1999,9,4,18,30,0.0,0.0,0.0,14.0,4.0,2.4000000000000004,61.57,0.0,14.0,14.0
-1999,9,4,19,30,0.0,0.0,0.0,13.0,5.0,1.5,72.65,0.0,13.0,13.0
-1999,9,4,20,30,0.0,0.0,0.0,12.0,5.0,0.9,79.04,0.0,12.0,12.0
-1999,9,4,21,30,0.0,0.0,0.0,11.0,5.0,0.7000000000000001,79.87,0.0,11.0,11.0
-1999,9,4,22,30,0.0,0.0,0.0,11.0,5.0,0.6000000000000001,86.33,0.0,11.0,11.0
-1999,9,4,23,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,93.8,0.0,10.0,10.0
-1999,9,5,0,30,0.0,0.0,0.0,9.0,6.0,0.8,94.9,0.0,9.0,9.0
-1999,9,5,1,30,0.0,0.0,0.0,9.0,6.0,1.0,100.0,0.0,9.0,9.0
-1999,9,5,2,30,0.0,0.0,0.0,8.0,6.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,9,5,3,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,9,5,4,30,0.0,0.0,0.0,8.0,6.0,1.6,100.0,0.0,8.0,8.0
-1999,9,5,5,30,0.0,0.0,0.0,9.0,5.0,2.5,92.8,0.0,9.0,9.0
-1999,9,5,6,30,531.0,45.0,139.0,12.0,6.0,3.7,78.0,132.49012491663285,15.252288433138487,14.854818058388588
-1999,9,5,7,30,766.0,66.0,350.0,16.0,6.0,4.2,64.95,373.2067281780335,24.865278717879026,23.745658533344926
-1999,9,5,8,30,879.0,77.0,554.0,19.0,4.0,3.6,46.69,615.9026705327655,34.2187182542619,32.3710102426636
-1999,9,5,9,30,940.0,83.0,725.0,22.0,2.0,2.3000000000000003,32.28,821.9481262602565,44.13747024866802,41.67162586988725
-1999,9,5,10,30,975.0,86.0,849.0,23.0,0.0,1.4,24.55,971.5636716491942,50.79077367688632,47.87608266193873
-1999,9,5,11,30,992.0,86.0,913.0,24.0,-1.0,1.8,20.87,1049.4289156759787,53.22392310136385,50.07563635433591
-1999,9,5,12,30,995.0,85.0,913.0,25.0,-2.0,2.7,18.65,1050.6976863334146,52.55518115660866,49.40308809760842
-1999,9,5,13,30,982.0,82.0,848.0,26.0,-2.0,3.2,17.21,972.0818338434217,50.662466431964525,47.74622093043426
-1999,9,5,14,30,953.0,77.0,725.0,26.0,-2.0,3.2,18.05,823.3031704914982,46.88783690699762,44.41792739552312
-1999,9,5,15,30,900.0,69.0,554.0,25.0,-2.0,2.9000000000000004,19.06,617.2140034355452,40.973387022792814,39.12174501248618
-1999,9,5,16,30,801.0,58.0,350.0,23.0,-2.0,2.3000000000000003,22.08,375.4634427841214,33.11233011980145,31.985939791449084
-1999,9,5,17,30,586.0,38.0,139.0,19.0,2.0,1.6,36.57,131.565945011441,22.713182355230785,22.318484520196463
-1999,9,5,18,30,0.0,0.0,0.0,16.0,3.0,1.6,49.83,0.0,16.0,16.0
-1999,9,5,19,30,0.0,0.0,0.0,15.0,3.0,2.3000000000000003,56.24,0.0,15.0,15.0
-1999,9,5,20,30,0.0,0.0,0.0,13.0,3.0,2.8000000000000003,61.93,0.0,13.0,13.0
-1999,9,5,21,30,0.0,0.0,0.0,12.0,3.0,3.0,64.18,0.0,12.0,12.0
-1999,9,5,22,30,0.0,0.0,0.0,11.0,2.0,2.9000000000000004,64.47,0.0,11.0,11.0
-1999,9,5,23,30,0.0,0.0,0.0,11.0,1.0,2.7,63.82,0.0,11.0,11.0
-1999,9,6,0,30,0.0,0.0,0.0,10.0,0.0,2.4000000000000004,58.33,0.0,10.0,10.0
-1999,9,6,1,30,0.0,0.0,0.0,10.0,0.0,2.3000000000000003,53.1,0.0,10.0,10.0
-1999,9,6,2,30,0.0,0.0,0.0,10.0,-1.0,2.4000000000000004,53.26,0.0,10.0,10.0
-1999,9,6,3,30,0.0,0.0,0.0,9.0,-2.0,2.6,50.8,0.0,9.0,9.0
-1999,9,6,4,30,0.0,0.0,0.0,9.0,-2.0,2.8000000000000003,49.44,0.0,9.0,9.0
-1999,9,6,5,30,0.0,0.0,0.0,11.0,-3.0,3.3000000000000003,45.69,0.0,11.0,11.0
-1999,9,6,6,30,388.0,50.0,118.0,15.0,-2.0,3.9,36.42,113.26103015628922,17.743930074250297,17.40414698378143
-1999,9,6,7,30,868.0,51.0,370.0,19.0,-1.0,4.1000000000000005,27.69,399.076853605983,28.54215926796755,27.3449287071496
-1999,9,6,8,30,952.0,61.0,574.0,22.0,-3.0,3.8,20.79,644.5078217543482,37.717226550608196,35.78370308534515
-1999,9,6,9,30,993.0,68.0,743.0,25.0,-4.0,3.0,16.35,848.2525664958309,46.807608832051486,44.262851132563995
-1999,9,6,10,30,1012.0,73.0,861.0,26.0,-4.0,2.1,14.47,991.4895861385689,53.06233997436735,50.087871215951644
-1999,9,6,11,30,1017.0,76.0,920.0,27.0,-4.0,1.3,14.01,1062.6269326882534,57.60038754095386,54.4125067428891
-1999,9,6,12,30,1010.0,77.0,914.0,28.0,-4.0,0.8,13.49,1055.7575337336536,59.443285081854945,56.27601248065398
-1999,9,6,13,30,990.0,77.0,846.0,29.0,-3.0,0.5,13.66,972.3977121899477,58.55322524482187,55.636032108252024
-1999,9,6,14,30,955.0,75.0,720.0,28.0,-3.0,0.5,13.74,820.5347225360755,52.937787463211535,50.476183295603306
-1999,9,6,15,30,896.0,69.0,547.0,27.0,-3.0,0.6000000000000001,14.68,612.1870045655564,45.48036141559115,43.64380040189448
-1999,9,6,16,30,792.0,58.0,343.0,25.0,-3.0,0.5,18.47,369.3391229300286,36.22499791478729,35.1169805459972
-1999,9,6,17,30,184.0,59.0,90.0,21.0,3.0,0.30000000000000004,37.01,86.68047681163,23.670287094199107,23.41024566376422
-1999,9,6,18,30,0.0,0.0,0.0,17.0,3.0,0.30000000000000004,46.15,0.0,17.0,17.0
-1999,9,6,19,30,0.0,0.0,0.0,16.0,2.0,0.7000000000000001,45.25,0.0,16.0,16.0
-1999,9,6,20,30,0.0,0.0,0.0,15.0,1.0,1.6,44.28,0.0,15.0,15.0
-1999,9,6,21,30,0.0,0.0,0.0,15.0,0.0,2.3000000000000003,46.67,0.0,15.0,15.0
-1999,9,6,22,30,0.0,0.0,0.0,14.0,0.0,2.6,44.0,0.0,14.0,14.0
-1999,9,6,23,30,0.0,0.0,0.0,14.0,0.0,2.7,45.94,0.0,14.0,14.0
-1999,9,7,0,30,0.0,0.0,0.0,13.0,0.0,2.7,45.47,0.0,13.0,13.0
-1999,9,7,1,30,0.0,0.0,0.0,13.0,0.0,2.7,45.31,0.0,13.0,13.0
-1999,9,7,2,30,0.0,0.0,0.0,13.0,0.0,2.6,49.04,0.0,13.0,13.0
-1999,9,7,3,30,0.0,0.0,0.0,12.0,0.0,2.5,49.64,0.0,12.0,12.0
-1999,9,7,4,30,0.0,0.0,0.0,12.0,0.0,2.4000000000000004,49.67,0.0,12.0,12.0
-1999,9,7,5,30,0.0,0.0,0.0,13.0,0.0,2.5,46.2,0.0,13.0,13.0
-1999,9,7,6,30,351.0,51.0,112.0,17.0,0.0,3.2,37.07,107.84449860450565,19.736098170037483,19.412564674223965
-1999,9,7,7,30,793.0,60.0,349.0,21.0,0.0,3.3000000000000003,29.18,377.16349170329613,30.505884823097876,29.374394347987987
-1999,9,7,8,30,892.0,72.0,550.0,24.0,0.0,2.5,21.99,617.76592922119,40.41812650419597,38.564828716532396
-1999,9,7,9,30,943.0,80.0,718.0,26.0,-1.0,1.8,19.54,819.8208595594766,48.829923398125175,46.37046081944675
-1999,9,7,10,30,968.0,86.0,837.0,27.0,-1.0,1.6,17.13,963.1547379896016,54.18309193271038,51.293627718741575
-1999,9,7,11,30,977.0,90.0,897.0,28.0,-1.0,1.8,16.12,1036.0857967685938,56.85235121587736,53.74409382557158
-1999,9,7,12,30,972.0,91.0,894.0,29.0,-1.0,2.2,15.99,1030.8626275037273,56.949881945760865,53.85729406324968
-1999,9,7,13,30,954.0,91.0,827.0,29.0,-1.0,2.7,14.97,951.4042352941798,53.95115045716087,51.09693775127833
-1999,9,7,14,30,916.0,88.0,703.0,28.0,-1.0,3.2,15.85,800.3960536048586,48.30666567058416,45.90547750976958
-1999,9,7,15,30,499.0,179.0,443.0,27.0,-1.0,3.4000000000000004,16.77,476.8737829326607,38.9398296074974,37.50920825869942
-1999,9,7,16,30,402.0,127.0,270.0,24.0,-1.0,2.7,20.46,281.516883538303,31.382950229587028,30.53839957897212
-1999,9,7,17,30,276.0,52.0,97.0,20.0,1.0,1.9,32.28,93.38358800795372,22.58315765391136,22.3030068898875
-1999,9,7,18,30,0.0,0.0,0.0,17.0,3.0,1.9,46.28,0.0,17.0,17.0
-1999,9,7,19,30,0.0,0.0,0.0,15.0,3.0,2.2,52.21,0.0,15.0,15.0
-1999,9,7,20,30,0.0,0.0,0.0,14.0,3.0,2.3000000000000003,59.53,0.0,14.0,14.0
-1999,9,7,21,30,0.0,0.0,0.0,12.0,3.0,2.8000000000000003,67.19,0.0,12.0,12.0
-1999,9,7,22,30,0.0,0.0,0.0,10.0,2.0,2.5,69.98,0.0,10.0,10.0
-1999,9,7,23,30,0.0,0.0,0.0,8.0,2.0,1.4,79.17,0.0,8.0,8.0
-1999,9,8,0,30,0.0,0.0,0.0,8.0,2.0,0.7000000000000001,77.53,0.0,8.0,8.0
-1999,9,8,1,30,0.0,0.0,0.0,7.0,1.0,0.4,80.17,0.0,7.0,7.0
-1999,9,8,2,30,0.0,0.0,0.0,7.0,1.0,0.5,84.76,0.0,7.0,7.0
-1999,9,8,3,30,0.0,0.0,0.0,6.0,1.0,0.7000000000000001,83.87,0.0,6.0,6.0
-1999,9,8,4,30,0.0,0.0,0.0,6.0,1.0,0.9,88.98,0.0,6.0,6.0
-1999,9,8,5,30,0.0,0.0,0.0,7.0,1.0,1.8,82.4,0.0,7.0,7.0
-1999,9,8,6,30,561.0,40.0,135.0,11.0,1.0,3.2,63.63,131.37415389693217,14.333063686315855,13.938941224625058
-1999,9,8,7,30,789.0,60.0,345.0,15.0,1.0,4.0,47.61,375.01386951634026,24.0258336326532,22.900792024104177
-1999,9,8,8,30,893.0,71.0,548.0,18.0,0.0,3.9,35.78,616.7582241453739,32.9419569770682,31.09168230463208
-1999,9,8,9,30,948.0,79.0,718.0,21.0,0.0,3.2,27.92,821.9491134389336,41.85348343443676,39.38763609411996
-1999,9,8,10,30,977.0,84.0,839.0,23.0,-1.0,2.0,23.31,968.2862360826135,49.606107585580986,46.70124887733314
-1999,9,8,11,30,990.0,86.0,900.0,24.0,-2.0,1.2000000000000002,19.6,1043.3754808548174,54.248632930057795,51.11850648749334
-1999,9,8,12,30,988.0,86.0,898.0,25.0,-2.0,1.8,17.95,1039.7005705533084,53.95301346134758,50.83391174968766
-1999,9,8,13,30,974.0,84.0,832.0,25.0,-2.0,3.1,17.69,960.5082332703703,49.530595925687564,46.649071225876455
-1999,9,8,14,30,942.0,79.0,707.0,24.0,-2.0,3.9,18.79,809.4281878561276,43.60969580216218,41.181411238593796
-1999,9,8,15,30,885.0,71.0,535.0,23.0,-2.0,4.0,20.32,602.237025644411,37.494640445967576,35.68792936903434
-1999,9,8,16,30,779.0,59.0,332.0,21.0,-2.0,3.3000000000000003,23.87,360.09022217341334,30.07557664832775,28.995305981807512
-1999,9,8,17,30,545.0,38.0,123.0,17.0,0.0,2.0,37.19,119.2577527174848,20.27690767561969,19.919134417467234
-1999,9,8,18,30,0.0,0.0,0.0,14.0,2.0,1.2000000000000002,50.56,0.0,14.0,14.0
-1999,9,8,19,30,0.0,0.0,0.0,13.0,2.0,0.9,58.06,0.0,13.0,13.0
-1999,9,8,20,30,0.0,0.0,0.0,12.0,2.0,0.6000000000000001,57.77,0.0,12.0,12.0
-1999,9,8,21,30,0.0,0.0,0.0,11.0,1.0,0.7000000000000001,60.42,0.0,11.0,11.0
-1999,9,8,22,30,0.0,0.0,0.0,10.0,1.0,1.0,63.35,0.0,10.0,10.0
-1999,9,8,23,30,0.0,0.0,0.0,9.0,1.0,1.2000000000000002,65.79,0.0,9.0,9.0
-1999,9,9,0,30,0.0,0.0,0.0,8.0,0.0,1.3,67.98,0.0,8.0,8.0
-1999,9,9,1,30,0.0,0.0,0.0,8.0,0.0,1.4,69.01,0.0,8.0,8.0
-1999,9,9,2,30,0.0,0.0,0.0,7.0,-1.0,1.4,64.52,0.0,7.0,7.0
-1999,9,9,3,30,0.0,0.0,0.0,7.0,-2.0,1.5,59.82,0.0,7.0,7.0
-1999,9,9,4,30,0.0,0.0,0.0,7.0,-3.0,1.6,58.91,0.0,7.0,7.0
-1999,9,9,5,30,0.0,0.0,0.0,8.0,-4.0,1.6,47.16,0.0,8.0,8.0
-1999,9,9,6,30,627.0,36.0,140.0,12.0,-3.0,2.0,38.27,137.85615633953793,15.787945743960243,15.37437727494163
-1999,9,9,7,30,842.0,53.0,355.0,17.0,-5.0,2.1,24.33,388.8371558188746,27.613165738248895,26.446654270792273
-1999,9,9,8,30,938.0,63.0,560.0,20.0,-6.0,1.9,18.17,635.804040324539,37.58748092879247,35.680068807818856
-1999,9,9,9,30,987.0,69.0,731.0,23.0,-6.0,1.8,15.1,841.9123647215333,46.44511556446021,43.91937847029561
-1999,9,9,10,30,1010.0,73.0,850.0,25.0,-6.0,1.8,14.11,986.2974605242426,52.46587282938032,49.50698044780759
-1999,9,9,11,30,1016.0,76.0,909.0,26.0,-6.0,2.0,13.41,1057.3037774416985,55.05208914986055,51.880177817535454
-1999,9,9,12,30,1008.0,78.0,902.0,27.0,-6.0,2.3000000000000003,12.85,1049.3570874519792,55.2622595776095,52.114188315253564
-1999,9,9,13,30,986.0,79.0,832.0,27.0,-6.0,2.6,13.09,964.2246079942403,52.455964139537826,49.56329031555511
-1999,9,9,14,30,681.0,186.0,637.0,26.0,-5.0,2.9000000000000004,13.34,709.3308080087893,44.35735330120059,42.22936087717422
-1999,9,9,15,30,512.0,171.0,437.0,25.0,-5.0,3.0,14.74,473.85426208213664,37.18225420003894,35.76069141379253
-1999,9,9,16,30,194.0,141.0,208.0,22.0,-3.0,2.7,19.81,212.48029386781474,27.572423986359812,26.93498310475637
-1999,9,9,17,30,0.0,49.0,49.0,19.0,1.0,1.9,37.69,47.89185190694107,20.324774582476604,20.18109902675578
-1999,9,9,18,30,0.0,0.0,0.0,16.0,3.0,1.3,47.7,0.0,16.0,16.0
-1999,9,9,19,30,0.0,0.0,0.0,16.0,3.0,1.1,50.79,0.0,16.0,16.0
-1999,9,9,20,30,0.0,0.0,0.0,15.0,3.0,1.0,54.48,0.0,15.0,15.0
-1999,9,9,21,30,0.0,0.0,0.0,14.0,3.0,1.0,54.17,0.0,14.0,14.0
-1999,9,9,22,30,0.0,0.0,0.0,13.0,2.0,1.0,57.12000000000001,0.0,13.0,13.0
-1999,9,9,23,30,0.0,0.0,0.0,12.0,2.0,1.1,57.59,0.0,12.0,12.0
-1999,9,10,0,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,57.85,0.0,11.0,11.0
-1999,9,10,1,30,0.0,0.0,0.0,11.0,0.0,1.4,55.81,0.0,11.0,11.0
-1999,9,10,2,30,0.0,0.0,0.0,11.0,0.0,1.6,57.69,0.0,11.0,11.0
-1999,9,10,3,30,0.0,0.0,0.0,11.0,0.0,1.9,55.94,0.0,11.0,11.0
-1999,9,10,4,30,0.0,0.0,0.0,11.0,0.0,2.0,51.11,0.0,11.0,11.0
-1999,9,10,5,30,0.0,0.0,0.0,12.0,0.0,2.3000000000000003,47.55,0.0,12.0,12.0
-1999,9,10,6,30,447.0,49.0,122.0,15.0,0.0,2.9000000000000004,40.72,120.75786698775977,18.12519180495855,17.76291820399527
-1999,9,10,7,30,596.0,86.0,298.0,19.0,0.0,3.0,31.43,322.1960707681841,27.283294570581262,26.31670635827671
-1999,9,10,8,30,59.0,226.0,258.0,22.0,0.0,2.4000000000000004,24.6,256.96865433458305,28.8749658795801,28.10405991657635
-1999,9,10,9,30,505.0,250.0,587.0,24.0,-1.0,1.7000000000000002,20.11,640.1275007021745,41.945660915703726,40.025278413597206
-1999,9,10,10,30,224.0,389.0,561.0,25.0,-2.0,1.2000000000000002,18.63,582.8561390768209,41.89765738746426,40.14908897023379
-1999,9,10,11,30,7.0,142.0,148.0,26.0,-1.0,0.8,19.02,145.5528924537758,30.33495470851856,29.898296031157233
-1999,9,10,12,30,519.0,350.0,772.0,25.0,-1.0,0.6000000000000001,19.71,842.1368414726453,50.42195942699451,47.89554890257658
-1999,9,10,13,30,361.0,351.0,625.0,25.0,0.0,0.5,21.85,666.9873393208751,45.27115739505545,43.27019537709282
-1999,9,10,14,30,286.0,309.0,498.0,24.0,0.0,0.7000000000000001,24.47,522.7972449750157,39.675710329521166,38.10731859459612
-1999,9,10,15,30,0.0,11.0,11.0,23.0,0.0,1.2000000000000002,28.01,10.751232060741874,23.311690353203254,23.279436657021026
-1999,9,10,16,30,48.0,133.0,150.0,21.0,2.0,1.2000000000000002,33.36,148.310474947482,25.299688078440816,24.854756653598372
-1999,9,10,17,30,0.0,12.0,12.0,18.0,6.0,0.9,51.82,11.728616793536586,18.34696248423334,18.31177663385273
-1999,9,10,18,30,0.0,0.0,0.0,16.0,6.0,0.8,61.19,0.0,16.0,16.0
-1999,9,10,19,30,0.0,0.0,0.0,15.0,5.0,0.8,62.25,0.0,15.0,15.0
-1999,9,10,20,30,0.0,0.0,0.0,14.0,5.0,0.9,68.33,0.0,14.0,14.0
-1999,9,10,21,30,0.0,0.0,0.0,12.0,5.0,1.1,71.78,0.0,12.0,12.0
-1999,9,10,22,30,0.0,0.0,0.0,12.0,5.0,1.4,76.09,0.0,12.0,12.0
-1999,9,10,23,30,0.0,0.0,0.0,12.0,4.0,1.8,74.84,0.0,12.0,12.0
-1999,9,11,0,30,0.0,0.0,0.0,12.0,4.0,2.3000000000000003,73.93,0.0,12.0,12.0
-1999,9,11,1,30,0.0,0.0,0.0,11.0,4.0,2.3000000000000003,72.76,0.0,11.0,11.0
-1999,9,11,2,30,0.0,0.0,0.0,10.0,3.0,2.1,75.61,0.0,10.0,10.0
-1999,9,11,3,30,0.0,0.0,0.0,10.0,3.0,2.0,72.56,0.0,10.0,10.0
-1999,9,11,4,30,0.0,0.0,0.0,10.0,2.0,2.0,69.83,0.0,10.0,10.0
-1999,9,11,5,30,0.0,0.0,0.0,11.0,2.0,2.2,64.55,0.0,11.0,11.0
-1999,9,11,6,30,191.0,56.0,86.0,13.0,3.0,2.6,59.26,85.72189968022515,15.263096778635528,15.005931079594854
-1999,9,11,7,30,61.0,142.0,163.0,15.0,3.0,2.8000000000000003,57.91,163.11370266470024,19.249448504834465,18.760107396840365
-1999,9,11,8,30,467.0,188.0,434.0,16.0,5.0,3.1,58.41,468.9071617534231,27.97550600109892,26.56878451583865
-1999,9,11,9,30,0.0,101.0,101.0,17.0,5.0,3.5,53.65,98.71585801226628,19.45536445824621,19.15921688420941
-1999,9,11,10,30,326.0,366.0,615.0,19.0,5.0,3.2,49.09,652.2486169399906,35.54805085388405,33.59130500306408
-1999,9,11,11,30,0.0,65.0,65.0,20.0,4.0,2.8000000000000003,41.03,63.53000763165652,21.65508777945784,21.46449775656287
-1999,9,11,12,30,0.0,86.0,86.0,21.0,3.0,2.4000000000000004,36.58,84.05508702034554,23.24881846685314,22.996653205792104
-1999,9,11,13,30,0.0,78.0,78.0,22.0,3.0,2.0,32.910000000000004,76.23600915798782,24.094776715776536,23.866068688302573
-1999,9,11,14,30,84.0,307.0,362.0,22.0,2.0,1.7000000000000002,31.61,364.67151684652305,32.22338734043521,31.129372789895644
-1999,9,11,15,30,724.0,118.0,486.0,21.0,2.0,1.2000000000000002,32.28,544.5825950690689,36.78806414431615,35.15431635910895
-1999,9,11,16,30,0.0,35.0,35.0,20.0,1.0,0.6000000000000001,33.3,34.20846564781505,21.032666168882646,20.9300407719392
-1999,9,11,17,30,26.0,48.0,52.0,17.0,4.0,0.2,49.49,50.55673197848951,18.56803856806607,18.4163683721306
-1999,9,11,18,30,0.0,0.0,0.0,14.0,4.0,0.2,60.46,0.0,14.0,14.0
-1999,9,11,19,30,0.0,0.0,0.0,13.0,3.0,0.6000000000000001,61.89,0.0,13.0,13.0
-1999,9,11,20,30,0.0,0.0,0.0,12.0,3.0,1.0,64.51,0.0,12.0,12.0
-1999,9,11,21,30,0.0,0.0,0.0,11.0,3.0,2.2,68.12,0.0,11.0,11.0
-1999,9,11,22,30,0.0,0.0,0.0,10.0,3.0,4.0,77.93,0.0,10.0,10.0
-1999,9,11,23,30,0.0,0.0,0.0,8.0,3.0,4.1000000000000005,91.76,0.0,8.0,8.0
-1999,9,12,0,30,0.0,0.0,0.0,7.0,3.0,2.9000000000000004,92.89,0.0,7.0,7.0
-1999,9,12,1,30,0.0,0.0,0.0,7.0,3.0,2.1,99.64,0.0,7.0,7.0
-1999,9,12,2,30,0.0,0.0,0.0,6.0,3.0,1.6,98.37,0.0,6.0,6.0
-1999,9,12,3,30,0.0,0.0,0.0,6.0,2.0,1.3,100.0,0.0,6.0,6.0
-1999,9,12,4,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,12,5,30,0.0,0.0,0.0,5.0,2.0,1.0,98.93,0.0,5.0,5.0
-1999,9,12,6,30,0.0,10.0,10.0,7.0,2.0,0.8,86.66,9.773847327947157,7.291091333056686,7.261769791072845
-1999,9,12,7,30,0.0,29.0,29.0,10.0,3.0,1.0,70.85000000000002,28.344157251046756,10.83286285693159,10.74783038517845
-1999,9,12,8,30,0.0,45.0,45.0,13.0,1.0,1.7000000000000002,52.27,43.982312975762206,14.23302259953773,14.101075660610443
-1999,9,12,9,30,0.0,59.0,59.0,15.0,0.0,2.6,41.64,57.66569923488822,16.522400444496288,16.34940334679162
-1999,9,12,10,30,0.0,103.0,103.0,17.0,0.0,3.3000000000000003,34.800000000000004,100.6706274778557,19.537264106745265,19.235252224311697
-1999,9,12,11,30,0.0,100.0,100.0,18.0,0.0,3.8,31.4,97.73847327947156,20.383489657367615,20.0902742375292
-1999,9,12,12,30,5.0,135.0,140.0,19.0,-1.0,4.1000000000000005,30.54,136.75193252748622,22.26981810292608,21.859562305343623
-1999,9,12,13,30,7.0,148.0,154.0,19.0,-1.0,4.1000000000000005,28.11,150.90635419978895,22.60825854296332,22.155539480363952
-1999,9,12,14,30,79.0,302.0,354.0,18.0,-1.0,4.0,29.47,355.722562611611,26.56153046727133,25.494362779436496
-1999,9,12,15,30,421.0,191.0,404.0,17.0,-2.0,3.8,30.97,434.97020740671417,27.607358144959917,26.302447522739776
-1999,9,12,16,30,735.0,63.0,305.0,15.0,-2.0,3.6,35.14,336.9709058150805,23.326421561132545,22.315508843687304
-1999,9,12,17,30,472.0,37.0,101.0,12.0,-1.0,2.7,44.33,100.5362544916375,14.63662397029862,14.335015206823709
-1999,9,12,18,30,0.0,0.0,0.0,9.0,0.0,1.5,58.71,0.0,9.0,9.0
-1999,9,12,19,30,0.0,0.0,0.0,8.0,0.0,1.0,63.73,0.0,8.0,8.0
-1999,9,12,20,30,0.0,0.0,0.0,7.0,0.0,0.9,68.29,0.0,7.0,7.0
-1999,9,12,21,30,0.0,0.0,0.0,7.0,0.0,1.1,73.25,0.0,7.0,7.0
-1999,9,12,22,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,74.08,0.0,6.0,6.0
-1999,9,12,23,30,0.0,0.0,0.0,6.0,0.0,1.4,80.59,0.0,6.0,6.0
-1999,9,13,0,30,0.0,0.0,0.0,5.0,0.0,1.5,81.32000000000002,0.0,5.0,5.0
-1999,9,13,1,30,0.0,0.0,0.0,5.0,0.0,1.4,81.07000000000002,0.0,5.0,5.0
-1999,9,13,2,30,0.0,0.0,0.0,4.0,0.0,1.4,86.48,0.0,4.0,4.0
-1999,9,13,3,30,0.0,0.0,0.0,4.0,0.0,1.3,92.08,0.0,4.0,4.0
-1999,9,13,4,30,0.0,0.0,0.0,4.0,0.0,1.3,89.82000000000002,0.0,4.0,4.0
-1999,9,13,5,30,0.0,0.0,0.0,5.0,0.0,1.7000000000000002,80.69,0.0,5.0,5.0
-1999,9,13,6,30,309.0,48.0,95.0,8.0,-1.0,2.0,59.83,96.58600665590643,10.653944245603668,10.36418622563595
-1999,9,13,7,30,765.0,63.0,328.0,12.0,-1.0,2.0,49.02,365.5280930039182,22.043806681957985,20.94722240294623
-1999,9,13,8,30,879.0,75.0,531.0,15.0,-1.0,2.2,39.2,608.5343686072696,31.499253449218493,29.673650343396684
-1999,9,13,9,30,942.0,81.0,700.0,17.0,-1.0,2.5,31.11,814.5533613122614,38.64807008263224,36.20440999869545
-1999,9,13,10,30,972.0,84.0,819.0,19.0,-2.0,2.9000000000000004,26.86,957.7026037381943,43.78517055202246,40.912062740807876
-1999,9,13,11,30,983.0,87.0,878.0,20.0,-2.0,3.2,25.1,1029.826372762031,46.12748995480804,43.03801083652195
-1999,9,13,12,30,978.0,88.0,872.0,21.0,-2.0,3.3000000000000003,23.69,1022.4206864449936,46.76870110679867,43.701439047463694
-1999,9,13,13,30,960.0,87.0,803.0,22.0,-2.0,3.4000000000000004,22.3,939.5114405759311,45.52321917507273,42.704684853344936
-1999,9,13,14,30,924.0,82.0,677.0,22.0,-2.0,3.4000000000000004,23.62,785.6860263368501,41.67178237764097,39.31472429863042
-1999,9,13,15,30,860.0,74.0,504.0,21.0,-2.0,3.3000000000000003,24.95,576.7750506502382,35.53681843795936,33.806493286008646
-1999,9,13,16,30,739.0,60.0,300.0,19.0,-2.0,2.9000000000000004,28.46,332.9812108588056,27.617493645251233,26.618550012674817
-1999,9,13,17,30,465.0,35.0,96.0,15.0,0.0,2.0,41.85,95.94494493387674,17.636329457218032,17.348494622416403
-1999,9,13,18,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,58.04,0.0,11.0,11.0
-1999,9,13,19,30,0.0,0.0,0.0,10.0,0.0,0.9,59.76,0.0,10.0,10.0
-1999,9,13,20,30,0.0,0.0,0.0,10.0,0.0,0.5,57.18,0.0,10.0,10.0
-1999,9,13,21,30,0.0,0.0,0.0,10.0,0.0,0.4,58.55,0.0,10.0,10.0
-1999,9,13,22,30,0.0,0.0,0.0,9.0,-1.0,0.6000000000000001,56.24,0.0,9.0,9.0
-1999,9,13,23,30,0.0,0.0,0.0,8.0,-1.0,1.0,58.01,0.0,8.0,8.0
-1999,9,14,0,30,0.0,0.0,0.0,7.0,-2.0,1.1,60.31,0.0,7.0,7.0
-1999,9,14,1,30,0.0,0.0,0.0,6.0,-2.0,1.2000000000000002,62.53,0.0,6.0,6.0
-1999,9,14,2,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,65.79,0.0,5.0,5.0
-1999,9,14,3,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,64.9,0.0,5.0,5.0
-1999,9,14,4,30,0.0,0.0,0.0,5.0,-3.0,1.1,63.72,0.0,5.0,5.0
-1999,9,14,5,30,0.0,0.0,0.0,6.0,-3.0,1.1,57.9,0.0,6.0,6.0
-1999,9,14,6,30,499.0,40.0,115.0,8.0,-1.0,1.2000000000000002,56.69,118.9353021306915,11.448068660411051,11.091262754018977
-1999,9,14,7,30,558.0,90.0,282.0,12.0,-1.0,1.3,46.37,309.23874808203846,20.90512487769395,19.977408633447833
-1999,9,14,8,30,856.0,81.0,522.0,15.0,-2.0,1.6,36.14,599.6285067936016,31.923300257720687,30.124414737339883
-1999,9,14,9,30,913.0,91.0,689.0,18.0,-2.0,1.9,29.64,800.69712023332,40.148719477552305,37.74662811685234
-1999,9,14,10,30,938.0,101.0,806.0,19.0,-2.0,2.6,26.1,942.3894372044725,43.879505791558884,41.052337479945464
-1999,9,14,11,30,936.0,111.0,861.0,20.0,-2.0,3.3000000000000003,24.62,1006.4983178834563,45.36739980116765,42.34790484751728
-1999,9,14,12,30,580.0,310.0,773.0,21.0,-2.0,3.8,23.47,857.1043561738582,41.901691009472714,39.33037794095114
-1999,9,14,13,30,454.0,308.0,645.0,21.0,-1.0,3.8,24.13,703.9968859819469,38.167950759359876,36.05596010141404
-1999,9,14,14,30,536.0,225.0,568.0,20.0,-1.0,3.7,26.99,627.6414543060898,35.406967449705014,33.52404308678675
-1999,9,14,15,30,440.0,182.0,400.0,19.0,0.0,3.6,30.75,434.55639140849246,29.737721401197877,28.4340522269724
-1999,9,14,16,30,0.0,95.0,95.0,17.0,0.0,3.4000000000000004,37.38,92.85154961549799,19.324790585851282,19.046235937004788
-1999,9,14,17,30,0.0,28.0,28.0,14.0,2.0,2.7,51.39,27.366772518252038,14.71771013129731,14.635609813742553
-1999,9,14,18,30,0.0,0.0,0.0,12.0,3.0,2.6,67.35,0.0,12.0,12.0
-1999,9,14,19,30,0.0,0.0,0.0,10.0,3.0,2.7,73.97,0.0,10.0,10.0
-1999,9,14,20,30,0.0,0.0,0.0,10.0,4.0,2.6,81.57000000000002,0.0,10.0,10.0
-1999,9,14,21,30,0.0,0.0,0.0,9.0,4.0,2.8000000000000003,83.41,0.0,9.0,9.0
-1999,9,14,22,30,0.0,0.0,0.0,9.0,4.0,3.2,90.3,0.0,9.0,9.0
-1999,9,14,23,30,0.0,0.0,0.0,8.0,4.0,3.2,90.97,0.0,8.0,8.0
-1999,9,15,0,30,0.0,0.0,0.0,8.0,4.0,3.1,96.87,0.0,8.0,8.0
-1999,9,15,1,30,0.0,0.0,0.0,7.0,4.0,2.8000000000000003,95.87,0.0,7.0,7.0
-1999,9,15,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,9,15,3,30,0.0,0.0,0.0,6.0,3.0,2.0,99.31,0.0,6.0,6.0
-1999,9,15,4,30,0.0,0.0,0.0,6.0,3.0,1.7000000000000002,95.59,0.0,6.0,6.0
-1999,9,15,5,30,0.0,0.0,0.0,7.0,2.0,1.6,84.77,0.0,7.0,7.0
-1999,9,15,6,30,323.0,45.0,93.0,10.0,2.0,2.0,73.10000000000002,95.41840188927841,12.621861358456554,12.335606152788719
-1999,9,15,7,30,732.0,56.0,305.0,13.0,2.0,2.5,59.64,344.4171946820383,22.153442760494723,21.120191176448607
-1999,9,15,8,30,103.0,232.0,284.0,15.0,0.0,2.8000000000000003,42.48,289.27842395252253,22.53629980843999,21.66846453658242
-1999,9,15,9,30,164.0,319.0,427.0,17.0,0.0,2.8000000000000003,35.35,439.4593779736488,28.44882352713428,27.130445393213336
-1999,9,15,10,30,24.0,285.0,303.0,18.0,0.0,2.6,33.24,300.1073578272287,25.92296947777858,25.022647404296894
-1999,9,15,11,30,33.0,333.0,360.0,19.0,0.0,2.4000000000000004,31.95,357.07626346046226,28.55325517836224,27.482026387980852
-1999,9,15,12,30,16.0,243.0,256.0,20.0,0.0,2.4000000000000004,32.67,252.75806287885754,26.762315281529826,26.004041092893253
-1999,9,15,13,30,0.0,68.0,68.0,20.0,0.0,2.6,33.42,66.46216183004066,21.75463102077538,21.555244535285258
-1999,9,15,14,30,13.0,204.0,213.0,19.0,1.0,2.8000000000000003,36.37,209.2429427574078,24.451210387121304,23.823481558849082
-1999,9,15,15,30,10.0,162.0,167.0,18.0,1.0,2.9000000000000004,39.87,164.13788566162,22.247858859621232,21.755445202636373
-1999,9,15,16,30,45.0,121.0,136.0,16.0,2.0,2.8000000000000003,44.72,134.65960026033073,19.508160428214634,19.10418162743364
-1999,9,15,17,30,0.0,33.0,33.0,14.0,4.0,2.6,62.09,32.25369618222562,14.851512113023347,14.75475102447667
-1999,9,15,18,30,0.0,0.0,0.0,12.0,4.0,2.4000000000000004,71.0,0.0,12.0,12.0
-1999,9,15,19,30,0.0,0.0,0.0,11.0,5.0,2.3000000000000003,76.83,0.0,11.0,11.0
-1999,9,15,20,30,0.0,0.0,0.0,11.0,5.0,2.2,81.87,0.0,11.0,11.0
-1999,9,15,21,30,0.0,0.0,0.0,10.0,4.0,2.1,86.33,0.0,10.0,10.0
-1999,9,15,22,30,0.0,0.0,0.0,9.0,4.0,2.0,84.60000000000002,0.0,9.0,9.0
-1999,9,15,23,30,0.0,0.0,0.0,9.0,4.0,1.9,88.37,0.0,9.0,9.0
-1999,9,16,0,30,0.0,0.0,0.0,8.0,3.0,1.9,85.77,0.0,8.0,8.0
-1999,9,16,1,30,0.0,0.0,0.0,7.0,3.0,1.8,88.27,0.0,7.0,7.0
-1999,9,16,2,30,0.0,0.0,0.0,6.0,2.0,1.8,90.57,0.0,6.0,6.0
-1999,9,16,3,30,0.0,0.0,0.0,6.0,1.0,1.8,86.63,0.0,6.0,6.0
-1999,9,16,4,30,0.0,0.0,0.0,6.0,1.0,1.8,88.21000000000002,0.0,6.0,6.0
-1999,9,16,5,30,0.0,0.0,0.0,7.0,0.0,1.9,77.37,0.0,7.0,7.0
-1999,9,16,6,30,465.0,40.0,108.0,10.0,0.0,2.4000000000000004,58.45,112.78751375663256,13.01752877496843,12.679166233698531
-1999,9,16,7,30,730.0,66.0,312.0,14.0,0.0,2.4000000000000004,44.11,352.8012404386152,23.43888077154704,22.380477050231196
-1999,9,16,8,30,852.0,80.0,514.0,17.0,-1.0,2.1,32.07,594.6294640566382,33.230190352022106,31.446301959852192
-1999,9,16,9,30,917.0,89.0,683.0,20.0,-2.0,2.4000000000000004,26.45,799.7443420462286,41.39644260578246,38.99720957964377
-1999,9,16,10,30,953.0,94.0,803.0,21.0,-3.0,2.7,22.22,946.2782312099056,45.816717905353705,42.97788321172399
-1999,9,16,11,30,969.0,96.0,864.0,22.0,-3.0,3.0,19.92,1020.0030460181026,48.22311834192737,45.16310920387306
-1999,9,16,12,30,969.0,95.0,860.0,23.0,-4.0,3.2,18.01,1014.3654396099764,48.73523414712384,45.69213782829391
-1999,9,16,13,30,953.0,92.0,791.0,23.0,-4.0,3.4000000000000004,17.61,930.8689127261176,46.30683003061142,43.51422329243307
-1999,9,16,14,30,916.0,87.0,663.0,23.0,-4.0,3.5,18.47,776.4030318008154,42.31151132092114,39.982302225518694
-1999,9,16,15,30,848.0,77.0,488.0,22.0,-4.0,3.5,19.53,564.3681826335103,36.03755794566602,34.34445339776549
-1999,9,16,16,30,586.0,73.0,254.0,19.0,-4.0,2.7,22.75,282.69840932952167,26.41393645677846,25.565841228789893
-1999,9,16,17,30,305.0,37.0,71.0,15.0,0.0,1.6,39.83,73.30761183636912,17.06895888408845,16.849036048579343
-1999,9,16,18,30,0.0,0.0,0.0,12.0,0.0,1.2000000000000002,52.19,0.0,12.0,12.0
-1999,9,16,19,30,0.0,0.0,0.0,11.0,0.0,1.2000000000000002,55.55,0.0,11.0,11.0
-1999,9,16,20,30,0.0,0.0,0.0,11.0,0.0,1.4,59.54,0.0,11.0,11.0
-1999,9,16,21,30,0.0,0.0,0.0,10.0,0.0,1.6,60.85,0.0,10.0,10.0
-1999,9,16,22,30,0.0,0.0,0.0,10.0,1.0,1.8,63.19000000000001,0.0,10.0,10.0
-1999,9,16,23,30,0.0,0.0,0.0,10.0,1.0,1.8,64.84,0.0,10.0,10.0
-1999,9,17,0,30,0.0,0.0,0.0,10.0,1.0,1.7000000000000002,64.72,0.0,10.0,10.0
-1999,9,17,1,30,0.0,0.0,0.0,11.0,1.0,1.6,63.0,0.0,11.0,11.0
-1999,9,17,2,30,0.0,0.0,0.0,11.0,0.0,1.5,60.68,0.0,11.0,11.0
-1999,9,17,3,30,0.0,0.0,0.0,10.0,0.0,1.4,59.05,0.0,10.0,10.0
-1999,9,17,4,30,0.0,0.0,0.0,10.0,0.0,1.3,59.5,0.0,10.0,10.0
-1999,9,17,5,30,0.0,0.0,0.0,10.0,0.0,1.3,59.97,0.0,10.0,10.0
-1999,9,17,6,30,24.0,49.0,52.0,12.0,1.0,1.3,58.08,51.673300464890914,13.488032131602015,13.333012230207343
-1999,9,17,7,30,73.0,135.0,160.0,14.0,2.0,1.5,52.1,160.71978238932826,18.56650840616554,18.084349058997553
-1999,9,17,8,30,642.0,130.0,455.0,18.0,0.0,1.2000000000000002,37.02,515.5780652789933,32.94719008600483,31.400455890167848
-1999,9,17,9,30,851.0,112.0,661.0,21.0,-2.0,0.7000000000000001,25.3,769.8986299148826,44.08487280995078,41.775176920206135
-1999,9,17,10,30,901.0,113.0,781.0,22.0,-2.0,1.1,21.1,916.8701124546345,48.760500083546205,46.0098897461823
-1999,9,17,11,30,649.0,270.0,782.0,23.0,-2.0,1.7000000000000002,19.92,882.9957507786255,47.75435333757506,45.10536608523918
-1999,9,17,12,30,428.0,342.0,678.0,24.0,-2.0,2.2,18.76,740.3227189581978,44.07244422736773,41.85147607049314
-1999,9,17,13,30,910.0,107.0,770.0,24.0,-2.0,2.5,18.73,905.1699096097362,48.05635108834766,45.34084135951845
-1999,9,17,14,30,528.0,219.0,549.0,23.0,-2.0,2.7,19.85,610.9774078915366,39.023251384322634,37.19031916064802
-1999,9,17,15,30,673.0,112.0,434.0,22.0,-3.0,2.7,20.67,495.3916913326698,34.99194618557366,33.50577111157565
-1999,9,17,16,30,656.0,71.0,270.0,20.0,-3.0,2.0,23.55,303.6461511575906,28.34344418478046,27.43250573130769
-1999,9,17,17,30,332.0,37.0,72.0,16.0,1.0,1.3,42.71,75.37546834147984,18.17058167017761,17.944455265153174
-1999,9,17,18,30,0.0,0.0,0.0,13.0,1.0,1.3,50.79,0.0,13.0,13.0
-1999,9,17,19,30,0.0,0.0,0.0,13.0,0.0,1.4,51.53,0.0,13.0,13.0
-1999,9,17,20,30,0.0,0.0,0.0,12.0,0.0,1.4,49.96,0.0,12.0,12.0
-1999,9,17,21,30,0.0,0.0,0.0,12.0,0.0,1.5,52.88,0.0,12.0,12.0
-1999,9,17,22,30,0.0,0.0,0.0,11.0,0.0,1.6,52.49,0.0,11.0,11.0
-1999,9,17,23,30,0.0,0.0,0.0,10.0,0.0,1.6,55.63,0.0,10.0,10.0
-1999,9,18,0,30,0.0,0.0,0.0,10.0,0.0,1.6,54.87000000000001,0.0,10.0,10.0
-1999,9,18,1,30,0.0,0.0,0.0,10.0,0.0,1.6,57.23,0.0,10.0,10.0
-1999,9,18,2,30,0.0,0.0,0.0,10.0,-1.0,1.5,55.16,0.0,10.0,10.0
-1999,9,18,3,30,0.0,0.0,0.0,9.0,-2.0,1.5,52.44,0.0,9.0,9.0
-1999,9,18,4,30,0.0,0.0,0.0,9.0,-2.0,1.5,49.24,0.0,9.0,9.0
-1999,9,18,5,30,0.0,0.0,0.0,9.0,-3.0,1.4,46.35,0.0,9.0,9.0
-1999,9,18,6,30,370.0,39.0,91.0,13.0,-2.0,1.6,38.71,96.17524811828284,15.714351607414029,15.425825863059181
-1999,9,18,7,30,747.0,63.0,311.0,18.0,-2.0,1.6,28.8,355.3200476418648,28.02818876304808,26.962228620122488
-1999,9,18,8,30,861.0,78.0,511.0,21.0,-5.0,1.3,19.07,596.4136782610146,38.17487965728705,36.385638622504004
-1999,9,18,9,30,918.0,88.0,677.0,23.0,-5.0,1.4,16.95,797.2887249334435,45.80578325056908,43.41391707576875
-1999,9,18,10,30,51.0,333.0,371.0,24.0,-5.0,1.6,16.22,371.03903866306723,34.47182545107464,33.35870833508544
-1999,9,18,11,30,5.0,133.0,137.0,25.0,-5.0,1.7000000000000002,15.52,134.75278044962556,28.77772819125038,28.373469849901504
-1999,9,18,12,30,587.0,298.0,756.0,25.0,-5.0,1.9,14.91,846.8071372951617,48.42420531008569,45.88378389820021
-1999,9,18,13,30,385.0,322.0,601.0,25.0,-4.0,2.0,16.37,652.392072489157,42.92611835406253,40.96894213659506
-1999,9,18,14,30,215.0,298.0,431.0,24.0,-4.0,2.0,16.89,452.2294496541155,36.42614522699763,35.06945687803529
-1999,9,18,15,30,11.0,160.0,165.0,23.0,-3.0,1.8,18.67,162.65081791508342,27.52941111505637,27.04145866131112
-1999,9,18,16,30,353.0,103.0,208.0,21.0,-2.0,1.2000000000000002,25.02,225.4538243719129,27.53616085602902,26.85979938291328
-1999,9,18,17,30,184.0,40.0,59.0,19.0,3.0,0.7000000000000001,44.25,60.15562122535758,20.803724296722653,20.62325743304658
-1999,9,18,18,30,0.0,0.0,0.0,17.0,1.0,0.7000000000000001,43.36,0.0,17.0,17.0
-1999,9,18,19,30,0.0,0.0,0.0,15.0,2.0,0.9,49.32,0.0,15.0,15.0
-1999,9,18,20,30,0.0,0.0,0.0,14.0,3.0,1.2000000000000002,61.3,0.0,14.0,14.0
-1999,9,18,21,30,0.0,0.0,0.0,13.0,4.0,1.5,67.2,0.0,13.0,13.0
-1999,9,18,22,30,0.0,0.0,0.0,12.0,4.0,1.7000000000000002,70.93,0.0,12.0,12.0
-1999,9,18,23,30,0.0,0.0,0.0,11.0,3.0,1.8,73.09,0.0,11.0,11.0
-1999,9,19,0,30,0.0,0.0,0.0,10.0,2.0,1.7000000000000002,75.49,0.0,10.0,10.0
-1999,9,19,1,30,0.0,0.0,0.0,9.0,2.0,1.9,78.46000000000002,0.0,9.0,9.0
-1999,9,19,2,30,0.0,0.0,0.0,8.0,2.0,2.7,83.32000000000002,0.0,8.0,8.0
-1999,9,19,3,30,0.0,0.0,0.0,6.0,2.0,3.0,90.47,0.0,6.0,6.0
-1999,9,19,4,30,0.0,0.0,0.0,6.0,2.0,2.7,97.72,0.0,6.0,6.0
-1999,9,19,5,30,0.0,0.0,0.0,6.0,2.0,2.6,98.02,0.0,6.0,6.0
-1999,9,19,6,30,0.0,4.0,4.0,6.0,3.0,2.6,93.79,3.9095389311788624,6.103213589457376,6.091484972663839
-1999,9,19,7,30,0.0,13.0,13.0,7.0,3.0,2.3000000000000003,96.67,12.706001526331303,7.342209832691592,7.304091828112598
-1999,9,19,8,30,0.0,21.0,21.0,8.0,3.0,1.9,84.78,20.52507938868903,8.567760535347118,8.50618529718105
-1999,9,19,9,30,0.0,66.0,66.0,10.0,3.0,1.8,73.55,64.50739236445123,11.79636661975711,11.602844442663757
-1999,9,19,10,30,9.0,171.0,178.0,12.0,3.0,2.0,68.18,175.1625372526232,16.813032693680682,16.28754508192281
-1999,9,19,11,30,0.0,44.0,44.0,13.0,3.0,2.4000000000000004,63.23,43.004928242967495,14.150558285366722,14.02154350063782
-1999,9,19,12,30,0.0,48.0,48.0,13.0,3.0,2.8000000000000003,63.92,46.914467174146345,14.222218667907327,14.081475266384889
-1999,9,19,13,30,0.0,43.0,43.0,12.0,3.0,2.8000000000000003,70.36,42.02754351017277,13.094904223333648,12.96882159280313
-1999,9,19,14,30,0.0,17.0,17.0,11.0,4.0,2.6,77.34,16.615540457510164,11.438657755193846,11.388811133821315
-1999,9,19,15,30,4.0,143.0,145.0,10.0,4.0,2.4000000000000004,84.0,142.03369231788187,13.799984052392654,13.373882975439008
-1999,9,19,16,30,0.0,9.0,9.0,9.0,4.0,2.4000000000000004,90.8,8.796462595152441,9.235341467461375,9.208952079675917
-1999,9,19,17,30,0.0,13.0,13.0,7.0,4.0,2.4000000000000004,97.95,12.706001526331303,7.339937675221987,7.301819670642993
-1999,9,19,18,30,0.0,0.0,0.0,7.0,4.0,2.5,100.0,0.0,7.0,7.0
-1999,9,19,19,30,0.0,0.0,0.0,7.0,4.0,2.6,100.0,0.0,7.0,7.0
-1999,9,19,20,30,0.0,0.0,0.0,6.0,4.0,2.5,100.0,0.0,6.0,6.0
-1999,9,19,21,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,9,19,22,30,0.0,0.0,0.0,6.0,4.0,2.2,100.0,0.0,6.0,6.0
-1999,9,19,23,30,0.0,0.0,0.0,6.0,4.0,2.0,100.0,0.0,6.0,6.0
-1999,9,20,0,30,0.0,0.0,0.0,6.0,2.0,1.8,100.0,0.0,6.0,6.0
-1999,9,20,1,30,0.0,0.0,0.0,6.0,2.0,1.6,100.0,0.0,6.0,6.0
-1999,9,20,2,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,20,3,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
-1999,9,20,4,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
-1999,9,20,5,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,20,6,30,0.0,4.0,4.0,6.0,2.0,1.2000000000000002,100.0,3.9095389311788624,6.113341946619364,6.1016133298258275
-1999,9,20,7,30,62.0,130.0,150.0,8.0,3.0,1.0,92.09,151.32811464765086,12.44661539177917,11.992631047836218
-1999,9,20,8,30,0.0,32.0,32.0,10.0,4.0,1.2000000000000002,77.29,31.2763114494309,10.906735572954911,10.812906638606618
-1999,9,20,9,30,0.0,87.0,87.0,12.0,3.0,1.6,65.67,85.03247175314027,14.399869310466046,14.144771895206626
-1999,9,20,10,30,0.0,48.0,48.0,14.0,2.0,2.2,53.57,46.914467174146345,15.271996659963232,15.131253258440793
-1999,9,20,11,30,17.0,251.0,264.0,15.0,2.0,2.8000000000000003,47.89,261.4382588487784,21.811006065230433,21.0266912886841
-1999,9,20,12,30,12.0,200.0,210.0,16.0,2.0,3.2,47.37,206.7823144845887,21.246226924678385,20.62587998122462
-1999,9,20,13,30,4.0,135.0,139.0,15.0,2.0,3.3000000000000003,47.77,135.44169608080122,18.41362086074322,18.007295772500814
-1999,9,20,14,30,0.0,64.0,64.0,15.0,2.0,3.2,51.48,62.5526228988618,16.587008324571784,16.399350455875197
-1999,9,20,15,30,0.0,69.0,69.0,14.0,2.0,2.9000000000000004,55.0,67.43954656283539,15.74532329450351,15.543004654815004
-1999,9,20,16,30,0.0,12.0,12.0,12.0,2.0,2.5,58.82,11.728616793536586,12.31170691863548,12.276521068254869
-1999,9,20,17,30,0.0,2.0,2.0,9.0,2.0,1.5,75.01,1.9547694655894312,9.055540587873036,9.049676279476268
-1999,9,20,18,30,0.0,0.0,0.0,7.0,3.0,0.7000000000000001,87.71000000000002,0.0,7.0,7.0
-1999,9,20,19,30,0.0,0.0,0.0,6.0,2.0,0.5,91.41,0.0,6.0,6.0
-1999,9,20,20,30,0.0,0.0,0.0,5.0,2.0,0.6000000000000001,96.1,0.0,5.0,5.0
-1999,9,20,21,30,0.0,0.0,0.0,5.0,2.0,0.9,93.7,0.0,5.0,5.0
-1999,9,20,22,30,0.0,0.0,0.0,5.0,1.0,1.1,97.82,0.0,5.0,5.0
-1999,9,20,23,30,0.0,0.0,0.0,4.0,1.0,1.2000000000000002,94.47,0.0,4.0,4.0
-1999,9,21,0,30,0.0,0.0,0.0,4.0,0.0,1.5,90.41,0.0,4.0,4.0
-1999,9,21,1,30,0.0,0.0,0.0,4.0,0.0,1.6,92.3,0.0,4.0,4.0
-1999,9,21,2,30,0.0,0.0,0.0,3.0,0.0,1.5,87.79,0.0,3.0,3.0
-1999,9,21,3,30,0.0,0.0,0.0,3.0,-1.0,1.4,84.06,0.0,3.0,3.0
-1999,9,21,4,30,0.0,0.0,0.0,3.0,-2.0,1.4,84.79,0.0,3.0,3.0
-1999,9,21,5,30,0.0,0.0,0.0,4.0,-3.0,1.3,74.27,0.0,4.0,4.0
-1999,9,21,6,30,591.0,30.0,106.0,7.0,-2.0,1.8,57.51,120.60830254349656,10.358634116391586,9.996809208761096
-1999,9,21,7,30,846.0,49.0,321.0,12.0,-3.0,2.2,39.13,378.26095785552604,22.25582733788082,21.12104446431424
-1999,9,21,8,30,951.0,59.0,527.0,15.0,-7.0,2.1,23.79,629.1348686431603,32.17200255351007,30.28459794758059
-1999,9,21,9,30,1003.0,65.0,698.0,17.0,-8.0,2.0,18.3,836.6571188455582,39.989265453472704,37.47929409693603
-1999,9,21,10,30,1029.0,69.0,817.0,19.0,-9.0,1.9,15.25,981.7184560325063,46.156094532054375,43.21093916395686
-1999,9,21,11,30,1038.0,72.0,874.0,21.0,-9.0,2.1,14.0,1052.2611977184613,49.721078539409014,46.56429494625363
-1999,9,21,12,30,1033.0,72.0,864.0,22.0,-9.0,2.4000000000000004,13.16,1040.5541549182908,49.83909317439187,46.717430709637
-1999,9,21,13,30,1015.0,70.0,790.0,22.0,-9.0,2.7,12.58,950.149784238092,46.91825172087145,44.067802368157174
-1999,9,21,14,30,978.0,66.0,658.0,22.0,-9.0,2.8000000000000003,13.71,787.5426949656876,42.517112130638274,40.15448404574121
-1999,9,21,15,30,913.0,59.0,478.0,21.0,-9.0,2.7,14.93,568.7745396564204,35.916455685927914,34.21013206695865
-1999,9,21,16,30,784.0,48.0,268.0,18.0,-7.0,1.9,20.2,315.51110773930765,26.72760353544594,25.781070212228016
-1999,9,21,17,30,457.0,24.0,63.0,14.0,-1.0,1.2000000000000002,42.68,70.7188853421371,16.05022031204393,15.83806365601752
-1999,9,21,18,30,0.0,0.0,0.0,11.0,-3.0,1.2000000000000002,42.38,0.0,11.0,11.0
-1999,9,21,19,30,0.0,0.0,0.0,10.0,-4.0,1.2000000000000002,42.23,0.0,10.0,10.0
-1999,9,21,20,30,0.0,0.0,0.0,9.0,-4.0,1.4,46.63,0.0,9.0,9.0
-1999,9,21,21,30,0.0,0.0,0.0,8.0,-4.0,1.6,45.34,0.0,8.0,8.0
-1999,9,21,22,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,47.8,0.0,7.0,7.0
-1999,9,21,23,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.74,0.0,7.0,7.0
-1999,9,22,0,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.46,0.0,6.0,6.0
-1999,9,22,1,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.98,0.0,6.0,6.0
-1999,9,22,2,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,55.85,0.0,6.0,6.0
-1999,9,22,3,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.52,0.0,6.0,6.0
-1999,9,22,4,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.17,0.0,6.0,6.0
-1999,9,22,5,30,0.0,0.0,0.0,6.0,-5.0,1.5,51.6,0.0,6.0,6.0
-1999,9,22,6,30,556.0,30.0,100.0,10.0,-3.0,1.6,44.38,114.74027811513034,13.238311981830295,12.894091147484904
-1999,9,22,7,30,814.0,51.0,310.0,15.0,0.0,1.6,39.28,366.94161093595625,25.35618385144323,24.25535901863536
-1999,9,22,8,30,920.0,63.0,513.0,19.0,-4.0,0.8,24.08,613.3638615687647,37.267617461377824,35.42752587667153
-1999,9,22,9,30,973.0,71.0,681.0,21.0,-6.0,0.30000000000000004,16.65,818.0142908326177,46.199826812532024,43.74578394003417
-1999,9,22,10,30,1000.0,76.0,798.0,23.0,-7.0,0.5,14.44,961.0372611939932,52.20795708658024,49.324845302998256
-1999,9,22,11,30,1010.0,79.0,855.0,24.0,-7.0,1.1,13.58,1030.475553206004,54.076278802278026,50.98485214266001
-1999,9,22,12,30,1005.0,79.0,845.0,25.0,-6.0,1.7000000000000002,12.94,1018.5832147241276,53.55548147176259,50.49973182759021
-1999,9,22,13,30,985.0,78.0,772.0,26.0,-6.0,2.2,13.13,929.0770859053429,51.190160334405924,48.402929076689894
-1999,9,22,14,30,945.0,73.0,640.0,25.0,-6.0,2.7,14.06,766.9557747574813,45.11387822342961,42.81301089915716
-1999,9,22,15,30,873.0,66.0,461.0,24.0,-6.0,3.0,15.14,550.1813370988556,38.14453649779304,36.493992486496474
-1999,9,22,16,30,727.0,53.0,254.0,20.0,-4.0,2.4000000000000004,20.98,298.21654855607125,27.978516295530955,27.083866649862742
-1999,9,22,17,30,368.0,25.0,55.0,16.0,0.0,1.5,40.33,61.14770565584701,17.73738109736081,17.55393798039327
-1999,9,22,18,30,0.0,0.0,0.0,15.0,0.0,1.1,42.74,0.0,15.0,15.0
-1999,9,22,19,30,0.0,0.0,0.0,15.0,0.0,0.7000000000000001,40.92,0.0,15.0,15.0
-1999,9,22,20,30,0.0,0.0,0.0,14.0,-1.0,0.5,40.32,0.0,14.0,14.0
-1999,9,22,21,30,0.0,0.0,0.0,13.0,0.0,0.8,43.78,0.0,13.0,13.0
-1999,9,22,22,30,0.0,0.0,0.0,12.0,0.0,1.1,50.42,0.0,12.0,12.0
-1999,9,22,23,30,0.0,0.0,0.0,11.0,-1.0,1.2000000000000002,48.92,0.0,11.0,11.0
-1999,9,23,0,30,0.0,0.0,0.0,11.0,-1.0,1.3,47.4,0.0,11.0,11.0
-1999,9,23,1,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.44,0.0,11.0,11.0
-1999,9,23,2,30,0.0,0.0,0.0,11.0,-2.0,1.3,45.89,0.0,11.0,11.0
-1999,9,23,3,30,0.0,0.0,0.0,10.0,-2.0,1.3,49.17,0.0,10.0,10.0
-1999,9,23,4,30,0.0,0.0,0.0,10.0,-1.0,1.3,49.67,0.0,10.0,10.0
-1999,9,23,5,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.59,0.0,10.0,10.0
-1999,9,23,6,30,279.0,41.0,75.0,12.0,0.0,1.1,48.09,82.69741268140368,14.413672437249673,14.165580199205461
-1999,9,23,7,30,441.0,104.0,243.0,16.0,2.0,1.2000000000000002,46.21,273.00857272155287,23.914826689474737,23.095800971310076
-1999,9,23,8,30,861.0,74.0,492.0,19.0,-1.0,1.2000000000000002,29.27,587.7092435033006,36.03835436286907,34.27522663235917
-1999,9,23,9,30,919.0,84.0,657.0,22.0,-4.0,1.1,19.25,787.833464421901,44.99433388011754,42.630833486851834
-1999,9,23,10,30,946.0,92.0,772.0,23.0,-5.0,1.1,16.69,927.0977787219374,50.05901288299595,47.27771954683014
-1999,9,23,11,30,952.0,98.0,826.0,24.0,-5.0,1.2000000000000002,15.86,992.2459046802229,52.76632880277694,49.78959108873627
-1999,9,23,12,30,941.0,102.0,815.0,25.0,-4.0,1.4,16.19,978.7173271424513,52.995398063920106,50.059246082492756
-1999,9,23,13,30,914.0,102.0,742.0,25.0,-4.0,1.7000000000000002,15.59,888.3999434587992,49.90585723211973,47.240657401743334
-1999,9,23,14,30,860.0,99.0,610.0,24.0,-4.0,2.0,16.88,727.0097140492253,43.97642633650514,41.79539719435746
-1999,9,23,15,30,775.0,88.0,435.0,23.0,-3.0,2.3000000000000003,18.35,514.4555363306517,36.85579425991208,35.31242765092013
-1999,9,23,16,30,622.0,66.0,235.0,21.0,-2.0,1.9,22.61,273.0531590734451,28.553140469663365,27.73398099244303
-1999,9,23,17,30,247.0,27.0,46.0,17.0,1.0,1.4,40.85,50.12996275567209,18.433926041109384,18.283536152842366
-1999,9,23,18,30,0.0,0.0,0.0,15.0,1.0,1.4,44.03,0.0,15.0,15.0
-1999,9,23,19,30,0.0,0.0,0.0,14.0,0.0,1.4,45.65,0.0,14.0,14.0
-1999,9,23,20,30,0.0,0.0,0.0,13.0,0.0,1.5,47.78,0.0,13.0,13.0
-1999,9,23,21,30,0.0,0.0,0.0,12.0,0.0,1.6,51.31,0.0,12.0,12.0
-1999,9,23,22,30,0.0,0.0,0.0,11.0,0.0,1.5,54.7,0.0,11.0,11.0
-1999,9,23,23,30,0.0,0.0,0.0,11.0,0.0,1.5,57.26,0.0,11.0,11.0
-1999,9,24,0,30,0.0,0.0,0.0,10.0,0.0,1.6,55.33,0.0,10.0,10.0
-1999,9,24,1,30,0.0,0.0,0.0,10.0,-1.0,1.9,52.46,0.0,10.0,10.0
-1999,9,24,2,30,0.0,0.0,0.0,10.0,-1.0,2.5,50.93,0.0,10.0,10.0
-1999,9,24,3,30,0.0,0.0,0.0,10.0,-1.0,3.0,56.4,0.0,10.0,10.0
-1999,9,24,4,30,0.0,0.0,0.0,10.0,0.0,3.2,62.17,0.0,10.0,10.0
-1999,9,24,5,30,0.0,0.0,0.0,10.0,1.0,3.4000000000000004,64.8,0.0,10.0,10.0
-1999,9,24,6,30,163.0,43.0,63.0,12.0,3.0,3.8,63.06,66.79445872270324,13.628876492471974,13.428493116303864
-1999,9,24,7,30,0.0,12.0,12.0,16.0,4.0,4.4,56.86,11.728616793536586,16.27498147927083,16.23979562889022
-1999,9,24,8,30,582.0,138.0,419.0,19.0,4.0,4.5,45.25,482.55055834706104,30.239847259059278,28.792195584018096
-1999,9,24,9,30,878.0,94.0,638.0,20.0,2.0,4.1000000000000005,35.53,764.8013510179281,38.286844335440094,35.99244028238631
-1999,9,24,10,30,901.0,106.0,750.0,22.0,1.0,3.5,31.68,899.2975360582825,44.36827245275547,41.67037984458062
-1999,9,24,11,30,81.0,372.0,434.0,23.0,1.0,3.1,29.01,439.68544976528494,34.22920733940274,32.910150990106885
-1999,9,24,12,30,525.0,308.0,704.0,23.0,1.0,2.9000000000000004,26.78,790.1000834070438,43.44764757240241,41.077347322181275
-1999,9,24,13,30,0.0,36.0,36.0,23.0,0.0,3.0,27.84,35.185850380609764,23.904588199117697,23.79903064797587
-1999,9,24,14,30,234.0,278.0,416.0,22.0,0.0,3.2,29.27,442.4352055296486,33.22492266062845,31.897617044039507
-1999,9,24,15,30,0.0,80.0,80.0,20.0,0.0,2.9000000000000004,31.71,78.19077862357726,22.02356324000407,21.78899090413334
-1999,9,24,16,30,0.0,60.0,60.0,18.0,2.0,2.1,41.28,58.64308396768294,19.60064119448755,19.4247119425845
-1999,9,24,17,30,0.0,2.0,2.0,15.0,4.0,1.5,55.68,1.9547694655894312,15.055540587873036,15.049676279476268
-1999,9,24,18,30,0.0,0.0,0.0,13.0,4.0,1.4,62.09,0.0,13.0,13.0
-1999,9,24,19,30,0.0,0.0,0.0,12.0,3.0,1.4,68.51,0.0,12.0,12.0
-1999,9,24,20,30,0.0,0.0,0.0,11.0,2.0,1.5,65.79,0.0,11.0,11.0
-1999,9,24,21,30,0.0,0.0,0.0,11.0,2.0,1.6,64.83,0.0,11.0,11.0
-1999,9,24,22,30,0.0,0.0,0.0,11.0,2.0,1.7000000000000002,69.81,0.0,11.0,11.0
-1999,9,24,23,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,70.84,0.0,10.0,10.0
-1999,9,25,0,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.54,0.0,10.0,10.0
-1999,9,25,1,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.62,0.0,10.0,10.0
-1999,9,25,2,30,0.0,0.0,0.0,10.0,2.0,1.8,70.33,0.0,10.0,10.0
-1999,9,25,3,30,0.0,0.0,0.0,10.0,2.0,1.8,73.05,0.0,10.0,10.0
-1999,9,25,4,30,0.0,0.0,0.0,10.0,2.0,1.8,70.71000000000002,0.0,10.0,10.0
-1999,9,25,5,30,0.0,0.0,0.0,10.0,1.0,2.0,64.16,0.0,10.0,10.0
-1999,9,25,6,30,434.0,32.0,83.0,13.0,1.0,2.8000000000000003,52.95,96.83242157513297,15.522684375130671,15.232187110405272
-1999,9,25,7,30,741.0,54.0,283.0,17.0,2.0,3.7,41.73,339.19897030563146,25.326453676088256,24.308856765171363
-1999,9,25,8,30,875.0,63.0,482.0,20.0,1.0,4.0,32.9,583.1753386303535,34.03586377200488,32.28633775611382
-1999,9,25,9,30,945.0,67.0,649.0,22.0,1.0,4.2,28.73,788.3021163472433,40.72559481826498,38.36068846922325
-1999,9,25,10,30,983.0,68.0,766.0,24.0,1.0,4.4,26.76,932.7113826151602,45.8677411189357,43.06960697109022
-1999,9,25,11,30,1000.0,68.0,824.0,25.0,0.0,4.6000000000000005,24.17,1003.647965238912,48.22537188886801,45.214427993151276
-1999,9,25,12,30,1003.0,67.0,818.0,26.0,0.0,4.7,21.71,997.180634685034,48.92564387122052,45.93410196716542
-1999,9,25,13,30,382.0,307.0,571.0,26.0,0.0,4.6000000000000005,19.7,627.4222984472392,40.51915085518722,38.636883959845505
-1999,9,25,14,30,340.0,257.0,456.0,26.0,-1.0,4.2,19.01,498.12587713701805,37.83265038914577,36.338272757734714
-1999,9,25,15,30,316.0,179.0,317.0,25.0,-1.0,3.7,19.84,347.41617150918154,33.52816462204663,32.48591610751909
-1999,9,25,16,30,101.0,103.0,129.0,23.0,0.0,2.7,26.56,133.78787376218312,26.50866776050424,26.10730413921769
-1999,9,25,17,30,37.0,21.0,24.0,19.0,1.0,1.8,38.05,23.81693097760359,19.663240881781537,19.591790088848725
-1999,9,25,18,30,0.0,0.0,0.0,16.0,1.0,1.7000000000000002,42.03,0.0,16.0,16.0
-1999,9,25,19,30,0.0,0.0,0.0,16.0,1.0,1.9,43.97,0.0,16.0,16.0
-1999,9,25,20,30,0.0,0.0,0.0,15.0,0.0,2.0,43.14,0.0,15.0,15.0
-1999,9,25,21,30,0.0,0.0,0.0,14.0,0.0,1.9,45.79,0.0,14.0,14.0
-1999,9,25,22,30,0.0,0.0,0.0,13.0,0.0,1.6,48.94,0.0,13.0,13.0
-1999,9,25,23,30,0.0,0.0,0.0,12.0,0.0,1.4,52.58,0.0,12.0,12.0
-1999,9,26,0,30,0.0,0.0,0.0,12.0,0.0,1.7000000000000002,53.3,0.0,12.0,12.0
-1999,9,26,1,30,0.0,0.0,0.0,11.0,1.0,2.1,58.32,0.0,11.0,11.0
-1999,9,26,2,30,0.0,0.0,0.0,9.0,1.0,1.5,69.13,0.0,9.0,9.0
-1999,9,26,3,30,0.0,0.0,0.0,7.0,1.0,1.0,79.95,0.0,7.0,7.0
-1999,9,26,4,30,0.0,0.0,0.0,6.0,1.0,1.0,83.49,0.0,6.0,6.0
-1999,9,26,5,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,79.77,0.0,6.0,6.0
-1999,9,26,6,30,0.0,29.0,29.0,7.0,0.0,1.6,72.65,28.344157251046756,7.799956436822016,7.714923965068875
-1999,9,26,7,30,0.0,45.0,45.0,10.0,0.0,1.8,55.85,43.982312975762206,11.224795422561668,11.09284848363438
-1999,9,26,8,30,0.0,73.0,73.0,14.0,-1.0,1.6,40.93,71.34908549401425,16.01368344441404,15.799636187931997
-1999,9,26,9,30,51.0,267.0,299.0,17.0,-3.0,1.1,30.43,299.8957320353318,25.75299527508999,24.853308078983996
-1999,9,26,10,30,75.0,337.0,390.0,19.0,-3.0,1.0,25.4,395.3261069391491,30.61623638793578,29.43025806711833
-1999,9,26,11,30,164.0,387.0,511.0,20.0,-3.0,1.5,23.61,531.5734027298417,35.10351977816654,33.508799569977015
-1999,9,26,12,30,992.0,76.0,814.0,20.0,-3.0,2.4000000000000004,23.82,993.0989740499693,46.569472371326064,43.59017544917616
-1999,9,26,13,30,582.0,244.0,643.0,19.0,-3.0,3.4000000000000004,25.49,735.4774162365103,37.41467353483428,35.208241286124746
-1999,9,26,14,30,466.0,217.0,487.0,18.0,-3.0,3.8,25.96,548.9900675272493,31.38789223980625,29.7409220372245
-1999,9,26,15,30,550.0,127.0,365.0,17.0,-3.0,3.7,28.11,422.3540431789626,27.36769472581099,26.1006325962741
-1999,9,26,16,30,4.0,87.0,88.0,14.0,-3.0,3.6,34.84,86.32923315587513,16.133162168901254,15.874174469433628
-1999,9,26,17,30,0.0,3.0,3.0,11.0,-1.0,3.2,46.68,2.9321541983841466,11.074391015214301,11.06559455261915
-1999,9,26,18,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,63.15,0.0,8.0,8.0
-1999,9,26,19,30,0.0,0.0,0.0,7.0,0.0,2.6,74.14,0.0,7.0,7.0
-1999,9,26,20,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,78.87,0.0,5.0,5.0
-1999,9,26,21,30,0.0,0.0,0.0,4.0,0.0,2.2,83.48,0.0,4.0,4.0
-1999,9,26,22,30,0.0,0.0,0.0,3.0,0.0,2.0,89.01,0.0,3.0,3.0
-1999,9,26,23,30,0.0,0.0,0.0,3.0,0.0,2.1,87.60000000000002,0.0,3.0,3.0
-1999,9,27,0,30,0.0,0.0,0.0,2.0,-1.0,2.4000000000000004,91.9,0.0,2.0,2.0
-1999,9,27,1,30,0.0,0.0,0.0,2.0,-1.0,2.5,90.6,0.0,2.0,2.0
-1999,9,27,2,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.86,0.0,1.0,1.0
-1999,9,27,3,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.13,0.0,1.0,1.0
-1999,9,27,4,30,0.0,0.0,0.0,1.0,-1.0,2.5,94.31,0.0,1.0,1.0
-1999,9,27,5,30,0.0,0.0,0.0,1.0,-2.0,2.7,85.81,0.0,1.0,1.0
-1999,9,27,6,30,461.0,31.0,81.0,2.0,-2.0,3.7,79.04,99.09060895517716,4.43241706912387,4.135145242258339
-1999,9,27,7,30,0.0,30.0,30.0,6.0,-2.0,4.4,62.73,29.32154198384147,6.68745369817708,6.5994890722255555
-1999,9,27,8,30,22.0,175.0,186.0,9.0,-4.0,3.6,45.3,184.10375428105903,13.549133004297058,12.99682174145388
-1999,9,27,9,30,11.0,192.0,199.0,12.0,-5.0,2.3000000000000003,32.35,196.0384787382654,17.279890362920984,16.691774926706188
-1999,9,27,10,30,36.0,294.0,320.0,14.0,-6.0,1.1,26.09,318.93985120289364,23.30883207863704,22.352012525028357
-1999,9,27,11,30,19.0,261.0,276.0,15.0,-7.0,0.7000000000000001,23.4,272.82142574119166,23.180359943959292,22.361895666735716
-1999,9,27,12,30,10.0,182.0,190.0,16.0,-7.0,1.8,23.02,187.12365151773145,21.210917214795938,20.649546260242744
-1999,9,27,13,30,10.0,180.0,187.0,15.0,-7.0,3.4000000000000004,23.11,184.4395253500109,19.617944169679372,19.06462559362934
-1999,9,27,14,30,0.0,104.0,104.0,14.0,-7.0,4.4,25.51,101.64801221065042,16.383172820347212,16.07822878371526
-1999,9,27,15,30,0.0,61.0,61.0,13.0,-6.0,4.6000000000000005,30.39,59.62046870047765,14.379674552947046,14.200813146845613
-1999,9,27,16,30,0.0,40.0,40.0,10.0,-5.0,4.6000000000000005,39.84,39.09538931178863,10.904704624883308,10.787418456947943
-1999,9,27,17,30,0.0,6.0,6.0,7.0,-3.0,4.800000000000002,56.93,5.864308396768293,7.133947223700791,7.116354298510486
-1999,9,27,18,30,0.0,0.0,0.0,4.0,-1.0,4.6000000000000005,75.31,0.0,4.0,4.0
-1999,9,27,19,30,0.0,0.0,0.0,2.0,0.0,4.1000000000000005,93.77,0.0,2.0,2.0
-1999,9,27,20,30,0.0,0.0,0.0,2.0,0.0,3.4000000000000004,96.84,0.0,2.0,2.0
-1999,9,27,21,30,0.0,0.0,0.0,2.0,0.0,2.8000000000000003,96.97,0.0,2.0,2.0
-1999,9,27,22,30,0.0,0.0,0.0,1.0,0.0,2.4000000000000004,95.67,0.0,1.0,1.0
-1999,9,27,23,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,94.2,0.0,1.0,1.0
-1999,9,28,0,30,0.0,0.0,0.0,1.0,-1.0,2.3000000000000003,92.72,0.0,1.0,1.0
-1999,9,28,1,30,0.0,0.0,0.0,1.0,-1.0,2.1,98.48,0.0,1.0,1.0
-1999,9,28,2,30,0.0,0.0,0.0,0.0,-1.0,1.6,97.18,0.0,0.0,0.0
-1999,9,28,3,30,0.0,0.0,0.0,0.0,-1.0,1.3,94.75,0.0,0.0,0.0
-1999,9,28,4,30,0.0,0.0,0.0,0.0,-2.0,2.2,90.54,0.0,0.0,0.0
-1999,9,28,5,30,0.0,0.0,0.0,0.0,-3.0,3.8,92.75,0.0,0.0,0.0
-1999,9,28,6,30,0.0,23.0,23.0,0.0,-3.0,5.300000000000002,88.22,22.47984885427846,0.49704815464147034,0.429608608078635
-1999,9,28,7,30,0.0,42.0,42.0,0.0,-4.0,5.9,79.03,41.05015877737806,0.8731330587179568,0.7499825823858226
-1999,9,28,8,30,462.0,166.0,382.0,0.0,-4.0,6.1000000000000005,72.75,435.80146449459073,9.150917097334641,7.843512703850869
-1999,9,28,9,30,11.0,191.0,198.0,1.0,-4.0,6.3000000000000025,73.82000000000002,195.04294525277862,5.04323043024994,4.4581015944916045
-1999,9,28,10,30,69.0,327.0,376.0,2.0,-3.0,6.4,74.83,380.00574430496016,9.827157836099852,8.687140603184972
-1999,9,28,11,30,31.0,304.0,327.0,2.0,-3.0,6.1000000000000005,75.94,325.95863440501375,8.844447950765698,7.866572047550657
-1999,9,28,12,30,3.0,128.0,131.0,3.0,-3.0,5.5,71.47,127.87347492701463,5.791005910508409,5.4073854857273655
-1999,9,28,13,30,63.0,310.0,354.0,4.0,-3.0,4.7,65.56,356.41052902994517,12.194042860724696,11.124811273634862
-1999,9,28,14,30,50.0,244.0,272.0,4.0,-4.0,4.0,64.27,274.28992294330413,10.601609734574515,9.778739965744602
-1999,9,28,15,30,213.0,182.0,271.0,4.0,-4.0,3.4000000000000004,63.09,291.8497681283568,11.30725115776027,10.4317018533752
-1999,9,28,16,30,401.0,75.0,173.0,3.0,-4.0,2.5,67.05,200.36189529980368,8.3249407065873,7.723855020687889
-1999,9,28,17,30,256.0,18.0,30.0,1.0,-4.0,1.5,77.73,37.59465842396966,2.0681717033694715,1.9553877280975627
-1999,9,28,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,79.64,0.0,0.0,0.0
-1999,9,28,19,30,0.0,0.0,0.0,0.0,-5.0,0.8,84.19,0.0,0.0,0.0
-1999,9,28,20,30,0.0,0.0,0.0,-1.0,-5.0,1.1,81.36,0.0,-1.0,-1.0
-1999,9,28,21,30,0.0,0.0,0.0,-2.0,-6.0,1.4,82.73,0.0,-2.0,-2.0
-1999,9,28,22,30,0.0,0.0,0.0,-2.0,-7.0,1.5,77.45,0.0,-2.0,-2.0
-1999,9,28,23,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,72.45,0.0,-2.0,-2.0
-1999,9,29,0,30,0.0,0.0,0.0,-2.0,-9.0,1.8,72.57000000000002,0.0,-2.0,-2.0
-1999,9,29,1,30,0.0,0.0,0.0,-2.0,-10.0,1.8,67.11,0.0,-2.0,-2.0
-1999,9,29,2,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,57.3,0.0,-2.0,-2.0
-1999,9,29,3,30,0.0,0.0,0.0,-2.0,-12.0,1.7000000000000002,52.84,0.0,-2.0,-2.0
-1999,9,29,4,30,0.0,0.0,0.0,-1.0,-13.0,1.7000000000000002,49.41,0.0,-1.0,-1.0
-1999,9,29,5,30,0.0,0.0,0.0,0.0,-13.0,1.7000000000000002,43.31,0.0,0.0,0.0
-1999,9,29,6,30,552.0,25.0,82.0,2.0,-13.0,1.9,36.17,105.77050177642711,4.925801921409913,4.608490416080631
-1999,9,29,7,30,827.0,45.0,289.0,6.0,-10.0,1.8,35.2,359.96362081230507,16.024070250752754,14.94417938831584
-1999,9,29,8,30,933.0,56.0,489.0,10.0,-9.0,1.4,28.22,605.8577060354987,27.330057596996635,25.51248447889014
-1999,9,29,9,30,985.0,63.0,654.0,13.0,-9.0,1.4,22.97,808.4564605901622,36.125227074145094,33.69985769237461
-1999,9,29,10,30,1010.0,67.0,767.0,16.0,-9.0,1.8,19.43,947.4196660191255,42.38322524839927,39.540966250341896
-1999,9,29,11,30,1017.0,69.0,820.0,18.0,-7.0,2.1,18.61,1010.8922133240786,45.5919274764763,42.55925083650406
-1999,9,29,12,30,1012.0,69.0,808.0,19.0,-6.0,2.3000000000000003,19.33,996.3971924704927,45.83589450411091,42.846702926699436
-1999,9,29,13,30,992.0,68.0,733.0,20.0,-5.0,2.3000000000000003,19.58,904.3595980463286,44.35705253923639,41.643973745097405
-1999,9,29,14,30,954.0,63.0,600.0,20.0,-4.0,2.0,20.55,741.6105856944353,40.377622126922816,38.15279036983951
-1999,9,29,15,30,884.0,55.0,422.0,19.0,-4.0,1.5,24.5,523.5859558719311,33.87657358225836,32.30581571464256
-1999,9,29,16,30,739.0,42.0,218.0,15.0,0.0,0.9,40.33,272.4776523703923,23.06058590102449,22.243152943913312
-1999,9,29,17,30,325.0,15.0,28.0,11.0,0.0,1.0,55.84,38.913376979711174,12.143428115964934,12.0266879850258
-1999,9,29,18,30,0.0,0.0,0.0,9.0,-2.0,1.4,56.27,0.0,9.0,9.0
-1999,9,29,19,30,0.0,0.0,0.0,7.0,-2.0,1.8,60.02,0.0,7.0,7.0
-1999,9,29,20,30,0.0,0.0,0.0,7.0,-3.0,2.0,60.31,0.0,7.0,7.0
-1999,9,29,21,30,0.0,0.0,0.0,6.0,-4.0,2.1,55.23,0.0,6.0,6.0
-1999,9,29,22,30,0.0,0.0,0.0,6.0,-5.0,2.3000000000000003,50.0,0.0,6.0,6.0
-1999,9,29,23,30,0.0,0.0,0.0,6.0,-6.0,2.6,45.13,0.0,6.0,6.0
-1999,9,30,0,30,0.0,0.0,0.0,6.0,-7.0,2.7,44.82,0.0,6.0,6.0
-1999,9,30,1,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,45.4,0.0,5.0,5.0
-1999,9,30,2,30,0.0,0.0,0.0,4.0,-6.0,2.5,52.51,0.0,4.0,4.0
-1999,9,30,3,30,0.0,0.0,0.0,3.0,-6.0,2.2,59.31,0.0,3.0,3.0
-1999,9,30,4,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,64.4,0.0,3.0,3.0
-1999,9,30,5,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.71,0.0,3.0,3.0
-1999,9,30,6,30,486.0,26.0,75.0,6.0,-5.0,1.0,51.69,96.55283777549332,8.837102250114702,8.547443736788223
-1999,9,30,7,30,786.0,49.0,278.0,10.0,-4.0,0.9,45.23,347.26918408987575,20.273110711222838,19.23130315895321
-1999,9,30,8,30,903.0,61.0,477.0,13.0,-5.0,0.9,33.97,591.7135351771401,30.504399856655837,28.729259251124418
-1999,9,30,9,30,959.0,68.0,641.0,15.0,-4.0,1.1,28.68,791.9425128672003,38.11426383504795,35.73843629644635
-1999,9,30,10,30,987.0,73.0,754.0,17.0,-4.0,1.6,25.4,931.1141111251321,43.27881012700956,40.48546779363416
-1999,9,30,11,30,996.0,76.0,807.0,19.0,-4.0,2.0,22.41,995.7745954937833,46.361419621000955,43.37409583451961
-1999,9,30,12,30,991.0,76.0,795.0,20.0,-4.0,2.2,20.86,981.1467917587029,46.60193149840289,43.65849112312678
-1999,9,30,13,30,970.0,74.0,719.0,21.0,-4.0,2.1,19.46,888.5751604264923,45.253328951131294,42.58760346985182
-1999,9,30,14,30,928.0,69.0,587.0,21.0,-4.0,2.1,19.54,725.7748566922072,40.80975513131334,38.63243056123672
-1999,9,30,15,30,853.0,60.0,410.0,20.0,-4.0,2.2,21.05,508.93280301507673,33.79874619864918,32.27194778960395
-1999,9,30,16,30,698.0,45.0,207.0,16.0,-3.0,2.2,29.64,259.99981128016543,23.04940099419256,22.269401560352062
-1999,9,30,17,30,258.0,14.0,24.0,12.0,0.0,2.4000000000000004,50.7,32.0534714765862,12.857561881600931,12.761401467171172
-1999,9,30,18,30,0.0,0.0,0.0,10.0,0.0,2.7,57.4,0.0,10.0,10.0
-1999,9,30,19,30,0.0,0.0,0.0,8.0,-1.0,2.6,58.57,0.0,8.0,8.0
-1999,9,30,20,30,0.0,0.0,0.0,7.0,-2.0,2.7,58.17,0.0,7.0,7.0
-1999,9,30,21,30,0.0,0.0,0.0,7.0,-3.0,2.9000000000000004,54.27,0.0,7.0,7.0
-1999,9,30,22,30,0.0,0.0,0.0,7.0,-4.0,3.0,50.29,0.0,7.0,7.0
-1999,9,30,23,30,0.0,0.0,0.0,7.0,-5.0,3.0,46.91,0.0,7.0,7.0
-1999,10,1,0,30,0.0,0.0,0.0,7.0,-6.0,3.0,47.71,0.0,7.0,7.0
-1999,10,1,1,30,0.0,0.0,0.0,7.0,-6.0,2.9000000000000004,45.81,0.0,7.0,7.0
-1999,10,1,2,30,0.0,0.0,0.0,7.0,-7.0,2.5,44.45,0.0,7.0,7.0
-1999,10,1,3,30,0.0,0.0,0.0,6.0,-7.0,2.2,44.07,0.0,6.0,6.0
-1999,10,1,4,30,0.0,0.0,0.0,6.0,-7.0,2.0,44.19,0.0,6.0,6.0
-1999,10,1,5,30,0.0,0.0,0.0,6.0,-7.0,1.9,44.09,0.0,6.0,6.0
-1999,10,1,6,30,460.0,27.0,72.0,9.0,-6.0,2.2,39.67,93.26743527545372,11.52876933917502,11.248967033348658
-1999,10,1,7,30,770.0,52.0,274.0,14.0,-5.0,2.7,31.68,343.16544998440287,22.999721103419954,21.970224753466745
-1999,10,1,8,30,892.0,66.0,473.0,18.0,-6.0,2.9000000000000004,21.53,588.781357123776,33.23755526736911,31.471211195997782
-1999,10,1,9,30,952.0,74.0,638.0,21.0,-7.0,3.0,16.0,790.7762450722009,41.329957971660086,38.95762923644348
-1999,10,1,10,30,983.0,78.0,752.0,22.0,-7.0,3.3000000000000003,14.67,930.3850706587841,45.44907054198557,42.65791533000922
-1999,10,1,11,30,992.0,81.0,804.0,23.0,-7.0,3.7,13.73,994.4456722830527,47.41105825348024,44.427721236631086
-1999,10,1,12,30,983.0,83.0,792.0,24.0,-7.0,4.2,12.91,977.8419630287738,47.2279883768673,44.29446248778098
-1999,10,1,13,30,510.0,249.0,586.0,23.0,-7.0,4.3,13.83,670.9086563080074,38.83294956004916,36.820223591125135
-1999,10,1,14,30,490.0,198.0,469.0,21.0,-7.0,4.2,17.37,539.4524874052618,33.81433665263234,32.19597919041656
-1999,10,1,15,30,548.0,118.0,340.0,17.0,-5.0,4.7,23.38,402.64210958107094,26.256928274312305,25.049001945569092
-1999,10,1,16,30,603.0,47.0,184.0,13.0,-4.0,5.1000000000000005,36.49,230.34401941791674,18.159626550974785,17.468594492721035
-1999,10,1,17,30,0.0,17.0,17.0,9.0,-2.0,4.3,53.66,16.615540457510164,9.392114502478472,9.342267881105942
-1999,10,1,18,30,0.0,0.0,0.0,6.0,-2.0,3.1,62.33,0.0,6.0,6.0
-1999,10,1,19,30,0.0,0.0,0.0,4.0,-2.0,2.1,71.77,0.0,4.0,4.0
-1999,10,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.4,76.52,0.0,3.0,3.0
-1999,10,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.57000000000002,0.0,2.0,2.0
-1999,10,1,22,30,0.0,0.0,0.0,2.0,-2.0,0.9,80.51,0.0,2.0,2.0
-1999,10,1,23,30,0.0,0.0,0.0,2.0,-3.0,0.8,79.61,0.0,2.0,2.0
-1999,10,2,0,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,78.45,0.0,1.0,1.0
-1999,10,2,1,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,77.51,0.0,1.0,1.0
-1999,10,2,2,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,82.52,0.0,0.0,0.0
-1999,10,2,3,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,81.63,0.0,0.0,0.0
-1999,10,2,4,30,0.0,0.0,0.0,0.0,-3.0,0.8,80.16,0.0,0.0,0.0
-1999,10,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,78.53,0.0,0.0,0.0
-1999,10,2,6,30,0.0,18.0,18.0,2.0,-4.0,1.6,73.54,17.592925190304882,2.4965246849240095,2.443745909353095
-1999,10,2,7,30,119.0,115.0,149.0,7.0,-3.0,2.2,59.55,157.43005366345633,11.26841685517646,10.796126694186091
-1999,10,2,8,30,2.0,135.0,136.0,10.0,-4.0,2.2,41.6,133.12008563485458,13.609298250644272,13.20993799373971
-1999,10,2,9,30,47.0,252.0,280.0,14.0,-6.0,2.0,27.83,281.68582813253715,21.740028897806543,20.894971413408932
-1999,10,2,10,30,385.0,303.0,566.0,17.0,-8.0,1.7000000000000002,19.94,629.8349357613614,34.65711389940138,32.7676090921173
-1999,10,2,11,30,989.0,88.0,805.0,18.0,-9.0,1.9,15.97,995.9796532973396,45.550584845121556,42.562645885229536
-1999,10,2,12,30,982.0,88.0,790.0,19.0,-10.0,2.7,14.78,978.9430227563439,44.673371784212016,41.73654271594298
-1999,10,2,13,30,954.0,86.0,711.0,20.0,-9.0,3.4000000000000004,15.47,880.7362868431914,42.051623658943306,39.409414798413735
-1999,10,2,14,30,290.0,246.0,405.0,19.0,-8.0,3.5,16.34,444.1716819882091,30.047904392197758,28.71538934623313
-1999,10,2,15,30,440.0,139.0,315.0,18.0,-8.0,3.0,18.45,364.95910985209906,27.382683674305632,26.287806344749335
-1999,10,2,16,30,283.0,77.0,140.0,15.0,-6.0,1.6,27.49,160.77114241351973,19.537439906567496,19.055126479326937
-1999,10,2,17,30,0.0,11.0,11.0,11.0,-2.0,0.6000000000000001,48.97,10.751232060741874,11.324552224505975,11.29229852832375
-1999,10,2,18,30,0.0,0.0,0.0,8.0,-2.0,0.8,54.32,0.0,8.0,8.0
-1999,10,2,19,30,0.0,0.0,0.0,7.0,-2.0,1.6,61.22,0.0,7.0,7.0
-1999,10,2,20,30,0.0,0.0,0.0,6.0,-3.0,2.5,58.31,0.0,6.0,6.0
-1999,10,2,21,30,0.0,0.0,0.0,6.0,-4.0,3.2,55.84,0.0,6.0,6.0
-1999,10,2,22,30,0.0,0.0,0.0,5.0,-4.0,3.4000000000000004,58.02,0.0,5.0,5.0
-1999,10,2,23,30,0.0,0.0,0.0,4.0,-4.0,2.9000000000000004,61.17,0.0,4.0,4.0
-1999,10,3,0,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,64.32000000000001,0.0,3.0,3.0
-1999,10,3,1,30,0.0,0.0,0.0,2.0,-5.0,1.9,67.51,0.0,2.0,2.0
-1999,10,3,2,30,0.0,0.0,0.0,1.0,-5.0,1.3,66.13,0.0,1.0,1.0
-1999,10,3,3,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,65.02,0.0,0.0,0.0
-1999,10,3,4,30,0.0,0.0,0.0,0.0,-5.0,1.3,68.95,0.0,0.0,0.0
-1999,10,3,5,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.99,0.0,0.0,0.0
-1999,10,3,6,30,0.0,17.0,17.0,1.0,-6.0,1.0,61.38,16.615540457510164,1.4882299506150698,1.4383833292425394
-1999,10,3,7,30,108.0,113.0,144.0,5.0,-6.0,0.9,49.56,151.17675589253167,9.47219511952303,9.018664851845436
-1999,10,3,8,30,72.0,194.0,226.0,9.0,-7.0,1.2000000000000002,34.29,231.70424957269904,15.717367737946986,15.02225498922889
-1999,10,3,9,30,342.0,258.0,458.0,12.0,-8.0,1.7000000000000002,26.08,508.9774971420784,26.268934809730908,24.742002318304674
-1999,10,3,10,30,565.0,240.0,623.0,15.0,-8.0,2.1,22.48,722.989473524982,34.733729132367756,32.56476071179281
-1999,10,3,11,30,978.0,91.0,795.0,16.0,-8.0,2.5,19.64,986.2296834271801,42.210645389773596,39.251956339492054
-1999,10,3,12,30,641.0,235.0,691.0,17.0,-8.0,2.9000000000000004,18.4,810.6633790354982,37.97982195229187,35.547831815185376
-1999,10,3,13,30,565.0,228.0,596.0,17.0,-8.0,3.0,18.28,692.8484037719064,34.81234453764929,32.73379932633357
-1999,10,3,14,30,883.0,88.0,566.0,17.0,-9.0,3.0,19.42,703.2792748260805,35.080510370222825,32.970672545744584
-1999,10,3,15,30,813.0,70.0,391.0,16.0,-8.0,2.7,20.8,488.80705002577696,28.819259991987483,27.352838841910152
-1999,10,3,16,30,643.0,49.0,188.0,12.0,-8.0,2.1,26.55,239.83523501780365,18.546213655316187,17.826707950262776
-1999,10,3,17,30,124.0,11.0,14.0,8.0,-4.0,1.4,46.61,18.338474695230865,8.524556871264414,8.469541447178722
-1999,10,3,18,30,0.0,0.0,0.0,6.0,-4.0,1.2000000000000002,57.39,0.0,6.0,6.0
-1999,10,3,19,30,0.0,0.0,0.0,4.0,-4.0,1.2000000000000002,66.09,0.0,4.0,4.0
-1999,10,3,20,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.78,0.0,3.0,3.0
-1999,10,3,21,30,0.0,0.0,0.0,3.0,-5.0,1.4,60.54,0.0,3.0,3.0
-1999,10,3,22,30,0.0,0.0,0.0,3.0,-6.0,1.6,56.62000000000001,0.0,3.0,3.0
-1999,10,3,23,30,0.0,0.0,0.0,3.0,-7.0,1.7000000000000002,52.45,0.0,3.0,3.0
-1999,10,4,0,30,0.0,0.0,0.0,3.0,-8.0,1.8,52.71,0.0,3.0,3.0
-1999,10,4,1,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,49.94,0.0,2.0,2.0
-1999,10,4,2,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,48.31,0.0,2.0,2.0
-1999,10,4,3,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,47.82,0.0,2.0,2.0
-1999,10,4,4,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,47.1,0.0,3.0,3.0
-1999,10,4,5,30,0.0,0.0,0.0,3.0,-10.0,1.7000000000000002,43.25,0.0,3.0,3.0
-1999,10,4,6,30,413.0,28.0,64.0,6.0,-9.0,1.8,36.15,86.11939766421288,8.39820593589571,8.139847742903072
-1999,10,4,7,30,769.0,56.0,269.0,12.0,-7.0,2.4000000000000004,31.39,343.70086823967574,21.195408475203354,20.164305870484327
-1999,10,4,8,30,903.0,70.0,473.0,17.0,-8.0,2.5,19.67,594.8922633700294,32.81022192125384,31.02554513114375
-1999,10,4,9,30,967.0,79.0,641.0,20.0,-12.0,2.2,12.63,801.4644594522646,41.730186377653745,39.32579299929695
-1999,10,4,10,30,997.0,84.0,755.0,21.0,-12.0,2.4000000000000004,10.49,941.6625532876561,46.19333706554594,43.36834940568297
-1999,10,4,11,30,1008.0,86.0,807.0,22.0,-12.0,2.6,10.16,1006.1912630222189,48.56390274283778,45.545328953771126
-1999,10,4,12,30,1002.0,85.0,792.0,23.0,-11.0,2.6,10.01,988.2571884326067,49.09043509241282,46.125663527114995
-1999,10,4,13,30,981.0,80.0,713.0,24.0,-11.0,2.5,10.33,891.0450022988731,47.680958882140764,45.00782387524414
-1999,10,4,14,30,940.0,73.0,577.0,23.0,-11.0,2.2,10.54,725.1999738238086,42.66241971980988,40.48681979833846
-1999,10,4,15,30,860.0,62.0,396.0,21.0,-10.0,1.6,12.56,502.18554017278467,35.173169862911486,33.66661324239313
-1999,10,4,16,30,687.0,45.0,190.0,17.0,-4.0,0.8,26.27,246.56880690730407,24.343479009296008,23.603772588574095
-1999,10,4,17,30,0.0,0.0,0.0,13.0,-2.0,0.4,39.14,0.0,13.0,13.0
-1999,10,4,18,30,0.0,0.0,0.0,11.0,-5.0,0.6000000000000001,36.16,0.0,11.0,11.0
-1999,10,4,19,30,0.0,0.0,0.0,10.0,-6.0,1.2000000000000002,38.68,0.0,10.0,10.0
-1999,10,4,20,30,0.0,0.0,0.0,8.0,-6.0,1.5,40.14,0.0,8.0,8.0
-1999,10,4,21,30,0.0,0.0,0.0,7.0,-7.0,1.6,44.47,0.0,7.0,7.0
-1999,10,4,22,30,0.0,0.0,0.0,6.0,-7.0,1.6,42.5,0.0,6.0,6.0
-1999,10,4,23,30,0.0,0.0,0.0,6.0,-8.0,1.6,40.99,0.0,6.0,6.0
-1999,10,5,0,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.83,0.0,6.0,6.0
-1999,10,5,1,30,0.0,0.0,0.0,7.0,-8.0,1.5,38.3,0.0,7.0,7.0
-1999,10,5,2,30,0.0,0.0,0.0,7.0,-9.0,1.3,34.35,0.0,7.0,7.0
-1999,10,5,3,30,0.0,0.0,0.0,8.0,-9.0,1.2000000000000002,30.75,0.0,8.0,8.0
-1999,10,5,4,30,0.0,0.0,0.0,8.0,-10.0,1.2000000000000002,32.35,0.0,8.0,8.0
-1999,10,5,5,30,0.0,0.0,0.0,7.0,-10.0,1.4,32.61,0.0,7.0,7.0
-1999,10,5,6,30,434.0,25.0,61.0,9.0,-9.0,1.4,30.67,85.699505212503,11.451363326027861,11.194264810390353
-1999,10,5,7,30,773.0,51.0,263.0,13.0,-3.0,2.0,35.07,339.2650543576354,22.322163426370434,21.304368263297526
-1999,10,5,8,30,900.0,65.0,463.0,17.0,-7.0,3.0,20.44,586.7597614257206,32.084926189401465,30.324646905124304
-1999,10,5,9,30,961.0,73.0,628.0,20.0,-9.0,3.6,14.59,789.1934805670647,39.50066756239454,37.13308712069335
-1999,10,5,10,30,990.0,79.0,741.0,22.0,-9.0,3.8,12.83,928.418283963486,44.64078108945394,41.85552623756348
-1999,10,5,11,30,1000.0,82.0,793.0,23.0,-9.0,3.8,12.12,992.271918375721,47.19794145937002,44.22112570424286
-1999,10,5,12,30,994.0,82.0,779.0,24.0,-9.0,3.6,11.53,975.1061471999429,48.09449809561313,45.169179654013305
-1999,10,5,13,30,972.0,79.0,701.0,25.0,-8.0,3.3000000000000003,11.07,879.4171096719416,47.164493488620586,44.52624215960476
-1999,10,5,14,30,925.0,72.0,565.0,24.0,-8.0,2.9000000000000004,12.15,710.5809497610369,42.389706744140724,40.25796389485761
-1999,10,5,15,30,837.0,62.0,383.0,23.0,-7.0,2.2,14.01,487.3664539078386,36.214015609464845,34.75191624774133
-1999,10,5,16,30,650.0,45.0,179.0,19.0,-2.0,1.6,27.27,233.31331163869356,25.584795723102374,24.884855788186293
-1999,10,5,17,30,0.0,0.0,0.0,15.0,0.0,1.8,39.7,0.0,15.0,15.0
-1999,10,5,18,30,0.0,0.0,0.0,13.0,-2.0,2.3000000000000003,39.64,0.0,13.0,13.0
-1999,10,5,19,30,0.0,0.0,0.0,11.0,-2.0,2.6,45.31,0.0,11.0,11.0
-1999,10,5,20,30,0.0,0.0,0.0,10.0,-2.0,2.6,48.05,0.0,10.0,10.0
-1999,10,5,21,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,50.9,0.0,9.0,9.0
-1999,10,5,22,30,0.0,0.0,0.0,9.0,-2.0,2.0,50.73,0.0,9.0,9.0
-1999,10,5,23,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.39,0.0,9.0,9.0
-1999,10,6,0,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.2,0.0,9.0,9.0
-1999,10,6,1,30,0.0,0.0,0.0,9.0,-2.0,1.9,51.23,0.0,9.0,9.0
-1999,10,6,2,30,0.0,0.0,0.0,9.0,-1.0,2.0,57.7,0.0,9.0,9.0
-1999,10,6,3,30,0.0,0.0,0.0,9.0,-1.0,2.1,60.73,0.0,9.0,9.0
-1999,10,6,4,30,0.0,0.0,0.0,9.0,0.0,2.2,63.29,0.0,9.0,9.0
-1999,10,6,5,30,0.0,0.0,0.0,9.0,0.0,2.3000000000000003,65.12,0.0,9.0,9.0
-1999,10,6,6,30,249.0,29.0,49.0,11.0,0.0,3.0,55.53,63.21826973898261,12.625269821701892,12.435615012484943
-1999,10,6,7,30,571.0,72.0,227.0,16.0,2.0,3.9,44.97,283.36158314094064,22.86488873352728,22.014803984104457
-1999,10,6,8,30,59.0,185.0,211.0,20.0,2.0,3.8,39.1,215.01736056046337,25.24349969724756,24.598447615566172
-1999,10,6,9,30,563.0,187.0,510.0,22.0,2.0,3.6,31.58,602.1727455369792,36.87945708498937,35.07293884837843
-1999,10,6,10,30,206.0,330.0,468.0,23.0,2.0,3.8,28.67,499.1729988967803,35.173033199583905,33.67551420289357
-1999,10,6,11,30,205.0,358.0,503.0,24.0,2.0,4.4,27.17,536.3311010640625,36.57446825535506,34.96547495216287
-1999,10,6,12,30,872.0,115.0,722.0,24.0,2.0,5.1000000000000005,29.92,894.8599464133115,44.04455401353851,41.35997417429857
-1999,10,6,13,30,536.0,229.0,570.0,23.0,3.0,5.4,31.2,664.4237437147534,37.59608512809348,35.602813896949215
-1999,10,6,14,30,342.0,225.0,406.0,22.0,3.0,5.4,34.06,455.42596719700816,32.004814321635195,30.638536420044172
-1999,10,6,15,30,201.0,161.0,237.0,21.0,3.0,4.800000000000002,37.04,259.12228892691144,26.918636751757678,26.141269884976943
-1999,10,6,16,30,343.0,70.0,139.0,18.0,4.0,3.0,46.96,167.09476257652824,22.29581632179047,21.794532034060882
-1999,10,6,17,30,0.0,0.0,0.0,16.0,5.0,1.6,61.23,0.0,16.0,16.0
-1999,10,6,18,30,0.0,0.0,0.0,14.0,5.0,1.9,63.06,0.0,14.0,14.0
-1999,10,6,19,30,0.0,0.0,0.0,13.0,5.0,2.9000000000000004,67.93,0.0,13.0,13.0
-1999,10,6,20,30,0.0,0.0,0.0,12.0,5.0,3.1,81.36,0.0,12.0,12.0
-1999,10,6,21,30,0.0,0.0,0.0,10.0,6.0,2.1,90.54,0.0,10.0,10.0
-1999,10,6,22,30,0.0,0.0,0.0,9.0,6.0,1.4,97.24,0.0,9.0,9.0
-1999,10,6,23,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,10,7,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,10,7,1,30,0.0,0.0,0.0,7.0,4.0,1.4,97.81,0.0,7.0,7.0
-1999,10,7,2,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,91.2,0.0,7.0,7.0
-1999,10,7,3,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,85.27,0.0,8.0,8.0
-1999,10,7,4,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,75.72,0.0,8.0,8.0
-1999,10,7,5,30,0.0,0.0,0.0,8.0,1.0,1.1,73.64,0.0,8.0,8.0
-1999,10,7,6,30,0.0,19.0,19.0,9.0,1.0,1.4,70.39,18.570309923099597,9.53118832583197,9.47547739606267
-1999,10,7,7,30,0.0,86.0,86.0,11.0,4.0,2.5,78.94,84.05508702034554,13.23389958355427,12.981734322493233
-1999,10,7,8,30,9.0,147.0,151.0,12.0,6.0,3.4000000000000004,81.8,148.8775058597182,15.72755248028647,15.280919962707316
-1999,10,7,9,30,202.0,271.0,386.0,12.0,6.0,3.7,78.54,414.9285459316046,22.18541805558307,20.940632417788258
-1999,10,7,10,30,0.0,115.0,115.0,12.0,6.0,4.0,76.77,112.3992442713923,14.705224957514089,14.368027224699912
-1999,10,7,11,30,0.0,23.0,23.0,13.0,5.0,4.4,73.96000000000002,22.47984885427846,13.527047835269096,13.45960828870626
-1999,10,7,12,30,0.0,98.0,98.0,12.0,5.0,4.6000000000000005,71.47,95.78370381388214,14.216526330964108,13.929175219522461
-1999,10,7,13,30,0.0,24.0,24.0,12.0,4.0,4.6000000000000005,75.59,23.457233587073173,12.542822774929986,12.472451074168767
-1999,10,7,14,30,0.0,70.0,70.0,12.0,4.0,4.1000000000000005,74.12,68.4169312956301,13.635888549159164,13.430637755272274
-1999,10,7,15,30,0.0,24.0,24.0,12.0,4.0,3.2,71.61,23.457233587073173,12.595128121714419,12.5247564209532
-1999,10,7,16,30,0.0,48.0,48.0,11.0,3.0,2.0,75.59,46.914467174146345,12.289093363554791,12.148349962032352
-1999,10,7,17,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.8,0.0,9.0,9.0
-1999,10,7,18,30,0.0,0.0,0.0,7.0,2.0,1.2000000000000002,83.72,0.0,7.0,7.0
-1999,10,7,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.01,0.0,6.0,6.0
-1999,10,7,20,30,0.0,0.0,0.0,5.0,0.0,1.4,86.17,0.0,5.0,5.0
-1999,10,7,21,30,0.0,0.0,0.0,4.0,0.0,1.6,87.49,0.0,4.0,4.0
-1999,10,7,22,30,0.0,0.0,0.0,4.0,0.0,1.8,82.61,0.0,4.0,4.0
-1999,10,7,23,30,0.0,0.0,0.0,4.0,-1.0,1.9,78.92,0.0,4.0,4.0
-1999,10,8,0,30,0.0,0.0,0.0,4.0,-1.0,1.9,75.84,0.0,4.0,4.0
-1999,10,8,1,30,0.0,0.0,0.0,4.0,-2.0,1.8,73.18,0.0,4.0,4.0
-1999,10,8,2,30,0.0,0.0,0.0,4.0,-2.0,1.8,76.31,0.0,4.0,4.0
-1999,10,8,3,30,0.0,0.0,0.0,3.0,-2.0,1.8,74.7,0.0,3.0,3.0
-1999,10,8,4,30,0.0,0.0,0.0,3.0,-3.0,1.8,73.38,0.0,3.0,3.0
-1999,10,8,5,30,0.0,0.0,0.0,3.0,-3.0,1.6,71.71000000000002,0.0,3.0,3.0
-1999,10,8,6,30,325.0,24.0,47.0,5.0,-3.0,1.7000000000000002,62.13,68.22253471695166,6.91258534197839,6.707917737827534
-1999,10,8,7,30,687.0,55.0,236.0,10.0,-1.0,2.1,54.41,308.0089990274993,18.406991221470907,17.482964224388407
-1999,10,8,8,30,830.0,71.0,428.0,13.0,-2.0,2.3000000000000003,41.41,547.5824535770862,27.747999158911792,26.105251798180532
-1999,10,8,9,30,901.0,80.0,589.0,15.0,-2.0,2.2,36.09,745.5904435895052,35.21526857431719,32.978497243548674
-1999,10,8,10,30,939.0,85.0,701.0,16.0,-2.0,2.0,32.29,883.5908599055315,40.27888841567384,37.628115835957246
-1999,10,8,11,30,956.0,86.0,752.0,17.0,-2.0,1.8,30.66,948.106304761386,43.40234638895724,40.55802747467308
-1999,10,8,12,30,954.0,85.0,740.0,18.0,-2.0,1.8,28.91,933.2326080292625,43.9881518084195,41.188453984331716
-1999,10,8,13,30,934.0,81.0,664.0,19.0,-2.0,1.8,27.11,840.7035369607995,42.41145278940724,39.88934217852484
-1999,10,8,14,30,888.0,73.0,532.0,19.0,-2.0,1.8,26.91,676.6348354333849,37.84255722615768,35.812652719857525
-1999,10,8,15,30,800.0,62.0,356.0,18.0,-2.0,1.7000000000000002,28.42,459.8980003863518,30.893015159777555,29.5133211586185
-1999,10,8,16,30,609.0,42.0,158.0,15.0,-1.0,1.4,37.32,211.9216347629431,21.06184273948362,20.42607783519479
-1999,10,8,17,30,0.0,0.0,0.0,12.0,0.0,1.3,53.37000000000001,0.0,12.0,12.0
-1999,10,8,18,30,0.0,0.0,0.0,10.0,0.0,1.6,54.86,0.0,10.0,10.0
-1999,10,8,19,30,0.0,0.0,0.0,9.0,0.0,1.8,60.81,0.0,9.0,9.0
-1999,10,8,20,30,0.0,0.0,0.0,8.0,-1.0,2.1,63.81,0.0,8.0,8.0
-1999,10,8,21,30,0.0,0.0,0.0,7.0,-1.0,2.3000000000000003,62.38,0.0,7.0,7.0
-1999,10,8,22,30,0.0,0.0,0.0,7.0,-1.0,2.2,60.65,0.0,7.0,7.0
-1999,10,8,23,30,0.0,0.0,0.0,7.0,-2.0,2.0,62.97,0.0,7.0,7.0
-1999,10,9,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,61.25,0.0,7.0,7.0
-1999,10,9,1,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,60.55,0.0,6.0,6.0
-1999,10,9,2,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.03,0.0,6.0,6.0
-1999,10,9,3,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.15,0.0,6.0,6.0
-1999,10,9,4,30,0.0,0.0,0.0,6.0,-2.0,1.8,60.7,0.0,6.0,6.0
-1999,10,9,5,30,0.0,0.0,0.0,6.0,-3.0,1.9,59.4,0.0,6.0,6.0
-1999,10,9,6,30,419.0,20.0,49.0,9.0,-3.0,2.1,48.25,76.7702424582534,11.095415252328738,10.865104524953978
-1999,10,9,7,30,770.0,43.0,243.0,14.0,-1.0,2.7,42.14,325.8334514745936,22.545178978738512,21.56767862431473
-1999,10,9,8,30,899.0,55.0,439.0,18.0,-1.0,2.3000000000000003,29.74,570.0615261015811,33.35342641560839,31.643241837303645
-1999,10,9,9,30,960.0,62.0,600.0,21.0,-3.0,1.4,21.66,769.6187075903011,43.014305335062545,40.70544921229164
-1999,10,9,10,30,992.0,67.0,712.0,23.0,-4.0,1.1,18.22,908.6800149184901,49.521457385106096,46.795417340350625
-1999,10,9,11,30,1003.0,69.0,764.0,25.0,-4.0,0.9,16.78,971.1309176793469,53.72853650564447,50.81514375260643
-1999,10,9,12,30,999.0,69.0,750.0,26.0,-4.0,0.9,15.4,954.5745513670745,54.23875684221912,51.3750331881179
-1999,10,9,13,30,978.0,67.0,673.0,26.0,-4.0,1.1,14.18,859.6218553733736,51.0896069356558,48.51074136953568
-1999,10,9,14,30,934.0,62.0,539.0,25.0,-5.0,1.4,14.78,693.9613549249422,44.850189460550354,42.76830539577553
-1999,10,9,15,30,850.0,53.0,361.0,24.0,-4.0,1.3,17.16,473.03008725429095,37.62181170384383,36.20272144208096
-1999,10,9,16,30,662.0,37.0,159.0,20.0,0.0,0.9,33.86,219.57187858437425,26.495497789935396,25.836782154182274
-1999,10,9,17,30,0.0,0.0,0.0,15.0,1.0,0.6000000000000001,45.22,0.0,15.0,15.0
-1999,10,9,18,30,0.0,0.0,0.0,13.0,0.0,0.6000000000000001,44.62,0.0,13.0,13.0
-1999,10,9,19,30,0.0,0.0,0.0,12.0,-1.0,1.1,43.66,0.0,12.0,12.0
-1999,10,9,20,30,0.0,0.0,0.0,11.0,-2.0,1.6,47.73,0.0,11.0,11.0
-1999,10,9,21,30,0.0,0.0,0.0,10.0,-3.0,1.9,48.42,0.0,10.0,10.0
-1999,10,9,22,30,0.0,0.0,0.0,9.0,-4.0,2.1,45.14,0.0,9.0,9.0
-1999,10,9,23,30,0.0,0.0,0.0,9.0,-4.0,2.3000000000000003,43.0,0.0,9.0,9.0
-1999,10,10,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,44.95,0.0,9.0,9.0
-1999,10,10,1,30,0.0,0.0,0.0,8.0,-5.0,2.4000000000000004,45.14,0.0,8.0,8.0
-1999,10,10,2,30,0.0,0.0,0.0,7.0,-4.0,2.4000000000000004,49.73,0.0,7.0,7.0
-1999,10,10,3,30,0.0,0.0,0.0,6.0,-4.0,2.2,54.51,0.0,6.0,6.0
-1999,10,10,4,30,0.0,0.0,0.0,5.0,-4.0,1.9,59.32,0.0,5.0,5.0
-1999,10,10,5,30,0.0,0.0,0.0,5.0,-4.0,1.6,59.56,0.0,5.0,5.0
-1999,10,10,6,30,378.0,20.0,45.0,7.0,-3.0,1.9,52.63,70.71536974715883,8.95611405074719,8.743967941505714
-1999,10,10,7,30,744.0,47.0,237.0,11.0,-3.0,2.3000000000000003,42.6,319.0042942659186,19.591719900427222,18.634707017629466
-1999,10,10,8,30,879.0,60.0,432.0,15.0,-2.0,1.8,33.94,561.8208867773905,30.64528111115237,28.9598184508202
-1999,10,10,9,30,944.0,69.0,594.0,19.0,-3.0,0.8,25.08,762.5586960434333,41.71103895090958,39.423362862779285
-1999,10,10,10,30,975.0,74.0,704.0,21.0,-3.0,1.0,20.95,898.5886225431842,47.40406912609476,44.70830325846521
-1999,10,10,11,30,986.0,77.0,754.0,23.0,-4.0,2.1,19.33,960.7906284162573,49.224423326169884,46.34205144092111
-1999,10,10,12,30,979.0,77.0,739.0,24.0,-4.0,2.8000000000000003,17.98,941.5466620632086,48.52923322794669,45.70459324175707
-1999,10,10,13,30,955.0,74.0,661.0,24.0,-4.0,3.3000000000000003,17.01,844.5761265996314,45.28637463699688,42.75264625719799
-1999,10,10,14,30,906.0,68.0,526.0,24.0,-3.0,3.6,18.35,677.6666363801725,40.74488211012641,38.7118822009859
-1999,10,10,15,30,811.0,58.0,348.0,22.0,-3.0,3.7,20.19,455.7149285996143,33.18661781038892,31.81947302459007
-1999,10,10,16,30,605.0,40.0,149.0,18.0,0.0,3.4000000000000004,32.38,204.60604841937698,23.122867815813002,22.509049670554873
-1999,10,10,17,30,0.0,0.0,0.0,14.0,1.0,3.3000000000000003,49.33,0.0,14.0,14.0
-1999,10,10,18,30,0.0,0.0,0.0,13.0,1.0,3.2,56.63,0.0,13.0,13.0
-1999,10,10,19,30,0.0,0.0,0.0,12.0,1.0,3.1,59.58,0.0,12.0,12.0
-1999,10,10,20,30,0.0,0.0,0.0,10.0,1.0,3.0,61.43,0.0,10.0,10.0
-1999,10,10,21,30,0.0,0.0,0.0,9.0,0.0,2.8000000000000003,62.67,0.0,9.0,9.0
-1999,10,10,22,30,0.0,0.0,0.0,9.0,0.0,2.5,63.51,0.0,9.0,9.0
-1999,10,10,23,30,0.0,0.0,0.0,9.0,-1.0,2.3000000000000003,58.88,0.0,9.0,9.0
-1999,10,11,0,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,53.68,0.0,9.0,9.0
-1999,10,11,1,30,0.0,0.0,0.0,8.0,-3.0,2.7,49.3,0.0,8.0,8.0
-1999,10,11,2,30,0.0,0.0,0.0,8.0,-4.0,2.9000000000000004,50.72,0.0,8.0,8.0
-1999,10,11,3,30,0.0,0.0,0.0,7.0,-4.0,2.8000000000000003,49.94,0.0,7.0,7.0
-1999,10,11,4,30,0.0,0.0,0.0,7.0,-4.0,2.6,49.16,0.0,7.0,7.0
-1999,10,11,5,30,0.0,0.0,0.0,7.0,-5.0,2.4000000000000004,47.7,0.0,7.0,7.0
-1999,10,11,6,30,407.0,19.0,45.0,9.0,-5.0,2.7,41.33,73.16606773575135,10.918824298558095,10.699326095350841
-1999,10,11,7,30,781.0,44.0,241.0,14.0,-3.0,3.4000000000000004,32.56,328.41805076604714,22.22283737650294,21.2375832242048
-1999,10,11,8,30,914.0,55.0,439.0,19.0,-3.0,3.6,23.64,575.2319264444495,33.21375980045968,31.488064021126327
-1999,10,11,9,30,978.0,62.0,602.0,22.0,-5.0,3.2,16.84,778.5555428981064,41.752555056221006,39.416888427526686
-1999,10,11,10,30,1008.0,67.0,713.0,24.0,-7.0,2.5,13.88,917.0982312880749,48.37336548657548,45.622070792711256
-1999,10,11,11,30,1017.0,69.0,763.0,25.0,-8.0,1.9,12.55,977.865195866379,52.04950643983205,49.115910852232915
-1999,10,11,12,30,1010.0,69.0,747.0,26.0,-8.0,1.5,11.73,957.9564691704429,53.21828143476851,50.34441202725718
-1999,10,11,13,30,985.0,67.0,667.0,26.0,-8.0,1.4,11.76,858.6669153422433,50.56145552210672,47.98545477607999
-1999,10,11,14,30,938.0,62.0,531.0,25.0,-8.0,1.3,11.95,690.1064251798743,44.872942615507526,42.8026233399679
-1999,10,11,15,30,847.0,53.0,351.0,23.0,-7.0,0.9,14.55,465.5452860674243,36.77202033457938,35.37538447637711
-1999,10,11,16,30,648.0,37.0,150.0,19.0,0.0,0.4,31.75,211.19337261632833,25.462164598514825,24.82858448066584
-1999,10,11,17,30,0.0,0.0,0.0,16.0,0.0,0.4,37.82,0.0,16.0,16.0
-1999,10,11,18,30,0.0,0.0,0.0,14.0,-2.0,1.0,36.69,0.0,14.0,14.0
-1999,10,11,19,30,0.0,0.0,0.0,12.0,-2.0,1.6,40.26,0.0,12.0,12.0
-1999,10,11,20,30,0.0,0.0,0.0,11.0,-3.0,2.0,41.75,0.0,11.0,11.0
-1999,10,11,21,30,0.0,0.0,0.0,10.0,-4.0,2.4000000000000004,41.32,0.0,10.0,10.0
-1999,10,11,22,30,0.0,0.0,0.0,10.0,-5.0,2.6,41.84,0.0,10.0,10.0
-1999,10,11,23,30,0.0,0.0,0.0,10.0,-5.0,2.7,40.29,0.0,10.0,10.0
-1999,10,12,0,30,0.0,0.0,0.0,9.0,-5.0,2.8000000000000003,39.12,0.0,9.0,9.0
-1999,10,12,1,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,38.45,0.0,9.0,9.0
-1999,10,12,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,40.72,0.0,9.0,9.0
-1999,10,12,3,30,0.0,0.0,0.0,8.0,-6.0,2.8000000000000003,40.39,0.0,8.0,8.0
-1999,10,12,4,30,0.0,0.0,0.0,8.0,-6.0,2.6,40.17,0.0,8.0,8.0
-1999,10,12,5,30,0.0,0.0,0.0,8.0,-6.0,2.4000000000000004,40.08,0.0,8.0,8.0
-1999,10,12,6,30,77.0,21.0,25.0,11.0,-6.0,2.5,35.32,30.752493049990278,11.8172971304045,11.725039651254528
-1999,10,12,7,30,210.0,95.0,148.0,15.0,-5.0,3.3000000000000003,28.63,169.2609602427865,19.265988698557848,18.758205817829488
-1999,10,12,8,30,785.0,68.0,394.0,19.0,-5.0,3.9,20.42,512.8039090494051,31.423496998854052,29.885085271705837
-1999,10,12,9,30,935.0,73.0,586.0,22.0,-6.0,3.9,16.56,755.6054962513563,40.30575479113977,38.0389383023857
-1999,10,12,10,30,510.0,237.0,562.0,24.0,-6.0,3.6,15.41,661.181010922621,40.337528641652675,38.35398560888481
-1999,10,12,11,30,294.0,327.0,527.0,25.0,-6.0,3.2,14.33,581.9394621290667,39.764253327776274,38.018434941389074
-1999,10,12,12,30,352.0,306.0,541.0,25.0,-6.0,3.0,13.26,608.3182987604221,40.639171667406345,38.814216771125075
-1999,10,12,13,30,346.0,270.0,480.0,25.0,-6.0,3.0,13.14,541.3513724500746,38.91752814831415,37.29347403096392
-1999,10,12,14,30,572.0,149.0,432.0,25.0,-6.0,2.9000000000000004,13.93,527.5111406401627,38.65189312196178,37.06935970004129
-1999,10,12,15,30,479.0,109.0,275.0,23.0,-6.0,2.3000000000000003,15.55,338.8341280392722,32.125795398829965,31.109293014712147
-1999,10,12,16,30,123.0,62.0,83.0,19.0,-1.0,1.4,29.37,93.40118275962888,21.671663429757775,21.391459881478887
-1999,10,12,17,30,0.0,0.0,0.0,15.0,0.0,1.2000000000000002,42.71,0.0,15.0,15.0
-1999,10,12,18,30,0.0,0.0,0.0,13.0,-1.0,1.3,45.36,0.0,13.0,13.0
-1999,10,12,19,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.94,0.0,11.0,11.0
-1999,10,12,20,30,0.0,0.0,0.0,10.0,-2.0,1.4,47.97,0.0,10.0,10.0
-1999,10,12,21,30,0.0,0.0,0.0,10.0,-2.0,1.5,46.07,0.0,10.0,10.0
-1999,10,12,22,30,0.0,0.0,0.0,9.0,-3.0,1.5,47.88,0.0,9.0,9.0
-1999,10,12,23,30,0.0,0.0,0.0,9.0,-3.0,1.5,50.22,0.0,9.0,9.0
-1999,10,13,0,30,0.0,0.0,0.0,8.0,-3.0,1.4,49.41,0.0,8.0,8.0
-1999,10,13,1,30,0.0,0.0,0.0,8.0,-3.0,1.3,52.37000000000001,0.0,8.0,8.0
-1999,10,13,2,30,0.0,0.0,0.0,7.0,-4.0,1.3,55.68,0.0,7.0,7.0
-1999,10,13,3,30,0.0,0.0,0.0,7.0,-4.0,1.2000000000000002,55.48,0.0,7.0,7.0
-1999,10,13,4,30,0.0,0.0,0.0,6.0,-4.0,1.0,54.73,0.0,6.0,6.0
-1999,10,13,5,30,0.0,0.0,0.0,6.0,-4.0,1.0,53.94,0.0,6.0,6.0
-1999,10,13,6,30,328.0,19.0,37.0,7.0,-4.0,1.0,50.86,61.73331468946007,8.813967668353301,8.628767724284922
-1999,10,13,7,30,719.0,47.0,223.0,11.0,-2.0,1.4,45.25,306.33635347096526,19.762497525111435,18.843488464698538
-1999,10,13,8,30,863.0,61.0,415.0,16.0,-3.0,2.4000000000000004,32.42,548.5900180187057,30.67703391887692,29.0312638648208
-1999,10,13,9,30,930.0,70.0,575.0,19.0,-3.0,3.4000000000000004,23.83,746.8394051133895,37.699151767959066,35.4586335526189
-1999,10,13,10,30,962.0,75.0,684.0,22.0,-4.0,3.8,18.73,880.9793599759632,43.483916439465006,40.84097835953712
-1999,10,13,11,30,975.0,78.0,734.0,24.0,-5.0,3.6,16.94,943.3171308880328,47.30900372129484,44.47905232863074
-1999,10,13,12,30,971.0,77.0,720.0,25.0,-5.0,2.7,15.46,925.1806601388412,49.26342136688285,46.48787938646633
-1999,10,13,13,30,950.0,74.0,643.0,26.0,-5.0,1.6,14.23,830.8913740221359,49.4502263398341,46.9575522177677
-1999,10,13,14,30,904.0,67.0,510.0,25.0,-5.0,0.6000000000000001,14.98,665.8677739548592,45.10084667905298,43.1032433571884
-1999,10,13,15,30,811.0,56.0,333.0,23.0,-5.0,0.2,17.44,445.20968337989945,36.80836788883407,35.47273883869437
-1999,10,13,16,30,600.0,37.0,135.0,19.0,0.0,0.30000000000000004,31.63,194.13463467913158,24.980530202288758,24.398126298251363
-1999,10,13,17,30,0.0,0.0,0.0,14.0,1.0,0.5,47.58,0.0,14.0,14.0
-1999,10,13,18,30,0.0,0.0,0.0,12.0,0.0,0.9,49.55,0.0,12.0,12.0
-1999,10,13,19,30,0.0,0.0,0.0,10.0,0.0,1.5,54.32,0.0,10.0,10.0
-1999,10,13,20,30,0.0,0.0,0.0,10.0,-1.0,1.8,53.31,0.0,10.0,10.0
-1999,10,13,21,30,0.0,0.0,0.0,9.0,-3.0,1.9,48.44,0.0,9.0,9.0
-1999,10,13,22,30,0.0,0.0,0.0,9.0,-4.0,2.0,44.45,0.0,9.0,9.0
-1999,10,13,23,30,0.0,0.0,0.0,9.0,-5.0,2.2,41.65,0.0,9.0,9.0
-1999,10,14,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,39.98,0.0,9.0,9.0
-1999,10,14,1,30,0.0,0.0,0.0,9.0,-6.0,2.7,38.38,0.0,9.0,9.0
-1999,10,14,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,39.55,0.0,9.0,9.0
-1999,10,14,3,30,0.0,0.0,0.0,8.0,-7.0,3.0,38.57,0.0,8.0,8.0
-1999,10,14,4,30,0.0,0.0,0.0,8.0,-7.0,2.7,38.08,0.0,8.0,8.0
-1999,10,14,5,30,0.0,0.0,0.0,8.0,-7.0,2.4000000000000004,38.07,0.0,8.0,8.0
-1999,10,14,6,30,391.0,18.0,38.0,10.0,-7.0,2.6,33.22,68.53750588883427,11.80942103909668,11.603808521430178
-1999,10,14,7,30,787.0,43.0,233.0,14.0,-6.0,3.3000000000000003,27.09,325.72457578312867,22.209438001180157,21.232264273830772
-1999,10,14,8,30,925.0,55.0,432.0,19.0,-6.0,3.8,20.6,575.9897839688604,33.04631816698875,31.318348815082167
-1999,10,14,9,30,989.0,62.0,595.0,22.0,-8.0,3.6,14.94,779.7210768095316,41.266608106455166,38.92744487602657
-1999,10,14,10,30,1019.0,66.0,706.0,23.0,-10.0,3.1,11.35,917.290220772675,46.42684317837107,43.674972516053046
-1999,10,14,11,30,1028.0,68.0,755.0,24.0,-10.0,2.5,10.09,977.6078714011385,49.9815068215178,47.04868320731438
-1999,10,14,12,30,1021.0,68.0,738.0,25.0,-11.0,2.3000000000000003,9.84,956.847921004235,50.770716797064765,47.90017303405206
-1999,10,14,13,30,997.0,66.0,658.0,25.0,-11.0,2.2,9.72,857.2174215514492,48.24182203814145,45.6701697734871
-1999,10,14,14,30,949.0,61.0,521.0,24.0,-11.0,2.2,10.3,686.5881761321778,42.61553417133676,40.55576964294023
-1999,10,14,15,30,859.0,51.0,340.0,22.0,-10.0,1.7000000000000002,11.58,460.45250385347777,34.90856039285489,33.52720288129446
-1999,10,14,16,30,651.0,35.0,138.0,18.0,-3.0,1.1,25.42,203.42397539559127,23.93729388342165,23.327021957234876
-1999,10,14,17,30,0.0,0.0,0.0,14.0,-4.0,1.0,32.21,0.0,14.0,14.0
-1999,10,14,18,30,0.0,0.0,0.0,12.0,-5.0,1.4,32.77,0.0,12.0,12.0
-1999,10,14,19,30,0.0,0.0,0.0,11.0,-5.0,1.7000000000000002,36.56,0.0,11.0,11.0
-1999,10,14,20,30,0.0,0.0,0.0,9.0,-6.0,1.9,37.88,0.0,9.0,9.0
-1999,10,14,21,30,0.0,0.0,0.0,9.0,-7.0,2.1,35.45,0.0,9.0,9.0
-1999,10,14,22,30,0.0,0.0,0.0,9.0,-7.0,2.3000000000000003,36.41,0.0,9.0,9.0
-1999,10,14,23,30,0.0,0.0,0.0,8.0,-8.0,2.4000000000000004,35.75,0.0,8.0,8.0
-1999,10,15,0,30,0.0,0.0,0.0,8.0,-7.0,2.5,38.68,0.0,8.0,8.0
-1999,10,15,1,30,0.0,0.0,0.0,7.0,-7.0,2.5,43.66,0.0,7.0,7.0
-1999,10,15,2,30,0.0,0.0,0.0,6.0,-6.0,2.4000000000000004,45.91,0.0,6.0,6.0
-1999,10,15,3,30,0.0,0.0,0.0,5.0,-6.0,2.2,50.33,0.0,5.0,5.0
-1999,10,15,4,30,0.0,0.0,0.0,5.0,-6.0,1.6,54.84,0.0,5.0,5.0
-1999,10,15,5,30,0.0,0.0,0.0,4.0,-6.0,0.9,54.7,0.0,4.0,4.0
-1999,10,15,6,30,0.0,21.0,21.0,5.0,-5.0,0.9,53.37000000000001,20.52507938868903,5.607184347408347,5.54560910924228
-1999,10,15,7,30,673.0,52.0,212.0,8.0,-4.0,1.7000000000000002,48.5,292.2636612953078,16.193468579047824,15.316677595161899
-1999,10,15,8,30,817.0,71.0,400.0,10.0,-3.0,2.0,42.84,528.9614141601443,24.53454956739167,22.947665324911238
-1999,10,15,9,30,15.0,186.0,194.0,12.0,-3.0,1.5,37.64,192.6641768651041,17.47413996050732,16.896147429912006
-1999,10,15,10,30,4.0,147.0,150.0,15.0,-4.0,1.2000000000000002,31.95,147.0159899700091,19.262159497756738,18.82111152784671
-1999,10,15,11,30,13.0,207.0,216.0,16.0,-4.0,1.3,27.17,213.80457129904002,22.156914095172404,21.515500381275285
-1999,10,15,12,30,0.0,117.0,117.0,17.0,-4.0,1.4,24.92,114.35401373698174,20.271001795912657,19.92793975470171
-1999,10,15,13,30,0.0,13.0,13.0,17.0,-5.0,1.2000000000000002,26.24,12.706001526331303,17.368361326512932,17.33024332193394
-1999,10,15,14,30,0.0,8.0,8.0,16.0,-4.0,1.4,28.31,7.819077862357725,16.223658242455567,16.200201008868493
-1999,10,15,15,30,0.0,15.0,15.0,13.0,-4.0,2.5,34.38,14.660770991920735,13.38963364829435,13.345651335318587
-1999,10,15,16,30,0.0,2.0,2.0,10.0,-2.0,3.6,47.02,1.9547694655894312,10.048301602139679,10.04243729374291
-1999,10,15,17,30,0.0,0.0,0.0,7.0,-1.0,3.8,65.03,0.0,7.0,7.0
-1999,10,15,18,30,0.0,0.0,0.0,5.0,0.0,3.3000000000000003,79.36,0.0,5.0,5.0
-1999,10,15,19,30,0.0,0.0,0.0,4.0,0.0,2.7,86.61,0.0,4.0,4.0
-1999,10,15,20,30,0.0,0.0,0.0,3.0,0.0,2.0,91.99,0.0,3.0,3.0
-1999,10,15,21,30,0.0,0.0,0.0,2.0,0.0,1.5,96.35,0.0,2.0,2.0
-1999,10,15,22,30,0.0,0.0,0.0,2.0,-1.0,1.6,91.57,0.0,2.0,2.0
-1999,10,15,23,30,0.0,0.0,0.0,1.0,-1.0,1.6,86.98,0.0,1.0,1.0
-1999,10,16,0,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.69,0.0,1.0,1.0
-1999,10,16,1,30,0.0,0.0,0.0,0.0,-2.0,1.6,87.95,0.0,0.0,0.0
-1999,10,16,2,30,0.0,0.0,0.0,0.0,-2.0,1.5,86.79,0.0,0.0,0.0
-1999,10,16,3,30,0.0,0.0,0.0,0.0,-3.0,1.6,92.0,0.0,0.0,0.0
-1999,10,16,4,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,90.33,0.0,0.0,0.0
-1999,10,16,5,30,0.0,0.0,0.0,0.0,-3.0,1.9,89.71000000000002,0.0,0.0,0.0
-1999,10,16,6,30,0.0,1.0,1.0,0.0,-3.0,2.6,88.99,0.9773847327947156,0.025803397364343835,0.02287124316595969
-1999,10,16,7,30,0.0,26.0,26.0,0.0,-3.0,3.4000000000000004,82.0,25.412003052662605,0.6362584761277187,0.5600224669697309
-1999,10,16,8,30,0.0,45.0,45.0,1.0,-4.0,4.1000000000000005,72.66,43.982312975762206,2.051642638745177,1.9196956998178905
-1999,10,16,9,30,0.0,48.0,48.0,1.0,-5.0,4.9,67.45,46.914467174146345,2.0646226460861024,1.9238792445636634
-1999,10,16,10,30,0.0,60.0,60.0,1.0,-6.0,5.5,63.15,58.64308396768294,2.2799620410539605,2.104032789150912
-1999,10,16,11,30,8.0,178.0,184.0,0.0,-6.0,5.9,60.99,181.02222870993157,3.850325966011755,3.30725927988196
-1999,10,16,12,30,0.0,121.0,121.0,0.0,-6.0,5.9,64.06,118.26355266816059,2.5154547644017327,2.1606641063972507
-1999,10,16,13,30,0.0,79.0,79.0,0.0,-7.0,5.5,67.56,77.21339389078254,1.6852833540543812,1.4536431723820336
-1999,10,16,14,30,0.0,27.0,27.0,0.0,-7.0,4.9,66.51,26.389387785457323,0.5988502384234328,0.5196820750670608
-1999,10,16,15,30,0.0,32.0,32.0,0.0,-7.0,4.4,71.29,31.2763114494309,0.7332839447222187,0.639455010373926
-1999,10,16,16,30,0.0,42.0,42.0,-1.0,-7.0,3.9,71.09,41.05015877737806,-0.00549407800223109,-0.12864455433436528
-1999,10,16,17,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,70.27,0.0,-1.0,-1.0
-1999,10,16,18,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,75.08,0.0,-2.0,-2.0
-1999,10,16,19,30,0.0,0.0,0.0,-2.0,-7.0,2.0,74.03,0.0,-2.0,-2.0
-1999,10,16,20,30,0.0,0.0,0.0,-3.0,-8.0,1.3,79.10000000000002,0.0,-3.0,-3.0
-1999,10,16,21,30,0.0,0.0,0.0,-3.0,-8.0,0.9,78.7,0.0,-3.0,-3.0
-1999,10,16,22,30,0.0,0.0,0.0,-3.0,-8.0,0.7000000000000001,84.4,0.0,-3.0,-3.0
-1999,10,16,23,30,0.0,0.0,0.0,-4.0,-8.0,0.7000000000000001,83.10000000000002,0.0,-4.0,-4.0
-1999,10,17,0,30,0.0,0.0,0.0,-4.0,-8.0,1.0,80.81,0.0,-4.0,-4.0
-1999,10,17,1,30,0.0,0.0,0.0,-5.0,-9.0,1.1,83.7,0.0,-5.0,-5.0
-1999,10,17,2,30,0.0,0.0,0.0,-5.0,-9.0,1.2000000000000002,79.7,0.0,-5.0,-5.0
-1999,10,17,3,30,0.0,0.0,0.0,-5.0,-10.0,1.2000000000000002,75.32000000000002,0.0,-5.0,-5.0
-1999,10,17,4,30,0.0,0.0,0.0,-5.0,-11.0,1.2000000000000002,71.15,0.0,-5.0,-5.0
-1999,10,17,5,30,0.0,0.0,0.0,-4.0,-12.0,1.1,66.93,0.0,-4.0,-4.0
-1999,10,17,6,30,347.0,16.0,31.0,-2.0,-12.0,1.3,54.32,59.45925448562202,-0.2877563383855818,-0.46613410184244786
-1999,10,17,7,30,175.0,89.0,129.0,1.0,-12.0,1.3,42.97,149.14299343156898,5.294859519961796,4.847430539667089
-1999,10,17,8,30,42.0,158.0,175.0,4.0,-12.0,1.2000000000000002,34.76,177.87702232825683,9.156855661100035,8.623224594115264
-1999,10,17,9,30,317.0,231.0,398.0,6.0,-13.0,1.6,25.78,453.9546489460316,18.811950633538256,17.45008668670016
-1999,10,17,10,30,195.0,301.0,421.0,8.0,-14.0,1.8,22.02,455.7727512640578,20.69211057145139,19.324792317659217
-1999,10,17,11,30,1019.0,88.0,754.0,10.0,-13.0,1.7000000000000002,21.56,979.8968947099506,37.47092944066054,34.53123875653069
-1999,10,17,12,30,518.0,238.0,571.0,11.0,-12.0,1.7000000000000002,21.62,679.3021521368935,30.043903078971514,28.005996622560833
-1999,10,17,13,30,357.0,253.0,461.0,11.0,-11.0,1.7000000000000002,21.55,527.5020281558169,25.78826096245881,24.20575487799136
-1999,10,17,14,30,935.0,73.0,512.0,11.0,-11.0,1.9,22.88,679.3847139177506,29.7930005811893,27.754846439436047
-1999,10,17,15,30,839.0,58.0,327.0,10.0,-10.0,1.7000000000000002,26.06,449.12839977151083,22.59109468202978,21.243709482715246
-1999,10,17,16,30,612.0,35.0,123.0,6.0,-6.0,1.2000000000000002,46.04,187.2815612247643,11.429503859353495,10.867659175679202
-1999,10,17,17,30,0.0,0.0,0.0,3.0,-6.0,1.0,58.34,0.0,3.0,3.0
-1999,10,17,18,30,0.0,0.0,0.0,2.0,-8.0,1.0,54.18,0.0,2.0,2.0
-1999,10,17,19,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,54.32,0.0,1.0,1.0
-1999,10,17,20,30,0.0,0.0,0.0,1.0,-8.0,1.4,53.13,0.0,1.0,1.0
-1999,10,17,21,30,0.0,0.0,0.0,1.0,-8.0,1.5,51.98,0.0,1.0,1.0
-1999,10,17,22,30,0.0,0.0,0.0,1.0,-9.0,1.6,50.52,0.0,1.0,1.0
-1999,10,17,23,30,0.0,0.0,0.0,1.0,-9.0,1.7000000000000002,49.0,0.0,1.0,1.0
-1999,10,18,0,30,0.0,0.0,0.0,0.0,-9.0,1.8,51.04,0.0,0.0,0.0
-1999,10,18,1,30,0.0,0.0,0.0,0.0,-10.0,1.8,49.62000000000001,0.0,0.0,0.0
-1999,10,18,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.53,0.0,0.0,0.0
-1999,10,18,3,30,0.0,0.0,0.0,0.0,-9.0,1.5,54.87000000000001,0.0,0.0,0.0
-1999,10,18,4,30,0.0,0.0,0.0,-1.0,-9.0,1.5,60.64,0.0,-1.0,-1.0
-1999,10,18,5,30,0.0,0.0,0.0,0.0,-9.0,1.4,57.17,0.0,0.0,0.0
-1999,10,18,6,30,0.0,4.0,4.0,0.0,-8.0,1.8,56.34,3.9095389311788624,0.10887070422770372,0.09714208743416713
-1999,10,18,7,30,0.0,34.0,34.0,1.0,-5.0,2.5,66.56,33.23108091502033,1.8831696028005256,1.7834763600554646
-1999,10,18,8,30,0.0,76.0,76.0,3.0,-3.0,2.8000000000000003,71.02,74.28123969239839,4.935179557519935,4.71233583844274
-1999,10,18,9,30,0.0,126.0,126.0,5.0,-3.0,2.7,67.83,123.15047633213418,8.229695590837892,7.86024416184149
-1999,10,18,10,30,0.0,121.0,121.0,6.0,-3.0,2.7,58.7,118.26355266816059,9.101533067391944,8.746742409387462
-1999,10,18,11,30,0.0,105.0,105.0,7.0,-3.0,3.0,54.65,102.62539694344514,9.638382247426613,9.330506056596278
-1999,10,18,12,30,0.0,82.0,82.0,7.0,-3.0,3.5,59.47,80.14554808916668,8.993464213625636,8.753027569358135
-1999,10,18,13,30,8.0,174.0,179.0,6.0,-2.0,3.7,65.75,176.32020739203458,10.328203112424593,9.799242490248488
-1999,10,18,14,30,0.0,66.0,66.0,5.0,-2.0,3.7,71.9,64.50739236445123,6.583488929237871,6.389966752144517
-1999,10,18,15,30,0.0,43.0,43.0,3.0,-2.0,3.5,77.91,42.02754351017277,4.045353185193931,3.9192705546634126
-1999,10,18,16,30,0.0,6.0,6.0,2.0,-2.0,3.1,84.42,5.864308396768293,2.149769647653032,2.1321767224627273
-1999,10,18,17,30,0.0,0.0,0.0,1.0,-2.0,2.5,84.32000000000002,0.0,1.0,1.0
-1999,10,18,18,30,0.0,0.0,0.0,0.0,-2.0,2.0,89.83,0.0,0.0,0.0
-1999,10,18,19,30,0.0,0.0,0.0,0.0,-2.0,1.5,88.84,0.0,0.0,0.0
-1999,10,18,20,30,0.0,0.0,0.0,0.0,-2.0,1.0,87.97,0.0,0.0,0.0
-1999,10,18,21,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,87.52,0.0,0.0,0.0
-1999,10,18,22,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,92.89,0.0,0.0,0.0
-1999,10,18,23,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,90.42,0.0,0.0,0.0
-1999,10,19,0,30,0.0,0.0,0.0,-1.0,-3.0,0.8,93.53,0.0,-1.0,-1.0
-1999,10,19,1,30,0.0,0.0,0.0,-1.0,-4.0,1.0,96.75,0.0,-1.0,-1.0
-1999,10,19,2,30,0.0,0.0,0.0,-2.0,-4.0,1.2000000000000002,92.87,0.0,-2.0,-2.0
-1999,10,19,3,30,0.0,0.0,0.0,-2.0,-5.0,1.3,96.47,0.0,-2.0,-2.0
-1999,10,19,4,30,0.0,0.0,0.0,-3.0,-5.0,1.4,93.07,0.0,-3.0,-3.0
-1999,10,19,5,30,0.0,0.0,0.0,-3.0,-6.0,1.4,89.81,0.0,-3.0,-3.0
-1999,10,19,6,30,0.0,24.0,24.0,-1.0,-6.0,2.0,74.95,23.457233587073173,-0.35545331822260423,-0.42582501898382374
-1999,10,19,7,30,671.0,58.0,207.0,1.0,-5.0,2.5,64.74,292.5309680813868,8.774482555892916,7.896889651648757
-1999,10,19,8,30,842.0,80.0,406.0,4.0,-5.0,1.9,55.74,544.5550672733904,19.06337055590179,17.42970535408162
-1999,10,19,9,30,924.0,93.0,571.0,7.0,-7.0,1.6,40.45,751.3214782286996,28.204527173214295,25.9505627385282
-1999,10,19,10,30,964.0,100.0,684.0,9.0,-8.0,1.9,34.82,891.0613394958029,33.648355972647416,30.975171954160004
-1999,10,19,11,30,978.0,103.0,733.0,10.0,-8.0,2.3000000000000003,31.55,952.554993497338,35.655095686769144,32.797430706277126
-1999,10,19,12,30,971.0,101.0,715.0,11.0,-8.0,2.5,29.64,929.6667117023404,35.707393136282654,32.91839300117563
-1999,10,19,13,30,946.0,94.0,632.0,11.0,-8.0,2.6,28.29,827.9929376283163,32.85938665463193,30.375407841746988
-1999,10,19,14,30,894.0,82.0,493.0,11.0,-8.0,2.5,28.93,655.4250321141631,28.418977936891253,26.452702840548763
-1999,10,19,15,30,794.0,63.0,310.0,10.0,-7.0,1.9,31.72,427.66520413076296,21.82998714150769,20.546991529115402
-1999,10,19,16,30,265.0,48.0,83.0,7.0,-4.0,1.0,48.69,111.51787031254744,10.276833784289169,9.942280173351527
-1999,10,19,17,30,0.0,0.0,0.0,4.0,-5.0,0.5,56.72,0.0,4.0,4.0
-1999,10,19,18,30,0.0,0.0,0.0,2.0,-6.0,0.7000000000000001,63.31,0.0,2.0,2.0
-1999,10,19,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.5,0.0,1.0,1.0
-1999,10,19,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,58.04,0.0,1.0,1.0
-1999,10,19,21,30,0.0,0.0,0.0,1.0,-7.0,1.5,60.16,0.0,1.0,1.0
-1999,10,19,22,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.09,0.0,0.0,0.0
-1999,10,19,23,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.25,0.0,0.0,0.0
-1999,10,20,0,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.72,0.0,0.0,0.0
-1999,10,20,1,30,0.0,0.0,0.0,0.0,-8.0,2.1,56.37000000000001,0.0,0.0,0.0
-1999,10,20,2,30,0.0,0.0,0.0,0.0,-8.0,2.2,57.05,0.0,0.0,0.0
-1999,10,20,3,30,0.0,0.0,0.0,1.0,-8.0,2.2,57.32,0.0,1.0,1.0
-1999,10,20,4,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,56.63,0.0,1.0,1.0
-1999,10,20,5,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,55.58,0.0,1.0,1.0
-1999,10,20,6,30,304.0,13.0,22.0,2.0,-8.0,2.4000000000000004,51.12000000000001,49.81267422607529,3.332693423490517,3.183255400812291
-1999,10,20,7,30,750.0,39.0,203.0,6.0,-7.0,2.8000000000000003,43.41,300.30145267388343,13.823472450305784,12.922568092284134
-1999,10,20,8,30,898.0,50.0,395.0,10.0,-6.0,2.6,35.5,544.2382612030592,24.36813533453427,22.73542055092509
-1999,10,20,9,30,967.0,57.0,554.0,13.0,-6.0,1.9,28.83,744.3849631557559,33.59102414086446,31.357869251397194
-1999,10,20,10,30,1001.0,61.0,663.0,15.0,-7.0,2.0,23.94,880.5197106350743,39.194500840124135,36.55294170821891
-1999,10,20,11,30,1014.0,63.0,712.0,16.0,-7.0,2.4000000000000004,22.07,941.6662580666264,41.19343618358459,38.36843740938471
-1999,10,20,12,30,1011.0,62.0,696.0,17.0,-7.0,2.9000000000000004,20.63,922.4566692684225,40.87301212863625,38.10564212083098
-1999,10,20,13,30,989.0,59.0,617.0,18.0,-7.0,3.1,20.64,823.9106479389401,39.04200514205528,36.57027319823846
-1999,10,20,14,30,942.0,54.0,482.0,17.0,-7.0,3.0,20.7,655.7624233626378,33.85890615636686,31.89161888627894
-1999,10,20,15,30,844.0,46.0,304.0,15.0,-6.0,2.0,25.2,431.32608560873024,26.851772554984738,25.557794298158548
-1999,10,20,16,30,606.0,29.0,107.0,11.0,-1.0,1.0,47.93,174.2160047090435,16.11915165160971,15.596503637482577
-1999,10,20,17,30,0.0,0.0,0.0,8.0,-3.0,0.8,50.26,0.0,8.0,8.0
-1999,10,20,18,30,0.0,0.0,0.0,7.0,-5.0,1.0,48.14,0.0,7.0,7.0
-1999,10,20,19,30,0.0,0.0,0.0,5.0,-5.0,1.5,54.41,0.0,5.0,5.0
-1999,10,20,20,30,0.0,0.0,0.0,5.0,-5.0,1.9,52.51,0.0,5.0,5.0
-1999,10,20,21,30,0.0,0.0,0.0,5.0,-6.0,2.4000000000000004,49.82,0.0,5.0,5.0
-1999,10,20,22,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,47.68,0.0,5.0,5.0
-1999,10,20,23,30,0.0,0.0,0.0,5.0,-7.0,3.1,49.73,0.0,5.0,5.0
-1999,10,21,0,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.71,0.0,5.0,5.0
-1999,10,21,1,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.14,0.0,5.0,5.0
-1999,10,21,2,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.51,0.0,4.0,4.0
-1999,10,21,3,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.89,0.0,4.0,4.0
-1999,10,21,4,30,0.0,0.0,0.0,5.0,-7.0,3.1,48.64,0.0,5.0,5.0
-1999,10,21,5,30,0.0,0.0,0.0,5.0,-7.0,3.0,47.62,0.0,5.0,5.0
-1999,10,21,6,30,310.0,12.0,21.0,6.0,-8.0,3.0,43.79,49.13003998288426,7.263077456135295,7.115687336186642
-1999,10,21,7,30,757.0,38.0,201.0,10.0,-7.0,3.6,35.47,300.3058404681772,17.420441889367282,16.519524367962752
-1999,10,21,8,30,903.0,50.0,392.0,14.0,-6.0,3.6,28.93,544.9245301516877,27.46487568732403,25.83010209686897
-1999,10,21,9,30,970.0,56.0,550.0,17.0,-6.0,2.6,23.42,743.0114776424895,36.61583781757747,34.38680338465
-1999,10,21,10,30,1001.0,60.0,657.0,19.0,-7.0,1.9,18.5,876.640631760909,43.24945331368085,40.619531418398125
-1999,10,21,11,30,1011.0,62.0,705.0,20.0,-8.0,2.0,16.72,934.9292006191508,45.68953886736035,42.88475126550289
-1999,10,21,12,30,1005.0,62.0,688.0,21.0,-8.0,2.3000000000000003,15.67,914.0437869732289,45.617876108756704,42.87574474783702
-1999,10,21,13,30,981.0,60.0,608.0,20.0,-8.0,2.6,15.87,815.3856061578641,41.52654742283231,39.08039060435872
-1999,10,21,14,30,931.0,55.0,474.0,19.0,-8.0,2.7,17.18,646.5830060882403,35.95702969302279,34.01728067475807
-1999,10,21,15,30,830.0,46.0,296.0,17.0,-7.0,2.0,21.1,422.2235662077834,28.60165786631455,27.3349871676912
-1999,10,21,16,30,586.0,29.0,102.0,13.0,0.0,1.2000000000000002,43.72,167.62767036334716,17.85971537838655,17.35683236729651
-1999,10,21,17,30,0.0,0.0,0.0,10.0,-2.0,0.9,45.8,0.0,10.0,10.0
-1999,10,21,18,30,0.0,0.0,0.0,9.0,-4.0,0.5,43.48,0.0,9.0,9.0
-1999,10,21,19,30,0.0,0.0,0.0,8.0,-5.0,0.8,44.71,0.0,8.0,8.0
-1999,10,21,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,46.0,0.0,7.0,7.0
-1999,10,21,21,30,0.0,0.0,0.0,6.0,-6.0,1.4,47.77,0.0,6.0,6.0
-1999,10,21,22,30,0.0,0.0,0.0,6.0,-6.0,1.5,49.56,0.0,6.0,6.0
-1999,10,21,23,30,0.0,0.0,0.0,6.0,-7.0,1.5,47.27,0.0,6.0,6.0
-1999,10,22,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,45.33,0.0,6.0,6.0
-1999,10,22,1,30,0.0,0.0,0.0,6.0,-8.0,1.5,43.7,0.0,6.0,6.0
-1999,10,22,2,30,0.0,0.0,0.0,5.0,-8.0,1.5,42.62,0.0,5.0,5.0
-1999,10,22,3,30,0.0,0.0,0.0,5.0,-8.0,1.5,41.75,0.0,5.0,5.0
-1999,10,22,4,30,0.0,0.0,0.0,5.0,-9.0,1.4,40.73,0.0,5.0,5.0
-1999,10,22,5,30,0.0,0.0,0.0,6.0,-9.0,1.4,39.42,0.0,6.0,6.0
-1999,10,22,6,30,280.0,11.0,18.0,7.0,-9.0,1.2000000000000002,33.27,44.126524089458314,8.279277742436337,8.146898170167962
-1999,10,22,7,30,749.0,39.0,197.0,10.0,-6.0,1.1,35.59,297.0207375992202,18.66908340163849,17.778021188840828
-1999,10,22,8,30,898.0,52.0,389.0,14.0,-4.0,0.6000000000000001,32.24,542.0547814106914,30.363248799486925,28.737084455254852
-1999,10,22,9,30,966.0,60.0,548.0,17.0,-8.0,0.4,19.83,741.5354320995984,39.689746171930445,37.46513987563165
-1999,10,22,10,30,998.0,65.0,656.0,18.0,-9.0,0.9,16.51,876.1658357805388,43.919226481192915,41.2907289738513
-1999,10,22,11,30,1009.0,68.0,704.0,19.0,-9.0,1.6,15.28,935.8887745379354,45.41356533235579,42.60589900874198
-1999,10,22,12,30,1003.0,68.0,687.0,20.0,-9.0,2.1,14.29,914.9061927128059,44.97202469697716,42.22730611883874
-1999,10,22,13,30,978.0,65.0,607.0,20.0,-9.0,2.6,14.35,814.6855316255126,41.50806513971819,39.064008544841656
-1999,10,22,14,30,927.0,59.0,471.0,19.0,-9.0,3.0,15.49,644.859168166246,35.57859586470314,33.6440183602044
-1999,10,22,15,30,821.0,49.0,292.0,17.0,-8.0,2.9000000000000004,19.47,418.4291776029272,27.828871604139554,26.57358407133077
-1999,10,22,16,30,566.0,29.0,97.0,13.0,-3.0,2.0,37.69,161.1900061042143,17.429102143886386,16.94553212557374
-1999,10,22,17,30,0.0,0.0,0.0,10.0,-3.0,1.4,45.59,0.0,10.0,10.0
-1999,10,22,18,30,0.0,0.0,0.0,9.0,-4.0,1.1,46.53,0.0,9.0,9.0
-1999,10,22,19,30,0.0,0.0,0.0,8.0,-4.0,1.0,48.82,0.0,8.0,8.0
-1999,10,22,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,48.02,0.0,7.0,7.0
-1999,10,22,21,30,0.0,0.0,0.0,7.0,-5.0,1.3,46.32,0.0,7.0,7.0
-1999,10,22,22,30,0.0,0.0,0.0,7.0,-6.0,1.4,44.26,0.0,7.0,7.0
-1999,10,22,23,30,0.0,0.0,0.0,7.0,-6.0,1.5,42.45,0.0,7.0,7.0
-1999,10,23,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,43.96,0.0,6.0,6.0
-1999,10,23,1,30,0.0,0.0,0.0,5.0,-7.0,1.5,46.33,0.0,5.0,5.0
-1999,10,23,2,30,0.0,0.0,0.0,4.0,-7.0,1.6,48.86,0.0,4.0,4.0
-1999,10,23,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,50.78,0.0,3.0,3.0
-1999,10,23,4,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.73,0.0,3.0,3.0
-1999,10,23,5,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,46.79,0.0,3.0,3.0
-1999,10,23,6,30,268.0,11.0,16.0,4.0,-9.0,1.5,42.35,42.29878559850647,5.201829402296399,5.074933045500879
-1999,10,23,7,30,753.0,39.0,195.0,9.0,-6.0,1.7000000000000002,40.02,296.8918070059925,17.323216376949507,16.43254095593153
-1999,10,23,8,30,907.0,53.0,389.0,13.0,-7.0,1.9,26.2,545.8168221810745,28.09827296131019,26.460822494766965
-1999,10,23,9,30,976.0,61.0,549.0,16.0,-10.0,1.6,17.52,746.9718542002817,37.08176784371756,34.84085228111671
-1999,10,23,10,30,1010.0,65.0,658.0,18.0,-10.0,1.5,15.04,882.9636503455305,43.08752109851788,40.43863014748129
-1999,10,23,11,30,1022.0,67.0,707.0,19.0,-10.0,1.6,14.2,942.8979221225446,45.61138432825261,42.782690561884976
-1999,10,23,12,30,1017.0,66.0,689.0,20.0,-10.0,2.0,13.27,921.4550527744301,45.31930265639134,42.55493749806806
-1999,10,23,13,30,993.0,63.0,608.0,20.0,-10.0,2.3000000000000003,13.33,820.9368024952739,42.11023233785127,39.647421930365454
-1999,10,23,14,30,940.0,57.0,471.0,19.0,-10.0,2.5,14.38,648.0482974984549,36.22292931008973,34.278784417594366
-1999,10,23,15,30,835.0,48.0,291.0,17.0,-9.0,1.9,17.830000000000005,421.12703437771717,28.64912963109897,27.385748527965816
-1999,10,23,16,30,576.0,28.0,95.0,13.0,-2.0,1.3,38.78,160.88130955038505,17.632886922867247,17.150242994216093
-1999,10,23,17,30,0.0,0.0,0.0,10.0,-4.0,1.1,40.6,0.0,10.0,10.0
-1999,10,23,18,30,0.0,0.0,0.0,9.0,-5.0,1.2000000000000002,43.52,0.0,9.0,9.0
-1999,10,23,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,50.68,0.0,7.0,7.0
-1999,10,23,20,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,51.94,0.0,6.0,6.0
-1999,10,23,21,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.44,0.0,5.0,5.0
-1999,10,23,22,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,43.75,0.0,5.0,5.0
-1999,10,23,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.38,0.0,5.0,5.0
-1999,10,24,0,30,0.0,0.0,0.0,5.0,-9.0,2.1,39.94,0.0,5.0,5.0
-1999,10,24,1,30,0.0,0.0,0.0,5.0,-9.0,2.2,41.66,0.0,5.0,5.0
-1999,10,24,2,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,40.76,0.0,5.0,5.0
-1999,10,24,3,30,0.0,0.0,0.0,5.0,-10.0,2.3000000000000003,39.88,0.0,5.0,5.0
-1999,10,24,4,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.94,0.0,5.0,5.0
-1999,10,24,5,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.4,0.0,5.0,5.0
-1999,10,24,6,30,0.0,0.0,0.0,6.0,-10.0,2.4000000000000004,35.6,0.0,6.0,6.0
-1999,10,24,7,30,690.0,36.0,176.0,10.0,-9.0,3.1,29.29,270.8980986924856,16.918516224932592,16.105821928855136
-1999,10,24,8,30,880.0,51.0,374.0,14.0,-9.0,3.4000000000000004,21.64,527.061290585392,27.196410093246605,25.615226221490428
-1999,10,24,9,30,636.0,134.0,450.0,18.0,-9.0,2.5,16.4,577.1655612414675,33.33910620528057,31.60760952155617
-1999,10,24,10,30,904.0,87.0,613.0,21.0,-11.0,1.3,11.33,815.7851787941397,44.49210419325085,42.044748656868435
-1999,10,24,11,30,594.0,199.0,567.0,22.0,-12.0,0.7000000000000001,9.74,702.5779524446473,43.06630930497103,40.95857544763709
-1999,10,24,12,30,1026.0,62.0,685.0,23.0,-13.0,0.7000000000000001,8.91,921.7579613975233,50.63826882348634,47.872994939293775
-1999,10,24,13,30,1003.0,58.0,604.0,23.0,-13.0,1.1,8.950000000000003,820.3731491202394,46.94406298924643,44.48294354188572
-1999,10,24,14,30,950.0,54.0,467.0,22.0,-12.0,1.5,9.81,648.3121233378173,40.42040050719824,38.47546413718479
-1999,10,24,15,30,842.0,45.0,287.0,19.0,-10.0,1.5,14.79,418.71308035355867,30.896835428598443,29.640696187537767
-1999,10,24,16,30,575.0,27.0,91.0,14.0,-1.0,1.3,38.62,158.02533238436246,18.550643564074036,18.07656756692095
-1999,10,24,17,30,0.0,0.0,0.0,11.0,-4.0,1.0,37.43,0.0,11.0,11.0
-1999,10,24,18,30,0.0,0.0,0.0,9.0,-5.0,0.5,40.75,0.0,9.0,9.0
-1999,10,24,19,30,0.0,0.0,0.0,8.0,-6.0,0.8,40.76,0.0,8.0,8.0
-1999,10,24,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.47,0.0,7.0,7.0
-1999,10,24,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,45.79,0.0,6.0,6.0
-1999,10,24,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.47,0.0,5.0,5.0
-1999,10,24,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.9,0.0,5.0,5.0
-1999,10,25,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.83,0.0,5.0,5.0
-1999,10,25,1,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.56,0.0,5.0,5.0
-1999,10,25,2,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,43.35,0.0,5.0,5.0
-1999,10,25,3,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,42.97,0.0,5.0,5.0
-1999,10,25,4,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.15,0.0,5.0,5.0
-1999,10,25,5,30,0.0,0.0,0.0,6.0,-9.0,1.3,37.92,0.0,6.0,6.0
-1999,10,25,6,30,0.0,0.0,0.0,8.0,-10.0,1.0,32.01,0.0,8.0,8.0
-1999,10,25,7,30,702.0,42.0,182.0,10.0,-7.0,1.2000000000000002,31.6,279.40657890730586,18.10031211073317,17.262092374011253
-1999,10,25,8,30,864.0,57.0,370.0,13.0,-6.0,1.5,28.47,522.1553407811355,27.835925718373872,26.269459696030466
-1999,10,25,9,30,937.0,66.0,527.0,16.0,-10.0,1.2000000000000002,18.9,719.3190271037075,36.853870547772594,34.69591346646147
-1999,10,25,10,30,973.0,71.0,634.0,18.0,-10.0,1.1,15.26,853.034671577071,42.89734815206499,40.33824413733378
-1999,10,25,11,30,985.0,73.0,680.0,19.0,-10.0,1.5,14.04,910.7605372291284,44.87731010726414,42.14502849557675
-1999,10,25,12,30,979.0,72.0,663.0,20.0,-10.0,2.1,13.12,888.8854048703831,44.261796957989986,41.595140743378835
-1999,10,25,13,30,951.0,69.0,582.0,21.0,-10.0,2.6,12.33,788.3955889304018,41.81399880607693,39.44881203928573
-1999,10,25,14,30,896.0,62.0,447.0,21.0,-10.0,2.9000000000000004,13.31,619.3856676290284,37.02958930020869,35.17143229732161
-1999,10,25,15,30,782.0,50.0,271.0,18.0,-9.0,2.4000000000000004,16.98,394.49476994995035,28.554353760001412,27.37086945015156
-1999,10,25,16,30,505.0,28.0,82.0,14.0,-2.0,2.2,37.53,141.5644573873748,17.83825135001173,17.413557977849607
-1999,10,25,17,30,0.0,0.0,0.0,11.0,-4.0,2.7,38.04,0.0,11.0,11.0
-1999,10,25,18,30,0.0,0.0,0.0,9.0,-5.0,2.9000000000000004,40.64,0.0,9.0,9.0
-1999,10,25,19,30,0.0,0.0,0.0,7.0,-5.0,2.9000000000000004,46.39,0.0,7.0,7.0
-1999,10,25,20,30,0.0,0.0,0.0,7.0,-6.0,2.8000000000000003,43.5,0.0,7.0,7.0
-1999,10,25,21,30,0.0,0.0,0.0,6.0,-7.0,2.5,43.62,0.0,6.0,6.0
-1999,10,25,22,30,0.0,0.0,0.0,6.0,-8.0,2.3000000000000003,41.04,0.0,6.0,6.0
-1999,10,25,23,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.84,0.0,6.0,6.0
-1999,10,26,0,30,0.0,0.0,0.0,6.0,-9.0,2.2,37.68,0.0,6.0,6.0
-1999,10,26,1,30,0.0,0.0,0.0,6.0,-9.0,2.3000000000000003,40.1,0.0,6.0,6.0
-1999,10,26,2,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,41.69,0.0,5.0,5.0
-1999,10,26,3,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.78,0.0,5.0,5.0
-1999,10,26,4,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.58,0.0,5.0,5.0
-1999,10,26,5,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,43.82,0.0,5.0,5.0
-1999,10,26,6,30,0.0,0.0,0.0,6.0,-9.0,2.1,36.69,0.0,6.0,6.0
-1999,10,26,7,30,749.0,36.0,183.0,11.0,-8.0,2.2,30.53,287.9245516903443,18.806527285326528,17.942753630255496
-1999,10,26,8,30,906.0,49.0,374.0,16.0,-7.0,2.0,23.47,534.7947466854343,30.694835097606617,29.090450857550316
-1999,10,26,9,30,976.0,56.0,532.0,19.0,-10.0,1.9,14.76,734.116417716833,39.30697774351645,37.10462849036595
-1999,10,26,10,30,1009.0,60.0,639.0,22.0,-11.0,2.6,11.25,868.2525088721227,44.92225747680206,42.31749995018569
-1999,10,26,11,30,1020.0,62.0,686.0,23.0,-12.0,3.2,10.43,926.6016834566449,46.50859991251752,43.72879486214758
-1999,10,26,12,30,1013.0,62.0,668.0,24.0,-11.0,3.5,9.91,904.2226857580454,46.490775946802366,43.77810788952823
-1999,10,26,13,30,986.0,60.0,587.0,24.0,-11.0,3.8,9.5,802.9030790336011,43.57991690000284,41.17120766290204
-1999,10,26,14,30,932.0,55.0,451.0,23.0,-11.0,3.8,10.47,632.0204692470031,38.41270495792835,36.51664355018734
-1999,10,26,15,30,821.0,45.0,273.0,21.0,-9.0,3.2,14.68,404.3628766504419,31.258998290601195,30.04590966064987
-1999,10,26,16,30,540.0,26.0,81.0,16.0,-3.0,2.5,31.9,146.04473055048908,19.88137439769784,19.443240206046372
-1999,10,26,17,30,0.0,0.0,0.0,13.0,-4.0,2.5,35.11,0.0,13.0,13.0
-1999,10,26,18,30,0.0,0.0,0.0,11.0,-5.0,2.5,36.53,0.0,11.0,11.0
-1999,10,26,19,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,41.3,0.0,9.0,9.0
-1999,10,26,20,30,0.0,0.0,0.0,8.0,-5.0,2.5,42.81,0.0,8.0,8.0
-1999,10,26,21,30,0.0,0.0,0.0,8.0,-6.0,2.6,43.59,0.0,8.0,8.0
-1999,10,26,22,30,0.0,0.0,0.0,8.0,-7.0,2.8000000000000003,40.76,0.0,8.0,8.0
-1999,10,26,23,30,0.0,0.0,0.0,8.0,-8.0,3.2,35.6,0.0,8.0,8.0
-1999,10,27,0,30,0.0,0.0,0.0,8.0,-8.0,3.6,36.17,0.0,8.0,8.0
-1999,10,27,1,30,0.0,0.0,0.0,8.0,-9.0,3.8,34.56,0.0,8.0,8.0
-1999,10,27,2,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.12,0.0,7.0,7.0
-1999,10,27,3,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.62,0.0,7.0,7.0
-1999,10,27,4,30,0.0,0.0,0.0,7.0,-9.0,3.7,35.02,0.0,7.0,7.0
-1999,10,27,5,30,0.0,0.0,0.0,7.0,-9.0,3.6,34.86,0.0,7.0,7.0
-1999,10,27,6,30,0.0,0.0,0.0,8.0,-9.0,3.7,32.62,0.0,8.0,8.0
-1999,10,27,7,30,725.0,33.0,172.0,11.0,-8.0,3.9,28.21,275.33679466121885,17.670475364528066,16.84446498054441
-1999,10,27,8,30,739.0,63.0,325.0,15.0,-7.0,4.2,23.19,456.89489456044856,25.853235698157313,24.482551014475966
-1999,10,27,9,30,948.0,62.0,520.0,18.0,-8.0,4.3,18.34,717.8579837023949,34.94091906606833,32.78734511496115
-1999,10,27,10,30,985.0,67.0,627.0,20.0,-9.0,4.0,14.32,852.864805885829,40.52674974127896,37.968155323621474
-1999,10,27,11,30,998.0,69.0,674.0,21.0,-10.0,3.8,12.59,911.5884837461945,43.230362823161016,40.495597371922436
-1999,10,27,12,30,990.0,69.0,657.0,22.0,-10.0,4.2,12.37,888.6886275450593,43.11020992321985,40.44414404058467
-1999,10,27,13,30,959.0,67.0,576.0,21.0,-10.0,4.800000000000002,12.61,786.2555015469865,38.9589364041171,36.600169899476136
-1999,10,27,14,30,893.0,62.0,438.0,20.0,-9.0,5.5,14.36,611.8550078274151,33.35453614750964,31.5189711240274
-1999,10,27,15,30,758.0,52.0,259.0,17.0,-7.0,6.1000000000000005,20.13,381.2997370213542,25.00649508317846,23.862595872114397
-1999,10,27,16,30,438.0,29.0,72.0,12.0,-4.0,5.6000000000000005,36.68,125.02380899250609,14.711221230441078,14.33614980346356
-1999,10,27,17,30,0.0,0.0,0.0,8.0,-2.0,4.0,53.97,0.0,8.0,8.0
-1999,10,27,18,30,0.0,0.0,0.0,6.0,-1.0,2.5,65.16,0.0,6.0,6.0
-1999,10,27,19,30,0.0,0.0,0.0,4.0,-1.0,1.7000000000000002,76.88,0.0,4.0,4.0
-1999,10,27,20,30,0.0,0.0,0.0,4.0,-1.0,1.2000000000000002,81.62,0.0,4.0,4.0
-1999,10,27,21,30,0.0,0.0,0.0,3.0,-1.0,0.6000000000000001,80.49,0.0,3.0,3.0
-1999,10,27,22,30,0.0,0.0,0.0,2.0,-2.0,0.4,85.97,0.0,2.0,2.0
-1999,10,27,23,30,0.0,0.0,0.0,2.0,-2.0,0.8,85.02,0.0,2.0,2.0
-1999,10,28,0,30,0.0,0.0,0.0,2.0,-2.0,1.4,83.22,0.0,2.0,2.0
-1999,10,28,1,30,0.0,0.0,0.0,2.0,-2.0,1.7000000000000002,80.62,0.0,2.0,2.0
-1999,10,28,2,30,0.0,0.0,0.0,2.0,-3.0,2.0,78.21000000000002,0.0,2.0,2.0
-1999,10,28,3,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,76.05,0.0,2.0,2.0
-1999,10,28,4,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,73.72,0.0,2.0,2.0
-1999,10,28,5,30,0.0,0.0,0.0,2.0,-4.0,3.3000000000000003,70.89,0.0,2.0,2.0
-1999,10,28,6,30,0.0,0.0,0.0,4.0,-5.0,3.9,63.29,0.0,4.0,4.0
-1999,10,28,7,30,709.0,39.0,172.0,7.0,-5.0,4.2,47.11,274.29253341988067,13.515637515088923,12.692759914829281
-1999,10,28,8,30,882.0,52.0,361.0,11.0,-5.0,3.8,36.55,520.4241496691913,23.691272295956615,22.12999984694904
-1999,10,28,9,30,960.0,60.0,520.0,15.0,-5.0,3.0,26.89,721.5391306921928,33.5499504990076,31.38533310693102
-1999,10,28,10,30,998.0,64.0,627.0,18.0,-7.0,2.0,19.08,857.3060566213062,41.556647121740724,38.984728951876804
-1999,10,28,11,30,1010.0,66.0,674.0,20.0,-8.0,1.4,16.490000000000002,915.6001730545069,46.18998417744806,43.44318365828454
-1999,10,28,12,30,405.0,251.0,490.0,21.0,-8.0,1.4,15.07,579.9776151841883,37.589779045447706,35.84984619989514
-1999,10,28,13,30,400.0,216.0,426.0,21.0,-8.0,1.6,14.28,510.4571889855261,35.406620399199326,33.87524883224275
-1999,10,28,14,30,256.0,179.0,286.0,20.0,-8.0,1.7000000000000002,15.9,332.1895814280184,29.312772192254794,28.31620344797074
-1999,10,28,15,30,66.0,107.0,125.0,18.0,-6.0,1.2000000000000002,22.25,133.16479876535843,21.860597829803545,21.46110343350747
-1999,10,28,16,30,0.0,24.0,24.0,13.0,-1.0,0.8,43.02,23.457233587073173,13.698619199336047,13.628247498574828
-1999,10,28,17,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.7,0.0,10.0,10.0
-1999,10,28,18,30,0.0,0.0,0.0,9.0,-2.0,1.7000000000000002,52.64,0.0,9.0,9.0
-1999,10,28,19,30,0.0,0.0,0.0,8.0,-2.0,2.3000000000000003,53.59,0.0,8.0,8.0
-1999,10,28,20,30,0.0,0.0,0.0,8.0,-3.0,2.7,55.39,0.0,8.0,8.0
-1999,10,28,21,30,0.0,0.0,0.0,7.0,-3.0,2.8000000000000003,57.69,0.0,7.0,7.0
-1999,10,28,22,30,0.0,0.0,0.0,6.0,-3.0,2.5,60.88,0.0,6.0,6.0
-1999,10,28,23,30,0.0,0.0,0.0,5.0,-3.0,2.1,60.84,0.0,5.0,5.0
-1999,10,29,0,30,0.0,0.0,0.0,5.0,-3.0,1.5,67.77,0.0,5.0,5.0
-1999,10,29,1,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,76.91,0.0,4.0,4.0
-1999,10,29,2,30,0.0,0.0,0.0,4.0,-2.0,1.5,77.23,0.0,4.0,4.0
-1999,10,29,3,30,0.0,0.0,0.0,3.0,-2.0,1.3,77.8,0.0,3.0,3.0
-1999,10,29,4,30,0.0,0.0,0.0,3.0,-2.0,0.7000000000000001,78.10000000000002,0.0,3.0,3.0
-1999,10,29,5,30,0.0,0.0,0.0,2.0,-2.0,0.6000000000000001,83.78,0.0,2.0,2.0
-1999,10,29,6,30,0.0,0.0,0.0,2.0,-2.0,1.1,82.54,0.0,2.0,2.0
-1999,10,29,7,30,199.0,68.0,104.0,4.0,-2.0,2.8000000000000003,72.19,132.30729609290404,7.4468780511740285,7.049956162895317
-1999,10,29,8,30,720.0,64.0,314.0,6.0,-4.0,4.800000000000002,54.5,444.0755510729425,16.143171735715526,14.8109450824967
-1999,10,29,9,30,900.0,63.0,490.0,8.0,-7.0,5.5,41.14,680.4988134755388,22.852777025010266,20.81128058458365
-1999,10,29,10,30,961.0,88.0,627.0,9.0,-8.0,5.5,35.47,848.3884927418803,27.51718895573451,24.97202347750887
-1999,10,29,11,30,968.0,95.0,673.0,9.0,-7.0,5.4,33.54,905.4750417644585,28.891508869123165,26.175083743829788
-1999,10,29,12,30,606.0,186.0,540.0,9.0,-7.0,5.4,34.64,680.5716793570307,23.950823569498187,21.909108531427094
-1999,10,29,13,30,0.0,68.0,68.0,9.0,-7.0,5.2,35.48000000000001,66.46216183004066,10.479095590875058,10.279709105384937
-1999,10,29,14,30,536.0,128.0,348.0,8.0,-7.0,4.800000000000002,37.98,452.66561528257716,18.339378206188016,16.981381360340286
-1999,10,29,15,30,762.0,55.0,257.0,7.0,-7.0,4.0,39.62,381.5825211230085,16.183927936389516,15.039180373020491
-1999,10,29,16,30,477.0,26.0,68.0,5.0,-7.0,2.7,46.3,128.24603153379792,8.36332960231585,7.978591507714457
-1999,10,29,17,30,0.0,0.0,0.0,3.0,-6.0,1.9,59.52,0.0,3.0,3.0
-1999,10,29,18,30,0.0,0.0,0.0,2.0,-5.0,1.9,64.82000000000001,0.0,2.0,2.0
-1999,10,29,19,30,0.0,0.0,0.0,2.0,-5.0,1.8,64.8,0.0,2.0,2.0
-1999,10,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,63.69000000000001,0.0,1.0,1.0
-1999,10,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,66.68,0.0,0.0,0.0
-1999,10,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.9,64.8,0.0,0.0,0.0
-1999,10,29,23,30,0.0,0.0,0.0,0.0,-7.0,2.2,62.8,0.0,0.0,0.0
-1999,10,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.4000000000000004,65.08,0.0,0.0,0.0
-1999,10,30,1,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.78,0.0,0.0,0.0
-1999,10,30,2,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.94,0.0,0.0,0.0
-1999,10,30,3,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,59.42,0.0,0.0,0.0
-1999,10,30,4,30,0.0,0.0,0.0,0.0,-9.0,2.4000000000000004,57.64,0.0,0.0,0.0
-1999,10,30,5,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,55.37000000000001,0.0,0.0,0.0
-1999,10,30,6,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.26,0.0,0.0,0.0
-1999,10,30,7,30,744.0,32.0,166.0,3.0,-10.0,3.1,43.58,275.80188842457136,10.043755010250187,9.216349344976473
-1999,10,30,8,30,907.0,42.0,352.0,7.0,-10.0,2.9000000000000004,30.89,519.323556130353,20.43999991242822,18.88202924403716
-1999,10,30,9,30,976.0,47.0,506.0,11.0,-12.0,2.5,21.19,714.3529041108623,29.985081231523527,27.84202251919094
-1999,10,30,10,30,1007.0,51.0,610.0,13.0,-14.0,3.3000000000000003,15.82,845.6390243806487,34.313163507360365,31.776246434218418
-1999,10,30,11,30,1017.0,53.0,656.0,14.0,-13.0,4.1000000000000005,15.41,902.334286635492,35.57533667568902,32.86833381578255
-1999,10,30,12,30,1009.0,53.0,638.0,15.0,-12.0,4.5,15.24,879.0347284342658,35.47498632444589,32.83788213914309
-1999,10,30,13,30,983.0,51.0,558.0,16.0,-12.0,4.6000000000000005,16.16,779.2332052443677,34.03220014066082,31.69450052492772
-1999,10,30,14,30,929.0,46.0,424.0,15.0,-11.0,4.3,17.16,609.8897704201046,29.39294884849174,27.563279537231427
-1999,10,30,15,30,818.0,38.0,250.0,13.0,-10.0,2.8000000000000003,21.46,386.7596105183481,23.075885850166717,21.915607018611674
-1999,10,30,16,30,526.0,21.0,65.0,9.0,-4.0,1.4,42.42,132.62805863589796,12.793715706247509,12.395831530339816
-1999,10,30,17,30,0.0,0.0,0.0,8.0,-6.0,0.7000000000000001,43.2,0.0,8.0,8.0
-1999,10,30,18,30,0.0,0.0,0.0,7.0,-7.0,0.7000000000000001,42.2,0.0,7.0,7.0
-1999,10,30,19,30,0.0,0.0,0.0,5.0,-7.0,1.2000000000000002,45.51,0.0,5.0,5.0
-1999,10,30,20,30,0.0,0.0,0.0,5.0,-7.0,1.4,49.37000000000001,0.0,5.0,5.0
-1999,10,30,21,30,0.0,0.0,0.0,5.0,-7.0,1.5,48.55,0.0,5.0,5.0
-1999,10,30,22,30,0.0,0.0,0.0,5.0,-7.0,1.4,47.62,0.0,5.0,5.0
-1999,10,30,23,30,0.0,0.0,0.0,5.0,-8.0,1.4,46.54,0.0,5.0,5.0
-1999,10,31,0,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.71,0.0,4.0,4.0
-1999,10,31,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,48.62000000000001,0.0,4.0,4.0
-1999,10,31,2,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.69,0.0,3.0,3.0
-1999,10,31,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.05,0.0,3.0,3.0
-1999,10,31,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,49.49,0.0,3.0,3.0
-1999,10,31,5,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,50.09,0.0,3.0,3.0
-1999,10,31,6,30,0.0,0.0,0.0,4.0,-8.0,1.6,47.45,0.0,4.0,4.0
-1999,10,31,7,30,739.0,29.0,159.0,8.0,-5.0,1.8,42.65,269.54647065209,15.506182851371774,14.697543439415504
-1999,10,31,8,30,905.0,39.0,345.0,13.0,-2.0,2.4000000000000004,37.45,512.9898309405023,26.724582842292914,25.185613349471407
-1999,10,31,9,30,978.0,45.0,500.0,17.0,-4.0,2.5,27.98,710.9641210046593,35.89501885174311,33.76212648872913
-1999,10,31,10,30,1013.0,48.0,606.0,20.0,-5.0,2.0,20.48,844.3538110871166,43.20075149365487,40.66769006039352
-1999,10,31,11,30,1025.0,49.0,652.0,21.0,-6.0,1.4,16.740000000000002,901.8655445820523,46.79711651210381,44.09151987835766
-1999,10,31,12,30,1019.0,48.0,634.0,22.0,-7.0,0.9,14.97,879.0903428995318,48.005740882083145,45.36846985338455
-1999,10,31,13,30,993.0,47.0,555.0,23.0,-7.0,0.4,14.69,779.6405303999264,46.85569856053428,44.5167769693345
-1999,10,31,14,30,939.0,43.0,421.0,22.0,-7.0,0.2,15.92,610.2471218800475,40.927074312603104,39.09633294696296
-1999,10,31,15,30,827.0,35.0,247.0,18.0,-4.0,0.2,25.0,385.4181423151578,29.953907785014234,28.79765335806876
-1999,10,31,16,30,532.0,19.0,62.0,13.0,0.0,0.30000000000000004,48.52,130.6877369591245,17.025978977139356,16.633915766261982
-1999,10,31,17,30,0.0,0.0,0.0,10.0,-2.0,1.0,46.91,0.0,10.0,10.0
-1999,10,31,18,30,0.0,0.0,0.0,9.0,-3.0,1.8,47.58,0.0,9.0,9.0
-1999,10,31,19,30,0.0,0.0,0.0,8.0,-3.0,2.2,48.7,0.0,8.0,8.0
-1999,10,31,20,30,0.0,0.0,0.0,7.0,-4.0,2.5,50.09,0.0,7.0,7.0
-1999,10,31,21,30,0.0,0.0,0.0,7.0,-5.0,2.6,50.92,0.0,7.0,7.0
-1999,10,31,22,30,0.0,0.0,0.0,6.0,-5.0,2.7,48.22,0.0,6.0,6.0
-1999,10,31,23,30,0.0,0.0,0.0,6.0,-6.0,2.8000000000000003,45.89,0.0,6.0,6.0
-1999,11,1,0,30,0.0,0.0,0.0,6.0,-6.0,2.6,48.0,0.0,6.0,6.0
-1999,11,1,1,30,0.0,0.0,0.0,5.0,-6.0,2.2,51.58,0.0,5.0,5.0
-1999,11,1,2,30,0.0,0.0,0.0,4.0,-6.0,1.7000000000000002,56.29,0.0,4.0,4.0
-1999,11,1,3,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.49,0.0,3.0,3.0
-1999,11,1,4,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,61.97,0.0,2.0,2.0
-1999,11,1,5,30,0.0,0.0,0.0,1.0,-6.0,1.1,61.16,0.0,1.0,1.0
-1999,11,1,6,30,0.0,0.0,0.0,1.0,-6.0,1.4,59.6,0.0,1.0,1.0
-1999,11,1,7,30,244.0,60.0,102.0,3.0,-6.0,2.4000000000000004,55.52,137.72101151448177,6.684602145406088,6.271439110862643
-1999,11,1,8,30,860.0,48.0,335.0,5.0,-8.0,3.3000000000000003,46.2,495.9165016182928,17.498890401528026,16.011140896673147
-1999,11,1,9,30,932.0,65.0,495.0,6.0,-9.0,3.4000000000000004,36.34,696.4603683639824,23.437775831377728,21.348394726285782
-1999,11,1,10,30,927.0,75.0,582.0,8.0,-10.0,3.3000000000000003,30.46,800.2078981654895,28.168134726248482,25.767511031752015
-1999,11,1,11,30,987.0,71.0,647.0,9.0,-10.0,3.7,27.91,888.5850912841202,30.812455955197365,28.146700681345003
-1999,11,1,12,30,979.0,70.0,628.0,10.0,-10.0,4.4,25.93,864.8158419919846,30.27590667459249,27.681459148616536
-1999,11,1,13,30,945.0,67.0,546.0,9.0,-10.0,5.0,28.03,760.7990607825956,26.15274687302958,23.870349690681795
-1999,11,1,14,30,876.0,62.0,411.0,8.0,-10.0,5.2,30.51,588.1343863684219,21.08875537247942,19.32435221337415
-1999,11,1,15,30,654.0,50.0,215.0,6.0,-9.0,4.7,38.23,324.8596841161221,13.468674347567717,12.494095295219351
-1999,11,1,16,30,311.0,26.0,50.0,3.0,-9.0,3.5,45.77,90.23651849387562,5.244457423631044,4.973747868149417
-1999,11,1,17,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,49.82,0.0,1.0,1.0
-1999,11,1,18,30,0.0,0.0,0.0,0.0,-9.0,1.8,53.02,0.0,0.0,0.0
-1999,11,1,19,30,0.0,0.0,0.0,0.0,-9.0,1.5,51.72,0.0,0.0,0.0
-1999,11,1,20,30,0.0,0.0,0.0,0.0,-9.0,1.1,54.39,0.0,0.0,0.0
-1999,11,1,21,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,54.89,0.0,0.0,0.0
-1999,11,1,22,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,58.08,0.0,-1.0,-1.0
-1999,11,1,23,30,0.0,0.0,0.0,-2.0,-10.0,1.0,60.63,0.0,-2.0,-2.0
-1999,11,2,0,30,0.0,0.0,0.0,-3.0,-10.0,1.0,64.84,0.0,-3.0,-3.0
-1999,11,2,1,30,0.0,0.0,0.0,-2.0,-10.0,0.9,65.05,0.0,-2.0,-2.0
-1999,11,2,2,30,0.0,0.0,0.0,-2.0,-10.0,0.8,64.25,0.0,-2.0,-2.0
-1999,11,2,3,30,0.0,0.0,0.0,-2.0,-10.0,0.8,58.38,0.0,-2.0,-2.0
-1999,11,2,4,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.8,0.0,-2.0,-2.0
-1999,11,2,5,30,0.0,0.0,0.0,-2.0,-11.0,1.1,54.15,0.0,-2.0,-2.0
-1999,11,2,6,30,0.0,0.0,0.0,-1.0,-12.0,1.5,43.78,0.0,-1.0,-1.0
-1999,11,2,7,30,730.0,36.0,159.0,3.0,-12.0,2.2,35.79,270.0718121917058,10.322484166406142,9.512268729831025
-1999,11,2,8,30,914.0,51.0,352.0,8.0,-13.0,2.5,22.8,524.6201781798442,21.942627853998303,20.368767319458772
-1999,11,2,9,30,990.0,59.0,512.0,12.0,-16.0,1.9,14.0,727.1220323504389,32.11350049040354,29.93213439335222
-1999,11,2,10,30,1023.0,64.0,618.0,15.0,-18.0,1.3,9.18,861.5892978842975,39.811121951990486,37.22635405833759
-1999,11,2,11,30,1029.0,66.0,661.0,16.0,-19.0,1.1,8.03,915.3048983484001,42.714816500177434,39.968901805132234
-1999,11,2,12,30,1014.0,65.0,639.0,17.0,-19.0,1.1,7.83,885.2117306031955,42.83649338000968,40.18085818820009
-1999,11,2,13,30,977.0,61.0,553.0,17.0,-18.0,1.2000000000000002,8.66,775.504945088017,39.482763731608294,37.156248896344245
-1999,11,2,14,30,120.0,174.0,221.0,16.0,-16.0,1.3,10.42,241.98342734809503,22.96837848501279,22.242428202968505
-1999,11,2,15,30,350.0,85.0,171.0,14.0,-11.0,1.0,17.89,229.85817824906442,20.754137628083352,20.064563093336158
-1999,11,2,16,30,39.0,25.0,28.0,10.0,-8.0,0.8,31.29,32.47769632671749,10.96727272292477,10.869839633944618
-1999,11,2,17,30,0.0,0.0,0.0,8.0,-10.0,1.4,31.9,0.0,8.0,8.0
-1999,11,2,18,30,0.0,0.0,0.0,6.0,-10.0,2.0,34.43,0.0,6.0,6.0
-1999,11,2,19,30,0.0,0.0,0.0,5.0,-10.0,2.5,37.04,0.0,5.0,5.0
-1999,11,2,20,30,0.0,0.0,0.0,5.0,-10.0,3.4000000000000004,36.3,0.0,5.0,5.0
-1999,11,2,21,30,0.0,0.0,0.0,5.0,-10.0,4.1000000000000005,35.96,0.0,5.0,5.0
-1999,11,2,22,30,0.0,0.0,0.0,5.0,-10.0,4.3,35.96,0.0,5.0,5.0
-1999,11,2,23,30,0.0,0.0,0.0,4.0,-10.0,3.8,39.1,0.0,4.0,4.0
-1999,11,3,0,30,0.0,0.0,0.0,4.0,-10.0,3.2,43.06,0.0,4.0,4.0
-1999,11,3,1,30,0.0,0.0,0.0,3.0,-9.0,2.6,45.29,0.0,3.0,3.0
-1999,11,3,2,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,52.32,0.0,2.0,2.0
-1999,11,3,3,30,0.0,0.0,0.0,2.0,-8.0,2.1,54.64,0.0,2.0,2.0
-1999,11,3,4,30,0.0,0.0,0.0,2.0,-7.0,2.0,55.52,0.0,2.0,2.0
-1999,11,3,5,30,0.0,0.0,0.0,1.0,-8.0,2.0,54.64,0.0,1.0,1.0
-1999,11,3,6,30,0.0,0.0,0.0,2.0,-8.0,2.0,53.19,0.0,2.0,2.0
-1999,11,3,7,30,703.0,35.0,151.0,5.0,-7.0,2.7,44.85,258.75124009083515,11.785907485987918,11.009653765715413
-1999,11,3,8,30,893.0,50.0,340.0,10.0,-7.0,3.2,35.5,510.3465838038334,22.947886745260558,21.416846993849056
-1999,11,3,9,30,945.0,70.0,498.0,13.0,-9.0,2.8000000000000003,23.19,704.6914005013244,31.358664963824125,29.24459076232015
-1999,11,3,10,30,1012.0,61.0,605.0,16.0,-12.0,2.4000000000000004,15.35,846.9615198537562,38.65969585041422,36.118811290852946
-1999,11,3,11,30,683.0,157.0,550.0,17.0,-14.0,2.1,12.71,716.0288554875841,36.543741648491704,34.39565508202895
-1999,11,3,12,30,724.0,138.0,545.0,18.0,-14.0,2.0,11.39,719.3043001344174,37.76470064634329,35.60678774594004
-1999,11,3,13,30,489.0,179.0,423.0,17.0,-14.0,2.0,11.31,531.7862144871373,31.612168084114394,30.01680944065298
-1999,11,3,14,30,41.0,157.0,173.0,16.0,-14.0,1.8,12.44,177.90689647412108,20.95425405580048,20.420533366378116
-1999,11,3,15,30,0.0,47.0,47.0,13.0,-9.0,1.2000000000000002,22.98,45.937082441351635,14.331767872777528,14.193956625453472
-1999,11,3,16,30,0.0,19.0,19.0,10.0,-4.0,0.6000000000000001,43.56,18.570309923099597,10.560590205964866,10.504879276195567
-1999,11,3,17,30,0.0,0.0,0.0,8.0,-6.0,0.5,44.51,0.0,8.0,8.0
-1999,11,3,18,30,0.0,0.0,0.0,6.0,-7.0,0.9,41.47,0.0,6.0,6.0
-1999,11,3,19,30,0.0,0.0,0.0,4.0,-9.0,1.6,43.72,0.0,4.0,4.0
-1999,11,3,20,30,0.0,0.0,0.0,4.0,-9.0,1.9,41.53,0.0,4.0,4.0
-1999,11,3,21,30,0.0,0.0,0.0,4.0,-10.0,2.2,42.89,0.0,4.0,4.0
-1999,11,3,22,30,0.0,0.0,0.0,4.0,-10.0,2.5,41.78,0.0,4.0,4.0
-1999,11,3,23,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.38,0.0,4.0,4.0
-1999,11,4,0,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.36,0.0,4.0,4.0
-1999,11,4,1,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.83,0.0,4.0,4.0
-1999,11,4,2,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,39.38,0.0,4.0,4.0
-1999,11,4,3,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,39.94,0.0,4.0,4.0
-1999,11,4,4,30,0.0,0.0,0.0,4.0,-10.0,3.0,40.41,0.0,4.0,4.0
-1999,11,4,5,30,0.0,0.0,0.0,4.0,-9.0,2.9000000000000004,40.69,0.0,4.0,4.0
-1999,11,4,6,30,0.0,0.0,0.0,5.0,-9.0,3.0,37.99,0.0,5.0,5.0
-1999,11,4,7,30,0.0,3.0,3.0,8.0,-9.0,3.8,31.95,2.9321541983841466,8.071504689721028,8.062708227125876
-1999,11,4,8,30,847.0,46.0,318.0,13.0,-8.0,4.3,25.54,480.3885206935224,24.33681484931586,22.895649287235294
-1999,11,4,9,30,880.0,61.0,456.0,16.0,-9.0,3.9,18.9,649.56040734685,31.736642464772114,29.787961242731566
-1999,11,4,10,30,859.0,86.0,544.0,19.0,-10.0,3.0,15.34,749.7237870564196,38.27454596188484,36.02537460071558
-1999,11,4,11,30,853.0,99.0,586.0,20.0,-10.0,2.0,14.36,796.6974371556272,41.891272369909785,39.501180058442905
-1999,11,4,12,30,537.0,192.0,491.0,20.0,-9.0,1.4,13.97,619.4670688561896,37.719342142181866,35.8609409356133
-1999,11,4,13,30,953.0,58.0,529.0,21.0,-9.0,1.1,14.46,749.2797549045436,42.8690746610138,40.621235396300165
-1999,11,4,14,30,898.0,51.0,398.0,20.0,-9.0,0.8,15.98,583.0475131381384,37.36471546363038,35.61557292421597
-1999,11,4,15,30,774.0,41.0,227.0,17.0,-5.0,0.5,24.18,360.7923095065021,27.965242159436837,26.882865230917332
-1999,11,4,16,30,431.0,20.0,48.0,13.0,-2.0,0.2,39.37,106.59591231666806,16.306117606293075,15.98632986934307
-1999,11,4,17,30,0.0,0.0,0.0,11.0,-5.0,0.2,37.66,0.0,11.0,11.0
-1999,11,4,18,30,0.0,0.0,0.0,9.0,-6.0,0.6000000000000001,37.95,0.0,9.0,9.0
-1999,11,4,19,30,0.0,0.0,0.0,8.0,-6.0,1.1,39.12,0.0,8.0,8.0
-1999,11,4,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,43.98,0.0,7.0,7.0
-1999,11,4,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,42.84,0.0,6.0,6.0
-1999,11,4,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,44.26,0.0,6.0,6.0
-1999,11,4,23,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,42.96,0.0,5.0,5.0
-1999,11,5,0,30,0.0,0.0,0.0,5.0,-8.0,1.6,42.27,0.0,5.0,5.0
-1999,11,5,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,45.34,0.0,4.0,4.0
-1999,11,5,2,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.51,0.0,4.0,4.0
-1999,11,5,3,30,0.0,0.0,0.0,4.0,-8.0,1.2000000000000002,49.11,0.0,4.0,4.0
-1999,11,5,4,30,0.0,0.0,0.0,4.0,-8.0,1.1,49.09,0.0,4.0,4.0
-1999,11,5,5,30,0.0,0.0,0.0,4.0,-8.0,0.9,45.49,0.0,4.0,4.0
-1999,11,5,6,30,0.0,0.0,0.0,4.0,-8.0,0.5,46.14,0.0,4.0,4.0
-1999,11,5,7,30,649.0,35.0,137.0,7.0,-7.0,0.6000000000000001,44.23,238.39097927621154,14.196414530830372,13.481241593001737
-1999,11,5,8,30,849.0,51.0,321.0,10.0,-6.0,1.0,36.42,484.0074873923671,24.222044252559332,22.77002179038223
-1999,11,5,9,30,933.0,60.0,475.0,13.0,-8.0,1.1,24.69,681.3791405378529,32.887273343956934,30.84313592234338
-1999,11,5,10,30,973.0,65.0,580.0,16.0,-9.0,1.1,19.36,814.5585563134326,39.77435366054363,37.33067799160333
-1999,11,5,11,30,988.0,67.0,626.0,18.0,-9.0,1.4,17.740000000000006,873.1137978896929,42.97469662500965,40.35535523134057
-1999,11,5,12,30,981.0,66.0,609.0,19.0,-9.0,1.8,16.48,850.343485490166,42.67990080938756,40.12887035291706
-1999,11,5,13,30,953.0,63.0,529.0,19.0,-9.0,2.1,15.58,751.3708441642445,39.50838810197886,37.254275569486126
-1999,11,5,14,30,891.0,56.0,396.0,18.0,-9.0,2.2,16.84,581.3637482926079,33.76257369196816,32.018482447090335
-1999,11,5,15,30,760.0,44.0,223.0,15.0,-7.0,1.8,23.46,356.0861088183316,24.916091415174833,23.847833088719838
-1999,11,5,16,30,402.0,20.0,45.0,11.0,-2.0,1.6,45.15,99.93935799366196,13.820585985703884,13.5207679117229
-1999,11,5,17,30,0.0,0.0,0.0,9.0,-4.0,1.7000000000000002,46.27,0.0,9.0,9.0
-1999,11,5,18,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,47.16,0.0,8.0,8.0
-1999,11,5,19,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,49.51,0.0,6.0,6.0
-1999,11,5,20,30,0.0,0.0,0.0,6.0,-6.0,1.8,49.81,0.0,6.0,6.0
-1999,11,5,21,30,0.0,0.0,0.0,5.0,-7.0,2.1,46.06,0.0,5.0,5.0
-1999,11,5,22,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.91,0.0,5.0,5.0
-1999,11,5,23,30,0.0,0.0,0.0,5.0,-9.0,2.5,40.61,0.0,5.0,5.0
-1999,11,6,0,30,0.0,0.0,0.0,5.0,-9.0,2.6,39.62,0.0,5.0,5.0
-1999,11,6,1,30,0.0,0.0,0.0,5.0,-9.0,2.7,39.47,0.0,5.0,5.0
-1999,11,6,2,30,0.0,0.0,0.0,5.0,-9.0,2.8000000000000003,39.48,0.0,5.0,5.0
-1999,11,6,3,30,0.0,0.0,0.0,5.0,-9.0,2.7,42.6,0.0,5.0,5.0
-1999,11,6,4,30,0.0,0.0,0.0,4.0,-9.0,2.6,42.92,0.0,4.0,4.0
-1999,11,6,5,30,0.0,0.0,0.0,4.0,-9.0,2.4000000000000004,43.09,0.0,4.0,4.0
-1999,11,6,6,30,0.0,0.0,0.0,5.0,-9.0,2.1,40.05,0.0,5.0,5.0
-1999,11,6,7,30,667.0,34.0,136.0,9.0,-8.0,2.1,34.78,241.45120102227628,15.590320847173215,14.865967244106386
-1999,11,6,8,30,859.0,50.0,319.0,14.0,-7.0,1.8,27.52,485.79367541290674,27.52811686559159,26.070735839352867
-1999,11,6,9,30,939.0,59.0,472.0,17.0,-8.0,1.4,18.31,681.6400207841914,36.497747908344465,34.45282784599189
-1999,11,6,10,30,975.0,65.0,576.0,19.0,-10.0,1.9,14.26,813.1074051657106,41.49201023339256,39.05268801789543
-1999,11,6,11,30,987.0,67.0,622.0,20.0,-10.0,2.5,12.9,869.2462518617834,43.10162191099908,40.49388315541373
-1999,11,6,12,30,979.0,67.0,604.0,21.0,-10.0,2.9000000000000004,12.32,846.7436805342944,42.91357364381439,40.3733426022115
-1999,11,6,13,30,948.0,64.0,525.0,21.0,-10.0,3.2,13.38,746.0098345952672,39.926845315972365,37.68881581218656
-1999,11,6,14,30,884.0,58.0,392.0,20.0,-10.0,3.2,14.72,576.8448176224854,34.634998264311534,32.904463811444074
-1999,11,6,15,30,749.0,45.0,219.0,17.0,-7.0,2.5,21.98,350.78238911404713,26.322608074516282,25.27026090717414
-1999,11,6,16,30,382.0,20.0,42.0,12.0,-3.0,1.9,37.2,95.20580781124116,14.633563524283034,14.34794610084931
-1999,11,6,17,30,0.0,0.0,0.0,9.0,-5.0,2.1,41.61,0.0,9.0,9.0
-1999,11,6,18,30,0.0,0.0,0.0,8.0,-5.0,2.2,43.65,0.0,8.0,8.0
-1999,11,6,19,30,0.0,0.0,0.0,7.0,-5.0,2.2,45.76,0.0,7.0,7.0
-1999,11,6,20,30,0.0,0.0,0.0,6.0,-6.0,2.2,47.46,0.0,6.0,6.0
-1999,11,6,21,30,0.0,0.0,0.0,6.0,-6.0,2.3000000000000003,45.75,0.0,6.0,6.0
-1999,11,6,22,30,0.0,0.0,0.0,6.0,-7.0,2.5,47.49,0.0,6.0,6.0
-1999,11,6,23,30,0.0,0.0,0.0,6.0,-7.0,2.7,46.12,0.0,6.0,6.0
-1999,11,7,0,30,0.0,0.0,0.0,5.0,-7.0,2.7,44.81,0.0,5.0,5.0
-1999,11,7,1,30,0.0,0.0,0.0,5.0,-8.0,2.6,43.57,0.0,5.0,5.0
-1999,11,7,2,30,0.0,0.0,0.0,5.0,-8.0,2.5,42.42,0.0,5.0,5.0
-1999,11,7,3,30,0.0,0.0,0.0,5.0,-8.0,2.3000000000000003,44.14,0.0,5.0,5.0
-1999,11,7,4,30,0.0,0.0,0.0,4.0,-9.0,2.1,42.78,0.0,4.0,4.0
-1999,11,7,5,30,0.0,0.0,0.0,4.0,-9.0,2.1,41.51,0.0,4.0,4.0
-1999,11,7,6,30,0.0,0.0,0.0,5.0,-10.0,2.1,37.63,0.0,5.0,5.0
-1999,11,7,7,30,692.0,32.0,135.0,9.0,-8.0,2.4000000000000004,31.32,245.59972589234826,15.570800395544124,14.83400121786708
-1999,11,7,8,30,887.0,46.0,320.0,14.0,-7.0,2.9000000000000004,25.72,493.6887975437579,26.776576986408514,25.29551059377724
-1999,11,7,9,30,967.0,54.0,475.0,18.0,-9.0,3.1,17.28,692.5077217169684,35.68608171011446,33.60855854496355
-1999,11,7,10,30,1001.0,58.0,579.0,20.0,-12.0,3.1,11.7,823.1972405166237,41.023785299058574,38.554193577508705
-1999,11,7,11,30,797.0,113.0,557.0,21.0,-12.0,3.1,10.37,757.0220307113465,40.33372447937801,38.06265838724397
-1999,11,7,12,30,1000.0,61.0,606.0,22.0,-13.0,2.9000000000000004,9.59,854.6440021532311,44.11803254157333,41.55410053511363
-1999,11,7,13,30,969.0,59.0,526.0,22.0,-13.0,2.5,10.19,753.5176629595838,42.0259479010326,39.76539491215385
-1999,11,7,14,30,904.0,54.0,392.0,21.0,-12.0,1.9,11.41,582.3679543488512,37.10934288090116,35.362239017854606
-1999,11,7,15,30,647.0,47.0,195.0,18.0,-5.0,1.2000000000000002,21.82,309.48946576463896,26.97244895765084,26.043980560356925
-1999,11,7,16,30,386.0,19.0,40.0,14.0,-3.0,1.3,32.96,94.31480095318449,16.715976201275208,16.433031798415655
-1999,11,7,17,30,0.0,0.0,0.0,12.0,-7.0,1.8,28.65,0.0,12.0,12.0
-1999,11,7,18,30,0.0,0.0,0.0,10.0,-7.0,2.1,33.69,0.0,10.0,10.0
-1999,11,7,19,30,0.0,0.0,0.0,8.0,-7.0,2.1,37.99,0.0,8.0,8.0
-1999,11,7,20,30,0.0,0.0,0.0,8.0,-7.0,2.0,38.56,0.0,8.0,8.0
-1999,11,7,21,30,0.0,0.0,0.0,7.0,-8.0,1.9,37.27,0.0,7.0,7.0
-1999,11,7,22,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.0,0.0,7.0,7.0
-1999,11,7,23,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.74,0.0,7.0,7.0
-1999,11,8,0,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,38.38,0.0,7.0,7.0
-1999,11,8,1,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,39.48,0.0,7.0,7.0
-1999,11,8,2,30,0.0,0.0,0.0,7.0,-6.0,1.6,41.73,0.0,7.0,7.0
-1999,11,8,3,30,0.0,0.0,0.0,7.0,-6.0,1.6,43.58,0.0,7.0,7.0
-1999,11,8,4,30,0.0,0.0,0.0,7.0,-6.0,1.7000000000000002,44.22,0.0,7.0,7.0
-1999,11,8,5,30,0.0,0.0,0.0,7.0,-6.0,1.8,43.88,0.0,7.0,7.0
-1999,11,8,6,30,0.0,0.0,0.0,7.0,-6.0,2.0,43.31,0.0,7.0,7.0
-1999,11,8,7,30,302.0,47.0,91.0,10.0,-6.0,2.4000000000000004,36.4,138.724691988902,13.711454716329605,13.295280640362899
-1999,11,8,8,30,802.0,54.0,299.0,14.0,-4.0,2.9000000000000004,30.19,456.2961921397673,25.808863106645756,24.439974530226454
-1999,11,8,9,30,895.0,63.0,450.0,17.0,-5.0,3.1,23.31,651.0385264760087,33.626992327448974,31.673876748020945
-1999,11,8,10,30,938.0,68.0,552.0,19.0,-6.0,2.6,19.86,781.8657834584977,39.641608999228175,37.296011648852684
-1999,11,8,11,30,952.0,70.0,597.0,20.0,-5.0,1.6,19.41,837.8376371304007,43.64627054873753,41.13275763734633
-1999,11,8,12,30,944.0,70.0,580.0,21.0,-5.0,0.8,18.67,816.1184631332447,45.306192167166486,42.85783677776675
-1999,11,8,13,30,911.0,67.0,502.0,21.0,-5.0,0.6000000000000001,20.12,717.1501879068464,42.64893172010874,40.497481156388204
-1999,11,8,14,30,841.0,60.0,372.0,20.0,-5.0,0.6000000000000001,21.67,549.2111074401766,36.57927999656623,34.9316466742457
-1999,11,8,15,30,696.0,47.0,204.0,17.0,-3.0,0.5,27.23,327.92342396953103,26.966287137594268,25.982516865685675
-1999,11,8,16,30,311.0,19.0,35.0,14.0,0.0,0.6000000000000001,43.42,79.05526021392642,16.386476304889474,16.149310524247696
-1999,11,8,17,30,0.0,0.0,0.0,11.0,-3.0,0.8,42.06,0.0,11.0,11.0
-1999,11,8,18,30,0.0,0.0,0.0,10.0,-3.0,0.9,47.2,0.0,10.0,10.0
-1999,11,8,19,30,0.0,0.0,0.0,8.0,-3.0,1.1,50.84,0.0,8.0,8.0
-1999,11,8,20,30,0.0,0.0,0.0,7.0,-3.0,1.4,54.44,0.0,7.0,7.0
-1999,11,8,21,30,0.0,0.0,0.0,7.0,-3.0,1.6,53.82,0.0,7.0,7.0
-1999,11,8,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,53.43,0.0,7.0,7.0
-1999,11,8,23,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.98,0.0,7.0,7.0
-1999,11,9,0,30,0.0,0.0,0.0,7.0,-3.0,2.2,52.58,0.0,7.0,7.0
-1999,11,9,1,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.58,0.0,7.0,7.0
-1999,11,9,2,30,0.0,0.0,0.0,7.0,-3.0,1.9,52.95,0.0,7.0,7.0
-1999,11,9,3,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,56.89,0.0,7.0,7.0
-1999,11,9,4,30,0.0,0.0,0.0,6.0,-3.0,1.6,56.05,0.0,6.0,6.0
-1999,11,9,5,30,0.0,0.0,0.0,6.0,-4.0,1.6,58.23,0.0,6.0,6.0
-1999,11,9,6,30,0.0,0.0,0.0,6.0,-5.0,1.6,55.65,0.0,6.0,6.0
-1999,11,9,7,30,549.0,38.0,115.0,9.0,-4.0,2.0,45.43,204.44003558888676,14.617505835551135,14.004185728784476
-1999,11,9,8,30,778.0,58.0,292.0,12.0,-5.0,2.7,36.67,445.96832488565957,23.69578856237636,22.357883587719382
-1999,11,9,9,30,878.0,68.0,444.0,14.0,-6.0,2.5,27.93,642.135556578681,31.065788678313933,29.13938200857789
-1999,11,9,10,30,927.0,74.0,549.0,15.0,-6.0,1.8,25.23,776.5262705647652,36.62427933725841,34.29470052556411
-1999,11,9,11,30,946.0,76.0,596.0,16.0,-6.0,0.8,22.71,835.9882455453873,40.897967468726435,38.390002732090274
-1999,11,9,12,30,944.0,74.0,580.0,17.0,-7.0,0.4,21.73,817.2670827565984,42.007008242231414,39.55520699396162
-1999,11,9,13,30,919.0,69.0,504.0,17.0,-8.0,0.6000000000000001,19.56,722.3190208565909,38.80496557952704,36.63800851695727
-1999,11,9,14,30,862.0,59.0,375.0,16.0,-8.0,0.8,20.1,558.3619970093782,32.629514722713715,30.95442873168558
-1999,11,9,15,30,729.0,45.0,206.0,14.0,-7.0,0.5,24.33,337.78546827932337,24.266015544199956,23.252659139361985
-1999,11,9,16,30,339.0,18.0,34.0,11.0,-3.0,0.30000000000000004,44.51,82.9574128674601,13.555594028739863,13.306721790137482
-1999,11,9,17,30,0.0,0.0,0.0,8.0,-5.0,0.30000000000000004,43.47,0.0,8.0,8.0
-1999,11,9,18,30,0.0,0.0,0.0,7.0,-5.0,0.4,46.55,0.0,7.0,7.0
-1999,11,9,19,30,0.0,0.0,0.0,6.0,-5.0,0.7000000000000001,53.61,0.0,6.0,6.0
-1999,11,9,20,30,0.0,0.0,0.0,5.0,-5.0,0.8,57.04,0.0,5.0,5.0
-1999,11,9,21,30,0.0,0.0,0.0,4.0,-5.0,0.9,56.0,0.0,4.0,4.0
-1999,11,9,22,30,0.0,0.0,0.0,3.0,-6.0,1.0,59.26,0.0,3.0,3.0
-1999,11,9,23,30,0.0,0.0,0.0,3.0,-6.0,1.1,58.23,0.0,3.0,3.0
-1999,11,10,0,30,0.0,0.0,0.0,3.0,-6.0,1.2000000000000002,61.44,0.0,3.0,3.0
-1999,11,10,1,30,0.0,0.0,0.0,2.0,-6.0,1.5,60.25,0.0,2.0,2.0
-1999,11,10,2,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.73,0.0,2.0,2.0
-1999,11,10,3,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,56.47,0.0,2.0,2.0
-1999,11,10,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,53.67,0.0,3.0,3.0
-1999,11,10,5,30,0.0,0.0,0.0,3.0,-8.0,1.8,50.79,0.0,3.0,3.0
-1999,11,10,6,30,0.0,0.0,0.0,4.0,-9.0,1.7000000000000002,45.04,0.0,4.0,4.0
-1999,11,10,7,30,573.0,30.0,109.0,7.0,-9.0,1.9,35.29,202.4999383613463,12.601511752259265,11.994011937175227
-1999,11,10,8,30,342.0,108.0,210.0,12.0,-7.0,2.2,27.74,275.73208116292307,19.47595160746555,18.648755363976782
-1999,11,10,9,30,46.0,175.0,195.0,16.0,-10.0,1.5,19.08,201.07070911299505,21.71299357022478,21.109781442885794
-1999,11,10,10,30,191.0,239.0,337.0,18.0,-11.0,0.6000000000000001,13.55,378.11763097210417,29.414405117812855,28.280052224896544
-1999,11,10,11,30,441.0,219.0,459.0,20.0,-11.0,0.4,12.85,567.805800210892,37.373909491090345,35.67049209045767
-1999,11,10,12,30,676.0,142.0,501.0,21.0,-11.0,0.7000000000000001,12.53,670.288447773424,41.09813105465525,39.08726571133498
-1999,11,10,13,30,431.0,181.0,383.0,21.0,-10.0,1.1,12.89,482.8823243312366,35.09378744609086,33.64514047309715
-1999,11,10,14,30,391.0,133.0,275.0,20.0,-10.0,1.5,14.23,356.17241868319167,30.11987646935181,29.051359213302234
-1999,11,10,15,30,743.0,40.0,203.0,16.0,-6.0,1.5,25.08,337.0315769101503,25.576030443938816,24.564935713208364
-1999,11,10,16,30,352.0,16.0,32.0,12.0,-2.0,1.4,41.89,82.95791213071918,14.372942327926276,14.124068591534119
-1999,11,10,17,30,0.0,0.0,0.0,10.0,-5.0,1.3,38.16,0.0,10.0,10.0
-1999,11,10,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,38.8,0.0,9.0,9.0
-1999,11,10,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,45.43,0.0,7.0,7.0
-1999,11,10,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.07,0.0,7.0,7.0
-1999,11,10,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,44.08,0.0,7.0,7.0
-1999,11,10,22,30,0.0,0.0,0.0,7.0,-8.0,2.0,41.15,0.0,7.0,7.0
-1999,11,10,23,30,0.0,0.0,0.0,7.0,-8.0,2.2,39.17,0.0,7.0,7.0
-1999,11,11,0,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.76,0.0,6.0,6.0
-1999,11,11,1,30,0.0,0.0,0.0,6.0,-8.0,2.1,40.5,0.0,6.0,6.0
-1999,11,11,2,30,0.0,0.0,0.0,6.0,-7.0,1.9,42.08,0.0,6.0,6.0
-1999,11,11,3,30,0.0,0.0,0.0,6.0,-7.0,1.8,42.29,0.0,6.0,6.0
-1999,11,11,4,30,0.0,0.0,0.0,7.0,-8.0,1.8,41.18,0.0,7.0,7.0
-1999,11,11,5,30,0.0,0.0,0.0,7.0,-8.0,1.8,37.64,0.0,7.0,7.0
-1999,11,11,6,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,36.99,0.0,7.0,7.0
-1999,11,11,7,30,0.0,19.0,19.0,9.0,-8.0,1.5,33.27,18.570309923099597,9.52763558479385,9.471924655024551
-1999,11,11,8,30,0.0,37.0,37.0,13.0,-5.0,1.7000000000000002,33.0,36.163235113404475,14.013818581842132,13.905328876501919
-1999,11,11,9,30,0.0,67.0,67.0,16.0,-7.0,1.7000000000000002,23.14,65.48477709724594,17.835833648200616,17.63937931690888
-1999,11,11,10,30,21.0,190.0,201.0,18.0,-10.0,1.2000000000000002,14.99,201.53210353065188,23.842643166510584,23.23804685591863
-1999,11,11,11,30,305.0,245.0,410.0,19.0,-12.0,1.1,12.37,483.2168858084969,33.10355222336799,31.653901565942498
-1999,11,11,12,30,261.0,244.0,382.0,20.0,-12.0,1.3,11.1,442.95317806603566,32.755689221077155,31.42682968687905
-1999,11,11,13,30,62.0,203.0,232.0,20.0,-13.0,1.6,10.92,242.26321956833237,26.83738874937817,26.110599090673173
-1999,11,11,14,30,587.0,97.0,308.0,19.0,-12.0,1.8,11.9,433.00219383467027,31.058008528567456,29.759001947063446
-1999,11,11,15,30,372.0,69.0,149.0,16.0,-7.0,1.7000000000000002,23.14,215.872722071437,22.051886018011228,21.404267851796916
-1999,11,11,16,30,0.0,22.0,22.0,12.0,-3.0,1.6,41.18,21.502464121483747,12.606863503796012,12.54235611143156
-1999,11,11,17,30,0.0,0.0,0.0,10.0,-5.0,1.5,36.75,0.0,10.0,10.0
-1999,11,11,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,37.87,0.0,9.0,9.0
-1999,11,11,19,30,0.0,0.0,0.0,8.0,-6.0,1.4,42.89,0.0,8.0,8.0
-1999,11,11,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.03,0.0,7.0,7.0
-1999,11,11,21,30,0.0,0.0,0.0,7.0,-7.0,1.5,38.75,0.0,7.0,7.0
-1999,11,11,22,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.7,0.0,6.0,6.0
-1999,11,11,23,30,0.0,0.0,0.0,6.0,-9.0,1.6,40.67,0.0,6.0,6.0
-1999,11,12,0,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.03,0.0,5.0,5.0
-1999,11,12,1,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,39.92,0.0,5.0,5.0
-1999,11,12,2,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.83,0.0,4.0,4.0
-1999,11,12,3,30,0.0,0.0,0.0,4.0,-11.0,1.9,39.1,0.0,4.0,4.0
-1999,11,12,4,30,0.0,0.0,0.0,3.0,-11.0,1.9,38.19,0.0,3.0,3.0
-1999,11,12,5,30,0.0,0.0,0.0,3.0,-11.0,1.8,37.65,0.0,3.0,3.0
-1999,11,12,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.26,0.0,4.0,4.0
-1999,11,12,7,30,639.0,30.0,113.0,8.0,-10.0,1.6,30.94,219.2018128423005,14.186527247684433,13.52892180915753
-1999,11,12,8,30,858.0,45.0,293.0,13.0,-7.0,1.8,27.47,466.1031299756073,25.979785313937242,24.58147592401042
-1999,11,12,9,30,947.0,53.0,447.0,16.0,-11.0,1.8,16.580000000000002,664.3315085275922,34.499940900254146,32.50694637467137
-1999,11,12,10,30,988.0,58.0,551.0,19.0,-13.0,1.4,11.6,798.2908079283234,41.83444700419512,39.43957458041015
-1999,11,12,11,30,1003.0,59.0,597.0,20.0,-13.0,1.6,10.36,856.3120327877889,44.167672952472024,41.59873685410866
-1999,11,12,12,30,996.0,59.0,580.0,21.0,-13.0,1.8,9.85,835.1504975833595,44.256814782658,41.75136328990792
-1999,11,12,13,30,966.0,56.0,502.0,21.0,-13.0,2.0,10.08,735.5197884678134,41.2102621043854,39.00370273898196
-1999,11,12,14,30,902.0,50.0,370.0,20.0,-12.0,1.7000000000000002,11.52,566.5098814078297,35.88182702038052,34.18229737615703
-1999,11,12,15,30,762.0,39.0,200.0,17.0,-4.0,1.2000000000000002,26.61,340.7221553077307,26.877919882301498,25.855753416378306
-1999,11,12,16,30,357.0,15.0,29.0,13.0,-3.0,0.9,36.2,81.90252292649421,15.422886118609888,15.177178549830405
-1999,11,12,17,30,0.0,0.0,0.0,11.0,-7.0,0.8,32.84,0.0,11.0,11.0
-1999,11,12,18,30,0.0,0.0,0.0,9.0,-7.0,1.2000000000000002,37.64,0.0,9.0,9.0
-1999,11,12,19,30,0.0,0.0,0.0,7.0,-7.0,1.6,42.22,0.0,7.0,7.0
-1999,11,12,20,30,0.0,0.0,0.0,6.0,-8.0,1.8,38.69,0.0,6.0,6.0
-1999,11,12,21,30,0.0,0.0,0.0,6.0,-10.0,2.1,35.050000000000004,0.0,6.0,6.0
-1999,11,12,22,30,0.0,0.0,0.0,6.0,-11.0,2.3000000000000003,32.59,0.0,6.0,6.0
-1999,11,12,23,30,0.0,0.0,0.0,6.0,-11.0,2.4000000000000004,31.07,0.0,6.0,6.0
-1999,11,13,0,30,0.0,0.0,0.0,6.0,-12.0,2.5,32.17,0.0,6.0,6.0
-1999,11,13,1,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.83,0.0,5.0,5.0
-1999,11,13,2,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.73,0.0,5.0,5.0
-1999,11,13,3,30,0.0,0.0,0.0,5.0,-12.0,2.5,31.47,0.0,5.0,5.0
-1999,11,13,4,30,0.0,0.0,0.0,5.0,-12.0,2.6,30.83,0.0,5.0,5.0
-1999,11,13,5,30,0.0,0.0,0.0,5.0,-12.0,2.6,32.53,0.0,5.0,5.0
-1999,11,13,6,30,0.0,0.0,0.0,5.0,-12.0,2.5,29.97,0.0,5.0,5.0
-1999,11,13,7,30,661.0,29.0,113.0,8.0,-12.0,2.6,25.45,223.07575411380708,13.889300428594074,13.220073166252654
-1999,11,13,8,30,880.0,45.0,296.0,13.0,-11.0,3.0,19.8,474.45826564705516,25.197782444806084,23.77440764786492
-1999,11,13,9,30,967.0,53.0,450.0,17.0,-11.0,2.3000000000000003,15.13,674.4122288125682,35.163896447582935,33.14065976114523
-1999,11,13,10,30,1005.0,58.0,556.0,20.0,-13.0,1.7000000000000002,10.86,808.0640117139747,42.65367873821294,40.22948670307102
-1999,11,13,11,30,1017.0,60.0,601.0,21.0,-14.0,2.2,9.11,865.4738410968992,44.46567917044317,41.869257647152466
-1999,11,13,12,30,1009.0,59.0,584.0,22.0,-14.0,2.8000000000000003,8.57,842.5343419991773,43.949757999423525,41.42215497342599
-1999,11,13,13,30,978.0,57.0,505.0,21.0,-14.0,3.1,9.41,742.5099815982146,39.963098595583254,37.73556865078861
-1999,11,13,14,30,912.0,51.0,372.0,20.0,-13.0,2.8000000000000003,10.86,571.2402162055088,34.881986264794335,33.168265616177806
-1999,11,13,15,30,769.0,39.0,200.0,16.0,-7.0,1.9,21.78,342.11508785814937,25.46351737570916,24.43717211213471
-1999,11,13,16,30,349.0,15.0,28.0,13.0,-3.0,1.4,37.21,79.93826822759375,15.286567916505458,15.046753111822676
-1999,11,13,17,30,0.0,0.0,0.0,12.0,-6.0,1.2000000000000002,32.82,0.0,12.0,12.0
-1999,11,13,18,30,0.0,0.0,0.0,11.0,-7.0,1.0,32.36,0.0,11.0,11.0
-1999,11,13,19,30,0.0,0.0,0.0,10.0,-8.0,1.2000000000000002,33.34,0.0,10.0,10.0
-1999,11,13,20,30,0.0,0.0,0.0,9.0,-8.0,1.5,32.4,0.0,9.0,9.0
-1999,11,13,21,30,0.0,0.0,0.0,9.0,-8.0,1.6,33.32,0.0,9.0,9.0
-1999,11,13,22,30,0.0,0.0,0.0,8.0,-9.0,1.6,31.87,0.0,8.0,8.0
-1999,11,13,23,30,0.0,0.0,0.0,7.0,-10.0,1.7000000000000002,32.87,0.0,7.0,7.0
-1999,11,14,0,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,34.78,0.0,6.0,6.0
-1999,11,14,1,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,37.34,0.0,6.0,6.0
-1999,11,14,2,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.67,0.0,5.0,5.0
-1999,11,14,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.1,0.0,5.0,5.0
-1999,11,14,4,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.58,0.0,5.0,5.0
-1999,11,14,5,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.2,0.0,5.0,5.0
-1999,11,14,6,30,0.0,0.0,0.0,6.0,-11.0,1.7000000000000002,32.06,0.0,6.0,6.0
-1999,11,14,7,30,607.0,30.0,104.0,9.0,-10.0,1.3,27.65,206.578797242778,14.948834025297256,14.32909763356892
-1999,11,14,8,30,838.0,46.0,282.0,13.0,-4.0,1.3,33.65,452.53805186126607,26.03170410799818,24.674089952414384
-1999,11,14,9,30,933.0,55.0,435.0,17.0,-9.0,1.3,18.77,651.7440262690279,35.76822351084226,33.812991432035176
-1999,11,14,10,30,976.0,60.0,540.0,18.0,-11.0,0.9,13.84,785.4551921151841,41.235773621697916,38.87940804535236
-1999,11,14,11,30,992.0,63.0,587.0,19.0,-11.0,1.0,12.87,845.7221655818886,43.850644623448474,41.313478126702805
-1999,11,14,12,30,985.0,62.0,571.0,20.0,-11.0,1.2000000000000002,12.05,824.1415369178318,43.89279342870621,41.42036881795272
-1999,11,14,13,30,954.0,60.0,494.0,20.0,-11.0,1.5,12.26,726.2657698561786,40.63528642121122,38.45648911164268
-1999,11,14,14,30,886.0,53.0,362.0,19.0,-10.0,1.4,13.76,556.4620899115744,34.91713693272339,33.247750662988665
-1999,11,14,15,30,737.0,41.0,193.0,16.0,-4.0,1.2000000000000002,29.96,330.142350768271,25.571199406443963,24.58077235413915
-1999,11,14,16,30,305.0,14.0,25.0,13.0,-2.0,1.2000000000000002,40.34,70.35949551453513,15.039801195270147,14.828722708726541
-1999,11,14,17,30,0.0,0.0,0.0,11.0,-6.0,1.3,35.44,0.0,11.0,11.0
-1999,11,14,18,30,0.0,0.0,0.0,10.0,-6.0,1.4,36.57,0.0,10.0,10.0
-1999,11,14,19,30,0.0,0.0,0.0,9.0,-7.0,1.6,38.31,0.0,9.0,9.0
-1999,11,14,20,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,40.32,0.0,7.0,7.0
-1999,11,14,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,41.64,0.0,7.0,7.0
-1999,11,14,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,39.95,0.0,6.0,6.0
-1999,11,14,23,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,41.3,0.0,6.0,6.0
-1999,11,15,0,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,40.03,0.0,5.0,5.0
-1999,11,15,1,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,38.92,0.0,5.0,5.0
-1999,11,15,2,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,40.61,0.0,5.0,5.0
-1999,11,15,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.48,0.0,5.0,5.0
-1999,11,15,4,30,0.0,0.0,0.0,4.0,-10.0,1.8,38.51,0.0,4.0,4.0
-1999,11,15,5,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.9,0.0,4.0,4.0
-1999,11,15,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.51,0.0,4.0,4.0
-1999,11,15,7,30,602.0,29.0,101.0,8.0,-10.0,1.7000000000000002,32.55,202.59564127520204,13.679669561667339,13.071882637841732
-1999,11,15,8,30,839.0,46.0,280.0,13.0,-7.0,2.2,28.24,450.6738620944352,25.21916568270784,23.867144096424532
-1999,11,15,9,30,936.0,55.0,433.0,17.0,-9.0,2.3000000000000003,17.29,650.9345207827079,34.5315730120607,32.578769449712574
-1999,11,15,10,30,980.0,60.0,538.0,20.0,-11.0,1.9,12.78,785.5605869447212,41.73001579897017,39.37333403813601
-1999,11,15,11,30,995.0,62.0,585.0,21.0,-11.0,2.0,11.58,844.3029778870552,44.19935472321721,41.66644578955604
-1999,11,15,12,30,988.0,62.0,569.0,22.0,-11.0,2.2,11.63,823.852828517428,44.33720447651016,41.86564599095787
-1999,11,15,13,30,957.0,59.0,491.0,21.0,-11.0,2.3000000000000003,11.85,725.1157886216089,40.529491806843836,38.354144440979006
-1999,11,15,14,30,889.0,52.0,359.0,20.0,-10.0,1.9,14.3,555.382087282021,35.36286536222647,33.696719100380406
-1999,11,15,15,30,738.0,40.0,190.0,16.0,-3.0,1.3,29.86,328.3393457157139,25.45516334545201,24.47014530830487
-1999,11,15,16,30,302.0,13.0,23.0,13.0,-3.0,1.0,39.56,68.47892352901621,15.012180195898047,14.806743425310998
-1999,11,15,17,30,0.0,0.0,0.0,11.0,-6.0,0.5,35.31,0.0,11.0,11.0
-1999,11,15,18,30,0.0,0.0,0.0,9.0,-6.0,0.7000000000000001,36.88,0.0,9.0,9.0
-1999,11,15,19,30,0.0,0.0,0.0,8.0,-6.0,1.3,41.61,0.0,8.0,8.0
-1999,11,15,20,30,0.0,0.0,0.0,6.0,-7.0,1.6,43.47,0.0,6.0,6.0
-1999,11,15,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,41.89,0.0,6.0,6.0
-1999,11,15,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.14,0.0,5.0,5.0
-1999,11,15,23,30,0.0,0.0,0.0,5.0,-8.0,1.8,41.58,0.0,5.0,5.0
-1999,11,16,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,40.29,0.0,5.0,5.0
-1999,11,16,1,30,0.0,0.0,0.0,5.0,-9.0,1.9,39.44,0.0,5.0,5.0
-1999,11,16,2,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.84,0.0,5.0,5.0
-1999,11,16,3,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.41,0.0,5.0,5.0
-1999,11,16,4,30,0.0,0.0,0.0,5.0,-9.0,1.9,40.66,0.0,5.0,5.0
-1999,11,16,5,30,0.0,0.0,0.0,5.0,-10.0,1.9,39.83,0.0,5.0,5.0
-1999,11,16,6,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.4,0.0,5.0,5.0
-1999,11,16,7,30,578.0,29.0,96.0,8.0,-9.0,1.8,31.69,194.1542692716304,13.406702016916318,12.824239209101426
-1999,11,16,8,30,820.0,47.0,272.0,13.0,-7.0,2.3000000000000003,27.29,440.1554632830033,24.85467569291705,23.53420930306804
-1999,11,16,9,30,916.0,57.0,423.0,17.0,-8.0,2.0,20.5,637.460677482193,34.515840600280434,32.603458567833854
-1999,11,16,10,30,958.0,62.0,526.0,19.0,-9.0,1.4,15.27,768.417154938498,40.97993591720396,38.67468445238847
-1999,11,16,11,30,971.0,65.0,571.0,20.0,-10.0,1.7000000000000002,13.61,825.6106383926299,43.145589821933264,40.668757906755374
-1999,11,16,12,30,961.0,65.0,554.0,21.0,-10.0,1.9,13.55,803.4295693049689,43.224303923212624,40.814015215297715
-1999,11,16,13,30,926.0,62.0,477.0,20.0,-10.0,2.0,13.78,704.2907051496147,39.35216424075721,37.23929212530837
-1999,11,16,14,30,854.0,55.0,348.0,19.0,-9.0,1.7000000000000002,15.21,536.7808835859739,34.04838912919556,32.43804647843764
-1999,11,16,15,30,698.0,42.0,181.0,15.0,-5.0,1.4,27.54,313.5146092097389,23.967825581781607,23.02728175415239
-1999,11,16,16,30,0.0,21.0,21.0,12.0,-3.0,1.4,39.73,20.52507938868903,12.587102886445862,12.525527648279795
-1999,11,16,17,30,0.0,0.0,0.0,10.0,-5.0,1.4,38.57,0.0,10.0,10.0
-1999,11,16,18,30,0.0,0.0,0.0,9.0,-5.0,1.3,39.98,0.0,9.0,9.0
-1999,11,16,19,30,0.0,0.0,0.0,8.0,-5.0,1.4,45.25,0.0,8.0,8.0
-1999,11,16,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.59,0.0,7.0,7.0
-1999,11,16,21,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,46.18,0.0,6.0,6.0
-1999,11,16,22,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,48.33,0.0,6.0,6.0
-1999,11,16,23,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.52,0.0,5.0,5.0
-1999,11,17,0,30,0.0,0.0,0.0,5.0,-7.0,1.8,50.77,0.0,5.0,5.0
-1999,11,17,1,30,0.0,0.0,0.0,5.0,-6.0,1.9,51.6,0.0,5.0,5.0
-1999,11,17,2,30,0.0,0.0,0.0,5.0,-6.0,1.8,52.79,0.0,5.0,5.0
-1999,11,17,3,30,0.0,0.0,0.0,5.0,-6.0,1.8,53.58,0.0,5.0,5.0
-1999,11,17,4,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.72,0.0,5.0,5.0
-1999,11,17,5,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.54,0.0,5.0,5.0
-1999,11,17,6,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.76,0.0,5.0,5.0
-1999,11,17,7,30,559.0,28.0,90.0,8.0,-5.0,2.0,43.02,186.27215574796006,13.118297494425482,12.559481027181603
-1999,11,17,8,30,801.0,46.0,262.0,13.0,-3.0,2.8000000000000003,36.15,427.7899452289235,24.144810726742676,22.861440891055906
-1999,11,17,9,30,899.0,55.0,411.0,17.0,-4.0,3.4000000000000004,27.81,622.1082445133751,32.57616858538418,30.70984385184406
-1999,11,17,10,30,944.0,61.0,514.0,19.0,-5.0,3.0,21.78,754.3756229442567,38.39413937238511,36.13101250355234
-1999,11,17,11,30,958.0,63.0,559.0,20.0,-5.0,2.8000000000000003,20.13,810.8164918442297,41.123442559852094,38.6909930843194
-1999,11,17,12,30,947.0,64.0,543.0,21.0,-5.0,2.7,20.05,789.2733634948514,41.699170461754555,39.33135037127
-1999,11,17,13,30,624.0,122.0,400.0,20.0,-5.0,2.6,20.05,551.6082181776317,34.56270551963348,32.90788086510059
-1999,11,17,14,30,441.0,116.0,266.0,19.0,-5.0,2.1,21.72,361.9766962444419,28.880019471224504,27.79408938249118
-1999,11,17,15,30,348.0,68.0,136.0,16.0,-1.0,1.4,34.81,201.78402663742668,21.77186486025419,21.16651278034191
-1999,11,17,16,30,0.0,14.0,14.0,12.0,0.0,1.3,47.19,13.683386259126019,12.39403944086241,12.352989282085034
-1999,11,17,17,30,0.0,0.0,0.0,10.0,-2.0,1.6,49.68,0.0,10.0,10.0
-1999,11,17,18,30,0.0,0.0,0.0,9.0,-3.0,2.1,51.92,0.0,9.0,9.0
-1999,11,17,19,30,0.0,0.0,0.0,9.0,-3.0,2.9000000000000004,50.16,0.0,9.0,9.0
-1999,11,17,20,30,0.0,0.0,0.0,9.0,-4.0,3.6,44.84,0.0,9.0,9.0
-1999,11,17,21,30,0.0,0.0,0.0,9.0,-4.0,3.8,47.07,0.0,9.0,9.0
-1999,11,17,22,30,0.0,0.0,0.0,8.0,-3.0,4.1000000000000005,48.78,0.0,8.0,8.0
-1999,11,17,23,30,0.0,0.0,0.0,8.0,-3.0,4.2,55.95,0.0,8.0,8.0
-1999,11,18,0,30,0.0,0.0,0.0,7.0,-2.0,3.9,63.63,0.0,7.0,7.0
-1999,11,18,1,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.89,0.0,6.0,6.0
-1999,11,18,2,30,0.0,0.0,0.0,5.0,-4.0,4.800000000000002,62.93,0.0,5.0,5.0
-1999,11,18,3,30,0.0,0.0,0.0,3.0,-5.0,4.7,60.88,0.0,3.0,3.0
-1999,11,18,4,30,0.0,0.0,0.0,3.0,-6.0,4.6000000000000005,62.78,0.0,3.0,3.0
-1999,11,18,5,30,0.0,0.0,0.0,2.0,-6.0,4.7,60.4,0.0,2.0,2.0
-1999,11,18,6,30,0.0,0.0,0.0,2.0,-7.0,5.2,56.23,0.0,2.0,2.0
-1999,11,18,7,30,602.0,26.0,92.0,3.0,-8.0,6.1000000000000005,51.88,194.98916889740724,7.094363752374456,6.509396245682234
-1999,11,18,8,30,855.0,41.0,269.0,4.0,-9.0,7.1000000000000005,40.89,446.3209738204923,12.791379594431847,11.45241667297037
-1999,11,18,9,30,955.0,49.0,423.0,5.0,-11.0,7.6,33.26,648.8944237819259,17.38277365768384,15.43609038633806
-1999,11,18,10,30,999.0,53.0,529.0,6.0,-12.0,7.7,28.73,784.194221338114,20.87044637460793,18.517863710593588
-1999,11,18,11,30,1011.0,55.0,575.0,7.0,-12.0,7.7,26.02,841.7097684217752,22.961096924358735,20.43596761909341
-1999,11,18,12,30,1000.0,56.0,558.0,8.0,-12.0,7.3000000000000025,24.3,819.6428644145768,23.941107254575687,21.482178661331957
-1999,11,18,13,30,965.0,54.0,481.0,8.0,-12.0,6.7,24.9,719.3286139384239,22.53471831313618,20.37673247132091
-1999,11,18,14,30,895.0,49.0,350.0,7.0,-12.0,5.9,27.36,550.7975720623849,18.715413122696123,17.06302040650897
-1999,11,18,15,30,743.0,38.0,182.0,6.0,-11.0,4.1000000000000005,30.33,325.0240643290865,13.771514082378683,12.796441889391424
-1999,11,18,16,30,288.0,12.0,19.0,3.0,-10.0,2.2,42.06,64.0773161475108,4.737334707788354,4.545102759345822
-1999,11,18,17,30,0.0,0.0,0.0,1.0,-9.0,1.5,49.15,0.0,1.0,1.0
-1999,11,18,18,30,0.0,0.0,0.0,0.0,-9.0,1.4,50.09,0.0,0.0,0.0
-1999,11,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,53.81,0.0,0.0,0.0
-1999,11,18,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,56.99,0.0,0.0,0.0
-1999,11,18,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.78,0.0,0.0,0.0
-1999,11,18,22,30,0.0,0.0,0.0,0.0,-9.0,1.9,58.93,0.0,0.0,0.0
-1999,11,18,23,30,0.0,0.0,0.0,0.0,-10.0,2.2,58.23,0.0,0.0,0.0
-1999,11,19,0,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.98,0.0,-1.0,-1.0
-1999,11,19,1,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.74,0.0,-1.0,-1.0
-1999,11,19,2,30,0.0,0.0,0.0,-1.0,-10.0,2.2,57.18,0.0,-1.0,-1.0
-1999,11,19,3,30,0.0,0.0,0.0,-1.0,-10.0,2.1,55.94,0.0,-1.0,-1.0
-1999,11,19,4,30,0.0,0.0,0.0,-1.0,-11.0,2.1,53.92,0.0,-1.0,-1.0
-1999,11,19,5,30,0.0,0.0,0.0,-1.0,-11.0,2.1,51.41,0.0,-1.0,-1.0
-1999,11,19,6,30,0.0,0.0,0.0,0.0,-12.0,2.0,45.44,0.0,0.0,0.0
-1999,11,19,7,30,615.0,25.0,90.0,2.0,-12.0,2.3000000000000003,39.08,196.07462354197213,7.280863848340731,6.692639977714815
-1999,11,19,8,30,860.0,41.0,267.0,6.0,-11.0,2.2,33.14,446.291576599714,18.10034833599048,16.761473606191338
-1999,11,19,9,30,956.0,49.0,419.0,9.0,-12.0,1.2000000000000002,22.62,646.7840932910053,27.751000940650044,25.81064866077703
-1999,11,19,10,30,999.0,53.0,525.0,12.0,-14.0,0.9,17.650000000000006,781.3811043077828,35.115251683644686,32.771108370721336
-1999,11,19,11,30,1013.0,55.0,572.0,13.0,-14.0,1.1,15.19,840.566753598431,37.53344958499773,35.01174932420244
-1999,11,19,12,30,1005.0,54.0,556.0,14.0,-14.0,1.2000000000000002,13.97,819.0858587585783,37.74622361212736,35.28896603585162
-1999,11,19,13,30,563.0,134.0,381.0,15.0,-14.0,1.2000000000000002,13.76,518.6616942489145,30.036587970577713,28.48060288783097
-1999,11,19,14,30,573.0,89.0,280.0,14.0,-14.0,1.3,14.76,407.9689485633887,25.74825100577198,24.524344160081814
-1999,11,19,15,30,298.0,66.0,124.0,11.0,-10.0,1.3,24.3,179.58546257483658,16.171509005149286,15.632752617424774
-1999,11,19,16,30,0.0,12.0,12.0,7.0,-9.0,1.4,35.18,11.728616793536586,7.335487363683349,7.300301513302739
-1999,11,19,17,30,0.0,0.0,0.0,4.0,-10.0,1.7000000000000002,39.95,0.0,4.0,4.0
-1999,11,19,18,30,0.0,0.0,0.0,3.0,-10.0,1.9,42.33,0.0,3.0,3.0
-1999,11,19,19,30,0.0,0.0,0.0,3.0,-11.0,2.2,39.82,0.0,3.0,3.0
-1999,11,19,20,30,0.0,0.0,0.0,3.0,-11.0,2.5,37.59,0.0,3.0,3.0
-1999,11,19,21,30,0.0,0.0,0.0,3.0,-12.0,2.6,36.72,0.0,3.0,3.0
-1999,11,19,22,30,0.0,0.0,0.0,4.0,-12.0,2.6,37.0,0.0,4.0,4.0
-1999,11,19,23,30,0.0,0.0,0.0,4.0,-11.0,2.5,38.26,0.0,4.0,4.0
-1999,11,20,0,30,0.0,0.0,0.0,4.0,-11.0,2.7,39.73,0.0,4.0,4.0
-1999,11,20,1,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,38.71,0.0,4.0,4.0
-1999,11,20,2,30,0.0,0.0,0.0,4.0,-9.0,3.2,41.44,0.0,4.0,4.0
-1999,11,20,3,30,0.0,0.0,0.0,5.0,-9.0,3.4000000000000004,43.68,0.0,5.0,5.0
-1999,11,20,4,30,0.0,0.0,0.0,5.0,-8.0,3.5,42.09,0.0,5.0,5.0
-1999,11,20,5,30,0.0,0.0,0.0,5.0,-8.0,3.3000000000000003,42.59,0.0,5.0,5.0
-1999,11,20,6,30,0.0,0.0,0.0,5.0,-8.0,3.0,43.02,0.0,5.0,5.0
-1999,11,20,7,30,81.0,37.0,45.0,7.0,-8.0,2.7,41.12,58.55697122059542,8.535691922570585,8.360021008908799
-1999,11,20,8,30,53.0,103.0,117.0,9.0,-6.0,2.6,39.3,125.55934086427746,12.314823177012453,11.93814515441962
-1999,11,20,9,30,586.0,108.0,333.0,11.0,-5.0,2.3000000000000003,34.65,471.0004371333983,23.685421173219847,22.272419861819653
-1999,11,20,10,30,914.0,63.0,492.0,13.0,-7.0,1.8,28.56,726.5422631520515,33.23235200696731,31.052725217511156
-1999,11,20,11,30,975.0,59.0,553.0,14.0,-8.0,1.2000000000000002,24.64,812.4094062719618,37.55266571830262,35.11543749948673
-1999,11,20,12,30,966.0,59.0,537.0,15.0,-8.0,0.7000000000000001,22.7,791.9454316380146,38.74593076468565,36.37009446977161
-1999,11,20,13,30,930.0,56.0,461.0,15.0,-8.0,0.6000000000000001,21.7,693.2593407718771,35.92772809068476,33.84795006836913
-1999,11,20,14,30,642.0,77.0,290.0,14.0,-7.0,0.7000000000000001,24.06,433.84104341175924,27.00842074235675,25.706897612121473
-1999,11,20,15,30,380.0,62.0,134.0,11.0,-5.0,0.5,36.21,206.86550826947803,17.28708077428943,16.666484249480995
-1999,11,20,16,30,0.0,12.0,12.0,7.0,-3.0,0.4,54.51,11.728616793536586,7.358876092056303,7.323690241675694
-1999,11,20,17,30,0.0,0.0,0.0,6.0,-4.0,0.7000000000000001,59.95,0.0,6.0,6.0
-1999,11,20,18,30,0.0,0.0,0.0,5.0,-3.0,1.1,68.15,0.0,5.0,5.0
-1999,11,20,19,30,0.0,0.0,0.0,4.0,-2.0,1.3,75.57000000000002,0.0,4.0,4.0
-1999,11,20,20,30,0.0,0.0,0.0,3.0,-2.0,1.0,76.56,0.0,3.0,3.0
-1999,11,20,21,30,0.0,0.0,0.0,3.0,-2.0,0.4,80.53,0.0,3.0,3.0
-1999,11,20,22,30,0.0,0.0,0.0,2.0,-3.0,0.4,79.31,0.0,2.0,2.0
-1999,11,20,23,30,0.0,0.0,0.0,1.0,-3.0,0.7000000000000001,77.93,0.0,1.0,1.0
-1999,11,21,0,30,0.0,0.0,0.0,0.0,-3.0,1.0,75.97,0.0,0.0,0.0
-1999,11,21,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,79.21000000000002,0.0,0.0,0.0
-1999,11,21,2,30,0.0,0.0,0.0,0.0,-4.0,1.3,81.91,0.0,0.0,0.0
-1999,11,21,3,30,0.0,0.0,0.0,0.0,-5.0,1.4,78.26,0.0,0.0,0.0
-1999,11,21,4,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.96000000000002,0.0,0.0,0.0
-1999,11,21,5,30,0.0,0.0,0.0,0.0,-6.0,1.3,72.51,0.0,0.0,0.0
-1999,11,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.1,71.10000000000002,0.0,0.0,0.0
-1999,11,21,7,30,461.0,29.0,75.0,1.0,-6.0,0.8,67.03,154.61340342541686,5.604800975644946,5.140960765368695
-1999,11,21,8,30,737.0,54.0,242.0,3.0,-5.0,1.1,62.84,396.79606277269244,14.581205371120468,13.39081718280239
-1999,11,21,9,30,838.0,69.0,388.0,6.0,-6.0,2.2,47.72,587.6782503137057,21.933779419411522,20.170744668470405
-1999,11,21,10,30,874.0,81.0,488.0,7.0,-7.0,3.4000000000000004,40.63,712.6362267585941,24.842782354904614,22.704873674628832
-1999,11,21,11,30,500.0,182.0,434.0,8.0,-7.0,3.7,39.41,563.6522298141073,21.836198195832495,20.14524150639017
-1999,11,21,12,30,11.0,168.0,174.0,7.0,-6.0,3.8,41.76,172.54119264101868,11.207658809584844,10.690035231661788
-1999,11,21,13,30,1.0,135.0,136.0,6.0,-5.0,3.7,49.16,132.63584720368485,9.25586553678246,8.857957995171406
-1999,11,21,14,30,0.0,61.0,61.0,5.0,-4.0,3.5,57.19,59.62046870047765,6.482942890623948,6.3040814845225155
-1999,11,21,15,30,79.0,72.0,87.0,4.0,-3.0,3.2,69.65,100.69105151016714,6.55460969582187,6.252536541291368
-1999,11,21,16,30,0.0,6.0,6.0,2.0,-3.0,2.9000000000000004,78.65,5.864308396768293,2.151767243000305,2.1341743178100003
-1999,11,21,17,30,0.0,0.0,0.0,0.0,-2.0,2.8000000000000003,80.37,0.0,0.0,0.0
-1999,11,21,18,30,0.0,0.0,0.0,0.0,-3.0,3.0,83.72,0.0,0.0,0.0
-1999,11,21,19,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,84.89,0.0,0.0,0.0
-1999,11,21,20,30,0.0,0.0,0.0,-1.0,-4.0,3.3000000000000003,87.33,0.0,-1.0,-1.0
-1999,11,21,21,30,0.0,0.0,0.0,-1.0,-5.0,3.0,91.6,0.0,-1.0,-1.0
-1999,11,21,22,30,0.0,0.0,0.0,-2.0,-5.0,2.5,89.83,0.0,-2.0,-2.0
-1999,11,21,23,30,0.0,0.0,0.0,-2.0,-5.0,2.2,88.55,0.0,-2.0,-2.0
-1999,11,22,0,30,0.0,0.0,0.0,-2.0,-5.0,1.9,94.92,0.0,-2.0,-2.0
-1999,11,22,1,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.3,0.0,-2.0,-2.0
-1999,11,22,2,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.81,0.0,-2.0,-2.0
-1999,11,22,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.58,0.0,-2.0,-2.0
-1999,11,22,4,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.42,0.0,-2.0,-2.0
-1999,11,22,5,30,0.0,0.0,0.0,-3.0,-5.0,1.9,94.63,0.0,-3.0,-3.0
-1999,11,22,6,30,0.0,0.0,0.0,-3.0,-5.0,2.0,93.29,0.0,-3.0,-3.0
-1999,11,22,7,30,0.0,2.0,2.0,-2.0,-6.0,2.3000000000000003,85.4,1.9547694655894312,-1.9473523334320628,-1.953216641828831
-1999,11,22,8,30,0.0,19.0,19.0,0.0,-5.0,2.7,81.97,18.570309923099597,0.48701758909460285,0.43130665932530404
-1999,11,22,9,30,0.0,33.0,33.0,0.0,-5.0,2.8000000000000003,77.27,32.25369618222562,0.8402753341862875,0.7435142456396107
-1999,11,22,10,30,0.0,22.0,22.0,0.0,-5.0,2.4000000000000004,72.59,21.502464121483747,0.5752791426833617,0.5107717503189104
-1999,11,22,11,30,0.0,30.0,30.0,1.0,-5.0,1.9,72.76,29.32154198384147,1.811086479067309,1.7231218531157846
-1999,11,22,12,30,0.0,50.0,50.0,0.0,-5.0,1.8,71.68,48.86923663973578,1.3608838028462966,1.2142760929270893
-1999,11,22,13,30,0.0,88.0,88.0,0.0,-5.0,2.3000000000000003,70.84,86.00985648593499,2.3164973289892368,2.058467759531432
-1999,11,22,14,30,0.0,27.0,27.0,0.0,-5.0,3.0,75.75,26.389387785457323,0.6784411493382723,0.5992729859819003
-1999,11,22,15,30,0.0,6.0,6.0,-1.0,-5.0,3.3000000000000003,80.52,5.864308396768293,-0.8521982073740623,-0.8697911325643671
-1999,11,22,16,30,0.0,0.0,0.0,-2.0,-6.0,3.0,82.74,0.0,-2.0,-2.0
-1999,11,22,17,30,0.0,0.0,0.0,-3.0,-7.0,2.5,84.25,0.0,-3.0,-3.0
-1999,11,22,18,30,0.0,0.0,0.0,-3.0,-7.0,2.2,87.8,0.0,-3.0,-3.0
-1999,11,22,19,30,0.0,0.0,0.0,-4.0,-8.0,2.0,84.78,0.0,-4.0,-4.0
-1999,11,22,20,30,0.0,0.0,0.0,-4.0,-8.0,2.0,81.75,0.0,-4.0,-4.0
-1999,11,22,21,30,0.0,0.0,0.0,-4.0,-9.0,1.9,78.68,0.0,-4.0,-4.0
-1999,11,22,22,30,0.0,0.0,0.0,-4.0,-9.0,1.8,81.75,0.0,-4.0,-4.0
-1999,11,22,23,30,0.0,0.0,0.0,-5.0,-10.0,1.6,79.08,0.0,-5.0,-5.0
-1999,11,23,0,30,0.0,0.0,0.0,-5.0,-10.0,1.4,82.43,0.0,-5.0,-5.0
-1999,11,23,1,30,0.0,0.0,0.0,-6.0,-11.0,1.3,78.60000000000002,0.0,-6.0,-6.0
-1999,11,23,2,30,0.0,0.0,0.0,-6.0,-11.0,1.3,80.52,0.0,-6.0,-6.0
-1999,11,23,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,76.87,0.0,-7.0,-7.0
-1999,11,23,4,30,0.0,0.0,0.0,-7.0,-12.0,1.1,73.97,0.0,-7.0,-7.0
-1999,11,23,5,30,0.0,0.0,0.0,-7.0,-13.0,1.1,71.14,0.0,-7.0,-7.0
-1999,11,23,6,30,0.0,0.0,0.0,-7.0,-13.0,1.2000000000000002,68.42,0.0,-7.0,-7.0
-1999,11,23,7,30,408.0,32.0,69.0,-5.0,-14.0,1.6,56.54,140.90653003697904,-1.0231985486471535,-1.4459181387580906
-1999,11,23,8,30,736.0,58.0,241.0,-2.0,-13.0,2.0,51.79,396.1826862192344,8.886118980414881,7.697570921757178
-1999,11,23,9,30,876.0,68.0,395.0,0.0,-12.0,2.1,48.27,605.4242318236086,16.524829528608745,14.70855683313792
-1999,11,23,10,30,939.0,72.0,503.0,0.0,-12.0,1.8,42.01,745.9136493546608,20.77179578662267,18.534054838558685
-1999,11,23,11,30,0.0,128.0,128.0,0.0,-12.0,1.5,42.81,125.1052457977236,3.554597623874362,3.1792818864811916
-1999,11,23,12,30,31.0,196.0,211.0,1.0,-12.0,1.4,39.83,214.92329557832562,7.14770275958243,6.5029328728474525
-1999,11,23,13,30,28.0,169.0,181.0,1.0,-12.0,1.4,39.74,184.24481431234088,6.270170226726032,5.717435783789009
-1999,11,23,14,30,247.0,133.0,213.0,0.0,-11.0,1.5,43.46,266.85283137820875,7.582051690100964,6.781493195966338
-1999,11,23,15,30,143.0,70.0,96.0,-1.0,-11.0,1.4,52.43,123.00447720048737,2.5184411345062694,2.149427702904807
-1999,11,23,16,30,0.0,0.0,0.0,-3.0,-12.0,1.1,56.96,0.0,-3.0,-3.0
-1999,11,23,17,30,0.0,0.0,0.0,-4.0,-13.0,1.0,53.64,0.0,-4.0,-4.0
-1999,11,23,18,30,0.0,0.0,0.0,-4.0,-14.0,0.9,56.92,0.0,-4.0,-4.0
-1999,11,23,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,55.66,0.0,-5.0,-5.0
-1999,11,23,20,30,0.0,0.0,0.0,-5.0,-14.0,1.5,58.33,0.0,-5.0,-5.0
-1999,11,23,21,30,0.0,0.0,0.0,-5.0,-14.0,1.6,53.44,0.0,-5.0,-5.0
-1999,11,23,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,53.1,0.0,-5.0,-5.0
-1999,11,23,23,30,0.0,0.0,0.0,-5.0,-14.0,1.6,52.98,0.0,-5.0,-5.0
-1999,11,24,0,30,0.0,0.0,0.0,-5.0,-15.0,1.3,52.6,0.0,-5.0,-5.0
-1999,11,24,1,30,0.0,0.0,0.0,-5.0,-15.0,1.1,51.55,0.0,-5.0,-5.0
-1999,11,24,2,30,0.0,0.0,0.0,-6.0,-15.0,0.9,54.9,0.0,-6.0,-6.0
-1999,11,24,3,30,0.0,0.0,0.0,-6.0,-15.0,1.0,57.57,0.0,-6.0,-6.0
-1999,11,24,4,30,0.0,0.0,0.0,-7.0,-16.0,1.2000000000000002,54.83,0.0,-7.0,-7.0
-1999,11,24,5,30,0.0,0.0,0.0,-8.0,-17.0,1.4,56.24,0.0,-8.0,-8.0
-1999,11,24,6,30,0.0,0.0,0.0,-9.0,-17.0,1.9,57.28,0.0,-9.0,-9.0
-1999,11,24,7,30,106.0,32.0,42.0,-7.0,-18.0,2.5,46.5,59.49033027231833,-5.418948469012107,-5.597419459829061
-1999,11,24,8,30,814.0,53.0,252.0,-3.0,-17.0,2.7,37.79,425.04361045954425,8.14702529377719,6.871894462398558
-1999,11,24,9,30,935.0,66.0,412.0,0.0,-15.0,2.4000000000000004,34.99,637.213609288254,17.048078619569033,15.136437791704273
-1999,11,24,10,30,988.0,73.0,523.0,0.0,-14.0,2.3000000000000003,31.39,779.5524447561027,20.995630383127605,18.656973048859296
-1999,11,24,11,30,1007.0,76.0,573.0,1.0,-14.0,2.3000000000000003,32.33,843.7862695078074,23.72563540287112,21.1942765943477
-1999,11,24,12,30,1001.0,74.0,558.0,2.0,-13.0,2.3000000000000003,34.230000000000004,824.4148032931989,24.203905085229167,21.73066067534957
-1999,11,24,13,30,969.0,68.0,480.0,2.0,-13.0,2.2,35.28,724.630899812858,21.646990359000693,19.473097659562118
-1999,11,24,14,30,898.0,58.0,347.0,1.0,-13.0,1.8,36.36,553.0851930479296,16.402014284811507,14.74275870566772
-1999,11,24,15,30,741.0,41.0,175.0,0.0,-11.0,1.0,45.01,322.2872635613879,9.470067806390292,8.503206015706128
-1999,11,24,16,30,0.0,0.0,0.0,-2.0,-13.0,0.6000000000000001,47.09,0.0,-2.0,-2.0
-1999,11,24,17,30,0.0,0.0,0.0,-4.0,-16.0,0.9,44.25,0.0,-4.0,-4.0
-1999,11,24,18,30,0.0,0.0,0.0,-5.0,-16.0,1.4,48.03,0.0,-5.0,-5.0
-1999,11,24,19,30,0.0,0.0,0.0,-6.0,-16.0,1.7000000000000002,51.86,0.0,-6.0,-6.0
-1999,11,24,20,30,0.0,0.0,0.0,-6.0,-16.0,2.0,51.82,0.0,-6.0,-6.0
-1999,11,24,21,30,0.0,0.0,0.0,-6.0,-16.0,2.4000000000000004,55.76,0.0,-6.0,-6.0
-1999,11,24,22,30,0.0,0.0,0.0,-6.0,-16.0,2.7,51.57,0.0,-6.0,-6.0
-1999,11,24,23,30,0.0,0.0,0.0,-5.0,-16.0,3.0,51.81,0.0,-5.0,-5.0
-1999,11,25,0,30,0.0,0.0,0.0,-5.0,-15.0,3.2,48.83,0.0,-5.0,-5.0
-1999,11,25,1,30,0.0,0.0,0.0,-5.0,-15.0,3.3000000000000003,49.31,0.0,-5.0,-5.0
-1999,11,25,2,30,0.0,0.0,0.0,-4.0,-15.0,3.3000000000000003,46.03,0.0,-4.0,-4.0
-1999,11,25,3,30,0.0,0.0,0.0,-3.0,-15.0,3.6,44.42,0.0,-3.0,-3.0
-1999,11,25,4,30,0.0,0.0,0.0,-2.0,-14.0,4.1000000000000005,47.97,0.0,-2.0,-2.0
-1999,11,25,5,30,0.0,0.0,0.0,-2.0,-13.0,4.800000000000002,52.03,0.0,-2.0,-2.0
-1999,11,25,6,30,0.0,0.0,0.0,-2.0,-12.0,5.5,51.75,0.0,-2.0,-2.0
-1999,11,25,7,30,0.0,12.0,12.0,-1.0,-11.0,6.3000000000000025,52.29,11.728616793536586,-0.7568663646721053,-0.7920522150527151
-1999,11,25,8,30,81.0,97.0,117.0,0.0,-9.0,6.7,51.84,131.7305023833145,2.66174000072975,2.2665484935798066
-1999,11,25,9,30,0.0,54.0,54.0,2.0,-7.0,6.3000000000000025,55.36,52.77877557091465,3.0941013589755264,2.9357650322627826
-1999,11,25,10,30,0.0,47.0,47.0,3.0,-6.0,5.6000000000000005,58.02,45.937082441351635,3.9961750020508484,3.8583637547267937
-1999,11,25,11,30,8.0,163.0,167.0,5.0,-5.0,4.9,58.98,165.40877126063882,8.753595305509434,8.257368991727517
-1999,11,25,12,30,942.0,74.0,527.0,6.0,-4.0,4.3,58.27,778.1765779149267,24.364393410482887,22.029863676738106
-1999,11,25,13,30,917.0,66.0,454.0,6.0,-3.0,3.7,56.8,685.8492171814831,22.835816837820765,20.778269186276315
-1999,11,25,14,30,849.0,56.0,327.0,5.0,-2.0,2.7,65.23,522.9996598995236,18.715981828861647,17.146982849163077
-1999,11,25,15,30,684.0,40.0,163.0,4.0,-2.0,2.1,80.0,299.06294863177595,12.162812098844139,11.265623252948812
-1999,11,25,16,30,0.0,0.0,0.0,2.0,-3.0,2.2,79.60000000000002,0.0,2.0,2.0
-1999,11,25,17,30,0.0,0.0,0.0,1.0,-3.0,2.8000000000000003,74.98,0.0,1.0,1.0
-1999,11,25,18,30,0.0,0.0,0.0,1.0,-3.0,3.6,75.05,0.0,1.0,1.0
-1999,11,25,19,30,0.0,0.0,0.0,1.0,-3.0,4.3,74.96000000000002,0.0,1.0,1.0
-1999,11,25,20,30,0.0,0.0,0.0,1.0,-4.0,4.4,73.72,0.0,1.0,1.0
-1999,11,25,21,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,73.19,0.0,1.0,1.0
-1999,11,25,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.31,0.0,2.0,2.0
-1999,11,25,23,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.73,0.0,2.0,2.0
-1999,11,26,0,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,74.9,0.0,2.0,2.0
-1999,11,26,1,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.45,0.0,1.0,1.0
-1999,11,26,2,30,0.0,0.0,0.0,1.0,-3.0,4.4,74.87,0.0,1.0,1.0
-1999,11,26,3,30,0.0,0.0,0.0,2.0,-3.0,4.4,75.5,0.0,2.0,2.0
-1999,11,26,4,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,76.81,0.0,2.0,2.0
-1999,11,26,5,30,0.0,0.0,0.0,2.0,-3.0,3.7,78.15,0.0,2.0,2.0
-1999,11,26,6,30,0.0,0.0,0.0,2.0,-3.0,3.3000000000000003,78.74,0.0,2.0,2.0
-1999,11,26,7,30,0.0,16.0,16.0,3.0,-3.0,3.3000000000000003,73.61,15.63815572471545,3.3941381136691673,3.347223646495021
-1999,11,26,8,30,367.0,80.0,168.0,6.0,-2.0,3.5,68.92,244.48804935257803,12.08116344155842,11.347699293500686
-1999,11,26,9,30,332.0,144.0,265.0,8.0,-1.0,3.6,60.06,342.3177100204764,16.458539037895935,15.431585907834506
-1999,11,26,10,30,764.0,89.0,432.0,10.0,0.0,3.6,57.54,630.7249134074198,25.584970178466868,23.69279543824461
-1999,11,26,11,30,688.0,123.0,458.0,11.0,0.0,3.4000000000000004,54.31,642.768510645425,27.09345442933476,25.165148897398485
-1999,11,26,12,30,766.0,98.0,464.0,12.0,0.0,3.1,50.72,668.2540047706361,29.066661584915998,27.06189957060409
-1999,11,26,13,30,725.0,88.0,393.0,12.0,0.0,2.8000000000000003,46.92,576.1203647966342,27.009124204741397,25.280763110351494
-1999,11,26,14,30,889.0,46.0,328.0,11.0,0.0,2.1,51.88,534.2749755188981,25.58283700547964,23.980012078922943
-1999,11,26,15,30,741.0,33.0,165.0,8.0,0.0,1.4,69.04,313.3643158065687,16.963526563534515,16.023433616114808
-1999,11,26,16,30,0.0,0.0,0.0,6.0,-1.0,1.3,67.1,0.0,6.0,6.0
-1999,11,26,17,30,0.0,0.0,0.0,4.0,-2.0,1.3,70.09,0.0,4.0,4.0
-1999,11,26,18,30,0.0,0.0,0.0,4.0,-3.0,1.5,72.16,0.0,4.0,4.0
-1999,11,26,19,30,0.0,0.0,0.0,3.0,-3.0,1.7000000000000002,69.62,0.0,3.0,3.0
-1999,11,26,20,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,68.51,0.0,3.0,3.0
-1999,11,26,21,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,67.6,0.0,3.0,3.0
-1999,11,26,22,30,0.0,0.0,0.0,3.0,-4.0,1.6,71.44,0.0,3.0,3.0
-1999,11,26,23,30,0.0,0.0,0.0,2.0,-4.0,1.6,69.36,0.0,2.0,2.0
-1999,11,27,0,30,0.0,0.0,0.0,2.0,-5.0,1.5,68.74,0.0,2.0,2.0
-1999,11,27,1,30,0.0,0.0,0.0,2.0,-4.0,1.5,69.26,0.0,2.0,2.0
-1999,11,27,2,30,0.0,0.0,0.0,1.0,-4.0,1.5,69.67,0.0,1.0,1.0
-1999,11,27,3,30,0.0,0.0,0.0,1.0,-5.0,1.5,68.59,0.0,1.0,1.0
-1999,11,27,4,30,0.0,0.0,0.0,1.0,-5.0,1.7000000000000002,67.53,0.0,1.0,1.0
-1999,11,27,5,30,0.0,0.0,0.0,1.0,-5.0,1.9,66.57000000000001,0.0,1.0,1.0
-1999,11,27,6,30,0.0,0.0,0.0,1.0,-5.0,2.0,66.91,0.0,1.0,1.0
-1999,11,27,7,30,455.0,24.0,59.0,3.0,-5.0,2.0,62.83,141.0340207653435,6.875265587674472,6.452163525378442
-1999,11,27,8,30,290.0,86.0,154.0,5.0,-4.0,2.0,60.03,214.68043753903166,10.898886718447319,10.254845405830224
-1999,11,27,9,30,488.0,118.0,294.0,7.0,-2.0,2.0,59.36,410.3320366144087,18.27490808517705,17.043911975333824
-1999,11,27,10,30,738.0,94.0,423.0,9.0,-2.0,2.0,50.82,615.2759429453689,25.906259040769413,24.060431211933306
-1999,11,27,11,30,939.0,65.0,520.0,10.0,-2.0,1.8,46.76,774.6349377352051,31.571610533926886,29.24770572072127
-1999,11,27,12,30,932.0,76.0,518.0,11.0,-2.0,1.3,46.24,769.0489859572928,33.14624557720932,30.839098619337445
-1999,11,27,13,30,903.0,69.0,446.0,11.0,-2.0,0.9,47.09,676.5340683819848,31.013608182992115,28.98400597784616
-1999,11,27,14,30,834.0,57.0,320.0,10.0,-1.0,0.6000000000000001,54.35,513.8767997690755,25.51262753373742,23.970997134430192
-1999,11,27,15,30,673.0,40.0,159.0,7.0,0.0,0.8,68.69,293.99793253837913,15.756045314295008,14.87405151667987
-1999,11,27,16,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,73.5,0.0,4.0,4.0
-1999,11,27,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,77.05,0.0,2.0,2.0
-1999,11,27,18,30,0.0,0.0,0.0,2.0,-3.0,1.5,75.54,0.0,2.0,2.0
-1999,11,27,19,30,0.0,0.0,0.0,1.0,-4.0,1.7000000000000002,72.91,0.0,1.0,1.0
-1999,11,27,20,30,0.0,0.0,0.0,0.0,-5.0,1.8,74.15,0.0,0.0,0.0
-1999,11,27,21,30,0.0,0.0,0.0,0.0,-5.0,2.0,70.03,0.0,0.0,0.0
-1999,11,27,22,30,0.0,0.0,0.0,0.0,-6.0,2.1,72.56,0.0,0.0,0.0
-1999,11,27,23,30,0.0,0.0,0.0,0.0,-6.0,2.1,70.54,0.0,0.0,0.0
-1999,11,28,0,30,0.0,0.0,0.0,0.0,-6.0,2.0,69.03,0.0,0.0,0.0
-1999,11,28,1,30,0.0,0.0,0.0,0.0,-7.0,2.0,68.26,0.0,0.0,0.0
-1999,11,28,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,67.98,0.0,0.0,0.0
-1999,11,28,3,30,0.0,0.0,0.0,0.0,-7.0,1.9,67.71000000000001,0.0,0.0,0.0
-1999,11,28,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,67.23,0.0,0.0,0.0
-1999,11,28,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,66.64,0.0,0.0,0.0
-1999,11,28,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,61.42,0.0,0.0,0.0
-1999,11,28,7,30,439.0,23.0,55.0,2.0,-7.0,1.5,58.12000000000001,134.80221048557786,5.830116107679361,5.425709476222627
-1999,11,28,8,30,754.0,44.0,218.0,6.0,-4.0,1.5,52.98,380.62551015452544,16.814658692800087,15.672782162336512
-1999,11,28,9,30,874.0,53.0,366.0,9.0,-4.0,1.1,45.1,577.8732252581473,25.866267405531676,24.132647729757235
-1999,11,28,10,30,928.0,59.0,469.0,11.0,-4.0,0.5,38.56,713.5554039670224,32.686459474081914,30.54579326218085
-1999,11,28,11,30,947.0,61.0,517.0,12.0,-4.0,0.8,34.88,774.7353766791389,35.07369309103697,32.749486960999555
-1999,11,28,12,30,938.0,61.0,505.0,13.0,-5.0,1.4,31.76,757.1747299064276,34.65835566594232,32.38683147622304
-1999,11,28,13,30,902.0,59.0,433.0,13.0,-5.0,2.0,31.4,664.8170553386435,31.26752610945918,29.27307494344325
-1999,11,28,14,30,824.0,52.0,311.0,12.0,-5.0,1.9,33.97,502.7075093553135,25.90579199376331,24.39766946569737
-1999,11,28,15,30,653.0,38.0,153.0,9.0,-2.0,1.6,51.09,284.13060343470147,17.019010870655503,16.166619060351398
-1999,11,28,16,30,0.0,0.0,0.0,6.0,-3.0,1.8,59.78,0.0,6.0,6.0
-1999,11,28,17,30,0.0,0.0,0.0,5.0,-4.0,2.1,63.74,0.0,5.0,5.0
-1999,11,28,18,30,0.0,0.0,0.0,4.0,-4.0,2.2,68.01,0.0,4.0,4.0
-1999,11,28,19,30,0.0,0.0,0.0,3.0,-4.0,2.0,71.58,0.0,3.0,3.0
-1999,11,28,20,30,0.0,0.0,0.0,2.0,-4.0,1.8,69.28,0.0,2.0,2.0
-1999,11,28,21,30,0.0,0.0,0.0,1.0,-5.0,1.6,66.54,0.0,1.0,1.0
-1999,11,28,22,30,0.0,0.0,0.0,1.0,-6.0,1.6,63.88,0.0,1.0,1.0
-1999,11,28,23,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,66.56,0.0,1.0,1.0
-1999,11,29,0,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.46000000000001,0.0,0.0,0.0
-1999,11,29,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.87000000000001,0.0,0.0,0.0
-1999,11,29,2,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.3,0.0,0.0,0.0
-1999,11,29,3,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.14,0.0,0.0,0.0
-1999,11,29,4,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.87000000000001,0.0,0.0,0.0
-1999,11,29,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.17,0.0,0.0,0.0
-1999,11,29,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,60.43,0.0,0.0,0.0
-1999,11,29,7,30,467.0,20.0,54.0,3.0,-7.0,1.6,57.07,137.86334822801632,6.89091380773947,6.477323763055422
-1999,11,29,8,30,774.0,39.0,216.0,7.0,-4.0,1.7000000000000002,52.03,382.66378199004345,17.72779168022201,16.57980033425188
-1999,11,29,9,30,891.0,48.0,363.0,10.0,-4.0,1.2000000000000002,43.74,580.9250762711976,26.84167369698656,25.09889846817297
-1999,11,29,10,30,944.0,52.0,467.0,13.0,-5.0,0.6000000000000001,33.87,715.7812710182251,34.60760761707983,32.46026380402515
-1999,11,29,11,30,670.0,123.0,444.0,14.0,-6.0,0.9,27.15,624.7570872271239,32.4819126451608,30.60764138347943
-1999,11,29,12,30,959.0,54.0,505.0,15.0,-6.0,1.2000000000000002,24.79,764.2822276560348,37.157404485290115,34.86455780232201
-1999,11,29,13,30,929.0,51.0,435.0,15.0,-6.0,1.6,24.76,673.9539612033185,34.020985687142954,31.999123803533
-1999,11,29,14,30,859.0,45.0,313.0,14.0,-6.0,1.5,27.29,514.3051534449969,28.612879457810795,27.069963997475803
-1999,11,29,15,30,696.0,34.0,155.0,11.0,-1.0,1.4,50.53,296.18001412928896,19.471983854966616,18.58344381257875
-1999,11,29,16,30,0.0,0.0,0.0,8.0,-3.0,1.5,54.68,0.0,8.0,8.0
-1999,11,29,17,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,56.51,0.0,6.0,6.0
-1999,11,29,18,30,0.0,0.0,0.0,4.0,-5.0,1.8,59.21,0.0,4.0,4.0
-1999,11,29,19,30,0.0,0.0,0.0,4.0,-5.0,2.0,56.16,0.0,4.0,4.0
-1999,11,29,20,30,0.0,0.0,0.0,4.0,-6.0,2.2,52.48,0.0,4.0,4.0
-1999,11,29,21,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,53.05,0.0,4.0,4.0
-1999,11,29,22,30,0.0,0.0,0.0,4.0,-8.0,2.5,50.22,0.0,4.0,4.0
-1999,11,29,23,30,0.0,0.0,0.0,4.0,-8.0,2.6,48.22,0.0,4.0,4.0
-1999,11,30,0,30,0.0,0.0,0.0,4.0,-9.0,2.6,43.88,0.0,4.0,4.0
-1999,11,30,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,44.38,0.0,4.0,4.0
-1999,11,30,2,30,0.0,0.0,0.0,4.0,-8.0,2.5,46.03,0.0,4.0,4.0
-1999,11,30,3,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,47.58,0.0,4.0,4.0
-1999,11,30,4,30,0.0,0.0,0.0,5.0,-7.0,2.1,48.59,0.0,5.0,5.0
-1999,11,30,5,30,0.0,0.0,0.0,5.0,-7.0,2.0,45.25,0.0,5.0,5.0
-1999,11,30,6,30,0.0,0.0,0.0,5.0,-7.0,1.9,45.05,0.0,5.0,5.0
-1999,11,30,7,30,72.0,24.0,29.0,7.0,-7.0,1.9,42.64,41.517501519353345,8.148448609747783,8.023896105189722
-1999,11,30,8,30,281.0,82.0,146.0,10.0,-5.0,2.3000000000000003,37.76,204.50534414340746,15.507927844870864,14.89441181244064
-1999,11,30,9,30,17.0,131.0,137.0,13.0,-3.0,2.9000000000000004,34.82,138.1835796122392,16.576166102932078,16.16161536409536
-1999,11,30,10,30,2.0,139.0,140.0,16.0,-4.0,2.8000000000000003,28.93,137.26158808783237,19.575947579769295,19.164162815505797
-1999,11,30,11,30,29.0,190.0,204.0,17.0,-5.0,2.5,23.69,207.48384705800424,22.514218067788377,21.891766526614365
-1999,11,30,12,30,17.0,173.0,182.0,18.0,-5.0,1.9,23.57,181.67994353557302,23.025593326593178,22.48055349598646
-1999,11,30,13,30,52.0,173.0,194.0,17.0,-3.0,1.2000000000000002,29.03,203.9544232982666,22.912868950836828,22.301005680942026
-1999,11,30,14,30,0.0,37.0,37.0,15.0,-1.0,0.9,40.37,36.163235113404475,16.0698009930528,15.961311287712588
-1999,11,30,15,30,307.0,58.0,111.0,12.0,-1.0,1.2000000000000002,43.4,172.56829758086027,17.002949738297296,16.485244845554714
-1999,11,30,16,30,0.0,0.0,0.0,10.0,-3.0,1.5,46.05,0.0,10.0,10.0
-1999,11,30,17,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,48.33,0.0,8.0,8.0
-1999,11,30,18,30,0.0,0.0,0.0,6.0,-6.0,1.9,47.93,0.0,6.0,6.0
-1999,11,30,19,30,0.0,0.0,0.0,6.0,-7.0,2.1,43.55,0.0,6.0,6.0
-1999,11,30,20,30,0.0,0.0,0.0,6.0,-8.0,2.4000000000000004,39.6,0.0,6.0,6.0
-1999,11,30,21,30,0.0,0.0,0.0,6.0,-9.0,2.6,39.78,0.0,6.0,6.0
-1999,11,30,22,30,0.0,0.0,0.0,5.0,-9.0,2.7,38.42,0.0,5.0,5.0
-1999,11,30,23,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,37.73,0.0,5.0,5.0
-1999,12,1,0,30,0.0,0.0,0.0,5.0,-10.0,3.1,37.02,0.0,5.0,5.0
-1999,12,1,1,30,0.0,0.0,0.0,5.0,-10.0,3.1,36.41,0.0,5.0,5.0
-1999,12,1,2,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,36.62,0.0,5.0,5.0
-1999,12,1,3,30,0.0,0.0,0.0,5.0,-10.0,2.6,37.54,0.0,5.0,5.0
-1999,12,1,4,30,0.0,0.0,0.0,5.0,-9.0,2.4000000000000004,38.8,0.0,5.0,5.0
-1999,12,1,5,30,0.0,0.0,0.0,5.0,-9.0,2.2,43.24,0.0,5.0,5.0
-1999,12,1,6,30,0.0,0.0,0.0,5.0,-8.0,2.0,44.85,0.0,5.0,5.0
-1999,12,1,7,30,191.0,23.0,36.0,6.0,-8.0,1.9,43.6,69.91558904858088,7.933990681137465,7.724243913991723
-1999,12,1,8,30,199.0,86.0,131.0,8.0,-6.0,1.9,41.62,171.61440343164367,12.747162421175384,12.232319210880453
-1999,12,1,9,30,832.0,50.0,340.0,11.0,-5.0,2.2,36.97,543.3626089362049,25.732244984264543,24.102157157455927
-1999,12,1,10,30,824.0,71.0,428.0,13.0,-6.0,2.6,28.83,646.0321895458939,30.055540912066846,28.117444343429163
-1999,12,1,11,30,473.0,177.0,402.0,14.0,-8.0,2.9000000000000004,23.76,527.304472744054,27.646544594107006,26.064631175874844
-1999,12,1,12,30,920.0,70.0,498.0,15.0,-9.0,3.4000000000000004,20.08,748.0050778828759,33.728337549907856,31.48432231625923
-1999,12,1,13,30,890.0,64.0,429.0,15.0,-10.0,3.7,20.34,658.3468758855588,31.160705794358137,29.18566516670146
-1999,12,1,14,30,813.0,56.0,307.0,13.0,-9.0,2.9000000000000004,22.01,498.6675454835577,25.905426084595994,24.409423448145322
-1999,12,1,15,30,624.0,41.0,148.0,10.0,-6.0,1.8,38.67,275.45079878371183,17.67060335542525,16.844250959074113
-1999,12,1,16,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.02,0.0,7.0,7.0
-1999,12,1,17,30,0.0,0.0,0.0,5.0,-6.0,1.9,49.53,0.0,5.0,5.0
-1999,12,1,18,30,0.0,0.0,0.0,4.0,-6.0,2.1,52.94,0.0,4.0,4.0
-1999,12,1,19,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,50.88,0.0,4.0,4.0
-1999,12,1,20,30,0.0,0.0,0.0,4.0,-7.0,2.2,53.14,0.0,4.0,4.0
-1999,12,1,21,30,0.0,0.0,0.0,3.0,-6.0,2.1,55.86,0.0,3.0,3.0
-1999,12,1,22,30,0.0,0.0,0.0,3.0,-5.0,2.6,64.18,0.0,3.0,3.0
-1999,12,1,23,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,67.78,0.0,2.0,2.0
-1999,12,2,0,30,0.0,0.0,0.0,2.0,-4.0,3.6,70.06,0.0,2.0,2.0
-1999,12,2,1,30,0.0,0.0,0.0,2.0,-4.0,3.5,71.11,0.0,2.0,2.0
-1999,12,2,2,30,0.0,0.0,0.0,2.0,-4.0,3.2,71.56,0.0,2.0,2.0
-1999,12,2,3,30,0.0,0.0,0.0,1.0,-4.0,2.6,72.2,0.0,1.0,1.0
-1999,12,2,4,30,0.0,0.0,0.0,1.0,-4.0,2.0,71.85000000000002,0.0,1.0,1.0
-1999,12,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,74.53,0.0,0.0,0.0
-1999,12,2,6,30,0.0,0.0,0.0,0.0,-5.0,1.6,72.06,0.0,0.0,0.0
-1999,12,2,7,30,0.0,21.0,21.0,1.0,-5.0,2.1,70.79,20.52507938868903,1.560224418070643,1.498649179904576
-1999,12,2,8,30,183.0,86.0,126.0,3.0,-5.0,2.9000000000000004,63.63,164.1024678948759,7.246942254209599,6.754634850524972
-1999,12,2,9,30,774.0,73.0,340.0,6.0,-5.0,3.4000000000000004,49.1,529.4810576727759,19.25699553062485,17.668552357606522
-1999,12,2,10,30,855.0,78.0,447.0,7.0,-6.0,3.5,42.68,672.6832128972364,23.731683093931146,21.713633455239435
-1999,12,2,11,30,897.0,78.0,501.0,8.0,-7.0,3.2,37.61,746.4380963966385,26.93771064842966,24.698396359239744
-1999,12,2,12,30,911.0,73.0,495.0,9.0,-7.0,2.7,33.53,742.9244727279406,28.483642819405848,26.254869401222027
-1999,12,2,13,30,893.0,65.0,429.0,9.0,-8.0,2.2,32.09,660.3815050325192,26.904990065959158,24.9238455508616
-1999,12,2,14,30,428.0,104.0,236.0,8.0,-9.0,1.9,33.05,335.1000934336905,17.269470039059996,16.264169758758925
-1999,12,2,15,30,662.0,39.0,151.0,6.0,-8.0,1.5,40.32,287.7175433745462,14.17487779592964,13.311725165806003
-1999,12,2,16,30,0.0,0.0,0.0,3.0,-6.0,1.4,56.44,0.0,3.0,3.0
-1999,12,2,17,30,0.0,0.0,0.0,1.0,-7.0,1.5,56.73,0.0,1.0,1.0
-1999,12,2,18,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.4,0.0,1.0,1.0
-1999,12,2,19,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.09,0.0,1.0,1.0
-1999,12,2,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,59.93,0.0,1.0,1.0
-1999,12,2,21,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,60.77,0.0,1.0,1.0
-1999,12,2,22,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,61.21,0.0,1.0,1.0
-1999,12,2,23,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,62.41,0.0,0.0,0.0
-1999,12,3,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,64.03,0.0,0.0,0.0
-1999,12,3,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,69.46000000000001,0.0,0.0,0.0
-1999,12,3,2,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.27,0.0,0.0,0.0
-1999,12,3,3,30,0.0,0.0,0.0,0.0,-6.0,2.1,79.52,0.0,0.0,0.0
-1999,12,3,4,30,0.0,0.0,0.0,-1.0,-5.0,2.3000000000000003,83.33,0.0,-1.0,-1.0
-1999,12,3,5,30,0.0,0.0,0.0,-1.0,-4.0,2.8000000000000003,86.14,0.0,-1.0,-1.0
-1999,12,3,6,30,0.0,0.0,0.0,-2.0,-4.0,3.3000000000000003,94.28,0.0,-2.0,-2.0
-1999,12,3,7,30,0.0,2.0,2.0,-1.0,-4.0,4.1000000000000005,93.75,1.9547694655894312,-0.953260327166881,-0.9591246355636494
-1999,12,3,8,30,0.0,25.0,25.0,-1.0,-4.0,5.300000000000002,87.26,24.43461831986789,-0.4597302666940539,-0.5330341216536576
-1999,12,3,9,30,0.0,6.0,6.0,0.0,-4.0,6.4,86.35000000000002,5.864308396768293,0.12078993043914356,0.10319700524883868
-1999,12,3,10,30,0.0,116.0,116.0,0.0,-4.0,7.0,80.09,113.37662900418702,2.2474807119242963,1.9073508249117352
-1999,12,3,11,30,1.0,138.0,139.0,0.0,-5.0,7.5,79.48,135.62843310056425,2.6046021737646496,2.197716874462957
-1999,12,3,12,30,7.0,152.0,156.0,0.0,-5.0,8.0,78.14,153.7186627618371,2.860328920723192,2.3991729324376805
-1999,12,3,13,30,0.0,121.0,121.0,0.0,-5.0,8.3,80.81,118.26355266816059,2.1595290229436612,1.8047383649391793
-1999,12,3,14,30,0.0,55.0,55.0,-1.0,-6.0,8.0,76.15,53.75616030370936,0.00027086640715376364,-0.16099761450397432
-1999,12,3,15,30,0.0,42.0,42.0,-1.0,-7.0,7.2,78.19,41.05015877737806,-0.19653856705961856,-0.31968904339175275
-1999,12,3,16,30,0.0,0.0,0.0,-2.0,-7.0,6.3000000000000025,75.51,0.0,-2.0,-2.0
-1999,12,3,17,30,0.0,0.0,0.0,-3.0,-8.0,5.8000000000000025,77.86,0.0,-3.0,-3.0
-1999,12,3,18,30,0.0,0.0,0.0,-4.0,-8.0,5.4,80.35000000000002,0.0,-4.0,-4.0
-1999,12,3,19,30,0.0,0.0,0.0,-4.0,-9.0,5.1000000000000005,78.81,0.0,-4.0,-4.0
-1999,12,3,20,30,0.0,0.0,0.0,-4.0,-9.0,4.800000000000002,85.35000000000002,0.0,-4.0,-4.0
-1999,12,3,21,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,86.8,0.0,-4.0,-4.0
-1999,12,3,22,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,88.19,0.0,-4.0,-4.0
-1999,12,3,23,30,0.0,0.0,0.0,-4.0,-8.0,4.7,88.33,0.0,-4.0,-4.0
-1999,12,4,0,30,0.0,0.0,0.0,-4.0,-8.0,4.6000000000000005,87.0,0.0,-4.0,-4.0
-1999,12,4,1,30,0.0,0.0,0.0,-5.0,-9.0,4.5,83.95,0.0,-5.0,-5.0
-1999,12,4,2,30,0.0,0.0,0.0,-6.0,-9.0,4.5,86.03,0.0,-6.0,-6.0
-1999,12,4,3,30,0.0,0.0,0.0,-6.0,-10.0,4.3,81.26,0.0,-6.0,-6.0
-1999,12,4,4,30,0.0,0.0,0.0,-6.0,-11.0,4.0,82.89,0.0,-6.0,-6.0
-1999,12,4,5,30,0.0,0.0,0.0,-7.0,-11.0,3.8,80.01,0.0,-7.0,-7.0
-1999,12,4,6,30,0.0,0.0,0.0,-7.0,-12.0,3.7,77.08,0.0,-7.0,-7.0
-1999,12,4,7,30,2.0,19.0,19.0,-6.0,-12.0,3.9,70.3,19.051422141811347,-5.538448748876655,-5.595603015302089
-1999,12,4,8,30,0.0,32.0,32.0,-3.0,-11.0,4.6000000000000005,64.87,31.2763114494309,-2.2762363000933523,-2.370065234441645
-1999,12,4,9,30,0.0,94.0,94.0,-1.0,-10.0,5.1000000000000005,58.91,91.87416488270327,1.0579495906832264,0.7823270960351165
-1999,12,4,10,30,104.0,192.0,237.0,0.0,-11.0,5.0,53.97,259.7718031727214,5.856736968088126,5.077421558569962
-1999,12,4,11,30,960.0,76.0,525.0,0.0,-11.0,4.800000000000002,46.4,788.1337926741762,18.001838629710747,15.637437251688219
-1999,12,4,12,30,963.0,74.0,516.0,0.0,-10.0,4.4,46.9,779.5808380354822,18.277542512287308,15.93879999818086
-1999,12,4,13,30,936.0,67.0,446.0,0.0,-10.0,3.9,47.92,689.3423610647789,16.700424085585823,14.632397002391485
-1999,12,4,14,30,870.0,56.0,322.0,0.0,-10.0,3.0,49.29,528.4592124780778,13.586085376698408,12.000707739264175
-1999,12,4,15,30,711.0,39.0,159.0,-1.0,-10.0,1.9,57.37000000000001,306.16341913720316,7.469029691004993,6.550539433593383
-1999,12,4,16,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,59.51,0.0,-4.0,-4.0
-1999,12,4,17,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,58.19,0.0,-6.0,-6.0
-1999,12,4,18,30,0.0,0.0,0.0,-7.0,-15.0,1.4,59.84,0.0,-7.0,-7.0
-1999,12,4,19,30,0.0,0.0,0.0,-7.0,-15.0,1.6,62.61,0.0,-7.0,-7.0
-1999,12,4,20,30,0.0,0.0,0.0,-8.0,-16.0,1.7000000000000002,61.48,0.0,-8.0,-8.0
-1999,12,4,21,30,0.0,0.0,0.0,-8.0,-16.0,1.8,60.52,0.0,-8.0,-8.0
-1999,12,4,22,30,0.0,0.0,0.0,-8.0,-16.0,1.8,59.94,0.0,-8.0,-8.0
-1999,12,4,23,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.47,0.0,-8.0,-8.0
-1999,12,5,0,30,0.0,0.0,0.0,-8.0,-16.0,2.1,63.33,0.0,-8.0,-8.0
-1999,12,5,1,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,56.94,0.0,-8.0,-8.0
-1999,12,5,2,30,0.0,0.0,0.0,-8.0,-17.0,2.4000000000000004,55.76,0.0,-8.0,-8.0
-1999,12,5,3,30,0.0,0.0,0.0,-7.0,-17.0,2.5,50.61,0.0,-7.0,-7.0
-1999,12,5,4,30,0.0,0.0,0.0,-7.0,-17.0,2.5,49.67,0.0,-7.0,-7.0
-1999,12,5,5,30,0.0,0.0,0.0,-6.0,-17.0,2.5,48.81,0.0,-6.0,-6.0
-1999,12,5,6,30,0.0,0.0,0.0,-5.0,-18.0,2.5,44.39,0.0,-5.0,-5.0
-1999,12,5,7,30,443.0,19.0,43.0,-3.0,-17.0,2.8000000000000003,38.37,124.26423161563505,0.23733962638898093,-0.13545306845792426
-1999,12,5,8,30,799.0,43.0,212.0,0.0,-15.0,3.0,35.55000000000001,385.5989207240053,9.913309739749156,8.75651297757714
-1999,12,5,9,30,923.0,57.0,368.0,3.0,-10.0,2.5,40.9,595.5583228763924,18.82792352750554,17.04124855887636
-1999,12,5,10,30,976.0,65.0,479.0,6.0,-9.0,1.9,40.35,738.2681160496167,26.42182117108048,24.20701682293163
-1999,12,5,11,30,995.0,68.0,531.0,8.0,-9.0,1.5,34.04,804.6736772833821,30.8630791860672,28.449058154217052
-1999,12,5,12,30,989.0,67.0,520.0,9.0,-9.0,1.4,31.29,790.6012855902097,31.614494590145785,29.242690733375156
-1999,12,5,13,30,957.0,62.0,448.0,8.0,-9.0,1.1,33.03,697.6900917058817,28.363337733193262,26.270267458075615
-1999,12,5,14,30,884.0,53.0,322.0,7.0,-5.0,0.9,47.47,532.8548197364378,22.763208504974585,21.16464404576527
-1999,12,5,15,30,720.0,37.0,158.0,4.0,-4.0,1.1,60.44,307.67973534254077,12.980185384488609,12.057146178460986
-1999,12,5,16,30,0.0,0.0,0.0,1.0,-9.0,1.5,51.14,0.0,1.0,1.0
-1999,12,5,17,30,0.0,0.0,0.0,0.0,-11.0,1.7000000000000002,46.76,0.0,0.0,0.0
-1999,12,5,18,30,0.0,0.0,0.0,-1.0,-12.0,1.8,49.12000000000001,0.0,-1.0,-1.0
-1999,12,5,19,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.77,0.0,-1.0,-1.0
-1999,12,5,20,30,0.0,0.0,0.0,-1.0,-12.0,2.1,50.16,0.0,-1.0,-1.0
-1999,12,5,21,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,44.07,0.0,-1.0,-1.0
-1999,12,5,22,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,43.3,0.0,0.0,0.0
-1999,12,5,23,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,40.98,0.0,0.0,0.0
-1999,12,6,0,30,0.0,0.0,0.0,0.0,-13.0,2.3000000000000003,41.55,0.0,0.0,0.0
-1999,12,6,1,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.68,0.0,0.0,0.0
-1999,12,6,2,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.49,0.0,0.0,0.0
-1999,12,6,3,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.61,0.0,0.0,0.0
-1999,12,6,4,30,0.0,0.0,0.0,0.0,-13.0,2.2,42.44,0.0,0.0,0.0
-1999,12,6,5,30,0.0,0.0,0.0,-1.0,-12.0,2.2,46.12,0.0,-1.0,-1.0
-1999,12,6,6,30,0.0,0.0,0.0,-2.0,-13.0,2.4000000000000004,46.23,0.0,-2.0,-2.0
-1999,12,6,7,30,428.0,18.0,40.0,-1.0,-15.0,3.1,38.54,118.69380738558748,2.0313429151394393,1.6752614929826768
-1999,12,6,8,30,797.0,42.0,208.0,1.0,-13.0,3.6,38.64,381.8462431934763,10.43527389901248,9.289735169432051
-1999,12,6,9,30,753.0,59.0,311.0,3.0,-11.0,3.7,38.78,496.4000761166145,15.185332505188493,13.696132276838648
-1999,12,6,10,30,93.0,189.0,228.0,5.0,-10.0,3.4000000000000004,38.68,248.83517988944655,11.230264180093323,10.483758640424984
-1999,12,6,11,30,993.0,67.0,527.0,6.0,-10.0,2.9000000000000004,36.19,800.6255967530344,26.720045958299746,24.318169168040644
-1999,12,6,12,30,982.0,68.0,516.0,6.0,-10.0,2.5,33.71,785.2972191501078,26.87054089184549,24.514649234395165
-1999,12,6,13,30,944.0,64.0,443.0,6.0,-10.0,2.0,33.89,690.319947562676,24.96828242403948,22.897322581351453
-1999,12,6,14,30,857.0,57.0,317.0,5.0,-9.0,1.3,40.39,521.8656795323066,20.02812656706564,18.46252952846872
-1999,12,6,15,30,667.0,42.0,153.0,3.0,-7.0,0.7000000000000001,51.59,292.70633259472,11.776594990646112,10.898475992861952
-1999,12,6,16,30,0.0,0.0,0.0,0.0,-10.0,0.7000000000000001,48.2,0.0,0.0,0.0
-1999,12,6,17,30,0.0,0.0,0.0,0.0,-11.0,1.1,46.4,0.0,0.0,0.0
-1999,12,6,18,30,0.0,0.0,0.0,-1.0,-12.0,1.5,49.21,0.0,-1.0,-1.0
-1999,12,6,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,52.51,0.0,-2.0,-2.0
-1999,12,6,20,30,0.0,0.0,0.0,-2.0,-12.0,1.9,52.32,0.0,-2.0,-2.0
-1999,12,6,21,30,0.0,0.0,0.0,-2.0,-12.0,2.1,51.75,0.0,-2.0,-2.0
-1999,12,6,22,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,51.2,0.0,-2.0,-2.0
-1999,12,6,23,30,0.0,0.0,0.0,-1.0,-12.0,2.5,51.09,0.0,-1.0,-1.0
-1999,12,7,0,30,0.0,0.0,0.0,-1.0,-12.0,2.6,52.22,0.0,-1.0,-1.0
-1999,12,7,1,30,0.0,0.0,0.0,-1.0,-11.0,2.6,51.06,0.0,-1.0,-1.0
-1999,12,7,2,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.63,0.0,-1.0,-1.0
-1999,12,7,3,30,0.0,0.0,0.0,-1.0,-10.0,2.4000000000000004,58.7,0.0,-1.0,-1.0
-1999,12,7,4,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,58.15,0.0,-2.0,-2.0
-1999,12,7,5,30,0.0,0.0,0.0,-2.0,-11.0,2.6,57.64,0.0,-2.0,-2.0
-1999,12,7,6,30,0.0,0.0,0.0,-1.0,-11.0,2.8000000000000003,56.9,0.0,-1.0,-1.0
-1999,12,7,7,30,0.0,33.0,33.0,0.0,-11.0,3.3000000000000003,49.24,32.25369618222562,0.8129098594426577,0.7161487708959808
-1999,12,7,8,30,652.0,57.0,191.0,1.0,-10.0,3.7,46.31,332.9676482248406,9.173490904415512,8.174587959740991
-1999,12,7,9,30,792.0,79.0,342.0,3.0,-8.0,3.5,51.88,536.9421890057968,16.355389838722076,14.744563271704687
-1999,12,7,10,30,205.0,190.0,276.0,4.0,-7.0,3.4000000000000004,49.7,326.6348422250966,12.17818991024332,11.198285383568031
-1999,12,7,11,30,166.0,216.0,292.0,5.0,-6.0,3.6,48.95,333.75197173605204,13.246882937301931,12.245627022093775
-1999,12,7,12,30,108.0,209.0,259.0,6.0,-6.0,4.0,44.94,283.22029588873096,12.81654594636563,11.966885058699438
-1999,12,7,13,30,660.0,98.0,362.0,6.0,-7.0,4.0,44.38,534.2803535223496,18.859059293746316,17.25621823317927
-1999,12,7,14,30,0.0,39.0,39.0,4.0,-8.0,3.2,45.34,38.11800457899391,4.96708319778593,4.852729184048949
-1999,12,7,15,30,149.0,63.0,88.0,1.0,-8.0,2.0,53.54,117.83686696244527,4.23786525421923,3.884354653331894
-1999,12,7,16,30,0.0,0.0,0.0,0.0,-10.0,1.3,57.27,0.0,0.0,0.0
-1999,12,7,17,30,0.0,0.0,0.0,-1.0,-11.0,1.1,55.72,0.0,-1.0,-1.0
-1999,12,7,18,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.99,0.0,-2.0,-2.0
-1999,12,7,19,30,0.0,0.0,0.0,-3.0,-10.0,0.8,63.99,0.0,-3.0,-3.0
-1999,12,7,20,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.36,0.0,-3.0,-3.0
-1999,12,7,21,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.88,0.0,-3.0,-3.0
-1999,12,7,22,30,0.0,0.0,0.0,-3.0,-10.0,0.9,66.44,0.0,-3.0,-3.0
-1999,12,7,23,30,0.0,0.0,0.0,-3.0,-9.0,1.1,74.06,0.0,-3.0,-3.0
-1999,12,8,0,30,0.0,0.0,0.0,-4.0,-9.0,1.3,76.29,0.0,-4.0,-4.0
-1999,12,8,1,30,0.0,0.0,0.0,-4.0,-9.0,1.4,79.27,0.0,-4.0,-4.0
-1999,12,8,2,30,0.0,0.0,0.0,-3.0,-8.0,1.1,82.5,0.0,-3.0,-3.0
-1999,12,8,3,30,0.0,0.0,0.0,-3.0,-8.0,1.0,84.49,0.0,-3.0,-3.0
-1999,12,8,4,30,0.0,0.0,0.0,-3.0,-8.0,1.1,84.36,0.0,-3.0,-3.0
-1999,12,8,5,30,0.0,0.0,0.0,-3.0,-8.0,1.2000000000000002,83.81,0.0,-3.0,-3.0
-1999,12,8,6,30,0.0,0.0,0.0,-4.0,-8.0,1.4,83.46000000000002,0.0,-4.0,-4.0
-1999,12,8,7,30,0.0,29.0,29.0,-3.0,-8.0,1.5,77.04,28.344157251046756,-2.194661475840965,-2.279693947594105
-1999,12,8,8,30,508.0,75.0,178.0,-2.0,-8.0,1.9,72.57000000000002,288.15003993741703,5.970747291010124,5.106297171197872
-1999,12,8,9,30,0.0,79.0,79.0,-1.0,-8.0,2.2,72.24,77.21339389078254,1.093494502856155,0.8618543211838072
-1999,12,8,10,30,6.0,141.0,144.0,-1.0,-8.0,2.3000000000000003,65.83,141.92885661759104,2.822559770401551,2.396773200548778
-1999,12,8,11,30,41.0,191.0,211.0,-1.0,-8.0,2.4000000000000004,65.02,216.92101720368217,4.803527265614898,4.152764214003851
-1999,12,8,12,30,5.0,147.0,150.0,-1.0,-8.0,2.6,64.38,147.33073134981902,2.88959769621984,2.447605502170383
-1999,12,8,13,30,0.0,95.0,95.0,-1.0,-8.0,2.7,63.61,92.85154961549799,1.4350879454730143,1.1565332966265203
-1999,12,8,14,30,0.0,38.0,38.0,-1.0,-9.0,2.5,62.99,37.14061984619919,-0.012928090987647842,-0.12434995052624542
-1999,12,8,15,30,0.0,36.0,36.0,-2.0,-9.0,2.2,67.4,35.185850380609764,-1.046002505027575,-1.1515600561694044
-1999,12,8,16,30,0.0,0.0,0.0,-3.0,-9.0,1.8,68.99,0.0,-3.0,-3.0
-1999,12,8,17,30,0.0,0.0,0.0,-4.0,-10.0,1.3,72.07000000000002,0.0,-4.0,-4.0
-1999,12,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,71.73,0.0,-4.0,-4.0
-1999,12,8,19,30,0.0,0.0,0.0,-5.0,-10.0,0.30000000000000004,76.43,0.0,-5.0,-5.0
-1999,12,8,20,30,0.0,0.0,0.0,-6.0,-10.0,0.5,80.51,0.0,-6.0,-6.0
-1999,12,8,21,30,0.0,0.0,0.0,-6.0,-11.0,0.8,77.93,0.0,-6.0,-6.0
-1999,12,8,22,30,0.0,0.0,0.0,-6.0,-11.0,1.0,81.81,0.0,-6.0,-6.0
-1999,12,8,23,30,0.0,0.0,0.0,-7.0,-11.0,1.2000000000000002,79.15,0.0,-7.0,-7.0
-1999,12,9,0,30,0.0,0.0,0.0,-7.0,-12.0,1.4,76.37,0.0,-7.0,-7.0
-1999,12,9,1,30,0.0,0.0,0.0,-7.0,-12.0,1.5,73.19,0.0,-7.0,-7.0
-1999,12,9,2,30,0.0,0.0,0.0,-7.0,-13.0,1.6,75.0,0.0,-7.0,-7.0
-1999,12,9,3,30,0.0,0.0,0.0,-8.0,-14.0,1.9,70.76,0.0,-8.0,-8.0
-1999,12,9,4,30,0.0,0.0,0.0,-8.0,-15.0,2.2,65.63,0.0,-8.0,-8.0
-1999,12,9,5,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,59.41,0.0,-8.0,-8.0
-1999,12,9,6,30,0.0,0.0,0.0,-8.0,-17.0,2.2,53.88,0.0,-8.0,-8.0
-1999,12,9,7,30,431.0,16.0,35.0,-6.0,-18.0,2.4000000000000004,43.12,114.4710659260425,-2.9374292966642455,-3.280842494442373
-1999,12,9,8,30,807.0,40.0,202.0,-2.0,-17.0,2.4000000000000004,32.88,378.5696627445368,8.128291799450688,6.992582811217078
-1999,12,9,9,30,934.0,53.0,359.0,1.0,-15.0,1.8,32.6,590.043164104226,17.431199671261364,15.661070178948687
-1999,12,9,10,30,987.0,61.0,471.0,3.0,-14.0,1.6,31.1,734.6194859713049,23.733147266035687,21.529288808121773
-1999,12,9,11,30,389.0,186.0,364.0,4.0,-14.0,1.9,28.94,468.09631271571084,16.948384172776542,15.544095234629411
-1999,12,9,12,30,283.0,200.0,328.0,5.0,-13.0,2.0,27.83,401.78952037920646,16.04018089652581,14.834812335388191
-1999,12,9,13,30,570.0,118.0,346.0,5.0,-13.0,1.7000000000000002,28.88,493.4924905745435,18.83482023594115,17.35434276421752
-1999,12,9,14,30,217.0,124.0,190.0,4.0,-12.0,1.3,34.35,239.19631715882127,10.888118283348827,10.170529331872364
-1999,12,9,15,30,9.0,59.0,61.0,1.0,-9.0,1.1,49.45,61.075274698175456,2.782591526827634,2.599365702733108
-1999,12,9,16,30,0.0,0.0,0.0,0.0,-11.0,1.2000000000000002,46.76,0.0,0.0,0.0
-1999,12,9,17,30,0.0,0.0,0.0,-1.0,-11.0,1.4,50.37000000000001,0.0,-1.0,-1.0
-1999,12,9,18,30,0.0,0.0,0.0,-2.0,-11.0,1.6,54.75,0.0,-2.0,-2.0
-1999,12,9,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,56.9,0.0,-2.0,-2.0
-1999,12,9,20,30,0.0,0.0,0.0,-2.0,-12.0,2.0,55.28,0.0,-2.0,-2.0
-1999,12,9,21,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,55.65,0.0,-2.0,-2.0
-1999,12,9,22,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,58.29,0.0,-2.0,-2.0
-1999,12,9,23,30,0.0,0.0,0.0,-2.0,-11.0,2.1,61.46,0.0,-2.0,-2.0
-1999,12,10,0,30,0.0,0.0,0.0,-2.0,-11.0,1.8,62.66,0.0,-2.0,-2.0
-1999,12,10,1,30,0.0,0.0,0.0,-2.0,-10.0,1.4,60.18,0.0,-2.0,-2.0
-1999,12,10,2,30,0.0,0.0,0.0,-1.0,-9.0,1.2000000000000002,63.28,0.0,-1.0,-1.0
-1999,12,10,3,30,0.0,0.0,0.0,-1.0,-9.0,1.0,61.16,0.0,-1.0,-1.0
-1999,12,10,4,30,0.0,0.0,0.0,-1.0,-9.0,0.9,61.41,0.0,-1.0,-1.0
-1999,12,10,5,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.58,0.0,-1.0,-1.0
-1999,12,10,6,30,0.0,0.0,0.0,-1.0,-9.0,0.9,59.85,0.0,-1.0,-1.0
-1999,12,10,7,30,0.0,23.0,23.0,0.0,-9.0,0.9,55.02,22.47984885427846,0.665011428113904,0.5975718815510687
-1999,12,10,8,30,466.0,56.0,149.0,0.0,-8.0,1.1,54.86,249.7324578128665,7.288890070016408,6.539692696577808
-1999,12,10,9,30,832.0,66.0,337.0,2.0,-8.0,1.3,52.57,542.3023719490106,17.616640455401168,15.989733339554137
-1999,12,10,10,30,707.0,92.0,384.0,3.0,-9.0,1.4,47.18,572.236126834393,19.368340186699296,17.651631806196118
-1999,12,10,11,30,929.0,79.0,503.0,4.0,-9.0,1.4,43.78,759.767033353369,25.732506357757995,23.45320525769789
-1999,12,10,12,30,304.0,197.0,334.0,4.0,-8.0,1.0,45.29,413.91506949821394,16.16245324410162,14.92070803560698
-1999,12,10,13,30,892.0,73.0,428.0,4.0,-8.0,0.8,47.34,662.8210123571564,23.74058378355612,21.75212074648465
-1999,12,10,14,30,810.0,63.0,306.0,3.0,-7.0,0.9,53.31,502.1138330373373,17.85381148905521,16.3474699899432
-1999,12,10,15,30,119.0,63.0,83.0,1.0,-7.0,1.0,62.86,106.67380503426728,4.134496087983784,3.8144746728809826
-1999,12,10,16,30,0.0,0.0,0.0,0.0,-8.0,1.0,61.65,0.0,0.0,0.0
-1999,12,10,17,30,0.0,0.0,0.0,-1.0,-9.0,0.9,63.14,0.0,-1.0,-1.0
-1999,12,10,18,30,0.0,0.0,0.0,-1.0,-9.0,0.9,62.71,0.0,-1.0,-1.0
-1999,12,10,19,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.98,0.0,-1.0,-1.0
-1999,12,10,20,30,0.0,0.0,0.0,-1.0,-9.0,0.8,58.79,0.0,-1.0,-1.0
-1999,12,10,21,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,56.53,0.0,-1.0,-1.0
-1999,12,10,22,30,0.0,0.0,0.0,-1.0,-10.0,0.4,60.39,0.0,-1.0,-1.0
-1999,12,10,23,30,0.0,0.0,0.0,-2.0,-10.0,0.30000000000000004,58.34,0.0,-2.0,-2.0
-1999,12,11,0,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,57.63,0.0,-2.0,-2.0
-1999,12,11,1,30,0.0,0.0,0.0,-2.0,-11.0,0.4,61.45,0.0,-2.0,-2.0
-1999,12,11,2,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,60.96,0.0,-2.0,-2.0
-1999,12,11,3,30,0.0,0.0,0.0,-3.0,-11.0,0.1,60.95,0.0,-3.0,-3.0
-1999,12,11,4,30,0.0,0.0,0.0,-3.0,-11.0,0.1,65.5,0.0,-3.0,-3.0
-1999,12,11,5,30,0.0,0.0,0.0,-3.0,-11.0,0.2,65.41,0.0,-3.0,-3.0
-1999,12,11,6,30,0.0,0.0,0.0,-4.0,-11.0,0.4,65.96000000000001,0.0,-4.0,-4.0
-1999,12,11,7,30,151.0,19.0,25.0,-3.0,-11.0,0.6000000000000001,66.78,52.52930191551264,-1.4142745973572464,-1.5718625031037843
-1999,12,11,8,30,545.0,67.0,174.0,-2.0,-10.0,1.1,60.86,292.3559604426906,6.532933506695534,5.655865625367462
-1999,12,11,9,30,727.0,93.0,328.0,0.0,-9.0,1.5,55.72,506.9787597561453,14.404715671936724,12.88377939266829
-1999,12,11,10,30,823.0,103.0,441.0,0.0,-9.0,1.4,52.04,660.7940942358708,18.90146745478861,16.919085172080997
-1999,12,11,11,30,869.0,105.0,500.0,1.0,-9.0,1.1,47.63,740.0513871106955,22.599728181328555,20.37957401999647
-1999,12,11,12,30,883.0,99.0,496.0,2.0,-10.0,0.9,46.81,739.1039475817838,23.864585251089864,21.64727340834451
-1999,12,11,13,30,865.0,87.0,430.0,2.0,-10.0,1.0,46.31,658.3748242723159,21.345642638749627,19.37051816593268
-1999,12,11,14,30,802.0,70.0,311.0,1.0,-10.0,1.0,45.6,504.77844579835147,15.832376731524691,14.318041394129637
-1999,12,11,15,30,639.0,46.0,152.0,0.0,-9.0,0.8,57.17,287.5197875897281,8.563108819016916,7.700549456247732
-1999,12,11,16,30,0.0,0.0,0.0,-2.0,-10.0,0.6000000000000001,58.41,0.0,-2.0,-2.0
-1999,12,11,17,30,0.0,0.0,0.0,-3.0,-12.0,0.7000000000000001,55.48,0.0,-3.0,-3.0
-1999,12,11,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,56.24,0.0,-4.0,-4.0
-1999,12,11,19,30,0.0,0.0,0.0,-4.0,-14.0,1.7000000000000002,56.91,0.0,-4.0,-4.0
-1999,12,11,20,30,0.0,0.0,0.0,-5.0,-14.0,2.0,53.67,0.0,-5.0,-5.0
-1999,12,11,21,30,0.0,0.0,0.0,-5.0,-15.0,2.4000000000000004,51.69,0.0,-5.0,-5.0
-1999,12,11,22,30,0.0,0.0,0.0,-5.0,-14.0,3.0,53.51,0.0,-5.0,-5.0
-1999,12,11,23,30,0.0,0.0,0.0,-4.0,-14.0,3.4000000000000004,56.66,0.0,-4.0,-4.0
-1999,12,12,0,30,0.0,0.0,0.0,-4.0,-13.0,3.8,54.97,0.0,-4.0,-4.0
-1999,12,12,1,30,0.0,0.0,0.0,-4.0,-13.0,4.2,57.06,0.0,-4.0,-4.0
-1999,12,12,2,30,0.0,0.0,0.0,-4.0,-13.0,4.1000000000000005,57.52,0.0,-4.0,-4.0
-1999,12,12,3,30,0.0,0.0,0.0,-5.0,-13.0,3.6,61.13,0.0,-5.0,-5.0
-1999,12,12,4,30,0.0,0.0,0.0,-5.0,-13.0,3.3000000000000003,60.22,0.0,-5.0,-5.0
-1999,12,12,5,30,0.0,0.0,0.0,-5.0,-13.0,3.0,64.62,0.0,-5.0,-5.0
-1999,12,12,6,30,0.0,0.0,0.0,-6.0,-13.0,2.8000000000000003,63.63,0.0,-6.0,-6.0
-1999,12,12,7,30,315.0,16.0,27.0,-4.0,-13.0,3.0,58.55,85.7970902392514,-1.7942543803962505,-2.0516456511140047
-1999,12,12,8,30,738.0,45.0,188.0,-1.0,-12.0,3.4000000000000004,50.44,349.6318056921498,7.753981314832302,6.705085897755853
-1999,12,12,9,30,882.0,61.0,344.0,1.0,-11.0,3.3000000000000003,44.68,562.7542319995831,15.183443071174082,13.495180375175332
-1999,12,12,10,30,944.0,70.0,457.0,2.0,-11.0,3.0,41.86,709.4488381392662,20.239122826833874,18.110776312416075
-1999,12,12,11,30,968.0,75.0,513.0,3.0,-11.0,2.5,39.46,782.2626738925585,23.789892954553185,21.44310493287551
-1999,12,12,12,30,967.0,74.0,507.0,4.0,-11.0,2.0,37.05,775.1423254502222,25.29899128640145,22.973564310050783
-1999,12,12,13,30,938.0,67.0,439.0,4.0,-11.0,1.5,37.1,687.0625603796506,23.521411184685753,21.4602235035468
-1999,12,12,14,30,867.0,56.0,317.0,3.0,-10.0,0.8,41.98,526.7257513943231,18.687302654118888,17.107125399935917
-1999,12,12,15,30,703.0,39.0,156.0,1.0,-8.0,0.6000000000000001,58.62000000000001,305.47641686108943,10.221552475683408,9.30512322510014
-1999,12,12,16,30,0.0,0.0,0.0,-1.0,-10.0,0.9,55.19,0.0,-1.0,-1.0
-1999,12,12,17,30,0.0,0.0,0.0,-2.0,-11.0,1.1,55.69,0.0,-2.0,-2.0
-1999,12,12,18,30,0.0,0.0,0.0,-3.0,-11.0,1.4,60.22,0.0,-3.0,-3.0
-1999,12,12,19,30,0.0,0.0,0.0,-2.0,-11.0,1.8,59.42,0.0,-2.0,-2.0
-1999,12,12,20,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,54.68,0.0,-2.0,-2.0
-1999,12,12,21,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.27,0.0,-2.0,-2.0
-1999,12,12,22,30,0.0,0.0,0.0,-2.0,-11.0,3.0,54.0,0.0,-2.0,-2.0
-1999,12,12,23,30,0.0,0.0,0.0,-2.0,-12.0,3.1,53.71,0.0,-2.0,-2.0
-1999,12,13,0,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.7,0.0,-2.0,-2.0
-1999,12,13,1,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.2,0.0,-2.0,-2.0
-1999,12,13,2,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,55.01,0.0,-2.0,-2.0
-1999,12,13,3,30,0.0,0.0,0.0,-1.0,-11.0,3.3000000000000003,55.58,0.0,-1.0,-1.0
-1999,12,13,4,30,0.0,0.0,0.0,-1.0,-11.0,3.2,55.98,0.0,-1.0,-1.0
-1999,12,13,5,30,0.0,0.0,0.0,-1.0,-11.0,3.0,52.15,0.0,-1.0,-1.0
-1999,12,13,6,30,0.0,0.0,0.0,0.0,-11.0,2.8000000000000003,48.87000000000001,0.0,0.0,0.0
-1999,12,13,7,30,0.0,10.0,10.0,0.0,-10.0,2.6,47.62,9.773847327947157,0.2580339736434384,0.22871243165959693
-1999,12,13,8,30,22.0,71.0,75.0,1.0,-9.0,2.6,49.71,78.45884809203102,3.071348943909258,2.8359723996331647
-1999,12,13,9,30,210.0,135.0,202.0,2.0,-7.0,2.6,54.98,251.3604009237426,8.636027849698756,7.881946646927528
-1999,12,13,10,30,73.0,179.0,209.0,3.0,-6.0,2.2,56.14,224.4181136169302,9.084670852092627,8.411416511241836
-1999,12,13,11,30,126.0,210.0,267.0,4.0,-5.0,1.7000000000000002,57.6,297.4037252796344,12.33756775498787,11.445356579148967
-1999,12,13,12,30,42.0,187.0,206.0,5.0,-4.0,1.4,57.15,213.27478891664333,11.100548592669329,10.460724225919398
-1999,12,13,13,30,93.0,176.0,213.0,5.0,-4.0,1.3,58.45,233.64159594209028,11.728159395911337,11.027234608085067
-1999,12,13,14,30,0.0,70.0,70.0,4.0,-4.0,1.1,61.28,68.4169312956301,5.996870953456096,5.791620159569206
-1999,12,13,15,30,654.0,41.0,150.0,3.0,-5.0,0.8,64.18,289.3173979319989,11.61664646630059,10.748694272504594
-1999,12,13,16,30,0.0,0.0,0.0,1.0,-7.0,1.0,57.92,0.0,1.0,1.0
-1999,12,13,17,30,0.0,0.0,0.0,0.0,-8.0,1.3,58.75,0.0,0.0,0.0
-1999,12,13,18,30,0.0,0.0,0.0,0.0,-7.0,1.6,64.22,0.0,0.0,0.0
-1999,12,13,19,30,0.0,0.0,0.0,0.0,-7.0,2.0,69.96000000000001,0.0,0.0,0.0
-1999,12,13,20,30,0.0,0.0,0.0,0.0,-7.0,3.4000000000000004,68.84,0.0,0.0,0.0
-1999,12,13,21,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,60.79,0.0,0.0,0.0
-1999,12,13,22,30,0.0,0.0,0.0,-1.0,-11.0,5.8000000000000025,55.4,0.0,-1.0,-1.0
-1999,12,13,23,30,0.0,0.0,0.0,-2.0,-13.0,5.4,53.22,0.0,-2.0,-2.0
-1999,12,14,0,30,0.0,0.0,0.0,-3.0,-13.0,5.2,52.08,0.0,-3.0,-3.0
-1999,12,14,1,30,0.0,0.0,0.0,-3.0,-12.0,5.300000000000002,58.86,0.0,-3.0,-3.0
-1999,12,14,2,30,0.0,0.0,0.0,-4.0,-12.0,5.5,60.31,0.0,-4.0,-4.0
-1999,12,14,3,30,0.0,0.0,0.0,-4.0,-12.0,5.5,63.95,0.0,-4.0,-4.0
-1999,12,14,4,30,0.0,0.0,0.0,-5.0,-13.0,5.5,60.94,0.0,-5.0,-5.0
-1999,12,14,5,30,0.0,0.0,0.0,-5.0,-14.0,5.6000000000000005,60.8,0.0,-5.0,-5.0
-1999,12,14,6,30,0.0,0.0,0.0,-6.0,-15.0,5.6000000000000005,54.07,0.0,-6.0,-6.0
-1999,12,14,7,30,0.0,24.0,24.0,-6.0,-16.0,5.6000000000000005,48.42,23.457233587073173,-5.49131489256978,-5.561686593330999
-1999,12,14,8,30,736.0,45.0,185.0,-5.0,-17.0,6.3000000000000025,41.41,345.81477946479805,2.1687229586804264,1.1312786202860323
-1999,12,14,9,30,896.0,61.0,345.0,-4.0,-19.0,7.0,33.910000000000004,567.5539327007027,7.250700677248947,5.548038879146839
-1999,12,14,10,30,973.0,67.0,463.0,-3.0,-20.0,7.4,28.38,723.4468748771665,10.981291193272428,8.810950568640928
-1999,12,14,11,30,1008.0,69.0,523.0,-2.0,-21.0,7.6,27.23,803.7024642367164,13.336956734444975,10.925849341734825
-1999,12,14,12,30,1009.0,68.0,519.0,-2.0,-21.0,7.6,24.81,798.7709793324551,13.24284980560153,10.846536867604165
-1999,12,14,13,30,978.0,63.0,450.0,-2.0,-21.0,7.4,25.26,709.6007215879063,11.713701259904198,9.58489909514048
-1999,12,14,14,30,904.0,54.0,326.0,-2.0,-20.0,6.8000000000000025,26.66,545.6945872898262,8.956122235449413,7.319038473579935
-1999,12,14,15,30,740.0,38.0,162.0,-4.0,-19.0,5.7,33.02,319.8143147128557,2.8907260256328073,1.9312830814942403
-1999,12,14,16,30,0.0,0.0,0.0,-5.0,-19.0,4.9,37.48,0.0,-5.0,-5.0
-1999,12,14,17,30,0.0,0.0,0.0,-6.0,-18.0,4.800000000000002,41.22,0.0,-6.0,-6.0
-1999,12,14,18,30,0.0,0.0,0.0,-7.0,-18.0,4.800000000000002,44.65,0.0,-7.0,-7.0
-1999,12,14,19,30,0.0,0.0,0.0,-7.0,-19.0,4.9,43.87,0.0,-7.0,-7.0
-1999,12,14,20,30,0.0,0.0,0.0,-7.0,-19.0,5.0,43.15,0.0,-7.0,-7.0
-1999,12,14,21,30,0.0,0.0,0.0,-7.0,-19.0,5.0,46.76,0.0,-7.0,-7.0
-1999,12,14,22,30,0.0,0.0,0.0,-7.0,-19.0,4.9,47.41,0.0,-7.0,-7.0
-1999,12,14,23,30,0.0,0.0,0.0,-7.0,-18.0,4.6000000000000005,48.08,0.0,-7.0,-7.0
-1999,12,15,0,30,0.0,0.0,0.0,-8.0,-18.0,4.2,48.43,0.0,-8.0,-8.0
-1999,12,15,1,30,0.0,0.0,0.0,-8.0,-18.0,3.9,48.43,0.0,-8.0,-8.0
-1999,12,15,2,30,0.0,0.0,0.0,-8.0,-18.0,3.8,47.8,0.0,-8.0,-8.0
-1999,12,15,3,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.97,0.0,-8.0,-8.0
-1999,12,15,4,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.34,0.0,-8.0,-8.0
-1999,12,15,5,30,0.0,0.0,0.0,-8.0,-19.0,3.9,45.99,0.0,-8.0,-8.0
-1999,12,15,6,30,0.0,0.0,0.0,-7.0,-19.0,4.1000000000000005,45.9,0.0,-7.0,-7.0
-1999,12,15,7,30,0.0,18.0,18.0,-6.0,-19.0,4.6000000000000005,43.19,17.592925190304882,-5.59288291880251,-5.645661694373425
-1999,12,15,8,30,444.0,54.0,138.0,-4.0,-18.0,5.300000000000002,37.14,234.00158388718242,1.173969638686811,0.47196488702526374
-1999,12,15,9,30,352.0,118.0,230.0,-1.0,-17.0,5.9,35.31,314.29535279388926,5.685032918240411,4.742146859858743
-1999,12,15,10,30,185.0,183.0,258.0,0.0,-15.0,6.2,33.730000000000004,303.72099137642306,6.336659867351348,5.425496893222079
-1999,12,15,11,30,455.0,169.0,373.0,1.0,-14.0,6.0,32.68,497.1238914962015,11.50591568064584,10.014544006157236
-1999,12,15,12,30,567.0,139.0,392.0,2.0,-13.0,5.7,36.12,547.1557315503285,13.78902902721274,12.147561832561754
-1999,12,15,13,30,392.0,152.0,308.0,2.0,-12.0,5.1000000000000005,39.13,408.3515121733956,11.14693296428894,9.921878427768753
-1999,12,15,14,30,311.0,115.0,209.0,1.0,-11.0,4.1000000000000005,42.16,282.1535202490183,7.746454483406489,6.8999939226594345
-1999,12,15,15,30,443.0,47.0,121.0,0.0,-10.0,3.0,52.57,215.58143910573276,5.542353635179545,4.8956093178623465
-1999,12,15,16,30,0.0,0.0,0.0,-1.0,-10.0,2.7,54.1,0.0,-1.0,-1.0
-1999,12,15,17,30,0.0,0.0,0.0,-2.0,-11.0,3.0,55.36,0.0,-2.0,-2.0
-1999,12,15,18,30,0.0,0.0,0.0,-2.0,-11.0,3.3000000000000003,53.78,0.0,-2.0,-2.0
-1999,12,15,19,30,0.0,0.0,0.0,-2.0,-12.0,3.4000000000000004,56.37000000000001,0.0,-2.0,-2.0
-1999,12,15,20,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.2,0.0,-2.0,-2.0
-1999,12,15,21,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.86,0.0,-2.0,-2.0
-1999,12,15,22,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.13,0.0,-2.0,-2.0
-1999,12,15,23,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.03,0.0,-2.0,-2.0
-1999,12,16,0,30,0.0,0.0,0.0,-1.0,-11.0,3.5,54.92,0.0,-1.0,-1.0
-1999,12,16,1,30,0.0,0.0,0.0,-1.0,-11.0,3.7,57.71,0.0,-1.0,-1.0
-1999,12,16,2,30,0.0,0.0,0.0,-1.0,-10.0,3.9,55.71,0.0,-1.0,-1.0
-1999,12,16,3,30,0.0,0.0,0.0,-1.0,-10.0,4.3,56.47,0.0,-1.0,-1.0
-1999,12,16,4,30,0.0,0.0,0.0,-1.0,-10.0,4.7,56.7,0.0,-1.0,-1.0
-1999,12,16,5,30,0.0,0.0,0.0,0.0,-10.0,5.4,57.7,0.0,0.0,0.0
-1999,12,16,6,30,0.0,0.0,0.0,0.0,-9.0,6.0,55.12000000000001,0.0,0.0,0.0
-1999,12,16,7,30,0.0,12.0,12.0,0.0,-9.0,6.5,52.51,11.728616793536586,0.24003769614619025,0.2048518457655805
-1999,12,16,8,30,192.0,70.0,106.0,1.0,-8.0,6.6000000000000005,50.88,146.42175996503065,3.9775567981971194,3.5382915183020276
-1999,12,16,9,30,529.0,93.0,259.0,4.0,-8.0,6.4,50.57,389.0493575589967,12.013433410637436,10.846285337960445
-1999,12,16,10,30,724.0,85.0,377.0,5.0,-7.0,6.1000000000000005,46.37,570.8286356920922,16.98620460824039,15.273718701164112
-1999,12,16,11,30,956.0,71.0,500.0,6.0,-6.0,5.5,45.18,766.1151785437066,22.721466220153268,20.423120684522146
-1999,12,16,12,30,954.0,70.0,496.0,7.0,-6.0,4.800000000000002,46.63,760.173510490632,24.363195175277088,22.08267464380519
-1999,12,16,13,30,923.0,65.0,430.0,6.0,-6.0,3.8,47.93,675.3911256763656,22.470359201585765,20.44418582455667
-1999,12,16,14,30,848.0,56.0,310.0,5.0,-5.0,2.7,55.66,518.1329163120866,18.588348540106093,17.03394979116983
-1999,12,16,15,30,114.0,64.0,84.0,2.0,-4.0,2.0,66.99,106.33359290982025,4.921783773738027,4.602782995008567
-1999,12,16,16,30,0.0,0.0,0.0,0.0,-5.0,2.2,67.23,0.0,0.0,0.0
-1999,12,16,17,30,0.0,0.0,0.0,0.0,-5.0,2.9000000000000004,71.7,0.0,0.0,0.0
-1999,12,16,18,30,0.0,0.0,0.0,0.0,-5.0,3.6,72.21000000000002,0.0,0.0,0.0
-1999,12,16,19,30,0.0,0.0,0.0,1.0,-5.0,3.9,72.01,0.0,1.0,1.0
-1999,12,16,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,67.26,0.0,1.0,1.0
-1999,12,16,21,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.57000000000001,0.0,1.0,1.0
-1999,12,16,22,30,0.0,0.0,0.0,1.0,-5.0,3.2,72.42,0.0,1.0,1.0
-1999,12,16,23,30,0.0,0.0,0.0,0.0,-5.0,3.1,71.29,0.0,0.0,0.0
-1999,12,17,0,30,0.0,0.0,0.0,0.0,-5.0,3.0,69.54,0.0,0.0,0.0
-1999,12,17,1,30,0.0,0.0,0.0,0.0,-6.0,2.7,68.54,0.0,0.0,0.0
-1999,12,17,2,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,73.64,0.0,0.0,0.0
-1999,12,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,73.67,0.0,0.0,0.0
-1999,12,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.8,78.5,0.0,0.0,0.0
-1999,12,17,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.68,0.0,0.0,0.0
-1999,12,17,6,30,0.0,0.0,0.0,0.0,-6.0,1.8,69.22,0.0,0.0,0.0
-1999,12,17,7,30,219.0,13.0,19.0,0.0,-6.0,2.1,64.13,59.286862853943745,1.6182129000625554,1.4403523115007242
-1999,12,17,8,30,599.0,40.0,150.0,1.0,-6.0,3.3000000000000003,63.52,281.35244110503675,8.09109963894879,7.24704231563368
-1999,12,17,9,30,359.0,116.0,228.0,2.0,-5.0,5.1000000000000005,66.58,315.1647404931922,9.059581434278241,8.114087212798665
-1999,12,17,10,30,494.0,138.0,337.0,2.0,-5.0,5.9,68.32000000000001,467.1210123973551,11.935620482196388,10.534257445004323
-1999,12,17,11,30,0.0,27.0,27.0,3.0,-5.0,5.8000000000000025,68.44,26.389387785457323,3.5649294048288134,3.4857612414724413
-1999,12,17,12,30,10.0,157.0,161.0,3.0,-5.0,5.300000000000002,60.77,160.69504326849767,6.55310105661303,6.0710159268075365
-1999,12,17,13,30,224.0,174.0,263.0,3.0,-6.0,4.4,56.24,318.6227335034273,10.470220242541444,9.514352042031163
-1999,12,17,14,30,0.0,22.0,22.0,2.0,-7.0,3.2,58.04,21.502464121483747,2.54553411157155,2.481026719207099
-1999,12,17,15,30,0.0,10.0,10.0,1.0,-6.0,1.7000000000000002,65.15,9.773847327947157,1.2740050221194954,1.2446834801356539
-1999,12,17,16,30,0.0,0.0,0.0,0.0,-8.0,0.8,68.12,0.0,0.0,0.0
-1999,12,17,17,30,0.0,0.0,0.0,-1.0,-8.0,0.4,69.38,0.0,-1.0,-1.0
-1999,12,17,18,30,0.0,0.0,0.0,-2.0,-8.0,0.7000000000000001,74.39,0.0,-2.0,-2.0
-1999,12,17,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.62,0.0,-3.0,-3.0
-1999,12,17,20,30,0.0,0.0,0.0,-4.0,-9.0,1.8,75.29,0.0,-4.0,-4.0
-1999,12,17,21,30,0.0,0.0,0.0,-4.0,-10.0,2.2,71.59,0.0,-4.0,-4.0
-1999,12,17,22,30,0.0,0.0,0.0,-4.0,-11.0,2.8000000000000003,67.72,0.0,-4.0,-4.0
-1999,12,17,23,30,0.0,0.0,0.0,-3.0,-11.0,3.6,63.57,0.0,-3.0,-3.0
-1999,12,18,0,30,0.0,0.0,0.0,-3.0,-12.0,4.1000000000000005,56.35,0.0,-3.0,-3.0
-1999,12,18,1,30,0.0,0.0,0.0,-2.0,-12.0,4.3,51.9,0.0,-2.0,-2.0
-1999,12,18,2,30,0.0,0.0,0.0,-1.0,-12.0,4.5,53.28,0.0,-1.0,-1.0
-1999,12,18,3,30,0.0,0.0,0.0,-1.0,-12.0,4.6000000000000005,53.67,0.0,-1.0,-1.0
-1999,12,18,4,30,0.0,0.0,0.0,-2.0,-12.0,4.4,52.28,0.0,-2.0,-2.0
-1999,12,18,5,30,0.0,0.0,0.0,-2.0,-13.0,4.1000000000000005,49.39,0.0,-2.0,-2.0
-1999,12,18,6,30,0.0,0.0,0.0,-2.0,-13.0,3.8,47.09,0.0,-2.0,-2.0
-1999,12,18,7,30,0.0,19.0,19.0,-1.0,-13.0,3.8,43.22,18.570309923099597,-0.547136965100153,-0.6028478948694518
-1999,12,18,8,30,746.0,38.0,174.0,1.0,-12.0,4.1000000000000005,40.78,337.53877954263777,9.07074818899732,8.058131850369406
-1999,12,18,9,30,882.0,53.0,327.0,3.0,-10.0,4.1000000000000005,40.52,546.2767060169049,16.061793201217732,14.422963083167017
-1999,12,18,10,30,705.0,89.0,372.0,6.0,-9.0,4.4,40.13,560.3909254335772,19.138559163310333,17.457386387009603
-1999,12,18,11,30,762.0,91.0,432.0,7.0,-8.0,5.0,41.25,643.3009093954662,21.503668880321253,19.573766152134855
-1999,12,18,12,30,745.0,94.0,426.0,7.0,-6.0,5.4,44.97,631.8507626771502,20.880520688083426,18.984968400051976
-1999,12,18,13,30,918.0,67.0,430.0,6.0,-6.0,5.4,50.28,674.6367877299143,20.82044565294289,18.796535289753148
-1999,12,18,14,30,845.0,58.0,313.0,4.0,-6.0,4.9,54.5,519.7735389956466,15.795139405441883,14.235818788454944
-1999,12,18,15,30,671.0,42.0,155.0,2.0,-6.0,3.8,62.59,300.2543794138015,9.32212386688098,8.421360728639577
-1999,12,18,16,30,0.0,0.0,0.0,0.0,-6.0,3.1,64.31,0.0,0.0,0.0
-1999,12,18,17,30,0.0,0.0,0.0,0.0,-7.0,3.7,65.92,0.0,0.0,0.0
-1999,12,18,18,30,0.0,0.0,0.0,0.0,-8.0,4.9,63.02,0.0,0.0,0.0
-1999,12,18,19,30,0.0,0.0,0.0,0.0,-8.0,5.5,60.02,0.0,0.0,0.0
-1999,12,18,20,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,58.27,0.0,0.0,0.0
-1999,12,18,21,30,0.0,0.0,0.0,0.0,-9.0,4.800000000000002,62.35,0.0,0.0,0.0
-1999,12,18,22,30,0.0,0.0,0.0,0.0,-9.0,4.0,62.71,0.0,0.0,0.0
-1999,12,18,23,30,0.0,0.0,0.0,-1.0,-8.0,3.1,63.47,0.0,-1.0,-1.0
-1999,12,19,0,30,0.0,0.0,0.0,-1.0,-8.0,2.6,63.57,0.0,-1.0,-1.0
-1999,12,19,1,30,0.0,0.0,0.0,-1.0,-9.0,2.6,67.45,0.0,-1.0,-1.0
-1999,12,19,2,30,0.0,0.0,0.0,-2.0,-9.0,2.6,65.71000000000001,0.0,-2.0,-2.0
-1999,12,19,3,30,0.0,0.0,0.0,-2.0,-9.0,2.5,68.77,0.0,-2.0,-2.0
-1999,12,19,4,30,0.0,0.0,0.0,-3.0,-10.0,2.2,67.83,0.0,-3.0,-3.0
-1999,12,19,5,30,0.0,0.0,0.0,-3.0,-10.0,2.0,67.27,0.0,-3.0,-3.0
-1999,12,19,6,30,0.0,0.0,0.0,-3.0,-10.0,1.9,67.68,0.0,-3.0,-3.0
-1999,12,19,7,30,262.0,12.0,18.0,-2.0,-10.0,2.2,62.11,66.49244400673696,-0.19718368802084366,-0.3966610200410545
-1999,12,19,8,30,694.0,43.0,169.0,-1.0,-9.0,3.1,60.2,320.31464206521696,7.180574389070643,6.219630462874992
-1999,12,19,9,30,839.0,63.0,323.0,0.0,-9.0,3.7,56.71,530.7896018831452,13.029506038438475,11.43713723278904
-1999,12,19,10,30,909.0,74.0,438.0,0.0,-10.0,3.3000000000000003,53.97,681.8297531867738,17.18457710072706,15.139087841166742
-1999,12,19,11,30,43.0,187.0,207.0,0.0,-10.0,2.6,50.7,214.03765188727485,5.650690457161509,5.008577501499684
-1999,12,19,12,30,0.0,121.0,121.0,0.0,-11.0,2.1,49.11,118.26355266816059,3.2279597422165622,2.8731690842120803
-1999,12,19,13,30,0.0,80.0,80.0,0.0,-11.0,1.9,48.34,78.19077862357726,2.162897277512824,1.928324941642092
-1999,12,19,14,30,416.0,104.0,229.0,0.0,-11.0,1.9,47.91,329.9994092668428,9.128375960037726,8.138377732237197
-1999,12,19,15,30,677.0,43.0,158.0,-2.0,-11.0,1.5,54.86,304.41456979432195,6.649288041951334,5.736044332568368
-1999,12,19,16,30,0.0,0.0,0.0,-3.0,-11.0,1.0,64.61,0.0,-3.0,-3.0
-1999,12,19,17,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.32000000000001,0.0,-4.0,-4.0
-1999,12,19,18,30,0.0,0.0,0.0,-5.0,-12.0,1.1,63.99,0.0,-5.0,-5.0
-1999,12,19,19,30,0.0,0.0,0.0,-5.0,-13.0,1.5,66.48,0.0,-5.0,-5.0
-1999,12,19,20,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,63.87000000000001,0.0,-6.0,-6.0
-1999,12,19,21,30,0.0,0.0,0.0,-6.0,-14.0,1.8,61.75,0.0,-6.0,-6.0
-1999,12,19,22,30,0.0,0.0,0.0,-5.0,-14.0,2.0,61.01,0.0,-5.0,-5.0
-1999,12,19,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,60.77,0.0,-5.0,-5.0
-1999,12,20,0,30,0.0,0.0,0.0,-5.0,-14.0,1.9,60.54,0.0,-5.0,-5.0
-1999,12,20,1,30,0.0,0.0,0.0,-5.0,-14.0,1.6,61.04,0.0,-5.0,-5.0
-1999,12,20,2,30,0.0,0.0,0.0,-5.0,-13.0,1.2000000000000002,62.94000000000001,0.0,-5.0,-5.0
-1999,12,20,3,30,0.0,0.0,0.0,-5.0,-13.0,1.0,65.49,0.0,-5.0,-5.0
-1999,12,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.0,67.59,0.0,-5.0,-5.0
-1999,12,20,5,30,0.0,0.0,0.0,-6.0,-12.0,1.2000000000000002,68.81,0.0,-6.0,-6.0
-1999,12,20,6,30,0.0,0.0,0.0,-6.0,-12.0,1.4,69.27,0.0,-6.0,-6.0
-1999,12,20,7,30,0.0,7.0,7.0,-5.0,-12.0,1.6,64.05,6.8416931295630095,-4.806907066973997,-4.8274321463626855
-1999,12,20,8,30,47.0,68.0,77.0,-4.0,-12.0,2.4000000000000004,59.13,85.23621723469577,-1.7195814535806329,-1.9752901052847203
-1999,12,20,9,30,121.0,132.0,170.0,-2.0,-12.0,3.4000000000000004,54.42,196.53181879889945,2.9207075601423247,2.3311121037456264
-1999,12,20,10,30,0.0,113.0,113.0,-1.0,-13.0,4.2,48.93,110.44447480580287,1.6235353708203601,1.2922019464029515
-1999,12,20,11,30,422.0,174.0,362.0,-1.0,-13.0,4.4,44.06,476.6765667645902,10.175847055971907,8.745817355678136
-1999,12,20,12,30,85.0,201.0,238.0,-1.0,-13.0,4.2,42.99,258.0604002208522,5.130053938668302,4.355872738005746
-1999,12,20,13,30,16.0,147.0,154.0,0.0,-14.0,3.9,42.27,154.31386221932374,3.7385007608798184,3.275559174221847
-1999,12,20,14,30,57.0,124.0,141.0,0.0,-14.0,3.5,42.12,152.5393878268051,3.79411979892868,3.3365016354482644
-1999,12,20,15,30,0.0,29.0,29.0,-1.0,-13.0,2.4000000000000004,46.86,28.344157251046756,-0.24167749373556874,-0.326709965488709
-1999,12,20,16,30,0.0,0.0,0.0,-2.0,-12.0,1.5,53.71,0.0,-2.0,-2.0
-1999,12,20,17,30,0.0,0.0,0.0,-3.0,-12.0,1.5,55.63,0.0,-3.0,-3.0
-1999,12,20,18,30,0.0,0.0,0.0,-3.0,-12.0,1.8,55.62000000000001,0.0,-3.0,-3.0
-1999,12,20,19,30,0.0,0.0,0.0,-3.0,-12.0,2.0,59.63,0.0,-3.0,-3.0
-1999,12,20,20,30,0.0,0.0,0.0,-4.0,-12.0,2.2,58.8,0.0,-4.0,-4.0
-1999,12,20,21,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,61.46,0.0,-4.0,-4.0
-1999,12,20,22,30,0.0,0.0,0.0,-5.0,-13.0,2.7,58.43,0.0,-5.0,-5.0
-1999,12,20,23,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.95,0.0,-6.0,-6.0
-1999,12,21,0,30,0.0,0.0,0.0,-5.0,-14.0,3.2,59.02,0.0,-5.0,-5.0
-1999,12,21,1,30,0.0,0.0,0.0,-5.0,-14.0,3.1,55.79,0.0,-5.0,-5.0
-1999,12,21,2,30,0.0,0.0,0.0,-4.0,-13.0,2.8000000000000003,58.44,0.0,-4.0,-4.0
-1999,12,21,3,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,60.82,0.0,-4.0,-4.0
-1999,12,21,4,30,0.0,0.0,0.0,-4.0,-12.0,2.1,62.82,0.0,-4.0,-4.0
-1999,12,21,5,30,0.0,0.0,0.0,-4.0,-12.0,1.9,64.18,0.0,-4.0,-4.0
-1999,12,21,6,30,0.0,0.0,0.0,-5.0,-12.0,1.7000000000000002,65.28,0.0,-5.0,-5.0
-1999,12,21,7,30,0.0,9.0,9.0,-4.0,-12.0,1.6,61.34,8.796462595152441,-3.751737657537995,-3.7781270453234526
-1999,12,21,8,30,164.0,68.0,97.0,-3.0,-11.0,1.8,60.9,131.69933626720922,0.6674911640817863,0.2723931552801586
-1999,12,21,9,30,9.0,111.0,114.0,-1.0,-10.0,2.3000000000000003,60.61,113.50199163397745,2.05694104370542,1.7164350688034875
-1999,12,21,10,30,216.0,178.0,264.0,-1.0,-9.0,3.2,65.52,318.4399068236327,7.079066225921018,6.12374650545012
-1999,12,21,11,30,70.0,198.0,229.0,-1.0,-8.0,4.1000000000000005,70.25,244.35753410980107,4.842730511014977,4.109657908685574
-1999,12,21,12,30,0.0,128.0,128.0,-1.0,-8.0,4.7,72.52,125.1052457977236,1.876227447483507,1.5009117100903362
-1999,12,21,13,30,0.0,116.0,116.0,-2.0,-8.0,5.0,72.10000000000002,113.37662900418702,0.5561553882910533,0.21602550127849218
-1999,12,21,14,30,0.0,10.0,10.0,-2.0,-8.0,4.800000000000002,70.4,9.773847327947157,-1.7767546271653485,-1.80607616914919
-1999,12,21,15,30,40.0,65.0,72.0,-3.0,-8.0,4.0,74.10000000000002,79.14474247045332,-1.0951443759698924,-1.3325786033812523
-1999,12,21,16,30,0.0,0.0,0.0,-4.0,-9.0,3.1,76.66,0.0,-4.0,-4.0
-1999,12,21,17,30,0.0,0.0,0.0,-5.0,-9.0,2.8000000000000003,79.4,0.0,-5.0,-5.0
-1999,12,21,18,30,0.0,0.0,0.0,-6.0,-10.0,2.6,83.81,0.0,-6.0,-6.0
-1999,12,21,19,30,0.0,0.0,0.0,-6.0,-10.0,2.1,81.11,0.0,-6.0,-6.0
-1999,12,21,20,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.7,0.0,-6.0,-6.0
-1999,12,21,21,30,0.0,0.0,0.0,-7.0,-11.0,0.5,81.7,0.0,-7.0,-7.0
-1999,12,21,22,30,0.0,0.0,0.0,-8.0,-12.0,0.5,83.85000000000002,0.0,-8.0,-8.0
-1999,12,21,23,30,0.0,0.0,0.0,-9.0,-12.0,0.9,85.46000000000002,0.0,-9.0,-9.0
-1999,12,22,0,30,0.0,0.0,0.0,-9.0,-13.0,1.6,86.64,0.0,-9.0,-9.0
-1999,12,22,1,30,0.0,0.0,0.0,-9.0,-14.0,2.1,75.19,0.0,-9.0,-9.0
-1999,12,22,2,30,0.0,0.0,0.0,-9.0,-15.0,2.4000000000000004,70.32000000000001,0.0,-9.0,-9.0
-1999,12,22,3,30,0.0,0.0,0.0,-8.0,-16.0,2.4000000000000004,64.84,0.0,-8.0,-8.0
-1999,12,22,4,30,0.0,0.0,0.0,-8.0,-17.0,2.3000000000000003,55.6,0.0,-8.0,-8.0
-1999,12,22,5,30,0.0,0.0,0.0,-7.0,-17.0,2.3000000000000003,51.71,0.0,-7.0,-7.0
-1999,12,22,6,30,0.0,0.0,0.0,-6.0,-16.0,2.3000000000000003,51.97,0.0,-6.0,-6.0
-1999,12,22,7,30,0.0,9.0,9.0,-5.0,-15.0,2.9000000000000004,52.6,8.796462595152441,-4.772349135499542,-4.7987385232849995
-1999,12,22,8,30,161.0,68.0,96.0,-3.0,-13.0,4.2,53.96,130.26391354742745,0.09433301515600473,-0.2964587254862776
-1999,12,22,9,30,7.0,110.0,112.0,-2.0,-12.0,5.5,50.72,111.40028112904895,0.4314569009791507,0.09725605759200384
-1999,12,22,10,30,57.0,170.0,192.0,0.0,-11.0,5.7,50.19,204.23228504905762,4.400393156652626,3.787696301505453
-1999,12,22,11,30,74.0,198.0,232.0,0.0,-11.0,5.4,49.8,247.2539248101777,5.431683272796986,4.689921498366453
-1999,12,22,12,30,130.0,206.0,264.0,0.0,-10.0,5.0,49.42,295.6265770779829,6.66510792001074,5.778228188776792
-1999,12,22,13,30,257.0,172.0,275.0,0.0,-9.0,4.3,52.59,339.2668666468472,8.006447877085387,6.988647277144845
-1999,12,22,14,30,101.0,129.0,160.0,0.0,-8.0,3.5,54.97,181.85163665757204,4.523204825585603,3.977649915612887
-1999,12,22,15,30,657.0,44.0,158.0,0.0,-8.0,2.6,59.52,300.4468936466245,7.9319333764085975,7.030592695468724
-1999,12,22,16,30,0.0,0.0,0.0,-1.0,-9.0,2.2,61.64,0.0,-1.0,-1.0
-1999,12,22,17,30,0.0,0.0,0.0,-2.0,-9.0,2.4000000000000004,63.59,0.0,-2.0,-2.0
-1999,12,22,18,30,0.0,0.0,0.0,-2.0,-10.0,2.7,60.77,0.0,-2.0,-2.0
-1999,12,22,19,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,62.51,0.0,-3.0,-3.0
-1999,12,22,20,30,0.0,0.0,0.0,-3.0,-11.0,3.0,60.64,0.0,-3.0,-3.0
-1999,12,22,21,30,0.0,0.0,0.0,-3.0,-11.0,3.0,64.43,0.0,-3.0,-3.0
-1999,12,22,22,30,0.0,0.0,0.0,-4.0,-11.0,3.1,64.21000000000001,0.0,-4.0,-4.0
-1999,12,22,23,30,0.0,0.0,0.0,-4.0,-11.0,3.0,64.55,0.0,-4.0,-4.0
-1999,12,23,0,30,0.0,0.0,0.0,-4.0,-11.0,2.7,64.95,0.0,-4.0,-4.0
-1999,12,23,1,30,0.0,0.0,0.0,-4.0,-11.0,2.4000000000000004,65.25,0.0,-4.0,-4.0
-1999,12,23,2,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,65.83,0.0,-4.0,-4.0
-1999,12,23,3,30,0.0,0.0,0.0,-3.0,-11.0,2.3000000000000003,67.23,0.0,-3.0,-3.0
-1999,12,23,4,30,0.0,0.0,0.0,-3.0,-10.0,2.4000000000000004,68.65,0.0,-3.0,-3.0
-1999,12,23,5,30,0.0,0.0,0.0,-3.0,-10.0,2.5,69.46000000000001,0.0,-3.0,-3.0
-1999,12,23,6,30,0.0,0.0,0.0,-3.0,-10.0,2.7,69.28,0.0,-3.0,-3.0
-1999,12,23,7,30,0.0,0.0,0.0,-2.0,-10.0,3.3000000000000003,59.81,0.0,-2.0,-2.0
-1999,12,23,8,30,728.0,33.0,161.0,0.0,-9.0,4.0,52.44,319.7311243220895,7.695288547685552,6.736095174719283
-1999,12,23,9,30,876.0,45.0,313.0,2.0,-7.0,3.9,56.53,529.7377747663055,14.83374704999522,13.244533725696304
-1999,12,23,10,30,941.0,52.0,427.0,4.0,-5.0,4.1000000000000005,56.12000000000001,678.9238689506519,20.23346387998766,18.196692273135703
-1999,12,23,11,30,967.0,56.0,486.0,5.0,-4.0,4.3,56.21,756.6230218845325,22.85574538178275,20.585876316129152
-1999,12,23,12,30,967.0,56.0,487.0,6.0,-4.0,4.0,54.47,756.3969532830282,24.204961510845916,21.93577065099683
-1999,12,23,13,30,943.0,52.0,427.0,6.0,-4.0,3.2,55.85,679.584822049374,23.241591477127564,21.202837010979444
-1999,12,23,14,30,882.0,44.0,314.0,5.0,-3.0,1.8,64.05,531.0947948605098,19.789637690267632,18.196353305686102
-1999,12,23,15,30,739.0,32.0,162.0,2.0,-2.0,1.1,77.11,322.0148385042748,11.39858110286383,10.432536587351006
-1999,12,23,16,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,74.10000000000002,0.0,0.0,0.0
-1999,12,23,17,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.49,0.0,0.0,0.0
-1999,12,23,18,30,0.0,0.0,0.0,-1.0,-6.0,1.6,77.27,0.0,-1.0,-1.0
-1999,12,23,19,30,0.0,0.0,0.0,-1.0,-7.0,1.9,78.66,0.0,-1.0,-1.0
-1999,12,23,20,30,0.0,0.0,0.0,-2.0,-8.0,2.2,72.42,0.0,-2.0,-2.0
-1999,12,23,21,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,65.36,0.0,-2.0,-2.0
-1999,12,23,22,30,0.0,0.0,0.0,-2.0,-10.0,2.1,59.3,0.0,-2.0,-2.0
-1999,12,23,23,30,0.0,0.0,0.0,-2.0,-11.0,1.9,55.52,0.0,-2.0,-2.0
-1999,12,24,0,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,53.56,0.0,-1.0,-1.0
-1999,12,24,1,30,0.0,0.0,0.0,-1.0,-12.0,1.6,48.71,0.0,-1.0,-1.0
-1999,12,24,2,30,0.0,0.0,0.0,0.0,-12.0,1.5,45.2,0.0,0.0,0.0
-1999,12,24,3,30,0.0,0.0,0.0,0.0,-12.0,1.4,45.72,0.0,0.0,0.0
-1999,12,24,4,30,0.0,0.0,0.0,0.0,-11.0,1.3,46.61,0.0,0.0,0.0
-1999,12,24,5,30,0.0,0.0,0.0,0.0,-11.0,1.3,47.33,0.0,0.0,0.0
-1999,12,24,6,30,0.0,0.0,0.0,0.0,-11.0,1.5,51.5,0.0,0.0,0.0
-1999,12,24,7,30,0.0,0.0,0.0,0.0,-11.0,1.5,48.59,0.0,0.0,0.0
-1999,12,24,8,30,749.0,33.0,164.0,2.0,-8.0,1.6,51.32,327.0138310245016,11.229303123775752,10.248261630702247
-1999,12,24,9,30,891.0,46.0,318.0,5.0,-6.0,2.2,55.38,538.1549559272023,19.59104936524344,17.976584497461833
-1999,12,24,10,30,951.0,53.0,432.0,7.0,-5.0,2.4000000000000004,47.87000000000001,686.0598636454827,25.354916346220286,23.29673675528384
-1999,12,24,11,30,974.0,58.0,492.0,8.0,-4.0,2.4000000000000004,45.36,763.6050211437243,28.429567487261533,26.13875242383036
-1999,12,24,12,30,972.0,58.0,491.0,9.0,-4.0,2.6,45.35,762.3950705613789,29.12757340506166,26.840388193377525
-1999,12,24,13,30,945.0,54.0,431.0,8.0,-4.0,2.2,50.95,683.7290933026261,26.53801557145054,24.48682829154266
-1999,12,24,14,30,880.0,47.0,317.0,6.0,-2.0,1.5,63.53,534.074749525451,21.17459019027807,19.57236594170172
-1999,12,24,15,30,734.0,34.0,164.0,3.0,-2.0,1.3,78.69,323.2047001759771,12.307301345564726,11.337687245036795
-1999,12,24,16,30,0.0,0.0,0.0,1.0,-4.0,1.5,74.96000000000002,0.0,1.0,1.0
-1999,12,24,17,30,0.0,0.0,0.0,0.0,-5.0,1.5,77.11,0.0,0.0,0.0
-1999,12,24,18,30,0.0,0.0,0.0,0.0,-5.0,1.5,74.58,0.0,0.0,0.0
-1999,12,24,19,30,0.0,0.0,0.0,0.0,-6.0,1.5,68.64,0.0,0.0,0.0
-1999,12,24,20,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.64,0.0,0.0,0.0
-1999,12,24,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,57.25,0.0,0.0,0.0
-1999,12,24,22,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.1,0.0,0.0,0.0
-1999,12,24,23,30,0.0,0.0,0.0,0.0,-9.0,1.6,54.51,0.0,0.0,0.0
-1999,12,25,0,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.96,0.0,0.0,0.0
-1999,12,25,1,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.24,0.0,0.0,0.0
-1999,12,25,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,48.71,0.0,0.0,0.0
-1999,12,25,3,30,0.0,0.0,0.0,0.0,-10.0,1.6,47.75,0.0,0.0,0.0
-1999,12,25,4,30,0.0,0.0,0.0,0.0,-10.0,1.6,46.85,0.0,0.0,0.0
-1999,12,25,5,30,0.0,0.0,0.0,0.0,-11.0,1.6,46.06,0.0,0.0,0.0
-1999,12,25,6,30,0.0,0.0,0.0,0.0,-11.0,1.6,45.43,0.0,0.0,0.0
-1999,12,25,7,30,0.0,0.0,0.0,1.0,-11.0,1.4,42.47,0.0,1.0,1.0
-1999,12,25,8,30,748.0,33.0,164.0,3.0,-8.0,1.3,48.85,325.67192076219135,12.37834971048446,11.401333948197887
-1999,12,25,9,30,891.0,46.0,318.0,6.0,-4.0,1.5,51.97,537.3531750312742,21.267739629685995,19.65568010459217
-1999,12,25,10,30,952.0,55.0,433.0,8.0,-5.0,1.6,47.81,688.2363626780516,27.42407754455096,25.359368456516805
-1999,12,25,11,30,976.0,59.0,494.0,9.0,-5.0,1.4,43.32,766.0612718511715,30.912547833849672,28.614364018296158
-1999,12,25,12,30,975.0,59.0,494.0,9.0,-5.0,1.3,39.69,766.0602536081939,31.0601792774335,28.76199851660892
-1999,12,25,13,30,948.0,56.0,434.0,8.0,-5.0,1.1,43.29,688.6154304973145,28.09847745611445,26.032631164622504
-1999,12,25,14,30,884.0,48.0,320.0,6.0,-2.0,1.0,60.9,538.5010604397085,21.823279827518718,20.20777664619959
-1999,12,25,15,30,738.0,35.0,166.0,3.0,-3.0,1.2000000000000002,72.77,327.01737672187727,12.480602881434695,11.499550751269064
-1999,12,25,16,30,303.0,10.0,16.0,0.0,-6.0,1.5,64.28,71.66935366596974,2.0363311915598574,1.8213231305619484
-1999,12,25,17,30,0.0,0.0,0.0,0.0,-8.0,1.4,63.49,0.0,0.0,0.0
-1999,12,25,18,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,63.23,0.0,0.0,0.0
-1999,12,25,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.65,0.0,0.0,0.0
-1999,12,25,20,30,0.0,0.0,0.0,0.0,-7.0,1.1,64.54,0.0,0.0,0.0
-1999,12,25,21,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.03,0.0,0.0,0.0
-1999,12,25,22,30,0.0,0.0,0.0,0.0,-7.0,1.3,69.64,0.0,0.0,0.0
-1999,12,25,23,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.44,0.0,0.0,0.0
-1999,12,26,0,30,0.0,0.0,0.0,0.0,-8.0,1.3,62.01,0.0,0.0,0.0
-1999,12,26,1,30,0.0,0.0,0.0,0.0,-8.0,1.3,60.0,0.0,0.0,0.0
-1999,12,26,2,30,0.0,0.0,0.0,0.0,-9.0,1.3,63.12000000000001,0.0,0.0,0.0
-1999,12,26,3,30,0.0,0.0,0.0,-1.0,-9.0,1.4,62.02,0.0,-1.0,-1.0
-1999,12,26,4,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,65.28,0.0,-2.0,-2.0
-1999,12,26,5,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,63.49,0.0,-2.0,-2.0
-1999,12,26,6,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.47,0.0,-2.0,-2.0
-1999,12,26,7,30,0.0,0.0,0.0,-1.0,-10.0,1.3,57.83,0.0,-1.0,-1.0
-1999,12,26,8,30,741.0,34.0,163.0,1.0,-8.0,1.9,55.57,323.0107502025925,9.935057106719972,8.966024856112195
-1999,12,26,9,30,891.0,48.0,319.0,4.0,-7.0,2.1,51.18,538.5710540611198,18.700096873552457,17.0843837113691
-1999,12,26,10,30,955.0,57.0,437.0,6.0,-7.0,1.7000000000000002,44.16,691.8434695212206,25.395492768476306,23.319962359912644
-1999,12,26,11,30,981.0,61.0,499.0,7.0,-7.0,1.7000000000000002,40.41,771.7649625623726,28.636052676338448,26.32075778865133
-1999,12,26,12,30,980.0,63.0,501.0,8.0,-7.0,1.4,38.24,774.2021035940816,30.14540957941576,27.822803268633514
-1999,12,26,13,30,952.0,59.0,441.0,8.0,-6.0,0.9,42.38,695.254350722218,28.56740201739348,26.481638965226825
-1999,12,26,14,30,886.0,52.0,326.0,7.0,-4.0,0.6000000000000001,54.36,544.8285748515406,23.44698253590537,21.812496811350748
-1999,12,26,15,30,740.0,37.0,171.0,4.0,-5.0,0.8,63.88,331.09178016624287,13.860799378062888,12.86752403756416
-1999,12,26,16,30,304.0,11.0,17.0,1.0,-7.0,1.2000000000000002,60.03,73.4126747224737,3.1283163068721125,2.9080782827046914
-1999,12,26,17,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.1,0.0,0.0,0.0
-1999,12,26,18,30,0.0,0.0,0.0,0.0,-7.0,1.8,68.46000000000001,0.0,0.0,0.0
-1999,12,26,19,30,0.0,0.0,0.0,0.0,-7.0,2.5,70.72,0.0,0.0,0.0
-1999,12,26,20,30,0.0,0.0,0.0,-1.0,-8.0,3.2,67.54,0.0,-1.0,-1.0
-1999,12,26,21,30,0.0,0.0,0.0,-1.0,-9.0,3.4000000000000004,59.58,0.0,-1.0,-1.0
-1999,12,26,22,30,0.0,0.0,0.0,-1.0,-11.0,3.1,51.92,0.0,-1.0,-1.0
-1999,12,26,23,30,0.0,0.0,0.0,-1.0,-12.0,2.9000000000000004,47.66,0.0,-1.0,-1.0
-1999,12,27,0,30,0.0,0.0,0.0,-1.0,-13.0,2.7,45.75,0.0,-1.0,-1.0
-1999,12,27,1,30,0.0,0.0,0.0,-1.0,-13.0,2.5,45.06,0.0,-1.0,-1.0
-1999,12,27,2,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.42,0.0,-1.0,-1.0
-1999,12,27,3,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.32,0.0,-1.0,-1.0
-1999,12,27,4,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,47.87000000000001,0.0,-2.0,-2.0
-1999,12,27,5,30,0.0,0.0,0.0,-2.0,-13.0,2.1,48.9,0.0,-2.0,-2.0
-1999,12,27,6,30,0.0,0.0,0.0,-2.0,-12.0,2.0,49.8,0.0,-2.0,-2.0
-1999,12,27,7,30,0.0,0.0,0.0,-1.0,-12.0,1.8,48.54,0.0,-1.0,-1.0
-1999,12,27,8,30,0.0,60.0,60.0,1.0,-9.0,2.4000000000000004,47.15,58.64308396768294,2.5689431164091676,2.393013864506119
-1999,12,27,9,30,861.0,49.0,311.0,4.0,-8.0,3.7,45.92,522.361144221472,16.822609295156624,15.255525862492208
-1999,12,27,10,30,928.0,56.0,425.0,6.0,-5.0,4.4,52.45,672.6169400146658,21.769736909622594,19.751886089578598
-1999,12,27,11,30,956.0,60.0,487.0,7.0,-4.0,4.3,53.16,752.8366481176796,24.766389752961416,22.50787980860838
-1999,12,27,12,30,957.0,59.0,488.0,7.0,-4.0,4.0,51.55,754.2410528429252,25.153073300081793,22.890350141553018
-1999,12,27,13,30,933.0,55.0,430.0,7.0,-3.0,3.5,53.24,679.6959975049,23.906112435130346,21.867024442615644
-1999,12,27,14,30,871.0,46.0,317.0,6.0,-3.0,2.1,64.11,531.9526294131811,20.519449431137247,18.923591542897704
-1999,12,27,15,30,725.0,35.0,166.0,3.0,-2.0,1.1,77.39,324.4841681014557,12.470652919791915,11.497200415487548
-1999,12,27,16,30,301.0,11.0,17.0,1.0,-4.0,1.2000000000000002,72.94,73.36742398053286,3.127004436785172,2.906902164843573
-1999,12,27,17,30,0.0,0.0,0.0,0.0,-4.0,1.8,75.42,0.0,0.0,0.0
-1999,12,27,18,30,0.0,0.0,0.0,0.0,-5.0,2.8000000000000003,74.05,0.0,0.0,0.0
-1999,12,27,19,30,0.0,0.0,0.0,0.0,-5.0,3.9,70.60000000000002,0.0,0.0,0.0
-1999,12,27,20,30,0.0,0.0,0.0,0.0,-6.0,4.3,66.19,0.0,0.0,0.0
-1999,12,27,21,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.94000000000001,0.0,1.0,1.0
-1999,12,27,22,30,0.0,0.0,0.0,1.0,-7.0,3.7,61.76,0.0,1.0,1.0
-1999,12,27,23,30,0.0,0.0,0.0,1.0,-7.0,3.6,60.9,0.0,1.0,1.0
-1999,12,28,0,30,0.0,0.0,0.0,1.0,-7.0,3.8,55.53,0.0,1.0,1.0
-1999,12,28,1,30,0.0,0.0,0.0,1.0,-8.0,4.0,54.54,0.0,1.0,1.0
-1999,12,28,2,30,0.0,0.0,0.0,1.0,-8.0,4.0,53.65,0.0,1.0,1.0
-1999,12,28,3,30,0.0,0.0,0.0,1.0,-8.0,3.8,52.61,0.0,1.0,1.0
-1999,12,28,4,30,0.0,0.0,0.0,1.0,-8.0,3.3000000000000003,51.15,0.0,1.0,1.0
-1999,12,28,5,30,0.0,0.0,0.0,1.0,-9.0,2.8000000000000003,49.13,0.0,1.0,1.0
-1999,12,28,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,50.19,0.0,1.0,1.0
-1999,12,28,7,30,0.0,0.0,0.0,2.0,-10.0,2.3000000000000003,44.94,0.0,2.0,2.0
-1999,12,28,8,30,764.0,32.0,163.0,5.0,-9.0,2.4000000000000004,40.21,328.37695576319004,13.785430940432365,12.800300073142795
-1999,12,28,9,30,910.0,44.0,321.0,8.0,-6.0,2.6,38.89,543.8823310972787,22.358738619356277,20.727091626064443
-1999,12,28,10,30,972.0,52.0,438.0,11.0,-5.0,2.2,36.1,697.8101389656997,29.91979637662805,27.82636595973095
-1999,12,28,11,30,998.0,55.0,501.0,12.0,-4.0,1.3,34.76,778.7432717149696,34.42541119215115,32.08918137700624
-1999,12,28,12,30,1000.0,55.0,504.0,13.0,-6.0,0.8,29.13,782.4163296624006,36.30245242889262,33.95520343990542
-1999,12,28,13,30,978.0,52.0,446.0,12.0,-5.0,0.7000000000000001,32.97,708.1643843123925,33.23381456360828,31.109321410671097
-1999,12,28,14,30,920.0,45.0,332.0,10.0,-2.0,0.9,47.22,559.8612782707737,26.56212862559628,24.88254479078396
-1999,12,28,15,30,785.0,33.0,177.0,7.0,-3.0,1.3,52.76,348.0565774143724,17.022958977816938,15.97878924557382
-1999,12,28,16,30,375.0,11.0,20.0,4.0,-7.0,1.6,49.18,89.50642858584915,6.526137681569483,6.257618395811935
-1999,12,28,17,30,0.0,0.0,0.0,2.0,-8.0,1.8,53.2,0.0,2.0,2.0
-1999,12,28,18,30,0.0,0.0,0.0,0.0,-8.0,1.8,53.18,0.0,0.0,0.0
-1999,12,28,19,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.43,0.0,0.0,0.0
-1999,12,28,20,30,0.0,0.0,0.0,0.0,-9.0,2.2,52.45,0.0,0.0,0.0
-1999,12,28,21,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.48,0.0,0.0,0.0
-1999,12,28,22,30,0.0,0.0,0.0,0.0,-10.0,2.6,47.67,0.0,0.0,0.0
-1999,12,28,23,30,0.0,0.0,0.0,0.0,-10.0,2.8000000000000003,47.22,0.0,0.0,0.0
-1999,12,29,0,30,0.0,0.0,0.0,0.0,-10.0,2.9000000000000004,47.19,0.0,0.0,0.0
-1999,12,29,1,30,0.0,0.0,0.0,0.0,-10.0,3.1,47.96,0.0,0.0,0.0
-1999,12,29,2,30,0.0,0.0,0.0,0.0,-10.0,3.3000000000000003,48.47,0.0,0.0,0.0
-1999,12,29,3,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.08,0.0,0.0,0.0
-1999,12,29,4,30,0.0,0.0,0.0,0.0,-10.0,3.8,46.99,0.0,0.0,0.0
-1999,12,29,5,30,0.0,0.0,0.0,0.0,-11.0,4.1000000000000005,46.6,0.0,0.0,0.0
-1999,12,29,6,30,0.0,0.0,0.0,0.0,-10.0,4.3,46.79,0.0,0.0,0.0
-1999,12,29,7,30,0.0,0.0,0.0,1.0,-10.0,4.7,44.35,0.0,1.0,1.0
-1999,12,29,8,30,14.0,62.0,65.0,4.0,-9.0,4.800000000000002,42.11,66.03302047557828,5.508266476939626,5.3101674155128915
-1999,12,29,9,30,896.0,47.0,319.0,7.0,-7.0,4.5,38.73,538.592204257971,19.545201753607138,17.929425140833224
-1999,12,29,10,30,909.0,54.0,416.0,10.0,-6.0,4.3,37.46,657.740639850573,25.522194081764283,23.548972162212564
-1999,12,29,11,30,982.0,58.0,498.0,11.0,-6.0,4.1000000000000005,35.52,770.4372161429555,29.421601142681265,27.1102894942524
-1999,12,29,12,30,981.0,59.0,500.0,12.0,-6.0,3.9,33.05,773.3361801989216,30.73530904164956,28.415300501052798
-1999,12,29,13,30,955.0,55.0,441.0,11.0,-6.0,3.3000000000000003,36.13,696.9000692511846,28.564403600129257,26.473703392375704
-1999,12,29,14,30,893.0,48.0,329.0,8.0,-4.0,2.3000000000000003,46.76,549.1770941773494,22.790947500440666,21.143416217908616
-1999,12,29,15,30,755.0,35.0,175.0,5.0,-4.0,1.5,58.55,339.4324715202164,14.644246722334625,13.625949307773976
-1999,12,29,16,30,347.0,12.0,21.0,3.0,-5.0,1.3,61.23,85.30532727969286,5.456531068211048,5.20061508637197
-1999,12,29,17,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.66,0.0,2.0,2.0
-1999,12,29,18,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.24,0.0,2.0,2.0
-1999,12,29,19,30,0.0,0.0,0.0,2.0,-6.0,1.4,62.64,0.0,2.0,2.0
-1999,12,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.6,61.96,0.0,1.0,1.0
-1999,12,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,61.13,0.0,0.0,0.0
-1999,12,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.65,0.0,0.0,0.0
-1999,12,29,23,30,0.0,0.0,0.0,0.0,-7.0,1.8,63.36,0.0,0.0,0.0
-1999,12,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.0,66.88,0.0,0.0,0.0
-1999,12,30,1,30,0.0,0.0,0.0,0.0,-7.0,2.2,65.39,0.0,0.0,0.0
-1999,12,30,2,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.56,0.0,0.0,0.0
-1999,12,30,3,30,0.0,0.0,0.0,0.0,-8.0,3.2,66.58,0.0,0.0,0.0
-1999,12,30,4,30,0.0,0.0,0.0,-1.0,-8.0,3.4000000000000004,64.54,0.0,-1.0,-1.0
-1999,12,30,5,30,0.0,0.0,0.0,-1.0,-9.0,3.5,62.63,0.0,-1.0,-1.0
-1999,12,30,6,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.09,0.0,-1.0,-1.0
-1999,12,30,7,30,0.0,0.0,0.0,0.0,-9.0,3.9,55.65,0.0,0.0,0.0
-1999,12,30,8,30,744.0,34.0,162.0,2.0,-9.0,3.8,49.34,321.16887141913764,9.83215306737072,8.868646453113307
-1999,12,30,9,30,896.0,47.0,319.0,5.0,-9.0,2.7,43.88,538.1567197153763,19.113484873229105,17.499014714082975
-1999,12,30,10,30,961.0,55.0,438.0,8.0,-9.0,2.0,33.85,693.308790030358,27.050408412500513,24.97048204240944
-1999,12,30,11,30,987.0,60.0,503.0,9.0,-10.0,2.0,29.53,776.4973081789152,30.3362228558618,28.006730931325052
-1999,12,30,12,30,987.0,61.0,506.0,9.0,-10.0,2.1,27.87,780.618723665021,30.306698109108602,27.96484193811354
-1999,12,30,13,30,962.0,57.0,448.0,9.0,-10.0,1.9,30.47,704.9244884355044,28.49947658443611,26.384703119129597
-1999,12,30,14,30,900.0,50.0,334.0,7.0,-8.0,1.3,36.32,556.656627344226,23.02999886411777,21.36002898208509
-1999,12,30,15,30,760.0,37.0,179.0,4.0,-5.0,0.8,57.4,344.951633911543,14.273582918394442,13.238728016659813
-1999,12,30,16,30,351.0,12.0,22.0,2.0,-8.0,0.6000000000000001,51.76,86.88293174457256,4.622773707235562,4.362124912001844
-1999,12,30,17,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,47.11,0.0,0.0,0.0
-1999,12,30,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.49,0.0,0.0,0.0
-1999,12,30,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.41,0.0,-1.0,-1.0
-1999,12,30,20,30,0.0,0.0,0.0,-1.0,-9.0,1.5,63.66,0.0,-1.0,-1.0
-1999,12,30,21,30,0.0,0.0,0.0,-2.0,-10.0,1.6,61.67,0.0,-2.0,-2.0
-1999,12,30,22,30,0.0,0.0,0.0,-2.0,-10.0,1.7000000000000002,59.29,0.0,-2.0,-2.0
-1999,12,30,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,57.32,0.0,-2.0,-2.0
-1999,12,31,0,30,0.0,0.0,0.0,-2.0,-11.0,2.0,56.03,0.0,-2.0,-2.0
-1999,12,31,1,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,55.38,0.0,-2.0,-2.0
-1999,12,31,2,30,0.0,0.0,0.0,-1.0,-11.0,3.0,54.48,0.0,-1.0,-1.0
-1999,12,31,3,30,0.0,0.0,0.0,-1.0,-11.0,3.4000000000000004,54.19,0.0,-1.0,-1.0
-1999,12,31,4,30,0.0,0.0,0.0,-1.0,-11.0,3.6,54.76,0.0,-1.0,-1.0
-1999,12,31,5,30,0.0,0.0,0.0,-1.0,-11.0,3.6,56.46,0.0,-1.0,-1.0
-1999,12,31,6,30,0.0,0.0,0.0,-1.0,-11.0,3.7,53.5,0.0,-1.0,-1.0
-1999,12,31,7,30,0.0,0.0,0.0,0.0,-10.0,4.0,50.61,0.0,0.0,0.0
-1999,12,31,8,30,688.0,31.0,149.0,2.0,-9.0,4.4,47.28,295.99953060211334,8.939811422033664,8.051812830227323
-1999,12,31,9,30,637.0,71.0,265.0,5.0,-9.0,4.5,39.11,419.08085053827244,14.761474041978015,13.504231490363198
-1999,12,31,10,30,963.0,49.0,433.0,8.0,-9.0,4.1000000000000005,34.38,688.8431434279316,24.470639491726693,22.4041100614429
-1999,12,31,11,30,985.0,54.0,497.0,9.0,-9.0,3.0,32.29,769.7365002218206,28.78905005844421,26.47984055777875
-1999,12,31,12,30,0.0,20.0,20.0,9.0,-8.0,1.6,31.45,19.547694655894315,9.55169409436001,9.493051010392328
-1999,12,31,13,30,562.0,125.0,354.0,8.0,-6.0,0.5,40.25,502.2743773935935,23.265181749950425,21.758358617769645
-1999,12,31,14,30,530.0,94.0,263.0,7.0,-4.0,0.4,53.19,391.8863150337496,18.99106695575223,17.815408010650984
-1999,12,31,15,30,636.0,38.0,159.0,5.0,-5.0,1.0,57.1,296.88634180169765,13.723688788023459,12.833029762618366
-1999,12,31,16,30,0.0,21.0,21.0,4.0,-6.0,1.3,56.22,20.52507938868903,4.591059161293617,4.52948392312755
-1999,12,31,17,30,0.0,0.0,0.0,1.0,-2.0,0.8,81.95,0.0,1.0,1.0
-1999,12,31,18,30,0.0,0.0,0.0,0.0,-2.0,0.8,86.60000000000002,0.0,0.0,0.0
-1999,12,31,19,30,0.0,0.0,0.0,0.0,-3.0,0.9,83.63,0.0,0.0,0.0
-1999,12,31,20,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,86.82000000000002,0.0,0.0,0.0
-1999,12,31,21,30,0.0,0.0,0.0,0.0,-4.0,1.6,83.78,0.0,0.0,0.0
-1999,12,31,22,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,81.22,0.0,0.0,0.0
-1999,12,31,23,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.43,0.0,0.0,0.0
+Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity,poa_global,temp_cell,temp_module
+1999,1,1,0,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.39,0.0,0.0,0.0
+1999,1,1,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,80.84,0.0,0.0,0.0
+1999,1,1,2,30,0.0,0.0,0.0,0.0,-4.0,1.5,82.98,0.0,0.0,0.0
+1999,1,1,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.01,0.0,0.0,0.0
+1999,1,1,4,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.81,0.0,0.0,0.0
+1999,1,1,5,30,0.0,0.0,0.0,0.0,-3.0,1.4,86.55,0.0,0.0,0.0
+1999,1,1,6,30,0.0,0.0,0.0,0.0,-3.0,1.8,87.12,0.0,0.0,0.0
+1999,1,1,7,30,0.0,0.0,0.0,0.0,-3.0,3.0,80.24,0.0,0.0,0.0
+1999,1,1,8,30,65.0,65.0,76.0,1.0,-3.0,4.7,76.86,88.57421760340651,3.0363622179536947,2.770639565143475
+1999,1,1,9,30,503.0,93.0,246.0,2.0,-2.0,6.3000000000000025,80.37,366.8401473886178,9.604577776636619,8.504057334470765
+1999,1,1,10,30,617.0,109.0,355.0,3.0,-2.0,7.0,74.87,517.3323779651838,13.255151801062475,11.703154667166922
+1999,1,1,11,30,497.0,161.0,385.0,4.0,-3.0,6.8000000000000025,70.73,519.5257888588671,14.43072110257699,12.872143736000389
+1999,1,1,12,30,0.0,128.0,128.0,4.0,-4.0,6.5,61.8,125.1052457977236,6.560402092226029,6.185086354832858
+1999,1,1,13,30,0.0,99.0,99.0,3.0,-5.0,6.0,62.93,96.76108854667686,5.044890327800028,4.754607062159997
+1999,1,1,14,30,0.0,24.0,24.0,2.0,-5.0,5.1000000000000005,64.64,23.457233587073173,2.525433938046781,2.4550622372855617
+1999,1,1,15,30,0.0,63.0,63.0,0.0,-6.0,3.6,67.87,61.57523816606709,1.5215004673998995,1.3367747529016982
+1999,1,1,16,30,0.0,8.0,8.0,-1.0,-6.0,2.6,80.7,7.819077862357725,-0.7935728210852493,-0.8170300546723225
+1999,1,1,17,30,0.0,0.0,0.0,-2.0,-7.0,2.4000000000000004,81.99,0.0,-2.0,-2.0
+1999,1,1,18,30,0.0,0.0,0.0,-3.0,-8.0,2.0,78.79,0.0,-3.0,-3.0
+1999,1,1,19,30,0.0,0.0,0.0,-4.0,-8.0,1.8,81.85000000000002,0.0,-4.0,-4.0
+1999,1,1,20,30,0.0,0.0,0.0,-4.0,-9.0,1.6,84.68,0.0,-4.0,-4.0
+1999,1,1,21,30,0.0,0.0,0.0,-5.0,-9.0,1.5,80.79,0.0,-5.0,-5.0
+1999,1,1,22,30,0.0,0.0,0.0,-5.0,-10.0,1.5,83.44,0.0,-5.0,-5.0
+1999,1,1,23,30,0.0,0.0,0.0,-6.0,-10.0,1.4,80.23,0.0,-6.0,-6.0
+1999,1,2,0,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.02,0.0,-6.0,-6.0
+1999,1,2,1,30,0.0,0.0,0.0,-7.0,-11.0,1.0,81.46000000000002,0.0,-7.0,-7.0
+1999,1,2,2,30,0.0,0.0,0.0,-7.0,-11.0,0.6000000000000001,79.3,0.0,-7.0,-7.0
+1999,1,2,3,30,0.0,0.0,0.0,-7.0,-12.0,0.6000000000000001,83.08,0.0,-7.0,-7.0
+1999,1,2,4,30,0.0,0.0,0.0,-7.0,-12.0,0.7000000000000001,80.34,0.0,-7.0,-7.0
+1999,1,2,5,30,0.0,0.0,0.0,-7.0,-13.0,0.8,77.60000000000002,0.0,-7.0,-7.0
+1999,1,2,6,30,0.0,0.0,0.0,-8.0,-13.0,1.0,75.19,0.0,-8.0,-8.0
+1999,1,2,7,30,0.0,0.0,0.0,-7.0,-13.0,1.4,67.37,0.0,-7.0,-7.0
+1999,1,2,8,30,0.0,56.0,56.0,-5.0,-14.0,2.6,56.5,54.733545036504076,-3.555009747596745,-3.7192103827062573
+1999,1,2,9,30,842.0,64.0,320.0,-3.0,-14.0,3.8,47.72,524.2984796379022,9.785753262354026,8.21285782344032
+1999,1,2,10,30,21.0,153.0,162.0,-2.0,-14.0,4.5,43.71,163.53203623386634,1.8090829601934089,1.31848685149181
+1999,1,2,11,30,134.0,210.0,271.0,-1.0,-14.0,4.800000000000002,43.5,303.0034144011271,5.920929696203836,5.011919453000455
+1999,1,2,12,30,76.0,205.0,240.0,-1.0,-14.0,4.9,43.68,256.16562056724644,4.813126253619289,4.0446293919175496
+1999,1,2,13,30,0.0,115.0,115.0,-1.0,-14.0,4.7,44.69,112.3992442713923,1.5841105973484633,1.2469128645342864
+1999,1,2,14,30,15.0,120.0,125.0,-2.0,-13.0,4.2,45.83,125.84349310316573,0.989328854379202,0.6117983750697049
+1999,1,2,15,30,0.0,24.0,24.0,-3.0,-13.0,3.5,54.19,23.457233587073173,-2.416547059426643,-2.4869187601878626
+1999,1,2,16,30,0.0,3.0,3.0,-5.0,-13.0,3.0,58.51,2.9321541983841466,-4.924617650073525,-4.933414112668678
+1999,1,2,17,30,0.0,0.0,0.0,-6.0,-13.0,2.7,62.18,0.0,-6.0,-6.0
+1999,1,2,18,30,0.0,0.0,0.0,-7.0,-14.0,2.5,66.43,0.0,-7.0,-7.0
+1999,1,2,19,30,0.0,0.0,0.0,-7.0,-14.0,2.3000000000000003,70.77,0.0,-7.0,-7.0
+1999,1,2,20,30,0.0,0.0,0.0,-8.0,-14.0,2.1,68.27,0.0,-8.0,-8.0
+1999,1,2,21,30,0.0,0.0,0.0,-9.0,-15.0,1.8,70.96000000000002,0.0,-9.0,-9.0
+1999,1,2,22,30,0.0,0.0,0.0,-9.0,-15.0,1.4,75.16,0.0,-9.0,-9.0
+1999,1,2,23,30,0.0,0.0,0.0,-10.0,-16.0,1.2000000000000002,78.12,0.0,-10.0,-10.0
+1999,1,3,0,30,0.0,0.0,0.0,-11.0,-16.0,1.0,74.0,0.0,-11.0,-11.0
+1999,1,3,1,30,0.0,0.0,0.0,-12.0,-17.0,0.8,77.09,0.0,-12.0,-12.0
+1999,1,3,2,30,0.0,0.0,0.0,-12.0,-17.0,0.5,73.42,0.0,-12.0,-12.0
+1999,1,3,3,30,0.0,0.0,0.0,-12.0,-18.0,0.30000000000000004,76.46000000000002,0.0,-12.0,-12.0
+1999,1,3,4,30,0.0,0.0,0.0,-13.0,-18.0,0.4,74.43,0.0,-13.0,-13.0
+1999,1,3,5,30,0.0,0.0,0.0,-13.0,-18.0,0.7000000000000001,73.0,0.0,-13.0,-13.0
+1999,1,3,6,30,0.0,0.0,0.0,-13.0,-19.0,0.8,69.88,0.0,-13.0,-13.0
+1999,1,3,7,30,0.0,0.0,0.0,-12.0,-19.0,1.2000000000000002,60.84,0.0,-12.0,-12.0
+1999,1,3,8,30,0.0,21.0,21.0,-9.0,-20.0,2.2,46.49,20.52507938868903,-8.443501461266084,-8.505076699432152
+1999,1,3,9,30,275.0,122.0,206.0,-7.0,-19.0,3.7,41.69,270.01985992431474,-0.37171379601230903,-1.1817733757852533
+1999,1,3,10,30,27.0,158.0,169.0,-5.0,-18.0,4.7,38.02,172.42211173748564,-1.0359359260261483,-1.5532022612386052
+1999,1,3,11,30,203.0,210.0,302.0,-4.0,-18.0,5.1000000000000005,37.02,353.50693399567655,3.9184333381303786,2.857912536143349
+1999,1,3,12,30,124.0,213.0,270.0,-4.0,-17.0,5.1000000000000005,38.74,299.38900696644055,2.7062104469549246,1.8080434260556029
+1999,1,3,13,30,4.0,137.0,139.0,-4.0,-17.0,4.800000000000002,40.36,136.630945559093,-0.8791996274718581,-1.289092464149137
+1999,1,3,14,30,737.0,60.0,299.0,-4.0,-16.0,4.1000000000000005,41.69,480.54289337708724,7.490059576898922,6.048430896767661
+1999,1,3,15,30,322.0,67.0,131.0,-5.0,-16.0,2.8000000000000003,46.11,199.292396803464,0.19197813418671494,-0.40589905622367706
+1999,1,3,16,30,0.0,20.0,20.0,-6.0,-16.0,1.5,54.47,19.547694655894315,-5.444594121269631,-5.503237205237314
+1999,1,3,17,30,0.0,0.0,0.0,-7.0,-16.0,0.9,60.57,0.0,-7.0,-7.0
+1999,1,3,18,30,0.0,0.0,0.0,-8.0,-16.0,0.9,61.16,0.0,-8.0,-8.0
+1999,1,3,19,30,0.0,0.0,0.0,-8.0,-16.0,1.2000000000000002,60.31,0.0,-8.0,-8.0
+1999,1,3,20,30,0.0,0.0,0.0,-8.0,-16.0,1.5,59.91,0.0,-8.0,-8.0
+1999,1,3,21,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.95,0.0,-8.0,-8.0
+1999,1,3,22,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,61.07,0.0,-8.0,-8.0
+1999,1,3,23,30,0.0,0.0,0.0,-8.0,-15.0,2.7,62.39,0.0,-8.0,-8.0
+1999,1,4,0,30,0.0,0.0,0.0,-8.0,-15.0,2.8000000000000003,62.7,0.0,-8.0,-8.0
+1999,1,4,1,30,0.0,0.0,0.0,-8.0,-15.0,2.5,63.11,0.0,-8.0,-8.0
+1999,1,4,2,30,0.0,0.0,0.0,-8.0,-15.0,2.1,68.91,0.0,-8.0,-8.0
+1999,1,4,3,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.74,0.0,-8.0,-8.0
+1999,1,4,4,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.75,0.0,-8.0,-8.0
+1999,1,4,5,30,0.0,0.0,0.0,-8.0,-15.0,2.3000000000000003,63.72,0.0,-8.0,-8.0
+1999,1,4,6,30,0.0,0.0,0.0,-7.0,-15.0,2.7,63.91,0.0,-7.0,-7.0
+1999,1,4,7,30,0.0,0.0,0.0,-6.0,-15.0,3.6,55.58,0.0,-6.0,-6.0
+1999,1,4,8,30,141.0,65.0,90.0,-4.0,-14.0,4.6000000000000005,51.57,117.63398822245958,-1.2778372319152893,-1.630739196582668
+1999,1,4,9,30,316.0,118.0,214.0,-2.0,-13.0,5.1000000000000005,48.1,288.57718238030657,4.464029307023146,3.598297759882226
+1999,1,4,10,30,267.0,174.0,282.0,0.0,-12.0,5.4,44.81,348.1322807945754,7.647782690463977,6.603385848080251
+1999,1,4,11,30,67.0,201.0,231.0,0.0,-11.0,5.9,44.52,245.44571974613575,5.220607627692641,4.484270468454234
+1999,1,4,12,30,0.0,130.0,130.0,1.0,-10.0,6.5,44.04,127.06001526331303,3.6004083749170612,3.219228329127122
+1999,1,4,13,30,513.0,141.0,354.0,1.0,-10.0,6.7,46.69,488.4237521259391,10.86906612226505,9.403794865887232
+1999,1,4,14,30,677.0,71.0,293.0,0.0,-9.0,6.1000000000000005,49.28,458.3857015051129,9.62513872673995,8.249981622224611
+1999,1,4,15,30,30.0,75.0,81.0,0.0,-8.0,5.4,54.83,85.8396626312125,1.8857288514811115,1.628209863587474
+1999,1,4,16,30,0.0,13.0,13.0,0.0,-9.0,5.1000000000000005,58.07,12.706001526331303,0.2846100497753398,0.2464920451963459
+1999,1,4,17,30,0.0,0.0,0.0,-1.0,-9.0,5.5,60.91,0.0,-1.0,-1.0
+1999,1,4,18,30,0.0,0.0,0.0,-1.0,-9.0,5.8000000000000025,60.08,0.0,-1.0,-1.0
+1999,1,4,19,30,0.0,0.0,0.0,-1.0,-9.0,6.0,59.14,0.0,-1.0,-1.0
+1999,1,4,20,30,0.0,0.0,0.0,-1.0,-10.0,6.0,58.47,0.0,-1.0,-1.0
+1999,1,4,21,30,0.0,0.0,0.0,-1.0,-10.0,5.7,58.43,0.0,-1.0,-1.0
+1999,1,4,22,30,0.0,0.0,0.0,-1.0,-10.0,5.4,58.45,0.0,-1.0,-1.0
+1999,1,4,23,30,0.0,0.0,0.0,-1.0,-9.0,5.1000000000000005,63.21,0.0,-1.0,-1.0
+1999,1,5,0,30,0.0,0.0,0.0,-1.0,-9.0,4.9,59.58,0.0,-1.0,-1.0
+1999,1,5,1,30,0.0,0.0,0.0,-1.0,-9.0,4.9,61.28,0.0,-1.0,-1.0
+1999,1,5,2,30,0.0,0.0,0.0,0.0,-9.0,5.1000000000000005,63.05,0.0,0.0,0.0
+1999,1,5,3,30,0.0,0.0,0.0,0.0,-8.0,5.1000000000000005,64.15,0.0,0.0,0.0
+1999,1,5,4,30,0.0,0.0,0.0,0.0,-8.0,4.9,64.23,0.0,0.0,0.0
+1999,1,5,5,30,0.0,0.0,0.0,-1.0,-9.0,4.4,66.05,0.0,-1.0,-1.0
+1999,1,5,6,30,0.0,0.0,0.0,-2.0,-9.0,4.0,64.46000000000001,0.0,-2.0,-2.0
+1999,1,5,7,30,0.0,0.0,0.0,-1.0,-9.0,4.1000000000000005,60.01,0.0,-1.0,-1.0
+1999,1,5,8,30,458.0,48.0,126.0,0.0,-8.0,4.5,56.36,222.45756358737577,5.1816104926071525,4.514237801845025
+1999,1,5,9,30,97.0,130.0,160.0,1.0,-7.0,5.0,57.12000000000001,180.24960901374567,5.063853488718792,4.5231046616775545
+1999,1,5,10,30,209.0,180.0,265.0,3.0,-6.0,5.4,61.67,315.43063984628384,9.929391844825368,8.983099925286517
+1999,1,5,11,30,83.0,206.0,244.0,4.0,-5.0,5.8000000000000025,59.94,262.12265072782156,9.611376598490985,8.82500864630752
+1999,1,5,12,30,149.0,216.0,285.0,4.0,-5.0,6.0,56.91,321.1383227199473,10.78674309972402,9.823328131564178
+1999,1,5,13,30,686.0,99.0,385.0,5.0,-5.0,5.6000000000000005,58.42,566.8937081278648,17.293452497290826,15.592771372907231
+1999,1,5,14,30,880.0,56.0,347.0,4.0,-4.0,4.5,62.0,562.2831722669491,17.097025510173296,15.410175993372448
+1999,1,5,15,30,527.0,52.0,158.0,2.0,-4.0,3.3000000000000003,73.54,272.27851960887415,8.86240398167078,8.045568422844159
+1999,1,5,16,30,0.0,33.0,33.0,0.0,-5.0,3.0,71.91,32.25369618222562,0.8292058491912216,0.7324447606445448
+1999,1,5,17,30,0.0,0.0,0.0,0.0,-6.0,3.1,71.63,0.0,0.0,0.0
+1999,1,5,18,30,0.0,0.0,0.0,0.0,-6.0,3.2,69.92,0.0,0.0,0.0
+1999,1,5,19,30,0.0,0.0,0.0,0.0,-6.0,3.1,69.77,0.0,0.0,0.0
+1999,1,5,20,30,0.0,0.0,0.0,0.0,-6.0,3.0,70.71000000000002,0.0,0.0,0.0
+1999,1,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,70.81,0.0,0.0,0.0
+1999,1,5,22,30,0.0,0.0,0.0,0.0,-6.0,2.8000000000000003,69.99,0.0,0.0,0.0
+1999,1,5,23,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.53,0.0,0.0,0.0
+1999,1,6,0,30,0.0,0.0,0.0,0.0,-7.0,2.7,66.32000000000001,0.0,0.0,0.0
+1999,1,6,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,68.94,0.0,0.0,0.0
+1999,1,6,2,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,62.56,0.0,0.0,0.0
+1999,1,6,3,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,61.84,0.0,0.0,0.0
+1999,1,6,4,30,0.0,0.0,0.0,0.0,-8.0,2.7,61.42,0.0,0.0,0.0
+1999,1,6,5,30,0.0,0.0,0.0,0.0,-8.0,2.5,64.9,0.0,0.0,0.0
+1999,1,6,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,64.38,0.0,0.0,0.0
+1999,1,6,7,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.2,0.0,0.0,0.0
+1999,1,6,8,30,240.0,62.0,103.0,2.0,-7.0,2.9000000000000004,58.03,152.51490953069384,5.947058334904439,5.489513606312357
+1999,1,6,9,30,573.0,83.0,259.0,4.0,-5.0,3.4000000000000004,56.79,395.3999406607735,13.899910809252583,12.713710987270263
+1999,1,6,10,30,220.0,180.0,269.0,6.0,-5.0,3.7,48.87000000000001,322.90627132012924,13.926510235107296,12.957791421146908
+1999,1,6,11,30,463.0,171.0,384.0,7.0,-5.0,3.8,46.05,506.70741821766717,19.3567705746732,17.836648320020196
+1999,1,6,12,30,75.0,208.0,243.0,8.0,-5.0,3.4000000000000004,46.84,258.794710116828,14.479628054018946,13.703243923668461
+1999,1,6,13,30,255.0,186.0,293.0,7.0,-4.0,2.5,49.24,357.0477327998274,16.489119693820193,15.41797649542071
+1999,1,6,14,30,219.0,142.0,215.0,6.0,-2.0,1.4,60.41,265.5894635297695,13.596966505954883,12.800198115365575
+1999,1,6,15,30,337.0,70.0,139.0,3.0,-3.0,0.8,73.11,210.84672682035693,9.279579854422348,8.647039673961277
+1999,1,6,16,30,0.0,24.0,24.0,1.0,-4.0,0.7000000000000001,70.64,23.457233587073173,1.7033487692928575,1.632977068531638
+1999,1,6,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.2,0.0,0.0,0.0
+1999,1,6,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,71.78,0.0,0.0,0.0
+1999,1,6,19,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,75.77,0.0,0.0,0.0
+1999,1,6,20,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.13,0.0,0.0,0.0
+1999,1,6,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,77.48,0.0,0.0,0.0
+1999,1,6,22,30,0.0,0.0,0.0,-1.0,-6.0,3.7,75.15,0.0,-1.0,-1.0
+1999,1,6,23,30,0.0,0.0,0.0,-1.0,-7.0,4.1000000000000005,72.37,0.0,-1.0,-1.0
+1999,1,7,0,30,0.0,0.0,0.0,-1.0,-7.0,4.0,70.21000000000001,0.0,-1.0,-1.0
+1999,1,7,1,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,69.33,0.0,-1.0,-1.0
+1999,1,7,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.32000000000001,0.0,0.0,0.0
+1999,1,7,3,30,0.0,0.0,0.0,0.0,-7.0,1.8,70.38,0.0,0.0,0.0
+1999,1,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.5,71.23,0.0,0.0,0.0
+1999,1,7,5,30,0.0,0.0,0.0,0.0,-7.0,1.4,71.87,0.0,0.0,0.0
+1999,1,7,6,30,0.0,0.0,0.0,0.0,-7.0,1.4,72.14,0.0,0.0,0.0
+1999,1,7,7,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.81,0.0,0.0,0.0
+1999,1,7,8,30,46.0,65.0,73.0,2.0,-5.0,2.1,61.12000000000001,81.13865639944598,4.214649488248183,3.9712335190498447
+1999,1,7,9,30,723.0,58.0,280.0,5.0,-4.0,2.4000000000000004,57.68,453.4050011022901,17.130444159740126,15.770229156433254
+1999,1,7,10,30,923.0,56.0,431.0,6.0,-3.0,2.3000000000000003,57.71,672.0363516431792,24.09990711726942,22.083798062339884
+1999,1,7,11,30,938.0,77.0,508.0,7.0,-3.0,2.1,56.0,764.3152413019225,27.861700613779778,25.56875488987401
+1999,1,7,12,30,711.0,110.0,441.0,8.0,-2.0,2.0,56.48,634.7870210700293,25.442375143994802,23.538014080784713
+1999,1,7,13,30,678.0,106.0,393.0,7.0,-3.0,1.7000000000000002,54.2,570.944046535109,23.00613666764783,21.293304528042505
+1999,1,7,14,30,664.0,76.0,298.0,6.0,-3.0,1.2000000000000002,57.82,460.2528935062922,19.34325090643569,17.96249222591681
+1999,1,7,15,30,537.0,57.0,168.0,3.0,-3.0,1.0,73.37,283.987726181464,11.344676712949909,10.492713534405517
+1999,1,7,16,30,0.0,31.0,31.0,0.0,-4.0,1.1,75.28,30.29892671663619,0.8843285651019855,0.793431784952077
+1999,1,7,17,30,0.0,0.0,0.0,0.0,-5.0,1.1,77.86,0.0,0.0,0.0
+1999,1,7,18,30,0.0,0.0,0.0,0.0,-5.0,1.1,82.28,0.0,0.0,0.0
+1999,1,7,19,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,79.44,0.0,-1.0,-1.0
+1999,1,7,20,30,0.0,0.0,0.0,-2.0,-6.0,1.4,81.08,0.0,-2.0,-2.0
+1999,1,7,21,30,0.0,0.0,0.0,-2.0,-7.0,1.4,76.95,0.0,-2.0,-2.0
+1999,1,7,22,30,0.0,0.0,0.0,-2.0,-7.0,1.2000000000000002,74.36,0.0,-2.0,-2.0
+1999,1,7,23,30,0.0,0.0,0.0,-2.0,-8.0,1.0,72.85000000000002,0.0,-2.0,-2.0
+1999,1,8,0,30,0.0,0.0,0.0,-2.0,-8.0,0.8,71.95,0.0,-2.0,-2.0
+1999,1,8,1,30,0.0,0.0,0.0,-2.0,-8.0,0.6000000000000001,70.96000000000002,0.0,-2.0,-2.0
+1999,1,8,2,30,0.0,0.0,0.0,-2.0,-8.0,0.4,70.61,0.0,-2.0,-2.0
+1999,1,8,3,30,0.0,0.0,0.0,-2.0,-8.0,0.4,75.56,0.0,-2.0,-2.0
+1999,1,8,4,30,0.0,0.0,0.0,-3.0,-8.0,0.4,74.51,0.0,-3.0,-3.0
+1999,1,8,5,30,0.0,0.0,0.0,-3.0,-9.0,0.6000000000000001,73.39,0.0,-3.0,-3.0
+1999,1,8,6,30,0.0,0.0,0.0,-3.0,-9.0,0.9,77.38,0.0,-3.0,-3.0
+1999,1,8,7,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,75.89,0.0,-3.0,-3.0
+1999,1,8,8,30,23.0,64.0,68.0,-2.0,-9.0,2.6,73.07000000000002,71.35395857770901,-0.11622334079750166,-0.3302852165306287
+1999,1,8,9,30,0.0,48.0,48.0,-1.0,-8.0,2.9000000000000004,70.87,46.914467174146345,0.21413794400244168,0.07339454248000266
+1999,1,8,10,30,0.0,93.0,93.0,-1.0,-8.0,2.7,65.85,90.89678014990855,1.3838229360946346,1.111132595644909
+1999,1,8,11,30,0.0,43.0,43.0,0.0,-8.0,2.2,59.24,42.02754351017277,1.1394970078837297,1.0134143773532114
+1999,1,8,12,30,0.0,53.0,53.0,0.0,-9.0,1.8,53.16,51.801390838119936,1.4425368310170745,1.2871326585027147
+1999,1,8,13,30,100.0,192.0,235.0,0.0,-9.0,1.7000000000000002,51.58,256.7984586402822,7.199218995245113,6.428823619324266
+1999,1,8,14,30,829.0,76.0,356.0,0.0,-9.0,1.9,50.78,558.1186913603163,15.438564742828243,13.764208668747294
+1999,1,8,15,30,696.0,55.0,201.0,-1.0,-10.0,1.5,58.32,351.3689134482787,8.983395155675353,7.929288415330516
+1999,1,8,16,30,328.0,21.0,38.0,-2.0,-9.0,0.9,68.89,97.71080212032898,0.8905354516130574,0.5974030452520704
+1999,1,8,17,30,0.0,0.0,0.0,-3.0,-10.0,0.5,71.48,0.0,-3.0,-3.0
+1999,1,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,69.34,0.0,-4.0,-4.0
+1999,1,8,19,30,0.0,0.0,0.0,-5.0,-11.0,1.0,72.25,0.0,-5.0,-5.0
+1999,1,8,20,30,0.0,0.0,0.0,-5.0,-11.0,1.4,68.7,0.0,-5.0,-5.0
+1999,1,8,21,30,0.0,0.0,0.0,-5.0,-12.0,1.8,69.47,0.0,-5.0,-5.0
+1999,1,8,22,30,0.0,0.0,0.0,-6.0,-13.0,2.1,64.63,0.0,-6.0,-6.0
+1999,1,8,23,30,0.0,0.0,0.0,-6.0,-14.0,2.4000000000000004,60.73,0.0,-6.0,-6.0
+1999,1,9,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,58.74,0.0,-6.0,-6.0
+1999,1,9,1,30,0.0,0.0,0.0,-5.0,-14.0,2.9000000000000004,54.11,0.0,-5.0,-5.0
+1999,1,9,2,30,0.0,0.0,0.0,-5.0,-14.0,2.7,56.06,0.0,-5.0,-5.0
+1999,1,9,3,30,0.0,0.0,0.0,-5.0,-13.0,2.1,57.83,0.0,-5.0,-5.0
+1999,1,9,4,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.14,0.0,-5.0,-5.0
+1999,1,9,5,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.53,0.0,-5.0,-5.0
+1999,1,9,6,30,0.0,0.0,0.0,-5.0,-13.0,1.9,60.57,0.0,-5.0,-5.0
+1999,1,9,7,30,0.0,0.0,0.0,-3.0,-13.0,2.4000000000000004,57.61,0.0,-3.0,-3.0
+1999,1,9,8,30,523.0,43.0,134.0,-1.0,-11.0,3.6,52.48,242.13891669041757,4.983159560448143,4.25674281037689
+1999,1,9,9,30,865.0,58.0,326.0,1.0,-10.0,4.800000000000002,48.18,531.9699681292592,13.150776443200051,11.554866538812274
+1999,1,9,10,30,938.0,67.0,450.0,2.0,-9.0,5.1000000000000005,47.3,694.409203554318,17.554526542317625,15.47129893165467
+1999,1,9,11,30,949.0,79.0,518.0,3.0,-9.0,4.7,46.58,776.8540879973408,20.860234687524,18.529672423531977
+1999,1,9,12,30,952.0,79.0,525.0,4.0,-8.0,4.1000000000000005,45.38,786.5377497551589,22.806574249085966,20.44696099982049
+1999,1,9,13,30,714.0,95.0,401.0,4.0,-8.0,3.6,47.38,588.0260453792501,18.529897561661166,16.765819425523414
+1999,1,9,14,30,852.0,68.0,358.0,3.0,-6.0,2.8000000000000003,55.17,565.7723886083231,17.739538074188815,16.042220908363845
+1999,1,9,15,30,181.0,83.0,122.0,2.0,-6.0,1.9,63.61,158.98443785303166,6.39779490436665,5.920841590807555
+1999,1,9,16,30,64.0,20.0,24.0,0.0,-6.0,1.7000000000000002,64.11,34.77151875276528,0.9748024954039279,0.870487939145632
+1999,1,9,17,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.91,0.0,0.0,0.0
+1999,1,9,18,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.22,0.0,0.0,0.0
+1999,1,9,19,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.84,0.0,0.0,0.0
+1999,1,9,20,30,0.0,0.0,0.0,0.0,-7.0,1.0,64.48,0.0,0.0,0.0
+1999,1,9,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,68.43,0.0,0.0,0.0
+1999,1,9,22,30,0.0,0.0,0.0,-1.0,-8.0,1.1,67.42,0.0,-1.0,-1.0
+1999,1,9,23,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.39,0.0,-1.0,-1.0
+1999,1,10,0,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.9,0.0,-1.0,-1.0
+1999,1,10,1,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.39,0.0,-1.0,-1.0
+1999,1,10,2,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,69.63,0.0,-1.0,-1.0
+1999,1,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.2000000000000002,68.83,0.0,-2.0,-2.0
+1999,1,10,4,30,0.0,0.0,0.0,-2.0,-9.0,1.3,67.91,0.0,-2.0,-2.0
+1999,1,10,5,30,0.0,0.0,0.0,-2.0,-9.0,1.4,71.57000000000002,0.0,-2.0,-2.0
+1999,1,10,6,30,0.0,0.0,0.0,-3.0,-9.0,1.4,69.17,0.0,-3.0,-3.0
+1999,1,10,7,30,0.0,0.0,0.0,-2.0,-10.0,1.8,62.98,0.0,-2.0,-2.0
+1999,1,10,8,30,290.0,60.0,111.0,0.0,-8.0,2.9000000000000004,55.02,169.61910893984017,4.38971192888734,3.880854602067819
+1999,1,10,9,30,862.0,59.0,327.0,2.0,-9.0,4.1000000000000005,50.41,531.7326040688951,14.714035279545607,13.118837467338922
+1999,1,10,10,30,939.0,69.0,454.0,4.0,-8.0,4.5,48.88,697.9556492640296,20.25718747108569,18.1633205232936
+1999,1,10,11,30,967.0,76.0,525.0,5.0,-7.0,4.5,47.86,788.5866699870496,23.36821772944615,21.002457719485
+1999,1,10,12,30,970.0,77.0,534.0,6.0,-7.0,4.2,46.22,799.8042816355619,24.998821138802843,22.599408293896158
+1999,1,10,13,30,949.0,72.0,480.0,5.0,-6.0,3.6,47.85,730.6116729919964,23.05313361431285,20.86129859533686
+1999,1,10,14,30,736.0,65.0,317.0,4.0,-5.0,2.7,56.9,496.6638879790969,17.025310310683196,15.535318646745907
+1999,1,10,15,30,162.0,85.0,121.0,3.0,-5.0,1.8,63.76,153.18985926295278,7.265947507388429,6.80637792959957
+1999,1,10,16,30,257.0,21.0,36.0,1.0,-6.0,1.7000000000000002,62.43,82.29279170135176,3.307038104220102,3.0601597291160467
+1999,1,10,17,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.01,0.0,0.0,0.0
+1999,1,10,18,30,0.0,0.0,0.0,0.0,-7.0,3.0,66.87,0.0,0.0,0.0
+1999,1,10,19,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.27,0.0,0.0,0.0
+1999,1,10,20,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.8,0.0,0.0,0.0
+1999,1,10,21,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,64.84,0.0,0.0,0.0
+1999,1,10,22,30,0.0,0.0,0.0,0.0,-7.0,4.3,59.81,0.0,0.0,0.0
+1999,1,10,23,30,0.0,0.0,0.0,0.0,-7.0,4.4,59.76,0.0,0.0,0.0
+1999,1,11,0,30,0.0,0.0,0.0,0.0,-7.0,4.3,60.44,0.0,0.0,0.0
+1999,1,11,1,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.41,0.0,1.0,1.0
+1999,1,11,2,30,0.0,0.0,0.0,1.0,-6.0,3.9,64.25,0.0,1.0,1.0
+1999,1,11,3,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,65.51,0.0,1.0,1.0
+1999,1,11,4,30,0.0,0.0,0.0,1.0,-6.0,4.2,61.53,0.0,1.0,1.0
+1999,1,11,5,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.8,0.0,1.0,1.0
+1999,1,11,6,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.53,0.0,1.0,1.0
+1999,1,11,7,30,0.0,0.0,0.0,2.0,-6.0,4.5,61.47,0.0,2.0,2.0
+1999,1,11,8,30,361.0,56.0,120.0,4.0,-5.0,5.1000000000000005,56.75,192.92858758479585,8.321533788722057,7.7427480259676695
+1999,1,11,9,30,898.0,53.0,333.0,6.0,-4.0,5.4,54.44,546.195446365786,17.998841563306108,16.36025522420875
+1999,1,11,10,30,961.0,63.0,459.0,8.0,-4.0,5.4,47.96,707.8907573853661,23.550970075842493,21.427297803686393
+1999,1,11,11,30,763.0,97.0,454.0,9.0,-4.0,4.800000000000002,44.16,659.5922141718079,24.065808256547243,22.08703161403182
+1999,1,11,12,30,838.0,80.0,478.0,10.0,-4.0,3.6,42.24,705.7692886198037,27.439287845147007,25.321979979287597
+1999,1,11,13,30,577.0,131.0,381.0,9.0,-2.0,2.1,52.7,530.7824634513704,23.487510185856532,21.895162795502422
+1999,1,11,14,30,554.0,101.0,293.0,8.0,-2.0,0.7000000000000001,55.48,426.1384284470287,20.777463211253615,19.499047925912528
+1999,1,11,15,30,579.0,52.0,179.0,6.0,-2.0,0.2,64.77,302.9049706820203,15.394726634831034,14.486011722784973
+1999,1,11,16,30,273.0,21.0,38.0,4.0,-4.0,0.4,63.93,86.83666617649013,6.657057004521641,6.39654700599217
+1999,1,11,17,30,0.0,0.0,0.0,4.0,-4.0,0.6000000000000001,66.39,0.0,4.0,4.0
+1999,1,11,18,30,0.0,0.0,0.0,4.0,-4.0,0.7000000000000001,65.71000000000001,0.0,4.0,4.0
+1999,1,11,19,30,0.0,0.0,0.0,3.0,-4.0,0.8,64.91,0.0,3.0,3.0
+1999,1,11,20,30,0.0,0.0,0.0,3.0,-5.0,0.9,64.04,0.0,3.0,3.0
+1999,1,11,21,30,0.0,0.0,0.0,3.0,-5.0,0.9,68.08,0.0,3.0,3.0
+1999,1,11,22,30,0.0,0.0,0.0,3.0,-5.0,0.9,67.27,0.0,3.0,3.0
+1999,1,11,23,30,0.0,0.0,0.0,3.0,-5.0,0.9,66.43,0.0,3.0,3.0
+1999,1,12,0,30,0.0,0.0,0.0,3.0,-5.0,1.2000000000000002,65.36,0.0,3.0,3.0
+1999,1,12,1,30,0.0,0.0,0.0,2.0,-6.0,1.6,63.89,0.0,2.0,2.0
+1999,1,12,2,30,0.0,0.0,0.0,2.0,-6.0,2.0,62.15,0.0,2.0,2.0
+1999,1,12,3,30,0.0,0.0,0.0,1.0,-6.0,2.2,60.42,0.0,1.0,1.0
+1999,1,12,4,30,0.0,0.0,0.0,1.0,-6.0,1.9,59.51,0.0,1.0,1.0
+1999,1,12,5,30,0.0,0.0,0.0,0.0,-7.0,1.5,63.38,0.0,0.0,0.0
+1999,1,12,6,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.89,0.0,0.0,0.0
+1999,1,12,7,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,60.21,0.0,0.0,0.0
+1999,1,12,8,30,532.0,44.0,138.0,2.0,-5.0,1.4,65.03,246.77046586456763,9.05866467335166,8.318353275757957
+1999,1,12,9,30,0.0,38.0,38.0,3.0,-4.0,2.1,65.79,37.14061984619919,4.0137394231754495,3.902317563636852
+1999,1,12,10,30,0.0,109.0,109.0,4.0,-4.0,3.0,62.55,106.53493587462401,6.73889204732858,6.419287239704708
+1999,1,12,11,30,8.0,158.0,162.0,4.0,-4.0,3.7,63.5,160.36316015193148,7.936499049961921,7.455409569506127
+1999,1,12,12,30,155.0,226.0,300.0,5.0,-4.0,4.3,63.22,337.27946403810296,12.959546641032007,11.9477082489177
+1999,1,12,13,30,657.0,112.0,399.0,4.0,-4.0,4.2,62.02,569.5879431571336,17.530184450540233,15.821420621068834
+1999,1,12,14,30,819.0,75.0,361.0,3.0,-4.0,3.3000000000000003,66.29,559.4376134950419,17.099852283094503,15.421539442609378
+1999,1,12,15,30,697.0,54.0,209.0,1.0,-4.0,1.9,72.34,358.08906626595933,10.905386289377745,9.831119090579866
+1999,1,12,16,30,377.0,22.0,47.0,0.0,-5.0,1.1,76.52,114.05047152829121,3.328767740820358,2.986616326235484
+1999,1,12,17,30,0.0,0.0,0.0,-1.0,-6.0,0.9,77.76,0.0,-1.0,-1.0
+1999,1,12,18,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,76.33,0.0,-1.0,-1.0
+1999,1,12,19,30,0.0,0.0,0.0,-2.0,-6.0,0.8,80.56,0.0,-2.0,-2.0
+1999,1,12,20,30,0.0,0.0,0.0,-3.0,-7.0,1.1,84.68,0.0,-3.0,-3.0
+1999,1,12,21,30,0.0,0.0,0.0,-3.0,-7.0,1.4,82.38,0.0,-3.0,-3.0
+1999,1,12,22,30,0.0,0.0,0.0,-3.0,-7.0,1.9,80.19,0.0,-3.0,-3.0
+1999,1,12,23,30,0.0,0.0,0.0,-2.0,-8.0,2.5,77.26,0.0,-2.0,-2.0
+1999,1,13,0,30,0.0,0.0,0.0,-2.0,-8.0,2.9000000000000004,74.39,0.0,-2.0,-2.0
+1999,1,13,1,30,0.0,0.0,0.0,-2.0,-9.0,3.0,71.69,0.0,-2.0,-2.0
+1999,1,13,2,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,70.17,0.0,-2.0,-2.0
+1999,1,13,3,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,69.19,0.0,-2.0,-2.0
+1999,1,13,4,30,0.0,0.0,0.0,-2.0,-9.0,1.9,68.4,0.0,-2.0,-2.0
+1999,1,13,5,30,0.0,0.0,0.0,-1.0,-9.0,1.6,63.66,0.0,-1.0,-1.0
+1999,1,13,6,30,0.0,0.0,0.0,0.0,-9.0,1.1,60.11,0.0,0.0,0.0
+1999,1,13,7,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,58.15,0.0,0.0,0.0
+1999,1,13,8,30,0.0,12.0,12.0,0.0,-7.0,0.7000000000000001,56.92,11.728616793536586,0.35167438464642875,0.316488534265819
+1999,1,13,9,30,446.0,106.0,247.0,1.0,-6.0,1.3,59.74,349.7974857337458,11.073091783232783,10.023699326031545
+1999,1,13,10,30,83.0,185.0,219.0,2.0,-6.0,2.0,61.94000000000001,236.83156225595826,8.507544763349951,7.797050076582076
+1999,1,13,11,30,151.0,222.0,293.0,2.0,-5.0,2.4000000000000004,65.7,329.2458239354159,10.808676729119604,9.820939257313356
+1999,1,13,12,30,128.0,226.0,288.0,2.0,-5.0,2.5,67.29,317.2748616059929,10.43209145738331,9.48026687256533
+1999,1,13,13,30,172.0,203.0,278.0,1.0,-5.0,2.2,68.19,319.27330326345526,9.65648913498362,8.698669225193253
+1999,1,13,14,30,408.0,128.0,272.0,1.0,-4.0,1.4,69.2,368.3459750681122,11.536231362514432,10.431193437310096
+1999,1,13,15,30,662.0,62.0,212.0,0.0,-4.0,0.7000000000000001,75.98,352.36686567536833,10.565474415061887,9.508373818035782
+1999,1,13,16,30,335.0,26.0,49.0,0.0,-5.0,0.5,78.29,108.51975322615202,3.2981450597844275,2.9725858001059713
+1999,1,13,17,30,0.0,0.0,0.0,-1.0,-5.0,0.6000000000000001,81.35000000000002,0.0,-1.0,-1.0
+1999,1,13,18,30,0.0,0.0,0.0,-2.0,-6.0,0.9,85.15,0.0,-2.0,-2.0
+1999,1,13,19,30,0.0,0.0,0.0,-2.0,-6.0,1.2000000000000002,80.74,0.0,-2.0,-2.0
+1999,1,13,20,30,0.0,0.0,0.0,-3.0,-7.0,1.3,80.99,0.0,-3.0,-3.0
+1999,1,13,21,30,0.0,0.0,0.0,-4.0,-8.0,1.5,79.71000000000002,0.0,-4.0,-4.0
+1999,1,13,22,30,0.0,0.0,0.0,-4.0,-10.0,2.0,76.91,0.0,-4.0,-4.0
+1999,1,13,23,30,0.0,0.0,0.0,-5.0,-11.0,2.7,68.92,0.0,-5.0,-5.0
+1999,1,14,0,30,0.0,0.0,0.0,-5.0,-12.0,3.7,65.04,0.0,-5.0,-5.0
+1999,1,14,1,30,0.0,0.0,0.0,-5.0,-12.0,4.3,62.85,0.0,-5.0,-5.0
+1999,1,14,2,30,0.0,0.0,0.0,-5.0,-13.0,4.4,60.15,0.0,-5.0,-5.0
+1999,1,14,3,30,0.0,0.0,0.0,-4.0,-14.0,4.2,56.99,0.0,-4.0,-4.0
+1999,1,14,4,30,0.0,0.0,0.0,-4.0,-14.0,4.1000000000000005,51.28,0.0,-4.0,-4.0
+1999,1,14,5,30,0.0,0.0,0.0,-3.0,-14.0,4.4,51.31,0.0,-3.0,-3.0
+1999,1,14,6,30,0.0,0.0,0.0,-2.0,-14.0,5.300000000000002,47.95,0.0,-2.0,-2.0
+1999,1,14,7,30,0.0,0.0,0.0,-1.0,-14.0,6.3000000000000025,42.06,0.0,-1.0,-1.0
+1999,1,14,8,30,142.0,69.0,95.0,0.0,-13.0,6.5,38.72,121.9313420652405,2.495445025834801,2.1296509996390793
+1999,1,14,9,30,734.0,58.0,291.0,2.0,-12.0,6.3000000000000025,39.45,462.48504184109356,11.587291620744672,10.199836495221392
+1999,1,14,10,30,0.0,76.0,76.0,3.0,-11.0,5.8000000000000025,40.02,74.28123969239839,4.590171658036659,4.3673279389594635
+1999,1,14,11,30,0.0,75.0,75.0,4.0,-9.0,5.300000000000002,40.72,73.30385495960367,5.620809199917838,5.400897635039027
+1999,1,14,12,30,0.0,73.0,73.0,5.0,-8.0,5.2,44.59,71.34908549401425,6.587852619615872,6.37380536313383
+1999,1,14,13,30,9.0,153.0,157.0,5.0,-7.0,4.7,47.68,155.8865426777516,8.583903695517272,8.116244067484017
+1999,1,14,14,30,703.0,74.0,324.0,5.0,-7.0,4.3,50.4,493.2984094478914,16.64147870415206,15.161583475808385
+1999,1,14,15,30,758.0,50.0,224.0,4.0,-7.0,4.3,54.52,385.0150882631706,13.08607217243904,11.931026907649528
+1999,1,14,16,30,296.0,25.0,46.0,2.0,-8.0,4.4,53.83,98.6424091092213,4.312705415581507,4.016778188253843
+1999,1,14,17,30,0.0,0.0,0.0,1.0,-9.0,4.6000000000000005,50.55,0.0,1.0,1.0
+1999,1,14,18,30,0.0,0.0,0.0,1.0,-9.0,4.5,48.51,0.0,1.0,1.0
+1999,1,14,19,30,0.0,0.0,0.0,1.0,-9.0,4.1000000000000005,48.18,0.0,1.0,1.0
+1999,1,14,20,30,0.0,0.0,0.0,1.0,-9.0,4.0,47.86,0.0,1.0,1.0
+1999,1,14,21,30,0.0,0.0,0.0,1.0,-10.0,4.3,45.58,0.0,1.0,1.0
+1999,1,14,22,30,0.0,0.0,0.0,1.0,-10.0,4.5,43.81,0.0,1.0,1.0
+1999,1,14,23,30,0.0,0.0,0.0,2.0,-11.0,4.6000000000000005,42.97,0.0,2.0,2.0
+1999,1,15,0,30,0.0,0.0,0.0,2.0,-11.0,4.9,41.98,0.0,2.0,2.0
+1999,1,15,1,30,0.0,0.0,0.0,2.0,-11.0,5.1000000000000005,40.87,0.0,2.0,2.0
+1999,1,15,2,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.24,0.0,1.0,1.0
+1999,1,15,3,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.07,0.0,1.0,1.0
+1999,1,15,4,30,0.0,0.0,0.0,2.0,-11.0,4.800000000000002,40.48,0.0,2.0,2.0
+1999,1,15,5,30,0.0,0.0,0.0,2.0,-11.0,4.2,41.63,0.0,2.0,2.0
+1999,1,15,6,30,0.0,0.0,0.0,2.0,-11.0,3.3000000000000003,42.78,0.0,2.0,2.0
+1999,1,15,7,30,0.0,0.0,0.0,2.0,-10.0,2.8000000000000003,44.07,0.0,2.0,2.0
+1999,1,15,8,30,550.0,43.0,143.0,4.0,-10.0,2.8000000000000003,43.66,253.33965132594915,10.600020629507288,9.84000167552944
+1999,1,15,9,30,639.0,76.0,280.0,6.0,-8.0,2.9000000000000004,41.83,428.1572482591869,17.080632317137923,15.79616057236036
+1999,1,15,10,30,510.0,144.0,358.0,7.0,-8.0,3.0,39.88,486.343380747982,19.50333523802147,18.044305095777524
+1999,1,15,11,30,714.0,114.0,454.0,8.0,-8.0,3.2,37.53,644.8415401079793,24.360127597458003,22.425602977134066
+1999,1,15,12,30,692.0,123.0,459.0,7.0,-6.0,3.8,43.48,644.2936940057555,22.712004745345624,20.779123663328356
+1999,1,15,13,30,573.0,137.0,392.0,6.0,-5.0,3.9,49.29,539.3960074399017,19.067733223885902,17.4495452015662
+1999,1,15,14,30,601.0,97.0,312.0,5.0,-5.0,3.4000000000000004,59.13,456.3096314830572,16.424950255520717,15.056021361071545
+1999,1,15,15,30,747.0,50.0,223.0,3.0,-4.0,2.5,65.23,382.18921638282575,13.157295192733212,12.010727543584734
+1999,1,15,16,30,143.0,27.0,37.0,1.0,-5.0,2.2,69.05,62.61360062750822,2.6976488418982343,2.5098080400157095
+1999,1,15,17,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,68.42,0.0,1.0,1.0
+1999,1,15,18,30,0.0,0.0,0.0,0.0,-5.0,2.5,73.60000000000002,0.0,0.0,0.0
+1999,1,15,19,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,72.5,0.0,0.0,0.0
+1999,1,15,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,71.32000000000002,0.0,0.0,0.0
+1999,1,15,21,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,70.13,0.0,0.0,0.0
+1999,1,15,22,30,0.0,0.0,0.0,0.0,-5.0,1.5,69.03,0.0,0.0,0.0
+1999,1,15,23,30,0.0,0.0,0.0,0.0,-6.0,1.5,67.63,0.0,0.0,0.0
+1999,1,16,0,30,0.0,0.0,0.0,0.0,-6.0,1.5,66.01,0.0,0.0,0.0
+1999,1,16,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,68.57000000000001,0.0,0.0,0.0
+1999,1,16,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,70.86,0.0,0.0,0.0
+1999,1,16,3,30,0.0,0.0,0.0,-1.0,-8.0,2.4000000000000004,68.07000000000001,0.0,-1.0,-1.0
+1999,1,16,4,30,0.0,0.0,0.0,-2.0,-8.0,2.8000000000000003,70.2,0.0,-2.0,-2.0
+1999,1,16,5,30,0.0,0.0,0.0,-2.0,-9.0,3.2,66.71000000000001,0.0,-2.0,-2.0
+1999,1,16,6,30,0.0,0.0,0.0,-1.0,-9.0,3.6,58.51,0.0,-1.0,-1.0
+1999,1,16,7,30,0.0,0.0,0.0,0.0,-10.0,4.2,52.75,0.0,0.0,0.0
+1999,1,16,8,30,726.0,42.0,174.0,2.0,-9.0,4.800000000000002,48.89,320.3847747254477,9.317938994157682,8.356784669981339
+1999,1,16,9,30,879.0,60.0,342.0,4.0,-7.0,5.1000000000000005,48.34,546.3297869741054,16.23759870815528,14.598609347232962
+1999,1,16,10,30,809.0,72.0,414.0,6.0,-7.0,5.0,44.29,619.7927051572548,19.97365997583767,18.114281860365907
+1999,1,16,11,30,0.0,84.0,84.0,7.0,-7.0,4.2,40.06,82.10031755475612,8.950238682733719,8.70393773006945
+1999,1,16,12,30,608.0,146.0,443.0,7.0,-6.0,3.1,46.02,604.5395872300386,22.43944739018979,20.625828628499676
+1999,1,16,13,30,758.0,92.0,432.0,6.0,-5.0,2.2,51.73,628.2700665708838,23.03434941009929,21.14953921038664
+1999,1,16,14,30,674.0,90.0,334.0,5.0,-4.0,1.7000000000000002,56.05,495.22190069858163,18.883303401616942,17.397637699521198
+1999,1,16,15,30,124.0,96.0,125.0,4.0,-4.0,1.4,61.08,149.50333209554492,8.276418918746742,7.827908922460107
+1999,1,16,16,30,32.0,27.0,30.0,2.0,-5.0,1.7000000000000002,68.41,34.58571562591434,2.969593595758331,2.8658364488805876
+1999,1,16,17,30,0.0,0.0,0.0,1.0,-5.0,2.2,68.04,0.0,1.0,1.0
+1999,1,16,18,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.93,0.0,1.0,1.0
+1999,1,16,19,30,0.0,0.0,0.0,0.0,-5.0,3.7,71.92,0.0,0.0,0.0
+1999,1,16,20,30,0.0,0.0,0.0,0.0,-5.0,4.2,69.15,0.0,0.0,0.0
+1999,1,16,21,30,0.0,0.0,0.0,0.0,-6.0,4.5,66.17,0.0,0.0,0.0
+1999,1,16,22,30,0.0,0.0,0.0,0.0,-7.0,4.4,68.18,0.0,0.0,0.0
+1999,1,16,23,30,0.0,0.0,0.0,0.0,-7.0,4.0,66.8,0.0,0.0,0.0
+1999,1,17,0,30,0.0,0.0,0.0,0.0,-7.0,3.2,66.77,0.0,0.0,0.0
+1999,1,17,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,67.35,0.0,0.0,0.0
+1999,1,17,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,68.56,0.0,0.0,0.0
+1999,1,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,69.49,0.0,0.0,0.0
+1999,1,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.6,70.71000000000002,0.0,0.0,0.0
+1999,1,17,5,30,0.0,0.0,0.0,0.0,-6.0,2.1,74.81,0.0,0.0,0.0
+1999,1,17,6,30,0.0,0.0,0.0,-1.0,-7.0,2.3000000000000003,76.63,0.0,-1.0,-1.0
+1999,1,17,7,30,0.0,0.0,0.0,-1.0,-8.0,2.7,64.73,0.0,-1.0,-1.0
+1999,1,17,8,30,198.0,69.0,106.0,0.0,-10.0,4.1000000000000005,52.84,143.75612694556406,3.4372924579962865,3.0060240771595943
+1999,1,17,9,30,432.0,111.0,251.0,0.0,-12.0,5.9,41.87,348.6560544136926,7.415881845468608,6.36991368222753
+1999,1,17,10,30,387.0,169.0,334.0,0.0,-13.0,7.1000000000000005,36.69,428.6120932820546,8.442560022559189,7.156723742713024
+1999,1,17,11,30,698.0,120.0,456.0,1.0,-14.0,7.7,35.33,641.4654827165407,13.163922919020742,11.23952647087112
+1999,1,17,12,30,549.0,164.0,433.0,1.0,-14.0,7.8000000000000025,36.14,578.5914405358271,11.90265075171947,10.166876430111989
+1999,1,17,13,30,983.0,69.0,512.0,0.0,-13.0,7.7,37.51,768.1418792477556,14.566050491870845,12.261624854127579
+1999,1,17,14,30,937.0,60.0,402.0,0.0,-13.0,7.2,38.13,627.4044286117852,12.279983226845964,10.397769941010608
+1999,1,17,15,30,825.0,47.0,244.0,0.0,-13.0,6.1000000000000005,44.29,418.67768122813374,8.791353548722428,7.535320505038027
+1999,1,17,16,30,535.0,24.0,67.0,-2.0,-13.0,4.6000000000000005,48.27,161.8560084377924,1.7455025254005696,1.2599345000871924
+1999,1,17,17,30,0.0,0.0,0.0,-3.0,-13.0,3.5,52.48,0.0,-3.0,-3.0
+1999,1,17,18,30,0.0,0.0,0.0,-3.0,-13.0,2.7,57.37000000000001,0.0,-3.0,-3.0
+1999,1,17,19,30,0.0,0.0,0.0,-4.0,-12.0,1.9,57.83,0.0,-4.0,-4.0
+1999,1,17,20,30,0.0,0.0,0.0,-3.0,-12.0,1.3,54.06,0.0,-3.0,-3.0
+1999,1,17,21,30,0.0,0.0,0.0,-3.0,-12.0,1.1,55.19,0.0,-3.0,-3.0
+1999,1,17,22,30,0.0,0.0,0.0,-3.0,-11.0,1.4,59.02,0.0,-3.0,-3.0
+1999,1,17,23,30,0.0,0.0,0.0,-2.0,-10.0,2.0,63.85,0.0,-2.0,-2.0
+1999,1,18,0,30,0.0,0.0,0.0,-1.0,-10.0,2.5,62.46,0.0,-1.0,-1.0
+1999,1,18,1,30,0.0,0.0,0.0,-1.0,-9.0,3.0,62.48,0.0,-1.0,-1.0
+1999,1,18,2,30,0.0,0.0,0.0,0.0,-8.0,3.5,62.79,0.0,0.0,0.0
+1999,1,18,3,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,67.18,0.0,0.0,0.0
+1999,1,18,4,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.28,0.0,0.0,0.0
+1999,1,18,5,30,0.0,0.0,0.0,0.0,-6.0,4.9,67.4,0.0,0.0,0.0
+1999,1,18,6,30,0.0,0.0,0.0,1.0,-6.0,4.9,63.78,0.0,1.0,1.0
+1999,1,18,7,30,0.0,15.0,15.0,2.0,-5.0,5.0,65.16,14.660770991920735,2.3305373346928087,2.2865550217170463
+1999,1,18,8,30,721.0,41.0,175.0,4.0,-4.0,5.300000000000002,61.5,318.4916680933743,11.04211567082516,10.086640666545037
+1999,1,18,9,30,868.0,47.0,329.0,7.0,-3.0,5.7,55.26,529.5233558720308,18.409121485896872,16.82055141828078
+1999,1,18,10,30,561.0,133.0,373.0,9.0,-2.0,6.0,49.74,512.7864633956242,19.836919003021155,18.298559612834282
+1999,1,18,11,30,849.0,80.0,492.0,10.0,-2.0,6.2,47.21,717.5154953248912,24.969830115538418,22.817283629563743
+1999,1,18,12,30,856.0,81.0,504.0,11.0,-2.0,6.2,47.38,733.4389512995226,26.302047931523777,24.10173107762521
+1999,1,18,13,30,786.0,87.0,444.0,10.0,-2.0,5.8000000000000025,50.92,647.3946547506525,23.859066378159365,21.91688241390741
+1999,1,18,14,30,149.0,164.0,219.0,8.0,-2.0,5.1000000000000005,56.35,251.1526270964212,13.62573218262149,12.872274301332228
+1999,1,18,15,30,279.0,91.0,159.0,6.0,-1.0,4.6000000000000005,71.3,215.7889640675342,10.993562597209111,10.346195705006508
+1999,1,18,16,30,239.0,30.0,50.0,4.0,-2.0,4.6000000000000005,78.7,91.79188922101895,6.1241519311329995,5.848776263469943
+1999,1,18,17,30,0.0,0.0,0.0,3.0,-2.0,4.5,81.07000000000002,0.0,3.0,3.0
+1999,1,18,18,30,0.0,0.0,0.0,2.0,-3.0,4.2,79.05,0.0,2.0,2.0
+1999,1,18,19,30,0.0,0.0,0.0,1.0,-3.0,3.9,77.37,0.0,1.0,1.0
+1999,1,18,20,30,0.0,0.0,0.0,1.0,-3.0,3.8,75.87,0.0,1.0,1.0
+1999,1,18,21,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,74.54,0.0,1.0,1.0
+1999,1,18,22,30,0.0,0.0,0.0,1.0,-4.0,2.9000000000000004,74.03,0.0,1.0,1.0
+1999,1,18,23,30,0.0,0.0,0.0,1.0,-4.0,2.4000000000000004,74.32000000000002,0.0,1.0,1.0
+1999,1,19,0,30,0.0,0.0,0.0,1.0,-3.0,1.7000000000000002,74.84,0.0,1.0,1.0
+1999,1,19,1,30,0.0,0.0,0.0,1.0,-3.0,1.2000000000000002,75.18,0.0,1.0,1.0
+1999,1,19,2,30,0.0,0.0,0.0,1.0,-3.0,1.1,76.32000000000002,0.0,1.0,1.0
+1999,1,19,3,30,0.0,0.0,0.0,1.0,-3.0,1.0,77.7,0.0,1.0,1.0
+1999,1,19,4,30,0.0,0.0,0.0,1.0,-3.0,0.9,77.92,0.0,1.0,1.0
+1999,1,19,5,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,76.78,0.0,0.0,0.0
+1999,1,19,6,30,0.0,0.0,0.0,0.0,-4.0,0.30000000000000004,79.58,0.0,0.0,0.0
+1999,1,19,7,30,188.0,11.0,15.0,1.0,-4.0,0.6000000000000001,78.79,45.379053118176365,2.3698776616735646,2.2337405023190353
+1999,1,19,8,30,691.0,40.0,170.0,3.0,-2.0,1.0,74.79,306.5033129921678,12.006273238489984,11.08676329951348
+1999,1,19,9,30,856.0,53.0,334.0,6.0,-2.0,1.3,67.1,529.8058557498069,21.25677922203299,19.66736165478357
+1999,1,19,10,30,934.0,59.0,461.0,7.0,-2.0,2.0,58.08,696.5810572682462,26.140322211680658,24.05057903987592
+1999,1,19,11,30,966.0,62.0,534.0,8.0,-3.0,2.8000000000000003,51.51,790.0790499709585,28.583189411754464,26.21295226184159
+1999,1,19,12,30,960.0,67.0,544.0,9.0,-3.0,2.9000000000000004,49.42,801.5986848709126,29.74522930318115,27.340433248568413
+1999,1,19,13,30,929.0,66.0,492.0,9.0,-3.0,2.4000000000000004,49.01,731.6949012695537,28.575840849215666,26.380756145407005
+1999,1,19,14,30,520.0,123.0,317.0,8.0,-2.0,1.5,56.86,438.7943266513425,20.467401034535946,19.151018054581918
+1999,1,19,15,30,342.0,92.0,176.0,5.0,-2.0,0.8,67.69,246.37993246090753,12.337853822761252,11.598714025378529
+1999,1,19,16,30,256.0,32.0,54.0,3.0,-3.0,1.0,72.67,98.88026835973372,5.905491317693308,5.608850512614106
+1999,1,19,17,30,0.0,0.0,0.0,2.0,-3.0,1.2000000000000002,75.64,0.0,2.0,2.0
+1999,1,19,18,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.77,0.0,1.0,1.0
+1999,1,19,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.02,0.0,1.0,1.0
+1999,1,19,20,30,0.0,0.0,0.0,1.0,-3.0,2.1,76.22,0.0,1.0,1.0
+1999,1,19,21,30,0.0,0.0,0.0,1.0,-3.0,2.2,75.95,0.0,1.0,1.0
+1999,1,19,22,30,0.0,0.0,0.0,1.0,-3.0,2.3000000000000003,80.92,0.0,1.0,1.0
+1999,1,19,23,30,0.0,0.0,0.0,0.0,-4.0,2.3000000000000003,79.47,0.0,0.0,0.0
+1999,1,20,0,30,0.0,0.0,0.0,0.0,-4.0,2.1,78.24,0.0,0.0,0.0
+1999,1,20,1,30,0.0,0.0,0.0,0.0,-4.0,1.9,83.67,0.0,0.0,0.0
+1999,1,20,2,30,0.0,0.0,0.0,0.0,-4.0,1.9,82.87,0.0,0.0,0.0
+1999,1,20,3,30,0.0,0.0,0.0,0.0,-4.0,1.8,81.52,0.0,0.0,0.0
+1999,1,20,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,79.63,0.0,0.0,0.0
+1999,1,20,5,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,77.46000000000002,0.0,0.0,0.0
+1999,1,20,6,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,74.81,0.0,0.0,0.0
+1999,1,20,7,30,0.0,17.0,17.0,1.0,-6.0,2.2,68.5,16.615540457510164,1.4504988170703115,1.400652195697781
+1999,1,20,8,30,301.0,66.0,123.0,3.0,-4.0,2.7,65.26,181.2638773822793,7.753754617893994,7.209962985747156
+1999,1,20,9,30,886.0,50.0,343.0,6.0,-4.0,2.4000000000000004,56.64,544.8356546254539,20.576589293461467,18.942082329585105
+1999,1,20,10,30,945.0,57.0,466.0,7.0,-5.0,1.9,46.04,703.8479005460995,26.469696231100492,24.358152529462195
+1999,1,20,11,30,967.0,61.0,535.0,8.0,-5.0,1.8,42.22,791.9626027084033,30.05414188134717,27.67825407322196
+1999,1,20,12,30,264.0,232.0,365.0,9.0,-5.0,2.2,40.78,429.8545262635638,20.654688939505792,19.3651253607151
+1999,1,20,13,30,34.0,188.0,204.0,8.0,-5.0,2.2,45.13,208.26177393053155,13.646622391645533,13.021837069853937
+1999,1,20,14,30,0.0,109.0,109.0,7.0,-3.0,1.5,59.93,106.53493587462401,10.026962039080512,9.70735723145664
+1999,1,20,15,30,5.0,89.0,91.0,5.0,-2.0,1.3,73.96000000000002,89.29470231271085,7.5714127997964935,7.303528692858361
+1999,1,20,16,30,0.0,21.0,21.0,3.0,-3.0,1.3,73.19,20.52507938868903,3.591059161293618,3.5294839231275508
+1999,1,20,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,75.64,0.0,2.0,2.0
+1999,1,20,18,30,0.0,0.0,0.0,1.0,-4.0,1.6,73.15,0.0,1.0,1.0
+1999,1,20,19,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.17,0.0,0.0,0.0
+1999,1,20,20,30,0.0,0.0,0.0,0.0,-5.0,2.2,75.56,0.0,0.0,0.0
+1999,1,20,21,30,0.0,0.0,0.0,0.0,-6.0,2.5,79.3,0.0,0.0,0.0
+1999,1,20,22,30,0.0,0.0,0.0,-1.0,-6.0,2.5,79.3,0.0,-1.0,-1.0
+1999,1,20,23,30,0.0,0.0,0.0,-1.0,-6.0,2.3000000000000003,79.06,0.0,-1.0,-1.0
+1999,1,21,0,30,0.0,0.0,0.0,-1.0,-6.0,1.8,83.12,0.0,-1.0,-1.0
+1999,1,21,1,30,0.0,0.0,0.0,-1.0,-6.0,1.5,74.29,0.0,-1.0,-1.0
+1999,1,21,2,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.27,0.0,0.0,0.0
+1999,1,21,3,30,0.0,0.0,0.0,0.0,-7.0,1.5,68.54,0.0,0.0,0.0
+1999,1,21,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.59,0.0,0.0,0.0
+1999,1,21,5,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,68.34,0.0,0.0,0.0
+1999,1,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.0,69.8,0.0,0.0,0.0
+1999,1,21,7,30,0.0,9.0,9.0,0.0,-6.0,1.0,66.28,8.796462595152441,0.25847467973739,0.23208529195193267
+1999,1,21,8,30,82.0,75.0,91.0,0.0,-5.0,1.3,68.21000000000001,105.19559185737138,3.029309515327287,2.713722739755173
+1999,1,21,9,30,0.0,6.0,6.0,1.0,-4.0,1.7000000000000002,71.95,5.864308396768293,1.1644030132716972,1.1468100880813923
+1999,1,21,10,30,195.0,201.0,286.0,2.0,-3.0,1.9,77.15,330.562727051664,11.14395834103728,10.152270159882288
+1999,1,21,11,30,151.0,236.0,311.0,2.0,-3.0,2.2,78.73,345.3646056751926,11.363905237539502,10.327811420513925
+1999,1,21,12,30,67.0,228.0,263.0,1.0,-3.0,3.1,78.06,274.5678882371043,8.012239653148136,7.188535988436822
+1999,1,21,13,30,14.0,167.0,173.0,1.0,-3.0,4.2,76.78,173.3511658101983,5.117842163455197,4.597788666024602
+1999,1,21,14,30,7.0,133.0,136.0,0.0,-3.0,4.7,80.57000000000002,134.32353646648713,3.0881602123433254,2.685189602943864
+1999,1,21,15,30,0.0,58.0,58.0,0.0,-4.0,4.6000000000000005,79.87,56.68831450209351,1.3118217060807988,1.1417567625745182
+1999,1,21,16,30,0.0,6.0,6.0,0.0,-4.0,4.6000000000000005,85.2,5.864308396768293,0.1357056937324964,0.11811276854219152
+1999,1,21,17,30,0.0,0.0,0.0,-1.0,-4.0,4.9,89.05,0.0,-1.0,-1.0
+1999,1,21,18,30,0.0,0.0,0.0,-1.0,-5.0,5.300000000000002,92.66,0.0,-1.0,-1.0
+1999,1,21,19,30,0.0,0.0,0.0,-2.0,-5.0,5.8000000000000025,90.04,0.0,-2.0,-2.0
+1999,1,21,20,30,0.0,0.0,0.0,-2.0,-5.0,6.4,94.16,0.0,-2.0,-2.0
+1999,1,21,21,30,0.0,0.0,0.0,-3.0,-6.0,6.6000000000000005,90.74,0.0,-3.0,-3.0
+1999,1,21,22,30,0.0,0.0,0.0,-3.0,-6.0,6.2,87.33,0.0,-3.0,-3.0
+1999,1,21,23,30,0.0,0.0,0.0,-3.0,-7.0,5.8000000000000025,90.72,0.0,-3.0,-3.0
+1999,1,22,0,30,0.0,0.0,0.0,-4.0,-7.0,5.2,86.51,0.0,-4.0,-4.0
+1999,1,22,1,30,0.0,0.0,0.0,-4.0,-8.0,4.5,87.37,0.0,-4.0,-4.0
+1999,1,22,2,30,0.0,0.0,0.0,-5.0,-9.0,3.8,80.52,0.0,-5.0,-5.0
+1999,1,22,3,30,0.0,0.0,0.0,-6.0,-11.0,3.3000000000000003,77.77,0.0,-6.0,-6.0
+1999,1,22,4,30,0.0,0.0,0.0,-6.0,-12.0,3.0,76.51,0.0,-6.0,-6.0
+1999,1,22,5,30,0.0,0.0,0.0,-7.0,-13.0,2.8000000000000003,69.59,0.0,-7.0,-7.0
+1999,1,22,6,30,0.0,0.0,0.0,-7.0,-14.0,2.8000000000000003,68.94,0.0,-7.0,-7.0
+1999,1,22,7,30,0.0,18.0,18.0,-5.0,-15.0,3.2,56.68,17.592925190304882,-4.553653908714185,-4.6064326842851
+1999,1,22,8,30,657.0,48.0,176.0,-2.0,-13.0,3.6,50.99,303.13912924358965,5.490451365976089,4.58103397824532
+1999,1,22,9,30,823.0,65.0,341.0,0.0,-11.0,4.2,50.24,526.6781461754082,12.510890634944468,10.930856196418244
+1999,1,22,10,30,915.0,70.0,471.0,0.0,-11.0,4.5,45.96,699.4740036118919,16.29255386049276,14.194131849657083
+1999,1,22,11,30,293.0,226.0,371.0,1.0,-10.0,4.5,44.6,444.1245329863651,11.344806007202877,10.01243240824378
+1999,1,22,12,30,977.0,66.0,562.0,1.0,-10.0,4.3,45.93,821.177004702632,20.379171774108237,17.91564076000034
+1999,1,22,13,30,959.0,64.0,514.0,1.0,-10.0,4.0,46.61,759.288494776537,19.27455513013254,16.99668964580293
+1999,1,22,14,30,908.0,59.0,407.0,0.0,-10.0,3.5,46.66,621.8199867855594,15.46655953484873,13.601099574492054
+1999,1,22,15,30,800.0,49.0,254.0,-1.0,-9.0,2.5,55.27,420.7992472132288,10.183419069949327,8.92102132830964
+1999,1,22,16,30,529.0,28.0,80.0,-3.0,-10.0,1.6,64.02,171.38675218379115,1.8370439939744596,1.3228837374230862
+1999,1,22,17,30,0.0,0.0,0.0,-4.0,-12.0,1.3,62.1,0.0,-4.0,-4.0
+1999,1,22,18,30,0.0,0.0,0.0,-5.0,-12.0,1.3,64.43,0.0,-5.0,-5.0
+1999,1,22,19,30,0.0,0.0,0.0,-5.0,-13.0,1.3,61.66,0.0,-5.0,-5.0
+1999,1,22,20,30,0.0,0.0,0.0,-5.0,-13.0,1.5,64.14,0.0,-5.0,-5.0
+1999,1,22,21,30,0.0,0.0,0.0,-6.0,-13.0,1.8,62.1,0.0,-6.0,-6.0
+1999,1,22,22,30,0.0,0.0,0.0,-6.0,-14.0,2.2,60.75,0.0,-6.0,-6.0
+1999,1,22,23,30,0.0,0.0,0.0,-6.0,-14.0,2.5,64.7,0.0,-6.0,-6.0
+1999,1,23,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,59.77,0.0,-6.0,-6.0
+1999,1,23,1,30,0.0,0.0,0.0,-5.0,-14.0,3.0,60.91,0.0,-5.0,-5.0
+1999,1,23,2,30,0.0,0.0,0.0,-5.0,-13.0,3.1,58.02,0.0,-5.0,-5.0
+1999,1,23,3,30,0.0,0.0,0.0,-4.0,-13.0,3.1,60.96,0.0,-4.0,-4.0
+1999,1,23,4,30,0.0,0.0,0.0,-4.0,-12.0,3.1,60.26,0.0,-4.0,-4.0
+1999,1,23,5,30,0.0,0.0,0.0,-3.0,-11.0,3.2,64.18,0.0,-3.0,-3.0
+1999,1,23,6,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,62.44000000000001,0.0,-2.0,-2.0
+1999,1,23,7,30,0.0,8.0,8.0,-1.0,-10.0,4.0,56.28,7.819077862357725,-0.8118104377381504,-0.8352676713252236
+1999,1,23,8,30,23.0,73.0,78.0,1.0,-9.0,4.6000000000000005,54.32,80.349390647234,2.8593615923704077,2.6183134204287057
+1999,1,23,9,30,4.0,117.0,118.0,3.0,-7.0,5.2,53.01,116.60882690925621,5.5950946672432105,5.245268186515442
+1999,1,23,10,30,420.0,172.0,358.0,6.0,-6.0,6.0,50.85,458.63001509767776,15.692409376519269,14.316519331226235
+1999,1,23,11,30,399.0,209.0,408.0,7.0,-5.0,6.6000000000000005,49.53,509.22216975320885,17.35527734199802,15.827610832738392
+1999,1,23,12,30,447.0,204.0,433.0,7.0,-5.0,6.9,46.4,546.7763032119344,17.908070893289857,16.267741983654055
+1999,1,23,13,30,594.0,143.0,424.0,7.0,-5.0,6.9,46.43,573.0193981238131,18.43161505216528,16.712556857793842
+1999,1,23,14,30,676.0,90.0,352.0,6.0,-5.0,6.2,50.68,509.96505248640847,16.639617193390993,15.109722035931767
+1999,1,23,15,30,621.0,60.0,222.0,4.0,-4.0,5.0,65.29,349.92243794498324,11.889246073844532,10.839478760009582
+1999,1,23,16,30,553.0,26.0,83.0,1.0,-5.0,4.1000000000000005,68.47,177.4787476160266,5.243619897092804,4.711183654244724
+1999,1,23,17,30,0.0,0.0,0.0,0.0,-6.0,4.1000000000000005,68.77,0.0,0.0,0.0
+1999,1,23,18,30,0.0,0.0,0.0,0.0,-6.0,4.3,67.01,0.0,0.0,0.0
+1999,1,23,19,30,0.0,0.0,0.0,0.0,-6.0,4.5,65.63,0.0,0.0,0.0
+1999,1,23,20,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.85,0.0,0.0,0.0
+1999,1,23,21,30,0.0,0.0,0.0,0.0,-6.0,4.6000000000000005,67.66,0.0,0.0,0.0
+1999,1,23,22,30,0.0,0.0,0.0,0.0,-5.0,4.4,69.61,0.0,0.0,0.0
+1999,1,23,23,30,0.0,0.0,0.0,1.0,-5.0,4.0,71.45,0.0,1.0,1.0
+1999,1,24,0,30,0.0,0.0,0.0,1.0,-5.0,3.6,72.97,0.0,1.0,1.0
+1999,1,24,1,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,74.04,0.0,1.0,1.0
+1999,1,24,2,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,74.57000000000002,0.0,0.0,0.0
+1999,1,24,3,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.73,0.0,0.0,0.0
+1999,1,24,4,30,0.0,0.0,0.0,0.0,-4.0,3.7,75.94,0.0,0.0,0.0
+1999,1,24,5,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.48,0.0,0.0,0.0
+1999,1,24,6,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.98,0.0,0.0,0.0
+1999,1,24,7,30,0.0,1.0,1.0,0.0,-5.0,2.8000000000000003,68.46000000000001,0.9773847327947156,0.025462888914735984,0.02253073471635184
+1999,1,24,8,30,0.0,12.0,12.0,1.0,-4.0,2.9000000000000004,73.19,11.728616793536586,1.3035344860006104,1.2683486356200007
+1999,1,24,9,30,0.0,36.0,36.0,2.0,-4.0,3.2,73.61,35.185850380609764,2.892692182571628,2.7871346314297987
+1999,1,24,10,30,0.0,41.0,41.0,4.0,-4.0,3.6,68.87,40.07277404458334,4.990182843863427,4.869964521729677
+1999,1,24,11,30,0.0,41.0,41.0,5.0,-4.0,4.3,63.83,40.07277404458334,5.945687917742197,5.825469595608447
+1999,1,24,12,30,0.0,92.0,92.0,6.0,-4.0,5.1000000000000005,59.38,89.91939541711383,8.014163429179328,7.744405242927987
+1999,1,24,13,30,0.0,72.0,72.0,6.0,-4.0,5.300000000000002,55.33,70.37170076121953,7.555976831921124,7.344861729637466
+1999,1,24,14,30,0.0,63.0,63.0,5.0,-4.0,4.7,59.28,61.57523816606709,6.415643196808289,6.230917482310088
+1999,1,24,15,30,0.0,35.0,35.0,3.0,-3.0,3.8,71.11,34.20846564781505,3.8342213800786653,3.7315959831352203
+1999,1,24,16,30,0.0,23.0,23.0,1.0,-4.0,3.4000000000000004,77.59,22.47984885427846,1.5628440365745204,1.495404490011685
+1999,1,24,17,30,0.0,0.0,0.0,0.0,-5.0,3.1,75.96000000000002,0.0,0.0,0.0
+1999,1,24,18,30,0.0,0.0,0.0,-1.0,-6.0,2.9000000000000004,78.43,0.0,-1.0,-1.0
+1999,1,24,19,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,81.33,0.0,-2.0,-2.0
+1999,1,24,20,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,79.21000000000002,0.0,-2.0,-2.0
+1999,1,24,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,78.02,0.0,-1.0,-1.0
+1999,1,24,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,77.53,0.0,-1.0,-1.0
+1999,1,24,23,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,77.03,0.0,-1.0,-1.0
+1999,1,25,0,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,76.35000000000002,0.0,-1.0,-1.0
+1999,1,25,1,30,0.0,0.0,0.0,-1.0,-7.0,2.5,76.10000000000002,0.0,-1.0,-1.0
+1999,1,25,2,30,0.0,0.0,0.0,-1.0,-7.0,2.7,71.46000000000002,0.0,-1.0,-1.0
+1999,1,25,3,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,73.49,0.0,-1.0,-1.0
+1999,1,25,4,30,0.0,0.0,0.0,-1.0,-6.0,2.7,75.53,0.0,-1.0,-1.0
+1999,1,25,5,30,0.0,0.0,0.0,0.0,-6.0,2.4000000000000004,76.79,0.0,0.0,0.0
+1999,1,25,6,30,0.0,0.0,0.0,0.0,-6.0,2.2,71.88,0.0,0.0,0.0
+1999,1,25,7,30,0.0,22.0,22.0,0.0,-6.0,2.1,67.53,21.502464121483747,0.5869017713121023,0.5223943789476511
+1999,1,25,8,30,677.0,46.0,182.0,2.0,-5.0,2.0,67.5,311.53354162597054,10.560170139927981,9.62556951505007
+1999,1,25,9,30,584.0,94.0,295.0,4.0,-4.0,1.6,68.86,423.48809493270187,15.952093846303958,14.681629561505853
+1999,1,25,10,30,301.0,195.0,330.0,5.0,-2.0,1.2000000000000002,66.87,400.0760739544171,16.598656981311354,15.398428759448104
+1999,1,25,11,30,178.0,243.0,333.0,6.0,-1.0,1.0,67.18,374.42705829773973,17.002140113897017,15.878858939003798
+1999,1,25,12,30,197.0,249.0,351.0,7.0,-1.0,0.8,68.53,397.54537409741357,18.83996526788809,17.647329145595847
+1999,1,25,13,30,153.0,228.0,302.0,6.0,-1.0,0.5,69.65,335.333046236366,16.191481246018956,15.18548210730986
+1999,1,25,14,30,93.0,175.0,211.0,5.0,0.0,0.4,78.55,229.64571508245186,12.026775470376222,11.337838325128867
+1999,1,25,15,30,0.0,73.0,73.0,3.0,0.0,0.5,88.57000000000002,71.34908549401425,5.168449769249111,4.954402512767069
+1999,1,25,16,30,0.0,10.0,10.0,2.0,-1.0,1.0,87.14,9.773847327947157,2.2871940885971,2.2578725466132585
+1999,1,25,17,30,0.0,0.0,0.0,1.0,-2.0,1.6,82.87,0.0,1.0,1.0
+1999,1,25,18,30,0.0,0.0,0.0,1.0,-2.0,2.0,81.45,0.0,1.0,1.0
+1999,1,25,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.12,0.0,2.0,2.0
+1999,1,25,20,30,0.0,0.0,0.0,2.0,-2.0,2.5,80.83,0.0,2.0,2.0
+1999,1,25,21,30,0.0,0.0,0.0,2.0,-3.0,2.8000000000000003,79.54,0.0,2.0,2.0
+1999,1,25,22,30,0.0,0.0,0.0,2.0,-3.0,3.0,77.97,0.0,2.0,2.0
+1999,1,25,23,30,0.0,0.0,0.0,2.0,-3.0,3.4000000000000004,76.47,0.0,2.0,2.0
+1999,1,26,0,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.59,0.0,2.0,2.0
+1999,1,26,1,30,0.0,0.0,0.0,2.0,-4.0,3.6,72.5,0.0,2.0,2.0
+1999,1,26,2,30,0.0,0.0,0.0,2.0,-4.0,3.5,70.41,0.0,2.0,2.0
+1999,1,26,3,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,68.84,0.0,2.0,2.0
+1999,1,26,4,30,0.0,0.0,0.0,1.0,-5.0,3.1,67.96000000000001,0.0,1.0,1.0
+1999,1,26,5,30,0.0,0.0,0.0,0.0,-5.0,3.1,65.25,0.0,0.0,0.0
+1999,1,26,6,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,65.78,0.0,0.0,0.0
+1999,1,26,7,30,0.0,23.0,23.0,1.0,-6.0,4.6000000000000005,60.54,22.47984885427846,1.520205159307903,1.4527656127450674
+1999,1,26,8,30,633.0,51.0,180.0,4.0,-4.0,5.9,59.97,299.9997491608676,10.380966758739993,9.48096751125739
+1999,1,26,9,30,791.0,70.0,344.0,5.0,-4.0,7.5,59.32,519.0293653187915,14.967415992741323,13.410327896784949
+1999,1,26,10,30,908.0,72.0,481.0,5.0,-4.0,9.6,56.57,704.3277534170365,16.862754348932405,14.749771088681294
+1999,1,26,11,30,162.0,246.0,330.0,4.0,-8.0,10.4,49.94,365.47757586210423,9.86099145303669,8.764558725450376
+1999,1,26,12,30,1013.0,61.0,589.0,4.0,-9.0,10.2,45.02,855.256867713923,17.883855207444647,15.318084604302879
+1999,1,26,13,30,997.0,59.0,542.0,3.0,-10.0,9.9,43.66,793.6082614216828,16.12205863296834,13.741233848703294
+1999,1,26,14,30,956.0,54.0,435.0,2.0,-10.0,9.4,45.94,658.1172800730253,13.222128417766873,11.247776577547798
+1999,1,26,15,30,866.0,45.0,280.0,1.0,-10.0,8.3,44.39,457.765963989507,9.358947982265944,7.985650090297423
+1999,1,26,16,30,628.0,28.0,99.0,0.0,-10.0,6.9,50.82,205.18595308630853,4.093416099828973,3.4778582405700473
+1999,1,26,17,30,0.0,0.0,0.0,-1.0,-10.0,6.1000000000000005,55.11,0.0,-1.0,-1.0
+1999,1,26,18,30,0.0,0.0,0.0,-1.0,-10.0,5.9,54.97,0.0,-1.0,-1.0
+1999,1,26,19,30,0.0,0.0,0.0,-1.0,-10.0,5.6000000000000005,58.99,0.0,-1.0,-1.0
+1999,1,26,20,30,0.0,0.0,0.0,-2.0,-10.0,5.4,59.33,0.0,-2.0,-2.0
+1999,1,26,21,30,0.0,0.0,0.0,-2.0,-10.0,5.0,59.83,0.0,-2.0,-2.0
+1999,1,26,22,30,0.0,0.0,0.0,-2.0,-10.0,4.6000000000000005,60.05,0.0,-2.0,-2.0
+1999,1,26,23,30,0.0,0.0,0.0,-2.0,-10.0,4.3,59.83,0.0,-2.0,-2.0
+1999,1,27,0,30,0.0,0.0,0.0,-2.0,-10.0,3.9,64.38,0.0,-2.0,-2.0
+1999,1,27,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,64.18,0.0,-2.0,-2.0
+1999,1,27,2,30,0.0,0.0,0.0,-2.0,-10.0,3.4000000000000004,63.56,0.0,-2.0,-2.0
+1999,1,27,3,30,0.0,0.0,0.0,-3.0,-11.0,3.3000000000000003,62.51,0.0,-3.0,-3.0
+1999,1,27,4,30,0.0,0.0,0.0,-3.0,-11.0,3.2,61.36,0.0,-3.0,-3.0
+1999,1,27,5,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,64.51,0.0,-3.0,-3.0
+1999,1,27,6,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,62.5,0.0,-3.0,-3.0
+1999,1,27,7,30,318.0,16.0,27.0,-2.0,-12.0,3.0,57.52,75.95310114396118,-0.047332145222706595,-0.2751914486545901
+1999,1,27,8,30,747.0,44.0,199.0,0.0,-11.0,3.1,47.58,339.3427019505269,8.66653550020766,7.64850739435608
+1999,1,27,9,30,890.0,58.0,369.0,0.0,-11.0,2.4000000000000004,42.74,565.4109980079517,15.127064152278823,13.430831158254968
+1999,1,27,10,30,614.0,130.0,409.0,1.0,-11.0,1.6,42.56,557.1630022492259,16.724797391599544,15.053308384851867
+1999,1,27,11,30,657.0,144.0,482.0,2.0,-11.0,1.1,42.5,649.533368884063,20.957797332659858,19.009197226007668
+1999,1,27,12,30,240.0,250.0,377.0,3.0,-11.0,0.8,42.04,433.5393087798891,15.911960980233406,14.611343053893739
+1999,1,27,13,30,214.0,229.0,334.0,2.0,-11.0,0.8,41.64,382.42895072206625,13.389757720774366,12.242470868608168
+1999,1,27,14,30,0.0,128.0,129.0,1.0,-11.0,0.9,41.89,125.11278422012536,4.701156170972076,4.3258178183117
+1999,1,27,15,30,358.0,99.0,198.0,0.0,-10.0,0.9,49.03,268.8699716802487,7.9538614784768376,7.147251563436091
+1999,1,27,16,30,0.0,29.0,29.0,-1.0,-9.0,1.1,62.8,28.344157251046756,-0.17272489071104585,-0.2577573624641861
+1999,1,27,17,30,0.0,0.0,0.0,-2.0,-9.0,1.4,65.49,0.0,-2.0,-2.0
+1999,1,27,18,30,0.0,0.0,0.0,-2.0,-9.0,1.5,72.46000000000002,0.0,-2.0,-2.0
+1999,1,27,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.52,0.0,-3.0,-3.0
+1999,1,27,20,30,0.0,0.0,0.0,-4.0,-9.0,1.3,77.83,0.0,-4.0,-4.0
+1999,1,27,21,30,0.0,0.0,0.0,-4.0,-9.0,1.4,82.85000000000002,0.0,-4.0,-4.0
+1999,1,27,22,30,0.0,0.0,0.0,-5.0,-9.0,1.3,80.99,0.0,-5.0,-5.0
+1999,1,27,23,30,0.0,0.0,0.0,-5.0,-10.0,1.0,78.13,0.0,-5.0,-5.0
+1999,1,28,0,30,0.0,0.0,0.0,-5.0,-10.0,0.6000000000000001,80.77,0.0,-5.0,-5.0
+1999,1,28,1,30,0.0,0.0,0.0,-6.0,-11.0,0.4,77.61,0.0,-6.0,-6.0
+1999,1,28,2,30,0.0,0.0,0.0,-7.0,-11.0,0.8,79.33,0.0,-7.0,-7.0
+1999,1,28,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,74.27,0.0,-7.0,-7.0
+1999,1,28,4,30,0.0,0.0,0.0,-7.0,-13.0,1.4,74.93,0.0,-7.0,-7.0
+1999,1,28,5,30,0.0,0.0,0.0,-8.0,-14.0,1.6,69.5,0.0,-8.0,-8.0
+1999,1,28,6,30,0.0,0.0,0.0,-7.0,-15.0,2.0,64.73,0.0,-7.0,-7.0
+1999,1,28,7,30,300.0,17.0,29.0,-6.0,-16.0,2.6,51.44,73.84670184668089,-4.050413795243567,-4.271953900783609
+1999,1,28,8,30,737.0,51.0,206.0,-3.0,-16.0,2.3000000000000003,41.36,343.39032648876264,6.248507166641314,5.2183361871750265
+1999,1,28,9,30,892.0,70.0,384.0,0.0,-13.0,1.6,40.32,580.0621834129274,16.37108040533,14.63089385509122
+1999,1,28,10,30,962.0,81.0,521.0,1.0,-12.0,1.5,38.71,755.3141974433873,22.460635278650233,20.19469268632007
+1999,1,28,11,30,993.0,86.0,601.0,2.0,-11.0,1.4,40.78,855.7003239013362,26.47659863240222,23.90949766069821
+1999,1,28,12,30,998.0,87.0,616.0,3.0,-11.0,1.0,38.5,874.6197460181696,28.69976923094346,26.075909992888953
+1999,1,28,13,30,979.0,83.0,565.0,4.0,-11.0,0.7000000000000001,38.25,809.6465811166236,28.276687371368784,25.84774762801891
+1999,1,28,14,30,931.0,74.0,453.0,3.0,-11.0,0.9,41.11,667.4619539994304,22.745231834883043,20.74284597288475
+1999,1,28,15,30,830.0,59.0,292.0,1.0,-10.0,1.1,50.1,459.1245114019143,14.400373028668172,13.022999494462429
+1999,1,28,16,30,587.0,34.0,105.0,-1.0,-9.0,1.0,61.16,202.62837378342147,4.95401884028251,4.346133718932245
+1999,1,28,17,30,0.0,0.0,0.0,-2.0,-11.0,0.9,57.77,0.0,-2.0,-2.0
+1999,1,28,18,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,62.82,0.0,-3.0,-3.0
+1999,1,28,19,30,0.0,0.0,0.0,-3.0,-11.0,1.0,67.43,0.0,-3.0,-3.0
+1999,1,28,20,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,65.73,0.0,-4.0,-4.0
+1999,1,28,21,30,0.0,0.0,0.0,-4.0,-11.0,1.0,69.34,0.0,-4.0,-4.0
+1999,1,28,22,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.06,0.0,-4.0,-4.0
+1999,1,28,23,30,0.0,0.0,0.0,-5.0,-12.0,1.0,64.94,0.0,-5.0,-5.0
+1999,1,29,0,30,0.0,0.0,0.0,-5.0,-12.0,1.1,62.91,0.0,-5.0,-5.0
+1999,1,29,1,30,0.0,0.0,0.0,-5.0,-13.0,1.1,64.58,0.0,-5.0,-5.0
+1999,1,29,2,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,60.94,0.0,-5.0,-5.0
+1999,1,29,3,30,0.0,0.0,0.0,-6.0,-15.0,1.2000000000000002,56.56,0.0,-6.0,-6.0
+1999,1,29,4,30,0.0,0.0,0.0,-6.0,-15.0,1.3,53.26,0.0,-6.0,-6.0
+1999,1,29,5,30,0.0,0.0,0.0,-6.0,-16.0,1.4,51.4,0.0,-6.0,-6.0
+1999,1,29,6,30,0.0,0.0,0.0,-6.0,-16.0,1.4,50.04,0.0,-6.0,-6.0
+1999,1,29,7,30,0.0,15.0,15.0,-4.0,-16.0,1.3,44.72,14.660770991920735,-3.577814884790273,-3.6217971977660355
+1999,1,29,8,30,73.0,84.0,99.0,-1.0,-15.0,1.5,34.11,111.29368336027981,2.162171657168629,1.8282906070877898
+1999,1,29,9,30,909.0,68.0,392.0,1.0,-14.0,1.9,33.09,589.7503539029553,17.313553302873718,15.544302241164852
+1999,1,29,10,30,967.0,81.0,527.0,3.0,-11.0,1.9,38.36,761.1783236037245,24.055558632432376,21.7720236616212
+1999,1,29,11,30,991.0,87.0,605.0,4.0,-11.0,1.3,36.12,857.8196400489765,28.70256739995613,26.1291084798092
+1999,1,29,12,30,994.0,88.0,619.0,5.0,-11.0,0.9,33.14,875.3414329673409,30.894838537319284,28.26881423841726
+1999,1,29,13,30,817.0,91.0,496.0,6.0,-11.0,1.1,33.660000000000004,699.3878158002462,26.41288885843111,24.31472541103037
+1999,1,29,14,30,732.0,85.0,385.0,5.0,-10.0,1.3,37.88,553.2196568423477,20.931024684103118,19.271365713576074
+1999,1,29,15,30,570.0,74.0,236.0,2.0,-7.0,1.3,52.64,349.69611757309923,12.07017269196502,11.021084339245723
+1999,1,29,16,30,232.0,46.0,75.0,0.0,-8.0,1.3,55.58,112.53786737332187,3.2407444689399827,2.903130866820017
+1999,1,29,17,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.41,0.0,0.0,0.0
+1999,1,29,18,30,0.0,0.0,0.0,0.0,-9.0,0.8,59.7,0.0,0.0,0.0
+1999,1,29,19,30,0.0,0.0,0.0,-1.0,-9.0,0.4,60.24,0.0,-1.0,-1.0
+1999,1,29,20,30,0.0,0.0,0.0,-1.0,-9.0,0.30000000000000004,61.13,0.0,-1.0,-1.0
+1999,1,29,21,30,0.0,0.0,0.0,-1.0,-9.0,0.5,61.64,0.0,-1.0,-1.0
+1999,1,29,22,30,0.0,0.0,0.0,-1.0,-9.0,0.8,61.2,0.0,-1.0,-1.0
+1999,1,29,23,30,0.0,0.0,0.0,-1.0,-9.0,1.0,59.66,0.0,-1.0,-1.0
+1999,1,30,0,30,0.0,0.0,0.0,-1.0,-10.0,1.0,57.56,0.0,-1.0,-1.0
+1999,1,30,1,30,0.0,0.0,0.0,-1.0,-10.0,1.0,55.53,0.0,-1.0,-1.0
+1999,1,30,2,30,0.0,0.0,0.0,-1.0,-11.0,1.1,53.05,0.0,-1.0,-1.0
+1999,1,30,3,30,0.0,0.0,0.0,-1.0,-11.0,1.1,54.57,0.0,-1.0,-1.0
+1999,1,30,4,30,0.0,0.0,0.0,-1.0,-12.0,1.2000000000000002,51.45,0.0,-1.0,-1.0
+1999,1,30,5,30,0.0,0.0,0.0,-1.0,-13.0,1.2000000000000002,44.92,0.0,-1.0,-1.0
+1999,1,30,6,30,0.0,0.0,0.0,-1.0,-13.0,1.1,43.44,0.0,-1.0,-1.0
+1999,1,30,7,30,302.0,18.0,31.0,0.0,-12.0,1.3,43.85,75.93051643271971,2.1865653481489944,1.9587737988508351
+1999,1,30,8,30,0.0,35.0,35.0,1.0,-10.0,1.4,43.73,34.20846564781505,1.9785048107431022,1.875879413799657
+1999,1,30,9,30,0.0,79.0,79.0,4.0,-8.0,1.3,48.23,77.21339389078254,6.223508273437896,5.991868091765548
+1999,1,30,10,30,0.0,122.0,122.0,5.0,-5.0,1.5,54.97,119.2409374009553,8.387975860255251,8.030253048052385
+1999,1,30,11,30,18.0,194.0,204.0,6.0,-3.0,2.0,58.3,203.7028816999992,11.59725067241444,10.986142027314441
+1999,1,30,12,30,5.0,159.0,162.0,7.0,-2.0,2.4000000000000004,62.4,159.3917845637848,11.264384242502246,10.786208888810892
+1999,1,30,13,30,88.0,231.0,276.0,6.0,-2.0,2.7,64.22,291.8042492218351,13.652742605378034,12.777329857712528
+1999,1,30,14,30,138.0,188.0,246.0,5.0,-2.0,2.6,69.64,272.80859707963407,12.202269892969039,11.383844101730137
+1999,1,30,15,30,0.0,91.0,91.0,3.0,-1.0,1.8,80.82000000000002,88.94201068431913,5.47680852118026,5.209982489127302
+1999,1,30,16,30,0.0,33.0,33.0,1.0,-2.0,1.1,89.44,32.25369618222562,1.9413820209150165,1.8446209323683398
+1999,1,30,17,30,0.0,0.0,0.0,0.0,-3.0,0.9,87.95,0.0,0.0,0.0
+1999,1,30,18,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,92.72,0.0,0.0,0.0
+1999,1,30,19,30,0.0,0.0,0.0,-1.0,-4.0,0.7000000000000001,91.16,0.0,-1.0,-1.0
+1999,1,30,20,30,0.0,0.0,0.0,-1.0,-4.0,0.9,96.75,0.0,-1.0,-1.0
+1999,1,30,21,30,0.0,0.0,0.0,-1.0,-4.0,1.0,95.19,0.0,-1.0,-1.0
+1999,1,30,22,30,0.0,0.0,0.0,-1.0,-4.0,1.0,93.39,0.0,-1.0,-1.0
+1999,1,30,23,30,0.0,0.0,0.0,-1.0,-5.0,1.0,91.74,0.0,-1.0,-1.0
+1999,1,31,0,30,0.0,0.0,0.0,-2.0,-5.0,1.0,89.65,0.0,-2.0,-2.0
+1999,1,31,1,30,0.0,0.0,0.0,-2.0,-5.0,1.0,86.92,0.0,-2.0,-2.0
+1999,1,31,2,30,0.0,0.0,0.0,-2.0,-6.0,1.1,90.32,0.0,-2.0,-2.0
+1999,1,31,3,30,0.0,0.0,0.0,-2.0,-6.0,1.3,86.93,0.0,-2.0,-2.0
+1999,1,31,4,30,0.0,0.0,0.0,-3.0,-7.0,1.5,83.26,0.0,-3.0,-3.0
+1999,1,31,5,30,0.0,0.0,0.0,-3.0,-8.0,1.6,79.28,0.0,-3.0,-3.0
+1999,1,31,6,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,75.92,0.0,-2.0,-2.0
+1999,1,31,7,30,0.0,35.0,35.0,-1.0,-8.0,2.3000000000000003,64.61,34.20846564781505,-0.07866583506109895,-0.1812912320045441
+1999,1,31,8,30,751.0,49.0,214.0,1.0,-8.0,2.7,53.67,350.95868866255927,10.204103492728025,9.151227426740348
+1999,1,31,9,30,772.0,63.0,343.0,4.0,-6.0,2.2,52.84,509.35747659992194,17.810260416203707,16.28218798640394
+1999,1,31,10,30,775.0,93.0,457.0,6.0,-5.0,1.8,48.27,641.4029163181119,23.861437991154517,21.937229242200182
+1999,1,31,11,30,909.0,78.0,560.0,8.0,-5.0,1.1,45.7,790.1510597781146,31.06197706084849,28.691523881514147
+1999,1,31,12,30,988.0,84.0,620.0,9.0,-5.0,0.5,41.97,872.5518367370591,35.518697694998465,32.901042184787286
+1999,1,31,13,30,970.0,80.0,569.0,9.0,-6.0,0.7000000000000001,41.38,808.9034414649499,33.25440484783602,30.827694523441174
+1999,1,31,14,30,814.0,69.0,410.0,8.0,-5.0,1.0,45.78,595.21731640601,25.489826571532873,23.70417462231484
+1999,1,31,15,30,670.0,65.0,261.0,5.0,-2.0,0.8,69.8,393.4853293078146,16.71904626737384,15.538590279450396
+1999,1,31,16,30,594.0,35.0,114.0,1.0,-4.0,0.6000000000000001,73.98,210.42530669112202,7.352202333008065,6.720926412934698
+1999,1,31,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.7,0.0,0.0,0.0
+1999,1,31,18,30,0.0,0.0,0.0,0.0,-5.0,1.4,76.65,0.0,0.0,0.0
+1999,1,31,19,30,0.0,0.0,0.0,0.0,-6.0,2.2,77.11,0.0,0.0,0.0
+1999,1,31,20,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,68.9,0.0,-1.0,-1.0
+1999,1,31,21,30,0.0,0.0,0.0,-1.0,-9.0,3.0,60.81,0.0,-1.0,-1.0
+1999,1,31,22,30,0.0,0.0,0.0,-1.0,-10.0,2.9000000000000004,54.92,0.0,-1.0,-1.0
+1999,1,31,23,30,0.0,0.0,0.0,-1.0,-11.0,2.7,55.28,0.0,-1.0,-1.0
+1999,2,1,0,30,0.0,0.0,0.0,-2.0,-12.0,2.7,53.34,0.0,-2.0,-2.0
+1999,2,1,1,30,0.0,0.0,0.0,-2.0,-12.0,2.8000000000000003,56.09,0.0,-2.0,-2.0
+1999,2,1,2,30,0.0,0.0,0.0,-2.0,-12.0,3.0,55.03,0.0,-2.0,-2.0
+1999,2,1,3,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,54.64,0.0,-2.0,-2.0
+1999,2,1,4,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.86,0.0,-2.0,-2.0
+1999,2,1,5,30,0.0,0.0,0.0,-2.0,-13.0,3.4000000000000004,52.9,0.0,-2.0,-2.0
+1999,2,1,6,30,0.0,0.0,0.0,-2.0,-13.0,3.7,48.46,0.0,-2.0,-2.0
+1999,2,1,7,30,0.0,30.0,30.0,-1.0,-12.0,4.3,43.33,29.32154198384147,-0.3080332309203433,-0.3959978568718677
+1999,2,1,8,30,528.0,58.0,176.0,1.0,-11.0,5.2,43.21,270.77189156550617,7.025947695947744,6.213632021251226
+1999,2,1,9,30,385.0,139.0,280.0,3.0,-9.0,5.9,46.64,360.04628344709033,10.658150957492342,9.578012107151071
+1999,2,1,10,30,68.0,211.0,243.0,4.0,-8.0,6.2,44.95,254.70636870743397,9.314047004893588,8.549927898771287
+1999,2,1,11,30,19.0,199.0,209.0,4.0,-8.0,6.3000000000000025,45.31,209.47506018497762,8.342407445809801,7.713982265254868
+1999,2,1,12,30,163.0,267.0,356.0,4.0,-8.0,6.3000000000000025,49.47,391.86252286349884,12.123290359786237,10.947702791195741
+1999,2,1,13,30,640.0,146.0,471.0,3.0,-7.0,5.9,51.44,626.7949891721282,16.331871115357092,14.451486147840706
+1999,2,1,14,30,756.0,83.0,403.0,2.0,-7.0,5.0,57.42,573.6078563811246,14.932390261846152,13.211566692702778
+1999,2,1,15,30,418.0,100.0,224.0,1.0,-7.0,3.6,57.78,304.8119561307173,8.531786275372289,7.617350406980138
+1999,2,1,16,30,474.0,47.0,112.0,0.0,-7.0,2.2,65.9,187.82066511872097,5.092400555595421,4.528938560239258
+1999,2,1,17,30,0.0,0.0,0.0,-1.0,-8.0,1.6,73.16,0.0,-1.0,-1.0
+1999,2,1,18,30,0.0,0.0,0.0,-2.0,-8.0,1.4,70.9,0.0,-2.0,-2.0
+1999,2,1,19,30,0.0,0.0,0.0,-2.0,-8.0,1.5,68.76,0.0,-2.0,-2.0
+1999,2,1,20,30,0.0,0.0,0.0,-2.0,-9.0,1.7000000000000002,66.1,0.0,-2.0,-2.0
+1999,2,1,21,30,0.0,0.0,0.0,-2.0,-10.0,2.0,67.23,0.0,-2.0,-2.0
+1999,2,1,22,30,0.0,0.0,0.0,-3.0,-10.0,2.5,62.91,0.0,-3.0,-3.0
+1999,2,1,23,30,0.0,0.0,0.0,-3.0,-11.0,2.8000000000000003,59.28,0.0,-3.0,-3.0
+1999,2,2,0,30,0.0,0.0,0.0,-3.0,-12.0,2.9000000000000004,61.09,0.0,-3.0,-3.0
+1999,2,2,1,30,0.0,0.0,0.0,-4.0,-12.0,3.0,58.47,0.0,-4.0,-4.0
+1999,2,2,2,30,0.0,0.0,0.0,-4.0,-13.0,3.0,60.0,0.0,-4.0,-4.0
+1999,2,2,3,30,0.0,0.0,0.0,-5.0,-13.0,3.2,57.55,0.0,-5.0,-5.0
+1999,2,2,4,30,0.0,0.0,0.0,-5.0,-14.0,3.2,55.52,0.0,-5.0,-5.0
+1999,2,2,5,30,0.0,0.0,0.0,-4.0,-14.0,3.1,53.77,0.0,-4.0,-4.0
+1999,2,2,6,30,0.0,0.0,0.0,-4.0,-14.0,3.0,49.07,0.0,-4.0,-4.0
+1999,2,2,7,30,109.0,20.0,26.0,-2.0,-14.0,3.5,47.77,41.07082166468123,-0.9784434049704959,-1.1016558699645396
+1999,2,2,8,30,536.0,58.0,179.0,0.0,-13.0,4.3,43.02,275.0732454362787,6.491525752966562,5.666306016657726
+1999,2,2,9,30,769.0,65.0,350.0,1.0,-14.0,4.7,35.21,513.1378968624174,12.797277515332624,11.257863824745371
+1999,2,2,10,30,845.0,78.0,481.0,3.0,-14.0,4.9,33.1,680.9131612793584,18.451855582739533,16.409116098901457
+1999,2,2,11,30,972.0,92.0,615.0,4.0,-13.0,4.800000000000002,32.35,858.9108538250701,23.618464189186408,21.041731627711197
+1999,2,2,12,30,980.0,91.0,630.0,5.0,-12.0,4.800000000000002,32.97,878.9443943659131,25.076052186744985,22.439219003647246
+1999,2,2,13,30,968.0,85.0,581.0,5.0,-11.0,4.9,35.53,818.2858464649377,23.569232383787803,21.11437484439299
+1999,2,2,14,30,927.0,74.0,471.0,4.0,-10.0,4.5,40.86,679.050033617368,19.816826915012875,17.779676814160773
+1999,2,2,15,30,448.0,98.0,233.0,2.0,-9.0,3.6,49.7,319.0259948357632,9.883009708321763,8.925931723814474
+1999,2,2,16,30,43.0,52.0,58.0,0.0,-9.0,3.4000000000000004,53.43,63.80901007260732,1.597631773767693,1.406204743549871
+1999,2,2,17,30,0.0,0.0,0.0,0.0,-10.0,4.2,53.52,0.0,0.0,0.0
+1999,2,2,18,30,0.0,0.0,0.0,0.0,-10.0,5.2,51.95,0.0,0.0,0.0
+1999,2,2,19,30,0.0,0.0,0.0,0.0,-10.0,6.2,50.38,0.0,0.0,0.0
+1999,2,2,20,30,0.0,0.0,0.0,0.0,-11.0,7.6,48.87000000000001,0.0,0.0,0.0
+1999,2,2,21,30,0.0,0.0,0.0,0.0,-11.0,9.1,47.62,0.0,0.0,0.0
+1999,2,2,22,30,0.0,0.0,0.0,0.0,-11.0,9.4,48.22,0.0,0.0,0.0
+1999,2,2,23,30,0.0,0.0,0.0,0.0,-11.0,9.0,50.11,0.0,0.0,0.0
+1999,2,3,0,30,0.0,0.0,0.0,0.0,-10.0,8.8,52.0,0.0,0.0,0.0
+1999,2,3,1,30,0.0,0.0,0.0,0.0,-10.0,8.700000000000001,53.18,0.0,0.0,0.0
+1999,2,3,2,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.34,0.0,0.0,0.0
+1999,2,3,3,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.15,0.0,0.0,0.0
+1999,2,3,4,30,0.0,0.0,0.0,0.0,-10.0,8.5,53.62000000000001,0.0,0.0,0.0
+1999,2,3,5,30,0.0,0.0,0.0,0.0,-10.0,7.8000000000000025,53.95,0.0,0.0,0.0
+1999,2,3,6,30,0.0,0.0,0.0,0.0,-10.0,7.4,53.63,0.0,0.0,0.0
+1999,2,3,7,30,387.0,20.0,42.0,0.0,-10.0,7.8000000000000025,48.66,96.57549995091898,1.8198142477919559,1.530087747939199
+1999,2,3,8,30,771.0,47.0,223.0,1.0,-10.0,8.6,43.57,361.64830615004087,7.481021926755634,6.396077008305512
+1999,2,3,9,30,911.0,59.0,400.0,2.0,-11.0,8.9,41.49,592.4946921157406,12.421280736159844,10.643796659812622
+1999,2,3,10,30,690.0,120.0,452.0,2.0,-11.0,8.6,40.45,612.9206745569559,12.98402028604396,11.145258262373092
+1999,2,3,11,30,555.0,185.0,486.0,3.0,-12.0,8.3,37.23,621.534134967449,14.349405399468832,12.484802994566486
+1999,2,3,12,30,537.0,196.0,494.0,4.0,-11.0,7.8000000000000025,37.34,626.113691495696,15.798133243944367,13.91979216945728
+1999,2,3,13,30,551.0,171.0,456.0,4.0,-11.0,7.0,37.53,587.3468754056538,15.643058937962074,13.881018311745112
+1999,2,3,14,30,543.0,139.0,373.0,3.0,-11.0,5.6000000000000005,41.34,492.90784076424904,13.68902166155412,12.210298139261374
+1999,2,3,15,30,869.0,50.0,315.0,1.0,-10.0,3.2,44.0,484.42015977912786,13.290113356283541,11.836852876946157
+1999,2,3,16,30,308.0,47.0,91.0,0.0,-9.0,1.1,56.52,139.75795360859888,4.079086752218904,3.659812891393108
+1999,2,3,17,30,0.0,0.0,0.0,-1.0,-10.0,0.4,61.07,0.0,-1.0,-1.0
+1999,2,3,18,30,0.0,0.0,0.0,-2.0,-10.0,0.7000000000000001,59.66,0.0,-2.0,-2.0
+1999,2,3,19,30,0.0,0.0,0.0,-2.0,-11.0,1.4,62.39,0.0,-2.0,-2.0
+1999,2,3,20,30,0.0,0.0,0.0,-3.0,-11.0,2.2,59.9,0.0,-3.0,-3.0
+1999,2,3,21,30,0.0,0.0,0.0,-3.0,-11.0,3.1,58.17,0.0,-3.0,-3.0
+1999,2,3,22,30,0.0,0.0,0.0,-2.0,-12.0,3.7,57.17,0.0,-2.0,-2.0
+1999,2,3,23,30,0.0,0.0,0.0,-2.0,-12.0,4.2,52.58,0.0,-2.0,-2.0
+1999,2,4,0,30,0.0,0.0,0.0,-2.0,-12.0,4.9,52.35,0.0,-2.0,-2.0
+1999,2,4,1,30,0.0,0.0,0.0,-2.0,-12.0,5.300000000000002,52.98,0.0,-2.0,-2.0
+1999,2,4,2,30,0.0,0.0,0.0,-2.0,-11.0,5.1000000000000005,56.16,0.0,-2.0,-2.0
+1999,2,4,3,30,0.0,0.0,0.0,-2.0,-10.0,4.7,60.98,0.0,-2.0,-2.0
+1999,2,4,4,30,0.0,0.0,0.0,-1.0,-9.0,4.4,64.98,0.0,-1.0,-1.0
+1999,2,4,5,30,0.0,0.0,0.0,-1.0,-8.0,4.1000000000000005,63.29,0.0,-1.0,-1.0
+1999,2,4,6,30,0.0,0.0,0.0,0.0,-8.0,4.2,61.18,0.0,0.0,0.0
+1999,2,4,7,30,0.0,19.0,19.0,1.0,-7.0,4.6000000000000005,59.27,18.570309923099597,1.429734696819572,1.3740237670502733
+1999,2,4,8,30,758.0,44.0,221.0,3.0,-7.0,4.6000000000000005,54.38,355.0150254582175,11.215386547852258,10.150341471477606
+1999,2,4,9,30,892.0,56.0,393.0,6.0,-6.0,4.0,48.01,580.6147699034079,19.974236005106036,18.232391695395812
+1999,2,4,10,30,959.0,61.0,526.0,10.0,-4.0,3.7,43.86,751.1307178885728,28.438308116179698,26.18491596251398
+1999,2,4,11,30,990.0,63.0,604.0,12.0,-4.0,3.7,36.34,850.6705312468539,32.881751986623655,30.329740392883096
+1999,2,4,12,30,997.0,62.0,620.0,13.0,-3.0,3.5,34.93,870.4807680577659,34.651511545493705,32.04006924132041
+1999,2,4,13,30,979.0,61.0,571.0,13.0,-3.0,3.0,35.81,809.3073066926098,33.80637049196633,31.378448571888494
+1999,2,4,14,30,940.0,55.0,465.0,12.0,-2.0,2.1,40.91,674.7414770205372,30.41681798903388,28.39259355797227
+1999,2,4,15,30,440.0,103.0,239.0,9.0,0.0,1.5,60.57,322.47626161475824,18.16247233265549,17.195043547811217
+1999,2,4,16,30,267.0,51.0,90.0,6.0,-2.0,1.6,64.24,131.87772364415014,9.721981675735899,9.326348504803448
+1999,2,4,17,30,0.0,0.0,0.0,4.0,-3.0,1.8,68.45,0.0,4.0,4.0
+1999,2,4,18,30,0.0,0.0,0.0,3.0,-3.0,2.1,71.89,0.0,3.0,3.0
+1999,2,4,19,30,0.0,0.0,0.0,2.0,-3.0,2.2,76.66,0.0,2.0,2.0
+1999,2,4,20,30,0.0,0.0,0.0,1.0,-3.0,2.0,74.55,0.0,1.0,1.0
+1999,2,4,21,30,0.0,0.0,0.0,1.0,-4.0,2.0,70.01,0.0,1.0,1.0
+1999,2,4,22,30,0.0,0.0,0.0,1.0,-5.0,2.0,70.79,0.0,1.0,1.0
+1999,2,4,23,30,0.0,0.0,0.0,1.0,-5.0,2.1,64.11,0.0,1.0,1.0
+1999,2,5,0,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.68,0.0,1.0,1.0
+1999,2,5,1,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,66.96000000000001,0.0,1.0,1.0
+1999,2,5,2,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,67.56,0.0,1.0,1.0
+1999,2,5,3,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,67.71000000000001,0.0,1.0,1.0
+1999,2,5,4,30,0.0,0.0,0.0,1.0,-5.0,2.5,72.93,0.0,1.0,1.0
+1999,2,5,5,30,0.0,0.0,0.0,0.0,-5.0,2.5,72.86,0.0,0.0,0.0
+1999,2,5,6,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.66,0.0,1.0,1.0
+1999,2,5,7,30,406.0,20.0,46.0,3.0,-4.0,3.9,65.88,101.74800165038863,5.465008497080736,5.15976449212957
+1999,2,5,8,30,759.0,45.0,225.0,6.0,-3.0,4.800000000000002,60.15,358.07228257689866,14.178762931671873,13.104546083941177
+1999,2,5,9,30,890.0,57.0,397.0,7.0,-3.0,5.2,55.47,582.673411985138,19.96722301617641,18.219202780220993
+1999,2,5,10,30,0.0,118.0,118.0,8.0,-3.0,5.1000000000000005,49.47,115.33139846977645,10.583383528730007,10.237389333320678
+1999,2,5,11,30,975.0,69.0,606.0,9.0,-4.0,4.3,48.17,847.5199347024364,29.000845496796547,26.458285692689238
+1999,2,5,12,30,500.0,212.0,493.0,9.0,-4.0,3.4000000000000004,44.78,614.9218750715784,24.39623831934208,22.551472694127344
+1999,2,5,13,30,0.0,90.0,90.0,9.0,-4.0,2.5,48.47,87.96462595152441,11.337801889766096,11.073908011911524
+1999,2,5,14,30,0.0,70.0,70.0,8.0,-3.0,1.7000000000000002,52.39,68.4169312956301,9.918035154836469,9.712784360949579
+1999,2,5,15,30,368.0,114.0,230.0,6.0,-3.0,0.8,61.35,297.9982898027149,14.875186660553696,13.981191791145552
+1999,2,5,16,30,0.0,51.0,51.0,3.0,-2.0,0.30000000000000004,75.65,49.8466213725305,4.535579805701286,4.386039941583695
+1999,2,5,17,30,0.0,0.0,0.0,1.0,-4.0,0.2,73.68,0.0,1.0,1.0
+1999,2,5,18,30,0.0,0.0,0.0,0.0,-4.0,0.1,77.9,0.0,0.0,0.0
+1999,2,5,19,30,0.0,0.0,0.0,0.0,-4.0,0.0,82.86,0.0,0.0,0.0
+1999,2,5,20,30,0.0,0.0,0.0,0.0,-4.0,0.2,81.2,0.0,0.0,0.0
+1999,2,5,21,30,0.0,0.0,0.0,-1.0,-5.0,0.5,84.85000000000002,0.0,-1.0,-1.0
+1999,2,5,22,30,0.0,0.0,0.0,-1.0,-5.0,0.8,82.19,0.0,-1.0,-1.0
+1999,2,5,23,30,0.0,0.0,0.0,-1.0,-6.0,0.9,79.78,0.0,-1.0,-1.0
+1999,2,6,0,30,0.0,0.0,0.0,-1.0,-6.0,1.1,83.46000000000002,0.0,-1.0,-1.0
+1999,2,6,1,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,81.01,0.0,-1.0,-1.0
+1999,2,6,2,30,0.0,0.0,0.0,-2.0,-7.0,1.4,78.5,0.0,-2.0,-2.0
+1999,2,6,3,30,0.0,0.0,0.0,-2.0,-7.0,1.5,75.98,0.0,-2.0,-2.0
+1999,2,6,4,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.24,0.0,-2.0,-2.0
+1999,2,6,5,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.28,0.0,-2.0,-2.0
+1999,2,6,6,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,69.11,0.0,-1.0,-1.0
+1999,2,6,7,30,198.0,23.0,36.0,0.0,-7.0,2.3000000000000003,62.5,62.92733997450249,1.6948175584407617,1.5060355385172541
+1999,2,6,8,30,36.0,92.0,101.0,3.0,-6.0,2.8000000000000003,57.9,104.90102681149882,5.732888189388113,5.418185108953617
+1999,2,6,9,30,307.0,159.0,278.0,5.0,-5.0,2.9000000000000004,52.84,337.9774535347383,13.74679550405263,12.732863143448414
+1999,2,6,10,30,362.0,210.0,389.0,6.0,-5.0,2.9000000000000004,48.39,468.3383209230841,18.120511226363632,16.715496263594382
+1999,2,6,11,30,394.0,239.0,458.0,7.0,-6.0,2.5,47.71,550.0313582863963,21.617970973254245,19.967876898395055
+1999,2,6,12,30,980.0,73.0,629.0,7.0,-6.0,2.3000000000000003,43.92,873.5654152324978,30.527675010298054,27.906978764600563
+1999,2,6,13,30,970.0,69.0,583.0,7.0,-6.0,2.2,43.31,816.3405469829046,29.133523232830104,26.68450159188139
+1999,2,6,14,30,930.0,64.0,477.0,7.0,-6.0,2.0,45.66,682.6144341544139,25.756554000043927,23.708710697580685
+1999,2,6,15,30,454.0,105.0,249.0,5.0,-6.0,1.3,53.08,334.09903531499776,14.621024691924578,13.618727585979585
+1999,2,6,16,30,123.0,59.0,78.0,2.0,-5.0,0.8,67.96000000000001,96.09494253157189,4.861964585996462,4.573679758401747
+1999,2,6,17,30,0.0,0.0,0.0,0.0,-6.0,0.7000000000000001,64.59,0.0,0.0,0.0
+1999,2,6,18,30,0.0,0.0,0.0,0.0,-6.0,0.8,64.08,0.0,0.0,0.0
+1999,2,6,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.7,0.0,0.0,0.0
+1999,2,6,20,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.46,0.0,0.0,0.0
+1999,2,6,21,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.1,0.0,0.0,0.0
+1999,2,6,22,30,0.0,0.0,0.0,0.0,-7.0,2.0,63.97,0.0,0.0,0.0
+1999,2,6,23,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.98,0.0,0.0,0.0
+1999,2,7,0,30,0.0,0.0,0.0,0.0,-7.0,3.1,63.66,0.0,0.0,0.0
+1999,2,7,1,30,0.0,0.0,0.0,0.0,-7.0,3.5,60.37000000000001,0.0,0.0,0.0
+1999,2,7,2,30,0.0,0.0,0.0,0.0,-7.0,3.5,61.67,0.0,0.0,0.0
+1999,2,7,3,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,62.77,0.0,0.0,0.0
+1999,2,7,4,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,64.04,0.0,0.0,0.0
+1999,2,7,5,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.93,0.0,0.0,0.0
+1999,2,7,6,30,0.0,0.0,0.0,0.0,-6.0,1.9,61.33,0.0,0.0,0.0
+1999,2,7,7,30,178.0,24.0,37.0,2.0,-6.0,2.2,59.43,60.1639591730777,3.6312314671345653,3.450739589615332
+1999,2,7,8,30,454.0,74.0,185.0,5.0,-5.0,2.6,55.15,262.28936192057347,11.924557344705581,11.137689258943862
+1999,2,7,9,30,610.0,105.0,343.0,8.0,-4.0,2.5,49.95,467.00479694588756,20.41140611945055,19.010391728612888
+1999,2,7,10,30,957.0,61.0,537.0,11.0,-4.0,2.3000000000000003,42.29,757.9031813700867,31.412552316760973,29.13884277265071
+1999,2,7,11,30,984.0,63.0,614.0,12.0,-3.0,2.5,40.24,854.8935212104191,34.72017493186278,32.15549436823152
+1999,2,7,12,30,988.0,64.0,630.0,13.0,-3.0,3.0,38.27,874.4541006442479,35.48122047801298,32.857858176080235
+1999,2,7,13,30,465.0,209.0,458.0,13.0,-3.0,3.6,36.77,564.754039530362,26.954855242199553,25.260593123608466
+1999,2,7,14,30,558.0,142.0,392.0,12.0,-2.0,3.6,40.23,512.5257827560146,24.66431509228839,23.126737744020346
+1999,2,7,15,30,497.0,101.0,260.0,10.0,-1.0,2.7,56.21,353.5264586143127,19.271444809939805,18.210865434096867
+1999,2,7,16,30,658.0,33.0,139.0,6.0,-1.0,1.9,69.71000000000001,239.5382396839409,12.626057645068466,11.907442926016643
+1999,2,7,17,30,0.0,0.0,0.0,4.0,-2.0,1.9,79.11,0.0,4.0,4.0
+1999,2,7,18,30,0.0,0.0,0.0,3.0,-2.0,2.1,83.25,0.0,3.0,3.0
+1999,2,7,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.3,0.0,2.0,2.0
+1999,2,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.7,79.36,0.0,2.0,2.0
+1999,2,7,21,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.97,0.0,2.0,2.0
+1999,2,7,22,30,0.0,0.0,0.0,2.0,-4.0,3.2,74.41,0.0,2.0,2.0
+1999,2,7,23,30,0.0,0.0,0.0,2.0,-4.0,3.5,72.4,0.0,2.0,2.0
+1999,2,8,0,30,0.0,0.0,0.0,2.0,-4.0,3.8,71.75,0.0,2.0,2.0
+1999,2,8,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,72.69,0.0,2.0,2.0
+1999,2,8,2,30,0.0,0.0,0.0,2.0,-4.0,4.3,74.38,0.0,2.0,2.0
+1999,2,8,3,30,0.0,0.0,0.0,1.0,-3.0,4.4,75.53,0.0,1.0,1.0
+1999,2,8,4,30,0.0,0.0,0.0,1.0,-3.0,4.3,75.7,0.0,1.0,1.0
+1999,2,8,5,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.43,0.0,1.0,1.0
+1999,2,8,6,30,0.0,0.0,0.0,2.0,-3.0,3.7,75.32000000000002,0.0,2.0,2.0
+1999,2,8,7,30,473.0,21.0,56.0,4.0,-3.0,3.7,67.04,118.99546885510945,6.921029678226067,6.564043271660739
+1999,2,8,8,30,793.0,43.0,239.0,7.0,-2.0,4.4,58.93,375.73086283727395,15.809140096352776,14.681947507840954
+1999,2,8,9,30,909.0,54.0,412.0,9.0,-2.0,5.0,51.49,598.2228253139197,22.487351950360082,20.692683474418324
+1999,2,8,10,30,964.0,60.0,544.0,11.0,-2.0,4.5,47.59,764.879656401101,28.81602023000225,26.521381260798947
+1999,2,8,11,30,988.0,63.0,620.0,12.0,-2.0,3.7,43.62,861.1873645619698,33.13991292779206,30.55635083410615
+1999,2,8,12,30,990.0,64.0,635.0,12.0,-2.0,3.0,40.23,879.2435697735358,34.60435228263123,31.966621573310626
+1999,2,8,13,30,970.0,63.0,586.0,12.0,-2.0,2.4000000000000004,39.99,816.6038576692949,33.847503825505825,31.39769225249794
+1999,2,8,14,30,506.0,158.0,387.0,11.0,-2.0,1.8,43.09,494.8752232511671,24.781014848201227,23.296389178447725
+1999,2,8,15,30,483.0,104.0,261.0,9.0,-1.0,1.6,53.37000000000001,350.6550419914024,18.89652842596889,17.844563299994682
+1999,2,8,16,30,336.0,56.0,112.0,6.0,-1.0,2.4000000000000004,68.86,161.44122183163506,10.319215098527453,9.834891433032547
+1999,2,8,17,30,0.0,0.0,0.0,3.0,-1.0,2.5,81.83,0.0,3.0,3.0
+1999,2,8,18,30,0.0,0.0,0.0,1.0,-1.0,1.5,88.61,0.0,1.0,1.0
+1999,2,8,19,30,0.0,0.0,0.0,0.0,-1.0,0.6000000000000001,93.88,0.0,0.0,0.0
+1999,2,8,20,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,96.65,0.0,0.0,0.0
+1999,2,8,21,30,0.0,0.0,0.0,-1.0,-3.0,1.1,98.62,0.0,-1.0,-1.0
+1999,2,8,22,30,0.0,0.0,0.0,-1.0,-4.0,1.6,100.0,0.0,-1.0,-1.0
+1999,2,8,23,30,0.0,0.0,0.0,-1.0,-4.0,2.1,96.01,0.0,-1.0,-1.0
+1999,2,9,0,30,0.0,0.0,0.0,-1.0,-5.0,2.5,91.33,0.0,-1.0,-1.0
+1999,2,9,1,30,0.0,0.0,0.0,-1.0,-5.0,2.7,87.36,0.0,-1.0,-1.0
+1999,2,9,2,30,0.0,0.0,0.0,-1.0,-6.0,3.0,78.54,0.0,-1.0,-1.0
+1999,2,9,3,30,0.0,0.0,0.0,-1.0,-6.0,3.3000000000000003,76.63,0.0,-1.0,-1.0
+1999,2,9,4,30,0.0,0.0,0.0,-1.0,-6.0,3.5,74.59,0.0,-1.0,-1.0
+1999,2,9,5,30,0.0,0.0,0.0,-1.0,-7.0,3.7,73.45,0.0,-1.0,-1.0
+1999,2,9,6,30,0.0,0.0,0.0,0.0,-7.0,4.3,68.34,0.0,0.0,0.0
+1999,2,9,7,30,430.0,24.0,57.0,2.0,-6.0,4.7,63.22,113.85870705891175,4.617664321664958,4.276088200488223
+1999,2,9,8,30,792.0,45.0,244.0,6.0,-4.0,4.800000000000002,56.75,379.2171160196936,14.661734075692682,13.524082727633601
+1999,2,9,9,30,928.0,52.0,422.0,10.0,-3.0,5.1000000000000005,47.58,610.2365804584122,23.669088830115196,21.83837908873996
+1999,2,9,10,30,985.0,58.0,556.0,12.0,-3.0,5.300000000000002,39.58,781.248758902152,29.274059823331385,26.93031354662493
+1999,2,9,11,30,1008.0,61.0,634.0,13.0,-3.0,5.2,35.89,878.5838041623664,32.55262054631841,29.91686913383131
+1999,2,9,12,30,1011.0,62.0,650.0,14.0,-4.0,5.2,32.43,897.845844976415,33.981291520220395,31.287753985291147
+1999,2,9,13,30,997.0,60.0,602.0,13.0,-3.0,5.0,35.0,837.8379090233163,31.88964158199983,29.37612785492988
+1999,2,9,14,30,958.0,56.0,495.0,12.0,-3.0,4.5,38.94,702.212047639608,28.356329968773572,26.24969382585475
+1999,2,9,15,30,870.0,50.0,337.0,10.0,-1.0,3.0,49.59,499.84885463909524,22.850545613022824,21.35099904910554
+1999,2,9,16,30,669.0,37.0,149.0,7.0,-1.0,1.9,65.13,250.29945888657412,13.923732282996625,13.172833906336901
+1999,2,9,17,30,0.0,0.0,0.0,5.0,-2.0,1.7000000000000002,67.21000000000001,0.0,5.0,5.0
+1999,2,9,18,30,0.0,0.0,0.0,4.0,-2.0,2.0,75.73,0.0,4.0,4.0
+1999,2,9,19,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,78.86,0.0,3.0,3.0
+1999,2,9,20,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.58,0.0,2.0,2.0
+1999,2,9,21,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.72,0.0,2.0,2.0
+1999,2,9,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.54,0.0,2.0,2.0
+1999,2,9,23,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.88,0.0,2.0,2.0
+1999,2,10,0,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.7,0.0,2.0,2.0
+1999,2,10,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,73.28,0.0,2.0,2.0
+1999,2,10,2,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.65,0.0,2.0,2.0
+1999,2,10,3,30,0.0,0.0,0.0,2.0,-4.0,3.9,73.39,0.0,2.0,2.0
+1999,2,10,4,30,0.0,0.0,0.0,2.0,-4.0,4.0,72.49,0.0,2.0,2.0
+1999,2,10,5,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,71.48,0.0,1.0,1.0
+1999,2,10,6,30,0.0,0.0,0.0,2.0,-4.0,4.5,70.56,0.0,2.0,2.0
+1999,2,10,7,30,510.0,22.0,64.0,5.0,-4.0,5.2,59.17,129.81845280406267,7.8890709520965565,7.499615593684369
+1999,2,10,8,30,817.0,42.0,251.0,8.0,-3.0,7.3000000000000025,51.52,388.9340341472722,15.564317854123939,14.397515751682121
+1999,2,10,9,30,929.0,53.0,427.0,11.0,-4.0,10.2,39.66,614.4272912776358,20.974336213637446,19.13105433980454
+1999,2,10,10,30,976.0,60.0,558.0,12.0,-4.0,11.7,34.63,779.5409337737804,23.55705703170692,21.218434230385576
+1999,2,10,11,30,982.0,69.0,632.0,13.0,-4.0,11.7,34.03,868.3873055238663,25.8742458294846,23.269083912913
+1999,2,10,12,30,962.0,78.0,642.0,13.0,-3.0,11.1,35.9,875.9913317511517,26.463781889882952,23.835807894629497
+1999,2,10,13,30,933.0,81.0,592.0,12.0,-3.0,9.6,37.71,811.2882846480885,25.664254433047347,23.230389579103083
+1999,2,10,14,30,521.0,158.0,399.0,11.0,-4.0,7.3000000000000025,38.16,508.1257447524076,20.882458992301117,19.358081758043895
+1999,2,10,15,30,465.0,111.0,266.0,8.0,-5.0,4.2,43.79,350.8301826837302,16.33373869576113,15.281248147709942
+1999,2,10,16,30,0.0,35.0,35.0,5.0,-5.0,1.6,58.53,34.20846564781505,5.9654646651300185,5.8628392681865735
+1999,2,10,17,30,0.0,0.0,0.0,2.0,-6.0,1.3,63.9,0.0,2.0,2.0
+1999,2,10,18,30,0.0,0.0,0.0,0.0,-6.0,3.9,64.39,0.0,0.0,0.0
+1999,2,10,19,30,0.0,0.0,0.0,-2.0,-7.0,7.5,78.3,0.0,-2.0,-2.0
+1999,2,10,20,30,0.0,0.0,0.0,-4.0,-8.0,8.5,80.03,0.0,-4.0,-4.0
+1999,2,10,21,30,0.0,0.0,0.0,-5.0,-10.0,7.9,73.88,0.0,-5.0,-5.0
+1999,2,10,22,30,0.0,0.0,0.0,-6.0,-12.0,7.7,71.62,0.0,-6.0,-6.0
+1999,2,10,23,30,0.0,0.0,0.0,-7.0,-13.0,7.5,70.99,0.0,-7.0,-7.0
+1999,2,11,0,30,0.0,0.0,0.0,-7.0,-13.0,7.1000000000000005,67.53,0.0,-7.0,-7.0
+1999,2,11,1,30,0.0,0.0,0.0,-7.0,-14.0,6.7,70.87,0.0,-7.0,-7.0
+1999,2,11,2,30,0.0,0.0,0.0,-7.0,-14.0,6.5,67.68,0.0,-7.0,-7.0
+1999,2,11,3,30,0.0,0.0,0.0,-7.0,-15.0,6.3000000000000025,62.37000000000001,0.0,-7.0,-7.0
+1999,2,11,4,30,0.0,0.0,0.0,-8.0,-17.0,6.2,54.8,0.0,-8.0,-8.0
+1999,2,11,5,30,0.0,0.0,0.0,-8.0,-19.0,6.1000000000000005,51.12000000000001,0.0,-8.0,-8.0
+1999,2,11,6,30,0.0,0.0,0.0,-9.0,-20.0,6.1000000000000005,44.22,0.0,-9.0,-9.0
+1999,2,11,7,30,0.0,5.0,5.0,-8.0,-21.0,6.6000000000000005,37.51,4.886923663973579,-7.900622060673153,-7.915282831665074
+1999,2,11,8,30,857.0,52.0,275.0,-7.0,-22.0,6.8000000000000025,33.06,417.95898370674814,1.391524896073889,0.13764794495364452
+1999,2,11,9,30,974.0,68.0,464.0,-6.0,-22.0,6.7,30.08,659.1264047111016,7.318275457962174,5.340896243828869
+1999,2,11,10,30,1025.0,79.0,607.0,-5.0,-22.0,6.6000000000000005,28.01,837.4484807721743,12.029916985416392,9.51757154309987
+1999,2,11,11,30,1044.0,88.0,691.0,-5.0,-22.0,6.7,28.52,940.8498541309629,14.01076551073974,11.188215948346851
+1999,2,11,12,30,1041.0,93.0,707.0,-5.0,-22.0,6.8000000000000025,28.96,959.6683650693711,14.267634603840513,11.388629508632398
+1999,2,11,13,30,1018.0,92.0,655.0,-5.0,-21.0,6.8000000000000025,29.95,891.9570716052817,12.908168658617672,10.232297443801828
+1999,2,11,14,30,976.0,83.0,539.0,-5.0,-21.0,6.5,31.4,746.6510302633262,10.280948835190461,8.040995744400483
+1999,2,11,15,30,896.0,68.0,371.0,-5.0,-20.0,5.8000000000000025,32.25,535.9184452275264,6.472645396723161,4.864890061040581
+1999,2,11,16,30,713.0,45.0,170.0,-7.0,-20.0,4.800000000000002,38.13,275.75321076862275,-0.7014947867695782,-1.5287544190754465
+1999,2,11,17,30,0.0,0.0,0.0,-8.0,-20.0,4.1000000000000005,42.6,0.0,-8.0,-8.0
+1999,2,11,18,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.18,0.0,-8.0,-8.0
+1999,2,11,19,30,0.0,0.0,0.0,-9.0,-20.0,3.9,47.35,0.0,-9.0,-9.0
+1999,2,11,20,30,0.0,0.0,0.0,-8.0,-20.0,3.8,47.46,0.0,-8.0,-8.0
+1999,2,11,21,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.31,0.0,-8.0,-8.0
+1999,2,11,22,30,0.0,0.0,0.0,-8.0,-20.0,4.2,43.48,0.0,-8.0,-8.0
+1999,2,11,23,30,0.0,0.0,0.0,-7.0,-20.0,4.4,43.64,0.0,-7.0,-7.0
+1999,2,12,0,30,0.0,0.0,0.0,-7.0,-20.0,4.4,40.27,0.0,-7.0,-7.0
+1999,2,12,1,30,0.0,0.0,0.0,-7.0,-19.0,4.2,40.82,0.0,-7.0,-7.0
+1999,2,12,2,30,0.0,0.0,0.0,-6.0,-19.0,4.2,42.3,0.0,-6.0,-6.0
+1999,2,12,3,30,0.0,0.0,0.0,-6.0,-19.0,4.4,40.16,0.0,-6.0,-6.0
+1999,2,12,4,30,0.0,0.0,0.0,-5.0,-18.0,4.4,40.88,0.0,-5.0,-5.0
+1999,2,12,5,30,0.0,0.0,0.0,-5.0,-18.0,4.3,38.36,0.0,-5.0,-5.0
+1999,2,12,6,30,0.0,0.0,0.0,-4.0,-18.0,4.5,36.35,0.0,-4.0,-4.0
+1999,2,12,7,30,379.0,29.0,63.0,-1.0,-16.0,4.800000000000002,35.89,110.53645809932264,1.524773712153745,1.193164337855777
+1999,2,12,8,30,609.0,61.0,222.0,1.0,-15.0,4.7,32.46,322.12453776255285,8.405792068212781,7.439418454925123
+1999,2,12,9,30,760.0,77.0,389.0,3.0,-13.0,4.800000000000002,33.47,539.9156776482499,15.332265147134564,13.712518114189814
+1999,2,12,10,30,747.0,117.0,505.0,5.0,-11.0,4.800000000000002,33.85,670.7120827894421,20.319798229187573,18.307661980819248
+1999,2,12,11,30,842.0,109.0,600.0,6.0,-10.0,4.7,34.46,798.6800857903728,24.362024468765735,21.965984211394616
+1999,2,12,12,30,781.0,135.0,600.0,7.0,-9.0,4.5,34.18,786.2572010457218,25.313958388860293,22.95518678572313
+1999,2,12,13,30,981.0,87.0,633.0,8.0,-8.0,4.0,36.07,861.0022907558786,28.722602723250066,26.13959585098243
+1999,2,12,14,30,744.0,100.0,451.0,7.0,-8.0,3.0,40.6,607.2939639689278,22.61283718481439,20.790955292907604
+1999,2,12,15,30,658.0,78.0,303.0,4.0,-6.0,1.6,53.91,422.8050887432116,15.93281737980567,14.664402113576035
+1999,2,12,16,30,514.0,45.0,138.0,1.0,-5.0,0.6000000000000001,65.98,212.33231087377743,7.409769916530236,6.772772983908904
+1999,2,12,17,30,0.0,0.0,0.0,0.0,-8.0,0.30000000000000004,63.17,0.0,0.0,0.0
+1999,2,12,18,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,59.62000000000001,0.0,0.0,0.0
+1999,2,12,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,61.83,0.0,-1.0,-1.0
+1999,2,12,20,30,0.0,0.0,0.0,-1.0,-9.0,2.2,64.36,0.0,-1.0,-1.0
+1999,2,12,21,30,0.0,0.0,0.0,-2.0,-10.0,2.6,62.11,0.0,-2.0,-2.0
+1999,2,12,22,30,0.0,0.0,0.0,-2.0,-10.0,2.8000000000000003,58.83,0.0,-2.0,-2.0
+1999,2,12,23,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.66,0.0,-2.0,-2.0
+1999,2,13,0,30,0.0,0.0,0.0,-1.0,-12.0,2.4000000000000004,51.17,0.0,-1.0,-1.0
+1999,2,13,1,30,0.0,0.0,0.0,-1.0,-12.0,2.1,49.61,0.0,-1.0,-1.0
+1999,2,13,2,30,0.0,0.0,0.0,-1.0,-13.0,2.0,48.67,0.0,-1.0,-1.0
+1999,2,13,3,30,0.0,0.0,0.0,-1.0,-13.0,2.0,47.71,0.0,-1.0,-1.0
+1999,2,13,4,30,0.0,0.0,0.0,-1.0,-13.0,2.1,46.0,0.0,-1.0,-1.0
+1999,2,13,5,30,0.0,0.0,0.0,-1.0,-14.0,2.3000000000000003,44.21,0.0,-1.0,-1.0
+1999,2,13,6,30,0.0,0.0,0.0,0.0,-14.0,2.5,39.64,0.0,0.0,0.0
+1999,2,13,7,30,587.0,26.0,81.0,2.0,-13.0,3.0,35.33,154.0904879014663,5.9614912086583765,5.499219744953978
+1999,2,13,8,30,877.0,50.0,286.0,5.0,-11.0,3.2,33.71,429.26598151065434,15.890809282519813,14.60301133798785
+1999,2,13,9,30,985.0,65.0,474.0,9.0,-9.0,2.5,29.31,668.6619953976906,26.770771597629928,24.764785611436857
+1999,2,13,10,30,1035.0,74.0,617.0,12.0,-9.0,1.8,24.66,846.4294896096894,35.57090599047082,33.03161752164175
+1999,2,13,11,30,1057.0,79.0,700.0,13.0,-10.0,1.7000000000000002,21.83,949.4993897527241,39.618750279403706,36.770252110145535
+1999,2,13,12,30,1059.0,81.0,716.0,14.0,-10.0,1.7000000000000002,20.27,969.7977843008483,41.187805827390996,38.27841247448845
+1999,2,13,13,30,1043.0,78.0,664.0,14.0,-9.0,1.5,20.5,904.531367290937,39.70032158436236,36.98672748248954
+1999,2,13,14,30,1005.0,71.0,549.0,13.0,-8.0,0.9,24.63,760.6904027242226,35.50316780808325,33.22109659991058
+1999,2,13,15,30,930.0,59.0,382.0,10.0,-2.0,0.6000000000000001,48.2,550.0474964188239,26.60452844270139,24.95438595344492
+1999,2,13,16,30,760.0,41.0,181.0,7.0,-5.0,0.7000000000000001,48.17,290.8344275380028,15.720467224642167,14.847963942028159
+1999,2,13,17,30,0.0,0.0,0.0,4.0,-9.0,1.1,44.77,0.0,4.0,4.0
+1999,2,13,18,30,0.0,0.0,0.0,2.0,-9.0,1.5,47.1,0.0,2.0,2.0
+1999,2,13,19,30,0.0,0.0,0.0,0.0,-9.0,1.8,50.98,0.0,0.0,0.0
+1999,2,13,20,30,0.0,0.0,0.0,0.0,-10.0,2.0,51.86,0.0,0.0,0.0
+1999,2,13,21,30,0.0,0.0,0.0,0.0,-11.0,2.0,46.98,0.0,0.0,0.0
+1999,2,13,22,30,0.0,0.0,0.0,0.0,-13.0,2.0,39.22,0.0,0.0,0.0
+1999,2,13,23,30,0.0,0.0,0.0,0.0,-14.0,2.0,35.73000000000001,0.0,0.0,0.0
+1999,2,14,0,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.62,0.0,0.0,0.0
+1999,2,14,1,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.160000000000004,0.0,0.0,0.0
+1999,2,14,2,30,0.0,0.0,0.0,0.0,-14.0,2.1,34.31,0.0,0.0,0.0
+1999,2,14,3,30,0.0,0.0,0.0,0.0,-14.0,2.1,38.64,0.0,0.0,0.0
+1999,2,14,4,30,0.0,0.0,0.0,0.0,-13.0,2.1,40.0,0.0,0.0,0.0
+1999,2,14,5,30,0.0,0.0,0.0,0.0,-13.0,2.1,39.98,0.0,0.0,0.0
+1999,2,14,6,30,0.0,0.0,0.0,0.0,-14.0,2.2,36.56,0.0,0.0,0.0
+1999,2,14,7,30,594.0,27.0,84.0,4.0,-11.0,2.8000000000000003,34.88,158.0291761469304,8.116986098207947,7.642898569767157
+1999,2,14,8,30,860.0,52.0,286.0,9.0,-9.0,3.6,32.32,426.2105830867725,19.531499685447788,18.25286793618747
+1999,2,14,9,30,857.0,60.0,420.0,12.0,-8.0,3.9,28.01,587.7097001816911,26.238209903546608,24.475080803001536
+1999,2,14,10,30,778.0,112.0,523.0,14.0,-9.0,3.8,23.32,693.8063057603212,30.91943917793413,28.838020260653167
+1999,2,14,11,30,292.0,281.0,455.0,14.0,-9.0,4.1000000000000005,20.49,516.5713298567911,26.351520410717708,24.801806421147333
+1999,2,14,12,30,901.0,101.0,646.0,13.0,-9.0,4.7,22.85,859.3805484331153,32.757556171811075,30.17941452651173
+1999,2,14,13,30,873.0,96.0,590.0,12.0,-8.0,4.9,26.66,789.8513265925928,29.92397228365038,27.554418303872602
+1999,2,14,14,30,173.0,225.0,309.0,10.0,-6.0,4.5,34.9,339.42933198629794,17.906184711170894,16.887896715212
+1999,2,14,15,30,248.0,147.0,234.0,8.0,-5.0,3.6,42.68,275.6476088566754,14.811146464135291,13.984203637565265
+1999,2,14,16,30,667.0,35.0,161.0,5.0,-5.0,2.8000000000000003,54.46,255.8877135330413,11.66640290738624,10.898739766787116
+1999,2,14,17,30,0.0,0.0,0.0,3.0,-5.0,2.4000000000000004,65.4,0.0,3.0,3.0
+1999,2,14,18,30,0.0,0.0,0.0,1.0,-6.0,2.5,61.7,0.0,1.0,1.0
+1999,2,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,61.89,0.0,0.0,0.0
+1999,2,14,20,30,0.0,0.0,0.0,0.0,-8.0,3.7,57.0,0.0,0.0,0.0
+1999,2,14,21,30,0.0,0.0,0.0,0.0,-9.0,3.8,51.81,0.0,0.0,0.0
+1999,2,14,22,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.29,0.0,0.0,0.0
+1999,2,14,23,30,0.0,0.0,0.0,0.0,-11.0,3.1,50.01,0.0,0.0,0.0
+1999,2,15,0,30,0.0,0.0,0.0,0.0,-11.0,2.7,48.76,0.0,0.0,0.0
+1999,2,15,1,30,0.0,0.0,0.0,-1.0,-11.0,2.4000000000000004,51.46,0.0,-1.0,-1.0
+1999,2,15,2,30,0.0,0.0,0.0,-1.0,-11.0,2.1,50.73,0.0,-1.0,-1.0
+1999,2,15,3,30,0.0,0.0,0.0,-1.0,-11.0,1.9,54.01,0.0,-1.0,-1.0
+1999,2,15,4,30,0.0,0.0,0.0,-1.0,-11.0,1.8,53.89,0.0,-1.0,-1.0
+1999,2,15,5,30,0.0,0.0,0.0,-1.0,-11.0,1.5,50.66,0.0,-1.0,-1.0
+1999,2,15,6,30,0.0,0.0,0.0,0.0,-11.0,0.9,48.58,0.0,0.0,0.0
+1999,2,15,7,30,240.0,42.0,66.0,1.0,-8.0,0.9,51.68,94.83348511614196,3.8054170550217625,3.520916599673337
+1999,2,15,8,30,591.0,95.0,259.0,2.0,-7.0,2.3000000000000003,55.83,352.4870633785977,11.493508932354837,10.436047742219044
+1999,2,15,9,30,550.0,132.0,366.0,2.0,-7.0,3.7,58.01,470.230462974333,13.542936476232327,12.132245087309329
+1999,2,15,10,30,266.0,249.0,392.0,2.0,-6.0,4.1000000000000005,63.67,444.0130490197711,12.61660978961627,11.284570642556956
+1999,2,15,11,30,82.0,284.0,333.0,1.0,-5.0,4.0,68.15,345.7803343038171,9.322240921101377,8.284899918189925
+1999,2,15,12,30,20.0,225.0,238.0,1.0,-4.0,3.3000000000000003,69.32000000000001,236.8671745147292,6.969909943141941,6.259308419597753
+1999,2,15,13,30,495.0,216.0,498.0,1.0,-5.0,2.6,68.82000000000001,607.3096988030388,17.03324970774447,15.211320611335353
+1999,2,15,14,30,670.0,126.0,450.0,1.0,-5.0,1.8,67.65,587.9570691735175,17.373107239342907,15.609236031822356
+1999,2,15,15,30,422.0,126.0,276.0,0.0,-5.0,1.1,65.73,348.8486552571662,10.1817742135381,9.135228247766602
+1999,2,15,16,30,458.0,74.0,163.0,0.0,-5.0,0.6000000000000001,75.10000000000002,225.63385553313034,6.811309561862817,6.134407995263426
+1999,2,15,17,30,0.0,0.0,0.0,-1.0,-6.0,0.4,76.36,0.0,-1.0,-1.0
+1999,2,15,18,30,0.0,0.0,0.0,-2.0,-6.0,0.30000000000000004,80.33,0.0,-2.0,-2.0
+1999,2,15,19,30,0.0,0.0,0.0,-3.0,-7.0,0.5,84.60000000000002,0.0,-3.0,-3.0
+1999,2,15,20,30,0.0,0.0,0.0,-3.0,-7.0,0.6000000000000001,82.03,0.0,-3.0,-3.0
+1999,2,15,21,30,0.0,0.0,0.0,-3.0,-8.0,0.6000000000000001,85.4,0.0,-3.0,-3.0
+1999,2,15,22,30,0.0,0.0,0.0,-4.0,-8.0,0.6000000000000001,82.05,0.0,-4.0,-4.0
+1999,2,15,23,30,0.0,0.0,0.0,-4.0,-9.0,0.7000000000000001,84.86,0.0,-4.0,-4.0
+1999,2,16,0,30,0.0,0.0,0.0,-5.0,-9.0,1.0,80.72,0.0,-5.0,-5.0
+1999,2,16,1,30,0.0,0.0,0.0,-5.0,-10.0,1.5,76.46000000000002,0.0,-5.0,-5.0
+1999,2,16,2,30,0.0,0.0,0.0,-5.0,-11.0,2.1,77.35000000000002,0.0,-5.0,-5.0
+1999,2,16,3,30,0.0,0.0,0.0,-5.0,-12.0,2.5,72.31,0.0,-5.0,-5.0
+1999,2,16,4,30,0.0,0.0,0.0,-5.0,-12.0,2.8000000000000003,62.3,0.0,-5.0,-5.0
+1999,2,16,5,30,0.0,0.0,0.0,-5.0,-13.0,2.9000000000000004,58.84,0.0,-5.0,-5.0
+1999,2,16,6,30,0.0,0.0,0.0,-4.0,-13.0,3.3000000000000003,53.34,0.0,-4.0,-4.0
+1999,2,16,7,30,549.0,28.0,86.0,-1.0,-13.0,3.7,45.23,151.80042206954664,2.7263060711353266,2.270904804926687
+1999,2,16,8,30,818.0,50.0,280.0,1.0,-12.0,3.7,37.55,410.56716457790174,11.07835747172387,9.846655977990164
+1999,2,16,9,30,633.0,113.0,385.0,4.0,-13.0,3.7,30.92,505.09915629369266,16.398872328301028,14.88357485941995
+1999,2,16,10,30,0.0,43.0,43.0,5.0,-13.0,3.7,28.11,42.02754351017277,6.031667029654977,5.905584399124458
+1999,2,16,11,30,0.0,114.0,114.0,6.0,-13.0,3.7,28.81,111.42185953859757,8.735117241410867,8.400851662795075
+1999,2,16,12,30,31.0,252.0,272.0,6.0,-12.0,3.7,30.65,272.6800146624001,12.693586093247191,11.875546049259992
+1999,2,16,13,30,9.0,178.0,183.0,5.0,-11.0,3.6,33.51,181.20473009601596,9.477499230983009,8.93388504069496
+1999,2,16,14,30,0.0,48.0,48.0,4.0,-9.0,2.9000000000000004,40.96,46.914467174146345,5.214137944002442,5.073394542480003
+1999,2,16,15,30,7.0,125.0,128.0,3.0,-7.0,1.8,55.41,125.93910712183634,6.5070834498706915,6.129266128505183
+1999,2,16,16,30,665.0,44.0,175.0,1.0,-7.0,1.2000000000000002,58.35,267.15053072216347,8.744995439479078,7.943543847312587
+1999,2,16,17,30,0.0,0.0,0.0,0.0,-7.0,0.9,60.6,0.0,0.0,0.0
+1999,2,16,18,30,0.0,0.0,0.0,0.0,-8.0,0.9,61.73,0.0,0.0,0.0
+1999,2,16,19,30,0.0,0.0,0.0,0.0,-9.0,1.1,58.11,0.0,0.0,0.0
+1999,2,16,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,59.14,0.0,0.0,0.0
+1999,2,16,21,30,0.0,0.0,0.0,-1.0,-10.0,1.7000000000000002,56.69,0.0,-1.0,-1.0
+1999,2,16,22,30,0.0,0.0,0.0,-1.0,-10.0,1.8,58.49,0.0,-1.0,-1.0
+1999,2,16,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,56.42,0.0,-2.0,-2.0
+1999,2,17,0,30,0.0,0.0,0.0,-2.0,-11.0,1.9,54.8,0.0,-2.0,-2.0
+1999,2,17,1,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,58.47,0.0,-2.0,-2.0
+1999,2,17,2,30,0.0,0.0,0.0,-3.0,-11.0,1.5,58.13,0.0,-3.0,-3.0
+1999,2,17,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,57.99,0.0,-3.0,-3.0
+1999,2,17,4,30,0.0,0.0,0.0,-3.0,-11.0,1.6,58.15,0.0,-3.0,-3.0
+1999,2,17,5,30,0.0,0.0,0.0,-3.0,-11.0,1.8,59.21,0.0,-3.0,-3.0
+1999,2,17,6,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,55.24,0.0,-2.0,-2.0
+1999,2,17,7,30,318.0,38.0,73.0,0.0,-11.0,3.2,45.89,110.04739012260914,2.7919872281671685,2.461845057799341
+1999,2,17,8,30,580.0,73.0,239.0,2.0,-10.0,3.4000000000000004,45.28,329.501993482485,10.249976824721221,9.261470844273767
+1999,2,17,9,30,449.0,160.0,355.0,4.0,-9.0,3.2,43.85,437.7166210647574,15.105208530685651,13.792058667491379
+1999,2,17,10,30,173.0,264.0,358.0,6.0,-7.0,3.3000000000000003,45.56,389.6347429511592,15.820205483951664,14.651301255098186
+1999,2,17,11,30,96.0,295.0,353.0,7.0,-6.0,3.8,42.9,368.8015747172228,15.993743297441275,14.887338573289608
+1999,2,17,12,30,25.0,242.0,258.0,8.0,-5.0,4.6000000000000005,42.09,257.87930484025037,13.967573257553362,13.19393534303261
+1999,2,17,13,30,617.0,187.0,546.0,8.0,-5.0,5.5,43.94,680.454270810483,22.851804823062114,20.810442010630666
+1999,2,17,14,30,524.0,172.0,431.0,7.0,-4.0,6.0,48.63,534.6778768506357,18.299558895858137,16.69552526530623
+1999,2,17,15,30,461.0,124.0,292.0,5.0,-4.0,5.300000000000002,56.71,370.18652211809655,13.185131887882957,12.074572321528667
+1999,2,17,16,30,0.0,4.0,4.0,3.0,-4.0,4.1000000000000005,67.27,3.9095389311788624,3.0934793456662377,3.0817507288727013
+1999,2,17,17,30,0.0,0.0,0.0,1.0,-5.0,3.6,68.15,0.0,1.0,1.0
+1999,2,17,18,30,0.0,0.0,0.0,0.0,-6.0,3.3000000000000003,66.55,0.0,0.0,0.0
+1999,2,17,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,65.51,0.0,0.0,0.0
+1999,2,17,20,30,0.0,0.0,0.0,0.0,-8.0,4.2,64.24,0.0,0.0,0.0
+1999,2,17,21,30,0.0,0.0,0.0,0.0,-10.0,5.9,56.09,0.0,0.0,0.0
+1999,2,17,22,30,0.0,0.0,0.0,-1.0,-11.0,6.7,50.93,0.0,-1.0,-1.0
+1999,2,17,23,30,0.0,0.0,0.0,-1.0,-12.0,6.9,52.82,0.0,-1.0,-1.0
+1999,2,18,0,30,0.0,0.0,0.0,-2.0,-12.0,6.6000000000000005,51.67,0.0,-2.0,-2.0
+1999,2,18,1,30,0.0,0.0,0.0,-2.0,-12.0,6.1000000000000005,54.78,0.0,-2.0,-2.0
+1999,2,18,2,30,0.0,0.0,0.0,-3.0,-12.0,5.5,54.28,0.0,-3.0,-3.0
+1999,2,18,3,30,0.0,0.0,0.0,-3.0,-12.0,4.7,54.27,0.0,-3.0,-3.0
+1999,2,18,4,30,0.0,0.0,0.0,-4.0,-12.0,3.9,58.83,0.0,-4.0,-4.0
+1999,2,18,5,30,0.0,0.0,0.0,-4.0,-12.0,3.3000000000000003,58.95,0.0,-4.0,-4.0
+1999,2,18,6,30,0.0,0.0,0.0,-3.0,-12.0,3.5,58.78,0.0,-3.0,-3.0
+1999,2,18,7,30,111.0,43.0,55.0,-2.0,-12.0,4.7,50.9,67.7674732029516,-0.4419944565068022,-0.645296876115657
+1999,2,18,8,30,817.0,54.0,292.0,0.0,-13.0,5.5,42.07,418.84154594166904,9.141764787082646,7.88524014925764
+1999,2,18,9,30,929.0,66.0,473.0,0.0,-13.0,5.5,37.09,649.5214216315736,14.176654914635233,12.228090649740512
+1999,2,18,10,30,985.0,71.0,611.0,1.0,-14.0,5.1000000000000005,33.55,821.9162342663653,19.410640031872653,16.944891329073556
+1999,2,18,11,30,1011.0,74.0,691.0,2.0,-14.0,4.7,33.35,923.1355323528531,23.223312731374595,20.453906134316036
+1999,2,18,12,30,1013.0,74.0,706.0,3.0,-14.0,4.4,31.3,940.6191904688819,25.053142410467725,22.23128483906108
+1999,2,18,13,30,457.0,235.0,503.0,4.0,-13.0,4.1000000000000005,32.04,599.7157141552261,18.339550911720114,16.540403769254436
+1999,2,18,14,30,198.0,235.0,333.0,3.0,-13.0,3.6,33.51,368.75891728796546,12.111891106264748,11.005614354400851
+1999,2,18,15,30,254.0,155.0,249.0,2.0,-12.0,2.2,38.55,289.3438545639477,9.845008986674607,8.976977422982763
+1999,2,18,16,30,0.0,32.0,32.0,0.0,-10.0,0.8,50.34,31.2763114494309,0.9314922657813958,0.8376633314331031
+1999,2,18,17,30,0.0,2.0,2.0,-1.0,-10.0,0.4,57.13,1.9547694655894312,-0.9401873179906162,-0.9460516263873845
+1999,2,18,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,56.99,0.0,-1.0,-1.0
+1999,2,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,59.63,0.0,0.0,0.0
+1999,2,18,20,30,0.0,0.0,0.0,0.0,-9.0,2.1,59.24,0.0,0.0,0.0
+1999,2,18,21,30,0.0,0.0,0.0,0.0,-9.0,2.7,59.5,0.0,0.0,0.0
+1999,2,18,22,30,0.0,0.0,0.0,-1.0,-9.0,3.1,60.15,0.0,-1.0,-1.0
+1999,2,18,23,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.45,0.0,-1.0,-1.0
+1999,2,19,0,30,0.0,0.0,0.0,-1.0,-9.0,3.8,62.5,0.0,-1.0,-1.0
+1999,2,19,1,30,0.0,0.0,0.0,-1.0,-8.0,3.9,64.39,0.0,-1.0,-1.0
+1999,2,19,2,30,0.0,0.0,0.0,0.0,-8.0,3.8,67.31,0.0,0.0,0.0
+1999,2,19,3,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.6,0.0,0.0,0.0
+1999,2,19,4,30,0.0,0.0,0.0,0.0,-6.0,3.5,68.83,0.0,0.0,0.0
+1999,2,19,5,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,70.24,0.0,0.0,0.0
+1999,2,19,6,30,0.0,0.0,0.0,0.0,-6.0,3.6,66.22,0.0,0.0,0.0
+1999,2,19,7,30,0.0,5.0,5.0,3.0,-5.0,4.2,62.23,4.886923663973579,3.116085635877007,3.1014248648850864
+1999,2,19,8,30,559.0,79.0,245.0,5.0,-4.0,4.9,56.66,329.3633930421424,12.474191824940043,11.486101645813616
+1999,2,19,9,30,565.0,136.0,387.0,6.0,-5.0,5.4,51.7,490.5228477315536,16.77582387820017,15.30425533500551
+1999,2,19,10,30,965.0,75.0,609.0,7.0,-6.0,5.7,47.66,813.7101231099075,24.532215616016412,22.09108524668669
+1999,2,19,11,30,1004.0,76.0,694.0,6.0,-7.0,6.3000000000000025,42.3,922.5014393552455,25.12340836894413,22.355904050878394
+1999,2,19,12,30,1024.0,72.0,715.0,5.0,-9.0,6.9,40.06,951.3754755900588,23.979738282204334,21.12561185543416
+1999,2,19,13,30,585.0,199.0,544.0,4.0,-10.0,7.1000000000000005,39.27,669.953543528066,17.19636821315683,15.186507582572634
+1999,2,19,14,30,543.0,168.0,441.0,3.0,-11.0,6.9,40.14,547.1528348919961,13.915582620179915,12.274124115503927
+1999,2,19,15,30,453.0,129.0,298.0,2.0,-11.0,6.1000000000000005,42.25,373.0874082389016,9.834053395880707,8.714791171164002
+1999,2,19,16,30,784.0,38.0,201.0,1.0,-11.0,4.4,46.4,306.7414052480354,8.191658390203454,7.2714341744593485
+1999,2,19,17,30,304.0,11.0,18.0,0.0,-10.0,2.9000000000000004,57.27,46.501666671123445,1.2034547414806491,1.0639497414672787
+1999,2,19,18,30,0.0,0.0,0.0,-1.0,-9.0,2.4000000000000004,63.16,0.0,-1.0,-1.0
+1999,2,19,19,30,0.0,0.0,0.0,-2.0,-9.0,2.0,63.55,0.0,-2.0,-2.0
+1999,2,19,20,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,68.35000000000001,0.0,-3.0,-3.0
+1999,2,19,21,30,0.0,0.0,0.0,-3.0,-10.0,1.5,67.25,0.0,-3.0,-3.0
+1999,2,19,22,30,0.0,0.0,0.0,-3.0,-10.0,1.4,70.59,0.0,-3.0,-3.0
+1999,2,19,23,30,0.0,0.0,0.0,-4.0,-10.0,1.4,68.47,0.0,-4.0,-4.0
+1999,2,20,0,30,0.0,0.0,0.0,-4.0,-11.0,1.4,66.71000000000001,0.0,-4.0,-4.0
+1999,2,20,1,30,0.0,0.0,0.0,-4.0,-11.0,1.5,65.1,0.0,-4.0,-4.0
+1999,2,20,2,30,0.0,0.0,0.0,-4.0,-11.0,1.7000000000000002,63.4,0.0,-4.0,-4.0
+1999,2,20,3,30,0.0,0.0,0.0,-4.0,-12.0,1.8,66.75,0.0,-4.0,-4.0
+1999,2,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.9,65.26,0.0,-5.0,-5.0
+1999,2,20,5,30,0.0,0.0,0.0,-5.0,-12.0,2.1,64.45,0.0,-5.0,-5.0
+1999,2,20,6,30,0.0,0.0,0.0,-4.0,-12.0,2.9000000000000004,58.5,0.0,-4.0,-4.0
+1999,2,20,7,30,607.0,30.0,105.0,-1.0,-13.0,3.5,49.11,173.46193738544633,3.314527417285187,2.7941416051288477
+1999,2,20,8,30,854.0,50.0,306.0,0.0,-12.0,3.5,40.26,436.6809464630068,10.861586953996303,9.551544114607283
+1999,2,20,9,30,950.0,61.0,487.0,1.0,-12.0,3.6,38.37,663.9408668190721,17.405723620047752,15.413901019590536
+1999,2,20,10,30,998.0,69.0,625.0,2.0,-11.0,3.5,40.58,836.443451054938,22.804899662604356,20.295569309439543
+1999,2,20,11,30,1015.0,75.0,705.0,3.0,-11.0,3.6,41.34,934.1572567835807,26.08266675295603,23.280194982605288
+1999,2,20,12,30,1017.0,77.0,721.0,3.0,-11.0,3.8,38.12,953.4991538835861,26.25241325482865,23.39191579317789
+1999,2,20,13,30,628.0,184.0,557.0,3.0,-11.0,4.0,40.33,692.1456023548661,19.658560027352145,17.582123220287546
+1999,2,20,14,30,967.0,69.0,560.0,2.0,-12.0,3.7,39.59,752.1372226604971,20.463015194006726,18.206603526025233
+1999,2,20,15,30,895.0,60.0,397.0,1.0,-12.0,3.1,39.09,548.9111557521949,15.018742676481558,13.372009209224974
+1999,2,20,16,30,730.0,45.0,200.0,-1.0,-11.0,2.0,51.79,296.62824564097593,7.150609522629422,6.260724785706493
+1999,2,20,17,30,234.0,13.0,19.0,-3.0,-11.0,1.2000000000000002,61.46,40.61379494468167,-1.8225602405647707,-1.9444016253988157
+1999,2,20,18,30,0.0,0.0,0.0,-4.0,-11.0,1.0,63.23,0.0,-4.0,-4.0
+1999,2,20,19,30,0.0,0.0,0.0,-4.0,-12.0,0.5,67.14,0.0,-4.0,-4.0
+1999,2,20,20,30,0.0,0.0,0.0,-5.0,-12.0,0.2,65.51,0.0,-5.0,-5.0
+1999,2,20,21,30,0.0,0.0,0.0,-5.0,-12.0,0.30000000000000004,63.52,0.0,-5.0,-5.0
+1999,2,20,22,30,0.0,0.0,0.0,-5.0,-13.0,0.6000000000000001,61.13,0.0,-5.0,-5.0
+1999,2,20,23,30,0.0,0.0,0.0,-5.0,-13.0,0.9,64.11,0.0,-5.0,-5.0
+1999,2,21,0,30,0.0,0.0,0.0,-5.0,-13.0,1.0,62.94000000000001,0.0,-5.0,-5.0
+1999,2,21,1,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,61.79,0.0,-6.0,-6.0
+1999,2,21,2,30,0.0,0.0,0.0,-5.0,-14.0,1.4,60.33,0.0,-5.0,-5.0
+1999,2,21,3,30,0.0,0.0,0.0,-5.0,-14.0,1.6,55.7,0.0,-5.0,-5.0
+1999,2,21,4,30,0.0,0.0,0.0,-4.0,-14.0,2.0,55.32,0.0,-4.0,-4.0
+1999,2,21,5,30,0.0,0.0,0.0,-4.0,-14.0,2.3000000000000003,49.84,0.0,-4.0,-4.0
+1999,2,21,6,30,0.0,0.0,0.0,-3.0,-14.0,2.7,47.68,0.0,-3.0,-3.0
+1999,2,21,7,30,160.0,48.0,68.0,-1.0,-13.0,3.5,43.23,85.36043959840828,1.123174470146029,0.867093151350804
+1999,2,21,8,30,479.0,94.0,240.0,1.0,-12.0,4.2,42.18,310.87760683057456,8.384691710020656,7.4520588895289315
+1999,2,21,9,30,634.0,121.0,408.0,3.0,-10.0,4.4,40.74,523.6208468403443,15.276471946849822,13.70560940632879
+1999,2,21,10,30,574.0,186.0,509.0,5.0,-9.0,4.5,43.04,625.9879574686101,19.580874286124484,17.702910413718655
+1999,2,21,11,30,581.0,219.0,583.0,6.0,-8.0,4.6000000000000005,42.67,708.726568763105,22.400609274514096,20.274429568224782
+1999,2,21,12,30,986.0,76.0,705.0,7.0,-7.0,4.7,38.55,928.8946973532438,28.355718597676095,25.569034505616365
+1999,2,21,13,30,973.0,73.0,656.0,8.0,-7.0,4.5,38.0,868.0351679774468,28.218778187675866,25.614672683743525
+1999,2,21,14,30,167.0,244.0,329.0,9.0,-6.0,3.9,40.66,357.188176336917,17.653456337674516,16.581891808663766
+1999,2,21,15,30,9.0,134.0,138.0,7.0,-5.0,2.9000000000000004,50.76,135.92637609043666,10.517750083136233,10.109970954864924
+1999,2,21,16,30,241.0,81.0,133.0,4.0,-3.0,2.3000000000000003,69.76,163.09884227932608,8.392729484010703,7.903432957172724
+1999,2,21,17,30,0.0,13.0,13.0,1.0,-5.0,2.7,67.54,12.706001526331303,1.3332225609594652,1.2951045563804713
+1999,2,21,18,30,0.0,0.0,0.0,1.0,-5.0,3.0,66.69,0.0,1.0,1.0
+1999,2,21,19,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.26,0.0,0.0,0.0
+1999,2,21,20,30,0.0,0.0,0.0,0.0,-5.0,3.2,71.37,0.0,0.0,0.0
+1999,2,21,21,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,72.26,0.0,0.0,0.0
+1999,2,21,22,30,0.0,0.0,0.0,1.0,-4.0,3.3000000000000003,75.2,0.0,1.0,1.0
+1999,2,21,23,30,0.0,0.0,0.0,0.0,-4.0,3.1,76.28,0.0,0.0,0.0
+1999,2,22,0,30,0.0,0.0,0.0,0.0,-4.0,2.8000000000000003,75.68,0.0,0.0,0.0
+1999,2,22,1,30,0.0,0.0,0.0,0.0,-5.0,3.0,77.53,0.0,0.0,0.0
+1999,2,22,2,30,0.0,0.0,0.0,0.0,-7.0,4.4,67.27,0.0,0.0,0.0
+1999,2,22,3,30,0.0,0.0,0.0,-1.0,-9.0,5.5,59.56,0.0,-1.0,-1.0
+1999,2,22,4,30,0.0,0.0,0.0,-2.0,-11.0,6.2,55.6,0.0,-2.0,-2.0
+1999,2,22,5,30,0.0,0.0,0.0,-3.0,-13.0,7.2,52.75,0.0,-3.0,-3.0
+1999,2,22,6,30,0.0,0.0,0.0,-3.0,-14.0,8.3,46.76,0.0,-3.0,-3.0
+1999,2,22,7,30,652.0,30.0,117.0,-2.0,-15.0,9.3,42.13,187.89960960770682,1.2239161755658747,0.6602173467427543
+1999,2,22,8,30,34.0,121.0,132.0,-1.0,-16.0,10.3,36.86,133.9188716326018,1.1607367651658014,0.758980150267996
+1999,2,22,9,30,970.0,60.0,504.0,0.0,-16.0,10.7,34.14,681.9991353467339,10.739086822052112,8.693089416011912
+1999,2,22,10,30,412.0,240.0,474.0,0.0,-16.0,10.1,32.33,554.7704850022845,9.061163332103515,7.396851877096662
+1999,2,22,11,30,476.0,252.0,552.0,0.0,-15.0,9.4,33.56,653.1409876315979,11.137273340240473,9.17785037734568
+1999,2,22,12,30,44.0,283.0,311.0,0.0,-15.0,9.1,32.4,314.87435409070946,5.46987694994524,4.525253887673112
+1999,2,22,13,30,539.0,218.0,544.0,0.0,-15.0,9.0,33.33,656.0149921388189,11.467017549471366,9.49897257305491
+1999,2,22,14,30,22.0,196.0,208.0,0.0,-14.0,8.700000000000001,36.64,207.2710648821184,3.691352321588062,3.0695391269417067
+1999,2,22,15,30,432.0,139.0,305.0,0.0,-14.0,8.3,37.13,374.63554887871,6.840960909572058,5.717054262935927
+1999,2,22,16,30,796.0,40.0,215.0,-1.0,-14.0,7.3000000000000025,43.41,318.0133713515353,5.184992856278776,4.23095274222417
+1999,2,22,17,30,356.0,13.0,25.0,-2.0,-14.0,6.2,47.75,56.34310677350432,-0.8244898652689184,-0.9935191855894314
+1999,2,22,18,30,0.0,0.0,0.0,-3.0,-14.0,5.300000000000002,48.03,0.0,-3.0,-3.0
+1999,2,22,19,30,0.0,0.0,0.0,-4.0,-14.0,4.7,51.4,0.0,-4.0,-4.0
+1999,2,22,20,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.8,0.0,-4.0,-4.0
+1999,2,22,21,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.84,0.0,-4.0,-4.0
+1999,2,22,22,30,0.0,0.0,0.0,-3.0,-14.0,4.6000000000000005,52.37000000000001,0.0,-3.0,-3.0
+1999,2,22,23,30,0.0,0.0,0.0,-3.0,-13.0,4.800000000000002,51.16,0.0,-3.0,-3.0
+1999,2,23,0,30,0.0,0.0,0.0,-3.0,-12.0,5.0,53.91,0.0,-3.0,-3.0
+1999,2,23,1,30,0.0,0.0,0.0,-2.0,-12.0,5.0,56.36,0.0,-2.0,-2.0
+1999,2,23,2,30,0.0,0.0,0.0,-2.0,-11.0,4.800000000000002,58.16,0.0,-2.0,-2.0
+1999,2,23,3,30,0.0,0.0,0.0,-2.0,-11.0,4.7,54.87000000000001,0.0,-2.0,-2.0
+1999,2,23,4,30,0.0,0.0,0.0,-2.0,-11.0,4.5,55.32,0.0,-2.0,-2.0
+1999,2,23,5,30,0.0,0.0,0.0,-1.0,-11.0,4.3,55.7,0.0,-1.0,-1.0
+1999,2,23,6,30,0.0,0.0,0.0,0.0,-11.0,4.0,52.13,0.0,0.0,0.0
+1999,2,23,7,30,170.0,51.0,74.0,0.0,-10.0,3.8,50.16,91.69228253269893,2.236044821901466,1.9609679743033692
+1999,2,23,8,30,688.0,63.0,280.0,2.0,-9.0,3.7,47.35,380.48175121113024,11.339838718265758,10.198393464632368
+1999,2,23,9,30,764.0,91.0,445.0,4.0,-9.0,3.5,42.97,582.435342469008,18.48694331307094,16.739637285663918
+1999,2,23,10,30,493.0,213.0,495.0,6.0,-8.0,2.8000000000000003,41.49,592.9708623860533,21.44811443436219,19.66920184720403
+1999,2,23,11,30,1018.0,69.0,716.0,7.0,-8.0,1.8,39.35,940.8757983230109,33.20099519595826,30.37836780098922
+1999,2,23,12,30,1023.0,68.0,731.0,8.0,-8.0,1.0,37.1,959.6281621830099,36.19765095390997,33.318766467360945
+1999,2,23,13,30,1007.0,68.0,680.0,8.0,-8.0,0.5,35.01,896.9764364687551,35.261012992881874,32.57008368347561
+1999,2,23,14,30,475.0,196.0,444.0,8.0,-8.0,0.5,35.39,531.8123471675483,24.162903189502625,22.56746614799998
+1999,2,23,15,30,523.0,124.0,328.0,7.0,-7.0,0.30000000000000004,39.48,411.5453042458806,19.67810417095645,18.443468258218807
+1999,2,23,16,30,740.0,44.0,210.0,4.0,-5.0,0.2,59.31,303.85948385292454,13.42433126723373,12.512752815674958
+1999,2,23,17,30,0.0,25.0,25.0,2.0,-7.0,0.4,58.64,24.43461831986789,2.747658525117298,2.6743546701576943
+1999,2,23,18,30,0.0,0.0,0.0,1.0,-7.0,0.8,59.14,0.0,1.0,1.0
+1999,2,23,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.85,0.0,1.0,1.0
+1999,2,23,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.16,0.0,0.0,0.0
+1999,2,23,21,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.37,0.0,0.0,0.0
+1999,2,23,22,30,0.0,0.0,0.0,0.0,-6.0,1.5,65.86,0.0,0.0,0.0
+1999,2,23,23,30,0.0,0.0,0.0,0.0,-7.0,1.9,68.31,0.0,0.0,0.0
+1999,2,24,0,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.66,0.0,0.0,0.0
+1999,2,24,1,30,0.0,0.0,0.0,-1.0,-8.0,3.2,68.06,0.0,-1.0,-1.0
+1999,2,24,2,30,0.0,0.0,0.0,0.0,-8.0,3.6,68.04,0.0,0.0,0.0
+1999,2,24,3,30,0.0,0.0,0.0,0.0,-7.0,3.7,63.77,0.0,0.0,0.0
+1999,2,24,4,30,0.0,0.0,0.0,0.0,-7.0,3.8,64.31,0.0,0.0,0.0
+1999,2,24,5,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.28,0.0,0.0,0.0
+1999,2,24,6,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,59.56,0.0,0.0,0.0
+1999,2,24,7,30,0.0,42.0,42.0,2.0,-6.0,4.800000000000002,55.97,41.05015877737806,2.9376305659055357,2.8144800895734017
+1999,2,24,8,30,79.0,133.0,159.0,5.0,-6.0,5.4,50.29,166.86964480741142,8.665798466632394,8.16518953221016
+1999,2,24,9,30,0.0,101.0,101.0,8.0,-5.0,5.0,44.95,98.71585801226628,10.225618053598243,9.929470479561445
+1999,2,24,10,30,393.0,249.0,477.0,9.0,-5.0,4.1000000000000005,39.38,551.4274184333319,22.184949725523627,20.53066747022363
+1999,2,24,11,30,523.0,242.0,577.0,10.0,-5.0,3.3000000000000003,36.73,686.9714720174571,27.314167021470716,25.253252605418343
+1999,2,24,12,30,622.0,221.0,627.0,11.0,-5.0,2.8000000000000003,34.59,761.0134946797418,30.825971725829334,28.542931241790107
+1999,2,24,13,30,517.0,229.0,546.0,12.0,-5.0,2.4000000000000004,34.9,651.7330971587312,29.436534495469513,27.481335203993318
+1999,2,24,14,30,380.0,222.0,422.0,11.0,-5.0,2.0,35.39,490.19232238997995,24.46927094605614,22.9986939788862
+1999,2,24,15,30,251.0,169.0,268.0,10.0,-5.0,1.3,41.8,305.1221434199432,18.786579324087164,17.871212893827334
+1999,2,24,16,30,49.0,88.0,100.0,6.0,-2.0,0.9,63.05,103.3900671793145,9.058542638493877,8.748372436955934
+1999,2,24,17,30,0.0,13.0,13.0,3.0,-4.0,0.9,68.62,12.706001526331303,3.3758760245861197,3.3377580200071257
+1999,2,24,18,30,0.0,0.0,0.0,2.0,-5.0,0.8,69.03,0.0,2.0,2.0
+1999,2,24,19,30,0.0,0.0,0.0,1.0,-5.0,0.9,66.22,0.0,1.0,1.0
+1999,2,24,20,30,0.0,0.0,0.0,1.0,-6.0,1.3,63.22,0.0,1.0,1.0
+1999,2,24,21,30,0.0,0.0,0.0,1.0,-6.0,1.5,59.89,0.0,1.0,1.0
+1999,2,24,22,30,0.0,0.0,0.0,1.0,-7.0,1.6,60.9,0.0,1.0,1.0
+1999,2,24,23,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.62000000000001,0.0,1.0,1.0
+1999,2,25,0,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.83,0.0,0.0,0.0
+1999,2,25,1,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,52.74,0.0,0.0,0.0
+1999,2,25,2,30,0.0,0.0,0.0,0.0,-9.0,2.0,51.26,0.0,0.0,0.0
+1999,2,25,3,30,0.0,0.0,0.0,0.0,-10.0,2.2,54.28,0.0,0.0,0.0
+1999,2,25,4,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.82,0.0,0.0,0.0
+1999,2,25,5,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.08,0.0,0.0,0.0
+1999,2,25,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,49.02,0.0,1.0,1.0
+1999,2,25,7,30,359.0,45.0,97.0,4.0,-9.0,3.2,43.97,134.52519806874307,7.41300810910757,7.009432514901341
+1999,2,25,8,30,642.0,74.0,283.0,8.0,-7.0,2.7,35.91000000000001,374.0556839198166,17.809836137584252,16.6876690858248
+1999,2,25,9,30,883.0,67.0,484.0,11.0,-7.0,1.8,29.67,641.709404068685,28.869972894586724,26.94484468238067
+1999,2,25,10,30,883.0,96.0,610.0,12.0,-8.0,2.1,27.31,788.9124611747312,33.53307259380699,31.1663352102828
+1999,2,25,11,30,894.0,115.0,692.0,13.0,-8.0,2.8000000000000003,24.86,885.2974492737375,36.06382517649878,33.407932828677566
+1999,2,25,12,30,993.0,110.0,764.0,14.0,-8.0,3.5,24.1,980.709802115022,38.39324380554626,35.451114399201195
+1999,2,25,13,30,995.0,100.0,714.0,14.0,-9.0,3.9,23.51,924.1698874282691,36.389497467325725,33.61698780504092
+1999,2,25,14,30,980.0,84.0,602.0,13.0,-9.0,3.8,23.26,789.2758638724551,32.24759815892285,29.879770567305485
+1999,2,25,15,30,299.0,166.0,285.0,12.0,-8.0,2.7,25.79,329.6521401061277,20.645326393538486,19.6563699732201
+1999,2,25,16,30,762.0,51.0,229.0,8.0,-5.0,1.6,44.6,321.5862494548172,17.07612062571841,16.111361877353957
+1999,2,25,17,30,324.0,18.0,32.0,5.0,-7.0,1.6,51.06,58.87152817212661,6.6615296581133,6.48491507359692
+1999,2,25,18,30,0.0,0.0,0.0,3.0,-8.0,2.1,53.26,0.0,3.0,3.0
+1999,2,25,19,30,0.0,0.0,0.0,2.0,-8.0,2.8000000000000003,52.68,0.0,2.0,2.0
+1999,2,25,20,30,0.0,0.0,0.0,1.0,-9.0,3.5,49.6,0.0,1.0,1.0
+1999,2,25,21,30,0.0,0.0,0.0,1.0,-10.0,3.6,45.68,0.0,1.0,1.0
+1999,2,25,22,30,0.0,0.0,0.0,1.0,-10.0,3.5,44.58,0.0,1.0,1.0
+1999,2,25,23,30,0.0,0.0,0.0,0.0,-10.0,3.4000000000000004,49.4,0.0,0.0,0.0
+1999,2,26,0,30,0.0,0.0,0.0,0.0,-9.0,3.2,51.3,0.0,0.0,0.0
+1999,2,26,1,30,0.0,0.0,0.0,0.0,-9.0,2.9000000000000004,52.26,0.0,0.0,0.0
+1999,2,26,2,30,0.0,0.0,0.0,0.0,-9.0,2.5,56.23,0.0,0.0,0.0
+1999,2,26,3,30,0.0,0.0,0.0,0.0,-9.0,2.2,55.91,0.0,0.0,0.0
+1999,2,26,4,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,59.8,0.0,0.0,0.0
+1999,2,26,5,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.52,0.0,-1.0,-1.0
+1999,2,26,6,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,51.84,0.0,0.0,0.0
+1999,2,26,7,30,534.0,46.0,127.0,3.0,-7.0,2.1,52.19,181.3017451806943,7.948563791914956,7.404658556372873
+1999,2,26,8,30,781.0,77.0,334.0,6.0,-7.0,2.2,42.13,444.8648124003446,18.06166433496759,16.727069897766555
+1999,2,26,9,30,889.0,98.0,523.0,7.0,-7.0,2.4000000000000004,40.56,678.9091462111254,25.163605314518673,23.126877875885295
+1999,2,26,10,30,937.0,116.0,666.0,8.0,-7.0,2.7,36.19,854.1022524593471,30.399347213672787,27.837040456294744
+1999,2,26,11,30,967.0,122.0,752.0,9.0,-8.0,3.0,31.91,958.410698956821,33.63964914323208,30.76441704636161
+1999,2,26,12,30,967.0,127.0,768.0,9.0,-8.0,3.4000000000000004,31.05,977.4550679286781,33.47324088206632,30.540875678280283
+1999,2,26,13,30,968.0,115.0,718.0,9.0,-9.0,3.7,32.4,919.1981774468965,31.563927705205277,28.806333172864587
+1999,2,26,14,30,955.0,94.0,604.0,8.0,-9.0,3.7,34.02,783.5063238362759,27.23304514888926,24.882526177380434
+1999,2,26,15,30,763.0,73.0,380.0,7.0,-9.0,3.2,35.95,500.30458043487846,19.693113368807957,18.19219962750332
+1999,2,26,16,30,526.0,66.0,190.0,4.0,-9.0,2.2,42.85,253.12797878706428,10.863084309690842,10.10370037332965
+1999,2,26,17,30,325.0,18.0,34.0,1.0,-8.0,1.5,51.93,59.51652404610577,2.6910345653898906,2.512484993251573
+1999,2,26,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,57.94,0.0,0.0,0.0
+1999,2,26,19,30,0.0,0.0,0.0,-1.0,-9.0,1.1,60.07,0.0,-1.0,-1.0
+1999,2,26,20,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.06,0.0,-2.0,-2.0
+1999,2,26,21,30,0.0,0.0,0.0,-3.0,-10.0,1.3,64.43,0.0,-3.0,-3.0
+1999,2,26,22,30,0.0,0.0,0.0,-4.0,-11.0,1.6,66.5,0.0,-4.0,-4.0
+1999,2,26,23,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,63.16,0.0,-4.0,-4.0
+1999,2,27,0,30,0.0,0.0,0.0,-4.0,-12.0,3.0,64.01,0.0,-4.0,-4.0
+1999,2,27,1,30,0.0,0.0,0.0,-5.0,-13.0,3.4000000000000004,59.97,0.0,-5.0,-5.0
+1999,2,27,2,30,0.0,0.0,0.0,-5.0,-14.0,3.5,56.54,0.0,-5.0,-5.0
+1999,2,27,3,30,0.0,0.0,0.0,-5.0,-14.0,3.6,58.16,0.0,-5.0,-5.0
+1999,2,27,4,30,0.0,0.0,0.0,-5.0,-15.0,3.8,56.01,0.0,-5.0,-5.0
+1999,2,27,5,30,0.0,0.0,0.0,-6.0,-15.0,4.0,54.41,0.0,-6.0,-6.0
+1999,2,27,6,30,0.0,0.0,0.0,-5.0,-15.0,4.7,49.3,0.0,-5.0,-5.0
+1999,2,27,7,30,294.0,52.0,98.0,-2.0,-16.0,5.300000000000002,37.89,126.81219727905881,0.8039231514490276,0.4234865596118511
+1999,2,27,8,30,912.0,52.0,357.0,0.0,-17.0,4.800000000000002,29.99,485.44127941536954,11.088010255954785,9.631686417708677
+1999,2,27,9,30,1000.0,61.0,545.0,2.0,-17.0,4.3,24.67,718.9282490627029,18.966176539356685,16.809391792168576
+1999,2,27,10,30,1040.0,67.0,683.0,3.0,-17.0,4.5,23.56,891.1178873843774,23.756434265302914,21.08308060314978
+1999,2,27,11,30,1055.0,70.0,761.0,5.0,-16.0,4.9,23.38,987.3679275331355,27.406185532682755,24.44408175008335
+1999,2,27,12,30,1051.0,72.0,773.0,6.0,-15.0,5.1000000000000005,23.97,1001.0517937070925,28.423214749678436,25.42005936855716
+1999,2,27,13,30,1031.0,71.0,717.0,6.0,-14.0,5.0,25.03,931.6271722381414,27.004186110586666,24.20930459387224
+1999,2,27,14,30,988.0,68.0,600.0,6.0,-12.0,4.800000000000002,28.3,784.532617439513,23.919583844984725,21.565985992666185
+1999,2,27,15,30,908.0,62.0,431.0,5.0,-11.0,3.7,34.230000000000004,573.1307729141994,19.068871809106177,17.349479490363578
+1999,2,27,16,30,743.0,50.0,228.0,3.0,-8.0,2.0,47.7,316.758833024591,11.703748205934742,10.753471706860969
+1999,2,27,17,30,0.0,16.0,16.0,1.0,-7.0,1.2000000000000002,55.52,15.63815572471545,1.453367786477456,1.4064533193033095
+1999,2,27,18,30,0.0,0.0,0.0,1.0,-8.0,1.6,58.46,0.0,1.0,1.0
+1999,2,27,19,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,57.0,0.0,0.0,0.0
+1999,2,27,20,30,0.0,0.0,0.0,0.0,-8.0,3.2,55.91,0.0,0.0,0.0
+1999,2,27,21,30,0.0,0.0,0.0,0.0,-8.0,3.6,59.12000000000001,0.0,0.0,0.0
+1999,2,27,22,30,0.0,0.0,0.0,0.0,-9.0,3.9,57.89,0.0,0.0,0.0
+1999,2,27,23,30,0.0,0.0,0.0,0.0,-9.0,4.1000000000000005,56.69,0.0,0.0,0.0
+1999,2,28,0,30,0.0,0.0,0.0,0.0,-9.0,4.2,55.99,0.0,0.0,0.0
+1999,2,28,1,30,0.0,0.0,0.0,0.0,-9.0,4.0,56.11,0.0,0.0,0.0
+1999,2,28,2,30,0.0,0.0,0.0,0.0,-9.0,3.8,57.39,0.0,0.0,0.0
+1999,2,28,3,30,0.0,0.0,0.0,0.0,-8.0,3.6,58.89,0.0,0.0,0.0
+1999,2,28,4,30,0.0,0.0,0.0,0.0,-8.0,3.6,60.12000000000001,0.0,0.0,0.0
+1999,2,28,5,30,0.0,0.0,0.0,0.0,-8.0,3.6,56.65,0.0,0.0,0.0
+1999,2,28,6,30,0.0,0.0,0.0,1.0,-8.0,3.8,53.64,0.0,1.0,1.0
+1999,2,28,7,30,569.0,43.0,135.0,4.0,-6.0,4.4,55.32,190.905383634457,8.475842779815084,7.903126628911712
+1999,2,28,8,30,789.0,67.0,334.0,7.0,-6.0,4.9,47.4,444.10723798718726,17.07805590324309,15.74573418928153
+1999,2,28,9,30,895.0,68.0,505.0,9.0,-5.0,4.800000000000002,43.23,659.5617303582817,24.06511197287432,22.086426781799474
+1999,2,28,10,30,933.0,92.0,649.0,10.0,-5.0,4.3,41.6,833.7263323340239,29.675326652320365,27.174147655318293
+1999,2,28,11,30,953.0,98.0,727.0,11.0,-5.0,3.9,38.8,928.9701288980204,33.50579101431483,30.718880627620766
+1999,2,28,12,30,953.0,101.0,741.0,12.0,-5.0,3.8,35.59,945.5211681986617,35.05785889226692,32.221295387670935
+1999,2,28,13,30,942.0,95.0,691.0,12.0,-5.0,3.9,32.75,883.3124936516567,33.399661586578105,30.749724105623134
+1999,2,28,14,30,923.0,81.0,582.0,11.0,-5.0,4.1000000000000005,34.56,752.3336592228469,28.98873458605819,26.73173360838965
+1999,2,28,15,30,426.0,155.0,330.0,10.0,-5.0,3.7,37.1,392.90680906702164,19.644841615434277,18.466121188233213
+1999,2,28,16,30,372.0,86.0,177.0,7.0,-4.0,2.5,50.41,218.89816156036704,12.817571895822768,12.160877411141668
+1999,2,28,17,30,146.0,21.0,29.0,4.0,-3.0,1.8,64.71000000000001,39.80732665971324,5.108532684583964,4.989110704604824
+1999,2,28,18,30,0.0,0.0,0.0,2.0,-4.0,1.9,71.97,0.0,2.0,2.0
+1999,2,28,19,30,0.0,0.0,0.0,2.0,-4.0,2.1,69.46000000000001,0.0,2.0,2.0
+1999,2,28,20,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,66.31,0.0,1.0,1.0
+1999,2,28,21,30,0.0,0.0,0.0,1.0,-6.0,2.8000000000000003,62.79,0.0,1.0,1.0
+1999,2,28,22,30,0.0,0.0,0.0,1.0,-6.0,3.1,59.71,0.0,1.0,1.0
+1999,2,28,23,30,0.0,0.0,0.0,1.0,-7.0,3.2,57.48,0.0,1.0,1.0
+1999,3,1,0,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.35,0.0,1.0,1.0
+1999,3,1,1,30,0.0,0.0,0.0,1.0,-7.0,3.4000000000000004,56.53,0.0,1.0,1.0
+1999,3,1,2,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.96,0.0,1.0,1.0
+1999,3,1,3,30,0.0,0.0,0.0,1.0,-7.0,2.9000000000000004,57.04,0.0,1.0,1.0
+1999,3,1,4,30,0.0,0.0,0.0,1.0,-7.0,2.5,60.55,0.0,1.0,1.0
+1999,3,1,5,30,0.0,0.0,0.0,1.0,-8.0,2.2,54.8,0.0,1.0,1.0
+1999,3,1,6,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,50.13,0.0,2.0,2.0
+1999,3,1,7,30,516.0,49.0,135.0,5.0,-7.0,2.7,46.61,184.56450266291844,9.840315508548924,9.286622000560168
+1999,3,1,8,30,756.0,75.0,335.0,9.0,-5.0,3.2,39.27,438.62879409888524,20.12835106462785,18.812464682331196
+1999,3,1,9,30,241.0,227.0,346.0,12.0,-5.0,3.5,32.21,382.39006081492994,21.51120704836419,20.364036865919402
+1999,3,1,10,30,925.0,94.0,652.0,13.0,-6.0,3.7,28.9,832.4027501965235,33.43332541108469,30.93611716049512
+1999,3,1,11,30,79.0,321.0,374.0,14.0,-6.0,4.2,26.75,383.0660906237312,23.099481344633396,21.950283072762204
+1999,3,1,12,30,420.0,296.0,580.0,14.0,-6.0,5.0,27.07,663.7742374179624,28.965254378149215,26.97393166589533
+1999,3,1,13,30,933.0,100.0,694.0,13.0,-6.0,5.8000000000000025,29.2,883.2343648944377,31.90779233458153,29.258089239898215
+1999,3,1,14,30,892.0,94.0,582.0,12.0,-6.0,6.1000000000000005,31.14,744.6542077636453,27.63617719671776,25.402214573426825
+1999,3,1,15,30,818.0,80.0,419.0,11.0,-6.0,5.6000000000000005,33.18,543.5362300362838,22.786930651557803,21.156321961448953
+1999,3,1,16,30,642.0,63.0,222.0,8.0,-5.0,3.9,42.82,295.49459115593754,15.15883030846731,14.272346534999498
+1999,3,1,17,30,134.0,24.0,32.0,6.0,-4.0,2.5,59.07,41.35851010731065,7.0991691494267695,6.975093619104838
+1999,3,1,18,30,0.0,0.0,0.0,4.0,-3.0,2.0,68.73,0.0,4.0,4.0
+1999,3,1,19,30,0.0,0.0,0.0,3.0,-2.0,1.7000000000000002,77.73,0.0,3.0,3.0
+1999,3,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.5,84.21000000000002,0.0,3.0,3.0
+1999,3,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.25,0.0,2.0,2.0
+1999,3,1,22,30,0.0,0.0,0.0,1.0,-3.0,1.5,78.62,0.0,1.0,1.0
+1999,3,1,23,30,0.0,0.0,0.0,0.0,-4.0,1.4,79.11,0.0,0.0,0.0
+1999,3,2,0,30,0.0,0.0,0.0,0.0,-5.0,1.5,79.27,0.0,0.0,0.0
+1999,3,2,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,79.33,0.0,0.0,0.0
+1999,3,2,2,30,0.0,0.0,0.0,-1.0,-7.0,1.2000000000000002,79.4,0.0,-1.0,-1.0
+1999,3,2,3,30,0.0,0.0,0.0,-2.0,-7.0,1.1,79.74,0.0,-2.0,-2.0
+1999,3,2,4,30,0.0,0.0,0.0,-3.0,-8.0,1.0,76.39,0.0,-3.0,-3.0
+1999,3,2,5,30,0.0,0.0,0.0,-4.0,-8.0,1.0,79.39,0.0,-4.0,-4.0
+1999,3,2,6,30,0.0,0.0,0.0,-3.0,-9.0,1.8,72.26,0.0,-3.0,-3.0
+1999,3,2,7,30,158.0,64.0,91.0,-1.0,-9.0,3.2,62.36,104.91568396191312,1.6617918819312703,1.3470448300455309
+1999,3,2,8,30,477.0,113.0,280.0,0.0,-10.0,4.2,54.28,342.5613031737324,8.137316938043732,7.109633028522534
+1999,3,2,9,30,51.0,214.0,239.0,1.0,-11.0,4.800000000000002,42.43,243.29998611257037,6.557238034101195,5.827338075763484
+1999,3,2,10,30,0.0,33.0,33.0,2.0,-12.0,5.1000000000000005,39.91,32.25369618222562,2.7224716648143246,2.6257105762676476
+1999,3,2,11,30,11.0,195.0,202.0,3.0,-12.0,5.2,36.24,200.27487030693638,7.4570575117851625,6.856232900864353
+1999,3,2,12,30,8.0,172.0,178.0,4.0,-12.0,5.2,36.33,175.27104005072601,7.900604726190804,7.374791606038626
+1999,3,2,13,30,530.0,240.0,580.0,4.0,-12.0,5.0,34.05,682.235773350897,19.38148261641653,17.33477529636384
+1999,3,2,14,30,611.0,169.0,506.0,4.0,-12.0,4.5,36.75,613.817849096756,18.29740106894616,16.455947521655894
+1999,3,2,15,30,353.0,168.0,316.0,3.0,-12.0,3.7,40.03,365.77726205907044,11.978881703435057,10.881549917257846
+1999,3,2,16,30,434.0,78.0,188.0,1.0,-11.0,2.4000000000000004,44.71,235.177396931158,7.291960331648053,6.586428140854578
+1999,3,2,17,30,0.0,13.0,13.0,0.0,-10.0,1.3,56.94,12.706001526331303,0.36589376651509664,0.32777576193610275
+1999,3,2,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,58.56,0.0,-1.0,-1.0
+1999,3,2,19,30,0.0,0.0,0.0,-2.0,-11.0,0.5,56.82,0.0,-2.0,-2.0
+1999,3,2,20,30,0.0,0.0,0.0,-3.0,-11.0,0.9,59.95,0.0,-3.0,-3.0
+1999,3,2,21,30,0.0,0.0,0.0,-4.0,-11.0,1.3,62.81,0.0,-4.0,-4.0
+1999,3,2,22,30,0.0,0.0,0.0,-4.0,-12.0,1.7000000000000002,61.42,0.0,-4.0,-4.0
+1999,3,2,23,30,0.0,0.0,0.0,-4.0,-12.0,2.1,61.15,0.0,-4.0,-4.0
+1999,3,3,0,30,0.0,0.0,0.0,-4.0,-12.0,2.4000000000000004,60.93,0.0,-4.0,-4.0
+1999,3,3,1,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,59.99,0.0,-3.0,-3.0
+1999,3,3,2,30,0.0,0.0,0.0,-3.0,-12.0,3.2,54.78,0.0,-3.0,-3.0
+1999,3,3,3,30,0.0,0.0,0.0,-3.0,-12.0,3.3000000000000003,55.22,0.0,-3.0,-3.0
+1999,3,3,4,30,0.0,0.0,0.0,-3.0,-12.0,3.2,57.0,0.0,-3.0,-3.0
+1999,3,3,5,30,0.0,0.0,0.0,-2.0,-11.0,3.1,55.18,0.0,-2.0,-2.0
+1999,3,3,6,30,0.0,0.0,0.0,-1.0,-10.0,3.6,50.53,0.0,-1.0,-1.0
+1999,3,3,7,30,572.0,49.0,150.0,2.0,-9.0,4.2,48.85,203.14182085156529,6.825499448786665,6.21607398623197
+1999,3,3,8,30,789.0,74.0,354.0,7.0,-7.0,4.4,41.68,458.9445880439058,17.760114678928115,16.383280914796398
+1999,3,3,9,30,891.0,88.0,536.0,10.0,-6.0,4.3,33.97,685.5312467102119,26.178031910826093,24.121438170695455
+1999,3,3,10,30,941.0,97.0,673.0,12.0,-7.0,3.7,29.28,854.4057195309167,32.973441157114635,30.410223998521886
+1999,3,3,11,30,961.0,102.0,752.0,13.0,-7.0,3.0,26.82,949.106039506233,37.40043693023269,34.553118811713986
+1999,3,3,12,30,689.0,213.0,686.0,14.0,-7.0,2.8000000000000003,24.64,826.6022740073134,35.5346947558031,33.05488793378116
+1999,3,3,13,30,584.0,230.0,607.0,14.0,-7.0,2.8000000000000003,24.44,719.651075343951,32.74839535958055,30.589442133548697
+1999,3,3,14,30,485.0,213.0,483.0,14.0,-7.0,2.8000000000000003,26.53,565.4786717965101,28.731886145218937,27.035450129829407
+1999,3,3,15,30,584.0,121.0,368.0,13.0,-6.0,2.0,30.51,452.98150710487414,25.44680990310248,24.087865381787857
+1999,3,3,16,30,387.0,85.0,184.0,10.0,-3.0,1.3,47.17,225.50419571706203,16.493827296091727,15.81731470894054
+1999,3,3,17,30,223.0,26.0,41.0,7.0,-4.0,1.4,50.47,55.8632538391733,8.597922081281233,8.430332319763712
+1999,3,3,18,30,0.0,0.0,0.0,5.0,-5.0,1.5,55.48,0.0,5.0,5.0
+1999,3,3,19,30,0.0,0.0,0.0,3.0,-5.0,1.6,63.47,0.0,3.0,3.0
+1999,3,3,20,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,66.07000000000001,0.0,2.0,2.0
+1999,3,3,21,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.65,0.0,2.0,2.0
+1999,3,3,22,30,0.0,0.0,0.0,1.0,-7.0,1.8,59.11,0.0,1.0,1.0
+1999,3,3,23,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.03,0.0,1.0,1.0
+1999,3,4,0,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.88,0.0,1.0,1.0
+1999,3,4,1,30,0.0,0.0,0.0,1.0,-8.0,1.0,56.91,0.0,1.0,1.0
+1999,3,4,2,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,58.33,0.0,0.0,0.0
+1999,3,4,3,30,0.0,0.0,0.0,0.0,-7.0,0.5,61.43,0.0,0.0,0.0
+1999,3,4,4,30,0.0,0.0,0.0,0.0,-7.0,0.4,67.9,0.0,0.0,0.0
+1999,3,4,5,30,0.0,0.0,0.0,0.0,-7.0,0.2,73.09,0.0,0.0,0.0
+1999,3,4,6,30,0.0,0.0,0.0,0.0,-7.0,0.4,63.06,0.0,0.0,0.0
+1999,3,4,7,30,325.0,60.0,119.0,2.0,-5.0,1.0,59.65,147.93250072714565,6.346838895134021,5.903041392952584
+1999,3,4,8,30,772.0,73.0,351.0,5.0,-5.0,1.4,53.0,452.2710753814081,17.936839306878717,16.58002608073449
+1999,3,4,9,30,885.0,83.0,533.0,8.0,-5.0,1.4,45.79,679.6240884106398,27.440083833435015,25.401211568203095
+1999,3,4,10,30,937.0,90.0,670.0,9.0,-5.0,1.7000000000000002,39.86,847.4565983171304,32.758030607172294,30.215660812220904
+1999,3,4,11,30,961.0,95.0,748.0,10.0,-5.0,1.9,37.17,945.2855843962069,36.148295911024086,33.31243915783546
+1999,3,4,12,30,15.0,224.0,235.0,11.0,-5.0,2.1,34.410000000000004,232.44639079959455,17.344537896895396,16.64719872449661
+1999,3,4,13,30,52.0,294.0,328.0,11.0,-5.0,2.3000000000000003,34.22,331.55358951739794,19.929709174197292,18.935048405645098
+1999,3,4,14,30,63.0,256.0,291.0,10.0,-5.0,2.0,36.85,296.769101062255,18.154479880745555,17.26417257755879
+1999,3,4,15,30,547.0,133.0,366.0,9.0,-5.0,1.2000000000000002,40.76,444.6327514562148,21.890405356719445,20.5565071023508
+1999,3,4,16,30,678.0,50.0,226.0,6.0,-3.0,0.6000000000000001,56.69,299.5972862122788,15.044076543673704,14.145284685036868
+1999,3,4,17,30,196.0,29.0,43.0,4.0,-3.0,0.7000000000000001,69.4,55.392861532519035,5.660916273092719,5.494737688495162
+1999,3,4,18,30,0.0,0.0,0.0,3.0,-3.0,0.9,75.44,0.0,3.0,3.0
+1999,3,4,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.62,0.0,1.0,1.0
+1999,3,4,20,30,0.0,0.0,0.0,0.0,-3.0,3.4000000000000004,82.86,0.0,0.0,0.0
+1999,3,4,21,30,0.0,0.0,0.0,0.0,-3.0,3.5,95.04,0.0,0.0,0.0
+1999,3,4,22,30,0.0,0.0,0.0,-1.0,-4.0,2.5,98.72,0.0,-1.0,-1.0
+1999,3,4,23,30,0.0,0.0,0.0,-2.0,-4.0,1.6,94.84,0.0,-2.0,-2.0
+1999,3,5,0,30,0.0,0.0,0.0,-3.0,-5.0,1.0,98.32,0.0,-3.0,-3.0
+1999,3,5,1,30,0.0,0.0,0.0,-3.0,-6.0,0.9,100.0,0.0,-3.0,-3.0
+1999,3,5,2,30,0.0,0.0,0.0,-4.0,-6.0,1.2000000000000002,94.94,0.0,-4.0,-4.0
+1999,3,5,3,30,0.0,0.0,0.0,-4.0,-7.0,1.6,97.34,0.0,-4.0,-4.0
+1999,3,5,4,30,0.0,0.0,0.0,-4.0,-7.0,1.9,92.74,0.0,-4.0,-4.0
+1999,3,5,5,30,0.0,0.0,0.0,-4.0,-8.0,2.1,82.19,0.0,-4.0,-4.0
+1999,3,5,6,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,68.07000000000001,0.0,-2.0,-2.0
+1999,3,5,7,30,12.0,67.0,69.0,0.0,-8.0,3.6,59.94,68.82000909166963,1.7005159722978407,1.494055945022832
+1999,3,5,8,30,0.0,100.0,100.0,1.0,-9.0,3.8,47.19,97.73847327947156,3.383489657367616,3.090274237529201
+1999,3,5,9,30,133.0,243.0,311.0,2.0,-11.0,3.6,41.92,327.8993132933682,10.102265996770424,9.11856805689032
+1999,3,5,10,30,41.0,268.0,294.0,3.0,-12.0,3.4000000000000004,36.12,295.31058522834894,10.393902108086165,9.507970352401118
+1999,3,5,11,30,18.0,244.0,257.0,4.0,-12.0,3.3000000000000003,34.43,254.50992224918798,10.414571029424037,9.651041262676474
+1999,3,5,12,30,192.0,359.0,493.0,4.0,-13.0,3.6,31.29,524.3368279141473,16.956161478332632,15.383150994590192
+1999,3,5,13,30,238.0,327.0,484.0,4.0,-13.0,4.0,33.24,522.5446073731739,16.576603361025423,15.008969538905902
+1999,3,5,14,30,243.0,268.0,406.0,3.0,-13.0,4.2,32.84,442.1041761580557,13.501891975832125,12.175579447357958
+1999,3,5,15,30,521.0,141.0,365.0,2.0,-13.0,4.0,34.68,438.55496493320817,12.555140686839907,11.239475792040283
+1999,3,5,16,30,552.0,68.0,214.0,0.0,-13.0,2.7,36.71,271.5618372182274,7.121873129732192,6.30718761807751
+1999,3,5,17,30,412.0,24.0,55.0,-2.0,-13.0,1.5,48.11,80.90248893092009,0.29867095568748026,0.055963488894720026
+1999,3,5,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,54.63,0.0,-4.0,-4.0
+1999,3,5,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,56.34,0.0,-5.0,-5.0
+1999,3,5,20,30,0.0,0.0,0.0,-5.0,-14.0,1.1,58.67,0.0,-5.0,-5.0
+1999,3,5,21,30,0.0,0.0,0.0,-6.0,-14.0,1.3,57.2,0.0,-6.0,-6.0
+1999,3,5,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,58.01,0.0,-5.0,-5.0
+1999,3,5,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,54.65,0.0,-5.0,-5.0
+1999,3,6,0,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,54.67,0.0,-5.0,-5.0
+1999,3,6,1,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,56.82,0.0,-5.0,-5.0
+1999,3,6,2,30,0.0,0.0,0.0,-5.0,-13.0,2.2,61.45,0.0,-5.0,-5.0
+1999,3,6,3,30,0.0,0.0,0.0,-5.0,-12.0,2.2,65.59,0.0,-5.0,-5.0
+1999,3,6,4,30,0.0,0.0,0.0,-5.0,-11.0,2.4000000000000004,68.14,0.0,-5.0,-5.0
+1999,3,6,5,30,0.0,0.0,0.0,-5.0,-11.0,2.7,69.60000000000001,0.0,-5.0,-5.0
+1999,3,6,6,30,0.0,0.0,0.0,-4.0,-11.0,3.0,65.48,0.0,-4.0,-4.0
+1999,3,6,7,30,0.0,19.0,19.0,-3.0,-10.0,3.5,62.9,18.570309923099597,-2.538099755379426,-2.593810685148725
+1999,3,6,8,30,18.0,137.0,143.0,-1.0,-10.0,3.7,56.53,142.90180206621346,2.507868063578569,2.0791626573799284
+1999,3,6,9,30,365.0,220.0,410.0,1.0,-9.0,3.6,51.56,464.3543458155624,12.474017401152329,11.080954363705642
+1999,3,6,10,30,856.0,131.0,668.0,3.0,-8.0,3.5,47.67,827.5092217626121,23.582678131961597,21.10015046667376
+1999,3,6,11,30,906.0,126.0,751.0,5.0,-8.0,3.4000000000000004,43.21,932.4573980594844,28.346602072802064,25.54922987862361
+1999,3,6,12,30,927.0,118.0,768.0,6.0,-8.0,3.1,41.23,955.447702420703,30.4013541002219,27.53501099295979
+1999,3,6,13,30,919.0,111.0,717.0,7.0,-7.0,2.8000000000000003,39.24,894.4590187987659,30.302502965575137,27.619125909178837
+1999,3,6,14,30,881.0,102.0,604.0,7.0,-7.0,2.8000000000000003,42.58,754.8883545721756,26.666399188103895,24.401734124387367
+1999,3,6,15,30,414.0,165.0,346.0,6.0,-7.0,3.0,45.72,401.0822314625101,16.311368050854867,15.108121356467336
+1999,3,6,16,30,668.0,66.0,244.0,3.0,-6.0,3.4000000000000004,56.53,313.84026600895675,10.857842964388215,9.916322166361345
+1999,3,6,17,30,295.0,29.0,52.0,0.0,-7.0,3.5,65.01,69.88816650585355,1.738331850077656,1.5286673505600952
+1999,3,6,18,30,0.0,0.0,0.0,-1.0,-8.0,3.5,64.93,0.0,-1.0,-1.0
+1999,3,6,19,30,0.0,0.0,0.0,-2.0,-8.0,3.5,69.12,0.0,-2.0,-2.0
+1999,3,6,20,30,0.0,0.0,0.0,-2.0,-8.0,3.5,73.68,0.0,-2.0,-2.0
+1999,3,6,21,30,0.0,0.0,0.0,-3.0,-9.0,3.6,72.65,0.0,-3.0,-3.0
+1999,3,6,22,30,0.0,0.0,0.0,-3.0,-9.0,3.6,71.5,0.0,-3.0,-3.0
+1999,3,6,23,30,0.0,0.0,0.0,-3.0,-9.0,3.6,75.63,0.0,-3.0,-3.0
+1999,3,7,0,30,0.0,0.0,0.0,-3.0,-9.0,3.5,74.06,0.0,-3.0,-3.0
+1999,3,7,1,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,72.79,0.0,-3.0,-3.0
+1999,3,7,2,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,71.7,0.0,-3.0,-3.0
+1999,3,7,3,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,65.77,0.0,-3.0,-3.0
+1999,3,7,4,30,0.0,0.0,0.0,-3.0,-10.0,3.5,65.6,0.0,-3.0,-3.0
+1999,3,7,5,30,0.0,0.0,0.0,-2.0,-10.0,3.7,65.54,0.0,-2.0,-2.0
+1999,3,7,6,30,0.0,0.0,0.0,-1.0,-10.0,4.1000000000000005,56.77,0.0,-1.0,-1.0
+1999,3,7,7,30,307.0,67.0,128.0,2.0,-9.0,4.3,49.76,152.94148910518118,5.609306363651162,5.150481896335618
+1999,3,7,8,30,846.0,65.0,383.0,5.0,-7.0,4.5,46.01,489.68844643111544,16.40610708495576,14.937041745662412
+1999,3,7,9,30,938.0,76.0,568.0,8.0,-6.0,4.9,39.56,718.2049588546392,24.29811249672153,22.14349762015761
+1999,3,7,10,30,984.0,82.0,705.0,11.0,-6.0,5.2,34.7,887.4389889794327,30.749690043588156,28.087373076649857
+1999,3,7,11,30,997.0,87.0,780.0,12.0,-6.0,5.7,32.49,978.7025285579595,33.0871454923524,30.15103790667852
+1999,3,7,12,30,987.0,92.0,788.0,13.0,-6.0,6.0,30.87,987.2050394925682,33.862994279358254,30.901379160880552
+1999,3,7,13,30,958.0,94.0,730.0,13.0,-6.0,6.1000000000000005,29.43,913.6424211271793,32.184575393841286,29.443648130459746
+1999,3,7,14,30,906.0,93.0,612.0,13.0,-6.0,6.3000000000000025,31.7,766.7153769673367,28.89397114300768,26.59382501210567
+1999,3,7,15,30,365.0,177.0,338.0,11.0,-6.0,5.300000000000002,34.05,385.13963633546604,19.51575767972284,18.36033877071644
+1999,3,7,16,30,636.0,72.0,244.0,8.0,-3.0,3.6,48.99,308.82664354304757,15.630987658204962,14.70450772757582
+1999,3,7,17,30,127.0,31.0,42.0,5.0,-4.0,3.0,63.35,48.364348847435096,6.243392407804673,6.0982993612623675
+1999,3,7,18,30,0.0,0.0,0.0,3.0,-4.0,3.1,69.24,0.0,3.0,3.0
+1999,3,7,19,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,72.98,0.0,2.0,2.0
+1999,3,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.2,77.14,0.0,2.0,2.0
+1999,3,7,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,80.64,0.0,2.0,2.0
+1999,3,7,22,30,0.0,0.0,0.0,1.0,-2.0,1.2000000000000002,83.13,0.0,1.0,1.0
+1999,3,7,23,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.95,0.0,1.0,1.0
+1999,3,8,0,30,0.0,0.0,0.0,1.0,-2.0,2.6,82.01,0.0,1.0,1.0
+1999,3,8,1,30,0.0,0.0,0.0,0.0,-3.0,2.7,84.29,0.0,0.0,0.0
+1999,3,8,2,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,80.65,0.0,0.0,0.0
+1999,3,8,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,83.07000000000002,0.0,0.0,0.0
+1999,3,8,4,30,0.0,0.0,0.0,0.0,-5.0,1.9,85.7,0.0,0.0,0.0
+1999,3,8,5,30,0.0,0.0,0.0,-1.0,-5.0,2.4000000000000004,83.46000000000002,0.0,-1.0,-1.0
+1999,3,8,6,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,75.87,0.0,0.0,0.0
+1999,3,8,7,30,500.0,65.0,167.0,0.0,-6.0,5.0,67.95,207.67840904681185,4.68225496717773,4.059219740037295
+1999,3,8,8,30,734.0,93.0,372.0,2.0,-7.0,6.1000000000000005,58.36,463.1665225909462,11.725525946558927,10.336026378786087
+1999,3,8,9,30,869.0,100.0,561.0,4.0,-8.0,6.5,49.8,697.2489102012454,18.269885783750816,16.17813905314708
+1999,3,8,10,30,940.0,103.0,703.0,5.0,-9.0,6.3000000000000025,43.29,874.9273030710166,23.137198920209855,20.512417010996806
+1999,3,8,11,30,974.0,103.0,785.0,6.0,-9.0,5.9,38.55,976.6999783036622,26.77431768609855,23.84421775118756
+1999,3,8,12,30,986.0,100.0,801.0,6.0,-10.0,5.4,34.78,996.8828569396605,27.89955909955423,24.90891052873525
+1999,3,8,13,30,980.0,94.0,749.0,6.0,-10.0,4.9,33.93,934.9747019518965,27.217234281286608,24.412310175430918
+1999,3,8,14,30,953.0,84.0,634.0,6.0,-10.0,4.4,35.93,795.0833970406576,24.641005372637192,22.25575518151522
+1999,3,8,15,30,894.0,71.0,468.0,5.0,-10.0,3.6,38.43,590.7018860159676,19.59601655528118,17.82391089723328
+1999,3,8,16,30,762.0,55.0,265.0,3.0,-10.0,2.2,41.95,340.710573236472,12.237719988638807,11.215588268929391
+1999,3,8,17,30,413.0,27.0,62.0,0.0,-8.0,0.9,54.77,85.68269544093707,2.5347132905202603,2.277665204197449
+1999,3,8,18,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,61.01,0.0,0.0,0.0
+1999,3,8,19,30,0.0,0.0,0.0,-1.0,-9.0,0.8,63.48,0.0,-1.0,-1.0
+1999,3,8,20,30,0.0,0.0,0.0,-2.0,-10.0,1.0,67.1,0.0,-2.0,-2.0
+1999,3,8,21,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,70.84,0.0,-3.0,-3.0
+1999,3,8,22,30,0.0,0.0,0.0,-4.0,-10.0,1.4,69.35000000000001,0.0,-4.0,-4.0
+1999,3,8,23,30,0.0,0.0,0.0,-4.0,-11.0,1.6,67.23,0.0,-4.0,-4.0
+1999,3,9,0,30,0.0,0.0,0.0,-4.0,-11.0,1.8,64.62,0.0,-4.0,-4.0
+1999,3,9,1,30,0.0,0.0,0.0,-4.0,-11.0,2.2,62.61,0.0,-4.0,-4.0
+1999,3,9,2,30,0.0,0.0,0.0,-3.0,-12.0,2.5,60.67,0.0,-3.0,-3.0
+1999,3,9,3,30,0.0,0.0,0.0,-3.0,-12.0,2.6,55.72,0.0,-3.0,-3.0
+1999,3,9,4,30,0.0,0.0,0.0,-2.0,-12.0,2.5,57.3,0.0,-2.0,-2.0
+1999,3,9,5,30,0.0,0.0,0.0,-2.0,-11.0,2.5,55.25,0.0,-2.0,-2.0
+1999,3,9,6,30,0.0,0.0,0.0,-1.0,-11.0,2.7,49.84,0.0,-1.0,-1.0
+1999,3,9,7,30,595.0,55.0,178.0,2.0,-10.0,2.6,46.45,227.3280307808468,8.001562448718957,7.319578356376416
+1999,3,9,8,30,804.0,75.0,385.0,5.0,-8.0,1.7000000000000002,41.54,483.85802621083116,18.56472274694723,17.113148668314736
+1999,3,9,9,30,680.0,141.0,505.0,8.0,-7.0,0.8,37.14,609.2332957241322,26.144598155095593,24.316898267923197
+1999,3,9,10,30,960.0,88.0,706.0,10.0,-7.0,0.6000000000000001,36.14,879.849566842331,36.56041024284173,33.92086154231474
+1999,3,9,11,30,978.0,92.0,781.0,11.0,-6.0,1.2000000000000002,34.61,972.4986426396932,39.19383338593212,36.276337458013046
+1999,3,9,12,30,463.0,295.0,626.0,12.0,-6.0,1.9,32.82,711.8193569337034,31.69020102235681,29.5547429515557
+1999,3,9,13,30,373.0,311.0,562.0,12.0,-6.0,2.7,30.97,625.7823628452079,28.411520266104855,26.53417317756923
+1999,3,9,14,30,365.0,260.0,473.0,11.0,-6.0,3.4000000000000004,33.21,527.9902144825865,24.219668224533724,22.635697581085964
+1999,3,9,15,30,565.0,135.0,388.0,10.0,-6.0,3.3000000000000003,35.85,462.4661679529743,21.65582094726904,20.268422443410117
+1999,3,9,16,30,493.0,81.0,219.0,8.0,-4.0,2.4000000000000004,46.28,265.61702704814286,15.106345335076643,14.309494253932215
+1999,3,9,17,30,336.0,31.0,60.0,5.0,-4.0,2.0,64.29,78.98274550173973,7.1702502275830735,6.933301991077855
+1999,3,9,18,30,0.0,0.0,0.0,3.0,-5.0,2.5,62.85,0.0,3.0,3.0
+1999,3,9,19,30,0.0,0.0,0.0,2.0,-5.0,2.6,65.44,0.0,2.0,2.0
+1999,3,9,20,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.63,0.0,1.0,1.0
+1999,3,9,21,30,0.0,0.0,0.0,0.0,-5.0,1.9,70.23,0.0,0.0,0.0
+1999,3,9,22,30,0.0,0.0,0.0,0.0,-5.0,1.8,75.14,0.0,0.0,0.0
+1999,3,9,23,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,73.75,0.0,0.0,0.0
+1999,3,10,0,30,0.0,0.0,0.0,0.0,-6.0,1.6,76.72,0.0,0.0,0.0
+1999,3,10,1,30,0.0,0.0,0.0,-1.0,-7.0,1.6,73.64,0.0,-1.0,-1.0
+1999,3,10,2,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,76.24,0.0,-1.0,-1.0
+1999,3,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,73.41,0.0,-2.0,-2.0
+1999,3,10,4,30,0.0,0.0,0.0,-2.0,-8.0,1.8,71.25,0.0,-2.0,-2.0
+1999,3,10,5,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.14,0.0,-1.0,-1.0
+1999,3,10,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,56.68,0.0,0.0,0.0
+1999,3,10,7,30,393.0,66.0,150.0,2.0,-7.0,3.6,56.87000000000001,180.51573465893804,6.460474418562093,5.9189272145852785
+1999,3,10,8,30,876.0,65.0,408.0,4.0,-8.0,4.3,44.7,513.8866321369791,16.127345577835282,14.585685681424346
+1999,3,10,9,30,962.0,75.0,594.0,6.0,-9.0,4.0,38.03,743.4667021367989,23.893756232425662,21.663356126015266
+1999,3,10,10,30,1001.0,82.0,731.0,7.0,-10.0,3.1,31.54,911.1025526815442,30.268815188179897,27.535507530135263
+1999,3,10,11,30,1011.0,88.0,805.0,8.0,-10.0,2.2,29.1,1001.3923292183265,35.15085078874054,32.14667380108556
+1999,3,10,12,30,1004.0,91.0,814.0,9.0,-10.0,1.7000000000000002,27.17,1010.0056499679602,37.31501364554387,34.28499669563999
+1999,3,10,13,30,981.0,91.0,756.0,10.0,-10.0,1.9,27.31,937.7105924721754,35.93875803842476,33.12562626100823
+1999,3,10,14,30,935.0,89.0,636.0,9.0,-10.0,2.9000000000000004,29.34,790.5116682896767,29.45829931488788,27.08676431001885
+1999,3,10,15,30,853.0,81.0,466.0,8.0,-10.0,3.9,31.93,579.7263314089637,22.044799993367533,20.305620999140643
+1999,3,10,16,30,699.0,66.0,264.0,6.0,-9.0,4.1000000000000005,38.9,329.9622781193948,13.88958964116045,12.899702806802265
+1999,3,10,17,30,340.0,33.0,64.0,3.0,-8.0,3.3000000000000003,49.71,81.96908165084764,5.065917477084524,4.820010232131981
+1999,3,10,18,30,0.0,0.0,0.0,1.0,-8.0,2.4000000000000004,52.99,0.0,1.0,1.0
+1999,3,10,19,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.24,0.0,0.0,0.0
+1999,3,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.3,63.06,0.0,0.0,0.0
+1999,3,10,21,30,0.0,0.0,0.0,-1.0,-8.0,1.3,66.22,0.0,-1.0,-1.0
+1999,3,10,22,30,0.0,0.0,0.0,-1.0,-8.0,1.3,71.77,0.0,-1.0,-1.0
+1999,3,10,23,30,0.0,0.0,0.0,-2.0,-8.0,1.3,77.77,0.0,-2.0,-2.0
+1999,3,11,0,30,0.0,0.0,0.0,-3.0,-8.0,1.4,85.54,0.0,-3.0,-3.0
+1999,3,11,1,30,0.0,0.0,0.0,-4.0,-7.0,1.5,87.19,0.0,-4.0,-4.0
+1999,3,11,2,30,0.0,0.0,0.0,-4.0,-7.0,1.7000000000000002,88.44,0.0,-4.0,-4.0
+1999,3,11,3,30,0.0,0.0,0.0,-4.0,-7.0,1.9,89.91,0.0,-4.0,-4.0
+1999,3,11,4,30,0.0,0.0,0.0,-3.0,-7.0,2.3000000000000003,91.41,0.0,-3.0,-3.0
+1999,3,11,5,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,86.07000000000002,0.0,-2.0,-2.0
+1999,3,11,6,30,0.0,12.0,12.0,-1.0,-6.0,4.2,74.82000000000002,11.728616793536586,-0.7213944738951831,-0.7565803242757928
+1999,3,11,7,30,379.0,78.0,161.0,1.0,-6.0,5.9,67.05,189.42677852490715,5.029089958786883,4.460809623212161
+1999,3,11,8,30,499.0,139.0,337.0,3.0,-5.0,6.9,59.68,394.1221234456277,10.862652492261496,9.680286121924613
+1999,3,11,9,30,550.0,192.0,492.0,5.0,-6.0,7.1000000000000005,51.03,572.6593798845622,16.279922482204405,14.56194434255072
+1999,3,11,10,30,541.0,251.0,605.0,6.0,-6.0,7.2,46.3,696.1518042817945,19.625553295557996,17.53709788271261
+1999,3,11,11,30,526.0,293.0,668.0,7.0,-6.0,7.2,42.26,764.1776046362756,21.957000204841272,19.664467390932444
+1999,3,11,12,30,526.0,297.0,678.0,8.0,-6.0,7.1000000000000005,39.11,774.2421071416807,23.250585702057737,20.927859380632697
+1999,3,11,13,30,896.0,126.0,737.0,9.0,-6.0,7.1000000000000005,36.64,900.5097397166799,26.7377345334356,24.03620531428556
+1999,3,11,14,30,846.0,120.0,620.0,9.0,-6.0,7.1000000000000005,36.88,755.6160380740314,23.883699866233968,21.616851752011875
+1999,3,11,15,30,444.0,169.0,372.0,8.0,-6.0,6.9,39.93,426.5296464260103,16.509175679293094,15.229586740015062
+1999,3,11,16,30,269.0,111.0,188.0,5.0,-5.0,5.9,51.8,211.05934921337683,9.489212725073594,8.856034677433463
+1999,3,11,17,30,81.0,38.0,46.0,3.0,-5.0,4.6000000000000005,63.58,49.09229154100137,4.136042484423383,3.9887656098003785
+1999,3,11,18,30,0.0,0.0,0.0,1.0,-4.0,3.6,69.35000000000001,0.0,1.0,1.0
+1999,3,11,19,30,0.0,0.0,0.0,0.0,-4.0,2.9000000000000004,80.18,0.0,0.0,0.0
+1999,3,11,20,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,85.63,0.0,0.0,0.0
+1999,3,11,21,30,0.0,0.0,0.0,-1.0,-5.0,2.2,91.34,0.0,-1.0,-1.0
+1999,3,11,22,30,0.0,0.0,0.0,-1.0,-5.0,2.0,90.88,0.0,-1.0,-1.0
+1999,3,11,23,30,0.0,0.0,0.0,-1.0,-5.0,1.8,90.34,0.0,-1.0,-1.0
+1999,3,12,0,30,0.0,0.0,0.0,-1.0,-5.0,1.3,89.4,0.0,-1.0,-1.0
+1999,3,12,1,30,0.0,0.0,0.0,-2.0,-5.0,0.9,87.75,0.0,-2.0,-2.0
+1999,3,12,2,30,0.0,0.0,0.0,-3.0,-6.0,0.8,91.87,0.0,-3.0,-3.0
+1999,3,12,3,30,0.0,0.0,0.0,-3.0,-6.0,0.9,89.05,0.0,-3.0,-3.0
+1999,3,12,4,30,0.0,0.0,0.0,-3.0,-7.0,0.9,92.42,0.0,-3.0,-3.0
+1999,3,12,5,30,0.0,0.0,0.0,-4.0,-7.0,1.3,88.76,0.0,-4.0,-4.0
+1999,3,12,6,30,0.0,6.0,6.0,-3.0,-7.0,2.5,79.61,5.864308396768293,-2.84414654068226,-2.861739465872565
+1999,3,12,7,30,94.0,88.0,109.0,-2.0,-8.0,3.9,79.05,114.41019597317859,0.7717704588990343,0.4285398709794985
+1999,3,12,8,30,92.0,175.0,213.0,-2.0,-8.0,4.7,72.59,218.98425848408112,3.034549357243642,2.3775965817913987
+1999,3,12,9,30,0.0,92.0,92.0,-1.0,-8.0,5.2,71.24,89.91939541711383,1.0011293288309617,0.7313711425796203
+1999,3,12,10,30,6.0,157.0,162.0,-1.0,-8.0,5.4,65.34,158.47619902569033,2.481410942395101,2.00598234531803
+1999,3,12,11,30,0.0,36.0,36.0,-1.0,-8.0,5.2,65.85,35.185850380609764,-0.21694939306614536,-0.32250694420797466
+1999,3,12,12,30,5.0,137.0,141.0,-1.0,-8.0,4.800000000000002,66.42,138.51796600026228,2.1639019852094528,1.748348087208666
+1999,3,12,13,30,9.0,175.0,181.0,-1.0,-8.0,4.5,65.94,178.87035114427502,3.1663518801484263,2.6297408267156013
+1999,3,12,14,30,15.0,205.0,215.0,-1.0,-8.0,4.5,70.59,211.72042246548605,3.9315147790670046,3.2963535116705467
+1999,3,12,15,30,26.0,178.0,190.0,-2.0,-8.0,4.5,70.92,189.32456795597537,2.40985755669163,1.8418838528237038
+1999,3,12,16,30,0.0,87.0,87.0,-2.0,-8.0,4.1000000000000005,71.62,85.03247175314027,0.03317576824067575,-0.22192164701874506
+1999,3,12,17,30,177.0,43.0,61.0,-3.0,-8.0,3.3000000000000003,76.9,68.36981046032192,-1.2768333682621575,-1.4819427996431231
+1999,3,12,18,30,0.0,0.0,0.0,-4.0,-8.0,2.8000000000000003,81.81,0.0,-4.0,-4.0
+1999,3,12,19,30,0.0,0.0,0.0,-4.0,-8.0,2.6,87.68,0.0,-4.0,-4.0
+1999,3,12,20,30,0.0,0.0,0.0,-4.0,-8.0,2.6,81.36,0.0,-4.0,-4.0
+1999,3,12,21,30,0.0,0.0,0.0,-4.0,-8.0,2.7,82.16,0.0,-4.0,-4.0
+1999,3,12,22,30,0.0,0.0,0.0,-4.0,-8.0,2.7,88.82000000000002,0.0,-4.0,-4.0
+1999,3,12,23,30,0.0,0.0,0.0,-4.0,-8.0,2.4000000000000004,88.13,0.0,-4.0,-4.0
+1999,3,13,0,30,0.0,0.0,0.0,-5.0,-8.0,1.9,86.52,0.0,-5.0,-5.0
+1999,3,13,1,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.86,0.0,-5.0,-5.0
+1999,3,13,2,30,0.0,0.0,0.0,-5.0,-9.0,1.6,87.27,0.0,-5.0,-5.0
+1999,3,13,3,30,0.0,0.0,0.0,-6.0,-10.0,1.6,83.67,0.0,-6.0,-6.0
+1999,3,13,4,30,0.0,0.0,0.0,-6.0,-10.0,1.8,79.19,0.0,-6.0,-6.0
+1999,3,13,5,30,0.0,0.0,0.0,-5.0,-11.0,2.2,68.94,0.0,-5.0,-5.0
+1999,3,13,6,30,0.0,19.0,19.0,-3.0,-12.0,3.0,56.48,18.570309923099597,-2.52257845046566,-2.578289380234959
+1999,3,13,7,30,580.0,66.0,199.0,0.0,-10.0,3.4000000000000004,50.96,241.77089209350447,6.053390559440157,5.328077883159644
+1999,3,13,8,30,797.0,87.0,411.0,2.0,-8.0,3.4000000000000004,51.19,503.03784062043974,14.594917812832701,13.085804290971382
+1999,3,13,9,30,910.0,94.0,600.0,5.0,-8.0,3.4000000000000004,45.89,734.9550552199518,23.40159480885997,21.196729643200115
+1999,3,13,10,30,970.0,96.0,739.0,6.0,-8.0,3.8,39.17,908.2536185603071,28.14903746158565,25.424276605904726
+1999,3,13,11,30,995.0,96.0,817.0,7.0,-8.0,4.1000000000000005,35.68,1003.456153723633,30.993219227659765,27.982850766488866
+1999,3,13,12,30,998.0,95.0,827.0,8.0,-8.0,4.1000000000000005,33.27,1016.3164083726858,32.30071538279644,29.251766157678386
+1999,3,13,13,30,989.0,88.0,771.0,9.0,-8.0,4.0,33.76,948.6386747808275,31.831835172163615,28.985919147821132
+1999,3,13,14,30,965.0,78.0,655.0,9.0,-8.0,3.7,34.59,808.2348625491127,28.84006654368968,26.415361956042343
+1999,3,13,15,30,907.0,67.0,487.0,8.0,-8.0,2.9000000000000004,38.26,602.5064510696577,23.592758221776243,21.78523886856727
+1999,3,13,16,30,783.0,54.0,284.0,5.0,-5.0,1.6,52.04,353.67543243446653,14.981772829436052,13.920746532132652
+1999,3,13,17,30,469.0,29.0,78.0,2.0,-5.0,0.8,64.24,98.73199932987646,4.94050319551308,4.6443071975234504
+1999,3,13,18,30,0.0,0.0,0.0,0.0,-8.0,1.0,57.22,0.0,0.0,0.0
+1999,3,13,19,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.94000000000001,0.0,0.0,0.0
+1999,3,13,20,30,0.0,0.0,0.0,-1.0,-8.0,1.8,68.15,0.0,-1.0,-1.0
+1999,3,13,21,30,0.0,0.0,0.0,-1.0,-8.0,2.0,71.44,0.0,-1.0,-1.0
+1999,3,13,22,30,0.0,0.0,0.0,-1.0,-9.0,2.0,66.53,0.0,-1.0,-1.0
+1999,3,13,23,30,0.0,0.0,0.0,-1.0,-10.0,1.9,61.17,0.0,-1.0,-1.0
+1999,3,14,0,30,0.0,0.0,0.0,-1.0,-11.0,1.8,57.18,0.0,-1.0,-1.0
+1999,3,14,1,30,0.0,0.0,0.0,-1.0,-11.0,1.7000000000000002,54.65,0.0,-1.0,-1.0
+1999,3,14,2,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,49.32,0.0,-1.0,-1.0
+1999,3,14,3,30,0.0,0.0,0.0,-1.0,-12.0,1.9,48.83,0.0,-1.0,-1.0
+1999,3,14,4,30,0.0,0.0,0.0,-1.0,-12.0,2.0,48.78,0.0,-1.0,-1.0
+1999,3,14,5,30,0.0,0.0,0.0,0.0,-12.0,2.2,48.42,0.0,0.0,0.0
+1999,3,14,6,30,271.0,15.0,26.0,1.0,-11.0,2.9000000000000004,43.42,33.77794726867166,1.8741671795434631,1.7728333377374481
+1999,3,14,7,30,732.0,45.0,217.0,5.0,-10.0,3.3000000000000003,37.63,270.2635547649012,11.811619576099348,11.000828911804645
+1999,3,14,8,30,888.0,60.0,427.0,9.0,-8.0,2.4000000000000004,31.93,527.4473570938237,23.111380988022415,21.529038916740944
+1999,3,14,9,30,961.0,70.0,609.0,12.0,-8.0,1.5,26.09,750.7188843886217,33.33006929989152,31.077912646725657
+1999,3,14,10,30,998.0,76.0,744.0,14.0,-7.0,1.2000000000000002,26.33,915.3269957449635,40.536362808313484,37.7903818210786
+1999,3,14,11,30,1015.0,80.0,820.0,15.0,-7.0,1.1,25.53,1008.9915841606742,44.4492306003323,41.42225584785028
+1999,3,14,12,30,1015.0,81.0,830.0,16.0,-7.0,1.0,24.21,1020.95815975128,45.99976757843691,42.93689309918307
+1999,3,14,13,30,998.0,81.0,774.0,16.0,-6.0,0.9,22.76,951.8887479174043,44.1593039064242,41.30363766267199
+1999,3,14,14,30,962.0,77.0,657.0,16.0,-6.0,0.7000000000000001,22.83,806.8641106281492,40.19325693672705,37.7726646048426
+1999,3,14,15,30,85.0,208.0,248.0,15.0,-6.0,0.5,24.66,253.76812579084807,22.712550623513028,21.951246246140485
+1999,3,14,16,30,765.0,57.0,285.0,12.0,-3.0,0.5,39.04,350.79984401170987,22.661549976889805,21.609150444854677
+1999,3,14,17,30,446.0,31.0,79.0,8.0,-2.0,0.7000000000000001,52.56,97.78704345796342,10.932076214939864,10.638715084565973
+1999,3,14,18,30,0.0,0.0,0.0,6.0,-5.0,1.1,50.46,0.0,6.0,6.0
+1999,3,14,19,30,0.0,0.0,0.0,4.0,-5.0,1.5,56.86,0.0,4.0,4.0
+1999,3,14,20,30,0.0,0.0,0.0,3.0,-6.0,1.8,63.48,0.0,3.0,3.0
+1999,3,14,21,30,0.0,0.0,0.0,2.0,-6.0,1.9,60.95,0.0,2.0,2.0
+1999,3,14,22,30,0.0,0.0,0.0,2.0,-7.0,1.9,58.02,0.0,2.0,2.0
+1999,3,14,23,30,0.0,0.0,0.0,1.0,-7.0,2.0,55.12000000000001,0.0,1.0,1.0
+1999,3,15,0,30,0.0,0.0,0.0,1.0,-8.0,2.2,52.17,0.0,1.0,1.0
+1999,3,15,1,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,50.16,0.0,1.0,1.0
+1999,3,15,2,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.63,0.0,1.0,1.0
+1999,3,15,3,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.42,0.0,1.0,1.0
+1999,3,15,4,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,48.89,0.0,1.0,1.0
+1999,3,15,5,30,0.0,0.0,0.0,2.0,-9.0,2.3000000000000003,48.3,0.0,2.0,2.0
+1999,3,15,6,30,0.0,9.0,9.0,4.0,-9.0,2.2,43.05,8.796462595152441,4.238499373743106,4.212109985957649
+1999,3,15,7,30,0.0,73.0,73.0,8.0,-7.0,2.6,38.7,71.34908549401425,9.8836480075971,9.669600751115057
+1999,3,15,8,30,80.0,181.0,215.0,11.0,-5.0,3.0,34.37,219.42030218710892,16.641046439357304,15.982785532795978
+1999,3,15,9,30,361.0,247.0,452.0,14.0,-7.0,3.0,27.16,498.9141704958153,26.826515946643656,25.32977343515621
+1999,3,15,10,30,19.0,241.0,254.0,15.0,-9.0,2.9000000000000004,20.57,251.6214801251229,21.511918496525627,20.75705405615026
+1999,3,15,11,30,105.0,372.0,450.0,16.0,-9.0,2.7,18.23,460.17912780596174,28.068475448379008,26.687938064961124
+1999,3,15,12,30,540.0,304.0,705.0,17.0,-9.0,2.5,17.04,799.5334764437061,38.248892403537376,35.85029197420626
+1999,3,15,13,30,523.0,277.0,643.0,18.0,-9.0,2.4000000000000004,16.04,729.2405547461889,37.510177009209606,35.32245534497104
+1999,3,15,14,30,42.0,260.0,286.0,18.0,-9.0,2.3000000000000003,17.17,286.1450924776756,25.706725362764775,24.848290085331747
+1999,3,15,15,30,224.0,213.0,319.0,17.0,-9.0,1.7000000000000002,18.78,341.55640980921453,26.575366637580373,25.55069740815273
+1999,3,15,16,30,393.0,103.0,222.0,14.0,-2.0,1.0,38.36,252.82437469355762,21.428974837537034,20.67050171345636
+1999,3,15,17,30,165.0,42.0,60.0,11.0,-2.0,1.1,43.0,66.21681515093172,12.93265661439733,12.734006168944534
+1999,3,15,18,30,0.0,0.0,0.0,9.0,-5.0,1.4,40.68,0.0,9.0,9.0
+1999,3,15,19,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,43.83,0.0,8.0,8.0
+1999,3,15,20,30,0.0,0.0,0.0,6.0,-5.0,2.0,50.97,0.0,6.0,6.0
+1999,3,15,21,30,0.0,0.0,0.0,5.0,-5.0,2.5,51.9,0.0,5.0,5.0
+1999,3,15,22,30,0.0,0.0,0.0,5.0,-6.0,2.8000000000000003,51.91,0.0,5.0,5.0
+1999,3,15,23,30,0.0,0.0,0.0,4.0,-7.0,2.8000000000000003,49.42,0.0,4.0,4.0
+1999,3,16,0,30,0.0,0.0,0.0,4.0,-7.0,2.7,47.94,0.0,4.0,4.0
+1999,3,16,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,50.87000000000001,0.0,4.0,4.0
+1999,3,16,2,30,0.0,0.0,0.0,3.0,-8.0,2.5,50.42,0.0,3.0,3.0
+1999,3,16,3,30,0.0,0.0,0.0,3.0,-8.0,2.4000000000000004,53.34,0.0,3.0,3.0
+1999,3,16,4,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,51.63,0.0,2.0,2.0
+1999,3,16,5,30,0.0,0.0,0.0,2.0,-9.0,2.1,49.5,0.0,2.0,2.0
+1999,3,16,6,30,223.0,20.0,31.0,5.0,-8.0,2.1,41.25,36.75048942957921,6.0030909583640035,5.892839490075266
+1999,3,16,7,30,0.0,7.0,7.0,10.0,-6.0,2.6,35.33,6.8416931295630095,10.180623781550407,10.160098702161719
+1999,3,16,8,30,841.0,81.0,437.0,14.0,-8.0,2.8000000000000003,24.05,528.932760606116,27.779789753997463,26.192991472179116
+1999,3,16,9,30,638.0,169.0,534.0,15.0,-10.0,2.6,18.16,622.3425872370743,31.430124736361005,29.56309697464978
+1999,3,16,10,30,597.0,242.0,647.0,16.0,-11.0,2.7,16.35,743.2873743718955,35.49316013411138,33.26329801099569
+1999,3,16,11,30,594.0,281.0,720.0,17.0,-11.0,3.0,15.37,822.6873886932112,38.1503571840612,35.682295017981566
+1999,3,16,12,30,470.0,322.0,673.0,18.0,-11.0,3.3000000000000003,15.52,753.1585243276054,36.982320249131384,34.72284467614857
+1999,3,16,13,30,545.0,276.0,659.0,17.0,-10.0,3.6,15.79,748.7210422912017,35.50060916899519,33.254446042121586
+1999,3,16,14,30,491.0,232.0,531.0,17.0,-10.0,3.7,17.18,602.0031984125146,31.77761486104238,29.971605265804836
+1999,3,16,15,30,270.0,210.0,339.0,16.0,-10.0,3.5,18.96,366.4463794823437,25.114639067637412,24.01529992919038
+1999,3,16,16,30,315.0,114.0,211.0,12.0,-7.0,2.5,28.74,233.8164205284698,18.214048702611784,17.512599441026374
+1999,3,16,17,30,82.0,43.0,52.0,8.0,-4.0,1.7000000000000002,46.54,54.63153654773006,9.531568365855257,9.367673756212067
+1999,3,16,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.99,0.0,6.0,6.0
+1999,3,16,19,30,0.0,0.0,0.0,5.0,-5.0,1.7000000000000002,53.23,0.0,5.0,5.0
+1999,3,16,20,30,0.0,0.0,0.0,5.0,-6.0,1.8,55.27,0.0,5.0,5.0
+1999,3,16,21,30,0.0,0.0,0.0,4.0,-6.0,1.9,57.31,0.0,4.0,4.0
+1999,3,16,22,30,0.0,0.0,0.0,3.0,-6.0,1.9,55.34,0.0,3.0,3.0
+1999,3,16,23,30,0.0,0.0,0.0,2.0,-7.0,1.8,57.99,0.0,2.0,2.0
+1999,3,17,0,30,0.0,0.0,0.0,1.0,-7.0,1.5,57.66,0.0,1.0,1.0
+1999,3,17,1,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,57.6,0.0,0.0,0.0
+1999,3,17,2,30,0.0,0.0,0.0,0.0,-7.0,0.8,61.94000000000001,0.0,0.0,0.0
+1999,3,17,3,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,66.81,0.0,0.0,0.0
+1999,3,17,4,30,0.0,0.0,0.0,0.0,-7.0,0.7000000000000001,67.89,0.0,0.0,0.0
+1999,3,17,5,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,74.71000000000002,0.0,-1.0,-1.0
+1999,3,17,6,30,247.0,21.0,34.0,0.0,-6.0,0.8,70.95,40.40545875396816,1.203382706606069,1.0821663303441644
+1999,3,17,7,30,675.0,57.0,226.0,2.0,-6.0,1.3,60.12000000000001,271.4667121775481,9.817406411944013,9.00300627541137
+1999,3,17,8,30,834.0,77.0,434.0,4.0,-7.0,1.8,50.26,524.1258961170156,18.595571605429598,17.02319391707855
+1999,3,17,9,30,911.0,89.0,614.0,6.0,-7.0,2.6,43.54,742.7219825909691,25.608195017768196,23.380029069995288
+1999,3,17,10,30,951.0,97.0,747.0,8.0,-7.0,3.5,41.11,904.921174641847,30.508149495635354,27.793385971709814
+1999,3,17,11,30,970.0,101.0,823.0,9.0,-7.0,4.2,38.6,996.3185815772522,32.66688821663133,29.67793247189957
+1999,3,17,12,30,973.0,102.0,833.0,10.0,-7.0,4.6000000000000005,35.92,1009.7160564073065,33.36579331044482,30.336645141222903
+1999,3,17,13,30,960.0,98.0,778.0,10.0,-7.0,4.800000000000002,33.230000000000004,941.4982494377596,31.504850717066635,28.680355968753357
+1999,3,17,14,30,927.0,91.0,661.0,9.0,-7.0,4.7,35.160000000000004,799.1055294956399,27.37180561626795,24.97448902778103
+1999,3,17,15,30,863.0,81.0,493.0,8.0,-7.0,4.6000000000000005,37.09,595.7151321695239,21.7854167633069,19.998271366798328
+1999,3,17,16,30,738.0,64.0,292.0,6.0,-7.0,4.0,41.73,350.28920989274036,14.430760536625035,13.379892906946814
+1999,3,17,17,30,438.0,35.0,87.0,3.0,-7.0,2.7,52.35,102.06942805367581,5.676832372578362,5.370624088417335
+1999,3,17,18,30,0.0,0.0,0.0,1.0,-7.0,1.9,55.41,0.0,1.0,1.0
+1999,3,17,19,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.82,0.0,0.0,0.0
+1999,3,17,20,30,0.0,0.0,0.0,0.0,-8.0,2.0,58.96,0.0,0.0,0.0
+1999,3,17,21,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,57.46,0.0,0.0,0.0
+1999,3,17,22,30,0.0,0.0,0.0,0.0,-9.0,2.7,61.02,0.0,0.0,0.0
+1999,3,17,23,30,0.0,0.0,0.0,-1.0,-9.0,3.0,59.99,0.0,-1.0,-1.0
+1999,3,18,0,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,58.24,0.0,-1.0,-1.0
+1999,3,18,1,30,0.0,0.0,0.0,-1.0,-10.0,3.6,57.06,0.0,-1.0,-1.0
+1999,3,18,2,30,0.0,0.0,0.0,-1.0,-10.0,3.8,56.85,0.0,-1.0,-1.0
+1999,3,18,3,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,57.28,0.0,-1.0,-1.0
+1999,3,18,4,30,0.0,0.0,0.0,-1.0,-10.0,2.7,57.55,0.0,-1.0,-1.0
+1999,3,18,5,30,0.0,0.0,0.0,0.0,-10.0,3.2,57.29,0.0,0.0,0.0
+1999,3,18,6,30,190.0,25.0,36.0,1.0,-9.0,3.9,48.42,40.37103901235903,1.978053156693744,1.8569400396566669
+1999,3,18,7,30,392.0,83.0,183.0,5.0,-9.0,3.4000000000000004,43.9,207.7933625525687,10.202670876953922,9.579290789296216
+1999,3,18,8,30,308.0,181.0,315.0,8.0,-9.0,3.4000000000000004,35.36,343.7273486719947,16.606147205957843,15.574965159941858
+1999,3,18,9,30,294.0,269.0,440.0,10.0,-7.0,4.2,32.14,475.48361464022025,21.29479843557184,19.868347591651176
+1999,3,18,10,30,0.0,56.0,56.0,11.0,-6.0,4.6000000000000005,31.71,54.733545036504076,12.266586474836634,12.102385839727122
+1999,3,18,11,30,531.0,308.0,706.0,11.0,-6.0,4.6000000000000005,31.68,793.831394298051,29.370016169207332,26.98852198631318
+1999,3,18,12,30,504.0,321.0,703.0,11.0,-7.0,4.6000000000000005,33.02,786.3252994484387,29.19631796988516,26.837342071539844
+1999,3,18,13,30,463.0,295.0,625.0,10.0,-7.0,4.800000000000002,34.480000000000004,697.166094726618,25.924036822213314,23.83253853803346
+1999,3,18,14,30,147.0,305.0,396.0,9.0,-7.0,4.800000000000002,37.03,410.97800580863077,18.3871875685273,17.154253551101405
+1999,3,18,15,30,396.0,192.0,382.0,7.0,-7.0,4.3,40.89,425.2806520150066,17.036309785109047,15.760467829064027
+1999,3,18,16,30,361.0,112.0,224.0,6.0,-6.0,3.6,49.08,250.6873400115232,12.194387814953897,11.442325794919327
+1999,3,18,17,30,218.0,44.0,70.0,4.0,-5.0,2.7,60.59,77.03012323862163,6.020161486947977,5.789071117232112
+1999,3,18,18,30,0.0,0.0,0.0,2.0,-4.0,2.0,70.01,0.0,2.0,2.0
+1999,3,18,19,30,0.0,0.0,0.0,2.0,-4.0,1.5,70.67,0.0,2.0,2.0
+1999,3,18,20,30,0.0,0.0,0.0,1.0,-4.0,1.0,70.12,0.0,1.0,1.0
+1999,3,18,21,30,0.0,0.0,0.0,1.0,-5.0,1.0,68.77,0.0,1.0,1.0
+1999,3,18,22,30,0.0,0.0,0.0,1.0,-5.0,1.1,68.5,0.0,1.0,1.0
+1999,3,18,23,30,0.0,0.0,0.0,1.0,-5.0,1.2000000000000002,74.03,0.0,1.0,1.0
+1999,3,19,0,30,0.0,0.0,0.0,0.0,-4.0,1.4,74.79,0.0,0.0,0.0
+1999,3,19,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,75.51,0.0,0.0,0.0
+1999,3,19,2,30,0.0,0.0,0.0,0.0,-4.0,1.1,80.99,0.0,0.0,0.0
+1999,3,19,3,30,0.0,0.0,0.0,0.0,-4.0,1.0,80.42,0.0,0.0,0.0
+1999,3,19,4,30,0.0,0.0,0.0,0.0,-4.0,1.1,79.97,0.0,0.0,0.0
+1999,3,19,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,74.65,0.0,0.0,0.0
+1999,3,19,6,30,64.0,23.0,27.0,2.0,-4.0,1.1,71.79,28.066035060266593,2.8191576139005585,2.7349595087197587
+1999,3,19,7,30,320.0,93.0,176.0,5.0,-3.0,1.5,67.68,195.4192610963056,10.552419778426676,9.96616199513776
+1999,3,19,8,30,819.0,78.0,437.0,7.0,-2.0,1.9,59.28,522.5885535147528,21.455737358722207,19.88797169817795
+1999,3,19,9,30,905.0,86.0,617.0,10.0,-1.0,2.5,53.99,741.2743436884621,29.700561933441364,27.476738902375978
+1999,3,19,10,30,950.0,92.0,751.0,11.0,-1.0,3.0,47.97,904.8018877525767,34.261427572358464,31.54702190910073
+1999,3,19,11,30,970.0,95.0,825.0,12.0,-1.0,3.4000000000000004,45.12,995.6167167199478,36.927967058509516,33.94111690834967
+1999,3,19,12,30,973.0,96.0,835.0,13.0,-1.0,3.6,42.15,1008.4255982578956,37.9178089242527,34.89253212947901
+1999,3,19,13,30,958.0,94.0,780.0,13.0,-1.0,3.8,41.93,939.7319408737692,35.91668046999327,33.09748464737196
+1999,3,19,14,30,922.0,90.0,663.0,13.0,-1.0,3.8,44.42,797.5153242453422,32.44852894822331,30.05598297548729
+1999,3,19,15,30,855.0,81.0,496.0,12.0,-1.0,3.6,47.07,593.4955261681521,26.665046329649773,24.884559751145318
+1999,3,19,16,30,731.0,65.0,296.0,10.0,-1.0,2.7,54.05,350.4477725728376,19.19070440982223,18.13936109210372
+1999,3,19,17,30,442.0,37.0,92.0,6.0,0.0,1.5,71.37,105.66394506615487,9.00221470064191,8.685222865443444
+1999,3,19,18,30,0.0,0.0,0.0,4.0,-1.0,1.0,78.15,0.0,4.0,4.0
+1999,3,19,19,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,76.75,0.0,4.0,4.0
+1999,3,19,20,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,81.42,0.0,4.0,4.0
+1999,3,19,21,30,0.0,0.0,0.0,3.0,-2.0,1.1,80.32000000000002,0.0,3.0,3.0
+1999,3,19,22,30,0.0,0.0,0.0,3.0,-2.0,1.3,85.05,0.0,3.0,3.0
+1999,3,19,23,30,0.0,0.0,0.0,3.0,-2.0,1.4,83.38,0.0,3.0,3.0
+1999,3,20,0,30,0.0,0.0,0.0,3.0,-2.0,1.5,75.53,0.0,3.0,3.0
+1999,3,20,1,30,0.0,0.0,0.0,3.0,-3.0,1.4,73.35000000000002,0.0,3.0,3.0
+1999,3,20,2,30,0.0,0.0,0.0,3.0,-3.0,1.4,71.12,0.0,3.0,3.0
+1999,3,20,3,30,0.0,0.0,0.0,3.0,-4.0,1.4,68.81,0.0,3.0,3.0
+1999,3,20,4,30,0.0,0.0,0.0,3.0,-4.0,1.4,66.41,0.0,3.0,3.0
+1999,3,20,5,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.65,0.0,3.0,3.0
+1999,3,20,6,30,354.0,23.0,48.0,6.0,-5.0,1.3,54.16,54.60168477269703,7.572360593389653,7.408555539071561
+1999,3,20,7,30,735.0,54.0,250.0,9.0,-3.0,1.0,47.74,295.4347220928297,17.681034489742594,16.794730323464105
+1999,3,20,8,30,878.0,70.0,460.0,12.0,-5.0,1.3,32.65,549.8856700943103,27.83501611947145,26.18535910918852
+1999,3,20,9,30,946.0,82.0,641.0,14.0,-6.0,2.2,25.88,770.124703437184,34.88046842546492,32.57009431515337
+1999,3,20,10,30,980.0,89.0,774.0,15.0,-7.0,2.7,23.5,930.4477821217291,39.401554820777584,36.610211474412395
+1999,3,20,11,30,994.0,94.0,847.0,16.0,-7.0,3.1,21.84,1019.5617187301586,42.03877372119197,38.980088565001495
+1999,3,20,12,30,990.0,97.0,854.0,17.0,-7.0,3.3000000000000003,21.7,1027.6467637901126,42.90041716737216,39.81747687600183
+1999,3,20,13,30,969.0,97.0,795.0,17.0,-7.0,3.5,21.51,954.3080141780673,40.73655081781478,37.87362677528058
+1999,3,20,14,30,925.0,94.0,674.0,16.0,-7.0,3.7,21.26,805.3015622954258,35.76806164149799,33.35215695461171
+1999,3,20,15,30,599.0,141.0,434.0,15.0,-7.0,4.0,22.49,499.005470030998,27.010063414701126,25.513047004608133
+1999,3,20,16,30,563.0,85.0,264.0,13.0,-7.0,3.4000000000000004,28.41,304.75929601059283,20.630476230607066,19.716198342575286
+1999,3,20,17,30,339.0,44.0,87.0,9.0,-4.0,2.5,45.67,96.6910282989104,11.569720114596846,11.279647029700115
+1999,3,20,18,30,0.0,0.0,0.0,6.0,-5.0,2.5,55.0,0.0,6.0,6.0
+1999,3,20,19,30,0.0,0.0,0.0,5.0,-5.0,2.8000000000000003,54.25,0.0,5.0,5.0
+1999,3,20,20,30,0.0,0.0,0.0,5.0,-5.0,3.1,57.85,0.0,5.0,5.0
+1999,3,20,21,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,57.6,0.0,4.0,4.0
+1999,3,20,22,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,61.88,0.0,4.0,4.0
+1999,3,20,23,30,0.0,0.0,0.0,4.0,-5.0,3.4000000000000004,61.76,0.0,4.0,4.0
+1999,3,21,0,30,0.0,0.0,0.0,4.0,-5.0,3.5,61.17,0.0,4.0,4.0
+1999,3,21,1,30,0.0,0.0,0.0,4.0,-5.0,3.5,57.22,0.0,4.0,4.0
+1999,3,21,2,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,58.62000000000001,0.0,4.0,4.0
+1999,3,21,3,30,0.0,0.0,0.0,3.0,-4.0,3.1,64.67,0.0,3.0,3.0
+1999,3,21,4,30,0.0,0.0,0.0,3.0,-4.0,2.9000000000000004,70.03,0.0,3.0,3.0
+1999,3,21,5,30,0.0,0.0,0.0,3.0,-4.0,3.0,64.26,0.0,3.0,3.0
+1999,3,21,6,30,192.0,27.0,41.0,6.0,-4.0,3.9,53.65,44.46968780639392,7.077349496080937,6.943940432661756
+1999,3,21,7,30,720.0,57.0,253.0,11.0,-3.0,4.800000000000002,42.71,295.9282767994538,17.759325807914557,16.871540977516197
+1999,3,21,8,30,881.0,70.0,466.0,14.0,-4.0,5.4,30.42,554.4812500034645,26.180864400982035,24.51742065097164
+1999,3,21,9,30,952.0,80.0,648.0,17.0,-6.0,6.1000000000000005,21.73,775.5325857851611,33.28455839870098,30.957960641345498
+1999,3,21,10,30,983.0,88.0,779.0,18.0,-7.0,6.7,19.11,934.8577404372064,36.88968915849764,34.08511593718602
+1999,3,21,11,30,999.0,91.0,852.0,19.0,-8.0,7.1000000000000005,17.26,1023.8441129657563,39.16710567186223,36.09557333296496
+1999,3,21,12,30,509.0,333.0,724.0,20.0,-8.0,7.3000000000000025,15.44,806.2143961242393,35.67993905245411,33.26129586408139
+1999,3,21,13,30,996.0,86.0,808.0,19.0,-9.0,7.3000000000000025,15.7,969.422076177169,37.85413997025564,34.94587374172413
+1999,3,21,14,30,968.0,81.0,690.0,18.0,-9.0,7.1000000000000005,16.41,827.3328713883755,34.29633772544104,31.814339111275913
+1999,3,21,15,30,909.0,72.0,520.0,17.0,-9.0,6.5,17.72,619.7709753599183,29.684223526311765,27.82491060023201
+1999,3,21,16,30,794.0,59.0,315.0,14.0,-8.0,4.800000000000002,22.31,371.2885624169181,22.48063723166587,21.366771544415116
+1999,3,21,17,30,519.0,35.0,103.0,10.0,-7.0,2.7,35.48000000000001,116.98242391404443,13.067934692365725,12.716987420623592
+1999,3,21,18,30,0.0,0.0,0.0,7.0,-5.0,1.9,48.13,0.0,7.0,7.0
+1999,3,21,19,30,0.0,0.0,0.0,5.0,-6.0,1.7000000000000002,51.12000000000001,0.0,5.0,5.0
+1999,3,21,20,30,0.0,0.0,0.0,4.0,-6.0,1.4,59.1,0.0,4.0,4.0
+1999,3,21,21,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.52,0.0,2.0,2.0
+1999,3,21,22,30,0.0,0.0,0.0,1.0,-6.0,1.0,62.56,0.0,1.0,1.0
+1999,3,21,23,30,0.0,0.0,0.0,1.0,-6.0,1.0,61.31,0.0,1.0,1.0
+1999,3,22,0,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.9,0.0,0.0,0.0
+1999,3,22,1,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.19,0.0,0.0,0.0
+1999,3,22,2,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.18,0.0,0.0,0.0
+1999,3,22,3,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,61.71,0.0,0.0,0.0
+1999,3,22,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,60.14,0.0,0.0,0.0
+1999,3,22,5,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.68,0.0,0.0,0.0
+1999,3,22,6,30,221.0,28.0,46.0,3.0,-7.0,2.1,53.48,48.94903854280752,4.336045825375652,4.189198709747229
+1999,3,22,7,30,738.0,55.0,259.0,7.0,-7.0,3.0,41.32,302.5409775406024,14.777984475929502,13.870361543307695
+1999,3,22,8,30,870.0,72.0,468.0,10.0,-7.0,3.4000000000000004,31.3,553.264573185005,23.852480400723874,22.19268668116886
+1999,3,22,9,30,929.0,87.0,645.0,11.0,-8.0,3.6,28.87,768.3992391355185,29.98684984930676,27.681652131900204
+1999,3,22,10,30,950.0,101.0,774.0,12.0,-7.0,3.6,27.9,921.750826072576,34.77610861874876,32.01085614053103
+1999,3,22,11,30,486.0,334.0,707.0,13.0,-7.0,3.4000000000000004,28.7,782.4864845013063,32.59167316278014,30.24421370927622
+1999,3,22,12,30,470.0,341.0,705.0,13.0,-7.0,3.2,27.39,778.2317906079313,32.74434121072906,30.40964583890527
+1999,3,22,13,30,527.0,292.0,676.0,12.0,-6.0,3.0,29.61,754.8439050492145,31.406178372762273,29.14164665761463
+1999,3,22,14,30,521.0,241.0,571.0,12.0,-6.0,3.1,32.19,639.060999126976,28.321096059816156,26.40391306243523
+1999,3,22,15,30,104.0,234.0,285.0,11.0,-6.0,3.4000000000000004,35.44,291.7028750496372,18.303573290800074,17.428464665651163
+1999,3,22,16,30,0.0,9.0,9.0,9.0,-5.0,3.4000000000000004,39.62,8.796462595152441,9.220243318659595,9.193853930874138
+1999,3,22,17,30,0.0,4.0,4.0,7.0,-4.0,2.7,51.18,3.9095389311788624,7.102530018756759,7.090801401963222
+1999,3,22,18,30,0.0,0.0,0.0,5.0,-2.0,2.0,65.54,0.0,5.0,5.0
+1999,3,22,19,30,0.0,0.0,0.0,3.0,-2.0,1.4,75.93,0.0,3.0,3.0
+1999,3,22,20,30,0.0,0.0,0.0,3.0,-2.0,0.8,81.86,0.0,3.0,3.0
+1999,3,22,21,30,0.0,0.0,0.0,2.0,-2.0,0.8,81.35000000000002,0.0,2.0,2.0
+1999,3,22,22,30,0.0,0.0,0.0,1.0,-2.0,1.0,80.86,0.0,1.0,1.0
+1999,3,22,23,30,0.0,0.0,0.0,0.0,-3.0,1.3,86.14,0.0,0.0,0.0
+1999,3,23,0,30,0.0,0.0,0.0,0.0,-3.0,1.6,84.75,0.0,0.0,0.0
+1999,3,23,1,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,89.05,0.0,0.0,0.0
+1999,3,23,2,30,0.0,0.0,0.0,0.0,-3.0,1.8,86.19,0.0,0.0,0.0
+1999,3,23,3,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,82.75,0.0,0.0,0.0
+1999,3,23,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,84.65,0.0,0.0,0.0
+1999,3,23,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,73.95,0.0,0.0,0.0
+1999,3,23,6,30,202.0,31.0,48.0,2.0,-6.0,2.5,57.45,50.723679225461765,3.3480636320163746,3.1958925943399894
+1999,3,23,7,30,711.0,62.0,263.0,7.0,-6.0,2.5,42.24,302.7521945976031,15.046128145320036,14.137871561527227
+1999,3,23,8,30,858.0,79.0,474.0,10.0,-7.0,1.6,31.46,556.2800431903922,25.699877660301546,24.03103753073037
+1999,3,23,9,30,931.0,91.0,655.0,12.0,-8.0,1.5,25.58,776.6354496796453,34.066432997632916,31.736526648593976
+1999,3,23,10,30,968.0,98.0,788.0,14.0,-9.0,1.9,23.31,937.0991724884714,39.92184506426783,37.110547546802415
+1999,3,23,11,30,984.0,102.0,861.0,15.0,-9.0,2.4000000000000004,21.78,1025.4489889938795,42.4349680074347,39.35862104045306
+1999,3,23,12,30,982.0,103.0,867.0,16.0,-9.0,2.8000000000000003,20.62,1032.4091090960876,42.896387448479445,39.79916012119118
+1999,3,23,13,30,960.0,104.0,807.0,16.0,-8.0,3.2,19.53,958.5562943842812,40.31931305611511,37.443644172962266
+1999,3,23,14,30,906.0,105.0,683.0,15.0,-8.0,3.5,20.99,805.7251130592232,35.040840910041005,32.62366557086334
+1999,3,23,15,30,495.0,176.0,423.0,14.0,-8.0,3.8,22.61,472.5272186874871,25.52323850348975,24.10565684742729
+1999,3,23,16,30,190.0,137.0,200.0,12.0,-7.0,3.4000000000000004,30.15,209.40551172861288,17.2430354076804,16.61481887249456
+1999,3,23,17,30,218.0,54.0,84.0,9.0,-5.0,2.3000000000000003,44.37,88.02259403753993,11.370706245882518,11.1066384637699
+1999,3,23,18,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,52.42,0.0,7.0,7.0
+1999,3,23,19,30,0.0,0.0,0.0,7.0,-3.0,1.6,60.29,0.0,7.0,7.0
+1999,3,23,20,30,0.0,0.0,0.0,7.0,-2.0,1.5,64.38,0.0,7.0,7.0
+1999,3,23,21,30,0.0,0.0,0.0,7.0,-1.0,1.5,64.99,0.0,7.0,7.0
+1999,3,23,22,30,0.0,0.0,0.0,7.0,-1.0,1.2000000000000002,65.09,0.0,7.0,7.0
+1999,3,23,23,30,0.0,0.0,0.0,6.0,-1.0,0.9,65.11,0.0,6.0,6.0
+1999,3,24,0,30,0.0,0.0,0.0,6.0,-1.0,0.4,69.88,0.0,6.0,6.0
+1999,3,24,1,30,0.0,0.0,0.0,5.0,-2.0,0.2,69.64,0.0,5.0,5.0
+1999,3,24,2,30,0.0,0.0,0.0,5.0,-2.0,0.30000000000000004,73.38,0.0,5.0,5.0
+1999,3,24,3,30,0.0,0.0,0.0,4.0,-2.0,0.7000000000000001,77.02,0.0,4.0,4.0
+1999,3,24,4,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.91,0.0,2.0,2.0
+1999,3,24,5,30,0.0,0.0,0.0,2.0,-2.0,1.2000000000000002,81.28,0.0,2.0,2.0
+1999,3,24,6,30,196.0,35.0,53.0,4.0,-2.0,2.0,72.73,54.712470320333296,5.503363176476564,5.339225765515565
+1999,3,24,7,30,615.0,77.0,254.0,7.0,-1.0,2.8000000000000003,60.59,286.84107125223215,14.472801741638731,13.612278527882035
+1999,3,24,8,30,778.0,99.0,461.0,10.0,-2.0,3.2,48.08,533.7084035095263,23.540594143158565,21.939468932629985
+1999,3,24,9,30,856.0,115.0,639.0,11.0,-3.0,3.5,42.49,747.296201891836,29.58753568934789,27.345647083672382
+1999,3,24,10,30,896.0,126.0,769.0,12.0,-3.0,3.4000000000000004,38.52,904.3396842716825,34.64259878389377,31.929579731078718
+1999,3,24,11,30,910.0,135.0,840.0,13.0,-3.0,3.3000000000000003,35.11,990.2700172045759,37.958387899110605,34.98757784749688
+1999,3,24,12,30,904.0,139.0,846.0,14.0,-4.0,3.3000000000000003,31.92,995.4703115871592,39.08945413572805,36.10304320096657
+1999,3,24,13,30,883.0,137.0,788.0,14.0,-4.0,3.4000000000000004,31.12,923.6523857742171,37.126144689442704,34.355187532120055
+1999,3,24,14,30,827.0,136.0,666.0,14.0,-4.0,3.6,32.71,775.9549597638784,33.17354880184005,30.845683922548414
+1999,3,24,15,30,740.0,124.0,497.0,13.0,-4.0,3.9,34.99,571.403262470524,26.84316030195091,25.128950514539337
+1999,3,24,16,30,604.0,97.0,298.0,11.0,-4.0,3.9,38.21,335.51273613248054,19.128334041263326,18.121795832865885
+1999,3,24,17,30,0.0,34.0,34.0,8.0,-3.0,3.5,51.63,33.23108091502033,8.826558332478923,8.726865089733861
+1999,3,24,18,30,0.0,0.0,0.0,6.0,-2.0,3.5,61.51,0.0,6.0,6.0
+1999,3,24,19,30,0.0,0.0,0.0,4.0,-2.0,3.7,73.16,0.0,4.0,4.0
+1999,3,24,20,30,0.0,0.0,0.0,4.0,-1.0,3.9,81.39,0.0,4.0,4.0
+1999,3,24,21,30,0.0,0.0,0.0,3.0,-1.0,4.0,82.88,0.0,3.0,3.0
+1999,3,24,22,30,0.0,0.0,0.0,3.0,-1.0,3.9,88.39,0.0,3.0,3.0
+1999,3,24,23,30,0.0,0.0,0.0,3.0,-2.0,3.7,86.13,0.0,3.0,3.0
+1999,3,25,0,30,0.0,0.0,0.0,2.0,-2.0,3.7,83.5,0.0,2.0,2.0
+1999,3,25,1,30,0.0,0.0,0.0,2.0,-2.0,3.6,81.01,0.0,2.0,2.0
+1999,3,25,2,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,79.4,0.0,1.0,1.0
+1999,3,25,3,30,0.0,0.0,0.0,1.0,-3.0,3.0,78.35000000000002,0.0,1.0,1.0
+1999,3,25,4,30,0.0,0.0,0.0,1.0,-3.0,2.5,77.16,0.0,1.0,1.0
+1999,3,25,5,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,75.63,0.0,2.0,2.0
+1999,3,25,6,30,196.0,35.0,54.0,5.0,-3.0,2.8000000000000003,66.03,55.395313661481076,6.443162217324616,6.276976276340173
+1999,3,25,7,30,665.0,70.0,265.0,10.0,-3.0,2.6,47.23,299.4892585766734,17.906651379042703,17.008183603312684
+1999,3,25,8,30,812.0,91.0,473.0,13.0,-4.0,1.4,33.94,547.6244175171672,28.664342637804424,27.02146938525292
+1999,3,25,9,30,886.0,105.0,652.0,16.0,-5.0,0.8,27.81,762.4277977161189,38.70714044837375,36.41985705522539
+1999,3,25,10,30,925.0,115.0,783.0,17.0,-5.0,1.3,23.58,921.3599730209559,43.532333570577215,40.76825365151435
+1999,3,25,11,30,942.0,120.0,854.0,18.0,-5.0,2.0,21.9,1008.0180897787474,45.6978405201424,42.67378625080616
+1999,3,25,12,30,940.0,121.0,860.0,19.0,-5.0,2.6,21.87,1014.0209602695621,45.77061027830134,42.728547397492655
+1999,3,25,13,30,919.0,120.0,800.0,19.0,-5.0,3.4000000000000004,20.65,940.8124952250591,42.55579460986618,39.733357124191
+1999,3,25,14,30,876.0,115.0,680.0,18.0,-5.0,4.4,22.31,794.8115384087106,36.6346315529378,34.250196937711664
+1999,3,25,15,30,664.0,130.0,467.0,17.0,-5.0,5.5,24.29,531.8631139100917,28.608608394756864,27.01301905302659
+1999,3,25,16,30,626.0,78.0,289.0,15.0,-4.0,6.1000000000000005,31.42,326.41660282570837,21.854064327470244,20.87481451899312
+1999,3,25,17,30,214.0,50.0,81.0,12.0,-3.0,6.2,40.78,83.92158072512257,13.750891534284817,13.499126792109449
+1999,3,25,18,30,0.0,0.0,0.0,9.0,-3.0,6.4,50.3,0.0,9.0,9.0
+1999,3,25,19,30,0.0,0.0,0.0,7.0,-3.0,6.3000000000000025,59.31,0.0,7.0,7.0
+1999,3,25,20,30,0.0,0.0,0.0,6.0,-2.0,5.6000000000000005,64.83,0.0,6.0,6.0
+1999,3,25,21,30,0.0,0.0,0.0,5.0,-2.0,5.1000000000000005,65.05,0.0,5.0,5.0
+1999,3,25,22,30,0.0,0.0,0.0,5.0,-2.0,4.4,64.9,0.0,5.0,5.0
+1999,3,25,23,30,0.0,0.0,0.0,5.0,-3.0,3.7,63.62000000000001,0.0,5.0,5.0
+1999,3,26,0,30,0.0,0.0,0.0,5.0,-3.0,3.4000000000000004,60.69,0.0,5.0,5.0
+1999,3,26,1,30,0.0,0.0,0.0,5.0,-4.0,3.2,57.09,0.0,5.0,5.0
+1999,3,26,2,30,0.0,0.0,0.0,5.0,-5.0,2.9000000000000004,58.84,0.0,5.0,5.0
+1999,3,26,3,30,0.0,0.0,0.0,4.0,-5.0,2.5,57.6,0.0,4.0,4.0
+1999,3,26,4,30,0.0,0.0,0.0,3.0,-5.0,2.0,61.26,0.0,3.0,3.0
+1999,3,26,5,30,0.0,0.0,0.0,4.0,-5.0,1.8,56.58,0.0,4.0,4.0
+1999,3,26,6,30,274.0,39.0,67.0,7.0,-5.0,2.4000000000000004,48.39,68.69140691144933,8.837776984743352,8.631702764009004
+1999,3,26,7,30,348.0,106.0,210.0,12.0,-5.0,2.8000000000000003,33.28,225.7165550872586,17.8803819781078,17.203232312846023
+1999,3,26,8,30,418.0,183.0,381.0,15.0,-7.0,2.2,23.05,416.3219431921363,26.287778655655938,25.03881282607953
+1999,3,26,9,30,884.0,109.0,658.0,17.0,-8.0,2.2,18.48,767.4520890184098,37.80800556232654,35.50564929527131
+1999,3,26,10,30,929.0,114.0,790.0,18.0,-8.0,3.0,17.27,926.3439531631913,41.81524957592732,39.03621771643775
+1999,3,26,11,30,941.0,122.0,860.0,19.0,-8.0,3.9,16.26,1011.2089722291898,43.49815886737575,40.46453195068818
+1999,3,26,12,30,505.0,350.0,749.0,20.0,-8.0,4.6000000000000005,16.44,824.3167609922962,39.07547665252911,36.60252636955222
+1999,3,26,13,30,499.0,314.0,686.0,19.0,-8.0,4.9,17.81,754.901674678302,36.130865313839465,33.86616028980456
+1999,3,26,14,30,24.0,249.0,265.0,18.0,-7.0,5.2,19.77,262.10229295468076,23.833008364351517,23.046701485487475
+1999,3,26,15,30,198.0,238.0,339.0,17.0,-6.0,5.2,24.31,353.56698980182875,24.86852791566097,23.80782694625548
+1999,3,26,16,30,490.0,105.0,271.0,15.0,-4.0,4.2,32.11,298.98490713497836,22.10218850322102,21.205233781816084
+1999,3,26,17,30,296.0,47.0,91.0,12.0,-3.0,2.8000000000000003,42.14,94.72991462661096,14.467909731045944,14.18371998716611
+1999,3,26,18,30,0.0,0.0,0.0,9.0,-2.0,2.2,50.5,0.0,9.0,9.0
+1999,3,26,19,30,0.0,0.0,0.0,8.0,-2.0,2.0,54.84,0.0,8.0,8.0
+1999,3,26,20,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.9,0.0,7.0,7.0
+1999,3,26,21,30,0.0,0.0,0.0,7.0,-1.0,1.7000000000000002,66.07000000000001,0.0,7.0,7.0
+1999,3,26,22,30,0.0,0.0,0.0,6.0,-1.0,1.5,68.35000000000001,0.0,6.0,6.0
+1999,3,26,23,30,0.0,0.0,0.0,6.0,-1.0,1.2000000000000002,74.89,0.0,6.0,6.0
+1999,3,27,0,30,0.0,0.0,0.0,5.0,0.0,0.9,75.84,0.0,5.0,5.0
+1999,3,27,1,30,0.0,0.0,0.0,5.0,0.0,0.6000000000000001,76.37,0.0,5.0,5.0
+1999,3,27,2,30,0.0,0.0,0.0,5.0,0.0,0.4,82.94,0.0,5.0,5.0
+1999,3,27,3,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.17,0.0,4.0,4.0
+1999,3,27,4,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.2,0.0,4.0,4.0
+1999,3,27,5,30,0.0,0.0,0.0,4.0,0.0,0.6000000000000001,83.52,0.0,4.0,4.0
+1999,3,27,6,30,0.0,7.0,7.0,6.0,0.0,1.7000000000000002,74.72,6.8416931295630095,6.191803515483646,6.1712784360949575
+1999,3,27,7,30,370.0,106.0,219.0,9.0,0.0,2.7,66.02,234.69872411954415,15.155115733534366,14.451019561175734
+1999,3,27,8,30,715.0,122.0,465.0,11.0,0.0,3.1,51.63,527.7099311240728,24.47728071242174,22.894150919049522
+1999,3,27,9,30,58.0,283.0,319.0,13.0,-1.0,3.3000000000000003,42.13,320.1300264697677,21.068435113626595,20.10804503421729
+1999,3,27,10,30,13.0,212.0,222.0,14.0,-2.0,3.8,36.5,218.64661138425913,19.332004065202806,18.676064231050027
+1999,3,27,11,30,741.0,234.0,818.0,15.0,-3.0,4.7,31.48,932.7714905714704,36.44484786632811,33.6465333946137
+1999,3,27,12,30,57.0,378.0,423.0,15.0,-4.0,5.5,29.67,423.9897072633065,24.254130144207274,22.982161022417355
+1999,3,27,13,30,343.0,363.0,620.0,15.0,-4.0,6.1000000000000005,29.06,663.2951418397458,28.927807381463435,26.937921955944198
+1999,3,27,14,30,22.0,244.0,259.0,14.0,-4.0,6.3000000000000025,31.15,255.68638676210185,19.300365917964204,18.5333067576779
+1999,3,27,15,30,822.0,101.0,524.0,13.0,-5.0,6.0,31.68,601.819434720745,25.718487975141706,23.913029670979473
+1999,3,27,16,30,718.0,79.0,325.0,11.0,-6.0,4.800000000000002,31.93,365.712611242155,19.35327640259312,18.256138568866657
+1999,3,27,17,30,448.0,48.0,116.0,8.0,-7.0,3.0,35.96,121.22343832854456,11.116516741312104,10.752846426326471
+1999,3,27,18,30,0.0,0.0,0.0,5.0,-7.0,1.9,44.86,0.0,5.0,5.0
+1999,3,27,19,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.84,0.0,3.0,3.0
+1999,3,27,20,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,52.34,0.0,1.0,1.0
+1999,3,27,21,30,0.0,0.0,0.0,0.0,-9.0,1.1,50.44,0.0,0.0,0.0
+1999,3,27,22,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,51.22,0.0,0.0,0.0
+1999,3,27,23,30,0.0,0.0,0.0,0.0,-10.0,1.4,51.61,0.0,0.0,0.0
+1999,3,28,0,30,0.0,0.0,0.0,0.0,-11.0,1.4,49.23,0.0,0.0,0.0
+1999,3,28,1,30,0.0,0.0,0.0,-1.0,-11.0,1.2000000000000002,51.43,0.0,-1.0,-1.0
+1999,3,28,2,30,0.0,0.0,0.0,-1.0,-11.0,0.9,53.79,0.0,-1.0,-1.0
+1999,3,28,3,30,0.0,0.0,0.0,-2.0,-12.0,0.6000000000000001,51.99,0.0,-2.0,-2.0
+1999,3,28,4,30,0.0,0.0,0.0,-2.0,-12.0,0.9,50.93,0.0,-2.0,-2.0
+1999,3,28,5,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.51,0.0,-1.0,-1.0
+1999,3,28,6,30,289.0,45.0,78.0,1.0,-11.0,3.5,45.93,78.24438348843647,2.946176451720869,2.7114433012555597
+1999,3,28,7,30,639.0,88.0,285.0,4.0,-11.0,4.6000000000000005,36.68,314.56445961407996,11.2793218445062,10.335628465663959
+1999,3,28,8,30,790.0,112.0,496.0,7.0,-11.0,4.6000000000000005,29.31,563.2849417435332,20.034951202515227,18.345096377284626
+1999,3,28,9,30,869.0,127.0,675.0,10.0,-12.0,4.4,24.3,778.860241827696,28.260647884842136,25.924067159359048
+1999,3,28,10,30,914.0,135.0,807.0,12.0,-12.0,4.6000000000000005,19.84,938.4064173444825,33.7156201981018,30.900400946068352
+1999,3,28,11,30,394.0,365.0,677.0,13.0,-13.0,5.6000000000000005,17.93,731.9757740739025,28.873362640524412,26.677435318302706
+1999,3,28,12,30,525.0,347.0,766.0,14.0,-13.0,6.8000000000000025,16.63,842.484627805627,30.9148911840373,28.38743730062042
+1999,3,28,13,30,668.0,249.0,751.0,13.0,-13.0,7.3000000000000025,16.28,845.2362993496366,29.438870010802688,26.90316111275378
+1999,3,28,14,30,11.0,196.0,203.0,12.0,-14.0,7.2,16.43,200.1802486321586,15.918063028321102,15.317522282424626
+1999,3,28,15,30,490.0,184.0,437.0,11.0,-15.0,6.5,16.19,480.300012922902,20.829812891877662,19.388912853108955
+1999,3,28,16,30,0.0,22.0,22.0,9.0,-15.0,4.9,17.740000000000006,21.502464121483747,9.487952046122796,9.423444653758345
+1999,3,28,17,30,20.0,56.0,59.0,6.0,-13.0,2.6,25.65,58.07049760802954,7.533087303953093,7.358875811129004
+1999,3,28,18,30,0.0,0.0,0.0,3.0,-11.0,1.3,39.37,0.0,3.0,3.0
+1999,3,28,19,30,0.0,0.0,0.0,1.0,-11.0,1.1,42.95,0.0,1.0,1.0
+1999,3,28,20,30,0.0,0.0,0.0,0.0,-11.0,1.0,42.73,0.0,0.0,0.0
+1999,3,28,21,30,0.0,0.0,0.0,0.0,-10.0,0.9,46.78,0.0,0.0,0.0
+1999,3,28,22,30,0.0,0.0,0.0,0.0,-10.0,0.8,51.5,0.0,0.0,0.0
+1999,3,28,23,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,55.63,0.0,-1.0,-1.0
+1999,3,29,0,30,0.0,0.0,0.0,-2.0,-10.0,0.5,59.81,0.0,-2.0,-2.0
+1999,3,29,1,30,0.0,0.0,0.0,-2.0,-10.0,0.4,63.88,0.0,-2.0,-2.0
+1999,3,29,2,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,63.08,0.0,-3.0,-3.0
+1999,3,29,3,30,0.0,0.0,0.0,-3.0,-11.0,1.0,61.31,0.0,-3.0,-3.0
+1999,3,29,4,30,0.0,0.0,0.0,-3.0,-11.0,1.2000000000000002,58.79,0.0,-3.0,-3.0
+1999,3,29,5,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,47.76,0.0,-1.0,-1.0
+1999,3,29,6,30,280.0,48.0,81.0,2.0,-12.0,2.6,37.65,81.07764140060632,4.140486267308033,3.8972533431062137
+1999,3,29,7,30,612.0,95.0,288.0,6.0,-13.0,2.8000000000000003,28.57,313.81098723404136,14.17542369964798,13.233990737945856
+1999,3,29,8,30,764.0,124.0,499.0,10.0,-14.0,2.0,18.05,562.4623647256086,25.4550727161767,23.767685621999874
+1999,3,29,9,30,847.0,142.0,680.0,13.0,-15.0,1.1,14.51,779.3418973750395,35.74649225284645,33.40846656072134
+1999,3,29,10,30,893.0,152.0,813.0,15.0,-14.0,0.5,13.16,938.7304177718675,43.53000488668213,40.71381363336653
+1999,3,29,11,30,916.0,155.0,885.0,16.0,-14.0,0.5,12.68,1025.8426187024957,47.177529107895175,44.10000125178769
+1999,3,29,12,30,919.0,153.0,891.0,17.0,-14.0,1.0,12.03,1032.2995701901004,47.33302283863205,44.236124128061746
+1999,3,29,13,30,905.0,146.0,830.0,18.0,-14.0,1.6,11.39,959.4940751538476,45.079777137616645,42.201294912155106
+1999,3,29,14,30,870.0,135.0,708.0,18.0,-14.0,2.2,11.43,814.3898478621591,40.08063373166683,37.63746418808035
+1999,3,29,15,30,799.0,119.0,535.0,17.0,-13.0,2.9000000000000004,12.24,607.1434105492635,32.712761896295085,30.891331664647293
+1999,3,29,16,30,670.0,95.0,329.0,15.0,-13.0,3.4000000000000004,14.85,363.4540160274885,24.100057870326733,23.009695822244268
+1999,3,29,17,30,394.0,56.0,118.0,11.0,-7.0,4.1000000000000005,30.04,120.880617652745,13.890325749615185,13.52768389665695
+1999,3,29,18,30,0.0,0.0,0.0,8.0,-9.0,4.800000000000002,33.06,0.0,8.0,8.0
+1999,3,29,19,30,0.0,0.0,0.0,6.0,-9.0,4.7,36.73,0.0,6.0,6.0
+1999,3,29,20,30,0.0,0.0,0.0,5.0,-9.0,4.3,40.4,0.0,5.0,5.0
+1999,3,29,21,30,0.0,0.0,0.0,4.0,-8.0,4.2,44.23,0.0,4.0,4.0
+1999,3,29,22,30,0.0,0.0,0.0,4.0,-9.0,4.2,43.31,0.0,4.0,4.0
+1999,3,29,23,30,0.0,0.0,0.0,4.0,-9.0,3.9,41.84,0.0,4.0,4.0
+1999,3,30,0,30,0.0,0.0,0.0,4.0,-9.0,3.6,41.29,0.0,4.0,4.0
+1999,3,30,1,30,0.0,0.0,0.0,4.0,-9.0,3.6,45.24,0.0,4.0,4.0
+1999,3,30,2,30,0.0,0.0,0.0,3.0,-8.0,3.7,47.33,0.0,3.0,3.0
+1999,3,30,3,30,0.0,0.0,0.0,3.0,-8.0,4.2,49.15,0.0,3.0,3.0
+1999,3,30,4,30,0.0,0.0,0.0,4.0,-8.0,4.6000000000000005,50.53,0.0,4.0,4.0
+1999,3,30,5,30,0.0,0.0,0.0,5.0,-8.0,4.7,44.05,0.0,5.0,5.0
+1999,3,30,6,30,310.0,48.0,86.0,8.0,-7.0,5.0,36.54,85.80879610132719,9.93461931655311,9.677192928249129
+1999,3,30,7,30,642.0,90.0,295.0,12.0,-7.0,5.8000000000000025,28.79,321.88662204972434,18.89077061185626,17.925110745707087
+1999,3,30,8,30,799.0,111.0,507.0,15.0,-8.0,7.0,21.59,572.4364229093837,26.347486960864458,24.630177692136307
+1999,3,30,9,30,881.0,123.0,687.0,17.0,-10.0,7.6,16.35,788.9411068222774,32.05526753964832,29.688444219181484
+1999,3,30,10,30,922.0,131.0,818.0,19.0,-11.0,7.6,13.82,946.1304637808144,37.05489299068867,34.21650159934623
+1999,3,30,11,30,940.0,135.0,888.0,20.0,-12.0,7.4,12.31,1031.1856350616056,39.92863213427215,36.83507522908733
+1999,3,30,12,30,942.0,134.0,893.0,20.0,-12.0,7.2,11.25,1037.489556412357,40.30644632037634,37.193977651139264
+1999,3,30,13,30,924.0,130.0,831.0,21.0,-12.0,7.2,11.1,962.371548875748,39.836185942035236,36.94907129540799
+1999,3,30,14,30,883.0,123.0,709.0,20.0,-12.0,7.2,11.85,813.9724273491283,35.93161810648819,33.4897008244408
+1999,3,30,15,30,820.0,109.0,539.0,19.0,-12.0,7.2,12.76,611.1631083674862,30.962097137608243,29.128607812505784
+1999,3,30,16,30,710.0,86.0,336.0,16.0,-12.0,6.4,15.04,371.5241833366829,23.652459118014335,22.537886568004286
+1999,3,30,17,30,454.0,52.0,125.0,13.0,-11.0,4.800000000000002,21.35,127.4981705710292,15.912197793746762,15.529703282033674
+1999,3,30,18,30,0.0,0.0,0.0,10.0,-9.0,4.2,29.17,0.0,10.0,10.0
+1999,3,30,19,30,0.0,0.0,0.0,8.0,-9.0,4.4,31.69,0.0,8.0,8.0
+1999,3,30,20,30,0.0,0.0,0.0,7.0,-9.0,4.3,33.94,0.0,7.0,7.0
+1999,3,30,21,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.55,0.0,7.0,7.0
+1999,3,30,22,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.54,0.0,7.0,7.0
+1999,3,30,23,30,0.0,0.0,0.0,6.0,-9.0,4.1000000000000005,36.27,0.0,6.0,6.0
+1999,3,31,0,30,0.0,0.0,0.0,6.0,-9.0,4.2,38.66,0.0,6.0,6.0
+1999,3,31,1,30,0.0,0.0,0.0,5.0,-9.0,4.1000000000000005,39.3,0.0,5.0,5.0
+1999,3,31,2,30,0.0,0.0,0.0,4.0,-8.0,3.8,44.69,0.0,4.0,4.0
+1999,3,31,3,30,0.0,0.0,0.0,4.0,-8.0,3.4000000000000004,46.7,0.0,4.0,4.0
+1999,3,31,4,30,0.0,0.0,0.0,3.0,-8.0,2.9000000000000004,50.73,0.0,3.0,3.0
+1999,3,31,5,30,0.0,0.0,0.0,4.0,-8.0,2.7,46.22,0.0,4.0,4.0
+1999,3,31,6,30,289.0,49.0,86.0,7.0,-7.0,3.5,40.05,85.14723786446794,9.117871492787634,8.86242977919423
+1999,3,31,7,30,603.0,95.0,291.0,11.0,-7.0,4.7,32.61,314.5560020150256,18.231787931811542,17.288119925766466
+1999,3,31,8,30,753.0,122.0,498.0,13.0,-10.0,5.2,21.43,558.7657022715355,25.43516406636766,23.758866959553053
+1999,3,31,9,30,835.0,137.0,676.0,15.0,-10.0,5.5,17.92,770.0007814845744,31.80627458858183,29.496272244128107
+1999,3,31,10,30,881.0,145.0,806.0,16.0,-10.0,5.6000000000000005,17.04,925.5558684301466,36.07127074969821,33.294603144407766
+1999,3,31,11,30,904.0,148.0,876.0,17.0,-10.0,5.9,16.740000000000002,1011.3128431057161,38.51053010075705,35.476591571439904
+1999,3,31,12,30,911.0,144.0,882.0,18.0,-9.0,6.3000000000000025,16.54,1019.0089056835207,39.12400328458743,36.06697656753687
+1999,3,31,13,30,897.0,138.0,822.0,19.0,-9.0,6.7,17.07,947.0749947041529,38.13655039255558,35.29532540844312
+1999,3,31,14,30,562.0,244.0,619.0,18.0,-9.0,7.1000000000000005,17.06,680.7138640601747,31.408318956913664,29.36617736473314
+1999,3,31,15,30,47.0,224.0,249.0,17.0,-9.0,7.1000000000000005,17.72,247.9090820113496,21.88317370840268,21.139446462368632
+1999,3,31,16,30,82.0,150.0,179.0,15.0,-9.0,6.4,21.75,179.8880691556317,18.70523954233288,18.165575334865984
+1999,3,31,17,30,446.0,44.0,117.0,12.0,-7.0,4.800000000000002,29.74,118.7686342686024,14.712805627988612,14.356499725182804
+1999,3,31,18,30,0.0,0.0,0.0,9.0,-6.0,3.7,36.7,0.0,9.0,9.0
+1999,3,31,19,30,0.0,0.0,0.0,8.0,-6.0,3.6,43.08,0.0,8.0,8.0
+1999,3,31,20,30,0.0,0.0,0.0,6.0,-6.0,3.7,46.72,0.0,6.0,6.0
+1999,3,31,21,30,0.0,0.0,0.0,6.0,-6.0,3.9,49.82,0.0,6.0,6.0
+1999,3,31,22,30,0.0,0.0,0.0,5.0,-6.0,3.9,50.04,0.0,5.0,5.0
+1999,3,31,23,30,0.0,0.0,0.0,4.0,-6.0,3.5,55.02,0.0,4.0,4.0
+1999,4,1,0,30,0.0,0.0,0.0,3.0,-5.0,2.8000000000000003,61.5,0.0,3.0,3.0
+1999,4,1,1,30,0.0,0.0,0.0,2.0,-4.0,2.2,69.34,0.0,2.0,2.0
+1999,4,1,2,30,0.0,0.0,0.0,2.0,-4.0,1.6,71.66,0.0,2.0,2.0
+1999,4,1,3,30,0.0,0.0,0.0,1.0,-4.0,1.1,73.58,0.0,1.0,1.0
+1999,4,1,4,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,75.62,0.0,0.0,0.0
+1999,4,1,5,30,0.0,0.0,0.0,0.0,-3.0,0.8,77.96000000000002,0.0,0.0,0.0
+1999,4,1,6,30,0.0,6.0,6.0,2.0,-2.0,1.2000000000000002,81.52,5.864308396768293,2.170012919929046,2.1524199947387412
+1999,4,1,7,30,0.0,13.0,13.0,4.0,-2.0,1.4,70.03,12.706001526331303,4.363444643990295,4.325326639411301
+1999,4,1,8,30,0.0,27.0,27.0,6.0,-3.0,1.7000000000000002,57.19,26.389387785457323,6.739813559722638,6.660645396366266
+1999,4,1,9,30,0.0,42.0,42.0,7.0,-4.0,2.5,50.74,41.05015877737806,8.090974215224179,7.9678237388920445
+1999,4,1,10,30,0.0,38.0,38.0,8.0,-4.0,3.3000000000000003,47.23,37.14061984619919,8.936078019964272,8.824656160425675
+1999,4,1,11,30,5.0,131.0,136.0,9.0,-4.0,3.7,44.88,132.84807874941956,12.26107526997408,11.862531033725821
+1999,4,1,12,30,0.0,52.0,52.0,9.0,-3.0,3.9,46.25,50.82400610532521,10.231293046282952,10.078821027966976
+1999,4,1,13,30,0.0,66.0,66.0,8.0,-3.0,3.7,51.1,64.50739236445123,9.58348892923787,9.389966752144517
+1999,4,1,14,30,0.0,57.0,57.0,7.0,-2.0,3.2,57.15,55.71092976929879,8.413429289071743,8.246296499763847
+1999,4,1,15,30,0.0,45.0,45.0,6.0,-2.0,2.9000000000000004,68.28,43.982312975762206,7.138254322502289,7.0063073835750025
+1999,4,1,16,30,0.0,29.0,29.0,5.0,-1.0,2.7,74.98,28.344157251046756,5.743342635986499,5.658310164233359
+1999,4,1,17,30,0.0,54.0,54.0,3.0,-1.0,2.7,88.45,52.77877557091465,4.38415525321624,4.2258189265034956
+1999,4,1,18,30,0.0,0.0,0.0,1.0,-1.0,2.8000000000000003,88.57000000000002,0.0,1.0,1.0
+1999,4,1,19,30,0.0,0.0,0.0,0.0,-2.0,3.0,92.0,0.0,0.0,0.0
+1999,4,1,20,30,0.0,0.0,0.0,0.0,-2.0,3.1,87.09,0.0,0.0,0.0
+1999,4,1,21,30,0.0,0.0,0.0,0.0,-3.0,3.3000000000000003,88.92,0.0,0.0,0.0
+1999,4,1,22,30,0.0,0.0,0.0,0.0,-4.0,3.5,90.79,0.0,0.0,0.0
+1999,4,1,23,30,0.0,0.0,0.0,-1.0,-4.0,3.7,86.27,0.0,-1.0,-1.0
+1999,4,2,0,30,0.0,0.0,0.0,-2.0,-5.0,3.9,88.09,0.0,-2.0,-2.0
+1999,4,2,1,30,0.0,0.0,0.0,-2.0,-6.0,3.9,89.39,0.0,-2.0,-2.0
+1999,4,2,2,30,0.0,0.0,0.0,-3.0,-7.0,3.7,83.59,0.0,-3.0,-3.0
+1999,4,2,3,30,0.0,0.0,0.0,-4.0,-8.0,3.4000000000000004,84.86,0.0,-4.0,-4.0
+1999,4,2,4,30,0.0,0.0,0.0,-4.0,-8.0,3.1,80.61,0.0,-4.0,-4.0
+1999,4,2,5,30,0.0,0.0,0.0,-4.0,-9.0,3.0,83.26,0.0,-4.0,-4.0
+1999,4,2,6,30,0.0,21.0,21.0,-3.0,-9.0,3.3000000000000003,75.87,20.52507938868903,-2.482693725809218,-2.544268963975285
+1999,4,2,7,30,39.0,130.0,143.0,-2.0,-9.0,3.6,65.8,141.65229624641742,1.5001737933344161,1.0752169045951638
+1999,4,2,8,30,0.0,68.0,68.0,-1.0,-9.0,3.5,61.48,66.46216183004066,0.6531166649578442,0.4537301794677222
+1999,4,2,9,30,9.0,181.0,188.0,0.0,-9.0,3.3000000000000003,58.42,183.81919642835285,4.632908931962398,4.08145134267734
+1999,4,2,10,30,10.0,175.0,183.0,0.0,-8.0,2.9000000000000004,60.18,179.9890303899206,4.658083624597568,4.118116533427806
+1999,4,2,11,30,210.0,430.0,601.0,0.0,-8.0,2.6,57.12000000000001,622.4333700970762,16.432521444772647,14.56522133448142
+1999,4,2,12,30,33.0,347.0,374.0,0.0,-8.0,2.8000000000000003,58.43,371.07589544463747,9.667292712487594,8.554065026153681
+1999,4,2,13,30,10.0,169.0,176.0,0.0,-7.0,3.0,60.14,174.25475594033708,4.479891608662935,3.9571273408419234
+1999,4,2,14,30,15.0,221.0,231.0,0.0,-7.0,3.0,61.04,227.8390938090224,5.857483997910974,5.173966716483907
+1999,4,2,15,30,0.0,92.0,92.0,0.0,-7.0,2.7,66.08,89.91939541711383,2.358190431405445,2.0884322451541038
+1999,4,2,16,30,0.0,28.0,28.0,-1.0,-7.0,2.2,71.39,27.366772518252038,-0.25800194835478063,-0.34010226590953674
+1999,4,2,17,30,0.0,45.0,45.0,-2.0,-7.0,1.8,76.78,43.982312975762206,-0.775204577438333,-0.9071515163656196
+1999,4,2,18,30,0.0,0.0,0.0,-3.0,-7.0,1.6,80.2,0.0,-3.0,-3.0
+1999,4,2,19,30,0.0,0.0,0.0,-4.0,-8.0,1.4,84.64,0.0,-4.0,-4.0
+1999,4,2,20,30,0.0,0.0,0.0,-4.0,-8.0,1.4,82.11,0.0,-4.0,-4.0
+1999,4,2,21,30,0.0,0.0,0.0,-5.0,-8.0,1.6,86.17,0.0,-5.0,-5.0
+1999,4,2,22,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.43,0.0,-5.0,-5.0
+1999,4,2,23,30,0.0,0.0,0.0,-6.0,-9.0,1.6,87.33,0.0,-6.0,-6.0
+1999,4,3,0,30,0.0,0.0,0.0,-6.0,-10.0,2.0,91.69,0.0,-6.0,-6.0
+1999,4,3,1,30,0.0,0.0,0.0,-7.0,-10.0,2.2,89.25,0.0,-7.0,-7.0
+1999,4,3,2,30,0.0,0.0,0.0,-7.0,-10.0,2.0,87.11,0.0,-7.0,-7.0
+1999,4,3,3,30,0.0,0.0,0.0,-7.0,-11.0,1.8,91.22,0.0,-7.0,-7.0
+1999,4,3,4,30,0.0,0.0,0.0,-7.0,-11.0,1.8,82.36,0.0,-7.0,-7.0
+1999,4,3,5,30,0.0,0.0,0.0,-6.0,-11.0,2.0,75.16,0.0,-6.0,-6.0
+1999,4,3,6,30,0.0,27.0,27.0,-3.0,-11.0,2.7,64.42,26.389387785457323,-2.30792237339188,-2.3870905367482522
+1999,4,3,7,30,12.0,120.0,125.0,-1.0,-10.0,3.9,54.41,121.82160824382925,1.9513238056595554,1.5858589809280677
+1999,4,3,8,30,110.0,238.0,295.0,0.0,-11.0,4.9,47.72,297.8066982907062,6.7580806999154905,5.864660605043372
+1999,4,3,9,30,551.0,242.0,605.0,0.0,-12.0,5.2,42.85,660.6468583556461,14.70249881155119,12.720558236484251
+1999,4,3,10,30,525.0,321.0,722.0,1.0,-12.0,5.0,39.74,784.4616400088024,18.68623626957619,16.332851349549784
+1999,4,3,11,30,480.0,381.0,773.0,2.0,-11.0,4.4,40.19,835.3643176358105,21.585405494717243,19.07931254180981
+1999,4,3,12,30,191.0,437.0,595.0,2.0,-11.0,3.6,41.31,612.1946116484334,17.127093544497207,15.290509709551905
+1999,4,3,13,30,42.0,344.0,376.0,3.0,-11.0,2.6,42.61,374.41583721258814,12.88474681763734,11.761499305999576
+1999,4,3,14,30,79.0,323.0,377.0,3.0,-10.0,1.4,41.41,378.131777789879,13.816146139716471,12.681750806346834
+1999,4,3,15,30,10.0,174.0,180.0,3.0,-10.0,0.5,45.47,176.26413479720495,8.35704024489507,7.828247840503455
+1999,4,3,16,30,722.0,104.0,368.0,2.0,-10.0,0.4,45.52,396.7450804605863,14.139737065731643,12.949501824349884
+1999,4,3,17,30,0.0,25.0,25.0,0.0,-8.0,0.5,54.68,24.43461831986789,0.7426197839894216,0.669315929029818
+1999,4,3,18,30,0.0,0.0,0.0,0.0,-10.0,0.4,58.3,0.0,0.0,0.0
+1999,4,3,19,30,0.0,0.0,0.0,-2.0,-10.0,0.4,59.72,0.0,-2.0,-2.0
+1999,4,3,20,30,0.0,0.0,0.0,-3.0,-11.0,0.5,62.53,0.0,-3.0,-3.0
+1999,4,3,21,30,0.0,0.0,0.0,-3.0,-11.0,0.7000000000000001,66.11,0.0,-3.0,-3.0
+1999,4,3,22,30,0.0,0.0,0.0,-4.0,-11.0,1.0,64.21000000000001,0.0,-4.0,-4.0
+1999,4,3,23,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.25,0.0,-4.0,-4.0
+1999,4,4,0,30,0.0,0.0,0.0,-4.0,-12.0,1.3,61.94000000000001,0.0,-4.0,-4.0
+1999,4,4,1,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.89,0.0,-4.0,-4.0
+1999,4,4,2,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.85,0.0,-4.0,-4.0
+1999,4,4,3,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.4,0.0,-4.0,-4.0
+1999,4,4,4,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,62.58,0.0,-4.0,-4.0
+1999,4,4,5,30,0.0,0.0,0.0,-3.0,-11.0,1.4,58.01,0.0,-3.0,-3.0
+1999,4,4,6,30,0.0,22.0,22.0,-1.0,-11.0,1.8,52.74,21.502464121483747,-0.4012111267476294,-0.4657185191120806
+1999,4,4,7,30,0.0,104.0,104.0,1.0,-10.0,2.6,49.74,101.64801221065042,3.6835533258917588,3.3786092892598076
+1999,4,4,8,30,191.0,242.0,342.0,2.0,-9.0,3.4000000000000004,47.52,350.2698170807259,10.769955661797644,9.719146210555467
+1999,4,4,9,30,623.0,219.0,632.0,3.0,-9.0,3.9,46.06,695.1716681702238,19.841648397748617,17.756133393237945
+1999,4,4,10,30,518.0,325.0,722.0,4.0,-8.0,4.3,48.41,783.2246472975005,22.483524125459418,20.133850183566917
+1999,4,4,11,30,645.0,301.0,831.0,4.0,-8.0,4.5,50.96,917.5187185052514,25.37137772392683,22.618821568411075
+1999,4,4,12,30,690.0,278.0,848.0,4.0,-7.0,4.4,52.8,941.3455328656534,26.070171759302056,23.246135160705094
+1999,4,4,13,30,492.0,341.0,723.0,4.0,-7.0,4.5,50.1,781.3810738186767,22.200380807610646,19.856237586154617
+1999,4,4,14,30,616.0,231.0,649.0,4.0,-7.0,4.5,50.58,713.2366815133059,20.61312213010041,18.473412085560494
+1999,4,4,15,30,754.0,115.0,523.0,4.0,-6.0,4.1000000000000005,55.31,580.1764431029276,17.872355596641523,16.13182626733274
+1999,4,4,16,30,219.0,155.0,236.0,3.0,-6.0,3.0,62.63,241.20704916787395,9.20115892783716,8.477537780333538
+1999,4,4,17,30,477.0,45.0,130.0,1.0,-4.0,2.0,69.10000000000001,126.88111163340798,4.486378697640128,4.105735362739904
+1999,4,4,18,30,0.0,0.0,0.0,0.0,-5.0,1.8,73.14,0.0,0.0,0.0
+1999,4,4,19,30,0.0,0.0,0.0,0.0,-4.0,1.6,80.72,0.0,0.0,0.0
+1999,4,4,20,30,0.0,0.0,0.0,0.0,-4.0,1.1,83.45,0.0,0.0,0.0
+1999,4,4,21,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,85.17,0.0,0.0,0.0
+1999,4,4,22,30,0.0,0.0,0.0,0.0,-4.0,0.4,85.92,0.0,0.0,0.0
+1999,4,4,23,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,93.06,0.0,0.0,0.0
+1999,4,5,0,30,0.0,0.0,0.0,-1.0,-4.0,1.2000000000000002,99.16,0.0,-1.0,-1.0
+1999,4,5,1,30,0.0,0.0,0.0,-2.0,-4.0,2.0,96.65,0.0,-2.0,-2.0
+1999,4,5,2,30,0.0,0.0,0.0,-2.0,-4.0,2.9000000000000004,95.39,0.0,-2.0,-2.0
+1999,4,5,3,30,0.0,0.0,0.0,-2.0,-4.0,3.4000000000000004,94.18,0.0,-2.0,-2.0
+1999,4,5,4,30,0.0,0.0,0.0,-2.0,-5.0,3.6,91.08,0.0,-2.0,-2.0
+1999,4,5,5,30,0.0,0.0,0.0,-1.0,-5.0,4.0,80.35000000000002,0.0,-1.0,-1.0
+1999,4,5,6,30,370.0,62.0,120.0,0.0,-5.0,5.0,74.2,114.56345948299023,2.5829133114188325,2.239222932969862
+1999,4,5,7,30,693.0,102.0,344.0,1.0,-5.0,6.0,64.46000000000001,365.57127227151886,8.725762184134226,7.629048367319669
+1999,4,5,8,30,854.0,120.0,568.0,4.0,-6.0,6.0,56.76,628.2480669960255,17.277014706583287,15.392270505595212
+1999,4,5,9,30,936.0,132.0,757.0,5.0,-7.0,5.4,46.29,854.1971599897398,23.76503448488829,21.20244300491907
+1999,4,5,10,30,977.0,142.0,894.0,6.0,-7.0,4.800000000000002,41.87,1018.992772380378,29.27491045776876,26.217932140627628
+1999,4,5,11,30,994.0,146.0,966.0,7.0,-8.0,4.2,38.44,1105.0729307378383,33.2502757718262,29.93505697961269
+1999,4,5,12,30,996.0,144.0,969.0,8.0,-8.0,3.5,35.52,1108.803381346769,35.579321788438286,32.252911644397976
+1999,4,5,13,30,982.0,137.0,903.0,9.0,-8.0,2.8000000000000003,33.08,1029.4599222931902,35.819555047244506,32.73117528036494
+1999,4,5,14,30,940.0,131.0,773.0,9.0,-8.0,2.2,32.980000000000004,872.8604625794227,32.66595338051371,30.047371992775442
+1999,4,5,15,30,858.0,123.0,590.0,8.0,-8.0,1.6,35.44,653.3038828226278,26.43817904465925,24.478267396191367
+1999,4,5,16,30,723.0,102.0,371.0,7.0,-7.0,0.9,38.69,396.51391803898497,18.72989589972083,17.540354145603875
+1999,4,5,17,30,463.0,63.0,147.0,4.0,-4.0,0.2,61.37000000000001,142.4889770124072,8.419356290173113,7.991889359135891
+1999,4,5,18,30,0.0,0.0,0.0,1.0,-6.0,0.30000000000000004,62.91,0.0,1.0,1.0
+1999,4,5,19,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,62.27,0.0,0.0,0.0
+1999,4,5,20,30,0.0,0.0,0.0,0.0,-7.0,0.9,64.47,0.0,0.0,0.0
+1999,4,5,21,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.5,0.0,-1.0,-1.0
+1999,4,5,22,30,0.0,0.0,0.0,-2.0,-9.0,1.6,68.18,0.0,-2.0,-2.0
+1999,4,5,23,30,0.0,0.0,0.0,-2.0,-9.0,2.1,64.46000000000001,0.0,-2.0,-2.0
+1999,4,6,0,30,0.0,0.0,0.0,-2.0,-10.0,2.6,60.63,0.0,-2.0,-2.0
+1999,4,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.0,58.3,0.0,-2.0,-2.0
+1999,4,6,2,30,0.0,0.0,0.0,-2.0,-11.0,3.0,62.42,0.0,-2.0,-2.0
+1999,4,6,3,30,0.0,0.0,0.0,-2.0,-10.0,2.7,62.81,0.0,-2.0,-2.0
+1999,4,6,4,30,0.0,0.0,0.0,-2.0,-10.0,2.4000000000000004,62.98,0.0,-2.0,-2.0
+1999,4,6,5,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.79,0.0,-1.0,-1.0
+1999,4,6,6,30,557.0,47.0,137.0,2.0,-9.0,2.7,48.52,129.0179666816665,5.3835740676052914,4.996520167560292
+1999,4,6,7,30,810.0,78.0,364.0,6.0,-8.0,2.0,39.21,389.49663749645015,16.702402921039173,15.533913008549822
+1999,4,6,8,30,916.0,100.0,584.0,9.0,-9.0,1.3,30.24,648.3406697174669,27.670217309216678,25.72519530006428
+1999,4,6,9,30,971.0,115.0,768.0,12.0,-9.0,1.5,25.14,867.0723911987695,36.636005003862834,34.034787830266524
+1999,4,6,10,30,1002.0,125.0,901.0,13.0,-9.0,2.0,22.23,1026.994278683923,41.21925919239164,38.13827635633987
+1999,4,6,11,30,1016.0,128.0,970.0,14.0,-9.0,2.5,21.25,1110.5460725715318,43.51455404995163,40.18291583223703
+1999,4,6,12,30,1017.0,126.0,972.0,15.0,-9.0,3.1,20.32,1113.0721437056386,43.426953614353934,40.08773718323702
+1999,4,6,13,30,1006.0,120.0,907.0,16.0,-9.0,3.8,19.3,1035.9016072570453,41.261912572418346,38.15420775064721
+1999,4,6,14,30,978.0,109.0,779.0,16.0,-8.0,4.4,19.54,882.4270831588888,36.688808317908126,34.04152706843146
+1999,4,6,15,30,926.0,94.0,600.0,15.0,-8.0,4.6000000000000005,20.89,668.029172294393,30.458832674917705,28.454745158034527
+1999,4,6,16,30,828.0,75.0,385.0,13.0,-8.0,3.7,24.98,413.96197853352777,23.16169133654954,21.91980540094896
+1999,4,6,17,30,609.0,43.0,155.0,9.0,-5.0,2.3000000000000003,41.3,149.0411056206132,13.01411346542837,12.56699014856653
+1999,4,6,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,54.05,0.0,6.0,6.0
+1999,4,6,19,30,0.0,0.0,0.0,4.0,-6.0,1.6,59.38,0.0,4.0,4.0
+1999,4,6,20,30,0.0,0.0,0.0,3.0,-6.0,1.6,61.93,0.0,3.0,3.0
+1999,4,6,21,30,0.0,0.0,0.0,2.0,-6.0,1.6,60.23,0.0,2.0,2.0
+1999,4,6,22,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.44,0.0,2.0,2.0
+1999,4,6,23,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,57.06,0.0,2.0,2.0
+1999,4,7,0,30,0.0,0.0,0.0,1.0,-7.0,1.7000000000000002,56.36,0.0,1.0,1.0
+1999,4,7,1,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.4,0.0,1.0,1.0
+1999,4,7,2,30,0.0,0.0,0.0,1.0,-7.0,1.9,56.62000000000001,0.0,1.0,1.0
+1999,4,7,3,30,0.0,0.0,0.0,1.0,-7.0,1.9,60.5,0.0,1.0,1.0
+1999,4,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,59.68,0.0,0.0,0.0
+1999,4,7,5,30,0.0,0.0,0.0,2.0,-8.0,1.6,54.22,0.0,2.0,2.0
+1999,4,7,6,30,566.0,41.0,135.0,6.0,-5.0,1.7000000000000002,49.44,126.34778307700918,9.542098207097377,9.16305485786635
+1999,4,7,7,30,799.0,64.0,351.0,11.0,-4.0,1.7000000000000002,40.74,373.9995799791139,21.484895021005304,20.36289628106796
+1999,4,7,8,30,904.0,78.0,560.0,14.0,-5.0,1.9,30.41,622.0994247963768,31.20838666554281,29.34208839115368
+1999,4,7,9,30,959.0,87.0,735.0,15.0,-6.0,2.9000000000000004,25.46,832.6615957938343,36.549131832068255,34.05114704468675
+1999,4,7,10,30,988.0,93.0,862.0,17.0,-6.0,3.9,23.44,985.0802575806212,40.865148856546966,37.9099080838051
+1999,4,7,11,30,1001.0,96.0,929.0,18.0,-6.0,4.800000000000002,21.57,1066.4050790093313,42.35785944552982,39.158644208501826
+1999,4,7,12,30,595.0,335.0,832.0,19.0,-7.0,5.6000000000000005,19.65,907.4008555665599,38.67756768856657,35.95536512186689
+1999,4,7,13,30,986.0,96.0,871.0,19.0,-7.0,6.2,17.79,995.2973943946799,39.76531169794449,36.77941951476045
+1999,4,7,14,30,959.0,90.0,750.0,19.0,-8.0,6.6000000000000005,18.28,849.6994471512095,36.27904626944557,33.729947927991944
+1999,4,7,15,30,910.0,79.0,579.0,18.0,-8.0,6.8000000000000025,19.08,644.2042381779987,30.933938768067947,29.00132605353395
+1999,4,7,16,30,459.0,126.0,299.0,16.0,-8.0,6.5,20.4,312.3936834526746,22.393444460383915,21.45626341002589
+1999,4,7,17,30,0.0,3.0,3.0,13.0,-7.0,5.5,28.55,2.9321541983841466,13.063998102052697,13.055201639457545
+1999,4,7,18,30,0.0,0.0,0.0,10.0,-5.0,4.6000000000000005,39.51,0.0,10.0,10.0
+1999,4,7,19,30,0.0,0.0,0.0,8.0,-4.0,3.8,48.22,0.0,8.0,8.0
+1999,4,7,20,30,0.0,0.0,0.0,8.0,-2.0,2.8000000000000003,58.91,0.0,8.0,8.0
+1999,4,7,21,30,0.0,0.0,0.0,7.0,-1.0,2.9000000000000004,62.79,0.0,7.0,7.0
+1999,4,7,22,30,0.0,0.0,0.0,7.0,-1.0,4.2,60.83,0.0,7.0,7.0
+1999,4,7,23,30,0.0,0.0,0.0,6.0,-2.0,5.7,61.67,0.0,6.0,6.0
+1999,4,8,0,30,0.0,0.0,0.0,5.0,-2.0,7.7,65.07000000000001,0.0,5.0,5.0
+1999,4,8,1,30,0.0,0.0,0.0,4.0,-4.0,9.4,60.92,0.0,4.0,4.0
+1999,4,8,2,30,0.0,0.0,0.0,3.0,-8.0,9.8,49.63,0.0,3.0,3.0
+1999,4,8,3,30,0.0,0.0,0.0,2.0,-9.0,9.6,47.55,0.0,2.0,2.0
+1999,4,8,4,30,0.0,0.0,0.0,2.0,-10.0,10.0,46.76,0.0,2.0,2.0
+1999,4,8,5,30,0.0,0.0,0.0,2.0,-10.0,11.1,46.39,0.0,2.0,2.0
+1999,4,8,6,30,411.0,48.0,118.0,2.0,-10.0,12.3,46.6,110.89322631722347,3.5863403562092557,3.2536606772575856
+1999,4,8,7,30,282.0,146.0,248.0,4.0,-9.0,12.7,41.14,253.46212874613008,7.541118986791159,6.780732600552769
+1999,4,8,8,30,889.0,88.0,566.0,6.0,-9.0,12.2,37.09,625.2028029905694,14.99680720790267,13.121198798930962
+1999,4,8,9,30,957.0,95.0,746.0,9.0,-8.0,11.6,34.76,841.1575698782964,21.545435889138687,19.0219631795038
+1999,4,8,10,30,998.0,97.0,877.0,11.0,-7.0,11.1,32.14,1000.0053482467397,26.36984831869924,23.369832273959023
+1999,4,8,11,30,1016.0,97.0,947.0,12.0,-7.0,10.3,29.17,1083.6199115508575,29.483849391870525,26.232989657217953
+1999,4,8,12,30,1018.0,96.0,950.0,13.0,-6.0,9.1,28.24,1087.4794093778412,31.891276719164942,28.628838491031416
+1999,4,8,13,30,1002.0,94.0,885.0,14.0,-6.0,7.7,28.91,1009.0612122426005,33.13453355948769,30.10734992275989
+1999,4,8,14,30,967.0,89.0,758.0,14.0,-6.0,6.5,29.41,855.9724580728617,31.518319544179267,28.950402169960682
+1999,4,8,15,30,908.0,82.0,584.0,13.0,-5.0,5.300000000000002,31.93,646.6622128922169,27.298239355522696,25.358252716846046
+1999,4,8,16,30,803.0,69.0,376.0,12.0,-5.0,3.9,34.56,399.22072134172066,21.671762141328337,20.474099977303176
+1999,4,8,17,30,586.0,47.0,159.0,8.0,-4.0,2.2,45.27,150.04396095376927,12.068156981776935,11.618025098915627
+1999,4,8,18,30,0.0,0.0,0.0,5.0,-3.0,1.0,62.31,0.0,5.0,5.0
+1999,4,8,19,30,0.0,0.0,0.0,4.0,-3.0,0.30000000000000004,70.13,0.0,4.0,4.0
+1999,4,8,20,30,0.0,0.0,0.0,2.0,-4.0,0.2,74.34,0.0,2.0,2.0
+1999,4,8,21,30,0.0,0.0,0.0,1.0,-4.0,0.5,72.47,0.0,1.0,1.0
+1999,4,8,22,30,0.0,0.0,0.0,0.0,-4.0,0.9,69.81,0.0,0.0,0.0
+1999,4,8,23,30,0.0,0.0,0.0,0.0,-5.0,1.1,71.48,0.0,0.0,0.0
+1999,4,9,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,72.83,0.0,0.0,0.0
+1999,4,9,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,68.85000000000001,0.0,0.0,0.0
+1999,4,9,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,70.02,0.0,0.0,0.0
+1999,4,9,3,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.94,0.0,-1.0,-1.0
+1999,4,9,4,30,0.0,0.0,0.0,-1.0,-9.0,2.0,62.53,0.0,-1.0,-1.0
+1999,4,9,5,30,0.0,0.0,0.0,0.0,-9.0,3.0,52.61,0.0,0.0,0.0
+1999,4,9,6,30,587.0,45.0,148.0,4.0,-7.0,5.0,47.94,137.24183169757825,7.094213072605492,6.682487577512758
+1999,4,9,7,30,819.0,67.0,369.0,8.0,-7.0,6.8000000000000025,40.09,389.6069201843734,15.822289501746283,14.653468741193162
+1999,4,9,8,30,925.0,80.0,582.0,11.0,-8.0,7.8000000000000025,29.43,641.658504580957,23.09105093369174,21.166075419948868
+1999,4,9,9,30,982.0,87.0,760.0,13.0,-10.0,8.5,21.62,855.1317419306283,28.42068704375593,25.855291817964044
+1999,4,9,10,30,1007.0,93.0,885.0,14.0,-12.0,9.2,17.98,1006.1992594625888,31.371259374423964,28.3526615960362
+1999,4,9,11,30,428.0,406.0,765.0,15.0,-13.0,9.8,16.03,814.0364096279322,28.542775092972793,26.100665864088995
+1999,4,9,12,30,467.0,406.0,799.0,14.0,-12.0,10.3,17.76,853.2432835976809,27.76679858502838,25.207068734235335
+1999,4,9,13,30,481.0,359.0,740.0,13.0,-11.0,10.2,21.09,791.6686864869948,25.851593281949384,23.476587222488398
+1999,4,9,14,30,490.0,279.0,619.0,11.0,-10.0,9.0,24.86,662.784746904958,22.585351577868856,20.596997337153983
+1999,4,9,15,30,147.0,265.0,347.0,9.0,-10.0,8.200000000000001,28.53,350.84635171065315,15.446868954148307,14.394329899016348
+1999,4,9,16,30,625.0,93.0,333.0,6.0,-11.0,8.4,32.17,349.66011548930646,12.34503206441146,11.296051717943541
+1999,4,9,17,30,0.0,31.0,31.0,3.0,-13.0,8.200000000000001,33.43,30.29892671663619,3.5567485853596392,3.4658518052097307
+1999,4,9,18,30,0.0,0.0,0.0,1.0,-15.0,6.9,30.81,0.0,1.0,1.0
+1999,4,9,19,30,0.0,0.0,0.0,0.0,-13.0,6.0,36.96,0.0,0.0,0.0
+1999,4,9,20,30,0.0,0.0,0.0,0.0,-11.0,5.8000000000000025,43.74,0.0,0.0,0.0
+1999,4,9,21,30,0.0,0.0,0.0,0.0,-11.0,5.6000000000000005,46.47,0.0,0.0,0.0
+1999,4,9,22,30,0.0,0.0,0.0,0.0,-11.0,5.5,49.84,0.0,0.0,0.0
+1999,4,9,23,30,0.0,0.0,0.0,0.0,-11.0,6.0,48.28,0.0,0.0,0.0
+1999,4,10,0,30,0.0,0.0,0.0,0.0,-12.0,6.9,49.85,0.0,0.0,0.0
+1999,4,10,1,30,0.0,0.0,0.0,-1.0,-12.0,7.7,47.87000000000001,0.0,-1.0,-1.0
+1999,4,10,2,30,0.0,0.0,0.0,-1.0,-12.0,8.200000000000001,46.08,0.0,-1.0,-1.0
+1999,4,10,3,30,0.0,0.0,0.0,-1.0,-13.0,8.700000000000001,48.08,0.0,-1.0,-1.0
+1999,4,10,4,30,0.0,0.0,0.0,-1.0,-13.0,9.0,47.05,0.0,-1.0,-1.0
+1999,4,10,5,30,0.0,0.0,0.0,-1.0,-13.0,9.3,42.98,0.0,-1.0,-1.0
+1999,4,10,6,30,620.0,44.0,155.0,0.0,-13.0,9.5,39.81,143.46648932586237,2.4313082814149256,2.0009088134373383
+1999,4,10,7,30,805.0,53.0,354.0,1.0,-13.0,9.6,34.67,372.72816540893774,7.277734540096176,6.159550043869363
+1999,4,10,8,30,700.0,133.0,516.0,3.0,-13.0,9.3,32.94,558.2073491577592,12.577527627793621,10.902905580320343
+1999,4,10,9,30,988.0,84.0,765.0,5.0,-13.0,8.700000000000001,29.54,859.1006281683102,20.299979763554745,17.722677879049815
+1999,4,10,10,30,1016.0,89.0,891.0,7.0,-12.0,7.8000000000000025,28.43,1012.3559035139743,26.07626362780738,23.039195917265456
+1999,4,10,11,30,1027.0,91.0,957.0,8.0,-12.0,6.8000000000000025,27.55,1091.643735581372,29.917355391029208,26.64242418428509
+1999,4,10,12,30,1023.0,92.0,957.0,9.0,-11.0,6.0,26.76,1091.0201815964163,32.05696070900355,28.783900164214298
+1999,4,10,13,30,1006.0,92.0,892.0,9.0,-11.0,5.300000000000002,25.92,1012.8275502135494,31.394459503132833,28.355976852492184
+1999,4,10,14,30,971.0,89.0,767.0,9.0,-10.0,4.800000000000002,26.62,860.8561064327288,28.66289588829967,26.080327569001483
+1999,4,10,15,30,911.0,83.0,593.0,8.0,-10.0,4.4,28.96,651.004630797484,23.263028841346856,21.310014948954404
+1999,4,10,16,30,806.0,72.0,384.0,7.0,-10.0,3.8,31.58,404.7545682597266,16.87050743529446,15.65624373051528
+1999,4,10,17,30,592.0,50.0,166.0,5.0,-9.0,2.8000000000000003,40.86,155.18013915718737,9.042762806243516,8.577222388771954
+1999,4,10,18,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,54.01,0.0,2.0,2.0
+1999,4,10,19,30,0.0,0.0,0.0,0.0,-8.0,2.1,58.51,0.0,0.0,0.0
+1999,4,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,62.38,0.0,0.0,0.0
+1999,4,10,21,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,66.13,0.0,-1.0,-1.0
+1999,4,10,22,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,69.55,0.0,-1.0,-1.0
+1999,4,10,23,30,0.0,0.0,0.0,-2.0,-9.0,0.8,67.53,0.0,-2.0,-2.0
+1999,4,11,0,30,0.0,0.0,0.0,-2.0,-9.0,1.1,70.94,0.0,-2.0,-2.0
+1999,4,11,1,30,0.0,0.0,0.0,-3.0,-9.0,1.2000000000000002,69.15,0.0,-3.0,-3.0
+1999,4,11,2,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,66.36,0.0,-3.0,-3.0
+1999,4,11,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,67.27,0.0,-3.0,-3.0
+1999,4,11,4,30,0.0,0.0,0.0,-4.0,-12.0,1.8,62.16,0.0,-4.0,-4.0
+1999,4,11,5,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,48.86,0.0,-2.0,-2.0
+1999,4,11,6,30,567.0,51.0,156.0,0.0,-13.0,2.4000000000000004,38.86,143.50119738348127,3.8392458342634126,3.408742242112969
+1999,4,11,7,30,799.0,75.0,378.0,4.0,-14.0,1.2000000000000002,29.36,394.129180278307,15.426249820913679,14.243862280078758
+1999,4,11,8,30,906.0,91.0,590.0,7.0,-15.0,0.7000000000000001,21.78,645.4602550104088,26.353675031790903,24.417294266759676
+1999,4,11,9,30,957.0,103.0,767.0,10.0,-15.0,1.5,17.77,855.3694958331844,34.30349229591277,31.737383808413213
+1999,4,11,10,30,982.0,113.0,892.0,12.0,-14.0,2.4000000000000004,17.080000000000002,1006.6218593393487,38.93126503899093,35.91139946097288
+1999,4,11,11,30,990.0,118.0,957.0,13.0,-14.0,3.2,15.12,1083.371337107389,40.48596702926064,37.235853017938474
+1999,4,11,12,30,976.0,125.0,953.0,14.0,-14.0,3.9,14.31,1078.4331846443158,40.1267732099181,36.89147365598515
+1999,4,11,13,30,643.0,284.0,797.0,15.0,-14.0,4.4,14.47,868.0866413316161,35.35259169693081,32.74833177293596
+1999,4,11,14,30,355.0,324.0,572.0,14.0,-14.0,4.800000000000002,14.83,599.8886732622436,27.702114022057497,25.902448002270766
+1999,4,11,15,30,438.0,219.0,465.0,13.0,-13.0,5.2,16.8,488.381583388924,23.868786490911763,22.40364174074499
+1999,4,11,16,30,165.0,169.0,233.0,11.0,-11.0,5.1000000000000005,22.93,233.76638268779865,16.236286307277492,15.534987159214095
+1999,4,11,17,30,2.0,68.0,69.0,9.0,-7.0,4.5,35.63,66.82779707055583,10.556591778290358,10.35610838707869
+1999,4,11,18,30,0.0,0.0,0.0,7.0,-6.0,3.8,44.54,0.0,7.0,7.0
+1999,4,11,19,30,0.0,0.0,0.0,6.0,-5.0,3.1,49.43,0.0,6.0,6.0
+1999,4,11,20,30,0.0,0.0,0.0,5.0,-4.0,2.3000000000000003,55.88,0.0,5.0,5.0
+1999,4,11,21,30,0.0,0.0,0.0,4.0,-4.0,1.9,64.95,0.0,4.0,4.0
+1999,4,11,22,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,67.0,0.0,3.0,3.0
+1999,4,11,23,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,64.85,0.0,2.0,2.0
+1999,4,12,0,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.7,0.0,2.0,2.0
+1999,4,12,1,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,59.31,0.0,1.0,1.0
+1999,4,12,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,56.84,0.0,0.0,0.0
+1999,4,12,3,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.87000000000001,0.0,0.0,0.0
+1999,4,12,4,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.14,0.0,0.0,0.0
+1999,4,12,5,30,0.0,0.0,0.0,2.0,-8.0,1.5,54.81,0.0,2.0,2.0
+1999,4,12,6,30,594.0,45.0,158.0,6.0,-5.0,1.7000000000000002,52.17,143.93338555838343,10.035101958354629,9.603301801679478
+1999,4,12,7,30,807.0,66.0,374.0,9.0,-6.0,1.5,37.33,390.80157949891185,20.103789909331336,18.931385170834602
+1999,4,12,8,30,905.0,79.0,581.0,12.0,-7.0,0.6000000000000001,27.39,635.3535612371845,31.1797005666244,29.273639882912846
+1999,4,12,9,30,957.0,88.0,755.0,15.0,-8.0,0.6000000000000001,21.81,842.7228107193727,40.439648341292234,37.911479909134115
+1999,4,12,10,30,984.0,94.0,879.0,17.0,-8.0,1.3,18.98,991.6057472321481,45.55519582623157,42.580378584535126
+1999,4,12,11,30,995.0,98.0,944.0,19.0,-8.0,1.7000000000000002,17.94,1070.1199724722665,49.00028922994883,45.789929312532024
+1999,4,12,12,30,990.0,100.0,943.0,20.0,-8.0,1.8,17.04,1068.841836640714,49.7645235183829,46.55799800846076
+1999,4,12,13,30,226.0,416.0,598.0,20.0,-8.0,1.6,16.22,614.3599365364034,37.3390650286387,35.49598521902949
+1999,4,12,14,30,14.0,217.0,227.0,20.0,-7.0,1.0,17.490000000000002,223.27413107279477,26.560672417852143,25.890850024633757
+1999,4,12,15,30,56.0,246.0,278.0,19.0,-7.0,1.0,19.2,275.5572542919735,27.0969562800941,26.27028451721818
+1999,4,12,16,30,432.0,136.0,306.0,16.0,-6.0,1.7000000000000002,24.04,312.8679173562613,24.771098804721,23.832495052652217
+1999,4,12,17,30,157.0,76.0,108.0,13.0,-2.0,2.1,37.7,102.78210554194324,15.805399393341316,15.497053076715487
+1999,4,12,18,30,0.0,0.0,0.0,11.0,-2.0,2.3000000000000003,48.12000000000001,0.0,11.0,11.0
+1999,4,12,19,30,0.0,0.0,0.0,9.0,-2.0,2.1,56.03,0.0,9.0,9.0
+1999,4,12,20,30,0.0,0.0,0.0,7.0,-1.0,1.5,60.76,0.0,7.0,7.0
+1999,4,12,21,30,0.0,0.0,0.0,6.0,-2.0,1.4,63.68,0.0,6.0,6.0
+1999,4,12,22,30,0.0,0.0,0.0,5.0,-3.0,1.6,68.35000000000001,0.0,5.0,5.0
+1999,4,12,23,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,64.79,0.0,4.0,4.0
+1999,4,13,0,30,0.0,0.0,0.0,4.0,-4.0,1.8,61.97,0.0,4.0,4.0
+1999,4,13,1,30,0.0,0.0,0.0,4.0,-5.0,1.8,64.02,0.0,4.0,4.0
+1999,4,13,2,30,0.0,0.0,0.0,4.0,-5.0,1.7000000000000002,62.21,0.0,4.0,4.0
+1999,4,13,3,30,0.0,0.0,0.0,4.0,-5.0,1.6,61.06,0.0,4.0,4.0
+1999,4,13,4,30,0.0,0.0,0.0,3.0,-5.0,1.5,61.19,0.0,3.0,3.0
+1999,4,13,5,30,0.0,0.0,0.0,4.0,-5.0,1.6,57.08,0.0,4.0,4.0
+1999,4,13,6,30,517.0,47.0,147.0,7.0,-3.0,1.9,54.88,134.5012368529429,10.720545621010318,10.31704191045149
+1999,4,13,7,30,688.0,110.0,376.0,10.0,-3.0,2.4000000000000004,47.02,387.59381836064676,20.369724989477042,19.2069435343951
+1999,4,13,8,30,787.0,145.0,586.0,11.0,-2.0,3.1,48.97,628.9987749734973,27.064115071759186,25.177118746838694
+1999,4,13,9,30,848.0,170.0,764.0,12.0,-1.0,4.5,44.26,838.4196652842636,31.52895673578102,29.01369773992823
+1999,4,13,10,30,796.0,203.0,841.0,13.0,-1.0,5.2,40.98,927.5906988988188,33.64325437361594,30.86048227691948
+1999,4,13,11,30,836.0,207.0,921.0,14.0,-2.0,5.1000000000000005,37.12,1022.1024660356804,36.894742545958636,33.82843514785159
+1999,4,13,12,30,739.0,262.0,893.0,14.0,-2.0,5.1000000000000005,35.93,981.77161663848,35.99134543628323,33.04603058636779
+1999,4,13,13,30,316.0,400.0,655.0,15.0,-2.0,5.0,33.39,681.7390707834257,30.37028410967514,28.325066897324863
+1999,4,13,14,30,738.0,188.0,709.0,15.0,-2.0,5.1000000000000005,35.92,773.68867531298,32.330359353028015,30.009293327089075
+1999,4,13,15,30,0.0,31.0,31.0,14.0,-2.0,4.800000000000002,36.28,30.29892671663619,14.692060655787419,14.60116387563751
+1999,4,13,16,30,0.0,29.0,29.0,13.0,-2.0,3.7,39.78,28.344157251046756,13.69577543860452,13.61074296685138
+1999,4,13,17,30,0.0,13.0,13.0,10.0,0.0,2.2,56.43,12.706001526331303,10.344499095406709,10.306381090827715
+1999,4,13,18,30,0.0,0.0,0.0,7.0,1.0,1.4,79.43,0.0,7.0,7.0
+1999,4,13,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.36,0.0,6.0,6.0
+1999,4,13,20,30,0.0,0.0,0.0,5.0,2.0,1.3,94.62,0.0,5.0,5.0
+1999,4,13,21,30,0.0,0.0,0.0,4.0,2.0,1.4,100.0,0.0,4.0,4.0
+1999,4,13,22,30,0.0,0.0,0.0,4.0,1.0,1.6,98.5,0.0,4.0,4.0
+1999,4,13,23,30,0.0,0.0,0.0,4.0,1.0,2.1,96.92,0.0,4.0,4.0
+1999,4,14,0,30,0.0,0.0,0.0,5.0,1.0,2.9000000000000004,99.02,0.0,5.0,5.0
+1999,4,14,1,30,0.0,0.0,0.0,4.0,1.0,3.9,100.0,0.0,4.0,4.0
+1999,4,14,2,30,0.0,0.0,0.0,3.0,0.0,4.7,100.0,0.0,3.0,3.0
+1999,4,14,3,30,0.0,0.0,0.0,2.0,0.0,4.9,100.0,0.0,2.0,2.0
+1999,4,14,4,30,0.0,0.0,0.0,2.0,0.0,4.7,98.51,0.0,2.0,2.0
+1999,4,14,5,30,0.0,0.0,0.0,2.0,0.0,5.1000000000000005,95.88,0.0,2.0,2.0
+1999,4,14,6,30,398.0,59.0,138.0,2.0,0.0,6.6000000000000005,94.82,127.04142325273276,4.583448345035284,4.202324075277085
+1999,4,14,7,30,0.0,29.0,29.0,2.0,-1.0,8.4,88.59,28.344157251046756,2.5143411519639343,2.429308680210794
+1999,4,14,8,30,17.0,200.0,210.0,2.0,-3.0,9.3,77.75,206.0458521937511,5.535263097047137,4.917125540465884
+1999,4,14,9,30,13.0,214.0,224.0,2.0,-4.0,9.4,69.79,219.4985877518293,5.742860754235439,5.084364990979951
+1999,4,14,10,30,17.0,255.0,269.0,2.0,-5.0,9.0,65.67,264.8363097935942,6.629288428667111,5.834779499286329
+1999,4,14,11,30,0.0,92.0,92.0,3.0,-6.0,8.3,59.3,89.91939541711383,4.641955951329065,4.372197765077723
+1999,4,14,12,30,0.0,91.0,91.0,4.0,-6.0,7.9,54.32,88.94201068431913,5.665444012204863,5.398617980151905
+1999,4,14,13,30,0.0,108.0,108.0,5.0,-6.0,7.4,50.11,105.5575511418293,7.039998943133512,6.723326289708025
+1999,4,14,14,30,9.0,172.0,178.0,5.0,-6.0,7.0,53.34,175.30841831924184,8.475163199603521,7.949237944645796
+1999,4,14,15,30,31.0,227.0,245.0,4.0,-6.0,6.7,56.22,241.3549058182594,8.87680526199978,8.152740544545
+1999,4,14,16,30,0.0,74.0,74.0,3.0,-7.0,6.1000000000000005,59.23,72.32647022680895,4.518704242437409,4.3017248317569825
+1999,4,14,17,30,0.0,42.0,42.0,1.0,-7.0,5.0,58.14,41.05015877737806,1.925504537139864,1.8023540608077298
+1999,4,14,18,30,0.0,0.0,0.0,0.0,-7.0,3.8,61.04,0.0,0.0,0.0
+1999,4,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,65.21000000000001,0.0,0.0,0.0
+1999,4,14,20,30,0.0,0.0,0.0,-1.0,-7.0,3.0,69.19,0.0,-1.0,-1.0
+1999,4,14,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,69.4,0.0,-1.0,-1.0
+1999,4,14,22,30,0.0,0.0,0.0,-2.0,-7.0,2.6,74.72,0.0,-2.0,-2.0
+1999,4,14,23,30,0.0,0.0,0.0,-2.0,-7.0,3.0,81.04,0.0,-2.0,-2.0
+1999,4,15,0,30,0.0,0.0,0.0,-3.0,-7.0,4.1000000000000005,80.9,0.0,-3.0,-3.0
+1999,4,15,1,30,0.0,0.0,0.0,-4.0,-8.0,5.2,84.27,0.0,-4.0,-4.0
+1999,4,15,2,30,0.0,0.0,0.0,-4.0,-9.0,5.5,84.13,0.0,-4.0,-4.0
+1999,4,15,3,30,0.0,0.0,0.0,-5.0,-10.0,5.0,83.89,0.0,-5.0,-5.0
+1999,4,15,4,30,0.0,0.0,0.0,-6.0,-10.0,4.1000000000000005,79.12,0.0,-6.0,-6.0
+1999,4,15,5,30,0.0,0.0,0.0,-5.0,-11.0,3.8,76.04,0.0,-5.0,-5.0
+1999,4,15,6,30,0.0,38.0,38.0,-4.0,-11.0,4.2,69.56,37.14061984619919,-3.117749167334746,-3.2291710268733436
+1999,4,15,7,30,603.0,100.0,338.0,-3.0,-12.0,4.9,56.36,346.4504366286095,4.861945425322785,3.8225941154369565
+1999,4,15,8,30,2.0,140.0,142.0,-2.0,-13.0,5.6000000000000005,47.46,138.08802222396375,0.9945270468097055,0.5802629801378143
+1999,4,15,9,30,416.0,302.0,596.0,-1.0,-14.0,6.2,40.69,626.5931355746893,12.07287835904975,10.19309895232568
+1999,4,15,10,30,87.0,405.0,476.0,0.0,-14.0,6.4,36.73,475.82306437045395,9.80075244308782,8.373283249976458
+1999,4,15,11,30,464.0,412.0,811.0,0.0,-14.0,6.3000000000000025,34.64,858.8759342767822,17.804454853656196,15.227827050825848
+1999,4,15,12,30,380.0,405.0,733.0,0.0,-14.0,6.1000000000000005,35.35,769.7875092028428,16.16392383501588,13.85456130740735
+1999,4,15,13,30,457.0,367.0,738.0,1.0,-14.0,6.0,36.06,779.9934046660264,17.483908902905256,15.143928688907177
+1999,4,15,14,30,19.0,250.0,264.0,0.0,-13.0,5.9,36.69,259.5657848575735,5.520940099167524,4.742242744594804
+1999,4,15,15,30,0.0,82.0,82.0,0.0,-13.0,5.6000000000000005,37.28,80.14554808916668,1.7380074503865868,1.4975708061190867
+1999,4,15,16,30,0.0,38.0,38.0,0.0,-13.0,5.2,40.59,37.14061984619919,0.8265534184301799,0.7151315588915823
+1999,4,15,17,30,412.0,61.0,149.0,-2.0,-13.0,4.3,47.76,135.62541015706088,1.2006596693721847,0.7937834389010021
+1999,4,15,18,30,0.0,0.0,0.0,-3.0,-13.0,3.2,54.76,0.0,-3.0,-3.0
+1999,4,15,19,30,0.0,0.0,0.0,-4.0,-13.0,2.7,57.52,0.0,-4.0,-4.0
+1999,4,15,20,30,0.0,0.0,0.0,-5.0,-14.0,2.6,60.84,0.0,-5.0,-5.0
+1999,4,15,21,30,0.0,0.0,0.0,-5.0,-14.0,2.8000000000000003,60.02,0.0,-5.0,-5.0
+1999,4,15,22,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.02,0.0,-6.0,-6.0
+1999,4,15,23,30,0.0,0.0,0.0,-6.0,-14.0,3.2,62.14,0.0,-6.0,-6.0
+1999,4,16,0,30,0.0,0.0,0.0,-7.0,-15.0,3.2,60.84,0.0,-7.0,-7.0
+1999,4,16,1,30,0.0,0.0,0.0,-7.0,-15.0,3.2,59.06,0.0,-7.0,-7.0
+1999,4,16,2,30,0.0,0.0,0.0,-7.0,-15.0,3.3000000000000003,57.3,0.0,-7.0,-7.0
+1999,4,16,3,30,0.0,0.0,0.0,-7.0,-16.0,3.3000000000000003,56.47,0.0,-7.0,-7.0
+1999,4,16,4,30,0.0,0.0,0.0,-7.0,-16.0,3.4000000000000004,56.68,0.0,-7.0,-7.0
+1999,4,16,5,30,0.0,0.0,0.0,-5.0,-15.0,3.6,53.48,0.0,-5.0,-5.0
+1999,4,16,6,30,0.0,9.0,9.0,-3.0,-14.0,4.3,47.7,8.796462595152441,-2.7924099692761026,-2.81879935706156
+1999,4,16,7,30,47.0,161.0,180.0,-1.0,-13.0,5.1000000000000005,45.46,176.86871963369563,2.9617982883385796,2.4311921294374925
+1999,4,16,8,30,40.0,237.0,260.0,0.0,-12.0,5.4,43.52,256.68398197575635,5.6388431138677255,4.868791167940456
+1999,4,16,9,30,23.0,267.0,284.0,0.0,-12.0,5.2,42.59,279.33383383279045,6.216491167724237,5.378489666225866
+1999,4,16,10,30,53.0,379.0,423.0,0.0,-11.0,4.800000000000002,44.92,419.23884774765577,9.575874241924835,8.318157698681867
+1999,4,16,11,30,53.0,408.0,454.0,0.0,-10.0,4.6000000000000005,47.97,450.94744597537635,10.435354325278986,9.082511987352857
+1999,4,16,12,30,290.0,445.0,696.0,0.0,-9.0,4.5,51.58,720.5928247141442,16.78446568066309,14.622687206520657
+1999,4,16,13,30,4.0,126.0,130.0,0.0,-8.0,4.7,55.8,126.84665398105508,2.916263226816603,2.535723264873438
+1999,4,16,14,30,93.0,350.0,417.0,0.0,-7.0,5.2,64.05,416.6316183731104,9.272012417090387,8.022117561971056
+1999,4,16,15,30,9.0,173.0,179.0,0.0,-7.0,5.2,65.07000000000001,174.76375909747844,3.8893153398599454,3.3650240625675103
+1999,4,16,16,30,0.0,17.0,17.0,-1.0,-7.0,4.5,68.48,16.615540457510164,-0.612981202407365,-0.6628278237798955
+1999,4,16,17,30,0.0,8.0,8.0,-2.0,-8.0,3.5,71.82000000000002,7.819077862357725,-1.8055156864755477,-1.8289729200626208
+1999,4,16,18,30,0.0,0.0,0.0,-3.0,-8.0,2.7,74.24,0.0,-3.0,-3.0
+1999,4,16,19,30,0.0,0.0,0.0,-4.0,-9.0,2.2,75.34,0.0,-4.0,-4.0
+1999,4,16,20,30,0.0,0.0,0.0,-4.0,-10.0,2.0,75.53,0.0,-4.0,-4.0
+1999,4,16,21,30,0.0,0.0,0.0,-5.0,-11.0,1.9,68.98,0.0,-5.0,-5.0
+1999,4,16,22,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,67.08,0.0,-6.0,-6.0
+1999,4,16,23,30,0.0,0.0,0.0,-7.0,-14.0,1.5,71.31,0.0,-7.0,-7.0
+1999,4,17,0,30,0.0,0.0,0.0,-8.0,-15.0,1.6,71.02,0.0,-8.0,-8.0
+1999,4,17,1,30,0.0,0.0,0.0,-9.0,-16.0,1.7000000000000002,66.59,0.0,-9.0,-9.0
+1999,4,17,2,30,0.0,0.0,0.0,-9.0,-16.0,1.9,68.58,0.0,-9.0,-9.0
+1999,4,17,3,30,0.0,0.0,0.0,-10.0,-17.0,2.3000000000000003,65.07000000000001,0.0,-10.0,-10.0
+1999,4,17,4,30,0.0,0.0,0.0,-11.0,-17.0,2.7,67.06,0.0,-11.0,-11.0
+1999,4,17,5,30,0.0,0.0,0.0,-9.0,-18.0,3.3000000000000003,55.35,0.0,-9.0,-9.0
+1999,4,17,6,30,694.0,54.0,202.0,-4.0,-16.0,3.8,43.05,179.81824717900642,0.3851199837306536,-0.15433475780636563
+1999,4,17,7,30,593.0,105.0,345.0,0.0,-13.0,4.4,40.13,350.2760758971328,8.212343808219192,7.161515580527793
+1999,4,17,8,30,959.0,99.0,651.0,2.0,-12.0,4.9,38.51,699.2640847450111,17.86829021100902,15.770497956773985
+1999,4,17,9,30,1003.0,111.0,829.0,4.0,-11.0,4.9,37.36,911.2990114532682,24.679965549809772,21.94606851544997
+1999,4,17,10,30,1023.0,118.0,951.0,6.0,-9.0,4.9,35.56,1058.8143441828963,30.027507860925155,26.851064828376465
+1999,4,17,11,30,1024.0,123.0,1010.0,8.0,-8.0,4.9,36.07,1129.4207210131697,33.629767297285596,30.241505134246086
+1999,4,17,12,30,182.0,463.0,621.0,9.0,-7.0,4.9,34.97,631.969158670875,23.341177007329772,21.445269531317148
+1999,4,17,13,30,73.0,401.0,461.0,10.0,-5.0,4.9,36.98,459.34140200481846,20.42376239815343,19.045738192138973
+1999,4,17,14,30,538.0,277.0,663.0,11.0,-4.0,4.800000000000002,40.88,702.3221742373942,27.04180732282846,24.934840800116277
+1999,4,17,15,30,626.0,168.0,531.0,11.0,-3.0,4.3,43.63,559.0194884184378,24.19244770505724,22.515389239801927
+1999,4,17,16,30,0.0,2.0,2.0,10.0,-2.0,2.7,49.73,1.9547694655894312,10.05126500937838,10.045400700981611
+1999,4,17,17,30,561.0,56.0,178.0,7.0,0.0,1.4,75.17,159.32784944245716,11.557441095717627,11.079457547390255
+1999,4,17,18,30,72.0,11.0,12.0,4.0,-2.0,1.3,80.33,10.758770483143634,4.309819501201138,4.277543189751707
+1999,4,17,19,30,0.0,0.0,0.0,2.0,-3.0,1.7000000000000002,75.85000000000002,0.0,2.0,2.0
+1999,4,17,20,30,0.0,0.0,0.0,1.0,-4.0,2.3000000000000003,73.3,0.0,1.0,1.0
+1999,4,17,21,30,0.0,0.0,0.0,1.0,-4.0,3.0,70.77,0.0,1.0,1.0
+1999,4,17,22,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.94,0.0,1.0,1.0
+1999,4,17,23,30,0.0,0.0,0.0,1.0,-5.0,3.5,65.93,0.0,1.0,1.0
+1999,4,18,0,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.76,0.0,1.0,1.0
+1999,4,18,1,30,0.0,0.0,0.0,2.0,-5.0,4.1000000000000005,64.31,0.0,2.0,2.0
+1999,4,18,2,30,0.0,0.0,0.0,2.0,-6.0,4.1000000000000005,63.86,0.0,2.0,2.0
+1999,4,18,3,30,0.0,0.0,0.0,2.0,-6.0,3.7,63.04,0.0,2.0,2.0
+1999,4,18,4,30,0.0,0.0,0.0,2.0,-6.0,3.4000000000000004,62.36,0.0,2.0,2.0
+1999,4,18,5,30,0.0,0.0,0.0,3.0,-6.0,3.7,57.86,0.0,3.0,3.0
+1999,4,18,6,30,0.0,8.0,8.0,6.0,-5.0,4.1000000000000005,49.98,7.819077862357725,6.1869586913324754,6.163501457745403
+1999,4,18,7,30,0.0,16.0,16.0,9.0,-3.0,4.6000000000000005,45.47,15.63815572471545,9.361881849953322,9.314967382779177
+1999,4,18,8,30,0.0,117.0,117.0,12.0,-3.0,5.300000000000002,38.24,114.35401373698174,14.528462351871829,14.185400310660883
+1999,4,18,9,30,9.0,177.0,184.0,14.0,-4.0,5.6000000000000005,31.47,180.22062228681972,17.90819941613374,17.36753754927328
+1999,4,18,10,30,5.0,133.0,138.0,15.0,-4.0,5.2,28.68,134.61748385502236,17.995871956946488,17.59201950538142
+1999,4,18,11,30,20.0,300.0,318.0,16.0,-4.0,4.800000000000002,27.1,312.95326932240624,23.148195275153512,22.209335467186293
+1999,4,18,12,30,194.0,464.0,633.0,17.0,-4.0,4.5,25.84,644.9469113543134,32.022477227372335,30.087636493309393
+1999,4,18,13,30,332.0,401.0,674.0,17.0,-4.0,4.3,26.03,698.7391052602222,33.48972763311615,31.393510317335487
+1999,4,18,14,30,371.0,327.0,594.0,16.0,-4.0,4.0,27.81,617.4606768009177,30.86104327474133,29.008661244338576
+1999,4,18,15,30,229.0,273.0,406.0,15.0,-3.0,3.4000000000000004,30.62,411.4076081354066,25.300706216551344,24.066483392145123
+1999,4,18,16,30,256.0,171.0,277.0,14.0,-2.0,2.2,37.55,275.01327075614967,21.456462428718865,20.631422616450415
+1999,4,18,17,30,384.0,67.0,152.0,11.0,0.0,1.2000000000000002,54.25,137.4643801554842,14.985247547579423,14.57285440711297
+1999,4,18,18,30,0.0,11.0,11.0,9.0,0.0,0.9,65.98,10.751232060741874,9.318048943880562,9.285795247698337
+1999,4,18,19,30,0.0,0.0,0.0,8.0,-1.0,0.9,58.42,0.0,8.0,8.0
+1999,4,18,20,30,0.0,0.0,0.0,7.0,-2.0,1.0,60.22,0.0,7.0,7.0
+1999,4,18,21,30,0.0,0.0,0.0,6.0,-2.0,1.3,63.58,0.0,6.0,6.0
+1999,4,18,22,30,0.0,0.0,0.0,5.0,-2.0,1.5,67.15,0.0,5.0,5.0
+1999,4,18,23,30,0.0,0.0,0.0,4.0,-2.0,1.6,70.2,0.0,4.0,4.0
+1999,4,19,0,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,72.93,0.0,4.0,4.0
+1999,4,19,1,30,0.0,0.0,0.0,4.0,-3.0,1.8,70.41,0.0,4.0,4.0
+1999,4,19,2,30,0.0,0.0,0.0,3.0,-4.0,1.8,68.26,0.0,3.0,3.0
+1999,4,19,3,30,0.0,0.0,0.0,3.0,-4.0,1.9,66.24,0.0,3.0,3.0
+1999,4,19,4,30,0.0,0.0,0.0,3.0,-4.0,1.9,64.42,0.0,3.0,3.0
+1999,4,19,5,30,0.0,1.0,1.0,5.0,-5.0,2.0,55.63,0.9773847327947156,5.026856111740725,5.0239239575423404
+1999,4,19,6,30,0.0,23.0,23.0,10.0,-3.0,2.9000000000000004,48.79,22.47984885427846,10.58177443150117,10.514334884938334
+1999,4,19,7,30,54.0,169.0,191.0,14.0,-2.0,3.7,38.3,187.99389307778645,18.614761774451324,18.050780095217966
+1999,4,19,8,30,144.0,278.0,362.0,16.0,-3.0,4.0,29.46,362.7890053605761,24.731605607983024,23.643238591901294
+1999,4,19,9,30,456.0,296.0,626.0,18.0,-4.0,4.0,26.23,655.8787263955892,33.78568887406207,31.8180526948753
+1999,4,19,10,30,17.0,263.0,278.0,19.0,-4.0,3.9,24.36,272.7859195137238,25.608676323646918,24.790318565105746
+1999,4,19,11,30,63.0,426.0,482.0,20.0,-4.0,3.7,22.99,478.60034029850334,31.748395224386698,30.312594203491187
+1999,4,19,12,30,299.0,447.0,708.0,20.0,-4.0,3.6,21.73,732.1915277963665,38.0921712192798,35.8955966358907
+1999,4,19,13,30,187.0,431.0,585.0,20.0,-4.0,3.5,21.69,594.1880573252922,34.77926917567386,32.99670500369798
+1999,4,19,14,30,192.0,366.0,505.0,20.0,-4.0,3.2,21.78,511.99079682807724,32.989601698781584,31.45362930829735
+1999,4,19,15,30,664.0,159.0,546.0,19.0,-4.0,2.9000000000000004,23.41,575.0625533477236,33.882515101421994,32.157327441378825
+1999,4,19,16,30,581.0,111.0,351.0,18.0,-3.0,2.1,25.96,353.7714463458728,27.656060223004335,26.594745883966716
+1999,4,19,17,30,250.0,88.0,144.0,15.0,0.0,1.1,41.15,133.12159376190357,18.885392677322642,18.48602789603693
+1999,4,19,18,30,0.0,11.0,11.0,12.0,0.0,0.7000000000000001,46.98,10.751232060741874,12.322368185925892,12.290114489743667
+1999,4,19,19,30,0.0,0.0,0.0,10.0,-2.0,0.9,47.34,0.0,10.0,10.0
+1999,4,19,20,30,0.0,0.0,0.0,9.0,-2.0,1.3,53.74,0.0,9.0,9.0
+1999,4,19,21,30,0.0,0.0,0.0,8.0,-2.0,1.6,56.8,0.0,8.0,8.0
+1999,4,19,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,54.92,0.0,7.0,7.0
+1999,4,19,23,30,0.0,0.0,0.0,7.0,-3.0,2.0,55.15,0.0,7.0,7.0
+1999,4,20,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.32,0.0,7.0,7.0
+1999,4,20,1,30,0.0,0.0,0.0,6.0,-1.0,1.5,69.62,0.0,6.0,6.0
+1999,4,20,2,30,0.0,0.0,0.0,6.0,0.0,1.3,78.38,0.0,6.0,6.0
+1999,4,20,3,30,0.0,0.0,0.0,5.0,0.0,1.3,77.55,0.0,5.0,5.0
+1999,4,20,4,30,0.0,0.0,0.0,5.0,0.0,1.4,76.41,0.0,5.0,5.0
+1999,4,20,5,30,0.0,15.0,15.0,7.0,0.0,1.3,66.93,14.660770991920735,7.422185115209727,7.3782028022339645
+1999,4,20,6,30,476.0,70.0,178.0,11.0,1.0,1.7000000000000002,57.48,159.5005714338326,15.471520388786223,14.993018674484725
+1999,4,20,7,30,663.0,105.0,382.0,14.0,0.0,1.8,44.65,384.3655145781873,24.703600856675166,23.550504312940603
+1999,4,20,8,30,794.0,121.0,587.0,17.0,0.0,1.5,36.86,622.0479616761743,34.67416060302607,32.808016717997546
+1999,4,20,9,30,853.0,135.0,755.0,18.0,-1.0,1.5,30.49,819.0693946327832,41.27210266352301,38.814894479624655
+1999,4,20,10,30,631.0,304.0,824.0,19.0,-1.0,1.6,28.0,881.6571869943539,43.88298860183886,41.2380170408558
+1999,4,20,11,30,46.0,405.0,445.0,20.0,-1.0,1.8,27.98,441.3207388743771,32.28965882610003,30.965696609476897
+1999,4,20,12,30,1.0,112.0,113.0,19.0,-1.0,1.8,28.22,110.4564423309781,22.075930659535402,21.744561332542467
+1999,4,20,13,30,14.0,213.0,225.0,18.0,-1.0,1.6,30.83,221.14228541238813,24.241293156198466,23.5778662999613
+1999,4,20,14,30,18.0,246.0,259.0,17.0,0.0,1.4,33.9,254.90944808632545,24.291473514897913,23.526745170638936
+1999,4,20,15,30,22.0,217.0,230.0,16.0,0.0,1.2000000000000002,37.6,226.0119717516288,22.552342178591886,21.874306263337
+1999,4,20,16,30,5.0,134.0,136.0,15.0,1.0,0.7000000000000001,44.68,133.08375929074572,18.99042359204695,18.591172314174713
+1999,4,20,17,30,0.0,9.0,9.0,13.0,4.0,0.5,62.58,8.796462595152441,13.267343122236191,13.240953734450734
+1999,4,20,18,30,0.0,0.0,0.0,11.0,3.0,0.7000000000000001,69.05,0.0,11.0,11.0
+1999,4,20,19,30,0.0,0.0,0.0,10.0,3.0,0.8,71.8,0.0,10.0,10.0
+1999,4,20,20,30,0.0,0.0,0.0,9.0,3.0,0.6000000000000001,77.22,0.0,9.0,9.0
+1999,4,20,21,30,0.0,0.0,0.0,8.0,3.0,0.5,84.02,0.0,8.0,8.0
+1999,4,20,22,30,0.0,0.0,0.0,8.0,3.0,0.6000000000000001,90.22,0.0,8.0,8.0
+1999,4,20,23,30,0.0,0.0,0.0,7.0,3.0,0.9,94.26,0.0,7.0,7.0
+1999,4,21,0,30,0.0,0.0,0.0,6.0,2.0,1.3,96.99,0.0,6.0,6.0
+1999,4,21,1,30,0.0,0.0,0.0,5.0,1.0,1.9,91.1,0.0,5.0,5.0
+1999,4,21,2,30,0.0,0.0,0.0,4.0,0.0,2.2,89.73,0.0,4.0,4.0
+1999,4,21,3,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,88.05,0.0,3.0,3.0
+1999,4,21,4,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,86.53,0.0,2.0,2.0
+1999,4,21,5,30,0.0,19.0,19.0,3.0,-2.0,1.1,76.76,18.570309923099597,3.5420078302237976,3.486296900454499
+1999,4,21,6,30,620.0,46.0,189.0,6.0,-2.0,1.7000000000000002,62.41,165.24591353556104,10.632588240252124,10.13685049964544
+1999,4,21,7,30,808.0,79.0,419.0,9.0,-4.0,2.3000000000000003,43.01,422.44459560963793,20.377670157323095,19.11033637049418
+1999,4,21,8,30,894.0,95.0,623.0,11.0,-7.0,2.5,30.25,661.8366850910248,28.589377961715915,26.60386790644284
+1999,4,21,9,30,838.0,152.0,763.0,13.0,-8.0,2.5,23.9,824.9298716399694,34.92384258994287,32.449052975022965
+1999,4,21,10,30,307.0,421.0,675.0,14.0,-9.0,2.5,21.95,696.2563667335951,32.50413654698509,30.415367446784302
+1999,4,21,11,30,116.0,464.0,566.0,15.0,-8.0,2.7,21.09,568.3130043208706,29.90435164311267,28.199412630150057
+1999,4,21,12,30,398.0,428.0,778.0,14.0,-8.0,3.0,23.44,812.0103658311909,34.8758630684375,32.43983197094393
+1999,4,21,13,30,227.0,433.0,621.0,13.0,-7.0,2.8000000000000003,26.8,633.4195748084917,29.501886850278336,27.601628125852862
+1999,4,21,14,30,0.0,73.0,73.0,12.0,-5.0,2.2,32.2,71.34908549401425,13.934494920360752,13.720447663878709
+1999,4,21,15,30,27.0,228.0,245.0,10.0,-4.0,1.9,41.45,239.9512313302078,16.63748173526261,15.917628041271987
+1999,4,21,16,30,0.0,28.0,28.0,8.0,-2.0,2.1,53.2,27.366772518252038,8.746965890760858,8.664865573206102
+1999,4,21,17,30,0.0,16.0,16.0,7.0,0.0,2.1,65.71000000000001,15.63815572471545,7.426837651863347,7.379923184689201
+1999,4,21,18,30,0.0,1.0,1.0,6.0,0.0,1.9,77.55,0.9773847327947156,6.02703621596891,6.024104061770526
+1999,4,21,19,30,0.0,0.0,0.0,5.0,0.0,1.6,85.37,0.0,5.0,5.0
+1999,4,21,20,30,0.0,0.0,0.0,4.0,0.0,1.1,93.32,0.0,4.0,4.0
+1999,4,21,21,30,0.0,0.0,0.0,3.0,0.0,0.5,96.19,0.0,3.0,3.0
+1999,4,21,22,30,0.0,0.0,0.0,2.0,0.0,0.7000000000000001,100.0,0.0,2.0,2.0
+1999,4,21,23,30,0.0,0.0,0.0,2.0,0.0,1.3,98.53,0.0,2.0,2.0
+1999,4,22,0,30,0.0,0.0,0.0,1.0,0.0,1.6,96.28,0.0,1.0,1.0
+1999,4,22,1,30,0.0,0.0,0.0,1.0,0.0,1.6,93.75,0.0,1.0,1.0
+1999,4,22,2,30,0.0,0.0,0.0,0.0,-1.0,1.4,97.38,0.0,0.0,0.0
+1999,4,22,3,30,0.0,0.0,0.0,0.0,-1.0,1.2000000000000002,94.08,0.0,0.0,0.0
+1999,4,22,4,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,97.97,0.0,0.0,0.0
+1999,4,22,5,30,0.0,0.0,0.0,0.0,-2.0,1.3,87.79,0.0,0.0,0.0
+1999,4,22,6,30,0.0,4.0,4.0,1.0,-2.0,1.2000000000000002,83.25,3.9095389311788624,1.113341946619364,1.1016133298258273
+1999,4,22,7,30,207.0,184.0,272.0,2.0,-1.0,1.2000000000000002,87.93,268.75318546938894,9.791458209643775,8.985198653235608
+1999,4,22,8,30,0.0,112.0,112.0,3.0,-1.0,1.1,88.65,109.46709007300815,6.194993525529754,5.86659225531073
+1999,4,22,9,30,2.0,118.0,120.0,3.0,-1.0,1.1,83.51,116.95274577525757,6.413475824520993,6.06261758719522
+1999,4,22,10,30,12.0,177.0,187.0,4.0,-1.0,1.2000000000000002,78.03,184.14313104446563,9.338517225833323,8.786087832699927
+1999,4,22,11,30,0.0,62.0,62.0,5.0,-1.0,1.6,72.65,60.59785343327238,6.710251692516033,6.528458132216216
+1999,4,22,12,30,14.0,194.0,206.0,6.0,-1.0,2.3000000000000003,67.52,203.46830238514661,11.47999727317581,10.86959236602037
+1999,4,22,13,30,19.0,283.0,300.0,7.0,-1.0,3.2,63.17,294.21498734242107,14.464461320529214,13.581816358501952
+1999,4,22,14,30,24.0,278.0,296.0,6.0,-1.0,3.5,69.18,291.0413236351497,13.239085353904159,12.365961382998709
+1999,4,22,15,30,0.0,53.0,53.0,5.0,0.0,3.5,81.47,51.801390838119936,6.2884585770994965,6.1330544045851365
+1999,4,22,16,30,0.0,20.0,20.0,3.0,0.0,3.7,89.69,19.547694655894315,3.479845130072082,3.421202046104399
+1999,4,22,17,30,0.0,23.0,23.0,2.0,0.0,3.8,99.74,22.47984885427846,2.5482026211945517,2.4807630746317164
+1999,4,22,18,30,0.0,2.0,2.0,1.0,0.0,3.9,100.0,1.9547694655894312,1.0473574248570365,1.0414931164602683
+1999,4,22,19,30,0.0,0.0,0.0,1.0,0.0,4.1000000000000005,96.43,0.0,1.0,1.0
+1999,4,22,20,30,0.0,0.0,0.0,0.0,-1.0,4.1000000000000005,99.28,0.0,0.0,0.0
+1999,4,22,21,30,0.0,0.0,0.0,0.0,-1.0,3.6,94.89,0.0,0.0,0.0
+1999,4,22,22,30,0.0,0.0,0.0,0.0,-2.0,3.2,97.2,0.0,0.0,0.0
+1999,4,22,23,30,0.0,0.0,0.0,0.0,-3.0,2.9000000000000004,100.0,0.0,0.0,0.0
+1999,4,23,0,30,0.0,0.0,0.0,-1.0,-3.0,2.5,95.58,0.0,-1.0,-1.0
+1999,4,23,1,30,0.0,0.0,0.0,-1.0,-4.0,2.1,98.12,0.0,-1.0,-1.0
+1999,4,23,2,30,0.0,0.0,0.0,-2.0,-4.0,1.8,94.38,0.0,-2.0,-2.0
+1999,4,23,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,98.2,0.0,-2.0,-2.0
+1999,4,23,4,30,0.0,0.0,0.0,-3.0,-5.0,1.5,96.35,0.0,-3.0,-3.0
+1999,4,23,5,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,88.77,0.0,-2.0,-2.0
+1999,4,23,6,30,0.0,7.0,7.0,-1.0,-4.0,2.6,88.46000000000002,6.8416931295630095,-0.8193762184495931,-0.8399012978382822
+1999,4,23,7,30,0.0,23.0,23.0,0.0,-3.0,3.2,87.56,22.47984885427846,0.5703311166429844,0.5028915700801491
+1999,4,23,8,30,0.0,59.0,59.0,0.0,-3.0,3.1,89.76,57.66569923488822,1.4727348685881485,1.2997377708834839
+1999,4,23,9,30,0.0,53.0,53.0,0.0,-3.0,2.8000000000000003,84.54,51.801390838119936,1.3495331124810075,1.1941289399666477
+1999,4,23,10,30,0.0,57.0,57.0,0.0,-3.0,2.4000000000000004,79.61,55.71092976929879,1.4904959605887096,1.3233631712808132
+1999,4,23,11,30,0.0,67.0,67.0,1.0,-2.0,2.1,81.25,65.48477709724594,2.7873826671777655,2.5909283358860278
+1999,4,23,12,30,0.0,77.0,77.0,2.0,-2.0,2.1,83.21000000000002,75.2586244251931,4.054156199592358,3.828380326316778
+1999,4,23,13,30,0.0,85.0,85.0,3.0,-2.0,2.3000000000000003,85.13,83.07770228755082,5.23752582913733,4.988292722274678
+1999,4,23,14,30,0.0,73.0,73.0,3.0,-1.0,2.6,80.54,71.34908549401425,4.8836480075971,4.669600751115057
+1999,4,23,15,30,0.0,47.0,47.0,3.0,-1.0,2.7,80.42,45.937082441351635,4.2047277203919124,4.066916473067858
+1999,4,23,16,30,0.0,22.0,22.0,2.0,-2.0,2.7,85.47,21.502464121483747,2.563915103162172,2.4994077107977204
+1999,4,23,17,30,0.0,14.0,14.0,1.0,-2.0,2.1,84.05,13.683386259126019,1.3734829453804287,1.3324327866030505
+1999,4,23,18,30,0.0,1.0,1.0,0.0,-2.0,1.3,93.07,0.9773847327947156,0.028145674347315127,0.025213520148930982
+1999,4,23,19,30,0.0,0.0,0.0,-1.0,-3.0,1.0,93.64,0.0,-1.0,-1.0
+1999,4,23,20,30,0.0,0.0,0.0,-1.0,-4.0,1.0,98.28,0.0,-1.0,-1.0
+1999,4,23,21,30,0.0,0.0,0.0,-2.0,-4.0,1.1,95.8,0.0,-2.0,-2.0
+1999,4,23,22,30,0.0,0.0,0.0,-2.0,-4.0,1.4,93.72,0.0,-2.0,-2.0
+1999,4,23,23,30,0.0,0.0,0.0,-3.0,-5.0,1.6,97.15,0.0,-3.0,-3.0
+1999,4,24,0,30,0.0,0.0,0.0,-3.0,-6.0,1.8,98.9,0.0,-3.0,-3.0
+1999,4,24,1,30,0.0,0.0,0.0,-4.0,-6.0,2.1,92.98,0.0,-4.0,-4.0
+1999,4,24,2,30,0.0,0.0,0.0,-4.0,-7.0,2.3000000000000003,89.06,0.0,-4.0,-4.0
+1999,4,24,3,30,0.0,0.0,0.0,-4.0,-7.0,2.2,87.69,0.0,-4.0,-4.0
+1999,4,24,4,30,0.0,0.0,0.0,-3.0,-7.0,2.0,88.47,0.0,-3.0,-3.0
+1999,4,24,5,30,0.0,15.0,15.0,-1.0,-7.0,2.2,79.27,14.660770991920735,-0.6025010437614897,-0.6464833567372519
+1999,4,24,6,30,579.0,62.0,204.0,1.0,-4.0,2.3000000000000003,76.58,177.3740530091952,5.777202716237382,5.245080557209796
+1999,4,24,7,30,763.0,85.0,415.0,4.0,-1.0,2.4000000000000004,82.22,414.14160265673877,15.079987148442324,13.837562340472108
+1999,4,24,8,30,853.0,102.0,615.0,6.0,0.0,2.7,79.10000000000002,647.2965241362813,22.975742134601386,21.033852562192543
+1999,4,24,9,30,903.0,114.0,782.0,7.0,0.0,3.1,72.4,844.2629113081655,28.561785328825536,26.02899659490104
+1999,4,24,10,30,8.0,145.0,152.0,9.0,1.0,3.6,65.63,149.17156872662548,12.685972126136456,12.238457419956578
+1999,4,24,11,30,13.0,193.0,205.0,10.0,1.0,4.1000000000000005,63.35,201.5389698057152,14.818913778665227,14.21429686924808
+1999,4,24,12,30,15.0,212.0,226.0,11.0,1.0,4.4,60.46,222.07847224138118,16.206706629275715,15.54047121255157
+1999,4,24,13,30,14.0,218.0,231.0,12.0,1.0,4.800000000000002,61.18,226.06762619640762,17.16363206858703,16.48542918999781
+1999,4,24,14,30,7.0,150.0,156.0,12.0,1.0,5.1000000000000005,61.2,152.25792864021335,15.410525062442161,14.95375127652152
+1999,4,24,15,30,0.0,106.0,106.0,11.0,1.0,5.4,65.05,103.60278167623987,13.275949701013225,12.965141355984505
+1999,4,24,16,30,0.0,47.0,47.0,10.0,1.0,5.4,69.11,45.937082441351635,11.009147508939826,10.87133626161577
+1999,4,24,17,30,148.0,92.0,127.0,7.0,1.0,4.800000000000002,84.27,118.5616188144472,9.708077168386703,9.352392311943362
+1999,4,24,18,30,0.0,25.0,25.0,4.0,1.0,3.7,95.63,24.43461831986789,4.599806412590103,4.526502557630499
+1999,4,24,19,30,0.0,0.0,0.0,2.0,0.0,2.7,100.0,0.0,2.0,2.0
+1999,4,24,20,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,99.42,0.0,1.0,1.0
+1999,4,24,21,30,0.0,0.0,0.0,1.0,0.0,2.2,95.84,0.0,1.0,1.0
+1999,4,24,22,30,0.0,0.0,0.0,2.0,0.0,1.9,96.48,0.0,2.0,2.0
+1999,4,24,23,30,0.0,0.0,0.0,2.0,0.0,1.3,97.38,0.0,2.0,2.0
+1999,4,25,0,30,0.0,0.0,0.0,2.0,0.0,0.9,96.71,0.0,2.0,2.0
+1999,4,25,1,30,0.0,0.0,0.0,1.0,0.0,0.8,95.7,0.0,1.0,1.0
+1999,4,25,2,30,0.0,0.0,0.0,1.0,0.0,0.8,94.33,0.0,1.0,1.0
+1999,4,25,3,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,93.6,0.0,1.0,1.0
+1999,4,25,4,30,0.0,0.0,0.0,1.0,-1.0,0.7000000000000001,92.49,0.0,1.0,1.0
+1999,4,25,5,30,0.0,27.0,27.0,1.0,-1.0,1.2000000000000002,90.29,26.389387785457323,1.7650581396807066,1.6858899763243347
+1999,4,25,6,30,0.0,8.0,8.0,2.0,-1.0,2.1,92.46,7.819077862357725,2.2134188259316736,2.1899615923446003
+1999,4,25,7,30,0.0,66.0,66.0,4.0,0.0,2.8000000000000003,87.19,64.50739236445123,5.680550668372575,5.487028491279221
+1999,4,25,8,30,40.0,252.0,277.0,6.0,-1.0,2.8000000000000003,74.63,272.0548517390669,13.08759021510294,12.27142565988574
+1999,4,25,9,30,34.0,308.0,334.0,8.0,-1.0,2.2,62.17,328.6795960713377,16.91152289652778,15.925484108313768
+1999,4,25,10,30,18.0,272.0,287.0,9.0,-2.0,1.5,52.35,282.62563466130104,17.030202115084485,16.182325211100583
+1999,4,25,11,30,16.0,241.0,256.0,10.0,-2.0,1.4,47.98,251.445126463418,17.1923794658144,16.438044086424146
+1999,4,25,12,30,3.0,117.0,120.0,10.0,-2.0,1.7000000000000002,48.28,117.33183309037348,13.289340465685505,12.937344966414384
+1999,4,25,13,30,9.0,154.0,162.0,10.0,-1.0,1.9,52.98,158.87459297060903,14.394756397763661,13.918132618851834
+1999,4,25,14,30,68.0,350.0,401.0,9.0,-1.0,1.5,59.04,396.9504011674624,20.278495508231607,19.08764430472922
+1999,4,25,15,30,0.0,35.0,35.0,7.0,0.0,0.8,66.3,34.20846564781505,8.018819665698402,7.916194268754957
+1999,4,25,16,30,0.0,38.0,38.0,6.0,0.0,0.5,73.39,37.14061984619919,7.128782071663921,7.017360212125324
+1999,4,25,17,30,125.0,94.0,124.0,5.0,0.0,0.7000000000000001,87.44,116.19573677064463,8.484048029420972,8.135460819109039
+1999,4,25,18,30,0.0,22.0,22.0,3.0,0.0,0.7000000000000001,95.38,21.502464121483747,3.6447363718517867,3.580228979487335
+1999,4,25,19,30,0.0,0.0,0.0,2.0,0.0,0.8,99.67,0.0,2.0,2.0
+1999,4,25,20,30,0.0,0.0,0.0,1.0,0.0,1.0,94.29,0.0,1.0,1.0
+1999,4,25,21,30,0.0,0.0,0.0,1.0,-1.0,1.1,88.12,0.0,1.0,1.0
+1999,4,25,22,30,0.0,0.0,0.0,0.0,-2.0,1.3,88.98,0.0,0.0,0.0
+1999,4,25,23,30,0.0,0.0,0.0,0.0,-3.0,1.5,88.38,0.0,0.0,0.0
+1999,4,26,0,30,0.0,0.0,0.0,0.0,-4.0,1.6,84.05,0.0,0.0,0.0
+1999,4,26,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,76.83,0.0,0.0,0.0
+1999,4,26,2,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,78.19,0.0,0.0,0.0
+1999,4,26,3,30,0.0,0.0,0.0,1.0,-4.0,1.6,74.23,0.0,1.0,1.0
+1999,4,26,4,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.16,0.0,1.0,1.0
+1999,4,26,5,30,0.0,1.0,1.0,2.0,-3.0,1.6,78.44,0.9773847327947156,2.0275847047180005,2.0246525505196162
+1999,4,26,6,30,351.0,83.0,171.0,5.0,-1.0,2.0,74.96000000000002,153.60115605337046,9.220579340009241,8.75977587184913
+1999,4,26,7,30,0.0,62.0,62.0,7.0,-1.0,2.7,62.78,60.59785343327238,8.589215290729758,8.40742173042994
+1999,4,26,8,30,172.0,293.0,398.0,9.0,0.0,3.4000000000000004,56.84,397.3781657974682,18.949441045350166,17.75730654795776
+1999,4,26,9,30,244.0,374.0,557.0,10.0,0.0,3.6,53.94,564.2223663075652,23.941717801223557,22.249050702300863
+1999,4,26,10,30,254.0,437.0,651.0,11.0,0.0,3.7,51.1,664.1230493462297,27.302495849622723,25.310126701584036
+1999,4,26,11,30,422.0,454.0,831.0,12.0,0.0,3.9,48.42,863.136083633146,32.91085570017744,30.321447449278008
+1999,4,26,12,30,544.0,396.0,881.0,13.0,0.0,4.1000000000000005,45.99,926.8721071314652,35.16205021005138,32.381433888656986
+1999,4,26,13,30,400.0,386.0,723.0,14.0,0.0,4.2,46.45,748.7506840239523,31.786076731468757,29.5398246793969
+1999,4,26,14,30,185.0,377.0,514.0,13.0,0.0,4.1000000000000005,46.81,517.8143250875004,25.381241148349016,23.827798173086514
+1999,4,26,15,30,601.0,187.0,549.0,13.0,0.0,3.8,50.87000000000001,565.2137586851511,26.783529687187034,25.08788841113158
+1999,4,26,16,30,102.0,188.0,233.0,12.0,0.0,3.3000000000000003,56.03,227.3770894882663,17.73072545893972,17.04859419047492
+1999,4,26,17,30,590.0,68.0,212.0,10.0,1.0,2.0,68.02,181.88301186929564,14.99769469135685,14.452045655748963
+1999,4,26,18,30,0.0,29.0,29.0,8.0,2.0,0.9,86.26,28.344157251046756,8.838492670230574,8.753460198477434
+1999,4,26,19,30,0.0,0.0,0.0,6.0,2.0,0.8,88.04,0.0,6.0,6.0
+1999,4,26,20,30,0.0,0.0,0.0,6.0,1.0,0.9,90.54,0.0,6.0,6.0
+1999,4,26,21,30,0.0,0.0,0.0,5.0,1.0,1.1,93.62,0.0,5.0,5.0
+1999,4,26,22,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,90.35,0.0,4.0,4.0
+1999,4,26,23,30,0.0,0.0,0.0,4.0,0.0,1.5,88.76,0.0,4.0,4.0
+1999,4,27,0,30,0.0,0.0,0.0,4.0,0.0,1.7000000000000002,94.01,0.0,4.0,4.0
+1999,4,27,1,30,0.0,0.0,0.0,3.0,0.0,1.8,91.85,0.0,3.0,3.0
+1999,4,27,2,30,0.0,0.0,0.0,3.0,0.0,1.8,95.16,0.0,3.0,3.0
+1999,4,27,3,30,0.0,0.0,0.0,3.0,-1.0,1.8,92.45,0.0,3.0,3.0
+1999,4,27,4,30,0.0,0.0,0.0,3.0,-1.0,2.0,91.03,0.0,3.0,3.0
+1999,4,27,5,30,0.0,1.0,1.0,5.0,-1.0,2.5,79.62,0.9773847327947156,5.025975576552956,5.023043422354572
+1999,4,27,6,30,0.0,38.0,38.0,8.0,0.0,2.9000000000000004,65.5,37.14061984619919,8.961192539001932,8.849770679463335
+1999,4,27,7,30,100.0,194.0,238.0,12.0,0.0,2.4000000000000004,55.82,233.60895964797416,18.249998198818766,17.549171319874844
+1999,4,27,8,30,276.0,283.0,453.0,14.0,0.0,2.1,44.65,455.16993064675614,26.423694188503745,25.058184396563476
+1999,4,27,9,30,561.0,287.0,708.0,15.0,0.0,2.1,42.0,738.0023019503325,35.143498707866755,32.92949180201576
+1999,4,27,10,30,710.0,268.0,868.0,17.0,0.0,1.8,39.57,925.1025213113812,42.761749595271276,39.986442031337134
+1999,4,27,11,30,813.0,234.0,961.0,18.0,0.0,1.7000000000000002,37.44,1037.2587038344948,47.07903966078265,43.96726354927917
+1999,4,27,12,30,784.0,250.0,951.0,18.0,0.0,1.8,35.27,1022.7464667370709,46.480884840935865,43.41264544072465
+1999,4,27,13,30,695.0,274.0,860.0,19.0,0.0,2.0,34.980000000000004,913.5539270259819,44.102199289766105,41.36153750868816
+1999,4,27,14,30,432.0,314.0,635.0,18.0,0.0,2.1,34.77,655.8320625123429,35.90069254375314,33.93319635621611
+1999,4,27,15,30,0.0,113.0,113.0,17.0,0.0,2.0,37.31,110.44447480580287,20.034740626701904,19.703407202284495
+1999,4,27,16,30,170.0,191.0,265.0,16.0,1.0,1.5,41.16,259.51780595737955,23.373642652049163,22.595089234177024
+1999,4,27,17,30,47.0,93.0,105.0,14.0,3.0,1.0,56.22,100.14388662414053,16.942621393865387,16.642189733992964
+1999,4,27,18,30,0.0,10.0,10.0,12.0,3.0,1.1,65.82000000000001,9.773847327947157,12.285267279065158,12.255945737081316
+1999,4,27,19,30,0.0,0.0,0.0,10.0,3.0,1.5,71.39,0.0,10.0,10.0
+1999,4,27,20,30,0.0,0.0,0.0,9.0,3.0,1.9,76.25,0.0,9.0,9.0
+1999,4,27,21,30,0.0,0.0,0.0,8.0,2.0,2.3000000000000003,80.53,0.0,8.0,8.0
+1999,4,27,22,30,0.0,0.0,0.0,7.0,2.0,2.6,89.61,0.0,7.0,7.0
+1999,4,27,23,30,0.0,0.0,0.0,6.0,1.0,2.7,91.89,0.0,6.0,6.0
+1999,4,28,0,30,0.0,0.0,0.0,5.0,1.0,2.6,87.74,0.0,5.0,5.0
+1999,4,28,1,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,83.71000000000002,0.0,5.0,5.0
+1999,4,28,2,30,0.0,0.0,0.0,5.0,0.0,2.1,85.94,0.0,5.0,5.0
+1999,4,28,3,30,0.0,0.0,0.0,4.0,0.0,1.8,82.52,0.0,4.0,4.0
+1999,4,28,4,30,0.0,0.0,0.0,4.0,-1.0,1.6,79.62,0.0,4.0,4.0
+1999,4,28,5,30,0.0,11.0,11.0,6.0,-1.0,1.7000000000000002,69.31,10.751232060741874,6.301405524331445,6.269151828149219
+1999,4,28,6,30,224.0,97.0,155.0,9.0,0.0,1.7000000000000002,62.26,142.08853462108493,12.98338246602777,12.557116862164515
+1999,4,28,7,30,54.0,184.0,209.0,12.0,0.0,1.6,48.71,203.70774105437815,17.749238449518693,17.13811522635556
+1999,4,28,8,30,734.0,145.0,596.0,13.0,0.0,2.1,44.97,617.7188529790463,29.860406646327466,28.007250087390325
+1999,4,28,9,30,517.0,306.0,695.0,14.0,0.0,2.7,42.42,721.3042829821845,32.91664029067323,30.752727441726673
+1999,4,28,10,30,411.0,393.0,742.0,15.0,0.0,3.4000000000000004,43.11,768.3698202853675,34.23822415510348,31.933114694247376
+1999,4,28,11,30,247.0,474.0,695.0,15.0,0.0,4.0,41.57,709.0856347407898,32.06627271873686,29.93901581451449
+1999,4,28,12,30,287.0,464.0,721.0,16.0,0.0,4.7,40.51,738.5957380058601,32.980657531192406,30.764870317174825
+1999,4,28,13,30,185.0,445.0,602.0,16.0,1.0,5.300000000000002,45.15,606.909896403336,29.419282575981835,27.598552886771827
+1999,4,28,14,30,10.0,178.0,186.0,15.0,2.0,5.8000000000000025,50.92,182.06031958283648,18.89744653498762,18.35126557623911
+1999,4,28,15,30,19.0,217.0,228.0,14.0,3.0,6.0,58.14,224.20111252297016,18.73813072347844,18.06552738590953
+1999,4,28,16,30,3.0,134.0,136.0,12.0,4.0,5.4,67.29,132.26245857996992,14.90554653253478,14.50875915679487
+1999,4,28,17,30,41.0,93.0,104.0,10.0,5.0,4.3,83.91,99.01014818748564,12.336566487026772,12.039536042464315
+1999,4,28,18,30,0.0,5.0,5.0,8.0,6.0,3.0,100.0,4.886923663973579,8.125637249877457,8.110976478885537
+1999,4,28,19,30,0.0,0.0,0.0,8.0,4.0,2.3000000000000003,100.0,0.0,8.0,8.0
+1999,4,28,20,30,0.0,0.0,0.0,8.0,4.0,3.1,100.0,0.0,8.0,8.0
+1999,4,28,21,30,0.0,0.0,0.0,7.0,4.0,4.2,100.0,0.0,7.0,7.0
+1999,4,28,22,30,0.0,0.0,0.0,5.0,2.0,4.4,100.0,0.0,5.0,5.0
+1999,4,28,23,30,0.0,0.0,0.0,4.0,2.0,4.4,100.0,0.0,4.0,4.0
+1999,4,29,0,30,0.0,0.0,0.0,4.0,2.0,4.7,100.0,0.0,4.0,4.0
+1999,4,29,1,30,0.0,0.0,0.0,4.0,2.0,4.6000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,2,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,3,30,0.0,0.0,0.0,4.0,2.0,3.6,100.0,0.0,4.0,4.0
+1999,4,29,4,30,0.0,0.0,0.0,4.0,2.0,3.0,100.0,0.0,4.0,4.0
+1999,4,29,5,30,95.0,29.0,35.0,4.0,2.0,3.1,100.0,28.389387785457323,4.725041781236532,4.63987361788016
+1999,4,29,6,30,0.0,44.0,44.0,6.0,2.0,4.1000000000000005,98.66,43.004928242967495,7.028272802328617,6.899258017599715
+1999,4,29,7,30,176.0,199.0,279.0,7.0,3.0,5.300000000000002,89.39,272.60371341481346,13.02749482790481,12.20968368766037
+1999,4,29,8,30,69.0,280.0,323.0,9.0,3.0,6.2,85.53,318.5192255291212,15.645401703199147,14.689844026611784
+1999,4,29,9,30,11.0,188.0,197.0,10.0,3.0,6.8000000000000025,75.58,192.74956021888582,13.869907805161406,13.291659124504749
+1999,4,29,10,30,19.0,285.0,301.0,11.0,3.0,7.2,70.51,296.3329618979598,16.800028874071252,15.911029988377374
+1999,4,29,11,30,69.0,447.0,509.0,12.0,3.0,7.4,65.73,505.59997123511494,21.771194915104907,20.254395001399562
+1999,4,29,12,30,236.0,476.0,688.0,12.0,4.0,7.5,71.32000000000002,699.7734525719409,25.438417108013383,23.33909675029756
+1999,4,29,13,30,22.0,307.0,326.0,11.0,4.0,7.6,78.48,320.5190318806535,17.11642584571187,16.15486875006991
+1999,4,29,14,30,13.0,215.0,225.0,9.0,4.0,7.6,85.75,220.6518302485325,13.210672138615099,12.548716647869501
+1999,4,29,15,30,173.0,293.0,398.0,8.0,4.0,7.3000000000000025,90.8,396.7589987592788,15.716504380181663,14.526227383903827
+1999,4,29,16,30,20.0,161.0,170.0,7.0,4.0,6.5,94.59,165.9610927365295,10.39655724555125,9.898673967341661
+1999,4,29,17,30,0.0,14.0,14.0,6.0,3.0,5.4,99.46,13.683386259126019,6.300597130322501,6.259546971545123
+1999,4,29,18,30,0.0,2.0,2.0,5.0,2.0,4.5,100.0,1.9547694655894312,5.045531623246193,5.039667314849424
+1999,4,29,19,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
+1999,4,29,20,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
+1999,4,29,21,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,22,30,0.0,0.0,0.0,4.0,2.0,3.9,100.0,0.0,4.0,4.0
+1999,4,29,23,30,0.0,0.0,0.0,4.0,2.0,3.5,100.0,0.0,4.0,4.0
+1999,4,30,0,30,0.0,0.0,0.0,4.0,1.0,3.0,100.0,0.0,4.0,4.0
+1999,4,30,1,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
+1999,4,30,2,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
+1999,4,30,3,30,0.0,0.0,0.0,3.0,1.0,3.4000000000000004,100.0,0.0,3.0,3.0
+1999,4,30,4,30,0.0,0.0,0.0,4.0,1.0,4.5,100.0,0.0,4.0,4.0
+1999,4,30,5,30,0.0,5.0,5.0,4.0,2.0,5.1000000000000005,100.0,4.886923663973579,4.109465403759747,4.094804632767826
+1999,4,30,6,30,23.0,97.0,103.0,5.0,2.0,5.0,100.0,99.76009939476401,7.249161205833345,6.949880907649053
+1999,4,30,7,30,0.0,36.0,36.0,5.0,2.0,5.300000000000002,98.07,35.185850380609764,5.777988415960563,5.672430864818733
+1999,4,30,8,30,0.0,50.0,50.0,5.0,2.0,6.1000000000000005,97.67,48.86923663973578,6.026151515160412,5.879543805241204
+1999,4,30,9,30,0.0,100.0,100.0,6.0,2.0,7.5,92.75,97.73847327947156,7.876965132933403,7.5837497130949885
+1999,4,30,10,30,0.0,106.0,106.0,7.0,3.0,8.6,91.63,103.60278167623987,8.856643286580237,8.545834941551517
+1999,4,30,11,30,8.0,146.0,154.0,8.0,4.0,8.5,89.51,150.67495419800753,10.717138424512168,10.265113561918145
+1999,4,30,12,30,9.0,147.0,155.0,9.0,4.0,7.4,85.36,152.6228840067438,11.949580761431353,11.491712109411122
+1999,4,30,13,30,6.0,134.0,140.0,8.0,4.0,6.7,91.33,136.55844053989892,10.75929307978077,10.349617758161074
+1999,4,30,14,30,6.0,138.0,143.0,7.0,4.0,5.9,100.0,139.73714888539644,9.972196158473073,9.552984711816883
+1999,4,30,15,30,0.0,97.0,97.0,5.0,2.0,4.6000000000000005,100.0,94.80631908108742,7.193908715342025,6.909489758098763
+1999,4,30,16,30,0.0,76.0,76.0,5.0,2.0,3.3000000000000003,100.0,74.28123969239839,6.872156039928544,6.649312320851349
+1999,4,30,17,30,0.0,40.0,40.0,4.0,2.0,2.2,100.0,39.09538931178863,5.059997216636028,4.942711048700662
+1999,4,30,18,30,10.0,20.0,21.0,3.0,1.0,1.6,100.0,19.555233078296077,3.5519068510657528,3.4932411518308646
+1999,4,30,19,30,0.0,0.0,0.0,2.0,0.0,1.1,100.0,0.0,2.0,2.0
+1999,4,30,20,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
+1999,4,30,21,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
+1999,4,30,22,30,0.0,0.0,0.0,2.0,0.0,0.8,96.52,0.0,2.0,2.0
+1999,4,30,23,30,0.0,0.0,0.0,1.0,-1.0,1.0,92.34,0.0,1.0,1.0
+1999,5,1,0,30,0.0,0.0,0.0,1.0,-1.0,1.3,88.37,0.0,1.0,1.0
+1999,5,1,1,30,0.0,0.0,0.0,0.0,-2.0,1.5,92.52,0.0,0.0,0.0
+1999,5,1,2,30,0.0,0.0,0.0,0.0,-2.0,1.7000000000000002,90.93,0.0,0.0,0.0
+1999,5,1,3,30,0.0,0.0,0.0,1.0,-2.0,1.8,85.65,0.0,1.0,1.0
+1999,5,1,4,30,0.0,0.0,0.0,2.0,-1.0,1.7000000000000002,88.42,0.0,2.0,2.0
+1999,5,1,5,30,0.0,17.0,17.0,3.0,-1.0,1.8,91.79,16.615540457510164,3.4627004929677407,3.4128538715952104
+1999,5,1,6,30,0.0,85.0,85.0,4.0,0.0,2.2,87.23,83.07770228755082,6.252494085351558,6.003260978488906
+1999,5,1,7,30,124.0,203.0,260.0,5.0,0.0,1.9,85.13,253.86981141283462,12.02249464212322,11.260885207884716
+1999,5,1,8,30,229.0,297.0,441.0,7.0,1.0,2.1,76.76,439.7740301660334,19.003468803541796,17.684146713043695
+1999,5,1,9,30,165.0,389.0,514.0,8.0,1.0,2.9000000000000004,73.03,515.4866580229619,21.340701681838446,19.79424170776956
+1999,5,1,10,30,152.0,457.0,588.0,8.0,1.0,2.6,73.60000000000002,589.141295447132,23.55359567229863,21.786171785957233
+1999,5,1,11,30,13.0,190.0,202.0,9.0,2.0,2.0,76.0,198.66448157329063,14.458807915680906,13.862814470961034
+1999,5,1,12,30,13.0,189.0,201.0,8.0,2.0,2.5,83.0,197.65795667791363,13.253079174162329,12.660105304128587
+1999,5,1,13,30,14.0,216.0,228.0,7.0,2.0,3.5,90.49,224.14560674636158,12.57518485235332,11.902748032114236
+1999,5,1,14,30,0.0,108.0,108.0,5.0,2.0,3.5,98.1,105.5575511418293,7.625538232580106,7.308865579154618
+1999,5,1,15,30,0.0,116.0,116.0,4.0,2.0,2.8000000000000003,100.0,113.37662900418702,6.953695114109375,6.613565227096814
+1999,5,1,16,30,0.0,83.0,83.0,3.0,1.0,2.0,100.0,81.1229328219614,5.2290572744801604,4.985688476014277
+1999,5,1,17,30,0.0,37.0,37.0,2.0,0.0,1.3,100.0,36.163235113404475,3.0413899508506597,2.9329002455104463
+1999,5,1,18,30,3.0,21.0,21.0,2.0,0.0,0.9,100.0,20.52507938868903,2.607184347408347,2.54560910924228
+1999,5,1,19,30,0.0,0.0,0.0,1.0,0.0,0.8,98.07,0.0,1.0,1.0
+1999,5,1,20,30,0.0,0.0,0.0,1.0,0.0,0.9,94.84,0.0,1.0,1.0
+1999,5,1,21,30,0.0,0.0,0.0,0.0,-1.0,0.8,100.0,0.0,0.0,0.0
+1999,5,1,22,30,0.0,0.0,0.0,0.0,-1.0,0.9,98.65,0.0,0.0,0.0
+1999,5,1,23,30,0.0,0.0,0.0,0.0,-1.0,1.3,96.68,0.0,0.0,0.0
+1999,5,2,0,30,0.0,0.0,0.0,0.0,-2.0,1.5,100.0,0.0,0.0,0.0
+1999,5,2,1,30,0.0,0.0,0.0,0.0,-2.0,1.4,96.59,0.0,0.0,0.0
+1999,5,2,2,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,95.78,0.0,0.0,0.0
+1999,5,2,3,30,0.0,0.0,0.0,0.0,-2.0,1.3,91.1,0.0,0.0,0.0
+1999,5,2,4,30,0.0,0.0,0.0,0.0,-1.0,1.6,86.87,0.0,0.0,0.0
+1999,5,2,5,30,0.0,3.0,3.0,2.0,-1.0,1.7000000000000002,90.99,2.9321541983841466,2.082201506635849,2.073405044040696
+1999,5,2,6,30,0.0,30.0,30.0,3.0,0.0,1.8,90.35,29.32154198384147,3.8165302817077777,3.7285656557562534
+1999,5,2,7,30,0.0,102.0,102.0,4.0,0.0,2.0,85.21000000000002,99.693242745061,6.739323397553933,6.4402436693187495
+1999,5,2,8,30,0.0,109.0,109.0,5.0,0.0,2.5,78.27,106.53493587462401,7.831337844272273,7.511733036648401
+1999,5,2,9,30,15.0,234.0,246.0,7.0,0.0,3.1,65.49,241.025635303659,13.155597903867113,12.432520997956136
+1999,5,2,10,30,225.0,451.0,644.0,9.0,-1.0,3.6,56.25,651.8485766657918,25.106927778275594,23.15138204827822
+1999,5,2,11,30,797.0,249.0,972.0,11.0,0.0,4.0,53.97,1038.282681665797,35.98938708711458,32.87453904211719
+1999,5,2,12,30,899.0,195.0,1007.0,12.0,0.0,4.3,52.83,1085.0881078861837,37.607279200887064,34.35201487722851
+1999,5,2,13,30,700.0,278.0,875.0,12.0,0.0,4.4,51.42,923.4449179245196,33.6504856477153,30.88015089394174
+1999,5,2,14,30,816.0,168.0,784.0,13.0,0.0,4.4,49.32,825.0666625794682,32.34397340854198,29.868773420803574
+1999,5,2,15,30,646.0,189.0,587.0,12.0,0.0,4.1000000000000005,53.3,598.0338603630812,26.299336811089944,24.5052352300007
+1999,5,2,16,30,687.0,96.0,404.0,11.0,1.0,3.4000000000000004,58.47,390.9164635568202,20.787654789764346,19.614905399093885
+1999,5,2,17,30,432.0,77.0,190.0,9.0,2.0,2.2,74.97,162.5659731851776,13.407667556952937,12.919969637397404
+1999,5,2,18,30,87.0,26.0,32.0,7.0,2.0,1.6,86.58,25.457233587073176,7.718478862902467,7.642107162141247
+1999,5,2,19,30,0.0,0.0,0.0,6.0,1.0,1.6,92.52,0.0,6.0,6.0
+1999,5,2,20,30,0.0,0.0,0.0,5.0,1.0,1.8,90.55,0.0,5.0,5.0
+1999,5,2,21,30,0.0,0.0,0.0,5.0,1.0,2.1,88.48,0.0,5.0,5.0
+1999,5,2,22,30,0.0,0.0,0.0,5.0,0.0,2.3000000000000003,92.75,0.0,5.0,5.0
+1999,5,2,23,30,0.0,0.0,0.0,4.0,0.0,2.5,89.98,0.0,4.0,4.0
+1999,5,3,0,30,0.0,0.0,0.0,4.0,0.0,2.7,86.44,0.0,4.0,4.0
+1999,5,3,1,30,0.0,0.0,0.0,4.0,0.0,3.0,82.86,0.0,4.0,4.0
+1999,5,3,2,30,0.0,0.0,0.0,4.0,0.0,3.2,87.01,0.0,4.0,4.0
+1999,5,3,3,30,0.0,0.0,0.0,3.0,0.0,3.2,87.02,0.0,3.0,3.0
+1999,5,3,4,30,0.0,0.0,0.0,3.0,0.0,3.0,86.76,0.0,3.0,3.0
+1999,5,3,5,30,250.0,33.0,54.0,5.0,0.0,3.3000000000000003,81.56,32.412003052662605,5.816899765438817,5.719663756280829
+1999,5,3,6,30,638.0,77.0,253.0,8.0,0.0,3.9,71.49,216.5454319425018,13.246160328302096,12.59652403247459
+1999,5,3,7,30,795.0,108.0,476.0,10.0,0.0,4.4,60.56,463.69490907073805,20.87148759919349,19.480402871981276
+1999,5,3,8,30,879.0,129.0,683.0,12.0,0.0,5.1000000000000005,51.31,702.0937785637602,27.72665837084033,25.620377035149048
+1999,5,3,9,30,301.0,375.0,606.0,13.0,0.0,5.9,46.5,613.8887088428512,26.05735573329277,24.215689606764215
+1999,5,3,10,30,812.0,219.0,918.0,14.0,0.0,6.4,43.15,976.2269395968711,34.107807459735,31.179126640944386
+1999,5,3,11,30,677.0,326.0,941.0,15.0,0.0,6.8000000000000025,43.06,994.1570273030065,34.96007687460863,31.97760579269961
+1999,5,3,12,30,376.0,446.0,787.0,14.0,0.0,6.9,43.52,810.1640216592025,30.16259982654367,27.732107761566063
+1999,5,3,13,30,536.0,376.0,834.0,14.0,0.0,6.5,46.76,866.7099850981456,31.738073611928925,29.137943656634487
+1999,5,3,14,30,810.0,173.0,786.0,13.0,0.0,5.8000000000000025,47.62,825.4196313431933,30.67012652433337,28.19386763030379
+1999,5,3,15,30,0.0,27.0,27.0,12.0,0.0,5.2,51.06,26.389387785457323,12.58728795520039,12.508119791844019
+1999,5,3,16,30,695.0,95.0,408.0,11.0,0.0,4.5,54.9,393.9610689858599,20.17636953231338,18.9944863253558
+1999,5,3,17,30,570.0,61.0,211.0,9.0,0.0,3.0,62.96,175.44646338928098,13.510529051937842,12.98418966177
+1999,5,3,18,30,0.0,19.0,19.0,6.0,0.0,1.7000000000000002,79.25,18.570309923099597,6.5206095420270405,6.464898612257742
+1999,5,3,19,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,88.94,0.0,4.0,4.0
+1999,5,3,20,30,0.0,0.0,0.0,3.0,0.0,1.0,97.67,0.0,3.0,3.0
+1999,5,3,21,30,0.0,0.0,0.0,2.0,0.0,1.1,93.42,0.0,2.0,2.0
+1999,5,3,22,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,91.51,0.0,2.0,2.0
+1999,5,3,23,30,0.0,0.0,0.0,2.0,-1.0,1.4,90.74,0.0,2.0,2.0
+1999,5,4,0,30,0.0,0.0,0.0,2.0,-1.0,1.4,89.16,0.0,2.0,2.0
+1999,5,4,1,30,0.0,0.0,0.0,2.0,-1.0,1.5,89.24,0.0,2.0,2.0
+1999,5,4,2,30,0.0,0.0,0.0,2.0,-1.0,1.4,88.97,0.0,2.0,2.0
+1999,5,4,3,30,0.0,0.0,0.0,1.0,-1.0,1.3,87.88,0.0,1.0,1.0
+1999,5,4,4,30,0.0,0.0,0.0,1.0,-2.0,1.5,84.0,0.0,1.0,1.0
+1999,5,4,5,30,33.0,30.0,33.0,2.0,-2.0,2.7,81.10000000000002,29.344157251046752,2.7695682397115506,2.6815357679584104
+1999,5,4,6,30,752.0,41.0,252.0,4.0,-3.0,4.6000000000000005,66.15,208.02877178171127,8.813984340679232,8.189898025334099
+1999,5,4,7,30,850.0,89.0,485.0,6.0,-4.0,5.6000000000000005,52.94,471.1992020700942,16.218255952319527,14.804658346109246
+1999,5,4,8,30,933.0,104.0,694.0,7.0,-5.0,5.6000000000000005,46.71,714.1400063621957,22.48658261461676,20.344162595530175
+1999,5,4,9,30,978.0,117.0,867.0,8.0,-5.0,5.4,42.58,918.9198412918635,28.186864717387976,25.430105193512386
+1999,5,4,10,30,1002.0,125.0,989.0,9.0,-5.0,5.1000000000000005,39.9,1063.2923077852854,32.817380787918474,29.62750386456262
+1999,5,4,11,30,1011.0,130.0,1051.0,10.0,-5.0,4.9,37.93,1136.2879062463721,35.78560325481649,32.37673953607738
+1999,5,4,12,30,1007.0,133.0,1047.0,10.0,-5.0,4.800000000000002,38.25,1132.6147331241036,35.87016042815731,32.472316228785004
+1999,5,4,13,30,991.0,131.0,980.0,10.0,-5.0,4.7,40.78,1051.3312911370886,34.17059250142003,31.016598628008765
+1999,5,4,14,30,959.0,125.0,853.0,9.0,-5.0,4.800000000000002,43.13,899.6195361043525,29.548295058045962,26.849436449732906
+1999,5,4,15,30,910.0,113.0,678.0,8.0,-5.0,4.9,45.32,693.6981674299413,23.741983722269197,21.660889219979374
+1999,5,4,16,30,830.0,93.0,469.0,7.0,-6.0,4.800000000000002,47.84,451.1763912933476,17.305362699954436,15.951833526074392
+1999,5,4,17,30,672.0,59.0,238.0,6.0,-6.0,4.4,51.41,194.97508206141498,10.571258267705165,9.98633302152092
+1999,5,4,18,30,300.0,26.0,47.0,4.0,-5.0,4.0,60.9,25.570309923099597,4.615426207033183,4.538715277263884
+1999,5,4,19,30,0.0,0.0,0.0,2.0,-5.0,3.9,65.7,0.0,2.0,2.0
+1999,5,4,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.59,0.0,1.0,1.0
+1999,5,4,21,30,0.0,0.0,0.0,0.0,-6.0,3.6,62.85,0.0,0.0,0.0
+1999,5,4,22,30,0.0,0.0,0.0,0.0,-6.0,3.5,65.89,0.0,0.0,0.0
+1999,5,4,23,30,0.0,0.0,0.0,0.0,-7.0,3.6,68.4,0.0,0.0,0.0
+1999,5,5,0,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,65.63,0.0,0.0,0.0
+1999,5,5,1,30,0.0,0.0,0.0,0.0,-8.0,4.7,63.32,0.0,0.0,0.0
+1999,5,5,2,30,0.0,0.0,0.0,0.0,-8.0,4.800000000000002,62.19000000000001,0.0,0.0,0.0
+1999,5,5,3,30,0.0,0.0,0.0,0.0,-8.0,4.6000000000000005,62.53,0.0,0.0,0.0
+1999,5,5,4,30,0.0,0.0,0.0,0.0,-7.0,4.6000000000000005,64.86,0.0,0.0,0.0
+1999,5,5,5,30,298.0,30.0,57.0,0.0,-7.0,4.5,63.23,29.52507938868903,0.6877152598832657,0.5991400217171986
+1999,5,5,6,30,502.0,77.0,219.0,1.0,-6.0,4.6000000000000005,61.33,188.28649691109882,5.35712925634388,4.792269765610584
+1999,5,5,7,30,556.0,137.0,398.0,3.0,-6.0,4.800000000000002,61.84,386.03730353062986,11.817514624804348,10.659402714212458
+1999,5,5,8,30,912.0,93.0,673.0,4.0,-6.0,4.800000000000002,53.04,690.6285984616192,19.77471325063351,17.702827455248652
+1999,5,5,9,30,958.0,102.0,839.0,5.0,-6.0,4.4,49.22,888.5806058075558,25.833079785758418,23.16733796833575
+1999,5,5,10,30,985.0,106.0,957.0,6.0,-6.0,4.0,45.99,1029.2996098222156,30.77318251826782,27.685283688801174
+1999,5,5,11,30,994.0,109.0,1016.0,7.0,-6.0,3.8,43.2,1099.16632175843,33.804711304901076,30.507212339625784
+1999,5,5,12,30,986.0,113.0,1011.0,8.0,-6.0,3.5,41.05,1092.4530801025032,35.1726399303745,31.895280690066993
+1999,5,5,13,30,964.0,116.0,943.0,7.0,-6.0,3.4000000000000004,44.84,1011.7925803748661,32.33297371374245,29.297595972617852
+1999,5,5,14,30,532.0,306.0,711.0,7.0,-5.0,3.6,48.73,730.5716946830922,25.052145765666296,22.860430681617018
+1999,5,5,15,30,497.0,226.0,535.0,6.0,-5.0,3.7,52.93,539.714272851918,19.24858352953127,17.629440710975516
+1999,5,5,16,30,782.0,91.0,447.0,4.0,-5.0,3.7,56.76,429.0311560537708,14.531600503567352,13.24450703540604
+1999,5,5,17,30,601.0,72.0,233.0,3.0,-5.0,3.2,60.86,193.84910424751533,7.918101398385773,7.336554085643227
+1999,5,5,18,30,232.0,29.0,47.0,1.0,-5.0,2.5,66.77,28.479848854278462,1.7568979433673269,1.6714583968044914
+1999,5,5,19,30,0.0,0.0,0.0,0.0,-5.0,2.1,73.56,0.0,0.0,0.0
+1999,5,5,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,75.86,0.0,0.0,0.0
+1999,5,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.1,71.7,0.0,0.0,0.0
+1999,5,5,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,71.27,0.0,-1.0,-1.0
+1999,5,5,23,30,0.0,0.0,0.0,-1.0,-9.0,3.1,67.96000000000001,0.0,-1.0,-1.0
+1999,5,6,0,30,0.0,0.0,0.0,-2.0,-10.0,3.6,61.57,0.0,-2.0,-2.0
+1999,5,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,63.84,0.0,-2.0,-2.0
+1999,5,6,2,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.38,0.0,-3.0,-3.0
+1999,5,6,3,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.68,0.0,-3.0,-3.0
+1999,5,6,4,30,0.0,0.0,0.0,-3.0,-10.0,3.7,63.5,0.0,-3.0,-3.0
+1999,5,6,5,30,415.0,28.0,67.0,-1.0,-10.0,4.3,55.24,27.660770991920735,-0.34722620167522067,-0.43020851465098287
+1999,5,6,6,30,748.0,55.0,269.0,0.0,-10.0,4.9,49.15,223.4817093995953,5.071435383240539,4.400990255041753
+1999,5,6,7,30,886.0,70.0,488.0,2.0,-10.0,4.9,45.6,471.4367996968854,12.698241361083829,11.283930961993173
+1999,5,6,8,30,955.0,81.0,690.0,5.0,-10.0,4.6000000000000005,39.95,708.1810009676054,21.38798431498653,19.263441312083714
+1999,5,6,9,30,992.0,89.0,855.0,6.0,-9.0,4.6000000000000005,36.71,904.6262623202919,26.933915167978334,24.220036381017458
+1999,5,6,10,30,1011.0,95.0,971.0,8.0,-8.0,4.6000000000000005,37.19,1043.5041343756534,32.147681685058444,29.017169281931487
+1999,5,6,11,30,1016.0,99.0,1029.0,9.0,-7.0,4.5,35.26,1111.7201412463146,34.894829808571686,31.55966938483274
+1999,5,6,12,30,1012.0,101.0,1024.0,10.0,-6.0,4.5,35.37,1106.8838181580654,35.782179368390686,32.46152791391649
+1999,5,6,13,30,998.0,99.0,957.0,11.0,-5.0,4.5,35.02,1027.1420835691847,34.92478867336877,31.84336242266121
+1999,5,6,14,30,972.0,93.0,834.0,11.0,-5.0,4.4,36.42,879.6286016456417,31.623196950449284,28.984311145512358
+1999,5,6,15,30,928.0,85.0,665.0,11.0,-4.0,4.4,39.73,678.9295520941176,26.917738284228605,24.88094962794625
+1999,5,6,16,30,852.0,73.0,462.0,10.0,-4.0,4.2,43.0,442.5844650765098,20.513300921078077,19.18554752584855
+1999,5,6,17,30,707.0,55.0,247.0,7.0,-4.0,3.0,50.94,199.82524737713047,12.13727986414504,11.537804122013648
+1999,5,6,18,30,355.0,25.0,53.0,4.0,-2.0,1.7000000000000002,72.35000000000002,24.64569414711721,4.690929962720171,4.616992880278819
+1999,5,6,19,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.12,0.0,2.0,2.0
+1999,5,6,20,30,0.0,0.0,0.0,1.0,-3.0,1.9,77.52,0.0,1.0,1.0
+1999,5,6,21,30,0.0,0.0,0.0,0.0,-4.0,2.6,72.85000000000002,0.0,0.0,0.0
+1999,5,6,22,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,73.38,0.0,0.0,0.0
+1999,5,6,23,30,0.0,0.0,0.0,0.0,-5.0,3.9,69.56,0.0,0.0,0.0
+1999,5,7,0,30,0.0,0.0,0.0,0.0,-6.0,3.8,67.84,0.0,0.0,0.0
+1999,5,7,1,30,0.0,0.0,0.0,0.0,-6.0,3.5,73.32000000000002,0.0,0.0,0.0
+1999,5,7,2,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.19,0.0,0.0,0.0
+1999,5,7,3,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.8,0.0,0.0,0.0
+1999,5,7,4,30,0.0,0.0,0.0,0.0,-5.0,3.5,70.25,0.0,0.0,0.0
+1999,5,7,5,30,253.0,34.0,58.0,2.0,-5.0,4.1000000000000005,68.44,33.412003052662605,2.7989003915148256,2.6986643823568377
+1999,5,7,6,30,610.0,62.0,239.0,6.0,-4.0,4.2,59.82,200.0417675853563,10.751859736074671,10.151734433318602
+1999,5,7,7,30,615.0,123.0,415.0,9.0,-2.0,3.9,49.59,400.78816818275004,18.70973605451767,17.50737154996942
+1999,5,7,8,30,755.0,146.0,629.0,12.0,-2.0,3.9,40.74,640.7317492112727,27.52275406432179,25.600558816687972
+1999,5,7,9,30,961.0,102.0,847.0,14.0,-2.0,4.0,36.23,892.4627657790635,35.47979342110274,32.80240512376555
+1999,5,7,10,30,982.0,107.0,961.0,16.0,-2.0,3.9,34.800000000000004,1028.432875455566,40.915435542271034,37.83013691590433
+1999,5,7,11,30,993.0,108.0,1018.0,17.0,-2.0,3.8,33.03,1097.8436531912337,43.7724561780891,40.4789252185154
+1999,5,7,12,30,990.0,107.0,1013.0,18.0,-1.0,3.6,31.11,1091.0811056774533,44.96019474228006,41.6869514252477
+1999,5,7,13,30,971.0,107.0,945.0,18.0,-1.0,3.5,29.2,1010.0594081848623,43.12325802067326,40.09307979611867
+1999,5,7,14,30,937.0,105.0,821.0,19.0,-1.0,3.4000000000000004,29.24,863.3112476922911,40.615340504339486,38.025406761262616
+1999,5,7,15,30,884.0,97.0,651.0,18.0,-1.0,3.2,29.22,662.9133348756495,34.81862297954001,32.82988297491306
+1999,5,7,16,30,799.0,83.0,451.0,17.0,-1.0,2.6,31.55,429.9472735298265,28.350801759389142,27.060959938799662
+1999,5,7,17,30,642.0,63.0,239.0,14.0,0.0,1.5,46.64,194.9553857152417,19.539239752946614,18.954373595800888
+1999,5,7,18,30,277.0,28.0,51.0,11.0,3.0,0.8,70.36,27.54015623349255,11.82021956365882,11.737599094958343
+1999,5,7,19,30,0.0,0.0,0.0,9.0,0.0,0.8,64.36,0.0,9.0,9.0
+1999,5,7,20,30,0.0,0.0,0.0,8.0,0.0,1.0,65.86,0.0,8.0,8.0
+1999,5,7,21,30,0.0,0.0,0.0,6.0,0.0,1.4,75.97,0.0,6.0,6.0
+1999,5,7,22,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.32000000000002,0.0,6.0,6.0
+1999,5,7,23,30,0.0,0.0,0.0,5.0,0.0,2.0,76.10000000000002,0.0,5.0,5.0
+1999,5,8,0,30,0.0,0.0,0.0,5.0,-1.0,2.5,73.65,0.0,5.0,5.0
+1999,5,8,1,30,0.0,0.0,0.0,5.0,-1.0,2.6,72.26,0.0,5.0,5.0
+1999,5,8,2,30,0.0,0.0,0.0,5.0,-1.0,2.4000000000000004,77.48,0.0,5.0,5.0
+1999,5,8,3,30,0.0,0.0,0.0,4.0,-1.0,2.1,77.21000000000002,0.0,4.0,4.0
+1999,5,8,4,30,0.0,0.0,0.0,4.0,-1.0,1.9,76.03,0.0,4.0,4.0
+1999,5,8,5,30,352.0,32.0,67.0,8.0,0.0,2.0,65.32000000000001,31.540156233492553,8.866645376897353,8.772024908196874
+1999,5,8,6,30,682.0,62.0,262.0,13.0,1.0,2.4000000000000004,56.81,217.60337290363412,18.821783080383646,18.168972961672743
+1999,5,8,7,30,825.0,80.0,474.0,16.0,0.0,2.1,43.47,455.61255021901894,28.43577532532187,27.068937674664813
+1999,5,8,8,30,899.0,92.0,670.0,18.0,0.0,1.9,32.42,683.7919227829893,36.91491188868434,34.86353612033537
+1999,5,8,9,30,940.0,102.0,832.0,19.0,0.0,2.5,30.35,875.7458816398901,42.27436006129157,39.6471224163719
+1999,5,8,10,30,465.0,416.0,821.0,21.0,0.0,3.2,29.08,844.2540301269512,42.41937638699925,39.88661429661839
+1999,5,8,11,30,18.0,281.0,298.0,22.0,0.0,3.9,27.69,292.6407558175366,29.089691571152358,28.211769303699747
+1999,5,8,12,30,964.0,115.0,998.0,22.0,0.0,4.4,26.18,1073.1978120925692,47.161494071667875,43.94190063539017
+1999,5,8,13,30,516.0,387.0,833.0,23.0,0.0,4.9,26.23,859.5584419258267,42.505824919887786,39.927149594110304
+1999,5,8,14,30,103.0,382.0,462.0,22.0,0.0,5.1000000000000005,26.28,457.0266152160658,32.23723847630112,30.866158630652922
+1999,5,8,15,30,0.0,29.0,29.0,21.0,0.0,5.300000000000002,27.76,28.344157251046756,21.6267128906349,21.541680418881757
+1999,5,8,16,30,10.0,155.0,160.0,20.0,0.0,5.2,30.71,155.87168733984984,23.468877916974712,23.00126285495516
+1999,5,8,17,30,0.0,85.0,85.0,17.0,2.0,4.6000000000000005,43.59,83.07770228755082,18.922497327877032,18.673264221014378
+1999,5,8,18,30,0.0,18.0,18.0,13.0,3.0,3.9,61.82,17.592925190304882,13.426216823713329,13.373438048142415
+1999,5,8,19,30,0.0,0.0,0.0,11.0,2.0,3.6,68.09,0.0,11.0,11.0
+1999,5,8,20,30,0.0,0.0,0.0,9.0,2.0,3.4000000000000004,71.83,0.0,9.0,9.0
+1999,5,8,21,30,0.0,0.0,0.0,9.0,1.0,3.3000000000000003,70.49,0.0,9.0,9.0
+1999,5,8,22,30,0.0,0.0,0.0,9.0,1.0,3.0,72.54,0.0,9.0,9.0
+1999,5,8,23,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,68.2,0.0,8.0,8.0
+1999,5,9,0,30,0.0,0.0,0.0,8.0,0.0,2.9000000000000004,63.94000000000001,0.0,8.0,8.0
+1999,5,9,1,30,0.0,0.0,0.0,8.0,0.0,3.2,60.9,0.0,8.0,8.0
+1999,5,9,2,30,0.0,0.0,0.0,8.0,-1.0,3.6,58.99,0.0,8.0,8.0
+1999,5,9,3,30,0.0,0.0,0.0,7.0,-1.0,3.7,61.74,0.0,7.0,7.0
+1999,5,9,4,30,0.0,0.0,0.0,7.0,-1.0,3.6,60.6,0.0,7.0,7.0
+1999,5,9,5,30,343.0,35.0,70.0,10.0,-2.0,4.0,52.64,34.4723104318767,10.829679551032545,10.726262619736914
+1999,5,9,6,30,434.0,90.0,219.0,13.0,-1.0,4.6000000000000005,41.47,188.55279935281186,17.36329174902848,16.797633350970045
+1999,5,9,7,30,561.0,140.0,409.0,16.0,0.0,5.1000000000000005,36.19,394.1536665989008,24.828906122620026,23.646445122823323
+1999,5,9,8,30,781.0,137.0,641.0,19.0,-1.0,5.2,27.56,650.5125054670435,33.47696181032881,31.525424293927678
+1999,5,9,9,30,412.0,340.0,661.0,20.0,-2.0,4.9,25.22,672.7019898120518,35.265520756372624,33.24741478693647
+1999,5,9,10,30,947.0,122.0,949.0,21.0,-1.0,4.5,24.17,1010.933208517585,44.547242162086675,41.51444253653392
+1999,5,9,11,30,401.0,486.0,855.0,22.0,-1.0,4.4,23.19,875.9329075492617,42.536550123509286,39.908751400861505
+1999,5,9,12,30,75.0,464.0,534.0,23.0,-1.0,4.4,22.14,528.2812569497736,35.385736874544094,33.800893103694776
+1999,5,9,13,30,439.0,424.0,804.0,23.0,-1.0,4.5,22.15,824.003019664993,42.19315587109309,39.72114681209811
+1999,5,9,14,30,544.0,299.0,717.0,22.0,-1.0,4.6000000000000005,23.41,734.2841017504088,38.9920349822829,36.789182677031675
+1999,5,9,15,30,307.0,288.0,482.0,21.0,-1.0,4.6000000000000005,24.66,479.14163705588277,32.08779481799168,30.650369906824032
+1999,5,9,16,30,149.0,207.0,277.0,20.0,-1.0,4.0,26.83,267.62806359240113,26.441272106894413,25.63838791611721
+1999,5,9,17,30,444.0,83.0,206.0,17.0,2.0,2.9000000000000004,41.54,174.3976097034028,21.5133786662916,20.990185837181393
+1999,5,9,18,30,52.0,32.0,37.0,13.0,3.0,2.3000000000000003,60.9,31.31400356143971,13.84337782405086,13.74943581336654
+1999,5,9,19,30,0.0,0.0,0.0,11.0,2.0,2.1,70.18,0.0,11.0,11.0
+1999,5,9,20,30,0.0,0.0,0.0,9.0,2.0,1.5,79.34,0.0,9.0,9.0
+1999,5,9,21,30,0.0,0.0,0.0,7.0,2.0,0.7000000000000001,84.83,0.0,7.0,7.0
+1999,5,9,22,30,0.0,0.0,0.0,7.0,2.0,0.8,82.65,0.0,7.0,7.0
+1999,5,9,23,30,0.0,0.0,0.0,6.0,2.0,1.8,87.58,0.0,6.0,6.0
+1999,5,10,0,30,0.0,0.0,0.0,5.0,2.0,2.2,100.0,0.0,5.0,5.0
+1999,5,10,1,30,0.0,0.0,0.0,4.0,1.0,2.1,100.0,0.0,4.0,4.0
+1999,5,10,2,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
+1999,5,10,3,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
+1999,5,10,4,30,0.0,0.0,0.0,3.0,0.0,1.9,100.0,0.0,3.0,3.0
+1999,5,10,5,30,101.0,43.0,54.0,3.0,0.0,1.7000000000000002,100.0,42.110466156592146,4.180546290886536,4.054214892416759
+1999,5,10,6,30,0.0,85.0,85.0,5.0,0.0,1.3,84.08,83.07770228755082,7.3923823195217855,7.143149212659133
+1999,5,10,7,30,3.0,141.0,143.0,6.0,-1.0,0.6000000000000001,68.06,139.19488678826215,10.201937963179867,9.78435330281508
+1999,5,10,8,30,0.0,62.0,62.0,8.0,-2.0,0.30000000000000004,58.37000000000001,60.59785343327238,9.866783293205486,9.684989732905668
+1999,5,10,9,30,12.0,188.0,198.0,9.0,-3.0,0.7000000000000001,46.97,193.67397003863405,14.807178752135693,14.22615684201979
+1999,5,10,10,30,15.0,216.0,229.0,10.0,-4.0,1.5,41.18,225.2432729516188,16.399805201790166,15.724075382935307
+1999,5,10,11,30,18.0,271.0,288.0,11.0,-5.0,2.6,39.14,282.8748330676824,18.468023058992173,17.619398559789126
+1999,5,10,12,30,253.0,486.0,719.0,11.0,-5.0,3.5,37.52,727.2678019080665,29.089368297948873,26.907564892224674
+1999,5,10,13,30,198.0,459.0,631.0,10.0,-6.0,4.2,36.15,633.403837914154,25.04608877631096,23.145877262568497
+1999,5,10,14,30,334.0,367.0,625.0,9.0,-6.0,4.6000000000000005,36.88,630.2332699752731,23.584199419393766,21.693499609467946
+1999,5,10,15,30,3.0,134.0,136.0,8.0,-7.0,4.800000000000002,37.44,132.9035393693823,11.035662334598207,10.63695171649006
+1999,5,10,16,30,0.0,43.0,43.0,7.0,-8.0,4.5,41.07,42.02754351017277,7.978929899793136,7.852847269262617
+1999,5,10,17,30,0.0,21.0,21.0,5.0,-8.0,3.6,42.35,20.52507938868903,5.507166822466633,5.4455915843005664
+1999,5,10,18,30,337.0,31.0,61.0,3.0,-7.0,2.1,51.42,30.52507938868903,3.833170703666679,3.741595465500612
+1999,5,10,19,30,0.0,0.0,0.0,1.0,-6.0,1.3,60.45,0.0,1.0,1.0
+1999,5,10,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.88,0.0,0.0,0.0
+1999,5,10,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,66.19,0.0,0.0,0.0
+1999,5,10,22,30,0.0,0.0,0.0,0.0,-8.0,0.8,62.48,0.0,0.0,0.0
+1999,5,10,23,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,63.22,0.0,0.0,0.0
+1999,5,11,0,30,0.0,0.0,0.0,-1.0,-9.0,0.6000000000000001,59.62000000000001,0.0,-1.0,-1.0
+1999,5,11,1,30,0.0,0.0,0.0,-1.0,-10.0,0.5,56.95,0.0,-1.0,-1.0
+1999,5,11,2,30,0.0,0.0,0.0,-1.0,-10.0,0.5,55.24,0.0,-1.0,-1.0
+1999,5,11,3,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,54.5,0.0,-1.0,-1.0
+1999,5,11,4,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,54.6,0.0,-1.0,-1.0
+1999,5,11,5,30,208.0,39.0,62.0,0.0,-8.0,1.2000000000000002,54.7,38.29138829423443,1.1101105691554753,0.9952364042727722
+1999,5,11,6,30,583.0,70.0,245.0,3.0,-10.0,1.6,43.29,205.21449799419514,8.791763612713954,8.176120118731369
+1999,5,11,7,30,836.0,87.0,492.0,5.0,-12.0,1.5,32.17,470.3432210502328,18.36379530122783,16.952765638077132
+1999,5,11,8,30,493.0,240.0,560.0,7.0,-12.0,1.2000000000000002,30.01,561.4592184213623,23.27733650527304,21.592958850008955
+1999,5,11,9,30,168.0,402.0,533.0,8.0,-11.0,1.0,27.63,531.8816738071793,23.628776205023485,22.033131183601945
+1999,5,11,10,30,80.0,440.0,511.0,9.0,-10.0,0.8,27.44,505.43546939948794,24.053221073029672,22.536914664831208
+1999,5,11,11,30,295.0,477.0,750.0,10.0,-9.0,0.6000000000000001,27.23,761.2808853461052,32.981124713617916,30.697282057579603
+1999,5,11,12,30,83.0,471.0,548.0,10.0,-8.0,0.7000000000000001,29.38,543.1216477266734,26.28512335382036,24.65575841064034
+1999,5,11,13,30,51.0,406.0,451.0,10.0,-7.0,1.3,34.56,444.43013057617816,22.79822091098606,21.464930519257525
+1999,5,11,14,30,14.0,219.0,230.0,9.0,-6.0,2.2,39.97,225.43527874833705,15.112249352451116,14.435943516206105
+1999,5,11,15,30,194.0,306.0,430.0,8.0,-6.0,3.0,41.34,424.2160344598255,18.906111817616786,17.63346371423731
+1999,5,11,16,30,216.0,205.0,307.0,7.0,-6.0,3.0,43.83,295.413299745626,14.594739985581699,13.70850008634482
+1999,5,11,17,30,0.0,42.0,42.0,6.0,-6.0,2.3000000000000003,45.46,41.05015877737806,7.105600997926682,6.982450521594547
+1999,5,11,18,30,284.0,34.0,60.0,4.0,-5.0,1.4,63.55,33.42707989746613,4.956153918901469,4.855872679209071
+1999,5,11,19,30,0.0,0.0,0.0,2.0,-3.0,1.1,74.71000000000002,0.0,2.0,2.0
+1999,5,11,20,30,0.0,0.0,0.0,0.0,-3.0,1.1,74.98,0.0,0.0,0.0
+1999,5,11,21,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,80.45,0.0,0.0,0.0
+1999,5,11,22,30,0.0,0.0,0.0,0.0,-4.0,1.5,84.21000000000002,0.0,0.0,0.0
+1999,5,11,23,30,0.0,0.0,0.0,0.0,-4.0,1.8,80.34,0.0,0.0,0.0
+1999,5,12,0,30,0.0,0.0,0.0,0.0,-5.0,1.9,82.21000000000002,0.0,0.0,0.0
+1999,5,12,1,30,0.0,0.0,0.0,-1.0,-6.0,2.0,78.25,0.0,-1.0,-1.0
+1999,5,12,2,30,0.0,0.0,0.0,-1.0,-6.0,2.0,74.24,0.0,-1.0,-1.0
+1999,5,12,3,30,0.0,0.0,0.0,-1.0,-7.0,2.0,75.5,0.0,-1.0,-1.0
+1999,5,12,4,30,0.0,0.0,0.0,0.0,-8.0,2.1,66.22,0.0,0.0,0.0
+1999,5,12,5,30,370.0,37.0,79.0,2.0,-8.0,2.7,54.5,36.91484792526421,2.9681141732585212,2.8573696294827284
+1999,5,12,6,30,678.0,71.0,276.0,6.0,-7.0,2.8000000000000003,44.77,229.3929566963371,11.976159825496769,11.287980955407757
+1999,5,12,7,30,808.0,94.0,487.0,9.0,-8.0,1.7000000000000002,31.69,465.09617938072415,22.038743561556597,20.643455023414425
+1999,5,12,8,30,872.0,113.0,681.0,11.0,-8.0,1.1,27.95,689.2491613164071,31.116974027664668,29.049226543715445
+1999,5,12,9,30,919.0,121.0,842.0,13.0,-7.0,1.2000000000000002,27.13,878.9165754448297,38.480783624503694,35.84403389816921
+1999,5,12,10,30,962.0,115.0,961.0,15.0,-5.0,1.5,28.34,1019.1044462917956,43.95567024524026,40.898356906364874
+1999,5,12,11,30,979.0,113.0,1019.0,16.0,-4.0,1.6,28.83,1089.8177210193842,46.75789811531475,43.4884449522566
+1999,5,12,12,30,375.0,450.0,796.0,17.0,-4.0,1.5,28.45,813.8346257386788,40.1233679165996,37.68186403938356
+1999,5,12,13,30,529.0,384.0,845.0,17.0,-3.0,1.2000000000000002,27.53,869.2364278135128,42.20014521792683,39.59243593448629
+1999,5,12,14,30,558.0,301.0,734.0,17.0,-3.0,1.0,28.46,748.2448986922586,38.986379008898155,36.74164431282138
+1999,5,12,15,30,291.0,294.0,480.0,17.0,-2.0,0.8,31.14,475.2253250445168,31.153482116909665,29.727806141776114
+1999,5,12,16,30,479.0,159.0,384.0,16.0,-2.0,0.8,33.9,366.591098429951,26.91806408962011,25.818290794330256
+1999,5,12,17,30,274.0,105.0,183.0,13.0,-1.0,1.0,41.35,161.16797701254492,17.7357492618905,17.252245330852865
+1999,5,12,18,30,341.0,30.0,63.0,10.0,0.0,1.5,61.26,29.570309923099597,10.840177026308124,10.751466096538826
+1999,5,12,19,30,0.0,0.0,0.0,8.0,0.0,2.0,66.92,0.0,8.0,8.0
+1999,5,12,20,30,0.0,0.0,0.0,7.0,0.0,2.5,76.9,0.0,7.0,7.0
+1999,5,12,21,30,0.0,0.0,0.0,6.0,0.0,3.2,77.51,0.0,6.0,6.0
+1999,5,12,22,30,0.0,0.0,0.0,6.0,0.0,3.8,76.13,0.0,6.0,6.0
+1999,5,12,23,30,0.0,0.0,0.0,7.0,0.0,4.3,74.95,0.0,7.0,7.0
+1999,5,13,0,30,0.0,0.0,0.0,7.0,0.0,4.7,74.87,0.0,7.0,7.0
+1999,5,13,1,30,0.0,0.0,0.0,7.0,0.0,4.9,75.44,0.0,7.0,7.0
+1999,5,13,2,30,0.0,0.0,0.0,7.0,0.0,4.800000000000002,75.22,0.0,7.0,7.0
+1999,5,13,3,30,0.0,0.0,0.0,7.0,0.0,4.6000000000000005,74.47,0.0,7.0,7.0
+1999,5,13,4,30,0.0,0.0,0.0,7.0,0.0,4.5,73.67,0.0,7.0,7.0
+1999,5,13,5,30,227.0,39.0,65.0,9.0,0.0,4.6000000000000005,60.8,38.9367619975945,9.90103383742447,9.784223551431685
+1999,5,13,6,30,375.0,107.0,222.0,13.0,0.0,4.800000000000002,49.36,193.55918149023466,17.421103603061212,16.84042605859051
+1999,5,13,7,30,826.0,78.0,482.0,16.0,1.0,5.0,42.21,458.5605308636066,26.338567852298077,24.962886259707258
+1999,5,13,8,30,891.0,92.0,674.0,19.0,1.0,5.2,34.03,681.9162886303075,34.17584363924616,32.13009477335524
+1999,5,13,9,30,927.0,103.0,832.0,21.0,1.0,5.2,33.1,868.3231746000155,40.32427329538057,37.71930377158053
+1999,5,13,10,30,944.0,113.0,943.0,22.0,2.0,5.2,30.42,1000.3889072878712,44.26335679109677,41.26219006923316
+1999,5,13,11,30,951.0,117.0,999.0,23.0,2.0,5.300000000000002,29.07,1065.848186018029,46.566789857992774,43.36924529993868
+1999,5,13,12,30,549.0,386.0,894.0,24.0,2.0,5.2,29.16,924.8977070058443,44.58332264215426,41.80862952113672
+1999,5,13,13,30,401.0,421.0,772.0,24.0,2.0,4.9,27.27,785.9776076347582,41.8360665868474,39.47813376394313
+1999,5,13,14,30,518.0,301.0,703.0,23.0,2.0,4.4,28.97,715.881497270257,39.784089425658095,37.63644493384732
+1999,5,13,15,30,343.0,284.0,503.0,22.0,2.0,3.9,31.02,499.2236960205502,34.09449456180063,32.59682347373898
+1999,5,13,16,30,333.0,194.0,352.0,20.0,2.0,3.2,35.56,336.7326497012001,28.543167232091278,27.53296928298768
+1999,5,13,17,30,340.0,99.0,197.0,17.0,3.0,2.5,46.59,169.81972085360064,21.51323313248533,21.003773969924527
+1999,5,13,18,30,0.0,4.0,4.0,13.0,6.0,2.4000000000000004,73.34,3.9095389311788624,13.104596207760611,13.092867590967074
+1999,5,13,19,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,79.55,0.0,11.0,11.0
+1999,5,13,20,30,0.0,0.0,0.0,10.0,5.0,2.0,90.69,0.0,10.0,10.0
+1999,5,13,21,30,0.0,0.0,0.0,9.0,5.0,1.4,97.49,0.0,9.0,9.0
+1999,5,13,22,30,0.0,0.0,0.0,8.0,5.0,1.1,96.97,0.0,8.0,8.0
+1999,5,13,23,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
+1999,5,14,0,30,0.0,0.0,0.0,7.0,4.0,0.7000000000000001,100.0,0.0,7.0,7.0
+1999,5,14,1,30,0.0,0.0,0.0,7.0,4.0,0.5,96.8,0.0,7.0,7.0
+1999,5,14,2,30,0.0,0.0,0.0,7.0,4.0,0.4,100.0,0.0,7.0,7.0
+1999,5,14,3,30,0.0,0.0,0.0,6.0,2.0,0.5,100.0,0.0,6.0,6.0
+1999,5,14,4,30,0.0,0.0,0.0,6.0,2.0,0.6000000000000001,100.0,0.0,6.0,6.0
+1999,5,14,5,30,140.0,46.0,63.0,7.0,4.0,0.9,93.67,45.68201648841314,8.351390893284439,8.2143448438192
+1999,5,14,6,30,18.0,110.0,116.0,10.0,4.0,1.4,84.32000000000002,111.80839225785606,13.198186403100248,12.862761226326679
+1999,5,14,7,30,700.0,117.0,462.0,13.0,4.0,1.9,67.95,438.98823029409516,25.143202368328478,23.82623767744619
+1999,5,14,8,30,786.0,137.0,652.0,15.0,3.0,2.4000000000000004,56.2,656.6054659271597,32.5668903519938,30.59707395421232
+1999,5,14,9,30,314.0,383.0,630.0,16.0,2.0,3.3000000000000003,46.81,634.4729931911309,31.99101538010378,30.087596400530387
+1999,5,14,10,30,446.0,433.0,827.0,17.0,2.0,4.3,42.3,843.7641923306919,36.91221274631214,34.38092016932007
+1999,5,14,11,30,377.0,481.0,832.0,18.0,1.0,5.300000000000002,37.93,847.3651853107552,36.73594900020768,34.19385344427542
+1999,5,14,12,30,210.0,496.0,691.0,19.0,0.0,6.0,32.3,694.2839277919251,33.67257665258541,31.589724869209636
+1999,5,14,13,30,488.0,409.0,836.0,20.0,-1.0,6.4,28.36,855.5903312233346,37.62299824644672,35.056227252776715
+1999,5,14,14,30,181.0,398.0,539.0,19.0,-2.0,6.0,25.51,536.4146763406673,30.336263365928048,28.727019336906046
+1999,5,14,15,30,539.0,224.0,570.0,18.0,-3.0,4.9,25.65,567.5701484233796,30.87978036734412,29.177069922073983
+1999,5,14,16,30,767.0,83.0,447.0,17.0,-3.0,3.5,27.05,420.66265215484003,27.463163121007756,26.201175164543237
+1999,5,14,17,30,664.0,64.0,258.0,15.0,-2.0,1.8,33.49,206.04851476288098,20.7379264670842,20.119780922795556
+1999,5,14,18,30,336.0,33.0,67.0,11.0,2.0,1.2000000000000002,62.12000000000001,32.510002543885506,11.942501670347449,11.844971662715793
+1999,5,14,19,30,0.0,0.0,0.0,8.0,1.0,1.8,72.35000000000002,0.0,8.0,8.0
+1999,5,14,20,30,0.0,0.0,0.0,7.0,1.0,1.9,76.9,0.0,7.0,7.0
+1999,5,14,21,30,0.0,0.0,0.0,6.0,1.0,1.5,84.67,0.0,6.0,6.0
+1999,5,14,22,30,0.0,0.0,0.0,5.0,2.0,1.1,100.0,0.0,5.0,5.0
+1999,5,14,23,30,0.0,0.0,0.0,4.0,2.0,1.0,100.0,0.0,4.0,4.0
+1999,5,15,0,30,0.0,0.0,0.0,3.0,1.0,0.9,100.0,0.0,3.0,3.0
+1999,5,15,1,30,0.0,0.0,0.0,3.0,1.0,1.0,100.0,0.0,3.0,3.0
+1999,5,15,2,30,0.0,0.0,0.0,3.0,1.0,1.2000000000000002,100.0,0.0,3.0,3.0
+1999,5,15,3,30,0.0,0.0,0.0,3.0,1.0,1.4,100.0,0.0,3.0,3.0
+1999,5,15,4,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,99.96,0.0,3.0,3.0
+1999,5,15,5,30,0.0,38.0,38.0,6.0,0.0,2.8000000000000003,80.18,37.14061984619919,6.967589778759968,6.85616791922137
+1999,5,15,6,30,257.0,118.0,198.0,9.0,0.0,4.0,62.74,176.91647641846674,13.25802567005783,12.727276240802428
+1999,5,15,7,30,779.0,97.0,482.0,12.0,0.0,4.4,46.98,456.7180838014165,22.70791351650802,21.33775926510377
+1999,5,15,8,30,832.0,120.0,667.0,15.0,-1.0,4.3,35.66000000000001,671.0362687584993,30.8359611197792,28.822852313503702
+1999,5,15,9,30,725.0,225.0,798.0,17.0,-2.0,4.2,29.17,820.7819839565129,36.497132567548604,34.03478661567907
+1999,5,15,10,30,951.0,118.0,958.0,19.0,-3.0,4.3,24.23,1012.219381487515,42.88763099136168,39.85097284689914
+1999,5,15,11,30,971.0,116.0,1019.0,20.0,-4.0,4.4,22.06,1085.067255888565,45.439777288742846,42.18457552107715
+1999,5,15,12,30,534.0,423.0,919.0,21.0,-4.0,4.5,20.56,946.2122066879381,43.03972307950523,40.20108645944141
+1999,5,15,13,30,602.0,328.0,856.0,22.0,-3.0,4.4,19.52,883.029104075597,42.70292290662243,40.05383559439564
+1999,5,15,14,30,493.0,332.0,716.0,22.0,-3.0,4.1000000000000005,21.35,726.1923127198428,39.36367981388372,37.18510287572419
+1999,5,15,15,30,143.0,312.0,404.0,21.0,-3.0,3.7,23.48,397.52665412512204,30.75824681189557,29.565666849520206
+1999,5,15,16,30,9.0,155.0,160.0,19.0,-2.0,3.1,26.25,155.49231079936723,22.97114664263062,22.50466971023252
+1999,5,15,17,30,0.0,12.0,12.0,16.0,0.0,2.3000000000000003,38.1,11.728616793536586,16.315885999407623,16.280700149027012
+1999,5,15,18,30,0.0,12.0,12.0,13.0,3.0,2.0,62.98,11.728616793536586,13.3222733408887,13.287087490508089
+1999,5,15,19,30,0.0,0.0,0.0,10.0,2.0,2.2,70.37,0.0,10.0,10.0
+1999,5,15,20,30,0.0,0.0,0.0,9.0,2.0,2.5,73.85000000000002,0.0,9.0,9.0
+1999,5,15,21,30,0.0,0.0,0.0,8.0,2.0,2.6,77.93,0.0,8.0,8.0
+1999,5,15,22,30,0.0,0.0,0.0,7.0,2.0,2.3000000000000003,81.93,0.0,7.0,7.0
+1999,5,15,23,30,0.0,0.0,0.0,6.0,1.0,2.1,86.44,0.0,6.0,6.0
+1999,5,16,0,30,0.0,0.0,0.0,5.0,1.0,2.0,92.12,0.0,5.0,5.0
+1999,5,16,1,30,0.0,0.0,0.0,5.0,1.0,1.9,97.13,0.0,5.0,5.0
+1999,5,16,2,30,0.0,0.0,0.0,4.0,1.0,1.7000000000000002,100.0,0.0,4.0,4.0
+1999,5,16,3,30,0.0,0.0,0.0,3.0,1.0,1.3,100.0,0.0,3.0,3.0
+1999,5,16,4,30,0.0,0.0,0.0,3.0,0.0,0.9,98.71,0.0,3.0,3.0
+1999,5,16,5,30,310.0,43.0,81.0,5.0,0.0,0.9,86.11,44.497481973337635,6.316349332523649,6.182856886603636
+1999,5,16,6,30,630.0,78.0,275.0,8.0,0.0,1.5,69.60000000000001,227.87829007850974,14.474673570085919,13.79103869985039
+1999,5,16,7,30,511.0,159.0,413.0,10.0,-2.0,2.0,48.44,393.202249711949,20.804223966926262,19.624617217790416
+1999,5,16,8,30,535.0,235.0,588.0,12.0,-3.0,2.3000000000000003,39.42,586.0283001872315,27.783458403024067,26.025373502462372
+1999,5,16,9,30,904.0,123.0,839.0,14.0,-3.0,2.8000000000000003,37.21,869.689659292767,36.65721004414081,34.04814106626251
+1999,5,16,10,30,376.0,416.0,749.0,15.0,-2.0,3.4000000000000004,36.07,761.2479217381795,34.05990809291116,31.776164327696616
+1999,5,16,11,30,28.0,377.0,403.0,16.0,-2.0,4.0,35.06,396.4951131095023,25.54284419320776,24.353358853879254
+1999,5,16,12,30,0.0,58.0,58.0,16.0,-1.0,4.5,36.68,56.68831450209351,17.320417074139577,17.150352130633298
+1999,5,16,13,30,0.0,39.0,39.0,15.0,0.0,4.6000000000000005,41.69,38.11800457899391,15.882087009261227,15.767732995524245
+1999,5,16,14,30,0.0,30.0,30.0,13.0,0.0,3.7,48.12000000000001,29.32154198384147,13.719767695108123,13.631803069156598
+1999,5,16,15,30,0.0,19.0,19.0,11.0,1.0,1.9,59.37000000000001,18.570309923099597,11.513688103409295,11.457977173639996
+1999,5,16,16,30,0.0,10.0,10.0,9.0,2.0,1.3,70.8,9.773847327947157,9.281456743473152,9.25213520148931
+1999,5,16,17,30,0.0,9.0,9.0,7.0,1.0,2.8000000000000003,80.93,8.796462595152441,7.229166000232624,7.202776612447167
+1999,5,16,18,30,0.0,9.0,9.0,5.0,1.0,4.0,91.34,8.796462595152441,5.211713257544581,5.185323869759124
+1999,5,16,19,30,0.0,0.0,0.0,3.0,1.0,4.1000000000000005,100.0,0.0,3.0,3.0
+1999,5,16,20,30,0.0,0.0,0.0,3.0,0.0,3.6,100.0,0.0,3.0,3.0
+1999,5,16,21,30,0.0,0.0,0.0,2.0,0.0,2.5,100.0,0.0,2.0,2.0
+1999,5,16,22,30,0.0,0.0,0.0,2.0,0.0,1.4,100.0,0.0,2.0,2.0
+1999,5,16,23,30,0.0,0.0,0.0,1.0,0.0,0.8,97.35,0.0,1.0,1.0
+1999,5,17,0,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,94.39,0.0,1.0,1.0
+1999,5,17,1,30,0.0,0.0,0.0,0.0,-1.0,0.8,97.18,0.0,0.0,0.0
+1999,5,17,2,30,0.0,0.0,0.0,0.0,-2.0,0.9,92.44,0.0,0.0,0.0
+1999,5,17,3,30,0.0,0.0,0.0,0.0,-2.0,1.0,94.02,0.0,0.0,0.0
+1999,5,17,4,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,81.97,0.0,0.0,0.0
+1999,5,17,5,30,437.0,37.0,92.0,1.0,-3.0,1.9,75.84,40.22346079619803,2.112653120735227,1.9919827383466329
+1999,5,17,6,30,729.0,63.0,293.0,4.0,-5.0,2.5,59.73,237.78834851079114,10.319609098539608,9.606244053007234
+1999,5,17,7,30,861.0,78.0,507.0,7.0,-6.0,2.5,42.6,477.51379637775796,19.690699738511878,18.258158349378604
+1999,5,17,8,30,933.0,88.0,704.0,10.0,-7.0,2.5,33.44,707.8472822165351,28.81218383107254,26.688641984422937
+1999,5,17,9,30,972.0,96.0,867.0,12.0,-7.0,2.5,29.43,899.8990366685003,35.916269133931934,33.21657202392643
+1999,5,17,10,30,991.0,102.0,980.0,13.0,-6.0,2.5,27.89,1034.5241680303466,40.49414925452919,37.39057675043815
+1999,5,17,11,30,997.0,106.0,1036.0,14.0,-6.0,2.5,26.39,1101.4149533959155,43.2718798222888,39.96763496210106
+1999,5,17,12,30,995.0,105.0,1031.0,15.0,-6.0,2.6,25.09,1095.496206232315,43.92159348521432,40.63510486651738
+1999,5,17,13,30,983.0,102.0,966.0,16.0,-6.0,2.7,23.9,1018.46770929539,42.709930550741916,39.65452742285574
+1999,5,17,14,30,958.0,96.0,845.0,16.0,-6.0,2.8000000000000003,24.21,875.1285243815777,38.79890370164519,36.173518128500454
+1999,5,17,15,30,915.0,87.0,679.0,16.0,-6.0,2.7,25.99,678.570519760372,33.79592155073779,31.760209991456673
+1999,5,17,16,30,843.0,75.0,482.0,15.0,-6.0,2.6,27.87,448.8097598946077,26.848779899029463,25.50235061934564
+1999,5,17,17,30,711.0,58.0,270.0,13.0,-5.0,2.2,32.85,212.9613474406469,18.7740424001885,18.13515835786656
+1999,5,17,18,30,412.0,31.0,76.0,9.0,-1.0,1.6,54.81,30.638155724715453,9.864699898016417,9.772785430842271
+1999,5,17,19,30,0.0,0.0,0.0,6.0,-1.0,1.6,66.93,0.0,6.0,6.0
+1999,5,17,20,30,0.0,0.0,0.0,5.0,-2.0,1.8,69.3,0.0,5.0,5.0
+1999,5,17,21,30,0.0,0.0,0.0,4.0,-2.0,2.0,72.75,0.0,4.0,4.0
+1999,5,17,22,30,0.0,0.0,0.0,4.0,-2.0,2.2,76.49,0.0,4.0,4.0
+1999,5,17,23,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,73.9,0.0,3.0,3.0
+1999,5,18,0,30,0.0,0.0,0.0,3.0,-3.0,2.7,70.93,0.0,3.0,3.0
+1999,5,18,1,30,0.0,0.0,0.0,3.0,-4.0,2.7,69.10000000000001,0.0,3.0,3.0
+1999,5,18,2,30,0.0,0.0,0.0,3.0,-4.0,2.6,73.72,0.0,3.0,3.0
+1999,5,18,3,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,73.67,0.0,3.0,3.0
+1999,5,18,4,30,0.0,0.0,0.0,4.0,-4.0,2.3000000000000003,68.67,0.0,4.0,4.0
+1999,5,18,5,30,481.0,34.0,96.0,7.0,-3.0,2.8000000000000003,59.01,38.30362810479524,7.997888543516477,7.8829776592020915
+1999,5,18,6,30,748.0,57.0,295.0,11.0,-2.0,2.9000000000000004,46.81,237.22854427749593,17.13943191422406,16.42774628139157
+1999,5,18,7,30,867.0,72.0,505.0,15.0,-3.0,1.6,34.96,475.00391121918574,28.406023432973576,26.98101169931602
+1999,5,18,8,30,930.0,83.0,699.0,18.0,-4.0,0.4,24.98,701.3273616875184,39.45944634778035,37.355464262717796
+1999,5,18,9,30,962.0,93.0,858.0,20.0,-4.0,0.30000000000000004,22.34,888.8616127393199,47.382356215977275,44.71577137775932
+1999,5,18,10,30,977.0,102.0,969.0,21.0,-4.0,0.6000000000000001,20.56,1021.3813899025881,51.83289434076408,48.76875017105631
+1999,5,18,11,30,981.0,107.0,1023.0,22.0,-3.0,0.7000000000000001,20.17,1086.3961106756715,54.574828765373674,51.31564043334666
+1999,5,18,12,30,493.0,447.0,907.0,23.0,-3.0,0.5,19.69,928.8694914919015,51.23031045936998,48.443701984894275
+1999,5,18,13,30,474.0,416.0,834.0,24.0,-2.0,0.30000000000000004,20.27,849.7139705759187,50.176370191414605,47.62722827968685
+1999,5,18,14,30,446.0,338.0,688.0,23.0,-2.0,0.1,20.56,694.2648381666233,44.67934389854062,42.596549384040756
+1999,5,18,15,30,584.0,213.0,592.0,23.0,-2.0,0.30000000000000004,21.99,587.3783671060992,41.094834393951096,39.332699292632796
+1999,5,18,16,30,621.0,123.0,424.0,22.0,-2.0,0.9,23.75,397.41095203480734,33.75643245975269,32.56419960364826
+1999,5,18,17,30,631.0,72.0,261.0,19.0,0.0,1.4,30.73,209.83955980796924,25.00228671084602,24.372768031422112
+1999,5,18,18,30,304.0,38.0,72.0,15.0,4.0,1.9,56.73,37.39692620785908,16.03446610081379,15.922275322190215
+1999,5,18,19,30,0.0,0.0,0.0,13.0,2.0,2.0,57.78,0.0,13.0,13.0
+1999,5,18,20,30,0.0,0.0,0.0,12.0,2.0,1.5,61.02,0.0,12.0,12.0
+1999,5,18,21,30,0.0,0.0,0.0,11.0,3.0,1.3,71.98,0.0,11.0,11.0
+1999,5,18,22,30,0.0,0.0,0.0,10.0,2.0,1.4,74.44,0.0,10.0,10.0
+1999,5,18,23,30,0.0,0.0,0.0,9.0,1.0,1.6,72.48,0.0,9.0,9.0
+1999,5,19,0,30,0.0,0.0,0.0,8.0,0.0,1.7000000000000002,66.22,0.0,8.0,8.0
+1999,5,19,1,30,0.0,0.0,0.0,7.0,0.0,1.9,66.43,0.0,7.0,7.0
+1999,5,19,2,30,0.0,0.0,0.0,7.0,-1.0,2.1,63.77,0.0,7.0,7.0
+1999,5,19,3,30,0.0,0.0,0.0,6.0,-1.0,2.1,65.89,0.0,6.0,6.0
+1999,5,19,4,30,0.0,0.0,0.0,7.0,-2.0,2.0,59.1,0.0,7.0,7.0
+1999,5,19,5,30,425.0,39.0,94.0,10.0,-1.0,2.3000000000000003,51.51,43.09667223135485,11.160719598789049,11.031429582094985
+1999,5,19,6,30,703.0,67.0,291.0,15.0,0.0,2.9000000000000004,39.85,236.69461460333602,21.125613910612934,20.415530066802926
+1999,5,19,7,30,824.0,86.0,500.0,19.0,-1.0,2.5,28.06,469.1137980831602,31.46745622812664,30.060114833877158
+1999,5,19,8,30,888.0,101.0,691.0,22.0,-3.0,2.1,19.93,691.2172707883315,40.866518660150454,38.79286684778546
+1999,5,19,9,30,922.0,113.0,847.0,23.0,-3.0,2.7,19.3,875.365903840693,45.95699930854761,43.33090159702553
+1999,5,19,10,30,505.0,407.0,857.0,24.0,-2.0,3.5,19.71,874.232388355766,45.74482578421917,43.122128619151866
+1999,5,19,11,30,20.0,310.0,328.0,25.0,-1.0,4.3,20.07,323.0006336662142,32.62257677348148,31.653574872482835
+1999,5,19,12,30,4.0,124.0,128.0,25.0,0.0,4.6000000000000005,21.49,125.18959563700453,27.89700673541874,27.521437948507725
+1999,5,19,13,30,214.0,464.0,653.0,24.0,0.0,4.6000000000000005,24.26,653.603830171304,39.125016489326036,37.164204998812124
+1999,5,19,14,30,401.0,344.0,660.0,23.0,1.0,4.1000000000000005,27.53,663.5688560157607,38.86631660581601,36.87561003776873
+1999,5,19,15,30,4.0,135.0,138.0,22.0,2.0,3.0,31.03,134.54970327371984,25.459119858113983,25.055470748292823
+1999,5,19,16,30,57.0,203.0,231.0,21.0,3.0,1.7000000000000002,34.56,223.9069385228342,27.2771213406649,26.605400525096396
+1999,5,19,17,30,0.0,5.0,5.0,19.0,6.0,1.1,53.28,4.886923663973579,19.142633639532576,19.127972868540656
+1999,5,19,18,30,0.0,33.0,33.0,16.0,8.0,1.3,69.07000000000001,32.25369618222562,16.9288072534614,16.832046164914722
+1999,5,19,19,30,0.0,0.0,0.0,14.0,6.0,1.5,70.88,0.0,14.0,14.0
+1999,5,19,20,30,0.0,0.0,0.0,13.0,6.0,1.5,73.32000000000002,0.0,13.0,13.0
+1999,5,19,21,30,0.0,0.0,0.0,12.0,5.0,1.2000000000000002,79.62,0.0,12.0,12.0
+1999,5,19,22,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,81.74,0.0,11.0,11.0
+1999,5,19,23,30,0.0,0.0,0.0,10.0,4.0,1.7000000000000002,86.02,0.0,10.0,10.0
+1999,5,20,0,30,0.0,0.0,0.0,9.0,4.0,2.4000000000000004,85.52,0.0,9.0,9.0
+1999,5,20,1,30,0.0,0.0,0.0,9.0,4.0,2.7,86.41,0.0,9.0,9.0
+1999,5,20,2,30,0.0,0.0,0.0,9.0,5.0,2.5,93.61,0.0,9.0,9.0
+1999,5,20,3,30,0.0,0.0,0.0,8.0,5.0,2.4000000000000004,94.19,0.0,8.0,8.0
+1999,5,20,4,30,0.0,0.0,0.0,8.0,5.0,2.8000000000000003,94.71,0.0,8.0,8.0
+1999,5,20,5,30,193.0,54.0,80.0,8.0,5.0,3.4000000000000004,95.91,55.25929460229142,9.383566439162013,9.217788555355138
+1999,5,20,6,30,43.0,123.0,137.0,10.0,5.0,3.6,86.39,130.7274641468018,13.230225391332283,12.838042998891877
+1999,5,20,7,30,29.0,192.0,207.0,12.0,5.0,3.6,78.98,201.2280572178327,16.97226794779382,16.368583776140323
+1999,5,20,8,30,66.0,302.0,346.0,14.0,4.0,3.5,64.58,339.22718148835463,22.43761459880179,21.419933054336727
+1999,5,20,9,30,160.0,409.0,537.0,15.0,4.0,3.4000000000000004,54.96,532.5128118542647,28.332903726114605,26.73536529055181
+1999,5,20,10,30,421.0,441.0,816.0,17.0,4.0,3.4000000000000004,51.12000000000001,828.2125197119848,37.73654857548242,35.25191101634647
+1999,5,20,11,30,18.0,272.0,289.0,18.0,4.0,3.6,48.19,283.86442187225305,25.014180755452553,24.162587489835794
+1999,5,20,12,30,373.0,459.0,808.0,18.0,4.0,3.7,46.08,820.8801207947984,38.15047478847298,35.687834426088585
+1999,5,20,13,30,206.0,444.0,626.0,18.0,4.0,3.8,46.78,626.6104951751607,33.28077515777696,31.400943672251472
+1999,5,20,14,30,200.0,401.0,559.0,17.0,4.0,3.7,50.16,555.2742557950389,30.63054069484896,28.964717927463845
+1999,5,20,15,30,170.0,316.0,427.0,16.0,4.0,3.5,54.12000000000001,419.45337774379226,26.433084778288148,25.17472464505677
+1999,5,20,16,30,77.0,219.0,257.0,15.0,5.0,3.2,62.51,248.56399162051918,21.306260323062048,20.56056834820049
+1999,5,20,17,30,0.0,30.0,30.0,14.0,5.0,2.8000000000000003,68.1,29.32154198384147,14.76388666744208,14.675922041490555
+1999,5,20,18,30,0.0,24.0,24.0,12.0,5.0,2.2,75.97,23.457233587073173,12.635998329981616,12.565626629220397
+1999,5,20,19,30,0.0,0.0,0.0,10.0,6.0,1.7000000000000002,90.09,0.0,10.0,10.0
+1999,5,20,20,30,0.0,0.0,0.0,10.0,6.0,1.4,96.57,0.0,10.0,10.0
+1999,5,20,21,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
+1999,5,20,22,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,5,20,23,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
+1999,5,21,0,30,0.0,0.0,0.0,7.0,4.0,1.6,100.0,0.0,7.0,7.0
+1999,5,21,1,30,0.0,0.0,0.0,7.0,4.0,2.0,100.0,0.0,7.0,7.0
+1999,5,21,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,5,21,3,30,0.0,0.0,0.0,6.0,4.0,2.9000000000000004,100.0,0.0,6.0,6.0
+1999,5,21,4,30,0.0,0.0,0.0,7.0,4.0,3.6,100.0,0.0,7.0,7.0
+1999,5,21,5,30,266.0,51.0,87.0,9.0,4.0,4.6000000000000005,92.47,53.54091343970274,10.23898784133018,10.078365101011073
+1999,5,21,6,30,572.0,91.0,276.0,13.0,5.0,5.1000000000000005,72.84,229.15313960075713,18.132951254003046,17.445491835200777
+1999,5,21,7,30,733.0,113.0,483.0,17.0,5.0,4.800000000000002,51.78,453.7155700617934,27.3633603227774,26.00221361259202
+1999,5,21,8,30,819.0,129.0,675.0,20.0,2.0,3.8,36.49,672.9826913318348,36.41162615452635,34.39267808053085
+1999,5,21,9,30,866.0,141.0,833.0,22.0,1.0,2.8000000000000003,29.18,856.4396546141194,44.312020083696645,41.74270111985429
+1999,5,21,10,30,892.0,148.0,943.0,24.0,0.0,2.2,26.3,986.174274056789,50.73824213084494,47.77971930867457
+1999,5,21,11,30,448.0,476.0,897.0,25.0,0.0,2.1,24.54,913.5922102251469,49.93616003304268,47.19538340236724
+1999,5,21,12,30,409.0,491.0,874.0,25.0,0.0,2.3000000000000003,23.17,888.0964885096065,48.91903937025689,46.25474990472807
+1999,5,21,13,30,406.0,432.0,791.0,25.0,0.0,2.7,23.34,801.9913158287588,46.032706439857705,43.62673249237143
+1999,5,21,14,30,33.0,326.0,353.0,24.0,1.0,3.0,25.47,345.5983279989926,32.88493999039389,31.84814500639691
+1999,5,21,15,30,327.0,294.0,508.0,23.0,1.0,3.3000000000000003,28.32,500.30376214702267,35.6094652429229,34.108553956481835
+1999,5,21,16,30,219.0,216.0,323.0,21.0,3.0,3.2,35.68,309.4808516051814,28.8517680799269,27.923325525111355
+1999,5,21,17,30,387.0,114.0,233.0,19.0,5.0,3.0,47.45,198.40938329880836,24.100879608844952,23.505651458948527
+1999,5,21,18,30,200.0,47.0,71.0,17.0,7.0,2.9000000000000004,61.12000000000001,46.11800457899391,18.193525635774286,18.055171622037303
+1999,5,21,19,30,0.0,0.0,0.0,15.0,6.0,2.9000000000000004,65.17,0.0,15.0,15.0
+1999,5,21,20,30,0.0,0.0,0.0,14.0,6.0,2.6,72.63,0.0,14.0,14.0
+1999,5,21,21,30,0.0,0.0,0.0,12.0,5.0,2.2,75.17,0.0,12.0,12.0
+1999,5,21,22,30,0.0,0.0,0.0,11.0,5.0,1.9,76.7,0.0,11.0,11.0
+1999,5,21,23,30,0.0,0.0,0.0,10.0,4.0,1.8,77.51,0.0,10.0,10.0
+1999,5,22,0,30,0.0,0.0,0.0,10.0,3.0,2.0,72.94,0.0,10.0,10.0
+1999,5,22,1,30,0.0,0.0,0.0,10.0,2.0,2.1,69.35000000000001,0.0,10.0,10.0
+1999,5,22,2,30,0.0,0.0,0.0,10.0,1.0,2.1,70.42,0.0,10.0,10.0
+1999,5,22,3,30,0.0,0.0,0.0,9.0,1.0,2.0,65.99,0.0,9.0,9.0
+1999,5,22,4,30,0.0,0.0,0.0,9.0,0.0,1.9,62.87000000000001,0.0,9.0,9.0
+1999,5,22,5,30,373.0,43.0,94.0,12.0,1.0,2.4000000000000004,54.81,47.57157039558531,13.272734700481625,13.130019989294869
+1999,5,22,6,30,648.0,75.0,286.0,16.0,1.0,2.6,44.12,232.59569317107517,22.14063110947818,21.442844029964952
+1999,5,22,7,30,785.0,95.0,492.0,19.0,1.0,1.9,34.44,460.80364727006685,31.746655957303332,30.364245015493132
+1999,5,22,8,30,864.0,107.0,684.0,22.0,0.0,1.2000000000000002,27.55,681.7014485729422,41.76329448424224,39.71819013852341
+1999,5,22,9,30,910.0,115.0,843.0,24.0,0.0,0.9,24.26,867.5746537593812,49.66507734246376,47.062353381185616
+1999,5,22,10,30,417.0,443.0,815.0,25.0,0.0,1.0,22.87,826.3633490695894,49.28180642923289,46.802716382024116
+1999,5,22,11,30,20.0,322.0,341.0,26.0,0.0,1.3,21.58,334.73418380644216,35.639315015072214,34.63511246365289
+1999,5,22,12,30,472.0,462.0,905.0,25.0,0.0,1.9,23.29,922.6437592519712,50.521982388835646,47.75405111107973
+1999,5,22,13,30,237.0,462.0,672.0,24.0,1.0,2.8000000000000003,25.92,673.2770126226424,41.540255342679245,39.52042430481132
+1999,5,22,14,30,0.0,42.0,42.0,23.0,2.0,3.8,29.33,41.05015877737806,24.0010656560944,23.877915179762265
+1999,5,22,15,30,59.0,291.0,330.0,22.0,3.0,4.1000000000000005,35.94,322.88219991835706,29.72030086078265,28.75165426102758
+1999,5,22,16,30,66.0,209.0,241.0,20.0,4.0,4.0,41.06,233.97746744386214,25.631369574841315,24.92943717250973
+1999,5,22,17,30,122.0,124.0,162.0,17.0,6.0,3.9,55.5,148.77212262898695,20.60424323289684,20.15792686500988
+1999,5,22,18,30,0.0,29.0,29.0,14.0,8.0,3.8,76.88,28.344157251046756,14.691212000636607,14.606179528883468
+1999,5,22,19,30,0.0,0.0,0.0,12.0,9.0,3.8,94.7,0.0,12.0,12.0
+1999,5,22,20,30,0.0,0.0,0.0,11.0,9.0,3.5,100.0,0.0,11.0,11.0
+1999,5,22,21,30,0.0,0.0,0.0,11.0,9.0,2.6,100.0,0.0,11.0,11.0
+1999,5,22,22,30,0.0,0.0,0.0,11.0,8.0,1.8,100.0,0.0,11.0,11.0
+1999,5,22,23,30,0.0,0.0,0.0,10.0,8.0,1.1,100.0,0.0,10.0,10.0
+1999,5,23,0,30,0.0,0.0,0.0,10.0,8.0,0.5,100.0,0.0,10.0,10.0
+1999,5,23,1,30,0.0,0.0,0.0,10.0,7.0,0.30000000000000004,100.0,0.0,10.0,10.0
+1999,5,23,2,30,0.0,0.0,0.0,9.0,6.0,0.30000000000000004,100.0,0.0,9.0,9.0
+1999,5,23,3,30,0.0,0.0,0.0,8.0,6.0,0.4,100.0,0.0,8.0,8.0
+1999,5,23,4,30,0.0,0.0,0.0,8.0,6.0,0.5,100.0,0.0,8.0,8.0
+1999,5,23,5,30,315.0,49.0,92.0,10.0,7.0,0.4,95.29,52.85615173255744,11.617309995614193,11.45874154041652
+1999,5,23,6,30,0.0,74.0,74.0,12.0,7.0,0.6000000000000001,84.77,72.32647022680895,14.183351328494739,13.966371917814312
+1999,5,23,7,30,7.0,156.0,160.0,15.0,7.0,1.4,67.45,155.75909294699966,19.455359773651697,18.988082494810698
+1999,5,23,8,30,72.0,307.0,355.0,18.0,5.0,2.2,54.0,348.1604174146138,27.4397083620049,26.39522710976106
+1999,5,23,9,30,65.0,378.0,430.0,19.0,5.0,2.5,47.53,423.3923302532248,30.25233443638951,28.982157445629838
+1999,5,23,10,30,40.0,396.0,432.0,20.0,6.0,2.6,45.38,424.77809630513843,31.214333151378504,29.93999886246309
+1999,5,23,11,30,216.0,500.0,704.0,21.0,6.0,2.7,43.52,704.8433704182107,39.48494292081772,37.37041280956309
+1999,5,23,12,30,40.0,419.0,456.0,22.0,6.0,2.8000000000000003,41.58,449.44350446183455,33.70893062227216,32.36060010888666
+1999,5,23,13,30,10.0,162.0,172.0,22.0,6.0,2.9000000000000004,42.02,167.70204679356158,26.340098706506115,25.83699256612543
+1999,5,23,14,30,184.0,404.0,550.0,22.0,6.0,3.0,44.67,545.3516498878907,36.020370732031814,34.38431578236814
+1999,5,23,15,30,0.0,56.0,56.0,21.0,6.0,3.2,47.16,54.733545036504076,22.38863228400031,22.224431648890796
+1999,5,23,16,30,0.0,42.0,42.0,20.0,6.0,3.1,49.96,41.05015877737806,21.048387533571226,20.92523705723909
+1999,5,23,17,30,0.0,92.0,92.0,18.0,6.0,2.4000000000000004,57.5,89.91939541711383,20.405712778494056,20.135954592242715
+1999,5,23,18,30,0.0,18.0,18.0,15.0,8.0,1.7000000000000002,73.44,17.592925190304882,15.493209039815092,15.440430264244178
+1999,5,23,19,30,0.0,0.0,0.0,13.0,8.0,1.6,83.7,0.0,13.0,13.0
+1999,5,23,20,30,0.0,0.0,0.0,13.0,8.0,1.6,83.09,0.0,13.0,13.0
+1999,5,23,21,30,0.0,0.0,0.0,12.0,8.0,1.5,89.08,0.0,12.0,12.0
+1999,5,23,22,30,0.0,0.0,0.0,12.0,8.0,1.4,88.41,0.0,12.0,12.0
+1999,5,23,23,30,0.0,0.0,0.0,11.0,7.0,1.4,93.13,0.0,11.0,11.0
+1999,5,24,0,30,0.0,0.0,0.0,11.0,7.0,1.3,98.18,0.0,11.0,11.0
+1999,5,24,1,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,96.33,0.0,10.0,10.0
+1999,5,24,2,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.04,0.0,10.0,10.0
+1999,5,24,3,30,0.0,0.0,0.0,9.0,6.0,1.5,97.97,0.0,9.0,9.0
+1999,5,24,4,30,0.0,0.0,0.0,10.0,6.0,2.4000000000000004,94.82,0.0,10.0,10.0
+1999,5,24,5,30,176.0,48.0,72.0,12.0,6.0,3.3000000000000003,81.73,49.83434049682966,13.256005714812309,13.10650269332182
+1999,5,24,6,30,560.0,90.0,274.0,14.0,6.0,3.6,68.75,226.2950537125598,19.59166379617329,18.91277863503561
+1999,5,24,7,30,153.0,230.0,308.0,16.0,6.0,3.8,61.34,296.6201622564508,23.23349838792138,22.34363790115203
+1999,5,24,8,30,728.0,164.0,653.0,17.0,6.0,3.8,57.67,646.7711305805101,32.77242050849989,30.83210711675836
+1999,5,24,9,30,518.0,334.0,749.0,18.0,6.0,3.7,54.5,756.2997729980609,36.565194992868975,34.296295673874795
+1999,5,24,10,30,0.0,101.0,101.0,19.0,6.0,3.5,54.91,98.71585801226628,21.45536445824621,21.15921688420941
+1999,5,24,11,30,0.0,65.0,65.0,19.0,7.0,3.2,52.18,63.53000763165652,20.611805329643218,20.42121530674825
+1999,5,24,12,30,31.0,395.0,425.0,19.0,7.0,2.9000000000000004,56.57,417.0145101340187,29.79226026534353,28.54121673494147
+1999,5,24,13,30,784.0,201.0,898.0,18.0,7.0,2.8000000000000003,57.92,930.1996826763414,42.23362100284119,39.44302195481217
+1999,5,24,14,30,515.0,303.0,711.0,17.0,8.0,2.8000000000000003,63.42,717.5443287093078,35.693510262924676,33.54087727679675
+1999,5,24,15,30,144.0,319.0,414.0,16.0,8.0,2.9000000000000004,73.85000000000002,405.84691056384224,26.503244803838967,25.28570407214744
+1999,5,24,16,30,0.0,106.0,106.0,15.0,8.0,2.7,81.22,103.60278167623987,17.717045497054098,17.40623715202538
+1999,5,24,17,30,0.0,10.0,10.0,13.0,9.0,2.3000000000000003,90.11,9.773847327947157,13.263238332839686,13.233916790855844
+1999,5,24,18,30,0.0,5.0,5.0,12.0,9.0,2.0,99.65,4.886923663973579,12.134280558703624,12.119619787711704
+1999,5,24,19,30,0.0,0.0,0.0,11.0,9.0,1.8,100.0,0.0,11.0,11.0
+1999,5,24,20,30,0.0,0.0,0.0,11.0,9.0,1.4,100.0,0.0,11.0,11.0
+1999,5,24,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
+1999,5,24,22,30,0.0,0.0,0.0,11.0,8.0,0.4,100.0,0.0,11.0,11.0
+1999,5,24,23,30,0.0,0.0,0.0,10.0,8.0,0.4,100.0,0.0,10.0,10.0
+1999,5,25,0,30,0.0,0.0,0.0,10.0,8.0,0.7000000000000001,100.0,0.0,10.0,10.0
+1999,5,25,1,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
+1999,5,25,2,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
+1999,5,25,3,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
+1999,5,25,4,30,0.0,0.0,0.0,8.0,4.0,1.1,100.0,0.0,8.0,8.0
+1999,5,25,5,30,0.0,5.0,5.0,8.0,4.0,1.7000000000000002,100.0,4.886923663973579,8.137002511059746,8.122341740067826
+1999,5,25,6,30,0.0,16.0,16.0,8.0,6.0,2.1,100.0,15.63815572471545,8.426837651863346,8.3799231846892
+1999,5,25,7,30,0.0,43.0,43.0,9.0,5.0,2.1,99.86,42.02754351017277,10.147126189382746,10.021043558852227
+1999,5,25,8,30,0.0,54.0,54.0,9.0,5.0,1.7000000000000002,91.07,52.77877557091465,10.479627119445276,10.321290792732531
+1999,5,25,9,30,1.0,115.0,116.0,11.0,5.0,1.1,84.7,113.23050762076888,14.304835622281766,13.96514409941946
+1999,5,25,10,30,20.0,308.0,326.0,12.0,5.0,0.4,79.56,319.8968961686558,21.7883109303404,20.828620241834432
+1999,5,25,11,30,14.0,202.0,216.0,13.0,5.0,0.2,73.32000000000002,211.44474294779448,19.55804873024673,18.923714501403346
+1999,5,25,12,30,21.0,330.0,350.0,13.0,5.0,0.4,67.21000000000001,343.4989614929085,23.510494723802996,22.47999783932427
+1999,5,25,13,30,122.0,464.0,573.0,13.0,4.0,0.5,65.77,567.7105295584713,30.253924956398155,28.55079336772274
+1999,5,25,14,30,0.0,50.0,50.0,14.0,4.0,0.5,64.4,48.86923663973578,15.485239567978843,15.338631858059635
+1999,5,25,15,30,348.0,292.0,522.0,14.0,4.0,0.5,62.82,512.9418389658139,29.58938849239978,28.050562975502338
+1999,5,25,16,30,431.0,183.0,398.0,13.0,3.0,0.7000000000000001,61.23,374.0972699813032,24.217045414177413,23.094753604233503
+1999,5,25,17,30,98.0,127.0,158.0,12.0,3.0,0.8,64.22,146.6451998247989,16.367486545580267,15.92755094610587
+1999,5,25,18,30,341.0,42.0,86.0,11.0,5.0,0.8,81.98,41.38184936305556,12.23246223224697,12.108316684157803
+1999,5,25,19,30,0.0,0.0,0.0,9.0,4.0,1.0,90.68,0.0,9.0,9.0
+1999,5,25,20,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,93.78,0.0,8.0,8.0
+1999,5,25,21,30,0.0,0.0,0.0,7.0,3.0,1.5,98.64,0.0,7.0,7.0
+1999,5,25,22,30,0.0,0.0,0.0,6.0,3.0,1.6,96.67,0.0,6.0,6.0
+1999,5,25,23,30,0.0,0.0,0.0,6.0,3.0,1.6,94.12,0.0,6.0,6.0
+1999,5,26,0,30,0.0,0.0,0.0,6.0,2.0,1.6,91.99,0.0,6.0,6.0
+1999,5,26,1,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,90.72,0.0,6.0,6.0
+1999,5,26,2,30,0.0,0.0,0.0,6.0,2.0,1.9,90.45,0.0,6.0,6.0
+1999,5,26,3,30,0.0,0.0,0.0,6.0,2.0,2.0,96.74,0.0,6.0,6.0
+1999,5,26,4,30,0.0,0.0,0.0,6.0,2.0,2.2,90.45,0.0,6.0,6.0
+1999,5,26,5,30,397.0,38.0,95.0,9.0,3.0,2.5,82.32000000000002,44.32994407865436,10.17813980244075,10.045149970204788
+1999,5,26,6,30,598.0,76.0,273.0,12.0,3.0,2.4000000000000004,66.04,222.56054828696966,17.95440786182937,17.28672621696846
+1999,5,26,7,30,814.0,85.0,502.0,15.0,4.0,2.0,54.88,465.573269292904,27.792800341655184,26.396080533776473
+1999,5,26,8,30,885.0,97.0,692.0,17.0,3.0,2.5,45.99,686.2740994049286,35.23884168359344,33.18001938537866
+1999,5,26,9,30,924.0,106.0,849.0,18.0,3.0,2.9000000000000004,42.7,870.2341266025402,40.52150214883463,37.91079976902701
+1999,5,26,10,30,945.0,113.0,960.0,19.0,3.0,3.2,40.37,1001.5309366872888,44.409612901585035,41.40502009152317
+1999,5,26,11,30,952.0,117.0,1016.0,20.0,3.0,3.2,38.59,1066.734379240741,47.06387456684527,43.86367142912305
+1999,5,26,12,30,949.0,119.0,1012.0,21.0,3.0,3.1,39.07,1063.5051539887522,48.161053173440806,44.97053771147455
+1999,5,26,13,30,934.0,118.0,950.0,21.0,4.0,2.9000000000000004,39.46,989.7851468787889,46.61546097869402,43.646105538057654
+1999,5,26,14,30,904.0,113.0,833.0,20.0,3.0,2.8000000000000003,39.44,850.8765663221149,42.16709015544092,39.614460456474575
+1999,5,26,15,30,576.0,222.0,603.0,19.0,3.0,2.7,41.71,593.9890378603465,34.5777211239501,32.79575401036906
+1999,5,26,16,30,75.0,216.0,253.0,18.0,3.0,2.4000000000000004,44.48,245.1566638599811,24.558946668236608,23.823476676656664
+1999,5,26,17,30,35.0,119.0,130.0,17.0,4.0,1.6,51.8,124.39318368022732,20.510745692680853,20.13756614164017
+1999,5,26,18,30,0.0,38.0,38.0,14.0,7.0,0.8,73.53,37.14061984619919,15.106147065615406,14.99472520607681
+1999,5,26,19,30,0.0,0.0,0.0,12.0,7.0,0.6000000000000001,82.49,0.0,12.0,12.0
+1999,5,26,20,30,0.0,0.0,0.0,11.0,6.0,0.7000000000000001,84.98,0.0,11.0,11.0
+1999,5,26,21,30,0.0,0.0,0.0,10.0,6.0,0.9,91.09,0.0,10.0,10.0
+1999,5,26,22,30,0.0,0.0,0.0,10.0,6.0,1.2000000000000002,92.13,0.0,10.0,10.0
+1999,5,26,23,30,0.0,0.0,0.0,10.0,6.0,1.5,98.23,0.0,10.0,10.0
+1999,5,27,0,30,0.0,0.0,0.0,10.0,6.0,1.8,98.76,0.0,10.0,10.0
+1999,5,27,1,30,0.0,0.0,0.0,10.0,6.0,2.2,99.9,0.0,10.0,10.0
+1999,5,27,2,30,0.0,0.0,0.0,10.0,7.0,2.6,100.0,0.0,10.0,10.0
+1999,5,27,3,30,0.0,0.0,0.0,9.0,7.0,2.6,100.0,0.0,9.0,9.0
+1999,5,27,4,30,0.0,0.0,0.0,9.0,7.0,2.7,100.0,0.0,9.0,9.0
+1999,5,27,5,30,0.0,20.0,20.0,9.0,7.0,2.8000000000000003,100.0,19.547694655894315,9.50925777829472,9.450614694327037
+1999,5,27,6,30,0.0,81.0,81.0,10.0,7.0,2.6,96.43,79.16816335637198,12.09007518651185,11.852570696442735
+1999,5,27,7,30,0.0,90.0,90.0,12.0,7.0,1.9,91.31,87.96462595152441,14.433259437201926,14.169365559347353
+1999,5,27,8,30,0.0,94.0,94.0,13.0,7.0,1.4,79.09,91.87416488270327,15.627984348852902,15.352361854204792
+1999,5,27,9,30,0.0,92.0,92.0,14.0,6.0,1.4,71.4,89.91939541711383,16.57206978823901,16.302311601987668
+1999,5,27,10,30,378.0,421.0,760.0,15.0,6.0,1.6,64.97,767.8534822746678,36.67110950737953,34.36754906055553
+1999,5,27,11,30,369.0,462.0,811.0,16.0,6.0,1.9,59.92,820.6583977371679,38.70088424082442,36.23890904761292
+1999,5,27,12,30,58.0,429.0,484.0,16.0,6.0,2.1,59.56,477.1905426216721,29.024738613014232,27.593166985149217
+1999,5,27,13,30,0.0,67.0,67.0,15.0,6.0,2.0,63.56,65.48477709724594,16.79935948662856,16.602905155336824
+1999,5,27,14,30,0.0,27.0,27.0,14.0,6.0,1.8,68.26,26.389387785457323,14.734877253537,14.655709090180629
+1999,5,27,15,30,0.0,116.0,117.0,13.0,6.0,1.4,74.05,113.38416742658879,16.2432601459313,15.903107643651532
+1999,5,27,16,30,0.0,8.0,8.0,12.0,6.0,1.0,80.77,7.819077862357725,12.22975527087768,12.206298037290606
+1999,5,27,17,30,194.0,127.0,189.0,11.0,7.0,0.7000000000000001,88.23,169.18434412271787,16.072874419765725,15.565321387397573
+1999,5,27,18,30,32.0,49.0,53.0,10.0,7.0,0.6000000000000001,96.06,47.98409927664473,11.448517348817784,11.30456505098785
+1999,5,27,19,30,0.0,0.0,0.0,9.0,7.0,0.8,100.0,0.0,9.0,9.0
+1999,5,27,20,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
+1999,5,27,21,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,5,27,22,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
+1999,5,27,23,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,5,28,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,5,28,1,30,0.0,0.0,0.0,6.0,4.0,1.5,100.0,0.0,6.0,6.0
+1999,5,28,2,30,0.0,0.0,0.0,6.0,4.0,1.6,100.0,0.0,6.0,6.0
+1999,5,28,3,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,100.0,0.0,6.0,6.0
+1999,5,28,4,30,0.0,0.0,0.0,7.0,3.0,1.9,99.55,0.0,7.0,7.0
+1999,5,28,5,30,352.0,49.0,100.0,9.0,4.0,2.5,84.85000000000002,54.69253562067656,10.45354239555999,10.28946478869796
+1999,5,28,6,30,631.0,81.0,291.0,12.0,5.0,2.8000000000000003,72.84,236.0853814401104,18.150511298466544,17.442255154146213
+1999,5,28,7,30,774.0,99.0,497.0,15.0,4.0,2.7,57.36,460.66792173030586,27.08129436414207,25.699290598951155
+1999,5,28,8,30,856.0,110.0,688.0,18.0,3.0,2.8000000000000003,42.34,679.5468125130571,35.70359656622257,33.6649561286834
+1999,5,28,9,30,905.0,117.0,847.0,20.0,2.0,3.0,37.4,864.9792945396713,42.237633988034275,39.642696104415265
+1999,5,28,10,30,934.0,122.0,960.0,21.0,1.0,3.1,34.13,999.6398784493787,46.52998618861666,43.53106655326852
+1999,5,28,11,30,946.0,123.0,1017.0,22.0,1.0,3.2,31.82,1066.3623908346012,49.05443693385996,45.85534976135616
+1999,5,28,12,30,945.0,123.0,1014.0,23.0,1.0,3.2,30.09,1063.4187199871299,49.97975373236912,46.78949757240773
+1999,5,28,13,30,931.0,120.0,951.0,23.0,2.0,3.1,28.72,989.263378599975,48.26497885592362,45.2971887201237
+1999,5,28,14,30,901.0,115.0,834.0,22.0,2.0,2.9000000000000004,31.05,851.110430558427,44.026584346389185,41.47325305471391
+1999,5,28,15,30,852.0,106.0,673.0,22.0,2.0,2.6,33.6,662.4275745744006,39.488386464730944,37.50110374100774
+1999,5,28,16,30,776.0,92.0,482.0,21.0,2.0,2.3000000000000003,36.4,443.6637953900831,32.94916535128064,31.618173965110394
+1999,5,28,17,30,641.0,73.0,279.0,19.0,3.0,1.6,43.31,221.01444089039802,25.237685003471515,24.574641680800323
+1999,5,28,18,30,368.0,42.0,92.0,16.0,7.0,1.2000000000000002,68.41,42.67814728869687,17.2372876640853,17.10925322221921
+1999,5,28,19,30,0.0,0.0,0.0,14.0,6.0,1.5,72.58,0.0,14.0,14.0
+1999,5,28,20,30,0.0,0.0,0.0,12.0,5.0,1.9,74.15,0.0,12.0,12.0
+1999,5,28,21,30,0.0,0.0,0.0,12.0,5.0,2.2,78.56,0.0,12.0,12.0
+1999,5,28,22,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,83.17,0.0,11.0,11.0
+1999,5,28,23,30,0.0,0.0,0.0,10.0,5.0,2.3000000000000003,81.54,0.0,10.0,10.0
+1999,5,29,0,30,0.0,0.0,0.0,10.0,4.0,2.2,85.15,0.0,10.0,10.0
+1999,5,29,1,30,0.0,0.0,0.0,9.0,4.0,2.2,82.83,0.0,9.0,9.0
+1999,5,29,2,30,0.0,0.0,0.0,8.0,3.0,2.2,86.54,0.0,8.0,8.0
+1999,5,29,3,30,0.0,0.0,0.0,8.0,3.0,2.3000000000000003,84.55,0.0,8.0,8.0
+1999,5,29,4,30,0.0,0.0,0.0,9.0,3.0,2.5,76.87,0.0,9.0,9.0
+1999,5,29,5,30,443.0,41.0,107.0,12.0,4.0,3.2,66.52,48.86786930773634,13.239815563303496,13.093211955380287
+1999,5,29,6,30,692.0,68.0,299.0,16.0,4.0,3.4000000000000004,52.07,238.73441294766502,21.97736406164218,21.261160822799187
+1999,5,29,7,30,809.0,86.0,502.0,19.0,3.0,2.8000000000000003,41.5,464.460555840393,31.100155795173887,29.706774127652707
+1999,5,29,8,30,779.0,145.0,671.0,22.0,3.0,1.9,32.79,662.2215570795713,40.318236857738796,38.33157218650008
+1999,5,29,9,30,11.0,182.0,192.0,23.0,3.0,1.3,31.06,187.01410375792452,28.385431024357008,27.824388713083234
+1999,5,29,10,30,18.0,282.0,299.0,24.0,3.0,1.1,31.63,292.59232906403383,32.53983234920908,31.66205536201698
+1999,5,29,11,30,178.0,508.0,676.0,23.0,3.0,1.3,32.44,674.5121308301927,42.42387489865533,40.40033850616475
+1999,5,29,12,30,0.0,45.0,45.0,22.0,4.0,2.1,36.23,43.982312975762206,23.200480895865663,23.068533956938378
+1999,5,29,13,30,828.0,173.0,914.0,21.0,5.0,3.2,43.88,944.7557586703374,44.96918281302378,42.134915537012766
+1999,5,29,14,30,15.0,239.0,252.0,19.0,6.0,3.7,52.65,245.90707650209083,25.036380002191763,24.29865877268549
+1999,5,29,15,30,4.0,133.0,136.0,17.0,6.0,3.2,57.59,132.6210134456901,20.364697475464077,19.966834435127005
+1999,5,29,16,30,19.0,179.0,189.0,17.0,6.0,2.2,57.59,183.63463453643763,21.978904288028247,21.428000384418933
+1999,5,29,17,30,0.0,12.0,12.0,16.0,7.0,1.4,63.64,11.728616793536586,16.33548736368335,16.30030151330274
+1999,5,29,18,30,331.0,47.0,92.0,14.0,9.0,0.9,82.13,47.880905269210345,15.416439647742736,15.272796931935105
+1999,5,29,19,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,92.08,0.0,12.0,12.0
+1999,5,29,20,30,0.0,0.0,0.0,11.0,8.0,0.8,96.44,0.0,11.0,11.0
+1999,5,29,21,30,0.0,0.0,0.0,10.0,7.0,1.0,98.66,0.0,10.0,10.0
+1999,5,29,22,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.44,0.0,10.0,10.0
+1999,5,29,23,30,0.0,0.0,0.0,10.0,6.0,1.4,97.03,0.0,10.0,10.0
+1999,5,30,0,30,0.0,0.0,0.0,9.0,5.0,1.6,93.33,0.0,9.0,9.0
+1999,5,30,1,30,0.0,0.0,0.0,8.0,5.0,1.9,95.33,0.0,8.0,8.0
+1999,5,30,2,30,0.0,0.0,0.0,8.0,4.0,2.2,90.58,0.0,8.0,8.0
+1999,5,30,3,30,0.0,0.0,0.0,8.0,3.0,2.4000000000000004,92.01,0.0,8.0,8.0
+1999,5,30,4,30,0.0,0.0,0.0,9.0,3.0,2.8000000000000003,82.24,0.0,9.0,9.0
+1999,5,30,5,30,370.0,48.0,104.0,11.0,3.0,3.4000000000000004,68.16,54.42875584227228,12.36277164684597,12.199485379319153
+1999,5,30,6,30,657.0,77.0,298.0,15.0,3.0,3.5,53.22,238.96377922710622,20.94375799529112,20.2268666576098
+1999,5,30,7,30,797.0,93.0,504.0,18.0,2.0,2.9000000000000004,40.21,465.67260007150594,30.051522851796673,28.654505051582156
+1999,5,30,8,30,870.0,105.0,694.0,21.0,0.0,2.2,29.43,683.8222135893612,39.54054035113656,37.48907371036848
+1999,5,30,9,30,312.0,391.0,643.0,22.0,0.0,1.4,27.61,640.8152681497512,40.32998969137374,38.407543886924486
+1999,5,30,10,30,387.0,432.0,781.0,23.0,0.0,0.7000000000000001,26.26,786.8740472155046,46.593868844044295,44.23324670239778
+1999,5,30,11,30,51.0,448.0,496.0,24.0,0.0,0.30000000000000004,24.84,488.86005895066165,39.0598699303673,37.593289753515315
+1999,5,30,12,30,368.0,468.0,816.0,25.0,0.0,0.30000000000000004,23.39,824.7147055898308,50.40624043310832,47.93209631633883
+1999,5,30,13,30,398.0,442.0,798.0,25.0,0.0,0.30000000000000004,24.74,804.9201075287922,49.796446143996164,47.38168582140979
+1999,5,30,14,30,262.0,399.0,610.0,24.0,0.0,0.4,26.19,605.0165919468535,42.512497591938015,40.69744781609745
+1999,5,30,15,30,446.0,261.0,558.0,23.0,0.0,0.6000000000000001,27.91,548.2347597382561,39.54980655419615,37.90510227498138
+1999,5,30,16,30,744.0,105.0,481.0,22.0,1.0,0.9,30.84,443.2166818603702,35.11148310998424,33.78183306440313
+1999,5,30,17,30,468.0,96.0,249.0,20.0,2.0,0.9,38.33,204.26030328254842,26.042542228528106,25.42976131868046
+1999,5,30,18,30,191.0,51.0,77.0,17.0,6.0,0.8,58.21,51.24277929802466,18.526147118416723,18.37241878052265
+1999,5,30,19,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,63.52,0.0,15.0,15.0
+1999,5,30,20,30,0.0,0.0,0.0,14.0,5.0,0.7000000000000001,66.62,0.0,14.0,14.0
+1999,5,30,21,30,0.0,0.0,0.0,12.0,5.0,0.8,78.47,0.0,12.0,12.0
+1999,5,30,22,30,0.0,0.0,0.0,11.0,5.0,1.0,83.64,0.0,11.0,11.0
+1999,5,30,23,30,0.0,0.0,0.0,10.0,4.0,1.1,80.3,0.0,10.0,10.0
+1999,5,31,0,30,0.0,0.0,0.0,10.0,4.0,1.2000000000000002,82.29,0.0,10.0,10.0
+1999,5,31,1,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.97,0.0,9.0,9.0
+1999,5,31,2,30,0.0,0.0,0.0,8.0,3.0,1.3,90.3,0.0,8.0,8.0
+1999,5,31,3,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,88.25,0.0,7.0,7.0
+1999,5,31,4,30,0.0,0.0,0.0,7.0,3.0,1.4,87.91,0.0,7.0,7.0
+1999,5,31,5,30,0.0,12.0,12.0,9.0,3.0,1.7000000000000002,77.78,11.728616793536586,9.328806026543395,9.293620176162785
+1999,5,31,6,30,271.0,128.0,220.0,11.0,3.0,1.8,69.85000000000001,192.6765031059566,16.36554999209372,15.78752048277585
+1999,5,31,7,30,238.0,228.0,351.0,14.0,4.0,1.5,58.42,334.75129496957777,23.51124111623286,22.506987231324125
+1999,5,31,8,30,796.0,134.0,673.0,16.0,3.0,1.3,53.55,662.5945719363466,35.08068585509208,33.09290213928304
+1999,5,31,9,30,594.0,301.0,781.0,17.0,3.0,1.8,48.82,786.4985320293936,38.90198142630488,36.5424858302167
+1999,5,31,10,30,237.0,470.0,684.0,18.0,3.0,2.4000000000000004,42.67,682.6273208603766,36.26308174254494,34.21519977996381
+1999,5,31,11,30,934.0,125.0,1010.0,20.0,3.0,2.9000000000000004,39.46,1055.9227986121427,47.327091469958255,44.15932307412183
+1999,5,31,12,30,104.0,496.0,594.0,21.0,2.0,3.7,35.56,588.5808369173961,35.44813074995527,33.68238823920308
+1999,5,31,13,30,390.0,438.0,788.0,21.0,1.0,4.4,31.75,793.5959293839164,39.60613117870466,37.22534339055291
+1999,5,31,14,30,877.0,128.0,832.0,20.0,1.0,4.6000000000000005,32.68,845.269473900054,39.56034242839656,37.0245340066964
+1999,5,31,15,30,818.0,123.0,671.0,19.0,1.0,4.7,34.99,658.4420953112245,34.13788822392574,32.162561937992066
+1999,5,31,16,30,0.0,75.0,75.0,17.0,1.0,4.6000000000000005,44.02,73.30385495960367,18.696321171656205,18.476409606777395
+1999,5,31,17,30,0.0,101.0,101.0,14.0,2.0,4.1000000000000005,53.36,98.71585801226628,16.360353478072508,16.06420590403571
+1999,5,31,18,30,175.0,54.0,79.0,11.0,3.0,3.0,68.18,54.315793625493605,12.396397284927074,12.233449904050593
+1999,5,31,19,30,0.0,0.0,0.0,9.0,4.0,1.9,82.58,0.0,9.0,9.0
+1999,5,31,20,30,0.0,0.0,0.0,8.0,3.0,1.2000000000000002,93.05,0.0,8.0,8.0
+1999,5,31,21,30,0.0,0.0,0.0,7.0,3.0,1.0,88.93,0.0,7.0,7.0
+1999,5,31,22,30,0.0,0.0,0.0,7.0,2.0,1.1,83.32000000000002,0.0,7.0,7.0
+1999,5,31,23,30,0.0,0.0,0.0,7.0,1.0,1.4,83.65,0.0,7.0,7.0
+1999,6,1,0,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.15,0.0,6.0,6.0
+1999,6,1,1,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,75.62,0.0,6.0,6.0
+1999,6,1,2,30,0.0,0.0,0.0,6.0,0.0,1.5,78.51,0.0,6.0,6.0
+1999,6,1,3,30,0.0,0.0,0.0,5.0,0.0,1.3,76.9,0.0,5.0,5.0
+1999,6,1,4,30,0.0,0.0,0.0,6.0,0.0,1.3,75.75,0.0,6.0,6.0
+1999,6,1,5,30,575.0,32.0,119.0,8.0,0.0,1.9,66.5,43.34590954327386,9.1990256574091,9.06898792877928
+1999,6,1,6,30,794.0,48.0,316.0,11.0,0.0,2.4000000000000004,50.18,244.9508030123779,17.553439045889135,16.818586636852
+1999,6,1,7,30,894.0,58.0,521.0,14.0,-1.0,2.1,40.49,476.97599950166097,27.018882738243516,25.58795473973853
+1999,6,1,8,30,948.0,66.0,709.0,17.0,0.0,1.7000000000000002,36.78,697.4599171843597,36.5529471274953,34.46056737594222
+1999,6,1,9,30,979.0,72.0,864.0,19.0,0.0,1.3,31.61,881.5154561391729,44.38493402661861,41.74038765820109
+1999,6,1,10,30,996.0,77.0,974.0,21.0,0.0,1.2000000000000002,30.89,1013.2400120741761,50.37497167383006,47.335251637607534
+1999,6,1,11,30,1003.0,79.0,1030.0,22.0,1.0,1.2000000000000002,29.97,1079.7900952154066,53.30433370441435,50.06496341876813
+1999,6,1,12,30,559.0,414.0,944.0,23.0,1.0,1.2000000000000002,28.74,962.5704112189188,50.90600275026717,48.01829151661041
+1999,6,1,13,30,21.0,281.0,301.0,23.0,1.0,1.2000000000000002,27.2,294.33866154689935,31.533210041472643,30.650194056831946
+1999,6,1,14,30,583.0,285.0,753.0,23.0,1.0,1.2000000000000002,29.06,757.5463739199614,44.962124482192756,42.68948536043287
+1999,6,1,15,30,32.0,268.0,289.0,22.0,1.0,1.1,31.19,283.0131367993788,30.260246427586743,29.411207017188605
+1999,6,1,16,30,0.0,92.0,92.0,21.0,1.0,1.2000000000000002,33.74,89.91939541711383,23.60686477224537,23.33710658599403
+1999,6,1,17,30,575.0,79.0,268.0,19.0,2.0,1.3,38.16,214.2882670266857,25.17084304451723,24.527978243437172
+1999,6,1,18,30,0.0,2.0,2.0,16.0,5.0,1.4,57.35,1.9547694655894312,16.05591456061389,16.050050252217122
+1999,6,1,19,30,0.0,0.0,0.0,14.0,5.0,1.7000000000000002,69.91,0.0,14.0,14.0
+1999,6,1,20,30,0.0,0.0,0.0,12.0,4.0,1.9,69.62,0.0,12.0,12.0
+1999,6,1,21,30,0.0,0.0,0.0,11.0,4.0,2.0,71.5,0.0,11.0,11.0
+1999,6,1,22,30,0.0,0.0,0.0,10.0,3.0,2.1,74.48,0.0,10.0,10.0
+1999,6,1,23,30,0.0,0.0,0.0,9.0,3.0,2.1,76.48,0.0,9.0,9.0
+1999,6,2,0,30,0.0,0.0,0.0,9.0,2.0,2.0,78.47,0.0,9.0,9.0
+1999,6,2,1,30,0.0,0.0,0.0,8.0,1.0,1.8,74.88,0.0,8.0,8.0
+1999,6,2,2,30,0.0,0.0,0.0,8.0,1.0,1.7000000000000002,77.4,0.0,8.0,8.0
+1999,6,2,3,30,0.0,0.0,0.0,7.0,1.0,1.7000000000000002,75.39,0.0,7.0,7.0
+1999,6,2,4,30,0.0,0.0,0.0,8.0,0.0,1.9,67.63,0.0,8.0,8.0
+1999,6,2,5,30,107.0,54.0,70.0,11.0,1.0,2.8000000000000003,58.21,55.04960781413254,12.434155866710729,12.269007043268331
+1999,6,2,6,30,741.0,51.0,302.0,15.0,0.0,3.3000000000000003,41.68,234.69662700830952,20.915204291473728,20.2111144104488
+1999,6,2,7,30,848.0,75.0,514.0,18.0,0.0,3.4000000000000004,33.11,471.85217999297925,29.81410014699407,28.39854360701513
+1999,6,2,8,30,778.0,146.0,674.0,21.0,0.0,4.1000000000000005,27.37,661.9607582452132,36.82786605448392,34.84198377974828
+1999,6,2,9,30,921.0,106.0,851.0,23.0,0.0,5.0,26.39,866.4285318589062,42.53423716803627,39.93495157245955
+1999,6,2,10,30,942.0,112.0,961.0,24.0,0.0,5.9,24.17,996.3561943340478,45.1924035726479,42.203334989645754
+1999,6,2,11,30,11.0,162.0,173.0,25.0,0.0,6.6000000000000005,23.39,169.33418624394525,28.443491988747116,27.93548943001528
+1999,6,2,12,30,0.0,102.0,102.0,25.0,1.0,7.2,25.27,99.693242745061,26.95126347999807,26.652183751762887
+1999,6,2,13,30,21.0,317.0,337.0,24.0,1.0,7.4,28.0,329.5286349653361,30.368450762544516,29.379864857648506
+1999,6,2,14,30,0.0,79.0,79.0,23.0,2.0,7.3000000000000025,29.96,77.21339389078254,24.501711351299203,24.270071169626856
+1999,6,2,15,30,274.0,316.0,500.0,23.0,3.0,7.3000000000000025,32.79,489.52214259847557,32.520640412364955,31.05207398456953
+1999,6,2,16,30,142.0,231.0,304.0,21.0,3.0,6.9,36.32,291.19746096401104,26.80932737845854,25.935734995566506
+1999,6,2,17,30,571.0,80.0,270.0,19.0,4.0,5.8000000000000025,47.88,215.01258671799945,23.60287042779526,22.957832667641263
+1999,6,2,18,30,0.0,9.0,9.0,16.0,6.0,4.800000000000002,59.2,8.796462595152441,16.200920835551187,16.17453144776573
+1999,6,2,19,30,0.0,0.0,0.0,14.0,6.0,3.6,69.7,0.0,14.0,14.0
+1999,6,2,20,30,0.0,0.0,0.0,13.0,6.0,2.7,81.37,0.0,13.0,13.0
+1999,6,2,21,30,0.0,0.0,0.0,11.0,6.0,2.5,85.3,0.0,11.0,11.0
+1999,6,2,22,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.08,0.0,10.0,10.0
+1999,6,2,23,30,0.0,0.0,0.0,9.0,4.0,2.2,83.29,0.0,9.0,9.0
+1999,6,3,0,30,0.0,0.0,0.0,8.0,3.0,2.2,81.09,0.0,8.0,8.0
+1999,6,3,1,30,0.0,0.0,0.0,7.0,1.0,2.3000000000000003,80.43,0.0,7.0,7.0
+1999,6,3,2,30,0.0,0.0,0.0,6.0,0.0,2.3000000000000003,79.95,0.0,6.0,6.0
+1999,6,3,3,30,0.0,0.0,0.0,6.0,0.0,2.2,80.13,0.0,6.0,6.0
+1999,6,3,4,30,0.0,0.0,0.0,6.0,0.0,2.5,71.37,0.0,6.0,6.0
+1999,6,3,5,30,491.0,41.0,116.0,9.0,0.0,3.2,59.1,50.59464576726143,10.283625214904704,10.13184127760292
+1999,6,3,6,30,730.0,64.0,312.0,13.0,0.0,3.7,44.76,244.6499580545602,19.005521009579585,18.271571135415904
+1999,6,3,7,30,844.0,80.0,518.0,16.0,0.0,4.0,36.37,474.7181393728598,27.425515952005107,26.001361533886527
+1999,6,3,8,30,910.0,91.0,708.0,19.0,-1.0,4.3,28.77,696.0513043124182,35.426297512735516,33.33814359979826
+1999,6,3,9,30,950.0,97.0,866.0,21.0,-1.0,4.7,24.41,881.3645070029401,41.262977544349724,38.618884023340904
+1999,6,3,10,30,454.0,441.0,851.0,23.0,-2.0,5.2,22.51,858.3495325834863,42.102312866688244,39.527264268937785
+1999,6,3,11,30,980.0,104.0,1035.0,24.0,-2.0,5.7,21.11,1080.9240835406563,47.28961328974399,44.04684103912202
+1999,6,3,12,30,980.0,103.0,1033.0,25.0,-2.0,6.2,19.96,1078.792309465712,47.50730152571636,44.27092459731922
+1999,6,3,13,30,969.0,101.0,972.0,26.0,-2.0,6.5,18.72,1007.4278229318096,46.6180027796105,43.59571931081507
+1999,6,3,14,30,477.0,353.0,737.0,26.0,-2.0,6.6000000000000005,18.54,737.3470262678179,40.99430584100691,38.78226476220346
+1999,6,3,15,30,124.0,326.0,410.0,25.0,-2.0,6.4,19.25,400.4821380005316,33.24891979041583,32.04747337641424
+1999,6,3,16,30,534.0,158.0,431.0,24.0,-2.0,5.9,20.79,400.94706330728786,32.52810674053706,31.3252655506152
+1999,6,3,17,30,714.0,64.0,301.0,21.0,0.0,4.5,26.92,234.48370579531286,26.461730366462362,25.758279249076423
+1999,6,3,18,30,464.0,39.0,108.0,17.0,3.0,3.0,45.4,44.151420782096636,18.135082818284648,18.002628555938358
+1999,6,3,19,30,0.0,0.0,0.0,14.0,2.0,2.5,53.24,0.0,14.0,14.0
+1999,6,3,20,30,0.0,0.0,0.0,12.0,1.0,2.4000000000000004,57.4,0.0,12.0,12.0
+1999,6,3,21,30,0.0,0.0,0.0,11.0,1.0,2.1,59.16,0.0,11.0,11.0
+1999,6,3,22,30,0.0,0.0,0.0,10.0,0.0,1.9,61.02,0.0,10.0,10.0
+1999,6,3,23,30,0.0,0.0,0.0,10.0,0.0,1.8,62.55,0.0,10.0,10.0
+1999,6,4,0,30,0.0,0.0,0.0,9.0,0.0,1.8,58.84,0.0,9.0,9.0
+1999,6,4,1,30,0.0,0.0,0.0,8.0,-1.0,1.8,58.64,0.0,8.0,8.0
+1999,6,4,2,30,0.0,0.0,0.0,8.0,-2.0,2.0,59.04,0.0,8.0,8.0
+1999,6,4,3,30,0.0,0.0,0.0,7.0,-3.0,2.1,56.11,0.0,7.0,7.0
+1999,6,4,4,30,0.0,0.0,0.0,8.0,-3.0,2.3000000000000003,50.12000000000001,0.0,8.0,8.0
+1999,6,4,5,30,562.0,38.0,124.0,11.0,-2.0,3.0,44.75,49.25264747880487,12.266229555423315,12.118471612986902
+1999,6,4,6,30,795.0,58.0,328.0,16.0,-2.0,3.3000000000000003,31.35,254.9412656501087,22.42544244401891,21.66061864706858
+1999,6,4,7,30,901.0,71.0,539.0,20.0,-4.0,3.2,22.8,492.5066371311228,32.49527352830105,31.017753616907683
+1999,6,4,8,30,959.0,80.0,732.0,22.0,-6.0,3.6,16.09,717.7099475072908,39.73433693662395,37.581207094102076
+1999,6,4,9,30,991.0,87.0,890.0,24.0,-6.0,4.3,15.09,905.2184714954429,45.36248841814368,42.64683300365735
+1999,6,4,10,30,1008.0,91.0,1000.0,25.0,-6.0,5.1000000000000005,14.7,1037.4187560265048,48.237822156615714,45.1255658885362
+1999,6,4,11,30,1015.0,92.0,1055.0,26.0,-5.0,6.0,14.27,1103.9874598991055,49.33100332651988,46.01904094682256
+1999,6,4,12,30,1011.0,91.0,1050.0,26.0,-5.0,6.8000000000000025,13.92,1097.997862318638,48.04492966215909,44.75093607520318
+1999,6,4,13,30,41.0,402.0,439.0,27.0,-4.0,7.3000000000000025,14.39,431.3674206458265,35.389598222826294,34.09549596088881
+1999,6,4,14,30,15.0,237.0,250.0,26.0,-4.0,7.6,14.98,243.99132354125013,30.656056860900645,29.924082890276892
+1999,6,4,15,30,485.0,255.0,583.0,25.0,-3.0,7.8000000000000025,16.31,569.7278943689348,35.73563108722206,34.02644740411525
+1999,6,4,16,30,509.0,166.0,427.0,24.0,-3.0,7.4,17.56,397.71594325164415,31.686234619165887,30.493086789410956
+1999,6,4,17,30,0.0,19.0,19.0,22.0,-3.0,5.9,21.53,18.570309923099597,22.394988764658123,22.339277834888826
+1999,6,4,18,30,246.0,51.0,88.0,19.0,-2.0,4.5,27.78,53.382499208860324,20.24341610850008,20.0832686108735
+1999,6,4,19,30,0.0,0.0,0.0,16.0,-2.0,4.5,34.99,0.0,16.0,16.0
+1999,6,4,20,30,0.0,0.0,0.0,14.0,-2.0,4.800000000000002,37.47,0.0,14.0,14.0
+1999,6,4,21,30,0.0,0.0,0.0,13.0,-1.0,4.4,45.42,0.0,13.0,13.0
+1999,6,4,22,30,0.0,0.0,0.0,11.0,0.0,3.8,52.14,0.0,11.0,11.0
+1999,6,4,23,30,0.0,0.0,0.0,9.0,0.0,3.2,60.79,0.0,9.0,9.0
+1999,6,5,0,30,0.0,0.0,0.0,8.0,0.0,2.6,67.85,0.0,8.0,8.0
+1999,6,5,1,30,0.0,0.0,0.0,7.0,-1.0,2.2,68.78,0.0,7.0,7.0
+1999,6,5,2,30,0.0,0.0,0.0,5.0,-1.0,1.8,69.76,0.0,5.0,5.0
+1999,6,5,3,30,0.0,0.0,0.0,4.0,-2.0,1.5,71.48,0.0,4.0,4.0
+1999,6,5,4,30,0.0,0.0,0.0,5.0,-3.0,1.2000000000000002,63.89,0.0,5.0,5.0
+1999,6,5,5,30,598.0,28.0,121.0,8.0,-2.0,0.7000000000000001,54.74,40.30079906355374,9.208391318509525,9.087488921318863
+1999,6,5,6,30,770.0,60.0,322.0,11.0,-5.0,1.0,36.33,250.56872449650416,18.362694960145834,17.61098878665632
+1999,6,5,7,30,225.0,232.0,349.0,14.0,-6.0,2.2,27.85,332.35606037257844,23.01120324234293,22.014135061225193
+1999,6,5,8,30,515.0,251.0,601.0,16.0,-5.0,3.2,25.68,588.5819447920214,30.932778239976635,29.16703240560057
+1999,6,5,9,30,375.0,365.0,670.0,18.0,-4.0,3.9,25.0,666.9867839282663,34.15882438136758,32.15786402958278
+1999,6,5,10,30,537.0,397.0,882.0,19.0,-4.0,4.6000000000000005,24.23,893.1607493241977,39.668592253516444,36.98911000554385
+1999,6,5,11,30,20.0,322.0,341.0,19.0,-3.0,5.300000000000002,23.7,334.69625924780837,26.400412658595968,25.396323880852542
+1999,6,5,12,30,4.0,121.0,125.0,19.0,-3.0,5.6000000000000005,26.59,122.25741257862575,21.65123015554447,21.284457917808595
+1999,6,5,13,30,390.0,451.0,802.0,18.0,-2.0,5.6000000000000005,29.71,806.7042843739116,35.493898163136464,33.07378531001473
+1999,6,5,14,30,142.0,413.0,528.0,16.0,-2.0,5.2,33.03,520.5879815951265,27.585530278250157,26.023766333464778
+1999,6,5,15,30,0.0,66.0,66.0,15.0,-1.0,5.1000000000000005,39.04,64.50739236445123,16.444943329628646,16.251421152535293
+1999,6,5,16,30,0.0,9.0,9.0,13.0,-1.0,5.5,42.97,8.796462595152441,13.191994306158094,13.165604918372637
+1999,6,5,17,30,0.0,72.0,72.0,11.0,-1.0,5.1000000000000005,49.53,70.37170076121953,12.576301814140344,12.365186711856685
+1999,6,5,18,30,164.0,52.0,77.0,9.0,-1.0,3.4000000000000004,55.73,53.4032709875988,10.337095849878118,10.176886036915322
+1999,6,5,19,30,0.0,0.0,0.0,7.0,0.0,1.6,67.54,0.0,7.0,7.0
+1999,6,5,20,30,0.0,0.0,0.0,7.0,0.0,1.1,74.41,0.0,7.0,7.0
+1999,6,5,21,30,0.0,0.0,0.0,6.0,0.0,1.5,73.35000000000002,0.0,6.0,6.0
+1999,6,5,22,30,0.0,0.0,0.0,6.0,-1.0,2.3000000000000003,74.15,0.0,6.0,6.0
+1999,6,5,23,30,0.0,0.0,0.0,5.0,-1.0,3.0,69.96000000000001,0.0,5.0,5.0
+1999,6,6,0,30,0.0,0.0,0.0,5.0,-2.0,3.6,67.08,0.0,5.0,5.0
+1999,6,6,1,30,0.0,0.0,0.0,5.0,-2.0,4.0,65.04,0.0,5.0,5.0
+1999,6,6,2,30,0.0,0.0,0.0,5.0,-3.0,4.1000000000000005,63.78,0.0,5.0,5.0
+1999,6,6,3,30,0.0,0.0,0.0,5.0,-3.0,4.0,64.59,0.0,5.0,5.0
+1999,6,6,4,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.55,0.0,6.0,6.0
+1999,6,6,5,30,0.0,2.0,2.0,8.0,-1.0,4.7,61.8,1.9547694655894312,8.04494105386693,8.039076745470162
+1999,6,6,6,30,0.0,12.0,12.0,10.0,0.0,5.0,54.16,11.728616793536586,10.264429867754247,10.229244017373636
+1999,6,6,7,30,0.0,17.0,17.0,13.0,0.0,5.1000000000000005,49.49,16.615540457510164,13.372182372783136,13.322335751410606
+1999,6,6,8,30,69.0,311.0,359.0,16.0,0.0,5.0,42.02,349.9396327658549,23.889633743105897,22.83981484480833
+1999,6,6,9,30,410.0,356.0,689.0,18.0,0.0,4.4,35.80000000000001,686.9925421530829,34.106777876261496,32.04580024980225
+1999,6,6,10,30,972.0,97.0,974.0,20.0,1.0,3.5,32.26,1008.8377611255731,45.09287193245706,42.066358649080335
+1999,6,6,11,30,361.0,465.0,808.0,21.0,1.0,2.6,30.78,815.0312250375091,42.517191601567546,40.072097926455015
+1999,6,6,12,30,591.0,393.0,955.0,22.0,1.0,1.7000000000000002,29.27,973.9888804215627,49.305301154126624,46.383334512861936
+1999,6,6,13,30,541.0,392.0,880.0,23.0,1.0,0.7000000000000001,27.74,890.8370268590133,49.71112619294909,47.03861511237205
+1999,6,6,14,30,507.0,342.0,752.0,23.0,1.0,0.5,29.47,751.9781180607292,45.85420710439195,43.598272750209766
+1999,6,6,15,30,570.0,222.0,609.0,22.0,1.0,1.1,29.45,594.4628917839564,39.35046660280007,37.5670779274482
+1999,6,6,16,30,708.0,110.0,475.0,21.0,1.0,1.6,31.39,436.4016636280871,33.31655317062679,32.00734817974253
+1999,6,6,17,30,709.0,62.0,302.0,20.0,2.0,1.5,36.78,233.8458121204239,26.644227928381195,25.942690492019924
+1999,6,6,18,30,484.0,38.0,112.0,17.0,5.0,1.3,55.61,45.39212751577333,18.307153668481842,18.170977285934523
+1999,6,6,19,30,0.0,0.0,0.0,14.0,4.0,1.7000000000000002,61.37000000000001,0.0,14.0,14.0
+1999,6,6,20,30,0.0,0.0,0.0,13.0,4.0,2.2,62.11,0.0,13.0,13.0
+1999,6,6,21,30,0.0,0.0,0.0,12.0,3.0,2.4000000000000004,66.09,0.0,12.0,12.0
+1999,6,6,22,30,0.0,0.0,0.0,10.0,3.0,2.0,75.14,0.0,10.0,10.0
+1999,6,6,23,30,0.0,0.0,0.0,9.0,3.0,1.8,79.13,0.0,9.0,9.0
+1999,6,7,0,30,0.0,0.0,0.0,8.0,3.0,1.8,82.08,0.0,8.0,8.0
+1999,6,7,1,30,0.0,0.0,0.0,8.0,2.0,1.8,79.21000000000002,0.0,8.0,8.0
+1999,6,7,2,30,0.0,0.0,0.0,8.0,2.0,2.0,83.07000000000002,0.0,8.0,8.0
+1999,6,7,3,30,0.0,0.0,0.0,7.0,2.0,2.2,82.02,0.0,7.0,7.0
+1999,6,7,4,30,0.0,0.0,0.0,8.0,1.0,2.7,75.04,0.0,8.0,8.0
+1999,6,7,5,30,545.0,37.0,122.0,11.0,2.0,3.3000000000000003,63.09,47.917045293874295,12.207682937629226,12.063931801747604
+1999,6,7,6,30,769.0,58.0,320.0,15.0,2.0,3.3000000000000003,49.79,248.0557250956147,21.251901905510795,20.50773473022395
+1999,6,7,7,30,874.0,71.0,526.0,19.0,0.0,2.9000000000000004,33.93,479.0430813057418,31.397548493221933,29.960419249304707
+1999,6,7,8,30,931.0,82.0,716.0,22.0,-1.0,3.0,23.59,699.976629781725,39.99560312197724,37.89567323263206
+1999,6,7,9,30,965.0,90.0,873.0,24.0,-2.0,3.6,21.06,885.5812518568292,45.88237234238237,43.22562858681188
+1999,6,7,10,30,983.0,96.0,984.0,25.0,-2.0,4.1000000000000005,18.29,1017.9093245714173,49.33880293393222,46.28507496021797
+1999,6,7,11,30,990.0,100.0,1041.0,26.0,-2.0,4.6000000000000005,17.04,1086.327137863737,51.13864685995648,47.87966544636527
+1999,6,7,12,30,988.0,100.0,1040.0,27.0,-2.0,4.9,15.86,1083.8727557691577,51.59615446519442,48.344536197886946
+1999,6,7,13,30,377.0,427.0,768.0,28.0,-2.0,5.2,14.68,771.2324623572274,45.16354844925742,42.849851062185735
+1999,6,7,14,30,537.0,330.0,765.0,28.0,-3.0,5.5,14.55,765.2232928509608,44.70199964789212,42.40632976933924
+1999,6,7,15,30,0.0,34.0,34.0,27.0,-3.0,5.7,15.32,33.23108091502033,27.715997576051702,27.61630433330664
+1999,6,7,16,30,621.0,136.0,457.0,26.0,-2.0,5.5,16.68,421.9920981090191,35.21052971057799,33.944553416250926
+1999,6,7,17,30,475.0,100.0,261.0,24.0,-1.0,4.7,21.86,214.3530611270357,28.928075988616207,28.2850168052351
+1999,6,7,18,30,235.0,50.0,87.0,19.0,2.0,3.8,37.65,53.18829885707289,20.297071214283413,20.137506317712194
+1999,6,7,19,30,0.0,0.0,0.0,16.0,1.0,3.2,44.19,0.0,16.0,16.0
+1999,6,7,20,30,0.0,0.0,0.0,14.0,1.0,3.0,48.71,0.0,14.0,14.0
+1999,6,7,21,30,0.0,0.0,0.0,13.0,1.0,2.9000000000000004,50.75,0.0,13.0,13.0
+1999,6,7,22,30,0.0,0.0,0.0,12.0,0.0,2.7,50.85,0.0,12.0,12.0
+1999,6,7,23,30,0.0,0.0,0.0,12.0,0.0,2.5,50.96,0.0,12.0,12.0
+1999,6,8,0,30,0.0,0.0,0.0,11.0,-1.0,2.3000000000000003,47.98,0.0,11.0,11.0
+1999,6,8,1,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,50.4,0.0,10.0,10.0
+1999,6,8,2,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,55.67,0.0,10.0,10.0
+1999,6,8,3,30,0.0,0.0,0.0,9.0,-1.0,2.2,56.54,0.0,9.0,9.0
+1999,6,8,4,30,0.0,0.0,0.0,10.0,-1.0,2.2,52.53,0.0,10.0,10.0
+1999,6,8,5,30,519.0,40.0,121.0,14.0,0.0,2.6,46.09,50.22546522969638,15.325974914121247,15.175298518432157
+1999,6,8,6,30,758.0,62.0,321.0,19.0,1.0,3.4000000000000004,36.11,249.02318772534585,25.234971466603618,24.48790190342758
+1999,6,8,7,30,871.0,76.0,530.0,22.0,-1.0,4.2,24.03,482.1965773948998,33.454260420980056,32.00767068879536
+1999,6,8,8,30,932.0,87.0,721.0,24.0,-3.0,5.0,17.37,705.1303327103396,39.89765646796955,37.78226546983853
+1999,6,8,9,30,966.0,95.0,879.0,26.0,-4.0,5.4,15.7,890.9093999787472,45.57153031709112,42.89880211715487
+1999,6,8,10,30,985.0,100.0,990.0,27.0,-4.0,5.6000000000000005,14.77,1023.3895835905031,49.19285741173618,46.12268866096467
+1999,6,8,11,30,993.0,103.0,1047.0,28.0,-4.0,5.9,13.86,1092.0830333567574,51.22850453417111,47.952255434100834
+1999,6,8,12,30,990.0,103.0,1045.0,28.0,-4.0,6.1000000000000005,13.08,1088.8152660627006,50.86283788790665,47.59639208971855
+1999,6,8,13,30,579.0,370.0,894.0,29.0,-4.0,6.1000000000000005,13.0,905.276695212553,48.00891268836472,45.29308260272706
+1999,6,8,14,30,195.0,415.0,574.0,28.0,-4.0,6.0,12.95,566.466968673641,39.971370337572665,38.271969431551746
+1999,6,8,15,30,739.0,158.0,661.0,27.0,-4.0,5.6000000000000005,13.83,644.8951873860983,40.98496444429452,39.050278882136226
+1999,6,8,16,30,842.0,81.0,518.0,26.0,-4.0,4.9,15.23,471.91304609342797,36.709048745871854,35.29330960759157
+1999,6,8,17,30,721.0,66.0,312.0,24.0,-2.0,3.4000000000000004,19.51,242.34461194452186,30.06775519324632,29.340721357412754
+1999,6,8,18,30,475.0,42.0,116.0,19.0,3.0,2.0,41.16,50.37883539626063,20.38428562199951,20.23314911581073
+1999,6,8,19,30,0.0,0.0,0.0,16.0,2.0,1.6,46.76,0.0,16.0,16.0
+1999,6,8,20,30,0.0,0.0,0.0,14.0,1.0,1.6,50.16,0.0,14.0,14.0
+1999,6,8,21,30,0.0,0.0,0.0,13.0,1.0,1.7000000000000002,50.42,0.0,13.0,13.0
+1999,6,8,22,30,0.0,0.0,0.0,12.0,0.0,1.8,50.76,0.0,12.0,12.0
+1999,6,8,23,30,0.0,0.0,0.0,11.0,0.0,1.9,51.23,0.0,11.0,11.0
+1999,6,9,0,30,0.0,0.0,0.0,11.0,-1.0,2.0,51.9,0.0,11.0,11.0
+1999,6,9,1,30,0.0,0.0,0.0,10.0,-1.0,2.0,54.63,0.0,10.0,10.0
+1999,6,9,2,30,0.0,0.0,0.0,9.0,-1.0,1.8,59.74,0.0,9.0,9.0
+1999,6,9,3,30,0.0,0.0,0.0,8.0,-1.0,1.5,60.73,0.0,8.0,8.0
+1999,6,9,4,30,0.0,0.0,0.0,9.0,0.0,1.1,56.9,0.0,9.0,9.0
+1999,6,9,5,30,467.0,44.0,117.0,11.0,1.0,1.6,59.45,52.93643246757067,12.494023601398952,12.33521430399624
+1999,6,9,6,30,706.0,69.0,311.0,14.0,0.0,2.6,45.71,242.71432863629485,20.407767645310326,19.67962465940144
+1999,6,9,7,30,820.0,87.0,514.0,16.0,0.0,2.8000000000000003,39.16,468.7172045645998,28.211050277128408,26.804898663434606
+1999,6,9,8,30,51.0,297.0,332.0,18.0,0.0,2.3000000000000003,35.26,324.19509855940726,26.731523462163644,25.75893816648542
+1999,6,9,9,30,17.0,253.0,267.0,20.0,0.0,2.0,31.39,261.3172962885797,27.180352090054807,26.396400201189067
+1999,6,9,10,30,247.0,469.0,693.0,22.0,0.0,2.3000000000000003,29.65,690.4377350619645,40.59551026417496,38.52419705898907
+1999,6,9,11,30,245.0,475.0,709.0,23.0,0.0,2.9000000000000004,28.14,708.8317448254923,41.344437636080784,39.217942401604304
+1999,6,9,12,30,405.0,506.0,892.0,24.0,1.0,3.5,26.78,898.8100668315894,46.35614760637504,43.65971740588027
+1999,6,9,13,30,574.0,350.0,869.0,24.0,1.0,4.0,25.51,881.169444285277,45.20798576477673,42.5644774319209
+1999,6,9,14,30,21.0,278.0,296.0,23.0,1.0,4.3,27.87,289.0521919835565,29.821418583390955,28.954262007440285
+1999,6,9,15,30,24.0,253.0,269.0,22.0,2.0,4.5,30.72,263.22159375178023,28.131109907302797,27.341445126047457
+1999,6,9,16,30,0.0,90.0,90.0,21.0,2.0,4.2,34.49,87.96462595152441,23.08954144578613,22.825647567931554
+1999,6,9,17,30,0.0,11.0,11.0,18.0,4.0,3.0,45.61,10.751232060741874,18.27640194973041,18.244148253548182
+1999,6,9,18,30,0.0,3.0,3.0,16.0,6.0,1.5,62.52,2.9321541983841466,16.083310881809556,16.074514419214402
+1999,6,9,19,30,0.0,0.0,0.0,14.0,8.0,0.7000000000000001,79.81,0.0,14.0,14.0
+1999,6,9,20,30,0.0,0.0,0.0,13.0,8.0,0.7000000000000001,92.06,0.0,13.0,13.0
+1999,6,9,21,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,98.11,0.0,12.0,12.0
+1999,6,9,22,30,0.0,0.0,0.0,11.0,8.0,0.5,98.36,0.0,11.0,11.0
+1999,6,9,23,30,0.0,0.0,0.0,10.0,8.0,0.2,100.0,0.0,10.0,10.0
+1999,6,10,0,30,0.0,0.0,0.0,9.0,7.0,0.2,100.0,0.0,9.0,9.0
+1999,6,10,1,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
+1999,6,10,2,30,0.0,0.0,0.0,9.0,6.0,0.5,100.0,0.0,9.0,9.0
+1999,6,10,3,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
+1999,6,10,4,30,0.0,0.0,0.0,9.0,6.0,0.2,100.0,0.0,9.0,9.0
+1999,6,10,5,30,0.0,7.0,7.0,10.0,7.0,0.30000000000000004,95.87,6.8416931295630095,10.21076585568449,10.190240776295802
+1999,6,10,6,30,52.0,133.0,151.0,12.0,8.0,0.7000000000000001,89.03,142.88385789075807,16.284272705314333,15.85562113164206
+1999,6,10,7,30,88.0,229.0,276.0,14.0,8.0,0.9,77.21000000000002,264.96596523438507,21.83837098213235,21.043473086429195
+1999,6,10,8,30,7.0,155.0,160.0,17.0,6.0,1.3,62.04,156.14736543712382,21.496563891700948,21.028121795389577
+1999,6,10,9,30,3.0,120.0,123.0,18.0,5.0,2.0,51.21,119.7663326784054,21.29088219333138,20.931583195296163
+1999,6,10,10,30,378.0,428.0,770.0,20.0,5.0,2.7,46.16,773.3033100446723,40.28034616850226,37.960436238368246
+1999,6,10,11,30,451.0,483.0,913.0,21.0,4.0,3.5,41.94,922.2093743177719,43.93815974815279,41.17153162519948
+1999,6,10,12,30,17.0,250.0,266.0,21.0,4.0,4.2,38.25,261.31373178312924,27.207334675813804,26.423393480464416
+1999,6,10,13,30,0.0,42.0,42.0,21.0,4.0,4.6000000000000005,37.71,41.05015877737806,21.949939856127475,21.82678937979534
+1999,6,10,14,30,357.0,373.0,663.0,20.0,4.0,4.9,40.7,659.3838578321865,34.963294476008045,32.985142902511484
+1999,6,10,15,30,492.0,255.0,591.0,19.0,4.0,4.9,44.76,576.4824447767969,32.082025710795605,30.352578376465218
+1999,6,10,16,30,0.0,24.0,24.0,18.0,5.0,4.2,49.8,23.457233587073173,18.557211052209635,18.486839351448413
+1999,6,10,17,30,0.0,5.0,5.0,16.0,6.0,2.6,60.04,4.886923663973579,16.129016986821718,16.114356215829797
+1999,6,10,18,30,0.0,3.0,3.0,14.0,7.0,0.8,74.63,2.9321541983841466,14.087327399917005,14.078530937321853
+1999,6,10,19,30,0.0,0.0,0.0,12.0,8.0,0.30000000000000004,91.52,0.0,12.0,12.0
+1999,6,10,20,30,0.0,0.0,0.0,11.0,8.0,0.6000000000000001,96.13,0.0,11.0,11.0
+1999,6,10,21,30,0.0,0.0,0.0,10.0,7.0,0.7000000000000001,100.0,0.0,10.0,10.0
+1999,6,10,22,30,0.0,0.0,0.0,9.0,7.0,0.7000000000000001,100.0,0.0,9.0,9.0
+1999,6,10,23,30,0.0,0.0,0.0,8.0,6.0,0.7000000000000001,100.0,0.0,8.0,8.0
+1999,6,11,0,30,0.0,0.0,0.0,8.0,6.0,0.8,100.0,0.0,8.0,8.0
+1999,6,11,1,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
+1999,6,11,2,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
+1999,6,11,3,30,0.0,0.0,0.0,6.0,3.0,1.2000000000000002,99.79,0.0,6.0,6.0
+1999,6,11,4,30,0.0,0.0,0.0,7.0,3.0,1.7000000000000002,87.89,0.0,7.0,7.0
+1999,6,11,5,30,372.0,51.0,110.0,9.0,3.0,2.6,77.29,57.56657573999239,10.519783539565076,10.3470838123451
+1999,6,11,6,30,638.0,82.0,300.0,13.0,3.0,2.7,60.47,238.02812775932892,19.242431354032107,18.52834697075412
+1999,6,11,7,30,773.0,101.0,504.0,16.0,2.0,2.1,45.39,459.6845424874873,28.54691884178729,27.167865214324827
+1999,6,11,8,30,848.0,115.0,692.0,19.0,0.0,1.7000000000000002,33.54,675.407199772371,37.934709997374696,35.908488398057585
+1999,6,11,9,30,889.0,126.0,848.0,20.0,0.0,1.7000000000000002,30.6,856.4534594621143,44.01025320225913,41.44089282387279
+1999,6,11,10,30,908.0,136.0,957.0,22.0,0.0,2.0,28.91,985.3291568652197,49.07440483800198,46.11841736740632
+1999,6,11,11,30,489.0,460.0,926.0,23.0,0.0,2.4000000000000004,27.67,937.5716081995906,48.08388749875533,45.27117267415656
+1999,6,11,12,30,77.0,481.0,554.0,23.0,1.0,2.8000000000000003,26.73,546.9813868338064,37.24999370672874,35.60904954622732
+1999,6,11,13,30,73.0,448.0,515.0,22.0,1.0,3.1,29.93,506.4721730418614,34.934885713777746,33.41546919465216
+1999,6,11,14,30,21.0,288.0,305.0,21.0,2.0,3.0,33.87,298.83894037508037,28.68280931044674,27.786292489321497
+1999,6,11,15,30,192.0,332.0,463.0,20.0,3.0,2.5,40.95,452.3352173651663,32.02153836869375,30.664532716598245
+1999,6,11,16,30,0.0,19.0,19.0,18.0,4.0,2.1,46.84,18.570309923099597,18.506869711587722,18.451158781818425
+1999,6,11,17,30,0.0,9.0,9.0,16.0,5.0,1.6,57.95,8.796462595152441,16.248262342462006,16.22187295467655
+1999,6,11,18,30,0.0,6.0,6.0,14.0,7.0,1.0,73.19,5.864308396768293,14.17231645315826,14.154723527967954
+1999,6,11,19,30,0.0,0.0,0.0,12.0,8.0,0.5,89.78,0.0,12.0,12.0
+1999,6,11,20,30,0.0,0.0,0.0,11.0,8.0,0.5,94.85,0.0,11.0,11.0
+1999,6,11,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
+1999,6,11,22,30,0.0,0.0,0.0,10.0,7.0,1.4,97.95,0.0,10.0,10.0
+1999,6,11,23,30,0.0,0.0,0.0,9.0,7.0,1.4,100.0,0.0,9.0,9.0
+1999,6,12,0,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
+1999,6,12,1,30,0.0,0.0,0.0,8.0,6.0,1.1,100.0,0.0,8.0,8.0
+1999,6,12,2,30,0.0,0.0,0.0,8.0,5.0,1.3,97.84,0.0,8.0,8.0
+1999,6,12,3,30,0.0,0.0,0.0,8.0,4.0,1.3,93.3,0.0,8.0,8.0
+1999,6,12,4,30,0.0,0.0,0.0,9.0,4.0,1.1,84.32000000000002,0.0,9.0,9.0
+1999,6,12,5,30,348.0,54.0,109.0,11.0,5.0,1.0,80.04,59.87804976859256,12.759452685647242,12.579818536341463
+1999,6,12,6,30,595.0,91.0,295.0,14.0,6.0,1.3,67.85,235.91349244240897,20.79358302787859,20.085842550551362
+1999,6,12,7,30,715.0,119.0,491.0,16.0,5.0,2.0,57.27,449.8149948866363,28.359801989935875,27.010357005275967
+1999,6,12,8,30,786.0,140.0,675.0,17.0,4.0,2.5,50.19,658.2728027727796,34.494662037804765,32.519843629486424
+1999,6,12,9,30,839.0,150.0,832.0,18.0,4.0,2.7,45.71,838.2909414131827,39.98468603580255,37.469813211563
+1999,6,12,10,30,16.0,235.0,249.0,20.0,4.0,3.0,42.43,244.69688799004203,26.290878715229187,25.556788051259062
+1999,6,12,11,30,0.0,77.0,77.0,21.0,4.0,3.3000000000000003,39.57,75.2586244251931,22.89678967203287,22.67101379875729
+1999,6,12,12,30,0.0,50.0,50.0,21.0,4.0,3.4000000000000004,39.68,48.86923663973578,22.223573992553305,22.076966282634096
+1999,6,12,13,30,0.0,54.0,54.0,20.0,4.0,3.3000000000000003,40.42,52.77877557091465,21.33021613363344,21.171879806920696
+1999,6,12,14,30,25.0,308.0,329.0,19.0,4.0,2.9000000000000004,44.43,321.7098632070388,27.32579320211811,26.360663612496992
+1999,6,12,15,30,135.0,331.0,424.0,18.0,5.0,2.4000000000000004,52.34,413.50735787334514,29.063018498096916,27.82249642447688
+1999,6,12,16,30,9.0,164.0,169.0,16.0,5.0,1.9,57.9,164.52475461312363,20.551050009992984,20.057475746153614
+1999,6,12,17,30,75.0,138.0,165.0,15.0,6.0,1.4,65.11,153.71626489886546,19.396926370259695,18.935777575563097
+1999,6,12,18,30,8.0,54.0,55.0,13.0,7.0,1.0,80.29,52.97265353335596,14.556544975751883,14.397627015151816
+1999,6,12,19,30,0.0,0.0,0.0,11.0,8.0,0.8,95.38,0.0,11.0,11.0
+1999,6,12,20,30,0.0,0.0,0.0,10.0,7.0,0.9,98.29,0.0,10.0,10.0
+1999,6,12,21,30,0.0,0.0,0.0,9.0,7.0,1.0,100.0,0.0,9.0,9.0
+1999,6,12,22,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
+1999,6,12,23,30,0.0,0.0,0.0,8.0,6.0,1.3,100.0,0.0,8.0,8.0
+1999,6,13,0,30,0.0,0.0,0.0,8.0,4.0,1.6,100.0,0.0,8.0,8.0
+1999,6,13,1,30,0.0,0.0,0.0,7.0,4.0,1.7000000000000002,99.34,0.0,7.0,7.0
+1999,6,13,2,30,0.0,0.0,0.0,6.0,3.0,1.6,99.15,0.0,6.0,6.0
+1999,6,13,3,30,0.0,0.0,0.0,6.0,2.0,1.4,92.92,0.0,6.0,6.0
+1999,6,13,4,30,0.0,0.0,0.0,7.0,2.0,1.6,82.43,0.0,7.0,7.0
+1999,6,13,5,30,0.0,18.0,18.0,10.0,3.0,2.3000000000000003,75.8,17.592925190304882,10.473828999111435,10.42105022354052
+1999,6,13,6,30,346.0,120.0,239.0,12.0,3.0,3.0,63.33,202.57990428235382,17.208098960518402,16.600359247671342
+1999,6,13,7,30,342.0,211.0,390.0,14.0,3.0,3.1,60.45,365.57065120493087,23.33637590639408,22.239663952779285
+1999,6,13,8,30,307.0,311.0,520.0,16.0,4.0,2.8000000000000003,54.42,507.46807609785105,29.22059043474782,27.698186206454267
+1999,6,13,9,30,4.0,126.0,130.0,17.0,4.0,2.6,48.27,126.45191571404621,20.338387555248797,19.95903180810666
+1999,6,13,10,30,0.0,98.0,98.0,19.0,4.0,2.7,45.61,95.78370381388214,21.511985459540586,21.224634348098938
+1999,6,13,11,30,0.0,88.0,88.0,20.0,4.0,2.9000000000000004,43.47,86.00985648593499,22.225919564004478,21.967889994546674
+1999,6,13,12,30,27.0,379.0,405.0,21.0,4.0,3.2,41.24,397.38465046416667,31.081955306068483,29.889801354675985
+1999,6,13,13,30,18.0,289.0,306.0,21.0,4.0,3.4000000000000004,39.18,299.3933331234338,28.496124784069522,27.59794478469922
+1999,6,13,14,30,16.0,251.0,264.0,20.0,4.0,3.4000000000000004,42.22,258.56041614876557,26.473761868548387,25.69808062010209
+1999,6,13,15,30,9.0,174.0,180.0,19.0,5.0,3.3000000000000003,45.35,176.06936819005256,23.43758521624596,22.909377111675802
+1999,6,13,16,30,501.0,176.0,439.0,18.0,5.0,3.0,48.56,408.02772829770606,28.48992887590714,27.26584569101402
+1999,6,13,17,30,439.0,109.0,261.0,17.0,5.0,2.5,52.18,217.2077920936665,22.772647599369403,22.121024223088405
+1999,6,13,18,30,414.0,43.0,110.0,14.0,6.0,1.6,67.35,52.64456134151209,15.485786129953071,15.327852445928535
+1999,6,13,19,30,0.0,0.0,0.0,12.0,7.0,1.0,82.09,0.0,12.0,12.0
+1999,6,13,20,30,0.0,0.0,0.0,11.0,6.0,1.1,91.74,0.0,11.0,11.0
+1999,6,13,21,30,0.0,0.0,0.0,10.0,6.0,1.3,90.1,0.0,10.0,10.0
+1999,6,13,22,30,0.0,0.0,0.0,10.0,6.0,1.6,89.46000000000002,0.0,10.0,10.0
+1999,6,13,23,30,0.0,0.0,0.0,9.0,6.0,1.9,95.67,0.0,9.0,9.0
+1999,6,14,0,30,0.0,0.0,0.0,9.0,6.0,2.0,95.67,0.0,9.0,9.0
+1999,6,14,1,30,0.0,0.0,0.0,9.0,6.0,2.3000000000000003,100.0,0.0,9.0,9.0
+1999,6,14,2,30,0.0,0.0,0.0,8.0,6.0,2.6,100.0,0.0,8.0,8.0
+1999,6,14,3,30,0.0,0.0,0.0,8.0,6.0,2.8000000000000003,100.0,0.0,8.0,8.0
+1999,6,14,4,30,0.0,0.0,0.0,9.0,6.0,3.5,100.0,0.0,9.0,9.0
+1999,6,14,5,30,422.0,46.0,112.0,11.0,6.0,4.3,81.72,53.202899839316764,12.255549204327945,12.095940504809995
+1999,6,14,6,30,667.0,73.0,301.0,15.0,6.0,4.6000000000000005,63.66,235.39882279912422,20.44735344569743,19.741156977300058
+1999,6,14,7,30,736.0,101.0,484.0,19.0,5.0,3.9,50.91,441.1835303835908,29.688378479455615,28.36482788830484
+1999,6,14,8,30,845.0,108.0,683.0,21.0,4.0,2.3000000000000003,39.0,665.2111467369255,38.916084360423795,36.92045092021302
+1999,6,14,9,30,96.0,402.0,480.0,22.0,4.0,1.1,35.98000000000001,471.9620413549052,35.77505938468846,34.35917326062375
+1999,6,14,10,30,166.0,476.0,627.0,23.0,4.0,1.0,36.71,620.9104804584649,41.24479281825553,39.38206137688014
+1999,6,14,11,30,394.0,505.0,881.0,22.0,5.0,1.5,40.59,886.5637848920273,47.189811211318556,44.53011985664247
+1999,6,14,12,30,0.0,57.0,57.0,21.0,5.0,1.8,45.25,55.71092976929879,22.551407535244778,22.38427474593688
+1999,6,14,13,30,11.0,168.0,178.0,20.0,6.0,2.0,47.43,174.54630001223714,24.796100020567113,24.2724611205304
+1999,6,14,14,30,73.0,391.0,451.0,20.0,7.0,1.9,51.9,442.5920893275172,32.24289157758234,30.91511530959979
+1999,6,14,15,30,342.0,306.0,540.0,19.0,7.0,1.6,52.56,527.5349007291288,33.88860422798229,32.3059995257949
+1999,6,14,16,30,630.0,135.0,467.0,18.0,7.0,1.2000000000000002,56.49,429.29115080958667,30.44563503670081,29.157761584272052
+1999,6,14,17,30,304.0,129.0,235.0,17.0,7.0,0.7000000000000001,62.13,203.03769953665915,23.087943642589636,22.478830543979658
+1999,6,14,18,30,0.0,53.0,53.0,15.0,9.0,0.5,79.28,51.801390838119936,16.574353942057574,16.418949769543215
+1999,6,14,19,30,0.0,0.0,0.0,13.0,10.0,0.6000000000000001,93.65,0.0,13.0,13.0
+1999,6,14,20,30,0.0,0.0,0.0,12.0,9.0,0.8,97.73,0.0,12.0,12.0
+1999,6,14,21,30,0.0,0.0,0.0,12.0,9.0,0.9,94.55,0.0,12.0,12.0
+1999,6,14,22,30,0.0,0.0,0.0,12.0,8.0,1.0,92.7,0.0,12.0,12.0
+1999,6,14,23,30,0.0,0.0,0.0,11.0,8.0,1.0,97.99,0.0,11.0,11.0
+1999,6,15,0,30,0.0,0.0,0.0,11.0,8.0,1.2000000000000002,95.56,0.0,11.0,11.0
+1999,6,15,1,30,0.0,0.0,0.0,10.0,7.0,1.4,98.2,0.0,10.0,10.0
+1999,6,15,2,30,0.0,0.0,0.0,10.0,6.0,1.6,98.82,0.0,10.0,10.0
+1999,6,15,3,30,0.0,0.0,0.0,9.0,6.0,1.6,100.0,0.0,9.0,9.0
+1999,6,15,4,30,0.0,0.0,0.0,10.0,6.0,1.6,93.66,0.0,10.0,10.0
+1999,6,15,5,30,0.0,6.0,6.0,11.0,6.0,2.0,84.56,5.864308396768293,11.16113667044435,11.143543745254044
+1999,6,15,6,30,0.0,18.0,18.0,12.0,6.0,3.0,87.21000000000002,17.592925190304882,12.452294099558848,12.399515323987934
+1999,6,15,7,30,0.0,40.0,40.0,12.0,7.0,3.3000000000000003,88.22,39.09538931178863,12.985345284172917,12.868059116237552
+1999,6,15,8,30,16.0,223.0,234.0,12.0,7.0,2.6,81.89,228.54545027477425,18.033702871939077,17.348066521114756
+1999,6,15,9,30,52.0,369.0,412.0,14.0,7.0,2.2,71.59,403.4561645685941,24.938947507766645,23.728579014060863
+1999,6,15,10,30,0.0,106.0,106.0,16.0,6.0,2.7,61.42,103.60278167623987,18.717045497054098,18.40623715202538
+1999,6,15,11,30,20.0,325.0,345.0,17.0,6.0,3.7,56.51,337.60227128106624,25.287258862345993,24.274452048502795
+1999,6,15,12,30,62.0,466.0,526.0,17.0,6.0,4.1000000000000005,56.67,517.3685760703082,29.37058303055252,27.818477302341595
+1999,6,15,13,30,19.0,295.0,313.0,17.0,6.0,3.7,57.48,306.2090629557159,24.516637139558064,23.598009950690916
+1999,6,15,14,30,35.0,341.0,370.0,17.0,6.0,3.2,61.91,362.2829561045125,26.191398226704845,25.104549358391306
+1999,6,15,15,30,29.0,269.0,289.0,16.0,6.0,2.8000000000000003,66.32000000000001,282.30997063817773,23.354757221680597,22.507827309766064
+1999,6,15,16,30,8.0,160.0,164.0,15.0,7.0,2.5,71.64,160.16270441997847,19.25658233651121,18.776094223251278
+1999,6,15,17,30,0.0,46.0,46.0,13.0,7.0,2.0,77.46000000000002,44.95969770855692,14.235381140073342,14.100502046947671
+1999,6,15,18,30,0.0,34.0,34.0,12.0,7.0,1.5,84.75,33.23108091502033,12.944189993841627,12.844496751096566
+1999,6,15,19,30,0.0,0.0,0.0,11.0,7.0,1.1,92.38,0.0,11.0,11.0
+1999,6,15,20,30,0.0,0.0,0.0,10.0,7.0,1.0,97.98,0.0,10.0,10.0
+1999,6,15,21,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
+1999,6,15,22,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
+1999,6,15,23,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
+1999,6,16,0,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,6,16,1,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,6,16,2,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,6,16,3,30,0.0,0.0,0.0,7.0,4.0,1.1,100.0,0.0,7.0,7.0
+1999,6,16,4,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
+1999,6,16,5,30,0.0,46.0,46.0,9.0,5.0,1.0,91.62,44.95969770855692,10.321092807546659,10.186213714420989
+1999,6,16,6,30,0.0,21.0,21.0,12.0,6.0,1.1,82.64,20.52507938868903,12.599061286036829,12.537486047870761
+1999,6,16,7,30,688.0,124.0,481.0,15.0,6.0,1.5,67.04,440.4639567005215,27.514839996569215,26.19344812646765
+1999,6,16,8,30,10.0,185.0,192.0,17.0,5.0,2.2,57.64,187.42913023853117,22.081784831068234,21.51949744035264
+1999,6,16,9,30,14.0,224.0,236.0,18.0,5.0,3.0,54.67,230.45393707753914,23.924708644683932,23.233346833451314
+1999,6,16,10,30,10.0,156.0,165.0,18.0,6.0,3.5,52.49,161.84255900901795,22.025518039593795,21.53999036256674
+1999,6,16,11,30,0.0,87.0,87.0,19.0,6.0,3.5,54.22,85.03247175314027,21.11501690957842,20.859919494318998
+1999,6,16,12,30,0.0,63.0,63.0,18.0,7.0,3.3000000000000003,59.55,61.57523816606709,19.551918822572343,19.367193108074144
+1999,6,16,13,30,0.0,63.0,63.0,17.0,7.0,2.9000000000000004,60.84,61.57523816606709,18.593556051503203,18.408830337005003
+1999,6,16,14,30,0.0,55.0,55.0,16.0,7.0,2.5,65.84,53.75616030370936,17.428656710412618,17.26738822950149
+1999,6,16,15,30,268.0,322.0,506.0,15.0,7.0,2.4000000000000004,70.91,494.1205942837039,28.219753338767926,26.737391555916815
+1999,6,16,16,30,261.0,230.0,368.0,15.0,7.0,2.6,76.19,348.4385199175115,24.198933935428865,23.15361837567633
+1999,6,16,17,30,15.0,122.0,128.0,14.0,8.0,2.8000000000000003,81.95,123.07338395282595,17.206315587712034,16.837095435853556
+1999,6,16,18,30,0.0,33.0,33.0,13.0,8.0,2.5,88.67,32.25369618222562,13.85719402624757,13.760432937700893
+1999,6,16,19,30,0.0,0.0,0.0,11.0,8.0,2.2,95.14,0.0,11.0,11.0
+1999,6,16,20,30,0.0,0.0,0.0,10.0,8.0,2.1,100.0,0.0,10.0,10.0
+1999,6,16,21,30,0.0,0.0,0.0,10.0,7.0,2.1,99.01,0.0,10.0,10.0
+1999,6,16,22,30,0.0,0.0,0.0,10.0,7.0,2.4000000000000004,98.3,0.0,10.0,10.0
+1999,6,16,23,30,0.0,0.0,0.0,10.0,7.0,3.2,97.54,0.0,10.0,10.0
+1999,6,17,0,30,0.0,0.0,0.0,10.0,7.0,3.9,96.16,0.0,10.0,10.0
+1999,6,17,1,30,0.0,0.0,0.0,9.0,7.0,3.9,100.0,0.0,9.0,9.0
+1999,6,17,2,30,0.0,0.0,0.0,9.0,6.0,3.6,99.35,0.0,9.0,9.0
+1999,6,17,3,30,0.0,0.0,0.0,9.0,6.0,3.3000000000000003,97.59,0.0,9.0,9.0
+1999,6,17,4,30,0.0,0.0,0.0,10.0,6.0,3.3000000000000003,96.25,0.0,10.0,10.0
+1999,6,17,5,30,0.0,35.0,35.0,12.0,6.0,3.1,79.85000000000002,34.20846564781505,12.87365627797602,12.771030881032575
+1999,6,17,6,30,0.0,97.0,97.0,16.0,7.0,2.2,64.12,94.80631908108742,18.570493250342366,18.286074293099105
+1999,6,17,7,30,422.0,200.0,420.0,19.0,7.0,1.8,52.46,391.0361123870296,29.889360020058007,28.716251682896917
+1999,6,17,8,30,680.0,186.0,648.0,21.0,6.0,2.2,45.15,630.958229808728,38.10723384993064,36.21435916050445
+1999,6,17,9,30,342.0,378.0,656.0,22.0,7.0,2.4000000000000004,43.09,650.5797516376231,39.40567777045175,37.45393851553889
+1999,6,17,10,30,394.0,446.0,803.0,23.0,7.0,2.2,41.2,804.9983477588544,44.826001046207466,42.411006002930904
+1999,6,17,11,30,0.0,75.0,75.0,22.0,7.0,1.7000000000000002,45.33,73.30385495960367,24.055037665896215,23.835126101017405
+1999,6,17,12,30,10.0,153.0,162.0,21.0,8.0,0.9,50.34,159.5211101062442,25.71904246037128,25.24047913005255
+1999,6,17,13,30,0.0,105.0,105.0,19.0,8.0,1.5,59.21,102.62539694344514,21.915880863334436,21.6080046725041
+1999,6,17,14,30,11.0,172.0,181.0,18.0,9.0,2.9000000000000004,68.37,177.2329593807753,22.586757004257894,22.05505812611557
+1999,6,17,15,30,0.0,31.0,31.0,18.0,8.0,2.6,66.42,30.29892671663619,18.79990531829466,18.70900853814475
+1999,6,17,16,30,14.0,178.0,186.0,18.0,8.0,1.6,59.47,180.62277867662917,23.09771213725932,22.555843801229432
+1999,6,17,17,30,126.0,151.0,195.0,17.0,7.0,1.1,61.08,179.84829401078863,22.249195302065736,21.70965042003337
+1999,6,17,18,30,343.0,56.0,114.0,15.0,8.0,0.9,74.21000000000002,64.9822448180498,16.922341013439418,16.72739427898527
+1999,6,17,19,30,0.0,0.0,0.0,13.0,8.0,0.8,84.8,0.0,13.0,13.0
+1999,6,17,20,30,0.0,0.0,0.0,12.0,8.0,0.9,96.23,0.0,12.0,12.0
+1999,6,17,21,30,0.0,0.0,0.0,11.0,8.0,0.9,96.43,0.0,11.0,11.0
+1999,6,17,22,30,0.0,0.0,0.0,10.0,8.0,1.0,100.0,0.0,10.0,10.0
+1999,6,17,23,30,0.0,0.0,0.0,10.0,7.0,1.3,97.02,0.0,10.0,10.0
+1999,6,18,0,30,0.0,0.0,0.0,10.0,6.0,1.6,92.14,0.0,10.0,10.0
+1999,6,18,1,30,0.0,0.0,0.0,10.0,6.0,1.8,93.82,0.0,10.0,10.0
+1999,6,18,2,30,0.0,0.0,0.0,9.0,5.0,2.0,90.97,0.0,9.0,9.0
+1999,6,18,3,30,0.0,0.0,0.0,9.0,5.0,2.1,90.02,0.0,9.0,9.0
+1999,6,18,4,30,0.0,0.0,0.0,10.0,5.0,2.6,83.71000000000002,0.0,10.0,10.0
+1999,6,18,5,30,404.0,47.0,110.0,13.0,5.0,3.3000000000000003,75.03,52.89931452874623,14.333254151562134,14.174556207975895
+1999,6,18,6,30,653.0,74.0,297.0,16.0,6.0,3.7,60.21,231.25856916868713,21.676797195600326,20.983021488094263
+1999,6,18,7,30,345.0,212.0,391.0,19.0,6.0,3.8,48.7,366.8396961318724,27.94590013844469,26.84538105004907
+1999,6,18,8,30,859.0,100.0,684.0,21.0,5.0,3.7,40.85,664.6120904419787,37.31450053827432,35.32066426694838
+1999,6,18,9,30,904.0,107.0,840.0,22.0,5.0,3.7,38.1,847.2159400019077,42.796950744612374,40.25530292460665
+1999,6,18,10,30,930.0,111.0,952.0,23.0,5.0,3.8,35.87,979.3559879770886,46.88296839413302,43.944900430201756
+1999,6,18,11,30,940.0,113.0,1010.0,24.0,5.0,3.8,33.730000000000004,1047.4671783301444,49.543955232891044,46.40155369790061
+1999,6,18,12,30,937.0,115.0,1010.0,25.0,5.0,3.7,31.76,1048.1021995951987,50.728186630025114,47.58388003123952
+1999,6,18,13,30,276.0,464.0,715.0,26.0,5.0,3.4000000000000004,31.62,713.4053186434671,43.86203865790668,41.72182270197628
+1999,6,18,14,30,566.0,318.0,781.0,25.0,5.0,3.1,31.42,780.4991613528297,44.93331122451181,42.591813740453325
+1999,6,18,15,30,0.0,42.0,42.0,25.0,4.0,2.8000000000000003,33.02,41.05015877737806,26.06944133441891,25.946290858086776
+1999,6,18,16,30,0.0,67.0,67.0,24.0,5.0,2.5,35.21,65.48477709724594,25.740363629048094,25.543909297756358
+1999,6,18,17,30,1.0,112.0,112.0,22.0,5.0,1.6,39.16,109.72142939790402,25.096665140782203,24.76750085258849
+1999,6,18,18,30,232.0,59.0,98.0,20.0,9.0,0.9,60.13,64.81617568625009,21.91742826374881,21.72297973669006
+1999,6,18,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.86,0.0,18.0,18.0
+1999,6,18,20,30,0.0,0.0,0.0,16.0,7.0,1.0,63.14,0.0,16.0,16.0
+1999,6,18,21,30,0.0,0.0,0.0,15.0,6.0,1.3,70.89,0.0,15.0,15.0
+1999,6,18,22,30,0.0,0.0,0.0,13.0,6.0,1.6,74.09,0.0,13.0,13.0
+1999,6,18,23,30,0.0,0.0,0.0,13.0,6.0,1.9,76.56,0.0,13.0,13.0
+1999,6,19,0,30,0.0,0.0,0.0,12.0,5.0,2.0,73.45,0.0,12.0,12.0
+1999,6,19,1,30,0.0,0.0,0.0,11.0,4.0,2.0,75.25,0.0,11.0,11.0
+1999,6,19,2,30,0.0,0.0,0.0,11.0,4.0,1.9,72.54,0.0,11.0,11.0
+1999,6,19,3,30,0.0,0.0,0.0,11.0,3.0,1.8,75.28,0.0,11.0,11.0
+1999,6,19,4,30,0.0,0.0,0.0,12.0,3.0,1.9,68.79,0.0,12.0,12.0
+1999,6,19,5,30,249.0,50.0,89.0,16.0,4.0,2.7,56.56,52.990228861325086,17.3897007434169,17.230730056832925
+1999,6,19,6,30,707.0,64.0,304.0,20.0,4.0,3.0,41.2,234.10292888380837,26.018520074304725,25.3162112876533
+1999,6,19,7,30,822.0,78.0,505.0,23.0,4.0,2.8000000000000003,33.86,456.0053389896553,34.87987995067125,33.51186393370229
+1999,6,19,8,30,887.0,89.0,692.0,25.0,4.0,2.9000000000000004,29.06,671.780830876572,42.38556666951156,40.37022417688185
+1999,6,19,9,30,925.0,97.0,847.0,26.0,4.0,3.0,27.35,854.2300807038728,47.961283924571994,45.39859368246037
+1999,6,19,10,30,943.0,104.0,956.0,27.0,4.0,3.0,26.12,984.3692863481203,52.307014904352776,49.35390704530842
+1999,6,19,11,30,443.0,486.0,908.0,28.0,4.0,3.0,24.93,916.5414988200077,51.56323962234324,48.81361512588322
+1999,6,19,12,30,536.0,430.0,942.0,28.0,4.0,2.9000000000000004,25.08,955.5775123533986,52.73017357049061,49.86344103343041
+1999,6,19,13,30,13.0,188.0,200.0,28.0,4.0,2.7,25.22,195.99513998525526,33.14009087328931,32.552105453333546
+1999,6,19,14,30,0.0,87.0,87.0,27.0,4.0,2.3000000000000003,26.95,85.03247175314027,29.290173495705268,29.035076080445847
+1999,6,19,15,30,545.0,245.0,621.0,26.0,4.0,1.5,28.37,605.41431638931,43.20155119615392,41.38530824698599
+1999,6,19,16,30,3.0,142.0,143.0,25.0,4.0,0.8,32.05,140.2127551229579,29.17591112596855,28.75527286059968
+1999,6,19,17,30,393.0,118.0,257.0,23.0,5.0,1.0,38.63,216.68210669945472,29.366972806185615,28.71692648608725
+1999,6,19,18,30,297.0,52.0,102.0,20.0,8.0,1.9,59.27,60.247888932216796,21.666564743839164,21.485821077042512
+1999,6,19,19,30,0.0,0.0,0.0,17.0,8.0,3.0,65.19,0.0,17.0,17.0
+1999,6,19,20,30,0.0,0.0,0.0,16.0,7.0,3.9,70.87,0.0,16.0,16.0
+1999,6,19,21,30,0.0,0.0,0.0,15.0,7.0,3.7,69.58,0.0,15.0,15.0
+1999,6,19,22,30,0.0,0.0,0.0,14.0,7.0,3.0,72.66,0.0,14.0,14.0
+1999,6,19,23,30,0.0,0.0,0.0,14.0,6.0,2.3000000000000003,75.33,0.0,14.0,14.0
+1999,6,20,0,30,0.0,0.0,0.0,13.0,6.0,1.8,72.57000000000002,0.0,13.0,13.0
+1999,6,20,1,30,0.0,0.0,0.0,13.0,5.0,1.7000000000000002,75.21000000000002,0.0,13.0,13.0
+1999,6,20,2,30,0.0,0.0,0.0,12.0,5.0,1.8,73.31,0.0,12.0,12.0
+1999,6,20,3,30,0.0,0.0,0.0,12.0,5.0,1.9,76.48,0.0,12.0,12.0
+1999,6,20,4,30,0.0,0.0,0.0,13.0,4.0,2.2,70.06,0.0,13.0,13.0
+1999,6,20,5,30,410.0,46.0,110.0,15.0,5.0,2.9000000000000004,61.45,51.443900633677075,16.33135886452653,16.177027162625496
+1999,6,20,6,30,655.0,75.0,298.0,19.0,6.0,3.0,51.53,231.7447044603144,24.95789280620438,24.262658692823436
+1999,6,20,7,30,780.0,93.0,498.0,22.0,5.0,2.6,38.29,450.69387975073244,33.89852151223292,32.54643987298072
+1999,6,20,8,30,851.0,106.0,684.0,25.0,4.0,2.2,29.44,664.113935013457,43.00618781486838,41.013846009828015
+1999,6,20,9,30,891.0,117.0,839.0,27.0,3.0,1.6,25.02,845.4122618002095,50.860048990179834,48.3238122047792
+1999,6,20,10,30,668.0,311.0,915.0,28.0,3.0,1.5,23.29,929.0508870008816,54.396991223942685,51.60983856294004
+1999,6,20,11,30,345.0,462.0,792.0,29.0,3.0,1.9,22.31,795.3755664404471,51.00151574824615,48.615389048924804
+1999,6,20,12,30,39.0,425.0,462.0,29.0,3.0,2.4000000000000004,22.68,454.3392618573375,41.15543946833219,39.79242168276018
+1999,6,20,13,30,16.0,238.0,253.0,29.0,4.0,2.6,23.15,247.6971121258167,35.53931537472184,34.796224038344384
+1999,6,20,14,30,456.0,364.0,738.0,28.0,4.0,2.7,25.27,734.6366746133187,47.266290310298544,45.06238028645859
+1999,6,20,15,30,578.0,234.0,633.0,27.0,5.0,2.9000000000000004,27.69,617.2050200603704,42.97315453466449,41.12153947448338
+1999,6,20,16,30,0.0,25.0,25.0,25.0,5.0,3.1,32.58,24.43461831986789,25.6240401985543,25.550736343594696
+1999,6,20,17,30,35.0,133.0,146.0,22.0,6.0,3.2,42.02,139.05283147528274,25.52787766331324,25.110719168887393
+1999,6,20,18,30,0.0,3.0,3.0,19.0,8.0,3.2,57.67,2.9321541983841466,19.074391015214303,19.06559455261915
+1999,6,20,19,30,0.0,0.0,0.0,17.0,8.0,3.5,67.28,0.0,17.0,17.0
+1999,6,20,20,30,0.0,0.0,0.0,15.0,8.0,3.6,74.97,0.0,15.0,15.0
+1999,6,20,21,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,78.63,0.0,15.0,15.0
+1999,6,20,22,30,0.0,0.0,0.0,14.0,7.0,3.0,76.26,0.0,14.0,14.0
+1999,6,20,23,30,0.0,0.0,0.0,14.0,7.0,2.7,74.13,0.0,14.0,14.0
+1999,6,21,0,30,0.0,0.0,0.0,14.0,7.0,2.4000000000000004,78.22,0.0,14.0,14.0
+1999,6,21,1,30,0.0,0.0,0.0,13.0,7.0,2.1,77.7,0.0,13.0,13.0
+1999,6,21,2,30,0.0,0.0,0.0,13.0,7.0,2.0,81.85000000000002,0.0,13.0,13.0
+1999,6,21,3,30,0.0,0.0,0.0,12.0,6.0,1.8,79.98,0.0,12.0,12.0
+1999,6,21,4,30,0.0,0.0,0.0,13.0,6.0,2.0,72.97,0.0,13.0,13.0
+1999,6,21,5,30,387.0,45.0,105.0,17.0,7.0,2.6,65.74,49.800711623684315,18.31476122752464,18.16535909265359
+1999,6,21,6,30,609.0,74.0,281.0,20.0,7.0,3.3000000000000003,51.93,219.15723689921805,25.523555428718968,24.866083718021315
+1999,6,21,7,30,795.0,85.0,496.0,23.0,6.0,3.7,39.49,449.18771180476193,34.02639159205118,32.6788284566369
+1999,6,21,8,30,870.0,94.0,684.0,25.0,5.0,4.0,34.58,664.3286635527669,40.989061957530744,38.996075966872446
+1999,6,21,9,30,718.0,231.0,813.0,26.0,5.0,3.9,31.91,814.5281819496117,45.73325133712685,43.289666791278016
+1999,6,21,10,30,359.0,426.0,751.0,26.0,5.0,3.6,30.06,752.1885664576237,44.586290358334686,42.329724658961815
+1999,6,21,11,30,65.0,469.0,532.0,26.0,5.0,3.3000000000000003,32.33,523.1703060523524,39.18578489593261,37.616273977775556
+1999,6,21,12,30,0.0,87.0,87.0,25.0,5.0,2.9000000000000004,32.85,85.03247175314027,27.200625023504426,26.945527608245005
+1999,6,21,13,30,16.0,249.0,265.0,24.0,6.0,2.6,36.05,258.46074064286955,30.823480017762186,30.048097795833577
+1999,6,21,14,30,17.0,262.0,276.0,24.0,6.0,2.4000000000000004,39.73,270.20809188694,31.22917515725633,30.418550881595507
+1999,6,21,15,30,0.0,112.0,112.0,23.0,7.0,2.2,43.48,109.46709007300815,25.967992206580877,25.639590936361852
+1999,6,21,16,30,151.0,242.0,322.0,22.0,7.0,1.9,47.02,308.6644260447031,30.538212031000786,29.612218752866678
+1999,6,21,17,30,0.0,38.0,38.0,21.0,7.0,1.6,51.61,37.14061984619919,22.04821877928402,21.936796919745422
+1999,6,21,18,30,259.0,55.0,99.0,18.0,10.0,1.3,67.87,62.41358669265715,19.797319343096813,19.61007858301884
+1999,6,21,19,30,0.0,0.0,0.0,16.0,9.0,1.4,75.92,0.0,16.0,16.0
+1999,6,21,20,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,78.09,0.0,15.0,15.0
+1999,6,21,21,30,0.0,0.0,0.0,15.0,8.0,2.0,81.21000000000002,0.0,15.0,15.0
+1999,6,21,22,30,0.0,0.0,0.0,14.0,8.0,2.5,79.31,0.0,14.0,14.0
+1999,6,21,23,30,0.0,0.0,0.0,14.0,8.0,3.0,82.82000000000002,0.0,14.0,14.0
+1999,6,22,0,30,0.0,0.0,0.0,13.0,7.0,3.4000000000000004,80.82000000000002,0.0,13.0,13.0
+1999,6,22,1,30,0.0,0.0,0.0,13.0,7.0,3.5,78.41,0.0,13.0,13.0
+1999,6,22,2,30,0.0,0.0,0.0,13.0,6.0,3.5,80.71000000000002,0.0,13.0,13.0
+1999,6,22,3,30,0.0,0.0,0.0,13.0,6.0,3.4000000000000004,78.7,0.0,13.0,13.0
+1999,6,22,4,30,0.0,0.0,0.0,13.0,6.0,3.8,73.32000000000002,0.0,13.0,13.0
+1999,6,22,5,30,16.0,52.0,55.0,16.0,6.0,4.2,65.13,51.055472238668045,17.21278893785862,17.059622521142614
+1999,6,22,6,30,652.0,75.0,296.0,20.0,6.0,4.3,50.78,229.96412348245173,25.426983738374997,24.73709136792764
+1999,6,22,7,30,792.0,90.0,500.0,23.0,5.0,4.3,38.81,452.09242196007557,33.66904778478248,32.312770518902255
+1999,6,22,8,30,869.0,101.0,689.0,25.0,3.0,4.1000000000000005,28.08,669.9316489404324,41.01845467879045,39.00865973196915
+1999,6,22,9,30,913.0,108.0,847.0,26.0,2.0,3.8,24.45,853.7386053324664,46.81961245789974,44.25839664190234
+1999,6,22,10,30,648.0,325.0,910.0,27.0,2.0,3.5,22.71,923.5954569185308,49.97263584979063,47.20184947903503
+1999,6,22,11,30,537.0,430.0,942.0,28.0,2.0,3.3000000000000003,21.44,955.307745375437,52.07721213191021,49.211288895783895
+1999,6,22,12,30,38.0,423.0,460.0,28.0,2.0,3.3000000000000003,21.67,451.40034924291905,39.37692227217188,38.022721224443124
+1999,6,22,13,30,374.0,433.0,773.0,28.0,2.0,3.2,23.5,775.8399655001231,47.68365876159901,45.35613886509864
+1999,6,22,14,30,389.0,345.0,665.0,27.0,3.0,3.2,24.5,660.7881658082996,43.7647057999765,41.7823413025516
+1999,6,22,15,30,441.0,272.0,577.0,26.0,3.0,3.1,27.15,562.8330709758279,40.37429702264247,38.68579780971499
+1999,6,22,16,30,473.0,183.0,435.0,25.0,4.0,2.9000000000000004,29.83,405.1871857349937,35.486171244326236,34.27060968712126
+1999,6,22,17,30,56.0,142.0,162.0,24.0,5.0,1.9,35.26,153.369512860638,28.242476001124203,27.78236746254229
+1999,6,22,18,30,138.0,61.0,84.0,21.0,8.0,1.0,54.91,64.33685238022561,22.89046984903394,22.697459291893264
+1999,6,22,19,30,0.0,0.0,0.0,19.0,8.0,0.9,60.11,0.0,19.0,19.0
+1999,6,22,20,30,0.0,0.0,0.0,17.0,7.0,1.1,60.05,0.0,17.0,17.0
+1999,6,22,21,30,0.0,0.0,0.0,16.0,6.0,1.2000000000000002,64.92,0.0,16.0,16.0
+1999,6,22,22,30,0.0,0.0,0.0,14.0,6.0,1.3,66.73,0.0,14.0,14.0
+1999,6,22,23,30,0.0,0.0,0.0,13.0,5.0,1.3,73.28,0.0,13.0,13.0
+1999,6,23,0,30,0.0,0.0,0.0,12.0,5.0,1.3,71.57000000000002,0.0,12.0,12.0
+1999,6,23,1,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,76.66,0.0,11.0,11.0
+1999,6,23,2,30,0.0,0.0,0.0,11.0,5.0,1.0,77.37,0.0,11.0,11.0
+1999,6,23,3,30,0.0,0.0,0.0,11.0,5.0,1.0,77.31,0.0,11.0,11.0
+1999,6,23,4,30,0.0,0.0,0.0,12.0,5.0,1.3,71.56,0.0,12.0,12.0
+1999,6,23,5,30,490.0,37.0,112.0,14.0,6.0,1.9,67.04,42.707399796713474,15.181363331789486,15.053241132399345
+1999,6,23,6,30,729.0,57.0,303.0,18.0,5.0,2.0,51.12000000000001,230.24778872814923,24.326638973024288,23.63589560683984
+1999,6,23,7,30,845.0,68.0,505.0,22.0,5.0,1.6,40.41,454.2942800882838,34.821536034719294,33.45865319445444
+1999,6,23,8,30,909.0,77.0,692.0,24.0,4.0,1.4,32.97,672.1632913803617,43.22667391726793,41.210184043126844
+1999,6,23,9,30,946.0,82.0,848.0,26.0,5.0,1.4,31.29,854.8938640319907,50.45353051616602,47.88884892407005
+1999,6,23,10,30,967.0,86.0,959.0,27.0,5.0,1.5,28.13,987.9940526317804,55.07173503791502,52.107752880019675
+1999,6,23,11,30,975.0,88.0,1017.0,28.0,5.0,1.7000000000000002,27.11,1057.3300486625053,57.64172998108686,54.46973983509935
+1999,6,23,12,30,971.0,89.0,1017.0,29.0,5.0,2.0,27.58,1057.106558079231,58.04667005023873,54.87535037600104
+1999,6,23,13,30,957.0,89.0,960.0,29.0,5.0,2.2,26.23,989.6139147209648,55.83150145360489,52.862659709442
+1999,6,23,14,30,696.0,224.0,794.0,28.0,6.0,2.2,27.88,798.2209681861164,49.642245273221164,47.24758236866281
+1999,6,23,15,30,638.0,210.0,651.0,28.0,6.0,2.0,29.59,635.2968632053868,45.45638434313396,43.5504937535178
+1999,6,23,16,30,467.0,185.0,434.0,27.0,6.0,1.7000000000000002,31.79,404.60543339112064,38.34291512913239,37.12909882895903
+1999,6,23,17,30,0.0,110.0,110.0,25.0,6.0,1.3,35.43,107.51232060741872,28.09602417820466,27.773487216382406
+1999,6,23,18,30,0.0,2.0,2.0,22.0,10.0,1.1,53.33,1.9547694655894312,22.05705345581303,22.051189147416263
+1999,6,23,19,30,0.0,0.0,0.0,20.0,10.0,1.2000000000000002,60.89,0.0,20.0,20.0
+1999,6,23,20,30,0.0,0.0,0.0,19.0,9.0,1.3,67.31,0.0,19.0,19.0
+1999,6,23,21,30,0.0,0.0,0.0,17.0,10.0,1.4,73.36,0.0,17.0,17.0
+1999,6,23,22,30,0.0,0.0,0.0,17.0,10.0,1.6,77.91,0.0,17.0,17.0
+1999,6,23,23,30,0.0,0.0,0.0,16.0,9.0,1.9,75.8,0.0,16.0,16.0
+1999,6,24,0,30,0.0,0.0,0.0,15.0,9.0,1.9,78.69,0.0,15.0,15.0
+1999,6,24,1,30,0.0,0.0,0.0,14.0,9.0,1.7000000000000002,82.19,0.0,14.0,14.0
+1999,6,24,2,30,0.0,0.0,0.0,13.0,8.0,1.7000000000000002,85.67,0.0,13.0,13.0
+1999,6,24,3,30,0.0,0.0,0.0,13.0,8.0,1.8,88.78,0.0,13.0,13.0
+1999,6,24,4,30,0.0,0.0,0.0,14.0,7.0,2.3000000000000003,80.38,0.0,14.0,14.0
+1999,6,24,5,30,455.0,41.0,110.0,17.0,8.0,3.0,67.85,45.74006860475784,18.175925147157997,18.038704941343724
+1999,6,24,6,30,709.0,63.0,302.0,21.0,8.0,2.8000000000000003,52.69,230.70353577828487,27.010303114682586,26.31819250734773
+1999,6,24,7,30,834.0,76.0,506.0,24.0,6.0,2.0,38.86,456.3907467891539,36.540487365865914,35.17131512549845
+1999,6,24,8,30,904.0,85.0,697.0,26.0,4.0,1.7000000000000002,29.94,676.0959114089362,44.95401769074038,42.92572995651357
+1999,6,24,9,30,946.0,91.0,856.0,27.0,3.0,1.3,24.28,863.2060730329245,51.85768010386173,49.26806188476296
+1999,6,24,10,30,970.0,95.0,971.0,28.0,2.0,1.2000000000000002,21.3,999.2977900078297,56.97077091844261,53.97287754841912
+1999,6,24,11,30,981.0,97.0,1031.0,29.0,1.0,1.4,19.09,1072.002389293633,59.66373995990429,56.447732792023395
+1999,6,24,12,30,979.0,97.0,1032.0,30.0,1.0,2.0,17.56,1073.0243013014706,59.484050210060005,56.26497730615559
+1999,6,24,13,30,966.0,96.0,975.0,31.0,1.0,2.7,17.46,1005.2422760274802,57.3630855787656,54.347358750683156
+1999,6,24,14,30,939.0,93.0,863.0,30.0,1.0,3.4000000000000004,17.57,872.8916202955938,51.8552111379405,49.236536277053716
+1999,6,24,15,30,681.0,191.0,662.0,29.0,1.0,3.9,19.07,646.1268003928343,44.6534578303813,42.71507742920279
+1999,6,24,16,30,400.0,206.0,419.0,28.0,2.0,4.1000000000000005,21.16,393.29669307961547,37.40395227390451,36.22406219466566
+1999,6,24,17,30,0.0,103.0,103.0,25.0,4.0,4.1000000000000005,29.29,100.6706274778557,27.407093150905627,27.10508126847206
+1999,6,24,18,30,0.0,12.0,12.0,22.0,8.0,4.1000000000000005,46.91,11.728616793536586,22.280438036998714,22.245252186618103
+1999,6,24,19,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.21,0.0,19.0,19.0
+1999,6,24,20,30,0.0,0.0,0.0,18.0,10.0,4.1000000000000005,75.21000000000002,0.0,18.0,18.0
+1999,6,24,21,30,0.0,0.0,0.0,17.0,10.0,3.9,76.64,0.0,17.0,17.0
+1999,6,24,22,30,0.0,0.0,0.0,17.0,10.0,3.8,80.86,0.0,17.0,17.0
+1999,6,24,23,30,0.0,0.0,0.0,16.0,10.0,3.6,78.56,0.0,16.0,16.0
+1999,6,25,0,30,0.0,0.0,0.0,16.0,9.0,3.4000000000000004,80.36,0.0,16.0,16.0
+1999,6,25,1,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,76.24,0.0,15.0,15.0
+1999,6,25,2,30,0.0,0.0,0.0,15.0,7.0,3.2,71.48,0.0,15.0,15.0
+1999,6,25,3,30,0.0,0.0,0.0,15.0,7.0,3.2,67.14,0.0,15.0,15.0
+1999,6,25,4,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,63.93,0.0,16.0,16.0
+1999,6,25,5,30,356.0,49.0,103.0,18.0,6.0,3.7,53.07,51.99664974731712,19.276382693740846,19.120392744498893
+1999,6,25,6,30,631.0,78.0,290.0,22.0,6.0,3.8,40.3,226.18628469155823,27.515869566114535,26.837310712039862
+1999,6,25,7,30,775.0,92.0,492.0,25.0,5.0,3.6,31.4,444.3719920129895,35.98026111931111,34.64714514327214
+1999,6,25,8,30,848.0,104.0,677.0,28.0,3.0,3.3000000000000003,24.85,657.3493040486959,44.567581195653254,42.595533283507166
+1999,6,25,9,30,549.0,321.0,764.0,29.0,3.0,3.1,23.51,762.7925700014341,48.48109934061838,46.19272163061407
+1999,6,25,10,30,262.0,464.0,700.0,30.0,4.0,2.9000000000000004,23.28,698.2565764879444,48.070754187962976,45.97598445849914
+1999,6,25,11,30,77.0,481.0,554.0,30.0,4.0,2.8000000000000003,22.41,546.8141636479979,44.245637197708966,42.60519470676497
+1999,6,25,12,30,13.0,178.0,190.0,31.0,4.0,2.7,22.26,186.9625094232579,35.90320468357558,35.34231715530581
+1999,6,25,13,30,94.0,465.0,551.0,31.0,4.0,2.6,20.77,543.2049090226249,45.340854371332796,43.71123964426492
+1999,6,25,14,30,619.0,292.0,800.0,31.0,4.0,2.5,21.79,801.1922988337978,52.29297828551998,49.88940138901859
+1999,6,25,15,30,596.0,229.0,641.0,30.0,4.0,2.4000000000000004,23.19,626.2723227661907,46.755354311568595,44.87653734327002
+1999,6,25,16,30,532.0,166.0,450.0,29.0,4.0,2.0,25.04,417.9037747227767,40.48296069525659,39.22924937108826
+1999,6,25,17,30,358.0,126.0,253.0,27.0,5.0,1.3,27.91,217.12265338386328,33.25246465441846,32.60109669426687
+1999,6,25,18,30,403.0,52.0,121.0,24.0,9.0,1.0,45.33,65.43262171451899,25.92266786325657,25.726369998113015
+1999,6,25,19,30,0.0,0.0,0.0,21.0,9.0,1.3,52.43,0.0,21.0,21.0
+1999,6,25,20,30,0.0,0.0,0.0,19.0,8.0,1.7000000000000002,55.65,0.0,19.0,19.0
+1999,6,25,21,30,0.0,0.0,0.0,17.0,7.0,2.0,59.86,0.0,17.0,17.0
+1999,6,25,22,30,0.0,0.0,0.0,17.0,6.0,2.3000000000000003,59.56,0.0,17.0,17.0
+1999,6,25,23,30,0.0,0.0,0.0,16.0,5.0,2.5,58.65,0.0,16.0,16.0
+1999,6,26,0,30,0.0,0.0,0.0,15.0,3.0,3.0,53.16,0.0,15.0,15.0
+1999,6,26,1,30,0.0,0.0,0.0,14.0,2.0,3.1,51.89,0.0,14.0,14.0
+1999,6,26,2,30,0.0,0.0,0.0,13.0,1.0,2.6,53.37000000000001,0.0,13.0,13.0
+1999,6,26,3,30,0.0,0.0,0.0,12.0,2.0,1.8,57.59,0.0,12.0,12.0
+1999,6,26,4,30,0.0,0.0,0.0,13.0,2.0,1.4,55.21,0.0,13.0,13.0
+1999,6,26,5,30,511.0,36.0,113.0,17.0,4.0,1.5,51.9,40.5831184568277,18.153082394876492,18.03133303950601
+1999,6,26,6,30,749.0,56.0,307.0,20.0,1.0,1.8,33.68,232.03028274760396,26.461452547108333,25.765361698865522
+1999,6,26,7,30,863.0,68.0,511.0,23.0,0.0,1.8,25.73,460.4327043843443,35.821878400037946,34.44058028688491
+1999,6,26,8,30,926.0,76.0,701.0,25.0,0.0,1.7000000000000002,22.72,680.4612982762894,44.0763991731817,42.03501527835283
+1999,6,26,9,30,962.0,82.0,859.0,26.0,0.0,1.5,22.05,866.5336487854759,50.62069779200322,48.021096845646795
+1999,6,26,10,30,982.0,86.0,972.0,28.0,1.0,1.6,21.48,1001.1207555105353,56.25460588979749,53.251243623265886
+1999,6,26,11,30,988.0,90.0,1030.0,29.0,1.0,1.8,20.62,1071.9568940393563,58.85126993494758,55.635399252829515
+1999,6,26,12,30,983.0,92.0,1031.0,30.0,1.0,1.9,19.49,1072.3745510709937,59.663804834987246,56.44668118177427
+1999,6,26,13,30,969.0,92.0,974.0,30.0,1.0,1.8,18.18,1004.7686301032651,57.98024786832414,54.96594197801435
+1999,6,26,14,30,944.0,90.0,865.0,30.0,1.0,1.5,17.71,875.0159945067218,54.86170547919782,52.23665749567766
+1999,6,26,15,30,309.0,318.0,532.0,29.0,0.0,1.4,18.28,519.6426179083018,43.86394644896591,42.30501859524101
+1999,6,26,16,30,348.0,218.0,403.0,28.0,0.0,1.3,19.16,380.5194896554174,38.95779101032611,37.81623254135986
+1999,6,26,17,30,693.0,63.0,310.0,26.0,1.0,0.9,22.55,243.93169729995918,33.216123535137584,32.48432844323771
+1999,6,26,18,30,527.0,40.0,131.0,23.0,6.0,0.4,39.04,58.510837924796874,24.79033395216412,24.61480143838973
+1999,6,26,19,30,0.0,0.0,0.0,20.0,7.0,0.4,49.32,0.0,20.0,20.0
+1999,6,26,20,30,0.0,0.0,0.0,18.0,6.0,0.7000000000000001,53.67,0.0,18.0,18.0
+1999,6,26,21,30,0.0,0.0,0.0,17.0,6.0,1.0,60.41,0.0,17.0,17.0
+1999,6,26,22,30,0.0,0.0,0.0,16.0,5.0,1.4,61.94000000000001,0.0,16.0,16.0
+1999,6,26,23,30,0.0,0.0,0.0,16.0,4.0,1.9,57.95,0.0,16.0,16.0
+1999,6,27,0,30,0.0,0.0,0.0,15.0,4.0,2.6,54.56,0.0,15.0,15.0
+1999,6,27,1,30,0.0,0.0,0.0,14.0,4.0,3.3000000000000003,58.66,0.0,14.0,14.0
+1999,6,27,2,30,0.0,0.0,0.0,14.0,5.0,3.4000000000000004,68.03,0.0,14.0,14.0
+1999,6,27,3,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,78.82000000000002,0.0,13.0,13.0
+1999,6,27,4,30,0.0,0.0,0.0,13.0,7.0,3.5,76.53,0.0,13.0,13.0
+1999,6,27,5,30,108.0,53.0,69.0,15.0,7.0,3.7,68.82000000000001,52.832640397715394,16.29690409278257,16.138406171589423
+1999,6,27,6,30,77.0,133.0,159.0,19.0,7.0,3.5,56.36,148.1477128861438,22.684885449163616,22.240442310505184
+1999,6,27,7,30,444.0,184.0,412.0,22.0,3.0,3.4000000000000004,34.1,382.15960905467375,31.568403167227487,30.421924340063466
+1999,6,27,8,30,161.0,327.0,436.0,24.0,0.0,3.2,24.81,424.89136543645736,34.77982189614305,33.50514779983367
+1999,6,27,9,30,344.0,375.0,652.0,26.0,0.0,3.0,19.87,647.5450911438711,42.647647889963764,40.70501261653215
+1999,6,27,10,30,284.0,458.0,714.0,27.0,-1.0,2.9000000000000004,17.7,712.778793753864,45.44658655003906,43.30825016877746
+1999,6,27,11,30,523.0,438.0,936.0,28.0,-1.0,3.0,16.19,948.9364586623558,52.396077199587886,49.54926782360082
+1999,6,27,12,30,580.0,378.0,932.0,29.0,-1.0,3.4000000000000004,14.9,949.2047038136668,52.76591633214316,49.91830222070217
+1999,6,27,13,30,756.0,235.0,923.0,30.0,-2.0,3.6,14.54,943.6723313834527,53.31778058900821,50.48676359485785
+1999,6,27,14,30,697.0,248.0,821.0,30.0,-2.0,3.7,14.33,823.8338159249009,50.222980331906456,47.75147888413176
+1999,6,27,15,30,882.0,97.0,708.0,29.0,-2.0,3.6,14.25,691.3899307371304,46.083979438862116,44.00980964665072
+1999,6,27,16,30,574.0,155.0,461.0,28.0,-2.0,3.2,15.14,428.0441643774552,38.85981083878347,37.5756783456511
+1999,6,27,17,30,753.0,61.0,330.0,26.0,-1.0,2.1,19.17,258.218618498684,33.047981279095566,32.273325423599516
+1999,6,27,18,30,528.0,42.0,133.0,22.0,4.0,1.1,37.95,60.78079037848056,23.773996473335597,23.591654102200156
+1999,6,27,19,30,0.0,0.0,0.0,19.0,4.0,1.0,46.53,0.0,19.0,19.0
+1999,6,27,20,30,0.0,0.0,0.0,17.0,3.0,1.2000000000000002,45.26,0.0,17.0,17.0
+1999,6,27,21,30,0.0,0.0,0.0,16.0,2.0,1.4,45.31,0.0,16.0,16.0
+1999,6,27,22,30,0.0,0.0,0.0,15.0,1.0,1.8,45.61,0.0,15.0,15.0
+1999,6,27,23,30,0.0,0.0,0.0,14.0,0.0,2.1,45.12,0.0,14.0,14.0
+1999,6,28,0,30,0.0,0.0,0.0,13.0,0.0,1.9,47.78,0.0,13.0,13.0
+1999,6,28,1,30,0.0,0.0,0.0,11.0,0.0,1.4,57.08,0.0,11.0,11.0
+1999,6,28,2,30,0.0,0.0,0.0,10.0,1.0,1.3,63.75,0.0,10.0,10.0
+1999,6,28,3,30,0.0,0.0,0.0,9.0,1.0,1.3,68.38,0.0,9.0,9.0
+1999,6,28,4,30,0.0,0.0,0.0,10.0,1.0,1.6,67.62,0.0,10.0,10.0
+1999,6,28,5,30,481.0,34.0,106.0,12.0,1.0,1.6,58.82,37.33555817577593,13.053720518854085,12.941713844326758
+1999,6,28,6,30,749.0,56.0,306.0,15.0,1.0,1.4,44.08,230.59209257870782,21.595895712791084,20.90411943505496
+1999,6,28,7,30,855.0,71.0,508.0,18.0,0.0,1.5,33.72,458.2579834171197,31.02041915660095,29.64564520634959
+1999,6,28,8,30,913.0,82.0,697.0,21.0,0.0,1.4,27.24,676.5548098189784,40.352289662881695,38.32262523342476
+1999,6,28,9,30,947.0,90.0,854.0,23.0,0.0,1.2000000000000002,23.75,861.1458265634176,47.965589555187755,45.3821520754975
+1999,6,28,10,30,966.0,96.0,967.0,25.0,0.0,1.2000000000000002,20.81,995.3954203060398,53.85763681587571,50.87145055495759
+1999,6,28,11,30,974.0,100.0,1027.0,27.0,0.0,1.1,19.44,1067.6494512707714,58.16126574727146,54.95831739345915
+1999,6,28,12,30,973.0,101.0,1029.0,28.0,0.0,1.0,18.16,1071.4220331434149,59.48259472312668,56.26832862369643
+1999,6,28,13,30,961.0,99.0,974.0,28.0,0.0,1.0,17.05,1004.6575730384945,57.5207922079919,54.50681948887642
+1999,6,28,14,30,935.0,96.0,864.0,28.0,0.0,1.0,17.04,874.2277125090159,53.68824974403282,51.06556660650577
+1999,6,28,15,30,892.0,91.0,709.0,27.0,0.0,1.1,18.31,692.7715246431679,47.21978052426614,45.14146595033664
+1999,6,28,16,30,823.0,82.0,522.0,26.0,0.0,1.2000000000000002,19.84,477.1449306458733,39.832970130484796,38.40153533854718
+1999,6,28,17,30,704.0,69.0,320.0,24.0,0.0,1.6,23.21,253.50098229842882,31.154551844113936,30.39404889721865
+1999,6,28,18,30,472.0,46.0,127.0,20.0,2.0,2.3000000000000003,35.52,62.820419546966335,21.69193787819339,21.50347661955249
+1999,6,28,19,30,0.0,0.0,0.0,17.0,4.0,3.0,50.15,0.0,17.0,17.0
+1999,6,28,20,30,0.0,0.0,0.0,15.0,4.0,3.4000000000000004,56.35,0.0,15.0,15.0
+1999,6,28,21,30,0.0,0.0,0.0,15.0,3.0,3.9,53.93,0.0,15.0,15.0
+1999,6,28,22,30,0.0,0.0,0.0,14.0,3.0,4.6000000000000005,54.86,0.0,14.0,14.0
+1999,6,28,23,30,0.0,0.0,0.0,14.0,2.0,5.0,56.54,0.0,14.0,14.0
+1999,6,29,0,30,0.0,0.0,0.0,13.0,2.0,4.800000000000002,55.09,0.0,13.0,13.0
+1999,6,29,1,30,0.0,0.0,0.0,12.0,2.0,4.0,58.4,0.0,12.0,12.0
+1999,6,29,2,30,0.0,0.0,0.0,11.0,2.0,3.3000000000000003,63.55,0.0,11.0,11.0
+1999,6,29,3,30,0.0,0.0,0.0,11.0,2.0,2.7,64.59,0.0,11.0,11.0
+1999,6,29,4,30,0.0,0.0,0.0,12.0,2.0,2.7,59.75,0.0,12.0,12.0
+1999,6,29,5,30,465.0,38.0,107.0,15.0,2.0,2.9000000000000004,52.0,40.61188829699354,16.05102834006269,15.92919267517171
+1999,6,29,6,30,707.0,61.0,296.0,19.0,2.0,2.7,39.82,224.91299864069506,24.898479174963928,24.223740179041844
+1999,6,29,7,30,829.0,75.0,498.0,22.0,1.0,2.6,29.01,449.6253559876675,33.87031200340135,32.52143593543835
+1999,6,29,8,30,844.0,116.0,683.0,25.0,0.0,2.5,24.6,664.1193886548652,42.65004449269466,40.657686326730065
+1999,6,29,9,30,936.0,91.0,845.0,26.0,0.0,2.3000000000000003,21.89,852.675203692863,48.965040433160986,46.407014822082395
+1999,6,29,10,30,452.0,437.0,844.0,28.0,0.0,2.4000000000000004,20.68,848.8393684374903,50.709936005088416,48.16341789977594
+1999,6,29,11,30,363.0,477.0,823.0,29.0,0.0,2.8000000000000003,19.52,827.670246329868,50.5625176383393,48.079506899349695
+1999,6,29,12,30,269.0,497.0,755.0,29.0,0.0,3.4000000000000004,18.32,754.7270910615676,47.89664139642958,45.632460123244876
+1999,6,29,13,30,50.0,422.0,468.0,29.0,0.0,3.6,18.34,459.71247683718644,40.35931860289254,38.98018117238098
+1999,6,29,14,30,74.0,396.0,457.0,29.0,1.0,3.7,18.69,448.84271200706746,40.01792274312993,38.67139460710873
+1999,6,29,15,30,10.0,179.0,186.0,28.0,1.0,3.6,19.99,181.72699847122027,32.490404281789935,31.945223286376272
+1999,6,29,16,30,0.0,10.0,10.0,27.0,1.0,3.3000000000000003,21.2,9.773847327947157,27.246336321043227,27.217014779059387
+1999,6,29,17,30,6.0,117.0,120.0,25.0,1.0,2.3000000000000003,25.93,115.94932727336872,28.122854959893818,27.775006978073712
+1999,6,29,18,30,0.0,2.0,2.0,22.0,4.0,1.4,37.33,1.9547694655894312,22.05591456061389,22.050050252217122
+1999,6,29,19,30,0.0,0.0,0.0,19.0,5.0,1.8,50.11,0.0,19.0,19.0
+1999,6,29,20,30,0.0,0.0,0.0,17.0,5.0,2.2,51.92,0.0,17.0,17.0
+1999,6,29,21,30,0.0,0.0,0.0,16.0,5.0,2.0,56.43,0.0,16.0,16.0
+1999,6,29,22,30,0.0,0.0,0.0,15.0,6.0,1.4,62.74,0.0,15.0,15.0
+1999,6,29,23,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,67.99,0.0,15.0,15.0
+1999,6,30,0,30,0.0,0.0,0.0,14.0,6.0,0.5,72.2,0.0,14.0,14.0
+1999,6,30,1,30,0.0,0.0,0.0,13.0,6.0,0.6000000000000001,71.92,0.0,13.0,13.0
+1999,6,30,2,30,0.0,0.0,0.0,12.0,5.0,0.9,75.59,0.0,12.0,12.0
+1999,6,30,3,30,0.0,0.0,0.0,12.0,5.0,1.3,77.25,0.0,12.0,12.0
+1999,6,30,4,30,0.0,0.0,0.0,13.0,4.0,1.9,68.96000000000001,0.0,13.0,13.0
+1999,6,30,5,30,492.0,33.0,105.0,15.0,4.0,2.7,56.55,35.38344236438693,15.927952137876613,15.821801810783452
+1999,6,30,6,30,748.0,48.0,296.0,19.0,4.0,3.3000000000000003,42.09,221.035472930862,24.57089377344255,23.90778735464996
+1999,6,30,7,30,644.0,125.0,453.0,22.0,3.0,3.9,33.75,413.95099608611406,32.02862666761189,30.786773679353544
+1999,6,30,8,30,487.0,250.0,577.0,24.0,3.0,4.3,29.22,561.7952048770422,37.25795256666378,35.57256695203265
+1999,6,30,9,30,726.0,224.0,809.0,25.0,3.0,4.3,27.4,810.9657375526476,44.13819339916882,41.70529618651088
+1999,6,30,10,30,358.0,424.0,747.0,27.0,3.0,4.0,25.93,748.3388000744667,45.01101788326566,42.76600148304226
+1999,6,30,11,30,363.0,488.0,834.0,28.0,3.0,3.6,23.22,838.4018224078081,48.7165867750615,46.201381307838076
+1999,6,30,12,30,250.0,502.0,741.0,29.0,3.0,3.2,22.03,740.6460948973138,47.79076309979973,45.56882481510779
+1999,6,30,13,30,81.0,457.0,531.0,30.0,3.0,3.0,22.13,523.240717137953,43.45192379609813,41.88220164468427
+1999,6,30,14,30,28.0,324.0,348.0,29.0,3.0,2.7,22.24,340.0747647012938,37.918666015946286,36.8984417218424
+1999,6,30,15,30,8.0,163.0,169.0,28.0,3.0,2.3000000000000003,23.67,164.7408286117945,32.43695298476752,31.94273049893214
+1999,6,30,16,30,0.0,9.0,9.0,27.0,3.0,1.8,25.17,8.796462595152441,27.244959084512335,27.218569696726878
+1999,6,30,17,30,0.0,6.0,6.0,26.0,4.0,0.8,29.27,5.864308396768293,26.17465479983401,26.157061874643706
+1999,6,30,18,30,0.0,2.0,2.0,23.0,6.0,0.5,42.49,1.9547694655894312,23.05940958271915,23.053545274322385
+1999,6,30,19,30,0.0,0.0,0.0,21.0,6.0,0.6000000000000001,48.54,0.0,21.0,21.0
+1999,6,30,20,30,0.0,0.0,0.0,19.0,7.0,0.4,55.36,0.0,19.0,19.0
+1999,6,30,21,30,0.0,0.0,0.0,17.0,7.0,0.5,66.32000000000001,0.0,17.0,17.0
+1999,6,30,22,30,0.0,0.0,0.0,15.0,7.0,0.8,75.74,0.0,15.0,15.0
+1999,6,30,23,30,0.0,0.0,0.0,13.0,7.0,0.8,80.16,0.0,13.0,13.0
+1999,7,1,0,30,0.0,0.0,0.0,13.0,7.0,0.7000000000000001,84.78,0.0,13.0,13.0
+1999,7,1,1,30,0.0,0.0,0.0,12.0,7.0,0.7000000000000001,89.32000000000002,0.0,12.0,12.0
+1999,7,1,2,30,0.0,0.0,0.0,11.0,7.0,0.9,87.68,0.0,11.0,11.0
+1999,7,1,3,30,0.0,0.0,0.0,10.0,6.0,1.0,91.35,0.0,10.0,10.0
+1999,7,1,4,30,0.0,0.0,0.0,11.0,6.0,1.4,83.0,0.0,11.0,11.0
+1999,7,1,5,30,0.0,3.0,3.0,13.0,6.0,1.8,72.42,2.9321541983841466,13.081653028170777,13.072856565575625
+1999,7,1,6,30,0.0,104.0,104.0,17.0,6.0,1.9,59.59,101.64801221065042,19.81176646076667,19.506822424134718
+1999,7,1,7,30,714.0,104.0,467.0,20.0,5.0,2.0,44.88,424.51014865673676,31.664487488768216,30.390957042798007
+1999,7,1,8,30,907.0,75.0,683.0,23.0,5.0,2.1,36.2,663.8939846877417,41.120739715007076,39.12905776094385
+1999,7,1,9,30,944.0,81.0,840.0,26.0,4.0,2.0,29.2,848.5059165465478,49.314841068042746,46.7693233184031
+1999,7,1,10,30,966.0,84.0,953.0,28.0,4.0,1.8,25.31,982.8738618773647,55.37053432470243,52.421912739070336
+1999,7,1,11,30,977.0,86.0,1015.0,30.0,4.0,1.9,22.23,1056.7881317328547,59.23265650079648,56.06229210559792
+1999,7,1,12,30,977.0,87.0,1019.0,31.0,4.0,2.2,20.82,1062.1557274580143,59.79833490748787,56.611867725113825
+1999,7,1,13,30,969.0,84.0,967.0,32.0,4.0,2.7,19.39,998.4530974934364,58.18503527291314,55.18967598043283
+1999,7,1,14,30,951.0,80.0,861.0,32.0,3.0,3.2,18.83,873.166976339094,54.15292014903711,51.53341922001982
+1999,7,1,15,30,918.0,75.0,711.0,32.0,3.0,3.7,19.38,696.1086374533822,49.08765895739005,46.9993330450299
+1999,7,1,16,30,860.0,67.0,527.0,31.0,2.0,3.7,20.04,481.6569243279402,42.823426423052325,41.3784556500685
+1999,7,1,17,30,208.0,144.0,218.0,28.0,3.0,2.5,22.94,196.00731506031542,33.20921070941067,32.62118876422972
+1999,7,1,18,30,258.0,56.0,101.0,24.0,7.0,1.4,39.05,64.78820144256235,25.853212811226733,25.658848206899044
+1999,7,1,19,30,0.0,0.0,0.0,21.0,7.0,1.5,46.56,0.0,21.0,21.0
+1999,7,1,20,30,0.0,0.0,0.0,19.0,6.0,1.8,48.31,0.0,19.0,19.0
+1999,7,1,21,30,0.0,0.0,0.0,19.0,5.0,2.0,48.94,0.0,19.0,19.0
+1999,7,1,22,30,0.0,0.0,0.0,18.0,4.0,2.1,46.94,0.0,18.0,18.0
+1999,7,1,23,30,0.0,0.0,0.0,18.0,4.0,2.3000000000000003,47.8,0.0,18.0,18.0
+1999,7,2,0,30,0.0,0.0,0.0,17.0,3.0,2.5,46.29,0.0,17.0,17.0
+1999,7,2,1,30,0.0,0.0,0.0,16.0,3.0,3.0,50.78,0.0,16.0,16.0
+1999,7,2,2,30,0.0,0.0,0.0,16.0,4.0,3.3000000000000003,53.98,0.0,16.0,16.0
+1999,7,2,3,30,0.0,0.0,0.0,16.0,5.0,3.4000000000000004,55.69,0.0,16.0,16.0
+1999,7,2,4,30,0.0,0.0,0.0,18.0,5.0,3.9,51.65,0.0,18.0,18.0
+1999,7,2,5,30,0.0,39.0,39.0,20.0,5.0,4.4,42.81,38.11800457899391,20.893689807630203,20.77933579389322
+1999,7,2,6,30,349.0,114.0,229.0,24.0,5.0,4.4,34.03,191.9365831141321,28.50001960845021,27.924209859107812
+1999,7,2,7,30,574.0,143.0,435.0,28.0,4.0,4.2,27.11,398.8156564620505,37.473601852920915,36.27715488353476
+1999,7,2,8,30,725.0,163.0,648.0,30.0,3.0,4.0,20.11,630.8867313164553,45.18418154841762,43.29152135446825
+1999,7,2,9,30,645.0,267.0,785.0,32.0,2.0,3.8,18.32,786.3102430129914,51.17527733776582,48.816346608726846
+1999,7,2,10,30,485.0,420.0,856.0,33.0,2.0,4.0,17.01,862.6280177706583,53.76173072026638,51.173846666954404
+1999,7,2,11,30,168.0,508.0,669.0,34.0,2.0,4.2,15.85,663.7803541255541,49.767662805822475,47.77632174344581
+1999,7,2,12,30,39.0,425.0,463.0,34.0,1.0,4.1000000000000005,14.69,454.40523771965735,44.86509305498499,43.50187734182602
+1999,7,2,13,30,319.0,447.0,737.0,34.0,1.0,4.3,14.42,738.6501194701418,51.431598138042176,49.21564777963175
+1999,7,2,14,30,12.0,185.0,196.0,33.0,1.0,5.0,15.13,190.86092399975166,37.303093005862415,36.73051023386316
+1999,7,2,15,30,24.0,258.0,274.0,32.0,2.0,5.7,16.67,268.453941081744,37.78411432320203,36.9787524999568
+1999,7,2,16,30,0.0,85.0,85.0,30.0,3.0,5.6000000000000005,21.82,83.07770228755082,31.801593088815366,31.552359981952712
+1999,7,2,17,30,0.0,57.0,57.0,27.0,5.0,4.9,27.64,55.71092976929879,28.264239392227246,28.09710660291935
+1999,7,2,18,30,0.0,16.0,16.0,25.0,6.0,3.9,37.25,15.63815572471545,25.378859398856292,25.331944931682145
+1999,7,2,19,30,0.0,0.0,0.0,23.0,7.0,2.8000000000000003,43.24,0.0,23.0,23.0
+1999,7,2,20,30,0.0,0.0,0.0,21.0,7.0,2.3000000000000003,45.79,0.0,21.0,21.0
+1999,7,2,21,30,0.0,0.0,0.0,21.0,6.0,2.5,46.31,0.0,21.0,21.0
+1999,7,2,22,30,0.0,0.0,0.0,20.0,5.0,3.0,42.57,0.0,20.0,20.0
+1999,7,2,23,30,0.0,0.0,0.0,20.0,3.0,3.5,41.45,0.0,20.0,20.0
+1999,7,3,0,30,0.0,0.0,0.0,20.0,3.0,4.0,39.54,0.0,20.0,20.0
+1999,7,3,1,30,0.0,0.0,0.0,20.0,3.0,4.1000000000000005,38.64,0.0,20.0,20.0
+1999,7,3,2,30,0.0,0.0,0.0,19.0,5.0,3.7,46.16,0.0,19.0,19.0
+1999,7,3,3,30,0.0,0.0,0.0,19.0,6.0,3.1,50.81,0.0,19.0,19.0
+1999,7,3,4,30,0.0,0.0,0.0,19.0,7.0,3.2,52.98,0.0,19.0,19.0
+1999,7,3,5,30,0.0,31.0,31.0,21.0,7.0,3.7,47.97,30.29892671663619,21.743759951611725,21.652863171461817
+1999,7,3,6,30,52.0,126.0,144.0,24.0,7.0,4.2,40.44,135.09846898250453,27.209174678429957,26.803879271482444
+1999,7,3,7,30,194.0,226.0,324.0,27.0,7.0,4.2,32.28,308.2642584979192,34.32261335074509,33.39782057525133
+1999,7,3,8,30,869.0,90.0,671.0,29.0,6.0,3.7,26.86,652.599470165431,45.019621912401746,43.06182350190545
+1999,7,3,9,30,908.0,97.0,826.0,31.0,5.0,3.2,23.08,833.9381722225322,52.1576551096056,49.655840592938006
+1999,7,3,10,30,926.0,105.0,937.0,32.0,5.0,3.1,21.45,965.6292122631601,56.66138154736657,53.76449391057709
+1999,7,3,11,30,154.0,507.0,654.0,33.0,5.0,3.2,21.21,648.8542324226539,49.461932698702604,47.51537000143464
+1999,7,3,12,30,22.0,346.0,367.0,33.0,5.0,3.4000000000000004,21.09,360.18459367592385,42.01819900705989,40.93764522603212
+1999,7,3,13,30,0.0,100.0,100.0,32.0,5.0,3.6,22.65,97.73847327947156,34.415080106983964,34.12186468714555
+1999,7,3,14,30,9.0,153.0,161.0,31.0,6.0,3.7,24.84,157.0750758558905,34.85578512105645,34.38455989348878
+1999,7,3,15,30,0.0,106.0,106.0,29.0,6.0,3.6,27.34,103.60278167623987,31.559984913403003,31.249176568374285
+1999,7,3,16,30,171.0,243.0,335.0,28.0,7.0,3.2,32.07,320.4057434641891,36.128941018835064,35.167723788442494
+1999,7,3,17,30,629.0,80.0,304.0,26.0,7.0,2.1,35.15,245.76067049545867,32.70794621573268,31.970664204246305
+1999,7,3,18,30,426.0,48.0,121.0,24.0,9.0,1.0,49.18,63.70343296261393,25.871857494427122,25.68074719553928
+1999,7,3,19,30,0.0,0.0,0.0,22.0,10.0,0.9,58.0,0.0,22.0,22.0
+1999,7,3,20,30,0.0,0.0,0.0,20.0,9.0,1.2000000000000002,58.37000000000001,0.0,20.0,20.0
+1999,7,3,21,30,0.0,0.0,0.0,19.0,8.0,1.8,59.08,0.0,19.0,19.0
+1999,7,3,22,30,0.0,0.0,0.0,19.0,8.0,2.6,55.73,0.0,19.0,19.0
+1999,7,3,23,30,0.0,0.0,0.0,19.0,7.0,3.1,56.86,0.0,19.0,19.0
+1999,7,4,0,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,55.98,0.0,18.0,18.0
+1999,7,4,1,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.44,0.0,18.0,18.0
+1999,7,4,2,30,0.0,0.0,0.0,17.0,7.0,3.3000000000000003,59.39,0.0,17.0,17.0
+1999,7,4,3,30,0.0,0.0,0.0,17.0,7.0,3.1,63.34,0.0,17.0,17.0
+1999,7,4,4,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.82,0.0,18.0,18.0
+1999,7,4,5,30,444.0,37.0,100.0,20.0,7.0,3.9,50.89,36.916927984916356,20.89437177824503,20.78362099429028
+1999,7,4,6,30,691.0,61.0,286.0,24.0,8.0,4.2,44.07,217.54268245354297,29.16758238095243,28.514954333591803
+1999,7,4,7,30,810.0,76.0,486.0,27.0,7.0,4.1000000000000005,34.25,438.3753628769171,37.4818094407816,36.166683352150855
+1999,7,4,8,30,881.0,87.0,676.0,29.0,5.0,3.4000000000000004,25.23,656.8570981724604,45.44620046089186,43.475629166374475
+1999,7,4,9,30,923.0,94.0,834.0,30.0,4.0,2.8000000000000003,22.06,842.7798303590023,51.95615347770996,49.427813986632955
+1999,7,4,10,30,946.0,100.0,949.0,31.0,3.0,2.5,19.95,979.1484477768225,57.02245012484507,54.085004781514606
+1999,7,4,11,30,60.0,460.0,517.0,32.0,3.0,2.5,18.28,509.3283686400002,45.536223337938736,44.00823823201873
+1999,7,4,12,30,54.0,455.0,507.0,33.0,3.0,2.6,16.93,498.7450047699753,46.167092865020464,44.67085785071054
+1999,7,4,13,30,406.0,460.0,829.0,34.0,2.0,2.4000000000000004,16.61,833.8924612906808,56.31004490978864,53.808367525916594
+1999,7,4,14,30,436.0,368.0,726.0,33.0,2.0,2.0,16.43,724.6590404279927,52.91183564737366,50.73785852608968
+1999,7,4,15,30,449.0,271.0,582.0,33.0,2.0,1.4,17.46,570.0700663636451,49.306381821983145,47.59617162289221
+1999,7,4,16,30,484.0,180.0,439.0,32.0,2.0,0.8,18.63,410.74495742364576,44.233084187930885,43.00084931565995
+1999,7,4,17,30,347.0,127.0,251.0,29.0,3.0,0.30000000000000004,21.66,216.67336924980367,35.6748606242872,35.024840516537786
+1999,7,4,18,30,199.0,59.0,93.0,26.0,8.0,0.1,39.06,65.53657575502753,28.046466831703516,27.84985710443843
+1999,7,4,19,30,0.0,0.0,0.0,23.0,8.0,0.5,48.75,0.0,23.0,23.0
+1999,7,4,20,30,0.0,0.0,0.0,21.0,7.0,1.3,46.15,0.0,21.0,21.0
+1999,7,4,21,30,0.0,0.0,0.0,20.0,6.0,2.0,46.45,0.0,20.0,20.0
+1999,7,4,22,30,0.0,0.0,0.0,19.0,4.0,2.3000000000000003,47.7,0.0,19.0,19.0
+1999,7,4,23,30,0.0,0.0,0.0,18.0,3.0,2.5,43.01,0.0,18.0,18.0
+1999,7,5,0,30,0.0,0.0,0.0,18.0,2.0,2.5,43.06,0.0,18.0,18.0
+1999,7,5,1,30,0.0,0.0,0.0,17.0,2.0,2.3000000000000003,42.05,0.0,17.0,17.0
+1999,7,5,2,30,0.0,0.0,0.0,16.0,2.0,2.1,44.58,0.0,16.0,16.0
+1999,7,5,3,30,0.0,0.0,0.0,16.0,2.0,2.0,44.51,0.0,16.0,16.0
+1999,7,5,4,30,0.0,0.0,0.0,17.0,2.0,2.0,41.84,0.0,17.0,17.0
+1999,7,5,5,30,456.0,37.0,101.0,20.0,3.0,2.3000000000000003,37.31,36.64569414711721,20.9869758662443,20.87703878380295
+1999,7,5,6,30,709.0,61.0,291.0,25.0,2.0,2.3000000000000003,26.01,220.87942135341655,30.948929698278818,30.28629143421857
+1999,7,5,7,30,829.0,76.0,494.0,28.0,0.0,2.5,20.17,446.1558540226451,39.85731181576486,38.518844253696926
+1999,7,5,8,30,892.0,87.0,682.0,29.0,0.0,3.5,18.54,663.3735169443278,45.50012256231919,43.51000201148621
+1999,7,5,9,30,927.0,97.0,838.0,29.0,1.0,4.1000000000000005,19.12,848.5246373785645,49.288716720851895,46.7431428087162
+1999,7,5,10,30,943.0,104.0,950.0,30.0,2.0,4.6000000000000005,19.82,980.0422781469991,52.67911375813846,49.73898692369747
+1999,7,5,11,30,457.0,429.0,862.0,30.0,4.0,4.9,21.58,874.2332812907955,49.838838748172954,47.216138904300564
+1999,7,5,12,30,940.0,113.0,1008.0,30.0,5.0,5.2,23.22,1051.1211376875801,53.39238744904251,50.23902403597977
+1999,7,5,13,30,388.0,385.0,738.0,30.0,5.0,5.4,26.02,743.6645644507614,46.3368503792211,44.105856685868815
+1999,7,5,14,30,346.0,368.0,652.0,29.0,6.0,5.4,28.69,649.4438831591967,43.26700700295991,41.31867535348232
+1999,7,5,15,30,534.0,249.0,619.0,28.0,6.0,5.2,31.6,606.5493460979912,41.498574809466746,39.67892677117277
+1999,7,5,16,30,526.0,167.0,448.0,26.0,7.0,4.800000000000002,34.78,418.58996613574016,35.5610530755492,34.30528317714197
+1999,7,5,17,30,223.0,141.0,221.0,24.0,7.0,4.0,40.47,197.34101222513652,28.7496033881111,28.15758035143569
+1999,7,5,18,30,19.0,58.0,62.0,21.0,8.0,2.5,50.38,57.44713799933698,22.526750399081035,22.354408985083023
+1999,7,5,19,30,0.0,0.0,0.0,19.0,9.0,1.4,62.1,0.0,19.0,19.0
+1999,7,5,20,30,0.0,0.0,0.0,18.0,9.0,1.2000000000000002,71.83,0.0,18.0,18.0
+1999,7,5,21,30,0.0,0.0,0.0,16.0,9.0,1.1,76.47,0.0,16.0,16.0
+1999,7,5,22,30,0.0,0.0,0.0,16.0,9.0,1.0,81.21000000000002,0.0,16.0,16.0
+1999,7,5,23,30,0.0,0.0,0.0,15.0,9.0,0.9,86.60000000000002,0.0,15.0,15.0
+1999,7,6,0,30,0.0,0.0,0.0,14.0,9.0,0.9,86.69,0.0,14.0,14.0
+1999,7,6,1,30,0.0,0.0,0.0,14.0,9.0,0.9,92.73,0.0,14.0,14.0
+1999,7,6,2,30,0.0,0.0,0.0,14.0,9.0,0.9,92.42,0.0,14.0,14.0
+1999,7,6,3,30,0.0,0.0,0.0,13.0,9.0,0.9,91.71,0.0,13.0,13.0
+1999,7,6,4,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,84.85000000000002,0.0,14.0,14.0
+1999,7,6,5,30,356.0,42.0,91.0,17.0,9.0,2.0,71.21000000000002,41.41954147506437,18.138106414782264,18.013847790357072
+1999,7,6,6,30,615.0,74.0,272.0,21.0,10.0,3.1,56.12000000000001,211.51785027971044,26.40199317044388,25.767439619604747
+1999,7,6,7,30,748.0,93.0,469.0,24.0,10.0,3.8,47.05,425.7496226092147,34.382501261459396,33.10525239363175
+1999,7,6,8,30,826.0,105.0,655.0,27.0,10.0,3.9,39.78,637.6012935550281,42.446913756235034,40.534109875569946
+1999,7,6,9,30,873.0,113.0,811.0,29.0,10.0,3.9,35.0,819.8634841975368,48.86250758945914,46.402917136866535
+1999,7,6,10,30,897.0,120.0,924.0,30.0,9.0,4.1000000000000005,32.28,952.625441221529,52.77782738015805,49.91995105649347
+1999,7,6,11,30,415.0,492.0,885.0,31.0,9.0,4.5,30.0,893.9897062987748,51.82332633577129,49.141357216874965
+1999,7,6,12,30,11.0,163.0,174.0,31.0,9.0,5.1000000000000005,29.95,170.32730302821014,34.815272813598924,34.304290904514296
+1999,7,6,13,30,9.0,150.0,158.0,31.0,9.0,5.5,32.14,155.1303074183786,34.385921944725474,33.920531022470335
+1999,7,6,14,30,13.0,206.0,217.0,30.0,10.0,5.7,34.52,212.2354291767537,34.572829070214276,33.936122782684016
+1999,7,6,15,30,29.0,269.0,290.0,29.0,10.0,5.6000000000000005,36.78,282.6568994900352,35.12959557866269,34.28162488019258
+1999,7,6,16,30,67.0,229.0,265.0,27.0,10.0,5.2,39.55,256.3704801345641,32.70544857940748,31.93633713900379
+1999,7,6,17,30,135.0,146.0,194.0,25.0,10.0,4.3,45.53,178.7584991037725,29.21856876212486,28.68229326481354
+1999,7,6,18,30,0.0,53.0,53.0,23.0,11.0,2.7,56.55,51.801390838119936,24.35852274852705,24.20311857601269
+1999,7,6,19,30,0.0,0.0,0.0,21.0,11.0,1.6,67.63,0.0,21.0,21.0
+1999,7,6,20,30,0.0,0.0,0.0,20.0,11.0,1.8,70.16,0.0,20.0,20.0
+1999,7,6,21,30,0.0,0.0,0.0,19.0,11.0,2.3000000000000003,68.29,0.0,19.0,19.0
+1999,7,6,22,30,0.0,0.0,0.0,19.0,10.0,2.7,71.43,0.0,19.0,19.0
+1999,7,6,23,30,0.0,0.0,0.0,18.0,10.0,2.9000000000000004,75.68,0.0,18.0,18.0
+1999,7,7,0,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,75.41,0.0,17.0,17.0
+1999,7,7,1,30,0.0,0.0,0.0,17.0,10.0,2.6,79.73,0.0,17.0,17.0
+1999,7,7,2,30,0.0,0.0,0.0,16.0,10.0,2.3000000000000003,78.96000000000002,0.0,16.0,16.0
+1999,7,7,3,30,0.0,0.0,0.0,15.0,10.0,2.1,83.47,0.0,15.0,15.0
+1999,7,7,4,30,0.0,0.0,0.0,16.0,10.0,2.5,77.21000000000002,0.0,16.0,16.0
+1999,7,7,5,30,459.0,35.0,97.0,19.0,10.0,3.0,64.38,34.67584783672426,19.891476613701162,19.787449070190988
+1999,7,7,6,30,712.0,57.0,286.0,23.0,10.0,2.5,50.58,216.06294846737194,28.742221532480734,28.094032687078617
+1999,7,7,7,30,832.0,70.0,488.0,27.0,9.0,1.5,39.73,440.1151151682898,39.50492841153796,38.18458306603309
+1999,7,7,8,30,899.0,79.0,676.0,29.0,7.0,1.3,29.9,658.8440672247118,47.97268285411424,45.99615065244011
+1999,7,7,9,30,937.0,86.0,834.0,31.0,6.0,2.2,24.67,845.0557111074207,53.91208036151063,51.37691322818837
+1999,7,7,10,30,956.0,91.0,947.0,32.0,6.0,3.2,22.35,979.0116853156729,56.83828211266413,53.90124705671711
+1999,7,7,11,30,962.0,95.0,1006.0,33.0,5.0,3.9,20.74,1050.4737820190967,58.44941184727159,55.2979905012143
+1999,7,7,12,30,955.0,98.0,1007.0,33.0,6.0,4.5,20.9,1051.7647103977183,57.49831316708717,54.34301903589402
+1999,7,7,13,30,934.0,101.0,949.0,33.0,6.0,5.0,21.38,983.5597231717765,55.17504178924517,52.22436261972984
+1999,7,7,14,30,898.0,103.0,839.0,32.0,6.0,5.2,23.41,853.3234500635596,50.990458899108795,48.43048854891811
+1999,7,7,15,30,573.0,236.0,632.0,31.0,7.0,5.2,25.79,620.750433269748,44.81461576936046,42.95236446955121
+1999,7,7,16,30,669.0,126.0,483.0,30.0,8.0,4.9,28.4,448.3143353444413,40.17352690378107,38.82858389774774
+1999,7,7,17,30,614.0,82.0,300.0,28.0,8.0,3.8,35.55000000000001,244.23533073707205,33.95602085077625,33.22331485856503
+1999,7,7,18,30,375.0,52.0,116.0,25.0,10.0,2.4000000000000004,48.19,65.68625776321544,26.75737691450655,26.560318141216904
+1999,7,7,19,30,0.0,0.0,0.0,22.0,12.0,1.8,61.57,0.0,22.0,22.0
+1999,7,7,20,30,0.0,0.0,0.0,21.0,12.0,1.9,66.34,0.0,21.0,21.0
+1999,7,7,21,30,0.0,0.0,0.0,20.0,12.0,2.2,69.92,0.0,20.0,20.0
+1999,7,7,22,30,0.0,0.0,0.0,20.0,12.0,2.8000000000000003,73.61,0.0,20.0,20.0
+1999,7,7,23,30,0.0,0.0,0.0,19.0,11.0,3.5,72.19,0.0,19.0,19.0
+1999,7,8,0,30,0.0,0.0,0.0,19.0,11.0,3.9,70.47,0.0,19.0,19.0
+1999,7,8,1,30,0.0,0.0,0.0,19.0,11.0,3.8,69.07000000000001,0.0,19.0,19.0
+1999,7,8,2,30,0.0,0.0,0.0,19.0,11.0,3.4000000000000004,67.8,0.0,19.0,19.0
+1999,7,8,3,30,0.0,0.0,0.0,19.0,10.0,3.0,70.84,0.0,19.0,19.0
+1999,7,8,4,30,0.0,0.0,0.0,19.0,10.0,2.8000000000000003,65.75,0.0,19.0,19.0
+1999,7,8,5,30,162.0,47.0,68.0,21.0,10.0,3.0,58.54,46.09538931178862,22.185060038456783,22.046773870521417
+1999,7,8,6,30,0.0,50.0,50.0,24.0,10.0,3.1,51.87000000000001,48.86923663973578,25.248080397108602,25.101472687189393
+1999,7,8,7,30,753.0,86.0,462.0,26.0,10.0,2.9000000000000004,42.62,419.75573642560136,36.86320270707165,35.60393549779484
+1999,7,8,8,30,824.0,99.0,645.0,28.0,10.0,2.5,38.99,629.3007084539695,44.72468187684414,42.836779751482226
+1999,7,8,9,30,7.0,141.0,146.0,29.0,9.0,2.2,36.02,143.48891479068547,32.890429356854824,32.45996261248277
+1999,7,8,10,30,11.0,165.0,175.0,29.0,9.0,2.0,33.83,171.50869902626235,33.712634268784996,33.19810817170621
+1999,7,8,11,30,0.0,67.0,67.0,29.0,9.0,1.9,34.07,65.48477709724594,30.811426469916988,30.61497213862525
+1999,7,8,12,30,2.0,114.0,116.0,28.0,10.0,1.7000000000000002,37.16,113.42494798062421,31.179812855421513,30.83953801147964
+1999,7,8,13,30,14.0,195.0,207.0,27.0,10.0,1.1,43.88,203.85152763836737,32.94977276311585,32.33821818020075
+1999,7,8,14,30,0.0,31.0,31.0,25.0,11.0,0.5,49.14,30.29892671663619,25.92084853214688,25.829951751996973
+1999,7,8,15,30,9.0,176.0,182.0,24.0,12.0,0.30000000000000004,58.49,178.14776169490258,29.48803705761954,28.95359377253483
+1999,7,8,16,30,0.0,116.0,116.0,22.0,13.0,0.5,65.11,113.37662900418702,25.44575579771092,25.105625910698357
+1999,7,8,17,30,0.0,104.0,104.0,21.0,13.0,0.6000000000000001,76.23,101.64801221065042,24.06849375896558,23.76354972233363
+1999,7,8,18,30,0.0,43.0,43.0,19.0,14.0,0.6000000000000001,83.60000000000002,42.02754351017277,20.268704150341538,20.14262151981102
+1999,7,8,19,30,0.0,0.0,0.0,18.0,14.0,1.0,90.67,0.0,18.0,18.0
+1999,7,8,20,30,0.0,0.0,0.0,18.0,14.0,1.7000000000000002,91.26,0.0,18.0,18.0
+1999,7,8,21,30,0.0,0.0,0.0,18.0,14.0,2.2,95.92,0.0,18.0,18.0
+1999,7,8,22,30,0.0,0.0,0.0,18.0,13.0,2.4000000000000004,92.4,0.0,18.0,18.0
+1999,7,8,23,30,0.0,0.0,0.0,17.0,13.0,2.4000000000000004,88.78,0.0,17.0,17.0
+1999,7,9,0,30,0.0,0.0,0.0,17.0,12.0,2.0,91.84,0.0,17.0,17.0
+1999,7,9,1,30,0.0,0.0,0.0,16.0,12.0,1.6,88.2,0.0,16.0,16.0
+1999,7,9,2,30,0.0,0.0,0.0,15.0,10.0,1.3,86.48,0.0,15.0,15.0
+1999,7,9,3,30,0.0,0.0,0.0,14.0,8.0,2.1,80.68,0.0,14.0,14.0
+1999,7,9,4,30,0.0,0.0,0.0,14.0,5.0,3.8,65.92,0.0,14.0,14.0
+1999,7,9,5,30,426.0,36.0,93.0,16.0,4.0,5.300000000000002,54.44,35.615540457510164,16.787489220933743,16.680642599561214
+1999,7,9,6,30,686.0,61.0,280.0,17.0,4.0,6.0,49.59,212.5587558521871,21.492088198466973,20.854411930910413
+1999,7,9,7,30,127.0,221.0,285.0,19.0,5.0,6.1000000000000005,45.13,272.5092874478667,24.72212372113338,23.90459585878978
+1999,7,9,8,30,832.0,115.0,666.0,21.0,4.0,5.6000000000000005,40.57,649.5461473228775,35.08582348405776,33.13718504208913
+1999,7,9,9,30,931.0,93.0,835.0,22.0,3.0,4.9,33.64,846.2054654670727,41.20280791922837,38.66419152282715
+1999,7,9,10,30,958.0,96.0,952.0,24.0,2.0,4.4,30.39,985.3525676249072,47.10193191733631,44.145874214461585
+1999,7,9,11,30,970.0,97.0,1014.0,25.0,2.0,4.1000000000000005,28.14,1060.3700209553353,50.354062836537814,47.17295277367181
+1999,7,9,12,30,405.0,498.0,883.0,26.0,2.0,4.1000000000000005,26.32,892.2738968080155,47.33478691399726,44.657965223573214
+1999,7,9,13,30,158.0,477.0,621.0,26.0,2.0,4.2,24.72,615.9826730464263,40.63226053988953,38.78431252075025
+1999,7,9,14,30,440.0,362.0,722.0,26.0,2.0,4.3,24.62,722.8574389180561,43.05890252255387,40.89033020579971
+1999,7,9,15,30,508.0,241.0,593.0,25.0,2.0,4.4,26.18,581.6799786235886,38.63768838217021,36.89264844629945
+1999,7,9,16,30,35.0,209.0,228.0,24.0,2.0,4.2,28.04,221.30134379655334,29.256866892447114,28.592962861057455
+1999,7,9,17,30,25.0,130.0,139.0,22.0,2.0,3.6,32.01,133.7451002320135,25.304790019108623,24.903554718412583
+1999,7,9,18,30,324.0,50.0,105.0,19.0,3.0,2.2,40.57,61.62719080664651,20.67090421336321,20.486022640943272
+1999,7,9,19,30,0.0,0.0,0.0,17.0,5.0,1.4,51.36,0.0,17.0,17.0
+1999,7,9,20,30,0.0,0.0,0.0,15.0,5.0,1.4,59.04,0.0,15.0,15.0
+1999,7,9,21,30,0.0,0.0,0.0,14.0,5.0,1.3,63.84,0.0,14.0,14.0
+1999,7,9,22,30,0.0,0.0,0.0,14.0,5.0,1.2000000000000002,69.06,0.0,14.0,14.0
+1999,7,9,23,30,0.0,0.0,0.0,13.0,5.0,1.1,69.37,0.0,13.0,13.0
+1999,7,10,0,30,0.0,0.0,0.0,13.0,5.0,1.0,69.64,0.0,13.0,13.0
+1999,7,10,1,30,0.0,0.0,0.0,13.0,5.0,0.9,74.17,0.0,13.0,13.0
+1999,7,10,2,30,0.0,0.0,0.0,12.0,5.0,0.9,79.38,0.0,12.0,12.0
+1999,7,10,3,30,0.0,0.0,0.0,11.0,5.0,0.9,84.99,0.0,11.0,11.0
+1999,7,10,4,30,0.0,0.0,0.0,11.0,5.0,1.3,79.25,0.0,11.0,11.0
+1999,7,10,5,30,438.0,35.0,92.0,13.0,5.0,1.8,71.25,34.63815572471545,13.964584436498123,13.860669969323977
+1999,7,10,6,30,693.0,60.0,280.0,16.0,6.0,1.5,59.75,212.34318005766556,22.033276690086147,21.39624714991315
+1999,7,10,7,30,814.0,76.0,481.0,19.0,5.0,1.1,47.8,435.6788604523658,31.716069618979667,30.40903303762257
+1999,7,10,8,30,882.0,88.0,671.0,22.0,5.0,1.5,37.51,654.838852511393,40.60584353849666,38.641326980962475
+1999,7,10,9,30,923.0,96.0,830.0,24.0,4.0,2.2,32.18,842.2439443752393,46.83584464772422,44.30911281459851
+1999,7,10,10,30,945.0,102.0,946.0,26.0,4.0,2.9000000000000004,27.93,978.931492766479,51.33457036898258,48.39777589068314
+1999,7,10,11,30,952.0,107.0,1007.0,27.0,3.0,3.5,25.64,1052.2267376197228,53.172088108141594,50.01540789528242
+1999,7,10,12,30,946.0,112.0,1010.0,28.0,3.0,4.0,25.01,1056.8518017887225,53.43630866137645,50.265753256010285
+1999,7,10,13,30,928.0,113.0,955.0,28.0,3.0,4.3,23.1,990.3035146893897,51.37043269571147,48.3995221516433
+1999,7,10,14,30,894.0,113.0,845.0,28.0,3.0,4.3,24.11,860.5216947455175,48.30767744630035,45.7261123620638
+1999,7,10,15,30,837.0,112.0,690.0,27.0,2.0,4.0,25.23,679.945883251289,43.364937193786005,41.32509954403214
+1999,7,10,16,30,582.0,150.0,460.0,26.0,2.0,3.7,26.82,429.7915718247301,36.55026673561916,35.26089202014497
+1999,7,10,17,30,608.0,88.0,303.0,24.0,3.0,3.0,29.14,248.5490716363551,30.38991397598302,29.644266761073954
+1999,7,10,18,30,250.0,54.0,96.0,21.0,5.0,2.1,40.27,62.56486531941593,22.707684759775084,22.519990163816836
+1999,7,10,19,30,0.0,0.0,0.0,18.0,6.0,2.2,53.74,0.0,18.0,18.0
+1999,7,10,20,30,0.0,0.0,0.0,17.0,6.0,2.8000000000000003,62.59,0.0,17.0,17.0
+1999,7,10,21,30,0.0,0.0,0.0,16.0,7.0,3.2,63.58,0.0,16.0,16.0
+1999,7,10,22,30,0.0,0.0,0.0,15.0,7.0,3.3000000000000003,67.78,0.0,15.0,15.0
+1999,7,10,23,30,0.0,0.0,0.0,15.0,6.0,3.6,66.93,0.0,15.0,15.0
+1999,7,11,0,30,0.0,0.0,0.0,15.0,6.0,3.9,69.28,0.0,15.0,15.0
+1999,7,11,1,30,0.0,0.0,0.0,14.0,6.0,3.8,68.01,0.0,14.0,14.0
+1999,7,11,2,30,0.0,0.0,0.0,14.0,6.0,3.6,72.4,0.0,14.0,14.0
+1999,7,11,3,30,0.0,0.0,0.0,13.0,6.0,3.2,72.41,0.0,13.0,13.0
+1999,7,11,4,30,0.0,0.0,0.0,14.0,5.0,3.0,71.04,0.0,14.0,14.0
+1999,7,11,5,30,409.0,36.0,89.0,16.0,5.0,2.9000000000000004,61.39,35.585386767903124,16.920943387602264,16.814187227298554
+1999,7,11,6,30,670.0,63.0,274.0,19.0,5.0,2.9000000000000004,45.55,209.39377101949253,24.419073005536074,23.790891692477597
+1999,7,11,7,30,790.0,82.0,474.0,22.0,4.0,3.2,35.02,430.15880725638306,32.91346096082201,31.622984539052858
+1999,7,11,8,30,854.0,97.0,660.0,24.0,4.0,3.1,30.88,644.9997032263287,40.47276571296159,38.537766603282606
+1999,7,11,9,30,887.0,110.0,815.0,26.0,4.0,3.0,29.34,826.3650225146582,47.24490496731985,44.765809899775874
+1999,7,11,10,30,900.0,124.0,926.0,27.0,4.0,3.0,27.64,958.3823325913974,51.638919876235924,48.76377287846173
+1999,7,11,11,30,372.0,471.0,823.0,28.0,4.0,3.0,25.83,830.6508289468358,49.35508817677233,46.86313568993182
+1999,7,11,12,30,370.0,478.0,830.0,27.0,4.0,2.9000000000000004,27.51,837.7915222836582,48.68189340384777,46.168518836996796
+1999,7,11,13,30,419.0,450.0,830.0,26.0,4.0,2.4000000000000004,29.93,837.1822581208334,48.39806047346357,45.88651369910107
+1999,7,11,14,30,239.0,411.0,606.0,24.0,5.0,1.9,33.79,602.2834070129504,40.660240046857076,38.853389825818226
+1999,7,11,15,30,0.0,48.0,48.0,22.0,6.0,1.7000000000000002,41.34,46.914467174146345,23.315224106173577,23.17448070465114
+1999,7,11,16,30,0.0,101.0,101.0,21.0,7.0,1.7000000000000002,51.15,98.71585801226628,23.767450723406903,23.471303149370105
+1999,7,11,17,30,0.0,108.0,108.0,19.0,8.0,1.4,58.74,105.5575511418293,22.019386273150143,21.702713619724655
+1999,7,11,18,30,0.0,29.0,29.0,18.0,9.0,0.8,69.91,28.344157251046756,18.844164865864393,18.75913239411125
+1999,7,11,19,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,83.64,0.0,16.0,16.0
+1999,7,11,20,30,0.0,0.0,0.0,14.0,10.0,0.8,87.66,0.0,14.0,14.0
+1999,7,11,21,30,0.0,0.0,0.0,14.0,9.0,0.9,92.54,0.0,14.0,14.0
+1999,7,11,22,30,0.0,0.0,0.0,13.0,9.0,1.0,91.71,0.0,13.0,13.0
+1999,7,11,23,30,0.0,0.0,0.0,13.0,9.0,1.1,90.93,0.0,13.0,13.0
+1999,7,12,0,30,0.0,0.0,0.0,13.0,9.0,1.3,95.83,0.0,13.0,13.0
+1999,7,12,1,30,0.0,0.0,0.0,12.0,8.0,1.6,93.26,0.0,12.0,12.0
+1999,7,12,2,30,0.0,0.0,0.0,12.0,8.0,1.7000000000000002,95.99,0.0,12.0,12.0
+1999,7,12,3,30,0.0,0.0,0.0,11.0,7.0,1.9,92.2,0.0,11.0,11.0
+1999,7,12,4,30,0.0,0.0,0.0,12.0,7.0,2.4000000000000004,83.43,0.0,12.0,12.0
+1999,7,12,5,30,374.0,38.0,85.0,15.0,7.0,3.0,74.7,37.49492569908198,15.963951899621435,15.85146712252419
+1999,7,12,6,30,649.0,67.0,270.0,19.0,7.0,3.0,58.48,207.91295277029155,24.34520557227645,23.721466713965572
+1999,7,12,7,30,784.0,84.0,471.0,22.0,6.0,2.8000000000000003,44.65,428.7261417834552,33.169200578630615,31.88302215328025
+1999,7,12,8,30,859.0,96.0,661.0,24.0,5.0,3.0,34.980000000000004,646.6698271844409,40.62514584893736,38.68513636738403
+1999,7,12,9,30,904.0,104.0,821.0,26.0,5.0,3.2,31.75,833.8981107175006,47.15663871830123,44.65494438614873
+1999,7,12,10,30,928.0,110.0,937.0,27.0,4.0,3.3000000000000003,29.18,970.5767325414298,51.462045861998455,48.55031566437417
+1999,7,12,11,30,938.0,114.0,1000.0,28.0,4.0,3.3000000000000003,26.93,1045.1359377375552,54.3412076384878,51.205799825275136
+1999,7,12,12,30,937.0,116.0,1005.0,29.0,4.0,3.3000000000000003,24.95,1052.0153004949916,55.51459247415461,52.35854657266964
+1999,7,12,13,30,925.0,114.0,952.0,29.0,4.0,3.3000000000000003,23.25,988.8406578629929,53.922362871315514,50.95584089772653
+1999,7,12,14,30,900.0,110.0,845.0,29.0,4.0,3.4000000000000004,23.08,863.0359751791459,50.60844830975842,48.01934038422098
+1999,7,12,15,30,859.0,101.0,693.0,28.0,4.0,3.4000000000000004,24.32,684.4958113891743,45.13821067027812,43.0847232361106
+1999,7,12,16,30,793.0,88.0,509.0,27.0,4.0,3.2,25.71,471.9556574575762,38.973879311582806,37.55801233921008
+1999,7,12,17,30,676.0,71.0,309.0,25.0,4.0,2.4000000000000004,29.23,249.96276448690818,31.687529580068844,30.93764128660812
+1999,7,12,18,30,197.0,56.0,89.0,22.0,7.0,1.4,43.13,62.3199398378143,23.78261023351151,23.595650413998065
+1999,7,12,19,30,0.0,0.0,0.0,19.0,7.0,1.1,53.27,0.0,19.0,19.0
+1999,7,12,20,30,0.0,0.0,0.0,18.0,6.0,1.3,54.29,0.0,18.0,18.0
+1999,7,12,21,30,0.0,0.0,0.0,17.0,6.0,1.7000000000000002,56.18,0.0,17.0,17.0
+1999,7,12,22,30,0.0,0.0,0.0,16.0,6.0,2.0,59.26,0.0,16.0,16.0
+1999,7,12,23,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,62.94000000000001,0.0,16.0,16.0
+1999,7,13,0,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,62.3,0.0,15.0,15.0
+1999,7,13,1,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,66.26,0.0,15.0,15.0
+1999,7,13,2,30,0.0,0.0,0.0,14.0,5.0,2.5,65.76,0.0,14.0,14.0
+1999,7,13,3,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,67.44,0.0,14.0,14.0
+1999,7,13,4,30,0.0,0.0,0.0,15.0,4.0,2.2,58.8,0.0,15.0,15.0
+1999,7,13,5,30,416.0,35.0,87.0,18.0,4.0,2.7,45.3,34.60046361270665,18.907418047409912,18.80361665657179
+1999,7,13,6,30,684.0,63.0,276.0,23.0,3.0,3.0,31.9,210.88781417703677,28.421685875962254,27.789022433431143
+1999,7,13,7,30,810.0,80.0,479.0,26.0,1.0,2.8000000000000003,23.41,435.57057794254405,37.347512262612575,36.04080052878494
+1999,7,13,8,30,879.0,93.0,670.0,29.0,0.0,2.7,18.87,656.0299732756314,46.204782110882874,44.23669219105598
+1999,7,13,9,30,917.0,103.0,830.0,30.0,0.0,2.3000000000000003,16.490000000000002,843.0824873490991,52.70668048819684,50.177433026149544
+1999,7,13,10,30,937.0,112.0,945.0,31.0,0.0,2.0,15.5,980.7228011052543,57.94783359041001,55.00566518709425
+1999,7,13,11,30,525.0,427.0,923.0,32.0,0.0,1.9,14.63,939.9496156708717,58.000693438813364,55.18084459180075
+1999,7,13,12,30,466.0,468.0,910.0,33.0,0.0,2.1,13.85,924.2939815368227,58.22826090592469,55.455378961314224
+1999,7,13,13,30,421.0,451.0,832.0,33.0,0.0,2.3000000000000003,13.97,840.2269398130086,55.629772230115535,53.10909141067651
+1999,7,13,14,30,388.0,361.0,678.0,32.0,0.0,2.5,15.02,678.6292260253039,50.035666836425236,47.99977915834933
+1999,7,13,15,30,505.0,255.0,603.0,31.0,0.0,2.3000000000000003,16.25,593.6742717277826,46.989386809079605,45.208363993896256
+1999,7,13,16,30,85.0,233.0,278.0,30.0,1.0,1.8,17.76,269.0980828661897,37.493696393281084,36.68640214468252
+1999,7,13,17,30,118.0,143.0,185.0,27.0,3.0,1.1,24.29,171.26625810406475,31.99871317872109,31.484914404408897
+1999,7,13,18,30,0.0,18.0,18.0,24.0,8.0,0.9,43.01,17.592925190304882,24.52044372635001,24.467664950779096
+1999,7,13,19,30,0.0,0.0,0.0,22.0,9.0,1.1,49.18,0.0,22.0,22.0
+1999,7,13,20,30,0.0,0.0,0.0,21.0,9.0,1.5,53.48,0.0,21.0,21.0
+1999,7,13,21,30,0.0,0.0,0.0,21.0,9.0,1.9,56.07,0.0,21.0,21.0
+1999,7,13,22,30,0.0,0.0,0.0,20.0,8.0,2.6,54.77,0.0,20.0,20.0
+1999,7,13,23,30,0.0,0.0,0.0,19.0,8.0,3.5,58.21,0.0,19.0,19.0
+1999,7,14,0,30,0.0,0.0,0.0,19.0,8.0,4.1000000000000005,62.94000000000001,0.0,19.0,19.0
+1999,7,14,1,30,0.0,0.0,0.0,19.0,9.0,4.3,63.53,0.0,19.0,19.0
+1999,7,14,2,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.76,0.0,19.0,19.0
+1999,7,14,3,30,0.0,0.0,0.0,18.0,9.0,3.7,65.21000000000001,0.0,18.0,18.0
+1999,7,14,4,30,0.0,0.0,0.0,18.0,10.0,3.5,67.98,0.0,18.0,18.0
+1999,7,14,5,30,210.0,46.0,72.0,20.0,10.0,3.6,66.01,45.15569669100272,21.1157799087327,20.980312818659694
+1999,7,14,6,30,373.0,102.0,218.0,22.0,10.0,3.3000000000000003,58.86,180.68414979843442,26.553894412172955,26.011841962777652
+1999,7,14,7,30,559.0,140.0,414.0,24.0,9.0,2.5,46.25,382.95493567918265,34.17764541873247,33.02878061169492
+1999,7,14,8,30,484.0,229.0,546.0,26.0,8.0,1.6,38.47,534.6822074958147,41.09032248699812,39.486275864510674
+1999,7,14,9,30,146.0,400.0,516.0,27.0,8.0,1.2000000000000002,35.98000000000001,509.1017628601515,41.759434768570024,40.23212947998957
+1999,7,14,10,30,12.0,177.0,189.0,28.0,8.0,1.8,35.87,184.16314445363906,33.12847463151115,32.575985198150235
+1999,7,14,11,30,371.0,482.0,831.0,27.0,8.0,2.5,35.55000000000001,840.4002199675731,49.33499206240856,46.81379140250584
+1999,7,14,12,30,258.0,495.0,739.0,27.0,8.0,2.8000000000000003,35.2,742.3199711141997,46.33896686683859,44.11200695349599
+1999,7,14,13,30,473.0,430.0,858.0,27.0,8.0,2.4000000000000004,34.69,869.1252632708041,50.25266692756969,47.64529113775728
+1999,7,14,14,30,29.0,325.0,349.0,27.0,8.0,2.2,36.59,342.00792375486526,36.27289518353279,35.24687141226819
+1999,7,14,15,30,12.0,203.0,212.0,26.0,8.0,2.6,38.84,206.600452785503,31.45434504960431,30.834543691247802
+1999,7,14,16,30,6.0,155.0,159.0,25.0,8.0,2.5,42.26,154.4205790348941,29.103976087904847,28.640714350800167
+1999,7,14,17,30,0.0,14.0,14.0,23.0,10.0,1.8,50.14,13.683386259126019,23.38104746479696,23.339997306019583
+1999,7,14,18,30,0.0,40.0,40.0,21.0,12.0,1.2000000000000002,64.73,39.09538931178863,22.13341946619364,22.016133298258275
+1999,7,14,19,30,0.0,0.0,0.0,19.0,12.0,1.2000000000000002,75.21000000000002,0.0,19.0,19.0
+1999,7,14,20,30,0.0,0.0,0.0,19.0,12.0,1.3,80.68,0.0,19.0,19.0
+1999,7,14,21,30,0.0,0.0,0.0,18.0,12.0,1.3,80.2,0.0,18.0,18.0
+1999,7,14,22,30,0.0,0.0,0.0,18.0,12.0,1.3,83.87,0.0,18.0,18.0
+1999,7,14,23,30,0.0,0.0,0.0,17.0,11.0,1.5,81.82000000000002,0.0,17.0,17.0
+1999,7,15,0,30,0.0,0.0,0.0,16.0,11.0,1.6,85.05,0.0,16.0,16.0
+1999,7,15,1,30,0.0,0.0,0.0,16.0,11.0,1.6,88.21000000000002,0.0,16.0,16.0
+1999,7,15,2,30,0.0,0.0,0.0,15.0,10.0,1.4,85.87,0.0,15.0,15.0
+1999,7,15,3,30,0.0,0.0,0.0,15.0,10.0,1.4,83.95,0.0,15.0,15.0
+1999,7,15,4,30,0.0,0.0,0.0,16.0,10.0,1.9,82.31,0.0,16.0,16.0
+1999,7,15,5,30,352.0,34.0,76.0,18.0,10.0,2.8000000000000003,73.38,33.54769465589431,18.873986664315876,18.773343580348193
+1999,7,15,6,30,103.0,122.0,154.0,20.0,10.0,3.3000000000000003,60.24,141.48629387907923,23.56596659869599,23.14150771705875
+1999,7,15,7,30,145.0,218.0,289.0,23.0,9.0,3.5,46.28,276.7809026217141,29.884385191021856,29.054042483156714
+1999,7,15,8,30,0.0,74.0,74.0,25.0,7.0,3.5,35.98000000000001,72.32647022680895,26.798979900101184,26.582000489420757
+1999,7,15,9,30,20.0,274.0,290.0,27.0,5.0,3.4000000000000004,31.03,283.9812535124202,34.11024153563212,33.25829777509486
+1999,7,15,10,30,257.0,455.0,683.0,28.0,5.0,3.3000000000000003,27.94,683.589353852286,45.22892540492126,43.178157343364404
+1999,7,15,11,30,15.0,204.0,218.0,29.0,4.0,3.3000000000000003,25.87,214.3171121578142,34.401566770396215,33.75861543392277
+1999,7,15,12,30,15.0,213.0,228.0,29.0,4.0,3.2,24.47,223.2208609010239,34.66328553545675,33.99362295275368
+1999,7,15,13,30,0.0,85.0,85.0,28.0,5.0,3.0,26.52,83.07770228755082,30.135833247916786,29.88660014105413
+1999,7,15,14,30,413.0,358.0,695.0,27.0,5.0,2.4000000000000004,28.91,696.8178034138851,45.6427353762645,43.55228196602284
+1999,7,15,15,30,38.0,284.0,310.0,26.0,5.0,1.7000000000000002,31.35,303.4997017265775,34.508465468563614,33.59796636338388
+1999,7,15,16,30,24.0,194.0,207.0,25.0,6.0,1.0,34.02,201.29132686380274,30.91473114132353,30.31085716073212
+1999,7,15,17,30,0.0,72.0,72.0,23.0,7.0,0.7000000000000001,40.34,70.37170076121953,25.110046307878573,24.898931205594913
+1999,7,15,18,30,0.0,47.0,47.0,21.0,9.0,0.7000000000000001,52.8,45.937082441351635,22.37739133986518,22.239580092541125
+1999,7,15,19,30,0.0,0.0,0.0,19.0,10.0,0.6000000000000001,64.4,0.0,19.0,19.0
+1999,7,15,20,30,0.0,0.0,0.0,18.0,10.0,0.6000000000000001,74.39,0.0,18.0,18.0
+1999,7,15,21,30,0.0,0.0,0.0,17.0,10.0,0.7000000000000001,74.01,0.0,17.0,17.0
+1999,7,15,22,30,0.0,0.0,0.0,16.0,9.0,0.8,76.04,0.0,16.0,16.0
+1999,7,15,23,30,0.0,0.0,0.0,15.0,9.0,1.0,79.22,0.0,15.0,15.0
+1999,7,16,0,30,0.0,0.0,0.0,14.0,9.0,1.1,82.62,0.0,14.0,14.0
+1999,7,16,1,30,0.0,0.0,0.0,14.0,8.0,1.1,85.28,0.0,14.0,14.0
+1999,7,16,2,30,0.0,0.0,0.0,13.0,8.0,1.1,82.49,0.0,13.0,13.0
+1999,7,16,3,30,0.0,0.0,0.0,13.0,7.0,1.1,80.32000000000002,0.0,13.0,13.0
+1999,7,16,4,30,0.0,0.0,0.0,14.0,7.0,1.1,73.67,0.0,14.0,14.0
+1999,7,16,5,30,0.0,7.0,7.0,16.0,8.0,1.8,69.14,6.8416931295630095,16.190523732398482,16.16999865300979
+1999,7,16,6,30,311.0,108.0,203.0,19.0,8.0,2.7,63.13,172.3536403885516,23.5200782734002,23.003017352234544
+1999,7,16,7,30,4.0,142.0,144.0,20.0,8.0,2.9000000000000004,55.64,140.54292268438277,23.63722547585804,23.215596707804888
+1999,7,16,8,30,784.0,121.0,632.0,21.0,9.0,2.7,54.26,620.8033981016235,37.28094390977861,35.418533715473735
+1999,7,16,9,30,254.0,390.0,590.0,22.0,9.0,2.5,52.16,586.5198643469338,37.58771190604778,35.82815231300698
+1999,7,16,10,30,236.0,457.0,667.0,23.0,10.0,2.3000000000000003,49.41,665.9927934730374,40.93713639620661,38.9391580157875
+1999,7,16,11,30,24.0,358.0,382.0,24.0,10.0,2.3000000000000003,49.79,373.80506244952545,34.06766508055483,32.94624989320626
+1999,7,16,12,30,17.0,265.0,282.0,24.0,10.0,2.4000000000000004,50.24,276.05189758614097,31.38552093761206,30.55736524485364
+1999,7,16,13,30,5.0,128.0,134.0,23.0,10.0,2.6,51.24,129.86269686114426,26.428433714461587,26.038845623878153
+1999,7,16,14,30,0.0,103.0,103.0,22.0,10.0,2.9000000000000004,55.76,100.6706274778557,24.60533767150524,24.30332578907167
+1999,7,16,15,30,0.0,30.0,30.0,21.0,11.0,3.2,60.64,29.32154198384147,21.743910152143023,21.6559455261915
+1999,7,16,16,30,0.0,57.0,57.0,20.0,11.0,3.2,66.45,55.71092976929879,21.413429289071743,21.246296499763847
+1999,7,16,17,30,0.0,11.0,11.0,19.0,12.0,2.9000000000000004,78.19,10.751232060741874,19.278239945500562,19.245986249318335
+1999,7,16,18,30,0.0,26.0,26.0,17.0,12.0,2.3000000000000003,86.65,25.412003052662605,17.684419665383185,17.608183656225197
+1999,7,16,19,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.92,0.0,16.0,16.0
+1999,7,16,20,30,0.0,0.0,0.0,16.0,13.0,1.4,100.0,0.0,16.0,16.0
+1999,7,16,21,30,0.0,0.0,0.0,15.0,12.0,1.3,99.05,0.0,15.0,15.0
+1999,7,16,22,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,100.0,0.0,15.0,15.0
+1999,7,16,23,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,7,17,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,7,17,1,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
+1999,7,17,2,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
+1999,7,17,3,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,7,17,4,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,7,17,5,30,290.0,38.0,72.0,16.0,11.0,1.6,89.89,37.39692620785908,17.055452507279256,16.943261728655678
+1999,7,17,6,30,573.0,73.0,247.0,18.0,12.0,2.1,82.83,193.74756124411945,23.288267718487294,22.707025034754935
+1999,7,17,7,30,724.0,92.0,443.0,21.0,12.0,2.2,64.12,406.72251555837624,32.02750841018184,30.80734086350671
+1999,7,17,8,30,812.0,102.0,631.0,24.0,11.0,1.9,49.72,619.6804155559087,41.141472528190704,39.282431281522975
+1999,7,17,9,30,861.0,111.0,789.0,25.0,10.0,1.8,44.43,804.2307644477339,47.395778946907114,44.983086653563916
+1999,7,17,10,30,885.0,120.0,903.0,27.0,9.0,2.3000000000000003,40.49,939.5993192888217,52.30616143753934,49.48736347967287
+1999,7,17,11,30,395.0,491.0,862.0,28.0,9.0,2.8000000000000003,37.72,873.0951683086656,50.74593058054822,48.12664507562222
+1999,7,17,12,30,18.0,284.0,301.0,28.0,9.0,3.2,35.55000000000001,295.6192436636008,35.500088387281444,34.61323065629064
+1999,7,17,13,30,404.0,448.0,813.0,28.0,9.0,3.4000000000000004,37.91,821.4211419555498,48.566507998469966,46.10224457260332
+1999,7,17,14,30,29.0,323.0,347.0,27.0,9.0,3.4000000000000004,40.93,340.0632906646229,35.514407567827675,34.494217695833804
+1999,7,17,15,30,9.0,171.0,178.0,26.0,10.0,3.3000000000000003,44.2,173.2785031933668,30.36724531909552,29.84740980951542
+1999,7,17,16,30,0.0,78.0,78.0,25.0,10.0,3.1,47.87000000000001,76.23600915798782,26.947005419489418,26.718297392015455
+1999,7,17,17,30,289.0,129.0,230.0,23.0,11.0,2.9000000000000004,53.05,202.82246677922117,28.249008837694593,27.64054143735693
+1999,7,17,18,30,350.0,45.0,101.0,20.0,12.0,2.5,69.27,56.47809964217652,21.500996640929728,21.3315623420032
+1999,7,17,19,30,0.0,0.0,0.0,18.0,12.0,2.3000000000000003,81.77,0.0,18.0,18.0
+1999,7,17,20,30,0.0,0.0,0.0,18.0,13.0,2.2,83.29,0.0,18.0,18.0
+1999,7,17,21,30,0.0,0.0,0.0,18.0,13.0,2.1,89.74,0.0,18.0,18.0
+1999,7,17,22,30,0.0,0.0,0.0,17.0,13.0,2.0,89.45,0.0,17.0,17.0
+1999,7,17,23,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,93.54,0.0,17.0,17.0
+1999,7,18,0,30,0.0,0.0,0.0,16.0,12.0,1.5,90.06,0.0,16.0,16.0
+1999,7,18,1,30,0.0,0.0,0.0,16.0,11.0,1.4,85.17,0.0,16.0,16.0
+1999,7,18,2,30,0.0,0.0,0.0,16.0,10.0,1.4,79.89,0.0,16.0,16.0
+1999,7,18,3,30,0.0,0.0,0.0,16.0,9.0,1.5,79.24,0.0,16.0,16.0
+1999,7,18,4,30,0.0,0.0,0.0,16.0,8.0,1.8,73.25,0.0,16.0,16.0
+1999,7,18,5,30,0.0,35.0,35.0,18.0,7.0,2.5,61.76,34.20846564781505,18.909145179353484,18.80651978241004
+1999,7,18,6,30,190.0,117.0,175.0,20.0,7.0,2.7,49.39,154.72327059556437,24.057711181683192,23.5935413698965
+1999,7,18,7,30,0.0,89.0,89.0,23.0,6.0,2.4000000000000004,38.62,86.9872412187297,25.327265622673597,25.06630389901741
+1999,7,18,8,30,33.0,259.0,281.0,26.0,5.0,2.5,30.58,274.25896962006385,33.288874709891004,32.46609780103081
+1999,7,18,9,30,285.0,381.0,606.0,27.0,5.0,2.8000000000000003,28.77,602.5845318454855,42.698570359541776,40.89081676400532
+1999,7,18,10,30,17.0,258.0,274.0,28.0,5.0,3.0,27.62,267.9658771741339,34.88909796511625,34.085200333593846
+1999,7,18,11,30,50.0,438.0,486.0,29.0,6.0,3.0,28.44,477.8748630404374,41.28561927835589,39.85199468923457
+1999,7,18,12,30,22.0,341.0,362.0,28.0,6.0,2.9000000000000004,29.5,355.343318750918,37.19622096189978,36.13019100564703
+1999,7,18,13,30,45.0,408.0,449.0,28.0,7.0,2.7,32.53,441.5031106362006,39.57868562292259,38.25417629101399
+1999,7,18,14,30,371.0,365.0,666.0,27.0,7.0,2.5,35.58,668.4629421800022,44.765481437142775,42.76009261060277
+1999,7,18,15,30,0.0,31.0,31.0,26.0,8.0,2.4000000000000004,38.72,30.29892671663619,26.810620610144735,26.719723829994827
+1999,7,18,16,30,7.0,158.0,162.0,24.0,8.0,2.0,42.58,157.83027401243572,28.336785027148018,27.863294205110712
+1999,7,18,17,30,0.0,6.0,6.0,23.0,9.0,1.3,51.43,5.864308396768293,23.16887404608389,23.151281120893586
+1999,7,18,18,30,0.0,42.0,42.0,21.0,11.0,0.5,65.45,41.05015877737806,22.24760123710223,22.124450760770095
+1999,7,18,19,30,0.0,0.0,0.0,19.0,12.0,0.6000000000000001,73.15,0.0,19.0,19.0
+1999,7,18,20,30,0.0,0.0,0.0,18.0,12.0,1.5,84.0,0.0,18.0,18.0
+1999,7,18,21,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.47,0.0,17.0,17.0
+1999,7,18,22,30,0.0,0.0,0.0,16.0,11.0,2.8000000000000003,87.15,0.0,16.0,16.0
+1999,7,18,23,30,0.0,0.0,0.0,15.0,11.0,2.8000000000000003,90.37,0.0,15.0,15.0
+1999,7,19,0,30,0.0,0.0,0.0,15.0,11.0,2.6,88.11,0.0,15.0,15.0
+1999,7,19,1,30,0.0,0.0,0.0,15.0,10.0,2.1,86.17,0.0,15.0,15.0
+1999,7,19,2,30,0.0,0.0,0.0,15.0,10.0,1.3,84.95,0.0,15.0,15.0
+1999,7,19,3,30,0.0,0.0,0.0,15.0,10.0,0.9,84.67,0.0,15.0,15.0
+1999,7,19,4,30,0.0,0.0,0.0,15.0,10.0,0.8,84.25,0.0,15.0,15.0
+1999,7,19,5,30,270.0,38.0,68.0,17.0,10.0,1.0,75.62,37.366772518252034,18.09798279194612,17.985882474391364
+1999,7,19,6,30,574.0,72.0,244.0,20.0,10.0,1.7000000000000002,63.18,191.64586833038317,25.37269804090605,24.797760435914903
+1999,7,19,7,30,729.0,90.0,442.0,23.0,11.0,2.6,52.97,405.6722680932494,33.70993067732246,32.49291387304271
+1999,7,19,8,30,811.0,103.0,628.0,24.0,10.0,3.2,47.72,619.0204173843758,39.70502578376741,37.84796453161428
+1999,7,19,9,30,860.0,111.0,786.0,25.0,10.0,3.5,43.83,802.8044825292594,44.96819592124852,42.559782473660746
+1999,7,19,10,30,253.0,452.0,676.0,26.0,9.0,3.6,40.98,676.7864022219409,42.72313186241225,40.69277265574643
+1999,7,19,11,30,468.0,458.0,897.0,26.0,10.0,3.7,41.17,913.5122284010278,48.42435242497265,45.68381573976957
+1999,7,19,12,30,39.0,377.0,414.0,26.0,10.0,3.7,44.0,407.5734213851125,36.00486885237339,34.78214858821806
+1999,7,19,13,30,0.0,59.0,59.0,25.0,10.0,3.6,44.33,57.66569923488822,26.424897263120542,26.251900165415876
+1999,7,19,14,30,433.0,356.0,708.0,25.0,10.0,3.4000000000000004,47.69,711.7742682752565,42.82120088452791,40.68587807970214
+1999,7,19,15,30,229.0,327.0,483.0,24.0,10.0,3.0,48.58,475.7689113590991,36.23147765556593,34.804170921488634
+1999,7,19,16,30,441.0,189.0,420.0,23.0,11.0,2.4000000000000004,52.88,398.84750576810774,33.67080730298372,32.474264785679395
+1999,7,19,17,30,393.0,115.0,249.0,22.0,11.0,1.2000000000000002,63.13,216.3134357267726,28.271170671729884,27.622230364549566
+1999,7,19,18,30,0.0,20.0,20.0,19.0,12.0,0.7000000000000001,75.37,19.547694655894315,19.586123974410715,19.52748089044303
+1999,7,19,19,30,0.0,0.0,0.0,17.0,13.0,1.5,91.44,0.0,17.0,17.0
+1999,7,19,20,30,0.0,0.0,0.0,16.0,13.0,2.1,96.01,0.0,16.0,16.0
+1999,7,19,21,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
+1999,7,19,22,30,0.0,0.0,0.0,15.0,13.0,1.1,100.0,0.0,15.0,15.0
+1999,7,19,23,30,0.0,0.0,0.0,15.0,11.0,0.7000000000000001,100.0,0.0,15.0,15.0
+1999,7,20,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,7,20,1,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,7,20,2,30,0.0,0.0,0.0,14.0,11.0,1.0,96.99,0.0,14.0,14.0
+1999,7,20,3,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
+1999,7,20,4,30,0.0,0.0,0.0,14.0,10.0,1.7000000000000002,97.43,0.0,14.0,14.0
+1999,7,20,5,30,324.0,34.0,69.0,16.0,10.0,2.3000000000000003,84.67,33.49492569908198,16.902116444401983,16.801631667304736
+1999,7,20,6,30,617.0,64.0,248.0,19.0,10.0,2.6,65.15,192.19940488284632,24.074150895729343,23.497552681080805
+1999,7,20,7,30,763.0,81.0,448.0,22.0,9.0,2.6,50.66,411.0267702051941,32.85129194586577,31.618211635250187
+1999,7,20,8,30,842.0,94.0,638.0,25.0,8.0,2.7,41.72,629.53803906995,41.51001514249453,39.62140102528468
+1999,7,20,9,30,886.0,104.0,798.0,26.0,7.0,2.8000000000000003,35.51,816.6449427452305,47.275285731591445,44.825350903355755
+1999,7,20,10,30,907.0,113.0,914.0,27.0,7.0,2.9000000000000004,32.72,952.8068680405705,51.65846979568161,48.8000491915599
+1999,7,20,11,30,910.0,123.0,975.0,28.0,7.0,3.0,30.6,1026.068690217212,54.37905915629475,51.30085308564311
+1999,7,20,12,30,239.0,494.0,720.0,28.0,7.0,3.1,30.55,722.449241091515,46.45076366466403,44.283415941389485
+1999,7,20,13,30,880.0,132.0,923.0,28.0,7.0,3.0,32.69,964.6862614842497,52.80098671909654,49.90692793464379
+1999,7,20,14,30,182.0,413.0,560.0,27.0,7.0,2.7,32.99,556.5748036585774,41.596510244098226,39.926785833122494
+1999,7,20,15,30,483.0,255.0,584.0,26.0,7.0,2.4000000000000004,35.22,578.531140552033,41.4780817990006,39.7424883773445
+1999,7,20,16,30,182.0,234.0,329.0,25.0,7.0,2.0,37.71,317.0055003538109,33.71052601321374,32.759509512152306
+1999,7,20,17,30,0.0,71.0,71.0,24.0,8.0,1.4,44.71,69.39431602842481,25.98496690179315,25.776783953707877
+1999,7,20,18,30,0.0,3.0,3.0,21.0,11.0,1.0,65.32000000000001,2.9321541983841466,21.08615822657913,21.077361763983976
+1999,7,20,19,30,0.0,0.0,0.0,19.0,11.0,0.9,73.19,0.0,19.0,19.0
+1999,7,20,20,30,0.0,0.0,0.0,18.0,10.0,1.0,74.89,0.0,18.0,18.0
+1999,7,20,21,30,0.0,0.0,0.0,17.0,10.0,1.1,73.06,0.0,17.0,17.0
+1999,7,20,22,30,0.0,0.0,0.0,16.0,10.0,1.1,76.87,0.0,16.0,16.0
+1999,7,20,23,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,81.11,0.0,16.0,16.0
+1999,7,21,0,30,0.0,0.0,0.0,15.0,9.0,1.3,80.64,0.0,15.0,15.0
+1999,7,21,1,30,0.0,0.0,0.0,15.0,9.0,1.4,80.79,0.0,15.0,15.0
+1999,7,21,2,30,0.0,0.0,0.0,15.0,9.0,1.4,86.0,0.0,15.0,15.0
+1999,7,21,3,30,0.0,0.0,0.0,15.0,9.0,1.4,85.07000000000002,0.0,15.0,15.0
+1999,7,21,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,78.06,0.0,16.0,16.0
+1999,7,21,5,30,347.0,33.0,70.0,19.0,10.0,1.4,68.60000000000001,32.53261781109079,19.930568572176,19.83297071874273
+1999,7,21,6,30,638.0,63.0,251.0,23.0,10.0,1.0,51.98,194.8913407588955,28.726674369536504,28.142000347259817
+1999,7,21,7,30,774.0,81.0,452.0,26.0,8.0,1.0,36.6,415.1431761421541,38.19853984914792,36.95311032072146
+1999,7,21,8,30,847.0,94.0,640.0,28.0,7.0,2.2,32.53,632.2359681917071,45.14187729902755,43.245169394452425
+1999,7,21,9,30,885.0,107.0,799.0,29.0,7.0,3.0,28.7,818.4706221919233,50.04194891271807,47.5865370461423
+1999,7,21,10,30,904.0,117.0,913.0,30.0,7.0,3.7,27.17,953.7931182911112,53.413143645061524,50.55176429018819
+1999,7,21,11,30,907.0,126.0,974.0,31.0,7.0,4.1000000000000005,27.28,1026.0063606836188,55.532407768397,52.45438868634614
+1999,7,21,12,30,899.0,131.0,978.0,31.0,7.0,4.4,27.33,1029.4058183650013,55.13477562503385,52.04655816993885
+1999,7,21,13,30,885.0,129.0,924.0,30.0,7.0,4.6000000000000005,27.43,966.5384496609593,52.36662227768485,49.46700692870197
+1999,7,21,14,30,212.0,410.0,582.0,29.0,7.0,4.6000000000000005,29.68,578.8442392960887,42.39500819909533,40.65847548120706
+1999,7,21,15,30,567.0,231.0,617.0,28.0,8.0,4.5,32.43,612.2231522063912,42.26025646479609,40.423587008176916
+1999,7,21,16,30,656.0,125.0,466.0,27.0,8.0,4.1000000000000005,35.86,440.14013134054846,37.52400607934607,36.20358568532443
+1999,7,21,17,30,460.0,102.0,258.0,25.0,9.0,3.0,42.86,220.71076654279364,30.674222810395868,30.012090510767486
+1999,7,21,18,30,69.0,53.0,64.0,23.0,10.0,1.8,56.08,54.02630492842053,24.504495023049742,24.34241610826448
+1999,7,21,19,30,0.0,0.0,0.0,21.0,11.0,1.1,67.83,0.0,21.0,21.0
+1999,7,21,20,30,0.0,0.0,0.0,20.0,12.0,0.9,68.85000000000001,0.0,20.0,20.0
+1999,7,21,21,30,0.0,0.0,0.0,19.0,12.0,0.8,73.77,0.0,19.0,19.0
+1999,7,21,22,30,0.0,0.0,0.0,19.0,12.0,0.9,77.89,0.0,19.0,19.0
+1999,7,21,23,30,0.0,0.0,0.0,18.0,11.0,1.2000000000000002,76.7,0.0,18.0,18.0
+1999,7,22,0,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,80.79,0.0,18.0,18.0
+1999,7,22,1,30,0.0,0.0,0.0,17.0,11.0,2.0,80.71000000000002,0.0,17.0,17.0
+1999,7,22,2,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,85.57000000000002,0.0,16.0,16.0
+1999,7,22,3,30,0.0,0.0,0.0,16.0,11.0,2.2,84.45,0.0,16.0,16.0
+1999,7,22,4,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,82.35000000000002,0.0,16.0,16.0
+1999,7,22,5,30,294.0,33.0,64.0,18.0,10.0,2.7,71.05,32.487387276680224,18.852001344780497,18.754539182950456
+1999,7,22,6,30,577.0,68.0,237.0,20.0,10.0,2.8000000000000003,61.55,186.37081036370148,24.85534414648667,24.296231715395564
+1999,7,22,7,30,717.0,90.0,432.0,23.0,10.0,2.8000000000000003,50.33,398.5819250028119,33.38388153531745,32.18813576030902
+1999,7,22,8,30,784.0,110.0,615.0,24.0,10.0,2.9000000000000004,47.56,607.2377299952303,39.71520286653526,37.893489676549564
+1999,7,22,9,30,823.0,128.0,769.0,25.0,10.0,3.0,45.2,788.7007762281585,45.27660002795121,42.910497699266735
+1999,7,22,10,30,840.0,143.0,881.0,26.0,10.0,3.0,43.16,919.6550415988144,49.643285266393065,46.88432014159662
+1999,7,22,11,30,833.0,161.0,939.0,26.0,11.0,3.0,44.02,986.5437767692401,51.36291858019866,48.40328724989094
+1999,7,22,12,30,0.0,74.0,74.0,26.0,11.0,2.8000000000000003,48.0,72.32647022680895,27.884253779690464,27.667274369010038
+1999,7,22,13,30,0.0,77.0,77.0,25.0,11.0,2.5,49.38,75.2586244251931,27.000119394577663,26.774343521302082
+1999,7,22,14,30,0.0,41.0,41.0,24.0,12.0,2.2,53.82,40.07277404458334,25.086497147051926,24.966278824918177
+1999,7,22,15,30,3.0,127.0,129.0,23.0,12.0,1.9,58.41,126.17146848679859,26.490129277311024,26.111614871850627
+1999,7,22,16,30,7.0,155.0,159.0,22.0,12.0,2.1,67.23,154.88689462221666,26.22758025746387,25.76291957359722
+1999,7,22,17,30,0.0,35.0,35.0,20.0,13.0,2.5,73.42,34.20846564781505,20.909145179353484,20.80651978241004
+1999,7,22,18,30,0.0,46.0,46.0,18.0,13.0,2.8000000000000003,85.93,44.95969770855692,19.171292890077858,19.036413796952186
+1999,7,22,19,30,0.0,0.0,0.0,18.0,13.0,2.5,91.14,0.0,18.0,18.0
+1999,7,22,20,30,0.0,0.0,0.0,18.0,13.0,2.1,88.01,0.0,18.0,18.0
+1999,7,22,21,30,0.0,0.0,0.0,18.0,12.0,1.4,83.86,0.0,18.0,18.0
+1999,7,22,22,30,0.0,0.0,0.0,17.0,11.0,1.0,80.26,0.0,17.0,17.0
+1999,7,22,23,30,0.0,0.0,0.0,17.0,11.0,1.1,77.41,0.0,17.0,17.0
+1999,7,23,0,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,79.77,0.0,16.0,16.0
+1999,7,23,1,30,0.0,0.0,0.0,16.0,10.0,1.3,82.5,0.0,16.0,16.0
+1999,7,23,2,30,0.0,0.0,0.0,15.0,9.0,1.3,79.63,0.0,15.0,15.0
+1999,7,23,3,30,0.0,0.0,0.0,15.0,9.0,1.3,77.58,0.0,15.0,15.0
+1999,7,23,4,30,0.0,0.0,0.0,16.0,8.0,1.2000000000000002,75.58,0.0,16.0,16.0
+1999,7,23,5,30,323.0,32.0,66.0,18.0,9.0,1.6,64.9,31.53261781109079,18.889944278971253,18.795346425537982
+1999,7,23,6,30,618.0,65.0,245.0,22.0,9.0,1.9,52.65,191.25608793760463,27.290486668504194,26.71671840469138
+1999,7,23,7,30,760.0,85.0,446.0,25.0,7.0,2.0,39.88,411.6808010604756,36.31196879163183,35.0769263884504
+1999,7,23,8,30,836.0,99.0,635.0,27.0,6.0,2.5,31.22,629.1509125405771,43.72070080870885,41.83324807108712
+1999,7,23,9,30,418.0,330.0,656.0,29.0,6.0,3.1,28.95,659.4486009468593,45.8417787617588,43.863432958918224
+1999,7,23,10,30,899.0,121.0,911.0,30.0,6.0,3.5,27.07,952.8178997117203,53.69948712639721,50.84103342726205
+1999,7,23,11,30,902.0,131.0,972.0,31.0,6.0,3.8,25.32,1025.8871437325931,56.017695843491495,52.94003441229371
+1999,7,23,12,30,895.0,136.0,976.0,31.0,6.0,3.8,23.86,1030.3290862939853,56.1260188385052,53.035031579623244
+1999,7,23,13,30,881.0,134.0,923.0,31.0,6.0,3.7,25.42,967.6213739718582,54.75259140412488,51.8497272822093
+1999,7,23,14,30,844.0,133.0,814.0,30.0,6.0,3.4000000000000004,25.57,838.8972431489794,51.00406962991406,48.48737790046712
+1999,7,23,15,30,795.0,123.0,661.0,29.0,6.0,3.1,27.03,661.5926913486157,45.89653707975317,43.911759005707324
+1999,7,23,16,30,723.0,105.0,479.0,28.0,6.0,2.7,28.8,452.30888806652956,39.86207365975151,38.50514699555192
+1999,7,23,17,30,132.0,136.0,180.0,26.0,7.0,1.8,33.93,167.43676855962696,30.66268765386126,30.16037734818238
+1999,7,23,18,30,311.0,50.0,95.0,24.0,11.0,1.1,53.27,58.19392807054705,25.698494253264045,25.523912469052405
+1999,7,23,19,30,0.0,0.0,0.0,22.0,10.0,1.0,54.64,0.0,22.0,22.0
+1999,7,23,20,30,0.0,0.0,0.0,21.0,10.0,1.0,59.17,0.0,21.0,21.0
+1999,7,23,21,30,0.0,0.0,0.0,20.0,11.0,1.1,66.45,0.0,20.0,20.0
+1999,7,23,22,30,0.0,0.0,0.0,20.0,12.0,1.2000000000000002,72.58,0.0,20.0,20.0
+1999,7,23,23,30,0.0,0.0,0.0,19.0,11.0,1.2000000000000002,71.31,0.0,19.0,19.0
+1999,7,24,0,30,0.0,0.0,0.0,19.0,11.0,1.3,73.96000000000002,0.0,19.0,19.0
+1999,7,24,1,30,0.0,0.0,0.0,18.0,11.0,1.3,72.66,0.0,18.0,18.0
+1999,7,24,2,30,0.0,0.0,0.0,18.0,10.0,1.3,71.86,0.0,18.0,18.0
+1999,7,24,3,30,0.0,0.0,0.0,18.0,10.0,1.4,76.2,0.0,18.0,18.0
+1999,7,24,4,30,0.0,0.0,0.0,18.0,10.0,1.7000000000000002,75.83,0.0,18.0,18.0
+1999,7,24,5,30,190.0,34.0,53.0,20.0,11.0,2.5,69.77,33.3743109406538,20.886976171872753,20.786853239050792
+1999,7,24,6,30,594.0,65.0,237.0,22.0,11.0,2.9000000000000004,59.44,185.6243972398167,26.803925901680977,26.247052709961526
+1999,7,24,7,30,751.0,80.0,436.0,25.0,11.0,3.2,48.51,402.28112955187413,35.206182759901196,33.999339371245576
+1999,7,24,8,30,834.0,91.0,625.0,27.0,10.0,3.9,43.08,619.6006383394657,42.01081901884799,40.15201710382959
+1999,7,24,9,30,878.0,101.0,783.0,28.0,9.0,4.5,38.54,806.1031478404981,46.77622168298805,44.35791223946656
+1999,7,24,10,30,902.0,108.0,899.0,29.0,9.0,4.7,34.63,942.7717756403824,50.6747590440286,47.84644371710745
+1999,7,24,11,30,16.0,243.0,259.0,29.0,8.0,4.6000000000000005,31.7,253.43878103496866,34.86481529825785,34.10449895515295
+1999,7,24,12,30,367.0,453.0,798.0,29.0,8.0,4.5,31.59,810.7514363257781,47.88449231222441,45.452238003247075
+1999,7,24,13,30,31.0,368.0,396.0,28.0,9.0,4.3,34.24,389.1178611776211,37.182894587830575,36.01554100429771
+1999,7,24,14,30,38.0,344.0,375.0,28.0,9.0,4.3,37.8,368.1343942403035,36.68770024134269,35.58329705862178
+1999,7,24,15,30,0.0,53.0,53.0,27.0,10.0,4.4,42.3,51.801390838119936,28.214501533446175,28.059097360931816
+1999,7,24,16,30,0.0,19.0,19.0,25.0,11.0,3.8,51.14,18.570309923099597,25.452863034899845,25.397152105130548
+1999,7,24,17,30,37.0,126.0,138.0,22.0,12.0,2.7,63.64,132.78899536414065,25.482471571467663,25.08410458537524
+1999,7,24,18,30,0.0,44.0,44.0,20.0,14.0,2.4000000000000004,77.78,43.004928242967495,21.150558285366724,21.021543500637822
+1999,7,24,19,30,0.0,0.0,0.0,18.0,13.0,2.8000000000000003,86.34,0.0,18.0,18.0
+1999,7,24,20,30,0.0,0.0,0.0,18.0,13.0,2.5,83.83,0.0,18.0,18.0
+1999,7,24,21,30,0.0,0.0,0.0,18.0,12.0,2.1,81.92,0.0,18.0,18.0
+1999,7,24,22,30,0.0,0.0,0.0,18.0,12.0,1.9,80.04,0.0,18.0,18.0
+1999,7,24,23,30,0.0,0.0,0.0,18.0,12.0,2.0,78.31,0.0,18.0,18.0
+1999,7,25,0,30,0.0,0.0,0.0,18.0,11.0,2.2,76.19,0.0,18.0,18.0
+1999,7,25,1,30,0.0,0.0,0.0,18.0,11.0,2.3000000000000003,78.60000000000002,0.0,18.0,18.0
+1999,7,25,2,30,0.0,0.0,0.0,17.0,10.0,2.4000000000000004,75.38,0.0,17.0,17.0
+1999,7,25,3,30,0.0,0.0,0.0,17.0,9.0,2.5,71.87,0.0,17.0,17.0
+1999,7,25,4,30,0.0,0.0,0.0,17.0,9.0,2.9000000000000004,69.14,0.0,17.0,17.0
+1999,7,25,5,30,28.0,32.0,35.0,19.0,9.0,3.5,60.6,31.298926716636185,19.77849976476659,19.68460298461668
+1999,7,25,6,30,87.0,113.0,139.0,23.0,9.0,3.6,51.93,128.23655586469346,26.16867600511218,25.7839663375181
+1999,7,25,7,30,105.0,205.0,255.0,26.0,9.0,3.0,42.35,245.59280343613855,32.31391168249244,31.57713327218402
+1999,7,25,8,30,200.0,303.0,431.0,28.0,8.0,2.6,32.61,423.2970127847452,39.17523187905025,37.90534084069601
+1999,7,25,9,30,67.0,363.0,416.0,29.0,7.0,2.4000000000000004,29.94,408.75848954863267,39.93596678518057,38.70969131653467
+1999,7,25,10,30,9.0,154.0,162.0,30.0,7.0,2.3000000000000003,28.37,158.87052143274414,34.27884842028845,33.802236855990216
+1999,7,25,11,30,22.0,336.0,357.0,30.0,8.0,1.9,30.84,350.30288054945913,39.69000641741738,38.639097775769
+1999,7,25,12,30,434.0,476.0,882.0,29.0,8.0,1.3,32.08,900.3976745705868,54.9286838449791,52.22749082126734
+1999,7,25,13,30,77.0,443.0,512.0,28.0,9.0,0.9,35.4,506.0984634992155,42.97168705001369,41.45339165951604
+1999,7,25,14,30,41.0,328.0,361.0,27.0,9.0,1.0,38.65,355.00427110017665,37.43142220926292,36.36640939596239
+1999,7,25,15,30,36.0,267.0,292.0,26.0,10.0,1.2000000000000002,41.92,285.4543506275745,34.27564383949999,33.41928078761727
+1999,7,25,16,30,29.0,195.0,210.0,25.0,10.0,1.4,45.72,204.57934470744155,30.851822617121353,30.23808458299903
+1999,7,25,17,30,14.0,116.0,121.0,24.0,11.0,1.2000000000000002,53.62000000000001,117.01371267079057,27.392359612919165,27.041318474906795
+1999,7,25,18,30,0.0,39.0,39.0,22.0,12.0,0.8,68.0,38.11800457899391,23.135256198921077,23.020902185184095
+1999,7,25,19,30,0.0,0.0,0.0,20.0,13.0,0.5,79.27,0.0,20.0,20.0
+1999,7,25,20,30,0.0,0.0,0.0,19.0,13.0,0.30000000000000004,79.42,0.0,19.0,19.0
+1999,7,25,21,30,0.0,0.0,0.0,18.0,13.0,0.2,82.64,0.0,18.0,18.0
+1999,7,25,22,30,0.0,0.0,0.0,18.0,12.0,0.4,86.44,0.0,18.0,18.0
+1999,7,25,23,30,0.0,0.0,0.0,17.0,12.0,0.7000000000000001,83.85000000000002,0.0,17.0,17.0
+1999,7,26,0,30,0.0,0.0,0.0,17.0,11.0,1.0,85.33,0.0,17.0,17.0
+1999,7,26,1,30,0.0,0.0,0.0,16.0,10.0,1.1,80.83,0.0,16.0,16.0
+1999,7,26,2,30,0.0,0.0,0.0,16.0,9.0,1.1,76.35000000000002,0.0,16.0,16.0
+1999,7,26,3,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,77.0,0.0,16.0,16.0
+1999,7,26,4,30,0.0,0.0,0.0,16.0,8.0,1.1,72.81,0.0,16.0,16.0
+1999,7,26,5,30,278.0,32.0,59.0,19.0,8.0,1.4,62.58,31.479848854278462,19.900454988613166,19.80601544205033
+1999,7,26,6,30,586.0,68.0,235.0,23.0,8.0,1.9,48.65,185.5967388217261,28.13393891427148,27.5771486978063
+1999,7,26,7,30,733.0,91.0,435.0,26.0,6.0,2.5,33.64,404.0594103813253,36.73853089181319,35.52635266066922
+1999,7,26,8,30,813.0,107.0,624.0,28.0,5.0,3.1,28.2,620.9931954669397,43.85965910852638,41.99667952212556
+1999,7,26,9,30,859.0,119.0,784.0,29.0,5.0,3.3000000000000003,26.61,807.8648720719985,49.36111817679411,46.937523560578114
+1999,7,26,10,30,879.0,131.0,899.0,30.0,5.0,3.4000000000000004,25.45,943.6641739899728,53.62719412849562,50.7962016065257
+1999,7,26,11,30,878.0,144.0,959.0,30.0,5.0,3.5,24.48,1014.6153727818316,55.23657875525105,52.19273263690556
+1999,7,26,12,30,860.0,156.0,960.0,31.0,6.0,3.5,25.07,1014.7549902371377,56.240051467178105,53.195786496466695
+1999,7,26,13,30,387.0,417.0,761.0,30.0,6.0,3.4000000000000004,25.84,774.9977452453063,49.40417224767061,47.07917901193469
+1999,7,26,14,30,506.0,335.0,740.0,29.0,7.0,3.0,28.15,752.1049318490329,48.33576248660965,46.079447691062555
+1999,7,26,15,30,555.0,220.0,593.0,28.0,7.0,2.5,30.36,592.2736222466524,43.740627307502805,41.96380644076285
+1999,7,26,16,30,25.0,190.0,203.0,27.0,7.0,2.0,35.36,197.745321011973,32.433551659966916,31.840315696930997
+1999,7,26,17,30,104.0,133.0,167.0,25.0,9.0,1.6,43.78,156.88040355406483,29.42763168164666,28.956990470984465
+1999,7,26,18,30,19.0,49.0,52.0,23.0,11.0,1.2000000000000002,57.54,48.39201670829302,24.402939188253804,24.257763138128926
+1999,7,26,19,30,0.0,0.0,0.0,21.0,11.0,0.8,67.95,0.0,21.0,21.0
+1999,7,26,20,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,73.07000000000002,0.0,20.0,20.0
+1999,7,26,21,30,0.0,0.0,0.0,19.0,12.0,0.7000000000000001,77.55,0.0,19.0,19.0
+1999,7,26,22,30,0.0,0.0,0.0,18.0,11.0,0.9,76.97,0.0,18.0,18.0
+1999,7,26,23,30,0.0,0.0,0.0,18.0,11.0,1.8,76.29,0.0,18.0,18.0
+1999,7,27,0,30,0.0,0.0,0.0,17.0,11.0,3.0,79.79,0.0,17.0,17.0
+1999,7,27,1,30,0.0,0.0,0.0,17.0,11.0,3.5,82.39,0.0,17.0,17.0
+1999,7,27,2,30,0.0,0.0,0.0,17.0,10.0,3.3000000000000003,79.05,0.0,17.0,17.0
+1999,7,27,3,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,77.51,0.0,17.0,17.0
+1999,7,27,4,30,0.0,0.0,0.0,17.0,10.0,2.5,77.53,0.0,17.0,17.0
+1999,7,27,5,30,249.0,31.0,54.0,18.0,10.0,2.6,68.71000000000001,30.4723104318767,18.804482726505306,18.713065795209676
+1999,7,27,6,30,569.0,67.0,228.0,21.0,10.0,2.7,57.18,180.53332573002038,25.73459545976117,25.19299548257111
+1999,7,27,7,30,721.0,88.0,425.0,25.0,9.0,2.0,46.26,395.3899047221035,35.86433530837813,34.67816559421182
+1999,7,27,8,30,797.0,105.0,611.0,28.0,9.0,1.6,36.81,608.4607267538403,45.17257177939769,43.34718959913617
+1999,7,27,9,30,831.0,124.0,766.0,29.0,9.0,2.1,34.62,789.9622672686037,50.561726661198854,48.19183985939304
+1999,7,27,10,30,838.0,145.0,877.0,30.0,9.0,2.5,33.35,919.197645102041,54.42916079666292,51.6715678613568
+1999,7,27,11,30,433.0,468.0,869.0,30.0,9.0,2.7,32.26,888.3557212861525,53.29766511333299,50.63259794947453
+1999,7,27,12,30,113.0,488.0,593.0,30.0,10.0,2.9000000000000004,35.32,590.2544817334858,45.27567946641955,43.50491602121909
+1999,7,27,13,30,410.0,435.0,801.0,29.0,10.0,2.8000000000000003,38.86,814.3897966483128,50.21653452275261,47.77336513280767
+1999,7,27,14,30,18.0,264.0,279.0,28.0,11.0,2.5,42.69,273.1362337690781,35.25903619280813,34.4396274915009
+1999,7,27,15,30,0.0,78.0,78.0,27.0,11.0,2.0,46.87,76.23600915798782,29.094776715776536,28.866068688302573
+1999,7,27,16,30,0.0,60.0,60.0,25.0,12.0,1.4,52.2,58.64308396768294,26.677436818416748,26.5015075665137
+1999,7,27,17,30,0.0,15.0,15.0,24.0,14.0,0.8,60.79,14.660770991920735,24.436636999585026,24.392654686609266
+1999,7,27,18,30,0.0,19.0,19.0,22.0,15.0,0.7000000000000001,76.64,18.570309923099597,22.556817775690178,22.50110684592088
+1999,7,27,19,30,0.0,0.0,0.0,21.0,15.0,0.9,86.27,0.0,21.0,21.0
+1999,7,27,20,30,0.0,0.0,0.0,20.0,15.0,1.3,89.56,0.0,20.0,20.0
+1999,7,27,21,30,0.0,0.0,0.0,19.0,14.0,1.7000000000000002,86.91,0.0,19.0,19.0
+1999,7,27,22,30,0.0,0.0,0.0,19.0,14.0,2.0,84.07000000000002,0.0,19.0,19.0
+1999,7,27,23,30,0.0,0.0,0.0,19.0,13.0,2.2,86.53,0.0,19.0,19.0
+1999,7,28,0,30,0.0,0.0,0.0,18.0,13.0,2.5,83.56,0.0,18.0,18.0
+1999,7,28,1,30,0.0,0.0,0.0,18.0,12.0,2.6,80.81,0.0,18.0,18.0
+1999,7,28,2,30,0.0,0.0,0.0,18.0,12.0,2.4000000000000004,83.26,0.0,18.0,18.0
+1999,7,28,3,30,0.0,0.0,0.0,17.0,11.0,2.1,81.59,0.0,17.0,17.0
+1999,7,28,4,30,0.0,0.0,0.0,17.0,11.0,2.1,80.92,0.0,17.0,17.0
+1999,7,28,5,30,66.0,32.0,38.0,19.0,12.0,2.7,72.55,31.32154198384147,19.821426348125794,19.72746172217427
+1999,7,28,6,30,283.0,100.0,179.0,21.0,12.0,2.4000000000000004,64.73,154.6450613780293,25.137389920854787,24.6734547367207
+1999,7,28,7,30,411.0,169.0,360.0,24.0,12.0,1.1,53.4,341.2097134021161,33.95881798301708,32.93518884281073
+1999,7,28,8,30,567.0,205.0,564.0,26.0,11.0,0.4,49.66,559.9315240209835,43.1329697863876,41.453175214324645
+1999,7,28,9,30,726.0,179.0,739.0,27.0,11.0,0.4,46.59,759.0067382758773,50.224338971237984,47.947318756410354
+1999,7,28,10,30,734.0,208.0,848.0,27.0,11.0,1.2000000000000002,46.87,884.1826213770075,52.6334522402783,49.98090437614728
+1999,7,28,11,30,446.0,461.0,874.0,26.0,12.0,2.8000000000000003,51.07,894.4292102914617,49.301726392456345,46.61843876158196
+1999,7,28,12,30,438.0,470.0,878.0,24.0,12.0,4.5,55.54,898.4792938176731,44.92790041012621,42.232462528673196
+1999,7,28,13,30,4.0,124.0,128.0,24.0,12.0,5.4,54.34,124.99567603800493,26.745909587598323,26.37092255948431
+1999,7,28,14,30,0.0,74.0,74.0,24.0,11.0,5.300000000000002,55.8,72.32647022680895,25.5991984105856,25.382218999905174
+1999,7,28,15,30,0.0,40.0,40.0,23.0,11.0,4.7,55.26,39.09538931178863,23.898821077338596,23.78153490940323
+1999,7,28,16,30,0.0,57.0,57.0,22.0,11.0,3.8,60.0,55.71092976929879,23.35858910469954,23.191456315391644
+1999,7,28,17,30,0.0,19.0,19.0,21.0,12.0,2.4000000000000004,66.2,18.570309923099597,21.4968319868629,21.441121057093603
+1999,7,28,18,30,0.0,3.0,3.0,19.0,13.0,1.2000000000000002,80.88,2.9321541983841466,19.085006459964525,19.07620999736937
+1999,7,28,19,30,0.0,0.0,0.0,18.0,13.0,0.9,91.28,0.0,18.0,18.0
+1999,7,28,20,30,0.0,0.0,0.0,17.0,13.0,1.0,90.08,0.0,17.0,17.0
+1999,7,28,21,30,0.0,0.0,0.0,17.0,13.0,1.3,94.31,0.0,17.0,17.0
+1999,7,28,22,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,92.2,0.0,17.0,17.0
+1999,7,28,23,30,0.0,0.0,0.0,16.0,12.0,1.9,89.61,0.0,16.0,16.0
+1999,7,29,0,30,0.0,0.0,0.0,16.0,11.0,1.7000000000000002,86.81,0.0,16.0,16.0
+1999,7,29,1,30,0.0,0.0,0.0,16.0,11.0,1.4,84.59,0.0,16.0,16.0
+1999,7,29,2,30,0.0,0.0,0.0,16.0,11.0,1.5,89.11,0.0,16.0,16.0
+1999,7,29,3,30,0.0,0.0,0.0,15.0,10.0,1.6,87.37,0.0,15.0,15.0
+1999,7,29,4,30,0.0,0.0,0.0,15.0,10.0,1.5,84.98,0.0,15.0,15.0
+1999,7,29,5,30,256.0,29.0,51.0,17.0,11.0,1.7000000000000002,77.35000000000002,28.510002543885506,17.79926395569195,17.71373394806029
+1999,7,29,6,30,550.0,68.0,221.0,21.0,11.0,1.5,66.79,176.46408685052202,26.013849098160186,25.48445683760862
+1999,7,29,7,30,711.0,90.0,419.0,24.0,11.0,1.3,52.97,391.93085684005433,35.28640328946214,34.11061071894198
+1999,7,29,8,30,792.0,106.0,606.0,26.0,9.0,1.4,40.75,605.4536125110062,43.31849883660741,41.50213799907439
+1999,7,29,9,30,835.0,121.0,764.0,27.0,9.0,1.2000000000000002,37.07,789.7681693432689,49.89627070279257,47.526966194762764
+1999,7,29,10,30,379.0,399.0,729.0,28.0,9.0,1.1,34.52,741.499100409908,49.641982292721515,47.41748499149179
+1999,7,29,11,30,0.0,105.0,105.0,29.0,9.0,1.0,34.45,102.62539694344514,32.01553793026955,31.707661739439214
+1999,7,29,12,30,18.0,280.0,297.0,29.0,9.0,0.9,32.8,291.7135750058737,37.629633694265124,36.7544929692475
+1999,7,29,13,30,17.0,265.0,280.0,28.0,9.0,0.7000000000000001,35.73000000000001,275.13861267563277,36.24983917613349,35.42442333810659
+1999,7,29,14,30,284.0,390.0,617.0,27.0,9.0,0.5,38.74,619.2616487907212,45.820672614475484,43.96288766810332
+1999,7,29,15,30,203.0,321.0,456.0,26.0,10.0,0.8,42.14,451.3745388141044,39.44314186651423,38.089018250071916
+1999,7,29,16,30,115.0,225.0,283.0,25.0,11.0,1.4,47.29,275.0011776648738,32.86618078914874,32.04117725615412
+1999,7,29,17,30,0.0,15.0,15.0,23.0,12.0,1.6,57.2,14.660770991920735,23.413770570770005,23.369788257794244
+1999,7,29,18,30,0.0,5.0,5.0,21.0,13.0,1.7000000000000002,69.29,4.886923663973579,21.137002511059748,21.122341740067828
+1999,7,29,19,30,0.0,0.0,0.0,19.0,13.0,1.8,77.56,0.0,19.0,19.0
+1999,7,29,20,30,0.0,0.0,0.0,19.0,12.0,1.9,75.68,0.0,19.0,19.0
+1999,7,29,21,30,0.0,0.0,0.0,19.0,12.0,1.8,79.03,0.0,19.0,19.0
+1999,7,29,22,30,0.0,0.0,0.0,18.0,11.0,1.6,77.01,0.0,18.0,18.0
+1999,7,29,23,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,74.71000000000002,0.0,18.0,18.0
+1999,7,30,0,30,0.0,0.0,0.0,17.0,11.0,2.0,77.10000000000002,0.0,17.0,17.0
+1999,7,30,1,30,0.0,0.0,0.0,17.0,10.0,2.3000000000000003,79.9,0.0,17.0,17.0
+1999,7,30,2,30,0.0,0.0,0.0,16.0,10.0,2.4000000000000004,78.58,0.0,16.0,16.0
+1999,7,30,3,30,0.0,0.0,0.0,16.0,10.0,2.2,83.65,0.0,16.0,16.0
+1999,7,30,4,30,0.0,0.0,0.0,16.0,10.0,2.0,83.58,0.0,16.0,16.0
+1999,7,30,5,30,227.0,29.0,49.0,18.0,10.0,2.0,70.68,28.494925699081985,18.78296998402054,18.697485206923293
+1999,7,30,6,30,535.0,71.0,219.0,22.0,11.0,1.4,56.29,175.82148359746964,27.029227832178496,26.501763381386088
+1999,7,30,7,30,681.0,99.0,413.0,25.0,10.0,0.7000000000000001,47.97,387.378430184884,36.615271728857486,35.453136438302835
+1999,7,30,8,30,102.0,294.0,358.0,26.0,10.0,1.2000000000000002,44.17,351.9308985945713,36.20287400237831,35.14708130659459
+1999,7,30,9,30,318.0,368.0,612.0,26.0,10.0,1.7000000000000002,41.86,615.318897532004,43.25016387832326,41.404207185727245
+1999,7,30,10,30,488.0,395.0,819.0,26.0,10.0,2.1,42.62,838.6155998506388,48.88970130221236,46.37385450266044
+1999,7,30,11,30,0.0,40.0,40.0,27.0,10.0,2.1,40.78,39.09538931178863,28.06709412965837,27.949807961723003
+1999,7,30,12,30,357.0,445.0,776.0,27.0,11.0,1.9,41.62,792.7620279711588,48.92922058327392,46.55093449936044
+1999,7,30,13,30,0.0,38.0,38.0,26.0,11.0,1.5,45.34,37.14061984619919,27.0552711695877,26.943849310049103
+1999,7,30,14,30,59.0,369.0,416.0,25.0,12.0,1.1,53.47,410.09025605085844,36.969220266031385,35.73894949787881
+1999,7,30,15,30,42.0,279.0,307.0,22.0,13.0,1.0,64.53,301.13896598368126,30.848647617961237,29.945230720010194
+1999,7,30,16,30,0.0,10.0,10.0,20.0,14.0,1.6,77.87,9.773847327947157,20.275847047180005,20.246525505196164
+1999,7,30,17,30,0.0,58.0,58.0,18.0,14.0,2.4000000000000004,91.5,56.68831450209351,19.516645012528862,19.346580069022583
+1999,7,30,18,30,0.0,30.0,30.0,17.0,14.0,2.8000000000000003,99.52,29.32154198384147,17.76388666744208,17.675922041490555
+1999,7,30,19,30,0.0,0.0,0.0,16.0,14.0,3.1,100.0,0.0,16.0,16.0
+1999,7,30,20,30,0.0,0.0,0.0,16.0,14.0,2.6,100.0,0.0,16.0,16.0
+1999,7,30,21,30,0.0,0.0,0.0,15.0,13.0,1.4,100.0,0.0,15.0,15.0
+1999,7,30,22,30,0.0,0.0,0.0,15.0,13.0,1.0,100.0,0.0,15.0,15.0
+1999,7,30,23,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
+1999,7,31,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,7,31,1,30,0.0,0.0,0.0,13.0,11.0,0.8,100.0,0.0,13.0,13.0
+1999,7,31,2,30,0.0,0.0,0.0,13.0,10.0,0.8,95.78,0.0,13.0,13.0
+1999,7,31,3,30,0.0,0.0,0.0,14.0,9.0,0.30000000000000004,86.8,0.0,14.0,14.0
+1999,7,31,4,30,0.0,0.0,0.0,15.0,9.0,0.4,80.19,0.0,15.0,15.0
+1999,7,31,5,30,258.0,27.0,49.0,16.0,10.0,1.5,86.71000000000002,26.555233078296077,16.754510075094377,16.67484437585949
+1999,7,31,6,30,299.0,95.0,177.0,18.0,11.0,2.4000000000000004,79.18,152.01135320390796,22.066927420746584,21.61089336113486
+1999,7,31,7,30,0.0,111.0,111.0,19.0,11.0,2.7,70.35000000000001,108.48970534021343,21.84520802050005,21.519738904479407
+1999,7,31,8,30,0.0,106.0,106.0,21.0,10.0,3.0,59.19,103.60278167623987,23.663509697402105,23.352701352373387
+1999,7,31,9,30,30.0,306.0,329.0,22.0,10.0,3.4000000000000004,53.81,323.1885923161209,30.091903689086486,29.122337912138125
+1999,7,31,10,30,174.0,452.0,603.0,23.0,9.0,3.7,48.99,603.1122600279659,37.80483944299397,35.99550266291008
+1999,7,31,11,30,50.0,430.0,477.0,23.0,9.0,3.9,48.05,470.0289564599407,34.38720518098077,32.97711831160095
+1999,7,31,12,30,23.0,274.0,296.0,23.0,9.0,4.0,47.92,290.8587758827831,30.00038887921924,29.12781255157089
+1999,7,31,13,30,0.0,68.0,68.0,23.0,9.0,4.0,51.86,66.46216183004066,24.599611279225723,24.4002247937356
+1999,7,31,14,30,0.0,51.0,51.0,22.0,10.0,4.0,57.46,49.8466213725305,23.19970845941929,23.0501685953017
+1999,7,31,15,30,420.0,265.0,544.0,21.0,11.0,3.8,65.06,543.1839433775046,34.246301764776646,32.61674993464413
+1999,7,31,16,30,0.0,40.0,40.0,19.0,12.0,3.1,73.9,39.09538931178863,19.99846431768688,19.881178149751516
+1999,7,31,17,30,0.0,4.0,4.0,18.0,12.0,2.0,82.28,3.9095389311788624,18.1074244469629,18.095695830169362
+1999,7,31,18,30,0.0,1.0,1.0,16.0,13.0,0.8,97.88,0.9773847327947156,16.029109133305667,16.026176979107284
+1999,7,31,19,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
+1999,7,31,20,30,0.0,0.0,0.0,15.0,13.0,0.30000000000000004,100.0,0.0,15.0,15.0
+1999,7,31,21,30,0.0,0.0,0.0,15.0,13.0,0.5,100.0,0.0,15.0,15.0
+1999,7,31,22,30,0.0,0.0,0.0,15.0,11.0,0.8,100.0,0.0,15.0,15.0
+1999,7,31,23,30,0.0,0.0,0.0,15.0,11.0,0.9,100.0,0.0,15.0,15.0
+1999,8,1,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,8,1,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,8,1,2,30,0.0,0.0,0.0,14.0,11.0,1.3,100.0,0.0,14.0,14.0
+1999,8,1,3,30,0.0,0.0,0.0,13.0,11.0,1.5,100.0,0.0,13.0,13.0
+1999,8,1,4,30,0.0,0.0,0.0,13.0,11.0,1.8,100.0,0.0,13.0,13.0
+1999,8,1,5,30,87.0,30.0,38.0,14.0,11.0,2.3000000000000003,100.0,29.38184936305556,14.79133925286124,14.703193704772074
+1999,8,1,6,30,0.0,73.0,73.0,15.0,12.0,2.8000000000000003,94.43,71.34908549401425,16.858790890775726,16.644743634293683
+1999,8,1,7,30,585.0,127.0,395.0,17.0,12.0,3.3000000000000003,89.18,372.8975006817265,26.398366412118396,25.279673910073218
+1999,8,1,8,30,8.0,170.0,176.0,18.0,11.0,3.5,76.0,171.2202896098111,22.258770800394743,21.74510993156531
+1999,8,1,9,30,1.0,115.0,116.0,19.0,11.0,3.5,70.2,113.20436408346052,21.815737792142315,21.476124699891933
+1999,8,1,10,30,9.0,151.0,158.0,20.0,11.0,3.3000000000000003,69.64,155.92258439755835,23.92981336000818,23.462045606815504
+1999,8,1,11,30,14.0,206.0,219.0,20.0,11.0,3.4000000000000004,65.32000000000001,215.26959276830408,25.389858594285215,24.744049815980304
+1999,8,1,12,30,21.0,321.0,341.0,20.0,11.0,3.7,65.54,334.78718720891504,28.218155860352972,27.213794298726228
+1999,8,1,13,30,5.0,130.0,135.0,19.0,11.0,4.0,70.46000000000002,131.8052671292827,22.172289106401927,21.776873305014078
+1999,8,1,14,30,14.0,225.0,237.0,18.0,11.0,3.9,75.62,231.63501810598854,23.6117297498838,22.916824695565833
+1999,8,1,15,30,13.0,208.0,217.0,17.0,11.0,3.5,80.84,212.08467613676316,22.27519272395079,21.638938695540503
+1999,8,1,16,30,1.0,135.0,136.0,16.0,11.0,3.1,86.55,132.42663226912398,19.38206804842566,18.984788151618286
+1999,8,1,17,30,0.0,13.0,13.0,15.0,11.0,2.8000000000000003,92.7,12.706001526331303,15.331017555891568,15.292899551312575
+1999,8,1,18,30,0.0,3.0,3.0,14.0,11.0,2.3000000000000003,99.23,2.9321541983841466,14.078971499851905,14.070175037256753
+1999,8,1,19,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
+1999,8,1,20,30,0.0,0.0,0.0,14.0,11.0,1.5,100.0,0.0,14.0,14.0
+1999,8,1,21,30,0.0,0.0,0.0,13.0,11.0,1.1,100.0,0.0,13.0,13.0
+1999,8,1,22,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,8,1,23,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
+1999,8,2,0,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
+1999,8,2,1,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
+1999,8,2,2,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
+1999,8,2,3,30,0.0,0.0,0.0,11.0,9.0,0.30000000000000004,100.0,0.0,11.0,11.0
+1999,8,2,4,30,0.0,0.0,0.0,11.0,9.0,0.2,100.0,0.0,11.0,11.0
+1999,8,2,5,30,161.0,30.0,42.0,13.0,10.0,0.2,96.56,29.412003052662605,13.912225797551043,13.823989788393055
+1999,8,2,6,30,487.0,81.0,212.0,15.0,11.0,0.4,88.2,174.49616732368932,20.33929138536084,19.81580288338977
+1999,8,2,7,30,687.0,103.0,416.0,17.0,11.0,1.1,78.69,392.3039107658547,28.45009385104654,27.273182118748974
+1999,8,2,8,30,4.0,146.0,149.0,20.0,10.0,1.9,61.42,145.22875849482716,24.01728812392607,23.581601848441586
+1999,8,2,9,30,39.0,323.0,354.0,22.0,9.0,2.6,51.78,347.0242292113261,31.16159602349315,30.120523335859172
+1999,8,2,10,30,299.0,428.0,686.0,24.0,9.0,3.2,48.2,695.4578621323483,41.644302755736476,39.55792916933943
+1999,8,2,11,30,912.0,125.0,962.0,25.0,9.0,3.6,45.51,1029.322161413026,50.434154967800815,47.34618848356174
+1999,8,2,12,30,906.0,129.0,965.0,25.0,9.0,3.8,43.49,1033.7327367404728,50.20902162506706,47.10782341484564
+1999,8,2,13,30,882.0,132.0,908.0,25.0,10.0,3.8,47.07,964.992325265332,48.5326903473551,45.6377133715591
+1999,8,2,14,30,836.0,135.0,795.0,24.0,10.0,3.6,50.34,831.121929478667,44.53670341895597,42.04333763051997
+1999,8,2,15,30,778.0,128.0,639.0,23.0,10.0,3.3000000000000003,53.35,650.2198125007205,39.38789220933,37.43723277182784
+1999,8,2,16,30,696.0,109.0,454.0,21.0,10.0,2.9000000000000004,56.53,436.95401644043665,32.30829109015143,30.99742904083012
+1999,8,2,17,30,0.0,81.0,81.0,20.0,10.0,2.0,59.79,79.16816335637198,22.17534505099871,21.937840560929594
+1999,8,2,18,30,0.0,22.0,22.0,18.0,10.0,1.1,72.02,21.502464121483747,18.627588013943345,18.563080621578894
+1999,8,2,19,30,0.0,0.0,0.0,16.0,11.0,0.8,82.61,0.0,16.0,16.0
+1999,8,2,20,30,0.0,0.0,0.0,16.0,11.0,0.7000000000000001,87.72,0.0,16.0,16.0
+1999,8,2,21,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,86.84,0.0,15.0,15.0
+1999,8,2,22,30,0.0,0.0,0.0,15.0,10.0,0.9,91.74,0.0,15.0,15.0
+1999,8,2,23,30,0.0,0.0,0.0,14.0,10.0,1.0,90.33,0.0,14.0,14.0
+1999,8,3,0,30,0.0,0.0,0.0,13.0,10.0,1.1,95.11,0.0,13.0,13.0
+1999,8,3,1,30,0.0,0.0,0.0,13.0,10.0,1.0,93.73,0.0,13.0,13.0
+1999,8,3,2,30,0.0,0.0,0.0,13.0,9.0,1.0,92.58,0.0,13.0,13.0
+1999,8,3,3,30,0.0,0.0,0.0,13.0,9.0,1.0,91.66,0.0,13.0,13.0
+1999,8,3,4,30,0.0,0.0,0.0,13.0,9.0,0.9,90.71,0.0,13.0,13.0
+1999,8,3,5,30,269.0,24.0,44.0,15.0,9.0,1.1,80.52,23.608002035108402,15.689041917553112,15.618217911447786
+1999,8,3,6,30,659.0,52.0,228.0,17.0,10.0,1.3,72.12,179.13765181115338,22.15861343240199,21.62120047696853
+1999,8,3,7,30,803.0,68.0,432.0,20.0,9.0,1.6,60.04,406.7487892575847,31.479660843475948,30.259414475703196
+1999,8,3,8,30,879.0,79.0,625.0,22.0,8.0,2.0,47.47,632.0540600440645,39.367280143803335,37.47111796367114
+1999,8,3,9,30,454.0,314.0,659.0,23.0,8.0,2.4000000000000004,43.52,671.3594139852532,40.96161899993395,38.94754075797819
+1999,8,3,10,30,169.0,448.0,594.0,24.0,7.0,2.7,40.27,594.4859766100633,39.59075364267579,37.8072957128456
+1999,8,3,11,30,588.0,370.0,909.0,25.0,7.0,3.0,39.97,946.4201219553805,49.33138504448821,46.49212467862207
+1999,8,3,12,30,243.0,481.0,706.0,25.0,7.0,3.1,39.91,713.5205245605817,43.22273153566334,41.0821699619816
+1999,8,3,13,30,407.0,416.0,774.0,24.0,7.0,2.9000000000000004,40.29,792.2071589791501,44.502178307953095,42.12555683101564
+1999,8,3,14,30,507.0,324.0,723.0,23.0,8.0,2.6,43.22,740.3837636493959,42.54646498408766,40.32531369313948
+1999,8,3,15,30,373.0,281.0,526.0,22.0,7.0,2.3000000000000003,45.8,526.0735619830372,36.1687017160044,34.59048103005529
+1999,8,3,16,30,43.0,198.0,219.0,21.0,8.0,1.9,49.76,213.88143390161858,26.916344346990023,26.27470004528517
+1999,8,3,17,30,152.0,123.0,170.0,20.0,9.0,1.3,61.62000000000001,157.88533119537388,24.546611960406317,24.072955966820196
+1999,8,3,18,30,84.0,41.0,50.0,18.0,11.0,0.9,79.18,41.153827551959935,19.217435482333034,19.093973999677154
+1999,8,3,19,30,0.0,0.0,0.0,17.0,11.0,0.8,82.66,0.0,17.0,17.0
+1999,8,3,20,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,80.71000000000002,0.0,16.0,16.0
+1999,8,3,21,30,0.0,0.0,0.0,16.0,10.0,0.4,79.68,0.0,16.0,16.0
+1999,8,3,22,30,0.0,0.0,0.0,15.0,10.0,0.4,85.06,0.0,15.0,15.0
+1999,8,3,23,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,85.61,0.0,15.0,15.0
+1999,8,4,0,30,0.0,0.0,0.0,15.0,10.0,1.0,91.53,0.0,15.0,15.0
+1999,8,4,1,30,0.0,0.0,0.0,14.0,10.0,1.1,91.36,0.0,14.0,14.0
+1999,8,4,2,30,0.0,0.0,0.0,14.0,10.0,1.1,91.39,0.0,14.0,14.0
+1999,8,4,3,30,0.0,0.0,0.0,14.0,10.0,1.1,97.89,0.0,14.0,14.0
+1999,8,4,4,30,0.0,0.0,0.0,14.0,10.0,1.2000000000000002,98.4,0.0,14.0,14.0
+1999,8,4,5,30,0.0,13.0,13.0,15.0,11.0,1.5,91.11,12.706001526331303,15.36101382117474,15.322895816595747
+1999,8,4,6,30,0.0,68.0,68.0,17.0,12.0,1.9,88.56,66.46216183004066,18.8384626858859,18.639076200395778
+1999,8,4,7,30,0.0,82.0,82.0,18.0,11.0,2.1,74.55,80.14554808916668,20.187542965799654,19.947106321532154
+1999,8,4,8,30,0.0,110.0,110.0,19.0,10.0,2.0,66.03,107.51232060741872,21.95417229147973,21.631635329657474
+1999,8,4,9,30,160.0,381.0,502.0,20.0,10.0,2.0,60.2,500.78071647087927,33.760213790823485,32.257871641410844
+1999,8,4,10,30,33.0,359.0,387.0,21.0,10.0,2.2,56.0,381.4539718016322,31.34239984566582,30.198037930260924
+1999,8,4,11,30,16.0,246.0,261.0,22.0,10.0,2.6,53.08,256.34928985673525,28.767736765569065,27.99868889599886
+1999,8,4,12,30,74.0,458.0,527.0,22.0,10.0,3.0,57.69,521.749883055859,35.413596147258694,33.84834649809112
+1999,8,4,13,30,0.0,52.0,52.0,21.0,10.0,3.4000000000000004,63.2,50.82400610532521,22.272516952255437,22.12004493393946
+1999,8,4,14,30,0.0,69.0,69.0,20.0,11.0,3.4000000000000004,69.65,67.43954656283539,21.68853210972356,21.486213470035054
+1999,8,4,15,30,0.0,45.0,45.0,18.0,11.0,3.0,76.55,43.982312975762206,19.130735248897118,18.998788309969832
+1999,8,4,16,30,0.0,10.0,10.0,17.0,12.0,2.7,83.46000000000002,9.773847327947157,17.256325046891895,17.227003504908055
+1999,8,4,17,30,0.0,9.0,9.0,16.0,12.0,2.5,97.68,8.796462595152441,16.23378018897661,16.207390801191153
+1999,8,4,18,30,0.0,2.0,2.0,15.0,11.0,2.5,100.0,1.9547694655894312,15.051951153105913,15.046086844709144
+1999,8,4,19,30,0.0,0.0,0.0,14.0,11.0,2.3000000000000003,100.0,0.0,14.0,14.0
+1999,8,4,20,30,0.0,0.0,0.0,14.0,11.0,2.0,100.0,0.0,14.0,14.0
+1999,8,4,21,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
+1999,8,4,22,30,0.0,0.0,0.0,14.0,11.0,1.6,100.0,0.0,14.0,14.0
+1999,8,4,23,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
+1999,8,5,0,30,0.0,0.0,0.0,13.0,9.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,8,5,1,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
+1999,8,5,2,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
+1999,8,5,3,30,0.0,0.0,0.0,12.0,9.0,0.6000000000000001,100.0,0.0,12.0,12.0
+1999,8,5,4,30,0.0,0.0,0.0,12.0,9.0,0.9,100.0,0.0,12.0,12.0
+1999,8,5,5,30,0.0,1.0,1.0,13.0,11.0,1.3,100.0,0.9773847327947156,13.028145674347314,13.025213520148931
+1999,8,5,6,30,0.0,51.0,51.0,15.0,11.0,1.7000000000000002,92.86,49.8466213725305,16.39742561280943,16.247885748691836
+1999,8,5,7,30,39.0,176.0,194.0,17.0,12.0,2.1,88.18,188.49436594176498,22.14488370395847,21.579400606133177
+1999,8,5,8,30,11.0,187.0,194.0,18.0,12.0,2.4000000000000004,78.46000000000002,189.70571655173296,23.075406305223176,22.506289155567977
+1999,8,5,9,30,18.0,252.0,266.0,20.0,11.0,2.3000000000000003,67.58,260.7437218099934,27.02259205864778,26.2403608932178
+1999,8,5,10,30,340.0,408.0,700.0,22.0,11.0,2.0,62.72,713.7330982745023,41.6116178175864,39.47041852276289
+1999,8,5,11,30,17.0,265.0,281.0,23.0,11.0,1.6,59.07,275.9116728460056,30.78704819947826,29.959313180940242
+1999,8,5,12,30,12.0,178.0,190.0,22.0,11.0,1.4,59.65,185.99489875168933,27.320229941790117,26.76224524553505
+1999,8,5,13,30,18.0,274.0,290.0,21.0,12.0,1.4,64.78,284.8438017580443,29.147720894590993,28.29318948931686
+1999,8,5,14,30,55.0,357.0,400.0,20.0,12.0,1.6,70.47,394.8157569928602,31.142875174160675,29.958427903182095
+1999,8,5,15,30,0.0,102.0,102.0,20.0,12.0,1.7000000000000002,76.91,99.693242745061,22.794851225618853,22.49577149738367
+1999,8,5,16,30,0.0,64.0,64.0,19.0,13.0,1.7000000000000002,84.28,62.5526228988618,20.753632141564772,20.565974272868186
+1999,8,5,17,30,338.0,104.0,207.0,18.0,13.0,1.3,93.24,184.27565233016747,23.30657204537419,22.753745088383685
+1999,8,5,18,30,0.0,25.0,25.0,17.0,14.0,0.9,100.0,24.43461831986789,17.72283850881946,17.649534653859856
+1999,8,5,19,30,0.0,0.0,0.0,16.0,14.0,0.6000000000000001,100.0,0.0,16.0,16.0
+1999,8,5,20,30,0.0,0.0,0.0,16.0,14.0,0.4,100.0,0.0,16.0,16.0
+1999,8,5,21,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
+1999,8,5,22,30,0.0,0.0,0.0,15.0,13.0,0.4,100.0,0.0,15.0,15.0
+1999,8,5,23,30,0.0,0.0,0.0,15.0,11.0,0.6000000000000001,100.0,0.0,15.0,15.0
+1999,8,6,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,8,6,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,8,6,2,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
+1999,8,6,3,30,0.0,0.0,0.0,13.0,11.0,1.4,100.0,0.0,13.0,13.0
+1999,8,6,4,30,0.0,0.0,0.0,13.0,10.0,1.6,97.84,0.0,13.0,13.0
+1999,8,6,5,30,175.0,24.0,36.0,15.0,10.0,2.3000000000000003,92.04,23.54769465589431,15.63420838032852,15.563565296360837
+1999,8,6,6,30,538.0,65.0,205.0,17.0,11.0,2.8000000000000003,83.01,166.64235149599625,21.34137708750578,20.841450033017793
+1999,8,6,7,30,717.0,85.0,405.0,20.0,10.0,2.6,67.14,385.3818391446879,30.174254210026252,29.01810869259219
+1999,8,6,8,30,811.0,97.0,596.0,22.0,10.0,2.3000000000000003,53.89,605.6005361695628,38.31059603849764,36.49379442998895
+1999,8,6,9,30,324.0,355.0,600.0,24.0,10.0,2.1,50.64,606.8010445559557,40.562409120734294,38.74200598706643
+1999,8,6,10,30,892.0,112.0,875.0,25.0,10.0,2.1,47.92,935.5858477657459,50.53646820038789,47.72971065709065
+1999,8,6,11,30,3.0,119.0,122.0,26.0,10.0,2.1,45.41,119.29271996791041,29.25605048138892,28.89817232148519
+1999,8,6,12,30,8.0,142.0,149.0,26.0,10.0,2.1,45.85,146.79235671795226,30.006642852005342,29.566265781851484
+1999,8,6,13,30,14.0,212.0,224.0,25.0,10.0,1.9,46.46,220.4491294058573,31.098018592671057,30.436671204453486
+1999,8,6,14,30,12.0,190.0,199.0,24.0,11.0,1.5,49.92,195.70358569929346,29.560498253088113,28.973387495990234
+1999,8,6,15,30,275.0,300.0,479.0,23.0,11.0,1.0,53.57,477.75032590372876,37.03818422992567,35.60493325221448
+1999,8,6,16,30,351.0,192.0,362.0,22.0,11.0,0.6000000000000001,57.49,352.425655158586,32.638830015803975,31.581553050328218
+1999,8,6,17,30,525.0,81.0,239.0,21.0,11.0,0.5,63.83,206.57284450422384,27.27818610283234,26.65846756931967
+1999,8,6,18,30,245.0,37.0,63.0,19.0,13.0,0.6000000000000001,79.36,37.844707073972494,20.142435006261714,20.028900885039796
+1999,8,6,19,30,0.0,0.0,0.0,17.0,13.0,0.8,88.11,0.0,17.0,17.0
+1999,8,6,20,30,0.0,0.0,0.0,16.0,12.0,1.1,88.66,0.0,16.0,16.0
+1999,8,6,21,30,0.0,0.0,0.0,15.0,11.0,1.5,89.22,0.0,15.0,15.0
+1999,8,6,22,30,0.0,0.0,0.0,15.0,10.0,1.9,89.18,0.0,15.0,15.0
+1999,8,6,23,30,0.0,0.0,0.0,14.0,9.0,2.1,83.24,0.0,14.0,14.0
+1999,8,7,0,30,0.0,0.0,0.0,14.0,8.0,2.2,83.89,0.0,14.0,14.0
+1999,8,7,1,30,0.0,0.0,0.0,13.0,7.0,2.1,80.65,0.0,13.0,13.0
+1999,8,7,2,30,0.0,0.0,0.0,13.0,7.0,1.9,78.83,0.0,13.0,13.0
+1999,8,7,3,30,0.0,0.0,0.0,12.0,7.0,1.7000000000000002,83.06,0.0,12.0,12.0
+1999,8,7,4,30,0.0,0.0,0.0,12.0,7.0,1.5,81.91,0.0,12.0,12.0
+1999,8,7,5,30,68.0,22.0,26.0,15.0,7.0,1.6,69.9,21.53261781109079,15.60771453061898,15.543116677185708
+1999,8,7,6,30,126.0,99.0,131.0,19.0,8.0,2.2,57.18,120.78096374261128,22.274746399601145,21.912403508373313
+1999,8,7,7,30,726.0,87.0,409.0,22.0,8.0,2.7,49.05,390.622612733647,32.244313847596906,31.072446009395968
+1999,8,7,8,30,809.0,104.0,601.0,23.0,8.0,2.5,44.82,610.8222481471657,39.23358697411563,37.401120229674135
+1999,8,7,9,30,849.0,121.0,761.0,24.0,8.0,2.1,42.83,798.865989302406,45.804750446909445,43.408152479002226
+1999,8,7,10,30,300.0,424.0,680.0,25.0,8.0,1.7000000000000002,40.37,692.1900954081874,44.405210255422716,42.32863996919815
+1999,8,7,11,30,438.0,451.0,849.0,26.0,8.0,1.6,37.83,876.0598580116643,50.72501532681593,48.09683575278093
+1999,8,7,12,30,23.0,342.0,364.0,27.0,8.0,1.9,37.98,357.2829470155109,36.88308758404652,35.81123874299999
+1999,8,7,13,30,162.0,455.0,596.0,27.0,8.0,2.2,38.35,597.8887540306855,43.21061783209838,41.416951570006326
+1999,8,7,14,30,166.0,394.0,524.0,26.0,9.0,2.3000000000000003,41.11,523.3400419642717,40.09508001634206,38.52505989044924
+1999,8,7,15,30,358.0,280.0,511.0,25.0,9.0,2.4000000000000004,44.12,513.4853943882756,38.737841197882744,37.197385014717916
+1999,8,7,16,30,671.0,111.0,434.0,24.0,9.0,2.1,48.01,422.4753146599616,35.53130678924531,34.263880845265426
+1999,8,7,17,30,113.0,118.0,151.0,22.0,10.0,1.4,55.45,142.54024628853685,26.077245619659895,25.649624880794285
+1999,8,7,18,30,0.0,3.0,3.0,20.0,13.0,0.9,73.36,2.9321541983841466,20.086740621058336,20.077944158463183
+1999,8,7,19,30,0.0,0.0,0.0,18.0,13.0,0.8,82.61,0.0,18.0,18.0
+1999,8,7,20,30,0.0,0.0,0.0,17.0,12.0,0.9,92.32,0.0,17.0,17.0
+1999,8,7,21,30,0.0,0.0,0.0,16.0,12.0,1.1,95.37,0.0,16.0,16.0
+1999,8,7,22,30,0.0,0.0,0.0,15.0,11.0,1.5,92.08,0.0,15.0,15.0
+1999,8,7,23,30,0.0,0.0,0.0,15.0,11.0,2.0,95.87,0.0,15.0,15.0
+1999,8,8,0,30,0.0,0.0,0.0,14.0,10.0,2.5,93.52,0.0,14.0,14.0
+1999,8,8,1,30,0.0,0.0,0.0,14.0,10.0,2.7,90.39,0.0,14.0,14.0
+1999,8,8,2,30,0.0,0.0,0.0,14.0,9.0,2.7,92.46,0.0,14.0,14.0
+1999,8,8,3,30,0.0,0.0,0.0,13.0,9.0,2.7,88.49,0.0,13.0,13.0
+1999,8,8,4,30,0.0,0.0,0.0,13.0,8.0,2.8000000000000003,84.83,0.0,13.0,13.0
+1999,8,8,5,30,211.0,22.0,35.0,16.0,8.0,3.2,73.88,21.600463612706644,16.548020434305386,16.483219043467265
+1999,8,8,6,30,200.0,95.0,146.0,20.0,8.0,3.4000000000000004,57.62000000000001,130.78670959445927,23.27460028915785,22.882240160374472
+1999,8,8,7,30,746.0,80.0,410.0,23.0,8.0,2.7,44.15,391.69242963849064,33.2723704418017,32.09729315288622
+1999,8,8,8,30,831.0,95.0,603.0,26.0,7.0,1.3,34.31,615.4922703790548,43.72428443387301,41.877807622735844
+1999,8,8,9,30,880.0,105.0,767.0,27.0,7.0,0.9,31.69,807.8251427270093,50.89753397870209,48.474058550521065
+1999,8,8,10,30,904.0,114.0,885.0,28.0,7.0,1.4,29.91,948.2702386625285,55.12448432995004,52.27967361396246
+1999,8,8,11,30,572.0,345.0,864.0,29.0,7.0,1.9,28.63,905.4774645903356,54.04713186755642,51.330699473785415
+1999,8,8,12,30,405.0,461.0,831.0,29.0,7.0,2.1,29.35,855.6042741186252,52.35340085607715,49.78658803372127
+1999,8,8,13,30,0.0,67.0,67.0,29.0,8.0,2.0,32.02,65.48477709724594,30.79935948662856,30.602905155336824
+1999,8,8,14,30,484.0,324.0,699.0,28.0,8.0,1.7000000000000002,34.87,719.3269566760633,48.16597886807504,46.00799799804685
+1999,8,8,15,30,751.0,133.0,616.0,27.0,8.0,1.3,37.82,632.1827416190813,45.20491867386342,43.308370449006176
+1999,8,8,16,30,661.0,113.0,430.0,25.0,9.0,1.2000000000000002,41.81,418.7316955519516,37.13950450949321,35.88330942283735
+1999,8,8,17,30,46.0,111.0,124.0,23.0,10.0,1.2000000000000002,52.06,119.47577096810313,26.463737462077354,26.105310149173047
+1999,8,8,18,30,98.0,36.0,46.0,21.0,13.0,1.5,68.29,35.432550758242364,22.0067400445917,21.900442392316975
+1999,8,8,19,30,0.0,0.0,0.0,19.0,12.0,1.9,73.51,0.0,19.0,19.0
+1999,8,8,20,30,0.0,0.0,0.0,18.0,12.0,2.0,78.28,0.0,18.0,18.0
+1999,8,8,21,30,0.0,0.0,0.0,17.0,11.0,1.9,81.21000000000002,0.0,17.0,17.0
+1999,8,8,22,30,0.0,0.0,0.0,17.0,11.0,1.8,82.82000000000002,0.0,17.0,17.0
+1999,8,8,23,30,0.0,0.0,0.0,16.0,10.0,1.7000000000000002,77.98,0.0,16.0,16.0
+1999,8,9,0,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,77.9,0.0,15.0,15.0
+1999,8,9,1,30,0.0,0.0,0.0,15.0,8.0,1.9,77.19,0.0,15.0,15.0
+1999,8,9,2,30,0.0,0.0,0.0,14.0,7.0,2.1,71.79,0.0,14.0,14.0
+1999,8,9,3,30,0.0,0.0,0.0,14.0,6.0,2.2,67.43,0.0,14.0,14.0
+1999,8,9,4,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,63.95,0.0,14.0,14.0
+1999,8,9,5,30,252.0,20.0,35.0,17.0,5.0,2.9000000000000004,55.63,19.660770991920735,17.50881720517095,17.449834892195188
+1999,8,9,6,30,620.0,53.0,210.0,20.0,5.0,3.3000000000000003,44.2,168.80068025140667,24.254387977171284,23.747985936417063
+1999,8,9,7,30,770.0,73.0,412.0,23.0,6.0,3.4000000000000004,38.07,394.41471031368883,32.87524289315122,31.691998762210147
+1999,8,9,8,30,681.0,155.0,571.0,26.0,6.0,3.6,32.1,579.4999599892981,40.31922126884818,38.580721388880285
+1999,8,9,9,30,883.0,101.0,763.0,27.0,6.0,3.7,30.6,806.0545272656578,46.78654497574486,44.368381393947885
+1999,8,9,10,30,187.0,442.0,601.0,28.0,6.0,3.9,29.31,605.0678757594786,42.65873954146606,40.843535914187626
+1999,8,9,11,30,16.0,238.0,253.0,28.0,6.0,3.9,29.82,248.51297855316776,34.02062540621957,33.27508647056007
+1999,8,9,12,30,33.0,385.0,415.0,27.0,7.0,3.5,32.49,409.2815309446206,37.180079925690826,35.952235332856965
+1999,8,9,13,30,71.0,422.0,484.0,26.0,7.0,2.6,35.81,479.508641868014,38.65924421632637,37.22071829072233
+1999,8,9,14,30,255.0,382.0,580.0,25.0,8.0,1.7000000000000002,42.24,585.2787334468239,41.40800259337081,39.652166393030335
+1999,8,9,15,30,0.0,82.0,82.0,23.0,9.0,1.9,50.51,80.14554808916668,25.216969709450645,24.976533065183144
+1999,8,9,16,30,0.0,80.0,80.0,21.0,10.0,2.9000000000000004,57.34,78.19077862357726,23.02356324000407,22.78899090413334
+1999,8,9,17,30,0.0,56.0,56.0,19.0,11.0,3.4000000000000004,68.39,54.733545036504076,20.370402871659703,20.20620223655019
+1999,8,9,18,30,0.0,19.0,19.0,17.0,11.0,3.1,81.69,18.570309923099597,17.474270550901267,17.41855962113197
+1999,8,9,19,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.88,0.0,17.0,17.0
+1999,8,9,20,30,0.0,0.0,0.0,16.0,12.0,1.5,90.56,0.0,16.0,16.0
+1999,8,9,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.27,0.0,16.0,16.0
+1999,8,9,22,30,0.0,0.0,0.0,16.0,11.0,0.9,92.05,0.0,16.0,16.0
+1999,8,9,23,30,0.0,0.0,0.0,15.0,11.0,1.0,88.67,0.0,15.0,15.0
+1999,8,10,0,30,0.0,0.0,0.0,15.0,10.0,1.1,86.0,0.0,15.0,15.0
+1999,8,10,1,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,88.86,0.0,15.0,15.0
+1999,8,10,2,30,0.0,0.0,0.0,14.0,9.0,1.3,86.41,0.0,14.0,14.0
+1999,8,10,3,30,0.0,0.0,0.0,14.0,9.0,1.3,84.62,0.0,14.0,14.0
+1999,8,10,4,30,0.0,0.0,0.0,14.0,9.0,1.4,83.27,0.0,14.0,14.0
+1999,8,10,5,30,133.0,20.0,27.0,16.0,10.0,1.9,82.12,19.600463612706644,16.54218400343604,16.48338261259792
+1999,8,10,6,30,316.0,83.0,162.0,19.0,11.0,2.8000000000000003,77.08,140.44962919824076,22.65900262853993,22.23765374094521
+1999,8,10,7,30,321.0,172.0,313.0,22.0,11.0,3.4000000000000004,61.37000000000001,302.5786927385876,29.575878908545914,28.66814283033015
+1999,8,10,8,30,391.0,250.0,488.0,24.0,10.0,3.7,50.36,489.9140284585409,36.026116882224805,34.556374796849184
+1999,8,10,9,30,411.0,316.0,623.0,25.0,10.0,3.7,48.19,637.9644141472183,40.660369300659426,38.74647605821777
+1999,8,10,10,30,321.0,413.0,686.0,26.0,10.0,3.7,46.3,700.66182566888,43.1994279015018,41.097442424495156
+1999,8,10,11,30,521.0,405.0,877.0,26.0,11.0,3.7,44.05,913.1630058954431,48.41577991954089,45.67629090185456
+1999,8,10,12,30,880.0,131.0,931.0,26.0,11.0,3.7,44.49,1007.353403966779,50.72790953941158,47.70584932751124
+1999,8,10,13,30,2.0,115.0,117.0,26.0,11.0,3.7,47.71,114.2886489289158,28.805489474664046,28.462623527877298
+1999,8,10,14,30,0.0,25.0,25.0,25.0,11.0,3.8,47.82,24.43461831986789,25.595872414341905,25.5225685593823
+1999,8,10,15,30,16.0,215.0,226.0,24.0,11.0,3.8,50.34,220.80191913644052,29.384564265535374,28.722158508126054
+1999,8,10,16,30,2.0,137.0,138.0,23.0,11.0,3.0,53.78,134.82831214223012,26.466282575282893,26.061797638856202
+1999,8,10,17,30,0.0,35.0,35.0,21.0,11.0,1.7000000000000002,63.18,34.20846564781505,21.959017577418233,21.85639218047479
+1999,8,10,18,30,100.0,32.0,41.0,19.0,13.0,0.9,86.31,31.344157251046756,19.927240343636843,19.8332078718837
+1999,8,10,19,30,0.0,0.0,0.0,17.0,13.0,0.8,89.03,0.0,17.0,17.0
+1999,8,10,20,30,0.0,0.0,0.0,16.0,12.0,0.9,92.04,0.0,16.0,16.0
+1999,8,10,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.38,0.0,16.0,16.0
+1999,8,10,22,30,0.0,0.0,0.0,16.0,11.0,1.1,92.39,0.0,16.0,16.0
+1999,8,10,23,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,89.29,0.0,15.0,15.0
+1999,8,11,0,30,0.0,0.0,0.0,15.0,10.0,1.5,91.99,0.0,15.0,15.0
+1999,8,11,1,30,0.0,0.0,0.0,15.0,10.0,1.9,89.31,0.0,15.0,15.0
+1999,8,11,2,30,0.0,0.0,0.0,15.0,9.0,2.5,86.87,0.0,15.0,15.0
+1999,8,11,3,30,0.0,0.0,0.0,14.0,9.0,2.8000000000000003,84.87,0.0,14.0,14.0
+1999,8,11,4,30,0.0,0.0,0.0,14.0,9.0,3.0,83.22,0.0,14.0,14.0
+1999,8,11,5,30,229.0,19.0,31.0,16.0,9.0,3.6,77.39,18.660770991920735,16.461100478566987,16.405118165591226
+1999,8,11,6,30,620.0,51.0,204.0,18.0,9.0,4.5,65.21000000000001,165.6561918765535,21.858560024441466,21.361591448811804
+1999,8,11,7,30,787.0,67.0,410.0,21.0,9.0,4.7,53.46,394.63566413586966,30.07285639147934,28.888949399071734
+1999,8,11,8,30,436.0,232.0,496.0,23.0,8.0,4.1000000000000005,45.15,500.3873084366039,34.96455106235229,33.46338913704248
+1999,8,11,9,30,463.0,305.0,650.0,25.0,8.0,3.1,39.35,668.7111675643225,42.07833714934713,40.07220364665416
+1999,8,11,10,30,185.0,440.0,597.0,26.0,8.0,2.4000000000000004,36.64,601.1694599230996,42.08374973017353,40.28024135040423
+1999,8,11,11,30,432.0,449.0,839.0,27.0,8.0,2.1,34.22,867.6519275614495,50.68223708181387,48.07928129912952
+1999,8,11,12,30,947.0,97.0,955.0,28.0,8.0,2.0,34.04,1040.610956538658,56.59341177502772,53.47157890541175
+1999,8,11,13,30,935.0,96.0,900.0,28.0,7.0,2.1,31.77,975.4863040152084,54.62553633307568,51.699077421030054
+1999,8,11,14,30,219.0,386.0,554.0,27.0,7.0,2.1,33.160000000000004,558.8289549241872,42.253028753007165,40.5765418882346
+1999,8,11,15,30,0.0,28.0,28.0,26.0,7.0,2.1,34.37,27.366772518252038,26.746965890760855,26.6648655732061
+1999,8,11,16,30,562.0,132.0,396.0,25.0,7.0,2.2,36.21,388.29586029494726,35.52790465549416,34.36301707460932
+1999,8,11,17,30,98.0,111.0,139.0,22.0,7.0,1.8,44.74,131.30368434298802,25.656473265455563,25.262562212426598
+1999,8,11,18,30,0.0,1.0,1.0,19.0,9.0,1.4,61.23,0.9773847327947156,19.027957280306946,19.025025126108563
+1999,8,11,19,30,0.0,0.0,0.0,17.0,8.0,1.8,65.25,0.0,17.0,17.0
+1999,8,11,20,30,0.0,0.0,0.0,16.0,7.0,2.2,68.87,0.0,16.0,16.0
+1999,8,11,21,30,0.0,0.0,0.0,14.0,6.0,2.2,70.51,0.0,14.0,14.0
+1999,8,11,22,30,0.0,0.0,0.0,13.0,6.0,2.1,74.04,0.0,13.0,13.0
+1999,8,11,23,30,0.0,0.0,0.0,12.0,6.0,2.2,78.05,0.0,12.0,12.0
+1999,8,12,0,30,0.0,0.0,0.0,12.0,6.0,2.2,81.92,0.0,12.0,12.0
+1999,8,12,1,30,0.0,0.0,0.0,11.0,5.0,2.2,80.12,0.0,11.0,11.0
+1999,8,12,2,30,0.0,0.0,0.0,11.0,5.0,2.1,78.08,0.0,11.0,11.0
+1999,8,12,3,30,0.0,0.0,0.0,11.0,4.0,1.9,81.12,0.0,11.0,11.0
+1999,8,12,4,30,0.0,0.0,0.0,11.0,4.0,1.9,78.38,0.0,11.0,11.0
+1999,8,12,5,30,248.0,18.0,30.0,13.0,4.0,2.5,63.33,17.68338625912602,13.469964526840942,13.416914368063564
+1999,8,12,6,30,651.0,49.0,208.0,17.0,4.0,3.1,48.34,168.88332685674357,21.31314225761816,20.80649227704793
+1999,8,12,7,30,810.0,67.0,417.0,20.0,3.0,3.5,36.91,403.7173949162259,30.041682892832437,28.83053070808376
+1999,8,12,8,30,892.0,78.0,616.0,22.0,2.0,3.8,31.17,635.6624194470053,37.50151901797135,35.59453175963033
+1999,8,12,9,30,937.0,86.0,783.0,24.0,2.0,3.6,29.38,833.7895428305587,44.60261911953027,42.10125049103859
+1999,8,12,10,30,961.0,92.0,903.0,25.0,2.0,3.3000000000000003,26.36,978.5273698722574,49.66243069350947,46.726848583892696
+1999,8,12,11,30,969.0,95.0,967.0,26.0,2.0,3.1,25.19,1054.3404672653992,52.926994558419224,49.763973156623024
+1999,8,12,12,30,965.0,97.0,969.0,27.0,3.0,3.0,25.57,1058.0895940768287,54.20228017960854,51.02801139737806
+1999,8,12,13,30,948.0,98.0,911.0,27.0,3.0,3.0,24.4,988.9781555476972,52.425503690160596,49.45856922351751
+1999,8,12,14,30,384.0,336.0,631.0,26.0,3.0,3.1,26.12,646.3487262595506,42.50721865961644,40.56817248083779
+1999,8,12,15,30,110.0,298.0,368.0,25.0,3.0,3.1,28.11,364.23125309419265,34.30216877239973,33.20947501311716
+1999,8,12,16,30,606.0,119.0,402.0,24.0,3.0,2.7,30.52,394.79587625244255,34.353760202881055,33.16937257412373
+1999,8,12,17,30,0.0,25.0,25.0,21.0,4.0,1.7000000000000002,39.65,24.43461831986789,21.68501255529874,21.611708700339136
+1999,8,12,18,30,0.0,24.0,24.0,19.0,8.0,1.0,61.31,23.457233587073173,19.689265812633042,19.61889411187182
+1999,8,12,19,30,0.0,0.0,0.0,17.0,7.0,1.0,61.35,0.0,17.0,17.0
+1999,8,12,20,30,0.0,0.0,0.0,16.0,7.0,1.3,63.18,0.0,16.0,16.0
+1999,8,12,21,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,67.81,0.0,15.0,15.0
+1999,8,12,22,30,0.0,0.0,0.0,14.0,7.0,1.6,72.98,0.0,14.0,14.0
+1999,8,12,23,30,0.0,0.0,0.0,13.0,7.0,1.1,77.77,0.0,13.0,13.0
+1999,8,13,0,30,0.0,0.0,0.0,12.0,7.0,0.5,82.21000000000002,0.0,12.0,12.0
+1999,8,13,1,30,0.0,0.0,0.0,11.0,6.0,0.2,86.83,0.0,11.0,11.0
+1999,8,13,2,30,0.0,0.0,0.0,10.0,6.0,0.4,91.52,0.0,10.0,10.0
+1999,8,13,3,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,95.33,0.0,10.0,10.0
+1999,8,13,4,30,0.0,0.0,0.0,10.0,5.0,1.0,91.74,0.0,10.0,10.0
+1999,8,13,5,30,217.0,17.0,28.0,12.0,5.0,1.9,73.27,16.69846310392954,12.461909460705217,12.411814071393428
+1999,8,13,6,30,625.0,52.0,203.0,17.0,5.0,2.8000000000000003,55.48,166.40678384567036,21.33524006417107,20.83601971263406
+1999,8,13,7,30,794.0,70.0,411.0,20.0,4.0,3.0,41.49,399.45475106241497,30.269527380577,29.071163127389756
+1999,8,13,8,30,882.0,81.0,611.0,23.0,3.0,2.5,32.660000000000004,631.9360042720857,39.79471911598479,37.89891110316853
+1999,8,13,9,30,933.0,88.0,779.0,25.0,3.0,1.7000000000000002,27.52,832.2363779747955,48.33133918550047,45.834630051576084
+1999,8,13,10,30,961.0,92.0,902.0,26.0,2.0,0.9,24.8,978.2457837752238,54.93901244317987,52.0042750918542
+1999,8,13,11,30,973.0,95.0,968.0,27.0,2.0,0.5,22.78,1057.9355841089173,59.15290227418353,55.97909552185678
+1999,8,13,12,30,972.0,95.0,972.0,28.0,2.0,0.8,21.37,1062.5908324708516,59.64679900752246,56.45902651010991
+1999,8,13,13,30,960.0,93.0,915.0,29.0,2.0,1.3,20.27,994.6285837883702,57.64224422228469,54.65835847091958
+1999,8,13,14,30,934.0,89.0,801.0,29.0,2.0,1.7000000000000002,21.64,859.2503709292537,53.08866324517319,50.51091213238543
+1999,8,13,15,30,889.0,82.0,641.0,28.0,2.0,2.0,23.08,668.522901646413,46.36935358762208,44.36378488268284
+1999,8,13,16,30,812.0,71.0,447.0,27.0,2.0,2.5,24.81,441.02389233991005,38.720921652215296,37.39784997519556
+1999,8,13,17,30,669.0,54.0,239.0,24.0,4.0,2.9000000000000004,33.85,205.55497662263485,29.31972569931712,28.703060769449216
+1999,8,13,18,30,340.0,24.0,52.0,20.0,7.0,3.1,53.91,23.668309414322493,20.604469294875333,20.533464366632366
+1999,8,13,19,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,59.02,0.0,18.0,18.0
+1999,8,13,20,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,61.13,0.0,16.0,16.0
+1999,8,13,21,30,0.0,0.0,0.0,15.0,6.0,3.3000000000000003,62.5,0.0,15.0,15.0
+1999,8,13,22,30,0.0,0.0,0.0,15.0,5.0,3.2,63.72,0.0,15.0,15.0
+1999,8,13,23,30,0.0,0.0,0.0,14.0,4.0,2.9000000000000004,61.0,0.0,14.0,14.0
+1999,8,14,0,30,0.0,0.0,0.0,13.0,4.0,2.6,62.37000000000001,0.0,13.0,13.0
+1999,8,14,1,30,0.0,0.0,0.0,13.0,3.0,2.3000000000000003,64.52,0.0,13.0,13.0
+1999,8,14,2,30,0.0,0.0,0.0,13.0,3.0,2.1,63.06,0.0,13.0,13.0
+1999,8,14,3,30,0.0,0.0,0.0,13.0,2.0,2.1,61.32,0.0,13.0,13.0
+1999,8,14,4,30,0.0,0.0,0.0,13.0,2.0,2.0,60.19,0.0,13.0,13.0
+1999,8,14,5,30,0.0,16.0,16.0,15.0,3.0,2.1,50.84,15.63815572471545,15.426837651863346,15.3799231846892
+1999,8,14,6,30,440.0,67.0,172.0,19.0,4.0,2.5,46.8,146.4540403212652,22.892252465390047,22.45289034442625
+1999,8,14,7,30,228.0,180.0,278.0,22.0,3.0,2.7,34.44,270.8474874714046,29.103138876350926,28.29059641393671
+1999,8,14,8,30,108.0,278.0,343.0,25.0,2.0,2.5,25.62,339.354131725027,34.01888369176829,33.00082129659321
+1999,8,14,9,30,640.0,237.0,710.0,27.0,1.0,2.2,22.93,743.3134082280467,47.153531085886556,44.92359086120241
+1999,8,14,10,30,480.0,378.0,781.0,28.0,1.0,1.9,20.74,812.9950053632205,50.4889010531148,48.04991603702514
+1999,8,14,11,30,400.0,438.0,797.0,29.0,2.0,1.8,20.1,824.6840125924111,51.965349826863424,49.49129778908619
+1999,8,14,12,30,649.0,325.0,909.0,30.0,2.0,2.1,19.5,964.7552779578064,56.33263696277547,53.43837112890205
+1999,8,14,13,30,546.0,356.0,823.0,30.0,2.0,2.9000000000000004,20.02,861.4844863215864,52.2950630373758,49.71060957841104
+1999,8,14,14,30,617.0,260.0,730.0,30.0,3.0,3.7,21.67,763.5551788806483,48.743296361891844,46.4526308252499
+1999,8,14,15,30,196.0,298.0,420.0,29.0,3.0,4.1000000000000005,23.92,420.6720734591661,39.05851351252942,37.796497292151926
+1999,8,14,16,30,187.0,201.0,286.0,27.0,5.0,3.8,29.78,281.6693919389891,33.86890289931113,33.023894723494166
+1999,8,14,17,30,0.0,68.0,68.0,24.0,8.0,2.5,43.76,66.46216183004066,25.766339205601053,25.56695272011093
+1999,8,14,18,30,0.0,23.0,23.0,21.0,10.0,1.6,61.16,22.47984885427846,21.634448208514012,21.567008661951178
+1999,8,14,19,30,0.0,0.0,0.0,19.0,9.0,1.7000000000000002,66.37,0.0,19.0,19.0
+1999,8,14,20,30,0.0,0.0,0.0,18.0,9.0,2.3000000000000003,63.5,0.0,18.0,18.0
+1999,8,14,21,30,0.0,0.0,0.0,17.0,8.0,2.6,63.89,0.0,17.0,17.0
+1999,8,14,22,30,0.0,0.0,0.0,17.0,7.0,2.8000000000000003,60.95,0.0,17.0,17.0
+1999,8,14,23,30,0.0,0.0,0.0,17.0,7.0,3.2,63.87000000000001,0.0,17.0,17.0
+1999,8,15,0,30,0.0,0.0,0.0,16.0,7.0,3.3000000000000003,64.37,0.0,16.0,16.0
+1999,8,15,1,30,0.0,0.0,0.0,15.0,7.0,2.8000000000000003,70.8,0.0,15.0,15.0
+1999,8,15,2,30,0.0,0.0,0.0,15.0,8.0,2.5,72.93,0.0,15.0,15.0
+1999,8,15,3,30,0.0,0.0,0.0,15.0,8.0,2.8000000000000003,74.11,0.0,15.0,15.0
+1999,8,15,4,30,0.0,0.0,0.0,15.0,8.0,3.2,73.95,0.0,15.0,15.0
+1999,8,15,5,30,0.0,8.0,8.0,16.0,8.0,3.7,69.33,7.819077862357725,16.191938052028835,16.16848081844176
+1999,8,15,6,30,0.0,69.0,69.0,18.0,8.0,4.1000000000000005,61.63,67.43954656283539,19.612518712742606,19.4102000730541
+1999,8,15,7,30,11.0,144.0,149.0,21.0,8.0,4.5,53.65,145.31812076807552,24.384833885596617,23.94887952329239
+1999,8,15,8,30,0.0,64.0,64.0,22.0,8.0,4.5,46.48,62.5526228988618,23.457011943878157,23.26935407518157
+1999,8,15,9,30,31.0,297.0,320.0,24.0,7.0,3.9,40.56,315.0581378902604,31.63278859905707,30.687614185386288
+1999,8,15,10,30,71.0,406.0,465.0,25.0,7.0,2.9000000000000004,37.63,462.39821131394575,36.96678226166673,35.57958762772489
+1999,8,15,11,30,27.0,355.0,380.0,26.0,7.0,1.8,35.03,373.7357546930063,36.40758911082919,35.286381846750174
+1999,8,15,12,30,19.0,300.0,317.0,27.0,7.0,0.9,32.74,312.14752712317625,36.234122263900325,35.2976796825308
+1999,8,15,13,30,112.0,436.0,531.0,27.0,7.0,0.6000000000000001,32.410000000000004,531.374922260971,43.040851140793556,41.446726374010645
+1999,8,15,14,30,339.0,353.0,610.0,27.0,7.0,0.6000000000000001,33.71,624.493749582226,45.85187060161018,43.9783893528635
+1999,8,15,15,30,263.0,287.0,451.0,26.0,6.0,0.5,35.14,453.74166403453603,39.79016983696227,38.42894484485866
+1999,8,15,16,30,406.0,166.0,351.0,25.0,6.0,0.4,37.26,346.45930129097417,35.601076179109306,34.56169827523638
+1999,8,15,17,30,585.0,62.0,219.0,23.0,7.0,0.2,45.02,191.45412194483532,28.938031108348852,28.363668742514346
+1999,8,15,18,30,247.0,25.0,43.0,20.0,10.0,0.30000000000000004,59.73,24.570309923099597,20.756915327435326,20.683204397666028
+1999,8,15,19,30,0.0,0.0,0.0,18.0,8.0,0.7000000000000001,62.08,0.0,18.0,18.0
+1999,8,15,20,30,0.0,0.0,0.0,17.0,8.0,1.0,69.16,0.0,17.0,17.0
+1999,8,15,21,30,0.0,0.0,0.0,16.0,8.0,1.3,67.68,0.0,16.0,16.0
+1999,8,15,22,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,69.04,0.0,15.0,15.0
+1999,8,15,23,30,0.0,0.0,0.0,15.0,6.0,2.0,66.93,0.0,15.0,15.0
+1999,8,16,0,30,0.0,0.0,0.0,15.0,6.0,2.4000000000000004,70.59,0.0,15.0,15.0
+1999,8,16,1,30,0.0,0.0,0.0,14.0,6.0,2.7,70.21000000000001,0.0,14.0,14.0
+1999,8,16,2,30,0.0,0.0,0.0,14.0,6.0,2.9000000000000004,74.75,0.0,14.0,14.0
+1999,8,16,3,30,0.0,0.0,0.0,13.0,6.0,3.1,74.89,0.0,13.0,13.0
+1999,8,16,4,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,75.46000000000002,0.0,13.0,13.0
+1999,8,16,5,30,198.0,15.0,23.0,15.0,7.0,3.8,71.69,14.721078371134826,15.358994128571759,15.314830893458353
+1999,8,16,6,30,430.0,66.0,166.0,19.0,7.0,3.5,57.26,142.86949975731687,22.553600190842104,22.124991691570152
+1999,8,16,7,30,783.0,70.0,401.0,22.0,6.0,2.4000000000000004,42.56,393.39363884062925,32.524893984741546,31.344713068219658
+1999,8,16,8,30,862.0,85.0,597.0,25.0,4.0,1.6,29.93,622.1782956738358,42.55972238182722,40.69318749480571
+1999,8,16,9,30,903.0,96.0,760.0,26.0,3.0,1.2000000000000002,26.91,815.1528350015465,49.63220081389734,47.186742308892704
+1999,8,16,10,30,924.0,106.0,878.0,28.0,3.0,1.2000000000000002,25.23,956.7817845445944,55.73818392889969,52.86783857526591
+1999,8,16,11,30,928.0,112.0,939.0,29.0,3.0,1.6,23.91,1028.6981555362004,58.03292215674283,54.94682769013423
+1999,8,16,12,30,592.0,356.0,886.0,29.0,3.0,2.0,22.7,937.4475690250167,54.75873739383911,51.946394686764066
+1999,8,16,13,30,895.0,120.0,879.0,29.0,4.0,2.4000000000000004,22.9,957.3876594672779,54.61404817802626,51.74188519962443
+1999,8,16,14,30,855.0,118.0,763.0,29.0,4.0,2.6,24.9,819.0898087372391,50.624340040075616,48.1670706138639
+1999,8,16,15,30,793.0,111.0,602.0,28.0,4.0,2.5,27.25,629.4825902652785,44.729515679495975,42.84106790870014
+1999,8,16,16,30,649.0,103.0,396.0,26.0,5.0,1.9,30.35,393.79533546346215,36.89308578280792,35.71169977641754
+1999,8,16,17,30,490.0,77.0,206.0,23.0,7.0,1.1,42.77,183.66819693131077,28.36068602581733,27.809681435023396
+1999,8,16,18,30,80.0,25.0,31.0,21.0,11.0,0.9,59.79,24.479848854278462,21.72417654371808,21.650736997155246
+1999,8,16,19,30,0.0,0.0,0.0,19.0,10.0,1.1,66.2,0.0,19.0,19.0
+1999,8,16,20,30,0.0,0.0,0.0,18.0,10.0,1.4,69.14,0.0,18.0,18.0
+1999,8,16,21,30,0.0,0.0,0.0,17.0,9.0,1.7000000000000002,71.41,0.0,17.0,17.0
+1999,8,16,22,30,0.0,0.0,0.0,17.0,9.0,1.9,69.3,0.0,17.0,17.0
+1999,8,16,23,30,0.0,0.0,0.0,16.0,8.0,2.0,71.83,0.0,16.0,16.0
+1999,8,17,0,30,0.0,0.0,0.0,16.0,8.0,1.9,70.21000000000001,0.0,16.0,16.0
+1999,8,17,1,30,0.0,0.0,0.0,16.0,8.0,1.7000000000000002,73.60000000000002,0.0,16.0,16.0
+1999,8,17,2,30,0.0,0.0,0.0,15.0,8.0,1.7000000000000002,72.10000000000002,0.0,15.0,15.0
+1999,8,17,3,30,0.0,0.0,0.0,15.0,7.0,1.6,70.60000000000002,0.0,15.0,15.0
+1999,8,17,4,30,0.0,0.0,0.0,15.0,7.0,1.6,69.26,0.0,15.0,15.0
+1999,8,17,5,30,0.0,8.0,8.0,17.0,7.0,2.0,65.13,7.819077862357725,17.2148488939258,17.191391660338727
+1999,8,17,6,30,0.0,76.0,76.0,19.0,7.0,2.6,54.99,74.28123969239839,20.96105819969013,20.738214480612935
+1999,8,17,7,30,0.0,27.0,27.0,22.0,7.0,2.4000000000000004,45.75,26.389387785457323,22.706024402384124,22.626856239027752
+1999,8,17,8,30,579.0,182.0,524.0,25.0,7.0,2.0,37.98,539.7360123276646,39.83060883928242,38.21140080229942
+1999,8,17,9,30,439.0,298.0,621.0,26.0,7.0,1.8,35.78,641.7888468915994,43.87218517491665,41.94681863424185
+1999,8,17,10,30,896.0,110.0,857.0,27.0,7.0,1.5,33.83,934.4998025744839,53.55181049013025,50.7483110824068
+1999,8,17,11,30,87.0,448.0,526.0,28.0,7.0,1.1,31.72,524.0076442429647,43.294103730790475,41.72208079806158
+1999,8,17,12,30,426.0,438.0,819.0,28.0,7.0,0.8,31.63,851.9943867884255,53.37467319526331,50.81869003489804
+1999,8,17,13,30,0.0,36.0,36.0,27.0,8.0,0.9,34.06,35.185850380609764,28.040887452700023,27.935329901558195
+1999,8,17,14,30,0.0,23.0,23.0,26.0,8.0,1.4,37.27,22.47984885427846,26.64301744705975,26.575577900496917
+1999,8,17,15,30,0.0,24.0,24.0,25.0,9.0,1.9,43.67,23.457233587073173,25.648869183253847,25.578497482492626
+1999,8,17,16,30,6.0,142.0,145.0,23.0,9.0,2.2,52.2,141.4881421528648,26.836182207394366,26.41171778093577
+1999,8,17,17,30,0.0,76.0,76.0,21.0,11.0,2.4000000000000004,65.47,74.28123969239839,22.98732794745161,22.764484228374418
+1999,8,17,18,30,51.0,23.0,26.0,19.0,12.0,2.6,78.73,22.502464121483744,19.594075192624775,19.526567800260324
+1999,8,17,19,30,0.0,0.0,0.0,17.0,12.0,2.5,84.41,0.0,17.0,17.0
+1999,8,17,20,30,0.0,0.0,0.0,16.0,12.0,2.0,89.41,0.0,16.0,16.0
+1999,8,17,21,30,0.0,0.0,0.0,16.0,11.0,1.1,92.16,0.0,16.0,16.0
+1999,8,17,22,30,0.0,0.0,0.0,15.0,11.0,0.30000000000000004,90.98,0.0,15.0,15.0
+1999,8,17,23,30,0.0,0.0,0.0,14.0,11.0,0.5,94.95,0.0,14.0,14.0
+1999,8,18,0,30,0.0,0.0,0.0,14.0,10.0,0.9,91.67,0.0,14.0,14.0
+1999,8,18,1,30,0.0,0.0,0.0,13.0,10.0,1.1,93.83,0.0,13.0,13.0
+1999,8,18,2,30,0.0,0.0,0.0,13.0,9.0,1.2000000000000002,89.01,0.0,13.0,13.0
+1999,8,18,3,30,0.0,0.0,0.0,13.0,8.0,1.3,88.91,0.0,13.0,13.0
+1999,8,18,4,30,0.0,0.0,0.0,13.0,7.0,1.2000000000000002,82.73,0.0,13.0,13.0
+1999,8,18,5,30,165.0,14.0,19.0,15.0,6.0,1.7000000000000002,69.33,13.721078371134826,15.384663710863979,15.343500475750574
+1999,8,18,6,30,614.0,50.0,190.0,18.0,7.0,2.2,55.29,159.70758089393348,22.330167679701194,21.851044937019395
+1999,8,18,7,30,790.0,69.0,400.0,21.0,5.0,2.4000000000000004,39.9,394.3624818799792,31.550814511334362,30.367727065694424
+1999,8,18,8,30,880.0,81.0,600.0,23.0,3.0,2.5,32.6,628.7545929635473,39.710167976378706,37.82390419748806
+1999,8,18,9,30,931.0,89.0,769.0,25.0,3.0,2.6,29.92,829.9957782309408,46.912262549039646,44.422275214346826
+1999,8,18,10,30,959.0,94.0,891.0,26.0,3.0,2.7,27.3,976.6205818108295,51.612464368300124,48.682602622867634
+1999,8,18,11,30,971.0,97.0,957.0,27.0,2.0,2.9000000000000004,24.96,1055.6180933527712,54.31920575283465,51.15235147277633
+1999,8,18,12,30,970.0,98.0,960.0,27.0,2.0,3.0,23.05,1060.2419321436653,54.25761434361798,51.07688854718698
+1999,8,18,13,30,955.0,97.0,901.0,28.0,2.0,3.2,22.8,989.2472064914117,53.09796518524275,50.13022356576852
+1999,8,18,14,30,924.0,94.0,785.0,27.0,2.0,3.4000000000000004,22.92,849.8600440349469,48.27855310810908,45.728972976004236
+1999,8,18,15,30,870.0,88.0,620.0,26.0,2.0,3.4000000000000004,23.99,654.5003875590883,42.387193813504375,40.42369265082711
+1999,8,18,16,30,779.0,77.0,423.0,25.0,2.0,3.0,25.27,423.7294327281519,35.89360184047027,34.62241354228581
+1999,8,18,17,30,608.0,59.0,215.0,22.0,3.0,2.1,33.62,189.11629395379856,27.16185899803774,26.594510116176345
+1999,8,18,18,30,104.0,21.0,28.0,19.0,6.0,1.5,54.07,20.57784834550136,19.584675489560464,19.52294194452396
+1999,8,18,19,30,0.0,0.0,0.0,17.0,6.0,1.8,60.67,0.0,17.0,17.0
+1999,8,18,20,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,61.9,0.0,16.0,16.0
+1999,8,18,21,30,0.0,0.0,0.0,16.0,7.0,3.0,64.41,0.0,16.0,16.0
+1999,8,18,22,30,0.0,0.0,0.0,16.0,8.0,3.8,67.77,0.0,16.0,16.0
+1999,8,18,23,30,0.0,0.0,0.0,15.0,8.0,4.2,75.22,0.0,15.0,15.0
+1999,8,19,0,30,0.0,0.0,0.0,15.0,8.0,4.0,81.38,0.0,15.0,15.0
+1999,8,19,1,30,0.0,0.0,0.0,14.0,8.0,3.6,80.29,0.0,14.0,14.0
+1999,8,19,2,30,0.0,0.0,0.0,14.0,8.0,3.0,83.54,0.0,14.0,14.0
+1999,8,19,3,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,81.65,0.0,14.0,14.0
+1999,8,19,4,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,79.56,0.0,14.0,14.0
+1999,8,19,5,30,0.0,17.0,17.0,15.0,7.0,3.2,68.86,16.615540457510164,15.42154908621438,15.37170246484185
+1999,8,19,6,30,561.0,55.0,182.0,19.0,8.0,4.1000000000000005,58.26,154.55839891050286,22.69558105232082,22.23190585558931
+1999,8,19,7,30,739.0,79.0,386.0,22.0,9.0,4.6000000000000005,49.15,382.5800075608187,30.853266544241734,29.70552652155928
+1999,8,19,8,30,830.0,94.0,581.0,25.0,7.0,4.4,37.78,609.8614922720126,39.29841372153037,37.468829244714335
+1999,8,19,9,30,880.0,105.0,745.0,27.0,7.0,3.7,33.74,804.5891907241196,46.75057476975631,44.33680719758395
+1999,8,19,10,30,690.0,260.0,833.0,28.0,6.0,3.2,30.88,890.4093717698216,50.59037302976389,47.91914491445442
+1999,8,19,11,30,9.0,149.0,157.0,29.0,6.0,3.2,29.03,154.53115113239303,32.92057458005059,32.45698112665341
+1999,8,19,12,30,25.0,342.0,365.0,29.0,6.0,3.4000000000000004,27.73,359.1090642808435,37.99127020917937,36.91394301633684
+1999,8,19,13,30,12.0,186.0,196.0,28.0,7.0,3.7,30.29,193.0187461002021,32.738108864457516,32.15905262615691
+1999,8,19,14,30,0.0,26.0,26.0,27.0,7.0,3.8,33.6,25.412003052662605,27.61970731091558,27.54347130175759
+1999,8,19,15,30,0.0,27.0,27.0,26.0,8.0,3.6,39.74,26.389387785457323,26.652071628885672,26.5729034655293
+1999,8,19,16,30,348.0,170.0,323.0,24.0,9.0,2.8000000000000003,47.48,321.0391107681856,32.36373123140739,31.400613899102837
+1999,8,19,17,30,0.0,7.0,7.0,21.0,10.0,2.0,59.58,6.8416931295630095,21.187992782185074,21.167467702796383
+1999,8,19,18,30,0.0,17.0,17.0,19.0,12.0,2.3000000000000003,73.91,16.615540457510164,19.447505165827465,19.397658544454934
+1999,8,19,19,30,0.0,0.0,0.0,17.0,12.0,3.1,83.35000000000002,0.0,17.0,17.0
+1999,8,19,20,30,0.0,0.0,0.0,16.0,11.0,3.4000000000000004,86.84,0.0,16.0,16.0
+1999,8,19,21,30,0.0,0.0,0.0,16.0,11.0,3.0,84.72,0.0,16.0,16.0
+1999,8,19,22,30,0.0,0.0,0.0,16.0,11.0,2.5,87.68,0.0,16.0,16.0
+1999,8,19,23,30,0.0,0.0,0.0,15.0,10.0,2.3000000000000003,85.32000000000002,0.0,15.0,15.0
+1999,8,20,0,30,0.0,0.0,0.0,15.0,10.0,2.4000000000000004,83.27,0.0,15.0,15.0
+1999,8,20,1,30,0.0,0.0,0.0,15.0,9.0,2.4000000000000004,81.37,0.0,15.0,15.0
+1999,8,20,2,30,0.0,0.0,0.0,15.0,9.0,2.2,85.05,0.0,15.0,15.0
+1999,8,20,3,30,0.0,0.0,0.0,14.0,9.0,2.0,83.5,0.0,14.0,14.0
+1999,8,20,4,30,0.0,0.0,0.0,14.0,9.0,1.9,82.32000000000002,0.0,14.0,14.0
+1999,8,20,5,30,121.0,12.0,15.0,16.0,9.0,2.5,77.34,11.751232060741872,16.31230795585741,16.277054259675186
+1999,8,20,6,30,548.0,53.0,175.0,20.0,9.0,3.0,62.2,149.80802413102793,23.85139393523785,23.40196986284477
+1999,8,20,7,30,347.0,156.0,300.0,23.0,9.0,3.0,51.63,295.6561034196568,30.600982191919044,29.714013881660073
+1999,8,20,8,30,187.0,273.0,383.0,25.0,8.0,2.9000000000000004,40.45,383.4509475535566,34.92364132284179,33.77328848018112
+1999,8,20,9,30,410.0,305.0,602.0,26.0,8.0,2.7,38.04,624.9890618238078,42.39071546788294,40.515748282411515
+1999,8,20,10,30,102.0,417.0,501.0,26.0,9.0,2.4000000000000004,38.69,501.58013906154315,39.41932676906683,37.9145863518822
+1999,8,20,11,30,473.0,414.0,831.0,26.0,9.0,2.0,39.49,872.1221511171544,49.96375670304539,47.34739024969393
+1999,8,20,12,30,96.0,451.0,537.0,26.0,9.0,1.7000000000000002,43.41,536.1025363908819,41.02937199786956,39.42106438869691
+1999,8,20,13,30,70.0,404.0,463.0,25.0,10.0,1.5,45.06,460.2687087430274,38.07754961040535,36.69674348417627
+1999,8,20,14,30,363.0,316.0,585.0,24.0,10.0,1.3,49.0,605.5406928238291,41.437709606465454,39.621087527993964
+1999,8,20,15,30,3.0,139.0,142.0,23.0,11.0,1.3,52.86,137.8143547836166,26.968629568249785,26.555186503898934
+1999,8,20,16,30,0.0,74.0,74.0,22.0,11.0,1.4,60.86,72.32647022680895,24.068838742713986,23.85185933203356
+1999,8,20,17,30,0.0,4.0,4.0,20.0,11.0,1.8,66.86,3.9095389311788624,20.108870704227705,20.097142087434168
+1999,8,20,18,30,0.0,14.0,14.0,19.0,12.0,2.5,78.21000000000002,13.683386259126019,19.36365807174139,19.322607912964013
+1999,8,20,19,30,0.0,0.0,0.0,18.0,12.0,3.2,83.49,0.0,18.0,18.0
+1999,8,20,20,30,0.0,0.0,0.0,17.0,11.0,3.6,82.07000000000002,0.0,17.0,17.0
+1999,8,20,21,30,0.0,0.0,0.0,17.0,11.0,4.0,84.15,0.0,17.0,17.0
+1999,8,20,22,30,0.0,0.0,0.0,16.0,10.0,4.4,80.15,0.0,16.0,16.0
+1999,8,20,23,30,0.0,0.0,0.0,16.0,9.0,4.5,81.76,0.0,16.0,16.0
+1999,8,21,0,30,0.0,0.0,0.0,16.0,9.0,4.0,79.27,0.0,16.0,16.0
+1999,8,21,1,30,0.0,0.0,0.0,15.0,9.0,3.3000000000000003,77.92,0.0,15.0,15.0
+1999,8,21,2,30,0.0,0.0,0.0,15.0,9.0,2.5,77.27,0.0,15.0,15.0
+1999,8,21,3,30,0.0,0.0,0.0,15.0,9.0,2.0,82.53,0.0,15.0,15.0
+1999,8,21,4,30,0.0,0.0,0.0,15.0,9.0,1.6,82.14,0.0,15.0,15.0
+1999,8,21,5,30,101.0,11.0,14.0,16.0,9.0,1.9,72.84,10.773847327947157,16.298023954539943,16.265702412556102
+1999,8,21,6,30,531.0,54.0,170.0,19.0,9.0,2.2,62.95,147.30429341481698,22.993876100657232,22.55196322041278
+1999,8,21,7,30,475.0,132.0,327.0,22.0,9.0,1.9,49.88,324.72748867773214,30.982545174231827,30.008362708198632
+1999,8,21,8,30,392.0,239.0,467.0,24.0,8.0,1.6,43.02,477.88098523932086,37.48722302064294,36.05358006492498
+1999,8,21,9,30,656.0,223.0,697.0,25.0,8.0,1.6,40.58,740.7077531743965,45.90497627809868,43.68285301857549
+1999,8,21,10,30,875.0,118.0,839.0,26.0,9.0,1.6,38.73,921.3980070661636,52.00459276665684,49.24039874545835
+1999,8,21,11,30,0.0,53.0,53.0,27.0,9.0,1.3,36.82,51.801390838119936,28.4917207404077,28.33631656789334
+1999,8,21,12,30,16.0,237.0,252.0,27.0,9.0,1.0,39.5,247.51491259814898,34.27296195169303,33.53041721389858
+1999,8,21,13,30,126.0,404.0,509.0,26.0,9.0,0.7000000000000001,40.09,512.4332545126588,41.36495331251816,39.82765354898019
+1999,8,21,14,30,794.0,138.0,724.0,25.0,9.0,0.7000000000000001,43.35,782.5687890804628,48.464778685158784,46.1170723179174
+1999,8,21,15,30,43.0,250.0,276.0,24.0,10.0,0.7000000000000001,47.06,272.19657155699167,32.161624127571855,31.34503441290088
+1999,8,21,16,30,0.0,31.0,31.0,23.0,10.0,0.9,55.09,30.29892671663619,23.896319750936133,23.805422970786225
+1999,8,21,17,30,11.0,85.0,88.0,21.0,11.0,0.9,61.92,85.36995853449947,23.525461732908724,23.269351857305224
+1999,8,21,18,30,0.0,21.0,21.0,19.0,12.0,0.8,77.03,20.52507938868903,19.611291799419043,19.549716561252975
+1999,8,21,19,30,0.0,0.0,0.0,18.0,13.0,0.6000000000000001,84.56,0.0,18.0,18.0
+1999,8,21,20,30,0.0,0.0,0.0,17.0,12.0,0.6000000000000001,87.52,0.0,17.0,17.0
+1999,8,21,21,30,0.0,0.0,0.0,16.0,12.0,0.7000000000000001,90.84,0.0,16.0,16.0
+1999,8,21,22,30,0.0,0.0,0.0,15.0,12.0,0.9,94.31,0.0,15.0,15.0
+1999,8,21,23,30,0.0,0.0,0.0,15.0,11.0,1.1,97.86,0.0,15.0,15.0
+1999,8,22,0,30,0.0,0.0,0.0,14.0,11.0,1.1,95.1,0.0,14.0,14.0
+1999,8,22,1,30,0.0,0.0,0.0,13.0,10.0,1.1,98.52,0.0,13.0,13.0
+1999,8,22,2,30,0.0,0.0,0.0,13.0,10.0,1.1,95.38,0.0,13.0,13.0
+1999,8,22,3,30,0.0,0.0,0.0,13.0,9.0,1.1,92.46,0.0,13.0,13.0
+1999,8,22,4,30,0.0,0.0,0.0,13.0,9.0,1.3,90.2,0.0,13.0,13.0
+1999,8,22,5,30,91.0,10.0,12.0,14.0,9.0,2.2,84.11,9.78892417275068,14.265408084166284,14.236041311648032
+1999,8,22,6,30,530.0,54.0,169.0,17.0,9.0,3.4000000000000004,71.0,146.70322628070852,20.673113489044834,20.233003810202707
+1999,8,22,7,30,719.0,77.0,371.0,20.0,9.0,4.1000000000000005,58.53,371.0871050264134,28.87290812898689,27.75964681390765
+1999,8,22,8,30,821.0,91.0,567.0,23.0,8.0,4.4,44.72,600.199201734159,37.07187797635131,35.27128037114883
+1999,8,22,9,30,882.0,99.0,735.0,25.0,7.0,4.5,39.08,799.2345156281053,43.616233520897026,41.21852997401271
+1999,8,22,10,30,919.0,103.0,858.0,26.0,6.0,4.5,32.4,946.8085632677871,48.053613762571466,45.213188072768105
+1999,8,22,11,30,937.0,104.0,924.0,27.0,5.0,4.4,28.93,1026.4783597379687,51.066140344511325,47.98670526529742
+1999,8,22,12,30,30.0,361.0,388.0,28.0,5.0,4.4,27.92,382.5649731525582,36.969368177556056,35.82167325809838
+1999,8,22,13,30,925.0,102.0,871.0,28.0,4.0,4.3,25.7,961.6363351516007,50.693908397831024,47.80899939237622
+1999,8,22,14,30,122.0,364.0,454.0,27.0,4.0,4.2,26.87,455.0885321421582,37.81032675495089,36.44506115852442
+1999,8,22,15,30,248.0,275.0,424.0,26.0,4.0,4.0,28.36,428.8975239873094,36.322705402760214,35.036012830798285
+1999,8,22,16,30,728.0,84.0,395.0,25.0,4.0,3.3000000000000003,30.27,400.9059054110397,35.10427956461675,33.901561848383636
+1999,8,22,17,30,534.0,63.0,190.0,22.0,5.0,1.9,38.88,171.23923285025265,26.736784529518875,26.22306683096812
+1999,8,22,18,30,127.0,17.0,22.0,19.0,8.0,1.0,57.12000000000001,16.653232569518973,19.48933749316126,19.439377795452703
+1999,8,22,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.54,0.0,18.0,18.0
+1999,8,22,20,30,0.0,0.0,0.0,17.0,7.0,0.9,63.74,0.0,17.0,17.0
+1999,8,22,21,30,0.0,0.0,0.0,16.0,6.0,1.0,65.54,0.0,16.0,16.0
+1999,8,22,22,30,0.0,0.0,0.0,15.0,6.0,1.2000000000000002,68.02,0.0,15.0,15.0
+1999,8,22,23,30,0.0,0.0,0.0,14.0,6.0,1.3,66.77,0.0,14.0,14.0
+1999,8,23,0,30,0.0,0.0,0.0,14.0,5.0,1.4,70.82000000000002,0.0,14.0,14.0
+1999,8,23,1,30,0.0,0.0,0.0,13.0,6.0,1.5,71.55,0.0,13.0,13.0
+1999,8,23,2,30,0.0,0.0,0.0,13.0,6.0,1.6,72.93,0.0,13.0,13.0
+1999,8,23,3,30,0.0,0.0,0.0,13.0,6.0,1.5,74.11,0.0,13.0,13.0
+1999,8,23,4,30,0.0,0.0,0.0,13.0,6.0,1.4,74.18,0.0,13.0,13.0
+1999,8,23,5,30,108.0,10.0,12.0,15.0,6.0,1.3,65.49,9.78892417275068,15.281890910234495,15.252524137716243
+1999,8,23,6,30,578.0,49.0,173.0,19.0,8.0,1.6,57.52,149.86339498776218,23.22959082546133,22.78000064049804
+1999,8,23,7,30,762.0,71.0,379.0,22.0,6.0,2.4000000000000004,42.75,382.45564055438746,32.2322576505414,31.084890728878236
+1999,8,23,8,30,853.0,85.0,577.0,24.0,5.0,2.8000000000000003,37.59,613.8621586982031,39.992375808038496,38.150789331943884
+1999,8,23,9,30,904.0,94.0,744.0,25.0,5.0,2.6,33.17,811.4694220283084,46.423158397143396,43.988750131058474
+1999,8,23,10,30,933.0,100.0,865.0,27.0,5.0,2.4000000000000004,30.82,956.2773873460028,52.584343843189856,49.715511681151845
+1999,8,23,11,30,946.0,104.0,930.0,28.0,5.0,2.2,28.32,1034.6894403524907,56.05363870684401,52.949570385786544
+1999,8,23,12,30,945.0,105.0,933.0,29.0,4.0,2.2,25.91,1038.0101248344315,57.14367275868865,54.02964238418536
+1999,8,23,13,30,929.0,104.0,873.0,29.0,4.0,2.5,23.74,966.0838632519634,54.675237707798516,51.77698611804263
+1999,8,23,14,30,893.0,102.0,755.0,29.0,4.0,2.8000000000000003,24.73,825.1399188230528,50.49659738599434,48.021177629525184
+1999,8,23,15,30,834.0,95.0,590.0,28.0,4.0,3.0,25.88,629.5258310792113,44.184393205623195,42.29581571238556
+1999,8,23,16,30,733.0,82.0,393.0,26.0,4.0,2.8000000000000003,27.71,399.31306410863607,36.40292921757415,35.204990025248236
+1999,8,23,17,30,536.0,61.0,187.0,23.0,6.0,1.9,37.67,168.17470467331339,27.65201417977376,27.14749006575382
+1999,8,23,18,30,0.0,14.0,14.0,20.0,8.0,1.3,53.32,13.683386259126019,20.39403944086241,20.352989282085034
+1999,8,23,19,30,0.0,0.0,0.0,18.0,7.0,1.4,58.27,0.0,18.0,18.0
+1999,8,23,20,30,0.0,0.0,0.0,17.0,7.0,1.6,65.73,0.0,17.0,17.0
+1999,8,23,21,30,0.0,0.0,0.0,16.0,7.0,1.7000000000000002,64.75,0.0,16.0,16.0
+1999,8,23,22,30,0.0,0.0,0.0,15.0,7.0,1.9,67.27,0.0,15.0,15.0
+1999,8,23,23,30,0.0,0.0,0.0,15.0,6.0,2.1,65.55,0.0,15.0,15.0
+1999,8,24,0,30,0.0,0.0,0.0,15.0,6.0,2.3000000000000003,68.7,0.0,15.0,15.0
+1999,8,24,1,30,0.0,0.0,0.0,14.0,6.0,2.5,68.55,0.0,14.0,14.0
+1999,8,24,2,30,0.0,0.0,0.0,14.0,6.0,2.6,74.21000000000002,0.0,14.0,14.0
+1999,8,24,3,30,0.0,0.0,0.0,14.0,6.0,2.7,74.71000000000002,0.0,14.0,14.0
+1999,8,24,4,30,0.0,0.0,0.0,14.0,6.0,2.7,74.28,0.0,14.0,14.0
+1999,8,24,5,30,0.0,0.0,0.0,15.0,6.0,3.2,64.72,0.0,15.0,15.0
+1999,8,24,6,30,522.0,55.0,165.0,19.0,7.0,3.5,52.69,145.43339036876066,22.617371969854428,22.181071798748146
+1999,8,24,7,30,713.0,80.0,367.0,23.0,7.0,2.7,41.45,370.70881983428933,32.72206260635561,31.60993614685274
+1999,8,24,8,30,809.0,97.0,562.0,26.0,6.0,2.0,31.56,597.8320619549446,42.42694439490709,40.63344820904226
+1999,8,24,9,30,862.0,110.0,727.0,28.0,5.0,2.2,27.44,793.270192071283,49.508014383229,47.128203807015154
+1999,8,24,10,30,890.0,119.0,846.0,29.0,5.0,2.5,25.81,934.77764516773,53.843224441021455,51.038891505518265
+1999,8,24,11,30,898.0,126.0,908.0,30.0,5.0,2.7,24.17,1008.174636087027,56.43998849166644,53.41546458340536
+1999,8,24,12,30,543.0,374.0,848.0,31.0,5.0,2.8000000000000003,22.77,902.4540891876977,54.51079104533341,51.80342877777032
+1999,8,24,13,30,422.0,368.0,716.0,31.0,5.0,2.7,24.14,751.7671594941228,50.71554761840049,48.46024613991813
+1999,8,24,14,30,364.0,327.0,592.0,30.0,5.0,2.4000000000000004,25.79,614.6648883662676,46.444807814543196,44.60081314944439
+1999,8,24,15,30,393.0,241.0,473.0,29.0,5.0,2.0,27.66,487.59157731412273,42.39780891271064,40.93503418076827
+1999,8,24,16,30,225.0,177.0,272.0,28.0,6.0,1.3,29.96,270.39530412302474,35.78655315510064,34.975367242731565
+1999,8,24,17,30,39.0,87.0,96.0,25.0,8.0,0.7000000000000001,42.17,92.81781241199616,27.783077291962048,27.50462385472606
+1999,8,24,18,30,0.0,8.0,8.0,22.0,11.0,0.6000000000000001,57.55,7.819077862357725,22.236037981458892,22.21258074787182
+1999,8,24,19,30,0.0,0.0,0.0,20.0,10.0,1.1,62.58,0.0,20.0,20.0
+1999,8,24,20,30,0.0,0.0,0.0,19.0,10.0,2.3000000000000003,65.38,0.0,19.0,19.0
+1999,8,24,21,30,0.0,0.0,0.0,18.0,9.0,3.6,67.46000000000001,0.0,18.0,18.0
+1999,8,24,22,30,0.0,0.0,0.0,18.0,9.0,4.2,69.84,0.0,18.0,18.0
+1999,8,24,23,30,0.0,0.0,0.0,17.0,8.0,4.0,66.31,0.0,17.0,17.0
+1999,8,25,0,30,0.0,0.0,0.0,17.0,8.0,3.4000000000000004,63.61,0.0,17.0,17.0
+1999,8,25,1,30,0.0,0.0,0.0,17.0,7.0,2.7,66.58,0.0,17.0,17.0
+1999,8,25,2,30,0.0,0.0,0.0,16.0,7.0,2.2,66.33,0.0,16.0,16.0
+1999,8,25,3,30,0.0,0.0,0.0,16.0,7.0,2.1,70.49,0.0,16.0,16.0
+1999,8,25,4,30,0.0,0.0,0.0,16.0,7.0,2.1,69.98,0.0,16.0,16.0
+1999,8,25,5,30,0.0,0.0,0.0,17.0,7.0,2.7,65.66,0.0,17.0,17.0
+1999,8,25,6,30,475.0,58.0,157.0,20.0,8.0,3.1,56.5,139.74364855132114,23.568938669189752,23.149707723535787
+1999,8,25,7,30,669.0,87.0,355.0,23.0,8.0,3.1,48.11,359.1117081613651,32.171419775441116,31.094084650957022
+1999,8,25,8,30,766.0,108.0,546.0,26.0,8.0,3.2,38.92,581.4748235051179,40.7524650872525,39.00804061673715
+1999,8,25,9,30,819.0,124.0,708.0,27.0,8.0,3.2,33.980000000000004,772.3481536790922,46.595068800522974,44.2780243394857
+1999,8,25,10,30,569.0,320.0,783.0,28.0,7.0,3.0,31.87,835.6934449603584,49.48472809989973,46.97764776501866
+1999,8,25,11,30,10.0,159.0,168.0,28.0,8.0,2.5,32.09,165.25414223307143,32.39189551282864,31.896133086129424
+1999,8,25,12,30,0.0,93.0,93.0,28.0,8.0,1.9,32.730000000000004,90.89678014990855,30.514368085108657,30.241677744658933
+1999,8,25,13,30,0.0,68.0,68.0,27.0,8.0,1.0,35.62,66.46216183004066,28.95291980246028,28.753533316970156
+1999,8,25,14,30,10.0,185.0,193.0,26.0,9.0,1.2000000000000002,41.36,188.9096549966603,31.47670413555842,30.90997517056844
+1999,8,25,15,30,0.0,88.0,88.0,24.0,9.0,2.5,49.0,86.00985648593499,26.285850736660183,26.02782116720238
+1999,8,25,16,30,0.0,10.0,10.0,21.0,10.0,3.5,59.23,9.773847327947157,21.243105391905566,21.213783849921725
+1999,8,25,17,30,0.0,3.0,3.0,19.0,11.0,3.3000000000000003,71.11,2.9321541983841466,19.07390089631297,19.065104433717817
+1999,8,25,18,30,0.0,0.0,0.0,18.0,11.0,2.0,81.97,0.0,18.0,18.0
+1999,8,25,19,30,0.0,0.0,0.0,17.0,11.0,0.9,79.62,0.0,17.0,17.0
+1999,8,25,20,30,0.0,0.0,0.0,17.0,10.0,0.5,76.35000000000002,0.0,17.0,17.0
+1999,8,25,21,30,0.0,0.0,0.0,17.0,10.0,0.5,80.4,0.0,17.0,17.0
+1999,8,25,22,30,0.0,0.0,0.0,16.0,10.0,0.5,79.09,0.0,16.0,16.0
+1999,8,25,23,30,0.0,0.0,0.0,16.0,10.0,0.8,77.60000000000002,0.0,16.0,16.0
+1999,8,26,0,30,0.0,0.0,0.0,16.0,9.0,1.1,75.04,0.0,16.0,16.0
+1999,8,26,1,30,0.0,0.0,0.0,16.0,9.0,1.3,72.32000000000002,0.0,16.0,16.0
+1999,8,26,2,30,0.0,0.0,0.0,16.0,8.0,1.4,75.12,0.0,16.0,16.0
+1999,8,26,3,30,0.0,0.0,0.0,15.0,8.0,1.4,73.81,0.0,15.0,15.0
+1999,8,26,4,30,0.0,0.0,0.0,15.0,8.0,1.4,72.68,0.0,15.0,15.0
+1999,8,26,5,30,0.0,0.0,0.0,17.0,8.0,1.7000000000000002,68.07000000000001,0.0,17.0,17.0
+1999,8,26,6,30,484.0,56.0,156.0,20.0,9.0,2.1,56.11,138.99427182626982,23.79379702141061,23.3768142059318
+1999,8,26,7,30,688.0,82.0,356.0,24.0,8.0,2.3000000000000003,45.1,361.60844253699406,33.73917438652959,32.65434905891861
+1999,8,26,8,30,792.0,99.0,550.0,26.0,7.0,2.2,34.63,588.4438477871656,41.95453714059596,40.18920559723446
+1999,8,26,9,30,848.0,111.0,713.0,28.0,7.0,2.2,32.51,782.2675343960889,49.209698220719574,46.86289561753131
+1999,8,26,10,30,875.0,121.0,830.0,29.0,7.0,2.2,31.48,921.8698336751876,53.99474938088832,51.22913987986276
+1999,8,26,11,30,878.0,131.0,890.0,29.0,8.0,2.1,30.47,991.9152864958628,56.073959307497375,53.09821344800979
+1999,8,26,12,30,866.0,138.0,889.0,29.0,8.0,2.0,31.21,989.2556429451973,56.18229495064039,53.214528021804796
+1999,8,26,13,30,489.0,359.0,759.0,29.0,8.0,1.7000000000000002,33.62,803.7922561629309,51.53392216385905,49.12254539537026
+1999,8,26,14,30,176.0,359.0,486.0,28.0,8.0,1.5,35.84,492.89550883333226,42.004570258789165,40.52588373228917
+1999,8,26,15,30,61.0,254.0,290.0,27.0,8.0,1.4,38.29,287.10450831908247,35.21238653228514,34.35107300732789
+1999,8,26,16,30,35.0,159.0,173.0,26.0,9.0,1.0,41.57,170.3660606517392,31.006025148034624,30.494926966079408
+1999,8,26,17,30,191.0,81.0,123.0,24.0,10.0,0.6000000000000001,52.54,116.15458244133943,27.506410047231185,27.157946299907167
+1999,8,26,18,30,0.0,8.0,8.0,22.0,13.0,0.5,68.42,7.819077862357725,22.237638330876617,22.214181097289543
+1999,8,26,19,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,69.17,0.0,20.0,20.0
+1999,8,26,20,30,0.0,0.0,0.0,19.0,11.0,0.9,72.11,0.0,19.0,19.0
+1999,8,26,21,30,0.0,0.0,0.0,19.0,11.0,1.1,75.58,0.0,19.0,19.0
+1999,8,26,22,30,0.0,0.0,0.0,18.0,11.0,1.4,74.21000000000002,0.0,18.0,18.0
+1999,8,26,23,30,0.0,0.0,0.0,17.0,11.0,1.4,77.52,0.0,17.0,17.0
+1999,8,27,0,30,0.0,0.0,0.0,17.0,10.0,1.4,76.51,0.0,17.0,17.0
+1999,8,27,1,30,0.0,0.0,0.0,17.0,10.0,1.3,81.05,0.0,17.0,17.0
+1999,8,27,2,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,80.10000000000002,0.0,16.0,16.0
+1999,8,27,3,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,78.23,0.0,16.0,16.0
+1999,8,27,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,76.2,0.0,16.0,16.0
+1999,8,27,5,30,0.0,0.0,0.0,17.0,9.0,1.5,70.85000000000002,0.0,17.0,17.0
+1999,8,27,6,30,46.0,74.0,84.0,21.0,11.0,2.1,61.88,80.30445310420333,23.191880219161337,22.950966859848727
+1999,8,27,7,30,52.0,158.0,179.0,24.0,10.0,2.8000000000000003,49.45,175.67293907658566,28.57664252667613,28.049623709446376
+1999,8,27,8,30,496.0,195.0,477.0,26.0,10.0,3.4000000000000004,41.59,498.2692849037336,38.475524076441516,36.98071622173032
+1999,8,27,9,30,502.0,273.0,629.0,27.0,9.0,3.7,38.76,665.4327708122785,43.334646109706966,41.33834779727013
+1999,8,27,10,30,831.0,140.0,812.0,28.0,9.0,4.0,38.7,899.494185389514,49.649025624933365,46.95054306876482
+1999,8,27,11,30,489.0,394.0,815.0,27.0,10.0,4.3,39.07,865.7934102146091,47.43208604400183,44.834705813358
+1999,8,27,12,30,114.0,446.0,545.0,27.0,10.0,4.5,39.69,548.2526724463028,39.77021897721121,38.1254609598723
+1999,8,27,13,30,13.0,202.0,213.0,26.0,10.0,4.6000000000000005,42.89,209.45532198256,30.84699607395661,30.21863010800893
+1999,8,27,14,30,464.0,286.0,618.0,26.0,10.0,4.6000000000000005,46.4,653.0241416194851,41.111601942929276,39.15252951807082
+1999,8,27,15,30,297.0,256.0,428.0,25.0,11.0,4.1000000000000005,50.27,438.6464995001562,35.488292474861254,34.172352976360784
+1999,8,27,16,30,28.0,153.0,164.0,24.0,11.0,2.7,55.96,161.4323044938717,28.233659646078138,27.749362732596524
+1999,8,27,17,30,0.0,2.0,2.0,22.0,13.0,1.1,65.96000000000001,1.9547694655894312,22.05705345581303,22.051189147416263
+1999,8,27,18,30,0.0,0.0,0.0,20.0,13.0,0.4,76.31,0.0,20.0,20.0
+1999,8,27,19,30,0.0,0.0,0.0,19.0,13.0,0.6000000000000001,79.0,0.0,19.0,19.0
+1999,8,27,20,30,0.0,0.0,0.0,18.0,13.0,1.3,84.64,0.0,18.0,18.0
+1999,8,27,21,30,0.0,0.0,0.0,17.0,13.0,1.6,90.51,0.0,17.0,17.0
+1999,8,27,22,30,0.0,0.0,0.0,16.0,13.0,0.9,96.08,0.0,16.0,16.0
+1999,8,27,23,30,0.0,0.0,0.0,15.0,13.0,0.7000000000000001,100.0,0.0,15.0,15.0
+1999,8,28,0,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
+1999,8,28,1,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
+1999,8,28,2,30,0.0,0.0,0.0,13.0,11.0,0.9,100.0,0.0,13.0,13.0
+1999,8,28,3,30,0.0,0.0,0.0,13.0,10.0,1.1,99.1,0.0,13.0,13.0
+1999,8,28,4,30,0.0,0.0,0.0,13.0,10.0,1.5,96.54,0.0,13.0,13.0
+1999,8,28,5,30,0.0,0.0,0.0,14.0,10.0,2.1,87.94,0.0,14.0,14.0
+1999,8,28,6,30,66.0,74.0,88.0,16.0,10.0,2.4000000000000004,78.9,83.72219696811803,18.23991229206446,17.988745701160106
+1999,8,28,7,30,0.0,94.0,94.0,19.0,10.0,1.8,67.21000000000001,91.87416488270327,21.558461549351037,21.282839054702926
+1999,8,28,8,30,355.0,236.0,437.0,22.0,10.0,0.9,55.31,450.6943792051385,35.33269252391238,33.98060938629696
+1999,8,28,9,30,438.0,286.0,595.0,24.0,10.0,0.8,50.17,627.0764106020051,42.67601387312426,40.794784641318245
+1999,8,28,10,30,165.0,415.0,548.0,25.0,10.0,1.2000000000000002,47.23,556.9323240180835,41.146096726659756,39.47529975460551
+1999,8,28,11,30,19.0,293.0,310.0,24.0,10.0,1.7000000000000002,48.35,305.0391862173978,32.55162416214722,31.63650660349503
+1999,8,28,12,30,14.0,214.0,226.0,23.0,11.0,2.0,53.24,222.93828732433758,29.125791978096874,28.456977116123863
+1999,8,28,13,30,97.0,406.0,485.0,22.0,11.0,2.0,59.19,486.35706598408774,35.36388759891049,33.904816400958225
+1999,8,28,14,30,0.0,70.0,70.0,21.0,12.0,1.9,65.3,68.4169312956301,22.89253511782372,22.68728432393683
+1999,8,28,15,30,0.0,72.0,72.0,20.0,12.0,1.8,71.33,70.37170076121953,21.95967267609867,21.74855757381501
+1999,8,28,16,30,0.0,55.0,55.0,19.0,13.0,1.9,77.33,53.75616030370936,20.486991878290066,20.325723397378937
+1999,8,28,17,30,392.0,62.0,145.0,18.0,13.0,1.9,89.28,134.0945239616035,21.7092952124469,21.307011640562088
+1999,8,28,18,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.18,0.0,16.0,16.0
+1999,8,28,19,30,0.0,0.0,0.0,16.0,12.0,1.8,90.22,0.0,16.0,16.0
+1999,8,28,20,30,0.0,0.0,0.0,15.0,11.0,1.8,92.05,0.0,15.0,15.0
+1999,8,28,21,30,0.0,0.0,0.0,15.0,10.0,1.6,87.47,0.0,15.0,15.0
+1999,8,28,22,30,0.0,0.0,0.0,15.0,10.0,1.4,84.15,0.0,15.0,15.0
+1999,8,28,23,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,82.29,0.0,15.0,15.0
+1999,8,29,0,30,0.0,0.0,0.0,15.0,9.0,1.1,86.08,0.0,15.0,15.0
+1999,8,29,1,30,0.0,0.0,0.0,14.0,9.0,1.1,88.94,0.0,14.0,14.0
+1999,8,29,2,30,0.0,0.0,0.0,13.0,8.0,1.2000000000000002,86.10000000000002,0.0,13.0,13.0
+1999,8,29,3,30,0.0,0.0,0.0,12.0,8.0,1.5,89.33,0.0,12.0,12.0
+1999,8,29,4,30,0.0,0.0,0.0,12.0,7.0,1.8,87.28,0.0,12.0,12.0
+1999,8,29,5,30,0.0,0.0,0.0,14.0,7.0,2.5,75.01,0.0,14.0,14.0
+1999,8,29,6,30,573.0,46.0,159.0,18.0,8.0,3.0,59.34,143.41489976756287,21.68703397826295,21.256789278960262
+1999,8,29,7,30,771.0,66.0,366.0,22.0,7.0,2.4000000000000004,45.65,378.55889330289153,32.12800367269825,30.99232699278957
+1999,8,29,8,30,863.0,79.0,564.0,25.0,5.0,1.6,33.21,611.639811088201,42.26229499656542,40.42737556330082
+1999,8,29,9,30,909.0,90.0,729.0,26.0,4.0,0.9,29.06,808.7180639640566,49.92394887280975,47.497794680917586
+1999,8,29,10,30,327.0,388.0,651.0,27.0,4.0,0.4,26.75,678.8761503571911,47.7724767650928,45.735848314021226
+1999,8,29,11,30,936.0,105.0,906.0,28.0,4.0,0.4,25.2,1020.9906906662933,59.24061051206874,56.17763844006986
+1999,8,29,12,30,405.0,394.0,742.0,29.0,4.0,0.8,23.93,783.1640418603844,52.32472129939477,49.97522917381362
+1999,8,29,13,30,449.0,358.0,721.0,29.0,4.0,1.0,24.15,763.6163964845807,51.43805409146418,49.14720490201044
+1999,8,29,14,30,4.0,134.0,137.0,28.0,5.0,1.0,26.1,134.17435718232016,31.942570507920106,31.540047436373147
+1999,8,29,15,30,812.0,95.0,557.0,27.0,5.0,1.0,28.22,604.0734723411581,44.75005527645606,42.937834859432584
+1999,8,29,16,30,713.0,79.0,363.0,26.0,5.0,0.9,30.72,376.1127946897692,37.126378489015124,35.998040104945815
+1999,8,29,17,30,515.0,54.0,160.0,23.0,8.0,0.9,43.2,147.70911487565118,27.369613428704273,26.926486084077318
+1999,8,29,18,30,0.0,0.0,0.0,21.0,9.0,1.0,57.57,0.0,21.0,21.0
+1999,8,29,19,30,0.0,0.0,0.0,19.0,8.0,1.4,62.37000000000001,0.0,19.0,19.0
+1999,8,29,20,30,0.0,0.0,0.0,17.0,8.0,1.6,66.96000000000001,0.0,17.0,17.0
+1999,8,29,21,30,0.0,0.0,0.0,16.0,8.0,1.5,70.14,0.0,16.0,16.0
+1999,8,29,22,30,0.0,0.0,0.0,15.0,7.0,1.5,71.26,0.0,15.0,15.0
+1999,8,29,23,30,0.0,0.0,0.0,15.0,7.0,1.6,67.04,0.0,15.0,15.0
+1999,8,30,0,30,0.0,0.0,0.0,15.0,6.0,1.8,68.52,0.0,15.0,15.0
+1999,8,30,1,30,0.0,0.0,0.0,14.0,6.0,1.9,68.31,0.0,14.0,14.0
+1999,8,30,2,30,0.0,0.0,0.0,14.0,6.0,1.9,73.39,0.0,14.0,14.0
+1999,8,30,3,30,0.0,0.0,0.0,14.0,6.0,1.9,73.48,0.0,14.0,14.0
+1999,8,30,4,30,0.0,0.0,0.0,14.0,6.0,1.9,72.65,0.0,14.0,14.0
+1999,8,30,5,30,0.0,0.0,0.0,16.0,6.0,2.1,63.39,0.0,16.0,16.0
+1999,8,30,6,30,597.0,43.0,159.0,20.0,7.0,2.8000000000000003,52.87000000000001,144.16310195852034,23.755746255906125,23.323256950030565
+1999,8,30,7,30,786.0,62.0,366.0,24.0,7.0,2.9000000000000004,40.42,380.2930014817985,33.84191424840647,32.70103524396107
+1999,8,30,8,30,874.0,75.0,564.0,26.0,5.0,2.3000000000000003,31.0,614.0671839114403,42.538627658138346,40.696426106404026
+1999,8,30,9,30,920.0,84.0,728.0,28.0,5.0,1.6,27.94,811.0227987626404,50.88947604027354,48.45640764398562
+1999,8,30,10,30,941.0,91.0,844.0,29.0,5.0,1.2000000000000002,26.04,950.5197195866624,56.55663959728336,53.70508043852337
+1999,8,30,11,30,943.0,98.0,902.0,30.0,5.0,1.3,24.7,1020.0676805947437,59.37481197209463,56.3146089303104
+1999,8,30,12,30,929.0,104.0,897.0,30.0,5.0,1.7000000000000002,23.71,1013.5092895867532,58.41323646599873,55.37270859723847
+1999,8,30,13,30,29.0,321.0,345.0,30.0,5.0,2.2,25.77,340.4167789121748,39.2297543136193,38.20850397688278
+1999,8,30,14,30,573.0,251.0,655.0,29.0,6.0,2.5,28.5,703.0233828108428,47.683980919678554,45.574910771246024
+1999,8,30,15,30,781.0,100.0,542.0,28.0,7.0,2.7,31.76,587.4845725824687,43.407137595129115,41.64468387738171
+1999,8,30,16,30,460.0,128.0,309.0,26.0,8.0,2.3000000000000003,36.63,316.61299571859786,34.527315227242,33.577476240086206
+1999,8,30,17,30,0.0,56.0,56.0,23.0,11.0,1.5,53.06,54.733545036504076,24.555136460445034,24.39093582533552
+1999,8,30,18,30,0.0,0.0,0.0,21.0,12.0,1.0,67.12,0.0,21.0,21.0
+1999,8,30,19,30,0.0,0.0,0.0,20.0,12.0,1.1,71.89,0.0,20.0,20.0
+1999,8,30,20,30,0.0,0.0,0.0,20.0,12.0,1.4,76.64,0.0,20.0,20.0
+1999,8,30,21,30,0.0,0.0,0.0,19.0,12.0,1.7000000000000002,75.98,0.0,19.0,19.0
+1999,8,30,22,30,0.0,0.0,0.0,18.0,12.0,2.0,79.91,0.0,18.0,18.0
+1999,8,30,23,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,83.61,0.0,17.0,17.0
+1999,8,31,0,30,0.0,0.0,0.0,17.0,11.0,2.7,81.39,0.0,17.0,17.0
+1999,8,31,1,30,0.0,0.0,0.0,17.0,11.0,3.1,84.06,0.0,17.0,17.0
+1999,8,31,2,30,0.0,0.0,0.0,16.0,10.0,3.2,81.05,0.0,16.0,16.0
+1999,8,31,3,30,0.0,0.0,0.0,16.0,10.0,3.0,83.44,0.0,16.0,16.0
+1999,8,31,4,30,0.0,0.0,0.0,16.0,9.0,2.7,81.02,0.0,16.0,16.0
+1999,8,31,5,30,0.0,0.0,0.0,17.0,9.0,3.0,74.75,0.0,17.0,17.0
+1999,8,31,6,30,550.0,45.0,150.0,20.0,9.0,3.5,59.12000000000001,137.66877601025502,23.424242329776803,23.01123600174604
+1999,8,31,7,30,758.0,64.0,355.0,23.0,10.0,3.3000000000000003,49.92,370.40202361528753,32.33547135972315,31.22426528887729
+1999,8,31,8,30,856.0,75.0,551.0,26.0,9.0,2.7,39.45,602.4451232491225,41.799487068421335,39.992151698673965
+1999,8,31,9,30,907.0,82.0,715.0,28.0,8.0,1.8,35.13,798.2048415743341,50.22797233891637,47.83335781419337
+1999,8,31,10,30,931.0,88.0,831.0,29.0,8.0,1.2000000000000002,32.06,937.6987435234815,56.184945029166336,53.37184879859589
+1999,8,31,11,30,421.0,397.0,754.0,30.0,7.0,1.4,29.66,800.2188977713436,52.889598416315266,50.48894172300123
+1999,8,31,12,30,18.0,280.0,296.0,30.0,7.0,1.7000000000000002,27.77,291.31602301569643,38.16690200407957,37.29295393503248
+1999,8,31,13,30,197.0,412.0,570.0,29.0,7.0,1.8,29.43,583.5173107020167,45.24947127103514,43.49891933892909
+1999,8,31,14,30,606.0,236.0,661.0,28.0,7.0,1.6,31.93,713.4086284483602,48.13451376793203,45.994287882586946
+1999,8,31,15,30,793.0,93.0,538.0,27.0,8.0,1.1,35.04,586.1256117800747,44.10712811983533,42.34875128449511
+1999,8,31,16,30,515.0,115.0,316.0,25.0,9.0,0.5,41.91,325.2958019099679,34.88642813997318,33.91054073424327
+1999,8,31,17,30,134.0,73.0,100.0,23.0,11.0,0.6000000000000001,58.01,95.19243867854864,25.87361648922865,25.588039173193003
+1999,8,31,18,30,0.0,0.0,0.0,21.0,13.0,1.6,74.99,0.0,21.0,21.0
+1999,8,31,19,30,0.0,0.0,0.0,19.0,13.0,2.7,82.51,0.0,19.0,19.0
+1999,8,31,20,30,0.0,0.0,0.0,17.0,13.0,3.2,89.65,0.0,17.0,17.0
+1999,8,31,21,30,0.0,0.0,0.0,16.0,13.0,2.7,96.52,0.0,16.0,16.0
+1999,8,31,22,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
+1999,8,31,23,30,0.0,0.0,0.0,15.0,12.0,1.1,98.37,0.0,15.0,15.0
+1999,9,1,0,30,0.0,0.0,0.0,14.0,11.0,0.7000000000000001,100.0,0.0,14.0,14.0
+1999,9,1,1,30,0.0,0.0,0.0,14.0,11.0,0.5,97.42,0.0,14.0,14.0
+1999,9,1,2,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,9,1,3,30,0.0,0.0,0.0,13.0,10.0,0.9,98.18,0.0,13.0,13.0
+1999,9,1,4,30,0.0,0.0,0.0,13.0,10.0,1.2000000000000002,94.59,0.0,13.0,13.0
+1999,9,1,5,30,0.0,0.0,0.0,14.0,9.0,1.9,85.71000000000002,0.0,14.0,14.0
+1999,9,1,6,30,512.0,48.0,145.0,18.0,10.0,2.7,72.7,133.75710033576297,21.50786070881768,21.106589407810393
+1999,9,1,7,30,732.0,69.0,348.0,21.0,10.0,3.5,57.5,364.2835069439787,30.060841831151272,28.967991310319334
+1999,9,1,8,30,266.0,248.0,396.0,24.0,9.0,4.4,45.71,406.67296058455787,33.53458828517754,32.31456940342387
+1999,9,1,9,30,885.0,91.0,706.0,26.0,8.0,4.9,37.76,789.0042106313268,43.904748813992775,41.5377361820988
+1999,9,1,10,30,906.0,101.0,821.0,27.0,7.0,5.300000000000002,33.63,926.7793794721513,47.49186288184167,44.711524743425215
+1999,9,1,11,30,153.0,444.0,573.0,28.0,7.0,5.8000000000000025,32.4,583.5900469157724,40.49317265517735,38.742402514430026
+1999,9,1,12,30,394.0,388.0,722.0,27.0,6.0,6.1000000000000005,33.53,764.850131291232,43.060249250076694,40.765698856203
+1999,9,1,13,30,420.0,349.0,683.0,26.0,7.0,6.1000000000000005,36.08,725.8699830844919,41.2417478595516,39.06413791029813
+1999,9,1,14,30,0.0,56.0,56.0,24.0,7.0,5.9,39.01,54.733545036504076,25.164177411623943,24.99997677651443
+1999,9,1,15,30,348.0,231.0,425.0,23.0,7.0,5.300000000000002,42.4,442.19023358409754,32.777193833828875,31.450623133076583
+1999,9,1,16,30,10.0,131.0,135.0,22.0,8.0,4.1000000000000005,49.42,132.14250450817983,25.159604002817236,24.763176489292697
+1999,9,1,17,30,261.0,65.0,115.0,20.0,9.0,2.7,56.14,109.10529041749805,22.86135211079597,22.534036239543475
+1999,9,1,18,30,0.0,0.0,0.0,18.0,10.0,2.1,67.71000000000001,0.0,18.0,18.0
+1999,9,1,19,30,0.0,0.0,0.0,17.0,10.0,2.2,72.87,0.0,17.0,17.0
+1999,9,1,20,30,0.0,0.0,0.0,16.0,10.0,2.1,79.28,0.0,16.0,16.0
+1999,9,1,21,30,0.0,0.0,0.0,15.0,10.0,2.0,87.22,0.0,15.0,15.0
+1999,9,1,22,30,0.0,0.0,0.0,15.0,11.0,1.9,94.51,0.0,15.0,15.0
+1999,9,1,23,30,0.0,0.0,0.0,14.0,11.0,1.5,94.66,0.0,14.0,14.0
+1999,9,2,0,30,0.0,0.0,0.0,13.0,11.0,1.3,100.0,0.0,13.0,13.0
+1999,9,2,1,30,0.0,0.0,0.0,13.0,9.0,1.4,100.0,0.0,13.0,13.0
+1999,9,2,2,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
+1999,9,2,3,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
+1999,9,2,4,30,0.0,0.0,0.0,12.0,9.0,1.6,99.07,0.0,12.0,12.0
+1999,9,2,5,30,0.0,0.0,0.0,13.0,9.0,2.1,96.13,0.0,13.0,13.0
+1999,9,2,6,30,479.0,46.0,136.0,15.0,9.0,2.5,85.5,125.85871940130835,18.344898575730493,17.967322417526567
+1999,9,2,7,30,349.0,140.0,272.0,18.0,10.0,1.8,68.02,278.1460426611687,25.74565903441184,24.911220906428333
+1999,9,2,8,30,848.0,77.0,544.0,21.0,8.0,0.7000000000000001,50.54,598.4577653952742,38.94433820177684,37.148964905591015
+1999,9,2,9,30,908.0,83.0,711.0,24.0,7.0,0.6000000000000001,40.98,798.7556206872388,48.11239121861217,45.71612435655045
+1999,9,2,10,30,936.0,89.0,830.0,25.0,6.0,1.4,37.86,941.6567243877963,51.93531023484832,49.11034006168494
+1999,9,2,11,30,456.0,394.0,779.0,26.0,7.0,2.0,35.74,830.5435298709158,48.82127917014864,46.329648580535896
+1999,9,2,12,30,568.0,314.0,794.0,26.0,7.0,2.3000000000000003,33.94,861.9852218655474,49.21578648845049,46.62983082285385
+1999,9,2,13,30,547.0,289.0,723.0,26.0,7.0,2.5,36.45,782.555379839632,46.79767208745817,44.450005947939275
+1999,9,2,14,30,505.0,265.0,615.0,25.0,7.0,2.4000000000000004,39.18,659.0196224442179,42.631478944426284,40.65442007709363
+1999,9,2,15,30,114.0,255.0,318.0,24.0,7.0,2.1,42.11,319.82185418106013,32.72941871511575,31.769953152572565
+1999,9,2,16,30,0.0,6.0,6.0,22.0,8.0,1.4,46.3,5.864308396768293,22.167743681841674,22.15015075665137
+1999,9,2,17,30,261.0,63.0,112.0,19.0,9.0,1.1,62.96,106.28658177969643,22.102164681735264,21.783304936396174
+1999,9,2,18,30,0.0,0.0,0.0,17.0,11.0,1.6,77.4,0.0,17.0,17.0
+1999,9,2,19,30,0.0,0.0,0.0,15.0,11.0,2.1,88.48,0.0,15.0,15.0
+1999,9,2,20,30,0.0,0.0,0.0,15.0,11.0,1.9,94.08,0.0,15.0,15.0
+1999,9,2,21,30,0.0,0.0,0.0,14.0,10.0,1.4,91.43,0.0,14.0,14.0
+1999,9,2,22,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,93.26,0.0,14.0,14.0
+1999,9,2,23,30,0.0,0.0,0.0,13.0,9.0,1.4,88.41,0.0,13.0,13.0
+1999,9,3,0,30,0.0,0.0,0.0,13.0,8.0,1.9,88.72,0.0,13.0,13.0
+1999,9,3,1,30,0.0,0.0,0.0,12.0,7.0,2.3000000000000003,88.81,0.0,12.0,12.0
+1999,9,3,2,30,0.0,0.0,0.0,11.0,6.0,2.5,83.86,0.0,11.0,11.0
+1999,9,3,3,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.95,0.0,10.0,10.0
+1999,9,3,4,30,0.0,0.0,0.0,10.0,5.0,2.2,86.18,0.0,10.0,10.0
+1999,9,3,5,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,80.99,0.0,11.0,11.0
+1999,9,3,6,30,0.0,61.0,61.0,14.0,6.0,2.5,68.19,59.62046870047765,15.584510169730354,15.405648763628921
+1999,9,3,7,30,242.0,153.0,244.0,17.0,6.0,1.9,58.61,247.37654532724264,23.842879247751654,23.100749611769928
+1999,9,3,8,30,350.0,230.0,422.0,20.0,6.0,1.0,48.05,440.5271248525577,32.94442013254816,31.622838757990486
+1999,9,3,9,30,749.0,168.0,684.0,22.0,6.0,0.6000000000000001,43.39,755.635406209074,44.81070212372554,42.54379590509832
+1999,9,3,10,30,913.0,102.0,821.0,23.0,5.0,1.3,39.49,932.5246736479726,49.853842611479415,47.056268590535495
+1999,9,3,11,30,542.0,356.0,811.0,23.0,5.0,2.2,36.44,876.7632932068975,46.77177121926529,44.1414813396446
+1999,9,3,12,30,422.0,389.0,744.0,24.0,5.0,2.6,33.77,791.9589896174077,44.90807418991507,42.532197221062845
+1999,9,3,13,30,455.0,345.0,704.0,24.0,5.0,2.8000000000000003,33.46,752.2995574272725,43.59895568104709,41.34205700876527
+1999,9,3,14,30,376.0,303.0,562.0,23.0,5.0,2.8000000000000003,35.2,593.1007995302234,38.45149956506547,36.672197166474795
+1999,9,3,15,30,535.0,177.0,470.0,23.0,4.0,2.5,37.13,502.8067792520169,36.3629015755759,34.85448123781985
+1999,9,3,16,30,0.0,6.0,6.0,22.0,4.0,1.5,39.49,5.864308396768293,22.16662176361911,22.149028838428805
+1999,9,3,17,30,480.0,50.0,137.0,19.0,6.0,0.6000000000000001,49.4,129.4809232163645,22.908698223937197,22.520255454288105
+1999,9,3,18,30,0.0,0.0,0.0,16.0,8.0,0.8,69.57000000000001,0.0,16.0,16.0
+1999,9,3,19,30,0.0,0.0,0.0,14.0,8.0,1.9,80.15,0.0,14.0,14.0
+1999,9,3,20,30,0.0,0.0,0.0,13.0,8.0,2.7,87.02,0.0,13.0,13.0
+1999,9,3,21,30,0.0,0.0,0.0,12.0,8.0,2.5,99.37,0.0,12.0,12.0
+1999,9,3,22,30,0.0,0.0,0.0,11.0,8.0,1.8,95.84,0.0,11.0,11.0
+1999,9,3,23,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,97.7,0.0,10.0,10.0
+1999,9,4,0,30,0.0,0.0,0.0,9.0,6.0,0.9,99.74,0.0,9.0,9.0
+1999,9,4,1,30,0.0,0.0,0.0,9.0,6.0,0.8,100.0,0.0,9.0,9.0
+1999,9,4,2,30,0.0,0.0,0.0,8.0,5.0,0.7000000000000001,96.06,0.0,8.0,8.0
+1999,9,4,3,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,91.85,0.0,8.0,8.0
+1999,9,4,4,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,87.98,0.0,8.0,8.0
+1999,9,4,5,30,0.0,0.0,0.0,9.0,3.0,0.9,79.32000000000002,0.0,9.0,9.0
+1999,9,4,6,30,517.0,48.0,141.0,12.0,4.0,1.5,67.45,133.46653463499578,15.79216573897602,15.391766135071034
+1999,9,4,7,30,747.0,71.0,349.0,15.0,3.0,1.9,53.34,370.91256221389335,25.260107203560068,24.14736951691839
+1999,9,4,8,30,856.0,84.0,551.0,18.0,2.0,1.9,39.65,609.1632368938705,34.85054848963177,33.02305877895016
+1999,9,4,9,30,914.0,92.0,719.0,21.0,1.0,1.5,32.29,810.9633714559588,44.04178737546548,41.6088972610976
+1999,9,4,10,30,167.0,404.0,536.0,22.0,0.0,1.1,27.13,547.0487660306873,37.966600230730485,36.325453932638425
+1999,9,4,11,30,416.0,353.0,702.0,23.0,0.0,1.0,24.79,750.3909715539771,45.04943907305751,42.798266158395585
+1999,9,4,12,30,958.0,100.0,901.0,24.0,0.0,1.5,24.5,1030.9508824083741,53.29226135621137,50.19940870898625
+1999,9,4,13,30,483.0,338.0,717.0,24.0,0.0,2.3000000000000003,24.6,770.0437733632771,44.7395340148315,42.42940269474167
+1999,9,4,14,30,341.0,312.0,545.0,23.0,0.0,3.0,24.99,573.4375199325254,37.74242651097444,36.02211395117686
+1999,9,4,15,30,317.0,234.0,406.0,22.0,0.0,3.5,27.36,423.2455229892661,32.52740699605266,31.25767042708486
+1999,9,4,16,30,413.0,126.0,279.0,20.0,1.0,3.8,32.74,288.8252275108845,27.04340797907298,26.17693229654033
+1999,9,4,17,30,508.0,41.0,131.0,17.0,3.0,3.3000000000000003,44.88,123.6679657563346,20.11688025126069,19.745876353991687
+1999,9,4,18,30,0.0,0.0,0.0,14.0,4.0,2.4000000000000004,61.57,0.0,14.0,14.0
+1999,9,4,19,30,0.0,0.0,0.0,13.0,5.0,1.5,72.65,0.0,13.0,13.0
+1999,9,4,20,30,0.0,0.0,0.0,12.0,5.0,0.9,79.04,0.0,12.0,12.0
+1999,9,4,21,30,0.0,0.0,0.0,11.0,5.0,0.7000000000000001,79.87,0.0,11.0,11.0
+1999,9,4,22,30,0.0,0.0,0.0,11.0,5.0,0.6000000000000001,86.33,0.0,11.0,11.0
+1999,9,4,23,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,93.8,0.0,10.0,10.0
+1999,9,5,0,30,0.0,0.0,0.0,9.0,6.0,0.8,94.9,0.0,9.0,9.0
+1999,9,5,1,30,0.0,0.0,0.0,9.0,6.0,1.0,100.0,0.0,9.0,9.0
+1999,9,5,2,30,0.0,0.0,0.0,8.0,6.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,9,5,3,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,9,5,4,30,0.0,0.0,0.0,8.0,6.0,1.6,100.0,0.0,8.0,8.0
+1999,9,5,5,30,0.0,0.0,0.0,9.0,5.0,2.5,92.8,0.0,9.0,9.0
+1999,9,5,6,30,531.0,45.0,139.0,12.0,6.0,3.7,78.0,132.49012491663285,15.252288433138487,14.854818058388588
+1999,9,5,7,30,766.0,66.0,350.0,16.0,6.0,4.2,64.95,373.2067281780335,24.865278717879026,23.745658533344926
+1999,9,5,8,30,879.0,77.0,554.0,19.0,4.0,3.6,46.69,615.9026705327655,34.2187182542619,32.3710102426636
+1999,9,5,9,30,940.0,83.0,725.0,22.0,2.0,2.3000000000000003,32.28,821.9481262602565,44.13747024866802,41.67162586988725
+1999,9,5,10,30,975.0,86.0,849.0,23.0,0.0,1.4,24.55,971.5636716491942,50.79077367688632,47.87608266193873
+1999,9,5,11,30,992.0,86.0,913.0,24.0,-1.0,1.8,20.87,1049.4289156759787,53.22392310136385,50.07563635433591
+1999,9,5,12,30,995.0,85.0,913.0,25.0,-2.0,2.7,18.65,1050.6976863334146,52.55518115660866,49.40308809760842
+1999,9,5,13,30,982.0,82.0,848.0,26.0,-2.0,3.2,17.21,972.0818338434217,50.662466431964525,47.74622093043426
+1999,9,5,14,30,953.0,77.0,725.0,26.0,-2.0,3.2,18.05,823.3031704914982,46.88783690699762,44.41792739552312
+1999,9,5,15,30,900.0,69.0,554.0,25.0,-2.0,2.9000000000000004,19.06,617.2140034355452,40.973387022792814,39.12174501248618
+1999,9,5,16,30,801.0,58.0,350.0,23.0,-2.0,2.3000000000000003,22.08,375.4634427841214,33.11233011980145,31.985939791449084
+1999,9,5,17,30,586.0,38.0,139.0,19.0,2.0,1.6,36.57,131.565945011441,22.713182355230785,22.318484520196463
+1999,9,5,18,30,0.0,0.0,0.0,16.0,3.0,1.6,49.83,0.0,16.0,16.0
+1999,9,5,19,30,0.0,0.0,0.0,15.0,3.0,2.3000000000000003,56.24,0.0,15.0,15.0
+1999,9,5,20,30,0.0,0.0,0.0,13.0,3.0,2.8000000000000003,61.93,0.0,13.0,13.0
+1999,9,5,21,30,0.0,0.0,0.0,12.0,3.0,3.0,64.18,0.0,12.0,12.0
+1999,9,5,22,30,0.0,0.0,0.0,11.0,2.0,2.9000000000000004,64.47,0.0,11.0,11.0
+1999,9,5,23,30,0.0,0.0,0.0,11.0,1.0,2.7,63.82,0.0,11.0,11.0
+1999,9,6,0,30,0.0,0.0,0.0,10.0,0.0,2.4000000000000004,58.33,0.0,10.0,10.0
+1999,9,6,1,30,0.0,0.0,0.0,10.0,0.0,2.3000000000000003,53.1,0.0,10.0,10.0
+1999,9,6,2,30,0.0,0.0,0.0,10.0,-1.0,2.4000000000000004,53.26,0.0,10.0,10.0
+1999,9,6,3,30,0.0,0.0,0.0,9.0,-2.0,2.6,50.8,0.0,9.0,9.0
+1999,9,6,4,30,0.0,0.0,0.0,9.0,-2.0,2.8000000000000003,49.44,0.0,9.0,9.0
+1999,9,6,5,30,0.0,0.0,0.0,11.0,-3.0,3.3000000000000003,45.69,0.0,11.0,11.0
+1999,9,6,6,30,388.0,50.0,118.0,15.0,-2.0,3.9,36.42,113.26103015628922,17.743930074250297,17.40414698378143
+1999,9,6,7,30,868.0,51.0,370.0,19.0,-1.0,4.1000000000000005,27.69,399.076853605983,28.54215926796755,27.3449287071496
+1999,9,6,8,30,952.0,61.0,574.0,22.0,-3.0,3.8,20.79,644.5078217543482,37.717226550608196,35.78370308534515
+1999,9,6,9,30,993.0,68.0,743.0,25.0,-4.0,3.0,16.35,848.2525664958309,46.807608832051486,44.262851132563995
+1999,9,6,10,30,1012.0,73.0,861.0,26.0,-4.0,2.1,14.47,991.4895861385689,53.06233997436735,50.087871215951644
+1999,9,6,11,30,1017.0,76.0,920.0,27.0,-4.0,1.3,14.01,1062.6269326882534,57.60038754095386,54.4125067428891
+1999,9,6,12,30,1010.0,77.0,914.0,28.0,-4.0,0.8,13.49,1055.7575337336536,59.443285081854945,56.27601248065398
+1999,9,6,13,30,990.0,77.0,846.0,29.0,-3.0,0.5,13.66,972.3977121899477,58.55322524482187,55.636032108252024
+1999,9,6,14,30,955.0,75.0,720.0,28.0,-3.0,0.5,13.74,820.5347225360755,52.937787463211535,50.476183295603306
+1999,9,6,15,30,896.0,69.0,547.0,27.0,-3.0,0.6000000000000001,14.68,612.1870045655564,45.48036141559115,43.64380040189448
+1999,9,6,16,30,792.0,58.0,343.0,25.0,-3.0,0.5,18.47,369.3391229300286,36.22499791478729,35.1169805459972
+1999,9,6,17,30,184.0,59.0,90.0,21.0,3.0,0.30000000000000004,37.01,86.68047681163,23.670287094199107,23.41024566376422
+1999,9,6,18,30,0.0,0.0,0.0,17.0,3.0,0.30000000000000004,46.15,0.0,17.0,17.0
+1999,9,6,19,30,0.0,0.0,0.0,16.0,2.0,0.7000000000000001,45.25,0.0,16.0,16.0
+1999,9,6,20,30,0.0,0.0,0.0,15.0,1.0,1.6,44.28,0.0,15.0,15.0
+1999,9,6,21,30,0.0,0.0,0.0,15.0,0.0,2.3000000000000003,46.67,0.0,15.0,15.0
+1999,9,6,22,30,0.0,0.0,0.0,14.0,0.0,2.6,44.0,0.0,14.0,14.0
+1999,9,6,23,30,0.0,0.0,0.0,14.0,0.0,2.7,45.94,0.0,14.0,14.0
+1999,9,7,0,30,0.0,0.0,0.0,13.0,0.0,2.7,45.47,0.0,13.0,13.0
+1999,9,7,1,30,0.0,0.0,0.0,13.0,0.0,2.7,45.31,0.0,13.0,13.0
+1999,9,7,2,30,0.0,0.0,0.0,13.0,0.0,2.6,49.04,0.0,13.0,13.0
+1999,9,7,3,30,0.0,0.0,0.0,12.0,0.0,2.5,49.64,0.0,12.0,12.0
+1999,9,7,4,30,0.0,0.0,0.0,12.0,0.0,2.4000000000000004,49.67,0.0,12.0,12.0
+1999,9,7,5,30,0.0,0.0,0.0,13.0,0.0,2.5,46.2,0.0,13.0,13.0
+1999,9,7,6,30,351.0,51.0,112.0,17.0,0.0,3.2,37.07,107.84449860450565,19.736098170037483,19.412564674223965
+1999,9,7,7,30,793.0,60.0,349.0,21.0,0.0,3.3000000000000003,29.18,377.16349170329613,30.505884823097876,29.374394347987987
+1999,9,7,8,30,892.0,72.0,550.0,24.0,0.0,2.5,21.99,617.76592922119,40.41812650419597,38.564828716532396
+1999,9,7,9,30,943.0,80.0,718.0,26.0,-1.0,1.8,19.54,819.8208595594766,48.829923398125175,46.37046081944675
+1999,9,7,10,30,968.0,86.0,837.0,27.0,-1.0,1.6,17.13,963.1547379896016,54.18309193271038,51.293627718741575
+1999,9,7,11,30,977.0,90.0,897.0,28.0,-1.0,1.8,16.12,1036.0857967685938,56.85235121587736,53.74409382557158
+1999,9,7,12,30,972.0,91.0,894.0,29.0,-1.0,2.2,15.99,1030.8626275037273,56.949881945760865,53.85729406324968
+1999,9,7,13,30,954.0,91.0,827.0,29.0,-1.0,2.7,14.97,951.4042352941798,53.95115045716087,51.09693775127833
+1999,9,7,14,30,916.0,88.0,703.0,28.0,-1.0,3.2,15.85,800.3960536048586,48.30666567058416,45.90547750976958
+1999,9,7,15,30,499.0,179.0,443.0,27.0,-1.0,3.4000000000000004,16.77,476.8737829326607,38.9398296074974,37.50920825869942
+1999,9,7,16,30,402.0,127.0,270.0,24.0,-1.0,2.7,20.46,281.516883538303,31.382950229587028,30.53839957897212
+1999,9,7,17,30,276.0,52.0,97.0,20.0,1.0,1.9,32.28,93.38358800795372,22.58315765391136,22.3030068898875
+1999,9,7,18,30,0.0,0.0,0.0,17.0,3.0,1.9,46.28,0.0,17.0,17.0
+1999,9,7,19,30,0.0,0.0,0.0,15.0,3.0,2.2,52.21,0.0,15.0,15.0
+1999,9,7,20,30,0.0,0.0,0.0,14.0,3.0,2.3000000000000003,59.53,0.0,14.0,14.0
+1999,9,7,21,30,0.0,0.0,0.0,12.0,3.0,2.8000000000000003,67.19,0.0,12.0,12.0
+1999,9,7,22,30,0.0,0.0,0.0,10.0,2.0,2.5,69.98,0.0,10.0,10.0
+1999,9,7,23,30,0.0,0.0,0.0,8.0,2.0,1.4,79.17,0.0,8.0,8.0
+1999,9,8,0,30,0.0,0.0,0.0,8.0,2.0,0.7000000000000001,77.53,0.0,8.0,8.0
+1999,9,8,1,30,0.0,0.0,0.0,7.0,1.0,0.4,80.17,0.0,7.0,7.0
+1999,9,8,2,30,0.0,0.0,0.0,7.0,1.0,0.5,84.76,0.0,7.0,7.0
+1999,9,8,3,30,0.0,0.0,0.0,6.0,1.0,0.7000000000000001,83.87,0.0,6.0,6.0
+1999,9,8,4,30,0.0,0.0,0.0,6.0,1.0,0.9,88.98,0.0,6.0,6.0
+1999,9,8,5,30,0.0,0.0,0.0,7.0,1.0,1.8,82.4,0.0,7.0,7.0
+1999,9,8,6,30,561.0,40.0,135.0,11.0,1.0,3.2,63.63,131.37415389693217,14.333063686315855,13.938941224625058
+1999,9,8,7,30,789.0,60.0,345.0,15.0,1.0,4.0,47.61,375.01386951634026,24.0258336326532,22.900792024104177
+1999,9,8,8,30,893.0,71.0,548.0,18.0,0.0,3.9,35.78,616.7582241453739,32.9419569770682,31.09168230463208
+1999,9,8,9,30,948.0,79.0,718.0,21.0,0.0,3.2,27.92,821.9491134389336,41.85348343443676,39.38763609411996
+1999,9,8,10,30,977.0,84.0,839.0,23.0,-1.0,2.0,23.31,968.2862360826135,49.606107585580986,46.70124887733314
+1999,9,8,11,30,990.0,86.0,900.0,24.0,-2.0,1.2000000000000002,19.6,1043.3754808548174,54.248632930057795,51.11850648749334
+1999,9,8,12,30,988.0,86.0,898.0,25.0,-2.0,1.8,17.95,1039.7005705533084,53.95301346134758,50.83391174968766
+1999,9,8,13,30,974.0,84.0,832.0,25.0,-2.0,3.1,17.69,960.5082332703703,49.530595925687564,46.649071225876455
+1999,9,8,14,30,942.0,79.0,707.0,24.0,-2.0,3.9,18.79,809.4281878561276,43.60969580216218,41.181411238593796
+1999,9,8,15,30,885.0,71.0,535.0,23.0,-2.0,4.0,20.32,602.237025644411,37.494640445967576,35.68792936903434
+1999,9,8,16,30,779.0,59.0,332.0,21.0,-2.0,3.3000000000000003,23.87,360.09022217341334,30.07557664832775,28.995305981807512
+1999,9,8,17,30,545.0,38.0,123.0,17.0,0.0,2.0,37.19,119.2577527174848,20.27690767561969,19.919134417467234
+1999,9,8,18,30,0.0,0.0,0.0,14.0,2.0,1.2000000000000002,50.56,0.0,14.0,14.0
+1999,9,8,19,30,0.0,0.0,0.0,13.0,2.0,0.9,58.06,0.0,13.0,13.0
+1999,9,8,20,30,0.0,0.0,0.0,12.0,2.0,0.6000000000000001,57.77,0.0,12.0,12.0
+1999,9,8,21,30,0.0,0.0,0.0,11.0,1.0,0.7000000000000001,60.42,0.0,11.0,11.0
+1999,9,8,22,30,0.0,0.0,0.0,10.0,1.0,1.0,63.35,0.0,10.0,10.0
+1999,9,8,23,30,0.0,0.0,0.0,9.0,1.0,1.2000000000000002,65.79,0.0,9.0,9.0
+1999,9,9,0,30,0.0,0.0,0.0,8.0,0.0,1.3,67.98,0.0,8.0,8.0
+1999,9,9,1,30,0.0,0.0,0.0,8.0,0.0,1.4,69.01,0.0,8.0,8.0
+1999,9,9,2,30,0.0,0.0,0.0,7.0,-1.0,1.4,64.52,0.0,7.0,7.0
+1999,9,9,3,30,0.0,0.0,0.0,7.0,-2.0,1.5,59.82,0.0,7.0,7.0
+1999,9,9,4,30,0.0,0.0,0.0,7.0,-3.0,1.6,58.91,0.0,7.0,7.0
+1999,9,9,5,30,0.0,0.0,0.0,8.0,-4.0,1.6,47.16,0.0,8.0,8.0
+1999,9,9,6,30,627.0,36.0,140.0,12.0,-3.0,2.0,38.27,137.85615633953793,15.787945743960243,15.37437727494163
+1999,9,9,7,30,842.0,53.0,355.0,17.0,-5.0,2.1,24.33,388.8371558188746,27.613165738248895,26.446654270792273
+1999,9,9,8,30,938.0,63.0,560.0,20.0,-6.0,1.9,18.17,635.804040324539,37.58748092879247,35.680068807818856
+1999,9,9,9,30,987.0,69.0,731.0,23.0,-6.0,1.8,15.1,841.9123647215333,46.44511556446021,43.91937847029561
+1999,9,9,10,30,1010.0,73.0,850.0,25.0,-6.0,1.8,14.11,986.2974605242426,52.46587282938032,49.50698044780759
+1999,9,9,11,30,1016.0,76.0,909.0,26.0,-6.0,2.0,13.41,1057.3037774416985,55.05208914986055,51.880177817535454
+1999,9,9,12,30,1008.0,78.0,902.0,27.0,-6.0,2.3000000000000003,12.85,1049.3570874519792,55.2622595776095,52.114188315253564
+1999,9,9,13,30,986.0,79.0,832.0,27.0,-6.0,2.6,13.09,964.2246079942403,52.455964139537826,49.56329031555511
+1999,9,9,14,30,681.0,186.0,637.0,26.0,-5.0,2.9000000000000004,13.34,709.3308080087893,44.35735330120059,42.22936087717422
+1999,9,9,15,30,512.0,171.0,437.0,25.0,-5.0,3.0,14.74,473.85426208213664,37.18225420003894,35.76069141379253
+1999,9,9,16,30,194.0,141.0,208.0,22.0,-3.0,2.7,19.81,212.48029386781474,27.572423986359812,26.93498310475637
+1999,9,9,17,30,0.0,49.0,49.0,19.0,1.0,1.9,37.69,47.89185190694107,20.324774582476604,20.18109902675578
+1999,9,9,18,30,0.0,0.0,0.0,16.0,3.0,1.3,47.7,0.0,16.0,16.0
+1999,9,9,19,30,0.0,0.0,0.0,16.0,3.0,1.1,50.79,0.0,16.0,16.0
+1999,9,9,20,30,0.0,0.0,0.0,15.0,3.0,1.0,54.48,0.0,15.0,15.0
+1999,9,9,21,30,0.0,0.0,0.0,14.0,3.0,1.0,54.17,0.0,14.0,14.0
+1999,9,9,22,30,0.0,0.0,0.0,13.0,2.0,1.0,57.12000000000001,0.0,13.0,13.0
+1999,9,9,23,30,0.0,0.0,0.0,12.0,2.0,1.1,57.59,0.0,12.0,12.0
+1999,9,10,0,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,57.85,0.0,11.0,11.0
+1999,9,10,1,30,0.0,0.0,0.0,11.0,0.0,1.4,55.81,0.0,11.0,11.0
+1999,9,10,2,30,0.0,0.0,0.0,11.0,0.0,1.6,57.69,0.0,11.0,11.0
+1999,9,10,3,30,0.0,0.0,0.0,11.0,0.0,1.9,55.94,0.0,11.0,11.0
+1999,9,10,4,30,0.0,0.0,0.0,11.0,0.0,2.0,51.11,0.0,11.0,11.0
+1999,9,10,5,30,0.0,0.0,0.0,12.0,0.0,2.3000000000000003,47.55,0.0,12.0,12.0
+1999,9,10,6,30,447.0,49.0,122.0,15.0,0.0,2.9000000000000004,40.72,120.75786698775977,18.12519180495855,17.76291820399527
+1999,9,10,7,30,596.0,86.0,298.0,19.0,0.0,3.0,31.43,322.1960707681841,27.283294570581262,26.31670635827671
+1999,9,10,8,30,59.0,226.0,258.0,22.0,0.0,2.4000000000000004,24.6,256.96865433458305,28.8749658795801,28.10405991657635
+1999,9,10,9,30,505.0,250.0,587.0,24.0,-1.0,1.7000000000000002,20.11,640.1275007021745,41.945660915703726,40.025278413597206
+1999,9,10,10,30,224.0,389.0,561.0,25.0,-2.0,1.2000000000000002,18.63,582.8561390768209,41.89765738746426,40.14908897023379
+1999,9,10,11,30,7.0,142.0,148.0,26.0,-1.0,0.8,19.02,145.5528924537758,30.33495470851856,29.898296031157233
+1999,9,10,12,30,519.0,350.0,772.0,25.0,-1.0,0.6000000000000001,19.71,842.1368414726453,50.42195942699451,47.89554890257658
+1999,9,10,13,30,361.0,351.0,625.0,25.0,0.0,0.5,21.85,666.9873393208751,45.27115739505545,43.27019537709282
+1999,9,10,14,30,286.0,309.0,498.0,24.0,0.0,0.7000000000000001,24.47,522.7972449750157,39.675710329521166,38.10731859459612
+1999,9,10,15,30,0.0,11.0,11.0,23.0,0.0,1.2000000000000002,28.01,10.751232060741874,23.311690353203254,23.279436657021026
+1999,9,10,16,30,48.0,133.0,150.0,21.0,2.0,1.2000000000000002,33.36,148.310474947482,25.299688078440816,24.854756653598372
+1999,9,10,17,30,0.0,12.0,12.0,18.0,6.0,0.9,51.82,11.728616793536586,18.34696248423334,18.31177663385273
+1999,9,10,18,30,0.0,0.0,0.0,16.0,6.0,0.8,61.19,0.0,16.0,16.0
+1999,9,10,19,30,0.0,0.0,0.0,15.0,5.0,0.8,62.25,0.0,15.0,15.0
+1999,9,10,20,30,0.0,0.0,0.0,14.0,5.0,0.9,68.33,0.0,14.0,14.0
+1999,9,10,21,30,0.0,0.0,0.0,12.0,5.0,1.1,71.78,0.0,12.0,12.0
+1999,9,10,22,30,0.0,0.0,0.0,12.0,5.0,1.4,76.09,0.0,12.0,12.0
+1999,9,10,23,30,0.0,0.0,0.0,12.0,4.0,1.8,74.84,0.0,12.0,12.0
+1999,9,11,0,30,0.0,0.0,0.0,12.0,4.0,2.3000000000000003,73.93,0.0,12.0,12.0
+1999,9,11,1,30,0.0,0.0,0.0,11.0,4.0,2.3000000000000003,72.76,0.0,11.0,11.0
+1999,9,11,2,30,0.0,0.0,0.0,10.0,3.0,2.1,75.61,0.0,10.0,10.0
+1999,9,11,3,30,0.0,0.0,0.0,10.0,3.0,2.0,72.56,0.0,10.0,10.0
+1999,9,11,4,30,0.0,0.0,0.0,10.0,2.0,2.0,69.83,0.0,10.0,10.0
+1999,9,11,5,30,0.0,0.0,0.0,11.0,2.0,2.2,64.55,0.0,11.0,11.0
+1999,9,11,6,30,191.0,56.0,86.0,13.0,3.0,2.6,59.26,85.72189968022515,15.263096778635528,15.005931079594854
+1999,9,11,7,30,61.0,142.0,163.0,15.0,3.0,2.8000000000000003,57.91,163.11370266470024,19.249448504834465,18.760107396840365
+1999,9,11,8,30,467.0,188.0,434.0,16.0,5.0,3.1,58.41,468.9071617534231,27.97550600109892,26.56878451583865
+1999,9,11,9,30,0.0,101.0,101.0,17.0,5.0,3.5,53.65,98.71585801226628,19.45536445824621,19.15921688420941
+1999,9,11,10,30,326.0,366.0,615.0,19.0,5.0,3.2,49.09,652.2486169399906,35.54805085388405,33.59130500306408
+1999,9,11,11,30,0.0,65.0,65.0,20.0,4.0,2.8000000000000003,41.03,63.53000763165652,21.65508777945784,21.46449775656287
+1999,9,11,12,30,0.0,86.0,86.0,21.0,3.0,2.4000000000000004,36.58,84.05508702034554,23.24881846685314,22.996653205792104
+1999,9,11,13,30,0.0,78.0,78.0,22.0,3.0,2.0,32.910000000000004,76.23600915798782,24.094776715776536,23.866068688302573
+1999,9,11,14,30,84.0,307.0,362.0,22.0,2.0,1.7000000000000002,31.61,364.67151684652305,32.22338734043521,31.129372789895644
+1999,9,11,15,30,724.0,118.0,486.0,21.0,2.0,1.2000000000000002,32.28,544.5825950690689,36.78806414431615,35.15431635910895
+1999,9,11,16,30,0.0,35.0,35.0,20.0,1.0,0.6000000000000001,33.3,34.20846564781505,21.032666168882646,20.9300407719392
+1999,9,11,17,30,26.0,48.0,52.0,17.0,4.0,0.2,49.49,50.55673197848951,18.56803856806607,18.4163683721306
+1999,9,11,18,30,0.0,0.0,0.0,14.0,4.0,0.2,60.46,0.0,14.0,14.0
+1999,9,11,19,30,0.0,0.0,0.0,13.0,3.0,0.6000000000000001,61.89,0.0,13.0,13.0
+1999,9,11,20,30,0.0,0.0,0.0,12.0,3.0,1.0,64.51,0.0,12.0,12.0
+1999,9,11,21,30,0.0,0.0,0.0,11.0,3.0,2.2,68.12,0.0,11.0,11.0
+1999,9,11,22,30,0.0,0.0,0.0,10.0,3.0,4.0,77.93,0.0,10.0,10.0
+1999,9,11,23,30,0.0,0.0,0.0,8.0,3.0,4.1000000000000005,91.76,0.0,8.0,8.0
+1999,9,12,0,30,0.0,0.0,0.0,7.0,3.0,2.9000000000000004,92.89,0.0,7.0,7.0
+1999,9,12,1,30,0.0,0.0,0.0,7.0,3.0,2.1,99.64,0.0,7.0,7.0
+1999,9,12,2,30,0.0,0.0,0.0,6.0,3.0,1.6,98.37,0.0,6.0,6.0
+1999,9,12,3,30,0.0,0.0,0.0,6.0,2.0,1.3,100.0,0.0,6.0,6.0
+1999,9,12,4,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,12,5,30,0.0,0.0,0.0,5.0,2.0,1.0,98.93,0.0,5.0,5.0
+1999,9,12,6,30,0.0,10.0,10.0,7.0,2.0,0.8,86.66,9.773847327947157,7.291091333056686,7.261769791072845
+1999,9,12,7,30,0.0,29.0,29.0,10.0,3.0,1.0,70.85000000000002,28.344157251046756,10.83286285693159,10.74783038517845
+1999,9,12,8,30,0.0,45.0,45.0,13.0,1.0,1.7000000000000002,52.27,43.982312975762206,14.23302259953773,14.101075660610443
+1999,9,12,9,30,0.0,59.0,59.0,15.0,0.0,2.6,41.64,57.66569923488822,16.522400444496288,16.34940334679162
+1999,9,12,10,30,0.0,103.0,103.0,17.0,0.0,3.3000000000000003,34.800000000000004,100.6706274778557,19.537264106745265,19.235252224311697
+1999,9,12,11,30,0.0,100.0,100.0,18.0,0.0,3.8,31.4,97.73847327947156,20.383489657367615,20.0902742375292
+1999,9,12,12,30,5.0,135.0,140.0,19.0,-1.0,4.1000000000000005,30.54,136.75193252748622,22.26981810292608,21.859562305343623
+1999,9,12,13,30,7.0,148.0,154.0,19.0,-1.0,4.1000000000000005,28.11,150.90635419978895,22.60825854296332,22.155539480363952
+1999,9,12,14,30,79.0,302.0,354.0,18.0,-1.0,4.0,29.47,355.722562611611,26.56153046727133,25.494362779436496
+1999,9,12,15,30,421.0,191.0,404.0,17.0,-2.0,3.8,30.97,434.97020740671417,27.607358144959917,26.302447522739776
+1999,9,12,16,30,735.0,63.0,305.0,15.0,-2.0,3.6,35.14,336.9709058150805,23.326421561132545,22.315508843687304
+1999,9,12,17,30,472.0,37.0,101.0,12.0,-1.0,2.7,44.33,100.5362544916375,14.63662397029862,14.335015206823709
+1999,9,12,18,30,0.0,0.0,0.0,9.0,0.0,1.5,58.71,0.0,9.0,9.0
+1999,9,12,19,30,0.0,0.0,0.0,8.0,0.0,1.0,63.73,0.0,8.0,8.0
+1999,9,12,20,30,0.0,0.0,0.0,7.0,0.0,0.9,68.29,0.0,7.0,7.0
+1999,9,12,21,30,0.0,0.0,0.0,7.0,0.0,1.1,73.25,0.0,7.0,7.0
+1999,9,12,22,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,74.08,0.0,6.0,6.0
+1999,9,12,23,30,0.0,0.0,0.0,6.0,0.0,1.4,80.59,0.0,6.0,6.0
+1999,9,13,0,30,0.0,0.0,0.0,5.0,0.0,1.5,81.32000000000002,0.0,5.0,5.0
+1999,9,13,1,30,0.0,0.0,0.0,5.0,0.0,1.4,81.07000000000002,0.0,5.0,5.0
+1999,9,13,2,30,0.0,0.0,0.0,4.0,0.0,1.4,86.48,0.0,4.0,4.0
+1999,9,13,3,30,0.0,0.0,0.0,4.0,0.0,1.3,92.08,0.0,4.0,4.0
+1999,9,13,4,30,0.0,0.0,0.0,4.0,0.0,1.3,89.82000000000002,0.0,4.0,4.0
+1999,9,13,5,30,0.0,0.0,0.0,5.0,0.0,1.7000000000000002,80.69,0.0,5.0,5.0
+1999,9,13,6,30,309.0,48.0,95.0,8.0,-1.0,2.0,59.83,96.58600665590643,10.653944245603668,10.36418622563595
+1999,9,13,7,30,765.0,63.0,328.0,12.0,-1.0,2.0,49.02,365.5280930039182,22.043806681957985,20.94722240294623
+1999,9,13,8,30,879.0,75.0,531.0,15.0,-1.0,2.2,39.2,608.5343686072696,31.499253449218493,29.673650343396684
+1999,9,13,9,30,942.0,81.0,700.0,17.0,-1.0,2.5,31.11,814.5533613122614,38.64807008263224,36.20440999869545
+1999,9,13,10,30,972.0,84.0,819.0,19.0,-2.0,2.9000000000000004,26.86,957.7026037381943,43.78517055202246,40.912062740807876
+1999,9,13,11,30,983.0,87.0,878.0,20.0,-2.0,3.2,25.1,1029.826372762031,46.12748995480804,43.03801083652195
+1999,9,13,12,30,978.0,88.0,872.0,21.0,-2.0,3.3000000000000003,23.69,1022.4206864449936,46.76870110679867,43.701439047463694
+1999,9,13,13,30,960.0,87.0,803.0,22.0,-2.0,3.4000000000000004,22.3,939.5114405759311,45.52321917507273,42.704684853344936
+1999,9,13,14,30,924.0,82.0,677.0,22.0,-2.0,3.4000000000000004,23.62,785.6860263368501,41.67178237764097,39.31472429863042
+1999,9,13,15,30,860.0,74.0,504.0,21.0,-2.0,3.3000000000000003,24.95,576.7750506502382,35.53681843795936,33.806493286008646
+1999,9,13,16,30,739.0,60.0,300.0,19.0,-2.0,2.9000000000000004,28.46,332.9812108588056,27.617493645251233,26.618550012674817
+1999,9,13,17,30,465.0,35.0,96.0,15.0,0.0,2.0,41.85,95.94494493387674,17.636329457218032,17.348494622416403
+1999,9,13,18,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,58.04,0.0,11.0,11.0
+1999,9,13,19,30,0.0,0.0,0.0,10.0,0.0,0.9,59.76,0.0,10.0,10.0
+1999,9,13,20,30,0.0,0.0,0.0,10.0,0.0,0.5,57.18,0.0,10.0,10.0
+1999,9,13,21,30,0.0,0.0,0.0,10.0,0.0,0.4,58.55,0.0,10.0,10.0
+1999,9,13,22,30,0.0,0.0,0.0,9.0,-1.0,0.6000000000000001,56.24,0.0,9.0,9.0
+1999,9,13,23,30,0.0,0.0,0.0,8.0,-1.0,1.0,58.01,0.0,8.0,8.0
+1999,9,14,0,30,0.0,0.0,0.0,7.0,-2.0,1.1,60.31,0.0,7.0,7.0
+1999,9,14,1,30,0.0,0.0,0.0,6.0,-2.0,1.2000000000000002,62.53,0.0,6.0,6.0
+1999,9,14,2,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,65.79,0.0,5.0,5.0
+1999,9,14,3,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,64.9,0.0,5.0,5.0
+1999,9,14,4,30,0.0,0.0,0.0,5.0,-3.0,1.1,63.72,0.0,5.0,5.0
+1999,9,14,5,30,0.0,0.0,0.0,6.0,-3.0,1.1,57.9,0.0,6.0,6.0
+1999,9,14,6,30,499.0,40.0,115.0,8.0,-1.0,1.2000000000000002,56.69,118.9353021306915,11.448068660411051,11.091262754018977
+1999,9,14,7,30,558.0,90.0,282.0,12.0,-1.0,1.3,46.37,309.23874808203846,20.90512487769395,19.977408633447833
+1999,9,14,8,30,856.0,81.0,522.0,15.0,-2.0,1.6,36.14,599.6285067936016,31.923300257720687,30.124414737339883
+1999,9,14,9,30,913.0,91.0,689.0,18.0,-2.0,1.9,29.64,800.69712023332,40.148719477552305,37.74662811685234
+1999,9,14,10,30,938.0,101.0,806.0,19.0,-2.0,2.6,26.1,942.3894372044725,43.879505791558884,41.052337479945464
+1999,9,14,11,30,936.0,111.0,861.0,20.0,-2.0,3.3000000000000003,24.62,1006.4983178834563,45.36739980116765,42.34790484751728
+1999,9,14,12,30,580.0,310.0,773.0,21.0,-2.0,3.8,23.47,857.1043561738582,41.901691009472714,39.33037794095114
+1999,9,14,13,30,454.0,308.0,645.0,21.0,-1.0,3.8,24.13,703.9968859819469,38.167950759359876,36.05596010141404
+1999,9,14,14,30,536.0,225.0,568.0,20.0,-1.0,3.7,26.99,627.6414543060898,35.406967449705014,33.52404308678675
+1999,9,14,15,30,440.0,182.0,400.0,19.0,0.0,3.6,30.75,434.55639140849246,29.737721401197877,28.4340522269724
+1999,9,14,16,30,0.0,95.0,95.0,17.0,0.0,3.4000000000000004,37.38,92.85154961549799,19.324790585851282,19.046235937004788
+1999,9,14,17,30,0.0,28.0,28.0,14.0,2.0,2.7,51.39,27.366772518252038,14.71771013129731,14.635609813742553
+1999,9,14,18,30,0.0,0.0,0.0,12.0,3.0,2.6,67.35,0.0,12.0,12.0
+1999,9,14,19,30,0.0,0.0,0.0,10.0,3.0,2.7,73.97,0.0,10.0,10.0
+1999,9,14,20,30,0.0,0.0,0.0,10.0,4.0,2.6,81.57000000000002,0.0,10.0,10.0
+1999,9,14,21,30,0.0,0.0,0.0,9.0,4.0,2.8000000000000003,83.41,0.0,9.0,9.0
+1999,9,14,22,30,0.0,0.0,0.0,9.0,4.0,3.2,90.3,0.0,9.0,9.0
+1999,9,14,23,30,0.0,0.0,0.0,8.0,4.0,3.2,90.97,0.0,8.0,8.0
+1999,9,15,0,30,0.0,0.0,0.0,8.0,4.0,3.1,96.87,0.0,8.0,8.0
+1999,9,15,1,30,0.0,0.0,0.0,7.0,4.0,2.8000000000000003,95.87,0.0,7.0,7.0
+1999,9,15,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,9,15,3,30,0.0,0.0,0.0,6.0,3.0,2.0,99.31,0.0,6.0,6.0
+1999,9,15,4,30,0.0,0.0,0.0,6.0,3.0,1.7000000000000002,95.59,0.0,6.0,6.0
+1999,9,15,5,30,0.0,0.0,0.0,7.0,2.0,1.6,84.77,0.0,7.0,7.0
+1999,9,15,6,30,323.0,45.0,93.0,10.0,2.0,2.0,73.10000000000002,95.41840188927841,12.621861358456554,12.335606152788719
+1999,9,15,7,30,732.0,56.0,305.0,13.0,2.0,2.5,59.64,344.4171946820383,22.153442760494723,21.120191176448607
+1999,9,15,8,30,103.0,232.0,284.0,15.0,0.0,2.8000000000000003,42.48,289.27842395252253,22.53629980843999,21.66846453658242
+1999,9,15,9,30,164.0,319.0,427.0,17.0,0.0,2.8000000000000003,35.35,439.4593779736488,28.44882352713428,27.130445393213336
+1999,9,15,10,30,24.0,285.0,303.0,18.0,0.0,2.6,33.24,300.1073578272287,25.92296947777858,25.022647404296894
+1999,9,15,11,30,33.0,333.0,360.0,19.0,0.0,2.4000000000000004,31.95,357.07626346046226,28.55325517836224,27.482026387980852
+1999,9,15,12,30,16.0,243.0,256.0,20.0,0.0,2.4000000000000004,32.67,252.75806287885754,26.762315281529826,26.004041092893253
+1999,9,15,13,30,0.0,68.0,68.0,20.0,0.0,2.6,33.42,66.46216183004066,21.75463102077538,21.555244535285258
+1999,9,15,14,30,13.0,204.0,213.0,19.0,1.0,2.8000000000000003,36.37,209.2429427574078,24.451210387121304,23.823481558849082
+1999,9,15,15,30,10.0,162.0,167.0,18.0,1.0,2.9000000000000004,39.87,164.13788566162,22.247858859621232,21.755445202636373
+1999,9,15,16,30,45.0,121.0,136.0,16.0,2.0,2.8000000000000003,44.72,134.65960026033073,19.508160428214634,19.10418162743364
+1999,9,15,17,30,0.0,33.0,33.0,14.0,4.0,2.6,62.09,32.25369618222562,14.851512113023347,14.75475102447667
+1999,9,15,18,30,0.0,0.0,0.0,12.0,4.0,2.4000000000000004,71.0,0.0,12.0,12.0
+1999,9,15,19,30,0.0,0.0,0.0,11.0,5.0,2.3000000000000003,76.83,0.0,11.0,11.0
+1999,9,15,20,30,0.0,0.0,0.0,11.0,5.0,2.2,81.87,0.0,11.0,11.0
+1999,9,15,21,30,0.0,0.0,0.0,10.0,4.0,2.1,86.33,0.0,10.0,10.0
+1999,9,15,22,30,0.0,0.0,0.0,9.0,4.0,2.0,84.60000000000002,0.0,9.0,9.0
+1999,9,15,23,30,0.0,0.0,0.0,9.0,4.0,1.9,88.37,0.0,9.0,9.0
+1999,9,16,0,30,0.0,0.0,0.0,8.0,3.0,1.9,85.77,0.0,8.0,8.0
+1999,9,16,1,30,0.0,0.0,0.0,7.0,3.0,1.8,88.27,0.0,7.0,7.0
+1999,9,16,2,30,0.0,0.0,0.0,6.0,2.0,1.8,90.57,0.0,6.0,6.0
+1999,9,16,3,30,0.0,0.0,0.0,6.0,1.0,1.8,86.63,0.0,6.0,6.0
+1999,9,16,4,30,0.0,0.0,0.0,6.0,1.0,1.8,88.21000000000002,0.0,6.0,6.0
+1999,9,16,5,30,0.0,0.0,0.0,7.0,0.0,1.9,77.37,0.0,7.0,7.0
+1999,9,16,6,30,465.0,40.0,108.0,10.0,0.0,2.4000000000000004,58.45,112.78751375663256,13.01752877496843,12.679166233698531
+1999,9,16,7,30,730.0,66.0,312.0,14.0,0.0,2.4000000000000004,44.11,352.8012404386152,23.43888077154704,22.380477050231196
+1999,9,16,8,30,852.0,80.0,514.0,17.0,-1.0,2.1,32.07,594.6294640566382,33.230190352022106,31.446301959852192
+1999,9,16,9,30,917.0,89.0,683.0,20.0,-2.0,2.4000000000000004,26.45,799.7443420462286,41.39644260578246,38.99720957964377
+1999,9,16,10,30,953.0,94.0,803.0,21.0,-3.0,2.7,22.22,946.2782312099056,45.816717905353705,42.97788321172399
+1999,9,16,11,30,969.0,96.0,864.0,22.0,-3.0,3.0,19.92,1020.0030460181026,48.22311834192737,45.16310920387306
+1999,9,16,12,30,969.0,95.0,860.0,23.0,-4.0,3.2,18.01,1014.3654396099764,48.73523414712384,45.69213782829391
+1999,9,16,13,30,953.0,92.0,791.0,23.0,-4.0,3.4000000000000004,17.61,930.8689127261176,46.30683003061142,43.51422329243307
+1999,9,16,14,30,916.0,87.0,663.0,23.0,-4.0,3.5,18.47,776.4030318008154,42.31151132092114,39.982302225518694
+1999,9,16,15,30,848.0,77.0,488.0,22.0,-4.0,3.5,19.53,564.3681826335103,36.03755794566602,34.34445339776549
+1999,9,16,16,30,586.0,73.0,254.0,19.0,-4.0,2.7,22.75,282.69840932952167,26.41393645677846,25.565841228789893
+1999,9,16,17,30,305.0,37.0,71.0,15.0,0.0,1.6,39.83,73.30761183636912,17.06895888408845,16.849036048579343
+1999,9,16,18,30,0.0,0.0,0.0,12.0,0.0,1.2000000000000002,52.19,0.0,12.0,12.0
+1999,9,16,19,30,0.0,0.0,0.0,11.0,0.0,1.2000000000000002,55.55,0.0,11.0,11.0
+1999,9,16,20,30,0.0,0.0,0.0,11.0,0.0,1.4,59.54,0.0,11.0,11.0
+1999,9,16,21,30,0.0,0.0,0.0,10.0,0.0,1.6,60.85,0.0,10.0,10.0
+1999,9,16,22,30,0.0,0.0,0.0,10.0,1.0,1.8,63.19000000000001,0.0,10.0,10.0
+1999,9,16,23,30,0.0,0.0,0.0,10.0,1.0,1.8,64.84,0.0,10.0,10.0
+1999,9,17,0,30,0.0,0.0,0.0,10.0,1.0,1.7000000000000002,64.72,0.0,10.0,10.0
+1999,9,17,1,30,0.0,0.0,0.0,11.0,1.0,1.6,63.0,0.0,11.0,11.0
+1999,9,17,2,30,0.0,0.0,0.0,11.0,0.0,1.5,60.68,0.0,11.0,11.0
+1999,9,17,3,30,0.0,0.0,0.0,10.0,0.0,1.4,59.05,0.0,10.0,10.0
+1999,9,17,4,30,0.0,0.0,0.0,10.0,0.0,1.3,59.5,0.0,10.0,10.0
+1999,9,17,5,30,0.0,0.0,0.0,10.0,0.0,1.3,59.97,0.0,10.0,10.0
+1999,9,17,6,30,24.0,49.0,52.0,12.0,1.0,1.3,58.08,51.673300464890914,13.488032131602015,13.333012230207343
+1999,9,17,7,30,73.0,135.0,160.0,14.0,2.0,1.5,52.1,160.71978238932826,18.56650840616554,18.084349058997553
+1999,9,17,8,30,642.0,130.0,455.0,18.0,0.0,1.2000000000000002,37.02,515.5780652789933,32.94719008600483,31.400455890167848
+1999,9,17,9,30,851.0,112.0,661.0,21.0,-2.0,0.7000000000000001,25.3,769.8986299148826,44.08487280995078,41.775176920206135
+1999,9,17,10,30,901.0,113.0,781.0,22.0,-2.0,1.1,21.1,916.8701124546345,48.760500083546205,46.0098897461823
+1999,9,17,11,30,649.0,270.0,782.0,23.0,-2.0,1.7000000000000002,19.92,882.9957507786255,47.75435333757506,45.10536608523918
+1999,9,17,12,30,428.0,342.0,678.0,24.0,-2.0,2.2,18.76,740.3227189581978,44.07244422736773,41.85147607049314
+1999,9,17,13,30,910.0,107.0,770.0,24.0,-2.0,2.5,18.73,905.1699096097362,48.05635108834766,45.34084135951845
+1999,9,17,14,30,528.0,219.0,549.0,23.0,-2.0,2.7,19.85,610.9774078915366,39.023251384322634,37.19031916064802
+1999,9,17,15,30,673.0,112.0,434.0,22.0,-3.0,2.7,20.67,495.3916913326698,34.99194618557366,33.50577111157565
+1999,9,17,16,30,656.0,71.0,270.0,20.0,-3.0,2.0,23.55,303.6461511575906,28.34344418478046,27.43250573130769
+1999,9,17,17,30,332.0,37.0,72.0,16.0,1.0,1.3,42.71,75.37546834147984,18.17058167017761,17.944455265153174
+1999,9,17,18,30,0.0,0.0,0.0,13.0,1.0,1.3,50.79,0.0,13.0,13.0
+1999,9,17,19,30,0.0,0.0,0.0,13.0,0.0,1.4,51.53,0.0,13.0,13.0
+1999,9,17,20,30,0.0,0.0,0.0,12.0,0.0,1.4,49.96,0.0,12.0,12.0
+1999,9,17,21,30,0.0,0.0,0.0,12.0,0.0,1.5,52.88,0.0,12.0,12.0
+1999,9,17,22,30,0.0,0.0,0.0,11.0,0.0,1.6,52.49,0.0,11.0,11.0
+1999,9,17,23,30,0.0,0.0,0.0,10.0,0.0,1.6,55.63,0.0,10.0,10.0
+1999,9,18,0,30,0.0,0.0,0.0,10.0,0.0,1.6,54.87000000000001,0.0,10.0,10.0
+1999,9,18,1,30,0.0,0.0,0.0,10.0,0.0,1.6,57.23,0.0,10.0,10.0
+1999,9,18,2,30,0.0,0.0,0.0,10.0,-1.0,1.5,55.16,0.0,10.0,10.0
+1999,9,18,3,30,0.0,0.0,0.0,9.0,-2.0,1.5,52.44,0.0,9.0,9.0
+1999,9,18,4,30,0.0,0.0,0.0,9.0,-2.0,1.5,49.24,0.0,9.0,9.0
+1999,9,18,5,30,0.0,0.0,0.0,9.0,-3.0,1.4,46.35,0.0,9.0,9.0
+1999,9,18,6,30,370.0,39.0,91.0,13.0,-2.0,1.6,38.71,96.17524811828284,15.714351607414029,15.425825863059181
+1999,9,18,7,30,747.0,63.0,311.0,18.0,-2.0,1.6,28.8,355.3200476418648,28.02818876304808,26.962228620122488
+1999,9,18,8,30,861.0,78.0,511.0,21.0,-5.0,1.3,19.07,596.4136782610146,38.17487965728705,36.385638622504004
+1999,9,18,9,30,918.0,88.0,677.0,23.0,-5.0,1.4,16.95,797.2887249334435,45.80578325056908,43.41391707576875
+1999,9,18,10,30,51.0,333.0,371.0,24.0,-5.0,1.6,16.22,371.03903866306723,34.47182545107464,33.35870833508544
+1999,9,18,11,30,5.0,133.0,137.0,25.0,-5.0,1.7000000000000002,15.52,134.75278044962556,28.77772819125038,28.373469849901504
+1999,9,18,12,30,587.0,298.0,756.0,25.0,-5.0,1.9,14.91,846.8071372951617,48.42420531008569,45.88378389820021
+1999,9,18,13,30,385.0,322.0,601.0,25.0,-4.0,2.0,16.37,652.392072489157,42.92611835406253,40.96894213659506
+1999,9,18,14,30,215.0,298.0,431.0,24.0,-4.0,2.0,16.89,452.2294496541155,36.42614522699763,35.06945687803529
+1999,9,18,15,30,11.0,160.0,165.0,23.0,-3.0,1.8,18.67,162.65081791508342,27.52941111505637,27.04145866131112
+1999,9,18,16,30,353.0,103.0,208.0,21.0,-2.0,1.2000000000000002,25.02,225.4538243719129,27.53616085602902,26.85979938291328
+1999,9,18,17,30,184.0,40.0,59.0,19.0,3.0,0.7000000000000001,44.25,60.15562122535758,20.803724296722653,20.62325743304658
+1999,9,18,18,30,0.0,0.0,0.0,17.0,1.0,0.7000000000000001,43.36,0.0,17.0,17.0
+1999,9,18,19,30,0.0,0.0,0.0,15.0,2.0,0.9,49.32,0.0,15.0,15.0
+1999,9,18,20,30,0.0,0.0,0.0,14.0,3.0,1.2000000000000002,61.3,0.0,14.0,14.0
+1999,9,18,21,30,0.0,0.0,0.0,13.0,4.0,1.5,67.2,0.0,13.0,13.0
+1999,9,18,22,30,0.0,0.0,0.0,12.0,4.0,1.7000000000000002,70.93,0.0,12.0,12.0
+1999,9,18,23,30,0.0,0.0,0.0,11.0,3.0,1.8,73.09,0.0,11.0,11.0
+1999,9,19,0,30,0.0,0.0,0.0,10.0,2.0,1.7000000000000002,75.49,0.0,10.0,10.0
+1999,9,19,1,30,0.0,0.0,0.0,9.0,2.0,1.9,78.46000000000002,0.0,9.0,9.0
+1999,9,19,2,30,0.0,0.0,0.0,8.0,2.0,2.7,83.32000000000002,0.0,8.0,8.0
+1999,9,19,3,30,0.0,0.0,0.0,6.0,2.0,3.0,90.47,0.0,6.0,6.0
+1999,9,19,4,30,0.0,0.0,0.0,6.0,2.0,2.7,97.72,0.0,6.0,6.0
+1999,9,19,5,30,0.0,0.0,0.0,6.0,2.0,2.6,98.02,0.0,6.0,6.0
+1999,9,19,6,30,0.0,4.0,4.0,6.0,3.0,2.6,93.79,3.9095389311788624,6.103213589457376,6.091484972663839
+1999,9,19,7,30,0.0,13.0,13.0,7.0,3.0,2.3000000000000003,96.67,12.706001526331303,7.342209832691592,7.304091828112598
+1999,9,19,8,30,0.0,21.0,21.0,8.0,3.0,1.9,84.78,20.52507938868903,8.567760535347118,8.50618529718105
+1999,9,19,9,30,0.0,66.0,66.0,10.0,3.0,1.8,73.55,64.50739236445123,11.79636661975711,11.602844442663757
+1999,9,19,10,30,9.0,171.0,178.0,12.0,3.0,2.0,68.18,175.1625372526232,16.813032693680682,16.28754508192281
+1999,9,19,11,30,0.0,44.0,44.0,13.0,3.0,2.4000000000000004,63.23,43.004928242967495,14.150558285366722,14.02154350063782
+1999,9,19,12,30,0.0,48.0,48.0,13.0,3.0,2.8000000000000003,63.92,46.914467174146345,14.222218667907327,14.081475266384889
+1999,9,19,13,30,0.0,43.0,43.0,12.0,3.0,2.8000000000000003,70.36,42.02754351017277,13.094904223333648,12.96882159280313
+1999,9,19,14,30,0.0,17.0,17.0,11.0,4.0,2.6,77.34,16.615540457510164,11.438657755193846,11.388811133821315
+1999,9,19,15,30,4.0,143.0,145.0,10.0,4.0,2.4000000000000004,84.0,142.03369231788187,13.799984052392654,13.373882975439008
+1999,9,19,16,30,0.0,9.0,9.0,9.0,4.0,2.4000000000000004,90.8,8.796462595152441,9.235341467461375,9.208952079675917
+1999,9,19,17,30,0.0,13.0,13.0,7.0,4.0,2.4000000000000004,97.95,12.706001526331303,7.339937675221987,7.301819670642993
+1999,9,19,18,30,0.0,0.0,0.0,7.0,4.0,2.5,100.0,0.0,7.0,7.0
+1999,9,19,19,30,0.0,0.0,0.0,7.0,4.0,2.6,100.0,0.0,7.0,7.0
+1999,9,19,20,30,0.0,0.0,0.0,6.0,4.0,2.5,100.0,0.0,6.0,6.0
+1999,9,19,21,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,9,19,22,30,0.0,0.0,0.0,6.0,4.0,2.2,100.0,0.0,6.0,6.0
+1999,9,19,23,30,0.0,0.0,0.0,6.0,4.0,2.0,100.0,0.0,6.0,6.0
+1999,9,20,0,30,0.0,0.0,0.0,6.0,2.0,1.8,100.0,0.0,6.0,6.0
+1999,9,20,1,30,0.0,0.0,0.0,6.0,2.0,1.6,100.0,0.0,6.0,6.0
+1999,9,20,2,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,20,3,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
+1999,9,20,4,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
+1999,9,20,5,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,20,6,30,0.0,4.0,4.0,6.0,2.0,1.2000000000000002,100.0,3.9095389311788624,6.113341946619364,6.1016133298258275
+1999,9,20,7,30,62.0,130.0,150.0,8.0,3.0,1.0,92.09,151.32811464765086,12.44661539177917,11.992631047836218
+1999,9,20,8,30,0.0,32.0,32.0,10.0,4.0,1.2000000000000002,77.29,31.2763114494309,10.906735572954911,10.812906638606618
+1999,9,20,9,30,0.0,87.0,87.0,12.0,3.0,1.6,65.67,85.03247175314027,14.399869310466046,14.144771895206626
+1999,9,20,10,30,0.0,48.0,48.0,14.0,2.0,2.2,53.57,46.914467174146345,15.271996659963232,15.131253258440793
+1999,9,20,11,30,17.0,251.0,264.0,15.0,2.0,2.8000000000000003,47.89,261.4382588487784,21.811006065230433,21.0266912886841
+1999,9,20,12,30,12.0,200.0,210.0,16.0,2.0,3.2,47.37,206.7823144845887,21.246226924678385,20.62587998122462
+1999,9,20,13,30,4.0,135.0,139.0,15.0,2.0,3.3000000000000003,47.77,135.44169608080122,18.41362086074322,18.007295772500814
+1999,9,20,14,30,0.0,64.0,64.0,15.0,2.0,3.2,51.48,62.5526228988618,16.587008324571784,16.399350455875197
+1999,9,20,15,30,0.0,69.0,69.0,14.0,2.0,2.9000000000000004,55.0,67.43954656283539,15.74532329450351,15.543004654815004
+1999,9,20,16,30,0.0,12.0,12.0,12.0,2.0,2.5,58.82,11.728616793536586,12.31170691863548,12.276521068254869
+1999,9,20,17,30,0.0,2.0,2.0,9.0,2.0,1.5,75.01,1.9547694655894312,9.055540587873036,9.049676279476268
+1999,9,20,18,30,0.0,0.0,0.0,7.0,3.0,0.7000000000000001,87.71000000000002,0.0,7.0,7.0
+1999,9,20,19,30,0.0,0.0,0.0,6.0,2.0,0.5,91.41,0.0,6.0,6.0
+1999,9,20,20,30,0.0,0.0,0.0,5.0,2.0,0.6000000000000001,96.1,0.0,5.0,5.0
+1999,9,20,21,30,0.0,0.0,0.0,5.0,2.0,0.9,93.7,0.0,5.0,5.0
+1999,9,20,22,30,0.0,0.0,0.0,5.0,1.0,1.1,97.82,0.0,5.0,5.0
+1999,9,20,23,30,0.0,0.0,0.0,4.0,1.0,1.2000000000000002,94.47,0.0,4.0,4.0
+1999,9,21,0,30,0.0,0.0,0.0,4.0,0.0,1.5,90.41,0.0,4.0,4.0
+1999,9,21,1,30,0.0,0.0,0.0,4.0,0.0,1.6,92.3,0.0,4.0,4.0
+1999,9,21,2,30,0.0,0.0,0.0,3.0,0.0,1.5,87.79,0.0,3.0,3.0
+1999,9,21,3,30,0.0,0.0,0.0,3.0,-1.0,1.4,84.06,0.0,3.0,3.0
+1999,9,21,4,30,0.0,0.0,0.0,3.0,-2.0,1.4,84.79,0.0,3.0,3.0
+1999,9,21,5,30,0.0,0.0,0.0,4.0,-3.0,1.3,74.27,0.0,4.0,4.0
+1999,9,21,6,30,591.0,30.0,106.0,7.0,-2.0,1.8,57.51,120.60830254349656,10.358634116391586,9.996809208761096
+1999,9,21,7,30,846.0,49.0,321.0,12.0,-3.0,2.2,39.13,378.26095785552604,22.25582733788082,21.12104446431424
+1999,9,21,8,30,951.0,59.0,527.0,15.0,-7.0,2.1,23.79,629.1348686431603,32.17200255351007,30.28459794758059
+1999,9,21,9,30,1003.0,65.0,698.0,17.0,-8.0,2.0,18.3,836.6571188455582,39.989265453472704,37.47929409693603
+1999,9,21,10,30,1029.0,69.0,817.0,19.0,-9.0,1.9,15.25,981.7184560325063,46.156094532054375,43.21093916395686
+1999,9,21,11,30,1038.0,72.0,874.0,21.0,-9.0,2.1,14.0,1052.2611977184613,49.721078539409014,46.56429494625363
+1999,9,21,12,30,1033.0,72.0,864.0,22.0,-9.0,2.4000000000000004,13.16,1040.5541549182908,49.83909317439187,46.717430709637
+1999,9,21,13,30,1015.0,70.0,790.0,22.0,-9.0,2.7,12.58,950.149784238092,46.91825172087145,44.067802368157174
+1999,9,21,14,30,978.0,66.0,658.0,22.0,-9.0,2.8000000000000003,13.71,787.5426949656876,42.517112130638274,40.15448404574121
+1999,9,21,15,30,913.0,59.0,478.0,21.0,-9.0,2.7,14.93,568.7745396564204,35.916455685927914,34.21013206695865
+1999,9,21,16,30,784.0,48.0,268.0,18.0,-7.0,1.9,20.2,315.51110773930765,26.72760353544594,25.781070212228016
+1999,9,21,17,30,457.0,24.0,63.0,14.0,-1.0,1.2000000000000002,42.68,70.7188853421371,16.05022031204393,15.83806365601752
+1999,9,21,18,30,0.0,0.0,0.0,11.0,-3.0,1.2000000000000002,42.38,0.0,11.0,11.0
+1999,9,21,19,30,0.0,0.0,0.0,10.0,-4.0,1.2000000000000002,42.23,0.0,10.0,10.0
+1999,9,21,20,30,0.0,0.0,0.0,9.0,-4.0,1.4,46.63,0.0,9.0,9.0
+1999,9,21,21,30,0.0,0.0,0.0,8.0,-4.0,1.6,45.34,0.0,8.0,8.0
+1999,9,21,22,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,47.8,0.0,7.0,7.0
+1999,9,21,23,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.74,0.0,7.0,7.0
+1999,9,22,0,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.46,0.0,6.0,6.0
+1999,9,22,1,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.98,0.0,6.0,6.0
+1999,9,22,2,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,55.85,0.0,6.0,6.0
+1999,9,22,3,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.52,0.0,6.0,6.0
+1999,9,22,4,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.17,0.0,6.0,6.0
+1999,9,22,5,30,0.0,0.0,0.0,6.0,-5.0,1.5,51.6,0.0,6.0,6.0
+1999,9,22,6,30,556.0,30.0,100.0,10.0,-3.0,1.6,44.38,114.74027811513034,13.238311981830295,12.894091147484904
+1999,9,22,7,30,814.0,51.0,310.0,15.0,0.0,1.6,39.28,366.94161093595625,25.35618385144323,24.25535901863536
+1999,9,22,8,30,920.0,63.0,513.0,19.0,-4.0,0.8,24.08,613.3638615687647,37.267617461377824,35.42752587667153
+1999,9,22,9,30,973.0,71.0,681.0,21.0,-6.0,0.30000000000000004,16.65,818.0142908326177,46.199826812532024,43.74578394003417
+1999,9,22,10,30,1000.0,76.0,798.0,23.0,-7.0,0.5,14.44,961.0372611939932,52.20795708658024,49.324845302998256
+1999,9,22,11,30,1010.0,79.0,855.0,24.0,-7.0,1.1,13.58,1030.475553206004,54.076278802278026,50.98485214266001
+1999,9,22,12,30,1005.0,79.0,845.0,25.0,-6.0,1.7000000000000002,12.94,1018.5832147241276,53.55548147176259,50.49973182759021
+1999,9,22,13,30,985.0,78.0,772.0,26.0,-6.0,2.2,13.13,929.0770859053429,51.190160334405924,48.402929076689894
+1999,9,22,14,30,945.0,73.0,640.0,25.0,-6.0,2.7,14.06,766.9557747574813,45.11387822342961,42.81301089915716
+1999,9,22,15,30,873.0,66.0,461.0,24.0,-6.0,3.0,15.14,550.1813370988556,38.14453649779304,36.493992486496474
+1999,9,22,16,30,727.0,53.0,254.0,20.0,-4.0,2.4000000000000004,20.98,298.21654855607125,27.978516295530955,27.083866649862742
+1999,9,22,17,30,368.0,25.0,55.0,16.0,0.0,1.5,40.33,61.14770565584701,17.73738109736081,17.55393798039327
+1999,9,22,18,30,0.0,0.0,0.0,15.0,0.0,1.1,42.74,0.0,15.0,15.0
+1999,9,22,19,30,0.0,0.0,0.0,15.0,0.0,0.7000000000000001,40.92,0.0,15.0,15.0
+1999,9,22,20,30,0.0,0.0,0.0,14.0,-1.0,0.5,40.32,0.0,14.0,14.0
+1999,9,22,21,30,0.0,0.0,0.0,13.0,0.0,0.8,43.78,0.0,13.0,13.0
+1999,9,22,22,30,0.0,0.0,0.0,12.0,0.0,1.1,50.42,0.0,12.0,12.0
+1999,9,22,23,30,0.0,0.0,0.0,11.0,-1.0,1.2000000000000002,48.92,0.0,11.0,11.0
+1999,9,23,0,30,0.0,0.0,0.0,11.0,-1.0,1.3,47.4,0.0,11.0,11.0
+1999,9,23,1,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.44,0.0,11.0,11.0
+1999,9,23,2,30,0.0,0.0,0.0,11.0,-2.0,1.3,45.89,0.0,11.0,11.0
+1999,9,23,3,30,0.0,0.0,0.0,10.0,-2.0,1.3,49.17,0.0,10.0,10.0
+1999,9,23,4,30,0.0,0.0,0.0,10.0,-1.0,1.3,49.67,0.0,10.0,10.0
+1999,9,23,5,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.59,0.0,10.0,10.0
+1999,9,23,6,30,279.0,41.0,75.0,12.0,0.0,1.1,48.09,82.69741268140368,14.413672437249673,14.165580199205461
+1999,9,23,7,30,441.0,104.0,243.0,16.0,2.0,1.2000000000000002,46.21,273.00857272155287,23.914826689474737,23.095800971310076
+1999,9,23,8,30,861.0,74.0,492.0,19.0,-1.0,1.2000000000000002,29.27,587.7092435033006,36.03835436286907,34.27522663235917
+1999,9,23,9,30,919.0,84.0,657.0,22.0,-4.0,1.1,19.25,787.833464421901,44.99433388011754,42.630833486851834
+1999,9,23,10,30,946.0,92.0,772.0,23.0,-5.0,1.1,16.69,927.0977787219374,50.05901288299595,47.27771954683014
+1999,9,23,11,30,952.0,98.0,826.0,24.0,-5.0,1.2000000000000002,15.86,992.2459046802229,52.76632880277694,49.78959108873627
+1999,9,23,12,30,941.0,102.0,815.0,25.0,-4.0,1.4,16.19,978.7173271424513,52.995398063920106,50.059246082492756
+1999,9,23,13,30,914.0,102.0,742.0,25.0,-4.0,1.7000000000000002,15.59,888.3999434587992,49.90585723211973,47.240657401743334
+1999,9,23,14,30,860.0,99.0,610.0,24.0,-4.0,2.0,16.88,727.0097140492253,43.97642633650514,41.79539719435746
+1999,9,23,15,30,775.0,88.0,435.0,23.0,-3.0,2.3000000000000003,18.35,514.4555363306517,36.85579425991208,35.31242765092013
+1999,9,23,16,30,622.0,66.0,235.0,21.0,-2.0,1.9,22.61,273.0531590734451,28.553140469663365,27.73398099244303
+1999,9,23,17,30,247.0,27.0,46.0,17.0,1.0,1.4,40.85,50.12996275567209,18.433926041109384,18.283536152842366
+1999,9,23,18,30,0.0,0.0,0.0,15.0,1.0,1.4,44.03,0.0,15.0,15.0
+1999,9,23,19,30,0.0,0.0,0.0,14.0,0.0,1.4,45.65,0.0,14.0,14.0
+1999,9,23,20,30,0.0,0.0,0.0,13.0,0.0,1.5,47.78,0.0,13.0,13.0
+1999,9,23,21,30,0.0,0.0,0.0,12.0,0.0,1.6,51.31,0.0,12.0,12.0
+1999,9,23,22,30,0.0,0.0,0.0,11.0,0.0,1.5,54.7,0.0,11.0,11.0
+1999,9,23,23,30,0.0,0.0,0.0,11.0,0.0,1.5,57.26,0.0,11.0,11.0
+1999,9,24,0,30,0.0,0.0,0.0,10.0,0.0,1.6,55.33,0.0,10.0,10.0
+1999,9,24,1,30,0.0,0.0,0.0,10.0,-1.0,1.9,52.46,0.0,10.0,10.0
+1999,9,24,2,30,0.0,0.0,0.0,10.0,-1.0,2.5,50.93,0.0,10.0,10.0
+1999,9,24,3,30,0.0,0.0,0.0,10.0,-1.0,3.0,56.4,0.0,10.0,10.0
+1999,9,24,4,30,0.0,0.0,0.0,10.0,0.0,3.2,62.17,0.0,10.0,10.0
+1999,9,24,5,30,0.0,0.0,0.0,10.0,1.0,3.4000000000000004,64.8,0.0,10.0,10.0
+1999,9,24,6,30,163.0,43.0,63.0,12.0,3.0,3.8,63.06,66.79445872270324,13.628876492471974,13.428493116303864
+1999,9,24,7,30,0.0,12.0,12.0,16.0,4.0,4.4,56.86,11.728616793536586,16.27498147927083,16.23979562889022
+1999,9,24,8,30,582.0,138.0,419.0,19.0,4.0,4.5,45.25,482.55055834706104,30.239847259059278,28.792195584018096
+1999,9,24,9,30,878.0,94.0,638.0,20.0,2.0,4.1000000000000005,35.53,764.8013510179281,38.286844335440094,35.99244028238631
+1999,9,24,10,30,901.0,106.0,750.0,22.0,1.0,3.5,31.68,899.2975360582825,44.36827245275547,41.67037984458062
+1999,9,24,11,30,81.0,372.0,434.0,23.0,1.0,3.1,29.01,439.68544976528494,34.22920733940274,32.910150990106885
+1999,9,24,12,30,525.0,308.0,704.0,23.0,1.0,2.9000000000000004,26.78,790.1000834070438,43.44764757240241,41.077347322181275
+1999,9,24,13,30,0.0,36.0,36.0,23.0,0.0,3.0,27.84,35.185850380609764,23.904588199117697,23.79903064797587
+1999,9,24,14,30,234.0,278.0,416.0,22.0,0.0,3.2,29.27,442.4352055296486,33.22492266062845,31.897617044039507
+1999,9,24,15,30,0.0,80.0,80.0,20.0,0.0,2.9000000000000004,31.71,78.19077862357726,22.02356324000407,21.78899090413334
+1999,9,24,16,30,0.0,60.0,60.0,18.0,2.0,2.1,41.28,58.64308396768294,19.60064119448755,19.4247119425845
+1999,9,24,17,30,0.0,2.0,2.0,15.0,4.0,1.5,55.68,1.9547694655894312,15.055540587873036,15.049676279476268
+1999,9,24,18,30,0.0,0.0,0.0,13.0,4.0,1.4,62.09,0.0,13.0,13.0
+1999,9,24,19,30,0.0,0.0,0.0,12.0,3.0,1.4,68.51,0.0,12.0,12.0
+1999,9,24,20,30,0.0,0.0,0.0,11.0,2.0,1.5,65.79,0.0,11.0,11.0
+1999,9,24,21,30,0.0,0.0,0.0,11.0,2.0,1.6,64.83,0.0,11.0,11.0
+1999,9,24,22,30,0.0,0.0,0.0,11.0,2.0,1.7000000000000002,69.81,0.0,11.0,11.0
+1999,9,24,23,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,70.84,0.0,10.0,10.0
+1999,9,25,0,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.54,0.0,10.0,10.0
+1999,9,25,1,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.62,0.0,10.0,10.0
+1999,9,25,2,30,0.0,0.0,0.0,10.0,2.0,1.8,70.33,0.0,10.0,10.0
+1999,9,25,3,30,0.0,0.0,0.0,10.0,2.0,1.8,73.05,0.0,10.0,10.0
+1999,9,25,4,30,0.0,0.0,0.0,10.0,2.0,1.8,70.71000000000002,0.0,10.0,10.0
+1999,9,25,5,30,0.0,0.0,0.0,10.0,1.0,2.0,64.16,0.0,10.0,10.0
+1999,9,25,6,30,434.0,32.0,83.0,13.0,1.0,2.8000000000000003,52.95,96.83242157513297,15.522684375130671,15.232187110405272
+1999,9,25,7,30,741.0,54.0,283.0,17.0,2.0,3.7,41.73,339.19897030563146,25.326453676088256,24.308856765171363
+1999,9,25,8,30,875.0,63.0,482.0,20.0,1.0,4.0,32.9,583.1753386303535,34.03586377200488,32.28633775611382
+1999,9,25,9,30,945.0,67.0,649.0,22.0,1.0,4.2,28.73,788.3021163472433,40.72559481826498,38.36068846922325
+1999,9,25,10,30,983.0,68.0,766.0,24.0,1.0,4.4,26.76,932.7113826151602,45.8677411189357,43.06960697109022
+1999,9,25,11,30,1000.0,68.0,824.0,25.0,0.0,4.6000000000000005,24.17,1003.647965238912,48.22537188886801,45.214427993151276
+1999,9,25,12,30,1003.0,67.0,818.0,26.0,0.0,4.7,21.71,997.180634685034,48.92564387122052,45.93410196716542
+1999,9,25,13,30,382.0,307.0,571.0,26.0,0.0,4.6000000000000005,19.7,627.4222984472392,40.51915085518722,38.636883959845505
+1999,9,25,14,30,340.0,257.0,456.0,26.0,-1.0,4.2,19.01,498.12587713701805,37.83265038914577,36.338272757734714
+1999,9,25,15,30,316.0,179.0,317.0,25.0,-1.0,3.7,19.84,347.41617150918154,33.52816462204663,32.48591610751909
+1999,9,25,16,30,101.0,103.0,129.0,23.0,0.0,2.7,26.56,133.78787376218312,26.50866776050424,26.10730413921769
+1999,9,25,17,30,37.0,21.0,24.0,19.0,1.0,1.8,38.05,23.81693097760359,19.663240881781537,19.591790088848725
+1999,9,25,18,30,0.0,0.0,0.0,16.0,1.0,1.7000000000000002,42.03,0.0,16.0,16.0
+1999,9,25,19,30,0.0,0.0,0.0,16.0,1.0,1.9,43.97,0.0,16.0,16.0
+1999,9,25,20,30,0.0,0.0,0.0,15.0,0.0,2.0,43.14,0.0,15.0,15.0
+1999,9,25,21,30,0.0,0.0,0.0,14.0,0.0,1.9,45.79,0.0,14.0,14.0
+1999,9,25,22,30,0.0,0.0,0.0,13.0,0.0,1.6,48.94,0.0,13.0,13.0
+1999,9,25,23,30,0.0,0.0,0.0,12.0,0.0,1.4,52.58,0.0,12.0,12.0
+1999,9,26,0,30,0.0,0.0,0.0,12.0,0.0,1.7000000000000002,53.3,0.0,12.0,12.0
+1999,9,26,1,30,0.0,0.0,0.0,11.0,1.0,2.1,58.32,0.0,11.0,11.0
+1999,9,26,2,30,0.0,0.0,0.0,9.0,1.0,1.5,69.13,0.0,9.0,9.0
+1999,9,26,3,30,0.0,0.0,0.0,7.0,1.0,1.0,79.95,0.0,7.0,7.0
+1999,9,26,4,30,0.0,0.0,0.0,6.0,1.0,1.0,83.49,0.0,6.0,6.0
+1999,9,26,5,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,79.77,0.0,6.0,6.0
+1999,9,26,6,30,0.0,29.0,29.0,7.0,0.0,1.6,72.65,28.344157251046756,7.799956436822016,7.714923965068875
+1999,9,26,7,30,0.0,45.0,45.0,10.0,0.0,1.8,55.85,43.982312975762206,11.224795422561668,11.09284848363438
+1999,9,26,8,30,0.0,73.0,73.0,14.0,-1.0,1.6,40.93,71.34908549401425,16.01368344441404,15.799636187931997
+1999,9,26,9,30,51.0,267.0,299.0,17.0,-3.0,1.1,30.43,299.8957320353318,25.75299527508999,24.853308078983996
+1999,9,26,10,30,75.0,337.0,390.0,19.0,-3.0,1.0,25.4,395.3261069391491,30.61623638793578,29.43025806711833
+1999,9,26,11,30,164.0,387.0,511.0,20.0,-3.0,1.5,23.61,531.5734027298417,35.10351977816654,33.508799569977015
+1999,9,26,12,30,992.0,76.0,814.0,20.0,-3.0,2.4000000000000004,23.82,993.0989740499693,46.569472371326064,43.59017544917616
+1999,9,26,13,30,582.0,244.0,643.0,19.0,-3.0,3.4000000000000004,25.49,735.4774162365103,37.41467353483428,35.208241286124746
+1999,9,26,14,30,466.0,217.0,487.0,18.0,-3.0,3.8,25.96,548.9900675272493,31.38789223980625,29.7409220372245
+1999,9,26,15,30,550.0,127.0,365.0,17.0,-3.0,3.7,28.11,422.3540431789626,27.36769472581099,26.1006325962741
+1999,9,26,16,30,4.0,87.0,88.0,14.0,-3.0,3.6,34.84,86.32923315587513,16.133162168901254,15.874174469433628
+1999,9,26,17,30,0.0,3.0,3.0,11.0,-1.0,3.2,46.68,2.9321541983841466,11.074391015214301,11.06559455261915
+1999,9,26,18,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,63.15,0.0,8.0,8.0
+1999,9,26,19,30,0.0,0.0,0.0,7.0,0.0,2.6,74.14,0.0,7.0,7.0
+1999,9,26,20,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,78.87,0.0,5.0,5.0
+1999,9,26,21,30,0.0,0.0,0.0,4.0,0.0,2.2,83.48,0.0,4.0,4.0
+1999,9,26,22,30,0.0,0.0,0.0,3.0,0.0,2.0,89.01,0.0,3.0,3.0
+1999,9,26,23,30,0.0,0.0,0.0,3.0,0.0,2.1,87.60000000000002,0.0,3.0,3.0
+1999,9,27,0,30,0.0,0.0,0.0,2.0,-1.0,2.4000000000000004,91.9,0.0,2.0,2.0
+1999,9,27,1,30,0.0,0.0,0.0,2.0,-1.0,2.5,90.6,0.0,2.0,2.0
+1999,9,27,2,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.86,0.0,1.0,1.0
+1999,9,27,3,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.13,0.0,1.0,1.0
+1999,9,27,4,30,0.0,0.0,0.0,1.0,-1.0,2.5,94.31,0.0,1.0,1.0
+1999,9,27,5,30,0.0,0.0,0.0,1.0,-2.0,2.7,85.81,0.0,1.0,1.0
+1999,9,27,6,30,461.0,31.0,81.0,2.0,-2.0,3.7,79.04,99.09060895517716,4.43241706912387,4.135145242258339
+1999,9,27,7,30,0.0,30.0,30.0,6.0,-2.0,4.4,62.73,29.32154198384147,6.68745369817708,6.5994890722255555
+1999,9,27,8,30,22.0,175.0,186.0,9.0,-4.0,3.6,45.3,184.10375428105903,13.549133004297058,12.99682174145388
+1999,9,27,9,30,11.0,192.0,199.0,12.0,-5.0,2.3000000000000003,32.35,196.0384787382654,17.279890362920984,16.691774926706188
+1999,9,27,10,30,36.0,294.0,320.0,14.0,-6.0,1.1,26.09,318.93985120289364,23.30883207863704,22.352012525028357
+1999,9,27,11,30,19.0,261.0,276.0,15.0,-7.0,0.7000000000000001,23.4,272.82142574119166,23.180359943959292,22.361895666735716
+1999,9,27,12,30,10.0,182.0,190.0,16.0,-7.0,1.8,23.02,187.12365151773145,21.210917214795938,20.649546260242744
+1999,9,27,13,30,10.0,180.0,187.0,15.0,-7.0,3.4000000000000004,23.11,184.4395253500109,19.617944169679372,19.06462559362934
+1999,9,27,14,30,0.0,104.0,104.0,14.0,-7.0,4.4,25.51,101.64801221065042,16.383172820347212,16.07822878371526
+1999,9,27,15,30,0.0,61.0,61.0,13.0,-6.0,4.6000000000000005,30.39,59.62046870047765,14.379674552947046,14.200813146845613
+1999,9,27,16,30,0.0,40.0,40.0,10.0,-5.0,4.6000000000000005,39.84,39.09538931178863,10.904704624883308,10.787418456947943
+1999,9,27,17,30,0.0,6.0,6.0,7.0,-3.0,4.800000000000002,56.93,5.864308396768293,7.133947223700791,7.116354298510486
+1999,9,27,18,30,0.0,0.0,0.0,4.0,-1.0,4.6000000000000005,75.31,0.0,4.0,4.0
+1999,9,27,19,30,0.0,0.0,0.0,2.0,0.0,4.1000000000000005,93.77,0.0,2.0,2.0
+1999,9,27,20,30,0.0,0.0,0.0,2.0,0.0,3.4000000000000004,96.84,0.0,2.0,2.0
+1999,9,27,21,30,0.0,0.0,0.0,2.0,0.0,2.8000000000000003,96.97,0.0,2.0,2.0
+1999,9,27,22,30,0.0,0.0,0.0,1.0,0.0,2.4000000000000004,95.67,0.0,1.0,1.0
+1999,9,27,23,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,94.2,0.0,1.0,1.0
+1999,9,28,0,30,0.0,0.0,0.0,1.0,-1.0,2.3000000000000003,92.72,0.0,1.0,1.0
+1999,9,28,1,30,0.0,0.0,0.0,1.0,-1.0,2.1,98.48,0.0,1.0,1.0
+1999,9,28,2,30,0.0,0.0,0.0,0.0,-1.0,1.6,97.18,0.0,0.0,0.0
+1999,9,28,3,30,0.0,0.0,0.0,0.0,-1.0,1.3,94.75,0.0,0.0,0.0
+1999,9,28,4,30,0.0,0.0,0.0,0.0,-2.0,2.2,90.54,0.0,0.0,0.0
+1999,9,28,5,30,0.0,0.0,0.0,0.0,-3.0,3.8,92.75,0.0,0.0,0.0
+1999,9,28,6,30,0.0,23.0,23.0,0.0,-3.0,5.300000000000002,88.22,22.47984885427846,0.49704815464147034,0.429608608078635
+1999,9,28,7,30,0.0,42.0,42.0,0.0,-4.0,5.9,79.03,41.05015877737806,0.8731330587179568,0.7499825823858226
+1999,9,28,8,30,462.0,166.0,382.0,0.0,-4.0,6.1000000000000005,72.75,435.80146449459073,9.150917097334641,7.843512703850869
+1999,9,28,9,30,11.0,191.0,198.0,1.0,-4.0,6.3000000000000025,73.82000000000002,195.04294525277862,5.04323043024994,4.4581015944916045
+1999,9,28,10,30,69.0,327.0,376.0,2.0,-3.0,6.4,74.83,380.00574430496016,9.827157836099852,8.687140603184972
+1999,9,28,11,30,31.0,304.0,327.0,2.0,-3.0,6.1000000000000005,75.94,325.95863440501375,8.844447950765698,7.866572047550657
+1999,9,28,12,30,3.0,128.0,131.0,3.0,-3.0,5.5,71.47,127.87347492701463,5.791005910508409,5.4073854857273655
+1999,9,28,13,30,63.0,310.0,354.0,4.0,-3.0,4.7,65.56,356.41052902994517,12.194042860724696,11.124811273634862
+1999,9,28,14,30,50.0,244.0,272.0,4.0,-4.0,4.0,64.27,274.28992294330413,10.601609734574515,9.778739965744602
+1999,9,28,15,30,213.0,182.0,271.0,4.0,-4.0,3.4000000000000004,63.09,291.8497681283568,11.30725115776027,10.4317018533752
+1999,9,28,16,30,401.0,75.0,173.0,3.0,-4.0,2.5,67.05,200.36189529980368,8.3249407065873,7.723855020687889
+1999,9,28,17,30,256.0,18.0,30.0,1.0,-4.0,1.5,77.73,37.59465842396966,2.0681717033694715,1.9553877280975627
+1999,9,28,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,79.64,0.0,0.0,0.0
+1999,9,28,19,30,0.0,0.0,0.0,0.0,-5.0,0.8,84.19,0.0,0.0,0.0
+1999,9,28,20,30,0.0,0.0,0.0,-1.0,-5.0,1.1,81.36,0.0,-1.0,-1.0
+1999,9,28,21,30,0.0,0.0,0.0,-2.0,-6.0,1.4,82.73,0.0,-2.0,-2.0
+1999,9,28,22,30,0.0,0.0,0.0,-2.0,-7.0,1.5,77.45,0.0,-2.0,-2.0
+1999,9,28,23,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,72.45,0.0,-2.0,-2.0
+1999,9,29,0,30,0.0,0.0,0.0,-2.0,-9.0,1.8,72.57000000000002,0.0,-2.0,-2.0
+1999,9,29,1,30,0.0,0.0,0.0,-2.0,-10.0,1.8,67.11,0.0,-2.0,-2.0
+1999,9,29,2,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,57.3,0.0,-2.0,-2.0
+1999,9,29,3,30,0.0,0.0,0.0,-2.0,-12.0,1.7000000000000002,52.84,0.0,-2.0,-2.0
+1999,9,29,4,30,0.0,0.0,0.0,-1.0,-13.0,1.7000000000000002,49.41,0.0,-1.0,-1.0
+1999,9,29,5,30,0.0,0.0,0.0,0.0,-13.0,1.7000000000000002,43.31,0.0,0.0,0.0
+1999,9,29,6,30,552.0,25.0,82.0,2.0,-13.0,1.9,36.17,105.77050177642711,4.925801921409913,4.608490416080631
+1999,9,29,7,30,827.0,45.0,289.0,6.0,-10.0,1.8,35.2,359.96362081230507,16.024070250752754,14.94417938831584
+1999,9,29,8,30,933.0,56.0,489.0,10.0,-9.0,1.4,28.22,605.8577060354987,27.330057596996635,25.51248447889014
+1999,9,29,9,30,985.0,63.0,654.0,13.0,-9.0,1.4,22.97,808.4564605901622,36.125227074145094,33.69985769237461
+1999,9,29,10,30,1010.0,67.0,767.0,16.0,-9.0,1.8,19.43,947.4196660191255,42.38322524839927,39.540966250341896
+1999,9,29,11,30,1017.0,69.0,820.0,18.0,-7.0,2.1,18.61,1010.8922133240786,45.5919274764763,42.55925083650406
+1999,9,29,12,30,1012.0,69.0,808.0,19.0,-6.0,2.3000000000000003,19.33,996.3971924704927,45.83589450411091,42.846702926699436
+1999,9,29,13,30,992.0,68.0,733.0,20.0,-5.0,2.3000000000000003,19.58,904.3595980463286,44.35705253923639,41.643973745097405
+1999,9,29,14,30,954.0,63.0,600.0,20.0,-4.0,2.0,20.55,741.6105856944353,40.377622126922816,38.15279036983951
+1999,9,29,15,30,884.0,55.0,422.0,19.0,-4.0,1.5,24.5,523.5859558719311,33.87657358225836,32.30581571464256
+1999,9,29,16,30,739.0,42.0,218.0,15.0,0.0,0.9,40.33,272.4776523703923,23.06058590102449,22.243152943913312
+1999,9,29,17,30,325.0,15.0,28.0,11.0,0.0,1.0,55.84,38.913376979711174,12.143428115964934,12.0266879850258
+1999,9,29,18,30,0.0,0.0,0.0,9.0,-2.0,1.4,56.27,0.0,9.0,9.0
+1999,9,29,19,30,0.0,0.0,0.0,7.0,-2.0,1.8,60.02,0.0,7.0,7.0
+1999,9,29,20,30,0.0,0.0,0.0,7.0,-3.0,2.0,60.31,0.0,7.0,7.0
+1999,9,29,21,30,0.0,0.0,0.0,6.0,-4.0,2.1,55.23,0.0,6.0,6.0
+1999,9,29,22,30,0.0,0.0,0.0,6.0,-5.0,2.3000000000000003,50.0,0.0,6.0,6.0
+1999,9,29,23,30,0.0,0.0,0.0,6.0,-6.0,2.6,45.13,0.0,6.0,6.0
+1999,9,30,0,30,0.0,0.0,0.0,6.0,-7.0,2.7,44.82,0.0,6.0,6.0
+1999,9,30,1,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,45.4,0.0,5.0,5.0
+1999,9,30,2,30,0.0,0.0,0.0,4.0,-6.0,2.5,52.51,0.0,4.0,4.0
+1999,9,30,3,30,0.0,0.0,0.0,3.0,-6.0,2.2,59.31,0.0,3.0,3.0
+1999,9,30,4,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,64.4,0.0,3.0,3.0
+1999,9,30,5,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.71,0.0,3.0,3.0
+1999,9,30,6,30,486.0,26.0,75.0,6.0,-5.0,1.0,51.69,96.55283777549332,8.837102250114702,8.547443736788223
+1999,9,30,7,30,786.0,49.0,278.0,10.0,-4.0,0.9,45.23,347.26918408987575,20.273110711222838,19.23130315895321
+1999,9,30,8,30,903.0,61.0,477.0,13.0,-5.0,0.9,33.97,591.7135351771401,30.504399856655837,28.729259251124418
+1999,9,30,9,30,959.0,68.0,641.0,15.0,-4.0,1.1,28.68,791.9425128672003,38.11426383504795,35.73843629644635
+1999,9,30,10,30,987.0,73.0,754.0,17.0,-4.0,1.6,25.4,931.1141111251321,43.27881012700956,40.48546779363416
+1999,9,30,11,30,996.0,76.0,807.0,19.0,-4.0,2.0,22.41,995.7745954937833,46.361419621000955,43.37409583451961
+1999,9,30,12,30,991.0,76.0,795.0,20.0,-4.0,2.2,20.86,981.1467917587029,46.60193149840289,43.65849112312678
+1999,9,30,13,30,970.0,74.0,719.0,21.0,-4.0,2.1,19.46,888.5751604264923,45.253328951131294,42.58760346985182
+1999,9,30,14,30,928.0,69.0,587.0,21.0,-4.0,2.1,19.54,725.7748566922072,40.80975513131334,38.63243056123672
+1999,9,30,15,30,853.0,60.0,410.0,20.0,-4.0,2.2,21.05,508.93280301507673,33.79874619864918,32.27194778960395
+1999,9,30,16,30,698.0,45.0,207.0,16.0,-3.0,2.2,29.64,259.99981128016543,23.04940099419256,22.269401560352062
+1999,9,30,17,30,258.0,14.0,24.0,12.0,0.0,2.4000000000000004,50.7,32.0534714765862,12.857561881600931,12.761401467171172
+1999,9,30,18,30,0.0,0.0,0.0,10.0,0.0,2.7,57.4,0.0,10.0,10.0
+1999,9,30,19,30,0.0,0.0,0.0,8.0,-1.0,2.6,58.57,0.0,8.0,8.0
+1999,9,30,20,30,0.0,0.0,0.0,7.0,-2.0,2.7,58.17,0.0,7.0,7.0
+1999,9,30,21,30,0.0,0.0,0.0,7.0,-3.0,2.9000000000000004,54.27,0.0,7.0,7.0
+1999,9,30,22,30,0.0,0.0,0.0,7.0,-4.0,3.0,50.29,0.0,7.0,7.0
+1999,9,30,23,30,0.0,0.0,0.0,7.0,-5.0,3.0,46.91,0.0,7.0,7.0
+1999,10,1,0,30,0.0,0.0,0.0,7.0,-6.0,3.0,47.71,0.0,7.0,7.0
+1999,10,1,1,30,0.0,0.0,0.0,7.0,-6.0,2.9000000000000004,45.81,0.0,7.0,7.0
+1999,10,1,2,30,0.0,0.0,0.0,7.0,-7.0,2.5,44.45,0.0,7.0,7.0
+1999,10,1,3,30,0.0,0.0,0.0,6.0,-7.0,2.2,44.07,0.0,6.0,6.0
+1999,10,1,4,30,0.0,0.0,0.0,6.0,-7.0,2.0,44.19,0.0,6.0,6.0
+1999,10,1,5,30,0.0,0.0,0.0,6.0,-7.0,1.9,44.09,0.0,6.0,6.0
+1999,10,1,6,30,460.0,27.0,72.0,9.0,-6.0,2.2,39.67,93.26743527545372,11.52876933917502,11.248967033348658
+1999,10,1,7,30,770.0,52.0,274.0,14.0,-5.0,2.7,31.68,343.16544998440287,22.999721103419954,21.970224753466745
+1999,10,1,8,30,892.0,66.0,473.0,18.0,-6.0,2.9000000000000004,21.53,588.781357123776,33.23755526736911,31.471211195997782
+1999,10,1,9,30,952.0,74.0,638.0,21.0,-7.0,3.0,16.0,790.7762450722009,41.329957971660086,38.95762923644348
+1999,10,1,10,30,983.0,78.0,752.0,22.0,-7.0,3.3000000000000003,14.67,930.3850706587841,45.44907054198557,42.65791533000922
+1999,10,1,11,30,992.0,81.0,804.0,23.0,-7.0,3.7,13.73,994.4456722830527,47.41105825348024,44.427721236631086
+1999,10,1,12,30,983.0,83.0,792.0,24.0,-7.0,4.2,12.91,977.8419630287738,47.2279883768673,44.29446248778098
+1999,10,1,13,30,510.0,249.0,586.0,23.0,-7.0,4.3,13.83,670.9086563080074,38.83294956004916,36.820223591125135
+1999,10,1,14,30,490.0,198.0,469.0,21.0,-7.0,4.2,17.37,539.4524874052618,33.81433665263234,32.19597919041656
+1999,10,1,15,30,548.0,118.0,340.0,17.0,-5.0,4.7,23.38,402.64210958107094,26.256928274312305,25.049001945569092
+1999,10,1,16,30,603.0,47.0,184.0,13.0,-4.0,5.1000000000000005,36.49,230.34401941791674,18.159626550974785,17.468594492721035
+1999,10,1,17,30,0.0,17.0,17.0,9.0,-2.0,4.3,53.66,16.615540457510164,9.392114502478472,9.342267881105942
+1999,10,1,18,30,0.0,0.0,0.0,6.0,-2.0,3.1,62.33,0.0,6.0,6.0
+1999,10,1,19,30,0.0,0.0,0.0,4.0,-2.0,2.1,71.77,0.0,4.0,4.0
+1999,10,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.4,76.52,0.0,3.0,3.0
+1999,10,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.57000000000002,0.0,2.0,2.0
+1999,10,1,22,30,0.0,0.0,0.0,2.0,-2.0,0.9,80.51,0.0,2.0,2.0
+1999,10,1,23,30,0.0,0.0,0.0,2.0,-3.0,0.8,79.61,0.0,2.0,2.0
+1999,10,2,0,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,78.45,0.0,1.0,1.0
+1999,10,2,1,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,77.51,0.0,1.0,1.0
+1999,10,2,2,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,82.52,0.0,0.0,0.0
+1999,10,2,3,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,81.63,0.0,0.0,0.0
+1999,10,2,4,30,0.0,0.0,0.0,0.0,-3.0,0.8,80.16,0.0,0.0,0.0
+1999,10,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,78.53,0.0,0.0,0.0
+1999,10,2,6,30,0.0,18.0,18.0,2.0,-4.0,1.6,73.54,17.592925190304882,2.4965246849240095,2.443745909353095
+1999,10,2,7,30,119.0,115.0,149.0,7.0,-3.0,2.2,59.55,157.43005366345633,11.26841685517646,10.796126694186091
+1999,10,2,8,30,2.0,135.0,136.0,10.0,-4.0,2.2,41.6,133.12008563485458,13.609298250644272,13.20993799373971
+1999,10,2,9,30,47.0,252.0,280.0,14.0,-6.0,2.0,27.83,281.68582813253715,21.740028897806543,20.894971413408932
+1999,10,2,10,30,385.0,303.0,566.0,17.0,-8.0,1.7000000000000002,19.94,629.8349357613614,34.65711389940138,32.7676090921173
+1999,10,2,11,30,989.0,88.0,805.0,18.0,-9.0,1.9,15.97,995.9796532973396,45.550584845121556,42.562645885229536
+1999,10,2,12,30,982.0,88.0,790.0,19.0,-10.0,2.7,14.78,978.9430227563439,44.673371784212016,41.73654271594298
+1999,10,2,13,30,954.0,86.0,711.0,20.0,-9.0,3.4000000000000004,15.47,880.7362868431914,42.051623658943306,39.409414798413735
+1999,10,2,14,30,290.0,246.0,405.0,19.0,-8.0,3.5,16.34,444.1716819882091,30.047904392197758,28.71538934623313
+1999,10,2,15,30,440.0,139.0,315.0,18.0,-8.0,3.0,18.45,364.95910985209906,27.382683674305632,26.287806344749335
+1999,10,2,16,30,283.0,77.0,140.0,15.0,-6.0,1.6,27.49,160.77114241351973,19.537439906567496,19.055126479326937
+1999,10,2,17,30,0.0,11.0,11.0,11.0,-2.0,0.6000000000000001,48.97,10.751232060741874,11.324552224505975,11.29229852832375
+1999,10,2,18,30,0.0,0.0,0.0,8.0,-2.0,0.8,54.32,0.0,8.0,8.0
+1999,10,2,19,30,0.0,0.0,0.0,7.0,-2.0,1.6,61.22,0.0,7.0,7.0
+1999,10,2,20,30,0.0,0.0,0.0,6.0,-3.0,2.5,58.31,0.0,6.0,6.0
+1999,10,2,21,30,0.0,0.0,0.0,6.0,-4.0,3.2,55.84,0.0,6.0,6.0
+1999,10,2,22,30,0.0,0.0,0.0,5.0,-4.0,3.4000000000000004,58.02,0.0,5.0,5.0
+1999,10,2,23,30,0.0,0.0,0.0,4.0,-4.0,2.9000000000000004,61.17,0.0,4.0,4.0
+1999,10,3,0,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,64.32000000000001,0.0,3.0,3.0
+1999,10,3,1,30,0.0,0.0,0.0,2.0,-5.0,1.9,67.51,0.0,2.0,2.0
+1999,10,3,2,30,0.0,0.0,0.0,1.0,-5.0,1.3,66.13,0.0,1.0,1.0
+1999,10,3,3,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,65.02,0.0,0.0,0.0
+1999,10,3,4,30,0.0,0.0,0.0,0.0,-5.0,1.3,68.95,0.0,0.0,0.0
+1999,10,3,5,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.99,0.0,0.0,0.0
+1999,10,3,6,30,0.0,17.0,17.0,1.0,-6.0,1.0,61.38,16.615540457510164,1.4882299506150698,1.4383833292425394
+1999,10,3,7,30,108.0,113.0,144.0,5.0,-6.0,0.9,49.56,151.17675589253167,9.47219511952303,9.018664851845436
+1999,10,3,8,30,72.0,194.0,226.0,9.0,-7.0,1.2000000000000002,34.29,231.70424957269904,15.717367737946986,15.02225498922889
+1999,10,3,9,30,342.0,258.0,458.0,12.0,-8.0,1.7000000000000002,26.08,508.9774971420784,26.268934809730908,24.742002318304674
+1999,10,3,10,30,565.0,240.0,623.0,15.0,-8.0,2.1,22.48,722.989473524982,34.733729132367756,32.56476071179281
+1999,10,3,11,30,978.0,91.0,795.0,16.0,-8.0,2.5,19.64,986.2296834271801,42.210645389773596,39.251956339492054
+1999,10,3,12,30,641.0,235.0,691.0,17.0,-8.0,2.9000000000000004,18.4,810.6633790354982,37.97982195229187,35.547831815185376
+1999,10,3,13,30,565.0,228.0,596.0,17.0,-8.0,3.0,18.28,692.8484037719064,34.81234453764929,32.73379932633357
+1999,10,3,14,30,883.0,88.0,566.0,17.0,-9.0,3.0,19.42,703.2792748260805,35.080510370222825,32.970672545744584
+1999,10,3,15,30,813.0,70.0,391.0,16.0,-8.0,2.7,20.8,488.80705002577696,28.819259991987483,27.352838841910152
+1999,10,3,16,30,643.0,49.0,188.0,12.0,-8.0,2.1,26.55,239.83523501780365,18.546213655316187,17.826707950262776
+1999,10,3,17,30,124.0,11.0,14.0,8.0,-4.0,1.4,46.61,18.338474695230865,8.524556871264414,8.469541447178722
+1999,10,3,18,30,0.0,0.0,0.0,6.0,-4.0,1.2000000000000002,57.39,0.0,6.0,6.0
+1999,10,3,19,30,0.0,0.0,0.0,4.0,-4.0,1.2000000000000002,66.09,0.0,4.0,4.0
+1999,10,3,20,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.78,0.0,3.0,3.0
+1999,10,3,21,30,0.0,0.0,0.0,3.0,-5.0,1.4,60.54,0.0,3.0,3.0
+1999,10,3,22,30,0.0,0.0,0.0,3.0,-6.0,1.6,56.62000000000001,0.0,3.0,3.0
+1999,10,3,23,30,0.0,0.0,0.0,3.0,-7.0,1.7000000000000002,52.45,0.0,3.0,3.0
+1999,10,4,0,30,0.0,0.0,0.0,3.0,-8.0,1.8,52.71,0.0,3.0,3.0
+1999,10,4,1,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,49.94,0.0,2.0,2.0
+1999,10,4,2,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,48.31,0.0,2.0,2.0
+1999,10,4,3,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,47.82,0.0,2.0,2.0
+1999,10,4,4,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,47.1,0.0,3.0,3.0
+1999,10,4,5,30,0.0,0.0,0.0,3.0,-10.0,1.7000000000000002,43.25,0.0,3.0,3.0
+1999,10,4,6,30,413.0,28.0,64.0,6.0,-9.0,1.8,36.15,86.11939766421288,8.39820593589571,8.139847742903072
+1999,10,4,7,30,769.0,56.0,269.0,12.0,-7.0,2.4000000000000004,31.39,343.70086823967574,21.195408475203354,20.164305870484327
+1999,10,4,8,30,903.0,70.0,473.0,17.0,-8.0,2.5,19.67,594.8922633700294,32.81022192125384,31.02554513114375
+1999,10,4,9,30,967.0,79.0,641.0,20.0,-12.0,2.2,12.63,801.4644594522646,41.730186377653745,39.32579299929695
+1999,10,4,10,30,997.0,84.0,755.0,21.0,-12.0,2.4000000000000004,10.49,941.6625532876561,46.19333706554594,43.36834940568297
+1999,10,4,11,30,1008.0,86.0,807.0,22.0,-12.0,2.6,10.16,1006.1912630222189,48.56390274283778,45.545328953771126
+1999,10,4,12,30,1002.0,85.0,792.0,23.0,-11.0,2.6,10.01,988.2571884326067,49.09043509241282,46.125663527114995
+1999,10,4,13,30,981.0,80.0,713.0,24.0,-11.0,2.5,10.33,891.0450022988731,47.680958882140764,45.00782387524414
+1999,10,4,14,30,940.0,73.0,577.0,23.0,-11.0,2.2,10.54,725.1999738238086,42.66241971980988,40.48681979833846
+1999,10,4,15,30,860.0,62.0,396.0,21.0,-10.0,1.6,12.56,502.18554017278467,35.173169862911486,33.66661324239313
+1999,10,4,16,30,687.0,45.0,190.0,17.0,-4.0,0.8,26.27,246.56880690730407,24.343479009296008,23.603772588574095
+1999,10,4,17,30,0.0,0.0,0.0,13.0,-2.0,0.4,39.14,0.0,13.0,13.0
+1999,10,4,18,30,0.0,0.0,0.0,11.0,-5.0,0.6000000000000001,36.16,0.0,11.0,11.0
+1999,10,4,19,30,0.0,0.0,0.0,10.0,-6.0,1.2000000000000002,38.68,0.0,10.0,10.0
+1999,10,4,20,30,0.0,0.0,0.0,8.0,-6.0,1.5,40.14,0.0,8.0,8.0
+1999,10,4,21,30,0.0,0.0,0.0,7.0,-7.0,1.6,44.47,0.0,7.0,7.0
+1999,10,4,22,30,0.0,0.0,0.0,6.0,-7.0,1.6,42.5,0.0,6.0,6.0
+1999,10,4,23,30,0.0,0.0,0.0,6.0,-8.0,1.6,40.99,0.0,6.0,6.0
+1999,10,5,0,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.83,0.0,6.0,6.0
+1999,10,5,1,30,0.0,0.0,0.0,7.0,-8.0,1.5,38.3,0.0,7.0,7.0
+1999,10,5,2,30,0.0,0.0,0.0,7.0,-9.0,1.3,34.35,0.0,7.0,7.0
+1999,10,5,3,30,0.0,0.0,0.0,8.0,-9.0,1.2000000000000002,30.75,0.0,8.0,8.0
+1999,10,5,4,30,0.0,0.0,0.0,8.0,-10.0,1.2000000000000002,32.35,0.0,8.0,8.0
+1999,10,5,5,30,0.0,0.0,0.0,7.0,-10.0,1.4,32.61,0.0,7.0,7.0
+1999,10,5,6,30,434.0,25.0,61.0,9.0,-9.0,1.4,30.67,85.699505212503,11.451363326027861,11.194264810390353
+1999,10,5,7,30,773.0,51.0,263.0,13.0,-3.0,2.0,35.07,339.2650543576354,22.322163426370434,21.304368263297526
+1999,10,5,8,30,900.0,65.0,463.0,17.0,-7.0,3.0,20.44,586.7597614257206,32.084926189401465,30.324646905124304
+1999,10,5,9,30,961.0,73.0,628.0,20.0,-9.0,3.6,14.59,789.1934805670647,39.50066756239454,37.13308712069335
+1999,10,5,10,30,990.0,79.0,741.0,22.0,-9.0,3.8,12.83,928.418283963486,44.64078108945394,41.85552623756348
+1999,10,5,11,30,1000.0,82.0,793.0,23.0,-9.0,3.8,12.12,992.271918375721,47.19794145937002,44.22112570424286
+1999,10,5,12,30,994.0,82.0,779.0,24.0,-9.0,3.6,11.53,975.1061471999429,48.09449809561313,45.169179654013305
+1999,10,5,13,30,972.0,79.0,701.0,25.0,-8.0,3.3000000000000003,11.07,879.4171096719416,47.164493488620586,44.52624215960476
+1999,10,5,14,30,925.0,72.0,565.0,24.0,-8.0,2.9000000000000004,12.15,710.5809497610369,42.389706744140724,40.25796389485761
+1999,10,5,15,30,837.0,62.0,383.0,23.0,-7.0,2.2,14.01,487.3664539078386,36.214015609464845,34.75191624774133
+1999,10,5,16,30,650.0,45.0,179.0,19.0,-2.0,1.6,27.27,233.31331163869356,25.584795723102374,24.884855788186293
+1999,10,5,17,30,0.0,0.0,0.0,15.0,0.0,1.8,39.7,0.0,15.0,15.0
+1999,10,5,18,30,0.0,0.0,0.0,13.0,-2.0,2.3000000000000003,39.64,0.0,13.0,13.0
+1999,10,5,19,30,0.0,0.0,0.0,11.0,-2.0,2.6,45.31,0.0,11.0,11.0
+1999,10,5,20,30,0.0,0.0,0.0,10.0,-2.0,2.6,48.05,0.0,10.0,10.0
+1999,10,5,21,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,50.9,0.0,9.0,9.0
+1999,10,5,22,30,0.0,0.0,0.0,9.0,-2.0,2.0,50.73,0.0,9.0,9.0
+1999,10,5,23,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.39,0.0,9.0,9.0
+1999,10,6,0,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.2,0.0,9.0,9.0
+1999,10,6,1,30,0.0,0.0,0.0,9.0,-2.0,1.9,51.23,0.0,9.0,9.0
+1999,10,6,2,30,0.0,0.0,0.0,9.0,-1.0,2.0,57.7,0.0,9.0,9.0
+1999,10,6,3,30,0.0,0.0,0.0,9.0,-1.0,2.1,60.73,0.0,9.0,9.0
+1999,10,6,4,30,0.0,0.0,0.0,9.0,0.0,2.2,63.29,0.0,9.0,9.0
+1999,10,6,5,30,0.0,0.0,0.0,9.0,0.0,2.3000000000000003,65.12,0.0,9.0,9.0
+1999,10,6,6,30,249.0,29.0,49.0,11.0,0.0,3.0,55.53,63.21826973898261,12.625269821701892,12.435615012484943
+1999,10,6,7,30,571.0,72.0,227.0,16.0,2.0,3.9,44.97,283.36158314094064,22.86488873352728,22.014803984104457
+1999,10,6,8,30,59.0,185.0,211.0,20.0,2.0,3.8,39.1,215.01736056046337,25.24349969724756,24.598447615566172
+1999,10,6,9,30,563.0,187.0,510.0,22.0,2.0,3.6,31.58,602.1727455369792,36.87945708498937,35.07293884837843
+1999,10,6,10,30,206.0,330.0,468.0,23.0,2.0,3.8,28.67,499.1729988967803,35.173033199583905,33.67551420289357
+1999,10,6,11,30,205.0,358.0,503.0,24.0,2.0,4.4,27.17,536.3311010640625,36.57446825535506,34.96547495216287
+1999,10,6,12,30,872.0,115.0,722.0,24.0,2.0,5.1000000000000005,29.92,894.8599464133115,44.04455401353851,41.35997417429857
+1999,10,6,13,30,536.0,229.0,570.0,23.0,3.0,5.4,31.2,664.4237437147534,37.59608512809348,35.602813896949215
+1999,10,6,14,30,342.0,225.0,406.0,22.0,3.0,5.4,34.06,455.42596719700816,32.004814321635195,30.638536420044172
+1999,10,6,15,30,201.0,161.0,237.0,21.0,3.0,4.800000000000002,37.04,259.12228892691144,26.918636751757678,26.141269884976943
+1999,10,6,16,30,343.0,70.0,139.0,18.0,4.0,3.0,46.96,167.09476257652824,22.29581632179047,21.794532034060882
+1999,10,6,17,30,0.0,0.0,0.0,16.0,5.0,1.6,61.23,0.0,16.0,16.0
+1999,10,6,18,30,0.0,0.0,0.0,14.0,5.0,1.9,63.06,0.0,14.0,14.0
+1999,10,6,19,30,0.0,0.0,0.0,13.0,5.0,2.9000000000000004,67.93,0.0,13.0,13.0
+1999,10,6,20,30,0.0,0.0,0.0,12.0,5.0,3.1,81.36,0.0,12.0,12.0
+1999,10,6,21,30,0.0,0.0,0.0,10.0,6.0,2.1,90.54,0.0,10.0,10.0
+1999,10,6,22,30,0.0,0.0,0.0,9.0,6.0,1.4,97.24,0.0,9.0,9.0
+1999,10,6,23,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,10,7,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,10,7,1,30,0.0,0.0,0.0,7.0,4.0,1.4,97.81,0.0,7.0,7.0
+1999,10,7,2,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,91.2,0.0,7.0,7.0
+1999,10,7,3,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,85.27,0.0,8.0,8.0
+1999,10,7,4,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,75.72,0.0,8.0,8.0
+1999,10,7,5,30,0.0,0.0,0.0,8.0,1.0,1.1,73.64,0.0,8.0,8.0
+1999,10,7,6,30,0.0,19.0,19.0,9.0,1.0,1.4,70.39,18.570309923099597,9.53118832583197,9.47547739606267
+1999,10,7,7,30,0.0,86.0,86.0,11.0,4.0,2.5,78.94,84.05508702034554,13.23389958355427,12.981734322493233
+1999,10,7,8,30,9.0,147.0,151.0,12.0,6.0,3.4000000000000004,81.8,148.8775058597182,15.72755248028647,15.280919962707316
+1999,10,7,9,30,202.0,271.0,386.0,12.0,6.0,3.7,78.54,414.9285459316046,22.18541805558307,20.940632417788258
+1999,10,7,10,30,0.0,115.0,115.0,12.0,6.0,4.0,76.77,112.3992442713923,14.705224957514089,14.368027224699912
+1999,10,7,11,30,0.0,23.0,23.0,13.0,5.0,4.4,73.96000000000002,22.47984885427846,13.527047835269096,13.45960828870626
+1999,10,7,12,30,0.0,98.0,98.0,12.0,5.0,4.6000000000000005,71.47,95.78370381388214,14.216526330964108,13.929175219522461
+1999,10,7,13,30,0.0,24.0,24.0,12.0,4.0,4.6000000000000005,75.59,23.457233587073173,12.542822774929986,12.472451074168767
+1999,10,7,14,30,0.0,70.0,70.0,12.0,4.0,4.1000000000000005,74.12,68.4169312956301,13.635888549159164,13.430637755272274
+1999,10,7,15,30,0.0,24.0,24.0,12.0,4.0,3.2,71.61,23.457233587073173,12.595128121714419,12.5247564209532
+1999,10,7,16,30,0.0,48.0,48.0,11.0,3.0,2.0,75.59,46.914467174146345,12.289093363554791,12.148349962032352
+1999,10,7,17,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.8,0.0,9.0,9.0
+1999,10,7,18,30,0.0,0.0,0.0,7.0,2.0,1.2000000000000002,83.72,0.0,7.0,7.0
+1999,10,7,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.01,0.0,6.0,6.0
+1999,10,7,20,30,0.0,0.0,0.0,5.0,0.0,1.4,86.17,0.0,5.0,5.0
+1999,10,7,21,30,0.0,0.0,0.0,4.0,0.0,1.6,87.49,0.0,4.0,4.0
+1999,10,7,22,30,0.0,0.0,0.0,4.0,0.0,1.8,82.61,0.0,4.0,4.0
+1999,10,7,23,30,0.0,0.0,0.0,4.0,-1.0,1.9,78.92,0.0,4.0,4.0
+1999,10,8,0,30,0.0,0.0,0.0,4.0,-1.0,1.9,75.84,0.0,4.0,4.0
+1999,10,8,1,30,0.0,0.0,0.0,4.0,-2.0,1.8,73.18,0.0,4.0,4.0
+1999,10,8,2,30,0.0,0.0,0.0,4.0,-2.0,1.8,76.31,0.0,4.0,4.0
+1999,10,8,3,30,0.0,0.0,0.0,3.0,-2.0,1.8,74.7,0.0,3.0,3.0
+1999,10,8,4,30,0.0,0.0,0.0,3.0,-3.0,1.8,73.38,0.0,3.0,3.0
+1999,10,8,5,30,0.0,0.0,0.0,3.0,-3.0,1.6,71.71000000000002,0.0,3.0,3.0
+1999,10,8,6,30,325.0,24.0,47.0,5.0,-3.0,1.7000000000000002,62.13,68.22253471695166,6.91258534197839,6.707917737827534
+1999,10,8,7,30,687.0,55.0,236.0,10.0,-1.0,2.1,54.41,308.0089990274993,18.406991221470907,17.482964224388407
+1999,10,8,8,30,830.0,71.0,428.0,13.0,-2.0,2.3000000000000003,41.41,547.5824535770862,27.747999158911792,26.105251798180532
+1999,10,8,9,30,901.0,80.0,589.0,15.0,-2.0,2.2,36.09,745.5904435895052,35.21526857431719,32.978497243548674
+1999,10,8,10,30,939.0,85.0,701.0,16.0,-2.0,2.0,32.29,883.5908599055315,40.27888841567384,37.628115835957246
+1999,10,8,11,30,956.0,86.0,752.0,17.0,-2.0,1.8,30.66,948.106304761386,43.40234638895724,40.55802747467308
+1999,10,8,12,30,954.0,85.0,740.0,18.0,-2.0,1.8,28.91,933.2326080292625,43.9881518084195,41.188453984331716
+1999,10,8,13,30,934.0,81.0,664.0,19.0,-2.0,1.8,27.11,840.7035369607995,42.41145278940724,39.88934217852484
+1999,10,8,14,30,888.0,73.0,532.0,19.0,-2.0,1.8,26.91,676.6348354333849,37.84255722615768,35.812652719857525
+1999,10,8,15,30,800.0,62.0,356.0,18.0,-2.0,1.7000000000000002,28.42,459.8980003863518,30.893015159777555,29.5133211586185
+1999,10,8,16,30,609.0,42.0,158.0,15.0,-1.0,1.4,37.32,211.9216347629431,21.06184273948362,20.42607783519479
+1999,10,8,17,30,0.0,0.0,0.0,12.0,0.0,1.3,53.37000000000001,0.0,12.0,12.0
+1999,10,8,18,30,0.0,0.0,0.0,10.0,0.0,1.6,54.86,0.0,10.0,10.0
+1999,10,8,19,30,0.0,0.0,0.0,9.0,0.0,1.8,60.81,0.0,9.0,9.0
+1999,10,8,20,30,0.0,0.0,0.0,8.0,-1.0,2.1,63.81,0.0,8.0,8.0
+1999,10,8,21,30,0.0,0.0,0.0,7.0,-1.0,2.3000000000000003,62.38,0.0,7.0,7.0
+1999,10,8,22,30,0.0,0.0,0.0,7.0,-1.0,2.2,60.65,0.0,7.0,7.0
+1999,10,8,23,30,0.0,0.0,0.0,7.0,-2.0,2.0,62.97,0.0,7.0,7.0
+1999,10,9,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,61.25,0.0,7.0,7.0
+1999,10,9,1,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,60.55,0.0,6.0,6.0
+1999,10,9,2,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.03,0.0,6.0,6.0
+1999,10,9,3,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.15,0.0,6.0,6.0
+1999,10,9,4,30,0.0,0.0,0.0,6.0,-2.0,1.8,60.7,0.0,6.0,6.0
+1999,10,9,5,30,0.0,0.0,0.0,6.0,-3.0,1.9,59.4,0.0,6.0,6.0
+1999,10,9,6,30,419.0,20.0,49.0,9.0,-3.0,2.1,48.25,76.7702424582534,11.095415252328738,10.865104524953978
+1999,10,9,7,30,770.0,43.0,243.0,14.0,-1.0,2.7,42.14,325.8334514745936,22.545178978738512,21.56767862431473
+1999,10,9,8,30,899.0,55.0,439.0,18.0,-1.0,2.3000000000000003,29.74,570.0615261015811,33.35342641560839,31.643241837303645
+1999,10,9,9,30,960.0,62.0,600.0,21.0,-3.0,1.4,21.66,769.6187075903011,43.014305335062545,40.70544921229164
+1999,10,9,10,30,992.0,67.0,712.0,23.0,-4.0,1.1,18.22,908.6800149184901,49.521457385106096,46.795417340350625
+1999,10,9,11,30,1003.0,69.0,764.0,25.0,-4.0,0.9,16.78,971.1309176793469,53.72853650564447,50.81514375260643
+1999,10,9,12,30,999.0,69.0,750.0,26.0,-4.0,0.9,15.4,954.5745513670745,54.23875684221912,51.3750331881179
+1999,10,9,13,30,978.0,67.0,673.0,26.0,-4.0,1.1,14.18,859.6218553733736,51.0896069356558,48.51074136953568
+1999,10,9,14,30,934.0,62.0,539.0,25.0,-5.0,1.4,14.78,693.9613549249422,44.850189460550354,42.76830539577553
+1999,10,9,15,30,850.0,53.0,361.0,24.0,-4.0,1.3,17.16,473.03008725429095,37.62181170384383,36.20272144208096
+1999,10,9,16,30,662.0,37.0,159.0,20.0,0.0,0.9,33.86,219.57187858437425,26.495497789935396,25.836782154182274
+1999,10,9,17,30,0.0,0.0,0.0,15.0,1.0,0.6000000000000001,45.22,0.0,15.0,15.0
+1999,10,9,18,30,0.0,0.0,0.0,13.0,0.0,0.6000000000000001,44.62,0.0,13.0,13.0
+1999,10,9,19,30,0.0,0.0,0.0,12.0,-1.0,1.1,43.66,0.0,12.0,12.0
+1999,10,9,20,30,0.0,0.0,0.0,11.0,-2.0,1.6,47.73,0.0,11.0,11.0
+1999,10,9,21,30,0.0,0.0,0.0,10.0,-3.0,1.9,48.42,0.0,10.0,10.0
+1999,10,9,22,30,0.0,0.0,0.0,9.0,-4.0,2.1,45.14,0.0,9.0,9.0
+1999,10,9,23,30,0.0,0.0,0.0,9.0,-4.0,2.3000000000000003,43.0,0.0,9.0,9.0
+1999,10,10,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,44.95,0.0,9.0,9.0
+1999,10,10,1,30,0.0,0.0,0.0,8.0,-5.0,2.4000000000000004,45.14,0.0,8.0,8.0
+1999,10,10,2,30,0.0,0.0,0.0,7.0,-4.0,2.4000000000000004,49.73,0.0,7.0,7.0
+1999,10,10,3,30,0.0,0.0,0.0,6.0,-4.0,2.2,54.51,0.0,6.0,6.0
+1999,10,10,4,30,0.0,0.0,0.0,5.0,-4.0,1.9,59.32,0.0,5.0,5.0
+1999,10,10,5,30,0.0,0.0,0.0,5.0,-4.0,1.6,59.56,0.0,5.0,5.0
+1999,10,10,6,30,378.0,20.0,45.0,7.0,-3.0,1.9,52.63,70.71536974715883,8.95611405074719,8.743967941505714
+1999,10,10,7,30,744.0,47.0,237.0,11.0,-3.0,2.3000000000000003,42.6,319.0042942659186,19.591719900427222,18.634707017629466
+1999,10,10,8,30,879.0,60.0,432.0,15.0,-2.0,1.8,33.94,561.8208867773905,30.64528111115237,28.9598184508202
+1999,10,10,9,30,944.0,69.0,594.0,19.0,-3.0,0.8,25.08,762.5586960434333,41.71103895090958,39.423362862779285
+1999,10,10,10,30,975.0,74.0,704.0,21.0,-3.0,1.0,20.95,898.5886225431842,47.40406912609476,44.70830325846521
+1999,10,10,11,30,986.0,77.0,754.0,23.0,-4.0,2.1,19.33,960.7906284162573,49.224423326169884,46.34205144092111
+1999,10,10,12,30,979.0,77.0,739.0,24.0,-4.0,2.8000000000000003,17.98,941.5466620632086,48.52923322794669,45.70459324175707
+1999,10,10,13,30,955.0,74.0,661.0,24.0,-4.0,3.3000000000000003,17.01,844.5761265996314,45.28637463699688,42.75264625719799
+1999,10,10,14,30,906.0,68.0,526.0,24.0,-3.0,3.6,18.35,677.6666363801725,40.74488211012641,38.7118822009859
+1999,10,10,15,30,811.0,58.0,348.0,22.0,-3.0,3.7,20.19,455.7149285996143,33.18661781038892,31.81947302459007
+1999,10,10,16,30,605.0,40.0,149.0,18.0,0.0,3.4000000000000004,32.38,204.60604841937698,23.122867815813002,22.509049670554873
+1999,10,10,17,30,0.0,0.0,0.0,14.0,1.0,3.3000000000000003,49.33,0.0,14.0,14.0
+1999,10,10,18,30,0.0,0.0,0.0,13.0,1.0,3.2,56.63,0.0,13.0,13.0
+1999,10,10,19,30,0.0,0.0,0.0,12.0,1.0,3.1,59.58,0.0,12.0,12.0
+1999,10,10,20,30,0.0,0.0,0.0,10.0,1.0,3.0,61.43,0.0,10.0,10.0
+1999,10,10,21,30,0.0,0.0,0.0,9.0,0.0,2.8000000000000003,62.67,0.0,9.0,9.0
+1999,10,10,22,30,0.0,0.0,0.0,9.0,0.0,2.5,63.51,0.0,9.0,9.0
+1999,10,10,23,30,0.0,0.0,0.0,9.0,-1.0,2.3000000000000003,58.88,0.0,9.0,9.0
+1999,10,11,0,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,53.68,0.0,9.0,9.0
+1999,10,11,1,30,0.0,0.0,0.0,8.0,-3.0,2.7,49.3,0.0,8.0,8.0
+1999,10,11,2,30,0.0,0.0,0.0,8.0,-4.0,2.9000000000000004,50.72,0.0,8.0,8.0
+1999,10,11,3,30,0.0,0.0,0.0,7.0,-4.0,2.8000000000000003,49.94,0.0,7.0,7.0
+1999,10,11,4,30,0.0,0.0,0.0,7.0,-4.0,2.6,49.16,0.0,7.0,7.0
+1999,10,11,5,30,0.0,0.0,0.0,7.0,-5.0,2.4000000000000004,47.7,0.0,7.0,7.0
+1999,10,11,6,30,407.0,19.0,45.0,9.0,-5.0,2.7,41.33,73.16606773575135,10.918824298558095,10.699326095350841
+1999,10,11,7,30,781.0,44.0,241.0,14.0,-3.0,3.4000000000000004,32.56,328.41805076604714,22.22283737650294,21.2375832242048
+1999,10,11,8,30,914.0,55.0,439.0,19.0,-3.0,3.6,23.64,575.2319264444495,33.21375980045968,31.488064021126327
+1999,10,11,9,30,978.0,62.0,602.0,22.0,-5.0,3.2,16.84,778.5555428981064,41.752555056221006,39.416888427526686
+1999,10,11,10,30,1008.0,67.0,713.0,24.0,-7.0,2.5,13.88,917.0982312880749,48.37336548657548,45.622070792711256
+1999,10,11,11,30,1017.0,69.0,763.0,25.0,-8.0,1.9,12.55,977.865195866379,52.04950643983205,49.115910852232915
+1999,10,11,12,30,1010.0,69.0,747.0,26.0,-8.0,1.5,11.73,957.9564691704429,53.21828143476851,50.34441202725718
+1999,10,11,13,30,985.0,67.0,667.0,26.0,-8.0,1.4,11.76,858.6669153422433,50.56145552210672,47.98545477607999
+1999,10,11,14,30,938.0,62.0,531.0,25.0,-8.0,1.3,11.95,690.1064251798743,44.872942615507526,42.8026233399679
+1999,10,11,15,30,847.0,53.0,351.0,23.0,-7.0,0.9,14.55,465.5452860674243,36.77202033457938,35.37538447637711
+1999,10,11,16,30,648.0,37.0,150.0,19.0,0.0,0.4,31.75,211.19337261632833,25.462164598514825,24.82858448066584
+1999,10,11,17,30,0.0,0.0,0.0,16.0,0.0,0.4,37.82,0.0,16.0,16.0
+1999,10,11,18,30,0.0,0.0,0.0,14.0,-2.0,1.0,36.69,0.0,14.0,14.0
+1999,10,11,19,30,0.0,0.0,0.0,12.0,-2.0,1.6,40.26,0.0,12.0,12.0
+1999,10,11,20,30,0.0,0.0,0.0,11.0,-3.0,2.0,41.75,0.0,11.0,11.0
+1999,10,11,21,30,0.0,0.0,0.0,10.0,-4.0,2.4000000000000004,41.32,0.0,10.0,10.0
+1999,10,11,22,30,0.0,0.0,0.0,10.0,-5.0,2.6,41.84,0.0,10.0,10.0
+1999,10,11,23,30,0.0,0.0,0.0,10.0,-5.0,2.7,40.29,0.0,10.0,10.0
+1999,10,12,0,30,0.0,0.0,0.0,9.0,-5.0,2.8000000000000003,39.12,0.0,9.0,9.0
+1999,10,12,1,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,38.45,0.0,9.0,9.0
+1999,10,12,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,40.72,0.0,9.0,9.0
+1999,10,12,3,30,0.0,0.0,0.0,8.0,-6.0,2.8000000000000003,40.39,0.0,8.0,8.0
+1999,10,12,4,30,0.0,0.0,0.0,8.0,-6.0,2.6,40.17,0.0,8.0,8.0
+1999,10,12,5,30,0.0,0.0,0.0,8.0,-6.0,2.4000000000000004,40.08,0.0,8.0,8.0
+1999,10,12,6,30,77.0,21.0,25.0,11.0,-6.0,2.5,35.32,30.752493049990278,11.8172971304045,11.725039651254528
+1999,10,12,7,30,210.0,95.0,148.0,15.0,-5.0,3.3000000000000003,28.63,169.2609602427865,19.265988698557848,18.758205817829488
+1999,10,12,8,30,785.0,68.0,394.0,19.0,-5.0,3.9,20.42,512.8039090494051,31.423496998854052,29.885085271705837
+1999,10,12,9,30,935.0,73.0,586.0,22.0,-6.0,3.9,16.56,755.6054962513563,40.30575479113977,38.0389383023857
+1999,10,12,10,30,510.0,237.0,562.0,24.0,-6.0,3.6,15.41,661.181010922621,40.337528641652675,38.35398560888481
+1999,10,12,11,30,294.0,327.0,527.0,25.0,-6.0,3.2,14.33,581.9394621290667,39.764253327776274,38.018434941389074
+1999,10,12,12,30,352.0,306.0,541.0,25.0,-6.0,3.0,13.26,608.3182987604221,40.639171667406345,38.814216771125075
+1999,10,12,13,30,346.0,270.0,480.0,25.0,-6.0,3.0,13.14,541.3513724500746,38.91752814831415,37.29347403096392
+1999,10,12,14,30,572.0,149.0,432.0,25.0,-6.0,2.9000000000000004,13.93,527.5111406401627,38.65189312196178,37.06935970004129
+1999,10,12,15,30,479.0,109.0,275.0,23.0,-6.0,2.3000000000000003,15.55,338.8341280392722,32.125795398829965,31.109293014712147
+1999,10,12,16,30,123.0,62.0,83.0,19.0,-1.0,1.4,29.37,93.40118275962888,21.671663429757775,21.391459881478887
+1999,10,12,17,30,0.0,0.0,0.0,15.0,0.0,1.2000000000000002,42.71,0.0,15.0,15.0
+1999,10,12,18,30,0.0,0.0,0.0,13.0,-1.0,1.3,45.36,0.0,13.0,13.0
+1999,10,12,19,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.94,0.0,11.0,11.0
+1999,10,12,20,30,0.0,0.0,0.0,10.0,-2.0,1.4,47.97,0.0,10.0,10.0
+1999,10,12,21,30,0.0,0.0,0.0,10.0,-2.0,1.5,46.07,0.0,10.0,10.0
+1999,10,12,22,30,0.0,0.0,0.0,9.0,-3.0,1.5,47.88,0.0,9.0,9.0
+1999,10,12,23,30,0.0,0.0,0.0,9.0,-3.0,1.5,50.22,0.0,9.0,9.0
+1999,10,13,0,30,0.0,0.0,0.0,8.0,-3.0,1.4,49.41,0.0,8.0,8.0
+1999,10,13,1,30,0.0,0.0,0.0,8.0,-3.0,1.3,52.37000000000001,0.0,8.0,8.0
+1999,10,13,2,30,0.0,0.0,0.0,7.0,-4.0,1.3,55.68,0.0,7.0,7.0
+1999,10,13,3,30,0.0,0.0,0.0,7.0,-4.0,1.2000000000000002,55.48,0.0,7.0,7.0
+1999,10,13,4,30,0.0,0.0,0.0,6.0,-4.0,1.0,54.73,0.0,6.0,6.0
+1999,10,13,5,30,0.0,0.0,0.0,6.0,-4.0,1.0,53.94,0.0,6.0,6.0
+1999,10,13,6,30,328.0,19.0,37.0,7.0,-4.0,1.0,50.86,61.73331468946007,8.813967668353301,8.628767724284922
+1999,10,13,7,30,719.0,47.0,223.0,11.0,-2.0,1.4,45.25,306.33635347096526,19.762497525111435,18.843488464698538
+1999,10,13,8,30,863.0,61.0,415.0,16.0,-3.0,2.4000000000000004,32.42,548.5900180187057,30.67703391887692,29.0312638648208
+1999,10,13,9,30,930.0,70.0,575.0,19.0,-3.0,3.4000000000000004,23.83,746.8394051133895,37.699151767959066,35.4586335526189
+1999,10,13,10,30,962.0,75.0,684.0,22.0,-4.0,3.8,18.73,880.9793599759632,43.483916439465006,40.84097835953712
+1999,10,13,11,30,975.0,78.0,734.0,24.0,-5.0,3.6,16.94,943.3171308880328,47.30900372129484,44.47905232863074
+1999,10,13,12,30,971.0,77.0,720.0,25.0,-5.0,2.7,15.46,925.1806601388412,49.26342136688285,46.48787938646633
+1999,10,13,13,30,950.0,74.0,643.0,26.0,-5.0,1.6,14.23,830.8913740221359,49.4502263398341,46.9575522177677
+1999,10,13,14,30,904.0,67.0,510.0,25.0,-5.0,0.6000000000000001,14.98,665.8677739548592,45.10084667905298,43.1032433571884
+1999,10,13,15,30,811.0,56.0,333.0,23.0,-5.0,0.2,17.44,445.20968337989945,36.80836788883407,35.47273883869437
+1999,10,13,16,30,600.0,37.0,135.0,19.0,0.0,0.30000000000000004,31.63,194.13463467913158,24.980530202288758,24.398126298251363
+1999,10,13,17,30,0.0,0.0,0.0,14.0,1.0,0.5,47.58,0.0,14.0,14.0
+1999,10,13,18,30,0.0,0.0,0.0,12.0,0.0,0.9,49.55,0.0,12.0,12.0
+1999,10,13,19,30,0.0,0.0,0.0,10.0,0.0,1.5,54.32,0.0,10.0,10.0
+1999,10,13,20,30,0.0,0.0,0.0,10.0,-1.0,1.8,53.31,0.0,10.0,10.0
+1999,10,13,21,30,0.0,0.0,0.0,9.0,-3.0,1.9,48.44,0.0,9.0,9.0
+1999,10,13,22,30,0.0,0.0,0.0,9.0,-4.0,2.0,44.45,0.0,9.0,9.0
+1999,10,13,23,30,0.0,0.0,0.0,9.0,-5.0,2.2,41.65,0.0,9.0,9.0
+1999,10,14,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,39.98,0.0,9.0,9.0
+1999,10,14,1,30,0.0,0.0,0.0,9.0,-6.0,2.7,38.38,0.0,9.0,9.0
+1999,10,14,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,39.55,0.0,9.0,9.0
+1999,10,14,3,30,0.0,0.0,0.0,8.0,-7.0,3.0,38.57,0.0,8.0,8.0
+1999,10,14,4,30,0.0,0.0,0.0,8.0,-7.0,2.7,38.08,0.0,8.0,8.0
+1999,10,14,5,30,0.0,0.0,0.0,8.0,-7.0,2.4000000000000004,38.07,0.0,8.0,8.0
+1999,10,14,6,30,391.0,18.0,38.0,10.0,-7.0,2.6,33.22,68.53750588883427,11.80942103909668,11.603808521430178
+1999,10,14,7,30,787.0,43.0,233.0,14.0,-6.0,3.3000000000000003,27.09,325.72457578312867,22.209438001180157,21.232264273830772
+1999,10,14,8,30,925.0,55.0,432.0,19.0,-6.0,3.8,20.6,575.9897839688604,33.04631816698875,31.318348815082167
+1999,10,14,9,30,989.0,62.0,595.0,22.0,-8.0,3.6,14.94,779.7210768095316,41.266608106455166,38.92744487602657
+1999,10,14,10,30,1019.0,66.0,706.0,23.0,-10.0,3.1,11.35,917.290220772675,46.42684317837107,43.674972516053046
+1999,10,14,11,30,1028.0,68.0,755.0,24.0,-10.0,2.5,10.09,977.6078714011385,49.9815068215178,47.04868320731438
+1999,10,14,12,30,1021.0,68.0,738.0,25.0,-11.0,2.3000000000000003,9.84,956.847921004235,50.770716797064765,47.90017303405206
+1999,10,14,13,30,997.0,66.0,658.0,25.0,-11.0,2.2,9.72,857.2174215514492,48.24182203814145,45.6701697734871
+1999,10,14,14,30,949.0,61.0,521.0,24.0,-11.0,2.2,10.3,686.5881761321778,42.61553417133676,40.55576964294023
+1999,10,14,15,30,859.0,51.0,340.0,22.0,-10.0,1.7000000000000002,11.58,460.45250385347777,34.90856039285489,33.52720288129446
+1999,10,14,16,30,651.0,35.0,138.0,18.0,-3.0,1.1,25.42,203.42397539559127,23.93729388342165,23.327021957234876
+1999,10,14,17,30,0.0,0.0,0.0,14.0,-4.0,1.0,32.21,0.0,14.0,14.0
+1999,10,14,18,30,0.0,0.0,0.0,12.0,-5.0,1.4,32.77,0.0,12.0,12.0
+1999,10,14,19,30,0.0,0.0,0.0,11.0,-5.0,1.7000000000000002,36.56,0.0,11.0,11.0
+1999,10,14,20,30,0.0,0.0,0.0,9.0,-6.0,1.9,37.88,0.0,9.0,9.0
+1999,10,14,21,30,0.0,0.0,0.0,9.0,-7.0,2.1,35.45,0.0,9.0,9.0
+1999,10,14,22,30,0.0,0.0,0.0,9.0,-7.0,2.3000000000000003,36.41,0.0,9.0,9.0
+1999,10,14,23,30,0.0,0.0,0.0,8.0,-8.0,2.4000000000000004,35.75,0.0,8.0,8.0
+1999,10,15,0,30,0.0,0.0,0.0,8.0,-7.0,2.5,38.68,0.0,8.0,8.0
+1999,10,15,1,30,0.0,0.0,0.0,7.0,-7.0,2.5,43.66,0.0,7.0,7.0
+1999,10,15,2,30,0.0,0.0,0.0,6.0,-6.0,2.4000000000000004,45.91,0.0,6.0,6.0
+1999,10,15,3,30,0.0,0.0,0.0,5.0,-6.0,2.2,50.33,0.0,5.0,5.0
+1999,10,15,4,30,0.0,0.0,0.0,5.0,-6.0,1.6,54.84,0.0,5.0,5.0
+1999,10,15,5,30,0.0,0.0,0.0,4.0,-6.0,0.9,54.7,0.0,4.0,4.0
+1999,10,15,6,30,0.0,21.0,21.0,5.0,-5.0,0.9,53.37000000000001,20.52507938868903,5.607184347408347,5.54560910924228
+1999,10,15,7,30,673.0,52.0,212.0,8.0,-4.0,1.7000000000000002,48.5,292.2636612953078,16.193468579047824,15.316677595161899
+1999,10,15,8,30,817.0,71.0,400.0,10.0,-3.0,2.0,42.84,528.9614141601443,24.53454956739167,22.947665324911238
+1999,10,15,9,30,15.0,186.0,194.0,12.0,-3.0,1.5,37.64,192.6641768651041,17.47413996050732,16.896147429912006
+1999,10,15,10,30,4.0,147.0,150.0,15.0,-4.0,1.2000000000000002,31.95,147.0159899700091,19.262159497756738,18.82111152784671
+1999,10,15,11,30,13.0,207.0,216.0,16.0,-4.0,1.3,27.17,213.80457129904002,22.156914095172404,21.515500381275285
+1999,10,15,12,30,0.0,117.0,117.0,17.0,-4.0,1.4,24.92,114.35401373698174,20.271001795912657,19.92793975470171
+1999,10,15,13,30,0.0,13.0,13.0,17.0,-5.0,1.2000000000000002,26.24,12.706001526331303,17.368361326512932,17.33024332193394
+1999,10,15,14,30,0.0,8.0,8.0,16.0,-4.0,1.4,28.31,7.819077862357725,16.223658242455567,16.200201008868493
+1999,10,15,15,30,0.0,15.0,15.0,13.0,-4.0,2.5,34.38,14.660770991920735,13.38963364829435,13.345651335318587
+1999,10,15,16,30,0.0,2.0,2.0,10.0,-2.0,3.6,47.02,1.9547694655894312,10.048301602139679,10.04243729374291
+1999,10,15,17,30,0.0,0.0,0.0,7.0,-1.0,3.8,65.03,0.0,7.0,7.0
+1999,10,15,18,30,0.0,0.0,0.0,5.0,0.0,3.3000000000000003,79.36,0.0,5.0,5.0
+1999,10,15,19,30,0.0,0.0,0.0,4.0,0.0,2.7,86.61,0.0,4.0,4.0
+1999,10,15,20,30,0.0,0.0,0.0,3.0,0.0,2.0,91.99,0.0,3.0,3.0
+1999,10,15,21,30,0.0,0.0,0.0,2.0,0.0,1.5,96.35,0.0,2.0,2.0
+1999,10,15,22,30,0.0,0.0,0.0,2.0,-1.0,1.6,91.57,0.0,2.0,2.0
+1999,10,15,23,30,0.0,0.0,0.0,1.0,-1.0,1.6,86.98,0.0,1.0,1.0
+1999,10,16,0,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.69,0.0,1.0,1.0
+1999,10,16,1,30,0.0,0.0,0.0,0.0,-2.0,1.6,87.95,0.0,0.0,0.0
+1999,10,16,2,30,0.0,0.0,0.0,0.0,-2.0,1.5,86.79,0.0,0.0,0.0
+1999,10,16,3,30,0.0,0.0,0.0,0.0,-3.0,1.6,92.0,0.0,0.0,0.0
+1999,10,16,4,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,90.33,0.0,0.0,0.0
+1999,10,16,5,30,0.0,0.0,0.0,0.0,-3.0,1.9,89.71000000000002,0.0,0.0,0.0
+1999,10,16,6,30,0.0,1.0,1.0,0.0,-3.0,2.6,88.99,0.9773847327947156,0.025803397364343835,0.02287124316595969
+1999,10,16,7,30,0.0,26.0,26.0,0.0,-3.0,3.4000000000000004,82.0,25.412003052662605,0.6362584761277187,0.5600224669697309
+1999,10,16,8,30,0.0,45.0,45.0,1.0,-4.0,4.1000000000000005,72.66,43.982312975762206,2.051642638745177,1.9196956998178905
+1999,10,16,9,30,0.0,48.0,48.0,1.0,-5.0,4.9,67.45,46.914467174146345,2.0646226460861024,1.9238792445636634
+1999,10,16,10,30,0.0,60.0,60.0,1.0,-6.0,5.5,63.15,58.64308396768294,2.2799620410539605,2.104032789150912
+1999,10,16,11,30,8.0,178.0,184.0,0.0,-6.0,5.9,60.99,181.02222870993157,3.850325966011755,3.30725927988196
+1999,10,16,12,30,0.0,121.0,121.0,0.0,-6.0,5.9,64.06,118.26355266816059,2.5154547644017327,2.1606641063972507
+1999,10,16,13,30,0.0,79.0,79.0,0.0,-7.0,5.5,67.56,77.21339389078254,1.6852833540543812,1.4536431723820336
+1999,10,16,14,30,0.0,27.0,27.0,0.0,-7.0,4.9,66.51,26.389387785457323,0.5988502384234328,0.5196820750670608
+1999,10,16,15,30,0.0,32.0,32.0,0.0,-7.0,4.4,71.29,31.2763114494309,0.7332839447222187,0.639455010373926
+1999,10,16,16,30,0.0,42.0,42.0,-1.0,-7.0,3.9,71.09,41.05015877737806,-0.00549407800223109,-0.12864455433436528
+1999,10,16,17,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,70.27,0.0,-1.0,-1.0
+1999,10,16,18,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,75.08,0.0,-2.0,-2.0
+1999,10,16,19,30,0.0,0.0,0.0,-2.0,-7.0,2.0,74.03,0.0,-2.0,-2.0
+1999,10,16,20,30,0.0,0.0,0.0,-3.0,-8.0,1.3,79.10000000000002,0.0,-3.0,-3.0
+1999,10,16,21,30,0.0,0.0,0.0,-3.0,-8.0,0.9,78.7,0.0,-3.0,-3.0
+1999,10,16,22,30,0.0,0.0,0.0,-3.0,-8.0,0.7000000000000001,84.4,0.0,-3.0,-3.0
+1999,10,16,23,30,0.0,0.0,0.0,-4.0,-8.0,0.7000000000000001,83.10000000000002,0.0,-4.0,-4.0
+1999,10,17,0,30,0.0,0.0,0.0,-4.0,-8.0,1.0,80.81,0.0,-4.0,-4.0
+1999,10,17,1,30,0.0,0.0,0.0,-5.0,-9.0,1.1,83.7,0.0,-5.0,-5.0
+1999,10,17,2,30,0.0,0.0,0.0,-5.0,-9.0,1.2000000000000002,79.7,0.0,-5.0,-5.0
+1999,10,17,3,30,0.0,0.0,0.0,-5.0,-10.0,1.2000000000000002,75.32000000000002,0.0,-5.0,-5.0
+1999,10,17,4,30,0.0,0.0,0.0,-5.0,-11.0,1.2000000000000002,71.15,0.0,-5.0,-5.0
+1999,10,17,5,30,0.0,0.0,0.0,-4.0,-12.0,1.1,66.93,0.0,-4.0,-4.0
+1999,10,17,6,30,347.0,16.0,31.0,-2.0,-12.0,1.3,54.32,59.45925448562202,-0.2877563383855818,-0.46613410184244786
+1999,10,17,7,30,175.0,89.0,129.0,1.0,-12.0,1.3,42.97,149.14299343156898,5.294859519961796,4.847430539667089
+1999,10,17,8,30,42.0,158.0,175.0,4.0,-12.0,1.2000000000000002,34.76,177.87702232825683,9.156855661100035,8.623224594115264
+1999,10,17,9,30,317.0,231.0,398.0,6.0,-13.0,1.6,25.78,453.9546489460316,18.811950633538256,17.45008668670016
+1999,10,17,10,30,195.0,301.0,421.0,8.0,-14.0,1.8,22.02,455.7727512640578,20.69211057145139,19.324792317659217
+1999,10,17,11,30,1019.0,88.0,754.0,10.0,-13.0,1.7000000000000002,21.56,979.8968947099506,37.47092944066054,34.53123875653069
+1999,10,17,12,30,518.0,238.0,571.0,11.0,-12.0,1.7000000000000002,21.62,679.3021521368935,30.043903078971514,28.005996622560833
+1999,10,17,13,30,357.0,253.0,461.0,11.0,-11.0,1.7000000000000002,21.55,527.5020281558169,25.78826096245881,24.20575487799136
+1999,10,17,14,30,935.0,73.0,512.0,11.0,-11.0,1.9,22.88,679.3847139177506,29.7930005811893,27.754846439436047
+1999,10,17,15,30,839.0,58.0,327.0,10.0,-10.0,1.7000000000000002,26.06,449.12839977151083,22.59109468202978,21.243709482715246
+1999,10,17,16,30,612.0,35.0,123.0,6.0,-6.0,1.2000000000000002,46.04,187.2815612247643,11.429503859353495,10.867659175679202
+1999,10,17,17,30,0.0,0.0,0.0,3.0,-6.0,1.0,58.34,0.0,3.0,3.0
+1999,10,17,18,30,0.0,0.0,0.0,2.0,-8.0,1.0,54.18,0.0,2.0,2.0
+1999,10,17,19,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,54.32,0.0,1.0,1.0
+1999,10,17,20,30,0.0,0.0,0.0,1.0,-8.0,1.4,53.13,0.0,1.0,1.0
+1999,10,17,21,30,0.0,0.0,0.0,1.0,-8.0,1.5,51.98,0.0,1.0,1.0
+1999,10,17,22,30,0.0,0.0,0.0,1.0,-9.0,1.6,50.52,0.0,1.0,1.0
+1999,10,17,23,30,0.0,0.0,0.0,1.0,-9.0,1.7000000000000002,49.0,0.0,1.0,1.0
+1999,10,18,0,30,0.0,0.0,0.0,0.0,-9.0,1.8,51.04,0.0,0.0,0.0
+1999,10,18,1,30,0.0,0.0,0.0,0.0,-10.0,1.8,49.62000000000001,0.0,0.0,0.0
+1999,10,18,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.53,0.0,0.0,0.0
+1999,10,18,3,30,0.0,0.0,0.0,0.0,-9.0,1.5,54.87000000000001,0.0,0.0,0.0
+1999,10,18,4,30,0.0,0.0,0.0,-1.0,-9.0,1.5,60.64,0.0,-1.0,-1.0
+1999,10,18,5,30,0.0,0.0,0.0,0.0,-9.0,1.4,57.17,0.0,0.0,0.0
+1999,10,18,6,30,0.0,4.0,4.0,0.0,-8.0,1.8,56.34,3.9095389311788624,0.10887070422770372,0.09714208743416713
+1999,10,18,7,30,0.0,34.0,34.0,1.0,-5.0,2.5,66.56,33.23108091502033,1.8831696028005256,1.7834763600554646
+1999,10,18,8,30,0.0,76.0,76.0,3.0,-3.0,2.8000000000000003,71.02,74.28123969239839,4.935179557519935,4.71233583844274
+1999,10,18,9,30,0.0,126.0,126.0,5.0,-3.0,2.7,67.83,123.15047633213418,8.229695590837892,7.86024416184149
+1999,10,18,10,30,0.0,121.0,121.0,6.0,-3.0,2.7,58.7,118.26355266816059,9.101533067391944,8.746742409387462
+1999,10,18,11,30,0.0,105.0,105.0,7.0,-3.0,3.0,54.65,102.62539694344514,9.638382247426613,9.330506056596278
+1999,10,18,12,30,0.0,82.0,82.0,7.0,-3.0,3.5,59.47,80.14554808916668,8.993464213625636,8.753027569358135
+1999,10,18,13,30,8.0,174.0,179.0,6.0,-2.0,3.7,65.75,176.32020739203458,10.328203112424593,9.799242490248488
+1999,10,18,14,30,0.0,66.0,66.0,5.0,-2.0,3.7,71.9,64.50739236445123,6.583488929237871,6.389966752144517
+1999,10,18,15,30,0.0,43.0,43.0,3.0,-2.0,3.5,77.91,42.02754351017277,4.045353185193931,3.9192705546634126
+1999,10,18,16,30,0.0,6.0,6.0,2.0,-2.0,3.1,84.42,5.864308396768293,2.149769647653032,2.1321767224627273
+1999,10,18,17,30,0.0,0.0,0.0,1.0,-2.0,2.5,84.32000000000002,0.0,1.0,1.0
+1999,10,18,18,30,0.0,0.0,0.0,0.0,-2.0,2.0,89.83,0.0,0.0,0.0
+1999,10,18,19,30,0.0,0.0,0.0,0.0,-2.0,1.5,88.84,0.0,0.0,0.0
+1999,10,18,20,30,0.0,0.0,0.0,0.0,-2.0,1.0,87.97,0.0,0.0,0.0
+1999,10,18,21,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,87.52,0.0,0.0,0.0
+1999,10,18,22,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,92.89,0.0,0.0,0.0
+1999,10,18,23,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,90.42,0.0,0.0,0.0
+1999,10,19,0,30,0.0,0.0,0.0,-1.0,-3.0,0.8,93.53,0.0,-1.0,-1.0
+1999,10,19,1,30,0.0,0.0,0.0,-1.0,-4.0,1.0,96.75,0.0,-1.0,-1.0
+1999,10,19,2,30,0.0,0.0,0.0,-2.0,-4.0,1.2000000000000002,92.87,0.0,-2.0,-2.0
+1999,10,19,3,30,0.0,0.0,0.0,-2.0,-5.0,1.3,96.47,0.0,-2.0,-2.0
+1999,10,19,4,30,0.0,0.0,0.0,-3.0,-5.0,1.4,93.07,0.0,-3.0,-3.0
+1999,10,19,5,30,0.0,0.0,0.0,-3.0,-6.0,1.4,89.81,0.0,-3.0,-3.0
+1999,10,19,6,30,0.0,24.0,24.0,-1.0,-6.0,2.0,74.95,23.457233587073173,-0.35545331822260423,-0.42582501898382374
+1999,10,19,7,30,671.0,58.0,207.0,1.0,-5.0,2.5,64.74,292.5309680813868,8.774482555892916,7.896889651648757
+1999,10,19,8,30,842.0,80.0,406.0,4.0,-5.0,1.9,55.74,544.5550672733904,19.06337055590179,17.42970535408162
+1999,10,19,9,30,924.0,93.0,571.0,7.0,-7.0,1.6,40.45,751.3214782286996,28.204527173214295,25.9505627385282
+1999,10,19,10,30,964.0,100.0,684.0,9.0,-8.0,1.9,34.82,891.0613394958029,33.648355972647416,30.975171954160004
+1999,10,19,11,30,978.0,103.0,733.0,10.0,-8.0,2.3000000000000003,31.55,952.554993497338,35.655095686769144,32.797430706277126
+1999,10,19,12,30,971.0,101.0,715.0,11.0,-8.0,2.5,29.64,929.6667117023404,35.707393136282654,32.91839300117563
+1999,10,19,13,30,946.0,94.0,632.0,11.0,-8.0,2.6,28.29,827.9929376283163,32.85938665463193,30.375407841746988
+1999,10,19,14,30,894.0,82.0,493.0,11.0,-8.0,2.5,28.93,655.4250321141631,28.418977936891253,26.452702840548763
+1999,10,19,15,30,794.0,63.0,310.0,10.0,-7.0,1.9,31.72,427.66520413076296,21.82998714150769,20.546991529115402
+1999,10,19,16,30,265.0,48.0,83.0,7.0,-4.0,1.0,48.69,111.51787031254744,10.276833784289169,9.942280173351527
+1999,10,19,17,30,0.0,0.0,0.0,4.0,-5.0,0.5,56.72,0.0,4.0,4.0
+1999,10,19,18,30,0.0,0.0,0.0,2.0,-6.0,0.7000000000000001,63.31,0.0,2.0,2.0
+1999,10,19,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.5,0.0,1.0,1.0
+1999,10,19,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,58.04,0.0,1.0,1.0
+1999,10,19,21,30,0.0,0.0,0.0,1.0,-7.0,1.5,60.16,0.0,1.0,1.0
+1999,10,19,22,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.09,0.0,0.0,0.0
+1999,10,19,23,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.25,0.0,0.0,0.0
+1999,10,20,0,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.72,0.0,0.0,0.0
+1999,10,20,1,30,0.0,0.0,0.0,0.0,-8.0,2.1,56.37000000000001,0.0,0.0,0.0
+1999,10,20,2,30,0.0,0.0,0.0,0.0,-8.0,2.2,57.05,0.0,0.0,0.0
+1999,10,20,3,30,0.0,0.0,0.0,1.0,-8.0,2.2,57.32,0.0,1.0,1.0
+1999,10,20,4,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,56.63,0.0,1.0,1.0
+1999,10,20,5,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,55.58,0.0,1.0,1.0
+1999,10,20,6,30,304.0,13.0,22.0,2.0,-8.0,2.4000000000000004,51.12000000000001,49.81267422607529,3.332693423490517,3.183255400812291
+1999,10,20,7,30,750.0,39.0,203.0,6.0,-7.0,2.8000000000000003,43.41,300.30145267388343,13.823472450305784,12.922568092284134
+1999,10,20,8,30,898.0,50.0,395.0,10.0,-6.0,2.6,35.5,544.2382612030592,24.36813533453427,22.73542055092509
+1999,10,20,9,30,967.0,57.0,554.0,13.0,-6.0,1.9,28.83,744.3849631557559,33.59102414086446,31.357869251397194
+1999,10,20,10,30,1001.0,61.0,663.0,15.0,-7.0,2.0,23.94,880.5197106350743,39.194500840124135,36.55294170821891
+1999,10,20,11,30,1014.0,63.0,712.0,16.0,-7.0,2.4000000000000004,22.07,941.6662580666264,41.19343618358459,38.36843740938471
+1999,10,20,12,30,1011.0,62.0,696.0,17.0,-7.0,2.9000000000000004,20.63,922.4566692684225,40.87301212863625,38.10564212083098
+1999,10,20,13,30,989.0,59.0,617.0,18.0,-7.0,3.1,20.64,823.9106479389401,39.04200514205528,36.57027319823846
+1999,10,20,14,30,942.0,54.0,482.0,17.0,-7.0,3.0,20.7,655.7624233626378,33.85890615636686,31.89161888627894
+1999,10,20,15,30,844.0,46.0,304.0,15.0,-6.0,2.0,25.2,431.32608560873024,26.851772554984738,25.557794298158548
+1999,10,20,16,30,606.0,29.0,107.0,11.0,-1.0,1.0,47.93,174.2160047090435,16.11915165160971,15.596503637482577
+1999,10,20,17,30,0.0,0.0,0.0,8.0,-3.0,0.8,50.26,0.0,8.0,8.0
+1999,10,20,18,30,0.0,0.0,0.0,7.0,-5.0,1.0,48.14,0.0,7.0,7.0
+1999,10,20,19,30,0.0,0.0,0.0,5.0,-5.0,1.5,54.41,0.0,5.0,5.0
+1999,10,20,20,30,0.0,0.0,0.0,5.0,-5.0,1.9,52.51,0.0,5.0,5.0
+1999,10,20,21,30,0.0,0.0,0.0,5.0,-6.0,2.4000000000000004,49.82,0.0,5.0,5.0
+1999,10,20,22,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,47.68,0.0,5.0,5.0
+1999,10,20,23,30,0.0,0.0,0.0,5.0,-7.0,3.1,49.73,0.0,5.0,5.0
+1999,10,21,0,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.71,0.0,5.0,5.0
+1999,10,21,1,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.14,0.0,5.0,5.0
+1999,10,21,2,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.51,0.0,4.0,4.0
+1999,10,21,3,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.89,0.0,4.0,4.0
+1999,10,21,4,30,0.0,0.0,0.0,5.0,-7.0,3.1,48.64,0.0,5.0,5.0
+1999,10,21,5,30,0.0,0.0,0.0,5.0,-7.0,3.0,47.62,0.0,5.0,5.0
+1999,10,21,6,30,310.0,12.0,21.0,6.0,-8.0,3.0,43.79,49.13003998288426,7.263077456135295,7.115687336186642
+1999,10,21,7,30,757.0,38.0,201.0,10.0,-7.0,3.6,35.47,300.3058404681772,17.420441889367282,16.519524367962752
+1999,10,21,8,30,903.0,50.0,392.0,14.0,-6.0,3.6,28.93,544.9245301516877,27.46487568732403,25.83010209686897
+1999,10,21,9,30,970.0,56.0,550.0,17.0,-6.0,2.6,23.42,743.0114776424895,36.61583781757747,34.38680338465
+1999,10,21,10,30,1001.0,60.0,657.0,19.0,-7.0,1.9,18.5,876.640631760909,43.24945331368085,40.619531418398125
+1999,10,21,11,30,1011.0,62.0,705.0,20.0,-8.0,2.0,16.72,934.9292006191508,45.68953886736035,42.88475126550289
+1999,10,21,12,30,1005.0,62.0,688.0,21.0,-8.0,2.3000000000000003,15.67,914.0437869732289,45.617876108756704,42.87574474783702
+1999,10,21,13,30,981.0,60.0,608.0,20.0,-8.0,2.6,15.87,815.3856061578641,41.52654742283231,39.08039060435872
+1999,10,21,14,30,931.0,55.0,474.0,19.0,-8.0,2.7,17.18,646.5830060882403,35.95702969302279,34.01728067475807
+1999,10,21,15,30,830.0,46.0,296.0,17.0,-7.0,2.0,21.1,422.2235662077834,28.60165786631455,27.3349871676912
+1999,10,21,16,30,586.0,29.0,102.0,13.0,0.0,1.2000000000000002,43.72,167.62767036334716,17.85971537838655,17.35683236729651
+1999,10,21,17,30,0.0,0.0,0.0,10.0,-2.0,0.9,45.8,0.0,10.0,10.0
+1999,10,21,18,30,0.0,0.0,0.0,9.0,-4.0,0.5,43.48,0.0,9.0,9.0
+1999,10,21,19,30,0.0,0.0,0.0,8.0,-5.0,0.8,44.71,0.0,8.0,8.0
+1999,10,21,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,46.0,0.0,7.0,7.0
+1999,10,21,21,30,0.0,0.0,0.0,6.0,-6.0,1.4,47.77,0.0,6.0,6.0
+1999,10,21,22,30,0.0,0.0,0.0,6.0,-6.0,1.5,49.56,0.0,6.0,6.0
+1999,10,21,23,30,0.0,0.0,0.0,6.0,-7.0,1.5,47.27,0.0,6.0,6.0
+1999,10,22,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,45.33,0.0,6.0,6.0
+1999,10,22,1,30,0.0,0.0,0.0,6.0,-8.0,1.5,43.7,0.0,6.0,6.0
+1999,10,22,2,30,0.0,0.0,0.0,5.0,-8.0,1.5,42.62,0.0,5.0,5.0
+1999,10,22,3,30,0.0,0.0,0.0,5.0,-8.0,1.5,41.75,0.0,5.0,5.0
+1999,10,22,4,30,0.0,0.0,0.0,5.0,-9.0,1.4,40.73,0.0,5.0,5.0
+1999,10,22,5,30,0.0,0.0,0.0,6.0,-9.0,1.4,39.42,0.0,6.0,6.0
+1999,10,22,6,30,280.0,11.0,18.0,7.0,-9.0,1.2000000000000002,33.27,44.126524089458314,8.279277742436337,8.146898170167962
+1999,10,22,7,30,749.0,39.0,197.0,10.0,-6.0,1.1,35.59,297.0207375992202,18.66908340163849,17.778021188840828
+1999,10,22,8,30,898.0,52.0,389.0,14.0,-4.0,0.6000000000000001,32.24,542.0547814106914,30.363248799486925,28.737084455254852
+1999,10,22,9,30,966.0,60.0,548.0,17.0,-8.0,0.4,19.83,741.5354320995984,39.689746171930445,37.46513987563165
+1999,10,22,10,30,998.0,65.0,656.0,18.0,-9.0,0.9,16.51,876.1658357805388,43.919226481192915,41.2907289738513
+1999,10,22,11,30,1009.0,68.0,704.0,19.0,-9.0,1.6,15.28,935.8887745379354,45.41356533235579,42.60589900874198
+1999,10,22,12,30,1003.0,68.0,687.0,20.0,-9.0,2.1,14.29,914.9061927128059,44.97202469697716,42.22730611883874
+1999,10,22,13,30,978.0,65.0,607.0,20.0,-9.0,2.6,14.35,814.6855316255126,41.50806513971819,39.064008544841656
+1999,10,22,14,30,927.0,59.0,471.0,19.0,-9.0,3.0,15.49,644.859168166246,35.57859586470314,33.6440183602044
+1999,10,22,15,30,821.0,49.0,292.0,17.0,-8.0,2.9000000000000004,19.47,418.4291776029272,27.828871604139554,26.57358407133077
+1999,10,22,16,30,566.0,29.0,97.0,13.0,-3.0,2.0,37.69,161.1900061042143,17.429102143886386,16.94553212557374
+1999,10,22,17,30,0.0,0.0,0.0,10.0,-3.0,1.4,45.59,0.0,10.0,10.0
+1999,10,22,18,30,0.0,0.0,0.0,9.0,-4.0,1.1,46.53,0.0,9.0,9.0
+1999,10,22,19,30,0.0,0.0,0.0,8.0,-4.0,1.0,48.82,0.0,8.0,8.0
+1999,10,22,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,48.02,0.0,7.0,7.0
+1999,10,22,21,30,0.0,0.0,0.0,7.0,-5.0,1.3,46.32,0.0,7.0,7.0
+1999,10,22,22,30,0.0,0.0,0.0,7.0,-6.0,1.4,44.26,0.0,7.0,7.0
+1999,10,22,23,30,0.0,0.0,0.0,7.0,-6.0,1.5,42.45,0.0,7.0,7.0
+1999,10,23,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,43.96,0.0,6.0,6.0
+1999,10,23,1,30,0.0,0.0,0.0,5.0,-7.0,1.5,46.33,0.0,5.0,5.0
+1999,10,23,2,30,0.0,0.0,0.0,4.0,-7.0,1.6,48.86,0.0,4.0,4.0
+1999,10,23,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,50.78,0.0,3.0,3.0
+1999,10,23,4,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.73,0.0,3.0,3.0
+1999,10,23,5,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,46.79,0.0,3.0,3.0
+1999,10,23,6,30,268.0,11.0,16.0,4.0,-9.0,1.5,42.35,42.29878559850647,5.201829402296399,5.074933045500879
+1999,10,23,7,30,753.0,39.0,195.0,9.0,-6.0,1.7000000000000002,40.02,296.8918070059925,17.323216376949507,16.43254095593153
+1999,10,23,8,30,907.0,53.0,389.0,13.0,-7.0,1.9,26.2,545.8168221810745,28.09827296131019,26.460822494766965
+1999,10,23,9,30,976.0,61.0,549.0,16.0,-10.0,1.6,17.52,746.9718542002817,37.08176784371756,34.84085228111671
+1999,10,23,10,30,1010.0,65.0,658.0,18.0,-10.0,1.5,15.04,882.9636503455305,43.08752109851788,40.43863014748129
+1999,10,23,11,30,1022.0,67.0,707.0,19.0,-10.0,1.6,14.2,942.8979221225446,45.61138432825261,42.782690561884976
+1999,10,23,12,30,1017.0,66.0,689.0,20.0,-10.0,2.0,13.27,921.4550527744301,45.31930265639134,42.55493749806806
+1999,10,23,13,30,993.0,63.0,608.0,20.0,-10.0,2.3000000000000003,13.33,820.9368024952739,42.11023233785127,39.647421930365454
+1999,10,23,14,30,940.0,57.0,471.0,19.0,-10.0,2.5,14.38,648.0482974984549,36.22292931008973,34.278784417594366
+1999,10,23,15,30,835.0,48.0,291.0,17.0,-9.0,1.9,17.830000000000005,421.12703437771717,28.64912963109897,27.385748527965816
+1999,10,23,16,30,576.0,28.0,95.0,13.0,-2.0,1.3,38.78,160.88130955038505,17.632886922867247,17.150242994216093
+1999,10,23,17,30,0.0,0.0,0.0,10.0,-4.0,1.1,40.6,0.0,10.0,10.0
+1999,10,23,18,30,0.0,0.0,0.0,9.0,-5.0,1.2000000000000002,43.52,0.0,9.0,9.0
+1999,10,23,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,50.68,0.0,7.0,7.0
+1999,10,23,20,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,51.94,0.0,6.0,6.0
+1999,10,23,21,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.44,0.0,5.0,5.0
+1999,10,23,22,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,43.75,0.0,5.0,5.0
+1999,10,23,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.38,0.0,5.0,5.0
+1999,10,24,0,30,0.0,0.0,0.0,5.0,-9.0,2.1,39.94,0.0,5.0,5.0
+1999,10,24,1,30,0.0,0.0,0.0,5.0,-9.0,2.2,41.66,0.0,5.0,5.0
+1999,10,24,2,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,40.76,0.0,5.0,5.0
+1999,10,24,3,30,0.0,0.0,0.0,5.0,-10.0,2.3000000000000003,39.88,0.0,5.0,5.0
+1999,10,24,4,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.94,0.0,5.0,5.0
+1999,10,24,5,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.4,0.0,5.0,5.0
+1999,10,24,6,30,0.0,0.0,0.0,6.0,-10.0,2.4000000000000004,35.6,0.0,6.0,6.0
+1999,10,24,7,30,690.0,36.0,176.0,10.0,-9.0,3.1,29.29,270.8980986924856,16.918516224932592,16.105821928855136
+1999,10,24,8,30,880.0,51.0,374.0,14.0,-9.0,3.4000000000000004,21.64,527.061290585392,27.196410093246605,25.615226221490428
+1999,10,24,9,30,636.0,134.0,450.0,18.0,-9.0,2.5,16.4,577.1655612414675,33.33910620528057,31.60760952155617
+1999,10,24,10,30,904.0,87.0,613.0,21.0,-11.0,1.3,11.33,815.7851787941397,44.49210419325085,42.044748656868435
+1999,10,24,11,30,594.0,199.0,567.0,22.0,-12.0,0.7000000000000001,9.74,702.5779524446473,43.06630930497103,40.95857544763709
+1999,10,24,12,30,1026.0,62.0,685.0,23.0,-13.0,0.7000000000000001,8.91,921.7579613975233,50.63826882348634,47.872994939293775
+1999,10,24,13,30,1003.0,58.0,604.0,23.0,-13.0,1.1,8.950000000000003,820.3731491202394,46.94406298924643,44.48294354188572
+1999,10,24,14,30,950.0,54.0,467.0,22.0,-12.0,1.5,9.81,648.3121233378173,40.42040050719824,38.47546413718479
+1999,10,24,15,30,842.0,45.0,287.0,19.0,-10.0,1.5,14.79,418.71308035355867,30.896835428598443,29.640696187537767
+1999,10,24,16,30,575.0,27.0,91.0,14.0,-1.0,1.3,38.62,158.02533238436246,18.550643564074036,18.07656756692095
+1999,10,24,17,30,0.0,0.0,0.0,11.0,-4.0,1.0,37.43,0.0,11.0,11.0
+1999,10,24,18,30,0.0,0.0,0.0,9.0,-5.0,0.5,40.75,0.0,9.0,9.0
+1999,10,24,19,30,0.0,0.0,0.0,8.0,-6.0,0.8,40.76,0.0,8.0,8.0
+1999,10,24,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.47,0.0,7.0,7.0
+1999,10,24,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,45.79,0.0,6.0,6.0
+1999,10,24,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.47,0.0,5.0,5.0
+1999,10,24,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.9,0.0,5.0,5.0
+1999,10,25,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.83,0.0,5.0,5.0
+1999,10,25,1,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.56,0.0,5.0,5.0
+1999,10,25,2,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,43.35,0.0,5.0,5.0
+1999,10,25,3,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,42.97,0.0,5.0,5.0
+1999,10,25,4,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.15,0.0,5.0,5.0
+1999,10,25,5,30,0.0,0.0,0.0,6.0,-9.0,1.3,37.92,0.0,6.0,6.0
+1999,10,25,6,30,0.0,0.0,0.0,8.0,-10.0,1.0,32.01,0.0,8.0,8.0
+1999,10,25,7,30,702.0,42.0,182.0,10.0,-7.0,1.2000000000000002,31.6,279.40657890730586,18.10031211073317,17.262092374011253
+1999,10,25,8,30,864.0,57.0,370.0,13.0,-6.0,1.5,28.47,522.1553407811355,27.835925718373872,26.269459696030466
+1999,10,25,9,30,937.0,66.0,527.0,16.0,-10.0,1.2000000000000002,18.9,719.3190271037075,36.853870547772594,34.69591346646147
+1999,10,25,10,30,973.0,71.0,634.0,18.0,-10.0,1.1,15.26,853.034671577071,42.89734815206499,40.33824413733378
+1999,10,25,11,30,985.0,73.0,680.0,19.0,-10.0,1.5,14.04,910.7605372291284,44.87731010726414,42.14502849557675
+1999,10,25,12,30,979.0,72.0,663.0,20.0,-10.0,2.1,13.12,888.8854048703831,44.261796957989986,41.595140743378835
+1999,10,25,13,30,951.0,69.0,582.0,21.0,-10.0,2.6,12.33,788.3955889304018,41.81399880607693,39.44881203928573
+1999,10,25,14,30,896.0,62.0,447.0,21.0,-10.0,2.9000000000000004,13.31,619.3856676290284,37.02958930020869,35.17143229732161
+1999,10,25,15,30,782.0,50.0,271.0,18.0,-9.0,2.4000000000000004,16.98,394.49476994995035,28.554353760001412,27.37086945015156
+1999,10,25,16,30,505.0,28.0,82.0,14.0,-2.0,2.2,37.53,141.5644573873748,17.83825135001173,17.413557977849607
+1999,10,25,17,30,0.0,0.0,0.0,11.0,-4.0,2.7,38.04,0.0,11.0,11.0
+1999,10,25,18,30,0.0,0.0,0.0,9.0,-5.0,2.9000000000000004,40.64,0.0,9.0,9.0
+1999,10,25,19,30,0.0,0.0,0.0,7.0,-5.0,2.9000000000000004,46.39,0.0,7.0,7.0
+1999,10,25,20,30,0.0,0.0,0.0,7.0,-6.0,2.8000000000000003,43.5,0.0,7.0,7.0
+1999,10,25,21,30,0.0,0.0,0.0,6.0,-7.0,2.5,43.62,0.0,6.0,6.0
+1999,10,25,22,30,0.0,0.0,0.0,6.0,-8.0,2.3000000000000003,41.04,0.0,6.0,6.0
+1999,10,25,23,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.84,0.0,6.0,6.0
+1999,10,26,0,30,0.0,0.0,0.0,6.0,-9.0,2.2,37.68,0.0,6.0,6.0
+1999,10,26,1,30,0.0,0.0,0.0,6.0,-9.0,2.3000000000000003,40.1,0.0,6.0,6.0
+1999,10,26,2,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,41.69,0.0,5.0,5.0
+1999,10,26,3,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.78,0.0,5.0,5.0
+1999,10,26,4,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.58,0.0,5.0,5.0
+1999,10,26,5,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,43.82,0.0,5.0,5.0
+1999,10,26,6,30,0.0,0.0,0.0,6.0,-9.0,2.1,36.69,0.0,6.0,6.0
+1999,10,26,7,30,749.0,36.0,183.0,11.0,-8.0,2.2,30.53,287.9245516903443,18.806527285326528,17.942753630255496
+1999,10,26,8,30,906.0,49.0,374.0,16.0,-7.0,2.0,23.47,534.7947466854343,30.694835097606617,29.090450857550316
+1999,10,26,9,30,976.0,56.0,532.0,19.0,-10.0,1.9,14.76,734.116417716833,39.30697774351645,37.10462849036595
+1999,10,26,10,30,1009.0,60.0,639.0,22.0,-11.0,2.6,11.25,868.2525088721227,44.92225747680206,42.31749995018569
+1999,10,26,11,30,1020.0,62.0,686.0,23.0,-12.0,3.2,10.43,926.6016834566449,46.50859991251752,43.72879486214758
+1999,10,26,12,30,1013.0,62.0,668.0,24.0,-11.0,3.5,9.91,904.2226857580454,46.490775946802366,43.77810788952823
+1999,10,26,13,30,986.0,60.0,587.0,24.0,-11.0,3.8,9.5,802.9030790336011,43.57991690000284,41.17120766290204
+1999,10,26,14,30,932.0,55.0,451.0,23.0,-11.0,3.8,10.47,632.0204692470031,38.41270495792835,36.51664355018734
+1999,10,26,15,30,821.0,45.0,273.0,21.0,-9.0,3.2,14.68,404.3628766504419,31.258998290601195,30.04590966064987
+1999,10,26,16,30,540.0,26.0,81.0,16.0,-3.0,2.5,31.9,146.04473055048908,19.88137439769784,19.443240206046372
+1999,10,26,17,30,0.0,0.0,0.0,13.0,-4.0,2.5,35.11,0.0,13.0,13.0
+1999,10,26,18,30,0.0,0.0,0.0,11.0,-5.0,2.5,36.53,0.0,11.0,11.0
+1999,10,26,19,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,41.3,0.0,9.0,9.0
+1999,10,26,20,30,0.0,0.0,0.0,8.0,-5.0,2.5,42.81,0.0,8.0,8.0
+1999,10,26,21,30,0.0,0.0,0.0,8.0,-6.0,2.6,43.59,0.0,8.0,8.0
+1999,10,26,22,30,0.0,0.0,0.0,8.0,-7.0,2.8000000000000003,40.76,0.0,8.0,8.0
+1999,10,26,23,30,0.0,0.0,0.0,8.0,-8.0,3.2,35.6,0.0,8.0,8.0
+1999,10,27,0,30,0.0,0.0,0.0,8.0,-8.0,3.6,36.17,0.0,8.0,8.0
+1999,10,27,1,30,0.0,0.0,0.0,8.0,-9.0,3.8,34.56,0.0,8.0,8.0
+1999,10,27,2,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.12,0.0,7.0,7.0
+1999,10,27,3,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.62,0.0,7.0,7.0
+1999,10,27,4,30,0.0,0.0,0.0,7.0,-9.0,3.7,35.02,0.0,7.0,7.0
+1999,10,27,5,30,0.0,0.0,0.0,7.0,-9.0,3.6,34.86,0.0,7.0,7.0
+1999,10,27,6,30,0.0,0.0,0.0,8.0,-9.0,3.7,32.62,0.0,8.0,8.0
+1999,10,27,7,30,725.0,33.0,172.0,11.0,-8.0,3.9,28.21,275.33679466121885,17.670475364528066,16.84446498054441
+1999,10,27,8,30,739.0,63.0,325.0,15.0,-7.0,4.2,23.19,456.89489456044856,25.853235698157313,24.482551014475966
+1999,10,27,9,30,948.0,62.0,520.0,18.0,-8.0,4.3,18.34,717.8579837023949,34.94091906606833,32.78734511496115
+1999,10,27,10,30,985.0,67.0,627.0,20.0,-9.0,4.0,14.32,852.864805885829,40.52674974127896,37.968155323621474
+1999,10,27,11,30,998.0,69.0,674.0,21.0,-10.0,3.8,12.59,911.5884837461945,43.230362823161016,40.495597371922436
+1999,10,27,12,30,990.0,69.0,657.0,22.0,-10.0,4.2,12.37,888.6886275450593,43.11020992321985,40.44414404058467
+1999,10,27,13,30,959.0,67.0,576.0,21.0,-10.0,4.800000000000002,12.61,786.2555015469865,38.9589364041171,36.600169899476136
+1999,10,27,14,30,893.0,62.0,438.0,20.0,-9.0,5.5,14.36,611.8550078274151,33.35453614750964,31.5189711240274
+1999,10,27,15,30,758.0,52.0,259.0,17.0,-7.0,6.1000000000000005,20.13,381.2997370213542,25.00649508317846,23.862595872114397
+1999,10,27,16,30,438.0,29.0,72.0,12.0,-4.0,5.6000000000000005,36.68,125.02380899250609,14.711221230441078,14.33614980346356
+1999,10,27,17,30,0.0,0.0,0.0,8.0,-2.0,4.0,53.97,0.0,8.0,8.0
+1999,10,27,18,30,0.0,0.0,0.0,6.0,-1.0,2.5,65.16,0.0,6.0,6.0
+1999,10,27,19,30,0.0,0.0,0.0,4.0,-1.0,1.7000000000000002,76.88,0.0,4.0,4.0
+1999,10,27,20,30,0.0,0.0,0.0,4.0,-1.0,1.2000000000000002,81.62,0.0,4.0,4.0
+1999,10,27,21,30,0.0,0.0,0.0,3.0,-1.0,0.6000000000000001,80.49,0.0,3.0,3.0
+1999,10,27,22,30,0.0,0.0,0.0,2.0,-2.0,0.4,85.97,0.0,2.0,2.0
+1999,10,27,23,30,0.0,0.0,0.0,2.0,-2.0,0.8,85.02,0.0,2.0,2.0
+1999,10,28,0,30,0.0,0.0,0.0,2.0,-2.0,1.4,83.22,0.0,2.0,2.0
+1999,10,28,1,30,0.0,0.0,0.0,2.0,-2.0,1.7000000000000002,80.62,0.0,2.0,2.0
+1999,10,28,2,30,0.0,0.0,0.0,2.0,-3.0,2.0,78.21000000000002,0.0,2.0,2.0
+1999,10,28,3,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,76.05,0.0,2.0,2.0
+1999,10,28,4,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,73.72,0.0,2.0,2.0
+1999,10,28,5,30,0.0,0.0,0.0,2.0,-4.0,3.3000000000000003,70.89,0.0,2.0,2.0
+1999,10,28,6,30,0.0,0.0,0.0,4.0,-5.0,3.9,63.29,0.0,4.0,4.0
+1999,10,28,7,30,709.0,39.0,172.0,7.0,-5.0,4.2,47.11,274.29253341988067,13.515637515088923,12.692759914829281
+1999,10,28,8,30,882.0,52.0,361.0,11.0,-5.0,3.8,36.55,520.4241496691913,23.691272295956615,22.12999984694904
+1999,10,28,9,30,960.0,60.0,520.0,15.0,-5.0,3.0,26.89,721.5391306921928,33.5499504990076,31.38533310693102
+1999,10,28,10,30,998.0,64.0,627.0,18.0,-7.0,2.0,19.08,857.3060566213062,41.556647121740724,38.984728951876804
+1999,10,28,11,30,1010.0,66.0,674.0,20.0,-8.0,1.4,16.490000000000002,915.6001730545069,46.18998417744806,43.44318365828454
+1999,10,28,12,30,405.0,251.0,490.0,21.0,-8.0,1.4,15.07,579.9776151841883,37.589779045447706,35.84984619989514
+1999,10,28,13,30,400.0,216.0,426.0,21.0,-8.0,1.6,14.28,510.4571889855261,35.406620399199326,33.87524883224275
+1999,10,28,14,30,256.0,179.0,286.0,20.0,-8.0,1.7000000000000002,15.9,332.1895814280184,29.312772192254794,28.31620344797074
+1999,10,28,15,30,66.0,107.0,125.0,18.0,-6.0,1.2000000000000002,22.25,133.16479876535843,21.860597829803545,21.46110343350747
+1999,10,28,16,30,0.0,24.0,24.0,13.0,-1.0,0.8,43.02,23.457233587073173,13.698619199336047,13.628247498574828
+1999,10,28,17,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.7,0.0,10.0,10.0
+1999,10,28,18,30,0.0,0.0,0.0,9.0,-2.0,1.7000000000000002,52.64,0.0,9.0,9.0
+1999,10,28,19,30,0.0,0.0,0.0,8.0,-2.0,2.3000000000000003,53.59,0.0,8.0,8.0
+1999,10,28,20,30,0.0,0.0,0.0,8.0,-3.0,2.7,55.39,0.0,8.0,8.0
+1999,10,28,21,30,0.0,0.0,0.0,7.0,-3.0,2.8000000000000003,57.69,0.0,7.0,7.0
+1999,10,28,22,30,0.0,0.0,0.0,6.0,-3.0,2.5,60.88,0.0,6.0,6.0
+1999,10,28,23,30,0.0,0.0,0.0,5.0,-3.0,2.1,60.84,0.0,5.0,5.0
+1999,10,29,0,30,0.0,0.0,0.0,5.0,-3.0,1.5,67.77,0.0,5.0,5.0
+1999,10,29,1,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,76.91,0.0,4.0,4.0
+1999,10,29,2,30,0.0,0.0,0.0,4.0,-2.0,1.5,77.23,0.0,4.0,4.0
+1999,10,29,3,30,0.0,0.0,0.0,3.0,-2.0,1.3,77.8,0.0,3.0,3.0
+1999,10,29,4,30,0.0,0.0,0.0,3.0,-2.0,0.7000000000000001,78.10000000000002,0.0,3.0,3.0
+1999,10,29,5,30,0.0,0.0,0.0,2.0,-2.0,0.6000000000000001,83.78,0.0,2.0,2.0
+1999,10,29,6,30,0.0,0.0,0.0,2.0,-2.0,1.1,82.54,0.0,2.0,2.0
+1999,10,29,7,30,199.0,68.0,104.0,4.0,-2.0,2.8000000000000003,72.19,132.30729609290404,7.4468780511740285,7.049956162895317
+1999,10,29,8,30,720.0,64.0,314.0,6.0,-4.0,4.800000000000002,54.5,444.0755510729425,16.143171735715526,14.8109450824967
+1999,10,29,9,30,900.0,63.0,490.0,8.0,-7.0,5.5,41.14,680.4988134755388,22.852777025010266,20.81128058458365
+1999,10,29,10,30,961.0,88.0,627.0,9.0,-8.0,5.5,35.47,848.3884927418803,27.51718895573451,24.97202347750887
+1999,10,29,11,30,968.0,95.0,673.0,9.0,-7.0,5.4,33.54,905.4750417644585,28.891508869123165,26.175083743829788
+1999,10,29,12,30,606.0,186.0,540.0,9.0,-7.0,5.4,34.64,680.5716793570307,23.950823569498187,21.909108531427094
+1999,10,29,13,30,0.0,68.0,68.0,9.0,-7.0,5.2,35.48000000000001,66.46216183004066,10.479095590875058,10.279709105384937
+1999,10,29,14,30,536.0,128.0,348.0,8.0,-7.0,4.800000000000002,37.98,452.66561528257716,18.339378206188016,16.981381360340286
+1999,10,29,15,30,762.0,55.0,257.0,7.0,-7.0,4.0,39.62,381.5825211230085,16.183927936389516,15.039180373020491
+1999,10,29,16,30,477.0,26.0,68.0,5.0,-7.0,2.7,46.3,128.24603153379792,8.36332960231585,7.978591507714457
+1999,10,29,17,30,0.0,0.0,0.0,3.0,-6.0,1.9,59.52,0.0,3.0,3.0
+1999,10,29,18,30,0.0,0.0,0.0,2.0,-5.0,1.9,64.82000000000001,0.0,2.0,2.0
+1999,10,29,19,30,0.0,0.0,0.0,2.0,-5.0,1.8,64.8,0.0,2.0,2.0
+1999,10,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,63.69000000000001,0.0,1.0,1.0
+1999,10,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,66.68,0.0,0.0,0.0
+1999,10,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.9,64.8,0.0,0.0,0.0
+1999,10,29,23,30,0.0,0.0,0.0,0.0,-7.0,2.2,62.8,0.0,0.0,0.0
+1999,10,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.4000000000000004,65.08,0.0,0.0,0.0
+1999,10,30,1,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.78,0.0,0.0,0.0
+1999,10,30,2,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.94,0.0,0.0,0.0
+1999,10,30,3,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,59.42,0.0,0.0,0.0
+1999,10,30,4,30,0.0,0.0,0.0,0.0,-9.0,2.4000000000000004,57.64,0.0,0.0,0.0
+1999,10,30,5,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,55.37000000000001,0.0,0.0,0.0
+1999,10,30,6,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.26,0.0,0.0,0.0
+1999,10,30,7,30,744.0,32.0,166.0,3.0,-10.0,3.1,43.58,275.80188842457136,10.043755010250187,9.216349344976473
+1999,10,30,8,30,907.0,42.0,352.0,7.0,-10.0,2.9000000000000004,30.89,519.323556130353,20.43999991242822,18.88202924403716
+1999,10,30,9,30,976.0,47.0,506.0,11.0,-12.0,2.5,21.19,714.3529041108623,29.985081231523527,27.84202251919094
+1999,10,30,10,30,1007.0,51.0,610.0,13.0,-14.0,3.3000000000000003,15.82,845.6390243806487,34.313163507360365,31.776246434218418
+1999,10,30,11,30,1017.0,53.0,656.0,14.0,-13.0,4.1000000000000005,15.41,902.334286635492,35.57533667568902,32.86833381578255
+1999,10,30,12,30,1009.0,53.0,638.0,15.0,-12.0,4.5,15.24,879.0347284342658,35.47498632444589,32.83788213914309
+1999,10,30,13,30,983.0,51.0,558.0,16.0,-12.0,4.6000000000000005,16.16,779.2332052443677,34.03220014066082,31.69450052492772
+1999,10,30,14,30,929.0,46.0,424.0,15.0,-11.0,4.3,17.16,609.8897704201046,29.39294884849174,27.563279537231427
+1999,10,30,15,30,818.0,38.0,250.0,13.0,-10.0,2.8000000000000003,21.46,386.7596105183481,23.075885850166717,21.915607018611674
+1999,10,30,16,30,526.0,21.0,65.0,9.0,-4.0,1.4,42.42,132.62805863589796,12.793715706247509,12.395831530339816
+1999,10,30,17,30,0.0,0.0,0.0,8.0,-6.0,0.7000000000000001,43.2,0.0,8.0,8.0
+1999,10,30,18,30,0.0,0.0,0.0,7.0,-7.0,0.7000000000000001,42.2,0.0,7.0,7.0
+1999,10,30,19,30,0.0,0.0,0.0,5.0,-7.0,1.2000000000000002,45.51,0.0,5.0,5.0
+1999,10,30,20,30,0.0,0.0,0.0,5.0,-7.0,1.4,49.37000000000001,0.0,5.0,5.0
+1999,10,30,21,30,0.0,0.0,0.0,5.0,-7.0,1.5,48.55,0.0,5.0,5.0
+1999,10,30,22,30,0.0,0.0,0.0,5.0,-7.0,1.4,47.62,0.0,5.0,5.0
+1999,10,30,23,30,0.0,0.0,0.0,5.0,-8.0,1.4,46.54,0.0,5.0,5.0
+1999,10,31,0,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.71,0.0,4.0,4.0
+1999,10,31,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,48.62000000000001,0.0,4.0,4.0
+1999,10,31,2,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.69,0.0,3.0,3.0
+1999,10,31,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.05,0.0,3.0,3.0
+1999,10,31,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,49.49,0.0,3.0,3.0
+1999,10,31,5,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,50.09,0.0,3.0,3.0
+1999,10,31,6,30,0.0,0.0,0.0,4.0,-8.0,1.6,47.45,0.0,4.0,4.0
+1999,10,31,7,30,739.0,29.0,159.0,8.0,-5.0,1.8,42.65,269.54647065209,15.506182851371774,14.697543439415504
+1999,10,31,8,30,905.0,39.0,345.0,13.0,-2.0,2.4000000000000004,37.45,512.9898309405023,26.724582842292914,25.185613349471407
+1999,10,31,9,30,978.0,45.0,500.0,17.0,-4.0,2.5,27.98,710.9641210046593,35.89501885174311,33.76212648872913
+1999,10,31,10,30,1013.0,48.0,606.0,20.0,-5.0,2.0,20.48,844.3538110871166,43.20075149365487,40.66769006039352
+1999,10,31,11,30,1025.0,49.0,652.0,21.0,-6.0,1.4,16.740000000000002,901.8655445820523,46.79711651210381,44.09151987835766
+1999,10,31,12,30,1019.0,48.0,634.0,22.0,-7.0,0.9,14.97,879.0903428995318,48.005740882083145,45.36846985338455
+1999,10,31,13,30,993.0,47.0,555.0,23.0,-7.0,0.4,14.69,779.6405303999264,46.85569856053428,44.5167769693345
+1999,10,31,14,30,939.0,43.0,421.0,22.0,-7.0,0.2,15.92,610.2471218800475,40.927074312603104,39.09633294696296
+1999,10,31,15,30,827.0,35.0,247.0,18.0,-4.0,0.2,25.0,385.4181423151578,29.953907785014234,28.79765335806876
+1999,10,31,16,30,532.0,19.0,62.0,13.0,0.0,0.30000000000000004,48.52,130.6877369591245,17.025978977139356,16.633915766261982
+1999,10,31,17,30,0.0,0.0,0.0,10.0,-2.0,1.0,46.91,0.0,10.0,10.0
+1999,10,31,18,30,0.0,0.0,0.0,9.0,-3.0,1.8,47.58,0.0,9.0,9.0
+1999,10,31,19,30,0.0,0.0,0.0,8.0,-3.0,2.2,48.7,0.0,8.0,8.0
+1999,10,31,20,30,0.0,0.0,0.0,7.0,-4.0,2.5,50.09,0.0,7.0,7.0
+1999,10,31,21,30,0.0,0.0,0.0,7.0,-5.0,2.6,50.92,0.0,7.0,7.0
+1999,10,31,22,30,0.0,0.0,0.0,6.0,-5.0,2.7,48.22,0.0,6.0,6.0
+1999,10,31,23,30,0.0,0.0,0.0,6.0,-6.0,2.8000000000000003,45.89,0.0,6.0,6.0
+1999,11,1,0,30,0.0,0.0,0.0,6.0,-6.0,2.6,48.0,0.0,6.0,6.0
+1999,11,1,1,30,0.0,0.0,0.0,5.0,-6.0,2.2,51.58,0.0,5.0,5.0
+1999,11,1,2,30,0.0,0.0,0.0,4.0,-6.0,1.7000000000000002,56.29,0.0,4.0,4.0
+1999,11,1,3,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.49,0.0,3.0,3.0
+1999,11,1,4,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,61.97,0.0,2.0,2.0
+1999,11,1,5,30,0.0,0.0,0.0,1.0,-6.0,1.1,61.16,0.0,1.0,1.0
+1999,11,1,6,30,0.0,0.0,0.0,1.0,-6.0,1.4,59.6,0.0,1.0,1.0
+1999,11,1,7,30,244.0,60.0,102.0,3.0,-6.0,2.4000000000000004,55.52,137.72101151448177,6.684602145406088,6.271439110862643
+1999,11,1,8,30,860.0,48.0,335.0,5.0,-8.0,3.3000000000000003,46.2,495.9165016182928,17.498890401528026,16.011140896673147
+1999,11,1,9,30,932.0,65.0,495.0,6.0,-9.0,3.4000000000000004,36.34,696.4603683639824,23.437775831377728,21.348394726285782
+1999,11,1,10,30,927.0,75.0,582.0,8.0,-10.0,3.3000000000000003,30.46,800.2078981654895,28.168134726248482,25.767511031752015
+1999,11,1,11,30,987.0,71.0,647.0,9.0,-10.0,3.7,27.91,888.5850912841202,30.812455955197365,28.146700681345003
+1999,11,1,12,30,979.0,70.0,628.0,10.0,-10.0,4.4,25.93,864.8158419919846,30.27590667459249,27.681459148616536
+1999,11,1,13,30,945.0,67.0,546.0,9.0,-10.0,5.0,28.03,760.7990607825956,26.15274687302958,23.870349690681795
+1999,11,1,14,30,876.0,62.0,411.0,8.0,-10.0,5.2,30.51,588.1343863684219,21.08875537247942,19.32435221337415
+1999,11,1,15,30,654.0,50.0,215.0,6.0,-9.0,4.7,38.23,324.8596841161221,13.468674347567717,12.494095295219351
+1999,11,1,16,30,311.0,26.0,50.0,3.0,-9.0,3.5,45.77,90.23651849387562,5.244457423631044,4.973747868149417
+1999,11,1,17,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,49.82,0.0,1.0,1.0
+1999,11,1,18,30,0.0,0.0,0.0,0.0,-9.0,1.8,53.02,0.0,0.0,0.0
+1999,11,1,19,30,0.0,0.0,0.0,0.0,-9.0,1.5,51.72,0.0,0.0,0.0
+1999,11,1,20,30,0.0,0.0,0.0,0.0,-9.0,1.1,54.39,0.0,0.0,0.0
+1999,11,1,21,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,54.89,0.0,0.0,0.0
+1999,11,1,22,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,58.08,0.0,-1.0,-1.0
+1999,11,1,23,30,0.0,0.0,0.0,-2.0,-10.0,1.0,60.63,0.0,-2.0,-2.0
+1999,11,2,0,30,0.0,0.0,0.0,-3.0,-10.0,1.0,64.84,0.0,-3.0,-3.0
+1999,11,2,1,30,0.0,0.0,0.0,-2.0,-10.0,0.9,65.05,0.0,-2.0,-2.0
+1999,11,2,2,30,0.0,0.0,0.0,-2.0,-10.0,0.8,64.25,0.0,-2.0,-2.0
+1999,11,2,3,30,0.0,0.0,0.0,-2.0,-10.0,0.8,58.38,0.0,-2.0,-2.0
+1999,11,2,4,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.8,0.0,-2.0,-2.0
+1999,11,2,5,30,0.0,0.0,0.0,-2.0,-11.0,1.1,54.15,0.0,-2.0,-2.0
+1999,11,2,6,30,0.0,0.0,0.0,-1.0,-12.0,1.5,43.78,0.0,-1.0,-1.0
+1999,11,2,7,30,730.0,36.0,159.0,3.0,-12.0,2.2,35.79,270.0718121917058,10.322484166406142,9.512268729831025
+1999,11,2,8,30,914.0,51.0,352.0,8.0,-13.0,2.5,22.8,524.6201781798442,21.942627853998303,20.368767319458772
+1999,11,2,9,30,990.0,59.0,512.0,12.0,-16.0,1.9,14.0,727.1220323504389,32.11350049040354,29.93213439335222
+1999,11,2,10,30,1023.0,64.0,618.0,15.0,-18.0,1.3,9.18,861.5892978842975,39.811121951990486,37.22635405833759
+1999,11,2,11,30,1029.0,66.0,661.0,16.0,-19.0,1.1,8.03,915.3048983484001,42.714816500177434,39.968901805132234
+1999,11,2,12,30,1014.0,65.0,639.0,17.0,-19.0,1.1,7.83,885.2117306031955,42.83649338000968,40.18085818820009
+1999,11,2,13,30,977.0,61.0,553.0,17.0,-18.0,1.2000000000000002,8.66,775.504945088017,39.482763731608294,37.156248896344245
+1999,11,2,14,30,120.0,174.0,221.0,16.0,-16.0,1.3,10.42,241.98342734809503,22.96837848501279,22.242428202968505
+1999,11,2,15,30,350.0,85.0,171.0,14.0,-11.0,1.0,17.89,229.85817824906442,20.754137628083352,20.064563093336158
+1999,11,2,16,30,39.0,25.0,28.0,10.0,-8.0,0.8,31.29,32.47769632671749,10.96727272292477,10.869839633944618
+1999,11,2,17,30,0.0,0.0,0.0,8.0,-10.0,1.4,31.9,0.0,8.0,8.0
+1999,11,2,18,30,0.0,0.0,0.0,6.0,-10.0,2.0,34.43,0.0,6.0,6.0
+1999,11,2,19,30,0.0,0.0,0.0,5.0,-10.0,2.5,37.04,0.0,5.0,5.0
+1999,11,2,20,30,0.0,0.0,0.0,5.0,-10.0,3.4000000000000004,36.3,0.0,5.0,5.0
+1999,11,2,21,30,0.0,0.0,0.0,5.0,-10.0,4.1000000000000005,35.96,0.0,5.0,5.0
+1999,11,2,22,30,0.0,0.0,0.0,5.0,-10.0,4.3,35.96,0.0,5.0,5.0
+1999,11,2,23,30,0.0,0.0,0.0,4.0,-10.0,3.8,39.1,0.0,4.0,4.0
+1999,11,3,0,30,0.0,0.0,0.0,4.0,-10.0,3.2,43.06,0.0,4.0,4.0
+1999,11,3,1,30,0.0,0.0,0.0,3.0,-9.0,2.6,45.29,0.0,3.0,3.0
+1999,11,3,2,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,52.32,0.0,2.0,2.0
+1999,11,3,3,30,0.0,0.0,0.0,2.0,-8.0,2.1,54.64,0.0,2.0,2.0
+1999,11,3,4,30,0.0,0.0,0.0,2.0,-7.0,2.0,55.52,0.0,2.0,2.0
+1999,11,3,5,30,0.0,0.0,0.0,1.0,-8.0,2.0,54.64,0.0,1.0,1.0
+1999,11,3,6,30,0.0,0.0,0.0,2.0,-8.0,2.0,53.19,0.0,2.0,2.0
+1999,11,3,7,30,703.0,35.0,151.0,5.0,-7.0,2.7,44.85,258.75124009083515,11.785907485987918,11.009653765715413
+1999,11,3,8,30,893.0,50.0,340.0,10.0,-7.0,3.2,35.5,510.3465838038334,22.947886745260558,21.416846993849056
+1999,11,3,9,30,945.0,70.0,498.0,13.0,-9.0,2.8000000000000003,23.19,704.6914005013244,31.358664963824125,29.24459076232015
+1999,11,3,10,30,1012.0,61.0,605.0,16.0,-12.0,2.4000000000000004,15.35,846.9615198537562,38.65969585041422,36.118811290852946
+1999,11,3,11,30,683.0,157.0,550.0,17.0,-14.0,2.1,12.71,716.0288554875841,36.543741648491704,34.39565508202895
+1999,11,3,12,30,724.0,138.0,545.0,18.0,-14.0,2.0,11.39,719.3043001344174,37.76470064634329,35.60678774594004
+1999,11,3,13,30,489.0,179.0,423.0,17.0,-14.0,2.0,11.31,531.7862144871373,31.612168084114394,30.01680944065298
+1999,11,3,14,30,41.0,157.0,173.0,16.0,-14.0,1.8,12.44,177.90689647412108,20.95425405580048,20.420533366378116
+1999,11,3,15,30,0.0,47.0,47.0,13.0,-9.0,1.2000000000000002,22.98,45.937082441351635,14.331767872777528,14.193956625453472
+1999,11,3,16,30,0.0,19.0,19.0,10.0,-4.0,0.6000000000000001,43.56,18.570309923099597,10.560590205964866,10.504879276195567
+1999,11,3,17,30,0.0,0.0,0.0,8.0,-6.0,0.5,44.51,0.0,8.0,8.0
+1999,11,3,18,30,0.0,0.0,0.0,6.0,-7.0,0.9,41.47,0.0,6.0,6.0
+1999,11,3,19,30,0.0,0.0,0.0,4.0,-9.0,1.6,43.72,0.0,4.0,4.0
+1999,11,3,20,30,0.0,0.0,0.0,4.0,-9.0,1.9,41.53,0.0,4.0,4.0
+1999,11,3,21,30,0.0,0.0,0.0,4.0,-10.0,2.2,42.89,0.0,4.0,4.0
+1999,11,3,22,30,0.0,0.0,0.0,4.0,-10.0,2.5,41.78,0.0,4.0,4.0
+1999,11,3,23,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.38,0.0,4.0,4.0
+1999,11,4,0,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.36,0.0,4.0,4.0
+1999,11,4,1,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.83,0.0,4.0,4.0
+1999,11,4,2,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,39.38,0.0,4.0,4.0
+1999,11,4,3,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,39.94,0.0,4.0,4.0
+1999,11,4,4,30,0.0,0.0,0.0,4.0,-10.0,3.0,40.41,0.0,4.0,4.0
+1999,11,4,5,30,0.0,0.0,0.0,4.0,-9.0,2.9000000000000004,40.69,0.0,4.0,4.0
+1999,11,4,6,30,0.0,0.0,0.0,5.0,-9.0,3.0,37.99,0.0,5.0,5.0
+1999,11,4,7,30,0.0,3.0,3.0,8.0,-9.0,3.8,31.95,2.9321541983841466,8.071504689721028,8.062708227125876
+1999,11,4,8,30,847.0,46.0,318.0,13.0,-8.0,4.3,25.54,480.3885206935224,24.33681484931586,22.895649287235294
+1999,11,4,9,30,880.0,61.0,456.0,16.0,-9.0,3.9,18.9,649.56040734685,31.736642464772114,29.787961242731566
+1999,11,4,10,30,859.0,86.0,544.0,19.0,-10.0,3.0,15.34,749.7237870564196,38.27454596188484,36.02537460071558
+1999,11,4,11,30,853.0,99.0,586.0,20.0,-10.0,2.0,14.36,796.6974371556272,41.891272369909785,39.501180058442905
+1999,11,4,12,30,537.0,192.0,491.0,20.0,-9.0,1.4,13.97,619.4670688561896,37.719342142181866,35.8609409356133
+1999,11,4,13,30,953.0,58.0,529.0,21.0,-9.0,1.1,14.46,749.2797549045436,42.8690746610138,40.621235396300165
+1999,11,4,14,30,898.0,51.0,398.0,20.0,-9.0,0.8,15.98,583.0475131381384,37.36471546363038,35.61557292421597
+1999,11,4,15,30,774.0,41.0,227.0,17.0,-5.0,0.5,24.18,360.7923095065021,27.965242159436837,26.882865230917332
+1999,11,4,16,30,431.0,20.0,48.0,13.0,-2.0,0.2,39.37,106.59591231666806,16.306117606293075,15.98632986934307
+1999,11,4,17,30,0.0,0.0,0.0,11.0,-5.0,0.2,37.66,0.0,11.0,11.0
+1999,11,4,18,30,0.0,0.0,0.0,9.0,-6.0,0.6000000000000001,37.95,0.0,9.0,9.0
+1999,11,4,19,30,0.0,0.0,0.0,8.0,-6.0,1.1,39.12,0.0,8.0,8.0
+1999,11,4,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,43.98,0.0,7.0,7.0
+1999,11,4,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,42.84,0.0,6.0,6.0
+1999,11,4,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,44.26,0.0,6.0,6.0
+1999,11,4,23,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,42.96,0.0,5.0,5.0
+1999,11,5,0,30,0.0,0.0,0.0,5.0,-8.0,1.6,42.27,0.0,5.0,5.0
+1999,11,5,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,45.34,0.0,4.0,4.0
+1999,11,5,2,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.51,0.0,4.0,4.0
+1999,11,5,3,30,0.0,0.0,0.0,4.0,-8.0,1.2000000000000002,49.11,0.0,4.0,4.0
+1999,11,5,4,30,0.0,0.0,0.0,4.0,-8.0,1.1,49.09,0.0,4.0,4.0
+1999,11,5,5,30,0.0,0.0,0.0,4.0,-8.0,0.9,45.49,0.0,4.0,4.0
+1999,11,5,6,30,0.0,0.0,0.0,4.0,-8.0,0.5,46.14,0.0,4.0,4.0
+1999,11,5,7,30,649.0,35.0,137.0,7.0,-7.0,0.6000000000000001,44.23,238.39097927621154,14.196414530830372,13.481241593001737
+1999,11,5,8,30,849.0,51.0,321.0,10.0,-6.0,1.0,36.42,484.0074873923671,24.222044252559332,22.77002179038223
+1999,11,5,9,30,933.0,60.0,475.0,13.0,-8.0,1.1,24.69,681.3791405378529,32.887273343956934,30.84313592234338
+1999,11,5,10,30,973.0,65.0,580.0,16.0,-9.0,1.1,19.36,814.5585563134326,39.77435366054363,37.33067799160333
+1999,11,5,11,30,988.0,67.0,626.0,18.0,-9.0,1.4,17.740000000000006,873.1137978896929,42.97469662500965,40.35535523134057
+1999,11,5,12,30,981.0,66.0,609.0,19.0,-9.0,1.8,16.48,850.343485490166,42.67990080938756,40.12887035291706
+1999,11,5,13,30,953.0,63.0,529.0,19.0,-9.0,2.1,15.58,751.3708441642445,39.50838810197886,37.254275569486126
+1999,11,5,14,30,891.0,56.0,396.0,18.0,-9.0,2.2,16.84,581.3637482926079,33.76257369196816,32.018482447090335
+1999,11,5,15,30,760.0,44.0,223.0,15.0,-7.0,1.8,23.46,356.0861088183316,24.916091415174833,23.847833088719838
+1999,11,5,16,30,402.0,20.0,45.0,11.0,-2.0,1.6,45.15,99.93935799366196,13.820585985703884,13.5207679117229
+1999,11,5,17,30,0.0,0.0,0.0,9.0,-4.0,1.7000000000000002,46.27,0.0,9.0,9.0
+1999,11,5,18,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,47.16,0.0,8.0,8.0
+1999,11,5,19,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,49.51,0.0,6.0,6.0
+1999,11,5,20,30,0.0,0.0,0.0,6.0,-6.0,1.8,49.81,0.0,6.0,6.0
+1999,11,5,21,30,0.0,0.0,0.0,5.0,-7.0,2.1,46.06,0.0,5.0,5.0
+1999,11,5,22,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.91,0.0,5.0,5.0
+1999,11,5,23,30,0.0,0.0,0.0,5.0,-9.0,2.5,40.61,0.0,5.0,5.0
+1999,11,6,0,30,0.0,0.0,0.0,5.0,-9.0,2.6,39.62,0.0,5.0,5.0
+1999,11,6,1,30,0.0,0.0,0.0,5.0,-9.0,2.7,39.47,0.0,5.0,5.0
+1999,11,6,2,30,0.0,0.0,0.0,5.0,-9.0,2.8000000000000003,39.48,0.0,5.0,5.0
+1999,11,6,3,30,0.0,0.0,0.0,5.0,-9.0,2.7,42.6,0.0,5.0,5.0
+1999,11,6,4,30,0.0,0.0,0.0,4.0,-9.0,2.6,42.92,0.0,4.0,4.0
+1999,11,6,5,30,0.0,0.0,0.0,4.0,-9.0,2.4000000000000004,43.09,0.0,4.0,4.0
+1999,11,6,6,30,0.0,0.0,0.0,5.0,-9.0,2.1,40.05,0.0,5.0,5.0
+1999,11,6,7,30,667.0,34.0,136.0,9.0,-8.0,2.1,34.78,241.45120102227628,15.590320847173215,14.865967244106386
+1999,11,6,8,30,859.0,50.0,319.0,14.0,-7.0,1.8,27.52,485.79367541290674,27.52811686559159,26.070735839352867
+1999,11,6,9,30,939.0,59.0,472.0,17.0,-8.0,1.4,18.31,681.6400207841914,36.497747908344465,34.45282784599189
+1999,11,6,10,30,975.0,65.0,576.0,19.0,-10.0,1.9,14.26,813.1074051657106,41.49201023339256,39.05268801789543
+1999,11,6,11,30,987.0,67.0,622.0,20.0,-10.0,2.5,12.9,869.2462518617834,43.10162191099908,40.49388315541373
+1999,11,6,12,30,979.0,67.0,604.0,21.0,-10.0,2.9000000000000004,12.32,846.7436805342944,42.91357364381439,40.3733426022115
+1999,11,6,13,30,948.0,64.0,525.0,21.0,-10.0,3.2,13.38,746.0098345952672,39.926845315972365,37.68881581218656
+1999,11,6,14,30,884.0,58.0,392.0,20.0,-10.0,3.2,14.72,576.8448176224854,34.634998264311534,32.904463811444074
+1999,11,6,15,30,749.0,45.0,219.0,17.0,-7.0,2.5,21.98,350.78238911404713,26.322608074516282,25.27026090717414
+1999,11,6,16,30,382.0,20.0,42.0,12.0,-3.0,1.9,37.2,95.20580781124116,14.633563524283034,14.34794610084931
+1999,11,6,17,30,0.0,0.0,0.0,9.0,-5.0,2.1,41.61,0.0,9.0,9.0
+1999,11,6,18,30,0.0,0.0,0.0,8.0,-5.0,2.2,43.65,0.0,8.0,8.0
+1999,11,6,19,30,0.0,0.0,0.0,7.0,-5.0,2.2,45.76,0.0,7.0,7.0
+1999,11,6,20,30,0.0,0.0,0.0,6.0,-6.0,2.2,47.46,0.0,6.0,6.0
+1999,11,6,21,30,0.0,0.0,0.0,6.0,-6.0,2.3000000000000003,45.75,0.0,6.0,6.0
+1999,11,6,22,30,0.0,0.0,0.0,6.0,-7.0,2.5,47.49,0.0,6.0,6.0
+1999,11,6,23,30,0.0,0.0,0.0,6.0,-7.0,2.7,46.12,0.0,6.0,6.0
+1999,11,7,0,30,0.0,0.0,0.0,5.0,-7.0,2.7,44.81,0.0,5.0,5.0
+1999,11,7,1,30,0.0,0.0,0.0,5.0,-8.0,2.6,43.57,0.0,5.0,5.0
+1999,11,7,2,30,0.0,0.0,0.0,5.0,-8.0,2.5,42.42,0.0,5.0,5.0
+1999,11,7,3,30,0.0,0.0,0.0,5.0,-8.0,2.3000000000000003,44.14,0.0,5.0,5.0
+1999,11,7,4,30,0.0,0.0,0.0,4.0,-9.0,2.1,42.78,0.0,4.0,4.0
+1999,11,7,5,30,0.0,0.0,0.0,4.0,-9.0,2.1,41.51,0.0,4.0,4.0
+1999,11,7,6,30,0.0,0.0,0.0,5.0,-10.0,2.1,37.63,0.0,5.0,5.0
+1999,11,7,7,30,692.0,32.0,135.0,9.0,-8.0,2.4000000000000004,31.32,245.59972589234826,15.570800395544124,14.83400121786708
+1999,11,7,8,30,887.0,46.0,320.0,14.0,-7.0,2.9000000000000004,25.72,493.6887975437579,26.776576986408514,25.29551059377724
+1999,11,7,9,30,967.0,54.0,475.0,18.0,-9.0,3.1,17.28,692.5077217169684,35.68608171011446,33.60855854496355
+1999,11,7,10,30,1001.0,58.0,579.0,20.0,-12.0,3.1,11.7,823.1972405166237,41.023785299058574,38.554193577508705
+1999,11,7,11,30,797.0,113.0,557.0,21.0,-12.0,3.1,10.37,757.0220307113465,40.33372447937801,38.06265838724397
+1999,11,7,12,30,1000.0,61.0,606.0,22.0,-13.0,2.9000000000000004,9.59,854.6440021532311,44.11803254157333,41.55410053511363
+1999,11,7,13,30,969.0,59.0,526.0,22.0,-13.0,2.5,10.19,753.5176629595838,42.0259479010326,39.76539491215385
+1999,11,7,14,30,904.0,54.0,392.0,21.0,-12.0,1.9,11.41,582.3679543488512,37.10934288090116,35.362239017854606
+1999,11,7,15,30,647.0,47.0,195.0,18.0,-5.0,1.2000000000000002,21.82,309.48946576463896,26.97244895765084,26.043980560356925
+1999,11,7,16,30,386.0,19.0,40.0,14.0,-3.0,1.3,32.96,94.31480095318449,16.715976201275208,16.433031798415655
+1999,11,7,17,30,0.0,0.0,0.0,12.0,-7.0,1.8,28.65,0.0,12.0,12.0
+1999,11,7,18,30,0.0,0.0,0.0,10.0,-7.0,2.1,33.69,0.0,10.0,10.0
+1999,11,7,19,30,0.0,0.0,0.0,8.0,-7.0,2.1,37.99,0.0,8.0,8.0
+1999,11,7,20,30,0.0,0.0,0.0,8.0,-7.0,2.0,38.56,0.0,8.0,8.0
+1999,11,7,21,30,0.0,0.0,0.0,7.0,-8.0,1.9,37.27,0.0,7.0,7.0
+1999,11,7,22,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.0,0.0,7.0,7.0
+1999,11,7,23,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.74,0.0,7.0,7.0
+1999,11,8,0,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,38.38,0.0,7.0,7.0
+1999,11,8,1,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,39.48,0.0,7.0,7.0
+1999,11,8,2,30,0.0,0.0,0.0,7.0,-6.0,1.6,41.73,0.0,7.0,7.0
+1999,11,8,3,30,0.0,0.0,0.0,7.0,-6.0,1.6,43.58,0.0,7.0,7.0
+1999,11,8,4,30,0.0,0.0,0.0,7.0,-6.0,1.7000000000000002,44.22,0.0,7.0,7.0
+1999,11,8,5,30,0.0,0.0,0.0,7.0,-6.0,1.8,43.88,0.0,7.0,7.0
+1999,11,8,6,30,0.0,0.0,0.0,7.0,-6.0,2.0,43.31,0.0,7.0,7.0
+1999,11,8,7,30,302.0,47.0,91.0,10.0,-6.0,2.4000000000000004,36.4,138.724691988902,13.711454716329605,13.295280640362899
+1999,11,8,8,30,802.0,54.0,299.0,14.0,-4.0,2.9000000000000004,30.19,456.2961921397673,25.808863106645756,24.439974530226454
+1999,11,8,9,30,895.0,63.0,450.0,17.0,-5.0,3.1,23.31,651.0385264760087,33.626992327448974,31.673876748020945
+1999,11,8,10,30,938.0,68.0,552.0,19.0,-6.0,2.6,19.86,781.8657834584977,39.641608999228175,37.296011648852684
+1999,11,8,11,30,952.0,70.0,597.0,20.0,-5.0,1.6,19.41,837.8376371304007,43.64627054873753,41.13275763734633
+1999,11,8,12,30,944.0,70.0,580.0,21.0,-5.0,0.8,18.67,816.1184631332447,45.306192167166486,42.85783677776675
+1999,11,8,13,30,911.0,67.0,502.0,21.0,-5.0,0.6000000000000001,20.12,717.1501879068464,42.64893172010874,40.497481156388204
+1999,11,8,14,30,841.0,60.0,372.0,20.0,-5.0,0.6000000000000001,21.67,549.2111074401766,36.57927999656623,34.9316466742457
+1999,11,8,15,30,696.0,47.0,204.0,17.0,-3.0,0.5,27.23,327.92342396953103,26.966287137594268,25.982516865685675
+1999,11,8,16,30,311.0,19.0,35.0,14.0,0.0,0.6000000000000001,43.42,79.05526021392642,16.386476304889474,16.149310524247696
+1999,11,8,17,30,0.0,0.0,0.0,11.0,-3.0,0.8,42.06,0.0,11.0,11.0
+1999,11,8,18,30,0.0,0.0,0.0,10.0,-3.0,0.9,47.2,0.0,10.0,10.0
+1999,11,8,19,30,0.0,0.0,0.0,8.0,-3.0,1.1,50.84,0.0,8.0,8.0
+1999,11,8,20,30,0.0,0.0,0.0,7.0,-3.0,1.4,54.44,0.0,7.0,7.0
+1999,11,8,21,30,0.0,0.0,0.0,7.0,-3.0,1.6,53.82,0.0,7.0,7.0
+1999,11,8,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,53.43,0.0,7.0,7.0
+1999,11,8,23,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.98,0.0,7.0,7.0
+1999,11,9,0,30,0.0,0.0,0.0,7.0,-3.0,2.2,52.58,0.0,7.0,7.0
+1999,11,9,1,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.58,0.0,7.0,7.0
+1999,11,9,2,30,0.0,0.0,0.0,7.0,-3.0,1.9,52.95,0.0,7.0,7.0
+1999,11,9,3,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,56.89,0.0,7.0,7.0
+1999,11,9,4,30,0.0,0.0,0.0,6.0,-3.0,1.6,56.05,0.0,6.0,6.0
+1999,11,9,5,30,0.0,0.0,0.0,6.0,-4.0,1.6,58.23,0.0,6.0,6.0
+1999,11,9,6,30,0.0,0.0,0.0,6.0,-5.0,1.6,55.65,0.0,6.0,6.0
+1999,11,9,7,30,549.0,38.0,115.0,9.0,-4.0,2.0,45.43,204.44003558888676,14.617505835551135,14.004185728784476
+1999,11,9,8,30,778.0,58.0,292.0,12.0,-5.0,2.7,36.67,445.96832488565957,23.69578856237636,22.357883587719382
+1999,11,9,9,30,878.0,68.0,444.0,14.0,-6.0,2.5,27.93,642.135556578681,31.065788678313933,29.13938200857789
+1999,11,9,10,30,927.0,74.0,549.0,15.0,-6.0,1.8,25.23,776.5262705647652,36.62427933725841,34.29470052556411
+1999,11,9,11,30,946.0,76.0,596.0,16.0,-6.0,0.8,22.71,835.9882455453873,40.897967468726435,38.390002732090274
+1999,11,9,12,30,944.0,74.0,580.0,17.0,-7.0,0.4,21.73,817.2670827565984,42.007008242231414,39.55520699396162
+1999,11,9,13,30,919.0,69.0,504.0,17.0,-8.0,0.6000000000000001,19.56,722.3190208565909,38.80496557952704,36.63800851695727
+1999,11,9,14,30,862.0,59.0,375.0,16.0,-8.0,0.8,20.1,558.3619970093782,32.629514722713715,30.95442873168558
+1999,11,9,15,30,729.0,45.0,206.0,14.0,-7.0,0.5,24.33,337.78546827932337,24.266015544199956,23.252659139361985
+1999,11,9,16,30,339.0,18.0,34.0,11.0,-3.0,0.30000000000000004,44.51,82.9574128674601,13.555594028739863,13.306721790137482
+1999,11,9,17,30,0.0,0.0,0.0,8.0,-5.0,0.30000000000000004,43.47,0.0,8.0,8.0
+1999,11,9,18,30,0.0,0.0,0.0,7.0,-5.0,0.4,46.55,0.0,7.0,7.0
+1999,11,9,19,30,0.0,0.0,0.0,6.0,-5.0,0.7000000000000001,53.61,0.0,6.0,6.0
+1999,11,9,20,30,0.0,0.0,0.0,5.0,-5.0,0.8,57.04,0.0,5.0,5.0
+1999,11,9,21,30,0.0,0.0,0.0,4.0,-5.0,0.9,56.0,0.0,4.0,4.0
+1999,11,9,22,30,0.0,0.0,0.0,3.0,-6.0,1.0,59.26,0.0,3.0,3.0
+1999,11,9,23,30,0.0,0.0,0.0,3.0,-6.0,1.1,58.23,0.0,3.0,3.0
+1999,11,10,0,30,0.0,0.0,0.0,3.0,-6.0,1.2000000000000002,61.44,0.0,3.0,3.0
+1999,11,10,1,30,0.0,0.0,0.0,2.0,-6.0,1.5,60.25,0.0,2.0,2.0
+1999,11,10,2,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.73,0.0,2.0,2.0
+1999,11,10,3,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,56.47,0.0,2.0,2.0
+1999,11,10,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,53.67,0.0,3.0,3.0
+1999,11,10,5,30,0.0,0.0,0.0,3.0,-8.0,1.8,50.79,0.0,3.0,3.0
+1999,11,10,6,30,0.0,0.0,0.0,4.0,-9.0,1.7000000000000002,45.04,0.0,4.0,4.0
+1999,11,10,7,30,573.0,30.0,109.0,7.0,-9.0,1.9,35.29,202.4999383613463,12.601511752259265,11.994011937175227
+1999,11,10,8,30,342.0,108.0,210.0,12.0,-7.0,2.2,27.74,275.73208116292307,19.47595160746555,18.648755363976782
+1999,11,10,9,30,46.0,175.0,195.0,16.0,-10.0,1.5,19.08,201.07070911299505,21.71299357022478,21.109781442885794
+1999,11,10,10,30,191.0,239.0,337.0,18.0,-11.0,0.6000000000000001,13.55,378.11763097210417,29.414405117812855,28.280052224896544
+1999,11,10,11,30,441.0,219.0,459.0,20.0,-11.0,0.4,12.85,567.805800210892,37.373909491090345,35.67049209045767
+1999,11,10,12,30,676.0,142.0,501.0,21.0,-11.0,0.7000000000000001,12.53,670.288447773424,41.09813105465525,39.08726571133498
+1999,11,10,13,30,431.0,181.0,383.0,21.0,-10.0,1.1,12.89,482.8823243312366,35.09378744609086,33.64514047309715
+1999,11,10,14,30,391.0,133.0,275.0,20.0,-10.0,1.5,14.23,356.17241868319167,30.11987646935181,29.051359213302234
+1999,11,10,15,30,743.0,40.0,203.0,16.0,-6.0,1.5,25.08,337.0315769101503,25.576030443938816,24.564935713208364
+1999,11,10,16,30,352.0,16.0,32.0,12.0,-2.0,1.4,41.89,82.95791213071918,14.372942327926276,14.124068591534119
+1999,11,10,17,30,0.0,0.0,0.0,10.0,-5.0,1.3,38.16,0.0,10.0,10.0
+1999,11,10,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,38.8,0.0,9.0,9.0
+1999,11,10,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,45.43,0.0,7.0,7.0
+1999,11,10,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.07,0.0,7.0,7.0
+1999,11,10,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,44.08,0.0,7.0,7.0
+1999,11,10,22,30,0.0,0.0,0.0,7.0,-8.0,2.0,41.15,0.0,7.0,7.0
+1999,11,10,23,30,0.0,0.0,0.0,7.0,-8.0,2.2,39.17,0.0,7.0,7.0
+1999,11,11,0,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.76,0.0,6.0,6.0
+1999,11,11,1,30,0.0,0.0,0.0,6.0,-8.0,2.1,40.5,0.0,6.0,6.0
+1999,11,11,2,30,0.0,0.0,0.0,6.0,-7.0,1.9,42.08,0.0,6.0,6.0
+1999,11,11,3,30,0.0,0.0,0.0,6.0,-7.0,1.8,42.29,0.0,6.0,6.0
+1999,11,11,4,30,0.0,0.0,0.0,7.0,-8.0,1.8,41.18,0.0,7.0,7.0
+1999,11,11,5,30,0.0,0.0,0.0,7.0,-8.0,1.8,37.64,0.0,7.0,7.0
+1999,11,11,6,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,36.99,0.0,7.0,7.0
+1999,11,11,7,30,0.0,19.0,19.0,9.0,-8.0,1.5,33.27,18.570309923099597,9.52763558479385,9.471924655024551
+1999,11,11,8,30,0.0,37.0,37.0,13.0,-5.0,1.7000000000000002,33.0,36.163235113404475,14.013818581842132,13.905328876501919
+1999,11,11,9,30,0.0,67.0,67.0,16.0,-7.0,1.7000000000000002,23.14,65.48477709724594,17.835833648200616,17.63937931690888
+1999,11,11,10,30,21.0,190.0,201.0,18.0,-10.0,1.2000000000000002,14.99,201.53210353065188,23.842643166510584,23.23804685591863
+1999,11,11,11,30,305.0,245.0,410.0,19.0,-12.0,1.1,12.37,483.2168858084969,33.10355222336799,31.653901565942498
+1999,11,11,12,30,261.0,244.0,382.0,20.0,-12.0,1.3,11.1,442.95317806603566,32.755689221077155,31.42682968687905
+1999,11,11,13,30,62.0,203.0,232.0,20.0,-13.0,1.6,10.92,242.26321956833237,26.83738874937817,26.110599090673173
+1999,11,11,14,30,587.0,97.0,308.0,19.0,-12.0,1.8,11.9,433.00219383467027,31.058008528567456,29.759001947063446
+1999,11,11,15,30,372.0,69.0,149.0,16.0,-7.0,1.7000000000000002,23.14,215.872722071437,22.051886018011228,21.404267851796916
+1999,11,11,16,30,0.0,22.0,22.0,12.0,-3.0,1.6,41.18,21.502464121483747,12.606863503796012,12.54235611143156
+1999,11,11,17,30,0.0,0.0,0.0,10.0,-5.0,1.5,36.75,0.0,10.0,10.0
+1999,11,11,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,37.87,0.0,9.0,9.0
+1999,11,11,19,30,0.0,0.0,0.0,8.0,-6.0,1.4,42.89,0.0,8.0,8.0
+1999,11,11,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.03,0.0,7.0,7.0
+1999,11,11,21,30,0.0,0.0,0.0,7.0,-7.0,1.5,38.75,0.0,7.0,7.0
+1999,11,11,22,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.7,0.0,6.0,6.0
+1999,11,11,23,30,0.0,0.0,0.0,6.0,-9.0,1.6,40.67,0.0,6.0,6.0
+1999,11,12,0,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.03,0.0,5.0,5.0
+1999,11,12,1,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,39.92,0.0,5.0,5.0
+1999,11,12,2,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.83,0.0,4.0,4.0
+1999,11,12,3,30,0.0,0.0,0.0,4.0,-11.0,1.9,39.1,0.0,4.0,4.0
+1999,11,12,4,30,0.0,0.0,0.0,3.0,-11.0,1.9,38.19,0.0,3.0,3.0
+1999,11,12,5,30,0.0,0.0,0.0,3.0,-11.0,1.8,37.65,0.0,3.0,3.0
+1999,11,12,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.26,0.0,4.0,4.0
+1999,11,12,7,30,639.0,30.0,113.0,8.0,-10.0,1.6,30.94,219.2018128423005,14.186527247684433,13.52892180915753
+1999,11,12,8,30,858.0,45.0,293.0,13.0,-7.0,1.8,27.47,466.1031299756073,25.979785313937242,24.58147592401042
+1999,11,12,9,30,947.0,53.0,447.0,16.0,-11.0,1.8,16.580000000000002,664.3315085275922,34.499940900254146,32.50694637467137
+1999,11,12,10,30,988.0,58.0,551.0,19.0,-13.0,1.4,11.6,798.2908079283234,41.83444700419512,39.43957458041015
+1999,11,12,11,30,1003.0,59.0,597.0,20.0,-13.0,1.6,10.36,856.3120327877889,44.167672952472024,41.59873685410866
+1999,11,12,12,30,996.0,59.0,580.0,21.0,-13.0,1.8,9.85,835.1504975833595,44.256814782658,41.75136328990792
+1999,11,12,13,30,966.0,56.0,502.0,21.0,-13.0,2.0,10.08,735.5197884678134,41.2102621043854,39.00370273898196
+1999,11,12,14,30,902.0,50.0,370.0,20.0,-12.0,1.7000000000000002,11.52,566.5098814078297,35.88182702038052,34.18229737615703
+1999,11,12,15,30,762.0,39.0,200.0,17.0,-4.0,1.2000000000000002,26.61,340.7221553077307,26.877919882301498,25.855753416378306
+1999,11,12,16,30,357.0,15.0,29.0,13.0,-3.0,0.9,36.2,81.90252292649421,15.422886118609888,15.177178549830405
+1999,11,12,17,30,0.0,0.0,0.0,11.0,-7.0,0.8,32.84,0.0,11.0,11.0
+1999,11,12,18,30,0.0,0.0,0.0,9.0,-7.0,1.2000000000000002,37.64,0.0,9.0,9.0
+1999,11,12,19,30,0.0,0.0,0.0,7.0,-7.0,1.6,42.22,0.0,7.0,7.0
+1999,11,12,20,30,0.0,0.0,0.0,6.0,-8.0,1.8,38.69,0.0,6.0,6.0
+1999,11,12,21,30,0.0,0.0,0.0,6.0,-10.0,2.1,35.050000000000004,0.0,6.0,6.0
+1999,11,12,22,30,0.0,0.0,0.0,6.0,-11.0,2.3000000000000003,32.59,0.0,6.0,6.0
+1999,11,12,23,30,0.0,0.0,0.0,6.0,-11.0,2.4000000000000004,31.07,0.0,6.0,6.0
+1999,11,13,0,30,0.0,0.0,0.0,6.0,-12.0,2.5,32.17,0.0,6.0,6.0
+1999,11,13,1,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.83,0.0,5.0,5.0
+1999,11,13,2,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.73,0.0,5.0,5.0
+1999,11,13,3,30,0.0,0.0,0.0,5.0,-12.0,2.5,31.47,0.0,5.0,5.0
+1999,11,13,4,30,0.0,0.0,0.0,5.0,-12.0,2.6,30.83,0.0,5.0,5.0
+1999,11,13,5,30,0.0,0.0,0.0,5.0,-12.0,2.6,32.53,0.0,5.0,5.0
+1999,11,13,6,30,0.0,0.0,0.0,5.0,-12.0,2.5,29.97,0.0,5.0,5.0
+1999,11,13,7,30,661.0,29.0,113.0,8.0,-12.0,2.6,25.45,223.07575411380708,13.889300428594074,13.220073166252654
+1999,11,13,8,30,880.0,45.0,296.0,13.0,-11.0,3.0,19.8,474.45826564705516,25.197782444806084,23.77440764786492
+1999,11,13,9,30,967.0,53.0,450.0,17.0,-11.0,2.3000000000000003,15.13,674.4122288125682,35.163896447582935,33.14065976114523
+1999,11,13,10,30,1005.0,58.0,556.0,20.0,-13.0,1.7000000000000002,10.86,808.0640117139747,42.65367873821294,40.22948670307102
+1999,11,13,11,30,1017.0,60.0,601.0,21.0,-14.0,2.2,9.11,865.4738410968992,44.46567917044317,41.869257647152466
+1999,11,13,12,30,1009.0,59.0,584.0,22.0,-14.0,2.8000000000000003,8.57,842.5343419991773,43.949757999423525,41.42215497342599
+1999,11,13,13,30,978.0,57.0,505.0,21.0,-14.0,3.1,9.41,742.5099815982146,39.963098595583254,37.73556865078861
+1999,11,13,14,30,912.0,51.0,372.0,20.0,-13.0,2.8000000000000003,10.86,571.2402162055088,34.881986264794335,33.168265616177806
+1999,11,13,15,30,769.0,39.0,200.0,16.0,-7.0,1.9,21.78,342.11508785814937,25.46351737570916,24.43717211213471
+1999,11,13,16,30,349.0,15.0,28.0,13.0,-3.0,1.4,37.21,79.93826822759375,15.286567916505458,15.046753111822676
+1999,11,13,17,30,0.0,0.0,0.0,12.0,-6.0,1.2000000000000002,32.82,0.0,12.0,12.0
+1999,11,13,18,30,0.0,0.0,0.0,11.0,-7.0,1.0,32.36,0.0,11.0,11.0
+1999,11,13,19,30,0.0,0.0,0.0,10.0,-8.0,1.2000000000000002,33.34,0.0,10.0,10.0
+1999,11,13,20,30,0.0,0.0,0.0,9.0,-8.0,1.5,32.4,0.0,9.0,9.0
+1999,11,13,21,30,0.0,0.0,0.0,9.0,-8.0,1.6,33.32,0.0,9.0,9.0
+1999,11,13,22,30,0.0,0.0,0.0,8.0,-9.0,1.6,31.87,0.0,8.0,8.0
+1999,11,13,23,30,0.0,0.0,0.0,7.0,-10.0,1.7000000000000002,32.87,0.0,7.0,7.0
+1999,11,14,0,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,34.78,0.0,6.0,6.0
+1999,11,14,1,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,37.34,0.0,6.0,6.0
+1999,11,14,2,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.67,0.0,5.0,5.0
+1999,11,14,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.1,0.0,5.0,5.0
+1999,11,14,4,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.58,0.0,5.0,5.0
+1999,11,14,5,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.2,0.0,5.0,5.0
+1999,11,14,6,30,0.0,0.0,0.0,6.0,-11.0,1.7000000000000002,32.06,0.0,6.0,6.0
+1999,11,14,7,30,607.0,30.0,104.0,9.0,-10.0,1.3,27.65,206.578797242778,14.948834025297256,14.32909763356892
+1999,11,14,8,30,838.0,46.0,282.0,13.0,-4.0,1.3,33.65,452.53805186126607,26.03170410799818,24.674089952414384
+1999,11,14,9,30,933.0,55.0,435.0,17.0,-9.0,1.3,18.77,651.7440262690279,35.76822351084226,33.812991432035176
+1999,11,14,10,30,976.0,60.0,540.0,18.0,-11.0,0.9,13.84,785.4551921151841,41.235773621697916,38.87940804535236
+1999,11,14,11,30,992.0,63.0,587.0,19.0,-11.0,1.0,12.87,845.7221655818886,43.850644623448474,41.313478126702805
+1999,11,14,12,30,985.0,62.0,571.0,20.0,-11.0,1.2000000000000002,12.05,824.1415369178318,43.89279342870621,41.42036881795272
+1999,11,14,13,30,954.0,60.0,494.0,20.0,-11.0,1.5,12.26,726.2657698561786,40.63528642121122,38.45648911164268
+1999,11,14,14,30,886.0,53.0,362.0,19.0,-10.0,1.4,13.76,556.4620899115744,34.91713693272339,33.247750662988665
+1999,11,14,15,30,737.0,41.0,193.0,16.0,-4.0,1.2000000000000002,29.96,330.142350768271,25.571199406443963,24.58077235413915
+1999,11,14,16,30,305.0,14.0,25.0,13.0,-2.0,1.2000000000000002,40.34,70.35949551453513,15.039801195270147,14.828722708726541
+1999,11,14,17,30,0.0,0.0,0.0,11.0,-6.0,1.3,35.44,0.0,11.0,11.0
+1999,11,14,18,30,0.0,0.0,0.0,10.0,-6.0,1.4,36.57,0.0,10.0,10.0
+1999,11,14,19,30,0.0,0.0,0.0,9.0,-7.0,1.6,38.31,0.0,9.0,9.0
+1999,11,14,20,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,40.32,0.0,7.0,7.0
+1999,11,14,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,41.64,0.0,7.0,7.0
+1999,11,14,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,39.95,0.0,6.0,6.0
+1999,11,14,23,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,41.3,0.0,6.0,6.0
+1999,11,15,0,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,40.03,0.0,5.0,5.0
+1999,11,15,1,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,38.92,0.0,5.0,5.0
+1999,11,15,2,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,40.61,0.0,5.0,5.0
+1999,11,15,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.48,0.0,5.0,5.0
+1999,11,15,4,30,0.0,0.0,0.0,4.0,-10.0,1.8,38.51,0.0,4.0,4.0
+1999,11,15,5,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.9,0.0,4.0,4.0
+1999,11,15,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.51,0.0,4.0,4.0
+1999,11,15,7,30,602.0,29.0,101.0,8.0,-10.0,1.7000000000000002,32.55,202.59564127520204,13.679669561667339,13.071882637841732
+1999,11,15,8,30,839.0,46.0,280.0,13.0,-7.0,2.2,28.24,450.6738620944352,25.21916568270784,23.867144096424532
+1999,11,15,9,30,936.0,55.0,433.0,17.0,-9.0,2.3000000000000003,17.29,650.9345207827079,34.5315730120607,32.578769449712574
+1999,11,15,10,30,980.0,60.0,538.0,20.0,-11.0,1.9,12.78,785.5605869447212,41.73001579897017,39.37333403813601
+1999,11,15,11,30,995.0,62.0,585.0,21.0,-11.0,2.0,11.58,844.3029778870552,44.19935472321721,41.66644578955604
+1999,11,15,12,30,988.0,62.0,569.0,22.0,-11.0,2.2,11.63,823.852828517428,44.33720447651016,41.86564599095787
+1999,11,15,13,30,957.0,59.0,491.0,21.0,-11.0,2.3000000000000003,11.85,725.1157886216089,40.529491806843836,38.354144440979006
+1999,11,15,14,30,889.0,52.0,359.0,20.0,-10.0,1.9,14.3,555.382087282021,35.36286536222647,33.696719100380406
+1999,11,15,15,30,738.0,40.0,190.0,16.0,-3.0,1.3,29.86,328.3393457157139,25.45516334545201,24.47014530830487
+1999,11,15,16,30,302.0,13.0,23.0,13.0,-3.0,1.0,39.56,68.47892352901621,15.012180195898047,14.806743425310998
+1999,11,15,17,30,0.0,0.0,0.0,11.0,-6.0,0.5,35.31,0.0,11.0,11.0
+1999,11,15,18,30,0.0,0.0,0.0,9.0,-6.0,0.7000000000000001,36.88,0.0,9.0,9.0
+1999,11,15,19,30,0.0,0.0,0.0,8.0,-6.0,1.3,41.61,0.0,8.0,8.0
+1999,11,15,20,30,0.0,0.0,0.0,6.0,-7.0,1.6,43.47,0.0,6.0,6.0
+1999,11,15,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,41.89,0.0,6.0,6.0
+1999,11,15,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.14,0.0,5.0,5.0
+1999,11,15,23,30,0.0,0.0,0.0,5.0,-8.0,1.8,41.58,0.0,5.0,5.0
+1999,11,16,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,40.29,0.0,5.0,5.0
+1999,11,16,1,30,0.0,0.0,0.0,5.0,-9.0,1.9,39.44,0.0,5.0,5.0
+1999,11,16,2,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.84,0.0,5.0,5.0
+1999,11,16,3,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.41,0.0,5.0,5.0
+1999,11,16,4,30,0.0,0.0,0.0,5.0,-9.0,1.9,40.66,0.0,5.0,5.0
+1999,11,16,5,30,0.0,0.0,0.0,5.0,-10.0,1.9,39.83,0.0,5.0,5.0
+1999,11,16,6,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.4,0.0,5.0,5.0
+1999,11,16,7,30,578.0,29.0,96.0,8.0,-9.0,1.8,31.69,194.1542692716304,13.406702016916318,12.824239209101426
+1999,11,16,8,30,820.0,47.0,272.0,13.0,-7.0,2.3000000000000003,27.29,440.1554632830033,24.85467569291705,23.53420930306804
+1999,11,16,9,30,916.0,57.0,423.0,17.0,-8.0,2.0,20.5,637.460677482193,34.515840600280434,32.603458567833854
+1999,11,16,10,30,958.0,62.0,526.0,19.0,-9.0,1.4,15.27,768.417154938498,40.97993591720396,38.67468445238847
+1999,11,16,11,30,971.0,65.0,571.0,20.0,-10.0,1.7000000000000002,13.61,825.6106383926299,43.145589821933264,40.668757906755374
+1999,11,16,12,30,961.0,65.0,554.0,21.0,-10.0,1.9,13.55,803.4295693049689,43.224303923212624,40.814015215297715
+1999,11,16,13,30,926.0,62.0,477.0,20.0,-10.0,2.0,13.78,704.2907051496147,39.35216424075721,37.23929212530837
+1999,11,16,14,30,854.0,55.0,348.0,19.0,-9.0,1.7000000000000002,15.21,536.7808835859739,34.04838912919556,32.43804647843764
+1999,11,16,15,30,698.0,42.0,181.0,15.0,-5.0,1.4,27.54,313.5146092097389,23.967825581781607,23.02728175415239
+1999,11,16,16,30,0.0,21.0,21.0,12.0,-3.0,1.4,39.73,20.52507938868903,12.587102886445862,12.525527648279795
+1999,11,16,17,30,0.0,0.0,0.0,10.0,-5.0,1.4,38.57,0.0,10.0,10.0
+1999,11,16,18,30,0.0,0.0,0.0,9.0,-5.0,1.3,39.98,0.0,9.0,9.0
+1999,11,16,19,30,0.0,0.0,0.0,8.0,-5.0,1.4,45.25,0.0,8.0,8.0
+1999,11,16,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.59,0.0,7.0,7.0
+1999,11,16,21,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,46.18,0.0,6.0,6.0
+1999,11,16,22,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,48.33,0.0,6.0,6.0
+1999,11,16,23,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.52,0.0,5.0,5.0
+1999,11,17,0,30,0.0,0.0,0.0,5.0,-7.0,1.8,50.77,0.0,5.0,5.0
+1999,11,17,1,30,0.0,0.0,0.0,5.0,-6.0,1.9,51.6,0.0,5.0,5.0
+1999,11,17,2,30,0.0,0.0,0.0,5.0,-6.0,1.8,52.79,0.0,5.0,5.0
+1999,11,17,3,30,0.0,0.0,0.0,5.0,-6.0,1.8,53.58,0.0,5.0,5.0
+1999,11,17,4,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.72,0.0,5.0,5.0
+1999,11,17,5,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.54,0.0,5.0,5.0
+1999,11,17,6,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.76,0.0,5.0,5.0
+1999,11,17,7,30,559.0,28.0,90.0,8.0,-5.0,2.0,43.02,186.27215574796006,13.118297494425482,12.559481027181603
+1999,11,17,8,30,801.0,46.0,262.0,13.0,-3.0,2.8000000000000003,36.15,427.7899452289235,24.144810726742676,22.861440891055906
+1999,11,17,9,30,899.0,55.0,411.0,17.0,-4.0,3.4000000000000004,27.81,622.1082445133751,32.57616858538418,30.70984385184406
+1999,11,17,10,30,944.0,61.0,514.0,19.0,-5.0,3.0,21.78,754.3756229442567,38.39413937238511,36.13101250355234
+1999,11,17,11,30,958.0,63.0,559.0,20.0,-5.0,2.8000000000000003,20.13,810.8164918442297,41.123442559852094,38.6909930843194
+1999,11,17,12,30,947.0,64.0,543.0,21.0,-5.0,2.7,20.05,789.2733634948514,41.699170461754555,39.33135037127
+1999,11,17,13,30,624.0,122.0,400.0,20.0,-5.0,2.6,20.05,551.6082181776317,34.56270551963348,32.90788086510059
+1999,11,17,14,30,441.0,116.0,266.0,19.0,-5.0,2.1,21.72,361.9766962444419,28.880019471224504,27.79408938249118
+1999,11,17,15,30,348.0,68.0,136.0,16.0,-1.0,1.4,34.81,201.78402663742668,21.77186486025419,21.16651278034191
+1999,11,17,16,30,0.0,14.0,14.0,12.0,0.0,1.3,47.19,13.683386259126019,12.39403944086241,12.352989282085034
+1999,11,17,17,30,0.0,0.0,0.0,10.0,-2.0,1.6,49.68,0.0,10.0,10.0
+1999,11,17,18,30,0.0,0.0,0.0,9.0,-3.0,2.1,51.92,0.0,9.0,9.0
+1999,11,17,19,30,0.0,0.0,0.0,9.0,-3.0,2.9000000000000004,50.16,0.0,9.0,9.0
+1999,11,17,20,30,0.0,0.0,0.0,9.0,-4.0,3.6,44.84,0.0,9.0,9.0
+1999,11,17,21,30,0.0,0.0,0.0,9.0,-4.0,3.8,47.07,0.0,9.0,9.0
+1999,11,17,22,30,0.0,0.0,0.0,8.0,-3.0,4.1000000000000005,48.78,0.0,8.0,8.0
+1999,11,17,23,30,0.0,0.0,0.0,8.0,-3.0,4.2,55.95,0.0,8.0,8.0
+1999,11,18,0,30,0.0,0.0,0.0,7.0,-2.0,3.9,63.63,0.0,7.0,7.0
+1999,11,18,1,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.89,0.0,6.0,6.0
+1999,11,18,2,30,0.0,0.0,0.0,5.0,-4.0,4.800000000000002,62.93,0.0,5.0,5.0
+1999,11,18,3,30,0.0,0.0,0.0,3.0,-5.0,4.7,60.88,0.0,3.0,3.0
+1999,11,18,4,30,0.0,0.0,0.0,3.0,-6.0,4.6000000000000005,62.78,0.0,3.0,3.0
+1999,11,18,5,30,0.0,0.0,0.0,2.0,-6.0,4.7,60.4,0.0,2.0,2.0
+1999,11,18,6,30,0.0,0.0,0.0,2.0,-7.0,5.2,56.23,0.0,2.0,2.0
+1999,11,18,7,30,602.0,26.0,92.0,3.0,-8.0,6.1000000000000005,51.88,194.98916889740724,7.094363752374456,6.509396245682234
+1999,11,18,8,30,855.0,41.0,269.0,4.0,-9.0,7.1000000000000005,40.89,446.3209738204923,12.791379594431847,11.45241667297037
+1999,11,18,9,30,955.0,49.0,423.0,5.0,-11.0,7.6,33.26,648.8944237819259,17.38277365768384,15.43609038633806
+1999,11,18,10,30,999.0,53.0,529.0,6.0,-12.0,7.7,28.73,784.194221338114,20.87044637460793,18.517863710593588
+1999,11,18,11,30,1011.0,55.0,575.0,7.0,-12.0,7.7,26.02,841.7097684217752,22.961096924358735,20.43596761909341
+1999,11,18,12,30,1000.0,56.0,558.0,8.0,-12.0,7.3000000000000025,24.3,819.6428644145768,23.941107254575687,21.482178661331957
+1999,11,18,13,30,965.0,54.0,481.0,8.0,-12.0,6.7,24.9,719.3286139384239,22.53471831313618,20.37673247132091
+1999,11,18,14,30,895.0,49.0,350.0,7.0,-12.0,5.9,27.36,550.7975720623849,18.715413122696123,17.06302040650897
+1999,11,18,15,30,743.0,38.0,182.0,6.0,-11.0,4.1000000000000005,30.33,325.0240643290865,13.771514082378683,12.796441889391424
+1999,11,18,16,30,288.0,12.0,19.0,3.0,-10.0,2.2,42.06,64.0773161475108,4.737334707788354,4.545102759345822
+1999,11,18,17,30,0.0,0.0,0.0,1.0,-9.0,1.5,49.15,0.0,1.0,1.0
+1999,11,18,18,30,0.0,0.0,0.0,0.0,-9.0,1.4,50.09,0.0,0.0,0.0
+1999,11,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,53.81,0.0,0.0,0.0
+1999,11,18,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,56.99,0.0,0.0,0.0
+1999,11,18,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.78,0.0,0.0,0.0
+1999,11,18,22,30,0.0,0.0,0.0,0.0,-9.0,1.9,58.93,0.0,0.0,0.0
+1999,11,18,23,30,0.0,0.0,0.0,0.0,-10.0,2.2,58.23,0.0,0.0,0.0
+1999,11,19,0,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.98,0.0,-1.0,-1.0
+1999,11,19,1,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.74,0.0,-1.0,-1.0
+1999,11,19,2,30,0.0,0.0,0.0,-1.0,-10.0,2.2,57.18,0.0,-1.0,-1.0
+1999,11,19,3,30,0.0,0.0,0.0,-1.0,-10.0,2.1,55.94,0.0,-1.0,-1.0
+1999,11,19,4,30,0.0,0.0,0.0,-1.0,-11.0,2.1,53.92,0.0,-1.0,-1.0
+1999,11,19,5,30,0.0,0.0,0.0,-1.0,-11.0,2.1,51.41,0.0,-1.0,-1.0
+1999,11,19,6,30,0.0,0.0,0.0,0.0,-12.0,2.0,45.44,0.0,0.0,0.0
+1999,11,19,7,30,615.0,25.0,90.0,2.0,-12.0,2.3000000000000003,39.08,196.07462354197213,7.280863848340731,6.692639977714815
+1999,11,19,8,30,860.0,41.0,267.0,6.0,-11.0,2.2,33.14,446.291576599714,18.10034833599048,16.761473606191338
+1999,11,19,9,30,956.0,49.0,419.0,9.0,-12.0,1.2000000000000002,22.62,646.7840932910053,27.751000940650044,25.81064866077703
+1999,11,19,10,30,999.0,53.0,525.0,12.0,-14.0,0.9,17.650000000000006,781.3811043077828,35.115251683644686,32.771108370721336
+1999,11,19,11,30,1013.0,55.0,572.0,13.0,-14.0,1.1,15.19,840.566753598431,37.53344958499773,35.01174932420244
+1999,11,19,12,30,1005.0,54.0,556.0,14.0,-14.0,1.2000000000000002,13.97,819.0858587585783,37.74622361212736,35.28896603585162
+1999,11,19,13,30,563.0,134.0,381.0,15.0,-14.0,1.2000000000000002,13.76,518.6616942489145,30.036587970577713,28.48060288783097
+1999,11,19,14,30,573.0,89.0,280.0,14.0,-14.0,1.3,14.76,407.9689485633887,25.74825100577198,24.524344160081814
+1999,11,19,15,30,298.0,66.0,124.0,11.0,-10.0,1.3,24.3,179.58546257483658,16.171509005149286,15.632752617424774
+1999,11,19,16,30,0.0,12.0,12.0,7.0,-9.0,1.4,35.18,11.728616793536586,7.335487363683349,7.300301513302739
+1999,11,19,17,30,0.0,0.0,0.0,4.0,-10.0,1.7000000000000002,39.95,0.0,4.0,4.0
+1999,11,19,18,30,0.0,0.0,0.0,3.0,-10.0,1.9,42.33,0.0,3.0,3.0
+1999,11,19,19,30,0.0,0.0,0.0,3.0,-11.0,2.2,39.82,0.0,3.0,3.0
+1999,11,19,20,30,0.0,0.0,0.0,3.0,-11.0,2.5,37.59,0.0,3.0,3.0
+1999,11,19,21,30,0.0,0.0,0.0,3.0,-12.0,2.6,36.72,0.0,3.0,3.0
+1999,11,19,22,30,0.0,0.0,0.0,4.0,-12.0,2.6,37.0,0.0,4.0,4.0
+1999,11,19,23,30,0.0,0.0,0.0,4.0,-11.0,2.5,38.26,0.0,4.0,4.0
+1999,11,20,0,30,0.0,0.0,0.0,4.0,-11.0,2.7,39.73,0.0,4.0,4.0
+1999,11,20,1,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,38.71,0.0,4.0,4.0
+1999,11,20,2,30,0.0,0.0,0.0,4.0,-9.0,3.2,41.44,0.0,4.0,4.0
+1999,11,20,3,30,0.0,0.0,0.0,5.0,-9.0,3.4000000000000004,43.68,0.0,5.0,5.0
+1999,11,20,4,30,0.0,0.0,0.0,5.0,-8.0,3.5,42.09,0.0,5.0,5.0
+1999,11,20,5,30,0.0,0.0,0.0,5.0,-8.0,3.3000000000000003,42.59,0.0,5.0,5.0
+1999,11,20,6,30,0.0,0.0,0.0,5.0,-8.0,3.0,43.02,0.0,5.0,5.0
+1999,11,20,7,30,81.0,37.0,45.0,7.0,-8.0,2.7,41.12,58.55697122059542,8.535691922570585,8.360021008908799
+1999,11,20,8,30,53.0,103.0,117.0,9.0,-6.0,2.6,39.3,125.55934086427746,12.314823177012453,11.93814515441962
+1999,11,20,9,30,586.0,108.0,333.0,11.0,-5.0,2.3000000000000003,34.65,471.0004371333983,23.685421173219847,22.272419861819653
+1999,11,20,10,30,914.0,63.0,492.0,13.0,-7.0,1.8,28.56,726.5422631520515,33.23235200696731,31.052725217511156
+1999,11,20,11,30,975.0,59.0,553.0,14.0,-8.0,1.2000000000000002,24.64,812.4094062719618,37.55266571830262,35.11543749948673
+1999,11,20,12,30,966.0,59.0,537.0,15.0,-8.0,0.7000000000000001,22.7,791.9454316380146,38.74593076468565,36.37009446977161
+1999,11,20,13,30,930.0,56.0,461.0,15.0,-8.0,0.6000000000000001,21.7,693.2593407718771,35.92772809068476,33.84795006836913
+1999,11,20,14,30,642.0,77.0,290.0,14.0,-7.0,0.7000000000000001,24.06,433.84104341175924,27.00842074235675,25.706897612121473
+1999,11,20,15,30,380.0,62.0,134.0,11.0,-5.0,0.5,36.21,206.86550826947803,17.28708077428943,16.666484249480995
+1999,11,20,16,30,0.0,12.0,12.0,7.0,-3.0,0.4,54.51,11.728616793536586,7.358876092056303,7.323690241675694
+1999,11,20,17,30,0.0,0.0,0.0,6.0,-4.0,0.7000000000000001,59.95,0.0,6.0,6.0
+1999,11,20,18,30,0.0,0.0,0.0,5.0,-3.0,1.1,68.15,0.0,5.0,5.0
+1999,11,20,19,30,0.0,0.0,0.0,4.0,-2.0,1.3,75.57000000000002,0.0,4.0,4.0
+1999,11,20,20,30,0.0,0.0,0.0,3.0,-2.0,1.0,76.56,0.0,3.0,3.0
+1999,11,20,21,30,0.0,0.0,0.0,3.0,-2.0,0.4,80.53,0.0,3.0,3.0
+1999,11,20,22,30,0.0,0.0,0.0,2.0,-3.0,0.4,79.31,0.0,2.0,2.0
+1999,11,20,23,30,0.0,0.0,0.0,1.0,-3.0,0.7000000000000001,77.93,0.0,1.0,1.0
+1999,11,21,0,30,0.0,0.0,0.0,0.0,-3.0,1.0,75.97,0.0,0.0,0.0
+1999,11,21,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,79.21000000000002,0.0,0.0,0.0
+1999,11,21,2,30,0.0,0.0,0.0,0.0,-4.0,1.3,81.91,0.0,0.0,0.0
+1999,11,21,3,30,0.0,0.0,0.0,0.0,-5.0,1.4,78.26,0.0,0.0,0.0
+1999,11,21,4,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.96000000000002,0.0,0.0,0.0
+1999,11,21,5,30,0.0,0.0,0.0,0.0,-6.0,1.3,72.51,0.0,0.0,0.0
+1999,11,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.1,71.10000000000002,0.0,0.0,0.0
+1999,11,21,7,30,461.0,29.0,75.0,1.0,-6.0,0.8,67.03,154.61340342541686,5.604800975644946,5.140960765368695
+1999,11,21,8,30,737.0,54.0,242.0,3.0,-5.0,1.1,62.84,396.79606277269244,14.581205371120468,13.39081718280239
+1999,11,21,9,30,838.0,69.0,388.0,6.0,-6.0,2.2,47.72,587.6782503137057,21.933779419411522,20.170744668470405
+1999,11,21,10,30,874.0,81.0,488.0,7.0,-7.0,3.4000000000000004,40.63,712.6362267585941,24.842782354904614,22.704873674628832
+1999,11,21,11,30,500.0,182.0,434.0,8.0,-7.0,3.7,39.41,563.6522298141073,21.836198195832495,20.14524150639017
+1999,11,21,12,30,11.0,168.0,174.0,7.0,-6.0,3.8,41.76,172.54119264101868,11.207658809584844,10.690035231661788
+1999,11,21,13,30,1.0,135.0,136.0,6.0,-5.0,3.7,49.16,132.63584720368485,9.25586553678246,8.857957995171406
+1999,11,21,14,30,0.0,61.0,61.0,5.0,-4.0,3.5,57.19,59.62046870047765,6.482942890623948,6.3040814845225155
+1999,11,21,15,30,79.0,72.0,87.0,4.0,-3.0,3.2,69.65,100.69105151016714,6.55460969582187,6.252536541291368
+1999,11,21,16,30,0.0,6.0,6.0,2.0,-3.0,2.9000000000000004,78.65,5.864308396768293,2.151767243000305,2.1341743178100003
+1999,11,21,17,30,0.0,0.0,0.0,0.0,-2.0,2.8000000000000003,80.37,0.0,0.0,0.0
+1999,11,21,18,30,0.0,0.0,0.0,0.0,-3.0,3.0,83.72,0.0,0.0,0.0
+1999,11,21,19,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,84.89,0.0,0.0,0.0
+1999,11,21,20,30,0.0,0.0,0.0,-1.0,-4.0,3.3000000000000003,87.33,0.0,-1.0,-1.0
+1999,11,21,21,30,0.0,0.0,0.0,-1.0,-5.0,3.0,91.6,0.0,-1.0,-1.0
+1999,11,21,22,30,0.0,0.0,0.0,-2.0,-5.0,2.5,89.83,0.0,-2.0,-2.0
+1999,11,21,23,30,0.0,0.0,0.0,-2.0,-5.0,2.2,88.55,0.0,-2.0,-2.0
+1999,11,22,0,30,0.0,0.0,0.0,-2.0,-5.0,1.9,94.92,0.0,-2.0,-2.0
+1999,11,22,1,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.3,0.0,-2.0,-2.0
+1999,11,22,2,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.81,0.0,-2.0,-2.0
+1999,11,22,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.58,0.0,-2.0,-2.0
+1999,11,22,4,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.42,0.0,-2.0,-2.0
+1999,11,22,5,30,0.0,0.0,0.0,-3.0,-5.0,1.9,94.63,0.0,-3.0,-3.0
+1999,11,22,6,30,0.0,0.0,0.0,-3.0,-5.0,2.0,93.29,0.0,-3.0,-3.0
+1999,11,22,7,30,0.0,2.0,2.0,-2.0,-6.0,2.3000000000000003,85.4,1.9547694655894312,-1.9473523334320628,-1.953216641828831
+1999,11,22,8,30,0.0,19.0,19.0,0.0,-5.0,2.7,81.97,18.570309923099597,0.48701758909460285,0.43130665932530404
+1999,11,22,9,30,0.0,33.0,33.0,0.0,-5.0,2.8000000000000003,77.27,32.25369618222562,0.8402753341862875,0.7435142456396107
+1999,11,22,10,30,0.0,22.0,22.0,0.0,-5.0,2.4000000000000004,72.59,21.502464121483747,0.5752791426833617,0.5107717503189104
+1999,11,22,11,30,0.0,30.0,30.0,1.0,-5.0,1.9,72.76,29.32154198384147,1.811086479067309,1.7231218531157846
+1999,11,22,12,30,0.0,50.0,50.0,0.0,-5.0,1.8,71.68,48.86923663973578,1.3608838028462966,1.2142760929270893
+1999,11,22,13,30,0.0,88.0,88.0,0.0,-5.0,2.3000000000000003,70.84,86.00985648593499,2.3164973289892368,2.058467759531432
+1999,11,22,14,30,0.0,27.0,27.0,0.0,-5.0,3.0,75.75,26.389387785457323,0.6784411493382723,0.5992729859819003
+1999,11,22,15,30,0.0,6.0,6.0,-1.0,-5.0,3.3000000000000003,80.52,5.864308396768293,-0.8521982073740623,-0.8697911325643671
+1999,11,22,16,30,0.0,0.0,0.0,-2.0,-6.0,3.0,82.74,0.0,-2.0,-2.0
+1999,11,22,17,30,0.0,0.0,0.0,-3.0,-7.0,2.5,84.25,0.0,-3.0,-3.0
+1999,11,22,18,30,0.0,0.0,0.0,-3.0,-7.0,2.2,87.8,0.0,-3.0,-3.0
+1999,11,22,19,30,0.0,0.0,0.0,-4.0,-8.0,2.0,84.78,0.0,-4.0,-4.0
+1999,11,22,20,30,0.0,0.0,0.0,-4.0,-8.0,2.0,81.75,0.0,-4.0,-4.0
+1999,11,22,21,30,0.0,0.0,0.0,-4.0,-9.0,1.9,78.68,0.0,-4.0,-4.0
+1999,11,22,22,30,0.0,0.0,0.0,-4.0,-9.0,1.8,81.75,0.0,-4.0,-4.0
+1999,11,22,23,30,0.0,0.0,0.0,-5.0,-10.0,1.6,79.08,0.0,-5.0,-5.0
+1999,11,23,0,30,0.0,0.0,0.0,-5.0,-10.0,1.4,82.43,0.0,-5.0,-5.0
+1999,11,23,1,30,0.0,0.0,0.0,-6.0,-11.0,1.3,78.60000000000002,0.0,-6.0,-6.0
+1999,11,23,2,30,0.0,0.0,0.0,-6.0,-11.0,1.3,80.52,0.0,-6.0,-6.0
+1999,11,23,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,76.87,0.0,-7.0,-7.0
+1999,11,23,4,30,0.0,0.0,0.0,-7.0,-12.0,1.1,73.97,0.0,-7.0,-7.0
+1999,11,23,5,30,0.0,0.0,0.0,-7.0,-13.0,1.1,71.14,0.0,-7.0,-7.0
+1999,11,23,6,30,0.0,0.0,0.0,-7.0,-13.0,1.2000000000000002,68.42,0.0,-7.0,-7.0
+1999,11,23,7,30,408.0,32.0,69.0,-5.0,-14.0,1.6,56.54,140.90653003697904,-1.0231985486471535,-1.4459181387580906
+1999,11,23,8,30,736.0,58.0,241.0,-2.0,-13.0,2.0,51.79,396.1826862192344,8.886118980414881,7.697570921757178
+1999,11,23,9,30,876.0,68.0,395.0,0.0,-12.0,2.1,48.27,605.4242318236086,16.524829528608745,14.70855683313792
+1999,11,23,10,30,939.0,72.0,503.0,0.0,-12.0,1.8,42.01,745.9136493546608,20.77179578662267,18.534054838558685
+1999,11,23,11,30,0.0,128.0,128.0,0.0,-12.0,1.5,42.81,125.1052457977236,3.554597623874362,3.1792818864811916
+1999,11,23,12,30,31.0,196.0,211.0,1.0,-12.0,1.4,39.83,214.92329557832562,7.14770275958243,6.5029328728474525
+1999,11,23,13,30,28.0,169.0,181.0,1.0,-12.0,1.4,39.74,184.24481431234088,6.270170226726032,5.717435783789009
+1999,11,23,14,30,247.0,133.0,213.0,0.0,-11.0,1.5,43.46,266.85283137820875,7.582051690100964,6.781493195966338
+1999,11,23,15,30,143.0,70.0,96.0,-1.0,-11.0,1.4,52.43,123.00447720048737,2.5184411345062694,2.149427702904807
+1999,11,23,16,30,0.0,0.0,0.0,-3.0,-12.0,1.1,56.96,0.0,-3.0,-3.0
+1999,11,23,17,30,0.0,0.0,0.0,-4.0,-13.0,1.0,53.64,0.0,-4.0,-4.0
+1999,11,23,18,30,0.0,0.0,0.0,-4.0,-14.0,0.9,56.92,0.0,-4.0,-4.0
+1999,11,23,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,55.66,0.0,-5.0,-5.0
+1999,11,23,20,30,0.0,0.0,0.0,-5.0,-14.0,1.5,58.33,0.0,-5.0,-5.0
+1999,11,23,21,30,0.0,0.0,0.0,-5.0,-14.0,1.6,53.44,0.0,-5.0,-5.0
+1999,11,23,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,53.1,0.0,-5.0,-5.0
+1999,11,23,23,30,0.0,0.0,0.0,-5.0,-14.0,1.6,52.98,0.0,-5.0,-5.0
+1999,11,24,0,30,0.0,0.0,0.0,-5.0,-15.0,1.3,52.6,0.0,-5.0,-5.0
+1999,11,24,1,30,0.0,0.0,0.0,-5.0,-15.0,1.1,51.55,0.0,-5.0,-5.0
+1999,11,24,2,30,0.0,0.0,0.0,-6.0,-15.0,0.9,54.9,0.0,-6.0,-6.0
+1999,11,24,3,30,0.0,0.0,0.0,-6.0,-15.0,1.0,57.57,0.0,-6.0,-6.0
+1999,11,24,4,30,0.0,0.0,0.0,-7.0,-16.0,1.2000000000000002,54.83,0.0,-7.0,-7.0
+1999,11,24,5,30,0.0,0.0,0.0,-8.0,-17.0,1.4,56.24,0.0,-8.0,-8.0
+1999,11,24,6,30,0.0,0.0,0.0,-9.0,-17.0,1.9,57.28,0.0,-9.0,-9.0
+1999,11,24,7,30,106.0,32.0,42.0,-7.0,-18.0,2.5,46.5,59.49033027231833,-5.418948469012107,-5.597419459829061
+1999,11,24,8,30,814.0,53.0,252.0,-3.0,-17.0,2.7,37.79,425.04361045954425,8.14702529377719,6.871894462398558
+1999,11,24,9,30,935.0,66.0,412.0,0.0,-15.0,2.4000000000000004,34.99,637.213609288254,17.048078619569033,15.136437791704273
+1999,11,24,10,30,988.0,73.0,523.0,0.0,-14.0,2.3000000000000003,31.39,779.5524447561027,20.995630383127605,18.656973048859296
+1999,11,24,11,30,1007.0,76.0,573.0,1.0,-14.0,2.3000000000000003,32.33,843.7862695078074,23.72563540287112,21.1942765943477
+1999,11,24,12,30,1001.0,74.0,558.0,2.0,-13.0,2.3000000000000003,34.230000000000004,824.4148032931989,24.203905085229167,21.73066067534957
+1999,11,24,13,30,969.0,68.0,480.0,2.0,-13.0,2.2,35.28,724.630899812858,21.646990359000693,19.473097659562118
+1999,11,24,14,30,898.0,58.0,347.0,1.0,-13.0,1.8,36.36,553.0851930479296,16.402014284811507,14.74275870566772
+1999,11,24,15,30,741.0,41.0,175.0,0.0,-11.0,1.0,45.01,322.2872635613879,9.470067806390292,8.503206015706128
+1999,11,24,16,30,0.0,0.0,0.0,-2.0,-13.0,0.6000000000000001,47.09,0.0,-2.0,-2.0
+1999,11,24,17,30,0.0,0.0,0.0,-4.0,-16.0,0.9,44.25,0.0,-4.0,-4.0
+1999,11,24,18,30,0.0,0.0,0.0,-5.0,-16.0,1.4,48.03,0.0,-5.0,-5.0
+1999,11,24,19,30,0.0,0.0,0.0,-6.0,-16.0,1.7000000000000002,51.86,0.0,-6.0,-6.0
+1999,11,24,20,30,0.0,0.0,0.0,-6.0,-16.0,2.0,51.82,0.0,-6.0,-6.0
+1999,11,24,21,30,0.0,0.0,0.0,-6.0,-16.0,2.4000000000000004,55.76,0.0,-6.0,-6.0
+1999,11,24,22,30,0.0,0.0,0.0,-6.0,-16.0,2.7,51.57,0.0,-6.0,-6.0
+1999,11,24,23,30,0.0,0.0,0.0,-5.0,-16.0,3.0,51.81,0.0,-5.0,-5.0
+1999,11,25,0,30,0.0,0.0,0.0,-5.0,-15.0,3.2,48.83,0.0,-5.0,-5.0
+1999,11,25,1,30,0.0,0.0,0.0,-5.0,-15.0,3.3000000000000003,49.31,0.0,-5.0,-5.0
+1999,11,25,2,30,0.0,0.0,0.0,-4.0,-15.0,3.3000000000000003,46.03,0.0,-4.0,-4.0
+1999,11,25,3,30,0.0,0.0,0.0,-3.0,-15.0,3.6,44.42,0.0,-3.0,-3.0
+1999,11,25,4,30,0.0,0.0,0.0,-2.0,-14.0,4.1000000000000005,47.97,0.0,-2.0,-2.0
+1999,11,25,5,30,0.0,0.0,0.0,-2.0,-13.0,4.800000000000002,52.03,0.0,-2.0,-2.0
+1999,11,25,6,30,0.0,0.0,0.0,-2.0,-12.0,5.5,51.75,0.0,-2.0,-2.0
+1999,11,25,7,30,0.0,12.0,12.0,-1.0,-11.0,6.3000000000000025,52.29,11.728616793536586,-0.7568663646721053,-0.7920522150527151
+1999,11,25,8,30,81.0,97.0,117.0,0.0,-9.0,6.7,51.84,131.7305023833145,2.66174000072975,2.2665484935798066
+1999,11,25,9,30,0.0,54.0,54.0,2.0,-7.0,6.3000000000000025,55.36,52.77877557091465,3.0941013589755264,2.9357650322627826
+1999,11,25,10,30,0.0,47.0,47.0,3.0,-6.0,5.6000000000000005,58.02,45.937082441351635,3.9961750020508484,3.8583637547267937
+1999,11,25,11,30,8.0,163.0,167.0,5.0,-5.0,4.9,58.98,165.40877126063882,8.753595305509434,8.257368991727517
+1999,11,25,12,30,942.0,74.0,527.0,6.0,-4.0,4.3,58.27,778.1765779149267,24.364393410482887,22.029863676738106
+1999,11,25,13,30,917.0,66.0,454.0,6.0,-3.0,3.7,56.8,685.8492171814831,22.835816837820765,20.778269186276315
+1999,11,25,14,30,849.0,56.0,327.0,5.0,-2.0,2.7,65.23,522.9996598995236,18.715981828861647,17.146982849163077
+1999,11,25,15,30,684.0,40.0,163.0,4.0,-2.0,2.1,80.0,299.06294863177595,12.162812098844139,11.265623252948812
+1999,11,25,16,30,0.0,0.0,0.0,2.0,-3.0,2.2,79.60000000000002,0.0,2.0,2.0
+1999,11,25,17,30,0.0,0.0,0.0,1.0,-3.0,2.8000000000000003,74.98,0.0,1.0,1.0
+1999,11,25,18,30,0.0,0.0,0.0,1.0,-3.0,3.6,75.05,0.0,1.0,1.0
+1999,11,25,19,30,0.0,0.0,0.0,1.0,-3.0,4.3,74.96000000000002,0.0,1.0,1.0
+1999,11,25,20,30,0.0,0.0,0.0,1.0,-4.0,4.4,73.72,0.0,1.0,1.0
+1999,11,25,21,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,73.19,0.0,1.0,1.0
+1999,11,25,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.31,0.0,2.0,2.0
+1999,11,25,23,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.73,0.0,2.0,2.0
+1999,11,26,0,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,74.9,0.0,2.0,2.0
+1999,11,26,1,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.45,0.0,1.0,1.0
+1999,11,26,2,30,0.0,0.0,0.0,1.0,-3.0,4.4,74.87,0.0,1.0,1.0
+1999,11,26,3,30,0.0,0.0,0.0,2.0,-3.0,4.4,75.5,0.0,2.0,2.0
+1999,11,26,4,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,76.81,0.0,2.0,2.0
+1999,11,26,5,30,0.0,0.0,0.0,2.0,-3.0,3.7,78.15,0.0,2.0,2.0
+1999,11,26,6,30,0.0,0.0,0.0,2.0,-3.0,3.3000000000000003,78.74,0.0,2.0,2.0
+1999,11,26,7,30,0.0,16.0,16.0,3.0,-3.0,3.3000000000000003,73.61,15.63815572471545,3.3941381136691673,3.347223646495021
+1999,11,26,8,30,367.0,80.0,168.0,6.0,-2.0,3.5,68.92,244.48804935257803,12.08116344155842,11.347699293500686
+1999,11,26,9,30,332.0,144.0,265.0,8.0,-1.0,3.6,60.06,342.3177100204764,16.458539037895935,15.431585907834506
+1999,11,26,10,30,764.0,89.0,432.0,10.0,0.0,3.6,57.54,630.7249134074198,25.584970178466868,23.69279543824461
+1999,11,26,11,30,688.0,123.0,458.0,11.0,0.0,3.4000000000000004,54.31,642.768510645425,27.09345442933476,25.165148897398485
+1999,11,26,12,30,766.0,98.0,464.0,12.0,0.0,3.1,50.72,668.2540047706361,29.066661584915998,27.06189957060409
+1999,11,26,13,30,725.0,88.0,393.0,12.0,0.0,2.8000000000000003,46.92,576.1203647966342,27.009124204741397,25.280763110351494
+1999,11,26,14,30,889.0,46.0,328.0,11.0,0.0,2.1,51.88,534.2749755188981,25.58283700547964,23.980012078922943
+1999,11,26,15,30,741.0,33.0,165.0,8.0,0.0,1.4,69.04,313.3643158065687,16.963526563534515,16.023433616114808
+1999,11,26,16,30,0.0,0.0,0.0,6.0,-1.0,1.3,67.1,0.0,6.0,6.0
+1999,11,26,17,30,0.0,0.0,0.0,4.0,-2.0,1.3,70.09,0.0,4.0,4.0
+1999,11,26,18,30,0.0,0.0,0.0,4.0,-3.0,1.5,72.16,0.0,4.0,4.0
+1999,11,26,19,30,0.0,0.0,0.0,3.0,-3.0,1.7000000000000002,69.62,0.0,3.0,3.0
+1999,11,26,20,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,68.51,0.0,3.0,3.0
+1999,11,26,21,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,67.6,0.0,3.0,3.0
+1999,11,26,22,30,0.0,0.0,0.0,3.0,-4.0,1.6,71.44,0.0,3.0,3.0
+1999,11,26,23,30,0.0,0.0,0.0,2.0,-4.0,1.6,69.36,0.0,2.0,2.0
+1999,11,27,0,30,0.0,0.0,0.0,2.0,-5.0,1.5,68.74,0.0,2.0,2.0
+1999,11,27,1,30,0.0,0.0,0.0,2.0,-4.0,1.5,69.26,0.0,2.0,2.0
+1999,11,27,2,30,0.0,0.0,0.0,1.0,-4.0,1.5,69.67,0.0,1.0,1.0
+1999,11,27,3,30,0.0,0.0,0.0,1.0,-5.0,1.5,68.59,0.0,1.0,1.0
+1999,11,27,4,30,0.0,0.0,0.0,1.0,-5.0,1.7000000000000002,67.53,0.0,1.0,1.0
+1999,11,27,5,30,0.0,0.0,0.0,1.0,-5.0,1.9,66.57000000000001,0.0,1.0,1.0
+1999,11,27,6,30,0.0,0.0,0.0,1.0,-5.0,2.0,66.91,0.0,1.0,1.0
+1999,11,27,7,30,455.0,24.0,59.0,3.0,-5.0,2.0,62.83,141.0340207653435,6.875265587674472,6.452163525378442
+1999,11,27,8,30,290.0,86.0,154.0,5.0,-4.0,2.0,60.03,214.68043753903166,10.898886718447319,10.254845405830224
+1999,11,27,9,30,488.0,118.0,294.0,7.0,-2.0,2.0,59.36,410.3320366144087,18.27490808517705,17.043911975333824
+1999,11,27,10,30,738.0,94.0,423.0,9.0,-2.0,2.0,50.82,615.2759429453689,25.906259040769413,24.060431211933306
+1999,11,27,11,30,939.0,65.0,520.0,10.0,-2.0,1.8,46.76,774.6349377352051,31.571610533926886,29.24770572072127
+1999,11,27,12,30,932.0,76.0,518.0,11.0,-2.0,1.3,46.24,769.0489859572928,33.14624557720932,30.839098619337445
+1999,11,27,13,30,903.0,69.0,446.0,11.0,-2.0,0.9,47.09,676.5340683819848,31.013608182992115,28.98400597784616
+1999,11,27,14,30,834.0,57.0,320.0,10.0,-1.0,0.6000000000000001,54.35,513.8767997690755,25.51262753373742,23.970997134430192
+1999,11,27,15,30,673.0,40.0,159.0,7.0,0.0,0.8,68.69,293.99793253837913,15.756045314295008,14.87405151667987
+1999,11,27,16,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,73.5,0.0,4.0,4.0
+1999,11,27,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,77.05,0.0,2.0,2.0
+1999,11,27,18,30,0.0,0.0,0.0,2.0,-3.0,1.5,75.54,0.0,2.0,2.0
+1999,11,27,19,30,0.0,0.0,0.0,1.0,-4.0,1.7000000000000002,72.91,0.0,1.0,1.0
+1999,11,27,20,30,0.0,0.0,0.0,0.0,-5.0,1.8,74.15,0.0,0.0,0.0
+1999,11,27,21,30,0.0,0.0,0.0,0.0,-5.0,2.0,70.03,0.0,0.0,0.0
+1999,11,27,22,30,0.0,0.0,0.0,0.0,-6.0,2.1,72.56,0.0,0.0,0.0
+1999,11,27,23,30,0.0,0.0,0.0,0.0,-6.0,2.1,70.54,0.0,0.0,0.0
+1999,11,28,0,30,0.0,0.0,0.0,0.0,-6.0,2.0,69.03,0.0,0.0,0.0
+1999,11,28,1,30,0.0,0.0,0.0,0.0,-7.0,2.0,68.26,0.0,0.0,0.0
+1999,11,28,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,67.98,0.0,0.0,0.0
+1999,11,28,3,30,0.0,0.0,0.0,0.0,-7.0,1.9,67.71000000000001,0.0,0.0,0.0
+1999,11,28,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,67.23,0.0,0.0,0.0
+1999,11,28,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,66.64,0.0,0.0,0.0
+1999,11,28,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,61.42,0.0,0.0,0.0
+1999,11,28,7,30,439.0,23.0,55.0,2.0,-7.0,1.5,58.12000000000001,134.80221048557786,5.830116107679361,5.425709476222627
+1999,11,28,8,30,754.0,44.0,218.0,6.0,-4.0,1.5,52.98,380.62551015452544,16.814658692800087,15.672782162336512
+1999,11,28,9,30,874.0,53.0,366.0,9.0,-4.0,1.1,45.1,577.8732252581473,25.866267405531676,24.132647729757235
+1999,11,28,10,30,928.0,59.0,469.0,11.0,-4.0,0.5,38.56,713.5554039670224,32.686459474081914,30.54579326218085
+1999,11,28,11,30,947.0,61.0,517.0,12.0,-4.0,0.8,34.88,774.7353766791389,35.07369309103697,32.749486960999555
+1999,11,28,12,30,938.0,61.0,505.0,13.0,-5.0,1.4,31.76,757.1747299064276,34.65835566594232,32.38683147622304
+1999,11,28,13,30,902.0,59.0,433.0,13.0,-5.0,2.0,31.4,664.8170553386435,31.26752610945918,29.27307494344325
+1999,11,28,14,30,824.0,52.0,311.0,12.0,-5.0,1.9,33.97,502.7075093553135,25.90579199376331,24.39766946569737
+1999,11,28,15,30,653.0,38.0,153.0,9.0,-2.0,1.6,51.09,284.13060343470147,17.019010870655503,16.166619060351398
+1999,11,28,16,30,0.0,0.0,0.0,6.0,-3.0,1.8,59.78,0.0,6.0,6.0
+1999,11,28,17,30,0.0,0.0,0.0,5.0,-4.0,2.1,63.74,0.0,5.0,5.0
+1999,11,28,18,30,0.0,0.0,0.0,4.0,-4.0,2.2,68.01,0.0,4.0,4.0
+1999,11,28,19,30,0.0,0.0,0.0,3.0,-4.0,2.0,71.58,0.0,3.0,3.0
+1999,11,28,20,30,0.0,0.0,0.0,2.0,-4.0,1.8,69.28,0.0,2.0,2.0
+1999,11,28,21,30,0.0,0.0,0.0,1.0,-5.0,1.6,66.54,0.0,1.0,1.0
+1999,11,28,22,30,0.0,0.0,0.0,1.0,-6.0,1.6,63.88,0.0,1.0,1.0
+1999,11,28,23,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,66.56,0.0,1.0,1.0
+1999,11,29,0,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.46000000000001,0.0,0.0,0.0
+1999,11,29,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.87000000000001,0.0,0.0,0.0
+1999,11,29,2,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.3,0.0,0.0,0.0
+1999,11,29,3,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.14,0.0,0.0,0.0
+1999,11,29,4,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.87000000000001,0.0,0.0,0.0
+1999,11,29,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.17,0.0,0.0,0.0
+1999,11,29,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,60.43,0.0,0.0,0.0
+1999,11,29,7,30,467.0,20.0,54.0,3.0,-7.0,1.6,57.07,137.86334822801632,6.89091380773947,6.477323763055422
+1999,11,29,8,30,774.0,39.0,216.0,7.0,-4.0,1.7000000000000002,52.03,382.66378199004345,17.72779168022201,16.57980033425188
+1999,11,29,9,30,891.0,48.0,363.0,10.0,-4.0,1.2000000000000002,43.74,580.9250762711976,26.84167369698656,25.09889846817297
+1999,11,29,10,30,944.0,52.0,467.0,13.0,-5.0,0.6000000000000001,33.87,715.7812710182251,34.60760761707983,32.46026380402515
+1999,11,29,11,30,670.0,123.0,444.0,14.0,-6.0,0.9,27.15,624.7570872271239,32.4819126451608,30.60764138347943
+1999,11,29,12,30,959.0,54.0,505.0,15.0,-6.0,1.2000000000000002,24.79,764.2822276560348,37.157404485290115,34.86455780232201
+1999,11,29,13,30,929.0,51.0,435.0,15.0,-6.0,1.6,24.76,673.9539612033185,34.020985687142954,31.999123803533
+1999,11,29,14,30,859.0,45.0,313.0,14.0,-6.0,1.5,27.29,514.3051534449969,28.612879457810795,27.069963997475803
+1999,11,29,15,30,696.0,34.0,155.0,11.0,-1.0,1.4,50.53,296.18001412928896,19.471983854966616,18.58344381257875
+1999,11,29,16,30,0.0,0.0,0.0,8.0,-3.0,1.5,54.68,0.0,8.0,8.0
+1999,11,29,17,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,56.51,0.0,6.0,6.0
+1999,11,29,18,30,0.0,0.0,0.0,4.0,-5.0,1.8,59.21,0.0,4.0,4.0
+1999,11,29,19,30,0.0,0.0,0.0,4.0,-5.0,2.0,56.16,0.0,4.0,4.0
+1999,11,29,20,30,0.0,0.0,0.0,4.0,-6.0,2.2,52.48,0.0,4.0,4.0
+1999,11,29,21,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,53.05,0.0,4.0,4.0
+1999,11,29,22,30,0.0,0.0,0.0,4.0,-8.0,2.5,50.22,0.0,4.0,4.0
+1999,11,29,23,30,0.0,0.0,0.0,4.0,-8.0,2.6,48.22,0.0,4.0,4.0
+1999,11,30,0,30,0.0,0.0,0.0,4.0,-9.0,2.6,43.88,0.0,4.0,4.0
+1999,11,30,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,44.38,0.0,4.0,4.0
+1999,11,30,2,30,0.0,0.0,0.0,4.0,-8.0,2.5,46.03,0.0,4.0,4.0
+1999,11,30,3,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,47.58,0.0,4.0,4.0
+1999,11,30,4,30,0.0,0.0,0.0,5.0,-7.0,2.1,48.59,0.0,5.0,5.0
+1999,11,30,5,30,0.0,0.0,0.0,5.0,-7.0,2.0,45.25,0.0,5.0,5.0
+1999,11,30,6,30,0.0,0.0,0.0,5.0,-7.0,1.9,45.05,0.0,5.0,5.0
+1999,11,30,7,30,72.0,24.0,29.0,7.0,-7.0,1.9,42.64,41.517501519353345,8.148448609747783,8.023896105189722
+1999,11,30,8,30,281.0,82.0,146.0,10.0,-5.0,2.3000000000000003,37.76,204.50534414340746,15.507927844870864,14.89441181244064
+1999,11,30,9,30,17.0,131.0,137.0,13.0,-3.0,2.9000000000000004,34.82,138.1835796122392,16.576166102932078,16.16161536409536
+1999,11,30,10,30,2.0,139.0,140.0,16.0,-4.0,2.8000000000000003,28.93,137.26158808783237,19.575947579769295,19.164162815505797
+1999,11,30,11,30,29.0,190.0,204.0,17.0,-5.0,2.5,23.69,207.48384705800424,22.514218067788377,21.891766526614365
+1999,11,30,12,30,17.0,173.0,182.0,18.0,-5.0,1.9,23.57,181.67994353557302,23.025593326593178,22.48055349598646
+1999,11,30,13,30,52.0,173.0,194.0,17.0,-3.0,1.2000000000000002,29.03,203.9544232982666,22.912868950836828,22.301005680942026
+1999,11,30,14,30,0.0,37.0,37.0,15.0,-1.0,0.9,40.37,36.163235113404475,16.0698009930528,15.961311287712588
+1999,11,30,15,30,307.0,58.0,111.0,12.0,-1.0,1.2000000000000002,43.4,172.56829758086027,17.002949738297296,16.485244845554714
+1999,11,30,16,30,0.0,0.0,0.0,10.0,-3.0,1.5,46.05,0.0,10.0,10.0
+1999,11,30,17,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,48.33,0.0,8.0,8.0
+1999,11,30,18,30,0.0,0.0,0.0,6.0,-6.0,1.9,47.93,0.0,6.0,6.0
+1999,11,30,19,30,0.0,0.0,0.0,6.0,-7.0,2.1,43.55,0.0,6.0,6.0
+1999,11,30,20,30,0.0,0.0,0.0,6.0,-8.0,2.4000000000000004,39.6,0.0,6.0,6.0
+1999,11,30,21,30,0.0,0.0,0.0,6.0,-9.0,2.6,39.78,0.0,6.0,6.0
+1999,11,30,22,30,0.0,0.0,0.0,5.0,-9.0,2.7,38.42,0.0,5.0,5.0
+1999,11,30,23,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,37.73,0.0,5.0,5.0
+1999,12,1,0,30,0.0,0.0,0.0,5.0,-10.0,3.1,37.02,0.0,5.0,5.0
+1999,12,1,1,30,0.0,0.0,0.0,5.0,-10.0,3.1,36.41,0.0,5.0,5.0
+1999,12,1,2,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,36.62,0.0,5.0,5.0
+1999,12,1,3,30,0.0,0.0,0.0,5.0,-10.0,2.6,37.54,0.0,5.0,5.0
+1999,12,1,4,30,0.0,0.0,0.0,5.0,-9.0,2.4000000000000004,38.8,0.0,5.0,5.0
+1999,12,1,5,30,0.0,0.0,0.0,5.0,-9.0,2.2,43.24,0.0,5.0,5.0
+1999,12,1,6,30,0.0,0.0,0.0,5.0,-8.0,2.0,44.85,0.0,5.0,5.0
+1999,12,1,7,30,191.0,23.0,36.0,6.0,-8.0,1.9,43.6,69.91558904858088,7.933990681137465,7.724243913991723
+1999,12,1,8,30,199.0,86.0,131.0,8.0,-6.0,1.9,41.62,171.61440343164367,12.747162421175384,12.232319210880453
+1999,12,1,9,30,832.0,50.0,340.0,11.0,-5.0,2.2,36.97,543.3626089362049,25.732244984264543,24.102157157455927
+1999,12,1,10,30,824.0,71.0,428.0,13.0,-6.0,2.6,28.83,646.0321895458939,30.055540912066846,28.117444343429163
+1999,12,1,11,30,473.0,177.0,402.0,14.0,-8.0,2.9000000000000004,23.76,527.304472744054,27.646544594107006,26.064631175874844
+1999,12,1,12,30,920.0,70.0,498.0,15.0,-9.0,3.4000000000000004,20.08,748.0050778828759,33.728337549907856,31.48432231625923
+1999,12,1,13,30,890.0,64.0,429.0,15.0,-10.0,3.7,20.34,658.3468758855588,31.160705794358137,29.18566516670146
+1999,12,1,14,30,813.0,56.0,307.0,13.0,-9.0,2.9000000000000004,22.01,498.6675454835577,25.905426084595994,24.409423448145322
+1999,12,1,15,30,624.0,41.0,148.0,10.0,-6.0,1.8,38.67,275.45079878371183,17.67060335542525,16.844250959074113
+1999,12,1,16,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.02,0.0,7.0,7.0
+1999,12,1,17,30,0.0,0.0,0.0,5.0,-6.0,1.9,49.53,0.0,5.0,5.0
+1999,12,1,18,30,0.0,0.0,0.0,4.0,-6.0,2.1,52.94,0.0,4.0,4.0
+1999,12,1,19,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,50.88,0.0,4.0,4.0
+1999,12,1,20,30,0.0,0.0,0.0,4.0,-7.0,2.2,53.14,0.0,4.0,4.0
+1999,12,1,21,30,0.0,0.0,0.0,3.0,-6.0,2.1,55.86,0.0,3.0,3.0
+1999,12,1,22,30,0.0,0.0,0.0,3.0,-5.0,2.6,64.18,0.0,3.0,3.0
+1999,12,1,23,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,67.78,0.0,2.0,2.0
+1999,12,2,0,30,0.0,0.0,0.0,2.0,-4.0,3.6,70.06,0.0,2.0,2.0
+1999,12,2,1,30,0.0,0.0,0.0,2.0,-4.0,3.5,71.11,0.0,2.0,2.0
+1999,12,2,2,30,0.0,0.0,0.0,2.0,-4.0,3.2,71.56,0.0,2.0,2.0
+1999,12,2,3,30,0.0,0.0,0.0,1.0,-4.0,2.6,72.2,0.0,1.0,1.0
+1999,12,2,4,30,0.0,0.0,0.0,1.0,-4.0,2.0,71.85000000000002,0.0,1.0,1.0
+1999,12,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,74.53,0.0,0.0,0.0
+1999,12,2,6,30,0.0,0.0,0.0,0.0,-5.0,1.6,72.06,0.0,0.0,0.0
+1999,12,2,7,30,0.0,21.0,21.0,1.0,-5.0,2.1,70.79,20.52507938868903,1.560224418070643,1.498649179904576
+1999,12,2,8,30,183.0,86.0,126.0,3.0,-5.0,2.9000000000000004,63.63,164.1024678948759,7.246942254209599,6.754634850524972
+1999,12,2,9,30,774.0,73.0,340.0,6.0,-5.0,3.4000000000000004,49.1,529.4810576727759,19.25699553062485,17.668552357606522
+1999,12,2,10,30,855.0,78.0,447.0,7.0,-6.0,3.5,42.68,672.6832128972364,23.731683093931146,21.713633455239435
+1999,12,2,11,30,897.0,78.0,501.0,8.0,-7.0,3.2,37.61,746.4380963966385,26.93771064842966,24.698396359239744
+1999,12,2,12,30,911.0,73.0,495.0,9.0,-7.0,2.7,33.53,742.9244727279406,28.483642819405848,26.254869401222027
+1999,12,2,13,30,893.0,65.0,429.0,9.0,-8.0,2.2,32.09,660.3815050325192,26.904990065959158,24.9238455508616
+1999,12,2,14,30,428.0,104.0,236.0,8.0,-9.0,1.9,33.05,335.1000934336905,17.269470039059996,16.264169758758925
+1999,12,2,15,30,662.0,39.0,151.0,6.0,-8.0,1.5,40.32,287.7175433745462,14.17487779592964,13.311725165806003
+1999,12,2,16,30,0.0,0.0,0.0,3.0,-6.0,1.4,56.44,0.0,3.0,3.0
+1999,12,2,17,30,0.0,0.0,0.0,1.0,-7.0,1.5,56.73,0.0,1.0,1.0
+1999,12,2,18,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.4,0.0,1.0,1.0
+1999,12,2,19,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.09,0.0,1.0,1.0
+1999,12,2,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,59.93,0.0,1.0,1.0
+1999,12,2,21,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,60.77,0.0,1.0,1.0
+1999,12,2,22,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,61.21,0.0,1.0,1.0
+1999,12,2,23,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,62.41,0.0,0.0,0.0
+1999,12,3,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,64.03,0.0,0.0,0.0
+1999,12,3,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,69.46000000000001,0.0,0.0,0.0
+1999,12,3,2,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.27,0.0,0.0,0.0
+1999,12,3,3,30,0.0,0.0,0.0,0.0,-6.0,2.1,79.52,0.0,0.0,0.0
+1999,12,3,4,30,0.0,0.0,0.0,-1.0,-5.0,2.3000000000000003,83.33,0.0,-1.0,-1.0
+1999,12,3,5,30,0.0,0.0,0.0,-1.0,-4.0,2.8000000000000003,86.14,0.0,-1.0,-1.0
+1999,12,3,6,30,0.0,0.0,0.0,-2.0,-4.0,3.3000000000000003,94.28,0.0,-2.0,-2.0
+1999,12,3,7,30,0.0,2.0,2.0,-1.0,-4.0,4.1000000000000005,93.75,1.9547694655894312,-0.953260327166881,-0.9591246355636494
+1999,12,3,8,30,0.0,25.0,25.0,-1.0,-4.0,5.300000000000002,87.26,24.43461831986789,-0.4597302666940539,-0.5330341216536576
+1999,12,3,9,30,0.0,6.0,6.0,0.0,-4.0,6.4,86.35000000000002,5.864308396768293,0.12078993043914356,0.10319700524883868
+1999,12,3,10,30,0.0,116.0,116.0,0.0,-4.0,7.0,80.09,113.37662900418702,2.2474807119242963,1.9073508249117352
+1999,12,3,11,30,1.0,138.0,139.0,0.0,-5.0,7.5,79.48,135.62843310056425,2.6046021737646496,2.197716874462957
+1999,12,3,12,30,7.0,152.0,156.0,0.0,-5.0,8.0,78.14,153.7186627618371,2.860328920723192,2.3991729324376805
+1999,12,3,13,30,0.0,121.0,121.0,0.0,-5.0,8.3,80.81,118.26355266816059,2.1595290229436612,1.8047383649391793
+1999,12,3,14,30,0.0,55.0,55.0,-1.0,-6.0,8.0,76.15,53.75616030370936,0.00027086640715376364,-0.16099761450397432
+1999,12,3,15,30,0.0,42.0,42.0,-1.0,-7.0,7.2,78.19,41.05015877737806,-0.19653856705961856,-0.31968904339175275
+1999,12,3,16,30,0.0,0.0,0.0,-2.0,-7.0,6.3000000000000025,75.51,0.0,-2.0,-2.0
+1999,12,3,17,30,0.0,0.0,0.0,-3.0,-8.0,5.8000000000000025,77.86,0.0,-3.0,-3.0
+1999,12,3,18,30,0.0,0.0,0.0,-4.0,-8.0,5.4,80.35000000000002,0.0,-4.0,-4.0
+1999,12,3,19,30,0.0,0.0,0.0,-4.0,-9.0,5.1000000000000005,78.81,0.0,-4.0,-4.0
+1999,12,3,20,30,0.0,0.0,0.0,-4.0,-9.0,4.800000000000002,85.35000000000002,0.0,-4.0,-4.0
+1999,12,3,21,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,86.8,0.0,-4.0,-4.0
+1999,12,3,22,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,88.19,0.0,-4.0,-4.0
+1999,12,3,23,30,0.0,0.0,0.0,-4.0,-8.0,4.7,88.33,0.0,-4.0,-4.0
+1999,12,4,0,30,0.0,0.0,0.0,-4.0,-8.0,4.6000000000000005,87.0,0.0,-4.0,-4.0
+1999,12,4,1,30,0.0,0.0,0.0,-5.0,-9.0,4.5,83.95,0.0,-5.0,-5.0
+1999,12,4,2,30,0.0,0.0,0.0,-6.0,-9.0,4.5,86.03,0.0,-6.0,-6.0
+1999,12,4,3,30,0.0,0.0,0.0,-6.0,-10.0,4.3,81.26,0.0,-6.0,-6.0
+1999,12,4,4,30,0.0,0.0,0.0,-6.0,-11.0,4.0,82.89,0.0,-6.0,-6.0
+1999,12,4,5,30,0.0,0.0,0.0,-7.0,-11.0,3.8,80.01,0.0,-7.0,-7.0
+1999,12,4,6,30,0.0,0.0,0.0,-7.0,-12.0,3.7,77.08,0.0,-7.0,-7.0
+1999,12,4,7,30,2.0,19.0,19.0,-6.0,-12.0,3.9,70.3,19.051422141811347,-5.538448748876655,-5.595603015302089
+1999,12,4,8,30,0.0,32.0,32.0,-3.0,-11.0,4.6000000000000005,64.87,31.2763114494309,-2.2762363000933523,-2.370065234441645
+1999,12,4,9,30,0.0,94.0,94.0,-1.0,-10.0,5.1000000000000005,58.91,91.87416488270327,1.0579495906832264,0.7823270960351165
+1999,12,4,10,30,104.0,192.0,237.0,0.0,-11.0,5.0,53.97,259.7718031727214,5.856736968088126,5.077421558569962
+1999,12,4,11,30,960.0,76.0,525.0,0.0,-11.0,4.800000000000002,46.4,788.1337926741762,18.001838629710747,15.637437251688219
+1999,12,4,12,30,963.0,74.0,516.0,0.0,-10.0,4.4,46.9,779.5808380354822,18.277542512287308,15.93879999818086
+1999,12,4,13,30,936.0,67.0,446.0,0.0,-10.0,3.9,47.92,689.3423610647789,16.700424085585823,14.632397002391485
+1999,12,4,14,30,870.0,56.0,322.0,0.0,-10.0,3.0,49.29,528.4592124780778,13.586085376698408,12.000707739264175
+1999,12,4,15,30,711.0,39.0,159.0,-1.0,-10.0,1.9,57.37000000000001,306.16341913720316,7.469029691004993,6.550539433593383
+1999,12,4,16,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,59.51,0.0,-4.0,-4.0
+1999,12,4,17,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,58.19,0.0,-6.0,-6.0
+1999,12,4,18,30,0.0,0.0,0.0,-7.0,-15.0,1.4,59.84,0.0,-7.0,-7.0
+1999,12,4,19,30,0.0,0.0,0.0,-7.0,-15.0,1.6,62.61,0.0,-7.0,-7.0
+1999,12,4,20,30,0.0,0.0,0.0,-8.0,-16.0,1.7000000000000002,61.48,0.0,-8.0,-8.0
+1999,12,4,21,30,0.0,0.0,0.0,-8.0,-16.0,1.8,60.52,0.0,-8.0,-8.0
+1999,12,4,22,30,0.0,0.0,0.0,-8.0,-16.0,1.8,59.94,0.0,-8.0,-8.0
+1999,12,4,23,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.47,0.0,-8.0,-8.0
+1999,12,5,0,30,0.0,0.0,0.0,-8.0,-16.0,2.1,63.33,0.0,-8.0,-8.0
+1999,12,5,1,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,56.94,0.0,-8.0,-8.0
+1999,12,5,2,30,0.0,0.0,0.0,-8.0,-17.0,2.4000000000000004,55.76,0.0,-8.0,-8.0
+1999,12,5,3,30,0.0,0.0,0.0,-7.0,-17.0,2.5,50.61,0.0,-7.0,-7.0
+1999,12,5,4,30,0.0,0.0,0.0,-7.0,-17.0,2.5,49.67,0.0,-7.0,-7.0
+1999,12,5,5,30,0.0,0.0,0.0,-6.0,-17.0,2.5,48.81,0.0,-6.0,-6.0
+1999,12,5,6,30,0.0,0.0,0.0,-5.0,-18.0,2.5,44.39,0.0,-5.0,-5.0
+1999,12,5,7,30,443.0,19.0,43.0,-3.0,-17.0,2.8000000000000003,38.37,124.26423161563505,0.23733962638898093,-0.13545306845792426
+1999,12,5,8,30,799.0,43.0,212.0,0.0,-15.0,3.0,35.55000000000001,385.5989207240053,9.913309739749156,8.75651297757714
+1999,12,5,9,30,923.0,57.0,368.0,3.0,-10.0,2.5,40.9,595.5583228763924,18.82792352750554,17.04124855887636
+1999,12,5,10,30,976.0,65.0,479.0,6.0,-9.0,1.9,40.35,738.2681160496167,26.42182117108048,24.20701682293163
+1999,12,5,11,30,995.0,68.0,531.0,8.0,-9.0,1.5,34.04,804.6736772833821,30.8630791860672,28.449058154217052
+1999,12,5,12,30,989.0,67.0,520.0,9.0,-9.0,1.4,31.29,790.6012855902097,31.614494590145785,29.242690733375156
+1999,12,5,13,30,957.0,62.0,448.0,8.0,-9.0,1.1,33.03,697.6900917058817,28.363337733193262,26.270267458075615
+1999,12,5,14,30,884.0,53.0,322.0,7.0,-5.0,0.9,47.47,532.8548197364378,22.763208504974585,21.16464404576527
+1999,12,5,15,30,720.0,37.0,158.0,4.0,-4.0,1.1,60.44,307.67973534254077,12.980185384488609,12.057146178460986
+1999,12,5,16,30,0.0,0.0,0.0,1.0,-9.0,1.5,51.14,0.0,1.0,1.0
+1999,12,5,17,30,0.0,0.0,0.0,0.0,-11.0,1.7000000000000002,46.76,0.0,0.0,0.0
+1999,12,5,18,30,0.0,0.0,0.0,-1.0,-12.0,1.8,49.12000000000001,0.0,-1.0,-1.0
+1999,12,5,19,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.77,0.0,-1.0,-1.0
+1999,12,5,20,30,0.0,0.0,0.0,-1.0,-12.0,2.1,50.16,0.0,-1.0,-1.0
+1999,12,5,21,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,44.07,0.0,-1.0,-1.0
+1999,12,5,22,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,43.3,0.0,0.0,0.0
+1999,12,5,23,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,40.98,0.0,0.0,0.0
+1999,12,6,0,30,0.0,0.0,0.0,0.0,-13.0,2.3000000000000003,41.55,0.0,0.0,0.0
+1999,12,6,1,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.68,0.0,0.0,0.0
+1999,12,6,2,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.49,0.0,0.0,0.0
+1999,12,6,3,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.61,0.0,0.0,0.0
+1999,12,6,4,30,0.0,0.0,0.0,0.0,-13.0,2.2,42.44,0.0,0.0,0.0
+1999,12,6,5,30,0.0,0.0,0.0,-1.0,-12.0,2.2,46.12,0.0,-1.0,-1.0
+1999,12,6,6,30,0.0,0.0,0.0,-2.0,-13.0,2.4000000000000004,46.23,0.0,-2.0,-2.0
+1999,12,6,7,30,428.0,18.0,40.0,-1.0,-15.0,3.1,38.54,118.69380738558748,2.0313429151394393,1.6752614929826768
+1999,12,6,8,30,797.0,42.0,208.0,1.0,-13.0,3.6,38.64,381.8462431934763,10.43527389901248,9.289735169432051
+1999,12,6,9,30,753.0,59.0,311.0,3.0,-11.0,3.7,38.78,496.4000761166145,15.185332505188493,13.696132276838648
+1999,12,6,10,30,93.0,189.0,228.0,5.0,-10.0,3.4000000000000004,38.68,248.83517988944655,11.230264180093323,10.483758640424984
+1999,12,6,11,30,993.0,67.0,527.0,6.0,-10.0,2.9000000000000004,36.19,800.6255967530344,26.720045958299746,24.318169168040644
+1999,12,6,12,30,982.0,68.0,516.0,6.0,-10.0,2.5,33.71,785.2972191501078,26.87054089184549,24.514649234395165
+1999,12,6,13,30,944.0,64.0,443.0,6.0,-10.0,2.0,33.89,690.319947562676,24.96828242403948,22.897322581351453
+1999,12,6,14,30,857.0,57.0,317.0,5.0,-9.0,1.3,40.39,521.8656795323066,20.02812656706564,18.46252952846872
+1999,12,6,15,30,667.0,42.0,153.0,3.0,-7.0,0.7000000000000001,51.59,292.70633259472,11.776594990646112,10.898475992861952
+1999,12,6,16,30,0.0,0.0,0.0,0.0,-10.0,0.7000000000000001,48.2,0.0,0.0,0.0
+1999,12,6,17,30,0.0,0.0,0.0,0.0,-11.0,1.1,46.4,0.0,0.0,0.0
+1999,12,6,18,30,0.0,0.0,0.0,-1.0,-12.0,1.5,49.21,0.0,-1.0,-1.0
+1999,12,6,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,52.51,0.0,-2.0,-2.0
+1999,12,6,20,30,0.0,0.0,0.0,-2.0,-12.0,1.9,52.32,0.0,-2.0,-2.0
+1999,12,6,21,30,0.0,0.0,0.0,-2.0,-12.0,2.1,51.75,0.0,-2.0,-2.0
+1999,12,6,22,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,51.2,0.0,-2.0,-2.0
+1999,12,6,23,30,0.0,0.0,0.0,-1.0,-12.0,2.5,51.09,0.0,-1.0,-1.0
+1999,12,7,0,30,0.0,0.0,0.0,-1.0,-12.0,2.6,52.22,0.0,-1.0,-1.0
+1999,12,7,1,30,0.0,0.0,0.0,-1.0,-11.0,2.6,51.06,0.0,-1.0,-1.0
+1999,12,7,2,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.63,0.0,-1.0,-1.0
+1999,12,7,3,30,0.0,0.0,0.0,-1.0,-10.0,2.4000000000000004,58.7,0.0,-1.0,-1.0
+1999,12,7,4,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,58.15,0.0,-2.0,-2.0
+1999,12,7,5,30,0.0,0.0,0.0,-2.0,-11.0,2.6,57.64,0.0,-2.0,-2.0
+1999,12,7,6,30,0.0,0.0,0.0,-1.0,-11.0,2.8000000000000003,56.9,0.0,-1.0,-1.0
+1999,12,7,7,30,0.0,33.0,33.0,0.0,-11.0,3.3000000000000003,49.24,32.25369618222562,0.8129098594426577,0.7161487708959808
+1999,12,7,8,30,652.0,57.0,191.0,1.0,-10.0,3.7,46.31,332.9676482248406,9.173490904415512,8.174587959740991
+1999,12,7,9,30,792.0,79.0,342.0,3.0,-8.0,3.5,51.88,536.9421890057968,16.355389838722076,14.744563271704687
+1999,12,7,10,30,205.0,190.0,276.0,4.0,-7.0,3.4000000000000004,49.7,326.6348422250966,12.17818991024332,11.198285383568031
+1999,12,7,11,30,166.0,216.0,292.0,5.0,-6.0,3.6,48.95,333.75197173605204,13.246882937301931,12.245627022093775
+1999,12,7,12,30,108.0,209.0,259.0,6.0,-6.0,4.0,44.94,283.22029588873096,12.81654594636563,11.966885058699438
+1999,12,7,13,30,660.0,98.0,362.0,6.0,-7.0,4.0,44.38,534.2803535223496,18.859059293746316,17.25621823317927
+1999,12,7,14,30,0.0,39.0,39.0,4.0,-8.0,3.2,45.34,38.11800457899391,4.96708319778593,4.852729184048949
+1999,12,7,15,30,149.0,63.0,88.0,1.0,-8.0,2.0,53.54,117.83686696244527,4.23786525421923,3.884354653331894
+1999,12,7,16,30,0.0,0.0,0.0,0.0,-10.0,1.3,57.27,0.0,0.0,0.0
+1999,12,7,17,30,0.0,0.0,0.0,-1.0,-11.0,1.1,55.72,0.0,-1.0,-1.0
+1999,12,7,18,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.99,0.0,-2.0,-2.0
+1999,12,7,19,30,0.0,0.0,0.0,-3.0,-10.0,0.8,63.99,0.0,-3.0,-3.0
+1999,12,7,20,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.36,0.0,-3.0,-3.0
+1999,12,7,21,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.88,0.0,-3.0,-3.0
+1999,12,7,22,30,0.0,0.0,0.0,-3.0,-10.0,0.9,66.44,0.0,-3.0,-3.0
+1999,12,7,23,30,0.0,0.0,0.0,-3.0,-9.0,1.1,74.06,0.0,-3.0,-3.0
+1999,12,8,0,30,0.0,0.0,0.0,-4.0,-9.0,1.3,76.29,0.0,-4.0,-4.0
+1999,12,8,1,30,0.0,0.0,0.0,-4.0,-9.0,1.4,79.27,0.0,-4.0,-4.0
+1999,12,8,2,30,0.0,0.0,0.0,-3.0,-8.0,1.1,82.5,0.0,-3.0,-3.0
+1999,12,8,3,30,0.0,0.0,0.0,-3.0,-8.0,1.0,84.49,0.0,-3.0,-3.0
+1999,12,8,4,30,0.0,0.0,0.0,-3.0,-8.0,1.1,84.36,0.0,-3.0,-3.0
+1999,12,8,5,30,0.0,0.0,0.0,-3.0,-8.0,1.2000000000000002,83.81,0.0,-3.0,-3.0
+1999,12,8,6,30,0.0,0.0,0.0,-4.0,-8.0,1.4,83.46000000000002,0.0,-4.0,-4.0
+1999,12,8,7,30,0.0,29.0,29.0,-3.0,-8.0,1.5,77.04,28.344157251046756,-2.194661475840965,-2.279693947594105
+1999,12,8,8,30,508.0,75.0,178.0,-2.0,-8.0,1.9,72.57000000000002,288.15003993741703,5.970747291010124,5.106297171197872
+1999,12,8,9,30,0.0,79.0,79.0,-1.0,-8.0,2.2,72.24,77.21339389078254,1.093494502856155,0.8618543211838072
+1999,12,8,10,30,6.0,141.0,144.0,-1.0,-8.0,2.3000000000000003,65.83,141.92885661759104,2.822559770401551,2.396773200548778
+1999,12,8,11,30,41.0,191.0,211.0,-1.0,-8.0,2.4000000000000004,65.02,216.92101720368217,4.803527265614898,4.152764214003851
+1999,12,8,12,30,5.0,147.0,150.0,-1.0,-8.0,2.6,64.38,147.33073134981902,2.88959769621984,2.447605502170383
+1999,12,8,13,30,0.0,95.0,95.0,-1.0,-8.0,2.7,63.61,92.85154961549799,1.4350879454730143,1.1565332966265203
+1999,12,8,14,30,0.0,38.0,38.0,-1.0,-9.0,2.5,62.99,37.14061984619919,-0.012928090987647842,-0.12434995052624542
+1999,12,8,15,30,0.0,36.0,36.0,-2.0,-9.0,2.2,67.4,35.185850380609764,-1.046002505027575,-1.1515600561694044
+1999,12,8,16,30,0.0,0.0,0.0,-3.0,-9.0,1.8,68.99,0.0,-3.0,-3.0
+1999,12,8,17,30,0.0,0.0,0.0,-4.0,-10.0,1.3,72.07000000000002,0.0,-4.0,-4.0
+1999,12,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,71.73,0.0,-4.0,-4.0
+1999,12,8,19,30,0.0,0.0,0.0,-5.0,-10.0,0.30000000000000004,76.43,0.0,-5.0,-5.0
+1999,12,8,20,30,0.0,0.0,0.0,-6.0,-10.0,0.5,80.51,0.0,-6.0,-6.0
+1999,12,8,21,30,0.0,0.0,0.0,-6.0,-11.0,0.8,77.93,0.0,-6.0,-6.0
+1999,12,8,22,30,0.0,0.0,0.0,-6.0,-11.0,1.0,81.81,0.0,-6.0,-6.0
+1999,12,8,23,30,0.0,0.0,0.0,-7.0,-11.0,1.2000000000000002,79.15,0.0,-7.0,-7.0
+1999,12,9,0,30,0.0,0.0,0.0,-7.0,-12.0,1.4,76.37,0.0,-7.0,-7.0
+1999,12,9,1,30,0.0,0.0,0.0,-7.0,-12.0,1.5,73.19,0.0,-7.0,-7.0
+1999,12,9,2,30,0.0,0.0,0.0,-7.0,-13.0,1.6,75.0,0.0,-7.0,-7.0
+1999,12,9,3,30,0.0,0.0,0.0,-8.0,-14.0,1.9,70.76,0.0,-8.0,-8.0
+1999,12,9,4,30,0.0,0.0,0.0,-8.0,-15.0,2.2,65.63,0.0,-8.0,-8.0
+1999,12,9,5,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,59.41,0.0,-8.0,-8.0
+1999,12,9,6,30,0.0,0.0,0.0,-8.0,-17.0,2.2,53.88,0.0,-8.0,-8.0
+1999,12,9,7,30,431.0,16.0,35.0,-6.0,-18.0,2.4000000000000004,43.12,114.4710659260425,-2.9374292966642455,-3.280842494442373
+1999,12,9,8,30,807.0,40.0,202.0,-2.0,-17.0,2.4000000000000004,32.88,378.5696627445368,8.128291799450688,6.992582811217078
+1999,12,9,9,30,934.0,53.0,359.0,1.0,-15.0,1.8,32.6,590.043164104226,17.431199671261364,15.661070178948687
+1999,12,9,10,30,987.0,61.0,471.0,3.0,-14.0,1.6,31.1,734.6194859713049,23.733147266035687,21.529288808121773
+1999,12,9,11,30,389.0,186.0,364.0,4.0,-14.0,1.9,28.94,468.09631271571084,16.948384172776542,15.544095234629411
+1999,12,9,12,30,283.0,200.0,328.0,5.0,-13.0,2.0,27.83,401.78952037920646,16.04018089652581,14.834812335388191
+1999,12,9,13,30,570.0,118.0,346.0,5.0,-13.0,1.7000000000000002,28.88,493.4924905745435,18.83482023594115,17.35434276421752
+1999,12,9,14,30,217.0,124.0,190.0,4.0,-12.0,1.3,34.35,239.19631715882127,10.888118283348827,10.170529331872364
+1999,12,9,15,30,9.0,59.0,61.0,1.0,-9.0,1.1,49.45,61.075274698175456,2.782591526827634,2.599365702733108
+1999,12,9,16,30,0.0,0.0,0.0,0.0,-11.0,1.2000000000000002,46.76,0.0,0.0,0.0
+1999,12,9,17,30,0.0,0.0,0.0,-1.0,-11.0,1.4,50.37000000000001,0.0,-1.0,-1.0
+1999,12,9,18,30,0.0,0.0,0.0,-2.0,-11.0,1.6,54.75,0.0,-2.0,-2.0
+1999,12,9,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,56.9,0.0,-2.0,-2.0
+1999,12,9,20,30,0.0,0.0,0.0,-2.0,-12.0,2.0,55.28,0.0,-2.0,-2.0
+1999,12,9,21,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,55.65,0.0,-2.0,-2.0
+1999,12,9,22,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,58.29,0.0,-2.0,-2.0
+1999,12,9,23,30,0.0,0.0,0.0,-2.0,-11.0,2.1,61.46,0.0,-2.0,-2.0
+1999,12,10,0,30,0.0,0.0,0.0,-2.0,-11.0,1.8,62.66,0.0,-2.0,-2.0
+1999,12,10,1,30,0.0,0.0,0.0,-2.0,-10.0,1.4,60.18,0.0,-2.0,-2.0
+1999,12,10,2,30,0.0,0.0,0.0,-1.0,-9.0,1.2000000000000002,63.28,0.0,-1.0,-1.0
+1999,12,10,3,30,0.0,0.0,0.0,-1.0,-9.0,1.0,61.16,0.0,-1.0,-1.0
+1999,12,10,4,30,0.0,0.0,0.0,-1.0,-9.0,0.9,61.41,0.0,-1.0,-1.0
+1999,12,10,5,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.58,0.0,-1.0,-1.0
+1999,12,10,6,30,0.0,0.0,0.0,-1.0,-9.0,0.9,59.85,0.0,-1.0,-1.0
+1999,12,10,7,30,0.0,23.0,23.0,0.0,-9.0,0.9,55.02,22.47984885427846,0.665011428113904,0.5975718815510687
+1999,12,10,8,30,466.0,56.0,149.0,0.0,-8.0,1.1,54.86,249.7324578128665,7.288890070016408,6.539692696577808
+1999,12,10,9,30,832.0,66.0,337.0,2.0,-8.0,1.3,52.57,542.3023719490106,17.616640455401168,15.989733339554137
+1999,12,10,10,30,707.0,92.0,384.0,3.0,-9.0,1.4,47.18,572.236126834393,19.368340186699296,17.651631806196118
+1999,12,10,11,30,929.0,79.0,503.0,4.0,-9.0,1.4,43.78,759.767033353369,25.732506357757995,23.45320525769789
+1999,12,10,12,30,304.0,197.0,334.0,4.0,-8.0,1.0,45.29,413.91506949821394,16.16245324410162,14.92070803560698
+1999,12,10,13,30,892.0,73.0,428.0,4.0,-8.0,0.8,47.34,662.8210123571564,23.74058378355612,21.75212074648465
+1999,12,10,14,30,810.0,63.0,306.0,3.0,-7.0,0.9,53.31,502.1138330373373,17.85381148905521,16.3474699899432
+1999,12,10,15,30,119.0,63.0,83.0,1.0,-7.0,1.0,62.86,106.67380503426728,4.134496087983784,3.8144746728809826
+1999,12,10,16,30,0.0,0.0,0.0,0.0,-8.0,1.0,61.65,0.0,0.0,0.0
+1999,12,10,17,30,0.0,0.0,0.0,-1.0,-9.0,0.9,63.14,0.0,-1.0,-1.0
+1999,12,10,18,30,0.0,0.0,0.0,-1.0,-9.0,0.9,62.71,0.0,-1.0,-1.0
+1999,12,10,19,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.98,0.0,-1.0,-1.0
+1999,12,10,20,30,0.0,0.0,0.0,-1.0,-9.0,0.8,58.79,0.0,-1.0,-1.0
+1999,12,10,21,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,56.53,0.0,-1.0,-1.0
+1999,12,10,22,30,0.0,0.0,0.0,-1.0,-10.0,0.4,60.39,0.0,-1.0,-1.0
+1999,12,10,23,30,0.0,0.0,0.0,-2.0,-10.0,0.30000000000000004,58.34,0.0,-2.0,-2.0
+1999,12,11,0,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,57.63,0.0,-2.0,-2.0
+1999,12,11,1,30,0.0,0.0,0.0,-2.0,-11.0,0.4,61.45,0.0,-2.0,-2.0
+1999,12,11,2,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,60.96,0.0,-2.0,-2.0
+1999,12,11,3,30,0.0,0.0,0.0,-3.0,-11.0,0.1,60.95,0.0,-3.0,-3.0
+1999,12,11,4,30,0.0,0.0,0.0,-3.0,-11.0,0.1,65.5,0.0,-3.0,-3.0
+1999,12,11,5,30,0.0,0.0,0.0,-3.0,-11.0,0.2,65.41,0.0,-3.0,-3.0
+1999,12,11,6,30,0.0,0.0,0.0,-4.0,-11.0,0.4,65.96000000000001,0.0,-4.0,-4.0
+1999,12,11,7,30,151.0,19.0,25.0,-3.0,-11.0,0.6000000000000001,66.78,52.52930191551264,-1.4142745973572464,-1.5718625031037843
+1999,12,11,8,30,545.0,67.0,174.0,-2.0,-10.0,1.1,60.86,292.3559604426906,6.532933506695534,5.655865625367462
+1999,12,11,9,30,727.0,93.0,328.0,0.0,-9.0,1.5,55.72,506.9787597561453,14.404715671936724,12.88377939266829
+1999,12,11,10,30,823.0,103.0,441.0,0.0,-9.0,1.4,52.04,660.7940942358708,18.90146745478861,16.919085172080997
+1999,12,11,11,30,869.0,105.0,500.0,1.0,-9.0,1.1,47.63,740.0513871106955,22.599728181328555,20.37957401999647
+1999,12,11,12,30,883.0,99.0,496.0,2.0,-10.0,0.9,46.81,739.1039475817838,23.864585251089864,21.64727340834451
+1999,12,11,13,30,865.0,87.0,430.0,2.0,-10.0,1.0,46.31,658.3748242723159,21.345642638749627,19.37051816593268
+1999,12,11,14,30,802.0,70.0,311.0,1.0,-10.0,1.0,45.6,504.77844579835147,15.832376731524691,14.318041394129637
+1999,12,11,15,30,639.0,46.0,152.0,0.0,-9.0,0.8,57.17,287.5197875897281,8.563108819016916,7.700549456247732
+1999,12,11,16,30,0.0,0.0,0.0,-2.0,-10.0,0.6000000000000001,58.41,0.0,-2.0,-2.0
+1999,12,11,17,30,0.0,0.0,0.0,-3.0,-12.0,0.7000000000000001,55.48,0.0,-3.0,-3.0
+1999,12,11,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,56.24,0.0,-4.0,-4.0
+1999,12,11,19,30,0.0,0.0,0.0,-4.0,-14.0,1.7000000000000002,56.91,0.0,-4.0,-4.0
+1999,12,11,20,30,0.0,0.0,0.0,-5.0,-14.0,2.0,53.67,0.0,-5.0,-5.0
+1999,12,11,21,30,0.0,0.0,0.0,-5.0,-15.0,2.4000000000000004,51.69,0.0,-5.0,-5.0
+1999,12,11,22,30,0.0,0.0,0.0,-5.0,-14.0,3.0,53.51,0.0,-5.0,-5.0
+1999,12,11,23,30,0.0,0.0,0.0,-4.0,-14.0,3.4000000000000004,56.66,0.0,-4.0,-4.0
+1999,12,12,0,30,0.0,0.0,0.0,-4.0,-13.0,3.8,54.97,0.0,-4.0,-4.0
+1999,12,12,1,30,0.0,0.0,0.0,-4.0,-13.0,4.2,57.06,0.0,-4.0,-4.0
+1999,12,12,2,30,0.0,0.0,0.0,-4.0,-13.0,4.1000000000000005,57.52,0.0,-4.0,-4.0
+1999,12,12,3,30,0.0,0.0,0.0,-5.0,-13.0,3.6,61.13,0.0,-5.0,-5.0
+1999,12,12,4,30,0.0,0.0,0.0,-5.0,-13.0,3.3000000000000003,60.22,0.0,-5.0,-5.0
+1999,12,12,5,30,0.0,0.0,0.0,-5.0,-13.0,3.0,64.62,0.0,-5.0,-5.0
+1999,12,12,6,30,0.0,0.0,0.0,-6.0,-13.0,2.8000000000000003,63.63,0.0,-6.0,-6.0
+1999,12,12,7,30,315.0,16.0,27.0,-4.0,-13.0,3.0,58.55,85.7970902392514,-1.7942543803962505,-2.0516456511140047
+1999,12,12,8,30,738.0,45.0,188.0,-1.0,-12.0,3.4000000000000004,50.44,349.6318056921498,7.753981314832302,6.705085897755853
+1999,12,12,9,30,882.0,61.0,344.0,1.0,-11.0,3.3000000000000003,44.68,562.7542319995831,15.183443071174082,13.495180375175332
+1999,12,12,10,30,944.0,70.0,457.0,2.0,-11.0,3.0,41.86,709.4488381392662,20.239122826833874,18.110776312416075
+1999,12,12,11,30,968.0,75.0,513.0,3.0,-11.0,2.5,39.46,782.2626738925585,23.789892954553185,21.44310493287551
+1999,12,12,12,30,967.0,74.0,507.0,4.0,-11.0,2.0,37.05,775.1423254502222,25.29899128640145,22.973564310050783
+1999,12,12,13,30,938.0,67.0,439.0,4.0,-11.0,1.5,37.1,687.0625603796506,23.521411184685753,21.4602235035468
+1999,12,12,14,30,867.0,56.0,317.0,3.0,-10.0,0.8,41.98,526.7257513943231,18.687302654118888,17.107125399935917
+1999,12,12,15,30,703.0,39.0,156.0,1.0,-8.0,0.6000000000000001,58.62000000000001,305.47641686108943,10.221552475683408,9.30512322510014
+1999,12,12,16,30,0.0,0.0,0.0,-1.0,-10.0,0.9,55.19,0.0,-1.0,-1.0
+1999,12,12,17,30,0.0,0.0,0.0,-2.0,-11.0,1.1,55.69,0.0,-2.0,-2.0
+1999,12,12,18,30,0.0,0.0,0.0,-3.0,-11.0,1.4,60.22,0.0,-3.0,-3.0
+1999,12,12,19,30,0.0,0.0,0.0,-2.0,-11.0,1.8,59.42,0.0,-2.0,-2.0
+1999,12,12,20,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,54.68,0.0,-2.0,-2.0
+1999,12,12,21,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.27,0.0,-2.0,-2.0
+1999,12,12,22,30,0.0,0.0,0.0,-2.0,-11.0,3.0,54.0,0.0,-2.0,-2.0
+1999,12,12,23,30,0.0,0.0,0.0,-2.0,-12.0,3.1,53.71,0.0,-2.0,-2.0
+1999,12,13,0,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.7,0.0,-2.0,-2.0
+1999,12,13,1,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.2,0.0,-2.0,-2.0
+1999,12,13,2,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,55.01,0.0,-2.0,-2.0
+1999,12,13,3,30,0.0,0.0,0.0,-1.0,-11.0,3.3000000000000003,55.58,0.0,-1.0,-1.0
+1999,12,13,4,30,0.0,0.0,0.0,-1.0,-11.0,3.2,55.98,0.0,-1.0,-1.0
+1999,12,13,5,30,0.0,0.0,0.0,-1.0,-11.0,3.0,52.15,0.0,-1.0,-1.0
+1999,12,13,6,30,0.0,0.0,0.0,0.0,-11.0,2.8000000000000003,48.87000000000001,0.0,0.0,0.0
+1999,12,13,7,30,0.0,10.0,10.0,0.0,-10.0,2.6,47.62,9.773847327947157,0.2580339736434384,0.22871243165959693
+1999,12,13,8,30,22.0,71.0,75.0,1.0,-9.0,2.6,49.71,78.45884809203102,3.071348943909258,2.8359723996331647
+1999,12,13,9,30,210.0,135.0,202.0,2.0,-7.0,2.6,54.98,251.3604009237426,8.636027849698756,7.881946646927528
+1999,12,13,10,30,73.0,179.0,209.0,3.0,-6.0,2.2,56.14,224.4181136169302,9.084670852092627,8.411416511241836
+1999,12,13,11,30,126.0,210.0,267.0,4.0,-5.0,1.7000000000000002,57.6,297.4037252796344,12.33756775498787,11.445356579148967
+1999,12,13,12,30,42.0,187.0,206.0,5.0,-4.0,1.4,57.15,213.27478891664333,11.100548592669329,10.460724225919398
+1999,12,13,13,30,93.0,176.0,213.0,5.0,-4.0,1.3,58.45,233.64159594209028,11.728159395911337,11.027234608085067
+1999,12,13,14,30,0.0,70.0,70.0,4.0,-4.0,1.1,61.28,68.4169312956301,5.996870953456096,5.791620159569206
+1999,12,13,15,30,654.0,41.0,150.0,3.0,-5.0,0.8,64.18,289.3173979319989,11.61664646630059,10.748694272504594
+1999,12,13,16,30,0.0,0.0,0.0,1.0,-7.0,1.0,57.92,0.0,1.0,1.0
+1999,12,13,17,30,0.0,0.0,0.0,0.0,-8.0,1.3,58.75,0.0,0.0,0.0
+1999,12,13,18,30,0.0,0.0,0.0,0.0,-7.0,1.6,64.22,0.0,0.0,0.0
+1999,12,13,19,30,0.0,0.0,0.0,0.0,-7.0,2.0,69.96000000000001,0.0,0.0,0.0
+1999,12,13,20,30,0.0,0.0,0.0,0.0,-7.0,3.4000000000000004,68.84,0.0,0.0,0.0
+1999,12,13,21,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,60.79,0.0,0.0,0.0
+1999,12,13,22,30,0.0,0.0,0.0,-1.0,-11.0,5.8000000000000025,55.4,0.0,-1.0,-1.0
+1999,12,13,23,30,0.0,0.0,0.0,-2.0,-13.0,5.4,53.22,0.0,-2.0,-2.0
+1999,12,14,0,30,0.0,0.0,0.0,-3.0,-13.0,5.2,52.08,0.0,-3.0,-3.0
+1999,12,14,1,30,0.0,0.0,0.0,-3.0,-12.0,5.300000000000002,58.86,0.0,-3.0,-3.0
+1999,12,14,2,30,0.0,0.0,0.0,-4.0,-12.0,5.5,60.31,0.0,-4.0,-4.0
+1999,12,14,3,30,0.0,0.0,0.0,-4.0,-12.0,5.5,63.95,0.0,-4.0,-4.0
+1999,12,14,4,30,0.0,0.0,0.0,-5.0,-13.0,5.5,60.94,0.0,-5.0,-5.0
+1999,12,14,5,30,0.0,0.0,0.0,-5.0,-14.0,5.6000000000000005,60.8,0.0,-5.0,-5.0
+1999,12,14,6,30,0.0,0.0,0.0,-6.0,-15.0,5.6000000000000005,54.07,0.0,-6.0,-6.0
+1999,12,14,7,30,0.0,24.0,24.0,-6.0,-16.0,5.6000000000000005,48.42,23.457233587073173,-5.49131489256978,-5.561686593330999
+1999,12,14,8,30,736.0,45.0,185.0,-5.0,-17.0,6.3000000000000025,41.41,345.81477946479805,2.1687229586804264,1.1312786202860323
+1999,12,14,9,30,896.0,61.0,345.0,-4.0,-19.0,7.0,33.910000000000004,567.5539327007027,7.250700677248947,5.548038879146839
+1999,12,14,10,30,973.0,67.0,463.0,-3.0,-20.0,7.4,28.38,723.4468748771665,10.981291193272428,8.810950568640928
+1999,12,14,11,30,1008.0,69.0,523.0,-2.0,-21.0,7.6,27.23,803.7024642367164,13.336956734444975,10.925849341734825
+1999,12,14,12,30,1009.0,68.0,519.0,-2.0,-21.0,7.6,24.81,798.7709793324551,13.24284980560153,10.846536867604165
+1999,12,14,13,30,978.0,63.0,450.0,-2.0,-21.0,7.4,25.26,709.6007215879063,11.713701259904198,9.58489909514048
+1999,12,14,14,30,904.0,54.0,326.0,-2.0,-20.0,6.8000000000000025,26.66,545.6945872898262,8.956122235449413,7.319038473579935
+1999,12,14,15,30,740.0,38.0,162.0,-4.0,-19.0,5.7,33.02,319.8143147128557,2.8907260256328073,1.9312830814942403
+1999,12,14,16,30,0.0,0.0,0.0,-5.0,-19.0,4.9,37.48,0.0,-5.0,-5.0
+1999,12,14,17,30,0.0,0.0,0.0,-6.0,-18.0,4.800000000000002,41.22,0.0,-6.0,-6.0
+1999,12,14,18,30,0.0,0.0,0.0,-7.0,-18.0,4.800000000000002,44.65,0.0,-7.0,-7.0
+1999,12,14,19,30,0.0,0.0,0.0,-7.0,-19.0,4.9,43.87,0.0,-7.0,-7.0
+1999,12,14,20,30,0.0,0.0,0.0,-7.0,-19.0,5.0,43.15,0.0,-7.0,-7.0
+1999,12,14,21,30,0.0,0.0,0.0,-7.0,-19.0,5.0,46.76,0.0,-7.0,-7.0
+1999,12,14,22,30,0.0,0.0,0.0,-7.0,-19.0,4.9,47.41,0.0,-7.0,-7.0
+1999,12,14,23,30,0.0,0.0,0.0,-7.0,-18.0,4.6000000000000005,48.08,0.0,-7.0,-7.0
+1999,12,15,0,30,0.0,0.0,0.0,-8.0,-18.0,4.2,48.43,0.0,-8.0,-8.0
+1999,12,15,1,30,0.0,0.0,0.0,-8.0,-18.0,3.9,48.43,0.0,-8.0,-8.0
+1999,12,15,2,30,0.0,0.0,0.0,-8.0,-18.0,3.8,47.8,0.0,-8.0,-8.0
+1999,12,15,3,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.97,0.0,-8.0,-8.0
+1999,12,15,4,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.34,0.0,-8.0,-8.0
+1999,12,15,5,30,0.0,0.0,0.0,-8.0,-19.0,3.9,45.99,0.0,-8.0,-8.0
+1999,12,15,6,30,0.0,0.0,0.0,-7.0,-19.0,4.1000000000000005,45.9,0.0,-7.0,-7.0
+1999,12,15,7,30,0.0,18.0,18.0,-6.0,-19.0,4.6000000000000005,43.19,17.592925190304882,-5.59288291880251,-5.645661694373425
+1999,12,15,8,30,444.0,54.0,138.0,-4.0,-18.0,5.300000000000002,37.14,234.00158388718242,1.173969638686811,0.47196488702526374
+1999,12,15,9,30,352.0,118.0,230.0,-1.0,-17.0,5.9,35.31,314.29535279388926,5.685032918240411,4.742146859858743
+1999,12,15,10,30,185.0,183.0,258.0,0.0,-15.0,6.2,33.730000000000004,303.72099137642306,6.336659867351348,5.425496893222079
+1999,12,15,11,30,455.0,169.0,373.0,1.0,-14.0,6.0,32.68,497.1238914962015,11.50591568064584,10.014544006157236
+1999,12,15,12,30,567.0,139.0,392.0,2.0,-13.0,5.7,36.12,547.1557315503285,13.78902902721274,12.147561832561754
+1999,12,15,13,30,392.0,152.0,308.0,2.0,-12.0,5.1000000000000005,39.13,408.3515121733956,11.14693296428894,9.921878427768753
+1999,12,15,14,30,311.0,115.0,209.0,1.0,-11.0,4.1000000000000005,42.16,282.1535202490183,7.746454483406489,6.8999939226594345
+1999,12,15,15,30,443.0,47.0,121.0,0.0,-10.0,3.0,52.57,215.58143910573276,5.542353635179545,4.8956093178623465
+1999,12,15,16,30,0.0,0.0,0.0,-1.0,-10.0,2.7,54.1,0.0,-1.0,-1.0
+1999,12,15,17,30,0.0,0.0,0.0,-2.0,-11.0,3.0,55.36,0.0,-2.0,-2.0
+1999,12,15,18,30,0.0,0.0,0.0,-2.0,-11.0,3.3000000000000003,53.78,0.0,-2.0,-2.0
+1999,12,15,19,30,0.0,0.0,0.0,-2.0,-12.0,3.4000000000000004,56.37000000000001,0.0,-2.0,-2.0
+1999,12,15,20,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.2,0.0,-2.0,-2.0
+1999,12,15,21,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.86,0.0,-2.0,-2.0
+1999,12,15,22,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.13,0.0,-2.0,-2.0
+1999,12,15,23,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.03,0.0,-2.0,-2.0
+1999,12,16,0,30,0.0,0.0,0.0,-1.0,-11.0,3.5,54.92,0.0,-1.0,-1.0
+1999,12,16,1,30,0.0,0.0,0.0,-1.0,-11.0,3.7,57.71,0.0,-1.0,-1.0
+1999,12,16,2,30,0.0,0.0,0.0,-1.0,-10.0,3.9,55.71,0.0,-1.0,-1.0
+1999,12,16,3,30,0.0,0.0,0.0,-1.0,-10.0,4.3,56.47,0.0,-1.0,-1.0
+1999,12,16,4,30,0.0,0.0,0.0,-1.0,-10.0,4.7,56.7,0.0,-1.0,-1.0
+1999,12,16,5,30,0.0,0.0,0.0,0.0,-10.0,5.4,57.7,0.0,0.0,0.0
+1999,12,16,6,30,0.0,0.0,0.0,0.0,-9.0,6.0,55.12000000000001,0.0,0.0,0.0
+1999,12,16,7,30,0.0,12.0,12.0,0.0,-9.0,6.5,52.51,11.728616793536586,0.24003769614619025,0.2048518457655805
+1999,12,16,8,30,192.0,70.0,106.0,1.0,-8.0,6.6000000000000005,50.88,146.42175996503065,3.9775567981971194,3.5382915183020276
+1999,12,16,9,30,529.0,93.0,259.0,4.0,-8.0,6.4,50.57,389.0493575589967,12.013433410637436,10.846285337960445
+1999,12,16,10,30,724.0,85.0,377.0,5.0,-7.0,6.1000000000000005,46.37,570.8286356920922,16.98620460824039,15.273718701164112
+1999,12,16,11,30,956.0,71.0,500.0,6.0,-6.0,5.5,45.18,766.1151785437066,22.721466220153268,20.423120684522146
+1999,12,16,12,30,954.0,70.0,496.0,7.0,-6.0,4.800000000000002,46.63,760.173510490632,24.363195175277088,22.08267464380519
+1999,12,16,13,30,923.0,65.0,430.0,6.0,-6.0,3.8,47.93,675.3911256763656,22.470359201585765,20.44418582455667
+1999,12,16,14,30,848.0,56.0,310.0,5.0,-5.0,2.7,55.66,518.1329163120866,18.588348540106093,17.03394979116983
+1999,12,16,15,30,114.0,64.0,84.0,2.0,-4.0,2.0,66.99,106.33359290982025,4.921783773738027,4.602782995008567
+1999,12,16,16,30,0.0,0.0,0.0,0.0,-5.0,2.2,67.23,0.0,0.0,0.0
+1999,12,16,17,30,0.0,0.0,0.0,0.0,-5.0,2.9000000000000004,71.7,0.0,0.0,0.0
+1999,12,16,18,30,0.0,0.0,0.0,0.0,-5.0,3.6,72.21000000000002,0.0,0.0,0.0
+1999,12,16,19,30,0.0,0.0,0.0,1.0,-5.0,3.9,72.01,0.0,1.0,1.0
+1999,12,16,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,67.26,0.0,1.0,1.0
+1999,12,16,21,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.57000000000001,0.0,1.0,1.0
+1999,12,16,22,30,0.0,0.0,0.0,1.0,-5.0,3.2,72.42,0.0,1.0,1.0
+1999,12,16,23,30,0.0,0.0,0.0,0.0,-5.0,3.1,71.29,0.0,0.0,0.0
+1999,12,17,0,30,0.0,0.0,0.0,0.0,-5.0,3.0,69.54,0.0,0.0,0.0
+1999,12,17,1,30,0.0,0.0,0.0,0.0,-6.0,2.7,68.54,0.0,0.0,0.0
+1999,12,17,2,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,73.64,0.0,0.0,0.0
+1999,12,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,73.67,0.0,0.0,0.0
+1999,12,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.8,78.5,0.0,0.0,0.0
+1999,12,17,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.68,0.0,0.0,0.0
+1999,12,17,6,30,0.0,0.0,0.0,0.0,-6.0,1.8,69.22,0.0,0.0,0.0
+1999,12,17,7,30,219.0,13.0,19.0,0.0,-6.0,2.1,64.13,59.286862853943745,1.6182129000625554,1.4403523115007242
+1999,12,17,8,30,599.0,40.0,150.0,1.0,-6.0,3.3000000000000003,63.52,281.35244110503675,8.09109963894879,7.24704231563368
+1999,12,17,9,30,359.0,116.0,228.0,2.0,-5.0,5.1000000000000005,66.58,315.1647404931922,9.059581434278241,8.114087212798665
+1999,12,17,10,30,494.0,138.0,337.0,2.0,-5.0,5.9,68.32000000000001,467.1210123973551,11.935620482196388,10.534257445004323
+1999,12,17,11,30,0.0,27.0,27.0,3.0,-5.0,5.8000000000000025,68.44,26.389387785457323,3.5649294048288134,3.4857612414724413
+1999,12,17,12,30,10.0,157.0,161.0,3.0,-5.0,5.300000000000002,60.77,160.69504326849767,6.55310105661303,6.0710159268075365
+1999,12,17,13,30,224.0,174.0,263.0,3.0,-6.0,4.4,56.24,318.6227335034273,10.470220242541444,9.514352042031163
+1999,12,17,14,30,0.0,22.0,22.0,2.0,-7.0,3.2,58.04,21.502464121483747,2.54553411157155,2.481026719207099
+1999,12,17,15,30,0.0,10.0,10.0,1.0,-6.0,1.7000000000000002,65.15,9.773847327947157,1.2740050221194954,1.2446834801356539
+1999,12,17,16,30,0.0,0.0,0.0,0.0,-8.0,0.8,68.12,0.0,0.0,0.0
+1999,12,17,17,30,0.0,0.0,0.0,-1.0,-8.0,0.4,69.38,0.0,-1.0,-1.0
+1999,12,17,18,30,0.0,0.0,0.0,-2.0,-8.0,0.7000000000000001,74.39,0.0,-2.0,-2.0
+1999,12,17,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.62,0.0,-3.0,-3.0
+1999,12,17,20,30,0.0,0.0,0.0,-4.0,-9.0,1.8,75.29,0.0,-4.0,-4.0
+1999,12,17,21,30,0.0,0.0,0.0,-4.0,-10.0,2.2,71.59,0.0,-4.0,-4.0
+1999,12,17,22,30,0.0,0.0,0.0,-4.0,-11.0,2.8000000000000003,67.72,0.0,-4.0,-4.0
+1999,12,17,23,30,0.0,0.0,0.0,-3.0,-11.0,3.6,63.57,0.0,-3.0,-3.0
+1999,12,18,0,30,0.0,0.0,0.0,-3.0,-12.0,4.1000000000000005,56.35,0.0,-3.0,-3.0
+1999,12,18,1,30,0.0,0.0,0.0,-2.0,-12.0,4.3,51.9,0.0,-2.0,-2.0
+1999,12,18,2,30,0.0,0.0,0.0,-1.0,-12.0,4.5,53.28,0.0,-1.0,-1.0
+1999,12,18,3,30,0.0,0.0,0.0,-1.0,-12.0,4.6000000000000005,53.67,0.0,-1.0,-1.0
+1999,12,18,4,30,0.0,0.0,0.0,-2.0,-12.0,4.4,52.28,0.0,-2.0,-2.0
+1999,12,18,5,30,0.0,0.0,0.0,-2.0,-13.0,4.1000000000000005,49.39,0.0,-2.0,-2.0
+1999,12,18,6,30,0.0,0.0,0.0,-2.0,-13.0,3.8,47.09,0.0,-2.0,-2.0
+1999,12,18,7,30,0.0,19.0,19.0,-1.0,-13.0,3.8,43.22,18.570309923099597,-0.547136965100153,-0.6028478948694518
+1999,12,18,8,30,746.0,38.0,174.0,1.0,-12.0,4.1000000000000005,40.78,337.53877954263777,9.07074818899732,8.058131850369406
+1999,12,18,9,30,882.0,53.0,327.0,3.0,-10.0,4.1000000000000005,40.52,546.2767060169049,16.061793201217732,14.422963083167017
+1999,12,18,10,30,705.0,89.0,372.0,6.0,-9.0,4.4,40.13,560.3909254335772,19.138559163310333,17.457386387009603
+1999,12,18,11,30,762.0,91.0,432.0,7.0,-8.0,5.0,41.25,643.3009093954662,21.503668880321253,19.573766152134855
+1999,12,18,12,30,745.0,94.0,426.0,7.0,-6.0,5.4,44.97,631.8507626771502,20.880520688083426,18.984968400051976
+1999,12,18,13,30,918.0,67.0,430.0,6.0,-6.0,5.4,50.28,674.6367877299143,20.82044565294289,18.796535289753148
+1999,12,18,14,30,845.0,58.0,313.0,4.0,-6.0,4.9,54.5,519.7735389956466,15.795139405441883,14.235818788454944
+1999,12,18,15,30,671.0,42.0,155.0,2.0,-6.0,3.8,62.59,300.2543794138015,9.32212386688098,8.421360728639577
+1999,12,18,16,30,0.0,0.0,0.0,0.0,-6.0,3.1,64.31,0.0,0.0,0.0
+1999,12,18,17,30,0.0,0.0,0.0,0.0,-7.0,3.7,65.92,0.0,0.0,0.0
+1999,12,18,18,30,0.0,0.0,0.0,0.0,-8.0,4.9,63.02,0.0,0.0,0.0
+1999,12,18,19,30,0.0,0.0,0.0,0.0,-8.0,5.5,60.02,0.0,0.0,0.0
+1999,12,18,20,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,58.27,0.0,0.0,0.0
+1999,12,18,21,30,0.0,0.0,0.0,0.0,-9.0,4.800000000000002,62.35,0.0,0.0,0.0
+1999,12,18,22,30,0.0,0.0,0.0,0.0,-9.0,4.0,62.71,0.0,0.0,0.0
+1999,12,18,23,30,0.0,0.0,0.0,-1.0,-8.0,3.1,63.47,0.0,-1.0,-1.0
+1999,12,19,0,30,0.0,0.0,0.0,-1.0,-8.0,2.6,63.57,0.0,-1.0,-1.0
+1999,12,19,1,30,0.0,0.0,0.0,-1.0,-9.0,2.6,67.45,0.0,-1.0,-1.0
+1999,12,19,2,30,0.0,0.0,0.0,-2.0,-9.0,2.6,65.71000000000001,0.0,-2.0,-2.0
+1999,12,19,3,30,0.0,0.0,0.0,-2.0,-9.0,2.5,68.77,0.0,-2.0,-2.0
+1999,12,19,4,30,0.0,0.0,0.0,-3.0,-10.0,2.2,67.83,0.0,-3.0,-3.0
+1999,12,19,5,30,0.0,0.0,0.0,-3.0,-10.0,2.0,67.27,0.0,-3.0,-3.0
+1999,12,19,6,30,0.0,0.0,0.0,-3.0,-10.0,1.9,67.68,0.0,-3.0,-3.0
+1999,12,19,7,30,262.0,12.0,18.0,-2.0,-10.0,2.2,62.11,66.49244400673696,-0.19718368802084366,-0.3966610200410545
+1999,12,19,8,30,694.0,43.0,169.0,-1.0,-9.0,3.1,60.2,320.31464206521696,7.180574389070643,6.219630462874992
+1999,12,19,9,30,839.0,63.0,323.0,0.0,-9.0,3.7,56.71,530.7896018831452,13.029506038438475,11.43713723278904
+1999,12,19,10,30,909.0,74.0,438.0,0.0,-10.0,3.3000000000000003,53.97,681.8297531867738,17.18457710072706,15.139087841166742
+1999,12,19,11,30,43.0,187.0,207.0,0.0,-10.0,2.6,50.7,214.03765188727485,5.650690457161509,5.008577501499684
+1999,12,19,12,30,0.0,121.0,121.0,0.0,-11.0,2.1,49.11,118.26355266816059,3.2279597422165622,2.8731690842120803
+1999,12,19,13,30,0.0,80.0,80.0,0.0,-11.0,1.9,48.34,78.19077862357726,2.162897277512824,1.928324941642092
+1999,12,19,14,30,416.0,104.0,229.0,0.0,-11.0,1.9,47.91,329.9994092668428,9.128375960037726,8.138377732237197
+1999,12,19,15,30,677.0,43.0,158.0,-2.0,-11.0,1.5,54.86,304.41456979432195,6.649288041951334,5.736044332568368
+1999,12,19,16,30,0.0,0.0,0.0,-3.0,-11.0,1.0,64.61,0.0,-3.0,-3.0
+1999,12,19,17,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.32000000000001,0.0,-4.0,-4.0
+1999,12,19,18,30,0.0,0.0,0.0,-5.0,-12.0,1.1,63.99,0.0,-5.0,-5.0
+1999,12,19,19,30,0.0,0.0,0.0,-5.0,-13.0,1.5,66.48,0.0,-5.0,-5.0
+1999,12,19,20,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,63.87000000000001,0.0,-6.0,-6.0
+1999,12,19,21,30,0.0,0.0,0.0,-6.0,-14.0,1.8,61.75,0.0,-6.0,-6.0
+1999,12,19,22,30,0.0,0.0,0.0,-5.0,-14.0,2.0,61.01,0.0,-5.0,-5.0
+1999,12,19,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,60.77,0.0,-5.0,-5.0
+1999,12,20,0,30,0.0,0.0,0.0,-5.0,-14.0,1.9,60.54,0.0,-5.0,-5.0
+1999,12,20,1,30,0.0,0.0,0.0,-5.0,-14.0,1.6,61.04,0.0,-5.0,-5.0
+1999,12,20,2,30,0.0,0.0,0.0,-5.0,-13.0,1.2000000000000002,62.94000000000001,0.0,-5.0,-5.0
+1999,12,20,3,30,0.0,0.0,0.0,-5.0,-13.0,1.0,65.49,0.0,-5.0,-5.0
+1999,12,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.0,67.59,0.0,-5.0,-5.0
+1999,12,20,5,30,0.0,0.0,0.0,-6.0,-12.0,1.2000000000000002,68.81,0.0,-6.0,-6.0
+1999,12,20,6,30,0.0,0.0,0.0,-6.0,-12.0,1.4,69.27,0.0,-6.0,-6.0
+1999,12,20,7,30,0.0,7.0,7.0,-5.0,-12.0,1.6,64.05,6.8416931295630095,-4.806907066973997,-4.8274321463626855
+1999,12,20,8,30,47.0,68.0,77.0,-4.0,-12.0,2.4000000000000004,59.13,85.23621723469577,-1.7195814535806329,-1.9752901052847203
+1999,12,20,9,30,121.0,132.0,170.0,-2.0,-12.0,3.4000000000000004,54.42,196.53181879889945,2.9207075601423247,2.3311121037456264
+1999,12,20,10,30,0.0,113.0,113.0,-1.0,-13.0,4.2,48.93,110.44447480580287,1.6235353708203601,1.2922019464029515
+1999,12,20,11,30,422.0,174.0,362.0,-1.0,-13.0,4.4,44.06,476.6765667645902,10.175847055971907,8.745817355678136
+1999,12,20,12,30,85.0,201.0,238.0,-1.0,-13.0,4.2,42.99,258.0604002208522,5.130053938668302,4.355872738005746
+1999,12,20,13,30,16.0,147.0,154.0,0.0,-14.0,3.9,42.27,154.31386221932374,3.7385007608798184,3.275559174221847
+1999,12,20,14,30,57.0,124.0,141.0,0.0,-14.0,3.5,42.12,152.5393878268051,3.79411979892868,3.3365016354482644
+1999,12,20,15,30,0.0,29.0,29.0,-1.0,-13.0,2.4000000000000004,46.86,28.344157251046756,-0.24167749373556874,-0.326709965488709
+1999,12,20,16,30,0.0,0.0,0.0,-2.0,-12.0,1.5,53.71,0.0,-2.0,-2.0
+1999,12,20,17,30,0.0,0.0,0.0,-3.0,-12.0,1.5,55.63,0.0,-3.0,-3.0
+1999,12,20,18,30,0.0,0.0,0.0,-3.0,-12.0,1.8,55.62000000000001,0.0,-3.0,-3.0
+1999,12,20,19,30,0.0,0.0,0.0,-3.0,-12.0,2.0,59.63,0.0,-3.0,-3.0
+1999,12,20,20,30,0.0,0.0,0.0,-4.0,-12.0,2.2,58.8,0.0,-4.0,-4.0
+1999,12,20,21,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,61.46,0.0,-4.0,-4.0
+1999,12,20,22,30,0.0,0.0,0.0,-5.0,-13.0,2.7,58.43,0.0,-5.0,-5.0
+1999,12,20,23,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.95,0.0,-6.0,-6.0
+1999,12,21,0,30,0.0,0.0,0.0,-5.0,-14.0,3.2,59.02,0.0,-5.0,-5.0
+1999,12,21,1,30,0.0,0.0,0.0,-5.0,-14.0,3.1,55.79,0.0,-5.0,-5.0
+1999,12,21,2,30,0.0,0.0,0.0,-4.0,-13.0,2.8000000000000003,58.44,0.0,-4.0,-4.0
+1999,12,21,3,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,60.82,0.0,-4.0,-4.0
+1999,12,21,4,30,0.0,0.0,0.0,-4.0,-12.0,2.1,62.82,0.0,-4.0,-4.0
+1999,12,21,5,30,0.0,0.0,0.0,-4.0,-12.0,1.9,64.18,0.0,-4.0,-4.0
+1999,12,21,6,30,0.0,0.0,0.0,-5.0,-12.0,1.7000000000000002,65.28,0.0,-5.0,-5.0
+1999,12,21,7,30,0.0,9.0,9.0,-4.0,-12.0,1.6,61.34,8.796462595152441,-3.751737657537995,-3.7781270453234526
+1999,12,21,8,30,164.0,68.0,97.0,-3.0,-11.0,1.8,60.9,131.69933626720922,0.6674911640817863,0.2723931552801586
+1999,12,21,9,30,9.0,111.0,114.0,-1.0,-10.0,2.3000000000000003,60.61,113.50199163397745,2.05694104370542,1.7164350688034875
+1999,12,21,10,30,216.0,178.0,264.0,-1.0,-9.0,3.2,65.52,318.4399068236327,7.079066225921018,6.12374650545012
+1999,12,21,11,30,70.0,198.0,229.0,-1.0,-8.0,4.1000000000000005,70.25,244.35753410980107,4.842730511014977,4.109657908685574
+1999,12,21,12,30,0.0,128.0,128.0,-1.0,-8.0,4.7,72.52,125.1052457977236,1.876227447483507,1.5009117100903362
+1999,12,21,13,30,0.0,116.0,116.0,-2.0,-8.0,5.0,72.10000000000002,113.37662900418702,0.5561553882910533,0.21602550127849218
+1999,12,21,14,30,0.0,10.0,10.0,-2.0,-8.0,4.800000000000002,70.4,9.773847327947157,-1.7767546271653485,-1.80607616914919
+1999,12,21,15,30,40.0,65.0,72.0,-3.0,-8.0,4.0,74.10000000000002,79.14474247045332,-1.0951443759698924,-1.3325786033812523
+1999,12,21,16,30,0.0,0.0,0.0,-4.0,-9.0,3.1,76.66,0.0,-4.0,-4.0
+1999,12,21,17,30,0.0,0.0,0.0,-5.0,-9.0,2.8000000000000003,79.4,0.0,-5.0,-5.0
+1999,12,21,18,30,0.0,0.0,0.0,-6.0,-10.0,2.6,83.81,0.0,-6.0,-6.0
+1999,12,21,19,30,0.0,0.0,0.0,-6.0,-10.0,2.1,81.11,0.0,-6.0,-6.0
+1999,12,21,20,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.7,0.0,-6.0,-6.0
+1999,12,21,21,30,0.0,0.0,0.0,-7.0,-11.0,0.5,81.7,0.0,-7.0,-7.0
+1999,12,21,22,30,0.0,0.0,0.0,-8.0,-12.0,0.5,83.85000000000002,0.0,-8.0,-8.0
+1999,12,21,23,30,0.0,0.0,0.0,-9.0,-12.0,0.9,85.46000000000002,0.0,-9.0,-9.0
+1999,12,22,0,30,0.0,0.0,0.0,-9.0,-13.0,1.6,86.64,0.0,-9.0,-9.0
+1999,12,22,1,30,0.0,0.0,0.0,-9.0,-14.0,2.1,75.19,0.0,-9.0,-9.0
+1999,12,22,2,30,0.0,0.0,0.0,-9.0,-15.0,2.4000000000000004,70.32000000000001,0.0,-9.0,-9.0
+1999,12,22,3,30,0.0,0.0,0.0,-8.0,-16.0,2.4000000000000004,64.84,0.0,-8.0,-8.0
+1999,12,22,4,30,0.0,0.0,0.0,-8.0,-17.0,2.3000000000000003,55.6,0.0,-8.0,-8.0
+1999,12,22,5,30,0.0,0.0,0.0,-7.0,-17.0,2.3000000000000003,51.71,0.0,-7.0,-7.0
+1999,12,22,6,30,0.0,0.0,0.0,-6.0,-16.0,2.3000000000000003,51.97,0.0,-6.0,-6.0
+1999,12,22,7,30,0.0,9.0,9.0,-5.0,-15.0,2.9000000000000004,52.6,8.796462595152441,-4.772349135499542,-4.7987385232849995
+1999,12,22,8,30,161.0,68.0,96.0,-3.0,-13.0,4.2,53.96,130.26391354742745,0.09433301515600473,-0.2964587254862776
+1999,12,22,9,30,7.0,110.0,112.0,-2.0,-12.0,5.5,50.72,111.40028112904895,0.4314569009791507,0.09725605759200384
+1999,12,22,10,30,57.0,170.0,192.0,0.0,-11.0,5.7,50.19,204.23228504905762,4.400393156652626,3.787696301505453
+1999,12,22,11,30,74.0,198.0,232.0,0.0,-11.0,5.4,49.8,247.2539248101777,5.431683272796986,4.689921498366453
+1999,12,22,12,30,130.0,206.0,264.0,0.0,-10.0,5.0,49.42,295.6265770779829,6.66510792001074,5.778228188776792
+1999,12,22,13,30,257.0,172.0,275.0,0.0,-9.0,4.3,52.59,339.2668666468472,8.006447877085387,6.988647277144845
+1999,12,22,14,30,101.0,129.0,160.0,0.0,-8.0,3.5,54.97,181.85163665757204,4.523204825585603,3.977649915612887
+1999,12,22,15,30,657.0,44.0,158.0,0.0,-8.0,2.6,59.52,300.4468936466245,7.9319333764085975,7.030592695468724
+1999,12,22,16,30,0.0,0.0,0.0,-1.0,-9.0,2.2,61.64,0.0,-1.0,-1.0
+1999,12,22,17,30,0.0,0.0,0.0,-2.0,-9.0,2.4000000000000004,63.59,0.0,-2.0,-2.0
+1999,12,22,18,30,0.0,0.0,0.0,-2.0,-10.0,2.7,60.77,0.0,-2.0,-2.0
+1999,12,22,19,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,62.51,0.0,-3.0,-3.0
+1999,12,22,20,30,0.0,0.0,0.0,-3.0,-11.0,3.0,60.64,0.0,-3.0,-3.0
+1999,12,22,21,30,0.0,0.0,0.0,-3.0,-11.0,3.0,64.43,0.0,-3.0,-3.0
+1999,12,22,22,30,0.0,0.0,0.0,-4.0,-11.0,3.1,64.21000000000001,0.0,-4.0,-4.0
+1999,12,22,23,30,0.0,0.0,0.0,-4.0,-11.0,3.0,64.55,0.0,-4.0,-4.0
+1999,12,23,0,30,0.0,0.0,0.0,-4.0,-11.0,2.7,64.95,0.0,-4.0,-4.0
+1999,12,23,1,30,0.0,0.0,0.0,-4.0,-11.0,2.4000000000000004,65.25,0.0,-4.0,-4.0
+1999,12,23,2,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,65.83,0.0,-4.0,-4.0
+1999,12,23,3,30,0.0,0.0,0.0,-3.0,-11.0,2.3000000000000003,67.23,0.0,-3.0,-3.0
+1999,12,23,4,30,0.0,0.0,0.0,-3.0,-10.0,2.4000000000000004,68.65,0.0,-3.0,-3.0
+1999,12,23,5,30,0.0,0.0,0.0,-3.0,-10.0,2.5,69.46000000000001,0.0,-3.0,-3.0
+1999,12,23,6,30,0.0,0.0,0.0,-3.0,-10.0,2.7,69.28,0.0,-3.0,-3.0
+1999,12,23,7,30,0.0,0.0,0.0,-2.0,-10.0,3.3000000000000003,59.81,0.0,-2.0,-2.0
+1999,12,23,8,30,728.0,33.0,161.0,0.0,-9.0,4.0,52.44,319.7311243220895,7.695288547685552,6.736095174719283
+1999,12,23,9,30,876.0,45.0,313.0,2.0,-7.0,3.9,56.53,529.7377747663055,14.83374704999522,13.244533725696304
+1999,12,23,10,30,941.0,52.0,427.0,4.0,-5.0,4.1000000000000005,56.12000000000001,678.9238689506519,20.23346387998766,18.196692273135703
+1999,12,23,11,30,967.0,56.0,486.0,5.0,-4.0,4.3,56.21,756.6230218845325,22.85574538178275,20.585876316129152
+1999,12,23,12,30,967.0,56.0,487.0,6.0,-4.0,4.0,54.47,756.3969532830282,24.204961510845916,21.93577065099683
+1999,12,23,13,30,943.0,52.0,427.0,6.0,-4.0,3.2,55.85,679.584822049374,23.241591477127564,21.202837010979444
+1999,12,23,14,30,882.0,44.0,314.0,5.0,-3.0,1.8,64.05,531.0947948605098,19.789637690267632,18.196353305686102
+1999,12,23,15,30,739.0,32.0,162.0,2.0,-2.0,1.1,77.11,322.0148385042748,11.39858110286383,10.432536587351006
+1999,12,23,16,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,74.10000000000002,0.0,0.0,0.0
+1999,12,23,17,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.49,0.0,0.0,0.0
+1999,12,23,18,30,0.0,0.0,0.0,-1.0,-6.0,1.6,77.27,0.0,-1.0,-1.0
+1999,12,23,19,30,0.0,0.0,0.0,-1.0,-7.0,1.9,78.66,0.0,-1.0,-1.0
+1999,12,23,20,30,0.0,0.0,0.0,-2.0,-8.0,2.2,72.42,0.0,-2.0,-2.0
+1999,12,23,21,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,65.36,0.0,-2.0,-2.0
+1999,12,23,22,30,0.0,0.0,0.0,-2.0,-10.0,2.1,59.3,0.0,-2.0,-2.0
+1999,12,23,23,30,0.0,0.0,0.0,-2.0,-11.0,1.9,55.52,0.0,-2.0,-2.0
+1999,12,24,0,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,53.56,0.0,-1.0,-1.0
+1999,12,24,1,30,0.0,0.0,0.0,-1.0,-12.0,1.6,48.71,0.0,-1.0,-1.0
+1999,12,24,2,30,0.0,0.0,0.0,0.0,-12.0,1.5,45.2,0.0,0.0,0.0
+1999,12,24,3,30,0.0,0.0,0.0,0.0,-12.0,1.4,45.72,0.0,0.0,0.0
+1999,12,24,4,30,0.0,0.0,0.0,0.0,-11.0,1.3,46.61,0.0,0.0,0.0
+1999,12,24,5,30,0.0,0.0,0.0,0.0,-11.0,1.3,47.33,0.0,0.0,0.0
+1999,12,24,6,30,0.0,0.0,0.0,0.0,-11.0,1.5,51.5,0.0,0.0,0.0
+1999,12,24,7,30,0.0,0.0,0.0,0.0,-11.0,1.5,48.59,0.0,0.0,0.0
+1999,12,24,8,30,749.0,33.0,164.0,2.0,-8.0,1.6,51.32,327.0138310245016,11.229303123775752,10.248261630702247
+1999,12,24,9,30,891.0,46.0,318.0,5.0,-6.0,2.2,55.38,538.1549559272023,19.59104936524344,17.976584497461833
+1999,12,24,10,30,951.0,53.0,432.0,7.0,-5.0,2.4000000000000004,47.87000000000001,686.0598636454827,25.354916346220286,23.29673675528384
+1999,12,24,11,30,974.0,58.0,492.0,8.0,-4.0,2.4000000000000004,45.36,763.6050211437243,28.429567487261533,26.13875242383036
+1999,12,24,12,30,972.0,58.0,491.0,9.0,-4.0,2.6,45.35,762.3950705613789,29.12757340506166,26.840388193377525
+1999,12,24,13,30,945.0,54.0,431.0,8.0,-4.0,2.2,50.95,683.7290933026261,26.53801557145054,24.48682829154266
+1999,12,24,14,30,880.0,47.0,317.0,6.0,-2.0,1.5,63.53,534.074749525451,21.17459019027807,19.57236594170172
+1999,12,24,15,30,734.0,34.0,164.0,3.0,-2.0,1.3,78.69,323.2047001759771,12.307301345564726,11.337687245036795
+1999,12,24,16,30,0.0,0.0,0.0,1.0,-4.0,1.5,74.96000000000002,0.0,1.0,1.0
+1999,12,24,17,30,0.0,0.0,0.0,0.0,-5.0,1.5,77.11,0.0,0.0,0.0
+1999,12,24,18,30,0.0,0.0,0.0,0.0,-5.0,1.5,74.58,0.0,0.0,0.0
+1999,12,24,19,30,0.0,0.0,0.0,0.0,-6.0,1.5,68.64,0.0,0.0,0.0
+1999,12,24,20,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.64,0.0,0.0,0.0
+1999,12,24,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,57.25,0.0,0.0,0.0
+1999,12,24,22,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.1,0.0,0.0,0.0
+1999,12,24,23,30,0.0,0.0,0.0,0.0,-9.0,1.6,54.51,0.0,0.0,0.0
+1999,12,25,0,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.96,0.0,0.0,0.0
+1999,12,25,1,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.24,0.0,0.0,0.0
+1999,12,25,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,48.71,0.0,0.0,0.0
+1999,12,25,3,30,0.0,0.0,0.0,0.0,-10.0,1.6,47.75,0.0,0.0,0.0
+1999,12,25,4,30,0.0,0.0,0.0,0.0,-10.0,1.6,46.85,0.0,0.0,0.0
+1999,12,25,5,30,0.0,0.0,0.0,0.0,-11.0,1.6,46.06,0.0,0.0,0.0
+1999,12,25,6,30,0.0,0.0,0.0,0.0,-11.0,1.6,45.43,0.0,0.0,0.0
+1999,12,25,7,30,0.0,0.0,0.0,1.0,-11.0,1.4,42.47,0.0,1.0,1.0
+1999,12,25,8,30,748.0,33.0,164.0,3.0,-8.0,1.3,48.85,325.67192076219135,12.37834971048446,11.401333948197887
+1999,12,25,9,30,891.0,46.0,318.0,6.0,-4.0,1.5,51.97,537.3531750312742,21.267739629685995,19.65568010459217
+1999,12,25,10,30,952.0,55.0,433.0,8.0,-5.0,1.6,47.81,688.2363626780516,27.42407754455096,25.359368456516805
+1999,12,25,11,30,976.0,59.0,494.0,9.0,-5.0,1.4,43.32,766.0612718511715,30.912547833849672,28.614364018296158
+1999,12,25,12,30,975.0,59.0,494.0,9.0,-5.0,1.3,39.69,766.0602536081939,31.0601792774335,28.76199851660892
+1999,12,25,13,30,948.0,56.0,434.0,8.0,-5.0,1.1,43.29,688.6154304973145,28.09847745611445,26.032631164622504
+1999,12,25,14,30,884.0,48.0,320.0,6.0,-2.0,1.0,60.9,538.5010604397085,21.823279827518718,20.20777664619959
+1999,12,25,15,30,738.0,35.0,166.0,3.0,-3.0,1.2000000000000002,72.77,327.01737672187727,12.480602881434695,11.499550751269064
+1999,12,25,16,30,303.0,10.0,16.0,0.0,-6.0,1.5,64.28,71.66935366596974,2.0363311915598574,1.8213231305619484
+1999,12,25,17,30,0.0,0.0,0.0,0.0,-8.0,1.4,63.49,0.0,0.0,0.0
+1999,12,25,18,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,63.23,0.0,0.0,0.0
+1999,12,25,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.65,0.0,0.0,0.0
+1999,12,25,20,30,0.0,0.0,0.0,0.0,-7.0,1.1,64.54,0.0,0.0,0.0
+1999,12,25,21,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.03,0.0,0.0,0.0
+1999,12,25,22,30,0.0,0.0,0.0,0.0,-7.0,1.3,69.64,0.0,0.0,0.0
+1999,12,25,23,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.44,0.0,0.0,0.0
+1999,12,26,0,30,0.0,0.0,0.0,0.0,-8.0,1.3,62.01,0.0,0.0,0.0
+1999,12,26,1,30,0.0,0.0,0.0,0.0,-8.0,1.3,60.0,0.0,0.0,0.0
+1999,12,26,2,30,0.0,0.0,0.0,0.0,-9.0,1.3,63.12000000000001,0.0,0.0,0.0
+1999,12,26,3,30,0.0,0.0,0.0,-1.0,-9.0,1.4,62.02,0.0,-1.0,-1.0
+1999,12,26,4,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,65.28,0.0,-2.0,-2.0
+1999,12,26,5,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,63.49,0.0,-2.0,-2.0
+1999,12,26,6,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.47,0.0,-2.0,-2.0
+1999,12,26,7,30,0.0,0.0,0.0,-1.0,-10.0,1.3,57.83,0.0,-1.0,-1.0
+1999,12,26,8,30,741.0,34.0,163.0,1.0,-8.0,1.9,55.57,323.0107502025925,9.935057106719972,8.966024856112195
+1999,12,26,9,30,891.0,48.0,319.0,4.0,-7.0,2.1,51.18,538.5710540611198,18.700096873552457,17.0843837113691
+1999,12,26,10,30,955.0,57.0,437.0,6.0,-7.0,1.7000000000000002,44.16,691.8434695212206,25.395492768476306,23.319962359912644
+1999,12,26,11,30,981.0,61.0,499.0,7.0,-7.0,1.7000000000000002,40.41,771.7649625623726,28.636052676338448,26.32075778865133
+1999,12,26,12,30,980.0,63.0,501.0,8.0,-7.0,1.4,38.24,774.2021035940816,30.14540957941576,27.822803268633514
+1999,12,26,13,30,952.0,59.0,441.0,8.0,-6.0,0.9,42.38,695.254350722218,28.56740201739348,26.481638965226825
+1999,12,26,14,30,886.0,52.0,326.0,7.0,-4.0,0.6000000000000001,54.36,544.8285748515406,23.44698253590537,21.812496811350748
+1999,12,26,15,30,740.0,37.0,171.0,4.0,-5.0,0.8,63.88,331.09178016624287,13.860799378062888,12.86752403756416
+1999,12,26,16,30,304.0,11.0,17.0,1.0,-7.0,1.2000000000000002,60.03,73.4126747224737,3.1283163068721125,2.9080782827046914
+1999,12,26,17,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.1,0.0,0.0,0.0
+1999,12,26,18,30,0.0,0.0,0.0,0.0,-7.0,1.8,68.46000000000001,0.0,0.0,0.0
+1999,12,26,19,30,0.0,0.0,0.0,0.0,-7.0,2.5,70.72,0.0,0.0,0.0
+1999,12,26,20,30,0.0,0.0,0.0,-1.0,-8.0,3.2,67.54,0.0,-1.0,-1.0
+1999,12,26,21,30,0.0,0.0,0.0,-1.0,-9.0,3.4000000000000004,59.58,0.0,-1.0,-1.0
+1999,12,26,22,30,0.0,0.0,0.0,-1.0,-11.0,3.1,51.92,0.0,-1.0,-1.0
+1999,12,26,23,30,0.0,0.0,0.0,-1.0,-12.0,2.9000000000000004,47.66,0.0,-1.0,-1.0
+1999,12,27,0,30,0.0,0.0,0.0,-1.0,-13.0,2.7,45.75,0.0,-1.0,-1.0
+1999,12,27,1,30,0.0,0.0,0.0,-1.0,-13.0,2.5,45.06,0.0,-1.0,-1.0
+1999,12,27,2,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.42,0.0,-1.0,-1.0
+1999,12,27,3,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.32,0.0,-1.0,-1.0
+1999,12,27,4,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,47.87000000000001,0.0,-2.0,-2.0
+1999,12,27,5,30,0.0,0.0,0.0,-2.0,-13.0,2.1,48.9,0.0,-2.0,-2.0
+1999,12,27,6,30,0.0,0.0,0.0,-2.0,-12.0,2.0,49.8,0.0,-2.0,-2.0
+1999,12,27,7,30,0.0,0.0,0.0,-1.0,-12.0,1.8,48.54,0.0,-1.0,-1.0
+1999,12,27,8,30,0.0,60.0,60.0,1.0,-9.0,2.4000000000000004,47.15,58.64308396768294,2.5689431164091676,2.393013864506119
+1999,12,27,9,30,861.0,49.0,311.0,4.0,-8.0,3.7,45.92,522.361144221472,16.822609295156624,15.255525862492208
+1999,12,27,10,30,928.0,56.0,425.0,6.0,-5.0,4.4,52.45,672.6169400146658,21.769736909622594,19.751886089578598
+1999,12,27,11,30,956.0,60.0,487.0,7.0,-4.0,4.3,53.16,752.8366481176796,24.766389752961416,22.50787980860838
+1999,12,27,12,30,957.0,59.0,488.0,7.0,-4.0,4.0,51.55,754.2410528429252,25.153073300081793,22.890350141553018
+1999,12,27,13,30,933.0,55.0,430.0,7.0,-3.0,3.5,53.24,679.6959975049,23.906112435130346,21.867024442615644
+1999,12,27,14,30,871.0,46.0,317.0,6.0,-3.0,2.1,64.11,531.9526294131811,20.519449431137247,18.923591542897704
+1999,12,27,15,30,725.0,35.0,166.0,3.0,-2.0,1.1,77.39,324.4841681014557,12.470652919791915,11.497200415487548
+1999,12,27,16,30,301.0,11.0,17.0,1.0,-4.0,1.2000000000000002,72.94,73.36742398053286,3.127004436785172,2.906902164843573
+1999,12,27,17,30,0.0,0.0,0.0,0.0,-4.0,1.8,75.42,0.0,0.0,0.0
+1999,12,27,18,30,0.0,0.0,0.0,0.0,-5.0,2.8000000000000003,74.05,0.0,0.0,0.0
+1999,12,27,19,30,0.0,0.0,0.0,0.0,-5.0,3.9,70.60000000000002,0.0,0.0,0.0
+1999,12,27,20,30,0.0,0.0,0.0,0.0,-6.0,4.3,66.19,0.0,0.0,0.0
+1999,12,27,21,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.94000000000001,0.0,1.0,1.0
+1999,12,27,22,30,0.0,0.0,0.0,1.0,-7.0,3.7,61.76,0.0,1.0,1.0
+1999,12,27,23,30,0.0,0.0,0.0,1.0,-7.0,3.6,60.9,0.0,1.0,1.0
+1999,12,28,0,30,0.0,0.0,0.0,1.0,-7.0,3.8,55.53,0.0,1.0,1.0
+1999,12,28,1,30,0.0,0.0,0.0,1.0,-8.0,4.0,54.54,0.0,1.0,1.0
+1999,12,28,2,30,0.0,0.0,0.0,1.0,-8.0,4.0,53.65,0.0,1.0,1.0
+1999,12,28,3,30,0.0,0.0,0.0,1.0,-8.0,3.8,52.61,0.0,1.0,1.0
+1999,12,28,4,30,0.0,0.0,0.0,1.0,-8.0,3.3000000000000003,51.15,0.0,1.0,1.0
+1999,12,28,5,30,0.0,0.0,0.0,1.0,-9.0,2.8000000000000003,49.13,0.0,1.0,1.0
+1999,12,28,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,50.19,0.0,1.0,1.0
+1999,12,28,7,30,0.0,0.0,0.0,2.0,-10.0,2.3000000000000003,44.94,0.0,2.0,2.0
+1999,12,28,8,30,764.0,32.0,163.0,5.0,-9.0,2.4000000000000004,40.21,328.37695576319004,13.785430940432365,12.800300073142795
+1999,12,28,9,30,910.0,44.0,321.0,8.0,-6.0,2.6,38.89,543.8823310972787,22.358738619356277,20.727091626064443
+1999,12,28,10,30,972.0,52.0,438.0,11.0,-5.0,2.2,36.1,697.8101389656997,29.91979637662805,27.82636595973095
+1999,12,28,11,30,998.0,55.0,501.0,12.0,-4.0,1.3,34.76,778.7432717149696,34.42541119215115,32.08918137700624
+1999,12,28,12,30,1000.0,55.0,504.0,13.0,-6.0,0.8,29.13,782.4163296624006,36.30245242889262,33.95520343990542
+1999,12,28,13,30,978.0,52.0,446.0,12.0,-5.0,0.7000000000000001,32.97,708.1643843123925,33.23381456360828,31.109321410671097
+1999,12,28,14,30,920.0,45.0,332.0,10.0,-2.0,0.9,47.22,559.8612782707737,26.56212862559628,24.88254479078396
+1999,12,28,15,30,785.0,33.0,177.0,7.0,-3.0,1.3,52.76,348.0565774143724,17.022958977816938,15.97878924557382
+1999,12,28,16,30,375.0,11.0,20.0,4.0,-7.0,1.6,49.18,89.50642858584915,6.526137681569483,6.257618395811935
+1999,12,28,17,30,0.0,0.0,0.0,2.0,-8.0,1.8,53.2,0.0,2.0,2.0
+1999,12,28,18,30,0.0,0.0,0.0,0.0,-8.0,1.8,53.18,0.0,0.0,0.0
+1999,12,28,19,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.43,0.0,0.0,0.0
+1999,12,28,20,30,0.0,0.0,0.0,0.0,-9.0,2.2,52.45,0.0,0.0,0.0
+1999,12,28,21,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.48,0.0,0.0,0.0
+1999,12,28,22,30,0.0,0.0,0.0,0.0,-10.0,2.6,47.67,0.0,0.0,0.0
+1999,12,28,23,30,0.0,0.0,0.0,0.0,-10.0,2.8000000000000003,47.22,0.0,0.0,0.0
+1999,12,29,0,30,0.0,0.0,0.0,0.0,-10.0,2.9000000000000004,47.19,0.0,0.0,0.0
+1999,12,29,1,30,0.0,0.0,0.0,0.0,-10.0,3.1,47.96,0.0,0.0,0.0
+1999,12,29,2,30,0.0,0.0,0.0,0.0,-10.0,3.3000000000000003,48.47,0.0,0.0,0.0
+1999,12,29,3,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.08,0.0,0.0,0.0
+1999,12,29,4,30,0.0,0.0,0.0,0.0,-10.0,3.8,46.99,0.0,0.0,0.0
+1999,12,29,5,30,0.0,0.0,0.0,0.0,-11.0,4.1000000000000005,46.6,0.0,0.0,0.0
+1999,12,29,6,30,0.0,0.0,0.0,0.0,-10.0,4.3,46.79,0.0,0.0,0.0
+1999,12,29,7,30,0.0,0.0,0.0,1.0,-10.0,4.7,44.35,0.0,1.0,1.0
+1999,12,29,8,30,14.0,62.0,65.0,4.0,-9.0,4.800000000000002,42.11,66.03302047557828,5.508266476939626,5.3101674155128915
+1999,12,29,9,30,896.0,47.0,319.0,7.0,-7.0,4.5,38.73,538.592204257971,19.545201753607138,17.929425140833224
+1999,12,29,10,30,909.0,54.0,416.0,10.0,-6.0,4.3,37.46,657.740639850573,25.522194081764283,23.548972162212564
+1999,12,29,11,30,982.0,58.0,498.0,11.0,-6.0,4.1000000000000005,35.52,770.4372161429555,29.421601142681265,27.1102894942524
+1999,12,29,12,30,981.0,59.0,500.0,12.0,-6.0,3.9,33.05,773.3361801989216,30.73530904164956,28.415300501052798
+1999,12,29,13,30,955.0,55.0,441.0,11.0,-6.0,3.3000000000000003,36.13,696.9000692511846,28.564403600129257,26.473703392375704
+1999,12,29,14,30,893.0,48.0,329.0,8.0,-4.0,2.3000000000000003,46.76,549.1770941773494,22.790947500440666,21.143416217908616
+1999,12,29,15,30,755.0,35.0,175.0,5.0,-4.0,1.5,58.55,339.4324715202164,14.644246722334625,13.625949307773976
+1999,12,29,16,30,347.0,12.0,21.0,3.0,-5.0,1.3,61.23,85.30532727969286,5.456531068211048,5.20061508637197
+1999,12,29,17,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.66,0.0,2.0,2.0
+1999,12,29,18,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.24,0.0,2.0,2.0
+1999,12,29,19,30,0.0,0.0,0.0,2.0,-6.0,1.4,62.64,0.0,2.0,2.0
+1999,12,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.6,61.96,0.0,1.0,1.0
+1999,12,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,61.13,0.0,0.0,0.0
+1999,12,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.65,0.0,0.0,0.0
+1999,12,29,23,30,0.0,0.0,0.0,0.0,-7.0,1.8,63.36,0.0,0.0,0.0
+1999,12,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.0,66.88,0.0,0.0,0.0
+1999,12,30,1,30,0.0,0.0,0.0,0.0,-7.0,2.2,65.39,0.0,0.0,0.0
+1999,12,30,2,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.56,0.0,0.0,0.0
+1999,12,30,3,30,0.0,0.0,0.0,0.0,-8.0,3.2,66.58,0.0,0.0,0.0
+1999,12,30,4,30,0.0,0.0,0.0,-1.0,-8.0,3.4000000000000004,64.54,0.0,-1.0,-1.0
+1999,12,30,5,30,0.0,0.0,0.0,-1.0,-9.0,3.5,62.63,0.0,-1.0,-1.0
+1999,12,30,6,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.09,0.0,-1.0,-1.0
+1999,12,30,7,30,0.0,0.0,0.0,0.0,-9.0,3.9,55.65,0.0,0.0,0.0
+1999,12,30,8,30,744.0,34.0,162.0,2.0,-9.0,3.8,49.34,321.16887141913764,9.83215306737072,8.868646453113307
+1999,12,30,9,30,896.0,47.0,319.0,5.0,-9.0,2.7,43.88,538.1567197153763,19.113484873229105,17.499014714082975
+1999,12,30,10,30,961.0,55.0,438.0,8.0,-9.0,2.0,33.85,693.308790030358,27.050408412500513,24.97048204240944
+1999,12,30,11,30,987.0,60.0,503.0,9.0,-10.0,2.0,29.53,776.4973081789152,30.3362228558618,28.006730931325052
+1999,12,30,12,30,987.0,61.0,506.0,9.0,-10.0,2.1,27.87,780.618723665021,30.306698109108602,27.96484193811354
+1999,12,30,13,30,962.0,57.0,448.0,9.0,-10.0,1.9,30.47,704.9244884355044,28.49947658443611,26.384703119129597
+1999,12,30,14,30,900.0,50.0,334.0,7.0,-8.0,1.3,36.32,556.656627344226,23.02999886411777,21.36002898208509
+1999,12,30,15,30,760.0,37.0,179.0,4.0,-5.0,0.8,57.4,344.951633911543,14.273582918394442,13.238728016659813
+1999,12,30,16,30,351.0,12.0,22.0,2.0,-8.0,0.6000000000000001,51.76,86.88293174457256,4.622773707235562,4.362124912001844
+1999,12,30,17,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,47.11,0.0,0.0,0.0
+1999,12,30,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.49,0.0,0.0,0.0
+1999,12,30,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.41,0.0,-1.0,-1.0
+1999,12,30,20,30,0.0,0.0,0.0,-1.0,-9.0,1.5,63.66,0.0,-1.0,-1.0
+1999,12,30,21,30,0.0,0.0,0.0,-2.0,-10.0,1.6,61.67,0.0,-2.0,-2.0
+1999,12,30,22,30,0.0,0.0,0.0,-2.0,-10.0,1.7000000000000002,59.29,0.0,-2.0,-2.0
+1999,12,30,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,57.32,0.0,-2.0,-2.0
+1999,12,31,0,30,0.0,0.0,0.0,-2.0,-11.0,2.0,56.03,0.0,-2.0,-2.0
+1999,12,31,1,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,55.38,0.0,-2.0,-2.0
+1999,12,31,2,30,0.0,0.0,0.0,-1.0,-11.0,3.0,54.48,0.0,-1.0,-1.0
+1999,12,31,3,30,0.0,0.0,0.0,-1.0,-11.0,3.4000000000000004,54.19,0.0,-1.0,-1.0
+1999,12,31,4,30,0.0,0.0,0.0,-1.0,-11.0,3.6,54.76,0.0,-1.0,-1.0
+1999,12,31,5,30,0.0,0.0,0.0,-1.0,-11.0,3.6,56.46,0.0,-1.0,-1.0
+1999,12,31,6,30,0.0,0.0,0.0,-1.0,-11.0,3.7,53.5,0.0,-1.0,-1.0
+1999,12,31,7,30,0.0,0.0,0.0,0.0,-10.0,4.0,50.61,0.0,0.0,0.0
+1999,12,31,8,30,688.0,31.0,149.0,2.0,-9.0,4.4,47.28,295.99953060211334,8.939811422033664,8.051812830227323
+1999,12,31,9,30,637.0,71.0,265.0,5.0,-9.0,4.5,39.11,419.08085053827244,14.761474041978015,13.504231490363198
+1999,12,31,10,30,963.0,49.0,433.0,8.0,-9.0,4.1000000000000005,34.38,688.8431434279316,24.470639491726693,22.4041100614429
+1999,12,31,11,30,985.0,54.0,497.0,9.0,-9.0,3.0,32.29,769.7365002218206,28.78905005844421,26.47984055777875
+1999,12,31,12,30,0.0,20.0,20.0,9.0,-8.0,1.6,31.45,19.547694655894315,9.55169409436001,9.493051010392328
+1999,12,31,13,30,562.0,125.0,354.0,8.0,-6.0,0.5,40.25,502.2743773935935,23.265181749950425,21.758358617769645
+1999,12,31,14,30,530.0,94.0,263.0,7.0,-4.0,0.4,53.19,391.8863150337496,18.99106695575223,17.815408010650984
+1999,12,31,15,30,636.0,38.0,159.0,5.0,-5.0,1.0,57.1,296.88634180169765,13.723688788023459,12.833029762618366
+1999,12,31,16,30,0.0,21.0,21.0,4.0,-6.0,1.3,56.22,20.52507938868903,4.591059161293617,4.52948392312755
+1999,12,31,17,30,0.0,0.0,0.0,1.0,-2.0,0.8,81.95,0.0,1.0,1.0
+1999,12,31,18,30,0.0,0.0,0.0,0.0,-2.0,0.8,86.60000000000002,0.0,0.0,0.0
+1999,12,31,19,30,0.0,0.0,0.0,0.0,-3.0,0.9,83.63,0.0,0.0,0.0
+1999,12,31,20,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,86.82000000000002,0.0,0.0,0.0
+1999,12,31,21,30,0.0,0.0,0.0,0.0,-4.0,1.6,83.78,0.0,0.0,0.0
+1999,12,31,22,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,81.22,0.0,0.0,0.0
+1999,12,31,23,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.43,0.0,0.0,0.0
diff --git a/pvdeg/data/psm3_demo.csv b/pvdeg/data/psm3_demo.csv
index 84943c73..06c84e8e 100644
--- a/pvdeg/data/psm3_demo.csv
+++ b/pvdeg/data/psm3_demo.csv
@@ -1,8763 +1,8763 @@
Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Clearsky DHI Units,Clearsky DNI Units,Clearsky GHI Units,Dew Point Units,DHI Units,DNI Units,GHI Units,Solar Zenith Angle Units,Temperature Units,Pressure Units,Relative Humidity Units,Precipitable Water Units,Wind Direction Units,Wind Speed Units,Cloud Type -15,Cloud Type 0,Cloud Type 1,Cloud Type 2,Cloud Type 3,Cloud Type 4,Cloud Type 5,Cloud Type 6,Cloud Type 7,Cloud Type 8,Cloud Type 9,Cloud Type 10,Cloud Type 11,Cloud Type 12,Fill Flag 0,Fill Flag 1,Fill Flag 2,Fill Flag 3,Fill Flag 4,Fill Flag 5,Surface Albedo Units,Version
NSRDB,145809,-,-,-,39.73,-105.18,-7,1820,-7,w/m2,w/m2,w/m2,c,w/m2,w/m2,w/m2,Degree,c,mbar,%,cm,Degrees,m/s,N/A,Clear,Probably Clear,Fog,Water,Super-Cooled Water,Mixed,Opaque Ice,Cirrus,Overlapping,Overshooting,Unknown,Dust,Smoke,N/A,Missing Image,Low Irradiance,Exceeds Clearsky,Missing CLoud Properties,Rayleigh Violation,N/A,3.0.6
-Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity
-1999,1,1,0,30,0,0,0,0,-5,1.8,79.39
-1999,1,1,1,30,0,0,0,0,-4,1.7000000000000002,80.84
-1999,1,1,2,30,0,0,0,0,-4,1.5,82.98
-1999,1,1,3,30,0,0,0,0,-4,1.3,85.01
-1999,1,1,4,30,0,0,0,0,-4,1.3,85.81
-1999,1,1,5,30,0,0,0,0,-3,1.4,86.55
-1999,1,1,6,30,0,0,0,0,-3,1.8,87.12
-1999,1,1,7,30,0,0,0,0,-3,3.0,80.24
-1999,1,1,8,30,65,65,76,1,-3,4.7,76.86
-1999,1,1,9,30,503,93,246,2,-2,6.300000000000002,80.37
-1999,1,1,10,30,617,109,355,3,-2,7.0,74.87
-1999,1,1,11,30,497,161,385,4,-3,6.800000000000002,70.73
-1999,1,1,12,30,0,128,128,4,-4,6.5,61.8
-1999,1,1,13,30,0,99,99,3,-5,6.0,62.93
-1999,1,1,14,30,0,24,24,2,-5,5.1000000000000005,64.64
-1999,1,1,15,30,0,63,63,0,-6,3.6,67.87
-1999,1,1,16,30,0,8,8,-1,-6,2.6,80.7
-1999,1,1,17,30,0,0,0,-2,-7,2.4000000000000004,81.99
-1999,1,1,18,30,0,0,0,-3,-8,2.0,78.79
-1999,1,1,19,30,0,0,0,-4,-8,1.8,81.85000000000002
-1999,1,1,20,30,0,0,0,-4,-9,1.6,84.68
-1999,1,1,21,30,0,0,0,-5,-9,1.5,80.79
-1999,1,1,22,30,0,0,0,-5,-10,1.5,83.44
-1999,1,1,23,30,0,0,0,-6,-10,1.4,80.23
-1999,1,2,0,30,0,0,0,-6,-11,1.2000000000000002,84.02
-1999,1,2,1,30,0,0,0,-7,-11,1.0,81.46000000000002
-1999,1,2,2,30,0,0,0,-7,-11,0.6000000000000001,79.3
-1999,1,2,3,30,0,0,0,-7,-12,0.6000000000000001,83.08
-1999,1,2,4,30,0,0,0,-7,-12,0.7000000000000001,80.34
-1999,1,2,5,30,0,0,0,-7,-13,0.8,77.60000000000002
-1999,1,2,6,30,0,0,0,-8,-13,1.0,75.19
-1999,1,2,7,30,0,0,0,-7,-13,1.4,67.37
-1999,1,2,8,30,0,56,56,-5,-14,2.6,56.5
-1999,1,2,9,30,842,64,320,-3,-14,3.8,47.72
-1999,1,2,10,30,21,153,162,-2,-14,4.5,43.71
-1999,1,2,11,30,134,210,271,-1,-14,4.800000000000002,43.5
-1999,1,2,12,30,76,205,240,-1,-14,4.9,43.68
-1999,1,2,13,30,0,115,115,-1,-14,4.7,44.69
-1999,1,2,14,30,15,120,125,-2,-13,4.2,45.83
-1999,1,2,15,30,0,24,24,-3,-13,3.5,54.19
-1999,1,2,16,30,0,3,3,-5,-13,3.0,58.51
-1999,1,2,17,30,0,0,0,-6,-13,2.7,62.18
-1999,1,2,18,30,0,0,0,-7,-14,2.5,66.43
-1999,1,2,19,30,0,0,0,-7,-14,2.3000000000000003,70.77
-1999,1,2,20,30,0,0,0,-8,-14,2.1,68.27
-1999,1,2,21,30,0,0,0,-9,-15,1.8,70.96000000000002
-1999,1,2,22,30,0,0,0,-9,-15,1.4,75.16
-1999,1,2,23,30,0,0,0,-10,-16,1.2000000000000002,78.12
-1999,1,3,0,30,0,0,0,-11,-16,1.0,74.0
-1999,1,3,1,30,0,0,0,-12,-17,0.8,77.09
-1999,1,3,2,30,0,0,0,-12,-17,0.5,73.42
-1999,1,3,3,30,0,0,0,-12,-18,0.30000000000000004,76.46000000000002
-1999,1,3,4,30,0,0,0,-13,-18,0.4,74.43
-1999,1,3,5,30,0,0,0,-13,-18,0.7000000000000001,73.0
-1999,1,3,6,30,0,0,0,-13,-19,0.8,69.88
-1999,1,3,7,30,0,0,0,-12,-19,1.2000000000000002,60.84
-1999,1,3,8,30,0,21,21,-9,-20,2.2,46.49
-1999,1,3,9,30,275,122,206,-7,-19,3.7,41.69
-1999,1,3,10,30,27,158,169,-5,-18,4.7,38.02
-1999,1,3,11,30,203,210,302,-4,-18,5.1000000000000005,37.02
-1999,1,3,12,30,124,213,270,-4,-17,5.1000000000000005,38.74
-1999,1,3,13,30,4,137,139,-4,-17,4.800000000000002,40.36
-1999,1,3,14,30,737,60,299,-4,-16,4.1000000000000005,41.69
-1999,1,3,15,30,322,67,131,-5,-16,2.8000000000000003,46.11
-1999,1,3,16,30,0,20,20,-6,-16,1.5,54.47
-1999,1,3,17,30,0,0,0,-7,-16,0.9,60.57
-1999,1,3,18,30,0,0,0,-8,-16,0.9,61.16
-1999,1,3,19,30,0,0,0,-8,-16,1.2000000000000002,60.31
-1999,1,3,20,30,0,0,0,-8,-16,1.5,59.91
-1999,1,3,21,30,0,0,0,-8,-16,1.9,59.95
-1999,1,3,22,30,0,0,0,-8,-16,2.3000000000000003,61.07
-1999,1,3,23,30,0,0,0,-8,-15,2.7,62.39
-1999,1,4,0,30,0,0,0,-8,-15,2.8000000000000003,62.7
-1999,1,4,1,30,0,0,0,-8,-15,2.5,63.11
-1999,1,4,2,30,0,0,0,-8,-15,2.1,68.91
-1999,1,4,3,30,0,0,0,-8,-15,2.0,63.74
-1999,1,4,4,30,0,0,0,-8,-15,2.0,63.75
-1999,1,4,5,30,0,0,0,-8,-15,2.3000000000000003,63.72
-1999,1,4,6,30,0,0,0,-7,-15,2.7,63.91
-1999,1,4,7,30,0,0,0,-6,-15,3.6,55.58
-1999,1,4,8,30,141,65,90,-4,-14,4.6000000000000005,51.57
-1999,1,4,9,30,316,118,214,-2,-13,5.1000000000000005,48.1
-1999,1,4,10,30,267,174,282,0,-12,5.4,44.81
-1999,1,4,11,30,67,201,231,0,-11,5.9,44.52
-1999,1,4,12,30,0,130,130,1,-10,6.5,44.04
-1999,1,4,13,30,513,141,354,1,-10,6.7,46.69
-1999,1,4,14,30,677,71,293,0,-9,6.1000000000000005,49.28
-1999,1,4,15,30,30,75,81,0,-8,5.4,54.83
-1999,1,4,16,30,0,13,13,0,-9,5.1000000000000005,58.07
-1999,1,4,17,30,0,0,0,-1,-9,5.5,60.91
-1999,1,4,18,30,0,0,0,-1,-9,5.800000000000002,60.08
-1999,1,4,19,30,0,0,0,-1,-9,6.0,59.14
-1999,1,4,20,30,0,0,0,-1,-10,6.0,58.47
-1999,1,4,21,30,0,0,0,-1,-10,5.7,58.43
-1999,1,4,22,30,0,0,0,-1,-10,5.4,58.45
-1999,1,4,23,30,0,0,0,-1,-9,5.1000000000000005,63.21
-1999,1,5,0,30,0,0,0,-1,-9,4.9,59.58
-1999,1,5,1,30,0,0,0,-1,-9,4.9,61.28
-1999,1,5,2,30,0,0,0,0,-9,5.1000000000000005,63.05
-1999,1,5,3,30,0,0,0,0,-8,5.1000000000000005,64.15
-1999,1,5,4,30,0,0,0,0,-8,4.9,64.23
-1999,1,5,5,30,0,0,0,-1,-9,4.4,66.05
-1999,1,5,6,30,0,0,0,-2,-9,4.0,64.46000000000001
-1999,1,5,7,30,0,0,0,-1,-9,4.1000000000000005,60.01
-1999,1,5,8,30,458,48,126,0,-8,4.5,56.36
-1999,1,5,9,30,97,130,160,1,-7,5.0,57.12000000000001
-1999,1,5,10,30,209,180,265,3,-6,5.4,61.67
-1999,1,5,11,30,83,206,244,4,-5,5.800000000000002,59.94
-1999,1,5,12,30,149,216,285,4,-5,6.0,56.91
-1999,1,5,13,30,686,99,385,5,-5,5.6000000000000005,58.42
-1999,1,5,14,30,880,56,347,4,-4,4.5,62.0
-1999,1,5,15,30,527,52,158,2,-4,3.3000000000000003,73.54
-1999,1,5,16,30,0,33,33,0,-5,3.0,71.91
-1999,1,5,17,30,0,0,0,0,-6,3.1,71.63
-1999,1,5,18,30,0,0,0,0,-6,3.2,69.92
-1999,1,5,19,30,0,0,0,0,-6,3.1,69.77
-1999,1,5,20,30,0,0,0,0,-6,3.0,70.71000000000002
-1999,1,5,21,30,0,0,0,0,-6,2.9000000000000004,70.81
-1999,1,5,22,30,0,0,0,0,-6,2.8000000000000003,69.99
-1999,1,5,23,30,0,0,0,0,-7,2.7,68.53
-1999,1,6,0,30,0,0,0,0,-7,2.7,66.32000000000001
-1999,1,6,1,30,0,0,0,0,-7,2.8000000000000003,68.94
-1999,1,6,2,30,0,0,0,0,-8,2.8000000000000003,62.56
-1999,1,6,3,30,0,0,0,0,-8,2.8000000000000003,61.84
-1999,1,6,4,30,0,0,0,0,-8,2.7,61.42
-1999,1,6,5,30,0,0,0,0,-8,2.5,64.9
-1999,1,6,6,30,0,0,0,0,-8,2.4000000000000004,64.38
-1999,1,6,7,30,0,0,0,0,-8,2.5,60.2
-1999,1,6,8,30,240,62,103,2,-7,2.9000000000000004,58.03
-1999,1,6,9,30,573,83,259,4,-5,3.4000000000000004,56.79
-1999,1,6,10,30,220,180,269,6,-5,3.7,48.87000000000001
-1999,1,6,11,30,463,171,384,7,-5,3.8,46.05
-1999,1,6,12,30,75,208,243,8,-5,3.4000000000000004,46.84
-1999,1,6,13,30,255,186,293,7,-4,2.5,49.24
-1999,1,6,14,30,219,142,215,6,-2,1.4,60.41
-1999,1,6,15,30,337,70,139,3,-3,0.8,73.11
-1999,1,6,16,30,0,24,24,1,-4,0.7000000000000001,70.64
-1999,1,6,17,30,0,0,0,0,-5,0.7000000000000001,73.2
-1999,1,6,18,30,0,0,0,0,-5,0.9,71.78
-1999,1,6,19,30,0,0,0,0,-5,1.2000000000000002,75.77
-1999,1,6,20,30,0,0,0,0,-5,1.9,74.13
-1999,1,6,21,30,0,0,0,0,-6,2.9000000000000004,77.48
-1999,1,6,22,30,0,0,0,-1,-6,3.7,75.15
-1999,1,6,23,30,0,0,0,-1,-7,4.1000000000000005,72.37
-1999,1,7,0,30,0,0,0,-1,-7,4.0,70.21000000000001
-1999,1,7,1,30,0,0,0,-1,-7,3.4000000000000004,69.33
-1999,1,7,2,30,0,0,0,0,-7,2.5,69.32000000000001
-1999,1,7,3,30,0,0,0,0,-7,1.8,70.38
-1999,1,7,4,30,0,0,0,0,-7,1.5,71.23
-1999,1,7,5,30,0,0,0,0,-7,1.4,71.87
-1999,1,7,6,30,0,0,0,0,-7,1.4,72.14
-1999,1,7,7,30,0,0,0,0,-7,1.6,62.81
-1999,1,7,8,30,46,65,73,2,-5,2.1,61.12000000000001
-1999,1,7,9,30,723,58,280,5,-4,2.4000000000000004,57.68
-1999,1,7,10,30,923,56,431,6,-3,2.3000000000000003,57.71
-1999,1,7,11,30,938,77,508,7,-3,2.1,56.0
-1999,1,7,12,30,711,110,441,8,-2,2.0,56.48
-1999,1,7,13,30,678,106,393,7,-3,1.7000000000000002,54.2
-1999,1,7,14,30,664,76,298,6,-3,1.2000000000000002,57.82
-1999,1,7,15,30,537,57,168,3,-3,1.0,73.37
-1999,1,7,16,30,0,31,31,0,-4,1.1,75.28
-1999,1,7,17,30,0,0,0,0,-5,1.1,77.86
-1999,1,7,18,30,0,0,0,0,-5,1.1,82.28
-1999,1,7,19,30,0,0,0,-1,-6,1.2000000000000002,79.44
-1999,1,7,20,30,0,0,0,-2,-6,1.4,81.08
-1999,1,7,21,30,0,0,0,-2,-7,1.4,76.95
-1999,1,7,22,30,0,0,0,-2,-7,1.2000000000000002,74.36
-1999,1,7,23,30,0,0,0,-2,-8,1.0,72.85000000000002
-1999,1,8,0,30,0,0,0,-2,-8,0.8,71.95
-1999,1,8,1,30,0,0,0,-2,-8,0.6000000000000001,70.96000000000002
-1999,1,8,2,30,0,0,0,-2,-8,0.4,70.61
-1999,1,8,3,30,0,0,0,-2,-8,0.4,75.56
-1999,1,8,4,30,0,0,0,-3,-8,0.4,74.51
-1999,1,8,5,30,0,0,0,-3,-9,0.6000000000000001,73.39
-1999,1,8,6,30,0,0,0,-3,-9,0.9,77.38
-1999,1,8,7,30,0,0,0,-3,-9,1.7000000000000002,75.89
-1999,1,8,8,30,23,64,68,-2,-9,2.6,73.07000000000002
-1999,1,8,9,30,0,48,48,-1,-8,2.9000000000000004,70.87
-1999,1,8,10,30,0,93,93,-1,-8,2.7,65.85
-1999,1,8,11,30,0,43,43,0,-8,2.2,59.24
-1999,1,8,12,30,0,53,53,0,-9,1.8,53.16
-1999,1,8,13,30,100,192,235,0,-9,1.7000000000000002,51.58
-1999,1,8,14,30,829,76,356,0,-9,1.9,50.78
-1999,1,8,15,30,696,55,201,-1,-10,1.5,58.32
-1999,1,8,16,30,328,21,38,-2,-9,0.9,68.89
-1999,1,8,17,30,0,0,0,-3,-10,0.5,71.48
-1999,1,8,18,30,0,0,0,-4,-10,0.6000000000000001,69.34
-1999,1,8,19,30,0,0,0,-5,-11,1.0,72.25
-1999,1,8,20,30,0,0,0,-5,-11,1.4,68.7
-1999,1,8,21,30,0,0,0,-5,-12,1.8,69.47
-1999,1,8,22,30,0,0,0,-6,-13,2.1,64.63
-1999,1,8,23,30,0,0,0,-6,-14,2.4000000000000004,60.73
-1999,1,9,0,30,0,0,0,-6,-14,2.7,58.74
-1999,1,9,1,30,0,0,0,-5,-14,2.9000000000000004,54.11
-1999,1,9,2,30,0,0,0,-5,-14,2.7,56.06
-1999,1,9,3,30,0,0,0,-5,-13,2.1,57.83
-1999,1,9,4,30,0,0,0,-5,-13,1.9,59.14
-1999,1,9,5,30,0,0,0,-5,-13,1.9,59.53
-1999,1,9,6,30,0,0,0,-5,-13,1.9,60.57
-1999,1,9,7,30,0,0,0,-3,-13,2.4000000000000004,57.61
-1999,1,9,8,30,523,43,134,-1,-11,3.6,52.48
-1999,1,9,9,30,865,58,326,1,-10,4.800000000000002,48.18
-1999,1,9,10,30,938,67,450,2,-9,5.1000000000000005,47.3
-1999,1,9,11,30,949,79,518,3,-9,4.7,46.58
-1999,1,9,12,30,952,79,525,4,-8,4.1000000000000005,45.38
-1999,1,9,13,30,714,95,401,4,-8,3.6,47.38
-1999,1,9,14,30,852,68,358,3,-6,2.8000000000000003,55.17
-1999,1,9,15,30,181,83,122,2,-6,1.9,63.61
-1999,1,9,16,30,64,20,24,0,-6,1.7000000000000002,64.11
-1999,1,9,17,30,0,0,0,0,-7,1.6,62.91
-1999,1,9,18,30,0,0,0,0,-7,1.4,62.22
-1999,1,9,19,30,0,0,0,0,-7,1.2000000000000002,65.84
-1999,1,9,20,30,0,0,0,0,-7,1.0,64.48
-1999,1,9,21,30,0,0,0,0,-7,1.0,68.43
-1999,1,9,22,30,0,0,0,-1,-8,1.1,67.42
-1999,1,9,23,30,0,0,0,-1,-8,1.2000000000000002,66.39
-1999,1,10,0,30,0,0,0,-1,-8,1.2000000000000002,70.9
-1999,1,10,1,30,0,0,0,-1,-8,1.2000000000000002,70.39
-1999,1,10,2,30,0,0,0,-1,-8,1.2000000000000002,69.63
-1999,1,10,3,30,0,0,0,-2,-8,1.2000000000000002,68.83
-1999,1,10,4,30,0,0,0,-2,-9,1.3,67.91
-1999,1,10,5,30,0,0,0,-2,-9,1.4,71.57000000000002
-1999,1,10,6,30,0,0,0,-3,-9,1.4,69.17
-1999,1,10,7,30,0,0,0,-2,-10,1.8,62.98
-1999,1,10,8,30,290,60,111,0,-8,2.9000000000000004,55.02
-1999,1,10,9,30,862,59,327,2,-9,4.1000000000000005,50.41
-1999,1,10,10,30,939,69,454,4,-8,4.5,48.88
-1999,1,10,11,30,967,76,525,5,-7,4.5,47.86
-1999,1,10,12,30,970,77,534,6,-7,4.2,46.22
-1999,1,10,13,30,949,72,480,5,-6,3.6,47.85
-1999,1,10,14,30,736,65,317,4,-5,2.7,56.9
-1999,1,10,15,30,162,85,121,3,-5,1.8,63.76
-1999,1,10,16,30,257,21,36,1,-6,1.7000000000000002,62.43
-1999,1,10,17,30,0,0,0,0,-6,2.3000000000000003,64.01
-1999,1,10,18,30,0,0,0,0,-7,3.0,66.87
-1999,1,10,19,30,0,0,0,0,-7,3.6,65.27
-1999,1,10,20,30,0,0,0,0,-7,3.9,64.8
-1999,1,10,21,30,0,0,0,0,-7,4.1000000000000005,64.84
-1999,1,10,22,30,0,0,0,0,-7,4.3,59.81
-1999,1,10,23,30,0,0,0,0,-7,4.4,59.76
-1999,1,11,0,30,0,0,0,0,-7,4.3,60.44
-1999,1,11,1,30,0,0,0,1,-7,4.0,62.41
-1999,1,11,2,30,0,0,0,1,-6,3.9,64.25
-1999,1,11,3,30,0,0,0,1,-6,4.1000000000000005,65.51
-1999,1,11,4,30,0,0,0,1,-6,4.2,61.53
-1999,1,11,5,30,0,0,0,1,-6,4.1000000000000005,61.8
-1999,1,11,6,30,0,0,0,1,-6,4.1000000000000005,61.53
-1999,1,11,7,30,0,0,0,2,-6,4.5,61.47
-1999,1,11,8,30,361,56,120,4,-5,5.1000000000000005,56.75
-1999,1,11,9,30,898,53,333,6,-4,5.4,54.44
-1999,1,11,10,30,961,63,459,8,-4,5.4,47.96
-1999,1,11,11,30,763,97,454,9,-4,4.800000000000002,44.16
-1999,1,11,12,30,838,80,478,10,-4,3.6,42.24
-1999,1,11,13,30,577,131,381,9,-2,2.1,52.7
-1999,1,11,14,30,554,101,293,8,-2,0.7000000000000001,55.48
-1999,1,11,15,30,579,52,179,6,-2,0.2,64.77
-1999,1,11,16,30,273,21,38,4,-4,0.4,63.93
-1999,1,11,17,30,0,0,0,4,-4,0.6000000000000001,66.39
-1999,1,11,18,30,0,0,0,4,-4,0.7000000000000001,65.71000000000001
-1999,1,11,19,30,0,0,0,3,-4,0.8,64.91
-1999,1,11,20,30,0,0,0,3,-5,0.9,64.04
-1999,1,11,21,30,0,0,0,3,-5,0.9,68.08
-1999,1,11,22,30,0,0,0,3,-5,0.9,67.27
-1999,1,11,23,30,0,0,0,3,-5,0.9,66.43
-1999,1,12,0,30,0,0,0,3,-5,1.2000000000000002,65.36
-1999,1,12,1,30,0,0,0,2,-6,1.6,63.89
-1999,1,12,2,30,0,0,0,2,-6,2.0,62.15
-1999,1,12,3,30,0,0,0,1,-6,2.2,60.42
-1999,1,12,4,30,0,0,0,1,-6,1.9,59.51
-1999,1,12,5,30,0,0,0,0,-7,1.5,63.38
-1999,1,12,6,30,0,0,0,0,-6,1.2000000000000002,63.89
-1999,1,12,7,30,0,0,0,0,-6,1.2000000000000002,60.21
-1999,1,12,8,30,532,44,138,2,-5,1.4,65.03
-1999,1,12,9,30,0,38,38,3,-4,2.1,65.79
-1999,1,12,10,30,0,109,109,4,-4,3.0,62.55
-1999,1,12,11,30,8,158,162,4,-4,3.7,63.5
-1999,1,12,12,30,155,226,300,5,-4,4.3,63.22
-1999,1,12,13,30,657,112,399,4,-4,4.2,62.02
-1999,1,12,14,30,819,75,361,3,-4,3.3000000000000003,66.29
-1999,1,12,15,30,697,54,209,1,-4,1.9,72.34
-1999,1,12,16,30,377,22,47,0,-5,1.1,76.52
-1999,1,12,17,30,0,0,0,-1,-6,0.9,77.76
-1999,1,12,18,30,0,0,0,-1,-6,0.6000000000000001,76.33
-1999,1,12,19,30,0,0,0,-2,-6,0.8,80.56
-1999,1,12,20,30,0,0,0,-3,-7,1.1,84.68
-1999,1,12,21,30,0,0,0,-3,-7,1.4,82.38
-1999,1,12,22,30,0,0,0,-3,-7,1.9,80.19
-1999,1,12,23,30,0,0,0,-2,-8,2.5,77.26
-1999,1,13,0,30,0,0,0,-2,-8,2.9000000000000004,74.39
-1999,1,13,1,30,0,0,0,-2,-9,3.0,71.69
-1999,1,13,2,30,0,0,0,-2,-9,2.8000000000000003,70.17
-1999,1,13,3,30,0,0,0,-2,-9,2.3000000000000003,69.19
-1999,1,13,4,30,0,0,0,-2,-9,1.9,68.4
-1999,1,13,5,30,0,0,0,-1,-9,1.6,63.66
-1999,1,13,6,30,0,0,0,0,-9,1.1,60.11
-1999,1,13,7,30,0,0,0,0,-9,0.7000000000000001,58.15
-1999,1,13,8,30,0,12,12,0,-7,0.7000000000000001,56.92
-1999,1,13,9,30,446,106,247,1,-6,1.3,59.74
-1999,1,13,10,30,83,185,219,2,-6,2.0,61.94000000000001
-1999,1,13,11,30,151,222,293,2,-5,2.4000000000000004,65.7
-1999,1,13,12,30,128,226,288,2,-5,2.5,67.29
-1999,1,13,13,30,172,203,278,1,-5,2.2,68.19
-1999,1,13,14,30,408,128,272,1,-4,1.4,69.2
-1999,1,13,15,30,662,62,212,0,-4,0.7000000000000001,75.98
-1999,1,13,16,30,335,26,49,0,-5,0.5,78.29
-1999,1,13,17,30,0,0,0,-1,-5,0.6000000000000001,81.35000000000002
-1999,1,13,18,30,0,0,0,-2,-6,0.9,85.15
-1999,1,13,19,30,0,0,0,-2,-6,1.2000000000000002,80.74
-1999,1,13,20,30,0,0,0,-3,-7,1.3,80.99
-1999,1,13,21,30,0,0,0,-4,-8,1.5,79.71000000000002
-1999,1,13,22,30,0,0,0,-4,-10,2.0,76.91
-1999,1,13,23,30,0,0,0,-5,-11,2.7,68.92
-1999,1,14,0,30,0,0,0,-5,-12,3.7,65.04
-1999,1,14,1,30,0,0,0,-5,-12,4.3,62.85
-1999,1,14,2,30,0,0,0,-5,-13,4.4,60.15
-1999,1,14,3,30,0,0,0,-4,-14,4.2,56.99
-1999,1,14,4,30,0,0,0,-4,-14,4.1000000000000005,51.28
-1999,1,14,5,30,0,0,0,-3,-14,4.4,51.31
-1999,1,14,6,30,0,0,0,-2,-14,5.300000000000002,47.95
-1999,1,14,7,30,0,0,0,-1,-14,6.300000000000002,42.06
-1999,1,14,8,30,142,69,95,0,-13,6.5,38.72
-1999,1,14,9,30,734,58,291,2,-12,6.300000000000002,39.45
-1999,1,14,10,30,0,76,76,3,-11,5.800000000000002,40.02
-1999,1,14,11,30,0,75,75,4,-9,5.300000000000002,40.72
-1999,1,14,12,30,0,73,73,5,-8,5.2,44.59
-1999,1,14,13,30,9,153,157,5,-7,4.7,47.68
-1999,1,14,14,30,703,74,324,5,-7,4.3,50.4
-1999,1,14,15,30,758,50,224,4,-7,4.3,54.52
-1999,1,14,16,30,296,25,46,2,-8,4.4,53.83
-1999,1,14,17,30,0,0,0,1,-9,4.6000000000000005,50.55
-1999,1,14,18,30,0,0,0,1,-9,4.5,48.51
-1999,1,14,19,30,0,0,0,1,-9,4.1000000000000005,48.18
-1999,1,14,20,30,0,0,0,1,-9,4.0,47.86
-1999,1,14,21,30,0,0,0,1,-10,4.3,45.58
-1999,1,14,22,30,0,0,0,1,-10,4.5,43.81
-1999,1,14,23,30,0,0,0,2,-11,4.6000000000000005,42.97
-1999,1,15,0,30,0,0,0,2,-11,4.9,41.98
-1999,1,15,1,30,0,0,0,2,-11,5.1000000000000005,40.87
-1999,1,15,2,30,0,0,0,1,-11,5.0,40.24
-1999,1,15,3,30,0,0,0,1,-11,5.0,40.07
-1999,1,15,4,30,0,0,0,2,-11,4.800000000000002,40.48
-1999,1,15,5,30,0,0,0,2,-11,4.2,41.63
-1999,1,15,6,30,0,0,0,2,-11,3.3000000000000003,42.78
-1999,1,15,7,30,0,0,0,2,-10,2.8000000000000003,44.07
-1999,1,15,8,30,550,43,143,4,-10,2.8000000000000003,43.66
-1999,1,15,9,30,639,76,280,6,-8,2.9000000000000004,41.83
-1999,1,15,10,30,510,144,358,7,-8,3.0,39.88
-1999,1,15,11,30,714,114,454,8,-8,3.2,37.53
-1999,1,15,12,30,692,123,459,7,-6,3.8,43.48
-1999,1,15,13,30,573,137,392,6,-5,3.9,49.29
-1999,1,15,14,30,601,97,312,5,-5,3.4000000000000004,59.13
-1999,1,15,15,30,747,50,223,3,-4,2.5,65.23
-1999,1,15,16,30,143,27,37,1,-5,2.2,69.05
-1999,1,15,17,30,0,0,0,1,-5,2.4000000000000004,68.42
-1999,1,15,18,30,0,0,0,0,-5,2.5,73.60000000000002
-1999,1,15,19,30,0,0,0,0,-5,2.4000000000000004,72.5
-1999,1,15,20,30,0,0,0,0,-5,2.0,71.32000000000002
-1999,1,15,21,30,0,0,0,0,-5,1.7000000000000002,70.13
-1999,1,15,22,30,0,0,0,0,-5,1.5,69.03
-1999,1,15,23,30,0,0,0,0,-6,1.5,67.63
-1999,1,16,0,30,0,0,0,0,-6,1.5,66.01
-1999,1,16,1,30,0,0,0,0,-7,1.7000000000000002,68.57000000000001
-1999,1,16,2,30,0,0,0,0,-7,2.0,70.86
-1999,1,16,3,30,0,0,0,-1,-8,2.4000000000000004,68.07000000000001
-1999,1,16,4,30,0,0,0,-2,-8,2.8000000000000003,70.2
-1999,1,16,5,30,0,0,0,-2,-9,3.2,66.71000000000001
-1999,1,16,6,30,0,0,0,-1,-9,3.6,58.51
-1999,1,16,7,30,0,0,0,0,-10,4.2,52.75
-1999,1,16,8,30,726,42,174,2,-9,4.800000000000002,48.89
-1999,1,16,9,30,879,60,342,4,-7,5.1000000000000005,48.34
-1999,1,16,10,30,809,72,414,6,-7,5.0,44.29
-1999,1,16,11,30,0,84,84,7,-7,4.2,40.06
-1999,1,16,12,30,608,146,443,7,-6,3.1,46.02
-1999,1,16,13,30,758,92,432,6,-5,2.2,51.73
-1999,1,16,14,30,674,90,334,5,-4,1.7000000000000002,56.05
-1999,1,16,15,30,124,96,125,4,-4,1.4,61.08
-1999,1,16,16,30,32,27,30,2,-5,1.7000000000000002,68.41
-1999,1,16,17,30,0,0,0,1,-5,2.2,68.04
-1999,1,16,18,30,0,0,0,1,-5,2.9000000000000004,67.93
-1999,1,16,19,30,0,0,0,0,-5,3.7,71.92
-1999,1,16,20,30,0,0,0,0,-5,4.2,69.15
-1999,1,16,21,30,0,0,0,0,-6,4.5,66.17
-1999,1,16,22,30,0,0,0,0,-7,4.4,68.18
-1999,1,16,23,30,0,0,0,0,-7,4.0,66.8
-1999,1,17,0,30,0,0,0,0,-7,3.2,66.77
-1999,1,17,1,30,0,0,0,0,-7,2.8000000000000003,67.35
-1999,1,17,2,30,0,0,0,0,-7,2.5,68.56
-1999,1,17,3,30,0,0,0,0,-6,1.9,69.49
-1999,1,17,4,30,0,0,0,0,-6,1.6,70.71000000000002
-1999,1,17,5,30,0,0,0,0,-6,2.1,74.81
-1999,1,17,6,30,0,0,0,-1,-7,2.3000000000000003,76.63
-1999,1,17,7,30,0,0,0,-1,-8,2.7,64.73
-1999,1,17,8,30,198,69,106,0,-10,4.1000000000000005,52.84
-1999,1,17,9,30,432,111,251,0,-12,5.9,41.87
-1999,1,17,10,30,387,169,334,0,-13,7.1000000000000005,36.69
-1999,1,17,11,30,698,120,456,1,-14,7.7,35.33
-1999,1,17,12,30,549,164,433,1,-14,7.800000000000002,36.14
-1999,1,17,13,30,983,69,512,0,-13,7.7,37.51
-1999,1,17,14,30,937,60,402,0,-13,7.2,38.13
-1999,1,17,15,30,825,47,244,0,-13,6.1000000000000005,44.29
-1999,1,17,16,30,535,24,67,-2,-13,4.6000000000000005,48.27
-1999,1,17,17,30,0,0,0,-3,-13,3.5,52.48
-1999,1,17,18,30,0,0,0,-3,-13,2.7,57.37000000000001
-1999,1,17,19,30,0,0,0,-4,-12,1.9,57.83
-1999,1,17,20,30,0,0,0,-3,-12,1.3,54.06
-1999,1,17,21,30,0,0,0,-3,-12,1.1,55.19
-1999,1,17,22,30,0,0,0,-3,-11,1.4,59.02
-1999,1,17,23,30,0,0,0,-2,-10,2.0,63.85
-1999,1,18,0,30,0,0,0,-1,-10,2.5,62.46
-1999,1,18,1,30,0,0,0,-1,-9,3.0,62.48
-1999,1,18,2,30,0,0,0,0,-8,3.5,62.79
-1999,1,18,3,30,0,0,0,0,-7,4.1000000000000005,67.18
-1999,1,18,4,30,0,0,0,0,-6,4.7,65.28
-1999,1,18,5,30,0,0,0,0,-6,4.9,67.4
-1999,1,18,6,30,0,0,0,1,-6,4.9,63.78
-1999,1,18,7,30,0,15,15,2,-5,5.0,65.16
-1999,1,18,8,30,721,41,175,4,-4,5.300000000000002,61.5
-1999,1,18,9,30,868,47,329,7,-3,5.7,55.26
-1999,1,18,10,30,561,133,373,9,-2,6.0,49.74
-1999,1,18,11,30,849,80,492,10,-2,6.2,47.21
-1999,1,18,12,30,856,81,504,11,-2,6.2,47.38
-1999,1,18,13,30,786,87,444,10,-2,5.800000000000002,50.92
-1999,1,18,14,30,149,164,219,8,-2,5.1000000000000005,56.35
-1999,1,18,15,30,279,91,159,6,-1,4.6000000000000005,71.3
-1999,1,18,16,30,239,30,50,4,-2,4.6000000000000005,78.7
-1999,1,18,17,30,0,0,0,3,-2,4.5,81.07000000000002
-1999,1,18,18,30,0,0,0,2,-3,4.2,79.05
-1999,1,18,19,30,0,0,0,1,-3,3.9,77.37
-1999,1,18,20,30,0,0,0,1,-3,3.8,75.87
-1999,1,18,21,30,0,0,0,1,-3,3.4000000000000004,74.54
-1999,1,18,22,30,0,0,0,1,-4,2.9000000000000004,74.03
-1999,1,18,23,30,0,0,0,1,-4,2.4000000000000004,74.32000000000002
-1999,1,19,0,30,0,0,0,1,-3,1.7000000000000002,74.84
-1999,1,19,1,30,0,0,0,1,-3,1.2000000000000002,75.18
-1999,1,19,2,30,0,0,0,1,-3,1.1,76.32000000000002
-1999,1,19,3,30,0,0,0,1,-3,1.0,77.7
-1999,1,19,4,30,0,0,0,1,-3,0.9,77.92
-1999,1,19,5,30,0,0,0,0,-3,0.6000000000000001,76.78
-1999,1,19,6,30,0,0,0,0,-4,0.30000000000000004,79.58
-1999,1,19,7,30,188,11,15,1,-4,0.6000000000000001,78.79
-1999,1,19,8,30,691,40,170,3,-2,1.0,74.79
-1999,1,19,9,30,856,53,334,6,-2,1.3,67.1
-1999,1,19,10,30,934,59,461,7,-2,2.0,58.08
-1999,1,19,11,30,966,62,534,8,-3,2.8000000000000003,51.51
-1999,1,19,12,30,960,67,544,9,-3,2.9000000000000004,49.42
-1999,1,19,13,30,929,66,492,9,-3,2.4000000000000004,49.01
-1999,1,19,14,30,520,123,317,8,-2,1.5,56.86
-1999,1,19,15,30,342,92,176,5,-2,0.8,67.69
-1999,1,19,16,30,256,32,54,3,-3,1.0,72.67
-1999,1,19,17,30,0,0,0,2,-3,1.2000000000000002,75.64
-1999,1,19,18,30,0,0,0,1,-3,1.5,75.77
-1999,1,19,19,30,0,0,0,1,-3,1.9,76.02
-1999,1,19,20,30,0,0,0,1,-3,2.1,76.22
-1999,1,19,21,30,0,0,0,1,-3,2.2,75.95
-1999,1,19,22,30,0,0,0,1,-3,2.3000000000000003,80.92
-1999,1,19,23,30,0,0,0,0,-4,2.3000000000000003,79.47
-1999,1,20,0,30,0,0,0,0,-4,2.1,78.24
-1999,1,20,1,30,0,0,0,0,-4,1.9,83.67
-1999,1,20,2,30,0,0,0,0,-4,1.9,82.87
-1999,1,20,3,30,0,0,0,0,-4,1.8,81.52
-1999,1,20,4,30,0,0,0,0,-5,1.7000000000000002,79.63
-1999,1,20,5,30,0,0,0,0,-5,1.7000000000000002,77.46000000000002
-1999,1,20,6,30,0,0,0,0,-5,1.7000000000000002,74.81
-1999,1,20,7,30,0,17,17,1,-6,2.2,68.5
-1999,1,20,8,30,301,66,123,3,-4,2.7,65.26
-1999,1,20,9,30,886,50,343,6,-4,2.4000000000000004,56.64
-1999,1,20,10,30,945,57,466,7,-5,1.9,46.04
-1999,1,20,11,30,967,61,535,8,-5,1.8,42.22
-1999,1,20,12,30,264,232,365,9,-5,2.2,40.78
-1999,1,20,13,30,34,188,204,8,-5,2.2,45.13
-1999,1,20,14,30,0,109,109,7,-3,1.5,59.93
-1999,1,20,15,30,5,89,91,5,-2,1.3,73.96000000000002
-1999,1,20,16,30,0,21,21,3,-3,1.3,73.19
-1999,1,20,17,30,0,0,0,2,-3,1.4,75.64
-1999,1,20,18,30,0,0,0,1,-4,1.6,73.15
-1999,1,20,19,30,0,0,0,0,-5,1.9,74.17
-1999,1,20,20,30,0,0,0,0,-5,2.2,75.56
-1999,1,20,21,30,0,0,0,0,-6,2.5,79.3
-1999,1,20,22,30,0,0,0,-1,-6,2.5,79.3
-1999,1,20,23,30,0,0,0,-1,-6,2.3000000000000003,79.06
-1999,1,21,0,30,0,0,0,-1,-6,1.8,83.12
-1999,1,21,1,30,0,0,0,-1,-6,1.5,74.29
-1999,1,21,2,30,0,0,0,0,-7,1.4,68.27
-1999,1,21,3,30,0,0,0,0,-7,1.5,68.54
-1999,1,21,4,30,0,0,0,0,-7,1.4,68.59
-1999,1,21,5,30,0,0,0,0,-7,1.2000000000000002,68.34
-1999,1,21,6,30,0,0,0,0,-6,1.0,69.8
-1999,1,21,7,30,0,9,9,0,-6,1.0,66.28
-1999,1,21,8,30,82,75,91,0,-5,1.3,68.21000000000001
-1999,1,21,9,30,0,6,6,1,-4,1.7000000000000002,71.95
-1999,1,21,10,30,195,201,286,2,-3,1.9,77.15
-1999,1,21,11,30,151,236,311,2,-3,2.2,78.73
-1999,1,21,12,30,67,228,263,1,-3,3.1,78.06
-1999,1,21,13,30,14,167,173,1,-3,4.2,76.78
-1999,1,21,14,30,7,133,136,0,-3,4.7,80.57000000000002
-1999,1,21,15,30,0,58,58,0,-4,4.6000000000000005,79.87
-1999,1,21,16,30,0,6,6,0,-4,4.6000000000000005,85.2
-1999,1,21,17,30,0,0,0,-1,-4,4.9,89.05
-1999,1,21,18,30,0,0,0,-1,-5,5.300000000000002,92.66
-1999,1,21,19,30,0,0,0,-2,-5,5.800000000000002,90.04
-1999,1,21,20,30,0,0,0,-2,-5,6.4,94.16
-1999,1,21,21,30,0,0,0,-3,-6,6.6000000000000005,90.74
-1999,1,21,22,30,0,0,0,-3,-6,6.2,87.33
-1999,1,21,23,30,0,0,0,-3,-7,5.800000000000002,90.72
-1999,1,22,0,30,0,0,0,-4,-7,5.2,86.51
-1999,1,22,1,30,0,0,0,-4,-8,4.5,87.37
-1999,1,22,2,30,0,0,0,-5,-9,3.8,80.52
-1999,1,22,3,30,0,0,0,-6,-11,3.3000000000000003,77.77
-1999,1,22,4,30,0,0,0,-6,-12,3.0,76.51
-1999,1,22,5,30,0,0,0,-7,-13,2.8000000000000003,69.59
-1999,1,22,6,30,0,0,0,-7,-14,2.8000000000000003,68.94
-1999,1,22,7,30,0,18,18,-5,-15,3.2,56.68
-1999,1,22,8,30,657,48,176,-2,-13,3.6,50.99
-1999,1,22,9,30,823,65,341,0,-11,4.2,50.24
-1999,1,22,10,30,915,70,471,0,-11,4.5,45.96
-1999,1,22,11,30,293,226,371,1,-10,4.5,44.6
-1999,1,22,12,30,977,66,562,1,-10,4.3,45.93
-1999,1,22,13,30,959,64,514,1,-10,4.0,46.61
-1999,1,22,14,30,908,59,407,0,-10,3.5,46.66
-1999,1,22,15,30,800,49,254,-1,-9,2.5,55.27
-1999,1,22,16,30,529,28,80,-3,-10,1.6,64.02
-1999,1,22,17,30,0,0,0,-4,-12,1.3,62.1
-1999,1,22,18,30,0,0,0,-5,-12,1.3,64.43
-1999,1,22,19,30,0,0,0,-5,-13,1.3,61.66
-1999,1,22,20,30,0,0,0,-5,-13,1.5,64.14
-1999,1,22,21,30,0,0,0,-6,-13,1.8,62.1
-1999,1,22,22,30,0,0,0,-6,-14,2.2,60.75
-1999,1,22,23,30,0,0,0,-6,-14,2.5,64.7
-1999,1,23,0,30,0,0,0,-6,-14,2.7,59.77
-1999,1,23,1,30,0,0,0,-5,-14,3.0,60.91
-1999,1,23,2,30,0,0,0,-5,-13,3.1,58.02
-1999,1,23,3,30,0,0,0,-4,-13,3.1,60.96
-1999,1,23,4,30,0,0,0,-4,-12,3.1,60.26
-1999,1,23,5,30,0,0,0,-3,-11,3.2,64.18
-1999,1,23,6,30,0,0,0,-2,-11,3.4000000000000004,62.44000000000001
-1999,1,23,7,30,0,8,8,-1,-10,4.0,56.28
-1999,1,23,8,30,23,73,78,1,-9,4.6000000000000005,54.32
-1999,1,23,9,30,4,117,118,3,-7,5.2,53.01
-1999,1,23,10,30,420,172,358,6,-6,6.0,50.85
-1999,1,23,11,30,399,209,408,7,-5,6.6000000000000005,49.53
-1999,1,23,12,30,447,204,433,7,-5,6.9,46.4
-1999,1,23,13,30,594,143,424,7,-5,6.9,46.43
-1999,1,23,14,30,676,90,352,6,-5,6.2,50.68
-1999,1,23,15,30,621,60,222,4,-4,5.0,65.29
-1999,1,23,16,30,553,26,83,1,-5,4.1000000000000005,68.47
-1999,1,23,17,30,0,0,0,0,-6,4.1000000000000005,68.77
-1999,1,23,18,30,0,0,0,0,-6,4.3,67.01
-1999,1,23,19,30,0,0,0,0,-6,4.5,65.63
-1999,1,23,20,30,0,0,0,0,-6,4.7,65.85
-1999,1,23,21,30,0,0,0,0,-6,4.6000000000000005,67.66
-1999,1,23,22,30,0,0,0,0,-5,4.4,69.61
-1999,1,23,23,30,0,0,0,1,-5,4.0,71.45
-1999,1,24,0,30,0,0,0,1,-5,3.6,72.97
-1999,1,24,1,30,0,0,0,1,-5,3.4000000000000004,74.04
-1999,1,24,2,30,0,0,0,0,-4,3.3000000000000003,74.57000000000002
-1999,1,24,3,30,0,0,0,0,-4,3.5,74.73
-1999,1,24,4,30,0,0,0,0,-4,3.7,75.94
-1999,1,24,5,30,0,0,0,0,-4,3.5,74.48
-1999,1,24,6,30,0,0,0,0,-5,3.0,72.98
-1999,1,24,7,30,0,1,1,0,-5,2.8000000000000003,68.46000000000001
-1999,1,24,8,30,0,12,12,1,-4,2.9000000000000004,73.19
-1999,1,24,9,30,0,36,36,2,-4,3.2,73.61
-1999,1,24,10,30,0,41,41,4,-4,3.6,68.87
-1999,1,24,11,30,0,41,41,5,-4,4.3,63.83
-1999,1,24,12,30,0,92,92,6,-4,5.1000000000000005,59.38
-1999,1,24,13,30,0,72,72,6,-4,5.300000000000002,55.33
-1999,1,24,14,30,0,63,63,5,-4,4.7,59.28
-1999,1,24,15,30,0,35,35,3,-3,3.8,71.11
-1999,1,24,16,30,0,23,23,1,-4,3.4000000000000004,77.59
-1999,1,24,17,30,0,0,0,0,-5,3.1,75.96000000000002
-1999,1,24,18,30,0,0,0,-1,-6,2.9000000000000004,78.43
-1999,1,24,19,30,0,0,0,-2,-6,2.9000000000000004,81.33
-1999,1,24,20,30,0,0,0,-2,-7,2.8000000000000003,79.21000000000002
-1999,1,24,21,30,0,0,0,-1,-7,2.7,78.02
-1999,1,24,22,30,0,0,0,-1,-7,2.5,77.53
-1999,1,24,23,30,0,0,0,-1,-7,2.4000000000000004,77.03
-1999,1,25,0,30,0,0,0,-1,-7,2.4000000000000004,76.35000000000002
-1999,1,25,1,30,0,0,0,-1,-7,2.5,76.10000000000002
-1999,1,25,2,30,0,0,0,-1,-7,2.7,71.46000000000002
-1999,1,25,3,30,0,0,0,-1,-7,2.8000000000000003,73.49
-1999,1,25,4,30,0,0,0,-1,-6,2.7,75.53
-1999,1,25,5,30,0,0,0,0,-6,2.4000000000000004,76.79
-1999,1,25,6,30,0,0,0,0,-6,2.2,71.88
-1999,1,25,7,30,0,22,22,0,-6,2.1,67.53
-1999,1,25,8,30,677,46,182,2,-5,2.0,67.5
-1999,1,25,9,30,584,94,295,4,-4,1.6,68.86
-1999,1,25,10,30,301,195,330,5,-2,1.2000000000000002,66.87
-1999,1,25,11,30,178,243,333,6,-1,1.0,67.18
-1999,1,25,12,30,197,249,351,7,-1,0.8,68.53
-1999,1,25,13,30,153,228,302,6,-1,0.5,69.65
-1999,1,25,14,30,93,175,211,5,0,0.4,78.55
-1999,1,25,15,30,0,73,73,3,0,0.5,88.57000000000002
-1999,1,25,16,30,0,10,10,2,-1,1.0,87.14
-1999,1,25,17,30,0,0,0,1,-2,1.6,82.87
-1999,1,25,18,30,0,0,0,1,-2,2.0,81.45
-1999,1,25,19,30,0,0,0,2,-2,2.3000000000000003,81.12
-1999,1,25,20,30,0,0,0,2,-2,2.5,80.83
-1999,1,25,21,30,0,0,0,2,-3,2.8000000000000003,79.54
-1999,1,25,22,30,0,0,0,2,-3,3.0,77.97
-1999,1,25,23,30,0,0,0,2,-3,3.4000000000000004,76.47
-1999,1,26,0,30,0,0,0,2,-3,3.6,74.59
-1999,1,26,1,30,0,0,0,2,-4,3.6,72.5
-1999,1,26,2,30,0,0,0,2,-4,3.5,70.41
-1999,1,26,3,30,0,0,0,2,-5,3.3000000000000003,68.84
-1999,1,26,4,30,0,0,0,1,-5,3.1,67.96000000000001
-1999,1,26,5,30,0,0,0,0,-5,3.1,65.25
-1999,1,26,6,30,0,0,0,0,-6,3.4000000000000004,65.78
-1999,1,26,7,30,0,23,23,1,-6,4.6000000000000005,60.54
-1999,1,26,8,30,633,51,180,4,-4,5.9,59.97
-1999,1,26,9,30,791,70,344,5,-4,7.5,59.32
-1999,1,26,10,30,908,72,481,5,-4,9.6,56.57
-1999,1,26,11,30,162,246,330,4,-8,10.4,49.94
-1999,1,26,12,30,1013,61,589,4,-9,10.2,45.02
-1999,1,26,13,30,997,59,542,3,-10,9.9,43.66
-1999,1,26,14,30,956,54,435,2,-10,9.4,45.94
-1999,1,26,15,30,866,45,280,1,-10,8.3,44.39
-1999,1,26,16,30,628,28,99,0,-10,6.9,50.82
-1999,1,26,17,30,0,0,0,-1,-10,6.1000000000000005,55.11
-1999,1,26,18,30,0,0,0,-1,-10,5.9,54.97
-1999,1,26,19,30,0,0,0,-1,-10,5.6000000000000005,58.99
-1999,1,26,20,30,0,0,0,-2,-10,5.4,59.33
-1999,1,26,21,30,0,0,0,-2,-10,5.0,59.83
-1999,1,26,22,30,0,0,0,-2,-10,4.6000000000000005,60.05
-1999,1,26,23,30,0,0,0,-2,-10,4.3,59.83
-1999,1,27,0,30,0,0,0,-2,-10,3.9,64.38
-1999,1,27,1,30,0,0,0,-2,-10,3.6,64.18
-1999,1,27,2,30,0,0,0,-2,-10,3.4000000000000004,63.56
-1999,1,27,3,30,0,0,0,-3,-11,3.3000000000000003,62.51
-1999,1,27,4,30,0,0,0,-3,-11,3.2,61.36
-1999,1,27,5,30,0,0,0,-3,-11,2.9000000000000004,64.51
-1999,1,27,6,30,0,0,0,-3,-12,2.8000000000000003,62.5
-1999,1,27,7,30,318,16,27,-2,-12,3.0,57.52
-1999,1,27,8,30,747,44,199,0,-11,3.1,47.58
-1999,1,27,9,30,890,58,369,0,-11,2.4000000000000004,42.74
-1999,1,27,10,30,614,130,409,1,-11,1.6,42.56
-1999,1,27,11,30,657,144,482,2,-11,1.1,42.5
-1999,1,27,12,30,240,250,377,3,-11,0.8,42.04
-1999,1,27,13,30,214,229,334,2,-11,0.8,41.64
-1999,1,27,14,30,0,128,129,1,-11,0.9,41.89
-1999,1,27,15,30,358,99,198,0,-10,0.9,49.03
-1999,1,27,16,30,0,29,29,-1,-9,1.1,62.8
-1999,1,27,17,30,0,0,0,-2,-9,1.4,65.49
-1999,1,27,18,30,0,0,0,-2,-9,1.5,72.46000000000002
-1999,1,27,19,30,0,0,0,-3,-9,1.3,78.52
-1999,1,27,20,30,0,0,0,-4,-9,1.3,77.83
-1999,1,27,21,30,0,0,0,-4,-9,1.4,82.85000000000002
-1999,1,27,22,30,0,0,0,-5,-9,1.3,80.99
-1999,1,27,23,30,0,0,0,-5,-10,1.0,78.13
-1999,1,28,0,30,0,0,0,-5,-10,0.6000000000000001,80.77
-1999,1,28,1,30,0,0,0,-6,-11,0.4,77.61
-1999,1,28,2,30,0,0,0,-7,-11,0.8,79.33
-1999,1,28,3,30,0,0,0,-7,-12,1.2000000000000002,74.27
-1999,1,28,4,30,0,0,0,-7,-13,1.4,74.93
-1999,1,28,5,30,0,0,0,-8,-14,1.6,69.5
-1999,1,28,6,30,0,0,0,-7,-15,2.0,64.73
-1999,1,28,7,30,300,17,29,-6,-16,2.6,51.44
-1999,1,28,8,30,737,51,206,-3,-16,2.3000000000000003,41.36
-1999,1,28,9,30,892,70,384,0,-13,1.6,40.32
-1999,1,28,10,30,962,81,521,1,-12,1.5,38.71
-1999,1,28,11,30,993,86,601,2,-11,1.4,40.78
-1999,1,28,12,30,998,87,616,3,-11,1.0,38.5
-1999,1,28,13,30,979,83,565,4,-11,0.7000000000000001,38.25
-1999,1,28,14,30,931,74,453,3,-11,0.9,41.11
-1999,1,28,15,30,830,59,292,1,-10,1.1,50.1
-1999,1,28,16,30,587,34,105,-1,-9,1.0,61.16
-1999,1,28,17,30,0,0,0,-2,-11,0.9,57.77
-1999,1,28,18,30,0,0,0,-3,-10,0.7000000000000001,62.82
-1999,1,28,19,30,0,0,0,-3,-11,1.0,67.43
-1999,1,28,20,30,0,0,0,-4,-11,1.2000000000000002,65.73
-1999,1,28,21,30,0,0,0,-4,-11,1.0,69.34
-1999,1,28,22,30,0,0,0,-4,-12,0.9,67.06
-1999,1,28,23,30,0,0,0,-5,-12,1.0,64.94
-1999,1,29,0,30,0,0,0,-5,-12,1.1,62.91
-1999,1,29,1,30,0,0,0,-5,-13,1.1,64.58
-1999,1,29,2,30,0,0,0,-5,-14,1.2000000000000002,60.94
-1999,1,29,3,30,0,0,0,-6,-15,1.2000000000000002,56.56
-1999,1,29,4,30,0,0,0,-6,-15,1.3,53.26
-1999,1,29,5,30,0,0,0,-6,-16,1.4,51.4
-1999,1,29,6,30,0,0,0,-6,-16,1.4,50.04
-1999,1,29,7,30,0,15,15,-4,-16,1.3,44.72
-1999,1,29,8,30,73,84,99,-1,-15,1.5,34.11
-1999,1,29,9,30,909,68,392,1,-14,1.9,33.09
-1999,1,29,10,30,967,81,527,3,-11,1.9,38.36
-1999,1,29,11,30,991,87,605,4,-11,1.3,36.12
-1999,1,29,12,30,994,88,619,5,-11,0.9,33.14
-1999,1,29,13,30,817,91,496,6,-11,1.1,33.660000000000004
-1999,1,29,14,30,732,85,385,5,-10,1.3,37.88
-1999,1,29,15,30,570,74,236,2,-7,1.3,52.64
-1999,1,29,16,30,232,46,75,0,-8,1.3,55.58
-1999,1,29,17,30,0,0,0,0,-9,1.2000000000000002,54.41
-1999,1,29,18,30,0,0,0,0,-9,0.8,59.7
-1999,1,29,19,30,0,0,0,-1,-9,0.4,60.24
-1999,1,29,20,30,0,0,0,-1,-9,0.30000000000000004,61.13
-1999,1,29,21,30,0,0,0,-1,-9,0.5,61.64
-1999,1,29,22,30,0,0,0,-1,-9,0.8,61.2
-1999,1,29,23,30,0,0,0,-1,-9,1.0,59.66
-1999,1,30,0,30,0,0,0,-1,-10,1.0,57.56
-1999,1,30,1,30,0,0,0,-1,-10,1.0,55.53
-1999,1,30,2,30,0,0,0,-1,-11,1.1,53.05
-1999,1,30,3,30,0,0,0,-1,-11,1.1,54.57
-1999,1,30,4,30,0,0,0,-1,-12,1.2000000000000002,51.45
-1999,1,30,5,30,0,0,0,-1,-13,1.2000000000000002,44.92
-1999,1,30,6,30,0,0,0,-1,-13,1.1,43.44
-1999,1,30,7,30,302,18,31,0,-12,1.3,43.85
-1999,1,30,8,30,0,35,35,1,-10,1.4,43.73
-1999,1,30,9,30,0,79,79,4,-8,1.3,48.23
-1999,1,30,10,30,0,122,122,5,-5,1.5,54.97
-1999,1,30,11,30,18,194,204,6,-3,2.0,58.3
-1999,1,30,12,30,5,159,162,7,-2,2.4000000000000004,62.4
-1999,1,30,13,30,88,231,276,6,-2,2.7,64.22
-1999,1,30,14,30,138,188,246,5,-2,2.6,69.64
-1999,1,30,15,30,0,91,91,3,-1,1.8,80.82000000000002
-1999,1,30,16,30,0,33,33,1,-2,1.1,89.44
-1999,1,30,17,30,0,0,0,0,-3,0.9,87.95
-1999,1,30,18,30,0,0,0,0,-4,0.7000000000000001,92.72
-1999,1,30,19,30,0,0,0,-1,-4,0.7000000000000001,91.16
-1999,1,30,20,30,0,0,0,-1,-4,0.9,96.75
-1999,1,30,21,30,0,0,0,-1,-4,1.0,95.19
-1999,1,30,22,30,0,0,0,-1,-4,1.0,93.39
-1999,1,30,23,30,0,0,0,-1,-5,1.0,91.74
-1999,1,31,0,30,0,0,0,-2,-5,1.0,89.65
-1999,1,31,1,30,0,0,0,-2,-5,1.0,86.92
-1999,1,31,2,30,0,0,0,-2,-6,1.1,90.32
-1999,1,31,3,30,0,0,0,-2,-6,1.3,86.93
-1999,1,31,4,30,0,0,0,-3,-7,1.5,83.26
-1999,1,31,5,30,0,0,0,-3,-8,1.6,79.28
-1999,1,31,6,30,0,0,0,-2,-8,1.7000000000000002,75.92
-1999,1,31,7,30,0,35,35,-1,-8,2.3000000000000003,64.61
-1999,1,31,8,30,751,49,214,1,-8,2.7,53.67
-1999,1,31,9,30,772,63,343,4,-6,2.2,52.84
-1999,1,31,10,30,775,93,457,6,-5,1.8,48.27
-1999,1,31,11,30,909,78,560,8,-5,1.1,45.7
-1999,1,31,12,30,988,84,620,9,-5,0.5,41.97
-1999,1,31,13,30,970,80,569,9,-6,0.7000000000000001,41.38
-1999,1,31,14,30,814,69,410,8,-5,1.0,45.78
-1999,1,31,15,30,670,65,261,5,-2,0.8,69.8
-1999,1,31,16,30,594,35,114,1,-4,0.6000000000000001,73.98
-1999,1,31,17,30,0,0,0,0,-5,0.7000000000000001,73.7
-1999,1,31,18,30,0,0,0,0,-5,1.4,76.65
-1999,1,31,19,30,0,0,0,0,-6,2.2,77.11
-1999,1,31,20,30,0,0,0,-1,-7,2.8000000000000003,68.9
-1999,1,31,21,30,0,0,0,-1,-9,3.0,60.81
-1999,1,31,22,30,0,0,0,-1,-10,2.9000000000000004,54.92
-1999,1,31,23,30,0,0,0,-1,-11,2.7,55.28
-1999,2,1,0,30,0,0,0,-2,-12,2.7,53.34
-1999,2,1,1,30,0,0,0,-2,-12,2.8000000000000003,56.09
-1999,2,1,2,30,0,0,0,-2,-12,3.0,55.03
-1999,2,1,3,30,0,0,0,-2,-12,3.3000000000000003,54.64
-1999,2,1,4,30,0,0,0,-2,-12,3.3000000000000003,53.86
-1999,2,1,5,30,0,0,0,-2,-13,3.4000000000000004,52.9
-1999,2,1,6,30,0,0,0,-2,-13,3.7,48.46
-1999,2,1,7,30,0,30,30,-1,-12,4.3,43.33
-1999,2,1,8,30,528,58,176,1,-11,5.2,43.21
-1999,2,1,9,30,385,139,280,3,-9,5.9,46.64
-1999,2,1,10,30,68,211,243,4,-8,6.2,44.95
-1999,2,1,11,30,19,199,209,4,-8,6.300000000000002,45.31
-1999,2,1,12,30,163,267,356,4,-8,6.300000000000002,49.47
-1999,2,1,13,30,640,146,471,3,-7,5.9,51.44
-1999,2,1,14,30,756,83,403,2,-7,5.0,57.42
-1999,2,1,15,30,418,100,224,1,-7,3.6,57.78
-1999,2,1,16,30,474,47,112,0,-7,2.2,65.9
-1999,2,1,17,30,0,0,0,-1,-8,1.6,73.16
-1999,2,1,18,30,0,0,0,-2,-8,1.4,70.9
-1999,2,1,19,30,0,0,0,-2,-8,1.5,68.76
-1999,2,1,20,30,0,0,0,-2,-9,1.7000000000000002,66.1
-1999,2,1,21,30,0,0,0,-2,-10,2.0,67.23
-1999,2,1,22,30,0,0,0,-3,-10,2.5,62.91
-1999,2,1,23,30,0,0,0,-3,-11,2.8000000000000003,59.28
-1999,2,2,0,30,0,0,0,-3,-12,2.9000000000000004,61.09
-1999,2,2,1,30,0,0,0,-4,-12,3.0,58.47
-1999,2,2,2,30,0,0,0,-4,-13,3.0,60.0
-1999,2,2,3,30,0,0,0,-5,-13,3.2,57.55
-1999,2,2,4,30,0,0,0,-5,-14,3.2,55.52
-1999,2,2,5,30,0,0,0,-4,-14,3.1,53.77
-1999,2,2,6,30,0,0,0,-4,-14,3.0,49.07
-1999,2,2,7,30,109,20,26,-2,-14,3.5,47.77
-1999,2,2,8,30,536,58,179,0,-13,4.3,43.02
-1999,2,2,9,30,769,65,350,1,-14,4.7,35.21
-1999,2,2,10,30,845,78,481,3,-14,4.9,33.1
-1999,2,2,11,30,972,92,615,4,-13,4.800000000000002,32.35
-1999,2,2,12,30,980,91,630,5,-12,4.800000000000002,32.97
-1999,2,2,13,30,968,85,581,5,-11,4.9,35.53
-1999,2,2,14,30,927,74,471,4,-10,4.5,40.86
-1999,2,2,15,30,448,98,233,2,-9,3.6,49.7
-1999,2,2,16,30,43,52,58,0,-9,3.4000000000000004,53.43
-1999,2,2,17,30,0,0,0,0,-10,4.2,53.52
-1999,2,2,18,30,0,0,0,0,-10,5.2,51.95
-1999,2,2,19,30,0,0,0,0,-10,6.2,50.38
-1999,2,2,20,30,0,0,0,0,-11,7.6,48.87000000000001
-1999,2,2,21,30,0,0,0,0,-11,9.1,47.62
-1999,2,2,22,30,0,0,0,0,-11,9.4,48.22
-1999,2,2,23,30,0,0,0,0,-11,9.0,50.11
-1999,2,3,0,30,0,0,0,0,-10,8.8,52.0
-1999,2,3,1,30,0,0,0,0,-10,8.700000000000001,53.18
-1999,2,3,2,30,0,0,0,0,-10,8.9,53.34
-1999,2,3,3,30,0,0,0,0,-10,8.9,53.15
-1999,2,3,4,30,0,0,0,0,-10,8.5,53.62000000000001
-1999,2,3,5,30,0,0,0,0,-10,7.800000000000002,53.95
-1999,2,3,6,30,0,0,0,0,-10,7.4,53.63
-1999,2,3,7,30,387,20,42,0,-10,7.800000000000002,48.66
-1999,2,3,8,30,771,47,223,1,-10,8.6,43.57
-1999,2,3,9,30,911,59,400,2,-11,8.9,41.49
-1999,2,3,10,30,690,120,452,2,-11,8.6,40.45
-1999,2,3,11,30,555,185,486,3,-12,8.3,37.23
-1999,2,3,12,30,537,196,494,4,-11,7.800000000000002,37.34
-1999,2,3,13,30,551,171,456,4,-11,7.0,37.53
-1999,2,3,14,30,543,139,373,3,-11,5.6000000000000005,41.34
-1999,2,3,15,30,869,50,315,1,-10,3.2,44.0
-1999,2,3,16,30,308,47,91,0,-9,1.1,56.52
-1999,2,3,17,30,0,0,0,-1,-10,0.4,61.07
-1999,2,3,18,30,0,0,0,-2,-10,0.7000000000000001,59.66
-1999,2,3,19,30,0,0,0,-2,-11,1.4,62.39
-1999,2,3,20,30,0,0,0,-3,-11,2.2,59.9
-1999,2,3,21,30,0,0,0,-3,-11,3.1,58.17
-1999,2,3,22,30,0,0,0,-2,-12,3.7,57.17
-1999,2,3,23,30,0,0,0,-2,-12,4.2,52.58
-1999,2,4,0,30,0,0,0,-2,-12,4.9,52.35
-1999,2,4,1,30,0,0,0,-2,-12,5.300000000000002,52.98
-1999,2,4,2,30,0,0,0,-2,-11,5.1000000000000005,56.16
-1999,2,4,3,30,0,0,0,-2,-10,4.7,60.98
-1999,2,4,4,30,0,0,0,-1,-9,4.4,64.98
-1999,2,4,5,30,0,0,0,-1,-8,4.1000000000000005,63.29
-1999,2,4,6,30,0,0,0,0,-8,4.2,61.18
-1999,2,4,7,30,0,19,19,1,-7,4.6000000000000005,59.27
-1999,2,4,8,30,758,44,221,3,-7,4.6000000000000005,54.38
-1999,2,4,9,30,892,56,393,6,-6,4.0,48.01
-1999,2,4,10,30,959,61,526,10,-4,3.7,43.86
-1999,2,4,11,30,990,63,604,12,-4,3.7,36.34
-1999,2,4,12,30,997,62,620,13,-3,3.5,34.93
-1999,2,4,13,30,979,61,571,13,-3,3.0,35.81
-1999,2,4,14,30,940,55,465,12,-2,2.1,40.91
-1999,2,4,15,30,440,103,239,9,0,1.5,60.57
-1999,2,4,16,30,267,51,90,6,-2,1.6,64.24
-1999,2,4,17,30,0,0,0,4,-3,1.8,68.45
-1999,2,4,18,30,0,0,0,3,-3,2.1,71.89
-1999,2,4,19,30,0,0,0,2,-3,2.2,76.66
-1999,2,4,20,30,0,0,0,1,-3,2.0,74.55
-1999,2,4,21,30,0,0,0,1,-4,2.0,70.01
-1999,2,4,22,30,0,0,0,1,-5,2.0,70.79
-1999,2,4,23,30,0,0,0,1,-5,2.1,64.11
-1999,2,5,0,30,0,0,0,1,-5,2.2,65.68
-1999,2,5,1,30,0,0,0,1,-5,2.3000000000000003,66.96000000000001
-1999,2,5,2,30,0,0,0,1,-5,2.3000000000000003,67.56
-1999,2,5,3,30,0,0,0,1,-5,2.4000000000000004,67.71000000000001
-1999,2,5,4,30,0,0,0,1,-5,2.5,72.93
-1999,2,5,5,30,0,0,0,0,-5,2.5,72.86
-1999,2,5,6,30,0,0,0,1,-5,2.9000000000000004,67.66
-1999,2,5,7,30,406,20,46,3,-4,3.9,65.88
-1999,2,5,8,30,759,45,225,6,-3,4.800000000000002,60.15
-1999,2,5,9,30,890,57,397,7,-3,5.2,55.47
-1999,2,5,10,30,0,118,118,8,-3,5.1000000000000005,49.47
-1999,2,5,11,30,975,69,606,9,-4,4.3,48.17
-1999,2,5,12,30,500,212,493,9,-4,3.4000000000000004,44.78
-1999,2,5,13,30,0,90,90,9,-4,2.5,48.47
-1999,2,5,14,30,0,70,70,8,-3,1.7000000000000002,52.39
-1999,2,5,15,30,368,114,230,6,-3,0.8,61.35
-1999,2,5,16,30,0,51,51,3,-2,0.30000000000000004,75.65
-1999,2,5,17,30,0,0,0,1,-4,0.2,73.68
-1999,2,5,18,30,0,0,0,0,-4,0.1,77.9
-1999,2,5,19,30,0,0,0,0,-4,0.0,82.86
-1999,2,5,20,30,0,0,0,0,-4,0.2,81.2
-1999,2,5,21,30,0,0,0,-1,-5,0.5,84.85000000000002
-1999,2,5,22,30,0,0,0,-1,-5,0.8,82.19
-1999,2,5,23,30,0,0,0,-1,-6,0.9,79.78
-1999,2,6,0,30,0,0,0,-1,-6,1.1,83.46000000000002
-1999,2,6,1,30,0,0,0,-1,-6,1.2000000000000002,81.01
-1999,2,6,2,30,0,0,0,-2,-7,1.4,78.5
-1999,2,6,3,30,0,0,0,-2,-7,1.5,75.98
-1999,2,6,4,30,0,0,0,-2,-7,1.6,74.24
-1999,2,6,5,30,0,0,0,-2,-7,1.6,74.28
-1999,2,6,6,30,0,0,0,-1,-7,1.7000000000000002,69.11
-1999,2,6,7,30,198,23,36,0,-7,2.3000000000000003,62.5
-1999,2,6,8,30,36,92,101,3,-6,2.8000000000000003,57.9
-1999,2,6,9,30,307,159,278,5,-5,2.9000000000000004,52.84
-1999,2,6,10,30,362,210,389,6,-5,2.9000000000000004,48.39
-1999,2,6,11,30,394,239,458,7,-6,2.5,47.71
-1999,2,6,12,30,980,73,629,7,-6,2.3000000000000003,43.92
-1999,2,6,13,30,970,69,583,7,-6,2.2,43.31
-1999,2,6,14,30,930,64,477,7,-6,2.0,45.66
-1999,2,6,15,30,454,105,249,5,-6,1.3,53.08
-1999,2,6,16,30,123,59,78,2,-5,0.8,67.96000000000001
-1999,2,6,17,30,0,0,0,0,-6,0.7000000000000001,64.59
-1999,2,6,18,30,0,0,0,0,-6,0.8,64.08
-1999,2,6,19,30,0,0,0,0,-7,1.1,63.7
-1999,2,6,20,30,0,0,0,0,-7,1.4,62.46
-1999,2,6,21,30,0,0,0,0,-7,1.7000000000000002,61.1
-1999,2,6,22,30,0,0,0,0,-7,2.0,63.97
-1999,2,6,23,30,0,0,0,0,-8,2.5,62.98
-1999,2,7,0,30,0,0,0,0,-7,3.1,63.66
-1999,2,7,1,30,0,0,0,0,-7,3.5,60.37000000000001
-1999,2,7,2,30,0,0,0,0,-7,3.5,61.67
-1999,2,7,3,30,0,0,0,0,-7,3.3000000000000003,62.77
-1999,2,7,4,30,0,0,0,0,-6,2.9000000000000004,64.04
-1999,2,7,5,30,0,0,0,0,-6,2.3000000000000003,64.93
-1999,2,7,6,30,0,0,0,0,-6,1.9,61.33
-1999,2,7,7,30,178,24,37,2,-6,2.2,59.43
-1999,2,7,8,30,454,74,185,5,-5,2.6,55.15
-1999,2,7,9,30,610,105,343,8,-4,2.5,49.95
-1999,2,7,10,30,957,61,537,11,-4,2.3000000000000003,42.29
-1999,2,7,11,30,984,63,614,12,-3,2.5,40.24
-1999,2,7,12,30,988,64,630,13,-3,3.0,38.27
-1999,2,7,13,30,465,209,458,13,-3,3.6,36.77
-1999,2,7,14,30,558,142,392,12,-2,3.6,40.23
-1999,2,7,15,30,497,101,260,10,-1,2.7,56.21
-1999,2,7,16,30,658,33,139,6,-1,1.9,69.71000000000001
-1999,2,7,17,30,0,0,0,4,-2,1.9,79.11
-1999,2,7,18,30,0,0,0,3,-2,2.1,83.25
-1999,2,7,19,30,0,0,0,2,-2,2.3000000000000003,81.3
-1999,2,7,20,30,0,0,0,2,-3,2.7,79.36
-1999,2,7,21,30,0,0,0,2,-3,3.0,76.97
-1999,2,7,22,30,0,0,0,2,-4,3.2,74.41
-1999,2,7,23,30,0,0,0,2,-4,3.5,72.4
-1999,2,8,0,30,0,0,0,2,-4,3.8,71.75
-1999,2,8,1,30,0,0,0,2,-4,4.1000000000000005,72.69
-1999,2,8,2,30,0,0,0,2,-4,4.3,74.38
-1999,2,8,3,30,0,0,0,1,-3,4.4,75.53
-1999,2,8,4,30,0,0,0,1,-3,4.3,75.7
-1999,2,8,5,30,0,0,0,1,-3,4.1000000000000005,75.43
-1999,2,8,6,30,0,0,0,2,-3,3.7,75.32000000000002
-1999,2,8,7,30,473,21,56,4,-3,3.7,67.04
-1999,2,8,8,30,793,43,239,7,-2,4.4,58.93
-1999,2,8,9,30,909,54,412,9,-2,5.0,51.49
-1999,2,8,10,30,964,60,544,11,-2,4.5,47.59
-1999,2,8,11,30,988,63,620,12,-2,3.7,43.62
-1999,2,8,12,30,990,64,635,12,-2,3.0,40.23
-1999,2,8,13,30,970,63,586,12,-2,2.4000000000000004,39.99
-1999,2,8,14,30,506,158,387,11,-2,1.8,43.09
-1999,2,8,15,30,483,104,261,9,-1,1.6,53.37000000000001
-1999,2,8,16,30,336,56,112,6,-1,2.4000000000000004,68.86
-1999,2,8,17,30,0,0,0,3,-1,2.5,81.83
-1999,2,8,18,30,0,0,0,1,-1,1.5,88.61
-1999,2,8,19,30,0,0,0,0,-1,0.6000000000000001,93.88
-1999,2,8,20,30,0,0,0,0,-2,0.6000000000000001,96.65
-1999,2,8,21,30,0,0,0,-1,-3,1.1,98.62
-1999,2,8,22,30,0,0,0,-1,-4,1.6,100.0
-1999,2,8,23,30,0,0,0,-1,-4,2.1,96.01
-1999,2,9,0,30,0,0,0,-1,-5,2.5,91.33
-1999,2,9,1,30,0,0,0,-1,-5,2.7,87.36
-1999,2,9,2,30,0,0,0,-1,-6,3.0,78.54
-1999,2,9,3,30,0,0,0,-1,-6,3.3000000000000003,76.63
-1999,2,9,4,30,0,0,0,-1,-6,3.5,74.59
-1999,2,9,5,30,0,0,0,-1,-7,3.7,73.45
-1999,2,9,6,30,0,0,0,0,-7,4.3,68.34
-1999,2,9,7,30,430,24,57,2,-6,4.7,63.22
-1999,2,9,8,30,792,45,244,6,-4,4.800000000000002,56.75
-1999,2,9,9,30,928,52,422,10,-3,5.1000000000000005,47.58
-1999,2,9,10,30,985,58,556,12,-3,5.300000000000002,39.58
-1999,2,9,11,30,1008,61,634,13,-3,5.2,35.89
-1999,2,9,12,30,1011,62,650,14,-4,5.2,32.43
-1999,2,9,13,30,997,60,602,13,-3,5.0,35.0
-1999,2,9,14,30,958,56,495,12,-3,4.5,38.94
-1999,2,9,15,30,870,50,337,10,-1,3.0,49.59
-1999,2,9,16,30,669,37,149,7,-1,1.9,65.13
-1999,2,9,17,30,0,0,0,5,-2,1.7000000000000002,67.21000000000001
-1999,2,9,18,30,0,0,0,4,-2,2.0,75.73
-1999,2,9,19,30,0,0,0,3,-3,2.4000000000000004,78.86
-1999,2,9,20,30,0,0,0,2,-3,3.0,76.58
-1999,2,9,21,30,0,0,0,2,-3,3.6,74.72
-1999,2,9,22,30,0,0,0,2,-4,4.0,73.54
-1999,2,9,23,30,0,0,0,2,-4,4.3,72.88
-1999,2,10,0,30,0,0,0,2,-4,4.3,72.7
-1999,2,10,1,30,0,0,0,2,-4,4.1000000000000005,73.28
-1999,2,10,2,30,0,0,0,2,-4,4.0,73.65
-1999,2,10,3,30,0,0,0,2,-4,3.9,73.39
-1999,2,10,4,30,0,0,0,2,-4,4.0,72.49
-1999,2,10,5,30,0,0,0,1,-4,4.1000000000000005,71.48
-1999,2,10,6,30,0,0,0,2,-4,4.5,70.56
-1999,2,10,7,30,510,22,64,5,-4,5.2,59.17
-1999,2,10,8,30,817,42,251,8,-3,7.300000000000002,51.52
-1999,2,10,9,30,929,53,427,11,-4,10.2,39.66
-1999,2,10,10,30,976,60,558,12,-4,11.7,34.63
-1999,2,10,11,30,982,69,632,13,-4,11.7,34.03
-1999,2,10,12,30,962,78,642,13,-3,11.1,35.9
-1999,2,10,13,30,933,81,592,12,-3,9.6,37.71
-1999,2,10,14,30,521,158,399,11,-4,7.300000000000002,38.16
-1999,2,10,15,30,465,111,266,8,-5,4.2,43.79
-1999,2,10,16,30,0,35,35,5,-5,1.6,58.53
-1999,2,10,17,30,0,0,0,2,-6,1.3,63.9
-1999,2,10,18,30,0,0,0,0,-6,3.9,64.39
-1999,2,10,19,30,0,0,0,-2,-7,7.5,78.3
-1999,2,10,20,30,0,0,0,-4,-8,8.5,80.03
-1999,2,10,21,30,0,0,0,-5,-10,7.9,73.88
-1999,2,10,22,30,0,0,0,-6,-12,7.7,71.62
-1999,2,10,23,30,0,0,0,-7,-13,7.5,70.99
-1999,2,11,0,30,0,0,0,-7,-13,7.1000000000000005,67.53
-1999,2,11,1,30,0,0,0,-7,-14,6.7,70.87
-1999,2,11,2,30,0,0,0,-7,-14,6.5,67.68
-1999,2,11,3,30,0,0,0,-7,-15,6.300000000000002,62.37000000000001
-1999,2,11,4,30,0,0,0,-8,-17,6.2,54.8
-1999,2,11,5,30,0,0,0,-8,-19,6.1000000000000005,51.12000000000001
-1999,2,11,6,30,0,0,0,-9,-20,6.1000000000000005,44.22
-1999,2,11,7,30,0,5,5,-8,-21,6.6000000000000005,37.51
-1999,2,11,8,30,857,52,275,-7,-22,6.800000000000002,33.06
-1999,2,11,9,30,974,68,464,-6,-22,6.7,30.08
-1999,2,11,10,30,1025,79,607,-5,-22,6.6000000000000005,28.01
-1999,2,11,11,30,1044,88,691,-5,-22,6.7,28.52
-1999,2,11,12,30,1041,93,707,-5,-22,6.800000000000002,28.96
-1999,2,11,13,30,1018,92,655,-5,-21,6.800000000000002,29.95
-1999,2,11,14,30,976,83,539,-5,-21,6.5,31.4
-1999,2,11,15,30,896,68,371,-5,-20,5.800000000000002,32.25
-1999,2,11,16,30,713,45,170,-7,-20,4.800000000000002,38.13
-1999,2,11,17,30,0,0,0,-8,-20,4.1000000000000005,42.6
-1999,2,11,18,30,0,0,0,-8,-20,4.0,47.18
-1999,2,11,19,30,0,0,0,-9,-20,3.9,47.35
-1999,2,11,20,30,0,0,0,-8,-20,3.8,47.46
-1999,2,11,21,30,0,0,0,-8,-20,4.0,47.31
-1999,2,11,22,30,0,0,0,-8,-20,4.2,43.48
-1999,2,11,23,30,0,0,0,-7,-20,4.4,43.64
-1999,2,12,0,30,0,0,0,-7,-20,4.4,40.27
-1999,2,12,1,30,0,0,0,-7,-19,4.2,40.82
-1999,2,12,2,30,0,0,0,-6,-19,4.2,42.3
-1999,2,12,3,30,0,0,0,-6,-19,4.4,40.16
-1999,2,12,4,30,0,0,0,-5,-18,4.4,40.88
-1999,2,12,5,30,0,0,0,-5,-18,4.3,38.36
-1999,2,12,6,30,0,0,0,-4,-18,4.5,36.35
-1999,2,12,7,30,379,29,63,-1,-16,4.800000000000002,35.89
-1999,2,12,8,30,609,61,222,1,-15,4.7,32.46
-1999,2,12,9,30,760,77,389,3,-13,4.800000000000002,33.47
-1999,2,12,10,30,747,117,505,5,-11,4.800000000000002,33.85
-1999,2,12,11,30,842,109,600,6,-10,4.7,34.46
-1999,2,12,12,30,781,135,600,7,-9,4.5,34.18
-1999,2,12,13,30,981,87,633,8,-8,4.0,36.07
-1999,2,12,14,30,744,100,451,7,-8,3.0,40.6
-1999,2,12,15,30,658,78,303,4,-6,1.6,53.91
-1999,2,12,16,30,514,45,138,1,-5,0.6000000000000001,65.98
-1999,2,12,17,30,0,0,0,0,-8,0.30000000000000004,63.17
-1999,2,12,18,30,0,0,0,0,-8,0.6000000000000001,59.62000000000001
-1999,2,12,19,30,0,0,0,-1,-9,1.4,61.83
-1999,2,12,20,30,0,0,0,-1,-9,2.2,64.36
-1999,2,12,21,30,0,0,0,-2,-10,2.6,62.11
-1999,2,12,22,30,0,0,0,-2,-10,2.8000000000000003,58.83
-1999,2,12,23,30,0,0,0,-2,-11,2.7,54.66
-1999,2,13,0,30,0,0,0,-1,-12,2.4000000000000004,51.17
-1999,2,13,1,30,0,0,0,-1,-12,2.1,49.61
-1999,2,13,2,30,0,0,0,-1,-13,2.0,48.67
-1999,2,13,3,30,0,0,0,-1,-13,2.0,47.71
-1999,2,13,4,30,0,0,0,-1,-13,2.1,46.0
-1999,2,13,5,30,0,0,0,-1,-14,2.3000000000000003,44.21
-1999,2,13,6,30,0,0,0,0,-14,2.5,39.64
-1999,2,13,7,30,587,26,81,2,-13,3.0,35.33
-1999,2,13,8,30,877,50,286,5,-11,3.2,33.71
-1999,2,13,9,30,985,65,474,9,-9,2.5,29.31
-1999,2,13,10,30,1035,74,617,12,-9,1.8,24.66
-1999,2,13,11,30,1057,79,700,13,-10,1.7000000000000002,21.83
-1999,2,13,12,30,1059,81,716,14,-10,1.7000000000000002,20.27
-1999,2,13,13,30,1043,78,664,14,-9,1.5,20.5
-1999,2,13,14,30,1005,71,549,13,-8,0.9,24.63
-1999,2,13,15,30,930,59,382,10,-2,0.6000000000000001,48.2
-1999,2,13,16,30,760,41,181,7,-5,0.7000000000000001,48.17
-1999,2,13,17,30,0,0,0,4,-9,1.1,44.77
-1999,2,13,18,30,0,0,0,2,-9,1.5,47.1
-1999,2,13,19,30,0,0,0,0,-9,1.8,50.98
-1999,2,13,20,30,0,0,0,0,-10,2.0,51.86
-1999,2,13,21,30,0,0,0,0,-11,2.0,46.98
-1999,2,13,22,30,0,0,0,0,-13,2.0,39.22
-1999,2,13,23,30,0,0,0,0,-14,2.0,35.73000000000001
-1999,2,14,0,30,0,0,0,0,-15,2.1,33.62
-1999,2,14,1,30,0,0,0,0,-15,2.1,33.160000000000004
-1999,2,14,2,30,0,0,0,0,-14,2.1,34.31
-1999,2,14,3,30,0,0,0,0,-14,2.1,38.64
-1999,2,14,4,30,0,0,0,0,-13,2.1,40.0
-1999,2,14,5,30,0,0,0,0,-13,2.1,39.98
-1999,2,14,6,30,0,0,0,0,-14,2.2,36.56
-1999,2,14,7,30,594,27,84,4,-11,2.8000000000000003,34.88
-1999,2,14,8,30,860,52,286,9,-9,3.6,32.32
-1999,2,14,9,30,857,60,420,12,-8,3.9,28.01
-1999,2,14,10,30,778,112,523,14,-9,3.8,23.32
-1999,2,14,11,30,292,281,455,14,-9,4.1000000000000005,20.49
-1999,2,14,12,30,901,101,646,13,-9,4.7,22.85
-1999,2,14,13,30,873,96,590,12,-8,4.9,26.66
-1999,2,14,14,30,173,225,309,10,-6,4.5,34.9
-1999,2,14,15,30,248,147,234,8,-5,3.6,42.68
-1999,2,14,16,30,667,35,161,5,-5,2.8000000000000003,54.46
-1999,2,14,17,30,0,0,0,3,-5,2.4000000000000004,65.4
-1999,2,14,18,30,0,0,0,1,-6,2.5,61.7
-1999,2,14,19,30,0,0,0,0,-7,3.1,61.89
-1999,2,14,20,30,0,0,0,0,-8,3.7,57.0
-1999,2,14,21,30,0,0,0,0,-9,3.8,51.81
-1999,2,14,22,30,0,0,0,0,-10,3.6,48.29
-1999,2,14,23,30,0,0,0,0,-11,3.1,50.01
-1999,2,15,0,30,0,0,0,0,-11,2.7,48.76
-1999,2,15,1,30,0,0,0,-1,-11,2.4000000000000004,51.46
-1999,2,15,2,30,0,0,0,-1,-11,2.1,50.73
-1999,2,15,3,30,0,0,0,-1,-11,1.9,54.01
-1999,2,15,4,30,0,0,0,-1,-11,1.8,53.89
-1999,2,15,5,30,0,0,0,-1,-11,1.5,50.66
-1999,2,15,6,30,0,0,0,0,-11,0.9,48.58
-1999,2,15,7,30,240,42,66,1,-8,0.9,51.68
-1999,2,15,8,30,591,95,259,2,-7,2.3000000000000003,55.83
-1999,2,15,9,30,550,132,366,2,-7,3.7,58.01
-1999,2,15,10,30,266,249,392,2,-6,4.1000000000000005,63.67
-1999,2,15,11,30,82,284,333,1,-5,4.0,68.15
-1999,2,15,12,30,20,225,238,1,-4,3.3000000000000003,69.32000000000001
-1999,2,15,13,30,495,216,498,1,-5,2.6,68.82000000000001
-1999,2,15,14,30,670,126,450,1,-5,1.8,67.65
-1999,2,15,15,30,422,126,276,0,-5,1.1,65.73
-1999,2,15,16,30,458,74,163,0,-5,0.6000000000000001,75.10000000000002
-1999,2,15,17,30,0,0,0,-1,-6,0.4,76.36
-1999,2,15,18,30,0,0,0,-2,-6,0.30000000000000004,80.33
-1999,2,15,19,30,0,0,0,-3,-7,0.5,84.60000000000002
-1999,2,15,20,30,0,0,0,-3,-7,0.6000000000000001,82.03
-1999,2,15,21,30,0,0,0,-3,-8,0.6000000000000001,85.4
-1999,2,15,22,30,0,0,0,-4,-8,0.6000000000000001,82.05
-1999,2,15,23,30,0,0,0,-4,-9,0.7000000000000001,84.86
-1999,2,16,0,30,0,0,0,-5,-9,1.0,80.72
-1999,2,16,1,30,0,0,0,-5,-10,1.5,76.46000000000002
-1999,2,16,2,30,0,0,0,-5,-11,2.1,77.35000000000002
-1999,2,16,3,30,0,0,0,-5,-12,2.5,72.31
-1999,2,16,4,30,0,0,0,-5,-12,2.8000000000000003,62.3
-1999,2,16,5,30,0,0,0,-5,-13,2.9000000000000004,58.84
-1999,2,16,6,30,0,0,0,-4,-13,3.3000000000000003,53.34
-1999,2,16,7,30,549,28,86,-1,-13,3.7,45.23
-1999,2,16,8,30,818,50,280,1,-12,3.7,37.55
-1999,2,16,9,30,633,113,385,4,-13,3.7,30.92
-1999,2,16,10,30,0,43,43,5,-13,3.7,28.11
-1999,2,16,11,30,0,114,114,6,-13,3.7,28.81
-1999,2,16,12,30,31,252,272,6,-12,3.7,30.65
-1999,2,16,13,30,9,178,183,5,-11,3.6,33.51
-1999,2,16,14,30,0,48,48,4,-9,2.9000000000000004,40.96
-1999,2,16,15,30,7,125,128,3,-7,1.8,55.41
-1999,2,16,16,30,665,44,175,1,-7,1.2000000000000002,58.35
-1999,2,16,17,30,0,0,0,0,-7,0.9,60.6
-1999,2,16,18,30,0,0,0,0,-8,0.9,61.73
-1999,2,16,19,30,0,0,0,0,-9,1.1,58.11
-1999,2,16,20,30,0,0,0,0,-9,1.4,59.14
-1999,2,16,21,30,0,0,0,-1,-10,1.7000000000000002,56.69
-1999,2,16,22,30,0,0,0,-1,-10,1.8,58.49
-1999,2,16,23,30,0,0,0,-2,-11,1.8,56.42
-1999,2,17,0,30,0,0,0,-2,-11,1.9,54.8
-1999,2,17,1,30,0,0,0,-2,-11,1.7000000000000002,58.47
-1999,2,17,2,30,0,0,0,-3,-11,1.5,58.13
-1999,2,17,3,30,0,0,0,-3,-11,1.5,57.99
-1999,2,17,4,30,0,0,0,-3,-11,1.6,58.15
-1999,2,17,5,30,0,0,0,-3,-11,1.8,59.21
-1999,2,17,6,30,0,0,0,-2,-11,2.3000000000000003,55.24
-1999,2,17,7,30,318,38,73,0,-11,3.2,45.89
-1999,2,17,8,30,580,73,239,2,-10,3.4000000000000004,45.28
-1999,2,17,9,30,449,160,355,4,-9,3.2,43.85
-1999,2,17,10,30,173,264,358,6,-7,3.3000000000000003,45.56
-1999,2,17,11,30,96,295,353,7,-6,3.8,42.9
-1999,2,17,12,30,25,242,258,8,-5,4.6000000000000005,42.09
-1999,2,17,13,30,617,187,546,8,-5,5.5,43.94
-1999,2,17,14,30,524,172,431,7,-4,6.0,48.63
-1999,2,17,15,30,461,124,292,5,-4,5.300000000000002,56.71
-1999,2,17,16,30,0,4,4,3,-4,4.1000000000000005,67.27
-1999,2,17,17,30,0,0,0,1,-5,3.6,68.15
-1999,2,17,18,30,0,0,0,0,-6,3.3000000000000003,66.55
-1999,2,17,19,30,0,0,0,0,-7,3.1,65.51
-1999,2,17,20,30,0,0,0,0,-8,4.2,64.24
-1999,2,17,21,30,0,0,0,0,-10,5.9,56.09
-1999,2,17,22,30,0,0,0,-1,-11,6.7,50.93
-1999,2,17,23,30,0,0,0,-1,-12,6.9,52.82
-1999,2,18,0,30,0,0,0,-2,-12,6.6000000000000005,51.67
-1999,2,18,1,30,0,0,0,-2,-12,6.1000000000000005,54.78
-1999,2,18,2,30,0,0,0,-3,-12,5.5,54.28
-1999,2,18,3,30,0,0,0,-3,-12,4.7,54.27
-1999,2,18,4,30,0,0,0,-4,-12,3.9,58.83
-1999,2,18,5,30,0,0,0,-4,-12,3.3000000000000003,58.95
-1999,2,18,6,30,0,0,0,-3,-12,3.5,58.78
-1999,2,18,7,30,111,43,55,-2,-12,4.7,50.9
-1999,2,18,8,30,817,54,292,0,-13,5.5,42.07
-1999,2,18,9,30,929,66,473,0,-13,5.5,37.09
-1999,2,18,10,30,985,71,611,1,-14,5.1000000000000005,33.55
-1999,2,18,11,30,1011,74,691,2,-14,4.7,33.35
-1999,2,18,12,30,1013,74,706,3,-14,4.4,31.3
-1999,2,18,13,30,457,235,503,4,-13,4.1000000000000005,32.04
-1999,2,18,14,30,198,235,333,3,-13,3.6,33.51
-1999,2,18,15,30,254,155,249,2,-12,2.2,38.55
-1999,2,18,16,30,0,32,32,0,-10,0.8,50.34
-1999,2,18,17,30,0,2,2,-1,-10,0.4,57.13
-1999,2,18,18,30,0,0,0,-1,-10,0.7000000000000001,56.99
-1999,2,18,19,30,0,0,0,0,-9,1.3,59.63
-1999,2,18,20,30,0,0,0,0,-9,2.1,59.24
-1999,2,18,21,30,0,0,0,0,-9,2.7,59.5
-1999,2,18,22,30,0,0,0,-1,-9,3.1,60.15
-1999,2,18,23,30,0,0,0,-1,-9,3.5,61.45
-1999,2,19,0,30,0,0,0,-1,-9,3.8,62.5
-1999,2,19,1,30,0,0,0,-1,-8,3.9,64.39
-1999,2,19,2,30,0,0,0,0,-8,3.8,67.31
-1999,2,19,3,30,0,0,0,0,-7,3.6,65.6
-1999,2,19,4,30,0,0,0,0,-6,3.5,68.83
-1999,2,19,5,30,0,0,0,0,-6,3.4000000000000004,70.24
-1999,2,19,6,30,0,0,0,0,-6,3.6,66.22
-1999,2,19,7,30,0,5,5,3,-5,4.2,62.23
-1999,2,19,8,30,559,79,245,5,-4,4.9,56.66
-1999,2,19,9,30,565,136,387,6,-5,5.4,51.7
-1999,2,19,10,30,965,75,609,7,-6,5.7,47.66
-1999,2,19,11,30,1004,76,694,6,-7,6.300000000000002,42.3
-1999,2,19,12,30,1024,72,715,5,-9,6.9,40.06
-1999,2,19,13,30,585,199,544,4,-10,7.1000000000000005,39.27
-1999,2,19,14,30,543,168,441,3,-11,6.9,40.14
-1999,2,19,15,30,453,129,298,2,-11,6.1000000000000005,42.25
-1999,2,19,16,30,784,38,201,1,-11,4.4,46.4
-1999,2,19,17,30,304,11,18,0,-10,2.9000000000000004,57.27
-1999,2,19,18,30,0,0,0,-1,-9,2.4000000000000004,63.16
-1999,2,19,19,30,0,0,0,-2,-9,2.0,63.55
-1999,2,19,20,30,0,0,0,-3,-9,1.7000000000000002,68.35000000000001
-1999,2,19,21,30,0,0,0,-3,-10,1.5,67.25
-1999,2,19,22,30,0,0,0,-3,-10,1.4,70.59
-1999,2,19,23,30,0,0,0,-4,-10,1.4,68.47
-1999,2,20,0,30,0,0,0,-4,-11,1.4,66.71000000000001
-1999,2,20,1,30,0,0,0,-4,-11,1.5,65.1
-1999,2,20,2,30,0,0,0,-4,-11,1.7000000000000002,63.4
-1999,2,20,3,30,0,0,0,-4,-12,1.8,66.75
-1999,2,20,4,30,0,0,0,-5,-12,1.9,65.26
-1999,2,20,5,30,0,0,0,-5,-12,2.1,64.45
-1999,2,20,6,30,0,0,0,-4,-12,2.9000000000000004,58.5
-1999,2,20,7,30,607,30,105,-1,-13,3.5,49.11
-1999,2,20,8,30,854,50,306,0,-12,3.5,40.26
-1999,2,20,9,30,950,61,487,1,-12,3.6,38.37
-1999,2,20,10,30,998,69,625,2,-11,3.5,40.58
-1999,2,20,11,30,1015,75,705,3,-11,3.6,41.34
-1999,2,20,12,30,1017,77,721,3,-11,3.8,38.12
-1999,2,20,13,30,628,184,557,3,-11,4.0,40.33
-1999,2,20,14,30,967,69,560,2,-12,3.7,39.59
-1999,2,20,15,30,895,60,397,1,-12,3.1,39.09
-1999,2,20,16,30,730,45,200,-1,-11,2.0,51.79
-1999,2,20,17,30,234,13,19,-3,-11,1.2000000000000002,61.46
-1999,2,20,18,30,0,0,0,-4,-11,1.0,63.23
-1999,2,20,19,30,0,0,0,-4,-12,0.5,67.14
-1999,2,20,20,30,0,0,0,-5,-12,0.2,65.51
-1999,2,20,21,30,0,0,0,-5,-12,0.30000000000000004,63.52
-1999,2,20,22,30,0,0,0,-5,-13,0.6000000000000001,61.13
-1999,2,20,23,30,0,0,0,-5,-13,0.9,64.11
-1999,2,21,0,30,0,0,0,-5,-13,1.0,62.94000000000001
-1999,2,21,1,30,0,0,0,-6,-14,1.2000000000000002,61.79
-1999,2,21,2,30,0,0,0,-5,-14,1.4,60.33
-1999,2,21,3,30,0,0,0,-5,-14,1.6,55.7
-1999,2,21,4,30,0,0,0,-4,-14,2.0,55.32
-1999,2,21,5,30,0,0,0,-4,-14,2.3000000000000003,49.84
-1999,2,21,6,30,0,0,0,-3,-14,2.7,47.68
-1999,2,21,7,30,160,48,68,-1,-13,3.5,43.23
-1999,2,21,8,30,479,94,240,1,-12,4.2,42.18
-1999,2,21,9,30,634,121,408,3,-10,4.4,40.74
-1999,2,21,10,30,574,186,509,5,-9,4.5,43.04
-1999,2,21,11,30,581,219,583,6,-8,4.6000000000000005,42.67
-1999,2,21,12,30,986,76,705,7,-7,4.7,38.55
-1999,2,21,13,30,973,73,656,8,-7,4.5,38.0
-1999,2,21,14,30,167,244,329,9,-6,3.9,40.66
-1999,2,21,15,30,9,134,138,7,-5,2.9000000000000004,50.76
-1999,2,21,16,30,241,81,133,4,-3,2.3000000000000003,69.76
-1999,2,21,17,30,0,13,13,1,-5,2.7,67.54
-1999,2,21,18,30,0,0,0,1,-5,3.0,66.69
-1999,2,21,19,30,0,0,0,0,-5,3.0,72.26
-1999,2,21,20,30,0,0,0,0,-5,3.2,71.37
-1999,2,21,21,30,0,0,0,0,-5,3.4000000000000004,72.26
-1999,2,21,22,30,0,0,0,1,-4,3.3000000000000003,75.2
-1999,2,21,23,30,0,0,0,0,-4,3.1,76.28
-1999,2,22,0,30,0,0,0,0,-4,2.8000000000000003,75.68
-1999,2,22,1,30,0,0,0,0,-5,3.0,77.53
-1999,2,22,2,30,0,0,0,0,-7,4.4,67.27
-1999,2,22,3,30,0,0,0,-1,-9,5.5,59.56
-1999,2,22,4,30,0,0,0,-2,-11,6.2,55.6
-1999,2,22,5,30,0,0,0,-3,-13,7.2,52.75
-1999,2,22,6,30,0,0,0,-3,-14,8.3,46.76
-1999,2,22,7,30,652,30,117,-2,-15,9.3,42.13
-1999,2,22,8,30,34,121,132,-1,-16,10.3,36.86
-1999,2,22,9,30,970,60,504,0,-16,10.7,34.14
-1999,2,22,10,30,412,240,474,0,-16,10.1,32.33
-1999,2,22,11,30,476,252,552,0,-15,9.4,33.56
-1999,2,22,12,30,44,283,311,0,-15,9.1,32.4
-1999,2,22,13,30,539,218,544,0,-15,9.0,33.33
-1999,2,22,14,30,22,196,208,0,-14,8.700000000000001,36.64
-1999,2,22,15,30,432,139,305,0,-14,8.3,37.13
-1999,2,22,16,30,796,40,215,-1,-14,7.300000000000002,43.41
-1999,2,22,17,30,356,13,25,-2,-14,6.2,47.75
-1999,2,22,18,30,0,0,0,-3,-14,5.300000000000002,48.03
-1999,2,22,19,30,0,0,0,-4,-14,4.7,51.4
-1999,2,22,20,30,0,0,0,-4,-14,4.5,50.8
-1999,2,22,21,30,0,0,0,-4,-14,4.5,50.84
-1999,2,22,22,30,0,0,0,-3,-14,4.6000000000000005,52.37000000000001
-1999,2,22,23,30,0,0,0,-3,-13,4.800000000000002,51.16
-1999,2,23,0,30,0,0,0,-3,-12,5.0,53.91
-1999,2,23,1,30,0,0,0,-2,-12,5.0,56.36
-1999,2,23,2,30,0,0,0,-2,-11,4.800000000000002,58.16
-1999,2,23,3,30,0,0,0,-2,-11,4.7,54.87000000000001
-1999,2,23,4,30,0,0,0,-2,-11,4.5,55.32
-1999,2,23,5,30,0,0,0,-1,-11,4.3,55.7
-1999,2,23,6,30,0,0,0,0,-11,4.0,52.13
-1999,2,23,7,30,170,51,74,0,-10,3.8,50.16
-1999,2,23,8,30,688,63,280,2,-9,3.7,47.35
-1999,2,23,9,30,764,91,445,4,-9,3.5,42.97
-1999,2,23,10,30,493,213,495,6,-8,2.8000000000000003,41.49
-1999,2,23,11,30,1018,69,716,7,-8,1.8,39.35
-1999,2,23,12,30,1023,68,731,8,-8,1.0,37.1
-1999,2,23,13,30,1007,68,680,8,-8,0.5,35.01
-1999,2,23,14,30,475,196,444,8,-8,0.5,35.39
-1999,2,23,15,30,523,124,328,7,-7,0.30000000000000004,39.48
-1999,2,23,16,30,740,44,210,4,-5,0.2,59.31
-1999,2,23,17,30,0,25,25,2,-7,0.4,58.64
-1999,2,23,18,30,0,0,0,1,-7,0.8,59.14
-1999,2,23,19,30,0,0,0,1,-6,1.1,60.85
-1999,2,23,20,30,0,0,0,0,-6,1.2000000000000002,66.16
-1999,2,23,21,30,0,0,0,0,-6,1.2000000000000002,66.37
-1999,2,23,22,30,0,0,0,0,-6,1.5,65.86
-1999,2,23,23,30,0,0,0,0,-7,1.9,68.31
-1999,2,24,0,30,0,0,0,0,-7,2.5,69.66
-1999,2,24,1,30,0,0,0,-1,-8,3.2,68.06
-1999,2,24,2,30,0,0,0,0,-8,3.6,68.04
-1999,2,24,3,30,0,0,0,0,-7,3.7,63.77
-1999,2,24,4,30,0,0,0,0,-7,3.8,64.31
-1999,2,24,5,30,0,0,0,0,-7,3.9,64.28
-1999,2,24,6,30,0,0,0,0,-7,4.1000000000000005,59.56
-1999,2,24,7,30,0,42,42,2,-6,4.800000000000002,55.97
-1999,2,24,8,30,79,133,159,5,-6,5.4,50.29
-1999,2,24,9,30,0,101,101,8,-5,5.0,44.95
-1999,2,24,10,30,393,249,477,9,-5,4.1000000000000005,39.38
-1999,2,24,11,30,523,242,577,10,-5,3.3000000000000003,36.73
-1999,2,24,12,30,622,221,627,11,-5,2.8000000000000003,34.59
-1999,2,24,13,30,517,229,546,12,-5,2.4000000000000004,34.9
-1999,2,24,14,30,380,222,422,11,-5,2.0,35.39
-1999,2,24,15,30,251,169,268,10,-5,1.3,41.8
-1999,2,24,16,30,49,88,100,6,-2,0.9,63.05
-1999,2,24,17,30,0,13,13,3,-4,0.9,68.62
-1999,2,24,18,30,0,0,0,2,-5,0.8,69.03
-1999,2,24,19,30,0,0,0,1,-5,0.9,66.22
-1999,2,24,20,30,0,0,0,1,-6,1.3,63.22
-1999,2,24,21,30,0,0,0,1,-6,1.5,59.89
-1999,2,24,22,30,0,0,0,1,-7,1.6,60.9
-1999,2,24,23,30,0,0,0,1,-8,1.6,57.62000000000001
-1999,2,25,0,30,0,0,0,0,-8,1.5,54.83
-1999,2,25,1,30,0,0,0,0,-9,1.7000000000000002,52.74
-1999,2,25,2,30,0,0,0,0,-9,2.0,51.26
-1999,2,25,3,30,0,0,0,0,-10,2.2,54.28
-1999,2,25,4,30,0,0,0,0,-10,2.3000000000000003,57.82
-1999,2,25,5,30,0,0,0,0,-10,2.3000000000000003,57.08
-1999,2,25,6,30,0,0,0,1,-10,2.5,49.02
-1999,2,25,7,30,359,45,97,4,-9,3.2,43.97
-1999,2,25,8,30,642,74,283,8,-7,2.7,35.91000000000001
-1999,2,25,9,30,883,67,484,11,-7,1.8,29.67
-1999,2,25,10,30,883,96,610,12,-8,2.1,27.31
-1999,2,25,11,30,894,115,692,13,-8,2.8000000000000003,24.86
-1999,2,25,12,30,993,110,764,14,-8,3.5,24.1
-1999,2,25,13,30,995,100,714,14,-9,3.9,23.51
-1999,2,25,14,30,980,84,602,13,-9,3.8,23.26
-1999,2,25,15,30,299,166,285,12,-8,2.7,25.79
-1999,2,25,16,30,762,51,229,8,-5,1.6,44.6
-1999,2,25,17,30,324,18,32,5,-7,1.6,51.06
-1999,2,25,18,30,0,0,0,3,-8,2.1,53.26
-1999,2,25,19,30,0,0,0,2,-8,2.8000000000000003,52.68
-1999,2,25,20,30,0,0,0,1,-9,3.5,49.6
-1999,2,25,21,30,0,0,0,1,-10,3.6,45.68
-1999,2,25,22,30,0,0,0,1,-10,3.5,44.58
-1999,2,25,23,30,0,0,0,0,-10,3.4000000000000004,49.4
-1999,2,26,0,30,0,0,0,0,-9,3.2,51.3
-1999,2,26,1,30,0,0,0,0,-9,2.9000000000000004,52.26
-1999,2,26,2,30,0,0,0,0,-9,2.5,56.23
-1999,2,26,3,30,0,0,0,0,-9,2.2,55.91
-1999,2,26,4,30,0,0,0,0,-9,1.7000000000000002,59.8
-1999,2,26,5,30,0,0,0,-1,-9,1.4,59.52
-1999,2,26,6,30,0,0,0,0,-9,1.7000000000000002,51.84
-1999,2,26,7,30,534,46,127,3,-7,2.1,52.19
-1999,2,26,8,30,781,77,334,6,-7,2.2,42.13
-1999,2,26,9,30,889,98,523,7,-7,2.4000000000000004,40.56
-1999,2,26,10,30,937,116,666,8,-7,2.7,36.19
-1999,2,26,11,30,967,122,752,9,-8,3.0,31.91
-1999,2,26,12,30,967,127,768,9,-8,3.4000000000000004,31.05
-1999,2,26,13,30,968,115,718,9,-9,3.7,32.4
-1999,2,26,14,30,955,94,604,8,-9,3.7,34.02
-1999,2,26,15,30,763,73,380,7,-9,3.2,35.95
-1999,2,26,16,30,526,66,190,4,-9,2.2,42.85
-1999,2,26,17,30,325,18,34,1,-8,1.5,51.93
-1999,2,26,18,30,0,0,0,0,-9,1.2000000000000002,57.94
-1999,2,26,19,30,0,0,0,-1,-9,1.1,60.07
-1999,2,26,20,30,0,0,0,-2,-10,1.2000000000000002,62.06
-1999,2,26,21,30,0,0,0,-3,-10,1.3,64.43
-1999,2,26,22,30,0,0,0,-4,-11,1.6,66.5
-1999,2,26,23,30,0,0,0,-4,-11,2.3000000000000003,63.16
-1999,2,27,0,30,0,0,0,-4,-12,3.0,64.01
-1999,2,27,1,30,0,0,0,-5,-13,3.4000000000000004,59.97
-1999,2,27,2,30,0,0,0,-5,-14,3.5,56.54
-1999,2,27,3,30,0,0,0,-5,-14,3.6,58.16
-1999,2,27,4,30,0,0,0,-5,-15,3.8,56.01
-1999,2,27,5,30,0,0,0,-6,-15,4.0,54.41
-1999,2,27,6,30,0,0,0,-5,-15,4.7,49.3
-1999,2,27,7,30,294,52,98,-2,-16,5.300000000000002,37.89
-1999,2,27,8,30,912,52,357,0,-17,4.800000000000002,29.99
-1999,2,27,9,30,1000,61,545,2,-17,4.3,24.67
-1999,2,27,10,30,1040,67,683,3,-17,4.5,23.56
-1999,2,27,11,30,1055,70,761,5,-16,4.9,23.38
-1999,2,27,12,30,1051,72,773,6,-15,5.1000000000000005,23.97
-1999,2,27,13,30,1031,71,717,6,-14,5.0,25.03
-1999,2,27,14,30,988,68,600,6,-12,4.800000000000002,28.3
-1999,2,27,15,30,908,62,431,5,-11,3.7,34.230000000000004
-1999,2,27,16,30,743,50,228,3,-8,2.0,47.7
-1999,2,27,17,30,0,16,16,1,-7,1.2000000000000002,55.52
-1999,2,27,18,30,0,0,0,1,-8,1.6,58.46
-1999,2,27,19,30,0,0,0,0,-8,2.4000000000000004,57.0
-1999,2,27,20,30,0,0,0,0,-8,3.2,55.91
-1999,2,27,21,30,0,0,0,0,-8,3.6,59.12000000000001
-1999,2,27,22,30,0,0,0,0,-9,3.9,57.89
-1999,2,27,23,30,0,0,0,0,-9,4.1000000000000005,56.69
-1999,2,28,0,30,0,0,0,0,-9,4.2,55.99
-1999,2,28,1,30,0,0,0,0,-9,4.0,56.11
-1999,2,28,2,30,0,0,0,0,-9,3.8,57.39
-1999,2,28,3,30,0,0,0,0,-8,3.6,58.89
-1999,2,28,4,30,0,0,0,0,-8,3.6,60.12000000000001
-1999,2,28,5,30,0,0,0,0,-8,3.6,56.65
-1999,2,28,6,30,0,0,0,1,-8,3.8,53.64
-1999,2,28,7,30,569,43,135,4,-6,4.4,55.32
-1999,2,28,8,30,789,67,334,7,-6,4.9,47.4
-1999,2,28,9,30,895,68,505,9,-5,4.800000000000002,43.23
-1999,2,28,10,30,933,92,649,10,-5,4.3,41.6
-1999,2,28,11,30,953,98,727,11,-5,3.9,38.8
-1999,2,28,12,30,953,101,741,12,-5,3.8,35.59
-1999,2,28,13,30,942,95,691,12,-5,3.9,32.75
-1999,2,28,14,30,923,81,582,11,-5,4.1000000000000005,34.56
-1999,2,28,15,30,426,155,330,10,-5,3.7,37.1
-1999,2,28,16,30,372,86,177,7,-4,2.5,50.41
-1999,2,28,17,30,146,21,29,4,-3,1.8,64.71000000000001
-1999,2,28,18,30,0,0,0,2,-4,1.9,71.97
-1999,2,28,19,30,0,0,0,2,-4,2.1,69.46000000000001
-1999,2,28,20,30,0,0,0,1,-5,2.4000000000000004,66.31
-1999,2,28,21,30,0,0,0,1,-6,2.8000000000000003,62.79
-1999,2,28,22,30,0,0,0,1,-6,3.1,59.71
-1999,2,28,23,30,0,0,0,1,-7,3.2,57.48
-1999,3,1,0,30,0,0,0,1,-7,3.3000000000000003,56.35
-1999,3,1,1,30,0,0,0,1,-7,3.4000000000000004,56.53
-1999,3,1,2,30,0,0,0,1,-7,3.3000000000000003,56.96
-1999,3,1,3,30,0,0,0,1,-7,2.9000000000000004,57.04
-1999,3,1,4,30,0,0,0,1,-7,2.5,60.55
-1999,3,1,5,30,0,0,0,1,-8,2.2,54.8
-1999,3,1,6,30,0,0,0,2,-8,2.3000000000000003,50.13
-1999,3,1,7,30,516,49,135,5,-7,2.7,46.61
-1999,3,1,8,30,756,75,335,9,-5,3.2,39.27
-1999,3,1,9,30,241,227,346,12,-5,3.5,32.21
-1999,3,1,10,30,925,94,652,13,-6,3.7,28.9
-1999,3,1,11,30,79,321,374,14,-6,4.2,26.75
-1999,3,1,12,30,420,296,580,14,-6,5.0,27.07
-1999,3,1,13,30,933,100,694,13,-6,5.800000000000002,29.2
-1999,3,1,14,30,892,94,582,12,-6,6.1000000000000005,31.14
-1999,3,1,15,30,818,80,419,11,-6,5.6000000000000005,33.18
-1999,3,1,16,30,642,63,222,8,-5,3.9,42.82
-1999,3,1,17,30,134,24,32,6,-4,2.5,59.07
-1999,3,1,18,30,0,0,0,4,-3,2.0,68.73
-1999,3,1,19,30,0,0,0,3,-2,1.7000000000000002,77.73
-1999,3,1,20,30,0,0,0,3,-2,1.5,84.21000000000002
-1999,3,1,21,30,0,0,0,2,-2,1.5,82.25
-1999,3,1,22,30,0,0,0,1,-3,1.5,78.62
-1999,3,1,23,30,0,0,0,0,-4,1.4,79.11
-1999,3,2,0,30,0,0,0,0,-5,1.5,79.27
-1999,3,2,1,30,0,0,0,0,-6,1.4,79.33
-1999,3,2,2,30,0,0,0,-1,-7,1.2000000000000002,79.4
-1999,3,2,3,30,0,0,0,-2,-7,1.1,79.74
-1999,3,2,4,30,0,0,0,-3,-8,1.0,76.39
-1999,3,2,5,30,0,0,0,-4,-8,1.0,79.39
-1999,3,2,6,30,0,0,0,-3,-9,1.8,72.26
-1999,3,2,7,30,158,64,91,-1,-9,3.2,62.36
-1999,3,2,8,30,477,113,280,0,-10,4.2,54.28
-1999,3,2,9,30,51,214,239,1,-11,4.800000000000002,42.43
-1999,3,2,10,30,0,33,33,2,-12,5.1000000000000005,39.91
-1999,3,2,11,30,11,195,202,3,-12,5.2,36.24
-1999,3,2,12,30,8,172,178,4,-12,5.2,36.33
-1999,3,2,13,30,530,240,580,4,-12,5.0,34.05
-1999,3,2,14,30,611,169,506,4,-12,4.5,36.75
-1999,3,2,15,30,353,168,316,3,-12,3.7,40.03
-1999,3,2,16,30,434,78,188,1,-11,2.4000000000000004,44.71
-1999,3,2,17,30,0,13,13,0,-10,1.3,56.94
-1999,3,2,18,30,0,0,0,-1,-10,0.7000000000000001,58.56
-1999,3,2,19,30,0,0,0,-2,-11,0.5,56.82
-1999,3,2,20,30,0,0,0,-3,-11,0.9,59.95
-1999,3,2,21,30,0,0,0,-4,-11,1.3,62.81
-1999,3,2,22,30,0,0,0,-4,-12,1.7000000000000002,61.42
-1999,3,2,23,30,0,0,0,-4,-12,2.1,61.15
-1999,3,3,0,30,0,0,0,-4,-12,2.4000000000000004,60.93
-1999,3,3,1,30,0,0,0,-3,-12,2.8000000000000003,59.99
-1999,3,3,2,30,0,0,0,-3,-12,3.2,54.78
-1999,3,3,3,30,0,0,0,-3,-12,3.3000000000000003,55.22
-1999,3,3,4,30,0,0,0,-3,-12,3.2,57.0
-1999,3,3,5,30,0,0,0,-2,-11,3.1,55.18
-1999,3,3,6,30,0,0,0,-1,-10,3.6,50.53
-1999,3,3,7,30,572,49,150,2,-9,4.2,48.85
-1999,3,3,8,30,789,74,354,7,-7,4.4,41.68
-1999,3,3,9,30,891,88,536,10,-6,4.3,33.97
-1999,3,3,10,30,941,97,673,12,-7,3.7,29.28
-1999,3,3,11,30,961,102,752,13,-7,3.0,26.82
-1999,3,3,12,30,689,213,686,14,-7,2.8000000000000003,24.64
-1999,3,3,13,30,584,230,607,14,-7,2.8000000000000003,24.44
-1999,3,3,14,30,485,213,483,14,-7,2.8000000000000003,26.53
-1999,3,3,15,30,584,121,368,13,-6,2.0,30.51
-1999,3,3,16,30,387,85,184,10,-3,1.3,47.17
-1999,3,3,17,30,223,26,41,7,-4,1.4,50.47
-1999,3,3,18,30,0,0,0,5,-5,1.5,55.48
-1999,3,3,19,30,0,0,0,3,-5,1.6,63.47
-1999,3,3,20,30,0,0,0,2,-5,1.7000000000000002,66.07000000000001
-1999,3,3,21,30,0,0,0,2,-6,1.7000000000000002,62.65
-1999,3,3,22,30,0,0,0,1,-7,1.8,59.11
-1999,3,3,23,30,0,0,0,1,-7,1.8,56.03
-1999,3,4,0,30,0,0,0,1,-8,1.6,57.88
-1999,3,4,1,30,0,0,0,1,-8,1.0,56.91
-1999,3,4,2,30,0,0,0,0,-8,0.6000000000000001,58.33
-1999,3,4,3,30,0,0,0,0,-7,0.5,61.43
-1999,3,4,4,30,0,0,0,0,-7,0.4,67.9
-1999,3,4,5,30,0,0,0,0,-7,0.2,73.09
-1999,3,4,6,30,0,0,0,0,-7,0.4,63.06
-1999,3,4,7,30,325,60,119,2,-5,1.0,59.65
-1999,3,4,8,30,772,73,351,5,-5,1.4,53.0
-1999,3,4,9,30,885,83,533,8,-5,1.4,45.79
-1999,3,4,10,30,937,90,670,9,-5,1.7000000000000002,39.86
-1999,3,4,11,30,961,95,748,10,-5,1.9,37.17
-1999,3,4,12,30,15,224,235,11,-5,2.1,34.410000000000004
-1999,3,4,13,30,52,294,328,11,-5,2.3000000000000003,34.22
-1999,3,4,14,30,63,256,291,10,-5,2.0,36.85
-1999,3,4,15,30,547,133,366,9,-5,1.2000000000000002,40.76
-1999,3,4,16,30,678,50,226,6,-3,0.6000000000000001,56.69
-1999,3,4,17,30,196,29,43,4,-3,0.7000000000000001,69.4
-1999,3,4,18,30,0,0,0,3,-3,0.9,75.44
-1999,3,4,19,30,0,0,0,1,-3,1.9,76.62
-1999,3,4,20,30,0,0,0,0,-3,3.4000000000000004,82.86
-1999,3,4,21,30,0,0,0,0,-3,3.5,95.04
-1999,3,4,22,30,0,0,0,-1,-4,2.5,98.72
-1999,3,4,23,30,0,0,0,-2,-4,1.6,94.84
-1999,3,5,0,30,0,0,0,-3,-5,1.0,98.32
-1999,3,5,1,30,0,0,0,-3,-6,0.9,100.0
-1999,3,5,2,30,0,0,0,-4,-6,1.2000000000000002,94.94
-1999,3,5,3,30,0,0,0,-4,-7,1.6,97.34
-1999,3,5,4,30,0,0,0,-4,-7,1.9,92.74
-1999,3,5,5,30,0,0,0,-4,-8,2.1,82.19
-1999,3,5,6,30,0,0,0,-2,-9,2.8000000000000003,68.07000000000001
-1999,3,5,7,30,12,67,69,0,-8,3.6,59.94
-1999,3,5,8,30,0,100,100,1,-9,3.8,47.19
-1999,3,5,9,30,133,243,311,2,-11,3.6,41.92
-1999,3,5,10,30,41,268,294,3,-12,3.4000000000000004,36.12
-1999,3,5,11,30,18,244,257,4,-12,3.3000000000000003,34.43
-1999,3,5,12,30,192,359,493,4,-13,3.6,31.29
-1999,3,5,13,30,238,327,484,4,-13,4.0,33.24
-1999,3,5,14,30,243,268,406,3,-13,4.2,32.84
-1999,3,5,15,30,521,141,365,2,-13,4.0,34.68
-1999,3,5,16,30,552,68,214,0,-13,2.7,36.71
-1999,3,5,17,30,412,24,55,-2,-13,1.5,48.11
-1999,3,5,18,30,0,0,0,-4,-13,1.3,54.63
-1999,3,5,19,30,0,0,0,-5,-14,1.2000000000000002,56.34
-1999,3,5,20,30,0,0,0,-5,-14,1.1,58.67
-1999,3,5,21,30,0,0,0,-6,-14,1.3,57.2
-1999,3,5,22,30,0,0,0,-5,-14,1.7000000000000002,58.01
-1999,3,5,23,30,0,0,0,-5,-14,2.0,54.65
-1999,3,6,0,30,0,0,0,-5,-14,2.3000000000000003,54.67
-1999,3,6,1,30,0,0,0,-5,-14,2.3000000000000003,56.82
-1999,3,6,2,30,0,0,0,-5,-13,2.2,61.45
-1999,3,6,3,30,0,0,0,-5,-12,2.2,65.59
-1999,3,6,4,30,0,0,0,-5,-11,2.4000000000000004,68.14
-1999,3,6,5,30,0,0,0,-5,-11,2.7,69.60000000000001
-1999,3,6,6,30,0,0,0,-4,-11,3.0,65.48
-1999,3,6,7,30,0,19,19,-3,-10,3.5,62.9
-1999,3,6,8,30,18,137,143,-1,-10,3.7,56.53
-1999,3,6,9,30,365,220,410,1,-9,3.6,51.56
-1999,3,6,10,30,856,131,668,3,-8,3.5,47.67
-1999,3,6,11,30,906,126,751,5,-8,3.4000000000000004,43.21
-1999,3,6,12,30,927,118,768,6,-8,3.1,41.23
-1999,3,6,13,30,919,111,717,7,-7,2.8000000000000003,39.24
-1999,3,6,14,30,881,102,604,7,-7,2.8000000000000003,42.58
-1999,3,6,15,30,414,165,346,6,-7,3.0,45.72
-1999,3,6,16,30,668,66,244,3,-6,3.4000000000000004,56.53
-1999,3,6,17,30,295,29,52,0,-7,3.5,65.01
-1999,3,6,18,30,0,0,0,-1,-8,3.5,64.93
-1999,3,6,19,30,0,0,0,-2,-8,3.5,69.12
-1999,3,6,20,30,0,0,0,-2,-8,3.5,73.68
-1999,3,6,21,30,0,0,0,-3,-9,3.6,72.65
-1999,3,6,22,30,0,0,0,-3,-9,3.6,71.5
-1999,3,6,23,30,0,0,0,-3,-9,3.6,75.63
-1999,3,7,0,30,0,0,0,-3,-9,3.5,74.06
-1999,3,7,1,30,0,0,0,-3,-10,3.3000000000000003,72.79
-1999,3,7,2,30,0,0,0,-3,-10,3.3000000000000003,71.7
-1999,3,7,3,30,0,0,0,-3,-10,3.3000000000000003,65.77
-1999,3,7,4,30,0,0,0,-3,-10,3.5,65.6
-1999,3,7,5,30,0,0,0,-2,-10,3.7,65.54
-1999,3,7,6,30,0,0,0,-1,-10,4.1000000000000005,56.77
-1999,3,7,7,30,307,67,128,2,-9,4.3,49.76
-1999,3,7,8,30,846,65,383,5,-7,4.5,46.01
-1999,3,7,9,30,938,76,568,8,-6,4.9,39.56
-1999,3,7,10,30,984,82,705,11,-6,5.2,34.7
-1999,3,7,11,30,997,87,780,12,-6,5.7,32.49
-1999,3,7,12,30,987,92,788,13,-6,6.0,30.87
-1999,3,7,13,30,958,94,730,13,-6,6.1000000000000005,29.43
-1999,3,7,14,30,906,93,612,13,-6,6.300000000000002,31.7
-1999,3,7,15,30,365,177,338,11,-6,5.300000000000002,34.05
-1999,3,7,16,30,636,72,244,8,-3,3.6,48.99
-1999,3,7,17,30,127,31,42,5,-4,3.0,63.35
-1999,3,7,18,30,0,0,0,3,-4,3.1,69.24
-1999,3,7,19,30,0,0,0,2,-4,2.8000000000000003,72.98
-1999,3,7,20,30,0,0,0,2,-3,2.2,77.14
-1999,3,7,21,30,0,0,0,2,-2,1.5,80.64
-1999,3,7,22,30,0,0,0,1,-2,1.2000000000000002,83.13
-1999,3,7,23,30,0,0,0,1,-2,1.6,83.95
-1999,3,8,0,30,0,0,0,1,-2,2.6,82.01
-1999,3,8,1,30,0,0,0,0,-3,2.7,84.29
-1999,3,8,2,30,0,0,0,0,-3,1.7000000000000002,80.65
-1999,3,8,3,30,0,0,0,0,-4,1.3,83.07000000000002
-1999,3,8,4,30,0,0,0,0,-5,1.9,85.7
-1999,3,8,5,30,0,0,0,-1,-5,2.4000000000000004,83.46000000000002
-1999,3,8,6,30,0,0,0,0,-5,3.3000000000000003,75.87
-1999,3,8,7,30,500,65,167,0,-6,5.0,67.95
-1999,3,8,8,30,734,93,372,2,-7,6.1000000000000005,58.36
-1999,3,8,9,30,869,100,561,4,-8,6.5,49.8
-1999,3,8,10,30,940,103,703,5,-9,6.300000000000002,43.29
-1999,3,8,11,30,974,103,785,6,-9,5.9,38.55
-1999,3,8,12,30,986,100,801,6,-10,5.4,34.78
-1999,3,8,13,30,980,94,749,6,-10,4.9,33.93
-1999,3,8,14,30,953,84,634,6,-10,4.4,35.93
-1999,3,8,15,30,894,71,468,5,-10,3.6,38.43
-1999,3,8,16,30,762,55,265,3,-10,2.2,41.95
-1999,3,8,17,30,413,27,62,0,-8,0.9,54.77
-1999,3,8,18,30,0,0,0,0,-9,0.6000000000000001,61.01
-1999,3,8,19,30,0,0,0,-1,-9,0.8,63.48
-1999,3,8,20,30,0,0,0,-2,-10,1.0,67.1
-1999,3,8,21,30,0,0,0,-3,-10,1.2000000000000002,70.84
-1999,3,8,22,30,0,0,0,-4,-10,1.4,69.35000000000001
-1999,3,8,23,30,0,0,0,-4,-11,1.6,67.23
-1999,3,9,0,30,0,0,0,-4,-11,1.8,64.62
-1999,3,9,1,30,0,0,0,-4,-11,2.2,62.61
-1999,3,9,2,30,0,0,0,-3,-12,2.5,60.67
-1999,3,9,3,30,0,0,0,-3,-12,2.6,55.72
-1999,3,9,4,30,0,0,0,-2,-12,2.5,57.3
-1999,3,9,5,30,0,0,0,-2,-11,2.5,55.25
-1999,3,9,6,30,0,0,0,-1,-11,2.7,49.84
-1999,3,9,7,30,595,55,178,2,-10,2.6,46.45
-1999,3,9,8,30,804,75,385,5,-8,1.7000000000000002,41.54
-1999,3,9,9,30,680,141,505,8,-7,0.8,37.14
-1999,3,9,10,30,960,88,706,10,-7,0.6000000000000001,36.14
-1999,3,9,11,30,978,92,781,11,-6,1.2000000000000002,34.61
-1999,3,9,12,30,463,295,626,12,-6,1.9,32.82
-1999,3,9,13,30,373,311,562,12,-6,2.7,30.97
-1999,3,9,14,30,365,260,473,11,-6,3.4000000000000004,33.21
-1999,3,9,15,30,565,135,388,10,-6,3.3000000000000003,35.85
-1999,3,9,16,30,493,81,219,8,-4,2.4000000000000004,46.28
-1999,3,9,17,30,336,31,60,5,-4,2.0,64.29
-1999,3,9,18,30,0,0,0,3,-5,2.5,62.85
-1999,3,9,19,30,0,0,0,2,-5,2.6,65.44
-1999,3,9,20,30,0,0,0,1,-5,2.2,65.63
-1999,3,9,21,30,0,0,0,0,-5,1.9,70.23
-1999,3,9,22,30,0,0,0,0,-5,1.8,75.14
-1999,3,9,23,30,0,0,0,0,-6,1.7000000000000002,73.75
-1999,3,10,0,30,0,0,0,0,-6,1.6,76.72
-1999,3,10,1,30,0,0,0,-1,-7,1.6,73.64
-1999,3,10,2,30,0,0,0,-1,-7,1.7000000000000002,76.24
-1999,3,10,3,30,0,0,0,-2,-8,1.7000000000000002,73.41
-1999,3,10,4,30,0,0,0,-2,-8,1.8,71.25
-1999,3,10,5,30,0,0,0,-1,-8,1.8,65.14
-1999,3,10,6,30,0,0,0,0,-8,2.4000000000000004,56.68
-1999,3,10,7,30,393,66,150,2,-7,3.6,56.87000000000001
-1999,3,10,8,30,876,65,408,4,-8,4.3,44.7
-1999,3,10,9,30,962,75,594,6,-9,4.0,38.03
-1999,3,10,10,30,1001,82,731,7,-10,3.1,31.54
-1999,3,10,11,30,1011,88,805,8,-10,2.2,29.1
-1999,3,10,12,30,1004,91,814,9,-10,1.7000000000000002,27.17
-1999,3,10,13,30,981,91,756,10,-10,1.9,27.31
-1999,3,10,14,30,935,89,636,9,-10,2.9000000000000004,29.34
-1999,3,10,15,30,853,81,466,8,-10,3.9,31.93
-1999,3,10,16,30,699,66,264,6,-9,4.1000000000000005,38.9
-1999,3,10,17,30,340,33,64,3,-8,3.3000000000000003,49.71
-1999,3,10,18,30,0,0,0,1,-8,2.4000000000000004,52.99
-1999,3,10,19,30,0,0,0,0,-8,1.6,58.24
-1999,3,10,20,30,0,0,0,0,-8,1.3,63.06
-1999,3,10,21,30,0,0,0,-1,-8,1.3,66.22
-1999,3,10,22,30,0,0,0,-1,-8,1.3,71.77
-1999,3,10,23,30,0,0,0,-2,-8,1.3,77.77
-1999,3,11,0,30,0,0,0,-3,-8,1.4,85.54
-1999,3,11,1,30,0,0,0,-4,-7,1.5,87.19
-1999,3,11,2,30,0,0,0,-4,-7,1.7000000000000002,88.44
-1999,3,11,3,30,0,0,0,-4,-7,1.9,89.91
-1999,3,11,4,30,0,0,0,-3,-7,2.3000000000000003,91.41
-1999,3,11,5,30,0,0,0,-2,-6,2.9000000000000004,86.07000000000002
-1999,3,11,6,30,0,12,12,-1,-6,4.2,74.82000000000002
-1999,3,11,7,30,379,78,161,1,-6,5.9,67.05
-1999,3,11,8,30,499,139,337,3,-5,6.9,59.68
-1999,3,11,9,30,550,192,492,5,-6,7.1000000000000005,51.03
-1999,3,11,10,30,541,251,605,6,-6,7.2,46.3
-1999,3,11,11,30,526,293,668,7,-6,7.2,42.26
-1999,3,11,12,30,526,297,678,8,-6,7.1000000000000005,39.11
-1999,3,11,13,30,896,126,737,9,-6,7.1000000000000005,36.64
-1999,3,11,14,30,846,120,620,9,-6,7.1000000000000005,36.88
-1999,3,11,15,30,444,169,372,8,-6,6.9,39.93
-1999,3,11,16,30,269,111,188,5,-5,5.9,51.8
-1999,3,11,17,30,81,38,46,3,-5,4.6000000000000005,63.58
-1999,3,11,18,30,0,0,0,1,-4,3.6,69.35000000000001
-1999,3,11,19,30,0,0,0,0,-4,2.9000000000000004,80.18
-1999,3,11,20,30,0,0,0,0,-5,2.4000000000000004,85.63
-1999,3,11,21,30,0,0,0,-1,-5,2.2,91.34
-1999,3,11,22,30,0,0,0,-1,-5,2.0,90.88
-1999,3,11,23,30,0,0,0,-1,-5,1.8,90.34
-1999,3,12,0,30,0,0,0,-1,-5,1.3,89.4
-1999,3,12,1,30,0,0,0,-2,-5,0.9,87.75
-1999,3,12,2,30,0,0,0,-3,-6,0.8,91.87
-1999,3,12,3,30,0,0,0,-3,-6,0.9,89.05
-1999,3,12,4,30,0,0,0,-3,-7,0.9,92.42
-1999,3,12,5,30,0,0,0,-4,-7,1.3,88.76
-1999,3,12,6,30,0,6,6,-3,-7,2.5,79.61
-1999,3,12,7,30,94,88,109,-2,-8,3.9,79.05
-1999,3,12,8,30,92,175,213,-2,-8,4.7,72.59
-1999,3,12,9,30,0,92,92,-1,-8,5.2,71.24
-1999,3,12,10,30,6,157,162,-1,-8,5.4,65.34
-1999,3,12,11,30,0,36,36,-1,-8,5.2,65.85
-1999,3,12,12,30,5,137,141,-1,-8,4.800000000000002,66.42
-1999,3,12,13,30,9,175,181,-1,-8,4.5,65.94
-1999,3,12,14,30,15,205,215,-1,-8,4.5,70.59
-1999,3,12,15,30,26,178,190,-2,-8,4.5,70.92
-1999,3,12,16,30,0,87,87,-2,-8,4.1000000000000005,71.62
-1999,3,12,17,30,177,43,61,-3,-8,3.3000000000000003,76.9
-1999,3,12,18,30,0,0,0,-4,-8,2.8000000000000003,81.81
-1999,3,12,19,30,0,0,0,-4,-8,2.6,87.68
-1999,3,12,20,30,0,0,0,-4,-8,2.6,81.36
-1999,3,12,21,30,0,0,0,-4,-8,2.7,82.16
-1999,3,12,22,30,0,0,0,-4,-8,2.7,88.82000000000002
-1999,3,12,23,30,0,0,0,-4,-8,2.4000000000000004,88.13
-1999,3,13,0,30,0,0,0,-5,-8,1.9,86.52
-1999,3,13,1,30,0,0,0,-5,-9,1.6,83.86
-1999,3,13,2,30,0,0,0,-5,-9,1.6,87.27
-1999,3,13,3,30,0,0,0,-6,-10,1.6,83.67
-1999,3,13,4,30,0,0,0,-6,-10,1.8,79.19
-1999,3,13,5,30,0,0,0,-5,-11,2.2,68.94
-1999,3,13,6,30,0,19,19,-3,-12,3.0,56.48
-1999,3,13,7,30,580,66,199,0,-10,3.4000000000000004,50.96
-1999,3,13,8,30,797,87,411,2,-8,3.4000000000000004,51.19
-1999,3,13,9,30,910,94,600,5,-8,3.4000000000000004,45.89
-1999,3,13,10,30,970,96,739,6,-8,3.8,39.17
-1999,3,13,11,30,995,96,817,7,-8,4.1000000000000005,35.68
-1999,3,13,12,30,998,95,827,8,-8,4.1000000000000005,33.27
-1999,3,13,13,30,989,88,771,9,-8,4.0,33.76
-1999,3,13,14,30,965,78,655,9,-8,3.7,34.59
-1999,3,13,15,30,907,67,487,8,-8,2.9000000000000004,38.26
-1999,3,13,16,30,783,54,284,5,-5,1.6,52.04
-1999,3,13,17,30,469,29,78,2,-5,0.8,64.24
-1999,3,13,18,30,0,0,0,0,-8,1.0,57.22
-1999,3,13,19,30,0,0,0,0,-8,1.5,61.94000000000001
-1999,3,13,20,30,0,0,0,-1,-8,1.8,68.15
-1999,3,13,21,30,0,0,0,-1,-8,2.0,71.44
-1999,3,13,22,30,0,0,0,-1,-9,2.0,66.53
-1999,3,13,23,30,0,0,0,-1,-10,1.9,61.17
-1999,3,14,0,30,0,0,0,-1,-11,1.8,57.18
-1999,3,14,1,30,0,0,0,-1,-11,1.7000000000000002,54.65
-1999,3,14,2,30,0,0,0,-1,-12,1.7000000000000002,49.32
-1999,3,14,3,30,0,0,0,-1,-12,1.9,48.83
-1999,3,14,4,30,0,0,0,-1,-12,2.0,48.78
-1999,3,14,5,30,0,0,0,0,-12,2.2,48.42
-1999,3,14,6,30,271,15,26,1,-11,2.9000000000000004,43.42
-1999,3,14,7,30,732,45,217,5,-10,3.3000000000000003,37.63
-1999,3,14,8,30,888,60,427,9,-8,2.4000000000000004,31.93
-1999,3,14,9,30,961,70,609,12,-8,1.5,26.09
-1999,3,14,10,30,998,76,744,14,-7,1.2000000000000002,26.33
-1999,3,14,11,30,1015,80,820,15,-7,1.1,25.53
-1999,3,14,12,30,1015,81,830,16,-7,1.0,24.21
-1999,3,14,13,30,998,81,774,16,-6,0.9,22.76
-1999,3,14,14,30,962,77,657,16,-6,0.7000000000000001,22.83
-1999,3,14,15,30,85,208,248,15,-6,0.5,24.66
-1999,3,14,16,30,765,57,285,12,-3,0.5,39.04
-1999,3,14,17,30,446,31,79,8,-2,0.7000000000000001,52.56
-1999,3,14,18,30,0,0,0,6,-5,1.1,50.46
-1999,3,14,19,30,0,0,0,4,-5,1.5,56.86
-1999,3,14,20,30,0,0,0,3,-6,1.8,63.48
-1999,3,14,21,30,0,0,0,2,-6,1.9,60.95
-1999,3,14,22,30,0,0,0,2,-7,1.9,58.02
-1999,3,14,23,30,0,0,0,1,-7,2.0,55.12000000000001
-1999,3,15,0,30,0,0,0,1,-8,2.2,52.17
-1999,3,15,1,30,0,0,0,1,-9,2.3000000000000003,50.16
-1999,3,15,2,30,0,0,0,1,-9,2.4000000000000004,49.63
-1999,3,15,3,30,0,0,0,1,-9,2.4000000000000004,49.42
-1999,3,15,4,30,0,0,0,1,-9,2.4000000000000004,48.89
-1999,3,15,5,30,0,0,0,2,-9,2.3000000000000003,48.3
-1999,3,15,6,30,0,9,9,4,-9,2.2,43.05
-1999,3,15,7,30,0,73,73,8,-7,2.6,38.7
-1999,3,15,8,30,80,181,215,11,-5,3.0,34.37
-1999,3,15,9,30,361,247,452,14,-7,3.0,27.16
-1999,3,15,10,30,19,241,254,15,-9,2.9000000000000004,20.57
-1999,3,15,11,30,105,372,450,16,-9,2.7,18.23
-1999,3,15,12,30,540,304,705,17,-9,2.5,17.04
-1999,3,15,13,30,523,277,643,18,-9,2.4000000000000004,16.04
-1999,3,15,14,30,42,260,286,18,-9,2.3000000000000003,17.17
-1999,3,15,15,30,224,213,319,17,-9,1.7000000000000002,18.78
-1999,3,15,16,30,393,103,222,14,-2,1.0,38.36
-1999,3,15,17,30,165,42,60,11,-2,1.1,43.0
-1999,3,15,18,30,0,0,0,9,-5,1.4,40.68
-1999,3,15,19,30,0,0,0,8,-5,1.7000000000000002,43.83
-1999,3,15,20,30,0,0,0,6,-5,2.0,50.97
-1999,3,15,21,30,0,0,0,5,-5,2.5,51.9
-1999,3,15,22,30,0,0,0,5,-6,2.8000000000000003,51.91
-1999,3,15,23,30,0,0,0,4,-7,2.8000000000000003,49.42
-1999,3,16,0,30,0,0,0,4,-7,2.7,47.94
-1999,3,16,1,30,0,0,0,4,-8,2.6,50.87000000000001
-1999,3,16,2,30,0,0,0,3,-8,2.5,50.42
-1999,3,16,3,30,0,0,0,3,-8,2.4000000000000004,53.34
-1999,3,16,4,30,0,0,0,2,-8,2.3000000000000003,51.63
-1999,3,16,5,30,0,0,0,2,-9,2.1,49.5
-1999,3,16,6,30,223,20,31,5,-8,2.1,41.25
-1999,3,16,7,30,0,7,7,10,-6,2.6,35.33
-1999,3,16,8,30,841,81,437,14,-8,2.8000000000000003,24.05
-1999,3,16,9,30,638,169,534,15,-10,2.6,18.16
-1999,3,16,10,30,597,242,647,16,-11,2.7,16.35
-1999,3,16,11,30,594,281,720,17,-11,3.0,15.37
-1999,3,16,12,30,470,322,673,18,-11,3.3000000000000003,15.52
-1999,3,16,13,30,545,276,659,17,-10,3.6,15.79
-1999,3,16,14,30,491,232,531,17,-10,3.7,17.18
-1999,3,16,15,30,270,210,339,16,-10,3.5,18.96
-1999,3,16,16,30,315,114,211,12,-7,2.5,28.74
-1999,3,16,17,30,82,43,52,8,-4,1.7000000000000002,46.54
-1999,3,16,18,30,0,0,0,6,-5,1.7000000000000002,50.99
-1999,3,16,19,30,0,0,0,5,-5,1.7000000000000002,53.23
-1999,3,16,20,30,0,0,0,5,-6,1.8,55.27
-1999,3,16,21,30,0,0,0,4,-6,1.9,57.31
-1999,3,16,22,30,0,0,0,3,-6,1.9,55.34
-1999,3,16,23,30,0,0,0,2,-7,1.8,57.99
-1999,3,17,0,30,0,0,0,1,-7,1.5,57.66
-1999,3,17,1,30,0,0,0,0,-7,1.2000000000000002,57.6
-1999,3,17,2,30,0,0,0,0,-7,0.8,61.94000000000001
-1999,3,17,3,30,0,0,0,0,-7,0.6000000000000001,66.81
-1999,3,17,4,30,0,0,0,0,-7,0.7000000000000001,67.89
-1999,3,17,5,30,0,0,0,-1,-6,0.6000000000000001,74.71000000000002
-1999,3,17,6,30,247,21,34,0,-6,0.8,70.95
-1999,3,17,7,30,675,57,226,2,-6,1.3,60.12000000000001
-1999,3,17,8,30,834,77,434,4,-7,1.8,50.26
-1999,3,17,9,30,911,89,614,6,-7,2.6,43.54
-1999,3,17,10,30,951,97,747,8,-7,3.5,41.11
-1999,3,17,11,30,970,101,823,9,-7,4.2,38.6
-1999,3,17,12,30,973,102,833,10,-7,4.6000000000000005,35.92
-1999,3,17,13,30,960,98,778,10,-7,4.800000000000002,33.230000000000004
-1999,3,17,14,30,927,91,661,9,-7,4.7,35.160000000000004
-1999,3,17,15,30,863,81,493,8,-7,4.6000000000000005,37.09
-1999,3,17,16,30,738,64,292,6,-7,4.0,41.73
-1999,3,17,17,30,438,35,87,3,-7,2.7,52.35
-1999,3,17,18,30,0,0,0,1,-7,1.9,55.41
-1999,3,17,19,30,0,0,0,0,-8,1.8,56.82
-1999,3,17,20,30,0,0,0,0,-8,2.0,58.96
-1999,3,17,21,30,0,0,0,0,-9,2.3000000000000003,57.46
-1999,3,17,22,30,0,0,0,0,-9,2.7,61.02
-1999,3,17,23,30,0,0,0,-1,-9,3.0,59.99
-1999,3,18,0,30,0,0,0,-1,-10,3.3000000000000003,58.24
-1999,3,18,1,30,0,0,0,-1,-10,3.6,57.06
-1999,3,18,2,30,0,0,0,-1,-10,3.8,56.85
-1999,3,18,3,30,0,0,0,-1,-10,3.3000000000000003,57.28
-1999,3,18,4,30,0,0,0,-1,-10,2.7,57.55
-1999,3,18,5,30,0,0,0,0,-10,3.2,57.29
-1999,3,18,6,30,190,25,36,1,-9,3.9,48.42
-1999,3,18,7,30,392,83,183,5,-9,3.4000000000000004,43.9
-1999,3,18,8,30,308,181,315,8,-9,3.4000000000000004,35.36
-1999,3,18,9,30,294,269,440,10,-7,4.2,32.14
-1999,3,18,10,30,0,56,56,11,-6,4.6000000000000005,31.71
-1999,3,18,11,30,531,308,706,11,-6,4.6000000000000005,31.68
-1999,3,18,12,30,504,321,703,11,-7,4.6000000000000005,33.02
-1999,3,18,13,30,463,295,625,10,-7,4.800000000000002,34.480000000000004
-1999,3,18,14,30,147,305,396,9,-7,4.800000000000002,37.03
-1999,3,18,15,30,396,192,382,7,-7,4.3,40.89
-1999,3,18,16,30,361,112,224,6,-6,3.6,49.08
-1999,3,18,17,30,218,44,70,4,-5,2.7,60.59
-1999,3,18,18,30,0,0,0,2,-4,2.0,70.01
-1999,3,18,19,30,0,0,0,2,-4,1.5,70.67
-1999,3,18,20,30,0,0,0,1,-4,1.0,70.12
-1999,3,18,21,30,0,0,0,1,-5,1.0,68.77
-1999,3,18,22,30,0,0,0,1,-5,1.1,68.5
-1999,3,18,23,30,0,0,0,1,-5,1.2000000000000002,74.03
-1999,3,19,0,30,0,0,0,0,-4,1.4,74.79
-1999,3,19,1,30,0,0,0,0,-4,1.2000000000000002,75.51
-1999,3,19,2,30,0,0,0,0,-4,1.1,80.99
-1999,3,19,3,30,0,0,0,0,-4,1.0,80.42
-1999,3,19,4,30,0,0,0,0,-4,1.1,79.97
-1999,3,19,5,30,0,0,0,0,-4,1.0,74.65
-1999,3,19,6,30,64,23,27,2,-4,1.1,71.79
-1999,3,19,7,30,320,93,176,5,-3,1.5,67.68
-1999,3,19,8,30,819,78,437,7,-2,1.9,59.28
-1999,3,19,9,30,905,86,617,10,-1,2.5,53.99
-1999,3,19,10,30,950,92,751,11,-1,3.0,47.97
-1999,3,19,11,30,970,95,825,12,-1,3.4000000000000004,45.12
-1999,3,19,12,30,973,96,835,13,-1,3.6,42.15
-1999,3,19,13,30,958,94,780,13,-1,3.8,41.93
-1999,3,19,14,30,922,90,663,13,-1,3.8,44.42
-1999,3,19,15,30,855,81,496,12,-1,3.6,47.07
-1999,3,19,16,30,731,65,296,10,-1,2.7,54.05
-1999,3,19,17,30,442,37,92,6,0,1.5,71.37
-1999,3,19,18,30,0,0,0,4,-1,1.0,78.15
-1999,3,19,19,30,0,0,0,4,-1,0.6000000000000001,76.75
-1999,3,19,20,30,0,0,0,4,-1,0.6000000000000001,81.42
-1999,3,19,21,30,0,0,0,3,-2,1.1,80.32000000000002
-1999,3,19,22,30,0,0,0,3,-2,1.3,85.05
-1999,3,19,23,30,0,0,0,3,-2,1.4,83.38
-1999,3,20,0,30,0,0,0,3,-2,1.5,75.53
-1999,3,20,1,30,0,0,0,3,-3,1.4,73.35000000000002
-1999,3,20,2,30,0,0,0,3,-3,1.4,71.12
-1999,3,20,3,30,0,0,0,3,-4,1.4,68.81
-1999,3,20,4,30,0,0,0,3,-4,1.4,66.41
-1999,3,20,5,30,0,0,0,3,-5,1.3,63.65
-1999,3,20,6,30,354,23,48,6,-5,1.3,54.16
-1999,3,20,7,30,735,54,250,9,-3,1.0,47.74
-1999,3,20,8,30,878,70,460,12,-5,1.3,32.65
-1999,3,20,9,30,946,82,641,14,-6,2.2,25.88
-1999,3,20,10,30,980,89,774,15,-7,2.7,23.5
-1999,3,20,11,30,994,94,847,16,-7,3.1,21.84
-1999,3,20,12,30,990,97,854,17,-7,3.3000000000000003,21.7
-1999,3,20,13,30,969,97,795,17,-7,3.5,21.51
-1999,3,20,14,30,925,94,674,16,-7,3.7,21.26
-1999,3,20,15,30,599,141,434,15,-7,4.0,22.49
-1999,3,20,16,30,563,85,264,13,-7,3.4000000000000004,28.41
-1999,3,20,17,30,339,44,87,9,-4,2.5,45.67
-1999,3,20,18,30,0,0,0,6,-5,2.5,55.0
-1999,3,20,19,30,0,0,0,5,-5,2.8000000000000003,54.25
-1999,3,20,20,30,0,0,0,5,-5,3.1,57.85
-1999,3,20,21,30,0,0,0,4,-5,3.3000000000000003,57.6
-1999,3,20,22,30,0,0,0,4,-5,3.3000000000000003,61.88
-1999,3,20,23,30,0,0,0,4,-5,3.4000000000000004,61.76
-1999,3,21,0,30,0,0,0,4,-5,3.5,61.17
-1999,3,21,1,30,0,0,0,4,-5,3.5,57.22
-1999,3,21,2,30,0,0,0,4,-5,3.3000000000000003,58.62000000000001
-1999,3,21,3,30,0,0,0,3,-4,3.1,64.67
-1999,3,21,4,30,0,0,0,3,-4,2.9000000000000004,70.03
-1999,3,21,5,30,0,0,0,3,-4,3.0,64.26
-1999,3,21,6,30,192,27,41,6,-4,3.9,53.65
-1999,3,21,7,30,720,57,253,11,-3,4.800000000000002,42.71
-1999,3,21,8,30,881,70,466,14,-4,5.4,30.42
-1999,3,21,9,30,952,80,648,17,-6,6.1000000000000005,21.73
-1999,3,21,10,30,983,88,779,18,-7,6.7,19.11
-1999,3,21,11,30,999,91,852,19,-8,7.1000000000000005,17.26
-1999,3,21,12,30,509,333,724,20,-8,7.300000000000002,15.44
-1999,3,21,13,30,996,86,808,19,-9,7.300000000000002,15.7
-1999,3,21,14,30,968,81,690,18,-9,7.1000000000000005,16.41
-1999,3,21,15,30,909,72,520,17,-9,6.5,17.72
-1999,3,21,16,30,794,59,315,14,-8,4.800000000000002,22.31
-1999,3,21,17,30,519,35,103,10,-7,2.7,35.48000000000001
-1999,3,21,18,30,0,0,0,7,-5,1.9,48.13
-1999,3,21,19,30,0,0,0,5,-6,1.7000000000000002,51.12000000000001
-1999,3,21,20,30,0,0,0,4,-6,1.4,59.1
-1999,3,21,21,30,0,0,0,2,-6,1.2000000000000002,63.52
-1999,3,21,22,30,0,0,0,1,-6,1.0,62.56
-1999,3,21,23,30,0,0,0,1,-6,1.0,61.31
-1999,3,22,0,30,0,0,0,0,-6,1.0,64.9
-1999,3,22,1,30,0,0,0,0,-6,1.0,64.19
-1999,3,22,2,30,0,0,0,0,-7,1.1,63.18
-1999,3,22,3,30,0,0,0,0,-7,1.2000000000000002,61.71
-1999,3,22,4,30,0,0,0,0,-7,1.4,60.14
-1999,3,22,5,30,0,0,0,0,-8,1.5,54.68
-1999,3,22,6,30,221,28,46,3,-7,2.1,53.48
-1999,3,22,7,30,738,55,259,7,-7,3.0,41.32
-1999,3,22,8,30,870,72,468,10,-7,3.4000000000000004,31.3
-1999,3,22,9,30,929,87,645,11,-8,3.6,28.87
-1999,3,22,10,30,950,101,774,12,-7,3.6,27.9
-1999,3,22,11,30,486,334,707,13,-7,3.4000000000000004,28.7
-1999,3,22,12,30,470,341,705,13,-7,3.2,27.39
-1999,3,22,13,30,527,292,676,12,-6,3.0,29.61
-1999,3,22,14,30,521,241,571,12,-6,3.1,32.19
-1999,3,22,15,30,104,234,285,11,-6,3.4000000000000004,35.44
-1999,3,22,16,30,0,9,9,9,-5,3.4000000000000004,39.62
-1999,3,22,17,30,0,4,4,7,-4,2.7,51.18
-1999,3,22,18,30,0,0,0,5,-2,2.0,65.54
-1999,3,22,19,30,0,0,0,3,-2,1.4,75.93
-1999,3,22,20,30,0,0,0,3,-2,0.8,81.86
-1999,3,22,21,30,0,0,0,2,-2,0.8,81.35000000000002
-1999,3,22,22,30,0,0,0,1,-2,1.0,80.86
-1999,3,22,23,30,0,0,0,0,-3,1.3,86.14
-1999,3,23,0,30,0,0,0,0,-3,1.6,84.75
-1999,3,23,1,30,0,0,0,0,-3,1.7000000000000002,89.05
-1999,3,23,2,30,0,0,0,0,-3,1.8,86.19
-1999,3,23,3,30,0,0,0,0,-4,1.7000000000000002,82.75
-1999,3,23,4,30,0,0,0,0,-5,1.7000000000000002,84.65
-1999,3,23,5,30,0,0,0,0,-6,1.8,73.95
-1999,3,23,6,30,202,31,48,2,-6,2.5,57.45
-1999,3,23,7,30,711,62,263,7,-6,2.5,42.24
-1999,3,23,8,30,858,79,474,10,-7,1.6,31.46
-1999,3,23,9,30,931,91,655,12,-8,1.5,25.58
-1999,3,23,10,30,968,98,788,14,-9,1.9,23.31
-1999,3,23,11,30,984,102,861,15,-9,2.4000000000000004,21.78
-1999,3,23,12,30,982,103,867,16,-9,2.8000000000000003,20.62
-1999,3,23,13,30,960,104,807,16,-8,3.2,19.53
-1999,3,23,14,30,906,105,683,15,-8,3.5,20.99
-1999,3,23,15,30,495,176,423,14,-8,3.8,22.61
-1999,3,23,16,30,190,137,200,12,-7,3.4000000000000004,30.15
-1999,3,23,17,30,218,54,84,9,-5,2.3000000000000003,44.37
-1999,3,23,18,30,0,0,0,7,-3,1.7000000000000002,52.42
-1999,3,23,19,30,0,0,0,7,-3,1.6,60.29
-1999,3,23,20,30,0,0,0,7,-2,1.5,64.38
-1999,3,23,21,30,0,0,0,7,-1,1.5,64.99
-1999,3,23,22,30,0,0,0,7,-1,1.2000000000000002,65.09
-1999,3,23,23,30,0,0,0,6,-1,0.9,65.11
-1999,3,24,0,30,0,0,0,6,-1,0.4,69.88
-1999,3,24,1,30,0,0,0,5,-2,0.2,69.64
-1999,3,24,2,30,0,0,0,5,-2,0.30000000000000004,73.38
-1999,3,24,3,30,0,0,0,4,-2,0.7000000000000001,77.02
-1999,3,24,4,30,0,0,0,2,-2,1.0,81.91
-1999,3,24,5,30,0,0,0,2,-2,1.2000000000000002,81.28
-1999,3,24,6,30,196,35,53,4,-2,2.0,72.73
-1999,3,24,7,30,615,77,254,7,-1,2.8000000000000003,60.59
-1999,3,24,8,30,778,99,461,10,-2,3.2,48.08
-1999,3,24,9,30,856,115,639,11,-3,3.5,42.49
-1999,3,24,10,30,896,126,769,12,-3,3.4000000000000004,38.52
-1999,3,24,11,30,910,135,840,13,-3,3.3000000000000003,35.11
-1999,3,24,12,30,904,139,846,14,-4,3.3000000000000003,31.92
-1999,3,24,13,30,883,137,788,14,-4,3.4000000000000004,31.12
-1999,3,24,14,30,827,136,666,14,-4,3.6,32.71
-1999,3,24,15,30,740,124,497,13,-4,3.9,34.99
-1999,3,24,16,30,604,97,298,11,-4,3.9,38.21
-1999,3,24,17,30,0,34,34,8,-3,3.5,51.63
-1999,3,24,18,30,0,0,0,6,-2,3.5,61.51
-1999,3,24,19,30,0,0,0,4,-2,3.7,73.16
-1999,3,24,20,30,0,0,0,4,-1,3.9,81.39
-1999,3,24,21,30,0,0,0,3,-1,4.0,82.88
-1999,3,24,22,30,0,0,0,3,-1,3.9,88.39
-1999,3,24,23,30,0,0,0,3,-2,3.7,86.13
-1999,3,25,0,30,0,0,0,2,-2,3.7,83.5
-1999,3,25,1,30,0,0,0,2,-2,3.6,81.01
-1999,3,25,2,30,0,0,0,1,-3,3.4000000000000004,79.4
-1999,3,25,3,30,0,0,0,1,-3,3.0,78.35000000000002
-1999,3,25,4,30,0,0,0,1,-3,2.5,77.16
-1999,3,25,5,30,0,0,0,2,-3,2.4000000000000004,75.63
-1999,3,25,6,30,196,35,54,5,-3,2.8000000000000003,66.03
-1999,3,25,7,30,665,70,265,10,-3,2.6,47.23
-1999,3,25,8,30,812,91,473,13,-4,1.4,33.94
-1999,3,25,9,30,886,105,652,16,-5,0.8,27.81
-1999,3,25,10,30,925,115,783,17,-5,1.3,23.58
-1999,3,25,11,30,942,120,854,18,-5,2.0,21.9
-1999,3,25,12,30,940,121,860,19,-5,2.6,21.87
-1999,3,25,13,30,919,120,800,19,-5,3.4000000000000004,20.65
-1999,3,25,14,30,876,115,680,18,-5,4.4,22.31
-1999,3,25,15,30,664,130,467,17,-5,5.5,24.29
-1999,3,25,16,30,626,78,289,15,-4,6.1000000000000005,31.42
-1999,3,25,17,30,214,50,81,12,-3,6.2,40.78
-1999,3,25,18,30,0,0,0,9,-3,6.4,50.3
-1999,3,25,19,30,0,0,0,7,-3,6.300000000000002,59.31
-1999,3,25,20,30,0,0,0,6,-2,5.6000000000000005,64.83
-1999,3,25,21,30,0,0,0,5,-2,5.1000000000000005,65.05
-1999,3,25,22,30,0,0,0,5,-2,4.4,64.9
-1999,3,25,23,30,0,0,0,5,-3,3.7,63.62000000000001
-1999,3,26,0,30,0,0,0,5,-3,3.4000000000000004,60.69
-1999,3,26,1,30,0,0,0,5,-4,3.2,57.09
-1999,3,26,2,30,0,0,0,5,-5,2.9000000000000004,58.84
-1999,3,26,3,30,0,0,0,4,-5,2.5,57.6
-1999,3,26,4,30,0,0,0,3,-5,2.0,61.26
-1999,3,26,5,30,0,0,0,4,-5,1.8,56.58
-1999,3,26,6,30,274,39,67,7,-5,2.4000000000000004,48.39
-1999,3,26,7,30,348,106,210,12,-5,2.8000000000000003,33.28
-1999,3,26,8,30,418,183,381,15,-7,2.2,23.05
-1999,3,26,9,30,884,109,658,17,-8,2.2,18.48
-1999,3,26,10,30,929,114,790,18,-8,3.0,17.27
-1999,3,26,11,30,941,122,860,19,-8,3.9,16.26
-1999,3,26,12,30,505,350,749,20,-8,4.6000000000000005,16.44
-1999,3,26,13,30,499,314,686,19,-8,4.9,17.81
-1999,3,26,14,30,24,249,265,18,-7,5.2,19.77
-1999,3,26,15,30,198,238,339,17,-6,5.2,24.31
-1999,3,26,16,30,490,105,271,15,-4,4.2,32.11
-1999,3,26,17,30,296,47,91,12,-3,2.8000000000000003,42.14
-1999,3,26,18,30,0,0,0,9,-2,2.2,50.5
-1999,3,26,19,30,0,0,0,8,-2,2.0,54.84
-1999,3,26,20,30,0,0,0,7,-2,1.8,59.9
-1999,3,26,21,30,0,0,0,7,-1,1.7000000000000002,66.07000000000001
-1999,3,26,22,30,0,0,0,6,-1,1.5,68.35000000000001
-1999,3,26,23,30,0,0,0,6,-1,1.2000000000000002,74.89
-1999,3,27,0,30,0,0,0,5,0,0.9,75.84
-1999,3,27,1,30,0,0,0,5,0,0.6000000000000001,76.37
-1999,3,27,2,30,0,0,0,5,0,0.4,82.94
-1999,3,27,3,30,0,0,0,4,0,0.30000000000000004,83.17
-1999,3,27,4,30,0,0,0,4,0,0.30000000000000004,83.2
-1999,3,27,5,30,0,0,0,4,0,0.6000000000000001,83.52
-1999,3,27,6,30,0,7,7,6,0,1.7000000000000002,74.72
-1999,3,27,7,30,370,106,219,9,0,2.7,66.02
-1999,3,27,8,30,715,122,465,11,0,3.1,51.63
-1999,3,27,9,30,58,283,319,13,-1,3.3000000000000003,42.13
-1999,3,27,10,30,13,212,222,14,-2,3.8,36.5
-1999,3,27,11,30,741,234,818,15,-3,4.7,31.48
-1999,3,27,12,30,57,378,423,15,-4,5.5,29.67
-1999,3,27,13,30,343,363,620,15,-4,6.1000000000000005,29.06
-1999,3,27,14,30,22,244,259,14,-4,6.300000000000002,31.15
-1999,3,27,15,30,822,101,524,13,-5,6.0,31.68
-1999,3,27,16,30,718,79,325,11,-6,4.800000000000002,31.93
-1999,3,27,17,30,448,48,116,8,-7,3.0,35.96
-1999,3,27,18,30,0,0,0,5,-7,1.9,44.86
-1999,3,27,19,30,0,0,0,3,-8,1.6,49.84
-1999,3,27,20,30,0,0,0,1,-8,1.2000000000000002,52.34
-1999,3,27,21,30,0,0,0,0,-9,1.1,50.44
-1999,3,27,22,30,0,0,0,0,-9,1.2000000000000002,51.22
-1999,3,27,23,30,0,0,0,0,-10,1.4,51.61
-1999,3,28,0,30,0,0,0,0,-11,1.4,49.23
-1999,3,28,1,30,0,0,0,-1,-11,1.2000000000000002,51.43
-1999,3,28,2,30,0,0,0,-1,-11,0.9,53.79
-1999,3,28,3,30,0,0,0,-2,-12,0.6000000000000001,51.99
-1999,3,28,4,30,0,0,0,-2,-12,0.9,50.93
-1999,3,28,5,30,0,0,0,-1,-12,1.9,51.51
-1999,3,28,6,30,289,45,78,1,-11,3.5,45.93
-1999,3,28,7,30,639,88,285,4,-11,4.6000000000000005,36.68
-1999,3,28,8,30,790,112,496,7,-11,4.6000000000000005,29.31
-1999,3,28,9,30,869,127,675,10,-12,4.4,24.3
-1999,3,28,10,30,914,135,807,12,-12,4.6000000000000005,19.84
-1999,3,28,11,30,394,365,677,13,-13,5.6000000000000005,17.93
-1999,3,28,12,30,525,347,766,14,-13,6.800000000000002,16.63
-1999,3,28,13,30,668,249,751,13,-13,7.300000000000002,16.28
-1999,3,28,14,30,11,196,203,12,-14,7.2,16.43
-1999,3,28,15,30,490,184,437,11,-15,6.5,16.19
-1999,3,28,16,30,0,22,22,9,-15,4.9,17.740000000000006
-1999,3,28,17,30,20,56,59,6,-13,2.6,25.65
-1999,3,28,18,30,0,0,0,3,-11,1.3,39.37
-1999,3,28,19,30,0,0,0,1,-11,1.1,42.95
-1999,3,28,20,30,0,0,0,0,-11,1.0,42.73
-1999,3,28,21,30,0,0,0,0,-10,0.9,46.78
-1999,3,28,22,30,0,0,0,0,-10,0.8,51.5
-1999,3,28,23,30,0,0,0,-1,-10,0.7000000000000001,55.63
-1999,3,29,0,30,0,0,0,-2,-10,0.5,59.81
-1999,3,29,1,30,0,0,0,-2,-10,0.4,63.88
-1999,3,29,2,30,0,0,0,-3,-10,0.7000000000000001,63.08
-1999,3,29,3,30,0,0,0,-3,-11,1.0,61.31
-1999,3,29,4,30,0,0,0,-3,-11,1.2000000000000002,58.79
-1999,3,29,5,30,0,0,0,-1,-12,1.7000000000000002,47.76
-1999,3,29,6,30,280,48,81,2,-12,2.6,37.65
-1999,3,29,7,30,612,95,288,6,-13,2.8000000000000003,28.57
-1999,3,29,8,30,764,124,499,10,-14,2.0,18.05
-1999,3,29,9,30,847,142,680,13,-15,1.1,14.51
-1999,3,29,10,30,893,152,813,15,-14,0.5,13.16
-1999,3,29,11,30,916,155,885,16,-14,0.5,12.68
-1999,3,29,12,30,919,153,891,17,-14,1.0,12.03
-1999,3,29,13,30,905,146,830,18,-14,1.6,11.39
-1999,3,29,14,30,870,135,708,18,-14,2.2,11.43
-1999,3,29,15,30,799,119,535,17,-13,2.9000000000000004,12.24
-1999,3,29,16,30,670,95,329,15,-13,3.4000000000000004,14.85
-1999,3,29,17,30,394,56,118,11,-7,4.1000000000000005,30.04
-1999,3,29,18,30,0,0,0,8,-9,4.800000000000002,33.06
-1999,3,29,19,30,0,0,0,6,-9,4.7,36.73
-1999,3,29,20,30,0,0,0,5,-9,4.3,40.4
-1999,3,29,21,30,0,0,0,4,-8,4.2,44.23
-1999,3,29,22,30,0,0,0,4,-9,4.2,43.31
-1999,3,29,23,30,0,0,0,4,-9,3.9,41.84
-1999,3,30,0,30,0,0,0,4,-9,3.6,41.29
-1999,3,30,1,30,0,0,0,4,-9,3.6,45.24
-1999,3,30,2,30,0,0,0,3,-8,3.7,47.33
-1999,3,30,3,30,0,0,0,3,-8,4.2,49.15
-1999,3,30,4,30,0,0,0,4,-8,4.6000000000000005,50.53
-1999,3,30,5,30,0,0,0,5,-8,4.7,44.05
-1999,3,30,6,30,310,48,86,8,-7,5.0,36.54
-1999,3,30,7,30,642,90,295,12,-7,5.800000000000002,28.79
-1999,3,30,8,30,799,111,507,15,-8,7.0,21.59
-1999,3,30,9,30,881,123,687,17,-10,7.6,16.35
-1999,3,30,10,30,922,131,818,19,-11,7.6,13.82
-1999,3,30,11,30,940,135,888,20,-12,7.4,12.31
-1999,3,30,12,30,942,134,893,20,-12,7.2,11.25
-1999,3,30,13,30,924,130,831,21,-12,7.2,11.1
-1999,3,30,14,30,883,123,709,20,-12,7.2,11.85
-1999,3,30,15,30,820,109,539,19,-12,7.2,12.76
-1999,3,30,16,30,710,86,336,16,-12,6.4,15.04
-1999,3,30,17,30,454,52,125,13,-11,4.800000000000002,21.35
-1999,3,30,18,30,0,0,0,10,-9,4.2,29.17
-1999,3,30,19,30,0,0,0,8,-9,4.4,31.69
-1999,3,30,20,30,0,0,0,7,-9,4.3,33.94
-1999,3,30,21,30,0,0,0,7,-9,4.0,36.55
-1999,3,30,22,30,0,0,0,7,-9,4.0,36.54
-1999,3,30,23,30,0,0,0,6,-9,4.1000000000000005,36.27
-1999,3,31,0,30,0,0,0,6,-9,4.2,38.66
-1999,3,31,1,30,0,0,0,5,-9,4.1000000000000005,39.3
-1999,3,31,2,30,0,0,0,4,-8,3.8,44.69
-1999,3,31,3,30,0,0,0,4,-8,3.4000000000000004,46.7
-1999,3,31,4,30,0,0,0,3,-8,2.9000000000000004,50.73
-1999,3,31,5,30,0,0,0,4,-8,2.7,46.22
-1999,3,31,6,30,289,49,86,7,-7,3.5,40.05
-1999,3,31,7,30,603,95,291,11,-7,4.7,32.61
-1999,3,31,8,30,753,122,498,13,-10,5.2,21.43
-1999,3,31,9,30,835,137,676,15,-10,5.5,17.92
-1999,3,31,10,30,881,145,806,16,-10,5.6000000000000005,17.04
-1999,3,31,11,30,904,148,876,17,-10,5.9,16.740000000000002
-1999,3,31,12,30,911,144,882,18,-9,6.300000000000002,16.54
-1999,3,31,13,30,897,138,822,19,-9,6.7,17.07
-1999,3,31,14,30,562,244,619,18,-9,7.1000000000000005,17.06
-1999,3,31,15,30,47,224,249,17,-9,7.1000000000000005,17.72
-1999,3,31,16,30,82,150,179,15,-9,6.4,21.75
-1999,3,31,17,30,446,44,117,12,-7,4.800000000000002,29.74
-1999,3,31,18,30,0,0,0,9,-6,3.7,36.7
-1999,3,31,19,30,0,0,0,8,-6,3.6,43.08
-1999,3,31,20,30,0,0,0,6,-6,3.7,46.72
-1999,3,31,21,30,0,0,0,6,-6,3.9,49.82
-1999,3,31,22,30,0,0,0,5,-6,3.9,50.04
-1999,3,31,23,30,0,0,0,4,-6,3.5,55.02
-1999,4,1,0,30,0,0,0,3,-5,2.8000000000000003,61.5
-1999,4,1,1,30,0,0,0,2,-4,2.2,69.34
-1999,4,1,2,30,0,0,0,2,-4,1.6,71.66
-1999,4,1,3,30,0,0,0,1,-4,1.1,73.58
-1999,4,1,4,30,0,0,0,0,-3,0.6000000000000001,75.62
-1999,4,1,5,30,0,0,0,0,-3,0.8,77.96000000000002
-1999,4,1,6,30,0,6,6,2,-2,1.2000000000000002,81.52
-1999,4,1,7,30,0,13,13,4,-2,1.4,70.03
-1999,4,1,8,30,0,27,27,6,-3,1.7000000000000002,57.19
-1999,4,1,9,30,0,42,42,7,-4,2.5,50.74
-1999,4,1,10,30,0,38,38,8,-4,3.3000000000000003,47.23
-1999,4,1,11,30,5,131,136,9,-4,3.7,44.88
-1999,4,1,12,30,0,52,52,9,-3,3.9,46.25
-1999,4,1,13,30,0,66,66,8,-3,3.7,51.1
-1999,4,1,14,30,0,57,57,7,-2,3.2,57.15
-1999,4,1,15,30,0,45,45,6,-2,2.9000000000000004,68.28
-1999,4,1,16,30,0,29,29,5,-1,2.7,74.98
-1999,4,1,17,30,0,54,54,3,-1,2.7,88.45
-1999,4,1,18,30,0,0,0,1,-1,2.8000000000000003,88.57000000000002
-1999,4,1,19,30,0,0,0,0,-2,3.0,92.0
-1999,4,1,20,30,0,0,0,0,-2,3.1,87.09
-1999,4,1,21,30,0,0,0,0,-3,3.3000000000000003,88.92
-1999,4,1,22,30,0,0,0,0,-4,3.5,90.79
-1999,4,1,23,30,0,0,0,-1,-4,3.7,86.27
-1999,4,2,0,30,0,0,0,-2,-5,3.9,88.09
-1999,4,2,1,30,0,0,0,-2,-6,3.9,89.39
-1999,4,2,2,30,0,0,0,-3,-7,3.7,83.59
-1999,4,2,3,30,0,0,0,-4,-8,3.4000000000000004,84.86
-1999,4,2,4,30,0,0,0,-4,-8,3.1,80.61
-1999,4,2,5,30,0,0,0,-4,-9,3.0,83.26
-1999,4,2,6,30,0,21,21,-3,-9,3.3000000000000003,75.87
-1999,4,2,7,30,39,130,143,-2,-9,3.6,65.8
-1999,4,2,8,30,0,68,68,-1,-9,3.5,61.48
-1999,4,2,9,30,9,181,188,0,-9,3.3000000000000003,58.42
-1999,4,2,10,30,10,175,183,0,-8,2.9000000000000004,60.18
-1999,4,2,11,30,210,430,601,0,-8,2.6,57.12000000000001
-1999,4,2,12,30,33,347,374,0,-8,2.8000000000000003,58.43
-1999,4,2,13,30,10,169,176,0,-7,3.0,60.14
-1999,4,2,14,30,15,221,231,0,-7,3.0,61.04
-1999,4,2,15,30,0,92,92,0,-7,2.7,66.08
-1999,4,2,16,30,0,28,28,-1,-7,2.2,71.39
-1999,4,2,17,30,0,45,45,-2,-7,1.8,76.78
-1999,4,2,18,30,0,0,0,-3,-7,1.6,80.2
-1999,4,2,19,30,0,0,0,-4,-8,1.4,84.64
-1999,4,2,20,30,0,0,0,-4,-8,1.4,82.11
-1999,4,2,21,30,0,0,0,-5,-8,1.6,86.17
-1999,4,2,22,30,0,0,0,-5,-9,1.6,83.43
-1999,4,2,23,30,0,0,0,-6,-9,1.6,87.33
-1999,4,3,0,30,0,0,0,-6,-10,2.0,91.69
-1999,4,3,1,30,0,0,0,-7,-10,2.2,89.25
-1999,4,3,2,30,0,0,0,-7,-10,2.0,87.11
-1999,4,3,3,30,0,0,0,-7,-11,1.8,91.22
-1999,4,3,4,30,0,0,0,-7,-11,1.8,82.36
-1999,4,3,5,30,0,0,0,-6,-11,2.0,75.16
-1999,4,3,6,30,0,27,27,-3,-11,2.7,64.42
-1999,4,3,7,30,12,120,125,-1,-10,3.9,54.41
-1999,4,3,8,30,110,238,295,0,-11,4.9,47.72
-1999,4,3,9,30,551,242,605,0,-12,5.2,42.85
-1999,4,3,10,30,525,321,722,1,-12,5.0,39.74
-1999,4,3,11,30,480,381,773,2,-11,4.4,40.19
-1999,4,3,12,30,191,437,595,2,-11,3.6,41.31
-1999,4,3,13,30,42,344,376,3,-11,2.6,42.61
-1999,4,3,14,30,79,323,377,3,-10,1.4,41.41
-1999,4,3,15,30,10,174,180,3,-10,0.5,45.47
-1999,4,3,16,30,722,104,368,2,-10,0.4,45.52
-1999,4,3,17,30,0,25,25,0,-8,0.5,54.68
-1999,4,3,18,30,0,0,0,0,-10,0.4,58.3
-1999,4,3,19,30,0,0,0,-2,-10,0.4,59.72
-1999,4,3,20,30,0,0,0,-3,-11,0.5,62.53
-1999,4,3,21,30,0,0,0,-3,-11,0.7000000000000001,66.11
-1999,4,3,22,30,0,0,0,-4,-11,1.0,64.21000000000001
-1999,4,3,23,30,0,0,0,-4,-12,1.2000000000000002,62.25
-1999,4,4,0,30,0,0,0,-4,-12,1.3,61.94000000000001
-1999,4,4,1,30,0,0,0,-4,-12,1.4,60.89
-1999,4,4,2,30,0,0,0,-4,-12,1.4,60.85
-1999,4,4,3,30,0,0,0,-4,-12,1.2000000000000002,62.4
-1999,4,4,4,30,0,0,0,-4,-11,1.2000000000000002,62.58
-1999,4,4,5,30,0,0,0,-3,-11,1.4,58.01
-1999,4,4,6,30,0,22,22,-1,-11,1.8,52.74
-1999,4,4,7,30,0,104,104,1,-10,2.6,49.74
-1999,4,4,8,30,191,242,342,2,-9,3.4000000000000004,47.52
-1999,4,4,9,30,623,219,632,3,-9,3.9,46.06
-1999,4,4,10,30,518,325,722,4,-8,4.3,48.41
-1999,4,4,11,30,645,301,831,4,-8,4.5,50.96
-1999,4,4,12,30,690,278,848,4,-7,4.4,52.8
-1999,4,4,13,30,492,341,723,4,-7,4.5,50.1
-1999,4,4,14,30,616,231,649,4,-7,4.5,50.58
-1999,4,4,15,30,754,115,523,4,-6,4.1000000000000005,55.31
-1999,4,4,16,30,219,155,236,3,-6,3.0,62.63
-1999,4,4,17,30,477,45,130,1,-4,2.0,69.10000000000001
-1999,4,4,18,30,0,0,0,0,-5,1.8,73.14
-1999,4,4,19,30,0,0,0,0,-4,1.6,80.72
-1999,4,4,20,30,0,0,0,0,-4,1.1,83.45
-1999,4,4,21,30,0,0,0,0,-4,0.7000000000000001,85.17
-1999,4,4,22,30,0,0,0,0,-4,0.4,85.92
-1999,4,4,23,30,0,0,0,0,-3,0.6000000000000001,93.06
-1999,4,5,0,30,0,0,0,-1,-4,1.2000000000000002,99.16
-1999,4,5,1,30,0,0,0,-2,-4,2.0,96.65
-1999,4,5,2,30,0,0,0,-2,-4,2.9000000000000004,95.39
-1999,4,5,3,30,0,0,0,-2,-4,3.4000000000000004,94.18
-1999,4,5,4,30,0,0,0,-2,-5,3.6,91.08
-1999,4,5,5,30,0,0,0,-1,-5,4.0,80.35000000000002
-1999,4,5,6,30,370,62,120,0,-5,5.0,74.2
-1999,4,5,7,30,693,102,344,1,-5,6.0,64.46000000000001
-1999,4,5,8,30,854,120,568,4,-6,6.0,56.76
-1999,4,5,9,30,936,132,757,5,-7,5.4,46.29
-1999,4,5,10,30,977,142,894,6,-7,4.800000000000002,41.87
-1999,4,5,11,30,994,146,966,7,-8,4.2,38.44
-1999,4,5,12,30,996,144,969,8,-8,3.5,35.52
-1999,4,5,13,30,982,137,903,9,-8,2.8000000000000003,33.08
-1999,4,5,14,30,940,131,773,9,-8,2.2,32.980000000000004
-1999,4,5,15,30,858,123,590,8,-8,1.6,35.44
-1999,4,5,16,30,723,102,371,7,-7,0.9,38.69
-1999,4,5,17,30,463,63,147,4,-4,0.2,61.37000000000001
-1999,4,5,18,30,0,0,0,1,-6,0.30000000000000004,62.91
-1999,4,5,19,30,0,0,0,0,-7,0.6000000000000001,62.27
-1999,4,5,20,30,0,0,0,0,-7,0.9,64.47
-1999,4,5,21,30,0,0,0,-1,-8,1.2000000000000002,66.5
-1999,4,5,22,30,0,0,0,-2,-9,1.6,68.18
-1999,4,5,23,30,0,0,0,-2,-9,2.1,64.46000000000001
-1999,4,6,0,30,0,0,0,-2,-10,2.6,60.63
-1999,4,6,1,30,0,0,0,-2,-10,3.0,58.3
-1999,4,6,2,30,0,0,0,-2,-11,3.0,62.42
-1999,4,6,3,30,0,0,0,-2,-10,2.7,62.81
-1999,4,6,4,30,0,0,0,-2,-10,2.4000000000000004,62.98
-1999,4,6,5,30,0,0,0,-1,-11,2.5,53.79
-1999,4,6,6,30,557,47,137,2,-9,2.7,48.52
-1999,4,6,7,30,810,78,364,6,-8,2.0,39.21
-1999,4,6,8,30,916,100,584,9,-9,1.3,30.24
-1999,4,6,9,30,971,115,768,12,-9,1.5,25.14
-1999,4,6,10,30,1002,125,901,13,-9,2.0,22.23
-1999,4,6,11,30,1016,128,970,14,-9,2.5,21.25
-1999,4,6,12,30,1017,126,972,15,-9,3.1,20.32
-1999,4,6,13,30,1006,120,907,16,-9,3.8,19.3
-1999,4,6,14,30,978,109,779,16,-8,4.4,19.54
-1999,4,6,15,30,926,94,600,15,-8,4.6000000000000005,20.89
-1999,4,6,16,30,828,75,385,13,-8,3.7,24.98
-1999,4,6,17,30,609,43,155,9,-5,2.3000000000000003,41.3
-1999,4,6,18,30,0,0,0,6,-5,1.7000000000000002,54.05
-1999,4,6,19,30,0,0,0,4,-6,1.6,59.38
-1999,4,6,20,30,0,0,0,3,-6,1.6,61.93
-1999,4,6,21,30,0,0,0,2,-6,1.6,60.23
-1999,4,6,22,30,0,0,0,2,-7,1.6,58.44
-1999,4,6,23,30,0,0,0,2,-7,1.7000000000000002,57.06
-1999,4,7,0,30,0,0,0,1,-7,1.7000000000000002,56.36
-1999,4,7,1,30,0,0,0,1,-7,1.8,56.4
-1999,4,7,2,30,0,0,0,1,-7,1.9,56.62000000000001
-1999,4,7,3,30,0,0,0,1,-7,1.9,60.5
-1999,4,7,4,30,0,0,0,0,-7,1.8,59.68
-1999,4,7,5,30,0,0,0,2,-8,1.6,54.22
-1999,4,7,6,30,566,41,135,6,-5,1.7000000000000002,49.44
-1999,4,7,7,30,799,64,351,11,-4,1.7000000000000002,40.74
-1999,4,7,8,30,904,78,560,14,-5,1.9,30.41
-1999,4,7,9,30,959,87,735,15,-6,2.9000000000000004,25.46
-1999,4,7,10,30,988,93,862,17,-6,3.9,23.44
-1999,4,7,11,30,1001,96,929,18,-6,4.800000000000002,21.57
-1999,4,7,12,30,595,335,832,19,-7,5.6000000000000005,19.65
-1999,4,7,13,30,986,96,871,19,-7,6.2,17.79
-1999,4,7,14,30,959,90,750,19,-8,6.6000000000000005,18.28
-1999,4,7,15,30,910,79,579,18,-8,6.800000000000002,19.08
-1999,4,7,16,30,459,126,299,16,-8,6.5,20.4
-1999,4,7,17,30,0,3,3,13,-7,5.5,28.55
-1999,4,7,18,30,0,0,0,10,-5,4.6000000000000005,39.51
-1999,4,7,19,30,0,0,0,8,-4,3.8,48.22
-1999,4,7,20,30,0,0,0,8,-2,2.8000000000000003,58.91
-1999,4,7,21,30,0,0,0,7,-1,2.9000000000000004,62.79
-1999,4,7,22,30,0,0,0,7,-1,4.2,60.83
-1999,4,7,23,30,0,0,0,6,-2,5.7,61.67
-1999,4,8,0,30,0,0,0,5,-2,7.7,65.07000000000001
-1999,4,8,1,30,0,0,0,4,-4,9.4,60.92
-1999,4,8,2,30,0,0,0,3,-8,9.8,49.63
-1999,4,8,3,30,0,0,0,2,-9,9.6,47.55
-1999,4,8,4,30,0,0,0,2,-10,10.0,46.76
-1999,4,8,5,30,0,0,0,2,-10,11.1,46.39
-1999,4,8,6,30,411,48,118,2,-10,12.3,46.6
-1999,4,8,7,30,282,146,248,4,-9,12.7,41.14
-1999,4,8,8,30,889,88,566,6,-9,12.2,37.09
-1999,4,8,9,30,957,95,746,9,-8,11.6,34.76
-1999,4,8,10,30,998,97,877,11,-7,11.1,32.14
-1999,4,8,11,30,1016,97,947,12,-7,10.3,29.17
-1999,4,8,12,30,1018,96,950,13,-6,9.1,28.24
-1999,4,8,13,30,1002,94,885,14,-6,7.7,28.91
-1999,4,8,14,30,967,89,758,14,-6,6.5,29.41
-1999,4,8,15,30,908,82,584,13,-5,5.300000000000002,31.93
-1999,4,8,16,30,803,69,376,12,-5,3.9,34.56
-1999,4,8,17,30,586,47,159,8,-4,2.2,45.27
-1999,4,8,18,30,0,0,0,5,-3,1.0,62.31
-1999,4,8,19,30,0,0,0,4,-3,0.30000000000000004,70.13
-1999,4,8,20,30,0,0,0,2,-4,0.2,74.34
-1999,4,8,21,30,0,0,0,1,-4,0.5,72.47
-1999,4,8,22,30,0,0,0,0,-4,0.9,69.81
-1999,4,8,23,30,0,0,0,0,-5,1.1,71.48
-1999,4,9,0,30,0,0,0,0,-6,1.2000000000000002,72.83
-1999,4,9,1,30,0,0,0,0,-6,1.4,68.85000000000001
-1999,4,9,2,30,0,0,0,0,-7,1.6,70.02
-1999,4,9,3,30,0,0,0,-1,-8,1.8,65.94
-1999,4,9,4,30,0,0,0,-1,-9,2.0,62.53
-1999,4,9,5,30,0,0,0,0,-9,3.0,52.61
-1999,4,9,6,30,587,45,148,4,-7,5.0,47.94
-1999,4,9,7,30,819,67,369,8,-7,6.800000000000002,40.09
-1999,4,9,8,30,925,80,582,11,-8,7.800000000000002,29.43
-1999,4,9,9,30,982,87,760,13,-10,8.5,21.62
-1999,4,9,10,30,1007,93,885,14,-12,9.2,17.98
-1999,4,9,11,30,428,406,765,15,-13,9.8,16.03
-1999,4,9,12,30,467,406,799,14,-12,10.3,17.76
-1999,4,9,13,30,481,359,740,13,-11,10.2,21.09
-1999,4,9,14,30,490,279,619,11,-10,9.0,24.86
-1999,4,9,15,30,147,265,347,9,-10,8.200000000000001,28.53
-1999,4,9,16,30,625,93,333,6,-11,8.4,32.17
-1999,4,9,17,30,0,31,31,3,-13,8.200000000000001,33.43
-1999,4,9,18,30,0,0,0,1,-15,6.9,30.81
-1999,4,9,19,30,0,0,0,0,-13,6.0,36.96
-1999,4,9,20,30,0,0,0,0,-11,5.800000000000002,43.74
-1999,4,9,21,30,0,0,0,0,-11,5.6000000000000005,46.47
-1999,4,9,22,30,0,0,0,0,-11,5.5,49.84
-1999,4,9,23,30,0,0,0,0,-11,6.0,48.28
-1999,4,10,0,30,0,0,0,0,-12,6.9,49.85
-1999,4,10,1,30,0,0,0,-1,-12,7.7,47.87000000000001
-1999,4,10,2,30,0,0,0,-1,-12,8.200000000000001,46.08
-1999,4,10,3,30,0,0,0,-1,-13,8.700000000000001,48.08
-1999,4,10,4,30,0,0,0,-1,-13,9.0,47.05
-1999,4,10,5,30,0,0,0,-1,-13,9.3,42.98
-1999,4,10,6,30,620,44,155,0,-13,9.5,39.81
-1999,4,10,7,30,805,53,354,1,-13,9.6,34.67
-1999,4,10,8,30,700,133,516,3,-13,9.3,32.94
-1999,4,10,9,30,988,84,765,5,-13,8.700000000000001,29.54
-1999,4,10,10,30,1016,89,891,7,-12,7.800000000000002,28.43
-1999,4,10,11,30,1027,91,957,8,-12,6.800000000000002,27.55
-1999,4,10,12,30,1023,92,957,9,-11,6.0,26.76
-1999,4,10,13,30,1006,92,892,9,-11,5.300000000000002,25.92
-1999,4,10,14,30,971,89,767,9,-10,4.800000000000002,26.62
-1999,4,10,15,30,911,83,593,8,-10,4.4,28.96
-1999,4,10,16,30,806,72,384,7,-10,3.8,31.58
-1999,4,10,17,30,592,50,166,5,-9,2.8000000000000003,40.86
-1999,4,10,18,30,0,0,0,2,-8,2.3000000000000003,54.01
-1999,4,10,19,30,0,0,0,0,-8,2.1,58.51
-1999,4,10,20,30,0,0,0,0,-8,1.2000000000000002,62.38
-1999,4,10,21,30,0,0,0,-1,-8,0.30000000000000004,66.13
-1999,4,10,22,30,0,0,0,-1,-8,0.30000000000000004,69.55
-1999,4,10,23,30,0,0,0,-2,-9,0.8,67.53
-1999,4,11,0,30,0,0,0,-2,-9,1.1,70.94
-1999,4,11,1,30,0,0,0,-3,-9,1.2000000000000002,69.15
-1999,4,11,2,30,0,0,0,-3,-10,1.2000000000000002,66.36
-1999,4,11,3,30,0,0,0,-3,-11,1.5,67.27
-1999,4,11,4,30,0,0,0,-4,-12,1.8,62.16
-1999,4,11,5,30,0,0,0,-2,-13,2.3000000000000003,48.86
-1999,4,11,6,30,567,51,156,0,-13,2.4000000000000004,38.86
-1999,4,11,7,30,799,75,378,4,-14,1.2000000000000002,29.36
-1999,4,11,8,30,906,91,590,7,-15,0.7000000000000001,21.78
-1999,4,11,9,30,957,103,767,10,-15,1.5,17.77
-1999,4,11,10,30,982,113,892,12,-14,2.4000000000000004,17.080000000000002
-1999,4,11,11,30,990,118,957,13,-14,3.2,15.12
-1999,4,11,12,30,976,125,953,14,-14,3.9,14.31
-1999,4,11,13,30,643,284,797,15,-14,4.4,14.47
-1999,4,11,14,30,355,324,572,14,-14,4.800000000000002,14.83
-1999,4,11,15,30,438,219,465,13,-13,5.2,16.8
-1999,4,11,16,30,165,169,233,11,-11,5.1000000000000005,22.93
-1999,4,11,17,30,2,68,69,9,-7,4.5,35.63
-1999,4,11,18,30,0,0,0,7,-6,3.8,44.54
-1999,4,11,19,30,0,0,0,6,-5,3.1,49.43
-1999,4,11,20,30,0,0,0,5,-4,2.3000000000000003,55.88
-1999,4,11,21,30,0,0,0,4,-4,1.9,64.95
-1999,4,11,22,30,0,0,0,3,-5,1.7000000000000002,67.0
-1999,4,11,23,30,0,0,0,2,-5,1.7000000000000002,64.85
-1999,4,12,0,30,0,0,0,2,-6,1.7000000000000002,62.7
-1999,4,12,1,30,0,0,0,1,-6,1.7000000000000002,59.31
-1999,4,12,2,30,0,0,0,0,-7,1.6,56.84
-1999,4,12,3,30,0,0,0,0,-7,1.6,59.87000000000001
-1999,4,12,4,30,0,0,0,0,-7,1.6,59.14
-1999,4,12,5,30,0,0,0,2,-8,1.5,54.81
-1999,4,12,6,30,594,45,158,6,-5,1.7000000000000002,52.17
-1999,4,12,7,30,807,66,374,9,-6,1.5,37.33
-1999,4,12,8,30,905,79,581,12,-7,0.6000000000000001,27.39
-1999,4,12,9,30,957,88,755,15,-8,0.6000000000000001,21.81
-1999,4,12,10,30,984,94,879,17,-8,1.3,18.98
-1999,4,12,11,30,995,98,944,19,-8,1.7000000000000002,17.94
-1999,4,12,12,30,990,100,943,20,-8,1.8,17.04
-1999,4,12,13,30,226,416,598,20,-8,1.6,16.22
-1999,4,12,14,30,14,217,227,20,-7,1.0,17.490000000000002
-1999,4,12,15,30,56,246,278,19,-7,1.0,19.2
-1999,4,12,16,30,432,136,306,16,-6,1.7000000000000002,24.04
-1999,4,12,17,30,157,76,108,13,-2,2.1,37.7
-1999,4,12,18,30,0,0,0,11,-2,2.3000000000000003,48.12000000000001
-1999,4,12,19,30,0,0,0,9,-2,2.1,56.03
-1999,4,12,20,30,0,0,0,7,-1,1.5,60.76
-1999,4,12,21,30,0,0,0,6,-2,1.4,63.68
-1999,4,12,22,30,0,0,0,5,-3,1.6,68.35000000000001
-1999,4,12,23,30,0,0,0,4,-3,1.7000000000000002,64.79
-1999,4,13,0,30,0,0,0,4,-4,1.8,61.97
-1999,4,13,1,30,0,0,0,4,-5,1.8,64.02
-1999,4,13,2,30,0,0,0,4,-5,1.7000000000000002,62.21
-1999,4,13,3,30,0,0,0,4,-5,1.6,61.06
-1999,4,13,4,30,0,0,0,3,-5,1.5,61.19
-1999,4,13,5,30,0,0,0,4,-5,1.6,57.08
-1999,4,13,6,30,517,47,147,7,-3,1.9,54.88
-1999,4,13,7,30,688,110,376,10,-3,2.4000000000000004,47.02
-1999,4,13,8,30,787,145,586,11,-2,3.1,48.97
-1999,4,13,9,30,848,170,764,12,-1,4.5,44.26
-1999,4,13,10,30,796,203,841,13,-1,5.2,40.98
-1999,4,13,11,30,836,207,921,14,-2,5.1000000000000005,37.12
-1999,4,13,12,30,739,262,893,14,-2,5.1000000000000005,35.93
-1999,4,13,13,30,316,400,655,15,-2,5.0,33.39
-1999,4,13,14,30,738,188,709,15,-2,5.1000000000000005,35.92
-1999,4,13,15,30,0,31,31,14,-2,4.800000000000002,36.28
-1999,4,13,16,30,0,29,29,13,-2,3.7,39.78
-1999,4,13,17,30,0,13,13,10,0,2.2,56.43
-1999,4,13,18,30,0,0,0,7,1,1.4,79.43
-1999,4,13,19,30,0,0,0,6,1,1.3,85.36
-1999,4,13,20,30,0,0,0,5,2,1.3,94.62
-1999,4,13,21,30,0,0,0,4,2,1.4,100.0
-1999,4,13,22,30,0,0,0,4,1,1.6,98.5
-1999,4,13,23,30,0,0,0,4,1,2.1,96.92
-1999,4,14,0,30,0,0,0,5,1,2.9000000000000004,99.02
-1999,4,14,1,30,0,0,0,4,1,3.9,100.0
-1999,4,14,2,30,0,0,0,3,0,4.7,100.0
-1999,4,14,3,30,0,0,0,2,0,4.9,100.0
-1999,4,14,4,30,0,0,0,2,0,4.7,98.51
-1999,4,14,5,30,0,0,0,2,0,5.1000000000000005,95.88
-1999,4,14,6,30,398,59,138,2,0,6.6000000000000005,94.82
-1999,4,14,7,30,0,29,29,2,-1,8.4,88.59
-1999,4,14,8,30,17,200,210,2,-3,9.3,77.75
-1999,4,14,9,30,13,214,224,2,-4,9.4,69.79
-1999,4,14,10,30,17,255,269,2,-5,9.0,65.67
-1999,4,14,11,30,0,92,92,3,-6,8.3,59.3
-1999,4,14,12,30,0,91,91,4,-6,7.9,54.32
-1999,4,14,13,30,0,108,108,5,-6,7.4,50.11
-1999,4,14,14,30,9,172,178,5,-6,7.0,53.34
-1999,4,14,15,30,31,227,245,4,-6,6.7,56.22
-1999,4,14,16,30,0,74,74,3,-7,6.1000000000000005,59.23
-1999,4,14,17,30,0,42,42,1,-7,5.0,58.14
-1999,4,14,18,30,0,0,0,0,-7,3.8,61.04
-1999,4,14,19,30,0,0,0,0,-7,3.3000000000000003,65.21000000000001
-1999,4,14,20,30,0,0,0,-1,-7,3.0,69.19
-1999,4,14,21,30,0,0,0,-1,-7,2.7,69.4
-1999,4,14,22,30,0,0,0,-2,-7,2.6,74.72
-1999,4,14,23,30,0,0,0,-2,-7,3.0,81.04
-1999,4,15,0,30,0,0,0,-3,-7,4.1000000000000005,80.9
-1999,4,15,1,30,0,0,0,-4,-8,5.2,84.27
-1999,4,15,2,30,0,0,0,-4,-9,5.5,84.13
-1999,4,15,3,30,0,0,0,-5,-10,5.0,83.89
-1999,4,15,4,30,0,0,0,-6,-10,4.1000000000000005,79.12
-1999,4,15,5,30,0,0,0,-5,-11,3.8,76.04
-1999,4,15,6,30,0,38,38,-4,-11,4.2,69.56
-1999,4,15,7,30,603,100,338,-3,-12,4.9,56.36
-1999,4,15,8,30,2,140,142,-2,-13,5.6000000000000005,47.46
-1999,4,15,9,30,416,302,596,-1,-14,6.2,40.69
-1999,4,15,10,30,87,405,476,0,-14,6.4,36.73
-1999,4,15,11,30,464,412,811,0,-14,6.300000000000002,34.64
-1999,4,15,12,30,380,405,733,0,-14,6.1000000000000005,35.35
-1999,4,15,13,30,457,367,738,1,-14,6.0,36.06
-1999,4,15,14,30,19,250,264,0,-13,5.9,36.69
-1999,4,15,15,30,0,82,82,0,-13,5.6000000000000005,37.28
-1999,4,15,16,30,0,38,38,0,-13,5.2,40.59
-1999,4,15,17,30,412,61,149,-2,-13,4.3,47.76
-1999,4,15,18,30,0,0,0,-3,-13,3.2,54.76
-1999,4,15,19,30,0,0,0,-4,-13,2.7,57.52
-1999,4,15,20,30,0,0,0,-5,-14,2.6,60.84
-1999,4,15,21,30,0,0,0,-5,-14,2.8000000000000003,60.02
-1999,4,15,22,30,0,0,0,-6,-14,3.0,59.02
-1999,4,15,23,30,0,0,0,-6,-14,3.2,62.14
-1999,4,16,0,30,0,0,0,-7,-15,3.2,60.84
-1999,4,16,1,30,0,0,0,-7,-15,3.2,59.06
-1999,4,16,2,30,0,0,0,-7,-15,3.3000000000000003,57.3
-1999,4,16,3,30,0,0,0,-7,-16,3.3000000000000003,56.47
-1999,4,16,4,30,0,0,0,-7,-16,3.4000000000000004,56.68
-1999,4,16,5,30,0,0,0,-5,-15,3.6,53.48
-1999,4,16,6,30,0,9,9,-3,-14,4.3,47.7
-1999,4,16,7,30,47,161,180,-1,-13,5.1000000000000005,45.46
-1999,4,16,8,30,40,237,260,0,-12,5.4,43.52
-1999,4,16,9,30,23,267,284,0,-12,5.2,42.59
-1999,4,16,10,30,53,379,423,0,-11,4.800000000000002,44.92
-1999,4,16,11,30,53,408,454,0,-10,4.6000000000000005,47.97
-1999,4,16,12,30,290,445,696,0,-9,4.5,51.58
-1999,4,16,13,30,4,126,130,0,-8,4.7,55.8
-1999,4,16,14,30,93,350,417,0,-7,5.2,64.05
-1999,4,16,15,30,9,173,179,0,-7,5.2,65.07000000000001
-1999,4,16,16,30,0,17,17,-1,-7,4.5,68.48
-1999,4,16,17,30,0,8,8,-2,-8,3.5,71.82000000000002
-1999,4,16,18,30,0,0,0,-3,-8,2.7,74.24
-1999,4,16,19,30,0,0,0,-4,-9,2.2,75.34
-1999,4,16,20,30,0,0,0,-4,-10,2.0,75.53
-1999,4,16,21,30,0,0,0,-5,-11,1.9,68.98
-1999,4,16,22,30,0,0,0,-6,-13,1.7000000000000002,67.08
-1999,4,16,23,30,0,0,0,-7,-14,1.5,71.31
-1999,4,17,0,30,0,0,0,-8,-15,1.6,71.02
-1999,4,17,1,30,0,0,0,-9,-16,1.7000000000000002,66.59
-1999,4,17,2,30,0,0,0,-9,-16,1.9,68.58
-1999,4,17,3,30,0,0,0,-10,-17,2.3000000000000003,65.07000000000001
-1999,4,17,4,30,0,0,0,-11,-17,2.7,67.06
-1999,4,17,5,30,0,0,0,-9,-18,3.3000000000000003,55.35
-1999,4,17,6,30,694,54,202,-4,-16,3.8,43.05
-1999,4,17,7,30,593,105,345,0,-13,4.4,40.13
-1999,4,17,8,30,959,99,651,2,-12,4.9,38.51
-1999,4,17,9,30,1003,111,829,4,-11,4.9,37.36
-1999,4,17,10,30,1023,118,951,6,-9,4.9,35.56
-1999,4,17,11,30,1024,123,1010,8,-8,4.9,36.07
-1999,4,17,12,30,182,463,621,9,-7,4.9,34.97
-1999,4,17,13,30,73,401,461,10,-5,4.9,36.98
-1999,4,17,14,30,538,277,663,11,-4,4.800000000000002,40.88
-1999,4,17,15,30,626,168,531,11,-3,4.3,43.63
-1999,4,17,16,30,0,2,2,10,-2,2.7,49.73
-1999,4,17,17,30,561,56,178,7,0,1.4,75.17
-1999,4,17,18,30,72,11,12,4,-2,1.3,80.33
-1999,4,17,19,30,0,0,0,2,-3,1.7000000000000002,75.85000000000002
-1999,4,17,20,30,0,0,0,1,-4,2.3000000000000003,73.3
-1999,4,17,21,30,0,0,0,1,-4,3.0,70.77
-1999,4,17,22,30,0,0,0,1,-5,3.4000000000000004,67.94
-1999,4,17,23,30,0,0,0,1,-5,3.5,65.93
-1999,4,18,0,30,0,0,0,1,-5,3.8,64.76
-1999,4,18,1,30,0,0,0,2,-5,4.1000000000000005,64.31
-1999,4,18,2,30,0,0,0,2,-6,4.1000000000000005,63.86
-1999,4,18,3,30,0,0,0,2,-6,3.7,63.04
-1999,4,18,4,30,0,0,0,2,-6,3.4000000000000004,62.36
-1999,4,18,5,30,0,0,0,3,-6,3.7,57.86
-1999,4,18,6,30,0,8,8,6,-5,4.1000000000000005,49.98
-1999,4,18,7,30,0,16,16,9,-3,4.6000000000000005,45.47
-1999,4,18,8,30,0,117,117,12,-3,5.300000000000002,38.24
-1999,4,18,9,30,9,177,184,14,-4,5.6000000000000005,31.47
-1999,4,18,10,30,5,133,138,15,-4,5.2,28.68
-1999,4,18,11,30,20,300,318,16,-4,4.800000000000002,27.1
-1999,4,18,12,30,194,464,633,17,-4,4.5,25.84
-1999,4,18,13,30,332,401,674,17,-4,4.3,26.03
-1999,4,18,14,30,371,327,594,16,-4,4.0,27.81
-1999,4,18,15,30,229,273,406,15,-3,3.4000000000000004,30.62
-1999,4,18,16,30,256,171,277,14,-2,2.2,37.55
-1999,4,18,17,30,384,67,152,11,0,1.2000000000000002,54.25
-1999,4,18,18,30,0,11,11,9,0,0.9,65.98
-1999,4,18,19,30,0,0,0,8,-1,0.9,58.42
-1999,4,18,20,30,0,0,0,7,-2,1.0,60.22
-1999,4,18,21,30,0,0,0,6,-2,1.3,63.58
-1999,4,18,22,30,0,0,0,5,-2,1.5,67.15
-1999,4,18,23,30,0,0,0,4,-2,1.6,70.2
-1999,4,19,0,30,0,0,0,4,-3,1.7000000000000002,72.93
-1999,4,19,1,30,0,0,0,4,-3,1.8,70.41
-1999,4,19,2,30,0,0,0,3,-4,1.8,68.26
-1999,4,19,3,30,0,0,0,3,-4,1.9,66.24
-1999,4,19,4,30,0,0,0,3,-4,1.9,64.42
-1999,4,19,5,30,0,1,1,5,-5,2.0,55.63
-1999,4,19,6,30,0,23,23,10,-3,2.9000000000000004,48.79
-1999,4,19,7,30,54,169,191,14,-2,3.7,38.3
-1999,4,19,8,30,144,278,362,16,-3,4.0,29.46
-1999,4,19,9,30,456,296,626,18,-4,4.0,26.23
-1999,4,19,10,30,17,263,278,19,-4,3.9,24.36
-1999,4,19,11,30,63,426,482,20,-4,3.7,22.99
-1999,4,19,12,30,299,447,708,20,-4,3.6,21.73
-1999,4,19,13,30,187,431,585,20,-4,3.5,21.69
-1999,4,19,14,30,192,366,505,20,-4,3.2,21.78
-1999,4,19,15,30,664,159,546,19,-4,2.9000000000000004,23.41
-1999,4,19,16,30,581,111,351,18,-3,2.1,25.96
-1999,4,19,17,30,250,88,144,15,0,1.1,41.15
-1999,4,19,18,30,0,11,11,12,0,0.7000000000000001,46.98
-1999,4,19,19,30,0,0,0,10,-2,0.9,47.34
-1999,4,19,20,30,0,0,0,9,-2,1.3,53.74
-1999,4,19,21,30,0,0,0,8,-2,1.6,56.8
-1999,4,19,22,30,0,0,0,7,-3,1.9,54.92
-1999,4,19,23,30,0,0,0,7,-3,2.0,55.15
-1999,4,20,0,30,0,0,0,7,-2,1.8,59.32
-1999,4,20,1,30,0,0,0,6,-1,1.5,69.62
-1999,4,20,2,30,0,0,0,6,0,1.3,78.38
-1999,4,20,3,30,0,0,0,5,0,1.3,77.55
-1999,4,20,4,30,0,0,0,5,0,1.4,76.41
-1999,4,20,5,30,0,15,15,7,0,1.3,66.93
-1999,4,20,6,30,476,70,178,11,1,1.7000000000000002,57.48
-1999,4,20,7,30,663,105,382,14,0,1.8,44.65
-1999,4,20,8,30,794,121,587,17,0,1.5,36.86
-1999,4,20,9,30,853,135,755,18,-1,1.5,30.49
-1999,4,20,10,30,631,304,824,19,-1,1.6,28.0
-1999,4,20,11,30,46,405,445,20,-1,1.8,27.98
-1999,4,20,12,30,1,112,113,19,-1,1.8,28.22
-1999,4,20,13,30,14,213,225,18,-1,1.6,30.83
-1999,4,20,14,30,18,246,259,17,0,1.4,33.9
-1999,4,20,15,30,22,217,230,16,0,1.2000000000000002,37.6
-1999,4,20,16,30,5,134,136,15,1,0.7000000000000001,44.68
-1999,4,20,17,30,0,9,9,13,4,0.5,62.58
-1999,4,20,18,30,0,0,0,11,3,0.7000000000000001,69.05
-1999,4,20,19,30,0,0,0,10,3,0.8,71.8
-1999,4,20,20,30,0,0,0,9,3,0.6000000000000001,77.22
-1999,4,20,21,30,0,0,0,8,3,0.5,84.02
-1999,4,20,22,30,0,0,0,8,3,0.6000000000000001,90.22
-1999,4,20,23,30,0,0,0,7,3,0.9,94.26
-1999,4,21,0,30,0,0,0,6,2,1.3,96.99
-1999,4,21,1,30,0,0,0,5,1,1.9,91.1
-1999,4,21,2,30,0,0,0,4,0,2.2,89.73
-1999,4,21,3,30,0,0,0,3,0,1.7000000000000002,88.05
-1999,4,21,4,30,0,0,0,2,-1,1.2000000000000002,86.53
-1999,4,21,5,30,0,19,19,3,-2,1.1,76.76
-1999,4,21,6,30,620,46,189,6,-2,1.7000000000000002,62.41
-1999,4,21,7,30,808,79,419,9,-4,2.3000000000000003,43.01
-1999,4,21,8,30,894,95,623,11,-7,2.5,30.25
-1999,4,21,9,30,838,152,763,13,-8,2.5,23.9
-1999,4,21,10,30,307,421,675,14,-9,2.5,21.95
-1999,4,21,11,30,116,464,566,15,-8,2.7,21.09
-1999,4,21,12,30,398,428,778,14,-8,3.0,23.44
-1999,4,21,13,30,227,433,621,13,-7,2.8000000000000003,26.8
-1999,4,21,14,30,0,73,73,12,-5,2.2,32.2
-1999,4,21,15,30,27,228,245,10,-4,1.9,41.45
-1999,4,21,16,30,0,28,28,8,-2,2.1,53.2
-1999,4,21,17,30,0,16,16,7,0,2.1,65.71000000000001
-1999,4,21,18,30,0,1,1,6,0,1.9,77.55
-1999,4,21,19,30,0,0,0,5,0,1.6,85.37
-1999,4,21,20,30,0,0,0,4,0,1.1,93.32
-1999,4,21,21,30,0,0,0,3,0,0.5,96.19
-1999,4,21,22,30,0,0,0,2,0,0.7000000000000001,100.0
-1999,4,21,23,30,0,0,0,2,0,1.3,98.53
-1999,4,22,0,30,0,0,0,1,0,1.6,96.28
-1999,4,22,1,30,0,0,0,1,0,1.6,93.75
-1999,4,22,2,30,0,0,0,0,-1,1.4,97.38
-1999,4,22,3,30,0,0,0,0,-1,1.2000000000000002,94.08
-1999,4,22,4,30,0,0,0,0,-2,1.2000000000000002,97.97
-1999,4,22,5,30,0,0,0,0,-2,1.3,87.79
-1999,4,22,6,30,0,4,4,1,-2,1.2000000000000002,83.25
-1999,4,22,7,30,207,184,272,2,-1,1.2000000000000002,87.93
-1999,4,22,8,30,0,112,112,3,-1,1.1,88.65
-1999,4,22,9,30,2,118,120,3,-1,1.1,83.51
-1999,4,22,10,30,12,177,187,4,-1,1.2000000000000002,78.03
-1999,4,22,11,30,0,62,62,5,-1,1.6,72.65
-1999,4,22,12,30,14,194,206,6,-1,2.3000000000000003,67.52
-1999,4,22,13,30,19,283,300,7,-1,3.2,63.17
-1999,4,22,14,30,24,278,296,6,-1,3.5,69.18
-1999,4,22,15,30,0,53,53,5,0,3.5,81.47
-1999,4,22,16,30,0,20,20,3,0,3.7,89.69
-1999,4,22,17,30,0,23,23,2,0,3.8,99.74
-1999,4,22,18,30,0,2,2,1,0,3.9,100.0
-1999,4,22,19,30,0,0,0,1,0,4.1000000000000005,96.43
-1999,4,22,20,30,0,0,0,0,-1,4.1000000000000005,99.28
-1999,4,22,21,30,0,0,0,0,-1,3.6,94.89
-1999,4,22,22,30,0,0,0,0,-2,3.2,97.2
-1999,4,22,23,30,0,0,0,0,-3,2.9000000000000004,100.0
-1999,4,23,0,30,0,0,0,-1,-3,2.5,95.58
-1999,4,23,1,30,0,0,0,-1,-4,2.1,98.12
-1999,4,23,2,30,0,0,0,-2,-4,1.8,94.38
-1999,4,23,3,30,0,0,0,-2,-5,1.6,98.2
-1999,4,23,4,30,0,0,0,-3,-5,1.5,96.35
-1999,4,23,5,30,0,0,0,-2,-5,1.7000000000000002,88.77
-1999,4,23,6,30,0,7,7,-1,-4,2.6,88.46000000000002
-1999,4,23,7,30,0,23,23,0,-3,3.2,87.56
-1999,4,23,8,30,0,59,59,0,-3,3.1,89.76
-1999,4,23,9,30,0,53,53,0,-3,2.8000000000000003,84.54
-1999,4,23,10,30,0,57,57,0,-3,2.4000000000000004,79.61
-1999,4,23,11,30,0,67,67,1,-2,2.1,81.25
-1999,4,23,12,30,0,77,77,2,-2,2.1,83.21000000000002
-1999,4,23,13,30,0,85,85,3,-2,2.3000000000000003,85.13
-1999,4,23,14,30,0,73,73,3,-1,2.6,80.54
-1999,4,23,15,30,0,47,47,3,-1,2.7,80.42
-1999,4,23,16,30,0,22,22,2,-2,2.7,85.47
-1999,4,23,17,30,0,14,14,1,-2,2.1,84.05
-1999,4,23,18,30,0,1,1,0,-2,1.3,93.07
-1999,4,23,19,30,0,0,0,-1,-3,1.0,93.64
-1999,4,23,20,30,0,0,0,-1,-4,1.0,98.28
-1999,4,23,21,30,0,0,0,-2,-4,1.1,95.8
-1999,4,23,22,30,0,0,0,-2,-4,1.4,93.72
-1999,4,23,23,30,0,0,0,-3,-5,1.6,97.15
-1999,4,24,0,30,0,0,0,-3,-6,1.8,98.9
-1999,4,24,1,30,0,0,0,-4,-6,2.1,92.98
-1999,4,24,2,30,0,0,0,-4,-7,2.3000000000000003,89.06
-1999,4,24,3,30,0,0,0,-4,-7,2.2,87.69
-1999,4,24,4,30,0,0,0,-3,-7,2.0,88.47
-1999,4,24,5,30,0,15,15,-1,-7,2.2,79.27
-1999,4,24,6,30,579,62,204,1,-4,2.3000000000000003,76.58
-1999,4,24,7,30,763,85,415,4,-1,2.4000000000000004,82.22
-1999,4,24,8,30,853,102,615,6,0,2.7,79.10000000000002
-1999,4,24,9,30,903,114,782,7,0,3.1,72.4
-1999,4,24,10,30,8,145,152,9,1,3.6,65.63
-1999,4,24,11,30,13,193,205,10,1,4.1000000000000005,63.35
-1999,4,24,12,30,15,212,226,11,1,4.4,60.46
-1999,4,24,13,30,14,218,231,12,1,4.800000000000002,61.18
-1999,4,24,14,30,7,150,156,12,1,5.1000000000000005,61.2
-1999,4,24,15,30,0,106,106,11,1,5.4,65.05
-1999,4,24,16,30,0,47,47,10,1,5.4,69.11
-1999,4,24,17,30,148,92,127,7,1,4.800000000000002,84.27
-1999,4,24,18,30,0,25,25,4,1,3.7,95.63
-1999,4,24,19,30,0,0,0,2,0,2.7,100.0
-1999,4,24,20,30,0,0,0,1,0,2.3000000000000003,99.42
-1999,4,24,21,30,0,0,0,1,0,2.2,95.84
-1999,4,24,22,30,0,0,0,2,0,1.9,96.48
-1999,4,24,23,30,0,0,0,2,0,1.3,97.38
-1999,4,25,0,30,0,0,0,2,0,0.9,96.71
-1999,4,25,1,30,0,0,0,1,0,0.8,95.7
-1999,4,25,2,30,0,0,0,1,0,0.8,94.33
-1999,4,25,3,30,0,0,0,1,0,0.7000000000000001,93.6
-1999,4,25,4,30,0,0,0,1,-1,0.7000000000000001,92.49
-1999,4,25,5,30,0,27,27,1,-1,1.2000000000000002,90.29
-1999,4,25,6,30,0,8,8,2,-1,2.1,92.46
-1999,4,25,7,30,0,66,66,4,0,2.8000000000000003,87.19
-1999,4,25,8,30,40,252,277,6,-1,2.8000000000000003,74.63
-1999,4,25,9,30,34,308,334,8,-1,2.2,62.17
-1999,4,25,10,30,18,272,287,9,-2,1.5,52.35
-1999,4,25,11,30,16,241,256,10,-2,1.4,47.98
-1999,4,25,12,30,3,117,120,10,-2,1.7000000000000002,48.28
-1999,4,25,13,30,9,154,162,10,-1,1.9,52.98
-1999,4,25,14,30,68,350,401,9,-1,1.5,59.04
-1999,4,25,15,30,0,35,35,7,0,0.8,66.3
-1999,4,25,16,30,0,38,38,6,0,0.5,73.39
-1999,4,25,17,30,125,94,124,5,0,0.7000000000000001,87.44
-1999,4,25,18,30,0,22,22,3,0,0.7000000000000001,95.38
-1999,4,25,19,30,0,0,0,2,0,0.8,99.67
-1999,4,25,20,30,0,0,0,1,0,1.0,94.29
-1999,4,25,21,30,0,0,0,1,-1,1.1,88.12
-1999,4,25,22,30,0,0,0,0,-2,1.3,88.98
-1999,4,25,23,30,0,0,0,0,-3,1.5,88.38
-1999,4,26,0,30,0,0,0,0,-4,1.6,84.05
-1999,4,26,1,30,0,0,0,0,-4,1.7000000000000002,76.83
-1999,4,26,2,30,0,0,0,0,-4,1.7000000000000002,78.19
-1999,4,26,3,30,0,0,0,1,-4,1.6,74.23
-1999,4,26,4,30,0,0,0,1,-3,1.5,75.16
-1999,4,26,5,30,0,1,1,2,-3,1.6,78.44
-1999,4,26,6,30,351,83,171,5,-1,2.0,74.96000000000002
-1999,4,26,7,30,0,62,62,7,-1,2.7,62.78
-1999,4,26,8,30,172,293,398,9,0,3.4000000000000004,56.84
-1999,4,26,9,30,244,374,557,10,0,3.6,53.94
-1999,4,26,10,30,254,437,651,11,0,3.7,51.1
-1999,4,26,11,30,422,454,831,12,0,3.9,48.42
-1999,4,26,12,30,544,396,881,13,0,4.1000000000000005,45.99
-1999,4,26,13,30,400,386,723,14,0,4.2,46.45
-1999,4,26,14,30,185,377,514,13,0,4.1000000000000005,46.81
-1999,4,26,15,30,601,187,549,13,0,3.8,50.87000000000001
-1999,4,26,16,30,102,188,233,12,0,3.3000000000000003,56.03
-1999,4,26,17,30,590,68,212,10,1,2.0,68.02
-1999,4,26,18,30,0,29,29,8,2,0.9,86.26
-1999,4,26,19,30,0,0,0,6,2,0.8,88.04
-1999,4,26,20,30,0,0,0,6,1,0.9,90.54
-1999,4,26,21,30,0,0,0,5,1,1.1,93.62
-1999,4,26,22,30,0,0,0,4,0,1.2000000000000002,90.35
-1999,4,26,23,30,0,0,0,4,0,1.5,88.76
-1999,4,27,0,30,0,0,0,4,0,1.7000000000000002,94.01
-1999,4,27,1,30,0,0,0,3,0,1.8,91.85
-1999,4,27,2,30,0,0,0,3,0,1.8,95.16
-1999,4,27,3,30,0,0,0,3,-1,1.8,92.45
-1999,4,27,4,30,0,0,0,3,-1,2.0,91.03
-1999,4,27,5,30,0,1,1,5,-1,2.5,79.62
-1999,4,27,6,30,0,38,38,8,0,2.9000000000000004,65.5
-1999,4,27,7,30,100,194,238,12,0,2.4000000000000004,55.82
-1999,4,27,8,30,276,283,453,14,0,2.1,44.65
-1999,4,27,9,30,561,287,708,15,0,2.1,42.0
-1999,4,27,10,30,710,268,868,17,0,1.8,39.57
-1999,4,27,11,30,813,234,961,18,0,1.7000000000000002,37.44
-1999,4,27,12,30,784,250,951,18,0,1.8,35.27
-1999,4,27,13,30,695,274,860,19,0,2.0,34.980000000000004
-1999,4,27,14,30,432,314,635,18,0,2.1,34.77
-1999,4,27,15,30,0,113,113,17,0,2.0,37.31
-1999,4,27,16,30,170,191,265,16,1,1.5,41.16
-1999,4,27,17,30,47,93,105,14,3,1.0,56.22
-1999,4,27,18,30,0,10,10,12,3,1.1,65.82000000000001
-1999,4,27,19,30,0,0,0,10,3,1.5,71.39
-1999,4,27,20,30,0,0,0,9,3,1.9,76.25
-1999,4,27,21,30,0,0,0,8,2,2.3000000000000003,80.53
-1999,4,27,22,30,0,0,0,7,2,2.6,89.61
-1999,4,27,23,30,0,0,0,6,1,2.7,91.89
-1999,4,28,0,30,0,0,0,5,1,2.6,87.74
-1999,4,28,1,30,0,0,0,5,0,2.4000000000000004,83.71000000000002
-1999,4,28,2,30,0,0,0,5,0,2.1,85.94
-1999,4,28,3,30,0,0,0,4,0,1.8,82.52
-1999,4,28,4,30,0,0,0,4,-1,1.6,79.62
-1999,4,28,5,30,0,11,11,6,-1,1.7000000000000002,69.31
-1999,4,28,6,30,224,97,155,9,0,1.7000000000000002,62.26
-1999,4,28,7,30,54,184,209,12,0,1.6,48.71
-1999,4,28,8,30,734,145,596,13,0,2.1,44.97
-1999,4,28,9,30,517,306,695,14,0,2.7,42.42
-1999,4,28,10,30,411,393,742,15,0,3.4000000000000004,43.11
-1999,4,28,11,30,247,474,695,15,0,4.0,41.57
-1999,4,28,12,30,287,464,721,16,0,4.7,40.51
-1999,4,28,13,30,185,445,602,16,1,5.300000000000002,45.15
-1999,4,28,14,30,10,178,186,15,2,5.800000000000002,50.92
-1999,4,28,15,30,19,217,228,14,3,6.0,58.14
-1999,4,28,16,30,3,134,136,12,4,5.4,67.29
-1999,4,28,17,30,41,93,104,10,5,4.3,83.91
-1999,4,28,18,30,0,5,5,8,6,3.0,100.0
-1999,4,28,19,30,0,0,0,8,4,2.3000000000000003,100.0
-1999,4,28,20,30,0,0,0,8,4,3.1,100.0
-1999,4,28,21,30,0,0,0,7,4,4.2,100.0
-1999,4,28,22,30,0,0,0,5,2,4.4,100.0
-1999,4,28,23,30,0,0,0,4,2,4.4,100.0
-1999,4,29,0,30,0,0,0,4,2,4.7,100.0
-1999,4,29,1,30,0,0,0,4,2,4.6000000000000005,100.0
-1999,4,29,2,30,0,0,0,4,2,4.1000000000000005,100.0
-1999,4,29,3,30,0,0,0,4,2,3.6,100.0
-1999,4,29,4,30,0,0,0,4,2,3.0,100.0
-1999,4,29,5,30,95,29,35,4,2,3.1,100.0
-1999,4,29,6,30,0,44,44,6,2,4.1000000000000005,98.66
-1999,4,29,7,30,176,199,279,7,3,5.300000000000002,89.39
-1999,4,29,8,30,69,280,323,9,3,6.2,85.53
-1999,4,29,9,30,11,188,197,10,3,6.800000000000002,75.58
-1999,4,29,10,30,19,285,301,11,3,7.2,70.51
-1999,4,29,11,30,69,447,509,12,3,7.4,65.73
-1999,4,29,12,30,236,476,688,12,4,7.5,71.32000000000002
-1999,4,29,13,30,22,307,326,11,4,7.6,78.48
-1999,4,29,14,30,13,215,225,9,4,7.6,85.75
-1999,4,29,15,30,173,293,398,8,4,7.300000000000002,90.8
-1999,4,29,16,30,20,161,170,7,4,6.5,94.59
-1999,4,29,17,30,0,14,14,6,3,5.4,99.46
-1999,4,29,18,30,0,2,2,5,2,4.5,100.0
-1999,4,29,19,30,0,0,0,5,2,4.1000000000000005,100.0
-1999,4,29,20,30,0,0,0,5,2,4.1000000000000005,100.0
-1999,4,29,21,30,0,0,0,4,2,4.1000000000000005,100.0
-1999,4,29,22,30,0,0,0,4,2,3.9,100.0
-1999,4,29,23,30,0,0,0,4,2,3.5,100.0
-1999,4,30,0,30,0,0,0,4,1,3.0,100.0
-1999,4,30,1,30,0,0,0,3,1,2.8000000000000003,100.0
-1999,4,30,2,30,0,0,0,3,1,2.8000000000000003,100.0
-1999,4,30,3,30,0,0,0,3,1,3.4000000000000004,100.0
-1999,4,30,4,30,0,0,0,4,1,4.5,100.0
-1999,4,30,5,30,0,5,5,4,2,5.1000000000000005,100.0
-1999,4,30,6,30,23,97,103,5,2,5.0,100.0
-1999,4,30,7,30,0,36,36,5,2,5.300000000000002,98.07
-1999,4,30,8,30,0,50,50,5,2,6.1000000000000005,97.67
-1999,4,30,9,30,0,100,100,6,2,7.5,92.75
-1999,4,30,10,30,0,106,106,7,3,8.6,91.63
-1999,4,30,11,30,8,146,154,8,4,8.5,89.51
-1999,4,30,12,30,9,147,155,9,4,7.4,85.36
-1999,4,30,13,30,6,134,140,8,4,6.7,91.33
-1999,4,30,14,30,6,138,143,7,4,5.9,100.0
-1999,4,30,15,30,0,97,97,5,2,4.6000000000000005,100.0
-1999,4,30,16,30,0,76,76,5,2,3.3000000000000003,100.0
-1999,4,30,17,30,0,40,40,4,2,2.2,100.0
-1999,4,30,18,30,10,20,21,3,1,1.6,100.0
-1999,4,30,19,30,0,0,0,2,0,1.1,100.0
-1999,4,30,20,30,0,0,0,2,0,0.8,100.0
-1999,4,30,21,30,0,0,0,2,0,0.8,100.0
-1999,4,30,22,30,0,0,0,2,0,0.8,96.52
-1999,4,30,23,30,0,0,0,1,-1,1.0,92.34
-1999,5,1,0,30,0,0,0,1,-1,1.3,88.37
-1999,5,1,1,30,0,0,0,0,-2,1.5,92.52
-1999,5,1,2,30,0,0,0,0,-2,1.7000000000000002,90.93
-1999,5,1,3,30,0,0,0,1,-2,1.8,85.65
-1999,5,1,4,30,0,0,0,2,-1,1.7000000000000002,88.42
-1999,5,1,5,30,0,17,17,3,-1,1.8,91.79
-1999,5,1,6,30,0,85,85,4,0,2.2,87.23
-1999,5,1,7,30,124,203,260,5,0,1.9,85.13
-1999,5,1,8,30,229,297,441,7,1,2.1,76.76
-1999,5,1,9,30,165,389,514,8,1,2.9000000000000004,73.03
-1999,5,1,10,30,152,457,588,8,1,2.6,73.60000000000002
-1999,5,1,11,30,13,190,202,9,2,2.0,76.0
-1999,5,1,12,30,13,189,201,8,2,2.5,83.0
-1999,5,1,13,30,14,216,228,7,2,3.5,90.49
-1999,5,1,14,30,0,108,108,5,2,3.5,98.1
-1999,5,1,15,30,0,116,116,4,2,2.8000000000000003,100.0
-1999,5,1,16,30,0,83,83,3,1,2.0,100.0
-1999,5,1,17,30,0,37,37,2,0,1.3,100.0
-1999,5,1,18,30,3,21,21,2,0,0.9,100.0
-1999,5,1,19,30,0,0,0,1,0,0.8,98.07
-1999,5,1,20,30,0,0,0,1,0,0.9,94.84
-1999,5,1,21,30,0,0,0,0,-1,0.8,100.0
-1999,5,1,22,30,0,0,0,0,-1,0.9,98.65
-1999,5,1,23,30,0,0,0,0,-1,1.3,96.68
-1999,5,2,0,30,0,0,0,0,-2,1.5,100.0
-1999,5,2,1,30,0,0,0,0,-2,1.4,96.59
-1999,5,2,2,30,0,0,0,0,-2,1.2000000000000002,95.78
-1999,5,2,3,30,0,0,0,0,-2,1.3,91.1
-1999,5,2,4,30,0,0,0,0,-1,1.6,86.87
-1999,5,2,5,30,0,3,3,2,-1,1.7000000000000002,90.99
-1999,5,2,6,30,0,30,30,3,0,1.8,90.35
-1999,5,2,7,30,0,102,102,4,0,2.0,85.21000000000002
-1999,5,2,8,30,0,109,109,5,0,2.5,78.27
-1999,5,2,9,30,15,234,246,7,0,3.1,65.49
-1999,5,2,10,30,225,451,644,9,-1,3.6,56.25
-1999,5,2,11,30,797,249,972,11,0,4.0,53.97
-1999,5,2,12,30,899,195,1007,12,0,4.3,52.83
-1999,5,2,13,30,700,278,875,12,0,4.4,51.42
-1999,5,2,14,30,816,168,784,13,0,4.4,49.32
-1999,5,2,15,30,646,189,587,12,0,4.1000000000000005,53.3
-1999,5,2,16,30,687,96,404,11,1,3.4000000000000004,58.47
-1999,5,2,17,30,432,77,190,9,2,2.2,74.97
-1999,5,2,18,30,87,26,32,7,2,1.6,86.58
-1999,5,2,19,30,0,0,0,6,1,1.6,92.52
-1999,5,2,20,30,0,0,0,5,1,1.8,90.55
-1999,5,2,21,30,0,0,0,5,1,2.1,88.48
-1999,5,2,22,30,0,0,0,5,0,2.3000000000000003,92.75
-1999,5,2,23,30,0,0,0,4,0,2.5,89.98
-1999,5,3,0,30,0,0,0,4,0,2.7,86.44
-1999,5,3,1,30,0,0,0,4,0,3.0,82.86
-1999,5,3,2,30,0,0,0,4,0,3.2,87.01
-1999,5,3,3,30,0,0,0,3,0,3.2,87.02
-1999,5,3,4,30,0,0,0,3,0,3.0,86.76
-1999,5,3,5,30,250,33,54,5,0,3.3000000000000003,81.56
-1999,5,3,6,30,638,77,253,8,0,3.9,71.49
-1999,5,3,7,30,795,108,476,10,0,4.4,60.56
-1999,5,3,8,30,879,129,683,12,0,5.1000000000000005,51.31
-1999,5,3,9,30,301,375,606,13,0,5.9,46.5
-1999,5,3,10,30,812,219,918,14,0,6.4,43.15
-1999,5,3,11,30,677,326,941,15,0,6.800000000000002,43.06
-1999,5,3,12,30,376,446,787,14,0,6.9,43.52
-1999,5,3,13,30,536,376,834,14,0,6.5,46.76
-1999,5,3,14,30,810,173,786,13,0,5.800000000000002,47.62
-1999,5,3,15,30,0,27,27,12,0,5.2,51.06
-1999,5,3,16,30,695,95,408,11,0,4.5,54.9
-1999,5,3,17,30,570,61,211,9,0,3.0,62.96
-1999,5,3,18,30,0,19,19,6,0,1.7000000000000002,79.25
-1999,5,3,19,30,0,0,0,4,0,1.2000000000000002,88.94
-1999,5,3,20,30,0,0,0,3,0,1.0,97.67
-1999,5,3,21,30,0,0,0,2,0,1.1,93.42
-1999,5,3,22,30,0,0,0,2,-1,1.2000000000000002,91.51
-1999,5,3,23,30,0,0,0,2,-1,1.4,90.74
-1999,5,4,0,30,0,0,0,2,-1,1.4,89.16
-1999,5,4,1,30,0,0,0,2,-1,1.5,89.24
-1999,5,4,2,30,0,0,0,2,-1,1.4,88.97
-1999,5,4,3,30,0,0,0,1,-1,1.3,87.88
-1999,5,4,4,30,0,0,0,1,-2,1.5,84.0
-1999,5,4,5,30,33,30,33,2,-2,2.7,81.10000000000002
-1999,5,4,6,30,752,41,252,4,-3,4.6000000000000005,66.15
-1999,5,4,7,30,850,89,485,6,-4,5.6000000000000005,52.94
-1999,5,4,8,30,933,104,694,7,-5,5.6000000000000005,46.71
-1999,5,4,9,30,978,117,867,8,-5,5.4,42.58
-1999,5,4,10,30,1002,125,989,9,-5,5.1000000000000005,39.9
-1999,5,4,11,30,1011,130,1051,10,-5,4.9,37.93
-1999,5,4,12,30,1007,133,1047,10,-5,4.800000000000002,38.25
-1999,5,4,13,30,991,131,980,10,-5,4.7,40.78
-1999,5,4,14,30,959,125,853,9,-5,4.800000000000002,43.13
-1999,5,4,15,30,910,113,678,8,-5,4.9,45.32
-1999,5,4,16,30,830,93,469,7,-6,4.800000000000002,47.84
-1999,5,4,17,30,672,59,238,6,-6,4.4,51.41
-1999,5,4,18,30,300,26,47,4,-5,4.0,60.9
-1999,5,4,19,30,0,0,0,2,-5,3.9,65.7
-1999,5,4,20,30,0,0,0,1,-5,3.8,64.59
-1999,5,4,21,30,0,0,0,0,-6,3.6,62.85
-1999,5,4,22,30,0,0,0,0,-6,3.5,65.89
-1999,5,4,23,30,0,0,0,0,-7,3.6,68.4
-1999,5,5,0,30,0,0,0,0,-7,4.1000000000000005,65.63
-1999,5,5,1,30,0,0,0,0,-8,4.7,63.32
-1999,5,5,2,30,0,0,0,0,-8,4.800000000000002,62.19000000000001
-1999,5,5,3,30,0,0,0,0,-8,4.6000000000000005,62.53
-1999,5,5,4,30,0,0,0,0,-7,4.6000000000000005,64.86
-1999,5,5,5,30,298,30,57,0,-7,4.5,63.23
-1999,5,5,6,30,502,77,219,1,-6,4.6000000000000005,61.33
-1999,5,5,7,30,556,137,398,3,-6,4.800000000000002,61.84
-1999,5,5,8,30,912,93,673,4,-6,4.800000000000002,53.04
-1999,5,5,9,30,958,102,839,5,-6,4.4,49.22
-1999,5,5,10,30,985,106,957,6,-6,4.0,45.99
-1999,5,5,11,30,994,109,1016,7,-6,3.8,43.2
-1999,5,5,12,30,986,113,1011,8,-6,3.5,41.05
-1999,5,5,13,30,964,116,943,7,-6,3.4000000000000004,44.84
-1999,5,5,14,30,532,306,711,7,-5,3.6,48.73
-1999,5,5,15,30,497,226,535,6,-5,3.7,52.93
-1999,5,5,16,30,782,91,447,4,-5,3.7,56.76
-1999,5,5,17,30,601,72,233,3,-5,3.2,60.86
-1999,5,5,18,30,232,29,47,1,-5,2.5,66.77
-1999,5,5,19,30,0,0,0,0,-5,2.1,73.56
-1999,5,5,20,30,0,0,0,0,-5,2.0,75.86
-1999,5,5,21,30,0,0,0,0,-6,2.1,71.7
-1999,5,5,22,30,0,0,0,-1,-7,2.5,71.27
-1999,5,5,23,30,0,0,0,-1,-9,3.1,67.96000000000001
-1999,5,6,0,30,0,0,0,-2,-10,3.6,61.57
-1999,5,6,1,30,0,0,0,-2,-10,3.6,63.84
-1999,5,6,2,30,0,0,0,-3,-10,3.4000000000000004,63.38
-1999,5,6,3,30,0,0,0,-3,-10,3.4000000000000004,63.68
-1999,5,6,4,30,0,0,0,-3,-10,3.7,63.5
-1999,5,6,5,30,415,28,67,-1,-10,4.3,55.24
-1999,5,6,6,30,748,55,269,0,-10,4.9,49.15
-1999,5,6,7,30,886,70,488,2,-10,4.9,45.6
-1999,5,6,8,30,955,81,690,5,-10,4.6000000000000005,39.95
-1999,5,6,9,30,992,89,855,6,-9,4.6000000000000005,36.71
-1999,5,6,10,30,1011,95,971,8,-8,4.6000000000000005,37.19
-1999,5,6,11,30,1016,99,1029,9,-7,4.5,35.26
-1999,5,6,12,30,1012,101,1024,10,-6,4.5,35.37
-1999,5,6,13,30,998,99,957,11,-5,4.5,35.02
-1999,5,6,14,30,972,93,834,11,-5,4.4,36.42
-1999,5,6,15,30,928,85,665,11,-4,4.4,39.73
-1999,5,6,16,30,852,73,462,10,-4,4.2,43.0
-1999,5,6,17,30,707,55,247,7,-4,3.0,50.94
-1999,5,6,18,30,355,25,53,4,-2,1.7000000000000002,72.35000000000002
-1999,5,6,19,30,0,0,0,2,-2,1.5,82.12
-1999,5,6,20,30,0,0,0,1,-3,1.9,77.52
-1999,5,6,21,30,0,0,0,0,-4,2.6,72.85000000000002
-1999,5,6,22,30,0,0,0,0,-5,3.4000000000000004,73.38
-1999,5,6,23,30,0,0,0,0,-5,3.9,69.56
-1999,5,7,0,30,0,0,0,0,-6,3.8,67.84
-1999,5,7,1,30,0,0,0,0,-6,3.5,73.32000000000002
-1999,5,7,2,30,0,0,0,0,-5,3.3000000000000003,74.19
-1999,5,7,3,30,0,0,0,0,-5,3.3000000000000003,74.8
-1999,5,7,4,30,0,0,0,0,-5,3.5,70.25
-1999,5,7,5,30,253,34,58,2,-5,4.1000000000000005,68.44
-1999,5,7,6,30,610,62,239,6,-4,4.2,59.82
-1999,5,7,7,30,615,123,415,9,-2,3.9,49.59
-1999,5,7,8,30,755,146,629,12,-2,3.9,40.74
-1999,5,7,9,30,961,102,847,14,-2,4.0,36.23
-1999,5,7,10,30,982,107,961,16,-2,3.9,34.800000000000004
-1999,5,7,11,30,993,108,1018,17,-2,3.8,33.03
-1999,5,7,12,30,990,107,1013,18,-1,3.6,31.11
-1999,5,7,13,30,971,107,945,18,-1,3.5,29.2
-1999,5,7,14,30,937,105,821,19,-1,3.4000000000000004,29.24
-1999,5,7,15,30,884,97,651,18,-1,3.2,29.22
-1999,5,7,16,30,799,83,451,17,-1,2.6,31.55
-1999,5,7,17,30,642,63,239,14,0,1.5,46.64
-1999,5,7,18,30,277,28,51,11,3,0.8,70.36
-1999,5,7,19,30,0,0,0,9,0,0.8,64.36
-1999,5,7,20,30,0,0,0,8,0,1.0,65.86
-1999,5,7,21,30,0,0,0,6,0,1.4,75.97
-1999,5,7,22,30,0,0,0,6,0,1.7000000000000002,79.32000000000002
-1999,5,7,23,30,0,0,0,5,0,2.0,76.10000000000002
-1999,5,8,0,30,0,0,0,5,-1,2.5,73.65
-1999,5,8,1,30,0,0,0,5,-1,2.6,72.26
-1999,5,8,2,30,0,0,0,5,-1,2.4000000000000004,77.48
-1999,5,8,3,30,0,0,0,4,-1,2.1,77.21000000000002
-1999,5,8,4,30,0,0,0,4,-1,1.9,76.03
-1999,5,8,5,30,352,32,67,8,0,2.0,65.32000000000001
-1999,5,8,6,30,682,62,262,13,1,2.4000000000000004,56.81
-1999,5,8,7,30,825,80,474,16,0,2.1,43.47
-1999,5,8,8,30,899,92,670,18,0,1.9,32.42
-1999,5,8,9,30,940,102,832,19,0,2.5,30.35
-1999,5,8,10,30,465,416,821,21,0,3.2,29.08
-1999,5,8,11,30,18,281,298,22,0,3.9,27.69
-1999,5,8,12,30,964,115,998,22,0,4.4,26.18
-1999,5,8,13,30,516,387,833,23,0,4.9,26.23
-1999,5,8,14,30,103,382,462,22,0,5.1000000000000005,26.28
-1999,5,8,15,30,0,29,29,21,0,5.300000000000002,27.76
-1999,5,8,16,30,10,155,160,20,0,5.2,30.71
-1999,5,8,17,30,0,85,85,17,2,4.6000000000000005,43.59
-1999,5,8,18,30,0,18,18,13,3,3.9,61.82
-1999,5,8,19,30,0,0,0,11,2,3.6,68.09
-1999,5,8,20,30,0,0,0,9,2,3.4000000000000004,71.83
-1999,5,8,21,30,0,0,0,9,1,3.3000000000000003,70.49
-1999,5,8,22,30,0,0,0,9,1,3.0,72.54
-1999,5,8,23,30,0,0,0,8,0,2.8000000000000003,68.2
-1999,5,9,0,30,0,0,0,8,0,2.9000000000000004,63.94000000000001
-1999,5,9,1,30,0,0,0,8,0,3.2,60.9
-1999,5,9,2,30,0,0,0,8,-1,3.6,58.99
-1999,5,9,3,30,0,0,0,7,-1,3.7,61.74
-1999,5,9,4,30,0,0,0,7,-1,3.6,60.6
-1999,5,9,5,30,343,35,70,10,-2,4.0,52.64
-1999,5,9,6,30,434,90,219,13,-1,4.6000000000000005,41.47
-1999,5,9,7,30,561,140,409,16,0,5.1000000000000005,36.19
-1999,5,9,8,30,781,137,641,19,-1,5.2,27.56
-1999,5,9,9,30,412,340,661,20,-2,4.9,25.22
-1999,5,9,10,30,947,122,949,21,-1,4.5,24.17
-1999,5,9,11,30,401,486,855,22,-1,4.4,23.19
-1999,5,9,12,30,75,464,534,23,-1,4.4,22.14
-1999,5,9,13,30,439,424,804,23,-1,4.5,22.15
-1999,5,9,14,30,544,299,717,22,-1,4.6000000000000005,23.41
-1999,5,9,15,30,307,288,482,21,-1,4.6000000000000005,24.66
-1999,5,9,16,30,149,207,277,20,-1,4.0,26.83
-1999,5,9,17,30,444,83,206,17,2,2.9000000000000004,41.54
-1999,5,9,18,30,52,32,37,13,3,2.3000000000000003,60.9
-1999,5,9,19,30,0,0,0,11,2,2.1,70.18
-1999,5,9,20,30,0,0,0,9,2,1.5,79.34
-1999,5,9,21,30,0,0,0,7,2,0.7000000000000001,84.83
-1999,5,9,22,30,0,0,0,7,2,0.8,82.65
-1999,5,9,23,30,0,0,0,6,2,1.8,87.58
-1999,5,10,0,30,0,0,0,5,2,2.2,100.0
-1999,5,10,1,30,0,0,0,4,1,2.1,100.0
-1999,5,10,2,30,0,0,0,3,1,2.1,100.0
-1999,5,10,3,30,0,0,0,3,1,2.1,100.0
-1999,5,10,4,30,0,0,0,3,0,1.9,100.0
-1999,5,10,5,30,101,43,54,3,0,1.7000000000000002,100.0
-1999,5,10,6,30,0,85,85,5,0,1.3,84.08
-1999,5,10,7,30,3,141,143,6,-1,0.6000000000000001,68.06
-1999,5,10,8,30,0,62,62,8,-2,0.30000000000000004,58.37000000000001
-1999,5,10,9,30,12,188,198,9,-3,0.7000000000000001,46.97
-1999,5,10,10,30,15,216,229,10,-4,1.5,41.18
-1999,5,10,11,30,18,271,288,11,-5,2.6,39.14
-1999,5,10,12,30,253,486,719,11,-5,3.5,37.52
-1999,5,10,13,30,198,459,631,10,-6,4.2,36.15
-1999,5,10,14,30,334,367,625,9,-6,4.6000000000000005,36.88
-1999,5,10,15,30,3,134,136,8,-7,4.800000000000002,37.44
-1999,5,10,16,30,0,43,43,7,-8,4.5,41.07
-1999,5,10,17,30,0,21,21,5,-8,3.6,42.35
-1999,5,10,18,30,337,31,61,3,-7,2.1,51.42
-1999,5,10,19,30,0,0,0,1,-6,1.3,60.45
-1999,5,10,20,30,0,0,0,0,-6,1.2000000000000002,63.88
-1999,5,10,21,30,0,0,0,0,-7,1.0,66.19
-1999,5,10,22,30,0,0,0,0,-8,0.8,62.48
-1999,5,10,23,30,0,0,0,0,-9,0.7000000000000001,63.22
-1999,5,11,0,30,0,0,0,-1,-9,0.6000000000000001,59.62000000000001
-1999,5,11,1,30,0,0,0,-1,-10,0.5,56.95
-1999,5,11,2,30,0,0,0,-1,-10,0.5,55.24
-1999,5,11,3,30,0,0,0,-1,-10,0.6000000000000001,54.5
-1999,5,11,4,30,0,0,0,-1,-10,0.7000000000000001,54.6
-1999,5,11,5,30,208,39,62,0,-8,1.2000000000000002,54.7
-1999,5,11,6,30,583,70,245,3,-10,1.6,43.29
-1999,5,11,7,30,836,87,492,5,-12,1.5,32.17
-1999,5,11,8,30,493,240,560,7,-12,1.2000000000000002,30.01
-1999,5,11,9,30,168,402,533,8,-11,1.0,27.63
-1999,5,11,10,30,80,440,511,9,-10,0.8,27.44
-1999,5,11,11,30,295,477,750,10,-9,0.6000000000000001,27.23
-1999,5,11,12,30,83,471,548,10,-8,0.7000000000000001,29.38
-1999,5,11,13,30,51,406,451,10,-7,1.3,34.56
-1999,5,11,14,30,14,219,230,9,-6,2.2,39.97
-1999,5,11,15,30,194,306,430,8,-6,3.0,41.34
-1999,5,11,16,30,216,205,307,7,-6,3.0,43.83
-1999,5,11,17,30,0,42,42,6,-6,2.3000000000000003,45.46
-1999,5,11,18,30,284,34,60,4,-5,1.4,63.55
-1999,5,11,19,30,0,0,0,2,-3,1.1,74.71000000000002
-1999,5,11,20,30,0,0,0,0,-3,1.1,74.98
-1999,5,11,21,30,0,0,0,0,-3,1.2000000000000002,80.45
-1999,5,11,22,30,0,0,0,0,-4,1.5,84.21000000000002
-1999,5,11,23,30,0,0,0,0,-4,1.8,80.34
-1999,5,12,0,30,0,0,0,0,-5,1.9,82.21000000000002
-1999,5,12,1,30,0,0,0,-1,-6,2.0,78.25
-1999,5,12,2,30,0,0,0,-1,-6,2.0,74.24
-1999,5,12,3,30,0,0,0,-1,-7,2.0,75.5
-1999,5,12,4,30,0,0,0,0,-8,2.1,66.22
-1999,5,12,5,30,370,37,79,2,-8,2.7,54.5
-1999,5,12,6,30,678,71,276,6,-7,2.8000000000000003,44.77
-1999,5,12,7,30,808,94,487,9,-8,1.7000000000000002,31.69
-1999,5,12,8,30,872,113,681,11,-8,1.1,27.95
-1999,5,12,9,30,919,121,842,13,-7,1.2000000000000002,27.13
-1999,5,12,10,30,962,115,961,15,-5,1.5,28.34
-1999,5,12,11,30,979,113,1019,16,-4,1.6,28.83
-1999,5,12,12,30,375,450,796,17,-4,1.5,28.45
-1999,5,12,13,30,529,384,845,17,-3,1.2000000000000002,27.53
-1999,5,12,14,30,558,301,734,17,-3,1.0,28.46
-1999,5,12,15,30,291,294,480,17,-2,0.8,31.14
-1999,5,12,16,30,479,159,384,16,-2,0.8,33.9
-1999,5,12,17,30,274,105,183,13,-1,1.0,41.35
-1999,5,12,18,30,341,30,63,10,0,1.5,61.26
-1999,5,12,19,30,0,0,0,8,0,2.0,66.92
-1999,5,12,20,30,0,0,0,7,0,2.5,76.9
-1999,5,12,21,30,0,0,0,6,0,3.2,77.51
-1999,5,12,22,30,0,0,0,6,0,3.8,76.13
-1999,5,12,23,30,0,0,0,7,0,4.3,74.95
-1999,5,13,0,30,0,0,0,7,0,4.7,74.87
-1999,5,13,1,30,0,0,0,7,0,4.9,75.44
-1999,5,13,2,30,0,0,0,7,0,4.800000000000002,75.22
-1999,5,13,3,30,0,0,0,7,0,4.6000000000000005,74.47
-1999,5,13,4,30,0,0,0,7,0,4.5,73.67
-1999,5,13,5,30,227,39,65,9,0,4.6000000000000005,60.8
-1999,5,13,6,30,375,107,222,13,0,4.800000000000002,49.36
-1999,5,13,7,30,826,78,482,16,1,5.0,42.21
-1999,5,13,8,30,891,92,674,19,1,5.2,34.03
-1999,5,13,9,30,927,103,832,21,1,5.2,33.1
-1999,5,13,10,30,944,113,943,22,2,5.2,30.42
-1999,5,13,11,30,951,117,999,23,2,5.300000000000002,29.07
-1999,5,13,12,30,549,386,894,24,2,5.2,29.16
-1999,5,13,13,30,401,421,772,24,2,4.9,27.27
-1999,5,13,14,30,518,301,703,23,2,4.4,28.97
-1999,5,13,15,30,343,284,503,22,2,3.9,31.02
-1999,5,13,16,30,333,194,352,20,2,3.2,35.56
-1999,5,13,17,30,340,99,197,17,3,2.5,46.59
-1999,5,13,18,30,0,4,4,13,6,2.4000000000000004,73.34
-1999,5,13,19,30,0,0,0,11,5,2.4000000000000004,79.55
-1999,5,13,20,30,0,0,0,10,5,2.0,90.69
-1999,5,13,21,30,0,0,0,9,5,1.4,97.49
-1999,5,13,22,30,0,0,0,8,5,1.1,96.97
-1999,5,13,23,30,0,0,0,7,4,0.9,100.0
-1999,5,14,0,30,0,0,0,7,4,0.7000000000000001,100.0
-1999,5,14,1,30,0,0,0,7,4,0.5,96.8
-1999,5,14,2,30,0,0,0,7,4,0.4,100.0
-1999,5,14,3,30,0,0,0,6,2,0.5,100.0
-1999,5,14,4,30,0,0,0,6,2,0.6000000000000001,100.0
-1999,5,14,5,30,140,46,63,7,4,0.9,93.67
-1999,5,14,6,30,18,110,116,10,4,1.4,84.32000000000002
-1999,5,14,7,30,700,117,462,13,4,1.9,67.95
-1999,5,14,8,30,786,137,652,15,3,2.4000000000000004,56.2
-1999,5,14,9,30,314,383,630,16,2,3.3000000000000003,46.81
-1999,5,14,10,30,446,433,827,17,2,4.3,42.3
-1999,5,14,11,30,377,481,832,18,1,5.300000000000002,37.93
-1999,5,14,12,30,210,496,691,19,0,6.0,32.3
-1999,5,14,13,30,488,409,836,20,-1,6.4,28.36
-1999,5,14,14,30,181,398,539,19,-2,6.0,25.51
-1999,5,14,15,30,539,224,570,18,-3,4.9,25.65
-1999,5,14,16,30,767,83,447,17,-3,3.5,27.05
-1999,5,14,17,30,664,64,258,15,-2,1.8,33.49
-1999,5,14,18,30,336,33,67,11,2,1.2000000000000002,62.12000000000001
-1999,5,14,19,30,0,0,0,8,1,1.8,72.35000000000002
-1999,5,14,20,30,0,0,0,7,1,1.9,76.9
-1999,5,14,21,30,0,0,0,6,1,1.5,84.67
-1999,5,14,22,30,0,0,0,5,2,1.1,100.0
-1999,5,14,23,30,0,0,0,4,2,1.0,100.0
-1999,5,15,0,30,0,0,0,3,1,0.9,100.0
-1999,5,15,1,30,0,0,0,3,1,1.0,100.0
-1999,5,15,2,30,0,0,0,3,1,1.2000000000000002,100.0
-1999,5,15,3,30,0,0,0,3,1,1.4,100.0
-1999,5,15,4,30,0,0,0,3,0,1.7000000000000002,99.96
-1999,5,15,5,30,0,38,38,6,0,2.8000000000000003,80.18
-1999,5,15,6,30,257,118,198,9,0,4.0,62.74
-1999,5,15,7,30,779,97,482,12,0,4.4,46.98
-1999,5,15,8,30,832,120,667,15,-1,4.3,35.66000000000001
-1999,5,15,9,30,725,225,798,17,-2,4.2,29.17
-1999,5,15,10,30,951,118,958,19,-3,4.3,24.23
-1999,5,15,11,30,971,116,1019,20,-4,4.4,22.06
-1999,5,15,12,30,534,423,919,21,-4,4.5,20.56
-1999,5,15,13,30,602,328,856,22,-3,4.4,19.52
-1999,5,15,14,30,493,332,716,22,-3,4.1000000000000005,21.35
-1999,5,15,15,30,143,312,404,21,-3,3.7,23.48
-1999,5,15,16,30,9,155,160,19,-2,3.1,26.25
-1999,5,15,17,30,0,12,12,16,0,2.3000000000000003,38.1
-1999,5,15,18,30,0,12,12,13,3,2.0,62.98
-1999,5,15,19,30,0,0,0,10,2,2.2,70.37
-1999,5,15,20,30,0,0,0,9,2,2.5,73.85000000000002
-1999,5,15,21,30,0,0,0,8,2,2.6,77.93
-1999,5,15,22,30,0,0,0,7,2,2.3000000000000003,81.93
-1999,5,15,23,30,0,0,0,6,1,2.1,86.44
-1999,5,16,0,30,0,0,0,5,1,2.0,92.12
-1999,5,16,1,30,0,0,0,5,1,1.9,97.13
-1999,5,16,2,30,0,0,0,4,1,1.7000000000000002,100.0
-1999,5,16,3,30,0,0,0,3,1,1.3,100.0
-1999,5,16,4,30,0,0,0,3,0,0.9,98.71
-1999,5,16,5,30,310,43,81,5,0,0.9,86.11
-1999,5,16,6,30,630,78,275,8,0,1.5,69.60000000000001
-1999,5,16,7,30,511,159,413,10,-2,2.0,48.44
-1999,5,16,8,30,535,235,588,12,-3,2.3000000000000003,39.42
-1999,5,16,9,30,904,123,839,14,-3,2.8000000000000003,37.21
-1999,5,16,10,30,376,416,749,15,-2,3.4000000000000004,36.07
-1999,5,16,11,30,28,377,403,16,-2,4.0,35.06
-1999,5,16,12,30,0,58,58,16,-1,4.5,36.68
-1999,5,16,13,30,0,39,39,15,0,4.6000000000000005,41.69
-1999,5,16,14,30,0,30,30,13,0,3.7,48.12000000000001
-1999,5,16,15,30,0,19,19,11,1,1.9,59.37000000000001
-1999,5,16,16,30,0,10,10,9,2,1.3,70.8
-1999,5,16,17,30,0,9,9,7,1,2.8000000000000003,80.93
-1999,5,16,18,30,0,9,9,5,1,4.0,91.34
-1999,5,16,19,30,0,0,0,3,1,4.1000000000000005,100.0
-1999,5,16,20,30,0,0,0,3,0,3.6,100.0
-1999,5,16,21,30,0,0,0,2,0,2.5,100.0
-1999,5,16,22,30,0,0,0,2,0,1.4,100.0
-1999,5,16,23,30,0,0,0,1,0,0.8,97.35
-1999,5,17,0,30,0,0,0,1,0,0.7000000000000001,94.39
-1999,5,17,1,30,0,0,0,0,-1,0.8,97.18
-1999,5,17,2,30,0,0,0,0,-2,0.9,92.44
-1999,5,17,3,30,0,0,0,0,-2,1.0,94.02
-1999,5,17,4,30,0,0,0,0,-3,1.2000000000000002,81.97
-1999,5,17,5,30,437,37,92,1,-3,1.9,75.84
-1999,5,17,6,30,729,63,293,4,-5,2.5,59.73
-1999,5,17,7,30,861,78,507,7,-6,2.5,42.6
-1999,5,17,8,30,933,88,704,10,-7,2.5,33.44
-1999,5,17,9,30,972,96,867,12,-7,2.5,29.43
-1999,5,17,10,30,991,102,980,13,-6,2.5,27.89
-1999,5,17,11,30,997,106,1036,14,-6,2.5,26.39
-1999,5,17,12,30,995,105,1031,15,-6,2.6,25.09
-1999,5,17,13,30,983,102,966,16,-6,2.7,23.9
-1999,5,17,14,30,958,96,845,16,-6,2.8000000000000003,24.21
-1999,5,17,15,30,915,87,679,16,-6,2.7,25.99
-1999,5,17,16,30,843,75,482,15,-6,2.6,27.87
-1999,5,17,17,30,711,58,270,13,-5,2.2,32.85
-1999,5,17,18,30,412,31,76,9,-1,1.6,54.81
-1999,5,17,19,30,0,0,0,6,-1,1.6,66.93
-1999,5,17,20,30,0,0,0,5,-2,1.8,69.3
-1999,5,17,21,30,0,0,0,4,-2,2.0,72.75
-1999,5,17,22,30,0,0,0,4,-2,2.2,76.49
-1999,5,17,23,30,0,0,0,3,-3,2.4000000000000004,73.9
-1999,5,18,0,30,0,0,0,3,-3,2.7,70.93
-1999,5,18,1,30,0,0,0,3,-4,2.7,69.10000000000001
-1999,5,18,2,30,0,0,0,3,-4,2.6,73.72
-1999,5,18,3,30,0,0,0,3,-4,2.4000000000000004,73.67
-1999,5,18,4,30,0,0,0,4,-4,2.3000000000000003,68.67
-1999,5,18,5,30,481,34,96,7,-3,2.8000000000000003,59.01
-1999,5,18,6,30,748,57,295,11,-2,2.9000000000000004,46.81
-1999,5,18,7,30,867,72,505,15,-3,1.6,34.96
-1999,5,18,8,30,930,83,699,18,-4,0.4,24.98
-1999,5,18,9,30,962,93,858,20,-4,0.30000000000000004,22.34
-1999,5,18,10,30,977,102,969,21,-4,0.6000000000000001,20.56
-1999,5,18,11,30,981,107,1023,22,-3,0.7000000000000001,20.17
-1999,5,18,12,30,493,447,907,23,-3,0.5,19.69
-1999,5,18,13,30,474,416,834,24,-2,0.30000000000000004,20.27
-1999,5,18,14,30,446,338,688,23,-2,0.1,20.56
-1999,5,18,15,30,584,213,592,23,-2,0.30000000000000004,21.99
-1999,5,18,16,30,621,123,424,22,-2,0.9,23.75
-1999,5,18,17,30,631,72,261,19,0,1.4,30.73
-1999,5,18,18,30,304,38,72,15,4,1.9,56.73
-1999,5,18,19,30,0,0,0,13,2,2.0,57.78
-1999,5,18,20,30,0,0,0,12,2,1.5,61.02
-1999,5,18,21,30,0,0,0,11,3,1.3,71.98
-1999,5,18,22,30,0,0,0,10,2,1.4,74.44
-1999,5,18,23,30,0,0,0,9,1,1.6,72.48
-1999,5,19,0,30,0,0,0,8,0,1.7000000000000002,66.22
-1999,5,19,1,30,0,0,0,7,0,1.9,66.43
-1999,5,19,2,30,0,0,0,7,-1,2.1,63.77
-1999,5,19,3,30,0,0,0,6,-1,2.1,65.89
-1999,5,19,4,30,0,0,0,7,-2,2.0,59.1
-1999,5,19,5,30,425,39,94,10,-1,2.3000000000000003,51.51
-1999,5,19,6,30,703,67,291,15,0,2.9000000000000004,39.85
-1999,5,19,7,30,824,86,500,19,-1,2.5,28.06
-1999,5,19,8,30,888,101,691,22,-3,2.1,19.93
-1999,5,19,9,30,922,113,847,23,-3,2.7,19.3
-1999,5,19,10,30,505,407,857,24,-2,3.5,19.71
-1999,5,19,11,30,20,310,328,25,-1,4.3,20.07
-1999,5,19,12,30,4,124,128,25,0,4.6000000000000005,21.49
-1999,5,19,13,30,214,464,653,24,0,4.6000000000000005,24.26
-1999,5,19,14,30,401,344,660,23,1,4.1000000000000005,27.53
-1999,5,19,15,30,4,135,138,22,2,3.0,31.03
-1999,5,19,16,30,57,203,231,21,3,1.7000000000000002,34.56
-1999,5,19,17,30,0,5,5,19,6,1.1,53.28
-1999,5,19,18,30,0,33,33,16,8,1.3,69.07000000000001
-1999,5,19,19,30,0,0,0,14,6,1.5,70.88
-1999,5,19,20,30,0,0,0,13,6,1.5,73.32000000000002
-1999,5,19,21,30,0,0,0,12,5,1.2000000000000002,79.62
-1999,5,19,22,30,0,0,0,11,5,1.2000000000000002,81.74
-1999,5,19,23,30,0,0,0,10,4,1.7000000000000002,86.02
-1999,5,20,0,30,0,0,0,9,4,2.4000000000000004,85.52
-1999,5,20,1,30,0,0,0,9,4,2.7,86.41
-1999,5,20,2,30,0,0,0,9,5,2.5,93.61
-1999,5,20,3,30,0,0,0,8,5,2.4000000000000004,94.19
-1999,5,20,4,30,0,0,0,8,5,2.8000000000000003,94.71
-1999,5,20,5,30,193,54,80,8,5,3.4000000000000004,95.91
-1999,5,20,6,30,43,123,137,10,5,3.6,86.39
-1999,5,20,7,30,29,192,207,12,5,3.6,78.98
-1999,5,20,8,30,66,302,346,14,4,3.5,64.58
-1999,5,20,9,30,160,409,537,15,4,3.4000000000000004,54.96
-1999,5,20,10,30,421,441,816,17,4,3.4000000000000004,51.12000000000001
-1999,5,20,11,30,18,272,289,18,4,3.6,48.19
-1999,5,20,12,30,373,459,808,18,4,3.7,46.08
-1999,5,20,13,30,206,444,626,18,4,3.8,46.78
-1999,5,20,14,30,200,401,559,17,4,3.7,50.16
-1999,5,20,15,30,170,316,427,16,4,3.5,54.12000000000001
-1999,5,20,16,30,77,219,257,15,5,3.2,62.51
-1999,5,20,17,30,0,30,30,14,5,2.8000000000000003,68.1
-1999,5,20,18,30,0,24,24,12,5,2.2,75.97
-1999,5,20,19,30,0,0,0,10,6,1.7000000000000002,90.09
-1999,5,20,20,30,0,0,0,10,6,1.4,96.57
-1999,5,20,21,30,0,0,0,9,6,1.2000000000000002,100.0
-1999,5,20,22,30,0,0,0,8,4,1.2000000000000002,100.0
-1999,5,20,23,30,0,0,0,7,4,1.4,100.0
-1999,5,21,0,30,0,0,0,7,4,1.6,100.0
-1999,5,21,1,30,0,0,0,7,4,2.0,100.0
-1999,5,21,2,30,0,0,0,6,4,2.4000000000000004,100.0
-1999,5,21,3,30,0,0,0,6,4,2.9000000000000004,100.0
-1999,5,21,4,30,0,0,0,7,4,3.6,100.0
-1999,5,21,5,30,266,51,87,9,4,4.6000000000000005,92.47
-1999,5,21,6,30,572,91,276,13,5,5.1000000000000005,72.84
-1999,5,21,7,30,733,113,483,17,5,4.800000000000002,51.78
-1999,5,21,8,30,819,129,675,20,2,3.8,36.49
-1999,5,21,9,30,866,141,833,22,1,2.8000000000000003,29.18
-1999,5,21,10,30,892,148,943,24,0,2.2,26.3
-1999,5,21,11,30,448,476,897,25,0,2.1,24.54
-1999,5,21,12,30,409,491,874,25,0,2.3000000000000003,23.17
-1999,5,21,13,30,406,432,791,25,0,2.7,23.34
-1999,5,21,14,30,33,326,353,24,1,3.0,25.47
-1999,5,21,15,30,327,294,508,23,1,3.3000000000000003,28.32
-1999,5,21,16,30,219,216,323,21,3,3.2,35.68
-1999,5,21,17,30,387,114,233,19,5,3.0,47.45
-1999,5,21,18,30,200,47,71,17,7,2.9000000000000004,61.12000000000001
-1999,5,21,19,30,0,0,0,15,6,2.9000000000000004,65.17
-1999,5,21,20,30,0,0,0,14,6,2.6,72.63
-1999,5,21,21,30,0,0,0,12,5,2.2,75.17
-1999,5,21,22,30,0,0,0,11,5,1.9,76.7
-1999,5,21,23,30,0,0,0,10,4,1.8,77.51
-1999,5,22,0,30,0,0,0,10,3,2.0,72.94
-1999,5,22,1,30,0,0,0,10,2,2.1,69.35000000000001
-1999,5,22,2,30,0,0,0,10,1,2.1,70.42
-1999,5,22,3,30,0,0,0,9,1,2.0,65.99
-1999,5,22,4,30,0,0,0,9,0,1.9,62.87000000000001
-1999,5,22,5,30,373,43,94,12,1,2.4000000000000004,54.81
-1999,5,22,6,30,648,75,286,16,1,2.6,44.12
-1999,5,22,7,30,785,95,492,19,1,1.9,34.44
-1999,5,22,8,30,864,107,684,22,0,1.2000000000000002,27.55
-1999,5,22,9,30,910,115,843,24,0,0.9,24.26
-1999,5,22,10,30,417,443,815,25,0,1.0,22.87
-1999,5,22,11,30,20,322,341,26,0,1.3,21.58
-1999,5,22,12,30,472,462,905,25,0,1.9,23.29
-1999,5,22,13,30,237,462,672,24,1,2.8000000000000003,25.92
-1999,5,22,14,30,0,42,42,23,2,3.8,29.33
-1999,5,22,15,30,59,291,330,22,3,4.1000000000000005,35.94
-1999,5,22,16,30,66,209,241,20,4,4.0,41.06
-1999,5,22,17,30,122,124,162,17,6,3.9,55.5
-1999,5,22,18,30,0,29,29,14,8,3.8,76.88
-1999,5,22,19,30,0,0,0,12,9,3.8,94.7
-1999,5,22,20,30,0,0,0,11,9,3.5,100.0
-1999,5,22,21,30,0,0,0,11,9,2.6,100.0
-1999,5,22,22,30,0,0,0,11,8,1.8,100.0
-1999,5,22,23,30,0,0,0,10,8,1.1,100.0
-1999,5,23,0,30,0,0,0,10,8,0.5,100.0
-1999,5,23,1,30,0,0,0,10,7,0.30000000000000004,100.0
-1999,5,23,2,30,0,0,0,9,6,0.30000000000000004,100.0
-1999,5,23,3,30,0,0,0,8,6,0.4,100.0
-1999,5,23,4,30,0,0,0,8,6,0.5,100.0
-1999,5,23,5,30,315,49,92,10,7,0.4,95.29
-1999,5,23,6,30,0,74,74,12,7,0.6000000000000001,84.77
-1999,5,23,7,30,7,156,160,15,7,1.4,67.45
-1999,5,23,8,30,72,307,355,18,5,2.2,54.0
-1999,5,23,9,30,65,378,430,19,5,2.5,47.53
-1999,5,23,10,30,40,396,432,20,6,2.6,45.38
-1999,5,23,11,30,216,500,704,21,6,2.7,43.52
-1999,5,23,12,30,40,419,456,22,6,2.8000000000000003,41.58
-1999,5,23,13,30,10,162,172,22,6,2.9000000000000004,42.02
-1999,5,23,14,30,184,404,550,22,6,3.0,44.67
-1999,5,23,15,30,0,56,56,21,6,3.2,47.16
-1999,5,23,16,30,0,42,42,20,6,3.1,49.96
-1999,5,23,17,30,0,92,92,18,6,2.4000000000000004,57.5
-1999,5,23,18,30,0,18,18,15,8,1.7000000000000002,73.44
-1999,5,23,19,30,0,0,0,13,8,1.6,83.7
-1999,5,23,20,30,0,0,0,13,8,1.6,83.09
-1999,5,23,21,30,0,0,0,12,8,1.5,89.08
-1999,5,23,22,30,0,0,0,12,8,1.4,88.41
-1999,5,23,23,30,0,0,0,11,7,1.4,93.13
-1999,5,24,0,30,0,0,0,11,7,1.3,98.18
-1999,5,24,1,30,0,0,0,10,7,1.2000000000000002,96.33
-1999,5,24,2,30,0,0,0,10,7,1.2000000000000002,94.04
-1999,5,24,3,30,0,0,0,9,6,1.5,97.97
-1999,5,24,4,30,0,0,0,10,6,2.4000000000000004,94.82
-1999,5,24,5,30,176,48,72,12,6,3.3000000000000003,81.73
-1999,5,24,6,30,560,90,274,14,6,3.6,68.75
-1999,5,24,7,30,153,230,308,16,6,3.8,61.34
-1999,5,24,8,30,728,164,653,17,6,3.8,57.67
-1999,5,24,9,30,518,334,749,18,6,3.7,54.5
-1999,5,24,10,30,0,101,101,19,6,3.5,54.91
-1999,5,24,11,30,0,65,65,19,7,3.2,52.18
-1999,5,24,12,30,31,395,425,19,7,2.9000000000000004,56.57
-1999,5,24,13,30,784,201,898,18,7,2.8000000000000003,57.92
-1999,5,24,14,30,515,303,711,17,8,2.8000000000000003,63.42
-1999,5,24,15,30,144,319,414,16,8,2.9000000000000004,73.85000000000002
-1999,5,24,16,30,0,106,106,15,8,2.7,81.22
-1999,5,24,17,30,0,10,10,13,9,2.3000000000000003,90.11
-1999,5,24,18,30,0,5,5,12,9,2.0,99.65
-1999,5,24,19,30,0,0,0,11,9,1.8,100.0
-1999,5,24,20,30,0,0,0,11,9,1.4,100.0
-1999,5,24,21,30,0,0,0,11,8,0.9,100.0
-1999,5,24,22,30,0,0,0,11,8,0.4,100.0
-1999,5,24,23,30,0,0,0,10,8,0.4,100.0
-1999,5,25,0,30,0,0,0,10,8,0.7000000000000001,100.0
-1999,5,25,1,30,0,0,0,10,7,1.0,100.0
-1999,5,25,2,30,0,0,0,9,7,1.1,100.0
-1999,5,25,3,30,0,0,0,8,6,1.0,100.0
-1999,5,25,4,30,0,0,0,8,4,1.1,100.0
-1999,5,25,5,30,0,5,5,8,4,1.7000000000000002,100.0
-1999,5,25,6,30,0,16,16,8,6,2.1,100.0
-1999,5,25,7,30,0,43,43,9,5,2.1,99.86
-1999,5,25,8,30,0,54,54,9,5,1.7000000000000002,91.07
-1999,5,25,9,30,1,115,116,11,5,1.1,84.7
-1999,5,25,10,30,20,308,326,12,5,0.4,79.56
-1999,5,25,11,30,14,202,216,13,5,0.2,73.32000000000002
-1999,5,25,12,30,21,330,350,13,5,0.4,67.21000000000001
-1999,5,25,13,30,122,464,573,13,4,0.5,65.77
-1999,5,25,14,30,0,50,50,14,4,0.5,64.4
-1999,5,25,15,30,348,292,522,14,4,0.5,62.82
-1999,5,25,16,30,431,183,398,13,3,0.7000000000000001,61.23
-1999,5,25,17,30,98,127,158,12,3,0.8,64.22
-1999,5,25,18,30,341,42,86,11,5,0.8,81.98
-1999,5,25,19,30,0,0,0,9,4,1.0,90.68
-1999,5,25,20,30,0,0,0,8,4,1.2000000000000002,93.78
-1999,5,25,21,30,0,0,0,7,3,1.5,98.64
-1999,5,25,22,30,0,0,0,6,3,1.6,96.67
-1999,5,25,23,30,0,0,0,6,3,1.6,94.12
-1999,5,26,0,30,0,0,0,6,2,1.6,91.99
-1999,5,26,1,30,0,0,0,6,2,1.7000000000000002,90.72
-1999,5,26,2,30,0,0,0,6,2,1.9,90.45
-1999,5,26,3,30,0,0,0,6,2,2.0,96.74
-1999,5,26,4,30,0,0,0,6,2,2.2,90.45
-1999,5,26,5,30,397,38,95,9,3,2.5,82.32000000000002
-1999,5,26,6,30,598,76,273,12,3,2.4000000000000004,66.04
-1999,5,26,7,30,814,85,502,15,4,2.0,54.88
-1999,5,26,8,30,885,97,692,17,3,2.5,45.99
-1999,5,26,9,30,924,106,849,18,3,2.9000000000000004,42.7
-1999,5,26,10,30,945,113,960,19,3,3.2,40.37
-1999,5,26,11,30,952,117,1016,20,3,3.2,38.59
-1999,5,26,12,30,949,119,1012,21,3,3.1,39.07
-1999,5,26,13,30,934,118,950,21,4,2.9000000000000004,39.46
-1999,5,26,14,30,904,113,833,20,3,2.8000000000000003,39.44
-1999,5,26,15,30,576,222,603,19,3,2.7,41.71
-1999,5,26,16,30,75,216,253,18,3,2.4000000000000004,44.48
-1999,5,26,17,30,35,119,130,17,4,1.6,51.8
-1999,5,26,18,30,0,38,38,14,7,0.8,73.53
-1999,5,26,19,30,0,0,0,12,7,0.6000000000000001,82.49
-1999,5,26,20,30,0,0,0,11,6,0.7000000000000001,84.98
-1999,5,26,21,30,0,0,0,10,6,0.9,91.09
-1999,5,26,22,30,0,0,0,10,6,1.2000000000000002,92.13
-1999,5,26,23,30,0,0,0,10,6,1.5,98.23
-1999,5,27,0,30,0,0,0,10,6,1.8,98.76
-1999,5,27,1,30,0,0,0,10,6,2.2,99.9
-1999,5,27,2,30,0,0,0,10,7,2.6,100.0
-1999,5,27,3,30,0,0,0,9,7,2.6,100.0
-1999,5,27,4,30,0,0,0,9,7,2.7,100.0
-1999,5,27,5,30,0,20,20,9,7,2.8000000000000003,100.0
-1999,5,27,6,30,0,81,81,10,7,2.6,96.43
-1999,5,27,7,30,0,90,90,12,7,1.9,91.31
-1999,5,27,8,30,0,94,94,13,7,1.4,79.09
-1999,5,27,9,30,0,92,92,14,6,1.4,71.4
-1999,5,27,10,30,378,421,760,15,6,1.6,64.97
-1999,5,27,11,30,369,462,811,16,6,1.9,59.92
-1999,5,27,12,30,58,429,484,16,6,2.1,59.56
-1999,5,27,13,30,0,67,67,15,6,2.0,63.56
-1999,5,27,14,30,0,27,27,14,6,1.8,68.26
-1999,5,27,15,30,0,116,117,13,6,1.4,74.05
-1999,5,27,16,30,0,8,8,12,6,1.0,80.77
-1999,5,27,17,30,194,127,189,11,7,0.7000000000000001,88.23
-1999,5,27,18,30,32,49,53,10,7,0.6000000000000001,96.06
-1999,5,27,19,30,0,0,0,9,7,0.8,100.0
-1999,5,27,20,30,0,0,0,8,6,1.0,100.0
-1999,5,27,21,30,0,0,0,8,4,1.2000000000000002,100.0
-1999,5,27,22,30,0,0,0,7,4,1.4,100.0
-1999,5,27,23,30,0,0,0,7,4,1.5,100.0
-1999,5,28,0,30,0,0,0,7,4,1.5,100.0
-1999,5,28,1,30,0,0,0,6,4,1.5,100.0
-1999,5,28,2,30,0,0,0,6,4,1.6,100.0
-1999,5,28,3,30,0,0,0,6,2,1.7000000000000002,100.0
-1999,5,28,4,30,0,0,0,7,3,1.9,99.55
-1999,5,28,5,30,352,49,100,9,4,2.5,84.85000000000002
-1999,5,28,6,30,631,81,291,12,5,2.8000000000000003,72.84
-1999,5,28,7,30,774,99,497,15,4,2.7,57.36
-1999,5,28,8,30,856,110,688,18,3,2.8000000000000003,42.34
-1999,5,28,9,30,905,117,847,20,2,3.0,37.4
-1999,5,28,10,30,934,122,960,21,1,3.1,34.13
-1999,5,28,11,30,946,123,1017,22,1,3.2,31.82
-1999,5,28,12,30,945,123,1014,23,1,3.2,30.09
-1999,5,28,13,30,931,120,951,23,2,3.1,28.72
-1999,5,28,14,30,901,115,834,22,2,2.9000000000000004,31.05
-1999,5,28,15,30,852,106,673,22,2,2.6,33.6
-1999,5,28,16,30,776,92,482,21,2,2.3000000000000003,36.4
-1999,5,28,17,30,641,73,279,19,3,1.6,43.31
-1999,5,28,18,30,368,42,92,16,7,1.2000000000000002,68.41
-1999,5,28,19,30,0,0,0,14,6,1.5,72.58
-1999,5,28,20,30,0,0,0,12,5,1.9,74.15
-1999,5,28,21,30,0,0,0,12,5,2.2,78.56
-1999,5,28,22,30,0,0,0,11,5,2.4000000000000004,83.17
-1999,5,28,23,30,0,0,0,10,5,2.3000000000000003,81.54
-1999,5,29,0,30,0,0,0,10,4,2.2,85.15
-1999,5,29,1,30,0,0,0,9,4,2.2,82.83
-1999,5,29,2,30,0,0,0,8,3,2.2,86.54
-1999,5,29,3,30,0,0,0,8,3,2.3000000000000003,84.55
-1999,5,29,4,30,0,0,0,9,3,2.5,76.87
-1999,5,29,5,30,443,41,107,12,4,3.2,66.52
-1999,5,29,6,30,692,68,299,16,4,3.4000000000000004,52.07
-1999,5,29,7,30,809,86,502,19,3,2.8000000000000003,41.5
-1999,5,29,8,30,779,145,671,22,3,1.9,32.79
-1999,5,29,9,30,11,182,192,23,3,1.3,31.06
-1999,5,29,10,30,18,282,299,24,3,1.1,31.63
-1999,5,29,11,30,178,508,676,23,3,1.3,32.44
-1999,5,29,12,30,0,45,45,22,4,2.1,36.23
-1999,5,29,13,30,828,173,914,21,5,3.2,43.88
-1999,5,29,14,30,15,239,252,19,6,3.7,52.65
-1999,5,29,15,30,4,133,136,17,6,3.2,57.59
-1999,5,29,16,30,19,179,189,17,6,2.2,57.59
-1999,5,29,17,30,0,12,12,16,7,1.4,63.64
-1999,5,29,18,30,331,47,92,14,9,0.9,82.13
-1999,5,29,19,30,0,0,0,12,8,0.7000000000000001,92.08
-1999,5,29,20,30,0,0,0,11,8,0.8,96.44
-1999,5,29,21,30,0,0,0,10,7,1.0,98.66
-1999,5,29,22,30,0,0,0,10,7,1.2000000000000002,94.44
-1999,5,29,23,30,0,0,0,10,6,1.4,97.03
-1999,5,30,0,30,0,0,0,9,5,1.6,93.33
-1999,5,30,1,30,0,0,0,8,5,1.9,95.33
-1999,5,30,2,30,0,0,0,8,4,2.2,90.58
-1999,5,30,3,30,0,0,0,8,3,2.4000000000000004,92.01
-1999,5,30,4,30,0,0,0,9,3,2.8000000000000003,82.24
-1999,5,30,5,30,370,48,104,11,3,3.4000000000000004,68.16
-1999,5,30,6,30,657,77,298,15,3,3.5,53.22
-1999,5,30,7,30,797,93,504,18,2,2.9000000000000004,40.21
-1999,5,30,8,30,870,105,694,21,0,2.2,29.43
-1999,5,30,9,30,312,391,643,22,0,1.4,27.61
-1999,5,30,10,30,387,432,781,23,0,0.7000000000000001,26.26
-1999,5,30,11,30,51,448,496,24,0,0.30000000000000004,24.84
-1999,5,30,12,30,368,468,816,25,0,0.30000000000000004,23.39
-1999,5,30,13,30,398,442,798,25,0,0.30000000000000004,24.74
-1999,5,30,14,30,262,399,610,24,0,0.4,26.19
-1999,5,30,15,30,446,261,558,23,0,0.6000000000000001,27.91
-1999,5,30,16,30,744,105,481,22,1,0.9,30.84
-1999,5,30,17,30,468,96,249,20,2,0.9,38.33
-1999,5,30,18,30,191,51,77,17,6,0.8,58.21
-1999,5,30,19,30,0,0,0,15,6,0.7000000000000001,63.52
-1999,5,30,20,30,0,0,0,14,5,0.7000000000000001,66.62
-1999,5,30,21,30,0,0,0,12,5,0.8,78.47
-1999,5,30,22,30,0,0,0,11,5,1.0,83.64
-1999,5,30,23,30,0,0,0,10,4,1.1,80.3
-1999,5,31,0,30,0,0,0,10,4,1.2000000000000002,82.29
-1999,5,31,1,30,0,0,0,9,3,1.2000000000000002,85.97
-1999,5,31,2,30,0,0,0,8,3,1.3,90.3
-1999,5,31,3,30,0,0,0,7,3,1.2000000000000002,88.25
-1999,5,31,4,30,0,0,0,7,3,1.4,87.91
-1999,5,31,5,30,0,12,12,9,3,1.7000000000000002,77.78
-1999,5,31,6,30,271,128,220,11,3,1.8,69.85000000000001
-1999,5,31,7,30,238,228,351,14,4,1.5,58.42
-1999,5,31,8,30,796,134,673,16,3,1.3,53.55
-1999,5,31,9,30,594,301,781,17,3,1.8,48.82
-1999,5,31,10,30,237,470,684,18,3,2.4000000000000004,42.67
-1999,5,31,11,30,934,125,1010,20,3,2.9000000000000004,39.46
-1999,5,31,12,30,104,496,594,21,2,3.7,35.56
-1999,5,31,13,30,390,438,788,21,1,4.4,31.75
-1999,5,31,14,30,877,128,832,20,1,4.6000000000000005,32.68
-1999,5,31,15,30,818,123,671,19,1,4.7,34.99
-1999,5,31,16,30,0,75,75,17,1,4.6000000000000005,44.02
-1999,5,31,17,30,0,101,101,14,2,4.1000000000000005,53.36
-1999,5,31,18,30,175,54,79,11,3,3.0,68.18
-1999,5,31,19,30,0,0,0,9,4,1.9,82.58
-1999,5,31,20,30,0,0,0,8,3,1.2000000000000002,93.05
-1999,5,31,21,30,0,0,0,7,3,1.0,88.93
-1999,5,31,22,30,0,0,0,7,2,1.1,83.32000000000002
-1999,5,31,23,30,0,0,0,7,1,1.4,83.65
-1999,6,1,0,30,0,0,0,6,0,1.7000000000000002,79.15
-1999,6,1,1,30,0,0,0,6,0,1.7000000000000002,75.62
-1999,6,1,2,30,0,0,0,6,0,1.5,78.51
-1999,6,1,3,30,0,0,0,5,0,1.3,76.9
-1999,6,1,4,30,0,0,0,6,0,1.3,75.75
-1999,6,1,5,30,575,32,119,8,0,1.9,66.5
-1999,6,1,6,30,794,48,316,11,0,2.4000000000000004,50.18
-1999,6,1,7,30,894,58,521,14,-1,2.1,40.49
-1999,6,1,8,30,948,66,709,17,0,1.7000000000000002,36.78
-1999,6,1,9,30,979,72,864,19,0,1.3,31.61
-1999,6,1,10,30,996,77,974,21,0,1.2000000000000002,30.89
-1999,6,1,11,30,1003,79,1030,22,1,1.2000000000000002,29.97
-1999,6,1,12,30,559,414,944,23,1,1.2000000000000002,28.74
-1999,6,1,13,30,21,281,301,23,1,1.2000000000000002,27.2
-1999,6,1,14,30,583,285,753,23,1,1.2000000000000002,29.06
-1999,6,1,15,30,32,268,289,22,1,1.1,31.19
-1999,6,1,16,30,0,92,92,21,1,1.2000000000000002,33.74
-1999,6,1,17,30,575,79,268,19,2,1.3,38.16
-1999,6,1,18,30,0,2,2,16,5,1.4,57.35
-1999,6,1,19,30,0,0,0,14,5,1.7000000000000002,69.91
-1999,6,1,20,30,0,0,0,12,4,1.9,69.62
-1999,6,1,21,30,0,0,0,11,4,2.0,71.5
-1999,6,1,22,30,0,0,0,10,3,2.1,74.48
-1999,6,1,23,30,0,0,0,9,3,2.1,76.48
-1999,6,2,0,30,0,0,0,9,2,2.0,78.47
-1999,6,2,1,30,0,0,0,8,1,1.8,74.88
-1999,6,2,2,30,0,0,0,8,1,1.7000000000000002,77.4
-1999,6,2,3,30,0,0,0,7,1,1.7000000000000002,75.39
-1999,6,2,4,30,0,0,0,8,0,1.9,67.63
-1999,6,2,5,30,107,54,70,11,1,2.8000000000000003,58.21
-1999,6,2,6,30,741,51,302,15,0,3.3000000000000003,41.68
-1999,6,2,7,30,848,75,514,18,0,3.4000000000000004,33.11
-1999,6,2,8,30,778,146,674,21,0,4.1000000000000005,27.37
-1999,6,2,9,30,921,106,851,23,0,5.0,26.39
-1999,6,2,10,30,942,112,961,24,0,5.9,24.17
-1999,6,2,11,30,11,162,173,25,0,6.6000000000000005,23.39
-1999,6,2,12,30,0,102,102,25,1,7.2,25.27
-1999,6,2,13,30,21,317,337,24,1,7.4,28.0
-1999,6,2,14,30,0,79,79,23,2,7.300000000000002,29.96
-1999,6,2,15,30,274,316,500,23,3,7.300000000000002,32.79
-1999,6,2,16,30,142,231,304,21,3,6.9,36.32
-1999,6,2,17,30,571,80,270,19,4,5.800000000000002,47.88
-1999,6,2,18,30,0,9,9,16,6,4.800000000000002,59.2
-1999,6,2,19,30,0,0,0,14,6,3.6,69.7
-1999,6,2,20,30,0,0,0,13,6,2.7,81.37
-1999,6,2,21,30,0,0,0,11,6,2.5,85.3
-1999,6,2,22,30,0,0,0,10,5,2.4000000000000004,86.08
-1999,6,2,23,30,0,0,0,9,4,2.2,83.29
-1999,6,3,0,30,0,0,0,8,3,2.2,81.09
-1999,6,3,1,30,0,0,0,7,1,2.3000000000000003,80.43
-1999,6,3,2,30,0,0,0,6,0,2.3000000000000003,79.95
-1999,6,3,3,30,0,0,0,6,0,2.2,80.13
-1999,6,3,4,30,0,0,0,6,0,2.5,71.37
-1999,6,3,5,30,491,41,116,9,0,3.2,59.1
-1999,6,3,6,30,730,64,312,13,0,3.7,44.76
-1999,6,3,7,30,844,80,518,16,0,4.0,36.37
-1999,6,3,8,30,910,91,708,19,-1,4.3,28.77
-1999,6,3,9,30,950,97,866,21,-1,4.7,24.41
-1999,6,3,10,30,454,441,851,23,-2,5.2,22.51
-1999,6,3,11,30,980,104,1035,24,-2,5.7,21.11
-1999,6,3,12,30,980,103,1033,25,-2,6.2,19.96
-1999,6,3,13,30,969,101,972,26,-2,6.5,18.72
-1999,6,3,14,30,477,353,737,26,-2,6.6000000000000005,18.54
-1999,6,3,15,30,124,326,410,25,-2,6.4,19.25
-1999,6,3,16,30,534,158,431,24,-2,5.9,20.79
-1999,6,3,17,30,714,64,301,21,0,4.5,26.92
-1999,6,3,18,30,464,39,108,17,3,3.0,45.4
-1999,6,3,19,30,0,0,0,14,2,2.5,53.24
-1999,6,3,20,30,0,0,0,12,1,2.4000000000000004,57.4
-1999,6,3,21,30,0,0,0,11,1,2.1,59.16
-1999,6,3,22,30,0,0,0,10,0,1.9,61.02
-1999,6,3,23,30,0,0,0,10,0,1.8,62.55
-1999,6,4,0,30,0,0,0,9,0,1.8,58.84
-1999,6,4,1,30,0,0,0,8,-1,1.8,58.64
-1999,6,4,2,30,0,0,0,8,-2,2.0,59.04
-1999,6,4,3,30,0,0,0,7,-3,2.1,56.11
-1999,6,4,4,30,0,0,0,8,-3,2.3000000000000003,50.12000000000001
-1999,6,4,5,30,562,38,124,11,-2,3.0,44.75
-1999,6,4,6,30,795,58,328,16,-2,3.3000000000000003,31.35
-1999,6,4,7,30,901,71,539,20,-4,3.2,22.8
-1999,6,4,8,30,959,80,732,22,-6,3.6,16.09
-1999,6,4,9,30,991,87,890,24,-6,4.3,15.09
-1999,6,4,10,30,1008,91,1000,25,-6,5.1000000000000005,14.7
-1999,6,4,11,30,1015,92,1055,26,-5,6.0,14.27
-1999,6,4,12,30,1011,91,1050,26,-5,6.800000000000002,13.92
-1999,6,4,13,30,41,402,439,27,-4,7.300000000000002,14.39
-1999,6,4,14,30,15,237,250,26,-4,7.6,14.98
-1999,6,4,15,30,485,255,583,25,-3,7.800000000000002,16.31
-1999,6,4,16,30,509,166,427,24,-3,7.4,17.56
-1999,6,4,17,30,0,19,19,22,-3,5.9,21.53
-1999,6,4,18,30,246,51,88,19,-2,4.5,27.78
-1999,6,4,19,30,0,0,0,16,-2,4.5,34.99
-1999,6,4,20,30,0,0,0,14,-2,4.800000000000002,37.47
-1999,6,4,21,30,0,0,0,13,-1,4.4,45.42
-1999,6,4,22,30,0,0,0,11,0,3.8,52.14
-1999,6,4,23,30,0,0,0,9,0,3.2,60.79
-1999,6,5,0,30,0,0,0,8,0,2.6,67.85
-1999,6,5,1,30,0,0,0,7,-1,2.2,68.78
-1999,6,5,2,30,0,0,0,5,-1,1.8,69.76
-1999,6,5,3,30,0,0,0,4,-2,1.5,71.48
-1999,6,5,4,30,0,0,0,5,-3,1.2000000000000002,63.89
-1999,6,5,5,30,598,28,121,8,-2,0.7000000000000001,54.74
-1999,6,5,6,30,770,60,322,11,-5,1.0,36.33
-1999,6,5,7,30,225,232,349,14,-6,2.2,27.85
-1999,6,5,8,30,515,251,601,16,-5,3.2,25.68
-1999,6,5,9,30,375,365,670,18,-4,3.9,25.0
-1999,6,5,10,30,537,397,882,19,-4,4.6000000000000005,24.23
-1999,6,5,11,30,20,322,341,19,-3,5.300000000000002,23.7
-1999,6,5,12,30,4,121,125,19,-3,5.6000000000000005,26.59
-1999,6,5,13,30,390,451,802,18,-2,5.6000000000000005,29.71
-1999,6,5,14,30,142,413,528,16,-2,5.2,33.03
-1999,6,5,15,30,0,66,66,15,-1,5.1000000000000005,39.04
-1999,6,5,16,30,0,9,9,13,-1,5.5,42.97
-1999,6,5,17,30,0,72,72,11,-1,5.1000000000000005,49.53
-1999,6,5,18,30,164,52,77,9,-1,3.4000000000000004,55.73
-1999,6,5,19,30,0,0,0,7,0,1.6,67.54
-1999,6,5,20,30,0,0,0,7,0,1.1,74.41
-1999,6,5,21,30,0,0,0,6,0,1.5,73.35000000000002
-1999,6,5,22,30,0,0,0,6,-1,2.3000000000000003,74.15
-1999,6,5,23,30,0,0,0,5,-1,3.0,69.96000000000001
-1999,6,6,0,30,0,0,0,5,-2,3.6,67.08
-1999,6,6,1,30,0,0,0,5,-2,4.0,65.04
-1999,6,6,2,30,0,0,0,5,-3,4.1000000000000005,63.78
-1999,6,6,3,30,0,0,0,5,-3,4.0,64.59
-1999,6,6,4,30,0,0,0,6,-2,4.3,66.55
-1999,6,6,5,30,0,2,2,8,-1,4.7,61.8
-1999,6,6,6,30,0,12,12,10,0,5.0,54.16
-1999,6,6,7,30,0,17,17,13,0,5.1000000000000005,49.49
-1999,6,6,8,30,69,311,359,16,0,5.0,42.02
-1999,6,6,9,30,410,356,689,18,0,4.4,35.80000000000001
-1999,6,6,10,30,972,97,974,20,1,3.5,32.26
-1999,6,6,11,30,361,465,808,21,1,2.6,30.78
-1999,6,6,12,30,591,393,955,22,1,1.7000000000000002,29.27
-1999,6,6,13,30,541,392,880,23,1,0.7000000000000001,27.74
-1999,6,6,14,30,507,342,752,23,1,0.5,29.47
-1999,6,6,15,30,570,222,609,22,1,1.1,29.45
-1999,6,6,16,30,708,110,475,21,1,1.6,31.39
-1999,6,6,17,30,709,62,302,20,2,1.5,36.78
-1999,6,6,18,30,484,38,112,17,5,1.3,55.61
-1999,6,6,19,30,0,0,0,14,4,1.7000000000000002,61.37000000000001
-1999,6,6,20,30,0,0,0,13,4,2.2,62.11
-1999,6,6,21,30,0,0,0,12,3,2.4000000000000004,66.09
-1999,6,6,22,30,0,0,0,10,3,2.0,75.14
-1999,6,6,23,30,0,0,0,9,3,1.8,79.13
-1999,6,7,0,30,0,0,0,8,3,1.8,82.08
-1999,6,7,1,30,0,0,0,8,2,1.8,79.21000000000002
-1999,6,7,2,30,0,0,0,8,2,2.0,83.07000000000002
-1999,6,7,3,30,0,0,0,7,2,2.2,82.02
-1999,6,7,4,30,0,0,0,8,1,2.7,75.04
-1999,6,7,5,30,545,37,122,11,2,3.3000000000000003,63.09
-1999,6,7,6,30,769,58,320,15,2,3.3000000000000003,49.79
-1999,6,7,7,30,874,71,526,19,0,2.9000000000000004,33.93
-1999,6,7,8,30,931,82,716,22,-1,3.0,23.59
-1999,6,7,9,30,965,90,873,24,-2,3.6,21.06
-1999,6,7,10,30,983,96,984,25,-2,4.1000000000000005,18.29
-1999,6,7,11,30,990,100,1041,26,-2,4.6000000000000005,17.04
-1999,6,7,12,30,988,100,1040,27,-2,4.9,15.86
-1999,6,7,13,30,377,427,768,28,-2,5.2,14.68
-1999,6,7,14,30,537,330,765,28,-3,5.5,14.55
-1999,6,7,15,30,0,34,34,27,-3,5.7,15.32
-1999,6,7,16,30,621,136,457,26,-2,5.5,16.68
-1999,6,7,17,30,475,100,261,24,-1,4.7,21.86
-1999,6,7,18,30,235,50,87,19,2,3.8,37.65
-1999,6,7,19,30,0,0,0,16,1,3.2,44.19
-1999,6,7,20,30,0,0,0,14,1,3.0,48.71
-1999,6,7,21,30,0,0,0,13,1,2.9000000000000004,50.75
-1999,6,7,22,30,0,0,0,12,0,2.7,50.85
-1999,6,7,23,30,0,0,0,12,0,2.5,50.96
-1999,6,8,0,30,0,0,0,11,-1,2.3000000000000003,47.98
-1999,6,8,1,30,0,0,0,10,-1,2.3000000000000003,50.4
-1999,6,8,2,30,0,0,0,10,-1,2.3000000000000003,55.67
-1999,6,8,3,30,0,0,0,9,-1,2.2,56.54
-1999,6,8,4,30,0,0,0,10,-1,2.2,52.53
-1999,6,8,5,30,519,40,121,14,0,2.6,46.09
-1999,6,8,6,30,758,62,321,19,1,3.4000000000000004,36.11
-1999,6,8,7,30,871,76,530,22,-1,4.2,24.03
-1999,6,8,8,30,932,87,721,24,-3,5.0,17.37
-1999,6,8,9,30,966,95,879,26,-4,5.4,15.7
-1999,6,8,10,30,985,100,990,27,-4,5.6000000000000005,14.77
-1999,6,8,11,30,993,103,1047,28,-4,5.9,13.86
-1999,6,8,12,30,990,103,1045,28,-4,6.1000000000000005,13.08
-1999,6,8,13,30,579,370,894,29,-4,6.1000000000000005,13.0
-1999,6,8,14,30,195,415,574,28,-4,6.0,12.95
-1999,6,8,15,30,739,158,661,27,-4,5.6000000000000005,13.83
-1999,6,8,16,30,842,81,518,26,-4,4.9,15.23
-1999,6,8,17,30,721,66,312,24,-2,3.4000000000000004,19.51
-1999,6,8,18,30,475,42,116,19,3,2.0,41.16
-1999,6,8,19,30,0,0,0,16,2,1.6,46.76
-1999,6,8,20,30,0,0,0,14,1,1.6,50.16
-1999,6,8,21,30,0,0,0,13,1,1.7000000000000002,50.42
-1999,6,8,22,30,0,0,0,12,0,1.8,50.76
-1999,6,8,23,30,0,0,0,11,0,1.9,51.23
-1999,6,9,0,30,0,0,0,11,-1,2.0,51.9
-1999,6,9,1,30,0,0,0,10,-1,2.0,54.63
-1999,6,9,2,30,0,0,0,9,-1,1.8,59.74
-1999,6,9,3,30,0,0,0,8,-1,1.5,60.73
-1999,6,9,4,30,0,0,0,9,0,1.1,56.9
-1999,6,9,5,30,467,44,117,11,1,1.6,59.45
-1999,6,9,6,30,706,69,311,14,0,2.6,45.71
-1999,6,9,7,30,820,87,514,16,0,2.8000000000000003,39.16
-1999,6,9,8,30,51,297,332,18,0,2.3000000000000003,35.26
-1999,6,9,9,30,17,253,267,20,0,2.0,31.39
-1999,6,9,10,30,247,469,693,22,0,2.3000000000000003,29.65
-1999,6,9,11,30,245,475,709,23,0,2.9000000000000004,28.14
-1999,6,9,12,30,405,506,892,24,1,3.5,26.78
-1999,6,9,13,30,574,350,869,24,1,4.0,25.51
-1999,6,9,14,30,21,278,296,23,1,4.3,27.87
-1999,6,9,15,30,24,253,269,22,2,4.5,30.72
-1999,6,9,16,30,0,90,90,21,2,4.2,34.49
-1999,6,9,17,30,0,11,11,18,4,3.0,45.61
-1999,6,9,18,30,0,3,3,16,6,1.5,62.52
-1999,6,9,19,30,0,0,0,14,8,0.7000000000000001,79.81
-1999,6,9,20,30,0,0,0,13,8,0.7000000000000001,92.06
-1999,6,9,21,30,0,0,0,12,8,0.7000000000000001,98.11
-1999,6,9,22,30,0,0,0,11,8,0.5,98.36
-1999,6,9,23,30,0,0,0,10,8,0.2,100.0
-1999,6,10,0,30,0,0,0,9,7,0.2,100.0
-1999,6,10,1,30,0,0,0,9,6,0.4,100.0
-1999,6,10,2,30,0,0,0,9,6,0.5,100.0
-1999,6,10,3,30,0,0,0,9,6,0.4,100.0
-1999,6,10,4,30,0,0,0,9,6,0.2,100.0
-1999,6,10,5,30,0,7,7,10,7,0.30000000000000004,95.87
-1999,6,10,6,30,52,133,151,12,8,0.7000000000000001,89.03
-1999,6,10,7,30,88,229,276,14,8,0.9,77.21000000000002
-1999,6,10,8,30,7,155,160,17,6,1.3,62.04
-1999,6,10,9,30,3,120,123,18,5,2.0,51.21
-1999,6,10,10,30,378,428,770,20,5,2.7,46.16
-1999,6,10,11,30,451,483,913,21,4,3.5,41.94
-1999,6,10,12,30,17,250,266,21,4,4.2,38.25
-1999,6,10,13,30,0,42,42,21,4,4.6000000000000005,37.71
-1999,6,10,14,30,357,373,663,20,4,4.9,40.7
-1999,6,10,15,30,492,255,591,19,4,4.9,44.76
-1999,6,10,16,30,0,24,24,18,5,4.2,49.8
-1999,6,10,17,30,0,5,5,16,6,2.6,60.04
-1999,6,10,18,30,0,3,3,14,7,0.8,74.63
-1999,6,10,19,30,0,0,0,12,8,0.30000000000000004,91.52
-1999,6,10,20,30,0,0,0,11,8,0.6000000000000001,96.13
-1999,6,10,21,30,0,0,0,10,7,0.7000000000000001,100.0
-1999,6,10,22,30,0,0,0,9,7,0.7000000000000001,100.0
-1999,6,10,23,30,0,0,0,8,6,0.7000000000000001,100.0
-1999,6,11,0,30,0,0,0,8,6,0.8,100.0
-1999,6,11,1,30,0,0,0,7,4,0.9,100.0
-1999,6,11,2,30,0,0,0,7,4,1.0,100.0
-1999,6,11,3,30,0,0,0,6,3,1.2000000000000002,99.79
-1999,6,11,4,30,0,0,0,7,3,1.7000000000000002,87.89
-1999,6,11,5,30,372,51,110,9,3,2.6,77.29
-1999,6,11,6,30,638,82,300,13,3,2.7,60.47
-1999,6,11,7,30,773,101,504,16,2,2.1,45.39
-1999,6,11,8,30,848,115,692,19,0,1.7000000000000002,33.54
-1999,6,11,9,30,889,126,848,20,0,1.7000000000000002,30.6
-1999,6,11,10,30,908,136,957,22,0,2.0,28.91
-1999,6,11,11,30,489,460,926,23,0,2.4000000000000004,27.67
-1999,6,11,12,30,77,481,554,23,1,2.8000000000000003,26.73
-1999,6,11,13,30,73,448,515,22,1,3.1,29.93
-1999,6,11,14,30,21,288,305,21,2,3.0,33.87
-1999,6,11,15,30,192,332,463,20,3,2.5,40.95
-1999,6,11,16,30,0,19,19,18,4,2.1,46.84
-1999,6,11,17,30,0,9,9,16,5,1.6,57.95
-1999,6,11,18,30,0,6,6,14,7,1.0,73.19
-1999,6,11,19,30,0,0,0,12,8,0.5,89.78
-1999,6,11,20,30,0,0,0,11,8,0.5,94.85
-1999,6,11,21,30,0,0,0,11,8,0.9,100.0
-1999,6,11,22,30,0,0,0,10,7,1.4,97.95
-1999,6,11,23,30,0,0,0,9,7,1.4,100.0
-1999,6,12,0,30,0,0,0,9,6,1.1,100.0
-1999,6,12,1,30,0,0,0,8,6,1.1,100.0
-1999,6,12,2,30,0,0,0,8,5,1.3,97.84
-1999,6,12,3,30,0,0,0,8,4,1.3,93.3
-1999,6,12,4,30,0,0,0,9,4,1.1,84.32000000000002
-1999,6,12,5,30,348,54,109,11,5,1.0,80.04
-1999,6,12,6,30,595,91,295,14,6,1.3,67.85
-1999,6,12,7,30,715,119,491,16,5,2.0,57.27
-1999,6,12,8,30,786,140,675,17,4,2.5,50.19
-1999,6,12,9,30,839,150,832,18,4,2.7,45.71
-1999,6,12,10,30,16,235,249,20,4,3.0,42.43
-1999,6,12,11,30,0,77,77,21,4,3.3000000000000003,39.57
-1999,6,12,12,30,0,50,50,21,4,3.4000000000000004,39.68
-1999,6,12,13,30,0,54,54,20,4,3.3000000000000003,40.42
-1999,6,12,14,30,25,308,329,19,4,2.9000000000000004,44.43
-1999,6,12,15,30,135,331,424,18,5,2.4000000000000004,52.34
-1999,6,12,16,30,9,164,169,16,5,1.9,57.9
-1999,6,12,17,30,75,138,165,15,6,1.4,65.11
-1999,6,12,18,30,8,54,55,13,7,1.0,80.29
-1999,6,12,19,30,0,0,0,11,8,0.8,95.38
-1999,6,12,20,30,0,0,0,10,7,0.9,98.29
-1999,6,12,21,30,0,0,0,9,7,1.0,100.0
-1999,6,12,22,30,0,0,0,9,6,1.1,100.0
-1999,6,12,23,30,0,0,0,8,6,1.3,100.0
-1999,6,13,0,30,0,0,0,8,4,1.6,100.0
-1999,6,13,1,30,0,0,0,7,4,1.7000000000000002,99.34
-1999,6,13,2,30,0,0,0,6,3,1.6,99.15
-1999,6,13,3,30,0,0,0,6,2,1.4,92.92
-1999,6,13,4,30,0,0,0,7,2,1.6,82.43
-1999,6,13,5,30,0,18,18,10,3,2.3000000000000003,75.8
-1999,6,13,6,30,346,120,239,12,3,3.0,63.33
-1999,6,13,7,30,342,211,390,14,3,3.1,60.45
-1999,6,13,8,30,307,311,520,16,4,2.8000000000000003,54.42
-1999,6,13,9,30,4,126,130,17,4,2.6,48.27
-1999,6,13,10,30,0,98,98,19,4,2.7,45.61
-1999,6,13,11,30,0,88,88,20,4,2.9000000000000004,43.47
-1999,6,13,12,30,27,379,405,21,4,3.2,41.24
-1999,6,13,13,30,18,289,306,21,4,3.4000000000000004,39.18
-1999,6,13,14,30,16,251,264,20,4,3.4000000000000004,42.22
-1999,6,13,15,30,9,174,180,19,5,3.3000000000000003,45.35
-1999,6,13,16,30,501,176,439,18,5,3.0,48.56
-1999,6,13,17,30,439,109,261,17,5,2.5,52.18
-1999,6,13,18,30,414,43,110,14,6,1.6,67.35
-1999,6,13,19,30,0,0,0,12,7,1.0,82.09
-1999,6,13,20,30,0,0,0,11,6,1.1,91.74
-1999,6,13,21,30,0,0,0,10,6,1.3,90.1
-1999,6,13,22,30,0,0,0,10,6,1.6,89.46000000000002
-1999,6,13,23,30,0,0,0,9,6,1.9,95.67
-1999,6,14,0,30,0,0,0,9,6,2.0,95.67
-1999,6,14,1,30,0,0,0,9,6,2.3000000000000003,100.0
-1999,6,14,2,30,0,0,0,8,6,2.6,100.0
-1999,6,14,3,30,0,0,0,8,6,2.8000000000000003,100.0
-1999,6,14,4,30,0,0,0,9,6,3.5,100.0
-1999,6,14,5,30,422,46,112,11,6,4.3,81.72
-1999,6,14,6,30,667,73,301,15,6,4.6000000000000005,63.66
-1999,6,14,7,30,736,101,484,19,5,3.9,50.91
-1999,6,14,8,30,845,108,683,21,4,2.3000000000000003,39.0
-1999,6,14,9,30,96,402,480,22,4,1.1,35.98000000000001
-1999,6,14,10,30,166,476,627,23,4,1.0,36.71
-1999,6,14,11,30,394,505,881,22,5,1.5,40.59
-1999,6,14,12,30,0,57,57,21,5,1.8,45.25
-1999,6,14,13,30,11,168,178,20,6,2.0,47.43
-1999,6,14,14,30,73,391,451,20,7,1.9,51.9
-1999,6,14,15,30,342,306,540,19,7,1.6,52.56
-1999,6,14,16,30,630,135,467,18,7,1.2000000000000002,56.49
-1999,6,14,17,30,304,129,235,17,7,0.7000000000000001,62.13
-1999,6,14,18,30,0,53,53,15,9,0.5,79.28
-1999,6,14,19,30,0,0,0,13,10,0.6000000000000001,93.65
-1999,6,14,20,30,0,0,0,12,9,0.8,97.73
-1999,6,14,21,30,0,0,0,12,9,0.9,94.55
-1999,6,14,22,30,0,0,0,12,8,1.0,92.7
-1999,6,14,23,30,0,0,0,11,8,1.0,97.99
-1999,6,15,0,30,0,0,0,11,8,1.2000000000000002,95.56
-1999,6,15,1,30,0,0,0,10,7,1.4,98.2
-1999,6,15,2,30,0,0,0,10,6,1.6,98.82
-1999,6,15,3,30,0,0,0,9,6,1.6,100.0
-1999,6,15,4,30,0,0,0,10,6,1.6,93.66
-1999,6,15,5,30,0,6,6,11,6,2.0,84.56
-1999,6,15,6,30,0,18,18,12,6,3.0,87.21000000000002
-1999,6,15,7,30,0,40,40,12,7,3.3000000000000003,88.22
-1999,6,15,8,30,16,223,234,12,7,2.6,81.89
-1999,6,15,9,30,52,369,412,14,7,2.2,71.59
-1999,6,15,10,30,0,106,106,16,6,2.7,61.42
-1999,6,15,11,30,20,325,345,17,6,3.7,56.51
-1999,6,15,12,30,62,466,526,17,6,4.1000000000000005,56.67
-1999,6,15,13,30,19,295,313,17,6,3.7,57.48
-1999,6,15,14,30,35,341,370,17,6,3.2,61.91
-1999,6,15,15,30,29,269,289,16,6,2.8000000000000003,66.32000000000001
-1999,6,15,16,30,8,160,164,15,7,2.5,71.64
-1999,6,15,17,30,0,46,46,13,7,2.0,77.46000000000002
-1999,6,15,18,30,0,34,34,12,7,1.5,84.75
-1999,6,15,19,30,0,0,0,11,7,1.1,92.38
-1999,6,15,20,30,0,0,0,10,7,1.0,97.98
-1999,6,15,21,30,0,0,0,10,7,1.0,100.0
-1999,6,15,22,30,0,0,0,9,7,1.1,100.0
-1999,6,15,23,30,0,0,0,9,6,1.2000000000000002,100.0
-1999,6,16,0,30,0,0,0,8,6,1.4,100.0
-1999,6,16,1,30,0,0,0,8,6,1.4,100.0
-1999,6,16,2,30,0,0,0,8,4,1.2000000000000002,100.0
-1999,6,16,3,30,0,0,0,7,4,1.1,100.0
-1999,6,16,4,30,0,0,0,7,4,1.0,100.0
-1999,6,16,5,30,0,46,46,9,5,1.0,91.62
-1999,6,16,6,30,0,21,21,12,6,1.1,82.64
-1999,6,16,7,30,688,124,481,15,6,1.5,67.04
-1999,6,16,8,30,10,185,192,17,5,2.2,57.64
-1999,6,16,9,30,14,224,236,18,5,3.0,54.67
-1999,6,16,10,30,10,156,165,18,6,3.5,52.49
-1999,6,16,11,30,0,87,87,19,6,3.5,54.22
-1999,6,16,12,30,0,63,63,18,7,3.3000000000000003,59.55
-1999,6,16,13,30,0,63,63,17,7,2.9000000000000004,60.84
-1999,6,16,14,30,0,55,55,16,7,2.5,65.84
-1999,6,16,15,30,268,322,506,15,7,2.4000000000000004,70.91
-1999,6,16,16,30,261,230,368,15,7,2.6,76.19
-1999,6,16,17,30,15,122,128,14,8,2.8000000000000003,81.95
-1999,6,16,18,30,0,33,33,13,8,2.5,88.67
-1999,6,16,19,30,0,0,0,11,8,2.2,95.14
-1999,6,16,20,30,0,0,0,10,8,2.1,100.0
-1999,6,16,21,30,0,0,0,10,7,2.1,99.01
-1999,6,16,22,30,0,0,0,10,7,2.4000000000000004,98.3
-1999,6,16,23,30,0,0,0,10,7,3.2,97.54
-1999,6,17,0,30,0,0,0,10,7,3.9,96.16
-1999,6,17,1,30,0,0,0,9,7,3.9,100.0
-1999,6,17,2,30,0,0,0,9,6,3.6,99.35
-1999,6,17,3,30,0,0,0,9,6,3.3000000000000003,97.59
-1999,6,17,4,30,0,0,0,10,6,3.3000000000000003,96.25
-1999,6,17,5,30,0,35,35,12,6,3.1,79.85000000000002
-1999,6,17,6,30,0,97,97,16,7,2.2,64.12
-1999,6,17,7,30,422,200,420,19,7,1.8,52.46
-1999,6,17,8,30,680,186,648,21,6,2.2,45.15
-1999,6,17,9,30,342,378,656,22,7,2.4000000000000004,43.09
-1999,6,17,10,30,394,446,803,23,7,2.2,41.2
-1999,6,17,11,30,0,75,75,22,7,1.7000000000000002,45.33
-1999,6,17,12,30,10,153,162,21,8,0.9,50.34
-1999,6,17,13,30,0,105,105,19,8,1.5,59.21
-1999,6,17,14,30,11,172,181,18,9,2.9000000000000004,68.37
-1999,6,17,15,30,0,31,31,18,8,2.6,66.42
-1999,6,17,16,30,14,178,186,18,8,1.6,59.47
-1999,6,17,17,30,126,151,195,17,7,1.1,61.08
-1999,6,17,18,30,343,56,114,15,8,0.9,74.21000000000002
-1999,6,17,19,30,0,0,0,13,8,0.8,84.8
-1999,6,17,20,30,0,0,0,12,8,0.9,96.23
-1999,6,17,21,30,0,0,0,11,8,0.9,96.43
-1999,6,17,22,30,0,0,0,10,8,1.0,100.0
-1999,6,17,23,30,0,0,0,10,7,1.3,97.02
-1999,6,18,0,30,0,0,0,10,6,1.6,92.14
-1999,6,18,1,30,0,0,0,10,6,1.8,93.82
-1999,6,18,2,30,0,0,0,9,5,2.0,90.97
-1999,6,18,3,30,0,0,0,9,5,2.1,90.02
-1999,6,18,4,30,0,0,0,10,5,2.6,83.71000000000002
-1999,6,18,5,30,404,47,110,13,5,3.3000000000000003,75.03
-1999,6,18,6,30,653,74,297,16,6,3.7,60.21
-1999,6,18,7,30,345,212,391,19,6,3.8,48.7
-1999,6,18,8,30,859,100,684,21,5,3.7,40.85
-1999,6,18,9,30,904,107,840,22,5,3.7,38.1
-1999,6,18,10,30,930,111,952,23,5,3.8,35.87
-1999,6,18,11,30,940,113,1010,24,5,3.8,33.730000000000004
-1999,6,18,12,30,937,115,1010,25,5,3.7,31.76
-1999,6,18,13,30,276,464,715,26,5,3.4000000000000004,31.62
-1999,6,18,14,30,566,318,781,25,5,3.1,31.42
-1999,6,18,15,30,0,42,42,25,4,2.8000000000000003,33.02
-1999,6,18,16,30,0,67,67,24,5,2.5,35.21
-1999,6,18,17,30,1,112,112,22,5,1.6,39.16
-1999,6,18,18,30,232,59,98,20,9,0.9,60.13
-1999,6,18,19,30,0,0,0,18,7,0.9,62.86
-1999,6,18,20,30,0,0,0,16,7,1.0,63.14
-1999,6,18,21,30,0,0,0,15,6,1.3,70.89
-1999,6,18,22,30,0,0,0,13,6,1.6,74.09
-1999,6,18,23,30,0,0,0,13,6,1.9,76.56
-1999,6,19,0,30,0,0,0,12,5,2.0,73.45
-1999,6,19,1,30,0,0,0,11,4,2.0,75.25
-1999,6,19,2,30,0,0,0,11,4,1.9,72.54
-1999,6,19,3,30,0,0,0,11,3,1.8,75.28
-1999,6,19,4,30,0,0,0,12,3,1.9,68.79
-1999,6,19,5,30,249,50,89,16,4,2.7,56.56
-1999,6,19,6,30,707,64,304,20,4,3.0,41.2
-1999,6,19,7,30,822,78,505,23,4,2.8000000000000003,33.86
-1999,6,19,8,30,887,89,692,25,4,2.9000000000000004,29.06
-1999,6,19,9,30,925,97,847,26,4,3.0,27.35
-1999,6,19,10,30,943,104,956,27,4,3.0,26.12
-1999,6,19,11,30,443,486,908,28,4,3.0,24.93
-1999,6,19,12,30,536,430,942,28,4,2.9000000000000004,25.08
-1999,6,19,13,30,13,188,200,28,4,2.7,25.22
-1999,6,19,14,30,0,87,87,27,4,2.3000000000000003,26.95
-1999,6,19,15,30,545,245,621,26,4,1.5,28.37
-1999,6,19,16,30,3,142,143,25,4,0.8,32.05
-1999,6,19,17,30,393,118,257,23,5,1.0,38.63
-1999,6,19,18,30,297,52,102,20,8,1.9,59.27
-1999,6,19,19,30,0,0,0,17,8,3.0,65.19
-1999,6,19,20,30,0,0,0,16,7,3.9,70.87
-1999,6,19,21,30,0,0,0,15,7,3.7,69.58
-1999,6,19,22,30,0,0,0,14,7,3.0,72.66
-1999,6,19,23,30,0,0,0,14,6,2.3000000000000003,75.33
-1999,6,20,0,30,0,0,0,13,6,1.8,72.57000000000002
-1999,6,20,1,30,0,0,0,13,5,1.7000000000000002,75.21000000000002
-1999,6,20,2,30,0,0,0,12,5,1.8,73.31
-1999,6,20,3,30,0,0,0,12,5,1.9,76.48
-1999,6,20,4,30,0,0,0,13,4,2.2,70.06
-1999,6,20,5,30,410,46,110,15,5,2.9000000000000004,61.45
-1999,6,20,6,30,655,75,298,19,6,3.0,51.53
-1999,6,20,7,30,780,93,498,22,5,2.6,38.29
-1999,6,20,8,30,851,106,684,25,4,2.2,29.44
-1999,6,20,9,30,891,117,839,27,3,1.6,25.02
-1999,6,20,10,30,668,311,915,28,3,1.5,23.29
-1999,6,20,11,30,345,462,792,29,3,1.9,22.31
-1999,6,20,12,30,39,425,462,29,3,2.4000000000000004,22.68
-1999,6,20,13,30,16,238,253,29,4,2.6,23.15
-1999,6,20,14,30,456,364,738,28,4,2.7,25.27
-1999,6,20,15,30,578,234,633,27,5,2.9000000000000004,27.69
-1999,6,20,16,30,0,25,25,25,5,3.1,32.58
-1999,6,20,17,30,35,133,146,22,6,3.2,42.02
-1999,6,20,18,30,0,3,3,19,8,3.2,57.67
-1999,6,20,19,30,0,0,0,17,8,3.5,67.28
-1999,6,20,20,30,0,0,0,15,8,3.6,74.97
-1999,6,20,21,30,0,0,0,15,8,3.3000000000000003,78.63
-1999,6,20,22,30,0,0,0,14,7,3.0,76.26
-1999,6,20,23,30,0,0,0,14,7,2.7,74.13
-1999,6,21,0,30,0,0,0,14,7,2.4000000000000004,78.22
-1999,6,21,1,30,0,0,0,13,7,2.1,77.7
-1999,6,21,2,30,0,0,0,13,7,2.0,81.85000000000002
-1999,6,21,3,30,0,0,0,12,6,1.8,79.98
-1999,6,21,4,30,0,0,0,13,6,2.0,72.97
-1999,6,21,5,30,387,45,105,17,7,2.6,65.74
-1999,6,21,6,30,609,74,281,20,7,3.3000000000000003,51.93
-1999,6,21,7,30,795,85,496,23,6,3.7,39.49
-1999,6,21,8,30,870,94,684,25,5,4.0,34.58
-1999,6,21,9,30,718,231,813,26,5,3.9,31.91
-1999,6,21,10,30,359,426,751,26,5,3.6,30.06
-1999,6,21,11,30,65,469,532,26,5,3.3000000000000003,32.33
-1999,6,21,12,30,0,87,87,25,5,2.9000000000000004,32.85
-1999,6,21,13,30,16,249,265,24,6,2.6,36.05
-1999,6,21,14,30,17,262,276,24,6,2.4000000000000004,39.73
-1999,6,21,15,30,0,112,112,23,7,2.2,43.48
-1999,6,21,16,30,151,242,322,22,7,1.9,47.02
-1999,6,21,17,30,0,38,38,21,7,1.6,51.61
-1999,6,21,18,30,259,55,99,18,10,1.3,67.87
-1999,6,21,19,30,0,0,0,16,9,1.4,75.92
-1999,6,21,20,30,0,0,0,15,9,1.7000000000000002,78.09
-1999,6,21,21,30,0,0,0,15,8,2.0,81.21000000000002
-1999,6,21,22,30,0,0,0,14,8,2.5,79.31
-1999,6,21,23,30,0,0,0,14,8,3.0,82.82000000000002
-1999,6,22,0,30,0,0,0,13,7,3.4000000000000004,80.82000000000002
-1999,6,22,1,30,0,0,0,13,7,3.5,78.41
-1999,6,22,2,30,0,0,0,13,6,3.5,80.71000000000002
-1999,6,22,3,30,0,0,0,13,6,3.4000000000000004,78.7
-1999,6,22,4,30,0,0,0,13,6,3.8,73.32000000000002
-1999,6,22,5,30,16,52,55,16,6,4.2,65.13
-1999,6,22,6,30,652,75,296,20,6,4.3,50.78
-1999,6,22,7,30,792,90,500,23,5,4.3,38.81
-1999,6,22,8,30,869,101,689,25,3,4.1000000000000005,28.08
-1999,6,22,9,30,913,108,847,26,2,3.8,24.45
-1999,6,22,10,30,648,325,910,27,2,3.5,22.71
-1999,6,22,11,30,537,430,942,28,2,3.3000000000000003,21.44
-1999,6,22,12,30,38,423,460,28,2,3.3000000000000003,21.67
-1999,6,22,13,30,374,433,773,28,2,3.2,23.5
-1999,6,22,14,30,389,345,665,27,3,3.2,24.5
-1999,6,22,15,30,441,272,577,26,3,3.1,27.15
-1999,6,22,16,30,473,183,435,25,4,2.9000000000000004,29.83
-1999,6,22,17,30,56,142,162,24,5,1.9,35.26
-1999,6,22,18,30,138,61,84,21,8,1.0,54.91
-1999,6,22,19,30,0,0,0,19,8,0.9,60.11
-1999,6,22,20,30,0,0,0,17,7,1.1,60.05
-1999,6,22,21,30,0,0,0,16,6,1.2000000000000002,64.92
-1999,6,22,22,30,0,0,0,14,6,1.3,66.73
-1999,6,22,23,30,0,0,0,13,5,1.3,73.28
-1999,6,23,0,30,0,0,0,12,5,1.3,71.57000000000002
-1999,6,23,1,30,0,0,0,11,5,1.2000000000000002,76.66
-1999,6,23,2,30,0,0,0,11,5,1.0,77.37
-1999,6,23,3,30,0,0,0,11,5,1.0,77.31
-1999,6,23,4,30,0,0,0,12,5,1.3,71.56
-1999,6,23,5,30,490,37,112,14,6,1.9,67.04
-1999,6,23,6,30,729,57,303,18,5,2.0,51.12000000000001
-1999,6,23,7,30,845,68,505,22,5,1.6,40.41
-1999,6,23,8,30,909,77,692,24,4,1.4,32.97
-1999,6,23,9,30,946,82,848,26,5,1.4,31.29
-1999,6,23,10,30,967,86,959,27,5,1.5,28.13
-1999,6,23,11,30,975,88,1017,28,5,1.7000000000000002,27.11
-1999,6,23,12,30,971,89,1017,29,5,2.0,27.58
-1999,6,23,13,30,957,89,960,29,5,2.2,26.23
-1999,6,23,14,30,696,224,794,28,6,2.2,27.88
-1999,6,23,15,30,638,210,651,28,6,2.0,29.59
-1999,6,23,16,30,467,185,434,27,6,1.7000000000000002,31.79
-1999,6,23,17,30,0,110,110,25,6,1.3,35.43
-1999,6,23,18,30,0,2,2,22,10,1.1,53.33
-1999,6,23,19,30,0,0,0,20,10,1.2000000000000002,60.89
-1999,6,23,20,30,0,0,0,19,9,1.3,67.31
-1999,6,23,21,30,0,0,0,17,10,1.4,73.36
-1999,6,23,22,30,0,0,0,17,10,1.6,77.91
-1999,6,23,23,30,0,0,0,16,9,1.9,75.8
-1999,6,24,0,30,0,0,0,15,9,1.9,78.69
-1999,6,24,1,30,0,0,0,14,9,1.7000000000000002,82.19
-1999,6,24,2,30,0,0,0,13,8,1.7000000000000002,85.67
-1999,6,24,3,30,0,0,0,13,8,1.8,88.78
-1999,6,24,4,30,0,0,0,14,7,2.3000000000000003,80.38
-1999,6,24,5,30,455,41,110,17,8,3.0,67.85
-1999,6,24,6,30,709,63,302,21,8,2.8000000000000003,52.69
-1999,6,24,7,30,834,76,506,24,6,2.0,38.86
-1999,6,24,8,30,904,85,697,26,4,1.7000000000000002,29.94
-1999,6,24,9,30,946,91,856,27,3,1.3,24.28
-1999,6,24,10,30,970,95,971,28,2,1.2000000000000002,21.3
-1999,6,24,11,30,981,97,1031,29,1,1.4,19.09
-1999,6,24,12,30,979,97,1032,30,1,2.0,17.56
-1999,6,24,13,30,966,96,975,31,1,2.7,17.46
-1999,6,24,14,30,939,93,863,30,1,3.4000000000000004,17.57
-1999,6,24,15,30,681,191,662,29,1,3.9,19.07
-1999,6,24,16,30,400,206,419,28,2,4.1000000000000005,21.16
-1999,6,24,17,30,0,103,103,25,4,4.1000000000000005,29.29
-1999,6,24,18,30,0,12,12,22,8,4.1000000000000005,46.91
-1999,6,24,19,30,0,0,0,19,9,4.1000000000000005,63.21
-1999,6,24,20,30,0,0,0,18,10,4.1000000000000005,75.21000000000002
-1999,6,24,21,30,0,0,0,17,10,3.9,76.64
-1999,6,24,22,30,0,0,0,17,10,3.8,80.86
-1999,6,24,23,30,0,0,0,16,10,3.6,78.56
-1999,6,25,0,30,0,0,0,16,9,3.4000000000000004,80.36
-1999,6,25,1,30,0,0,0,15,8,3.3000000000000003,76.24
-1999,6,25,2,30,0,0,0,15,7,3.2,71.48
-1999,6,25,3,30,0,0,0,15,7,3.2,67.14
-1999,6,25,4,30,0,0,0,16,6,3.3000000000000003,63.93
-1999,6,25,5,30,356,49,103,18,6,3.7,53.07
-1999,6,25,6,30,631,78,290,22,6,3.8,40.3
-1999,6,25,7,30,775,92,492,25,5,3.6,31.4
-1999,6,25,8,30,848,104,677,28,3,3.3000000000000003,24.85
-1999,6,25,9,30,549,321,764,29,3,3.1,23.51
-1999,6,25,10,30,262,464,700,30,4,2.9000000000000004,23.28
-1999,6,25,11,30,77,481,554,30,4,2.8000000000000003,22.41
-1999,6,25,12,30,13,178,190,31,4,2.7,22.26
-1999,6,25,13,30,94,465,551,31,4,2.6,20.77
-1999,6,25,14,30,619,292,800,31,4,2.5,21.79
-1999,6,25,15,30,596,229,641,30,4,2.4000000000000004,23.19
-1999,6,25,16,30,532,166,450,29,4,2.0,25.04
-1999,6,25,17,30,358,126,253,27,5,1.3,27.91
-1999,6,25,18,30,403,52,121,24,9,1.0,45.33
-1999,6,25,19,30,0,0,0,21,9,1.3,52.43
-1999,6,25,20,30,0,0,0,19,8,1.7000000000000002,55.65
-1999,6,25,21,30,0,0,0,17,7,2.0,59.86
-1999,6,25,22,30,0,0,0,17,6,2.3000000000000003,59.56
-1999,6,25,23,30,0,0,0,16,5,2.5,58.65
-1999,6,26,0,30,0,0,0,15,3,3.0,53.16
-1999,6,26,1,30,0,0,0,14,2,3.1,51.89
-1999,6,26,2,30,0,0,0,13,1,2.6,53.37000000000001
-1999,6,26,3,30,0,0,0,12,2,1.8,57.59
-1999,6,26,4,30,0,0,0,13,2,1.4,55.21
-1999,6,26,5,30,511,36,113,17,4,1.5,51.9
-1999,6,26,6,30,749,56,307,20,1,1.8,33.68
-1999,6,26,7,30,863,68,511,23,0,1.8,25.73
-1999,6,26,8,30,926,76,701,25,0,1.7000000000000002,22.72
-1999,6,26,9,30,962,82,859,26,0,1.5,22.05
-1999,6,26,10,30,982,86,972,28,1,1.6,21.48
-1999,6,26,11,30,988,90,1030,29,1,1.8,20.62
-1999,6,26,12,30,983,92,1031,30,1,1.9,19.49
-1999,6,26,13,30,969,92,974,30,1,1.8,18.18
-1999,6,26,14,30,944,90,865,30,1,1.5,17.71
-1999,6,26,15,30,309,318,532,29,0,1.4,18.28
-1999,6,26,16,30,348,218,403,28,0,1.3,19.16
-1999,6,26,17,30,693,63,310,26,1,0.9,22.55
-1999,6,26,18,30,527,40,131,23,6,0.4,39.04
-1999,6,26,19,30,0,0,0,20,7,0.4,49.32
-1999,6,26,20,30,0,0,0,18,6,0.7000000000000001,53.67
-1999,6,26,21,30,0,0,0,17,6,1.0,60.41
-1999,6,26,22,30,0,0,0,16,5,1.4,61.94000000000001
-1999,6,26,23,30,0,0,0,16,4,1.9,57.95
-1999,6,27,0,30,0,0,0,15,4,2.6,54.56
-1999,6,27,1,30,0,0,0,14,4,3.3000000000000003,58.66
-1999,6,27,2,30,0,0,0,14,5,3.4000000000000004,68.03
-1999,6,27,3,30,0,0,0,13,6,3.3000000000000003,78.82000000000002
-1999,6,27,4,30,0,0,0,13,7,3.5,76.53
-1999,6,27,5,30,108,53,69,15,7,3.7,68.82000000000001
-1999,6,27,6,30,77,133,159,19,7,3.5,56.36
-1999,6,27,7,30,444,184,412,22,3,3.4000000000000004,34.1
-1999,6,27,8,30,161,327,436,24,0,3.2,24.81
-1999,6,27,9,30,344,375,652,26,0,3.0,19.87
-1999,6,27,10,30,284,458,714,27,-1,2.9000000000000004,17.7
-1999,6,27,11,30,523,438,936,28,-1,3.0,16.19
-1999,6,27,12,30,580,378,932,29,-1,3.4000000000000004,14.9
-1999,6,27,13,30,756,235,923,30,-2,3.6,14.54
-1999,6,27,14,30,697,248,821,30,-2,3.7,14.33
-1999,6,27,15,30,882,97,708,29,-2,3.6,14.25
-1999,6,27,16,30,574,155,461,28,-2,3.2,15.14
-1999,6,27,17,30,753,61,330,26,-1,2.1,19.17
-1999,6,27,18,30,528,42,133,22,4,1.1,37.95
-1999,6,27,19,30,0,0,0,19,4,1.0,46.53
-1999,6,27,20,30,0,0,0,17,3,1.2000000000000002,45.26
-1999,6,27,21,30,0,0,0,16,2,1.4,45.31
-1999,6,27,22,30,0,0,0,15,1,1.8,45.61
-1999,6,27,23,30,0,0,0,14,0,2.1,45.12
-1999,6,28,0,30,0,0,0,13,0,1.9,47.78
-1999,6,28,1,30,0,0,0,11,0,1.4,57.08
-1999,6,28,2,30,0,0,0,10,1,1.3,63.75
-1999,6,28,3,30,0,0,0,9,1,1.3,68.38
-1999,6,28,4,30,0,0,0,10,1,1.6,67.62
-1999,6,28,5,30,481,34,106,12,1,1.6,58.82
-1999,6,28,6,30,749,56,306,15,1,1.4,44.08
-1999,6,28,7,30,855,71,508,18,0,1.5,33.72
-1999,6,28,8,30,913,82,697,21,0,1.4,27.24
-1999,6,28,9,30,947,90,854,23,0,1.2000000000000002,23.75
-1999,6,28,10,30,966,96,967,25,0,1.2000000000000002,20.81
-1999,6,28,11,30,974,100,1027,27,0,1.1,19.44
-1999,6,28,12,30,973,101,1029,28,0,1.0,18.16
-1999,6,28,13,30,961,99,974,28,0,1.0,17.05
-1999,6,28,14,30,935,96,864,28,0,1.0,17.04
-1999,6,28,15,30,892,91,709,27,0,1.1,18.31
-1999,6,28,16,30,823,82,522,26,0,1.2000000000000002,19.84
-1999,6,28,17,30,704,69,320,24,0,1.6,23.21
-1999,6,28,18,30,472,46,127,20,2,2.3000000000000003,35.52
-1999,6,28,19,30,0,0,0,17,4,3.0,50.15
-1999,6,28,20,30,0,0,0,15,4,3.4000000000000004,56.35
-1999,6,28,21,30,0,0,0,15,3,3.9,53.93
-1999,6,28,22,30,0,0,0,14,3,4.6000000000000005,54.86
-1999,6,28,23,30,0,0,0,14,2,5.0,56.54
-1999,6,29,0,30,0,0,0,13,2,4.800000000000002,55.09
-1999,6,29,1,30,0,0,0,12,2,4.0,58.4
-1999,6,29,2,30,0,0,0,11,2,3.3000000000000003,63.55
-1999,6,29,3,30,0,0,0,11,2,2.7,64.59
-1999,6,29,4,30,0,0,0,12,2,2.7,59.75
-1999,6,29,5,30,465,38,107,15,2,2.9000000000000004,52.0
-1999,6,29,6,30,707,61,296,19,2,2.7,39.82
-1999,6,29,7,30,829,75,498,22,1,2.6,29.01
-1999,6,29,8,30,844,116,683,25,0,2.5,24.6
-1999,6,29,9,30,936,91,845,26,0,2.3000000000000003,21.89
-1999,6,29,10,30,452,437,844,28,0,2.4000000000000004,20.68
-1999,6,29,11,30,363,477,823,29,0,2.8000000000000003,19.52
-1999,6,29,12,30,269,497,755,29,0,3.4000000000000004,18.32
-1999,6,29,13,30,50,422,468,29,0,3.6,18.34
-1999,6,29,14,30,74,396,457,29,1,3.7,18.69
-1999,6,29,15,30,10,179,186,28,1,3.6,19.99
-1999,6,29,16,30,0,10,10,27,1,3.3000000000000003,21.2
-1999,6,29,17,30,6,117,120,25,1,2.3000000000000003,25.93
-1999,6,29,18,30,0,2,2,22,4,1.4,37.33
-1999,6,29,19,30,0,0,0,19,5,1.8,50.11
-1999,6,29,20,30,0,0,0,17,5,2.2,51.92
-1999,6,29,21,30,0,0,0,16,5,2.0,56.43
-1999,6,29,22,30,0,0,0,15,6,1.4,62.74
-1999,6,29,23,30,0,0,0,15,6,0.7000000000000001,67.99
-1999,6,30,0,30,0,0,0,14,6,0.5,72.2
-1999,6,30,1,30,0,0,0,13,6,0.6000000000000001,71.92
-1999,6,30,2,30,0,0,0,12,5,0.9,75.59
-1999,6,30,3,30,0,0,0,12,5,1.3,77.25
-1999,6,30,4,30,0,0,0,13,4,1.9,68.96000000000001
-1999,6,30,5,30,492,33,105,15,4,2.7,56.55
-1999,6,30,6,30,748,48,296,19,4,3.3000000000000003,42.09
-1999,6,30,7,30,644,125,453,22,3,3.9,33.75
-1999,6,30,8,30,487,250,577,24,3,4.3,29.22
-1999,6,30,9,30,726,224,809,25,3,4.3,27.4
-1999,6,30,10,30,358,424,747,27,3,4.0,25.93
-1999,6,30,11,30,363,488,834,28,3,3.6,23.22
-1999,6,30,12,30,250,502,741,29,3,3.2,22.03
-1999,6,30,13,30,81,457,531,30,3,3.0,22.13
-1999,6,30,14,30,28,324,348,29,3,2.7,22.24
-1999,6,30,15,30,8,163,169,28,3,2.3000000000000003,23.67
-1999,6,30,16,30,0,9,9,27,3,1.8,25.17
-1999,6,30,17,30,0,6,6,26,4,0.8,29.27
-1999,6,30,18,30,0,2,2,23,6,0.5,42.49
-1999,6,30,19,30,0,0,0,21,6,0.6000000000000001,48.54
-1999,6,30,20,30,0,0,0,19,7,0.4,55.36
-1999,6,30,21,30,0,0,0,17,7,0.5,66.32000000000001
-1999,6,30,22,30,0,0,0,15,7,0.8,75.74
-1999,6,30,23,30,0,0,0,13,7,0.8,80.16
-1999,7,1,0,30,0,0,0,13,7,0.7000000000000001,84.78
-1999,7,1,1,30,0,0,0,12,7,0.7000000000000001,89.32000000000002
-1999,7,1,2,30,0,0,0,11,7,0.9,87.68
-1999,7,1,3,30,0,0,0,10,6,1.0,91.35
-1999,7,1,4,30,0,0,0,11,6,1.4,83.0
-1999,7,1,5,30,0,3,3,13,6,1.8,72.42
-1999,7,1,6,30,0,104,104,17,6,1.9,59.59
-1999,7,1,7,30,714,104,467,20,5,2.0,44.88
-1999,7,1,8,30,907,75,683,23,5,2.1,36.2
-1999,7,1,9,30,944,81,840,26,4,2.0,29.2
-1999,7,1,10,30,966,84,953,28,4,1.8,25.31
-1999,7,1,11,30,977,86,1015,30,4,1.9,22.23
-1999,7,1,12,30,977,87,1019,31,4,2.2,20.82
-1999,7,1,13,30,969,84,967,32,4,2.7,19.39
-1999,7,1,14,30,951,80,861,32,3,3.2,18.83
-1999,7,1,15,30,918,75,711,32,3,3.7,19.38
-1999,7,1,16,30,860,67,527,31,2,3.7,20.04
-1999,7,1,17,30,208,144,218,28,3,2.5,22.94
-1999,7,1,18,30,258,56,101,24,7,1.4,39.05
-1999,7,1,19,30,0,0,0,21,7,1.5,46.56
-1999,7,1,20,30,0,0,0,19,6,1.8,48.31
-1999,7,1,21,30,0,0,0,19,5,2.0,48.94
-1999,7,1,22,30,0,0,0,18,4,2.1,46.94
-1999,7,1,23,30,0,0,0,18,4,2.3000000000000003,47.8
-1999,7,2,0,30,0,0,0,17,3,2.5,46.29
-1999,7,2,1,30,0,0,0,16,3,3.0,50.78
-1999,7,2,2,30,0,0,0,16,4,3.3000000000000003,53.98
-1999,7,2,3,30,0,0,0,16,5,3.4000000000000004,55.69
-1999,7,2,4,30,0,0,0,18,5,3.9,51.65
-1999,7,2,5,30,0,39,39,20,5,4.4,42.81
-1999,7,2,6,30,349,114,229,24,5,4.4,34.03
-1999,7,2,7,30,574,143,435,28,4,4.2,27.11
-1999,7,2,8,30,725,163,648,30,3,4.0,20.11
-1999,7,2,9,30,645,267,785,32,2,3.8,18.32
-1999,7,2,10,30,485,420,856,33,2,4.0,17.01
-1999,7,2,11,30,168,508,669,34,2,4.2,15.85
-1999,7,2,12,30,39,425,463,34,1,4.1000000000000005,14.69
-1999,7,2,13,30,319,447,737,34,1,4.3,14.42
-1999,7,2,14,30,12,185,196,33,1,5.0,15.13
-1999,7,2,15,30,24,258,274,32,2,5.7,16.67
-1999,7,2,16,30,0,85,85,30,3,5.6000000000000005,21.82
-1999,7,2,17,30,0,57,57,27,5,4.9,27.64
-1999,7,2,18,30,0,16,16,25,6,3.9,37.25
-1999,7,2,19,30,0,0,0,23,7,2.8000000000000003,43.24
-1999,7,2,20,30,0,0,0,21,7,2.3000000000000003,45.79
-1999,7,2,21,30,0,0,0,21,6,2.5,46.31
-1999,7,2,22,30,0,0,0,20,5,3.0,42.57
-1999,7,2,23,30,0,0,0,20,3,3.5,41.45
-1999,7,3,0,30,0,0,0,20,3,4.0,39.54
-1999,7,3,1,30,0,0,0,20,3,4.1000000000000005,38.64
-1999,7,3,2,30,0,0,0,19,5,3.7,46.16
-1999,7,3,3,30,0,0,0,19,6,3.1,50.81
-1999,7,3,4,30,0,0,0,19,7,3.2,52.98
-1999,7,3,5,30,0,31,31,21,7,3.7,47.97
-1999,7,3,6,30,52,126,144,24,7,4.2,40.44
-1999,7,3,7,30,194,226,324,27,7,4.2,32.28
-1999,7,3,8,30,869,90,671,29,6,3.7,26.86
-1999,7,3,9,30,908,97,826,31,5,3.2,23.08
-1999,7,3,10,30,926,105,937,32,5,3.1,21.45
-1999,7,3,11,30,154,507,654,33,5,3.2,21.21
-1999,7,3,12,30,22,346,367,33,5,3.4000000000000004,21.09
-1999,7,3,13,30,0,100,100,32,5,3.6,22.65
-1999,7,3,14,30,9,153,161,31,6,3.7,24.84
-1999,7,3,15,30,0,106,106,29,6,3.6,27.34
-1999,7,3,16,30,171,243,335,28,7,3.2,32.07
-1999,7,3,17,30,629,80,304,26,7,2.1,35.15
-1999,7,3,18,30,426,48,121,24,9,1.0,49.18
-1999,7,3,19,30,0,0,0,22,10,0.9,58.0
-1999,7,3,20,30,0,0,0,20,9,1.2000000000000002,58.37000000000001
-1999,7,3,21,30,0,0,0,19,8,1.8,59.08
-1999,7,3,22,30,0,0,0,19,8,2.6,55.73
-1999,7,3,23,30,0,0,0,19,7,3.1,56.86
-1999,7,4,0,30,0,0,0,18,7,3.3000000000000003,55.98
-1999,7,4,1,30,0,0,0,18,7,3.4000000000000004,59.44
-1999,7,4,2,30,0,0,0,17,7,3.3000000000000003,59.39
-1999,7,4,3,30,0,0,0,17,7,3.1,63.34
-1999,7,4,4,30,0,0,0,18,7,3.4000000000000004,59.82
-1999,7,4,5,30,444,37,100,20,7,3.9,50.89
-1999,7,4,6,30,691,61,286,24,8,4.2,44.07
-1999,7,4,7,30,810,76,486,27,7,4.1000000000000005,34.25
-1999,7,4,8,30,881,87,676,29,5,3.4000000000000004,25.23
-1999,7,4,9,30,923,94,834,30,4,2.8000000000000003,22.06
-1999,7,4,10,30,946,100,949,31,3,2.5,19.95
-1999,7,4,11,30,60,460,517,32,3,2.5,18.28
-1999,7,4,12,30,54,455,507,33,3,2.6,16.93
-1999,7,4,13,30,406,460,829,34,2,2.4000000000000004,16.61
-1999,7,4,14,30,436,368,726,33,2,2.0,16.43
-1999,7,4,15,30,449,271,582,33,2,1.4,17.46
-1999,7,4,16,30,484,180,439,32,2,0.8,18.63
-1999,7,4,17,30,347,127,251,29,3,0.30000000000000004,21.66
-1999,7,4,18,30,199,59,93,26,8,0.1,39.06
-1999,7,4,19,30,0,0,0,23,8,0.5,48.75
-1999,7,4,20,30,0,0,0,21,7,1.3,46.15
-1999,7,4,21,30,0,0,0,20,6,2.0,46.45
-1999,7,4,22,30,0,0,0,19,4,2.3000000000000003,47.7
-1999,7,4,23,30,0,0,0,18,3,2.5,43.01
-1999,7,5,0,30,0,0,0,18,2,2.5,43.06
-1999,7,5,1,30,0,0,0,17,2,2.3000000000000003,42.05
-1999,7,5,2,30,0,0,0,16,2,2.1,44.58
-1999,7,5,3,30,0,0,0,16,2,2.0,44.51
-1999,7,5,4,30,0,0,0,17,2,2.0,41.84
-1999,7,5,5,30,456,37,101,20,3,2.3000000000000003,37.31
-1999,7,5,6,30,709,61,291,25,2,2.3000000000000003,26.01
-1999,7,5,7,30,829,76,494,28,0,2.5,20.17
-1999,7,5,8,30,892,87,682,29,0,3.5,18.54
-1999,7,5,9,30,927,97,838,29,1,4.1000000000000005,19.12
-1999,7,5,10,30,943,104,950,30,2,4.6000000000000005,19.82
-1999,7,5,11,30,457,429,862,30,4,4.9,21.58
-1999,7,5,12,30,940,113,1008,30,5,5.2,23.22
-1999,7,5,13,30,388,385,738,30,5,5.4,26.02
-1999,7,5,14,30,346,368,652,29,6,5.4,28.69
-1999,7,5,15,30,534,249,619,28,6,5.2,31.6
-1999,7,5,16,30,526,167,448,26,7,4.800000000000002,34.78
-1999,7,5,17,30,223,141,221,24,7,4.0,40.47
-1999,7,5,18,30,19,58,62,21,8,2.5,50.38
-1999,7,5,19,30,0,0,0,19,9,1.4,62.1
-1999,7,5,20,30,0,0,0,18,9,1.2000000000000002,71.83
-1999,7,5,21,30,0,0,0,16,9,1.1,76.47
-1999,7,5,22,30,0,0,0,16,9,1.0,81.21000000000002
-1999,7,5,23,30,0,0,0,15,9,0.9,86.60000000000002
-1999,7,6,0,30,0,0,0,14,9,0.9,86.69
-1999,7,6,1,30,0,0,0,14,9,0.9,92.73
-1999,7,6,2,30,0,0,0,14,9,0.9,92.42
-1999,7,6,3,30,0,0,0,13,9,0.9,91.71
-1999,7,6,4,30,0,0,0,14,9,1.2000000000000002,84.85000000000002
-1999,7,6,5,30,356,42,91,17,9,2.0,71.21000000000002
-1999,7,6,6,30,615,74,272,21,10,3.1,56.12000000000001
-1999,7,6,7,30,748,93,469,24,10,3.8,47.05
-1999,7,6,8,30,826,105,655,27,10,3.9,39.78
-1999,7,6,9,30,873,113,811,29,10,3.9,35.0
-1999,7,6,10,30,897,120,924,30,9,4.1000000000000005,32.28
-1999,7,6,11,30,415,492,885,31,9,4.5,30.0
-1999,7,6,12,30,11,163,174,31,9,5.1000000000000005,29.95
-1999,7,6,13,30,9,150,158,31,9,5.5,32.14
-1999,7,6,14,30,13,206,217,30,10,5.7,34.52
-1999,7,6,15,30,29,269,290,29,10,5.6000000000000005,36.78
-1999,7,6,16,30,67,229,265,27,10,5.2,39.55
-1999,7,6,17,30,135,146,194,25,10,4.3,45.53
-1999,7,6,18,30,0,53,53,23,11,2.7,56.55
-1999,7,6,19,30,0,0,0,21,11,1.6,67.63
-1999,7,6,20,30,0,0,0,20,11,1.8,70.16
-1999,7,6,21,30,0,0,0,19,11,2.3000000000000003,68.29
-1999,7,6,22,30,0,0,0,19,10,2.7,71.43
-1999,7,6,23,30,0,0,0,18,10,2.9000000000000004,75.68
-1999,7,7,0,30,0,0,0,17,10,2.8000000000000003,75.41
-1999,7,7,1,30,0,0,0,17,10,2.6,79.73
-1999,7,7,2,30,0,0,0,16,10,2.3000000000000003,78.96000000000002
-1999,7,7,3,30,0,0,0,15,10,2.1,83.47
-1999,7,7,4,30,0,0,0,16,10,2.5,77.21000000000002
-1999,7,7,5,30,459,35,97,19,10,3.0,64.38
-1999,7,7,6,30,712,57,286,23,10,2.5,50.58
-1999,7,7,7,30,832,70,488,27,9,1.5,39.73
-1999,7,7,8,30,899,79,676,29,7,1.3,29.9
-1999,7,7,9,30,937,86,834,31,6,2.2,24.67
-1999,7,7,10,30,956,91,947,32,6,3.2,22.35
-1999,7,7,11,30,962,95,1006,33,5,3.9,20.74
-1999,7,7,12,30,955,98,1007,33,6,4.5,20.9
-1999,7,7,13,30,934,101,949,33,6,5.0,21.38
-1999,7,7,14,30,898,103,839,32,6,5.2,23.41
-1999,7,7,15,30,573,236,632,31,7,5.2,25.79
-1999,7,7,16,30,669,126,483,30,8,4.9,28.4
-1999,7,7,17,30,614,82,300,28,8,3.8,35.55000000000001
-1999,7,7,18,30,375,52,116,25,10,2.4000000000000004,48.19
-1999,7,7,19,30,0,0,0,22,12,1.8,61.57
-1999,7,7,20,30,0,0,0,21,12,1.9,66.34
-1999,7,7,21,30,0,0,0,20,12,2.2,69.92
-1999,7,7,22,30,0,0,0,20,12,2.8000000000000003,73.61
-1999,7,7,23,30,0,0,0,19,11,3.5,72.19
-1999,7,8,0,30,0,0,0,19,11,3.9,70.47
-1999,7,8,1,30,0,0,0,19,11,3.8,69.07000000000001
-1999,7,8,2,30,0,0,0,19,11,3.4000000000000004,67.8
-1999,7,8,3,30,0,0,0,19,10,3.0,70.84
-1999,7,8,4,30,0,0,0,19,10,2.8000000000000003,65.75
-1999,7,8,5,30,162,47,68,21,10,3.0,58.54
-1999,7,8,6,30,0,50,50,24,10,3.1,51.87000000000001
-1999,7,8,7,30,753,86,462,26,10,2.9000000000000004,42.62
-1999,7,8,8,30,824,99,645,28,10,2.5,38.99
-1999,7,8,9,30,7,141,146,29,9,2.2,36.02
-1999,7,8,10,30,11,165,175,29,9,2.0,33.83
-1999,7,8,11,30,0,67,67,29,9,1.9,34.07
-1999,7,8,12,30,2,114,116,28,10,1.7000000000000002,37.16
-1999,7,8,13,30,14,195,207,27,10,1.1,43.88
-1999,7,8,14,30,0,31,31,25,11,0.5,49.14
-1999,7,8,15,30,9,176,182,24,12,0.30000000000000004,58.49
-1999,7,8,16,30,0,116,116,22,13,0.5,65.11
-1999,7,8,17,30,0,104,104,21,13,0.6000000000000001,76.23
-1999,7,8,18,30,0,43,43,19,14,0.6000000000000001,83.60000000000002
-1999,7,8,19,30,0,0,0,18,14,1.0,90.67
-1999,7,8,20,30,0,0,0,18,14,1.7000000000000002,91.26
-1999,7,8,21,30,0,0,0,18,14,2.2,95.92
-1999,7,8,22,30,0,0,0,18,13,2.4000000000000004,92.4
-1999,7,8,23,30,0,0,0,17,13,2.4000000000000004,88.78
-1999,7,9,0,30,0,0,0,17,12,2.0,91.84
-1999,7,9,1,30,0,0,0,16,12,1.6,88.2
-1999,7,9,2,30,0,0,0,15,10,1.3,86.48
-1999,7,9,3,30,0,0,0,14,8,2.1,80.68
-1999,7,9,4,30,0,0,0,14,5,3.8,65.92
-1999,7,9,5,30,426,36,93,16,4,5.300000000000002,54.44
-1999,7,9,6,30,686,61,280,17,4,6.0,49.59
-1999,7,9,7,30,127,221,285,19,5,6.1000000000000005,45.13
-1999,7,9,8,30,832,115,666,21,4,5.6000000000000005,40.57
-1999,7,9,9,30,931,93,835,22,3,4.9,33.64
-1999,7,9,10,30,958,96,952,24,2,4.4,30.39
-1999,7,9,11,30,970,97,1014,25,2,4.1000000000000005,28.14
-1999,7,9,12,30,405,498,883,26,2,4.1000000000000005,26.32
-1999,7,9,13,30,158,477,621,26,2,4.2,24.72
-1999,7,9,14,30,440,362,722,26,2,4.3,24.62
-1999,7,9,15,30,508,241,593,25,2,4.4,26.18
-1999,7,9,16,30,35,209,228,24,2,4.2,28.04
-1999,7,9,17,30,25,130,139,22,2,3.6,32.01
-1999,7,9,18,30,324,50,105,19,3,2.2,40.57
-1999,7,9,19,30,0,0,0,17,5,1.4,51.36
-1999,7,9,20,30,0,0,0,15,5,1.4,59.04
-1999,7,9,21,30,0,0,0,14,5,1.3,63.84
-1999,7,9,22,30,0,0,0,14,5,1.2000000000000002,69.06
-1999,7,9,23,30,0,0,0,13,5,1.1,69.37
-1999,7,10,0,30,0,0,0,13,5,1.0,69.64
-1999,7,10,1,30,0,0,0,13,5,0.9,74.17
-1999,7,10,2,30,0,0,0,12,5,0.9,79.38
-1999,7,10,3,30,0,0,0,11,5,0.9,84.99
-1999,7,10,4,30,0,0,0,11,5,1.3,79.25
-1999,7,10,5,30,438,35,92,13,5,1.8,71.25
-1999,7,10,6,30,693,60,280,16,6,1.5,59.75
-1999,7,10,7,30,814,76,481,19,5,1.1,47.8
-1999,7,10,8,30,882,88,671,22,5,1.5,37.51
-1999,7,10,9,30,923,96,830,24,4,2.2,32.18
-1999,7,10,10,30,945,102,946,26,4,2.9000000000000004,27.93
-1999,7,10,11,30,952,107,1007,27,3,3.5,25.64
-1999,7,10,12,30,946,112,1010,28,3,4.0,25.01
-1999,7,10,13,30,928,113,955,28,3,4.3,23.1
-1999,7,10,14,30,894,113,845,28,3,4.3,24.11
-1999,7,10,15,30,837,112,690,27,2,4.0,25.23
-1999,7,10,16,30,582,150,460,26,2,3.7,26.82
-1999,7,10,17,30,608,88,303,24,3,3.0,29.14
-1999,7,10,18,30,250,54,96,21,5,2.1,40.27
-1999,7,10,19,30,0,0,0,18,6,2.2,53.74
-1999,7,10,20,30,0,0,0,17,6,2.8000000000000003,62.59
-1999,7,10,21,30,0,0,0,16,7,3.2,63.58
-1999,7,10,22,30,0,0,0,15,7,3.3000000000000003,67.78
-1999,7,10,23,30,0,0,0,15,6,3.6,66.93
-1999,7,11,0,30,0,0,0,15,6,3.9,69.28
-1999,7,11,1,30,0,0,0,14,6,3.8,68.01
-1999,7,11,2,30,0,0,0,14,6,3.6,72.4
-1999,7,11,3,30,0,0,0,13,6,3.2,72.41
-1999,7,11,4,30,0,0,0,14,5,3.0,71.04
-1999,7,11,5,30,409,36,89,16,5,2.9000000000000004,61.39
-1999,7,11,6,30,670,63,274,19,5,2.9000000000000004,45.55
-1999,7,11,7,30,790,82,474,22,4,3.2,35.02
-1999,7,11,8,30,854,97,660,24,4,3.1,30.88
-1999,7,11,9,30,887,110,815,26,4,3.0,29.34
-1999,7,11,10,30,900,124,926,27,4,3.0,27.64
-1999,7,11,11,30,372,471,823,28,4,3.0,25.83
-1999,7,11,12,30,370,478,830,27,4,2.9000000000000004,27.51
-1999,7,11,13,30,419,450,830,26,4,2.4000000000000004,29.93
-1999,7,11,14,30,239,411,606,24,5,1.9,33.79
-1999,7,11,15,30,0,48,48,22,6,1.7000000000000002,41.34
-1999,7,11,16,30,0,101,101,21,7,1.7000000000000002,51.15
-1999,7,11,17,30,0,108,108,19,8,1.4,58.74
-1999,7,11,18,30,0,29,29,18,9,0.8,69.91
-1999,7,11,19,30,0,0,0,16,10,0.7000000000000001,83.64
-1999,7,11,20,30,0,0,0,14,10,0.8,87.66
-1999,7,11,21,30,0,0,0,14,9,0.9,92.54
-1999,7,11,22,30,0,0,0,13,9,1.0,91.71
-1999,7,11,23,30,0,0,0,13,9,1.1,90.93
-1999,7,12,0,30,0,0,0,13,9,1.3,95.83
-1999,7,12,1,30,0,0,0,12,8,1.6,93.26
-1999,7,12,2,30,0,0,0,12,8,1.7000000000000002,95.99
-1999,7,12,3,30,0,0,0,11,7,1.9,92.2
-1999,7,12,4,30,0,0,0,12,7,2.4000000000000004,83.43
-1999,7,12,5,30,374,38,85,15,7,3.0,74.7
-1999,7,12,6,30,649,67,270,19,7,3.0,58.48
-1999,7,12,7,30,784,84,471,22,6,2.8000000000000003,44.65
-1999,7,12,8,30,859,96,661,24,5,3.0,34.980000000000004
-1999,7,12,9,30,904,104,821,26,5,3.2,31.75
-1999,7,12,10,30,928,110,937,27,4,3.3000000000000003,29.18
-1999,7,12,11,30,938,114,1000,28,4,3.3000000000000003,26.93
-1999,7,12,12,30,937,116,1005,29,4,3.3000000000000003,24.95
-1999,7,12,13,30,925,114,952,29,4,3.3000000000000003,23.25
-1999,7,12,14,30,900,110,845,29,4,3.4000000000000004,23.08
-1999,7,12,15,30,859,101,693,28,4,3.4000000000000004,24.32
-1999,7,12,16,30,793,88,509,27,4,3.2,25.71
-1999,7,12,17,30,676,71,309,25,4,2.4000000000000004,29.23
-1999,7,12,18,30,197,56,89,22,7,1.4,43.13
-1999,7,12,19,30,0,0,0,19,7,1.1,53.27
-1999,7,12,20,30,0,0,0,18,6,1.3,54.29
-1999,7,12,21,30,0,0,0,17,6,1.7000000000000002,56.18
-1999,7,12,22,30,0,0,0,16,6,2.0,59.26
-1999,7,12,23,30,0,0,0,16,6,2.3000000000000003,62.94000000000001
-1999,7,13,0,30,0,0,0,15,5,2.4000000000000004,62.3
-1999,7,13,1,30,0,0,0,15,5,2.4000000000000004,66.26
-1999,7,13,2,30,0,0,0,14,5,2.5,65.76
-1999,7,13,3,30,0,0,0,14,5,2.3000000000000003,67.44
-1999,7,13,4,30,0,0,0,15,4,2.2,58.8
-1999,7,13,5,30,416,35,87,18,4,2.7,45.3
-1999,7,13,6,30,684,63,276,23,3,3.0,31.9
-1999,7,13,7,30,810,80,479,26,1,2.8000000000000003,23.41
-1999,7,13,8,30,879,93,670,29,0,2.7,18.87
-1999,7,13,9,30,917,103,830,30,0,2.3000000000000003,16.490000000000002
-1999,7,13,10,30,937,112,945,31,0,2.0,15.5
-1999,7,13,11,30,525,427,923,32,0,1.9,14.63
-1999,7,13,12,30,466,468,910,33,0,2.1,13.85
-1999,7,13,13,30,421,451,832,33,0,2.3000000000000003,13.97
-1999,7,13,14,30,388,361,678,32,0,2.5,15.02
-1999,7,13,15,30,505,255,603,31,0,2.3000000000000003,16.25
-1999,7,13,16,30,85,233,278,30,1,1.8,17.76
-1999,7,13,17,30,118,143,185,27,3,1.1,24.29
-1999,7,13,18,30,0,18,18,24,8,0.9,43.01
-1999,7,13,19,30,0,0,0,22,9,1.1,49.18
-1999,7,13,20,30,0,0,0,21,9,1.5,53.48
-1999,7,13,21,30,0,0,0,21,9,1.9,56.07
-1999,7,13,22,30,0,0,0,20,8,2.6,54.77
-1999,7,13,23,30,0,0,0,19,8,3.5,58.21
-1999,7,14,0,30,0,0,0,19,8,4.1000000000000005,62.94000000000001
-1999,7,14,1,30,0,0,0,19,9,4.3,63.53
-1999,7,14,2,30,0,0,0,19,9,4.1000000000000005,63.76
-1999,7,14,3,30,0,0,0,18,9,3.7,65.21000000000001
-1999,7,14,4,30,0,0,0,18,10,3.5,67.98
-1999,7,14,5,30,210,46,72,20,10,3.6,66.01
-1999,7,14,6,30,373,102,218,22,10,3.3000000000000003,58.86
-1999,7,14,7,30,559,140,414,24,9,2.5,46.25
-1999,7,14,8,30,484,229,546,26,8,1.6,38.47
-1999,7,14,9,30,146,400,516,27,8,1.2000000000000002,35.98000000000001
-1999,7,14,10,30,12,177,189,28,8,1.8,35.87
-1999,7,14,11,30,371,482,831,27,8,2.5,35.55000000000001
-1999,7,14,12,30,258,495,739,27,8,2.8000000000000003,35.2
-1999,7,14,13,30,473,430,858,27,8,2.4000000000000004,34.69
-1999,7,14,14,30,29,325,349,27,8,2.2,36.59
-1999,7,14,15,30,12,203,212,26,8,2.6,38.84
-1999,7,14,16,30,6,155,159,25,8,2.5,42.26
-1999,7,14,17,30,0,14,14,23,10,1.8,50.14
-1999,7,14,18,30,0,40,40,21,12,1.2000000000000002,64.73
-1999,7,14,19,30,0,0,0,19,12,1.2000000000000002,75.21000000000002
-1999,7,14,20,30,0,0,0,19,12,1.3,80.68
-1999,7,14,21,30,0,0,0,18,12,1.3,80.2
-1999,7,14,22,30,0,0,0,18,12,1.3,83.87
-1999,7,14,23,30,0,0,0,17,11,1.5,81.82000000000002
-1999,7,15,0,30,0,0,0,16,11,1.6,85.05
-1999,7,15,1,30,0,0,0,16,11,1.6,88.21000000000002
-1999,7,15,2,30,0,0,0,15,10,1.4,85.87
-1999,7,15,3,30,0,0,0,15,10,1.4,83.95
-1999,7,15,4,30,0,0,0,16,10,1.9,82.31
-1999,7,15,5,30,352,34,76,18,10,2.8000000000000003,73.38
-1999,7,15,6,30,103,122,154,20,10,3.3000000000000003,60.24
-1999,7,15,7,30,145,218,289,23,9,3.5,46.28
-1999,7,15,8,30,0,74,74,25,7,3.5,35.98000000000001
-1999,7,15,9,30,20,274,290,27,5,3.4000000000000004,31.03
-1999,7,15,10,30,257,455,683,28,5,3.3000000000000003,27.94
-1999,7,15,11,30,15,204,218,29,4,3.3000000000000003,25.87
-1999,7,15,12,30,15,213,228,29,4,3.2,24.47
-1999,7,15,13,30,0,85,85,28,5,3.0,26.52
-1999,7,15,14,30,413,358,695,27,5,2.4000000000000004,28.91
-1999,7,15,15,30,38,284,310,26,5,1.7000000000000002,31.35
-1999,7,15,16,30,24,194,207,25,6,1.0,34.02
-1999,7,15,17,30,0,72,72,23,7,0.7000000000000001,40.34
-1999,7,15,18,30,0,47,47,21,9,0.7000000000000001,52.8
-1999,7,15,19,30,0,0,0,19,10,0.6000000000000001,64.4
-1999,7,15,20,30,0,0,0,18,10,0.6000000000000001,74.39
-1999,7,15,21,30,0,0,0,17,10,0.7000000000000001,74.01
-1999,7,15,22,30,0,0,0,16,9,0.8,76.04
-1999,7,15,23,30,0,0,0,15,9,1.0,79.22
-1999,7,16,0,30,0,0,0,14,9,1.1,82.62
-1999,7,16,1,30,0,0,0,14,8,1.1,85.28
-1999,7,16,2,30,0,0,0,13,8,1.1,82.49
-1999,7,16,3,30,0,0,0,13,7,1.1,80.32000000000002
-1999,7,16,4,30,0,0,0,14,7,1.1,73.67
-1999,7,16,5,30,0,7,7,16,8,1.8,69.14
-1999,7,16,6,30,311,108,203,19,8,2.7,63.13
-1999,7,16,7,30,4,142,144,20,8,2.9000000000000004,55.64
-1999,7,16,8,30,784,121,632,21,9,2.7,54.26
-1999,7,16,9,30,254,390,590,22,9,2.5,52.16
-1999,7,16,10,30,236,457,667,23,10,2.3000000000000003,49.41
-1999,7,16,11,30,24,358,382,24,10,2.3000000000000003,49.79
-1999,7,16,12,30,17,265,282,24,10,2.4000000000000004,50.24
-1999,7,16,13,30,5,128,134,23,10,2.6,51.24
-1999,7,16,14,30,0,103,103,22,10,2.9000000000000004,55.76
-1999,7,16,15,30,0,30,30,21,11,3.2,60.64
-1999,7,16,16,30,0,57,57,20,11,3.2,66.45
-1999,7,16,17,30,0,11,11,19,12,2.9000000000000004,78.19
-1999,7,16,18,30,0,26,26,17,12,2.3000000000000003,86.65
-1999,7,16,19,30,0,0,0,16,13,1.7000000000000002,94.92
-1999,7,16,20,30,0,0,0,16,13,1.4,100.0
-1999,7,16,21,30,0,0,0,15,12,1.3,99.05
-1999,7,16,22,30,0,0,0,15,11,1.2000000000000002,100.0
-1999,7,16,23,30,0,0,0,14,11,1.0,100.0
-1999,7,17,0,30,0,0,0,14,11,0.8,100.0
-1999,7,17,1,30,0,0,0,14,11,0.6000000000000001,100.0
-1999,7,17,2,30,0,0,0,14,11,0.6000000000000001,100.0
-1999,7,17,3,30,0,0,0,13,11,0.7000000000000001,100.0
-1999,7,17,4,30,0,0,0,14,11,1.0,100.0
-1999,7,17,5,30,290,38,72,16,11,1.6,89.89
-1999,7,17,6,30,573,73,247,18,12,2.1,82.83
-1999,7,17,7,30,724,92,443,21,12,2.2,64.12
-1999,7,17,8,30,812,102,631,24,11,1.9,49.72
-1999,7,17,9,30,861,111,789,25,10,1.8,44.43
-1999,7,17,10,30,885,120,903,27,9,2.3000000000000003,40.49
-1999,7,17,11,30,395,491,862,28,9,2.8000000000000003,37.72
-1999,7,17,12,30,18,284,301,28,9,3.2,35.55000000000001
-1999,7,17,13,30,404,448,813,28,9,3.4000000000000004,37.91
-1999,7,17,14,30,29,323,347,27,9,3.4000000000000004,40.93
-1999,7,17,15,30,9,171,178,26,10,3.3000000000000003,44.2
-1999,7,17,16,30,0,78,78,25,10,3.1,47.87000000000001
-1999,7,17,17,30,289,129,230,23,11,2.9000000000000004,53.05
-1999,7,17,18,30,350,45,101,20,12,2.5,69.27
-1999,7,17,19,30,0,0,0,18,12,2.3000000000000003,81.77
-1999,7,17,20,30,0,0,0,18,13,2.2,83.29
-1999,7,17,21,30,0,0,0,18,13,2.1,89.74
-1999,7,17,22,30,0,0,0,17,13,2.0,89.45
-1999,7,17,23,30,0,0,0,17,12,1.7000000000000002,93.54
-1999,7,18,0,30,0,0,0,16,12,1.5,90.06
-1999,7,18,1,30,0,0,0,16,11,1.4,85.17
-1999,7,18,2,30,0,0,0,16,10,1.4,79.89
-1999,7,18,3,30,0,0,0,16,9,1.5,79.24
-1999,7,18,4,30,0,0,0,16,8,1.8,73.25
-1999,7,18,5,30,0,35,35,18,7,2.5,61.76
-1999,7,18,6,30,190,117,175,20,7,2.7,49.39
-1999,7,18,7,30,0,89,89,23,6,2.4000000000000004,38.62
-1999,7,18,8,30,33,259,281,26,5,2.5,30.58
-1999,7,18,9,30,285,381,606,27,5,2.8000000000000003,28.77
-1999,7,18,10,30,17,258,274,28,5,3.0,27.62
-1999,7,18,11,30,50,438,486,29,6,3.0,28.44
-1999,7,18,12,30,22,341,362,28,6,2.9000000000000004,29.5
-1999,7,18,13,30,45,408,449,28,7,2.7,32.53
-1999,7,18,14,30,371,365,666,27,7,2.5,35.58
-1999,7,18,15,30,0,31,31,26,8,2.4000000000000004,38.72
-1999,7,18,16,30,7,158,162,24,8,2.0,42.58
-1999,7,18,17,30,0,6,6,23,9,1.3,51.43
-1999,7,18,18,30,0,42,42,21,11,0.5,65.45
-1999,7,18,19,30,0,0,0,19,12,0.6000000000000001,73.15
-1999,7,18,20,30,0,0,0,18,12,1.5,84.0
-1999,7,18,21,30,0,0,0,17,12,2.3000000000000003,89.47
-1999,7,18,22,30,0,0,0,16,11,2.8000000000000003,87.15
-1999,7,18,23,30,0,0,0,15,11,2.8000000000000003,90.37
-1999,7,19,0,30,0,0,0,15,11,2.6,88.11
-1999,7,19,1,30,0,0,0,15,10,2.1,86.17
-1999,7,19,2,30,0,0,0,15,10,1.3,84.95
-1999,7,19,3,30,0,0,0,15,10,0.9,84.67
-1999,7,19,4,30,0,0,0,15,10,0.8,84.25
-1999,7,19,5,30,270,38,68,17,10,1.0,75.62
-1999,7,19,6,30,574,72,244,20,10,1.7000000000000002,63.18
-1999,7,19,7,30,729,90,442,23,11,2.6,52.97
-1999,7,19,8,30,811,103,628,24,10,3.2,47.72
-1999,7,19,9,30,860,111,786,25,10,3.5,43.83
-1999,7,19,10,30,253,452,676,26,9,3.6,40.98
-1999,7,19,11,30,468,458,897,26,10,3.7,41.17
-1999,7,19,12,30,39,377,414,26,10,3.7,44.0
-1999,7,19,13,30,0,59,59,25,10,3.6,44.33
-1999,7,19,14,30,433,356,708,25,10,3.4000000000000004,47.69
-1999,7,19,15,30,229,327,483,24,10,3.0,48.58
-1999,7,19,16,30,441,189,420,23,11,2.4000000000000004,52.88
-1999,7,19,17,30,393,115,249,22,11,1.2000000000000002,63.13
-1999,7,19,18,30,0,20,20,19,12,0.7000000000000001,75.37
-1999,7,19,19,30,0,0,0,17,13,1.5,91.44
-1999,7,19,20,30,0,0,0,16,13,2.1,96.01
-1999,7,19,21,30,0,0,0,16,13,1.8,100.0
-1999,7,19,22,30,0,0,0,15,13,1.1,100.0
-1999,7,19,23,30,0,0,0,15,11,0.7000000000000001,100.0
-1999,7,20,0,30,0,0,0,14,11,0.8,100.0
-1999,7,20,1,30,0,0,0,14,11,0.9,100.0
-1999,7,20,2,30,0,0,0,14,11,1.0,96.99
-1999,7,20,3,30,0,0,0,14,11,1.2000000000000002,100.0
-1999,7,20,4,30,0,0,0,14,10,1.7000000000000002,97.43
-1999,7,20,5,30,324,34,69,16,10,2.3000000000000003,84.67
-1999,7,20,6,30,617,64,248,19,10,2.6,65.15
-1999,7,20,7,30,763,81,448,22,9,2.6,50.66
-1999,7,20,8,30,842,94,638,25,8,2.7,41.72
-1999,7,20,9,30,886,104,798,26,7,2.8000000000000003,35.51
-1999,7,20,10,30,907,113,914,27,7,2.9000000000000004,32.72
-1999,7,20,11,30,910,123,975,28,7,3.0,30.6
-1999,7,20,12,30,239,494,720,28,7,3.1,30.55
-1999,7,20,13,30,880,132,923,28,7,3.0,32.69
-1999,7,20,14,30,182,413,560,27,7,2.7,32.99
-1999,7,20,15,30,483,255,584,26,7,2.4000000000000004,35.22
-1999,7,20,16,30,182,234,329,25,7,2.0,37.71
-1999,7,20,17,30,0,71,71,24,8,1.4,44.71
-1999,7,20,18,30,0,3,3,21,11,1.0,65.32000000000001
-1999,7,20,19,30,0,0,0,19,11,0.9,73.19
-1999,7,20,20,30,0,0,0,18,10,1.0,74.89
-1999,7,20,21,30,0,0,0,17,10,1.1,73.06
-1999,7,20,22,30,0,0,0,16,10,1.1,76.87
-1999,7,20,23,30,0,0,0,16,9,1.2000000000000002,81.11
-1999,7,21,0,30,0,0,0,15,9,1.3,80.64
-1999,7,21,1,30,0,0,0,15,9,1.4,80.79
-1999,7,21,2,30,0,0,0,15,9,1.4,86.0
-1999,7,21,3,30,0,0,0,15,9,1.4,85.07000000000002
-1999,7,21,4,30,0,0,0,16,9,1.2000000000000002,78.06
-1999,7,21,5,30,347,33,70,19,10,1.4,68.60000000000001
-1999,7,21,6,30,638,63,251,23,10,1.0,51.98
-1999,7,21,7,30,774,81,452,26,8,1.0,36.6
-1999,7,21,8,30,847,94,640,28,7,2.2,32.53
-1999,7,21,9,30,885,107,799,29,7,3.0,28.7
-1999,7,21,10,30,904,117,913,30,7,3.7,27.17
-1999,7,21,11,30,907,126,974,31,7,4.1000000000000005,27.28
-1999,7,21,12,30,899,131,978,31,7,4.4,27.33
-1999,7,21,13,30,885,129,924,30,7,4.6000000000000005,27.43
-1999,7,21,14,30,212,410,582,29,7,4.6000000000000005,29.68
-1999,7,21,15,30,567,231,617,28,8,4.5,32.43
-1999,7,21,16,30,656,125,466,27,8,4.1000000000000005,35.86
-1999,7,21,17,30,460,102,258,25,9,3.0,42.86
-1999,7,21,18,30,69,53,64,23,10,1.8,56.08
-1999,7,21,19,30,0,0,0,21,11,1.1,67.83
-1999,7,21,20,30,0,0,0,20,12,0.9,68.85000000000001
-1999,7,21,21,30,0,0,0,19,12,0.8,73.77
-1999,7,21,22,30,0,0,0,19,12,0.9,77.89
-1999,7,21,23,30,0,0,0,18,11,1.2000000000000002,76.7
-1999,7,22,0,30,0,0,0,18,11,1.7000000000000002,80.79
-1999,7,22,1,30,0,0,0,17,11,2.0,80.71000000000002
-1999,7,22,2,30,0,0,0,16,11,2.3000000000000003,85.57000000000002
-1999,7,22,3,30,0,0,0,16,11,2.2,84.45
-1999,7,22,4,30,0,0,0,16,11,2.3000000000000003,82.35000000000002
-1999,7,22,5,30,294,33,64,18,10,2.7,71.05
-1999,7,22,6,30,577,68,237,20,10,2.8000000000000003,61.55
-1999,7,22,7,30,717,90,432,23,10,2.8000000000000003,50.33
-1999,7,22,8,30,784,110,615,24,10,2.9000000000000004,47.56
-1999,7,22,9,30,823,128,769,25,10,3.0,45.2
-1999,7,22,10,30,840,143,881,26,10,3.0,43.16
-1999,7,22,11,30,833,161,939,26,11,3.0,44.02
-1999,7,22,12,30,0,74,74,26,11,2.8000000000000003,48.0
-1999,7,22,13,30,0,77,77,25,11,2.5,49.38
-1999,7,22,14,30,0,41,41,24,12,2.2,53.82
-1999,7,22,15,30,3,127,129,23,12,1.9,58.41
-1999,7,22,16,30,7,155,159,22,12,2.1,67.23
-1999,7,22,17,30,0,35,35,20,13,2.5,73.42
-1999,7,22,18,30,0,46,46,18,13,2.8000000000000003,85.93
-1999,7,22,19,30,0,0,0,18,13,2.5,91.14
-1999,7,22,20,30,0,0,0,18,13,2.1,88.01
-1999,7,22,21,30,0,0,0,18,12,1.4,83.86
-1999,7,22,22,30,0,0,0,17,11,1.0,80.26
-1999,7,22,23,30,0,0,0,17,11,1.1,77.41
-1999,7,23,0,30,0,0,0,16,10,1.2000000000000002,79.77
-1999,7,23,1,30,0,0,0,16,10,1.3,82.5
-1999,7,23,2,30,0,0,0,15,9,1.3,79.63
-1999,7,23,3,30,0,0,0,15,9,1.3,77.58
-1999,7,23,4,30,0,0,0,16,8,1.2000000000000002,75.58
-1999,7,23,5,30,323,32,66,18,9,1.6,64.9
-1999,7,23,6,30,618,65,245,22,9,1.9,52.65
-1999,7,23,7,30,760,85,446,25,7,2.0,39.88
-1999,7,23,8,30,836,99,635,27,6,2.5,31.22
-1999,7,23,9,30,418,330,656,29,6,3.1,28.95
-1999,7,23,10,30,899,121,911,30,6,3.5,27.07
-1999,7,23,11,30,902,131,972,31,6,3.8,25.32
-1999,7,23,12,30,895,136,976,31,6,3.8,23.86
-1999,7,23,13,30,881,134,923,31,6,3.7,25.42
-1999,7,23,14,30,844,133,814,30,6,3.4000000000000004,25.57
-1999,7,23,15,30,795,123,661,29,6,3.1,27.03
-1999,7,23,16,30,723,105,479,28,6,2.7,28.8
-1999,7,23,17,30,132,136,180,26,7,1.8,33.93
-1999,7,23,18,30,311,50,95,24,11,1.1,53.27
-1999,7,23,19,30,0,0,0,22,10,1.0,54.64
-1999,7,23,20,30,0,0,0,21,10,1.0,59.17
-1999,7,23,21,30,0,0,0,20,11,1.1,66.45
-1999,7,23,22,30,0,0,0,20,12,1.2000000000000002,72.58
-1999,7,23,23,30,0,0,0,19,11,1.2000000000000002,71.31
-1999,7,24,0,30,0,0,0,19,11,1.3,73.96000000000002
-1999,7,24,1,30,0,0,0,18,11,1.3,72.66
-1999,7,24,2,30,0,0,0,18,10,1.3,71.86
-1999,7,24,3,30,0,0,0,18,10,1.4,76.2
-1999,7,24,4,30,0,0,0,18,10,1.7000000000000002,75.83
-1999,7,24,5,30,190,34,53,20,11,2.5,69.77
-1999,7,24,6,30,594,65,237,22,11,2.9000000000000004,59.44
-1999,7,24,7,30,751,80,436,25,11,3.2,48.51
-1999,7,24,8,30,834,91,625,27,10,3.9,43.08
-1999,7,24,9,30,878,101,783,28,9,4.5,38.54
-1999,7,24,10,30,902,108,899,29,9,4.7,34.63
-1999,7,24,11,30,16,243,259,29,8,4.6000000000000005,31.7
-1999,7,24,12,30,367,453,798,29,8,4.5,31.59
-1999,7,24,13,30,31,368,396,28,9,4.3,34.24
-1999,7,24,14,30,38,344,375,28,9,4.3,37.8
-1999,7,24,15,30,0,53,53,27,10,4.4,42.3
-1999,7,24,16,30,0,19,19,25,11,3.8,51.14
-1999,7,24,17,30,37,126,138,22,12,2.7,63.64
-1999,7,24,18,30,0,44,44,20,14,2.4000000000000004,77.78
-1999,7,24,19,30,0,0,0,18,13,2.8000000000000003,86.34
-1999,7,24,20,30,0,0,0,18,13,2.5,83.83
-1999,7,24,21,30,0,0,0,18,12,2.1,81.92
-1999,7,24,22,30,0,0,0,18,12,1.9,80.04
-1999,7,24,23,30,0,0,0,18,12,2.0,78.31
-1999,7,25,0,30,0,0,0,18,11,2.2,76.19
-1999,7,25,1,30,0,0,0,18,11,2.3000000000000003,78.60000000000002
-1999,7,25,2,30,0,0,0,17,10,2.4000000000000004,75.38
-1999,7,25,3,30,0,0,0,17,9,2.5,71.87
-1999,7,25,4,30,0,0,0,17,9,2.9000000000000004,69.14
-1999,7,25,5,30,28,32,35,19,9,3.5,60.6
-1999,7,25,6,30,87,113,139,23,9,3.6,51.93
-1999,7,25,7,30,105,205,255,26,9,3.0,42.35
-1999,7,25,8,30,200,303,431,28,8,2.6,32.61
-1999,7,25,9,30,67,363,416,29,7,2.4000000000000004,29.94
-1999,7,25,10,30,9,154,162,30,7,2.3000000000000003,28.37
-1999,7,25,11,30,22,336,357,30,8,1.9,30.84
-1999,7,25,12,30,434,476,882,29,8,1.3,32.08
-1999,7,25,13,30,77,443,512,28,9,0.9,35.4
-1999,7,25,14,30,41,328,361,27,9,1.0,38.65
-1999,7,25,15,30,36,267,292,26,10,1.2000000000000002,41.92
-1999,7,25,16,30,29,195,210,25,10,1.4,45.72
-1999,7,25,17,30,14,116,121,24,11,1.2000000000000002,53.62000000000001
-1999,7,25,18,30,0,39,39,22,12,0.8,68.0
-1999,7,25,19,30,0,0,0,20,13,0.5,79.27
-1999,7,25,20,30,0,0,0,19,13,0.30000000000000004,79.42
-1999,7,25,21,30,0,0,0,18,13,0.2,82.64
-1999,7,25,22,30,0,0,0,18,12,0.4,86.44
-1999,7,25,23,30,0,0,0,17,12,0.7000000000000001,83.85000000000002
-1999,7,26,0,30,0,0,0,17,11,1.0,85.33
-1999,7,26,1,30,0,0,0,16,10,1.1,80.83
-1999,7,26,2,30,0,0,0,16,9,1.1,76.35000000000002
-1999,7,26,3,30,0,0,0,16,9,1.2000000000000002,77.0
-1999,7,26,4,30,0,0,0,16,8,1.1,72.81
-1999,7,26,5,30,278,32,59,19,8,1.4,62.58
-1999,7,26,6,30,586,68,235,23,8,1.9,48.65
-1999,7,26,7,30,733,91,435,26,6,2.5,33.64
-1999,7,26,8,30,813,107,624,28,5,3.1,28.2
-1999,7,26,9,30,859,119,784,29,5,3.3000000000000003,26.61
-1999,7,26,10,30,879,131,899,30,5,3.4000000000000004,25.45
-1999,7,26,11,30,878,144,959,30,5,3.5,24.48
-1999,7,26,12,30,860,156,960,31,6,3.5,25.07
-1999,7,26,13,30,387,417,761,30,6,3.4000000000000004,25.84
-1999,7,26,14,30,506,335,740,29,7,3.0,28.15
-1999,7,26,15,30,555,220,593,28,7,2.5,30.36
-1999,7,26,16,30,25,190,203,27,7,2.0,35.36
-1999,7,26,17,30,104,133,167,25,9,1.6,43.78
-1999,7,26,18,30,19,49,52,23,11,1.2000000000000002,57.54
-1999,7,26,19,30,0,0,0,21,11,0.8,67.95
-1999,7,26,20,30,0,0,0,20,12,0.7000000000000001,73.07000000000002
-1999,7,26,21,30,0,0,0,19,12,0.7000000000000001,77.55
-1999,7,26,22,30,0,0,0,18,11,0.9,76.97
-1999,7,26,23,30,0,0,0,18,11,1.8,76.29
-1999,7,27,0,30,0,0,0,17,11,3.0,79.79
-1999,7,27,1,30,0,0,0,17,11,3.5,82.39
-1999,7,27,2,30,0,0,0,17,10,3.3000000000000003,79.05
-1999,7,27,3,30,0,0,0,17,10,2.8000000000000003,77.51
-1999,7,27,4,30,0,0,0,17,10,2.5,77.53
-1999,7,27,5,30,249,31,54,18,10,2.6,68.71000000000001
-1999,7,27,6,30,569,67,228,21,10,2.7,57.18
-1999,7,27,7,30,721,88,425,25,9,2.0,46.26
-1999,7,27,8,30,797,105,611,28,9,1.6,36.81
-1999,7,27,9,30,831,124,766,29,9,2.1,34.62
-1999,7,27,10,30,838,145,877,30,9,2.5,33.35
-1999,7,27,11,30,433,468,869,30,9,2.7,32.26
-1999,7,27,12,30,113,488,593,30,10,2.9000000000000004,35.32
-1999,7,27,13,30,410,435,801,29,10,2.8000000000000003,38.86
-1999,7,27,14,30,18,264,279,28,11,2.5,42.69
-1999,7,27,15,30,0,78,78,27,11,2.0,46.87
-1999,7,27,16,30,0,60,60,25,12,1.4,52.2
-1999,7,27,17,30,0,15,15,24,14,0.8,60.79
-1999,7,27,18,30,0,19,19,22,15,0.7000000000000001,76.64
-1999,7,27,19,30,0,0,0,21,15,0.9,86.27
-1999,7,27,20,30,0,0,0,20,15,1.3,89.56
-1999,7,27,21,30,0,0,0,19,14,1.7000000000000002,86.91
-1999,7,27,22,30,0,0,0,19,14,2.0,84.07000000000002
-1999,7,27,23,30,0,0,0,19,13,2.2,86.53
-1999,7,28,0,30,0,0,0,18,13,2.5,83.56
-1999,7,28,1,30,0,0,0,18,12,2.6,80.81
-1999,7,28,2,30,0,0,0,18,12,2.4000000000000004,83.26
-1999,7,28,3,30,0,0,0,17,11,2.1,81.59
-1999,7,28,4,30,0,0,0,17,11,2.1,80.92
-1999,7,28,5,30,66,32,38,19,12,2.7,72.55
-1999,7,28,6,30,283,100,179,21,12,2.4000000000000004,64.73
-1999,7,28,7,30,411,169,360,24,12,1.1,53.4
-1999,7,28,8,30,567,205,564,26,11,0.4,49.66
-1999,7,28,9,30,726,179,739,27,11,0.4,46.59
-1999,7,28,10,30,734,208,848,27,11,1.2000000000000002,46.87
-1999,7,28,11,30,446,461,874,26,12,2.8000000000000003,51.07
-1999,7,28,12,30,438,470,878,24,12,4.5,55.54
-1999,7,28,13,30,4,124,128,24,12,5.4,54.34
-1999,7,28,14,30,0,74,74,24,11,5.300000000000002,55.8
-1999,7,28,15,30,0,40,40,23,11,4.7,55.26
-1999,7,28,16,30,0,57,57,22,11,3.8,60.0
-1999,7,28,17,30,0,19,19,21,12,2.4000000000000004,66.2
-1999,7,28,18,30,0,3,3,19,13,1.2000000000000002,80.88
-1999,7,28,19,30,0,0,0,18,13,0.9,91.28
-1999,7,28,20,30,0,0,0,17,13,1.0,90.08
-1999,7,28,21,30,0,0,0,17,13,1.3,94.31
-1999,7,28,22,30,0,0,0,17,12,1.7000000000000002,92.2
-1999,7,28,23,30,0,0,0,16,12,1.9,89.61
-1999,7,29,0,30,0,0,0,16,11,1.7000000000000002,86.81
-1999,7,29,1,30,0,0,0,16,11,1.4,84.59
-1999,7,29,2,30,0,0,0,16,11,1.5,89.11
-1999,7,29,3,30,0,0,0,15,10,1.6,87.37
-1999,7,29,4,30,0,0,0,15,10,1.5,84.98
-1999,7,29,5,30,256,29,51,17,11,1.7000000000000002,77.35000000000002
-1999,7,29,6,30,550,68,221,21,11,1.5,66.79
-1999,7,29,7,30,711,90,419,24,11,1.3,52.97
-1999,7,29,8,30,792,106,606,26,9,1.4,40.75
-1999,7,29,9,30,835,121,764,27,9,1.2000000000000002,37.07
-1999,7,29,10,30,379,399,729,28,9,1.1,34.52
-1999,7,29,11,30,0,105,105,29,9,1.0,34.45
-1999,7,29,12,30,18,280,297,29,9,0.9,32.8
-1999,7,29,13,30,17,265,280,28,9,0.7000000000000001,35.73000000000001
-1999,7,29,14,30,284,390,617,27,9,0.5,38.74
-1999,7,29,15,30,203,321,456,26,10,0.8,42.14
-1999,7,29,16,30,115,225,283,25,11,1.4,47.29
-1999,7,29,17,30,0,15,15,23,12,1.6,57.2
-1999,7,29,18,30,0,5,5,21,13,1.7000000000000002,69.29
-1999,7,29,19,30,0,0,0,19,13,1.8,77.56
-1999,7,29,20,30,0,0,0,19,12,1.9,75.68
-1999,7,29,21,30,0,0,0,19,12,1.8,79.03
-1999,7,29,22,30,0,0,0,18,11,1.6,77.01
-1999,7,29,23,30,0,0,0,18,11,1.7000000000000002,74.71000000000002
-1999,7,30,0,30,0,0,0,17,11,2.0,77.10000000000002
-1999,7,30,1,30,0,0,0,17,10,2.3000000000000003,79.9
-1999,7,30,2,30,0,0,0,16,10,2.4000000000000004,78.58
-1999,7,30,3,30,0,0,0,16,10,2.2,83.65
-1999,7,30,4,30,0,0,0,16,10,2.0,83.58
-1999,7,30,5,30,227,29,49,18,10,2.0,70.68
-1999,7,30,6,30,535,71,219,22,11,1.4,56.29
-1999,7,30,7,30,681,99,413,25,10,0.7000000000000001,47.97
-1999,7,30,8,30,102,294,358,26,10,1.2000000000000002,44.17
-1999,7,30,9,30,318,368,612,26,10,1.7000000000000002,41.86
-1999,7,30,10,30,488,395,819,26,10,2.1,42.62
-1999,7,30,11,30,0,40,40,27,10,2.1,40.78
-1999,7,30,12,30,357,445,776,27,11,1.9,41.62
-1999,7,30,13,30,0,38,38,26,11,1.5,45.34
-1999,7,30,14,30,59,369,416,25,12,1.1,53.47
-1999,7,30,15,30,42,279,307,22,13,1.0,64.53
-1999,7,30,16,30,0,10,10,20,14,1.6,77.87
-1999,7,30,17,30,0,58,58,18,14,2.4000000000000004,91.5
-1999,7,30,18,30,0,30,30,17,14,2.8000000000000003,99.52
-1999,7,30,19,30,0,0,0,16,14,3.1,100.0
-1999,7,30,20,30,0,0,0,16,14,2.6,100.0
-1999,7,30,21,30,0,0,0,15,13,1.4,100.0
-1999,7,30,22,30,0,0,0,15,13,1.0,100.0
-1999,7,30,23,30,0,0,0,14,11,1.1,100.0
-1999,7,31,0,30,0,0,0,14,11,0.9,100.0
-1999,7,31,1,30,0,0,0,13,11,0.8,100.0
-1999,7,31,2,30,0,0,0,13,10,0.8,95.78
-1999,7,31,3,30,0,0,0,14,9,0.30000000000000004,86.8
-1999,7,31,4,30,0,0,0,15,9,0.4,80.19
-1999,7,31,5,30,258,27,49,16,10,1.5,86.71000000000002
-1999,7,31,6,30,299,95,177,18,11,2.4000000000000004,79.18
-1999,7,31,7,30,0,111,111,19,11,2.7,70.35000000000001
-1999,7,31,8,30,0,106,106,21,10,3.0,59.19
-1999,7,31,9,30,30,306,329,22,10,3.4000000000000004,53.81
-1999,7,31,10,30,174,452,603,23,9,3.7,48.99
-1999,7,31,11,30,50,430,477,23,9,3.9,48.05
-1999,7,31,12,30,23,274,296,23,9,4.0,47.92
-1999,7,31,13,30,0,68,68,23,9,4.0,51.86
-1999,7,31,14,30,0,51,51,22,10,4.0,57.46
-1999,7,31,15,30,420,265,544,21,11,3.8,65.06
-1999,7,31,16,30,0,40,40,19,12,3.1,73.9
-1999,7,31,17,30,0,4,4,18,12,2.0,82.28
-1999,7,31,18,30,0,1,1,16,13,0.8,97.88
-1999,7,31,19,30,0,0,0,16,13,0.30000000000000004,100.0
-1999,7,31,20,30,0,0,0,15,13,0.30000000000000004,100.0
-1999,7,31,21,30,0,0,0,15,13,0.5,100.0
-1999,7,31,22,30,0,0,0,15,11,0.8,100.0
-1999,7,31,23,30,0,0,0,15,11,0.9,100.0
-1999,8,1,0,30,0,0,0,14,11,0.9,100.0
-1999,8,1,1,30,0,0,0,14,11,1.0,100.0
-1999,8,1,2,30,0,0,0,14,11,1.3,100.0
-1999,8,1,3,30,0,0,0,13,11,1.5,100.0
-1999,8,1,4,30,0,0,0,13,11,1.8,100.0
-1999,8,1,5,30,87,30,38,14,11,2.3000000000000003,100.0
-1999,8,1,6,30,0,73,73,15,12,2.8000000000000003,94.43
-1999,8,1,7,30,585,127,395,17,12,3.3000000000000003,89.18
-1999,8,1,8,30,8,170,176,18,11,3.5,76.0
-1999,8,1,9,30,1,115,116,19,11,3.5,70.2
-1999,8,1,10,30,9,151,158,20,11,3.3000000000000003,69.64
-1999,8,1,11,30,14,206,219,20,11,3.4000000000000004,65.32000000000001
-1999,8,1,12,30,21,321,341,20,11,3.7,65.54
-1999,8,1,13,30,5,130,135,19,11,4.0,70.46000000000002
-1999,8,1,14,30,14,225,237,18,11,3.9,75.62
-1999,8,1,15,30,13,208,217,17,11,3.5,80.84
-1999,8,1,16,30,1,135,136,16,11,3.1,86.55
-1999,8,1,17,30,0,13,13,15,11,2.8000000000000003,92.7
-1999,8,1,18,30,0,3,3,14,11,2.3000000000000003,99.23
-1999,8,1,19,30,0,0,0,14,11,1.8,100.0
-1999,8,1,20,30,0,0,0,14,11,1.5,100.0
-1999,8,1,21,30,0,0,0,13,11,1.1,100.0
-1999,8,1,22,30,0,0,0,13,11,0.7000000000000001,100.0
-1999,8,1,23,30,0,0,0,13,9,0.4,100.0
-1999,8,2,0,30,0,0,0,13,9,0.4,100.0
-1999,8,2,1,30,0,0,0,12,9,0.30000000000000004,100.0
-1999,8,2,2,30,0,0,0,12,9,0.30000000000000004,100.0
-1999,8,2,3,30,0,0,0,11,9,0.30000000000000004,100.0
-1999,8,2,4,30,0,0,0,11,9,0.2,100.0
-1999,8,2,5,30,161,30,42,13,10,0.2,96.56
-1999,8,2,6,30,487,81,212,15,11,0.4,88.2
-1999,8,2,7,30,687,103,416,17,11,1.1,78.69
-1999,8,2,8,30,4,146,149,20,10,1.9,61.42
-1999,8,2,9,30,39,323,354,22,9,2.6,51.78
-1999,8,2,10,30,299,428,686,24,9,3.2,48.2
-1999,8,2,11,30,912,125,962,25,9,3.6,45.51
-1999,8,2,12,30,906,129,965,25,9,3.8,43.49
-1999,8,2,13,30,882,132,908,25,10,3.8,47.07
-1999,8,2,14,30,836,135,795,24,10,3.6,50.34
-1999,8,2,15,30,778,128,639,23,10,3.3000000000000003,53.35
-1999,8,2,16,30,696,109,454,21,10,2.9000000000000004,56.53
-1999,8,2,17,30,0,81,81,20,10,2.0,59.79
-1999,8,2,18,30,0,22,22,18,10,1.1,72.02
-1999,8,2,19,30,0,0,0,16,11,0.8,82.61
-1999,8,2,20,30,0,0,0,16,11,0.7000000000000001,87.72
-1999,8,2,21,30,0,0,0,15,10,0.7000000000000001,86.84
-1999,8,2,22,30,0,0,0,15,10,0.9,91.74
-1999,8,2,23,30,0,0,0,14,10,1.0,90.33
-1999,8,3,0,30,0,0,0,13,10,1.1,95.11
-1999,8,3,1,30,0,0,0,13,10,1.0,93.73
-1999,8,3,2,30,0,0,0,13,9,1.0,92.58
-1999,8,3,3,30,0,0,0,13,9,1.0,91.66
-1999,8,3,4,30,0,0,0,13,9,0.9,90.71
-1999,8,3,5,30,269,24,44,15,9,1.1,80.52
-1999,8,3,6,30,659,52,228,17,10,1.3,72.12
-1999,8,3,7,30,803,68,432,20,9,1.6,60.04
-1999,8,3,8,30,879,79,625,22,8,2.0,47.47
-1999,8,3,9,30,454,314,659,23,8,2.4000000000000004,43.52
-1999,8,3,10,30,169,448,594,24,7,2.7,40.27
-1999,8,3,11,30,588,370,909,25,7,3.0,39.97
-1999,8,3,12,30,243,481,706,25,7,3.1,39.91
-1999,8,3,13,30,407,416,774,24,7,2.9000000000000004,40.29
-1999,8,3,14,30,507,324,723,23,8,2.6,43.22
-1999,8,3,15,30,373,281,526,22,7,2.3000000000000003,45.8
-1999,8,3,16,30,43,198,219,21,8,1.9,49.76
-1999,8,3,17,30,152,123,170,20,9,1.3,61.62000000000001
-1999,8,3,18,30,84,41,50,18,11,0.9,79.18
-1999,8,3,19,30,0,0,0,17,11,0.8,82.66
-1999,8,3,20,30,0,0,0,16,10,0.7000000000000001,80.71000000000002
-1999,8,3,21,30,0,0,0,16,10,0.4,79.68
-1999,8,3,22,30,0,0,0,15,10,0.4,85.06
-1999,8,3,23,30,0,0,0,15,10,0.7000000000000001,85.61
-1999,8,4,0,30,0,0,0,15,10,1.0,91.53
-1999,8,4,1,30,0,0,0,14,10,1.1,91.36
-1999,8,4,2,30,0,0,0,14,10,1.1,91.39
-1999,8,4,3,30,0,0,0,14,10,1.1,97.89
-1999,8,4,4,30,0,0,0,14,10,1.2000000000000002,98.4
-1999,8,4,5,30,0,13,13,15,11,1.5,91.11
-1999,8,4,6,30,0,68,68,17,12,1.9,88.56
-1999,8,4,7,30,0,82,82,18,11,2.1,74.55
-1999,8,4,8,30,0,110,110,19,10,2.0,66.03
-1999,8,4,9,30,160,381,502,20,10,2.0,60.2
-1999,8,4,10,30,33,359,387,21,10,2.2,56.0
-1999,8,4,11,30,16,246,261,22,10,2.6,53.08
-1999,8,4,12,30,74,458,527,22,10,3.0,57.69
-1999,8,4,13,30,0,52,52,21,10,3.4000000000000004,63.2
-1999,8,4,14,30,0,69,69,20,11,3.4000000000000004,69.65
-1999,8,4,15,30,0,45,45,18,11,3.0,76.55
-1999,8,4,16,30,0,10,10,17,12,2.7,83.46000000000002
-1999,8,4,17,30,0,9,9,16,12,2.5,97.68
-1999,8,4,18,30,0,2,2,15,11,2.5,100.0
-1999,8,4,19,30,0,0,0,14,11,2.3000000000000003,100.0
-1999,8,4,20,30,0,0,0,14,11,2.0,100.0
-1999,8,4,21,30,0,0,0,14,11,1.8,100.0
-1999,8,4,22,30,0,0,0,14,11,1.6,100.0
-1999,8,4,23,30,0,0,0,13,11,1.2000000000000002,100.0
-1999,8,5,0,30,0,0,0,13,9,0.7000000000000001,100.0
-1999,8,5,1,30,0,0,0,12,9,0.4,100.0
-1999,8,5,2,30,0,0,0,12,9,0.4,100.0
-1999,8,5,3,30,0,0,0,12,9,0.6000000000000001,100.0
-1999,8,5,4,30,0,0,0,12,9,0.9,100.0
-1999,8,5,5,30,0,1,1,13,11,1.3,100.0
-1999,8,5,6,30,0,51,51,15,11,1.7000000000000002,92.86
-1999,8,5,7,30,39,176,194,17,12,2.1,88.18
-1999,8,5,8,30,11,187,194,18,12,2.4000000000000004,78.46000000000002
-1999,8,5,9,30,18,252,266,20,11,2.3000000000000003,67.58
-1999,8,5,10,30,340,408,700,22,11,2.0,62.72
-1999,8,5,11,30,17,265,281,23,11,1.6,59.07
-1999,8,5,12,30,12,178,190,22,11,1.4,59.65
-1999,8,5,13,30,18,274,290,21,12,1.4,64.78
-1999,8,5,14,30,55,357,400,20,12,1.6,70.47
-1999,8,5,15,30,0,102,102,20,12,1.7000000000000002,76.91
-1999,8,5,16,30,0,64,64,19,13,1.7000000000000002,84.28
-1999,8,5,17,30,338,104,207,18,13,1.3,93.24
-1999,8,5,18,30,0,25,25,17,14,0.9,100.0
-1999,8,5,19,30,0,0,0,16,14,0.6000000000000001,100.0
-1999,8,5,20,30,0,0,0,16,14,0.4,100.0
-1999,8,5,21,30,0,0,0,16,13,0.30000000000000004,100.0
-1999,8,5,22,30,0,0,0,15,13,0.4,100.0
-1999,8,5,23,30,0,0,0,15,11,0.6000000000000001,100.0
-1999,8,6,0,30,0,0,0,14,11,0.8,100.0
-1999,8,6,1,30,0,0,0,14,11,1.0,100.0
-1999,8,6,2,30,0,0,0,13,11,1.2000000000000002,100.0
-1999,8,6,3,30,0,0,0,13,11,1.4,100.0
-1999,8,6,4,30,0,0,0,13,10,1.6,97.84
-1999,8,6,5,30,175,24,36,15,10,2.3000000000000003,92.04
-1999,8,6,6,30,538,65,205,17,11,2.8000000000000003,83.01
-1999,8,6,7,30,717,85,405,20,10,2.6,67.14
-1999,8,6,8,30,811,97,596,22,10,2.3000000000000003,53.89
-1999,8,6,9,30,324,355,600,24,10,2.1,50.64
-1999,8,6,10,30,892,112,875,25,10,2.1,47.92
-1999,8,6,11,30,3,119,122,26,10,2.1,45.41
-1999,8,6,12,30,8,142,149,26,10,2.1,45.85
-1999,8,6,13,30,14,212,224,25,10,1.9,46.46
-1999,8,6,14,30,12,190,199,24,11,1.5,49.92
-1999,8,6,15,30,275,300,479,23,11,1.0,53.57
-1999,8,6,16,30,351,192,362,22,11,0.6000000000000001,57.49
-1999,8,6,17,30,525,81,239,21,11,0.5,63.83
-1999,8,6,18,30,245,37,63,19,13,0.6000000000000001,79.36
-1999,8,6,19,30,0,0,0,17,13,0.8,88.11
-1999,8,6,20,30,0,0,0,16,12,1.1,88.66
-1999,8,6,21,30,0,0,0,15,11,1.5,89.22
-1999,8,6,22,30,0,0,0,15,10,1.9,89.18
-1999,8,6,23,30,0,0,0,14,9,2.1,83.24
-1999,8,7,0,30,0,0,0,14,8,2.2,83.89
-1999,8,7,1,30,0,0,0,13,7,2.1,80.65
-1999,8,7,2,30,0,0,0,13,7,1.9,78.83
-1999,8,7,3,30,0,0,0,12,7,1.7000000000000002,83.06
-1999,8,7,4,30,0,0,0,12,7,1.5,81.91
-1999,8,7,5,30,68,22,26,15,7,1.6,69.9
-1999,8,7,6,30,126,99,131,19,8,2.2,57.18
-1999,8,7,7,30,726,87,409,22,8,2.7,49.05
-1999,8,7,8,30,809,104,601,23,8,2.5,44.82
-1999,8,7,9,30,849,121,761,24,8,2.1,42.83
-1999,8,7,10,30,300,424,680,25,8,1.7000000000000002,40.37
-1999,8,7,11,30,438,451,849,26,8,1.6,37.83
-1999,8,7,12,30,23,342,364,27,8,1.9,37.98
-1999,8,7,13,30,162,455,596,27,8,2.2,38.35
-1999,8,7,14,30,166,394,524,26,9,2.3000000000000003,41.11
-1999,8,7,15,30,358,280,511,25,9,2.4000000000000004,44.12
-1999,8,7,16,30,671,111,434,24,9,2.1,48.01
-1999,8,7,17,30,113,118,151,22,10,1.4,55.45
-1999,8,7,18,30,0,3,3,20,13,0.9,73.36
-1999,8,7,19,30,0,0,0,18,13,0.8,82.61
-1999,8,7,20,30,0,0,0,17,12,0.9,92.32
-1999,8,7,21,30,0,0,0,16,12,1.1,95.37
-1999,8,7,22,30,0,0,0,15,11,1.5,92.08
-1999,8,7,23,30,0,0,0,15,11,2.0,95.87
-1999,8,8,0,30,0,0,0,14,10,2.5,93.52
-1999,8,8,1,30,0,0,0,14,10,2.7,90.39
-1999,8,8,2,30,0,0,0,14,9,2.7,92.46
-1999,8,8,3,30,0,0,0,13,9,2.7,88.49
-1999,8,8,4,30,0,0,0,13,8,2.8000000000000003,84.83
-1999,8,8,5,30,211,22,35,16,8,3.2,73.88
-1999,8,8,6,30,200,95,146,20,8,3.4000000000000004,57.62000000000001
-1999,8,8,7,30,746,80,410,23,8,2.7,44.15
-1999,8,8,8,30,831,95,603,26,7,1.3,34.31
-1999,8,8,9,30,880,105,767,27,7,0.9,31.69
-1999,8,8,10,30,904,114,885,28,7,1.4,29.91
-1999,8,8,11,30,572,345,864,29,7,1.9,28.63
-1999,8,8,12,30,405,461,831,29,7,2.1,29.35
-1999,8,8,13,30,0,67,67,29,8,2.0,32.02
-1999,8,8,14,30,484,324,699,28,8,1.7000000000000002,34.87
-1999,8,8,15,30,751,133,616,27,8,1.3,37.82
-1999,8,8,16,30,661,113,430,25,9,1.2000000000000002,41.81
-1999,8,8,17,30,46,111,124,23,10,1.2000000000000002,52.06
-1999,8,8,18,30,98,36,46,21,13,1.5,68.29
-1999,8,8,19,30,0,0,0,19,12,1.9,73.51
-1999,8,8,20,30,0,0,0,18,12,2.0,78.28
-1999,8,8,21,30,0,0,0,17,11,1.9,81.21000000000002
-1999,8,8,22,30,0,0,0,17,11,1.8,82.82000000000002
-1999,8,8,23,30,0,0,0,16,10,1.7000000000000002,77.98
-1999,8,9,0,30,0,0,0,15,9,1.7000000000000002,77.9
-1999,8,9,1,30,0,0,0,15,8,1.9,77.19
-1999,8,9,2,30,0,0,0,14,7,2.1,71.79
-1999,8,9,3,30,0,0,0,14,6,2.2,67.43
-1999,8,9,4,30,0,0,0,14,5,2.3000000000000003,63.95
-1999,8,9,5,30,252,20,35,17,5,2.9000000000000004,55.63
-1999,8,9,6,30,620,53,210,20,5,3.3000000000000003,44.2
-1999,8,9,7,30,770,73,412,23,6,3.4000000000000004,38.07
-1999,8,9,8,30,681,155,571,26,6,3.6,32.1
-1999,8,9,9,30,883,101,763,27,6,3.7,30.6
-1999,8,9,10,30,187,442,601,28,6,3.9,29.31
-1999,8,9,11,30,16,238,253,28,6,3.9,29.82
-1999,8,9,12,30,33,385,415,27,7,3.5,32.49
-1999,8,9,13,30,71,422,484,26,7,2.6,35.81
-1999,8,9,14,30,255,382,580,25,8,1.7000000000000002,42.24
-1999,8,9,15,30,0,82,82,23,9,1.9,50.51
-1999,8,9,16,30,0,80,80,21,10,2.9000000000000004,57.34
-1999,8,9,17,30,0,56,56,19,11,3.4000000000000004,68.39
-1999,8,9,18,30,0,19,19,17,11,3.1,81.69
-1999,8,9,19,30,0,0,0,17,12,2.3000000000000003,89.88
-1999,8,9,20,30,0,0,0,16,12,1.5,90.56
-1999,8,9,21,30,0,0,0,16,12,1.0,89.27
-1999,8,9,22,30,0,0,0,16,11,0.9,92.05
-1999,8,9,23,30,0,0,0,15,11,1.0,88.67
-1999,8,10,0,30,0,0,0,15,10,1.1,86.0
-1999,8,10,1,30,0,0,0,15,10,1.2000000000000002,88.86
-1999,8,10,2,30,0,0,0,14,9,1.3,86.41
-1999,8,10,3,30,0,0,0,14,9,1.3,84.62
-1999,8,10,4,30,0,0,0,14,9,1.4,83.27
-1999,8,10,5,30,133,20,27,16,10,1.9,82.12
-1999,8,10,6,30,316,83,162,19,11,2.8000000000000003,77.08
-1999,8,10,7,30,321,172,313,22,11,3.4000000000000004,61.37000000000001
-1999,8,10,8,30,391,250,488,24,10,3.7,50.36
-1999,8,10,9,30,411,316,623,25,10,3.7,48.19
-1999,8,10,10,30,321,413,686,26,10,3.7,46.3
-1999,8,10,11,30,521,405,877,26,11,3.7,44.05
-1999,8,10,12,30,880,131,931,26,11,3.7,44.49
-1999,8,10,13,30,2,115,117,26,11,3.7,47.71
-1999,8,10,14,30,0,25,25,25,11,3.8,47.82
-1999,8,10,15,30,16,215,226,24,11,3.8,50.34
-1999,8,10,16,30,2,137,138,23,11,3.0,53.78
-1999,8,10,17,30,0,35,35,21,11,1.7000000000000002,63.18
-1999,8,10,18,30,100,32,41,19,13,0.9,86.31
-1999,8,10,19,30,0,0,0,17,13,0.8,89.03
-1999,8,10,20,30,0,0,0,16,12,0.9,92.04
-1999,8,10,21,30,0,0,0,16,12,1.0,89.38
-1999,8,10,22,30,0,0,0,16,11,1.1,92.39
-1999,8,10,23,30,0,0,0,15,11,1.2000000000000002,89.29
-1999,8,11,0,30,0,0,0,15,10,1.5,91.99
-1999,8,11,1,30,0,0,0,15,10,1.9,89.31
-1999,8,11,2,30,0,0,0,15,9,2.5,86.87
-1999,8,11,3,30,0,0,0,14,9,2.8000000000000003,84.87
-1999,8,11,4,30,0,0,0,14,9,3.0,83.22
-1999,8,11,5,30,229,19,31,16,9,3.6,77.39
-1999,8,11,6,30,620,51,204,18,9,4.5,65.21000000000001
-1999,8,11,7,30,787,67,410,21,9,4.7,53.46
-1999,8,11,8,30,436,232,496,23,8,4.1000000000000005,45.15
-1999,8,11,9,30,463,305,650,25,8,3.1,39.35
-1999,8,11,10,30,185,440,597,26,8,2.4000000000000004,36.64
-1999,8,11,11,30,432,449,839,27,8,2.1,34.22
-1999,8,11,12,30,947,97,955,28,8,2.0,34.04
-1999,8,11,13,30,935,96,900,28,7,2.1,31.77
-1999,8,11,14,30,219,386,554,27,7,2.1,33.160000000000004
-1999,8,11,15,30,0,28,28,26,7,2.1,34.37
-1999,8,11,16,30,562,132,396,25,7,2.2,36.21
-1999,8,11,17,30,98,111,139,22,7,1.8,44.74
-1999,8,11,18,30,0,1,1,19,9,1.4,61.23
-1999,8,11,19,30,0,0,0,17,8,1.8,65.25
-1999,8,11,20,30,0,0,0,16,7,2.2,68.87
-1999,8,11,21,30,0,0,0,14,6,2.2,70.51
-1999,8,11,22,30,0,0,0,13,6,2.1,74.04
-1999,8,11,23,30,0,0,0,12,6,2.2,78.05
-1999,8,12,0,30,0,0,0,12,6,2.2,81.92
-1999,8,12,1,30,0,0,0,11,5,2.2,80.12
-1999,8,12,2,30,0,0,0,11,5,2.1,78.08
-1999,8,12,3,30,0,0,0,11,4,1.9,81.12
-1999,8,12,4,30,0,0,0,11,4,1.9,78.38
-1999,8,12,5,30,248,18,30,13,4,2.5,63.33
-1999,8,12,6,30,651,49,208,17,4,3.1,48.34
-1999,8,12,7,30,810,67,417,20,3,3.5,36.91
-1999,8,12,8,30,892,78,616,22,2,3.8,31.17
-1999,8,12,9,30,937,86,783,24,2,3.6,29.38
-1999,8,12,10,30,961,92,903,25,2,3.3000000000000003,26.36
-1999,8,12,11,30,969,95,967,26,2,3.1,25.19
-1999,8,12,12,30,965,97,969,27,3,3.0,25.57
-1999,8,12,13,30,948,98,911,27,3,3.0,24.4
-1999,8,12,14,30,384,336,631,26,3,3.1,26.12
-1999,8,12,15,30,110,298,368,25,3,3.1,28.11
-1999,8,12,16,30,606,119,402,24,3,2.7,30.52
-1999,8,12,17,30,0,25,25,21,4,1.7000000000000002,39.65
-1999,8,12,18,30,0,24,24,19,8,1.0,61.31
-1999,8,12,19,30,0,0,0,17,7,1.0,61.35
-1999,8,12,20,30,0,0,0,16,7,1.3,63.18
-1999,8,12,21,30,0,0,0,15,7,1.7000000000000002,67.81
-1999,8,12,22,30,0,0,0,14,7,1.6,72.98
-1999,8,12,23,30,0,0,0,13,7,1.1,77.77
-1999,8,13,0,30,0,0,0,12,7,0.5,82.21000000000002
-1999,8,13,1,30,0,0,0,11,6,0.2,86.83
-1999,8,13,2,30,0,0,0,10,6,0.4,91.52
-1999,8,13,3,30,0,0,0,10,6,0.7000000000000001,95.33
-1999,8,13,4,30,0,0,0,10,5,1.0,91.74
-1999,8,13,5,30,217,17,28,12,5,1.9,73.27
-1999,8,13,6,30,625,52,203,17,5,2.8000000000000003,55.48
-1999,8,13,7,30,794,70,411,20,4,3.0,41.49
-1999,8,13,8,30,882,81,611,23,3,2.5,32.660000000000004
-1999,8,13,9,30,933,88,779,25,3,1.7000000000000002,27.52
-1999,8,13,10,30,961,92,902,26,2,0.9,24.8
-1999,8,13,11,30,973,95,968,27,2,0.5,22.78
-1999,8,13,12,30,972,95,972,28,2,0.8,21.37
-1999,8,13,13,30,960,93,915,29,2,1.3,20.27
-1999,8,13,14,30,934,89,801,29,2,1.7000000000000002,21.64
-1999,8,13,15,30,889,82,641,28,2,2.0,23.08
-1999,8,13,16,30,812,71,447,27,2,2.5,24.81
-1999,8,13,17,30,669,54,239,24,4,2.9000000000000004,33.85
-1999,8,13,18,30,340,24,52,20,7,3.1,53.91
-1999,8,13,19,30,0,0,0,18,7,3.3000000000000003,59.02
-1999,8,13,20,30,0,0,0,16,6,3.3000000000000003,61.13
-1999,8,13,21,30,0,0,0,15,6,3.3000000000000003,62.5
-1999,8,13,22,30,0,0,0,15,5,3.2,63.72
-1999,8,13,23,30,0,0,0,14,4,2.9000000000000004,61.0
-1999,8,14,0,30,0,0,0,13,4,2.6,62.37000000000001
-1999,8,14,1,30,0,0,0,13,3,2.3000000000000003,64.52
-1999,8,14,2,30,0,0,0,13,3,2.1,63.06
-1999,8,14,3,30,0,0,0,13,2,2.1,61.32
-1999,8,14,4,30,0,0,0,13,2,2.0,60.19
-1999,8,14,5,30,0,16,16,15,3,2.1,50.84
-1999,8,14,6,30,440,67,172,19,4,2.5,46.8
-1999,8,14,7,30,228,180,278,22,3,2.7,34.44
-1999,8,14,8,30,108,278,343,25,2,2.5,25.62
-1999,8,14,9,30,640,237,710,27,1,2.2,22.93
-1999,8,14,10,30,480,378,781,28,1,1.9,20.74
-1999,8,14,11,30,400,438,797,29,2,1.8,20.1
-1999,8,14,12,30,649,325,909,30,2,2.1,19.5
-1999,8,14,13,30,546,356,823,30,2,2.9000000000000004,20.02
-1999,8,14,14,30,617,260,730,30,3,3.7,21.67
-1999,8,14,15,30,196,298,420,29,3,4.1000000000000005,23.92
-1999,8,14,16,30,187,201,286,27,5,3.8,29.78
-1999,8,14,17,30,0,68,68,24,8,2.5,43.76
-1999,8,14,18,30,0,23,23,21,10,1.6,61.16
-1999,8,14,19,30,0,0,0,19,9,1.7000000000000002,66.37
-1999,8,14,20,30,0,0,0,18,9,2.3000000000000003,63.5
-1999,8,14,21,30,0,0,0,17,8,2.6,63.89
-1999,8,14,22,30,0,0,0,17,7,2.8000000000000003,60.95
-1999,8,14,23,30,0,0,0,17,7,3.2,63.87000000000001
-1999,8,15,0,30,0,0,0,16,7,3.3000000000000003,64.37
-1999,8,15,1,30,0,0,0,15,7,2.8000000000000003,70.8
-1999,8,15,2,30,0,0,0,15,8,2.5,72.93
-1999,8,15,3,30,0,0,0,15,8,2.8000000000000003,74.11
-1999,8,15,4,30,0,0,0,15,8,3.2,73.95
-1999,8,15,5,30,0,8,8,16,8,3.7,69.33
-1999,8,15,6,30,0,69,69,18,8,4.1000000000000005,61.63
-1999,8,15,7,30,11,144,149,21,8,4.5,53.65
-1999,8,15,8,30,0,64,64,22,8,4.5,46.48
-1999,8,15,9,30,31,297,320,24,7,3.9,40.56
-1999,8,15,10,30,71,406,465,25,7,2.9000000000000004,37.63
-1999,8,15,11,30,27,355,380,26,7,1.8,35.03
-1999,8,15,12,30,19,300,317,27,7,0.9,32.74
-1999,8,15,13,30,112,436,531,27,7,0.6000000000000001,32.410000000000004
-1999,8,15,14,30,339,353,610,27,7,0.6000000000000001,33.71
-1999,8,15,15,30,263,287,451,26,6,0.5,35.14
-1999,8,15,16,30,406,166,351,25,6,0.4,37.26
-1999,8,15,17,30,585,62,219,23,7,0.2,45.02
-1999,8,15,18,30,247,25,43,20,10,0.30000000000000004,59.73
-1999,8,15,19,30,0,0,0,18,8,0.7000000000000001,62.08
-1999,8,15,20,30,0,0,0,17,8,1.0,69.16
-1999,8,15,21,30,0,0,0,16,8,1.3,67.68
-1999,8,15,22,30,0,0,0,15,7,1.7000000000000002,69.04
-1999,8,15,23,30,0,0,0,15,6,2.0,66.93
-1999,8,16,0,30,0,0,0,15,6,2.4000000000000004,70.59
-1999,8,16,1,30,0,0,0,14,6,2.7,70.21000000000001
-1999,8,16,2,30,0,0,0,14,6,2.9000000000000004,74.75
-1999,8,16,3,30,0,0,0,13,6,3.1,74.89
-1999,8,16,4,30,0,0,0,13,6,3.3000000000000003,75.46000000000002
-1999,8,16,5,30,198,15,23,15,7,3.8,71.69
-1999,8,16,6,30,430,66,166,19,7,3.5,57.26
-1999,8,16,7,30,783,70,401,22,6,2.4000000000000004,42.56
-1999,8,16,8,30,862,85,597,25,4,1.6,29.93
-1999,8,16,9,30,903,96,760,26,3,1.2000000000000002,26.91
-1999,8,16,10,30,924,106,878,28,3,1.2000000000000002,25.23
-1999,8,16,11,30,928,112,939,29,3,1.6,23.91
-1999,8,16,12,30,592,356,886,29,3,2.0,22.7
-1999,8,16,13,30,895,120,879,29,4,2.4000000000000004,22.9
-1999,8,16,14,30,855,118,763,29,4,2.6,24.9
-1999,8,16,15,30,793,111,602,28,4,2.5,27.25
-1999,8,16,16,30,649,103,396,26,5,1.9,30.35
-1999,8,16,17,30,490,77,206,23,7,1.1,42.77
-1999,8,16,18,30,80,25,31,21,11,0.9,59.79
-1999,8,16,19,30,0,0,0,19,10,1.1,66.2
-1999,8,16,20,30,0,0,0,18,10,1.4,69.14
-1999,8,16,21,30,0,0,0,17,9,1.7000000000000002,71.41
-1999,8,16,22,30,0,0,0,17,9,1.9,69.3
-1999,8,16,23,30,0,0,0,16,8,2.0,71.83
-1999,8,17,0,30,0,0,0,16,8,1.9,70.21000000000001
-1999,8,17,1,30,0,0,0,16,8,1.7000000000000002,73.60000000000002
-1999,8,17,2,30,0,0,0,15,8,1.7000000000000002,72.10000000000002
-1999,8,17,3,30,0,0,0,15,7,1.6,70.60000000000002
-1999,8,17,4,30,0,0,0,15,7,1.6,69.26
-1999,8,17,5,30,0,8,8,17,7,2.0,65.13
-1999,8,17,6,30,0,76,76,19,7,2.6,54.99
-1999,8,17,7,30,0,27,27,22,7,2.4000000000000004,45.75
-1999,8,17,8,30,579,182,524,25,7,2.0,37.98
-1999,8,17,9,30,439,298,621,26,7,1.8,35.78
-1999,8,17,10,30,896,110,857,27,7,1.5,33.83
-1999,8,17,11,30,87,448,526,28,7,1.1,31.72
-1999,8,17,12,30,426,438,819,28,7,0.8,31.63
-1999,8,17,13,30,0,36,36,27,8,0.9,34.06
-1999,8,17,14,30,0,23,23,26,8,1.4,37.27
-1999,8,17,15,30,0,24,24,25,9,1.9,43.67
-1999,8,17,16,30,6,142,145,23,9,2.2,52.2
-1999,8,17,17,30,0,76,76,21,11,2.4000000000000004,65.47
-1999,8,17,18,30,51,23,26,19,12,2.6,78.73
-1999,8,17,19,30,0,0,0,17,12,2.5,84.41
-1999,8,17,20,30,0,0,0,16,12,2.0,89.41
-1999,8,17,21,30,0,0,0,16,11,1.1,92.16
-1999,8,17,22,30,0,0,0,15,11,0.30000000000000004,90.98
-1999,8,17,23,30,0,0,0,14,11,0.5,94.95
-1999,8,18,0,30,0,0,0,14,10,0.9,91.67
-1999,8,18,1,30,0,0,0,13,10,1.1,93.83
-1999,8,18,2,30,0,0,0,13,9,1.2000000000000002,89.01
-1999,8,18,3,30,0,0,0,13,8,1.3,88.91
-1999,8,18,4,30,0,0,0,13,7,1.2000000000000002,82.73
-1999,8,18,5,30,165,14,19,15,6,1.7000000000000002,69.33
-1999,8,18,6,30,614,50,190,18,7,2.2,55.29
-1999,8,18,7,30,790,69,400,21,5,2.4000000000000004,39.9
-1999,8,18,8,30,880,81,600,23,3,2.5,32.6
-1999,8,18,9,30,931,89,769,25,3,2.6,29.92
-1999,8,18,10,30,959,94,891,26,3,2.7,27.3
-1999,8,18,11,30,971,97,957,27,2,2.9000000000000004,24.96
-1999,8,18,12,30,970,98,960,27,2,3.0,23.05
-1999,8,18,13,30,955,97,901,28,2,3.2,22.8
-1999,8,18,14,30,924,94,785,27,2,3.4000000000000004,22.92
-1999,8,18,15,30,870,88,620,26,2,3.4000000000000004,23.99
-1999,8,18,16,30,779,77,423,25,2,3.0,25.27
-1999,8,18,17,30,608,59,215,22,3,2.1,33.62
-1999,8,18,18,30,104,21,28,19,6,1.5,54.07
-1999,8,18,19,30,0,0,0,17,6,1.8,60.67
-1999,8,18,20,30,0,0,0,16,6,2.3000000000000003,61.9
-1999,8,18,21,30,0,0,0,16,7,3.0,64.41
-1999,8,18,22,30,0,0,0,16,8,3.8,67.77
-1999,8,18,23,30,0,0,0,15,8,4.2,75.22
-1999,8,19,0,30,0,0,0,15,8,4.0,81.38
-1999,8,19,1,30,0,0,0,14,8,3.6,80.29
-1999,8,19,2,30,0,0,0,14,8,3.0,83.54
-1999,8,19,3,30,0,0,0,14,7,2.8000000000000003,81.65
-1999,8,19,4,30,0,0,0,14,7,2.8000000000000003,79.56
-1999,8,19,5,30,0,17,17,15,7,3.2,68.86
-1999,8,19,6,30,561,55,182,19,8,4.1000000000000005,58.26
-1999,8,19,7,30,739,79,386,22,9,4.6000000000000005,49.15
-1999,8,19,8,30,830,94,581,25,7,4.4,37.78
-1999,8,19,9,30,880,105,745,27,7,3.7,33.74
-1999,8,19,10,30,690,260,833,28,6,3.2,30.88
-1999,8,19,11,30,9,149,157,29,6,3.2,29.03
-1999,8,19,12,30,25,342,365,29,6,3.4000000000000004,27.73
-1999,8,19,13,30,12,186,196,28,7,3.7,30.29
-1999,8,19,14,30,0,26,26,27,7,3.8,33.6
-1999,8,19,15,30,0,27,27,26,8,3.6,39.74
-1999,8,19,16,30,348,170,323,24,9,2.8000000000000003,47.48
-1999,8,19,17,30,0,7,7,21,10,2.0,59.58
-1999,8,19,18,30,0,17,17,19,12,2.3000000000000003,73.91
-1999,8,19,19,30,0,0,0,17,12,3.1,83.35000000000002
-1999,8,19,20,30,0,0,0,16,11,3.4000000000000004,86.84
-1999,8,19,21,30,0,0,0,16,11,3.0,84.72
-1999,8,19,22,30,0,0,0,16,11,2.5,87.68
-1999,8,19,23,30,0,0,0,15,10,2.3000000000000003,85.32000000000002
-1999,8,20,0,30,0,0,0,15,10,2.4000000000000004,83.27
-1999,8,20,1,30,0,0,0,15,9,2.4000000000000004,81.37
-1999,8,20,2,30,0,0,0,15,9,2.2,85.05
-1999,8,20,3,30,0,0,0,14,9,2.0,83.5
-1999,8,20,4,30,0,0,0,14,9,1.9,82.32000000000002
-1999,8,20,5,30,121,12,15,16,9,2.5,77.34
-1999,8,20,6,30,548,53,175,20,9,3.0,62.2
-1999,8,20,7,30,347,156,300,23,9,3.0,51.63
-1999,8,20,8,30,187,273,383,25,8,2.9000000000000004,40.45
-1999,8,20,9,30,410,305,602,26,8,2.7,38.04
-1999,8,20,10,30,102,417,501,26,9,2.4000000000000004,38.69
-1999,8,20,11,30,473,414,831,26,9,2.0,39.49
-1999,8,20,12,30,96,451,537,26,9,1.7000000000000002,43.41
-1999,8,20,13,30,70,404,463,25,10,1.5,45.06
-1999,8,20,14,30,363,316,585,24,10,1.3,49.0
-1999,8,20,15,30,3,139,142,23,11,1.3,52.86
-1999,8,20,16,30,0,74,74,22,11,1.4,60.86
-1999,8,20,17,30,0,4,4,20,11,1.8,66.86
-1999,8,20,18,30,0,14,14,19,12,2.5,78.21000000000002
-1999,8,20,19,30,0,0,0,18,12,3.2,83.49
-1999,8,20,20,30,0,0,0,17,11,3.6,82.07000000000002
-1999,8,20,21,30,0,0,0,17,11,4.0,84.15
-1999,8,20,22,30,0,0,0,16,10,4.4,80.15
-1999,8,20,23,30,0,0,0,16,9,4.5,81.76
-1999,8,21,0,30,0,0,0,16,9,4.0,79.27
-1999,8,21,1,30,0,0,0,15,9,3.3000000000000003,77.92
-1999,8,21,2,30,0,0,0,15,9,2.5,77.27
-1999,8,21,3,30,0,0,0,15,9,2.0,82.53
-1999,8,21,4,30,0,0,0,15,9,1.6,82.14
-1999,8,21,5,30,101,11,14,16,9,1.9,72.84
-1999,8,21,6,30,531,54,170,19,9,2.2,62.95
-1999,8,21,7,30,475,132,327,22,9,1.9,49.88
-1999,8,21,8,30,392,239,467,24,8,1.6,43.02
-1999,8,21,9,30,656,223,697,25,8,1.6,40.58
-1999,8,21,10,30,875,118,839,26,9,1.6,38.73
-1999,8,21,11,30,0,53,53,27,9,1.3,36.82
-1999,8,21,12,30,16,237,252,27,9,1.0,39.5
-1999,8,21,13,30,126,404,509,26,9,0.7000000000000001,40.09
-1999,8,21,14,30,794,138,724,25,9,0.7000000000000001,43.35
-1999,8,21,15,30,43,250,276,24,10,0.7000000000000001,47.06
-1999,8,21,16,30,0,31,31,23,10,0.9,55.09
-1999,8,21,17,30,11,85,88,21,11,0.9,61.92
-1999,8,21,18,30,0,21,21,19,12,0.8,77.03
-1999,8,21,19,30,0,0,0,18,13,0.6000000000000001,84.56
-1999,8,21,20,30,0,0,0,17,12,0.6000000000000001,87.52
-1999,8,21,21,30,0,0,0,16,12,0.7000000000000001,90.84
-1999,8,21,22,30,0,0,0,15,12,0.9,94.31
-1999,8,21,23,30,0,0,0,15,11,1.1,97.86
-1999,8,22,0,30,0,0,0,14,11,1.1,95.1
-1999,8,22,1,30,0,0,0,13,10,1.1,98.52
-1999,8,22,2,30,0,0,0,13,10,1.1,95.38
-1999,8,22,3,30,0,0,0,13,9,1.1,92.46
-1999,8,22,4,30,0,0,0,13,9,1.3,90.2
-1999,8,22,5,30,91,10,12,14,9,2.2,84.11
-1999,8,22,6,30,530,54,169,17,9,3.4000000000000004,71.0
-1999,8,22,7,30,719,77,371,20,9,4.1000000000000005,58.53
-1999,8,22,8,30,821,91,567,23,8,4.4,44.72
-1999,8,22,9,30,882,99,735,25,7,4.5,39.08
-1999,8,22,10,30,919,103,858,26,6,4.5,32.4
-1999,8,22,11,30,937,104,924,27,5,4.4,28.93
-1999,8,22,12,30,30,361,388,28,5,4.4,27.92
-1999,8,22,13,30,925,102,871,28,4,4.3,25.7
-1999,8,22,14,30,122,364,454,27,4,4.2,26.87
-1999,8,22,15,30,248,275,424,26,4,4.0,28.36
-1999,8,22,16,30,728,84,395,25,4,3.3000000000000003,30.27
-1999,8,22,17,30,534,63,190,22,5,1.9,38.88
-1999,8,22,18,30,127,17,22,19,8,1.0,57.12000000000001
-1999,8,22,19,30,0,0,0,18,7,0.9,62.54
-1999,8,22,20,30,0,0,0,17,7,0.9,63.74
-1999,8,22,21,30,0,0,0,16,6,1.0,65.54
-1999,8,22,22,30,0,0,0,15,6,1.2000000000000002,68.02
-1999,8,22,23,30,0,0,0,14,6,1.3,66.77
-1999,8,23,0,30,0,0,0,14,5,1.4,70.82000000000002
-1999,8,23,1,30,0,0,0,13,6,1.5,71.55
-1999,8,23,2,30,0,0,0,13,6,1.6,72.93
-1999,8,23,3,30,0,0,0,13,6,1.5,74.11
-1999,8,23,4,30,0,0,0,13,6,1.4,74.18
-1999,8,23,5,30,108,10,12,15,6,1.3,65.49
-1999,8,23,6,30,578,49,173,19,8,1.6,57.52
-1999,8,23,7,30,762,71,379,22,6,2.4000000000000004,42.75
-1999,8,23,8,30,853,85,577,24,5,2.8000000000000003,37.59
-1999,8,23,9,30,904,94,744,25,5,2.6,33.17
-1999,8,23,10,30,933,100,865,27,5,2.4000000000000004,30.82
-1999,8,23,11,30,946,104,930,28,5,2.2,28.32
-1999,8,23,12,30,945,105,933,29,4,2.2,25.91
-1999,8,23,13,30,929,104,873,29,4,2.5,23.74
-1999,8,23,14,30,893,102,755,29,4,2.8000000000000003,24.73
-1999,8,23,15,30,834,95,590,28,4,3.0,25.88
-1999,8,23,16,30,733,82,393,26,4,2.8000000000000003,27.71
-1999,8,23,17,30,536,61,187,23,6,1.9,37.67
-1999,8,23,18,30,0,14,14,20,8,1.3,53.32
-1999,8,23,19,30,0,0,0,18,7,1.4,58.27
-1999,8,23,20,30,0,0,0,17,7,1.6,65.73
-1999,8,23,21,30,0,0,0,16,7,1.7000000000000002,64.75
-1999,8,23,22,30,0,0,0,15,7,1.9,67.27
-1999,8,23,23,30,0,0,0,15,6,2.1,65.55
-1999,8,24,0,30,0,0,0,15,6,2.3000000000000003,68.7
-1999,8,24,1,30,0,0,0,14,6,2.5,68.55
-1999,8,24,2,30,0,0,0,14,6,2.6,74.21000000000002
-1999,8,24,3,30,0,0,0,14,6,2.7,74.71000000000002
-1999,8,24,4,30,0,0,0,14,6,2.7,74.28
-1999,8,24,5,30,0,0,0,15,6,3.2,64.72
-1999,8,24,6,30,522,55,165,19,7,3.5,52.69
-1999,8,24,7,30,713,80,367,23,7,2.7,41.45
-1999,8,24,8,30,809,97,562,26,6,2.0,31.56
-1999,8,24,9,30,862,110,727,28,5,2.2,27.44
-1999,8,24,10,30,890,119,846,29,5,2.5,25.81
-1999,8,24,11,30,898,126,908,30,5,2.7,24.17
-1999,8,24,12,30,543,374,848,31,5,2.8000000000000003,22.77
-1999,8,24,13,30,422,368,716,31,5,2.7,24.14
-1999,8,24,14,30,364,327,592,30,5,2.4000000000000004,25.79
-1999,8,24,15,30,393,241,473,29,5,2.0,27.66
-1999,8,24,16,30,225,177,272,28,6,1.3,29.96
-1999,8,24,17,30,39,87,96,25,8,0.7000000000000001,42.17
-1999,8,24,18,30,0,8,8,22,11,0.6000000000000001,57.55
-1999,8,24,19,30,0,0,0,20,10,1.1,62.58
-1999,8,24,20,30,0,0,0,19,10,2.3000000000000003,65.38
-1999,8,24,21,30,0,0,0,18,9,3.6,67.46000000000001
-1999,8,24,22,30,0,0,0,18,9,4.2,69.84
-1999,8,24,23,30,0,0,0,17,8,4.0,66.31
-1999,8,25,0,30,0,0,0,17,8,3.4000000000000004,63.61
-1999,8,25,1,30,0,0,0,17,7,2.7,66.58
-1999,8,25,2,30,0,0,0,16,7,2.2,66.33
-1999,8,25,3,30,0,0,0,16,7,2.1,70.49
-1999,8,25,4,30,0,0,0,16,7,2.1,69.98
-1999,8,25,5,30,0,0,0,17,7,2.7,65.66
-1999,8,25,6,30,475,58,157,20,8,3.1,56.5
-1999,8,25,7,30,669,87,355,23,8,3.1,48.11
-1999,8,25,8,30,766,108,546,26,8,3.2,38.92
-1999,8,25,9,30,819,124,708,27,8,3.2,33.980000000000004
-1999,8,25,10,30,569,320,783,28,7,3.0,31.87
-1999,8,25,11,30,10,159,168,28,8,2.5,32.09
-1999,8,25,12,30,0,93,93,28,8,1.9,32.730000000000004
-1999,8,25,13,30,0,68,68,27,8,1.0,35.62
-1999,8,25,14,30,10,185,193,26,9,1.2000000000000002,41.36
-1999,8,25,15,30,0,88,88,24,9,2.5,49.0
-1999,8,25,16,30,0,10,10,21,10,3.5,59.23
-1999,8,25,17,30,0,3,3,19,11,3.3000000000000003,71.11
-1999,8,25,18,30,0,0,0,18,11,2.0,81.97
-1999,8,25,19,30,0,0,0,17,11,0.9,79.62
-1999,8,25,20,30,0,0,0,17,10,0.5,76.35000000000002
-1999,8,25,21,30,0,0,0,17,10,0.5,80.4
-1999,8,25,22,30,0,0,0,16,10,0.5,79.09
-1999,8,25,23,30,0,0,0,16,10,0.8,77.60000000000002
-1999,8,26,0,30,0,0,0,16,9,1.1,75.04
-1999,8,26,1,30,0,0,0,16,9,1.3,72.32000000000002
-1999,8,26,2,30,0,0,0,16,8,1.4,75.12
-1999,8,26,3,30,0,0,0,15,8,1.4,73.81
-1999,8,26,4,30,0,0,0,15,8,1.4,72.68
-1999,8,26,5,30,0,0,0,17,8,1.7000000000000002,68.07000000000001
-1999,8,26,6,30,484,56,156,20,9,2.1,56.11
-1999,8,26,7,30,688,82,356,24,8,2.3000000000000003,45.1
-1999,8,26,8,30,792,99,550,26,7,2.2,34.63
-1999,8,26,9,30,848,111,713,28,7,2.2,32.51
-1999,8,26,10,30,875,121,830,29,7,2.2,31.48
-1999,8,26,11,30,878,131,890,29,8,2.1,30.47
-1999,8,26,12,30,866,138,889,29,8,2.0,31.21
-1999,8,26,13,30,489,359,759,29,8,1.7000000000000002,33.62
-1999,8,26,14,30,176,359,486,28,8,1.5,35.84
-1999,8,26,15,30,61,254,290,27,8,1.4,38.29
-1999,8,26,16,30,35,159,173,26,9,1.0,41.57
-1999,8,26,17,30,191,81,123,24,10,0.6000000000000001,52.54
-1999,8,26,18,30,0,8,8,22,13,0.5,68.42
-1999,8,26,19,30,0,0,0,20,12,0.7000000000000001,69.17
-1999,8,26,20,30,0,0,0,19,11,0.9,72.11
-1999,8,26,21,30,0,0,0,19,11,1.1,75.58
-1999,8,26,22,30,0,0,0,18,11,1.4,74.21000000000002
-1999,8,26,23,30,0,0,0,17,11,1.4,77.52
-1999,8,27,0,30,0,0,0,17,10,1.4,76.51
-1999,8,27,1,30,0,0,0,17,10,1.3,81.05
-1999,8,27,2,30,0,0,0,16,10,1.2000000000000002,80.10000000000002
-1999,8,27,3,30,0,0,0,16,10,1.2000000000000002,78.23
-1999,8,27,4,30,0,0,0,16,9,1.2000000000000002,76.2
-1999,8,27,5,30,0,0,0,17,9,1.5,70.85000000000002
-1999,8,27,6,30,46,74,84,21,11,2.1,61.88
-1999,8,27,7,30,52,158,179,24,10,2.8000000000000003,49.45
-1999,8,27,8,30,496,195,477,26,10,3.4000000000000004,41.59
-1999,8,27,9,30,502,273,629,27,9,3.7,38.76
-1999,8,27,10,30,831,140,812,28,9,4.0,38.7
-1999,8,27,11,30,489,394,815,27,10,4.3,39.07
-1999,8,27,12,30,114,446,545,27,10,4.5,39.69
-1999,8,27,13,30,13,202,213,26,10,4.6000000000000005,42.89
-1999,8,27,14,30,464,286,618,26,10,4.6000000000000005,46.4
-1999,8,27,15,30,297,256,428,25,11,4.1000000000000005,50.27
-1999,8,27,16,30,28,153,164,24,11,2.7,55.96
-1999,8,27,17,30,0,2,2,22,13,1.1,65.96000000000001
-1999,8,27,18,30,0,0,0,20,13,0.4,76.31
-1999,8,27,19,30,0,0,0,19,13,0.6000000000000001,79.0
-1999,8,27,20,30,0,0,0,18,13,1.3,84.64
-1999,8,27,21,30,0,0,0,17,13,1.6,90.51
-1999,8,27,22,30,0,0,0,16,13,0.9,96.08
-1999,8,27,23,30,0,0,0,15,13,0.7000000000000001,100.0
-1999,8,28,0,30,0,0,0,14,11,1.2000000000000002,100.0
-1999,8,28,1,30,0,0,0,14,11,1.1,100.0
-1999,8,28,2,30,0,0,0,13,11,0.9,100.0
-1999,8,28,3,30,0,0,0,13,10,1.1,99.1
-1999,8,28,4,30,0,0,0,13,10,1.5,96.54
-1999,8,28,5,30,0,0,0,14,10,2.1,87.94
-1999,8,28,6,30,66,74,88,16,10,2.4000000000000004,78.9
-1999,8,28,7,30,0,94,94,19,10,1.8,67.21000000000001
-1999,8,28,8,30,355,236,437,22,10,0.9,55.31
-1999,8,28,9,30,438,286,595,24,10,0.8,50.17
-1999,8,28,10,30,165,415,548,25,10,1.2000000000000002,47.23
-1999,8,28,11,30,19,293,310,24,10,1.7000000000000002,48.35
-1999,8,28,12,30,14,214,226,23,11,2.0,53.24
-1999,8,28,13,30,97,406,485,22,11,2.0,59.19
-1999,8,28,14,30,0,70,70,21,12,1.9,65.3
-1999,8,28,15,30,0,72,72,20,12,1.8,71.33
-1999,8,28,16,30,0,55,55,19,13,1.9,77.33
-1999,8,28,17,30,392,62,145,18,13,1.9,89.28
-1999,8,28,18,30,0,0,0,16,13,1.7000000000000002,94.18
-1999,8,28,19,30,0,0,0,16,12,1.8,90.22
-1999,8,28,20,30,0,0,0,15,11,1.8,92.05
-1999,8,28,21,30,0,0,0,15,10,1.6,87.47
-1999,8,28,22,30,0,0,0,15,10,1.4,84.15
-1999,8,28,23,30,0,0,0,15,10,1.2000000000000002,82.29
-1999,8,29,0,30,0,0,0,15,9,1.1,86.08
-1999,8,29,1,30,0,0,0,14,9,1.1,88.94
-1999,8,29,2,30,0,0,0,13,8,1.2000000000000002,86.10000000000002
-1999,8,29,3,30,0,0,0,12,8,1.5,89.33
-1999,8,29,4,30,0,0,0,12,7,1.8,87.28
-1999,8,29,5,30,0,0,0,14,7,2.5,75.01
-1999,8,29,6,30,573,46,159,18,8,3.0,59.34
-1999,8,29,7,30,771,66,366,22,7,2.4000000000000004,45.65
-1999,8,29,8,30,863,79,564,25,5,1.6,33.21
-1999,8,29,9,30,909,90,729,26,4,0.9,29.06
-1999,8,29,10,30,327,388,651,27,4,0.4,26.75
-1999,8,29,11,30,936,105,906,28,4,0.4,25.2
-1999,8,29,12,30,405,394,742,29,4,0.8,23.93
-1999,8,29,13,30,449,358,721,29,4,1.0,24.15
-1999,8,29,14,30,4,134,137,28,5,1.0,26.1
-1999,8,29,15,30,812,95,557,27,5,1.0,28.22
-1999,8,29,16,30,713,79,363,26,5,0.9,30.72
-1999,8,29,17,30,515,54,160,23,8,0.9,43.2
-1999,8,29,18,30,0,0,0,21,9,1.0,57.57
-1999,8,29,19,30,0,0,0,19,8,1.4,62.37000000000001
-1999,8,29,20,30,0,0,0,17,8,1.6,66.96000000000001
-1999,8,29,21,30,0,0,0,16,8,1.5,70.14
-1999,8,29,22,30,0,0,0,15,7,1.5,71.26
-1999,8,29,23,30,0,0,0,15,7,1.6,67.04
-1999,8,30,0,30,0,0,0,15,6,1.8,68.52
-1999,8,30,1,30,0,0,0,14,6,1.9,68.31
-1999,8,30,2,30,0,0,0,14,6,1.9,73.39
-1999,8,30,3,30,0,0,0,14,6,1.9,73.48
-1999,8,30,4,30,0,0,0,14,6,1.9,72.65
-1999,8,30,5,30,0,0,0,16,6,2.1,63.39
-1999,8,30,6,30,597,43,159,20,7,2.8000000000000003,52.87000000000001
-1999,8,30,7,30,786,62,366,24,7,2.9000000000000004,40.42
-1999,8,30,8,30,874,75,564,26,5,2.3000000000000003,31.0
-1999,8,30,9,30,920,84,728,28,5,1.6,27.94
-1999,8,30,10,30,941,91,844,29,5,1.2000000000000002,26.04
-1999,8,30,11,30,943,98,902,30,5,1.3,24.7
-1999,8,30,12,30,929,104,897,30,5,1.7000000000000002,23.71
-1999,8,30,13,30,29,321,345,30,5,2.2,25.77
-1999,8,30,14,30,573,251,655,29,6,2.5,28.5
-1999,8,30,15,30,781,100,542,28,7,2.7,31.76
-1999,8,30,16,30,460,128,309,26,8,2.3000000000000003,36.63
-1999,8,30,17,30,0,56,56,23,11,1.5,53.06
-1999,8,30,18,30,0,0,0,21,12,1.0,67.12
-1999,8,30,19,30,0,0,0,20,12,1.1,71.89
-1999,8,30,20,30,0,0,0,20,12,1.4,76.64
-1999,8,30,21,30,0,0,0,19,12,1.7000000000000002,75.98
-1999,8,30,22,30,0,0,0,18,12,2.0,79.91
-1999,8,30,23,30,0,0,0,17,12,2.3000000000000003,83.61
-1999,8,31,0,30,0,0,0,17,11,2.7,81.39
-1999,8,31,1,30,0,0,0,17,11,3.1,84.06
-1999,8,31,2,30,0,0,0,16,10,3.2,81.05
-1999,8,31,3,30,0,0,0,16,10,3.0,83.44
-1999,8,31,4,30,0,0,0,16,9,2.7,81.02
-1999,8,31,5,30,0,0,0,17,9,3.0,74.75
-1999,8,31,6,30,550,45,150,20,9,3.5,59.12000000000001
-1999,8,31,7,30,758,64,355,23,10,3.3000000000000003,49.92
-1999,8,31,8,30,856,75,551,26,9,2.7,39.45
-1999,8,31,9,30,907,82,715,28,8,1.8,35.13
-1999,8,31,10,30,931,88,831,29,8,1.2000000000000002,32.06
-1999,8,31,11,30,421,397,754,30,7,1.4,29.66
-1999,8,31,12,30,18,280,296,30,7,1.7000000000000002,27.77
-1999,8,31,13,30,197,412,570,29,7,1.8,29.43
-1999,8,31,14,30,606,236,661,28,7,1.6,31.93
-1999,8,31,15,30,793,93,538,27,8,1.1,35.04
-1999,8,31,16,30,515,115,316,25,9,0.5,41.91
-1999,8,31,17,30,134,73,100,23,11,0.6000000000000001,58.01
-1999,8,31,18,30,0,0,0,21,13,1.6,74.99
-1999,8,31,19,30,0,0,0,19,13,2.7,82.51
-1999,8,31,20,30,0,0,0,17,13,3.2,89.65
-1999,8,31,21,30,0,0,0,16,13,2.7,96.52
-1999,8,31,22,30,0,0,0,16,13,1.8,100.0
-1999,8,31,23,30,0,0,0,15,12,1.1,98.37
-1999,9,1,0,30,0,0,0,14,11,0.7000000000000001,100.0
-1999,9,1,1,30,0,0,0,14,11,0.5,97.42
-1999,9,1,2,30,0,0,0,13,11,0.7000000000000001,100.0
-1999,9,1,3,30,0,0,0,13,10,0.9,98.18
-1999,9,1,4,30,0,0,0,13,10,1.2000000000000002,94.59
-1999,9,1,5,30,0,0,0,14,9,1.9,85.71000000000002
-1999,9,1,6,30,512,48,145,18,10,2.7,72.7
-1999,9,1,7,30,732,69,348,21,10,3.5,57.5
-1999,9,1,8,30,266,248,396,24,9,4.4,45.71
-1999,9,1,9,30,885,91,706,26,8,4.9,37.76
-1999,9,1,10,30,906,101,821,27,7,5.300000000000002,33.63
-1999,9,1,11,30,153,444,573,28,7,5.800000000000002,32.4
-1999,9,1,12,30,394,388,722,27,6,6.1000000000000005,33.53
-1999,9,1,13,30,420,349,683,26,7,6.1000000000000005,36.08
-1999,9,1,14,30,0,56,56,24,7,5.9,39.01
-1999,9,1,15,30,348,231,425,23,7,5.300000000000002,42.4
-1999,9,1,16,30,10,131,135,22,8,4.1000000000000005,49.42
-1999,9,1,17,30,261,65,115,20,9,2.7,56.14
-1999,9,1,18,30,0,0,0,18,10,2.1,67.71000000000001
-1999,9,1,19,30,0,0,0,17,10,2.2,72.87
-1999,9,1,20,30,0,0,0,16,10,2.1,79.28
-1999,9,1,21,30,0,0,0,15,10,2.0,87.22
-1999,9,1,22,30,0,0,0,15,11,1.9,94.51
-1999,9,1,23,30,0,0,0,14,11,1.5,94.66
-1999,9,2,0,30,0,0,0,13,11,1.3,100.0
-1999,9,2,1,30,0,0,0,13,9,1.4,100.0
-1999,9,2,2,30,0,0,0,12,9,1.6,100.0
-1999,9,2,3,30,0,0,0,12,9,1.6,100.0
-1999,9,2,4,30,0,0,0,12,9,1.6,99.07
-1999,9,2,5,30,0,0,0,13,9,2.1,96.13
-1999,9,2,6,30,479,46,136,15,9,2.5,85.5
-1999,9,2,7,30,349,140,272,18,10,1.8,68.02
-1999,9,2,8,30,848,77,544,21,8,0.7000000000000001,50.54
-1999,9,2,9,30,908,83,711,24,7,0.6000000000000001,40.98
-1999,9,2,10,30,936,89,830,25,6,1.4,37.86
-1999,9,2,11,30,456,394,779,26,7,2.0,35.74
-1999,9,2,12,30,568,314,794,26,7,2.3000000000000003,33.94
-1999,9,2,13,30,547,289,723,26,7,2.5,36.45
-1999,9,2,14,30,505,265,615,25,7,2.4000000000000004,39.18
-1999,9,2,15,30,114,255,318,24,7,2.1,42.11
-1999,9,2,16,30,0,6,6,22,8,1.4,46.3
-1999,9,2,17,30,261,63,112,19,9,1.1,62.96
-1999,9,2,18,30,0,0,0,17,11,1.6,77.4
-1999,9,2,19,30,0,0,0,15,11,2.1,88.48
-1999,9,2,20,30,0,0,0,15,11,1.9,94.08
-1999,9,2,21,30,0,0,0,14,10,1.4,91.43
-1999,9,2,22,30,0,0,0,14,9,1.2000000000000002,93.26
-1999,9,2,23,30,0,0,0,13,9,1.4,88.41
-1999,9,3,0,30,0,0,0,13,8,1.9,88.72
-1999,9,3,1,30,0,0,0,12,7,2.3000000000000003,88.81
-1999,9,3,2,30,0,0,0,11,6,2.5,83.86
-1999,9,3,3,30,0,0,0,10,5,2.4000000000000004,86.95
-1999,9,3,4,30,0,0,0,10,5,2.2,86.18
-1999,9,3,5,30,0,0,0,11,5,2.4000000000000004,80.99
-1999,9,3,6,30,0,61,61,14,6,2.5,68.19
-1999,9,3,7,30,242,153,244,17,6,1.9,58.61
-1999,9,3,8,30,350,230,422,20,6,1.0,48.05
-1999,9,3,9,30,749,168,684,22,6,0.6000000000000001,43.39
-1999,9,3,10,30,913,102,821,23,5,1.3,39.49
-1999,9,3,11,30,542,356,811,23,5,2.2,36.44
-1999,9,3,12,30,422,389,744,24,5,2.6,33.77
-1999,9,3,13,30,455,345,704,24,5,2.8000000000000003,33.46
-1999,9,3,14,30,376,303,562,23,5,2.8000000000000003,35.2
-1999,9,3,15,30,535,177,470,23,4,2.5,37.13
-1999,9,3,16,30,0,6,6,22,4,1.5,39.49
-1999,9,3,17,30,480,50,137,19,6,0.6000000000000001,49.4
-1999,9,3,18,30,0,0,0,16,8,0.8,69.57000000000001
-1999,9,3,19,30,0,0,0,14,8,1.9,80.15
-1999,9,3,20,30,0,0,0,13,8,2.7,87.02
-1999,9,3,21,30,0,0,0,12,8,2.5,99.37
-1999,9,3,22,30,0,0,0,11,8,1.8,95.84
-1999,9,3,23,30,0,0,0,10,7,1.2000000000000002,97.7
-1999,9,4,0,30,0,0,0,9,6,0.9,99.74
-1999,9,4,1,30,0,0,0,9,6,0.8,100.0
-1999,9,4,2,30,0,0,0,8,5,0.7000000000000001,96.06
-1999,9,4,3,30,0,0,0,8,4,0.6000000000000001,91.85
-1999,9,4,4,30,0,0,0,8,4,0.6000000000000001,87.98
-1999,9,4,5,30,0,0,0,9,3,0.9,79.32000000000002
-1999,9,4,6,30,517,48,141,12,4,1.5,67.45
-1999,9,4,7,30,747,71,349,15,3,1.9,53.34
-1999,9,4,8,30,856,84,551,18,2,1.9,39.65
-1999,9,4,9,30,914,92,719,21,1,1.5,32.29
-1999,9,4,10,30,167,404,536,22,0,1.1,27.13
-1999,9,4,11,30,416,353,702,23,0,1.0,24.79
-1999,9,4,12,30,958,100,901,24,0,1.5,24.5
-1999,9,4,13,30,483,338,717,24,0,2.3000000000000003,24.6
-1999,9,4,14,30,341,312,545,23,0,3.0,24.99
-1999,9,4,15,30,317,234,406,22,0,3.5,27.36
-1999,9,4,16,30,413,126,279,20,1,3.8,32.74
-1999,9,4,17,30,508,41,131,17,3,3.3000000000000003,44.88
-1999,9,4,18,30,0,0,0,14,4,2.4000000000000004,61.57
-1999,9,4,19,30,0,0,0,13,5,1.5,72.65
-1999,9,4,20,30,0,0,0,12,5,0.9,79.04
-1999,9,4,21,30,0,0,0,11,5,0.7000000000000001,79.87
-1999,9,4,22,30,0,0,0,11,5,0.6000000000000001,86.33
-1999,9,4,23,30,0,0,0,10,6,0.7000000000000001,93.8
-1999,9,5,0,30,0,0,0,9,6,0.8,94.9
-1999,9,5,1,30,0,0,0,9,6,1.0,100.0
-1999,9,5,2,30,0,0,0,8,6,1.2000000000000002,100.0
-1999,9,5,3,30,0,0,0,8,6,1.4,100.0
-1999,9,5,4,30,0,0,0,8,6,1.6,100.0
-1999,9,5,5,30,0,0,0,9,5,2.5,92.8
-1999,9,5,6,30,531,45,139,12,6,3.7,78.0
-1999,9,5,7,30,766,66,350,16,6,4.2,64.95
-1999,9,5,8,30,879,77,554,19,4,3.6,46.69
-1999,9,5,9,30,940,83,725,22,2,2.3000000000000003,32.28
-1999,9,5,10,30,975,86,849,23,0,1.4,24.55
-1999,9,5,11,30,992,86,913,24,-1,1.8,20.87
-1999,9,5,12,30,995,85,913,25,-2,2.7,18.65
-1999,9,5,13,30,982,82,848,26,-2,3.2,17.21
-1999,9,5,14,30,953,77,725,26,-2,3.2,18.05
-1999,9,5,15,30,900,69,554,25,-2,2.9000000000000004,19.06
-1999,9,5,16,30,801,58,350,23,-2,2.3000000000000003,22.08
-1999,9,5,17,30,586,38,139,19,2,1.6,36.57
-1999,9,5,18,30,0,0,0,16,3,1.6,49.83
-1999,9,5,19,30,0,0,0,15,3,2.3000000000000003,56.24
-1999,9,5,20,30,0,0,0,13,3,2.8000000000000003,61.93
-1999,9,5,21,30,0,0,0,12,3,3.0,64.18
-1999,9,5,22,30,0,0,0,11,2,2.9000000000000004,64.47
-1999,9,5,23,30,0,0,0,11,1,2.7,63.82
-1999,9,6,0,30,0,0,0,10,0,2.4000000000000004,58.33
-1999,9,6,1,30,0,0,0,10,0,2.3000000000000003,53.1
-1999,9,6,2,30,0,0,0,10,-1,2.4000000000000004,53.26
-1999,9,6,3,30,0,0,0,9,-2,2.6,50.8
-1999,9,6,4,30,0,0,0,9,-2,2.8000000000000003,49.44
-1999,9,6,5,30,0,0,0,11,-3,3.3000000000000003,45.69
-1999,9,6,6,30,388,50,118,15,-2,3.9,36.42
-1999,9,6,7,30,868,51,370,19,-1,4.1000000000000005,27.69
-1999,9,6,8,30,952,61,574,22,-3,3.8,20.79
-1999,9,6,9,30,993,68,743,25,-4,3.0,16.35
-1999,9,6,10,30,1012,73,861,26,-4,2.1,14.47
-1999,9,6,11,30,1017,76,920,27,-4,1.3,14.01
-1999,9,6,12,30,1010,77,914,28,-4,0.8,13.49
-1999,9,6,13,30,990,77,846,29,-3,0.5,13.66
-1999,9,6,14,30,955,75,720,28,-3,0.5,13.74
-1999,9,6,15,30,896,69,547,27,-3,0.6000000000000001,14.68
-1999,9,6,16,30,792,58,343,25,-3,0.5,18.47
-1999,9,6,17,30,184,59,90,21,3,0.30000000000000004,37.01
-1999,9,6,18,30,0,0,0,17,3,0.30000000000000004,46.15
-1999,9,6,19,30,0,0,0,16,2,0.7000000000000001,45.25
-1999,9,6,20,30,0,0,0,15,1,1.6,44.28
-1999,9,6,21,30,0,0,0,15,0,2.3000000000000003,46.67
-1999,9,6,22,30,0,0,0,14,0,2.6,44.0
-1999,9,6,23,30,0,0,0,14,0,2.7,45.94
-1999,9,7,0,30,0,0,0,13,0,2.7,45.47
-1999,9,7,1,30,0,0,0,13,0,2.7,45.31
-1999,9,7,2,30,0,0,0,13,0,2.6,49.04
-1999,9,7,3,30,0,0,0,12,0,2.5,49.64
-1999,9,7,4,30,0,0,0,12,0,2.4000000000000004,49.67
-1999,9,7,5,30,0,0,0,13,0,2.5,46.2
-1999,9,7,6,30,351,51,112,17,0,3.2,37.07
-1999,9,7,7,30,793,60,349,21,0,3.3000000000000003,29.18
-1999,9,7,8,30,892,72,550,24,0,2.5,21.99
-1999,9,7,9,30,943,80,718,26,-1,1.8,19.54
-1999,9,7,10,30,968,86,837,27,-1,1.6,17.13
-1999,9,7,11,30,977,90,897,28,-1,1.8,16.12
-1999,9,7,12,30,972,91,894,29,-1,2.2,15.99
-1999,9,7,13,30,954,91,827,29,-1,2.7,14.97
-1999,9,7,14,30,916,88,703,28,-1,3.2,15.85
-1999,9,7,15,30,499,179,443,27,-1,3.4000000000000004,16.77
-1999,9,7,16,30,402,127,270,24,-1,2.7,20.46
-1999,9,7,17,30,276,52,97,20,1,1.9,32.28
-1999,9,7,18,30,0,0,0,17,3,1.9,46.28
-1999,9,7,19,30,0,0,0,15,3,2.2,52.21
-1999,9,7,20,30,0,0,0,14,3,2.3000000000000003,59.53
-1999,9,7,21,30,0,0,0,12,3,2.8000000000000003,67.19
-1999,9,7,22,30,0,0,0,10,2,2.5,69.98
-1999,9,7,23,30,0,0,0,8,2,1.4,79.17
-1999,9,8,0,30,0,0,0,8,2,0.7000000000000001,77.53
-1999,9,8,1,30,0,0,0,7,1,0.4,80.17
-1999,9,8,2,30,0,0,0,7,1,0.5,84.76
-1999,9,8,3,30,0,0,0,6,1,0.7000000000000001,83.87
-1999,9,8,4,30,0,0,0,6,1,0.9,88.98
-1999,9,8,5,30,0,0,0,7,1,1.8,82.4
-1999,9,8,6,30,561,40,135,11,1,3.2,63.63
-1999,9,8,7,30,789,60,345,15,1,4.0,47.61
-1999,9,8,8,30,893,71,548,18,0,3.9,35.78
-1999,9,8,9,30,948,79,718,21,0,3.2,27.92
-1999,9,8,10,30,977,84,839,23,-1,2.0,23.31
-1999,9,8,11,30,990,86,900,24,-2,1.2000000000000002,19.6
-1999,9,8,12,30,988,86,898,25,-2,1.8,17.95
-1999,9,8,13,30,974,84,832,25,-2,3.1,17.69
-1999,9,8,14,30,942,79,707,24,-2,3.9,18.79
-1999,9,8,15,30,885,71,535,23,-2,4.0,20.32
-1999,9,8,16,30,779,59,332,21,-2,3.3000000000000003,23.87
-1999,9,8,17,30,545,38,123,17,0,2.0,37.19
-1999,9,8,18,30,0,0,0,14,2,1.2000000000000002,50.56
-1999,9,8,19,30,0,0,0,13,2,0.9,58.06
-1999,9,8,20,30,0,0,0,12,2,0.6000000000000001,57.77
-1999,9,8,21,30,0,0,0,11,1,0.7000000000000001,60.42
-1999,9,8,22,30,0,0,0,10,1,1.0,63.35
-1999,9,8,23,30,0,0,0,9,1,1.2000000000000002,65.79
-1999,9,9,0,30,0,0,0,8,0,1.3,67.98
-1999,9,9,1,30,0,0,0,8,0,1.4,69.01
-1999,9,9,2,30,0,0,0,7,-1,1.4,64.52
-1999,9,9,3,30,0,0,0,7,-2,1.5,59.82
-1999,9,9,4,30,0,0,0,7,-3,1.6,58.91
-1999,9,9,5,30,0,0,0,8,-4,1.6,47.16
-1999,9,9,6,30,627,36,140,12,-3,2.0,38.27
-1999,9,9,7,30,842,53,355,17,-5,2.1,24.33
-1999,9,9,8,30,938,63,560,20,-6,1.9,18.17
-1999,9,9,9,30,987,69,731,23,-6,1.8,15.1
-1999,9,9,10,30,1010,73,850,25,-6,1.8,14.11
-1999,9,9,11,30,1016,76,909,26,-6,2.0,13.41
-1999,9,9,12,30,1008,78,902,27,-6,2.3000000000000003,12.85
-1999,9,9,13,30,986,79,832,27,-6,2.6,13.09
-1999,9,9,14,30,681,186,637,26,-5,2.9000000000000004,13.34
-1999,9,9,15,30,512,171,437,25,-5,3.0,14.74
-1999,9,9,16,30,194,141,208,22,-3,2.7,19.81
-1999,9,9,17,30,0,49,49,19,1,1.9,37.69
-1999,9,9,18,30,0,0,0,16,3,1.3,47.7
-1999,9,9,19,30,0,0,0,16,3,1.1,50.79
-1999,9,9,20,30,0,0,0,15,3,1.0,54.48
-1999,9,9,21,30,0,0,0,14,3,1.0,54.17
-1999,9,9,22,30,0,0,0,13,2,1.0,57.12000000000001
-1999,9,9,23,30,0,0,0,12,2,1.1,57.59
-1999,9,10,0,30,0,0,0,11,1,1.2000000000000002,57.85
-1999,9,10,1,30,0,0,0,11,0,1.4,55.81
-1999,9,10,2,30,0,0,0,11,0,1.6,57.69
-1999,9,10,3,30,0,0,0,11,0,1.9,55.94
-1999,9,10,4,30,0,0,0,11,0,2.0,51.11
-1999,9,10,5,30,0,0,0,12,0,2.3000000000000003,47.55
-1999,9,10,6,30,447,49,122,15,0,2.9000000000000004,40.72
-1999,9,10,7,30,596,86,298,19,0,3.0,31.43
-1999,9,10,8,30,59,226,258,22,0,2.4000000000000004,24.6
-1999,9,10,9,30,505,250,587,24,-1,1.7000000000000002,20.11
-1999,9,10,10,30,224,389,561,25,-2,1.2000000000000002,18.63
-1999,9,10,11,30,7,142,148,26,-1,0.8,19.02
-1999,9,10,12,30,519,350,772,25,-1,0.6000000000000001,19.71
-1999,9,10,13,30,361,351,625,25,0,0.5,21.85
-1999,9,10,14,30,286,309,498,24,0,0.7000000000000001,24.47
-1999,9,10,15,30,0,11,11,23,0,1.2000000000000002,28.01
-1999,9,10,16,30,48,133,150,21,2,1.2000000000000002,33.36
-1999,9,10,17,30,0,12,12,18,6,0.9,51.82
-1999,9,10,18,30,0,0,0,16,6,0.8,61.19
-1999,9,10,19,30,0,0,0,15,5,0.8,62.25
-1999,9,10,20,30,0,0,0,14,5,0.9,68.33
-1999,9,10,21,30,0,0,0,12,5,1.1,71.78
-1999,9,10,22,30,0,0,0,12,5,1.4,76.09
-1999,9,10,23,30,0,0,0,12,4,1.8,74.84
-1999,9,11,0,30,0,0,0,12,4,2.3000000000000003,73.93
-1999,9,11,1,30,0,0,0,11,4,2.3000000000000003,72.76
-1999,9,11,2,30,0,0,0,10,3,2.1,75.61
-1999,9,11,3,30,0,0,0,10,3,2.0,72.56
-1999,9,11,4,30,0,0,0,10,2,2.0,69.83
-1999,9,11,5,30,0,0,0,11,2,2.2,64.55
-1999,9,11,6,30,191,56,86,13,3,2.6,59.26
-1999,9,11,7,30,61,142,163,15,3,2.8000000000000003,57.91
-1999,9,11,8,30,467,188,434,16,5,3.1,58.41
-1999,9,11,9,30,0,101,101,17,5,3.5,53.65
-1999,9,11,10,30,326,366,615,19,5,3.2,49.09
-1999,9,11,11,30,0,65,65,20,4,2.8000000000000003,41.03
-1999,9,11,12,30,0,86,86,21,3,2.4000000000000004,36.58
-1999,9,11,13,30,0,78,78,22,3,2.0,32.910000000000004
-1999,9,11,14,30,84,307,362,22,2,1.7000000000000002,31.61
-1999,9,11,15,30,724,118,486,21,2,1.2000000000000002,32.28
-1999,9,11,16,30,0,35,35,20,1,0.6000000000000001,33.3
-1999,9,11,17,30,26,48,52,17,4,0.2,49.49
-1999,9,11,18,30,0,0,0,14,4,0.2,60.46
-1999,9,11,19,30,0,0,0,13,3,0.6000000000000001,61.89
-1999,9,11,20,30,0,0,0,12,3,1.0,64.51
-1999,9,11,21,30,0,0,0,11,3,2.2,68.12
-1999,9,11,22,30,0,0,0,10,3,4.0,77.93
-1999,9,11,23,30,0,0,0,8,3,4.1000000000000005,91.76
-1999,9,12,0,30,0,0,0,7,3,2.9000000000000004,92.89
-1999,9,12,1,30,0,0,0,7,3,2.1,99.64
-1999,9,12,2,30,0,0,0,6,3,1.6,98.37
-1999,9,12,3,30,0,0,0,6,2,1.3,100.0
-1999,9,12,4,30,0,0,0,5,2,1.2000000000000002,100.0
-1999,9,12,5,30,0,0,0,5,2,1.0,98.93
-1999,9,12,6,30,0,10,10,7,2,0.8,86.66
-1999,9,12,7,30,0,29,29,10,3,1.0,70.85000000000002
-1999,9,12,8,30,0,45,45,13,1,1.7000000000000002,52.27
-1999,9,12,9,30,0,59,59,15,0,2.6,41.64
-1999,9,12,10,30,0,103,103,17,0,3.3000000000000003,34.800000000000004
-1999,9,12,11,30,0,100,100,18,0,3.8,31.4
-1999,9,12,12,30,5,135,140,19,-1,4.1000000000000005,30.54
-1999,9,12,13,30,7,148,154,19,-1,4.1000000000000005,28.11
-1999,9,12,14,30,79,302,354,18,-1,4.0,29.47
-1999,9,12,15,30,421,191,404,17,-2,3.8,30.97
-1999,9,12,16,30,735,63,305,15,-2,3.6,35.14
-1999,9,12,17,30,472,37,101,12,-1,2.7,44.33
-1999,9,12,18,30,0,0,0,9,0,1.5,58.71
-1999,9,12,19,30,0,0,0,8,0,1.0,63.73
-1999,9,12,20,30,0,0,0,7,0,0.9,68.29
-1999,9,12,21,30,0,0,0,7,0,1.1,73.25
-1999,9,12,22,30,0,0,0,6,0,1.2000000000000002,74.08
-1999,9,12,23,30,0,0,0,6,0,1.4,80.59
-1999,9,13,0,30,0,0,0,5,0,1.5,81.32000000000002
-1999,9,13,1,30,0,0,0,5,0,1.4,81.07000000000002
-1999,9,13,2,30,0,0,0,4,0,1.4,86.48
-1999,9,13,3,30,0,0,0,4,0,1.3,92.08
-1999,9,13,4,30,0,0,0,4,0,1.3,89.82000000000002
-1999,9,13,5,30,0,0,0,5,0,1.7000000000000002,80.69
-1999,9,13,6,30,309,48,95,8,-1,2.0,59.83
-1999,9,13,7,30,765,63,328,12,-1,2.0,49.02
-1999,9,13,8,30,879,75,531,15,-1,2.2,39.2
-1999,9,13,9,30,942,81,700,17,-1,2.5,31.11
-1999,9,13,10,30,972,84,819,19,-2,2.9000000000000004,26.86
-1999,9,13,11,30,983,87,878,20,-2,3.2,25.1
-1999,9,13,12,30,978,88,872,21,-2,3.3000000000000003,23.69
-1999,9,13,13,30,960,87,803,22,-2,3.4000000000000004,22.3
-1999,9,13,14,30,924,82,677,22,-2,3.4000000000000004,23.62
-1999,9,13,15,30,860,74,504,21,-2,3.3000000000000003,24.95
-1999,9,13,16,30,739,60,300,19,-2,2.9000000000000004,28.46
-1999,9,13,17,30,465,35,96,15,0,2.0,41.85
-1999,9,13,18,30,0,0,0,11,1,1.2000000000000002,58.04
-1999,9,13,19,30,0,0,0,10,0,0.9,59.76
-1999,9,13,20,30,0,0,0,10,0,0.5,57.18
-1999,9,13,21,30,0,0,0,10,0,0.4,58.55
-1999,9,13,22,30,0,0,0,9,-1,0.6000000000000001,56.24
-1999,9,13,23,30,0,0,0,8,-1,1.0,58.01
-1999,9,14,0,30,0,0,0,7,-2,1.1,60.31
-1999,9,14,1,30,0,0,0,6,-2,1.2000000000000002,62.53
-1999,9,14,2,30,0,0,0,5,-2,1.2000000000000002,65.79
-1999,9,14,3,30,0,0,0,5,-2,1.2000000000000002,64.9
-1999,9,14,4,30,0,0,0,5,-3,1.1,63.72
-1999,9,14,5,30,0,0,0,6,-3,1.1,57.9
-1999,9,14,6,30,499,40,115,8,-1,1.2000000000000002,56.69
-1999,9,14,7,30,558,90,282,12,-1,1.3,46.37
-1999,9,14,8,30,856,81,522,15,-2,1.6,36.14
-1999,9,14,9,30,913,91,689,18,-2,1.9,29.64
-1999,9,14,10,30,938,101,806,19,-2,2.6,26.1
-1999,9,14,11,30,936,111,861,20,-2,3.3000000000000003,24.62
-1999,9,14,12,30,580,310,773,21,-2,3.8,23.47
-1999,9,14,13,30,454,308,645,21,-1,3.8,24.13
-1999,9,14,14,30,536,225,568,20,-1,3.7,26.99
-1999,9,14,15,30,440,182,400,19,0,3.6,30.75
-1999,9,14,16,30,0,95,95,17,0,3.4000000000000004,37.38
-1999,9,14,17,30,0,28,28,14,2,2.7,51.39
-1999,9,14,18,30,0,0,0,12,3,2.6,67.35
-1999,9,14,19,30,0,0,0,10,3,2.7,73.97
-1999,9,14,20,30,0,0,0,10,4,2.6,81.57000000000002
-1999,9,14,21,30,0,0,0,9,4,2.8000000000000003,83.41
-1999,9,14,22,30,0,0,0,9,4,3.2,90.3
-1999,9,14,23,30,0,0,0,8,4,3.2,90.97
-1999,9,15,0,30,0,0,0,8,4,3.1,96.87
-1999,9,15,1,30,0,0,0,7,4,2.8000000000000003,95.87
-1999,9,15,2,30,0,0,0,6,4,2.4000000000000004,100.0
-1999,9,15,3,30,0,0,0,6,3,2.0,99.31
-1999,9,15,4,30,0,0,0,6,3,1.7000000000000002,95.59
-1999,9,15,5,30,0,0,0,7,2,1.6,84.77
-1999,9,15,6,30,323,45,93,10,2,2.0,73.10000000000002
-1999,9,15,7,30,732,56,305,13,2,2.5,59.64
-1999,9,15,8,30,103,232,284,15,0,2.8000000000000003,42.48
-1999,9,15,9,30,164,319,427,17,0,2.8000000000000003,35.35
-1999,9,15,10,30,24,285,303,18,0,2.6,33.24
-1999,9,15,11,30,33,333,360,19,0,2.4000000000000004,31.95
-1999,9,15,12,30,16,243,256,20,0,2.4000000000000004,32.67
-1999,9,15,13,30,0,68,68,20,0,2.6,33.42
-1999,9,15,14,30,13,204,213,19,1,2.8000000000000003,36.37
-1999,9,15,15,30,10,162,167,18,1,2.9000000000000004,39.87
-1999,9,15,16,30,45,121,136,16,2,2.8000000000000003,44.72
-1999,9,15,17,30,0,33,33,14,4,2.6,62.09
-1999,9,15,18,30,0,0,0,12,4,2.4000000000000004,71.0
-1999,9,15,19,30,0,0,0,11,5,2.3000000000000003,76.83
-1999,9,15,20,30,0,0,0,11,5,2.2,81.87
-1999,9,15,21,30,0,0,0,10,4,2.1,86.33
-1999,9,15,22,30,0,0,0,9,4,2.0,84.60000000000002
-1999,9,15,23,30,0,0,0,9,4,1.9,88.37
-1999,9,16,0,30,0,0,0,8,3,1.9,85.77
-1999,9,16,1,30,0,0,0,7,3,1.8,88.27
-1999,9,16,2,30,0,0,0,6,2,1.8,90.57
-1999,9,16,3,30,0,0,0,6,1,1.8,86.63
-1999,9,16,4,30,0,0,0,6,1,1.8,88.21000000000002
-1999,9,16,5,30,0,0,0,7,0,1.9,77.37
-1999,9,16,6,30,465,40,108,10,0,2.4000000000000004,58.45
-1999,9,16,7,30,730,66,312,14,0,2.4000000000000004,44.11
-1999,9,16,8,30,852,80,514,17,-1,2.1,32.07
-1999,9,16,9,30,917,89,683,20,-2,2.4000000000000004,26.45
-1999,9,16,10,30,953,94,803,21,-3,2.7,22.22
-1999,9,16,11,30,969,96,864,22,-3,3.0,19.92
-1999,9,16,12,30,969,95,860,23,-4,3.2,18.01
-1999,9,16,13,30,953,92,791,23,-4,3.4000000000000004,17.61
-1999,9,16,14,30,916,87,663,23,-4,3.5,18.47
-1999,9,16,15,30,848,77,488,22,-4,3.5,19.53
-1999,9,16,16,30,586,73,254,19,-4,2.7,22.75
-1999,9,16,17,30,305,37,71,15,0,1.6,39.83
-1999,9,16,18,30,0,0,0,12,0,1.2000000000000002,52.19
-1999,9,16,19,30,0,0,0,11,0,1.2000000000000002,55.55
-1999,9,16,20,30,0,0,0,11,0,1.4,59.54
-1999,9,16,21,30,0,0,0,10,0,1.6,60.85
-1999,9,16,22,30,0,0,0,10,1,1.8,63.19000000000001
-1999,9,16,23,30,0,0,0,10,1,1.8,64.84
-1999,9,17,0,30,0,0,0,10,1,1.7000000000000002,64.72
-1999,9,17,1,30,0,0,0,11,1,1.6,63.0
-1999,9,17,2,30,0,0,0,11,0,1.5,60.68
-1999,9,17,3,30,0,0,0,10,0,1.4,59.05
-1999,9,17,4,30,0,0,0,10,0,1.3,59.5
-1999,9,17,5,30,0,0,0,10,0,1.3,59.97
-1999,9,17,6,30,24,49,52,12,1,1.3,58.08
-1999,9,17,7,30,73,135,160,14,2,1.5,52.1
-1999,9,17,8,30,642,130,455,18,0,1.2000000000000002,37.02
-1999,9,17,9,30,851,112,661,21,-2,0.7000000000000001,25.3
-1999,9,17,10,30,901,113,781,22,-2,1.1,21.1
-1999,9,17,11,30,649,270,782,23,-2,1.7000000000000002,19.92
-1999,9,17,12,30,428,342,678,24,-2,2.2,18.76
-1999,9,17,13,30,910,107,770,24,-2,2.5,18.73
-1999,9,17,14,30,528,219,549,23,-2,2.7,19.85
-1999,9,17,15,30,673,112,434,22,-3,2.7,20.67
-1999,9,17,16,30,656,71,270,20,-3,2.0,23.55
-1999,9,17,17,30,332,37,72,16,1,1.3,42.71
-1999,9,17,18,30,0,0,0,13,1,1.3,50.79
-1999,9,17,19,30,0,0,0,13,0,1.4,51.53
-1999,9,17,20,30,0,0,0,12,0,1.4,49.96
-1999,9,17,21,30,0,0,0,12,0,1.5,52.88
-1999,9,17,22,30,0,0,0,11,0,1.6,52.49
-1999,9,17,23,30,0,0,0,10,0,1.6,55.63
-1999,9,18,0,30,0,0,0,10,0,1.6,54.87000000000001
-1999,9,18,1,30,0,0,0,10,0,1.6,57.23
-1999,9,18,2,30,0,0,0,10,-1,1.5,55.16
-1999,9,18,3,30,0,0,0,9,-2,1.5,52.44
-1999,9,18,4,30,0,0,0,9,-2,1.5,49.24
-1999,9,18,5,30,0,0,0,9,-3,1.4,46.35
-1999,9,18,6,30,370,39,91,13,-2,1.6,38.71
-1999,9,18,7,30,747,63,311,18,-2,1.6,28.8
-1999,9,18,8,30,861,78,511,21,-5,1.3,19.07
-1999,9,18,9,30,918,88,677,23,-5,1.4,16.95
-1999,9,18,10,30,51,333,371,24,-5,1.6,16.22
-1999,9,18,11,30,5,133,137,25,-5,1.7000000000000002,15.52
-1999,9,18,12,30,587,298,756,25,-5,1.9,14.91
-1999,9,18,13,30,385,322,601,25,-4,2.0,16.37
-1999,9,18,14,30,215,298,431,24,-4,2.0,16.89
-1999,9,18,15,30,11,160,165,23,-3,1.8,18.67
-1999,9,18,16,30,353,103,208,21,-2,1.2000000000000002,25.02
-1999,9,18,17,30,184,40,59,19,3,0.7000000000000001,44.25
-1999,9,18,18,30,0,0,0,17,1,0.7000000000000001,43.36
-1999,9,18,19,30,0,0,0,15,2,0.9,49.32
-1999,9,18,20,30,0,0,0,14,3,1.2000000000000002,61.3
-1999,9,18,21,30,0,0,0,13,4,1.5,67.2
-1999,9,18,22,30,0,0,0,12,4,1.7000000000000002,70.93
-1999,9,18,23,30,0,0,0,11,3,1.8,73.09
-1999,9,19,0,30,0,0,0,10,2,1.7000000000000002,75.49
-1999,9,19,1,30,0,0,0,9,2,1.9,78.46000000000002
-1999,9,19,2,30,0,0,0,8,2,2.7,83.32000000000002
-1999,9,19,3,30,0,0,0,6,2,3.0,90.47
-1999,9,19,4,30,0,0,0,6,2,2.7,97.72
-1999,9,19,5,30,0,0,0,6,2,2.6,98.02
-1999,9,19,6,30,0,4,4,6,3,2.6,93.79
-1999,9,19,7,30,0,13,13,7,3,2.3000000000000003,96.67
-1999,9,19,8,30,0,21,21,8,3,1.9,84.78
-1999,9,19,9,30,0,66,66,10,3,1.8,73.55
-1999,9,19,10,30,9,171,178,12,3,2.0,68.18
-1999,9,19,11,30,0,44,44,13,3,2.4000000000000004,63.23
-1999,9,19,12,30,0,48,48,13,3,2.8000000000000003,63.92
-1999,9,19,13,30,0,43,43,12,3,2.8000000000000003,70.36
-1999,9,19,14,30,0,17,17,11,4,2.6,77.34
-1999,9,19,15,30,4,143,145,10,4,2.4000000000000004,84.0
-1999,9,19,16,30,0,9,9,9,4,2.4000000000000004,90.8
-1999,9,19,17,30,0,13,13,7,4,2.4000000000000004,97.95
-1999,9,19,18,30,0,0,0,7,4,2.5,100.0
-1999,9,19,19,30,0,0,0,7,4,2.6,100.0
-1999,9,19,20,30,0,0,0,6,4,2.5,100.0
-1999,9,19,21,30,0,0,0,6,4,2.4000000000000004,100.0
-1999,9,19,22,30,0,0,0,6,4,2.2,100.0
-1999,9,19,23,30,0,0,0,6,4,2.0,100.0
-1999,9,20,0,30,0,0,0,6,2,1.8,100.0
-1999,9,20,1,30,0,0,0,6,2,1.6,100.0
-1999,9,20,2,30,0,0,0,5,2,1.2000000000000002,100.0
-1999,9,20,3,30,0,0,0,5,2,1.0,100.0
-1999,9,20,4,30,0,0,0,5,2,1.0,100.0
-1999,9,20,5,30,0,0,0,5,2,1.2000000000000002,100.0
-1999,9,20,6,30,0,4,4,6,2,1.2000000000000002,100.0
-1999,9,20,7,30,62,130,150,8,3,1.0,92.09
-1999,9,20,8,30,0,32,32,10,4,1.2000000000000002,77.29
-1999,9,20,9,30,0,87,87,12,3,1.6,65.67
-1999,9,20,10,30,0,48,48,14,2,2.2,53.57
-1999,9,20,11,30,17,251,264,15,2,2.8000000000000003,47.89
-1999,9,20,12,30,12,200,210,16,2,3.2,47.37
-1999,9,20,13,30,4,135,139,15,2,3.3000000000000003,47.77
-1999,9,20,14,30,0,64,64,15,2,3.2,51.48
-1999,9,20,15,30,0,69,69,14,2,2.9000000000000004,55.0
-1999,9,20,16,30,0,12,12,12,2,2.5,58.82
-1999,9,20,17,30,0,2,2,9,2,1.5,75.01
-1999,9,20,18,30,0,0,0,7,3,0.7000000000000001,87.71000000000002
-1999,9,20,19,30,0,0,0,6,2,0.5,91.41
-1999,9,20,20,30,0,0,0,5,2,0.6000000000000001,96.1
-1999,9,20,21,30,0,0,0,5,2,0.9,93.7
-1999,9,20,22,30,0,0,0,5,1,1.1,97.82
-1999,9,20,23,30,0,0,0,4,1,1.2000000000000002,94.47
-1999,9,21,0,30,0,0,0,4,0,1.5,90.41
-1999,9,21,1,30,0,0,0,4,0,1.6,92.3
-1999,9,21,2,30,0,0,0,3,0,1.5,87.79
-1999,9,21,3,30,0,0,0,3,-1,1.4,84.06
-1999,9,21,4,30,0,0,0,3,-2,1.4,84.79
-1999,9,21,5,30,0,0,0,4,-3,1.3,74.27
-1999,9,21,6,30,591,30,106,7,-2,1.8,57.51
-1999,9,21,7,30,846,49,321,12,-3,2.2,39.13
-1999,9,21,8,30,951,59,527,15,-7,2.1,23.79
-1999,9,21,9,30,1003,65,698,17,-8,2.0,18.3
-1999,9,21,10,30,1029,69,817,19,-9,1.9,15.25
-1999,9,21,11,30,1038,72,874,21,-9,2.1,14.0
-1999,9,21,12,30,1033,72,864,22,-9,2.4000000000000004,13.16
-1999,9,21,13,30,1015,70,790,22,-9,2.7,12.58
-1999,9,21,14,30,978,66,658,22,-9,2.8000000000000003,13.71
-1999,9,21,15,30,913,59,478,21,-9,2.7,14.93
-1999,9,21,16,30,784,48,268,18,-7,1.9,20.2
-1999,9,21,17,30,457,24,63,14,-1,1.2000000000000002,42.68
-1999,9,21,18,30,0,0,0,11,-3,1.2000000000000002,42.38
-1999,9,21,19,30,0,0,0,10,-4,1.2000000000000002,42.23
-1999,9,21,20,30,0,0,0,9,-4,1.4,46.63
-1999,9,21,21,30,0,0,0,8,-4,1.6,45.34
-1999,9,21,22,30,0,0,0,7,-5,1.7000000000000002,47.8
-1999,9,21,23,30,0,0,0,7,-5,1.7000000000000002,50.74
-1999,9,22,0,30,0,0,0,6,-5,1.7000000000000002,50.46
-1999,9,22,1,30,0,0,0,6,-5,1.7000000000000002,50.98
-1999,9,22,2,30,0,0,0,6,-4,1.7000000000000002,55.85
-1999,9,22,3,30,0,0,0,6,-4,1.6,56.52
-1999,9,22,4,30,0,0,0,6,-4,1.6,56.17
-1999,9,22,5,30,0,0,0,6,-5,1.5,51.6
-1999,9,22,6,30,556,30,100,10,-3,1.6,44.38
-1999,9,22,7,30,814,51,310,15,0,1.6,39.28
-1999,9,22,8,30,920,63,513,19,-4,0.8,24.08
-1999,9,22,9,30,973,71,681,21,-6,0.30000000000000004,16.65
-1999,9,22,10,30,1000,76,798,23,-7,0.5,14.44
-1999,9,22,11,30,1010,79,855,24,-7,1.1,13.58
-1999,9,22,12,30,1005,79,845,25,-6,1.7000000000000002,12.94
-1999,9,22,13,30,985,78,772,26,-6,2.2,13.13
-1999,9,22,14,30,945,73,640,25,-6,2.7,14.06
-1999,9,22,15,30,873,66,461,24,-6,3.0,15.14
-1999,9,22,16,30,727,53,254,20,-4,2.4000000000000004,20.98
-1999,9,22,17,30,368,25,55,16,0,1.5,40.33
-1999,9,22,18,30,0,0,0,15,0,1.1,42.74
-1999,9,22,19,30,0,0,0,15,0,0.7000000000000001,40.92
-1999,9,22,20,30,0,0,0,14,-1,0.5,40.32
-1999,9,22,21,30,0,0,0,13,0,0.8,43.78
-1999,9,22,22,30,0,0,0,12,0,1.1,50.42
-1999,9,22,23,30,0,0,0,11,-1,1.2000000000000002,48.92
-1999,9,23,0,30,0,0,0,11,-1,1.3,47.4
-1999,9,23,1,30,0,0,0,11,-1,1.3,46.44
-1999,9,23,2,30,0,0,0,11,-2,1.3,45.89
-1999,9,23,3,30,0,0,0,10,-2,1.3,49.17
-1999,9,23,4,30,0,0,0,10,-1,1.3,49.67
-1999,9,23,5,30,0,0,0,10,-1,1.2000000000000002,50.59
-1999,9,23,6,30,279,41,75,12,0,1.1,48.09
-1999,9,23,7,30,441,104,243,16,2,1.2000000000000002,46.21
-1999,9,23,8,30,861,74,492,19,-1,1.2000000000000002,29.27
-1999,9,23,9,30,919,84,657,22,-4,1.1,19.25
-1999,9,23,10,30,946,92,772,23,-5,1.1,16.69
-1999,9,23,11,30,952,98,826,24,-5,1.2000000000000002,15.86
-1999,9,23,12,30,941,102,815,25,-4,1.4,16.19
-1999,9,23,13,30,914,102,742,25,-4,1.7000000000000002,15.59
-1999,9,23,14,30,860,99,610,24,-4,2.0,16.88
-1999,9,23,15,30,775,88,435,23,-3,2.3000000000000003,18.35
-1999,9,23,16,30,622,66,235,21,-2,1.9,22.61
-1999,9,23,17,30,247,27,46,17,1,1.4,40.85
-1999,9,23,18,30,0,0,0,15,1,1.4,44.03
-1999,9,23,19,30,0,0,0,14,0,1.4,45.65
-1999,9,23,20,30,0,0,0,13,0,1.5,47.78
-1999,9,23,21,30,0,0,0,12,0,1.6,51.31
-1999,9,23,22,30,0,0,0,11,0,1.5,54.7
-1999,9,23,23,30,0,0,0,11,0,1.5,57.26
-1999,9,24,0,30,0,0,0,10,0,1.6,55.33
-1999,9,24,1,30,0,0,0,10,-1,1.9,52.46
-1999,9,24,2,30,0,0,0,10,-1,2.5,50.93
-1999,9,24,3,30,0,0,0,10,-1,3.0,56.4
-1999,9,24,4,30,0,0,0,10,0,3.2,62.17
-1999,9,24,5,30,0,0,0,10,1,3.4000000000000004,64.8
-1999,9,24,6,30,163,43,63,12,3,3.8,63.06
-1999,9,24,7,30,0,12,12,16,4,4.4,56.86
-1999,9,24,8,30,582,138,419,19,4,4.5,45.25
-1999,9,24,9,30,878,94,638,20,2,4.1000000000000005,35.53
-1999,9,24,10,30,901,106,750,22,1,3.5,31.68
-1999,9,24,11,30,81,372,434,23,1,3.1,29.01
-1999,9,24,12,30,525,308,704,23,1,2.9000000000000004,26.78
-1999,9,24,13,30,0,36,36,23,0,3.0,27.84
-1999,9,24,14,30,234,278,416,22,0,3.2,29.27
-1999,9,24,15,30,0,80,80,20,0,2.9000000000000004,31.71
-1999,9,24,16,30,0,60,60,18,2,2.1,41.28
-1999,9,24,17,30,0,2,2,15,4,1.5,55.68
-1999,9,24,18,30,0,0,0,13,4,1.4,62.09
-1999,9,24,19,30,0,0,0,12,3,1.4,68.51
-1999,9,24,20,30,0,0,0,11,2,1.5,65.79
-1999,9,24,21,30,0,0,0,11,2,1.6,64.83
-1999,9,24,22,30,0,0,0,11,2,1.7000000000000002,69.81
-1999,9,24,23,30,0,0,0,10,3,1.7000000000000002,70.84
-1999,9,25,0,30,0,0,0,10,3,1.7000000000000002,71.54
-1999,9,25,1,30,0,0,0,10,3,1.7000000000000002,71.62
-1999,9,25,2,30,0,0,0,10,2,1.8,70.33
-1999,9,25,3,30,0,0,0,10,2,1.8,73.05
-1999,9,25,4,30,0,0,0,10,2,1.8,70.71000000000002
-1999,9,25,5,30,0,0,0,10,1,2.0,64.16
-1999,9,25,6,30,434,32,83,13,1,2.8000000000000003,52.95
-1999,9,25,7,30,741,54,283,17,2,3.7,41.73
-1999,9,25,8,30,875,63,482,20,1,4.0,32.9
-1999,9,25,9,30,945,67,649,22,1,4.2,28.73
-1999,9,25,10,30,983,68,766,24,1,4.4,26.76
-1999,9,25,11,30,1000,68,824,25,0,4.6000000000000005,24.17
-1999,9,25,12,30,1003,67,818,26,0,4.7,21.71
-1999,9,25,13,30,382,307,571,26,0,4.6000000000000005,19.7
-1999,9,25,14,30,340,257,456,26,-1,4.2,19.01
-1999,9,25,15,30,316,179,317,25,-1,3.7,19.84
-1999,9,25,16,30,101,103,129,23,0,2.7,26.56
-1999,9,25,17,30,37,21,24,19,1,1.8,38.05
-1999,9,25,18,30,0,0,0,16,1,1.7000000000000002,42.03
-1999,9,25,19,30,0,0,0,16,1,1.9,43.97
-1999,9,25,20,30,0,0,0,15,0,2.0,43.14
-1999,9,25,21,30,0,0,0,14,0,1.9,45.79
-1999,9,25,22,30,0,0,0,13,0,1.6,48.94
-1999,9,25,23,30,0,0,0,12,0,1.4,52.58
-1999,9,26,0,30,0,0,0,12,0,1.7000000000000002,53.3
-1999,9,26,1,30,0,0,0,11,1,2.1,58.32
-1999,9,26,2,30,0,0,0,9,1,1.5,69.13
-1999,9,26,3,30,0,0,0,7,1,1.0,79.95
-1999,9,26,4,30,0,0,0,6,1,1.0,83.49
-1999,9,26,5,30,0,0,0,6,0,1.2000000000000002,79.77
-1999,9,26,6,30,0,29,29,7,0,1.6,72.65
-1999,9,26,7,30,0,45,45,10,0,1.8,55.85
-1999,9,26,8,30,0,73,73,14,-1,1.6,40.93
-1999,9,26,9,30,51,267,299,17,-3,1.1,30.43
-1999,9,26,10,30,75,337,390,19,-3,1.0,25.4
-1999,9,26,11,30,164,387,511,20,-3,1.5,23.61
-1999,9,26,12,30,992,76,814,20,-3,2.4000000000000004,23.82
-1999,9,26,13,30,582,244,643,19,-3,3.4000000000000004,25.49
-1999,9,26,14,30,466,217,487,18,-3,3.8,25.96
-1999,9,26,15,30,550,127,365,17,-3,3.7,28.11
-1999,9,26,16,30,4,87,88,14,-3,3.6,34.84
-1999,9,26,17,30,0,3,3,11,-1,3.2,46.68
-1999,9,26,18,30,0,0,0,8,0,2.8000000000000003,63.15
-1999,9,26,19,30,0,0,0,7,0,2.6,74.14
-1999,9,26,20,30,0,0,0,5,0,2.4000000000000004,78.87
-1999,9,26,21,30,0,0,0,4,0,2.2,83.48
-1999,9,26,22,30,0,0,0,3,0,2.0,89.01
-1999,9,26,23,30,0,0,0,3,0,2.1,87.60000000000002
-1999,9,27,0,30,0,0,0,2,-1,2.4000000000000004,91.9
-1999,9,27,1,30,0,0,0,2,-1,2.5,90.6
-1999,9,27,2,30,0,0,0,1,-1,2.5,89.86
-1999,9,27,3,30,0,0,0,1,-1,2.5,89.13
-1999,9,27,4,30,0,0,0,1,-1,2.5,94.31
-1999,9,27,5,30,0,0,0,1,-2,2.7,85.81
-1999,9,27,6,30,461,31,81,2,-2,3.7,79.04
-1999,9,27,7,30,0,30,30,6,-2,4.4,62.73
-1999,9,27,8,30,22,175,186,9,-4,3.6,45.3
-1999,9,27,9,30,11,192,199,12,-5,2.3000000000000003,32.35
-1999,9,27,10,30,36,294,320,14,-6,1.1,26.09
-1999,9,27,11,30,19,261,276,15,-7,0.7000000000000001,23.4
-1999,9,27,12,30,10,182,190,16,-7,1.8,23.02
-1999,9,27,13,30,10,180,187,15,-7,3.4000000000000004,23.11
-1999,9,27,14,30,0,104,104,14,-7,4.4,25.51
-1999,9,27,15,30,0,61,61,13,-6,4.6000000000000005,30.39
-1999,9,27,16,30,0,40,40,10,-5,4.6000000000000005,39.84
-1999,9,27,17,30,0,6,6,7,-3,4.800000000000002,56.93
-1999,9,27,18,30,0,0,0,4,-1,4.6000000000000005,75.31
-1999,9,27,19,30,0,0,0,2,0,4.1000000000000005,93.77
-1999,9,27,20,30,0,0,0,2,0,3.4000000000000004,96.84
-1999,9,27,21,30,0,0,0,2,0,2.8000000000000003,96.97
-1999,9,27,22,30,0,0,0,1,0,2.4000000000000004,95.67
-1999,9,27,23,30,0,0,0,1,0,2.3000000000000003,94.2
-1999,9,28,0,30,0,0,0,1,-1,2.3000000000000003,92.72
-1999,9,28,1,30,0,0,0,1,-1,2.1,98.48
-1999,9,28,2,30,0,0,0,0,-1,1.6,97.18
-1999,9,28,3,30,0,0,0,0,-1,1.3,94.75
-1999,9,28,4,30,0,0,0,0,-2,2.2,90.54
-1999,9,28,5,30,0,0,0,0,-3,3.8,92.75
-1999,9,28,6,30,0,23,23,0,-3,5.300000000000002,88.22
-1999,9,28,7,30,0,42,42,0,-4,5.9,79.03
-1999,9,28,8,30,462,166,382,0,-4,6.1000000000000005,72.75
-1999,9,28,9,30,11,191,198,1,-4,6.300000000000002,73.82000000000002
-1999,9,28,10,30,69,327,376,2,-3,6.4,74.83
-1999,9,28,11,30,31,304,327,2,-3,6.1000000000000005,75.94
-1999,9,28,12,30,3,128,131,3,-3,5.5,71.47
-1999,9,28,13,30,63,310,354,4,-3,4.7,65.56
-1999,9,28,14,30,50,244,272,4,-4,4.0,64.27
-1999,9,28,15,30,213,182,271,4,-4,3.4000000000000004,63.09
-1999,9,28,16,30,401,75,173,3,-4,2.5,67.05
-1999,9,28,17,30,256,18,30,1,-4,1.5,77.73
-1999,9,28,18,30,0,0,0,0,-5,0.9,79.64
-1999,9,28,19,30,0,0,0,0,-5,0.8,84.19
-1999,9,28,20,30,0,0,0,-1,-5,1.1,81.36
-1999,9,28,21,30,0,0,0,-2,-6,1.4,82.73
-1999,9,28,22,30,0,0,0,-2,-7,1.5,77.45
-1999,9,28,23,30,0,0,0,-2,-8,1.7000000000000002,72.45
-1999,9,29,0,30,0,0,0,-2,-9,1.8,72.57000000000002
-1999,9,29,1,30,0,0,0,-2,-10,1.8,67.11
-1999,9,29,2,30,0,0,0,-2,-11,1.7000000000000002,57.3
-1999,9,29,3,30,0,0,0,-2,-12,1.7000000000000002,52.84
-1999,9,29,4,30,0,0,0,-1,-13,1.7000000000000002,49.41
-1999,9,29,5,30,0,0,0,0,-13,1.7000000000000002,43.31
-1999,9,29,6,30,552,25,82,2,-13,1.9,36.17
-1999,9,29,7,30,827,45,289,6,-10,1.8,35.2
-1999,9,29,8,30,933,56,489,10,-9,1.4,28.22
-1999,9,29,9,30,985,63,654,13,-9,1.4,22.97
-1999,9,29,10,30,1010,67,767,16,-9,1.8,19.43
-1999,9,29,11,30,1017,69,820,18,-7,2.1,18.61
-1999,9,29,12,30,1012,69,808,19,-6,2.3000000000000003,19.33
-1999,9,29,13,30,992,68,733,20,-5,2.3000000000000003,19.58
-1999,9,29,14,30,954,63,600,20,-4,2.0,20.55
-1999,9,29,15,30,884,55,422,19,-4,1.5,24.5
-1999,9,29,16,30,739,42,218,15,0,0.9,40.33
-1999,9,29,17,30,325,15,28,11,0,1.0,55.84
-1999,9,29,18,30,0,0,0,9,-2,1.4,56.27
-1999,9,29,19,30,0,0,0,7,-2,1.8,60.02
-1999,9,29,20,30,0,0,0,7,-3,2.0,60.31
-1999,9,29,21,30,0,0,0,6,-4,2.1,55.23
-1999,9,29,22,30,0,0,0,6,-5,2.3000000000000003,50.0
-1999,9,29,23,30,0,0,0,6,-6,2.6,45.13
-1999,9,30,0,30,0,0,0,6,-7,2.7,44.82
-1999,9,30,1,30,0,0,0,5,-7,2.8000000000000003,45.4
-1999,9,30,2,30,0,0,0,4,-6,2.5,52.51
-1999,9,30,3,30,0,0,0,3,-6,2.2,59.31
-1999,9,30,4,30,0,0,0,3,-5,1.7000000000000002,64.4
-1999,9,30,5,30,0,0,0,3,-6,1.3,61.71
-1999,9,30,6,30,486,26,75,6,-5,1.0,51.69
-1999,9,30,7,30,786,49,278,10,-4,0.9,45.23
-1999,9,30,8,30,903,61,477,13,-5,0.9,33.97
-1999,9,30,9,30,959,68,641,15,-4,1.1,28.68
-1999,9,30,10,30,987,73,754,17,-4,1.6,25.4
-1999,9,30,11,30,996,76,807,19,-4,2.0,22.41
-1999,9,30,12,30,991,76,795,20,-4,2.2,20.86
-1999,9,30,13,30,970,74,719,21,-4,2.1,19.46
-1999,9,30,14,30,928,69,587,21,-4,2.1,19.54
-1999,9,30,15,30,853,60,410,20,-4,2.2,21.05
-1999,9,30,16,30,698,45,207,16,-3,2.2,29.64
-1999,9,30,17,30,258,14,24,12,0,2.4000000000000004,50.7
-1999,9,30,18,30,0,0,0,10,0,2.7,57.4
-1999,9,30,19,30,0,0,0,8,-1,2.6,58.57
-1999,9,30,20,30,0,0,0,7,-2,2.7,58.17
-1999,9,30,21,30,0,0,0,7,-3,2.9000000000000004,54.27
-1999,9,30,22,30,0,0,0,7,-4,3.0,50.29
-1999,9,30,23,30,0,0,0,7,-5,3.0,46.91
-1999,10,1,0,30,0,0,0,7,-6,3.0,47.71
-1999,10,1,1,30,0,0,0,7,-6,2.9000000000000004,45.81
-1999,10,1,2,30,0,0,0,7,-7,2.5,44.45
-1999,10,1,3,30,0,0,0,6,-7,2.2,44.07
-1999,10,1,4,30,0,0,0,6,-7,2.0,44.19
-1999,10,1,5,30,0,0,0,6,-7,1.9,44.09
-1999,10,1,6,30,460,27,72,9,-6,2.2,39.67
-1999,10,1,7,30,770,52,274,14,-5,2.7,31.68
-1999,10,1,8,30,892,66,473,18,-6,2.9000000000000004,21.53
-1999,10,1,9,30,952,74,638,21,-7,3.0,16.0
-1999,10,1,10,30,983,78,752,22,-7,3.3000000000000003,14.67
-1999,10,1,11,30,992,81,804,23,-7,3.7,13.73
-1999,10,1,12,30,983,83,792,24,-7,4.2,12.91
-1999,10,1,13,30,510,249,586,23,-7,4.3,13.83
-1999,10,1,14,30,490,198,469,21,-7,4.2,17.37
-1999,10,1,15,30,548,118,340,17,-5,4.7,23.38
-1999,10,1,16,30,603,47,184,13,-4,5.1000000000000005,36.49
-1999,10,1,17,30,0,17,17,9,-2,4.3,53.66
-1999,10,1,18,30,0,0,0,6,-2,3.1,62.33
-1999,10,1,19,30,0,0,0,4,-2,2.1,71.77
-1999,10,1,20,30,0,0,0,3,-2,1.4,76.52
-1999,10,1,21,30,0,0,0,2,-2,1.0,81.57000000000002
-1999,10,1,22,30,0,0,0,2,-2,0.9,80.51
-1999,10,1,23,30,0,0,0,2,-3,0.8,79.61
-1999,10,2,0,30,0,0,0,1,-3,0.6000000000000001,78.45
-1999,10,2,1,30,0,0,0,1,-3,0.6000000000000001,77.51
-1999,10,2,2,30,0,0,0,0,-3,0.7000000000000001,82.52
-1999,10,2,3,30,0,0,0,0,-3,0.7000000000000001,81.63
-1999,10,2,4,30,0,0,0,0,-3,0.8,80.16
-1999,10,2,5,30,0,0,0,0,-4,1.0,78.53
-1999,10,2,6,30,0,18,18,2,-4,1.6,73.54
-1999,10,2,7,30,119,115,149,7,-3,2.2,59.55
-1999,10,2,8,30,2,135,136,10,-4,2.2,41.6
-1999,10,2,9,30,47,252,280,14,-6,2.0,27.83
-1999,10,2,10,30,385,303,566,17,-8,1.7000000000000002,19.94
-1999,10,2,11,30,989,88,805,18,-9,1.9,15.97
-1999,10,2,12,30,982,88,790,19,-10,2.7,14.78
-1999,10,2,13,30,954,86,711,20,-9,3.4000000000000004,15.47
-1999,10,2,14,30,290,246,405,19,-8,3.5,16.34
-1999,10,2,15,30,440,139,315,18,-8,3.0,18.45
-1999,10,2,16,30,283,77,140,15,-6,1.6,27.49
-1999,10,2,17,30,0,11,11,11,-2,0.6000000000000001,48.97
-1999,10,2,18,30,0,0,0,8,-2,0.8,54.32
-1999,10,2,19,30,0,0,0,7,-2,1.6,61.22
-1999,10,2,20,30,0,0,0,6,-3,2.5,58.31
-1999,10,2,21,30,0,0,0,6,-4,3.2,55.84
-1999,10,2,22,30,0,0,0,5,-4,3.4000000000000004,58.02
-1999,10,2,23,30,0,0,0,4,-4,2.9000000000000004,61.17
-1999,10,3,0,30,0,0,0,3,-4,2.4000000000000004,64.32000000000001
-1999,10,3,1,30,0,0,0,2,-5,1.9,67.51
-1999,10,3,2,30,0,0,0,1,-5,1.3,66.13
-1999,10,3,3,30,0,0,0,0,-5,1.2000000000000002,65.02
-1999,10,3,4,30,0,0,0,0,-5,1.3,68.95
-1999,10,3,5,30,0,0,0,0,-6,1.2000000000000002,66.99
-1999,10,3,6,30,0,17,17,1,-6,1.0,61.38
-1999,10,3,7,30,108,113,144,5,-6,0.9,49.56
-1999,10,3,8,30,72,194,226,9,-7,1.2000000000000002,34.29
-1999,10,3,9,30,342,258,458,12,-8,1.7000000000000002,26.08
-1999,10,3,10,30,565,240,623,15,-8,2.1,22.48
-1999,10,3,11,30,978,91,795,16,-8,2.5,19.64
-1999,10,3,12,30,641,235,691,17,-8,2.9000000000000004,18.4
-1999,10,3,13,30,565,228,596,17,-8,3.0,18.28
-1999,10,3,14,30,883,88,566,17,-9,3.0,19.42
-1999,10,3,15,30,813,70,391,16,-8,2.7,20.8
-1999,10,3,16,30,643,49,188,12,-8,2.1,26.55
-1999,10,3,17,30,124,11,14,8,-4,1.4,46.61
-1999,10,3,18,30,0,0,0,6,-4,1.2000000000000002,57.39
-1999,10,3,19,30,0,0,0,4,-4,1.2000000000000002,66.09
-1999,10,3,20,30,0,0,0,3,-5,1.3,63.78
-1999,10,3,21,30,0,0,0,3,-5,1.4,60.54
-1999,10,3,22,30,0,0,0,3,-6,1.6,56.62000000000001
-1999,10,3,23,30,0,0,0,3,-7,1.7000000000000002,52.45
-1999,10,4,0,30,0,0,0,3,-8,1.8,52.71
-1999,10,4,1,30,0,0,0,2,-9,1.7000000000000002,49.94
-1999,10,4,2,30,0,0,0,2,-9,1.7000000000000002,48.31
-1999,10,4,3,30,0,0,0,2,-9,1.7000000000000002,47.82
-1999,10,4,4,30,0,0,0,3,-9,1.7000000000000002,47.1
-1999,10,4,5,30,0,0,0,3,-10,1.7000000000000002,43.25
-1999,10,4,6,30,413,28,64,6,-9,1.8,36.15
-1999,10,4,7,30,769,56,269,12,-7,2.4000000000000004,31.39
-1999,10,4,8,30,903,70,473,17,-8,2.5,19.67
-1999,10,4,9,30,967,79,641,20,-12,2.2,12.63
-1999,10,4,10,30,997,84,755,21,-12,2.4000000000000004,10.49
-1999,10,4,11,30,1008,86,807,22,-12,2.6,10.16
-1999,10,4,12,30,1002,85,792,23,-11,2.6,10.01
-1999,10,4,13,30,981,80,713,24,-11,2.5,10.33
-1999,10,4,14,30,940,73,577,23,-11,2.2,10.54
-1999,10,4,15,30,860,62,396,21,-10,1.6,12.56
-1999,10,4,16,30,687,45,190,17,-4,0.8,26.27
-1999,10,4,17,30,0,0,0,13,-2,0.4,39.14
-1999,10,4,18,30,0,0,0,11,-5,0.6000000000000001,36.16
-1999,10,4,19,30,0,0,0,10,-6,1.2000000000000002,38.68
-1999,10,4,20,30,0,0,0,8,-6,1.5,40.14
-1999,10,4,21,30,0,0,0,7,-7,1.6,44.47
-1999,10,4,22,30,0,0,0,6,-7,1.6,42.5
-1999,10,4,23,30,0,0,0,6,-8,1.6,40.99
-1999,10,5,0,30,0,0,0,6,-8,1.6,39.83
-1999,10,5,1,30,0,0,0,7,-8,1.5,38.3
-1999,10,5,2,30,0,0,0,7,-9,1.3,34.35
-1999,10,5,3,30,0,0,0,8,-9,1.2000000000000002,30.75
-1999,10,5,4,30,0,0,0,8,-10,1.2000000000000002,32.35
-1999,10,5,5,30,0,0,0,7,-10,1.4,32.61
-1999,10,5,6,30,434,25,61,9,-9,1.4,30.67
-1999,10,5,7,30,773,51,263,13,-3,2.0,35.07
-1999,10,5,8,30,900,65,463,17,-7,3.0,20.44
-1999,10,5,9,30,961,73,628,20,-9,3.6,14.59
-1999,10,5,10,30,990,79,741,22,-9,3.8,12.83
-1999,10,5,11,30,1000,82,793,23,-9,3.8,12.12
-1999,10,5,12,30,994,82,779,24,-9,3.6,11.53
-1999,10,5,13,30,972,79,701,25,-8,3.3000000000000003,11.07
-1999,10,5,14,30,925,72,565,24,-8,2.9000000000000004,12.15
-1999,10,5,15,30,837,62,383,23,-7,2.2,14.01
-1999,10,5,16,30,650,45,179,19,-2,1.6,27.27
-1999,10,5,17,30,0,0,0,15,0,1.8,39.7
-1999,10,5,18,30,0,0,0,13,-2,2.3000000000000003,39.64
-1999,10,5,19,30,0,0,0,11,-2,2.6,45.31
-1999,10,5,20,30,0,0,0,10,-2,2.6,48.05
-1999,10,5,21,30,0,0,0,9,-2,2.4000000000000004,50.9
-1999,10,5,22,30,0,0,0,9,-2,2.0,50.73
-1999,10,5,23,30,0,0,0,9,-2,1.9,50.39
-1999,10,6,0,30,0,0,0,9,-2,1.9,50.2
-1999,10,6,1,30,0,0,0,9,-2,1.9,51.23
-1999,10,6,2,30,0,0,0,9,-1,2.0,57.7
-1999,10,6,3,30,0,0,0,9,-1,2.1,60.73
-1999,10,6,4,30,0,0,0,9,0,2.2,63.29
-1999,10,6,5,30,0,0,0,9,0,2.3000000000000003,65.12
-1999,10,6,6,30,249,29,49,11,0,3.0,55.53
-1999,10,6,7,30,571,72,227,16,2,3.9,44.97
-1999,10,6,8,30,59,185,211,20,2,3.8,39.1
-1999,10,6,9,30,563,187,510,22,2,3.6,31.58
-1999,10,6,10,30,206,330,468,23,2,3.8,28.67
-1999,10,6,11,30,205,358,503,24,2,4.4,27.17
-1999,10,6,12,30,872,115,722,24,2,5.1000000000000005,29.92
-1999,10,6,13,30,536,229,570,23,3,5.4,31.2
-1999,10,6,14,30,342,225,406,22,3,5.4,34.06
-1999,10,6,15,30,201,161,237,21,3,4.800000000000002,37.04
-1999,10,6,16,30,343,70,139,18,4,3.0,46.96
-1999,10,6,17,30,0,0,0,16,5,1.6,61.23
-1999,10,6,18,30,0,0,0,14,5,1.9,63.06
-1999,10,6,19,30,0,0,0,13,5,2.9000000000000004,67.93
-1999,10,6,20,30,0,0,0,12,5,3.1,81.36
-1999,10,6,21,30,0,0,0,10,6,2.1,90.54
-1999,10,6,22,30,0,0,0,9,6,1.4,97.24
-1999,10,6,23,30,0,0,0,8,6,1.4,100.0
-1999,10,7,0,30,0,0,0,7,4,1.5,100.0
-1999,10,7,1,30,0,0,0,7,4,1.4,97.81
-1999,10,7,2,30,0,0,0,7,3,1.2000000000000002,91.2
-1999,10,7,3,30,0,0,0,8,2,1.2000000000000002,85.27
-1999,10,7,4,30,0,0,0,8,2,1.2000000000000002,75.72
-1999,10,7,5,30,0,0,0,8,1,1.1,73.64
-1999,10,7,6,30,0,19,19,9,1,1.4,70.39
-1999,10,7,7,30,0,86,86,11,4,2.5,78.94
-1999,10,7,8,30,9,147,151,12,6,3.4000000000000004,81.8
-1999,10,7,9,30,202,271,386,12,6,3.7,78.54
-1999,10,7,10,30,0,115,115,12,6,4.0,76.77
-1999,10,7,11,30,0,23,23,13,5,4.4,73.96000000000002
-1999,10,7,12,30,0,98,98,12,5,4.6000000000000005,71.47
-1999,10,7,13,30,0,24,24,12,4,4.6000000000000005,75.59
-1999,10,7,14,30,0,70,70,12,4,4.1000000000000005,74.12
-1999,10,7,15,30,0,24,24,12,4,3.2,71.61
-1999,10,7,16,30,0,48,48,11,3,2.0,75.59
-1999,10,7,17,30,0,0,0,9,3,1.2000000000000002,85.8
-1999,10,7,18,30,0,0,0,7,2,1.2000000000000002,83.72
-1999,10,7,19,30,0,0,0,6,1,1.3,85.01
-1999,10,7,20,30,0,0,0,5,0,1.4,86.17
-1999,10,7,21,30,0,0,0,4,0,1.6,87.49
-1999,10,7,22,30,0,0,0,4,0,1.8,82.61
-1999,10,7,23,30,0,0,0,4,-1,1.9,78.92
-1999,10,8,0,30,0,0,0,4,-1,1.9,75.84
-1999,10,8,1,30,0,0,0,4,-2,1.8,73.18
-1999,10,8,2,30,0,0,0,4,-2,1.8,76.31
-1999,10,8,3,30,0,0,0,3,-2,1.8,74.7
-1999,10,8,4,30,0,0,0,3,-3,1.8,73.38
-1999,10,8,5,30,0,0,0,3,-3,1.6,71.71000000000002
-1999,10,8,6,30,325,24,47,5,-3,1.7000000000000002,62.13
-1999,10,8,7,30,687,55,236,10,-1,2.1,54.41
-1999,10,8,8,30,830,71,428,13,-2,2.3000000000000003,41.41
-1999,10,8,9,30,901,80,589,15,-2,2.2,36.09
-1999,10,8,10,30,939,85,701,16,-2,2.0,32.29
-1999,10,8,11,30,956,86,752,17,-2,1.8,30.66
-1999,10,8,12,30,954,85,740,18,-2,1.8,28.91
-1999,10,8,13,30,934,81,664,19,-2,1.8,27.11
-1999,10,8,14,30,888,73,532,19,-2,1.8,26.91
-1999,10,8,15,30,800,62,356,18,-2,1.7000000000000002,28.42
-1999,10,8,16,30,609,42,158,15,-1,1.4,37.32
-1999,10,8,17,30,0,0,0,12,0,1.3,53.37000000000001
-1999,10,8,18,30,0,0,0,10,0,1.6,54.86
-1999,10,8,19,30,0,0,0,9,0,1.8,60.81
-1999,10,8,20,30,0,0,0,8,-1,2.1,63.81
-1999,10,8,21,30,0,0,0,7,-1,2.3000000000000003,62.38
-1999,10,8,22,30,0,0,0,7,-1,2.2,60.65
-1999,10,8,23,30,0,0,0,7,-2,2.0,62.97
-1999,10,9,0,30,0,0,0,7,-2,1.8,61.25
-1999,10,9,1,30,0,0,0,6,-2,1.7000000000000002,60.55
-1999,10,9,2,30,0,0,0,6,-2,1.7000000000000002,61.03
-1999,10,9,3,30,0,0,0,6,-2,1.7000000000000002,61.15
-1999,10,9,4,30,0,0,0,6,-2,1.8,60.7
-1999,10,9,5,30,0,0,0,6,-3,1.9,59.4
-1999,10,9,6,30,419,20,49,9,-3,2.1,48.25
-1999,10,9,7,30,770,43,243,14,-1,2.7,42.14
-1999,10,9,8,30,899,55,439,18,-1,2.3000000000000003,29.74
-1999,10,9,9,30,960,62,600,21,-3,1.4,21.66
-1999,10,9,10,30,992,67,712,23,-4,1.1,18.22
-1999,10,9,11,30,1003,69,764,25,-4,0.9,16.78
-1999,10,9,12,30,999,69,750,26,-4,0.9,15.4
-1999,10,9,13,30,978,67,673,26,-4,1.1,14.18
-1999,10,9,14,30,934,62,539,25,-5,1.4,14.78
-1999,10,9,15,30,850,53,361,24,-4,1.3,17.16
-1999,10,9,16,30,662,37,159,20,0,0.9,33.86
-1999,10,9,17,30,0,0,0,15,1,0.6000000000000001,45.22
-1999,10,9,18,30,0,0,0,13,0,0.6000000000000001,44.62
-1999,10,9,19,30,0,0,0,12,-1,1.1,43.66
-1999,10,9,20,30,0,0,0,11,-2,1.6,47.73
-1999,10,9,21,30,0,0,0,10,-3,1.9,48.42
-1999,10,9,22,30,0,0,0,9,-4,2.1,45.14
-1999,10,9,23,30,0,0,0,9,-4,2.3000000000000003,43.0
-1999,10,10,0,30,0,0,0,9,-5,2.4000000000000004,44.95
-1999,10,10,1,30,0,0,0,8,-5,2.4000000000000004,45.14
-1999,10,10,2,30,0,0,0,7,-4,2.4000000000000004,49.73
-1999,10,10,3,30,0,0,0,6,-4,2.2,54.51
-1999,10,10,4,30,0,0,0,5,-4,1.9,59.32
-1999,10,10,5,30,0,0,0,5,-4,1.6,59.56
-1999,10,10,6,30,378,20,45,7,-3,1.9,52.63
-1999,10,10,7,30,744,47,237,11,-3,2.3000000000000003,42.6
-1999,10,10,8,30,879,60,432,15,-2,1.8,33.94
-1999,10,10,9,30,944,69,594,19,-3,0.8,25.08
-1999,10,10,10,30,975,74,704,21,-3,1.0,20.95
-1999,10,10,11,30,986,77,754,23,-4,2.1,19.33
-1999,10,10,12,30,979,77,739,24,-4,2.8000000000000003,17.98
-1999,10,10,13,30,955,74,661,24,-4,3.3000000000000003,17.01
-1999,10,10,14,30,906,68,526,24,-3,3.6,18.35
-1999,10,10,15,30,811,58,348,22,-3,3.7,20.19
-1999,10,10,16,30,605,40,149,18,0,3.4000000000000004,32.38
-1999,10,10,17,30,0,0,0,14,1,3.3000000000000003,49.33
-1999,10,10,18,30,0,0,0,13,1,3.2,56.63
-1999,10,10,19,30,0,0,0,12,1,3.1,59.58
-1999,10,10,20,30,0,0,0,10,1,3.0,61.43
-1999,10,10,21,30,0,0,0,9,0,2.8000000000000003,62.67
-1999,10,10,22,30,0,0,0,9,0,2.5,63.51
-1999,10,10,23,30,0,0,0,9,-1,2.3000000000000003,58.88
-1999,10,11,0,30,0,0,0,9,-2,2.4000000000000004,53.68
-1999,10,11,1,30,0,0,0,8,-3,2.7,49.3
-1999,10,11,2,30,0,0,0,8,-4,2.9000000000000004,50.72
-1999,10,11,3,30,0,0,0,7,-4,2.8000000000000003,49.94
-1999,10,11,4,30,0,0,0,7,-4,2.6,49.16
-1999,10,11,5,30,0,0,0,7,-5,2.4000000000000004,47.7
-1999,10,11,6,30,407,19,45,9,-5,2.7,41.33
-1999,10,11,7,30,781,44,241,14,-3,3.4000000000000004,32.56
-1999,10,11,8,30,914,55,439,19,-3,3.6,23.64
-1999,10,11,9,30,978,62,602,22,-5,3.2,16.84
-1999,10,11,10,30,1008,67,713,24,-7,2.5,13.88
-1999,10,11,11,30,1017,69,763,25,-8,1.9,12.55
-1999,10,11,12,30,1010,69,747,26,-8,1.5,11.73
-1999,10,11,13,30,985,67,667,26,-8,1.4,11.76
-1999,10,11,14,30,938,62,531,25,-8,1.3,11.95
-1999,10,11,15,30,847,53,351,23,-7,0.9,14.55
-1999,10,11,16,30,648,37,150,19,0,0.4,31.75
-1999,10,11,17,30,0,0,0,16,0,0.4,37.82
-1999,10,11,18,30,0,0,0,14,-2,1.0,36.69
-1999,10,11,19,30,0,0,0,12,-2,1.6,40.26
-1999,10,11,20,30,0,0,0,11,-3,2.0,41.75
-1999,10,11,21,30,0,0,0,10,-4,2.4000000000000004,41.32
-1999,10,11,22,30,0,0,0,10,-5,2.6,41.84
-1999,10,11,23,30,0,0,0,10,-5,2.7,40.29
-1999,10,12,0,30,0,0,0,9,-5,2.8000000000000003,39.12
-1999,10,12,1,30,0,0,0,9,-6,2.9000000000000004,38.45
-1999,10,12,2,30,0,0,0,9,-6,2.9000000000000004,40.72
-1999,10,12,3,30,0,0,0,8,-6,2.8000000000000003,40.39
-1999,10,12,4,30,0,0,0,8,-6,2.6,40.17
-1999,10,12,5,30,0,0,0,8,-6,2.4000000000000004,40.08
-1999,10,12,6,30,77,21,25,11,-6,2.5,35.32
-1999,10,12,7,30,210,95,148,15,-5,3.3000000000000003,28.63
-1999,10,12,8,30,785,68,394,19,-5,3.9,20.42
-1999,10,12,9,30,935,73,586,22,-6,3.9,16.56
-1999,10,12,10,30,510,237,562,24,-6,3.6,15.41
-1999,10,12,11,30,294,327,527,25,-6,3.2,14.33
-1999,10,12,12,30,352,306,541,25,-6,3.0,13.26
-1999,10,12,13,30,346,270,480,25,-6,3.0,13.14
-1999,10,12,14,30,572,149,432,25,-6,2.9000000000000004,13.93
-1999,10,12,15,30,479,109,275,23,-6,2.3000000000000003,15.55
-1999,10,12,16,30,123,62,83,19,-1,1.4,29.37
-1999,10,12,17,30,0,0,0,15,0,1.2000000000000002,42.71
-1999,10,12,18,30,0,0,0,13,-1,1.3,45.36
-1999,10,12,19,30,0,0,0,11,-1,1.3,46.94
-1999,10,12,20,30,0,0,0,10,-2,1.4,47.97
-1999,10,12,21,30,0,0,0,10,-2,1.5,46.07
-1999,10,12,22,30,0,0,0,9,-3,1.5,47.88
-1999,10,12,23,30,0,0,0,9,-3,1.5,50.22
-1999,10,13,0,30,0,0,0,8,-3,1.4,49.41
-1999,10,13,1,30,0,0,0,8,-3,1.3,52.37000000000001
-1999,10,13,2,30,0,0,0,7,-4,1.3,55.68
-1999,10,13,3,30,0,0,0,7,-4,1.2000000000000002,55.48
-1999,10,13,4,30,0,0,0,6,-4,1.0,54.73
-1999,10,13,5,30,0,0,0,6,-4,1.0,53.94
-1999,10,13,6,30,328,19,37,7,-4,1.0,50.86
-1999,10,13,7,30,719,47,223,11,-2,1.4,45.25
-1999,10,13,8,30,863,61,415,16,-3,2.4000000000000004,32.42
-1999,10,13,9,30,930,70,575,19,-3,3.4000000000000004,23.83
-1999,10,13,10,30,962,75,684,22,-4,3.8,18.73
-1999,10,13,11,30,975,78,734,24,-5,3.6,16.94
-1999,10,13,12,30,971,77,720,25,-5,2.7,15.46
-1999,10,13,13,30,950,74,643,26,-5,1.6,14.23
-1999,10,13,14,30,904,67,510,25,-5,0.6000000000000001,14.98
-1999,10,13,15,30,811,56,333,23,-5,0.2,17.44
-1999,10,13,16,30,600,37,135,19,0,0.30000000000000004,31.63
-1999,10,13,17,30,0,0,0,14,1,0.5,47.58
-1999,10,13,18,30,0,0,0,12,0,0.9,49.55
-1999,10,13,19,30,0,0,0,10,0,1.5,54.32
-1999,10,13,20,30,0,0,0,10,-1,1.8,53.31
-1999,10,13,21,30,0,0,0,9,-3,1.9,48.44
-1999,10,13,22,30,0,0,0,9,-4,2.0,44.45
-1999,10,13,23,30,0,0,0,9,-5,2.2,41.65
-1999,10,14,0,30,0,0,0,9,-5,2.4000000000000004,39.98
-1999,10,14,1,30,0,0,0,9,-6,2.7,38.38
-1999,10,14,2,30,0,0,0,9,-6,2.9000000000000004,39.55
-1999,10,14,3,30,0,0,0,8,-7,3.0,38.57
-1999,10,14,4,30,0,0,0,8,-7,2.7,38.08
-1999,10,14,5,30,0,0,0,8,-7,2.4000000000000004,38.07
-1999,10,14,6,30,391,18,38,10,-7,2.6,33.22
-1999,10,14,7,30,787,43,233,14,-6,3.3000000000000003,27.09
-1999,10,14,8,30,925,55,432,19,-6,3.8,20.6
-1999,10,14,9,30,989,62,595,22,-8,3.6,14.94
-1999,10,14,10,30,1019,66,706,23,-10,3.1,11.35
-1999,10,14,11,30,1028,68,755,24,-10,2.5,10.09
-1999,10,14,12,30,1021,68,738,25,-11,2.3000000000000003,9.84
-1999,10,14,13,30,997,66,658,25,-11,2.2,9.72
-1999,10,14,14,30,949,61,521,24,-11,2.2,10.3
-1999,10,14,15,30,859,51,340,22,-10,1.7000000000000002,11.58
-1999,10,14,16,30,651,35,138,18,-3,1.1,25.42
-1999,10,14,17,30,0,0,0,14,-4,1.0,32.21
-1999,10,14,18,30,0,0,0,12,-5,1.4,32.77
-1999,10,14,19,30,0,0,0,11,-5,1.7000000000000002,36.56
-1999,10,14,20,30,0,0,0,9,-6,1.9,37.88
-1999,10,14,21,30,0,0,0,9,-7,2.1,35.45
-1999,10,14,22,30,0,0,0,9,-7,2.3000000000000003,36.41
-1999,10,14,23,30,0,0,0,8,-8,2.4000000000000004,35.75
-1999,10,15,0,30,0,0,0,8,-7,2.5,38.68
-1999,10,15,1,30,0,0,0,7,-7,2.5,43.66
-1999,10,15,2,30,0,0,0,6,-6,2.4000000000000004,45.91
-1999,10,15,3,30,0,0,0,5,-6,2.2,50.33
-1999,10,15,4,30,0,0,0,5,-6,1.6,54.84
-1999,10,15,5,30,0,0,0,4,-6,0.9,54.7
-1999,10,15,6,30,0,21,21,5,-5,0.9,53.37000000000001
-1999,10,15,7,30,673,52,212,8,-4,1.7000000000000002,48.5
-1999,10,15,8,30,817,71,400,10,-3,2.0,42.84
-1999,10,15,9,30,15,186,194,12,-3,1.5,37.64
-1999,10,15,10,30,4,147,150,15,-4,1.2000000000000002,31.95
-1999,10,15,11,30,13,207,216,16,-4,1.3,27.17
-1999,10,15,12,30,0,117,117,17,-4,1.4,24.92
-1999,10,15,13,30,0,13,13,17,-5,1.2000000000000002,26.24
-1999,10,15,14,30,0,8,8,16,-4,1.4,28.31
-1999,10,15,15,30,0,15,15,13,-4,2.5,34.38
-1999,10,15,16,30,0,2,2,10,-2,3.6,47.02
-1999,10,15,17,30,0,0,0,7,-1,3.8,65.03
-1999,10,15,18,30,0,0,0,5,0,3.3000000000000003,79.36
-1999,10,15,19,30,0,0,0,4,0,2.7,86.61
-1999,10,15,20,30,0,0,0,3,0,2.0,91.99
-1999,10,15,21,30,0,0,0,2,0,1.5,96.35
-1999,10,15,22,30,0,0,0,2,-1,1.6,91.57
-1999,10,15,23,30,0,0,0,1,-1,1.6,86.98
-1999,10,16,0,30,0,0,0,1,-2,1.6,83.69
-1999,10,16,1,30,0,0,0,0,-2,1.6,87.95
-1999,10,16,2,30,0,0,0,0,-2,1.5,86.79
-1999,10,16,3,30,0,0,0,0,-3,1.6,92.0
-1999,10,16,4,30,0,0,0,0,-3,1.7000000000000002,90.33
-1999,10,16,5,30,0,0,0,0,-3,1.9,89.71000000000002
-1999,10,16,6,30,0,1,1,0,-3,2.6,88.99
-1999,10,16,7,30,0,26,26,0,-3,3.4000000000000004,82.0
-1999,10,16,8,30,0,45,45,1,-4,4.1000000000000005,72.66
-1999,10,16,9,30,0,48,48,1,-5,4.9,67.45
-1999,10,16,10,30,0,60,60,1,-6,5.5,63.15
-1999,10,16,11,30,8,178,184,0,-6,5.9,60.99
-1999,10,16,12,30,0,121,121,0,-6,5.9,64.06
-1999,10,16,13,30,0,79,79,0,-7,5.5,67.56
-1999,10,16,14,30,0,27,27,0,-7,4.9,66.51
-1999,10,16,15,30,0,32,32,0,-7,4.4,71.29
-1999,10,16,16,30,0,42,42,-1,-7,3.9,71.09
-1999,10,16,17,30,0,0,0,-1,-7,3.4000000000000004,70.27
-1999,10,16,18,30,0,0,0,-2,-7,2.8000000000000003,75.08
-1999,10,16,19,30,0,0,0,-2,-7,2.0,74.03
-1999,10,16,20,30,0,0,0,-3,-8,1.3,79.10000000000002
-1999,10,16,21,30,0,0,0,-3,-8,0.9,78.7
-1999,10,16,22,30,0,0,0,-3,-8,0.7000000000000001,84.4
-1999,10,16,23,30,0,0,0,-4,-8,0.7000000000000001,83.10000000000002
-1999,10,17,0,30,0,0,0,-4,-8,1.0,80.81
-1999,10,17,1,30,0,0,0,-5,-9,1.1,83.7
-1999,10,17,2,30,0,0,0,-5,-9,1.2000000000000002,79.7
-1999,10,17,3,30,0,0,0,-5,-10,1.2000000000000002,75.32000000000002
-1999,10,17,4,30,0,0,0,-5,-11,1.2000000000000002,71.15
-1999,10,17,5,30,0,0,0,-4,-12,1.1,66.93
-1999,10,17,6,30,347,16,31,-2,-12,1.3,54.32
-1999,10,17,7,30,175,89,129,1,-12,1.3,42.97
-1999,10,17,8,30,42,158,175,4,-12,1.2000000000000002,34.76
-1999,10,17,9,30,317,231,398,6,-13,1.6,25.78
-1999,10,17,10,30,195,301,421,8,-14,1.8,22.02
-1999,10,17,11,30,1019,88,754,10,-13,1.7000000000000002,21.56
-1999,10,17,12,30,518,238,571,11,-12,1.7000000000000002,21.62
-1999,10,17,13,30,357,253,461,11,-11,1.7000000000000002,21.55
-1999,10,17,14,30,935,73,512,11,-11,1.9,22.88
-1999,10,17,15,30,839,58,327,10,-10,1.7000000000000002,26.06
-1999,10,17,16,30,612,35,123,6,-6,1.2000000000000002,46.04
-1999,10,17,17,30,0,0,0,3,-6,1.0,58.34
-1999,10,17,18,30,0,0,0,2,-8,1.0,54.18
-1999,10,17,19,30,0,0,0,1,-8,1.2000000000000002,54.32
-1999,10,17,20,30,0,0,0,1,-8,1.4,53.13
-1999,10,17,21,30,0,0,0,1,-8,1.5,51.98
-1999,10,17,22,30,0,0,0,1,-9,1.6,50.52
-1999,10,17,23,30,0,0,0,1,-9,1.7000000000000002,49.0
-1999,10,18,0,30,0,0,0,0,-9,1.8,51.04
-1999,10,18,1,30,0,0,0,0,-10,1.8,49.62000000000001
-1999,10,18,2,30,0,0,0,0,-10,1.6,53.53
-1999,10,18,3,30,0,0,0,0,-9,1.5,54.87000000000001
-1999,10,18,4,30,0,0,0,-1,-9,1.5,60.64
-1999,10,18,5,30,0,0,0,0,-9,1.4,57.17
-1999,10,18,6,30,0,4,4,0,-8,1.8,56.34
-1999,10,18,7,30,0,34,34,1,-5,2.5,66.56
-1999,10,18,8,30,0,76,76,3,-3,2.8000000000000003,71.02
-1999,10,18,9,30,0,126,126,5,-3,2.7,67.83
-1999,10,18,10,30,0,121,121,6,-3,2.7,58.7
-1999,10,18,11,30,0,105,105,7,-3,3.0,54.65
-1999,10,18,12,30,0,82,82,7,-3,3.5,59.47
-1999,10,18,13,30,8,174,179,6,-2,3.7,65.75
-1999,10,18,14,30,0,66,66,5,-2,3.7,71.9
-1999,10,18,15,30,0,43,43,3,-2,3.5,77.91
-1999,10,18,16,30,0,6,6,2,-2,3.1,84.42
-1999,10,18,17,30,0,0,0,1,-2,2.5,84.32000000000002
-1999,10,18,18,30,0,0,0,0,-2,2.0,89.83
-1999,10,18,19,30,0,0,0,0,-2,1.5,88.84
-1999,10,18,20,30,0,0,0,0,-2,1.0,87.97
-1999,10,18,21,30,0,0,0,0,-2,0.6000000000000001,87.52
-1999,10,18,22,30,0,0,0,0,-2,0.6000000000000001,92.89
-1999,10,18,23,30,0,0,0,0,-3,0.7000000000000001,90.42
-1999,10,19,0,30,0,0,0,-1,-3,0.8,93.53
-1999,10,19,1,30,0,0,0,-1,-4,1.0,96.75
-1999,10,19,2,30,0,0,0,-2,-4,1.2000000000000002,92.87
-1999,10,19,3,30,0,0,0,-2,-5,1.3,96.47
-1999,10,19,4,30,0,0,0,-3,-5,1.4,93.07
-1999,10,19,5,30,0,0,0,-3,-6,1.4,89.81
-1999,10,19,6,30,0,24,24,-1,-6,2.0,74.95
-1999,10,19,7,30,671,58,207,1,-5,2.5,64.74
-1999,10,19,8,30,842,80,406,4,-5,1.9,55.74
-1999,10,19,9,30,924,93,571,7,-7,1.6,40.45
-1999,10,19,10,30,964,100,684,9,-8,1.9,34.82
-1999,10,19,11,30,978,103,733,10,-8,2.3000000000000003,31.55
-1999,10,19,12,30,971,101,715,11,-8,2.5,29.64
-1999,10,19,13,30,946,94,632,11,-8,2.6,28.29
-1999,10,19,14,30,894,82,493,11,-8,2.5,28.93
-1999,10,19,15,30,794,63,310,10,-7,1.9,31.72
-1999,10,19,16,30,265,48,83,7,-4,1.0,48.69
-1999,10,19,17,30,0,0,0,4,-5,0.5,56.72
-1999,10,19,18,30,0,0,0,2,-6,0.7000000000000001,63.31
-1999,10,19,19,30,0,0,0,1,-6,1.1,60.5
-1999,10,19,20,30,0,0,0,1,-7,1.4,58.04
-1999,10,19,21,30,0,0,0,1,-7,1.5,60.16
-1999,10,19,22,30,0,0,0,0,-8,1.6,58.09
-1999,10,19,23,30,0,0,0,0,-8,1.8,56.25
-1999,10,20,0,30,0,0,0,0,-8,2.0,55.72
-1999,10,20,1,30,0,0,0,0,-8,2.1,56.37000000000001
-1999,10,20,2,30,0,0,0,0,-8,2.2,57.05
-1999,10,20,3,30,0,0,0,1,-8,2.2,57.32
-1999,10,20,4,30,0,0,0,1,-8,2.3000000000000003,56.63
-1999,10,20,5,30,0,0,0,1,-8,2.3000000000000003,55.58
-1999,10,20,6,30,304,13,22,2,-8,2.4000000000000004,51.12000000000001
-1999,10,20,7,30,750,39,203,6,-7,2.8000000000000003,43.41
-1999,10,20,8,30,898,50,395,10,-6,2.6,35.5
-1999,10,20,9,30,967,57,554,13,-6,1.9,28.83
-1999,10,20,10,30,1001,61,663,15,-7,2.0,23.94
-1999,10,20,11,30,1014,63,712,16,-7,2.4000000000000004,22.07
-1999,10,20,12,30,1011,62,696,17,-7,2.9000000000000004,20.63
-1999,10,20,13,30,989,59,617,18,-7,3.1,20.64
-1999,10,20,14,30,942,54,482,17,-7,3.0,20.7
-1999,10,20,15,30,844,46,304,15,-6,2.0,25.2
-1999,10,20,16,30,606,29,107,11,-1,1.0,47.93
-1999,10,20,17,30,0,0,0,8,-3,0.8,50.26
-1999,10,20,18,30,0,0,0,7,-5,1.0,48.14
-1999,10,20,19,30,0,0,0,5,-5,1.5,54.41
-1999,10,20,20,30,0,0,0,5,-5,1.9,52.51
-1999,10,20,21,30,0,0,0,5,-6,2.4000000000000004,49.82
-1999,10,20,22,30,0,0,0,5,-7,2.8000000000000003,47.68
-1999,10,20,23,30,0,0,0,5,-7,3.1,49.73
-1999,10,21,0,30,0,0,0,5,-7,3.2,48.71
-1999,10,21,1,30,0,0,0,5,-7,3.2,48.14
-1999,10,21,2,30,0,0,0,4,-7,3.1,48.51
-1999,10,21,3,30,0,0,0,4,-7,3.1,48.89
-1999,10,21,4,30,0,0,0,5,-7,3.1,48.64
-1999,10,21,5,30,0,0,0,5,-7,3.0,47.62
-1999,10,21,6,30,310,12,21,6,-8,3.0,43.79
-1999,10,21,7,30,757,38,201,10,-7,3.6,35.47
-1999,10,21,8,30,903,50,392,14,-6,3.6,28.93
-1999,10,21,9,30,970,56,550,17,-6,2.6,23.42
-1999,10,21,10,30,1001,60,657,19,-7,1.9,18.5
-1999,10,21,11,30,1011,62,705,20,-8,2.0,16.72
-1999,10,21,12,30,1005,62,688,21,-8,2.3000000000000003,15.67
-1999,10,21,13,30,981,60,608,20,-8,2.6,15.87
-1999,10,21,14,30,931,55,474,19,-8,2.7,17.18
-1999,10,21,15,30,830,46,296,17,-7,2.0,21.1
-1999,10,21,16,30,586,29,102,13,0,1.2000000000000002,43.72
-1999,10,21,17,30,0,0,0,10,-2,0.9,45.8
-1999,10,21,18,30,0,0,0,9,-4,0.5,43.48
-1999,10,21,19,30,0,0,0,8,-5,0.8,44.71
-1999,10,21,20,30,0,0,0,7,-5,1.2000000000000002,46.0
-1999,10,21,21,30,0,0,0,6,-6,1.4,47.77
-1999,10,21,22,30,0,0,0,6,-6,1.5,49.56
-1999,10,21,23,30,0,0,0,6,-7,1.5,47.27
-1999,10,22,0,30,0,0,0,6,-7,1.5,45.33
-1999,10,22,1,30,0,0,0,6,-8,1.5,43.7
-1999,10,22,2,30,0,0,0,5,-8,1.5,42.62
-1999,10,22,3,30,0,0,0,5,-8,1.5,41.75
-1999,10,22,4,30,0,0,0,5,-9,1.4,40.73
-1999,10,22,5,30,0,0,0,6,-9,1.4,39.42
-1999,10,22,6,30,280,11,18,7,-9,1.2000000000000002,33.27
-1999,10,22,7,30,749,39,197,10,-6,1.1,35.59
-1999,10,22,8,30,898,52,389,14,-4,0.6000000000000001,32.24
-1999,10,22,9,30,966,60,548,17,-8,0.4,19.83
-1999,10,22,10,30,998,65,656,18,-9,0.9,16.51
-1999,10,22,11,30,1009,68,704,19,-9,1.6,15.28
-1999,10,22,12,30,1003,68,687,20,-9,2.1,14.29
-1999,10,22,13,30,978,65,607,20,-9,2.6,14.35
-1999,10,22,14,30,927,59,471,19,-9,3.0,15.49
-1999,10,22,15,30,821,49,292,17,-8,2.9000000000000004,19.47
-1999,10,22,16,30,566,29,97,13,-3,2.0,37.69
-1999,10,22,17,30,0,0,0,10,-3,1.4,45.59
-1999,10,22,18,30,0,0,0,9,-4,1.1,46.53
-1999,10,22,19,30,0,0,0,8,-4,1.0,48.82
-1999,10,22,20,30,0,0,0,7,-5,1.2000000000000002,48.02
-1999,10,22,21,30,0,0,0,7,-5,1.3,46.32
-1999,10,22,22,30,0,0,0,7,-6,1.4,44.26
-1999,10,22,23,30,0,0,0,7,-6,1.5,42.45
-1999,10,23,0,30,0,0,0,6,-7,1.5,43.96
-1999,10,23,1,30,0,0,0,5,-7,1.5,46.33
-1999,10,23,2,30,0,0,0,4,-7,1.6,48.86
-1999,10,23,3,30,0,0,0,3,-8,1.6,50.78
-1999,10,23,4,30,0,0,0,3,-8,1.6,48.73
-1999,10,23,5,30,0,0,0,3,-9,1.7000000000000002,46.79
-1999,10,23,6,30,268,11,16,4,-9,1.5,42.35
-1999,10,23,7,30,753,39,195,9,-6,1.7000000000000002,40.02
-1999,10,23,8,30,907,53,389,13,-7,1.9,26.2
-1999,10,23,9,30,976,61,549,16,-10,1.6,17.52
-1999,10,23,10,30,1010,65,658,18,-10,1.5,15.04
-1999,10,23,11,30,1022,67,707,19,-10,1.6,14.2
-1999,10,23,12,30,1017,66,689,20,-10,2.0,13.27
-1999,10,23,13,30,993,63,608,20,-10,2.3000000000000003,13.33
-1999,10,23,14,30,940,57,471,19,-10,2.5,14.38
-1999,10,23,15,30,835,48,291,17,-9,1.9,17.830000000000005
-1999,10,23,16,30,576,28,95,13,-2,1.3,38.78
-1999,10,23,17,30,0,0,0,10,-4,1.1,40.6
-1999,10,23,18,30,0,0,0,9,-5,1.2000000000000002,43.52
-1999,10,23,19,30,0,0,0,7,-5,1.5,50.68
-1999,10,23,20,30,0,0,0,6,-5,1.7000000000000002,51.94
-1999,10,23,21,30,0,0,0,5,-7,1.7000000000000002,47.44
-1999,10,23,22,30,0,0,0,5,-8,1.7000000000000002,43.75
-1999,10,23,23,30,0,0,0,5,-8,1.9,41.38
-1999,10,24,0,30,0,0,0,5,-9,2.1,39.94
-1999,10,24,1,30,0,0,0,5,-9,2.2,41.66
-1999,10,24,2,30,0,0,0,5,-9,2.3000000000000003,40.76
-1999,10,24,3,30,0,0,0,5,-10,2.3000000000000003,39.88
-1999,10,24,4,30,0,0,0,5,-10,2.2,38.94
-1999,10,24,5,30,0,0,0,5,-10,2.2,38.4
-1999,10,24,6,30,0,0,0,6,-10,2.4000000000000004,35.6
-1999,10,24,7,30,690,36,176,10,-9,3.1,29.29
-1999,10,24,8,30,880,51,374,14,-9,3.4000000000000004,21.64
-1999,10,24,9,30,636,134,450,18,-9,2.5,16.4
-1999,10,24,10,30,904,87,613,21,-11,1.3,11.33
-1999,10,24,11,30,594,199,567,22,-12,0.7000000000000001,9.74
-1999,10,24,12,30,1026,62,685,23,-13,0.7000000000000001,8.91
-1999,10,24,13,30,1003,58,604,23,-13,1.1,8.950000000000003
-1999,10,24,14,30,950,54,467,22,-12,1.5,9.81
-1999,10,24,15,30,842,45,287,19,-10,1.5,14.79
-1999,10,24,16,30,575,27,91,14,-1,1.3,38.62
-1999,10,24,17,30,0,0,0,11,-4,1.0,37.43
-1999,10,24,18,30,0,0,0,9,-5,0.5,40.75
-1999,10,24,19,30,0,0,0,8,-6,0.8,40.76
-1999,10,24,20,30,0,0,0,7,-7,1.5,41.47
-1999,10,24,21,30,0,0,0,6,-7,1.7000000000000002,45.79
-1999,10,24,22,30,0,0,0,5,-8,1.8,43.47
-1999,10,24,23,30,0,0,0,5,-8,1.9,41.9
-1999,10,25,0,30,0,0,0,5,-9,1.8,43.83
-1999,10,25,1,30,0,0,0,5,-9,1.8,43.56
-1999,10,25,2,30,0,0,0,5,-9,1.7000000000000002,43.35
-1999,10,25,3,30,0,0,0,5,-9,1.7000000000000002,42.97
-1999,10,25,4,30,0,0,0,5,-9,1.6,39.15
-1999,10,25,5,30,0,0,0,6,-9,1.3,37.92
-1999,10,25,6,30,0,0,0,8,-10,1.0,32.01
-1999,10,25,7,30,702,42,182,10,-7,1.2000000000000002,31.6
-1999,10,25,8,30,864,57,370,13,-6,1.5,28.47
-1999,10,25,9,30,937,66,527,16,-10,1.2000000000000002,18.9
-1999,10,25,10,30,973,71,634,18,-10,1.1,15.26
-1999,10,25,11,30,985,73,680,19,-10,1.5,14.04
-1999,10,25,12,30,979,72,663,20,-10,2.1,13.12
-1999,10,25,13,30,951,69,582,21,-10,2.6,12.33
-1999,10,25,14,30,896,62,447,21,-10,2.9000000000000004,13.31
-1999,10,25,15,30,782,50,271,18,-9,2.4000000000000004,16.98
-1999,10,25,16,30,505,28,82,14,-2,2.2,37.53
-1999,10,25,17,30,0,0,0,11,-4,2.7,38.04
-1999,10,25,18,30,0,0,0,9,-5,2.9000000000000004,40.64
-1999,10,25,19,30,0,0,0,7,-5,2.9000000000000004,46.39
-1999,10,25,20,30,0,0,0,7,-6,2.8000000000000003,43.5
-1999,10,25,21,30,0,0,0,6,-7,2.5,43.62
-1999,10,25,22,30,0,0,0,6,-8,2.3000000000000003,41.04
-1999,10,25,23,30,0,0,0,6,-8,2.2,38.84
-1999,10,26,0,30,0,0,0,6,-9,2.2,37.68
-1999,10,26,1,30,0,0,0,6,-9,2.3000000000000003,40.1
-1999,10,26,2,30,0,0,0,5,-8,2.4000000000000004,41.69
-1999,10,26,3,30,0,0,0,5,-8,2.4000000000000004,42.78
-1999,10,26,4,30,0,0,0,5,-8,2.4000000000000004,42.58
-1999,10,26,5,30,0,0,0,5,-9,2.3000000000000003,43.82
-1999,10,26,6,30,0,0,0,6,-9,2.1,36.69
-1999,10,26,7,30,749,36,183,11,-8,2.2,30.53
-1999,10,26,8,30,906,49,374,16,-7,2.0,23.47
-1999,10,26,9,30,976,56,532,19,-10,1.9,14.76
-1999,10,26,10,30,1009,60,639,22,-11,2.6,11.25
-1999,10,26,11,30,1020,62,686,23,-12,3.2,10.43
-1999,10,26,12,30,1013,62,668,24,-11,3.5,9.91
-1999,10,26,13,30,986,60,587,24,-11,3.8,9.5
-1999,10,26,14,30,932,55,451,23,-11,3.8,10.47
-1999,10,26,15,30,821,45,273,21,-9,3.2,14.68
-1999,10,26,16,30,540,26,81,16,-3,2.5,31.9
-1999,10,26,17,30,0,0,0,13,-4,2.5,35.11
-1999,10,26,18,30,0,0,0,11,-5,2.5,36.53
-1999,10,26,19,30,0,0,0,9,-5,2.4000000000000004,41.3
-1999,10,26,20,30,0,0,0,8,-5,2.5,42.81
-1999,10,26,21,30,0,0,0,8,-6,2.6,43.59
-1999,10,26,22,30,0,0,0,8,-7,2.8000000000000003,40.76
-1999,10,26,23,30,0,0,0,8,-8,3.2,35.6
-1999,10,27,0,30,0,0,0,8,-8,3.6,36.17
-1999,10,27,1,30,0,0,0,8,-9,3.8,34.56
-1999,10,27,2,30,0,0,0,7,-9,3.7,34.12
-1999,10,27,3,30,0,0,0,7,-9,3.7,34.62
-1999,10,27,4,30,0,0,0,7,-9,3.7,35.02
-1999,10,27,5,30,0,0,0,7,-9,3.6,34.86
-1999,10,27,6,30,0,0,0,8,-9,3.7,32.62
-1999,10,27,7,30,725,33,172,11,-8,3.9,28.21
-1999,10,27,8,30,739,63,325,15,-7,4.2,23.19
-1999,10,27,9,30,948,62,520,18,-8,4.3,18.34
-1999,10,27,10,30,985,67,627,20,-9,4.0,14.32
-1999,10,27,11,30,998,69,674,21,-10,3.8,12.59
-1999,10,27,12,30,990,69,657,22,-10,4.2,12.37
-1999,10,27,13,30,959,67,576,21,-10,4.800000000000002,12.61
-1999,10,27,14,30,893,62,438,20,-9,5.5,14.36
-1999,10,27,15,30,758,52,259,17,-7,6.1000000000000005,20.13
-1999,10,27,16,30,438,29,72,12,-4,5.6000000000000005,36.68
-1999,10,27,17,30,0,0,0,8,-2,4.0,53.97
-1999,10,27,18,30,0,0,0,6,-1,2.5,65.16
-1999,10,27,19,30,0,0,0,4,-1,1.7000000000000002,76.88
-1999,10,27,20,30,0,0,0,4,-1,1.2000000000000002,81.62
-1999,10,27,21,30,0,0,0,3,-1,0.6000000000000001,80.49
-1999,10,27,22,30,0,0,0,2,-2,0.4,85.97
-1999,10,27,23,30,0,0,0,2,-2,0.8,85.02
-1999,10,28,0,30,0,0,0,2,-2,1.4,83.22
-1999,10,28,1,30,0,0,0,2,-2,1.7000000000000002,80.62
-1999,10,28,2,30,0,0,0,2,-3,2.0,78.21000000000002
-1999,10,28,3,30,0,0,0,2,-3,2.4000000000000004,76.05
-1999,10,28,4,30,0,0,0,2,-4,2.8000000000000003,73.72
-1999,10,28,5,30,0,0,0,2,-4,3.3000000000000003,70.89
-1999,10,28,6,30,0,0,0,4,-5,3.9,63.29
-1999,10,28,7,30,709,39,172,7,-5,4.2,47.11
-1999,10,28,8,30,882,52,361,11,-5,3.8,36.55
-1999,10,28,9,30,960,60,520,15,-5,3.0,26.89
-1999,10,28,10,30,998,64,627,18,-7,2.0,19.08
-1999,10,28,11,30,1010,66,674,20,-8,1.4,16.490000000000002
-1999,10,28,12,30,405,251,490,21,-8,1.4,15.07
-1999,10,28,13,30,400,216,426,21,-8,1.6,14.28
-1999,10,28,14,30,256,179,286,20,-8,1.7000000000000002,15.9
-1999,10,28,15,30,66,107,125,18,-6,1.2000000000000002,22.25
-1999,10,28,16,30,0,24,24,13,-1,0.8,43.02
-1999,10,28,17,30,0,0,0,10,-1,1.2000000000000002,50.7
-1999,10,28,18,30,0,0,0,9,-2,1.7000000000000002,52.64
-1999,10,28,19,30,0,0,0,8,-2,2.3000000000000003,53.59
-1999,10,28,20,30,0,0,0,8,-3,2.7,55.39
-1999,10,28,21,30,0,0,0,7,-3,2.8000000000000003,57.69
-1999,10,28,22,30,0,0,0,6,-3,2.5,60.88
-1999,10,28,23,30,0,0,0,5,-3,2.1,60.84
-1999,10,29,0,30,0,0,0,5,-3,1.5,67.77
-1999,10,29,1,30,0,0,0,4,-2,1.2000000000000002,76.91
-1999,10,29,2,30,0,0,0,4,-2,1.5,77.23
-1999,10,29,3,30,0,0,0,3,-2,1.3,77.8
-1999,10,29,4,30,0,0,0,3,-2,0.7000000000000001,78.10000000000002
-1999,10,29,5,30,0,0,0,2,-2,0.6000000000000001,83.78
-1999,10,29,6,30,0,0,0,2,-2,1.1,82.54
-1999,10,29,7,30,199,68,104,4,-2,2.8000000000000003,72.19
-1999,10,29,8,30,720,64,314,6,-4,4.800000000000002,54.5
-1999,10,29,9,30,900,63,490,8,-7,5.5,41.14
-1999,10,29,10,30,961,88,627,9,-8,5.5,35.47
-1999,10,29,11,30,968,95,673,9,-7,5.4,33.54
-1999,10,29,12,30,606,186,540,9,-7,5.4,34.64
-1999,10,29,13,30,0,68,68,9,-7,5.2,35.48000000000001
-1999,10,29,14,30,536,128,348,8,-7,4.800000000000002,37.98
-1999,10,29,15,30,762,55,257,7,-7,4.0,39.62
-1999,10,29,16,30,477,26,68,5,-7,2.7,46.3
-1999,10,29,17,30,0,0,0,3,-6,1.9,59.52
-1999,10,29,18,30,0,0,0,2,-5,1.9,64.82000000000001
-1999,10,29,19,30,0,0,0,2,-5,1.8,64.8
-1999,10,29,20,30,0,0,0,1,-6,1.7000000000000002,63.69000000000001
-1999,10,29,21,30,0,0,0,0,-6,1.7000000000000002,66.68
-1999,10,29,22,30,0,0,0,0,-6,1.9,64.8
-1999,10,29,23,30,0,0,0,0,-7,2.2,62.8
-1999,10,30,0,30,0,0,0,0,-7,2.4000000000000004,65.08
-1999,10,30,1,30,0,0,0,0,-8,2.5,62.78
-1999,10,30,2,30,0,0,0,0,-8,2.5,60.94
-1999,10,30,3,30,0,0,0,0,-8,2.4000000000000004,59.42
-1999,10,30,4,30,0,0,0,0,-9,2.4000000000000004,57.64
-1999,10,30,5,30,0,0,0,0,-9,2.3000000000000003,55.37000000000001
-1999,10,30,6,30,0,0,0,0,-10,2.4000000000000004,49.26
-1999,10,30,7,30,744,32,166,3,-10,3.1,43.58
-1999,10,30,8,30,907,42,352,7,-10,2.9000000000000004,30.89
-1999,10,30,9,30,976,47,506,11,-12,2.5,21.19
-1999,10,30,10,30,1007,51,610,13,-14,3.3000000000000003,15.82
-1999,10,30,11,30,1017,53,656,14,-13,4.1000000000000005,15.41
-1999,10,30,12,30,1009,53,638,15,-12,4.5,15.24
-1999,10,30,13,30,983,51,558,16,-12,4.6000000000000005,16.16
-1999,10,30,14,30,929,46,424,15,-11,4.3,17.16
-1999,10,30,15,30,818,38,250,13,-10,2.8000000000000003,21.46
-1999,10,30,16,30,526,21,65,9,-4,1.4,42.42
-1999,10,30,17,30,0,0,0,8,-6,0.7000000000000001,43.2
-1999,10,30,18,30,0,0,0,7,-7,0.7000000000000001,42.2
-1999,10,30,19,30,0,0,0,5,-7,1.2000000000000002,45.51
-1999,10,30,20,30,0,0,0,5,-7,1.4,49.37000000000001
-1999,10,30,21,30,0,0,0,5,-7,1.5,48.55
-1999,10,30,22,30,0,0,0,5,-7,1.4,47.62
-1999,10,30,23,30,0,0,0,5,-8,1.4,46.54
-1999,10,31,0,30,0,0,0,4,-8,1.4,45.71
-1999,10,31,1,30,0,0,0,4,-8,1.5,48.62000000000001
-1999,10,31,2,30,0,0,0,3,-8,1.6,48.69
-1999,10,31,3,30,0,0,0,3,-8,1.6,49.05
-1999,10,31,4,30,0,0,0,3,-8,1.7000000000000002,49.49
-1999,10,31,5,30,0,0,0,3,-8,1.7000000000000002,50.09
-1999,10,31,6,30,0,0,0,4,-8,1.6,47.45
-1999,10,31,7,30,739,29,159,8,-5,1.8,42.65
-1999,10,31,8,30,905,39,345,13,-2,2.4000000000000004,37.45
-1999,10,31,9,30,978,45,500,17,-4,2.5,27.98
-1999,10,31,10,30,1013,48,606,20,-5,2.0,20.48
-1999,10,31,11,30,1025,49,652,21,-6,1.4,16.740000000000002
-1999,10,31,12,30,1019,48,634,22,-7,0.9,14.97
-1999,10,31,13,30,993,47,555,23,-7,0.4,14.69
-1999,10,31,14,30,939,43,421,22,-7,0.2,15.92
-1999,10,31,15,30,827,35,247,18,-4,0.2,25.0
-1999,10,31,16,30,532,19,62,13,0,0.30000000000000004,48.52
-1999,10,31,17,30,0,0,0,10,-2,1.0,46.91
-1999,10,31,18,30,0,0,0,9,-3,1.8,47.58
-1999,10,31,19,30,0,0,0,8,-3,2.2,48.7
-1999,10,31,20,30,0,0,0,7,-4,2.5,50.09
-1999,10,31,21,30,0,0,0,7,-5,2.6,50.92
-1999,10,31,22,30,0,0,0,6,-5,2.7,48.22
-1999,10,31,23,30,0,0,0,6,-6,2.8000000000000003,45.89
-1999,11,1,0,30,0,0,0,6,-6,2.6,48.0
-1999,11,1,1,30,0,0,0,5,-6,2.2,51.58
-1999,11,1,2,30,0,0,0,4,-6,1.7000000000000002,56.29
-1999,11,1,3,30,0,0,0,3,-6,1.3,61.49
-1999,11,1,4,30,0,0,0,2,-6,1.2000000000000002,61.97
-1999,11,1,5,30,0,0,0,1,-6,1.1,61.16
-1999,11,1,6,30,0,0,0,1,-6,1.4,59.6
-1999,11,1,7,30,244,60,102,3,-6,2.4000000000000004,55.52
-1999,11,1,8,30,860,48,335,5,-8,3.3000000000000003,46.2
-1999,11,1,9,30,932,65,495,6,-9,3.4000000000000004,36.34
-1999,11,1,10,30,927,75,582,8,-10,3.3000000000000003,30.46
-1999,11,1,11,30,987,71,647,9,-10,3.7,27.91
-1999,11,1,12,30,979,70,628,10,-10,4.4,25.93
-1999,11,1,13,30,945,67,546,9,-10,5.0,28.03
-1999,11,1,14,30,876,62,411,8,-10,5.2,30.51
-1999,11,1,15,30,654,50,215,6,-9,4.7,38.23
-1999,11,1,16,30,311,26,50,3,-9,3.5,45.77
-1999,11,1,17,30,0,0,0,1,-9,2.3000000000000003,49.82
-1999,11,1,18,30,0,0,0,0,-9,1.8,53.02
-1999,11,1,19,30,0,0,0,0,-9,1.5,51.72
-1999,11,1,20,30,0,0,0,0,-9,1.1,54.39
-1999,11,1,21,30,0,0,0,0,-9,0.6000000000000001,54.89
-1999,11,1,22,30,0,0,0,-1,-10,0.6000000000000001,58.08
-1999,11,1,23,30,0,0,0,-2,-10,1.0,60.63
-1999,11,2,0,30,0,0,0,-3,-10,1.0,64.84
-1999,11,2,1,30,0,0,0,-2,-10,0.9,65.05
-1999,11,2,2,30,0,0,0,-2,-10,0.8,64.25
-1999,11,2,3,30,0,0,0,-2,-10,0.8,58.38
-1999,11,2,4,30,0,0,0,-2,-11,0.9,56.8
-1999,11,2,5,30,0,0,0,-2,-11,1.1,54.15
-1999,11,2,6,30,0,0,0,-1,-12,1.5,43.78
-1999,11,2,7,30,730,36,159,3,-12,2.2,35.79
-1999,11,2,8,30,914,51,352,8,-13,2.5,22.8
-1999,11,2,9,30,990,59,512,12,-16,1.9,14.0
-1999,11,2,10,30,1023,64,618,15,-18,1.3,9.18
-1999,11,2,11,30,1029,66,661,16,-19,1.1,8.03
-1999,11,2,12,30,1014,65,639,17,-19,1.1,7.83
-1999,11,2,13,30,977,61,553,17,-18,1.2000000000000002,8.66
-1999,11,2,14,30,120,174,221,16,-16,1.3,10.42
-1999,11,2,15,30,350,85,171,14,-11,1.0,17.89
-1999,11,2,16,30,39,25,28,10,-8,0.8,31.29
-1999,11,2,17,30,0,0,0,8,-10,1.4,31.9
-1999,11,2,18,30,0,0,0,6,-10,2.0,34.43
-1999,11,2,19,30,0,0,0,5,-10,2.5,37.04
-1999,11,2,20,30,0,0,0,5,-10,3.4000000000000004,36.3
-1999,11,2,21,30,0,0,0,5,-10,4.1000000000000005,35.96
-1999,11,2,22,30,0,0,0,5,-10,4.3,35.96
-1999,11,2,23,30,0,0,0,4,-10,3.8,39.1
-1999,11,3,0,30,0,0,0,4,-10,3.2,43.06
-1999,11,3,1,30,0,0,0,3,-9,2.6,45.29
-1999,11,3,2,30,0,0,0,2,-8,2.3000000000000003,52.32
-1999,11,3,3,30,0,0,0,2,-8,2.1,54.64
-1999,11,3,4,30,0,0,0,2,-7,2.0,55.52
-1999,11,3,5,30,0,0,0,1,-8,2.0,54.64
-1999,11,3,6,30,0,0,0,2,-8,2.0,53.19
-1999,11,3,7,30,703,35,151,5,-7,2.7,44.85
-1999,11,3,8,30,893,50,340,10,-7,3.2,35.5
-1999,11,3,9,30,945,70,498,13,-9,2.8000000000000003,23.19
-1999,11,3,10,30,1012,61,605,16,-12,2.4000000000000004,15.35
-1999,11,3,11,30,683,157,550,17,-14,2.1,12.71
-1999,11,3,12,30,724,138,545,18,-14,2.0,11.39
-1999,11,3,13,30,489,179,423,17,-14,2.0,11.31
-1999,11,3,14,30,41,157,173,16,-14,1.8,12.44
-1999,11,3,15,30,0,47,47,13,-9,1.2000000000000002,22.98
-1999,11,3,16,30,0,19,19,10,-4,0.6000000000000001,43.56
-1999,11,3,17,30,0,0,0,8,-6,0.5,44.51
-1999,11,3,18,30,0,0,0,6,-7,0.9,41.47
-1999,11,3,19,30,0,0,0,4,-9,1.6,43.72
-1999,11,3,20,30,0,0,0,4,-9,1.9,41.53
-1999,11,3,21,30,0,0,0,4,-10,2.2,42.89
-1999,11,3,22,30,0,0,0,4,-10,2.5,41.78
-1999,11,3,23,30,0,0,0,4,-10,2.8000000000000003,38.38
-1999,11,4,0,30,0,0,0,4,-10,2.8000000000000003,38.36
-1999,11,4,1,30,0,0,0,4,-10,2.8000000000000003,38.83
-1999,11,4,2,30,0,0,0,4,-10,2.8000000000000003,39.38
-1999,11,4,3,30,0,0,0,4,-10,2.9000000000000004,39.94
-1999,11,4,4,30,0,0,0,4,-10,3.0,40.41
-1999,11,4,5,30,0,0,0,4,-9,2.9000000000000004,40.69
-1999,11,4,6,30,0,0,0,5,-9,3.0,37.99
-1999,11,4,7,30,0,3,3,8,-9,3.8,31.95
-1999,11,4,8,30,847,46,318,13,-8,4.3,25.54
-1999,11,4,9,30,880,61,456,16,-9,3.9,18.9
-1999,11,4,10,30,859,86,544,19,-10,3.0,15.34
-1999,11,4,11,30,853,99,586,20,-10,2.0,14.36
-1999,11,4,12,30,537,192,491,20,-9,1.4,13.97
-1999,11,4,13,30,953,58,529,21,-9,1.1,14.46
-1999,11,4,14,30,898,51,398,20,-9,0.8,15.98
-1999,11,4,15,30,774,41,227,17,-5,0.5,24.18
-1999,11,4,16,30,431,20,48,13,-2,0.2,39.37
-1999,11,4,17,30,0,0,0,11,-5,0.2,37.66
-1999,11,4,18,30,0,0,0,9,-6,0.6000000000000001,37.95
-1999,11,4,19,30,0,0,0,8,-6,1.1,39.12
-1999,11,4,20,30,0,0,0,7,-7,1.5,43.98
-1999,11,4,21,30,0,0,0,6,-7,1.7000000000000002,42.84
-1999,11,4,22,30,0,0,0,6,-8,1.7000000000000002,44.26
-1999,11,4,23,30,0,0,0,5,-8,1.7000000000000002,42.96
-1999,11,5,0,30,0,0,0,5,-8,1.6,42.27
-1999,11,5,1,30,0,0,0,4,-8,1.5,45.34
-1999,11,5,2,30,0,0,0,4,-8,1.4,45.51
-1999,11,5,3,30,0,0,0,4,-8,1.2000000000000002,49.11
-1999,11,5,4,30,0,0,0,4,-8,1.1,49.09
-1999,11,5,5,30,0,0,0,4,-8,0.9,45.49
-1999,11,5,6,30,0,0,0,4,-8,0.5,46.14
-1999,11,5,7,30,649,35,137,7,-7,0.6000000000000001,44.23
-1999,11,5,8,30,849,51,321,10,-6,1.0,36.42
-1999,11,5,9,30,933,60,475,13,-8,1.1,24.69
-1999,11,5,10,30,973,65,580,16,-9,1.1,19.36
-1999,11,5,11,30,988,67,626,18,-9,1.4,17.740000000000006
-1999,11,5,12,30,981,66,609,19,-9,1.8,16.48
-1999,11,5,13,30,953,63,529,19,-9,2.1,15.58
-1999,11,5,14,30,891,56,396,18,-9,2.2,16.84
-1999,11,5,15,30,760,44,223,15,-7,1.8,23.46
-1999,11,5,16,30,402,20,45,11,-2,1.6,45.15
-1999,11,5,17,30,0,0,0,9,-4,1.7000000000000002,46.27
-1999,11,5,18,30,0,0,0,8,-5,1.7000000000000002,47.16
-1999,11,5,19,30,0,0,0,6,-5,1.7000000000000002,49.51
-1999,11,5,20,30,0,0,0,6,-6,1.8,49.81
-1999,11,5,21,30,0,0,0,5,-7,2.1,46.06
-1999,11,5,22,30,0,0,0,5,-8,2.4000000000000004,42.91
-1999,11,5,23,30,0,0,0,5,-9,2.5,40.61
-1999,11,6,0,30,0,0,0,5,-9,2.6,39.62
-1999,11,6,1,30,0,0,0,5,-9,2.7,39.47
-1999,11,6,2,30,0,0,0,5,-9,2.8000000000000003,39.48
-1999,11,6,3,30,0,0,0,5,-9,2.7,42.6
-1999,11,6,4,30,0,0,0,4,-9,2.6,42.92
-1999,11,6,5,30,0,0,0,4,-9,2.4000000000000004,43.09
-1999,11,6,6,30,0,0,0,5,-9,2.1,40.05
-1999,11,6,7,30,667,34,136,9,-8,2.1,34.78
-1999,11,6,8,30,859,50,319,14,-7,1.8,27.52
-1999,11,6,9,30,939,59,472,17,-8,1.4,18.31
-1999,11,6,10,30,975,65,576,19,-10,1.9,14.26
-1999,11,6,11,30,987,67,622,20,-10,2.5,12.9
-1999,11,6,12,30,979,67,604,21,-10,2.9000000000000004,12.32
-1999,11,6,13,30,948,64,525,21,-10,3.2,13.38
-1999,11,6,14,30,884,58,392,20,-10,3.2,14.72
-1999,11,6,15,30,749,45,219,17,-7,2.5,21.98
-1999,11,6,16,30,382,20,42,12,-3,1.9,37.2
-1999,11,6,17,30,0,0,0,9,-5,2.1,41.61
-1999,11,6,18,30,0,0,0,8,-5,2.2,43.65
-1999,11,6,19,30,0,0,0,7,-5,2.2,45.76
-1999,11,6,20,30,0,0,0,6,-6,2.2,47.46
-1999,11,6,21,30,0,0,0,6,-6,2.3000000000000003,45.75
-1999,11,6,22,30,0,0,0,6,-7,2.5,47.49
-1999,11,6,23,30,0,0,0,6,-7,2.7,46.12
-1999,11,7,0,30,0,0,0,5,-7,2.7,44.81
-1999,11,7,1,30,0,0,0,5,-8,2.6,43.57
-1999,11,7,2,30,0,0,0,5,-8,2.5,42.42
-1999,11,7,3,30,0,0,0,5,-8,2.3000000000000003,44.14
-1999,11,7,4,30,0,0,0,4,-9,2.1,42.78
-1999,11,7,5,30,0,0,0,4,-9,2.1,41.51
-1999,11,7,6,30,0,0,0,5,-10,2.1,37.63
-1999,11,7,7,30,692,32,135,9,-8,2.4000000000000004,31.32
-1999,11,7,8,30,887,46,320,14,-7,2.9000000000000004,25.72
-1999,11,7,9,30,967,54,475,18,-9,3.1,17.28
-1999,11,7,10,30,1001,58,579,20,-12,3.1,11.7
-1999,11,7,11,30,797,113,557,21,-12,3.1,10.37
-1999,11,7,12,30,1000,61,606,22,-13,2.9000000000000004,9.59
-1999,11,7,13,30,969,59,526,22,-13,2.5,10.19
-1999,11,7,14,30,904,54,392,21,-12,1.9,11.41
-1999,11,7,15,30,647,47,195,18,-5,1.2000000000000002,21.82
-1999,11,7,16,30,386,19,40,14,-3,1.3,32.96
-1999,11,7,17,30,0,0,0,12,-7,1.8,28.65
-1999,11,7,18,30,0,0,0,10,-7,2.1,33.69
-1999,11,7,19,30,0,0,0,8,-7,2.1,37.99
-1999,11,7,20,30,0,0,0,8,-7,2.0,38.56
-1999,11,7,21,30,0,0,0,7,-8,1.9,37.27
-1999,11,7,22,30,0,0,0,7,-8,1.7000000000000002,37.0
-1999,11,7,23,30,0,0,0,7,-8,1.7000000000000002,37.74
-1999,11,8,0,30,0,0,0,7,-8,1.7000000000000002,38.38
-1999,11,8,1,30,0,0,0,7,-7,1.7000000000000002,39.48
-1999,11,8,2,30,0,0,0,7,-6,1.6,41.73
-1999,11,8,3,30,0,0,0,7,-6,1.6,43.58
-1999,11,8,4,30,0,0,0,7,-6,1.7000000000000002,44.22
-1999,11,8,5,30,0,0,0,7,-6,1.8,43.88
-1999,11,8,6,30,0,0,0,7,-6,2.0,43.31
-1999,11,8,7,30,302,47,91,10,-6,2.4000000000000004,36.4
-1999,11,8,8,30,802,54,299,14,-4,2.9000000000000004,30.19
-1999,11,8,9,30,895,63,450,17,-5,3.1,23.31
-1999,11,8,10,30,938,68,552,19,-6,2.6,19.86
-1999,11,8,11,30,952,70,597,20,-5,1.6,19.41
-1999,11,8,12,30,944,70,580,21,-5,0.8,18.67
-1999,11,8,13,30,911,67,502,21,-5,0.6000000000000001,20.12
-1999,11,8,14,30,841,60,372,20,-5,0.6000000000000001,21.67
-1999,11,8,15,30,696,47,204,17,-3,0.5,27.23
-1999,11,8,16,30,311,19,35,14,0,0.6000000000000001,43.42
-1999,11,8,17,30,0,0,0,11,-3,0.8,42.06
-1999,11,8,18,30,0,0,0,10,-3,0.9,47.2
-1999,11,8,19,30,0,0,0,8,-3,1.1,50.84
-1999,11,8,20,30,0,0,0,7,-3,1.4,54.44
-1999,11,8,21,30,0,0,0,7,-3,1.6,53.82
-1999,11,8,22,30,0,0,0,7,-3,1.9,53.43
-1999,11,8,23,30,0,0,0,7,-3,2.1,52.98
-1999,11,9,0,30,0,0,0,7,-3,2.2,52.58
-1999,11,9,1,30,0,0,0,7,-3,2.1,52.58
-1999,11,9,2,30,0,0,0,7,-3,1.9,52.95
-1999,11,9,3,30,0,0,0,7,-3,1.7000000000000002,56.89
-1999,11,9,4,30,0,0,0,6,-3,1.6,56.05
-1999,11,9,5,30,0,0,0,6,-4,1.6,58.23
-1999,11,9,6,30,0,0,0,6,-5,1.6,55.65
-1999,11,9,7,30,549,38,115,9,-4,2.0,45.43
-1999,11,9,8,30,778,58,292,12,-5,2.7,36.67
-1999,11,9,9,30,878,68,444,14,-6,2.5,27.93
-1999,11,9,10,30,927,74,549,15,-6,1.8,25.23
-1999,11,9,11,30,946,76,596,16,-6,0.8,22.71
-1999,11,9,12,30,944,74,580,17,-7,0.4,21.73
-1999,11,9,13,30,919,69,504,17,-8,0.6000000000000001,19.56
-1999,11,9,14,30,862,59,375,16,-8,0.8,20.1
-1999,11,9,15,30,729,45,206,14,-7,0.5,24.33
-1999,11,9,16,30,339,18,34,11,-3,0.30000000000000004,44.51
-1999,11,9,17,30,0,0,0,8,-5,0.30000000000000004,43.47
-1999,11,9,18,30,0,0,0,7,-5,0.4,46.55
-1999,11,9,19,30,0,0,0,6,-5,0.7000000000000001,53.61
-1999,11,9,20,30,0,0,0,5,-5,0.8,57.04
-1999,11,9,21,30,0,0,0,4,-5,0.9,56.0
-1999,11,9,22,30,0,0,0,3,-6,1.0,59.26
-1999,11,9,23,30,0,0,0,3,-6,1.1,58.23
-1999,11,10,0,30,0,0,0,3,-6,1.2000000000000002,61.44
-1999,11,10,1,30,0,0,0,2,-6,1.5,60.25
-1999,11,10,2,30,0,0,0,2,-7,1.6,58.73
-1999,11,10,3,30,0,0,0,2,-7,1.7000000000000002,56.47
-1999,11,10,4,30,0,0,0,3,-8,1.7000000000000002,53.67
-1999,11,10,5,30,0,0,0,3,-8,1.8,50.79
-1999,11,10,6,30,0,0,0,4,-9,1.7000000000000002,45.04
-1999,11,10,7,30,573,30,109,7,-9,1.9,35.29
-1999,11,10,8,30,342,108,210,12,-7,2.2,27.74
-1999,11,10,9,30,46,175,195,16,-10,1.5,19.08
-1999,11,10,10,30,191,239,337,18,-11,0.6000000000000001,13.55
-1999,11,10,11,30,441,219,459,20,-11,0.4,12.85
-1999,11,10,12,30,676,142,501,21,-11,0.7000000000000001,12.53
-1999,11,10,13,30,431,181,383,21,-10,1.1,12.89
-1999,11,10,14,30,391,133,275,20,-10,1.5,14.23
-1999,11,10,15,30,743,40,203,16,-6,1.5,25.08
-1999,11,10,16,30,352,16,32,12,-2,1.4,41.89
-1999,11,10,17,30,0,0,0,10,-5,1.3,38.16
-1999,11,10,18,30,0,0,0,9,-6,1.4,38.8
-1999,11,10,19,30,0,0,0,7,-5,1.5,45.43
-1999,11,10,20,30,0,0,0,7,-6,1.6,47.07
-1999,11,10,21,30,0,0,0,7,-7,1.7000000000000002,44.08
-1999,11,10,22,30,0,0,0,7,-8,2.0,41.15
-1999,11,10,23,30,0,0,0,7,-8,2.2,39.17
-1999,11,11,0,30,0,0,0,6,-8,2.2,38.76
-1999,11,11,1,30,0,0,0,6,-8,2.1,40.5
-1999,11,11,2,30,0,0,0,6,-7,1.9,42.08
-1999,11,11,3,30,0,0,0,6,-7,1.8,42.29
-1999,11,11,4,30,0,0,0,7,-8,1.8,41.18
-1999,11,11,5,30,0,0,0,7,-8,1.8,37.64
-1999,11,11,6,30,0,0,0,7,-8,1.7000000000000002,36.99
-1999,11,11,7,30,0,19,19,9,-8,1.5,33.27
-1999,11,11,8,30,0,37,37,13,-5,1.7000000000000002,33.0
-1999,11,11,9,30,0,67,67,16,-7,1.7000000000000002,23.14
-1999,11,11,10,30,21,190,201,18,-10,1.2000000000000002,14.99
-1999,11,11,11,30,305,245,410,19,-12,1.1,12.37
-1999,11,11,12,30,261,244,382,20,-12,1.3,11.1
-1999,11,11,13,30,62,203,232,20,-13,1.6,10.92
-1999,11,11,14,30,587,97,308,19,-12,1.8,11.9
-1999,11,11,15,30,372,69,149,16,-7,1.7000000000000002,23.14
-1999,11,11,16,30,0,22,22,12,-3,1.6,41.18
-1999,11,11,17,30,0,0,0,10,-5,1.5,36.75
-1999,11,11,18,30,0,0,0,9,-6,1.4,37.87
-1999,11,11,19,30,0,0,0,8,-6,1.4,42.89
-1999,11,11,20,30,0,0,0,7,-7,1.5,41.03
-1999,11,11,21,30,0,0,0,7,-7,1.5,38.75
-1999,11,11,22,30,0,0,0,6,-8,1.6,39.7
-1999,11,11,23,30,0,0,0,6,-9,1.6,40.67
-1999,11,12,0,30,0,0,0,5,-9,1.6,39.03
-1999,11,12,1,30,0,0,0,5,-10,1.7000000000000002,39.92
-1999,11,12,2,30,0,0,0,4,-10,1.8,37.83
-1999,11,12,3,30,0,0,0,4,-11,1.9,39.1
-1999,11,12,4,30,0,0,0,3,-11,1.9,38.19
-1999,11,12,5,30,0,0,0,3,-11,1.8,37.65
-1999,11,12,6,30,0,0,0,4,-11,1.7000000000000002,37.26
-1999,11,12,7,30,639,30,113,8,-10,1.6,30.94
-1999,11,12,8,30,858,45,293,13,-7,1.8,27.47
-1999,11,12,9,30,947,53,447,16,-11,1.8,16.580000000000002
-1999,11,12,10,30,988,58,551,19,-13,1.4,11.6
-1999,11,12,11,30,1003,59,597,20,-13,1.6,10.36
-1999,11,12,12,30,996,59,580,21,-13,1.8,9.85
-1999,11,12,13,30,966,56,502,21,-13,2.0,10.08
-1999,11,12,14,30,902,50,370,20,-12,1.7000000000000002,11.52
-1999,11,12,15,30,762,39,200,17,-4,1.2000000000000002,26.61
-1999,11,12,16,30,357,15,29,13,-3,0.9,36.2
-1999,11,12,17,30,0,0,0,11,-7,0.8,32.84
-1999,11,12,18,30,0,0,0,9,-7,1.2000000000000002,37.64
-1999,11,12,19,30,0,0,0,7,-7,1.6,42.22
-1999,11,12,20,30,0,0,0,6,-8,1.8,38.69
-1999,11,12,21,30,0,0,0,6,-10,2.1,35.050000000000004
-1999,11,12,22,30,0,0,0,6,-11,2.3000000000000003,32.59
-1999,11,12,23,30,0,0,0,6,-11,2.4000000000000004,31.07
-1999,11,13,0,30,0,0,0,6,-12,2.5,32.17
-1999,11,13,1,30,0,0,0,5,-12,2.4000000000000004,31.83
-1999,11,13,2,30,0,0,0,5,-12,2.4000000000000004,31.73
-1999,11,13,3,30,0,0,0,5,-12,2.5,31.47
-1999,11,13,4,30,0,0,0,5,-12,2.6,30.83
-1999,11,13,5,30,0,0,0,5,-12,2.6,32.53
-1999,11,13,6,30,0,0,0,5,-12,2.5,29.97
-1999,11,13,7,30,661,29,113,8,-12,2.6,25.45
-1999,11,13,8,30,880,45,296,13,-11,3.0,19.8
-1999,11,13,9,30,967,53,450,17,-11,2.3000000000000003,15.13
-1999,11,13,10,30,1005,58,556,20,-13,1.7000000000000002,10.86
-1999,11,13,11,30,1017,60,601,21,-14,2.2,9.11
-1999,11,13,12,30,1009,59,584,22,-14,2.8000000000000003,8.57
-1999,11,13,13,30,978,57,505,21,-14,3.1,9.41
-1999,11,13,14,30,912,51,372,20,-13,2.8000000000000003,10.86
-1999,11,13,15,30,769,39,200,16,-7,1.9,21.78
-1999,11,13,16,30,349,15,28,13,-3,1.4,37.21
-1999,11,13,17,30,0,0,0,12,-6,1.2000000000000002,32.82
-1999,11,13,18,30,0,0,0,11,-7,1.0,32.36
-1999,11,13,19,30,0,0,0,10,-8,1.2000000000000002,33.34
-1999,11,13,20,30,0,0,0,9,-8,1.5,32.4
-1999,11,13,21,30,0,0,0,9,-8,1.6,33.32
-1999,11,13,22,30,0,0,0,8,-9,1.6,31.87
-1999,11,13,23,30,0,0,0,7,-10,1.7000000000000002,32.87
-1999,11,14,0,30,0,0,0,6,-10,1.7000000000000002,34.78
-1999,11,14,1,30,0,0,0,6,-10,1.7000000000000002,37.34
-1999,11,14,2,30,0,0,0,5,-10,1.8,36.67
-1999,11,14,3,30,0,0,0,5,-10,1.8,36.1
-1999,11,14,4,30,0,0,0,5,-10,1.8,35.58
-1999,11,14,5,30,0,0,0,5,-10,1.8,35.2
-1999,11,14,6,30,0,0,0,6,-11,1.7000000000000002,32.06
-1999,11,14,7,30,607,30,104,9,-10,1.3,27.65
-1999,11,14,8,30,838,46,282,13,-4,1.3,33.65
-1999,11,14,9,30,933,55,435,17,-9,1.3,18.77
-1999,11,14,10,30,976,60,540,18,-11,0.9,13.84
-1999,11,14,11,30,992,63,587,19,-11,1.0,12.87
-1999,11,14,12,30,985,62,571,20,-11,1.2000000000000002,12.05
-1999,11,14,13,30,954,60,494,20,-11,1.5,12.26
-1999,11,14,14,30,886,53,362,19,-10,1.4,13.76
-1999,11,14,15,30,737,41,193,16,-4,1.2000000000000002,29.96
-1999,11,14,16,30,305,14,25,13,-2,1.2000000000000002,40.34
-1999,11,14,17,30,0,0,0,11,-6,1.3,35.44
-1999,11,14,18,30,0,0,0,10,-6,1.4,36.57
-1999,11,14,19,30,0,0,0,9,-7,1.6,38.31
-1999,11,14,20,30,0,0,0,7,-7,1.7000000000000002,40.32
-1999,11,14,21,30,0,0,0,7,-7,1.7000000000000002,41.64
-1999,11,14,22,30,0,0,0,6,-8,1.7000000000000002,39.95
-1999,11,14,23,30,0,0,0,6,-8,1.7000000000000002,41.3
-1999,11,15,0,30,0,0,0,5,-9,1.7000000000000002,40.03
-1999,11,15,1,30,0,0,0,5,-9,1.7000000000000002,38.92
-1999,11,15,2,30,0,0,0,5,-10,1.7000000000000002,40.61
-1999,11,15,3,30,0,0,0,5,-10,1.8,39.48
-1999,11,15,4,30,0,0,0,4,-10,1.8,38.51
-1999,11,15,5,30,0,0,0,4,-10,1.8,37.9
-1999,11,15,6,30,0,0,0,4,-11,1.7000000000000002,37.51
-1999,11,15,7,30,602,29,101,8,-10,1.7000000000000002,32.55
-1999,11,15,8,30,839,46,280,13,-7,2.2,28.24
-1999,11,15,9,30,936,55,433,17,-9,2.3000000000000003,17.29
-1999,11,15,10,30,980,60,538,20,-11,1.9,12.78
-1999,11,15,11,30,995,62,585,21,-11,2.0,11.58
-1999,11,15,12,30,988,62,569,22,-11,2.2,11.63
-1999,11,15,13,30,957,59,491,21,-11,2.3000000000000003,11.85
-1999,11,15,14,30,889,52,359,20,-10,1.9,14.3
-1999,11,15,15,30,738,40,190,16,-3,1.3,29.86
-1999,11,15,16,30,302,13,23,13,-3,1.0,39.56
-1999,11,15,17,30,0,0,0,11,-6,0.5,35.31
-1999,11,15,18,30,0,0,0,9,-6,0.7000000000000001,36.88
-1999,11,15,19,30,0,0,0,8,-6,1.3,41.61
-1999,11,15,20,30,0,0,0,6,-7,1.6,43.47
-1999,11,15,21,30,0,0,0,6,-7,1.7000000000000002,41.89
-1999,11,15,22,30,0,0,0,5,-8,1.8,43.14
-1999,11,15,23,30,0,0,0,5,-8,1.8,41.58
-1999,11,16,0,30,0,0,0,5,-9,1.8,40.29
-1999,11,16,1,30,0,0,0,5,-9,1.9,39.44
-1999,11,16,2,30,0,0,0,5,-9,1.9,41.84
-1999,11,16,3,30,0,0,0,5,-9,1.9,41.41
-1999,11,16,4,30,0,0,0,5,-9,1.9,40.66
-1999,11,16,5,30,0,0,0,5,-10,1.9,39.83
-1999,11,16,6,30,0,0,0,5,-10,1.8,39.4
-1999,11,16,7,30,578,29,96,8,-9,1.8,31.69
-1999,11,16,8,30,820,47,272,13,-7,2.3000000000000003,27.29
-1999,11,16,9,30,916,57,423,17,-8,2.0,20.5
-1999,11,16,10,30,958,62,526,19,-9,1.4,15.27
-1999,11,16,11,30,971,65,571,20,-10,1.7000000000000002,13.61
-1999,11,16,12,30,961,65,554,21,-10,1.9,13.55
-1999,11,16,13,30,926,62,477,20,-10,2.0,13.78
-1999,11,16,14,30,854,55,348,19,-9,1.7000000000000002,15.21
-1999,11,16,15,30,698,42,181,15,-5,1.4,27.54
-1999,11,16,16,30,0,21,21,12,-3,1.4,39.73
-1999,11,16,17,30,0,0,0,10,-5,1.4,38.57
-1999,11,16,18,30,0,0,0,9,-5,1.3,39.98
-1999,11,16,19,30,0,0,0,8,-5,1.4,45.25
-1999,11,16,20,30,0,0,0,7,-6,1.6,47.59
-1999,11,16,21,30,0,0,0,6,-6,1.7000000000000002,46.18
-1999,11,16,22,30,0,0,0,6,-6,1.7000000000000002,48.33
-1999,11,16,23,30,0,0,0,5,-7,1.7000000000000002,47.52
-1999,11,17,0,30,0,0,0,5,-7,1.8,50.77
-1999,11,17,1,30,0,0,0,5,-6,1.9,51.6
-1999,11,17,2,30,0,0,0,5,-6,1.8,52.79
-1999,11,17,3,30,0,0,0,5,-6,1.8,53.58
-1999,11,17,4,30,0,0,0,5,-6,1.8,49.72
-1999,11,17,5,30,0,0,0,5,-6,1.8,49.54
-1999,11,17,6,30,0,0,0,5,-6,1.8,49.76
-1999,11,17,7,30,559,28,90,8,-5,2.0,43.02
-1999,11,17,8,30,801,46,262,13,-3,2.8000000000000003,36.15
-1999,11,17,9,30,899,55,411,17,-4,3.4000000000000004,27.81
-1999,11,17,10,30,944,61,514,19,-5,3.0,21.78
-1999,11,17,11,30,958,63,559,20,-5,2.8000000000000003,20.13
-1999,11,17,12,30,947,64,543,21,-5,2.7,20.05
-1999,11,17,13,30,624,122,400,20,-5,2.6,20.05
-1999,11,17,14,30,441,116,266,19,-5,2.1,21.72
-1999,11,17,15,30,348,68,136,16,-1,1.4,34.81
-1999,11,17,16,30,0,14,14,12,0,1.3,47.19
-1999,11,17,17,30,0,0,0,10,-2,1.6,49.68
-1999,11,17,18,30,0,0,0,9,-3,2.1,51.92
-1999,11,17,19,30,0,0,0,9,-3,2.9000000000000004,50.16
-1999,11,17,20,30,0,0,0,9,-4,3.6,44.84
-1999,11,17,21,30,0,0,0,9,-4,3.8,47.07
-1999,11,17,22,30,0,0,0,8,-3,4.1000000000000005,48.78
-1999,11,17,23,30,0,0,0,8,-3,4.2,55.95
-1999,11,18,0,30,0,0,0,7,-2,3.9,63.63
-1999,11,18,1,30,0,0,0,6,-2,4.3,66.89
-1999,11,18,2,30,0,0,0,5,-4,4.800000000000002,62.93
-1999,11,18,3,30,0,0,0,3,-5,4.7,60.88
-1999,11,18,4,30,0,0,0,3,-6,4.6000000000000005,62.78
-1999,11,18,5,30,0,0,0,2,-6,4.7,60.4
-1999,11,18,6,30,0,0,0,2,-7,5.2,56.23
-1999,11,18,7,30,602,26,92,3,-8,6.1000000000000005,51.88
-1999,11,18,8,30,855,41,269,4,-9,7.1000000000000005,40.89
-1999,11,18,9,30,955,49,423,5,-11,7.6,33.26
-1999,11,18,10,30,999,53,529,6,-12,7.7,28.73
-1999,11,18,11,30,1011,55,575,7,-12,7.7,26.02
-1999,11,18,12,30,1000,56,558,8,-12,7.300000000000002,24.3
-1999,11,18,13,30,965,54,481,8,-12,6.7,24.9
-1999,11,18,14,30,895,49,350,7,-12,5.9,27.36
-1999,11,18,15,30,743,38,182,6,-11,4.1000000000000005,30.33
-1999,11,18,16,30,288,12,19,3,-10,2.2,42.06
-1999,11,18,17,30,0,0,0,1,-9,1.5,49.15
-1999,11,18,18,30,0,0,0,0,-9,1.4,50.09
-1999,11,18,19,30,0,0,0,0,-9,1.3,53.81
-1999,11,18,20,30,0,0,0,0,-9,1.4,56.99
-1999,11,18,21,30,0,0,0,0,-9,1.6,55.78
-1999,11,18,22,30,0,0,0,0,-9,1.9,58.93
-1999,11,18,23,30,0,0,0,0,-10,2.2,58.23
-1999,11,19,0,30,0,0,0,-1,-10,2.3000000000000003,57.98
-1999,11,19,1,30,0,0,0,-1,-10,2.3000000000000003,57.74
-1999,11,19,2,30,0,0,0,-1,-10,2.2,57.18
-1999,11,19,3,30,0,0,0,-1,-10,2.1,55.94
-1999,11,19,4,30,0,0,0,-1,-11,2.1,53.92
-1999,11,19,5,30,0,0,0,-1,-11,2.1,51.41
-1999,11,19,6,30,0,0,0,0,-12,2.0,45.44
-1999,11,19,7,30,615,25,90,2,-12,2.3000000000000003,39.08
-1999,11,19,8,30,860,41,267,6,-11,2.2,33.14
-1999,11,19,9,30,956,49,419,9,-12,1.2000000000000002,22.62
-1999,11,19,10,30,999,53,525,12,-14,0.9,17.650000000000006
-1999,11,19,11,30,1013,55,572,13,-14,1.1,15.19
-1999,11,19,12,30,1005,54,556,14,-14,1.2000000000000002,13.97
-1999,11,19,13,30,563,134,381,15,-14,1.2000000000000002,13.76
-1999,11,19,14,30,573,89,280,14,-14,1.3,14.76
-1999,11,19,15,30,298,66,124,11,-10,1.3,24.3
-1999,11,19,16,30,0,12,12,7,-9,1.4,35.18
-1999,11,19,17,30,0,0,0,4,-10,1.7000000000000002,39.95
-1999,11,19,18,30,0,0,0,3,-10,1.9,42.33
-1999,11,19,19,30,0,0,0,3,-11,2.2,39.82
-1999,11,19,20,30,0,0,0,3,-11,2.5,37.59
-1999,11,19,21,30,0,0,0,3,-12,2.6,36.72
-1999,11,19,22,30,0,0,0,4,-12,2.6,37.0
-1999,11,19,23,30,0,0,0,4,-11,2.5,38.26
-1999,11,20,0,30,0,0,0,4,-11,2.7,39.73
-1999,11,20,1,30,0,0,0,4,-10,2.9000000000000004,38.71
-1999,11,20,2,30,0,0,0,4,-9,3.2,41.44
-1999,11,20,3,30,0,0,0,5,-9,3.4000000000000004,43.68
-1999,11,20,4,30,0,0,0,5,-8,3.5,42.09
-1999,11,20,5,30,0,0,0,5,-8,3.3000000000000003,42.59
-1999,11,20,6,30,0,0,0,5,-8,3.0,43.02
-1999,11,20,7,30,81,37,45,7,-8,2.7,41.12
-1999,11,20,8,30,53,103,117,9,-6,2.6,39.3
-1999,11,20,9,30,586,108,333,11,-5,2.3000000000000003,34.65
-1999,11,20,10,30,914,63,492,13,-7,1.8,28.56
-1999,11,20,11,30,975,59,553,14,-8,1.2000000000000002,24.64
-1999,11,20,12,30,966,59,537,15,-8,0.7000000000000001,22.7
-1999,11,20,13,30,930,56,461,15,-8,0.6000000000000001,21.7
-1999,11,20,14,30,642,77,290,14,-7,0.7000000000000001,24.06
-1999,11,20,15,30,380,62,134,11,-5,0.5,36.21
-1999,11,20,16,30,0,12,12,7,-3,0.4,54.51
-1999,11,20,17,30,0,0,0,6,-4,0.7000000000000001,59.95
-1999,11,20,18,30,0,0,0,5,-3,1.1,68.15
-1999,11,20,19,30,0,0,0,4,-2,1.3,75.57000000000002
-1999,11,20,20,30,0,0,0,3,-2,1.0,76.56
-1999,11,20,21,30,0,0,0,3,-2,0.4,80.53
-1999,11,20,22,30,0,0,0,2,-3,0.4,79.31
-1999,11,20,23,30,0,0,0,1,-3,0.7000000000000001,77.93
-1999,11,21,0,30,0,0,0,0,-3,1.0,75.97
-1999,11,21,1,30,0,0,0,0,-4,1.2000000000000002,79.21000000000002
-1999,11,21,2,30,0,0,0,0,-4,1.3,81.91
-1999,11,21,3,30,0,0,0,0,-5,1.4,78.26
-1999,11,21,4,30,0,0,0,0,-5,1.4,74.96000000000002
-1999,11,21,5,30,0,0,0,0,-6,1.3,72.51
-1999,11,21,6,30,0,0,0,0,-6,1.1,71.10000000000002
-1999,11,21,7,30,461,29,75,1,-6,0.8,67.03
-1999,11,21,8,30,737,54,242,3,-5,1.1,62.84
-1999,11,21,9,30,838,69,388,6,-6,2.2,47.72
-1999,11,21,10,30,874,81,488,7,-7,3.4000000000000004,40.63
-1999,11,21,11,30,500,182,434,8,-7,3.7,39.41
-1999,11,21,12,30,11,168,174,7,-6,3.8,41.76
-1999,11,21,13,30,1,135,136,6,-5,3.7,49.16
-1999,11,21,14,30,0,61,61,5,-4,3.5,57.19
-1999,11,21,15,30,79,72,87,4,-3,3.2,69.65
-1999,11,21,16,30,0,6,6,2,-3,2.9000000000000004,78.65
-1999,11,21,17,30,0,0,0,0,-2,2.8000000000000003,80.37
-1999,11,21,18,30,0,0,0,0,-3,3.0,83.72
-1999,11,21,19,30,0,0,0,0,-4,3.3000000000000003,84.89
-1999,11,21,20,30,0,0,0,-1,-4,3.3000000000000003,87.33
-1999,11,21,21,30,0,0,0,-1,-5,3.0,91.6
-1999,11,21,22,30,0,0,0,-2,-5,2.5,89.83
-1999,11,21,23,30,0,0,0,-2,-5,2.2,88.55
-1999,11,22,0,30,0,0,0,-2,-5,1.9,94.92
-1999,11,22,1,30,0,0,0,-2,-5,1.7000000000000002,95.3
-1999,11,22,2,30,0,0,0,-2,-5,1.6,95.81
-1999,11,22,3,30,0,0,0,-2,-5,1.6,95.58
-1999,11,22,4,30,0,0,0,-2,-5,1.7000000000000002,95.42
-1999,11,22,5,30,0,0,0,-3,-5,1.9,94.63
-1999,11,22,6,30,0,0,0,-3,-5,2.0,93.29
-1999,11,22,7,30,0,2,2,-2,-6,2.3000000000000003,85.4
-1999,11,22,8,30,0,19,19,0,-5,2.7,81.97
-1999,11,22,9,30,0,33,33,0,-5,2.8000000000000003,77.27
-1999,11,22,10,30,0,22,22,0,-5,2.4000000000000004,72.59
-1999,11,22,11,30,0,30,30,1,-5,1.9,72.76
-1999,11,22,12,30,0,50,50,0,-5,1.8,71.68
-1999,11,22,13,30,0,88,88,0,-5,2.3000000000000003,70.84
-1999,11,22,14,30,0,27,27,0,-5,3.0,75.75
-1999,11,22,15,30,0,6,6,-1,-5,3.3000000000000003,80.52
-1999,11,22,16,30,0,0,0,-2,-6,3.0,82.74
-1999,11,22,17,30,0,0,0,-3,-7,2.5,84.25
-1999,11,22,18,30,0,0,0,-3,-7,2.2,87.8
-1999,11,22,19,30,0,0,0,-4,-8,2.0,84.78
-1999,11,22,20,30,0,0,0,-4,-8,2.0,81.75
-1999,11,22,21,30,0,0,0,-4,-9,1.9,78.68
-1999,11,22,22,30,0,0,0,-4,-9,1.8,81.75
-1999,11,22,23,30,0,0,0,-5,-10,1.6,79.08
-1999,11,23,0,30,0,0,0,-5,-10,1.4,82.43
-1999,11,23,1,30,0,0,0,-6,-11,1.3,78.60000000000002
-1999,11,23,2,30,0,0,0,-6,-11,1.3,80.52
-1999,11,23,3,30,0,0,0,-7,-12,1.2000000000000002,76.87
-1999,11,23,4,30,0,0,0,-7,-12,1.1,73.97
-1999,11,23,5,30,0,0,0,-7,-13,1.1,71.14
-1999,11,23,6,30,0,0,0,-7,-13,1.2000000000000002,68.42
-1999,11,23,7,30,408,32,69,-5,-14,1.6,56.54
-1999,11,23,8,30,736,58,241,-2,-13,2.0,51.79
-1999,11,23,9,30,876,68,395,0,-12,2.1,48.27
-1999,11,23,10,30,939,72,503,0,-12,1.8,42.01
-1999,11,23,11,30,0,128,128,0,-12,1.5,42.81
-1999,11,23,12,30,31,196,211,1,-12,1.4,39.83
-1999,11,23,13,30,28,169,181,1,-12,1.4,39.74
-1999,11,23,14,30,247,133,213,0,-11,1.5,43.46
-1999,11,23,15,30,143,70,96,-1,-11,1.4,52.43
-1999,11,23,16,30,0,0,0,-3,-12,1.1,56.96
-1999,11,23,17,30,0,0,0,-4,-13,1.0,53.64
-1999,11,23,18,30,0,0,0,-4,-14,0.9,56.92
-1999,11,23,19,30,0,0,0,-5,-14,1.2000000000000002,55.66
-1999,11,23,20,30,0,0,0,-5,-14,1.5,58.33
-1999,11,23,21,30,0,0,0,-5,-14,1.6,53.44
-1999,11,23,22,30,0,0,0,-5,-14,1.7000000000000002,53.1
-1999,11,23,23,30,0,0,0,-5,-14,1.6,52.98
-1999,11,24,0,30,0,0,0,-5,-15,1.3,52.6
-1999,11,24,1,30,0,0,0,-5,-15,1.1,51.55
-1999,11,24,2,30,0,0,0,-6,-15,0.9,54.9
-1999,11,24,3,30,0,0,0,-6,-15,1.0,57.57
-1999,11,24,4,30,0,0,0,-7,-16,1.2000000000000002,54.83
-1999,11,24,5,30,0,0,0,-8,-17,1.4,56.24
-1999,11,24,6,30,0,0,0,-9,-17,1.9,57.28
-1999,11,24,7,30,106,32,42,-7,-18,2.5,46.5
-1999,11,24,8,30,814,53,252,-3,-17,2.7,37.79
-1999,11,24,9,30,935,66,412,0,-15,2.4000000000000004,34.99
-1999,11,24,10,30,988,73,523,0,-14,2.3000000000000003,31.39
-1999,11,24,11,30,1007,76,573,1,-14,2.3000000000000003,32.33
-1999,11,24,12,30,1001,74,558,2,-13,2.3000000000000003,34.230000000000004
-1999,11,24,13,30,969,68,480,2,-13,2.2,35.28
-1999,11,24,14,30,898,58,347,1,-13,1.8,36.36
-1999,11,24,15,30,741,41,175,0,-11,1.0,45.01
-1999,11,24,16,30,0,0,0,-2,-13,0.6000000000000001,47.09
-1999,11,24,17,30,0,0,0,-4,-16,0.9,44.25
-1999,11,24,18,30,0,0,0,-5,-16,1.4,48.03
-1999,11,24,19,30,0,0,0,-6,-16,1.7000000000000002,51.86
-1999,11,24,20,30,0,0,0,-6,-16,2.0,51.82
-1999,11,24,21,30,0,0,0,-6,-16,2.4000000000000004,55.76
-1999,11,24,22,30,0,0,0,-6,-16,2.7,51.57
-1999,11,24,23,30,0,0,0,-5,-16,3.0,51.81
-1999,11,25,0,30,0,0,0,-5,-15,3.2,48.83
-1999,11,25,1,30,0,0,0,-5,-15,3.3000000000000003,49.31
-1999,11,25,2,30,0,0,0,-4,-15,3.3000000000000003,46.03
-1999,11,25,3,30,0,0,0,-3,-15,3.6,44.42
-1999,11,25,4,30,0,0,0,-2,-14,4.1000000000000005,47.97
-1999,11,25,5,30,0,0,0,-2,-13,4.800000000000002,52.03
-1999,11,25,6,30,0,0,0,-2,-12,5.5,51.75
-1999,11,25,7,30,0,12,12,-1,-11,6.300000000000002,52.29
-1999,11,25,8,30,81,97,117,0,-9,6.7,51.84
-1999,11,25,9,30,0,54,54,2,-7,6.300000000000002,55.36
-1999,11,25,10,30,0,47,47,3,-6,5.6000000000000005,58.02
-1999,11,25,11,30,8,163,167,5,-5,4.9,58.98
-1999,11,25,12,30,942,74,527,6,-4,4.3,58.27
-1999,11,25,13,30,917,66,454,6,-3,3.7,56.8
-1999,11,25,14,30,849,56,327,5,-2,2.7,65.23
-1999,11,25,15,30,684,40,163,4,-2,2.1,80.0
-1999,11,25,16,30,0,0,0,2,-3,2.2,79.60000000000002
-1999,11,25,17,30,0,0,0,1,-3,2.8000000000000003,74.98
-1999,11,25,18,30,0,0,0,1,-3,3.6,75.05
-1999,11,25,19,30,0,0,0,1,-3,4.3,74.96000000000002
-1999,11,25,20,30,0,0,0,1,-4,4.4,73.72
-1999,11,25,21,30,0,0,0,1,-4,4.1000000000000005,73.19
-1999,11,25,22,30,0,0,0,2,-4,4.0,73.31
-1999,11,25,23,30,0,0,0,2,-4,4.0,73.73
-1999,11,26,0,30,0,0,0,2,-3,4.1000000000000005,74.9
-1999,11,26,1,30,0,0,0,1,-3,4.1000000000000005,75.45
-1999,11,26,2,30,0,0,0,1,-3,4.4,74.87
-1999,11,26,3,30,0,0,0,2,-3,4.4,75.5
-1999,11,26,4,30,0,0,0,2,-3,4.1000000000000005,76.81
-1999,11,26,5,30,0,0,0,2,-3,3.7,78.15
-1999,11,26,6,30,0,0,0,2,-3,3.3000000000000003,78.74
-1999,11,26,7,30,0,16,16,3,-3,3.3000000000000003,73.61
-1999,11,26,8,30,367,80,168,6,-2,3.5,68.92
-1999,11,26,9,30,332,144,265,8,-1,3.6,60.06
-1999,11,26,10,30,764,89,432,10,0,3.6,57.54
-1999,11,26,11,30,688,123,458,11,0,3.4000000000000004,54.31
-1999,11,26,12,30,766,98,464,12,0,3.1,50.72
-1999,11,26,13,30,725,88,393,12,0,2.8000000000000003,46.92
-1999,11,26,14,30,889,46,328,11,0,2.1,51.88
-1999,11,26,15,30,741,33,165,8,0,1.4,69.04
-1999,11,26,16,30,0,0,0,6,-1,1.3,67.1
-1999,11,26,17,30,0,0,0,4,-2,1.3,70.09
-1999,11,26,18,30,0,0,0,4,-3,1.5,72.16
-1999,11,26,19,30,0,0,0,3,-3,1.7000000000000002,69.62
-1999,11,26,20,30,0,0,0,3,-4,1.7000000000000002,68.51
-1999,11,26,21,30,0,0,0,3,-4,1.7000000000000002,67.6
-1999,11,26,22,30,0,0,0,3,-4,1.6,71.44
-1999,11,26,23,30,0,0,0,2,-4,1.6,69.36
-1999,11,27,0,30,0,0,0,2,-5,1.5,68.74
-1999,11,27,1,30,0,0,0,2,-4,1.5,69.26
-1999,11,27,2,30,0,0,0,1,-4,1.5,69.67
-1999,11,27,3,30,0,0,0,1,-5,1.5,68.59
-1999,11,27,4,30,0,0,0,1,-5,1.7000000000000002,67.53
-1999,11,27,5,30,0,0,0,1,-5,1.9,66.57000000000001
-1999,11,27,6,30,0,0,0,1,-5,2.0,66.91
-1999,11,27,7,30,455,24,59,3,-5,2.0,62.83
-1999,11,27,8,30,290,86,154,5,-4,2.0,60.03
-1999,11,27,9,30,488,118,294,7,-2,2.0,59.36
-1999,11,27,10,30,738,94,423,9,-2,2.0,50.82
-1999,11,27,11,30,939,65,520,10,-2,1.8,46.76
-1999,11,27,12,30,932,76,518,11,-2,1.3,46.24
-1999,11,27,13,30,903,69,446,11,-2,0.9,47.09
-1999,11,27,14,30,834,57,320,10,-1,0.6000000000000001,54.35
-1999,11,27,15,30,673,40,159,7,0,0.8,68.69
-1999,11,27,16,30,0,0,0,4,-2,1.2000000000000002,73.5
-1999,11,27,17,30,0,0,0,2,-3,1.4,77.05
-1999,11,27,18,30,0,0,0,2,-3,1.5,75.54
-1999,11,27,19,30,0,0,0,1,-4,1.7000000000000002,72.91
-1999,11,27,20,30,0,0,0,0,-5,1.8,74.15
-1999,11,27,21,30,0,0,0,0,-5,2.0,70.03
-1999,11,27,22,30,0,0,0,0,-6,2.1,72.56
-1999,11,27,23,30,0,0,0,0,-6,2.1,70.54
-1999,11,28,0,30,0,0,0,0,-6,2.0,69.03
-1999,11,28,1,30,0,0,0,0,-7,2.0,68.26
-1999,11,28,2,30,0,0,0,0,-7,2.0,67.98
-1999,11,28,3,30,0,0,0,0,-7,1.9,67.71000000000001
-1999,11,28,4,30,0,0,0,0,-7,1.8,67.23
-1999,11,28,5,30,0,0,0,0,-7,1.7000000000000002,66.64
-1999,11,28,6,30,0,0,0,0,-7,1.6,61.42
-1999,11,28,7,30,439,23,55,2,-7,1.5,58.12000000000001
-1999,11,28,8,30,754,44,218,6,-4,1.5,52.98
-1999,11,28,9,30,874,53,366,9,-4,1.1,45.1
-1999,11,28,10,30,928,59,469,11,-4,0.5,38.56
-1999,11,28,11,30,947,61,517,12,-4,0.8,34.88
-1999,11,28,12,30,938,61,505,13,-5,1.4,31.76
-1999,11,28,13,30,902,59,433,13,-5,2.0,31.4
-1999,11,28,14,30,824,52,311,12,-5,1.9,33.97
-1999,11,28,15,30,653,38,153,9,-2,1.6,51.09
-1999,11,28,16,30,0,0,0,6,-3,1.8,59.78
-1999,11,28,17,30,0,0,0,5,-4,2.1,63.74
-1999,11,28,18,30,0,0,0,4,-4,2.2,68.01
-1999,11,28,19,30,0,0,0,3,-4,2.0,71.58
-1999,11,28,20,30,0,0,0,2,-4,1.8,69.28
-1999,11,28,21,30,0,0,0,1,-5,1.6,66.54
-1999,11,28,22,30,0,0,0,1,-6,1.6,63.88
-1999,11,28,23,30,0,0,0,1,-6,1.7000000000000002,66.56
-1999,11,29,0,30,0,0,0,0,-6,1.8,64.46000000000001
-1999,11,29,1,30,0,0,0,0,-7,1.7000000000000002,62.87000000000001
-1999,11,29,2,30,0,0,0,0,-7,1.7000000000000002,62.3
-1999,11,29,3,30,0,0,0,0,-7,1.7000000000000002,62.14
-1999,11,29,4,30,0,0,0,0,-7,1.7000000000000002,61.87000000000001
-1999,11,29,5,30,0,0,0,0,-7,1.7000000000000002,61.17
-1999,11,29,6,30,0,0,0,0,-7,1.6,60.43
-1999,11,29,7,30,467,20,54,3,-7,1.6,57.07
-1999,11,29,8,30,774,39,216,7,-4,1.7000000000000002,52.03
-1999,11,29,9,30,891,48,363,10,-4,1.2000000000000002,43.74
-1999,11,29,10,30,944,52,467,13,-5,0.6000000000000001,33.87
-1999,11,29,11,30,670,123,444,14,-6,0.9,27.15
-1999,11,29,12,30,959,54,505,15,-6,1.2000000000000002,24.79
-1999,11,29,13,30,929,51,435,15,-6,1.6,24.76
-1999,11,29,14,30,859,45,313,14,-6,1.5,27.29
-1999,11,29,15,30,696,34,155,11,-1,1.4,50.53
-1999,11,29,16,30,0,0,0,8,-3,1.5,54.68
-1999,11,29,17,30,0,0,0,6,-4,1.7000000000000002,56.51
-1999,11,29,18,30,0,0,0,4,-5,1.8,59.21
-1999,11,29,19,30,0,0,0,4,-5,2.0,56.16
-1999,11,29,20,30,0,0,0,4,-6,2.2,52.48
-1999,11,29,21,30,0,0,0,4,-7,2.3000000000000003,53.05
-1999,11,29,22,30,0,0,0,4,-8,2.5,50.22
-1999,11,29,23,30,0,0,0,4,-8,2.6,48.22
-1999,11,30,0,30,0,0,0,4,-9,2.6,43.88
-1999,11,30,1,30,0,0,0,4,-8,2.6,44.38
-1999,11,30,2,30,0,0,0,4,-8,2.5,46.03
-1999,11,30,3,30,0,0,0,4,-7,2.3000000000000003,47.58
-1999,11,30,4,30,0,0,0,5,-7,2.1,48.59
-1999,11,30,5,30,0,0,0,5,-7,2.0,45.25
-1999,11,30,6,30,0,0,0,5,-7,1.9,45.05
-1999,11,30,7,30,72,24,29,7,-7,1.9,42.64
-1999,11,30,8,30,281,82,146,10,-5,2.3000000000000003,37.76
-1999,11,30,9,30,17,131,137,13,-3,2.9000000000000004,34.82
-1999,11,30,10,30,2,139,140,16,-4,2.8000000000000003,28.93
-1999,11,30,11,30,29,190,204,17,-5,2.5,23.69
-1999,11,30,12,30,17,173,182,18,-5,1.9,23.57
-1999,11,30,13,30,52,173,194,17,-3,1.2000000000000002,29.03
-1999,11,30,14,30,0,37,37,15,-1,0.9,40.37
-1999,11,30,15,30,307,58,111,12,-1,1.2000000000000002,43.4
-1999,11,30,16,30,0,0,0,10,-3,1.5,46.05
-1999,11,30,17,30,0,0,0,8,-5,1.7000000000000002,48.33
-1999,11,30,18,30,0,0,0,6,-6,1.9,47.93
-1999,11,30,19,30,0,0,0,6,-7,2.1,43.55
-1999,11,30,20,30,0,0,0,6,-8,2.4000000000000004,39.6
-1999,11,30,21,30,0,0,0,6,-9,2.6,39.78
-1999,11,30,22,30,0,0,0,5,-9,2.7,38.42
-1999,11,30,23,30,0,0,0,5,-10,2.8000000000000003,37.73
-1999,12,1,0,30,0,0,0,5,-10,3.1,37.02
-1999,12,1,1,30,0,0,0,5,-10,3.1,36.41
-1999,12,1,2,30,0,0,0,5,-10,2.8000000000000003,36.62
-1999,12,1,3,30,0,0,0,5,-10,2.6,37.54
-1999,12,1,4,30,0,0,0,5,-9,2.4000000000000004,38.8
-1999,12,1,5,30,0,0,0,5,-9,2.2,43.24
-1999,12,1,6,30,0,0,0,5,-8,2.0,44.85
-1999,12,1,7,30,191,23,36,6,-8,1.9,43.6
-1999,12,1,8,30,199,86,131,8,-6,1.9,41.62
-1999,12,1,9,30,832,50,340,11,-5,2.2,36.97
-1999,12,1,10,30,824,71,428,13,-6,2.6,28.83
-1999,12,1,11,30,473,177,402,14,-8,2.9000000000000004,23.76
-1999,12,1,12,30,920,70,498,15,-9,3.4000000000000004,20.08
-1999,12,1,13,30,890,64,429,15,-10,3.7,20.34
-1999,12,1,14,30,813,56,307,13,-9,2.9000000000000004,22.01
-1999,12,1,15,30,624,41,148,10,-6,1.8,38.67
-1999,12,1,16,30,0,0,0,7,-5,1.7000000000000002,50.02
-1999,12,1,17,30,0,0,0,5,-6,1.9,49.53
-1999,12,1,18,30,0,0,0,4,-6,2.1,52.94
-1999,12,1,19,30,0,0,0,4,-7,2.3000000000000003,50.88
-1999,12,1,20,30,0,0,0,4,-7,2.2,53.14
-1999,12,1,21,30,0,0,0,3,-6,2.1,55.86
-1999,12,1,22,30,0,0,0,3,-5,2.6,64.18
-1999,12,1,23,30,0,0,0,2,-5,3.3000000000000003,67.78
-1999,12,2,0,30,0,0,0,2,-4,3.6,70.06
-1999,12,2,1,30,0,0,0,2,-4,3.5,71.11
-1999,12,2,2,30,0,0,0,2,-4,3.2,71.56
-1999,12,2,3,30,0,0,0,1,-4,2.6,72.2
-1999,12,2,4,30,0,0,0,1,-4,2.0,71.85000000000002
-1999,12,2,5,30,0,0,0,0,-4,1.7000000000000002,74.53
-1999,12,2,6,30,0,0,0,0,-5,1.6,72.06
-1999,12,2,7,30,0,21,21,1,-5,2.1,70.79
-1999,12,2,8,30,183,86,126,3,-5,2.9000000000000004,63.63
-1999,12,2,9,30,774,73,340,6,-5,3.4000000000000004,49.1
-1999,12,2,10,30,855,78,447,7,-6,3.5,42.68
-1999,12,2,11,30,897,78,501,8,-7,3.2,37.61
-1999,12,2,12,30,911,73,495,9,-7,2.7,33.53
-1999,12,2,13,30,893,65,429,9,-8,2.2,32.09
-1999,12,2,14,30,428,104,236,8,-9,1.9,33.05
-1999,12,2,15,30,662,39,151,6,-8,1.5,40.32
-1999,12,2,16,30,0,0,0,3,-6,1.4,56.44
-1999,12,2,17,30,0,0,0,1,-7,1.5,56.73
-1999,12,2,18,30,0,0,0,1,-7,1.4,56.4
-1999,12,2,19,30,0,0,0,1,-7,1.4,56.09
-1999,12,2,20,30,0,0,0,1,-7,1.4,59.93
-1999,12,2,21,30,0,0,0,1,-7,1.2000000000000002,60.77
-1999,12,2,22,30,0,0,0,1,-7,1.2000000000000002,61.21
-1999,12,2,23,30,0,0,0,0,-7,1.2000000000000002,62.41
-1999,12,3,0,30,0,0,0,0,-6,1.2000000000000002,64.03
-1999,12,3,1,30,0,0,0,0,-6,1.4,69.46000000000001
-1999,12,3,2,30,0,0,0,0,-6,1.8,76.27
-1999,12,3,3,30,0,0,0,0,-6,2.1,79.52
-1999,12,3,4,30,0,0,0,-1,-5,2.3000000000000003,83.33
-1999,12,3,5,30,0,0,0,-1,-4,2.8000000000000003,86.14
-1999,12,3,6,30,0,0,0,-2,-4,3.3000000000000003,94.28
-1999,12,3,7,30,0,2,2,-1,-4,4.1000000000000005,93.75
-1999,12,3,8,30,0,25,25,-1,-4,5.300000000000002,87.26
-1999,12,3,9,30,0,6,6,0,-4,6.4,86.35000000000002
-1999,12,3,10,30,0,116,116,0,-4,7.0,80.09
-1999,12,3,11,30,1,138,139,0,-5,7.5,79.48
-1999,12,3,12,30,7,152,156,0,-5,8.0,78.14
-1999,12,3,13,30,0,121,121,0,-5,8.3,80.81
-1999,12,3,14,30,0,55,55,-1,-6,8.0,76.15
-1999,12,3,15,30,0,42,42,-1,-7,7.2,78.19
-1999,12,3,16,30,0,0,0,-2,-7,6.300000000000002,75.51
-1999,12,3,17,30,0,0,0,-3,-8,5.800000000000002,77.86
-1999,12,3,18,30,0,0,0,-4,-8,5.4,80.35000000000002
-1999,12,3,19,30,0,0,0,-4,-9,5.1000000000000005,78.81
-1999,12,3,20,30,0,0,0,-4,-9,4.800000000000002,85.35000000000002
-1999,12,3,21,30,0,0,0,-4,-8,4.800000000000002,86.8
-1999,12,3,22,30,0,0,0,-4,-8,4.800000000000002,88.19
-1999,12,3,23,30,0,0,0,-4,-8,4.7,88.33
-1999,12,4,0,30,0,0,0,-4,-8,4.6000000000000005,87.0
-1999,12,4,1,30,0,0,0,-5,-9,4.5,83.95
-1999,12,4,2,30,0,0,0,-6,-9,4.5,86.03
-1999,12,4,3,30,0,0,0,-6,-10,4.3,81.26
-1999,12,4,4,30,0,0,0,-6,-11,4.0,82.89
-1999,12,4,5,30,0,0,0,-7,-11,3.8,80.01
-1999,12,4,6,30,0,0,0,-7,-12,3.7,77.08
-1999,12,4,7,30,2,19,19,-6,-12,3.9,70.3
-1999,12,4,8,30,0,32,32,-3,-11,4.6000000000000005,64.87
-1999,12,4,9,30,0,94,94,-1,-10,5.1000000000000005,58.91
-1999,12,4,10,30,104,192,237,0,-11,5.0,53.97
-1999,12,4,11,30,960,76,525,0,-11,4.800000000000002,46.4
-1999,12,4,12,30,963,74,516,0,-10,4.4,46.9
-1999,12,4,13,30,936,67,446,0,-10,3.9,47.92
-1999,12,4,14,30,870,56,322,0,-10,3.0,49.29
-1999,12,4,15,30,711,39,159,-1,-10,1.9,57.37000000000001
-1999,12,4,16,30,0,0,0,-4,-12,1.2000000000000002,59.51
-1999,12,4,17,30,0,0,0,-6,-14,1.2000000000000002,58.19
-1999,12,4,18,30,0,0,0,-7,-15,1.4,59.84
-1999,12,4,19,30,0,0,0,-7,-15,1.6,62.61
-1999,12,4,20,30,0,0,0,-8,-16,1.7000000000000002,61.48
-1999,12,4,21,30,0,0,0,-8,-16,1.8,60.52
-1999,12,4,22,30,0,0,0,-8,-16,1.8,59.94
-1999,12,4,23,30,0,0,0,-8,-16,1.9,59.47
-1999,12,5,0,30,0,0,0,-8,-16,2.1,63.33
-1999,12,5,1,30,0,0,0,-8,-16,2.3000000000000003,56.94
-1999,12,5,2,30,0,0,0,-8,-17,2.4000000000000004,55.76
-1999,12,5,3,30,0,0,0,-7,-17,2.5,50.61
-1999,12,5,4,30,0,0,0,-7,-17,2.5,49.67
-1999,12,5,5,30,0,0,0,-6,-17,2.5,48.81
-1999,12,5,6,30,0,0,0,-5,-18,2.5,44.39
-1999,12,5,7,30,443,19,43,-3,-17,2.8000000000000003,38.37
-1999,12,5,8,30,799,43,212,0,-15,3.0,35.55000000000001
-1999,12,5,9,30,923,57,368,3,-10,2.5,40.9
-1999,12,5,10,30,976,65,479,6,-9,1.9,40.35
-1999,12,5,11,30,995,68,531,8,-9,1.5,34.04
-1999,12,5,12,30,989,67,520,9,-9,1.4,31.29
-1999,12,5,13,30,957,62,448,8,-9,1.1,33.03
-1999,12,5,14,30,884,53,322,7,-5,0.9,47.47
-1999,12,5,15,30,720,37,158,4,-4,1.1,60.44
-1999,12,5,16,30,0,0,0,1,-9,1.5,51.14
-1999,12,5,17,30,0,0,0,0,-11,1.7000000000000002,46.76
-1999,12,5,18,30,0,0,0,-1,-12,1.8,49.12000000000001
-1999,12,5,19,30,0,0,0,-1,-12,1.9,51.77
-1999,12,5,20,30,0,0,0,-1,-12,2.1,50.16
-1999,12,5,21,30,0,0,0,-1,-13,2.3000000000000003,44.07
-1999,12,5,22,30,0,0,0,0,-13,2.4000000000000004,43.3
-1999,12,5,23,30,0,0,0,0,-13,2.4000000000000004,40.98
-1999,12,6,0,30,0,0,0,0,-13,2.3000000000000003,41.55
-1999,12,6,1,30,0,0,0,0,-13,2.2,41.68
-1999,12,6,2,30,0,0,0,0,-13,2.2,41.49
-1999,12,6,3,30,0,0,0,0,-13,2.2,41.61
-1999,12,6,4,30,0,0,0,0,-13,2.2,42.44
-1999,12,6,5,30,0,0,0,-1,-12,2.2,46.12
-1999,12,6,6,30,0,0,0,-2,-13,2.4000000000000004,46.23
-1999,12,6,7,30,428,18,40,-1,-15,3.1,38.54
-1999,12,6,8,30,797,42,208,1,-13,3.6,38.64
-1999,12,6,9,30,753,59,311,3,-11,3.7,38.78
-1999,12,6,10,30,93,189,228,5,-10,3.4000000000000004,38.68
-1999,12,6,11,30,993,67,527,6,-10,2.9000000000000004,36.19
-1999,12,6,12,30,982,68,516,6,-10,2.5,33.71
-1999,12,6,13,30,944,64,443,6,-10,2.0,33.89
-1999,12,6,14,30,857,57,317,5,-9,1.3,40.39
-1999,12,6,15,30,667,42,153,3,-7,0.7000000000000001,51.59
-1999,12,6,16,30,0,0,0,0,-10,0.7000000000000001,48.2
-1999,12,6,17,30,0,0,0,0,-11,1.1,46.4
-1999,12,6,18,30,0,0,0,-1,-12,1.5,49.21
-1999,12,6,19,30,0,0,0,-2,-12,1.8,52.51
-1999,12,6,20,30,0,0,0,-2,-12,1.9,52.32
-1999,12,6,21,30,0,0,0,-2,-12,2.1,51.75
-1999,12,6,22,30,0,0,0,-2,-12,2.4000000000000004,51.2
-1999,12,6,23,30,0,0,0,-1,-12,2.5,51.09
-1999,12,7,0,30,0,0,0,-1,-12,2.6,52.22
-1999,12,7,1,30,0,0,0,-1,-11,2.6,51.06
-1999,12,7,2,30,0,0,0,-1,-11,2.5,53.63
-1999,12,7,3,30,0,0,0,-1,-10,2.4000000000000004,58.7
-1999,12,7,4,30,0,0,0,-2,-11,2.4000000000000004,58.15
-1999,12,7,5,30,0,0,0,-2,-11,2.6,57.64
-1999,12,7,6,30,0,0,0,-1,-11,2.8000000000000003,56.9
-1999,12,7,7,30,0,33,33,0,-11,3.3000000000000003,49.24
-1999,12,7,8,30,652,57,191,1,-10,3.7,46.31
-1999,12,7,9,30,792,79,342,3,-8,3.5,51.88
-1999,12,7,10,30,205,190,276,4,-7,3.4000000000000004,49.7
-1999,12,7,11,30,166,216,292,5,-6,3.6,48.95
-1999,12,7,12,30,108,209,259,6,-6,4.0,44.94
-1999,12,7,13,30,660,98,362,6,-7,4.0,44.38
-1999,12,7,14,30,0,39,39,4,-8,3.2,45.34
-1999,12,7,15,30,149,63,88,1,-8,2.0,53.54
-1999,12,7,16,30,0,0,0,0,-10,1.3,57.27
-1999,12,7,17,30,0,0,0,-1,-11,1.1,55.72
-1999,12,7,18,30,0,0,0,-2,-11,0.9,56.99
-1999,12,7,19,30,0,0,0,-3,-10,0.8,63.99
-1999,12,7,20,30,0,0,0,-3,-10,0.7000000000000001,65.36
-1999,12,7,21,30,0,0,0,-3,-10,0.7000000000000001,65.88
-1999,12,7,22,30,0,0,0,-3,-10,0.9,66.44
-1999,12,7,23,30,0,0,0,-3,-9,1.1,74.06
-1999,12,8,0,30,0,0,0,-4,-9,1.3,76.29
-1999,12,8,1,30,0,0,0,-4,-9,1.4,79.27
-1999,12,8,2,30,0,0,0,-3,-8,1.1,82.5
-1999,12,8,3,30,0,0,0,-3,-8,1.0,84.49
-1999,12,8,4,30,0,0,0,-3,-8,1.1,84.36
-1999,12,8,5,30,0,0,0,-3,-8,1.2000000000000002,83.81
-1999,12,8,6,30,0,0,0,-4,-8,1.4,83.46000000000002
-1999,12,8,7,30,0,29,29,-3,-8,1.5,77.04
-1999,12,8,8,30,508,75,178,-2,-8,1.9,72.57000000000002
-1999,12,8,9,30,0,79,79,-1,-8,2.2,72.24
-1999,12,8,10,30,6,141,144,-1,-8,2.3000000000000003,65.83
-1999,12,8,11,30,41,191,211,-1,-8,2.4000000000000004,65.02
-1999,12,8,12,30,5,147,150,-1,-8,2.6,64.38
-1999,12,8,13,30,0,95,95,-1,-8,2.7,63.61
-1999,12,8,14,30,0,38,38,-1,-9,2.5,62.99
-1999,12,8,15,30,0,36,36,-2,-9,2.2,67.4
-1999,12,8,16,30,0,0,0,-3,-9,1.8,68.99
-1999,12,8,17,30,0,0,0,-4,-10,1.3,72.07000000000002
-1999,12,8,18,30,0,0,0,-4,-10,0.6000000000000001,71.73
-1999,12,8,19,30,0,0,0,-5,-10,0.30000000000000004,76.43
-1999,12,8,20,30,0,0,0,-6,-10,0.5,80.51
-1999,12,8,21,30,0,0,0,-6,-11,0.8,77.93
-1999,12,8,22,30,0,0,0,-6,-11,1.0,81.81
-1999,12,8,23,30,0,0,0,-7,-11,1.2000000000000002,79.15
-1999,12,9,0,30,0,0,0,-7,-12,1.4,76.37
-1999,12,9,1,30,0,0,0,-7,-12,1.5,73.19
-1999,12,9,2,30,0,0,0,-7,-13,1.6,75.0
-1999,12,9,3,30,0,0,0,-8,-14,1.9,70.76
-1999,12,9,4,30,0,0,0,-8,-15,2.2,65.63
-1999,12,9,5,30,0,0,0,-8,-16,2.3000000000000003,59.41
-1999,12,9,6,30,0,0,0,-8,-17,2.2,53.88
-1999,12,9,7,30,431,16,35,-6,-18,2.4000000000000004,43.12
-1999,12,9,8,30,807,40,202,-2,-17,2.4000000000000004,32.88
-1999,12,9,9,30,934,53,359,1,-15,1.8,32.6
-1999,12,9,10,30,987,61,471,3,-14,1.6,31.1
-1999,12,9,11,30,389,186,364,4,-14,1.9,28.94
-1999,12,9,12,30,283,200,328,5,-13,2.0,27.83
-1999,12,9,13,30,570,118,346,5,-13,1.7000000000000002,28.88
-1999,12,9,14,30,217,124,190,4,-12,1.3,34.35
-1999,12,9,15,30,9,59,61,1,-9,1.1,49.45
-1999,12,9,16,30,0,0,0,0,-11,1.2000000000000002,46.76
-1999,12,9,17,30,0,0,0,-1,-11,1.4,50.37000000000001
-1999,12,9,18,30,0,0,0,-2,-11,1.6,54.75
-1999,12,9,19,30,0,0,0,-2,-12,1.8,56.9
-1999,12,9,20,30,0,0,0,-2,-12,2.0,55.28
-1999,12,9,21,30,0,0,0,-2,-12,2.4000000000000004,55.65
-1999,12,9,22,30,0,0,0,-2,-11,2.3000000000000003,58.29
-1999,12,9,23,30,0,0,0,-2,-11,2.1,61.46
-1999,12,10,0,30,0,0,0,-2,-11,1.8,62.66
-1999,12,10,1,30,0,0,0,-2,-10,1.4,60.18
-1999,12,10,2,30,0,0,0,-1,-9,1.2000000000000002,63.28
-1999,12,10,3,30,0,0,0,-1,-9,1.0,61.16
-1999,12,10,4,30,0,0,0,-1,-9,0.9,61.41
-1999,12,10,5,30,0,0,0,-1,-9,0.9,60.58
-1999,12,10,6,30,0,0,0,-1,-9,0.9,59.85
-1999,12,10,7,30,0,23,23,0,-9,0.9,55.02
-1999,12,10,8,30,466,56,149,0,-8,1.1,54.86
-1999,12,10,9,30,832,66,337,2,-8,1.3,52.57
-1999,12,10,10,30,707,92,384,3,-9,1.4,47.18
-1999,12,10,11,30,929,79,503,4,-9,1.4,43.78
-1999,12,10,12,30,304,197,334,4,-8,1.0,45.29
-1999,12,10,13,30,892,73,428,4,-8,0.8,47.34
-1999,12,10,14,30,810,63,306,3,-7,0.9,53.31
-1999,12,10,15,30,119,63,83,1,-7,1.0,62.86
-1999,12,10,16,30,0,0,0,0,-8,1.0,61.65
-1999,12,10,17,30,0,0,0,-1,-9,0.9,63.14
-1999,12,10,18,30,0,0,0,-1,-9,0.9,62.71
-1999,12,10,19,30,0,0,0,-1,-9,0.9,60.98
-1999,12,10,20,30,0,0,0,-1,-9,0.8,58.79
-1999,12,10,21,30,0,0,0,-1,-10,0.6000000000000001,56.53
-1999,12,10,22,30,0,0,0,-1,-10,0.4,60.39
-1999,12,10,23,30,0,0,0,-2,-10,0.30000000000000004,58.34
-1999,12,11,0,30,0,0,0,-2,-11,0.30000000000000004,57.63
-1999,12,11,1,30,0,0,0,-2,-11,0.4,61.45
-1999,12,11,2,30,0,0,0,-2,-11,0.30000000000000004,60.96
-1999,12,11,3,30,0,0,0,-3,-11,0.1,60.95
-1999,12,11,4,30,0,0,0,-3,-11,0.1,65.5
-1999,12,11,5,30,0,0,0,-3,-11,0.2,65.41
-1999,12,11,6,30,0,0,0,-4,-11,0.4,65.96000000000001
-1999,12,11,7,30,151,19,25,-3,-11,0.6000000000000001,66.78
-1999,12,11,8,30,545,67,174,-2,-10,1.1,60.86
-1999,12,11,9,30,727,93,328,0,-9,1.5,55.72
-1999,12,11,10,30,823,103,441,0,-9,1.4,52.04
-1999,12,11,11,30,869,105,500,1,-9,1.1,47.63
-1999,12,11,12,30,883,99,496,2,-10,0.9,46.81
-1999,12,11,13,30,865,87,430,2,-10,1.0,46.31
-1999,12,11,14,30,802,70,311,1,-10,1.0,45.6
-1999,12,11,15,30,639,46,152,0,-9,0.8,57.17
-1999,12,11,16,30,0,0,0,-2,-10,0.6000000000000001,58.41
-1999,12,11,17,30,0,0,0,-3,-12,0.7000000000000001,55.48
-1999,12,11,18,30,0,0,0,-4,-13,1.3,56.24
-1999,12,11,19,30,0,0,0,-4,-14,1.7000000000000002,56.91
-1999,12,11,20,30,0,0,0,-5,-14,2.0,53.67
-1999,12,11,21,30,0,0,0,-5,-15,2.4000000000000004,51.69
-1999,12,11,22,30,0,0,0,-5,-14,3.0,53.51
-1999,12,11,23,30,0,0,0,-4,-14,3.4000000000000004,56.66
-1999,12,12,0,30,0,0,0,-4,-13,3.8,54.97
-1999,12,12,1,30,0,0,0,-4,-13,4.2,57.06
-1999,12,12,2,30,0,0,0,-4,-13,4.1000000000000005,57.52
-1999,12,12,3,30,0,0,0,-5,-13,3.6,61.13
-1999,12,12,4,30,0,0,0,-5,-13,3.3000000000000003,60.22
-1999,12,12,5,30,0,0,0,-5,-13,3.0,64.62
-1999,12,12,6,30,0,0,0,-6,-13,2.8000000000000003,63.63
-1999,12,12,7,30,315,16,27,-4,-13,3.0,58.55
-1999,12,12,8,30,738,45,188,-1,-12,3.4000000000000004,50.44
-1999,12,12,9,30,882,61,344,1,-11,3.3000000000000003,44.68
-1999,12,12,10,30,944,70,457,2,-11,3.0,41.86
-1999,12,12,11,30,968,75,513,3,-11,2.5,39.46
-1999,12,12,12,30,967,74,507,4,-11,2.0,37.05
-1999,12,12,13,30,938,67,439,4,-11,1.5,37.1
-1999,12,12,14,30,867,56,317,3,-10,0.8,41.98
-1999,12,12,15,30,703,39,156,1,-8,0.6000000000000001,58.62000000000001
-1999,12,12,16,30,0,0,0,-1,-10,0.9,55.19
-1999,12,12,17,30,0,0,0,-2,-11,1.1,55.69
-1999,12,12,18,30,0,0,0,-3,-11,1.4,60.22
-1999,12,12,19,30,0,0,0,-2,-11,1.8,59.42
-1999,12,12,20,30,0,0,0,-2,-11,2.3000000000000003,54.68
-1999,12,12,21,30,0,0,0,-2,-11,2.7,54.27
-1999,12,12,22,30,0,0,0,-2,-11,3.0,54.0
-1999,12,12,23,30,0,0,0,-2,-12,3.1,53.71
-1999,12,13,0,30,0,0,0,-2,-12,3.3000000000000003,53.7
-1999,12,13,1,30,0,0,0,-2,-11,3.4000000000000004,54.2
-1999,12,13,2,30,0,0,0,-2,-11,3.4000000000000004,55.01
-1999,12,13,3,30,0,0,0,-1,-11,3.3000000000000003,55.58
-1999,12,13,4,30,0,0,0,-1,-11,3.2,55.98
-1999,12,13,5,30,0,0,0,-1,-11,3.0,52.15
-1999,12,13,6,30,0,0,0,0,-11,2.8000000000000003,48.87000000000001
-1999,12,13,7,30,0,10,10,0,-10,2.6,47.62
-1999,12,13,8,30,22,71,75,1,-9,2.6,49.71
-1999,12,13,9,30,210,135,202,2,-7,2.6,54.98
-1999,12,13,10,30,73,179,209,3,-6,2.2,56.14
-1999,12,13,11,30,126,210,267,4,-5,1.7000000000000002,57.6
-1999,12,13,12,30,42,187,206,5,-4,1.4,57.15
-1999,12,13,13,30,93,176,213,5,-4,1.3,58.45
-1999,12,13,14,30,0,70,70,4,-4,1.1,61.28
-1999,12,13,15,30,654,41,150,3,-5,0.8,64.18
-1999,12,13,16,30,0,0,0,1,-7,1.0,57.92
-1999,12,13,17,30,0,0,0,0,-8,1.3,58.75
-1999,12,13,18,30,0,0,0,0,-7,1.6,64.22
-1999,12,13,19,30,0,0,0,0,-7,2.0,69.96000000000001
-1999,12,13,20,30,0,0,0,0,-7,3.4000000000000004,68.84
-1999,12,13,21,30,0,0,0,0,-9,5.300000000000002,60.79
-1999,12,13,22,30,0,0,0,-1,-11,5.800000000000002,55.4
-1999,12,13,23,30,0,0,0,-2,-13,5.4,53.22
-1999,12,14,0,30,0,0,0,-3,-13,5.2,52.08
-1999,12,14,1,30,0,0,0,-3,-12,5.300000000000002,58.86
-1999,12,14,2,30,0,0,0,-4,-12,5.5,60.31
-1999,12,14,3,30,0,0,0,-4,-12,5.5,63.95
-1999,12,14,4,30,0,0,0,-5,-13,5.5,60.94
-1999,12,14,5,30,0,0,0,-5,-14,5.6000000000000005,60.8
-1999,12,14,6,30,0,0,0,-6,-15,5.6000000000000005,54.07
-1999,12,14,7,30,0,24,24,-6,-16,5.6000000000000005,48.42
-1999,12,14,8,30,736,45,185,-5,-17,6.300000000000002,41.41
-1999,12,14,9,30,896,61,345,-4,-19,7.0,33.910000000000004
-1999,12,14,10,30,973,67,463,-3,-20,7.4,28.38
-1999,12,14,11,30,1008,69,523,-2,-21,7.6,27.23
-1999,12,14,12,30,1009,68,519,-2,-21,7.6,24.81
-1999,12,14,13,30,978,63,450,-2,-21,7.4,25.26
-1999,12,14,14,30,904,54,326,-2,-20,6.800000000000002,26.66
-1999,12,14,15,30,740,38,162,-4,-19,5.7,33.02
-1999,12,14,16,30,0,0,0,-5,-19,4.9,37.48
-1999,12,14,17,30,0,0,0,-6,-18,4.800000000000002,41.22
-1999,12,14,18,30,0,0,0,-7,-18,4.800000000000002,44.65
-1999,12,14,19,30,0,0,0,-7,-19,4.9,43.87
-1999,12,14,20,30,0,0,0,-7,-19,5.0,43.15
-1999,12,14,21,30,0,0,0,-7,-19,5.0,46.76
-1999,12,14,22,30,0,0,0,-7,-19,4.9,47.41
-1999,12,14,23,30,0,0,0,-7,-18,4.6000000000000005,48.08
-1999,12,15,0,30,0,0,0,-8,-18,4.2,48.43
-1999,12,15,1,30,0,0,0,-8,-18,3.9,48.43
-1999,12,15,2,30,0,0,0,-8,-18,3.8,47.8
-1999,12,15,3,30,0,0,0,-8,-19,3.8,46.97
-1999,12,15,4,30,0,0,0,-8,-19,3.8,46.34
-1999,12,15,5,30,0,0,0,-8,-19,3.9,45.99
-1999,12,15,6,30,0,0,0,-7,-19,4.1000000000000005,45.9
-1999,12,15,7,30,0,18,18,-6,-19,4.6000000000000005,43.19
-1999,12,15,8,30,444,54,138,-4,-18,5.300000000000002,37.14
-1999,12,15,9,30,352,118,230,-1,-17,5.9,35.31
-1999,12,15,10,30,185,183,258,0,-15,6.2,33.730000000000004
-1999,12,15,11,30,455,169,373,1,-14,6.0,32.68
-1999,12,15,12,30,567,139,392,2,-13,5.7,36.12
-1999,12,15,13,30,392,152,308,2,-12,5.1000000000000005,39.13
-1999,12,15,14,30,311,115,209,1,-11,4.1000000000000005,42.16
-1999,12,15,15,30,443,47,121,0,-10,3.0,52.57
-1999,12,15,16,30,0,0,0,-1,-10,2.7,54.1
-1999,12,15,17,30,0,0,0,-2,-11,3.0,55.36
-1999,12,15,18,30,0,0,0,-2,-11,3.3000000000000003,53.78
-1999,12,15,19,30,0,0,0,-2,-12,3.4000000000000004,56.37000000000001
-1999,12,15,20,30,0,0,0,-2,-12,3.3000000000000003,51.2
-1999,12,15,21,30,0,0,0,-2,-12,3.3000000000000003,51.86
-1999,12,15,22,30,0,0,0,-2,-12,3.3000000000000003,53.13
-1999,12,15,23,30,0,0,0,-2,-11,3.4000000000000004,54.03
-1999,12,16,0,30,0,0,0,-1,-11,3.5,54.92
-1999,12,16,1,30,0,0,0,-1,-11,3.7,57.71
-1999,12,16,2,30,0,0,0,-1,-10,3.9,55.71
-1999,12,16,3,30,0,0,0,-1,-10,4.3,56.47
-1999,12,16,4,30,0,0,0,-1,-10,4.7,56.7
-1999,12,16,5,30,0,0,0,0,-10,5.4,57.7
-1999,12,16,6,30,0,0,0,0,-9,6.0,55.12000000000001
-1999,12,16,7,30,0,12,12,0,-9,6.5,52.51
-1999,12,16,8,30,192,70,106,1,-8,6.6000000000000005,50.88
-1999,12,16,9,30,529,93,259,4,-8,6.4,50.57
-1999,12,16,10,30,724,85,377,5,-7,6.1000000000000005,46.37
-1999,12,16,11,30,956,71,500,6,-6,5.5,45.18
-1999,12,16,12,30,954,70,496,7,-6,4.800000000000002,46.63
-1999,12,16,13,30,923,65,430,6,-6,3.8,47.93
-1999,12,16,14,30,848,56,310,5,-5,2.7,55.66
-1999,12,16,15,30,114,64,84,2,-4,2.0,66.99
-1999,12,16,16,30,0,0,0,0,-5,2.2,67.23
-1999,12,16,17,30,0,0,0,0,-5,2.9000000000000004,71.7
-1999,12,16,18,30,0,0,0,0,-5,3.6,72.21000000000002
-1999,12,16,19,30,0,0,0,1,-5,3.9,72.01
-1999,12,16,20,30,0,0,0,1,-5,3.8,67.26
-1999,12,16,21,30,0,0,0,1,-5,3.4000000000000004,67.57000000000001
-1999,12,16,22,30,0,0,0,1,-5,3.2,72.42
-1999,12,16,23,30,0,0,0,0,-5,3.1,71.29
-1999,12,17,0,30,0,0,0,0,-5,3.0,69.54
-1999,12,17,1,30,0,0,0,0,-6,2.7,68.54
-1999,12,17,2,30,0,0,0,0,-6,2.3000000000000003,73.64
-1999,12,17,3,30,0,0,0,0,-6,1.9,73.67
-1999,12,17,4,30,0,0,0,0,-6,1.8,78.5
-1999,12,17,5,30,0,0,0,0,-6,1.8,76.68
-1999,12,17,6,30,0,0,0,0,-6,1.8,69.22
-1999,12,17,7,30,219,13,19,0,-6,2.1,64.13
-1999,12,17,8,30,599,40,150,1,-6,3.3000000000000003,63.52
-1999,12,17,9,30,359,116,228,2,-5,5.1000000000000005,66.58
-1999,12,17,10,30,494,138,337,2,-5,5.9,68.32000000000001
-1999,12,17,11,30,0,27,27,3,-5,5.800000000000002,68.44
-1999,12,17,12,30,10,157,161,3,-5,5.300000000000002,60.77
-1999,12,17,13,30,224,174,263,3,-6,4.4,56.24
-1999,12,17,14,30,0,22,22,2,-7,3.2,58.04
-1999,12,17,15,30,0,10,10,1,-6,1.7000000000000002,65.15
-1999,12,17,16,30,0,0,0,0,-8,0.8,68.12
-1999,12,17,17,30,0,0,0,-1,-8,0.4,69.38
-1999,12,17,18,30,0,0,0,-2,-8,0.7000000000000001,74.39
-1999,12,17,19,30,0,0,0,-3,-9,1.3,78.62
-1999,12,17,20,30,0,0,0,-4,-9,1.8,75.29
-1999,12,17,21,30,0,0,0,-4,-10,2.2,71.59
-1999,12,17,22,30,0,0,0,-4,-11,2.8000000000000003,67.72
-1999,12,17,23,30,0,0,0,-3,-11,3.6,63.57
-1999,12,18,0,30,0,0,0,-3,-12,4.1000000000000005,56.35
-1999,12,18,1,30,0,0,0,-2,-12,4.3,51.9
-1999,12,18,2,30,0,0,0,-1,-12,4.5,53.28
-1999,12,18,3,30,0,0,0,-1,-12,4.6000000000000005,53.67
-1999,12,18,4,30,0,0,0,-2,-12,4.4,52.28
-1999,12,18,5,30,0,0,0,-2,-13,4.1000000000000005,49.39
-1999,12,18,6,30,0,0,0,-2,-13,3.8,47.09
-1999,12,18,7,30,0,19,19,-1,-13,3.8,43.22
-1999,12,18,8,30,746,38,174,1,-12,4.1000000000000005,40.78
-1999,12,18,9,30,882,53,327,3,-10,4.1000000000000005,40.52
-1999,12,18,10,30,705,89,372,6,-9,4.4,40.13
-1999,12,18,11,30,762,91,432,7,-8,5.0,41.25
-1999,12,18,12,30,745,94,426,7,-6,5.4,44.97
-1999,12,18,13,30,918,67,430,6,-6,5.4,50.28
-1999,12,18,14,30,845,58,313,4,-6,4.9,54.5
-1999,12,18,15,30,671,42,155,2,-6,3.8,62.59
-1999,12,18,16,30,0,0,0,0,-6,3.1,64.31
-1999,12,18,17,30,0,0,0,0,-7,3.7,65.92
-1999,12,18,18,30,0,0,0,0,-8,4.9,63.02
-1999,12,18,19,30,0,0,0,0,-8,5.5,60.02
-1999,12,18,20,30,0,0,0,0,-9,5.300000000000002,58.27
-1999,12,18,21,30,0,0,0,0,-9,4.800000000000002,62.35
-1999,12,18,22,30,0,0,0,0,-9,4.0,62.71
-1999,12,18,23,30,0,0,0,-1,-8,3.1,63.47
-1999,12,19,0,30,0,0,0,-1,-8,2.6,63.57
-1999,12,19,1,30,0,0,0,-1,-9,2.6,67.45
-1999,12,19,2,30,0,0,0,-2,-9,2.6,65.71000000000001
-1999,12,19,3,30,0,0,0,-2,-9,2.5,68.77
-1999,12,19,4,30,0,0,0,-3,-10,2.2,67.83
-1999,12,19,5,30,0,0,0,-3,-10,2.0,67.27
-1999,12,19,6,30,0,0,0,-3,-10,1.9,67.68
-1999,12,19,7,30,262,12,18,-2,-10,2.2,62.11
-1999,12,19,8,30,694,43,169,-1,-9,3.1,60.2
-1999,12,19,9,30,839,63,323,0,-9,3.7,56.71
-1999,12,19,10,30,909,74,438,0,-10,3.3000000000000003,53.97
-1999,12,19,11,30,43,187,207,0,-10,2.6,50.7
-1999,12,19,12,30,0,121,121,0,-11,2.1,49.11
-1999,12,19,13,30,0,80,80,0,-11,1.9,48.34
-1999,12,19,14,30,416,104,229,0,-11,1.9,47.91
-1999,12,19,15,30,677,43,158,-2,-11,1.5,54.86
-1999,12,19,16,30,0,0,0,-3,-11,1.0,64.61
-1999,12,19,17,30,0,0,0,-4,-12,0.9,67.32000000000001
-1999,12,19,18,30,0,0,0,-5,-12,1.1,63.99
-1999,12,19,19,30,0,0,0,-5,-13,1.5,66.48
-1999,12,19,20,30,0,0,0,-6,-13,1.7000000000000002,63.87000000000001
-1999,12,19,21,30,0,0,0,-6,-14,1.8,61.75
-1999,12,19,22,30,0,0,0,-5,-14,2.0,61.01
-1999,12,19,23,30,0,0,0,-5,-14,2.0,60.77
-1999,12,20,0,30,0,0,0,-5,-14,1.9,60.54
-1999,12,20,1,30,0,0,0,-5,-14,1.6,61.04
-1999,12,20,2,30,0,0,0,-5,-13,1.2000000000000002,62.94000000000001
-1999,12,20,3,30,0,0,0,-5,-13,1.0,65.49
-1999,12,20,4,30,0,0,0,-5,-12,1.0,67.59
-1999,12,20,5,30,0,0,0,-6,-12,1.2000000000000002,68.81
-1999,12,20,6,30,0,0,0,-6,-12,1.4,69.27
-1999,12,20,7,30,0,7,7,-5,-12,1.6,64.05
-1999,12,20,8,30,47,68,77,-4,-12,2.4000000000000004,59.13
-1999,12,20,9,30,121,132,170,-2,-12,3.4000000000000004,54.42
-1999,12,20,10,30,0,113,113,-1,-13,4.2,48.93
-1999,12,20,11,30,422,174,362,-1,-13,4.4,44.06
-1999,12,20,12,30,85,201,238,-1,-13,4.2,42.99
-1999,12,20,13,30,16,147,154,0,-14,3.9,42.27
-1999,12,20,14,30,57,124,141,0,-14,3.5,42.12
-1999,12,20,15,30,0,29,29,-1,-13,2.4000000000000004,46.86
-1999,12,20,16,30,0,0,0,-2,-12,1.5,53.71
-1999,12,20,17,30,0,0,0,-3,-12,1.5,55.63
-1999,12,20,18,30,0,0,0,-3,-12,1.8,55.62000000000001
-1999,12,20,19,30,0,0,0,-3,-12,2.0,59.63
-1999,12,20,20,30,0,0,0,-4,-12,2.2,58.8
-1999,12,20,21,30,0,0,0,-4,-13,2.4000000000000004,61.46
-1999,12,20,22,30,0,0,0,-5,-13,2.7,58.43
-1999,12,20,23,30,0,0,0,-6,-14,3.0,59.95
-1999,12,21,0,30,0,0,0,-5,-14,3.2,59.02
-1999,12,21,1,30,0,0,0,-5,-14,3.1,55.79
-1999,12,21,2,30,0,0,0,-4,-13,2.8000000000000003,58.44
-1999,12,21,3,30,0,0,0,-4,-13,2.4000000000000004,60.82
-1999,12,21,4,30,0,0,0,-4,-12,2.1,62.82
-1999,12,21,5,30,0,0,0,-4,-12,1.9,64.18
-1999,12,21,6,30,0,0,0,-5,-12,1.7000000000000002,65.28
-1999,12,21,7,30,0,9,9,-4,-12,1.6,61.34
-1999,12,21,8,30,164,68,97,-3,-11,1.8,60.9
-1999,12,21,9,30,9,111,114,-1,-10,2.3000000000000003,60.61
-1999,12,21,10,30,216,178,264,-1,-9,3.2,65.52
-1999,12,21,11,30,70,198,229,-1,-8,4.1000000000000005,70.25
-1999,12,21,12,30,0,128,128,-1,-8,4.7,72.52
-1999,12,21,13,30,0,116,116,-2,-8,5.0,72.10000000000002
-1999,12,21,14,30,0,10,10,-2,-8,4.800000000000002,70.4
-1999,12,21,15,30,40,65,72,-3,-8,4.0,74.10000000000002
-1999,12,21,16,30,0,0,0,-4,-9,3.1,76.66
-1999,12,21,17,30,0,0,0,-5,-9,2.8000000000000003,79.4
-1999,12,21,18,30,0,0,0,-6,-10,2.6,83.81
-1999,12,21,19,30,0,0,0,-6,-10,2.1,81.11
-1999,12,21,20,30,0,0,0,-6,-11,1.2000000000000002,84.7
-1999,12,21,21,30,0,0,0,-7,-11,0.5,81.7
-1999,12,21,22,30,0,0,0,-8,-12,0.5,83.85000000000002
-1999,12,21,23,30,0,0,0,-9,-12,0.9,85.46000000000002
-1999,12,22,0,30,0,0,0,-9,-13,1.6,86.64
-1999,12,22,1,30,0,0,0,-9,-14,2.1,75.19
-1999,12,22,2,30,0,0,0,-9,-15,2.4000000000000004,70.32000000000001
-1999,12,22,3,30,0,0,0,-8,-16,2.4000000000000004,64.84
-1999,12,22,4,30,0,0,0,-8,-17,2.3000000000000003,55.6
-1999,12,22,5,30,0,0,0,-7,-17,2.3000000000000003,51.71
-1999,12,22,6,30,0,0,0,-6,-16,2.3000000000000003,51.97
-1999,12,22,7,30,0,9,9,-5,-15,2.9000000000000004,52.6
-1999,12,22,8,30,161,68,96,-3,-13,4.2,53.96
-1999,12,22,9,30,7,110,112,-2,-12,5.5,50.72
-1999,12,22,10,30,57,170,192,0,-11,5.7,50.19
-1999,12,22,11,30,74,198,232,0,-11,5.4,49.8
-1999,12,22,12,30,130,206,264,0,-10,5.0,49.42
-1999,12,22,13,30,257,172,275,0,-9,4.3,52.59
-1999,12,22,14,30,101,129,160,0,-8,3.5,54.97
-1999,12,22,15,30,657,44,158,0,-8,2.6,59.52
-1999,12,22,16,30,0,0,0,-1,-9,2.2,61.64
-1999,12,22,17,30,0,0,0,-2,-9,2.4000000000000004,63.59
-1999,12,22,18,30,0,0,0,-2,-10,2.7,60.77
-1999,12,22,19,30,0,0,0,-3,-11,2.9000000000000004,62.51
-1999,12,22,20,30,0,0,0,-3,-11,3.0,60.64
-1999,12,22,21,30,0,0,0,-3,-11,3.0,64.43
-1999,12,22,22,30,0,0,0,-4,-11,3.1,64.21000000000001
-1999,12,22,23,30,0,0,0,-4,-11,3.0,64.55
-1999,12,23,0,30,0,0,0,-4,-11,2.7,64.95
-1999,12,23,1,30,0,0,0,-4,-11,2.4000000000000004,65.25
-1999,12,23,2,30,0,0,0,-4,-11,2.3000000000000003,65.83
-1999,12,23,3,30,0,0,0,-3,-11,2.3000000000000003,67.23
-1999,12,23,4,30,0,0,0,-3,-10,2.4000000000000004,68.65
-1999,12,23,5,30,0,0,0,-3,-10,2.5,69.46000000000001
-1999,12,23,6,30,0,0,0,-3,-10,2.7,69.28
-1999,12,23,7,30,0,0,0,-2,-10,3.3000000000000003,59.81
-1999,12,23,8,30,728,33,161,0,-9,4.0,52.44
-1999,12,23,9,30,876,45,313,2,-7,3.9,56.53
-1999,12,23,10,30,941,52,427,4,-5,4.1000000000000005,56.12000000000001
-1999,12,23,11,30,967,56,486,5,-4,4.3,56.21
-1999,12,23,12,30,967,56,487,6,-4,4.0,54.47
-1999,12,23,13,30,943,52,427,6,-4,3.2,55.85
-1999,12,23,14,30,882,44,314,5,-3,1.8,64.05
-1999,12,23,15,30,739,32,162,2,-2,1.1,77.11
-1999,12,23,16,30,0,0,0,0,-5,1.2000000000000002,74.10000000000002
-1999,12,23,17,30,0,0,0,0,-5,1.4,74.49
-1999,12,23,18,30,0,0,0,-1,-6,1.6,77.27
-1999,12,23,19,30,0,0,0,-1,-7,1.9,78.66
-1999,12,23,20,30,0,0,0,-2,-8,2.2,72.42
-1999,12,23,21,30,0,0,0,-2,-9,2.3000000000000003,65.36
-1999,12,23,22,30,0,0,0,-2,-10,2.1,59.3
-1999,12,23,23,30,0,0,0,-2,-11,1.9,55.52
-1999,12,24,0,30,0,0,0,-1,-12,1.7000000000000002,53.56
-1999,12,24,1,30,0,0,0,-1,-12,1.6,48.71
-1999,12,24,2,30,0,0,0,0,-12,1.5,45.2
-1999,12,24,3,30,0,0,0,0,-12,1.4,45.72
-1999,12,24,4,30,0,0,0,0,-11,1.3,46.61
-1999,12,24,5,30,0,0,0,0,-11,1.3,47.33
-1999,12,24,6,30,0,0,0,0,-11,1.5,51.5
-1999,12,24,7,30,0,0,0,0,-11,1.5,48.59
-1999,12,24,8,30,749,33,164,2,-8,1.6,51.32
-1999,12,24,9,30,891,46,318,5,-6,2.2,55.38
-1999,12,24,10,30,951,53,432,7,-5,2.4000000000000004,47.87000000000001
-1999,12,24,11,30,974,58,492,8,-4,2.4000000000000004,45.36
-1999,12,24,12,30,972,58,491,9,-4,2.6,45.35
-1999,12,24,13,30,945,54,431,8,-4,2.2,50.95
-1999,12,24,14,30,880,47,317,6,-2,1.5,63.53
-1999,12,24,15,30,734,34,164,3,-2,1.3,78.69
-1999,12,24,16,30,0,0,0,1,-4,1.5,74.96000000000002
-1999,12,24,17,30,0,0,0,0,-5,1.5,77.11
-1999,12,24,18,30,0,0,0,0,-5,1.5,74.58
-1999,12,24,19,30,0,0,0,0,-6,1.5,68.64
-1999,12,24,20,30,0,0,0,0,-8,1.5,61.64
-1999,12,24,21,30,0,0,0,0,-9,1.6,57.25
-1999,12,24,22,30,0,0,0,0,-9,1.6,55.1
-1999,12,24,23,30,0,0,0,0,-9,1.6,54.51
-1999,12,25,0,30,0,0,0,0,-10,1.6,53.96
-1999,12,25,1,30,0,0,0,0,-10,1.6,53.24
-1999,12,25,2,30,0,0,0,0,-10,1.6,48.71
-1999,12,25,3,30,0,0,0,0,-10,1.6,47.75
-1999,12,25,4,30,0,0,0,0,-10,1.6,46.85
-1999,12,25,5,30,0,0,0,0,-11,1.6,46.06
-1999,12,25,6,30,0,0,0,0,-11,1.6,45.43
-1999,12,25,7,30,0,0,0,1,-11,1.4,42.47
-1999,12,25,8,30,748,33,164,3,-8,1.3,48.85
-1999,12,25,9,30,891,46,318,6,-4,1.5,51.97
-1999,12,25,10,30,952,55,433,8,-5,1.6,47.81
-1999,12,25,11,30,976,59,494,9,-5,1.4,43.32
-1999,12,25,12,30,975,59,494,9,-5,1.3,39.69
-1999,12,25,13,30,948,56,434,8,-5,1.1,43.29
-1999,12,25,14,30,884,48,320,6,-2,1.0,60.9
-1999,12,25,15,30,738,35,166,3,-3,1.2000000000000002,72.77
-1999,12,25,16,30,303,10,16,0,-6,1.5,64.28
-1999,12,25,17,30,0,0,0,0,-8,1.4,63.49
-1999,12,25,18,30,0,0,0,0,-8,1.2000000000000002,63.23
-1999,12,25,19,30,0,0,0,0,-7,1.1,63.65
-1999,12,25,20,30,0,0,0,0,-7,1.1,64.54
-1999,12,25,21,30,0,0,0,0,-7,1.2000000000000002,65.03
-1999,12,25,22,30,0,0,0,0,-7,1.3,69.64
-1999,12,25,23,30,0,0,0,0,-7,1.4,68.44
-1999,12,26,0,30,0,0,0,0,-8,1.3,62.01
-1999,12,26,1,30,0,0,0,0,-8,1.3,60.0
-1999,12,26,2,30,0,0,0,0,-9,1.3,63.12000000000001
-1999,12,26,3,30,0,0,0,-1,-9,1.4,62.02
-1999,12,26,4,30,0,0,0,-2,-9,1.2000000000000002,65.28
-1999,12,26,5,30,0,0,0,-2,-9,1.2000000000000002,63.49
-1999,12,26,6,30,0,0,0,-2,-10,1.2000000000000002,62.47
-1999,12,26,7,30,0,0,0,-1,-10,1.3,57.83
-1999,12,26,8,30,741,34,163,1,-8,1.9,55.57
-1999,12,26,9,30,891,48,319,4,-7,2.1,51.18
-1999,12,26,10,30,955,57,437,6,-7,1.7000000000000002,44.16
-1999,12,26,11,30,981,61,499,7,-7,1.7000000000000002,40.41
-1999,12,26,12,30,980,63,501,8,-7,1.4,38.24
-1999,12,26,13,30,952,59,441,8,-6,0.9,42.38
-1999,12,26,14,30,886,52,326,7,-4,0.6000000000000001,54.36
-1999,12,26,15,30,740,37,171,4,-5,0.8,63.88
-1999,12,26,16,30,304,11,17,1,-7,1.2000000000000002,60.03
-1999,12,26,17,30,0,0,0,0,-8,1.5,61.1
-1999,12,26,18,30,0,0,0,0,-7,1.8,68.46000000000001
-1999,12,26,19,30,0,0,0,0,-7,2.5,70.72
-1999,12,26,20,30,0,0,0,-1,-8,3.2,67.54
-1999,12,26,21,30,0,0,0,-1,-9,3.4000000000000004,59.58
-1999,12,26,22,30,0,0,0,-1,-11,3.1,51.92
-1999,12,26,23,30,0,0,0,-1,-12,2.9000000000000004,47.66
-1999,12,27,0,30,0,0,0,-1,-13,2.7,45.75
-1999,12,27,1,30,0,0,0,-1,-13,2.5,45.06
-1999,12,27,2,30,0,0,0,-1,-13,2.3000000000000003,48.42
-1999,12,27,3,30,0,0,0,-1,-13,2.3000000000000003,48.32
-1999,12,27,4,30,0,0,0,-2,-13,2.3000000000000003,47.87000000000001
-1999,12,27,5,30,0,0,0,-2,-13,2.1,48.9
-1999,12,27,6,30,0,0,0,-2,-12,2.0,49.8
-1999,12,27,7,30,0,0,0,-1,-12,1.8,48.54
-1999,12,27,8,30,0,60,60,1,-9,2.4000000000000004,47.15
-1999,12,27,9,30,861,49,311,4,-8,3.7,45.92
-1999,12,27,10,30,928,56,425,6,-5,4.4,52.45
-1999,12,27,11,30,956,60,487,7,-4,4.3,53.16
-1999,12,27,12,30,957,59,488,7,-4,4.0,51.55
-1999,12,27,13,30,933,55,430,7,-3,3.5,53.24
-1999,12,27,14,30,871,46,317,6,-3,2.1,64.11
-1999,12,27,15,30,725,35,166,3,-2,1.1,77.39
-1999,12,27,16,30,301,11,17,1,-4,1.2000000000000002,72.94
-1999,12,27,17,30,0,0,0,0,-4,1.8,75.42
-1999,12,27,18,30,0,0,0,0,-5,2.8000000000000003,74.05
-1999,12,27,19,30,0,0,0,0,-5,3.9,70.60000000000002
-1999,12,27,20,30,0,0,0,0,-6,4.3,66.19
-1999,12,27,21,30,0,0,0,1,-7,4.0,62.94000000000001
-1999,12,27,22,30,0,0,0,1,-7,3.7,61.76
-1999,12,27,23,30,0,0,0,1,-7,3.6,60.9
-1999,12,28,0,30,0,0,0,1,-7,3.8,55.53
-1999,12,28,1,30,0,0,0,1,-8,4.0,54.54
-1999,12,28,2,30,0,0,0,1,-8,4.0,53.65
-1999,12,28,3,30,0,0,0,1,-8,3.8,52.61
-1999,12,28,4,30,0,0,0,1,-8,3.3000000000000003,51.15
-1999,12,28,5,30,0,0,0,1,-9,2.8000000000000003,49.13
-1999,12,28,6,30,0,0,0,1,-10,2.5,50.19
-1999,12,28,7,30,0,0,0,2,-10,2.3000000000000003,44.94
-1999,12,28,8,30,764,32,163,5,-9,2.4000000000000004,40.21
-1999,12,28,9,30,910,44,321,8,-6,2.6,38.89
-1999,12,28,10,30,972,52,438,11,-5,2.2,36.1
-1999,12,28,11,30,998,55,501,12,-4,1.3,34.76
-1999,12,28,12,30,1000,55,504,13,-6,0.8,29.13
-1999,12,28,13,30,978,52,446,12,-5,0.7000000000000001,32.97
-1999,12,28,14,30,920,45,332,10,-2,0.9,47.22
-1999,12,28,15,30,785,33,177,7,-3,1.3,52.76
-1999,12,28,16,30,375,11,20,4,-7,1.6,49.18
-1999,12,28,17,30,0,0,0,2,-8,1.8,53.2
-1999,12,28,18,30,0,0,0,0,-8,1.8,53.18
-1999,12,28,19,30,0,0,0,0,-8,2.0,55.43
-1999,12,28,20,30,0,0,0,0,-9,2.2,52.45
-1999,12,28,21,30,0,0,0,0,-10,2.4000000000000004,49.48
-1999,12,28,22,30,0,0,0,0,-10,2.6,47.67
-1999,12,28,23,30,0,0,0,0,-10,2.8000000000000003,47.22
-1999,12,29,0,30,0,0,0,0,-10,2.9000000000000004,47.19
-1999,12,29,1,30,0,0,0,0,-10,3.1,47.96
-1999,12,29,2,30,0,0,0,0,-10,3.3000000000000003,48.47
-1999,12,29,3,30,0,0,0,0,-10,3.6,48.08
-1999,12,29,4,30,0,0,0,0,-10,3.8,46.99
-1999,12,29,5,30,0,0,0,0,-11,4.1000000000000005,46.6
-1999,12,29,6,30,0,0,0,0,-10,4.3,46.79
-1999,12,29,7,30,0,0,0,1,-10,4.7,44.35
-1999,12,29,8,30,14,62,65,4,-9,4.800000000000002,42.11
-1999,12,29,9,30,896,47,319,7,-7,4.5,38.73
-1999,12,29,10,30,909,54,416,10,-6,4.3,37.46
-1999,12,29,11,30,982,58,498,11,-6,4.1000000000000005,35.52
-1999,12,29,12,30,981,59,500,12,-6,3.9,33.05
-1999,12,29,13,30,955,55,441,11,-6,3.3000000000000003,36.13
-1999,12,29,14,30,893,48,329,8,-4,2.3000000000000003,46.76
-1999,12,29,15,30,755,35,175,5,-4,1.5,58.55
-1999,12,29,16,30,347,12,21,3,-5,1.3,61.23
-1999,12,29,17,30,0,0,0,2,-6,1.2000000000000002,63.66
-1999,12,29,18,30,0,0,0,2,-6,1.2000000000000002,63.24
-1999,12,29,19,30,0,0,0,2,-6,1.4,62.64
-1999,12,29,20,30,0,0,0,1,-6,1.6,61.96
-1999,12,29,21,30,0,0,0,0,-6,1.7000000000000002,61.13
-1999,12,29,22,30,0,0,0,0,-6,1.8,64.65
-1999,12,29,23,30,0,0,0,0,-7,1.8,63.36
-1999,12,30,0,30,0,0,0,0,-7,2.0,66.88
-1999,12,30,1,30,0,0,0,0,-7,2.2,65.39
-1999,12,30,2,30,0,0,0,0,-7,2.7,68.56
-1999,12,30,3,30,0,0,0,0,-8,3.2,66.58
-1999,12,30,4,30,0,0,0,-1,-8,3.4000000000000004,64.54
-1999,12,30,5,30,0,0,0,-1,-9,3.5,62.63
-1999,12,30,6,30,0,0,0,-1,-9,3.5,61.09
-1999,12,30,7,30,0,0,0,0,-9,3.9,55.65
-1999,12,30,8,30,744,34,162,2,-9,3.8,49.34
-1999,12,30,9,30,896,47,319,5,-9,2.7,43.88
-1999,12,30,10,30,961,55,438,8,-9,2.0,33.85
-1999,12,30,11,30,987,60,503,9,-10,2.0,29.53
-1999,12,30,12,30,987,61,506,9,-10,2.1,27.87
-1999,12,30,13,30,962,57,448,9,-10,1.9,30.47
-1999,12,30,14,30,900,50,334,7,-8,1.3,36.32
-1999,12,30,15,30,760,37,179,4,-5,0.8,57.4
-1999,12,30,16,30,351,12,22,2,-8,0.6000000000000001,51.76
-1999,12,30,17,30,0,0,0,0,-9,0.7000000000000001,47.11
-1999,12,30,18,30,0,0,0,0,-9,1.2000000000000002,54.49
-1999,12,30,19,30,0,0,0,-1,-9,1.4,59.41
-1999,12,30,20,30,0,0,0,-1,-9,1.5,63.66
-1999,12,30,21,30,0,0,0,-2,-10,1.6,61.67
-1999,12,30,22,30,0,0,0,-2,-10,1.7000000000000002,59.29
-1999,12,30,23,30,0,0,0,-2,-11,1.8,57.32
-1999,12,31,0,30,0,0,0,-2,-11,2.0,56.03
-1999,12,31,1,30,0,0,0,-2,-11,2.4000000000000004,55.38
-1999,12,31,2,30,0,0,0,-1,-11,3.0,54.48
-1999,12,31,3,30,0,0,0,-1,-11,3.4000000000000004,54.19
-1999,12,31,4,30,0,0,0,-1,-11,3.6,54.76
-1999,12,31,5,30,0,0,0,-1,-11,3.6,56.46
-1999,12,31,6,30,0,0,0,-1,-11,3.7,53.5
-1999,12,31,7,30,0,0,0,0,-10,4.0,50.61
-1999,12,31,8,30,688,31,149,2,-9,4.4,47.28
-1999,12,31,9,30,637,71,265,5,-9,4.5,39.11
-1999,12,31,10,30,963,49,433,8,-9,4.1000000000000005,34.38
-1999,12,31,11,30,985,54,497,9,-9,3.0,32.29
-1999,12,31,12,30,0,20,20,9,-8,1.6,31.45
-1999,12,31,13,30,562,125,354,8,-6,0.5,40.25
-1999,12,31,14,30,530,94,263,7,-4,0.4,53.19
-1999,12,31,15,30,636,38,159,5,-5,1.0,57.1
-1999,12,31,16,30,0,21,21,4,-6,1.3,56.22
-1999,12,31,17,30,0,0,0,1,-2,0.8,81.95
-1999,12,31,18,30,0,0,0,0,-2,0.8,86.60000000000002
-1999,12,31,19,30,0,0,0,0,-3,0.9,83.63
-1999,12,31,20,30,0,0,0,0,-3,1.2000000000000002,86.82000000000002
-1999,12,31,21,30,0,0,0,0,-4,1.6,83.78
-1999,12,31,22,30,0,0,0,0,-4,1.7000000000000002,81.22
-1999,12,31,23,30,0,0,0,0,-5,1.8,79.43
+Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity
+1999,1,1,0,30,0,0,0,0,-5,1.8,79.39
+1999,1,1,1,30,0,0,0,0,-4,1.7000000000000002,80.84
+1999,1,1,2,30,0,0,0,0,-4,1.5,82.98
+1999,1,1,3,30,0,0,0,0,-4,1.3,85.01
+1999,1,1,4,30,0,0,0,0,-4,1.3,85.81
+1999,1,1,5,30,0,0,0,0,-3,1.4,86.55
+1999,1,1,6,30,0,0,0,0,-3,1.8,87.12
+1999,1,1,7,30,0,0,0,0,-3,3.0,80.24
+1999,1,1,8,30,65,65,76,1,-3,4.7,76.86
+1999,1,1,9,30,503,93,246,2,-2,6.300000000000002,80.37
+1999,1,1,10,30,617,109,355,3,-2,7.0,74.87
+1999,1,1,11,30,497,161,385,4,-3,6.800000000000002,70.73
+1999,1,1,12,30,0,128,128,4,-4,6.5,61.8
+1999,1,1,13,30,0,99,99,3,-5,6.0,62.93
+1999,1,1,14,30,0,24,24,2,-5,5.1000000000000005,64.64
+1999,1,1,15,30,0,63,63,0,-6,3.6,67.87
+1999,1,1,16,30,0,8,8,-1,-6,2.6,80.7
+1999,1,1,17,30,0,0,0,-2,-7,2.4000000000000004,81.99
+1999,1,1,18,30,0,0,0,-3,-8,2.0,78.79
+1999,1,1,19,30,0,0,0,-4,-8,1.8,81.85000000000002
+1999,1,1,20,30,0,0,0,-4,-9,1.6,84.68
+1999,1,1,21,30,0,0,0,-5,-9,1.5,80.79
+1999,1,1,22,30,0,0,0,-5,-10,1.5,83.44
+1999,1,1,23,30,0,0,0,-6,-10,1.4,80.23
+1999,1,2,0,30,0,0,0,-6,-11,1.2000000000000002,84.02
+1999,1,2,1,30,0,0,0,-7,-11,1.0,81.46000000000002
+1999,1,2,2,30,0,0,0,-7,-11,0.6000000000000001,79.3
+1999,1,2,3,30,0,0,0,-7,-12,0.6000000000000001,83.08
+1999,1,2,4,30,0,0,0,-7,-12,0.7000000000000001,80.34
+1999,1,2,5,30,0,0,0,-7,-13,0.8,77.60000000000002
+1999,1,2,6,30,0,0,0,-8,-13,1.0,75.19
+1999,1,2,7,30,0,0,0,-7,-13,1.4,67.37
+1999,1,2,8,30,0,56,56,-5,-14,2.6,56.5
+1999,1,2,9,30,842,64,320,-3,-14,3.8,47.72
+1999,1,2,10,30,21,153,162,-2,-14,4.5,43.71
+1999,1,2,11,30,134,210,271,-1,-14,4.800000000000002,43.5
+1999,1,2,12,30,76,205,240,-1,-14,4.9,43.68
+1999,1,2,13,30,0,115,115,-1,-14,4.7,44.69
+1999,1,2,14,30,15,120,125,-2,-13,4.2,45.83
+1999,1,2,15,30,0,24,24,-3,-13,3.5,54.19
+1999,1,2,16,30,0,3,3,-5,-13,3.0,58.51
+1999,1,2,17,30,0,0,0,-6,-13,2.7,62.18
+1999,1,2,18,30,0,0,0,-7,-14,2.5,66.43
+1999,1,2,19,30,0,0,0,-7,-14,2.3000000000000003,70.77
+1999,1,2,20,30,0,0,0,-8,-14,2.1,68.27
+1999,1,2,21,30,0,0,0,-9,-15,1.8,70.96000000000002
+1999,1,2,22,30,0,0,0,-9,-15,1.4,75.16
+1999,1,2,23,30,0,0,0,-10,-16,1.2000000000000002,78.12
+1999,1,3,0,30,0,0,0,-11,-16,1.0,74.0
+1999,1,3,1,30,0,0,0,-12,-17,0.8,77.09
+1999,1,3,2,30,0,0,0,-12,-17,0.5,73.42
+1999,1,3,3,30,0,0,0,-12,-18,0.30000000000000004,76.46000000000002
+1999,1,3,4,30,0,0,0,-13,-18,0.4,74.43
+1999,1,3,5,30,0,0,0,-13,-18,0.7000000000000001,73.0
+1999,1,3,6,30,0,0,0,-13,-19,0.8,69.88
+1999,1,3,7,30,0,0,0,-12,-19,1.2000000000000002,60.84
+1999,1,3,8,30,0,21,21,-9,-20,2.2,46.49
+1999,1,3,9,30,275,122,206,-7,-19,3.7,41.69
+1999,1,3,10,30,27,158,169,-5,-18,4.7,38.02
+1999,1,3,11,30,203,210,302,-4,-18,5.1000000000000005,37.02
+1999,1,3,12,30,124,213,270,-4,-17,5.1000000000000005,38.74
+1999,1,3,13,30,4,137,139,-4,-17,4.800000000000002,40.36
+1999,1,3,14,30,737,60,299,-4,-16,4.1000000000000005,41.69
+1999,1,3,15,30,322,67,131,-5,-16,2.8000000000000003,46.11
+1999,1,3,16,30,0,20,20,-6,-16,1.5,54.47
+1999,1,3,17,30,0,0,0,-7,-16,0.9,60.57
+1999,1,3,18,30,0,0,0,-8,-16,0.9,61.16
+1999,1,3,19,30,0,0,0,-8,-16,1.2000000000000002,60.31
+1999,1,3,20,30,0,0,0,-8,-16,1.5,59.91
+1999,1,3,21,30,0,0,0,-8,-16,1.9,59.95
+1999,1,3,22,30,0,0,0,-8,-16,2.3000000000000003,61.07
+1999,1,3,23,30,0,0,0,-8,-15,2.7,62.39
+1999,1,4,0,30,0,0,0,-8,-15,2.8000000000000003,62.7
+1999,1,4,1,30,0,0,0,-8,-15,2.5,63.11
+1999,1,4,2,30,0,0,0,-8,-15,2.1,68.91
+1999,1,4,3,30,0,0,0,-8,-15,2.0,63.74
+1999,1,4,4,30,0,0,0,-8,-15,2.0,63.75
+1999,1,4,5,30,0,0,0,-8,-15,2.3000000000000003,63.72
+1999,1,4,6,30,0,0,0,-7,-15,2.7,63.91
+1999,1,4,7,30,0,0,0,-6,-15,3.6,55.58
+1999,1,4,8,30,141,65,90,-4,-14,4.6000000000000005,51.57
+1999,1,4,9,30,316,118,214,-2,-13,5.1000000000000005,48.1
+1999,1,4,10,30,267,174,282,0,-12,5.4,44.81
+1999,1,4,11,30,67,201,231,0,-11,5.9,44.52
+1999,1,4,12,30,0,130,130,1,-10,6.5,44.04
+1999,1,4,13,30,513,141,354,1,-10,6.7,46.69
+1999,1,4,14,30,677,71,293,0,-9,6.1000000000000005,49.28
+1999,1,4,15,30,30,75,81,0,-8,5.4,54.83
+1999,1,4,16,30,0,13,13,0,-9,5.1000000000000005,58.07
+1999,1,4,17,30,0,0,0,-1,-9,5.5,60.91
+1999,1,4,18,30,0,0,0,-1,-9,5.800000000000002,60.08
+1999,1,4,19,30,0,0,0,-1,-9,6.0,59.14
+1999,1,4,20,30,0,0,0,-1,-10,6.0,58.47
+1999,1,4,21,30,0,0,0,-1,-10,5.7,58.43
+1999,1,4,22,30,0,0,0,-1,-10,5.4,58.45
+1999,1,4,23,30,0,0,0,-1,-9,5.1000000000000005,63.21
+1999,1,5,0,30,0,0,0,-1,-9,4.9,59.58
+1999,1,5,1,30,0,0,0,-1,-9,4.9,61.28
+1999,1,5,2,30,0,0,0,0,-9,5.1000000000000005,63.05
+1999,1,5,3,30,0,0,0,0,-8,5.1000000000000005,64.15
+1999,1,5,4,30,0,0,0,0,-8,4.9,64.23
+1999,1,5,5,30,0,0,0,-1,-9,4.4,66.05
+1999,1,5,6,30,0,0,0,-2,-9,4.0,64.46000000000001
+1999,1,5,7,30,0,0,0,-1,-9,4.1000000000000005,60.01
+1999,1,5,8,30,458,48,126,0,-8,4.5,56.36
+1999,1,5,9,30,97,130,160,1,-7,5.0,57.12000000000001
+1999,1,5,10,30,209,180,265,3,-6,5.4,61.67
+1999,1,5,11,30,83,206,244,4,-5,5.800000000000002,59.94
+1999,1,5,12,30,149,216,285,4,-5,6.0,56.91
+1999,1,5,13,30,686,99,385,5,-5,5.6000000000000005,58.42
+1999,1,5,14,30,880,56,347,4,-4,4.5,62.0
+1999,1,5,15,30,527,52,158,2,-4,3.3000000000000003,73.54
+1999,1,5,16,30,0,33,33,0,-5,3.0,71.91
+1999,1,5,17,30,0,0,0,0,-6,3.1,71.63
+1999,1,5,18,30,0,0,0,0,-6,3.2,69.92
+1999,1,5,19,30,0,0,0,0,-6,3.1,69.77
+1999,1,5,20,30,0,0,0,0,-6,3.0,70.71000000000002
+1999,1,5,21,30,0,0,0,0,-6,2.9000000000000004,70.81
+1999,1,5,22,30,0,0,0,0,-6,2.8000000000000003,69.99
+1999,1,5,23,30,0,0,0,0,-7,2.7,68.53
+1999,1,6,0,30,0,0,0,0,-7,2.7,66.32000000000001
+1999,1,6,1,30,0,0,0,0,-7,2.8000000000000003,68.94
+1999,1,6,2,30,0,0,0,0,-8,2.8000000000000003,62.56
+1999,1,6,3,30,0,0,0,0,-8,2.8000000000000003,61.84
+1999,1,6,4,30,0,0,0,0,-8,2.7,61.42
+1999,1,6,5,30,0,0,0,0,-8,2.5,64.9
+1999,1,6,6,30,0,0,0,0,-8,2.4000000000000004,64.38
+1999,1,6,7,30,0,0,0,0,-8,2.5,60.2
+1999,1,6,8,30,240,62,103,2,-7,2.9000000000000004,58.03
+1999,1,6,9,30,573,83,259,4,-5,3.4000000000000004,56.79
+1999,1,6,10,30,220,180,269,6,-5,3.7,48.87000000000001
+1999,1,6,11,30,463,171,384,7,-5,3.8,46.05
+1999,1,6,12,30,75,208,243,8,-5,3.4000000000000004,46.84
+1999,1,6,13,30,255,186,293,7,-4,2.5,49.24
+1999,1,6,14,30,219,142,215,6,-2,1.4,60.41
+1999,1,6,15,30,337,70,139,3,-3,0.8,73.11
+1999,1,6,16,30,0,24,24,1,-4,0.7000000000000001,70.64
+1999,1,6,17,30,0,0,0,0,-5,0.7000000000000001,73.2
+1999,1,6,18,30,0,0,0,0,-5,0.9,71.78
+1999,1,6,19,30,0,0,0,0,-5,1.2000000000000002,75.77
+1999,1,6,20,30,0,0,0,0,-5,1.9,74.13
+1999,1,6,21,30,0,0,0,0,-6,2.9000000000000004,77.48
+1999,1,6,22,30,0,0,0,-1,-6,3.7,75.15
+1999,1,6,23,30,0,0,0,-1,-7,4.1000000000000005,72.37
+1999,1,7,0,30,0,0,0,-1,-7,4.0,70.21000000000001
+1999,1,7,1,30,0,0,0,-1,-7,3.4000000000000004,69.33
+1999,1,7,2,30,0,0,0,0,-7,2.5,69.32000000000001
+1999,1,7,3,30,0,0,0,0,-7,1.8,70.38
+1999,1,7,4,30,0,0,0,0,-7,1.5,71.23
+1999,1,7,5,30,0,0,0,0,-7,1.4,71.87
+1999,1,7,6,30,0,0,0,0,-7,1.4,72.14
+1999,1,7,7,30,0,0,0,0,-7,1.6,62.81
+1999,1,7,8,30,46,65,73,2,-5,2.1,61.12000000000001
+1999,1,7,9,30,723,58,280,5,-4,2.4000000000000004,57.68
+1999,1,7,10,30,923,56,431,6,-3,2.3000000000000003,57.71
+1999,1,7,11,30,938,77,508,7,-3,2.1,56.0
+1999,1,7,12,30,711,110,441,8,-2,2.0,56.48
+1999,1,7,13,30,678,106,393,7,-3,1.7000000000000002,54.2
+1999,1,7,14,30,664,76,298,6,-3,1.2000000000000002,57.82
+1999,1,7,15,30,537,57,168,3,-3,1.0,73.37
+1999,1,7,16,30,0,31,31,0,-4,1.1,75.28
+1999,1,7,17,30,0,0,0,0,-5,1.1,77.86
+1999,1,7,18,30,0,0,0,0,-5,1.1,82.28
+1999,1,7,19,30,0,0,0,-1,-6,1.2000000000000002,79.44
+1999,1,7,20,30,0,0,0,-2,-6,1.4,81.08
+1999,1,7,21,30,0,0,0,-2,-7,1.4,76.95
+1999,1,7,22,30,0,0,0,-2,-7,1.2000000000000002,74.36
+1999,1,7,23,30,0,0,0,-2,-8,1.0,72.85000000000002
+1999,1,8,0,30,0,0,0,-2,-8,0.8,71.95
+1999,1,8,1,30,0,0,0,-2,-8,0.6000000000000001,70.96000000000002
+1999,1,8,2,30,0,0,0,-2,-8,0.4,70.61
+1999,1,8,3,30,0,0,0,-2,-8,0.4,75.56
+1999,1,8,4,30,0,0,0,-3,-8,0.4,74.51
+1999,1,8,5,30,0,0,0,-3,-9,0.6000000000000001,73.39
+1999,1,8,6,30,0,0,0,-3,-9,0.9,77.38
+1999,1,8,7,30,0,0,0,-3,-9,1.7000000000000002,75.89
+1999,1,8,8,30,23,64,68,-2,-9,2.6,73.07000000000002
+1999,1,8,9,30,0,48,48,-1,-8,2.9000000000000004,70.87
+1999,1,8,10,30,0,93,93,-1,-8,2.7,65.85
+1999,1,8,11,30,0,43,43,0,-8,2.2,59.24
+1999,1,8,12,30,0,53,53,0,-9,1.8,53.16
+1999,1,8,13,30,100,192,235,0,-9,1.7000000000000002,51.58
+1999,1,8,14,30,829,76,356,0,-9,1.9,50.78
+1999,1,8,15,30,696,55,201,-1,-10,1.5,58.32
+1999,1,8,16,30,328,21,38,-2,-9,0.9,68.89
+1999,1,8,17,30,0,0,0,-3,-10,0.5,71.48
+1999,1,8,18,30,0,0,0,-4,-10,0.6000000000000001,69.34
+1999,1,8,19,30,0,0,0,-5,-11,1.0,72.25
+1999,1,8,20,30,0,0,0,-5,-11,1.4,68.7
+1999,1,8,21,30,0,0,0,-5,-12,1.8,69.47
+1999,1,8,22,30,0,0,0,-6,-13,2.1,64.63
+1999,1,8,23,30,0,0,0,-6,-14,2.4000000000000004,60.73
+1999,1,9,0,30,0,0,0,-6,-14,2.7,58.74
+1999,1,9,1,30,0,0,0,-5,-14,2.9000000000000004,54.11
+1999,1,9,2,30,0,0,0,-5,-14,2.7,56.06
+1999,1,9,3,30,0,0,0,-5,-13,2.1,57.83
+1999,1,9,4,30,0,0,0,-5,-13,1.9,59.14
+1999,1,9,5,30,0,0,0,-5,-13,1.9,59.53
+1999,1,9,6,30,0,0,0,-5,-13,1.9,60.57
+1999,1,9,7,30,0,0,0,-3,-13,2.4000000000000004,57.61
+1999,1,9,8,30,523,43,134,-1,-11,3.6,52.48
+1999,1,9,9,30,865,58,326,1,-10,4.800000000000002,48.18
+1999,1,9,10,30,938,67,450,2,-9,5.1000000000000005,47.3
+1999,1,9,11,30,949,79,518,3,-9,4.7,46.58
+1999,1,9,12,30,952,79,525,4,-8,4.1000000000000005,45.38
+1999,1,9,13,30,714,95,401,4,-8,3.6,47.38
+1999,1,9,14,30,852,68,358,3,-6,2.8000000000000003,55.17
+1999,1,9,15,30,181,83,122,2,-6,1.9,63.61
+1999,1,9,16,30,64,20,24,0,-6,1.7000000000000002,64.11
+1999,1,9,17,30,0,0,0,0,-7,1.6,62.91
+1999,1,9,18,30,0,0,0,0,-7,1.4,62.22
+1999,1,9,19,30,0,0,0,0,-7,1.2000000000000002,65.84
+1999,1,9,20,30,0,0,0,0,-7,1.0,64.48
+1999,1,9,21,30,0,0,0,0,-7,1.0,68.43
+1999,1,9,22,30,0,0,0,-1,-8,1.1,67.42
+1999,1,9,23,30,0,0,0,-1,-8,1.2000000000000002,66.39
+1999,1,10,0,30,0,0,0,-1,-8,1.2000000000000002,70.9
+1999,1,10,1,30,0,0,0,-1,-8,1.2000000000000002,70.39
+1999,1,10,2,30,0,0,0,-1,-8,1.2000000000000002,69.63
+1999,1,10,3,30,0,0,0,-2,-8,1.2000000000000002,68.83
+1999,1,10,4,30,0,0,0,-2,-9,1.3,67.91
+1999,1,10,5,30,0,0,0,-2,-9,1.4,71.57000000000002
+1999,1,10,6,30,0,0,0,-3,-9,1.4,69.17
+1999,1,10,7,30,0,0,0,-2,-10,1.8,62.98
+1999,1,10,8,30,290,60,111,0,-8,2.9000000000000004,55.02
+1999,1,10,9,30,862,59,327,2,-9,4.1000000000000005,50.41
+1999,1,10,10,30,939,69,454,4,-8,4.5,48.88
+1999,1,10,11,30,967,76,525,5,-7,4.5,47.86
+1999,1,10,12,30,970,77,534,6,-7,4.2,46.22
+1999,1,10,13,30,949,72,480,5,-6,3.6,47.85
+1999,1,10,14,30,736,65,317,4,-5,2.7,56.9
+1999,1,10,15,30,162,85,121,3,-5,1.8,63.76
+1999,1,10,16,30,257,21,36,1,-6,1.7000000000000002,62.43
+1999,1,10,17,30,0,0,0,0,-6,2.3000000000000003,64.01
+1999,1,10,18,30,0,0,0,0,-7,3.0,66.87
+1999,1,10,19,30,0,0,0,0,-7,3.6,65.27
+1999,1,10,20,30,0,0,0,0,-7,3.9,64.8
+1999,1,10,21,30,0,0,0,0,-7,4.1000000000000005,64.84
+1999,1,10,22,30,0,0,0,0,-7,4.3,59.81
+1999,1,10,23,30,0,0,0,0,-7,4.4,59.76
+1999,1,11,0,30,0,0,0,0,-7,4.3,60.44
+1999,1,11,1,30,0,0,0,1,-7,4.0,62.41
+1999,1,11,2,30,0,0,0,1,-6,3.9,64.25
+1999,1,11,3,30,0,0,0,1,-6,4.1000000000000005,65.51
+1999,1,11,4,30,0,0,0,1,-6,4.2,61.53
+1999,1,11,5,30,0,0,0,1,-6,4.1000000000000005,61.8
+1999,1,11,6,30,0,0,0,1,-6,4.1000000000000005,61.53
+1999,1,11,7,30,0,0,0,2,-6,4.5,61.47
+1999,1,11,8,30,361,56,120,4,-5,5.1000000000000005,56.75
+1999,1,11,9,30,898,53,333,6,-4,5.4,54.44
+1999,1,11,10,30,961,63,459,8,-4,5.4,47.96
+1999,1,11,11,30,763,97,454,9,-4,4.800000000000002,44.16
+1999,1,11,12,30,838,80,478,10,-4,3.6,42.24
+1999,1,11,13,30,577,131,381,9,-2,2.1,52.7
+1999,1,11,14,30,554,101,293,8,-2,0.7000000000000001,55.48
+1999,1,11,15,30,579,52,179,6,-2,0.2,64.77
+1999,1,11,16,30,273,21,38,4,-4,0.4,63.93
+1999,1,11,17,30,0,0,0,4,-4,0.6000000000000001,66.39
+1999,1,11,18,30,0,0,0,4,-4,0.7000000000000001,65.71000000000001
+1999,1,11,19,30,0,0,0,3,-4,0.8,64.91
+1999,1,11,20,30,0,0,0,3,-5,0.9,64.04
+1999,1,11,21,30,0,0,0,3,-5,0.9,68.08
+1999,1,11,22,30,0,0,0,3,-5,0.9,67.27
+1999,1,11,23,30,0,0,0,3,-5,0.9,66.43
+1999,1,12,0,30,0,0,0,3,-5,1.2000000000000002,65.36
+1999,1,12,1,30,0,0,0,2,-6,1.6,63.89
+1999,1,12,2,30,0,0,0,2,-6,2.0,62.15
+1999,1,12,3,30,0,0,0,1,-6,2.2,60.42
+1999,1,12,4,30,0,0,0,1,-6,1.9,59.51
+1999,1,12,5,30,0,0,0,0,-7,1.5,63.38
+1999,1,12,6,30,0,0,0,0,-6,1.2000000000000002,63.89
+1999,1,12,7,30,0,0,0,0,-6,1.2000000000000002,60.21
+1999,1,12,8,30,532,44,138,2,-5,1.4,65.03
+1999,1,12,9,30,0,38,38,3,-4,2.1,65.79
+1999,1,12,10,30,0,109,109,4,-4,3.0,62.55
+1999,1,12,11,30,8,158,162,4,-4,3.7,63.5
+1999,1,12,12,30,155,226,300,5,-4,4.3,63.22
+1999,1,12,13,30,657,112,399,4,-4,4.2,62.02
+1999,1,12,14,30,819,75,361,3,-4,3.3000000000000003,66.29
+1999,1,12,15,30,697,54,209,1,-4,1.9,72.34
+1999,1,12,16,30,377,22,47,0,-5,1.1,76.52
+1999,1,12,17,30,0,0,0,-1,-6,0.9,77.76
+1999,1,12,18,30,0,0,0,-1,-6,0.6000000000000001,76.33
+1999,1,12,19,30,0,0,0,-2,-6,0.8,80.56
+1999,1,12,20,30,0,0,0,-3,-7,1.1,84.68
+1999,1,12,21,30,0,0,0,-3,-7,1.4,82.38
+1999,1,12,22,30,0,0,0,-3,-7,1.9,80.19
+1999,1,12,23,30,0,0,0,-2,-8,2.5,77.26
+1999,1,13,0,30,0,0,0,-2,-8,2.9000000000000004,74.39
+1999,1,13,1,30,0,0,0,-2,-9,3.0,71.69
+1999,1,13,2,30,0,0,0,-2,-9,2.8000000000000003,70.17
+1999,1,13,3,30,0,0,0,-2,-9,2.3000000000000003,69.19
+1999,1,13,4,30,0,0,0,-2,-9,1.9,68.4
+1999,1,13,5,30,0,0,0,-1,-9,1.6,63.66
+1999,1,13,6,30,0,0,0,0,-9,1.1,60.11
+1999,1,13,7,30,0,0,0,0,-9,0.7000000000000001,58.15
+1999,1,13,8,30,0,12,12,0,-7,0.7000000000000001,56.92
+1999,1,13,9,30,446,106,247,1,-6,1.3,59.74
+1999,1,13,10,30,83,185,219,2,-6,2.0,61.94000000000001
+1999,1,13,11,30,151,222,293,2,-5,2.4000000000000004,65.7
+1999,1,13,12,30,128,226,288,2,-5,2.5,67.29
+1999,1,13,13,30,172,203,278,1,-5,2.2,68.19
+1999,1,13,14,30,408,128,272,1,-4,1.4,69.2
+1999,1,13,15,30,662,62,212,0,-4,0.7000000000000001,75.98
+1999,1,13,16,30,335,26,49,0,-5,0.5,78.29
+1999,1,13,17,30,0,0,0,-1,-5,0.6000000000000001,81.35000000000002
+1999,1,13,18,30,0,0,0,-2,-6,0.9,85.15
+1999,1,13,19,30,0,0,0,-2,-6,1.2000000000000002,80.74
+1999,1,13,20,30,0,0,0,-3,-7,1.3,80.99
+1999,1,13,21,30,0,0,0,-4,-8,1.5,79.71000000000002
+1999,1,13,22,30,0,0,0,-4,-10,2.0,76.91
+1999,1,13,23,30,0,0,0,-5,-11,2.7,68.92
+1999,1,14,0,30,0,0,0,-5,-12,3.7,65.04
+1999,1,14,1,30,0,0,0,-5,-12,4.3,62.85
+1999,1,14,2,30,0,0,0,-5,-13,4.4,60.15
+1999,1,14,3,30,0,0,0,-4,-14,4.2,56.99
+1999,1,14,4,30,0,0,0,-4,-14,4.1000000000000005,51.28
+1999,1,14,5,30,0,0,0,-3,-14,4.4,51.31
+1999,1,14,6,30,0,0,0,-2,-14,5.300000000000002,47.95
+1999,1,14,7,30,0,0,0,-1,-14,6.300000000000002,42.06
+1999,1,14,8,30,142,69,95,0,-13,6.5,38.72
+1999,1,14,9,30,734,58,291,2,-12,6.300000000000002,39.45
+1999,1,14,10,30,0,76,76,3,-11,5.800000000000002,40.02
+1999,1,14,11,30,0,75,75,4,-9,5.300000000000002,40.72
+1999,1,14,12,30,0,73,73,5,-8,5.2,44.59
+1999,1,14,13,30,9,153,157,5,-7,4.7,47.68
+1999,1,14,14,30,703,74,324,5,-7,4.3,50.4
+1999,1,14,15,30,758,50,224,4,-7,4.3,54.52
+1999,1,14,16,30,296,25,46,2,-8,4.4,53.83
+1999,1,14,17,30,0,0,0,1,-9,4.6000000000000005,50.55
+1999,1,14,18,30,0,0,0,1,-9,4.5,48.51
+1999,1,14,19,30,0,0,0,1,-9,4.1000000000000005,48.18
+1999,1,14,20,30,0,0,0,1,-9,4.0,47.86
+1999,1,14,21,30,0,0,0,1,-10,4.3,45.58
+1999,1,14,22,30,0,0,0,1,-10,4.5,43.81
+1999,1,14,23,30,0,0,0,2,-11,4.6000000000000005,42.97
+1999,1,15,0,30,0,0,0,2,-11,4.9,41.98
+1999,1,15,1,30,0,0,0,2,-11,5.1000000000000005,40.87
+1999,1,15,2,30,0,0,0,1,-11,5.0,40.24
+1999,1,15,3,30,0,0,0,1,-11,5.0,40.07
+1999,1,15,4,30,0,0,0,2,-11,4.800000000000002,40.48
+1999,1,15,5,30,0,0,0,2,-11,4.2,41.63
+1999,1,15,6,30,0,0,0,2,-11,3.3000000000000003,42.78
+1999,1,15,7,30,0,0,0,2,-10,2.8000000000000003,44.07
+1999,1,15,8,30,550,43,143,4,-10,2.8000000000000003,43.66
+1999,1,15,9,30,639,76,280,6,-8,2.9000000000000004,41.83
+1999,1,15,10,30,510,144,358,7,-8,3.0,39.88
+1999,1,15,11,30,714,114,454,8,-8,3.2,37.53
+1999,1,15,12,30,692,123,459,7,-6,3.8,43.48
+1999,1,15,13,30,573,137,392,6,-5,3.9,49.29
+1999,1,15,14,30,601,97,312,5,-5,3.4000000000000004,59.13
+1999,1,15,15,30,747,50,223,3,-4,2.5,65.23
+1999,1,15,16,30,143,27,37,1,-5,2.2,69.05
+1999,1,15,17,30,0,0,0,1,-5,2.4000000000000004,68.42
+1999,1,15,18,30,0,0,0,0,-5,2.5,73.60000000000002
+1999,1,15,19,30,0,0,0,0,-5,2.4000000000000004,72.5
+1999,1,15,20,30,0,0,0,0,-5,2.0,71.32000000000002
+1999,1,15,21,30,0,0,0,0,-5,1.7000000000000002,70.13
+1999,1,15,22,30,0,0,0,0,-5,1.5,69.03
+1999,1,15,23,30,0,0,0,0,-6,1.5,67.63
+1999,1,16,0,30,0,0,0,0,-6,1.5,66.01
+1999,1,16,1,30,0,0,0,0,-7,1.7000000000000002,68.57000000000001
+1999,1,16,2,30,0,0,0,0,-7,2.0,70.86
+1999,1,16,3,30,0,0,0,-1,-8,2.4000000000000004,68.07000000000001
+1999,1,16,4,30,0,0,0,-2,-8,2.8000000000000003,70.2
+1999,1,16,5,30,0,0,0,-2,-9,3.2,66.71000000000001
+1999,1,16,6,30,0,0,0,-1,-9,3.6,58.51
+1999,1,16,7,30,0,0,0,0,-10,4.2,52.75
+1999,1,16,8,30,726,42,174,2,-9,4.800000000000002,48.89
+1999,1,16,9,30,879,60,342,4,-7,5.1000000000000005,48.34
+1999,1,16,10,30,809,72,414,6,-7,5.0,44.29
+1999,1,16,11,30,0,84,84,7,-7,4.2,40.06
+1999,1,16,12,30,608,146,443,7,-6,3.1,46.02
+1999,1,16,13,30,758,92,432,6,-5,2.2,51.73
+1999,1,16,14,30,674,90,334,5,-4,1.7000000000000002,56.05
+1999,1,16,15,30,124,96,125,4,-4,1.4,61.08
+1999,1,16,16,30,32,27,30,2,-5,1.7000000000000002,68.41
+1999,1,16,17,30,0,0,0,1,-5,2.2,68.04
+1999,1,16,18,30,0,0,0,1,-5,2.9000000000000004,67.93
+1999,1,16,19,30,0,0,0,0,-5,3.7,71.92
+1999,1,16,20,30,0,0,0,0,-5,4.2,69.15
+1999,1,16,21,30,0,0,0,0,-6,4.5,66.17
+1999,1,16,22,30,0,0,0,0,-7,4.4,68.18
+1999,1,16,23,30,0,0,0,0,-7,4.0,66.8
+1999,1,17,0,30,0,0,0,0,-7,3.2,66.77
+1999,1,17,1,30,0,0,0,0,-7,2.8000000000000003,67.35
+1999,1,17,2,30,0,0,0,0,-7,2.5,68.56
+1999,1,17,3,30,0,0,0,0,-6,1.9,69.49
+1999,1,17,4,30,0,0,0,0,-6,1.6,70.71000000000002
+1999,1,17,5,30,0,0,0,0,-6,2.1,74.81
+1999,1,17,6,30,0,0,0,-1,-7,2.3000000000000003,76.63
+1999,1,17,7,30,0,0,0,-1,-8,2.7,64.73
+1999,1,17,8,30,198,69,106,0,-10,4.1000000000000005,52.84
+1999,1,17,9,30,432,111,251,0,-12,5.9,41.87
+1999,1,17,10,30,387,169,334,0,-13,7.1000000000000005,36.69
+1999,1,17,11,30,698,120,456,1,-14,7.7,35.33
+1999,1,17,12,30,549,164,433,1,-14,7.800000000000002,36.14
+1999,1,17,13,30,983,69,512,0,-13,7.7,37.51
+1999,1,17,14,30,937,60,402,0,-13,7.2,38.13
+1999,1,17,15,30,825,47,244,0,-13,6.1000000000000005,44.29
+1999,1,17,16,30,535,24,67,-2,-13,4.6000000000000005,48.27
+1999,1,17,17,30,0,0,0,-3,-13,3.5,52.48
+1999,1,17,18,30,0,0,0,-3,-13,2.7,57.37000000000001
+1999,1,17,19,30,0,0,0,-4,-12,1.9,57.83
+1999,1,17,20,30,0,0,0,-3,-12,1.3,54.06
+1999,1,17,21,30,0,0,0,-3,-12,1.1,55.19
+1999,1,17,22,30,0,0,0,-3,-11,1.4,59.02
+1999,1,17,23,30,0,0,0,-2,-10,2.0,63.85
+1999,1,18,0,30,0,0,0,-1,-10,2.5,62.46
+1999,1,18,1,30,0,0,0,-1,-9,3.0,62.48
+1999,1,18,2,30,0,0,0,0,-8,3.5,62.79
+1999,1,18,3,30,0,0,0,0,-7,4.1000000000000005,67.18
+1999,1,18,4,30,0,0,0,0,-6,4.7,65.28
+1999,1,18,5,30,0,0,0,0,-6,4.9,67.4
+1999,1,18,6,30,0,0,0,1,-6,4.9,63.78
+1999,1,18,7,30,0,15,15,2,-5,5.0,65.16
+1999,1,18,8,30,721,41,175,4,-4,5.300000000000002,61.5
+1999,1,18,9,30,868,47,329,7,-3,5.7,55.26
+1999,1,18,10,30,561,133,373,9,-2,6.0,49.74
+1999,1,18,11,30,849,80,492,10,-2,6.2,47.21
+1999,1,18,12,30,856,81,504,11,-2,6.2,47.38
+1999,1,18,13,30,786,87,444,10,-2,5.800000000000002,50.92
+1999,1,18,14,30,149,164,219,8,-2,5.1000000000000005,56.35
+1999,1,18,15,30,279,91,159,6,-1,4.6000000000000005,71.3
+1999,1,18,16,30,239,30,50,4,-2,4.6000000000000005,78.7
+1999,1,18,17,30,0,0,0,3,-2,4.5,81.07000000000002
+1999,1,18,18,30,0,0,0,2,-3,4.2,79.05
+1999,1,18,19,30,0,0,0,1,-3,3.9,77.37
+1999,1,18,20,30,0,0,0,1,-3,3.8,75.87
+1999,1,18,21,30,0,0,0,1,-3,3.4000000000000004,74.54
+1999,1,18,22,30,0,0,0,1,-4,2.9000000000000004,74.03
+1999,1,18,23,30,0,0,0,1,-4,2.4000000000000004,74.32000000000002
+1999,1,19,0,30,0,0,0,1,-3,1.7000000000000002,74.84
+1999,1,19,1,30,0,0,0,1,-3,1.2000000000000002,75.18
+1999,1,19,2,30,0,0,0,1,-3,1.1,76.32000000000002
+1999,1,19,3,30,0,0,0,1,-3,1.0,77.7
+1999,1,19,4,30,0,0,0,1,-3,0.9,77.92
+1999,1,19,5,30,0,0,0,0,-3,0.6000000000000001,76.78
+1999,1,19,6,30,0,0,0,0,-4,0.30000000000000004,79.58
+1999,1,19,7,30,188,11,15,1,-4,0.6000000000000001,78.79
+1999,1,19,8,30,691,40,170,3,-2,1.0,74.79
+1999,1,19,9,30,856,53,334,6,-2,1.3,67.1
+1999,1,19,10,30,934,59,461,7,-2,2.0,58.08
+1999,1,19,11,30,966,62,534,8,-3,2.8000000000000003,51.51
+1999,1,19,12,30,960,67,544,9,-3,2.9000000000000004,49.42
+1999,1,19,13,30,929,66,492,9,-3,2.4000000000000004,49.01
+1999,1,19,14,30,520,123,317,8,-2,1.5,56.86
+1999,1,19,15,30,342,92,176,5,-2,0.8,67.69
+1999,1,19,16,30,256,32,54,3,-3,1.0,72.67
+1999,1,19,17,30,0,0,0,2,-3,1.2000000000000002,75.64
+1999,1,19,18,30,0,0,0,1,-3,1.5,75.77
+1999,1,19,19,30,0,0,0,1,-3,1.9,76.02
+1999,1,19,20,30,0,0,0,1,-3,2.1,76.22
+1999,1,19,21,30,0,0,0,1,-3,2.2,75.95
+1999,1,19,22,30,0,0,0,1,-3,2.3000000000000003,80.92
+1999,1,19,23,30,0,0,0,0,-4,2.3000000000000003,79.47
+1999,1,20,0,30,0,0,0,0,-4,2.1,78.24
+1999,1,20,1,30,0,0,0,0,-4,1.9,83.67
+1999,1,20,2,30,0,0,0,0,-4,1.9,82.87
+1999,1,20,3,30,0,0,0,0,-4,1.8,81.52
+1999,1,20,4,30,0,0,0,0,-5,1.7000000000000002,79.63
+1999,1,20,5,30,0,0,0,0,-5,1.7000000000000002,77.46000000000002
+1999,1,20,6,30,0,0,0,0,-5,1.7000000000000002,74.81
+1999,1,20,7,30,0,17,17,1,-6,2.2,68.5
+1999,1,20,8,30,301,66,123,3,-4,2.7,65.26
+1999,1,20,9,30,886,50,343,6,-4,2.4000000000000004,56.64
+1999,1,20,10,30,945,57,466,7,-5,1.9,46.04
+1999,1,20,11,30,967,61,535,8,-5,1.8,42.22
+1999,1,20,12,30,264,232,365,9,-5,2.2,40.78
+1999,1,20,13,30,34,188,204,8,-5,2.2,45.13
+1999,1,20,14,30,0,109,109,7,-3,1.5,59.93
+1999,1,20,15,30,5,89,91,5,-2,1.3,73.96000000000002
+1999,1,20,16,30,0,21,21,3,-3,1.3,73.19
+1999,1,20,17,30,0,0,0,2,-3,1.4,75.64
+1999,1,20,18,30,0,0,0,1,-4,1.6,73.15
+1999,1,20,19,30,0,0,0,0,-5,1.9,74.17
+1999,1,20,20,30,0,0,0,0,-5,2.2,75.56
+1999,1,20,21,30,0,0,0,0,-6,2.5,79.3
+1999,1,20,22,30,0,0,0,-1,-6,2.5,79.3
+1999,1,20,23,30,0,0,0,-1,-6,2.3000000000000003,79.06
+1999,1,21,0,30,0,0,0,-1,-6,1.8,83.12
+1999,1,21,1,30,0,0,0,-1,-6,1.5,74.29
+1999,1,21,2,30,0,0,0,0,-7,1.4,68.27
+1999,1,21,3,30,0,0,0,0,-7,1.5,68.54
+1999,1,21,4,30,0,0,0,0,-7,1.4,68.59
+1999,1,21,5,30,0,0,0,0,-7,1.2000000000000002,68.34
+1999,1,21,6,30,0,0,0,0,-6,1.0,69.8
+1999,1,21,7,30,0,9,9,0,-6,1.0,66.28
+1999,1,21,8,30,82,75,91,0,-5,1.3,68.21000000000001
+1999,1,21,9,30,0,6,6,1,-4,1.7000000000000002,71.95
+1999,1,21,10,30,195,201,286,2,-3,1.9,77.15
+1999,1,21,11,30,151,236,311,2,-3,2.2,78.73
+1999,1,21,12,30,67,228,263,1,-3,3.1,78.06
+1999,1,21,13,30,14,167,173,1,-3,4.2,76.78
+1999,1,21,14,30,7,133,136,0,-3,4.7,80.57000000000002
+1999,1,21,15,30,0,58,58,0,-4,4.6000000000000005,79.87
+1999,1,21,16,30,0,6,6,0,-4,4.6000000000000005,85.2
+1999,1,21,17,30,0,0,0,-1,-4,4.9,89.05
+1999,1,21,18,30,0,0,0,-1,-5,5.300000000000002,92.66
+1999,1,21,19,30,0,0,0,-2,-5,5.800000000000002,90.04
+1999,1,21,20,30,0,0,0,-2,-5,6.4,94.16
+1999,1,21,21,30,0,0,0,-3,-6,6.6000000000000005,90.74
+1999,1,21,22,30,0,0,0,-3,-6,6.2,87.33
+1999,1,21,23,30,0,0,0,-3,-7,5.800000000000002,90.72
+1999,1,22,0,30,0,0,0,-4,-7,5.2,86.51
+1999,1,22,1,30,0,0,0,-4,-8,4.5,87.37
+1999,1,22,2,30,0,0,0,-5,-9,3.8,80.52
+1999,1,22,3,30,0,0,0,-6,-11,3.3000000000000003,77.77
+1999,1,22,4,30,0,0,0,-6,-12,3.0,76.51
+1999,1,22,5,30,0,0,0,-7,-13,2.8000000000000003,69.59
+1999,1,22,6,30,0,0,0,-7,-14,2.8000000000000003,68.94
+1999,1,22,7,30,0,18,18,-5,-15,3.2,56.68
+1999,1,22,8,30,657,48,176,-2,-13,3.6,50.99
+1999,1,22,9,30,823,65,341,0,-11,4.2,50.24
+1999,1,22,10,30,915,70,471,0,-11,4.5,45.96
+1999,1,22,11,30,293,226,371,1,-10,4.5,44.6
+1999,1,22,12,30,977,66,562,1,-10,4.3,45.93
+1999,1,22,13,30,959,64,514,1,-10,4.0,46.61
+1999,1,22,14,30,908,59,407,0,-10,3.5,46.66
+1999,1,22,15,30,800,49,254,-1,-9,2.5,55.27
+1999,1,22,16,30,529,28,80,-3,-10,1.6,64.02
+1999,1,22,17,30,0,0,0,-4,-12,1.3,62.1
+1999,1,22,18,30,0,0,0,-5,-12,1.3,64.43
+1999,1,22,19,30,0,0,0,-5,-13,1.3,61.66
+1999,1,22,20,30,0,0,0,-5,-13,1.5,64.14
+1999,1,22,21,30,0,0,0,-6,-13,1.8,62.1
+1999,1,22,22,30,0,0,0,-6,-14,2.2,60.75
+1999,1,22,23,30,0,0,0,-6,-14,2.5,64.7
+1999,1,23,0,30,0,0,0,-6,-14,2.7,59.77
+1999,1,23,1,30,0,0,0,-5,-14,3.0,60.91
+1999,1,23,2,30,0,0,0,-5,-13,3.1,58.02
+1999,1,23,3,30,0,0,0,-4,-13,3.1,60.96
+1999,1,23,4,30,0,0,0,-4,-12,3.1,60.26
+1999,1,23,5,30,0,0,0,-3,-11,3.2,64.18
+1999,1,23,6,30,0,0,0,-2,-11,3.4000000000000004,62.44000000000001
+1999,1,23,7,30,0,8,8,-1,-10,4.0,56.28
+1999,1,23,8,30,23,73,78,1,-9,4.6000000000000005,54.32
+1999,1,23,9,30,4,117,118,3,-7,5.2,53.01
+1999,1,23,10,30,420,172,358,6,-6,6.0,50.85
+1999,1,23,11,30,399,209,408,7,-5,6.6000000000000005,49.53
+1999,1,23,12,30,447,204,433,7,-5,6.9,46.4
+1999,1,23,13,30,594,143,424,7,-5,6.9,46.43
+1999,1,23,14,30,676,90,352,6,-5,6.2,50.68
+1999,1,23,15,30,621,60,222,4,-4,5.0,65.29
+1999,1,23,16,30,553,26,83,1,-5,4.1000000000000005,68.47
+1999,1,23,17,30,0,0,0,0,-6,4.1000000000000005,68.77
+1999,1,23,18,30,0,0,0,0,-6,4.3,67.01
+1999,1,23,19,30,0,0,0,0,-6,4.5,65.63
+1999,1,23,20,30,0,0,0,0,-6,4.7,65.85
+1999,1,23,21,30,0,0,0,0,-6,4.6000000000000005,67.66
+1999,1,23,22,30,0,0,0,0,-5,4.4,69.61
+1999,1,23,23,30,0,0,0,1,-5,4.0,71.45
+1999,1,24,0,30,0,0,0,1,-5,3.6,72.97
+1999,1,24,1,30,0,0,0,1,-5,3.4000000000000004,74.04
+1999,1,24,2,30,0,0,0,0,-4,3.3000000000000003,74.57000000000002
+1999,1,24,3,30,0,0,0,0,-4,3.5,74.73
+1999,1,24,4,30,0,0,0,0,-4,3.7,75.94
+1999,1,24,5,30,0,0,0,0,-4,3.5,74.48
+1999,1,24,6,30,0,0,0,0,-5,3.0,72.98
+1999,1,24,7,30,0,1,1,0,-5,2.8000000000000003,68.46000000000001
+1999,1,24,8,30,0,12,12,1,-4,2.9000000000000004,73.19
+1999,1,24,9,30,0,36,36,2,-4,3.2,73.61
+1999,1,24,10,30,0,41,41,4,-4,3.6,68.87
+1999,1,24,11,30,0,41,41,5,-4,4.3,63.83
+1999,1,24,12,30,0,92,92,6,-4,5.1000000000000005,59.38
+1999,1,24,13,30,0,72,72,6,-4,5.300000000000002,55.33
+1999,1,24,14,30,0,63,63,5,-4,4.7,59.28
+1999,1,24,15,30,0,35,35,3,-3,3.8,71.11
+1999,1,24,16,30,0,23,23,1,-4,3.4000000000000004,77.59
+1999,1,24,17,30,0,0,0,0,-5,3.1,75.96000000000002
+1999,1,24,18,30,0,0,0,-1,-6,2.9000000000000004,78.43
+1999,1,24,19,30,0,0,0,-2,-6,2.9000000000000004,81.33
+1999,1,24,20,30,0,0,0,-2,-7,2.8000000000000003,79.21000000000002
+1999,1,24,21,30,0,0,0,-1,-7,2.7,78.02
+1999,1,24,22,30,0,0,0,-1,-7,2.5,77.53
+1999,1,24,23,30,0,0,0,-1,-7,2.4000000000000004,77.03
+1999,1,25,0,30,0,0,0,-1,-7,2.4000000000000004,76.35000000000002
+1999,1,25,1,30,0,0,0,-1,-7,2.5,76.10000000000002
+1999,1,25,2,30,0,0,0,-1,-7,2.7,71.46000000000002
+1999,1,25,3,30,0,0,0,-1,-7,2.8000000000000003,73.49
+1999,1,25,4,30,0,0,0,-1,-6,2.7,75.53
+1999,1,25,5,30,0,0,0,0,-6,2.4000000000000004,76.79
+1999,1,25,6,30,0,0,0,0,-6,2.2,71.88
+1999,1,25,7,30,0,22,22,0,-6,2.1,67.53
+1999,1,25,8,30,677,46,182,2,-5,2.0,67.5
+1999,1,25,9,30,584,94,295,4,-4,1.6,68.86
+1999,1,25,10,30,301,195,330,5,-2,1.2000000000000002,66.87
+1999,1,25,11,30,178,243,333,6,-1,1.0,67.18
+1999,1,25,12,30,197,249,351,7,-1,0.8,68.53
+1999,1,25,13,30,153,228,302,6,-1,0.5,69.65
+1999,1,25,14,30,93,175,211,5,0,0.4,78.55
+1999,1,25,15,30,0,73,73,3,0,0.5,88.57000000000002
+1999,1,25,16,30,0,10,10,2,-1,1.0,87.14
+1999,1,25,17,30,0,0,0,1,-2,1.6,82.87
+1999,1,25,18,30,0,0,0,1,-2,2.0,81.45
+1999,1,25,19,30,0,0,0,2,-2,2.3000000000000003,81.12
+1999,1,25,20,30,0,0,0,2,-2,2.5,80.83
+1999,1,25,21,30,0,0,0,2,-3,2.8000000000000003,79.54
+1999,1,25,22,30,0,0,0,2,-3,3.0,77.97
+1999,1,25,23,30,0,0,0,2,-3,3.4000000000000004,76.47
+1999,1,26,0,30,0,0,0,2,-3,3.6,74.59
+1999,1,26,1,30,0,0,0,2,-4,3.6,72.5
+1999,1,26,2,30,0,0,0,2,-4,3.5,70.41
+1999,1,26,3,30,0,0,0,2,-5,3.3000000000000003,68.84
+1999,1,26,4,30,0,0,0,1,-5,3.1,67.96000000000001
+1999,1,26,5,30,0,0,0,0,-5,3.1,65.25
+1999,1,26,6,30,0,0,0,0,-6,3.4000000000000004,65.78
+1999,1,26,7,30,0,23,23,1,-6,4.6000000000000005,60.54
+1999,1,26,8,30,633,51,180,4,-4,5.9,59.97
+1999,1,26,9,30,791,70,344,5,-4,7.5,59.32
+1999,1,26,10,30,908,72,481,5,-4,9.6,56.57
+1999,1,26,11,30,162,246,330,4,-8,10.4,49.94
+1999,1,26,12,30,1013,61,589,4,-9,10.2,45.02
+1999,1,26,13,30,997,59,542,3,-10,9.9,43.66
+1999,1,26,14,30,956,54,435,2,-10,9.4,45.94
+1999,1,26,15,30,866,45,280,1,-10,8.3,44.39
+1999,1,26,16,30,628,28,99,0,-10,6.9,50.82
+1999,1,26,17,30,0,0,0,-1,-10,6.1000000000000005,55.11
+1999,1,26,18,30,0,0,0,-1,-10,5.9,54.97
+1999,1,26,19,30,0,0,0,-1,-10,5.6000000000000005,58.99
+1999,1,26,20,30,0,0,0,-2,-10,5.4,59.33
+1999,1,26,21,30,0,0,0,-2,-10,5.0,59.83
+1999,1,26,22,30,0,0,0,-2,-10,4.6000000000000005,60.05
+1999,1,26,23,30,0,0,0,-2,-10,4.3,59.83
+1999,1,27,0,30,0,0,0,-2,-10,3.9,64.38
+1999,1,27,1,30,0,0,0,-2,-10,3.6,64.18
+1999,1,27,2,30,0,0,0,-2,-10,3.4000000000000004,63.56
+1999,1,27,3,30,0,0,0,-3,-11,3.3000000000000003,62.51
+1999,1,27,4,30,0,0,0,-3,-11,3.2,61.36
+1999,1,27,5,30,0,0,0,-3,-11,2.9000000000000004,64.51
+1999,1,27,6,30,0,0,0,-3,-12,2.8000000000000003,62.5
+1999,1,27,7,30,318,16,27,-2,-12,3.0,57.52
+1999,1,27,8,30,747,44,199,0,-11,3.1,47.58
+1999,1,27,9,30,890,58,369,0,-11,2.4000000000000004,42.74
+1999,1,27,10,30,614,130,409,1,-11,1.6,42.56
+1999,1,27,11,30,657,144,482,2,-11,1.1,42.5
+1999,1,27,12,30,240,250,377,3,-11,0.8,42.04
+1999,1,27,13,30,214,229,334,2,-11,0.8,41.64
+1999,1,27,14,30,0,128,129,1,-11,0.9,41.89
+1999,1,27,15,30,358,99,198,0,-10,0.9,49.03
+1999,1,27,16,30,0,29,29,-1,-9,1.1,62.8
+1999,1,27,17,30,0,0,0,-2,-9,1.4,65.49
+1999,1,27,18,30,0,0,0,-2,-9,1.5,72.46000000000002
+1999,1,27,19,30,0,0,0,-3,-9,1.3,78.52
+1999,1,27,20,30,0,0,0,-4,-9,1.3,77.83
+1999,1,27,21,30,0,0,0,-4,-9,1.4,82.85000000000002
+1999,1,27,22,30,0,0,0,-5,-9,1.3,80.99
+1999,1,27,23,30,0,0,0,-5,-10,1.0,78.13
+1999,1,28,0,30,0,0,0,-5,-10,0.6000000000000001,80.77
+1999,1,28,1,30,0,0,0,-6,-11,0.4,77.61
+1999,1,28,2,30,0,0,0,-7,-11,0.8,79.33
+1999,1,28,3,30,0,0,0,-7,-12,1.2000000000000002,74.27
+1999,1,28,4,30,0,0,0,-7,-13,1.4,74.93
+1999,1,28,5,30,0,0,0,-8,-14,1.6,69.5
+1999,1,28,6,30,0,0,0,-7,-15,2.0,64.73
+1999,1,28,7,30,300,17,29,-6,-16,2.6,51.44
+1999,1,28,8,30,737,51,206,-3,-16,2.3000000000000003,41.36
+1999,1,28,9,30,892,70,384,0,-13,1.6,40.32
+1999,1,28,10,30,962,81,521,1,-12,1.5,38.71
+1999,1,28,11,30,993,86,601,2,-11,1.4,40.78
+1999,1,28,12,30,998,87,616,3,-11,1.0,38.5
+1999,1,28,13,30,979,83,565,4,-11,0.7000000000000001,38.25
+1999,1,28,14,30,931,74,453,3,-11,0.9,41.11
+1999,1,28,15,30,830,59,292,1,-10,1.1,50.1
+1999,1,28,16,30,587,34,105,-1,-9,1.0,61.16
+1999,1,28,17,30,0,0,0,-2,-11,0.9,57.77
+1999,1,28,18,30,0,0,0,-3,-10,0.7000000000000001,62.82
+1999,1,28,19,30,0,0,0,-3,-11,1.0,67.43
+1999,1,28,20,30,0,0,0,-4,-11,1.2000000000000002,65.73
+1999,1,28,21,30,0,0,0,-4,-11,1.0,69.34
+1999,1,28,22,30,0,0,0,-4,-12,0.9,67.06
+1999,1,28,23,30,0,0,0,-5,-12,1.0,64.94
+1999,1,29,0,30,0,0,0,-5,-12,1.1,62.91
+1999,1,29,1,30,0,0,0,-5,-13,1.1,64.58
+1999,1,29,2,30,0,0,0,-5,-14,1.2000000000000002,60.94
+1999,1,29,3,30,0,0,0,-6,-15,1.2000000000000002,56.56
+1999,1,29,4,30,0,0,0,-6,-15,1.3,53.26
+1999,1,29,5,30,0,0,0,-6,-16,1.4,51.4
+1999,1,29,6,30,0,0,0,-6,-16,1.4,50.04
+1999,1,29,7,30,0,15,15,-4,-16,1.3,44.72
+1999,1,29,8,30,73,84,99,-1,-15,1.5,34.11
+1999,1,29,9,30,909,68,392,1,-14,1.9,33.09
+1999,1,29,10,30,967,81,527,3,-11,1.9,38.36
+1999,1,29,11,30,991,87,605,4,-11,1.3,36.12
+1999,1,29,12,30,994,88,619,5,-11,0.9,33.14
+1999,1,29,13,30,817,91,496,6,-11,1.1,33.660000000000004
+1999,1,29,14,30,732,85,385,5,-10,1.3,37.88
+1999,1,29,15,30,570,74,236,2,-7,1.3,52.64
+1999,1,29,16,30,232,46,75,0,-8,1.3,55.58
+1999,1,29,17,30,0,0,0,0,-9,1.2000000000000002,54.41
+1999,1,29,18,30,0,0,0,0,-9,0.8,59.7
+1999,1,29,19,30,0,0,0,-1,-9,0.4,60.24
+1999,1,29,20,30,0,0,0,-1,-9,0.30000000000000004,61.13
+1999,1,29,21,30,0,0,0,-1,-9,0.5,61.64
+1999,1,29,22,30,0,0,0,-1,-9,0.8,61.2
+1999,1,29,23,30,0,0,0,-1,-9,1.0,59.66
+1999,1,30,0,30,0,0,0,-1,-10,1.0,57.56
+1999,1,30,1,30,0,0,0,-1,-10,1.0,55.53
+1999,1,30,2,30,0,0,0,-1,-11,1.1,53.05
+1999,1,30,3,30,0,0,0,-1,-11,1.1,54.57
+1999,1,30,4,30,0,0,0,-1,-12,1.2000000000000002,51.45
+1999,1,30,5,30,0,0,0,-1,-13,1.2000000000000002,44.92
+1999,1,30,6,30,0,0,0,-1,-13,1.1,43.44
+1999,1,30,7,30,302,18,31,0,-12,1.3,43.85
+1999,1,30,8,30,0,35,35,1,-10,1.4,43.73
+1999,1,30,9,30,0,79,79,4,-8,1.3,48.23
+1999,1,30,10,30,0,122,122,5,-5,1.5,54.97
+1999,1,30,11,30,18,194,204,6,-3,2.0,58.3
+1999,1,30,12,30,5,159,162,7,-2,2.4000000000000004,62.4
+1999,1,30,13,30,88,231,276,6,-2,2.7,64.22
+1999,1,30,14,30,138,188,246,5,-2,2.6,69.64
+1999,1,30,15,30,0,91,91,3,-1,1.8,80.82000000000002
+1999,1,30,16,30,0,33,33,1,-2,1.1,89.44
+1999,1,30,17,30,0,0,0,0,-3,0.9,87.95
+1999,1,30,18,30,0,0,0,0,-4,0.7000000000000001,92.72
+1999,1,30,19,30,0,0,0,-1,-4,0.7000000000000001,91.16
+1999,1,30,20,30,0,0,0,-1,-4,0.9,96.75
+1999,1,30,21,30,0,0,0,-1,-4,1.0,95.19
+1999,1,30,22,30,0,0,0,-1,-4,1.0,93.39
+1999,1,30,23,30,0,0,0,-1,-5,1.0,91.74
+1999,1,31,0,30,0,0,0,-2,-5,1.0,89.65
+1999,1,31,1,30,0,0,0,-2,-5,1.0,86.92
+1999,1,31,2,30,0,0,0,-2,-6,1.1,90.32
+1999,1,31,3,30,0,0,0,-2,-6,1.3,86.93
+1999,1,31,4,30,0,0,0,-3,-7,1.5,83.26
+1999,1,31,5,30,0,0,0,-3,-8,1.6,79.28
+1999,1,31,6,30,0,0,0,-2,-8,1.7000000000000002,75.92
+1999,1,31,7,30,0,35,35,-1,-8,2.3000000000000003,64.61
+1999,1,31,8,30,751,49,214,1,-8,2.7,53.67
+1999,1,31,9,30,772,63,343,4,-6,2.2,52.84
+1999,1,31,10,30,775,93,457,6,-5,1.8,48.27
+1999,1,31,11,30,909,78,560,8,-5,1.1,45.7
+1999,1,31,12,30,988,84,620,9,-5,0.5,41.97
+1999,1,31,13,30,970,80,569,9,-6,0.7000000000000001,41.38
+1999,1,31,14,30,814,69,410,8,-5,1.0,45.78
+1999,1,31,15,30,670,65,261,5,-2,0.8,69.8
+1999,1,31,16,30,594,35,114,1,-4,0.6000000000000001,73.98
+1999,1,31,17,30,0,0,0,0,-5,0.7000000000000001,73.7
+1999,1,31,18,30,0,0,0,0,-5,1.4,76.65
+1999,1,31,19,30,0,0,0,0,-6,2.2,77.11
+1999,1,31,20,30,0,0,0,-1,-7,2.8000000000000003,68.9
+1999,1,31,21,30,0,0,0,-1,-9,3.0,60.81
+1999,1,31,22,30,0,0,0,-1,-10,2.9000000000000004,54.92
+1999,1,31,23,30,0,0,0,-1,-11,2.7,55.28
+1999,2,1,0,30,0,0,0,-2,-12,2.7,53.34
+1999,2,1,1,30,0,0,0,-2,-12,2.8000000000000003,56.09
+1999,2,1,2,30,0,0,0,-2,-12,3.0,55.03
+1999,2,1,3,30,0,0,0,-2,-12,3.3000000000000003,54.64
+1999,2,1,4,30,0,0,0,-2,-12,3.3000000000000003,53.86
+1999,2,1,5,30,0,0,0,-2,-13,3.4000000000000004,52.9
+1999,2,1,6,30,0,0,0,-2,-13,3.7,48.46
+1999,2,1,7,30,0,30,30,-1,-12,4.3,43.33
+1999,2,1,8,30,528,58,176,1,-11,5.2,43.21
+1999,2,1,9,30,385,139,280,3,-9,5.9,46.64
+1999,2,1,10,30,68,211,243,4,-8,6.2,44.95
+1999,2,1,11,30,19,199,209,4,-8,6.300000000000002,45.31
+1999,2,1,12,30,163,267,356,4,-8,6.300000000000002,49.47
+1999,2,1,13,30,640,146,471,3,-7,5.9,51.44
+1999,2,1,14,30,756,83,403,2,-7,5.0,57.42
+1999,2,1,15,30,418,100,224,1,-7,3.6,57.78
+1999,2,1,16,30,474,47,112,0,-7,2.2,65.9
+1999,2,1,17,30,0,0,0,-1,-8,1.6,73.16
+1999,2,1,18,30,0,0,0,-2,-8,1.4,70.9
+1999,2,1,19,30,0,0,0,-2,-8,1.5,68.76
+1999,2,1,20,30,0,0,0,-2,-9,1.7000000000000002,66.1
+1999,2,1,21,30,0,0,0,-2,-10,2.0,67.23
+1999,2,1,22,30,0,0,0,-3,-10,2.5,62.91
+1999,2,1,23,30,0,0,0,-3,-11,2.8000000000000003,59.28
+1999,2,2,0,30,0,0,0,-3,-12,2.9000000000000004,61.09
+1999,2,2,1,30,0,0,0,-4,-12,3.0,58.47
+1999,2,2,2,30,0,0,0,-4,-13,3.0,60.0
+1999,2,2,3,30,0,0,0,-5,-13,3.2,57.55
+1999,2,2,4,30,0,0,0,-5,-14,3.2,55.52
+1999,2,2,5,30,0,0,0,-4,-14,3.1,53.77
+1999,2,2,6,30,0,0,0,-4,-14,3.0,49.07
+1999,2,2,7,30,109,20,26,-2,-14,3.5,47.77
+1999,2,2,8,30,536,58,179,0,-13,4.3,43.02
+1999,2,2,9,30,769,65,350,1,-14,4.7,35.21
+1999,2,2,10,30,845,78,481,3,-14,4.9,33.1
+1999,2,2,11,30,972,92,615,4,-13,4.800000000000002,32.35
+1999,2,2,12,30,980,91,630,5,-12,4.800000000000002,32.97
+1999,2,2,13,30,968,85,581,5,-11,4.9,35.53
+1999,2,2,14,30,927,74,471,4,-10,4.5,40.86
+1999,2,2,15,30,448,98,233,2,-9,3.6,49.7
+1999,2,2,16,30,43,52,58,0,-9,3.4000000000000004,53.43
+1999,2,2,17,30,0,0,0,0,-10,4.2,53.52
+1999,2,2,18,30,0,0,0,0,-10,5.2,51.95
+1999,2,2,19,30,0,0,0,0,-10,6.2,50.38
+1999,2,2,20,30,0,0,0,0,-11,7.6,48.87000000000001
+1999,2,2,21,30,0,0,0,0,-11,9.1,47.62
+1999,2,2,22,30,0,0,0,0,-11,9.4,48.22
+1999,2,2,23,30,0,0,0,0,-11,9.0,50.11
+1999,2,3,0,30,0,0,0,0,-10,8.8,52.0
+1999,2,3,1,30,0,0,0,0,-10,8.700000000000001,53.18
+1999,2,3,2,30,0,0,0,0,-10,8.9,53.34
+1999,2,3,3,30,0,0,0,0,-10,8.9,53.15
+1999,2,3,4,30,0,0,0,0,-10,8.5,53.62000000000001
+1999,2,3,5,30,0,0,0,0,-10,7.800000000000002,53.95
+1999,2,3,6,30,0,0,0,0,-10,7.4,53.63
+1999,2,3,7,30,387,20,42,0,-10,7.800000000000002,48.66
+1999,2,3,8,30,771,47,223,1,-10,8.6,43.57
+1999,2,3,9,30,911,59,400,2,-11,8.9,41.49
+1999,2,3,10,30,690,120,452,2,-11,8.6,40.45
+1999,2,3,11,30,555,185,486,3,-12,8.3,37.23
+1999,2,3,12,30,537,196,494,4,-11,7.800000000000002,37.34
+1999,2,3,13,30,551,171,456,4,-11,7.0,37.53
+1999,2,3,14,30,543,139,373,3,-11,5.6000000000000005,41.34
+1999,2,3,15,30,869,50,315,1,-10,3.2,44.0
+1999,2,3,16,30,308,47,91,0,-9,1.1,56.52
+1999,2,3,17,30,0,0,0,-1,-10,0.4,61.07
+1999,2,3,18,30,0,0,0,-2,-10,0.7000000000000001,59.66
+1999,2,3,19,30,0,0,0,-2,-11,1.4,62.39
+1999,2,3,20,30,0,0,0,-3,-11,2.2,59.9
+1999,2,3,21,30,0,0,0,-3,-11,3.1,58.17
+1999,2,3,22,30,0,0,0,-2,-12,3.7,57.17
+1999,2,3,23,30,0,0,0,-2,-12,4.2,52.58
+1999,2,4,0,30,0,0,0,-2,-12,4.9,52.35
+1999,2,4,1,30,0,0,0,-2,-12,5.300000000000002,52.98
+1999,2,4,2,30,0,0,0,-2,-11,5.1000000000000005,56.16
+1999,2,4,3,30,0,0,0,-2,-10,4.7,60.98
+1999,2,4,4,30,0,0,0,-1,-9,4.4,64.98
+1999,2,4,5,30,0,0,0,-1,-8,4.1000000000000005,63.29
+1999,2,4,6,30,0,0,0,0,-8,4.2,61.18
+1999,2,4,7,30,0,19,19,1,-7,4.6000000000000005,59.27
+1999,2,4,8,30,758,44,221,3,-7,4.6000000000000005,54.38
+1999,2,4,9,30,892,56,393,6,-6,4.0,48.01
+1999,2,4,10,30,959,61,526,10,-4,3.7,43.86
+1999,2,4,11,30,990,63,604,12,-4,3.7,36.34
+1999,2,4,12,30,997,62,620,13,-3,3.5,34.93
+1999,2,4,13,30,979,61,571,13,-3,3.0,35.81
+1999,2,4,14,30,940,55,465,12,-2,2.1,40.91
+1999,2,4,15,30,440,103,239,9,0,1.5,60.57
+1999,2,4,16,30,267,51,90,6,-2,1.6,64.24
+1999,2,4,17,30,0,0,0,4,-3,1.8,68.45
+1999,2,4,18,30,0,0,0,3,-3,2.1,71.89
+1999,2,4,19,30,0,0,0,2,-3,2.2,76.66
+1999,2,4,20,30,0,0,0,1,-3,2.0,74.55
+1999,2,4,21,30,0,0,0,1,-4,2.0,70.01
+1999,2,4,22,30,0,0,0,1,-5,2.0,70.79
+1999,2,4,23,30,0,0,0,1,-5,2.1,64.11
+1999,2,5,0,30,0,0,0,1,-5,2.2,65.68
+1999,2,5,1,30,0,0,0,1,-5,2.3000000000000003,66.96000000000001
+1999,2,5,2,30,0,0,0,1,-5,2.3000000000000003,67.56
+1999,2,5,3,30,0,0,0,1,-5,2.4000000000000004,67.71000000000001
+1999,2,5,4,30,0,0,0,1,-5,2.5,72.93
+1999,2,5,5,30,0,0,0,0,-5,2.5,72.86
+1999,2,5,6,30,0,0,0,1,-5,2.9000000000000004,67.66
+1999,2,5,7,30,406,20,46,3,-4,3.9,65.88
+1999,2,5,8,30,759,45,225,6,-3,4.800000000000002,60.15
+1999,2,5,9,30,890,57,397,7,-3,5.2,55.47
+1999,2,5,10,30,0,118,118,8,-3,5.1000000000000005,49.47
+1999,2,5,11,30,975,69,606,9,-4,4.3,48.17
+1999,2,5,12,30,500,212,493,9,-4,3.4000000000000004,44.78
+1999,2,5,13,30,0,90,90,9,-4,2.5,48.47
+1999,2,5,14,30,0,70,70,8,-3,1.7000000000000002,52.39
+1999,2,5,15,30,368,114,230,6,-3,0.8,61.35
+1999,2,5,16,30,0,51,51,3,-2,0.30000000000000004,75.65
+1999,2,5,17,30,0,0,0,1,-4,0.2,73.68
+1999,2,5,18,30,0,0,0,0,-4,0.1,77.9
+1999,2,5,19,30,0,0,0,0,-4,0.0,82.86
+1999,2,5,20,30,0,0,0,0,-4,0.2,81.2
+1999,2,5,21,30,0,0,0,-1,-5,0.5,84.85000000000002
+1999,2,5,22,30,0,0,0,-1,-5,0.8,82.19
+1999,2,5,23,30,0,0,0,-1,-6,0.9,79.78
+1999,2,6,0,30,0,0,0,-1,-6,1.1,83.46000000000002
+1999,2,6,1,30,0,0,0,-1,-6,1.2000000000000002,81.01
+1999,2,6,2,30,0,0,0,-2,-7,1.4,78.5
+1999,2,6,3,30,0,0,0,-2,-7,1.5,75.98
+1999,2,6,4,30,0,0,0,-2,-7,1.6,74.24
+1999,2,6,5,30,0,0,0,-2,-7,1.6,74.28
+1999,2,6,6,30,0,0,0,-1,-7,1.7000000000000002,69.11
+1999,2,6,7,30,198,23,36,0,-7,2.3000000000000003,62.5
+1999,2,6,8,30,36,92,101,3,-6,2.8000000000000003,57.9
+1999,2,6,9,30,307,159,278,5,-5,2.9000000000000004,52.84
+1999,2,6,10,30,362,210,389,6,-5,2.9000000000000004,48.39
+1999,2,6,11,30,394,239,458,7,-6,2.5,47.71
+1999,2,6,12,30,980,73,629,7,-6,2.3000000000000003,43.92
+1999,2,6,13,30,970,69,583,7,-6,2.2,43.31
+1999,2,6,14,30,930,64,477,7,-6,2.0,45.66
+1999,2,6,15,30,454,105,249,5,-6,1.3,53.08
+1999,2,6,16,30,123,59,78,2,-5,0.8,67.96000000000001
+1999,2,6,17,30,0,0,0,0,-6,0.7000000000000001,64.59
+1999,2,6,18,30,0,0,0,0,-6,0.8,64.08
+1999,2,6,19,30,0,0,0,0,-7,1.1,63.7
+1999,2,6,20,30,0,0,0,0,-7,1.4,62.46
+1999,2,6,21,30,0,0,0,0,-7,1.7000000000000002,61.1
+1999,2,6,22,30,0,0,0,0,-7,2.0,63.97
+1999,2,6,23,30,0,0,0,0,-8,2.5,62.98
+1999,2,7,0,30,0,0,0,0,-7,3.1,63.66
+1999,2,7,1,30,0,0,0,0,-7,3.5,60.37000000000001
+1999,2,7,2,30,0,0,0,0,-7,3.5,61.67
+1999,2,7,3,30,0,0,0,0,-7,3.3000000000000003,62.77
+1999,2,7,4,30,0,0,0,0,-6,2.9000000000000004,64.04
+1999,2,7,5,30,0,0,0,0,-6,2.3000000000000003,64.93
+1999,2,7,6,30,0,0,0,0,-6,1.9,61.33
+1999,2,7,7,30,178,24,37,2,-6,2.2,59.43
+1999,2,7,8,30,454,74,185,5,-5,2.6,55.15
+1999,2,7,9,30,610,105,343,8,-4,2.5,49.95
+1999,2,7,10,30,957,61,537,11,-4,2.3000000000000003,42.29
+1999,2,7,11,30,984,63,614,12,-3,2.5,40.24
+1999,2,7,12,30,988,64,630,13,-3,3.0,38.27
+1999,2,7,13,30,465,209,458,13,-3,3.6,36.77
+1999,2,7,14,30,558,142,392,12,-2,3.6,40.23
+1999,2,7,15,30,497,101,260,10,-1,2.7,56.21
+1999,2,7,16,30,658,33,139,6,-1,1.9,69.71000000000001
+1999,2,7,17,30,0,0,0,4,-2,1.9,79.11
+1999,2,7,18,30,0,0,0,3,-2,2.1,83.25
+1999,2,7,19,30,0,0,0,2,-2,2.3000000000000003,81.3
+1999,2,7,20,30,0,0,0,2,-3,2.7,79.36
+1999,2,7,21,30,0,0,0,2,-3,3.0,76.97
+1999,2,7,22,30,0,0,0,2,-4,3.2,74.41
+1999,2,7,23,30,0,0,0,2,-4,3.5,72.4
+1999,2,8,0,30,0,0,0,2,-4,3.8,71.75
+1999,2,8,1,30,0,0,0,2,-4,4.1000000000000005,72.69
+1999,2,8,2,30,0,0,0,2,-4,4.3,74.38
+1999,2,8,3,30,0,0,0,1,-3,4.4,75.53
+1999,2,8,4,30,0,0,0,1,-3,4.3,75.7
+1999,2,8,5,30,0,0,0,1,-3,4.1000000000000005,75.43
+1999,2,8,6,30,0,0,0,2,-3,3.7,75.32000000000002
+1999,2,8,7,30,473,21,56,4,-3,3.7,67.04
+1999,2,8,8,30,793,43,239,7,-2,4.4,58.93
+1999,2,8,9,30,909,54,412,9,-2,5.0,51.49
+1999,2,8,10,30,964,60,544,11,-2,4.5,47.59
+1999,2,8,11,30,988,63,620,12,-2,3.7,43.62
+1999,2,8,12,30,990,64,635,12,-2,3.0,40.23
+1999,2,8,13,30,970,63,586,12,-2,2.4000000000000004,39.99
+1999,2,8,14,30,506,158,387,11,-2,1.8,43.09
+1999,2,8,15,30,483,104,261,9,-1,1.6,53.37000000000001
+1999,2,8,16,30,336,56,112,6,-1,2.4000000000000004,68.86
+1999,2,8,17,30,0,0,0,3,-1,2.5,81.83
+1999,2,8,18,30,0,0,0,1,-1,1.5,88.61
+1999,2,8,19,30,0,0,0,0,-1,0.6000000000000001,93.88
+1999,2,8,20,30,0,0,0,0,-2,0.6000000000000001,96.65
+1999,2,8,21,30,0,0,0,-1,-3,1.1,98.62
+1999,2,8,22,30,0,0,0,-1,-4,1.6,100.0
+1999,2,8,23,30,0,0,0,-1,-4,2.1,96.01
+1999,2,9,0,30,0,0,0,-1,-5,2.5,91.33
+1999,2,9,1,30,0,0,0,-1,-5,2.7,87.36
+1999,2,9,2,30,0,0,0,-1,-6,3.0,78.54
+1999,2,9,3,30,0,0,0,-1,-6,3.3000000000000003,76.63
+1999,2,9,4,30,0,0,0,-1,-6,3.5,74.59
+1999,2,9,5,30,0,0,0,-1,-7,3.7,73.45
+1999,2,9,6,30,0,0,0,0,-7,4.3,68.34
+1999,2,9,7,30,430,24,57,2,-6,4.7,63.22
+1999,2,9,8,30,792,45,244,6,-4,4.800000000000002,56.75
+1999,2,9,9,30,928,52,422,10,-3,5.1000000000000005,47.58
+1999,2,9,10,30,985,58,556,12,-3,5.300000000000002,39.58
+1999,2,9,11,30,1008,61,634,13,-3,5.2,35.89
+1999,2,9,12,30,1011,62,650,14,-4,5.2,32.43
+1999,2,9,13,30,997,60,602,13,-3,5.0,35.0
+1999,2,9,14,30,958,56,495,12,-3,4.5,38.94
+1999,2,9,15,30,870,50,337,10,-1,3.0,49.59
+1999,2,9,16,30,669,37,149,7,-1,1.9,65.13
+1999,2,9,17,30,0,0,0,5,-2,1.7000000000000002,67.21000000000001
+1999,2,9,18,30,0,0,0,4,-2,2.0,75.73
+1999,2,9,19,30,0,0,0,3,-3,2.4000000000000004,78.86
+1999,2,9,20,30,0,0,0,2,-3,3.0,76.58
+1999,2,9,21,30,0,0,0,2,-3,3.6,74.72
+1999,2,9,22,30,0,0,0,2,-4,4.0,73.54
+1999,2,9,23,30,0,0,0,2,-4,4.3,72.88
+1999,2,10,0,30,0,0,0,2,-4,4.3,72.7
+1999,2,10,1,30,0,0,0,2,-4,4.1000000000000005,73.28
+1999,2,10,2,30,0,0,0,2,-4,4.0,73.65
+1999,2,10,3,30,0,0,0,2,-4,3.9,73.39
+1999,2,10,4,30,0,0,0,2,-4,4.0,72.49
+1999,2,10,5,30,0,0,0,1,-4,4.1000000000000005,71.48
+1999,2,10,6,30,0,0,0,2,-4,4.5,70.56
+1999,2,10,7,30,510,22,64,5,-4,5.2,59.17
+1999,2,10,8,30,817,42,251,8,-3,7.300000000000002,51.52
+1999,2,10,9,30,929,53,427,11,-4,10.2,39.66
+1999,2,10,10,30,976,60,558,12,-4,11.7,34.63
+1999,2,10,11,30,982,69,632,13,-4,11.7,34.03
+1999,2,10,12,30,962,78,642,13,-3,11.1,35.9
+1999,2,10,13,30,933,81,592,12,-3,9.6,37.71
+1999,2,10,14,30,521,158,399,11,-4,7.300000000000002,38.16
+1999,2,10,15,30,465,111,266,8,-5,4.2,43.79
+1999,2,10,16,30,0,35,35,5,-5,1.6,58.53
+1999,2,10,17,30,0,0,0,2,-6,1.3,63.9
+1999,2,10,18,30,0,0,0,0,-6,3.9,64.39
+1999,2,10,19,30,0,0,0,-2,-7,7.5,78.3
+1999,2,10,20,30,0,0,0,-4,-8,8.5,80.03
+1999,2,10,21,30,0,0,0,-5,-10,7.9,73.88
+1999,2,10,22,30,0,0,0,-6,-12,7.7,71.62
+1999,2,10,23,30,0,0,0,-7,-13,7.5,70.99
+1999,2,11,0,30,0,0,0,-7,-13,7.1000000000000005,67.53
+1999,2,11,1,30,0,0,0,-7,-14,6.7,70.87
+1999,2,11,2,30,0,0,0,-7,-14,6.5,67.68
+1999,2,11,3,30,0,0,0,-7,-15,6.300000000000002,62.37000000000001
+1999,2,11,4,30,0,0,0,-8,-17,6.2,54.8
+1999,2,11,5,30,0,0,0,-8,-19,6.1000000000000005,51.12000000000001
+1999,2,11,6,30,0,0,0,-9,-20,6.1000000000000005,44.22
+1999,2,11,7,30,0,5,5,-8,-21,6.6000000000000005,37.51
+1999,2,11,8,30,857,52,275,-7,-22,6.800000000000002,33.06
+1999,2,11,9,30,974,68,464,-6,-22,6.7,30.08
+1999,2,11,10,30,1025,79,607,-5,-22,6.6000000000000005,28.01
+1999,2,11,11,30,1044,88,691,-5,-22,6.7,28.52
+1999,2,11,12,30,1041,93,707,-5,-22,6.800000000000002,28.96
+1999,2,11,13,30,1018,92,655,-5,-21,6.800000000000002,29.95
+1999,2,11,14,30,976,83,539,-5,-21,6.5,31.4
+1999,2,11,15,30,896,68,371,-5,-20,5.800000000000002,32.25
+1999,2,11,16,30,713,45,170,-7,-20,4.800000000000002,38.13
+1999,2,11,17,30,0,0,0,-8,-20,4.1000000000000005,42.6
+1999,2,11,18,30,0,0,0,-8,-20,4.0,47.18
+1999,2,11,19,30,0,0,0,-9,-20,3.9,47.35
+1999,2,11,20,30,0,0,0,-8,-20,3.8,47.46
+1999,2,11,21,30,0,0,0,-8,-20,4.0,47.31
+1999,2,11,22,30,0,0,0,-8,-20,4.2,43.48
+1999,2,11,23,30,0,0,0,-7,-20,4.4,43.64
+1999,2,12,0,30,0,0,0,-7,-20,4.4,40.27
+1999,2,12,1,30,0,0,0,-7,-19,4.2,40.82
+1999,2,12,2,30,0,0,0,-6,-19,4.2,42.3
+1999,2,12,3,30,0,0,0,-6,-19,4.4,40.16
+1999,2,12,4,30,0,0,0,-5,-18,4.4,40.88
+1999,2,12,5,30,0,0,0,-5,-18,4.3,38.36
+1999,2,12,6,30,0,0,0,-4,-18,4.5,36.35
+1999,2,12,7,30,379,29,63,-1,-16,4.800000000000002,35.89
+1999,2,12,8,30,609,61,222,1,-15,4.7,32.46
+1999,2,12,9,30,760,77,389,3,-13,4.800000000000002,33.47
+1999,2,12,10,30,747,117,505,5,-11,4.800000000000002,33.85
+1999,2,12,11,30,842,109,600,6,-10,4.7,34.46
+1999,2,12,12,30,781,135,600,7,-9,4.5,34.18
+1999,2,12,13,30,981,87,633,8,-8,4.0,36.07
+1999,2,12,14,30,744,100,451,7,-8,3.0,40.6
+1999,2,12,15,30,658,78,303,4,-6,1.6,53.91
+1999,2,12,16,30,514,45,138,1,-5,0.6000000000000001,65.98
+1999,2,12,17,30,0,0,0,0,-8,0.30000000000000004,63.17
+1999,2,12,18,30,0,0,0,0,-8,0.6000000000000001,59.62000000000001
+1999,2,12,19,30,0,0,0,-1,-9,1.4,61.83
+1999,2,12,20,30,0,0,0,-1,-9,2.2,64.36
+1999,2,12,21,30,0,0,0,-2,-10,2.6,62.11
+1999,2,12,22,30,0,0,0,-2,-10,2.8000000000000003,58.83
+1999,2,12,23,30,0,0,0,-2,-11,2.7,54.66
+1999,2,13,0,30,0,0,0,-1,-12,2.4000000000000004,51.17
+1999,2,13,1,30,0,0,0,-1,-12,2.1,49.61
+1999,2,13,2,30,0,0,0,-1,-13,2.0,48.67
+1999,2,13,3,30,0,0,0,-1,-13,2.0,47.71
+1999,2,13,4,30,0,0,0,-1,-13,2.1,46.0
+1999,2,13,5,30,0,0,0,-1,-14,2.3000000000000003,44.21
+1999,2,13,6,30,0,0,0,0,-14,2.5,39.64
+1999,2,13,7,30,587,26,81,2,-13,3.0,35.33
+1999,2,13,8,30,877,50,286,5,-11,3.2,33.71
+1999,2,13,9,30,985,65,474,9,-9,2.5,29.31
+1999,2,13,10,30,1035,74,617,12,-9,1.8,24.66
+1999,2,13,11,30,1057,79,700,13,-10,1.7000000000000002,21.83
+1999,2,13,12,30,1059,81,716,14,-10,1.7000000000000002,20.27
+1999,2,13,13,30,1043,78,664,14,-9,1.5,20.5
+1999,2,13,14,30,1005,71,549,13,-8,0.9,24.63
+1999,2,13,15,30,930,59,382,10,-2,0.6000000000000001,48.2
+1999,2,13,16,30,760,41,181,7,-5,0.7000000000000001,48.17
+1999,2,13,17,30,0,0,0,4,-9,1.1,44.77
+1999,2,13,18,30,0,0,0,2,-9,1.5,47.1
+1999,2,13,19,30,0,0,0,0,-9,1.8,50.98
+1999,2,13,20,30,0,0,0,0,-10,2.0,51.86
+1999,2,13,21,30,0,0,0,0,-11,2.0,46.98
+1999,2,13,22,30,0,0,0,0,-13,2.0,39.22
+1999,2,13,23,30,0,0,0,0,-14,2.0,35.73000000000001
+1999,2,14,0,30,0,0,0,0,-15,2.1,33.62
+1999,2,14,1,30,0,0,0,0,-15,2.1,33.160000000000004
+1999,2,14,2,30,0,0,0,0,-14,2.1,34.31
+1999,2,14,3,30,0,0,0,0,-14,2.1,38.64
+1999,2,14,4,30,0,0,0,0,-13,2.1,40.0
+1999,2,14,5,30,0,0,0,0,-13,2.1,39.98
+1999,2,14,6,30,0,0,0,0,-14,2.2,36.56
+1999,2,14,7,30,594,27,84,4,-11,2.8000000000000003,34.88
+1999,2,14,8,30,860,52,286,9,-9,3.6,32.32
+1999,2,14,9,30,857,60,420,12,-8,3.9,28.01
+1999,2,14,10,30,778,112,523,14,-9,3.8,23.32
+1999,2,14,11,30,292,281,455,14,-9,4.1000000000000005,20.49
+1999,2,14,12,30,901,101,646,13,-9,4.7,22.85
+1999,2,14,13,30,873,96,590,12,-8,4.9,26.66
+1999,2,14,14,30,173,225,309,10,-6,4.5,34.9
+1999,2,14,15,30,248,147,234,8,-5,3.6,42.68
+1999,2,14,16,30,667,35,161,5,-5,2.8000000000000003,54.46
+1999,2,14,17,30,0,0,0,3,-5,2.4000000000000004,65.4
+1999,2,14,18,30,0,0,0,1,-6,2.5,61.7
+1999,2,14,19,30,0,0,0,0,-7,3.1,61.89
+1999,2,14,20,30,0,0,0,0,-8,3.7,57.0
+1999,2,14,21,30,0,0,0,0,-9,3.8,51.81
+1999,2,14,22,30,0,0,0,0,-10,3.6,48.29
+1999,2,14,23,30,0,0,0,0,-11,3.1,50.01
+1999,2,15,0,30,0,0,0,0,-11,2.7,48.76
+1999,2,15,1,30,0,0,0,-1,-11,2.4000000000000004,51.46
+1999,2,15,2,30,0,0,0,-1,-11,2.1,50.73
+1999,2,15,3,30,0,0,0,-1,-11,1.9,54.01
+1999,2,15,4,30,0,0,0,-1,-11,1.8,53.89
+1999,2,15,5,30,0,0,0,-1,-11,1.5,50.66
+1999,2,15,6,30,0,0,0,0,-11,0.9,48.58
+1999,2,15,7,30,240,42,66,1,-8,0.9,51.68
+1999,2,15,8,30,591,95,259,2,-7,2.3000000000000003,55.83
+1999,2,15,9,30,550,132,366,2,-7,3.7,58.01
+1999,2,15,10,30,266,249,392,2,-6,4.1000000000000005,63.67
+1999,2,15,11,30,82,284,333,1,-5,4.0,68.15
+1999,2,15,12,30,20,225,238,1,-4,3.3000000000000003,69.32000000000001
+1999,2,15,13,30,495,216,498,1,-5,2.6,68.82000000000001
+1999,2,15,14,30,670,126,450,1,-5,1.8,67.65
+1999,2,15,15,30,422,126,276,0,-5,1.1,65.73
+1999,2,15,16,30,458,74,163,0,-5,0.6000000000000001,75.10000000000002
+1999,2,15,17,30,0,0,0,-1,-6,0.4,76.36
+1999,2,15,18,30,0,0,0,-2,-6,0.30000000000000004,80.33
+1999,2,15,19,30,0,0,0,-3,-7,0.5,84.60000000000002
+1999,2,15,20,30,0,0,0,-3,-7,0.6000000000000001,82.03
+1999,2,15,21,30,0,0,0,-3,-8,0.6000000000000001,85.4
+1999,2,15,22,30,0,0,0,-4,-8,0.6000000000000001,82.05
+1999,2,15,23,30,0,0,0,-4,-9,0.7000000000000001,84.86
+1999,2,16,0,30,0,0,0,-5,-9,1.0,80.72
+1999,2,16,1,30,0,0,0,-5,-10,1.5,76.46000000000002
+1999,2,16,2,30,0,0,0,-5,-11,2.1,77.35000000000002
+1999,2,16,3,30,0,0,0,-5,-12,2.5,72.31
+1999,2,16,4,30,0,0,0,-5,-12,2.8000000000000003,62.3
+1999,2,16,5,30,0,0,0,-5,-13,2.9000000000000004,58.84
+1999,2,16,6,30,0,0,0,-4,-13,3.3000000000000003,53.34
+1999,2,16,7,30,549,28,86,-1,-13,3.7,45.23
+1999,2,16,8,30,818,50,280,1,-12,3.7,37.55
+1999,2,16,9,30,633,113,385,4,-13,3.7,30.92
+1999,2,16,10,30,0,43,43,5,-13,3.7,28.11
+1999,2,16,11,30,0,114,114,6,-13,3.7,28.81
+1999,2,16,12,30,31,252,272,6,-12,3.7,30.65
+1999,2,16,13,30,9,178,183,5,-11,3.6,33.51
+1999,2,16,14,30,0,48,48,4,-9,2.9000000000000004,40.96
+1999,2,16,15,30,7,125,128,3,-7,1.8,55.41
+1999,2,16,16,30,665,44,175,1,-7,1.2000000000000002,58.35
+1999,2,16,17,30,0,0,0,0,-7,0.9,60.6
+1999,2,16,18,30,0,0,0,0,-8,0.9,61.73
+1999,2,16,19,30,0,0,0,0,-9,1.1,58.11
+1999,2,16,20,30,0,0,0,0,-9,1.4,59.14
+1999,2,16,21,30,0,0,0,-1,-10,1.7000000000000002,56.69
+1999,2,16,22,30,0,0,0,-1,-10,1.8,58.49
+1999,2,16,23,30,0,0,0,-2,-11,1.8,56.42
+1999,2,17,0,30,0,0,0,-2,-11,1.9,54.8
+1999,2,17,1,30,0,0,0,-2,-11,1.7000000000000002,58.47
+1999,2,17,2,30,0,0,0,-3,-11,1.5,58.13
+1999,2,17,3,30,0,0,0,-3,-11,1.5,57.99
+1999,2,17,4,30,0,0,0,-3,-11,1.6,58.15
+1999,2,17,5,30,0,0,0,-3,-11,1.8,59.21
+1999,2,17,6,30,0,0,0,-2,-11,2.3000000000000003,55.24
+1999,2,17,7,30,318,38,73,0,-11,3.2,45.89
+1999,2,17,8,30,580,73,239,2,-10,3.4000000000000004,45.28
+1999,2,17,9,30,449,160,355,4,-9,3.2,43.85
+1999,2,17,10,30,173,264,358,6,-7,3.3000000000000003,45.56
+1999,2,17,11,30,96,295,353,7,-6,3.8,42.9
+1999,2,17,12,30,25,242,258,8,-5,4.6000000000000005,42.09
+1999,2,17,13,30,617,187,546,8,-5,5.5,43.94
+1999,2,17,14,30,524,172,431,7,-4,6.0,48.63
+1999,2,17,15,30,461,124,292,5,-4,5.300000000000002,56.71
+1999,2,17,16,30,0,4,4,3,-4,4.1000000000000005,67.27
+1999,2,17,17,30,0,0,0,1,-5,3.6,68.15
+1999,2,17,18,30,0,0,0,0,-6,3.3000000000000003,66.55
+1999,2,17,19,30,0,0,0,0,-7,3.1,65.51
+1999,2,17,20,30,0,0,0,0,-8,4.2,64.24
+1999,2,17,21,30,0,0,0,0,-10,5.9,56.09
+1999,2,17,22,30,0,0,0,-1,-11,6.7,50.93
+1999,2,17,23,30,0,0,0,-1,-12,6.9,52.82
+1999,2,18,0,30,0,0,0,-2,-12,6.6000000000000005,51.67
+1999,2,18,1,30,0,0,0,-2,-12,6.1000000000000005,54.78
+1999,2,18,2,30,0,0,0,-3,-12,5.5,54.28
+1999,2,18,3,30,0,0,0,-3,-12,4.7,54.27
+1999,2,18,4,30,0,0,0,-4,-12,3.9,58.83
+1999,2,18,5,30,0,0,0,-4,-12,3.3000000000000003,58.95
+1999,2,18,6,30,0,0,0,-3,-12,3.5,58.78
+1999,2,18,7,30,111,43,55,-2,-12,4.7,50.9
+1999,2,18,8,30,817,54,292,0,-13,5.5,42.07
+1999,2,18,9,30,929,66,473,0,-13,5.5,37.09
+1999,2,18,10,30,985,71,611,1,-14,5.1000000000000005,33.55
+1999,2,18,11,30,1011,74,691,2,-14,4.7,33.35
+1999,2,18,12,30,1013,74,706,3,-14,4.4,31.3
+1999,2,18,13,30,457,235,503,4,-13,4.1000000000000005,32.04
+1999,2,18,14,30,198,235,333,3,-13,3.6,33.51
+1999,2,18,15,30,254,155,249,2,-12,2.2,38.55
+1999,2,18,16,30,0,32,32,0,-10,0.8,50.34
+1999,2,18,17,30,0,2,2,-1,-10,0.4,57.13
+1999,2,18,18,30,0,0,0,-1,-10,0.7000000000000001,56.99
+1999,2,18,19,30,0,0,0,0,-9,1.3,59.63
+1999,2,18,20,30,0,0,0,0,-9,2.1,59.24
+1999,2,18,21,30,0,0,0,0,-9,2.7,59.5
+1999,2,18,22,30,0,0,0,-1,-9,3.1,60.15
+1999,2,18,23,30,0,0,0,-1,-9,3.5,61.45
+1999,2,19,0,30,0,0,0,-1,-9,3.8,62.5
+1999,2,19,1,30,0,0,0,-1,-8,3.9,64.39
+1999,2,19,2,30,0,0,0,0,-8,3.8,67.31
+1999,2,19,3,30,0,0,0,0,-7,3.6,65.6
+1999,2,19,4,30,0,0,0,0,-6,3.5,68.83
+1999,2,19,5,30,0,0,0,0,-6,3.4000000000000004,70.24
+1999,2,19,6,30,0,0,0,0,-6,3.6,66.22
+1999,2,19,7,30,0,5,5,3,-5,4.2,62.23
+1999,2,19,8,30,559,79,245,5,-4,4.9,56.66
+1999,2,19,9,30,565,136,387,6,-5,5.4,51.7
+1999,2,19,10,30,965,75,609,7,-6,5.7,47.66
+1999,2,19,11,30,1004,76,694,6,-7,6.300000000000002,42.3
+1999,2,19,12,30,1024,72,715,5,-9,6.9,40.06
+1999,2,19,13,30,585,199,544,4,-10,7.1000000000000005,39.27
+1999,2,19,14,30,543,168,441,3,-11,6.9,40.14
+1999,2,19,15,30,453,129,298,2,-11,6.1000000000000005,42.25
+1999,2,19,16,30,784,38,201,1,-11,4.4,46.4
+1999,2,19,17,30,304,11,18,0,-10,2.9000000000000004,57.27
+1999,2,19,18,30,0,0,0,-1,-9,2.4000000000000004,63.16
+1999,2,19,19,30,0,0,0,-2,-9,2.0,63.55
+1999,2,19,20,30,0,0,0,-3,-9,1.7000000000000002,68.35000000000001
+1999,2,19,21,30,0,0,0,-3,-10,1.5,67.25
+1999,2,19,22,30,0,0,0,-3,-10,1.4,70.59
+1999,2,19,23,30,0,0,0,-4,-10,1.4,68.47
+1999,2,20,0,30,0,0,0,-4,-11,1.4,66.71000000000001
+1999,2,20,1,30,0,0,0,-4,-11,1.5,65.1
+1999,2,20,2,30,0,0,0,-4,-11,1.7000000000000002,63.4
+1999,2,20,3,30,0,0,0,-4,-12,1.8,66.75
+1999,2,20,4,30,0,0,0,-5,-12,1.9,65.26
+1999,2,20,5,30,0,0,0,-5,-12,2.1,64.45
+1999,2,20,6,30,0,0,0,-4,-12,2.9000000000000004,58.5
+1999,2,20,7,30,607,30,105,-1,-13,3.5,49.11
+1999,2,20,8,30,854,50,306,0,-12,3.5,40.26
+1999,2,20,9,30,950,61,487,1,-12,3.6,38.37
+1999,2,20,10,30,998,69,625,2,-11,3.5,40.58
+1999,2,20,11,30,1015,75,705,3,-11,3.6,41.34
+1999,2,20,12,30,1017,77,721,3,-11,3.8,38.12
+1999,2,20,13,30,628,184,557,3,-11,4.0,40.33
+1999,2,20,14,30,967,69,560,2,-12,3.7,39.59
+1999,2,20,15,30,895,60,397,1,-12,3.1,39.09
+1999,2,20,16,30,730,45,200,-1,-11,2.0,51.79
+1999,2,20,17,30,234,13,19,-3,-11,1.2000000000000002,61.46
+1999,2,20,18,30,0,0,0,-4,-11,1.0,63.23
+1999,2,20,19,30,0,0,0,-4,-12,0.5,67.14
+1999,2,20,20,30,0,0,0,-5,-12,0.2,65.51
+1999,2,20,21,30,0,0,0,-5,-12,0.30000000000000004,63.52
+1999,2,20,22,30,0,0,0,-5,-13,0.6000000000000001,61.13
+1999,2,20,23,30,0,0,0,-5,-13,0.9,64.11
+1999,2,21,0,30,0,0,0,-5,-13,1.0,62.94000000000001
+1999,2,21,1,30,0,0,0,-6,-14,1.2000000000000002,61.79
+1999,2,21,2,30,0,0,0,-5,-14,1.4,60.33
+1999,2,21,3,30,0,0,0,-5,-14,1.6,55.7
+1999,2,21,4,30,0,0,0,-4,-14,2.0,55.32
+1999,2,21,5,30,0,0,0,-4,-14,2.3000000000000003,49.84
+1999,2,21,6,30,0,0,0,-3,-14,2.7,47.68
+1999,2,21,7,30,160,48,68,-1,-13,3.5,43.23
+1999,2,21,8,30,479,94,240,1,-12,4.2,42.18
+1999,2,21,9,30,634,121,408,3,-10,4.4,40.74
+1999,2,21,10,30,574,186,509,5,-9,4.5,43.04
+1999,2,21,11,30,581,219,583,6,-8,4.6000000000000005,42.67
+1999,2,21,12,30,986,76,705,7,-7,4.7,38.55
+1999,2,21,13,30,973,73,656,8,-7,4.5,38.0
+1999,2,21,14,30,167,244,329,9,-6,3.9,40.66
+1999,2,21,15,30,9,134,138,7,-5,2.9000000000000004,50.76
+1999,2,21,16,30,241,81,133,4,-3,2.3000000000000003,69.76
+1999,2,21,17,30,0,13,13,1,-5,2.7,67.54
+1999,2,21,18,30,0,0,0,1,-5,3.0,66.69
+1999,2,21,19,30,0,0,0,0,-5,3.0,72.26
+1999,2,21,20,30,0,0,0,0,-5,3.2,71.37
+1999,2,21,21,30,0,0,0,0,-5,3.4000000000000004,72.26
+1999,2,21,22,30,0,0,0,1,-4,3.3000000000000003,75.2
+1999,2,21,23,30,0,0,0,0,-4,3.1,76.28
+1999,2,22,0,30,0,0,0,0,-4,2.8000000000000003,75.68
+1999,2,22,1,30,0,0,0,0,-5,3.0,77.53
+1999,2,22,2,30,0,0,0,0,-7,4.4,67.27
+1999,2,22,3,30,0,0,0,-1,-9,5.5,59.56
+1999,2,22,4,30,0,0,0,-2,-11,6.2,55.6
+1999,2,22,5,30,0,0,0,-3,-13,7.2,52.75
+1999,2,22,6,30,0,0,0,-3,-14,8.3,46.76
+1999,2,22,7,30,652,30,117,-2,-15,9.3,42.13
+1999,2,22,8,30,34,121,132,-1,-16,10.3,36.86
+1999,2,22,9,30,970,60,504,0,-16,10.7,34.14
+1999,2,22,10,30,412,240,474,0,-16,10.1,32.33
+1999,2,22,11,30,476,252,552,0,-15,9.4,33.56
+1999,2,22,12,30,44,283,311,0,-15,9.1,32.4
+1999,2,22,13,30,539,218,544,0,-15,9.0,33.33
+1999,2,22,14,30,22,196,208,0,-14,8.700000000000001,36.64
+1999,2,22,15,30,432,139,305,0,-14,8.3,37.13
+1999,2,22,16,30,796,40,215,-1,-14,7.300000000000002,43.41
+1999,2,22,17,30,356,13,25,-2,-14,6.2,47.75
+1999,2,22,18,30,0,0,0,-3,-14,5.300000000000002,48.03
+1999,2,22,19,30,0,0,0,-4,-14,4.7,51.4
+1999,2,22,20,30,0,0,0,-4,-14,4.5,50.8
+1999,2,22,21,30,0,0,0,-4,-14,4.5,50.84
+1999,2,22,22,30,0,0,0,-3,-14,4.6000000000000005,52.37000000000001
+1999,2,22,23,30,0,0,0,-3,-13,4.800000000000002,51.16
+1999,2,23,0,30,0,0,0,-3,-12,5.0,53.91
+1999,2,23,1,30,0,0,0,-2,-12,5.0,56.36
+1999,2,23,2,30,0,0,0,-2,-11,4.800000000000002,58.16
+1999,2,23,3,30,0,0,0,-2,-11,4.7,54.87000000000001
+1999,2,23,4,30,0,0,0,-2,-11,4.5,55.32
+1999,2,23,5,30,0,0,0,-1,-11,4.3,55.7
+1999,2,23,6,30,0,0,0,0,-11,4.0,52.13
+1999,2,23,7,30,170,51,74,0,-10,3.8,50.16
+1999,2,23,8,30,688,63,280,2,-9,3.7,47.35
+1999,2,23,9,30,764,91,445,4,-9,3.5,42.97
+1999,2,23,10,30,493,213,495,6,-8,2.8000000000000003,41.49
+1999,2,23,11,30,1018,69,716,7,-8,1.8,39.35
+1999,2,23,12,30,1023,68,731,8,-8,1.0,37.1
+1999,2,23,13,30,1007,68,680,8,-8,0.5,35.01
+1999,2,23,14,30,475,196,444,8,-8,0.5,35.39
+1999,2,23,15,30,523,124,328,7,-7,0.30000000000000004,39.48
+1999,2,23,16,30,740,44,210,4,-5,0.2,59.31
+1999,2,23,17,30,0,25,25,2,-7,0.4,58.64
+1999,2,23,18,30,0,0,0,1,-7,0.8,59.14
+1999,2,23,19,30,0,0,0,1,-6,1.1,60.85
+1999,2,23,20,30,0,0,0,0,-6,1.2000000000000002,66.16
+1999,2,23,21,30,0,0,0,0,-6,1.2000000000000002,66.37
+1999,2,23,22,30,0,0,0,0,-6,1.5,65.86
+1999,2,23,23,30,0,0,0,0,-7,1.9,68.31
+1999,2,24,0,30,0,0,0,0,-7,2.5,69.66
+1999,2,24,1,30,0,0,0,-1,-8,3.2,68.06
+1999,2,24,2,30,0,0,0,0,-8,3.6,68.04
+1999,2,24,3,30,0,0,0,0,-7,3.7,63.77
+1999,2,24,4,30,0,0,0,0,-7,3.8,64.31
+1999,2,24,5,30,0,0,0,0,-7,3.9,64.28
+1999,2,24,6,30,0,0,0,0,-7,4.1000000000000005,59.56
+1999,2,24,7,30,0,42,42,2,-6,4.800000000000002,55.97
+1999,2,24,8,30,79,133,159,5,-6,5.4,50.29
+1999,2,24,9,30,0,101,101,8,-5,5.0,44.95
+1999,2,24,10,30,393,249,477,9,-5,4.1000000000000005,39.38
+1999,2,24,11,30,523,242,577,10,-5,3.3000000000000003,36.73
+1999,2,24,12,30,622,221,627,11,-5,2.8000000000000003,34.59
+1999,2,24,13,30,517,229,546,12,-5,2.4000000000000004,34.9
+1999,2,24,14,30,380,222,422,11,-5,2.0,35.39
+1999,2,24,15,30,251,169,268,10,-5,1.3,41.8
+1999,2,24,16,30,49,88,100,6,-2,0.9,63.05
+1999,2,24,17,30,0,13,13,3,-4,0.9,68.62
+1999,2,24,18,30,0,0,0,2,-5,0.8,69.03
+1999,2,24,19,30,0,0,0,1,-5,0.9,66.22
+1999,2,24,20,30,0,0,0,1,-6,1.3,63.22
+1999,2,24,21,30,0,0,0,1,-6,1.5,59.89
+1999,2,24,22,30,0,0,0,1,-7,1.6,60.9
+1999,2,24,23,30,0,0,0,1,-8,1.6,57.62000000000001
+1999,2,25,0,30,0,0,0,0,-8,1.5,54.83
+1999,2,25,1,30,0,0,0,0,-9,1.7000000000000002,52.74
+1999,2,25,2,30,0,0,0,0,-9,2.0,51.26
+1999,2,25,3,30,0,0,0,0,-10,2.2,54.28
+1999,2,25,4,30,0,0,0,0,-10,2.3000000000000003,57.82
+1999,2,25,5,30,0,0,0,0,-10,2.3000000000000003,57.08
+1999,2,25,6,30,0,0,0,1,-10,2.5,49.02
+1999,2,25,7,30,359,45,97,4,-9,3.2,43.97
+1999,2,25,8,30,642,74,283,8,-7,2.7,35.91000000000001
+1999,2,25,9,30,883,67,484,11,-7,1.8,29.67
+1999,2,25,10,30,883,96,610,12,-8,2.1,27.31
+1999,2,25,11,30,894,115,692,13,-8,2.8000000000000003,24.86
+1999,2,25,12,30,993,110,764,14,-8,3.5,24.1
+1999,2,25,13,30,995,100,714,14,-9,3.9,23.51
+1999,2,25,14,30,980,84,602,13,-9,3.8,23.26
+1999,2,25,15,30,299,166,285,12,-8,2.7,25.79
+1999,2,25,16,30,762,51,229,8,-5,1.6,44.6
+1999,2,25,17,30,324,18,32,5,-7,1.6,51.06
+1999,2,25,18,30,0,0,0,3,-8,2.1,53.26
+1999,2,25,19,30,0,0,0,2,-8,2.8000000000000003,52.68
+1999,2,25,20,30,0,0,0,1,-9,3.5,49.6
+1999,2,25,21,30,0,0,0,1,-10,3.6,45.68
+1999,2,25,22,30,0,0,0,1,-10,3.5,44.58
+1999,2,25,23,30,0,0,0,0,-10,3.4000000000000004,49.4
+1999,2,26,0,30,0,0,0,0,-9,3.2,51.3
+1999,2,26,1,30,0,0,0,0,-9,2.9000000000000004,52.26
+1999,2,26,2,30,0,0,0,0,-9,2.5,56.23
+1999,2,26,3,30,0,0,0,0,-9,2.2,55.91
+1999,2,26,4,30,0,0,0,0,-9,1.7000000000000002,59.8
+1999,2,26,5,30,0,0,0,-1,-9,1.4,59.52
+1999,2,26,6,30,0,0,0,0,-9,1.7000000000000002,51.84
+1999,2,26,7,30,534,46,127,3,-7,2.1,52.19
+1999,2,26,8,30,781,77,334,6,-7,2.2,42.13
+1999,2,26,9,30,889,98,523,7,-7,2.4000000000000004,40.56
+1999,2,26,10,30,937,116,666,8,-7,2.7,36.19
+1999,2,26,11,30,967,122,752,9,-8,3.0,31.91
+1999,2,26,12,30,967,127,768,9,-8,3.4000000000000004,31.05
+1999,2,26,13,30,968,115,718,9,-9,3.7,32.4
+1999,2,26,14,30,955,94,604,8,-9,3.7,34.02
+1999,2,26,15,30,763,73,380,7,-9,3.2,35.95
+1999,2,26,16,30,526,66,190,4,-9,2.2,42.85
+1999,2,26,17,30,325,18,34,1,-8,1.5,51.93
+1999,2,26,18,30,0,0,0,0,-9,1.2000000000000002,57.94
+1999,2,26,19,30,0,0,0,-1,-9,1.1,60.07
+1999,2,26,20,30,0,0,0,-2,-10,1.2000000000000002,62.06
+1999,2,26,21,30,0,0,0,-3,-10,1.3,64.43
+1999,2,26,22,30,0,0,0,-4,-11,1.6,66.5
+1999,2,26,23,30,0,0,0,-4,-11,2.3000000000000003,63.16
+1999,2,27,0,30,0,0,0,-4,-12,3.0,64.01
+1999,2,27,1,30,0,0,0,-5,-13,3.4000000000000004,59.97
+1999,2,27,2,30,0,0,0,-5,-14,3.5,56.54
+1999,2,27,3,30,0,0,0,-5,-14,3.6,58.16
+1999,2,27,4,30,0,0,0,-5,-15,3.8,56.01
+1999,2,27,5,30,0,0,0,-6,-15,4.0,54.41
+1999,2,27,6,30,0,0,0,-5,-15,4.7,49.3
+1999,2,27,7,30,294,52,98,-2,-16,5.300000000000002,37.89
+1999,2,27,8,30,912,52,357,0,-17,4.800000000000002,29.99
+1999,2,27,9,30,1000,61,545,2,-17,4.3,24.67
+1999,2,27,10,30,1040,67,683,3,-17,4.5,23.56
+1999,2,27,11,30,1055,70,761,5,-16,4.9,23.38
+1999,2,27,12,30,1051,72,773,6,-15,5.1000000000000005,23.97
+1999,2,27,13,30,1031,71,717,6,-14,5.0,25.03
+1999,2,27,14,30,988,68,600,6,-12,4.800000000000002,28.3
+1999,2,27,15,30,908,62,431,5,-11,3.7,34.230000000000004
+1999,2,27,16,30,743,50,228,3,-8,2.0,47.7
+1999,2,27,17,30,0,16,16,1,-7,1.2000000000000002,55.52
+1999,2,27,18,30,0,0,0,1,-8,1.6,58.46
+1999,2,27,19,30,0,0,0,0,-8,2.4000000000000004,57.0
+1999,2,27,20,30,0,0,0,0,-8,3.2,55.91
+1999,2,27,21,30,0,0,0,0,-8,3.6,59.12000000000001
+1999,2,27,22,30,0,0,0,0,-9,3.9,57.89
+1999,2,27,23,30,0,0,0,0,-9,4.1000000000000005,56.69
+1999,2,28,0,30,0,0,0,0,-9,4.2,55.99
+1999,2,28,1,30,0,0,0,0,-9,4.0,56.11
+1999,2,28,2,30,0,0,0,0,-9,3.8,57.39
+1999,2,28,3,30,0,0,0,0,-8,3.6,58.89
+1999,2,28,4,30,0,0,0,0,-8,3.6,60.12000000000001
+1999,2,28,5,30,0,0,0,0,-8,3.6,56.65
+1999,2,28,6,30,0,0,0,1,-8,3.8,53.64
+1999,2,28,7,30,569,43,135,4,-6,4.4,55.32
+1999,2,28,8,30,789,67,334,7,-6,4.9,47.4
+1999,2,28,9,30,895,68,505,9,-5,4.800000000000002,43.23
+1999,2,28,10,30,933,92,649,10,-5,4.3,41.6
+1999,2,28,11,30,953,98,727,11,-5,3.9,38.8
+1999,2,28,12,30,953,101,741,12,-5,3.8,35.59
+1999,2,28,13,30,942,95,691,12,-5,3.9,32.75
+1999,2,28,14,30,923,81,582,11,-5,4.1000000000000005,34.56
+1999,2,28,15,30,426,155,330,10,-5,3.7,37.1
+1999,2,28,16,30,372,86,177,7,-4,2.5,50.41
+1999,2,28,17,30,146,21,29,4,-3,1.8,64.71000000000001
+1999,2,28,18,30,0,0,0,2,-4,1.9,71.97
+1999,2,28,19,30,0,0,0,2,-4,2.1,69.46000000000001
+1999,2,28,20,30,0,0,0,1,-5,2.4000000000000004,66.31
+1999,2,28,21,30,0,0,0,1,-6,2.8000000000000003,62.79
+1999,2,28,22,30,0,0,0,1,-6,3.1,59.71
+1999,2,28,23,30,0,0,0,1,-7,3.2,57.48
+1999,3,1,0,30,0,0,0,1,-7,3.3000000000000003,56.35
+1999,3,1,1,30,0,0,0,1,-7,3.4000000000000004,56.53
+1999,3,1,2,30,0,0,0,1,-7,3.3000000000000003,56.96
+1999,3,1,3,30,0,0,0,1,-7,2.9000000000000004,57.04
+1999,3,1,4,30,0,0,0,1,-7,2.5,60.55
+1999,3,1,5,30,0,0,0,1,-8,2.2,54.8
+1999,3,1,6,30,0,0,0,2,-8,2.3000000000000003,50.13
+1999,3,1,7,30,516,49,135,5,-7,2.7,46.61
+1999,3,1,8,30,756,75,335,9,-5,3.2,39.27
+1999,3,1,9,30,241,227,346,12,-5,3.5,32.21
+1999,3,1,10,30,925,94,652,13,-6,3.7,28.9
+1999,3,1,11,30,79,321,374,14,-6,4.2,26.75
+1999,3,1,12,30,420,296,580,14,-6,5.0,27.07
+1999,3,1,13,30,933,100,694,13,-6,5.800000000000002,29.2
+1999,3,1,14,30,892,94,582,12,-6,6.1000000000000005,31.14
+1999,3,1,15,30,818,80,419,11,-6,5.6000000000000005,33.18
+1999,3,1,16,30,642,63,222,8,-5,3.9,42.82
+1999,3,1,17,30,134,24,32,6,-4,2.5,59.07
+1999,3,1,18,30,0,0,0,4,-3,2.0,68.73
+1999,3,1,19,30,0,0,0,3,-2,1.7000000000000002,77.73
+1999,3,1,20,30,0,0,0,3,-2,1.5,84.21000000000002
+1999,3,1,21,30,0,0,0,2,-2,1.5,82.25
+1999,3,1,22,30,0,0,0,1,-3,1.5,78.62
+1999,3,1,23,30,0,0,0,0,-4,1.4,79.11
+1999,3,2,0,30,0,0,0,0,-5,1.5,79.27
+1999,3,2,1,30,0,0,0,0,-6,1.4,79.33
+1999,3,2,2,30,0,0,0,-1,-7,1.2000000000000002,79.4
+1999,3,2,3,30,0,0,0,-2,-7,1.1,79.74
+1999,3,2,4,30,0,0,0,-3,-8,1.0,76.39
+1999,3,2,5,30,0,0,0,-4,-8,1.0,79.39
+1999,3,2,6,30,0,0,0,-3,-9,1.8,72.26
+1999,3,2,7,30,158,64,91,-1,-9,3.2,62.36
+1999,3,2,8,30,477,113,280,0,-10,4.2,54.28
+1999,3,2,9,30,51,214,239,1,-11,4.800000000000002,42.43
+1999,3,2,10,30,0,33,33,2,-12,5.1000000000000005,39.91
+1999,3,2,11,30,11,195,202,3,-12,5.2,36.24
+1999,3,2,12,30,8,172,178,4,-12,5.2,36.33
+1999,3,2,13,30,530,240,580,4,-12,5.0,34.05
+1999,3,2,14,30,611,169,506,4,-12,4.5,36.75
+1999,3,2,15,30,353,168,316,3,-12,3.7,40.03
+1999,3,2,16,30,434,78,188,1,-11,2.4000000000000004,44.71
+1999,3,2,17,30,0,13,13,0,-10,1.3,56.94
+1999,3,2,18,30,0,0,0,-1,-10,0.7000000000000001,58.56
+1999,3,2,19,30,0,0,0,-2,-11,0.5,56.82
+1999,3,2,20,30,0,0,0,-3,-11,0.9,59.95
+1999,3,2,21,30,0,0,0,-4,-11,1.3,62.81
+1999,3,2,22,30,0,0,0,-4,-12,1.7000000000000002,61.42
+1999,3,2,23,30,0,0,0,-4,-12,2.1,61.15
+1999,3,3,0,30,0,0,0,-4,-12,2.4000000000000004,60.93
+1999,3,3,1,30,0,0,0,-3,-12,2.8000000000000003,59.99
+1999,3,3,2,30,0,0,0,-3,-12,3.2,54.78
+1999,3,3,3,30,0,0,0,-3,-12,3.3000000000000003,55.22
+1999,3,3,4,30,0,0,0,-3,-12,3.2,57.0
+1999,3,3,5,30,0,0,0,-2,-11,3.1,55.18
+1999,3,3,6,30,0,0,0,-1,-10,3.6,50.53
+1999,3,3,7,30,572,49,150,2,-9,4.2,48.85
+1999,3,3,8,30,789,74,354,7,-7,4.4,41.68
+1999,3,3,9,30,891,88,536,10,-6,4.3,33.97
+1999,3,3,10,30,941,97,673,12,-7,3.7,29.28
+1999,3,3,11,30,961,102,752,13,-7,3.0,26.82
+1999,3,3,12,30,689,213,686,14,-7,2.8000000000000003,24.64
+1999,3,3,13,30,584,230,607,14,-7,2.8000000000000003,24.44
+1999,3,3,14,30,485,213,483,14,-7,2.8000000000000003,26.53
+1999,3,3,15,30,584,121,368,13,-6,2.0,30.51
+1999,3,3,16,30,387,85,184,10,-3,1.3,47.17
+1999,3,3,17,30,223,26,41,7,-4,1.4,50.47
+1999,3,3,18,30,0,0,0,5,-5,1.5,55.48
+1999,3,3,19,30,0,0,0,3,-5,1.6,63.47
+1999,3,3,20,30,0,0,0,2,-5,1.7000000000000002,66.07000000000001
+1999,3,3,21,30,0,0,0,2,-6,1.7000000000000002,62.65
+1999,3,3,22,30,0,0,0,1,-7,1.8,59.11
+1999,3,3,23,30,0,0,0,1,-7,1.8,56.03
+1999,3,4,0,30,0,0,0,1,-8,1.6,57.88
+1999,3,4,1,30,0,0,0,1,-8,1.0,56.91
+1999,3,4,2,30,0,0,0,0,-8,0.6000000000000001,58.33
+1999,3,4,3,30,0,0,0,0,-7,0.5,61.43
+1999,3,4,4,30,0,0,0,0,-7,0.4,67.9
+1999,3,4,5,30,0,0,0,0,-7,0.2,73.09
+1999,3,4,6,30,0,0,0,0,-7,0.4,63.06
+1999,3,4,7,30,325,60,119,2,-5,1.0,59.65
+1999,3,4,8,30,772,73,351,5,-5,1.4,53.0
+1999,3,4,9,30,885,83,533,8,-5,1.4,45.79
+1999,3,4,10,30,937,90,670,9,-5,1.7000000000000002,39.86
+1999,3,4,11,30,961,95,748,10,-5,1.9,37.17
+1999,3,4,12,30,15,224,235,11,-5,2.1,34.410000000000004
+1999,3,4,13,30,52,294,328,11,-5,2.3000000000000003,34.22
+1999,3,4,14,30,63,256,291,10,-5,2.0,36.85
+1999,3,4,15,30,547,133,366,9,-5,1.2000000000000002,40.76
+1999,3,4,16,30,678,50,226,6,-3,0.6000000000000001,56.69
+1999,3,4,17,30,196,29,43,4,-3,0.7000000000000001,69.4
+1999,3,4,18,30,0,0,0,3,-3,0.9,75.44
+1999,3,4,19,30,0,0,0,1,-3,1.9,76.62
+1999,3,4,20,30,0,0,0,0,-3,3.4000000000000004,82.86
+1999,3,4,21,30,0,0,0,0,-3,3.5,95.04
+1999,3,4,22,30,0,0,0,-1,-4,2.5,98.72
+1999,3,4,23,30,0,0,0,-2,-4,1.6,94.84
+1999,3,5,0,30,0,0,0,-3,-5,1.0,98.32
+1999,3,5,1,30,0,0,0,-3,-6,0.9,100.0
+1999,3,5,2,30,0,0,0,-4,-6,1.2000000000000002,94.94
+1999,3,5,3,30,0,0,0,-4,-7,1.6,97.34
+1999,3,5,4,30,0,0,0,-4,-7,1.9,92.74
+1999,3,5,5,30,0,0,0,-4,-8,2.1,82.19
+1999,3,5,6,30,0,0,0,-2,-9,2.8000000000000003,68.07000000000001
+1999,3,5,7,30,12,67,69,0,-8,3.6,59.94
+1999,3,5,8,30,0,100,100,1,-9,3.8,47.19
+1999,3,5,9,30,133,243,311,2,-11,3.6,41.92
+1999,3,5,10,30,41,268,294,3,-12,3.4000000000000004,36.12
+1999,3,5,11,30,18,244,257,4,-12,3.3000000000000003,34.43
+1999,3,5,12,30,192,359,493,4,-13,3.6,31.29
+1999,3,5,13,30,238,327,484,4,-13,4.0,33.24
+1999,3,5,14,30,243,268,406,3,-13,4.2,32.84
+1999,3,5,15,30,521,141,365,2,-13,4.0,34.68
+1999,3,5,16,30,552,68,214,0,-13,2.7,36.71
+1999,3,5,17,30,412,24,55,-2,-13,1.5,48.11
+1999,3,5,18,30,0,0,0,-4,-13,1.3,54.63
+1999,3,5,19,30,0,0,0,-5,-14,1.2000000000000002,56.34
+1999,3,5,20,30,0,0,0,-5,-14,1.1,58.67
+1999,3,5,21,30,0,0,0,-6,-14,1.3,57.2
+1999,3,5,22,30,0,0,0,-5,-14,1.7000000000000002,58.01
+1999,3,5,23,30,0,0,0,-5,-14,2.0,54.65
+1999,3,6,0,30,0,0,0,-5,-14,2.3000000000000003,54.67
+1999,3,6,1,30,0,0,0,-5,-14,2.3000000000000003,56.82
+1999,3,6,2,30,0,0,0,-5,-13,2.2,61.45
+1999,3,6,3,30,0,0,0,-5,-12,2.2,65.59
+1999,3,6,4,30,0,0,0,-5,-11,2.4000000000000004,68.14
+1999,3,6,5,30,0,0,0,-5,-11,2.7,69.60000000000001
+1999,3,6,6,30,0,0,0,-4,-11,3.0,65.48
+1999,3,6,7,30,0,19,19,-3,-10,3.5,62.9
+1999,3,6,8,30,18,137,143,-1,-10,3.7,56.53
+1999,3,6,9,30,365,220,410,1,-9,3.6,51.56
+1999,3,6,10,30,856,131,668,3,-8,3.5,47.67
+1999,3,6,11,30,906,126,751,5,-8,3.4000000000000004,43.21
+1999,3,6,12,30,927,118,768,6,-8,3.1,41.23
+1999,3,6,13,30,919,111,717,7,-7,2.8000000000000003,39.24
+1999,3,6,14,30,881,102,604,7,-7,2.8000000000000003,42.58
+1999,3,6,15,30,414,165,346,6,-7,3.0,45.72
+1999,3,6,16,30,668,66,244,3,-6,3.4000000000000004,56.53
+1999,3,6,17,30,295,29,52,0,-7,3.5,65.01
+1999,3,6,18,30,0,0,0,-1,-8,3.5,64.93
+1999,3,6,19,30,0,0,0,-2,-8,3.5,69.12
+1999,3,6,20,30,0,0,0,-2,-8,3.5,73.68
+1999,3,6,21,30,0,0,0,-3,-9,3.6,72.65
+1999,3,6,22,30,0,0,0,-3,-9,3.6,71.5
+1999,3,6,23,30,0,0,0,-3,-9,3.6,75.63
+1999,3,7,0,30,0,0,0,-3,-9,3.5,74.06
+1999,3,7,1,30,0,0,0,-3,-10,3.3000000000000003,72.79
+1999,3,7,2,30,0,0,0,-3,-10,3.3000000000000003,71.7
+1999,3,7,3,30,0,0,0,-3,-10,3.3000000000000003,65.77
+1999,3,7,4,30,0,0,0,-3,-10,3.5,65.6
+1999,3,7,5,30,0,0,0,-2,-10,3.7,65.54
+1999,3,7,6,30,0,0,0,-1,-10,4.1000000000000005,56.77
+1999,3,7,7,30,307,67,128,2,-9,4.3,49.76
+1999,3,7,8,30,846,65,383,5,-7,4.5,46.01
+1999,3,7,9,30,938,76,568,8,-6,4.9,39.56
+1999,3,7,10,30,984,82,705,11,-6,5.2,34.7
+1999,3,7,11,30,997,87,780,12,-6,5.7,32.49
+1999,3,7,12,30,987,92,788,13,-6,6.0,30.87
+1999,3,7,13,30,958,94,730,13,-6,6.1000000000000005,29.43
+1999,3,7,14,30,906,93,612,13,-6,6.300000000000002,31.7
+1999,3,7,15,30,365,177,338,11,-6,5.300000000000002,34.05
+1999,3,7,16,30,636,72,244,8,-3,3.6,48.99
+1999,3,7,17,30,127,31,42,5,-4,3.0,63.35
+1999,3,7,18,30,0,0,0,3,-4,3.1,69.24
+1999,3,7,19,30,0,0,0,2,-4,2.8000000000000003,72.98
+1999,3,7,20,30,0,0,0,2,-3,2.2,77.14
+1999,3,7,21,30,0,0,0,2,-2,1.5,80.64
+1999,3,7,22,30,0,0,0,1,-2,1.2000000000000002,83.13
+1999,3,7,23,30,0,0,0,1,-2,1.6,83.95
+1999,3,8,0,30,0,0,0,1,-2,2.6,82.01
+1999,3,8,1,30,0,0,0,0,-3,2.7,84.29
+1999,3,8,2,30,0,0,0,0,-3,1.7000000000000002,80.65
+1999,3,8,3,30,0,0,0,0,-4,1.3,83.07000000000002
+1999,3,8,4,30,0,0,0,0,-5,1.9,85.7
+1999,3,8,5,30,0,0,0,-1,-5,2.4000000000000004,83.46000000000002
+1999,3,8,6,30,0,0,0,0,-5,3.3000000000000003,75.87
+1999,3,8,7,30,500,65,167,0,-6,5.0,67.95
+1999,3,8,8,30,734,93,372,2,-7,6.1000000000000005,58.36
+1999,3,8,9,30,869,100,561,4,-8,6.5,49.8
+1999,3,8,10,30,940,103,703,5,-9,6.300000000000002,43.29
+1999,3,8,11,30,974,103,785,6,-9,5.9,38.55
+1999,3,8,12,30,986,100,801,6,-10,5.4,34.78
+1999,3,8,13,30,980,94,749,6,-10,4.9,33.93
+1999,3,8,14,30,953,84,634,6,-10,4.4,35.93
+1999,3,8,15,30,894,71,468,5,-10,3.6,38.43
+1999,3,8,16,30,762,55,265,3,-10,2.2,41.95
+1999,3,8,17,30,413,27,62,0,-8,0.9,54.77
+1999,3,8,18,30,0,0,0,0,-9,0.6000000000000001,61.01
+1999,3,8,19,30,0,0,0,-1,-9,0.8,63.48
+1999,3,8,20,30,0,0,0,-2,-10,1.0,67.1
+1999,3,8,21,30,0,0,0,-3,-10,1.2000000000000002,70.84
+1999,3,8,22,30,0,0,0,-4,-10,1.4,69.35000000000001
+1999,3,8,23,30,0,0,0,-4,-11,1.6,67.23
+1999,3,9,0,30,0,0,0,-4,-11,1.8,64.62
+1999,3,9,1,30,0,0,0,-4,-11,2.2,62.61
+1999,3,9,2,30,0,0,0,-3,-12,2.5,60.67
+1999,3,9,3,30,0,0,0,-3,-12,2.6,55.72
+1999,3,9,4,30,0,0,0,-2,-12,2.5,57.3
+1999,3,9,5,30,0,0,0,-2,-11,2.5,55.25
+1999,3,9,6,30,0,0,0,-1,-11,2.7,49.84
+1999,3,9,7,30,595,55,178,2,-10,2.6,46.45
+1999,3,9,8,30,804,75,385,5,-8,1.7000000000000002,41.54
+1999,3,9,9,30,680,141,505,8,-7,0.8,37.14
+1999,3,9,10,30,960,88,706,10,-7,0.6000000000000001,36.14
+1999,3,9,11,30,978,92,781,11,-6,1.2000000000000002,34.61
+1999,3,9,12,30,463,295,626,12,-6,1.9,32.82
+1999,3,9,13,30,373,311,562,12,-6,2.7,30.97
+1999,3,9,14,30,365,260,473,11,-6,3.4000000000000004,33.21
+1999,3,9,15,30,565,135,388,10,-6,3.3000000000000003,35.85
+1999,3,9,16,30,493,81,219,8,-4,2.4000000000000004,46.28
+1999,3,9,17,30,336,31,60,5,-4,2.0,64.29
+1999,3,9,18,30,0,0,0,3,-5,2.5,62.85
+1999,3,9,19,30,0,0,0,2,-5,2.6,65.44
+1999,3,9,20,30,0,0,0,1,-5,2.2,65.63
+1999,3,9,21,30,0,0,0,0,-5,1.9,70.23
+1999,3,9,22,30,0,0,0,0,-5,1.8,75.14
+1999,3,9,23,30,0,0,0,0,-6,1.7000000000000002,73.75
+1999,3,10,0,30,0,0,0,0,-6,1.6,76.72
+1999,3,10,1,30,0,0,0,-1,-7,1.6,73.64
+1999,3,10,2,30,0,0,0,-1,-7,1.7000000000000002,76.24
+1999,3,10,3,30,0,0,0,-2,-8,1.7000000000000002,73.41
+1999,3,10,4,30,0,0,0,-2,-8,1.8,71.25
+1999,3,10,5,30,0,0,0,-1,-8,1.8,65.14
+1999,3,10,6,30,0,0,0,0,-8,2.4000000000000004,56.68
+1999,3,10,7,30,393,66,150,2,-7,3.6,56.87000000000001
+1999,3,10,8,30,876,65,408,4,-8,4.3,44.7
+1999,3,10,9,30,962,75,594,6,-9,4.0,38.03
+1999,3,10,10,30,1001,82,731,7,-10,3.1,31.54
+1999,3,10,11,30,1011,88,805,8,-10,2.2,29.1
+1999,3,10,12,30,1004,91,814,9,-10,1.7000000000000002,27.17
+1999,3,10,13,30,981,91,756,10,-10,1.9,27.31
+1999,3,10,14,30,935,89,636,9,-10,2.9000000000000004,29.34
+1999,3,10,15,30,853,81,466,8,-10,3.9,31.93
+1999,3,10,16,30,699,66,264,6,-9,4.1000000000000005,38.9
+1999,3,10,17,30,340,33,64,3,-8,3.3000000000000003,49.71
+1999,3,10,18,30,0,0,0,1,-8,2.4000000000000004,52.99
+1999,3,10,19,30,0,0,0,0,-8,1.6,58.24
+1999,3,10,20,30,0,0,0,0,-8,1.3,63.06
+1999,3,10,21,30,0,0,0,-1,-8,1.3,66.22
+1999,3,10,22,30,0,0,0,-1,-8,1.3,71.77
+1999,3,10,23,30,0,0,0,-2,-8,1.3,77.77
+1999,3,11,0,30,0,0,0,-3,-8,1.4,85.54
+1999,3,11,1,30,0,0,0,-4,-7,1.5,87.19
+1999,3,11,2,30,0,0,0,-4,-7,1.7000000000000002,88.44
+1999,3,11,3,30,0,0,0,-4,-7,1.9,89.91
+1999,3,11,4,30,0,0,0,-3,-7,2.3000000000000003,91.41
+1999,3,11,5,30,0,0,0,-2,-6,2.9000000000000004,86.07000000000002
+1999,3,11,6,30,0,12,12,-1,-6,4.2,74.82000000000002
+1999,3,11,7,30,379,78,161,1,-6,5.9,67.05
+1999,3,11,8,30,499,139,337,3,-5,6.9,59.68
+1999,3,11,9,30,550,192,492,5,-6,7.1000000000000005,51.03
+1999,3,11,10,30,541,251,605,6,-6,7.2,46.3
+1999,3,11,11,30,526,293,668,7,-6,7.2,42.26
+1999,3,11,12,30,526,297,678,8,-6,7.1000000000000005,39.11
+1999,3,11,13,30,896,126,737,9,-6,7.1000000000000005,36.64
+1999,3,11,14,30,846,120,620,9,-6,7.1000000000000005,36.88
+1999,3,11,15,30,444,169,372,8,-6,6.9,39.93
+1999,3,11,16,30,269,111,188,5,-5,5.9,51.8
+1999,3,11,17,30,81,38,46,3,-5,4.6000000000000005,63.58
+1999,3,11,18,30,0,0,0,1,-4,3.6,69.35000000000001
+1999,3,11,19,30,0,0,0,0,-4,2.9000000000000004,80.18
+1999,3,11,20,30,0,0,0,0,-5,2.4000000000000004,85.63
+1999,3,11,21,30,0,0,0,-1,-5,2.2,91.34
+1999,3,11,22,30,0,0,0,-1,-5,2.0,90.88
+1999,3,11,23,30,0,0,0,-1,-5,1.8,90.34
+1999,3,12,0,30,0,0,0,-1,-5,1.3,89.4
+1999,3,12,1,30,0,0,0,-2,-5,0.9,87.75
+1999,3,12,2,30,0,0,0,-3,-6,0.8,91.87
+1999,3,12,3,30,0,0,0,-3,-6,0.9,89.05
+1999,3,12,4,30,0,0,0,-3,-7,0.9,92.42
+1999,3,12,5,30,0,0,0,-4,-7,1.3,88.76
+1999,3,12,6,30,0,6,6,-3,-7,2.5,79.61
+1999,3,12,7,30,94,88,109,-2,-8,3.9,79.05
+1999,3,12,8,30,92,175,213,-2,-8,4.7,72.59
+1999,3,12,9,30,0,92,92,-1,-8,5.2,71.24
+1999,3,12,10,30,6,157,162,-1,-8,5.4,65.34
+1999,3,12,11,30,0,36,36,-1,-8,5.2,65.85
+1999,3,12,12,30,5,137,141,-1,-8,4.800000000000002,66.42
+1999,3,12,13,30,9,175,181,-1,-8,4.5,65.94
+1999,3,12,14,30,15,205,215,-1,-8,4.5,70.59
+1999,3,12,15,30,26,178,190,-2,-8,4.5,70.92
+1999,3,12,16,30,0,87,87,-2,-8,4.1000000000000005,71.62
+1999,3,12,17,30,177,43,61,-3,-8,3.3000000000000003,76.9
+1999,3,12,18,30,0,0,0,-4,-8,2.8000000000000003,81.81
+1999,3,12,19,30,0,0,0,-4,-8,2.6,87.68
+1999,3,12,20,30,0,0,0,-4,-8,2.6,81.36
+1999,3,12,21,30,0,0,0,-4,-8,2.7,82.16
+1999,3,12,22,30,0,0,0,-4,-8,2.7,88.82000000000002
+1999,3,12,23,30,0,0,0,-4,-8,2.4000000000000004,88.13
+1999,3,13,0,30,0,0,0,-5,-8,1.9,86.52
+1999,3,13,1,30,0,0,0,-5,-9,1.6,83.86
+1999,3,13,2,30,0,0,0,-5,-9,1.6,87.27
+1999,3,13,3,30,0,0,0,-6,-10,1.6,83.67
+1999,3,13,4,30,0,0,0,-6,-10,1.8,79.19
+1999,3,13,5,30,0,0,0,-5,-11,2.2,68.94
+1999,3,13,6,30,0,19,19,-3,-12,3.0,56.48
+1999,3,13,7,30,580,66,199,0,-10,3.4000000000000004,50.96
+1999,3,13,8,30,797,87,411,2,-8,3.4000000000000004,51.19
+1999,3,13,9,30,910,94,600,5,-8,3.4000000000000004,45.89
+1999,3,13,10,30,970,96,739,6,-8,3.8,39.17
+1999,3,13,11,30,995,96,817,7,-8,4.1000000000000005,35.68
+1999,3,13,12,30,998,95,827,8,-8,4.1000000000000005,33.27
+1999,3,13,13,30,989,88,771,9,-8,4.0,33.76
+1999,3,13,14,30,965,78,655,9,-8,3.7,34.59
+1999,3,13,15,30,907,67,487,8,-8,2.9000000000000004,38.26
+1999,3,13,16,30,783,54,284,5,-5,1.6,52.04
+1999,3,13,17,30,469,29,78,2,-5,0.8,64.24
+1999,3,13,18,30,0,0,0,0,-8,1.0,57.22
+1999,3,13,19,30,0,0,0,0,-8,1.5,61.94000000000001
+1999,3,13,20,30,0,0,0,-1,-8,1.8,68.15
+1999,3,13,21,30,0,0,0,-1,-8,2.0,71.44
+1999,3,13,22,30,0,0,0,-1,-9,2.0,66.53
+1999,3,13,23,30,0,0,0,-1,-10,1.9,61.17
+1999,3,14,0,30,0,0,0,-1,-11,1.8,57.18
+1999,3,14,1,30,0,0,0,-1,-11,1.7000000000000002,54.65
+1999,3,14,2,30,0,0,0,-1,-12,1.7000000000000002,49.32
+1999,3,14,3,30,0,0,0,-1,-12,1.9,48.83
+1999,3,14,4,30,0,0,0,-1,-12,2.0,48.78
+1999,3,14,5,30,0,0,0,0,-12,2.2,48.42
+1999,3,14,6,30,271,15,26,1,-11,2.9000000000000004,43.42
+1999,3,14,7,30,732,45,217,5,-10,3.3000000000000003,37.63
+1999,3,14,8,30,888,60,427,9,-8,2.4000000000000004,31.93
+1999,3,14,9,30,961,70,609,12,-8,1.5,26.09
+1999,3,14,10,30,998,76,744,14,-7,1.2000000000000002,26.33
+1999,3,14,11,30,1015,80,820,15,-7,1.1,25.53
+1999,3,14,12,30,1015,81,830,16,-7,1.0,24.21
+1999,3,14,13,30,998,81,774,16,-6,0.9,22.76
+1999,3,14,14,30,962,77,657,16,-6,0.7000000000000001,22.83
+1999,3,14,15,30,85,208,248,15,-6,0.5,24.66
+1999,3,14,16,30,765,57,285,12,-3,0.5,39.04
+1999,3,14,17,30,446,31,79,8,-2,0.7000000000000001,52.56
+1999,3,14,18,30,0,0,0,6,-5,1.1,50.46
+1999,3,14,19,30,0,0,0,4,-5,1.5,56.86
+1999,3,14,20,30,0,0,0,3,-6,1.8,63.48
+1999,3,14,21,30,0,0,0,2,-6,1.9,60.95
+1999,3,14,22,30,0,0,0,2,-7,1.9,58.02
+1999,3,14,23,30,0,0,0,1,-7,2.0,55.12000000000001
+1999,3,15,0,30,0,0,0,1,-8,2.2,52.17
+1999,3,15,1,30,0,0,0,1,-9,2.3000000000000003,50.16
+1999,3,15,2,30,0,0,0,1,-9,2.4000000000000004,49.63
+1999,3,15,3,30,0,0,0,1,-9,2.4000000000000004,49.42
+1999,3,15,4,30,0,0,0,1,-9,2.4000000000000004,48.89
+1999,3,15,5,30,0,0,0,2,-9,2.3000000000000003,48.3
+1999,3,15,6,30,0,9,9,4,-9,2.2,43.05
+1999,3,15,7,30,0,73,73,8,-7,2.6,38.7
+1999,3,15,8,30,80,181,215,11,-5,3.0,34.37
+1999,3,15,9,30,361,247,452,14,-7,3.0,27.16
+1999,3,15,10,30,19,241,254,15,-9,2.9000000000000004,20.57
+1999,3,15,11,30,105,372,450,16,-9,2.7,18.23
+1999,3,15,12,30,540,304,705,17,-9,2.5,17.04
+1999,3,15,13,30,523,277,643,18,-9,2.4000000000000004,16.04
+1999,3,15,14,30,42,260,286,18,-9,2.3000000000000003,17.17
+1999,3,15,15,30,224,213,319,17,-9,1.7000000000000002,18.78
+1999,3,15,16,30,393,103,222,14,-2,1.0,38.36
+1999,3,15,17,30,165,42,60,11,-2,1.1,43.0
+1999,3,15,18,30,0,0,0,9,-5,1.4,40.68
+1999,3,15,19,30,0,0,0,8,-5,1.7000000000000002,43.83
+1999,3,15,20,30,0,0,0,6,-5,2.0,50.97
+1999,3,15,21,30,0,0,0,5,-5,2.5,51.9
+1999,3,15,22,30,0,0,0,5,-6,2.8000000000000003,51.91
+1999,3,15,23,30,0,0,0,4,-7,2.8000000000000003,49.42
+1999,3,16,0,30,0,0,0,4,-7,2.7,47.94
+1999,3,16,1,30,0,0,0,4,-8,2.6,50.87000000000001
+1999,3,16,2,30,0,0,0,3,-8,2.5,50.42
+1999,3,16,3,30,0,0,0,3,-8,2.4000000000000004,53.34
+1999,3,16,4,30,0,0,0,2,-8,2.3000000000000003,51.63
+1999,3,16,5,30,0,0,0,2,-9,2.1,49.5
+1999,3,16,6,30,223,20,31,5,-8,2.1,41.25
+1999,3,16,7,30,0,7,7,10,-6,2.6,35.33
+1999,3,16,8,30,841,81,437,14,-8,2.8000000000000003,24.05
+1999,3,16,9,30,638,169,534,15,-10,2.6,18.16
+1999,3,16,10,30,597,242,647,16,-11,2.7,16.35
+1999,3,16,11,30,594,281,720,17,-11,3.0,15.37
+1999,3,16,12,30,470,322,673,18,-11,3.3000000000000003,15.52
+1999,3,16,13,30,545,276,659,17,-10,3.6,15.79
+1999,3,16,14,30,491,232,531,17,-10,3.7,17.18
+1999,3,16,15,30,270,210,339,16,-10,3.5,18.96
+1999,3,16,16,30,315,114,211,12,-7,2.5,28.74
+1999,3,16,17,30,82,43,52,8,-4,1.7000000000000002,46.54
+1999,3,16,18,30,0,0,0,6,-5,1.7000000000000002,50.99
+1999,3,16,19,30,0,0,0,5,-5,1.7000000000000002,53.23
+1999,3,16,20,30,0,0,0,5,-6,1.8,55.27
+1999,3,16,21,30,0,0,0,4,-6,1.9,57.31
+1999,3,16,22,30,0,0,0,3,-6,1.9,55.34
+1999,3,16,23,30,0,0,0,2,-7,1.8,57.99
+1999,3,17,0,30,0,0,0,1,-7,1.5,57.66
+1999,3,17,1,30,0,0,0,0,-7,1.2000000000000002,57.6
+1999,3,17,2,30,0,0,0,0,-7,0.8,61.94000000000001
+1999,3,17,3,30,0,0,0,0,-7,0.6000000000000001,66.81
+1999,3,17,4,30,0,0,0,0,-7,0.7000000000000001,67.89
+1999,3,17,5,30,0,0,0,-1,-6,0.6000000000000001,74.71000000000002
+1999,3,17,6,30,247,21,34,0,-6,0.8,70.95
+1999,3,17,7,30,675,57,226,2,-6,1.3,60.12000000000001
+1999,3,17,8,30,834,77,434,4,-7,1.8,50.26
+1999,3,17,9,30,911,89,614,6,-7,2.6,43.54
+1999,3,17,10,30,951,97,747,8,-7,3.5,41.11
+1999,3,17,11,30,970,101,823,9,-7,4.2,38.6
+1999,3,17,12,30,973,102,833,10,-7,4.6000000000000005,35.92
+1999,3,17,13,30,960,98,778,10,-7,4.800000000000002,33.230000000000004
+1999,3,17,14,30,927,91,661,9,-7,4.7,35.160000000000004
+1999,3,17,15,30,863,81,493,8,-7,4.6000000000000005,37.09
+1999,3,17,16,30,738,64,292,6,-7,4.0,41.73
+1999,3,17,17,30,438,35,87,3,-7,2.7,52.35
+1999,3,17,18,30,0,0,0,1,-7,1.9,55.41
+1999,3,17,19,30,0,0,0,0,-8,1.8,56.82
+1999,3,17,20,30,0,0,0,0,-8,2.0,58.96
+1999,3,17,21,30,0,0,0,0,-9,2.3000000000000003,57.46
+1999,3,17,22,30,0,0,0,0,-9,2.7,61.02
+1999,3,17,23,30,0,0,0,-1,-9,3.0,59.99
+1999,3,18,0,30,0,0,0,-1,-10,3.3000000000000003,58.24
+1999,3,18,1,30,0,0,0,-1,-10,3.6,57.06
+1999,3,18,2,30,0,0,0,-1,-10,3.8,56.85
+1999,3,18,3,30,0,0,0,-1,-10,3.3000000000000003,57.28
+1999,3,18,4,30,0,0,0,-1,-10,2.7,57.55
+1999,3,18,5,30,0,0,0,0,-10,3.2,57.29
+1999,3,18,6,30,190,25,36,1,-9,3.9,48.42
+1999,3,18,7,30,392,83,183,5,-9,3.4000000000000004,43.9
+1999,3,18,8,30,308,181,315,8,-9,3.4000000000000004,35.36
+1999,3,18,9,30,294,269,440,10,-7,4.2,32.14
+1999,3,18,10,30,0,56,56,11,-6,4.6000000000000005,31.71
+1999,3,18,11,30,531,308,706,11,-6,4.6000000000000005,31.68
+1999,3,18,12,30,504,321,703,11,-7,4.6000000000000005,33.02
+1999,3,18,13,30,463,295,625,10,-7,4.800000000000002,34.480000000000004
+1999,3,18,14,30,147,305,396,9,-7,4.800000000000002,37.03
+1999,3,18,15,30,396,192,382,7,-7,4.3,40.89
+1999,3,18,16,30,361,112,224,6,-6,3.6,49.08
+1999,3,18,17,30,218,44,70,4,-5,2.7,60.59
+1999,3,18,18,30,0,0,0,2,-4,2.0,70.01
+1999,3,18,19,30,0,0,0,2,-4,1.5,70.67
+1999,3,18,20,30,0,0,0,1,-4,1.0,70.12
+1999,3,18,21,30,0,0,0,1,-5,1.0,68.77
+1999,3,18,22,30,0,0,0,1,-5,1.1,68.5
+1999,3,18,23,30,0,0,0,1,-5,1.2000000000000002,74.03
+1999,3,19,0,30,0,0,0,0,-4,1.4,74.79
+1999,3,19,1,30,0,0,0,0,-4,1.2000000000000002,75.51
+1999,3,19,2,30,0,0,0,0,-4,1.1,80.99
+1999,3,19,3,30,0,0,0,0,-4,1.0,80.42
+1999,3,19,4,30,0,0,0,0,-4,1.1,79.97
+1999,3,19,5,30,0,0,0,0,-4,1.0,74.65
+1999,3,19,6,30,64,23,27,2,-4,1.1,71.79
+1999,3,19,7,30,320,93,176,5,-3,1.5,67.68
+1999,3,19,8,30,819,78,437,7,-2,1.9,59.28
+1999,3,19,9,30,905,86,617,10,-1,2.5,53.99
+1999,3,19,10,30,950,92,751,11,-1,3.0,47.97
+1999,3,19,11,30,970,95,825,12,-1,3.4000000000000004,45.12
+1999,3,19,12,30,973,96,835,13,-1,3.6,42.15
+1999,3,19,13,30,958,94,780,13,-1,3.8,41.93
+1999,3,19,14,30,922,90,663,13,-1,3.8,44.42
+1999,3,19,15,30,855,81,496,12,-1,3.6,47.07
+1999,3,19,16,30,731,65,296,10,-1,2.7,54.05
+1999,3,19,17,30,442,37,92,6,0,1.5,71.37
+1999,3,19,18,30,0,0,0,4,-1,1.0,78.15
+1999,3,19,19,30,0,0,0,4,-1,0.6000000000000001,76.75
+1999,3,19,20,30,0,0,0,4,-1,0.6000000000000001,81.42
+1999,3,19,21,30,0,0,0,3,-2,1.1,80.32000000000002
+1999,3,19,22,30,0,0,0,3,-2,1.3,85.05
+1999,3,19,23,30,0,0,0,3,-2,1.4,83.38
+1999,3,20,0,30,0,0,0,3,-2,1.5,75.53
+1999,3,20,1,30,0,0,0,3,-3,1.4,73.35000000000002
+1999,3,20,2,30,0,0,0,3,-3,1.4,71.12
+1999,3,20,3,30,0,0,0,3,-4,1.4,68.81
+1999,3,20,4,30,0,0,0,3,-4,1.4,66.41
+1999,3,20,5,30,0,0,0,3,-5,1.3,63.65
+1999,3,20,6,30,354,23,48,6,-5,1.3,54.16
+1999,3,20,7,30,735,54,250,9,-3,1.0,47.74
+1999,3,20,8,30,878,70,460,12,-5,1.3,32.65
+1999,3,20,9,30,946,82,641,14,-6,2.2,25.88
+1999,3,20,10,30,980,89,774,15,-7,2.7,23.5
+1999,3,20,11,30,994,94,847,16,-7,3.1,21.84
+1999,3,20,12,30,990,97,854,17,-7,3.3000000000000003,21.7
+1999,3,20,13,30,969,97,795,17,-7,3.5,21.51
+1999,3,20,14,30,925,94,674,16,-7,3.7,21.26
+1999,3,20,15,30,599,141,434,15,-7,4.0,22.49
+1999,3,20,16,30,563,85,264,13,-7,3.4000000000000004,28.41
+1999,3,20,17,30,339,44,87,9,-4,2.5,45.67
+1999,3,20,18,30,0,0,0,6,-5,2.5,55.0
+1999,3,20,19,30,0,0,0,5,-5,2.8000000000000003,54.25
+1999,3,20,20,30,0,0,0,5,-5,3.1,57.85
+1999,3,20,21,30,0,0,0,4,-5,3.3000000000000003,57.6
+1999,3,20,22,30,0,0,0,4,-5,3.3000000000000003,61.88
+1999,3,20,23,30,0,0,0,4,-5,3.4000000000000004,61.76
+1999,3,21,0,30,0,0,0,4,-5,3.5,61.17
+1999,3,21,1,30,0,0,0,4,-5,3.5,57.22
+1999,3,21,2,30,0,0,0,4,-5,3.3000000000000003,58.62000000000001
+1999,3,21,3,30,0,0,0,3,-4,3.1,64.67
+1999,3,21,4,30,0,0,0,3,-4,2.9000000000000004,70.03
+1999,3,21,5,30,0,0,0,3,-4,3.0,64.26
+1999,3,21,6,30,192,27,41,6,-4,3.9,53.65
+1999,3,21,7,30,720,57,253,11,-3,4.800000000000002,42.71
+1999,3,21,8,30,881,70,466,14,-4,5.4,30.42
+1999,3,21,9,30,952,80,648,17,-6,6.1000000000000005,21.73
+1999,3,21,10,30,983,88,779,18,-7,6.7,19.11
+1999,3,21,11,30,999,91,852,19,-8,7.1000000000000005,17.26
+1999,3,21,12,30,509,333,724,20,-8,7.300000000000002,15.44
+1999,3,21,13,30,996,86,808,19,-9,7.300000000000002,15.7
+1999,3,21,14,30,968,81,690,18,-9,7.1000000000000005,16.41
+1999,3,21,15,30,909,72,520,17,-9,6.5,17.72
+1999,3,21,16,30,794,59,315,14,-8,4.800000000000002,22.31
+1999,3,21,17,30,519,35,103,10,-7,2.7,35.48000000000001
+1999,3,21,18,30,0,0,0,7,-5,1.9,48.13
+1999,3,21,19,30,0,0,0,5,-6,1.7000000000000002,51.12000000000001
+1999,3,21,20,30,0,0,0,4,-6,1.4,59.1
+1999,3,21,21,30,0,0,0,2,-6,1.2000000000000002,63.52
+1999,3,21,22,30,0,0,0,1,-6,1.0,62.56
+1999,3,21,23,30,0,0,0,1,-6,1.0,61.31
+1999,3,22,0,30,0,0,0,0,-6,1.0,64.9
+1999,3,22,1,30,0,0,0,0,-6,1.0,64.19
+1999,3,22,2,30,0,0,0,0,-7,1.1,63.18
+1999,3,22,3,30,0,0,0,0,-7,1.2000000000000002,61.71
+1999,3,22,4,30,0,0,0,0,-7,1.4,60.14
+1999,3,22,5,30,0,0,0,0,-8,1.5,54.68
+1999,3,22,6,30,221,28,46,3,-7,2.1,53.48
+1999,3,22,7,30,738,55,259,7,-7,3.0,41.32
+1999,3,22,8,30,870,72,468,10,-7,3.4000000000000004,31.3
+1999,3,22,9,30,929,87,645,11,-8,3.6,28.87
+1999,3,22,10,30,950,101,774,12,-7,3.6,27.9
+1999,3,22,11,30,486,334,707,13,-7,3.4000000000000004,28.7
+1999,3,22,12,30,470,341,705,13,-7,3.2,27.39
+1999,3,22,13,30,527,292,676,12,-6,3.0,29.61
+1999,3,22,14,30,521,241,571,12,-6,3.1,32.19
+1999,3,22,15,30,104,234,285,11,-6,3.4000000000000004,35.44
+1999,3,22,16,30,0,9,9,9,-5,3.4000000000000004,39.62
+1999,3,22,17,30,0,4,4,7,-4,2.7,51.18
+1999,3,22,18,30,0,0,0,5,-2,2.0,65.54
+1999,3,22,19,30,0,0,0,3,-2,1.4,75.93
+1999,3,22,20,30,0,0,0,3,-2,0.8,81.86
+1999,3,22,21,30,0,0,0,2,-2,0.8,81.35000000000002
+1999,3,22,22,30,0,0,0,1,-2,1.0,80.86
+1999,3,22,23,30,0,0,0,0,-3,1.3,86.14
+1999,3,23,0,30,0,0,0,0,-3,1.6,84.75
+1999,3,23,1,30,0,0,0,0,-3,1.7000000000000002,89.05
+1999,3,23,2,30,0,0,0,0,-3,1.8,86.19
+1999,3,23,3,30,0,0,0,0,-4,1.7000000000000002,82.75
+1999,3,23,4,30,0,0,0,0,-5,1.7000000000000002,84.65
+1999,3,23,5,30,0,0,0,0,-6,1.8,73.95
+1999,3,23,6,30,202,31,48,2,-6,2.5,57.45
+1999,3,23,7,30,711,62,263,7,-6,2.5,42.24
+1999,3,23,8,30,858,79,474,10,-7,1.6,31.46
+1999,3,23,9,30,931,91,655,12,-8,1.5,25.58
+1999,3,23,10,30,968,98,788,14,-9,1.9,23.31
+1999,3,23,11,30,984,102,861,15,-9,2.4000000000000004,21.78
+1999,3,23,12,30,982,103,867,16,-9,2.8000000000000003,20.62
+1999,3,23,13,30,960,104,807,16,-8,3.2,19.53
+1999,3,23,14,30,906,105,683,15,-8,3.5,20.99
+1999,3,23,15,30,495,176,423,14,-8,3.8,22.61
+1999,3,23,16,30,190,137,200,12,-7,3.4000000000000004,30.15
+1999,3,23,17,30,218,54,84,9,-5,2.3000000000000003,44.37
+1999,3,23,18,30,0,0,0,7,-3,1.7000000000000002,52.42
+1999,3,23,19,30,0,0,0,7,-3,1.6,60.29
+1999,3,23,20,30,0,0,0,7,-2,1.5,64.38
+1999,3,23,21,30,0,0,0,7,-1,1.5,64.99
+1999,3,23,22,30,0,0,0,7,-1,1.2000000000000002,65.09
+1999,3,23,23,30,0,0,0,6,-1,0.9,65.11
+1999,3,24,0,30,0,0,0,6,-1,0.4,69.88
+1999,3,24,1,30,0,0,0,5,-2,0.2,69.64
+1999,3,24,2,30,0,0,0,5,-2,0.30000000000000004,73.38
+1999,3,24,3,30,0,0,0,4,-2,0.7000000000000001,77.02
+1999,3,24,4,30,0,0,0,2,-2,1.0,81.91
+1999,3,24,5,30,0,0,0,2,-2,1.2000000000000002,81.28
+1999,3,24,6,30,196,35,53,4,-2,2.0,72.73
+1999,3,24,7,30,615,77,254,7,-1,2.8000000000000003,60.59
+1999,3,24,8,30,778,99,461,10,-2,3.2,48.08
+1999,3,24,9,30,856,115,639,11,-3,3.5,42.49
+1999,3,24,10,30,896,126,769,12,-3,3.4000000000000004,38.52
+1999,3,24,11,30,910,135,840,13,-3,3.3000000000000003,35.11
+1999,3,24,12,30,904,139,846,14,-4,3.3000000000000003,31.92
+1999,3,24,13,30,883,137,788,14,-4,3.4000000000000004,31.12
+1999,3,24,14,30,827,136,666,14,-4,3.6,32.71
+1999,3,24,15,30,740,124,497,13,-4,3.9,34.99
+1999,3,24,16,30,604,97,298,11,-4,3.9,38.21
+1999,3,24,17,30,0,34,34,8,-3,3.5,51.63
+1999,3,24,18,30,0,0,0,6,-2,3.5,61.51
+1999,3,24,19,30,0,0,0,4,-2,3.7,73.16
+1999,3,24,20,30,0,0,0,4,-1,3.9,81.39
+1999,3,24,21,30,0,0,0,3,-1,4.0,82.88
+1999,3,24,22,30,0,0,0,3,-1,3.9,88.39
+1999,3,24,23,30,0,0,0,3,-2,3.7,86.13
+1999,3,25,0,30,0,0,0,2,-2,3.7,83.5
+1999,3,25,1,30,0,0,0,2,-2,3.6,81.01
+1999,3,25,2,30,0,0,0,1,-3,3.4000000000000004,79.4
+1999,3,25,3,30,0,0,0,1,-3,3.0,78.35000000000002
+1999,3,25,4,30,0,0,0,1,-3,2.5,77.16
+1999,3,25,5,30,0,0,0,2,-3,2.4000000000000004,75.63
+1999,3,25,6,30,196,35,54,5,-3,2.8000000000000003,66.03
+1999,3,25,7,30,665,70,265,10,-3,2.6,47.23
+1999,3,25,8,30,812,91,473,13,-4,1.4,33.94
+1999,3,25,9,30,886,105,652,16,-5,0.8,27.81
+1999,3,25,10,30,925,115,783,17,-5,1.3,23.58
+1999,3,25,11,30,942,120,854,18,-5,2.0,21.9
+1999,3,25,12,30,940,121,860,19,-5,2.6,21.87
+1999,3,25,13,30,919,120,800,19,-5,3.4000000000000004,20.65
+1999,3,25,14,30,876,115,680,18,-5,4.4,22.31
+1999,3,25,15,30,664,130,467,17,-5,5.5,24.29
+1999,3,25,16,30,626,78,289,15,-4,6.1000000000000005,31.42
+1999,3,25,17,30,214,50,81,12,-3,6.2,40.78
+1999,3,25,18,30,0,0,0,9,-3,6.4,50.3
+1999,3,25,19,30,0,0,0,7,-3,6.300000000000002,59.31
+1999,3,25,20,30,0,0,0,6,-2,5.6000000000000005,64.83
+1999,3,25,21,30,0,0,0,5,-2,5.1000000000000005,65.05
+1999,3,25,22,30,0,0,0,5,-2,4.4,64.9
+1999,3,25,23,30,0,0,0,5,-3,3.7,63.62000000000001
+1999,3,26,0,30,0,0,0,5,-3,3.4000000000000004,60.69
+1999,3,26,1,30,0,0,0,5,-4,3.2,57.09
+1999,3,26,2,30,0,0,0,5,-5,2.9000000000000004,58.84
+1999,3,26,3,30,0,0,0,4,-5,2.5,57.6
+1999,3,26,4,30,0,0,0,3,-5,2.0,61.26
+1999,3,26,5,30,0,0,0,4,-5,1.8,56.58
+1999,3,26,6,30,274,39,67,7,-5,2.4000000000000004,48.39
+1999,3,26,7,30,348,106,210,12,-5,2.8000000000000003,33.28
+1999,3,26,8,30,418,183,381,15,-7,2.2,23.05
+1999,3,26,9,30,884,109,658,17,-8,2.2,18.48
+1999,3,26,10,30,929,114,790,18,-8,3.0,17.27
+1999,3,26,11,30,941,122,860,19,-8,3.9,16.26
+1999,3,26,12,30,505,350,749,20,-8,4.6000000000000005,16.44
+1999,3,26,13,30,499,314,686,19,-8,4.9,17.81
+1999,3,26,14,30,24,249,265,18,-7,5.2,19.77
+1999,3,26,15,30,198,238,339,17,-6,5.2,24.31
+1999,3,26,16,30,490,105,271,15,-4,4.2,32.11
+1999,3,26,17,30,296,47,91,12,-3,2.8000000000000003,42.14
+1999,3,26,18,30,0,0,0,9,-2,2.2,50.5
+1999,3,26,19,30,0,0,0,8,-2,2.0,54.84
+1999,3,26,20,30,0,0,0,7,-2,1.8,59.9
+1999,3,26,21,30,0,0,0,7,-1,1.7000000000000002,66.07000000000001
+1999,3,26,22,30,0,0,0,6,-1,1.5,68.35000000000001
+1999,3,26,23,30,0,0,0,6,-1,1.2000000000000002,74.89
+1999,3,27,0,30,0,0,0,5,0,0.9,75.84
+1999,3,27,1,30,0,0,0,5,0,0.6000000000000001,76.37
+1999,3,27,2,30,0,0,0,5,0,0.4,82.94
+1999,3,27,3,30,0,0,0,4,0,0.30000000000000004,83.17
+1999,3,27,4,30,0,0,0,4,0,0.30000000000000004,83.2
+1999,3,27,5,30,0,0,0,4,0,0.6000000000000001,83.52
+1999,3,27,6,30,0,7,7,6,0,1.7000000000000002,74.72
+1999,3,27,7,30,370,106,219,9,0,2.7,66.02
+1999,3,27,8,30,715,122,465,11,0,3.1,51.63
+1999,3,27,9,30,58,283,319,13,-1,3.3000000000000003,42.13
+1999,3,27,10,30,13,212,222,14,-2,3.8,36.5
+1999,3,27,11,30,741,234,818,15,-3,4.7,31.48
+1999,3,27,12,30,57,378,423,15,-4,5.5,29.67
+1999,3,27,13,30,343,363,620,15,-4,6.1000000000000005,29.06
+1999,3,27,14,30,22,244,259,14,-4,6.300000000000002,31.15
+1999,3,27,15,30,822,101,524,13,-5,6.0,31.68
+1999,3,27,16,30,718,79,325,11,-6,4.800000000000002,31.93
+1999,3,27,17,30,448,48,116,8,-7,3.0,35.96
+1999,3,27,18,30,0,0,0,5,-7,1.9,44.86
+1999,3,27,19,30,0,0,0,3,-8,1.6,49.84
+1999,3,27,20,30,0,0,0,1,-8,1.2000000000000002,52.34
+1999,3,27,21,30,0,0,0,0,-9,1.1,50.44
+1999,3,27,22,30,0,0,0,0,-9,1.2000000000000002,51.22
+1999,3,27,23,30,0,0,0,0,-10,1.4,51.61
+1999,3,28,0,30,0,0,0,0,-11,1.4,49.23
+1999,3,28,1,30,0,0,0,-1,-11,1.2000000000000002,51.43
+1999,3,28,2,30,0,0,0,-1,-11,0.9,53.79
+1999,3,28,3,30,0,0,0,-2,-12,0.6000000000000001,51.99
+1999,3,28,4,30,0,0,0,-2,-12,0.9,50.93
+1999,3,28,5,30,0,0,0,-1,-12,1.9,51.51
+1999,3,28,6,30,289,45,78,1,-11,3.5,45.93
+1999,3,28,7,30,639,88,285,4,-11,4.6000000000000005,36.68
+1999,3,28,8,30,790,112,496,7,-11,4.6000000000000005,29.31
+1999,3,28,9,30,869,127,675,10,-12,4.4,24.3
+1999,3,28,10,30,914,135,807,12,-12,4.6000000000000005,19.84
+1999,3,28,11,30,394,365,677,13,-13,5.6000000000000005,17.93
+1999,3,28,12,30,525,347,766,14,-13,6.800000000000002,16.63
+1999,3,28,13,30,668,249,751,13,-13,7.300000000000002,16.28
+1999,3,28,14,30,11,196,203,12,-14,7.2,16.43
+1999,3,28,15,30,490,184,437,11,-15,6.5,16.19
+1999,3,28,16,30,0,22,22,9,-15,4.9,17.740000000000006
+1999,3,28,17,30,20,56,59,6,-13,2.6,25.65
+1999,3,28,18,30,0,0,0,3,-11,1.3,39.37
+1999,3,28,19,30,0,0,0,1,-11,1.1,42.95
+1999,3,28,20,30,0,0,0,0,-11,1.0,42.73
+1999,3,28,21,30,0,0,0,0,-10,0.9,46.78
+1999,3,28,22,30,0,0,0,0,-10,0.8,51.5
+1999,3,28,23,30,0,0,0,-1,-10,0.7000000000000001,55.63
+1999,3,29,0,30,0,0,0,-2,-10,0.5,59.81
+1999,3,29,1,30,0,0,0,-2,-10,0.4,63.88
+1999,3,29,2,30,0,0,0,-3,-10,0.7000000000000001,63.08
+1999,3,29,3,30,0,0,0,-3,-11,1.0,61.31
+1999,3,29,4,30,0,0,0,-3,-11,1.2000000000000002,58.79
+1999,3,29,5,30,0,0,0,-1,-12,1.7000000000000002,47.76
+1999,3,29,6,30,280,48,81,2,-12,2.6,37.65
+1999,3,29,7,30,612,95,288,6,-13,2.8000000000000003,28.57
+1999,3,29,8,30,764,124,499,10,-14,2.0,18.05
+1999,3,29,9,30,847,142,680,13,-15,1.1,14.51
+1999,3,29,10,30,893,152,813,15,-14,0.5,13.16
+1999,3,29,11,30,916,155,885,16,-14,0.5,12.68
+1999,3,29,12,30,919,153,891,17,-14,1.0,12.03
+1999,3,29,13,30,905,146,830,18,-14,1.6,11.39
+1999,3,29,14,30,870,135,708,18,-14,2.2,11.43
+1999,3,29,15,30,799,119,535,17,-13,2.9000000000000004,12.24
+1999,3,29,16,30,670,95,329,15,-13,3.4000000000000004,14.85
+1999,3,29,17,30,394,56,118,11,-7,4.1000000000000005,30.04
+1999,3,29,18,30,0,0,0,8,-9,4.800000000000002,33.06
+1999,3,29,19,30,0,0,0,6,-9,4.7,36.73
+1999,3,29,20,30,0,0,0,5,-9,4.3,40.4
+1999,3,29,21,30,0,0,0,4,-8,4.2,44.23
+1999,3,29,22,30,0,0,0,4,-9,4.2,43.31
+1999,3,29,23,30,0,0,0,4,-9,3.9,41.84
+1999,3,30,0,30,0,0,0,4,-9,3.6,41.29
+1999,3,30,1,30,0,0,0,4,-9,3.6,45.24
+1999,3,30,2,30,0,0,0,3,-8,3.7,47.33
+1999,3,30,3,30,0,0,0,3,-8,4.2,49.15
+1999,3,30,4,30,0,0,0,4,-8,4.6000000000000005,50.53
+1999,3,30,5,30,0,0,0,5,-8,4.7,44.05
+1999,3,30,6,30,310,48,86,8,-7,5.0,36.54
+1999,3,30,7,30,642,90,295,12,-7,5.800000000000002,28.79
+1999,3,30,8,30,799,111,507,15,-8,7.0,21.59
+1999,3,30,9,30,881,123,687,17,-10,7.6,16.35
+1999,3,30,10,30,922,131,818,19,-11,7.6,13.82
+1999,3,30,11,30,940,135,888,20,-12,7.4,12.31
+1999,3,30,12,30,942,134,893,20,-12,7.2,11.25
+1999,3,30,13,30,924,130,831,21,-12,7.2,11.1
+1999,3,30,14,30,883,123,709,20,-12,7.2,11.85
+1999,3,30,15,30,820,109,539,19,-12,7.2,12.76
+1999,3,30,16,30,710,86,336,16,-12,6.4,15.04
+1999,3,30,17,30,454,52,125,13,-11,4.800000000000002,21.35
+1999,3,30,18,30,0,0,0,10,-9,4.2,29.17
+1999,3,30,19,30,0,0,0,8,-9,4.4,31.69
+1999,3,30,20,30,0,0,0,7,-9,4.3,33.94
+1999,3,30,21,30,0,0,0,7,-9,4.0,36.55
+1999,3,30,22,30,0,0,0,7,-9,4.0,36.54
+1999,3,30,23,30,0,0,0,6,-9,4.1000000000000005,36.27
+1999,3,31,0,30,0,0,0,6,-9,4.2,38.66
+1999,3,31,1,30,0,0,0,5,-9,4.1000000000000005,39.3
+1999,3,31,2,30,0,0,0,4,-8,3.8,44.69
+1999,3,31,3,30,0,0,0,4,-8,3.4000000000000004,46.7
+1999,3,31,4,30,0,0,0,3,-8,2.9000000000000004,50.73
+1999,3,31,5,30,0,0,0,4,-8,2.7,46.22
+1999,3,31,6,30,289,49,86,7,-7,3.5,40.05
+1999,3,31,7,30,603,95,291,11,-7,4.7,32.61
+1999,3,31,8,30,753,122,498,13,-10,5.2,21.43
+1999,3,31,9,30,835,137,676,15,-10,5.5,17.92
+1999,3,31,10,30,881,145,806,16,-10,5.6000000000000005,17.04
+1999,3,31,11,30,904,148,876,17,-10,5.9,16.740000000000002
+1999,3,31,12,30,911,144,882,18,-9,6.300000000000002,16.54
+1999,3,31,13,30,897,138,822,19,-9,6.7,17.07
+1999,3,31,14,30,562,244,619,18,-9,7.1000000000000005,17.06
+1999,3,31,15,30,47,224,249,17,-9,7.1000000000000005,17.72
+1999,3,31,16,30,82,150,179,15,-9,6.4,21.75
+1999,3,31,17,30,446,44,117,12,-7,4.800000000000002,29.74
+1999,3,31,18,30,0,0,0,9,-6,3.7,36.7
+1999,3,31,19,30,0,0,0,8,-6,3.6,43.08
+1999,3,31,20,30,0,0,0,6,-6,3.7,46.72
+1999,3,31,21,30,0,0,0,6,-6,3.9,49.82
+1999,3,31,22,30,0,0,0,5,-6,3.9,50.04
+1999,3,31,23,30,0,0,0,4,-6,3.5,55.02
+1999,4,1,0,30,0,0,0,3,-5,2.8000000000000003,61.5
+1999,4,1,1,30,0,0,0,2,-4,2.2,69.34
+1999,4,1,2,30,0,0,0,2,-4,1.6,71.66
+1999,4,1,3,30,0,0,0,1,-4,1.1,73.58
+1999,4,1,4,30,0,0,0,0,-3,0.6000000000000001,75.62
+1999,4,1,5,30,0,0,0,0,-3,0.8,77.96000000000002
+1999,4,1,6,30,0,6,6,2,-2,1.2000000000000002,81.52
+1999,4,1,7,30,0,13,13,4,-2,1.4,70.03
+1999,4,1,8,30,0,27,27,6,-3,1.7000000000000002,57.19
+1999,4,1,9,30,0,42,42,7,-4,2.5,50.74
+1999,4,1,10,30,0,38,38,8,-4,3.3000000000000003,47.23
+1999,4,1,11,30,5,131,136,9,-4,3.7,44.88
+1999,4,1,12,30,0,52,52,9,-3,3.9,46.25
+1999,4,1,13,30,0,66,66,8,-3,3.7,51.1
+1999,4,1,14,30,0,57,57,7,-2,3.2,57.15
+1999,4,1,15,30,0,45,45,6,-2,2.9000000000000004,68.28
+1999,4,1,16,30,0,29,29,5,-1,2.7,74.98
+1999,4,1,17,30,0,54,54,3,-1,2.7,88.45
+1999,4,1,18,30,0,0,0,1,-1,2.8000000000000003,88.57000000000002
+1999,4,1,19,30,0,0,0,0,-2,3.0,92.0
+1999,4,1,20,30,0,0,0,0,-2,3.1,87.09
+1999,4,1,21,30,0,0,0,0,-3,3.3000000000000003,88.92
+1999,4,1,22,30,0,0,0,0,-4,3.5,90.79
+1999,4,1,23,30,0,0,0,-1,-4,3.7,86.27
+1999,4,2,0,30,0,0,0,-2,-5,3.9,88.09
+1999,4,2,1,30,0,0,0,-2,-6,3.9,89.39
+1999,4,2,2,30,0,0,0,-3,-7,3.7,83.59
+1999,4,2,3,30,0,0,0,-4,-8,3.4000000000000004,84.86
+1999,4,2,4,30,0,0,0,-4,-8,3.1,80.61
+1999,4,2,5,30,0,0,0,-4,-9,3.0,83.26
+1999,4,2,6,30,0,21,21,-3,-9,3.3000000000000003,75.87
+1999,4,2,7,30,39,130,143,-2,-9,3.6,65.8
+1999,4,2,8,30,0,68,68,-1,-9,3.5,61.48
+1999,4,2,9,30,9,181,188,0,-9,3.3000000000000003,58.42
+1999,4,2,10,30,10,175,183,0,-8,2.9000000000000004,60.18
+1999,4,2,11,30,210,430,601,0,-8,2.6,57.12000000000001
+1999,4,2,12,30,33,347,374,0,-8,2.8000000000000003,58.43
+1999,4,2,13,30,10,169,176,0,-7,3.0,60.14
+1999,4,2,14,30,15,221,231,0,-7,3.0,61.04
+1999,4,2,15,30,0,92,92,0,-7,2.7,66.08
+1999,4,2,16,30,0,28,28,-1,-7,2.2,71.39
+1999,4,2,17,30,0,45,45,-2,-7,1.8,76.78
+1999,4,2,18,30,0,0,0,-3,-7,1.6,80.2
+1999,4,2,19,30,0,0,0,-4,-8,1.4,84.64
+1999,4,2,20,30,0,0,0,-4,-8,1.4,82.11
+1999,4,2,21,30,0,0,0,-5,-8,1.6,86.17
+1999,4,2,22,30,0,0,0,-5,-9,1.6,83.43
+1999,4,2,23,30,0,0,0,-6,-9,1.6,87.33
+1999,4,3,0,30,0,0,0,-6,-10,2.0,91.69
+1999,4,3,1,30,0,0,0,-7,-10,2.2,89.25
+1999,4,3,2,30,0,0,0,-7,-10,2.0,87.11
+1999,4,3,3,30,0,0,0,-7,-11,1.8,91.22
+1999,4,3,4,30,0,0,0,-7,-11,1.8,82.36
+1999,4,3,5,30,0,0,0,-6,-11,2.0,75.16
+1999,4,3,6,30,0,27,27,-3,-11,2.7,64.42
+1999,4,3,7,30,12,120,125,-1,-10,3.9,54.41
+1999,4,3,8,30,110,238,295,0,-11,4.9,47.72
+1999,4,3,9,30,551,242,605,0,-12,5.2,42.85
+1999,4,3,10,30,525,321,722,1,-12,5.0,39.74
+1999,4,3,11,30,480,381,773,2,-11,4.4,40.19
+1999,4,3,12,30,191,437,595,2,-11,3.6,41.31
+1999,4,3,13,30,42,344,376,3,-11,2.6,42.61
+1999,4,3,14,30,79,323,377,3,-10,1.4,41.41
+1999,4,3,15,30,10,174,180,3,-10,0.5,45.47
+1999,4,3,16,30,722,104,368,2,-10,0.4,45.52
+1999,4,3,17,30,0,25,25,0,-8,0.5,54.68
+1999,4,3,18,30,0,0,0,0,-10,0.4,58.3
+1999,4,3,19,30,0,0,0,-2,-10,0.4,59.72
+1999,4,3,20,30,0,0,0,-3,-11,0.5,62.53
+1999,4,3,21,30,0,0,0,-3,-11,0.7000000000000001,66.11
+1999,4,3,22,30,0,0,0,-4,-11,1.0,64.21000000000001
+1999,4,3,23,30,0,0,0,-4,-12,1.2000000000000002,62.25
+1999,4,4,0,30,0,0,0,-4,-12,1.3,61.94000000000001
+1999,4,4,1,30,0,0,0,-4,-12,1.4,60.89
+1999,4,4,2,30,0,0,0,-4,-12,1.4,60.85
+1999,4,4,3,30,0,0,0,-4,-12,1.2000000000000002,62.4
+1999,4,4,4,30,0,0,0,-4,-11,1.2000000000000002,62.58
+1999,4,4,5,30,0,0,0,-3,-11,1.4,58.01
+1999,4,4,6,30,0,22,22,-1,-11,1.8,52.74
+1999,4,4,7,30,0,104,104,1,-10,2.6,49.74
+1999,4,4,8,30,191,242,342,2,-9,3.4000000000000004,47.52
+1999,4,4,9,30,623,219,632,3,-9,3.9,46.06
+1999,4,4,10,30,518,325,722,4,-8,4.3,48.41
+1999,4,4,11,30,645,301,831,4,-8,4.5,50.96
+1999,4,4,12,30,690,278,848,4,-7,4.4,52.8
+1999,4,4,13,30,492,341,723,4,-7,4.5,50.1
+1999,4,4,14,30,616,231,649,4,-7,4.5,50.58
+1999,4,4,15,30,754,115,523,4,-6,4.1000000000000005,55.31
+1999,4,4,16,30,219,155,236,3,-6,3.0,62.63
+1999,4,4,17,30,477,45,130,1,-4,2.0,69.10000000000001
+1999,4,4,18,30,0,0,0,0,-5,1.8,73.14
+1999,4,4,19,30,0,0,0,0,-4,1.6,80.72
+1999,4,4,20,30,0,0,0,0,-4,1.1,83.45
+1999,4,4,21,30,0,0,0,0,-4,0.7000000000000001,85.17
+1999,4,4,22,30,0,0,0,0,-4,0.4,85.92
+1999,4,4,23,30,0,0,0,0,-3,0.6000000000000001,93.06
+1999,4,5,0,30,0,0,0,-1,-4,1.2000000000000002,99.16
+1999,4,5,1,30,0,0,0,-2,-4,2.0,96.65
+1999,4,5,2,30,0,0,0,-2,-4,2.9000000000000004,95.39
+1999,4,5,3,30,0,0,0,-2,-4,3.4000000000000004,94.18
+1999,4,5,4,30,0,0,0,-2,-5,3.6,91.08
+1999,4,5,5,30,0,0,0,-1,-5,4.0,80.35000000000002
+1999,4,5,6,30,370,62,120,0,-5,5.0,74.2
+1999,4,5,7,30,693,102,344,1,-5,6.0,64.46000000000001
+1999,4,5,8,30,854,120,568,4,-6,6.0,56.76
+1999,4,5,9,30,936,132,757,5,-7,5.4,46.29
+1999,4,5,10,30,977,142,894,6,-7,4.800000000000002,41.87
+1999,4,5,11,30,994,146,966,7,-8,4.2,38.44
+1999,4,5,12,30,996,144,969,8,-8,3.5,35.52
+1999,4,5,13,30,982,137,903,9,-8,2.8000000000000003,33.08
+1999,4,5,14,30,940,131,773,9,-8,2.2,32.980000000000004
+1999,4,5,15,30,858,123,590,8,-8,1.6,35.44
+1999,4,5,16,30,723,102,371,7,-7,0.9,38.69
+1999,4,5,17,30,463,63,147,4,-4,0.2,61.37000000000001
+1999,4,5,18,30,0,0,0,1,-6,0.30000000000000004,62.91
+1999,4,5,19,30,0,0,0,0,-7,0.6000000000000001,62.27
+1999,4,5,20,30,0,0,0,0,-7,0.9,64.47
+1999,4,5,21,30,0,0,0,-1,-8,1.2000000000000002,66.5
+1999,4,5,22,30,0,0,0,-2,-9,1.6,68.18
+1999,4,5,23,30,0,0,0,-2,-9,2.1,64.46000000000001
+1999,4,6,0,30,0,0,0,-2,-10,2.6,60.63
+1999,4,6,1,30,0,0,0,-2,-10,3.0,58.3
+1999,4,6,2,30,0,0,0,-2,-11,3.0,62.42
+1999,4,6,3,30,0,0,0,-2,-10,2.7,62.81
+1999,4,6,4,30,0,0,0,-2,-10,2.4000000000000004,62.98
+1999,4,6,5,30,0,0,0,-1,-11,2.5,53.79
+1999,4,6,6,30,557,47,137,2,-9,2.7,48.52
+1999,4,6,7,30,810,78,364,6,-8,2.0,39.21
+1999,4,6,8,30,916,100,584,9,-9,1.3,30.24
+1999,4,6,9,30,971,115,768,12,-9,1.5,25.14
+1999,4,6,10,30,1002,125,901,13,-9,2.0,22.23
+1999,4,6,11,30,1016,128,970,14,-9,2.5,21.25
+1999,4,6,12,30,1017,126,972,15,-9,3.1,20.32
+1999,4,6,13,30,1006,120,907,16,-9,3.8,19.3
+1999,4,6,14,30,978,109,779,16,-8,4.4,19.54
+1999,4,6,15,30,926,94,600,15,-8,4.6000000000000005,20.89
+1999,4,6,16,30,828,75,385,13,-8,3.7,24.98
+1999,4,6,17,30,609,43,155,9,-5,2.3000000000000003,41.3
+1999,4,6,18,30,0,0,0,6,-5,1.7000000000000002,54.05
+1999,4,6,19,30,0,0,0,4,-6,1.6,59.38
+1999,4,6,20,30,0,0,0,3,-6,1.6,61.93
+1999,4,6,21,30,0,0,0,2,-6,1.6,60.23
+1999,4,6,22,30,0,0,0,2,-7,1.6,58.44
+1999,4,6,23,30,0,0,0,2,-7,1.7000000000000002,57.06
+1999,4,7,0,30,0,0,0,1,-7,1.7000000000000002,56.36
+1999,4,7,1,30,0,0,0,1,-7,1.8,56.4
+1999,4,7,2,30,0,0,0,1,-7,1.9,56.62000000000001
+1999,4,7,3,30,0,0,0,1,-7,1.9,60.5
+1999,4,7,4,30,0,0,0,0,-7,1.8,59.68
+1999,4,7,5,30,0,0,0,2,-8,1.6,54.22
+1999,4,7,6,30,566,41,135,6,-5,1.7000000000000002,49.44
+1999,4,7,7,30,799,64,351,11,-4,1.7000000000000002,40.74
+1999,4,7,8,30,904,78,560,14,-5,1.9,30.41
+1999,4,7,9,30,959,87,735,15,-6,2.9000000000000004,25.46
+1999,4,7,10,30,988,93,862,17,-6,3.9,23.44
+1999,4,7,11,30,1001,96,929,18,-6,4.800000000000002,21.57
+1999,4,7,12,30,595,335,832,19,-7,5.6000000000000005,19.65
+1999,4,7,13,30,986,96,871,19,-7,6.2,17.79
+1999,4,7,14,30,959,90,750,19,-8,6.6000000000000005,18.28
+1999,4,7,15,30,910,79,579,18,-8,6.800000000000002,19.08
+1999,4,7,16,30,459,126,299,16,-8,6.5,20.4
+1999,4,7,17,30,0,3,3,13,-7,5.5,28.55
+1999,4,7,18,30,0,0,0,10,-5,4.6000000000000005,39.51
+1999,4,7,19,30,0,0,0,8,-4,3.8,48.22
+1999,4,7,20,30,0,0,0,8,-2,2.8000000000000003,58.91
+1999,4,7,21,30,0,0,0,7,-1,2.9000000000000004,62.79
+1999,4,7,22,30,0,0,0,7,-1,4.2,60.83
+1999,4,7,23,30,0,0,0,6,-2,5.7,61.67
+1999,4,8,0,30,0,0,0,5,-2,7.7,65.07000000000001
+1999,4,8,1,30,0,0,0,4,-4,9.4,60.92
+1999,4,8,2,30,0,0,0,3,-8,9.8,49.63
+1999,4,8,3,30,0,0,0,2,-9,9.6,47.55
+1999,4,8,4,30,0,0,0,2,-10,10.0,46.76
+1999,4,8,5,30,0,0,0,2,-10,11.1,46.39
+1999,4,8,6,30,411,48,118,2,-10,12.3,46.6
+1999,4,8,7,30,282,146,248,4,-9,12.7,41.14
+1999,4,8,8,30,889,88,566,6,-9,12.2,37.09
+1999,4,8,9,30,957,95,746,9,-8,11.6,34.76
+1999,4,8,10,30,998,97,877,11,-7,11.1,32.14
+1999,4,8,11,30,1016,97,947,12,-7,10.3,29.17
+1999,4,8,12,30,1018,96,950,13,-6,9.1,28.24
+1999,4,8,13,30,1002,94,885,14,-6,7.7,28.91
+1999,4,8,14,30,967,89,758,14,-6,6.5,29.41
+1999,4,8,15,30,908,82,584,13,-5,5.300000000000002,31.93
+1999,4,8,16,30,803,69,376,12,-5,3.9,34.56
+1999,4,8,17,30,586,47,159,8,-4,2.2,45.27
+1999,4,8,18,30,0,0,0,5,-3,1.0,62.31
+1999,4,8,19,30,0,0,0,4,-3,0.30000000000000004,70.13
+1999,4,8,20,30,0,0,0,2,-4,0.2,74.34
+1999,4,8,21,30,0,0,0,1,-4,0.5,72.47
+1999,4,8,22,30,0,0,0,0,-4,0.9,69.81
+1999,4,8,23,30,0,0,0,0,-5,1.1,71.48
+1999,4,9,0,30,0,0,0,0,-6,1.2000000000000002,72.83
+1999,4,9,1,30,0,0,0,0,-6,1.4,68.85000000000001
+1999,4,9,2,30,0,0,0,0,-7,1.6,70.02
+1999,4,9,3,30,0,0,0,-1,-8,1.8,65.94
+1999,4,9,4,30,0,0,0,-1,-9,2.0,62.53
+1999,4,9,5,30,0,0,0,0,-9,3.0,52.61
+1999,4,9,6,30,587,45,148,4,-7,5.0,47.94
+1999,4,9,7,30,819,67,369,8,-7,6.800000000000002,40.09
+1999,4,9,8,30,925,80,582,11,-8,7.800000000000002,29.43
+1999,4,9,9,30,982,87,760,13,-10,8.5,21.62
+1999,4,9,10,30,1007,93,885,14,-12,9.2,17.98
+1999,4,9,11,30,428,406,765,15,-13,9.8,16.03
+1999,4,9,12,30,467,406,799,14,-12,10.3,17.76
+1999,4,9,13,30,481,359,740,13,-11,10.2,21.09
+1999,4,9,14,30,490,279,619,11,-10,9.0,24.86
+1999,4,9,15,30,147,265,347,9,-10,8.200000000000001,28.53
+1999,4,9,16,30,625,93,333,6,-11,8.4,32.17
+1999,4,9,17,30,0,31,31,3,-13,8.200000000000001,33.43
+1999,4,9,18,30,0,0,0,1,-15,6.9,30.81
+1999,4,9,19,30,0,0,0,0,-13,6.0,36.96
+1999,4,9,20,30,0,0,0,0,-11,5.800000000000002,43.74
+1999,4,9,21,30,0,0,0,0,-11,5.6000000000000005,46.47
+1999,4,9,22,30,0,0,0,0,-11,5.5,49.84
+1999,4,9,23,30,0,0,0,0,-11,6.0,48.28
+1999,4,10,0,30,0,0,0,0,-12,6.9,49.85
+1999,4,10,1,30,0,0,0,-1,-12,7.7,47.87000000000001
+1999,4,10,2,30,0,0,0,-1,-12,8.200000000000001,46.08
+1999,4,10,3,30,0,0,0,-1,-13,8.700000000000001,48.08
+1999,4,10,4,30,0,0,0,-1,-13,9.0,47.05
+1999,4,10,5,30,0,0,0,-1,-13,9.3,42.98
+1999,4,10,6,30,620,44,155,0,-13,9.5,39.81
+1999,4,10,7,30,805,53,354,1,-13,9.6,34.67
+1999,4,10,8,30,700,133,516,3,-13,9.3,32.94
+1999,4,10,9,30,988,84,765,5,-13,8.700000000000001,29.54
+1999,4,10,10,30,1016,89,891,7,-12,7.800000000000002,28.43
+1999,4,10,11,30,1027,91,957,8,-12,6.800000000000002,27.55
+1999,4,10,12,30,1023,92,957,9,-11,6.0,26.76
+1999,4,10,13,30,1006,92,892,9,-11,5.300000000000002,25.92
+1999,4,10,14,30,971,89,767,9,-10,4.800000000000002,26.62
+1999,4,10,15,30,911,83,593,8,-10,4.4,28.96
+1999,4,10,16,30,806,72,384,7,-10,3.8,31.58
+1999,4,10,17,30,592,50,166,5,-9,2.8000000000000003,40.86
+1999,4,10,18,30,0,0,0,2,-8,2.3000000000000003,54.01
+1999,4,10,19,30,0,0,0,0,-8,2.1,58.51
+1999,4,10,20,30,0,0,0,0,-8,1.2000000000000002,62.38
+1999,4,10,21,30,0,0,0,-1,-8,0.30000000000000004,66.13
+1999,4,10,22,30,0,0,0,-1,-8,0.30000000000000004,69.55
+1999,4,10,23,30,0,0,0,-2,-9,0.8,67.53
+1999,4,11,0,30,0,0,0,-2,-9,1.1,70.94
+1999,4,11,1,30,0,0,0,-3,-9,1.2000000000000002,69.15
+1999,4,11,2,30,0,0,0,-3,-10,1.2000000000000002,66.36
+1999,4,11,3,30,0,0,0,-3,-11,1.5,67.27
+1999,4,11,4,30,0,0,0,-4,-12,1.8,62.16
+1999,4,11,5,30,0,0,0,-2,-13,2.3000000000000003,48.86
+1999,4,11,6,30,567,51,156,0,-13,2.4000000000000004,38.86
+1999,4,11,7,30,799,75,378,4,-14,1.2000000000000002,29.36
+1999,4,11,8,30,906,91,590,7,-15,0.7000000000000001,21.78
+1999,4,11,9,30,957,103,767,10,-15,1.5,17.77
+1999,4,11,10,30,982,113,892,12,-14,2.4000000000000004,17.080000000000002
+1999,4,11,11,30,990,118,957,13,-14,3.2,15.12
+1999,4,11,12,30,976,125,953,14,-14,3.9,14.31
+1999,4,11,13,30,643,284,797,15,-14,4.4,14.47
+1999,4,11,14,30,355,324,572,14,-14,4.800000000000002,14.83
+1999,4,11,15,30,438,219,465,13,-13,5.2,16.8
+1999,4,11,16,30,165,169,233,11,-11,5.1000000000000005,22.93
+1999,4,11,17,30,2,68,69,9,-7,4.5,35.63
+1999,4,11,18,30,0,0,0,7,-6,3.8,44.54
+1999,4,11,19,30,0,0,0,6,-5,3.1,49.43
+1999,4,11,20,30,0,0,0,5,-4,2.3000000000000003,55.88
+1999,4,11,21,30,0,0,0,4,-4,1.9,64.95
+1999,4,11,22,30,0,0,0,3,-5,1.7000000000000002,67.0
+1999,4,11,23,30,0,0,0,2,-5,1.7000000000000002,64.85
+1999,4,12,0,30,0,0,0,2,-6,1.7000000000000002,62.7
+1999,4,12,1,30,0,0,0,1,-6,1.7000000000000002,59.31
+1999,4,12,2,30,0,0,0,0,-7,1.6,56.84
+1999,4,12,3,30,0,0,0,0,-7,1.6,59.87000000000001
+1999,4,12,4,30,0,0,0,0,-7,1.6,59.14
+1999,4,12,5,30,0,0,0,2,-8,1.5,54.81
+1999,4,12,6,30,594,45,158,6,-5,1.7000000000000002,52.17
+1999,4,12,7,30,807,66,374,9,-6,1.5,37.33
+1999,4,12,8,30,905,79,581,12,-7,0.6000000000000001,27.39
+1999,4,12,9,30,957,88,755,15,-8,0.6000000000000001,21.81
+1999,4,12,10,30,984,94,879,17,-8,1.3,18.98
+1999,4,12,11,30,995,98,944,19,-8,1.7000000000000002,17.94
+1999,4,12,12,30,990,100,943,20,-8,1.8,17.04
+1999,4,12,13,30,226,416,598,20,-8,1.6,16.22
+1999,4,12,14,30,14,217,227,20,-7,1.0,17.490000000000002
+1999,4,12,15,30,56,246,278,19,-7,1.0,19.2
+1999,4,12,16,30,432,136,306,16,-6,1.7000000000000002,24.04
+1999,4,12,17,30,157,76,108,13,-2,2.1,37.7
+1999,4,12,18,30,0,0,0,11,-2,2.3000000000000003,48.12000000000001
+1999,4,12,19,30,0,0,0,9,-2,2.1,56.03
+1999,4,12,20,30,0,0,0,7,-1,1.5,60.76
+1999,4,12,21,30,0,0,0,6,-2,1.4,63.68
+1999,4,12,22,30,0,0,0,5,-3,1.6,68.35000000000001
+1999,4,12,23,30,0,0,0,4,-3,1.7000000000000002,64.79
+1999,4,13,0,30,0,0,0,4,-4,1.8,61.97
+1999,4,13,1,30,0,0,0,4,-5,1.8,64.02
+1999,4,13,2,30,0,0,0,4,-5,1.7000000000000002,62.21
+1999,4,13,3,30,0,0,0,4,-5,1.6,61.06
+1999,4,13,4,30,0,0,0,3,-5,1.5,61.19
+1999,4,13,5,30,0,0,0,4,-5,1.6,57.08
+1999,4,13,6,30,517,47,147,7,-3,1.9,54.88
+1999,4,13,7,30,688,110,376,10,-3,2.4000000000000004,47.02
+1999,4,13,8,30,787,145,586,11,-2,3.1,48.97
+1999,4,13,9,30,848,170,764,12,-1,4.5,44.26
+1999,4,13,10,30,796,203,841,13,-1,5.2,40.98
+1999,4,13,11,30,836,207,921,14,-2,5.1000000000000005,37.12
+1999,4,13,12,30,739,262,893,14,-2,5.1000000000000005,35.93
+1999,4,13,13,30,316,400,655,15,-2,5.0,33.39
+1999,4,13,14,30,738,188,709,15,-2,5.1000000000000005,35.92
+1999,4,13,15,30,0,31,31,14,-2,4.800000000000002,36.28
+1999,4,13,16,30,0,29,29,13,-2,3.7,39.78
+1999,4,13,17,30,0,13,13,10,0,2.2,56.43
+1999,4,13,18,30,0,0,0,7,1,1.4,79.43
+1999,4,13,19,30,0,0,0,6,1,1.3,85.36
+1999,4,13,20,30,0,0,0,5,2,1.3,94.62
+1999,4,13,21,30,0,0,0,4,2,1.4,100.0
+1999,4,13,22,30,0,0,0,4,1,1.6,98.5
+1999,4,13,23,30,0,0,0,4,1,2.1,96.92
+1999,4,14,0,30,0,0,0,5,1,2.9000000000000004,99.02
+1999,4,14,1,30,0,0,0,4,1,3.9,100.0
+1999,4,14,2,30,0,0,0,3,0,4.7,100.0
+1999,4,14,3,30,0,0,0,2,0,4.9,100.0
+1999,4,14,4,30,0,0,0,2,0,4.7,98.51
+1999,4,14,5,30,0,0,0,2,0,5.1000000000000005,95.88
+1999,4,14,6,30,398,59,138,2,0,6.6000000000000005,94.82
+1999,4,14,7,30,0,29,29,2,-1,8.4,88.59
+1999,4,14,8,30,17,200,210,2,-3,9.3,77.75
+1999,4,14,9,30,13,214,224,2,-4,9.4,69.79
+1999,4,14,10,30,17,255,269,2,-5,9.0,65.67
+1999,4,14,11,30,0,92,92,3,-6,8.3,59.3
+1999,4,14,12,30,0,91,91,4,-6,7.9,54.32
+1999,4,14,13,30,0,108,108,5,-6,7.4,50.11
+1999,4,14,14,30,9,172,178,5,-6,7.0,53.34
+1999,4,14,15,30,31,227,245,4,-6,6.7,56.22
+1999,4,14,16,30,0,74,74,3,-7,6.1000000000000005,59.23
+1999,4,14,17,30,0,42,42,1,-7,5.0,58.14
+1999,4,14,18,30,0,0,0,0,-7,3.8,61.04
+1999,4,14,19,30,0,0,0,0,-7,3.3000000000000003,65.21000000000001
+1999,4,14,20,30,0,0,0,-1,-7,3.0,69.19
+1999,4,14,21,30,0,0,0,-1,-7,2.7,69.4
+1999,4,14,22,30,0,0,0,-2,-7,2.6,74.72
+1999,4,14,23,30,0,0,0,-2,-7,3.0,81.04
+1999,4,15,0,30,0,0,0,-3,-7,4.1000000000000005,80.9
+1999,4,15,1,30,0,0,0,-4,-8,5.2,84.27
+1999,4,15,2,30,0,0,0,-4,-9,5.5,84.13
+1999,4,15,3,30,0,0,0,-5,-10,5.0,83.89
+1999,4,15,4,30,0,0,0,-6,-10,4.1000000000000005,79.12
+1999,4,15,5,30,0,0,0,-5,-11,3.8,76.04
+1999,4,15,6,30,0,38,38,-4,-11,4.2,69.56
+1999,4,15,7,30,603,100,338,-3,-12,4.9,56.36
+1999,4,15,8,30,2,140,142,-2,-13,5.6000000000000005,47.46
+1999,4,15,9,30,416,302,596,-1,-14,6.2,40.69
+1999,4,15,10,30,87,405,476,0,-14,6.4,36.73
+1999,4,15,11,30,464,412,811,0,-14,6.300000000000002,34.64
+1999,4,15,12,30,380,405,733,0,-14,6.1000000000000005,35.35
+1999,4,15,13,30,457,367,738,1,-14,6.0,36.06
+1999,4,15,14,30,19,250,264,0,-13,5.9,36.69
+1999,4,15,15,30,0,82,82,0,-13,5.6000000000000005,37.28
+1999,4,15,16,30,0,38,38,0,-13,5.2,40.59
+1999,4,15,17,30,412,61,149,-2,-13,4.3,47.76
+1999,4,15,18,30,0,0,0,-3,-13,3.2,54.76
+1999,4,15,19,30,0,0,0,-4,-13,2.7,57.52
+1999,4,15,20,30,0,0,0,-5,-14,2.6,60.84
+1999,4,15,21,30,0,0,0,-5,-14,2.8000000000000003,60.02
+1999,4,15,22,30,0,0,0,-6,-14,3.0,59.02
+1999,4,15,23,30,0,0,0,-6,-14,3.2,62.14
+1999,4,16,0,30,0,0,0,-7,-15,3.2,60.84
+1999,4,16,1,30,0,0,0,-7,-15,3.2,59.06
+1999,4,16,2,30,0,0,0,-7,-15,3.3000000000000003,57.3
+1999,4,16,3,30,0,0,0,-7,-16,3.3000000000000003,56.47
+1999,4,16,4,30,0,0,0,-7,-16,3.4000000000000004,56.68
+1999,4,16,5,30,0,0,0,-5,-15,3.6,53.48
+1999,4,16,6,30,0,9,9,-3,-14,4.3,47.7
+1999,4,16,7,30,47,161,180,-1,-13,5.1000000000000005,45.46
+1999,4,16,8,30,40,237,260,0,-12,5.4,43.52
+1999,4,16,9,30,23,267,284,0,-12,5.2,42.59
+1999,4,16,10,30,53,379,423,0,-11,4.800000000000002,44.92
+1999,4,16,11,30,53,408,454,0,-10,4.6000000000000005,47.97
+1999,4,16,12,30,290,445,696,0,-9,4.5,51.58
+1999,4,16,13,30,4,126,130,0,-8,4.7,55.8
+1999,4,16,14,30,93,350,417,0,-7,5.2,64.05
+1999,4,16,15,30,9,173,179,0,-7,5.2,65.07000000000001
+1999,4,16,16,30,0,17,17,-1,-7,4.5,68.48
+1999,4,16,17,30,0,8,8,-2,-8,3.5,71.82000000000002
+1999,4,16,18,30,0,0,0,-3,-8,2.7,74.24
+1999,4,16,19,30,0,0,0,-4,-9,2.2,75.34
+1999,4,16,20,30,0,0,0,-4,-10,2.0,75.53
+1999,4,16,21,30,0,0,0,-5,-11,1.9,68.98
+1999,4,16,22,30,0,0,0,-6,-13,1.7000000000000002,67.08
+1999,4,16,23,30,0,0,0,-7,-14,1.5,71.31
+1999,4,17,0,30,0,0,0,-8,-15,1.6,71.02
+1999,4,17,1,30,0,0,0,-9,-16,1.7000000000000002,66.59
+1999,4,17,2,30,0,0,0,-9,-16,1.9,68.58
+1999,4,17,3,30,0,0,0,-10,-17,2.3000000000000003,65.07000000000001
+1999,4,17,4,30,0,0,0,-11,-17,2.7,67.06
+1999,4,17,5,30,0,0,0,-9,-18,3.3000000000000003,55.35
+1999,4,17,6,30,694,54,202,-4,-16,3.8,43.05
+1999,4,17,7,30,593,105,345,0,-13,4.4,40.13
+1999,4,17,8,30,959,99,651,2,-12,4.9,38.51
+1999,4,17,9,30,1003,111,829,4,-11,4.9,37.36
+1999,4,17,10,30,1023,118,951,6,-9,4.9,35.56
+1999,4,17,11,30,1024,123,1010,8,-8,4.9,36.07
+1999,4,17,12,30,182,463,621,9,-7,4.9,34.97
+1999,4,17,13,30,73,401,461,10,-5,4.9,36.98
+1999,4,17,14,30,538,277,663,11,-4,4.800000000000002,40.88
+1999,4,17,15,30,626,168,531,11,-3,4.3,43.63
+1999,4,17,16,30,0,2,2,10,-2,2.7,49.73
+1999,4,17,17,30,561,56,178,7,0,1.4,75.17
+1999,4,17,18,30,72,11,12,4,-2,1.3,80.33
+1999,4,17,19,30,0,0,0,2,-3,1.7000000000000002,75.85000000000002
+1999,4,17,20,30,0,0,0,1,-4,2.3000000000000003,73.3
+1999,4,17,21,30,0,0,0,1,-4,3.0,70.77
+1999,4,17,22,30,0,0,0,1,-5,3.4000000000000004,67.94
+1999,4,17,23,30,0,0,0,1,-5,3.5,65.93
+1999,4,18,0,30,0,0,0,1,-5,3.8,64.76
+1999,4,18,1,30,0,0,0,2,-5,4.1000000000000005,64.31
+1999,4,18,2,30,0,0,0,2,-6,4.1000000000000005,63.86
+1999,4,18,3,30,0,0,0,2,-6,3.7,63.04
+1999,4,18,4,30,0,0,0,2,-6,3.4000000000000004,62.36
+1999,4,18,5,30,0,0,0,3,-6,3.7,57.86
+1999,4,18,6,30,0,8,8,6,-5,4.1000000000000005,49.98
+1999,4,18,7,30,0,16,16,9,-3,4.6000000000000005,45.47
+1999,4,18,8,30,0,117,117,12,-3,5.300000000000002,38.24
+1999,4,18,9,30,9,177,184,14,-4,5.6000000000000005,31.47
+1999,4,18,10,30,5,133,138,15,-4,5.2,28.68
+1999,4,18,11,30,20,300,318,16,-4,4.800000000000002,27.1
+1999,4,18,12,30,194,464,633,17,-4,4.5,25.84
+1999,4,18,13,30,332,401,674,17,-4,4.3,26.03
+1999,4,18,14,30,371,327,594,16,-4,4.0,27.81
+1999,4,18,15,30,229,273,406,15,-3,3.4000000000000004,30.62
+1999,4,18,16,30,256,171,277,14,-2,2.2,37.55
+1999,4,18,17,30,384,67,152,11,0,1.2000000000000002,54.25
+1999,4,18,18,30,0,11,11,9,0,0.9,65.98
+1999,4,18,19,30,0,0,0,8,-1,0.9,58.42
+1999,4,18,20,30,0,0,0,7,-2,1.0,60.22
+1999,4,18,21,30,0,0,0,6,-2,1.3,63.58
+1999,4,18,22,30,0,0,0,5,-2,1.5,67.15
+1999,4,18,23,30,0,0,0,4,-2,1.6,70.2
+1999,4,19,0,30,0,0,0,4,-3,1.7000000000000002,72.93
+1999,4,19,1,30,0,0,0,4,-3,1.8,70.41
+1999,4,19,2,30,0,0,0,3,-4,1.8,68.26
+1999,4,19,3,30,0,0,0,3,-4,1.9,66.24
+1999,4,19,4,30,0,0,0,3,-4,1.9,64.42
+1999,4,19,5,30,0,1,1,5,-5,2.0,55.63
+1999,4,19,6,30,0,23,23,10,-3,2.9000000000000004,48.79
+1999,4,19,7,30,54,169,191,14,-2,3.7,38.3
+1999,4,19,8,30,144,278,362,16,-3,4.0,29.46
+1999,4,19,9,30,456,296,626,18,-4,4.0,26.23
+1999,4,19,10,30,17,263,278,19,-4,3.9,24.36
+1999,4,19,11,30,63,426,482,20,-4,3.7,22.99
+1999,4,19,12,30,299,447,708,20,-4,3.6,21.73
+1999,4,19,13,30,187,431,585,20,-4,3.5,21.69
+1999,4,19,14,30,192,366,505,20,-4,3.2,21.78
+1999,4,19,15,30,664,159,546,19,-4,2.9000000000000004,23.41
+1999,4,19,16,30,581,111,351,18,-3,2.1,25.96
+1999,4,19,17,30,250,88,144,15,0,1.1,41.15
+1999,4,19,18,30,0,11,11,12,0,0.7000000000000001,46.98
+1999,4,19,19,30,0,0,0,10,-2,0.9,47.34
+1999,4,19,20,30,0,0,0,9,-2,1.3,53.74
+1999,4,19,21,30,0,0,0,8,-2,1.6,56.8
+1999,4,19,22,30,0,0,0,7,-3,1.9,54.92
+1999,4,19,23,30,0,0,0,7,-3,2.0,55.15
+1999,4,20,0,30,0,0,0,7,-2,1.8,59.32
+1999,4,20,1,30,0,0,0,6,-1,1.5,69.62
+1999,4,20,2,30,0,0,0,6,0,1.3,78.38
+1999,4,20,3,30,0,0,0,5,0,1.3,77.55
+1999,4,20,4,30,0,0,0,5,0,1.4,76.41
+1999,4,20,5,30,0,15,15,7,0,1.3,66.93
+1999,4,20,6,30,476,70,178,11,1,1.7000000000000002,57.48
+1999,4,20,7,30,663,105,382,14,0,1.8,44.65
+1999,4,20,8,30,794,121,587,17,0,1.5,36.86
+1999,4,20,9,30,853,135,755,18,-1,1.5,30.49
+1999,4,20,10,30,631,304,824,19,-1,1.6,28.0
+1999,4,20,11,30,46,405,445,20,-1,1.8,27.98
+1999,4,20,12,30,1,112,113,19,-1,1.8,28.22
+1999,4,20,13,30,14,213,225,18,-1,1.6,30.83
+1999,4,20,14,30,18,246,259,17,0,1.4,33.9
+1999,4,20,15,30,22,217,230,16,0,1.2000000000000002,37.6
+1999,4,20,16,30,5,134,136,15,1,0.7000000000000001,44.68
+1999,4,20,17,30,0,9,9,13,4,0.5,62.58
+1999,4,20,18,30,0,0,0,11,3,0.7000000000000001,69.05
+1999,4,20,19,30,0,0,0,10,3,0.8,71.8
+1999,4,20,20,30,0,0,0,9,3,0.6000000000000001,77.22
+1999,4,20,21,30,0,0,0,8,3,0.5,84.02
+1999,4,20,22,30,0,0,0,8,3,0.6000000000000001,90.22
+1999,4,20,23,30,0,0,0,7,3,0.9,94.26
+1999,4,21,0,30,0,0,0,6,2,1.3,96.99
+1999,4,21,1,30,0,0,0,5,1,1.9,91.1
+1999,4,21,2,30,0,0,0,4,0,2.2,89.73
+1999,4,21,3,30,0,0,0,3,0,1.7000000000000002,88.05
+1999,4,21,4,30,0,0,0,2,-1,1.2000000000000002,86.53
+1999,4,21,5,30,0,19,19,3,-2,1.1,76.76
+1999,4,21,6,30,620,46,189,6,-2,1.7000000000000002,62.41
+1999,4,21,7,30,808,79,419,9,-4,2.3000000000000003,43.01
+1999,4,21,8,30,894,95,623,11,-7,2.5,30.25
+1999,4,21,9,30,838,152,763,13,-8,2.5,23.9
+1999,4,21,10,30,307,421,675,14,-9,2.5,21.95
+1999,4,21,11,30,116,464,566,15,-8,2.7,21.09
+1999,4,21,12,30,398,428,778,14,-8,3.0,23.44
+1999,4,21,13,30,227,433,621,13,-7,2.8000000000000003,26.8
+1999,4,21,14,30,0,73,73,12,-5,2.2,32.2
+1999,4,21,15,30,27,228,245,10,-4,1.9,41.45
+1999,4,21,16,30,0,28,28,8,-2,2.1,53.2
+1999,4,21,17,30,0,16,16,7,0,2.1,65.71000000000001
+1999,4,21,18,30,0,1,1,6,0,1.9,77.55
+1999,4,21,19,30,0,0,0,5,0,1.6,85.37
+1999,4,21,20,30,0,0,0,4,0,1.1,93.32
+1999,4,21,21,30,0,0,0,3,0,0.5,96.19
+1999,4,21,22,30,0,0,0,2,0,0.7000000000000001,100.0
+1999,4,21,23,30,0,0,0,2,0,1.3,98.53
+1999,4,22,0,30,0,0,0,1,0,1.6,96.28
+1999,4,22,1,30,0,0,0,1,0,1.6,93.75
+1999,4,22,2,30,0,0,0,0,-1,1.4,97.38
+1999,4,22,3,30,0,0,0,0,-1,1.2000000000000002,94.08
+1999,4,22,4,30,0,0,0,0,-2,1.2000000000000002,97.97
+1999,4,22,5,30,0,0,0,0,-2,1.3,87.79
+1999,4,22,6,30,0,4,4,1,-2,1.2000000000000002,83.25
+1999,4,22,7,30,207,184,272,2,-1,1.2000000000000002,87.93
+1999,4,22,8,30,0,112,112,3,-1,1.1,88.65
+1999,4,22,9,30,2,118,120,3,-1,1.1,83.51
+1999,4,22,10,30,12,177,187,4,-1,1.2000000000000002,78.03
+1999,4,22,11,30,0,62,62,5,-1,1.6,72.65
+1999,4,22,12,30,14,194,206,6,-1,2.3000000000000003,67.52
+1999,4,22,13,30,19,283,300,7,-1,3.2,63.17
+1999,4,22,14,30,24,278,296,6,-1,3.5,69.18
+1999,4,22,15,30,0,53,53,5,0,3.5,81.47
+1999,4,22,16,30,0,20,20,3,0,3.7,89.69
+1999,4,22,17,30,0,23,23,2,0,3.8,99.74
+1999,4,22,18,30,0,2,2,1,0,3.9,100.0
+1999,4,22,19,30,0,0,0,1,0,4.1000000000000005,96.43
+1999,4,22,20,30,0,0,0,0,-1,4.1000000000000005,99.28
+1999,4,22,21,30,0,0,0,0,-1,3.6,94.89
+1999,4,22,22,30,0,0,0,0,-2,3.2,97.2
+1999,4,22,23,30,0,0,0,0,-3,2.9000000000000004,100.0
+1999,4,23,0,30,0,0,0,-1,-3,2.5,95.58
+1999,4,23,1,30,0,0,0,-1,-4,2.1,98.12
+1999,4,23,2,30,0,0,0,-2,-4,1.8,94.38
+1999,4,23,3,30,0,0,0,-2,-5,1.6,98.2
+1999,4,23,4,30,0,0,0,-3,-5,1.5,96.35
+1999,4,23,5,30,0,0,0,-2,-5,1.7000000000000002,88.77
+1999,4,23,6,30,0,7,7,-1,-4,2.6,88.46000000000002
+1999,4,23,7,30,0,23,23,0,-3,3.2,87.56
+1999,4,23,8,30,0,59,59,0,-3,3.1,89.76
+1999,4,23,9,30,0,53,53,0,-3,2.8000000000000003,84.54
+1999,4,23,10,30,0,57,57,0,-3,2.4000000000000004,79.61
+1999,4,23,11,30,0,67,67,1,-2,2.1,81.25
+1999,4,23,12,30,0,77,77,2,-2,2.1,83.21000000000002
+1999,4,23,13,30,0,85,85,3,-2,2.3000000000000003,85.13
+1999,4,23,14,30,0,73,73,3,-1,2.6,80.54
+1999,4,23,15,30,0,47,47,3,-1,2.7,80.42
+1999,4,23,16,30,0,22,22,2,-2,2.7,85.47
+1999,4,23,17,30,0,14,14,1,-2,2.1,84.05
+1999,4,23,18,30,0,1,1,0,-2,1.3,93.07
+1999,4,23,19,30,0,0,0,-1,-3,1.0,93.64
+1999,4,23,20,30,0,0,0,-1,-4,1.0,98.28
+1999,4,23,21,30,0,0,0,-2,-4,1.1,95.8
+1999,4,23,22,30,0,0,0,-2,-4,1.4,93.72
+1999,4,23,23,30,0,0,0,-3,-5,1.6,97.15
+1999,4,24,0,30,0,0,0,-3,-6,1.8,98.9
+1999,4,24,1,30,0,0,0,-4,-6,2.1,92.98
+1999,4,24,2,30,0,0,0,-4,-7,2.3000000000000003,89.06
+1999,4,24,3,30,0,0,0,-4,-7,2.2,87.69
+1999,4,24,4,30,0,0,0,-3,-7,2.0,88.47
+1999,4,24,5,30,0,15,15,-1,-7,2.2,79.27
+1999,4,24,6,30,579,62,204,1,-4,2.3000000000000003,76.58
+1999,4,24,7,30,763,85,415,4,-1,2.4000000000000004,82.22
+1999,4,24,8,30,853,102,615,6,0,2.7,79.10000000000002
+1999,4,24,9,30,903,114,782,7,0,3.1,72.4
+1999,4,24,10,30,8,145,152,9,1,3.6,65.63
+1999,4,24,11,30,13,193,205,10,1,4.1000000000000005,63.35
+1999,4,24,12,30,15,212,226,11,1,4.4,60.46
+1999,4,24,13,30,14,218,231,12,1,4.800000000000002,61.18
+1999,4,24,14,30,7,150,156,12,1,5.1000000000000005,61.2
+1999,4,24,15,30,0,106,106,11,1,5.4,65.05
+1999,4,24,16,30,0,47,47,10,1,5.4,69.11
+1999,4,24,17,30,148,92,127,7,1,4.800000000000002,84.27
+1999,4,24,18,30,0,25,25,4,1,3.7,95.63
+1999,4,24,19,30,0,0,0,2,0,2.7,100.0
+1999,4,24,20,30,0,0,0,1,0,2.3000000000000003,99.42
+1999,4,24,21,30,0,0,0,1,0,2.2,95.84
+1999,4,24,22,30,0,0,0,2,0,1.9,96.48
+1999,4,24,23,30,0,0,0,2,0,1.3,97.38
+1999,4,25,0,30,0,0,0,2,0,0.9,96.71
+1999,4,25,1,30,0,0,0,1,0,0.8,95.7
+1999,4,25,2,30,0,0,0,1,0,0.8,94.33
+1999,4,25,3,30,0,0,0,1,0,0.7000000000000001,93.6
+1999,4,25,4,30,0,0,0,1,-1,0.7000000000000001,92.49
+1999,4,25,5,30,0,27,27,1,-1,1.2000000000000002,90.29
+1999,4,25,6,30,0,8,8,2,-1,2.1,92.46
+1999,4,25,7,30,0,66,66,4,0,2.8000000000000003,87.19
+1999,4,25,8,30,40,252,277,6,-1,2.8000000000000003,74.63
+1999,4,25,9,30,34,308,334,8,-1,2.2,62.17
+1999,4,25,10,30,18,272,287,9,-2,1.5,52.35
+1999,4,25,11,30,16,241,256,10,-2,1.4,47.98
+1999,4,25,12,30,3,117,120,10,-2,1.7000000000000002,48.28
+1999,4,25,13,30,9,154,162,10,-1,1.9,52.98
+1999,4,25,14,30,68,350,401,9,-1,1.5,59.04
+1999,4,25,15,30,0,35,35,7,0,0.8,66.3
+1999,4,25,16,30,0,38,38,6,0,0.5,73.39
+1999,4,25,17,30,125,94,124,5,0,0.7000000000000001,87.44
+1999,4,25,18,30,0,22,22,3,0,0.7000000000000001,95.38
+1999,4,25,19,30,0,0,0,2,0,0.8,99.67
+1999,4,25,20,30,0,0,0,1,0,1.0,94.29
+1999,4,25,21,30,0,0,0,1,-1,1.1,88.12
+1999,4,25,22,30,0,0,0,0,-2,1.3,88.98
+1999,4,25,23,30,0,0,0,0,-3,1.5,88.38
+1999,4,26,0,30,0,0,0,0,-4,1.6,84.05
+1999,4,26,1,30,0,0,0,0,-4,1.7000000000000002,76.83
+1999,4,26,2,30,0,0,0,0,-4,1.7000000000000002,78.19
+1999,4,26,3,30,0,0,0,1,-4,1.6,74.23
+1999,4,26,4,30,0,0,0,1,-3,1.5,75.16
+1999,4,26,5,30,0,1,1,2,-3,1.6,78.44
+1999,4,26,6,30,351,83,171,5,-1,2.0,74.96000000000002
+1999,4,26,7,30,0,62,62,7,-1,2.7,62.78
+1999,4,26,8,30,172,293,398,9,0,3.4000000000000004,56.84
+1999,4,26,9,30,244,374,557,10,0,3.6,53.94
+1999,4,26,10,30,254,437,651,11,0,3.7,51.1
+1999,4,26,11,30,422,454,831,12,0,3.9,48.42
+1999,4,26,12,30,544,396,881,13,0,4.1000000000000005,45.99
+1999,4,26,13,30,400,386,723,14,0,4.2,46.45
+1999,4,26,14,30,185,377,514,13,0,4.1000000000000005,46.81
+1999,4,26,15,30,601,187,549,13,0,3.8,50.87000000000001
+1999,4,26,16,30,102,188,233,12,0,3.3000000000000003,56.03
+1999,4,26,17,30,590,68,212,10,1,2.0,68.02
+1999,4,26,18,30,0,29,29,8,2,0.9,86.26
+1999,4,26,19,30,0,0,0,6,2,0.8,88.04
+1999,4,26,20,30,0,0,0,6,1,0.9,90.54
+1999,4,26,21,30,0,0,0,5,1,1.1,93.62
+1999,4,26,22,30,0,0,0,4,0,1.2000000000000002,90.35
+1999,4,26,23,30,0,0,0,4,0,1.5,88.76
+1999,4,27,0,30,0,0,0,4,0,1.7000000000000002,94.01
+1999,4,27,1,30,0,0,0,3,0,1.8,91.85
+1999,4,27,2,30,0,0,0,3,0,1.8,95.16
+1999,4,27,3,30,0,0,0,3,-1,1.8,92.45
+1999,4,27,4,30,0,0,0,3,-1,2.0,91.03
+1999,4,27,5,30,0,1,1,5,-1,2.5,79.62
+1999,4,27,6,30,0,38,38,8,0,2.9000000000000004,65.5
+1999,4,27,7,30,100,194,238,12,0,2.4000000000000004,55.82
+1999,4,27,8,30,276,283,453,14,0,2.1,44.65
+1999,4,27,9,30,561,287,708,15,0,2.1,42.0
+1999,4,27,10,30,710,268,868,17,0,1.8,39.57
+1999,4,27,11,30,813,234,961,18,0,1.7000000000000002,37.44
+1999,4,27,12,30,784,250,951,18,0,1.8,35.27
+1999,4,27,13,30,695,274,860,19,0,2.0,34.980000000000004
+1999,4,27,14,30,432,314,635,18,0,2.1,34.77
+1999,4,27,15,30,0,113,113,17,0,2.0,37.31
+1999,4,27,16,30,170,191,265,16,1,1.5,41.16
+1999,4,27,17,30,47,93,105,14,3,1.0,56.22
+1999,4,27,18,30,0,10,10,12,3,1.1,65.82000000000001
+1999,4,27,19,30,0,0,0,10,3,1.5,71.39
+1999,4,27,20,30,0,0,0,9,3,1.9,76.25
+1999,4,27,21,30,0,0,0,8,2,2.3000000000000003,80.53
+1999,4,27,22,30,0,0,0,7,2,2.6,89.61
+1999,4,27,23,30,0,0,0,6,1,2.7,91.89
+1999,4,28,0,30,0,0,0,5,1,2.6,87.74
+1999,4,28,1,30,0,0,0,5,0,2.4000000000000004,83.71000000000002
+1999,4,28,2,30,0,0,0,5,0,2.1,85.94
+1999,4,28,3,30,0,0,0,4,0,1.8,82.52
+1999,4,28,4,30,0,0,0,4,-1,1.6,79.62
+1999,4,28,5,30,0,11,11,6,-1,1.7000000000000002,69.31
+1999,4,28,6,30,224,97,155,9,0,1.7000000000000002,62.26
+1999,4,28,7,30,54,184,209,12,0,1.6,48.71
+1999,4,28,8,30,734,145,596,13,0,2.1,44.97
+1999,4,28,9,30,517,306,695,14,0,2.7,42.42
+1999,4,28,10,30,411,393,742,15,0,3.4000000000000004,43.11
+1999,4,28,11,30,247,474,695,15,0,4.0,41.57
+1999,4,28,12,30,287,464,721,16,0,4.7,40.51
+1999,4,28,13,30,185,445,602,16,1,5.300000000000002,45.15
+1999,4,28,14,30,10,178,186,15,2,5.800000000000002,50.92
+1999,4,28,15,30,19,217,228,14,3,6.0,58.14
+1999,4,28,16,30,3,134,136,12,4,5.4,67.29
+1999,4,28,17,30,41,93,104,10,5,4.3,83.91
+1999,4,28,18,30,0,5,5,8,6,3.0,100.0
+1999,4,28,19,30,0,0,0,8,4,2.3000000000000003,100.0
+1999,4,28,20,30,0,0,0,8,4,3.1,100.0
+1999,4,28,21,30,0,0,0,7,4,4.2,100.0
+1999,4,28,22,30,0,0,0,5,2,4.4,100.0
+1999,4,28,23,30,0,0,0,4,2,4.4,100.0
+1999,4,29,0,30,0,0,0,4,2,4.7,100.0
+1999,4,29,1,30,0,0,0,4,2,4.6000000000000005,100.0
+1999,4,29,2,30,0,0,0,4,2,4.1000000000000005,100.0
+1999,4,29,3,30,0,0,0,4,2,3.6,100.0
+1999,4,29,4,30,0,0,0,4,2,3.0,100.0
+1999,4,29,5,30,95,29,35,4,2,3.1,100.0
+1999,4,29,6,30,0,44,44,6,2,4.1000000000000005,98.66
+1999,4,29,7,30,176,199,279,7,3,5.300000000000002,89.39
+1999,4,29,8,30,69,280,323,9,3,6.2,85.53
+1999,4,29,9,30,11,188,197,10,3,6.800000000000002,75.58
+1999,4,29,10,30,19,285,301,11,3,7.2,70.51
+1999,4,29,11,30,69,447,509,12,3,7.4,65.73
+1999,4,29,12,30,236,476,688,12,4,7.5,71.32000000000002
+1999,4,29,13,30,22,307,326,11,4,7.6,78.48
+1999,4,29,14,30,13,215,225,9,4,7.6,85.75
+1999,4,29,15,30,173,293,398,8,4,7.300000000000002,90.8
+1999,4,29,16,30,20,161,170,7,4,6.5,94.59
+1999,4,29,17,30,0,14,14,6,3,5.4,99.46
+1999,4,29,18,30,0,2,2,5,2,4.5,100.0
+1999,4,29,19,30,0,0,0,5,2,4.1000000000000005,100.0
+1999,4,29,20,30,0,0,0,5,2,4.1000000000000005,100.0
+1999,4,29,21,30,0,0,0,4,2,4.1000000000000005,100.0
+1999,4,29,22,30,0,0,0,4,2,3.9,100.0
+1999,4,29,23,30,0,0,0,4,2,3.5,100.0
+1999,4,30,0,30,0,0,0,4,1,3.0,100.0
+1999,4,30,1,30,0,0,0,3,1,2.8000000000000003,100.0
+1999,4,30,2,30,0,0,0,3,1,2.8000000000000003,100.0
+1999,4,30,3,30,0,0,0,3,1,3.4000000000000004,100.0
+1999,4,30,4,30,0,0,0,4,1,4.5,100.0
+1999,4,30,5,30,0,5,5,4,2,5.1000000000000005,100.0
+1999,4,30,6,30,23,97,103,5,2,5.0,100.0
+1999,4,30,7,30,0,36,36,5,2,5.300000000000002,98.07
+1999,4,30,8,30,0,50,50,5,2,6.1000000000000005,97.67
+1999,4,30,9,30,0,100,100,6,2,7.5,92.75
+1999,4,30,10,30,0,106,106,7,3,8.6,91.63
+1999,4,30,11,30,8,146,154,8,4,8.5,89.51
+1999,4,30,12,30,9,147,155,9,4,7.4,85.36
+1999,4,30,13,30,6,134,140,8,4,6.7,91.33
+1999,4,30,14,30,6,138,143,7,4,5.9,100.0
+1999,4,30,15,30,0,97,97,5,2,4.6000000000000005,100.0
+1999,4,30,16,30,0,76,76,5,2,3.3000000000000003,100.0
+1999,4,30,17,30,0,40,40,4,2,2.2,100.0
+1999,4,30,18,30,10,20,21,3,1,1.6,100.0
+1999,4,30,19,30,0,0,0,2,0,1.1,100.0
+1999,4,30,20,30,0,0,0,2,0,0.8,100.0
+1999,4,30,21,30,0,0,0,2,0,0.8,100.0
+1999,4,30,22,30,0,0,0,2,0,0.8,96.52
+1999,4,30,23,30,0,0,0,1,-1,1.0,92.34
+1999,5,1,0,30,0,0,0,1,-1,1.3,88.37
+1999,5,1,1,30,0,0,0,0,-2,1.5,92.52
+1999,5,1,2,30,0,0,0,0,-2,1.7000000000000002,90.93
+1999,5,1,3,30,0,0,0,1,-2,1.8,85.65
+1999,5,1,4,30,0,0,0,2,-1,1.7000000000000002,88.42
+1999,5,1,5,30,0,17,17,3,-1,1.8,91.79
+1999,5,1,6,30,0,85,85,4,0,2.2,87.23
+1999,5,1,7,30,124,203,260,5,0,1.9,85.13
+1999,5,1,8,30,229,297,441,7,1,2.1,76.76
+1999,5,1,9,30,165,389,514,8,1,2.9000000000000004,73.03
+1999,5,1,10,30,152,457,588,8,1,2.6,73.60000000000002
+1999,5,1,11,30,13,190,202,9,2,2.0,76.0
+1999,5,1,12,30,13,189,201,8,2,2.5,83.0
+1999,5,1,13,30,14,216,228,7,2,3.5,90.49
+1999,5,1,14,30,0,108,108,5,2,3.5,98.1
+1999,5,1,15,30,0,116,116,4,2,2.8000000000000003,100.0
+1999,5,1,16,30,0,83,83,3,1,2.0,100.0
+1999,5,1,17,30,0,37,37,2,0,1.3,100.0
+1999,5,1,18,30,3,21,21,2,0,0.9,100.0
+1999,5,1,19,30,0,0,0,1,0,0.8,98.07
+1999,5,1,20,30,0,0,0,1,0,0.9,94.84
+1999,5,1,21,30,0,0,0,0,-1,0.8,100.0
+1999,5,1,22,30,0,0,0,0,-1,0.9,98.65
+1999,5,1,23,30,0,0,0,0,-1,1.3,96.68
+1999,5,2,0,30,0,0,0,0,-2,1.5,100.0
+1999,5,2,1,30,0,0,0,0,-2,1.4,96.59
+1999,5,2,2,30,0,0,0,0,-2,1.2000000000000002,95.78
+1999,5,2,3,30,0,0,0,0,-2,1.3,91.1
+1999,5,2,4,30,0,0,0,0,-1,1.6,86.87
+1999,5,2,5,30,0,3,3,2,-1,1.7000000000000002,90.99
+1999,5,2,6,30,0,30,30,3,0,1.8,90.35
+1999,5,2,7,30,0,102,102,4,0,2.0,85.21000000000002
+1999,5,2,8,30,0,109,109,5,0,2.5,78.27
+1999,5,2,9,30,15,234,246,7,0,3.1,65.49
+1999,5,2,10,30,225,451,644,9,-1,3.6,56.25
+1999,5,2,11,30,797,249,972,11,0,4.0,53.97
+1999,5,2,12,30,899,195,1007,12,0,4.3,52.83
+1999,5,2,13,30,700,278,875,12,0,4.4,51.42
+1999,5,2,14,30,816,168,784,13,0,4.4,49.32
+1999,5,2,15,30,646,189,587,12,0,4.1000000000000005,53.3
+1999,5,2,16,30,687,96,404,11,1,3.4000000000000004,58.47
+1999,5,2,17,30,432,77,190,9,2,2.2,74.97
+1999,5,2,18,30,87,26,32,7,2,1.6,86.58
+1999,5,2,19,30,0,0,0,6,1,1.6,92.52
+1999,5,2,20,30,0,0,0,5,1,1.8,90.55
+1999,5,2,21,30,0,0,0,5,1,2.1,88.48
+1999,5,2,22,30,0,0,0,5,0,2.3000000000000003,92.75
+1999,5,2,23,30,0,0,0,4,0,2.5,89.98
+1999,5,3,0,30,0,0,0,4,0,2.7,86.44
+1999,5,3,1,30,0,0,0,4,0,3.0,82.86
+1999,5,3,2,30,0,0,0,4,0,3.2,87.01
+1999,5,3,3,30,0,0,0,3,0,3.2,87.02
+1999,5,3,4,30,0,0,0,3,0,3.0,86.76
+1999,5,3,5,30,250,33,54,5,0,3.3000000000000003,81.56
+1999,5,3,6,30,638,77,253,8,0,3.9,71.49
+1999,5,3,7,30,795,108,476,10,0,4.4,60.56
+1999,5,3,8,30,879,129,683,12,0,5.1000000000000005,51.31
+1999,5,3,9,30,301,375,606,13,0,5.9,46.5
+1999,5,3,10,30,812,219,918,14,0,6.4,43.15
+1999,5,3,11,30,677,326,941,15,0,6.800000000000002,43.06
+1999,5,3,12,30,376,446,787,14,0,6.9,43.52
+1999,5,3,13,30,536,376,834,14,0,6.5,46.76
+1999,5,3,14,30,810,173,786,13,0,5.800000000000002,47.62
+1999,5,3,15,30,0,27,27,12,0,5.2,51.06
+1999,5,3,16,30,695,95,408,11,0,4.5,54.9
+1999,5,3,17,30,570,61,211,9,0,3.0,62.96
+1999,5,3,18,30,0,19,19,6,0,1.7000000000000002,79.25
+1999,5,3,19,30,0,0,0,4,0,1.2000000000000002,88.94
+1999,5,3,20,30,0,0,0,3,0,1.0,97.67
+1999,5,3,21,30,0,0,0,2,0,1.1,93.42
+1999,5,3,22,30,0,0,0,2,-1,1.2000000000000002,91.51
+1999,5,3,23,30,0,0,0,2,-1,1.4,90.74
+1999,5,4,0,30,0,0,0,2,-1,1.4,89.16
+1999,5,4,1,30,0,0,0,2,-1,1.5,89.24
+1999,5,4,2,30,0,0,0,2,-1,1.4,88.97
+1999,5,4,3,30,0,0,0,1,-1,1.3,87.88
+1999,5,4,4,30,0,0,0,1,-2,1.5,84.0
+1999,5,4,5,30,33,30,33,2,-2,2.7,81.10000000000002
+1999,5,4,6,30,752,41,252,4,-3,4.6000000000000005,66.15
+1999,5,4,7,30,850,89,485,6,-4,5.6000000000000005,52.94
+1999,5,4,8,30,933,104,694,7,-5,5.6000000000000005,46.71
+1999,5,4,9,30,978,117,867,8,-5,5.4,42.58
+1999,5,4,10,30,1002,125,989,9,-5,5.1000000000000005,39.9
+1999,5,4,11,30,1011,130,1051,10,-5,4.9,37.93
+1999,5,4,12,30,1007,133,1047,10,-5,4.800000000000002,38.25
+1999,5,4,13,30,991,131,980,10,-5,4.7,40.78
+1999,5,4,14,30,959,125,853,9,-5,4.800000000000002,43.13
+1999,5,4,15,30,910,113,678,8,-5,4.9,45.32
+1999,5,4,16,30,830,93,469,7,-6,4.800000000000002,47.84
+1999,5,4,17,30,672,59,238,6,-6,4.4,51.41
+1999,5,4,18,30,300,26,47,4,-5,4.0,60.9
+1999,5,4,19,30,0,0,0,2,-5,3.9,65.7
+1999,5,4,20,30,0,0,0,1,-5,3.8,64.59
+1999,5,4,21,30,0,0,0,0,-6,3.6,62.85
+1999,5,4,22,30,0,0,0,0,-6,3.5,65.89
+1999,5,4,23,30,0,0,0,0,-7,3.6,68.4
+1999,5,5,0,30,0,0,0,0,-7,4.1000000000000005,65.63
+1999,5,5,1,30,0,0,0,0,-8,4.7,63.32
+1999,5,5,2,30,0,0,0,0,-8,4.800000000000002,62.19000000000001
+1999,5,5,3,30,0,0,0,0,-8,4.6000000000000005,62.53
+1999,5,5,4,30,0,0,0,0,-7,4.6000000000000005,64.86
+1999,5,5,5,30,298,30,57,0,-7,4.5,63.23
+1999,5,5,6,30,502,77,219,1,-6,4.6000000000000005,61.33
+1999,5,5,7,30,556,137,398,3,-6,4.800000000000002,61.84
+1999,5,5,8,30,912,93,673,4,-6,4.800000000000002,53.04
+1999,5,5,9,30,958,102,839,5,-6,4.4,49.22
+1999,5,5,10,30,985,106,957,6,-6,4.0,45.99
+1999,5,5,11,30,994,109,1016,7,-6,3.8,43.2
+1999,5,5,12,30,986,113,1011,8,-6,3.5,41.05
+1999,5,5,13,30,964,116,943,7,-6,3.4000000000000004,44.84
+1999,5,5,14,30,532,306,711,7,-5,3.6,48.73
+1999,5,5,15,30,497,226,535,6,-5,3.7,52.93
+1999,5,5,16,30,782,91,447,4,-5,3.7,56.76
+1999,5,5,17,30,601,72,233,3,-5,3.2,60.86
+1999,5,5,18,30,232,29,47,1,-5,2.5,66.77
+1999,5,5,19,30,0,0,0,0,-5,2.1,73.56
+1999,5,5,20,30,0,0,0,0,-5,2.0,75.86
+1999,5,5,21,30,0,0,0,0,-6,2.1,71.7
+1999,5,5,22,30,0,0,0,-1,-7,2.5,71.27
+1999,5,5,23,30,0,0,0,-1,-9,3.1,67.96000000000001
+1999,5,6,0,30,0,0,0,-2,-10,3.6,61.57
+1999,5,6,1,30,0,0,0,-2,-10,3.6,63.84
+1999,5,6,2,30,0,0,0,-3,-10,3.4000000000000004,63.38
+1999,5,6,3,30,0,0,0,-3,-10,3.4000000000000004,63.68
+1999,5,6,4,30,0,0,0,-3,-10,3.7,63.5
+1999,5,6,5,30,415,28,67,-1,-10,4.3,55.24
+1999,5,6,6,30,748,55,269,0,-10,4.9,49.15
+1999,5,6,7,30,886,70,488,2,-10,4.9,45.6
+1999,5,6,8,30,955,81,690,5,-10,4.6000000000000005,39.95
+1999,5,6,9,30,992,89,855,6,-9,4.6000000000000005,36.71
+1999,5,6,10,30,1011,95,971,8,-8,4.6000000000000005,37.19
+1999,5,6,11,30,1016,99,1029,9,-7,4.5,35.26
+1999,5,6,12,30,1012,101,1024,10,-6,4.5,35.37
+1999,5,6,13,30,998,99,957,11,-5,4.5,35.02
+1999,5,6,14,30,972,93,834,11,-5,4.4,36.42
+1999,5,6,15,30,928,85,665,11,-4,4.4,39.73
+1999,5,6,16,30,852,73,462,10,-4,4.2,43.0
+1999,5,6,17,30,707,55,247,7,-4,3.0,50.94
+1999,5,6,18,30,355,25,53,4,-2,1.7000000000000002,72.35000000000002
+1999,5,6,19,30,0,0,0,2,-2,1.5,82.12
+1999,5,6,20,30,0,0,0,1,-3,1.9,77.52
+1999,5,6,21,30,0,0,0,0,-4,2.6,72.85000000000002
+1999,5,6,22,30,0,0,0,0,-5,3.4000000000000004,73.38
+1999,5,6,23,30,0,0,0,0,-5,3.9,69.56
+1999,5,7,0,30,0,0,0,0,-6,3.8,67.84
+1999,5,7,1,30,0,0,0,0,-6,3.5,73.32000000000002
+1999,5,7,2,30,0,0,0,0,-5,3.3000000000000003,74.19
+1999,5,7,3,30,0,0,0,0,-5,3.3000000000000003,74.8
+1999,5,7,4,30,0,0,0,0,-5,3.5,70.25
+1999,5,7,5,30,253,34,58,2,-5,4.1000000000000005,68.44
+1999,5,7,6,30,610,62,239,6,-4,4.2,59.82
+1999,5,7,7,30,615,123,415,9,-2,3.9,49.59
+1999,5,7,8,30,755,146,629,12,-2,3.9,40.74
+1999,5,7,9,30,961,102,847,14,-2,4.0,36.23
+1999,5,7,10,30,982,107,961,16,-2,3.9,34.800000000000004
+1999,5,7,11,30,993,108,1018,17,-2,3.8,33.03
+1999,5,7,12,30,990,107,1013,18,-1,3.6,31.11
+1999,5,7,13,30,971,107,945,18,-1,3.5,29.2
+1999,5,7,14,30,937,105,821,19,-1,3.4000000000000004,29.24
+1999,5,7,15,30,884,97,651,18,-1,3.2,29.22
+1999,5,7,16,30,799,83,451,17,-1,2.6,31.55
+1999,5,7,17,30,642,63,239,14,0,1.5,46.64
+1999,5,7,18,30,277,28,51,11,3,0.8,70.36
+1999,5,7,19,30,0,0,0,9,0,0.8,64.36
+1999,5,7,20,30,0,0,0,8,0,1.0,65.86
+1999,5,7,21,30,0,0,0,6,0,1.4,75.97
+1999,5,7,22,30,0,0,0,6,0,1.7000000000000002,79.32000000000002
+1999,5,7,23,30,0,0,0,5,0,2.0,76.10000000000002
+1999,5,8,0,30,0,0,0,5,-1,2.5,73.65
+1999,5,8,1,30,0,0,0,5,-1,2.6,72.26
+1999,5,8,2,30,0,0,0,5,-1,2.4000000000000004,77.48
+1999,5,8,3,30,0,0,0,4,-1,2.1,77.21000000000002
+1999,5,8,4,30,0,0,0,4,-1,1.9,76.03
+1999,5,8,5,30,352,32,67,8,0,2.0,65.32000000000001
+1999,5,8,6,30,682,62,262,13,1,2.4000000000000004,56.81
+1999,5,8,7,30,825,80,474,16,0,2.1,43.47
+1999,5,8,8,30,899,92,670,18,0,1.9,32.42
+1999,5,8,9,30,940,102,832,19,0,2.5,30.35
+1999,5,8,10,30,465,416,821,21,0,3.2,29.08
+1999,5,8,11,30,18,281,298,22,0,3.9,27.69
+1999,5,8,12,30,964,115,998,22,0,4.4,26.18
+1999,5,8,13,30,516,387,833,23,0,4.9,26.23
+1999,5,8,14,30,103,382,462,22,0,5.1000000000000005,26.28
+1999,5,8,15,30,0,29,29,21,0,5.300000000000002,27.76
+1999,5,8,16,30,10,155,160,20,0,5.2,30.71
+1999,5,8,17,30,0,85,85,17,2,4.6000000000000005,43.59
+1999,5,8,18,30,0,18,18,13,3,3.9,61.82
+1999,5,8,19,30,0,0,0,11,2,3.6,68.09
+1999,5,8,20,30,0,0,0,9,2,3.4000000000000004,71.83
+1999,5,8,21,30,0,0,0,9,1,3.3000000000000003,70.49
+1999,5,8,22,30,0,0,0,9,1,3.0,72.54
+1999,5,8,23,30,0,0,0,8,0,2.8000000000000003,68.2
+1999,5,9,0,30,0,0,0,8,0,2.9000000000000004,63.94000000000001
+1999,5,9,1,30,0,0,0,8,0,3.2,60.9
+1999,5,9,2,30,0,0,0,8,-1,3.6,58.99
+1999,5,9,3,30,0,0,0,7,-1,3.7,61.74
+1999,5,9,4,30,0,0,0,7,-1,3.6,60.6
+1999,5,9,5,30,343,35,70,10,-2,4.0,52.64
+1999,5,9,6,30,434,90,219,13,-1,4.6000000000000005,41.47
+1999,5,9,7,30,561,140,409,16,0,5.1000000000000005,36.19
+1999,5,9,8,30,781,137,641,19,-1,5.2,27.56
+1999,5,9,9,30,412,340,661,20,-2,4.9,25.22
+1999,5,9,10,30,947,122,949,21,-1,4.5,24.17
+1999,5,9,11,30,401,486,855,22,-1,4.4,23.19
+1999,5,9,12,30,75,464,534,23,-1,4.4,22.14
+1999,5,9,13,30,439,424,804,23,-1,4.5,22.15
+1999,5,9,14,30,544,299,717,22,-1,4.6000000000000005,23.41
+1999,5,9,15,30,307,288,482,21,-1,4.6000000000000005,24.66
+1999,5,9,16,30,149,207,277,20,-1,4.0,26.83
+1999,5,9,17,30,444,83,206,17,2,2.9000000000000004,41.54
+1999,5,9,18,30,52,32,37,13,3,2.3000000000000003,60.9
+1999,5,9,19,30,0,0,0,11,2,2.1,70.18
+1999,5,9,20,30,0,0,0,9,2,1.5,79.34
+1999,5,9,21,30,0,0,0,7,2,0.7000000000000001,84.83
+1999,5,9,22,30,0,0,0,7,2,0.8,82.65
+1999,5,9,23,30,0,0,0,6,2,1.8,87.58
+1999,5,10,0,30,0,0,0,5,2,2.2,100.0
+1999,5,10,1,30,0,0,0,4,1,2.1,100.0
+1999,5,10,2,30,0,0,0,3,1,2.1,100.0
+1999,5,10,3,30,0,0,0,3,1,2.1,100.0
+1999,5,10,4,30,0,0,0,3,0,1.9,100.0
+1999,5,10,5,30,101,43,54,3,0,1.7000000000000002,100.0
+1999,5,10,6,30,0,85,85,5,0,1.3,84.08
+1999,5,10,7,30,3,141,143,6,-1,0.6000000000000001,68.06
+1999,5,10,8,30,0,62,62,8,-2,0.30000000000000004,58.37000000000001
+1999,5,10,9,30,12,188,198,9,-3,0.7000000000000001,46.97
+1999,5,10,10,30,15,216,229,10,-4,1.5,41.18
+1999,5,10,11,30,18,271,288,11,-5,2.6,39.14
+1999,5,10,12,30,253,486,719,11,-5,3.5,37.52
+1999,5,10,13,30,198,459,631,10,-6,4.2,36.15
+1999,5,10,14,30,334,367,625,9,-6,4.6000000000000005,36.88
+1999,5,10,15,30,3,134,136,8,-7,4.800000000000002,37.44
+1999,5,10,16,30,0,43,43,7,-8,4.5,41.07
+1999,5,10,17,30,0,21,21,5,-8,3.6,42.35
+1999,5,10,18,30,337,31,61,3,-7,2.1,51.42
+1999,5,10,19,30,0,0,0,1,-6,1.3,60.45
+1999,5,10,20,30,0,0,0,0,-6,1.2000000000000002,63.88
+1999,5,10,21,30,0,0,0,0,-7,1.0,66.19
+1999,5,10,22,30,0,0,0,0,-8,0.8,62.48
+1999,5,10,23,30,0,0,0,0,-9,0.7000000000000001,63.22
+1999,5,11,0,30,0,0,0,-1,-9,0.6000000000000001,59.62000000000001
+1999,5,11,1,30,0,0,0,-1,-10,0.5,56.95
+1999,5,11,2,30,0,0,0,-1,-10,0.5,55.24
+1999,5,11,3,30,0,0,0,-1,-10,0.6000000000000001,54.5
+1999,5,11,4,30,0,0,0,-1,-10,0.7000000000000001,54.6
+1999,5,11,5,30,208,39,62,0,-8,1.2000000000000002,54.7
+1999,5,11,6,30,583,70,245,3,-10,1.6,43.29
+1999,5,11,7,30,836,87,492,5,-12,1.5,32.17
+1999,5,11,8,30,493,240,560,7,-12,1.2000000000000002,30.01
+1999,5,11,9,30,168,402,533,8,-11,1.0,27.63
+1999,5,11,10,30,80,440,511,9,-10,0.8,27.44
+1999,5,11,11,30,295,477,750,10,-9,0.6000000000000001,27.23
+1999,5,11,12,30,83,471,548,10,-8,0.7000000000000001,29.38
+1999,5,11,13,30,51,406,451,10,-7,1.3,34.56
+1999,5,11,14,30,14,219,230,9,-6,2.2,39.97
+1999,5,11,15,30,194,306,430,8,-6,3.0,41.34
+1999,5,11,16,30,216,205,307,7,-6,3.0,43.83
+1999,5,11,17,30,0,42,42,6,-6,2.3000000000000003,45.46
+1999,5,11,18,30,284,34,60,4,-5,1.4,63.55
+1999,5,11,19,30,0,0,0,2,-3,1.1,74.71000000000002
+1999,5,11,20,30,0,0,0,0,-3,1.1,74.98
+1999,5,11,21,30,0,0,0,0,-3,1.2000000000000002,80.45
+1999,5,11,22,30,0,0,0,0,-4,1.5,84.21000000000002
+1999,5,11,23,30,0,0,0,0,-4,1.8,80.34
+1999,5,12,0,30,0,0,0,0,-5,1.9,82.21000000000002
+1999,5,12,1,30,0,0,0,-1,-6,2.0,78.25
+1999,5,12,2,30,0,0,0,-1,-6,2.0,74.24
+1999,5,12,3,30,0,0,0,-1,-7,2.0,75.5
+1999,5,12,4,30,0,0,0,0,-8,2.1,66.22
+1999,5,12,5,30,370,37,79,2,-8,2.7,54.5
+1999,5,12,6,30,678,71,276,6,-7,2.8000000000000003,44.77
+1999,5,12,7,30,808,94,487,9,-8,1.7000000000000002,31.69
+1999,5,12,8,30,872,113,681,11,-8,1.1,27.95
+1999,5,12,9,30,919,121,842,13,-7,1.2000000000000002,27.13
+1999,5,12,10,30,962,115,961,15,-5,1.5,28.34
+1999,5,12,11,30,979,113,1019,16,-4,1.6,28.83
+1999,5,12,12,30,375,450,796,17,-4,1.5,28.45
+1999,5,12,13,30,529,384,845,17,-3,1.2000000000000002,27.53
+1999,5,12,14,30,558,301,734,17,-3,1.0,28.46
+1999,5,12,15,30,291,294,480,17,-2,0.8,31.14
+1999,5,12,16,30,479,159,384,16,-2,0.8,33.9
+1999,5,12,17,30,274,105,183,13,-1,1.0,41.35
+1999,5,12,18,30,341,30,63,10,0,1.5,61.26
+1999,5,12,19,30,0,0,0,8,0,2.0,66.92
+1999,5,12,20,30,0,0,0,7,0,2.5,76.9
+1999,5,12,21,30,0,0,0,6,0,3.2,77.51
+1999,5,12,22,30,0,0,0,6,0,3.8,76.13
+1999,5,12,23,30,0,0,0,7,0,4.3,74.95
+1999,5,13,0,30,0,0,0,7,0,4.7,74.87
+1999,5,13,1,30,0,0,0,7,0,4.9,75.44
+1999,5,13,2,30,0,0,0,7,0,4.800000000000002,75.22
+1999,5,13,3,30,0,0,0,7,0,4.6000000000000005,74.47
+1999,5,13,4,30,0,0,0,7,0,4.5,73.67
+1999,5,13,5,30,227,39,65,9,0,4.6000000000000005,60.8
+1999,5,13,6,30,375,107,222,13,0,4.800000000000002,49.36
+1999,5,13,7,30,826,78,482,16,1,5.0,42.21
+1999,5,13,8,30,891,92,674,19,1,5.2,34.03
+1999,5,13,9,30,927,103,832,21,1,5.2,33.1
+1999,5,13,10,30,944,113,943,22,2,5.2,30.42
+1999,5,13,11,30,951,117,999,23,2,5.300000000000002,29.07
+1999,5,13,12,30,549,386,894,24,2,5.2,29.16
+1999,5,13,13,30,401,421,772,24,2,4.9,27.27
+1999,5,13,14,30,518,301,703,23,2,4.4,28.97
+1999,5,13,15,30,343,284,503,22,2,3.9,31.02
+1999,5,13,16,30,333,194,352,20,2,3.2,35.56
+1999,5,13,17,30,340,99,197,17,3,2.5,46.59
+1999,5,13,18,30,0,4,4,13,6,2.4000000000000004,73.34
+1999,5,13,19,30,0,0,0,11,5,2.4000000000000004,79.55
+1999,5,13,20,30,0,0,0,10,5,2.0,90.69
+1999,5,13,21,30,0,0,0,9,5,1.4,97.49
+1999,5,13,22,30,0,0,0,8,5,1.1,96.97
+1999,5,13,23,30,0,0,0,7,4,0.9,100.0
+1999,5,14,0,30,0,0,0,7,4,0.7000000000000001,100.0
+1999,5,14,1,30,0,0,0,7,4,0.5,96.8
+1999,5,14,2,30,0,0,0,7,4,0.4,100.0
+1999,5,14,3,30,0,0,0,6,2,0.5,100.0
+1999,5,14,4,30,0,0,0,6,2,0.6000000000000001,100.0
+1999,5,14,5,30,140,46,63,7,4,0.9,93.67
+1999,5,14,6,30,18,110,116,10,4,1.4,84.32000000000002
+1999,5,14,7,30,700,117,462,13,4,1.9,67.95
+1999,5,14,8,30,786,137,652,15,3,2.4000000000000004,56.2
+1999,5,14,9,30,314,383,630,16,2,3.3000000000000003,46.81
+1999,5,14,10,30,446,433,827,17,2,4.3,42.3
+1999,5,14,11,30,377,481,832,18,1,5.300000000000002,37.93
+1999,5,14,12,30,210,496,691,19,0,6.0,32.3
+1999,5,14,13,30,488,409,836,20,-1,6.4,28.36
+1999,5,14,14,30,181,398,539,19,-2,6.0,25.51
+1999,5,14,15,30,539,224,570,18,-3,4.9,25.65
+1999,5,14,16,30,767,83,447,17,-3,3.5,27.05
+1999,5,14,17,30,664,64,258,15,-2,1.8,33.49
+1999,5,14,18,30,336,33,67,11,2,1.2000000000000002,62.12000000000001
+1999,5,14,19,30,0,0,0,8,1,1.8,72.35000000000002
+1999,5,14,20,30,0,0,0,7,1,1.9,76.9
+1999,5,14,21,30,0,0,0,6,1,1.5,84.67
+1999,5,14,22,30,0,0,0,5,2,1.1,100.0
+1999,5,14,23,30,0,0,0,4,2,1.0,100.0
+1999,5,15,0,30,0,0,0,3,1,0.9,100.0
+1999,5,15,1,30,0,0,0,3,1,1.0,100.0
+1999,5,15,2,30,0,0,0,3,1,1.2000000000000002,100.0
+1999,5,15,3,30,0,0,0,3,1,1.4,100.0
+1999,5,15,4,30,0,0,0,3,0,1.7000000000000002,99.96
+1999,5,15,5,30,0,38,38,6,0,2.8000000000000003,80.18
+1999,5,15,6,30,257,118,198,9,0,4.0,62.74
+1999,5,15,7,30,779,97,482,12,0,4.4,46.98
+1999,5,15,8,30,832,120,667,15,-1,4.3,35.66000000000001
+1999,5,15,9,30,725,225,798,17,-2,4.2,29.17
+1999,5,15,10,30,951,118,958,19,-3,4.3,24.23
+1999,5,15,11,30,971,116,1019,20,-4,4.4,22.06
+1999,5,15,12,30,534,423,919,21,-4,4.5,20.56
+1999,5,15,13,30,602,328,856,22,-3,4.4,19.52
+1999,5,15,14,30,493,332,716,22,-3,4.1000000000000005,21.35
+1999,5,15,15,30,143,312,404,21,-3,3.7,23.48
+1999,5,15,16,30,9,155,160,19,-2,3.1,26.25
+1999,5,15,17,30,0,12,12,16,0,2.3000000000000003,38.1
+1999,5,15,18,30,0,12,12,13,3,2.0,62.98
+1999,5,15,19,30,0,0,0,10,2,2.2,70.37
+1999,5,15,20,30,0,0,0,9,2,2.5,73.85000000000002
+1999,5,15,21,30,0,0,0,8,2,2.6,77.93
+1999,5,15,22,30,0,0,0,7,2,2.3000000000000003,81.93
+1999,5,15,23,30,0,0,0,6,1,2.1,86.44
+1999,5,16,0,30,0,0,0,5,1,2.0,92.12
+1999,5,16,1,30,0,0,0,5,1,1.9,97.13
+1999,5,16,2,30,0,0,0,4,1,1.7000000000000002,100.0
+1999,5,16,3,30,0,0,0,3,1,1.3,100.0
+1999,5,16,4,30,0,0,0,3,0,0.9,98.71
+1999,5,16,5,30,310,43,81,5,0,0.9,86.11
+1999,5,16,6,30,630,78,275,8,0,1.5,69.60000000000001
+1999,5,16,7,30,511,159,413,10,-2,2.0,48.44
+1999,5,16,8,30,535,235,588,12,-3,2.3000000000000003,39.42
+1999,5,16,9,30,904,123,839,14,-3,2.8000000000000003,37.21
+1999,5,16,10,30,376,416,749,15,-2,3.4000000000000004,36.07
+1999,5,16,11,30,28,377,403,16,-2,4.0,35.06
+1999,5,16,12,30,0,58,58,16,-1,4.5,36.68
+1999,5,16,13,30,0,39,39,15,0,4.6000000000000005,41.69
+1999,5,16,14,30,0,30,30,13,0,3.7,48.12000000000001
+1999,5,16,15,30,0,19,19,11,1,1.9,59.37000000000001
+1999,5,16,16,30,0,10,10,9,2,1.3,70.8
+1999,5,16,17,30,0,9,9,7,1,2.8000000000000003,80.93
+1999,5,16,18,30,0,9,9,5,1,4.0,91.34
+1999,5,16,19,30,0,0,0,3,1,4.1000000000000005,100.0
+1999,5,16,20,30,0,0,0,3,0,3.6,100.0
+1999,5,16,21,30,0,0,0,2,0,2.5,100.0
+1999,5,16,22,30,0,0,0,2,0,1.4,100.0
+1999,5,16,23,30,0,0,0,1,0,0.8,97.35
+1999,5,17,0,30,0,0,0,1,0,0.7000000000000001,94.39
+1999,5,17,1,30,0,0,0,0,-1,0.8,97.18
+1999,5,17,2,30,0,0,0,0,-2,0.9,92.44
+1999,5,17,3,30,0,0,0,0,-2,1.0,94.02
+1999,5,17,4,30,0,0,0,0,-3,1.2000000000000002,81.97
+1999,5,17,5,30,437,37,92,1,-3,1.9,75.84
+1999,5,17,6,30,729,63,293,4,-5,2.5,59.73
+1999,5,17,7,30,861,78,507,7,-6,2.5,42.6
+1999,5,17,8,30,933,88,704,10,-7,2.5,33.44
+1999,5,17,9,30,972,96,867,12,-7,2.5,29.43
+1999,5,17,10,30,991,102,980,13,-6,2.5,27.89
+1999,5,17,11,30,997,106,1036,14,-6,2.5,26.39
+1999,5,17,12,30,995,105,1031,15,-6,2.6,25.09
+1999,5,17,13,30,983,102,966,16,-6,2.7,23.9
+1999,5,17,14,30,958,96,845,16,-6,2.8000000000000003,24.21
+1999,5,17,15,30,915,87,679,16,-6,2.7,25.99
+1999,5,17,16,30,843,75,482,15,-6,2.6,27.87
+1999,5,17,17,30,711,58,270,13,-5,2.2,32.85
+1999,5,17,18,30,412,31,76,9,-1,1.6,54.81
+1999,5,17,19,30,0,0,0,6,-1,1.6,66.93
+1999,5,17,20,30,0,0,0,5,-2,1.8,69.3
+1999,5,17,21,30,0,0,0,4,-2,2.0,72.75
+1999,5,17,22,30,0,0,0,4,-2,2.2,76.49
+1999,5,17,23,30,0,0,0,3,-3,2.4000000000000004,73.9
+1999,5,18,0,30,0,0,0,3,-3,2.7,70.93
+1999,5,18,1,30,0,0,0,3,-4,2.7,69.10000000000001
+1999,5,18,2,30,0,0,0,3,-4,2.6,73.72
+1999,5,18,3,30,0,0,0,3,-4,2.4000000000000004,73.67
+1999,5,18,4,30,0,0,0,4,-4,2.3000000000000003,68.67
+1999,5,18,5,30,481,34,96,7,-3,2.8000000000000003,59.01
+1999,5,18,6,30,748,57,295,11,-2,2.9000000000000004,46.81
+1999,5,18,7,30,867,72,505,15,-3,1.6,34.96
+1999,5,18,8,30,930,83,699,18,-4,0.4,24.98
+1999,5,18,9,30,962,93,858,20,-4,0.30000000000000004,22.34
+1999,5,18,10,30,977,102,969,21,-4,0.6000000000000001,20.56
+1999,5,18,11,30,981,107,1023,22,-3,0.7000000000000001,20.17
+1999,5,18,12,30,493,447,907,23,-3,0.5,19.69
+1999,5,18,13,30,474,416,834,24,-2,0.30000000000000004,20.27
+1999,5,18,14,30,446,338,688,23,-2,0.1,20.56
+1999,5,18,15,30,584,213,592,23,-2,0.30000000000000004,21.99
+1999,5,18,16,30,621,123,424,22,-2,0.9,23.75
+1999,5,18,17,30,631,72,261,19,0,1.4,30.73
+1999,5,18,18,30,304,38,72,15,4,1.9,56.73
+1999,5,18,19,30,0,0,0,13,2,2.0,57.78
+1999,5,18,20,30,0,0,0,12,2,1.5,61.02
+1999,5,18,21,30,0,0,0,11,3,1.3,71.98
+1999,5,18,22,30,0,0,0,10,2,1.4,74.44
+1999,5,18,23,30,0,0,0,9,1,1.6,72.48
+1999,5,19,0,30,0,0,0,8,0,1.7000000000000002,66.22
+1999,5,19,1,30,0,0,0,7,0,1.9,66.43
+1999,5,19,2,30,0,0,0,7,-1,2.1,63.77
+1999,5,19,3,30,0,0,0,6,-1,2.1,65.89
+1999,5,19,4,30,0,0,0,7,-2,2.0,59.1
+1999,5,19,5,30,425,39,94,10,-1,2.3000000000000003,51.51
+1999,5,19,6,30,703,67,291,15,0,2.9000000000000004,39.85
+1999,5,19,7,30,824,86,500,19,-1,2.5,28.06
+1999,5,19,8,30,888,101,691,22,-3,2.1,19.93
+1999,5,19,9,30,922,113,847,23,-3,2.7,19.3
+1999,5,19,10,30,505,407,857,24,-2,3.5,19.71
+1999,5,19,11,30,20,310,328,25,-1,4.3,20.07
+1999,5,19,12,30,4,124,128,25,0,4.6000000000000005,21.49
+1999,5,19,13,30,214,464,653,24,0,4.6000000000000005,24.26
+1999,5,19,14,30,401,344,660,23,1,4.1000000000000005,27.53
+1999,5,19,15,30,4,135,138,22,2,3.0,31.03
+1999,5,19,16,30,57,203,231,21,3,1.7000000000000002,34.56
+1999,5,19,17,30,0,5,5,19,6,1.1,53.28
+1999,5,19,18,30,0,33,33,16,8,1.3,69.07000000000001
+1999,5,19,19,30,0,0,0,14,6,1.5,70.88
+1999,5,19,20,30,0,0,0,13,6,1.5,73.32000000000002
+1999,5,19,21,30,0,0,0,12,5,1.2000000000000002,79.62
+1999,5,19,22,30,0,0,0,11,5,1.2000000000000002,81.74
+1999,5,19,23,30,0,0,0,10,4,1.7000000000000002,86.02
+1999,5,20,0,30,0,0,0,9,4,2.4000000000000004,85.52
+1999,5,20,1,30,0,0,0,9,4,2.7,86.41
+1999,5,20,2,30,0,0,0,9,5,2.5,93.61
+1999,5,20,3,30,0,0,0,8,5,2.4000000000000004,94.19
+1999,5,20,4,30,0,0,0,8,5,2.8000000000000003,94.71
+1999,5,20,5,30,193,54,80,8,5,3.4000000000000004,95.91
+1999,5,20,6,30,43,123,137,10,5,3.6,86.39
+1999,5,20,7,30,29,192,207,12,5,3.6,78.98
+1999,5,20,8,30,66,302,346,14,4,3.5,64.58
+1999,5,20,9,30,160,409,537,15,4,3.4000000000000004,54.96
+1999,5,20,10,30,421,441,816,17,4,3.4000000000000004,51.12000000000001
+1999,5,20,11,30,18,272,289,18,4,3.6,48.19
+1999,5,20,12,30,373,459,808,18,4,3.7,46.08
+1999,5,20,13,30,206,444,626,18,4,3.8,46.78
+1999,5,20,14,30,200,401,559,17,4,3.7,50.16
+1999,5,20,15,30,170,316,427,16,4,3.5,54.12000000000001
+1999,5,20,16,30,77,219,257,15,5,3.2,62.51
+1999,5,20,17,30,0,30,30,14,5,2.8000000000000003,68.1
+1999,5,20,18,30,0,24,24,12,5,2.2,75.97
+1999,5,20,19,30,0,0,0,10,6,1.7000000000000002,90.09
+1999,5,20,20,30,0,0,0,10,6,1.4,96.57
+1999,5,20,21,30,0,0,0,9,6,1.2000000000000002,100.0
+1999,5,20,22,30,0,0,0,8,4,1.2000000000000002,100.0
+1999,5,20,23,30,0,0,0,7,4,1.4,100.0
+1999,5,21,0,30,0,0,0,7,4,1.6,100.0
+1999,5,21,1,30,0,0,0,7,4,2.0,100.0
+1999,5,21,2,30,0,0,0,6,4,2.4000000000000004,100.0
+1999,5,21,3,30,0,0,0,6,4,2.9000000000000004,100.0
+1999,5,21,4,30,0,0,0,7,4,3.6,100.0
+1999,5,21,5,30,266,51,87,9,4,4.6000000000000005,92.47
+1999,5,21,6,30,572,91,276,13,5,5.1000000000000005,72.84
+1999,5,21,7,30,733,113,483,17,5,4.800000000000002,51.78
+1999,5,21,8,30,819,129,675,20,2,3.8,36.49
+1999,5,21,9,30,866,141,833,22,1,2.8000000000000003,29.18
+1999,5,21,10,30,892,148,943,24,0,2.2,26.3
+1999,5,21,11,30,448,476,897,25,0,2.1,24.54
+1999,5,21,12,30,409,491,874,25,0,2.3000000000000003,23.17
+1999,5,21,13,30,406,432,791,25,0,2.7,23.34
+1999,5,21,14,30,33,326,353,24,1,3.0,25.47
+1999,5,21,15,30,327,294,508,23,1,3.3000000000000003,28.32
+1999,5,21,16,30,219,216,323,21,3,3.2,35.68
+1999,5,21,17,30,387,114,233,19,5,3.0,47.45
+1999,5,21,18,30,200,47,71,17,7,2.9000000000000004,61.12000000000001
+1999,5,21,19,30,0,0,0,15,6,2.9000000000000004,65.17
+1999,5,21,20,30,0,0,0,14,6,2.6,72.63
+1999,5,21,21,30,0,0,0,12,5,2.2,75.17
+1999,5,21,22,30,0,0,0,11,5,1.9,76.7
+1999,5,21,23,30,0,0,0,10,4,1.8,77.51
+1999,5,22,0,30,0,0,0,10,3,2.0,72.94
+1999,5,22,1,30,0,0,0,10,2,2.1,69.35000000000001
+1999,5,22,2,30,0,0,0,10,1,2.1,70.42
+1999,5,22,3,30,0,0,0,9,1,2.0,65.99
+1999,5,22,4,30,0,0,0,9,0,1.9,62.87000000000001
+1999,5,22,5,30,373,43,94,12,1,2.4000000000000004,54.81
+1999,5,22,6,30,648,75,286,16,1,2.6,44.12
+1999,5,22,7,30,785,95,492,19,1,1.9,34.44
+1999,5,22,8,30,864,107,684,22,0,1.2000000000000002,27.55
+1999,5,22,9,30,910,115,843,24,0,0.9,24.26
+1999,5,22,10,30,417,443,815,25,0,1.0,22.87
+1999,5,22,11,30,20,322,341,26,0,1.3,21.58
+1999,5,22,12,30,472,462,905,25,0,1.9,23.29
+1999,5,22,13,30,237,462,672,24,1,2.8000000000000003,25.92
+1999,5,22,14,30,0,42,42,23,2,3.8,29.33
+1999,5,22,15,30,59,291,330,22,3,4.1000000000000005,35.94
+1999,5,22,16,30,66,209,241,20,4,4.0,41.06
+1999,5,22,17,30,122,124,162,17,6,3.9,55.5
+1999,5,22,18,30,0,29,29,14,8,3.8,76.88
+1999,5,22,19,30,0,0,0,12,9,3.8,94.7
+1999,5,22,20,30,0,0,0,11,9,3.5,100.0
+1999,5,22,21,30,0,0,0,11,9,2.6,100.0
+1999,5,22,22,30,0,0,0,11,8,1.8,100.0
+1999,5,22,23,30,0,0,0,10,8,1.1,100.0
+1999,5,23,0,30,0,0,0,10,8,0.5,100.0
+1999,5,23,1,30,0,0,0,10,7,0.30000000000000004,100.0
+1999,5,23,2,30,0,0,0,9,6,0.30000000000000004,100.0
+1999,5,23,3,30,0,0,0,8,6,0.4,100.0
+1999,5,23,4,30,0,0,0,8,6,0.5,100.0
+1999,5,23,5,30,315,49,92,10,7,0.4,95.29
+1999,5,23,6,30,0,74,74,12,7,0.6000000000000001,84.77
+1999,5,23,7,30,7,156,160,15,7,1.4,67.45
+1999,5,23,8,30,72,307,355,18,5,2.2,54.0
+1999,5,23,9,30,65,378,430,19,5,2.5,47.53
+1999,5,23,10,30,40,396,432,20,6,2.6,45.38
+1999,5,23,11,30,216,500,704,21,6,2.7,43.52
+1999,5,23,12,30,40,419,456,22,6,2.8000000000000003,41.58
+1999,5,23,13,30,10,162,172,22,6,2.9000000000000004,42.02
+1999,5,23,14,30,184,404,550,22,6,3.0,44.67
+1999,5,23,15,30,0,56,56,21,6,3.2,47.16
+1999,5,23,16,30,0,42,42,20,6,3.1,49.96
+1999,5,23,17,30,0,92,92,18,6,2.4000000000000004,57.5
+1999,5,23,18,30,0,18,18,15,8,1.7000000000000002,73.44
+1999,5,23,19,30,0,0,0,13,8,1.6,83.7
+1999,5,23,20,30,0,0,0,13,8,1.6,83.09
+1999,5,23,21,30,0,0,0,12,8,1.5,89.08
+1999,5,23,22,30,0,0,0,12,8,1.4,88.41
+1999,5,23,23,30,0,0,0,11,7,1.4,93.13
+1999,5,24,0,30,0,0,0,11,7,1.3,98.18
+1999,5,24,1,30,0,0,0,10,7,1.2000000000000002,96.33
+1999,5,24,2,30,0,0,0,10,7,1.2000000000000002,94.04
+1999,5,24,3,30,0,0,0,9,6,1.5,97.97
+1999,5,24,4,30,0,0,0,10,6,2.4000000000000004,94.82
+1999,5,24,5,30,176,48,72,12,6,3.3000000000000003,81.73
+1999,5,24,6,30,560,90,274,14,6,3.6,68.75
+1999,5,24,7,30,153,230,308,16,6,3.8,61.34
+1999,5,24,8,30,728,164,653,17,6,3.8,57.67
+1999,5,24,9,30,518,334,749,18,6,3.7,54.5
+1999,5,24,10,30,0,101,101,19,6,3.5,54.91
+1999,5,24,11,30,0,65,65,19,7,3.2,52.18
+1999,5,24,12,30,31,395,425,19,7,2.9000000000000004,56.57
+1999,5,24,13,30,784,201,898,18,7,2.8000000000000003,57.92
+1999,5,24,14,30,515,303,711,17,8,2.8000000000000003,63.42
+1999,5,24,15,30,144,319,414,16,8,2.9000000000000004,73.85000000000002
+1999,5,24,16,30,0,106,106,15,8,2.7,81.22
+1999,5,24,17,30,0,10,10,13,9,2.3000000000000003,90.11
+1999,5,24,18,30,0,5,5,12,9,2.0,99.65
+1999,5,24,19,30,0,0,0,11,9,1.8,100.0
+1999,5,24,20,30,0,0,0,11,9,1.4,100.0
+1999,5,24,21,30,0,0,0,11,8,0.9,100.0
+1999,5,24,22,30,0,0,0,11,8,0.4,100.0
+1999,5,24,23,30,0,0,0,10,8,0.4,100.0
+1999,5,25,0,30,0,0,0,10,8,0.7000000000000001,100.0
+1999,5,25,1,30,0,0,0,10,7,1.0,100.0
+1999,5,25,2,30,0,0,0,9,7,1.1,100.0
+1999,5,25,3,30,0,0,0,8,6,1.0,100.0
+1999,5,25,4,30,0,0,0,8,4,1.1,100.0
+1999,5,25,5,30,0,5,5,8,4,1.7000000000000002,100.0
+1999,5,25,6,30,0,16,16,8,6,2.1,100.0
+1999,5,25,7,30,0,43,43,9,5,2.1,99.86
+1999,5,25,8,30,0,54,54,9,5,1.7000000000000002,91.07
+1999,5,25,9,30,1,115,116,11,5,1.1,84.7
+1999,5,25,10,30,20,308,326,12,5,0.4,79.56
+1999,5,25,11,30,14,202,216,13,5,0.2,73.32000000000002
+1999,5,25,12,30,21,330,350,13,5,0.4,67.21000000000001
+1999,5,25,13,30,122,464,573,13,4,0.5,65.77
+1999,5,25,14,30,0,50,50,14,4,0.5,64.4
+1999,5,25,15,30,348,292,522,14,4,0.5,62.82
+1999,5,25,16,30,431,183,398,13,3,0.7000000000000001,61.23
+1999,5,25,17,30,98,127,158,12,3,0.8,64.22
+1999,5,25,18,30,341,42,86,11,5,0.8,81.98
+1999,5,25,19,30,0,0,0,9,4,1.0,90.68
+1999,5,25,20,30,0,0,0,8,4,1.2000000000000002,93.78
+1999,5,25,21,30,0,0,0,7,3,1.5,98.64
+1999,5,25,22,30,0,0,0,6,3,1.6,96.67
+1999,5,25,23,30,0,0,0,6,3,1.6,94.12
+1999,5,26,0,30,0,0,0,6,2,1.6,91.99
+1999,5,26,1,30,0,0,0,6,2,1.7000000000000002,90.72
+1999,5,26,2,30,0,0,0,6,2,1.9,90.45
+1999,5,26,3,30,0,0,0,6,2,2.0,96.74
+1999,5,26,4,30,0,0,0,6,2,2.2,90.45
+1999,5,26,5,30,397,38,95,9,3,2.5,82.32000000000002
+1999,5,26,6,30,598,76,273,12,3,2.4000000000000004,66.04
+1999,5,26,7,30,814,85,502,15,4,2.0,54.88
+1999,5,26,8,30,885,97,692,17,3,2.5,45.99
+1999,5,26,9,30,924,106,849,18,3,2.9000000000000004,42.7
+1999,5,26,10,30,945,113,960,19,3,3.2,40.37
+1999,5,26,11,30,952,117,1016,20,3,3.2,38.59
+1999,5,26,12,30,949,119,1012,21,3,3.1,39.07
+1999,5,26,13,30,934,118,950,21,4,2.9000000000000004,39.46
+1999,5,26,14,30,904,113,833,20,3,2.8000000000000003,39.44
+1999,5,26,15,30,576,222,603,19,3,2.7,41.71
+1999,5,26,16,30,75,216,253,18,3,2.4000000000000004,44.48
+1999,5,26,17,30,35,119,130,17,4,1.6,51.8
+1999,5,26,18,30,0,38,38,14,7,0.8,73.53
+1999,5,26,19,30,0,0,0,12,7,0.6000000000000001,82.49
+1999,5,26,20,30,0,0,0,11,6,0.7000000000000001,84.98
+1999,5,26,21,30,0,0,0,10,6,0.9,91.09
+1999,5,26,22,30,0,0,0,10,6,1.2000000000000002,92.13
+1999,5,26,23,30,0,0,0,10,6,1.5,98.23
+1999,5,27,0,30,0,0,0,10,6,1.8,98.76
+1999,5,27,1,30,0,0,0,10,6,2.2,99.9
+1999,5,27,2,30,0,0,0,10,7,2.6,100.0
+1999,5,27,3,30,0,0,0,9,7,2.6,100.0
+1999,5,27,4,30,0,0,0,9,7,2.7,100.0
+1999,5,27,5,30,0,20,20,9,7,2.8000000000000003,100.0
+1999,5,27,6,30,0,81,81,10,7,2.6,96.43
+1999,5,27,7,30,0,90,90,12,7,1.9,91.31
+1999,5,27,8,30,0,94,94,13,7,1.4,79.09
+1999,5,27,9,30,0,92,92,14,6,1.4,71.4
+1999,5,27,10,30,378,421,760,15,6,1.6,64.97
+1999,5,27,11,30,369,462,811,16,6,1.9,59.92
+1999,5,27,12,30,58,429,484,16,6,2.1,59.56
+1999,5,27,13,30,0,67,67,15,6,2.0,63.56
+1999,5,27,14,30,0,27,27,14,6,1.8,68.26
+1999,5,27,15,30,0,116,117,13,6,1.4,74.05
+1999,5,27,16,30,0,8,8,12,6,1.0,80.77
+1999,5,27,17,30,194,127,189,11,7,0.7000000000000001,88.23
+1999,5,27,18,30,32,49,53,10,7,0.6000000000000001,96.06
+1999,5,27,19,30,0,0,0,9,7,0.8,100.0
+1999,5,27,20,30,0,0,0,8,6,1.0,100.0
+1999,5,27,21,30,0,0,0,8,4,1.2000000000000002,100.0
+1999,5,27,22,30,0,0,0,7,4,1.4,100.0
+1999,5,27,23,30,0,0,0,7,4,1.5,100.0
+1999,5,28,0,30,0,0,0,7,4,1.5,100.0
+1999,5,28,1,30,0,0,0,6,4,1.5,100.0
+1999,5,28,2,30,0,0,0,6,4,1.6,100.0
+1999,5,28,3,30,0,0,0,6,2,1.7000000000000002,100.0
+1999,5,28,4,30,0,0,0,7,3,1.9,99.55
+1999,5,28,5,30,352,49,100,9,4,2.5,84.85000000000002
+1999,5,28,6,30,631,81,291,12,5,2.8000000000000003,72.84
+1999,5,28,7,30,774,99,497,15,4,2.7,57.36
+1999,5,28,8,30,856,110,688,18,3,2.8000000000000003,42.34
+1999,5,28,9,30,905,117,847,20,2,3.0,37.4
+1999,5,28,10,30,934,122,960,21,1,3.1,34.13
+1999,5,28,11,30,946,123,1017,22,1,3.2,31.82
+1999,5,28,12,30,945,123,1014,23,1,3.2,30.09
+1999,5,28,13,30,931,120,951,23,2,3.1,28.72
+1999,5,28,14,30,901,115,834,22,2,2.9000000000000004,31.05
+1999,5,28,15,30,852,106,673,22,2,2.6,33.6
+1999,5,28,16,30,776,92,482,21,2,2.3000000000000003,36.4
+1999,5,28,17,30,641,73,279,19,3,1.6,43.31
+1999,5,28,18,30,368,42,92,16,7,1.2000000000000002,68.41
+1999,5,28,19,30,0,0,0,14,6,1.5,72.58
+1999,5,28,20,30,0,0,0,12,5,1.9,74.15
+1999,5,28,21,30,0,0,0,12,5,2.2,78.56
+1999,5,28,22,30,0,0,0,11,5,2.4000000000000004,83.17
+1999,5,28,23,30,0,0,0,10,5,2.3000000000000003,81.54
+1999,5,29,0,30,0,0,0,10,4,2.2,85.15
+1999,5,29,1,30,0,0,0,9,4,2.2,82.83
+1999,5,29,2,30,0,0,0,8,3,2.2,86.54
+1999,5,29,3,30,0,0,0,8,3,2.3000000000000003,84.55
+1999,5,29,4,30,0,0,0,9,3,2.5,76.87
+1999,5,29,5,30,443,41,107,12,4,3.2,66.52
+1999,5,29,6,30,692,68,299,16,4,3.4000000000000004,52.07
+1999,5,29,7,30,809,86,502,19,3,2.8000000000000003,41.5
+1999,5,29,8,30,779,145,671,22,3,1.9,32.79
+1999,5,29,9,30,11,182,192,23,3,1.3,31.06
+1999,5,29,10,30,18,282,299,24,3,1.1,31.63
+1999,5,29,11,30,178,508,676,23,3,1.3,32.44
+1999,5,29,12,30,0,45,45,22,4,2.1,36.23
+1999,5,29,13,30,828,173,914,21,5,3.2,43.88
+1999,5,29,14,30,15,239,252,19,6,3.7,52.65
+1999,5,29,15,30,4,133,136,17,6,3.2,57.59
+1999,5,29,16,30,19,179,189,17,6,2.2,57.59
+1999,5,29,17,30,0,12,12,16,7,1.4,63.64
+1999,5,29,18,30,331,47,92,14,9,0.9,82.13
+1999,5,29,19,30,0,0,0,12,8,0.7000000000000001,92.08
+1999,5,29,20,30,0,0,0,11,8,0.8,96.44
+1999,5,29,21,30,0,0,0,10,7,1.0,98.66
+1999,5,29,22,30,0,0,0,10,7,1.2000000000000002,94.44
+1999,5,29,23,30,0,0,0,10,6,1.4,97.03
+1999,5,30,0,30,0,0,0,9,5,1.6,93.33
+1999,5,30,1,30,0,0,0,8,5,1.9,95.33
+1999,5,30,2,30,0,0,0,8,4,2.2,90.58
+1999,5,30,3,30,0,0,0,8,3,2.4000000000000004,92.01
+1999,5,30,4,30,0,0,0,9,3,2.8000000000000003,82.24
+1999,5,30,5,30,370,48,104,11,3,3.4000000000000004,68.16
+1999,5,30,6,30,657,77,298,15,3,3.5,53.22
+1999,5,30,7,30,797,93,504,18,2,2.9000000000000004,40.21
+1999,5,30,8,30,870,105,694,21,0,2.2,29.43
+1999,5,30,9,30,312,391,643,22,0,1.4,27.61
+1999,5,30,10,30,387,432,781,23,0,0.7000000000000001,26.26
+1999,5,30,11,30,51,448,496,24,0,0.30000000000000004,24.84
+1999,5,30,12,30,368,468,816,25,0,0.30000000000000004,23.39
+1999,5,30,13,30,398,442,798,25,0,0.30000000000000004,24.74
+1999,5,30,14,30,262,399,610,24,0,0.4,26.19
+1999,5,30,15,30,446,261,558,23,0,0.6000000000000001,27.91
+1999,5,30,16,30,744,105,481,22,1,0.9,30.84
+1999,5,30,17,30,468,96,249,20,2,0.9,38.33
+1999,5,30,18,30,191,51,77,17,6,0.8,58.21
+1999,5,30,19,30,0,0,0,15,6,0.7000000000000001,63.52
+1999,5,30,20,30,0,0,0,14,5,0.7000000000000001,66.62
+1999,5,30,21,30,0,0,0,12,5,0.8,78.47
+1999,5,30,22,30,0,0,0,11,5,1.0,83.64
+1999,5,30,23,30,0,0,0,10,4,1.1,80.3
+1999,5,31,0,30,0,0,0,10,4,1.2000000000000002,82.29
+1999,5,31,1,30,0,0,0,9,3,1.2000000000000002,85.97
+1999,5,31,2,30,0,0,0,8,3,1.3,90.3
+1999,5,31,3,30,0,0,0,7,3,1.2000000000000002,88.25
+1999,5,31,4,30,0,0,0,7,3,1.4,87.91
+1999,5,31,5,30,0,12,12,9,3,1.7000000000000002,77.78
+1999,5,31,6,30,271,128,220,11,3,1.8,69.85000000000001
+1999,5,31,7,30,238,228,351,14,4,1.5,58.42
+1999,5,31,8,30,796,134,673,16,3,1.3,53.55
+1999,5,31,9,30,594,301,781,17,3,1.8,48.82
+1999,5,31,10,30,237,470,684,18,3,2.4000000000000004,42.67
+1999,5,31,11,30,934,125,1010,20,3,2.9000000000000004,39.46
+1999,5,31,12,30,104,496,594,21,2,3.7,35.56
+1999,5,31,13,30,390,438,788,21,1,4.4,31.75
+1999,5,31,14,30,877,128,832,20,1,4.6000000000000005,32.68
+1999,5,31,15,30,818,123,671,19,1,4.7,34.99
+1999,5,31,16,30,0,75,75,17,1,4.6000000000000005,44.02
+1999,5,31,17,30,0,101,101,14,2,4.1000000000000005,53.36
+1999,5,31,18,30,175,54,79,11,3,3.0,68.18
+1999,5,31,19,30,0,0,0,9,4,1.9,82.58
+1999,5,31,20,30,0,0,0,8,3,1.2000000000000002,93.05
+1999,5,31,21,30,0,0,0,7,3,1.0,88.93
+1999,5,31,22,30,0,0,0,7,2,1.1,83.32000000000002
+1999,5,31,23,30,0,0,0,7,1,1.4,83.65
+1999,6,1,0,30,0,0,0,6,0,1.7000000000000002,79.15
+1999,6,1,1,30,0,0,0,6,0,1.7000000000000002,75.62
+1999,6,1,2,30,0,0,0,6,0,1.5,78.51
+1999,6,1,3,30,0,0,0,5,0,1.3,76.9
+1999,6,1,4,30,0,0,0,6,0,1.3,75.75
+1999,6,1,5,30,575,32,119,8,0,1.9,66.5
+1999,6,1,6,30,794,48,316,11,0,2.4000000000000004,50.18
+1999,6,1,7,30,894,58,521,14,-1,2.1,40.49
+1999,6,1,8,30,948,66,709,17,0,1.7000000000000002,36.78
+1999,6,1,9,30,979,72,864,19,0,1.3,31.61
+1999,6,1,10,30,996,77,974,21,0,1.2000000000000002,30.89
+1999,6,1,11,30,1003,79,1030,22,1,1.2000000000000002,29.97
+1999,6,1,12,30,559,414,944,23,1,1.2000000000000002,28.74
+1999,6,1,13,30,21,281,301,23,1,1.2000000000000002,27.2
+1999,6,1,14,30,583,285,753,23,1,1.2000000000000002,29.06
+1999,6,1,15,30,32,268,289,22,1,1.1,31.19
+1999,6,1,16,30,0,92,92,21,1,1.2000000000000002,33.74
+1999,6,1,17,30,575,79,268,19,2,1.3,38.16
+1999,6,1,18,30,0,2,2,16,5,1.4,57.35
+1999,6,1,19,30,0,0,0,14,5,1.7000000000000002,69.91
+1999,6,1,20,30,0,0,0,12,4,1.9,69.62
+1999,6,1,21,30,0,0,0,11,4,2.0,71.5
+1999,6,1,22,30,0,0,0,10,3,2.1,74.48
+1999,6,1,23,30,0,0,0,9,3,2.1,76.48
+1999,6,2,0,30,0,0,0,9,2,2.0,78.47
+1999,6,2,1,30,0,0,0,8,1,1.8,74.88
+1999,6,2,2,30,0,0,0,8,1,1.7000000000000002,77.4
+1999,6,2,3,30,0,0,0,7,1,1.7000000000000002,75.39
+1999,6,2,4,30,0,0,0,8,0,1.9,67.63
+1999,6,2,5,30,107,54,70,11,1,2.8000000000000003,58.21
+1999,6,2,6,30,741,51,302,15,0,3.3000000000000003,41.68
+1999,6,2,7,30,848,75,514,18,0,3.4000000000000004,33.11
+1999,6,2,8,30,778,146,674,21,0,4.1000000000000005,27.37
+1999,6,2,9,30,921,106,851,23,0,5.0,26.39
+1999,6,2,10,30,942,112,961,24,0,5.9,24.17
+1999,6,2,11,30,11,162,173,25,0,6.6000000000000005,23.39
+1999,6,2,12,30,0,102,102,25,1,7.2,25.27
+1999,6,2,13,30,21,317,337,24,1,7.4,28.0
+1999,6,2,14,30,0,79,79,23,2,7.300000000000002,29.96
+1999,6,2,15,30,274,316,500,23,3,7.300000000000002,32.79
+1999,6,2,16,30,142,231,304,21,3,6.9,36.32
+1999,6,2,17,30,571,80,270,19,4,5.800000000000002,47.88
+1999,6,2,18,30,0,9,9,16,6,4.800000000000002,59.2
+1999,6,2,19,30,0,0,0,14,6,3.6,69.7
+1999,6,2,20,30,0,0,0,13,6,2.7,81.37
+1999,6,2,21,30,0,0,0,11,6,2.5,85.3
+1999,6,2,22,30,0,0,0,10,5,2.4000000000000004,86.08
+1999,6,2,23,30,0,0,0,9,4,2.2,83.29
+1999,6,3,0,30,0,0,0,8,3,2.2,81.09
+1999,6,3,1,30,0,0,0,7,1,2.3000000000000003,80.43
+1999,6,3,2,30,0,0,0,6,0,2.3000000000000003,79.95
+1999,6,3,3,30,0,0,0,6,0,2.2,80.13
+1999,6,3,4,30,0,0,0,6,0,2.5,71.37
+1999,6,3,5,30,491,41,116,9,0,3.2,59.1
+1999,6,3,6,30,730,64,312,13,0,3.7,44.76
+1999,6,3,7,30,844,80,518,16,0,4.0,36.37
+1999,6,3,8,30,910,91,708,19,-1,4.3,28.77
+1999,6,3,9,30,950,97,866,21,-1,4.7,24.41
+1999,6,3,10,30,454,441,851,23,-2,5.2,22.51
+1999,6,3,11,30,980,104,1035,24,-2,5.7,21.11
+1999,6,3,12,30,980,103,1033,25,-2,6.2,19.96
+1999,6,3,13,30,969,101,972,26,-2,6.5,18.72
+1999,6,3,14,30,477,353,737,26,-2,6.6000000000000005,18.54
+1999,6,3,15,30,124,326,410,25,-2,6.4,19.25
+1999,6,3,16,30,534,158,431,24,-2,5.9,20.79
+1999,6,3,17,30,714,64,301,21,0,4.5,26.92
+1999,6,3,18,30,464,39,108,17,3,3.0,45.4
+1999,6,3,19,30,0,0,0,14,2,2.5,53.24
+1999,6,3,20,30,0,0,0,12,1,2.4000000000000004,57.4
+1999,6,3,21,30,0,0,0,11,1,2.1,59.16
+1999,6,3,22,30,0,0,0,10,0,1.9,61.02
+1999,6,3,23,30,0,0,0,10,0,1.8,62.55
+1999,6,4,0,30,0,0,0,9,0,1.8,58.84
+1999,6,4,1,30,0,0,0,8,-1,1.8,58.64
+1999,6,4,2,30,0,0,0,8,-2,2.0,59.04
+1999,6,4,3,30,0,0,0,7,-3,2.1,56.11
+1999,6,4,4,30,0,0,0,8,-3,2.3000000000000003,50.12000000000001
+1999,6,4,5,30,562,38,124,11,-2,3.0,44.75
+1999,6,4,6,30,795,58,328,16,-2,3.3000000000000003,31.35
+1999,6,4,7,30,901,71,539,20,-4,3.2,22.8
+1999,6,4,8,30,959,80,732,22,-6,3.6,16.09
+1999,6,4,9,30,991,87,890,24,-6,4.3,15.09
+1999,6,4,10,30,1008,91,1000,25,-6,5.1000000000000005,14.7
+1999,6,4,11,30,1015,92,1055,26,-5,6.0,14.27
+1999,6,4,12,30,1011,91,1050,26,-5,6.800000000000002,13.92
+1999,6,4,13,30,41,402,439,27,-4,7.300000000000002,14.39
+1999,6,4,14,30,15,237,250,26,-4,7.6,14.98
+1999,6,4,15,30,485,255,583,25,-3,7.800000000000002,16.31
+1999,6,4,16,30,509,166,427,24,-3,7.4,17.56
+1999,6,4,17,30,0,19,19,22,-3,5.9,21.53
+1999,6,4,18,30,246,51,88,19,-2,4.5,27.78
+1999,6,4,19,30,0,0,0,16,-2,4.5,34.99
+1999,6,4,20,30,0,0,0,14,-2,4.800000000000002,37.47
+1999,6,4,21,30,0,0,0,13,-1,4.4,45.42
+1999,6,4,22,30,0,0,0,11,0,3.8,52.14
+1999,6,4,23,30,0,0,0,9,0,3.2,60.79
+1999,6,5,0,30,0,0,0,8,0,2.6,67.85
+1999,6,5,1,30,0,0,0,7,-1,2.2,68.78
+1999,6,5,2,30,0,0,0,5,-1,1.8,69.76
+1999,6,5,3,30,0,0,0,4,-2,1.5,71.48
+1999,6,5,4,30,0,0,0,5,-3,1.2000000000000002,63.89
+1999,6,5,5,30,598,28,121,8,-2,0.7000000000000001,54.74
+1999,6,5,6,30,770,60,322,11,-5,1.0,36.33
+1999,6,5,7,30,225,232,349,14,-6,2.2,27.85
+1999,6,5,8,30,515,251,601,16,-5,3.2,25.68
+1999,6,5,9,30,375,365,670,18,-4,3.9,25.0
+1999,6,5,10,30,537,397,882,19,-4,4.6000000000000005,24.23
+1999,6,5,11,30,20,322,341,19,-3,5.300000000000002,23.7
+1999,6,5,12,30,4,121,125,19,-3,5.6000000000000005,26.59
+1999,6,5,13,30,390,451,802,18,-2,5.6000000000000005,29.71
+1999,6,5,14,30,142,413,528,16,-2,5.2,33.03
+1999,6,5,15,30,0,66,66,15,-1,5.1000000000000005,39.04
+1999,6,5,16,30,0,9,9,13,-1,5.5,42.97
+1999,6,5,17,30,0,72,72,11,-1,5.1000000000000005,49.53
+1999,6,5,18,30,164,52,77,9,-1,3.4000000000000004,55.73
+1999,6,5,19,30,0,0,0,7,0,1.6,67.54
+1999,6,5,20,30,0,0,0,7,0,1.1,74.41
+1999,6,5,21,30,0,0,0,6,0,1.5,73.35000000000002
+1999,6,5,22,30,0,0,0,6,-1,2.3000000000000003,74.15
+1999,6,5,23,30,0,0,0,5,-1,3.0,69.96000000000001
+1999,6,6,0,30,0,0,0,5,-2,3.6,67.08
+1999,6,6,1,30,0,0,0,5,-2,4.0,65.04
+1999,6,6,2,30,0,0,0,5,-3,4.1000000000000005,63.78
+1999,6,6,3,30,0,0,0,5,-3,4.0,64.59
+1999,6,6,4,30,0,0,0,6,-2,4.3,66.55
+1999,6,6,5,30,0,2,2,8,-1,4.7,61.8
+1999,6,6,6,30,0,12,12,10,0,5.0,54.16
+1999,6,6,7,30,0,17,17,13,0,5.1000000000000005,49.49
+1999,6,6,8,30,69,311,359,16,0,5.0,42.02
+1999,6,6,9,30,410,356,689,18,0,4.4,35.80000000000001
+1999,6,6,10,30,972,97,974,20,1,3.5,32.26
+1999,6,6,11,30,361,465,808,21,1,2.6,30.78
+1999,6,6,12,30,591,393,955,22,1,1.7000000000000002,29.27
+1999,6,6,13,30,541,392,880,23,1,0.7000000000000001,27.74
+1999,6,6,14,30,507,342,752,23,1,0.5,29.47
+1999,6,6,15,30,570,222,609,22,1,1.1,29.45
+1999,6,6,16,30,708,110,475,21,1,1.6,31.39
+1999,6,6,17,30,709,62,302,20,2,1.5,36.78
+1999,6,6,18,30,484,38,112,17,5,1.3,55.61
+1999,6,6,19,30,0,0,0,14,4,1.7000000000000002,61.37000000000001
+1999,6,6,20,30,0,0,0,13,4,2.2,62.11
+1999,6,6,21,30,0,0,0,12,3,2.4000000000000004,66.09
+1999,6,6,22,30,0,0,0,10,3,2.0,75.14
+1999,6,6,23,30,0,0,0,9,3,1.8,79.13
+1999,6,7,0,30,0,0,0,8,3,1.8,82.08
+1999,6,7,1,30,0,0,0,8,2,1.8,79.21000000000002
+1999,6,7,2,30,0,0,0,8,2,2.0,83.07000000000002
+1999,6,7,3,30,0,0,0,7,2,2.2,82.02
+1999,6,7,4,30,0,0,0,8,1,2.7,75.04
+1999,6,7,5,30,545,37,122,11,2,3.3000000000000003,63.09
+1999,6,7,6,30,769,58,320,15,2,3.3000000000000003,49.79
+1999,6,7,7,30,874,71,526,19,0,2.9000000000000004,33.93
+1999,6,7,8,30,931,82,716,22,-1,3.0,23.59
+1999,6,7,9,30,965,90,873,24,-2,3.6,21.06
+1999,6,7,10,30,983,96,984,25,-2,4.1000000000000005,18.29
+1999,6,7,11,30,990,100,1041,26,-2,4.6000000000000005,17.04
+1999,6,7,12,30,988,100,1040,27,-2,4.9,15.86
+1999,6,7,13,30,377,427,768,28,-2,5.2,14.68
+1999,6,7,14,30,537,330,765,28,-3,5.5,14.55
+1999,6,7,15,30,0,34,34,27,-3,5.7,15.32
+1999,6,7,16,30,621,136,457,26,-2,5.5,16.68
+1999,6,7,17,30,475,100,261,24,-1,4.7,21.86
+1999,6,7,18,30,235,50,87,19,2,3.8,37.65
+1999,6,7,19,30,0,0,0,16,1,3.2,44.19
+1999,6,7,20,30,0,0,0,14,1,3.0,48.71
+1999,6,7,21,30,0,0,0,13,1,2.9000000000000004,50.75
+1999,6,7,22,30,0,0,0,12,0,2.7,50.85
+1999,6,7,23,30,0,0,0,12,0,2.5,50.96
+1999,6,8,0,30,0,0,0,11,-1,2.3000000000000003,47.98
+1999,6,8,1,30,0,0,0,10,-1,2.3000000000000003,50.4
+1999,6,8,2,30,0,0,0,10,-1,2.3000000000000003,55.67
+1999,6,8,3,30,0,0,0,9,-1,2.2,56.54
+1999,6,8,4,30,0,0,0,10,-1,2.2,52.53
+1999,6,8,5,30,519,40,121,14,0,2.6,46.09
+1999,6,8,6,30,758,62,321,19,1,3.4000000000000004,36.11
+1999,6,8,7,30,871,76,530,22,-1,4.2,24.03
+1999,6,8,8,30,932,87,721,24,-3,5.0,17.37
+1999,6,8,9,30,966,95,879,26,-4,5.4,15.7
+1999,6,8,10,30,985,100,990,27,-4,5.6000000000000005,14.77
+1999,6,8,11,30,993,103,1047,28,-4,5.9,13.86
+1999,6,8,12,30,990,103,1045,28,-4,6.1000000000000005,13.08
+1999,6,8,13,30,579,370,894,29,-4,6.1000000000000005,13.0
+1999,6,8,14,30,195,415,574,28,-4,6.0,12.95
+1999,6,8,15,30,739,158,661,27,-4,5.6000000000000005,13.83
+1999,6,8,16,30,842,81,518,26,-4,4.9,15.23
+1999,6,8,17,30,721,66,312,24,-2,3.4000000000000004,19.51
+1999,6,8,18,30,475,42,116,19,3,2.0,41.16
+1999,6,8,19,30,0,0,0,16,2,1.6,46.76
+1999,6,8,20,30,0,0,0,14,1,1.6,50.16
+1999,6,8,21,30,0,0,0,13,1,1.7000000000000002,50.42
+1999,6,8,22,30,0,0,0,12,0,1.8,50.76
+1999,6,8,23,30,0,0,0,11,0,1.9,51.23
+1999,6,9,0,30,0,0,0,11,-1,2.0,51.9
+1999,6,9,1,30,0,0,0,10,-1,2.0,54.63
+1999,6,9,2,30,0,0,0,9,-1,1.8,59.74
+1999,6,9,3,30,0,0,0,8,-1,1.5,60.73
+1999,6,9,4,30,0,0,0,9,0,1.1,56.9
+1999,6,9,5,30,467,44,117,11,1,1.6,59.45
+1999,6,9,6,30,706,69,311,14,0,2.6,45.71
+1999,6,9,7,30,820,87,514,16,0,2.8000000000000003,39.16
+1999,6,9,8,30,51,297,332,18,0,2.3000000000000003,35.26
+1999,6,9,9,30,17,253,267,20,0,2.0,31.39
+1999,6,9,10,30,247,469,693,22,0,2.3000000000000003,29.65
+1999,6,9,11,30,245,475,709,23,0,2.9000000000000004,28.14
+1999,6,9,12,30,405,506,892,24,1,3.5,26.78
+1999,6,9,13,30,574,350,869,24,1,4.0,25.51
+1999,6,9,14,30,21,278,296,23,1,4.3,27.87
+1999,6,9,15,30,24,253,269,22,2,4.5,30.72
+1999,6,9,16,30,0,90,90,21,2,4.2,34.49
+1999,6,9,17,30,0,11,11,18,4,3.0,45.61
+1999,6,9,18,30,0,3,3,16,6,1.5,62.52
+1999,6,9,19,30,0,0,0,14,8,0.7000000000000001,79.81
+1999,6,9,20,30,0,0,0,13,8,0.7000000000000001,92.06
+1999,6,9,21,30,0,0,0,12,8,0.7000000000000001,98.11
+1999,6,9,22,30,0,0,0,11,8,0.5,98.36
+1999,6,9,23,30,0,0,0,10,8,0.2,100.0
+1999,6,10,0,30,0,0,0,9,7,0.2,100.0
+1999,6,10,1,30,0,0,0,9,6,0.4,100.0
+1999,6,10,2,30,0,0,0,9,6,0.5,100.0
+1999,6,10,3,30,0,0,0,9,6,0.4,100.0
+1999,6,10,4,30,0,0,0,9,6,0.2,100.0
+1999,6,10,5,30,0,7,7,10,7,0.30000000000000004,95.87
+1999,6,10,6,30,52,133,151,12,8,0.7000000000000001,89.03
+1999,6,10,7,30,88,229,276,14,8,0.9,77.21000000000002
+1999,6,10,8,30,7,155,160,17,6,1.3,62.04
+1999,6,10,9,30,3,120,123,18,5,2.0,51.21
+1999,6,10,10,30,378,428,770,20,5,2.7,46.16
+1999,6,10,11,30,451,483,913,21,4,3.5,41.94
+1999,6,10,12,30,17,250,266,21,4,4.2,38.25
+1999,6,10,13,30,0,42,42,21,4,4.6000000000000005,37.71
+1999,6,10,14,30,357,373,663,20,4,4.9,40.7
+1999,6,10,15,30,492,255,591,19,4,4.9,44.76
+1999,6,10,16,30,0,24,24,18,5,4.2,49.8
+1999,6,10,17,30,0,5,5,16,6,2.6,60.04
+1999,6,10,18,30,0,3,3,14,7,0.8,74.63
+1999,6,10,19,30,0,0,0,12,8,0.30000000000000004,91.52
+1999,6,10,20,30,0,0,0,11,8,0.6000000000000001,96.13
+1999,6,10,21,30,0,0,0,10,7,0.7000000000000001,100.0
+1999,6,10,22,30,0,0,0,9,7,0.7000000000000001,100.0
+1999,6,10,23,30,0,0,0,8,6,0.7000000000000001,100.0
+1999,6,11,0,30,0,0,0,8,6,0.8,100.0
+1999,6,11,1,30,0,0,0,7,4,0.9,100.0
+1999,6,11,2,30,0,0,0,7,4,1.0,100.0
+1999,6,11,3,30,0,0,0,6,3,1.2000000000000002,99.79
+1999,6,11,4,30,0,0,0,7,3,1.7000000000000002,87.89
+1999,6,11,5,30,372,51,110,9,3,2.6,77.29
+1999,6,11,6,30,638,82,300,13,3,2.7,60.47
+1999,6,11,7,30,773,101,504,16,2,2.1,45.39
+1999,6,11,8,30,848,115,692,19,0,1.7000000000000002,33.54
+1999,6,11,9,30,889,126,848,20,0,1.7000000000000002,30.6
+1999,6,11,10,30,908,136,957,22,0,2.0,28.91
+1999,6,11,11,30,489,460,926,23,0,2.4000000000000004,27.67
+1999,6,11,12,30,77,481,554,23,1,2.8000000000000003,26.73
+1999,6,11,13,30,73,448,515,22,1,3.1,29.93
+1999,6,11,14,30,21,288,305,21,2,3.0,33.87
+1999,6,11,15,30,192,332,463,20,3,2.5,40.95
+1999,6,11,16,30,0,19,19,18,4,2.1,46.84
+1999,6,11,17,30,0,9,9,16,5,1.6,57.95
+1999,6,11,18,30,0,6,6,14,7,1.0,73.19
+1999,6,11,19,30,0,0,0,12,8,0.5,89.78
+1999,6,11,20,30,0,0,0,11,8,0.5,94.85
+1999,6,11,21,30,0,0,0,11,8,0.9,100.0
+1999,6,11,22,30,0,0,0,10,7,1.4,97.95
+1999,6,11,23,30,0,0,0,9,7,1.4,100.0
+1999,6,12,0,30,0,0,0,9,6,1.1,100.0
+1999,6,12,1,30,0,0,0,8,6,1.1,100.0
+1999,6,12,2,30,0,0,0,8,5,1.3,97.84
+1999,6,12,3,30,0,0,0,8,4,1.3,93.3
+1999,6,12,4,30,0,0,0,9,4,1.1,84.32000000000002
+1999,6,12,5,30,348,54,109,11,5,1.0,80.04
+1999,6,12,6,30,595,91,295,14,6,1.3,67.85
+1999,6,12,7,30,715,119,491,16,5,2.0,57.27
+1999,6,12,8,30,786,140,675,17,4,2.5,50.19
+1999,6,12,9,30,839,150,832,18,4,2.7,45.71
+1999,6,12,10,30,16,235,249,20,4,3.0,42.43
+1999,6,12,11,30,0,77,77,21,4,3.3000000000000003,39.57
+1999,6,12,12,30,0,50,50,21,4,3.4000000000000004,39.68
+1999,6,12,13,30,0,54,54,20,4,3.3000000000000003,40.42
+1999,6,12,14,30,25,308,329,19,4,2.9000000000000004,44.43
+1999,6,12,15,30,135,331,424,18,5,2.4000000000000004,52.34
+1999,6,12,16,30,9,164,169,16,5,1.9,57.9
+1999,6,12,17,30,75,138,165,15,6,1.4,65.11
+1999,6,12,18,30,8,54,55,13,7,1.0,80.29
+1999,6,12,19,30,0,0,0,11,8,0.8,95.38
+1999,6,12,20,30,0,0,0,10,7,0.9,98.29
+1999,6,12,21,30,0,0,0,9,7,1.0,100.0
+1999,6,12,22,30,0,0,0,9,6,1.1,100.0
+1999,6,12,23,30,0,0,0,8,6,1.3,100.0
+1999,6,13,0,30,0,0,0,8,4,1.6,100.0
+1999,6,13,1,30,0,0,0,7,4,1.7000000000000002,99.34
+1999,6,13,2,30,0,0,0,6,3,1.6,99.15
+1999,6,13,3,30,0,0,0,6,2,1.4,92.92
+1999,6,13,4,30,0,0,0,7,2,1.6,82.43
+1999,6,13,5,30,0,18,18,10,3,2.3000000000000003,75.8
+1999,6,13,6,30,346,120,239,12,3,3.0,63.33
+1999,6,13,7,30,342,211,390,14,3,3.1,60.45
+1999,6,13,8,30,307,311,520,16,4,2.8000000000000003,54.42
+1999,6,13,9,30,4,126,130,17,4,2.6,48.27
+1999,6,13,10,30,0,98,98,19,4,2.7,45.61
+1999,6,13,11,30,0,88,88,20,4,2.9000000000000004,43.47
+1999,6,13,12,30,27,379,405,21,4,3.2,41.24
+1999,6,13,13,30,18,289,306,21,4,3.4000000000000004,39.18
+1999,6,13,14,30,16,251,264,20,4,3.4000000000000004,42.22
+1999,6,13,15,30,9,174,180,19,5,3.3000000000000003,45.35
+1999,6,13,16,30,501,176,439,18,5,3.0,48.56
+1999,6,13,17,30,439,109,261,17,5,2.5,52.18
+1999,6,13,18,30,414,43,110,14,6,1.6,67.35
+1999,6,13,19,30,0,0,0,12,7,1.0,82.09
+1999,6,13,20,30,0,0,0,11,6,1.1,91.74
+1999,6,13,21,30,0,0,0,10,6,1.3,90.1
+1999,6,13,22,30,0,0,0,10,6,1.6,89.46000000000002
+1999,6,13,23,30,0,0,0,9,6,1.9,95.67
+1999,6,14,0,30,0,0,0,9,6,2.0,95.67
+1999,6,14,1,30,0,0,0,9,6,2.3000000000000003,100.0
+1999,6,14,2,30,0,0,0,8,6,2.6,100.0
+1999,6,14,3,30,0,0,0,8,6,2.8000000000000003,100.0
+1999,6,14,4,30,0,0,0,9,6,3.5,100.0
+1999,6,14,5,30,422,46,112,11,6,4.3,81.72
+1999,6,14,6,30,667,73,301,15,6,4.6000000000000005,63.66
+1999,6,14,7,30,736,101,484,19,5,3.9,50.91
+1999,6,14,8,30,845,108,683,21,4,2.3000000000000003,39.0
+1999,6,14,9,30,96,402,480,22,4,1.1,35.98000000000001
+1999,6,14,10,30,166,476,627,23,4,1.0,36.71
+1999,6,14,11,30,394,505,881,22,5,1.5,40.59
+1999,6,14,12,30,0,57,57,21,5,1.8,45.25
+1999,6,14,13,30,11,168,178,20,6,2.0,47.43
+1999,6,14,14,30,73,391,451,20,7,1.9,51.9
+1999,6,14,15,30,342,306,540,19,7,1.6,52.56
+1999,6,14,16,30,630,135,467,18,7,1.2000000000000002,56.49
+1999,6,14,17,30,304,129,235,17,7,0.7000000000000001,62.13
+1999,6,14,18,30,0,53,53,15,9,0.5,79.28
+1999,6,14,19,30,0,0,0,13,10,0.6000000000000001,93.65
+1999,6,14,20,30,0,0,0,12,9,0.8,97.73
+1999,6,14,21,30,0,0,0,12,9,0.9,94.55
+1999,6,14,22,30,0,0,0,12,8,1.0,92.7
+1999,6,14,23,30,0,0,0,11,8,1.0,97.99
+1999,6,15,0,30,0,0,0,11,8,1.2000000000000002,95.56
+1999,6,15,1,30,0,0,0,10,7,1.4,98.2
+1999,6,15,2,30,0,0,0,10,6,1.6,98.82
+1999,6,15,3,30,0,0,0,9,6,1.6,100.0
+1999,6,15,4,30,0,0,0,10,6,1.6,93.66
+1999,6,15,5,30,0,6,6,11,6,2.0,84.56
+1999,6,15,6,30,0,18,18,12,6,3.0,87.21000000000002
+1999,6,15,7,30,0,40,40,12,7,3.3000000000000003,88.22
+1999,6,15,8,30,16,223,234,12,7,2.6,81.89
+1999,6,15,9,30,52,369,412,14,7,2.2,71.59
+1999,6,15,10,30,0,106,106,16,6,2.7,61.42
+1999,6,15,11,30,20,325,345,17,6,3.7,56.51
+1999,6,15,12,30,62,466,526,17,6,4.1000000000000005,56.67
+1999,6,15,13,30,19,295,313,17,6,3.7,57.48
+1999,6,15,14,30,35,341,370,17,6,3.2,61.91
+1999,6,15,15,30,29,269,289,16,6,2.8000000000000003,66.32000000000001
+1999,6,15,16,30,8,160,164,15,7,2.5,71.64
+1999,6,15,17,30,0,46,46,13,7,2.0,77.46000000000002
+1999,6,15,18,30,0,34,34,12,7,1.5,84.75
+1999,6,15,19,30,0,0,0,11,7,1.1,92.38
+1999,6,15,20,30,0,0,0,10,7,1.0,97.98
+1999,6,15,21,30,0,0,0,10,7,1.0,100.0
+1999,6,15,22,30,0,0,0,9,7,1.1,100.0
+1999,6,15,23,30,0,0,0,9,6,1.2000000000000002,100.0
+1999,6,16,0,30,0,0,0,8,6,1.4,100.0
+1999,6,16,1,30,0,0,0,8,6,1.4,100.0
+1999,6,16,2,30,0,0,0,8,4,1.2000000000000002,100.0
+1999,6,16,3,30,0,0,0,7,4,1.1,100.0
+1999,6,16,4,30,0,0,0,7,4,1.0,100.0
+1999,6,16,5,30,0,46,46,9,5,1.0,91.62
+1999,6,16,6,30,0,21,21,12,6,1.1,82.64
+1999,6,16,7,30,688,124,481,15,6,1.5,67.04
+1999,6,16,8,30,10,185,192,17,5,2.2,57.64
+1999,6,16,9,30,14,224,236,18,5,3.0,54.67
+1999,6,16,10,30,10,156,165,18,6,3.5,52.49
+1999,6,16,11,30,0,87,87,19,6,3.5,54.22
+1999,6,16,12,30,0,63,63,18,7,3.3000000000000003,59.55
+1999,6,16,13,30,0,63,63,17,7,2.9000000000000004,60.84
+1999,6,16,14,30,0,55,55,16,7,2.5,65.84
+1999,6,16,15,30,268,322,506,15,7,2.4000000000000004,70.91
+1999,6,16,16,30,261,230,368,15,7,2.6,76.19
+1999,6,16,17,30,15,122,128,14,8,2.8000000000000003,81.95
+1999,6,16,18,30,0,33,33,13,8,2.5,88.67
+1999,6,16,19,30,0,0,0,11,8,2.2,95.14
+1999,6,16,20,30,0,0,0,10,8,2.1,100.0
+1999,6,16,21,30,0,0,0,10,7,2.1,99.01
+1999,6,16,22,30,0,0,0,10,7,2.4000000000000004,98.3
+1999,6,16,23,30,0,0,0,10,7,3.2,97.54
+1999,6,17,0,30,0,0,0,10,7,3.9,96.16
+1999,6,17,1,30,0,0,0,9,7,3.9,100.0
+1999,6,17,2,30,0,0,0,9,6,3.6,99.35
+1999,6,17,3,30,0,0,0,9,6,3.3000000000000003,97.59
+1999,6,17,4,30,0,0,0,10,6,3.3000000000000003,96.25
+1999,6,17,5,30,0,35,35,12,6,3.1,79.85000000000002
+1999,6,17,6,30,0,97,97,16,7,2.2,64.12
+1999,6,17,7,30,422,200,420,19,7,1.8,52.46
+1999,6,17,8,30,680,186,648,21,6,2.2,45.15
+1999,6,17,9,30,342,378,656,22,7,2.4000000000000004,43.09
+1999,6,17,10,30,394,446,803,23,7,2.2,41.2
+1999,6,17,11,30,0,75,75,22,7,1.7000000000000002,45.33
+1999,6,17,12,30,10,153,162,21,8,0.9,50.34
+1999,6,17,13,30,0,105,105,19,8,1.5,59.21
+1999,6,17,14,30,11,172,181,18,9,2.9000000000000004,68.37
+1999,6,17,15,30,0,31,31,18,8,2.6,66.42
+1999,6,17,16,30,14,178,186,18,8,1.6,59.47
+1999,6,17,17,30,126,151,195,17,7,1.1,61.08
+1999,6,17,18,30,343,56,114,15,8,0.9,74.21000000000002
+1999,6,17,19,30,0,0,0,13,8,0.8,84.8
+1999,6,17,20,30,0,0,0,12,8,0.9,96.23
+1999,6,17,21,30,0,0,0,11,8,0.9,96.43
+1999,6,17,22,30,0,0,0,10,8,1.0,100.0
+1999,6,17,23,30,0,0,0,10,7,1.3,97.02
+1999,6,18,0,30,0,0,0,10,6,1.6,92.14
+1999,6,18,1,30,0,0,0,10,6,1.8,93.82
+1999,6,18,2,30,0,0,0,9,5,2.0,90.97
+1999,6,18,3,30,0,0,0,9,5,2.1,90.02
+1999,6,18,4,30,0,0,0,10,5,2.6,83.71000000000002
+1999,6,18,5,30,404,47,110,13,5,3.3000000000000003,75.03
+1999,6,18,6,30,653,74,297,16,6,3.7,60.21
+1999,6,18,7,30,345,212,391,19,6,3.8,48.7
+1999,6,18,8,30,859,100,684,21,5,3.7,40.85
+1999,6,18,9,30,904,107,840,22,5,3.7,38.1
+1999,6,18,10,30,930,111,952,23,5,3.8,35.87
+1999,6,18,11,30,940,113,1010,24,5,3.8,33.730000000000004
+1999,6,18,12,30,937,115,1010,25,5,3.7,31.76
+1999,6,18,13,30,276,464,715,26,5,3.4000000000000004,31.62
+1999,6,18,14,30,566,318,781,25,5,3.1,31.42
+1999,6,18,15,30,0,42,42,25,4,2.8000000000000003,33.02
+1999,6,18,16,30,0,67,67,24,5,2.5,35.21
+1999,6,18,17,30,1,112,112,22,5,1.6,39.16
+1999,6,18,18,30,232,59,98,20,9,0.9,60.13
+1999,6,18,19,30,0,0,0,18,7,0.9,62.86
+1999,6,18,20,30,0,0,0,16,7,1.0,63.14
+1999,6,18,21,30,0,0,0,15,6,1.3,70.89
+1999,6,18,22,30,0,0,0,13,6,1.6,74.09
+1999,6,18,23,30,0,0,0,13,6,1.9,76.56
+1999,6,19,0,30,0,0,0,12,5,2.0,73.45
+1999,6,19,1,30,0,0,0,11,4,2.0,75.25
+1999,6,19,2,30,0,0,0,11,4,1.9,72.54
+1999,6,19,3,30,0,0,0,11,3,1.8,75.28
+1999,6,19,4,30,0,0,0,12,3,1.9,68.79
+1999,6,19,5,30,249,50,89,16,4,2.7,56.56
+1999,6,19,6,30,707,64,304,20,4,3.0,41.2
+1999,6,19,7,30,822,78,505,23,4,2.8000000000000003,33.86
+1999,6,19,8,30,887,89,692,25,4,2.9000000000000004,29.06
+1999,6,19,9,30,925,97,847,26,4,3.0,27.35
+1999,6,19,10,30,943,104,956,27,4,3.0,26.12
+1999,6,19,11,30,443,486,908,28,4,3.0,24.93
+1999,6,19,12,30,536,430,942,28,4,2.9000000000000004,25.08
+1999,6,19,13,30,13,188,200,28,4,2.7,25.22
+1999,6,19,14,30,0,87,87,27,4,2.3000000000000003,26.95
+1999,6,19,15,30,545,245,621,26,4,1.5,28.37
+1999,6,19,16,30,3,142,143,25,4,0.8,32.05
+1999,6,19,17,30,393,118,257,23,5,1.0,38.63
+1999,6,19,18,30,297,52,102,20,8,1.9,59.27
+1999,6,19,19,30,0,0,0,17,8,3.0,65.19
+1999,6,19,20,30,0,0,0,16,7,3.9,70.87
+1999,6,19,21,30,0,0,0,15,7,3.7,69.58
+1999,6,19,22,30,0,0,0,14,7,3.0,72.66
+1999,6,19,23,30,0,0,0,14,6,2.3000000000000003,75.33
+1999,6,20,0,30,0,0,0,13,6,1.8,72.57000000000002
+1999,6,20,1,30,0,0,0,13,5,1.7000000000000002,75.21000000000002
+1999,6,20,2,30,0,0,0,12,5,1.8,73.31
+1999,6,20,3,30,0,0,0,12,5,1.9,76.48
+1999,6,20,4,30,0,0,0,13,4,2.2,70.06
+1999,6,20,5,30,410,46,110,15,5,2.9000000000000004,61.45
+1999,6,20,6,30,655,75,298,19,6,3.0,51.53
+1999,6,20,7,30,780,93,498,22,5,2.6,38.29
+1999,6,20,8,30,851,106,684,25,4,2.2,29.44
+1999,6,20,9,30,891,117,839,27,3,1.6,25.02
+1999,6,20,10,30,668,311,915,28,3,1.5,23.29
+1999,6,20,11,30,345,462,792,29,3,1.9,22.31
+1999,6,20,12,30,39,425,462,29,3,2.4000000000000004,22.68
+1999,6,20,13,30,16,238,253,29,4,2.6,23.15
+1999,6,20,14,30,456,364,738,28,4,2.7,25.27
+1999,6,20,15,30,578,234,633,27,5,2.9000000000000004,27.69
+1999,6,20,16,30,0,25,25,25,5,3.1,32.58
+1999,6,20,17,30,35,133,146,22,6,3.2,42.02
+1999,6,20,18,30,0,3,3,19,8,3.2,57.67
+1999,6,20,19,30,0,0,0,17,8,3.5,67.28
+1999,6,20,20,30,0,0,0,15,8,3.6,74.97
+1999,6,20,21,30,0,0,0,15,8,3.3000000000000003,78.63
+1999,6,20,22,30,0,0,0,14,7,3.0,76.26
+1999,6,20,23,30,0,0,0,14,7,2.7,74.13
+1999,6,21,0,30,0,0,0,14,7,2.4000000000000004,78.22
+1999,6,21,1,30,0,0,0,13,7,2.1,77.7
+1999,6,21,2,30,0,0,0,13,7,2.0,81.85000000000002
+1999,6,21,3,30,0,0,0,12,6,1.8,79.98
+1999,6,21,4,30,0,0,0,13,6,2.0,72.97
+1999,6,21,5,30,387,45,105,17,7,2.6,65.74
+1999,6,21,6,30,609,74,281,20,7,3.3000000000000003,51.93
+1999,6,21,7,30,795,85,496,23,6,3.7,39.49
+1999,6,21,8,30,870,94,684,25,5,4.0,34.58
+1999,6,21,9,30,718,231,813,26,5,3.9,31.91
+1999,6,21,10,30,359,426,751,26,5,3.6,30.06
+1999,6,21,11,30,65,469,532,26,5,3.3000000000000003,32.33
+1999,6,21,12,30,0,87,87,25,5,2.9000000000000004,32.85
+1999,6,21,13,30,16,249,265,24,6,2.6,36.05
+1999,6,21,14,30,17,262,276,24,6,2.4000000000000004,39.73
+1999,6,21,15,30,0,112,112,23,7,2.2,43.48
+1999,6,21,16,30,151,242,322,22,7,1.9,47.02
+1999,6,21,17,30,0,38,38,21,7,1.6,51.61
+1999,6,21,18,30,259,55,99,18,10,1.3,67.87
+1999,6,21,19,30,0,0,0,16,9,1.4,75.92
+1999,6,21,20,30,0,0,0,15,9,1.7000000000000002,78.09
+1999,6,21,21,30,0,0,0,15,8,2.0,81.21000000000002
+1999,6,21,22,30,0,0,0,14,8,2.5,79.31
+1999,6,21,23,30,0,0,0,14,8,3.0,82.82000000000002
+1999,6,22,0,30,0,0,0,13,7,3.4000000000000004,80.82000000000002
+1999,6,22,1,30,0,0,0,13,7,3.5,78.41
+1999,6,22,2,30,0,0,0,13,6,3.5,80.71000000000002
+1999,6,22,3,30,0,0,0,13,6,3.4000000000000004,78.7
+1999,6,22,4,30,0,0,0,13,6,3.8,73.32000000000002
+1999,6,22,5,30,16,52,55,16,6,4.2,65.13
+1999,6,22,6,30,652,75,296,20,6,4.3,50.78
+1999,6,22,7,30,792,90,500,23,5,4.3,38.81
+1999,6,22,8,30,869,101,689,25,3,4.1000000000000005,28.08
+1999,6,22,9,30,913,108,847,26,2,3.8,24.45
+1999,6,22,10,30,648,325,910,27,2,3.5,22.71
+1999,6,22,11,30,537,430,942,28,2,3.3000000000000003,21.44
+1999,6,22,12,30,38,423,460,28,2,3.3000000000000003,21.67
+1999,6,22,13,30,374,433,773,28,2,3.2,23.5
+1999,6,22,14,30,389,345,665,27,3,3.2,24.5
+1999,6,22,15,30,441,272,577,26,3,3.1,27.15
+1999,6,22,16,30,473,183,435,25,4,2.9000000000000004,29.83
+1999,6,22,17,30,56,142,162,24,5,1.9,35.26
+1999,6,22,18,30,138,61,84,21,8,1.0,54.91
+1999,6,22,19,30,0,0,0,19,8,0.9,60.11
+1999,6,22,20,30,0,0,0,17,7,1.1,60.05
+1999,6,22,21,30,0,0,0,16,6,1.2000000000000002,64.92
+1999,6,22,22,30,0,0,0,14,6,1.3,66.73
+1999,6,22,23,30,0,0,0,13,5,1.3,73.28
+1999,6,23,0,30,0,0,0,12,5,1.3,71.57000000000002
+1999,6,23,1,30,0,0,0,11,5,1.2000000000000002,76.66
+1999,6,23,2,30,0,0,0,11,5,1.0,77.37
+1999,6,23,3,30,0,0,0,11,5,1.0,77.31
+1999,6,23,4,30,0,0,0,12,5,1.3,71.56
+1999,6,23,5,30,490,37,112,14,6,1.9,67.04
+1999,6,23,6,30,729,57,303,18,5,2.0,51.12000000000001
+1999,6,23,7,30,845,68,505,22,5,1.6,40.41
+1999,6,23,8,30,909,77,692,24,4,1.4,32.97
+1999,6,23,9,30,946,82,848,26,5,1.4,31.29
+1999,6,23,10,30,967,86,959,27,5,1.5,28.13
+1999,6,23,11,30,975,88,1017,28,5,1.7000000000000002,27.11
+1999,6,23,12,30,971,89,1017,29,5,2.0,27.58
+1999,6,23,13,30,957,89,960,29,5,2.2,26.23
+1999,6,23,14,30,696,224,794,28,6,2.2,27.88
+1999,6,23,15,30,638,210,651,28,6,2.0,29.59
+1999,6,23,16,30,467,185,434,27,6,1.7000000000000002,31.79
+1999,6,23,17,30,0,110,110,25,6,1.3,35.43
+1999,6,23,18,30,0,2,2,22,10,1.1,53.33
+1999,6,23,19,30,0,0,0,20,10,1.2000000000000002,60.89
+1999,6,23,20,30,0,0,0,19,9,1.3,67.31
+1999,6,23,21,30,0,0,0,17,10,1.4,73.36
+1999,6,23,22,30,0,0,0,17,10,1.6,77.91
+1999,6,23,23,30,0,0,0,16,9,1.9,75.8
+1999,6,24,0,30,0,0,0,15,9,1.9,78.69
+1999,6,24,1,30,0,0,0,14,9,1.7000000000000002,82.19
+1999,6,24,2,30,0,0,0,13,8,1.7000000000000002,85.67
+1999,6,24,3,30,0,0,0,13,8,1.8,88.78
+1999,6,24,4,30,0,0,0,14,7,2.3000000000000003,80.38
+1999,6,24,5,30,455,41,110,17,8,3.0,67.85
+1999,6,24,6,30,709,63,302,21,8,2.8000000000000003,52.69
+1999,6,24,7,30,834,76,506,24,6,2.0,38.86
+1999,6,24,8,30,904,85,697,26,4,1.7000000000000002,29.94
+1999,6,24,9,30,946,91,856,27,3,1.3,24.28
+1999,6,24,10,30,970,95,971,28,2,1.2000000000000002,21.3
+1999,6,24,11,30,981,97,1031,29,1,1.4,19.09
+1999,6,24,12,30,979,97,1032,30,1,2.0,17.56
+1999,6,24,13,30,966,96,975,31,1,2.7,17.46
+1999,6,24,14,30,939,93,863,30,1,3.4000000000000004,17.57
+1999,6,24,15,30,681,191,662,29,1,3.9,19.07
+1999,6,24,16,30,400,206,419,28,2,4.1000000000000005,21.16
+1999,6,24,17,30,0,103,103,25,4,4.1000000000000005,29.29
+1999,6,24,18,30,0,12,12,22,8,4.1000000000000005,46.91
+1999,6,24,19,30,0,0,0,19,9,4.1000000000000005,63.21
+1999,6,24,20,30,0,0,0,18,10,4.1000000000000005,75.21000000000002
+1999,6,24,21,30,0,0,0,17,10,3.9,76.64
+1999,6,24,22,30,0,0,0,17,10,3.8,80.86
+1999,6,24,23,30,0,0,0,16,10,3.6,78.56
+1999,6,25,0,30,0,0,0,16,9,3.4000000000000004,80.36
+1999,6,25,1,30,0,0,0,15,8,3.3000000000000003,76.24
+1999,6,25,2,30,0,0,0,15,7,3.2,71.48
+1999,6,25,3,30,0,0,0,15,7,3.2,67.14
+1999,6,25,4,30,0,0,0,16,6,3.3000000000000003,63.93
+1999,6,25,5,30,356,49,103,18,6,3.7,53.07
+1999,6,25,6,30,631,78,290,22,6,3.8,40.3
+1999,6,25,7,30,775,92,492,25,5,3.6,31.4
+1999,6,25,8,30,848,104,677,28,3,3.3000000000000003,24.85
+1999,6,25,9,30,549,321,764,29,3,3.1,23.51
+1999,6,25,10,30,262,464,700,30,4,2.9000000000000004,23.28
+1999,6,25,11,30,77,481,554,30,4,2.8000000000000003,22.41
+1999,6,25,12,30,13,178,190,31,4,2.7,22.26
+1999,6,25,13,30,94,465,551,31,4,2.6,20.77
+1999,6,25,14,30,619,292,800,31,4,2.5,21.79
+1999,6,25,15,30,596,229,641,30,4,2.4000000000000004,23.19
+1999,6,25,16,30,532,166,450,29,4,2.0,25.04
+1999,6,25,17,30,358,126,253,27,5,1.3,27.91
+1999,6,25,18,30,403,52,121,24,9,1.0,45.33
+1999,6,25,19,30,0,0,0,21,9,1.3,52.43
+1999,6,25,20,30,0,0,0,19,8,1.7000000000000002,55.65
+1999,6,25,21,30,0,0,0,17,7,2.0,59.86
+1999,6,25,22,30,0,0,0,17,6,2.3000000000000003,59.56
+1999,6,25,23,30,0,0,0,16,5,2.5,58.65
+1999,6,26,0,30,0,0,0,15,3,3.0,53.16
+1999,6,26,1,30,0,0,0,14,2,3.1,51.89
+1999,6,26,2,30,0,0,0,13,1,2.6,53.37000000000001
+1999,6,26,3,30,0,0,0,12,2,1.8,57.59
+1999,6,26,4,30,0,0,0,13,2,1.4,55.21
+1999,6,26,5,30,511,36,113,17,4,1.5,51.9
+1999,6,26,6,30,749,56,307,20,1,1.8,33.68
+1999,6,26,7,30,863,68,511,23,0,1.8,25.73
+1999,6,26,8,30,926,76,701,25,0,1.7000000000000002,22.72
+1999,6,26,9,30,962,82,859,26,0,1.5,22.05
+1999,6,26,10,30,982,86,972,28,1,1.6,21.48
+1999,6,26,11,30,988,90,1030,29,1,1.8,20.62
+1999,6,26,12,30,983,92,1031,30,1,1.9,19.49
+1999,6,26,13,30,969,92,974,30,1,1.8,18.18
+1999,6,26,14,30,944,90,865,30,1,1.5,17.71
+1999,6,26,15,30,309,318,532,29,0,1.4,18.28
+1999,6,26,16,30,348,218,403,28,0,1.3,19.16
+1999,6,26,17,30,693,63,310,26,1,0.9,22.55
+1999,6,26,18,30,527,40,131,23,6,0.4,39.04
+1999,6,26,19,30,0,0,0,20,7,0.4,49.32
+1999,6,26,20,30,0,0,0,18,6,0.7000000000000001,53.67
+1999,6,26,21,30,0,0,0,17,6,1.0,60.41
+1999,6,26,22,30,0,0,0,16,5,1.4,61.94000000000001
+1999,6,26,23,30,0,0,0,16,4,1.9,57.95
+1999,6,27,0,30,0,0,0,15,4,2.6,54.56
+1999,6,27,1,30,0,0,0,14,4,3.3000000000000003,58.66
+1999,6,27,2,30,0,0,0,14,5,3.4000000000000004,68.03
+1999,6,27,3,30,0,0,0,13,6,3.3000000000000003,78.82000000000002
+1999,6,27,4,30,0,0,0,13,7,3.5,76.53
+1999,6,27,5,30,108,53,69,15,7,3.7,68.82000000000001
+1999,6,27,6,30,77,133,159,19,7,3.5,56.36
+1999,6,27,7,30,444,184,412,22,3,3.4000000000000004,34.1
+1999,6,27,8,30,161,327,436,24,0,3.2,24.81
+1999,6,27,9,30,344,375,652,26,0,3.0,19.87
+1999,6,27,10,30,284,458,714,27,-1,2.9000000000000004,17.7
+1999,6,27,11,30,523,438,936,28,-1,3.0,16.19
+1999,6,27,12,30,580,378,932,29,-1,3.4000000000000004,14.9
+1999,6,27,13,30,756,235,923,30,-2,3.6,14.54
+1999,6,27,14,30,697,248,821,30,-2,3.7,14.33
+1999,6,27,15,30,882,97,708,29,-2,3.6,14.25
+1999,6,27,16,30,574,155,461,28,-2,3.2,15.14
+1999,6,27,17,30,753,61,330,26,-1,2.1,19.17
+1999,6,27,18,30,528,42,133,22,4,1.1,37.95
+1999,6,27,19,30,0,0,0,19,4,1.0,46.53
+1999,6,27,20,30,0,0,0,17,3,1.2000000000000002,45.26
+1999,6,27,21,30,0,0,0,16,2,1.4,45.31
+1999,6,27,22,30,0,0,0,15,1,1.8,45.61
+1999,6,27,23,30,0,0,0,14,0,2.1,45.12
+1999,6,28,0,30,0,0,0,13,0,1.9,47.78
+1999,6,28,1,30,0,0,0,11,0,1.4,57.08
+1999,6,28,2,30,0,0,0,10,1,1.3,63.75
+1999,6,28,3,30,0,0,0,9,1,1.3,68.38
+1999,6,28,4,30,0,0,0,10,1,1.6,67.62
+1999,6,28,5,30,481,34,106,12,1,1.6,58.82
+1999,6,28,6,30,749,56,306,15,1,1.4,44.08
+1999,6,28,7,30,855,71,508,18,0,1.5,33.72
+1999,6,28,8,30,913,82,697,21,0,1.4,27.24
+1999,6,28,9,30,947,90,854,23,0,1.2000000000000002,23.75
+1999,6,28,10,30,966,96,967,25,0,1.2000000000000002,20.81
+1999,6,28,11,30,974,100,1027,27,0,1.1,19.44
+1999,6,28,12,30,973,101,1029,28,0,1.0,18.16
+1999,6,28,13,30,961,99,974,28,0,1.0,17.05
+1999,6,28,14,30,935,96,864,28,0,1.0,17.04
+1999,6,28,15,30,892,91,709,27,0,1.1,18.31
+1999,6,28,16,30,823,82,522,26,0,1.2000000000000002,19.84
+1999,6,28,17,30,704,69,320,24,0,1.6,23.21
+1999,6,28,18,30,472,46,127,20,2,2.3000000000000003,35.52
+1999,6,28,19,30,0,0,0,17,4,3.0,50.15
+1999,6,28,20,30,0,0,0,15,4,3.4000000000000004,56.35
+1999,6,28,21,30,0,0,0,15,3,3.9,53.93
+1999,6,28,22,30,0,0,0,14,3,4.6000000000000005,54.86
+1999,6,28,23,30,0,0,0,14,2,5.0,56.54
+1999,6,29,0,30,0,0,0,13,2,4.800000000000002,55.09
+1999,6,29,1,30,0,0,0,12,2,4.0,58.4
+1999,6,29,2,30,0,0,0,11,2,3.3000000000000003,63.55
+1999,6,29,3,30,0,0,0,11,2,2.7,64.59
+1999,6,29,4,30,0,0,0,12,2,2.7,59.75
+1999,6,29,5,30,465,38,107,15,2,2.9000000000000004,52.0
+1999,6,29,6,30,707,61,296,19,2,2.7,39.82
+1999,6,29,7,30,829,75,498,22,1,2.6,29.01
+1999,6,29,8,30,844,116,683,25,0,2.5,24.6
+1999,6,29,9,30,936,91,845,26,0,2.3000000000000003,21.89
+1999,6,29,10,30,452,437,844,28,0,2.4000000000000004,20.68
+1999,6,29,11,30,363,477,823,29,0,2.8000000000000003,19.52
+1999,6,29,12,30,269,497,755,29,0,3.4000000000000004,18.32
+1999,6,29,13,30,50,422,468,29,0,3.6,18.34
+1999,6,29,14,30,74,396,457,29,1,3.7,18.69
+1999,6,29,15,30,10,179,186,28,1,3.6,19.99
+1999,6,29,16,30,0,10,10,27,1,3.3000000000000003,21.2
+1999,6,29,17,30,6,117,120,25,1,2.3000000000000003,25.93
+1999,6,29,18,30,0,2,2,22,4,1.4,37.33
+1999,6,29,19,30,0,0,0,19,5,1.8,50.11
+1999,6,29,20,30,0,0,0,17,5,2.2,51.92
+1999,6,29,21,30,0,0,0,16,5,2.0,56.43
+1999,6,29,22,30,0,0,0,15,6,1.4,62.74
+1999,6,29,23,30,0,0,0,15,6,0.7000000000000001,67.99
+1999,6,30,0,30,0,0,0,14,6,0.5,72.2
+1999,6,30,1,30,0,0,0,13,6,0.6000000000000001,71.92
+1999,6,30,2,30,0,0,0,12,5,0.9,75.59
+1999,6,30,3,30,0,0,0,12,5,1.3,77.25
+1999,6,30,4,30,0,0,0,13,4,1.9,68.96000000000001
+1999,6,30,5,30,492,33,105,15,4,2.7,56.55
+1999,6,30,6,30,748,48,296,19,4,3.3000000000000003,42.09
+1999,6,30,7,30,644,125,453,22,3,3.9,33.75
+1999,6,30,8,30,487,250,577,24,3,4.3,29.22
+1999,6,30,9,30,726,224,809,25,3,4.3,27.4
+1999,6,30,10,30,358,424,747,27,3,4.0,25.93
+1999,6,30,11,30,363,488,834,28,3,3.6,23.22
+1999,6,30,12,30,250,502,741,29,3,3.2,22.03
+1999,6,30,13,30,81,457,531,30,3,3.0,22.13
+1999,6,30,14,30,28,324,348,29,3,2.7,22.24
+1999,6,30,15,30,8,163,169,28,3,2.3000000000000003,23.67
+1999,6,30,16,30,0,9,9,27,3,1.8,25.17
+1999,6,30,17,30,0,6,6,26,4,0.8,29.27
+1999,6,30,18,30,0,2,2,23,6,0.5,42.49
+1999,6,30,19,30,0,0,0,21,6,0.6000000000000001,48.54
+1999,6,30,20,30,0,0,0,19,7,0.4,55.36
+1999,6,30,21,30,0,0,0,17,7,0.5,66.32000000000001
+1999,6,30,22,30,0,0,0,15,7,0.8,75.74
+1999,6,30,23,30,0,0,0,13,7,0.8,80.16
+1999,7,1,0,30,0,0,0,13,7,0.7000000000000001,84.78
+1999,7,1,1,30,0,0,0,12,7,0.7000000000000001,89.32000000000002
+1999,7,1,2,30,0,0,0,11,7,0.9,87.68
+1999,7,1,3,30,0,0,0,10,6,1.0,91.35
+1999,7,1,4,30,0,0,0,11,6,1.4,83.0
+1999,7,1,5,30,0,3,3,13,6,1.8,72.42
+1999,7,1,6,30,0,104,104,17,6,1.9,59.59
+1999,7,1,7,30,714,104,467,20,5,2.0,44.88
+1999,7,1,8,30,907,75,683,23,5,2.1,36.2
+1999,7,1,9,30,944,81,840,26,4,2.0,29.2
+1999,7,1,10,30,966,84,953,28,4,1.8,25.31
+1999,7,1,11,30,977,86,1015,30,4,1.9,22.23
+1999,7,1,12,30,977,87,1019,31,4,2.2,20.82
+1999,7,1,13,30,969,84,967,32,4,2.7,19.39
+1999,7,1,14,30,951,80,861,32,3,3.2,18.83
+1999,7,1,15,30,918,75,711,32,3,3.7,19.38
+1999,7,1,16,30,860,67,527,31,2,3.7,20.04
+1999,7,1,17,30,208,144,218,28,3,2.5,22.94
+1999,7,1,18,30,258,56,101,24,7,1.4,39.05
+1999,7,1,19,30,0,0,0,21,7,1.5,46.56
+1999,7,1,20,30,0,0,0,19,6,1.8,48.31
+1999,7,1,21,30,0,0,0,19,5,2.0,48.94
+1999,7,1,22,30,0,0,0,18,4,2.1,46.94
+1999,7,1,23,30,0,0,0,18,4,2.3000000000000003,47.8
+1999,7,2,0,30,0,0,0,17,3,2.5,46.29
+1999,7,2,1,30,0,0,0,16,3,3.0,50.78
+1999,7,2,2,30,0,0,0,16,4,3.3000000000000003,53.98
+1999,7,2,3,30,0,0,0,16,5,3.4000000000000004,55.69
+1999,7,2,4,30,0,0,0,18,5,3.9,51.65
+1999,7,2,5,30,0,39,39,20,5,4.4,42.81
+1999,7,2,6,30,349,114,229,24,5,4.4,34.03
+1999,7,2,7,30,574,143,435,28,4,4.2,27.11
+1999,7,2,8,30,725,163,648,30,3,4.0,20.11
+1999,7,2,9,30,645,267,785,32,2,3.8,18.32
+1999,7,2,10,30,485,420,856,33,2,4.0,17.01
+1999,7,2,11,30,168,508,669,34,2,4.2,15.85
+1999,7,2,12,30,39,425,463,34,1,4.1000000000000005,14.69
+1999,7,2,13,30,319,447,737,34,1,4.3,14.42
+1999,7,2,14,30,12,185,196,33,1,5.0,15.13
+1999,7,2,15,30,24,258,274,32,2,5.7,16.67
+1999,7,2,16,30,0,85,85,30,3,5.6000000000000005,21.82
+1999,7,2,17,30,0,57,57,27,5,4.9,27.64
+1999,7,2,18,30,0,16,16,25,6,3.9,37.25
+1999,7,2,19,30,0,0,0,23,7,2.8000000000000003,43.24
+1999,7,2,20,30,0,0,0,21,7,2.3000000000000003,45.79
+1999,7,2,21,30,0,0,0,21,6,2.5,46.31
+1999,7,2,22,30,0,0,0,20,5,3.0,42.57
+1999,7,2,23,30,0,0,0,20,3,3.5,41.45
+1999,7,3,0,30,0,0,0,20,3,4.0,39.54
+1999,7,3,1,30,0,0,0,20,3,4.1000000000000005,38.64
+1999,7,3,2,30,0,0,0,19,5,3.7,46.16
+1999,7,3,3,30,0,0,0,19,6,3.1,50.81
+1999,7,3,4,30,0,0,0,19,7,3.2,52.98
+1999,7,3,5,30,0,31,31,21,7,3.7,47.97
+1999,7,3,6,30,52,126,144,24,7,4.2,40.44
+1999,7,3,7,30,194,226,324,27,7,4.2,32.28
+1999,7,3,8,30,869,90,671,29,6,3.7,26.86
+1999,7,3,9,30,908,97,826,31,5,3.2,23.08
+1999,7,3,10,30,926,105,937,32,5,3.1,21.45
+1999,7,3,11,30,154,507,654,33,5,3.2,21.21
+1999,7,3,12,30,22,346,367,33,5,3.4000000000000004,21.09
+1999,7,3,13,30,0,100,100,32,5,3.6,22.65
+1999,7,3,14,30,9,153,161,31,6,3.7,24.84
+1999,7,3,15,30,0,106,106,29,6,3.6,27.34
+1999,7,3,16,30,171,243,335,28,7,3.2,32.07
+1999,7,3,17,30,629,80,304,26,7,2.1,35.15
+1999,7,3,18,30,426,48,121,24,9,1.0,49.18
+1999,7,3,19,30,0,0,0,22,10,0.9,58.0
+1999,7,3,20,30,0,0,0,20,9,1.2000000000000002,58.37000000000001
+1999,7,3,21,30,0,0,0,19,8,1.8,59.08
+1999,7,3,22,30,0,0,0,19,8,2.6,55.73
+1999,7,3,23,30,0,0,0,19,7,3.1,56.86
+1999,7,4,0,30,0,0,0,18,7,3.3000000000000003,55.98
+1999,7,4,1,30,0,0,0,18,7,3.4000000000000004,59.44
+1999,7,4,2,30,0,0,0,17,7,3.3000000000000003,59.39
+1999,7,4,3,30,0,0,0,17,7,3.1,63.34
+1999,7,4,4,30,0,0,0,18,7,3.4000000000000004,59.82
+1999,7,4,5,30,444,37,100,20,7,3.9,50.89
+1999,7,4,6,30,691,61,286,24,8,4.2,44.07
+1999,7,4,7,30,810,76,486,27,7,4.1000000000000005,34.25
+1999,7,4,8,30,881,87,676,29,5,3.4000000000000004,25.23
+1999,7,4,9,30,923,94,834,30,4,2.8000000000000003,22.06
+1999,7,4,10,30,946,100,949,31,3,2.5,19.95
+1999,7,4,11,30,60,460,517,32,3,2.5,18.28
+1999,7,4,12,30,54,455,507,33,3,2.6,16.93
+1999,7,4,13,30,406,460,829,34,2,2.4000000000000004,16.61
+1999,7,4,14,30,436,368,726,33,2,2.0,16.43
+1999,7,4,15,30,449,271,582,33,2,1.4,17.46
+1999,7,4,16,30,484,180,439,32,2,0.8,18.63
+1999,7,4,17,30,347,127,251,29,3,0.30000000000000004,21.66
+1999,7,4,18,30,199,59,93,26,8,0.1,39.06
+1999,7,4,19,30,0,0,0,23,8,0.5,48.75
+1999,7,4,20,30,0,0,0,21,7,1.3,46.15
+1999,7,4,21,30,0,0,0,20,6,2.0,46.45
+1999,7,4,22,30,0,0,0,19,4,2.3000000000000003,47.7
+1999,7,4,23,30,0,0,0,18,3,2.5,43.01
+1999,7,5,0,30,0,0,0,18,2,2.5,43.06
+1999,7,5,1,30,0,0,0,17,2,2.3000000000000003,42.05
+1999,7,5,2,30,0,0,0,16,2,2.1,44.58
+1999,7,5,3,30,0,0,0,16,2,2.0,44.51
+1999,7,5,4,30,0,0,0,17,2,2.0,41.84
+1999,7,5,5,30,456,37,101,20,3,2.3000000000000003,37.31
+1999,7,5,6,30,709,61,291,25,2,2.3000000000000003,26.01
+1999,7,5,7,30,829,76,494,28,0,2.5,20.17
+1999,7,5,8,30,892,87,682,29,0,3.5,18.54
+1999,7,5,9,30,927,97,838,29,1,4.1000000000000005,19.12
+1999,7,5,10,30,943,104,950,30,2,4.6000000000000005,19.82
+1999,7,5,11,30,457,429,862,30,4,4.9,21.58
+1999,7,5,12,30,940,113,1008,30,5,5.2,23.22
+1999,7,5,13,30,388,385,738,30,5,5.4,26.02
+1999,7,5,14,30,346,368,652,29,6,5.4,28.69
+1999,7,5,15,30,534,249,619,28,6,5.2,31.6
+1999,7,5,16,30,526,167,448,26,7,4.800000000000002,34.78
+1999,7,5,17,30,223,141,221,24,7,4.0,40.47
+1999,7,5,18,30,19,58,62,21,8,2.5,50.38
+1999,7,5,19,30,0,0,0,19,9,1.4,62.1
+1999,7,5,20,30,0,0,0,18,9,1.2000000000000002,71.83
+1999,7,5,21,30,0,0,0,16,9,1.1,76.47
+1999,7,5,22,30,0,0,0,16,9,1.0,81.21000000000002
+1999,7,5,23,30,0,0,0,15,9,0.9,86.60000000000002
+1999,7,6,0,30,0,0,0,14,9,0.9,86.69
+1999,7,6,1,30,0,0,0,14,9,0.9,92.73
+1999,7,6,2,30,0,0,0,14,9,0.9,92.42
+1999,7,6,3,30,0,0,0,13,9,0.9,91.71
+1999,7,6,4,30,0,0,0,14,9,1.2000000000000002,84.85000000000002
+1999,7,6,5,30,356,42,91,17,9,2.0,71.21000000000002
+1999,7,6,6,30,615,74,272,21,10,3.1,56.12000000000001
+1999,7,6,7,30,748,93,469,24,10,3.8,47.05
+1999,7,6,8,30,826,105,655,27,10,3.9,39.78
+1999,7,6,9,30,873,113,811,29,10,3.9,35.0
+1999,7,6,10,30,897,120,924,30,9,4.1000000000000005,32.28
+1999,7,6,11,30,415,492,885,31,9,4.5,30.0
+1999,7,6,12,30,11,163,174,31,9,5.1000000000000005,29.95
+1999,7,6,13,30,9,150,158,31,9,5.5,32.14
+1999,7,6,14,30,13,206,217,30,10,5.7,34.52
+1999,7,6,15,30,29,269,290,29,10,5.6000000000000005,36.78
+1999,7,6,16,30,67,229,265,27,10,5.2,39.55
+1999,7,6,17,30,135,146,194,25,10,4.3,45.53
+1999,7,6,18,30,0,53,53,23,11,2.7,56.55
+1999,7,6,19,30,0,0,0,21,11,1.6,67.63
+1999,7,6,20,30,0,0,0,20,11,1.8,70.16
+1999,7,6,21,30,0,0,0,19,11,2.3000000000000003,68.29
+1999,7,6,22,30,0,0,0,19,10,2.7,71.43
+1999,7,6,23,30,0,0,0,18,10,2.9000000000000004,75.68
+1999,7,7,0,30,0,0,0,17,10,2.8000000000000003,75.41
+1999,7,7,1,30,0,0,0,17,10,2.6,79.73
+1999,7,7,2,30,0,0,0,16,10,2.3000000000000003,78.96000000000002
+1999,7,7,3,30,0,0,0,15,10,2.1,83.47
+1999,7,7,4,30,0,0,0,16,10,2.5,77.21000000000002
+1999,7,7,5,30,459,35,97,19,10,3.0,64.38
+1999,7,7,6,30,712,57,286,23,10,2.5,50.58
+1999,7,7,7,30,832,70,488,27,9,1.5,39.73
+1999,7,7,8,30,899,79,676,29,7,1.3,29.9
+1999,7,7,9,30,937,86,834,31,6,2.2,24.67
+1999,7,7,10,30,956,91,947,32,6,3.2,22.35
+1999,7,7,11,30,962,95,1006,33,5,3.9,20.74
+1999,7,7,12,30,955,98,1007,33,6,4.5,20.9
+1999,7,7,13,30,934,101,949,33,6,5.0,21.38
+1999,7,7,14,30,898,103,839,32,6,5.2,23.41
+1999,7,7,15,30,573,236,632,31,7,5.2,25.79
+1999,7,7,16,30,669,126,483,30,8,4.9,28.4
+1999,7,7,17,30,614,82,300,28,8,3.8,35.55000000000001
+1999,7,7,18,30,375,52,116,25,10,2.4000000000000004,48.19
+1999,7,7,19,30,0,0,0,22,12,1.8,61.57
+1999,7,7,20,30,0,0,0,21,12,1.9,66.34
+1999,7,7,21,30,0,0,0,20,12,2.2,69.92
+1999,7,7,22,30,0,0,0,20,12,2.8000000000000003,73.61
+1999,7,7,23,30,0,0,0,19,11,3.5,72.19
+1999,7,8,0,30,0,0,0,19,11,3.9,70.47
+1999,7,8,1,30,0,0,0,19,11,3.8,69.07000000000001
+1999,7,8,2,30,0,0,0,19,11,3.4000000000000004,67.8
+1999,7,8,3,30,0,0,0,19,10,3.0,70.84
+1999,7,8,4,30,0,0,0,19,10,2.8000000000000003,65.75
+1999,7,8,5,30,162,47,68,21,10,3.0,58.54
+1999,7,8,6,30,0,50,50,24,10,3.1,51.87000000000001
+1999,7,8,7,30,753,86,462,26,10,2.9000000000000004,42.62
+1999,7,8,8,30,824,99,645,28,10,2.5,38.99
+1999,7,8,9,30,7,141,146,29,9,2.2,36.02
+1999,7,8,10,30,11,165,175,29,9,2.0,33.83
+1999,7,8,11,30,0,67,67,29,9,1.9,34.07
+1999,7,8,12,30,2,114,116,28,10,1.7000000000000002,37.16
+1999,7,8,13,30,14,195,207,27,10,1.1,43.88
+1999,7,8,14,30,0,31,31,25,11,0.5,49.14
+1999,7,8,15,30,9,176,182,24,12,0.30000000000000004,58.49
+1999,7,8,16,30,0,116,116,22,13,0.5,65.11
+1999,7,8,17,30,0,104,104,21,13,0.6000000000000001,76.23
+1999,7,8,18,30,0,43,43,19,14,0.6000000000000001,83.60000000000002
+1999,7,8,19,30,0,0,0,18,14,1.0,90.67
+1999,7,8,20,30,0,0,0,18,14,1.7000000000000002,91.26
+1999,7,8,21,30,0,0,0,18,14,2.2,95.92
+1999,7,8,22,30,0,0,0,18,13,2.4000000000000004,92.4
+1999,7,8,23,30,0,0,0,17,13,2.4000000000000004,88.78
+1999,7,9,0,30,0,0,0,17,12,2.0,91.84
+1999,7,9,1,30,0,0,0,16,12,1.6,88.2
+1999,7,9,2,30,0,0,0,15,10,1.3,86.48
+1999,7,9,3,30,0,0,0,14,8,2.1,80.68
+1999,7,9,4,30,0,0,0,14,5,3.8,65.92
+1999,7,9,5,30,426,36,93,16,4,5.300000000000002,54.44
+1999,7,9,6,30,686,61,280,17,4,6.0,49.59
+1999,7,9,7,30,127,221,285,19,5,6.1000000000000005,45.13
+1999,7,9,8,30,832,115,666,21,4,5.6000000000000005,40.57
+1999,7,9,9,30,931,93,835,22,3,4.9,33.64
+1999,7,9,10,30,958,96,952,24,2,4.4,30.39
+1999,7,9,11,30,970,97,1014,25,2,4.1000000000000005,28.14
+1999,7,9,12,30,405,498,883,26,2,4.1000000000000005,26.32
+1999,7,9,13,30,158,477,621,26,2,4.2,24.72
+1999,7,9,14,30,440,362,722,26,2,4.3,24.62
+1999,7,9,15,30,508,241,593,25,2,4.4,26.18
+1999,7,9,16,30,35,209,228,24,2,4.2,28.04
+1999,7,9,17,30,25,130,139,22,2,3.6,32.01
+1999,7,9,18,30,324,50,105,19,3,2.2,40.57
+1999,7,9,19,30,0,0,0,17,5,1.4,51.36
+1999,7,9,20,30,0,0,0,15,5,1.4,59.04
+1999,7,9,21,30,0,0,0,14,5,1.3,63.84
+1999,7,9,22,30,0,0,0,14,5,1.2000000000000002,69.06
+1999,7,9,23,30,0,0,0,13,5,1.1,69.37
+1999,7,10,0,30,0,0,0,13,5,1.0,69.64
+1999,7,10,1,30,0,0,0,13,5,0.9,74.17
+1999,7,10,2,30,0,0,0,12,5,0.9,79.38
+1999,7,10,3,30,0,0,0,11,5,0.9,84.99
+1999,7,10,4,30,0,0,0,11,5,1.3,79.25
+1999,7,10,5,30,438,35,92,13,5,1.8,71.25
+1999,7,10,6,30,693,60,280,16,6,1.5,59.75
+1999,7,10,7,30,814,76,481,19,5,1.1,47.8
+1999,7,10,8,30,882,88,671,22,5,1.5,37.51
+1999,7,10,9,30,923,96,830,24,4,2.2,32.18
+1999,7,10,10,30,945,102,946,26,4,2.9000000000000004,27.93
+1999,7,10,11,30,952,107,1007,27,3,3.5,25.64
+1999,7,10,12,30,946,112,1010,28,3,4.0,25.01
+1999,7,10,13,30,928,113,955,28,3,4.3,23.1
+1999,7,10,14,30,894,113,845,28,3,4.3,24.11
+1999,7,10,15,30,837,112,690,27,2,4.0,25.23
+1999,7,10,16,30,582,150,460,26,2,3.7,26.82
+1999,7,10,17,30,608,88,303,24,3,3.0,29.14
+1999,7,10,18,30,250,54,96,21,5,2.1,40.27
+1999,7,10,19,30,0,0,0,18,6,2.2,53.74
+1999,7,10,20,30,0,0,0,17,6,2.8000000000000003,62.59
+1999,7,10,21,30,0,0,0,16,7,3.2,63.58
+1999,7,10,22,30,0,0,0,15,7,3.3000000000000003,67.78
+1999,7,10,23,30,0,0,0,15,6,3.6,66.93
+1999,7,11,0,30,0,0,0,15,6,3.9,69.28
+1999,7,11,1,30,0,0,0,14,6,3.8,68.01
+1999,7,11,2,30,0,0,0,14,6,3.6,72.4
+1999,7,11,3,30,0,0,0,13,6,3.2,72.41
+1999,7,11,4,30,0,0,0,14,5,3.0,71.04
+1999,7,11,5,30,409,36,89,16,5,2.9000000000000004,61.39
+1999,7,11,6,30,670,63,274,19,5,2.9000000000000004,45.55
+1999,7,11,7,30,790,82,474,22,4,3.2,35.02
+1999,7,11,8,30,854,97,660,24,4,3.1,30.88
+1999,7,11,9,30,887,110,815,26,4,3.0,29.34
+1999,7,11,10,30,900,124,926,27,4,3.0,27.64
+1999,7,11,11,30,372,471,823,28,4,3.0,25.83
+1999,7,11,12,30,370,478,830,27,4,2.9000000000000004,27.51
+1999,7,11,13,30,419,450,830,26,4,2.4000000000000004,29.93
+1999,7,11,14,30,239,411,606,24,5,1.9,33.79
+1999,7,11,15,30,0,48,48,22,6,1.7000000000000002,41.34
+1999,7,11,16,30,0,101,101,21,7,1.7000000000000002,51.15
+1999,7,11,17,30,0,108,108,19,8,1.4,58.74
+1999,7,11,18,30,0,29,29,18,9,0.8,69.91
+1999,7,11,19,30,0,0,0,16,10,0.7000000000000001,83.64
+1999,7,11,20,30,0,0,0,14,10,0.8,87.66
+1999,7,11,21,30,0,0,0,14,9,0.9,92.54
+1999,7,11,22,30,0,0,0,13,9,1.0,91.71
+1999,7,11,23,30,0,0,0,13,9,1.1,90.93
+1999,7,12,0,30,0,0,0,13,9,1.3,95.83
+1999,7,12,1,30,0,0,0,12,8,1.6,93.26
+1999,7,12,2,30,0,0,0,12,8,1.7000000000000002,95.99
+1999,7,12,3,30,0,0,0,11,7,1.9,92.2
+1999,7,12,4,30,0,0,0,12,7,2.4000000000000004,83.43
+1999,7,12,5,30,374,38,85,15,7,3.0,74.7
+1999,7,12,6,30,649,67,270,19,7,3.0,58.48
+1999,7,12,7,30,784,84,471,22,6,2.8000000000000003,44.65
+1999,7,12,8,30,859,96,661,24,5,3.0,34.980000000000004
+1999,7,12,9,30,904,104,821,26,5,3.2,31.75
+1999,7,12,10,30,928,110,937,27,4,3.3000000000000003,29.18
+1999,7,12,11,30,938,114,1000,28,4,3.3000000000000003,26.93
+1999,7,12,12,30,937,116,1005,29,4,3.3000000000000003,24.95
+1999,7,12,13,30,925,114,952,29,4,3.3000000000000003,23.25
+1999,7,12,14,30,900,110,845,29,4,3.4000000000000004,23.08
+1999,7,12,15,30,859,101,693,28,4,3.4000000000000004,24.32
+1999,7,12,16,30,793,88,509,27,4,3.2,25.71
+1999,7,12,17,30,676,71,309,25,4,2.4000000000000004,29.23
+1999,7,12,18,30,197,56,89,22,7,1.4,43.13
+1999,7,12,19,30,0,0,0,19,7,1.1,53.27
+1999,7,12,20,30,0,0,0,18,6,1.3,54.29
+1999,7,12,21,30,0,0,0,17,6,1.7000000000000002,56.18
+1999,7,12,22,30,0,0,0,16,6,2.0,59.26
+1999,7,12,23,30,0,0,0,16,6,2.3000000000000003,62.94000000000001
+1999,7,13,0,30,0,0,0,15,5,2.4000000000000004,62.3
+1999,7,13,1,30,0,0,0,15,5,2.4000000000000004,66.26
+1999,7,13,2,30,0,0,0,14,5,2.5,65.76
+1999,7,13,3,30,0,0,0,14,5,2.3000000000000003,67.44
+1999,7,13,4,30,0,0,0,15,4,2.2,58.8
+1999,7,13,5,30,416,35,87,18,4,2.7,45.3
+1999,7,13,6,30,684,63,276,23,3,3.0,31.9
+1999,7,13,7,30,810,80,479,26,1,2.8000000000000003,23.41
+1999,7,13,8,30,879,93,670,29,0,2.7,18.87
+1999,7,13,9,30,917,103,830,30,0,2.3000000000000003,16.490000000000002
+1999,7,13,10,30,937,112,945,31,0,2.0,15.5
+1999,7,13,11,30,525,427,923,32,0,1.9,14.63
+1999,7,13,12,30,466,468,910,33,0,2.1,13.85
+1999,7,13,13,30,421,451,832,33,0,2.3000000000000003,13.97
+1999,7,13,14,30,388,361,678,32,0,2.5,15.02
+1999,7,13,15,30,505,255,603,31,0,2.3000000000000003,16.25
+1999,7,13,16,30,85,233,278,30,1,1.8,17.76
+1999,7,13,17,30,118,143,185,27,3,1.1,24.29
+1999,7,13,18,30,0,18,18,24,8,0.9,43.01
+1999,7,13,19,30,0,0,0,22,9,1.1,49.18
+1999,7,13,20,30,0,0,0,21,9,1.5,53.48
+1999,7,13,21,30,0,0,0,21,9,1.9,56.07
+1999,7,13,22,30,0,0,0,20,8,2.6,54.77
+1999,7,13,23,30,0,0,0,19,8,3.5,58.21
+1999,7,14,0,30,0,0,0,19,8,4.1000000000000005,62.94000000000001
+1999,7,14,1,30,0,0,0,19,9,4.3,63.53
+1999,7,14,2,30,0,0,0,19,9,4.1000000000000005,63.76
+1999,7,14,3,30,0,0,0,18,9,3.7,65.21000000000001
+1999,7,14,4,30,0,0,0,18,10,3.5,67.98
+1999,7,14,5,30,210,46,72,20,10,3.6,66.01
+1999,7,14,6,30,373,102,218,22,10,3.3000000000000003,58.86
+1999,7,14,7,30,559,140,414,24,9,2.5,46.25
+1999,7,14,8,30,484,229,546,26,8,1.6,38.47
+1999,7,14,9,30,146,400,516,27,8,1.2000000000000002,35.98000000000001
+1999,7,14,10,30,12,177,189,28,8,1.8,35.87
+1999,7,14,11,30,371,482,831,27,8,2.5,35.55000000000001
+1999,7,14,12,30,258,495,739,27,8,2.8000000000000003,35.2
+1999,7,14,13,30,473,430,858,27,8,2.4000000000000004,34.69
+1999,7,14,14,30,29,325,349,27,8,2.2,36.59
+1999,7,14,15,30,12,203,212,26,8,2.6,38.84
+1999,7,14,16,30,6,155,159,25,8,2.5,42.26
+1999,7,14,17,30,0,14,14,23,10,1.8,50.14
+1999,7,14,18,30,0,40,40,21,12,1.2000000000000002,64.73
+1999,7,14,19,30,0,0,0,19,12,1.2000000000000002,75.21000000000002
+1999,7,14,20,30,0,0,0,19,12,1.3,80.68
+1999,7,14,21,30,0,0,0,18,12,1.3,80.2
+1999,7,14,22,30,0,0,0,18,12,1.3,83.87
+1999,7,14,23,30,0,0,0,17,11,1.5,81.82000000000002
+1999,7,15,0,30,0,0,0,16,11,1.6,85.05
+1999,7,15,1,30,0,0,0,16,11,1.6,88.21000000000002
+1999,7,15,2,30,0,0,0,15,10,1.4,85.87
+1999,7,15,3,30,0,0,0,15,10,1.4,83.95
+1999,7,15,4,30,0,0,0,16,10,1.9,82.31
+1999,7,15,5,30,352,34,76,18,10,2.8000000000000003,73.38
+1999,7,15,6,30,103,122,154,20,10,3.3000000000000003,60.24
+1999,7,15,7,30,145,218,289,23,9,3.5,46.28
+1999,7,15,8,30,0,74,74,25,7,3.5,35.98000000000001
+1999,7,15,9,30,20,274,290,27,5,3.4000000000000004,31.03
+1999,7,15,10,30,257,455,683,28,5,3.3000000000000003,27.94
+1999,7,15,11,30,15,204,218,29,4,3.3000000000000003,25.87
+1999,7,15,12,30,15,213,228,29,4,3.2,24.47
+1999,7,15,13,30,0,85,85,28,5,3.0,26.52
+1999,7,15,14,30,413,358,695,27,5,2.4000000000000004,28.91
+1999,7,15,15,30,38,284,310,26,5,1.7000000000000002,31.35
+1999,7,15,16,30,24,194,207,25,6,1.0,34.02
+1999,7,15,17,30,0,72,72,23,7,0.7000000000000001,40.34
+1999,7,15,18,30,0,47,47,21,9,0.7000000000000001,52.8
+1999,7,15,19,30,0,0,0,19,10,0.6000000000000001,64.4
+1999,7,15,20,30,0,0,0,18,10,0.6000000000000001,74.39
+1999,7,15,21,30,0,0,0,17,10,0.7000000000000001,74.01
+1999,7,15,22,30,0,0,0,16,9,0.8,76.04
+1999,7,15,23,30,0,0,0,15,9,1.0,79.22
+1999,7,16,0,30,0,0,0,14,9,1.1,82.62
+1999,7,16,1,30,0,0,0,14,8,1.1,85.28
+1999,7,16,2,30,0,0,0,13,8,1.1,82.49
+1999,7,16,3,30,0,0,0,13,7,1.1,80.32000000000002
+1999,7,16,4,30,0,0,0,14,7,1.1,73.67
+1999,7,16,5,30,0,7,7,16,8,1.8,69.14
+1999,7,16,6,30,311,108,203,19,8,2.7,63.13
+1999,7,16,7,30,4,142,144,20,8,2.9000000000000004,55.64
+1999,7,16,8,30,784,121,632,21,9,2.7,54.26
+1999,7,16,9,30,254,390,590,22,9,2.5,52.16
+1999,7,16,10,30,236,457,667,23,10,2.3000000000000003,49.41
+1999,7,16,11,30,24,358,382,24,10,2.3000000000000003,49.79
+1999,7,16,12,30,17,265,282,24,10,2.4000000000000004,50.24
+1999,7,16,13,30,5,128,134,23,10,2.6,51.24
+1999,7,16,14,30,0,103,103,22,10,2.9000000000000004,55.76
+1999,7,16,15,30,0,30,30,21,11,3.2,60.64
+1999,7,16,16,30,0,57,57,20,11,3.2,66.45
+1999,7,16,17,30,0,11,11,19,12,2.9000000000000004,78.19
+1999,7,16,18,30,0,26,26,17,12,2.3000000000000003,86.65
+1999,7,16,19,30,0,0,0,16,13,1.7000000000000002,94.92
+1999,7,16,20,30,0,0,0,16,13,1.4,100.0
+1999,7,16,21,30,0,0,0,15,12,1.3,99.05
+1999,7,16,22,30,0,0,0,15,11,1.2000000000000002,100.0
+1999,7,16,23,30,0,0,0,14,11,1.0,100.0
+1999,7,17,0,30,0,0,0,14,11,0.8,100.0
+1999,7,17,1,30,0,0,0,14,11,0.6000000000000001,100.0
+1999,7,17,2,30,0,0,0,14,11,0.6000000000000001,100.0
+1999,7,17,3,30,0,0,0,13,11,0.7000000000000001,100.0
+1999,7,17,4,30,0,0,0,14,11,1.0,100.0
+1999,7,17,5,30,290,38,72,16,11,1.6,89.89
+1999,7,17,6,30,573,73,247,18,12,2.1,82.83
+1999,7,17,7,30,724,92,443,21,12,2.2,64.12
+1999,7,17,8,30,812,102,631,24,11,1.9,49.72
+1999,7,17,9,30,861,111,789,25,10,1.8,44.43
+1999,7,17,10,30,885,120,903,27,9,2.3000000000000003,40.49
+1999,7,17,11,30,395,491,862,28,9,2.8000000000000003,37.72
+1999,7,17,12,30,18,284,301,28,9,3.2,35.55000000000001
+1999,7,17,13,30,404,448,813,28,9,3.4000000000000004,37.91
+1999,7,17,14,30,29,323,347,27,9,3.4000000000000004,40.93
+1999,7,17,15,30,9,171,178,26,10,3.3000000000000003,44.2
+1999,7,17,16,30,0,78,78,25,10,3.1,47.87000000000001
+1999,7,17,17,30,289,129,230,23,11,2.9000000000000004,53.05
+1999,7,17,18,30,350,45,101,20,12,2.5,69.27
+1999,7,17,19,30,0,0,0,18,12,2.3000000000000003,81.77
+1999,7,17,20,30,0,0,0,18,13,2.2,83.29
+1999,7,17,21,30,0,0,0,18,13,2.1,89.74
+1999,7,17,22,30,0,0,0,17,13,2.0,89.45
+1999,7,17,23,30,0,0,0,17,12,1.7000000000000002,93.54
+1999,7,18,0,30,0,0,0,16,12,1.5,90.06
+1999,7,18,1,30,0,0,0,16,11,1.4,85.17
+1999,7,18,2,30,0,0,0,16,10,1.4,79.89
+1999,7,18,3,30,0,0,0,16,9,1.5,79.24
+1999,7,18,4,30,0,0,0,16,8,1.8,73.25
+1999,7,18,5,30,0,35,35,18,7,2.5,61.76
+1999,7,18,6,30,190,117,175,20,7,2.7,49.39
+1999,7,18,7,30,0,89,89,23,6,2.4000000000000004,38.62
+1999,7,18,8,30,33,259,281,26,5,2.5,30.58
+1999,7,18,9,30,285,381,606,27,5,2.8000000000000003,28.77
+1999,7,18,10,30,17,258,274,28,5,3.0,27.62
+1999,7,18,11,30,50,438,486,29,6,3.0,28.44
+1999,7,18,12,30,22,341,362,28,6,2.9000000000000004,29.5
+1999,7,18,13,30,45,408,449,28,7,2.7,32.53
+1999,7,18,14,30,371,365,666,27,7,2.5,35.58
+1999,7,18,15,30,0,31,31,26,8,2.4000000000000004,38.72
+1999,7,18,16,30,7,158,162,24,8,2.0,42.58
+1999,7,18,17,30,0,6,6,23,9,1.3,51.43
+1999,7,18,18,30,0,42,42,21,11,0.5,65.45
+1999,7,18,19,30,0,0,0,19,12,0.6000000000000001,73.15
+1999,7,18,20,30,0,0,0,18,12,1.5,84.0
+1999,7,18,21,30,0,0,0,17,12,2.3000000000000003,89.47
+1999,7,18,22,30,0,0,0,16,11,2.8000000000000003,87.15
+1999,7,18,23,30,0,0,0,15,11,2.8000000000000003,90.37
+1999,7,19,0,30,0,0,0,15,11,2.6,88.11
+1999,7,19,1,30,0,0,0,15,10,2.1,86.17
+1999,7,19,2,30,0,0,0,15,10,1.3,84.95
+1999,7,19,3,30,0,0,0,15,10,0.9,84.67
+1999,7,19,4,30,0,0,0,15,10,0.8,84.25
+1999,7,19,5,30,270,38,68,17,10,1.0,75.62
+1999,7,19,6,30,574,72,244,20,10,1.7000000000000002,63.18
+1999,7,19,7,30,729,90,442,23,11,2.6,52.97
+1999,7,19,8,30,811,103,628,24,10,3.2,47.72
+1999,7,19,9,30,860,111,786,25,10,3.5,43.83
+1999,7,19,10,30,253,452,676,26,9,3.6,40.98
+1999,7,19,11,30,468,458,897,26,10,3.7,41.17
+1999,7,19,12,30,39,377,414,26,10,3.7,44.0
+1999,7,19,13,30,0,59,59,25,10,3.6,44.33
+1999,7,19,14,30,433,356,708,25,10,3.4000000000000004,47.69
+1999,7,19,15,30,229,327,483,24,10,3.0,48.58
+1999,7,19,16,30,441,189,420,23,11,2.4000000000000004,52.88
+1999,7,19,17,30,393,115,249,22,11,1.2000000000000002,63.13
+1999,7,19,18,30,0,20,20,19,12,0.7000000000000001,75.37
+1999,7,19,19,30,0,0,0,17,13,1.5,91.44
+1999,7,19,20,30,0,0,0,16,13,2.1,96.01
+1999,7,19,21,30,0,0,0,16,13,1.8,100.0
+1999,7,19,22,30,0,0,0,15,13,1.1,100.0
+1999,7,19,23,30,0,0,0,15,11,0.7000000000000001,100.0
+1999,7,20,0,30,0,0,0,14,11,0.8,100.0
+1999,7,20,1,30,0,0,0,14,11,0.9,100.0
+1999,7,20,2,30,0,0,0,14,11,1.0,96.99
+1999,7,20,3,30,0,0,0,14,11,1.2000000000000002,100.0
+1999,7,20,4,30,0,0,0,14,10,1.7000000000000002,97.43
+1999,7,20,5,30,324,34,69,16,10,2.3000000000000003,84.67
+1999,7,20,6,30,617,64,248,19,10,2.6,65.15
+1999,7,20,7,30,763,81,448,22,9,2.6,50.66
+1999,7,20,8,30,842,94,638,25,8,2.7,41.72
+1999,7,20,9,30,886,104,798,26,7,2.8000000000000003,35.51
+1999,7,20,10,30,907,113,914,27,7,2.9000000000000004,32.72
+1999,7,20,11,30,910,123,975,28,7,3.0,30.6
+1999,7,20,12,30,239,494,720,28,7,3.1,30.55
+1999,7,20,13,30,880,132,923,28,7,3.0,32.69
+1999,7,20,14,30,182,413,560,27,7,2.7,32.99
+1999,7,20,15,30,483,255,584,26,7,2.4000000000000004,35.22
+1999,7,20,16,30,182,234,329,25,7,2.0,37.71
+1999,7,20,17,30,0,71,71,24,8,1.4,44.71
+1999,7,20,18,30,0,3,3,21,11,1.0,65.32000000000001
+1999,7,20,19,30,0,0,0,19,11,0.9,73.19
+1999,7,20,20,30,0,0,0,18,10,1.0,74.89
+1999,7,20,21,30,0,0,0,17,10,1.1,73.06
+1999,7,20,22,30,0,0,0,16,10,1.1,76.87
+1999,7,20,23,30,0,0,0,16,9,1.2000000000000002,81.11
+1999,7,21,0,30,0,0,0,15,9,1.3,80.64
+1999,7,21,1,30,0,0,0,15,9,1.4,80.79
+1999,7,21,2,30,0,0,0,15,9,1.4,86.0
+1999,7,21,3,30,0,0,0,15,9,1.4,85.07000000000002
+1999,7,21,4,30,0,0,0,16,9,1.2000000000000002,78.06
+1999,7,21,5,30,347,33,70,19,10,1.4,68.60000000000001
+1999,7,21,6,30,638,63,251,23,10,1.0,51.98
+1999,7,21,7,30,774,81,452,26,8,1.0,36.6
+1999,7,21,8,30,847,94,640,28,7,2.2,32.53
+1999,7,21,9,30,885,107,799,29,7,3.0,28.7
+1999,7,21,10,30,904,117,913,30,7,3.7,27.17
+1999,7,21,11,30,907,126,974,31,7,4.1000000000000005,27.28
+1999,7,21,12,30,899,131,978,31,7,4.4,27.33
+1999,7,21,13,30,885,129,924,30,7,4.6000000000000005,27.43
+1999,7,21,14,30,212,410,582,29,7,4.6000000000000005,29.68
+1999,7,21,15,30,567,231,617,28,8,4.5,32.43
+1999,7,21,16,30,656,125,466,27,8,4.1000000000000005,35.86
+1999,7,21,17,30,460,102,258,25,9,3.0,42.86
+1999,7,21,18,30,69,53,64,23,10,1.8,56.08
+1999,7,21,19,30,0,0,0,21,11,1.1,67.83
+1999,7,21,20,30,0,0,0,20,12,0.9,68.85000000000001
+1999,7,21,21,30,0,0,0,19,12,0.8,73.77
+1999,7,21,22,30,0,0,0,19,12,0.9,77.89
+1999,7,21,23,30,0,0,0,18,11,1.2000000000000002,76.7
+1999,7,22,0,30,0,0,0,18,11,1.7000000000000002,80.79
+1999,7,22,1,30,0,0,0,17,11,2.0,80.71000000000002
+1999,7,22,2,30,0,0,0,16,11,2.3000000000000003,85.57000000000002
+1999,7,22,3,30,0,0,0,16,11,2.2,84.45
+1999,7,22,4,30,0,0,0,16,11,2.3000000000000003,82.35000000000002
+1999,7,22,5,30,294,33,64,18,10,2.7,71.05
+1999,7,22,6,30,577,68,237,20,10,2.8000000000000003,61.55
+1999,7,22,7,30,717,90,432,23,10,2.8000000000000003,50.33
+1999,7,22,8,30,784,110,615,24,10,2.9000000000000004,47.56
+1999,7,22,9,30,823,128,769,25,10,3.0,45.2
+1999,7,22,10,30,840,143,881,26,10,3.0,43.16
+1999,7,22,11,30,833,161,939,26,11,3.0,44.02
+1999,7,22,12,30,0,74,74,26,11,2.8000000000000003,48.0
+1999,7,22,13,30,0,77,77,25,11,2.5,49.38
+1999,7,22,14,30,0,41,41,24,12,2.2,53.82
+1999,7,22,15,30,3,127,129,23,12,1.9,58.41
+1999,7,22,16,30,7,155,159,22,12,2.1,67.23
+1999,7,22,17,30,0,35,35,20,13,2.5,73.42
+1999,7,22,18,30,0,46,46,18,13,2.8000000000000003,85.93
+1999,7,22,19,30,0,0,0,18,13,2.5,91.14
+1999,7,22,20,30,0,0,0,18,13,2.1,88.01
+1999,7,22,21,30,0,0,0,18,12,1.4,83.86
+1999,7,22,22,30,0,0,0,17,11,1.0,80.26
+1999,7,22,23,30,0,0,0,17,11,1.1,77.41
+1999,7,23,0,30,0,0,0,16,10,1.2000000000000002,79.77
+1999,7,23,1,30,0,0,0,16,10,1.3,82.5
+1999,7,23,2,30,0,0,0,15,9,1.3,79.63
+1999,7,23,3,30,0,0,0,15,9,1.3,77.58
+1999,7,23,4,30,0,0,0,16,8,1.2000000000000002,75.58
+1999,7,23,5,30,323,32,66,18,9,1.6,64.9
+1999,7,23,6,30,618,65,245,22,9,1.9,52.65
+1999,7,23,7,30,760,85,446,25,7,2.0,39.88
+1999,7,23,8,30,836,99,635,27,6,2.5,31.22
+1999,7,23,9,30,418,330,656,29,6,3.1,28.95
+1999,7,23,10,30,899,121,911,30,6,3.5,27.07
+1999,7,23,11,30,902,131,972,31,6,3.8,25.32
+1999,7,23,12,30,895,136,976,31,6,3.8,23.86
+1999,7,23,13,30,881,134,923,31,6,3.7,25.42
+1999,7,23,14,30,844,133,814,30,6,3.4000000000000004,25.57
+1999,7,23,15,30,795,123,661,29,6,3.1,27.03
+1999,7,23,16,30,723,105,479,28,6,2.7,28.8
+1999,7,23,17,30,132,136,180,26,7,1.8,33.93
+1999,7,23,18,30,311,50,95,24,11,1.1,53.27
+1999,7,23,19,30,0,0,0,22,10,1.0,54.64
+1999,7,23,20,30,0,0,0,21,10,1.0,59.17
+1999,7,23,21,30,0,0,0,20,11,1.1,66.45
+1999,7,23,22,30,0,0,0,20,12,1.2000000000000002,72.58
+1999,7,23,23,30,0,0,0,19,11,1.2000000000000002,71.31
+1999,7,24,0,30,0,0,0,19,11,1.3,73.96000000000002
+1999,7,24,1,30,0,0,0,18,11,1.3,72.66
+1999,7,24,2,30,0,0,0,18,10,1.3,71.86
+1999,7,24,3,30,0,0,0,18,10,1.4,76.2
+1999,7,24,4,30,0,0,0,18,10,1.7000000000000002,75.83
+1999,7,24,5,30,190,34,53,20,11,2.5,69.77
+1999,7,24,6,30,594,65,237,22,11,2.9000000000000004,59.44
+1999,7,24,7,30,751,80,436,25,11,3.2,48.51
+1999,7,24,8,30,834,91,625,27,10,3.9,43.08
+1999,7,24,9,30,878,101,783,28,9,4.5,38.54
+1999,7,24,10,30,902,108,899,29,9,4.7,34.63
+1999,7,24,11,30,16,243,259,29,8,4.6000000000000005,31.7
+1999,7,24,12,30,367,453,798,29,8,4.5,31.59
+1999,7,24,13,30,31,368,396,28,9,4.3,34.24
+1999,7,24,14,30,38,344,375,28,9,4.3,37.8
+1999,7,24,15,30,0,53,53,27,10,4.4,42.3
+1999,7,24,16,30,0,19,19,25,11,3.8,51.14
+1999,7,24,17,30,37,126,138,22,12,2.7,63.64
+1999,7,24,18,30,0,44,44,20,14,2.4000000000000004,77.78
+1999,7,24,19,30,0,0,0,18,13,2.8000000000000003,86.34
+1999,7,24,20,30,0,0,0,18,13,2.5,83.83
+1999,7,24,21,30,0,0,0,18,12,2.1,81.92
+1999,7,24,22,30,0,0,0,18,12,1.9,80.04
+1999,7,24,23,30,0,0,0,18,12,2.0,78.31
+1999,7,25,0,30,0,0,0,18,11,2.2,76.19
+1999,7,25,1,30,0,0,0,18,11,2.3000000000000003,78.60000000000002
+1999,7,25,2,30,0,0,0,17,10,2.4000000000000004,75.38
+1999,7,25,3,30,0,0,0,17,9,2.5,71.87
+1999,7,25,4,30,0,0,0,17,9,2.9000000000000004,69.14
+1999,7,25,5,30,28,32,35,19,9,3.5,60.6
+1999,7,25,6,30,87,113,139,23,9,3.6,51.93
+1999,7,25,7,30,105,205,255,26,9,3.0,42.35
+1999,7,25,8,30,200,303,431,28,8,2.6,32.61
+1999,7,25,9,30,67,363,416,29,7,2.4000000000000004,29.94
+1999,7,25,10,30,9,154,162,30,7,2.3000000000000003,28.37
+1999,7,25,11,30,22,336,357,30,8,1.9,30.84
+1999,7,25,12,30,434,476,882,29,8,1.3,32.08
+1999,7,25,13,30,77,443,512,28,9,0.9,35.4
+1999,7,25,14,30,41,328,361,27,9,1.0,38.65
+1999,7,25,15,30,36,267,292,26,10,1.2000000000000002,41.92
+1999,7,25,16,30,29,195,210,25,10,1.4,45.72
+1999,7,25,17,30,14,116,121,24,11,1.2000000000000002,53.62000000000001
+1999,7,25,18,30,0,39,39,22,12,0.8,68.0
+1999,7,25,19,30,0,0,0,20,13,0.5,79.27
+1999,7,25,20,30,0,0,0,19,13,0.30000000000000004,79.42
+1999,7,25,21,30,0,0,0,18,13,0.2,82.64
+1999,7,25,22,30,0,0,0,18,12,0.4,86.44
+1999,7,25,23,30,0,0,0,17,12,0.7000000000000001,83.85000000000002
+1999,7,26,0,30,0,0,0,17,11,1.0,85.33
+1999,7,26,1,30,0,0,0,16,10,1.1,80.83
+1999,7,26,2,30,0,0,0,16,9,1.1,76.35000000000002
+1999,7,26,3,30,0,0,0,16,9,1.2000000000000002,77.0
+1999,7,26,4,30,0,0,0,16,8,1.1,72.81
+1999,7,26,5,30,278,32,59,19,8,1.4,62.58
+1999,7,26,6,30,586,68,235,23,8,1.9,48.65
+1999,7,26,7,30,733,91,435,26,6,2.5,33.64
+1999,7,26,8,30,813,107,624,28,5,3.1,28.2
+1999,7,26,9,30,859,119,784,29,5,3.3000000000000003,26.61
+1999,7,26,10,30,879,131,899,30,5,3.4000000000000004,25.45
+1999,7,26,11,30,878,144,959,30,5,3.5,24.48
+1999,7,26,12,30,860,156,960,31,6,3.5,25.07
+1999,7,26,13,30,387,417,761,30,6,3.4000000000000004,25.84
+1999,7,26,14,30,506,335,740,29,7,3.0,28.15
+1999,7,26,15,30,555,220,593,28,7,2.5,30.36
+1999,7,26,16,30,25,190,203,27,7,2.0,35.36
+1999,7,26,17,30,104,133,167,25,9,1.6,43.78
+1999,7,26,18,30,19,49,52,23,11,1.2000000000000002,57.54
+1999,7,26,19,30,0,0,0,21,11,0.8,67.95
+1999,7,26,20,30,0,0,0,20,12,0.7000000000000001,73.07000000000002
+1999,7,26,21,30,0,0,0,19,12,0.7000000000000001,77.55
+1999,7,26,22,30,0,0,0,18,11,0.9,76.97
+1999,7,26,23,30,0,0,0,18,11,1.8,76.29
+1999,7,27,0,30,0,0,0,17,11,3.0,79.79
+1999,7,27,1,30,0,0,0,17,11,3.5,82.39
+1999,7,27,2,30,0,0,0,17,10,3.3000000000000003,79.05
+1999,7,27,3,30,0,0,0,17,10,2.8000000000000003,77.51
+1999,7,27,4,30,0,0,0,17,10,2.5,77.53
+1999,7,27,5,30,249,31,54,18,10,2.6,68.71000000000001
+1999,7,27,6,30,569,67,228,21,10,2.7,57.18
+1999,7,27,7,30,721,88,425,25,9,2.0,46.26
+1999,7,27,8,30,797,105,611,28,9,1.6,36.81
+1999,7,27,9,30,831,124,766,29,9,2.1,34.62
+1999,7,27,10,30,838,145,877,30,9,2.5,33.35
+1999,7,27,11,30,433,468,869,30,9,2.7,32.26
+1999,7,27,12,30,113,488,593,30,10,2.9000000000000004,35.32
+1999,7,27,13,30,410,435,801,29,10,2.8000000000000003,38.86
+1999,7,27,14,30,18,264,279,28,11,2.5,42.69
+1999,7,27,15,30,0,78,78,27,11,2.0,46.87
+1999,7,27,16,30,0,60,60,25,12,1.4,52.2
+1999,7,27,17,30,0,15,15,24,14,0.8,60.79
+1999,7,27,18,30,0,19,19,22,15,0.7000000000000001,76.64
+1999,7,27,19,30,0,0,0,21,15,0.9,86.27
+1999,7,27,20,30,0,0,0,20,15,1.3,89.56
+1999,7,27,21,30,0,0,0,19,14,1.7000000000000002,86.91
+1999,7,27,22,30,0,0,0,19,14,2.0,84.07000000000002
+1999,7,27,23,30,0,0,0,19,13,2.2,86.53
+1999,7,28,0,30,0,0,0,18,13,2.5,83.56
+1999,7,28,1,30,0,0,0,18,12,2.6,80.81
+1999,7,28,2,30,0,0,0,18,12,2.4000000000000004,83.26
+1999,7,28,3,30,0,0,0,17,11,2.1,81.59
+1999,7,28,4,30,0,0,0,17,11,2.1,80.92
+1999,7,28,5,30,66,32,38,19,12,2.7,72.55
+1999,7,28,6,30,283,100,179,21,12,2.4000000000000004,64.73
+1999,7,28,7,30,411,169,360,24,12,1.1,53.4
+1999,7,28,8,30,567,205,564,26,11,0.4,49.66
+1999,7,28,9,30,726,179,739,27,11,0.4,46.59
+1999,7,28,10,30,734,208,848,27,11,1.2000000000000002,46.87
+1999,7,28,11,30,446,461,874,26,12,2.8000000000000003,51.07
+1999,7,28,12,30,438,470,878,24,12,4.5,55.54
+1999,7,28,13,30,4,124,128,24,12,5.4,54.34
+1999,7,28,14,30,0,74,74,24,11,5.300000000000002,55.8
+1999,7,28,15,30,0,40,40,23,11,4.7,55.26
+1999,7,28,16,30,0,57,57,22,11,3.8,60.0
+1999,7,28,17,30,0,19,19,21,12,2.4000000000000004,66.2
+1999,7,28,18,30,0,3,3,19,13,1.2000000000000002,80.88
+1999,7,28,19,30,0,0,0,18,13,0.9,91.28
+1999,7,28,20,30,0,0,0,17,13,1.0,90.08
+1999,7,28,21,30,0,0,0,17,13,1.3,94.31
+1999,7,28,22,30,0,0,0,17,12,1.7000000000000002,92.2
+1999,7,28,23,30,0,0,0,16,12,1.9,89.61
+1999,7,29,0,30,0,0,0,16,11,1.7000000000000002,86.81
+1999,7,29,1,30,0,0,0,16,11,1.4,84.59
+1999,7,29,2,30,0,0,0,16,11,1.5,89.11
+1999,7,29,3,30,0,0,0,15,10,1.6,87.37
+1999,7,29,4,30,0,0,0,15,10,1.5,84.98
+1999,7,29,5,30,256,29,51,17,11,1.7000000000000002,77.35000000000002
+1999,7,29,6,30,550,68,221,21,11,1.5,66.79
+1999,7,29,7,30,711,90,419,24,11,1.3,52.97
+1999,7,29,8,30,792,106,606,26,9,1.4,40.75
+1999,7,29,9,30,835,121,764,27,9,1.2000000000000002,37.07
+1999,7,29,10,30,379,399,729,28,9,1.1,34.52
+1999,7,29,11,30,0,105,105,29,9,1.0,34.45
+1999,7,29,12,30,18,280,297,29,9,0.9,32.8
+1999,7,29,13,30,17,265,280,28,9,0.7000000000000001,35.73000000000001
+1999,7,29,14,30,284,390,617,27,9,0.5,38.74
+1999,7,29,15,30,203,321,456,26,10,0.8,42.14
+1999,7,29,16,30,115,225,283,25,11,1.4,47.29
+1999,7,29,17,30,0,15,15,23,12,1.6,57.2
+1999,7,29,18,30,0,5,5,21,13,1.7000000000000002,69.29
+1999,7,29,19,30,0,0,0,19,13,1.8,77.56
+1999,7,29,20,30,0,0,0,19,12,1.9,75.68
+1999,7,29,21,30,0,0,0,19,12,1.8,79.03
+1999,7,29,22,30,0,0,0,18,11,1.6,77.01
+1999,7,29,23,30,0,0,0,18,11,1.7000000000000002,74.71000000000002
+1999,7,30,0,30,0,0,0,17,11,2.0,77.10000000000002
+1999,7,30,1,30,0,0,0,17,10,2.3000000000000003,79.9
+1999,7,30,2,30,0,0,0,16,10,2.4000000000000004,78.58
+1999,7,30,3,30,0,0,0,16,10,2.2,83.65
+1999,7,30,4,30,0,0,0,16,10,2.0,83.58
+1999,7,30,5,30,227,29,49,18,10,2.0,70.68
+1999,7,30,6,30,535,71,219,22,11,1.4,56.29
+1999,7,30,7,30,681,99,413,25,10,0.7000000000000001,47.97
+1999,7,30,8,30,102,294,358,26,10,1.2000000000000002,44.17
+1999,7,30,9,30,318,368,612,26,10,1.7000000000000002,41.86
+1999,7,30,10,30,488,395,819,26,10,2.1,42.62
+1999,7,30,11,30,0,40,40,27,10,2.1,40.78
+1999,7,30,12,30,357,445,776,27,11,1.9,41.62
+1999,7,30,13,30,0,38,38,26,11,1.5,45.34
+1999,7,30,14,30,59,369,416,25,12,1.1,53.47
+1999,7,30,15,30,42,279,307,22,13,1.0,64.53
+1999,7,30,16,30,0,10,10,20,14,1.6,77.87
+1999,7,30,17,30,0,58,58,18,14,2.4000000000000004,91.5
+1999,7,30,18,30,0,30,30,17,14,2.8000000000000003,99.52
+1999,7,30,19,30,0,0,0,16,14,3.1,100.0
+1999,7,30,20,30,0,0,0,16,14,2.6,100.0
+1999,7,30,21,30,0,0,0,15,13,1.4,100.0
+1999,7,30,22,30,0,0,0,15,13,1.0,100.0
+1999,7,30,23,30,0,0,0,14,11,1.1,100.0
+1999,7,31,0,30,0,0,0,14,11,0.9,100.0
+1999,7,31,1,30,0,0,0,13,11,0.8,100.0
+1999,7,31,2,30,0,0,0,13,10,0.8,95.78
+1999,7,31,3,30,0,0,0,14,9,0.30000000000000004,86.8
+1999,7,31,4,30,0,0,0,15,9,0.4,80.19
+1999,7,31,5,30,258,27,49,16,10,1.5,86.71000000000002
+1999,7,31,6,30,299,95,177,18,11,2.4000000000000004,79.18
+1999,7,31,7,30,0,111,111,19,11,2.7,70.35000000000001
+1999,7,31,8,30,0,106,106,21,10,3.0,59.19
+1999,7,31,9,30,30,306,329,22,10,3.4000000000000004,53.81
+1999,7,31,10,30,174,452,603,23,9,3.7,48.99
+1999,7,31,11,30,50,430,477,23,9,3.9,48.05
+1999,7,31,12,30,23,274,296,23,9,4.0,47.92
+1999,7,31,13,30,0,68,68,23,9,4.0,51.86
+1999,7,31,14,30,0,51,51,22,10,4.0,57.46
+1999,7,31,15,30,420,265,544,21,11,3.8,65.06
+1999,7,31,16,30,0,40,40,19,12,3.1,73.9
+1999,7,31,17,30,0,4,4,18,12,2.0,82.28
+1999,7,31,18,30,0,1,1,16,13,0.8,97.88
+1999,7,31,19,30,0,0,0,16,13,0.30000000000000004,100.0
+1999,7,31,20,30,0,0,0,15,13,0.30000000000000004,100.0
+1999,7,31,21,30,0,0,0,15,13,0.5,100.0
+1999,7,31,22,30,0,0,0,15,11,0.8,100.0
+1999,7,31,23,30,0,0,0,15,11,0.9,100.0
+1999,8,1,0,30,0,0,0,14,11,0.9,100.0
+1999,8,1,1,30,0,0,0,14,11,1.0,100.0
+1999,8,1,2,30,0,0,0,14,11,1.3,100.0
+1999,8,1,3,30,0,0,0,13,11,1.5,100.0
+1999,8,1,4,30,0,0,0,13,11,1.8,100.0
+1999,8,1,5,30,87,30,38,14,11,2.3000000000000003,100.0
+1999,8,1,6,30,0,73,73,15,12,2.8000000000000003,94.43
+1999,8,1,7,30,585,127,395,17,12,3.3000000000000003,89.18
+1999,8,1,8,30,8,170,176,18,11,3.5,76.0
+1999,8,1,9,30,1,115,116,19,11,3.5,70.2
+1999,8,1,10,30,9,151,158,20,11,3.3000000000000003,69.64
+1999,8,1,11,30,14,206,219,20,11,3.4000000000000004,65.32000000000001
+1999,8,1,12,30,21,321,341,20,11,3.7,65.54
+1999,8,1,13,30,5,130,135,19,11,4.0,70.46000000000002
+1999,8,1,14,30,14,225,237,18,11,3.9,75.62
+1999,8,1,15,30,13,208,217,17,11,3.5,80.84
+1999,8,1,16,30,1,135,136,16,11,3.1,86.55
+1999,8,1,17,30,0,13,13,15,11,2.8000000000000003,92.7
+1999,8,1,18,30,0,3,3,14,11,2.3000000000000003,99.23
+1999,8,1,19,30,0,0,0,14,11,1.8,100.0
+1999,8,1,20,30,0,0,0,14,11,1.5,100.0
+1999,8,1,21,30,0,0,0,13,11,1.1,100.0
+1999,8,1,22,30,0,0,0,13,11,0.7000000000000001,100.0
+1999,8,1,23,30,0,0,0,13,9,0.4,100.0
+1999,8,2,0,30,0,0,0,13,9,0.4,100.0
+1999,8,2,1,30,0,0,0,12,9,0.30000000000000004,100.0
+1999,8,2,2,30,0,0,0,12,9,0.30000000000000004,100.0
+1999,8,2,3,30,0,0,0,11,9,0.30000000000000004,100.0
+1999,8,2,4,30,0,0,0,11,9,0.2,100.0
+1999,8,2,5,30,161,30,42,13,10,0.2,96.56
+1999,8,2,6,30,487,81,212,15,11,0.4,88.2
+1999,8,2,7,30,687,103,416,17,11,1.1,78.69
+1999,8,2,8,30,4,146,149,20,10,1.9,61.42
+1999,8,2,9,30,39,323,354,22,9,2.6,51.78
+1999,8,2,10,30,299,428,686,24,9,3.2,48.2
+1999,8,2,11,30,912,125,962,25,9,3.6,45.51
+1999,8,2,12,30,906,129,965,25,9,3.8,43.49
+1999,8,2,13,30,882,132,908,25,10,3.8,47.07
+1999,8,2,14,30,836,135,795,24,10,3.6,50.34
+1999,8,2,15,30,778,128,639,23,10,3.3000000000000003,53.35
+1999,8,2,16,30,696,109,454,21,10,2.9000000000000004,56.53
+1999,8,2,17,30,0,81,81,20,10,2.0,59.79
+1999,8,2,18,30,0,22,22,18,10,1.1,72.02
+1999,8,2,19,30,0,0,0,16,11,0.8,82.61
+1999,8,2,20,30,0,0,0,16,11,0.7000000000000001,87.72
+1999,8,2,21,30,0,0,0,15,10,0.7000000000000001,86.84
+1999,8,2,22,30,0,0,0,15,10,0.9,91.74
+1999,8,2,23,30,0,0,0,14,10,1.0,90.33
+1999,8,3,0,30,0,0,0,13,10,1.1,95.11
+1999,8,3,1,30,0,0,0,13,10,1.0,93.73
+1999,8,3,2,30,0,0,0,13,9,1.0,92.58
+1999,8,3,3,30,0,0,0,13,9,1.0,91.66
+1999,8,3,4,30,0,0,0,13,9,0.9,90.71
+1999,8,3,5,30,269,24,44,15,9,1.1,80.52
+1999,8,3,6,30,659,52,228,17,10,1.3,72.12
+1999,8,3,7,30,803,68,432,20,9,1.6,60.04
+1999,8,3,8,30,879,79,625,22,8,2.0,47.47
+1999,8,3,9,30,454,314,659,23,8,2.4000000000000004,43.52
+1999,8,3,10,30,169,448,594,24,7,2.7,40.27
+1999,8,3,11,30,588,370,909,25,7,3.0,39.97
+1999,8,3,12,30,243,481,706,25,7,3.1,39.91
+1999,8,3,13,30,407,416,774,24,7,2.9000000000000004,40.29
+1999,8,3,14,30,507,324,723,23,8,2.6,43.22
+1999,8,3,15,30,373,281,526,22,7,2.3000000000000003,45.8
+1999,8,3,16,30,43,198,219,21,8,1.9,49.76
+1999,8,3,17,30,152,123,170,20,9,1.3,61.62000000000001
+1999,8,3,18,30,84,41,50,18,11,0.9,79.18
+1999,8,3,19,30,0,0,0,17,11,0.8,82.66
+1999,8,3,20,30,0,0,0,16,10,0.7000000000000001,80.71000000000002
+1999,8,3,21,30,0,0,0,16,10,0.4,79.68
+1999,8,3,22,30,0,0,0,15,10,0.4,85.06
+1999,8,3,23,30,0,0,0,15,10,0.7000000000000001,85.61
+1999,8,4,0,30,0,0,0,15,10,1.0,91.53
+1999,8,4,1,30,0,0,0,14,10,1.1,91.36
+1999,8,4,2,30,0,0,0,14,10,1.1,91.39
+1999,8,4,3,30,0,0,0,14,10,1.1,97.89
+1999,8,4,4,30,0,0,0,14,10,1.2000000000000002,98.4
+1999,8,4,5,30,0,13,13,15,11,1.5,91.11
+1999,8,4,6,30,0,68,68,17,12,1.9,88.56
+1999,8,4,7,30,0,82,82,18,11,2.1,74.55
+1999,8,4,8,30,0,110,110,19,10,2.0,66.03
+1999,8,4,9,30,160,381,502,20,10,2.0,60.2
+1999,8,4,10,30,33,359,387,21,10,2.2,56.0
+1999,8,4,11,30,16,246,261,22,10,2.6,53.08
+1999,8,4,12,30,74,458,527,22,10,3.0,57.69
+1999,8,4,13,30,0,52,52,21,10,3.4000000000000004,63.2
+1999,8,4,14,30,0,69,69,20,11,3.4000000000000004,69.65
+1999,8,4,15,30,0,45,45,18,11,3.0,76.55
+1999,8,4,16,30,0,10,10,17,12,2.7,83.46000000000002
+1999,8,4,17,30,0,9,9,16,12,2.5,97.68
+1999,8,4,18,30,0,2,2,15,11,2.5,100.0
+1999,8,4,19,30,0,0,0,14,11,2.3000000000000003,100.0
+1999,8,4,20,30,0,0,0,14,11,2.0,100.0
+1999,8,4,21,30,0,0,0,14,11,1.8,100.0
+1999,8,4,22,30,0,0,0,14,11,1.6,100.0
+1999,8,4,23,30,0,0,0,13,11,1.2000000000000002,100.0
+1999,8,5,0,30,0,0,0,13,9,0.7000000000000001,100.0
+1999,8,5,1,30,0,0,0,12,9,0.4,100.0
+1999,8,5,2,30,0,0,0,12,9,0.4,100.0
+1999,8,5,3,30,0,0,0,12,9,0.6000000000000001,100.0
+1999,8,5,4,30,0,0,0,12,9,0.9,100.0
+1999,8,5,5,30,0,1,1,13,11,1.3,100.0
+1999,8,5,6,30,0,51,51,15,11,1.7000000000000002,92.86
+1999,8,5,7,30,39,176,194,17,12,2.1,88.18
+1999,8,5,8,30,11,187,194,18,12,2.4000000000000004,78.46000000000002
+1999,8,5,9,30,18,252,266,20,11,2.3000000000000003,67.58
+1999,8,5,10,30,340,408,700,22,11,2.0,62.72
+1999,8,5,11,30,17,265,281,23,11,1.6,59.07
+1999,8,5,12,30,12,178,190,22,11,1.4,59.65
+1999,8,5,13,30,18,274,290,21,12,1.4,64.78
+1999,8,5,14,30,55,357,400,20,12,1.6,70.47
+1999,8,5,15,30,0,102,102,20,12,1.7000000000000002,76.91
+1999,8,5,16,30,0,64,64,19,13,1.7000000000000002,84.28
+1999,8,5,17,30,338,104,207,18,13,1.3,93.24
+1999,8,5,18,30,0,25,25,17,14,0.9,100.0
+1999,8,5,19,30,0,0,0,16,14,0.6000000000000001,100.0
+1999,8,5,20,30,0,0,0,16,14,0.4,100.0
+1999,8,5,21,30,0,0,0,16,13,0.30000000000000004,100.0
+1999,8,5,22,30,0,0,0,15,13,0.4,100.0
+1999,8,5,23,30,0,0,0,15,11,0.6000000000000001,100.0
+1999,8,6,0,30,0,0,0,14,11,0.8,100.0
+1999,8,6,1,30,0,0,0,14,11,1.0,100.0
+1999,8,6,2,30,0,0,0,13,11,1.2000000000000002,100.0
+1999,8,6,3,30,0,0,0,13,11,1.4,100.0
+1999,8,6,4,30,0,0,0,13,10,1.6,97.84
+1999,8,6,5,30,175,24,36,15,10,2.3000000000000003,92.04
+1999,8,6,6,30,538,65,205,17,11,2.8000000000000003,83.01
+1999,8,6,7,30,717,85,405,20,10,2.6,67.14
+1999,8,6,8,30,811,97,596,22,10,2.3000000000000003,53.89
+1999,8,6,9,30,324,355,600,24,10,2.1,50.64
+1999,8,6,10,30,892,112,875,25,10,2.1,47.92
+1999,8,6,11,30,3,119,122,26,10,2.1,45.41
+1999,8,6,12,30,8,142,149,26,10,2.1,45.85
+1999,8,6,13,30,14,212,224,25,10,1.9,46.46
+1999,8,6,14,30,12,190,199,24,11,1.5,49.92
+1999,8,6,15,30,275,300,479,23,11,1.0,53.57
+1999,8,6,16,30,351,192,362,22,11,0.6000000000000001,57.49
+1999,8,6,17,30,525,81,239,21,11,0.5,63.83
+1999,8,6,18,30,245,37,63,19,13,0.6000000000000001,79.36
+1999,8,6,19,30,0,0,0,17,13,0.8,88.11
+1999,8,6,20,30,0,0,0,16,12,1.1,88.66
+1999,8,6,21,30,0,0,0,15,11,1.5,89.22
+1999,8,6,22,30,0,0,0,15,10,1.9,89.18
+1999,8,6,23,30,0,0,0,14,9,2.1,83.24
+1999,8,7,0,30,0,0,0,14,8,2.2,83.89
+1999,8,7,1,30,0,0,0,13,7,2.1,80.65
+1999,8,7,2,30,0,0,0,13,7,1.9,78.83
+1999,8,7,3,30,0,0,0,12,7,1.7000000000000002,83.06
+1999,8,7,4,30,0,0,0,12,7,1.5,81.91
+1999,8,7,5,30,68,22,26,15,7,1.6,69.9
+1999,8,7,6,30,126,99,131,19,8,2.2,57.18
+1999,8,7,7,30,726,87,409,22,8,2.7,49.05
+1999,8,7,8,30,809,104,601,23,8,2.5,44.82
+1999,8,7,9,30,849,121,761,24,8,2.1,42.83
+1999,8,7,10,30,300,424,680,25,8,1.7000000000000002,40.37
+1999,8,7,11,30,438,451,849,26,8,1.6,37.83
+1999,8,7,12,30,23,342,364,27,8,1.9,37.98
+1999,8,7,13,30,162,455,596,27,8,2.2,38.35
+1999,8,7,14,30,166,394,524,26,9,2.3000000000000003,41.11
+1999,8,7,15,30,358,280,511,25,9,2.4000000000000004,44.12
+1999,8,7,16,30,671,111,434,24,9,2.1,48.01
+1999,8,7,17,30,113,118,151,22,10,1.4,55.45
+1999,8,7,18,30,0,3,3,20,13,0.9,73.36
+1999,8,7,19,30,0,0,0,18,13,0.8,82.61
+1999,8,7,20,30,0,0,0,17,12,0.9,92.32
+1999,8,7,21,30,0,0,0,16,12,1.1,95.37
+1999,8,7,22,30,0,0,0,15,11,1.5,92.08
+1999,8,7,23,30,0,0,0,15,11,2.0,95.87
+1999,8,8,0,30,0,0,0,14,10,2.5,93.52
+1999,8,8,1,30,0,0,0,14,10,2.7,90.39
+1999,8,8,2,30,0,0,0,14,9,2.7,92.46
+1999,8,8,3,30,0,0,0,13,9,2.7,88.49
+1999,8,8,4,30,0,0,0,13,8,2.8000000000000003,84.83
+1999,8,8,5,30,211,22,35,16,8,3.2,73.88
+1999,8,8,6,30,200,95,146,20,8,3.4000000000000004,57.62000000000001
+1999,8,8,7,30,746,80,410,23,8,2.7,44.15
+1999,8,8,8,30,831,95,603,26,7,1.3,34.31
+1999,8,8,9,30,880,105,767,27,7,0.9,31.69
+1999,8,8,10,30,904,114,885,28,7,1.4,29.91
+1999,8,8,11,30,572,345,864,29,7,1.9,28.63
+1999,8,8,12,30,405,461,831,29,7,2.1,29.35
+1999,8,8,13,30,0,67,67,29,8,2.0,32.02
+1999,8,8,14,30,484,324,699,28,8,1.7000000000000002,34.87
+1999,8,8,15,30,751,133,616,27,8,1.3,37.82
+1999,8,8,16,30,661,113,430,25,9,1.2000000000000002,41.81
+1999,8,8,17,30,46,111,124,23,10,1.2000000000000002,52.06
+1999,8,8,18,30,98,36,46,21,13,1.5,68.29
+1999,8,8,19,30,0,0,0,19,12,1.9,73.51
+1999,8,8,20,30,0,0,0,18,12,2.0,78.28
+1999,8,8,21,30,0,0,0,17,11,1.9,81.21000000000002
+1999,8,8,22,30,0,0,0,17,11,1.8,82.82000000000002
+1999,8,8,23,30,0,0,0,16,10,1.7000000000000002,77.98
+1999,8,9,0,30,0,0,0,15,9,1.7000000000000002,77.9
+1999,8,9,1,30,0,0,0,15,8,1.9,77.19
+1999,8,9,2,30,0,0,0,14,7,2.1,71.79
+1999,8,9,3,30,0,0,0,14,6,2.2,67.43
+1999,8,9,4,30,0,0,0,14,5,2.3000000000000003,63.95
+1999,8,9,5,30,252,20,35,17,5,2.9000000000000004,55.63
+1999,8,9,6,30,620,53,210,20,5,3.3000000000000003,44.2
+1999,8,9,7,30,770,73,412,23,6,3.4000000000000004,38.07
+1999,8,9,8,30,681,155,571,26,6,3.6,32.1
+1999,8,9,9,30,883,101,763,27,6,3.7,30.6
+1999,8,9,10,30,187,442,601,28,6,3.9,29.31
+1999,8,9,11,30,16,238,253,28,6,3.9,29.82
+1999,8,9,12,30,33,385,415,27,7,3.5,32.49
+1999,8,9,13,30,71,422,484,26,7,2.6,35.81
+1999,8,9,14,30,255,382,580,25,8,1.7000000000000002,42.24
+1999,8,9,15,30,0,82,82,23,9,1.9,50.51
+1999,8,9,16,30,0,80,80,21,10,2.9000000000000004,57.34
+1999,8,9,17,30,0,56,56,19,11,3.4000000000000004,68.39
+1999,8,9,18,30,0,19,19,17,11,3.1,81.69
+1999,8,9,19,30,0,0,0,17,12,2.3000000000000003,89.88
+1999,8,9,20,30,0,0,0,16,12,1.5,90.56
+1999,8,9,21,30,0,0,0,16,12,1.0,89.27
+1999,8,9,22,30,0,0,0,16,11,0.9,92.05
+1999,8,9,23,30,0,0,0,15,11,1.0,88.67
+1999,8,10,0,30,0,0,0,15,10,1.1,86.0
+1999,8,10,1,30,0,0,0,15,10,1.2000000000000002,88.86
+1999,8,10,2,30,0,0,0,14,9,1.3,86.41
+1999,8,10,3,30,0,0,0,14,9,1.3,84.62
+1999,8,10,4,30,0,0,0,14,9,1.4,83.27
+1999,8,10,5,30,133,20,27,16,10,1.9,82.12
+1999,8,10,6,30,316,83,162,19,11,2.8000000000000003,77.08
+1999,8,10,7,30,321,172,313,22,11,3.4000000000000004,61.37000000000001
+1999,8,10,8,30,391,250,488,24,10,3.7,50.36
+1999,8,10,9,30,411,316,623,25,10,3.7,48.19
+1999,8,10,10,30,321,413,686,26,10,3.7,46.3
+1999,8,10,11,30,521,405,877,26,11,3.7,44.05
+1999,8,10,12,30,880,131,931,26,11,3.7,44.49
+1999,8,10,13,30,2,115,117,26,11,3.7,47.71
+1999,8,10,14,30,0,25,25,25,11,3.8,47.82
+1999,8,10,15,30,16,215,226,24,11,3.8,50.34
+1999,8,10,16,30,2,137,138,23,11,3.0,53.78
+1999,8,10,17,30,0,35,35,21,11,1.7000000000000002,63.18
+1999,8,10,18,30,100,32,41,19,13,0.9,86.31
+1999,8,10,19,30,0,0,0,17,13,0.8,89.03
+1999,8,10,20,30,0,0,0,16,12,0.9,92.04
+1999,8,10,21,30,0,0,0,16,12,1.0,89.38
+1999,8,10,22,30,0,0,0,16,11,1.1,92.39
+1999,8,10,23,30,0,0,0,15,11,1.2000000000000002,89.29
+1999,8,11,0,30,0,0,0,15,10,1.5,91.99
+1999,8,11,1,30,0,0,0,15,10,1.9,89.31
+1999,8,11,2,30,0,0,0,15,9,2.5,86.87
+1999,8,11,3,30,0,0,0,14,9,2.8000000000000003,84.87
+1999,8,11,4,30,0,0,0,14,9,3.0,83.22
+1999,8,11,5,30,229,19,31,16,9,3.6,77.39
+1999,8,11,6,30,620,51,204,18,9,4.5,65.21000000000001
+1999,8,11,7,30,787,67,410,21,9,4.7,53.46
+1999,8,11,8,30,436,232,496,23,8,4.1000000000000005,45.15
+1999,8,11,9,30,463,305,650,25,8,3.1,39.35
+1999,8,11,10,30,185,440,597,26,8,2.4000000000000004,36.64
+1999,8,11,11,30,432,449,839,27,8,2.1,34.22
+1999,8,11,12,30,947,97,955,28,8,2.0,34.04
+1999,8,11,13,30,935,96,900,28,7,2.1,31.77
+1999,8,11,14,30,219,386,554,27,7,2.1,33.160000000000004
+1999,8,11,15,30,0,28,28,26,7,2.1,34.37
+1999,8,11,16,30,562,132,396,25,7,2.2,36.21
+1999,8,11,17,30,98,111,139,22,7,1.8,44.74
+1999,8,11,18,30,0,1,1,19,9,1.4,61.23
+1999,8,11,19,30,0,0,0,17,8,1.8,65.25
+1999,8,11,20,30,0,0,0,16,7,2.2,68.87
+1999,8,11,21,30,0,0,0,14,6,2.2,70.51
+1999,8,11,22,30,0,0,0,13,6,2.1,74.04
+1999,8,11,23,30,0,0,0,12,6,2.2,78.05
+1999,8,12,0,30,0,0,0,12,6,2.2,81.92
+1999,8,12,1,30,0,0,0,11,5,2.2,80.12
+1999,8,12,2,30,0,0,0,11,5,2.1,78.08
+1999,8,12,3,30,0,0,0,11,4,1.9,81.12
+1999,8,12,4,30,0,0,0,11,4,1.9,78.38
+1999,8,12,5,30,248,18,30,13,4,2.5,63.33
+1999,8,12,6,30,651,49,208,17,4,3.1,48.34
+1999,8,12,7,30,810,67,417,20,3,3.5,36.91
+1999,8,12,8,30,892,78,616,22,2,3.8,31.17
+1999,8,12,9,30,937,86,783,24,2,3.6,29.38
+1999,8,12,10,30,961,92,903,25,2,3.3000000000000003,26.36
+1999,8,12,11,30,969,95,967,26,2,3.1,25.19
+1999,8,12,12,30,965,97,969,27,3,3.0,25.57
+1999,8,12,13,30,948,98,911,27,3,3.0,24.4
+1999,8,12,14,30,384,336,631,26,3,3.1,26.12
+1999,8,12,15,30,110,298,368,25,3,3.1,28.11
+1999,8,12,16,30,606,119,402,24,3,2.7,30.52
+1999,8,12,17,30,0,25,25,21,4,1.7000000000000002,39.65
+1999,8,12,18,30,0,24,24,19,8,1.0,61.31
+1999,8,12,19,30,0,0,0,17,7,1.0,61.35
+1999,8,12,20,30,0,0,0,16,7,1.3,63.18
+1999,8,12,21,30,0,0,0,15,7,1.7000000000000002,67.81
+1999,8,12,22,30,0,0,0,14,7,1.6,72.98
+1999,8,12,23,30,0,0,0,13,7,1.1,77.77
+1999,8,13,0,30,0,0,0,12,7,0.5,82.21000000000002
+1999,8,13,1,30,0,0,0,11,6,0.2,86.83
+1999,8,13,2,30,0,0,0,10,6,0.4,91.52
+1999,8,13,3,30,0,0,0,10,6,0.7000000000000001,95.33
+1999,8,13,4,30,0,0,0,10,5,1.0,91.74
+1999,8,13,5,30,217,17,28,12,5,1.9,73.27
+1999,8,13,6,30,625,52,203,17,5,2.8000000000000003,55.48
+1999,8,13,7,30,794,70,411,20,4,3.0,41.49
+1999,8,13,8,30,882,81,611,23,3,2.5,32.660000000000004
+1999,8,13,9,30,933,88,779,25,3,1.7000000000000002,27.52
+1999,8,13,10,30,961,92,902,26,2,0.9,24.8
+1999,8,13,11,30,973,95,968,27,2,0.5,22.78
+1999,8,13,12,30,972,95,972,28,2,0.8,21.37
+1999,8,13,13,30,960,93,915,29,2,1.3,20.27
+1999,8,13,14,30,934,89,801,29,2,1.7000000000000002,21.64
+1999,8,13,15,30,889,82,641,28,2,2.0,23.08
+1999,8,13,16,30,812,71,447,27,2,2.5,24.81
+1999,8,13,17,30,669,54,239,24,4,2.9000000000000004,33.85
+1999,8,13,18,30,340,24,52,20,7,3.1,53.91
+1999,8,13,19,30,0,0,0,18,7,3.3000000000000003,59.02
+1999,8,13,20,30,0,0,0,16,6,3.3000000000000003,61.13
+1999,8,13,21,30,0,0,0,15,6,3.3000000000000003,62.5
+1999,8,13,22,30,0,0,0,15,5,3.2,63.72
+1999,8,13,23,30,0,0,0,14,4,2.9000000000000004,61.0
+1999,8,14,0,30,0,0,0,13,4,2.6,62.37000000000001
+1999,8,14,1,30,0,0,0,13,3,2.3000000000000003,64.52
+1999,8,14,2,30,0,0,0,13,3,2.1,63.06
+1999,8,14,3,30,0,0,0,13,2,2.1,61.32
+1999,8,14,4,30,0,0,0,13,2,2.0,60.19
+1999,8,14,5,30,0,16,16,15,3,2.1,50.84
+1999,8,14,6,30,440,67,172,19,4,2.5,46.8
+1999,8,14,7,30,228,180,278,22,3,2.7,34.44
+1999,8,14,8,30,108,278,343,25,2,2.5,25.62
+1999,8,14,9,30,640,237,710,27,1,2.2,22.93
+1999,8,14,10,30,480,378,781,28,1,1.9,20.74
+1999,8,14,11,30,400,438,797,29,2,1.8,20.1
+1999,8,14,12,30,649,325,909,30,2,2.1,19.5
+1999,8,14,13,30,546,356,823,30,2,2.9000000000000004,20.02
+1999,8,14,14,30,617,260,730,30,3,3.7,21.67
+1999,8,14,15,30,196,298,420,29,3,4.1000000000000005,23.92
+1999,8,14,16,30,187,201,286,27,5,3.8,29.78
+1999,8,14,17,30,0,68,68,24,8,2.5,43.76
+1999,8,14,18,30,0,23,23,21,10,1.6,61.16
+1999,8,14,19,30,0,0,0,19,9,1.7000000000000002,66.37
+1999,8,14,20,30,0,0,0,18,9,2.3000000000000003,63.5
+1999,8,14,21,30,0,0,0,17,8,2.6,63.89
+1999,8,14,22,30,0,0,0,17,7,2.8000000000000003,60.95
+1999,8,14,23,30,0,0,0,17,7,3.2,63.87000000000001
+1999,8,15,0,30,0,0,0,16,7,3.3000000000000003,64.37
+1999,8,15,1,30,0,0,0,15,7,2.8000000000000003,70.8
+1999,8,15,2,30,0,0,0,15,8,2.5,72.93
+1999,8,15,3,30,0,0,0,15,8,2.8000000000000003,74.11
+1999,8,15,4,30,0,0,0,15,8,3.2,73.95
+1999,8,15,5,30,0,8,8,16,8,3.7,69.33
+1999,8,15,6,30,0,69,69,18,8,4.1000000000000005,61.63
+1999,8,15,7,30,11,144,149,21,8,4.5,53.65
+1999,8,15,8,30,0,64,64,22,8,4.5,46.48
+1999,8,15,9,30,31,297,320,24,7,3.9,40.56
+1999,8,15,10,30,71,406,465,25,7,2.9000000000000004,37.63
+1999,8,15,11,30,27,355,380,26,7,1.8,35.03
+1999,8,15,12,30,19,300,317,27,7,0.9,32.74
+1999,8,15,13,30,112,436,531,27,7,0.6000000000000001,32.410000000000004
+1999,8,15,14,30,339,353,610,27,7,0.6000000000000001,33.71
+1999,8,15,15,30,263,287,451,26,6,0.5,35.14
+1999,8,15,16,30,406,166,351,25,6,0.4,37.26
+1999,8,15,17,30,585,62,219,23,7,0.2,45.02
+1999,8,15,18,30,247,25,43,20,10,0.30000000000000004,59.73
+1999,8,15,19,30,0,0,0,18,8,0.7000000000000001,62.08
+1999,8,15,20,30,0,0,0,17,8,1.0,69.16
+1999,8,15,21,30,0,0,0,16,8,1.3,67.68
+1999,8,15,22,30,0,0,0,15,7,1.7000000000000002,69.04
+1999,8,15,23,30,0,0,0,15,6,2.0,66.93
+1999,8,16,0,30,0,0,0,15,6,2.4000000000000004,70.59
+1999,8,16,1,30,0,0,0,14,6,2.7,70.21000000000001
+1999,8,16,2,30,0,0,0,14,6,2.9000000000000004,74.75
+1999,8,16,3,30,0,0,0,13,6,3.1,74.89
+1999,8,16,4,30,0,0,0,13,6,3.3000000000000003,75.46000000000002
+1999,8,16,5,30,198,15,23,15,7,3.8,71.69
+1999,8,16,6,30,430,66,166,19,7,3.5,57.26
+1999,8,16,7,30,783,70,401,22,6,2.4000000000000004,42.56
+1999,8,16,8,30,862,85,597,25,4,1.6,29.93
+1999,8,16,9,30,903,96,760,26,3,1.2000000000000002,26.91
+1999,8,16,10,30,924,106,878,28,3,1.2000000000000002,25.23
+1999,8,16,11,30,928,112,939,29,3,1.6,23.91
+1999,8,16,12,30,592,356,886,29,3,2.0,22.7
+1999,8,16,13,30,895,120,879,29,4,2.4000000000000004,22.9
+1999,8,16,14,30,855,118,763,29,4,2.6,24.9
+1999,8,16,15,30,793,111,602,28,4,2.5,27.25
+1999,8,16,16,30,649,103,396,26,5,1.9,30.35
+1999,8,16,17,30,490,77,206,23,7,1.1,42.77
+1999,8,16,18,30,80,25,31,21,11,0.9,59.79
+1999,8,16,19,30,0,0,0,19,10,1.1,66.2
+1999,8,16,20,30,0,0,0,18,10,1.4,69.14
+1999,8,16,21,30,0,0,0,17,9,1.7000000000000002,71.41
+1999,8,16,22,30,0,0,0,17,9,1.9,69.3
+1999,8,16,23,30,0,0,0,16,8,2.0,71.83
+1999,8,17,0,30,0,0,0,16,8,1.9,70.21000000000001
+1999,8,17,1,30,0,0,0,16,8,1.7000000000000002,73.60000000000002
+1999,8,17,2,30,0,0,0,15,8,1.7000000000000002,72.10000000000002
+1999,8,17,3,30,0,0,0,15,7,1.6,70.60000000000002
+1999,8,17,4,30,0,0,0,15,7,1.6,69.26
+1999,8,17,5,30,0,8,8,17,7,2.0,65.13
+1999,8,17,6,30,0,76,76,19,7,2.6,54.99
+1999,8,17,7,30,0,27,27,22,7,2.4000000000000004,45.75
+1999,8,17,8,30,579,182,524,25,7,2.0,37.98
+1999,8,17,9,30,439,298,621,26,7,1.8,35.78
+1999,8,17,10,30,896,110,857,27,7,1.5,33.83
+1999,8,17,11,30,87,448,526,28,7,1.1,31.72
+1999,8,17,12,30,426,438,819,28,7,0.8,31.63
+1999,8,17,13,30,0,36,36,27,8,0.9,34.06
+1999,8,17,14,30,0,23,23,26,8,1.4,37.27
+1999,8,17,15,30,0,24,24,25,9,1.9,43.67
+1999,8,17,16,30,6,142,145,23,9,2.2,52.2
+1999,8,17,17,30,0,76,76,21,11,2.4000000000000004,65.47
+1999,8,17,18,30,51,23,26,19,12,2.6,78.73
+1999,8,17,19,30,0,0,0,17,12,2.5,84.41
+1999,8,17,20,30,0,0,0,16,12,2.0,89.41
+1999,8,17,21,30,0,0,0,16,11,1.1,92.16
+1999,8,17,22,30,0,0,0,15,11,0.30000000000000004,90.98
+1999,8,17,23,30,0,0,0,14,11,0.5,94.95
+1999,8,18,0,30,0,0,0,14,10,0.9,91.67
+1999,8,18,1,30,0,0,0,13,10,1.1,93.83
+1999,8,18,2,30,0,0,0,13,9,1.2000000000000002,89.01
+1999,8,18,3,30,0,0,0,13,8,1.3,88.91
+1999,8,18,4,30,0,0,0,13,7,1.2000000000000002,82.73
+1999,8,18,5,30,165,14,19,15,6,1.7000000000000002,69.33
+1999,8,18,6,30,614,50,190,18,7,2.2,55.29
+1999,8,18,7,30,790,69,400,21,5,2.4000000000000004,39.9
+1999,8,18,8,30,880,81,600,23,3,2.5,32.6
+1999,8,18,9,30,931,89,769,25,3,2.6,29.92
+1999,8,18,10,30,959,94,891,26,3,2.7,27.3
+1999,8,18,11,30,971,97,957,27,2,2.9000000000000004,24.96
+1999,8,18,12,30,970,98,960,27,2,3.0,23.05
+1999,8,18,13,30,955,97,901,28,2,3.2,22.8
+1999,8,18,14,30,924,94,785,27,2,3.4000000000000004,22.92
+1999,8,18,15,30,870,88,620,26,2,3.4000000000000004,23.99
+1999,8,18,16,30,779,77,423,25,2,3.0,25.27
+1999,8,18,17,30,608,59,215,22,3,2.1,33.62
+1999,8,18,18,30,104,21,28,19,6,1.5,54.07
+1999,8,18,19,30,0,0,0,17,6,1.8,60.67
+1999,8,18,20,30,0,0,0,16,6,2.3000000000000003,61.9
+1999,8,18,21,30,0,0,0,16,7,3.0,64.41
+1999,8,18,22,30,0,0,0,16,8,3.8,67.77
+1999,8,18,23,30,0,0,0,15,8,4.2,75.22
+1999,8,19,0,30,0,0,0,15,8,4.0,81.38
+1999,8,19,1,30,0,0,0,14,8,3.6,80.29
+1999,8,19,2,30,0,0,0,14,8,3.0,83.54
+1999,8,19,3,30,0,0,0,14,7,2.8000000000000003,81.65
+1999,8,19,4,30,0,0,0,14,7,2.8000000000000003,79.56
+1999,8,19,5,30,0,17,17,15,7,3.2,68.86
+1999,8,19,6,30,561,55,182,19,8,4.1000000000000005,58.26
+1999,8,19,7,30,739,79,386,22,9,4.6000000000000005,49.15
+1999,8,19,8,30,830,94,581,25,7,4.4,37.78
+1999,8,19,9,30,880,105,745,27,7,3.7,33.74
+1999,8,19,10,30,690,260,833,28,6,3.2,30.88
+1999,8,19,11,30,9,149,157,29,6,3.2,29.03
+1999,8,19,12,30,25,342,365,29,6,3.4000000000000004,27.73
+1999,8,19,13,30,12,186,196,28,7,3.7,30.29
+1999,8,19,14,30,0,26,26,27,7,3.8,33.6
+1999,8,19,15,30,0,27,27,26,8,3.6,39.74
+1999,8,19,16,30,348,170,323,24,9,2.8000000000000003,47.48
+1999,8,19,17,30,0,7,7,21,10,2.0,59.58
+1999,8,19,18,30,0,17,17,19,12,2.3000000000000003,73.91
+1999,8,19,19,30,0,0,0,17,12,3.1,83.35000000000002
+1999,8,19,20,30,0,0,0,16,11,3.4000000000000004,86.84
+1999,8,19,21,30,0,0,0,16,11,3.0,84.72
+1999,8,19,22,30,0,0,0,16,11,2.5,87.68
+1999,8,19,23,30,0,0,0,15,10,2.3000000000000003,85.32000000000002
+1999,8,20,0,30,0,0,0,15,10,2.4000000000000004,83.27
+1999,8,20,1,30,0,0,0,15,9,2.4000000000000004,81.37
+1999,8,20,2,30,0,0,0,15,9,2.2,85.05
+1999,8,20,3,30,0,0,0,14,9,2.0,83.5
+1999,8,20,4,30,0,0,0,14,9,1.9,82.32000000000002
+1999,8,20,5,30,121,12,15,16,9,2.5,77.34
+1999,8,20,6,30,548,53,175,20,9,3.0,62.2
+1999,8,20,7,30,347,156,300,23,9,3.0,51.63
+1999,8,20,8,30,187,273,383,25,8,2.9000000000000004,40.45
+1999,8,20,9,30,410,305,602,26,8,2.7,38.04
+1999,8,20,10,30,102,417,501,26,9,2.4000000000000004,38.69
+1999,8,20,11,30,473,414,831,26,9,2.0,39.49
+1999,8,20,12,30,96,451,537,26,9,1.7000000000000002,43.41
+1999,8,20,13,30,70,404,463,25,10,1.5,45.06
+1999,8,20,14,30,363,316,585,24,10,1.3,49.0
+1999,8,20,15,30,3,139,142,23,11,1.3,52.86
+1999,8,20,16,30,0,74,74,22,11,1.4,60.86
+1999,8,20,17,30,0,4,4,20,11,1.8,66.86
+1999,8,20,18,30,0,14,14,19,12,2.5,78.21000000000002
+1999,8,20,19,30,0,0,0,18,12,3.2,83.49
+1999,8,20,20,30,0,0,0,17,11,3.6,82.07000000000002
+1999,8,20,21,30,0,0,0,17,11,4.0,84.15
+1999,8,20,22,30,0,0,0,16,10,4.4,80.15
+1999,8,20,23,30,0,0,0,16,9,4.5,81.76
+1999,8,21,0,30,0,0,0,16,9,4.0,79.27
+1999,8,21,1,30,0,0,0,15,9,3.3000000000000003,77.92
+1999,8,21,2,30,0,0,0,15,9,2.5,77.27
+1999,8,21,3,30,0,0,0,15,9,2.0,82.53
+1999,8,21,4,30,0,0,0,15,9,1.6,82.14
+1999,8,21,5,30,101,11,14,16,9,1.9,72.84
+1999,8,21,6,30,531,54,170,19,9,2.2,62.95
+1999,8,21,7,30,475,132,327,22,9,1.9,49.88
+1999,8,21,8,30,392,239,467,24,8,1.6,43.02
+1999,8,21,9,30,656,223,697,25,8,1.6,40.58
+1999,8,21,10,30,875,118,839,26,9,1.6,38.73
+1999,8,21,11,30,0,53,53,27,9,1.3,36.82
+1999,8,21,12,30,16,237,252,27,9,1.0,39.5
+1999,8,21,13,30,126,404,509,26,9,0.7000000000000001,40.09
+1999,8,21,14,30,794,138,724,25,9,0.7000000000000001,43.35
+1999,8,21,15,30,43,250,276,24,10,0.7000000000000001,47.06
+1999,8,21,16,30,0,31,31,23,10,0.9,55.09
+1999,8,21,17,30,11,85,88,21,11,0.9,61.92
+1999,8,21,18,30,0,21,21,19,12,0.8,77.03
+1999,8,21,19,30,0,0,0,18,13,0.6000000000000001,84.56
+1999,8,21,20,30,0,0,0,17,12,0.6000000000000001,87.52
+1999,8,21,21,30,0,0,0,16,12,0.7000000000000001,90.84
+1999,8,21,22,30,0,0,0,15,12,0.9,94.31
+1999,8,21,23,30,0,0,0,15,11,1.1,97.86
+1999,8,22,0,30,0,0,0,14,11,1.1,95.1
+1999,8,22,1,30,0,0,0,13,10,1.1,98.52
+1999,8,22,2,30,0,0,0,13,10,1.1,95.38
+1999,8,22,3,30,0,0,0,13,9,1.1,92.46
+1999,8,22,4,30,0,0,0,13,9,1.3,90.2
+1999,8,22,5,30,91,10,12,14,9,2.2,84.11
+1999,8,22,6,30,530,54,169,17,9,3.4000000000000004,71.0
+1999,8,22,7,30,719,77,371,20,9,4.1000000000000005,58.53
+1999,8,22,8,30,821,91,567,23,8,4.4,44.72
+1999,8,22,9,30,882,99,735,25,7,4.5,39.08
+1999,8,22,10,30,919,103,858,26,6,4.5,32.4
+1999,8,22,11,30,937,104,924,27,5,4.4,28.93
+1999,8,22,12,30,30,361,388,28,5,4.4,27.92
+1999,8,22,13,30,925,102,871,28,4,4.3,25.7
+1999,8,22,14,30,122,364,454,27,4,4.2,26.87
+1999,8,22,15,30,248,275,424,26,4,4.0,28.36
+1999,8,22,16,30,728,84,395,25,4,3.3000000000000003,30.27
+1999,8,22,17,30,534,63,190,22,5,1.9,38.88
+1999,8,22,18,30,127,17,22,19,8,1.0,57.12000000000001
+1999,8,22,19,30,0,0,0,18,7,0.9,62.54
+1999,8,22,20,30,0,0,0,17,7,0.9,63.74
+1999,8,22,21,30,0,0,0,16,6,1.0,65.54
+1999,8,22,22,30,0,0,0,15,6,1.2000000000000002,68.02
+1999,8,22,23,30,0,0,0,14,6,1.3,66.77
+1999,8,23,0,30,0,0,0,14,5,1.4,70.82000000000002
+1999,8,23,1,30,0,0,0,13,6,1.5,71.55
+1999,8,23,2,30,0,0,0,13,6,1.6,72.93
+1999,8,23,3,30,0,0,0,13,6,1.5,74.11
+1999,8,23,4,30,0,0,0,13,6,1.4,74.18
+1999,8,23,5,30,108,10,12,15,6,1.3,65.49
+1999,8,23,6,30,578,49,173,19,8,1.6,57.52
+1999,8,23,7,30,762,71,379,22,6,2.4000000000000004,42.75
+1999,8,23,8,30,853,85,577,24,5,2.8000000000000003,37.59
+1999,8,23,9,30,904,94,744,25,5,2.6,33.17
+1999,8,23,10,30,933,100,865,27,5,2.4000000000000004,30.82
+1999,8,23,11,30,946,104,930,28,5,2.2,28.32
+1999,8,23,12,30,945,105,933,29,4,2.2,25.91
+1999,8,23,13,30,929,104,873,29,4,2.5,23.74
+1999,8,23,14,30,893,102,755,29,4,2.8000000000000003,24.73
+1999,8,23,15,30,834,95,590,28,4,3.0,25.88
+1999,8,23,16,30,733,82,393,26,4,2.8000000000000003,27.71
+1999,8,23,17,30,536,61,187,23,6,1.9,37.67
+1999,8,23,18,30,0,14,14,20,8,1.3,53.32
+1999,8,23,19,30,0,0,0,18,7,1.4,58.27
+1999,8,23,20,30,0,0,0,17,7,1.6,65.73
+1999,8,23,21,30,0,0,0,16,7,1.7000000000000002,64.75
+1999,8,23,22,30,0,0,0,15,7,1.9,67.27
+1999,8,23,23,30,0,0,0,15,6,2.1,65.55
+1999,8,24,0,30,0,0,0,15,6,2.3000000000000003,68.7
+1999,8,24,1,30,0,0,0,14,6,2.5,68.55
+1999,8,24,2,30,0,0,0,14,6,2.6,74.21000000000002
+1999,8,24,3,30,0,0,0,14,6,2.7,74.71000000000002
+1999,8,24,4,30,0,0,0,14,6,2.7,74.28
+1999,8,24,5,30,0,0,0,15,6,3.2,64.72
+1999,8,24,6,30,522,55,165,19,7,3.5,52.69
+1999,8,24,7,30,713,80,367,23,7,2.7,41.45
+1999,8,24,8,30,809,97,562,26,6,2.0,31.56
+1999,8,24,9,30,862,110,727,28,5,2.2,27.44
+1999,8,24,10,30,890,119,846,29,5,2.5,25.81
+1999,8,24,11,30,898,126,908,30,5,2.7,24.17
+1999,8,24,12,30,543,374,848,31,5,2.8000000000000003,22.77
+1999,8,24,13,30,422,368,716,31,5,2.7,24.14
+1999,8,24,14,30,364,327,592,30,5,2.4000000000000004,25.79
+1999,8,24,15,30,393,241,473,29,5,2.0,27.66
+1999,8,24,16,30,225,177,272,28,6,1.3,29.96
+1999,8,24,17,30,39,87,96,25,8,0.7000000000000001,42.17
+1999,8,24,18,30,0,8,8,22,11,0.6000000000000001,57.55
+1999,8,24,19,30,0,0,0,20,10,1.1,62.58
+1999,8,24,20,30,0,0,0,19,10,2.3000000000000003,65.38
+1999,8,24,21,30,0,0,0,18,9,3.6,67.46000000000001
+1999,8,24,22,30,0,0,0,18,9,4.2,69.84
+1999,8,24,23,30,0,0,0,17,8,4.0,66.31
+1999,8,25,0,30,0,0,0,17,8,3.4000000000000004,63.61
+1999,8,25,1,30,0,0,0,17,7,2.7,66.58
+1999,8,25,2,30,0,0,0,16,7,2.2,66.33
+1999,8,25,3,30,0,0,0,16,7,2.1,70.49
+1999,8,25,4,30,0,0,0,16,7,2.1,69.98
+1999,8,25,5,30,0,0,0,17,7,2.7,65.66
+1999,8,25,6,30,475,58,157,20,8,3.1,56.5
+1999,8,25,7,30,669,87,355,23,8,3.1,48.11
+1999,8,25,8,30,766,108,546,26,8,3.2,38.92
+1999,8,25,9,30,819,124,708,27,8,3.2,33.980000000000004
+1999,8,25,10,30,569,320,783,28,7,3.0,31.87
+1999,8,25,11,30,10,159,168,28,8,2.5,32.09
+1999,8,25,12,30,0,93,93,28,8,1.9,32.730000000000004
+1999,8,25,13,30,0,68,68,27,8,1.0,35.62
+1999,8,25,14,30,10,185,193,26,9,1.2000000000000002,41.36
+1999,8,25,15,30,0,88,88,24,9,2.5,49.0
+1999,8,25,16,30,0,10,10,21,10,3.5,59.23
+1999,8,25,17,30,0,3,3,19,11,3.3000000000000003,71.11
+1999,8,25,18,30,0,0,0,18,11,2.0,81.97
+1999,8,25,19,30,0,0,0,17,11,0.9,79.62
+1999,8,25,20,30,0,0,0,17,10,0.5,76.35000000000002
+1999,8,25,21,30,0,0,0,17,10,0.5,80.4
+1999,8,25,22,30,0,0,0,16,10,0.5,79.09
+1999,8,25,23,30,0,0,0,16,10,0.8,77.60000000000002
+1999,8,26,0,30,0,0,0,16,9,1.1,75.04
+1999,8,26,1,30,0,0,0,16,9,1.3,72.32000000000002
+1999,8,26,2,30,0,0,0,16,8,1.4,75.12
+1999,8,26,3,30,0,0,0,15,8,1.4,73.81
+1999,8,26,4,30,0,0,0,15,8,1.4,72.68
+1999,8,26,5,30,0,0,0,17,8,1.7000000000000002,68.07000000000001
+1999,8,26,6,30,484,56,156,20,9,2.1,56.11
+1999,8,26,7,30,688,82,356,24,8,2.3000000000000003,45.1
+1999,8,26,8,30,792,99,550,26,7,2.2,34.63
+1999,8,26,9,30,848,111,713,28,7,2.2,32.51
+1999,8,26,10,30,875,121,830,29,7,2.2,31.48
+1999,8,26,11,30,878,131,890,29,8,2.1,30.47
+1999,8,26,12,30,866,138,889,29,8,2.0,31.21
+1999,8,26,13,30,489,359,759,29,8,1.7000000000000002,33.62
+1999,8,26,14,30,176,359,486,28,8,1.5,35.84
+1999,8,26,15,30,61,254,290,27,8,1.4,38.29
+1999,8,26,16,30,35,159,173,26,9,1.0,41.57
+1999,8,26,17,30,191,81,123,24,10,0.6000000000000001,52.54
+1999,8,26,18,30,0,8,8,22,13,0.5,68.42
+1999,8,26,19,30,0,0,0,20,12,0.7000000000000001,69.17
+1999,8,26,20,30,0,0,0,19,11,0.9,72.11
+1999,8,26,21,30,0,0,0,19,11,1.1,75.58
+1999,8,26,22,30,0,0,0,18,11,1.4,74.21000000000002
+1999,8,26,23,30,0,0,0,17,11,1.4,77.52
+1999,8,27,0,30,0,0,0,17,10,1.4,76.51
+1999,8,27,1,30,0,0,0,17,10,1.3,81.05
+1999,8,27,2,30,0,0,0,16,10,1.2000000000000002,80.10000000000002
+1999,8,27,3,30,0,0,0,16,10,1.2000000000000002,78.23
+1999,8,27,4,30,0,0,0,16,9,1.2000000000000002,76.2
+1999,8,27,5,30,0,0,0,17,9,1.5,70.85000000000002
+1999,8,27,6,30,46,74,84,21,11,2.1,61.88
+1999,8,27,7,30,52,158,179,24,10,2.8000000000000003,49.45
+1999,8,27,8,30,496,195,477,26,10,3.4000000000000004,41.59
+1999,8,27,9,30,502,273,629,27,9,3.7,38.76
+1999,8,27,10,30,831,140,812,28,9,4.0,38.7
+1999,8,27,11,30,489,394,815,27,10,4.3,39.07
+1999,8,27,12,30,114,446,545,27,10,4.5,39.69
+1999,8,27,13,30,13,202,213,26,10,4.6000000000000005,42.89
+1999,8,27,14,30,464,286,618,26,10,4.6000000000000005,46.4
+1999,8,27,15,30,297,256,428,25,11,4.1000000000000005,50.27
+1999,8,27,16,30,28,153,164,24,11,2.7,55.96
+1999,8,27,17,30,0,2,2,22,13,1.1,65.96000000000001
+1999,8,27,18,30,0,0,0,20,13,0.4,76.31
+1999,8,27,19,30,0,0,0,19,13,0.6000000000000001,79.0
+1999,8,27,20,30,0,0,0,18,13,1.3,84.64
+1999,8,27,21,30,0,0,0,17,13,1.6,90.51
+1999,8,27,22,30,0,0,0,16,13,0.9,96.08
+1999,8,27,23,30,0,0,0,15,13,0.7000000000000001,100.0
+1999,8,28,0,30,0,0,0,14,11,1.2000000000000002,100.0
+1999,8,28,1,30,0,0,0,14,11,1.1,100.0
+1999,8,28,2,30,0,0,0,13,11,0.9,100.0
+1999,8,28,3,30,0,0,0,13,10,1.1,99.1
+1999,8,28,4,30,0,0,0,13,10,1.5,96.54
+1999,8,28,5,30,0,0,0,14,10,2.1,87.94
+1999,8,28,6,30,66,74,88,16,10,2.4000000000000004,78.9
+1999,8,28,7,30,0,94,94,19,10,1.8,67.21000000000001
+1999,8,28,8,30,355,236,437,22,10,0.9,55.31
+1999,8,28,9,30,438,286,595,24,10,0.8,50.17
+1999,8,28,10,30,165,415,548,25,10,1.2000000000000002,47.23
+1999,8,28,11,30,19,293,310,24,10,1.7000000000000002,48.35
+1999,8,28,12,30,14,214,226,23,11,2.0,53.24
+1999,8,28,13,30,97,406,485,22,11,2.0,59.19
+1999,8,28,14,30,0,70,70,21,12,1.9,65.3
+1999,8,28,15,30,0,72,72,20,12,1.8,71.33
+1999,8,28,16,30,0,55,55,19,13,1.9,77.33
+1999,8,28,17,30,392,62,145,18,13,1.9,89.28
+1999,8,28,18,30,0,0,0,16,13,1.7000000000000002,94.18
+1999,8,28,19,30,0,0,0,16,12,1.8,90.22
+1999,8,28,20,30,0,0,0,15,11,1.8,92.05
+1999,8,28,21,30,0,0,0,15,10,1.6,87.47
+1999,8,28,22,30,0,0,0,15,10,1.4,84.15
+1999,8,28,23,30,0,0,0,15,10,1.2000000000000002,82.29
+1999,8,29,0,30,0,0,0,15,9,1.1,86.08
+1999,8,29,1,30,0,0,0,14,9,1.1,88.94
+1999,8,29,2,30,0,0,0,13,8,1.2000000000000002,86.10000000000002
+1999,8,29,3,30,0,0,0,12,8,1.5,89.33
+1999,8,29,4,30,0,0,0,12,7,1.8,87.28
+1999,8,29,5,30,0,0,0,14,7,2.5,75.01
+1999,8,29,6,30,573,46,159,18,8,3.0,59.34
+1999,8,29,7,30,771,66,366,22,7,2.4000000000000004,45.65
+1999,8,29,8,30,863,79,564,25,5,1.6,33.21
+1999,8,29,9,30,909,90,729,26,4,0.9,29.06
+1999,8,29,10,30,327,388,651,27,4,0.4,26.75
+1999,8,29,11,30,936,105,906,28,4,0.4,25.2
+1999,8,29,12,30,405,394,742,29,4,0.8,23.93
+1999,8,29,13,30,449,358,721,29,4,1.0,24.15
+1999,8,29,14,30,4,134,137,28,5,1.0,26.1
+1999,8,29,15,30,812,95,557,27,5,1.0,28.22
+1999,8,29,16,30,713,79,363,26,5,0.9,30.72
+1999,8,29,17,30,515,54,160,23,8,0.9,43.2
+1999,8,29,18,30,0,0,0,21,9,1.0,57.57
+1999,8,29,19,30,0,0,0,19,8,1.4,62.37000000000001
+1999,8,29,20,30,0,0,0,17,8,1.6,66.96000000000001
+1999,8,29,21,30,0,0,0,16,8,1.5,70.14
+1999,8,29,22,30,0,0,0,15,7,1.5,71.26
+1999,8,29,23,30,0,0,0,15,7,1.6,67.04
+1999,8,30,0,30,0,0,0,15,6,1.8,68.52
+1999,8,30,1,30,0,0,0,14,6,1.9,68.31
+1999,8,30,2,30,0,0,0,14,6,1.9,73.39
+1999,8,30,3,30,0,0,0,14,6,1.9,73.48
+1999,8,30,4,30,0,0,0,14,6,1.9,72.65
+1999,8,30,5,30,0,0,0,16,6,2.1,63.39
+1999,8,30,6,30,597,43,159,20,7,2.8000000000000003,52.87000000000001
+1999,8,30,7,30,786,62,366,24,7,2.9000000000000004,40.42
+1999,8,30,8,30,874,75,564,26,5,2.3000000000000003,31.0
+1999,8,30,9,30,920,84,728,28,5,1.6,27.94
+1999,8,30,10,30,941,91,844,29,5,1.2000000000000002,26.04
+1999,8,30,11,30,943,98,902,30,5,1.3,24.7
+1999,8,30,12,30,929,104,897,30,5,1.7000000000000002,23.71
+1999,8,30,13,30,29,321,345,30,5,2.2,25.77
+1999,8,30,14,30,573,251,655,29,6,2.5,28.5
+1999,8,30,15,30,781,100,542,28,7,2.7,31.76
+1999,8,30,16,30,460,128,309,26,8,2.3000000000000003,36.63
+1999,8,30,17,30,0,56,56,23,11,1.5,53.06
+1999,8,30,18,30,0,0,0,21,12,1.0,67.12
+1999,8,30,19,30,0,0,0,20,12,1.1,71.89
+1999,8,30,20,30,0,0,0,20,12,1.4,76.64
+1999,8,30,21,30,0,0,0,19,12,1.7000000000000002,75.98
+1999,8,30,22,30,0,0,0,18,12,2.0,79.91
+1999,8,30,23,30,0,0,0,17,12,2.3000000000000003,83.61
+1999,8,31,0,30,0,0,0,17,11,2.7,81.39
+1999,8,31,1,30,0,0,0,17,11,3.1,84.06
+1999,8,31,2,30,0,0,0,16,10,3.2,81.05
+1999,8,31,3,30,0,0,0,16,10,3.0,83.44
+1999,8,31,4,30,0,0,0,16,9,2.7,81.02
+1999,8,31,5,30,0,0,0,17,9,3.0,74.75
+1999,8,31,6,30,550,45,150,20,9,3.5,59.12000000000001
+1999,8,31,7,30,758,64,355,23,10,3.3000000000000003,49.92
+1999,8,31,8,30,856,75,551,26,9,2.7,39.45
+1999,8,31,9,30,907,82,715,28,8,1.8,35.13
+1999,8,31,10,30,931,88,831,29,8,1.2000000000000002,32.06
+1999,8,31,11,30,421,397,754,30,7,1.4,29.66
+1999,8,31,12,30,18,280,296,30,7,1.7000000000000002,27.77
+1999,8,31,13,30,197,412,570,29,7,1.8,29.43
+1999,8,31,14,30,606,236,661,28,7,1.6,31.93
+1999,8,31,15,30,793,93,538,27,8,1.1,35.04
+1999,8,31,16,30,515,115,316,25,9,0.5,41.91
+1999,8,31,17,30,134,73,100,23,11,0.6000000000000001,58.01
+1999,8,31,18,30,0,0,0,21,13,1.6,74.99
+1999,8,31,19,30,0,0,0,19,13,2.7,82.51
+1999,8,31,20,30,0,0,0,17,13,3.2,89.65
+1999,8,31,21,30,0,0,0,16,13,2.7,96.52
+1999,8,31,22,30,0,0,0,16,13,1.8,100.0
+1999,8,31,23,30,0,0,0,15,12,1.1,98.37
+1999,9,1,0,30,0,0,0,14,11,0.7000000000000001,100.0
+1999,9,1,1,30,0,0,0,14,11,0.5,97.42
+1999,9,1,2,30,0,0,0,13,11,0.7000000000000001,100.0
+1999,9,1,3,30,0,0,0,13,10,0.9,98.18
+1999,9,1,4,30,0,0,0,13,10,1.2000000000000002,94.59
+1999,9,1,5,30,0,0,0,14,9,1.9,85.71000000000002
+1999,9,1,6,30,512,48,145,18,10,2.7,72.7
+1999,9,1,7,30,732,69,348,21,10,3.5,57.5
+1999,9,1,8,30,266,248,396,24,9,4.4,45.71
+1999,9,1,9,30,885,91,706,26,8,4.9,37.76
+1999,9,1,10,30,906,101,821,27,7,5.300000000000002,33.63
+1999,9,1,11,30,153,444,573,28,7,5.800000000000002,32.4
+1999,9,1,12,30,394,388,722,27,6,6.1000000000000005,33.53
+1999,9,1,13,30,420,349,683,26,7,6.1000000000000005,36.08
+1999,9,1,14,30,0,56,56,24,7,5.9,39.01
+1999,9,1,15,30,348,231,425,23,7,5.300000000000002,42.4
+1999,9,1,16,30,10,131,135,22,8,4.1000000000000005,49.42
+1999,9,1,17,30,261,65,115,20,9,2.7,56.14
+1999,9,1,18,30,0,0,0,18,10,2.1,67.71000000000001
+1999,9,1,19,30,0,0,0,17,10,2.2,72.87
+1999,9,1,20,30,0,0,0,16,10,2.1,79.28
+1999,9,1,21,30,0,0,0,15,10,2.0,87.22
+1999,9,1,22,30,0,0,0,15,11,1.9,94.51
+1999,9,1,23,30,0,0,0,14,11,1.5,94.66
+1999,9,2,0,30,0,0,0,13,11,1.3,100.0
+1999,9,2,1,30,0,0,0,13,9,1.4,100.0
+1999,9,2,2,30,0,0,0,12,9,1.6,100.0
+1999,9,2,3,30,0,0,0,12,9,1.6,100.0
+1999,9,2,4,30,0,0,0,12,9,1.6,99.07
+1999,9,2,5,30,0,0,0,13,9,2.1,96.13
+1999,9,2,6,30,479,46,136,15,9,2.5,85.5
+1999,9,2,7,30,349,140,272,18,10,1.8,68.02
+1999,9,2,8,30,848,77,544,21,8,0.7000000000000001,50.54
+1999,9,2,9,30,908,83,711,24,7,0.6000000000000001,40.98
+1999,9,2,10,30,936,89,830,25,6,1.4,37.86
+1999,9,2,11,30,456,394,779,26,7,2.0,35.74
+1999,9,2,12,30,568,314,794,26,7,2.3000000000000003,33.94
+1999,9,2,13,30,547,289,723,26,7,2.5,36.45
+1999,9,2,14,30,505,265,615,25,7,2.4000000000000004,39.18
+1999,9,2,15,30,114,255,318,24,7,2.1,42.11
+1999,9,2,16,30,0,6,6,22,8,1.4,46.3
+1999,9,2,17,30,261,63,112,19,9,1.1,62.96
+1999,9,2,18,30,0,0,0,17,11,1.6,77.4
+1999,9,2,19,30,0,0,0,15,11,2.1,88.48
+1999,9,2,20,30,0,0,0,15,11,1.9,94.08
+1999,9,2,21,30,0,0,0,14,10,1.4,91.43
+1999,9,2,22,30,0,0,0,14,9,1.2000000000000002,93.26
+1999,9,2,23,30,0,0,0,13,9,1.4,88.41
+1999,9,3,0,30,0,0,0,13,8,1.9,88.72
+1999,9,3,1,30,0,0,0,12,7,2.3000000000000003,88.81
+1999,9,3,2,30,0,0,0,11,6,2.5,83.86
+1999,9,3,3,30,0,0,0,10,5,2.4000000000000004,86.95
+1999,9,3,4,30,0,0,0,10,5,2.2,86.18
+1999,9,3,5,30,0,0,0,11,5,2.4000000000000004,80.99
+1999,9,3,6,30,0,61,61,14,6,2.5,68.19
+1999,9,3,7,30,242,153,244,17,6,1.9,58.61
+1999,9,3,8,30,350,230,422,20,6,1.0,48.05
+1999,9,3,9,30,749,168,684,22,6,0.6000000000000001,43.39
+1999,9,3,10,30,913,102,821,23,5,1.3,39.49
+1999,9,3,11,30,542,356,811,23,5,2.2,36.44
+1999,9,3,12,30,422,389,744,24,5,2.6,33.77
+1999,9,3,13,30,455,345,704,24,5,2.8000000000000003,33.46
+1999,9,3,14,30,376,303,562,23,5,2.8000000000000003,35.2
+1999,9,3,15,30,535,177,470,23,4,2.5,37.13
+1999,9,3,16,30,0,6,6,22,4,1.5,39.49
+1999,9,3,17,30,480,50,137,19,6,0.6000000000000001,49.4
+1999,9,3,18,30,0,0,0,16,8,0.8,69.57000000000001
+1999,9,3,19,30,0,0,0,14,8,1.9,80.15
+1999,9,3,20,30,0,0,0,13,8,2.7,87.02
+1999,9,3,21,30,0,0,0,12,8,2.5,99.37
+1999,9,3,22,30,0,0,0,11,8,1.8,95.84
+1999,9,3,23,30,0,0,0,10,7,1.2000000000000002,97.7
+1999,9,4,0,30,0,0,0,9,6,0.9,99.74
+1999,9,4,1,30,0,0,0,9,6,0.8,100.0
+1999,9,4,2,30,0,0,0,8,5,0.7000000000000001,96.06
+1999,9,4,3,30,0,0,0,8,4,0.6000000000000001,91.85
+1999,9,4,4,30,0,0,0,8,4,0.6000000000000001,87.98
+1999,9,4,5,30,0,0,0,9,3,0.9,79.32000000000002
+1999,9,4,6,30,517,48,141,12,4,1.5,67.45
+1999,9,4,7,30,747,71,349,15,3,1.9,53.34
+1999,9,4,8,30,856,84,551,18,2,1.9,39.65
+1999,9,4,9,30,914,92,719,21,1,1.5,32.29
+1999,9,4,10,30,167,404,536,22,0,1.1,27.13
+1999,9,4,11,30,416,353,702,23,0,1.0,24.79
+1999,9,4,12,30,958,100,901,24,0,1.5,24.5
+1999,9,4,13,30,483,338,717,24,0,2.3000000000000003,24.6
+1999,9,4,14,30,341,312,545,23,0,3.0,24.99
+1999,9,4,15,30,317,234,406,22,0,3.5,27.36
+1999,9,4,16,30,413,126,279,20,1,3.8,32.74
+1999,9,4,17,30,508,41,131,17,3,3.3000000000000003,44.88
+1999,9,4,18,30,0,0,0,14,4,2.4000000000000004,61.57
+1999,9,4,19,30,0,0,0,13,5,1.5,72.65
+1999,9,4,20,30,0,0,0,12,5,0.9,79.04
+1999,9,4,21,30,0,0,0,11,5,0.7000000000000001,79.87
+1999,9,4,22,30,0,0,0,11,5,0.6000000000000001,86.33
+1999,9,4,23,30,0,0,0,10,6,0.7000000000000001,93.8
+1999,9,5,0,30,0,0,0,9,6,0.8,94.9
+1999,9,5,1,30,0,0,0,9,6,1.0,100.0
+1999,9,5,2,30,0,0,0,8,6,1.2000000000000002,100.0
+1999,9,5,3,30,0,0,0,8,6,1.4,100.0
+1999,9,5,4,30,0,0,0,8,6,1.6,100.0
+1999,9,5,5,30,0,0,0,9,5,2.5,92.8
+1999,9,5,6,30,531,45,139,12,6,3.7,78.0
+1999,9,5,7,30,766,66,350,16,6,4.2,64.95
+1999,9,5,8,30,879,77,554,19,4,3.6,46.69
+1999,9,5,9,30,940,83,725,22,2,2.3000000000000003,32.28
+1999,9,5,10,30,975,86,849,23,0,1.4,24.55
+1999,9,5,11,30,992,86,913,24,-1,1.8,20.87
+1999,9,5,12,30,995,85,913,25,-2,2.7,18.65
+1999,9,5,13,30,982,82,848,26,-2,3.2,17.21
+1999,9,5,14,30,953,77,725,26,-2,3.2,18.05
+1999,9,5,15,30,900,69,554,25,-2,2.9000000000000004,19.06
+1999,9,5,16,30,801,58,350,23,-2,2.3000000000000003,22.08
+1999,9,5,17,30,586,38,139,19,2,1.6,36.57
+1999,9,5,18,30,0,0,0,16,3,1.6,49.83
+1999,9,5,19,30,0,0,0,15,3,2.3000000000000003,56.24
+1999,9,5,20,30,0,0,0,13,3,2.8000000000000003,61.93
+1999,9,5,21,30,0,0,0,12,3,3.0,64.18
+1999,9,5,22,30,0,0,0,11,2,2.9000000000000004,64.47
+1999,9,5,23,30,0,0,0,11,1,2.7,63.82
+1999,9,6,0,30,0,0,0,10,0,2.4000000000000004,58.33
+1999,9,6,1,30,0,0,0,10,0,2.3000000000000003,53.1
+1999,9,6,2,30,0,0,0,10,-1,2.4000000000000004,53.26
+1999,9,6,3,30,0,0,0,9,-2,2.6,50.8
+1999,9,6,4,30,0,0,0,9,-2,2.8000000000000003,49.44
+1999,9,6,5,30,0,0,0,11,-3,3.3000000000000003,45.69
+1999,9,6,6,30,388,50,118,15,-2,3.9,36.42
+1999,9,6,7,30,868,51,370,19,-1,4.1000000000000005,27.69
+1999,9,6,8,30,952,61,574,22,-3,3.8,20.79
+1999,9,6,9,30,993,68,743,25,-4,3.0,16.35
+1999,9,6,10,30,1012,73,861,26,-4,2.1,14.47
+1999,9,6,11,30,1017,76,920,27,-4,1.3,14.01
+1999,9,6,12,30,1010,77,914,28,-4,0.8,13.49
+1999,9,6,13,30,990,77,846,29,-3,0.5,13.66
+1999,9,6,14,30,955,75,720,28,-3,0.5,13.74
+1999,9,6,15,30,896,69,547,27,-3,0.6000000000000001,14.68
+1999,9,6,16,30,792,58,343,25,-3,0.5,18.47
+1999,9,6,17,30,184,59,90,21,3,0.30000000000000004,37.01
+1999,9,6,18,30,0,0,0,17,3,0.30000000000000004,46.15
+1999,9,6,19,30,0,0,0,16,2,0.7000000000000001,45.25
+1999,9,6,20,30,0,0,0,15,1,1.6,44.28
+1999,9,6,21,30,0,0,0,15,0,2.3000000000000003,46.67
+1999,9,6,22,30,0,0,0,14,0,2.6,44.0
+1999,9,6,23,30,0,0,0,14,0,2.7,45.94
+1999,9,7,0,30,0,0,0,13,0,2.7,45.47
+1999,9,7,1,30,0,0,0,13,0,2.7,45.31
+1999,9,7,2,30,0,0,0,13,0,2.6,49.04
+1999,9,7,3,30,0,0,0,12,0,2.5,49.64
+1999,9,7,4,30,0,0,0,12,0,2.4000000000000004,49.67
+1999,9,7,5,30,0,0,0,13,0,2.5,46.2
+1999,9,7,6,30,351,51,112,17,0,3.2,37.07
+1999,9,7,7,30,793,60,349,21,0,3.3000000000000003,29.18
+1999,9,7,8,30,892,72,550,24,0,2.5,21.99
+1999,9,7,9,30,943,80,718,26,-1,1.8,19.54
+1999,9,7,10,30,968,86,837,27,-1,1.6,17.13
+1999,9,7,11,30,977,90,897,28,-1,1.8,16.12
+1999,9,7,12,30,972,91,894,29,-1,2.2,15.99
+1999,9,7,13,30,954,91,827,29,-1,2.7,14.97
+1999,9,7,14,30,916,88,703,28,-1,3.2,15.85
+1999,9,7,15,30,499,179,443,27,-1,3.4000000000000004,16.77
+1999,9,7,16,30,402,127,270,24,-1,2.7,20.46
+1999,9,7,17,30,276,52,97,20,1,1.9,32.28
+1999,9,7,18,30,0,0,0,17,3,1.9,46.28
+1999,9,7,19,30,0,0,0,15,3,2.2,52.21
+1999,9,7,20,30,0,0,0,14,3,2.3000000000000003,59.53
+1999,9,7,21,30,0,0,0,12,3,2.8000000000000003,67.19
+1999,9,7,22,30,0,0,0,10,2,2.5,69.98
+1999,9,7,23,30,0,0,0,8,2,1.4,79.17
+1999,9,8,0,30,0,0,0,8,2,0.7000000000000001,77.53
+1999,9,8,1,30,0,0,0,7,1,0.4,80.17
+1999,9,8,2,30,0,0,0,7,1,0.5,84.76
+1999,9,8,3,30,0,0,0,6,1,0.7000000000000001,83.87
+1999,9,8,4,30,0,0,0,6,1,0.9,88.98
+1999,9,8,5,30,0,0,0,7,1,1.8,82.4
+1999,9,8,6,30,561,40,135,11,1,3.2,63.63
+1999,9,8,7,30,789,60,345,15,1,4.0,47.61
+1999,9,8,8,30,893,71,548,18,0,3.9,35.78
+1999,9,8,9,30,948,79,718,21,0,3.2,27.92
+1999,9,8,10,30,977,84,839,23,-1,2.0,23.31
+1999,9,8,11,30,990,86,900,24,-2,1.2000000000000002,19.6
+1999,9,8,12,30,988,86,898,25,-2,1.8,17.95
+1999,9,8,13,30,974,84,832,25,-2,3.1,17.69
+1999,9,8,14,30,942,79,707,24,-2,3.9,18.79
+1999,9,8,15,30,885,71,535,23,-2,4.0,20.32
+1999,9,8,16,30,779,59,332,21,-2,3.3000000000000003,23.87
+1999,9,8,17,30,545,38,123,17,0,2.0,37.19
+1999,9,8,18,30,0,0,0,14,2,1.2000000000000002,50.56
+1999,9,8,19,30,0,0,0,13,2,0.9,58.06
+1999,9,8,20,30,0,0,0,12,2,0.6000000000000001,57.77
+1999,9,8,21,30,0,0,0,11,1,0.7000000000000001,60.42
+1999,9,8,22,30,0,0,0,10,1,1.0,63.35
+1999,9,8,23,30,0,0,0,9,1,1.2000000000000002,65.79
+1999,9,9,0,30,0,0,0,8,0,1.3,67.98
+1999,9,9,1,30,0,0,0,8,0,1.4,69.01
+1999,9,9,2,30,0,0,0,7,-1,1.4,64.52
+1999,9,9,3,30,0,0,0,7,-2,1.5,59.82
+1999,9,9,4,30,0,0,0,7,-3,1.6,58.91
+1999,9,9,5,30,0,0,0,8,-4,1.6,47.16
+1999,9,9,6,30,627,36,140,12,-3,2.0,38.27
+1999,9,9,7,30,842,53,355,17,-5,2.1,24.33
+1999,9,9,8,30,938,63,560,20,-6,1.9,18.17
+1999,9,9,9,30,987,69,731,23,-6,1.8,15.1
+1999,9,9,10,30,1010,73,850,25,-6,1.8,14.11
+1999,9,9,11,30,1016,76,909,26,-6,2.0,13.41
+1999,9,9,12,30,1008,78,902,27,-6,2.3000000000000003,12.85
+1999,9,9,13,30,986,79,832,27,-6,2.6,13.09
+1999,9,9,14,30,681,186,637,26,-5,2.9000000000000004,13.34
+1999,9,9,15,30,512,171,437,25,-5,3.0,14.74
+1999,9,9,16,30,194,141,208,22,-3,2.7,19.81
+1999,9,9,17,30,0,49,49,19,1,1.9,37.69
+1999,9,9,18,30,0,0,0,16,3,1.3,47.7
+1999,9,9,19,30,0,0,0,16,3,1.1,50.79
+1999,9,9,20,30,0,0,0,15,3,1.0,54.48
+1999,9,9,21,30,0,0,0,14,3,1.0,54.17
+1999,9,9,22,30,0,0,0,13,2,1.0,57.12000000000001
+1999,9,9,23,30,0,0,0,12,2,1.1,57.59
+1999,9,10,0,30,0,0,0,11,1,1.2000000000000002,57.85
+1999,9,10,1,30,0,0,0,11,0,1.4,55.81
+1999,9,10,2,30,0,0,0,11,0,1.6,57.69
+1999,9,10,3,30,0,0,0,11,0,1.9,55.94
+1999,9,10,4,30,0,0,0,11,0,2.0,51.11
+1999,9,10,5,30,0,0,0,12,0,2.3000000000000003,47.55
+1999,9,10,6,30,447,49,122,15,0,2.9000000000000004,40.72
+1999,9,10,7,30,596,86,298,19,0,3.0,31.43
+1999,9,10,8,30,59,226,258,22,0,2.4000000000000004,24.6
+1999,9,10,9,30,505,250,587,24,-1,1.7000000000000002,20.11
+1999,9,10,10,30,224,389,561,25,-2,1.2000000000000002,18.63
+1999,9,10,11,30,7,142,148,26,-1,0.8,19.02
+1999,9,10,12,30,519,350,772,25,-1,0.6000000000000001,19.71
+1999,9,10,13,30,361,351,625,25,0,0.5,21.85
+1999,9,10,14,30,286,309,498,24,0,0.7000000000000001,24.47
+1999,9,10,15,30,0,11,11,23,0,1.2000000000000002,28.01
+1999,9,10,16,30,48,133,150,21,2,1.2000000000000002,33.36
+1999,9,10,17,30,0,12,12,18,6,0.9,51.82
+1999,9,10,18,30,0,0,0,16,6,0.8,61.19
+1999,9,10,19,30,0,0,0,15,5,0.8,62.25
+1999,9,10,20,30,0,0,0,14,5,0.9,68.33
+1999,9,10,21,30,0,0,0,12,5,1.1,71.78
+1999,9,10,22,30,0,0,0,12,5,1.4,76.09
+1999,9,10,23,30,0,0,0,12,4,1.8,74.84
+1999,9,11,0,30,0,0,0,12,4,2.3000000000000003,73.93
+1999,9,11,1,30,0,0,0,11,4,2.3000000000000003,72.76
+1999,9,11,2,30,0,0,0,10,3,2.1,75.61
+1999,9,11,3,30,0,0,0,10,3,2.0,72.56
+1999,9,11,4,30,0,0,0,10,2,2.0,69.83
+1999,9,11,5,30,0,0,0,11,2,2.2,64.55
+1999,9,11,6,30,191,56,86,13,3,2.6,59.26
+1999,9,11,7,30,61,142,163,15,3,2.8000000000000003,57.91
+1999,9,11,8,30,467,188,434,16,5,3.1,58.41
+1999,9,11,9,30,0,101,101,17,5,3.5,53.65
+1999,9,11,10,30,326,366,615,19,5,3.2,49.09
+1999,9,11,11,30,0,65,65,20,4,2.8000000000000003,41.03
+1999,9,11,12,30,0,86,86,21,3,2.4000000000000004,36.58
+1999,9,11,13,30,0,78,78,22,3,2.0,32.910000000000004
+1999,9,11,14,30,84,307,362,22,2,1.7000000000000002,31.61
+1999,9,11,15,30,724,118,486,21,2,1.2000000000000002,32.28
+1999,9,11,16,30,0,35,35,20,1,0.6000000000000001,33.3
+1999,9,11,17,30,26,48,52,17,4,0.2,49.49
+1999,9,11,18,30,0,0,0,14,4,0.2,60.46
+1999,9,11,19,30,0,0,0,13,3,0.6000000000000001,61.89
+1999,9,11,20,30,0,0,0,12,3,1.0,64.51
+1999,9,11,21,30,0,0,0,11,3,2.2,68.12
+1999,9,11,22,30,0,0,0,10,3,4.0,77.93
+1999,9,11,23,30,0,0,0,8,3,4.1000000000000005,91.76
+1999,9,12,0,30,0,0,0,7,3,2.9000000000000004,92.89
+1999,9,12,1,30,0,0,0,7,3,2.1,99.64
+1999,9,12,2,30,0,0,0,6,3,1.6,98.37
+1999,9,12,3,30,0,0,0,6,2,1.3,100.0
+1999,9,12,4,30,0,0,0,5,2,1.2000000000000002,100.0
+1999,9,12,5,30,0,0,0,5,2,1.0,98.93
+1999,9,12,6,30,0,10,10,7,2,0.8,86.66
+1999,9,12,7,30,0,29,29,10,3,1.0,70.85000000000002
+1999,9,12,8,30,0,45,45,13,1,1.7000000000000002,52.27
+1999,9,12,9,30,0,59,59,15,0,2.6,41.64
+1999,9,12,10,30,0,103,103,17,0,3.3000000000000003,34.800000000000004
+1999,9,12,11,30,0,100,100,18,0,3.8,31.4
+1999,9,12,12,30,5,135,140,19,-1,4.1000000000000005,30.54
+1999,9,12,13,30,7,148,154,19,-1,4.1000000000000005,28.11
+1999,9,12,14,30,79,302,354,18,-1,4.0,29.47
+1999,9,12,15,30,421,191,404,17,-2,3.8,30.97
+1999,9,12,16,30,735,63,305,15,-2,3.6,35.14
+1999,9,12,17,30,472,37,101,12,-1,2.7,44.33
+1999,9,12,18,30,0,0,0,9,0,1.5,58.71
+1999,9,12,19,30,0,0,0,8,0,1.0,63.73
+1999,9,12,20,30,0,0,0,7,0,0.9,68.29
+1999,9,12,21,30,0,0,0,7,0,1.1,73.25
+1999,9,12,22,30,0,0,0,6,0,1.2000000000000002,74.08
+1999,9,12,23,30,0,0,0,6,0,1.4,80.59
+1999,9,13,0,30,0,0,0,5,0,1.5,81.32000000000002
+1999,9,13,1,30,0,0,0,5,0,1.4,81.07000000000002
+1999,9,13,2,30,0,0,0,4,0,1.4,86.48
+1999,9,13,3,30,0,0,0,4,0,1.3,92.08
+1999,9,13,4,30,0,0,0,4,0,1.3,89.82000000000002
+1999,9,13,5,30,0,0,0,5,0,1.7000000000000002,80.69
+1999,9,13,6,30,309,48,95,8,-1,2.0,59.83
+1999,9,13,7,30,765,63,328,12,-1,2.0,49.02
+1999,9,13,8,30,879,75,531,15,-1,2.2,39.2
+1999,9,13,9,30,942,81,700,17,-1,2.5,31.11
+1999,9,13,10,30,972,84,819,19,-2,2.9000000000000004,26.86
+1999,9,13,11,30,983,87,878,20,-2,3.2,25.1
+1999,9,13,12,30,978,88,872,21,-2,3.3000000000000003,23.69
+1999,9,13,13,30,960,87,803,22,-2,3.4000000000000004,22.3
+1999,9,13,14,30,924,82,677,22,-2,3.4000000000000004,23.62
+1999,9,13,15,30,860,74,504,21,-2,3.3000000000000003,24.95
+1999,9,13,16,30,739,60,300,19,-2,2.9000000000000004,28.46
+1999,9,13,17,30,465,35,96,15,0,2.0,41.85
+1999,9,13,18,30,0,0,0,11,1,1.2000000000000002,58.04
+1999,9,13,19,30,0,0,0,10,0,0.9,59.76
+1999,9,13,20,30,0,0,0,10,0,0.5,57.18
+1999,9,13,21,30,0,0,0,10,0,0.4,58.55
+1999,9,13,22,30,0,0,0,9,-1,0.6000000000000001,56.24
+1999,9,13,23,30,0,0,0,8,-1,1.0,58.01
+1999,9,14,0,30,0,0,0,7,-2,1.1,60.31
+1999,9,14,1,30,0,0,0,6,-2,1.2000000000000002,62.53
+1999,9,14,2,30,0,0,0,5,-2,1.2000000000000002,65.79
+1999,9,14,3,30,0,0,0,5,-2,1.2000000000000002,64.9
+1999,9,14,4,30,0,0,0,5,-3,1.1,63.72
+1999,9,14,5,30,0,0,0,6,-3,1.1,57.9
+1999,9,14,6,30,499,40,115,8,-1,1.2000000000000002,56.69
+1999,9,14,7,30,558,90,282,12,-1,1.3,46.37
+1999,9,14,8,30,856,81,522,15,-2,1.6,36.14
+1999,9,14,9,30,913,91,689,18,-2,1.9,29.64
+1999,9,14,10,30,938,101,806,19,-2,2.6,26.1
+1999,9,14,11,30,936,111,861,20,-2,3.3000000000000003,24.62
+1999,9,14,12,30,580,310,773,21,-2,3.8,23.47
+1999,9,14,13,30,454,308,645,21,-1,3.8,24.13
+1999,9,14,14,30,536,225,568,20,-1,3.7,26.99
+1999,9,14,15,30,440,182,400,19,0,3.6,30.75
+1999,9,14,16,30,0,95,95,17,0,3.4000000000000004,37.38
+1999,9,14,17,30,0,28,28,14,2,2.7,51.39
+1999,9,14,18,30,0,0,0,12,3,2.6,67.35
+1999,9,14,19,30,0,0,0,10,3,2.7,73.97
+1999,9,14,20,30,0,0,0,10,4,2.6,81.57000000000002
+1999,9,14,21,30,0,0,0,9,4,2.8000000000000003,83.41
+1999,9,14,22,30,0,0,0,9,4,3.2,90.3
+1999,9,14,23,30,0,0,0,8,4,3.2,90.97
+1999,9,15,0,30,0,0,0,8,4,3.1,96.87
+1999,9,15,1,30,0,0,0,7,4,2.8000000000000003,95.87
+1999,9,15,2,30,0,0,0,6,4,2.4000000000000004,100.0
+1999,9,15,3,30,0,0,0,6,3,2.0,99.31
+1999,9,15,4,30,0,0,0,6,3,1.7000000000000002,95.59
+1999,9,15,5,30,0,0,0,7,2,1.6,84.77
+1999,9,15,6,30,323,45,93,10,2,2.0,73.10000000000002
+1999,9,15,7,30,732,56,305,13,2,2.5,59.64
+1999,9,15,8,30,103,232,284,15,0,2.8000000000000003,42.48
+1999,9,15,9,30,164,319,427,17,0,2.8000000000000003,35.35
+1999,9,15,10,30,24,285,303,18,0,2.6,33.24
+1999,9,15,11,30,33,333,360,19,0,2.4000000000000004,31.95
+1999,9,15,12,30,16,243,256,20,0,2.4000000000000004,32.67
+1999,9,15,13,30,0,68,68,20,0,2.6,33.42
+1999,9,15,14,30,13,204,213,19,1,2.8000000000000003,36.37
+1999,9,15,15,30,10,162,167,18,1,2.9000000000000004,39.87
+1999,9,15,16,30,45,121,136,16,2,2.8000000000000003,44.72
+1999,9,15,17,30,0,33,33,14,4,2.6,62.09
+1999,9,15,18,30,0,0,0,12,4,2.4000000000000004,71.0
+1999,9,15,19,30,0,0,0,11,5,2.3000000000000003,76.83
+1999,9,15,20,30,0,0,0,11,5,2.2,81.87
+1999,9,15,21,30,0,0,0,10,4,2.1,86.33
+1999,9,15,22,30,0,0,0,9,4,2.0,84.60000000000002
+1999,9,15,23,30,0,0,0,9,4,1.9,88.37
+1999,9,16,0,30,0,0,0,8,3,1.9,85.77
+1999,9,16,1,30,0,0,0,7,3,1.8,88.27
+1999,9,16,2,30,0,0,0,6,2,1.8,90.57
+1999,9,16,3,30,0,0,0,6,1,1.8,86.63
+1999,9,16,4,30,0,0,0,6,1,1.8,88.21000000000002
+1999,9,16,5,30,0,0,0,7,0,1.9,77.37
+1999,9,16,6,30,465,40,108,10,0,2.4000000000000004,58.45
+1999,9,16,7,30,730,66,312,14,0,2.4000000000000004,44.11
+1999,9,16,8,30,852,80,514,17,-1,2.1,32.07
+1999,9,16,9,30,917,89,683,20,-2,2.4000000000000004,26.45
+1999,9,16,10,30,953,94,803,21,-3,2.7,22.22
+1999,9,16,11,30,969,96,864,22,-3,3.0,19.92
+1999,9,16,12,30,969,95,860,23,-4,3.2,18.01
+1999,9,16,13,30,953,92,791,23,-4,3.4000000000000004,17.61
+1999,9,16,14,30,916,87,663,23,-4,3.5,18.47
+1999,9,16,15,30,848,77,488,22,-4,3.5,19.53
+1999,9,16,16,30,586,73,254,19,-4,2.7,22.75
+1999,9,16,17,30,305,37,71,15,0,1.6,39.83
+1999,9,16,18,30,0,0,0,12,0,1.2000000000000002,52.19
+1999,9,16,19,30,0,0,0,11,0,1.2000000000000002,55.55
+1999,9,16,20,30,0,0,0,11,0,1.4,59.54
+1999,9,16,21,30,0,0,0,10,0,1.6,60.85
+1999,9,16,22,30,0,0,0,10,1,1.8,63.19000000000001
+1999,9,16,23,30,0,0,0,10,1,1.8,64.84
+1999,9,17,0,30,0,0,0,10,1,1.7000000000000002,64.72
+1999,9,17,1,30,0,0,0,11,1,1.6,63.0
+1999,9,17,2,30,0,0,0,11,0,1.5,60.68
+1999,9,17,3,30,0,0,0,10,0,1.4,59.05
+1999,9,17,4,30,0,0,0,10,0,1.3,59.5
+1999,9,17,5,30,0,0,0,10,0,1.3,59.97
+1999,9,17,6,30,24,49,52,12,1,1.3,58.08
+1999,9,17,7,30,73,135,160,14,2,1.5,52.1
+1999,9,17,8,30,642,130,455,18,0,1.2000000000000002,37.02
+1999,9,17,9,30,851,112,661,21,-2,0.7000000000000001,25.3
+1999,9,17,10,30,901,113,781,22,-2,1.1,21.1
+1999,9,17,11,30,649,270,782,23,-2,1.7000000000000002,19.92
+1999,9,17,12,30,428,342,678,24,-2,2.2,18.76
+1999,9,17,13,30,910,107,770,24,-2,2.5,18.73
+1999,9,17,14,30,528,219,549,23,-2,2.7,19.85
+1999,9,17,15,30,673,112,434,22,-3,2.7,20.67
+1999,9,17,16,30,656,71,270,20,-3,2.0,23.55
+1999,9,17,17,30,332,37,72,16,1,1.3,42.71
+1999,9,17,18,30,0,0,0,13,1,1.3,50.79
+1999,9,17,19,30,0,0,0,13,0,1.4,51.53
+1999,9,17,20,30,0,0,0,12,0,1.4,49.96
+1999,9,17,21,30,0,0,0,12,0,1.5,52.88
+1999,9,17,22,30,0,0,0,11,0,1.6,52.49
+1999,9,17,23,30,0,0,0,10,0,1.6,55.63
+1999,9,18,0,30,0,0,0,10,0,1.6,54.87000000000001
+1999,9,18,1,30,0,0,0,10,0,1.6,57.23
+1999,9,18,2,30,0,0,0,10,-1,1.5,55.16
+1999,9,18,3,30,0,0,0,9,-2,1.5,52.44
+1999,9,18,4,30,0,0,0,9,-2,1.5,49.24
+1999,9,18,5,30,0,0,0,9,-3,1.4,46.35
+1999,9,18,6,30,370,39,91,13,-2,1.6,38.71
+1999,9,18,7,30,747,63,311,18,-2,1.6,28.8
+1999,9,18,8,30,861,78,511,21,-5,1.3,19.07
+1999,9,18,9,30,918,88,677,23,-5,1.4,16.95
+1999,9,18,10,30,51,333,371,24,-5,1.6,16.22
+1999,9,18,11,30,5,133,137,25,-5,1.7000000000000002,15.52
+1999,9,18,12,30,587,298,756,25,-5,1.9,14.91
+1999,9,18,13,30,385,322,601,25,-4,2.0,16.37
+1999,9,18,14,30,215,298,431,24,-4,2.0,16.89
+1999,9,18,15,30,11,160,165,23,-3,1.8,18.67
+1999,9,18,16,30,353,103,208,21,-2,1.2000000000000002,25.02
+1999,9,18,17,30,184,40,59,19,3,0.7000000000000001,44.25
+1999,9,18,18,30,0,0,0,17,1,0.7000000000000001,43.36
+1999,9,18,19,30,0,0,0,15,2,0.9,49.32
+1999,9,18,20,30,0,0,0,14,3,1.2000000000000002,61.3
+1999,9,18,21,30,0,0,0,13,4,1.5,67.2
+1999,9,18,22,30,0,0,0,12,4,1.7000000000000002,70.93
+1999,9,18,23,30,0,0,0,11,3,1.8,73.09
+1999,9,19,0,30,0,0,0,10,2,1.7000000000000002,75.49
+1999,9,19,1,30,0,0,0,9,2,1.9,78.46000000000002
+1999,9,19,2,30,0,0,0,8,2,2.7,83.32000000000002
+1999,9,19,3,30,0,0,0,6,2,3.0,90.47
+1999,9,19,4,30,0,0,0,6,2,2.7,97.72
+1999,9,19,5,30,0,0,0,6,2,2.6,98.02
+1999,9,19,6,30,0,4,4,6,3,2.6,93.79
+1999,9,19,7,30,0,13,13,7,3,2.3000000000000003,96.67
+1999,9,19,8,30,0,21,21,8,3,1.9,84.78
+1999,9,19,9,30,0,66,66,10,3,1.8,73.55
+1999,9,19,10,30,9,171,178,12,3,2.0,68.18
+1999,9,19,11,30,0,44,44,13,3,2.4000000000000004,63.23
+1999,9,19,12,30,0,48,48,13,3,2.8000000000000003,63.92
+1999,9,19,13,30,0,43,43,12,3,2.8000000000000003,70.36
+1999,9,19,14,30,0,17,17,11,4,2.6,77.34
+1999,9,19,15,30,4,143,145,10,4,2.4000000000000004,84.0
+1999,9,19,16,30,0,9,9,9,4,2.4000000000000004,90.8
+1999,9,19,17,30,0,13,13,7,4,2.4000000000000004,97.95
+1999,9,19,18,30,0,0,0,7,4,2.5,100.0
+1999,9,19,19,30,0,0,0,7,4,2.6,100.0
+1999,9,19,20,30,0,0,0,6,4,2.5,100.0
+1999,9,19,21,30,0,0,0,6,4,2.4000000000000004,100.0
+1999,9,19,22,30,0,0,0,6,4,2.2,100.0
+1999,9,19,23,30,0,0,0,6,4,2.0,100.0
+1999,9,20,0,30,0,0,0,6,2,1.8,100.0
+1999,9,20,1,30,0,0,0,6,2,1.6,100.0
+1999,9,20,2,30,0,0,0,5,2,1.2000000000000002,100.0
+1999,9,20,3,30,0,0,0,5,2,1.0,100.0
+1999,9,20,4,30,0,0,0,5,2,1.0,100.0
+1999,9,20,5,30,0,0,0,5,2,1.2000000000000002,100.0
+1999,9,20,6,30,0,4,4,6,2,1.2000000000000002,100.0
+1999,9,20,7,30,62,130,150,8,3,1.0,92.09
+1999,9,20,8,30,0,32,32,10,4,1.2000000000000002,77.29
+1999,9,20,9,30,0,87,87,12,3,1.6,65.67
+1999,9,20,10,30,0,48,48,14,2,2.2,53.57
+1999,9,20,11,30,17,251,264,15,2,2.8000000000000003,47.89
+1999,9,20,12,30,12,200,210,16,2,3.2,47.37
+1999,9,20,13,30,4,135,139,15,2,3.3000000000000003,47.77
+1999,9,20,14,30,0,64,64,15,2,3.2,51.48
+1999,9,20,15,30,0,69,69,14,2,2.9000000000000004,55.0
+1999,9,20,16,30,0,12,12,12,2,2.5,58.82
+1999,9,20,17,30,0,2,2,9,2,1.5,75.01
+1999,9,20,18,30,0,0,0,7,3,0.7000000000000001,87.71000000000002
+1999,9,20,19,30,0,0,0,6,2,0.5,91.41
+1999,9,20,20,30,0,0,0,5,2,0.6000000000000001,96.1
+1999,9,20,21,30,0,0,0,5,2,0.9,93.7
+1999,9,20,22,30,0,0,0,5,1,1.1,97.82
+1999,9,20,23,30,0,0,0,4,1,1.2000000000000002,94.47
+1999,9,21,0,30,0,0,0,4,0,1.5,90.41
+1999,9,21,1,30,0,0,0,4,0,1.6,92.3
+1999,9,21,2,30,0,0,0,3,0,1.5,87.79
+1999,9,21,3,30,0,0,0,3,-1,1.4,84.06
+1999,9,21,4,30,0,0,0,3,-2,1.4,84.79
+1999,9,21,5,30,0,0,0,4,-3,1.3,74.27
+1999,9,21,6,30,591,30,106,7,-2,1.8,57.51
+1999,9,21,7,30,846,49,321,12,-3,2.2,39.13
+1999,9,21,8,30,951,59,527,15,-7,2.1,23.79
+1999,9,21,9,30,1003,65,698,17,-8,2.0,18.3
+1999,9,21,10,30,1029,69,817,19,-9,1.9,15.25
+1999,9,21,11,30,1038,72,874,21,-9,2.1,14.0
+1999,9,21,12,30,1033,72,864,22,-9,2.4000000000000004,13.16
+1999,9,21,13,30,1015,70,790,22,-9,2.7,12.58
+1999,9,21,14,30,978,66,658,22,-9,2.8000000000000003,13.71
+1999,9,21,15,30,913,59,478,21,-9,2.7,14.93
+1999,9,21,16,30,784,48,268,18,-7,1.9,20.2
+1999,9,21,17,30,457,24,63,14,-1,1.2000000000000002,42.68
+1999,9,21,18,30,0,0,0,11,-3,1.2000000000000002,42.38
+1999,9,21,19,30,0,0,0,10,-4,1.2000000000000002,42.23
+1999,9,21,20,30,0,0,0,9,-4,1.4,46.63
+1999,9,21,21,30,0,0,0,8,-4,1.6,45.34
+1999,9,21,22,30,0,0,0,7,-5,1.7000000000000002,47.8
+1999,9,21,23,30,0,0,0,7,-5,1.7000000000000002,50.74
+1999,9,22,0,30,0,0,0,6,-5,1.7000000000000002,50.46
+1999,9,22,1,30,0,0,0,6,-5,1.7000000000000002,50.98
+1999,9,22,2,30,0,0,0,6,-4,1.7000000000000002,55.85
+1999,9,22,3,30,0,0,0,6,-4,1.6,56.52
+1999,9,22,4,30,0,0,0,6,-4,1.6,56.17
+1999,9,22,5,30,0,0,0,6,-5,1.5,51.6
+1999,9,22,6,30,556,30,100,10,-3,1.6,44.38
+1999,9,22,7,30,814,51,310,15,0,1.6,39.28
+1999,9,22,8,30,920,63,513,19,-4,0.8,24.08
+1999,9,22,9,30,973,71,681,21,-6,0.30000000000000004,16.65
+1999,9,22,10,30,1000,76,798,23,-7,0.5,14.44
+1999,9,22,11,30,1010,79,855,24,-7,1.1,13.58
+1999,9,22,12,30,1005,79,845,25,-6,1.7000000000000002,12.94
+1999,9,22,13,30,985,78,772,26,-6,2.2,13.13
+1999,9,22,14,30,945,73,640,25,-6,2.7,14.06
+1999,9,22,15,30,873,66,461,24,-6,3.0,15.14
+1999,9,22,16,30,727,53,254,20,-4,2.4000000000000004,20.98
+1999,9,22,17,30,368,25,55,16,0,1.5,40.33
+1999,9,22,18,30,0,0,0,15,0,1.1,42.74
+1999,9,22,19,30,0,0,0,15,0,0.7000000000000001,40.92
+1999,9,22,20,30,0,0,0,14,-1,0.5,40.32
+1999,9,22,21,30,0,0,0,13,0,0.8,43.78
+1999,9,22,22,30,0,0,0,12,0,1.1,50.42
+1999,9,22,23,30,0,0,0,11,-1,1.2000000000000002,48.92
+1999,9,23,0,30,0,0,0,11,-1,1.3,47.4
+1999,9,23,1,30,0,0,0,11,-1,1.3,46.44
+1999,9,23,2,30,0,0,0,11,-2,1.3,45.89
+1999,9,23,3,30,0,0,0,10,-2,1.3,49.17
+1999,9,23,4,30,0,0,0,10,-1,1.3,49.67
+1999,9,23,5,30,0,0,0,10,-1,1.2000000000000002,50.59
+1999,9,23,6,30,279,41,75,12,0,1.1,48.09
+1999,9,23,7,30,441,104,243,16,2,1.2000000000000002,46.21
+1999,9,23,8,30,861,74,492,19,-1,1.2000000000000002,29.27
+1999,9,23,9,30,919,84,657,22,-4,1.1,19.25
+1999,9,23,10,30,946,92,772,23,-5,1.1,16.69
+1999,9,23,11,30,952,98,826,24,-5,1.2000000000000002,15.86
+1999,9,23,12,30,941,102,815,25,-4,1.4,16.19
+1999,9,23,13,30,914,102,742,25,-4,1.7000000000000002,15.59
+1999,9,23,14,30,860,99,610,24,-4,2.0,16.88
+1999,9,23,15,30,775,88,435,23,-3,2.3000000000000003,18.35
+1999,9,23,16,30,622,66,235,21,-2,1.9,22.61
+1999,9,23,17,30,247,27,46,17,1,1.4,40.85
+1999,9,23,18,30,0,0,0,15,1,1.4,44.03
+1999,9,23,19,30,0,0,0,14,0,1.4,45.65
+1999,9,23,20,30,0,0,0,13,0,1.5,47.78
+1999,9,23,21,30,0,0,0,12,0,1.6,51.31
+1999,9,23,22,30,0,0,0,11,0,1.5,54.7
+1999,9,23,23,30,0,0,0,11,0,1.5,57.26
+1999,9,24,0,30,0,0,0,10,0,1.6,55.33
+1999,9,24,1,30,0,0,0,10,-1,1.9,52.46
+1999,9,24,2,30,0,0,0,10,-1,2.5,50.93
+1999,9,24,3,30,0,0,0,10,-1,3.0,56.4
+1999,9,24,4,30,0,0,0,10,0,3.2,62.17
+1999,9,24,5,30,0,0,0,10,1,3.4000000000000004,64.8
+1999,9,24,6,30,163,43,63,12,3,3.8,63.06
+1999,9,24,7,30,0,12,12,16,4,4.4,56.86
+1999,9,24,8,30,582,138,419,19,4,4.5,45.25
+1999,9,24,9,30,878,94,638,20,2,4.1000000000000005,35.53
+1999,9,24,10,30,901,106,750,22,1,3.5,31.68
+1999,9,24,11,30,81,372,434,23,1,3.1,29.01
+1999,9,24,12,30,525,308,704,23,1,2.9000000000000004,26.78
+1999,9,24,13,30,0,36,36,23,0,3.0,27.84
+1999,9,24,14,30,234,278,416,22,0,3.2,29.27
+1999,9,24,15,30,0,80,80,20,0,2.9000000000000004,31.71
+1999,9,24,16,30,0,60,60,18,2,2.1,41.28
+1999,9,24,17,30,0,2,2,15,4,1.5,55.68
+1999,9,24,18,30,0,0,0,13,4,1.4,62.09
+1999,9,24,19,30,0,0,0,12,3,1.4,68.51
+1999,9,24,20,30,0,0,0,11,2,1.5,65.79
+1999,9,24,21,30,0,0,0,11,2,1.6,64.83
+1999,9,24,22,30,0,0,0,11,2,1.7000000000000002,69.81
+1999,9,24,23,30,0,0,0,10,3,1.7000000000000002,70.84
+1999,9,25,0,30,0,0,0,10,3,1.7000000000000002,71.54
+1999,9,25,1,30,0,0,0,10,3,1.7000000000000002,71.62
+1999,9,25,2,30,0,0,0,10,2,1.8,70.33
+1999,9,25,3,30,0,0,0,10,2,1.8,73.05
+1999,9,25,4,30,0,0,0,10,2,1.8,70.71000000000002
+1999,9,25,5,30,0,0,0,10,1,2.0,64.16
+1999,9,25,6,30,434,32,83,13,1,2.8000000000000003,52.95
+1999,9,25,7,30,741,54,283,17,2,3.7,41.73
+1999,9,25,8,30,875,63,482,20,1,4.0,32.9
+1999,9,25,9,30,945,67,649,22,1,4.2,28.73
+1999,9,25,10,30,983,68,766,24,1,4.4,26.76
+1999,9,25,11,30,1000,68,824,25,0,4.6000000000000005,24.17
+1999,9,25,12,30,1003,67,818,26,0,4.7,21.71
+1999,9,25,13,30,382,307,571,26,0,4.6000000000000005,19.7
+1999,9,25,14,30,340,257,456,26,-1,4.2,19.01
+1999,9,25,15,30,316,179,317,25,-1,3.7,19.84
+1999,9,25,16,30,101,103,129,23,0,2.7,26.56
+1999,9,25,17,30,37,21,24,19,1,1.8,38.05
+1999,9,25,18,30,0,0,0,16,1,1.7000000000000002,42.03
+1999,9,25,19,30,0,0,0,16,1,1.9,43.97
+1999,9,25,20,30,0,0,0,15,0,2.0,43.14
+1999,9,25,21,30,0,0,0,14,0,1.9,45.79
+1999,9,25,22,30,0,0,0,13,0,1.6,48.94
+1999,9,25,23,30,0,0,0,12,0,1.4,52.58
+1999,9,26,0,30,0,0,0,12,0,1.7000000000000002,53.3
+1999,9,26,1,30,0,0,0,11,1,2.1,58.32
+1999,9,26,2,30,0,0,0,9,1,1.5,69.13
+1999,9,26,3,30,0,0,0,7,1,1.0,79.95
+1999,9,26,4,30,0,0,0,6,1,1.0,83.49
+1999,9,26,5,30,0,0,0,6,0,1.2000000000000002,79.77
+1999,9,26,6,30,0,29,29,7,0,1.6,72.65
+1999,9,26,7,30,0,45,45,10,0,1.8,55.85
+1999,9,26,8,30,0,73,73,14,-1,1.6,40.93
+1999,9,26,9,30,51,267,299,17,-3,1.1,30.43
+1999,9,26,10,30,75,337,390,19,-3,1.0,25.4
+1999,9,26,11,30,164,387,511,20,-3,1.5,23.61
+1999,9,26,12,30,992,76,814,20,-3,2.4000000000000004,23.82
+1999,9,26,13,30,582,244,643,19,-3,3.4000000000000004,25.49
+1999,9,26,14,30,466,217,487,18,-3,3.8,25.96
+1999,9,26,15,30,550,127,365,17,-3,3.7,28.11
+1999,9,26,16,30,4,87,88,14,-3,3.6,34.84
+1999,9,26,17,30,0,3,3,11,-1,3.2,46.68
+1999,9,26,18,30,0,0,0,8,0,2.8000000000000003,63.15
+1999,9,26,19,30,0,0,0,7,0,2.6,74.14
+1999,9,26,20,30,0,0,0,5,0,2.4000000000000004,78.87
+1999,9,26,21,30,0,0,0,4,0,2.2,83.48
+1999,9,26,22,30,0,0,0,3,0,2.0,89.01
+1999,9,26,23,30,0,0,0,3,0,2.1,87.60000000000002
+1999,9,27,0,30,0,0,0,2,-1,2.4000000000000004,91.9
+1999,9,27,1,30,0,0,0,2,-1,2.5,90.6
+1999,9,27,2,30,0,0,0,1,-1,2.5,89.86
+1999,9,27,3,30,0,0,0,1,-1,2.5,89.13
+1999,9,27,4,30,0,0,0,1,-1,2.5,94.31
+1999,9,27,5,30,0,0,0,1,-2,2.7,85.81
+1999,9,27,6,30,461,31,81,2,-2,3.7,79.04
+1999,9,27,7,30,0,30,30,6,-2,4.4,62.73
+1999,9,27,8,30,22,175,186,9,-4,3.6,45.3
+1999,9,27,9,30,11,192,199,12,-5,2.3000000000000003,32.35
+1999,9,27,10,30,36,294,320,14,-6,1.1,26.09
+1999,9,27,11,30,19,261,276,15,-7,0.7000000000000001,23.4
+1999,9,27,12,30,10,182,190,16,-7,1.8,23.02
+1999,9,27,13,30,10,180,187,15,-7,3.4000000000000004,23.11
+1999,9,27,14,30,0,104,104,14,-7,4.4,25.51
+1999,9,27,15,30,0,61,61,13,-6,4.6000000000000005,30.39
+1999,9,27,16,30,0,40,40,10,-5,4.6000000000000005,39.84
+1999,9,27,17,30,0,6,6,7,-3,4.800000000000002,56.93
+1999,9,27,18,30,0,0,0,4,-1,4.6000000000000005,75.31
+1999,9,27,19,30,0,0,0,2,0,4.1000000000000005,93.77
+1999,9,27,20,30,0,0,0,2,0,3.4000000000000004,96.84
+1999,9,27,21,30,0,0,0,2,0,2.8000000000000003,96.97
+1999,9,27,22,30,0,0,0,1,0,2.4000000000000004,95.67
+1999,9,27,23,30,0,0,0,1,0,2.3000000000000003,94.2
+1999,9,28,0,30,0,0,0,1,-1,2.3000000000000003,92.72
+1999,9,28,1,30,0,0,0,1,-1,2.1,98.48
+1999,9,28,2,30,0,0,0,0,-1,1.6,97.18
+1999,9,28,3,30,0,0,0,0,-1,1.3,94.75
+1999,9,28,4,30,0,0,0,0,-2,2.2,90.54
+1999,9,28,5,30,0,0,0,0,-3,3.8,92.75
+1999,9,28,6,30,0,23,23,0,-3,5.300000000000002,88.22
+1999,9,28,7,30,0,42,42,0,-4,5.9,79.03
+1999,9,28,8,30,462,166,382,0,-4,6.1000000000000005,72.75
+1999,9,28,9,30,11,191,198,1,-4,6.300000000000002,73.82000000000002
+1999,9,28,10,30,69,327,376,2,-3,6.4,74.83
+1999,9,28,11,30,31,304,327,2,-3,6.1000000000000005,75.94
+1999,9,28,12,30,3,128,131,3,-3,5.5,71.47
+1999,9,28,13,30,63,310,354,4,-3,4.7,65.56
+1999,9,28,14,30,50,244,272,4,-4,4.0,64.27
+1999,9,28,15,30,213,182,271,4,-4,3.4000000000000004,63.09
+1999,9,28,16,30,401,75,173,3,-4,2.5,67.05
+1999,9,28,17,30,256,18,30,1,-4,1.5,77.73
+1999,9,28,18,30,0,0,0,0,-5,0.9,79.64
+1999,9,28,19,30,0,0,0,0,-5,0.8,84.19
+1999,9,28,20,30,0,0,0,-1,-5,1.1,81.36
+1999,9,28,21,30,0,0,0,-2,-6,1.4,82.73
+1999,9,28,22,30,0,0,0,-2,-7,1.5,77.45
+1999,9,28,23,30,0,0,0,-2,-8,1.7000000000000002,72.45
+1999,9,29,0,30,0,0,0,-2,-9,1.8,72.57000000000002
+1999,9,29,1,30,0,0,0,-2,-10,1.8,67.11
+1999,9,29,2,30,0,0,0,-2,-11,1.7000000000000002,57.3
+1999,9,29,3,30,0,0,0,-2,-12,1.7000000000000002,52.84
+1999,9,29,4,30,0,0,0,-1,-13,1.7000000000000002,49.41
+1999,9,29,5,30,0,0,0,0,-13,1.7000000000000002,43.31
+1999,9,29,6,30,552,25,82,2,-13,1.9,36.17
+1999,9,29,7,30,827,45,289,6,-10,1.8,35.2
+1999,9,29,8,30,933,56,489,10,-9,1.4,28.22
+1999,9,29,9,30,985,63,654,13,-9,1.4,22.97
+1999,9,29,10,30,1010,67,767,16,-9,1.8,19.43
+1999,9,29,11,30,1017,69,820,18,-7,2.1,18.61
+1999,9,29,12,30,1012,69,808,19,-6,2.3000000000000003,19.33
+1999,9,29,13,30,992,68,733,20,-5,2.3000000000000003,19.58
+1999,9,29,14,30,954,63,600,20,-4,2.0,20.55
+1999,9,29,15,30,884,55,422,19,-4,1.5,24.5
+1999,9,29,16,30,739,42,218,15,0,0.9,40.33
+1999,9,29,17,30,325,15,28,11,0,1.0,55.84
+1999,9,29,18,30,0,0,0,9,-2,1.4,56.27
+1999,9,29,19,30,0,0,0,7,-2,1.8,60.02
+1999,9,29,20,30,0,0,0,7,-3,2.0,60.31
+1999,9,29,21,30,0,0,0,6,-4,2.1,55.23
+1999,9,29,22,30,0,0,0,6,-5,2.3000000000000003,50.0
+1999,9,29,23,30,0,0,0,6,-6,2.6,45.13
+1999,9,30,0,30,0,0,0,6,-7,2.7,44.82
+1999,9,30,1,30,0,0,0,5,-7,2.8000000000000003,45.4
+1999,9,30,2,30,0,0,0,4,-6,2.5,52.51
+1999,9,30,3,30,0,0,0,3,-6,2.2,59.31
+1999,9,30,4,30,0,0,0,3,-5,1.7000000000000002,64.4
+1999,9,30,5,30,0,0,0,3,-6,1.3,61.71
+1999,9,30,6,30,486,26,75,6,-5,1.0,51.69
+1999,9,30,7,30,786,49,278,10,-4,0.9,45.23
+1999,9,30,8,30,903,61,477,13,-5,0.9,33.97
+1999,9,30,9,30,959,68,641,15,-4,1.1,28.68
+1999,9,30,10,30,987,73,754,17,-4,1.6,25.4
+1999,9,30,11,30,996,76,807,19,-4,2.0,22.41
+1999,9,30,12,30,991,76,795,20,-4,2.2,20.86
+1999,9,30,13,30,970,74,719,21,-4,2.1,19.46
+1999,9,30,14,30,928,69,587,21,-4,2.1,19.54
+1999,9,30,15,30,853,60,410,20,-4,2.2,21.05
+1999,9,30,16,30,698,45,207,16,-3,2.2,29.64
+1999,9,30,17,30,258,14,24,12,0,2.4000000000000004,50.7
+1999,9,30,18,30,0,0,0,10,0,2.7,57.4
+1999,9,30,19,30,0,0,0,8,-1,2.6,58.57
+1999,9,30,20,30,0,0,0,7,-2,2.7,58.17
+1999,9,30,21,30,0,0,0,7,-3,2.9000000000000004,54.27
+1999,9,30,22,30,0,0,0,7,-4,3.0,50.29
+1999,9,30,23,30,0,0,0,7,-5,3.0,46.91
+1999,10,1,0,30,0,0,0,7,-6,3.0,47.71
+1999,10,1,1,30,0,0,0,7,-6,2.9000000000000004,45.81
+1999,10,1,2,30,0,0,0,7,-7,2.5,44.45
+1999,10,1,3,30,0,0,0,6,-7,2.2,44.07
+1999,10,1,4,30,0,0,0,6,-7,2.0,44.19
+1999,10,1,5,30,0,0,0,6,-7,1.9,44.09
+1999,10,1,6,30,460,27,72,9,-6,2.2,39.67
+1999,10,1,7,30,770,52,274,14,-5,2.7,31.68
+1999,10,1,8,30,892,66,473,18,-6,2.9000000000000004,21.53
+1999,10,1,9,30,952,74,638,21,-7,3.0,16.0
+1999,10,1,10,30,983,78,752,22,-7,3.3000000000000003,14.67
+1999,10,1,11,30,992,81,804,23,-7,3.7,13.73
+1999,10,1,12,30,983,83,792,24,-7,4.2,12.91
+1999,10,1,13,30,510,249,586,23,-7,4.3,13.83
+1999,10,1,14,30,490,198,469,21,-7,4.2,17.37
+1999,10,1,15,30,548,118,340,17,-5,4.7,23.38
+1999,10,1,16,30,603,47,184,13,-4,5.1000000000000005,36.49
+1999,10,1,17,30,0,17,17,9,-2,4.3,53.66
+1999,10,1,18,30,0,0,0,6,-2,3.1,62.33
+1999,10,1,19,30,0,0,0,4,-2,2.1,71.77
+1999,10,1,20,30,0,0,0,3,-2,1.4,76.52
+1999,10,1,21,30,0,0,0,2,-2,1.0,81.57000000000002
+1999,10,1,22,30,0,0,0,2,-2,0.9,80.51
+1999,10,1,23,30,0,0,0,2,-3,0.8,79.61
+1999,10,2,0,30,0,0,0,1,-3,0.6000000000000001,78.45
+1999,10,2,1,30,0,0,0,1,-3,0.6000000000000001,77.51
+1999,10,2,2,30,0,0,0,0,-3,0.7000000000000001,82.52
+1999,10,2,3,30,0,0,0,0,-3,0.7000000000000001,81.63
+1999,10,2,4,30,0,0,0,0,-3,0.8,80.16
+1999,10,2,5,30,0,0,0,0,-4,1.0,78.53
+1999,10,2,6,30,0,18,18,2,-4,1.6,73.54
+1999,10,2,7,30,119,115,149,7,-3,2.2,59.55
+1999,10,2,8,30,2,135,136,10,-4,2.2,41.6
+1999,10,2,9,30,47,252,280,14,-6,2.0,27.83
+1999,10,2,10,30,385,303,566,17,-8,1.7000000000000002,19.94
+1999,10,2,11,30,989,88,805,18,-9,1.9,15.97
+1999,10,2,12,30,982,88,790,19,-10,2.7,14.78
+1999,10,2,13,30,954,86,711,20,-9,3.4000000000000004,15.47
+1999,10,2,14,30,290,246,405,19,-8,3.5,16.34
+1999,10,2,15,30,440,139,315,18,-8,3.0,18.45
+1999,10,2,16,30,283,77,140,15,-6,1.6,27.49
+1999,10,2,17,30,0,11,11,11,-2,0.6000000000000001,48.97
+1999,10,2,18,30,0,0,0,8,-2,0.8,54.32
+1999,10,2,19,30,0,0,0,7,-2,1.6,61.22
+1999,10,2,20,30,0,0,0,6,-3,2.5,58.31
+1999,10,2,21,30,0,0,0,6,-4,3.2,55.84
+1999,10,2,22,30,0,0,0,5,-4,3.4000000000000004,58.02
+1999,10,2,23,30,0,0,0,4,-4,2.9000000000000004,61.17
+1999,10,3,0,30,0,0,0,3,-4,2.4000000000000004,64.32000000000001
+1999,10,3,1,30,0,0,0,2,-5,1.9,67.51
+1999,10,3,2,30,0,0,0,1,-5,1.3,66.13
+1999,10,3,3,30,0,0,0,0,-5,1.2000000000000002,65.02
+1999,10,3,4,30,0,0,0,0,-5,1.3,68.95
+1999,10,3,5,30,0,0,0,0,-6,1.2000000000000002,66.99
+1999,10,3,6,30,0,17,17,1,-6,1.0,61.38
+1999,10,3,7,30,108,113,144,5,-6,0.9,49.56
+1999,10,3,8,30,72,194,226,9,-7,1.2000000000000002,34.29
+1999,10,3,9,30,342,258,458,12,-8,1.7000000000000002,26.08
+1999,10,3,10,30,565,240,623,15,-8,2.1,22.48
+1999,10,3,11,30,978,91,795,16,-8,2.5,19.64
+1999,10,3,12,30,641,235,691,17,-8,2.9000000000000004,18.4
+1999,10,3,13,30,565,228,596,17,-8,3.0,18.28
+1999,10,3,14,30,883,88,566,17,-9,3.0,19.42
+1999,10,3,15,30,813,70,391,16,-8,2.7,20.8
+1999,10,3,16,30,643,49,188,12,-8,2.1,26.55
+1999,10,3,17,30,124,11,14,8,-4,1.4,46.61
+1999,10,3,18,30,0,0,0,6,-4,1.2000000000000002,57.39
+1999,10,3,19,30,0,0,0,4,-4,1.2000000000000002,66.09
+1999,10,3,20,30,0,0,0,3,-5,1.3,63.78
+1999,10,3,21,30,0,0,0,3,-5,1.4,60.54
+1999,10,3,22,30,0,0,0,3,-6,1.6,56.62000000000001
+1999,10,3,23,30,0,0,0,3,-7,1.7000000000000002,52.45
+1999,10,4,0,30,0,0,0,3,-8,1.8,52.71
+1999,10,4,1,30,0,0,0,2,-9,1.7000000000000002,49.94
+1999,10,4,2,30,0,0,0,2,-9,1.7000000000000002,48.31
+1999,10,4,3,30,0,0,0,2,-9,1.7000000000000002,47.82
+1999,10,4,4,30,0,0,0,3,-9,1.7000000000000002,47.1
+1999,10,4,5,30,0,0,0,3,-10,1.7000000000000002,43.25
+1999,10,4,6,30,413,28,64,6,-9,1.8,36.15
+1999,10,4,7,30,769,56,269,12,-7,2.4000000000000004,31.39
+1999,10,4,8,30,903,70,473,17,-8,2.5,19.67
+1999,10,4,9,30,967,79,641,20,-12,2.2,12.63
+1999,10,4,10,30,997,84,755,21,-12,2.4000000000000004,10.49
+1999,10,4,11,30,1008,86,807,22,-12,2.6,10.16
+1999,10,4,12,30,1002,85,792,23,-11,2.6,10.01
+1999,10,4,13,30,981,80,713,24,-11,2.5,10.33
+1999,10,4,14,30,940,73,577,23,-11,2.2,10.54
+1999,10,4,15,30,860,62,396,21,-10,1.6,12.56
+1999,10,4,16,30,687,45,190,17,-4,0.8,26.27
+1999,10,4,17,30,0,0,0,13,-2,0.4,39.14
+1999,10,4,18,30,0,0,0,11,-5,0.6000000000000001,36.16
+1999,10,4,19,30,0,0,0,10,-6,1.2000000000000002,38.68
+1999,10,4,20,30,0,0,0,8,-6,1.5,40.14
+1999,10,4,21,30,0,0,0,7,-7,1.6,44.47
+1999,10,4,22,30,0,0,0,6,-7,1.6,42.5
+1999,10,4,23,30,0,0,0,6,-8,1.6,40.99
+1999,10,5,0,30,0,0,0,6,-8,1.6,39.83
+1999,10,5,1,30,0,0,0,7,-8,1.5,38.3
+1999,10,5,2,30,0,0,0,7,-9,1.3,34.35
+1999,10,5,3,30,0,0,0,8,-9,1.2000000000000002,30.75
+1999,10,5,4,30,0,0,0,8,-10,1.2000000000000002,32.35
+1999,10,5,5,30,0,0,0,7,-10,1.4,32.61
+1999,10,5,6,30,434,25,61,9,-9,1.4,30.67
+1999,10,5,7,30,773,51,263,13,-3,2.0,35.07
+1999,10,5,8,30,900,65,463,17,-7,3.0,20.44
+1999,10,5,9,30,961,73,628,20,-9,3.6,14.59
+1999,10,5,10,30,990,79,741,22,-9,3.8,12.83
+1999,10,5,11,30,1000,82,793,23,-9,3.8,12.12
+1999,10,5,12,30,994,82,779,24,-9,3.6,11.53
+1999,10,5,13,30,972,79,701,25,-8,3.3000000000000003,11.07
+1999,10,5,14,30,925,72,565,24,-8,2.9000000000000004,12.15
+1999,10,5,15,30,837,62,383,23,-7,2.2,14.01
+1999,10,5,16,30,650,45,179,19,-2,1.6,27.27
+1999,10,5,17,30,0,0,0,15,0,1.8,39.7
+1999,10,5,18,30,0,0,0,13,-2,2.3000000000000003,39.64
+1999,10,5,19,30,0,0,0,11,-2,2.6,45.31
+1999,10,5,20,30,0,0,0,10,-2,2.6,48.05
+1999,10,5,21,30,0,0,0,9,-2,2.4000000000000004,50.9
+1999,10,5,22,30,0,0,0,9,-2,2.0,50.73
+1999,10,5,23,30,0,0,0,9,-2,1.9,50.39
+1999,10,6,0,30,0,0,0,9,-2,1.9,50.2
+1999,10,6,1,30,0,0,0,9,-2,1.9,51.23
+1999,10,6,2,30,0,0,0,9,-1,2.0,57.7
+1999,10,6,3,30,0,0,0,9,-1,2.1,60.73
+1999,10,6,4,30,0,0,0,9,0,2.2,63.29
+1999,10,6,5,30,0,0,0,9,0,2.3000000000000003,65.12
+1999,10,6,6,30,249,29,49,11,0,3.0,55.53
+1999,10,6,7,30,571,72,227,16,2,3.9,44.97
+1999,10,6,8,30,59,185,211,20,2,3.8,39.1
+1999,10,6,9,30,563,187,510,22,2,3.6,31.58
+1999,10,6,10,30,206,330,468,23,2,3.8,28.67
+1999,10,6,11,30,205,358,503,24,2,4.4,27.17
+1999,10,6,12,30,872,115,722,24,2,5.1000000000000005,29.92
+1999,10,6,13,30,536,229,570,23,3,5.4,31.2
+1999,10,6,14,30,342,225,406,22,3,5.4,34.06
+1999,10,6,15,30,201,161,237,21,3,4.800000000000002,37.04
+1999,10,6,16,30,343,70,139,18,4,3.0,46.96
+1999,10,6,17,30,0,0,0,16,5,1.6,61.23
+1999,10,6,18,30,0,0,0,14,5,1.9,63.06
+1999,10,6,19,30,0,0,0,13,5,2.9000000000000004,67.93
+1999,10,6,20,30,0,0,0,12,5,3.1,81.36
+1999,10,6,21,30,0,0,0,10,6,2.1,90.54
+1999,10,6,22,30,0,0,0,9,6,1.4,97.24
+1999,10,6,23,30,0,0,0,8,6,1.4,100.0
+1999,10,7,0,30,0,0,0,7,4,1.5,100.0
+1999,10,7,1,30,0,0,0,7,4,1.4,97.81
+1999,10,7,2,30,0,0,0,7,3,1.2000000000000002,91.2
+1999,10,7,3,30,0,0,0,8,2,1.2000000000000002,85.27
+1999,10,7,4,30,0,0,0,8,2,1.2000000000000002,75.72
+1999,10,7,5,30,0,0,0,8,1,1.1,73.64
+1999,10,7,6,30,0,19,19,9,1,1.4,70.39
+1999,10,7,7,30,0,86,86,11,4,2.5,78.94
+1999,10,7,8,30,9,147,151,12,6,3.4000000000000004,81.8
+1999,10,7,9,30,202,271,386,12,6,3.7,78.54
+1999,10,7,10,30,0,115,115,12,6,4.0,76.77
+1999,10,7,11,30,0,23,23,13,5,4.4,73.96000000000002
+1999,10,7,12,30,0,98,98,12,5,4.6000000000000005,71.47
+1999,10,7,13,30,0,24,24,12,4,4.6000000000000005,75.59
+1999,10,7,14,30,0,70,70,12,4,4.1000000000000005,74.12
+1999,10,7,15,30,0,24,24,12,4,3.2,71.61
+1999,10,7,16,30,0,48,48,11,3,2.0,75.59
+1999,10,7,17,30,0,0,0,9,3,1.2000000000000002,85.8
+1999,10,7,18,30,0,0,0,7,2,1.2000000000000002,83.72
+1999,10,7,19,30,0,0,0,6,1,1.3,85.01
+1999,10,7,20,30,0,0,0,5,0,1.4,86.17
+1999,10,7,21,30,0,0,0,4,0,1.6,87.49
+1999,10,7,22,30,0,0,0,4,0,1.8,82.61
+1999,10,7,23,30,0,0,0,4,-1,1.9,78.92
+1999,10,8,0,30,0,0,0,4,-1,1.9,75.84
+1999,10,8,1,30,0,0,0,4,-2,1.8,73.18
+1999,10,8,2,30,0,0,0,4,-2,1.8,76.31
+1999,10,8,3,30,0,0,0,3,-2,1.8,74.7
+1999,10,8,4,30,0,0,0,3,-3,1.8,73.38
+1999,10,8,5,30,0,0,0,3,-3,1.6,71.71000000000002
+1999,10,8,6,30,325,24,47,5,-3,1.7000000000000002,62.13
+1999,10,8,7,30,687,55,236,10,-1,2.1,54.41
+1999,10,8,8,30,830,71,428,13,-2,2.3000000000000003,41.41
+1999,10,8,9,30,901,80,589,15,-2,2.2,36.09
+1999,10,8,10,30,939,85,701,16,-2,2.0,32.29
+1999,10,8,11,30,956,86,752,17,-2,1.8,30.66
+1999,10,8,12,30,954,85,740,18,-2,1.8,28.91
+1999,10,8,13,30,934,81,664,19,-2,1.8,27.11
+1999,10,8,14,30,888,73,532,19,-2,1.8,26.91
+1999,10,8,15,30,800,62,356,18,-2,1.7000000000000002,28.42
+1999,10,8,16,30,609,42,158,15,-1,1.4,37.32
+1999,10,8,17,30,0,0,0,12,0,1.3,53.37000000000001
+1999,10,8,18,30,0,0,0,10,0,1.6,54.86
+1999,10,8,19,30,0,0,0,9,0,1.8,60.81
+1999,10,8,20,30,0,0,0,8,-1,2.1,63.81
+1999,10,8,21,30,0,0,0,7,-1,2.3000000000000003,62.38
+1999,10,8,22,30,0,0,0,7,-1,2.2,60.65
+1999,10,8,23,30,0,0,0,7,-2,2.0,62.97
+1999,10,9,0,30,0,0,0,7,-2,1.8,61.25
+1999,10,9,1,30,0,0,0,6,-2,1.7000000000000002,60.55
+1999,10,9,2,30,0,0,0,6,-2,1.7000000000000002,61.03
+1999,10,9,3,30,0,0,0,6,-2,1.7000000000000002,61.15
+1999,10,9,4,30,0,0,0,6,-2,1.8,60.7
+1999,10,9,5,30,0,0,0,6,-3,1.9,59.4
+1999,10,9,6,30,419,20,49,9,-3,2.1,48.25
+1999,10,9,7,30,770,43,243,14,-1,2.7,42.14
+1999,10,9,8,30,899,55,439,18,-1,2.3000000000000003,29.74
+1999,10,9,9,30,960,62,600,21,-3,1.4,21.66
+1999,10,9,10,30,992,67,712,23,-4,1.1,18.22
+1999,10,9,11,30,1003,69,764,25,-4,0.9,16.78
+1999,10,9,12,30,999,69,750,26,-4,0.9,15.4
+1999,10,9,13,30,978,67,673,26,-4,1.1,14.18
+1999,10,9,14,30,934,62,539,25,-5,1.4,14.78
+1999,10,9,15,30,850,53,361,24,-4,1.3,17.16
+1999,10,9,16,30,662,37,159,20,0,0.9,33.86
+1999,10,9,17,30,0,0,0,15,1,0.6000000000000001,45.22
+1999,10,9,18,30,0,0,0,13,0,0.6000000000000001,44.62
+1999,10,9,19,30,0,0,0,12,-1,1.1,43.66
+1999,10,9,20,30,0,0,0,11,-2,1.6,47.73
+1999,10,9,21,30,0,0,0,10,-3,1.9,48.42
+1999,10,9,22,30,0,0,0,9,-4,2.1,45.14
+1999,10,9,23,30,0,0,0,9,-4,2.3000000000000003,43.0
+1999,10,10,0,30,0,0,0,9,-5,2.4000000000000004,44.95
+1999,10,10,1,30,0,0,0,8,-5,2.4000000000000004,45.14
+1999,10,10,2,30,0,0,0,7,-4,2.4000000000000004,49.73
+1999,10,10,3,30,0,0,0,6,-4,2.2,54.51
+1999,10,10,4,30,0,0,0,5,-4,1.9,59.32
+1999,10,10,5,30,0,0,0,5,-4,1.6,59.56
+1999,10,10,6,30,378,20,45,7,-3,1.9,52.63
+1999,10,10,7,30,744,47,237,11,-3,2.3000000000000003,42.6
+1999,10,10,8,30,879,60,432,15,-2,1.8,33.94
+1999,10,10,9,30,944,69,594,19,-3,0.8,25.08
+1999,10,10,10,30,975,74,704,21,-3,1.0,20.95
+1999,10,10,11,30,986,77,754,23,-4,2.1,19.33
+1999,10,10,12,30,979,77,739,24,-4,2.8000000000000003,17.98
+1999,10,10,13,30,955,74,661,24,-4,3.3000000000000003,17.01
+1999,10,10,14,30,906,68,526,24,-3,3.6,18.35
+1999,10,10,15,30,811,58,348,22,-3,3.7,20.19
+1999,10,10,16,30,605,40,149,18,0,3.4000000000000004,32.38
+1999,10,10,17,30,0,0,0,14,1,3.3000000000000003,49.33
+1999,10,10,18,30,0,0,0,13,1,3.2,56.63
+1999,10,10,19,30,0,0,0,12,1,3.1,59.58
+1999,10,10,20,30,0,0,0,10,1,3.0,61.43
+1999,10,10,21,30,0,0,0,9,0,2.8000000000000003,62.67
+1999,10,10,22,30,0,0,0,9,0,2.5,63.51
+1999,10,10,23,30,0,0,0,9,-1,2.3000000000000003,58.88
+1999,10,11,0,30,0,0,0,9,-2,2.4000000000000004,53.68
+1999,10,11,1,30,0,0,0,8,-3,2.7,49.3
+1999,10,11,2,30,0,0,0,8,-4,2.9000000000000004,50.72
+1999,10,11,3,30,0,0,0,7,-4,2.8000000000000003,49.94
+1999,10,11,4,30,0,0,0,7,-4,2.6,49.16
+1999,10,11,5,30,0,0,0,7,-5,2.4000000000000004,47.7
+1999,10,11,6,30,407,19,45,9,-5,2.7,41.33
+1999,10,11,7,30,781,44,241,14,-3,3.4000000000000004,32.56
+1999,10,11,8,30,914,55,439,19,-3,3.6,23.64
+1999,10,11,9,30,978,62,602,22,-5,3.2,16.84
+1999,10,11,10,30,1008,67,713,24,-7,2.5,13.88
+1999,10,11,11,30,1017,69,763,25,-8,1.9,12.55
+1999,10,11,12,30,1010,69,747,26,-8,1.5,11.73
+1999,10,11,13,30,985,67,667,26,-8,1.4,11.76
+1999,10,11,14,30,938,62,531,25,-8,1.3,11.95
+1999,10,11,15,30,847,53,351,23,-7,0.9,14.55
+1999,10,11,16,30,648,37,150,19,0,0.4,31.75
+1999,10,11,17,30,0,0,0,16,0,0.4,37.82
+1999,10,11,18,30,0,0,0,14,-2,1.0,36.69
+1999,10,11,19,30,0,0,0,12,-2,1.6,40.26
+1999,10,11,20,30,0,0,0,11,-3,2.0,41.75
+1999,10,11,21,30,0,0,0,10,-4,2.4000000000000004,41.32
+1999,10,11,22,30,0,0,0,10,-5,2.6,41.84
+1999,10,11,23,30,0,0,0,10,-5,2.7,40.29
+1999,10,12,0,30,0,0,0,9,-5,2.8000000000000003,39.12
+1999,10,12,1,30,0,0,0,9,-6,2.9000000000000004,38.45
+1999,10,12,2,30,0,0,0,9,-6,2.9000000000000004,40.72
+1999,10,12,3,30,0,0,0,8,-6,2.8000000000000003,40.39
+1999,10,12,4,30,0,0,0,8,-6,2.6,40.17
+1999,10,12,5,30,0,0,0,8,-6,2.4000000000000004,40.08
+1999,10,12,6,30,77,21,25,11,-6,2.5,35.32
+1999,10,12,7,30,210,95,148,15,-5,3.3000000000000003,28.63
+1999,10,12,8,30,785,68,394,19,-5,3.9,20.42
+1999,10,12,9,30,935,73,586,22,-6,3.9,16.56
+1999,10,12,10,30,510,237,562,24,-6,3.6,15.41
+1999,10,12,11,30,294,327,527,25,-6,3.2,14.33
+1999,10,12,12,30,352,306,541,25,-6,3.0,13.26
+1999,10,12,13,30,346,270,480,25,-6,3.0,13.14
+1999,10,12,14,30,572,149,432,25,-6,2.9000000000000004,13.93
+1999,10,12,15,30,479,109,275,23,-6,2.3000000000000003,15.55
+1999,10,12,16,30,123,62,83,19,-1,1.4,29.37
+1999,10,12,17,30,0,0,0,15,0,1.2000000000000002,42.71
+1999,10,12,18,30,0,0,0,13,-1,1.3,45.36
+1999,10,12,19,30,0,0,0,11,-1,1.3,46.94
+1999,10,12,20,30,0,0,0,10,-2,1.4,47.97
+1999,10,12,21,30,0,0,0,10,-2,1.5,46.07
+1999,10,12,22,30,0,0,0,9,-3,1.5,47.88
+1999,10,12,23,30,0,0,0,9,-3,1.5,50.22
+1999,10,13,0,30,0,0,0,8,-3,1.4,49.41
+1999,10,13,1,30,0,0,0,8,-3,1.3,52.37000000000001
+1999,10,13,2,30,0,0,0,7,-4,1.3,55.68
+1999,10,13,3,30,0,0,0,7,-4,1.2000000000000002,55.48
+1999,10,13,4,30,0,0,0,6,-4,1.0,54.73
+1999,10,13,5,30,0,0,0,6,-4,1.0,53.94
+1999,10,13,6,30,328,19,37,7,-4,1.0,50.86
+1999,10,13,7,30,719,47,223,11,-2,1.4,45.25
+1999,10,13,8,30,863,61,415,16,-3,2.4000000000000004,32.42
+1999,10,13,9,30,930,70,575,19,-3,3.4000000000000004,23.83
+1999,10,13,10,30,962,75,684,22,-4,3.8,18.73
+1999,10,13,11,30,975,78,734,24,-5,3.6,16.94
+1999,10,13,12,30,971,77,720,25,-5,2.7,15.46
+1999,10,13,13,30,950,74,643,26,-5,1.6,14.23
+1999,10,13,14,30,904,67,510,25,-5,0.6000000000000001,14.98
+1999,10,13,15,30,811,56,333,23,-5,0.2,17.44
+1999,10,13,16,30,600,37,135,19,0,0.30000000000000004,31.63
+1999,10,13,17,30,0,0,0,14,1,0.5,47.58
+1999,10,13,18,30,0,0,0,12,0,0.9,49.55
+1999,10,13,19,30,0,0,0,10,0,1.5,54.32
+1999,10,13,20,30,0,0,0,10,-1,1.8,53.31
+1999,10,13,21,30,0,0,0,9,-3,1.9,48.44
+1999,10,13,22,30,0,0,0,9,-4,2.0,44.45
+1999,10,13,23,30,0,0,0,9,-5,2.2,41.65
+1999,10,14,0,30,0,0,0,9,-5,2.4000000000000004,39.98
+1999,10,14,1,30,0,0,0,9,-6,2.7,38.38
+1999,10,14,2,30,0,0,0,9,-6,2.9000000000000004,39.55
+1999,10,14,3,30,0,0,0,8,-7,3.0,38.57
+1999,10,14,4,30,0,0,0,8,-7,2.7,38.08
+1999,10,14,5,30,0,0,0,8,-7,2.4000000000000004,38.07
+1999,10,14,6,30,391,18,38,10,-7,2.6,33.22
+1999,10,14,7,30,787,43,233,14,-6,3.3000000000000003,27.09
+1999,10,14,8,30,925,55,432,19,-6,3.8,20.6
+1999,10,14,9,30,989,62,595,22,-8,3.6,14.94
+1999,10,14,10,30,1019,66,706,23,-10,3.1,11.35
+1999,10,14,11,30,1028,68,755,24,-10,2.5,10.09
+1999,10,14,12,30,1021,68,738,25,-11,2.3000000000000003,9.84
+1999,10,14,13,30,997,66,658,25,-11,2.2,9.72
+1999,10,14,14,30,949,61,521,24,-11,2.2,10.3
+1999,10,14,15,30,859,51,340,22,-10,1.7000000000000002,11.58
+1999,10,14,16,30,651,35,138,18,-3,1.1,25.42
+1999,10,14,17,30,0,0,0,14,-4,1.0,32.21
+1999,10,14,18,30,0,0,0,12,-5,1.4,32.77
+1999,10,14,19,30,0,0,0,11,-5,1.7000000000000002,36.56
+1999,10,14,20,30,0,0,0,9,-6,1.9,37.88
+1999,10,14,21,30,0,0,0,9,-7,2.1,35.45
+1999,10,14,22,30,0,0,0,9,-7,2.3000000000000003,36.41
+1999,10,14,23,30,0,0,0,8,-8,2.4000000000000004,35.75
+1999,10,15,0,30,0,0,0,8,-7,2.5,38.68
+1999,10,15,1,30,0,0,0,7,-7,2.5,43.66
+1999,10,15,2,30,0,0,0,6,-6,2.4000000000000004,45.91
+1999,10,15,3,30,0,0,0,5,-6,2.2,50.33
+1999,10,15,4,30,0,0,0,5,-6,1.6,54.84
+1999,10,15,5,30,0,0,0,4,-6,0.9,54.7
+1999,10,15,6,30,0,21,21,5,-5,0.9,53.37000000000001
+1999,10,15,7,30,673,52,212,8,-4,1.7000000000000002,48.5
+1999,10,15,8,30,817,71,400,10,-3,2.0,42.84
+1999,10,15,9,30,15,186,194,12,-3,1.5,37.64
+1999,10,15,10,30,4,147,150,15,-4,1.2000000000000002,31.95
+1999,10,15,11,30,13,207,216,16,-4,1.3,27.17
+1999,10,15,12,30,0,117,117,17,-4,1.4,24.92
+1999,10,15,13,30,0,13,13,17,-5,1.2000000000000002,26.24
+1999,10,15,14,30,0,8,8,16,-4,1.4,28.31
+1999,10,15,15,30,0,15,15,13,-4,2.5,34.38
+1999,10,15,16,30,0,2,2,10,-2,3.6,47.02
+1999,10,15,17,30,0,0,0,7,-1,3.8,65.03
+1999,10,15,18,30,0,0,0,5,0,3.3000000000000003,79.36
+1999,10,15,19,30,0,0,0,4,0,2.7,86.61
+1999,10,15,20,30,0,0,0,3,0,2.0,91.99
+1999,10,15,21,30,0,0,0,2,0,1.5,96.35
+1999,10,15,22,30,0,0,0,2,-1,1.6,91.57
+1999,10,15,23,30,0,0,0,1,-1,1.6,86.98
+1999,10,16,0,30,0,0,0,1,-2,1.6,83.69
+1999,10,16,1,30,0,0,0,0,-2,1.6,87.95
+1999,10,16,2,30,0,0,0,0,-2,1.5,86.79
+1999,10,16,3,30,0,0,0,0,-3,1.6,92.0
+1999,10,16,4,30,0,0,0,0,-3,1.7000000000000002,90.33
+1999,10,16,5,30,0,0,0,0,-3,1.9,89.71000000000002
+1999,10,16,6,30,0,1,1,0,-3,2.6,88.99
+1999,10,16,7,30,0,26,26,0,-3,3.4000000000000004,82.0
+1999,10,16,8,30,0,45,45,1,-4,4.1000000000000005,72.66
+1999,10,16,9,30,0,48,48,1,-5,4.9,67.45
+1999,10,16,10,30,0,60,60,1,-6,5.5,63.15
+1999,10,16,11,30,8,178,184,0,-6,5.9,60.99
+1999,10,16,12,30,0,121,121,0,-6,5.9,64.06
+1999,10,16,13,30,0,79,79,0,-7,5.5,67.56
+1999,10,16,14,30,0,27,27,0,-7,4.9,66.51
+1999,10,16,15,30,0,32,32,0,-7,4.4,71.29
+1999,10,16,16,30,0,42,42,-1,-7,3.9,71.09
+1999,10,16,17,30,0,0,0,-1,-7,3.4000000000000004,70.27
+1999,10,16,18,30,0,0,0,-2,-7,2.8000000000000003,75.08
+1999,10,16,19,30,0,0,0,-2,-7,2.0,74.03
+1999,10,16,20,30,0,0,0,-3,-8,1.3,79.10000000000002
+1999,10,16,21,30,0,0,0,-3,-8,0.9,78.7
+1999,10,16,22,30,0,0,0,-3,-8,0.7000000000000001,84.4
+1999,10,16,23,30,0,0,0,-4,-8,0.7000000000000001,83.10000000000002
+1999,10,17,0,30,0,0,0,-4,-8,1.0,80.81
+1999,10,17,1,30,0,0,0,-5,-9,1.1,83.7
+1999,10,17,2,30,0,0,0,-5,-9,1.2000000000000002,79.7
+1999,10,17,3,30,0,0,0,-5,-10,1.2000000000000002,75.32000000000002
+1999,10,17,4,30,0,0,0,-5,-11,1.2000000000000002,71.15
+1999,10,17,5,30,0,0,0,-4,-12,1.1,66.93
+1999,10,17,6,30,347,16,31,-2,-12,1.3,54.32
+1999,10,17,7,30,175,89,129,1,-12,1.3,42.97
+1999,10,17,8,30,42,158,175,4,-12,1.2000000000000002,34.76
+1999,10,17,9,30,317,231,398,6,-13,1.6,25.78
+1999,10,17,10,30,195,301,421,8,-14,1.8,22.02
+1999,10,17,11,30,1019,88,754,10,-13,1.7000000000000002,21.56
+1999,10,17,12,30,518,238,571,11,-12,1.7000000000000002,21.62
+1999,10,17,13,30,357,253,461,11,-11,1.7000000000000002,21.55
+1999,10,17,14,30,935,73,512,11,-11,1.9,22.88
+1999,10,17,15,30,839,58,327,10,-10,1.7000000000000002,26.06
+1999,10,17,16,30,612,35,123,6,-6,1.2000000000000002,46.04
+1999,10,17,17,30,0,0,0,3,-6,1.0,58.34
+1999,10,17,18,30,0,0,0,2,-8,1.0,54.18
+1999,10,17,19,30,0,0,0,1,-8,1.2000000000000002,54.32
+1999,10,17,20,30,0,0,0,1,-8,1.4,53.13
+1999,10,17,21,30,0,0,0,1,-8,1.5,51.98
+1999,10,17,22,30,0,0,0,1,-9,1.6,50.52
+1999,10,17,23,30,0,0,0,1,-9,1.7000000000000002,49.0
+1999,10,18,0,30,0,0,0,0,-9,1.8,51.04
+1999,10,18,1,30,0,0,0,0,-10,1.8,49.62000000000001
+1999,10,18,2,30,0,0,0,0,-10,1.6,53.53
+1999,10,18,3,30,0,0,0,0,-9,1.5,54.87000000000001
+1999,10,18,4,30,0,0,0,-1,-9,1.5,60.64
+1999,10,18,5,30,0,0,0,0,-9,1.4,57.17
+1999,10,18,6,30,0,4,4,0,-8,1.8,56.34
+1999,10,18,7,30,0,34,34,1,-5,2.5,66.56
+1999,10,18,8,30,0,76,76,3,-3,2.8000000000000003,71.02
+1999,10,18,9,30,0,126,126,5,-3,2.7,67.83
+1999,10,18,10,30,0,121,121,6,-3,2.7,58.7
+1999,10,18,11,30,0,105,105,7,-3,3.0,54.65
+1999,10,18,12,30,0,82,82,7,-3,3.5,59.47
+1999,10,18,13,30,8,174,179,6,-2,3.7,65.75
+1999,10,18,14,30,0,66,66,5,-2,3.7,71.9
+1999,10,18,15,30,0,43,43,3,-2,3.5,77.91
+1999,10,18,16,30,0,6,6,2,-2,3.1,84.42
+1999,10,18,17,30,0,0,0,1,-2,2.5,84.32000000000002
+1999,10,18,18,30,0,0,0,0,-2,2.0,89.83
+1999,10,18,19,30,0,0,0,0,-2,1.5,88.84
+1999,10,18,20,30,0,0,0,0,-2,1.0,87.97
+1999,10,18,21,30,0,0,0,0,-2,0.6000000000000001,87.52
+1999,10,18,22,30,0,0,0,0,-2,0.6000000000000001,92.89
+1999,10,18,23,30,0,0,0,0,-3,0.7000000000000001,90.42
+1999,10,19,0,30,0,0,0,-1,-3,0.8,93.53
+1999,10,19,1,30,0,0,0,-1,-4,1.0,96.75
+1999,10,19,2,30,0,0,0,-2,-4,1.2000000000000002,92.87
+1999,10,19,3,30,0,0,0,-2,-5,1.3,96.47
+1999,10,19,4,30,0,0,0,-3,-5,1.4,93.07
+1999,10,19,5,30,0,0,0,-3,-6,1.4,89.81
+1999,10,19,6,30,0,24,24,-1,-6,2.0,74.95
+1999,10,19,7,30,671,58,207,1,-5,2.5,64.74
+1999,10,19,8,30,842,80,406,4,-5,1.9,55.74
+1999,10,19,9,30,924,93,571,7,-7,1.6,40.45
+1999,10,19,10,30,964,100,684,9,-8,1.9,34.82
+1999,10,19,11,30,978,103,733,10,-8,2.3000000000000003,31.55
+1999,10,19,12,30,971,101,715,11,-8,2.5,29.64
+1999,10,19,13,30,946,94,632,11,-8,2.6,28.29
+1999,10,19,14,30,894,82,493,11,-8,2.5,28.93
+1999,10,19,15,30,794,63,310,10,-7,1.9,31.72
+1999,10,19,16,30,265,48,83,7,-4,1.0,48.69
+1999,10,19,17,30,0,0,0,4,-5,0.5,56.72
+1999,10,19,18,30,0,0,0,2,-6,0.7000000000000001,63.31
+1999,10,19,19,30,0,0,0,1,-6,1.1,60.5
+1999,10,19,20,30,0,0,0,1,-7,1.4,58.04
+1999,10,19,21,30,0,0,0,1,-7,1.5,60.16
+1999,10,19,22,30,0,0,0,0,-8,1.6,58.09
+1999,10,19,23,30,0,0,0,0,-8,1.8,56.25
+1999,10,20,0,30,0,0,0,0,-8,2.0,55.72
+1999,10,20,1,30,0,0,0,0,-8,2.1,56.37000000000001
+1999,10,20,2,30,0,0,0,0,-8,2.2,57.05
+1999,10,20,3,30,0,0,0,1,-8,2.2,57.32
+1999,10,20,4,30,0,0,0,1,-8,2.3000000000000003,56.63
+1999,10,20,5,30,0,0,0,1,-8,2.3000000000000003,55.58
+1999,10,20,6,30,304,13,22,2,-8,2.4000000000000004,51.12000000000001
+1999,10,20,7,30,750,39,203,6,-7,2.8000000000000003,43.41
+1999,10,20,8,30,898,50,395,10,-6,2.6,35.5
+1999,10,20,9,30,967,57,554,13,-6,1.9,28.83
+1999,10,20,10,30,1001,61,663,15,-7,2.0,23.94
+1999,10,20,11,30,1014,63,712,16,-7,2.4000000000000004,22.07
+1999,10,20,12,30,1011,62,696,17,-7,2.9000000000000004,20.63
+1999,10,20,13,30,989,59,617,18,-7,3.1,20.64
+1999,10,20,14,30,942,54,482,17,-7,3.0,20.7
+1999,10,20,15,30,844,46,304,15,-6,2.0,25.2
+1999,10,20,16,30,606,29,107,11,-1,1.0,47.93
+1999,10,20,17,30,0,0,0,8,-3,0.8,50.26
+1999,10,20,18,30,0,0,0,7,-5,1.0,48.14
+1999,10,20,19,30,0,0,0,5,-5,1.5,54.41
+1999,10,20,20,30,0,0,0,5,-5,1.9,52.51
+1999,10,20,21,30,0,0,0,5,-6,2.4000000000000004,49.82
+1999,10,20,22,30,0,0,0,5,-7,2.8000000000000003,47.68
+1999,10,20,23,30,0,0,0,5,-7,3.1,49.73
+1999,10,21,0,30,0,0,0,5,-7,3.2,48.71
+1999,10,21,1,30,0,0,0,5,-7,3.2,48.14
+1999,10,21,2,30,0,0,0,4,-7,3.1,48.51
+1999,10,21,3,30,0,0,0,4,-7,3.1,48.89
+1999,10,21,4,30,0,0,0,5,-7,3.1,48.64
+1999,10,21,5,30,0,0,0,5,-7,3.0,47.62
+1999,10,21,6,30,310,12,21,6,-8,3.0,43.79
+1999,10,21,7,30,757,38,201,10,-7,3.6,35.47
+1999,10,21,8,30,903,50,392,14,-6,3.6,28.93
+1999,10,21,9,30,970,56,550,17,-6,2.6,23.42
+1999,10,21,10,30,1001,60,657,19,-7,1.9,18.5
+1999,10,21,11,30,1011,62,705,20,-8,2.0,16.72
+1999,10,21,12,30,1005,62,688,21,-8,2.3000000000000003,15.67
+1999,10,21,13,30,981,60,608,20,-8,2.6,15.87
+1999,10,21,14,30,931,55,474,19,-8,2.7,17.18
+1999,10,21,15,30,830,46,296,17,-7,2.0,21.1
+1999,10,21,16,30,586,29,102,13,0,1.2000000000000002,43.72
+1999,10,21,17,30,0,0,0,10,-2,0.9,45.8
+1999,10,21,18,30,0,0,0,9,-4,0.5,43.48
+1999,10,21,19,30,0,0,0,8,-5,0.8,44.71
+1999,10,21,20,30,0,0,0,7,-5,1.2000000000000002,46.0
+1999,10,21,21,30,0,0,0,6,-6,1.4,47.77
+1999,10,21,22,30,0,0,0,6,-6,1.5,49.56
+1999,10,21,23,30,0,0,0,6,-7,1.5,47.27
+1999,10,22,0,30,0,0,0,6,-7,1.5,45.33
+1999,10,22,1,30,0,0,0,6,-8,1.5,43.7
+1999,10,22,2,30,0,0,0,5,-8,1.5,42.62
+1999,10,22,3,30,0,0,0,5,-8,1.5,41.75
+1999,10,22,4,30,0,0,0,5,-9,1.4,40.73
+1999,10,22,5,30,0,0,0,6,-9,1.4,39.42
+1999,10,22,6,30,280,11,18,7,-9,1.2000000000000002,33.27
+1999,10,22,7,30,749,39,197,10,-6,1.1,35.59
+1999,10,22,8,30,898,52,389,14,-4,0.6000000000000001,32.24
+1999,10,22,9,30,966,60,548,17,-8,0.4,19.83
+1999,10,22,10,30,998,65,656,18,-9,0.9,16.51
+1999,10,22,11,30,1009,68,704,19,-9,1.6,15.28
+1999,10,22,12,30,1003,68,687,20,-9,2.1,14.29
+1999,10,22,13,30,978,65,607,20,-9,2.6,14.35
+1999,10,22,14,30,927,59,471,19,-9,3.0,15.49
+1999,10,22,15,30,821,49,292,17,-8,2.9000000000000004,19.47
+1999,10,22,16,30,566,29,97,13,-3,2.0,37.69
+1999,10,22,17,30,0,0,0,10,-3,1.4,45.59
+1999,10,22,18,30,0,0,0,9,-4,1.1,46.53
+1999,10,22,19,30,0,0,0,8,-4,1.0,48.82
+1999,10,22,20,30,0,0,0,7,-5,1.2000000000000002,48.02
+1999,10,22,21,30,0,0,0,7,-5,1.3,46.32
+1999,10,22,22,30,0,0,0,7,-6,1.4,44.26
+1999,10,22,23,30,0,0,0,7,-6,1.5,42.45
+1999,10,23,0,30,0,0,0,6,-7,1.5,43.96
+1999,10,23,1,30,0,0,0,5,-7,1.5,46.33
+1999,10,23,2,30,0,0,0,4,-7,1.6,48.86
+1999,10,23,3,30,0,0,0,3,-8,1.6,50.78
+1999,10,23,4,30,0,0,0,3,-8,1.6,48.73
+1999,10,23,5,30,0,0,0,3,-9,1.7000000000000002,46.79
+1999,10,23,6,30,268,11,16,4,-9,1.5,42.35
+1999,10,23,7,30,753,39,195,9,-6,1.7000000000000002,40.02
+1999,10,23,8,30,907,53,389,13,-7,1.9,26.2
+1999,10,23,9,30,976,61,549,16,-10,1.6,17.52
+1999,10,23,10,30,1010,65,658,18,-10,1.5,15.04
+1999,10,23,11,30,1022,67,707,19,-10,1.6,14.2
+1999,10,23,12,30,1017,66,689,20,-10,2.0,13.27
+1999,10,23,13,30,993,63,608,20,-10,2.3000000000000003,13.33
+1999,10,23,14,30,940,57,471,19,-10,2.5,14.38
+1999,10,23,15,30,835,48,291,17,-9,1.9,17.830000000000005
+1999,10,23,16,30,576,28,95,13,-2,1.3,38.78
+1999,10,23,17,30,0,0,0,10,-4,1.1,40.6
+1999,10,23,18,30,0,0,0,9,-5,1.2000000000000002,43.52
+1999,10,23,19,30,0,0,0,7,-5,1.5,50.68
+1999,10,23,20,30,0,0,0,6,-5,1.7000000000000002,51.94
+1999,10,23,21,30,0,0,0,5,-7,1.7000000000000002,47.44
+1999,10,23,22,30,0,0,0,5,-8,1.7000000000000002,43.75
+1999,10,23,23,30,0,0,0,5,-8,1.9,41.38
+1999,10,24,0,30,0,0,0,5,-9,2.1,39.94
+1999,10,24,1,30,0,0,0,5,-9,2.2,41.66
+1999,10,24,2,30,0,0,0,5,-9,2.3000000000000003,40.76
+1999,10,24,3,30,0,0,0,5,-10,2.3000000000000003,39.88
+1999,10,24,4,30,0,0,0,5,-10,2.2,38.94
+1999,10,24,5,30,0,0,0,5,-10,2.2,38.4
+1999,10,24,6,30,0,0,0,6,-10,2.4000000000000004,35.6
+1999,10,24,7,30,690,36,176,10,-9,3.1,29.29
+1999,10,24,8,30,880,51,374,14,-9,3.4000000000000004,21.64
+1999,10,24,9,30,636,134,450,18,-9,2.5,16.4
+1999,10,24,10,30,904,87,613,21,-11,1.3,11.33
+1999,10,24,11,30,594,199,567,22,-12,0.7000000000000001,9.74
+1999,10,24,12,30,1026,62,685,23,-13,0.7000000000000001,8.91
+1999,10,24,13,30,1003,58,604,23,-13,1.1,8.950000000000003
+1999,10,24,14,30,950,54,467,22,-12,1.5,9.81
+1999,10,24,15,30,842,45,287,19,-10,1.5,14.79
+1999,10,24,16,30,575,27,91,14,-1,1.3,38.62
+1999,10,24,17,30,0,0,0,11,-4,1.0,37.43
+1999,10,24,18,30,0,0,0,9,-5,0.5,40.75
+1999,10,24,19,30,0,0,0,8,-6,0.8,40.76
+1999,10,24,20,30,0,0,0,7,-7,1.5,41.47
+1999,10,24,21,30,0,0,0,6,-7,1.7000000000000002,45.79
+1999,10,24,22,30,0,0,0,5,-8,1.8,43.47
+1999,10,24,23,30,0,0,0,5,-8,1.9,41.9
+1999,10,25,0,30,0,0,0,5,-9,1.8,43.83
+1999,10,25,1,30,0,0,0,5,-9,1.8,43.56
+1999,10,25,2,30,0,0,0,5,-9,1.7000000000000002,43.35
+1999,10,25,3,30,0,0,0,5,-9,1.7000000000000002,42.97
+1999,10,25,4,30,0,0,0,5,-9,1.6,39.15
+1999,10,25,5,30,0,0,0,6,-9,1.3,37.92
+1999,10,25,6,30,0,0,0,8,-10,1.0,32.01
+1999,10,25,7,30,702,42,182,10,-7,1.2000000000000002,31.6
+1999,10,25,8,30,864,57,370,13,-6,1.5,28.47
+1999,10,25,9,30,937,66,527,16,-10,1.2000000000000002,18.9
+1999,10,25,10,30,973,71,634,18,-10,1.1,15.26
+1999,10,25,11,30,985,73,680,19,-10,1.5,14.04
+1999,10,25,12,30,979,72,663,20,-10,2.1,13.12
+1999,10,25,13,30,951,69,582,21,-10,2.6,12.33
+1999,10,25,14,30,896,62,447,21,-10,2.9000000000000004,13.31
+1999,10,25,15,30,782,50,271,18,-9,2.4000000000000004,16.98
+1999,10,25,16,30,505,28,82,14,-2,2.2,37.53
+1999,10,25,17,30,0,0,0,11,-4,2.7,38.04
+1999,10,25,18,30,0,0,0,9,-5,2.9000000000000004,40.64
+1999,10,25,19,30,0,0,0,7,-5,2.9000000000000004,46.39
+1999,10,25,20,30,0,0,0,7,-6,2.8000000000000003,43.5
+1999,10,25,21,30,0,0,0,6,-7,2.5,43.62
+1999,10,25,22,30,0,0,0,6,-8,2.3000000000000003,41.04
+1999,10,25,23,30,0,0,0,6,-8,2.2,38.84
+1999,10,26,0,30,0,0,0,6,-9,2.2,37.68
+1999,10,26,1,30,0,0,0,6,-9,2.3000000000000003,40.1
+1999,10,26,2,30,0,0,0,5,-8,2.4000000000000004,41.69
+1999,10,26,3,30,0,0,0,5,-8,2.4000000000000004,42.78
+1999,10,26,4,30,0,0,0,5,-8,2.4000000000000004,42.58
+1999,10,26,5,30,0,0,0,5,-9,2.3000000000000003,43.82
+1999,10,26,6,30,0,0,0,6,-9,2.1,36.69
+1999,10,26,7,30,749,36,183,11,-8,2.2,30.53
+1999,10,26,8,30,906,49,374,16,-7,2.0,23.47
+1999,10,26,9,30,976,56,532,19,-10,1.9,14.76
+1999,10,26,10,30,1009,60,639,22,-11,2.6,11.25
+1999,10,26,11,30,1020,62,686,23,-12,3.2,10.43
+1999,10,26,12,30,1013,62,668,24,-11,3.5,9.91
+1999,10,26,13,30,986,60,587,24,-11,3.8,9.5
+1999,10,26,14,30,932,55,451,23,-11,3.8,10.47
+1999,10,26,15,30,821,45,273,21,-9,3.2,14.68
+1999,10,26,16,30,540,26,81,16,-3,2.5,31.9
+1999,10,26,17,30,0,0,0,13,-4,2.5,35.11
+1999,10,26,18,30,0,0,0,11,-5,2.5,36.53
+1999,10,26,19,30,0,0,0,9,-5,2.4000000000000004,41.3
+1999,10,26,20,30,0,0,0,8,-5,2.5,42.81
+1999,10,26,21,30,0,0,0,8,-6,2.6,43.59
+1999,10,26,22,30,0,0,0,8,-7,2.8000000000000003,40.76
+1999,10,26,23,30,0,0,0,8,-8,3.2,35.6
+1999,10,27,0,30,0,0,0,8,-8,3.6,36.17
+1999,10,27,1,30,0,0,0,8,-9,3.8,34.56
+1999,10,27,2,30,0,0,0,7,-9,3.7,34.12
+1999,10,27,3,30,0,0,0,7,-9,3.7,34.62
+1999,10,27,4,30,0,0,0,7,-9,3.7,35.02
+1999,10,27,5,30,0,0,0,7,-9,3.6,34.86
+1999,10,27,6,30,0,0,0,8,-9,3.7,32.62
+1999,10,27,7,30,725,33,172,11,-8,3.9,28.21
+1999,10,27,8,30,739,63,325,15,-7,4.2,23.19
+1999,10,27,9,30,948,62,520,18,-8,4.3,18.34
+1999,10,27,10,30,985,67,627,20,-9,4.0,14.32
+1999,10,27,11,30,998,69,674,21,-10,3.8,12.59
+1999,10,27,12,30,990,69,657,22,-10,4.2,12.37
+1999,10,27,13,30,959,67,576,21,-10,4.800000000000002,12.61
+1999,10,27,14,30,893,62,438,20,-9,5.5,14.36
+1999,10,27,15,30,758,52,259,17,-7,6.1000000000000005,20.13
+1999,10,27,16,30,438,29,72,12,-4,5.6000000000000005,36.68
+1999,10,27,17,30,0,0,0,8,-2,4.0,53.97
+1999,10,27,18,30,0,0,0,6,-1,2.5,65.16
+1999,10,27,19,30,0,0,0,4,-1,1.7000000000000002,76.88
+1999,10,27,20,30,0,0,0,4,-1,1.2000000000000002,81.62
+1999,10,27,21,30,0,0,0,3,-1,0.6000000000000001,80.49
+1999,10,27,22,30,0,0,0,2,-2,0.4,85.97
+1999,10,27,23,30,0,0,0,2,-2,0.8,85.02
+1999,10,28,0,30,0,0,0,2,-2,1.4,83.22
+1999,10,28,1,30,0,0,0,2,-2,1.7000000000000002,80.62
+1999,10,28,2,30,0,0,0,2,-3,2.0,78.21000000000002
+1999,10,28,3,30,0,0,0,2,-3,2.4000000000000004,76.05
+1999,10,28,4,30,0,0,0,2,-4,2.8000000000000003,73.72
+1999,10,28,5,30,0,0,0,2,-4,3.3000000000000003,70.89
+1999,10,28,6,30,0,0,0,4,-5,3.9,63.29
+1999,10,28,7,30,709,39,172,7,-5,4.2,47.11
+1999,10,28,8,30,882,52,361,11,-5,3.8,36.55
+1999,10,28,9,30,960,60,520,15,-5,3.0,26.89
+1999,10,28,10,30,998,64,627,18,-7,2.0,19.08
+1999,10,28,11,30,1010,66,674,20,-8,1.4,16.490000000000002
+1999,10,28,12,30,405,251,490,21,-8,1.4,15.07
+1999,10,28,13,30,400,216,426,21,-8,1.6,14.28
+1999,10,28,14,30,256,179,286,20,-8,1.7000000000000002,15.9
+1999,10,28,15,30,66,107,125,18,-6,1.2000000000000002,22.25
+1999,10,28,16,30,0,24,24,13,-1,0.8,43.02
+1999,10,28,17,30,0,0,0,10,-1,1.2000000000000002,50.7
+1999,10,28,18,30,0,0,0,9,-2,1.7000000000000002,52.64
+1999,10,28,19,30,0,0,0,8,-2,2.3000000000000003,53.59
+1999,10,28,20,30,0,0,0,8,-3,2.7,55.39
+1999,10,28,21,30,0,0,0,7,-3,2.8000000000000003,57.69
+1999,10,28,22,30,0,0,0,6,-3,2.5,60.88
+1999,10,28,23,30,0,0,0,5,-3,2.1,60.84
+1999,10,29,0,30,0,0,0,5,-3,1.5,67.77
+1999,10,29,1,30,0,0,0,4,-2,1.2000000000000002,76.91
+1999,10,29,2,30,0,0,0,4,-2,1.5,77.23
+1999,10,29,3,30,0,0,0,3,-2,1.3,77.8
+1999,10,29,4,30,0,0,0,3,-2,0.7000000000000001,78.10000000000002
+1999,10,29,5,30,0,0,0,2,-2,0.6000000000000001,83.78
+1999,10,29,6,30,0,0,0,2,-2,1.1,82.54
+1999,10,29,7,30,199,68,104,4,-2,2.8000000000000003,72.19
+1999,10,29,8,30,720,64,314,6,-4,4.800000000000002,54.5
+1999,10,29,9,30,900,63,490,8,-7,5.5,41.14
+1999,10,29,10,30,961,88,627,9,-8,5.5,35.47
+1999,10,29,11,30,968,95,673,9,-7,5.4,33.54
+1999,10,29,12,30,606,186,540,9,-7,5.4,34.64
+1999,10,29,13,30,0,68,68,9,-7,5.2,35.48000000000001
+1999,10,29,14,30,536,128,348,8,-7,4.800000000000002,37.98
+1999,10,29,15,30,762,55,257,7,-7,4.0,39.62
+1999,10,29,16,30,477,26,68,5,-7,2.7,46.3
+1999,10,29,17,30,0,0,0,3,-6,1.9,59.52
+1999,10,29,18,30,0,0,0,2,-5,1.9,64.82000000000001
+1999,10,29,19,30,0,0,0,2,-5,1.8,64.8
+1999,10,29,20,30,0,0,0,1,-6,1.7000000000000002,63.69000000000001
+1999,10,29,21,30,0,0,0,0,-6,1.7000000000000002,66.68
+1999,10,29,22,30,0,0,0,0,-6,1.9,64.8
+1999,10,29,23,30,0,0,0,0,-7,2.2,62.8
+1999,10,30,0,30,0,0,0,0,-7,2.4000000000000004,65.08
+1999,10,30,1,30,0,0,0,0,-8,2.5,62.78
+1999,10,30,2,30,0,0,0,0,-8,2.5,60.94
+1999,10,30,3,30,0,0,0,0,-8,2.4000000000000004,59.42
+1999,10,30,4,30,0,0,0,0,-9,2.4000000000000004,57.64
+1999,10,30,5,30,0,0,0,0,-9,2.3000000000000003,55.37000000000001
+1999,10,30,6,30,0,0,0,0,-10,2.4000000000000004,49.26
+1999,10,30,7,30,744,32,166,3,-10,3.1,43.58
+1999,10,30,8,30,907,42,352,7,-10,2.9000000000000004,30.89
+1999,10,30,9,30,976,47,506,11,-12,2.5,21.19
+1999,10,30,10,30,1007,51,610,13,-14,3.3000000000000003,15.82
+1999,10,30,11,30,1017,53,656,14,-13,4.1000000000000005,15.41
+1999,10,30,12,30,1009,53,638,15,-12,4.5,15.24
+1999,10,30,13,30,983,51,558,16,-12,4.6000000000000005,16.16
+1999,10,30,14,30,929,46,424,15,-11,4.3,17.16
+1999,10,30,15,30,818,38,250,13,-10,2.8000000000000003,21.46
+1999,10,30,16,30,526,21,65,9,-4,1.4,42.42
+1999,10,30,17,30,0,0,0,8,-6,0.7000000000000001,43.2
+1999,10,30,18,30,0,0,0,7,-7,0.7000000000000001,42.2
+1999,10,30,19,30,0,0,0,5,-7,1.2000000000000002,45.51
+1999,10,30,20,30,0,0,0,5,-7,1.4,49.37000000000001
+1999,10,30,21,30,0,0,0,5,-7,1.5,48.55
+1999,10,30,22,30,0,0,0,5,-7,1.4,47.62
+1999,10,30,23,30,0,0,0,5,-8,1.4,46.54
+1999,10,31,0,30,0,0,0,4,-8,1.4,45.71
+1999,10,31,1,30,0,0,0,4,-8,1.5,48.62000000000001
+1999,10,31,2,30,0,0,0,3,-8,1.6,48.69
+1999,10,31,3,30,0,0,0,3,-8,1.6,49.05
+1999,10,31,4,30,0,0,0,3,-8,1.7000000000000002,49.49
+1999,10,31,5,30,0,0,0,3,-8,1.7000000000000002,50.09
+1999,10,31,6,30,0,0,0,4,-8,1.6,47.45
+1999,10,31,7,30,739,29,159,8,-5,1.8,42.65
+1999,10,31,8,30,905,39,345,13,-2,2.4000000000000004,37.45
+1999,10,31,9,30,978,45,500,17,-4,2.5,27.98
+1999,10,31,10,30,1013,48,606,20,-5,2.0,20.48
+1999,10,31,11,30,1025,49,652,21,-6,1.4,16.740000000000002
+1999,10,31,12,30,1019,48,634,22,-7,0.9,14.97
+1999,10,31,13,30,993,47,555,23,-7,0.4,14.69
+1999,10,31,14,30,939,43,421,22,-7,0.2,15.92
+1999,10,31,15,30,827,35,247,18,-4,0.2,25.0
+1999,10,31,16,30,532,19,62,13,0,0.30000000000000004,48.52
+1999,10,31,17,30,0,0,0,10,-2,1.0,46.91
+1999,10,31,18,30,0,0,0,9,-3,1.8,47.58
+1999,10,31,19,30,0,0,0,8,-3,2.2,48.7
+1999,10,31,20,30,0,0,0,7,-4,2.5,50.09
+1999,10,31,21,30,0,0,0,7,-5,2.6,50.92
+1999,10,31,22,30,0,0,0,6,-5,2.7,48.22
+1999,10,31,23,30,0,0,0,6,-6,2.8000000000000003,45.89
+1999,11,1,0,30,0,0,0,6,-6,2.6,48.0
+1999,11,1,1,30,0,0,0,5,-6,2.2,51.58
+1999,11,1,2,30,0,0,0,4,-6,1.7000000000000002,56.29
+1999,11,1,3,30,0,0,0,3,-6,1.3,61.49
+1999,11,1,4,30,0,0,0,2,-6,1.2000000000000002,61.97
+1999,11,1,5,30,0,0,0,1,-6,1.1,61.16
+1999,11,1,6,30,0,0,0,1,-6,1.4,59.6
+1999,11,1,7,30,244,60,102,3,-6,2.4000000000000004,55.52
+1999,11,1,8,30,860,48,335,5,-8,3.3000000000000003,46.2
+1999,11,1,9,30,932,65,495,6,-9,3.4000000000000004,36.34
+1999,11,1,10,30,927,75,582,8,-10,3.3000000000000003,30.46
+1999,11,1,11,30,987,71,647,9,-10,3.7,27.91
+1999,11,1,12,30,979,70,628,10,-10,4.4,25.93
+1999,11,1,13,30,945,67,546,9,-10,5.0,28.03
+1999,11,1,14,30,876,62,411,8,-10,5.2,30.51
+1999,11,1,15,30,654,50,215,6,-9,4.7,38.23
+1999,11,1,16,30,311,26,50,3,-9,3.5,45.77
+1999,11,1,17,30,0,0,0,1,-9,2.3000000000000003,49.82
+1999,11,1,18,30,0,0,0,0,-9,1.8,53.02
+1999,11,1,19,30,0,0,0,0,-9,1.5,51.72
+1999,11,1,20,30,0,0,0,0,-9,1.1,54.39
+1999,11,1,21,30,0,0,0,0,-9,0.6000000000000001,54.89
+1999,11,1,22,30,0,0,0,-1,-10,0.6000000000000001,58.08
+1999,11,1,23,30,0,0,0,-2,-10,1.0,60.63
+1999,11,2,0,30,0,0,0,-3,-10,1.0,64.84
+1999,11,2,1,30,0,0,0,-2,-10,0.9,65.05
+1999,11,2,2,30,0,0,0,-2,-10,0.8,64.25
+1999,11,2,3,30,0,0,0,-2,-10,0.8,58.38
+1999,11,2,4,30,0,0,0,-2,-11,0.9,56.8
+1999,11,2,5,30,0,0,0,-2,-11,1.1,54.15
+1999,11,2,6,30,0,0,0,-1,-12,1.5,43.78
+1999,11,2,7,30,730,36,159,3,-12,2.2,35.79
+1999,11,2,8,30,914,51,352,8,-13,2.5,22.8
+1999,11,2,9,30,990,59,512,12,-16,1.9,14.0
+1999,11,2,10,30,1023,64,618,15,-18,1.3,9.18
+1999,11,2,11,30,1029,66,661,16,-19,1.1,8.03
+1999,11,2,12,30,1014,65,639,17,-19,1.1,7.83
+1999,11,2,13,30,977,61,553,17,-18,1.2000000000000002,8.66
+1999,11,2,14,30,120,174,221,16,-16,1.3,10.42
+1999,11,2,15,30,350,85,171,14,-11,1.0,17.89
+1999,11,2,16,30,39,25,28,10,-8,0.8,31.29
+1999,11,2,17,30,0,0,0,8,-10,1.4,31.9
+1999,11,2,18,30,0,0,0,6,-10,2.0,34.43
+1999,11,2,19,30,0,0,0,5,-10,2.5,37.04
+1999,11,2,20,30,0,0,0,5,-10,3.4000000000000004,36.3
+1999,11,2,21,30,0,0,0,5,-10,4.1000000000000005,35.96
+1999,11,2,22,30,0,0,0,5,-10,4.3,35.96
+1999,11,2,23,30,0,0,0,4,-10,3.8,39.1
+1999,11,3,0,30,0,0,0,4,-10,3.2,43.06
+1999,11,3,1,30,0,0,0,3,-9,2.6,45.29
+1999,11,3,2,30,0,0,0,2,-8,2.3000000000000003,52.32
+1999,11,3,3,30,0,0,0,2,-8,2.1,54.64
+1999,11,3,4,30,0,0,0,2,-7,2.0,55.52
+1999,11,3,5,30,0,0,0,1,-8,2.0,54.64
+1999,11,3,6,30,0,0,0,2,-8,2.0,53.19
+1999,11,3,7,30,703,35,151,5,-7,2.7,44.85
+1999,11,3,8,30,893,50,340,10,-7,3.2,35.5
+1999,11,3,9,30,945,70,498,13,-9,2.8000000000000003,23.19
+1999,11,3,10,30,1012,61,605,16,-12,2.4000000000000004,15.35
+1999,11,3,11,30,683,157,550,17,-14,2.1,12.71
+1999,11,3,12,30,724,138,545,18,-14,2.0,11.39
+1999,11,3,13,30,489,179,423,17,-14,2.0,11.31
+1999,11,3,14,30,41,157,173,16,-14,1.8,12.44
+1999,11,3,15,30,0,47,47,13,-9,1.2000000000000002,22.98
+1999,11,3,16,30,0,19,19,10,-4,0.6000000000000001,43.56
+1999,11,3,17,30,0,0,0,8,-6,0.5,44.51
+1999,11,3,18,30,0,0,0,6,-7,0.9,41.47
+1999,11,3,19,30,0,0,0,4,-9,1.6,43.72
+1999,11,3,20,30,0,0,0,4,-9,1.9,41.53
+1999,11,3,21,30,0,0,0,4,-10,2.2,42.89
+1999,11,3,22,30,0,0,0,4,-10,2.5,41.78
+1999,11,3,23,30,0,0,0,4,-10,2.8000000000000003,38.38
+1999,11,4,0,30,0,0,0,4,-10,2.8000000000000003,38.36
+1999,11,4,1,30,0,0,0,4,-10,2.8000000000000003,38.83
+1999,11,4,2,30,0,0,0,4,-10,2.8000000000000003,39.38
+1999,11,4,3,30,0,0,0,4,-10,2.9000000000000004,39.94
+1999,11,4,4,30,0,0,0,4,-10,3.0,40.41
+1999,11,4,5,30,0,0,0,4,-9,2.9000000000000004,40.69
+1999,11,4,6,30,0,0,0,5,-9,3.0,37.99
+1999,11,4,7,30,0,3,3,8,-9,3.8,31.95
+1999,11,4,8,30,847,46,318,13,-8,4.3,25.54
+1999,11,4,9,30,880,61,456,16,-9,3.9,18.9
+1999,11,4,10,30,859,86,544,19,-10,3.0,15.34
+1999,11,4,11,30,853,99,586,20,-10,2.0,14.36
+1999,11,4,12,30,537,192,491,20,-9,1.4,13.97
+1999,11,4,13,30,953,58,529,21,-9,1.1,14.46
+1999,11,4,14,30,898,51,398,20,-9,0.8,15.98
+1999,11,4,15,30,774,41,227,17,-5,0.5,24.18
+1999,11,4,16,30,431,20,48,13,-2,0.2,39.37
+1999,11,4,17,30,0,0,0,11,-5,0.2,37.66
+1999,11,4,18,30,0,0,0,9,-6,0.6000000000000001,37.95
+1999,11,4,19,30,0,0,0,8,-6,1.1,39.12
+1999,11,4,20,30,0,0,0,7,-7,1.5,43.98
+1999,11,4,21,30,0,0,0,6,-7,1.7000000000000002,42.84
+1999,11,4,22,30,0,0,0,6,-8,1.7000000000000002,44.26
+1999,11,4,23,30,0,0,0,5,-8,1.7000000000000002,42.96
+1999,11,5,0,30,0,0,0,5,-8,1.6,42.27
+1999,11,5,1,30,0,0,0,4,-8,1.5,45.34
+1999,11,5,2,30,0,0,0,4,-8,1.4,45.51
+1999,11,5,3,30,0,0,0,4,-8,1.2000000000000002,49.11
+1999,11,5,4,30,0,0,0,4,-8,1.1,49.09
+1999,11,5,5,30,0,0,0,4,-8,0.9,45.49
+1999,11,5,6,30,0,0,0,4,-8,0.5,46.14
+1999,11,5,7,30,649,35,137,7,-7,0.6000000000000001,44.23
+1999,11,5,8,30,849,51,321,10,-6,1.0,36.42
+1999,11,5,9,30,933,60,475,13,-8,1.1,24.69
+1999,11,5,10,30,973,65,580,16,-9,1.1,19.36
+1999,11,5,11,30,988,67,626,18,-9,1.4,17.740000000000006
+1999,11,5,12,30,981,66,609,19,-9,1.8,16.48
+1999,11,5,13,30,953,63,529,19,-9,2.1,15.58
+1999,11,5,14,30,891,56,396,18,-9,2.2,16.84
+1999,11,5,15,30,760,44,223,15,-7,1.8,23.46
+1999,11,5,16,30,402,20,45,11,-2,1.6,45.15
+1999,11,5,17,30,0,0,0,9,-4,1.7000000000000002,46.27
+1999,11,5,18,30,0,0,0,8,-5,1.7000000000000002,47.16
+1999,11,5,19,30,0,0,0,6,-5,1.7000000000000002,49.51
+1999,11,5,20,30,0,0,0,6,-6,1.8,49.81
+1999,11,5,21,30,0,0,0,5,-7,2.1,46.06
+1999,11,5,22,30,0,0,0,5,-8,2.4000000000000004,42.91
+1999,11,5,23,30,0,0,0,5,-9,2.5,40.61
+1999,11,6,0,30,0,0,0,5,-9,2.6,39.62
+1999,11,6,1,30,0,0,0,5,-9,2.7,39.47
+1999,11,6,2,30,0,0,0,5,-9,2.8000000000000003,39.48
+1999,11,6,3,30,0,0,0,5,-9,2.7,42.6
+1999,11,6,4,30,0,0,0,4,-9,2.6,42.92
+1999,11,6,5,30,0,0,0,4,-9,2.4000000000000004,43.09
+1999,11,6,6,30,0,0,0,5,-9,2.1,40.05
+1999,11,6,7,30,667,34,136,9,-8,2.1,34.78
+1999,11,6,8,30,859,50,319,14,-7,1.8,27.52
+1999,11,6,9,30,939,59,472,17,-8,1.4,18.31
+1999,11,6,10,30,975,65,576,19,-10,1.9,14.26
+1999,11,6,11,30,987,67,622,20,-10,2.5,12.9
+1999,11,6,12,30,979,67,604,21,-10,2.9000000000000004,12.32
+1999,11,6,13,30,948,64,525,21,-10,3.2,13.38
+1999,11,6,14,30,884,58,392,20,-10,3.2,14.72
+1999,11,6,15,30,749,45,219,17,-7,2.5,21.98
+1999,11,6,16,30,382,20,42,12,-3,1.9,37.2
+1999,11,6,17,30,0,0,0,9,-5,2.1,41.61
+1999,11,6,18,30,0,0,0,8,-5,2.2,43.65
+1999,11,6,19,30,0,0,0,7,-5,2.2,45.76
+1999,11,6,20,30,0,0,0,6,-6,2.2,47.46
+1999,11,6,21,30,0,0,0,6,-6,2.3000000000000003,45.75
+1999,11,6,22,30,0,0,0,6,-7,2.5,47.49
+1999,11,6,23,30,0,0,0,6,-7,2.7,46.12
+1999,11,7,0,30,0,0,0,5,-7,2.7,44.81
+1999,11,7,1,30,0,0,0,5,-8,2.6,43.57
+1999,11,7,2,30,0,0,0,5,-8,2.5,42.42
+1999,11,7,3,30,0,0,0,5,-8,2.3000000000000003,44.14
+1999,11,7,4,30,0,0,0,4,-9,2.1,42.78
+1999,11,7,5,30,0,0,0,4,-9,2.1,41.51
+1999,11,7,6,30,0,0,0,5,-10,2.1,37.63
+1999,11,7,7,30,692,32,135,9,-8,2.4000000000000004,31.32
+1999,11,7,8,30,887,46,320,14,-7,2.9000000000000004,25.72
+1999,11,7,9,30,967,54,475,18,-9,3.1,17.28
+1999,11,7,10,30,1001,58,579,20,-12,3.1,11.7
+1999,11,7,11,30,797,113,557,21,-12,3.1,10.37
+1999,11,7,12,30,1000,61,606,22,-13,2.9000000000000004,9.59
+1999,11,7,13,30,969,59,526,22,-13,2.5,10.19
+1999,11,7,14,30,904,54,392,21,-12,1.9,11.41
+1999,11,7,15,30,647,47,195,18,-5,1.2000000000000002,21.82
+1999,11,7,16,30,386,19,40,14,-3,1.3,32.96
+1999,11,7,17,30,0,0,0,12,-7,1.8,28.65
+1999,11,7,18,30,0,0,0,10,-7,2.1,33.69
+1999,11,7,19,30,0,0,0,8,-7,2.1,37.99
+1999,11,7,20,30,0,0,0,8,-7,2.0,38.56
+1999,11,7,21,30,0,0,0,7,-8,1.9,37.27
+1999,11,7,22,30,0,0,0,7,-8,1.7000000000000002,37.0
+1999,11,7,23,30,0,0,0,7,-8,1.7000000000000002,37.74
+1999,11,8,0,30,0,0,0,7,-8,1.7000000000000002,38.38
+1999,11,8,1,30,0,0,0,7,-7,1.7000000000000002,39.48
+1999,11,8,2,30,0,0,0,7,-6,1.6,41.73
+1999,11,8,3,30,0,0,0,7,-6,1.6,43.58
+1999,11,8,4,30,0,0,0,7,-6,1.7000000000000002,44.22
+1999,11,8,5,30,0,0,0,7,-6,1.8,43.88
+1999,11,8,6,30,0,0,0,7,-6,2.0,43.31
+1999,11,8,7,30,302,47,91,10,-6,2.4000000000000004,36.4
+1999,11,8,8,30,802,54,299,14,-4,2.9000000000000004,30.19
+1999,11,8,9,30,895,63,450,17,-5,3.1,23.31
+1999,11,8,10,30,938,68,552,19,-6,2.6,19.86
+1999,11,8,11,30,952,70,597,20,-5,1.6,19.41
+1999,11,8,12,30,944,70,580,21,-5,0.8,18.67
+1999,11,8,13,30,911,67,502,21,-5,0.6000000000000001,20.12
+1999,11,8,14,30,841,60,372,20,-5,0.6000000000000001,21.67
+1999,11,8,15,30,696,47,204,17,-3,0.5,27.23
+1999,11,8,16,30,311,19,35,14,0,0.6000000000000001,43.42
+1999,11,8,17,30,0,0,0,11,-3,0.8,42.06
+1999,11,8,18,30,0,0,0,10,-3,0.9,47.2
+1999,11,8,19,30,0,0,0,8,-3,1.1,50.84
+1999,11,8,20,30,0,0,0,7,-3,1.4,54.44
+1999,11,8,21,30,0,0,0,7,-3,1.6,53.82
+1999,11,8,22,30,0,0,0,7,-3,1.9,53.43
+1999,11,8,23,30,0,0,0,7,-3,2.1,52.98
+1999,11,9,0,30,0,0,0,7,-3,2.2,52.58
+1999,11,9,1,30,0,0,0,7,-3,2.1,52.58
+1999,11,9,2,30,0,0,0,7,-3,1.9,52.95
+1999,11,9,3,30,0,0,0,7,-3,1.7000000000000002,56.89
+1999,11,9,4,30,0,0,0,6,-3,1.6,56.05
+1999,11,9,5,30,0,0,0,6,-4,1.6,58.23
+1999,11,9,6,30,0,0,0,6,-5,1.6,55.65
+1999,11,9,7,30,549,38,115,9,-4,2.0,45.43
+1999,11,9,8,30,778,58,292,12,-5,2.7,36.67
+1999,11,9,9,30,878,68,444,14,-6,2.5,27.93
+1999,11,9,10,30,927,74,549,15,-6,1.8,25.23
+1999,11,9,11,30,946,76,596,16,-6,0.8,22.71
+1999,11,9,12,30,944,74,580,17,-7,0.4,21.73
+1999,11,9,13,30,919,69,504,17,-8,0.6000000000000001,19.56
+1999,11,9,14,30,862,59,375,16,-8,0.8,20.1
+1999,11,9,15,30,729,45,206,14,-7,0.5,24.33
+1999,11,9,16,30,339,18,34,11,-3,0.30000000000000004,44.51
+1999,11,9,17,30,0,0,0,8,-5,0.30000000000000004,43.47
+1999,11,9,18,30,0,0,0,7,-5,0.4,46.55
+1999,11,9,19,30,0,0,0,6,-5,0.7000000000000001,53.61
+1999,11,9,20,30,0,0,0,5,-5,0.8,57.04
+1999,11,9,21,30,0,0,0,4,-5,0.9,56.0
+1999,11,9,22,30,0,0,0,3,-6,1.0,59.26
+1999,11,9,23,30,0,0,0,3,-6,1.1,58.23
+1999,11,10,0,30,0,0,0,3,-6,1.2000000000000002,61.44
+1999,11,10,1,30,0,0,0,2,-6,1.5,60.25
+1999,11,10,2,30,0,0,0,2,-7,1.6,58.73
+1999,11,10,3,30,0,0,0,2,-7,1.7000000000000002,56.47
+1999,11,10,4,30,0,0,0,3,-8,1.7000000000000002,53.67
+1999,11,10,5,30,0,0,0,3,-8,1.8,50.79
+1999,11,10,6,30,0,0,0,4,-9,1.7000000000000002,45.04
+1999,11,10,7,30,573,30,109,7,-9,1.9,35.29
+1999,11,10,8,30,342,108,210,12,-7,2.2,27.74
+1999,11,10,9,30,46,175,195,16,-10,1.5,19.08
+1999,11,10,10,30,191,239,337,18,-11,0.6000000000000001,13.55
+1999,11,10,11,30,441,219,459,20,-11,0.4,12.85
+1999,11,10,12,30,676,142,501,21,-11,0.7000000000000001,12.53
+1999,11,10,13,30,431,181,383,21,-10,1.1,12.89
+1999,11,10,14,30,391,133,275,20,-10,1.5,14.23
+1999,11,10,15,30,743,40,203,16,-6,1.5,25.08
+1999,11,10,16,30,352,16,32,12,-2,1.4,41.89
+1999,11,10,17,30,0,0,0,10,-5,1.3,38.16
+1999,11,10,18,30,0,0,0,9,-6,1.4,38.8
+1999,11,10,19,30,0,0,0,7,-5,1.5,45.43
+1999,11,10,20,30,0,0,0,7,-6,1.6,47.07
+1999,11,10,21,30,0,0,0,7,-7,1.7000000000000002,44.08
+1999,11,10,22,30,0,0,0,7,-8,2.0,41.15
+1999,11,10,23,30,0,0,0,7,-8,2.2,39.17
+1999,11,11,0,30,0,0,0,6,-8,2.2,38.76
+1999,11,11,1,30,0,0,0,6,-8,2.1,40.5
+1999,11,11,2,30,0,0,0,6,-7,1.9,42.08
+1999,11,11,3,30,0,0,0,6,-7,1.8,42.29
+1999,11,11,4,30,0,0,0,7,-8,1.8,41.18
+1999,11,11,5,30,0,0,0,7,-8,1.8,37.64
+1999,11,11,6,30,0,0,0,7,-8,1.7000000000000002,36.99
+1999,11,11,7,30,0,19,19,9,-8,1.5,33.27
+1999,11,11,8,30,0,37,37,13,-5,1.7000000000000002,33.0
+1999,11,11,9,30,0,67,67,16,-7,1.7000000000000002,23.14
+1999,11,11,10,30,21,190,201,18,-10,1.2000000000000002,14.99
+1999,11,11,11,30,305,245,410,19,-12,1.1,12.37
+1999,11,11,12,30,261,244,382,20,-12,1.3,11.1
+1999,11,11,13,30,62,203,232,20,-13,1.6,10.92
+1999,11,11,14,30,587,97,308,19,-12,1.8,11.9
+1999,11,11,15,30,372,69,149,16,-7,1.7000000000000002,23.14
+1999,11,11,16,30,0,22,22,12,-3,1.6,41.18
+1999,11,11,17,30,0,0,0,10,-5,1.5,36.75
+1999,11,11,18,30,0,0,0,9,-6,1.4,37.87
+1999,11,11,19,30,0,0,0,8,-6,1.4,42.89
+1999,11,11,20,30,0,0,0,7,-7,1.5,41.03
+1999,11,11,21,30,0,0,0,7,-7,1.5,38.75
+1999,11,11,22,30,0,0,0,6,-8,1.6,39.7
+1999,11,11,23,30,0,0,0,6,-9,1.6,40.67
+1999,11,12,0,30,0,0,0,5,-9,1.6,39.03
+1999,11,12,1,30,0,0,0,5,-10,1.7000000000000002,39.92
+1999,11,12,2,30,0,0,0,4,-10,1.8,37.83
+1999,11,12,3,30,0,0,0,4,-11,1.9,39.1
+1999,11,12,4,30,0,0,0,3,-11,1.9,38.19
+1999,11,12,5,30,0,0,0,3,-11,1.8,37.65
+1999,11,12,6,30,0,0,0,4,-11,1.7000000000000002,37.26
+1999,11,12,7,30,639,30,113,8,-10,1.6,30.94
+1999,11,12,8,30,858,45,293,13,-7,1.8,27.47
+1999,11,12,9,30,947,53,447,16,-11,1.8,16.580000000000002
+1999,11,12,10,30,988,58,551,19,-13,1.4,11.6
+1999,11,12,11,30,1003,59,597,20,-13,1.6,10.36
+1999,11,12,12,30,996,59,580,21,-13,1.8,9.85
+1999,11,12,13,30,966,56,502,21,-13,2.0,10.08
+1999,11,12,14,30,902,50,370,20,-12,1.7000000000000002,11.52
+1999,11,12,15,30,762,39,200,17,-4,1.2000000000000002,26.61
+1999,11,12,16,30,357,15,29,13,-3,0.9,36.2
+1999,11,12,17,30,0,0,0,11,-7,0.8,32.84
+1999,11,12,18,30,0,0,0,9,-7,1.2000000000000002,37.64
+1999,11,12,19,30,0,0,0,7,-7,1.6,42.22
+1999,11,12,20,30,0,0,0,6,-8,1.8,38.69
+1999,11,12,21,30,0,0,0,6,-10,2.1,35.050000000000004
+1999,11,12,22,30,0,0,0,6,-11,2.3000000000000003,32.59
+1999,11,12,23,30,0,0,0,6,-11,2.4000000000000004,31.07
+1999,11,13,0,30,0,0,0,6,-12,2.5,32.17
+1999,11,13,1,30,0,0,0,5,-12,2.4000000000000004,31.83
+1999,11,13,2,30,0,0,0,5,-12,2.4000000000000004,31.73
+1999,11,13,3,30,0,0,0,5,-12,2.5,31.47
+1999,11,13,4,30,0,0,0,5,-12,2.6,30.83
+1999,11,13,5,30,0,0,0,5,-12,2.6,32.53
+1999,11,13,6,30,0,0,0,5,-12,2.5,29.97
+1999,11,13,7,30,661,29,113,8,-12,2.6,25.45
+1999,11,13,8,30,880,45,296,13,-11,3.0,19.8
+1999,11,13,9,30,967,53,450,17,-11,2.3000000000000003,15.13
+1999,11,13,10,30,1005,58,556,20,-13,1.7000000000000002,10.86
+1999,11,13,11,30,1017,60,601,21,-14,2.2,9.11
+1999,11,13,12,30,1009,59,584,22,-14,2.8000000000000003,8.57
+1999,11,13,13,30,978,57,505,21,-14,3.1,9.41
+1999,11,13,14,30,912,51,372,20,-13,2.8000000000000003,10.86
+1999,11,13,15,30,769,39,200,16,-7,1.9,21.78
+1999,11,13,16,30,349,15,28,13,-3,1.4,37.21
+1999,11,13,17,30,0,0,0,12,-6,1.2000000000000002,32.82
+1999,11,13,18,30,0,0,0,11,-7,1.0,32.36
+1999,11,13,19,30,0,0,0,10,-8,1.2000000000000002,33.34
+1999,11,13,20,30,0,0,0,9,-8,1.5,32.4
+1999,11,13,21,30,0,0,0,9,-8,1.6,33.32
+1999,11,13,22,30,0,0,0,8,-9,1.6,31.87
+1999,11,13,23,30,0,0,0,7,-10,1.7000000000000002,32.87
+1999,11,14,0,30,0,0,0,6,-10,1.7000000000000002,34.78
+1999,11,14,1,30,0,0,0,6,-10,1.7000000000000002,37.34
+1999,11,14,2,30,0,0,0,5,-10,1.8,36.67
+1999,11,14,3,30,0,0,0,5,-10,1.8,36.1
+1999,11,14,4,30,0,0,0,5,-10,1.8,35.58
+1999,11,14,5,30,0,0,0,5,-10,1.8,35.2
+1999,11,14,6,30,0,0,0,6,-11,1.7000000000000002,32.06
+1999,11,14,7,30,607,30,104,9,-10,1.3,27.65
+1999,11,14,8,30,838,46,282,13,-4,1.3,33.65
+1999,11,14,9,30,933,55,435,17,-9,1.3,18.77
+1999,11,14,10,30,976,60,540,18,-11,0.9,13.84
+1999,11,14,11,30,992,63,587,19,-11,1.0,12.87
+1999,11,14,12,30,985,62,571,20,-11,1.2000000000000002,12.05
+1999,11,14,13,30,954,60,494,20,-11,1.5,12.26
+1999,11,14,14,30,886,53,362,19,-10,1.4,13.76
+1999,11,14,15,30,737,41,193,16,-4,1.2000000000000002,29.96
+1999,11,14,16,30,305,14,25,13,-2,1.2000000000000002,40.34
+1999,11,14,17,30,0,0,0,11,-6,1.3,35.44
+1999,11,14,18,30,0,0,0,10,-6,1.4,36.57
+1999,11,14,19,30,0,0,0,9,-7,1.6,38.31
+1999,11,14,20,30,0,0,0,7,-7,1.7000000000000002,40.32
+1999,11,14,21,30,0,0,0,7,-7,1.7000000000000002,41.64
+1999,11,14,22,30,0,0,0,6,-8,1.7000000000000002,39.95
+1999,11,14,23,30,0,0,0,6,-8,1.7000000000000002,41.3
+1999,11,15,0,30,0,0,0,5,-9,1.7000000000000002,40.03
+1999,11,15,1,30,0,0,0,5,-9,1.7000000000000002,38.92
+1999,11,15,2,30,0,0,0,5,-10,1.7000000000000002,40.61
+1999,11,15,3,30,0,0,0,5,-10,1.8,39.48
+1999,11,15,4,30,0,0,0,4,-10,1.8,38.51
+1999,11,15,5,30,0,0,0,4,-10,1.8,37.9
+1999,11,15,6,30,0,0,0,4,-11,1.7000000000000002,37.51
+1999,11,15,7,30,602,29,101,8,-10,1.7000000000000002,32.55
+1999,11,15,8,30,839,46,280,13,-7,2.2,28.24
+1999,11,15,9,30,936,55,433,17,-9,2.3000000000000003,17.29
+1999,11,15,10,30,980,60,538,20,-11,1.9,12.78
+1999,11,15,11,30,995,62,585,21,-11,2.0,11.58
+1999,11,15,12,30,988,62,569,22,-11,2.2,11.63
+1999,11,15,13,30,957,59,491,21,-11,2.3000000000000003,11.85
+1999,11,15,14,30,889,52,359,20,-10,1.9,14.3
+1999,11,15,15,30,738,40,190,16,-3,1.3,29.86
+1999,11,15,16,30,302,13,23,13,-3,1.0,39.56
+1999,11,15,17,30,0,0,0,11,-6,0.5,35.31
+1999,11,15,18,30,0,0,0,9,-6,0.7000000000000001,36.88
+1999,11,15,19,30,0,0,0,8,-6,1.3,41.61
+1999,11,15,20,30,0,0,0,6,-7,1.6,43.47
+1999,11,15,21,30,0,0,0,6,-7,1.7000000000000002,41.89
+1999,11,15,22,30,0,0,0,5,-8,1.8,43.14
+1999,11,15,23,30,0,0,0,5,-8,1.8,41.58
+1999,11,16,0,30,0,0,0,5,-9,1.8,40.29
+1999,11,16,1,30,0,0,0,5,-9,1.9,39.44
+1999,11,16,2,30,0,0,0,5,-9,1.9,41.84
+1999,11,16,3,30,0,0,0,5,-9,1.9,41.41
+1999,11,16,4,30,0,0,0,5,-9,1.9,40.66
+1999,11,16,5,30,0,0,0,5,-10,1.9,39.83
+1999,11,16,6,30,0,0,0,5,-10,1.8,39.4
+1999,11,16,7,30,578,29,96,8,-9,1.8,31.69
+1999,11,16,8,30,820,47,272,13,-7,2.3000000000000003,27.29
+1999,11,16,9,30,916,57,423,17,-8,2.0,20.5
+1999,11,16,10,30,958,62,526,19,-9,1.4,15.27
+1999,11,16,11,30,971,65,571,20,-10,1.7000000000000002,13.61
+1999,11,16,12,30,961,65,554,21,-10,1.9,13.55
+1999,11,16,13,30,926,62,477,20,-10,2.0,13.78
+1999,11,16,14,30,854,55,348,19,-9,1.7000000000000002,15.21
+1999,11,16,15,30,698,42,181,15,-5,1.4,27.54
+1999,11,16,16,30,0,21,21,12,-3,1.4,39.73
+1999,11,16,17,30,0,0,0,10,-5,1.4,38.57
+1999,11,16,18,30,0,0,0,9,-5,1.3,39.98
+1999,11,16,19,30,0,0,0,8,-5,1.4,45.25
+1999,11,16,20,30,0,0,0,7,-6,1.6,47.59
+1999,11,16,21,30,0,0,0,6,-6,1.7000000000000002,46.18
+1999,11,16,22,30,0,0,0,6,-6,1.7000000000000002,48.33
+1999,11,16,23,30,0,0,0,5,-7,1.7000000000000002,47.52
+1999,11,17,0,30,0,0,0,5,-7,1.8,50.77
+1999,11,17,1,30,0,0,0,5,-6,1.9,51.6
+1999,11,17,2,30,0,0,0,5,-6,1.8,52.79
+1999,11,17,3,30,0,0,0,5,-6,1.8,53.58
+1999,11,17,4,30,0,0,0,5,-6,1.8,49.72
+1999,11,17,5,30,0,0,0,5,-6,1.8,49.54
+1999,11,17,6,30,0,0,0,5,-6,1.8,49.76
+1999,11,17,7,30,559,28,90,8,-5,2.0,43.02
+1999,11,17,8,30,801,46,262,13,-3,2.8000000000000003,36.15
+1999,11,17,9,30,899,55,411,17,-4,3.4000000000000004,27.81
+1999,11,17,10,30,944,61,514,19,-5,3.0,21.78
+1999,11,17,11,30,958,63,559,20,-5,2.8000000000000003,20.13
+1999,11,17,12,30,947,64,543,21,-5,2.7,20.05
+1999,11,17,13,30,624,122,400,20,-5,2.6,20.05
+1999,11,17,14,30,441,116,266,19,-5,2.1,21.72
+1999,11,17,15,30,348,68,136,16,-1,1.4,34.81
+1999,11,17,16,30,0,14,14,12,0,1.3,47.19
+1999,11,17,17,30,0,0,0,10,-2,1.6,49.68
+1999,11,17,18,30,0,0,0,9,-3,2.1,51.92
+1999,11,17,19,30,0,0,0,9,-3,2.9000000000000004,50.16
+1999,11,17,20,30,0,0,0,9,-4,3.6,44.84
+1999,11,17,21,30,0,0,0,9,-4,3.8,47.07
+1999,11,17,22,30,0,0,0,8,-3,4.1000000000000005,48.78
+1999,11,17,23,30,0,0,0,8,-3,4.2,55.95
+1999,11,18,0,30,0,0,0,7,-2,3.9,63.63
+1999,11,18,1,30,0,0,0,6,-2,4.3,66.89
+1999,11,18,2,30,0,0,0,5,-4,4.800000000000002,62.93
+1999,11,18,3,30,0,0,0,3,-5,4.7,60.88
+1999,11,18,4,30,0,0,0,3,-6,4.6000000000000005,62.78
+1999,11,18,5,30,0,0,0,2,-6,4.7,60.4
+1999,11,18,6,30,0,0,0,2,-7,5.2,56.23
+1999,11,18,7,30,602,26,92,3,-8,6.1000000000000005,51.88
+1999,11,18,8,30,855,41,269,4,-9,7.1000000000000005,40.89
+1999,11,18,9,30,955,49,423,5,-11,7.6,33.26
+1999,11,18,10,30,999,53,529,6,-12,7.7,28.73
+1999,11,18,11,30,1011,55,575,7,-12,7.7,26.02
+1999,11,18,12,30,1000,56,558,8,-12,7.300000000000002,24.3
+1999,11,18,13,30,965,54,481,8,-12,6.7,24.9
+1999,11,18,14,30,895,49,350,7,-12,5.9,27.36
+1999,11,18,15,30,743,38,182,6,-11,4.1000000000000005,30.33
+1999,11,18,16,30,288,12,19,3,-10,2.2,42.06
+1999,11,18,17,30,0,0,0,1,-9,1.5,49.15
+1999,11,18,18,30,0,0,0,0,-9,1.4,50.09
+1999,11,18,19,30,0,0,0,0,-9,1.3,53.81
+1999,11,18,20,30,0,0,0,0,-9,1.4,56.99
+1999,11,18,21,30,0,0,0,0,-9,1.6,55.78
+1999,11,18,22,30,0,0,0,0,-9,1.9,58.93
+1999,11,18,23,30,0,0,0,0,-10,2.2,58.23
+1999,11,19,0,30,0,0,0,-1,-10,2.3000000000000003,57.98
+1999,11,19,1,30,0,0,0,-1,-10,2.3000000000000003,57.74
+1999,11,19,2,30,0,0,0,-1,-10,2.2,57.18
+1999,11,19,3,30,0,0,0,-1,-10,2.1,55.94
+1999,11,19,4,30,0,0,0,-1,-11,2.1,53.92
+1999,11,19,5,30,0,0,0,-1,-11,2.1,51.41
+1999,11,19,6,30,0,0,0,0,-12,2.0,45.44
+1999,11,19,7,30,615,25,90,2,-12,2.3000000000000003,39.08
+1999,11,19,8,30,860,41,267,6,-11,2.2,33.14
+1999,11,19,9,30,956,49,419,9,-12,1.2000000000000002,22.62
+1999,11,19,10,30,999,53,525,12,-14,0.9,17.650000000000006
+1999,11,19,11,30,1013,55,572,13,-14,1.1,15.19
+1999,11,19,12,30,1005,54,556,14,-14,1.2000000000000002,13.97
+1999,11,19,13,30,563,134,381,15,-14,1.2000000000000002,13.76
+1999,11,19,14,30,573,89,280,14,-14,1.3,14.76
+1999,11,19,15,30,298,66,124,11,-10,1.3,24.3
+1999,11,19,16,30,0,12,12,7,-9,1.4,35.18
+1999,11,19,17,30,0,0,0,4,-10,1.7000000000000002,39.95
+1999,11,19,18,30,0,0,0,3,-10,1.9,42.33
+1999,11,19,19,30,0,0,0,3,-11,2.2,39.82
+1999,11,19,20,30,0,0,0,3,-11,2.5,37.59
+1999,11,19,21,30,0,0,0,3,-12,2.6,36.72
+1999,11,19,22,30,0,0,0,4,-12,2.6,37.0
+1999,11,19,23,30,0,0,0,4,-11,2.5,38.26
+1999,11,20,0,30,0,0,0,4,-11,2.7,39.73
+1999,11,20,1,30,0,0,0,4,-10,2.9000000000000004,38.71
+1999,11,20,2,30,0,0,0,4,-9,3.2,41.44
+1999,11,20,3,30,0,0,0,5,-9,3.4000000000000004,43.68
+1999,11,20,4,30,0,0,0,5,-8,3.5,42.09
+1999,11,20,5,30,0,0,0,5,-8,3.3000000000000003,42.59
+1999,11,20,6,30,0,0,0,5,-8,3.0,43.02
+1999,11,20,7,30,81,37,45,7,-8,2.7,41.12
+1999,11,20,8,30,53,103,117,9,-6,2.6,39.3
+1999,11,20,9,30,586,108,333,11,-5,2.3000000000000003,34.65
+1999,11,20,10,30,914,63,492,13,-7,1.8,28.56
+1999,11,20,11,30,975,59,553,14,-8,1.2000000000000002,24.64
+1999,11,20,12,30,966,59,537,15,-8,0.7000000000000001,22.7
+1999,11,20,13,30,930,56,461,15,-8,0.6000000000000001,21.7
+1999,11,20,14,30,642,77,290,14,-7,0.7000000000000001,24.06
+1999,11,20,15,30,380,62,134,11,-5,0.5,36.21
+1999,11,20,16,30,0,12,12,7,-3,0.4,54.51
+1999,11,20,17,30,0,0,0,6,-4,0.7000000000000001,59.95
+1999,11,20,18,30,0,0,0,5,-3,1.1,68.15
+1999,11,20,19,30,0,0,0,4,-2,1.3,75.57000000000002
+1999,11,20,20,30,0,0,0,3,-2,1.0,76.56
+1999,11,20,21,30,0,0,0,3,-2,0.4,80.53
+1999,11,20,22,30,0,0,0,2,-3,0.4,79.31
+1999,11,20,23,30,0,0,0,1,-3,0.7000000000000001,77.93
+1999,11,21,0,30,0,0,0,0,-3,1.0,75.97
+1999,11,21,1,30,0,0,0,0,-4,1.2000000000000002,79.21000000000002
+1999,11,21,2,30,0,0,0,0,-4,1.3,81.91
+1999,11,21,3,30,0,0,0,0,-5,1.4,78.26
+1999,11,21,4,30,0,0,0,0,-5,1.4,74.96000000000002
+1999,11,21,5,30,0,0,0,0,-6,1.3,72.51
+1999,11,21,6,30,0,0,0,0,-6,1.1,71.10000000000002
+1999,11,21,7,30,461,29,75,1,-6,0.8,67.03
+1999,11,21,8,30,737,54,242,3,-5,1.1,62.84
+1999,11,21,9,30,838,69,388,6,-6,2.2,47.72
+1999,11,21,10,30,874,81,488,7,-7,3.4000000000000004,40.63
+1999,11,21,11,30,500,182,434,8,-7,3.7,39.41
+1999,11,21,12,30,11,168,174,7,-6,3.8,41.76
+1999,11,21,13,30,1,135,136,6,-5,3.7,49.16
+1999,11,21,14,30,0,61,61,5,-4,3.5,57.19
+1999,11,21,15,30,79,72,87,4,-3,3.2,69.65
+1999,11,21,16,30,0,6,6,2,-3,2.9000000000000004,78.65
+1999,11,21,17,30,0,0,0,0,-2,2.8000000000000003,80.37
+1999,11,21,18,30,0,0,0,0,-3,3.0,83.72
+1999,11,21,19,30,0,0,0,0,-4,3.3000000000000003,84.89
+1999,11,21,20,30,0,0,0,-1,-4,3.3000000000000003,87.33
+1999,11,21,21,30,0,0,0,-1,-5,3.0,91.6
+1999,11,21,22,30,0,0,0,-2,-5,2.5,89.83
+1999,11,21,23,30,0,0,0,-2,-5,2.2,88.55
+1999,11,22,0,30,0,0,0,-2,-5,1.9,94.92
+1999,11,22,1,30,0,0,0,-2,-5,1.7000000000000002,95.3
+1999,11,22,2,30,0,0,0,-2,-5,1.6,95.81
+1999,11,22,3,30,0,0,0,-2,-5,1.6,95.58
+1999,11,22,4,30,0,0,0,-2,-5,1.7000000000000002,95.42
+1999,11,22,5,30,0,0,0,-3,-5,1.9,94.63
+1999,11,22,6,30,0,0,0,-3,-5,2.0,93.29
+1999,11,22,7,30,0,2,2,-2,-6,2.3000000000000003,85.4
+1999,11,22,8,30,0,19,19,0,-5,2.7,81.97
+1999,11,22,9,30,0,33,33,0,-5,2.8000000000000003,77.27
+1999,11,22,10,30,0,22,22,0,-5,2.4000000000000004,72.59
+1999,11,22,11,30,0,30,30,1,-5,1.9,72.76
+1999,11,22,12,30,0,50,50,0,-5,1.8,71.68
+1999,11,22,13,30,0,88,88,0,-5,2.3000000000000003,70.84
+1999,11,22,14,30,0,27,27,0,-5,3.0,75.75
+1999,11,22,15,30,0,6,6,-1,-5,3.3000000000000003,80.52
+1999,11,22,16,30,0,0,0,-2,-6,3.0,82.74
+1999,11,22,17,30,0,0,0,-3,-7,2.5,84.25
+1999,11,22,18,30,0,0,0,-3,-7,2.2,87.8
+1999,11,22,19,30,0,0,0,-4,-8,2.0,84.78
+1999,11,22,20,30,0,0,0,-4,-8,2.0,81.75
+1999,11,22,21,30,0,0,0,-4,-9,1.9,78.68
+1999,11,22,22,30,0,0,0,-4,-9,1.8,81.75
+1999,11,22,23,30,0,0,0,-5,-10,1.6,79.08
+1999,11,23,0,30,0,0,0,-5,-10,1.4,82.43
+1999,11,23,1,30,0,0,0,-6,-11,1.3,78.60000000000002
+1999,11,23,2,30,0,0,0,-6,-11,1.3,80.52
+1999,11,23,3,30,0,0,0,-7,-12,1.2000000000000002,76.87
+1999,11,23,4,30,0,0,0,-7,-12,1.1,73.97
+1999,11,23,5,30,0,0,0,-7,-13,1.1,71.14
+1999,11,23,6,30,0,0,0,-7,-13,1.2000000000000002,68.42
+1999,11,23,7,30,408,32,69,-5,-14,1.6,56.54
+1999,11,23,8,30,736,58,241,-2,-13,2.0,51.79
+1999,11,23,9,30,876,68,395,0,-12,2.1,48.27
+1999,11,23,10,30,939,72,503,0,-12,1.8,42.01
+1999,11,23,11,30,0,128,128,0,-12,1.5,42.81
+1999,11,23,12,30,31,196,211,1,-12,1.4,39.83
+1999,11,23,13,30,28,169,181,1,-12,1.4,39.74
+1999,11,23,14,30,247,133,213,0,-11,1.5,43.46
+1999,11,23,15,30,143,70,96,-1,-11,1.4,52.43
+1999,11,23,16,30,0,0,0,-3,-12,1.1,56.96
+1999,11,23,17,30,0,0,0,-4,-13,1.0,53.64
+1999,11,23,18,30,0,0,0,-4,-14,0.9,56.92
+1999,11,23,19,30,0,0,0,-5,-14,1.2000000000000002,55.66
+1999,11,23,20,30,0,0,0,-5,-14,1.5,58.33
+1999,11,23,21,30,0,0,0,-5,-14,1.6,53.44
+1999,11,23,22,30,0,0,0,-5,-14,1.7000000000000002,53.1
+1999,11,23,23,30,0,0,0,-5,-14,1.6,52.98
+1999,11,24,0,30,0,0,0,-5,-15,1.3,52.6
+1999,11,24,1,30,0,0,0,-5,-15,1.1,51.55
+1999,11,24,2,30,0,0,0,-6,-15,0.9,54.9
+1999,11,24,3,30,0,0,0,-6,-15,1.0,57.57
+1999,11,24,4,30,0,0,0,-7,-16,1.2000000000000002,54.83
+1999,11,24,5,30,0,0,0,-8,-17,1.4,56.24
+1999,11,24,6,30,0,0,0,-9,-17,1.9,57.28
+1999,11,24,7,30,106,32,42,-7,-18,2.5,46.5
+1999,11,24,8,30,814,53,252,-3,-17,2.7,37.79
+1999,11,24,9,30,935,66,412,0,-15,2.4000000000000004,34.99
+1999,11,24,10,30,988,73,523,0,-14,2.3000000000000003,31.39
+1999,11,24,11,30,1007,76,573,1,-14,2.3000000000000003,32.33
+1999,11,24,12,30,1001,74,558,2,-13,2.3000000000000003,34.230000000000004
+1999,11,24,13,30,969,68,480,2,-13,2.2,35.28
+1999,11,24,14,30,898,58,347,1,-13,1.8,36.36
+1999,11,24,15,30,741,41,175,0,-11,1.0,45.01
+1999,11,24,16,30,0,0,0,-2,-13,0.6000000000000001,47.09
+1999,11,24,17,30,0,0,0,-4,-16,0.9,44.25
+1999,11,24,18,30,0,0,0,-5,-16,1.4,48.03
+1999,11,24,19,30,0,0,0,-6,-16,1.7000000000000002,51.86
+1999,11,24,20,30,0,0,0,-6,-16,2.0,51.82
+1999,11,24,21,30,0,0,0,-6,-16,2.4000000000000004,55.76
+1999,11,24,22,30,0,0,0,-6,-16,2.7,51.57
+1999,11,24,23,30,0,0,0,-5,-16,3.0,51.81
+1999,11,25,0,30,0,0,0,-5,-15,3.2,48.83
+1999,11,25,1,30,0,0,0,-5,-15,3.3000000000000003,49.31
+1999,11,25,2,30,0,0,0,-4,-15,3.3000000000000003,46.03
+1999,11,25,3,30,0,0,0,-3,-15,3.6,44.42
+1999,11,25,4,30,0,0,0,-2,-14,4.1000000000000005,47.97
+1999,11,25,5,30,0,0,0,-2,-13,4.800000000000002,52.03
+1999,11,25,6,30,0,0,0,-2,-12,5.5,51.75
+1999,11,25,7,30,0,12,12,-1,-11,6.300000000000002,52.29
+1999,11,25,8,30,81,97,117,0,-9,6.7,51.84
+1999,11,25,9,30,0,54,54,2,-7,6.300000000000002,55.36
+1999,11,25,10,30,0,47,47,3,-6,5.6000000000000005,58.02
+1999,11,25,11,30,8,163,167,5,-5,4.9,58.98
+1999,11,25,12,30,942,74,527,6,-4,4.3,58.27
+1999,11,25,13,30,917,66,454,6,-3,3.7,56.8
+1999,11,25,14,30,849,56,327,5,-2,2.7,65.23
+1999,11,25,15,30,684,40,163,4,-2,2.1,80.0
+1999,11,25,16,30,0,0,0,2,-3,2.2,79.60000000000002
+1999,11,25,17,30,0,0,0,1,-3,2.8000000000000003,74.98
+1999,11,25,18,30,0,0,0,1,-3,3.6,75.05
+1999,11,25,19,30,0,0,0,1,-3,4.3,74.96000000000002
+1999,11,25,20,30,0,0,0,1,-4,4.4,73.72
+1999,11,25,21,30,0,0,0,1,-4,4.1000000000000005,73.19
+1999,11,25,22,30,0,0,0,2,-4,4.0,73.31
+1999,11,25,23,30,0,0,0,2,-4,4.0,73.73
+1999,11,26,0,30,0,0,0,2,-3,4.1000000000000005,74.9
+1999,11,26,1,30,0,0,0,1,-3,4.1000000000000005,75.45
+1999,11,26,2,30,0,0,0,1,-3,4.4,74.87
+1999,11,26,3,30,0,0,0,2,-3,4.4,75.5
+1999,11,26,4,30,0,0,0,2,-3,4.1000000000000005,76.81
+1999,11,26,5,30,0,0,0,2,-3,3.7,78.15
+1999,11,26,6,30,0,0,0,2,-3,3.3000000000000003,78.74
+1999,11,26,7,30,0,16,16,3,-3,3.3000000000000003,73.61
+1999,11,26,8,30,367,80,168,6,-2,3.5,68.92
+1999,11,26,9,30,332,144,265,8,-1,3.6,60.06
+1999,11,26,10,30,764,89,432,10,0,3.6,57.54
+1999,11,26,11,30,688,123,458,11,0,3.4000000000000004,54.31
+1999,11,26,12,30,766,98,464,12,0,3.1,50.72
+1999,11,26,13,30,725,88,393,12,0,2.8000000000000003,46.92
+1999,11,26,14,30,889,46,328,11,0,2.1,51.88
+1999,11,26,15,30,741,33,165,8,0,1.4,69.04
+1999,11,26,16,30,0,0,0,6,-1,1.3,67.1
+1999,11,26,17,30,0,0,0,4,-2,1.3,70.09
+1999,11,26,18,30,0,0,0,4,-3,1.5,72.16
+1999,11,26,19,30,0,0,0,3,-3,1.7000000000000002,69.62
+1999,11,26,20,30,0,0,0,3,-4,1.7000000000000002,68.51
+1999,11,26,21,30,0,0,0,3,-4,1.7000000000000002,67.6
+1999,11,26,22,30,0,0,0,3,-4,1.6,71.44
+1999,11,26,23,30,0,0,0,2,-4,1.6,69.36
+1999,11,27,0,30,0,0,0,2,-5,1.5,68.74
+1999,11,27,1,30,0,0,0,2,-4,1.5,69.26
+1999,11,27,2,30,0,0,0,1,-4,1.5,69.67
+1999,11,27,3,30,0,0,0,1,-5,1.5,68.59
+1999,11,27,4,30,0,0,0,1,-5,1.7000000000000002,67.53
+1999,11,27,5,30,0,0,0,1,-5,1.9,66.57000000000001
+1999,11,27,6,30,0,0,0,1,-5,2.0,66.91
+1999,11,27,7,30,455,24,59,3,-5,2.0,62.83
+1999,11,27,8,30,290,86,154,5,-4,2.0,60.03
+1999,11,27,9,30,488,118,294,7,-2,2.0,59.36
+1999,11,27,10,30,738,94,423,9,-2,2.0,50.82
+1999,11,27,11,30,939,65,520,10,-2,1.8,46.76
+1999,11,27,12,30,932,76,518,11,-2,1.3,46.24
+1999,11,27,13,30,903,69,446,11,-2,0.9,47.09
+1999,11,27,14,30,834,57,320,10,-1,0.6000000000000001,54.35
+1999,11,27,15,30,673,40,159,7,0,0.8,68.69
+1999,11,27,16,30,0,0,0,4,-2,1.2000000000000002,73.5
+1999,11,27,17,30,0,0,0,2,-3,1.4,77.05
+1999,11,27,18,30,0,0,0,2,-3,1.5,75.54
+1999,11,27,19,30,0,0,0,1,-4,1.7000000000000002,72.91
+1999,11,27,20,30,0,0,0,0,-5,1.8,74.15
+1999,11,27,21,30,0,0,0,0,-5,2.0,70.03
+1999,11,27,22,30,0,0,0,0,-6,2.1,72.56
+1999,11,27,23,30,0,0,0,0,-6,2.1,70.54
+1999,11,28,0,30,0,0,0,0,-6,2.0,69.03
+1999,11,28,1,30,0,0,0,0,-7,2.0,68.26
+1999,11,28,2,30,0,0,0,0,-7,2.0,67.98
+1999,11,28,3,30,0,0,0,0,-7,1.9,67.71000000000001
+1999,11,28,4,30,0,0,0,0,-7,1.8,67.23
+1999,11,28,5,30,0,0,0,0,-7,1.7000000000000002,66.64
+1999,11,28,6,30,0,0,0,0,-7,1.6,61.42
+1999,11,28,7,30,439,23,55,2,-7,1.5,58.12000000000001
+1999,11,28,8,30,754,44,218,6,-4,1.5,52.98
+1999,11,28,9,30,874,53,366,9,-4,1.1,45.1
+1999,11,28,10,30,928,59,469,11,-4,0.5,38.56
+1999,11,28,11,30,947,61,517,12,-4,0.8,34.88
+1999,11,28,12,30,938,61,505,13,-5,1.4,31.76
+1999,11,28,13,30,902,59,433,13,-5,2.0,31.4
+1999,11,28,14,30,824,52,311,12,-5,1.9,33.97
+1999,11,28,15,30,653,38,153,9,-2,1.6,51.09
+1999,11,28,16,30,0,0,0,6,-3,1.8,59.78
+1999,11,28,17,30,0,0,0,5,-4,2.1,63.74
+1999,11,28,18,30,0,0,0,4,-4,2.2,68.01
+1999,11,28,19,30,0,0,0,3,-4,2.0,71.58
+1999,11,28,20,30,0,0,0,2,-4,1.8,69.28
+1999,11,28,21,30,0,0,0,1,-5,1.6,66.54
+1999,11,28,22,30,0,0,0,1,-6,1.6,63.88
+1999,11,28,23,30,0,0,0,1,-6,1.7000000000000002,66.56
+1999,11,29,0,30,0,0,0,0,-6,1.8,64.46000000000001
+1999,11,29,1,30,0,0,0,0,-7,1.7000000000000002,62.87000000000001
+1999,11,29,2,30,0,0,0,0,-7,1.7000000000000002,62.3
+1999,11,29,3,30,0,0,0,0,-7,1.7000000000000002,62.14
+1999,11,29,4,30,0,0,0,0,-7,1.7000000000000002,61.87000000000001
+1999,11,29,5,30,0,0,0,0,-7,1.7000000000000002,61.17
+1999,11,29,6,30,0,0,0,0,-7,1.6,60.43
+1999,11,29,7,30,467,20,54,3,-7,1.6,57.07
+1999,11,29,8,30,774,39,216,7,-4,1.7000000000000002,52.03
+1999,11,29,9,30,891,48,363,10,-4,1.2000000000000002,43.74
+1999,11,29,10,30,944,52,467,13,-5,0.6000000000000001,33.87
+1999,11,29,11,30,670,123,444,14,-6,0.9,27.15
+1999,11,29,12,30,959,54,505,15,-6,1.2000000000000002,24.79
+1999,11,29,13,30,929,51,435,15,-6,1.6,24.76
+1999,11,29,14,30,859,45,313,14,-6,1.5,27.29
+1999,11,29,15,30,696,34,155,11,-1,1.4,50.53
+1999,11,29,16,30,0,0,0,8,-3,1.5,54.68
+1999,11,29,17,30,0,0,0,6,-4,1.7000000000000002,56.51
+1999,11,29,18,30,0,0,0,4,-5,1.8,59.21
+1999,11,29,19,30,0,0,0,4,-5,2.0,56.16
+1999,11,29,20,30,0,0,0,4,-6,2.2,52.48
+1999,11,29,21,30,0,0,0,4,-7,2.3000000000000003,53.05
+1999,11,29,22,30,0,0,0,4,-8,2.5,50.22
+1999,11,29,23,30,0,0,0,4,-8,2.6,48.22
+1999,11,30,0,30,0,0,0,4,-9,2.6,43.88
+1999,11,30,1,30,0,0,0,4,-8,2.6,44.38
+1999,11,30,2,30,0,0,0,4,-8,2.5,46.03
+1999,11,30,3,30,0,0,0,4,-7,2.3000000000000003,47.58
+1999,11,30,4,30,0,0,0,5,-7,2.1,48.59
+1999,11,30,5,30,0,0,0,5,-7,2.0,45.25
+1999,11,30,6,30,0,0,0,5,-7,1.9,45.05
+1999,11,30,7,30,72,24,29,7,-7,1.9,42.64
+1999,11,30,8,30,281,82,146,10,-5,2.3000000000000003,37.76
+1999,11,30,9,30,17,131,137,13,-3,2.9000000000000004,34.82
+1999,11,30,10,30,2,139,140,16,-4,2.8000000000000003,28.93
+1999,11,30,11,30,29,190,204,17,-5,2.5,23.69
+1999,11,30,12,30,17,173,182,18,-5,1.9,23.57
+1999,11,30,13,30,52,173,194,17,-3,1.2000000000000002,29.03
+1999,11,30,14,30,0,37,37,15,-1,0.9,40.37
+1999,11,30,15,30,307,58,111,12,-1,1.2000000000000002,43.4
+1999,11,30,16,30,0,0,0,10,-3,1.5,46.05
+1999,11,30,17,30,0,0,0,8,-5,1.7000000000000002,48.33
+1999,11,30,18,30,0,0,0,6,-6,1.9,47.93
+1999,11,30,19,30,0,0,0,6,-7,2.1,43.55
+1999,11,30,20,30,0,0,0,6,-8,2.4000000000000004,39.6
+1999,11,30,21,30,0,0,0,6,-9,2.6,39.78
+1999,11,30,22,30,0,0,0,5,-9,2.7,38.42
+1999,11,30,23,30,0,0,0,5,-10,2.8000000000000003,37.73
+1999,12,1,0,30,0,0,0,5,-10,3.1,37.02
+1999,12,1,1,30,0,0,0,5,-10,3.1,36.41
+1999,12,1,2,30,0,0,0,5,-10,2.8000000000000003,36.62
+1999,12,1,3,30,0,0,0,5,-10,2.6,37.54
+1999,12,1,4,30,0,0,0,5,-9,2.4000000000000004,38.8
+1999,12,1,5,30,0,0,0,5,-9,2.2,43.24
+1999,12,1,6,30,0,0,0,5,-8,2.0,44.85
+1999,12,1,7,30,191,23,36,6,-8,1.9,43.6
+1999,12,1,8,30,199,86,131,8,-6,1.9,41.62
+1999,12,1,9,30,832,50,340,11,-5,2.2,36.97
+1999,12,1,10,30,824,71,428,13,-6,2.6,28.83
+1999,12,1,11,30,473,177,402,14,-8,2.9000000000000004,23.76
+1999,12,1,12,30,920,70,498,15,-9,3.4000000000000004,20.08
+1999,12,1,13,30,890,64,429,15,-10,3.7,20.34
+1999,12,1,14,30,813,56,307,13,-9,2.9000000000000004,22.01
+1999,12,1,15,30,624,41,148,10,-6,1.8,38.67
+1999,12,1,16,30,0,0,0,7,-5,1.7000000000000002,50.02
+1999,12,1,17,30,0,0,0,5,-6,1.9,49.53
+1999,12,1,18,30,0,0,0,4,-6,2.1,52.94
+1999,12,1,19,30,0,0,0,4,-7,2.3000000000000003,50.88
+1999,12,1,20,30,0,0,0,4,-7,2.2,53.14
+1999,12,1,21,30,0,0,0,3,-6,2.1,55.86
+1999,12,1,22,30,0,0,0,3,-5,2.6,64.18
+1999,12,1,23,30,0,0,0,2,-5,3.3000000000000003,67.78
+1999,12,2,0,30,0,0,0,2,-4,3.6,70.06
+1999,12,2,1,30,0,0,0,2,-4,3.5,71.11
+1999,12,2,2,30,0,0,0,2,-4,3.2,71.56
+1999,12,2,3,30,0,0,0,1,-4,2.6,72.2
+1999,12,2,4,30,0,0,0,1,-4,2.0,71.85000000000002
+1999,12,2,5,30,0,0,0,0,-4,1.7000000000000002,74.53
+1999,12,2,6,30,0,0,0,0,-5,1.6,72.06
+1999,12,2,7,30,0,21,21,1,-5,2.1,70.79
+1999,12,2,8,30,183,86,126,3,-5,2.9000000000000004,63.63
+1999,12,2,9,30,774,73,340,6,-5,3.4000000000000004,49.1
+1999,12,2,10,30,855,78,447,7,-6,3.5,42.68
+1999,12,2,11,30,897,78,501,8,-7,3.2,37.61
+1999,12,2,12,30,911,73,495,9,-7,2.7,33.53
+1999,12,2,13,30,893,65,429,9,-8,2.2,32.09
+1999,12,2,14,30,428,104,236,8,-9,1.9,33.05
+1999,12,2,15,30,662,39,151,6,-8,1.5,40.32
+1999,12,2,16,30,0,0,0,3,-6,1.4,56.44
+1999,12,2,17,30,0,0,0,1,-7,1.5,56.73
+1999,12,2,18,30,0,0,0,1,-7,1.4,56.4
+1999,12,2,19,30,0,0,0,1,-7,1.4,56.09
+1999,12,2,20,30,0,0,0,1,-7,1.4,59.93
+1999,12,2,21,30,0,0,0,1,-7,1.2000000000000002,60.77
+1999,12,2,22,30,0,0,0,1,-7,1.2000000000000002,61.21
+1999,12,2,23,30,0,0,0,0,-7,1.2000000000000002,62.41
+1999,12,3,0,30,0,0,0,0,-6,1.2000000000000002,64.03
+1999,12,3,1,30,0,0,0,0,-6,1.4,69.46000000000001
+1999,12,3,2,30,0,0,0,0,-6,1.8,76.27
+1999,12,3,3,30,0,0,0,0,-6,2.1,79.52
+1999,12,3,4,30,0,0,0,-1,-5,2.3000000000000003,83.33
+1999,12,3,5,30,0,0,0,-1,-4,2.8000000000000003,86.14
+1999,12,3,6,30,0,0,0,-2,-4,3.3000000000000003,94.28
+1999,12,3,7,30,0,2,2,-1,-4,4.1000000000000005,93.75
+1999,12,3,8,30,0,25,25,-1,-4,5.300000000000002,87.26
+1999,12,3,9,30,0,6,6,0,-4,6.4,86.35000000000002
+1999,12,3,10,30,0,116,116,0,-4,7.0,80.09
+1999,12,3,11,30,1,138,139,0,-5,7.5,79.48
+1999,12,3,12,30,7,152,156,0,-5,8.0,78.14
+1999,12,3,13,30,0,121,121,0,-5,8.3,80.81
+1999,12,3,14,30,0,55,55,-1,-6,8.0,76.15
+1999,12,3,15,30,0,42,42,-1,-7,7.2,78.19
+1999,12,3,16,30,0,0,0,-2,-7,6.300000000000002,75.51
+1999,12,3,17,30,0,0,0,-3,-8,5.800000000000002,77.86
+1999,12,3,18,30,0,0,0,-4,-8,5.4,80.35000000000002
+1999,12,3,19,30,0,0,0,-4,-9,5.1000000000000005,78.81
+1999,12,3,20,30,0,0,0,-4,-9,4.800000000000002,85.35000000000002
+1999,12,3,21,30,0,0,0,-4,-8,4.800000000000002,86.8
+1999,12,3,22,30,0,0,0,-4,-8,4.800000000000002,88.19
+1999,12,3,23,30,0,0,0,-4,-8,4.7,88.33
+1999,12,4,0,30,0,0,0,-4,-8,4.6000000000000005,87.0
+1999,12,4,1,30,0,0,0,-5,-9,4.5,83.95
+1999,12,4,2,30,0,0,0,-6,-9,4.5,86.03
+1999,12,4,3,30,0,0,0,-6,-10,4.3,81.26
+1999,12,4,4,30,0,0,0,-6,-11,4.0,82.89
+1999,12,4,5,30,0,0,0,-7,-11,3.8,80.01
+1999,12,4,6,30,0,0,0,-7,-12,3.7,77.08
+1999,12,4,7,30,2,19,19,-6,-12,3.9,70.3
+1999,12,4,8,30,0,32,32,-3,-11,4.6000000000000005,64.87
+1999,12,4,9,30,0,94,94,-1,-10,5.1000000000000005,58.91
+1999,12,4,10,30,104,192,237,0,-11,5.0,53.97
+1999,12,4,11,30,960,76,525,0,-11,4.800000000000002,46.4
+1999,12,4,12,30,963,74,516,0,-10,4.4,46.9
+1999,12,4,13,30,936,67,446,0,-10,3.9,47.92
+1999,12,4,14,30,870,56,322,0,-10,3.0,49.29
+1999,12,4,15,30,711,39,159,-1,-10,1.9,57.37000000000001
+1999,12,4,16,30,0,0,0,-4,-12,1.2000000000000002,59.51
+1999,12,4,17,30,0,0,0,-6,-14,1.2000000000000002,58.19
+1999,12,4,18,30,0,0,0,-7,-15,1.4,59.84
+1999,12,4,19,30,0,0,0,-7,-15,1.6,62.61
+1999,12,4,20,30,0,0,0,-8,-16,1.7000000000000002,61.48
+1999,12,4,21,30,0,0,0,-8,-16,1.8,60.52
+1999,12,4,22,30,0,0,0,-8,-16,1.8,59.94
+1999,12,4,23,30,0,0,0,-8,-16,1.9,59.47
+1999,12,5,0,30,0,0,0,-8,-16,2.1,63.33
+1999,12,5,1,30,0,0,0,-8,-16,2.3000000000000003,56.94
+1999,12,5,2,30,0,0,0,-8,-17,2.4000000000000004,55.76
+1999,12,5,3,30,0,0,0,-7,-17,2.5,50.61
+1999,12,5,4,30,0,0,0,-7,-17,2.5,49.67
+1999,12,5,5,30,0,0,0,-6,-17,2.5,48.81
+1999,12,5,6,30,0,0,0,-5,-18,2.5,44.39
+1999,12,5,7,30,443,19,43,-3,-17,2.8000000000000003,38.37
+1999,12,5,8,30,799,43,212,0,-15,3.0,35.55000000000001
+1999,12,5,9,30,923,57,368,3,-10,2.5,40.9
+1999,12,5,10,30,976,65,479,6,-9,1.9,40.35
+1999,12,5,11,30,995,68,531,8,-9,1.5,34.04
+1999,12,5,12,30,989,67,520,9,-9,1.4,31.29
+1999,12,5,13,30,957,62,448,8,-9,1.1,33.03
+1999,12,5,14,30,884,53,322,7,-5,0.9,47.47
+1999,12,5,15,30,720,37,158,4,-4,1.1,60.44
+1999,12,5,16,30,0,0,0,1,-9,1.5,51.14
+1999,12,5,17,30,0,0,0,0,-11,1.7000000000000002,46.76
+1999,12,5,18,30,0,0,0,-1,-12,1.8,49.12000000000001
+1999,12,5,19,30,0,0,0,-1,-12,1.9,51.77
+1999,12,5,20,30,0,0,0,-1,-12,2.1,50.16
+1999,12,5,21,30,0,0,0,-1,-13,2.3000000000000003,44.07
+1999,12,5,22,30,0,0,0,0,-13,2.4000000000000004,43.3
+1999,12,5,23,30,0,0,0,0,-13,2.4000000000000004,40.98
+1999,12,6,0,30,0,0,0,0,-13,2.3000000000000003,41.55
+1999,12,6,1,30,0,0,0,0,-13,2.2,41.68
+1999,12,6,2,30,0,0,0,0,-13,2.2,41.49
+1999,12,6,3,30,0,0,0,0,-13,2.2,41.61
+1999,12,6,4,30,0,0,0,0,-13,2.2,42.44
+1999,12,6,5,30,0,0,0,-1,-12,2.2,46.12
+1999,12,6,6,30,0,0,0,-2,-13,2.4000000000000004,46.23
+1999,12,6,7,30,428,18,40,-1,-15,3.1,38.54
+1999,12,6,8,30,797,42,208,1,-13,3.6,38.64
+1999,12,6,9,30,753,59,311,3,-11,3.7,38.78
+1999,12,6,10,30,93,189,228,5,-10,3.4000000000000004,38.68
+1999,12,6,11,30,993,67,527,6,-10,2.9000000000000004,36.19
+1999,12,6,12,30,982,68,516,6,-10,2.5,33.71
+1999,12,6,13,30,944,64,443,6,-10,2.0,33.89
+1999,12,6,14,30,857,57,317,5,-9,1.3,40.39
+1999,12,6,15,30,667,42,153,3,-7,0.7000000000000001,51.59
+1999,12,6,16,30,0,0,0,0,-10,0.7000000000000001,48.2
+1999,12,6,17,30,0,0,0,0,-11,1.1,46.4
+1999,12,6,18,30,0,0,0,-1,-12,1.5,49.21
+1999,12,6,19,30,0,0,0,-2,-12,1.8,52.51
+1999,12,6,20,30,0,0,0,-2,-12,1.9,52.32
+1999,12,6,21,30,0,0,0,-2,-12,2.1,51.75
+1999,12,6,22,30,0,0,0,-2,-12,2.4000000000000004,51.2
+1999,12,6,23,30,0,0,0,-1,-12,2.5,51.09
+1999,12,7,0,30,0,0,0,-1,-12,2.6,52.22
+1999,12,7,1,30,0,0,0,-1,-11,2.6,51.06
+1999,12,7,2,30,0,0,0,-1,-11,2.5,53.63
+1999,12,7,3,30,0,0,0,-1,-10,2.4000000000000004,58.7
+1999,12,7,4,30,0,0,0,-2,-11,2.4000000000000004,58.15
+1999,12,7,5,30,0,0,0,-2,-11,2.6,57.64
+1999,12,7,6,30,0,0,0,-1,-11,2.8000000000000003,56.9
+1999,12,7,7,30,0,33,33,0,-11,3.3000000000000003,49.24
+1999,12,7,8,30,652,57,191,1,-10,3.7,46.31
+1999,12,7,9,30,792,79,342,3,-8,3.5,51.88
+1999,12,7,10,30,205,190,276,4,-7,3.4000000000000004,49.7
+1999,12,7,11,30,166,216,292,5,-6,3.6,48.95
+1999,12,7,12,30,108,209,259,6,-6,4.0,44.94
+1999,12,7,13,30,660,98,362,6,-7,4.0,44.38
+1999,12,7,14,30,0,39,39,4,-8,3.2,45.34
+1999,12,7,15,30,149,63,88,1,-8,2.0,53.54
+1999,12,7,16,30,0,0,0,0,-10,1.3,57.27
+1999,12,7,17,30,0,0,0,-1,-11,1.1,55.72
+1999,12,7,18,30,0,0,0,-2,-11,0.9,56.99
+1999,12,7,19,30,0,0,0,-3,-10,0.8,63.99
+1999,12,7,20,30,0,0,0,-3,-10,0.7000000000000001,65.36
+1999,12,7,21,30,0,0,0,-3,-10,0.7000000000000001,65.88
+1999,12,7,22,30,0,0,0,-3,-10,0.9,66.44
+1999,12,7,23,30,0,0,0,-3,-9,1.1,74.06
+1999,12,8,0,30,0,0,0,-4,-9,1.3,76.29
+1999,12,8,1,30,0,0,0,-4,-9,1.4,79.27
+1999,12,8,2,30,0,0,0,-3,-8,1.1,82.5
+1999,12,8,3,30,0,0,0,-3,-8,1.0,84.49
+1999,12,8,4,30,0,0,0,-3,-8,1.1,84.36
+1999,12,8,5,30,0,0,0,-3,-8,1.2000000000000002,83.81
+1999,12,8,6,30,0,0,0,-4,-8,1.4,83.46000000000002
+1999,12,8,7,30,0,29,29,-3,-8,1.5,77.04
+1999,12,8,8,30,508,75,178,-2,-8,1.9,72.57000000000002
+1999,12,8,9,30,0,79,79,-1,-8,2.2,72.24
+1999,12,8,10,30,6,141,144,-1,-8,2.3000000000000003,65.83
+1999,12,8,11,30,41,191,211,-1,-8,2.4000000000000004,65.02
+1999,12,8,12,30,5,147,150,-1,-8,2.6,64.38
+1999,12,8,13,30,0,95,95,-1,-8,2.7,63.61
+1999,12,8,14,30,0,38,38,-1,-9,2.5,62.99
+1999,12,8,15,30,0,36,36,-2,-9,2.2,67.4
+1999,12,8,16,30,0,0,0,-3,-9,1.8,68.99
+1999,12,8,17,30,0,0,0,-4,-10,1.3,72.07000000000002
+1999,12,8,18,30,0,0,0,-4,-10,0.6000000000000001,71.73
+1999,12,8,19,30,0,0,0,-5,-10,0.30000000000000004,76.43
+1999,12,8,20,30,0,0,0,-6,-10,0.5,80.51
+1999,12,8,21,30,0,0,0,-6,-11,0.8,77.93
+1999,12,8,22,30,0,0,0,-6,-11,1.0,81.81
+1999,12,8,23,30,0,0,0,-7,-11,1.2000000000000002,79.15
+1999,12,9,0,30,0,0,0,-7,-12,1.4,76.37
+1999,12,9,1,30,0,0,0,-7,-12,1.5,73.19
+1999,12,9,2,30,0,0,0,-7,-13,1.6,75.0
+1999,12,9,3,30,0,0,0,-8,-14,1.9,70.76
+1999,12,9,4,30,0,0,0,-8,-15,2.2,65.63
+1999,12,9,5,30,0,0,0,-8,-16,2.3000000000000003,59.41
+1999,12,9,6,30,0,0,0,-8,-17,2.2,53.88
+1999,12,9,7,30,431,16,35,-6,-18,2.4000000000000004,43.12
+1999,12,9,8,30,807,40,202,-2,-17,2.4000000000000004,32.88
+1999,12,9,9,30,934,53,359,1,-15,1.8,32.6
+1999,12,9,10,30,987,61,471,3,-14,1.6,31.1
+1999,12,9,11,30,389,186,364,4,-14,1.9,28.94
+1999,12,9,12,30,283,200,328,5,-13,2.0,27.83
+1999,12,9,13,30,570,118,346,5,-13,1.7000000000000002,28.88
+1999,12,9,14,30,217,124,190,4,-12,1.3,34.35
+1999,12,9,15,30,9,59,61,1,-9,1.1,49.45
+1999,12,9,16,30,0,0,0,0,-11,1.2000000000000002,46.76
+1999,12,9,17,30,0,0,0,-1,-11,1.4,50.37000000000001
+1999,12,9,18,30,0,0,0,-2,-11,1.6,54.75
+1999,12,9,19,30,0,0,0,-2,-12,1.8,56.9
+1999,12,9,20,30,0,0,0,-2,-12,2.0,55.28
+1999,12,9,21,30,0,0,0,-2,-12,2.4000000000000004,55.65
+1999,12,9,22,30,0,0,0,-2,-11,2.3000000000000003,58.29
+1999,12,9,23,30,0,0,0,-2,-11,2.1,61.46
+1999,12,10,0,30,0,0,0,-2,-11,1.8,62.66
+1999,12,10,1,30,0,0,0,-2,-10,1.4,60.18
+1999,12,10,2,30,0,0,0,-1,-9,1.2000000000000002,63.28
+1999,12,10,3,30,0,0,0,-1,-9,1.0,61.16
+1999,12,10,4,30,0,0,0,-1,-9,0.9,61.41
+1999,12,10,5,30,0,0,0,-1,-9,0.9,60.58
+1999,12,10,6,30,0,0,0,-1,-9,0.9,59.85
+1999,12,10,7,30,0,23,23,0,-9,0.9,55.02
+1999,12,10,8,30,466,56,149,0,-8,1.1,54.86
+1999,12,10,9,30,832,66,337,2,-8,1.3,52.57
+1999,12,10,10,30,707,92,384,3,-9,1.4,47.18
+1999,12,10,11,30,929,79,503,4,-9,1.4,43.78
+1999,12,10,12,30,304,197,334,4,-8,1.0,45.29
+1999,12,10,13,30,892,73,428,4,-8,0.8,47.34
+1999,12,10,14,30,810,63,306,3,-7,0.9,53.31
+1999,12,10,15,30,119,63,83,1,-7,1.0,62.86
+1999,12,10,16,30,0,0,0,0,-8,1.0,61.65
+1999,12,10,17,30,0,0,0,-1,-9,0.9,63.14
+1999,12,10,18,30,0,0,0,-1,-9,0.9,62.71
+1999,12,10,19,30,0,0,0,-1,-9,0.9,60.98
+1999,12,10,20,30,0,0,0,-1,-9,0.8,58.79
+1999,12,10,21,30,0,0,0,-1,-10,0.6000000000000001,56.53
+1999,12,10,22,30,0,0,0,-1,-10,0.4,60.39
+1999,12,10,23,30,0,0,0,-2,-10,0.30000000000000004,58.34
+1999,12,11,0,30,0,0,0,-2,-11,0.30000000000000004,57.63
+1999,12,11,1,30,0,0,0,-2,-11,0.4,61.45
+1999,12,11,2,30,0,0,0,-2,-11,0.30000000000000004,60.96
+1999,12,11,3,30,0,0,0,-3,-11,0.1,60.95
+1999,12,11,4,30,0,0,0,-3,-11,0.1,65.5
+1999,12,11,5,30,0,0,0,-3,-11,0.2,65.41
+1999,12,11,6,30,0,0,0,-4,-11,0.4,65.96000000000001
+1999,12,11,7,30,151,19,25,-3,-11,0.6000000000000001,66.78
+1999,12,11,8,30,545,67,174,-2,-10,1.1,60.86
+1999,12,11,9,30,727,93,328,0,-9,1.5,55.72
+1999,12,11,10,30,823,103,441,0,-9,1.4,52.04
+1999,12,11,11,30,869,105,500,1,-9,1.1,47.63
+1999,12,11,12,30,883,99,496,2,-10,0.9,46.81
+1999,12,11,13,30,865,87,430,2,-10,1.0,46.31
+1999,12,11,14,30,802,70,311,1,-10,1.0,45.6
+1999,12,11,15,30,639,46,152,0,-9,0.8,57.17
+1999,12,11,16,30,0,0,0,-2,-10,0.6000000000000001,58.41
+1999,12,11,17,30,0,0,0,-3,-12,0.7000000000000001,55.48
+1999,12,11,18,30,0,0,0,-4,-13,1.3,56.24
+1999,12,11,19,30,0,0,0,-4,-14,1.7000000000000002,56.91
+1999,12,11,20,30,0,0,0,-5,-14,2.0,53.67
+1999,12,11,21,30,0,0,0,-5,-15,2.4000000000000004,51.69
+1999,12,11,22,30,0,0,0,-5,-14,3.0,53.51
+1999,12,11,23,30,0,0,0,-4,-14,3.4000000000000004,56.66
+1999,12,12,0,30,0,0,0,-4,-13,3.8,54.97
+1999,12,12,1,30,0,0,0,-4,-13,4.2,57.06
+1999,12,12,2,30,0,0,0,-4,-13,4.1000000000000005,57.52
+1999,12,12,3,30,0,0,0,-5,-13,3.6,61.13
+1999,12,12,4,30,0,0,0,-5,-13,3.3000000000000003,60.22
+1999,12,12,5,30,0,0,0,-5,-13,3.0,64.62
+1999,12,12,6,30,0,0,0,-6,-13,2.8000000000000003,63.63
+1999,12,12,7,30,315,16,27,-4,-13,3.0,58.55
+1999,12,12,8,30,738,45,188,-1,-12,3.4000000000000004,50.44
+1999,12,12,9,30,882,61,344,1,-11,3.3000000000000003,44.68
+1999,12,12,10,30,944,70,457,2,-11,3.0,41.86
+1999,12,12,11,30,968,75,513,3,-11,2.5,39.46
+1999,12,12,12,30,967,74,507,4,-11,2.0,37.05
+1999,12,12,13,30,938,67,439,4,-11,1.5,37.1
+1999,12,12,14,30,867,56,317,3,-10,0.8,41.98
+1999,12,12,15,30,703,39,156,1,-8,0.6000000000000001,58.62000000000001
+1999,12,12,16,30,0,0,0,-1,-10,0.9,55.19
+1999,12,12,17,30,0,0,0,-2,-11,1.1,55.69
+1999,12,12,18,30,0,0,0,-3,-11,1.4,60.22
+1999,12,12,19,30,0,0,0,-2,-11,1.8,59.42
+1999,12,12,20,30,0,0,0,-2,-11,2.3000000000000003,54.68
+1999,12,12,21,30,0,0,0,-2,-11,2.7,54.27
+1999,12,12,22,30,0,0,0,-2,-11,3.0,54.0
+1999,12,12,23,30,0,0,0,-2,-12,3.1,53.71
+1999,12,13,0,30,0,0,0,-2,-12,3.3000000000000003,53.7
+1999,12,13,1,30,0,0,0,-2,-11,3.4000000000000004,54.2
+1999,12,13,2,30,0,0,0,-2,-11,3.4000000000000004,55.01
+1999,12,13,3,30,0,0,0,-1,-11,3.3000000000000003,55.58
+1999,12,13,4,30,0,0,0,-1,-11,3.2,55.98
+1999,12,13,5,30,0,0,0,-1,-11,3.0,52.15
+1999,12,13,6,30,0,0,0,0,-11,2.8000000000000003,48.87000000000001
+1999,12,13,7,30,0,10,10,0,-10,2.6,47.62
+1999,12,13,8,30,22,71,75,1,-9,2.6,49.71
+1999,12,13,9,30,210,135,202,2,-7,2.6,54.98
+1999,12,13,10,30,73,179,209,3,-6,2.2,56.14
+1999,12,13,11,30,126,210,267,4,-5,1.7000000000000002,57.6
+1999,12,13,12,30,42,187,206,5,-4,1.4,57.15
+1999,12,13,13,30,93,176,213,5,-4,1.3,58.45
+1999,12,13,14,30,0,70,70,4,-4,1.1,61.28
+1999,12,13,15,30,654,41,150,3,-5,0.8,64.18
+1999,12,13,16,30,0,0,0,1,-7,1.0,57.92
+1999,12,13,17,30,0,0,0,0,-8,1.3,58.75
+1999,12,13,18,30,0,0,0,0,-7,1.6,64.22
+1999,12,13,19,30,0,0,0,0,-7,2.0,69.96000000000001
+1999,12,13,20,30,0,0,0,0,-7,3.4000000000000004,68.84
+1999,12,13,21,30,0,0,0,0,-9,5.300000000000002,60.79
+1999,12,13,22,30,0,0,0,-1,-11,5.800000000000002,55.4
+1999,12,13,23,30,0,0,0,-2,-13,5.4,53.22
+1999,12,14,0,30,0,0,0,-3,-13,5.2,52.08
+1999,12,14,1,30,0,0,0,-3,-12,5.300000000000002,58.86
+1999,12,14,2,30,0,0,0,-4,-12,5.5,60.31
+1999,12,14,3,30,0,0,0,-4,-12,5.5,63.95
+1999,12,14,4,30,0,0,0,-5,-13,5.5,60.94
+1999,12,14,5,30,0,0,0,-5,-14,5.6000000000000005,60.8
+1999,12,14,6,30,0,0,0,-6,-15,5.6000000000000005,54.07
+1999,12,14,7,30,0,24,24,-6,-16,5.6000000000000005,48.42
+1999,12,14,8,30,736,45,185,-5,-17,6.300000000000002,41.41
+1999,12,14,9,30,896,61,345,-4,-19,7.0,33.910000000000004
+1999,12,14,10,30,973,67,463,-3,-20,7.4,28.38
+1999,12,14,11,30,1008,69,523,-2,-21,7.6,27.23
+1999,12,14,12,30,1009,68,519,-2,-21,7.6,24.81
+1999,12,14,13,30,978,63,450,-2,-21,7.4,25.26
+1999,12,14,14,30,904,54,326,-2,-20,6.800000000000002,26.66
+1999,12,14,15,30,740,38,162,-4,-19,5.7,33.02
+1999,12,14,16,30,0,0,0,-5,-19,4.9,37.48
+1999,12,14,17,30,0,0,0,-6,-18,4.800000000000002,41.22
+1999,12,14,18,30,0,0,0,-7,-18,4.800000000000002,44.65
+1999,12,14,19,30,0,0,0,-7,-19,4.9,43.87
+1999,12,14,20,30,0,0,0,-7,-19,5.0,43.15
+1999,12,14,21,30,0,0,0,-7,-19,5.0,46.76
+1999,12,14,22,30,0,0,0,-7,-19,4.9,47.41
+1999,12,14,23,30,0,0,0,-7,-18,4.6000000000000005,48.08
+1999,12,15,0,30,0,0,0,-8,-18,4.2,48.43
+1999,12,15,1,30,0,0,0,-8,-18,3.9,48.43
+1999,12,15,2,30,0,0,0,-8,-18,3.8,47.8
+1999,12,15,3,30,0,0,0,-8,-19,3.8,46.97
+1999,12,15,4,30,0,0,0,-8,-19,3.8,46.34
+1999,12,15,5,30,0,0,0,-8,-19,3.9,45.99
+1999,12,15,6,30,0,0,0,-7,-19,4.1000000000000005,45.9
+1999,12,15,7,30,0,18,18,-6,-19,4.6000000000000005,43.19
+1999,12,15,8,30,444,54,138,-4,-18,5.300000000000002,37.14
+1999,12,15,9,30,352,118,230,-1,-17,5.9,35.31
+1999,12,15,10,30,185,183,258,0,-15,6.2,33.730000000000004
+1999,12,15,11,30,455,169,373,1,-14,6.0,32.68
+1999,12,15,12,30,567,139,392,2,-13,5.7,36.12
+1999,12,15,13,30,392,152,308,2,-12,5.1000000000000005,39.13
+1999,12,15,14,30,311,115,209,1,-11,4.1000000000000005,42.16
+1999,12,15,15,30,443,47,121,0,-10,3.0,52.57
+1999,12,15,16,30,0,0,0,-1,-10,2.7,54.1
+1999,12,15,17,30,0,0,0,-2,-11,3.0,55.36
+1999,12,15,18,30,0,0,0,-2,-11,3.3000000000000003,53.78
+1999,12,15,19,30,0,0,0,-2,-12,3.4000000000000004,56.37000000000001
+1999,12,15,20,30,0,0,0,-2,-12,3.3000000000000003,51.2
+1999,12,15,21,30,0,0,0,-2,-12,3.3000000000000003,51.86
+1999,12,15,22,30,0,0,0,-2,-12,3.3000000000000003,53.13
+1999,12,15,23,30,0,0,0,-2,-11,3.4000000000000004,54.03
+1999,12,16,0,30,0,0,0,-1,-11,3.5,54.92
+1999,12,16,1,30,0,0,0,-1,-11,3.7,57.71
+1999,12,16,2,30,0,0,0,-1,-10,3.9,55.71
+1999,12,16,3,30,0,0,0,-1,-10,4.3,56.47
+1999,12,16,4,30,0,0,0,-1,-10,4.7,56.7
+1999,12,16,5,30,0,0,0,0,-10,5.4,57.7
+1999,12,16,6,30,0,0,0,0,-9,6.0,55.12000000000001
+1999,12,16,7,30,0,12,12,0,-9,6.5,52.51
+1999,12,16,8,30,192,70,106,1,-8,6.6000000000000005,50.88
+1999,12,16,9,30,529,93,259,4,-8,6.4,50.57
+1999,12,16,10,30,724,85,377,5,-7,6.1000000000000005,46.37
+1999,12,16,11,30,956,71,500,6,-6,5.5,45.18
+1999,12,16,12,30,954,70,496,7,-6,4.800000000000002,46.63
+1999,12,16,13,30,923,65,430,6,-6,3.8,47.93
+1999,12,16,14,30,848,56,310,5,-5,2.7,55.66
+1999,12,16,15,30,114,64,84,2,-4,2.0,66.99
+1999,12,16,16,30,0,0,0,0,-5,2.2,67.23
+1999,12,16,17,30,0,0,0,0,-5,2.9000000000000004,71.7
+1999,12,16,18,30,0,0,0,0,-5,3.6,72.21000000000002
+1999,12,16,19,30,0,0,0,1,-5,3.9,72.01
+1999,12,16,20,30,0,0,0,1,-5,3.8,67.26
+1999,12,16,21,30,0,0,0,1,-5,3.4000000000000004,67.57000000000001
+1999,12,16,22,30,0,0,0,1,-5,3.2,72.42
+1999,12,16,23,30,0,0,0,0,-5,3.1,71.29
+1999,12,17,0,30,0,0,0,0,-5,3.0,69.54
+1999,12,17,1,30,0,0,0,0,-6,2.7,68.54
+1999,12,17,2,30,0,0,0,0,-6,2.3000000000000003,73.64
+1999,12,17,3,30,0,0,0,0,-6,1.9,73.67
+1999,12,17,4,30,0,0,0,0,-6,1.8,78.5
+1999,12,17,5,30,0,0,0,0,-6,1.8,76.68
+1999,12,17,6,30,0,0,0,0,-6,1.8,69.22
+1999,12,17,7,30,219,13,19,0,-6,2.1,64.13
+1999,12,17,8,30,599,40,150,1,-6,3.3000000000000003,63.52
+1999,12,17,9,30,359,116,228,2,-5,5.1000000000000005,66.58
+1999,12,17,10,30,494,138,337,2,-5,5.9,68.32000000000001
+1999,12,17,11,30,0,27,27,3,-5,5.800000000000002,68.44
+1999,12,17,12,30,10,157,161,3,-5,5.300000000000002,60.77
+1999,12,17,13,30,224,174,263,3,-6,4.4,56.24
+1999,12,17,14,30,0,22,22,2,-7,3.2,58.04
+1999,12,17,15,30,0,10,10,1,-6,1.7000000000000002,65.15
+1999,12,17,16,30,0,0,0,0,-8,0.8,68.12
+1999,12,17,17,30,0,0,0,-1,-8,0.4,69.38
+1999,12,17,18,30,0,0,0,-2,-8,0.7000000000000001,74.39
+1999,12,17,19,30,0,0,0,-3,-9,1.3,78.62
+1999,12,17,20,30,0,0,0,-4,-9,1.8,75.29
+1999,12,17,21,30,0,0,0,-4,-10,2.2,71.59
+1999,12,17,22,30,0,0,0,-4,-11,2.8000000000000003,67.72
+1999,12,17,23,30,0,0,0,-3,-11,3.6,63.57
+1999,12,18,0,30,0,0,0,-3,-12,4.1000000000000005,56.35
+1999,12,18,1,30,0,0,0,-2,-12,4.3,51.9
+1999,12,18,2,30,0,0,0,-1,-12,4.5,53.28
+1999,12,18,3,30,0,0,0,-1,-12,4.6000000000000005,53.67
+1999,12,18,4,30,0,0,0,-2,-12,4.4,52.28
+1999,12,18,5,30,0,0,0,-2,-13,4.1000000000000005,49.39
+1999,12,18,6,30,0,0,0,-2,-13,3.8,47.09
+1999,12,18,7,30,0,19,19,-1,-13,3.8,43.22
+1999,12,18,8,30,746,38,174,1,-12,4.1000000000000005,40.78
+1999,12,18,9,30,882,53,327,3,-10,4.1000000000000005,40.52
+1999,12,18,10,30,705,89,372,6,-9,4.4,40.13
+1999,12,18,11,30,762,91,432,7,-8,5.0,41.25
+1999,12,18,12,30,745,94,426,7,-6,5.4,44.97
+1999,12,18,13,30,918,67,430,6,-6,5.4,50.28
+1999,12,18,14,30,845,58,313,4,-6,4.9,54.5
+1999,12,18,15,30,671,42,155,2,-6,3.8,62.59
+1999,12,18,16,30,0,0,0,0,-6,3.1,64.31
+1999,12,18,17,30,0,0,0,0,-7,3.7,65.92
+1999,12,18,18,30,0,0,0,0,-8,4.9,63.02
+1999,12,18,19,30,0,0,0,0,-8,5.5,60.02
+1999,12,18,20,30,0,0,0,0,-9,5.300000000000002,58.27
+1999,12,18,21,30,0,0,0,0,-9,4.800000000000002,62.35
+1999,12,18,22,30,0,0,0,0,-9,4.0,62.71
+1999,12,18,23,30,0,0,0,-1,-8,3.1,63.47
+1999,12,19,0,30,0,0,0,-1,-8,2.6,63.57
+1999,12,19,1,30,0,0,0,-1,-9,2.6,67.45
+1999,12,19,2,30,0,0,0,-2,-9,2.6,65.71000000000001
+1999,12,19,3,30,0,0,0,-2,-9,2.5,68.77
+1999,12,19,4,30,0,0,0,-3,-10,2.2,67.83
+1999,12,19,5,30,0,0,0,-3,-10,2.0,67.27
+1999,12,19,6,30,0,0,0,-3,-10,1.9,67.68
+1999,12,19,7,30,262,12,18,-2,-10,2.2,62.11
+1999,12,19,8,30,694,43,169,-1,-9,3.1,60.2
+1999,12,19,9,30,839,63,323,0,-9,3.7,56.71
+1999,12,19,10,30,909,74,438,0,-10,3.3000000000000003,53.97
+1999,12,19,11,30,43,187,207,0,-10,2.6,50.7
+1999,12,19,12,30,0,121,121,0,-11,2.1,49.11
+1999,12,19,13,30,0,80,80,0,-11,1.9,48.34
+1999,12,19,14,30,416,104,229,0,-11,1.9,47.91
+1999,12,19,15,30,677,43,158,-2,-11,1.5,54.86
+1999,12,19,16,30,0,0,0,-3,-11,1.0,64.61
+1999,12,19,17,30,0,0,0,-4,-12,0.9,67.32000000000001
+1999,12,19,18,30,0,0,0,-5,-12,1.1,63.99
+1999,12,19,19,30,0,0,0,-5,-13,1.5,66.48
+1999,12,19,20,30,0,0,0,-6,-13,1.7000000000000002,63.87000000000001
+1999,12,19,21,30,0,0,0,-6,-14,1.8,61.75
+1999,12,19,22,30,0,0,0,-5,-14,2.0,61.01
+1999,12,19,23,30,0,0,0,-5,-14,2.0,60.77
+1999,12,20,0,30,0,0,0,-5,-14,1.9,60.54
+1999,12,20,1,30,0,0,0,-5,-14,1.6,61.04
+1999,12,20,2,30,0,0,0,-5,-13,1.2000000000000002,62.94000000000001
+1999,12,20,3,30,0,0,0,-5,-13,1.0,65.49
+1999,12,20,4,30,0,0,0,-5,-12,1.0,67.59
+1999,12,20,5,30,0,0,0,-6,-12,1.2000000000000002,68.81
+1999,12,20,6,30,0,0,0,-6,-12,1.4,69.27
+1999,12,20,7,30,0,7,7,-5,-12,1.6,64.05
+1999,12,20,8,30,47,68,77,-4,-12,2.4000000000000004,59.13
+1999,12,20,9,30,121,132,170,-2,-12,3.4000000000000004,54.42
+1999,12,20,10,30,0,113,113,-1,-13,4.2,48.93
+1999,12,20,11,30,422,174,362,-1,-13,4.4,44.06
+1999,12,20,12,30,85,201,238,-1,-13,4.2,42.99
+1999,12,20,13,30,16,147,154,0,-14,3.9,42.27
+1999,12,20,14,30,57,124,141,0,-14,3.5,42.12
+1999,12,20,15,30,0,29,29,-1,-13,2.4000000000000004,46.86
+1999,12,20,16,30,0,0,0,-2,-12,1.5,53.71
+1999,12,20,17,30,0,0,0,-3,-12,1.5,55.63
+1999,12,20,18,30,0,0,0,-3,-12,1.8,55.62000000000001
+1999,12,20,19,30,0,0,0,-3,-12,2.0,59.63
+1999,12,20,20,30,0,0,0,-4,-12,2.2,58.8
+1999,12,20,21,30,0,0,0,-4,-13,2.4000000000000004,61.46
+1999,12,20,22,30,0,0,0,-5,-13,2.7,58.43
+1999,12,20,23,30,0,0,0,-6,-14,3.0,59.95
+1999,12,21,0,30,0,0,0,-5,-14,3.2,59.02
+1999,12,21,1,30,0,0,0,-5,-14,3.1,55.79
+1999,12,21,2,30,0,0,0,-4,-13,2.8000000000000003,58.44
+1999,12,21,3,30,0,0,0,-4,-13,2.4000000000000004,60.82
+1999,12,21,4,30,0,0,0,-4,-12,2.1,62.82
+1999,12,21,5,30,0,0,0,-4,-12,1.9,64.18
+1999,12,21,6,30,0,0,0,-5,-12,1.7000000000000002,65.28
+1999,12,21,7,30,0,9,9,-4,-12,1.6,61.34
+1999,12,21,8,30,164,68,97,-3,-11,1.8,60.9
+1999,12,21,9,30,9,111,114,-1,-10,2.3000000000000003,60.61
+1999,12,21,10,30,216,178,264,-1,-9,3.2,65.52
+1999,12,21,11,30,70,198,229,-1,-8,4.1000000000000005,70.25
+1999,12,21,12,30,0,128,128,-1,-8,4.7,72.52
+1999,12,21,13,30,0,116,116,-2,-8,5.0,72.10000000000002
+1999,12,21,14,30,0,10,10,-2,-8,4.800000000000002,70.4
+1999,12,21,15,30,40,65,72,-3,-8,4.0,74.10000000000002
+1999,12,21,16,30,0,0,0,-4,-9,3.1,76.66
+1999,12,21,17,30,0,0,0,-5,-9,2.8000000000000003,79.4
+1999,12,21,18,30,0,0,0,-6,-10,2.6,83.81
+1999,12,21,19,30,0,0,0,-6,-10,2.1,81.11
+1999,12,21,20,30,0,0,0,-6,-11,1.2000000000000002,84.7
+1999,12,21,21,30,0,0,0,-7,-11,0.5,81.7
+1999,12,21,22,30,0,0,0,-8,-12,0.5,83.85000000000002
+1999,12,21,23,30,0,0,0,-9,-12,0.9,85.46000000000002
+1999,12,22,0,30,0,0,0,-9,-13,1.6,86.64
+1999,12,22,1,30,0,0,0,-9,-14,2.1,75.19
+1999,12,22,2,30,0,0,0,-9,-15,2.4000000000000004,70.32000000000001
+1999,12,22,3,30,0,0,0,-8,-16,2.4000000000000004,64.84
+1999,12,22,4,30,0,0,0,-8,-17,2.3000000000000003,55.6
+1999,12,22,5,30,0,0,0,-7,-17,2.3000000000000003,51.71
+1999,12,22,6,30,0,0,0,-6,-16,2.3000000000000003,51.97
+1999,12,22,7,30,0,9,9,-5,-15,2.9000000000000004,52.6
+1999,12,22,8,30,161,68,96,-3,-13,4.2,53.96
+1999,12,22,9,30,7,110,112,-2,-12,5.5,50.72
+1999,12,22,10,30,57,170,192,0,-11,5.7,50.19
+1999,12,22,11,30,74,198,232,0,-11,5.4,49.8
+1999,12,22,12,30,130,206,264,0,-10,5.0,49.42
+1999,12,22,13,30,257,172,275,0,-9,4.3,52.59
+1999,12,22,14,30,101,129,160,0,-8,3.5,54.97
+1999,12,22,15,30,657,44,158,0,-8,2.6,59.52
+1999,12,22,16,30,0,0,0,-1,-9,2.2,61.64
+1999,12,22,17,30,0,0,0,-2,-9,2.4000000000000004,63.59
+1999,12,22,18,30,0,0,0,-2,-10,2.7,60.77
+1999,12,22,19,30,0,0,0,-3,-11,2.9000000000000004,62.51
+1999,12,22,20,30,0,0,0,-3,-11,3.0,60.64
+1999,12,22,21,30,0,0,0,-3,-11,3.0,64.43
+1999,12,22,22,30,0,0,0,-4,-11,3.1,64.21000000000001
+1999,12,22,23,30,0,0,0,-4,-11,3.0,64.55
+1999,12,23,0,30,0,0,0,-4,-11,2.7,64.95
+1999,12,23,1,30,0,0,0,-4,-11,2.4000000000000004,65.25
+1999,12,23,2,30,0,0,0,-4,-11,2.3000000000000003,65.83
+1999,12,23,3,30,0,0,0,-3,-11,2.3000000000000003,67.23
+1999,12,23,4,30,0,0,0,-3,-10,2.4000000000000004,68.65
+1999,12,23,5,30,0,0,0,-3,-10,2.5,69.46000000000001
+1999,12,23,6,30,0,0,0,-3,-10,2.7,69.28
+1999,12,23,7,30,0,0,0,-2,-10,3.3000000000000003,59.81
+1999,12,23,8,30,728,33,161,0,-9,4.0,52.44
+1999,12,23,9,30,876,45,313,2,-7,3.9,56.53
+1999,12,23,10,30,941,52,427,4,-5,4.1000000000000005,56.12000000000001
+1999,12,23,11,30,967,56,486,5,-4,4.3,56.21
+1999,12,23,12,30,967,56,487,6,-4,4.0,54.47
+1999,12,23,13,30,943,52,427,6,-4,3.2,55.85
+1999,12,23,14,30,882,44,314,5,-3,1.8,64.05
+1999,12,23,15,30,739,32,162,2,-2,1.1,77.11
+1999,12,23,16,30,0,0,0,0,-5,1.2000000000000002,74.10000000000002
+1999,12,23,17,30,0,0,0,0,-5,1.4,74.49
+1999,12,23,18,30,0,0,0,-1,-6,1.6,77.27
+1999,12,23,19,30,0,0,0,-1,-7,1.9,78.66
+1999,12,23,20,30,0,0,0,-2,-8,2.2,72.42
+1999,12,23,21,30,0,0,0,-2,-9,2.3000000000000003,65.36
+1999,12,23,22,30,0,0,0,-2,-10,2.1,59.3
+1999,12,23,23,30,0,0,0,-2,-11,1.9,55.52
+1999,12,24,0,30,0,0,0,-1,-12,1.7000000000000002,53.56
+1999,12,24,1,30,0,0,0,-1,-12,1.6,48.71
+1999,12,24,2,30,0,0,0,0,-12,1.5,45.2
+1999,12,24,3,30,0,0,0,0,-12,1.4,45.72
+1999,12,24,4,30,0,0,0,0,-11,1.3,46.61
+1999,12,24,5,30,0,0,0,0,-11,1.3,47.33
+1999,12,24,6,30,0,0,0,0,-11,1.5,51.5
+1999,12,24,7,30,0,0,0,0,-11,1.5,48.59
+1999,12,24,8,30,749,33,164,2,-8,1.6,51.32
+1999,12,24,9,30,891,46,318,5,-6,2.2,55.38
+1999,12,24,10,30,951,53,432,7,-5,2.4000000000000004,47.87000000000001
+1999,12,24,11,30,974,58,492,8,-4,2.4000000000000004,45.36
+1999,12,24,12,30,972,58,491,9,-4,2.6,45.35
+1999,12,24,13,30,945,54,431,8,-4,2.2,50.95
+1999,12,24,14,30,880,47,317,6,-2,1.5,63.53
+1999,12,24,15,30,734,34,164,3,-2,1.3,78.69
+1999,12,24,16,30,0,0,0,1,-4,1.5,74.96000000000002
+1999,12,24,17,30,0,0,0,0,-5,1.5,77.11
+1999,12,24,18,30,0,0,0,0,-5,1.5,74.58
+1999,12,24,19,30,0,0,0,0,-6,1.5,68.64
+1999,12,24,20,30,0,0,0,0,-8,1.5,61.64
+1999,12,24,21,30,0,0,0,0,-9,1.6,57.25
+1999,12,24,22,30,0,0,0,0,-9,1.6,55.1
+1999,12,24,23,30,0,0,0,0,-9,1.6,54.51
+1999,12,25,0,30,0,0,0,0,-10,1.6,53.96
+1999,12,25,1,30,0,0,0,0,-10,1.6,53.24
+1999,12,25,2,30,0,0,0,0,-10,1.6,48.71
+1999,12,25,3,30,0,0,0,0,-10,1.6,47.75
+1999,12,25,4,30,0,0,0,0,-10,1.6,46.85
+1999,12,25,5,30,0,0,0,0,-11,1.6,46.06
+1999,12,25,6,30,0,0,0,0,-11,1.6,45.43
+1999,12,25,7,30,0,0,0,1,-11,1.4,42.47
+1999,12,25,8,30,748,33,164,3,-8,1.3,48.85
+1999,12,25,9,30,891,46,318,6,-4,1.5,51.97
+1999,12,25,10,30,952,55,433,8,-5,1.6,47.81
+1999,12,25,11,30,976,59,494,9,-5,1.4,43.32
+1999,12,25,12,30,975,59,494,9,-5,1.3,39.69
+1999,12,25,13,30,948,56,434,8,-5,1.1,43.29
+1999,12,25,14,30,884,48,320,6,-2,1.0,60.9
+1999,12,25,15,30,738,35,166,3,-3,1.2000000000000002,72.77
+1999,12,25,16,30,303,10,16,0,-6,1.5,64.28
+1999,12,25,17,30,0,0,0,0,-8,1.4,63.49
+1999,12,25,18,30,0,0,0,0,-8,1.2000000000000002,63.23
+1999,12,25,19,30,0,0,0,0,-7,1.1,63.65
+1999,12,25,20,30,0,0,0,0,-7,1.1,64.54
+1999,12,25,21,30,0,0,0,0,-7,1.2000000000000002,65.03
+1999,12,25,22,30,0,0,0,0,-7,1.3,69.64
+1999,12,25,23,30,0,0,0,0,-7,1.4,68.44
+1999,12,26,0,30,0,0,0,0,-8,1.3,62.01
+1999,12,26,1,30,0,0,0,0,-8,1.3,60.0
+1999,12,26,2,30,0,0,0,0,-9,1.3,63.12000000000001
+1999,12,26,3,30,0,0,0,-1,-9,1.4,62.02
+1999,12,26,4,30,0,0,0,-2,-9,1.2000000000000002,65.28
+1999,12,26,5,30,0,0,0,-2,-9,1.2000000000000002,63.49
+1999,12,26,6,30,0,0,0,-2,-10,1.2000000000000002,62.47
+1999,12,26,7,30,0,0,0,-1,-10,1.3,57.83
+1999,12,26,8,30,741,34,163,1,-8,1.9,55.57
+1999,12,26,9,30,891,48,319,4,-7,2.1,51.18
+1999,12,26,10,30,955,57,437,6,-7,1.7000000000000002,44.16
+1999,12,26,11,30,981,61,499,7,-7,1.7000000000000002,40.41
+1999,12,26,12,30,980,63,501,8,-7,1.4,38.24
+1999,12,26,13,30,952,59,441,8,-6,0.9,42.38
+1999,12,26,14,30,886,52,326,7,-4,0.6000000000000001,54.36
+1999,12,26,15,30,740,37,171,4,-5,0.8,63.88
+1999,12,26,16,30,304,11,17,1,-7,1.2000000000000002,60.03
+1999,12,26,17,30,0,0,0,0,-8,1.5,61.1
+1999,12,26,18,30,0,0,0,0,-7,1.8,68.46000000000001
+1999,12,26,19,30,0,0,0,0,-7,2.5,70.72
+1999,12,26,20,30,0,0,0,-1,-8,3.2,67.54
+1999,12,26,21,30,0,0,0,-1,-9,3.4000000000000004,59.58
+1999,12,26,22,30,0,0,0,-1,-11,3.1,51.92
+1999,12,26,23,30,0,0,0,-1,-12,2.9000000000000004,47.66
+1999,12,27,0,30,0,0,0,-1,-13,2.7,45.75
+1999,12,27,1,30,0,0,0,-1,-13,2.5,45.06
+1999,12,27,2,30,0,0,0,-1,-13,2.3000000000000003,48.42
+1999,12,27,3,30,0,0,0,-1,-13,2.3000000000000003,48.32
+1999,12,27,4,30,0,0,0,-2,-13,2.3000000000000003,47.87000000000001
+1999,12,27,5,30,0,0,0,-2,-13,2.1,48.9
+1999,12,27,6,30,0,0,0,-2,-12,2.0,49.8
+1999,12,27,7,30,0,0,0,-1,-12,1.8,48.54
+1999,12,27,8,30,0,60,60,1,-9,2.4000000000000004,47.15
+1999,12,27,9,30,861,49,311,4,-8,3.7,45.92
+1999,12,27,10,30,928,56,425,6,-5,4.4,52.45
+1999,12,27,11,30,956,60,487,7,-4,4.3,53.16
+1999,12,27,12,30,957,59,488,7,-4,4.0,51.55
+1999,12,27,13,30,933,55,430,7,-3,3.5,53.24
+1999,12,27,14,30,871,46,317,6,-3,2.1,64.11
+1999,12,27,15,30,725,35,166,3,-2,1.1,77.39
+1999,12,27,16,30,301,11,17,1,-4,1.2000000000000002,72.94
+1999,12,27,17,30,0,0,0,0,-4,1.8,75.42
+1999,12,27,18,30,0,0,0,0,-5,2.8000000000000003,74.05
+1999,12,27,19,30,0,0,0,0,-5,3.9,70.60000000000002
+1999,12,27,20,30,0,0,0,0,-6,4.3,66.19
+1999,12,27,21,30,0,0,0,1,-7,4.0,62.94000000000001
+1999,12,27,22,30,0,0,0,1,-7,3.7,61.76
+1999,12,27,23,30,0,0,0,1,-7,3.6,60.9
+1999,12,28,0,30,0,0,0,1,-7,3.8,55.53
+1999,12,28,1,30,0,0,0,1,-8,4.0,54.54
+1999,12,28,2,30,0,0,0,1,-8,4.0,53.65
+1999,12,28,3,30,0,0,0,1,-8,3.8,52.61
+1999,12,28,4,30,0,0,0,1,-8,3.3000000000000003,51.15
+1999,12,28,5,30,0,0,0,1,-9,2.8000000000000003,49.13
+1999,12,28,6,30,0,0,0,1,-10,2.5,50.19
+1999,12,28,7,30,0,0,0,2,-10,2.3000000000000003,44.94
+1999,12,28,8,30,764,32,163,5,-9,2.4000000000000004,40.21
+1999,12,28,9,30,910,44,321,8,-6,2.6,38.89
+1999,12,28,10,30,972,52,438,11,-5,2.2,36.1
+1999,12,28,11,30,998,55,501,12,-4,1.3,34.76
+1999,12,28,12,30,1000,55,504,13,-6,0.8,29.13
+1999,12,28,13,30,978,52,446,12,-5,0.7000000000000001,32.97
+1999,12,28,14,30,920,45,332,10,-2,0.9,47.22
+1999,12,28,15,30,785,33,177,7,-3,1.3,52.76
+1999,12,28,16,30,375,11,20,4,-7,1.6,49.18
+1999,12,28,17,30,0,0,0,2,-8,1.8,53.2
+1999,12,28,18,30,0,0,0,0,-8,1.8,53.18
+1999,12,28,19,30,0,0,0,0,-8,2.0,55.43
+1999,12,28,20,30,0,0,0,0,-9,2.2,52.45
+1999,12,28,21,30,0,0,0,0,-10,2.4000000000000004,49.48
+1999,12,28,22,30,0,0,0,0,-10,2.6,47.67
+1999,12,28,23,30,0,0,0,0,-10,2.8000000000000003,47.22
+1999,12,29,0,30,0,0,0,0,-10,2.9000000000000004,47.19
+1999,12,29,1,30,0,0,0,0,-10,3.1,47.96
+1999,12,29,2,30,0,0,0,0,-10,3.3000000000000003,48.47
+1999,12,29,3,30,0,0,0,0,-10,3.6,48.08
+1999,12,29,4,30,0,0,0,0,-10,3.8,46.99
+1999,12,29,5,30,0,0,0,0,-11,4.1000000000000005,46.6
+1999,12,29,6,30,0,0,0,0,-10,4.3,46.79
+1999,12,29,7,30,0,0,0,1,-10,4.7,44.35
+1999,12,29,8,30,14,62,65,4,-9,4.800000000000002,42.11
+1999,12,29,9,30,896,47,319,7,-7,4.5,38.73
+1999,12,29,10,30,909,54,416,10,-6,4.3,37.46
+1999,12,29,11,30,982,58,498,11,-6,4.1000000000000005,35.52
+1999,12,29,12,30,981,59,500,12,-6,3.9,33.05
+1999,12,29,13,30,955,55,441,11,-6,3.3000000000000003,36.13
+1999,12,29,14,30,893,48,329,8,-4,2.3000000000000003,46.76
+1999,12,29,15,30,755,35,175,5,-4,1.5,58.55
+1999,12,29,16,30,347,12,21,3,-5,1.3,61.23
+1999,12,29,17,30,0,0,0,2,-6,1.2000000000000002,63.66
+1999,12,29,18,30,0,0,0,2,-6,1.2000000000000002,63.24
+1999,12,29,19,30,0,0,0,2,-6,1.4,62.64
+1999,12,29,20,30,0,0,0,1,-6,1.6,61.96
+1999,12,29,21,30,0,0,0,0,-6,1.7000000000000002,61.13
+1999,12,29,22,30,0,0,0,0,-6,1.8,64.65
+1999,12,29,23,30,0,0,0,0,-7,1.8,63.36
+1999,12,30,0,30,0,0,0,0,-7,2.0,66.88
+1999,12,30,1,30,0,0,0,0,-7,2.2,65.39
+1999,12,30,2,30,0,0,0,0,-7,2.7,68.56
+1999,12,30,3,30,0,0,0,0,-8,3.2,66.58
+1999,12,30,4,30,0,0,0,-1,-8,3.4000000000000004,64.54
+1999,12,30,5,30,0,0,0,-1,-9,3.5,62.63
+1999,12,30,6,30,0,0,0,-1,-9,3.5,61.09
+1999,12,30,7,30,0,0,0,0,-9,3.9,55.65
+1999,12,30,8,30,744,34,162,2,-9,3.8,49.34
+1999,12,30,9,30,896,47,319,5,-9,2.7,43.88
+1999,12,30,10,30,961,55,438,8,-9,2.0,33.85
+1999,12,30,11,30,987,60,503,9,-10,2.0,29.53
+1999,12,30,12,30,987,61,506,9,-10,2.1,27.87
+1999,12,30,13,30,962,57,448,9,-10,1.9,30.47
+1999,12,30,14,30,900,50,334,7,-8,1.3,36.32
+1999,12,30,15,30,760,37,179,4,-5,0.8,57.4
+1999,12,30,16,30,351,12,22,2,-8,0.6000000000000001,51.76
+1999,12,30,17,30,0,0,0,0,-9,0.7000000000000001,47.11
+1999,12,30,18,30,0,0,0,0,-9,1.2000000000000002,54.49
+1999,12,30,19,30,0,0,0,-1,-9,1.4,59.41
+1999,12,30,20,30,0,0,0,-1,-9,1.5,63.66
+1999,12,30,21,30,0,0,0,-2,-10,1.6,61.67
+1999,12,30,22,30,0,0,0,-2,-10,1.7000000000000002,59.29
+1999,12,30,23,30,0,0,0,-2,-11,1.8,57.32
+1999,12,31,0,30,0,0,0,-2,-11,2.0,56.03
+1999,12,31,1,30,0,0,0,-2,-11,2.4000000000000004,55.38
+1999,12,31,2,30,0,0,0,-1,-11,3.0,54.48
+1999,12,31,3,30,0,0,0,-1,-11,3.4000000000000004,54.19
+1999,12,31,4,30,0,0,0,-1,-11,3.6,54.76
+1999,12,31,5,30,0,0,0,-1,-11,3.6,56.46
+1999,12,31,6,30,0,0,0,-1,-11,3.7,53.5
+1999,12,31,7,30,0,0,0,0,-10,4.0,50.61
+1999,12,31,8,30,688,31,149,2,-9,4.4,47.28
+1999,12,31,9,30,637,71,265,5,-9,4.5,39.11
+1999,12,31,10,30,963,49,433,8,-9,4.1000000000000005,34.38
+1999,12,31,11,30,985,54,497,9,-9,3.0,32.29
+1999,12,31,12,30,0,20,20,9,-8,1.6,31.45
+1999,12,31,13,30,562,125,354,8,-6,0.5,40.25
+1999,12,31,14,30,530,94,263,7,-4,0.4,53.19
+1999,12,31,15,30,636,38,159,5,-5,1.0,57.1
+1999,12,31,16,30,0,21,21,4,-6,1.3,56.22
+1999,12,31,17,30,0,0,0,1,-2,0.8,81.95
+1999,12,31,18,30,0,0,0,0,-2,0.8,86.60000000000002
+1999,12,31,19,30,0,0,0,0,-3,0.9,83.63
+1999,12,31,20,30,0,0,0,0,-3,1.2000000000000002,86.82000000000002
+1999,12,31,21,30,0,0,0,0,-4,1.6,83.78
+1999,12,31,22,30,0,0,0,0,-4,1.7000000000000002,81.22
+1999,12,31,23,30,0,0,0,0,-5,1.8,79.43
diff --git a/pvdeg/degradation.py b/pvdeg/degradation.py
index b5a55a63..e776e90f 100644
--- a/pvdeg/degradation.py
+++ b/pvdeg/degradation.py
@@ -13,7 +13,8 @@
from . import spectral
from . import weather
-#TODO: Clean up all those functions and add gaps functionality
+# TODO: Clean up all those functions and add gaps functionality
+
def _deg_rate_env(poa_global, temp, temp_chamber, p, Tf):
"""
@@ -44,7 +45,8 @@ def _deg_rate_env(poa_global, temp, temp_chamber, p, Tf):
rate of Degradation (NEED TO ADD METRIC)
"""
- return poa_global**(p) * Tf ** ((temp - temp_chamber)/10)
+ return poa_global ** (p) * Tf ** ((temp - temp_chamber) / 10)
+
def _deg_rate_chamber(I_chamber, p):
"""
@@ -69,6 +71,7 @@ def _deg_rate_chamber(I_chamber, p):
return chamberdegradationrate
+
def _acceleration_factor(numerator, denominator):
"""
Helper Function. Find the acceleration factor
@@ -88,17 +91,14 @@ def _acceleration_factor(numerator, denominator):
Acceleration Factor of chamber (NEED TO ADD METRIC)
"""
- chamberAccelerationFactor = (numerator / denominator)
+ chamberAccelerationFactor = numerator / denominator
return chamberAccelerationFactor
-def vantHoff_deg(weather_df, meta,
- I_chamber,
- temp_chamber,
- poa=None,
- temp=None,
- p=0.5,
- Tf=1.41):
+
+def vantHoff_deg(
+ weather_df, meta, I_chamber, temp_chamber, poa=None, temp=None, p=0.5, Tf=1.41
+):
"""
Van't Hoff Irradiance Degradation
@@ -130,31 +130,27 @@ def vantHoff_deg(weather_df, meta,
"""
if poa is None:
- poa = spectral.poa_irradiance(weather_df,meta)
+ poa = spectral.poa_irradiance(weather_df, meta)
if isinstance(poa, pd.DataFrame):
- poa_global = poa['poa_global']
-
+ poa_global = poa["poa_global"]
+
if temp is None:
- temp = temperature.cell(weather_df=weather_df,
- meta=meta,
- poa=poa)
-
- rateOfDegEnv = _deg_rate_env(poa_global=poa_global,
- temp=temp,
- temp_chamber=temp_chamber,
- p=p,
- Tf=Tf)
- #sumOfDegEnv = rateOfDegEnv.sum(axis = 0, skipna = True)
+ temp = temperature.cell(weather_df=weather_df, meta=meta, poa=poa)
+
+ rateOfDegEnv = _deg_rate_env(
+ poa_global=poa_global, temp=temp, temp_chamber=temp_chamber, p=p, Tf=Tf
+ )
+ # sumOfDegEnv = rateOfDegEnv.sum(axis = 0, skipna = True)
avgOfDegEnv = rateOfDegEnv.mean()
rateOfDegChamber = _deg_rate_chamber(I_chamber, p)
- accelerationFactor = _acceleration_factor(
- rateOfDegChamber, avgOfDegEnv)
+ accelerationFactor = _acceleration_factor(rateOfDegChamber, avgOfDegEnv)
return accelerationFactor
+
def _to_eq_vantHoff(temp, Tf=1.41):
"""
Function to obtain the Vant Hoff temperature equivalent [°C]
@@ -181,12 +177,7 @@ def _to_eq_vantHoff(temp, Tf=1.41):
return Toeq
-def IwaVantHoff(weather_df, meta,
- poa=None,
- temp=None,
- Teq=None,
- p=0.5,
- Tf=1.41):
+def IwaVantHoff(weather_df, meta, poa=None, temp=None, Teq=None, p=0.5, Tf=1.41):
"""
IWa : Environment Characterization [W/m²]
For one year of degredation the controlled environmnet lamp settings will
@@ -216,26 +207,27 @@ def IwaVantHoff(weather_df, meta,
"""
if poa is None:
- poa = spectral.poa_irradiance(weather_df,meta)
-
+ poa = spectral.poa_irradiance(weather_df, meta)
+
if temp is None:
- temp = temperature.cell(weather_df,meta,poa)
-
+ temp = temperature.cell(weather_df, meta, poa)
+
if Teq is None:
Teq = _to_eq_vantHoff(temp, Tf)
-
+
if isinstance(poa, pd.DataFrame):
- poa_global = poa['poa_global']
+ poa_global = poa["poa_global"]
else:
poa_global = poa
- toSum = (poa_global ** p) * (Tf ** ((temp - Teq)/10))
+ toSum = (poa_global**p) * (Tf ** ((temp - Teq) / 10))
summation = toSum.sum(axis=0, skipna=True)
Iwa = (summation / len(poa_global)) ** (1 / p)
return Iwa
+
def _arrhenius_denominator(poa_global, rh_outdoor, temp, Ea, p, n):
"""
Helper function. Calculates the rate of degredation of the Environmnet
@@ -263,12 +255,16 @@ def _arrhenius_denominator(poa_global, rh_outdoor, temp, Ea, p, n):
Degradation rate of environment
"""
- environmentDegradationRate = poa_global**(p) * rh_outdoor**(
- n) * np.exp(- (Ea / (0.00831446261815324 * (temp + 273.15))))
+ environmentDegradationRate = (
+ poa_global ** (p)
+ * rh_outdoor ** (n)
+ * np.exp(-(Ea / (0.00831446261815324 * (temp + 273.15))))
+ )
return environmentDegradationRate
-def _arrhenius_numerator(I_chamber, rh_chamber, temp_chamber, Ea, p, n):
+
+def _arrhenius_numerator(I_chamber, rh_chamber, temp_chamber, Ea, p, n):
"""
Helper function. Find the rate of degradation of a simulated chamber.
@@ -294,21 +290,27 @@ def _arrhenius_numerator(I_chamber, rh_chamber, temp_chamber, Ea, p, n):
Degradation rate of the chamber
"""
- arrheniusNumerator = (I_chamber ** (p) * rh_chamber ** (n) *
- np.exp(- (Ea / (0.00831446261815324 *
- (temp_chamber+273.15)))))
+ arrheniusNumerator = (
+ I_chamber ** (p)
+ * rh_chamber ** (n)
+ * np.exp(-(Ea / (0.00831446261815324 * (temp_chamber + 273.15))))
+ )
return arrheniusNumerator
-def arrhenius_deg(weather_df, meta,
- rh_outdoor,
- I_chamber,
- rh_chamber,
- Ea,
- temp_chamber,
- poa=None,
- temp=None,
- p=0.5,
- n=1):
+
+def arrhenius_deg(
+ weather_df,
+ meta,
+ rh_outdoor,
+ I_chamber,
+ rh_chamber,
+ Ea,
+ temp_chamber,
+ poa=None,
+ temp=None,
+ p=0.5,
+ n=1,
+):
"""
Calculate the Acceleration Factor between the rate of degredation of a
modeled environmnet versus a modeled controlled environmnet. Example: "If the AF=25 then 1 year
@@ -355,35 +357,36 @@ def arrhenius_deg(weather_df, meta,
"""
if poa is None:
- poa = spectral.poa_irradiance(weather_df,meta)
-
+ poa = spectral.poa_irradiance(weather_df, meta)
+
if temp is None:
- temp = temperature.cell(weather_df,meta,poa)
+ temp = temperature.cell(weather_df, meta, poa)
if isinstance(poa, pd.DataFrame):
- poa_global = poa['poa_global']
+ poa_global = poa["poa_global"]
else:
poa_global = poa
-
- arrheniusDenominator = _arrhenius_denominator(poa_global=poa_global,
- rh_outdoor=rh_outdoor,
- temp=temp,
- Ea=Ea,
- p=p,
- n=n)
+ arrheniusDenominator = _arrhenius_denominator(
+ poa_global=poa_global, rh_outdoor=rh_outdoor, temp=temp, Ea=Ea, p=p, n=n
+ )
AvgOfDenominator = arrheniusDenominator.mean()
- arrheniusNumerator = _arrhenius_numerator(I_chamber=I_chamber,
- rh_chamber=rh_chamber,
- temp_chamber=temp_chamber, Ea=Ea, p=p, n=n)
+ arrheniusNumerator = _arrhenius_numerator(
+ I_chamber=I_chamber,
+ rh_chamber=rh_chamber,
+ temp_chamber=temp_chamber,
+ Ea=Ea,
+ p=p,
+ n=n,
+ )
- accelerationFactor = _acceleration_factor(
- arrheniusNumerator, AvgOfDenominator)
+ accelerationFactor = _acceleration_factor(arrheniusNumerator, AvgOfDenominator)
return accelerationFactor
+
def _T_eq_arrhenius(temp, Ea):
"""
Get the Temperature equivalent required for the settings of the controlled environment
@@ -404,8 +407,7 @@ def _T_eq_arrhenius(temp, Ea):
"""
- summationFrame = np.exp(- (Ea /
- (0.00831446261815324 * (temp + 273.15))))
+ summationFrame = np.exp(-(Ea / (0.00831446261815324 * (temp + 273.15))))
sumForTeq = summationFrame.sum(axis=0, skipna=True)
Teq = -((Ea) / (0.00831446261815324 * np.log(sumForTeq / len(temp))))
# Convert to celsius
@@ -413,6 +415,7 @@ def _T_eq_arrhenius(temp, Ea):
return Teq
+
def _RH_wa_arrhenius(rh_outdoor, temp, Ea, Teq=None, n=1):
"""
NOTE
@@ -445,26 +448,32 @@ def _RH_wa_arrhenius(rh_outdoor, temp, Ea, Teq=None, n=1):
if Teq is None:
Teq = _T_eq_arrhenius(temp, Ea)
- summationFrame = (rh_outdoor ** n) * np.exp(- (Ea /
- (0.00831446261815324 * (temp + 273.15))))
+ summationFrame = (rh_outdoor**n) * np.exp(
+ -(Ea / (0.00831446261815324 * (temp + 273.15)))
+ )
sumForRHwa = summationFrame.sum(axis=0, skipna=True)
- RHwa = (sumForRHwa / (len(summationFrame) * np.exp(- (Ea /
- (0.00831446261815324 * (Teq + 273.15)))))) ** (1/n)
+ RHwa = (
+ sumForRHwa
+ / (len(summationFrame) * np.exp(-(Ea / (0.00831446261815324 * (Teq + 273.15)))))
+ ) ** (1 / n)
return RHwa
-#TODO: CHECK
+# TODO: CHECK
# STANDARDIZE
-def IwaArrhenius(weather_df, meta,
- rh_outdoor,
- Ea,
- poa=None,
- temp=None,
- RHwa=None,
- Teq=None,
- p=0.5,
- n=1):
+def IwaArrhenius(
+ weather_df,
+ meta,
+ rh_outdoor,
+ Ea,
+ poa=None,
+ temp=None,
+ RHwa=None,
+ Teq=None,
+ p=0.5,
+ n=1,
+):
"""
Function to calculate IWa, the Environment Characterization [W/m²].
For one year of degredation the controlled environmnet lamp settings will
@@ -475,7 +484,7 @@ def IwaArrhenius(weather_df, meta,
weather_df : pd.dataframe
Dataframe containing at least dni, dhi, ghi, temperature, wind_speed
meta : dict
- Location meta-data containing at least latitude, longitude, altitude
+ Location meta-data containing at least latitude, longitude, altitude
rh_outdoor : pd.series
Relative Humidity of material of interest
Acceptable relative humiditys include: rh_backsheet(), rh_back_encap(), rh_front_encap(),
@@ -502,11 +511,11 @@ def IwaArrhenius(weather_df, meta,
Environment Characterization [W/m²]
"""
if poa is None:
- poa = spectral.poa_irradiance(weather_df,meta)
-
+ poa = spectral.poa_irradiance(weather_df, meta)
+
if temp is None:
- temp = temperature.cell(weather_df,meta,poa)
-
+ temp = temperature.cell(weather_df, meta, poa)
+
if Teq is None:
Teq = _T_eq_arrhenius(temp, Ea)
@@ -514,25 +523,33 @@ def IwaArrhenius(weather_df, meta,
RHwa = _RH_wa_arrhenius(rh_outdoor, temp, Ea)
if isinstance(poa, pd.DataFrame):
- poa_global = poa['poa_global']
+ poa_global = poa["poa_global"]
else:
poa_global = poa
- numerator = poa_global**(p) * rh_outdoor**(n) * \
- np.exp(- (Ea / (0.00831446261815324 * (temp + 273.15))))
+ numerator = (
+ poa_global ** (p)
+ * rh_outdoor ** (n)
+ * np.exp(-(Ea / (0.00831446261815324 * (temp + 273.15))))
+ )
sumOfNumerator = numerator.sum(axis=0, skipna=True)
- denominator = (len(numerator)) * ((RHwa)**n) * \
- (np.exp(- (Ea / (0.00831446261815324 * (Teq + 273.15)))))
+ denominator = (
+ (len(numerator))
+ * ((RHwa) ** n)
+ * (np.exp(-(Ea / (0.00831446261815324 * (Teq + 273.15)))))
+ )
- IWa = (sumOfNumerator / denominator)**(1/p)
+ IWa = (sumOfNumerator / denominator) ** (1 / p)
return IWa
+
############
# Misc. Functions for Energy Calcs
############
+
def _rh_Above85(rh):
"""
Helper function. Determines if the relative humidity is above 85%.
@@ -558,6 +575,7 @@ def _rh_Above85(rh):
return rhabove85
+
def _hoursRH_Above85(df):
"""
Helper Function. Count the number of hours relative humidity is above 85%.
@@ -578,6 +596,7 @@ def _hoursRH_Above85(df):
return numhoursabove85
+
def _whToGJ(wh):
"""
NOTE: unused, remove?
@@ -600,6 +619,7 @@ def _whToGJ(wh):
return gj
+
def _gJtoMJ(gJ):
"""
NOTE: unused, remove?
@@ -621,9 +641,11 @@ def _gJtoMJ(gJ):
return MJ
-def degradation(spectra, rh_module, temp_module, wavelengths,
- Ea=40.0, n=1.0, p=0.5, C2=0.07, C=1.0):
- '''
+
+def degradation(
+ spectra, rh_module, temp_module, wavelengths, Ea=40.0, n=1.0, p=0.5, C2=0.07, C=1.0
+):
+ """
Compute degredation as double integral of Arrhenius (Activation
Energy, RH, Temperature) and spectral (wavelength, irradiance)
functions over wavelength and time.
@@ -658,7 +680,7 @@ def degradation(spectra, rh_module, temp_module, wavelengths,
degradation : float
Total degredation factor over time and wavelength.
- '''
+ """
# --- TO DO ---
# unpack input-dataframe
# spectra = df['spectra']
@@ -678,26 +700,25 @@ def degradation(spectra, rh_module, temp_module, wavelengths,
except:
# TODO: Fix this except it works on some cases, veto it by cases
print("Removing brackets from spectral irradiance data")
- #irr = data['spectra'].str.strip('[]').str.split(',', expand=True).astype(float)
- irr = spectra.str.strip('[]').str.split(
- ',', expand=True).astype(float)
+ # irr = data['spectra'].str.strip('[]').str.split(',', expand=True).astype(float)
+ irr = spectra.str.strip("[]").str.split(",", expand=True).astype(float)
irr.columns = wavelengths
- sensitivitywavelengths = np.exp(-C2*wavelengths)
- irr = irr*sensitivitywavelengths
+ sensitivitywavelengths = np.exp(-C2 * wavelengths)
+ irr = irr * sensitivitywavelengths
irr *= np.array(wav_bin)
irr = irr**p
data = pd.DataFrame(index=spectra.index)
- data['G_integral'] = irr.sum(axis=1)
+ data["G_integral"] = irr.sum(axis=1)
- EApR = -Ea/R
- C4 = np.exp(EApR/temp_module)
+ EApR = -Ea / R
+ C4 = np.exp(EApR / temp_module)
RHn = rh_module**n
- data['Arr_integrand'] = C4*RHn
+ data["Arr_integrand"] = C4 * RHn
- data['dD'] = data['G_integral']*data['Arr_integrand']
+ data["dD"] = data["G_integral"] * data["Arr_integrand"]
- degradation = C*data['dD'].sum(axis=0)
+ degradation = C * data["dD"].sum(axis=0)
return degradation
diff --git a/pvdeg/design.py b/pvdeg/design.py
index 3c4202fd..7b90ba8f 100644
--- a/pvdeg/design.py
+++ b/pvdeg/design.py
@@ -5,45 +5,43 @@
def edge_seal_ingress_rate(avg_psat):
- """
- This function generates a constant k, relating the average moisture ingress rate through a
- specific edge seal, Helioseal 101. Is an emperical estimation the rate of water ingress of
- water through edge seal material. This function was determined from numerical calculations
- from several locations and thus produces typical responses. This simplification works
- because the environmental temperature is not as important as local water vapor pressure.
- For the same environmental water concentration, a higher temperature results in lower
- absorption in the edge seal but lower diffusivity through the edge seal. In practice, these
- effects nearly cancel out makeing absolute humidity the primary parameter determining
- moisture ingress through edge seals.
-
- See: Kempe, Nobles, Postak Calderon,"Moisture ingress prediction in polyisobutylene‐based
- edge seal with molecular sieve desiccant", Progress in Photovoltaics, DOI: 10.1002/pip.2947
-
- Parameters
- -----------
- avg_psat : float
- Time averaged time averaged saturation point for an environment in kPa.
- When looking at outdoor data, one should average over 1 year
-
- Returns
- -------
- k : float [cm/h^0.5]
- Ingress rate of water through edge seal.
- Specifically it is the ratio of the breakthrough distance X/t^0.5.
- With this constant, one can determine an approximate estimate of the ingress distance
- for a particular climate without more complicated numerical methods and detailed
- environmental analysis.
-
- """
-
- k = .0013 * (avg_psat)**.4933
-
- return k
-
-def edge_seal_width(weather_df, meta,
- k=None,
- years=25,
- from_dew_point=False):
+ """
+ This function generates a constant k, relating the average moisture ingress rate through a
+ specific edge seal, Helioseal 101. Is an emperical estimation the rate of water ingress of
+ water through edge seal material. This function was determined from numerical calculations
+ from several locations and thus produces typical responses. This simplification works
+ because the environmental temperature is not as important as local water vapor pressure.
+ For the same environmental water concentration, a higher temperature results in lower
+ absorption in the edge seal but lower diffusivity through the edge seal. In practice, these
+ effects nearly cancel out makeing absolute humidity the primary parameter determining
+ moisture ingress through edge seals.
+
+ See: Kempe, Nobles, Postak Calderon,"Moisture ingress prediction in polyisobutylene‐based
+ edge seal with molecular sieve desiccant", Progress in Photovoltaics, DOI: 10.1002/pip.2947
+
+ Parameters
+ -----------
+ avg_psat : float
+ Time averaged time averaged saturation point for an environment in kPa.
+ When looking at outdoor data, one should average over 1 year
+
+ Returns
+ -------
+ k : float [cm/h^0.5]
+ Ingress rate of water through edge seal.
+ Specifically it is the ratio of the breakthrough distance X/t^0.5.
+ With this constant, one can determine an approximate estimate of the ingress distance
+ for a particular climate without more complicated numerical methods and detailed
+ environmental analysis.
+
+ """
+
+ k = 0.0013 * (avg_psat) ** 0.4933
+
+ return k
+
+
+def edge_seal_width(weather_df, meta, k=None, years=25, from_dew_point=False):
"""
Determine the width of edge seal required for given number of years water ingress.
@@ -64,21 +62,22 @@ def edge_seal_width(weather_df, meta,
Returns
----------
- width : float
+ width : float
Width of edge seal required for input number of years water ingress. [cm]
"""
if from_dew_point:
- temp_col = 'Dew Point'
+ temp_col = "Dew Point"
else:
- temp_col = 'temp_air'
-
+ temp_col = "temp_air"
+
if k is None:
psat, avg_psat = humidity.psat(weather_df[temp_col])
k = edge_seal_ingress_rate(avg_psat)
-
- width = k * (years * 365.25 * 24)**.5
+
+ width = k * (years * 365.25 * 24) ** 0.5
return width
-#TODO: Include gaps functionality
+
+# TODO: Include gaps functionality
diff --git a/pvdeg/fatigue.py b/pvdeg/fatigue.py
index c819c150..f7272669 100644
--- a/pvdeg/fatigue.py
+++ b/pvdeg/fatigue.py
@@ -3,6 +3,7 @@
from scipy.constants import convert_temperature
from . import temperature
+
def _avg_daily_temp_change(time_range, temp_cell):
"""
Helper function. Get the average of a year for the daily maximum temperature change.
@@ -28,33 +29,36 @@ def _avg_daily_temp_change(time_range, temp_cell):
"""
- if time_range.dtype == 'object':
+ if time_range.dtype == "object":
time_range = pd.to_datetime(time_range)
# Setup frame for vector processing
- timeAndTemp_df = pd.DataFrame(columns=['Cell Temperature'])
- timeAndTemp_df['Cell Temperature'] = temp_cell
+ timeAndTemp_df = pd.DataFrame(columns=["Cell Temperature"])
+ timeAndTemp_df["Cell Temperature"] = temp_cell
timeAndTemp_df.index = time_range
- timeAndTemp_df['month'] = timeAndTemp_df.index.month
- timeAndTemp_df['day'] = timeAndTemp_df.index.day
+ timeAndTemp_df["month"] = timeAndTemp_df.index.month
+ timeAndTemp_df["day"] = timeAndTemp_df.index.day
# Group by month and day to determine the max and min cell Temperature [°C] for each day
- dailyMaxCellTemp_series = timeAndTemp_df.groupby(
- ['month', 'day'])['Cell Temperature'].max()
- dailyMinCellTemp_series = timeAndTemp_df.groupby(
- ['month', 'day'])['Cell Temperature'].min()
+ dailyMaxCellTemp_series = timeAndTemp_df.groupby(["month", "day"])[
+ "Cell Temperature"
+ ].max()
+ dailyMinCellTemp_series = timeAndTemp_df.groupby(["month", "day"])[
+ "Cell Temperature"
+ ].min()
temp_cell_change = pd.DataFrame(
- {'Max': dailyMaxCellTemp_series, 'Min': dailyMinCellTemp_series})
- temp_cell_change['TempChange'] = temp_cell_change['Max'] - \
- temp_cell_change['Min']
+ {"Max": dailyMaxCellTemp_series, "Min": dailyMinCellTemp_series}
+ )
+ temp_cell_change["TempChange"] = temp_cell_change["Max"] - temp_cell_change["Min"]
# Find the average temperature change for every day of one year [°C]
- avg_daily_temp_change = temp_cell_change['TempChange'].mean()
+ avg_daily_temp_change = temp_cell_change["TempChange"].mean()
# Find daily maximum cell temperature average
avg_max_temp_cell = dailyMaxCellTemp_series.mean()
return avg_daily_temp_change, avg_max_temp_cell
+
def _times_over_reversal_number(temp_cell, reversal_temp):
"""
Helper function. Get the number of times a temperature increases or decreases over a
@@ -76,29 +80,34 @@ def _times_over_reversal_number(temp_cell, reversal_temp):
# Find the number of times the temperature crosses over 54.8(°C)
temp_df = pd.DataFrame()
- temp_df['CellTemp'] = temp_cell
- temp_df['COMPARE'] = temp_cell
- temp_df['COMPARE'] = temp_df.COMPARE.shift(-1)
+ temp_df["CellTemp"] = temp_cell
+ temp_df["COMPARE"] = temp_cell
+ temp_df["COMPARE"] = temp_df.COMPARE.shift(-1)
- #reversal_temp = 54.8
+ # reversal_temp = 54.8
- temp_df['cross'] = (
- ((temp_df.CellTemp >= reversal_temp) & (temp_df.COMPARE < reversal_temp)) |
- ((temp_df.COMPARE > reversal_temp) & (temp_df.CellTemp <= reversal_temp)) |
- (temp_df.CellTemp == reversal_temp))
+ temp_df["cross"] = (
+ ((temp_df.CellTemp >= reversal_temp) & (temp_df.COMPARE < reversal_temp))
+ | ((temp_df.COMPARE > reversal_temp) & (temp_df.CellTemp <= reversal_temp))
+ | (temp_df.CellTemp == reversal_temp)
+ )
num_changes_temp_hist = temp_df.cross.sum()
return num_changes_temp_hist
-def solder_fatigue(weather_df, meta,
- time_range=None,
- temp_cell=None,
- reversal_temp=54.8,
- n=1.9,
- b=0.33,
- C1=405.6,
- Q=0.12):
+
+def solder_fatigue(
+ weather_df,
+ meta,
+ time_range=None,
+ temp_cell=None,
+ reversal_temp=54.8,
+ n=1.9,
+ b=0.33,
+ C1=405.6,
+ Q=0.12,
+):
"""
Get the Thermomechanical Fatigue of flat plate photovoltaic module solder joints.
Damage will be returned as the rate of solder fatigue for one year. Based on:
@@ -152,9 +161,9 @@ def solder_fatigue(weather_df, meta,
# i.e. 405.6, 1.9, .33, .12
# Boltzmann Constant
- k = .00008617333262145
+ k = 0.00008617333262145
- #TODO detect sub-hourly time delta -> downsample to hourly
+ # TODO detect sub-hourly time delta -> downsample to hourly
if time_range is None:
time_range = weather_df.index
@@ -164,15 +173,21 @@ def solder_fatigue(weather_df, meta,
temp_amplitude, temp_max_avg = _avg_daily_temp_change(time_range, temp_cell)
- temp_max_avg = convert_temperature(temp_max_avg, 'Celsius', 'Kelvin')
+ temp_max_avg = convert_temperature(temp_max_avg, "Celsius", "Kelvin")
num_changes_temp_hist = _times_over_reversal_number(temp_cell, reversal_temp)
- damage = C1*(temp_amplitude**n)*(num_changes_temp_hist**b)*np.exp(-(Q/(k*temp_max_avg)))
+ damage = (
+ C1
+ * (temp_amplitude**n)
+ * (num_changes_temp_hist**b)
+ * np.exp(-(Q / (k * temp_max_avg)))
+ )
# Convert pascals to kilopascals
- damage = damage/1000
+ damage = damage / 1000
return damage
-#TODO: add gaps functionality
\ No newline at end of file
+
+# TODO: add gaps functionality
diff --git a/pvdeg/geospatial.py b/pvdeg/geospatial.py
index 6e9ed7a9..a418a586 100644
--- a/pvdeg/geospatial.py
+++ b/pvdeg/geospatial.py
@@ -60,18 +60,19 @@ def start_dask(hpc=None):
if hpc is None:
cluster = LocalCluster()
else:
- manager = hpc.pop('manager')
+ manager = hpc.pop("manager")
- if manager == 'local':
+ if manager == "local":
cluster = LocalCluster(**hpc)
- elif manager == 'slurm':
+ elif manager == "slurm":
from dask_jobqueue import SLURMCluster
- n_jobs = hpc.pop('n_jobs')
+
+ n_jobs = hpc.pop("n_jobs")
cluster = SLURMCluster(**hpc)
cluster.scale(jobs=n_jobs)
client = Client(cluster)
- print('Dashboard:', client.dashboard_link)
+ print("Dashboard:", client.dashboard_link)
client.wait_for_workers(n_workers=1)
return client
@@ -129,10 +130,10 @@ def calc_block(weather_ds_block, future_meta_df, func, func_kwargs):
Dataset with results for a block of gids.
"""
- res = weather_ds_block.groupby('gid').map(
+ res = weather_ds_block.groupby("gid").map(
lambda ds_gid: calc_gid(
ds_gid=ds_gid,
- meta_gid=future_meta_df.loc[ds_gid['gid'].values].to_dict(),
+ meta_gid=future_meta_df.loc[ds_gid["gid"].values].to_dict(),
func=func,
**func_kwargs,
)
@@ -168,7 +169,7 @@ def analysis(weather_ds, meta_df, func, template=None, **func_kwargs):
template = output_template(weather_ds, **param)
# future_meta_df = client.scatter(meta_df)
- kwargs = {'func': func, 'future_meta_df': meta_df, 'func_kwargs': func_kwargs}
+ kwargs = {"func": func, "future_meta_df": meta_df, "func_kwargs": func_kwargs}
stacked = weather_ds.map_blocks(
calc_block, kwargs=kwargs, template=template
@@ -176,13 +177,13 @@ def analysis(weather_ds, meta_df, func, template=None, **func_kwargs):
# lats = stacked.latitude.values.flatten()
# lons = stacked.longitude.values.flatten()
- stacked = stacked.drop(['gid'])
+ stacked = stacked.drop(["gid"])
# stacked = stacked.drop_vars(['latitude', 'longitude'])
- stacked.coords['gid'] = pd.MultiIndex.from_arrays(
- [meta_df['latitude'], meta_df['longitude']], names=['latitude', 'longitude']
+ stacked.coords["gid"] = pd.MultiIndex.from_arrays(
+ [meta_df["latitude"], meta_df["longitude"]], names=["latitude", "longitude"]
)
- res = stacked.unstack('gid') # , sparse=True
+ res = stacked.unstack("gid") # , sparse=True
return res
@@ -240,25 +241,25 @@ def template_parameters(func):
if func == standards.standoff:
shapes = {
- 'x': ('gid',),
- 'T98_inf': ('gid',),
- 'T98_0': ('gid',),
+ "x": ("gid",),
+ "T98_inf": ("gid",),
+ "T98_0": ("gid",),
}
attrs = {
- 'x': {'units': 'cm'},
- 'T98_0': {'units': 'Celsius'},
- 'T98_inf': {'units': 'Celsius'},
+ "x": {"units": "cm"},
+ "T98_0": {"units": "Celsius"},
+ "T98_inf": {"units": "Celsius"},
}
add_dims = {}
elif func == humidity.module:
shapes = {
- 'RH_surface_outside': ('gid', 'time'),
- 'RH_front_encap': ('gid', 'time'),
- 'RH_back_encap': ('gid', 'time'),
- 'RH_backsheet': ('gid', 'time'),
+ "RH_surface_outside": ("gid", "time"),
+ "RH_front_encap": ("gid", "time"),
+ "RH_back_encap": ("gid", "time"),
+ "RH_backsheet": ("gid", "time"),
}
attrs = {}
@@ -266,18 +267,20 @@ def template_parameters(func):
add_dims = {}
elif func == letid.calc_letid_outdoors:
- shapes = {'Temperature': ('gid', 'time'),
- 'Injection': ('gid', 'time'),
- 'NA': ('gid', 'time'),
- 'NB': ('gid', 'time'),
- 'NC': ('gid', 'time'),
- 'tau': ('gid', 'time'),
- 'Jsc': ('gid', 'time'),
- 'Voc': ('gid', 'time'),
- 'Isc': ('gid', 'time'),
- 'FF': ('gid', 'time'),
- 'Pmp': ('gid', 'time'),
- 'Pmp_norm': ('gid', 'time')}
+ shapes = {
+ "Temperature": ("gid", "time"),
+ "Injection": ("gid", "time"),
+ "NA": ("gid", "time"),
+ "NB": ("gid", "time"),
+ "NC": ("gid", "time"),
+ "tau": ("gid", "time"),
+ "Jsc": ("gid", "time"),
+ "Voc": ("gid", "time"),
+ "Isc": ("gid", "time"),
+ "FF": ("gid", "time"),
+ "Pmp": ("gid", "time"),
+ "Pmp_norm": ("gid", "time"),
+ }
attrs = {}
@@ -286,28 +289,28 @@ def template_parameters(func):
else:
raise ValueError(f"No preset output template for function {func}.")
- parameters = {'shapes': shapes, 'attrs': attrs, 'add_dims': add_dims}
+ parameters = {"shapes": shapes, "attrs": attrs, "add_dims": add_dims}
return parameters
def plot_USA(
- xr_res, cmap='viridis', vmin=None, vmax=None, title=None, cb_title=None, fp=None
+ xr_res, cmap="viridis", vmin=None, vmax=None, title=None, cb_title=None, fp=None
):
fig = plt.figure()
ax = fig.add_axes([0, 0, 1, 1], projection=ccrs.LambertConformal(), frameon=False)
ax.patch.set_visible(False)
ax.set_extent([-120, -74, 22, 50], ccrs.Geodetic())
- shapename = 'admin_1_states_provinces_lakes'
+ shapename = "admin_1_states_provinces_lakes"
states_shp = shpreader.natural_earth(
- resolution='110m', category='cultural', name=shapename
+ resolution="110m", category="cultural", name=shapename
)
ax.add_geometries(
shpreader.Reader(states_shp).geometries(),
ccrs.PlateCarree(),
- facecolor='w',
- edgecolor='gray',
+ facecolor="w",
+ edgecolor="gray",
)
cm = xr_res.plot(
diff --git a/pvdeg/humidity.py b/pvdeg/humidity.py
index 9f973ef5..44d3dc21 100644
--- a/pvdeg/humidity.py
+++ b/pvdeg/humidity.py
@@ -16,7 +16,7 @@
def _ambient(weather_df):
- '''
+ """
Calculate ambient relative humidity from dry bulb air temperature and dew point
references:
@@ -37,20 +37,21 @@ def _ambient(weather_df):
weather_df : pd.DataFrame
identical datetime-indexed dataframe with addional column 'relative_humidity' containing
ambient relative humidity [%]
- '''
- temp_air = weather_df['temp_air']
- dew_point = weather_df['Dew Point']
+ """
+ temp_air = weather_df["temp_air"]
+ dew_point = weather_df["Dew Point"]
- num = np.exp( 17.625*dew_point / (243.04 + dew_point) )
- den = np.exp( 17.625*temp_air / (243.04 + temp_air) )
+ num = np.exp(17.625 * dew_point / (243.04 + dew_point))
+ den = np.exp(17.625 * temp_air / (243.04 + temp_air))
rh_ambient = 100 * num / den
- weather_df['relative_humidity'] = rh_ambient
+ weather_df["relative_humidity"] = rh_ambient
return weather_df
-#TODO: When is dew_yield used?
-@jit(nopython=True, error_model='python')
+
+# TODO: When is dew_yield used?
+@jit(nopython=True, error_model="python")
def dew_yield(elevation, dew_point, dry_bulb, wind_speed, n):
"""
Estimates the dew yield in [mm/day]. Calculation taken from:
@@ -80,47 +81,58 @@ def dew_yield(elevation, dew_point, dry_bulb, wind_speed, n):
"""
wind_speed_cut_off = 4.4
- dew_yield = (1/12) * (.37 * (1 + (0.204323 * elevation) - (0.0238893 * elevation**2) -
- (18.0132 - (1.04963 * elevation**2) + (0.21891 * elevation**2)) * (10**(-3) * dew_point)) *
- ((((dew_point + 273.15) / 285)**4)*(1 - (n/8))) +
- (0.06 * (dew_point - dry_bulb)) *
- (1 + 100 * (1 - np.exp(- (wind_speed / wind_speed_cut_off)**20))))
+ dew_yield = (1 / 12) * (
+ 0.37
+ * (
+ 1
+ + (0.204323 * elevation)
+ - (0.0238893 * elevation**2)
+ - (18.0132 - (1.04963 * elevation**2) + (0.21891 * elevation**2))
+ * (10 ** (-3) * dew_point)
+ )
+ * ((((dew_point + 273.15) / 285) ** 4) * (1 - (n / 8)))
+ + (0.06 * (dew_point - dry_bulb))
+ * (1 + 100 * (1 - np.exp(-((wind_speed / wind_speed_cut_off) ** 20))))
+ )
return dew_yield
def psat(temp, average=True):
- """
- Function calculated the water saturation temperature or dew point for a given water vapor
- pressure. Water vapor pressure model created from an emperical fit of ln(Psat) vs
- temperature using a 6th order polynomial fit. The fit produced R^2=0.999813.
- Calculation created by Michael Kempe, unpublished data.
-
- Parameters:
- -----------
- temp : series, float
- The air temperature (dry bulb) as a time-indexed series [C]
- average : boolean, default = True
- If true, return both psat serires and average psat (used for certain calcs)
- Returns:
- --------
- psat : array, float
- Saturation point
- avg_psat : float, optional
- mean saturation point for the series given
- """
-
- psat = np.exp((3.2575315268E-13 * temp**6) -
- (1.5680734584E-10 * temp**5) +
- (2.2213041913E-08 * temp**4) +
- (2.3720766595E-7 * temp**3) -
- (4.0316963015E-04 * temp**2) +
- (7.9836323361E-02 * temp) -
- (5.6983551678E-1))
- if average:
- return psat, psat.mean()
- else:
- return psat
+ """
+ Function calculated the water saturation temperature or dew point for a given water vapor
+ pressure. Water vapor pressure model created from an emperical fit of ln(Psat) vs
+ temperature using a 6th order polynomial fit. The fit produced R^2=0.999813.
+ Calculation created by Michael Kempe, unpublished data.
+
+ Parameters:
+ -----------
+ temp : series, float
+ The air temperature (dry bulb) as a time-indexed series [C]
+ average : boolean, default = True
+ If true, return both psat serires and average psat (used for certain calcs)
+ Returns:
+ --------
+ psat : array, float
+ Saturation point
+ avg_psat : float, optional
+ mean saturation point for the series given
+ """
+
+ psat = np.exp(
+ (3.2575315268e-13 * temp**6)
+ - (1.5680734584e-10 * temp**5)
+ + (2.2213041913e-08 * temp**4)
+ + (2.3720766595e-7 * temp**3)
+ - (4.0316963015e-04 * temp**2)
+ + (7.9836323361e-02 * temp)
+ - (5.6983551678e-1)
+ )
+ if average:
+ return psat, psat.mean()
+ else:
+ return psat
+
def surface_outside(rh_ambient, temp_ambient, temp_module):
"""
@@ -141,9 +153,7 @@ def surface_outside(rh_ambient, temp_ambient, temp_module):
The relative humidity of the surface of a solar module as a fraction or percent depending on input.
"""
- rh_Surface = rh_ambient * \
- (psat(temp_ambient)[0] /
- psat(temp_module)[0])
+ rh_Surface = rh_ambient * (psat(temp_ambient)[0] / psat(temp_module)[0])
return rh_Surface
@@ -151,7 +161,10 @@ def surface_outside(rh_ambient, temp_ambient, temp_module):
# Front Encapsulant RH
###########
-def _diffusivity_numerator(rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729, Ead=38.14):
+
+def _diffusivity_numerator(
+ rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729, Ead=38.14
+):
"""
Calculation is used in determining a weighted average Relative Humidity of the outside surface of a module.
This funciton is used exclusively in the function _diffusivity_weighted_water and could be combined.
@@ -187,16 +200,19 @@ def _diffusivity_numerator(rh_ambient, temp_ambient, temp_module, So=1.81390702,
"""
# Get the relative humidity of the surface
- rh_surface = surface_outside(
- rh_ambient, temp_ambient, temp_module)
+ rh_surface = surface_outside(rh_ambient, temp_ambient, temp_module)
# Generate a series of the numerator values "prior to summation"
- diff_numerator = So * np.exp(- (Eas / (0.00831446261815324 * (temp_module + 273.15))))\
- * rh_surface * \
- np.exp(- (Ead / (0.00831446261815324 * (temp_module + 273.15))))
+ diff_numerator = (
+ So
+ * np.exp(-(Eas / (0.00831446261815324 * (temp_module + 273.15))))
+ * rh_surface
+ * np.exp(-(Ead / (0.00831446261815324 * (temp_module + 273.15))))
+ )
return diff_numerator
+
def _diffusivity_denominator(temp_module, Ead=38.14):
"""
Calculation is used in determining a weighted average Relative Humidity of the outside surface of a module.
@@ -221,13 +237,13 @@ def _diffusivity_denominator(temp_module, Ead=38.14):
"""
- diff_denominator = np.exp(- (Ead /
- (0.00831446261815324 * (temp_module + 273.15))))
+ diff_denominator = np.exp(-(Ead / (0.00831446261815324 * (temp_module + 273.15))))
return diff_denominator
-def _diffusivity_weighted_water(rh_ambient, temp_ambient, temp_module,
- So=1.81390702, Eas=16.729, Ead=38.14):
+def _diffusivity_weighted_water(
+ rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729, Ead=38.14
+):
"""
Calculation is used in determining a weighted average water content at the surface of a module.
It is used as a constant water content that is equivalent to the time varying one with respect to moisture ingress.
@@ -261,7 +277,8 @@ def _diffusivity_weighted_water(rh_ambient, temp_ambient, temp_module,
"""
numerator = _diffusivity_numerator(
- rh_ambient, temp_ambient, temp_module, So, Eas, Ead)
+ rh_ambient, temp_ambient, temp_module, So, Eas, Ead
+ )
# get the summation of the numerator
numerator = numerator.sum(axis=0, skipna=True)
@@ -269,10 +286,11 @@ def _diffusivity_weighted_water(rh_ambient, temp_ambient, temp_module,
# get the summation of the denominator
denominator = denominator.sum(axis=0, skipna=True)
- diffuse_water = (numerator / denominator)/100
+ diffuse_water = (numerator / denominator) / 100
return diffuse_water
+
def front_encap(rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729):
"""
Function returns a diffusivity weighted average Relative Humidity of the module surface.
@@ -300,12 +318,14 @@ def front_encap(rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729
Relative Humidity of Frontside Solar module Encapsulant [%]
"""
- diffuse_water = _diffusivity_weighted_water(rh_ambient=rh_ambient,
- temp_ambient=temp_ambient,
- temp_module=temp_module)
+ diffuse_water = _diffusivity_weighted_water(
+ rh_ambient=rh_ambient, temp_ambient=temp_ambient, temp_module=temp_module
+ )
- RHfront_series = (diffuse_water / (So * np.exp(- (Eas / (0.00831446261815324 *
- (temp_module + 273.15)))))) * 100
+ RHfront_series = (
+ diffuse_water
+ / (So * np.exp(-(Eas / (0.00831446261815324 * (temp_module + 273.15)))))
+ ) * 100
return RHfront_series
@@ -313,6 +333,7 @@ def front_encap(rh_ambient, temp_ambient, temp_module, So=1.81390702, Eas=16.729
# Back Encapsulant Relative Humidity
###########
+
def _csat(temp_module, So=1.81390702, Eas=16.729):
"""
Calculation is used in determining Relative Humidity of Backside Solar
@@ -338,11 +359,11 @@ def _csat(temp_module, So=1.81390702, Eas=16.729):
"""
# Saturation of water concentration
- Csat = So * \
- np.exp(- (Eas / (0.00831446261815324 * (273.15 + temp_module))))
+ Csat = So * np.exp(-(Eas / (0.00831446261815324 * (273.15 + temp_module))))
return Csat
+
def _ceq(Csat, rh_SurfaceOutside):
"""
Calculation is used in determining Relative Humidity of Backside Solar
@@ -362,13 +383,22 @@ def _ceq(Csat, rh_SurfaceOutside):
"""
- Ceq = Csat * (rh_SurfaceOutside/100)
+ Ceq = Csat * (rh_SurfaceOutside / 100)
return Ceq
+
@jit(nopython=True)
-def Ce_numba(start, temp_module, rh_surface,
- WVTRo=7970633554, EaWVTR=55.0255, So=1.81390702, l=0.5, Eas=16.729):
+def Ce_numba(
+ start,
+ temp_module,
+ rh_surface,
+ WVTRo=7970633554,
+ EaWVTR=55.0255,
+ So=1.81390702,
+ l=0.5,
+ Eas=16.729,
+):
"""
Calculation is used in determining Relative Humidity of Backside Solar
Module Encapsulant. This function returns a numpy array of the Concentration of water in the
@@ -418,23 +448,52 @@ def Ce_numba(start, temp_module, rh_surface,
Ce_list = np.zeros(dataPoints)
for i in range(0, len(rh_surface)):
-
if i == 0:
# Ce = Initial start of concentration of water
Ce = start
else:
- Ce = Ce_list[i-1]
-
- Ce = Ce + ((WVTRo/100/100/24 * np.exp(-((EaWVTR) / (0.00831446261815324 * (temp_module[i] + 273.15))))) /
- (So * l/10 * np.exp(-((Eas) / (0.00831446261815324 * (temp_module[i] + 273.15))))) *
- (rh_surface[i]/100 * So * np.exp(-((Eas) / (0.00831446261815324 * (temp_module[i] + 273.15)))) - Ce))
+ Ce = Ce_list[i - 1]
+
+ Ce = Ce + (
+ (
+ WVTRo
+ / 100
+ / 100
+ / 24
+ * np.exp(
+ -((EaWVTR) / (0.00831446261815324 * (temp_module[i] + 273.15)))
+ )
+ )
+ / (
+ So
+ * l
+ / 10
+ * np.exp(-((Eas) / (0.00831446261815324 * (temp_module[i] + 273.15))))
+ )
+ * (
+ rh_surface[i]
+ / 100
+ * So
+ * np.exp(-((Eas) / (0.00831446261815324 * (temp_module[i] + 273.15))))
+ - Ce
+ )
+ )
Ce_list[i] = Ce
return Ce_list
-def back_encap(rh_ambient, temp_ambient, temp_module,
- WVTRo=7970633554, EaWVTR=55.0255, So=1.81390702, l=0.5, Eas=16.729):
+
+def back_encap(
+ rh_ambient,
+ temp_ambient,
+ temp_module,
+ WVTRo=7970633554,
+ EaWVTR=55.0255,
+ So=1.81390702,
+ l=0.5,
+ Eas=16.729,
+):
"""
rh_back_encap()
@@ -475,12 +534,11 @@ def back_encap(rh_ambient, temp_ambient, temp_module,
"""
- rh_surface = surface_outside(rh_ambient=rh_ambient,
- temp_ambient=temp_ambient,
- temp_module=temp_module)
+ rh_surface = surface_outside(
+ rh_ambient=rh_ambient, temp_ambient=temp_ambient, temp_module=temp_module
+ )
- Csat = _csat(
- temp_module=temp_module, So=So, Eas=Eas)
+ Csat = _csat(temp_module=temp_module, So=So, Eas=Eas)
Ceq = _ceq(Csat=Csat, rh_SurfaceOutside=rh_surface)
start = Ceq[0]
@@ -488,21 +546,24 @@ def back_encap(rh_ambient, temp_ambient, temp_module,
# Need to convert these series to numpy arrays for numba function
temp_module_numba = temp_module.to_numpy()
rh_surface_numba = rh_surface.to_numpy()
- Ce_nparray = Ce_numba(start=start,
- temp_module=temp_module_numba,
- rh_surface=rh_surface_numba,
- WVTRo=WVTRo,
- EaWVTR=EaWVTR,
- So=So,
- l=l,
- Eas=Eas)
-
- #RHback_series = 100 * (Ce_nparray / (So * np.exp(-( (Eas) /
+ Ce_nparray = Ce_numba(
+ start=start,
+ temp_module=temp_module_numba,
+ rh_surface=rh_surface_numba,
+ WVTRo=WVTRo,
+ EaWVTR=EaWVTR,
+ So=So,
+ l=l,
+ Eas=Eas,
+ )
+
+ # RHback_series = 100 * (Ce_nparray / (So * np.exp(-( (Eas) /
# (0.00831446261815324 * (temp_module + 273.15)) )) ))
RHback_series = 100 * (Ce_nparray / Csat)
return RHback_series
+
def backsheet_from_encap(rh_back_encap, rh_surface_outside):
"""
Function to calculate the Relative Humidity of solar module backsheet as timeseries.
@@ -521,12 +582,21 @@ def backsheet_from_encap(rh_back_encap, rh_surface_outside):
Relative Humidity of Backside Backsheet of a Solar Module [%]
"""
- RHbacksheet_series = (rh_back_encap + rh_surface_outside)/2
+ RHbacksheet_series = (rh_back_encap + rh_surface_outside) / 2
return RHbacksheet_series
-def backsheet(rh_ambient, temp_ambient, temp_module,
- WVTRo=7970633554, EaWVTR=55.0255, So=1.81390702, l=0.5, Eas=16.729):
+
+def backsheet(
+ rh_ambient,
+ temp_ambient,
+ temp_module,
+ WVTRo=7970633554,
+ EaWVTR=55.0255,
+ So=1.81390702,
+ l=0.5,
+ Eas=16.729,
+):
"""Function to calculate the Relative Humidity of solar module backsheet as timeseries.
Parameters
@@ -562,30 +632,38 @@ def backsheet(rh_ambient, temp_ambient, temp_module,
relative humidity of the PV backsheet as a time-series [%]
"""
- RHback_series = back_encap(rh_ambient=rh_ambient,
- temp_ambient=temp_ambient,
- temp_module=temp_module, WVTRo=WVTRo,
- EaWVTR=EaWVTR, So=So, l=l, Eas=Eas)
- surface = surface_outside(rh_ambient=rh_ambient,
- temp_ambient=temp_ambient,
- temp_module=temp_module)
- backsheet = (RHback_series + surface)/2
+ RHback_series = back_encap(
+ rh_ambient=rh_ambient,
+ temp_ambient=temp_ambient,
+ temp_module=temp_module,
+ WVTRo=WVTRo,
+ EaWVTR=EaWVTR,
+ So=So,
+ l=l,
+ Eas=Eas,
+ )
+ surface = surface_outside(
+ rh_ambient=rh_ambient, temp_ambient=temp_ambient, temp_module=temp_module
+ )
+ backsheet = (RHback_series + surface) / 2
return backsheet
+
def module(
weather_df,
meta,
tilt=None,
azimuth=180,
- sky_model='isotropic',
- temp_model='sapm',
- mount_type='open_rack_glass_glass',
+ sky_model="isotropic",
+ temp_model="sapm",
+ mount_type="open_rack_glass_glass",
WVTRo=7970633554,
EaWVTR=55.0255,
So=1.81390702,
l=0.5,
Eas=16.729,
- wind_speed_factor=1):
+ wind_speed_factor=1,
+):
"""Calculate the Relative Humidity of solar module backsheet from timeseries data.
Parameters
@@ -633,53 +711,66 @@ def module(
relative humidity of the PV backsheet as a time-series
"""
- #solar_position = spectral.solar_position(weather_df, meta)
- #poa = spectral.poa_irradiance(weather_df, meta, solar_position, tilt, azimuth, sky_model)
- #temp_module = temperature.module(weather_df, poa, temp_model, mount_type, wind_speed_factor)
-
- poa = spectral.poa_irradiance(weather_df=weather_df, meta=meta,
- tilt=tilt, azimuth=azimuth, sky_model=sky_model)
-
- temp_module = temperature.module(weather_df, meta, poa=poa, temp_model=temp_model,
- conf=mount_type, wind_speed_factor=wind_speed_factor)
+ # solar_position = spectral.solar_position(weather_df, meta)
+ # poa = spectral.poa_irradiance(weather_df, meta, solar_position, tilt, azimuth, sky_model)
+ # temp_module = temperature.module(weather_df, poa, temp_model, mount_type, wind_speed_factor)
+
+ poa = spectral.poa_irradiance(
+ weather_df=weather_df,
+ meta=meta,
+ tilt=tilt,
+ azimuth=azimuth,
+ sky_model=sky_model,
+ )
+
+ temp_module = temperature.module(
+ weather_df,
+ meta,
+ poa=poa,
+ temp_model=temp_model,
+ conf=mount_type,
+ wind_speed_factor=wind_speed_factor,
+ )
rh_surface_outside = surface_outside(
- rh_ambient=weather_df['relative_humidity'],
- temp_ambient=weather_df['temp_air'],
- temp_module=temp_module)
+ rh_ambient=weather_df["relative_humidity"],
+ temp_ambient=weather_df["temp_air"],
+ temp_module=temp_module,
+ )
rh_front_encap = front_encap(
- rh_ambient=weather_df['relative_humidity'],
- temp_ambient=weather_df['temp_air'],
+ rh_ambient=weather_df["relative_humidity"],
+ temp_ambient=weather_df["temp_air"],
temp_module=temp_module,
So=So,
- Eas=Eas)
+ Eas=Eas,
+ )
rh_back_encap = back_encap(
- rh_ambient=weather_df['relative_humidity'],
- temp_ambient=weather_df['temp_air'],
+ rh_ambient=weather_df["relative_humidity"],
+ temp_ambient=weather_df["temp_air"],
temp_module=temp_module,
WVTRo=WVTRo,
EaWVTR=EaWVTR,
So=So,
l=l,
- Eas=Eas)
+ Eas=Eas,
+ )
rh_backsheet = backsheet_from_encap(
- rh_back_encap=rh_back_encap,
- rh_surface_outside=rh_surface_outside)
-
- data = {'RH_surface_outside': rh_surface_outside,
- 'RH_front_encap': rh_front_encap,
- 'RH_back_encap': rh_back_encap,
- 'RH_backsheet': rh_backsheet}
+ rh_back_encap=rh_back_encap, rh_surface_outside=rh_surface_outside
+ )
+
+ data = {
+ "RH_surface_outside": rh_surface_outside,
+ "RH_front_encap": rh_front_encap,
+ "RH_back_encap": rh_back_encap,
+ "RH_backsheet": rh_backsheet,
+ }
results = pd.DataFrame(data=data)
return results
-
-
-
# def run_module(
# project_points,
# out_dir,
@@ -782,4 +873,4 @@ def module(
# for dset, data in result.items():
# out[dset, :, ind] = data.values
-# return out_fp.as_posix()
\ No newline at end of file
+# return out_fp.as_posix()
diff --git a/pvdeg/letid.py b/pvdeg/letid.py
index 61e7297a..c67ec45b 100644
--- a/pvdeg/letid.py
+++ b/pvdeg/letid.py
@@ -1156,7 +1156,7 @@ def calc_letid_outdoors(
timesteps["tau"] = tau_now(tau_0, tau_deg, timesteps["NB"])
timesteps = calc_device_params(timesteps, cell_area)
- timesteps.set_index('time', inplace=True)
+ timesteps.set_index("time", inplace=True)
return timesteps
diff --git a/pvdeg/scenario.py b/pvdeg/scenario.py
index 2cc2dd98..291ff751 100644
--- a/pvdeg/scenario.py
+++ b/pvdeg/scenario.py
@@ -4,10 +4,11 @@
from datetime import datetime as dt
import os
from pvdeg import utilities as utils
-import pvdeg
+import pvdeg
import json
-#TODO: add functions...
+# TODO: add functions...
+
class Scenario:
"""
@@ -16,8 +17,16 @@ class Scenario:
Scenario Name, Path, Geographic Location, Module Type, Racking Type
"""
- def __init__(self, name=None, path=None, gids=None, modules=[], pipeline=[],
- hpc=False, file=None) -> None:
+ def __init__(
+ self,
+ name=None,
+ path=None,
+ gids=None,
+ modules=[],
+ pipeline=[],
+ hpc=False,
+ file=None,
+ ) -> None:
"""
Initialize the degradation scenario object.
@@ -38,16 +47,16 @@ def __init__(self, name=None, path=None, gids=None, modules=[], pipeline=[],
Full file path to a pre-generated Scenario object. If specified, all other parameters
will be ignored and taken from the .json file.
"""
-
+
if file is not None:
- with open(file,'r') as f:
+ with open(file, "r") as f:
data = json.load()
- name = data['name']
- path = data['path']
- modules = data['modules']
- gids = data['gids']
- pipeline = data['pipeline']
-
+ name = data["name"]
+ path = data["path"]
+ modules = data["modules"]
+ gids = data["gids"]
+ pipeline = data["pipeline"]
+
self.name = name
self.path = path
self.modules = modules
@@ -61,13 +70,14 @@ def __init__(self, name=None, path=None, gids=None, modules=[], pipeline=[],
self.name = name
if path is None:
- self.path = os.path.join(os.getcwd(),f'pvd_job_{self.name}')
+ self.path = os.path.join(os.getcwd(), f"pvd_job_{self.name}")
if not os.path.exists(self.path):
os.makedirs(self.path)
os.chdir(self.path)
-
- def addLocation(self, weather_fp=None, region=None, region_col='state',
- lat_long=None, gids=None):
+
+ def addLocation(
+ self, weather_fp=None, region=None, region_col="state", lat_long=None, gids=None
+ ):
"""
Add a location to the scenario. Generates "gids.csv" and saves the file path within
Scenario dictionary. This can be done in three ways: Pass (region, region_col) for gid list,
@@ -84,30 +94,36 @@ def addLocation(self, weather_fp=None, region=None, region_col='state',
lat : (tuple - float)
latitute and longitude of a single location
"""
-
+
if self.gids is not None:
- print('Scenario already has designated project points.\nNothing has been added.')
+ print(
+ "Scenario already has designated project points.\nNothing has been added."
+ )
print(self.gids)
return
if not weather_fp:
- weather_fp = r'/datasets/NSRDB/current/nsrdb_tmy-2021.h5'
-
- file_name = f'gids_{self.name}'
- gids_path = utils.write_gids(weather_fp,
- region=region,
- region_col=region_col,
- lat_long=lat_long,
- gids=gids,
- out_fn=file_name)
-
+ weather_fp = r"/datasets/NSRDB/current/nsrdb_tmy-2021.h5"
+
+ file_name = f"gids_{self.name}"
+ gids_path = utils.write_gids(
+ weather_fp,
+ region=region,
+ region_col=region_col,
+ lat_long=lat_long,
+ gids=gids,
+ out_fn=file_name,
+ )
+
self.gids = gids_path
- print(f'Location Added - {self.gids}')
-
- def addModule(self,
- module_name,
- racking='open_rack_glass_polymer', #move ?? split RACKING_CONSTRUCTION
- material='EVA'):
+ print(f"Location Added - {self.gids}")
+
+ def addModule(
+ self,
+ module_name,
+ racking="open_rack_glass_polymer", # move ?? split RACKING_CONSTRUCTION
+ material="EVA",
+ ):
"""
Add a module to the Scenario. Multiple modules can be added. Each module will be tested in
the given scenario.
@@ -130,47 +146,57 @@ def addModule(self,
try:
mat_params = utils._read_material(name=material)
except:
- print('Material Not Found - No module added to scenario.')
- print('If you need to add a custom material, use .add_material()')
+ print("Material Not Found - No module added to scenario.")
+ print("If you need to add a custom material, use .add_material()")
return
# remove module if found in instance list
for i in range(self.modules.__len__()):
- if self.modules[i]['module_name'] == module_name:
+ if self.modules[i]["module_name"] == module_name:
print(f'WARNING - Module already found by name "{module_name}"')
- print('Module will be replaced with new instance.')
+ print("Module will be replaced with new instance.")
self.modules.pop(i)
-
+
# generate temperature model params
# TODO: move to temperature based functions
# temp_params = TEMPERATURE_MODEL_PARAMETERS[model][racking]
-
+
# add the module and parameters
- self.modules.append({'module_name':module_name,
- 'material_params':mat_params})
+ self.modules.append({"module_name": module_name, "material_params": mat_params})
print(f'Module "{module_name}" added.')
- def add_material(self,name, alias, Ead, Eas, So, Do=None, Eap=None, Po=None, fickian=True):
+ def add_material(
+ self, name, alias, Ead, Eas, So, Do=None, Eap=None, Po=None, fickian=True
+ ):
"""
add a new material type to master list
"""
- utils._add_material(name=name, alias=alias,
- Ead=Ead, Eas=Eas, So=So,
- Do=Do, Eap=Eap, Po=Po, fickian=fickian)
- print('Material has been added.')
- print('To add the material as a module in your current scene, run .addModule()')
+ utils._add_material(
+ name=name,
+ alias=alias,
+ Ead=Ead,
+ Eas=Eas,
+ So=So,
+ Do=Do,
+ Eap=Eap,
+ Po=Po,
+ fickian=fickian,
+ )
+ print("Material has been added.")
+ print("To add the material as a module in your current scene, run .addModule()")
def viewScenario(self):
- '''
+ """
Print all scenario information currently stored
- '''
+ """
import pprint
- pp = pprint.PrettyPrinter(indent=4,sort_dicts=False)
- print(f'Name : {self.name}')
- print(f'pipeline: {self.pipeline}')
- print(f'gid file : {self.gids}')
- print('test modules :')
+
+ pp = pprint.PrettyPrinter(indent=4, sort_dicts=False)
+ print(f"Name : {self.name}")
+ print(f"pipeline: {self.pipeline}")
+ print(f"gid file : {self.gids}")
+ print("test modules :")
for mod in self.modules:
pp.pprint(mod)
return
@@ -187,7 +213,7 @@ def addFunction(self, func_name=None, func_params=None):
The name of the requested pvdeg function. Do not include the class.
func_params : (dict)
The required parameters to run the requested pvdeg function
-
+
Returns:
--------
func_name : (str)
@@ -195,30 +221,31 @@ def addFunction(self, func_name=None, func_params=None):
"""
_func, reqs = pvdeg.Scenario._verify_function(func_name)
-
+
if _func == None:
print(f'FAILED: Requested function "{func_name}" not found')
- print('Function has not been added to pipeline.')
+ print("Function has not been added to pipeline.")
return None
-
- if not all( x in func_params for x in reqs):
- print(f'FAILED: Requestion function {func_name} did not receive enough parameters')
- print(f'Requestion function: \n {_func} \n ---')
- print(f'Required Parameters: \n {reqs} \n ---')
- print('Function has not been added to pipeline.')
+
+ if not all(x in func_params for x in reqs):
+ print(
+ f"FAILED: Requestion function {func_name} did not receive enough parameters"
+ )
+ print(f"Requestion function: \n {_func} \n ---")
+ print(f"Required Parameters: \n {reqs} \n ---")
+ print("Function has not been added to pipeline.")
return None
# add the function and arguments to pipeline
- job_dict = {'job':func_name,
- 'params':func_params}
-
+ job_dict = {"job": func_name, "params": func_params}
+
self.pipeline.append(job_dict)
return func_name
-
+
def runJob(self, job=None):
- '''
+ """
Run a named function on the scenario object
-
+
TODO: overhaul with futures/slurm
capture results
standardize result format for all of pvdeg
@@ -226,74 +253,76 @@ def runJob(self, job=None):
Parameters:
-----------
job : (str, default=None)
- '''
+ """
if self.hpc:
# do something else
pass
-
+
for job in self.pipeline:
- args = job['parameters']
- _func = pvdeg.Scenario._verify_function(job['job'],args)[0]
+ args = job["parameters"]
+ _func = pvdeg.Scenario._verify_function(job["job"], args)[0]
result = _func(**args)
def exportScenario(self, file_path=None):
- '''
+ """
Export the scenario dictionaries to a json configuration file
-
+
TODO exporting functions as name string within pipeline. cannot .json dump
Need to make sure name is verified > stored > export > import > re-verify > converted.
This could get messy. Need to streamline the process or make it bullet proof
-
+
Parameters:
-----------
file_path : (str, default = None)
Desired file path to save the scenario.json file
- '''
-
+ """
+
if not file_path:
file_path = self.path
- file_name = f'config_{self.name}.json'
- out_file = os.path.join(file_path,file_name)
-
- scene_dict = {'name': self.name,
- 'path': self.path,
- 'pipeline': self.pipeline,
- 'gid_file': self.gids,
- 'test_modules': self.modules}
-
- with open(out_file, 'w') as f:
+ file_name = f"config_{self.name}.json"
+ out_file = os.path.join(file_path, file_name)
+
+ scene_dict = {
+ "name": self.name,
+ "path": self.path,
+ "pipeline": self.pipeline,
+ "gid_file": self.gids,
+ "test_modules": self.modules,
+ }
+
+ with open(out_file, "w") as f:
json.dump(scene_dict, f, indent=4)
- print(f'{file_name} exported')
-
+ print(f"{file_name} exported")
+
def importScenario(self, file_path=None):
"""
Import scenario dictionaries from an existing 'scenario.json' file
"""
-
- with open(file_path,'r') as f:
+
+ with open(file_path, "r") as f:
data = json.load()
- name = data['name']
- path = data['path']
- modules = data['modules']
- gids = data['gids']
- pipeline = data['pipeline']
+ name = data["name"]
+ path = data["path"]
+ modules = data["modules"]
+ gids = data["gids"]
+ pipeline = data["pipeline"]
self.name = name
self.path = path
self.modules = modules
self.gids = gids
self.pipeline = pipeline
-
+
def _verify_function(func_name):
"""
Check all classes in pvdeg for a function of the name "func_name". Returns a callable function
and list of all function parameters with no default values.
-
+
Parameters:
-----------
func_name : (str)
Name of the desired function. Only returns for 1:1 matches
-
+
Returns:
--------
_func : (func)
@@ -302,16 +331,16 @@ def _verify_function(func_name):
list of minimum required paramters to run the requested funciton
"""
from inspect import signature
-
+
# find the function in pvdeg
- class_list = [c for c in dir(pvdeg) if not c.startswith('_')]
+ class_list = [c for c in dir(pvdeg) if not c.startswith("_")]
func_list = []
for c in class_list:
- _class = getattr(pvdeg,c)
+ _class = getattr(pvdeg, c)
if func_name in dir(_class):
- _func = getattr(_class,func_name)
+ _func = getattr(_class, func_name)
if _func == None:
- return (None,None)
+ return (None, None)
# check if necessary parameters given
reqs_all = signature(_func).parameters
@@ -319,5 +348,5 @@ def _verify_function(func_name):
for param in reqs_all:
if reqs_all[param].default == reqs_all[param].empty:
reqs.append(param)
-
- return(_func, reqs)
\ No newline at end of file
+
+ return (_func, reqs)
diff --git a/pvdeg/spectral.py b/pvdeg/spectral.py
index 777e6dce..21094922 100644
--- a/pvdeg/spectral.py
+++ b/pvdeg/spectral.py
@@ -5,21 +5,18 @@
import pvlib
-def solar_position(
- weather_df,
- meta):
-
+def solar_position(weather_df, meta):
"""
- Calculate solar position using pvlib based on weather data from the
+ Calculate solar position using pvlib based on weather data from the
National Solar Radiation Database (NSRDB) for a given location (gid).
-
+
Parameters
----------
weather_df : pandas.DataFrame
Weather data for given location.
meta : pandas.Series
Meta data of location.
-
+
Returns
-------
solar_position : pandas.DataFrame
@@ -30,31 +27,27 @@ def solar_position(
# latitude=meta['latitude'],
# longitude=meta['longitude'],
# altitude=meta['elevation'])
-
- #TODO: check if timeshift is necessary
- #times = weather_df.index
- #solar_position = location.get_solarposition(times)
+
+ # TODO: check if timeshift is necessary
+ # times = weather_df.index
+ # solar_position = location.get_solarposition(times)
solar_position = pvlib.solarposition.get_solarposition(
- time = weather_df.index,
- latitude = meta['latitude'],
- longitude = meta['longitude'],
- altitude = meta['altitude'])
+ time=weather_df.index,
+ latitude=meta["latitude"],
+ longitude=meta["longitude"],
+ altitude=meta["altitude"],
+ )
return solar_position
def poa_irradiance(
- weather_df,
- meta,
- sol_position=None,
- tilt=None,
- azimuth=180,
- sky_model='isotropic'):
-
+ weather_df, meta, sol_position=None, tilt=None, azimuth=180, sky_model="isotropic"
+):
"""
- Calculate plane-of-array (POA) irradiance using pvlib based on weather data from the
+ Calculate plane-of-array (POA) irradiance using pvlib based on weather data from the
National Solar Radiation Database (NSRDB) for a given location (gid).
-
+
Parameters
----------
weather_df : pd.DataFrame
@@ -64,35 +57,36 @@ def poa_irradiance(
sol_position : pd.DataFrame, optional
pvlib.solarposition.get_solarposition Dataframe. If none is given, it will be calculated.
tilt : float, optional
- The tilt angle of the PV panels in degrees, if None, the latitude of the
+ The tilt angle of the PV panels in degrees, if None, the latitude of the
location is used.
azimuth : float, optional
The azimuth angle of the PV panels in degrees, 180 by default - facing south.
sky_model : str, optional
The pvlib sky model to use, 'isotropic' by default.
-
+
Returns
-------
poa : pandas.DataFrame
- Contains keys/columns 'poa_global', 'poa_direct', 'poa_diffuse',
+ Contains keys/columns 'poa_global', 'poa_direct', 'poa_diffuse',
'poa_sky_diffuse', 'poa_ground_diffuse'.
"""
- #TODO: change for handling HSAT tracking passed or requested
+ # TODO: change for handling HSAT tracking passed or requested
if tilt is None:
- tilt = float(meta['latitude'])
+ tilt = float(meta["latitude"])
if sol_position is None:
- sol_position = solar_position(weather_df,meta)
+ sol_position = solar_position(weather_df, meta)
poa = pvlib.irradiance.get_total_irradiance(
surface_tilt=tilt,
surface_azimuth=azimuth,
- dni=weather_df['dni'],
- ghi=weather_df['ghi'],
- dhi=weather_df['dhi'],
- solar_zenith=sol_position['apparent_zenith'],
- solar_azimuth=sol_position['azimuth'],
- model=sky_model)
+ dni=weather_df["dni"],
+ ghi=weather_df["ghi"],
+ dhi=weather_df["dhi"],
+ solar_zenith=sol_position["apparent_zenith"],
+ solar_azimuth=sol_position["azimuth"],
+ model=sky_model,
+ )
return poa
diff --git a/pvdeg/standards.py b/pvdeg/standards.py
index ea5661f6..cebc7430 100644
--- a/pvdeg/standards.py
+++ b/pvdeg/standards.py
@@ -11,15 +11,17 @@
from pathlib import Path
from random import random
from concurrent.futures import ProcessPoolExecutor, as_completed
-#from gaps import ProjectPoints
+
+# from gaps import ProjectPoints
from . import temperature
from . import spectral
from . import utilities
from . import weather
+
def eff_gap(T_0, T_inf, level=1, T98=None, x_0=6.1):
- '''
+ """
Calculate a minimum installation standoff distance for rooftop mounded PV systems for
a given levl according to IEC TS 63126 or the standoff to achieve a given 98ᵗʰ percentile
temperature. If the given T₉₈ is that for a specific system, then it is a calculation of
@@ -45,7 +47,7 @@ def eff_gap(T_0, T_inf, level=1, T98=None, x_0=6.1):
----------
M. Kempe, et al. Close Roof Mounted System Temperature Estimation for Compliance
to IEC TS 63126, PVSC Proceedings 2023
- '''
+ """
if T98 is None:
if level == 1:
@@ -53,15 +55,15 @@ def eff_gap(T_0, T_inf, level=1, T98=None, x_0=6.1):
elif level == 2:
T98 = 80
- T98_0 = T_0.quantile(q=0.98, interpolation='linear')
- T98_inf = T_inf.quantile(q=0.98, interpolation='linear')
+ T98_0 = T_0.quantile(q=0.98, interpolation="linear")
+ T98_inf = T_inf.quantile(q=0.98, interpolation="linear")
try:
- x = -x_0 * np.log(1-(T98_0-T98)/(T98_0-T98_inf))
+ x = -x_0 * np.log(1 - (T98_0 - T98) / (T98_0 - T98_inf))
except RuntimeWarning as e:
x = np.nan
try:
- x = -x_0 * np.log(1-(T98_0-T98)/(T98_0-T98_inf))
+ x = -x_0 * np.log(1 - (T98_0 - T98) / (T98_0 - T98_inf))
except RuntimeWarning as e:
x = np.nan
@@ -74,16 +76,17 @@ def standoff(
weather_kwarg=None,
tilt=None,
azimuth=180,
- sky_model='isotropic',
- temp_model='sapm',
- module_type='glass_polymer', # self.module
- conf_0= 'insulated_back_glass_polymer',
- conf_inf= 'open_rack_glass_polymer',
+ sky_model="isotropic",
+ temp_model="sapm",
+ module_type="glass_polymer", # self.module
+ conf_0="insulated_back_glass_polymer",
+ conf_inf="open_rack_glass_polymer",
level=1,
T98=None,
x_0=6.1,
- wind_speed_factor=1):
- '''
+ wind_speed_factor=1,
+):
+ """
Calculate a minimum standoff distance for roof mounded PV systems.
Parameters
@@ -124,43 +127,49 @@ def standoff(
----------
M. Kempe, et al. Close Roof Mounted System Temperature Estimation for Compliance
to IEC TS 63126, PVSC Proceedings 2023
- '''
+ """
- parameters = ['temp_air', 'wind_speed', 'dhi', 'ghi', 'dni']
+ parameters = ["temp_air", "wind_speed", "dhi", "ghi", "dni"]
if isinstance(weather_df, dd.DataFrame):
weather_df = weather_df[parameters].compute()
- weather_df.set_index('time', inplace=True)
+ weather_df.set_index("time", inplace=True)
elif isinstance(weather_df, pd.DataFrame):
weather_df = weather_df[parameters]
elif weather_df is None:
weather_df, meta = weather.get(**weather_kwarg)
- if module_type == 'glass_polymer':
- conf_0 = 'insulated_back_glass_polymer'
- conf_inf = 'open_rack_glass_polymer'
- elif module_type == 'glass_glass':
- conf_0 = 'close_mount_glass_glass'
- conf_inf = 'open_rack_glass_glass'
+ if module_type == "glass_polymer":
+ conf_0 = "insulated_back_glass_polymer"
+ conf_inf = "open_rack_glass_polymer"
+ elif module_type == "glass_glass":
+ conf_0 = "close_mount_glass_glass"
+ conf_inf = "open_rack_glass_glass"
solar_position = spectral.solar_position(weather_df, meta)
- poa = spectral.poa_irradiance(weather_df, meta, sol_position=solar_position, tilt=tilt,
- azimuth=azimuth, sky_model=sky_model)
- T_0 = temperature.module(weather_df, meta, poa, temp_model, conf_0, wind_speed_factor)
- T_inf = temperature.module(weather_df, meta, poa, temp_model, conf_inf, wind_speed_factor)
+ poa = spectral.poa_irradiance(
+ weather_df,
+ meta,
+ sol_position=solar_position,
+ tilt=tilt,
+ azimuth=azimuth,
+ sky_model=sky_model,
+ )
+ T_0 = temperature.module(
+ weather_df, meta, poa, temp_model, conf_0, wind_speed_factor
+ )
+ T_inf = temperature.module(
+ weather_df, meta, poa, temp_model, conf_inf, wind_speed_factor
+ )
x, T98_0, T98_inf = eff_gap(T_0, T_inf, level=level, T98=T98, x_0=x_0)
- res = {'x': x,
- 'T98_0': T98_0,
- 'T98_inf': T98_inf}
-
- df_res = pd.DataFrame.from_dict(res, orient='index').T
+ res = {"x": x, "T98_0": T98_0, "T98_inf": T98_inf}
+ df_res = pd.DataFrame.from_dict(res, orient="index").T
return df_res
-
# def run_calc_standoff(
# project_points,
# out_dir,
diff --git a/pvdeg/temperature.py b/pvdeg/temperature.py
index 341e9600..d9dff651 100644
--- a/pvdeg/temperature.py
+++ b/pvdeg/temperature.py
@@ -5,32 +5,33 @@
import pvlib
import pvdeg
+
def module(
weather_df,
meta,
poa=None,
- temp_model='sapm',
- conf='open_rack_glass_polymer',
- wind_speed_factor=1):
-
+ temp_model="sapm",
+ conf="open_rack_glass_polymer",
+ wind_speed_factor=1,
+):
"""
Calculate module surface temperature using pvlib.
-
+
Parameters
----------
weather_df : (pd.dataframe)
Data Frame with minimum requirements of 'temp_air' and 'wind_speed'
poa : pandas.DataFrame
- Contains keys/columns 'poa_global', 'poa_direct', 'poa_diffuse',
+ Contains keys/columns 'poa_global', 'poa_direct', 'poa_diffuse',
'poa_sky_diffuse', 'poa_ground_diffuse'.
temp_model : str, optional
The temperature model to use, Sandia Array Performance Model 'sapm' from pvlib by default.
conf : str, optional
The configuration of the PV module architecture and mounting configuration.
- Options:
+ Options:
'sapm': 'open_rack_glass_polymer' (default), 'open_rack_glass_glass',
'close_mount_glass_glass', 'insulated_back_glass_polymer'
-
+
Returns
-------
module_temperature : pandas.DataFrame
@@ -42,23 +43,21 @@ def module(
poa = pvdeg.spectral.poa_irradiance(weather_df, meta)
module_temperature = pvlib.temperature.sapm_module(
- poa_global=poa['poa_global'],
- temp_air=weather_df['temp_air'],
- wind_speed=weather_df['wind_speed']*wind_speed_factor,
- a=parameters['a'],
- b=parameters['b'])
+ poa_global=poa["poa_global"],
+ temp_air=weather_df["temp_air"],
+ wind_speed=weather_df["wind_speed"] * wind_speed_factor,
+ a=parameters["a"],
+ b=parameters["b"],
+ )
return module_temperature
-def cell(weather_df,
- meta,
- poa=None,
- temp_model='sapm',
- conf='open_rack_glass_polymer'):
- '''
+
+def cell(weather_df, meta, poa=None, temp_model="sapm", conf="open_rack_glass_polymer"):
+ """
Calculate the PV cell temperature using PVLIB
Currently this only supports the SAPM temperature model.
-
+
Parameters:
-----------
weather_df : (pd.dataframe)
@@ -73,15 +72,17 @@ def cell(weather_df,
The configuration of the PV module architecture and mounting configuration.
Options: 'open_rack_glass_polymer' (default), 'open_rack_glass_glass',
'close_mount_glass_glass', 'insulated_back_glass_polymer'
- '''
+ """
parameters = pvlib.temperature.TEMPERATURE_MODEL_PARAMETERS[temp_model][conf]
if poa is None:
- poa = pvdeg.spectral.poa_irradiance(weather_df,meta)
+ poa = pvdeg.spectral.poa_irradiance(weather_df, meta)
- temp_cell = pvlib.temperature.sapm_cell(poa_global=poa['poa_global'],
- temp_air=weather_df['temp_air'],
- wind_speed=weather_df['wind_speed'],
- **parameters)
+ temp_cell = pvlib.temperature.sapm_cell(
+ poa_global=poa["poa_global"],
+ temp_air=weather_df["temp_air"],
+ wind_speed=weather_df["wind_speed"],
+ **parameters
+ )
return temp_cell
diff --git a/pvdeg/utilities.py b/pvdeg/utilities.py
index 089c4250..f8221613 100644
--- a/pvdeg/utilities.py
+++ b/pvdeg/utilities.py
@@ -25,11 +25,11 @@ def gid_downsampling(meta, n):
List of GIDs for the downsampled NSRDB meta data
"""
- lon_sub = sorted(meta['longitude'].unique())[0 : -1 : max(1, 2 * n)]
- lat_sub = sorted(meta['latitude'].unique())[0 : -1 : max(1, 2 * n)]
+ lon_sub = sorted(meta["longitude"].unique())[0 : -1 : max(1, 2 * n)]
+ lat_sub = sorted(meta["latitude"].unique())[0 : -1 : max(1, 2 * n)]
gids_sub = meta[
- (meta['longitude'].isin(lon_sub)) & (meta['latitude'].isin(lat_sub))
+ (meta["longitude"].isin(lon_sub)) & (meta["latitude"].isin(lat_sub))
].index.values
meta_sub = meta.loc[gids_sub]
@@ -52,10 +52,10 @@ def meta_as_dict(rec):
dictionary of numpy structured array
"""
- return {name:rec[name].item() for name in rec.dtype.names}
+ return {name: rec[name].item() for name in rec.dtype.names}
-def get_kinetics(name=None, fname='kinetic_parameters.json'):
+def get_kinetics(name=None, fname="kinetic_parameters.json"):
"""
Returns a list of LETID/B-O LID kinetic parameters from kinetic_parameters.json
@@ -85,11 +85,11 @@ def get_kinetics(name=None, fname='kinetic_parameters.json'):
def write_gids(
nsrdb_fp,
- region='Colorado',
- region_col='state',
+ region="Colorado",
+ region_col="state",
lat_long=None,
gids=None,
- out_fn='gids',
+ out_fn="gids",
):
"""
Generate a .CSV file containing the GIDs for the spatial test range.
@@ -125,8 +125,8 @@ def write_gids(
else:
gids = f.region_gids(region=region, region_col=region_col)
- file_out = f'{out_fn}.csv'
- df_gids = pd.DataFrame(gids, columns=['gid'])
+ file_out = f"{out_fn}.csv"
+ df_gids = pd.DataFrame(gids, columns=["gid"])
df_gids.to_csv(file_out, index=False)
return file_out
@@ -147,70 +147,70 @@ def _get_state(id):
full name of US state (example: Colorado, Arizona, Maryland)
"""
state_dict = {
- 'AK': 'Alaska',
- 'AL': 'Alabama',
- 'AR': 'Arkansas',
- 'AS': 'American Samoa',
- 'AZ': 'Arizona',
- 'CA': 'California',
- 'CO': 'Colorado',
- 'CT': 'Connecticut',
- 'DC': 'District of Columbia',
- 'DE': 'Delaware',
- 'FL': 'Florida',
- 'GA': 'Georgia',
- 'GU': 'Guam',
- 'HI': 'Hawaii',
- 'IA': 'Iowa',
- 'ID': 'Idaho',
- 'IL': 'Illinois',
- 'IN': 'Indiana',
- 'KS': 'Kansas',
- 'KY': 'Kentucky',
- 'LA': 'Louisiana',
- 'MA': 'Massachusetts',
- 'MD': 'Maryland',
- 'ME': 'Maine',
- 'MI': 'Michigan',
- 'MN': 'Minnesota',
- 'MO': 'Missouri',
- 'MP': 'Northern Mariana Islands',
- 'MS': 'Mississippi',
- 'MT': 'Montana',
- 'NA': 'National',
- 'NC': 'North Carolina',
- 'ND': 'North Dakota',
- 'NE': 'Nebraska',
- 'NH': 'New Hampshire',
- 'NJ': 'New Jersey',
- 'NM': 'New Mexico',
- 'NV': 'Nevada',
- 'NY': 'New York',
- 'OH': 'Ohio',
- 'OK': 'Oklahoma',
- 'OR': 'Oregon',
- 'PA': 'Pennsylvania',
- 'PR': 'Puerto Rico',
- 'RI': 'Rhode Island',
- 'SC': 'South Carolina',
- 'SD': 'South Dakota',
- 'TN': 'Tennessee',
- 'TX': 'Texas',
- 'UT': 'Utah',
- 'VA': 'Virginia',
- 'VI': 'Virgin Islands',
- 'VT': 'Vermont',
- 'WA': 'Washington',
- 'WI': 'Wisconsin',
- 'WV': 'West Virginia',
- 'WY': 'Wyoming',
+ "AK": "Alaska",
+ "AL": "Alabama",
+ "AR": "Arkansas",
+ "AS": "American Samoa",
+ "AZ": "Arizona",
+ "CA": "California",
+ "CO": "Colorado",
+ "CT": "Connecticut",
+ "DC": "District of Columbia",
+ "DE": "Delaware",
+ "FL": "Florida",
+ "GA": "Georgia",
+ "GU": "Guam",
+ "HI": "Hawaii",
+ "IA": "Iowa",
+ "ID": "Idaho",
+ "IL": "Illinois",
+ "IN": "Indiana",
+ "KS": "Kansas",
+ "KY": "Kentucky",
+ "LA": "Louisiana",
+ "MA": "Massachusetts",
+ "MD": "Maryland",
+ "ME": "Maine",
+ "MI": "Michigan",
+ "MN": "Minnesota",
+ "MO": "Missouri",
+ "MP": "Northern Mariana Islands",
+ "MS": "Mississippi",
+ "MT": "Montana",
+ "NA": "National",
+ "NC": "North Carolina",
+ "ND": "North Dakota",
+ "NE": "Nebraska",
+ "NH": "New Hampshire",
+ "NJ": "New Jersey",
+ "NM": "New Mexico",
+ "NV": "Nevada",
+ "NY": "New York",
+ "OH": "Ohio",
+ "OK": "Oklahoma",
+ "OR": "Oregon",
+ "PA": "Pennsylvania",
+ "PR": "Puerto Rico",
+ "RI": "Rhode Island",
+ "SC": "South Carolina",
+ "SD": "South Dakota",
+ "TN": "Tennessee",
+ "TX": "Texas",
+ "UT": "Utah",
+ "VA": "Virginia",
+ "VI": "Virgin Islands",
+ "VT": "Vermont",
+ "WA": "Washington",
+ "WI": "Wisconsin",
+ "WV": "West Virginia",
+ "WY": "Wyoming",
}
state_name = state_dict[id]
return state_name
-def convert_tmy(file_in, file_out='h5_from_tmy.h5'):
- '''
+def convert_tmy(file_in, file_out="h5_from_tmy.h5"):
+ """
Read a older TMY-like weather file and convert to h5 for use in pvdeg
TODO: figure out scale_facator and np.int32 for smaller file
@@ -222,20 +222,20 @@ def convert_tmy(file_in, file_out='h5_from_tmy.h5'):
full file path to existing weather file
file_out : (str, path_obj)
full file path and name of file to create.
- '''
+ """
from pvlib import iotools
src_data, src_meta = iotools.tmy.read_tmy3(file_in, coerce_year=2023)
save_cols = {
- 'DNI': 'dni',
- 'DHI': 'dhi',
- 'GHI': 'ghi',
- 'DryBulb': 'temp_air',
- 'DewPoint': 'dew_point',
- 'RHum': 'relative_humidity',
- 'Wspd': 'wind_speed',
- 'Alb': 'albedo',
+ "DNI": "dni",
+ "DHI": "dhi",
+ "GHI": "ghi",
+ "DryBulb": "temp_air",
+ "DewPoint": "dew_point",
+ "RHum": "relative_humidity",
+ "Wspd": "wind_speed",
+ "Alb": "albedo",
}
df_new = src_data[save_cols.keys()].copy()
@@ -243,16 +243,16 @@ def convert_tmy(file_in, file_out='h5_from_tmy.h5'):
time_index = df_new.index
meta = {
- 'latitude': [src_meta['latitude']],
- 'longitude': [src_meta['longitude']],
- 'elevation': [src_meta['altitude']],
- 'timezone': [src_meta['TZ']],
- 'country': ['United States'],
- 'state': [_get_state(src_meta['State'])],
+ "latitude": [src_meta["latitude"]],
+ "longitude": [src_meta["longitude"]],
+ "elevation": [src_meta["altitude"]],
+ "timezone": [src_meta["TZ"]],
+ "country": ["United States"],
+ "state": [_get_state(src_meta["State"])],
}
meta = pd.DataFrame(meta)
- with Outputs(file_out, 'w') as f:
+ with Outputs(file_out, "w") as f:
f.meta = meta
f.time_index = time_index
@@ -261,12 +261,12 @@ def convert_tmy(file_in, file_out='h5_from_tmy.h5'):
h5_file=file_out,
dset_name=col,
dset_data=df_new[col].values,
- attrs={'scale_factor': 100},
+ attrs={"scale_factor": 100},
dtype=np.int64,
)
-def _read_material(name, fname='materials.json'):
+def _read_material(name, fname="materials.json"):
"""
read a material from materials.json and return the parameter dictionary
@@ -306,9 +306,9 @@ def _add_material(
Eap=None,
Po=None,
fickian=True,
- fname='materials.json',
+ fname="materials.json",
):
- '''
+ """
Add a new material to the materials.json database. Check the parameters for specific units.
If material already exists, parameters will be updated.
@@ -334,7 +334,7 @@ def _add_material(
Permeability Prefactor [g*mm/m^2/day] (unused)
fickian : (boolean)
I have no idea what this means (unused)
- '''
+ """
# TODO: test then delete commented code
# root = os.path.realpath(__file__)
@@ -343,21 +343,21 @@ def _add_material(
fpath = os.path.join(DATA_LIBRARY, fname)
material_dict = {
- 'alias': alias,
- 'Fickian': fickian,
- 'Ead': Ead,
- 'Do': Do,
- 'Eas': Eas,
- 'So': So,
- 'Eap': Eap,
- 'Po': Po,
+ "alias": alias,
+ "Fickian": fickian,
+ "Ead": Ead,
+ "Do": Do,
+ "Eas": Eas,
+ "So": So,
+ "Eap": Eap,
+ "Po": Po,
}
with open(fpath) as f:
data = json.load(f)
data.update({name: material_dict})
- with open(fpath, 'w') as f:
+ with open(fpath, "w") as f:
json.dump(data, f, indent=4)
@@ -380,11 +380,11 @@ def quantile_df(file, q):
"""
with Outputs(file, mode="r") as out:
- res = out['meta'][['latitude', 'longitude']]
+ res = out["meta"][["latitude", "longitude"]]
for key in out.attrs.keys():
- if key not in ['meta', 'time_index']:
+ if key not in ["meta", "time_index"]:
for i, cor in res.iterrows():
- quantile = np.quantile(out[key, :, i], q=q, interpolation='linear')
+ quantile = np.quantile(out[key, :, i], q=q, interpolation="linear")
res.loc[i, key] = quantile
return res
@@ -407,12 +407,12 @@ def ts_gid_df(file, gid):
"""
with Outputs(file, mode="r") as out:
- res = pd.DataFrame(index=out['time_index'])
- meta = out['meta'][['latitude', 'longitude']]
+ res = pd.DataFrame(index=out["time_index"])
+ meta = out["meta"][["latitude", "longitude"]]
for key in out.attrs.keys():
- if key not in ['meta', 'time_index']:
+ if key not in ["meta", "time_index"]:
res[key] = out[key, :, gid]
res.gid = gid
res.lat = meta.latitude[gid]
res.lon = meta.longitude[gid]
- return res
\ No newline at end of file
+ return res
diff --git a/pvdeg/weather.py b/pvdeg/weather.py
index 77e2cdd4..f1ce5d0d 100644
--- a/pvdeg/weather.py
+++ b/pvdeg/weather.py
@@ -45,7 +45,7 @@ def get(database, id=None, geospatial=False, **kwargs):
Dictionary of metadata for the weather data
"""
- META_MAP = {'elevation': 'altitude', 'Local Time Zone': 'timezone'}
+ META_MAP = {"elevation": "altitude", "Local Time Zone": "timezone"}
if type(id) is tuple:
location = id
@@ -58,30 +58,30 @@ def get(database, id=None, geospatial=False, **kwargs):
elif id is None:
if not geospatial:
raise TypeError(
- 'Specify location via tuple (latitude, longitude), or gid integer.'
+ "Specify location via tuple (latitude, longitude), or gid integer."
)
if not geospatial:
# TODO: decide wether to follow NSRDB or pvlib conventions...
# e.g. temp_air vs. air_temperature
# "map variables" will guarantee PVLIB conventions (automatic in coming update) which is "temp_air"
- if database == 'NSRDB':
+ if database == "NSRDB":
weather_df, meta = get_NSRDB(gid=gid, location=location, **kwargs)
- elif database == 'PVGIS':
+ elif database == "PVGIS":
weather_df, _, meta, _ = iotools.get_pvgis_tmy(
latitude=lat, longitude=lon, map_variables=True, **kwargs
)
- meta = meta['location']
- elif database == 'PSM3':
+ meta = meta["location"]
+ elif database == "PSM3":
weather_df, meta = iotools.get_psm3(latitude=lat, longitude=lon, **kwargs)
- elif database == 'local':
- fp = kwargs.pop('file')
+ elif database == "local":
+ fp = kwargs.pop("file")
fn, fext = os.path.splitext(fp)
weather_df, meta = read(gid=gid, file_in=fp, file_type=fext[1:], **kwargs)
else:
- raise NameError('Weather database not found.')
+ raise NameError("Weather database not found.")
- if 'relative_humidity' not in weather_df.columns:
+ if "relative_humidity" not in weather_df.columns:
print('Column "relative_humidity" not found in DataFrame. Calculating...')
weather_df = humidity._ambient(weather_df)
@@ -93,13 +93,13 @@ def get(database, id=None, geospatial=False, **kwargs):
return weather_df, meta
elif geospatial:
- if database == 'NSRDB':
+ if database == "NSRDB":
weather_ds, meta_df = get_NSRDB(geospatial=geospatial, **kwargs)
- elif database == 'local':
- fp = kwargs.pop('file')
+ elif database == "local":
+ fp = kwargs.pop("file")
weather_ds, meta_df = ini_h5_geospatial(fp)
else:
- raise NameError(f'Geospatial analysis not implemented for {database}.')
+ raise NameError(f"Geospatial analysis not implemented for {database}.")
return weather_ds, meta_df
@@ -119,23 +119,23 @@ def read(file_in, file_type, **kwargs):
[psm3, tmy3, epw, h5]
"""
- META_MAP = {'elevation': 'altitude', 'Local Time Zone': 'timezone'}
+ META_MAP = {"elevation": "altitude", "Local Time Zone": "timezone"}
- supported = ['psm3', 'tmy3', 'epw', 'h5']
+ supported = ["psm3", "tmy3", "epw", "h5"]
file_type = file_type.upper()
- if file_type in ['PSM3', 'PSM']:
+ if file_type in ["PSM3", "PSM"]:
weather_df, meta = iotools.read_psm3(filename=file_in, map_variables=True)
- elif file_type in ['TMY3', 'TMY']:
+ elif file_type in ["TMY3", "TMY"]:
weather_df, meta = iotools.read_tmy3(
filename=file_in
) # map variable not worki - check pvlib for map_variables
- elif file_type == 'EPW':
+ elif file_type == "EPW":
weather_df, meta = iotools.read_epw(filename=file_in)
- elif file_type == 'H5':
+ elif file_type == "H5":
weather_df, meta = read_h5(file=file_in, **kwargs)
else:
- print(f'File-Type not recognized. supported types:\n{supported}')
+ print(f"File-Type not recognized. supported types:\n{supported}")
if not isinstance(meta, dict):
meta = meta.to_dict()
@@ -179,7 +179,7 @@ def read_h5(gid, file, attributes=None, **_):
else:
fp = os.path.join(os.path.dirname(__file__), os.path.basename(file))
- with Outputs(fp, mode='r') as f:
+ with Outputs(fp, mode="r") as f:
meta = f.meta.loc[gid]
index = f.time_index
dattr = f.attrs
@@ -188,14 +188,14 @@ def read_h5(gid, file, attributes=None, **_):
if attributes == None:
attributes = list(dattr.keys())
try:
- attributes.remove('meta')
- attributes.remove('tmy_year_short')
+ attributes.remove("meta")
+ attributes.remove("tmy_year_short")
except ValueError:
pass
weather_df = pd.DataFrame(index=index, columns=attributes)
for dset in attributes:
- with Outputs(fp, mode='r') as f:
+ with Outputs(fp, mode="r") as f:
weather_df[dset] = f[dset, :, gid]
return weather_df, meta.to_dict()
@@ -224,9 +224,9 @@ def ini_h5_geospatial(fps):
"""
dss = []
for i, fp in enumerate(fps):
- hf = h5py.File(fp, 'r')
+ hf = h5py.File(fp, "r")
attr = list(hf)
- attr_to_read = [elem for elem in attr if elem not in ['meta', 'time_index']]
+ attr_to_read = [elem for elem in attr if elem not in ["meta", "time_index"]]
chunks = []
shapes = []
@@ -237,40 +237,40 @@ def ini_h5_geospatial(fps):
shapes = min(set(shapes))
if i == 0:
- time_index = pd.to_datetime(hf['time_index'][...].astype(str)).values
- meta_df = pd.read_hdf(fp, key='meta')
- coords = {'gid': meta_df.index.values, 'time': time_index}
- coords_len = {'time': time_index.shape[0], 'gid': meta_df.shape[0]}
+ time_index = pd.to_datetime(hf["time_index"][...].astype(str)).values
+ meta_df = pd.read_hdf(fp, key="meta")
+ coords = {"gid": meta_df.index.values, "time": time_index}
+ coords_len = {"time": time_index.shape[0], "gid": meta_df.shape[0]}
ds = xr.open_dataset(
fp,
- engine='h5netcdf',
- phony_dims='sort',
- chunks={'phony_dim_0': chunks[0], 'phony_dim_1': chunks[1]},
- drop_variables=['time_index', 'meta'],
+ engine="h5netcdf",
+ phony_dims="sort",
+ chunks={"phony_dim_0": chunks[0], "phony_dim_1": chunks[1]},
+ drop_variables=["time_index", "meta"],
mask_and_scale=False,
decode_cf=True,
)
for var in ds.data_vars:
- if hasattr(getattr(ds, var), 'psm_scale_factor'):
+ if hasattr(getattr(ds, var), "psm_scale_factor"):
scale_factor = 1 / ds[var].psm_scale_factor
- getattr(ds, var).attrs['scale_factor'] = scale_factor
+ getattr(ds, var).attrs["scale_factor"] = scale_factor
if tuple(coords_len.values()) == (
- ds.dims['phony_dim_0'],
- ds.dims['phony_dim_1'],
+ ds.dims["phony_dim_0"],
+ ds.dims["phony_dim_1"],
):
- rename = {'phony_dim_0': 'time', 'phony_dim_1': 'gid'}
+ rename = {"phony_dim_0": "time", "phony_dim_1": "gid"}
elif tuple(coords_len.values()) == (
- ds.dims['phony_dim_1'],
- ds.dims['phony_dim_0'],
+ ds.dims["phony_dim_1"],
+ ds.dims["phony_dim_0"],
):
- rename = {'phony_dim_0': 'gid', 'phony_dim_1': 'time'}
+ rename = {"phony_dim_0": "gid", "phony_dim_1": "time"}
else:
- raise ValueError('Dimensions do not match')
+ raise ValueError("Dimensions do not match")
ds = ds.rename(
- {'phony_dim_0': rename['phony_dim_0'], 'phony_dim_1': rename['phony_dim_1']}
+ {"phony_dim_0": rename["phony_dim_0"], "phony_dim_1": rename["phony_dim_1"]}
)
ds = ds.assign_coords(coords)
@@ -284,7 +284,7 @@ def ini_h5_geospatial(fps):
ds = xr.decode_cf(ds)
# Rechunk time axis
- ds = ds.chunk(chunks={'time': -1, 'gid': ds.chunks['gid']})
+ ds = ds.chunk(chunks={"time": -1, "gid": ds.chunks["gid"]})
weather_ds = ds
@@ -317,29 +317,29 @@ def get_NSRDB_fnames(satellite, names, NREL_HPC=False, **_):
"""
sat_map = {
- 'GOES': 'full_disc',
- 'METEOSAT': 'meteosat',
- 'Himawari': 'himawari',
- 'SUNY': 'india',
- 'CONUS': 'conus',
- 'Americas': 'current',
+ "GOES": "full_disc",
+ "METEOSAT": "meteosat",
+ "Himawari": "himawari",
+ "SUNY": "india",
+ "CONUS": "conus",
+ "Americas": "current",
}
if NREL_HPC:
- hpc_fp = '/kfs2/pdatasets/NSRDB/'
+ hpc_fp = "/kfs2/pdatasets/NSRDB/"
hsds = False
else:
- hpc_fp = '/nrel/nsrdb/'
+ hpc_fp = "/nrel/nsrdb/"
hsds = True
if type(names) in [int, float]:
nsrdb_fp = os.path.join(
- hpc_fp, sat_map[satellite], '*_{}.h5'.format(int(names))
+ hpc_fp, sat_map[satellite], "*_{}.h5".format(int(names))
)
nsrdb_fnames = glob.glob(nsrdb_fp)
else:
nsrdb_fp = os.path.join(
- hpc_fp, sat_map[satellite], '*_{}*.h5'.format(names.lower())
+ hpc_fp, sat_map[satellite], "*_{}*.h5".format(names.lower())
)
nsrdb_fnames = glob.glob(nsrdb_fp)
@@ -391,9 +391,9 @@ def get_NSRDB(
Dictionary of metadata for the weather data
"""
- DSET_MAP = {'air_temperature': 'temp_air', 'Relative Humidity': 'relative_humidity'}
+ DSET_MAP = {"air_temperature": "temp_air", "Relative Humidity": "relative_humidity"}
- META_MAP = {'elevation': 'altitude'}
+ META_MAP = {"elevation": "altitude"}
if not geospatial:
nsrdb_fnames, hsds = get_NSRDB_fnames(satellite, names, NREL_HPC)
@@ -404,7 +404,7 @@ def get_NSRDB(
if i == 0:
if gid == None: # TODO: add exception handling
gid = f.lat_lon_gid(location)
- meta = f['meta', gid].iloc[0]
+ meta = f["meta", gid].iloc[0]
index = f.time_index
lattr = f.datasets
@@ -414,8 +414,8 @@ def get_NSRDB(
if attributes == None:
attributes = list(dattr.keys())
try:
- attributes.remove('meta')
- attributes.remove('tmy_year_short')
+ attributes.remove("meta")
+ attributes.remove("tmy_year_short")
except ValueError:
pass
@@ -489,7 +489,7 @@ def repeat_annual_time_series(time_series, start_year, n_years):
"""
if len(time_series) % 8760 != 0:
- raise ValueError('Length of time_series must be a multiple of 8760')
+ raise ValueError("Length of time_series must be a multiple of 8760")
tz = time_series.index.tz
time_series = time_series.tz_localize(
@@ -517,7 +517,7 @@ def repeat_annual_time_series(time_series, start_year, n_years):
year=year, month=2, day=29, minute=start.minute
),
end=datetime.datetime(year=year, month=3, day=1),
- freq='H',
+ freq="H",
),
columns=time_series.columns,
),
@@ -549,7 +549,7 @@ def repeat_annual_time_series(time_series, start_year, n_years):
year=year, month=2, day=29, minute=start.minute
),
end=datetime.datetime(year=year, month=3, day=1),
- freq='H',
+ freq="H",
),
columns=time_series.columns,
),
@@ -573,7 +573,7 @@ def repeat_annual_time_series(time_series, start_year, n_years):
def is_leap_year(year):
- '''Returns True if year is a leap year'''
+ """Returns True if year is a leap year"""
if year % 4 != 0:
return False
elif year % 100 != 0:
diff --git a/pvdeg_tutorials/_config.yml b/pvdeg_tutorials/_config.yml
index a17473e8..4a4c234a 100644
--- a/pvdeg_tutorials/_config.yml
+++ b/pvdeg_tutorials/_config.yml
@@ -33,4 +33,4 @@ html:
launch_buttons:
thebe: true
- colab_url: "https://colab.research.google.com"
\ No newline at end of file
+ colab_url: "https://colab.research.google.com"
diff --git a/pvdeg_tutorials/intro.md b/pvdeg_tutorials/intro.md
index d83076b7..b267ea6e 100644
--- a/pvdeg_tutorials/intro.md
+++ b/pvdeg_tutorials/intro.md
@@ -1,13 +1,13 @@
# Welcome to the PVDEG Tutorials
-Here is a collection of Jupyter Journals ready to read, or run in your browser
+Here is a collection of Jupyter Journals ready to read, or run in your browser
through Google Collab.
-Clicking on the rocket-icon on the top allows you to launch the journals on
+Clicking on the rocket-icon on the top allows you to launch the journals on
[Google Colaboratory](https://colab.research.google.com/) for interactive mode.
-As per the instructions on each journal, you should uncomment the first line
+As per the instructions on each journal, you should uncomment the first line
that reads `pip install ...` to install the environment if you follow this mode.
-You can also clone the repository and run them locally, following the
+You can also clone the repository and run them locally, following the
instructions on the [PVDegTools Github page](https://github.com/NREL/PVDegradationTools)
```{tableofcontents}
diff --git a/pvdeg_tutorials/references.bib b/pvdeg_tutorials/references.bib
index a49ba484..a845151c 100644
--- a/pvdeg_tutorials/references.bib
+++ b/pvdeg_tutorials/references.bib
@@ -1,2 +1,2 @@
---
----
\ No newline at end of file
+---
diff --git a/pytest.ini b/pytest.ini
index ec2630b6..d2dad937 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,3 @@
[pytest]
testpaths = tests
-addopts = -p no:warnings
\ No newline at end of file
+addopts = -p no:warnings
diff --git a/setup.py b/setup.py
index 6a748bdb..8b0ed3d5 100644
--- a/setup.py
+++ b/setup.py
@@ -3,42 +3,44 @@
try:
from setuptools import setup
except ImportError:
- raise RuntimeError('setuptools is required')
+ raise RuntimeError("setuptools is required")
import versioneer
from glob import glob
-DESCRIPTION = ('Pvdeg is a python library that supports the calculation of' +
- 'degradation related parameters for photovoltaic (PV) modules.')
+DESCRIPTION = (
+ "Pvdeg is a python library that supports the calculation of"
+ + "degradation related parameters for photovoltaic (PV) modules."
+)
-with open('README.md', encoding='utf-8') as f:
+with open("README.md", encoding="utf-8") as f:
LONG_DESCRIPTION = f.read()
-DISTNAME = 'pvdeg'
-LICENSE = 'BSD-3'
-AUTHOR = 'Pvdeg Python Developers'
-AUTHOR_EMAIL = 'Michael.Kempe@nrel.gov'
-MAINTAINER_EMAIL = 'Silvana.Ovaitt@nrel.gov'
-URL = 'https://github.com/NREL/PVDegradationTools'
+DISTNAME = "pvdeg"
+LICENSE = "BSD-3"
+AUTHOR = "Pvdeg Python Developers"
+AUTHOR_EMAIL = "Michael.Kempe@nrel.gov"
+MAINTAINER_EMAIL = "Silvana.Ovaitt@nrel.gov"
+URL = "https://github.com/NREL/PVDegradationTools"
-PACKAGES = ['pvdeg']
+PACKAGES = ["pvdeg"]
KEYWORDS = [
- 'photovoltaic',
- 'solar',
- 'degradation',
- 'analysis',
- 'performance',
- 'module',
- 'PV'
+ "photovoltaic",
+ "solar",
+ "degradation",
+ "analysis",
+ "performance",
+ "module",
+ "PV",
]
CLASSIFIERS = [
- 'Development Status :: 4 - Beta',
- 'Operating System :: OS Independent',
- 'Intended Audience :: Science/Research',
- 'Programming Language :: Python :: 3',
- 'Topic :: Scientific/Engineering'
+ "Development Status :: 4 - Beta",
+ "Operating System :: OS Independent",
+ "Intended Audience :: Science/Research",
+ "Programming Language :: Python :: 3",
+ "Topic :: Scientific/Engineering",
]
PROJECT_URLS = {
@@ -47,64 +49,63 @@
"Source Code": "https://github.com/NREL/PVDegradationTools",
}
-PYTHON_REQUIRES = '>=3.9.0'
+PYTHON_REQUIRES = ">=3.9.0"
SETUP_REQUIRES = [
- 'pytest-runner',
+ "pytest-runner",
]
DOCS_REQUIRE = [
- 'sphinx>=7.2.6',
- 'sphinx_rtd_theme>=2.0.0',
- 'readthedocs-sphinx-search>=0.3.1'
+ "sphinx>=7.2.6",
+ "sphinx_rtd_theme>=2.0.0",
+ "readthedocs-sphinx-search>=0.3.1",
]
-TESTS_REQUIRE = [
- 'pytest',
- 'coverage'
-]
+TESTS_REQUIRE = ["pytest", "coverage"]
EXTRAS_REQUIRE = {
- 'docs': DOCS_REQUIRE,
- 'test': TESTS_REQUIRE,
+ "docs": DOCS_REQUIRE,
+ "test": TESTS_REQUIRE,
}
-EXTRAS_REQUIRE['all'] = sorted(set(sum(EXTRAS_REQUIRE.values(), [])))
+EXTRAS_REQUIRE["all"] = sorted(set(sum(EXTRAS_REQUIRE.values(), [])))
with open("requirements.txt") as f:
INSTALL_REQUIRES = f.read().splitlines()
-DATA_FILES = [('DataLibrary', glob('DataLibrary/*'))]
+DATA_FILES = [("DataLibrary", glob("DataLibrary/*"))]
-ENTRY_POINTS={"console_scripts": ["pvdeg=pvdeg.cli:cli"]}
+ENTRY_POINTS = {"console_scripts": ["pvdeg=pvdeg.cli:cli"]}
setuptools_kwargs = {
- 'zip_safe': False,
- 'scripts': [],
- 'include_package_data': True,
- 'package_dir' : {"pvdeg": "pvdeg"},
+ "zip_safe": False,
+ "scripts": [],
+ "include_package_data": True,
+ "package_dir": {"pvdeg": "pvdeg"},
}
-setup(name=DISTNAME,
- version=versioneer.get_version(),
- cmdclass=versioneer.get_cmdclass(),
- python_requires=PYTHON_REQUIRES,
- packages=PACKAGES,
- keywords=KEYWORDS,
- #setup_requires=SETUP_REQUIRES,
- tests_require=TESTS_REQUIRE,
- install_requires=INSTALL_REQUIRES,
- extras_require=EXTRAS_REQUIRE,
- description=DESCRIPTION,
- long_description=LONG_DESCRIPTION,
- long_description_content_type='text/markdown',
- author=AUTHOR,
- author_email=AUTHOR_EMAIL,
- maintainer_email=MAINTAINER_EMAIL,
- license=LICENSE,
- url=URL,
- project_urls=PROJECT_URLS,
- classifiers=CLASSIFIERS,
- data_files=DATA_FILES,
- entry_points=ENTRY_POINTS,
- **setuptools_kwargs)
\ No newline at end of file
+setup(
+ name=DISTNAME,
+ version=versioneer.get_version(),
+ cmdclass=versioneer.get_cmdclass(),
+ python_requires=PYTHON_REQUIRES,
+ packages=PACKAGES,
+ keywords=KEYWORDS,
+ # setup_requires=SETUP_REQUIRES,
+ tests_require=TESTS_REQUIRE,
+ install_requires=INSTALL_REQUIRES,
+ extras_require=EXTRAS_REQUIRE,
+ description=DESCRIPTION,
+ long_description=LONG_DESCRIPTION,
+ long_description_content_type="text/markdown",
+ author=AUTHOR,
+ author_email=AUTHOR_EMAIL,
+ maintainer_email=MAINTAINER_EMAIL,
+ license=LICENSE,
+ url=URL,
+ project_urls=PROJECT_URLS,
+ classifiers=CLASSIFIERS,
+ data_files=DATA_FILES,
+ entry_points=ENTRY_POINTS,
+ **setuptools_kwargs
+)
diff --git a/sign-cla.md b/sign-cla.md
index 2f094f9b..097d2d04 100644
--- a/sign-cla.md
+++ b/sign-cla.md
@@ -1,7 +1,7 @@
Sign the CLA
=============
-This page is the step-by-step guide to signing the Alliance's
+This page is the step-by-step guide to signing the Alliance's
Contributors License Agreement. It's easy and pretty painless!
1. First and foremost, read [the current version of the
@@ -11,7 +11,7 @@ Contributors License Agreement. It's easy and pretty painless!
2. Make an account on [GitHub](https://github.com/) if you don't already
have one.
-3. File a pull request on this project (the pvdeg Project),
+3. File a pull request on this project (the pvdeg Project),
as [outlined below](#filing-the-pull-request).
4. Email the pvdeg Sourceror, as [outlined below](#sending-the-email).
@@ -83,9 +83,9 @@ Sending the Email
-----------------
Send an email to pvdeg's official Open Sourceror
-at [silvana.ovaitt@nrel.gov](mailto:silvana.ovaitt@nrel.gov),
+at [silvana.ovaitt@nrel.gov](mailto:silvana.ovaitt@nrel.gov),
cc-ing [michael.kempe@nrel.gov](mailto:michael.kempe@nrel.gov),
-with the subject "CLA pvdeg"
+with the subject "CLA pvdeg"
and the following body:
```
@@ -102,4 +102,3 @@ Replace the bracketed text as follows:
* `[your name]` with your name.
* `[your github userid]` with your GitHub userid.
-
diff --git a/tests/data/materials.json b/tests/data/materials.json
index 731d9353..e90f4f90 100644
--- a/tests/data/materials.json
+++ b/tests/data/materials.json
@@ -69,4 +69,4 @@
"Eap": 28.08,
"Po": 833.55
}
-}
\ No newline at end of file
+}
diff --git a/tests/data/meta.json b/tests/data/meta.json
index b938bc56..80e049b8 100644
--- a/tests/data/meta.json
+++ b/tests/data/meta.json
@@ -1 +1 @@
-{"latitude": 39.7400016784668, "longitude": -105.16999816894531, "altitude": 1782, "timezone": -7.0, "country": "United States", "state": "Colorado", "county": "Jefferson"}
\ No newline at end of file
+{"latitude": 39.7400016784668, "longitude": -105.16999816894531, "altitude": 1782, "timezone": -7.0, "country": "United States", "state": "Colorado", "county": "Jefferson"}
diff --git a/tests/data/psm3_pytest.csv b/tests/data/psm3_pytest.csv
index f928b070..589129f3 100644
--- a/tests/data/psm3_pytest.csv
+++ b/tests/data/psm3_pytest.csv
@@ -1,8763 +1,8763 @@
Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Clearsky DHI Units,Clearsky DNI Units,Clearsky GHI Units,Dew Point Units,DHI Units,DNI Units,GHI Units,Solar Zenith Angle Units,Temperature Units,Pressure Units,Relative Humidity Units,Precipitable Water Units,Wind Direction Units,Wind Speed Units,Cloud Type -15,Cloud Type 0,Cloud Type 1,Cloud Type 2,Cloud Type 3,Cloud Type 4,Cloud Type 5,Cloud Type 6,Cloud Type 7,Cloud Type 8,Cloud Type 9,Cloud Type 10,Cloud Type 11,Cloud Type 12,Fill Flag 0,Fill Flag 1,Fill Flag 2,Fill Flag 3,Fill Flag 4,Fill Flag 5,Surface Albedo Units,Version
NSRDB,145809,-,-,-,39.73,-105.18,-7,1820,-7,w/m2,w/m2,w/m2,c,w/m2,w/m2,w/m2,Degree,c,mbar,%,cm,Degrees,m/s,N/A,Clear,Probably Clear,Fog,Water,Super-Cooled Water,Mixed,Opaque Ice,Cirrus,Overlapping,Overshooting,Unknown,Dust,Smoke,N/A,Missing Image,Low Irradiance,Exceeds Clearsky,Missing CLoud Properties,Rayleigh Violation,N/A,3.0.6
-Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity,poa_global,temp_cell,temp_module
-1999,1,1,0,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.39,0.0,0.0,0.0
-1999,1,1,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,80.84,0.0,0.0,0.0
-1999,1,1,2,30,0.0,0.0,0.0,0.0,-4.0,1.5,82.98,0.0,0.0,0.0
-1999,1,1,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.01,0.0,0.0,0.0
-1999,1,1,4,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.81,0.0,0.0,0.0
-1999,1,1,5,30,0.0,0.0,0.0,0.0,-3.0,1.4,86.55,0.0,0.0,0.0
-1999,1,1,6,30,0.0,0.0,0.0,0.0,-3.0,1.8,87.12,0.0,0.0,0.0
-1999,1,1,7,30,0.0,0.0,0.0,0.0,-3.0,3.0,80.24,0.0,0.0,0.0
-1999,1,1,8,30,65.0,65.0,76.0,1.0,-3.0,4.7,76.86,88.57421760340651,3.0363622179536947,2.770639565143475
-1999,1,1,9,30,503.0,93.0,246.0,2.0,-2.0,6.3000000000000025,80.37,366.8401473886178,9.604577776636619,8.504057334470765
-1999,1,1,10,30,617.0,109.0,355.0,3.0,-2.0,7.0,74.87,517.3323779651838,13.255151801062475,11.703154667166922
-1999,1,1,11,30,497.0,161.0,385.0,4.0,-3.0,6.8000000000000025,70.73,519.5257888588671,14.43072110257699,12.872143736000389
-1999,1,1,12,30,0.0,128.0,128.0,4.0,-4.0,6.5,61.8,125.1052457977236,6.560402092226029,6.185086354832858
-1999,1,1,13,30,0.0,99.0,99.0,3.0,-5.0,6.0,62.93,96.76108854667686,5.044890327800028,4.754607062159997
-1999,1,1,14,30,0.0,24.0,24.0,2.0,-5.0,5.1000000000000005,64.64,23.457233587073173,2.525433938046781,2.4550622372855617
-1999,1,1,15,30,0.0,63.0,63.0,0.0,-6.0,3.6,67.87,61.57523816606709,1.5215004673998995,1.3367747529016982
-1999,1,1,16,30,0.0,8.0,8.0,-1.0,-6.0,2.6,80.7,7.819077862357725,-0.7935728210852493,-0.8170300546723225
-1999,1,1,17,30,0.0,0.0,0.0,-2.0,-7.0,2.4000000000000004,81.99,0.0,-2.0,-2.0
-1999,1,1,18,30,0.0,0.0,0.0,-3.0,-8.0,2.0,78.79,0.0,-3.0,-3.0
-1999,1,1,19,30,0.0,0.0,0.0,-4.0,-8.0,1.8,81.85000000000002,0.0,-4.0,-4.0
-1999,1,1,20,30,0.0,0.0,0.0,-4.0,-9.0,1.6,84.68,0.0,-4.0,-4.0
-1999,1,1,21,30,0.0,0.0,0.0,-5.0,-9.0,1.5,80.79,0.0,-5.0,-5.0
-1999,1,1,22,30,0.0,0.0,0.0,-5.0,-10.0,1.5,83.44,0.0,-5.0,-5.0
-1999,1,1,23,30,0.0,0.0,0.0,-6.0,-10.0,1.4,80.23,0.0,-6.0,-6.0
-1999,1,2,0,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.02,0.0,-6.0,-6.0
-1999,1,2,1,30,0.0,0.0,0.0,-7.0,-11.0,1.0,81.46000000000002,0.0,-7.0,-7.0
-1999,1,2,2,30,0.0,0.0,0.0,-7.0,-11.0,0.6000000000000001,79.3,0.0,-7.0,-7.0
-1999,1,2,3,30,0.0,0.0,0.0,-7.0,-12.0,0.6000000000000001,83.08,0.0,-7.0,-7.0
-1999,1,2,4,30,0.0,0.0,0.0,-7.0,-12.0,0.7000000000000001,80.34,0.0,-7.0,-7.0
-1999,1,2,5,30,0.0,0.0,0.0,-7.0,-13.0,0.8,77.60000000000002,0.0,-7.0,-7.0
-1999,1,2,6,30,0.0,0.0,0.0,-8.0,-13.0,1.0,75.19,0.0,-8.0,-8.0
-1999,1,2,7,30,0.0,0.0,0.0,-7.0,-13.0,1.4,67.37,0.0,-7.0,-7.0
-1999,1,2,8,30,0.0,56.0,56.0,-5.0,-14.0,2.6,56.5,54.733545036504076,-3.555009747596745,-3.7192103827062573
-1999,1,2,9,30,842.0,64.0,320.0,-3.0,-14.0,3.8,47.72,524.2984796379022,9.785753262354026,8.21285782344032
-1999,1,2,10,30,21.0,153.0,162.0,-2.0,-14.0,4.5,43.71,163.53203623386634,1.8090829601934089,1.31848685149181
-1999,1,2,11,30,134.0,210.0,271.0,-1.0,-14.0,4.800000000000002,43.5,303.0034144011271,5.920929696203836,5.011919453000455
-1999,1,2,12,30,76.0,205.0,240.0,-1.0,-14.0,4.9,43.68,256.16562056724644,4.813126253619289,4.0446293919175496
-1999,1,2,13,30,0.0,115.0,115.0,-1.0,-14.0,4.7,44.69,112.3992442713923,1.5841105973484633,1.2469128645342864
-1999,1,2,14,30,15.0,120.0,125.0,-2.0,-13.0,4.2,45.83,125.84349310316573,0.989328854379202,0.6117983750697049
-1999,1,2,15,30,0.0,24.0,24.0,-3.0,-13.0,3.5,54.19,23.457233587073173,-2.416547059426643,-2.4869187601878626
-1999,1,2,16,30,0.0,3.0,3.0,-5.0,-13.0,3.0,58.51,2.9321541983841466,-4.924617650073525,-4.933414112668678
-1999,1,2,17,30,0.0,0.0,0.0,-6.0,-13.0,2.7,62.18,0.0,-6.0,-6.0
-1999,1,2,18,30,0.0,0.0,0.0,-7.0,-14.0,2.5,66.43,0.0,-7.0,-7.0
-1999,1,2,19,30,0.0,0.0,0.0,-7.0,-14.0,2.3000000000000003,70.77,0.0,-7.0,-7.0
-1999,1,2,20,30,0.0,0.0,0.0,-8.0,-14.0,2.1,68.27,0.0,-8.0,-8.0
-1999,1,2,21,30,0.0,0.0,0.0,-9.0,-15.0,1.8,70.96000000000002,0.0,-9.0,-9.0
-1999,1,2,22,30,0.0,0.0,0.0,-9.0,-15.0,1.4,75.16,0.0,-9.0,-9.0
-1999,1,2,23,30,0.0,0.0,0.0,-10.0,-16.0,1.2000000000000002,78.12,0.0,-10.0,-10.0
-1999,1,3,0,30,0.0,0.0,0.0,-11.0,-16.0,1.0,74.0,0.0,-11.0,-11.0
-1999,1,3,1,30,0.0,0.0,0.0,-12.0,-17.0,0.8,77.09,0.0,-12.0,-12.0
-1999,1,3,2,30,0.0,0.0,0.0,-12.0,-17.0,0.5,73.42,0.0,-12.0,-12.0
-1999,1,3,3,30,0.0,0.0,0.0,-12.0,-18.0,0.30000000000000004,76.46000000000002,0.0,-12.0,-12.0
-1999,1,3,4,30,0.0,0.0,0.0,-13.0,-18.0,0.4,74.43,0.0,-13.0,-13.0
-1999,1,3,5,30,0.0,0.0,0.0,-13.0,-18.0,0.7000000000000001,73.0,0.0,-13.0,-13.0
-1999,1,3,6,30,0.0,0.0,0.0,-13.0,-19.0,0.8,69.88,0.0,-13.0,-13.0
-1999,1,3,7,30,0.0,0.0,0.0,-12.0,-19.0,1.2000000000000002,60.84,0.0,-12.0,-12.0
-1999,1,3,8,30,0.0,21.0,21.0,-9.0,-20.0,2.2,46.49,20.52507938868903,-8.443501461266084,-8.505076699432152
-1999,1,3,9,30,275.0,122.0,206.0,-7.0,-19.0,3.7,41.69,270.01985992431474,-0.37171379601230903,-1.1817733757852533
-1999,1,3,10,30,27.0,158.0,169.0,-5.0,-18.0,4.7,38.02,172.42211173748564,-1.0359359260261483,-1.5532022612386052
-1999,1,3,11,30,203.0,210.0,302.0,-4.0,-18.0,5.1000000000000005,37.02,353.50693399567655,3.9184333381303786,2.857912536143349
-1999,1,3,12,30,124.0,213.0,270.0,-4.0,-17.0,5.1000000000000005,38.74,299.38900696644055,2.7062104469549246,1.8080434260556029
-1999,1,3,13,30,4.0,137.0,139.0,-4.0,-17.0,4.800000000000002,40.36,136.630945559093,-0.8791996274718581,-1.289092464149137
-1999,1,3,14,30,737.0,60.0,299.0,-4.0,-16.0,4.1000000000000005,41.69,480.54289337708724,7.490059576898922,6.048430896767661
-1999,1,3,15,30,322.0,67.0,131.0,-5.0,-16.0,2.8000000000000003,46.11,199.292396803464,0.19197813418671494,-0.40589905622367706
-1999,1,3,16,30,0.0,20.0,20.0,-6.0,-16.0,1.5,54.47,19.547694655894315,-5.444594121269631,-5.503237205237314
-1999,1,3,17,30,0.0,0.0,0.0,-7.0,-16.0,0.9,60.57,0.0,-7.0,-7.0
-1999,1,3,18,30,0.0,0.0,0.0,-8.0,-16.0,0.9,61.16,0.0,-8.0,-8.0
-1999,1,3,19,30,0.0,0.0,0.0,-8.0,-16.0,1.2000000000000002,60.31,0.0,-8.0,-8.0
-1999,1,3,20,30,0.0,0.0,0.0,-8.0,-16.0,1.5,59.91,0.0,-8.0,-8.0
-1999,1,3,21,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.95,0.0,-8.0,-8.0
-1999,1,3,22,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,61.07,0.0,-8.0,-8.0
-1999,1,3,23,30,0.0,0.0,0.0,-8.0,-15.0,2.7,62.39,0.0,-8.0,-8.0
-1999,1,4,0,30,0.0,0.0,0.0,-8.0,-15.0,2.8000000000000003,62.7,0.0,-8.0,-8.0
-1999,1,4,1,30,0.0,0.0,0.0,-8.0,-15.0,2.5,63.11,0.0,-8.0,-8.0
-1999,1,4,2,30,0.0,0.0,0.0,-8.0,-15.0,2.1,68.91,0.0,-8.0,-8.0
-1999,1,4,3,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.74,0.0,-8.0,-8.0
-1999,1,4,4,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.75,0.0,-8.0,-8.0
-1999,1,4,5,30,0.0,0.0,0.0,-8.0,-15.0,2.3000000000000003,63.72,0.0,-8.0,-8.0
-1999,1,4,6,30,0.0,0.0,0.0,-7.0,-15.0,2.7,63.91,0.0,-7.0,-7.0
-1999,1,4,7,30,0.0,0.0,0.0,-6.0,-15.0,3.6,55.58,0.0,-6.0,-6.0
-1999,1,4,8,30,141.0,65.0,90.0,-4.0,-14.0,4.6000000000000005,51.57,117.63398822245958,-1.2778372319152893,-1.630739196582668
-1999,1,4,9,30,316.0,118.0,214.0,-2.0,-13.0,5.1000000000000005,48.1,288.57718238030657,4.464029307023146,3.598297759882226
-1999,1,4,10,30,267.0,174.0,282.0,0.0,-12.0,5.4,44.81,348.1322807945754,7.647782690463977,6.603385848080251
-1999,1,4,11,30,67.0,201.0,231.0,0.0,-11.0,5.9,44.52,245.44571974613575,5.220607627692641,4.484270468454234
-1999,1,4,12,30,0.0,130.0,130.0,1.0,-10.0,6.5,44.04,127.06001526331303,3.6004083749170612,3.219228329127122
-1999,1,4,13,30,513.0,141.0,354.0,1.0,-10.0,6.7,46.69,488.4237521259391,10.86906612226505,9.403794865887232
-1999,1,4,14,30,677.0,71.0,293.0,0.0,-9.0,6.1000000000000005,49.28,458.3857015051129,9.62513872673995,8.249981622224611
-1999,1,4,15,30,30.0,75.0,81.0,0.0,-8.0,5.4,54.83,85.8396626312125,1.8857288514811115,1.628209863587474
-1999,1,4,16,30,0.0,13.0,13.0,0.0,-9.0,5.1000000000000005,58.07,12.706001526331303,0.2846100497753398,0.2464920451963459
-1999,1,4,17,30,0.0,0.0,0.0,-1.0,-9.0,5.5,60.91,0.0,-1.0,-1.0
-1999,1,4,18,30,0.0,0.0,0.0,-1.0,-9.0,5.8000000000000025,60.08,0.0,-1.0,-1.0
-1999,1,4,19,30,0.0,0.0,0.0,-1.0,-9.0,6.0,59.14,0.0,-1.0,-1.0
-1999,1,4,20,30,0.0,0.0,0.0,-1.0,-10.0,6.0,58.47,0.0,-1.0,-1.0
-1999,1,4,21,30,0.0,0.0,0.0,-1.0,-10.0,5.7,58.43,0.0,-1.0,-1.0
-1999,1,4,22,30,0.0,0.0,0.0,-1.0,-10.0,5.4,58.45,0.0,-1.0,-1.0
-1999,1,4,23,30,0.0,0.0,0.0,-1.0,-9.0,5.1000000000000005,63.21,0.0,-1.0,-1.0
-1999,1,5,0,30,0.0,0.0,0.0,-1.0,-9.0,4.9,59.58,0.0,-1.0,-1.0
-1999,1,5,1,30,0.0,0.0,0.0,-1.0,-9.0,4.9,61.28,0.0,-1.0,-1.0
-1999,1,5,2,30,0.0,0.0,0.0,0.0,-9.0,5.1000000000000005,63.05,0.0,0.0,0.0
-1999,1,5,3,30,0.0,0.0,0.0,0.0,-8.0,5.1000000000000005,64.15,0.0,0.0,0.0
-1999,1,5,4,30,0.0,0.0,0.0,0.0,-8.0,4.9,64.23,0.0,0.0,0.0
-1999,1,5,5,30,0.0,0.0,0.0,-1.0,-9.0,4.4,66.05,0.0,-1.0,-1.0
-1999,1,5,6,30,0.0,0.0,0.0,-2.0,-9.0,4.0,64.46000000000001,0.0,-2.0,-2.0
-1999,1,5,7,30,0.0,0.0,0.0,-1.0,-9.0,4.1000000000000005,60.01,0.0,-1.0,-1.0
-1999,1,5,8,30,458.0,48.0,126.0,0.0,-8.0,4.5,56.36,222.45756358737577,5.1816104926071525,4.514237801845025
-1999,1,5,9,30,97.0,130.0,160.0,1.0,-7.0,5.0,57.12000000000001,180.24960901374567,5.063853488718792,4.5231046616775545
-1999,1,5,10,30,209.0,180.0,265.0,3.0,-6.0,5.4,61.67,315.43063984628384,9.929391844825368,8.983099925286517
-1999,1,5,11,30,83.0,206.0,244.0,4.0,-5.0,5.8000000000000025,59.94,262.12265072782156,9.611376598490985,8.82500864630752
-1999,1,5,12,30,149.0,216.0,285.0,4.0,-5.0,6.0,56.91,321.1383227199473,10.78674309972402,9.823328131564178
-1999,1,5,13,30,686.0,99.0,385.0,5.0,-5.0,5.6000000000000005,58.42,566.8937081278648,17.293452497290826,15.592771372907231
-1999,1,5,14,30,880.0,56.0,347.0,4.0,-4.0,4.5,62.0,562.2831722669491,17.097025510173296,15.410175993372448
-1999,1,5,15,30,527.0,52.0,158.0,2.0,-4.0,3.3000000000000003,73.54,272.27851960887415,8.86240398167078,8.045568422844159
-1999,1,5,16,30,0.0,33.0,33.0,0.0,-5.0,3.0,71.91,32.25369618222562,0.8292058491912216,0.7324447606445448
-1999,1,5,17,30,0.0,0.0,0.0,0.0,-6.0,3.1,71.63,0.0,0.0,0.0
-1999,1,5,18,30,0.0,0.0,0.0,0.0,-6.0,3.2,69.92,0.0,0.0,0.0
-1999,1,5,19,30,0.0,0.0,0.0,0.0,-6.0,3.1,69.77,0.0,0.0,0.0
-1999,1,5,20,30,0.0,0.0,0.0,0.0,-6.0,3.0,70.71000000000002,0.0,0.0,0.0
-1999,1,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,70.81,0.0,0.0,0.0
-1999,1,5,22,30,0.0,0.0,0.0,0.0,-6.0,2.8000000000000003,69.99,0.0,0.0,0.0
-1999,1,5,23,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.53,0.0,0.0,0.0
-1999,1,6,0,30,0.0,0.0,0.0,0.0,-7.0,2.7,66.32000000000001,0.0,0.0,0.0
-1999,1,6,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,68.94,0.0,0.0,0.0
-1999,1,6,2,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,62.56,0.0,0.0,0.0
-1999,1,6,3,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,61.84,0.0,0.0,0.0
-1999,1,6,4,30,0.0,0.0,0.0,0.0,-8.0,2.7,61.42,0.0,0.0,0.0
-1999,1,6,5,30,0.0,0.0,0.0,0.0,-8.0,2.5,64.9,0.0,0.0,0.0
-1999,1,6,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,64.38,0.0,0.0,0.0
-1999,1,6,7,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.2,0.0,0.0,0.0
-1999,1,6,8,30,240.0,62.0,103.0,2.0,-7.0,2.9000000000000004,58.03,152.51490953069384,5.947058334904439,5.489513606312357
-1999,1,6,9,30,573.0,83.0,259.0,4.0,-5.0,3.4000000000000004,56.79,395.3999406607735,13.899910809252583,12.713710987270263
-1999,1,6,10,30,220.0,180.0,269.0,6.0,-5.0,3.7,48.87000000000001,322.90627132012924,13.926510235107296,12.957791421146908
-1999,1,6,11,30,463.0,171.0,384.0,7.0,-5.0,3.8,46.05,506.70741821766717,19.3567705746732,17.836648320020196
-1999,1,6,12,30,75.0,208.0,243.0,8.0,-5.0,3.4000000000000004,46.84,258.794710116828,14.479628054018946,13.703243923668461
-1999,1,6,13,30,255.0,186.0,293.0,7.0,-4.0,2.5,49.24,357.0477327998274,16.489119693820193,15.41797649542071
-1999,1,6,14,30,219.0,142.0,215.0,6.0,-2.0,1.4,60.41,265.5894635297695,13.596966505954883,12.800198115365575
-1999,1,6,15,30,337.0,70.0,139.0,3.0,-3.0,0.8,73.11,210.84672682035693,9.279579854422348,8.647039673961277
-1999,1,6,16,30,0.0,24.0,24.0,1.0,-4.0,0.7000000000000001,70.64,23.457233587073173,1.7033487692928575,1.632977068531638
-1999,1,6,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.2,0.0,0.0,0.0
-1999,1,6,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,71.78,0.0,0.0,0.0
-1999,1,6,19,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,75.77,0.0,0.0,0.0
-1999,1,6,20,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.13,0.0,0.0,0.0
-1999,1,6,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,77.48,0.0,0.0,0.0
-1999,1,6,22,30,0.0,0.0,0.0,-1.0,-6.0,3.7,75.15,0.0,-1.0,-1.0
-1999,1,6,23,30,0.0,0.0,0.0,-1.0,-7.0,4.1000000000000005,72.37,0.0,-1.0,-1.0
-1999,1,7,0,30,0.0,0.0,0.0,-1.0,-7.0,4.0,70.21000000000001,0.0,-1.0,-1.0
-1999,1,7,1,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,69.33,0.0,-1.0,-1.0
-1999,1,7,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.32000000000001,0.0,0.0,0.0
-1999,1,7,3,30,0.0,0.0,0.0,0.0,-7.0,1.8,70.38,0.0,0.0,0.0
-1999,1,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.5,71.23,0.0,0.0,0.0
-1999,1,7,5,30,0.0,0.0,0.0,0.0,-7.0,1.4,71.87,0.0,0.0,0.0
-1999,1,7,6,30,0.0,0.0,0.0,0.0,-7.0,1.4,72.14,0.0,0.0,0.0
-1999,1,7,7,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.81,0.0,0.0,0.0
-1999,1,7,8,30,46.0,65.0,73.0,2.0,-5.0,2.1,61.12000000000001,81.13865639944598,4.214649488248183,3.9712335190498447
-1999,1,7,9,30,723.0,58.0,280.0,5.0,-4.0,2.4000000000000004,57.68,453.4050011022901,17.130444159740126,15.770229156433254
-1999,1,7,10,30,923.0,56.0,431.0,6.0,-3.0,2.3000000000000003,57.71,672.0363516431792,24.09990711726942,22.083798062339884
-1999,1,7,11,30,938.0,77.0,508.0,7.0,-3.0,2.1,56.0,764.3152413019225,27.861700613779778,25.56875488987401
-1999,1,7,12,30,711.0,110.0,441.0,8.0,-2.0,2.0,56.48,634.7870210700293,25.442375143994802,23.538014080784713
-1999,1,7,13,30,678.0,106.0,393.0,7.0,-3.0,1.7000000000000002,54.2,570.944046535109,23.00613666764783,21.293304528042505
-1999,1,7,14,30,664.0,76.0,298.0,6.0,-3.0,1.2000000000000002,57.82,460.2528935062922,19.34325090643569,17.96249222591681
-1999,1,7,15,30,537.0,57.0,168.0,3.0,-3.0,1.0,73.37,283.987726181464,11.344676712949909,10.492713534405517
-1999,1,7,16,30,0.0,31.0,31.0,0.0,-4.0,1.1,75.28,30.29892671663619,0.8843285651019855,0.793431784952077
-1999,1,7,17,30,0.0,0.0,0.0,0.0,-5.0,1.1,77.86,0.0,0.0,0.0
-1999,1,7,18,30,0.0,0.0,0.0,0.0,-5.0,1.1,82.28,0.0,0.0,0.0
-1999,1,7,19,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,79.44,0.0,-1.0,-1.0
-1999,1,7,20,30,0.0,0.0,0.0,-2.0,-6.0,1.4,81.08,0.0,-2.0,-2.0
-1999,1,7,21,30,0.0,0.0,0.0,-2.0,-7.0,1.4,76.95,0.0,-2.0,-2.0
-1999,1,7,22,30,0.0,0.0,0.0,-2.0,-7.0,1.2000000000000002,74.36,0.0,-2.0,-2.0
-1999,1,7,23,30,0.0,0.0,0.0,-2.0,-8.0,1.0,72.85000000000002,0.0,-2.0,-2.0
-1999,1,8,0,30,0.0,0.0,0.0,-2.0,-8.0,0.8,71.95,0.0,-2.0,-2.0
-1999,1,8,1,30,0.0,0.0,0.0,-2.0,-8.0,0.6000000000000001,70.96000000000002,0.0,-2.0,-2.0
-1999,1,8,2,30,0.0,0.0,0.0,-2.0,-8.0,0.4,70.61,0.0,-2.0,-2.0
-1999,1,8,3,30,0.0,0.0,0.0,-2.0,-8.0,0.4,75.56,0.0,-2.0,-2.0
-1999,1,8,4,30,0.0,0.0,0.0,-3.0,-8.0,0.4,74.51,0.0,-3.0,-3.0
-1999,1,8,5,30,0.0,0.0,0.0,-3.0,-9.0,0.6000000000000001,73.39,0.0,-3.0,-3.0
-1999,1,8,6,30,0.0,0.0,0.0,-3.0,-9.0,0.9,77.38,0.0,-3.0,-3.0
-1999,1,8,7,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,75.89,0.0,-3.0,-3.0
-1999,1,8,8,30,23.0,64.0,68.0,-2.0,-9.0,2.6,73.07000000000002,71.35395857770901,-0.11622334079750166,-0.3302852165306287
-1999,1,8,9,30,0.0,48.0,48.0,-1.0,-8.0,2.9000000000000004,70.87,46.914467174146345,0.21413794400244168,0.07339454248000266
-1999,1,8,10,30,0.0,93.0,93.0,-1.0,-8.0,2.7,65.85,90.89678014990855,1.3838229360946346,1.111132595644909
-1999,1,8,11,30,0.0,43.0,43.0,0.0,-8.0,2.2,59.24,42.02754351017277,1.1394970078837297,1.0134143773532114
-1999,1,8,12,30,0.0,53.0,53.0,0.0,-9.0,1.8,53.16,51.801390838119936,1.4425368310170745,1.2871326585027147
-1999,1,8,13,30,100.0,192.0,235.0,0.0,-9.0,1.7000000000000002,51.58,256.7984586402822,7.199218995245113,6.428823619324266
-1999,1,8,14,30,829.0,76.0,356.0,0.0,-9.0,1.9,50.78,558.1186913603163,15.438564742828243,13.764208668747294
-1999,1,8,15,30,696.0,55.0,201.0,-1.0,-10.0,1.5,58.32,351.3689134482787,8.983395155675353,7.929288415330516
-1999,1,8,16,30,328.0,21.0,38.0,-2.0,-9.0,0.9,68.89,97.71080212032898,0.8905354516130574,0.5974030452520704
-1999,1,8,17,30,0.0,0.0,0.0,-3.0,-10.0,0.5,71.48,0.0,-3.0,-3.0
-1999,1,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,69.34,0.0,-4.0,-4.0
-1999,1,8,19,30,0.0,0.0,0.0,-5.0,-11.0,1.0,72.25,0.0,-5.0,-5.0
-1999,1,8,20,30,0.0,0.0,0.0,-5.0,-11.0,1.4,68.7,0.0,-5.0,-5.0
-1999,1,8,21,30,0.0,0.0,0.0,-5.0,-12.0,1.8,69.47,0.0,-5.0,-5.0
-1999,1,8,22,30,0.0,0.0,0.0,-6.0,-13.0,2.1,64.63,0.0,-6.0,-6.0
-1999,1,8,23,30,0.0,0.0,0.0,-6.0,-14.0,2.4000000000000004,60.73,0.0,-6.0,-6.0
-1999,1,9,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,58.74,0.0,-6.0,-6.0
-1999,1,9,1,30,0.0,0.0,0.0,-5.0,-14.0,2.9000000000000004,54.11,0.0,-5.0,-5.0
-1999,1,9,2,30,0.0,0.0,0.0,-5.0,-14.0,2.7,56.06,0.0,-5.0,-5.0
-1999,1,9,3,30,0.0,0.0,0.0,-5.0,-13.0,2.1,57.83,0.0,-5.0,-5.0
-1999,1,9,4,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.14,0.0,-5.0,-5.0
-1999,1,9,5,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.53,0.0,-5.0,-5.0
-1999,1,9,6,30,0.0,0.0,0.0,-5.0,-13.0,1.9,60.57,0.0,-5.0,-5.0
-1999,1,9,7,30,0.0,0.0,0.0,-3.0,-13.0,2.4000000000000004,57.61,0.0,-3.0,-3.0
-1999,1,9,8,30,523.0,43.0,134.0,-1.0,-11.0,3.6,52.48,242.13891669041757,4.983159560448143,4.25674281037689
-1999,1,9,9,30,865.0,58.0,326.0,1.0,-10.0,4.800000000000002,48.18,531.9699681292592,13.150776443200051,11.554866538812274
-1999,1,9,10,30,938.0,67.0,450.0,2.0,-9.0,5.1000000000000005,47.3,694.409203554318,17.554526542317625,15.47129893165467
-1999,1,9,11,30,949.0,79.0,518.0,3.0,-9.0,4.7,46.58,776.8540879973408,20.860234687524,18.529672423531977
-1999,1,9,12,30,952.0,79.0,525.0,4.0,-8.0,4.1000000000000005,45.38,786.5377497551589,22.806574249085966,20.44696099982049
-1999,1,9,13,30,714.0,95.0,401.0,4.0,-8.0,3.6,47.38,588.0260453792501,18.529897561661166,16.765819425523414
-1999,1,9,14,30,852.0,68.0,358.0,3.0,-6.0,2.8000000000000003,55.17,565.7723886083231,17.739538074188815,16.042220908363845
-1999,1,9,15,30,181.0,83.0,122.0,2.0,-6.0,1.9,63.61,158.98443785303166,6.39779490436665,5.920841590807555
-1999,1,9,16,30,64.0,20.0,24.0,0.0,-6.0,1.7000000000000002,64.11,34.77151875276528,0.9748024954039279,0.870487939145632
-1999,1,9,17,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.91,0.0,0.0,0.0
-1999,1,9,18,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.22,0.0,0.0,0.0
-1999,1,9,19,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.84,0.0,0.0,0.0
-1999,1,9,20,30,0.0,0.0,0.0,0.0,-7.0,1.0,64.48,0.0,0.0,0.0
-1999,1,9,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,68.43,0.0,0.0,0.0
-1999,1,9,22,30,0.0,0.0,0.0,-1.0,-8.0,1.1,67.42,0.0,-1.0,-1.0
-1999,1,9,23,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.39,0.0,-1.0,-1.0
-1999,1,10,0,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.9,0.0,-1.0,-1.0
-1999,1,10,1,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.39,0.0,-1.0,-1.0
-1999,1,10,2,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,69.63,0.0,-1.0,-1.0
-1999,1,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.2000000000000002,68.83,0.0,-2.0,-2.0
-1999,1,10,4,30,0.0,0.0,0.0,-2.0,-9.0,1.3,67.91,0.0,-2.0,-2.0
-1999,1,10,5,30,0.0,0.0,0.0,-2.0,-9.0,1.4,71.57000000000002,0.0,-2.0,-2.0
-1999,1,10,6,30,0.0,0.0,0.0,-3.0,-9.0,1.4,69.17,0.0,-3.0,-3.0
-1999,1,10,7,30,0.0,0.0,0.0,-2.0,-10.0,1.8,62.98,0.0,-2.0,-2.0
-1999,1,10,8,30,290.0,60.0,111.0,0.0,-8.0,2.9000000000000004,55.02,169.61910893984017,4.38971192888734,3.880854602067819
-1999,1,10,9,30,862.0,59.0,327.0,2.0,-9.0,4.1000000000000005,50.41,531.7326040688951,14.714035279545607,13.118837467338922
-1999,1,10,10,30,939.0,69.0,454.0,4.0,-8.0,4.5,48.88,697.9556492640296,20.25718747108569,18.1633205232936
-1999,1,10,11,30,967.0,76.0,525.0,5.0,-7.0,4.5,47.86,788.5866699870496,23.36821772944615,21.002457719485
-1999,1,10,12,30,970.0,77.0,534.0,6.0,-7.0,4.2,46.22,799.8042816355619,24.998821138802843,22.599408293896158
-1999,1,10,13,30,949.0,72.0,480.0,5.0,-6.0,3.6,47.85,730.6116729919964,23.05313361431285,20.86129859533686
-1999,1,10,14,30,736.0,65.0,317.0,4.0,-5.0,2.7,56.9,496.6638879790969,17.025310310683196,15.535318646745907
-1999,1,10,15,30,162.0,85.0,121.0,3.0,-5.0,1.8,63.76,153.18985926295278,7.265947507388429,6.80637792959957
-1999,1,10,16,30,257.0,21.0,36.0,1.0,-6.0,1.7000000000000002,62.43,82.29279170135176,3.307038104220102,3.0601597291160467
-1999,1,10,17,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.01,0.0,0.0,0.0
-1999,1,10,18,30,0.0,0.0,0.0,0.0,-7.0,3.0,66.87,0.0,0.0,0.0
-1999,1,10,19,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.27,0.0,0.0,0.0
-1999,1,10,20,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.8,0.0,0.0,0.0
-1999,1,10,21,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,64.84,0.0,0.0,0.0
-1999,1,10,22,30,0.0,0.0,0.0,0.0,-7.0,4.3,59.81,0.0,0.0,0.0
-1999,1,10,23,30,0.0,0.0,0.0,0.0,-7.0,4.4,59.76,0.0,0.0,0.0
-1999,1,11,0,30,0.0,0.0,0.0,0.0,-7.0,4.3,60.44,0.0,0.0,0.0
-1999,1,11,1,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.41,0.0,1.0,1.0
-1999,1,11,2,30,0.0,0.0,0.0,1.0,-6.0,3.9,64.25,0.0,1.0,1.0
-1999,1,11,3,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,65.51,0.0,1.0,1.0
-1999,1,11,4,30,0.0,0.0,0.0,1.0,-6.0,4.2,61.53,0.0,1.0,1.0
-1999,1,11,5,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.8,0.0,1.0,1.0
-1999,1,11,6,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.53,0.0,1.0,1.0
-1999,1,11,7,30,0.0,0.0,0.0,2.0,-6.0,4.5,61.47,0.0,2.0,2.0
-1999,1,11,8,30,361.0,56.0,120.0,4.0,-5.0,5.1000000000000005,56.75,192.92858758479585,8.321533788722057,7.7427480259676695
-1999,1,11,9,30,898.0,53.0,333.0,6.0,-4.0,5.4,54.44,546.195446365786,17.998841563306108,16.36025522420875
-1999,1,11,10,30,961.0,63.0,459.0,8.0,-4.0,5.4,47.96,707.8907573853661,23.550970075842493,21.427297803686393
-1999,1,11,11,30,763.0,97.0,454.0,9.0,-4.0,4.800000000000002,44.16,659.5922141718079,24.065808256547243,22.08703161403182
-1999,1,11,12,30,838.0,80.0,478.0,10.0,-4.0,3.6,42.24,705.7692886198037,27.439287845147007,25.321979979287597
-1999,1,11,13,30,577.0,131.0,381.0,9.0,-2.0,2.1,52.7,530.7824634513704,23.487510185856532,21.895162795502422
-1999,1,11,14,30,554.0,101.0,293.0,8.0,-2.0,0.7000000000000001,55.48,426.1384284470287,20.777463211253615,19.499047925912528
-1999,1,11,15,30,579.0,52.0,179.0,6.0,-2.0,0.2,64.77,302.9049706820203,15.394726634831034,14.486011722784973
-1999,1,11,16,30,273.0,21.0,38.0,4.0,-4.0,0.4,63.93,86.83666617649013,6.657057004521641,6.39654700599217
-1999,1,11,17,30,0.0,0.0,0.0,4.0,-4.0,0.6000000000000001,66.39,0.0,4.0,4.0
-1999,1,11,18,30,0.0,0.0,0.0,4.0,-4.0,0.7000000000000001,65.71000000000001,0.0,4.0,4.0
-1999,1,11,19,30,0.0,0.0,0.0,3.0,-4.0,0.8,64.91,0.0,3.0,3.0
-1999,1,11,20,30,0.0,0.0,0.0,3.0,-5.0,0.9,64.04,0.0,3.0,3.0
-1999,1,11,21,30,0.0,0.0,0.0,3.0,-5.0,0.9,68.08,0.0,3.0,3.0
-1999,1,11,22,30,0.0,0.0,0.0,3.0,-5.0,0.9,67.27,0.0,3.0,3.0
-1999,1,11,23,30,0.0,0.0,0.0,3.0,-5.0,0.9,66.43,0.0,3.0,3.0
-1999,1,12,0,30,0.0,0.0,0.0,3.0,-5.0,1.2000000000000002,65.36,0.0,3.0,3.0
-1999,1,12,1,30,0.0,0.0,0.0,2.0,-6.0,1.6,63.89,0.0,2.0,2.0
-1999,1,12,2,30,0.0,0.0,0.0,2.0,-6.0,2.0,62.15,0.0,2.0,2.0
-1999,1,12,3,30,0.0,0.0,0.0,1.0,-6.0,2.2,60.42,0.0,1.0,1.0
-1999,1,12,4,30,0.0,0.0,0.0,1.0,-6.0,1.9,59.51,0.0,1.0,1.0
-1999,1,12,5,30,0.0,0.0,0.0,0.0,-7.0,1.5,63.38,0.0,0.0,0.0
-1999,1,12,6,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.89,0.0,0.0,0.0
-1999,1,12,7,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,60.21,0.0,0.0,0.0
-1999,1,12,8,30,532.0,44.0,138.0,2.0,-5.0,1.4,65.03,246.77046586456763,9.05866467335166,8.318353275757957
-1999,1,12,9,30,0.0,38.0,38.0,3.0,-4.0,2.1,65.79,37.14061984619919,4.0137394231754495,3.902317563636852
-1999,1,12,10,30,0.0,109.0,109.0,4.0,-4.0,3.0,62.55,106.53493587462401,6.73889204732858,6.419287239704708
-1999,1,12,11,30,8.0,158.0,162.0,4.0,-4.0,3.7,63.5,160.36316015193148,7.936499049961921,7.455409569506127
-1999,1,12,12,30,155.0,226.0,300.0,5.0,-4.0,4.3,63.22,337.27946403810296,12.959546641032007,11.9477082489177
-1999,1,12,13,30,657.0,112.0,399.0,4.0,-4.0,4.2,62.02,569.5879431571336,17.530184450540233,15.821420621068834
-1999,1,12,14,30,819.0,75.0,361.0,3.0,-4.0,3.3000000000000003,66.29,559.4376134950419,17.099852283094503,15.421539442609378
-1999,1,12,15,30,697.0,54.0,209.0,1.0,-4.0,1.9,72.34,358.08906626595933,10.905386289377745,9.831119090579866
-1999,1,12,16,30,377.0,22.0,47.0,0.0,-5.0,1.1,76.52,114.05047152829121,3.328767740820358,2.986616326235484
-1999,1,12,17,30,0.0,0.0,0.0,-1.0,-6.0,0.9,77.76,0.0,-1.0,-1.0
-1999,1,12,18,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,76.33,0.0,-1.0,-1.0
-1999,1,12,19,30,0.0,0.0,0.0,-2.0,-6.0,0.8,80.56,0.0,-2.0,-2.0
-1999,1,12,20,30,0.0,0.0,0.0,-3.0,-7.0,1.1,84.68,0.0,-3.0,-3.0
-1999,1,12,21,30,0.0,0.0,0.0,-3.0,-7.0,1.4,82.38,0.0,-3.0,-3.0
-1999,1,12,22,30,0.0,0.0,0.0,-3.0,-7.0,1.9,80.19,0.0,-3.0,-3.0
-1999,1,12,23,30,0.0,0.0,0.0,-2.0,-8.0,2.5,77.26,0.0,-2.0,-2.0
-1999,1,13,0,30,0.0,0.0,0.0,-2.0,-8.0,2.9000000000000004,74.39,0.0,-2.0,-2.0
-1999,1,13,1,30,0.0,0.0,0.0,-2.0,-9.0,3.0,71.69,0.0,-2.0,-2.0
-1999,1,13,2,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,70.17,0.0,-2.0,-2.0
-1999,1,13,3,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,69.19,0.0,-2.0,-2.0
-1999,1,13,4,30,0.0,0.0,0.0,-2.0,-9.0,1.9,68.4,0.0,-2.0,-2.0
-1999,1,13,5,30,0.0,0.0,0.0,-1.0,-9.0,1.6,63.66,0.0,-1.0,-1.0
-1999,1,13,6,30,0.0,0.0,0.0,0.0,-9.0,1.1,60.11,0.0,0.0,0.0
-1999,1,13,7,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,58.15,0.0,0.0,0.0
-1999,1,13,8,30,0.0,12.0,12.0,0.0,-7.0,0.7000000000000001,56.92,11.728616793536586,0.35167438464642875,0.316488534265819
-1999,1,13,9,30,446.0,106.0,247.0,1.0,-6.0,1.3,59.74,349.7974857337458,11.073091783232783,10.023699326031545
-1999,1,13,10,30,83.0,185.0,219.0,2.0,-6.0,2.0,61.94000000000001,236.83156225595826,8.507544763349951,7.797050076582076
-1999,1,13,11,30,151.0,222.0,293.0,2.0,-5.0,2.4000000000000004,65.7,329.2458239354159,10.808676729119604,9.820939257313356
-1999,1,13,12,30,128.0,226.0,288.0,2.0,-5.0,2.5,67.29,317.2748616059929,10.43209145738331,9.48026687256533
-1999,1,13,13,30,172.0,203.0,278.0,1.0,-5.0,2.2,68.19,319.27330326345526,9.65648913498362,8.698669225193253
-1999,1,13,14,30,408.0,128.0,272.0,1.0,-4.0,1.4,69.2,368.3459750681122,11.536231362514432,10.431193437310096
-1999,1,13,15,30,662.0,62.0,212.0,0.0,-4.0,0.7000000000000001,75.98,352.36686567536833,10.565474415061887,9.508373818035782
-1999,1,13,16,30,335.0,26.0,49.0,0.0,-5.0,0.5,78.29,108.51975322615202,3.2981450597844275,2.9725858001059713
-1999,1,13,17,30,0.0,0.0,0.0,-1.0,-5.0,0.6000000000000001,81.35000000000002,0.0,-1.0,-1.0
-1999,1,13,18,30,0.0,0.0,0.0,-2.0,-6.0,0.9,85.15,0.0,-2.0,-2.0
-1999,1,13,19,30,0.0,0.0,0.0,-2.0,-6.0,1.2000000000000002,80.74,0.0,-2.0,-2.0
-1999,1,13,20,30,0.0,0.0,0.0,-3.0,-7.0,1.3,80.99,0.0,-3.0,-3.0
-1999,1,13,21,30,0.0,0.0,0.0,-4.0,-8.0,1.5,79.71000000000002,0.0,-4.0,-4.0
-1999,1,13,22,30,0.0,0.0,0.0,-4.0,-10.0,2.0,76.91,0.0,-4.0,-4.0
-1999,1,13,23,30,0.0,0.0,0.0,-5.0,-11.0,2.7,68.92,0.0,-5.0,-5.0
-1999,1,14,0,30,0.0,0.0,0.0,-5.0,-12.0,3.7,65.04,0.0,-5.0,-5.0
-1999,1,14,1,30,0.0,0.0,0.0,-5.0,-12.0,4.3,62.85,0.0,-5.0,-5.0
-1999,1,14,2,30,0.0,0.0,0.0,-5.0,-13.0,4.4,60.15,0.0,-5.0,-5.0
-1999,1,14,3,30,0.0,0.0,0.0,-4.0,-14.0,4.2,56.99,0.0,-4.0,-4.0
-1999,1,14,4,30,0.0,0.0,0.0,-4.0,-14.0,4.1000000000000005,51.28,0.0,-4.0,-4.0
-1999,1,14,5,30,0.0,0.0,0.0,-3.0,-14.0,4.4,51.31,0.0,-3.0,-3.0
-1999,1,14,6,30,0.0,0.0,0.0,-2.0,-14.0,5.300000000000002,47.95,0.0,-2.0,-2.0
-1999,1,14,7,30,0.0,0.0,0.0,-1.0,-14.0,6.3000000000000025,42.06,0.0,-1.0,-1.0
-1999,1,14,8,30,142.0,69.0,95.0,0.0,-13.0,6.5,38.72,121.9313420652405,2.495445025834801,2.1296509996390793
-1999,1,14,9,30,734.0,58.0,291.0,2.0,-12.0,6.3000000000000025,39.45,462.48504184109356,11.587291620744672,10.199836495221392
-1999,1,14,10,30,0.0,76.0,76.0,3.0,-11.0,5.8000000000000025,40.02,74.28123969239839,4.590171658036659,4.3673279389594635
-1999,1,14,11,30,0.0,75.0,75.0,4.0,-9.0,5.300000000000002,40.72,73.30385495960367,5.620809199917838,5.400897635039027
-1999,1,14,12,30,0.0,73.0,73.0,5.0,-8.0,5.2,44.59,71.34908549401425,6.587852619615872,6.37380536313383
-1999,1,14,13,30,9.0,153.0,157.0,5.0,-7.0,4.7,47.68,155.8865426777516,8.583903695517272,8.116244067484017
-1999,1,14,14,30,703.0,74.0,324.0,5.0,-7.0,4.3,50.4,493.2984094478914,16.64147870415206,15.161583475808385
-1999,1,14,15,30,758.0,50.0,224.0,4.0,-7.0,4.3,54.52,385.0150882631706,13.08607217243904,11.931026907649528
-1999,1,14,16,30,296.0,25.0,46.0,2.0,-8.0,4.4,53.83,98.6424091092213,4.312705415581507,4.016778188253843
-1999,1,14,17,30,0.0,0.0,0.0,1.0,-9.0,4.6000000000000005,50.55,0.0,1.0,1.0
-1999,1,14,18,30,0.0,0.0,0.0,1.0,-9.0,4.5,48.51,0.0,1.0,1.0
-1999,1,14,19,30,0.0,0.0,0.0,1.0,-9.0,4.1000000000000005,48.18,0.0,1.0,1.0
-1999,1,14,20,30,0.0,0.0,0.0,1.0,-9.0,4.0,47.86,0.0,1.0,1.0
-1999,1,14,21,30,0.0,0.0,0.0,1.0,-10.0,4.3,45.58,0.0,1.0,1.0
-1999,1,14,22,30,0.0,0.0,0.0,1.0,-10.0,4.5,43.81,0.0,1.0,1.0
-1999,1,14,23,30,0.0,0.0,0.0,2.0,-11.0,4.6000000000000005,42.97,0.0,2.0,2.0
-1999,1,15,0,30,0.0,0.0,0.0,2.0,-11.0,4.9,41.98,0.0,2.0,2.0
-1999,1,15,1,30,0.0,0.0,0.0,2.0,-11.0,5.1000000000000005,40.87,0.0,2.0,2.0
-1999,1,15,2,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.24,0.0,1.0,1.0
-1999,1,15,3,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.07,0.0,1.0,1.0
-1999,1,15,4,30,0.0,0.0,0.0,2.0,-11.0,4.800000000000002,40.48,0.0,2.0,2.0
-1999,1,15,5,30,0.0,0.0,0.0,2.0,-11.0,4.2,41.63,0.0,2.0,2.0
-1999,1,15,6,30,0.0,0.0,0.0,2.0,-11.0,3.3000000000000003,42.78,0.0,2.0,2.0
-1999,1,15,7,30,0.0,0.0,0.0,2.0,-10.0,2.8000000000000003,44.07,0.0,2.0,2.0
-1999,1,15,8,30,550.0,43.0,143.0,4.0,-10.0,2.8000000000000003,43.66,253.33965132594915,10.600020629507288,9.84000167552944
-1999,1,15,9,30,639.0,76.0,280.0,6.0,-8.0,2.9000000000000004,41.83,428.1572482591869,17.080632317137923,15.79616057236036
-1999,1,15,10,30,510.0,144.0,358.0,7.0,-8.0,3.0,39.88,486.343380747982,19.50333523802147,18.044305095777524
-1999,1,15,11,30,714.0,114.0,454.0,8.0,-8.0,3.2,37.53,644.8415401079793,24.360127597458003,22.425602977134066
-1999,1,15,12,30,692.0,123.0,459.0,7.0,-6.0,3.8,43.48,644.2936940057555,22.712004745345624,20.779123663328356
-1999,1,15,13,30,573.0,137.0,392.0,6.0,-5.0,3.9,49.29,539.3960074399017,19.067733223885902,17.4495452015662
-1999,1,15,14,30,601.0,97.0,312.0,5.0,-5.0,3.4000000000000004,59.13,456.3096314830572,16.424950255520717,15.056021361071545
-1999,1,15,15,30,747.0,50.0,223.0,3.0,-4.0,2.5,65.23,382.18921638282575,13.157295192733212,12.010727543584734
-1999,1,15,16,30,143.0,27.0,37.0,1.0,-5.0,2.2,69.05,62.61360062750822,2.6976488418982343,2.5098080400157095
-1999,1,15,17,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,68.42,0.0,1.0,1.0
-1999,1,15,18,30,0.0,0.0,0.0,0.0,-5.0,2.5,73.60000000000002,0.0,0.0,0.0
-1999,1,15,19,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,72.5,0.0,0.0,0.0
-1999,1,15,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,71.32000000000002,0.0,0.0,0.0
-1999,1,15,21,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,70.13,0.0,0.0,0.0
-1999,1,15,22,30,0.0,0.0,0.0,0.0,-5.0,1.5,69.03,0.0,0.0,0.0
-1999,1,15,23,30,0.0,0.0,0.0,0.0,-6.0,1.5,67.63,0.0,0.0,0.0
-1999,1,16,0,30,0.0,0.0,0.0,0.0,-6.0,1.5,66.01,0.0,0.0,0.0
-1999,1,16,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,68.57000000000001,0.0,0.0,0.0
-1999,1,16,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,70.86,0.0,0.0,0.0
-1999,1,16,3,30,0.0,0.0,0.0,-1.0,-8.0,2.4000000000000004,68.07000000000001,0.0,-1.0,-1.0
-1999,1,16,4,30,0.0,0.0,0.0,-2.0,-8.0,2.8000000000000003,70.2,0.0,-2.0,-2.0
-1999,1,16,5,30,0.0,0.0,0.0,-2.0,-9.0,3.2,66.71000000000001,0.0,-2.0,-2.0
-1999,1,16,6,30,0.0,0.0,0.0,-1.0,-9.0,3.6,58.51,0.0,-1.0,-1.0
-1999,1,16,7,30,0.0,0.0,0.0,0.0,-10.0,4.2,52.75,0.0,0.0,0.0
-1999,1,16,8,30,726.0,42.0,174.0,2.0,-9.0,4.800000000000002,48.89,320.3847747254477,9.317938994157682,8.356784669981339
-1999,1,16,9,30,879.0,60.0,342.0,4.0,-7.0,5.1000000000000005,48.34,546.3297869741054,16.23759870815528,14.598609347232962
-1999,1,16,10,30,809.0,72.0,414.0,6.0,-7.0,5.0,44.29,619.7927051572548,19.97365997583767,18.114281860365907
-1999,1,16,11,30,0.0,84.0,84.0,7.0,-7.0,4.2,40.06,82.10031755475612,8.950238682733719,8.70393773006945
-1999,1,16,12,30,608.0,146.0,443.0,7.0,-6.0,3.1,46.02,604.5395872300386,22.43944739018979,20.625828628499676
-1999,1,16,13,30,758.0,92.0,432.0,6.0,-5.0,2.2,51.73,628.2700665708838,23.03434941009929,21.14953921038664
-1999,1,16,14,30,674.0,90.0,334.0,5.0,-4.0,1.7000000000000002,56.05,495.22190069858163,18.883303401616942,17.397637699521198
-1999,1,16,15,30,124.0,96.0,125.0,4.0,-4.0,1.4,61.08,149.50333209554492,8.276418918746742,7.827908922460107
-1999,1,16,16,30,32.0,27.0,30.0,2.0,-5.0,1.7000000000000002,68.41,34.58571562591434,2.969593595758331,2.8658364488805876
-1999,1,16,17,30,0.0,0.0,0.0,1.0,-5.0,2.2,68.04,0.0,1.0,1.0
-1999,1,16,18,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.93,0.0,1.0,1.0
-1999,1,16,19,30,0.0,0.0,0.0,0.0,-5.0,3.7,71.92,0.0,0.0,0.0
-1999,1,16,20,30,0.0,0.0,0.0,0.0,-5.0,4.2,69.15,0.0,0.0,0.0
-1999,1,16,21,30,0.0,0.0,0.0,0.0,-6.0,4.5,66.17,0.0,0.0,0.0
-1999,1,16,22,30,0.0,0.0,0.0,0.0,-7.0,4.4,68.18,0.0,0.0,0.0
-1999,1,16,23,30,0.0,0.0,0.0,0.0,-7.0,4.0,66.8,0.0,0.0,0.0
-1999,1,17,0,30,0.0,0.0,0.0,0.0,-7.0,3.2,66.77,0.0,0.0,0.0
-1999,1,17,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,67.35,0.0,0.0,0.0
-1999,1,17,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,68.56,0.0,0.0,0.0
-1999,1,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,69.49,0.0,0.0,0.0
-1999,1,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.6,70.71000000000002,0.0,0.0,0.0
-1999,1,17,5,30,0.0,0.0,0.0,0.0,-6.0,2.1,74.81,0.0,0.0,0.0
-1999,1,17,6,30,0.0,0.0,0.0,-1.0,-7.0,2.3000000000000003,76.63,0.0,-1.0,-1.0
-1999,1,17,7,30,0.0,0.0,0.0,-1.0,-8.0,2.7,64.73,0.0,-1.0,-1.0
-1999,1,17,8,30,198.0,69.0,106.0,0.0,-10.0,4.1000000000000005,52.84,143.75612694556406,3.4372924579962865,3.0060240771595943
-1999,1,17,9,30,432.0,111.0,251.0,0.0,-12.0,5.9,41.87,348.6560544136926,7.415881845468608,6.36991368222753
-1999,1,17,10,30,387.0,169.0,334.0,0.0,-13.0,7.1000000000000005,36.69,428.6120932820546,8.442560022559189,7.156723742713024
-1999,1,17,11,30,698.0,120.0,456.0,1.0,-14.0,7.7,35.33,641.4654827165407,13.163922919020742,11.23952647087112
-1999,1,17,12,30,549.0,164.0,433.0,1.0,-14.0,7.8000000000000025,36.14,578.5914405358271,11.90265075171947,10.166876430111989
-1999,1,17,13,30,983.0,69.0,512.0,0.0,-13.0,7.7,37.51,768.1418792477556,14.566050491870845,12.261624854127579
-1999,1,17,14,30,937.0,60.0,402.0,0.0,-13.0,7.2,38.13,627.4044286117852,12.279983226845964,10.397769941010608
-1999,1,17,15,30,825.0,47.0,244.0,0.0,-13.0,6.1000000000000005,44.29,418.67768122813374,8.791353548722428,7.535320505038027
-1999,1,17,16,30,535.0,24.0,67.0,-2.0,-13.0,4.6000000000000005,48.27,161.8560084377924,1.7455025254005696,1.2599345000871924
-1999,1,17,17,30,0.0,0.0,0.0,-3.0,-13.0,3.5,52.48,0.0,-3.0,-3.0
-1999,1,17,18,30,0.0,0.0,0.0,-3.0,-13.0,2.7,57.37000000000001,0.0,-3.0,-3.0
-1999,1,17,19,30,0.0,0.0,0.0,-4.0,-12.0,1.9,57.83,0.0,-4.0,-4.0
-1999,1,17,20,30,0.0,0.0,0.0,-3.0,-12.0,1.3,54.06,0.0,-3.0,-3.0
-1999,1,17,21,30,0.0,0.0,0.0,-3.0,-12.0,1.1,55.19,0.0,-3.0,-3.0
-1999,1,17,22,30,0.0,0.0,0.0,-3.0,-11.0,1.4,59.02,0.0,-3.0,-3.0
-1999,1,17,23,30,0.0,0.0,0.0,-2.0,-10.0,2.0,63.85,0.0,-2.0,-2.0
-1999,1,18,0,30,0.0,0.0,0.0,-1.0,-10.0,2.5,62.46,0.0,-1.0,-1.0
-1999,1,18,1,30,0.0,0.0,0.0,-1.0,-9.0,3.0,62.48,0.0,-1.0,-1.0
-1999,1,18,2,30,0.0,0.0,0.0,0.0,-8.0,3.5,62.79,0.0,0.0,0.0
-1999,1,18,3,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,67.18,0.0,0.0,0.0
-1999,1,18,4,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.28,0.0,0.0,0.0
-1999,1,18,5,30,0.0,0.0,0.0,0.0,-6.0,4.9,67.4,0.0,0.0,0.0
-1999,1,18,6,30,0.0,0.0,0.0,1.0,-6.0,4.9,63.78,0.0,1.0,1.0
-1999,1,18,7,30,0.0,15.0,15.0,2.0,-5.0,5.0,65.16,14.660770991920735,2.3305373346928087,2.2865550217170463
-1999,1,18,8,30,721.0,41.0,175.0,4.0,-4.0,5.300000000000002,61.5,318.4916680933743,11.04211567082516,10.086640666545037
-1999,1,18,9,30,868.0,47.0,329.0,7.0,-3.0,5.7,55.26,529.5233558720308,18.409121485896872,16.82055141828078
-1999,1,18,10,30,561.0,133.0,373.0,9.0,-2.0,6.0,49.74,512.7864633956242,19.836919003021155,18.298559612834282
-1999,1,18,11,30,849.0,80.0,492.0,10.0,-2.0,6.2,47.21,717.5154953248912,24.969830115538418,22.817283629563743
-1999,1,18,12,30,856.0,81.0,504.0,11.0,-2.0,6.2,47.38,733.4389512995226,26.302047931523777,24.10173107762521
-1999,1,18,13,30,786.0,87.0,444.0,10.0,-2.0,5.8000000000000025,50.92,647.3946547506525,23.859066378159365,21.91688241390741
-1999,1,18,14,30,149.0,164.0,219.0,8.0,-2.0,5.1000000000000005,56.35,251.1526270964212,13.62573218262149,12.872274301332228
-1999,1,18,15,30,279.0,91.0,159.0,6.0,-1.0,4.6000000000000005,71.3,215.7889640675342,10.993562597209111,10.346195705006508
-1999,1,18,16,30,239.0,30.0,50.0,4.0,-2.0,4.6000000000000005,78.7,91.79188922101895,6.1241519311329995,5.848776263469943
-1999,1,18,17,30,0.0,0.0,0.0,3.0,-2.0,4.5,81.07000000000002,0.0,3.0,3.0
-1999,1,18,18,30,0.0,0.0,0.0,2.0,-3.0,4.2,79.05,0.0,2.0,2.0
-1999,1,18,19,30,0.0,0.0,0.0,1.0,-3.0,3.9,77.37,0.0,1.0,1.0
-1999,1,18,20,30,0.0,0.0,0.0,1.0,-3.0,3.8,75.87,0.0,1.0,1.0
-1999,1,18,21,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,74.54,0.0,1.0,1.0
-1999,1,18,22,30,0.0,0.0,0.0,1.0,-4.0,2.9000000000000004,74.03,0.0,1.0,1.0
-1999,1,18,23,30,0.0,0.0,0.0,1.0,-4.0,2.4000000000000004,74.32000000000002,0.0,1.0,1.0
-1999,1,19,0,30,0.0,0.0,0.0,1.0,-3.0,1.7000000000000002,74.84,0.0,1.0,1.0
-1999,1,19,1,30,0.0,0.0,0.0,1.0,-3.0,1.2000000000000002,75.18,0.0,1.0,1.0
-1999,1,19,2,30,0.0,0.0,0.0,1.0,-3.0,1.1,76.32000000000002,0.0,1.0,1.0
-1999,1,19,3,30,0.0,0.0,0.0,1.0,-3.0,1.0,77.7,0.0,1.0,1.0
-1999,1,19,4,30,0.0,0.0,0.0,1.0,-3.0,0.9,77.92,0.0,1.0,1.0
-1999,1,19,5,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,76.78,0.0,0.0,0.0
-1999,1,19,6,30,0.0,0.0,0.0,0.0,-4.0,0.30000000000000004,79.58,0.0,0.0,0.0
-1999,1,19,7,30,188.0,11.0,15.0,1.0,-4.0,0.6000000000000001,78.79,45.379053118176365,2.3698776616735646,2.2337405023190353
-1999,1,19,8,30,691.0,40.0,170.0,3.0,-2.0,1.0,74.79,306.5033129921678,12.006273238489984,11.08676329951348
-1999,1,19,9,30,856.0,53.0,334.0,6.0,-2.0,1.3,67.1,529.8058557498069,21.25677922203299,19.66736165478357
-1999,1,19,10,30,934.0,59.0,461.0,7.0,-2.0,2.0,58.08,696.5810572682462,26.140322211680658,24.05057903987592
-1999,1,19,11,30,966.0,62.0,534.0,8.0,-3.0,2.8000000000000003,51.51,790.0790499709585,28.583189411754464,26.21295226184159
-1999,1,19,12,30,960.0,67.0,544.0,9.0,-3.0,2.9000000000000004,49.42,801.5986848709126,29.74522930318115,27.340433248568413
-1999,1,19,13,30,929.0,66.0,492.0,9.0,-3.0,2.4000000000000004,49.01,731.6949012695537,28.575840849215666,26.380756145407005
-1999,1,19,14,30,520.0,123.0,317.0,8.0,-2.0,1.5,56.86,438.7943266513425,20.467401034535946,19.151018054581918
-1999,1,19,15,30,342.0,92.0,176.0,5.0,-2.0,0.8,67.69,246.37993246090753,12.337853822761252,11.598714025378529
-1999,1,19,16,30,256.0,32.0,54.0,3.0,-3.0,1.0,72.67,98.88026835973372,5.905491317693308,5.608850512614106
-1999,1,19,17,30,0.0,0.0,0.0,2.0,-3.0,1.2000000000000002,75.64,0.0,2.0,2.0
-1999,1,19,18,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.77,0.0,1.0,1.0
-1999,1,19,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.02,0.0,1.0,1.0
-1999,1,19,20,30,0.0,0.0,0.0,1.0,-3.0,2.1,76.22,0.0,1.0,1.0
-1999,1,19,21,30,0.0,0.0,0.0,1.0,-3.0,2.2,75.95,0.0,1.0,1.0
-1999,1,19,22,30,0.0,0.0,0.0,1.0,-3.0,2.3000000000000003,80.92,0.0,1.0,1.0
-1999,1,19,23,30,0.0,0.0,0.0,0.0,-4.0,2.3000000000000003,79.47,0.0,0.0,0.0
-1999,1,20,0,30,0.0,0.0,0.0,0.0,-4.0,2.1,78.24,0.0,0.0,0.0
-1999,1,20,1,30,0.0,0.0,0.0,0.0,-4.0,1.9,83.67,0.0,0.0,0.0
-1999,1,20,2,30,0.0,0.0,0.0,0.0,-4.0,1.9,82.87,0.0,0.0,0.0
-1999,1,20,3,30,0.0,0.0,0.0,0.0,-4.0,1.8,81.52,0.0,0.0,0.0
-1999,1,20,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,79.63,0.0,0.0,0.0
-1999,1,20,5,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,77.46000000000002,0.0,0.0,0.0
-1999,1,20,6,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,74.81,0.0,0.0,0.0
-1999,1,20,7,30,0.0,17.0,17.0,1.0,-6.0,2.2,68.5,16.615540457510164,1.4504988170703115,1.400652195697781
-1999,1,20,8,30,301.0,66.0,123.0,3.0,-4.0,2.7,65.26,181.2638773822793,7.753754617893994,7.209962985747156
-1999,1,20,9,30,886.0,50.0,343.0,6.0,-4.0,2.4000000000000004,56.64,544.8356546254539,20.576589293461467,18.942082329585105
-1999,1,20,10,30,945.0,57.0,466.0,7.0,-5.0,1.9,46.04,703.8479005460995,26.469696231100492,24.358152529462195
-1999,1,20,11,30,967.0,61.0,535.0,8.0,-5.0,1.8,42.22,791.9626027084033,30.05414188134717,27.67825407322196
-1999,1,20,12,30,264.0,232.0,365.0,9.0,-5.0,2.2,40.78,429.8545262635638,20.654688939505792,19.3651253607151
-1999,1,20,13,30,34.0,188.0,204.0,8.0,-5.0,2.2,45.13,208.26177393053155,13.646622391645533,13.021837069853937
-1999,1,20,14,30,0.0,109.0,109.0,7.0,-3.0,1.5,59.93,106.53493587462401,10.026962039080512,9.70735723145664
-1999,1,20,15,30,5.0,89.0,91.0,5.0,-2.0,1.3,73.96000000000002,89.29470231271085,7.5714127997964935,7.303528692858361
-1999,1,20,16,30,0.0,21.0,21.0,3.0,-3.0,1.3,73.19,20.52507938868903,3.591059161293618,3.5294839231275508
-1999,1,20,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,75.64,0.0,2.0,2.0
-1999,1,20,18,30,0.0,0.0,0.0,1.0,-4.0,1.6,73.15,0.0,1.0,1.0
-1999,1,20,19,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.17,0.0,0.0,0.0
-1999,1,20,20,30,0.0,0.0,0.0,0.0,-5.0,2.2,75.56,0.0,0.0,0.0
-1999,1,20,21,30,0.0,0.0,0.0,0.0,-6.0,2.5,79.3,0.0,0.0,0.0
-1999,1,20,22,30,0.0,0.0,0.0,-1.0,-6.0,2.5,79.3,0.0,-1.0,-1.0
-1999,1,20,23,30,0.0,0.0,0.0,-1.0,-6.0,2.3000000000000003,79.06,0.0,-1.0,-1.0
-1999,1,21,0,30,0.0,0.0,0.0,-1.0,-6.0,1.8,83.12,0.0,-1.0,-1.0
-1999,1,21,1,30,0.0,0.0,0.0,-1.0,-6.0,1.5,74.29,0.0,-1.0,-1.0
-1999,1,21,2,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.27,0.0,0.0,0.0
-1999,1,21,3,30,0.0,0.0,0.0,0.0,-7.0,1.5,68.54,0.0,0.0,0.0
-1999,1,21,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.59,0.0,0.0,0.0
-1999,1,21,5,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,68.34,0.0,0.0,0.0
-1999,1,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.0,69.8,0.0,0.0,0.0
-1999,1,21,7,30,0.0,9.0,9.0,0.0,-6.0,1.0,66.28,8.796462595152441,0.25847467973739,0.23208529195193267
-1999,1,21,8,30,82.0,75.0,91.0,0.0,-5.0,1.3,68.21000000000001,105.19559185737138,3.029309515327287,2.713722739755173
-1999,1,21,9,30,0.0,6.0,6.0,1.0,-4.0,1.7000000000000002,71.95,5.864308396768293,1.1644030132716972,1.1468100880813923
-1999,1,21,10,30,195.0,201.0,286.0,2.0,-3.0,1.9,77.15,330.562727051664,11.14395834103728,10.152270159882288
-1999,1,21,11,30,151.0,236.0,311.0,2.0,-3.0,2.2,78.73,345.3646056751926,11.363905237539502,10.327811420513925
-1999,1,21,12,30,67.0,228.0,263.0,1.0,-3.0,3.1,78.06,274.5678882371043,8.012239653148136,7.188535988436822
-1999,1,21,13,30,14.0,167.0,173.0,1.0,-3.0,4.2,76.78,173.3511658101983,5.117842163455197,4.597788666024602
-1999,1,21,14,30,7.0,133.0,136.0,0.0,-3.0,4.7,80.57000000000002,134.32353646648713,3.0881602123433254,2.685189602943864
-1999,1,21,15,30,0.0,58.0,58.0,0.0,-4.0,4.6000000000000005,79.87,56.68831450209351,1.3118217060807988,1.1417567625745182
-1999,1,21,16,30,0.0,6.0,6.0,0.0,-4.0,4.6000000000000005,85.2,5.864308396768293,0.1357056937324964,0.11811276854219152
-1999,1,21,17,30,0.0,0.0,0.0,-1.0,-4.0,4.9,89.05,0.0,-1.0,-1.0
-1999,1,21,18,30,0.0,0.0,0.0,-1.0,-5.0,5.300000000000002,92.66,0.0,-1.0,-1.0
-1999,1,21,19,30,0.0,0.0,0.0,-2.0,-5.0,5.8000000000000025,90.04,0.0,-2.0,-2.0
-1999,1,21,20,30,0.0,0.0,0.0,-2.0,-5.0,6.4,94.16,0.0,-2.0,-2.0
-1999,1,21,21,30,0.0,0.0,0.0,-3.0,-6.0,6.6000000000000005,90.74,0.0,-3.0,-3.0
-1999,1,21,22,30,0.0,0.0,0.0,-3.0,-6.0,6.2,87.33,0.0,-3.0,-3.0
-1999,1,21,23,30,0.0,0.0,0.0,-3.0,-7.0,5.8000000000000025,90.72,0.0,-3.0,-3.0
-1999,1,22,0,30,0.0,0.0,0.0,-4.0,-7.0,5.2,86.51,0.0,-4.0,-4.0
-1999,1,22,1,30,0.0,0.0,0.0,-4.0,-8.0,4.5,87.37,0.0,-4.0,-4.0
-1999,1,22,2,30,0.0,0.0,0.0,-5.0,-9.0,3.8,80.52,0.0,-5.0,-5.0
-1999,1,22,3,30,0.0,0.0,0.0,-6.0,-11.0,3.3000000000000003,77.77,0.0,-6.0,-6.0
-1999,1,22,4,30,0.0,0.0,0.0,-6.0,-12.0,3.0,76.51,0.0,-6.0,-6.0
-1999,1,22,5,30,0.0,0.0,0.0,-7.0,-13.0,2.8000000000000003,69.59,0.0,-7.0,-7.0
-1999,1,22,6,30,0.0,0.0,0.0,-7.0,-14.0,2.8000000000000003,68.94,0.0,-7.0,-7.0
-1999,1,22,7,30,0.0,18.0,18.0,-5.0,-15.0,3.2,56.68,17.592925190304882,-4.553653908714185,-4.6064326842851
-1999,1,22,8,30,657.0,48.0,176.0,-2.0,-13.0,3.6,50.99,303.13912924358965,5.490451365976089,4.58103397824532
-1999,1,22,9,30,823.0,65.0,341.0,0.0,-11.0,4.2,50.24,526.6781461754082,12.510890634944468,10.930856196418244
-1999,1,22,10,30,915.0,70.0,471.0,0.0,-11.0,4.5,45.96,699.4740036118919,16.29255386049276,14.194131849657083
-1999,1,22,11,30,293.0,226.0,371.0,1.0,-10.0,4.5,44.6,444.1245329863651,11.344806007202877,10.01243240824378
-1999,1,22,12,30,977.0,66.0,562.0,1.0,-10.0,4.3,45.93,821.177004702632,20.379171774108237,17.91564076000034
-1999,1,22,13,30,959.0,64.0,514.0,1.0,-10.0,4.0,46.61,759.288494776537,19.27455513013254,16.99668964580293
-1999,1,22,14,30,908.0,59.0,407.0,0.0,-10.0,3.5,46.66,621.8199867855594,15.46655953484873,13.601099574492054
-1999,1,22,15,30,800.0,49.0,254.0,-1.0,-9.0,2.5,55.27,420.7992472132288,10.183419069949327,8.92102132830964
-1999,1,22,16,30,529.0,28.0,80.0,-3.0,-10.0,1.6,64.02,171.38675218379115,1.8370439939744596,1.3228837374230862
-1999,1,22,17,30,0.0,0.0,0.0,-4.0,-12.0,1.3,62.1,0.0,-4.0,-4.0
-1999,1,22,18,30,0.0,0.0,0.0,-5.0,-12.0,1.3,64.43,0.0,-5.0,-5.0
-1999,1,22,19,30,0.0,0.0,0.0,-5.0,-13.0,1.3,61.66,0.0,-5.0,-5.0
-1999,1,22,20,30,0.0,0.0,0.0,-5.0,-13.0,1.5,64.14,0.0,-5.0,-5.0
-1999,1,22,21,30,0.0,0.0,0.0,-6.0,-13.0,1.8,62.1,0.0,-6.0,-6.0
-1999,1,22,22,30,0.0,0.0,0.0,-6.0,-14.0,2.2,60.75,0.0,-6.0,-6.0
-1999,1,22,23,30,0.0,0.0,0.0,-6.0,-14.0,2.5,64.7,0.0,-6.0,-6.0
-1999,1,23,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,59.77,0.0,-6.0,-6.0
-1999,1,23,1,30,0.0,0.0,0.0,-5.0,-14.0,3.0,60.91,0.0,-5.0,-5.0
-1999,1,23,2,30,0.0,0.0,0.0,-5.0,-13.0,3.1,58.02,0.0,-5.0,-5.0
-1999,1,23,3,30,0.0,0.0,0.0,-4.0,-13.0,3.1,60.96,0.0,-4.0,-4.0
-1999,1,23,4,30,0.0,0.0,0.0,-4.0,-12.0,3.1,60.26,0.0,-4.0,-4.0
-1999,1,23,5,30,0.0,0.0,0.0,-3.0,-11.0,3.2,64.18,0.0,-3.0,-3.0
-1999,1,23,6,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,62.44000000000001,0.0,-2.0,-2.0
-1999,1,23,7,30,0.0,8.0,8.0,-1.0,-10.0,4.0,56.28,7.819077862357725,-0.8118104377381504,-0.8352676713252236
-1999,1,23,8,30,23.0,73.0,78.0,1.0,-9.0,4.6000000000000005,54.32,80.349390647234,2.8593615923704077,2.6183134204287057
-1999,1,23,9,30,4.0,117.0,118.0,3.0,-7.0,5.2,53.01,116.60882690925621,5.5950946672432105,5.245268186515442
-1999,1,23,10,30,420.0,172.0,358.0,6.0,-6.0,6.0,50.85,458.63001509767776,15.692409376519269,14.316519331226235
-1999,1,23,11,30,399.0,209.0,408.0,7.0,-5.0,6.6000000000000005,49.53,509.22216975320885,17.35527734199802,15.827610832738392
-1999,1,23,12,30,447.0,204.0,433.0,7.0,-5.0,6.9,46.4,546.7763032119344,17.908070893289857,16.267741983654055
-1999,1,23,13,30,594.0,143.0,424.0,7.0,-5.0,6.9,46.43,573.0193981238131,18.43161505216528,16.712556857793842
-1999,1,23,14,30,676.0,90.0,352.0,6.0,-5.0,6.2,50.68,509.96505248640847,16.639617193390993,15.109722035931767
-1999,1,23,15,30,621.0,60.0,222.0,4.0,-4.0,5.0,65.29,349.92243794498324,11.889246073844532,10.839478760009582
-1999,1,23,16,30,553.0,26.0,83.0,1.0,-5.0,4.1000000000000005,68.47,177.4787476160266,5.243619897092804,4.711183654244724
-1999,1,23,17,30,0.0,0.0,0.0,0.0,-6.0,4.1000000000000005,68.77,0.0,0.0,0.0
-1999,1,23,18,30,0.0,0.0,0.0,0.0,-6.0,4.3,67.01,0.0,0.0,0.0
-1999,1,23,19,30,0.0,0.0,0.0,0.0,-6.0,4.5,65.63,0.0,0.0,0.0
-1999,1,23,20,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.85,0.0,0.0,0.0
-1999,1,23,21,30,0.0,0.0,0.0,0.0,-6.0,4.6000000000000005,67.66,0.0,0.0,0.0
-1999,1,23,22,30,0.0,0.0,0.0,0.0,-5.0,4.4,69.61,0.0,0.0,0.0
-1999,1,23,23,30,0.0,0.0,0.0,1.0,-5.0,4.0,71.45,0.0,1.0,1.0
-1999,1,24,0,30,0.0,0.0,0.0,1.0,-5.0,3.6,72.97,0.0,1.0,1.0
-1999,1,24,1,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,74.04,0.0,1.0,1.0
-1999,1,24,2,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,74.57000000000002,0.0,0.0,0.0
-1999,1,24,3,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.73,0.0,0.0,0.0
-1999,1,24,4,30,0.0,0.0,0.0,0.0,-4.0,3.7,75.94,0.0,0.0,0.0
-1999,1,24,5,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.48,0.0,0.0,0.0
-1999,1,24,6,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.98,0.0,0.0,0.0
-1999,1,24,7,30,0.0,1.0,1.0,0.0,-5.0,2.8000000000000003,68.46000000000001,0.9773847327947156,0.025462888914735984,0.02253073471635184
-1999,1,24,8,30,0.0,12.0,12.0,1.0,-4.0,2.9000000000000004,73.19,11.728616793536586,1.3035344860006104,1.2683486356200007
-1999,1,24,9,30,0.0,36.0,36.0,2.0,-4.0,3.2,73.61,35.185850380609764,2.892692182571628,2.7871346314297987
-1999,1,24,10,30,0.0,41.0,41.0,4.0,-4.0,3.6,68.87,40.07277404458334,4.990182843863427,4.869964521729677
-1999,1,24,11,30,0.0,41.0,41.0,5.0,-4.0,4.3,63.83,40.07277404458334,5.945687917742197,5.825469595608447
-1999,1,24,12,30,0.0,92.0,92.0,6.0,-4.0,5.1000000000000005,59.38,89.91939541711383,8.014163429179328,7.744405242927987
-1999,1,24,13,30,0.0,72.0,72.0,6.0,-4.0,5.300000000000002,55.33,70.37170076121953,7.555976831921124,7.344861729637466
-1999,1,24,14,30,0.0,63.0,63.0,5.0,-4.0,4.7,59.28,61.57523816606709,6.415643196808289,6.230917482310088
-1999,1,24,15,30,0.0,35.0,35.0,3.0,-3.0,3.8,71.11,34.20846564781505,3.8342213800786653,3.7315959831352203
-1999,1,24,16,30,0.0,23.0,23.0,1.0,-4.0,3.4000000000000004,77.59,22.47984885427846,1.5628440365745204,1.495404490011685
-1999,1,24,17,30,0.0,0.0,0.0,0.0,-5.0,3.1,75.96000000000002,0.0,0.0,0.0
-1999,1,24,18,30,0.0,0.0,0.0,-1.0,-6.0,2.9000000000000004,78.43,0.0,-1.0,-1.0
-1999,1,24,19,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,81.33,0.0,-2.0,-2.0
-1999,1,24,20,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,79.21000000000002,0.0,-2.0,-2.0
-1999,1,24,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,78.02,0.0,-1.0,-1.0
-1999,1,24,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,77.53,0.0,-1.0,-1.0
-1999,1,24,23,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,77.03,0.0,-1.0,-1.0
-1999,1,25,0,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,76.35000000000002,0.0,-1.0,-1.0
-1999,1,25,1,30,0.0,0.0,0.0,-1.0,-7.0,2.5,76.10000000000002,0.0,-1.0,-1.0
-1999,1,25,2,30,0.0,0.0,0.0,-1.0,-7.0,2.7,71.46000000000002,0.0,-1.0,-1.0
-1999,1,25,3,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,73.49,0.0,-1.0,-1.0
-1999,1,25,4,30,0.0,0.0,0.0,-1.0,-6.0,2.7,75.53,0.0,-1.0,-1.0
-1999,1,25,5,30,0.0,0.0,0.0,0.0,-6.0,2.4000000000000004,76.79,0.0,0.0,0.0
-1999,1,25,6,30,0.0,0.0,0.0,0.0,-6.0,2.2,71.88,0.0,0.0,0.0
-1999,1,25,7,30,0.0,22.0,22.0,0.0,-6.0,2.1,67.53,21.502464121483747,0.5869017713121023,0.5223943789476511
-1999,1,25,8,30,677.0,46.0,182.0,2.0,-5.0,2.0,67.5,311.53354162597054,10.560170139927981,9.62556951505007
-1999,1,25,9,30,584.0,94.0,295.0,4.0,-4.0,1.6,68.86,423.48809493270187,15.952093846303958,14.681629561505853
-1999,1,25,10,30,301.0,195.0,330.0,5.0,-2.0,1.2000000000000002,66.87,400.0760739544171,16.598656981311354,15.398428759448104
-1999,1,25,11,30,178.0,243.0,333.0,6.0,-1.0,1.0,67.18,374.42705829773973,17.002140113897017,15.878858939003798
-1999,1,25,12,30,197.0,249.0,351.0,7.0,-1.0,0.8,68.53,397.54537409741357,18.83996526788809,17.647329145595847
-1999,1,25,13,30,153.0,228.0,302.0,6.0,-1.0,0.5,69.65,335.333046236366,16.191481246018956,15.18548210730986
-1999,1,25,14,30,93.0,175.0,211.0,5.0,0.0,0.4,78.55,229.64571508245186,12.026775470376222,11.337838325128867
-1999,1,25,15,30,0.0,73.0,73.0,3.0,0.0,0.5,88.57000000000002,71.34908549401425,5.168449769249111,4.954402512767069
-1999,1,25,16,30,0.0,10.0,10.0,2.0,-1.0,1.0,87.14,9.773847327947157,2.2871940885971,2.2578725466132585
-1999,1,25,17,30,0.0,0.0,0.0,1.0,-2.0,1.6,82.87,0.0,1.0,1.0
-1999,1,25,18,30,0.0,0.0,0.0,1.0,-2.0,2.0,81.45,0.0,1.0,1.0
-1999,1,25,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.12,0.0,2.0,2.0
-1999,1,25,20,30,0.0,0.0,0.0,2.0,-2.0,2.5,80.83,0.0,2.0,2.0
-1999,1,25,21,30,0.0,0.0,0.0,2.0,-3.0,2.8000000000000003,79.54,0.0,2.0,2.0
-1999,1,25,22,30,0.0,0.0,0.0,2.0,-3.0,3.0,77.97,0.0,2.0,2.0
-1999,1,25,23,30,0.0,0.0,0.0,2.0,-3.0,3.4000000000000004,76.47,0.0,2.0,2.0
-1999,1,26,0,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.59,0.0,2.0,2.0
-1999,1,26,1,30,0.0,0.0,0.0,2.0,-4.0,3.6,72.5,0.0,2.0,2.0
-1999,1,26,2,30,0.0,0.0,0.0,2.0,-4.0,3.5,70.41,0.0,2.0,2.0
-1999,1,26,3,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,68.84,0.0,2.0,2.0
-1999,1,26,4,30,0.0,0.0,0.0,1.0,-5.0,3.1,67.96000000000001,0.0,1.0,1.0
-1999,1,26,5,30,0.0,0.0,0.0,0.0,-5.0,3.1,65.25,0.0,0.0,0.0
-1999,1,26,6,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,65.78,0.0,0.0,0.0
-1999,1,26,7,30,0.0,23.0,23.0,1.0,-6.0,4.6000000000000005,60.54,22.47984885427846,1.520205159307903,1.4527656127450674
-1999,1,26,8,30,633.0,51.0,180.0,4.0,-4.0,5.9,59.97,299.9997491608676,10.380966758739993,9.48096751125739
-1999,1,26,9,30,791.0,70.0,344.0,5.0,-4.0,7.5,59.32,519.0293653187915,14.967415992741323,13.410327896784949
-1999,1,26,10,30,908.0,72.0,481.0,5.0,-4.0,9.6,56.57,704.3277534170365,16.862754348932405,14.749771088681294
-1999,1,26,11,30,162.0,246.0,330.0,4.0,-8.0,10.4,49.94,365.47757586210423,9.86099145303669,8.764558725450376
-1999,1,26,12,30,1013.0,61.0,589.0,4.0,-9.0,10.2,45.02,855.256867713923,17.883855207444647,15.318084604302879
-1999,1,26,13,30,997.0,59.0,542.0,3.0,-10.0,9.9,43.66,793.6082614216828,16.12205863296834,13.741233848703294
-1999,1,26,14,30,956.0,54.0,435.0,2.0,-10.0,9.4,45.94,658.1172800730253,13.222128417766873,11.247776577547798
-1999,1,26,15,30,866.0,45.0,280.0,1.0,-10.0,8.3,44.39,457.765963989507,9.358947982265944,7.985650090297423
-1999,1,26,16,30,628.0,28.0,99.0,0.0,-10.0,6.9,50.82,205.18595308630853,4.093416099828973,3.4778582405700473
-1999,1,26,17,30,0.0,0.0,0.0,-1.0,-10.0,6.1000000000000005,55.11,0.0,-1.0,-1.0
-1999,1,26,18,30,0.0,0.0,0.0,-1.0,-10.0,5.9,54.97,0.0,-1.0,-1.0
-1999,1,26,19,30,0.0,0.0,0.0,-1.0,-10.0,5.6000000000000005,58.99,0.0,-1.0,-1.0
-1999,1,26,20,30,0.0,0.0,0.0,-2.0,-10.0,5.4,59.33,0.0,-2.0,-2.0
-1999,1,26,21,30,0.0,0.0,0.0,-2.0,-10.0,5.0,59.83,0.0,-2.0,-2.0
-1999,1,26,22,30,0.0,0.0,0.0,-2.0,-10.0,4.6000000000000005,60.05,0.0,-2.0,-2.0
-1999,1,26,23,30,0.0,0.0,0.0,-2.0,-10.0,4.3,59.83,0.0,-2.0,-2.0
-1999,1,27,0,30,0.0,0.0,0.0,-2.0,-10.0,3.9,64.38,0.0,-2.0,-2.0
-1999,1,27,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,64.18,0.0,-2.0,-2.0
-1999,1,27,2,30,0.0,0.0,0.0,-2.0,-10.0,3.4000000000000004,63.56,0.0,-2.0,-2.0
-1999,1,27,3,30,0.0,0.0,0.0,-3.0,-11.0,3.3000000000000003,62.51,0.0,-3.0,-3.0
-1999,1,27,4,30,0.0,0.0,0.0,-3.0,-11.0,3.2,61.36,0.0,-3.0,-3.0
-1999,1,27,5,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,64.51,0.0,-3.0,-3.0
-1999,1,27,6,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,62.5,0.0,-3.0,-3.0
-1999,1,27,7,30,318.0,16.0,27.0,-2.0,-12.0,3.0,57.52,75.95310114396118,-0.047332145222706595,-0.2751914486545901
-1999,1,27,8,30,747.0,44.0,199.0,0.0,-11.0,3.1,47.58,339.3427019505269,8.66653550020766,7.64850739435608
-1999,1,27,9,30,890.0,58.0,369.0,0.0,-11.0,2.4000000000000004,42.74,565.4109980079517,15.127064152278823,13.430831158254968
-1999,1,27,10,30,614.0,130.0,409.0,1.0,-11.0,1.6,42.56,557.1630022492259,16.724797391599544,15.053308384851867
-1999,1,27,11,30,657.0,144.0,482.0,2.0,-11.0,1.1,42.5,649.533368884063,20.957797332659858,19.009197226007668
-1999,1,27,12,30,240.0,250.0,377.0,3.0,-11.0,0.8,42.04,433.5393087798891,15.911960980233406,14.611343053893739
-1999,1,27,13,30,214.0,229.0,334.0,2.0,-11.0,0.8,41.64,382.42895072206625,13.389757720774366,12.242470868608168
-1999,1,27,14,30,0.0,128.0,129.0,1.0,-11.0,0.9,41.89,125.11278422012536,4.701156170972076,4.3258178183117
-1999,1,27,15,30,358.0,99.0,198.0,0.0,-10.0,0.9,49.03,268.8699716802487,7.9538614784768376,7.147251563436091
-1999,1,27,16,30,0.0,29.0,29.0,-1.0,-9.0,1.1,62.8,28.344157251046756,-0.17272489071104585,-0.2577573624641861
-1999,1,27,17,30,0.0,0.0,0.0,-2.0,-9.0,1.4,65.49,0.0,-2.0,-2.0
-1999,1,27,18,30,0.0,0.0,0.0,-2.0,-9.0,1.5,72.46000000000002,0.0,-2.0,-2.0
-1999,1,27,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.52,0.0,-3.0,-3.0
-1999,1,27,20,30,0.0,0.0,0.0,-4.0,-9.0,1.3,77.83,0.0,-4.0,-4.0
-1999,1,27,21,30,0.0,0.0,0.0,-4.0,-9.0,1.4,82.85000000000002,0.0,-4.0,-4.0
-1999,1,27,22,30,0.0,0.0,0.0,-5.0,-9.0,1.3,80.99,0.0,-5.0,-5.0
-1999,1,27,23,30,0.0,0.0,0.0,-5.0,-10.0,1.0,78.13,0.0,-5.0,-5.0
-1999,1,28,0,30,0.0,0.0,0.0,-5.0,-10.0,0.6000000000000001,80.77,0.0,-5.0,-5.0
-1999,1,28,1,30,0.0,0.0,0.0,-6.0,-11.0,0.4,77.61,0.0,-6.0,-6.0
-1999,1,28,2,30,0.0,0.0,0.0,-7.0,-11.0,0.8,79.33,0.0,-7.0,-7.0
-1999,1,28,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,74.27,0.0,-7.0,-7.0
-1999,1,28,4,30,0.0,0.0,0.0,-7.0,-13.0,1.4,74.93,0.0,-7.0,-7.0
-1999,1,28,5,30,0.0,0.0,0.0,-8.0,-14.0,1.6,69.5,0.0,-8.0,-8.0
-1999,1,28,6,30,0.0,0.0,0.0,-7.0,-15.0,2.0,64.73,0.0,-7.0,-7.0
-1999,1,28,7,30,300.0,17.0,29.0,-6.0,-16.0,2.6,51.44,73.84670184668089,-4.050413795243567,-4.271953900783609
-1999,1,28,8,30,737.0,51.0,206.0,-3.0,-16.0,2.3000000000000003,41.36,343.39032648876264,6.248507166641314,5.2183361871750265
-1999,1,28,9,30,892.0,70.0,384.0,0.0,-13.0,1.6,40.32,580.0621834129274,16.37108040533,14.63089385509122
-1999,1,28,10,30,962.0,81.0,521.0,1.0,-12.0,1.5,38.71,755.3141974433873,22.460635278650233,20.19469268632007
-1999,1,28,11,30,993.0,86.0,601.0,2.0,-11.0,1.4,40.78,855.7003239013362,26.47659863240222,23.90949766069821
-1999,1,28,12,30,998.0,87.0,616.0,3.0,-11.0,1.0,38.5,874.6197460181696,28.69976923094346,26.075909992888953
-1999,1,28,13,30,979.0,83.0,565.0,4.0,-11.0,0.7000000000000001,38.25,809.6465811166236,28.276687371368784,25.84774762801891
-1999,1,28,14,30,931.0,74.0,453.0,3.0,-11.0,0.9,41.11,667.4619539994304,22.745231834883043,20.74284597288475
-1999,1,28,15,30,830.0,59.0,292.0,1.0,-10.0,1.1,50.1,459.1245114019143,14.400373028668172,13.022999494462429
-1999,1,28,16,30,587.0,34.0,105.0,-1.0,-9.0,1.0,61.16,202.62837378342147,4.95401884028251,4.346133718932245
-1999,1,28,17,30,0.0,0.0,0.0,-2.0,-11.0,0.9,57.77,0.0,-2.0,-2.0
-1999,1,28,18,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,62.82,0.0,-3.0,-3.0
-1999,1,28,19,30,0.0,0.0,0.0,-3.0,-11.0,1.0,67.43,0.0,-3.0,-3.0
-1999,1,28,20,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,65.73,0.0,-4.0,-4.0
-1999,1,28,21,30,0.0,0.0,0.0,-4.0,-11.0,1.0,69.34,0.0,-4.0,-4.0
-1999,1,28,22,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.06,0.0,-4.0,-4.0
-1999,1,28,23,30,0.0,0.0,0.0,-5.0,-12.0,1.0,64.94,0.0,-5.0,-5.0
-1999,1,29,0,30,0.0,0.0,0.0,-5.0,-12.0,1.1,62.91,0.0,-5.0,-5.0
-1999,1,29,1,30,0.0,0.0,0.0,-5.0,-13.0,1.1,64.58,0.0,-5.0,-5.0
-1999,1,29,2,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,60.94,0.0,-5.0,-5.0
-1999,1,29,3,30,0.0,0.0,0.0,-6.0,-15.0,1.2000000000000002,56.56,0.0,-6.0,-6.0
-1999,1,29,4,30,0.0,0.0,0.0,-6.0,-15.0,1.3,53.26,0.0,-6.0,-6.0
-1999,1,29,5,30,0.0,0.0,0.0,-6.0,-16.0,1.4,51.4,0.0,-6.0,-6.0
-1999,1,29,6,30,0.0,0.0,0.0,-6.0,-16.0,1.4,50.04,0.0,-6.0,-6.0
-1999,1,29,7,30,0.0,15.0,15.0,-4.0,-16.0,1.3,44.72,14.660770991920735,-3.577814884790273,-3.6217971977660355
-1999,1,29,8,30,73.0,84.0,99.0,-1.0,-15.0,1.5,34.11,111.29368336027981,2.162171657168629,1.8282906070877898
-1999,1,29,9,30,909.0,68.0,392.0,1.0,-14.0,1.9,33.09,589.7503539029553,17.313553302873718,15.544302241164852
-1999,1,29,10,30,967.0,81.0,527.0,3.0,-11.0,1.9,38.36,761.1783236037245,24.055558632432376,21.7720236616212
-1999,1,29,11,30,991.0,87.0,605.0,4.0,-11.0,1.3,36.12,857.8196400489765,28.70256739995613,26.1291084798092
-1999,1,29,12,30,994.0,88.0,619.0,5.0,-11.0,0.9,33.14,875.3414329673409,30.894838537319284,28.26881423841726
-1999,1,29,13,30,817.0,91.0,496.0,6.0,-11.0,1.1,33.660000000000004,699.3878158002462,26.41288885843111,24.31472541103037
-1999,1,29,14,30,732.0,85.0,385.0,5.0,-10.0,1.3,37.88,553.2196568423477,20.931024684103118,19.271365713576074
-1999,1,29,15,30,570.0,74.0,236.0,2.0,-7.0,1.3,52.64,349.69611757309923,12.07017269196502,11.021084339245723
-1999,1,29,16,30,232.0,46.0,75.0,0.0,-8.0,1.3,55.58,112.53786737332187,3.2407444689399827,2.903130866820017
-1999,1,29,17,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.41,0.0,0.0,0.0
-1999,1,29,18,30,0.0,0.0,0.0,0.0,-9.0,0.8,59.7,0.0,0.0,0.0
-1999,1,29,19,30,0.0,0.0,0.0,-1.0,-9.0,0.4,60.24,0.0,-1.0,-1.0
-1999,1,29,20,30,0.0,0.0,0.0,-1.0,-9.0,0.30000000000000004,61.13,0.0,-1.0,-1.0
-1999,1,29,21,30,0.0,0.0,0.0,-1.0,-9.0,0.5,61.64,0.0,-1.0,-1.0
-1999,1,29,22,30,0.0,0.0,0.0,-1.0,-9.0,0.8,61.2,0.0,-1.0,-1.0
-1999,1,29,23,30,0.0,0.0,0.0,-1.0,-9.0,1.0,59.66,0.0,-1.0,-1.0
-1999,1,30,0,30,0.0,0.0,0.0,-1.0,-10.0,1.0,57.56,0.0,-1.0,-1.0
-1999,1,30,1,30,0.0,0.0,0.0,-1.0,-10.0,1.0,55.53,0.0,-1.0,-1.0
-1999,1,30,2,30,0.0,0.0,0.0,-1.0,-11.0,1.1,53.05,0.0,-1.0,-1.0
-1999,1,30,3,30,0.0,0.0,0.0,-1.0,-11.0,1.1,54.57,0.0,-1.0,-1.0
-1999,1,30,4,30,0.0,0.0,0.0,-1.0,-12.0,1.2000000000000002,51.45,0.0,-1.0,-1.0
-1999,1,30,5,30,0.0,0.0,0.0,-1.0,-13.0,1.2000000000000002,44.92,0.0,-1.0,-1.0
-1999,1,30,6,30,0.0,0.0,0.0,-1.0,-13.0,1.1,43.44,0.0,-1.0,-1.0
-1999,1,30,7,30,302.0,18.0,31.0,0.0,-12.0,1.3,43.85,75.93051643271971,2.1865653481489944,1.9587737988508351
-1999,1,30,8,30,0.0,35.0,35.0,1.0,-10.0,1.4,43.73,34.20846564781505,1.9785048107431022,1.875879413799657
-1999,1,30,9,30,0.0,79.0,79.0,4.0,-8.0,1.3,48.23,77.21339389078254,6.223508273437896,5.991868091765548
-1999,1,30,10,30,0.0,122.0,122.0,5.0,-5.0,1.5,54.97,119.2409374009553,8.387975860255251,8.030253048052385
-1999,1,30,11,30,18.0,194.0,204.0,6.0,-3.0,2.0,58.3,203.7028816999992,11.59725067241444,10.986142027314441
-1999,1,30,12,30,5.0,159.0,162.0,7.0,-2.0,2.4000000000000004,62.4,159.3917845637848,11.264384242502246,10.786208888810892
-1999,1,30,13,30,88.0,231.0,276.0,6.0,-2.0,2.7,64.22,291.8042492218351,13.652742605378034,12.777329857712528
-1999,1,30,14,30,138.0,188.0,246.0,5.0,-2.0,2.6,69.64,272.80859707963407,12.202269892969039,11.383844101730137
-1999,1,30,15,30,0.0,91.0,91.0,3.0,-1.0,1.8,80.82000000000002,88.94201068431913,5.47680852118026,5.209982489127302
-1999,1,30,16,30,0.0,33.0,33.0,1.0,-2.0,1.1,89.44,32.25369618222562,1.9413820209150165,1.8446209323683398
-1999,1,30,17,30,0.0,0.0,0.0,0.0,-3.0,0.9,87.95,0.0,0.0,0.0
-1999,1,30,18,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,92.72,0.0,0.0,0.0
-1999,1,30,19,30,0.0,0.0,0.0,-1.0,-4.0,0.7000000000000001,91.16,0.0,-1.0,-1.0
-1999,1,30,20,30,0.0,0.0,0.0,-1.0,-4.0,0.9,96.75,0.0,-1.0,-1.0
-1999,1,30,21,30,0.0,0.0,0.0,-1.0,-4.0,1.0,95.19,0.0,-1.0,-1.0
-1999,1,30,22,30,0.0,0.0,0.0,-1.0,-4.0,1.0,93.39,0.0,-1.0,-1.0
-1999,1,30,23,30,0.0,0.0,0.0,-1.0,-5.0,1.0,91.74,0.0,-1.0,-1.0
-1999,1,31,0,30,0.0,0.0,0.0,-2.0,-5.0,1.0,89.65,0.0,-2.0,-2.0
-1999,1,31,1,30,0.0,0.0,0.0,-2.0,-5.0,1.0,86.92,0.0,-2.0,-2.0
-1999,1,31,2,30,0.0,0.0,0.0,-2.0,-6.0,1.1,90.32,0.0,-2.0,-2.0
-1999,1,31,3,30,0.0,0.0,0.0,-2.0,-6.0,1.3,86.93,0.0,-2.0,-2.0
-1999,1,31,4,30,0.0,0.0,0.0,-3.0,-7.0,1.5,83.26,0.0,-3.0,-3.0
-1999,1,31,5,30,0.0,0.0,0.0,-3.0,-8.0,1.6,79.28,0.0,-3.0,-3.0
-1999,1,31,6,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,75.92,0.0,-2.0,-2.0
-1999,1,31,7,30,0.0,35.0,35.0,-1.0,-8.0,2.3000000000000003,64.61,34.20846564781505,-0.07866583506109895,-0.1812912320045441
-1999,1,31,8,30,751.0,49.0,214.0,1.0,-8.0,2.7,53.67,350.95868866255927,10.204103492728025,9.151227426740348
-1999,1,31,9,30,772.0,63.0,343.0,4.0,-6.0,2.2,52.84,509.35747659992194,17.810260416203707,16.28218798640394
-1999,1,31,10,30,775.0,93.0,457.0,6.0,-5.0,1.8,48.27,641.4029163181119,23.861437991154517,21.937229242200182
-1999,1,31,11,30,909.0,78.0,560.0,8.0,-5.0,1.1,45.7,790.1510597781146,31.06197706084849,28.691523881514147
-1999,1,31,12,30,988.0,84.0,620.0,9.0,-5.0,0.5,41.97,872.5518367370591,35.518697694998465,32.901042184787286
-1999,1,31,13,30,970.0,80.0,569.0,9.0,-6.0,0.7000000000000001,41.38,808.9034414649499,33.25440484783602,30.827694523441174
-1999,1,31,14,30,814.0,69.0,410.0,8.0,-5.0,1.0,45.78,595.21731640601,25.489826571532873,23.70417462231484
-1999,1,31,15,30,670.0,65.0,261.0,5.0,-2.0,0.8,69.8,393.4853293078146,16.71904626737384,15.538590279450396
-1999,1,31,16,30,594.0,35.0,114.0,1.0,-4.0,0.6000000000000001,73.98,210.42530669112202,7.352202333008065,6.720926412934698
-1999,1,31,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.7,0.0,0.0,0.0
-1999,1,31,18,30,0.0,0.0,0.0,0.0,-5.0,1.4,76.65,0.0,0.0,0.0
-1999,1,31,19,30,0.0,0.0,0.0,0.0,-6.0,2.2,77.11,0.0,0.0,0.0
-1999,1,31,20,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,68.9,0.0,-1.0,-1.0
-1999,1,31,21,30,0.0,0.0,0.0,-1.0,-9.0,3.0,60.81,0.0,-1.0,-1.0
-1999,1,31,22,30,0.0,0.0,0.0,-1.0,-10.0,2.9000000000000004,54.92,0.0,-1.0,-1.0
-1999,1,31,23,30,0.0,0.0,0.0,-1.0,-11.0,2.7,55.28,0.0,-1.0,-1.0
-1999,2,1,0,30,0.0,0.0,0.0,-2.0,-12.0,2.7,53.34,0.0,-2.0,-2.0
-1999,2,1,1,30,0.0,0.0,0.0,-2.0,-12.0,2.8000000000000003,56.09,0.0,-2.0,-2.0
-1999,2,1,2,30,0.0,0.0,0.0,-2.0,-12.0,3.0,55.03,0.0,-2.0,-2.0
-1999,2,1,3,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,54.64,0.0,-2.0,-2.0
-1999,2,1,4,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.86,0.0,-2.0,-2.0
-1999,2,1,5,30,0.0,0.0,0.0,-2.0,-13.0,3.4000000000000004,52.9,0.0,-2.0,-2.0
-1999,2,1,6,30,0.0,0.0,0.0,-2.0,-13.0,3.7,48.46,0.0,-2.0,-2.0
-1999,2,1,7,30,0.0,30.0,30.0,-1.0,-12.0,4.3,43.33,29.32154198384147,-0.3080332309203433,-0.3959978568718677
-1999,2,1,8,30,528.0,58.0,176.0,1.0,-11.0,5.2,43.21,270.77189156550617,7.025947695947744,6.213632021251226
-1999,2,1,9,30,385.0,139.0,280.0,3.0,-9.0,5.9,46.64,360.04628344709033,10.658150957492342,9.578012107151071
-1999,2,1,10,30,68.0,211.0,243.0,4.0,-8.0,6.2,44.95,254.70636870743397,9.314047004893588,8.549927898771287
-1999,2,1,11,30,19.0,199.0,209.0,4.0,-8.0,6.3000000000000025,45.31,209.47506018497762,8.342407445809801,7.713982265254868
-1999,2,1,12,30,163.0,267.0,356.0,4.0,-8.0,6.3000000000000025,49.47,391.86252286349884,12.123290359786237,10.947702791195741
-1999,2,1,13,30,640.0,146.0,471.0,3.0,-7.0,5.9,51.44,626.7949891721282,16.331871115357092,14.451486147840706
-1999,2,1,14,30,756.0,83.0,403.0,2.0,-7.0,5.0,57.42,573.6078563811246,14.932390261846152,13.211566692702778
-1999,2,1,15,30,418.0,100.0,224.0,1.0,-7.0,3.6,57.78,304.8119561307173,8.531786275372289,7.617350406980138
-1999,2,1,16,30,474.0,47.0,112.0,0.0,-7.0,2.2,65.9,187.82066511872097,5.092400555595421,4.528938560239258
-1999,2,1,17,30,0.0,0.0,0.0,-1.0,-8.0,1.6,73.16,0.0,-1.0,-1.0
-1999,2,1,18,30,0.0,0.0,0.0,-2.0,-8.0,1.4,70.9,0.0,-2.0,-2.0
-1999,2,1,19,30,0.0,0.0,0.0,-2.0,-8.0,1.5,68.76,0.0,-2.0,-2.0
-1999,2,1,20,30,0.0,0.0,0.0,-2.0,-9.0,1.7000000000000002,66.1,0.0,-2.0,-2.0
-1999,2,1,21,30,0.0,0.0,0.0,-2.0,-10.0,2.0,67.23,0.0,-2.0,-2.0
-1999,2,1,22,30,0.0,0.0,0.0,-3.0,-10.0,2.5,62.91,0.0,-3.0,-3.0
-1999,2,1,23,30,0.0,0.0,0.0,-3.0,-11.0,2.8000000000000003,59.28,0.0,-3.0,-3.0
-1999,2,2,0,30,0.0,0.0,0.0,-3.0,-12.0,2.9000000000000004,61.09,0.0,-3.0,-3.0
-1999,2,2,1,30,0.0,0.0,0.0,-4.0,-12.0,3.0,58.47,0.0,-4.0,-4.0
-1999,2,2,2,30,0.0,0.0,0.0,-4.0,-13.0,3.0,60.0,0.0,-4.0,-4.0
-1999,2,2,3,30,0.0,0.0,0.0,-5.0,-13.0,3.2,57.55,0.0,-5.0,-5.0
-1999,2,2,4,30,0.0,0.0,0.0,-5.0,-14.0,3.2,55.52,0.0,-5.0,-5.0
-1999,2,2,5,30,0.0,0.0,0.0,-4.0,-14.0,3.1,53.77,0.0,-4.0,-4.0
-1999,2,2,6,30,0.0,0.0,0.0,-4.0,-14.0,3.0,49.07,0.0,-4.0,-4.0
-1999,2,2,7,30,109.0,20.0,26.0,-2.0,-14.0,3.5,47.77,41.07082166468123,-0.9784434049704959,-1.1016558699645396
-1999,2,2,8,30,536.0,58.0,179.0,0.0,-13.0,4.3,43.02,275.0732454362787,6.491525752966562,5.666306016657726
-1999,2,2,9,30,769.0,65.0,350.0,1.0,-14.0,4.7,35.21,513.1378968624174,12.797277515332624,11.257863824745371
-1999,2,2,10,30,845.0,78.0,481.0,3.0,-14.0,4.9,33.1,680.9131612793584,18.451855582739533,16.409116098901457
-1999,2,2,11,30,972.0,92.0,615.0,4.0,-13.0,4.800000000000002,32.35,858.9108538250701,23.618464189186408,21.041731627711197
-1999,2,2,12,30,980.0,91.0,630.0,5.0,-12.0,4.800000000000002,32.97,878.9443943659131,25.076052186744985,22.439219003647246
-1999,2,2,13,30,968.0,85.0,581.0,5.0,-11.0,4.9,35.53,818.2858464649377,23.569232383787803,21.11437484439299
-1999,2,2,14,30,927.0,74.0,471.0,4.0,-10.0,4.5,40.86,679.050033617368,19.816826915012875,17.779676814160773
-1999,2,2,15,30,448.0,98.0,233.0,2.0,-9.0,3.6,49.7,319.0259948357632,9.883009708321763,8.925931723814474
-1999,2,2,16,30,43.0,52.0,58.0,0.0,-9.0,3.4000000000000004,53.43,63.80901007260732,1.597631773767693,1.406204743549871
-1999,2,2,17,30,0.0,0.0,0.0,0.0,-10.0,4.2,53.52,0.0,0.0,0.0
-1999,2,2,18,30,0.0,0.0,0.0,0.0,-10.0,5.2,51.95,0.0,0.0,0.0
-1999,2,2,19,30,0.0,0.0,0.0,0.0,-10.0,6.2,50.38,0.0,0.0,0.0
-1999,2,2,20,30,0.0,0.0,0.0,0.0,-11.0,7.6,48.87000000000001,0.0,0.0,0.0
-1999,2,2,21,30,0.0,0.0,0.0,0.0,-11.0,9.1,47.62,0.0,0.0,0.0
-1999,2,2,22,30,0.0,0.0,0.0,0.0,-11.0,9.4,48.22,0.0,0.0,0.0
-1999,2,2,23,30,0.0,0.0,0.0,0.0,-11.0,9.0,50.11,0.0,0.0,0.0
-1999,2,3,0,30,0.0,0.0,0.0,0.0,-10.0,8.8,52.0,0.0,0.0,0.0
-1999,2,3,1,30,0.0,0.0,0.0,0.0,-10.0,8.700000000000001,53.18,0.0,0.0,0.0
-1999,2,3,2,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.34,0.0,0.0,0.0
-1999,2,3,3,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.15,0.0,0.0,0.0
-1999,2,3,4,30,0.0,0.0,0.0,0.0,-10.0,8.5,53.62000000000001,0.0,0.0,0.0
-1999,2,3,5,30,0.0,0.0,0.0,0.0,-10.0,7.8000000000000025,53.95,0.0,0.0,0.0
-1999,2,3,6,30,0.0,0.0,0.0,0.0,-10.0,7.4,53.63,0.0,0.0,0.0
-1999,2,3,7,30,387.0,20.0,42.0,0.0,-10.0,7.8000000000000025,48.66,96.57549995091898,1.8198142477919559,1.530087747939199
-1999,2,3,8,30,771.0,47.0,223.0,1.0,-10.0,8.6,43.57,361.64830615004087,7.481021926755634,6.396077008305512
-1999,2,3,9,30,911.0,59.0,400.0,2.0,-11.0,8.9,41.49,592.4946921157406,12.421280736159844,10.643796659812622
-1999,2,3,10,30,690.0,120.0,452.0,2.0,-11.0,8.6,40.45,612.9206745569559,12.98402028604396,11.145258262373092
-1999,2,3,11,30,555.0,185.0,486.0,3.0,-12.0,8.3,37.23,621.534134967449,14.349405399468832,12.484802994566486
-1999,2,3,12,30,537.0,196.0,494.0,4.0,-11.0,7.8000000000000025,37.34,626.113691495696,15.798133243944367,13.91979216945728
-1999,2,3,13,30,551.0,171.0,456.0,4.0,-11.0,7.0,37.53,587.3468754056538,15.643058937962074,13.881018311745112
-1999,2,3,14,30,543.0,139.0,373.0,3.0,-11.0,5.6000000000000005,41.34,492.90784076424904,13.68902166155412,12.210298139261374
-1999,2,3,15,30,869.0,50.0,315.0,1.0,-10.0,3.2,44.0,484.42015977912786,13.290113356283541,11.836852876946157
-1999,2,3,16,30,308.0,47.0,91.0,0.0,-9.0,1.1,56.52,139.75795360859888,4.079086752218904,3.659812891393108
-1999,2,3,17,30,0.0,0.0,0.0,-1.0,-10.0,0.4,61.07,0.0,-1.0,-1.0
-1999,2,3,18,30,0.0,0.0,0.0,-2.0,-10.0,0.7000000000000001,59.66,0.0,-2.0,-2.0
-1999,2,3,19,30,0.0,0.0,0.0,-2.0,-11.0,1.4,62.39,0.0,-2.0,-2.0
-1999,2,3,20,30,0.0,0.0,0.0,-3.0,-11.0,2.2,59.9,0.0,-3.0,-3.0
-1999,2,3,21,30,0.0,0.0,0.0,-3.0,-11.0,3.1,58.17,0.0,-3.0,-3.0
-1999,2,3,22,30,0.0,0.0,0.0,-2.0,-12.0,3.7,57.17,0.0,-2.0,-2.0
-1999,2,3,23,30,0.0,0.0,0.0,-2.0,-12.0,4.2,52.58,0.0,-2.0,-2.0
-1999,2,4,0,30,0.0,0.0,0.0,-2.0,-12.0,4.9,52.35,0.0,-2.0,-2.0
-1999,2,4,1,30,0.0,0.0,0.0,-2.0,-12.0,5.300000000000002,52.98,0.0,-2.0,-2.0
-1999,2,4,2,30,0.0,0.0,0.0,-2.0,-11.0,5.1000000000000005,56.16,0.0,-2.0,-2.0
-1999,2,4,3,30,0.0,0.0,0.0,-2.0,-10.0,4.7,60.98,0.0,-2.0,-2.0
-1999,2,4,4,30,0.0,0.0,0.0,-1.0,-9.0,4.4,64.98,0.0,-1.0,-1.0
-1999,2,4,5,30,0.0,0.0,0.0,-1.0,-8.0,4.1000000000000005,63.29,0.0,-1.0,-1.0
-1999,2,4,6,30,0.0,0.0,0.0,0.0,-8.0,4.2,61.18,0.0,0.0,0.0
-1999,2,4,7,30,0.0,19.0,19.0,1.0,-7.0,4.6000000000000005,59.27,18.570309923099597,1.429734696819572,1.3740237670502733
-1999,2,4,8,30,758.0,44.0,221.0,3.0,-7.0,4.6000000000000005,54.38,355.0150254582175,11.215386547852258,10.150341471477606
-1999,2,4,9,30,892.0,56.0,393.0,6.0,-6.0,4.0,48.01,580.6147699034079,19.974236005106036,18.232391695395812
-1999,2,4,10,30,959.0,61.0,526.0,10.0,-4.0,3.7,43.86,751.1307178885728,28.438308116179698,26.18491596251398
-1999,2,4,11,30,990.0,63.0,604.0,12.0,-4.0,3.7,36.34,850.6705312468539,32.881751986623655,30.329740392883096
-1999,2,4,12,30,997.0,62.0,620.0,13.0,-3.0,3.5,34.93,870.4807680577659,34.651511545493705,32.04006924132041
-1999,2,4,13,30,979.0,61.0,571.0,13.0,-3.0,3.0,35.81,809.3073066926098,33.80637049196633,31.378448571888494
-1999,2,4,14,30,940.0,55.0,465.0,12.0,-2.0,2.1,40.91,674.7414770205372,30.41681798903388,28.39259355797227
-1999,2,4,15,30,440.0,103.0,239.0,9.0,0.0,1.5,60.57,322.47626161475824,18.16247233265549,17.195043547811217
-1999,2,4,16,30,267.0,51.0,90.0,6.0,-2.0,1.6,64.24,131.87772364415014,9.721981675735899,9.326348504803448
-1999,2,4,17,30,0.0,0.0,0.0,4.0,-3.0,1.8,68.45,0.0,4.0,4.0
-1999,2,4,18,30,0.0,0.0,0.0,3.0,-3.0,2.1,71.89,0.0,3.0,3.0
-1999,2,4,19,30,0.0,0.0,0.0,2.0,-3.0,2.2,76.66,0.0,2.0,2.0
-1999,2,4,20,30,0.0,0.0,0.0,1.0,-3.0,2.0,74.55,0.0,1.0,1.0
-1999,2,4,21,30,0.0,0.0,0.0,1.0,-4.0,2.0,70.01,0.0,1.0,1.0
-1999,2,4,22,30,0.0,0.0,0.0,1.0,-5.0,2.0,70.79,0.0,1.0,1.0
-1999,2,4,23,30,0.0,0.0,0.0,1.0,-5.0,2.1,64.11,0.0,1.0,1.0
-1999,2,5,0,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.68,0.0,1.0,1.0
-1999,2,5,1,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,66.96000000000001,0.0,1.0,1.0
-1999,2,5,2,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,67.56,0.0,1.0,1.0
-1999,2,5,3,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,67.71000000000001,0.0,1.0,1.0
-1999,2,5,4,30,0.0,0.0,0.0,1.0,-5.0,2.5,72.93,0.0,1.0,1.0
-1999,2,5,5,30,0.0,0.0,0.0,0.0,-5.0,2.5,72.86,0.0,0.0,0.0
-1999,2,5,6,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.66,0.0,1.0,1.0
-1999,2,5,7,30,406.0,20.0,46.0,3.0,-4.0,3.9,65.88,101.74800165038863,5.465008497080736,5.15976449212957
-1999,2,5,8,30,759.0,45.0,225.0,6.0,-3.0,4.800000000000002,60.15,358.07228257689866,14.178762931671873,13.104546083941177
-1999,2,5,9,30,890.0,57.0,397.0,7.0,-3.0,5.2,55.47,582.673411985138,19.96722301617641,18.219202780220993
-1999,2,5,10,30,0.0,118.0,118.0,8.0,-3.0,5.1000000000000005,49.47,115.33139846977645,10.583383528730007,10.237389333320678
-1999,2,5,11,30,975.0,69.0,606.0,9.0,-4.0,4.3,48.17,847.5199347024364,29.000845496796547,26.458285692689238
-1999,2,5,12,30,500.0,212.0,493.0,9.0,-4.0,3.4000000000000004,44.78,614.9218750715784,24.39623831934208,22.551472694127344
-1999,2,5,13,30,0.0,90.0,90.0,9.0,-4.0,2.5,48.47,87.96462595152441,11.337801889766096,11.073908011911524
-1999,2,5,14,30,0.0,70.0,70.0,8.0,-3.0,1.7000000000000002,52.39,68.4169312956301,9.918035154836469,9.712784360949579
-1999,2,5,15,30,368.0,114.0,230.0,6.0,-3.0,0.8,61.35,297.9982898027149,14.875186660553696,13.981191791145552
-1999,2,5,16,30,0.0,51.0,51.0,3.0,-2.0,0.30000000000000004,75.65,49.8466213725305,4.535579805701286,4.386039941583695
-1999,2,5,17,30,0.0,0.0,0.0,1.0,-4.0,0.2,73.68,0.0,1.0,1.0
-1999,2,5,18,30,0.0,0.0,0.0,0.0,-4.0,0.1,77.9,0.0,0.0,0.0
-1999,2,5,19,30,0.0,0.0,0.0,0.0,-4.0,0.0,82.86,0.0,0.0,0.0
-1999,2,5,20,30,0.0,0.0,0.0,0.0,-4.0,0.2,81.2,0.0,0.0,0.0
-1999,2,5,21,30,0.0,0.0,0.0,-1.0,-5.0,0.5,84.85000000000002,0.0,-1.0,-1.0
-1999,2,5,22,30,0.0,0.0,0.0,-1.0,-5.0,0.8,82.19,0.0,-1.0,-1.0
-1999,2,5,23,30,0.0,0.0,0.0,-1.0,-6.0,0.9,79.78,0.0,-1.0,-1.0
-1999,2,6,0,30,0.0,0.0,0.0,-1.0,-6.0,1.1,83.46000000000002,0.0,-1.0,-1.0
-1999,2,6,1,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,81.01,0.0,-1.0,-1.0
-1999,2,6,2,30,0.0,0.0,0.0,-2.0,-7.0,1.4,78.5,0.0,-2.0,-2.0
-1999,2,6,3,30,0.0,0.0,0.0,-2.0,-7.0,1.5,75.98,0.0,-2.0,-2.0
-1999,2,6,4,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.24,0.0,-2.0,-2.0
-1999,2,6,5,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.28,0.0,-2.0,-2.0
-1999,2,6,6,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,69.11,0.0,-1.0,-1.0
-1999,2,6,7,30,198.0,23.0,36.0,0.0,-7.0,2.3000000000000003,62.5,62.92733997450249,1.6948175584407617,1.5060355385172541
-1999,2,6,8,30,36.0,92.0,101.0,3.0,-6.0,2.8000000000000003,57.9,104.90102681149882,5.732888189388113,5.418185108953617
-1999,2,6,9,30,307.0,159.0,278.0,5.0,-5.0,2.9000000000000004,52.84,337.9774535347383,13.74679550405263,12.732863143448414
-1999,2,6,10,30,362.0,210.0,389.0,6.0,-5.0,2.9000000000000004,48.39,468.3383209230841,18.120511226363632,16.715496263594382
-1999,2,6,11,30,394.0,239.0,458.0,7.0,-6.0,2.5,47.71,550.0313582863963,21.617970973254245,19.967876898395055
-1999,2,6,12,30,980.0,73.0,629.0,7.0,-6.0,2.3000000000000003,43.92,873.5654152324978,30.527675010298054,27.906978764600563
-1999,2,6,13,30,970.0,69.0,583.0,7.0,-6.0,2.2,43.31,816.3405469829046,29.133523232830104,26.68450159188139
-1999,2,6,14,30,930.0,64.0,477.0,7.0,-6.0,2.0,45.66,682.6144341544139,25.756554000043927,23.708710697580685
-1999,2,6,15,30,454.0,105.0,249.0,5.0,-6.0,1.3,53.08,334.09903531499776,14.621024691924578,13.618727585979585
-1999,2,6,16,30,123.0,59.0,78.0,2.0,-5.0,0.8,67.96000000000001,96.09494253157189,4.861964585996462,4.573679758401747
-1999,2,6,17,30,0.0,0.0,0.0,0.0,-6.0,0.7000000000000001,64.59,0.0,0.0,0.0
-1999,2,6,18,30,0.0,0.0,0.0,0.0,-6.0,0.8,64.08,0.0,0.0,0.0
-1999,2,6,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.7,0.0,0.0,0.0
-1999,2,6,20,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.46,0.0,0.0,0.0
-1999,2,6,21,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.1,0.0,0.0,0.0
-1999,2,6,22,30,0.0,0.0,0.0,0.0,-7.0,2.0,63.97,0.0,0.0,0.0
-1999,2,6,23,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.98,0.0,0.0,0.0
-1999,2,7,0,30,0.0,0.0,0.0,0.0,-7.0,3.1,63.66,0.0,0.0,0.0
-1999,2,7,1,30,0.0,0.0,0.0,0.0,-7.0,3.5,60.37000000000001,0.0,0.0,0.0
-1999,2,7,2,30,0.0,0.0,0.0,0.0,-7.0,3.5,61.67,0.0,0.0,0.0
-1999,2,7,3,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,62.77,0.0,0.0,0.0
-1999,2,7,4,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,64.04,0.0,0.0,0.0
-1999,2,7,5,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.93,0.0,0.0,0.0
-1999,2,7,6,30,0.0,0.0,0.0,0.0,-6.0,1.9,61.33,0.0,0.0,0.0
-1999,2,7,7,30,178.0,24.0,37.0,2.0,-6.0,2.2,59.43,60.1639591730777,3.6312314671345653,3.450739589615332
-1999,2,7,8,30,454.0,74.0,185.0,5.0,-5.0,2.6,55.15,262.28936192057347,11.924557344705581,11.137689258943862
-1999,2,7,9,30,610.0,105.0,343.0,8.0,-4.0,2.5,49.95,467.00479694588756,20.41140611945055,19.010391728612888
-1999,2,7,10,30,957.0,61.0,537.0,11.0,-4.0,2.3000000000000003,42.29,757.9031813700867,31.412552316760973,29.13884277265071
-1999,2,7,11,30,984.0,63.0,614.0,12.0,-3.0,2.5,40.24,854.8935212104191,34.72017493186278,32.15549436823152
-1999,2,7,12,30,988.0,64.0,630.0,13.0,-3.0,3.0,38.27,874.4541006442479,35.48122047801298,32.857858176080235
-1999,2,7,13,30,465.0,209.0,458.0,13.0,-3.0,3.6,36.77,564.754039530362,26.954855242199553,25.260593123608466
-1999,2,7,14,30,558.0,142.0,392.0,12.0,-2.0,3.6,40.23,512.5257827560146,24.66431509228839,23.126737744020346
-1999,2,7,15,30,497.0,101.0,260.0,10.0,-1.0,2.7,56.21,353.5264586143127,19.271444809939805,18.210865434096867
-1999,2,7,16,30,658.0,33.0,139.0,6.0,-1.0,1.9,69.71000000000001,239.5382396839409,12.626057645068466,11.907442926016643
-1999,2,7,17,30,0.0,0.0,0.0,4.0,-2.0,1.9,79.11,0.0,4.0,4.0
-1999,2,7,18,30,0.0,0.0,0.0,3.0,-2.0,2.1,83.25,0.0,3.0,3.0
-1999,2,7,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.3,0.0,2.0,2.0
-1999,2,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.7,79.36,0.0,2.0,2.0
-1999,2,7,21,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.97,0.0,2.0,2.0
-1999,2,7,22,30,0.0,0.0,0.0,2.0,-4.0,3.2,74.41,0.0,2.0,2.0
-1999,2,7,23,30,0.0,0.0,0.0,2.0,-4.0,3.5,72.4,0.0,2.0,2.0
-1999,2,8,0,30,0.0,0.0,0.0,2.0,-4.0,3.8,71.75,0.0,2.0,2.0
-1999,2,8,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,72.69,0.0,2.0,2.0
-1999,2,8,2,30,0.0,0.0,0.0,2.0,-4.0,4.3,74.38,0.0,2.0,2.0
-1999,2,8,3,30,0.0,0.0,0.0,1.0,-3.0,4.4,75.53,0.0,1.0,1.0
-1999,2,8,4,30,0.0,0.0,0.0,1.0,-3.0,4.3,75.7,0.0,1.0,1.0
-1999,2,8,5,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.43,0.0,1.0,1.0
-1999,2,8,6,30,0.0,0.0,0.0,2.0,-3.0,3.7,75.32000000000002,0.0,2.0,2.0
-1999,2,8,7,30,473.0,21.0,56.0,4.0,-3.0,3.7,67.04,118.99546885510945,6.921029678226067,6.564043271660739
-1999,2,8,8,30,793.0,43.0,239.0,7.0,-2.0,4.4,58.93,375.73086283727395,15.809140096352776,14.681947507840954
-1999,2,8,9,30,909.0,54.0,412.0,9.0,-2.0,5.0,51.49,598.2228253139197,22.487351950360082,20.692683474418324
-1999,2,8,10,30,964.0,60.0,544.0,11.0,-2.0,4.5,47.59,764.879656401101,28.81602023000225,26.521381260798947
-1999,2,8,11,30,988.0,63.0,620.0,12.0,-2.0,3.7,43.62,861.1873645619698,33.13991292779206,30.55635083410615
-1999,2,8,12,30,990.0,64.0,635.0,12.0,-2.0,3.0,40.23,879.2435697735358,34.60435228263123,31.966621573310626
-1999,2,8,13,30,970.0,63.0,586.0,12.0,-2.0,2.4000000000000004,39.99,816.6038576692949,33.847503825505825,31.39769225249794
-1999,2,8,14,30,506.0,158.0,387.0,11.0,-2.0,1.8,43.09,494.8752232511671,24.781014848201227,23.296389178447725
-1999,2,8,15,30,483.0,104.0,261.0,9.0,-1.0,1.6,53.37000000000001,350.6550419914024,18.89652842596889,17.844563299994682
-1999,2,8,16,30,336.0,56.0,112.0,6.0,-1.0,2.4000000000000004,68.86,161.44122183163506,10.319215098527453,9.834891433032547
-1999,2,8,17,30,0.0,0.0,0.0,3.0,-1.0,2.5,81.83,0.0,3.0,3.0
-1999,2,8,18,30,0.0,0.0,0.0,1.0,-1.0,1.5,88.61,0.0,1.0,1.0
-1999,2,8,19,30,0.0,0.0,0.0,0.0,-1.0,0.6000000000000001,93.88,0.0,0.0,0.0
-1999,2,8,20,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,96.65,0.0,0.0,0.0
-1999,2,8,21,30,0.0,0.0,0.0,-1.0,-3.0,1.1,98.62,0.0,-1.0,-1.0
-1999,2,8,22,30,0.0,0.0,0.0,-1.0,-4.0,1.6,100.0,0.0,-1.0,-1.0
-1999,2,8,23,30,0.0,0.0,0.0,-1.0,-4.0,2.1,96.01,0.0,-1.0,-1.0
-1999,2,9,0,30,0.0,0.0,0.0,-1.0,-5.0,2.5,91.33,0.0,-1.0,-1.0
-1999,2,9,1,30,0.0,0.0,0.0,-1.0,-5.0,2.7,87.36,0.0,-1.0,-1.0
-1999,2,9,2,30,0.0,0.0,0.0,-1.0,-6.0,3.0,78.54,0.0,-1.0,-1.0
-1999,2,9,3,30,0.0,0.0,0.0,-1.0,-6.0,3.3000000000000003,76.63,0.0,-1.0,-1.0
-1999,2,9,4,30,0.0,0.0,0.0,-1.0,-6.0,3.5,74.59,0.0,-1.0,-1.0
-1999,2,9,5,30,0.0,0.0,0.0,-1.0,-7.0,3.7,73.45,0.0,-1.0,-1.0
-1999,2,9,6,30,0.0,0.0,0.0,0.0,-7.0,4.3,68.34,0.0,0.0,0.0
-1999,2,9,7,30,430.0,24.0,57.0,2.0,-6.0,4.7,63.22,113.85870705891175,4.617664321664958,4.276088200488223
-1999,2,9,8,30,792.0,45.0,244.0,6.0,-4.0,4.800000000000002,56.75,379.2171160196936,14.661734075692682,13.524082727633601
-1999,2,9,9,30,928.0,52.0,422.0,10.0,-3.0,5.1000000000000005,47.58,610.2365804584122,23.669088830115196,21.83837908873996
-1999,2,9,10,30,985.0,58.0,556.0,12.0,-3.0,5.300000000000002,39.58,781.248758902152,29.274059823331385,26.93031354662493
-1999,2,9,11,30,1008.0,61.0,634.0,13.0,-3.0,5.2,35.89,878.5838041623664,32.55262054631841,29.91686913383131
-1999,2,9,12,30,1011.0,62.0,650.0,14.0,-4.0,5.2,32.43,897.845844976415,33.981291520220395,31.287753985291147
-1999,2,9,13,30,997.0,60.0,602.0,13.0,-3.0,5.0,35.0,837.8379090233163,31.88964158199983,29.37612785492988
-1999,2,9,14,30,958.0,56.0,495.0,12.0,-3.0,4.5,38.94,702.212047639608,28.356329968773572,26.24969382585475
-1999,2,9,15,30,870.0,50.0,337.0,10.0,-1.0,3.0,49.59,499.84885463909524,22.850545613022824,21.35099904910554
-1999,2,9,16,30,669.0,37.0,149.0,7.0,-1.0,1.9,65.13,250.29945888657412,13.923732282996625,13.172833906336901
-1999,2,9,17,30,0.0,0.0,0.0,5.0,-2.0,1.7000000000000002,67.21000000000001,0.0,5.0,5.0
-1999,2,9,18,30,0.0,0.0,0.0,4.0,-2.0,2.0,75.73,0.0,4.0,4.0
-1999,2,9,19,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,78.86,0.0,3.0,3.0
-1999,2,9,20,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.58,0.0,2.0,2.0
-1999,2,9,21,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.72,0.0,2.0,2.0
-1999,2,9,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.54,0.0,2.0,2.0
-1999,2,9,23,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.88,0.0,2.0,2.0
-1999,2,10,0,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.7,0.0,2.0,2.0
-1999,2,10,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,73.28,0.0,2.0,2.0
-1999,2,10,2,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.65,0.0,2.0,2.0
-1999,2,10,3,30,0.0,0.0,0.0,2.0,-4.0,3.9,73.39,0.0,2.0,2.0
-1999,2,10,4,30,0.0,0.0,0.0,2.0,-4.0,4.0,72.49,0.0,2.0,2.0
-1999,2,10,5,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,71.48,0.0,1.0,1.0
-1999,2,10,6,30,0.0,0.0,0.0,2.0,-4.0,4.5,70.56,0.0,2.0,2.0
-1999,2,10,7,30,510.0,22.0,64.0,5.0,-4.0,5.2,59.17,129.81845280406267,7.8890709520965565,7.499615593684369
-1999,2,10,8,30,817.0,42.0,251.0,8.0,-3.0,7.3000000000000025,51.52,388.9340341472722,15.564317854123939,14.397515751682121
-1999,2,10,9,30,929.0,53.0,427.0,11.0,-4.0,10.2,39.66,614.4272912776358,20.974336213637446,19.13105433980454
-1999,2,10,10,30,976.0,60.0,558.0,12.0,-4.0,11.7,34.63,779.5409337737804,23.55705703170692,21.218434230385576
-1999,2,10,11,30,982.0,69.0,632.0,13.0,-4.0,11.7,34.03,868.3873055238663,25.8742458294846,23.269083912913
-1999,2,10,12,30,962.0,78.0,642.0,13.0,-3.0,11.1,35.9,875.9913317511517,26.463781889882952,23.835807894629497
-1999,2,10,13,30,933.0,81.0,592.0,12.0,-3.0,9.6,37.71,811.2882846480885,25.664254433047347,23.230389579103083
-1999,2,10,14,30,521.0,158.0,399.0,11.0,-4.0,7.3000000000000025,38.16,508.1257447524076,20.882458992301117,19.358081758043895
-1999,2,10,15,30,465.0,111.0,266.0,8.0,-5.0,4.2,43.79,350.8301826837302,16.33373869576113,15.281248147709942
-1999,2,10,16,30,0.0,35.0,35.0,5.0,-5.0,1.6,58.53,34.20846564781505,5.9654646651300185,5.8628392681865735
-1999,2,10,17,30,0.0,0.0,0.0,2.0,-6.0,1.3,63.9,0.0,2.0,2.0
-1999,2,10,18,30,0.0,0.0,0.0,0.0,-6.0,3.9,64.39,0.0,0.0,0.0
-1999,2,10,19,30,0.0,0.0,0.0,-2.0,-7.0,7.5,78.3,0.0,-2.0,-2.0
-1999,2,10,20,30,0.0,0.0,0.0,-4.0,-8.0,8.5,80.03,0.0,-4.0,-4.0
-1999,2,10,21,30,0.0,0.0,0.0,-5.0,-10.0,7.9,73.88,0.0,-5.0,-5.0
-1999,2,10,22,30,0.0,0.0,0.0,-6.0,-12.0,7.7,71.62,0.0,-6.0,-6.0
-1999,2,10,23,30,0.0,0.0,0.0,-7.0,-13.0,7.5,70.99,0.0,-7.0,-7.0
-1999,2,11,0,30,0.0,0.0,0.0,-7.0,-13.0,7.1000000000000005,67.53,0.0,-7.0,-7.0
-1999,2,11,1,30,0.0,0.0,0.0,-7.0,-14.0,6.7,70.87,0.0,-7.0,-7.0
-1999,2,11,2,30,0.0,0.0,0.0,-7.0,-14.0,6.5,67.68,0.0,-7.0,-7.0
-1999,2,11,3,30,0.0,0.0,0.0,-7.0,-15.0,6.3000000000000025,62.37000000000001,0.0,-7.0,-7.0
-1999,2,11,4,30,0.0,0.0,0.0,-8.0,-17.0,6.2,54.8,0.0,-8.0,-8.0
-1999,2,11,5,30,0.0,0.0,0.0,-8.0,-19.0,6.1000000000000005,51.12000000000001,0.0,-8.0,-8.0
-1999,2,11,6,30,0.0,0.0,0.0,-9.0,-20.0,6.1000000000000005,44.22,0.0,-9.0,-9.0
-1999,2,11,7,30,0.0,5.0,5.0,-8.0,-21.0,6.6000000000000005,37.51,4.886923663973579,-7.900622060673153,-7.915282831665074
-1999,2,11,8,30,857.0,52.0,275.0,-7.0,-22.0,6.8000000000000025,33.06,417.95898370674814,1.391524896073889,0.13764794495364452
-1999,2,11,9,30,974.0,68.0,464.0,-6.0,-22.0,6.7,30.08,659.1264047111016,7.318275457962174,5.340896243828869
-1999,2,11,10,30,1025.0,79.0,607.0,-5.0,-22.0,6.6000000000000005,28.01,837.4484807721743,12.029916985416392,9.51757154309987
-1999,2,11,11,30,1044.0,88.0,691.0,-5.0,-22.0,6.7,28.52,940.8498541309629,14.01076551073974,11.188215948346851
-1999,2,11,12,30,1041.0,93.0,707.0,-5.0,-22.0,6.8000000000000025,28.96,959.6683650693711,14.267634603840513,11.388629508632398
-1999,2,11,13,30,1018.0,92.0,655.0,-5.0,-21.0,6.8000000000000025,29.95,891.9570716052817,12.908168658617672,10.232297443801828
-1999,2,11,14,30,976.0,83.0,539.0,-5.0,-21.0,6.5,31.4,746.6510302633262,10.280948835190461,8.040995744400483
-1999,2,11,15,30,896.0,68.0,371.0,-5.0,-20.0,5.8000000000000025,32.25,535.9184452275264,6.472645396723161,4.864890061040581
-1999,2,11,16,30,713.0,45.0,170.0,-7.0,-20.0,4.800000000000002,38.13,275.75321076862275,-0.7014947867695782,-1.5287544190754465
-1999,2,11,17,30,0.0,0.0,0.0,-8.0,-20.0,4.1000000000000005,42.6,0.0,-8.0,-8.0
-1999,2,11,18,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.18,0.0,-8.0,-8.0
-1999,2,11,19,30,0.0,0.0,0.0,-9.0,-20.0,3.9,47.35,0.0,-9.0,-9.0
-1999,2,11,20,30,0.0,0.0,0.0,-8.0,-20.0,3.8,47.46,0.0,-8.0,-8.0
-1999,2,11,21,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.31,0.0,-8.0,-8.0
-1999,2,11,22,30,0.0,0.0,0.0,-8.0,-20.0,4.2,43.48,0.0,-8.0,-8.0
-1999,2,11,23,30,0.0,0.0,0.0,-7.0,-20.0,4.4,43.64,0.0,-7.0,-7.0
-1999,2,12,0,30,0.0,0.0,0.0,-7.0,-20.0,4.4,40.27,0.0,-7.0,-7.0
-1999,2,12,1,30,0.0,0.0,0.0,-7.0,-19.0,4.2,40.82,0.0,-7.0,-7.0
-1999,2,12,2,30,0.0,0.0,0.0,-6.0,-19.0,4.2,42.3,0.0,-6.0,-6.0
-1999,2,12,3,30,0.0,0.0,0.0,-6.0,-19.0,4.4,40.16,0.0,-6.0,-6.0
-1999,2,12,4,30,0.0,0.0,0.0,-5.0,-18.0,4.4,40.88,0.0,-5.0,-5.0
-1999,2,12,5,30,0.0,0.0,0.0,-5.0,-18.0,4.3,38.36,0.0,-5.0,-5.0
-1999,2,12,6,30,0.0,0.0,0.0,-4.0,-18.0,4.5,36.35,0.0,-4.0,-4.0
-1999,2,12,7,30,379.0,29.0,63.0,-1.0,-16.0,4.800000000000002,35.89,110.53645809932264,1.524773712153745,1.193164337855777
-1999,2,12,8,30,609.0,61.0,222.0,1.0,-15.0,4.7,32.46,322.12453776255285,8.405792068212781,7.439418454925123
-1999,2,12,9,30,760.0,77.0,389.0,3.0,-13.0,4.800000000000002,33.47,539.9156776482499,15.332265147134564,13.712518114189814
-1999,2,12,10,30,747.0,117.0,505.0,5.0,-11.0,4.800000000000002,33.85,670.7120827894421,20.319798229187573,18.307661980819248
-1999,2,12,11,30,842.0,109.0,600.0,6.0,-10.0,4.7,34.46,798.6800857903728,24.362024468765735,21.965984211394616
-1999,2,12,12,30,781.0,135.0,600.0,7.0,-9.0,4.5,34.18,786.2572010457218,25.313958388860293,22.95518678572313
-1999,2,12,13,30,981.0,87.0,633.0,8.0,-8.0,4.0,36.07,861.0022907558786,28.722602723250066,26.13959585098243
-1999,2,12,14,30,744.0,100.0,451.0,7.0,-8.0,3.0,40.6,607.2939639689278,22.61283718481439,20.790955292907604
-1999,2,12,15,30,658.0,78.0,303.0,4.0,-6.0,1.6,53.91,422.8050887432116,15.93281737980567,14.664402113576035
-1999,2,12,16,30,514.0,45.0,138.0,1.0,-5.0,0.6000000000000001,65.98,212.33231087377743,7.409769916530236,6.772772983908904
-1999,2,12,17,30,0.0,0.0,0.0,0.0,-8.0,0.30000000000000004,63.17,0.0,0.0,0.0
-1999,2,12,18,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,59.62000000000001,0.0,0.0,0.0
-1999,2,12,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,61.83,0.0,-1.0,-1.0
-1999,2,12,20,30,0.0,0.0,0.0,-1.0,-9.0,2.2,64.36,0.0,-1.0,-1.0
-1999,2,12,21,30,0.0,0.0,0.0,-2.0,-10.0,2.6,62.11,0.0,-2.0,-2.0
-1999,2,12,22,30,0.0,0.0,0.0,-2.0,-10.0,2.8000000000000003,58.83,0.0,-2.0,-2.0
-1999,2,12,23,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.66,0.0,-2.0,-2.0
-1999,2,13,0,30,0.0,0.0,0.0,-1.0,-12.0,2.4000000000000004,51.17,0.0,-1.0,-1.0
-1999,2,13,1,30,0.0,0.0,0.0,-1.0,-12.0,2.1,49.61,0.0,-1.0,-1.0
-1999,2,13,2,30,0.0,0.0,0.0,-1.0,-13.0,2.0,48.67,0.0,-1.0,-1.0
-1999,2,13,3,30,0.0,0.0,0.0,-1.0,-13.0,2.0,47.71,0.0,-1.0,-1.0
-1999,2,13,4,30,0.0,0.0,0.0,-1.0,-13.0,2.1,46.0,0.0,-1.0,-1.0
-1999,2,13,5,30,0.0,0.0,0.0,-1.0,-14.0,2.3000000000000003,44.21,0.0,-1.0,-1.0
-1999,2,13,6,30,0.0,0.0,0.0,0.0,-14.0,2.5,39.64,0.0,0.0,0.0
-1999,2,13,7,30,587.0,26.0,81.0,2.0,-13.0,3.0,35.33,154.0904879014663,5.9614912086583765,5.499219744953978
-1999,2,13,8,30,877.0,50.0,286.0,5.0,-11.0,3.2,33.71,429.26598151065434,15.890809282519813,14.60301133798785
-1999,2,13,9,30,985.0,65.0,474.0,9.0,-9.0,2.5,29.31,668.6619953976906,26.770771597629928,24.764785611436857
-1999,2,13,10,30,1035.0,74.0,617.0,12.0,-9.0,1.8,24.66,846.4294896096894,35.57090599047082,33.03161752164175
-1999,2,13,11,30,1057.0,79.0,700.0,13.0,-10.0,1.7000000000000002,21.83,949.4993897527241,39.618750279403706,36.770252110145535
-1999,2,13,12,30,1059.0,81.0,716.0,14.0,-10.0,1.7000000000000002,20.27,969.7977843008483,41.187805827390996,38.27841247448845
-1999,2,13,13,30,1043.0,78.0,664.0,14.0,-9.0,1.5,20.5,904.531367290937,39.70032158436236,36.98672748248954
-1999,2,13,14,30,1005.0,71.0,549.0,13.0,-8.0,0.9,24.63,760.6904027242226,35.50316780808325,33.22109659991058
-1999,2,13,15,30,930.0,59.0,382.0,10.0,-2.0,0.6000000000000001,48.2,550.0474964188239,26.60452844270139,24.95438595344492
-1999,2,13,16,30,760.0,41.0,181.0,7.0,-5.0,0.7000000000000001,48.17,290.8344275380028,15.720467224642167,14.847963942028159
-1999,2,13,17,30,0.0,0.0,0.0,4.0,-9.0,1.1,44.77,0.0,4.0,4.0
-1999,2,13,18,30,0.0,0.0,0.0,2.0,-9.0,1.5,47.1,0.0,2.0,2.0
-1999,2,13,19,30,0.0,0.0,0.0,0.0,-9.0,1.8,50.98,0.0,0.0,0.0
-1999,2,13,20,30,0.0,0.0,0.0,0.0,-10.0,2.0,51.86,0.0,0.0,0.0
-1999,2,13,21,30,0.0,0.0,0.0,0.0,-11.0,2.0,46.98,0.0,0.0,0.0
-1999,2,13,22,30,0.0,0.0,0.0,0.0,-13.0,2.0,39.22,0.0,0.0,0.0
-1999,2,13,23,30,0.0,0.0,0.0,0.0,-14.0,2.0,35.73000000000001,0.0,0.0,0.0
-1999,2,14,0,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.62,0.0,0.0,0.0
-1999,2,14,1,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.160000000000004,0.0,0.0,0.0
-1999,2,14,2,30,0.0,0.0,0.0,0.0,-14.0,2.1,34.31,0.0,0.0,0.0
-1999,2,14,3,30,0.0,0.0,0.0,0.0,-14.0,2.1,38.64,0.0,0.0,0.0
-1999,2,14,4,30,0.0,0.0,0.0,0.0,-13.0,2.1,40.0,0.0,0.0,0.0
-1999,2,14,5,30,0.0,0.0,0.0,0.0,-13.0,2.1,39.98,0.0,0.0,0.0
-1999,2,14,6,30,0.0,0.0,0.0,0.0,-14.0,2.2,36.56,0.0,0.0,0.0
-1999,2,14,7,30,594.0,27.0,84.0,4.0,-11.0,2.8000000000000003,34.88,158.0291761469304,8.116986098207947,7.642898569767157
-1999,2,14,8,30,860.0,52.0,286.0,9.0,-9.0,3.6,32.32,426.2105830867725,19.531499685447788,18.25286793618747
-1999,2,14,9,30,857.0,60.0,420.0,12.0,-8.0,3.9,28.01,587.7097001816911,26.238209903546608,24.475080803001536
-1999,2,14,10,30,778.0,112.0,523.0,14.0,-9.0,3.8,23.32,693.8063057603212,30.91943917793413,28.838020260653167
-1999,2,14,11,30,292.0,281.0,455.0,14.0,-9.0,4.1000000000000005,20.49,516.5713298567911,26.351520410717708,24.801806421147333
-1999,2,14,12,30,901.0,101.0,646.0,13.0,-9.0,4.7,22.85,859.3805484331153,32.757556171811075,30.17941452651173
-1999,2,14,13,30,873.0,96.0,590.0,12.0,-8.0,4.9,26.66,789.8513265925928,29.92397228365038,27.554418303872602
-1999,2,14,14,30,173.0,225.0,309.0,10.0,-6.0,4.5,34.9,339.42933198629794,17.906184711170894,16.887896715212
-1999,2,14,15,30,248.0,147.0,234.0,8.0,-5.0,3.6,42.68,275.6476088566754,14.811146464135291,13.984203637565265
-1999,2,14,16,30,667.0,35.0,161.0,5.0,-5.0,2.8000000000000003,54.46,255.8877135330413,11.66640290738624,10.898739766787116
-1999,2,14,17,30,0.0,0.0,0.0,3.0,-5.0,2.4000000000000004,65.4,0.0,3.0,3.0
-1999,2,14,18,30,0.0,0.0,0.0,1.0,-6.0,2.5,61.7,0.0,1.0,1.0
-1999,2,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,61.89,0.0,0.0,0.0
-1999,2,14,20,30,0.0,0.0,0.0,0.0,-8.0,3.7,57.0,0.0,0.0,0.0
-1999,2,14,21,30,0.0,0.0,0.0,0.0,-9.0,3.8,51.81,0.0,0.0,0.0
-1999,2,14,22,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.29,0.0,0.0,0.0
-1999,2,14,23,30,0.0,0.0,0.0,0.0,-11.0,3.1,50.01,0.0,0.0,0.0
-1999,2,15,0,30,0.0,0.0,0.0,0.0,-11.0,2.7,48.76,0.0,0.0,0.0
-1999,2,15,1,30,0.0,0.0,0.0,-1.0,-11.0,2.4000000000000004,51.46,0.0,-1.0,-1.0
-1999,2,15,2,30,0.0,0.0,0.0,-1.0,-11.0,2.1,50.73,0.0,-1.0,-1.0
-1999,2,15,3,30,0.0,0.0,0.0,-1.0,-11.0,1.9,54.01,0.0,-1.0,-1.0
-1999,2,15,4,30,0.0,0.0,0.0,-1.0,-11.0,1.8,53.89,0.0,-1.0,-1.0
-1999,2,15,5,30,0.0,0.0,0.0,-1.0,-11.0,1.5,50.66,0.0,-1.0,-1.0
-1999,2,15,6,30,0.0,0.0,0.0,0.0,-11.0,0.9,48.58,0.0,0.0,0.0
-1999,2,15,7,30,240.0,42.0,66.0,1.0,-8.0,0.9,51.68,94.83348511614196,3.8054170550217625,3.520916599673337
-1999,2,15,8,30,591.0,95.0,259.0,2.0,-7.0,2.3000000000000003,55.83,352.4870633785977,11.493508932354837,10.436047742219044
-1999,2,15,9,30,550.0,132.0,366.0,2.0,-7.0,3.7,58.01,470.230462974333,13.542936476232327,12.132245087309329
-1999,2,15,10,30,266.0,249.0,392.0,2.0,-6.0,4.1000000000000005,63.67,444.0130490197711,12.61660978961627,11.284570642556956
-1999,2,15,11,30,82.0,284.0,333.0,1.0,-5.0,4.0,68.15,345.7803343038171,9.322240921101377,8.284899918189925
-1999,2,15,12,30,20.0,225.0,238.0,1.0,-4.0,3.3000000000000003,69.32000000000001,236.8671745147292,6.969909943141941,6.259308419597753
-1999,2,15,13,30,495.0,216.0,498.0,1.0,-5.0,2.6,68.82000000000001,607.3096988030388,17.03324970774447,15.211320611335353
-1999,2,15,14,30,670.0,126.0,450.0,1.0,-5.0,1.8,67.65,587.9570691735175,17.373107239342907,15.609236031822356
-1999,2,15,15,30,422.0,126.0,276.0,0.0,-5.0,1.1,65.73,348.8486552571662,10.1817742135381,9.135228247766602
-1999,2,15,16,30,458.0,74.0,163.0,0.0,-5.0,0.6000000000000001,75.10000000000002,225.63385553313034,6.811309561862817,6.134407995263426
-1999,2,15,17,30,0.0,0.0,0.0,-1.0,-6.0,0.4,76.36,0.0,-1.0,-1.0
-1999,2,15,18,30,0.0,0.0,0.0,-2.0,-6.0,0.30000000000000004,80.33,0.0,-2.0,-2.0
-1999,2,15,19,30,0.0,0.0,0.0,-3.0,-7.0,0.5,84.60000000000002,0.0,-3.0,-3.0
-1999,2,15,20,30,0.0,0.0,0.0,-3.0,-7.0,0.6000000000000001,82.03,0.0,-3.0,-3.0
-1999,2,15,21,30,0.0,0.0,0.0,-3.0,-8.0,0.6000000000000001,85.4,0.0,-3.0,-3.0
-1999,2,15,22,30,0.0,0.0,0.0,-4.0,-8.0,0.6000000000000001,82.05,0.0,-4.0,-4.0
-1999,2,15,23,30,0.0,0.0,0.0,-4.0,-9.0,0.7000000000000001,84.86,0.0,-4.0,-4.0
-1999,2,16,0,30,0.0,0.0,0.0,-5.0,-9.0,1.0,80.72,0.0,-5.0,-5.0
-1999,2,16,1,30,0.0,0.0,0.0,-5.0,-10.0,1.5,76.46000000000002,0.0,-5.0,-5.0
-1999,2,16,2,30,0.0,0.0,0.0,-5.0,-11.0,2.1,77.35000000000002,0.0,-5.0,-5.0
-1999,2,16,3,30,0.0,0.0,0.0,-5.0,-12.0,2.5,72.31,0.0,-5.0,-5.0
-1999,2,16,4,30,0.0,0.0,0.0,-5.0,-12.0,2.8000000000000003,62.3,0.0,-5.0,-5.0
-1999,2,16,5,30,0.0,0.0,0.0,-5.0,-13.0,2.9000000000000004,58.84,0.0,-5.0,-5.0
-1999,2,16,6,30,0.0,0.0,0.0,-4.0,-13.0,3.3000000000000003,53.34,0.0,-4.0,-4.0
-1999,2,16,7,30,549.0,28.0,86.0,-1.0,-13.0,3.7,45.23,151.80042206954664,2.7263060711353266,2.270904804926687
-1999,2,16,8,30,818.0,50.0,280.0,1.0,-12.0,3.7,37.55,410.56716457790174,11.07835747172387,9.846655977990164
-1999,2,16,9,30,633.0,113.0,385.0,4.0,-13.0,3.7,30.92,505.09915629369266,16.398872328301028,14.88357485941995
-1999,2,16,10,30,0.0,43.0,43.0,5.0,-13.0,3.7,28.11,42.02754351017277,6.031667029654977,5.905584399124458
-1999,2,16,11,30,0.0,114.0,114.0,6.0,-13.0,3.7,28.81,111.42185953859757,8.735117241410867,8.400851662795075
-1999,2,16,12,30,31.0,252.0,272.0,6.0,-12.0,3.7,30.65,272.6800146624001,12.693586093247191,11.875546049259992
-1999,2,16,13,30,9.0,178.0,183.0,5.0,-11.0,3.6,33.51,181.20473009601596,9.477499230983009,8.93388504069496
-1999,2,16,14,30,0.0,48.0,48.0,4.0,-9.0,2.9000000000000004,40.96,46.914467174146345,5.214137944002442,5.073394542480003
-1999,2,16,15,30,7.0,125.0,128.0,3.0,-7.0,1.8,55.41,125.93910712183634,6.5070834498706915,6.129266128505183
-1999,2,16,16,30,665.0,44.0,175.0,1.0,-7.0,1.2000000000000002,58.35,267.15053072216347,8.744995439479078,7.943543847312587
-1999,2,16,17,30,0.0,0.0,0.0,0.0,-7.0,0.9,60.6,0.0,0.0,0.0
-1999,2,16,18,30,0.0,0.0,0.0,0.0,-8.0,0.9,61.73,0.0,0.0,0.0
-1999,2,16,19,30,0.0,0.0,0.0,0.0,-9.0,1.1,58.11,0.0,0.0,0.0
-1999,2,16,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,59.14,0.0,0.0,0.0
-1999,2,16,21,30,0.0,0.0,0.0,-1.0,-10.0,1.7000000000000002,56.69,0.0,-1.0,-1.0
-1999,2,16,22,30,0.0,0.0,0.0,-1.0,-10.0,1.8,58.49,0.0,-1.0,-1.0
-1999,2,16,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,56.42,0.0,-2.0,-2.0
-1999,2,17,0,30,0.0,0.0,0.0,-2.0,-11.0,1.9,54.8,0.0,-2.0,-2.0
-1999,2,17,1,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,58.47,0.0,-2.0,-2.0
-1999,2,17,2,30,0.0,0.0,0.0,-3.0,-11.0,1.5,58.13,0.0,-3.0,-3.0
-1999,2,17,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,57.99,0.0,-3.0,-3.0
-1999,2,17,4,30,0.0,0.0,0.0,-3.0,-11.0,1.6,58.15,0.0,-3.0,-3.0
-1999,2,17,5,30,0.0,0.0,0.0,-3.0,-11.0,1.8,59.21,0.0,-3.0,-3.0
-1999,2,17,6,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,55.24,0.0,-2.0,-2.0
-1999,2,17,7,30,318.0,38.0,73.0,0.0,-11.0,3.2,45.89,110.04739012260914,2.7919872281671685,2.461845057799341
-1999,2,17,8,30,580.0,73.0,239.0,2.0,-10.0,3.4000000000000004,45.28,329.501993482485,10.249976824721221,9.261470844273767
-1999,2,17,9,30,449.0,160.0,355.0,4.0,-9.0,3.2,43.85,437.7166210647574,15.105208530685651,13.792058667491379
-1999,2,17,10,30,173.0,264.0,358.0,6.0,-7.0,3.3000000000000003,45.56,389.6347429511592,15.820205483951664,14.651301255098186
-1999,2,17,11,30,96.0,295.0,353.0,7.0,-6.0,3.8,42.9,368.8015747172228,15.993743297441275,14.887338573289608
-1999,2,17,12,30,25.0,242.0,258.0,8.0,-5.0,4.6000000000000005,42.09,257.87930484025037,13.967573257553362,13.19393534303261
-1999,2,17,13,30,617.0,187.0,546.0,8.0,-5.0,5.5,43.94,680.454270810483,22.851804823062114,20.810442010630666
-1999,2,17,14,30,524.0,172.0,431.0,7.0,-4.0,6.0,48.63,534.6778768506357,18.299558895858137,16.69552526530623
-1999,2,17,15,30,461.0,124.0,292.0,5.0,-4.0,5.300000000000002,56.71,370.18652211809655,13.185131887882957,12.074572321528667
-1999,2,17,16,30,0.0,4.0,4.0,3.0,-4.0,4.1000000000000005,67.27,3.9095389311788624,3.0934793456662377,3.0817507288727013
-1999,2,17,17,30,0.0,0.0,0.0,1.0,-5.0,3.6,68.15,0.0,1.0,1.0
-1999,2,17,18,30,0.0,0.0,0.0,0.0,-6.0,3.3000000000000003,66.55,0.0,0.0,0.0
-1999,2,17,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,65.51,0.0,0.0,0.0
-1999,2,17,20,30,0.0,0.0,0.0,0.0,-8.0,4.2,64.24,0.0,0.0,0.0
-1999,2,17,21,30,0.0,0.0,0.0,0.0,-10.0,5.9,56.09,0.0,0.0,0.0
-1999,2,17,22,30,0.0,0.0,0.0,-1.0,-11.0,6.7,50.93,0.0,-1.0,-1.0
-1999,2,17,23,30,0.0,0.0,0.0,-1.0,-12.0,6.9,52.82,0.0,-1.0,-1.0
-1999,2,18,0,30,0.0,0.0,0.0,-2.0,-12.0,6.6000000000000005,51.67,0.0,-2.0,-2.0
-1999,2,18,1,30,0.0,0.0,0.0,-2.0,-12.0,6.1000000000000005,54.78,0.0,-2.0,-2.0
-1999,2,18,2,30,0.0,0.0,0.0,-3.0,-12.0,5.5,54.28,0.0,-3.0,-3.0
-1999,2,18,3,30,0.0,0.0,0.0,-3.0,-12.0,4.7,54.27,0.0,-3.0,-3.0
-1999,2,18,4,30,0.0,0.0,0.0,-4.0,-12.0,3.9,58.83,0.0,-4.0,-4.0
-1999,2,18,5,30,0.0,0.0,0.0,-4.0,-12.0,3.3000000000000003,58.95,0.0,-4.0,-4.0
-1999,2,18,6,30,0.0,0.0,0.0,-3.0,-12.0,3.5,58.78,0.0,-3.0,-3.0
-1999,2,18,7,30,111.0,43.0,55.0,-2.0,-12.0,4.7,50.9,67.7674732029516,-0.4419944565068022,-0.645296876115657
-1999,2,18,8,30,817.0,54.0,292.0,0.0,-13.0,5.5,42.07,418.84154594166904,9.141764787082646,7.88524014925764
-1999,2,18,9,30,929.0,66.0,473.0,0.0,-13.0,5.5,37.09,649.5214216315736,14.176654914635233,12.228090649740512
-1999,2,18,10,30,985.0,71.0,611.0,1.0,-14.0,5.1000000000000005,33.55,821.9162342663653,19.410640031872653,16.944891329073556
-1999,2,18,11,30,1011.0,74.0,691.0,2.0,-14.0,4.7,33.35,923.1355323528531,23.223312731374595,20.453906134316036
-1999,2,18,12,30,1013.0,74.0,706.0,3.0,-14.0,4.4,31.3,940.6191904688819,25.053142410467725,22.23128483906108
-1999,2,18,13,30,457.0,235.0,503.0,4.0,-13.0,4.1000000000000005,32.04,599.7157141552261,18.339550911720114,16.540403769254436
-1999,2,18,14,30,198.0,235.0,333.0,3.0,-13.0,3.6,33.51,368.75891728796546,12.111891106264748,11.005614354400851
-1999,2,18,15,30,254.0,155.0,249.0,2.0,-12.0,2.2,38.55,289.3438545639477,9.845008986674607,8.976977422982763
-1999,2,18,16,30,0.0,32.0,32.0,0.0,-10.0,0.8,50.34,31.2763114494309,0.9314922657813958,0.8376633314331031
-1999,2,18,17,30,0.0,2.0,2.0,-1.0,-10.0,0.4,57.13,1.9547694655894312,-0.9401873179906162,-0.9460516263873845
-1999,2,18,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,56.99,0.0,-1.0,-1.0
-1999,2,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,59.63,0.0,0.0,0.0
-1999,2,18,20,30,0.0,0.0,0.0,0.0,-9.0,2.1,59.24,0.0,0.0,0.0
-1999,2,18,21,30,0.0,0.0,0.0,0.0,-9.0,2.7,59.5,0.0,0.0,0.0
-1999,2,18,22,30,0.0,0.0,0.0,-1.0,-9.0,3.1,60.15,0.0,-1.0,-1.0
-1999,2,18,23,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.45,0.0,-1.0,-1.0
-1999,2,19,0,30,0.0,0.0,0.0,-1.0,-9.0,3.8,62.5,0.0,-1.0,-1.0
-1999,2,19,1,30,0.0,0.0,0.0,-1.0,-8.0,3.9,64.39,0.0,-1.0,-1.0
-1999,2,19,2,30,0.0,0.0,0.0,0.0,-8.0,3.8,67.31,0.0,0.0,0.0
-1999,2,19,3,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.6,0.0,0.0,0.0
-1999,2,19,4,30,0.0,0.0,0.0,0.0,-6.0,3.5,68.83,0.0,0.0,0.0
-1999,2,19,5,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,70.24,0.0,0.0,0.0
-1999,2,19,6,30,0.0,0.0,0.0,0.0,-6.0,3.6,66.22,0.0,0.0,0.0
-1999,2,19,7,30,0.0,5.0,5.0,3.0,-5.0,4.2,62.23,4.886923663973579,3.116085635877007,3.1014248648850864
-1999,2,19,8,30,559.0,79.0,245.0,5.0,-4.0,4.9,56.66,329.3633930421424,12.474191824940043,11.486101645813616
-1999,2,19,9,30,565.0,136.0,387.0,6.0,-5.0,5.4,51.7,490.5228477315536,16.77582387820017,15.30425533500551
-1999,2,19,10,30,965.0,75.0,609.0,7.0,-6.0,5.7,47.66,813.7101231099075,24.532215616016412,22.09108524668669
-1999,2,19,11,30,1004.0,76.0,694.0,6.0,-7.0,6.3000000000000025,42.3,922.5014393552455,25.12340836894413,22.355904050878394
-1999,2,19,12,30,1024.0,72.0,715.0,5.0,-9.0,6.9,40.06,951.3754755900588,23.979738282204334,21.12561185543416
-1999,2,19,13,30,585.0,199.0,544.0,4.0,-10.0,7.1000000000000005,39.27,669.953543528066,17.19636821315683,15.186507582572634
-1999,2,19,14,30,543.0,168.0,441.0,3.0,-11.0,6.9,40.14,547.1528348919961,13.915582620179915,12.274124115503927
-1999,2,19,15,30,453.0,129.0,298.0,2.0,-11.0,6.1000000000000005,42.25,373.0874082389016,9.834053395880707,8.714791171164002
-1999,2,19,16,30,784.0,38.0,201.0,1.0,-11.0,4.4,46.4,306.7414052480354,8.191658390203454,7.2714341744593485
-1999,2,19,17,30,304.0,11.0,18.0,0.0,-10.0,2.9000000000000004,57.27,46.501666671123445,1.2034547414806491,1.0639497414672787
-1999,2,19,18,30,0.0,0.0,0.0,-1.0,-9.0,2.4000000000000004,63.16,0.0,-1.0,-1.0
-1999,2,19,19,30,0.0,0.0,0.0,-2.0,-9.0,2.0,63.55,0.0,-2.0,-2.0
-1999,2,19,20,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,68.35000000000001,0.0,-3.0,-3.0
-1999,2,19,21,30,0.0,0.0,0.0,-3.0,-10.0,1.5,67.25,0.0,-3.0,-3.0
-1999,2,19,22,30,0.0,0.0,0.0,-3.0,-10.0,1.4,70.59,0.0,-3.0,-3.0
-1999,2,19,23,30,0.0,0.0,0.0,-4.0,-10.0,1.4,68.47,0.0,-4.0,-4.0
-1999,2,20,0,30,0.0,0.0,0.0,-4.0,-11.0,1.4,66.71000000000001,0.0,-4.0,-4.0
-1999,2,20,1,30,0.0,0.0,0.0,-4.0,-11.0,1.5,65.1,0.0,-4.0,-4.0
-1999,2,20,2,30,0.0,0.0,0.0,-4.0,-11.0,1.7000000000000002,63.4,0.0,-4.0,-4.0
-1999,2,20,3,30,0.0,0.0,0.0,-4.0,-12.0,1.8,66.75,0.0,-4.0,-4.0
-1999,2,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.9,65.26,0.0,-5.0,-5.0
-1999,2,20,5,30,0.0,0.0,0.0,-5.0,-12.0,2.1,64.45,0.0,-5.0,-5.0
-1999,2,20,6,30,0.0,0.0,0.0,-4.0,-12.0,2.9000000000000004,58.5,0.0,-4.0,-4.0
-1999,2,20,7,30,607.0,30.0,105.0,-1.0,-13.0,3.5,49.11,173.46193738544633,3.314527417285187,2.7941416051288477
-1999,2,20,8,30,854.0,50.0,306.0,0.0,-12.0,3.5,40.26,436.6809464630068,10.861586953996303,9.551544114607283
-1999,2,20,9,30,950.0,61.0,487.0,1.0,-12.0,3.6,38.37,663.9408668190721,17.405723620047752,15.413901019590536
-1999,2,20,10,30,998.0,69.0,625.0,2.0,-11.0,3.5,40.58,836.443451054938,22.804899662604356,20.295569309439543
-1999,2,20,11,30,1015.0,75.0,705.0,3.0,-11.0,3.6,41.34,934.1572567835807,26.08266675295603,23.280194982605288
-1999,2,20,12,30,1017.0,77.0,721.0,3.0,-11.0,3.8,38.12,953.4991538835861,26.25241325482865,23.39191579317789
-1999,2,20,13,30,628.0,184.0,557.0,3.0,-11.0,4.0,40.33,692.1456023548661,19.658560027352145,17.582123220287546
-1999,2,20,14,30,967.0,69.0,560.0,2.0,-12.0,3.7,39.59,752.1372226604971,20.463015194006726,18.206603526025233
-1999,2,20,15,30,895.0,60.0,397.0,1.0,-12.0,3.1,39.09,548.9111557521949,15.018742676481558,13.372009209224974
-1999,2,20,16,30,730.0,45.0,200.0,-1.0,-11.0,2.0,51.79,296.62824564097593,7.150609522629422,6.260724785706493
-1999,2,20,17,30,234.0,13.0,19.0,-3.0,-11.0,1.2000000000000002,61.46,40.61379494468167,-1.8225602405647707,-1.9444016253988157
-1999,2,20,18,30,0.0,0.0,0.0,-4.0,-11.0,1.0,63.23,0.0,-4.0,-4.0
-1999,2,20,19,30,0.0,0.0,0.0,-4.0,-12.0,0.5,67.14,0.0,-4.0,-4.0
-1999,2,20,20,30,0.0,0.0,0.0,-5.0,-12.0,0.2,65.51,0.0,-5.0,-5.0
-1999,2,20,21,30,0.0,0.0,0.0,-5.0,-12.0,0.30000000000000004,63.52,0.0,-5.0,-5.0
-1999,2,20,22,30,0.0,0.0,0.0,-5.0,-13.0,0.6000000000000001,61.13,0.0,-5.0,-5.0
-1999,2,20,23,30,0.0,0.0,0.0,-5.0,-13.0,0.9,64.11,0.0,-5.0,-5.0
-1999,2,21,0,30,0.0,0.0,0.0,-5.0,-13.0,1.0,62.94000000000001,0.0,-5.0,-5.0
-1999,2,21,1,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,61.79,0.0,-6.0,-6.0
-1999,2,21,2,30,0.0,0.0,0.0,-5.0,-14.0,1.4,60.33,0.0,-5.0,-5.0
-1999,2,21,3,30,0.0,0.0,0.0,-5.0,-14.0,1.6,55.7,0.0,-5.0,-5.0
-1999,2,21,4,30,0.0,0.0,0.0,-4.0,-14.0,2.0,55.32,0.0,-4.0,-4.0
-1999,2,21,5,30,0.0,0.0,0.0,-4.0,-14.0,2.3000000000000003,49.84,0.0,-4.0,-4.0
-1999,2,21,6,30,0.0,0.0,0.0,-3.0,-14.0,2.7,47.68,0.0,-3.0,-3.0
-1999,2,21,7,30,160.0,48.0,68.0,-1.0,-13.0,3.5,43.23,85.36043959840828,1.123174470146029,0.867093151350804
-1999,2,21,8,30,479.0,94.0,240.0,1.0,-12.0,4.2,42.18,310.87760683057456,8.384691710020656,7.4520588895289315
-1999,2,21,9,30,634.0,121.0,408.0,3.0,-10.0,4.4,40.74,523.6208468403443,15.276471946849822,13.70560940632879
-1999,2,21,10,30,574.0,186.0,509.0,5.0,-9.0,4.5,43.04,625.9879574686101,19.580874286124484,17.702910413718655
-1999,2,21,11,30,581.0,219.0,583.0,6.0,-8.0,4.6000000000000005,42.67,708.726568763105,22.400609274514096,20.274429568224782
-1999,2,21,12,30,986.0,76.0,705.0,7.0,-7.0,4.7,38.55,928.8946973532438,28.355718597676095,25.569034505616365
-1999,2,21,13,30,973.0,73.0,656.0,8.0,-7.0,4.5,38.0,868.0351679774468,28.218778187675866,25.614672683743525
-1999,2,21,14,30,167.0,244.0,329.0,9.0,-6.0,3.9,40.66,357.188176336917,17.653456337674516,16.581891808663766
-1999,2,21,15,30,9.0,134.0,138.0,7.0,-5.0,2.9000000000000004,50.76,135.92637609043666,10.517750083136233,10.109970954864924
-1999,2,21,16,30,241.0,81.0,133.0,4.0,-3.0,2.3000000000000003,69.76,163.09884227932608,8.392729484010703,7.903432957172724
-1999,2,21,17,30,0.0,13.0,13.0,1.0,-5.0,2.7,67.54,12.706001526331303,1.3332225609594652,1.2951045563804713
-1999,2,21,18,30,0.0,0.0,0.0,1.0,-5.0,3.0,66.69,0.0,1.0,1.0
-1999,2,21,19,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.26,0.0,0.0,0.0
-1999,2,21,20,30,0.0,0.0,0.0,0.0,-5.0,3.2,71.37,0.0,0.0,0.0
-1999,2,21,21,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,72.26,0.0,0.0,0.0
-1999,2,21,22,30,0.0,0.0,0.0,1.0,-4.0,3.3000000000000003,75.2,0.0,1.0,1.0
-1999,2,21,23,30,0.0,0.0,0.0,0.0,-4.0,3.1,76.28,0.0,0.0,0.0
-1999,2,22,0,30,0.0,0.0,0.0,0.0,-4.0,2.8000000000000003,75.68,0.0,0.0,0.0
-1999,2,22,1,30,0.0,0.0,0.0,0.0,-5.0,3.0,77.53,0.0,0.0,0.0
-1999,2,22,2,30,0.0,0.0,0.0,0.0,-7.0,4.4,67.27,0.0,0.0,0.0
-1999,2,22,3,30,0.0,0.0,0.0,-1.0,-9.0,5.5,59.56,0.0,-1.0,-1.0
-1999,2,22,4,30,0.0,0.0,0.0,-2.0,-11.0,6.2,55.6,0.0,-2.0,-2.0
-1999,2,22,5,30,0.0,0.0,0.0,-3.0,-13.0,7.2,52.75,0.0,-3.0,-3.0
-1999,2,22,6,30,0.0,0.0,0.0,-3.0,-14.0,8.3,46.76,0.0,-3.0,-3.0
-1999,2,22,7,30,652.0,30.0,117.0,-2.0,-15.0,9.3,42.13,187.89960960770682,1.2239161755658747,0.6602173467427543
-1999,2,22,8,30,34.0,121.0,132.0,-1.0,-16.0,10.3,36.86,133.9188716326018,1.1607367651658014,0.758980150267996
-1999,2,22,9,30,970.0,60.0,504.0,0.0,-16.0,10.7,34.14,681.9991353467339,10.739086822052112,8.693089416011912
-1999,2,22,10,30,412.0,240.0,474.0,0.0,-16.0,10.1,32.33,554.7704850022845,9.061163332103515,7.396851877096662
-1999,2,22,11,30,476.0,252.0,552.0,0.0,-15.0,9.4,33.56,653.1409876315979,11.137273340240473,9.17785037734568
-1999,2,22,12,30,44.0,283.0,311.0,0.0,-15.0,9.1,32.4,314.87435409070946,5.46987694994524,4.525253887673112
-1999,2,22,13,30,539.0,218.0,544.0,0.0,-15.0,9.0,33.33,656.0149921388189,11.467017549471366,9.49897257305491
-1999,2,22,14,30,22.0,196.0,208.0,0.0,-14.0,8.700000000000001,36.64,207.2710648821184,3.691352321588062,3.0695391269417067
-1999,2,22,15,30,432.0,139.0,305.0,0.0,-14.0,8.3,37.13,374.63554887871,6.840960909572058,5.717054262935927
-1999,2,22,16,30,796.0,40.0,215.0,-1.0,-14.0,7.3000000000000025,43.41,318.0133713515353,5.184992856278776,4.23095274222417
-1999,2,22,17,30,356.0,13.0,25.0,-2.0,-14.0,6.2,47.75,56.34310677350432,-0.8244898652689184,-0.9935191855894314
-1999,2,22,18,30,0.0,0.0,0.0,-3.0,-14.0,5.300000000000002,48.03,0.0,-3.0,-3.0
-1999,2,22,19,30,0.0,0.0,0.0,-4.0,-14.0,4.7,51.4,0.0,-4.0,-4.0
-1999,2,22,20,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.8,0.0,-4.0,-4.0
-1999,2,22,21,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.84,0.0,-4.0,-4.0
-1999,2,22,22,30,0.0,0.0,0.0,-3.0,-14.0,4.6000000000000005,52.37000000000001,0.0,-3.0,-3.0
-1999,2,22,23,30,0.0,0.0,0.0,-3.0,-13.0,4.800000000000002,51.16,0.0,-3.0,-3.0
-1999,2,23,0,30,0.0,0.0,0.0,-3.0,-12.0,5.0,53.91,0.0,-3.0,-3.0
-1999,2,23,1,30,0.0,0.0,0.0,-2.0,-12.0,5.0,56.36,0.0,-2.0,-2.0
-1999,2,23,2,30,0.0,0.0,0.0,-2.0,-11.0,4.800000000000002,58.16,0.0,-2.0,-2.0
-1999,2,23,3,30,0.0,0.0,0.0,-2.0,-11.0,4.7,54.87000000000001,0.0,-2.0,-2.0
-1999,2,23,4,30,0.0,0.0,0.0,-2.0,-11.0,4.5,55.32,0.0,-2.0,-2.0
-1999,2,23,5,30,0.0,0.0,0.0,-1.0,-11.0,4.3,55.7,0.0,-1.0,-1.0
-1999,2,23,6,30,0.0,0.0,0.0,0.0,-11.0,4.0,52.13,0.0,0.0,0.0
-1999,2,23,7,30,170.0,51.0,74.0,0.0,-10.0,3.8,50.16,91.69228253269893,2.236044821901466,1.9609679743033692
-1999,2,23,8,30,688.0,63.0,280.0,2.0,-9.0,3.7,47.35,380.48175121113024,11.339838718265758,10.198393464632368
-1999,2,23,9,30,764.0,91.0,445.0,4.0,-9.0,3.5,42.97,582.435342469008,18.48694331307094,16.739637285663918
-1999,2,23,10,30,493.0,213.0,495.0,6.0,-8.0,2.8000000000000003,41.49,592.9708623860533,21.44811443436219,19.66920184720403
-1999,2,23,11,30,1018.0,69.0,716.0,7.0,-8.0,1.8,39.35,940.8757983230109,33.20099519595826,30.37836780098922
-1999,2,23,12,30,1023.0,68.0,731.0,8.0,-8.0,1.0,37.1,959.6281621830099,36.19765095390997,33.318766467360945
-1999,2,23,13,30,1007.0,68.0,680.0,8.0,-8.0,0.5,35.01,896.9764364687551,35.261012992881874,32.57008368347561
-1999,2,23,14,30,475.0,196.0,444.0,8.0,-8.0,0.5,35.39,531.8123471675483,24.162903189502625,22.56746614799998
-1999,2,23,15,30,523.0,124.0,328.0,7.0,-7.0,0.30000000000000004,39.48,411.5453042458806,19.67810417095645,18.443468258218807
-1999,2,23,16,30,740.0,44.0,210.0,4.0,-5.0,0.2,59.31,303.85948385292454,13.42433126723373,12.512752815674958
-1999,2,23,17,30,0.0,25.0,25.0,2.0,-7.0,0.4,58.64,24.43461831986789,2.747658525117298,2.6743546701576943
-1999,2,23,18,30,0.0,0.0,0.0,1.0,-7.0,0.8,59.14,0.0,1.0,1.0
-1999,2,23,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.85,0.0,1.0,1.0
-1999,2,23,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.16,0.0,0.0,0.0
-1999,2,23,21,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.37,0.0,0.0,0.0
-1999,2,23,22,30,0.0,0.0,0.0,0.0,-6.0,1.5,65.86,0.0,0.0,0.0
-1999,2,23,23,30,0.0,0.0,0.0,0.0,-7.0,1.9,68.31,0.0,0.0,0.0
-1999,2,24,0,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.66,0.0,0.0,0.0
-1999,2,24,1,30,0.0,0.0,0.0,-1.0,-8.0,3.2,68.06,0.0,-1.0,-1.0
-1999,2,24,2,30,0.0,0.0,0.0,0.0,-8.0,3.6,68.04,0.0,0.0,0.0
-1999,2,24,3,30,0.0,0.0,0.0,0.0,-7.0,3.7,63.77,0.0,0.0,0.0
-1999,2,24,4,30,0.0,0.0,0.0,0.0,-7.0,3.8,64.31,0.0,0.0,0.0
-1999,2,24,5,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.28,0.0,0.0,0.0
-1999,2,24,6,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,59.56,0.0,0.0,0.0
-1999,2,24,7,30,0.0,42.0,42.0,2.0,-6.0,4.800000000000002,55.97,41.05015877737806,2.9376305659055357,2.8144800895734017
-1999,2,24,8,30,79.0,133.0,159.0,5.0,-6.0,5.4,50.29,166.86964480741142,8.665798466632394,8.16518953221016
-1999,2,24,9,30,0.0,101.0,101.0,8.0,-5.0,5.0,44.95,98.71585801226628,10.225618053598243,9.929470479561445
-1999,2,24,10,30,393.0,249.0,477.0,9.0,-5.0,4.1000000000000005,39.38,551.4274184333319,22.184949725523627,20.53066747022363
-1999,2,24,11,30,523.0,242.0,577.0,10.0,-5.0,3.3000000000000003,36.73,686.9714720174571,27.314167021470716,25.253252605418343
-1999,2,24,12,30,622.0,221.0,627.0,11.0,-5.0,2.8000000000000003,34.59,761.0134946797418,30.825971725829334,28.542931241790107
-1999,2,24,13,30,517.0,229.0,546.0,12.0,-5.0,2.4000000000000004,34.9,651.7330971587312,29.436534495469513,27.481335203993318
-1999,2,24,14,30,380.0,222.0,422.0,11.0,-5.0,2.0,35.39,490.19232238997995,24.46927094605614,22.9986939788862
-1999,2,24,15,30,251.0,169.0,268.0,10.0,-5.0,1.3,41.8,305.1221434199432,18.786579324087164,17.871212893827334
-1999,2,24,16,30,49.0,88.0,100.0,6.0,-2.0,0.9,63.05,103.3900671793145,9.058542638493877,8.748372436955934
-1999,2,24,17,30,0.0,13.0,13.0,3.0,-4.0,0.9,68.62,12.706001526331303,3.3758760245861197,3.3377580200071257
-1999,2,24,18,30,0.0,0.0,0.0,2.0,-5.0,0.8,69.03,0.0,2.0,2.0
-1999,2,24,19,30,0.0,0.0,0.0,1.0,-5.0,0.9,66.22,0.0,1.0,1.0
-1999,2,24,20,30,0.0,0.0,0.0,1.0,-6.0,1.3,63.22,0.0,1.0,1.0
-1999,2,24,21,30,0.0,0.0,0.0,1.0,-6.0,1.5,59.89,0.0,1.0,1.0
-1999,2,24,22,30,0.0,0.0,0.0,1.0,-7.0,1.6,60.9,0.0,1.0,1.0
-1999,2,24,23,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.62000000000001,0.0,1.0,1.0
-1999,2,25,0,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.83,0.0,0.0,0.0
-1999,2,25,1,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,52.74,0.0,0.0,0.0
-1999,2,25,2,30,0.0,0.0,0.0,0.0,-9.0,2.0,51.26,0.0,0.0,0.0
-1999,2,25,3,30,0.0,0.0,0.0,0.0,-10.0,2.2,54.28,0.0,0.0,0.0
-1999,2,25,4,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.82,0.0,0.0,0.0
-1999,2,25,5,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.08,0.0,0.0,0.0
-1999,2,25,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,49.02,0.0,1.0,1.0
-1999,2,25,7,30,359.0,45.0,97.0,4.0,-9.0,3.2,43.97,134.52519806874307,7.41300810910757,7.009432514901341
-1999,2,25,8,30,642.0,74.0,283.0,8.0,-7.0,2.7,35.91000000000001,374.0556839198166,17.809836137584252,16.6876690858248
-1999,2,25,9,30,883.0,67.0,484.0,11.0,-7.0,1.8,29.67,641.709404068685,28.869972894586724,26.94484468238067
-1999,2,25,10,30,883.0,96.0,610.0,12.0,-8.0,2.1,27.31,788.9124611747312,33.53307259380699,31.1663352102828
-1999,2,25,11,30,894.0,115.0,692.0,13.0,-8.0,2.8000000000000003,24.86,885.2974492737375,36.06382517649878,33.407932828677566
-1999,2,25,12,30,993.0,110.0,764.0,14.0,-8.0,3.5,24.1,980.709802115022,38.39324380554626,35.451114399201195
-1999,2,25,13,30,995.0,100.0,714.0,14.0,-9.0,3.9,23.51,924.1698874282691,36.389497467325725,33.61698780504092
-1999,2,25,14,30,980.0,84.0,602.0,13.0,-9.0,3.8,23.26,789.2758638724551,32.24759815892285,29.879770567305485
-1999,2,25,15,30,299.0,166.0,285.0,12.0,-8.0,2.7,25.79,329.6521401061277,20.645326393538486,19.6563699732201
-1999,2,25,16,30,762.0,51.0,229.0,8.0,-5.0,1.6,44.6,321.5862494548172,17.07612062571841,16.111361877353957
-1999,2,25,17,30,324.0,18.0,32.0,5.0,-7.0,1.6,51.06,58.87152817212661,6.6615296581133,6.48491507359692
-1999,2,25,18,30,0.0,0.0,0.0,3.0,-8.0,2.1,53.26,0.0,3.0,3.0
-1999,2,25,19,30,0.0,0.0,0.0,2.0,-8.0,2.8000000000000003,52.68,0.0,2.0,2.0
-1999,2,25,20,30,0.0,0.0,0.0,1.0,-9.0,3.5,49.6,0.0,1.0,1.0
-1999,2,25,21,30,0.0,0.0,0.0,1.0,-10.0,3.6,45.68,0.0,1.0,1.0
-1999,2,25,22,30,0.0,0.0,0.0,1.0,-10.0,3.5,44.58,0.0,1.0,1.0
-1999,2,25,23,30,0.0,0.0,0.0,0.0,-10.0,3.4000000000000004,49.4,0.0,0.0,0.0
-1999,2,26,0,30,0.0,0.0,0.0,0.0,-9.0,3.2,51.3,0.0,0.0,0.0
-1999,2,26,1,30,0.0,0.0,0.0,0.0,-9.0,2.9000000000000004,52.26,0.0,0.0,0.0
-1999,2,26,2,30,0.0,0.0,0.0,0.0,-9.0,2.5,56.23,0.0,0.0,0.0
-1999,2,26,3,30,0.0,0.0,0.0,0.0,-9.0,2.2,55.91,0.0,0.0,0.0
-1999,2,26,4,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,59.8,0.0,0.0,0.0
-1999,2,26,5,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.52,0.0,-1.0,-1.0
-1999,2,26,6,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,51.84,0.0,0.0,0.0
-1999,2,26,7,30,534.0,46.0,127.0,3.0,-7.0,2.1,52.19,181.3017451806943,7.948563791914956,7.404658556372873
-1999,2,26,8,30,781.0,77.0,334.0,6.0,-7.0,2.2,42.13,444.8648124003446,18.06166433496759,16.727069897766555
-1999,2,26,9,30,889.0,98.0,523.0,7.0,-7.0,2.4000000000000004,40.56,678.9091462111254,25.163605314518673,23.126877875885295
-1999,2,26,10,30,937.0,116.0,666.0,8.0,-7.0,2.7,36.19,854.1022524593471,30.399347213672787,27.837040456294744
-1999,2,26,11,30,967.0,122.0,752.0,9.0,-8.0,3.0,31.91,958.410698956821,33.63964914323208,30.76441704636161
-1999,2,26,12,30,967.0,127.0,768.0,9.0,-8.0,3.4000000000000004,31.05,977.4550679286781,33.47324088206632,30.540875678280283
-1999,2,26,13,30,968.0,115.0,718.0,9.0,-9.0,3.7,32.4,919.1981774468965,31.563927705205277,28.806333172864587
-1999,2,26,14,30,955.0,94.0,604.0,8.0,-9.0,3.7,34.02,783.5063238362759,27.23304514888926,24.882526177380434
-1999,2,26,15,30,763.0,73.0,380.0,7.0,-9.0,3.2,35.95,500.30458043487846,19.693113368807957,18.19219962750332
-1999,2,26,16,30,526.0,66.0,190.0,4.0,-9.0,2.2,42.85,253.12797878706428,10.863084309690842,10.10370037332965
-1999,2,26,17,30,325.0,18.0,34.0,1.0,-8.0,1.5,51.93,59.51652404610577,2.6910345653898906,2.512484993251573
-1999,2,26,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,57.94,0.0,0.0,0.0
-1999,2,26,19,30,0.0,0.0,0.0,-1.0,-9.0,1.1,60.07,0.0,-1.0,-1.0
-1999,2,26,20,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.06,0.0,-2.0,-2.0
-1999,2,26,21,30,0.0,0.0,0.0,-3.0,-10.0,1.3,64.43,0.0,-3.0,-3.0
-1999,2,26,22,30,0.0,0.0,0.0,-4.0,-11.0,1.6,66.5,0.0,-4.0,-4.0
-1999,2,26,23,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,63.16,0.0,-4.0,-4.0
-1999,2,27,0,30,0.0,0.0,0.0,-4.0,-12.0,3.0,64.01,0.0,-4.0,-4.0
-1999,2,27,1,30,0.0,0.0,0.0,-5.0,-13.0,3.4000000000000004,59.97,0.0,-5.0,-5.0
-1999,2,27,2,30,0.0,0.0,0.0,-5.0,-14.0,3.5,56.54,0.0,-5.0,-5.0
-1999,2,27,3,30,0.0,0.0,0.0,-5.0,-14.0,3.6,58.16,0.0,-5.0,-5.0
-1999,2,27,4,30,0.0,0.0,0.0,-5.0,-15.0,3.8,56.01,0.0,-5.0,-5.0
-1999,2,27,5,30,0.0,0.0,0.0,-6.0,-15.0,4.0,54.41,0.0,-6.0,-6.0
-1999,2,27,6,30,0.0,0.0,0.0,-5.0,-15.0,4.7,49.3,0.0,-5.0,-5.0
-1999,2,27,7,30,294.0,52.0,98.0,-2.0,-16.0,5.300000000000002,37.89,126.81219727905881,0.8039231514490276,0.4234865596118511
-1999,2,27,8,30,912.0,52.0,357.0,0.0,-17.0,4.800000000000002,29.99,485.44127941536954,11.088010255954785,9.631686417708677
-1999,2,27,9,30,1000.0,61.0,545.0,2.0,-17.0,4.3,24.67,718.9282490627029,18.966176539356685,16.809391792168576
-1999,2,27,10,30,1040.0,67.0,683.0,3.0,-17.0,4.5,23.56,891.1178873843774,23.756434265302914,21.08308060314978
-1999,2,27,11,30,1055.0,70.0,761.0,5.0,-16.0,4.9,23.38,987.3679275331355,27.406185532682755,24.44408175008335
-1999,2,27,12,30,1051.0,72.0,773.0,6.0,-15.0,5.1000000000000005,23.97,1001.0517937070925,28.423214749678436,25.42005936855716
-1999,2,27,13,30,1031.0,71.0,717.0,6.0,-14.0,5.0,25.03,931.6271722381414,27.004186110586666,24.20930459387224
-1999,2,27,14,30,988.0,68.0,600.0,6.0,-12.0,4.800000000000002,28.3,784.532617439513,23.919583844984725,21.565985992666185
-1999,2,27,15,30,908.0,62.0,431.0,5.0,-11.0,3.7,34.230000000000004,573.1307729141994,19.068871809106177,17.349479490363578
-1999,2,27,16,30,743.0,50.0,228.0,3.0,-8.0,2.0,47.7,316.758833024591,11.703748205934742,10.753471706860969
-1999,2,27,17,30,0.0,16.0,16.0,1.0,-7.0,1.2000000000000002,55.52,15.63815572471545,1.453367786477456,1.4064533193033095
-1999,2,27,18,30,0.0,0.0,0.0,1.0,-8.0,1.6,58.46,0.0,1.0,1.0
-1999,2,27,19,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,57.0,0.0,0.0,0.0
-1999,2,27,20,30,0.0,0.0,0.0,0.0,-8.0,3.2,55.91,0.0,0.0,0.0
-1999,2,27,21,30,0.0,0.0,0.0,0.0,-8.0,3.6,59.12000000000001,0.0,0.0,0.0
-1999,2,27,22,30,0.0,0.0,0.0,0.0,-9.0,3.9,57.89,0.0,0.0,0.0
-1999,2,27,23,30,0.0,0.0,0.0,0.0,-9.0,4.1000000000000005,56.69,0.0,0.0,0.0
-1999,2,28,0,30,0.0,0.0,0.0,0.0,-9.0,4.2,55.99,0.0,0.0,0.0
-1999,2,28,1,30,0.0,0.0,0.0,0.0,-9.0,4.0,56.11,0.0,0.0,0.0
-1999,2,28,2,30,0.0,0.0,0.0,0.0,-9.0,3.8,57.39,0.0,0.0,0.0
-1999,2,28,3,30,0.0,0.0,0.0,0.0,-8.0,3.6,58.89,0.0,0.0,0.0
-1999,2,28,4,30,0.0,0.0,0.0,0.0,-8.0,3.6,60.12000000000001,0.0,0.0,0.0
-1999,2,28,5,30,0.0,0.0,0.0,0.0,-8.0,3.6,56.65,0.0,0.0,0.0
-1999,2,28,6,30,0.0,0.0,0.0,1.0,-8.0,3.8,53.64,0.0,1.0,1.0
-1999,2,28,7,30,569.0,43.0,135.0,4.0,-6.0,4.4,55.32,190.905383634457,8.475842779815084,7.903126628911712
-1999,2,28,8,30,789.0,67.0,334.0,7.0,-6.0,4.9,47.4,444.10723798718726,17.07805590324309,15.74573418928153
-1999,2,28,9,30,895.0,68.0,505.0,9.0,-5.0,4.800000000000002,43.23,659.5617303582817,24.06511197287432,22.086426781799474
-1999,2,28,10,30,933.0,92.0,649.0,10.0,-5.0,4.3,41.6,833.7263323340239,29.675326652320365,27.174147655318293
-1999,2,28,11,30,953.0,98.0,727.0,11.0,-5.0,3.9,38.8,928.9701288980204,33.50579101431483,30.718880627620766
-1999,2,28,12,30,953.0,101.0,741.0,12.0,-5.0,3.8,35.59,945.5211681986617,35.05785889226692,32.221295387670935
-1999,2,28,13,30,942.0,95.0,691.0,12.0,-5.0,3.9,32.75,883.3124936516567,33.399661586578105,30.749724105623134
-1999,2,28,14,30,923.0,81.0,582.0,11.0,-5.0,4.1000000000000005,34.56,752.3336592228469,28.98873458605819,26.73173360838965
-1999,2,28,15,30,426.0,155.0,330.0,10.0,-5.0,3.7,37.1,392.90680906702164,19.644841615434277,18.466121188233213
-1999,2,28,16,30,372.0,86.0,177.0,7.0,-4.0,2.5,50.41,218.89816156036704,12.817571895822768,12.160877411141668
-1999,2,28,17,30,146.0,21.0,29.0,4.0,-3.0,1.8,64.71000000000001,39.80732665971324,5.108532684583964,4.989110704604824
-1999,2,28,18,30,0.0,0.0,0.0,2.0,-4.0,1.9,71.97,0.0,2.0,2.0
-1999,2,28,19,30,0.0,0.0,0.0,2.0,-4.0,2.1,69.46000000000001,0.0,2.0,2.0
-1999,2,28,20,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,66.31,0.0,1.0,1.0
-1999,2,28,21,30,0.0,0.0,0.0,1.0,-6.0,2.8000000000000003,62.79,0.0,1.0,1.0
-1999,2,28,22,30,0.0,0.0,0.0,1.0,-6.0,3.1,59.71,0.0,1.0,1.0
-1999,2,28,23,30,0.0,0.0,0.0,1.0,-7.0,3.2,57.48,0.0,1.0,1.0
-1999,3,1,0,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.35,0.0,1.0,1.0
-1999,3,1,1,30,0.0,0.0,0.0,1.0,-7.0,3.4000000000000004,56.53,0.0,1.0,1.0
-1999,3,1,2,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.96,0.0,1.0,1.0
-1999,3,1,3,30,0.0,0.0,0.0,1.0,-7.0,2.9000000000000004,57.04,0.0,1.0,1.0
-1999,3,1,4,30,0.0,0.0,0.0,1.0,-7.0,2.5,60.55,0.0,1.0,1.0
-1999,3,1,5,30,0.0,0.0,0.0,1.0,-8.0,2.2,54.8,0.0,1.0,1.0
-1999,3,1,6,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,50.13,0.0,2.0,2.0
-1999,3,1,7,30,516.0,49.0,135.0,5.0,-7.0,2.7,46.61,184.56450266291844,9.840315508548924,9.286622000560168
-1999,3,1,8,30,756.0,75.0,335.0,9.0,-5.0,3.2,39.27,438.62879409888524,20.12835106462785,18.812464682331196
-1999,3,1,9,30,241.0,227.0,346.0,12.0,-5.0,3.5,32.21,382.39006081492994,21.51120704836419,20.364036865919402
-1999,3,1,10,30,925.0,94.0,652.0,13.0,-6.0,3.7,28.9,832.4027501965235,33.43332541108469,30.93611716049512
-1999,3,1,11,30,79.0,321.0,374.0,14.0,-6.0,4.2,26.75,383.0660906237312,23.099481344633396,21.950283072762204
-1999,3,1,12,30,420.0,296.0,580.0,14.0,-6.0,5.0,27.07,663.7742374179624,28.965254378149215,26.97393166589533
-1999,3,1,13,30,933.0,100.0,694.0,13.0,-6.0,5.8000000000000025,29.2,883.2343648944377,31.90779233458153,29.258089239898215
-1999,3,1,14,30,892.0,94.0,582.0,12.0,-6.0,6.1000000000000005,31.14,744.6542077636453,27.63617719671776,25.402214573426825
-1999,3,1,15,30,818.0,80.0,419.0,11.0,-6.0,5.6000000000000005,33.18,543.5362300362838,22.786930651557803,21.156321961448953
-1999,3,1,16,30,642.0,63.0,222.0,8.0,-5.0,3.9,42.82,295.49459115593754,15.15883030846731,14.272346534999498
-1999,3,1,17,30,134.0,24.0,32.0,6.0,-4.0,2.5,59.07,41.35851010731065,7.0991691494267695,6.975093619104838
-1999,3,1,18,30,0.0,0.0,0.0,4.0,-3.0,2.0,68.73,0.0,4.0,4.0
-1999,3,1,19,30,0.0,0.0,0.0,3.0,-2.0,1.7000000000000002,77.73,0.0,3.0,3.0
-1999,3,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.5,84.21000000000002,0.0,3.0,3.0
-1999,3,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.25,0.0,2.0,2.0
-1999,3,1,22,30,0.0,0.0,0.0,1.0,-3.0,1.5,78.62,0.0,1.0,1.0
-1999,3,1,23,30,0.0,0.0,0.0,0.0,-4.0,1.4,79.11,0.0,0.0,0.0
-1999,3,2,0,30,0.0,0.0,0.0,0.0,-5.0,1.5,79.27,0.0,0.0,0.0
-1999,3,2,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,79.33,0.0,0.0,0.0
-1999,3,2,2,30,0.0,0.0,0.0,-1.0,-7.0,1.2000000000000002,79.4,0.0,-1.0,-1.0
-1999,3,2,3,30,0.0,0.0,0.0,-2.0,-7.0,1.1,79.74,0.0,-2.0,-2.0
-1999,3,2,4,30,0.0,0.0,0.0,-3.0,-8.0,1.0,76.39,0.0,-3.0,-3.0
-1999,3,2,5,30,0.0,0.0,0.0,-4.0,-8.0,1.0,79.39,0.0,-4.0,-4.0
-1999,3,2,6,30,0.0,0.0,0.0,-3.0,-9.0,1.8,72.26,0.0,-3.0,-3.0
-1999,3,2,7,30,158.0,64.0,91.0,-1.0,-9.0,3.2,62.36,104.91568396191312,1.6617918819312703,1.3470448300455309
-1999,3,2,8,30,477.0,113.0,280.0,0.0,-10.0,4.2,54.28,342.5613031737324,8.137316938043732,7.109633028522534
-1999,3,2,9,30,51.0,214.0,239.0,1.0,-11.0,4.800000000000002,42.43,243.29998611257037,6.557238034101195,5.827338075763484
-1999,3,2,10,30,0.0,33.0,33.0,2.0,-12.0,5.1000000000000005,39.91,32.25369618222562,2.7224716648143246,2.6257105762676476
-1999,3,2,11,30,11.0,195.0,202.0,3.0,-12.0,5.2,36.24,200.27487030693638,7.4570575117851625,6.856232900864353
-1999,3,2,12,30,8.0,172.0,178.0,4.0,-12.0,5.2,36.33,175.27104005072601,7.900604726190804,7.374791606038626
-1999,3,2,13,30,530.0,240.0,580.0,4.0,-12.0,5.0,34.05,682.235773350897,19.38148261641653,17.33477529636384
-1999,3,2,14,30,611.0,169.0,506.0,4.0,-12.0,4.5,36.75,613.817849096756,18.29740106894616,16.455947521655894
-1999,3,2,15,30,353.0,168.0,316.0,3.0,-12.0,3.7,40.03,365.77726205907044,11.978881703435057,10.881549917257846
-1999,3,2,16,30,434.0,78.0,188.0,1.0,-11.0,2.4000000000000004,44.71,235.177396931158,7.291960331648053,6.586428140854578
-1999,3,2,17,30,0.0,13.0,13.0,0.0,-10.0,1.3,56.94,12.706001526331303,0.36589376651509664,0.32777576193610275
-1999,3,2,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,58.56,0.0,-1.0,-1.0
-1999,3,2,19,30,0.0,0.0,0.0,-2.0,-11.0,0.5,56.82,0.0,-2.0,-2.0
-1999,3,2,20,30,0.0,0.0,0.0,-3.0,-11.0,0.9,59.95,0.0,-3.0,-3.0
-1999,3,2,21,30,0.0,0.0,0.0,-4.0,-11.0,1.3,62.81,0.0,-4.0,-4.0
-1999,3,2,22,30,0.0,0.0,0.0,-4.0,-12.0,1.7000000000000002,61.42,0.0,-4.0,-4.0
-1999,3,2,23,30,0.0,0.0,0.0,-4.0,-12.0,2.1,61.15,0.0,-4.0,-4.0
-1999,3,3,0,30,0.0,0.0,0.0,-4.0,-12.0,2.4000000000000004,60.93,0.0,-4.0,-4.0
-1999,3,3,1,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,59.99,0.0,-3.0,-3.0
-1999,3,3,2,30,0.0,0.0,0.0,-3.0,-12.0,3.2,54.78,0.0,-3.0,-3.0
-1999,3,3,3,30,0.0,0.0,0.0,-3.0,-12.0,3.3000000000000003,55.22,0.0,-3.0,-3.0
-1999,3,3,4,30,0.0,0.0,0.0,-3.0,-12.0,3.2,57.0,0.0,-3.0,-3.0
-1999,3,3,5,30,0.0,0.0,0.0,-2.0,-11.0,3.1,55.18,0.0,-2.0,-2.0
-1999,3,3,6,30,0.0,0.0,0.0,-1.0,-10.0,3.6,50.53,0.0,-1.0,-1.0
-1999,3,3,7,30,572.0,49.0,150.0,2.0,-9.0,4.2,48.85,203.14182085156529,6.825499448786665,6.21607398623197
-1999,3,3,8,30,789.0,74.0,354.0,7.0,-7.0,4.4,41.68,458.9445880439058,17.760114678928115,16.383280914796398
-1999,3,3,9,30,891.0,88.0,536.0,10.0,-6.0,4.3,33.97,685.5312467102119,26.178031910826093,24.121438170695455
-1999,3,3,10,30,941.0,97.0,673.0,12.0,-7.0,3.7,29.28,854.4057195309167,32.973441157114635,30.410223998521886
-1999,3,3,11,30,961.0,102.0,752.0,13.0,-7.0,3.0,26.82,949.106039506233,37.40043693023269,34.553118811713986
-1999,3,3,12,30,689.0,213.0,686.0,14.0,-7.0,2.8000000000000003,24.64,826.6022740073134,35.5346947558031,33.05488793378116
-1999,3,3,13,30,584.0,230.0,607.0,14.0,-7.0,2.8000000000000003,24.44,719.651075343951,32.74839535958055,30.589442133548697
-1999,3,3,14,30,485.0,213.0,483.0,14.0,-7.0,2.8000000000000003,26.53,565.4786717965101,28.731886145218937,27.035450129829407
-1999,3,3,15,30,584.0,121.0,368.0,13.0,-6.0,2.0,30.51,452.98150710487414,25.44680990310248,24.087865381787857
-1999,3,3,16,30,387.0,85.0,184.0,10.0,-3.0,1.3,47.17,225.50419571706203,16.493827296091727,15.81731470894054
-1999,3,3,17,30,223.0,26.0,41.0,7.0,-4.0,1.4,50.47,55.8632538391733,8.597922081281233,8.430332319763712
-1999,3,3,18,30,0.0,0.0,0.0,5.0,-5.0,1.5,55.48,0.0,5.0,5.0
-1999,3,3,19,30,0.0,0.0,0.0,3.0,-5.0,1.6,63.47,0.0,3.0,3.0
-1999,3,3,20,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,66.07000000000001,0.0,2.0,2.0
-1999,3,3,21,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.65,0.0,2.0,2.0
-1999,3,3,22,30,0.0,0.0,0.0,1.0,-7.0,1.8,59.11,0.0,1.0,1.0
-1999,3,3,23,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.03,0.0,1.0,1.0
-1999,3,4,0,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.88,0.0,1.0,1.0
-1999,3,4,1,30,0.0,0.0,0.0,1.0,-8.0,1.0,56.91,0.0,1.0,1.0
-1999,3,4,2,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,58.33,0.0,0.0,0.0
-1999,3,4,3,30,0.0,0.0,0.0,0.0,-7.0,0.5,61.43,0.0,0.0,0.0
-1999,3,4,4,30,0.0,0.0,0.0,0.0,-7.0,0.4,67.9,0.0,0.0,0.0
-1999,3,4,5,30,0.0,0.0,0.0,0.0,-7.0,0.2,73.09,0.0,0.0,0.0
-1999,3,4,6,30,0.0,0.0,0.0,0.0,-7.0,0.4,63.06,0.0,0.0,0.0
-1999,3,4,7,30,325.0,60.0,119.0,2.0,-5.0,1.0,59.65,147.93250072714565,6.346838895134021,5.903041392952584
-1999,3,4,8,30,772.0,73.0,351.0,5.0,-5.0,1.4,53.0,452.2710753814081,17.936839306878717,16.58002608073449
-1999,3,4,9,30,885.0,83.0,533.0,8.0,-5.0,1.4,45.79,679.6240884106398,27.440083833435015,25.401211568203095
-1999,3,4,10,30,937.0,90.0,670.0,9.0,-5.0,1.7000000000000002,39.86,847.4565983171304,32.758030607172294,30.215660812220904
-1999,3,4,11,30,961.0,95.0,748.0,10.0,-5.0,1.9,37.17,945.2855843962069,36.148295911024086,33.31243915783546
-1999,3,4,12,30,15.0,224.0,235.0,11.0,-5.0,2.1,34.410000000000004,232.44639079959455,17.344537896895396,16.64719872449661
-1999,3,4,13,30,52.0,294.0,328.0,11.0,-5.0,2.3000000000000003,34.22,331.55358951739794,19.929709174197292,18.935048405645098
-1999,3,4,14,30,63.0,256.0,291.0,10.0,-5.0,2.0,36.85,296.769101062255,18.154479880745555,17.26417257755879
-1999,3,4,15,30,547.0,133.0,366.0,9.0,-5.0,1.2000000000000002,40.76,444.6327514562148,21.890405356719445,20.5565071023508
-1999,3,4,16,30,678.0,50.0,226.0,6.0,-3.0,0.6000000000000001,56.69,299.5972862122788,15.044076543673704,14.145284685036868
-1999,3,4,17,30,196.0,29.0,43.0,4.0,-3.0,0.7000000000000001,69.4,55.392861532519035,5.660916273092719,5.494737688495162
-1999,3,4,18,30,0.0,0.0,0.0,3.0,-3.0,0.9,75.44,0.0,3.0,3.0
-1999,3,4,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.62,0.0,1.0,1.0
-1999,3,4,20,30,0.0,0.0,0.0,0.0,-3.0,3.4000000000000004,82.86,0.0,0.0,0.0
-1999,3,4,21,30,0.0,0.0,0.0,0.0,-3.0,3.5,95.04,0.0,0.0,0.0
-1999,3,4,22,30,0.0,0.0,0.0,-1.0,-4.0,2.5,98.72,0.0,-1.0,-1.0
-1999,3,4,23,30,0.0,0.0,0.0,-2.0,-4.0,1.6,94.84,0.0,-2.0,-2.0
-1999,3,5,0,30,0.0,0.0,0.0,-3.0,-5.0,1.0,98.32,0.0,-3.0,-3.0
-1999,3,5,1,30,0.0,0.0,0.0,-3.0,-6.0,0.9,100.0,0.0,-3.0,-3.0
-1999,3,5,2,30,0.0,0.0,0.0,-4.0,-6.0,1.2000000000000002,94.94,0.0,-4.0,-4.0
-1999,3,5,3,30,0.0,0.0,0.0,-4.0,-7.0,1.6,97.34,0.0,-4.0,-4.0
-1999,3,5,4,30,0.0,0.0,0.0,-4.0,-7.0,1.9,92.74,0.0,-4.0,-4.0
-1999,3,5,5,30,0.0,0.0,0.0,-4.0,-8.0,2.1,82.19,0.0,-4.0,-4.0
-1999,3,5,6,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,68.07000000000001,0.0,-2.0,-2.0
-1999,3,5,7,30,12.0,67.0,69.0,0.0,-8.0,3.6,59.94,68.82000909166963,1.7005159722978407,1.494055945022832
-1999,3,5,8,30,0.0,100.0,100.0,1.0,-9.0,3.8,47.19,97.73847327947156,3.383489657367616,3.090274237529201
-1999,3,5,9,30,133.0,243.0,311.0,2.0,-11.0,3.6,41.92,327.8993132933682,10.102265996770424,9.11856805689032
-1999,3,5,10,30,41.0,268.0,294.0,3.0,-12.0,3.4000000000000004,36.12,295.31058522834894,10.393902108086165,9.507970352401118
-1999,3,5,11,30,18.0,244.0,257.0,4.0,-12.0,3.3000000000000003,34.43,254.50992224918798,10.414571029424037,9.651041262676474
-1999,3,5,12,30,192.0,359.0,493.0,4.0,-13.0,3.6,31.29,524.3368279141473,16.956161478332632,15.383150994590192
-1999,3,5,13,30,238.0,327.0,484.0,4.0,-13.0,4.0,33.24,522.5446073731739,16.576603361025423,15.008969538905902
-1999,3,5,14,30,243.0,268.0,406.0,3.0,-13.0,4.2,32.84,442.1041761580557,13.501891975832125,12.175579447357958
-1999,3,5,15,30,521.0,141.0,365.0,2.0,-13.0,4.0,34.68,438.55496493320817,12.555140686839907,11.239475792040283
-1999,3,5,16,30,552.0,68.0,214.0,0.0,-13.0,2.7,36.71,271.5618372182274,7.121873129732192,6.30718761807751
-1999,3,5,17,30,412.0,24.0,55.0,-2.0,-13.0,1.5,48.11,80.90248893092009,0.29867095568748026,0.055963488894720026
-1999,3,5,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,54.63,0.0,-4.0,-4.0
-1999,3,5,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,56.34,0.0,-5.0,-5.0
-1999,3,5,20,30,0.0,0.0,0.0,-5.0,-14.0,1.1,58.67,0.0,-5.0,-5.0
-1999,3,5,21,30,0.0,0.0,0.0,-6.0,-14.0,1.3,57.2,0.0,-6.0,-6.0
-1999,3,5,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,58.01,0.0,-5.0,-5.0
-1999,3,5,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,54.65,0.0,-5.0,-5.0
-1999,3,6,0,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,54.67,0.0,-5.0,-5.0
-1999,3,6,1,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,56.82,0.0,-5.0,-5.0
-1999,3,6,2,30,0.0,0.0,0.0,-5.0,-13.0,2.2,61.45,0.0,-5.0,-5.0
-1999,3,6,3,30,0.0,0.0,0.0,-5.0,-12.0,2.2,65.59,0.0,-5.0,-5.0
-1999,3,6,4,30,0.0,0.0,0.0,-5.0,-11.0,2.4000000000000004,68.14,0.0,-5.0,-5.0
-1999,3,6,5,30,0.0,0.0,0.0,-5.0,-11.0,2.7,69.60000000000001,0.0,-5.0,-5.0
-1999,3,6,6,30,0.0,0.0,0.0,-4.0,-11.0,3.0,65.48,0.0,-4.0,-4.0
-1999,3,6,7,30,0.0,19.0,19.0,-3.0,-10.0,3.5,62.9,18.570309923099597,-2.538099755379426,-2.593810685148725
-1999,3,6,8,30,18.0,137.0,143.0,-1.0,-10.0,3.7,56.53,142.90180206621346,2.507868063578569,2.0791626573799284
-1999,3,6,9,30,365.0,220.0,410.0,1.0,-9.0,3.6,51.56,464.3543458155624,12.474017401152329,11.080954363705642
-1999,3,6,10,30,856.0,131.0,668.0,3.0,-8.0,3.5,47.67,827.5092217626121,23.582678131961597,21.10015046667376
-1999,3,6,11,30,906.0,126.0,751.0,5.0,-8.0,3.4000000000000004,43.21,932.4573980594844,28.346602072802064,25.54922987862361
-1999,3,6,12,30,927.0,118.0,768.0,6.0,-8.0,3.1,41.23,955.447702420703,30.4013541002219,27.53501099295979
-1999,3,6,13,30,919.0,111.0,717.0,7.0,-7.0,2.8000000000000003,39.24,894.4590187987659,30.302502965575137,27.619125909178837
-1999,3,6,14,30,881.0,102.0,604.0,7.0,-7.0,2.8000000000000003,42.58,754.8883545721756,26.666399188103895,24.401734124387367
-1999,3,6,15,30,414.0,165.0,346.0,6.0,-7.0,3.0,45.72,401.0822314625101,16.311368050854867,15.108121356467336
-1999,3,6,16,30,668.0,66.0,244.0,3.0,-6.0,3.4000000000000004,56.53,313.84026600895675,10.857842964388215,9.916322166361345
-1999,3,6,17,30,295.0,29.0,52.0,0.0,-7.0,3.5,65.01,69.88816650585355,1.738331850077656,1.5286673505600952
-1999,3,6,18,30,0.0,0.0,0.0,-1.0,-8.0,3.5,64.93,0.0,-1.0,-1.0
-1999,3,6,19,30,0.0,0.0,0.0,-2.0,-8.0,3.5,69.12,0.0,-2.0,-2.0
-1999,3,6,20,30,0.0,0.0,0.0,-2.0,-8.0,3.5,73.68,0.0,-2.0,-2.0
-1999,3,6,21,30,0.0,0.0,0.0,-3.0,-9.0,3.6,72.65,0.0,-3.0,-3.0
-1999,3,6,22,30,0.0,0.0,0.0,-3.0,-9.0,3.6,71.5,0.0,-3.0,-3.0
-1999,3,6,23,30,0.0,0.0,0.0,-3.0,-9.0,3.6,75.63,0.0,-3.0,-3.0
-1999,3,7,0,30,0.0,0.0,0.0,-3.0,-9.0,3.5,74.06,0.0,-3.0,-3.0
-1999,3,7,1,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,72.79,0.0,-3.0,-3.0
-1999,3,7,2,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,71.7,0.0,-3.0,-3.0
-1999,3,7,3,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,65.77,0.0,-3.0,-3.0
-1999,3,7,4,30,0.0,0.0,0.0,-3.0,-10.0,3.5,65.6,0.0,-3.0,-3.0
-1999,3,7,5,30,0.0,0.0,0.0,-2.0,-10.0,3.7,65.54,0.0,-2.0,-2.0
-1999,3,7,6,30,0.0,0.0,0.0,-1.0,-10.0,4.1000000000000005,56.77,0.0,-1.0,-1.0
-1999,3,7,7,30,307.0,67.0,128.0,2.0,-9.0,4.3,49.76,152.94148910518118,5.609306363651162,5.150481896335618
-1999,3,7,8,30,846.0,65.0,383.0,5.0,-7.0,4.5,46.01,489.68844643111544,16.40610708495576,14.937041745662412
-1999,3,7,9,30,938.0,76.0,568.0,8.0,-6.0,4.9,39.56,718.2049588546392,24.29811249672153,22.14349762015761
-1999,3,7,10,30,984.0,82.0,705.0,11.0,-6.0,5.2,34.7,887.4389889794327,30.749690043588156,28.087373076649857
-1999,3,7,11,30,997.0,87.0,780.0,12.0,-6.0,5.7,32.49,978.7025285579595,33.0871454923524,30.15103790667852
-1999,3,7,12,30,987.0,92.0,788.0,13.0,-6.0,6.0,30.87,987.2050394925682,33.862994279358254,30.901379160880552
-1999,3,7,13,30,958.0,94.0,730.0,13.0,-6.0,6.1000000000000005,29.43,913.6424211271793,32.184575393841286,29.443648130459746
-1999,3,7,14,30,906.0,93.0,612.0,13.0,-6.0,6.3000000000000025,31.7,766.7153769673367,28.89397114300768,26.59382501210567
-1999,3,7,15,30,365.0,177.0,338.0,11.0,-6.0,5.300000000000002,34.05,385.13963633546604,19.51575767972284,18.36033877071644
-1999,3,7,16,30,636.0,72.0,244.0,8.0,-3.0,3.6,48.99,308.82664354304757,15.630987658204962,14.70450772757582
-1999,3,7,17,30,127.0,31.0,42.0,5.0,-4.0,3.0,63.35,48.364348847435096,6.243392407804673,6.0982993612623675
-1999,3,7,18,30,0.0,0.0,0.0,3.0,-4.0,3.1,69.24,0.0,3.0,3.0
-1999,3,7,19,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,72.98,0.0,2.0,2.0
-1999,3,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.2,77.14,0.0,2.0,2.0
-1999,3,7,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,80.64,0.0,2.0,2.0
-1999,3,7,22,30,0.0,0.0,0.0,1.0,-2.0,1.2000000000000002,83.13,0.0,1.0,1.0
-1999,3,7,23,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.95,0.0,1.0,1.0
-1999,3,8,0,30,0.0,0.0,0.0,1.0,-2.0,2.6,82.01,0.0,1.0,1.0
-1999,3,8,1,30,0.0,0.0,0.0,0.0,-3.0,2.7,84.29,0.0,0.0,0.0
-1999,3,8,2,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,80.65,0.0,0.0,0.0
-1999,3,8,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,83.07000000000002,0.0,0.0,0.0
-1999,3,8,4,30,0.0,0.0,0.0,0.0,-5.0,1.9,85.7,0.0,0.0,0.0
-1999,3,8,5,30,0.0,0.0,0.0,-1.0,-5.0,2.4000000000000004,83.46000000000002,0.0,-1.0,-1.0
-1999,3,8,6,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,75.87,0.0,0.0,0.0
-1999,3,8,7,30,500.0,65.0,167.0,0.0,-6.0,5.0,67.95,207.67840904681185,4.68225496717773,4.059219740037295
-1999,3,8,8,30,734.0,93.0,372.0,2.0,-7.0,6.1000000000000005,58.36,463.1665225909462,11.725525946558927,10.336026378786087
-1999,3,8,9,30,869.0,100.0,561.0,4.0,-8.0,6.5,49.8,697.2489102012454,18.269885783750816,16.17813905314708
-1999,3,8,10,30,940.0,103.0,703.0,5.0,-9.0,6.3000000000000025,43.29,874.9273030710166,23.137198920209855,20.512417010996806
-1999,3,8,11,30,974.0,103.0,785.0,6.0,-9.0,5.9,38.55,976.6999783036622,26.77431768609855,23.84421775118756
-1999,3,8,12,30,986.0,100.0,801.0,6.0,-10.0,5.4,34.78,996.8828569396605,27.89955909955423,24.90891052873525
-1999,3,8,13,30,980.0,94.0,749.0,6.0,-10.0,4.9,33.93,934.9747019518965,27.217234281286608,24.412310175430918
-1999,3,8,14,30,953.0,84.0,634.0,6.0,-10.0,4.4,35.93,795.0833970406576,24.641005372637192,22.25575518151522
-1999,3,8,15,30,894.0,71.0,468.0,5.0,-10.0,3.6,38.43,590.7018860159676,19.59601655528118,17.82391089723328
-1999,3,8,16,30,762.0,55.0,265.0,3.0,-10.0,2.2,41.95,340.710573236472,12.237719988638807,11.215588268929391
-1999,3,8,17,30,413.0,27.0,62.0,0.0,-8.0,0.9,54.77,85.68269544093707,2.5347132905202603,2.277665204197449
-1999,3,8,18,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,61.01,0.0,0.0,0.0
-1999,3,8,19,30,0.0,0.0,0.0,-1.0,-9.0,0.8,63.48,0.0,-1.0,-1.0
-1999,3,8,20,30,0.0,0.0,0.0,-2.0,-10.0,1.0,67.1,0.0,-2.0,-2.0
-1999,3,8,21,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,70.84,0.0,-3.0,-3.0
-1999,3,8,22,30,0.0,0.0,0.0,-4.0,-10.0,1.4,69.35000000000001,0.0,-4.0,-4.0
-1999,3,8,23,30,0.0,0.0,0.0,-4.0,-11.0,1.6,67.23,0.0,-4.0,-4.0
-1999,3,9,0,30,0.0,0.0,0.0,-4.0,-11.0,1.8,64.62,0.0,-4.0,-4.0
-1999,3,9,1,30,0.0,0.0,0.0,-4.0,-11.0,2.2,62.61,0.0,-4.0,-4.0
-1999,3,9,2,30,0.0,0.0,0.0,-3.0,-12.0,2.5,60.67,0.0,-3.0,-3.0
-1999,3,9,3,30,0.0,0.0,0.0,-3.0,-12.0,2.6,55.72,0.0,-3.0,-3.0
-1999,3,9,4,30,0.0,0.0,0.0,-2.0,-12.0,2.5,57.3,0.0,-2.0,-2.0
-1999,3,9,5,30,0.0,0.0,0.0,-2.0,-11.0,2.5,55.25,0.0,-2.0,-2.0
-1999,3,9,6,30,0.0,0.0,0.0,-1.0,-11.0,2.7,49.84,0.0,-1.0,-1.0
-1999,3,9,7,30,595.0,55.0,178.0,2.0,-10.0,2.6,46.45,227.3280307808468,8.001562448718957,7.319578356376416
-1999,3,9,8,30,804.0,75.0,385.0,5.0,-8.0,1.7000000000000002,41.54,483.85802621083116,18.56472274694723,17.113148668314736
-1999,3,9,9,30,680.0,141.0,505.0,8.0,-7.0,0.8,37.14,609.2332957241322,26.144598155095593,24.316898267923197
-1999,3,9,10,30,960.0,88.0,706.0,10.0,-7.0,0.6000000000000001,36.14,879.849566842331,36.56041024284173,33.92086154231474
-1999,3,9,11,30,978.0,92.0,781.0,11.0,-6.0,1.2000000000000002,34.61,972.4986426396932,39.19383338593212,36.276337458013046
-1999,3,9,12,30,463.0,295.0,626.0,12.0,-6.0,1.9,32.82,711.8193569337034,31.69020102235681,29.5547429515557
-1999,3,9,13,30,373.0,311.0,562.0,12.0,-6.0,2.7,30.97,625.7823628452079,28.411520266104855,26.53417317756923
-1999,3,9,14,30,365.0,260.0,473.0,11.0,-6.0,3.4000000000000004,33.21,527.9902144825865,24.219668224533724,22.635697581085964
-1999,3,9,15,30,565.0,135.0,388.0,10.0,-6.0,3.3000000000000003,35.85,462.4661679529743,21.65582094726904,20.268422443410117
-1999,3,9,16,30,493.0,81.0,219.0,8.0,-4.0,2.4000000000000004,46.28,265.61702704814286,15.106345335076643,14.309494253932215
-1999,3,9,17,30,336.0,31.0,60.0,5.0,-4.0,2.0,64.29,78.98274550173973,7.1702502275830735,6.933301991077855
-1999,3,9,18,30,0.0,0.0,0.0,3.0,-5.0,2.5,62.85,0.0,3.0,3.0
-1999,3,9,19,30,0.0,0.0,0.0,2.0,-5.0,2.6,65.44,0.0,2.0,2.0
-1999,3,9,20,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.63,0.0,1.0,1.0
-1999,3,9,21,30,0.0,0.0,0.0,0.0,-5.0,1.9,70.23,0.0,0.0,0.0
-1999,3,9,22,30,0.0,0.0,0.0,0.0,-5.0,1.8,75.14,0.0,0.0,0.0
-1999,3,9,23,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,73.75,0.0,0.0,0.0
-1999,3,10,0,30,0.0,0.0,0.0,0.0,-6.0,1.6,76.72,0.0,0.0,0.0
-1999,3,10,1,30,0.0,0.0,0.0,-1.0,-7.0,1.6,73.64,0.0,-1.0,-1.0
-1999,3,10,2,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,76.24,0.0,-1.0,-1.0
-1999,3,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,73.41,0.0,-2.0,-2.0
-1999,3,10,4,30,0.0,0.0,0.0,-2.0,-8.0,1.8,71.25,0.0,-2.0,-2.0
-1999,3,10,5,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.14,0.0,-1.0,-1.0
-1999,3,10,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,56.68,0.0,0.0,0.0
-1999,3,10,7,30,393.0,66.0,150.0,2.0,-7.0,3.6,56.87000000000001,180.51573465893804,6.460474418562093,5.9189272145852785
-1999,3,10,8,30,876.0,65.0,408.0,4.0,-8.0,4.3,44.7,513.8866321369791,16.127345577835282,14.585685681424346
-1999,3,10,9,30,962.0,75.0,594.0,6.0,-9.0,4.0,38.03,743.4667021367989,23.893756232425662,21.663356126015266
-1999,3,10,10,30,1001.0,82.0,731.0,7.0,-10.0,3.1,31.54,911.1025526815442,30.268815188179897,27.535507530135263
-1999,3,10,11,30,1011.0,88.0,805.0,8.0,-10.0,2.2,29.1,1001.3923292183265,35.15085078874054,32.14667380108556
-1999,3,10,12,30,1004.0,91.0,814.0,9.0,-10.0,1.7000000000000002,27.17,1010.0056499679602,37.31501364554387,34.28499669563999
-1999,3,10,13,30,981.0,91.0,756.0,10.0,-10.0,1.9,27.31,937.7105924721754,35.93875803842476,33.12562626100823
-1999,3,10,14,30,935.0,89.0,636.0,9.0,-10.0,2.9000000000000004,29.34,790.5116682896767,29.45829931488788,27.08676431001885
-1999,3,10,15,30,853.0,81.0,466.0,8.0,-10.0,3.9,31.93,579.7263314089637,22.044799993367533,20.305620999140643
-1999,3,10,16,30,699.0,66.0,264.0,6.0,-9.0,4.1000000000000005,38.9,329.9622781193948,13.88958964116045,12.899702806802265
-1999,3,10,17,30,340.0,33.0,64.0,3.0,-8.0,3.3000000000000003,49.71,81.96908165084764,5.065917477084524,4.820010232131981
-1999,3,10,18,30,0.0,0.0,0.0,1.0,-8.0,2.4000000000000004,52.99,0.0,1.0,1.0
-1999,3,10,19,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.24,0.0,0.0,0.0
-1999,3,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.3,63.06,0.0,0.0,0.0
-1999,3,10,21,30,0.0,0.0,0.0,-1.0,-8.0,1.3,66.22,0.0,-1.0,-1.0
-1999,3,10,22,30,0.0,0.0,0.0,-1.0,-8.0,1.3,71.77,0.0,-1.0,-1.0
-1999,3,10,23,30,0.0,0.0,0.0,-2.0,-8.0,1.3,77.77,0.0,-2.0,-2.0
-1999,3,11,0,30,0.0,0.0,0.0,-3.0,-8.0,1.4,85.54,0.0,-3.0,-3.0
-1999,3,11,1,30,0.0,0.0,0.0,-4.0,-7.0,1.5,87.19,0.0,-4.0,-4.0
-1999,3,11,2,30,0.0,0.0,0.0,-4.0,-7.0,1.7000000000000002,88.44,0.0,-4.0,-4.0
-1999,3,11,3,30,0.0,0.0,0.0,-4.0,-7.0,1.9,89.91,0.0,-4.0,-4.0
-1999,3,11,4,30,0.0,0.0,0.0,-3.0,-7.0,2.3000000000000003,91.41,0.0,-3.0,-3.0
-1999,3,11,5,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,86.07000000000002,0.0,-2.0,-2.0
-1999,3,11,6,30,0.0,12.0,12.0,-1.0,-6.0,4.2,74.82000000000002,11.728616793536586,-0.7213944738951831,-0.7565803242757928
-1999,3,11,7,30,379.0,78.0,161.0,1.0,-6.0,5.9,67.05,189.42677852490715,5.029089958786883,4.460809623212161
-1999,3,11,8,30,499.0,139.0,337.0,3.0,-5.0,6.9,59.68,394.1221234456277,10.862652492261496,9.680286121924613
-1999,3,11,9,30,550.0,192.0,492.0,5.0,-6.0,7.1000000000000005,51.03,572.6593798845622,16.279922482204405,14.56194434255072
-1999,3,11,10,30,541.0,251.0,605.0,6.0,-6.0,7.2,46.3,696.1518042817945,19.625553295557996,17.53709788271261
-1999,3,11,11,30,526.0,293.0,668.0,7.0,-6.0,7.2,42.26,764.1776046362756,21.957000204841272,19.664467390932444
-1999,3,11,12,30,526.0,297.0,678.0,8.0,-6.0,7.1000000000000005,39.11,774.2421071416807,23.250585702057737,20.927859380632697
-1999,3,11,13,30,896.0,126.0,737.0,9.0,-6.0,7.1000000000000005,36.64,900.5097397166799,26.7377345334356,24.03620531428556
-1999,3,11,14,30,846.0,120.0,620.0,9.0,-6.0,7.1000000000000005,36.88,755.6160380740314,23.883699866233968,21.616851752011875
-1999,3,11,15,30,444.0,169.0,372.0,8.0,-6.0,6.9,39.93,426.5296464260103,16.509175679293094,15.229586740015062
-1999,3,11,16,30,269.0,111.0,188.0,5.0,-5.0,5.9,51.8,211.05934921337683,9.489212725073594,8.856034677433463
-1999,3,11,17,30,81.0,38.0,46.0,3.0,-5.0,4.6000000000000005,63.58,49.09229154100137,4.136042484423383,3.9887656098003785
-1999,3,11,18,30,0.0,0.0,0.0,1.0,-4.0,3.6,69.35000000000001,0.0,1.0,1.0
-1999,3,11,19,30,0.0,0.0,0.0,0.0,-4.0,2.9000000000000004,80.18,0.0,0.0,0.0
-1999,3,11,20,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,85.63,0.0,0.0,0.0
-1999,3,11,21,30,0.0,0.0,0.0,-1.0,-5.0,2.2,91.34,0.0,-1.0,-1.0
-1999,3,11,22,30,0.0,0.0,0.0,-1.0,-5.0,2.0,90.88,0.0,-1.0,-1.0
-1999,3,11,23,30,0.0,0.0,0.0,-1.0,-5.0,1.8,90.34,0.0,-1.0,-1.0
-1999,3,12,0,30,0.0,0.0,0.0,-1.0,-5.0,1.3,89.4,0.0,-1.0,-1.0
-1999,3,12,1,30,0.0,0.0,0.0,-2.0,-5.0,0.9,87.75,0.0,-2.0,-2.0
-1999,3,12,2,30,0.0,0.0,0.0,-3.0,-6.0,0.8,91.87,0.0,-3.0,-3.0
-1999,3,12,3,30,0.0,0.0,0.0,-3.0,-6.0,0.9,89.05,0.0,-3.0,-3.0
-1999,3,12,4,30,0.0,0.0,0.0,-3.0,-7.0,0.9,92.42,0.0,-3.0,-3.0
-1999,3,12,5,30,0.0,0.0,0.0,-4.0,-7.0,1.3,88.76,0.0,-4.0,-4.0
-1999,3,12,6,30,0.0,6.0,6.0,-3.0,-7.0,2.5,79.61,5.864308396768293,-2.84414654068226,-2.861739465872565
-1999,3,12,7,30,94.0,88.0,109.0,-2.0,-8.0,3.9,79.05,114.41019597317859,0.7717704588990343,0.4285398709794985
-1999,3,12,8,30,92.0,175.0,213.0,-2.0,-8.0,4.7,72.59,218.98425848408112,3.034549357243642,2.3775965817913987
-1999,3,12,9,30,0.0,92.0,92.0,-1.0,-8.0,5.2,71.24,89.91939541711383,1.0011293288309617,0.7313711425796203
-1999,3,12,10,30,6.0,157.0,162.0,-1.0,-8.0,5.4,65.34,158.47619902569033,2.481410942395101,2.00598234531803
-1999,3,12,11,30,0.0,36.0,36.0,-1.0,-8.0,5.2,65.85,35.185850380609764,-0.21694939306614536,-0.32250694420797466
-1999,3,12,12,30,5.0,137.0,141.0,-1.0,-8.0,4.800000000000002,66.42,138.51796600026228,2.1639019852094528,1.748348087208666
-1999,3,12,13,30,9.0,175.0,181.0,-1.0,-8.0,4.5,65.94,178.87035114427502,3.1663518801484263,2.6297408267156013
-1999,3,12,14,30,15.0,205.0,215.0,-1.0,-8.0,4.5,70.59,211.72042246548605,3.9315147790670046,3.2963535116705467
-1999,3,12,15,30,26.0,178.0,190.0,-2.0,-8.0,4.5,70.92,189.32456795597537,2.40985755669163,1.8418838528237038
-1999,3,12,16,30,0.0,87.0,87.0,-2.0,-8.0,4.1000000000000005,71.62,85.03247175314027,0.03317576824067575,-0.22192164701874506
-1999,3,12,17,30,177.0,43.0,61.0,-3.0,-8.0,3.3000000000000003,76.9,68.36981046032192,-1.2768333682621575,-1.4819427996431231
-1999,3,12,18,30,0.0,0.0,0.0,-4.0,-8.0,2.8000000000000003,81.81,0.0,-4.0,-4.0
-1999,3,12,19,30,0.0,0.0,0.0,-4.0,-8.0,2.6,87.68,0.0,-4.0,-4.0
-1999,3,12,20,30,0.0,0.0,0.0,-4.0,-8.0,2.6,81.36,0.0,-4.0,-4.0
-1999,3,12,21,30,0.0,0.0,0.0,-4.0,-8.0,2.7,82.16,0.0,-4.0,-4.0
-1999,3,12,22,30,0.0,0.0,0.0,-4.0,-8.0,2.7,88.82000000000002,0.0,-4.0,-4.0
-1999,3,12,23,30,0.0,0.0,0.0,-4.0,-8.0,2.4000000000000004,88.13,0.0,-4.0,-4.0
-1999,3,13,0,30,0.0,0.0,0.0,-5.0,-8.0,1.9,86.52,0.0,-5.0,-5.0
-1999,3,13,1,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.86,0.0,-5.0,-5.0
-1999,3,13,2,30,0.0,0.0,0.0,-5.0,-9.0,1.6,87.27,0.0,-5.0,-5.0
-1999,3,13,3,30,0.0,0.0,0.0,-6.0,-10.0,1.6,83.67,0.0,-6.0,-6.0
-1999,3,13,4,30,0.0,0.0,0.0,-6.0,-10.0,1.8,79.19,0.0,-6.0,-6.0
-1999,3,13,5,30,0.0,0.0,0.0,-5.0,-11.0,2.2,68.94,0.0,-5.0,-5.0
-1999,3,13,6,30,0.0,19.0,19.0,-3.0,-12.0,3.0,56.48,18.570309923099597,-2.52257845046566,-2.578289380234959
-1999,3,13,7,30,580.0,66.0,199.0,0.0,-10.0,3.4000000000000004,50.96,241.77089209350447,6.053390559440157,5.328077883159644
-1999,3,13,8,30,797.0,87.0,411.0,2.0,-8.0,3.4000000000000004,51.19,503.03784062043974,14.594917812832701,13.085804290971382
-1999,3,13,9,30,910.0,94.0,600.0,5.0,-8.0,3.4000000000000004,45.89,734.9550552199518,23.40159480885997,21.196729643200115
-1999,3,13,10,30,970.0,96.0,739.0,6.0,-8.0,3.8,39.17,908.2536185603071,28.14903746158565,25.424276605904726
-1999,3,13,11,30,995.0,96.0,817.0,7.0,-8.0,4.1000000000000005,35.68,1003.456153723633,30.993219227659765,27.982850766488866
-1999,3,13,12,30,998.0,95.0,827.0,8.0,-8.0,4.1000000000000005,33.27,1016.3164083726858,32.30071538279644,29.251766157678386
-1999,3,13,13,30,989.0,88.0,771.0,9.0,-8.0,4.0,33.76,948.6386747808275,31.831835172163615,28.985919147821132
-1999,3,13,14,30,965.0,78.0,655.0,9.0,-8.0,3.7,34.59,808.2348625491127,28.84006654368968,26.415361956042343
-1999,3,13,15,30,907.0,67.0,487.0,8.0,-8.0,2.9000000000000004,38.26,602.5064510696577,23.592758221776243,21.78523886856727
-1999,3,13,16,30,783.0,54.0,284.0,5.0,-5.0,1.6,52.04,353.67543243446653,14.981772829436052,13.920746532132652
-1999,3,13,17,30,469.0,29.0,78.0,2.0,-5.0,0.8,64.24,98.73199932987646,4.94050319551308,4.6443071975234504
-1999,3,13,18,30,0.0,0.0,0.0,0.0,-8.0,1.0,57.22,0.0,0.0,0.0
-1999,3,13,19,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.94000000000001,0.0,0.0,0.0
-1999,3,13,20,30,0.0,0.0,0.0,-1.0,-8.0,1.8,68.15,0.0,-1.0,-1.0
-1999,3,13,21,30,0.0,0.0,0.0,-1.0,-8.0,2.0,71.44,0.0,-1.0,-1.0
-1999,3,13,22,30,0.0,0.0,0.0,-1.0,-9.0,2.0,66.53,0.0,-1.0,-1.0
-1999,3,13,23,30,0.0,0.0,0.0,-1.0,-10.0,1.9,61.17,0.0,-1.0,-1.0
-1999,3,14,0,30,0.0,0.0,0.0,-1.0,-11.0,1.8,57.18,0.0,-1.0,-1.0
-1999,3,14,1,30,0.0,0.0,0.0,-1.0,-11.0,1.7000000000000002,54.65,0.0,-1.0,-1.0
-1999,3,14,2,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,49.32,0.0,-1.0,-1.0
-1999,3,14,3,30,0.0,0.0,0.0,-1.0,-12.0,1.9,48.83,0.0,-1.0,-1.0
-1999,3,14,4,30,0.0,0.0,0.0,-1.0,-12.0,2.0,48.78,0.0,-1.0,-1.0
-1999,3,14,5,30,0.0,0.0,0.0,0.0,-12.0,2.2,48.42,0.0,0.0,0.0
-1999,3,14,6,30,271.0,15.0,26.0,1.0,-11.0,2.9000000000000004,43.42,33.77794726867166,1.8741671795434631,1.7728333377374481
-1999,3,14,7,30,732.0,45.0,217.0,5.0,-10.0,3.3000000000000003,37.63,270.2635547649012,11.811619576099348,11.000828911804645
-1999,3,14,8,30,888.0,60.0,427.0,9.0,-8.0,2.4000000000000004,31.93,527.4473570938237,23.111380988022415,21.529038916740944
-1999,3,14,9,30,961.0,70.0,609.0,12.0,-8.0,1.5,26.09,750.7188843886217,33.33006929989152,31.077912646725657
-1999,3,14,10,30,998.0,76.0,744.0,14.0,-7.0,1.2000000000000002,26.33,915.3269957449635,40.536362808313484,37.7903818210786
-1999,3,14,11,30,1015.0,80.0,820.0,15.0,-7.0,1.1,25.53,1008.9915841606742,44.4492306003323,41.42225584785028
-1999,3,14,12,30,1015.0,81.0,830.0,16.0,-7.0,1.0,24.21,1020.95815975128,45.99976757843691,42.93689309918307
-1999,3,14,13,30,998.0,81.0,774.0,16.0,-6.0,0.9,22.76,951.8887479174043,44.1593039064242,41.30363766267199
-1999,3,14,14,30,962.0,77.0,657.0,16.0,-6.0,0.7000000000000001,22.83,806.8641106281492,40.19325693672705,37.7726646048426
-1999,3,14,15,30,85.0,208.0,248.0,15.0,-6.0,0.5,24.66,253.76812579084807,22.712550623513028,21.951246246140485
-1999,3,14,16,30,765.0,57.0,285.0,12.0,-3.0,0.5,39.04,350.79984401170987,22.661549976889805,21.609150444854677
-1999,3,14,17,30,446.0,31.0,79.0,8.0,-2.0,0.7000000000000001,52.56,97.78704345796342,10.932076214939864,10.638715084565973
-1999,3,14,18,30,0.0,0.0,0.0,6.0,-5.0,1.1,50.46,0.0,6.0,6.0
-1999,3,14,19,30,0.0,0.0,0.0,4.0,-5.0,1.5,56.86,0.0,4.0,4.0
-1999,3,14,20,30,0.0,0.0,0.0,3.0,-6.0,1.8,63.48,0.0,3.0,3.0
-1999,3,14,21,30,0.0,0.0,0.0,2.0,-6.0,1.9,60.95,0.0,2.0,2.0
-1999,3,14,22,30,0.0,0.0,0.0,2.0,-7.0,1.9,58.02,0.0,2.0,2.0
-1999,3,14,23,30,0.0,0.0,0.0,1.0,-7.0,2.0,55.12000000000001,0.0,1.0,1.0
-1999,3,15,0,30,0.0,0.0,0.0,1.0,-8.0,2.2,52.17,0.0,1.0,1.0
-1999,3,15,1,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,50.16,0.0,1.0,1.0
-1999,3,15,2,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.63,0.0,1.0,1.0
-1999,3,15,3,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.42,0.0,1.0,1.0
-1999,3,15,4,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,48.89,0.0,1.0,1.0
-1999,3,15,5,30,0.0,0.0,0.0,2.0,-9.0,2.3000000000000003,48.3,0.0,2.0,2.0
-1999,3,15,6,30,0.0,9.0,9.0,4.0,-9.0,2.2,43.05,8.796462595152441,4.238499373743106,4.212109985957649
-1999,3,15,7,30,0.0,73.0,73.0,8.0,-7.0,2.6,38.7,71.34908549401425,9.8836480075971,9.669600751115057
-1999,3,15,8,30,80.0,181.0,215.0,11.0,-5.0,3.0,34.37,219.42030218710892,16.641046439357304,15.982785532795978
-1999,3,15,9,30,361.0,247.0,452.0,14.0,-7.0,3.0,27.16,498.9141704958153,26.826515946643656,25.32977343515621
-1999,3,15,10,30,19.0,241.0,254.0,15.0,-9.0,2.9000000000000004,20.57,251.6214801251229,21.511918496525627,20.75705405615026
-1999,3,15,11,30,105.0,372.0,450.0,16.0,-9.0,2.7,18.23,460.17912780596174,28.068475448379008,26.687938064961124
-1999,3,15,12,30,540.0,304.0,705.0,17.0,-9.0,2.5,17.04,799.5334764437061,38.248892403537376,35.85029197420626
-1999,3,15,13,30,523.0,277.0,643.0,18.0,-9.0,2.4000000000000004,16.04,729.2405547461889,37.510177009209606,35.32245534497104
-1999,3,15,14,30,42.0,260.0,286.0,18.0,-9.0,2.3000000000000003,17.17,286.1450924776756,25.706725362764775,24.848290085331747
-1999,3,15,15,30,224.0,213.0,319.0,17.0,-9.0,1.7000000000000002,18.78,341.55640980921453,26.575366637580373,25.55069740815273
-1999,3,15,16,30,393.0,103.0,222.0,14.0,-2.0,1.0,38.36,252.82437469355762,21.428974837537034,20.67050171345636
-1999,3,15,17,30,165.0,42.0,60.0,11.0,-2.0,1.1,43.0,66.21681515093172,12.93265661439733,12.734006168944534
-1999,3,15,18,30,0.0,0.0,0.0,9.0,-5.0,1.4,40.68,0.0,9.0,9.0
-1999,3,15,19,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,43.83,0.0,8.0,8.0
-1999,3,15,20,30,0.0,0.0,0.0,6.0,-5.0,2.0,50.97,0.0,6.0,6.0
-1999,3,15,21,30,0.0,0.0,0.0,5.0,-5.0,2.5,51.9,0.0,5.0,5.0
-1999,3,15,22,30,0.0,0.0,0.0,5.0,-6.0,2.8000000000000003,51.91,0.0,5.0,5.0
-1999,3,15,23,30,0.0,0.0,0.0,4.0,-7.0,2.8000000000000003,49.42,0.0,4.0,4.0
-1999,3,16,0,30,0.0,0.0,0.0,4.0,-7.0,2.7,47.94,0.0,4.0,4.0
-1999,3,16,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,50.87000000000001,0.0,4.0,4.0
-1999,3,16,2,30,0.0,0.0,0.0,3.0,-8.0,2.5,50.42,0.0,3.0,3.0
-1999,3,16,3,30,0.0,0.0,0.0,3.0,-8.0,2.4000000000000004,53.34,0.0,3.0,3.0
-1999,3,16,4,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,51.63,0.0,2.0,2.0
-1999,3,16,5,30,0.0,0.0,0.0,2.0,-9.0,2.1,49.5,0.0,2.0,2.0
-1999,3,16,6,30,223.0,20.0,31.0,5.0,-8.0,2.1,41.25,36.75048942957921,6.0030909583640035,5.892839490075266
-1999,3,16,7,30,0.0,7.0,7.0,10.0,-6.0,2.6,35.33,6.8416931295630095,10.180623781550407,10.160098702161719
-1999,3,16,8,30,841.0,81.0,437.0,14.0,-8.0,2.8000000000000003,24.05,528.932760606116,27.779789753997463,26.192991472179116
-1999,3,16,9,30,638.0,169.0,534.0,15.0,-10.0,2.6,18.16,622.3425872370743,31.430124736361005,29.56309697464978
-1999,3,16,10,30,597.0,242.0,647.0,16.0,-11.0,2.7,16.35,743.2873743718955,35.49316013411138,33.26329801099569
-1999,3,16,11,30,594.0,281.0,720.0,17.0,-11.0,3.0,15.37,822.6873886932112,38.1503571840612,35.682295017981566
-1999,3,16,12,30,470.0,322.0,673.0,18.0,-11.0,3.3000000000000003,15.52,753.1585243276054,36.982320249131384,34.72284467614857
-1999,3,16,13,30,545.0,276.0,659.0,17.0,-10.0,3.6,15.79,748.7210422912017,35.50060916899519,33.254446042121586
-1999,3,16,14,30,491.0,232.0,531.0,17.0,-10.0,3.7,17.18,602.0031984125146,31.77761486104238,29.971605265804836
-1999,3,16,15,30,270.0,210.0,339.0,16.0,-10.0,3.5,18.96,366.4463794823437,25.114639067637412,24.01529992919038
-1999,3,16,16,30,315.0,114.0,211.0,12.0,-7.0,2.5,28.74,233.8164205284698,18.214048702611784,17.512599441026374
-1999,3,16,17,30,82.0,43.0,52.0,8.0,-4.0,1.7000000000000002,46.54,54.63153654773006,9.531568365855257,9.367673756212067
-1999,3,16,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.99,0.0,6.0,6.0
-1999,3,16,19,30,0.0,0.0,0.0,5.0,-5.0,1.7000000000000002,53.23,0.0,5.0,5.0
-1999,3,16,20,30,0.0,0.0,0.0,5.0,-6.0,1.8,55.27,0.0,5.0,5.0
-1999,3,16,21,30,0.0,0.0,0.0,4.0,-6.0,1.9,57.31,0.0,4.0,4.0
-1999,3,16,22,30,0.0,0.0,0.0,3.0,-6.0,1.9,55.34,0.0,3.0,3.0
-1999,3,16,23,30,0.0,0.0,0.0,2.0,-7.0,1.8,57.99,0.0,2.0,2.0
-1999,3,17,0,30,0.0,0.0,0.0,1.0,-7.0,1.5,57.66,0.0,1.0,1.0
-1999,3,17,1,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,57.6,0.0,0.0,0.0
-1999,3,17,2,30,0.0,0.0,0.0,0.0,-7.0,0.8,61.94000000000001,0.0,0.0,0.0
-1999,3,17,3,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,66.81,0.0,0.0,0.0
-1999,3,17,4,30,0.0,0.0,0.0,0.0,-7.0,0.7000000000000001,67.89,0.0,0.0,0.0
-1999,3,17,5,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,74.71000000000002,0.0,-1.0,-1.0
-1999,3,17,6,30,247.0,21.0,34.0,0.0,-6.0,0.8,70.95,40.40545875396816,1.203382706606069,1.0821663303441644
-1999,3,17,7,30,675.0,57.0,226.0,2.0,-6.0,1.3,60.12000000000001,271.4667121775481,9.817406411944013,9.00300627541137
-1999,3,17,8,30,834.0,77.0,434.0,4.0,-7.0,1.8,50.26,524.1258961170156,18.595571605429598,17.02319391707855
-1999,3,17,9,30,911.0,89.0,614.0,6.0,-7.0,2.6,43.54,742.7219825909691,25.608195017768196,23.380029069995288
-1999,3,17,10,30,951.0,97.0,747.0,8.0,-7.0,3.5,41.11,904.921174641847,30.508149495635354,27.793385971709814
-1999,3,17,11,30,970.0,101.0,823.0,9.0,-7.0,4.2,38.6,996.3185815772522,32.66688821663133,29.67793247189957
-1999,3,17,12,30,973.0,102.0,833.0,10.0,-7.0,4.6000000000000005,35.92,1009.7160564073065,33.36579331044482,30.336645141222903
-1999,3,17,13,30,960.0,98.0,778.0,10.0,-7.0,4.800000000000002,33.230000000000004,941.4982494377596,31.504850717066635,28.680355968753357
-1999,3,17,14,30,927.0,91.0,661.0,9.0,-7.0,4.7,35.160000000000004,799.1055294956399,27.37180561626795,24.97448902778103
-1999,3,17,15,30,863.0,81.0,493.0,8.0,-7.0,4.6000000000000005,37.09,595.7151321695239,21.7854167633069,19.998271366798328
-1999,3,17,16,30,738.0,64.0,292.0,6.0,-7.0,4.0,41.73,350.28920989274036,14.430760536625035,13.379892906946814
-1999,3,17,17,30,438.0,35.0,87.0,3.0,-7.0,2.7,52.35,102.06942805367581,5.676832372578362,5.370624088417335
-1999,3,17,18,30,0.0,0.0,0.0,1.0,-7.0,1.9,55.41,0.0,1.0,1.0
-1999,3,17,19,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.82,0.0,0.0,0.0
-1999,3,17,20,30,0.0,0.0,0.0,0.0,-8.0,2.0,58.96,0.0,0.0,0.0
-1999,3,17,21,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,57.46,0.0,0.0,0.0
-1999,3,17,22,30,0.0,0.0,0.0,0.0,-9.0,2.7,61.02,0.0,0.0,0.0
-1999,3,17,23,30,0.0,0.0,0.0,-1.0,-9.0,3.0,59.99,0.0,-1.0,-1.0
-1999,3,18,0,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,58.24,0.0,-1.0,-1.0
-1999,3,18,1,30,0.0,0.0,0.0,-1.0,-10.0,3.6,57.06,0.0,-1.0,-1.0
-1999,3,18,2,30,0.0,0.0,0.0,-1.0,-10.0,3.8,56.85,0.0,-1.0,-1.0
-1999,3,18,3,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,57.28,0.0,-1.0,-1.0
-1999,3,18,4,30,0.0,0.0,0.0,-1.0,-10.0,2.7,57.55,0.0,-1.0,-1.0
-1999,3,18,5,30,0.0,0.0,0.0,0.0,-10.0,3.2,57.29,0.0,0.0,0.0
-1999,3,18,6,30,190.0,25.0,36.0,1.0,-9.0,3.9,48.42,40.37103901235903,1.978053156693744,1.8569400396566669
-1999,3,18,7,30,392.0,83.0,183.0,5.0,-9.0,3.4000000000000004,43.9,207.7933625525687,10.202670876953922,9.579290789296216
-1999,3,18,8,30,308.0,181.0,315.0,8.0,-9.0,3.4000000000000004,35.36,343.7273486719947,16.606147205957843,15.574965159941858
-1999,3,18,9,30,294.0,269.0,440.0,10.0,-7.0,4.2,32.14,475.48361464022025,21.29479843557184,19.868347591651176
-1999,3,18,10,30,0.0,56.0,56.0,11.0,-6.0,4.6000000000000005,31.71,54.733545036504076,12.266586474836634,12.102385839727122
-1999,3,18,11,30,531.0,308.0,706.0,11.0,-6.0,4.6000000000000005,31.68,793.831394298051,29.370016169207332,26.98852198631318
-1999,3,18,12,30,504.0,321.0,703.0,11.0,-7.0,4.6000000000000005,33.02,786.3252994484387,29.19631796988516,26.837342071539844
-1999,3,18,13,30,463.0,295.0,625.0,10.0,-7.0,4.800000000000002,34.480000000000004,697.166094726618,25.924036822213314,23.83253853803346
-1999,3,18,14,30,147.0,305.0,396.0,9.0,-7.0,4.800000000000002,37.03,410.97800580863077,18.3871875685273,17.154253551101405
-1999,3,18,15,30,396.0,192.0,382.0,7.0,-7.0,4.3,40.89,425.2806520150066,17.036309785109047,15.760467829064027
-1999,3,18,16,30,361.0,112.0,224.0,6.0,-6.0,3.6,49.08,250.6873400115232,12.194387814953897,11.442325794919327
-1999,3,18,17,30,218.0,44.0,70.0,4.0,-5.0,2.7,60.59,77.03012323862163,6.020161486947977,5.789071117232112
-1999,3,18,18,30,0.0,0.0,0.0,2.0,-4.0,2.0,70.01,0.0,2.0,2.0
-1999,3,18,19,30,0.0,0.0,0.0,2.0,-4.0,1.5,70.67,0.0,2.0,2.0
-1999,3,18,20,30,0.0,0.0,0.0,1.0,-4.0,1.0,70.12,0.0,1.0,1.0
-1999,3,18,21,30,0.0,0.0,0.0,1.0,-5.0,1.0,68.77,0.0,1.0,1.0
-1999,3,18,22,30,0.0,0.0,0.0,1.0,-5.0,1.1,68.5,0.0,1.0,1.0
-1999,3,18,23,30,0.0,0.0,0.0,1.0,-5.0,1.2000000000000002,74.03,0.0,1.0,1.0
-1999,3,19,0,30,0.0,0.0,0.0,0.0,-4.0,1.4,74.79,0.0,0.0,0.0
-1999,3,19,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,75.51,0.0,0.0,0.0
-1999,3,19,2,30,0.0,0.0,0.0,0.0,-4.0,1.1,80.99,0.0,0.0,0.0
-1999,3,19,3,30,0.0,0.0,0.0,0.0,-4.0,1.0,80.42,0.0,0.0,0.0
-1999,3,19,4,30,0.0,0.0,0.0,0.0,-4.0,1.1,79.97,0.0,0.0,0.0
-1999,3,19,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,74.65,0.0,0.0,0.0
-1999,3,19,6,30,64.0,23.0,27.0,2.0,-4.0,1.1,71.79,28.066035060266593,2.8191576139005585,2.7349595087197587
-1999,3,19,7,30,320.0,93.0,176.0,5.0,-3.0,1.5,67.68,195.4192610963056,10.552419778426676,9.96616199513776
-1999,3,19,8,30,819.0,78.0,437.0,7.0,-2.0,1.9,59.28,522.5885535147528,21.455737358722207,19.88797169817795
-1999,3,19,9,30,905.0,86.0,617.0,10.0,-1.0,2.5,53.99,741.2743436884621,29.700561933441364,27.476738902375978
-1999,3,19,10,30,950.0,92.0,751.0,11.0,-1.0,3.0,47.97,904.8018877525767,34.261427572358464,31.54702190910073
-1999,3,19,11,30,970.0,95.0,825.0,12.0,-1.0,3.4000000000000004,45.12,995.6167167199478,36.927967058509516,33.94111690834967
-1999,3,19,12,30,973.0,96.0,835.0,13.0,-1.0,3.6,42.15,1008.4255982578956,37.9178089242527,34.89253212947901
-1999,3,19,13,30,958.0,94.0,780.0,13.0,-1.0,3.8,41.93,939.7319408737692,35.91668046999327,33.09748464737196
-1999,3,19,14,30,922.0,90.0,663.0,13.0,-1.0,3.8,44.42,797.5153242453422,32.44852894822331,30.05598297548729
-1999,3,19,15,30,855.0,81.0,496.0,12.0,-1.0,3.6,47.07,593.4955261681521,26.665046329649773,24.884559751145318
-1999,3,19,16,30,731.0,65.0,296.0,10.0,-1.0,2.7,54.05,350.4477725728376,19.19070440982223,18.13936109210372
-1999,3,19,17,30,442.0,37.0,92.0,6.0,0.0,1.5,71.37,105.66394506615487,9.00221470064191,8.685222865443444
-1999,3,19,18,30,0.0,0.0,0.0,4.0,-1.0,1.0,78.15,0.0,4.0,4.0
-1999,3,19,19,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,76.75,0.0,4.0,4.0
-1999,3,19,20,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,81.42,0.0,4.0,4.0
-1999,3,19,21,30,0.0,0.0,0.0,3.0,-2.0,1.1,80.32000000000002,0.0,3.0,3.0
-1999,3,19,22,30,0.0,0.0,0.0,3.0,-2.0,1.3,85.05,0.0,3.0,3.0
-1999,3,19,23,30,0.0,0.0,0.0,3.0,-2.0,1.4,83.38,0.0,3.0,3.0
-1999,3,20,0,30,0.0,0.0,0.0,3.0,-2.0,1.5,75.53,0.0,3.0,3.0
-1999,3,20,1,30,0.0,0.0,0.0,3.0,-3.0,1.4,73.35000000000002,0.0,3.0,3.0
-1999,3,20,2,30,0.0,0.0,0.0,3.0,-3.0,1.4,71.12,0.0,3.0,3.0
-1999,3,20,3,30,0.0,0.0,0.0,3.0,-4.0,1.4,68.81,0.0,3.0,3.0
-1999,3,20,4,30,0.0,0.0,0.0,3.0,-4.0,1.4,66.41,0.0,3.0,3.0
-1999,3,20,5,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.65,0.0,3.0,3.0
-1999,3,20,6,30,354.0,23.0,48.0,6.0,-5.0,1.3,54.16,54.60168477269703,7.572360593389653,7.408555539071561
-1999,3,20,7,30,735.0,54.0,250.0,9.0,-3.0,1.0,47.74,295.4347220928297,17.681034489742594,16.794730323464105
-1999,3,20,8,30,878.0,70.0,460.0,12.0,-5.0,1.3,32.65,549.8856700943103,27.83501611947145,26.18535910918852
-1999,3,20,9,30,946.0,82.0,641.0,14.0,-6.0,2.2,25.88,770.124703437184,34.88046842546492,32.57009431515337
-1999,3,20,10,30,980.0,89.0,774.0,15.0,-7.0,2.7,23.5,930.4477821217291,39.401554820777584,36.610211474412395
-1999,3,20,11,30,994.0,94.0,847.0,16.0,-7.0,3.1,21.84,1019.5617187301586,42.03877372119197,38.980088565001495
-1999,3,20,12,30,990.0,97.0,854.0,17.0,-7.0,3.3000000000000003,21.7,1027.6467637901126,42.90041716737216,39.81747687600183
-1999,3,20,13,30,969.0,97.0,795.0,17.0,-7.0,3.5,21.51,954.3080141780673,40.73655081781478,37.87362677528058
-1999,3,20,14,30,925.0,94.0,674.0,16.0,-7.0,3.7,21.26,805.3015622954258,35.76806164149799,33.35215695461171
-1999,3,20,15,30,599.0,141.0,434.0,15.0,-7.0,4.0,22.49,499.005470030998,27.010063414701126,25.513047004608133
-1999,3,20,16,30,563.0,85.0,264.0,13.0,-7.0,3.4000000000000004,28.41,304.75929601059283,20.630476230607066,19.716198342575286
-1999,3,20,17,30,339.0,44.0,87.0,9.0,-4.0,2.5,45.67,96.6910282989104,11.569720114596846,11.279647029700115
-1999,3,20,18,30,0.0,0.0,0.0,6.0,-5.0,2.5,55.0,0.0,6.0,6.0
-1999,3,20,19,30,0.0,0.0,0.0,5.0,-5.0,2.8000000000000003,54.25,0.0,5.0,5.0
-1999,3,20,20,30,0.0,0.0,0.0,5.0,-5.0,3.1,57.85,0.0,5.0,5.0
-1999,3,20,21,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,57.6,0.0,4.0,4.0
-1999,3,20,22,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,61.88,0.0,4.0,4.0
-1999,3,20,23,30,0.0,0.0,0.0,4.0,-5.0,3.4000000000000004,61.76,0.0,4.0,4.0
-1999,3,21,0,30,0.0,0.0,0.0,4.0,-5.0,3.5,61.17,0.0,4.0,4.0
-1999,3,21,1,30,0.0,0.0,0.0,4.0,-5.0,3.5,57.22,0.0,4.0,4.0
-1999,3,21,2,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,58.62000000000001,0.0,4.0,4.0
-1999,3,21,3,30,0.0,0.0,0.0,3.0,-4.0,3.1,64.67,0.0,3.0,3.0
-1999,3,21,4,30,0.0,0.0,0.0,3.0,-4.0,2.9000000000000004,70.03,0.0,3.0,3.0
-1999,3,21,5,30,0.0,0.0,0.0,3.0,-4.0,3.0,64.26,0.0,3.0,3.0
-1999,3,21,6,30,192.0,27.0,41.0,6.0,-4.0,3.9,53.65,44.46968780639392,7.077349496080937,6.943940432661756
-1999,3,21,7,30,720.0,57.0,253.0,11.0,-3.0,4.800000000000002,42.71,295.9282767994538,17.759325807914557,16.871540977516197
-1999,3,21,8,30,881.0,70.0,466.0,14.0,-4.0,5.4,30.42,554.4812500034645,26.180864400982035,24.51742065097164
-1999,3,21,9,30,952.0,80.0,648.0,17.0,-6.0,6.1000000000000005,21.73,775.5325857851611,33.28455839870098,30.957960641345498
-1999,3,21,10,30,983.0,88.0,779.0,18.0,-7.0,6.7,19.11,934.8577404372064,36.88968915849764,34.08511593718602
-1999,3,21,11,30,999.0,91.0,852.0,19.0,-8.0,7.1000000000000005,17.26,1023.8441129657563,39.16710567186223,36.09557333296496
-1999,3,21,12,30,509.0,333.0,724.0,20.0,-8.0,7.3000000000000025,15.44,806.2143961242393,35.67993905245411,33.26129586408139
-1999,3,21,13,30,996.0,86.0,808.0,19.0,-9.0,7.3000000000000025,15.7,969.422076177169,37.85413997025564,34.94587374172413
-1999,3,21,14,30,968.0,81.0,690.0,18.0,-9.0,7.1000000000000005,16.41,827.3328713883755,34.29633772544104,31.814339111275913
-1999,3,21,15,30,909.0,72.0,520.0,17.0,-9.0,6.5,17.72,619.7709753599183,29.684223526311765,27.82491060023201
-1999,3,21,16,30,794.0,59.0,315.0,14.0,-8.0,4.800000000000002,22.31,371.2885624169181,22.48063723166587,21.366771544415116
-1999,3,21,17,30,519.0,35.0,103.0,10.0,-7.0,2.7,35.48000000000001,116.98242391404443,13.067934692365725,12.716987420623592
-1999,3,21,18,30,0.0,0.0,0.0,7.0,-5.0,1.9,48.13,0.0,7.0,7.0
-1999,3,21,19,30,0.0,0.0,0.0,5.0,-6.0,1.7000000000000002,51.12000000000001,0.0,5.0,5.0
-1999,3,21,20,30,0.0,0.0,0.0,4.0,-6.0,1.4,59.1,0.0,4.0,4.0
-1999,3,21,21,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.52,0.0,2.0,2.0
-1999,3,21,22,30,0.0,0.0,0.0,1.0,-6.0,1.0,62.56,0.0,1.0,1.0
-1999,3,21,23,30,0.0,0.0,0.0,1.0,-6.0,1.0,61.31,0.0,1.0,1.0
-1999,3,22,0,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.9,0.0,0.0,0.0
-1999,3,22,1,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.19,0.0,0.0,0.0
-1999,3,22,2,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.18,0.0,0.0,0.0
-1999,3,22,3,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,61.71,0.0,0.0,0.0
-1999,3,22,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,60.14,0.0,0.0,0.0
-1999,3,22,5,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.68,0.0,0.0,0.0
-1999,3,22,6,30,221.0,28.0,46.0,3.0,-7.0,2.1,53.48,48.94903854280752,4.336045825375652,4.189198709747229
-1999,3,22,7,30,738.0,55.0,259.0,7.0,-7.0,3.0,41.32,302.5409775406024,14.777984475929502,13.870361543307695
-1999,3,22,8,30,870.0,72.0,468.0,10.0,-7.0,3.4000000000000004,31.3,553.264573185005,23.852480400723874,22.19268668116886
-1999,3,22,9,30,929.0,87.0,645.0,11.0,-8.0,3.6,28.87,768.3992391355185,29.98684984930676,27.681652131900204
-1999,3,22,10,30,950.0,101.0,774.0,12.0,-7.0,3.6,27.9,921.750826072576,34.77610861874876,32.01085614053103
-1999,3,22,11,30,486.0,334.0,707.0,13.0,-7.0,3.4000000000000004,28.7,782.4864845013063,32.59167316278014,30.24421370927622
-1999,3,22,12,30,470.0,341.0,705.0,13.0,-7.0,3.2,27.39,778.2317906079313,32.74434121072906,30.40964583890527
-1999,3,22,13,30,527.0,292.0,676.0,12.0,-6.0,3.0,29.61,754.8439050492145,31.406178372762273,29.14164665761463
-1999,3,22,14,30,521.0,241.0,571.0,12.0,-6.0,3.1,32.19,639.060999126976,28.321096059816156,26.40391306243523
-1999,3,22,15,30,104.0,234.0,285.0,11.0,-6.0,3.4000000000000004,35.44,291.7028750496372,18.303573290800074,17.428464665651163
-1999,3,22,16,30,0.0,9.0,9.0,9.0,-5.0,3.4000000000000004,39.62,8.796462595152441,9.220243318659595,9.193853930874138
-1999,3,22,17,30,0.0,4.0,4.0,7.0,-4.0,2.7,51.18,3.9095389311788624,7.102530018756759,7.090801401963222
-1999,3,22,18,30,0.0,0.0,0.0,5.0,-2.0,2.0,65.54,0.0,5.0,5.0
-1999,3,22,19,30,0.0,0.0,0.0,3.0,-2.0,1.4,75.93,0.0,3.0,3.0
-1999,3,22,20,30,0.0,0.0,0.0,3.0,-2.0,0.8,81.86,0.0,3.0,3.0
-1999,3,22,21,30,0.0,0.0,0.0,2.0,-2.0,0.8,81.35000000000002,0.0,2.0,2.0
-1999,3,22,22,30,0.0,0.0,0.0,1.0,-2.0,1.0,80.86,0.0,1.0,1.0
-1999,3,22,23,30,0.0,0.0,0.0,0.0,-3.0,1.3,86.14,0.0,0.0,0.0
-1999,3,23,0,30,0.0,0.0,0.0,0.0,-3.0,1.6,84.75,0.0,0.0,0.0
-1999,3,23,1,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,89.05,0.0,0.0,0.0
-1999,3,23,2,30,0.0,0.0,0.0,0.0,-3.0,1.8,86.19,0.0,0.0,0.0
-1999,3,23,3,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,82.75,0.0,0.0,0.0
-1999,3,23,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,84.65,0.0,0.0,0.0
-1999,3,23,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,73.95,0.0,0.0,0.0
-1999,3,23,6,30,202.0,31.0,48.0,2.0,-6.0,2.5,57.45,50.723679225461765,3.3480636320163746,3.1958925943399894
-1999,3,23,7,30,711.0,62.0,263.0,7.0,-6.0,2.5,42.24,302.7521945976031,15.046128145320036,14.137871561527227
-1999,3,23,8,30,858.0,79.0,474.0,10.0,-7.0,1.6,31.46,556.2800431903922,25.699877660301546,24.03103753073037
-1999,3,23,9,30,931.0,91.0,655.0,12.0,-8.0,1.5,25.58,776.6354496796453,34.066432997632916,31.736526648593976
-1999,3,23,10,30,968.0,98.0,788.0,14.0,-9.0,1.9,23.31,937.0991724884714,39.92184506426783,37.110547546802415
-1999,3,23,11,30,984.0,102.0,861.0,15.0,-9.0,2.4000000000000004,21.78,1025.4489889938795,42.4349680074347,39.35862104045306
-1999,3,23,12,30,982.0,103.0,867.0,16.0,-9.0,2.8000000000000003,20.62,1032.4091090960876,42.896387448479445,39.79916012119118
-1999,3,23,13,30,960.0,104.0,807.0,16.0,-8.0,3.2,19.53,958.5562943842812,40.31931305611511,37.443644172962266
-1999,3,23,14,30,906.0,105.0,683.0,15.0,-8.0,3.5,20.99,805.7251130592232,35.040840910041005,32.62366557086334
-1999,3,23,15,30,495.0,176.0,423.0,14.0,-8.0,3.8,22.61,472.5272186874871,25.52323850348975,24.10565684742729
-1999,3,23,16,30,190.0,137.0,200.0,12.0,-7.0,3.4000000000000004,30.15,209.40551172861288,17.2430354076804,16.61481887249456
-1999,3,23,17,30,218.0,54.0,84.0,9.0,-5.0,2.3000000000000003,44.37,88.02259403753993,11.370706245882518,11.1066384637699
-1999,3,23,18,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,52.42,0.0,7.0,7.0
-1999,3,23,19,30,0.0,0.0,0.0,7.0,-3.0,1.6,60.29,0.0,7.0,7.0
-1999,3,23,20,30,0.0,0.0,0.0,7.0,-2.0,1.5,64.38,0.0,7.0,7.0
-1999,3,23,21,30,0.0,0.0,0.0,7.0,-1.0,1.5,64.99,0.0,7.0,7.0
-1999,3,23,22,30,0.0,0.0,0.0,7.0,-1.0,1.2000000000000002,65.09,0.0,7.0,7.0
-1999,3,23,23,30,0.0,0.0,0.0,6.0,-1.0,0.9,65.11,0.0,6.0,6.0
-1999,3,24,0,30,0.0,0.0,0.0,6.0,-1.0,0.4,69.88,0.0,6.0,6.0
-1999,3,24,1,30,0.0,0.0,0.0,5.0,-2.0,0.2,69.64,0.0,5.0,5.0
-1999,3,24,2,30,0.0,0.0,0.0,5.0,-2.0,0.30000000000000004,73.38,0.0,5.0,5.0
-1999,3,24,3,30,0.0,0.0,0.0,4.0,-2.0,0.7000000000000001,77.02,0.0,4.0,4.0
-1999,3,24,4,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.91,0.0,2.0,2.0
-1999,3,24,5,30,0.0,0.0,0.0,2.0,-2.0,1.2000000000000002,81.28,0.0,2.0,2.0
-1999,3,24,6,30,196.0,35.0,53.0,4.0,-2.0,2.0,72.73,54.712470320333296,5.503363176476564,5.339225765515565
-1999,3,24,7,30,615.0,77.0,254.0,7.0,-1.0,2.8000000000000003,60.59,286.84107125223215,14.472801741638731,13.612278527882035
-1999,3,24,8,30,778.0,99.0,461.0,10.0,-2.0,3.2,48.08,533.7084035095263,23.540594143158565,21.939468932629985
-1999,3,24,9,30,856.0,115.0,639.0,11.0,-3.0,3.5,42.49,747.296201891836,29.58753568934789,27.345647083672382
-1999,3,24,10,30,896.0,126.0,769.0,12.0,-3.0,3.4000000000000004,38.52,904.3396842716825,34.64259878389377,31.929579731078718
-1999,3,24,11,30,910.0,135.0,840.0,13.0,-3.0,3.3000000000000003,35.11,990.2700172045759,37.958387899110605,34.98757784749688
-1999,3,24,12,30,904.0,139.0,846.0,14.0,-4.0,3.3000000000000003,31.92,995.4703115871592,39.08945413572805,36.10304320096657
-1999,3,24,13,30,883.0,137.0,788.0,14.0,-4.0,3.4000000000000004,31.12,923.6523857742171,37.126144689442704,34.355187532120055
-1999,3,24,14,30,827.0,136.0,666.0,14.0,-4.0,3.6,32.71,775.9549597638784,33.17354880184005,30.845683922548414
-1999,3,24,15,30,740.0,124.0,497.0,13.0,-4.0,3.9,34.99,571.403262470524,26.84316030195091,25.128950514539337
-1999,3,24,16,30,604.0,97.0,298.0,11.0,-4.0,3.9,38.21,335.51273613248054,19.128334041263326,18.121795832865885
-1999,3,24,17,30,0.0,34.0,34.0,8.0,-3.0,3.5,51.63,33.23108091502033,8.826558332478923,8.726865089733861
-1999,3,24,18,30,0.0,0.0,0.0,6.0,-2.0,3.5,61.51,0.0,6.0,6.0
-1999,3,24,19,30,0.0,0.0,0.0,4.0,-2.0,3.7,73.16,0.0,4.0,4.0
-1999,3,24,20,30,0.0,0.0,0.0,4.0,-1.0,3.9,81.39,0.0,4.0,4.0
-1999,3,24,21,30,0.0,0.0,0.0,3.0,-1.0,4.0,82.88,0.0,3.0,3.0
-1999,3,24,22,30,0.0,0.0,0.0,3.0,-1.0,3.9,88.39,0.0,3.0,3.0
-1999,3,24,23,30,0.0,0.0,0.0,3.0,-2.0,3.7,86.13,0.0,3.0,3.0
-1999,3,25,0,30,0.0,0.0,0.0,2.0,-2.0,3.7,83.5,0.0,2.0,2.0
-1999,3,25,1,30,0.0,0.0,0.0,2.0,-2.0,3.6,81.01,0.0,2.0,2.0
-1999,3,25,2,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,79.4,0.0,1.0,1.0
-1999,3,25,3,30,0.0,0.0,0.0,1.0,-3.0,3.0,78.35000000000002,0.0,1.0,1.0
-1999,3,25,4,30,0.0,0.0,0.0,1.0,-3.0,2.5,77.16,0.0,1.0,1.0
-1999,3,25,5,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,75.63,0.0,2.0,2.0
-1999,3,25,6,30,196.0,35.0,54.0,5.0,-3.0,2.8000000000000003,66.03,55.395313661481076,6.443162217324616,6.276976276340173
-1999,3,25,7,30,665.0,70.0,265.0,10.0,-3.0,2.6,47.23,299.4892585766734,17.906651379042703,17.008183603312684
-1999,3,25,8,30,812.0,91.0,473.0,13.0,-4.0,1.4,33.94,547.6244175171672,28.664342637804424,27.02146938525292
-1999,3,25,9,30,886.0,105.0,652.0,16.0,-5.0,0.8,27.81,762.4277977161189,38.70714044837375,36.41985705522539
-1999,3,25,10,30,925.0,115.0,783.0,17.0,-5.0,1.3,23.58,921.3599730209559,43.532333570577215,40.76825365151435
-1999,3,25,11,30,942.0,120.0,854.0,18.0,-5.0,2.0,21.9,1008.0180897787474,45.6978405201424,42.67378625080616
-1999,3,25,12,30,940.0,121.0,860.0,19.0,-5.0,2.6,21.87,1014.0209602695621,45.77061027830134,42.728547397492655
-1999,3,25,13,30,919.0,120.0,800.0,19.0,-5.0,3.4000000000000004,20.65,940.8124952250591,42.55579460986618,39.733357124191
-1999,3,25,14,30,876.0,115.0,680.0,18.0,-5.0,4.4,22.31,794.8115384087106,36.6346315529378,34.250196937711664
-1999,3,25,15,30,664.0,130.0,467.0,17.0,-5.0,5.5,24.29,531.8631139100917,28.608608394756864,27.01301905302659
-1999,3,25,16,30,626.0,78.0,289.0,15.0,-4.0,6.1000000000000005,31.42,326.41660282570837,21.854064327470244,20.87481451899312
-1999,3,25,17,30,214.0,50.0,81.0,12.0,-3.0,6.2,40.78,83.92158072512257,13.750891534284817,13.499126792109449
-1999,3,25,18,30,0.0,0.0,0.0,9.0,-3.0,6.4,50.3,0.0,9.0,9.0
-1999,3,25,19,30,0.0,0.0,0.0,7.0,-3.0,6.3000000000000025,59.31,0.0,7.0,7.0
-1999,3,25,20,30,0.0,0.0,0.0,6.0,-2.0,5.6000000000000005,64.83,0.0,6.0,6.0
-1999,3,25,21,30,0.0,0.0,0.0,5.0,-2.0,5.1000000000000005,65.05,0.0,5.0,5.0
-1999,3,25,22,30,0.0,0.0,0.0,5.0,-2.0,4.4,64.9,0.0,5.0,5.0
-1999,3,25,23,30,0.0,0.0,0.0,5.0,-3.0,3.7,63.62000000000001,0.0,5.0,5.0
-1999,3,26,0,30,0.0,0.0,0.0,5.0,-3.0,3.4000000000000004,60.69,0.0,5.0,5.0
-1999,3,26,1,30,0.0,0.0,0.0,5.0,-4.0,3.2,57.09,0.0,5.0,5.0
-1999,3,26,2,30,0.0,0.0,0.0,5.0,-5.0,2.9000000000000004,58.84,0.0,5.0,5.0
-1999,3,26,3,30,0.0,0.0,0.0,4.0,-5.0,2.5,57.6,0.0,4.0,4.0
-1999,3,26,4,30,0.0,0.0,0.0,3.0,-5.0,2.0,61.26,0.0,3.0,3.0
-1999,3,26,5,30,0.0,0.0,0.0,4.0,-5.0,1.8,56.58,0.0,4.0,4.0
-1999,3,26,6,30,274.0,39.0,67.0,7.0,-5.0,2.4000000000000004,48.39,68.69140691144933,8.837776984743352,8.631702764009004
-1999,3,26,7,30,348.0,106.0,210.0,12.0,-5.0,2.8000000000000003,33.28,225.7165550872586,17.8803819781078,17.203232312846023
-1999,3,26,8,30,418.0,183.0,381.0,15.0,-7.0,2.2,23.05,416.3219431921363,26.287778655655938,25.03881282607953
-1999,3,26,9,30,884.0,109.0,658.0,17.0,-8.0,2.2,18.48,767.4520890184098,37.80800556232654,35.50564929527131
-1999,3,26,10,30,929.0,114.0,790.0,18.0,-8.0,3.0,17.27,926.3439531631913,41.81524957592732,39.03621771643775
-1999,3,26,11,30,941.0,122.0,860.0,19.0,-8.0,3.9,16.26,1011.2089722291898,43.49815886737575,40.46453195068818
-1999,3,26,12,30,505.0,350.0,749.0,20.0,-8.0,4.6000000000000005,16.44,824.3167609922962,39.07547665252911,36.60252636955222
-1999,3,26,13,30,499.0,314.0,686.0,19.0,-8.0,4.9,17.81,754.901674678302,36.130865313839465,33.86616028980456
-1999,3,26,14,30,24.0,249.0,265.0,18.0,-7.0,5.2,19.77,262.10229295468076,23.833008364351517,23.046701485487475
-1999,3,26,15,30,198.0,238.0,339.0,17.0,-6.0,5.2,24.31,353.56698980182875,24.86852791566097,23.80782694625548
-1999,3,26,16,30,490.0,105.0,271.0,15.0,-4.0,4.2,32.11,298.98490713497836,22.10218850322102,21.205233781816084
-1999,3,26,17,30,296.0,47.0,91.0,12.0,-3.0,2.8000000000000003,42.14,94.72991462661096,14.467909731045944,14.18371998716611
-1999,3,26,18,30,0.0,0.0,0.0,9.0,-2.0,2.2,50.5,0.0,9.0,9.0
-1999,3,26,19,30,0.0,0.0,0.0,8.0,-2.0,2.0,54.84,0.0,8.0,8.0
-1999,3,26,20,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.9,0.0,7.0,7.0
-1999,3,26,21,30,0.0,0.0,0.0,7.0,-1.0,1.7000000000000002,66.07000000000001,0.0,7.0,7.0
-1999,3,26,22,30,0.0,0.0,0.0,6.0,-1.0,1.5,68.35000000000001,0.0,6.0,6.0
-1999,3,26,23,30,0.0,0.0,0.0,6.0,-1.0,1.2000000000000002,74.89,0.0,6.0,6.0
-1999,3,27,0,30,0.0,0.0,0.0,5.0,0.0,0.9,75.84,0.0,5.0,5.0
-1999,3,27,1,30,0.0,0.0,0.0,5.0,0.0,0.6000000000000001,76.37,0.0,5.0,5.0
-1999,3,27,2,30,0.0,0.0,0.0,5.0,0.0,0.4,82.94,0.0,5.0,5.0
-1999,3,27,3,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.17,0.0,4.0,4.0
-1999,3,27,4,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.2,0.0,4.0,4.0
-1999,3,27,5,30,0.0,0.0,0.0,4.0,0.0,0.6000000000000001,83.52,0.0,4.0,4.0
-1999,3,27,6,30,0.0,7.0,7.0,6.0,0.0,1.7000000000000002,74.72,6.8416931295630095,6.191803515483646,6.1712784360949575
-1999,3,27,7,30,370.0,106.0,219.0,9.0,0.0,2.7,66.02,234.69872411954415,15.155115733534366,14.451019561175734
-1999,3,27,8,30,715.0,122.0,465.0,11.0,0.0,3.1,51.63,527.7099311240728,24.47728071242174,22.894150919049522
-1999,3,27,9,30,58.0,283.0,319.0,13.0,-1.0,3.3000000000000003,42.13,320.1300264697677,21.068435113626595,20.10804503421729
-1999,3,27,10,30,13.0,212.0,222.0,14.0,-2.0,3.8,36.5,218.64661138425913,19.332004065202806,18.676064231050027
-1999,3,27,11,30,741.0,234.0,818.0,15.0,-3.0,4.7,31.48,932.7714905714704,36.44484786632811,33.6465333946137
-1999,3,27,12,30,57.0,378.0,423.0,15.0,-4.0,5.5,29.67,423.9897072633065,24.254130144207274,22.982161022417355
-1999,3,27,13,30,343.0,363.0,620.0,15.0,-4.0,6.1000000000000005,29.06,663.2951418397458,28.927807381463435,26.937921955944198
-1999,3,27,14,30,22.0,244.0,259.0,14.0,-4.0,6.3000000000000025,31.15,255.68638676210185,19.300365917964204,18.5333067576779
-1999,3,27,15,30,822.0,101.0,524.0,13.0,-5.0,6.0,31.68,601.819434720745,25.718487975141706,23.913029670979473
-1999,3,27,16,30,718.0,79.0,325.0,11.0,-6.0,4.800000000000002,31.93,365.712611242155,19.35327640259312,18.256138568866657
-1999,3,27,17,30,448.0,48.0,116.0,8.0,-7.0,3.0,35.96,121.22343832854456,11.116516741312104,10.752846426326471
-1999,3,27,18,30,0.0,0.0,0.0,5.0,-7.0,1.9,44.86,0.0,5.0,5.0
-1999,3,27,19,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.84,0.0,3.0,3.0
-1999,3,27,20,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,52.34,0.0,1.0,1.0
-1999,3,27,21,30,0.0,0.0,0.0,0.0,-9.0,1.1,50.44,0.0,0.0,0.0
-1999,3,27,22,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,51.22,0.0,0.0,0.0
-1999,3,27,23,30,0.0,0.0,0.0,0.0,-10.0,1.4,51.61,0.0,0.0,0.0
-1999,3,28,0,30,0.0,0.0,0.0,0.0,-11.0,1.4,49.23,0.0,0.0,0.0
-1999,3,28,1,30,0.0,0.0,0.0,-1.0,-11.0,1.2000000000000002,51.43,0.0,-1.0,-1.0
-1999,3,28,2,30,0.0,0.0,0.0,-1.0,-11.0,0.9,53.79,0.0,-1.0,-1.0
-1999,3,28,3,30,0.0,0.0,0.0,-2.0,-12.0,0.6000000000000001,51.99,0.0,-2.0,-2.0
-1999,3,28,4,30,0.0,0.0,0.0,-2.0,-12.0,0.9,50.93,0.0,-2.0,-2.0
-1999,3,28,5,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.51,0.0,-1.0,-1.0
-1999,3,28,6,30,289.0,45.0,78.0,1.0,-11.0,3.5,45.93,78.24438348843647,2.946176451720869,2.7114433012555597
-1999,3,28,7,30,639.0,88.0,285.0,4.0,-11.0,4.6000000000000005,36.68,314.56445961407996,11.2793218445062,10.335628465663959
-1999,3,28,8,30,790.0,112.0,496.0,7.0,-11.0,4.6000000000000005,29.31,563.2849417435332,20.034951202515227,18.345096377284626
-1999,3,28,9,30,869.0,127.0,675.0,10.0,-12.0,4.4,24.3,778.860241827696,28.260647884842136,25.924067159359048
-1999,3,28,10,30,914.0,135.0,807.0,12.0,-12.0,4.6000000000000005,19.84,938.4064173444825,33.7156201981018,30.900400946068352
-1999,3,28,11,30,394.0,365.0,677.0,13.0,-13.0,5.6000000000000005,17.93,731.9757740739025,28.873362640524412,26.677435318302706
-1999,3,28,12,30,525.0,347.0,766.0,14.0,-13.0,6.8000000000000025,16.63,842.484627805627,30.9148911840373,28.38743730062042
-1999,3,28,13,30,668.0,249.0,751.0,13.0,-13.0,7.3000000000000025,16.28,845.2362993496366,29.438870010802688,26.90316111275378
-1999,3,28,14,30,11.0,196.0,203.0,12.0,-14.0,7.2,16.43,200.1802486321586,15.918063028321102,15.317522282424626
-1999,3,28,15,30,490.0,184.0,437.0,11.0,-15.0,6.5,16.19,480.300012922902,20.829812891877662,19.388912853108955
-1999,3,28,16,30,0.0,22.0,22.0,9.0,-15.0,4.9,17.740000000000006,21.502464121483747,9.487952046122796,9.423444653758345
-1999,3,28,17,30,20.0,56.0,59.0,6.0,-13.0,2.6,25.65,58.07049760802954,7.533087303953093,7.358875811129004
-1999,3,28,18,30,0.0,0.0,0.0,3.0,-11.0,1.3,39.37,0.0,3.0,3.0
-1999,3,28,19,30,0.0,0.0,0.0,1.0,-11.0,1.1,42.95,0.0,1.0,1.0
-1999,3,28,20,30,0.0,0.0,0.0,0.0,-11.0,1.0,42.73,0.0,0.0,0.0
-1999,3,28,21,30,0.0,0.0,0.0,0.0,-10.0,0.9,46.78,0.0,0.0,0.0
-1999,3,28,22,30,0.0,0.0,0.0,0.0,-10.0,0.8,51.5,0.0,0.0,0.0
-1999,3,28,23,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,55.63,0.0,-1.0,-1.0
-1999,3,29,0,30,0.0,0.0,0.0,-2.0,-10.0,0.5,59.81,0.0,-2.0,-2.0
-1999,3,29,1,30,0.0,0.0,0.0,-2.0,-10.0,0.4,63.88,0.0,-2.0,-2.0
-1999,3,29,2,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,63.08,0.0,-3.0,-3.0
-1999,3,29,3,30,0.0,0.0,0.0,-3.0,-11.0,1.0,61.31,0.0,-3.0,-3.0
-1999,3,29,4,30,0.0,0.0,0.0,-3.0,-11.0,1.2000000000000002,58.79,0.0,-3.0,-3.0
-1999,3,29,5,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,47.76,0.0,-1.0,-1.0
-1999,3,29,6,30,280.0,48.0,81.0,2.0,-12.0,2.6,37.65,81.07764140060632,4.140486267308033,3.8972533431062137
-1999,3,29,7,30,612.0,95.0,288.0,6.0,-13.0,2.8000000000000003,28.57,313.81098723404136,14.17542369964798,13.233990737945856
-1999,3,29,8,30,764.0,124.0,499.0,10.0,-14.0,2.0,18.05,562.4623647256086,25.4550727161767,23.767685621999874
-1999,3,29,9,30,847.0,142.0,680.0,13.0,-15.0,1.1,14.51,779.3418973750395,35.74649225284645,33.40846656072134
-1999,3,29,10,30,893.0,152.0,813.0,15.0,-14.0,0.5,13.16,938.7304177718675,43.53000488668213,40.71381363336653
-1999,3,29,11,30,916.0,155.0,885.0,16.0,-14.0,0.5,12.68,1025.8426187024957,47.177529107895175,44.10000125178769
-1999,3,29,12,30,919.0,153.0,891.0,17.0,-14.0,1.0,12.03,1032.2995701901004,47.33302283863205,44.236124128061746
-1999,3,29,13,30,905.0,146.0,830.0,18.0,-14.0,1.6,11.39,959.4940751538476,45.079777137616645,42.201294912155106
-1999,3,29,14,30,870.0,135.0,708.0,18.0,-14.0,2.2,11.43,814.3898478621591,40.08063373166683,37.63746418808035
-1999,3,29,15,30,799.0,119.0,535.0,17.0,-13.0,2.9000000000000004,12.24,607.1434105492635,32.712761896295085,30.891331664647293
-1999,3,29,16,30,670.0,95.0,329.0,15.0,-13.0,3.4000000000000004,14.85,363.4540160274885,24.100057870326733,23.009695822244268
-1999,3,29,17,30,394.0,56.0,118.0,11.0,-7.0,4.1000000000000005,30.04,120.880617652745,13.890325749615185,13.52768389665695
-1999,3,29,18,30,0.0,0.0,0.0,8.0,-9.0,4.800000000000002,33.06,0.0,8.0,8.0
-1999,3,29,19,30,0.0,0.0,0.0,6.0,-9.0,4.7,36.73,0.0,6.0,6.0
-1999,3,29,20,30,0.0,0.0,0.0,5.0,-9.0,4.3,40.4,0.0,5.0,5.0
-1999,3,29,21,30,0.0,0.0,0.0,4.0,-8.0,4.2,44.23,0.0,4.0,4.0
-1999,3,29,22,30,0.0,0.0,0.0,4.0,-9.0,4.2,43.31,0.0,4.0,4.0
-1999,3,29,23,30,0.0,0.0,0.0,4.0,-9.0,3.9,41.84,0.0,4.0,4.0
-1999,3,30,0,30,0.0,0.0,0.0,4.0,-9.0,3.6,41.29,0.0,4.0,4.0
-1999,3,30,1,30,0.0,0.0,0.0,4.0,-9.0,3.6,45.24,0.0,4.0,4.0
-1999,3,30,2,30,0.0,0.0,0.0,3.0,-8.0,3.7,47.33,0.0,3.0,3.0
-1999,3,30,3,30,0.0,0.0,0.0,3.0,-8.0,4.2,49.15,0.0,3.0,3.0
-1999,3,30,4,30,0.0,0.0,0.0,4.0,-8.0,4.6000000000000005,50.53,0.0,4.0,4.0
-1999,3,30,5,30,0.0,0.0,0.0,5.0,-8.0,4.7,44.05,0.0,5.0,5.0
-1999,3,30,6,30,310.0,48.0,86.0,8.0,-7.0,5.0,36.54,85.80879610132719,9.93461931655311,9.677192928249129
-1999,3,30,7,30,642.0,90.0,295.0,12.0,-7.0,5.8000000000000025,28.79,321.88662204972434,18.89077061185626,17.925110745707087
-1999,3,30,8,30,799.0,111.0,507.0,15.0,-8.0,7.0,21.59,572.4364229093837,26.347486960864458,24.630177692136307
-1999,3,30,9,30,881.0,123.0,687.0,17.0,-10.0,7.6,16.35,788.9411068222774,32.05526753964832,29.688444219181484
-1999,3,30,10,30,922.0,131.0,818.0,19.0,-11.0,7.6,13.82,946.1304637808144,37.05489299068867,34.21650159934623
-1999,3,30,11,30,940.0,135.0,888.0,20.0,-12.0,7.4,12.31,1031.1856350616056,39.92863213427215,36.83507522908733
-1999,3,30,12,30,942.0,134.0,893.0,20.0,-12.0,7.2,11.25,1037.489556412357,40.30644632037634,37.193977651139264
-1999,3,30,13,30,924.0,130.0,831.0,21.0,-12.0,7.2,11.1,962.371548875748,39.836185942035236,36.94907129540799
-1999,3,30,14,30,883.0,123.0,709.0,20.0,-12.0,7.2,11.85,813.9724273491283,35.93161810648819,33.4897008244408
-1999,3,30,15,30,820.0,109.0,539.0,19.0,-12.0,7.2,12.76,611.1631083674862,30.962097137608243,29.128607812505784
-1999,3,30,16,30,710.0,86.0,336.0,16.0,-12.0,6.4,15.04,371.5241833366829,23.652459118014335,22.537886568004286
-1999,3,30,17,30,454.0,52.0,125.0,13.0,-11.0,4.800000000000002,21.35,127.4981705710292,15.912197793746762,15.529703282033674
-1999,3,30,18,30,0.0,0.0,0.0,10.0,-9.0,4.2,29.17,0.0,10.0,10.0
-1999,3,30,19,30,0.0,0.0,0.0,8.0,-9.0,4.4,31.69,0.0,8.0,8.0
-1999,3,30,20,30,0.0,0.0,0.0,7.0,-9.0,4.3,33.94,0.0,7.0,7.0
-1999,3,30,21,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.55,0.0,7.0,7.0
-1999,3,30,22,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.54,0.0,7.0,7.0
-1999,3,30,23,30,0.0,0.0,0.0,6.0,-9.0,4.1000000000000005,36.27,0.0,6.0,6.0
-1999,3,31,0,30,0.0,0.0,0.0,6.0,-9.0,4.2,38.66,0.0,6.0,6.0
-1999,3,31,1,30,0.0,0.0,0.0,5.0,-9.0,4.1000000000000005,39.3,0.0,5.0,5.0
-1999,3,31,2,30,0.0,0.0,0.0,4.0,-8.0,3.8,44.69,0.0,4.0,4.0
-1999,3,31,3,30,0.0,0.0,0.0,4.0,-8.0,3.4000000000000004,46.7,0.0,4.0,4.0
-1999,3,31,4,30,0.0,0.0,0.0,3.0,-8.0,2.9000000000000004,50.73,0.0,3.0,3.0
-1999,3,31,5,30,0.0,0.0,0.0,4.0,-8.0,2.7,46.22,0.0,4.0,4.0
-1999,3,31,6,30,289.0,49.0,86.0,7.0,-7.0,3.5,40.05,85.14723786446794,9.117871492787634,8.86242977919423
-1999,3,31,7,30,603.0,95.0,291.0,11.0,-7.0,4.7,32.61,314.5560020150256,18.231787931811542,17.288119925766466
-1999,3,31,8,30,753.0,122.0,498.0,13.0,-10.0,5.2,21.43,558.7657022715355,25.43516406636766,23.758866959553053
-1999,3,31,9,30,835.0,137.0,676.0,15.0,-10.0,5.5,17.92,770.0007814845744,31.80627458858183,29.496272244128107
-1999,3,31,10,30,881.0,145.0,806.0,16.0,-10.0,5.6000000000000005,17.04,925.5558684301466,36.07127074969821,33.294603144407766
-1999,3,31,11,30,904.0,148.0,876.0,17.0,-10.0,5.9,16.740000000000002,1011.3128431057161,38.51053010075705,35.476591571439904
-1999,3,31,12,30,911.0,144.0,882.0,18.0,-9.0,6.3000000000000025,16.54,1019.0089056835207,39.12400328458743,36.06697656753687
-1999,3,31,13,30,897.0,138.0,822.0,19.0,-9.0,6.7,17.07,947.0749947041529,38.13655039255558,35.29532540844312
-1999,3,31,14,30,562.0,244.0,619.0,18.0,-9.0,7.1000000000000005,17.06,680.7138640601747,31.408318956913664,29.36617736473314
-1999,3,31,15,30,47.0,224.0,249.0,17.0,-9.0,7.1000000000000005,17.72,247.9090820113496,21.88317370840268,21.139446462368632
-1999,3,31,16,30,82.0,150.0,179.0,15.0,-9.0,6.4,21.75,179.8880691556317,18.70523954233288,18.165575334865984
-1999,3,31,17,30,446.0,44.0,117.0,12.0,-7.0,4.800000000000002,29.74,118.7686342686024,14.712805627988612,14.356499725182804
-1999,3,31,18,30,0.0,0.0,0.0,9.0,-6.0,3.7,36.7,0.0,9.0,9.0
-1999,3,31,19,30,0.0,0.0,0.0,8.0,-6.0,3.6,43.08,0.0,8.0,8.0
-1999,3,31,20,30,0.0,0.0,0.0,6.0,-6.0,3.7,46.72,0.0,6.0,6.0
-1999,3,31,21,30,0.0,0.0,0.0,6.0,-6.0,3.9,49.82,0.0,6.0,6.0
-1999,3,31,22,30,0.0,0.0,0.0,5.0,-6.0,3.9,50.04,0.0,5.0,5.0
-1999,3,31,23,30,0.0,0.0,0.0,4.0,-6.0,3.5,55.02,0.0,4.0,4.0
-1999,4,1,0,30,0.0,0.0,0.0,3.0,-5.0,2.8000000000000003,61.5,0.0,3.0,3.0
-1999,4,1,1,30,0.0,0.0,0.0,2.0,-4.0,2.2,69.34,0.0,2.0,2.0
-1999,4,1,2,30,0.0,0.0,0.0,2.0,-4.0,1.6,71.66,0.0,2.0,2.0
-1999,4,1,3,30,0.0,0.0,0.0,1.0,-4.0,1.1,73.58,0.0,1.0,1.0
-1999,4,1,4,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,75.62,0.0,0.0,0.0
-1999,4,1,5,30,0.0,0.0,0.0,0.0,-3.0,0.8,77.96000000000002,0.0,0.0,0.0
-1999,4,1,6,30,0.0,6.0,6.0,2.0,-2.0,1.2000000000000002,81.52,5.864308396768293,2.170012919929046,2.1524199947387412
-1999,4,1,7,30,0.0,13.0,13.0,4.0,-2.0,1.4,70.03,12.706001526331303,4.363444643990295,4.325326639411301
-1999,4,1,8,30,0.0,27.0,27.0,6.0,-3.0,1.7000000000000002,57.19,26.389387785457323,6.739813559722638,6.660645396366266
-1999,4,1,9,30,0.0,42.0,42.0,7.0,-4.0,2.5,50.74,41.05015877737806,8.090974215224179,7.9678237388920445
-1999,4,1,10,30,0.0,38.0,38.0,8.0,-4.0,3.3000000000000003,47.23,37.14061984619919,8.936078019964272,8.824656160425675
-1999,4,1,11,30,5.0,131.0,136.0,9.0,-4.0,3.7,44.88,132.84807874941956,12.26107526997408,11.862531033725821
-1999,4,1,12,30,0.0,52.0,52.0,9.0,-3.0,3.9,46.25,50.82400610532521,10.231293046282952,10.078821027966976
-1999,4,1,13,30,0.0,66.0,66.0,8.0,-3.0,3.7,51.1,64.50739236445123,9.58348892923787,9.389966752144517
-1999,4,1,14,30,0.0,57.0,57.0,7.0,-2.0,3.2,57.15,55.71092976929879,8.413429289071743,8.246296499763847
-1999,4,1,15,30,0.0,45.0,45.0,6.0,-2.0,2.9000000000000004,68.28,43.982312975762206,7.138254322502289,7.0063073835750025
-1999,4,1,16,30,0.0,29.0,29.0,5.0,-1.0,2.7,74.98,28.344157251046756,5.743342635986499,5.658310164233359
-1999,4,1,17,30,0.0,54.0,54.0,3.0,-1.0,2.7,88.45,52.77877557091465,4.38415525321624,4.2258189265034956
-1999,4,1,18,30,0.0,0.0,0.0,1.0,-1.0,2.8000000000000003,88.57000000000002,0.0,1.0,1.0
-1999,4,1,19,30,0.0,0.0,0.0,0.0,-2.0,3.0,92.0,0.0,0.0,0.0
-1999,4,1,20,30,0.0,0.0,0.0,0.0,-2.0,3.1,87.09,0.0,0.0,0.0
-1999,4,1,21,30,0.0,0.0,0.0,0.0,-3.0,3.3000000000000003,88.92,0.0,0.0,0.0
-1999,4,1,22,30,0.0,0.0,0.0,0.0,-4.0,3.5,90.79,0.0,0.0,0.0
-1999,4,1,23,30,0.0,0.0,0.0,-1.0,-4.0,3.7,86.27,0.0,-1.0,-1.0
-1999,4,2,0,30,0.0,0.0,0.0,-2.0,-5.0,3.9,88.09,0.0,-2.0,-2.0
-1999,4,2,1,30,0.0,0.0,0.0,-2.0,-6.0,3.9,89.39,0.0,-2.0,-2.0
-1999,4,2,2,30,0.0,0.0,0.0,-3.0,-7.0,3.7,83.59,0.0,-3.0,-3.0
-1999,4,2,3,30,0.0,0.0,0.0,-4.0,-8.0,3.4000000000000004,84.86,0.0,-4.0,-4.0
-1999,4,2,4,30,0.0,0.0,0.0,-4.0,-8.0,3.1,80.61,0.0,-4.0,-4.0
-1999,4,2,5,30,0.0,0.0,0.0,-4.0,-9.0,3.0,83.26,0.0,-4.0,-4.0
-1999,4,2,6,30,0.0,21.0,21.0,-3.0,-9.0,3.3000000000000003,75.87,20.52507938868903,-2.482693725809218,-2.544268963975285
-1999,4,2,7,30,39.0,130.0,143.0,-2.0,-9.0,3.6,65.8,141.65229624641742,1.5001737933344161,1.0752169045951638
-1999,4,2,8,30,0.0,68.0,68.0,-1.0,-9.0,3.5,61.48,66.46216183004066,0.6531166649578442,0.4537301794677222
-1999,4,2,9,30,9.0,181.0,188.0,0.0,-9.0,3.3000000000000003,58.42,183.81919642835285,4.632908931962398,4.08145134267734
-1999,4,2,10,30,10.0,175.0,183.0,0.0,-8.0,2.9000000000000004,60.18,179.9890303899206,4.658083624597568,4.118116533427806
-1999,4,2,11,30,210.0,430.0,601.0,0.0,-8.0,2.6,57.12000000000001,622.4333700970762,16.432521444772647,14.56522133448142
-1999,4,2,12,30,33.0,347.0,374.0,0.0,-8.0,2.8000000000000003,58.43,371.07589544463747,9.667292712487594,8.554065026153681
-1999,4,2,13,30,10.0,169.0,176.0,0.0,-7.0,3.0,60.14,174.25475594033708,4.479891608662935,3.9571273408419234
-1999,4,2,14,30,15.0,221.0,231.0,0.0,-7.0,3.0,61.04,227.8390938090224,5.857483997910974,5.173966716483907
-1999,4,2,15,30,0.0,92.0,92.0,0.0,-7.0,2.7,66.08,89.91939541711383,2.358190431405445,2.0884322451541038
-1999,4,2,16,30,0.0,28.0,28.0,-1.0,-7.0,2.2,71.39,27.366772518252038,-0.25800194835478063,-0.34010226590953674
-1999,4,2,17,30,0.0,45.0,45.0,-2.0,-7.0,1.8,76.78,43.982312975762206,-0.775204577438333,-0.9071515163656196
-1999,4,2,18,30,0.0,0.0,0.0,-3.0,-7.0,1.6,80.2,0.0,-3.0,-3.0
-1999,4,2,19,30,0.0,0.0,0.0,-4.0,-8.0,1.4,84.64,0.0,-4.0,-4.0
-1999,4,2,20,30,0.0,0.0,0.0,-4.0,-8.0,1.4,82.11,0.0,-4.0,-4.0
-1999,4,2,21,30,0.0,0.0,0.0,-5.0,-8.0,1.6,86.17,0.0,-5.0,-5.0
-1999,4,2,22,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.43,0.0,-5.0,-5.0
-1999,4,2,23,30,0.0,0.0,0.0,-6.0,-9.0,1.6,87.33,0.0,-6.0,-6.0
-1999,4,3,0,30,0.0,0.0,0.0,-6.0,-10.0,2.0,91.69,0.0,-6.0,-6.0
-1999,4,3,1,30,0.0,0.0,0.0,-7.0,-10.0,2.2,89.25,0.0,-7.0,-7.0
-1999,4,3,2,30,0.0,0.0,0.0,-7.0,-10.0,2.0,87.11,0.0,-7.0,-7.0
-1999,4,3,3,30,0.0,0.0,0.0,-7.0,-11.0,1.8,91.22,0.0,-7.0,-7.0
-1999,4,3,4,30,0.0,0.0,0.0,-7.0,-11.0,1.8,82.36,0.0,-7.0,-7.0
-1999,4,3,5,30,0.0,0.0,0.0,-6.0,-11.0,2.0,75.16,0.0,-6.0,-6.0
-1999,4,3,6,30,0.0,27.0,27.0,-3.0,-11.0,2.7,64.42,26.389387785457323,-2.30792237339188,-2.3870905367482522
-1999,4,3,7,30,12.0,120.0,125.0,-1.0,-10.0,3.9,54.41,121.82160824382925,1.9513238056595554,1.5858589809280677
-1999,4,3,8,30,110.0,238.0,295.0,0.0,-11.0,4.9,47.72,297.8066982907062,6.7580806999154905,5.864660605043372
-1999,4,3,9,30,551.0,242.0,605.0,0.0,-12.0,5.2,42.85,660.6468583556461,14.70249881155119,12.720558236484251
-1999,4,3,10,30,525.0,321.0,722.0,1.0,-12.0,5.0,39.74,784.4616400088024,18.68623626957619,16.332851349549784
-1999,4,3,11,30,480.0,381.0,773.0,2.0,-11.0,4.4,40.19,835.3643176358105,21.585405494717243,19.07931254180981
-1999,4,3,12,30,191.0,437.0,595.0,2.0,-11.0,3.6,41.31,612.1946116484334,17.127093544497207,15.290509709551905
-1999,4,3,13,30,42.0,344.0,376.0,3.0,-11.0,2.6,42.61,374.41583721258814,12.88474681763734,11.761499305999576
-1999,4,3,14,30,79.0,323.0,377.0,3.0,-10.0,1.4,41.41,378.131777789879,13.816146139716471,12.681750806346834
-1999,4,3,15,30,10.0,174.0,180.0,3.0,-10.0,0.5,45.47,176.26413479720495,8.35704024489507,7.828247840503455
-1999,4,3,16,30,722.0,104.0,368.0,2.0,-10.0,0.4,45.52,396.7450804605863,14.139737065731643,12.949501824349884
-1999,4,3,17,30,0.0,25.0,25.0,0.0,-8.0,0.5,54.68,24.43461831986789,0.7426197839894216,0.669315929029818
-1999,4,3,18,30,0.0,0.0,0.0,0.0,-10.0,0.4,58.3,0.0,0.0,0.0
-1999,4,3,19,30,0.0,0.0,0.0,-2.0,-10.0,0.4,59.72,0.0,-2.0,-2.0
-1999,4,3,20,30,0.0,0.0,0.0,-3.0,-11.0,0.5,62.53,0.0,-3.0,-3.0
-1999,4,3,21,30,0.0,0.0,0.0,-3.0,-11.0,0.7000000000000001,66.11,0.0,-3.0,-3.0
-1999,4,3,22,30,0.0,0.0,0.0,-4.0,-11.0,1.0,64.21000000000001,0.0,-4.0,-4.0
-1999,4,3,23,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.25,0.0,-4.0,-4.0
-1999,4,4,0,30,0.0,0.0,0.0,-4.0,-12.0,1.3,61.94000000000001,0.0,-4.0,-4.0
-1999,4,4,1,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.89,0.0,-4.0,-4.0
-1999,4,4,2,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.85,0.0,-4.0,-4.0
-1999,4,4,3,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.4,0.0,-4.0,-4.0
-1999,4,4,4,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,62.58,0.0,-4.0,-4.0
-1999,4,4,5,30,0.0,0.0,0.0,-3.0,-11.0,1.4,58.01,0.0,-3.0,-3.0
-1999,4,4,6,30,0.0,22.0,22.0,-1.0,-11.0,1.8,52.74,21.502464121483747,-0.4012111267476294,-0.4657185191120806
-1999,4,4,7,30,0.0,104.0,104.0,1.0,-10.0,2.6,49.74,101.64801221065042,3.6835533258917588,3.3786092892598076
-1999,4,4,8,30,191.0,242.0,342.0,2.0,-9.0,3.4000000000000004,47.52,350.2698170807259,10.769955661797644,9.719146210555467
-1999,4,4,9,30,623.0,219.0,632.0,3.0,-9.0,3.9,46.06,695.1716681702238,19.841648397748617,17.756133393237945
-1999,4,4,10,30,518.0,325.0,722.0,4.0,-8.0,4.3,48.41,783.2246472975005,22.483524125459418,20.133850183566917
-1999,4,4,11,30,645.0,301.0,831.0,4.0,-8.0,4.5,50.96,917.5187185052514,25.37137772392683,22.618821568411075
-1999,4,4,12,30,690.0,278.0,848.0,4.0,-7.0,4.4,52.8,941.3455328656534,26.070171759302056,23.246135160705094
-1999,4,4,13,30,492.0,341.0,723.0,4.0,-7.0,4.5,50.1,781.3810738186767,22.200380807610646,19.856237586154617
-1999,4,4,14,30,616.0,231.0,649.0,4.0,-7.0,4.5,50.58,713.2366815133059,20.61312213010041,18.473412085560494
-1999,4,4,15,30,754.0,115.0,523.0,4.0,-6.0,4.1000000000000005,55.31,580.1764431029276,17.872355596641523,16.13182626733274
-1999,4,4,16,30,219.0,155.0,236.0,3.0,-6.0,3.0,62.63,241.20704916787395,9.20115892783716,8.477537780333538
-1999,4,4,17,30,477.0,45.0,130.0,1.0,-4.0,2.0,69.10000000000001,126.88111163340798,4.486378697640128,4.105735362739904
-1999,4,4,18,30,0.0,0.0,0.0,0.0,-5.0,1.8,73.14,0.0,0.0,0.0
-1999,4,4,19,30,0.0,0.0,0.0,0.0,-4.0,1.6,80.72,0.0,0.0,0.0
-1999,4,4,20,30,0.0,0.0,0.0,0.0,-4.0,1.1,83.45,0.0,0.0,0.0
-1999,4,4,21,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,85.17,0.0,0.0,0.0
-1999,4,4,22,30,0.0,0.0,0.0,0.0,-4.0,0.4,85.92,0.0,0.0,0.0
-1999,4,4,23,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,93.06,0.0,0.0,0.0
-1999,4,5,0,30,0.0,0.0,0.0,-1.0,-4.0,1.2000000000000002,99.16,0.0,-1.0,-1.0
-1999,4,5,1,30,0.0,0.0,0.0,-2.0,-4.0,2.0,96.65,0.0,-2.0,-2.0
-1999,4,5,2,30,0.0,0.0,0.0,-2.0,-4.0,2.9000000000000004,95.39,0.0,-2.0,-2.0
-1999,4,5,3,30,0.0,0.0,0.0,-2.0,-4.0,3.4000000000000004,94.18,0.0,-2.0,-2.0
-1999,4,5,4,30,0.0,0.0,0.0,-2.0,-5.0,3.6,91.08,0.0,-2.0,-2.0
-1999,4,5,5,30,0.0,0.0,0.0,-1.0,-5.0,4.0,80.35000000000002,0.0,-1.0,-1.0
-1999,4,5,6,30,370.0,62.0,120.0,0.0,-5.0,5.0,74.2,114.56345948299023,2.5829133114188325,2.239222932969862
-1999,4,5,7,30,693.0,102.0,344.0,1.0,-5.0,6.0,64.46000000000001,365.57127227151886,8.725762184134226,7.629048367319669
-1999,4,5,8,30,854.0,120.0,568.0,4.0,-6.0,6.0,56.76,628.2480669960255,17.277014706583287,15.392270505595212
-1999,4,5,9,30,936.0,132.0,757.0,5.0,-7.0,5.4,46.29,854.1971599897398,23.76503448488829,21.20244300491907
-1999,4,5,10,30,977.0,142.0,894.0,6.0,-7.0,4.800000000000002,41.87,1018.992772380378,29.27491045776876,26.217932140627628
-1999,4,5,11,30,994.0,146.0,966.0,7.0,-8.0,4.2,38.44,1105.0729307378383,33.2502757718262,29.93505697961269
-1999,4,5,12,30,996.0,144.0,969.0,8.0,-8.0,3.5,35.52,1108.803381346769,35.579321788438286,32.252911644397976
-1999,4,5,13,30,982.0,137.0,903.0,9.0,-8.0,2.8000000000000003,33.08,1029.4599222931902,35.819555047244506,32.73117528036494
-1999,4,5,14,30,940.0,131.0,773.0,9.0,-8.0,2.2,32.980000000000004,872.8604625794227,32.66595338051371,30.047371992775442
-1999,4,5,15,30,858.0,123.0,590.0,8.0,-8.0,1.6,35.44,653.3038828226278,26.43817904465925,24.478267396191367
-1999,4,5,16,30,723.0,102.0,371.0,7.0,-7.0,0.9,38.69,396.51391803898497,18.72989589972083,17.540354145603875
-1999,4,5,17,30,463.0,63.0,147.0,4.0,-4.0,0.2,61.37000000000001,142.4889770124072,8.419356290173113,7.991889359135891
-1999,4,5,18,30,0.0,0.0,0.0,1.0,-6.0,0.30000000000000004,62.91,0.0,1.0,1.0
-1999,4,5,19,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,62.27,0.0,0.0,0.0
-1999,4,5,20,30,0.0,0.0,0.0,0.0,-7.0,0.9,64.47,0.0,0.0,0.0
-1999,4,5,21,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.5,0.0,-1.0,-1.0
-1999,4,5,22,30,0.0,0.0,0.0,-2.0,-9.0,1.6,68.18,0.0,-2.0,-2.0
-1999,4,5,23,30,0.0,0.0,0.0,-2.0,-9.0,2.1,64.46000000000001,0.0,-2.0,-2.0
-1999,4,6,0,30,0.0,0.0,0.0,-2.0,-10.0,2.6,60.63,0.0,-2.0,-2.0
-1999,4,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.0,58.3,0.0,-2.0,-2.0
-1999,4,6,2,30,0.0,0.0,0.0,-2.0,-11.0,3.0,62.42,0.0,-2.0,-2.0
-1999,4,6,3,30,0.0,0.0,0.0,-2.0,-10.0,2.7,62.81,0.0,-2.0,-2.0
-1999,4,6,4,30,0.0,0.0,0.0,-2.0,-10.0,2.4000000000000004,62.98,0.0,-2.0,-2.0
-1999,4,6,5,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.79,0.0,-1.0,-1.0
-1999,4,6,6,30,557.0,47.0,137.0,2.0,-9.0,2.7,48.52,129.0179666816665,5.3835740676052914,4.996520167560292
-1999,4,6,7,30,810.0,78.0,364.0,6.0,-8.0,2.0,39.21,389.49663749645015,16.702402921039173,15.533913008549822
-1999,4,6,8,30,916.0,100.0,584.0,9.0,-9.0,1.3,30.24,648.3406697174669,27.670217309216678,25.72519530006428
-1999,4,6,9,30,971.0,115.0,768.0,12.0,-9.0,1.5,25.14,867.0723911987695,36.636005003862834,34.034787830266524
-1999,4,6,10,30,1002.0,125.0,901.0,13.0,-9.0,2.0,22.23,1026.994278683923,41.21925919239164,38.13827635633987
-1999,4,6,11,30,1016.0,128.0,970.0,14.0,-9.0,2.5,21.25,1110.5460725715318,43.51455404995163,40.18291583223703
-1999,4,6,12,30,1017.0,126.0,972.0,15.0,-9.0,3.1,20.32,1113.0721437056386,43.426953614353934,40.08773718323702
-1999,4,6,13,30,1006.0,120.0,907.0,16.0,-9.0,3.8,19.3,1035.9016072570453,41.261912572418346,38.15420775064721
-1999,4,6,14,30,978.0,109.0,779.0,16.0,-8.0,4.4,19.54,882.4270831588888,36.688808317908126,34.04152706843146
-1999,4,6,15,30,926.0,94.0,600.0,15.0,-8.0,4.6000000000000005,20.89,668.029172294393,30.458832674917705,28.454745158034527
-1999,4,6,16,30,828.0,75.0,385.0,13.0,-8.0,3.7,24.98,413.96197853352777,23.16169133654954,21.91980540094896
-1999,4,6,17,30,609.0,43.0,155.0,9.0,-5.0,2.3000000000000003,41.3,149.0411056206132,13.01411346542837,12.56699014856653
-1999,4,6,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,54.05,0.0,6.0,6.0
-1999,4,6,19,30,0.0,0.0,0.0,4.0,-6.0,1.6,59.38,0.0,4.0,4.0
-1999,4,6,20,30,0.0,0.0,0.0,3.0,-6.0,1.6,61.93,0.0,3.0,3.0
-1999,4,6,21,30,0.0,0.0,0.0,2.0,-6.0,1.6,60.23,0.0,2.0,2.0
-1999,4,6,22,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.44,0.0,2.0,2.0
-1999,4,6,23,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,57.06,0.0,2.0,2.0
-1999,4,7,0,30,0.0,0.0,0.0,1.0,-7.0,1.7000000000000002,56.36,0.0,1.0,1.0
-1999,4,7,1,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.4,0.0,1.0,1.0
-1999,4,7,2,30,0.0,0.0,0.0,1.0,-7.0,1.9,56.62000000000001,0.0,1.0,1.0
-1999,4,7,3,30,0.0,0.0,0.0,1.0,-7.0,1.9,60.5,0.0,1.0,1.0
-1999,4,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,59.68,0.0,0.0,0.0
-1999,4,7,5,30,0.0,0.0,0.0,2.0,-8.0,1.6,54.22,0.0,2.0,2.0
-1999,4,7,6,30,566.0,41.0,135.0,6.0,-5.0,1.7000000000000002,49.44,126.34778307700918,9.542098207097377,9.16305485786635
-1999,4,7,7,30,799.0,64.0,351.0,11.0,-4.0,1.7000000000000002,40.74,373.9995799791139,21.484895021005304,20.36289628106796
-1999,4,7,8,30,904.0,78.0,560.0,14.0,-5.0,1.9,30.41,622.0994247963768,31.20838666554281,29.34208839115368
-1999,4,7,9,30,959.0,87.0,735.0,15.0,-6.0,2.9000000000000004,25.46,832.6615957938343,36.549131832068255,34.05114704468675
-1999,4,7,10,30,988.0,93.0,862.0,17.0,-6.0,3.9,23.44,985.0802575806212,40.865148856546966,37.9099080838051
-1999,4,7,11,30,1001.0,96.0,929.0,18.0,-6.0,4.800000000000002,21.57,1066.4050790093313,42.35785944552982,39.158644208501826
-1999,4,7,12,30,595.0,335.0,832.0,19.0,-7.0,5.6000000000000005,19.65,907.4008555665599,38.67756768856657,35.95536512186689
-1999,4,7,13,30,986.0,96.0,871.0,19.0,-7.0,6.2,17.79,995.2973943946799,39.76531169794449,36.77941951476045
-1999,4,7,14,30,959.0,90.0,750.0,19.0,-8.0,6.6000000000000005,18.28,849.6994471512095,36.27904626944557,33.729947927991944
-1999,4,7,15,30,910.0,79.0,579.0,18.0,-8.0,6.8000000000000025,19.08,644.2042381779987,30.933938768067947,29.00132605353395
-1999,4,7,16,30,459.0,126.0,299.0,16.0,-8.0,6.5,20.4,312.3936834526746,22.393444460383915,21.45626341002589
-1999,4,7,17,30,0.0,3.0,3.0,13.0,-7.0,5.5,28.55,2.9321541983841466,13.063998102052697,13.055201639457545
-1999,4,7,18,30,0.0,0.0,0.0,10.0,-5.0,4.6000000000000005,39.51,0.0,10.0,10.0
-1999,4,7,19,30,0.0,0.0,0.0,8.0,-4.0,3.8,48.22,0.0,8.0,8.0
-1999,4,7,20,30,0.0,0.0,0.0,8.0,-2.0,2.8000000000000003,58.91,0.0,8.0,8.0
-1999,4,7,21,30,0.0,0.0,0.0,7.0,-1.0,2.9000000000000004,62.79,0.0,7.0,7.0
-1999,4,7,22,30,0.0,0.0,0.0,7.0,-1.0,4.2,60.83,0.0,7.0,7.0
-1999,4,7,23,30,0.0,0.0,0.0,6.0,-2.0,5.7,61.67,0.0,6.0,6.0
-1999,4,8,0,30,0.0,0.0,0.0,5.0,-2.0,7.7,65.07000000000001,0.0,5.0,5.0
-1999,4,8,1,30,0.0,0.0,0.0,4.0,-4.0,9.4,60.92,0.0,4.0,4.0
-1999,4,8,2,30,0.0,0.0,0.0,3.0,-8.0,9.8,49.63,0.0,3.0,3.0
-1999,4,8,3,30,0.0,0.0,0.0,2.0,-9.0,9.6,47.55,0.0,2.0,2.0
-1999,4,8,4,30,0.0,0.0,0.0,2.0,-10.0,10.0,46.76,0.0,2.0,2.0
-1999,4,8,5,30,0.0,0.0,0.0,2.0,-10.0,11.1,46.39,0.0,2.0,2.0
-1999,4,8,6,30,411.0,48.0,118.0,2.0,-10.0,12.3,46.6,110.89322631722347,3.5863403562092557,3.2536606772575856
-1999,4,8,7,30,282.0,146.0,248.0,4.0,-9.0,12.7,41.14,253.46212874613008,7.541118986791159,6.780732600552769
-1999,4,8,8,30,889.0,88.0,566.0,6.0,-9.0,12.2,37.09,625.2028029905694,14.99680720790267,13.121198798930962
-1999,4,8,9,30,957.0,95.0,746.0,9.0,-8.0,11.6,34.76,841.1575698782964,21.545435889138687,19.0219631795038
-1999,4,8,10,30,998.0,97.0,877.0,11.0,-7.0,11.1,32.14,1000.0053482467397,26.36984831869924,23.369832273959023
-1999,4,8,11,30,1016.0,97.0,947.0,12.0,-7.0,10.3,29.17,1083.6199115508575,29.483849391870525,26.232989657217953
-1999,4,8,12,30,1018.0,96.0,950.0,13.0,-6.0,9.1,28.24,1087.4794093778412,31.891276719164942,28.628838491031416
-1999,4,8,13,30,1002.0,94.0,885.0,14.0,-6.0,7.7,28.91,1009.0612122426005,33.13453355948769,30.10734992275989
-1999,4,8,14,30,967.0,89.0,758.0,14.0,-6.0,6.5,29.41,855.9724580728617,31.518319544179267,28.950402169960682
-1999,4,8,15,30,908.0,82.0,584.0,13.0,-5.0,5.300000000000002,31.93,646.6622128922169,27.298239355522696,25.358252716846046
-1999,4,8,16,30,803.0,69.0,376.0,12.0,-5.0,3.9,34.56,399.22072134172066,21.671762141328337,20.474099977303176
-1999,4,8,17,30,586.0,47.0,159.0,8.0,-4.0,2.2,45.27,150.04396095376927,12.068156981776935,11.618025098915627
-1999,4,8,18,30,0.0,0.0,0.0,5.0,-3.0,1.0,62.31,0.0,5.0,5.0
-1999,4,8,19,30,0.0,0.0,0.0,4.0,-3.0,0.30000000000000004,70.13,0.0,4.0,4.0
-1999,4,8,20,30,0.0,0.0,0.0,2.0,-4.0,0.2,74.34,0.0,2.0,2.0
-1999,4,8,21,30,0.0,0.0,0.0,1.0,-4.0,0.5,72.47,0.0,1.0,1.0
-1999,4,8,22,30,0.0,0.0,0.0,0.0,-4.0,0.9,69.81,0.0,0.0,0.0
-1999,4,8,23,30,0.0,0.0,0.0,0.0,-5.0,1.1,71.48,0.0,0.0,0.0
-1999,4,9,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,72.83,0.0,0.0,0.0
-1999,4,9,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,68.85000000000001,0.0,0.0,0.0
-1999,4,9,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,70.02,0.0,0.0,0.0
-1999,4,9,3,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.94,0.0,-1.0,-1.0
-1999,4,9,4,30,0.0,0.0,0.0,-1.0,-9.0,2.0,62.53,0.0,-1.0,-1.0
-1999,4,9,5,30,0.0,0.0,0.0,0.0,-9.0,3.0,52.61,0.0,0.0,0.0
-1999,4,9,6,30,587.0,45.0,148.0,4.0,-7.0,5.0,47.94,137.24183169757825,7.094213072605492,6.682487577512758
-1999,4,9,7,30,819.0,67.0,369.0,8.0,-7.0,6.8000000000000025,40.09,389.6069201843734,15.822289501746283,14.653468741193162
-1999,4,9,8,30,925.0,80.0,582.0,11.0,-8.0,7.8000000000000025,29.43,641.658504580957,23.09105093369174,21.166075419948868
-1999,4,9,9,30,982.0,87.0,760.0,13.0,-10.0,8.5,21.62,855.1317419306283,28.42068704375593,25.855291817964044
-1999,4,9,10,30,1007.0,93.0,885.0,14.0,-12.0,9.2,17.98,1006.1992594625888,31.371259374423964,28.3526615960362
-1999,4,9,11,30,428.0,406.0,765.0,15.0,-13.0,9.8,16.03,814.0364096279322,28.542775092972793,26.100665864088995
-1999,4,9,12,30,467.0,406.0,799.0,14.0,-12.0,10.3,17.76,853.2432835976809,27.76679858502838,25.207068734235335
-1999,4,9,13,30,481.0,359.0,740.0,13.0,-11.0,10.2,21.09,791.6686864869948,25.851593281949384,23.476587222488398
-1999,4,9,14,30,490.0,279.0,619.0,11.0,-10.0,9.0,24.86,662.784746904958,22.585351577868856,20.596997337153983
-1999,4,9,15,30,147.0,265.0,347.0,9.0,-10.0,8.200000000000001,28.53,350.84635171065315,15.446868954148307,14.394329899016348
-1999,4,9,16,30,625.0,93.0,333.0,6.0,-11.0,8.4,32.17,349.66011548930646,12.34503206441146,11.296051717943541
-1999,4,9,17,30,0.0,31.0,31.0,3.0,-13.0,8.200000000000001,33.43,30.29892671663619,3.5567485853596392,3.4658518052097307
-1999,4,9,18,30,0.0,0.0,0.0,1.0,-15.0,6.9,30.81,0.0,1.0,1.0
-1999,4,9,19,30,0.0,0.0,0.0,0.0,-13.0,6.0,36.96,0.0,0.0,0.0
-1999,4,9,20,30,0.0,0.0,0.0,0.0,-11.0,5.8000000000000025,43.74,0.0,0.0,0.0
-1999,4,9,21,30,0.0,0.0,0.0,0.0,-11.0,5.6000000000000005,46.47,0.0,0.0,0.0
-1999,4,9,22,30,0.0,0.0,0.0,0.0,-11.0,5.5,49.84,0.0,0.0,0.0
-1999,4,9,23,30,0.0,0.0,0.0,0.0,-11.0,6.0,48.28,0.0,0.0,0.0
-1999,4,10,0,30,0.0,0.0,0.0,0.0,-12.0,6.9,49.85,0.0,0.0,0.0
-1999,4,10,1,30,0.0,0.0,0.0,-1.0,-12.0,7.7,47.87000000000001,0.0,-1.0,-1.0
-1999,4,10,2,30,0.0,0.0,0.0,-1.0,-12.0,8.200000000000001,46.08,0.0,-1.0,-1.0
-1999,4,10,3,30,0.0,0.0,0.0,-1.0,-13.0,8.700000000000001,48.08,0.0,-1.0,-1.0
-1999,4,10,4,30,0.0,0.0,0.0,-1.0,-13.0,9.0,47.05,0.0,-1.0,-1.0
-1999,4,10,5,30,0.0,0.0,0.0,-1.0,-13.0,9.3,42.98,0.0,-1.0,-1.0
-1999,4,10,6,30,620.0,44.0,155.0,0.0,-13.0,9.5,39.81,143.46648932586237,2.4313082814149256,2.0009088134373383
-1999,4,10,7,30,805.0,53.0,354.0,1.0,-13.0,9.6,34.67,372.72816540893774,7.277734540096176,6.159550043869363
-1999,4,10,8,30,700.0,133.0,516.0,3.0,-13.0,9.3,32.94,558.2073491577592,12.577527627793621,10.902905580320343
-1999,4,10,9,30,988.0,84.0,765.0,5.0,-13.0,8.700000000000001,29.54,859.1006281683102,20.299979763554745,17.722677879049815
-1999,4,10,10,30,1016.0,89.0,891.0,7.0,-12.0,7.8000000000000025,28.43,1012.3559035139743,26.07626362780738,23.039195917265456
-1999,4,10,11,30,1027.0,91.0,957.0,8.0,-12.0,6.8000000000000025,27.55,1091.643735581372,29.917355391029208,26.64242418428509
-1999,4,10,12,30,1023.0,92.0,957.0,9.0,-11.0,6.0,26.76,1091.0201815964163,32.05696070900355,28.783900164214298
-1999,4,10,13,30,1006.0,92.0,892.0,9.0,-11.0,5.300000000000002,25.92,1012.8275502135494,31.394459503132833,28.355976852492184
-1999,4,10,14,30,971.0,89.0,767.0,9.0,-10.0,4.800000000000002,26.62,860.8561064327288,28.66289588829967,26.080327569001483
-1999,4,10,15,30,911.0,83.0,593.0,8.0,-10.0,4.4,28.96,651.004630797484,23.263028841346856,21.310014948954404
-1999,4,10,16,30,806.0,72.0,384.0,7.0,-10.0,3.8,31.58,404.7545682597266,16.87050743529446,15.65624373051528
-1999,4,10,17,30,592.0,50.0,166.0,5.0,-9.0,2.8000000000000003,40.86,155.18013915718737,9.042762806243516,8.577222388771954
-1999,4,10,18,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,54.01,0.0,2.0,2.0
-1999,4,10,19,30,0.0,0.0,0.0,0.0,-8.0,2.1,58.51,0.0,0.0,0.0
-1999,4,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,62.38,0.0,0.0,0.0
-1999,4,10,21,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,66.13,0.0,-1.0,-1.0
-1999,4,10,22,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,69.55,0.0,-1.0,-1.0
-1999,4,10,23,30,0.0,0.0,0.0,-2.0,-9.0,0.8,67.53,0.0,-2.0,-2.0
-1999,4,11,0,30,0.0,0.0,0.0,-2.0,-9.0,1.1,70.94,0.0,-2.0,-2.0
-1999,4,11,1,30,0.0,0.0,0.0,-3.0,-9.0,1.2000000000000002,69.15,0.0,-3.0,-3.0
-1999,4,11,2,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,66.36,0.0,-3.0,-3.0
-1999,4,11,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,67.27,0.0,-3.0,-3.0
-1999,4,11,4,30,0.0,0.0,0.0,-4.0,-12.0,1.8,62.16,0.0,-4.0,-4.0
-1999,4,11,5,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,48.86,0.0,-2.0,-2.0
-1999,4,11,6,30,567.0,51.0,156.0,0.0,-13.0,2.4000000000000004,38.86,143.50119738348127,3.8392458342634126,3.408742242112969
-1999,4,11,7,30,799.0,75.0,378.0,4.0,-14.0,1.2000000000000002,29.36,394.129180278307,15.426249820913679,14.243862280078758
-1999,4,11,8,30,906.0,91.0,590.0,7.0,-15.0,0.7000000000000001,21.78,645.4602550104088,26.353675031790903,24.417294266759676
-1999,4,11,9,30,957.0,103.0,767.0,10.0,-15.0,1.5,17.77,855.3694958331844,34.30349229591277,31.737383808413213
-1999,4,11,10,30,982.0,113.0,892.0,12.0,-14.0,2.4000000000000004,17.080000000000002,1006.6218593393487,38.93126503899093,35.91139946097288
-1999,4,11,11,30,990.0,118.0,957.0,13.0,-14.0,3.2,15.12,1083.371337107389,40.48596702926064,37.235853017938474
-1999,4,11,12,30,976.0,125.0,953.0,14.0,-14.0,3.9,14.31,1078.4331846443158,40.1267732099181,36.89147365598515
-1999,4,11,13,30,643.0,284.0,797.0,15.0,-14.0,4.4,14.47,868.0866413316161,35.35259169693081,32.74833177293596
-1999,4,11,14,30,355.0,324.0,572.0,14.0,-14.0,4.800000000000002,14.83,599.8886732622436,27.702114022057497,25.902448002270766
-1999,4,11,15,30,438.0,219.0,465.0,13.0,-13.0,5.2,16.8,488.381583388924,23.868786490911763,22.40364174074499
-1999,4,11,16,30,165.0,169.0,233.0,11.0,-11.0,5.1000000000000005,22.93,233.76638268779865,16.236286307277492,15.534987159214095
-1999,4,11,17,30,2.0,68.0,69.0,9.0,-7.0,4.5,35.63,66.82779707055583,10.556591778290358,10.35610838707869
-1999,4,11,18,30,0.0,0.0,0.0,7.0,-6.0,3.8,44.54,0.0,7.0,7.0
-1999,4,11,19,30,0.0,0.0,0.0,6.0,-5.0,3.1,49.43,0.0,6.0,6.0
-1999,4,11,20,30,0.0,0.0,0.0,5.0,-4.0,2.3000000000000003,55.88,0.0,5.0,5.0
-1999,4,11,21,30,0.0,0.0,0.0,4.0,-4.0,1.9,64.95,0.0,4.0,4.0
-1999,4,11,22,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,67.0,0.0,3.0,3.0
-1999,4,11,23,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,64.85,0.0,2.0,2.0
-1999,4,12,0,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.7,0.0,2.0,2.0
-1999,4,12,1,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,59.31,0.0,1.0,1.0
-1999,4,12,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,56.84,0.0,0.0,0.0
-1999,4,12,3,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.87000000000001,0.0,0.0,0.0
-1999,4,12,4,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.14,0.0,0.0,0.0
-1999,4,12,5,30,0.0,0.0,0.0,2.0,-8.0,1.5,54.81,0.0,2.0,2.0
-1999,4,12,6,30,594.0,45.0,158.0,6.0,-5.0,1.7000000000000002,52.17,143.93338555838343,10.035101958354629,9.603301801679478
-1999,4,12,7,30,807.0,66.0,374.0,9.0,-6.0,1.5,37.33,390.80157949891185,20.103789909331336,18.931385170834602
-1999,4,12,8,30,905.0,79.0,581.0,12.0,-7.0,0.6000000000000001,27.39,635.3535612371845,31.1797005666244,29.273639882912846
-1999,4,12,9,30,957.0,88.0,755.0,15.0,-8.0,0.6000000000000001,21.81,842.7228107193727,40.439648341292234,37.911479909134115
-1999,4,12,10,30,984.0,94.0,879.0,17.0,-8.0,1.3,18.98,991.6057472321481,45.55519582623157,42.580378584535126
-1999,4,12,11,30,995.0,98.0,944.0,19.0,-8.0,1.7000000000000002,17.94,1070.1199724722665,49.00028922994883,45.789929312532024
-1999,4,12,12,30,990.0,100.0,943.0,20.0,-8.0,1.8,17.04,1068.841836640714,49.7645235183829,46.55799800846076
-1999,4,12,13,30,226.0,416.0,598.0,20.0,-8.0,1.6,16.22,614.3599365364034,37.3390650286387,35.49598521902949
-1999,4,12,14,30,14.0,217.0,227.0,20.0,-7.0,1.0,17.490000000000002,223.27413107279477,26.560672417852143,25.890850024633757
-1999,4,12,15,30,56.0,246.0,278.0,19.0,-7.0,1.0,19.2,275.5572542919735,27.0969562800941,26.27028451721818
-1999,4,12,16,30,432.0,136.0,306.0,16.0,-6.0,1.7000000000000002,24.04,312.8679173562613,24.771098804721,23.832495052652217
-1999,4,12,17,30,157.0,76.0,108.0,13.0,-2.0,2.1,37.7,102.78210554194324,15.805399393341316,15.497053076715487
-1999,4,12,18,30,0.0,0.0,0.0,11.0,-2.0,2.3000000000000003,48.12000000000001,0.0,11.0,11.0
-1999,4,12,19,30,0.0,0.0,0.0,9.0,-2.0,2.1,56.03,0.0,9.0,9.0
-1999,4,12,20,30,0.0,0.0,0.0,7.0,-1.0,1.5,60.76,0.0,7.0,7.0
-1999,4,12,21,30,0.0,0.0,0.0,6.0,-2.0,1.4,63.68,0.0,6.0,6.0
-1999,4,12,22,30,0.0,0.0,0.0,5.0,-3.0,1.6,68.35000000000001,0.0,5.0,5.0
-1999,4,12,23,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,64.79,0.0,4.0,4.0
-1999,4,13,0,30,0.0,0.0,0.0,4.0,-4.0,1.8,61.97,0.0,4.0,4.0
-1999,4,13,1,30,0.0,0.0,0.0,4.0,-5.0,1.8,64.02,0.0,4.0,4.0
-1999,4,13,2,30,0.0,0.0,0.0,4.0,-5.0,1.7000000000000002,62.21,0.0,4.0,4.0
-1999,4,13,3,30,0.0,0.0,0.0,4.0,-5.0,1.6,61.06,0.0,4.0,4.0
-1999,4,13,4,30,0.0,0.0,0.0,3.0,-5.0,1.5,61.19,0.0,3.0,3.0
-1999,4,13,5,30,0.0,0.0,0.0,4.0,-5.0,1.6,57.08,0.0,4.0,4.0
-1999,4,13,6,30,517.0,47.0,147.0,7.0,-3.0,1.9,54.88,134.5012368529429,10.720545621010318,10.31704191045149
-1999,4,13,7,30,688.0,110.0,376.0,10.0,-3.0,2.4000000000000004,47.02,387.59381836064676,20.369724989477042,19.2069435343951
-1999,4,13,8,30,787.0,145.0,586.0,11.0,-2.0,3.1,48.97,628.9987749734973,27.064115071759186,25.177118746838694
-1999,4,13,9,30,848.0,170.0,764.0,12.0,-1.0,4.5,44.26,838.4196652842636,31.52895673578102,29.01369773992823
-1999,4,13,10,30,796.0,203.0,841.0,13.0,-1.0,5.2,40.98,927.5906988988188,33.64325437361594,30.86048227691948
-1999,4,13,11,30,836.0,207.0,921.0,14.0,-2.0,5.1000000000000005,37.12,1022.1024660356804,36.894742545958636,33.82843514785159
-1999,4,13,12,30,739.0,262.0,893.0,14.0,-2.0,5.1000000000000005,35.93,981.77161663848,35.99134543628323,33.04603058636779
-1999,4,13,13,30,316.0,400.0,655.0,15.0,-2.0,5.0,33.39,681.7390707834257,30.37028410967514,28.325066897324863
-1999,4,13,14,30,738.0,188.0,709.0,15.0,-2.0,5.1000000000000005,35.92,773.68867531298,32.330359353028015,30.009293327089075
-1999,4,13,15,30,0.0,31.0,31.0,14.0,-2.0,4.800000000000002,36.28,30.29892671663619,14.692060655787419,14.60116387563751
-1999,4,13,16,30,0.0,29.0,29.0,13.0,-2.0,3.7,39.78,28.344157251046756,13.69577543860452,13.61074296685138
-1999,4,13,17,30,0.0,13.0,13.0,10.0,0.0,2.2,56.43,12.706001526331303,10.344499095406709,10.306381090827715
-1999,4,13,18,30,0.0,0.0,0.0,7.0,1.0,1.4,79.43,0.0,7.0,7.0
-1999,4,13,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.36,0.0,6.0,6.0
-1999,4,13,20,30,0.0,0.0,0.0,5.0,2.0,1.3,94.62,0.0,5.0,5.0
-1999,4,13,21,30,0.0,0.0,0.0,4.0,2.0,1.4,100.0,0.0,4.0,4.0
-1999,4,13,22,30,0.0,0.0,0.0,4.0,1.0,1.6,98.5,0.0,4.0,4.0
-1999,4,13,23,30,0.0,0.0,0.0,4.0,1.0,2.1,96.92,0.0,4.0,4.0
-1999,4,14,0,30,0.0,0.0,0.0,5.0,1.0,2.9000000000000004,99.02,0.0,5.0,5.0
-1999,4,14,1,30,0.0,0.0,0.0,4.0,1.0,3.9,100.0,0.0,4.0,4.0
-1999,4,14,2,30,0.0,0.0,0.0,3.0,0.0,4.7,100.0,0.0,3.0,3.0
-1999,4,14,3,30,0.0,0.0,0.0,2.0,0.0,4.9,100.0,0.0,2.0,2.0
-1999,4,14,4,30,0.0,0.0,0.0,2.0,0.0,4.7,98.51,0.0,2.0,2.0
-1999,4,14,5,30,0.0,0.0,0.0,2.0,0.0,5.1000000000000005,95.88,0.0,2.0,2.0
-1999,4,14,6,30,398.0,59.0,138.0,2.0,0.0,6.6000000000000005,94.82,127.04142325273276,4.583448345035284,4.202324075277085
-1999,4,14,7,30,0.0,29.0,29.0,2.0,-1.0,8.4,88.59,28.344157251046756,2.5143411519639343,2.429308680210794
-1999,4,14,8,30,17.0,200.0,210.0,2.0,-3.0,9.3,77.75,206.0458521937511,5.535263097047137,4.917125540465884
-1999,4,14,9,30,13.0,214.0,224.0,2.0,-4.0,9.4,69.79,219.4985877518293,5.742860754235439,5.084364990979951
-1999,4,14,10,30,17.0,255.0,269.0,2.0,-5.0,9.0,65.67,264.8363097935942,6.629288428667111,5.834779499286329
-1999,4,14,11,30,0.0,92.0,92.0,3.0,-6.0,8.3,59.3,89.91939541711383,4.641955951329065,4.372197765077723
-1999,4,14,12,30,0.0,91.0,91.0,4.0,-6.0,7.9,54.32,88.94201068431913,5.665444012204863,5.398617980151905
-1999,4,14,13,30,0.0,108.0,108.0,5.0,-6.0,7.4,50.11,105.5575511418293,7.039998943133512,6.723326289708025
-1999,4,14,14,30,9.0,172.0,178.0,5.0,-6.0,7.0,53.34,175.30841831924184,8.475163199603521,7.949237944645796
-1999,4,14,15,30,31.0,227.0,245.0,4.0,-6.0,6.7,56.22,241.3549058182594,8.87680526199978,8.152740544545
-1999,4,14,16,30,0.0,74.0,74.0,3.0,-7.0,6.1000000000000005,59.23,72.32647022680895,4.518704242437409,4.3017248317569825
-1999,4,14,17,30,0.0,42.0,42.0,1.0,-7.0,5.0,58.14,41.05015877737806,1.925504537139864,1.8023540608077298
-1999,4,14,18,30,0.0,0.0,0.0,0.0,-7.0,3.8,61.04,0.0,0.0,0.0
-1999,4,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,65.21000000000001,0.0,0.0,0.0
-1999,4,14,20,30,0.0,0.0,0.0,-1.0,-7.0,3.0,69.19,0.0,-1.0,-1.0
-1999,4,14,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,69.4,0.0,-1.0,-1.0
-1999,4,14,22,30,0.0,0.0,0.0,-2.0,-7.0,2.6,74.72,0.0,-2.0,-2.0
-1999,4,14,23,30,0.0,0.0,0.0,-2.0,-7.0,3.0,81.04,0.0,-2.0,-2.0
-1999,4,15,0,30,0.0,0.0,0.0,-3.0,-7.0,4.1000000000000005,80.9,0.0,-3.0,-3.0
-1999,4,15,1,30,0.0,0.0,0.0,-4.0,-8.0,5.2,84.27,0.0,-4.0,-4.0
-1999,4,15,2,30,0.0,0.0,0.0,-4.0,-9.0,5.5,84.13,0.0,-4.0,-4.0
-1999,4,15,3,30,0.0,0.0,0.0,-5.0,-10.0,5.0,83.89,0.0,-5.0,-5.0
-1999,4,15,4,30,0.0,0.0,0.0,-6.0,-10.0,4.1000000000000005,79.12,0.0,-6.0,-6.0
-1999,4,15,5,30,0.0,0.0,0.0,-5.0,-11.0,3.8,76.04,0.0,-5.0,-5.0
-1999,4,15,6,30,0.0,38.0,38.0,-4.0,-11.0,4.2,69.56,37.14061984619919,-3.117749167334746,-3.2291710268733436
-1999,4,15,7,30,603.0,100.0,338.0,-3.0,-12.0,4.9,56.36,346.4504366286095,4.861945425322785,3.8225941154369565
-1999,4,15,8,30,2.0,140.0,142.0,-2.0,-13.0,5.6000000000000005,47.46,138.08802222396375,0.9945270468097055,0.5802629801378143
-1999,4,15,9,30,416.0,302.0,596.0,-1.0,-14.0,6.2,40.69,626.5931355746893,12.07287835904975,10.19309895232568
-1999,4,15,10,30,87.0,405.0,476.0,0.0,-14.0,6.4,36.73,475.82306437045395,9.80075244308782,8.373283249976458
-1999,4,15,11,30,464.0,412.0,811.0,0.0,-14.0,6.3000000000000025,34.64,858.8759342767822,17.804454853656196,15.227827050825848
-1999,4,15,12,30,380.0,405.0,733.0,0.0,-14.0,6.1000000000000005,35.35,769.7875092028428,16.16392383501588,13.85456130740735
-1999,4,15,13,30,457.0,367.0,738.0,1.0,-14.0,6.0,36.06,779.9934046660264,17.483908902905256,15.143928688907177
-1999,4,15,14,30,19.0,250.0,264.0,0.0,-13.0,5.9,36.69,259.5657848575735,5.520940099167524,4.742242744594804
-1999,4,15,15,30,0.0,82.0,82.0,0.0,-13.0,5.6000000000000005,37.28,80.14554808916668,1.7380074503865868,1.4975708061190867
-1999,4,15,16,30,0.0,38.0,38.0,0.0,-13.0,5.2,40.59,37.14061984619919,0.8265534184301799,0.7151315588915823
-1999,4,15,17,30,412.0,61.0,149.0,-2.0,-13.0,4.3,47.76,135.62541015706088,1.2006596693721847,0.7937834389010021
-1999,4,15,18,30,0.0,0.0,0.0,-3.0,-13.0,3.2,54.76,0.0,-3.0,-3.0
-1999,4,15,19,30,0.0,0.0,0.0,-4.0,-13.0,2.7,57.52,0.0,-4.0,-4.0
-1999,4,15,20,30,0.0,0.0,0.0,-5.0,-14.0,2.6,60.84,0.0,-5.0,-5.0
-1999,4,15,21,30,0.0,0.0,0.0,-5.0,-14.0,2.8000000000000003,60.02,0.0,-5.0,-5.0
-1999,4,15,22,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.02,0.0,-6.0,-6.0
-1999,4,15,23,30,0.0,0.0,0.0,-6.0,-14.0,3.2,62.14,0.0,-6.0,-6.0
-1999,4,16,0,30,0.0,0.0,0.0,-7.0,-15.0,3.2,60.84,0.0,-7.0,-7.0
-1999,4,16,1,30,0.0,0.0,0.0,-7.0,-15.0,3.2,59.06,0.0,-7.0,-7.0
-1999,4,16,2,30,0.0,0.0,0.0,-7.0,-15.0,3.3000000000000003,57.3,0.0,-7.0,-7.0
-1999,4,16,3,30,0.0,0.0,0.0,-7.0,-16.0,3.3000000000000003,56.47,0.0,-7.0,-7.0
-1999,4,16,4,30,0.0,0.0,0.0,-7.0,-16.0,3.4000000000000004,56.68,0.0,-7.0,-7.0
-1999,4,16,5,30,0.0,0.0,0.0,-5.0,-15.0,3.6,53.48,0.0,-5.0,-5.0
-1999,4,16,6,30,0.0,9.0,9.0,-3.0,-14.0,4.3,47.7,8.796462595152441,-2.7924099692761026,-2.81879935706156
-1999,4,16,7,30,47.0,161.0,180.0,-1.0,-13.0,5.1000000000000005,45.46,176.86871963369563,2.9617982883385796,2.4311921294374925
-1999,4,16,8,30,40.0,237.0,260.0,0.0,-12.0,5.4,43.52,256.68398197575635,5.6388431138677255,4.868791167940456
-1999,4,16,9,30,23.0,267.0,284.0,0.0,-12.0,5.2,42.59,279.33383383279045,6.216491167724237,5.378489666225866
-1999,4,16,10,30,53.0,379.0,423.0,0.0,-11.0,4.800000000000002,44.92,419.23884774765577,9.575874241924835,8.318157698681867
-1999,4,16,11,30,53.0,408.0,454.0,0.0,-10.0,4.6000000000000005,47.97,450.94744597537635,10.435354325278986,9.082511987352857
-1999,4,16,12,30,290.0,445.0,696.0,0.0,-9.0,4.5,51.58,720.5928247141442,16.78446568066309,14.622687206520657
-1999,4,16,13,30,4.0,126.0,130.0,0.0,-8.0,4.7,55.8,126.84665398105508,2.916263226816603,2.535723264873438
-1999,4,16,14,30,93.0,350.0,417.0,0.0,-7.0,5.2,64.05,416.6316183731104,9.272012417090387,8.022117561971056
-1999,4,16,15,30,9.0,173.0,179.0,0.0,-7.0,5.2,65.07000000000001,174.76375909747844,3.8893153398599454,3.3650240625675103
-1999,4,16,16,30,0.0,17.0,17.0,-1.0,-7.0,4.5,68.48,16.615540457510164,-0.612981202407365,-0.6628278237798955
-1999,4,16,17,30,0.0,8.0,8.0,-2.0,-8.0,3.5,71.82000000000002,7.819077862357725,-1.8055156864755477,-1.8289729200626208
-1999,4,16,18,30,0.0,0.0,0.0,-3.0,-8.0,2.7,74.24,0.0,-3.0,-3.0
-1999,4,16,19,30,0.0,0.0,0.0,-4.0,-9.0,2.2,75.34,0.0,-4.0,-4.0
-1999,4,16,20,30,0.0,0.0,0.0,-4.0,-10.0,2.0,75.53,0.0,-4.0,-4.0
-1999,4,16,21,30,0.0,0.0,0.0,-5.0,-11.0,1.9,68.98,0.0,-5.0,-5.0
-1999,4,16,22,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,67.08,0.0,-6.0,-6.0
-1999,4,16,23,30,0.0,0.0,0.0,-7.0,-14.0,1.5,71.31,0.0,-7.0,-7.0
-1999,4,17,0,30,0.0,0.0,0.0,-8.0,-15.0,1.6,71.02,0.0,-8.0,-8.0
-1999,4,17,1,30,0.0,0.0,0.0,-9.0,-16.0,1.7000000000000002,66.59,0.0,-9.0,-9.0
-1999,4,17,2,30,0.0,0.0,0.0,-9.0,-16.0,1.9,68.58,0.0,-9.0,-9.0
-1999,4,17,3,30,0.0,0.0,0.0,-10.0,-17.0,2.3000000000000003,65.07000000000001,0.0,-10.0,-10.0
-1999,4,17,4,30,0.0,0.0,0.0,-11.0,-17.0,2.7,67.06,0.0,-11.0,-11.0
-1999,4,17,5,30,0.0,0.0,0.0,-9.0,-18.0,3.3000000000000003,55.35,0.0,-9.0,-9.0
-1999,4,17,6,30,694.0,54.0,202.0,-4.0,-16.0,3.8,43.05,179.81824717900642,0.3851199837306536,-0.15433475780636563
-1999,4,17,7,30,593.0,105.0,345.0,0.0,-13.0,4.4,40.13,350.2760758971328,8.212343808219192,7.161515580527793
-1999,4,17,8,30,959.0,99.0,651.0,2.0,-12.0,4.9,38.51,699.2640847450111,17.86829021100902,15.770497956773985
-1999,4,17,9,30,1003.0,111.0,829.0,4.0,-11.0,4.9,37.36,911.2990114532682,24.679965549809772,21.94606851544997
-1999,4,17,10,30,1023.0,118.0,951.0,6.0,-9.0,4.9,35.56,1058.8143441828963,30.027507860925155,26.851064828376465
-1999,4,17,11,30,1024.0,123.0,1010.0,8.0,-8.0,4.9,36.07,1129.4207210131697,33.629767297285596,30.241505134246086
-1999,4,17,12,30,182.0,463.0,621.0,9.0,-7.0,4.9,34.97,631.969158670875,23.341177007329772,21.445269531317148
-1999,4,17,13,30,73.0,401.0,461.0,10.0,-5.0,4.9,36.98,459.34140200481846,20.42376239815343,19.045738192138973
-1999,4,17,14,30,538.0,277.0,663.0,11.0,-4.0,4.800000000000002,40.88,702.3221742373942,27.04180732282846,24.934840800116277
-1999,4,17,15,30,626.0,168.0,531.0,11.0,-3.0,4.3,43.63,559.0194884184378,24.19244770505724,22.515389239801927
-1999,4,17,16,30,0.0,2.0,2.0,10.0,-2.0,2.7,49.73,1.9547694655894312,10.05126500937838,10.045400700981611
-1999,4,17,17,30,561.0,56.0,178.0,7.0,0.0,1.4,75.17,159.32784944245716,11.557441095717627,11.079457547390255
-1999,4,17,18,30,72.0,11.0,12.0,4.0,-2.0,1.3,80.33,10.758770483143634,4.309819501201138,4.277543189751707
-1999,4,17,19,30,0.0,0.0,0.0,2.0,-3.0,1.7000000000000002,75.85000000000002,0.0,2.0,2.0
-1999,4,17,20,30,0.0,0.0,0.0,1.0,-4.0,2.3000000000000003,73.3,0.0,1.0,1.0
-1999,4,17,21,30,0.0,0.0,0.0,1.0,-4.0,3.0,70.77,0.0,1.0,1.0
-1999,4,17,22,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.94,0.0,1.0,1.0
-1999,4,17,23,30,0.0,0.0,0.0,1.0,-5.0,3.5,65.93,0.0,1.0,1.0
-1999,4,18,0,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.76,0.0,1.0,1.0
-1999,4,18,1,30,0.0,0.0,0.0,2.0,-5.0,4.1000000000000005,64.31,0.0,2.0,2.0
-1999,4,18,2,30,0.0,0.0,0.0,2.0,-6.0,4.1000000000000005,63.86,0.0,2.0,2.0
-1999,4,18,3,30,0.0,0.0,0.0,2.0,-6.0,3.7,63.04,0.0,2.0,2.0
-1999,4,18,4,30,0.0,0.0,0.0,2.0,-6.0,3.4000000000000004,62.36,0.0,2.0,2.0
-1999,4,18,5,30,0.0,0.0,0.0,3.0,-6.0,3.7,57.86,0.0,3.0,3.0
-1999,4,18,6,30,0.0,8.0,8.0,6.0,-5.0,4.1000000000000005,49.98,7.819077862357725,6.1869586913324754,6.163501457745403
-1999,4,18,7,30,0.0,16.0,16.0,9.0,-3.0,4.6000000000000005,45.47,15.63815572471545,9.361881849953322,9.314967382779177
-1999,4,18,8,30,0.0,117.0,117.0,12.0,-3.0,5.300000000000002,38.24,114.35401373698174,14.528462351871829,14.185400310660883
-1999,4,18,9,30,9.0,177.0,184.0,14.0,-4.0,5.6000000000000005,31.47,180.22062228681972,17.90819941613374,17.36753754927328
-1999,4,18,10,30,5.0,133.0,138.0,15.0,-4.0,5.2,28.68,134.61748385502236,17.995871956946488,17.59201950538142
-1999,4,18,11,30,20.0,300.0,318.0,16.0,-4.0,4.800000000000002,27.1,312.95326932240624,23.148195275153512,22.209335467186293
-1999,4,18,12,30,194.0,464.0,633.0,17.0,-4.0,4.5,25.84,644.9469113543134,32.022477227372335,30.087636493309393
-1999,4,18,13,30,332.0,401.0,674.0,17.0,-4.0,4.3,26.03,698.7391052602222,33.48972763311615,31.393510317335487
-1999,4,18,14,30,371.0,327.0,594.0,16.0,-4.0,4.0,27.81,617.4606768009177,30.86104327474133,29.008661244338576
-1999,4,18,15,30,229.0,273.0,406.0,15.0,-3.0,3.4000000000000004,30.62,411.4076081354066,25.300706216551344,24.066483392145123
-1999,4,18,16,30,256.0,171.0,277.0,14.0,-2.0,2.2,37.55,275.01327075614967,21.456462428718865,20.631422616450415
-1999,4,18,17,30,384.0,67.0,152.0,11.0,0.0,1.2000000000000002,54.25,137.4643801554842,14.985247547579423,14.57285440711297
-1999,4,18,18,30,0.0,11.0,11.0,9.0,0.0,0.9,65.98,10.751232060741874,9.318048943880562,9.285795247698337
-1999,4,18,19,30,0.0,0.0,0.0,8.0,-1.0,0.9,58.42,0.0,8.0,8.0
-1999,4,18,20,30,0.0,0.0,0.0,7.0,-2.0,1.0,60.22,0.0,7.0,7.0
-1999,4,18,21,30,0.0,0.0,0.0,6.0,-2.0,1.3,63.58,0.0,6.0,6.0
-1999,4,18,22,30,0.0,0.0,0.0,5.0,-2.0,1.5,67.15,0.0,5.0,5.0
-1999,4,18,23,30,0.0,0.0,0.0,4.0,-2.0,1.6,70.2,0.0,4.0,4.0
-1999,4,19,0,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,72.93,0.0,4.0,4.0
-1999,4,19,1,30,0.0,0.0,0.0,4.0,-3.0,1.8,70.41,0.0,4.0,4.0
-1999,4,19,2,30,0.0,0.0,0.0,3.0,-4.0,1.8,68.26,0.0,3.0,3.0
-1999,4,19,3,30,0.0,0.0,0.0,3.0,-4.0,1.9,66.24,0.0,3.0,3.0
-1999,4,19,4,30,0.0,0.0,0.0,3.0,-4.0,1.9,64.42,0.0,3.0,3.0
-1999,4,19,5,30,0.0,1.0,1.0,5.0,-5.0,2.0,55.63,0.9773847327947156,5.026856111740725,5.0239239575423404
-1999,4,19,6,30,0.0,23.0,23.0,10.0,-3.0,2.9000000000000004,48.79,22.47984885427846,10.58177443150117,10.514334884938334
-1999,4,19,7,30,54.0,169.0,191.0,14.0,-2.0,3.7,38.3,187.99389307778645,18.614761774451324,18.050780095217966
-1999,4,19,8,30,144.0,278.0,362.0,16.0,-3.0,4.0,29.46,362.7890053605761,24.731605607983024,23.643238591901294
-1999,4,19,9,30,456.0,296.0,626.0,18.0,-4.0,4.0,26.23,655.8787263955892,33.78568887406207,31.8180526948753
-1999,4,19,10,30,17.0,263.0,278.0,19.0,-4.0,3.9,24.36,272.7859195137238,25.608676323646918,24.790318565105746
-1999,4,19,11,30,63.0,426.0,482.0,20.0,-4.0,3.7,22.99,478.60034029850334,31.748395224386698,30.312594203491187
-1999,4,19,12,30,299.0,447.0,708.0,20.0,-4.0,3.6,21.73,732.1915277963665,38.0921712192798,35.8955966358907
-1999,4,19,13,30,187.0,431.0,585.0,20.0,-4.0,3.5,21.69,594.1880573252922,34.77926917567386,32.99670500369798
-1999,4,19,14,30,192.0,366.0,505.0,20.0,-4.0,3.2,21.78,511.99079682807724,32.989601698781584,31.45362930829735
-1999,4,19,15,30,664.0,159.0,546.0,19.0,-4.0,2.9000000000000004,23.41,575.0625533477236,33.882515101421994,32.157327441378825
-1999,4,19,16,30,581.0,111.0,351.0,18.0,-3.0,2.1,25.96,353.7714463458728,27.656060223004335,26.594745883966716
-1999,4,19,17,30,250.0,88.0,144.0,15.0,0.0,1.1,41.15,133.12159376190357,18.885392677322642,18.48602789603693
-1999,4,19,18,30,0.0,11.0,11.0,12.0,0.0,0.7000000000000001,46.98,10.751232060741874,12.322368185925892,12.290114489743667
-1999,4,19,19,30,0.0,0.0,0.0,10.0,-2.0,0.9,47.34,0.0,10.0,10.0
-1999,4,19,20,30,0.0,0.0,0.0,9.0,-2.0,1.3,53.74,0.0,9.0,9.0
-1999,4,19,21,30,0.0,0.0,0.0,8.0,-2.0,1.6,56.8,0.0,8.0,8.0
-1999,4,19,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,54.92,0.0,7.0,7.0
-1999,4,19,23,30,0.0,0.0,0.0,7.0,-3.0,2.0,55.15,0.0,7.0,7.0
-1999,4,20,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.32,0.0,7.0,7.0
-1999,4,20,1,30,0.0,0.0,0.0,6.0,-1.0,1.5,69.62,0.0,6.0,6.0
-1999,4,20,2,30,0.0,0.0,0.0,6.0,0.0,1.3,78.38,0.0,6.0,6.0
-1999,4,20,3,30,0.0,0.0,0.0,5.0,0.0,1.3,77.55,0.0,5.0,5.0
-1999,4,20,4,30,0.0,0.0,0.0,5.0,0.0,1.4,76.41,0.0,5.0,5.0
-1999,4,20,5,30,0.0,15.0,15.0,7.0,0.0,1.3,66.93,14.660770991920735,7.422185115209727,7.3782028022339645
-1999,4,20,6,30,476.0,70.0,178.0,11.0,1.0,1.7000000000000002,57.48,159.5005714338326,15.471520388786223,14.993018674484725
-1999,4,20,7,30,663.0,105.0,382.0,14.0,0.0,1.8,44.65,384.3655145781873,24.703600856675166,23.550504312940603
-1999,4,20,8,30,794.0,121.0,587.0,17.0,0.0,1.5,36.86,622.0479616761743,34.67416060302607,32.808016717997546
-1999,4,20,9,30,853.0,135.0,755.0,18.0,-1.0,1.5,30.49,819.0693946327832,41.27210266352301,38.814894479624655
-1999,4,20,10,30,631.0,304.0,824.0,19.0,-1.0,1.6,28.0,881.6571869943539,43.88298860183886,41.2380170408558
-1999,4,20,11,30,46.0,405.0,445.0,20.0,-1.0,1.8,27.98,441.3207388743771,32.28965882610003,30.965696609476897
-1999,4,20,12,30,1.0,112.0,113.0,19.0,-1.0,1.8,28.22,110.4564423309781,22.075930659535402,21.744561332542467
-1999,4,20,13,30,14.0,213.0,225.0,18.0,-1.0,1.6,30.83,221.14228541238813,24.241293156198466,23.5778662999613
-1999,4,20,14,30,18.0,246.0,259.0,17.0,0.0,1.4,33.9,254.90944808632545,24.291473514897913,23.526745170638936
-1999,4,20,15,30,22.0,217.0,230.0,16.0,0.0,1.2000000000000002,37.6,226.0119717516288,22.552342178591886,21.874306263337
-1999,4,20,16,30,5.0,134.0,136.0,15.0,1.0,0.7000000000000001,44.68,133.08375929074572,18.99042359204695,18.591172314174713
-1999,4,20,17,30,0.0,9.0,9.0,13.0,4.0,0.5,62.58,8.796462595152441,13.267343122236191,13.240953734450734
-1999,4,20,18,30,0.0,0.0,0.0,11.0,3.0,0.7000000000000001,69.05,0.0,11.0,11.0
-1999,4,20,19,30,0.0,0.0,0.0,10.0,3.0,0.8,71.8,0.0,10.0,10.0
-1999,4,20,20,30,0.0,0.0,0.0,9.0,3.0,0.6000000000000001,77.22,0.0,9.0,9.0
-1999,4,20,21,30,0.0,0.0,0.0,8.0,3.0,0.5,84.02,0.0,8.0,8.0
-1999,4,20,22,30,0.0,0.0,0.0,8.0,3.0,0.6000000000000001,90.22,0.0,8.0,8.0
-1999,4,20,23,30,0.0,0.0,0.0,7.0,3.0,0.9,94.26,0.0,7.0,7.0
-1999,4,21,0,30,0.0,0.0,0.0,6.0,2.0,1.3,96.99,0.0,6.0,6.0
-1999,4,21,1,30,0.0,0.0,0.0,5.0,1.0,1.9,91.1,0.0,5.0,5.0
-1999,4,21,2,30,0.0,0.0,0.0,4.0,0.0,2.2,89.73,0.0,4.0,4.0
-1999,4,21,3,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,88.05,0.0,3.0,3.0
-1999,4,21,4,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,86.53,0.0,2.0,2.0
-1999,4,21,5,30,0.0,19.0,19.0,3.0,-2.0,1.1,76.76,18.570309923099597,3.5420078302237976,3.486296900454499
-1999,4,21,6,30,620.0,46.0,189.0,6.0,-2.0,1.7000000000000002,62.41,165.24591353556104,10.632588240252124,10.13685049964544
-1999,4,21,7,30,808.0,79.0,419.0,9.0,-4.0,2.3000000000000003,43.01,422.44459560963793,20.377670157323095,19.11033637049418
-1999,4,21,8,30,894.0,95.0,623.0,11.0,-7.0,2.5,30.25,661.8366850910248,28.589377961715915,26.60386790644284
-1999,4,21,9,30,838.0,152.0,763.0,13.0,-8.0,2.5,23.9,824.9298716399694,34.92384258994287,32.449052975022965
-1999,4,21,10,30,307.0,421.0,675.0,14.0,-9.0,2.5,21.95,696.2563667335951,32.50413654698509,30.415367446784302
-1999,4,21,11,30,116.0,464.0,566.0,15.0,-8.0,2.7,21.09,568.3130043208706,29.90435164311267,28.199412630150057
-1999,4,21,12,30,398.0,428.0,778.0,14.0,-8.0,3.0,23.44,812.0103658311909,34.8758630684375,32.43983197094393
-1999,4,21,13,30,227.0,433.0,621.0,13.0,-7.0,2.8000000000000003,26.8,633.4195748084917,29.501886850278336,27.601628125852862
-1999,4,21,14,30,0.0,73.0,73.0,12.0,-5.0,2.2,32.2,71.34908549401425,13.934494920360752,13.720447663878709
-1999,4,21,15,30,27.0,228.0,245.0,10.0,-4.0,1.9,41.45,239.9512313302078,16.63748173526261,15.917628041271987
-1999,4,21,16,30,0.0,28.0,28.0,8.0,-2.0,2.1,53.2,27.366772518252038,8.746965890760858,8.664865573206102
-1999,4,21,17,30,0.0,16.0,16.0,7.0,0.0,2.1,65.71000000000001,15.63815572471545,7.426837651863347,7.379923184689201
-1999,4,21,18,30,0.0,1.0,1.0,6.0,0.0,1.9,77.55,0.9773847327947156,6.02703621596891,6.024104061770526
-1999,4,21,19,30,0.0,0.0,0.0,5.0,0.0,1.6,85.37,0.0,5.0,5.0
-1999,4,21,20,30,0.0,0.0,0.0,4.0,0.0,1.1,93.32,0.0,4.0,4.0
-1999,4,21,21,30,0.0,0.0,0.0,3.0,0.0,0.5,96.19,0.0,3.0,3.0
-1999,4,21,22,30,0.0,0.0,0.0,2.0,0.0,0.7000000000000001,100.0,0.0,2.0,2.0
-1999,4,21,23,30,0.0,0.0,0.0,2.0,0.0,1.3,98.53,0.0,2.0,2.0
-1999,4,22,0,30,0.0,0.0,0.0,1.0,0.0,1.6,96.28,0.0,1.0,1.0
-1999,4,22,1,30,0.0,0.0,0.0,1.0,0.0,1.6,93.75,0.0,1.0,1.0
-1999,4,22,2,30,0.0,0.0,0.0,0.0,-1.0,1.4,97.38,0.0,0.0,0.0
-1999,4,22,3,30,0.0,0.0,0.0,0.0,-1.0,1.2000000000000002,94.08,0.0,0.0,0.0
-1999,4,22,4,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,97.97,0.0,0.0,0.0
-1999,4,22,5,30,0.0,0.0,0.0,0.0,-2.0,1.3,87.79,0.0,0.0,0.0
-1999,4,22,6,30,0.0,4.0,4.0,1.0,-2.0,1.2000000000000002,83.25,3.9095389311788624,1.113341946619364,1.1016133298258273
-1999,4,22,7,30,207.0,184.0,272.0,2.0,-1.0,1.2000000000000002,87.93,268.75318546938894,9.791458209643775,8.985198653235608
-1999,4,22,8,30,0.0,112.0,112.0,3.0,-1.0,1.1,88.65,109.46709007300815,6.194993525529754,5.86659225531073
-1999,4,22,9,30,2.0,118.0,120.0,3.0,-1.0,1.1,83.51,116.95274577525757,6.413475824520993,6.06261758719522
-1999,4,22,10,30,12.0,177.0,187.0,4.0,-1.0,1.2000000000000002,78.03,184.14313104446563,9.338517225833323,8.786087832699927
-1999,4,22,11,30,0.0,62.0,62.0,5.0,-1.0,1.6,72.65,60.59785343327238,6.710251692516033,6.528458132216216
-1999,4,22,12,30,14.0,194.0,206.0,6.0,-1.0,2.3000000000000003,67.52,203.46830238514661,11.47999727317581,10.86959236602037
-1999,4,22,13,30,19.0,283.0,300.0,7.0,-1.0,3.2,63.17,294.21498734242107,14.464461320529214,13.581816358501952
-1999,4,22,14,30,24.0,278.0,296.0,6.0,-1.0,3.5,69.18,291.0413236351497,13.239085353904159,12.365961382998709
-1999,4,22,15,30,0.0,53.0,53.0,5.0,0.0,3.5,81.47,51.801390838119936,6.2884585770994965,6.1330544045851365
-1999,4,22,16,30,0.0,20.0,20.0,3.0,0.0,3.7,89.69,19.547694655894315,3.479845130072082,3.421202046104399
-1999,4,22,17,30,0.0,23.0,23.0,2.0,0.0,3.8,99.74,22.47984885427846,2.5482026211945517,2.4807630746317164
-1999,4,22,18,30,0.0,2.0,2.0,1.0,0.0,3.9,100.0,1.9547694655894312,1.0473574248570365,1.0414931164602683
-1999,4,22,19,30,0.0,0.0,0.0,1.0,0.0,4.1000000000000005,96.43,0.0,1.0,1.0
-1999,4,22,20,30,0.0,0.0,0.0,0.0,-1.0,4.1000000000000005,99.28,0.0,0.0,0.0
-1999,4,22,21,30,0.0,0.0,0.0,0.0,-1.0,3.6,94.89,0.0,0.0,0.0
-1999,4,22,22,30,0.0,0.0,0.0,0.0,-2.0,3.2,97.2,0.0,0.0,0.0
-1999,4,22,23,30,0.0,0.0,0.0,0.0,-3.0,2.9000000000000004,100.0,0.0,0.0,0.0
-1999,4,23,0,30,0.0,0.0,0.0,-1.0,-3.0,2.5,95.58,0.0,-1.0,-1.0
-1999,4,23,1,30,0.0,0.0,0.0,-1.0,-4.0,2.1,98.12,0.0,-1.0,-1.0
-1999,4,23,2,30,0.0,0.0,0.0,-2.0,-4.0,1.8,94.38,0.0,-2.0,-2.0
-1999,4,23,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,98.2,0.0,-2.0,-2.0
-1999,4,23,4,30,0.0,0.0,0.0,-3.0,-5.0,1.5,96.35,0.0,-3.0,-3.0
-1999,4,23,5,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,88.77,0.0,-2.0,-2.0
-1999,4,23,6,30,0.0,7.0,7.0,-1.0,-4.0,2.6,88.46000000000002,6.8416931295630095,-0.8193762184495931,-0.8399012978382822
-1999,4,23,7,30,0.0,23.0,23.0,0.0,-3.0,3.2,87.56,22.47984885427846,0.5703311166429844,0.5028915700801491
-1999,4,23,8,30,0.0,59.0,59.0,0.0,-3.0,3.1,89.76,57.66569923488822,1.4727348685881485,1.2997377708834839
-1999,4,23,9,30,0.0,53.0,53.0,0.0,-3.0,2.8000000000000003,84.54,51.801390838119936,1.3495331124810075,1.1941289399666477
-1999,4,23,10,30,0.0,57.0,57.0,0.0,-3.0,2.4000000000000004,79.61,55.71092976929879,1.4904959605887096,1.3233631712808132
-1999,4,23,11,30,0.0,67.0,67.0,1.0,-2.0,2.1,81.25,65.48477709724594,2.7873826671777655,2.5909283358860278
-1999,4,23,12,30,0.0,77.0,77.0,2.0,-2.0,2.1,83.21000000000002,75.2586244251931,4.054156199592358,3.828380326316778
-1999,4,23,13,30,0.0,85.0,85.0,3.0,-2.0,2.3000000000000003,85.13,83.07770228755082,5.23752582913733,4.988292722274678
-1999,4,23,14,30,0.0,73.0,73.0,3.0,-1.0,2.6,80.54,71.34908549401425,4.8836480075971,4.669600751115057
-1999,4,23,15,30,0.0,47.0,47.0,3.0,-1.0,2.7,80.42,45.937082441351635,4.2047277203919124,4.066916473067858
-1999,4,23,16,30,0.0,22.0,22.0,2.0,-2.0,2.7,85.47,21.502464121483747,2.563915103162172,2.4994077107977204
-1999,4,23,17,30,0.0,14.0,14.0,1.0,-2.0,2.1,84.05,13.683386259126019,1.3734829453804287,1.3324327866030505
-1999,4,23,18,30,0.0,1.0,1.0,0.0,-2.0,1.3,93.07,0.9773847327947156,0.028145674347315127,0.025213520148930982
-1999,4,23,19,30,0.0,0.0,0.0,-1.0,-3.0,1.0,93.64,0.0,-1.0,-1.0
-1999,4,23,20,30,0.0,0.0,0.0,-1.0,-4.0,1.0,98.28,0.0,-1.0,-1.0
-1999,4,23,21,30,0.0,0.0,0.0,-2.0,-4.0,1.1,95.8,0.0,-2.0,-2.0
-1999,4,23,22,30,0.0,0.0,0.0,-2.0,-4.0,1.4,93.72,0.0,-2.0,-2.0
-1999,4,23,23,30,0.0,0.0,0.0,-3.0,-5.0,1.6,97.15,0.0,-3.0,-3.0
-1999,4,24,0,30,0.0,0.0,0.0,-3.0,-6.0,1.8,98.9,0.0,-3.0,-3.0
-1999,4,24,1,30,0.0,0.0,0.0,-4.0,-6.0,2.1,92.98,0.0,-4.0,-4.0
-1999,4,24,2,30,0.0,0.0,0.0,-4.0,-7.0,2.3000000000000003,89.06,0.0,-4.0,-4.0
-1999,4,24,3,30,0.0,0.0,0.0,-4.0,-7.0,2.2,87.69,0.0,-4.0,-4.0
-1999,4,24,4,30,0.0,0.0,0.0,-3.0,-7.0,2.0,88.47,0.0,-3.0,-3.0
-1999,4,24,5,30,0.0,15.0,15.0,-1.0,-7.0,2.2,79.27,14.660770991920735,-0.6025010437614897,-0.6464833567372519
-1999,4,24,6,30,579.0,62.0,204.0,1.0,-4.0,2.3000000000000003,76.58,177.3740530091952,5.777202716237382,5.245080557209796
-1999,4,24,7,30,763.0,85.0,415.0,4.0,-1.0,2.4000000000000004,82.22,414.14160265673877,15.079987148442324,13.837562340472108
-1999,4,24,8,30,853.0,102.0,615.0,6.0,0.0,2.7,79.10000000000002,647.2965241362813,22.975742134601386,21.033852562192543
-1999,4,24,9,30,903.0,114.0,782.0,7.0,0.0,3.1,72.4,844.2629113081655,28.561785328825536,26.02899659490104
-1999,4,24,10,30,8.0,145.0,152.0,9.0,1.0,3.6,65.63,149.17156872662548,12.685972126136456,12.238457419956578
-1999,4,24,11,30,13.0,193.0,205.0,10.0,1.0,4.1000000000000005,63.35,201.5389698057152,14.818913778665227,14.21429686924808
-1999,4,24,12,30,15.0,212.0,226.0,11.0,1.0,4.4,60.46,222.07847224138118,16.206706629275715,15.54047121255157
-1999,4,24,13,30,14.0,218.0,231.0,12.0,1.0,4.800000000000002,61.18,226.06762619640762,17.16363206858703,16.48542918999781
-1999,4,24,14,30,7.0,150.0,156.0,12.0,1.0,5.1000000000000005,61.2,152.25792864021335,15.410525062442161,14.95375127652152
-1999,4,24,15,30,0.0,106.0,106.0,11.0,1.0,5.4,65.05,103.60278167623987,13.275949701013225,12.965141355984505
-1999,4,24,16,30,0.0,47.0,47.0,10.0,1.0,5.4,69.11,45.937082441351635,11.009147508939826,10.87133626161577
-1999,4,24,17,30,148.0,92.0,127.0,7.0,1.0,4.800000000000002,84.27,118.5616188144472,9.708077168386703,9.352392311943362
-1999,4,24,18,30,0.0,25.0,25.0,4.0,1.0,3.7,95.63,24.43461831986789,4.599806412590103,4.526502557630499
-1999,4,24,19,30,0.0,0.0,0.0,2.0,0.0,2.7,100.0,0.0,2.0,2.0
-1999,4,24,20,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,99.42,0.0,1.0,1.0
-1999,4,24,21,30,0.0,0.0,0.0,1.0,0.0,2.2,95.84,0.0,1.0,1.0
-1999,4,24,22,30,0.0,0.0,0.0,2.0,0.0,1.9,96.48,0.0,2.0,2.0
-1999,4,24,23,30,0.0,0.0,0.0,2.0,0.0,1.3,97.38,0.0,2.0,2.0
-1999,4,25,0,30,0.0,0.0,0.0,2.0,0.0,0.9,96.71,0.0,2.0,2.0
-1999,4,25,1,30,0.0,0.0,0.0,1.0,0.0,0.8,95.7,0.0,1.0,1.0
-1999,4,25,2,30,0.0,0.0,0.0,1.0,0.0,0.8,94.33,0.0,1.0,1.0
-1999,4,25,3,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,93.6,0.0,1.0,1.0
-1999,4,25,4,30,0.0,0.0,0.0,1.0,-1.0,0.7000000000000001,92.49,0.0,1.0,1.0
-1999,4,25,5,30,0.0,27.0,27.0,1.0,-1.0,1.2000000000000002,90.29,26.389387785457323,1.7650581396807066,1.6858899763243347
-1999,4,25,6,30,0.0,8.0,8.0,2.0,-1.0,2.1,92.46,7.819077862357725,2.2134188259316736,2.1899615923446003
-1999,4,25,7,30,0.0,66.0,66.0,4.0,0.0,2.8000000000000003,87.19,64.50739236445123,5.680550668372575,5.487028491279221
-1999,4,25,8,30,40.0,252.0,277.0,6.0,-1.0,2.8000000000000003,74.63,272.0548517390669,13.08759021510294,12.27142565988574
-1999,4,25,9,30,34.0,308.0,334.0,8.0,-1.0,2.2,62.17,328.6795960713377,16.91152289652778,15.925484108313768
-1999,4,25,10,30,18.0,272.0,287.0,9.0,-2.0,1.5,52.35,282.62563466130104,17.030202115084485,16.182325211100583
-1999,4,25,11,30,16.0,241.0,256.0,10.0,-2.0,1.4,47.98,251.445126463418,17.1923794658144,16.438044086424146
-1999,4,25,12,30,3.0,117.0,120.0,10.0,-2.0,1.7000000000000002,48.28,117.33183309037348,13.289340465685505,12.937344966414384
-1999,4,25,13,30,9.0,154.0,162.0,10.0,-1.0,1.9,52.98,158.87459297060903,14.394756397763661,13.918132618851834
-1999,4,25,14,30,68.0,350.0,401.0,9.0,-1.0,1.5,59.04,396.9504011674624,20.278495508231607,19.08764430472922
-1999,4,25,15,30,0.0,35.0,35.0,7.0,0.0,0.8,66.3,34.20846564781505,8.018819665698402,7.916194268754957
-1999,4,25,16,30,0.0,38.0,38.0,6.0,0.0,0.5,73.39,37.14061984619919,7.128782071663921,7.017360212125324
-1999,4,25,17,30,125.0,94.0,124.0,5.0,0.0,0.7000000000000001,87.44,116.19573677064463,8.484048029420972,8.135460819109039
-1999,4,25,18,30,0.0,22.0,22.0,3.0,0.0,0.7000000000000001,95.38,21.502464121483747,3.6447363718517867,3.580228979487335
-1999,4,25,19,30,0.0,0.0,0.0,2.0,0.0,0.8,99.67,0.0,2.0,2.0
-1999,4,25,20,30,0.0,0.0,0.0,1.0,0.0,1.0,94.29,0.0,1.0,1.0
-1999,4,25,21,30,0.0,0.0,0.0,1.0,-1.0,1.1,88.12,0.0,1.0,1.0
-1999,4,25,22,30,0.0,0.0,0.0,0.0,-2.0,1.3,88.98,0.0,0.0,0.0
-1999,4,25,23,30,0.0,0.0,0.0,0.0,-3.0,1.5,88.38,0.0,0.0,0.0
-1999,4,26,0,30,0.0,0.0,0.0,0.0,-4.0,1.6,84.05,0.0,0.0,0.0
-1999,4,26,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,76.83,0.0,0.0,0.0
-1999,4,26,2,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,78.19,0.0,0.0,0.0
-1999,4,26,3,30,0.0,0.0,0.0,1.0,-4.0,1.6,74.23,0.0,1.0,1.0
-1999,4,26,4,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.16,0.0,1.0,1.0
-1999,4,26,5,30,0.0,1.0,1.0,2.0,-3.0,1.6,78.44,0.9773847327947156,2.0275847047180005,2.0246525505196162
-1999,4,26,6,30,351.0,83.0,171.0,5.0,-1.0,2.0,74.96000000000002,153.60115605337046,9.220579340009241,8.75977587184913
-1999,4,26,7,30,0.0,62.0,62.0,7.0,-1.0,2.7,62.78,60.59785343327238,8.589215290729758,8.40742173042994
-1999,4,26,8,30,172.0,293.0,398.0,9.0,0.0,3.4000000000000004,56.84,397.3781657974682,18.949441045350166,17.75730654795776
-1999,4,26,9,30,244.0,374.0,557.0,10.0,0.0,3.6,53.94,564.2223663075652,23.941717801223557,22.249050702300863
-1999,4,26,10,30,254.0,437.0,651.0,11.0,0.0,3.7,51.1,664.1230493462297,27.302495849622723,25.310126701584036
-1999,4,26,11,30,422.0,454.0,831.0,12.0,0.0,3.9,48.42,863.136083633146,32.91085570017744,30.321447449278008
-1999,4,26,12,30,544.0,396.0,881.0,13.0,0.0,4.1000000000000005,45.99,926.8721071314652,35.16205021005138,32.381433888656986
-1999,4,26,13,30,400.0,386.0,723.0,14.0,0.0,4.2,46.45,748.7506840239523,31.786076731468757,29.5398246793969
-1999,4,26,14,30,185.0,377.0,514.0,13.0,0.0,4.1000000000000005,46.81,517.8143250875004,25.381241148349016,23.827798173086514
-1999,4,26,15,30,601.0,187.0,549.0,13.0,0.0,3.8,50.87000000000001,565.2137586851511,26.783529687187034,25.08788841113158
-1999,4,26,16,30,102.0,188.0,233.0,12.0,0.0,3.3000000000000003,56.03,227.3770894882663,17.73072545893972,17.04859419047492
-1999,4,26,17,30,590.0,68.0,212.0,10.0,1.0,2.0,68.02,181.88301186929564,14.99769469135685,14.452045655748963
-1999,4,26,18,30,0.0,29.0,29.0,8.0,2.0,0.9,86.26,28.344157251046756,8.838492670230574,8.753460198477434
-1999,4,26,19,30,0.0,0.0,0.0,6.0,2.0,0.8,88.04,0.0,6.0,6.0
-1999,4,26,20,30,0.0,0.0,0.0,6.0,1.0,0.9,90.54,0.0,6.0,6.0
-1999,4,26,21,30,0.0,0.0,0.0,5.0,1.0,1.1,93.62,0.0,5.0,5.0
-1999,4,26,22,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,90.35,0.0,4.0,4.0
-1999,4,26,23,30,0.0,0.0,0.0,4.0,0.0,1.5,88.76,0.0,4.0,4.0
-1999,4,27,0,30,0.0,0.0,0.0,4.0,0.0,1.7000000000000002,94.01,0.0,4.0,4.0
-1999,4,27,1,30,0.0,0.0,0.0,3.0,0.0,1.8,91.85,0.0,3.0,3.0
-1999,4,27,2,30,0.0,0.0,0.0,3.0,0.0,1.8,95.16,0.0,3.0,3.0
-1999,4,27,3,30,0.0,0.0,0.0,3.0,-1.0,1.8,92.45,0.0,3.0,3.0
-1999,4,27,4,30,0.0,0.0,0.0,3.0,-1.0,2.0,91.03,0.0,3.0,3.0
-1999,4,27,5,30,0.0,1.0,1.0,5.0,-1.0,2.5,79.62,0.9773847327947156,5.025975576552956,5.023043422354572
-1999,4,27,6,30,0.0,38.0,38.0,8.0,0.0,2.9000000000000004,65.5,37.14061984619919,8.961192539001932,8.849770679463335
-1999,4,27,7,30,100.0,194.0,238.0,12.0,0.0,2.4000000000000004,55.82,233.60895964797416,18.249998198818766,17.549171319874844
-1999,4,27,8,30,276.0,283.0,453.0,14.0,0.0,2.1,44.65,455.16993064675614,26.423694188503745,25.058184396563476
-1999,4,27,9,30,561.0,287.0,708.0,15.0,0.0,2.1,42.0,738.0023019503325,35.143498707866755,32.92949180201576
-1999,4,27,10,30,710.0,268.0,868.0,17.0,0.0,1.8,39.57,925.1025213113812,42.761749595271276,39.986442031337134
-1999,4,27,11,30,813.0,234.0,961.0,18.0,0.0,1.7000000000000002,37.44,1037.2587038344948,47.07903966078265,43.96726354927917
-1999,4,27,12,30,784.0,250.0,951.0,18.0,0.0,1.8,35.27,1022.7464667370709,46.480884840935865,43.41264544072465
-1999,4,27,13,30,695.0,274.0,860.0,19.0,0.0,2.0,34.980000000000004,913.5539270259819,44.102199289766105,41.36153750868816
-1999,4,27,14,30,432.0,314.0,635.0,18.0,0.0,2.1,34.77,655.8320625123429,35.90069254375314,33.93319635621611
-1999,4,27,15,30,0.0,113.0,113.0,17.0,0.0,2.0,37.31,110.44447480580287,20.034740626701904,19.703407202284495
-1999,4,27,16,30,170.0,191.0,265.0,16.0,1.0,1.5,41.16,259.51780595737955,23.373642652049163,22.595089234177024
-1999,4,27,17,30,47.0,93.0,105.0,14.0,3.0,1.0,56.22,100.14388662414053,16.942621393865387,16.642189733992964
-1999,4,27,18,30,0.0,10.0,10.0,12.0,3.0,1.1,65.82000000000001,9.773847327947157,12.285267279065158,12.255945737081316
-1999,4,27,19,30,0.0,0.0,0.0,10.0,3.0,1.5,71.39,0.0,10.0,10.0
-1999,4,27,20,30,0.0,0.0,0.0,9.0,3.0,1.9,76.25,0.0,9.0,9.0
-1999,4,27,21,30,0.0,0.0,0.0,8.0,2.0,2.3000000000000003,80.53,0.0,8.0,8.0
-1999,4,27,22,30,0.0,0.0,0.0,7.0,2.0,2.6,89.61,0.0,7.0,7.0
-1999,4,27,23,30,0.0,0.0,0.0,6.0,1.0,2.7,91.89,0.0,6.0,6.0
-1999,4,28,0,30,0.0,0.0,0.0,5.0,1.0,2.6,87.74,0.0,5.0,5.0
-1999,4,28,1,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,83.71000000000002,0.0,5.0,5.0
-1999,4,28,2,30,0.0,0.0,0.0,5.0,0.0,2.1,85.94,0.0,5.0,5.0
-1999,4,28,3,30,0.0,0.0,0.0,4.0,0.0,1.8,82.52,0.0,4.0,4.0
-1999,4,28,4,30,0.0,0.0,0.0,4.0,-1.0,1.6,79.62,0.0,4.0,4.0
-1999,4,28,5,30,0.0,11.0,11.0,6.0,-1.0,1.7000000000000002,69.31,10.751232060741874,6.301405524331445,6.269151828149219
-1999,4,28,6,30,224.0,97.0,155.0,9.0,0.0,1.7000000000000002,62.26,142.08853462108493,12.98338246602777,12.557116862164515
-1999,4,28,7,30,54.0,184.0,209.0,12.0,0.0,1.6,48.71,203.70774105437815,17.749238449518693,17.13811522635556
-1999,4,28,8,30,734.0,145.0,596.0,13.0,0.0,2.1,44.97,617.7188529790463,29.860406646327466,28.007250087390325
-1999,4,28,9,30,517.0,306.0,695.0,14.0,0.0,2.7,42.42,721.3042829821845,32.91664029067323,30.752727441726673
-1999,4,28,10,30,411.0,393.0,742.0,15.0,0.0,3.4000000000000004,43.11,768.3698202853675,34.23822415510348,31.933114694247376
-1999,4,28,11,30,247.0,474.0,695.0,15.0,0.0,4.0,41.57,709.0856347407898,32.06627271873686,29.93901581451449
-1999,4,28,12,30,287.0,464.0,721.0,16.0,0.0,4.7,40.51,738.5957380058601,32.980657531192406,30.764870317174825
-1999,4,28,13,30,185.0,445.0,602.0,16.0,1.0,5.300000000000002,45.15,606.909896403336,29.419282575981835,27.598552886771827
-1999,4,28,14,30,10.0,178.0,186.0,15.0,2.0,5.8000000000000025,50.92,182.06031958283648,18.89744653498762,18.35126557623911
-1999,4,28,15,30,19.0,217.0,228.0,14.0,3.0,6.0,58.14,224.20111252297016,18.73813072347844,18.06552738590953
-1999,4,28,16,30,3.0,134.0,136.0,12.0,4.0,5.4,67.29,132.26245857996992,14.90554653253478,14.50875915679487
-1999,4,28,17,30,41.0,93.0,104.0,10.0,5.0,4.3,83.91,99.01014818748564,12.336566487026772,12.039536042464315
-1999,4,28,18,30,0.0,5.0,5.0,8.0,6.0,3.0,100.0,4.886923663973579,8.125637249877457,8.110976478885537
-1999,4,28,19,30,0.0,0.0,0.0,8.0,4.0,2.3000000000000003,100.0,0.0,8.0,8.0
-1999,4,28,20,30,0.0,0.0,0.0,8.0,4.0,3.1,100.0,0.0,8.0,8.0
-1999,4,28,21,30,0.0,0.0,0.0,7.0,4.0,4.2,100.0,0.0,7.0,7.0
-1999,4,28,22,30,0.0,0.0,0.0,5.0,2.0,4.4,100.0,0.0,5.0,5.0
-1999,4,28,23,30,0.0,0.0,0.0,4.0,2.0,4.4,100.0,0.0,4.0,4.0
-1999,4,29,0,30,0.0,0.0,0.0,4.0,2.0,4.7,100.0,0.0,4.0,4.0
-1999,4,29,1,30,0.0,0.0,0.0,4.0,2.0,4.6000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,2,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,3,30,0.0,0.0,0.0,4.0,2.0,3.6,100.0,0.0,4.0,4.0
-1999,4,29,4,30,0.0,0.0,0.0,4.0,2.0,3.0,100.0,0.0,4.0,4.0
-1999,4,29,5,30,95.0,29.0,35.0,4.0,2.0,3.1,100.0,28.389387785457323,4.725041781236532,4.63987361788016
-1999,4,29,6,30,0.0,44.0,44.0,6.0,2.0,4.1000000000000005,98.66,43.004928242967495,7.028272802328617,6.899258017599715
-1999,4,29,7,30,176.0,199.0,279.0,7.0,3.0,5.300000000000002,89.39,272.60371341481346,13.02749482790481,12.20968368766037
-1999,4,29,8,30,69.0,280.0,323.0,9.0,3.0,6.2,85.53,318.5192255291212,15.645401703199147,14.689844026611784
-1999,4,29,9,30,11.0,188.0,197.0,10.0,3.0,6.8000000000000025,75.58,192.74956021888582,13.869907805161406,13.291659124504749
-1999,4,29,10,30,19.0,285.0,301.0,11.0,3.0,7.2,70.51,296.3329618979598,16.800028874071252,15.911029988377374
-1999,4,29,11,30,69.0,447.0,509.0,12.0,3.0,7.4,65.73,505.59997123511494,21.771194915104907,20.254395001399562
-1999,4,29,12,30,236.0,476.0,688.0,12.0,4.0,7.5,71.32000000000002,699.7734525719409,25.438417108013383,23.33909675029756
-1999,4,29,13,30,22.0,307.0,326.0,11.0,4.0,7.6,78.48,320.5190318806535,17.11642584571187,16.15486875006991
-1999,4,29,14,30,13.0,215.0,225.0,9.0,4.0,7.6,85.75,220.6518302485325,13.210672138615099,12.548716647869501
-1999,4,29,15,30,173.0,293.0,398.0,8.0,4.0,7.3000000000000025,90.8,396.7589987592788,15.716504380181663,14.526227383903827
-1999,4,29,16,30,20.0,161.0,170.0,7.0,4.0,6.5,94.59,165.9610927365295,10.39655724555125,9.898673967341661
-1999,4,29,17,30,0.0,14.0,14.0,6.0,3.0,5.4,99.46,13.683386259126019,6.300597130322501,6.259546971545123
-1999,4,29,18,30,0.0,2.0,2.0,5.0,2.0,4.5,100.0,1.9547694655894312,5.045531623246193,5.039667314849424
-1999,4,29,19,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
-1999,4,29,20,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
-1999,4,29,21,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
-1999,4,29,22,30,0.0,0.0,0.0,4.0,2.0,3.9,100.0,0.0,4.0,4.0
-1999,4,29,23,30,0.0,0.0,0.0,4.0,2.0,3.5,100.0,0.0,4.0,4.0
-1999,4,30,0,30,0.0,0.0,0.0,4.0,1.0,3.0,100.0,0.0,4.0,4.0
-1999,4,30,1,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
-1999,4,30,2,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
-1999,4,30,3,30,0.0,0.0,0.0,3.0,1.0,3.4000000000000004,100.0,0.0,3.0,3.0
-1999,4,30,4,30,0.0,0.0,0.0,4.0,1.0,4.5,100.0,0.0,4.0,4.0
-1999,4,30,5,30,0.0,5.0,5.0,4.0,2.0,5.1000000000000005,100.0,4.886923663973579,4.109465403759747,4.094804632767826
-1999,4,30,6,30,23.0,97.0,103.0,5.0,2.0,5.0,100.0,99.76009939476401,7.249161205833345,6.949880907649053
-1999,4,30,7,30,0.0,36.0,36.0,5.0,2.0,5.300000000000002,98.07,35.185850380609764,5.777988415960563,5.672430864818733
-1999,4,30,8,30,0.0,50.0,50.0,5.0,2.0,6.1000000000000005,97.67,48.86923663973578,6.026151515160412,5.879543805241204
-1999,4,30,9,30,0.0,100.0,100.0,6.0,2.0,7.5,92.75,97.73847327947156,7.876965132933403,7.5837497130949885
-1999,4,30,10,30,0.0,106.0,106.0,7.0,3.0,8.6,91.63,103.60278167623987,8.856643286580237,8.545834941551517
-1999,4,30,11,30,8.0,146.0,154.0,8.0,4.0,8.5,89.51,150.67495419800753,10.717138424512168,10.265113561918145
-1999,4,30,12,30,9.0,147.0,155.0,9.0,4.0,7.4,85.36,152.6228840067438,11.949580761431353,11.491712109411122
-1999,4,30,13,30,6.0,134.0,140.0,8.0,4.0,6.7,91.33,136.55844053989892,10.75929307978077,10.349617758161074
-1999,4,30,14,30,6.0,138.0,143.0,7.0,4.0,5.9,100.0,139.73714888539644,9.972196158473073,9.552984711816883
-1999,4,30,15,30,0.0,97.0,97.0,5.0,2.0,4.6000000000000005,100.0,94.80631908108742,7.193908715342025,6.909489758098763
-1999,4,30,16,30,0.0,76.0,76.0,5.0,2.0,3.3000000000000003,100.0,74.28123969239839,6.872156039928544,6.649312320851349
-1999,4,30,17,30,0.0,40.0,40.0,4.0,2.0,2.2,100.0,39.09538931178863,5.059997216636028,4.942711048700662
-1999,4,30,18,30,10.0,20.0,21.0,3.0,1.0,1.6,100.0,19.555233078296077,3.5519068510657528,3.4932411518308646
-1999,4,30,19,30,0.0,0.0,0.0,2.0,0.0,1.1,100.0,0.0,2.0,2.0
-1999,4,30,20,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
-1999,4,30,21,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
-1999,4,30,22,30,0.0,0.0,0.0,2.0,0.0,0.8,96.52,0.0,2.0,2.0
-1999,4,30,23,30,0.0,0.0,0.0,1.0,-1.0,1.0,92.34,0.0,1.0,1.0
-1999,5,1,0,30,0.0,0.0,0.0,1.0,-1.0,1.3,88.37,0.0,1.0,1.0
-1999,5,1,1,30,0.0,0.0,0.0,0.0,-2.0,1.5,92.52,0.0,0.0,0.0
-1999,5,1,2,30,0.0,0.0,0.0,0.0,-2.0,1.7000000000000002,90.93,0.0,0.0,0.0
-1999,5,1,3,30,0.0,0.0,0.0,1.0,-2.0,1.8,85.65,0.0,1.0,1.0
-1999,5,1,4,30,0.0,0.0,0.0,2.0,-1.0,1.7000000000000002,88.42,0.0,2.0,2.0
-1999,5,1,5,30,0.0,17.0,17.0,3.0,-1.0,1.8,91.79,16.615540457510164,3.4627004929677407,3.4128538715952104
-1999,5,1,6,30,0.0,85.0,85.0,4.0,0.0,2.2,87.23,83.07770228755082,6.252494085351558,6.003260978488906
-1999,5,1,7,30,124.0,203.0,260.0,5.0,0.0,1.9,85.13,253.86981141283462,12.02249464212322,11.260885207884716
-1999,5,1,8,30,229.0,297.0,441.0,7.0,1.0,2.1,76.76,439.7740301660334,19.003468803541796,17.684146713043695
-1999,5,1,9,30,165.0,389.0,514.0,8.0,1.0,2.9000000000000004,73.03,515.4866580229619,21.340701681838446,19.79424170776956
-1999,5,1,10,30,152.0,457.0,588.0,8.0,1.0,2.6,73.60000000000002,589.141295447132,23.55359567229863,21.786171785957233
-1999,5,1,11,30,13.0,190.0,202.0,9.0,2.0,2.0,76.0,198.66448157329063,14.458807915680906,13.862814470961034
-1999,5,1,12,30,13.0,189.0,201.0,8.0,2.0,2.5,83.0,197.65795667791363,13.253079174162329,12.660105304128587
-1999,5,1,13,30,14.0,216.0,228.0,7.0,2.0,3.5,90.49,224.14560674636158,12.57518485235332,11.902748032114236
-1999,5,1,14,30,0.0,108.0,108.0,5.0,2.0,3.5,98.1,105.5575511418293,7.625538232580106,7.308865579154618
-1999,5,1,15,30,0.0,116.0,116.0,4.0,2.0,2.8000000000000003,100.0,113.37662900418702,6.953695114109375,6.613565227096814
-1999,5,1,16,30,0.0,83.0,83.0,3.0,1.0,2.0,100.0,81.1229328219614,5.2290572744801604,4.985688476014277
-1999,5,1,17,30,0.0,37.0,37.0,2.0,0.0,1.3,100.0,36.163235113404475,3.0413899508506597,2.9329002455104463
-1999,5,1,18,30,3.0,21.0,21.0,2.0,0.0,0.9,100.0,20.52507938868903,2.607184347408347,2.54560910924228
-1999,5,1,19,30,0.0,0.0,0.0,1.0,0.0,0.8,98.07,0.0,1.0,1.0
-1999,5,1,20,30,0.0,0.0,0.0,1.0,0.0,0.9,94.84,0.0,1.0,1.0
-1999,5,1,21,30,0.0,0.0,0.0,0.0,-1.0,0.8,100.0,0.0,0.0,0.0
-1999,5,1,22,30,0.0,0.0,0.0,0.0,-1.0,0.9,98.65,0.0,0.0,0.0
-1999,5,1,23,30,0.0,0.0,0.0,0.0,-1.0,1.3,96.68,0.0,0.0,0.0
-1999,5,2,0,30,0.0,0.0,0.0,0.0,-2.0,1.5,100.0,0.0,0.0,0.0
-1999,5,2,1,30,0.0,0.0,0.0,0.0,-2.0,1.4,96.59,0.0,0.0,0.0
-1999,5,2,2,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,95.78,0.0,0.0,0.0
-1999,5,2,3,30,0.0,0.0,0.0,0.0,-2.0,1.3,91.1,0.0,0.0,0.0
-1999,5,2,4,30,0.0,0.0,0.0,0.0,-1.0,1.6,86.87,0.0,0.0,0.0
-1999,5,2,5,30,0.0,3.0,3.0,2.0,-1.0,1.7000000000000002,90.99,2.9321541983841466,2.082201506635849,2.073405044040696
-1999,5,2,6,30,0.0,30.0,30.0,3.0,0.0,1.8,90.35,29.32154198384147,3.8165302817077777,3.7285656557562534
-1999,5,2,7,30,0.0,102.0,102.0,4.0,0.0,2.0,85.21000000000002,99.693242745061,6.739323397553933,6.4402436693187495
-1999,5,2,8,30,0.0,109.0,109.0,5.0,0.0,2.5,78.27,106.53493587462401,7.831337844272273,7.511733036648401
-1999,5,2,9,30,15.0,234.0,246.0,7.0,0.0,3.1,65.49,241.025635303659,13.155597903867113,12.432520997956136
-1999,5,2,10,30,225.0,451.0,644.0,9.0,-1.0,3.6,56.25,651.8485766657918,25.106927778275594,23.15138204827822
-1999,5,2,11,30,797.0,249.0,972.0,11.0,0.0,4.0,53.97,1038.282681665797,35.98938708711458,32.87453904211719
-1999,5,2,12,30,899.0,195.0,1007.0,12.0,0.0,4.3,52.83,1085.0881078861837,37.607279200887064,34.35201487722851
-1999,5,2,13,30,700.0,278.0,875.0,12.0,0.0,4.4,51.42,923.4449179245196,33.6504856477153,30.88015089394174
-1999,5,2,14,30,816.0,168.0,784.0,13.0,0.0,4.4,49.32,825.0666625794682,32.34397340854198,29.868773420803574
-1999,5,2,15,30,646.0,189.0,587.0,12.0,0.0,4.1000000000000005,53.3,598.0338603630812,26.299336811089944,24.5052352300007
-1999,5,2,16,30,687.0,96.0,404.0,11.0,1.0,3.4000000000000004,58.47,390.9164635568202,20.787654789764346,19.614905399093885
-1999,5,2,17,30,432.0,77.0,190.0,9.0,2.0,2.2,74.97,162.5659731851776,13.407667556952937,12.919969637397404
-1999,5,2,18,30,87.0,26.0,32.0,7.0,2.0,1.6,86.58,25.457233587073176,7.718478862902467,7.642107162141247
-1999,5,2,19,30,0.0,0.0,0.0,6.0,1.0,1.6,92.52,0.0,6.0,6.0
-1999,5,2,20,30,0.0,0.0,0.0,5.0,1.0,1.8,90.55,0.0,5.0,5.0
-1999,5,2,21,30,0.0,0.0,0.0,5.0,1.0,2.1,88.48,0.0,5.0,5.0
-1999,5,2,22,30,0.0,0.0,0.0,5.0,0.0,2.3000000000000003,92.75,0.0,5.0,5.0
-1999,5,2,23,30,0.0,0.0,0.0,4.0,0.0,2.5,89.98,0.0,4.0,4.0
-1999,5,3,0,30,0.0,0.0,0.0,4.0,0.0,2.7,86.44,0.0,4.0,4.0
-1999,5,3,1,30,0.0,0.0,0.0,4.0,0.0,3.0,82.86,0.0,4.0,4.0
-1999,5,3,2,30,0.0,0.0,0.0,4.0,0.0,3.2,87.01,0.0,4.0,4.0
-1999,5,3,3,30,0.0,0.0,0.0,3.0,0.0,3.2,87.02,0.0,3.0,3.0
-1999,5,3,4,30,0.0,0.0,0.0,3.0,0.0,3.0,86.76,0.0,3.0,3.0
-1999,5,3,5,30,250.0,33.0,54.0,5.0,0.0,3.3000000000000003,81.56,32.412003052662605,5.816899765438817,5.719663756280829
-1999,5,3,6,30,638.0,77.0,253.0,8.0,0.0,3.9,71.49,216.5454319425018,13.246160328302096,12.59652403247459
-1999,5,3,7,30,795.0,108.0,476.0,10.0,0.0,4.4,60.56,463.69490907073805,20.87148759919349,19.480402871981276
-1999,5,3,8,30,879.0,129.0,683.0,12.0,0.0,5.1000000000000005,51.31,702.0937785637602,27.72665837084033,25.620377035149048
-1999,5,3,9,30,301.0,375.0,606.0,13.0,0.0,5.9,46.5,613.8887088428512,26.05735573329277,24.215689606764215
-1999,5,3,10,30,812.0,219.0,918.0,14.0,0.0,6.4,43.15,976.2269395968711,34.107807459735,31.179126640944386
-1999,5,3,11,30,677.0,326.0,941.0,15.0,0.0,6.8000000000000025,43.06,994.1570273030065,34.96007687460863,31.97760579269961
-1999,5,3,12,30,376.0,446.0,787.0,14.0,0.0,6.9,43.52,810.1640216592025,30.16259982654367,27.732107761566063
-1999,5,3,13,30,536.0,376.0,834.0,14.0,0.0,6.5,46.76,866.7099850981456,31.738073611928925,29.137943656634487
-1999,5,3,14,30,810.0,173.0,786.0,13.0,0.0,5.8000000000000025,47.62,825.4196313431933,30.67012652433337,28.19386763030379
-1999,5,3,15,30,0.0,27.0,27.0,12.0,0.0,5.2,51.06,26.389387785457323,12.58728795520039,12.508119791844019
-1999,5,3,16,30,695.0,95.0,408.0,11.0,0.0,4.5,54.9,393.9610689858599,20.17636953231338,18.9944863253558
-1999,5,3,17,30,570.0,61.0,211.0,9.0,0.0,3.0,62.96,175.44646338928098,13.510529051937842,12.98418966177
-1999,5,3,18,30,0.0,19.0,19.0,6.0,0.0,1.7000000000000002,79.25,18.570309923099597,6.5206095420270405,6.464898612257742
-1999,5,3,19,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,88.94,0.0,4.0,4.0
-1999,5,3,20,30,0.0,0.0,0.0,3.0,0.0,1.0,97.67,0.0,3.0,3.0
-1999,5,3,21,30,0.0,0.0,0.0,2.0,0.0,1.1,93.42,0.0,2.0,2.0
-1999,5,3,22,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,91.51,0.0,2.0,2.0
-1999,5,3,23,30,0.0,0.0,0.0,2.0,-1.0,1.4,90.74,0.0,2.0,2.0
-1999,5,4,0,30,0.0,0.0,0.0,2.0,-1.0,1.4,89.16,0.0,2.0,2.0
-1999,5,4,1,30,0.0,0.0,0.0,2.0,-1.0,1.5,89.24,0.0,2.0,2.0
-1999,5,4,2,30,0.0,0.0,0.0,2.0,-1.0,1.4,88.97,0.0,2.0,2.0
-1999,5,4,3,30,0.0,0.0,0.0,1.0,-1.0,1.3,87.88,0.0,1.0,1.0
-1999,5,4,4,30,0.0,0.0,0.0,1.0,-2.0,1.5,84.0,0.0,1.0,1.0
-1999,5,4,5,30,33.0,30.0,33.0,2.0,-2.0,2.7,81.10000000000002,29.344157251046752,2.7695682397115506,2.6815357679584104
-1999,5,4,6,30,752.0,41.0,252.0,4.0,-3.0,4.6000000000000005,66.15,208.02877178171127,8.813984340679232,8.189898025334099
-1999,5,4,7,30,850.0,89.0,485.0,6.0,-4.0,5.6000000000000005,52.94,471.1992020700942,16.218255952319527,14.804658346109246
-1999,5,4,8,30,933.0,104.0,694.0,7.0,-5.0,5.6000000000000005,46.71,714.1400063621957,22.48658261461676,20.344162595530175
-1999,5,4,9,30,978.0,117.0,867.0,8.0,-5.0,5.4,42.58,918.9198412918635,28.186864717387976,25.430105193512386
-1999,5,4,10,30,1002.0,125.0,989.0,9.0,-5.0,5.1000000000000005,39.9,1063.2923077852854,32.817380787918474,29.62750386456262
-1999,5,4,11,30,1011.0,130.0,1051.0,10.0,-5.0,4.9,37.93,1136.2879062463721,35.78560325481649,32.37673953607738
-1999,5,4,12,30,1007.0,133.0,1047.0,10.0,-5.0,4.800000000000002,38.25,1132.6147331241036,35.87016042815731,32.472316228785004
-1999,5,4,13,30,991.0,131.0,980.0,10.0,-5.0,4.7,40.78,1051.3312911370886,34.17059250142003,31.016598628008765
-1999,5,4,14,30,959.0,125.0,853.0,9.0,-5.0,4.800000000000002,43.13,899.6195361043525,29.548295058045962,26.849436449732906
-1999,5,4,15,30,910.0,113.0,678.0,8.0,-5.0,4.9,45.32,693.6981674299413,23.741983722269197,21.660889219979374
-1999,5,4,16,30,830.0,93.0,469.0,7.0,-6.0,4.800000000000002,47.84,451.1763912933476,17.305362699954436,15.951833526074392
-1999,5,4,17,30,672.0,59.0,238.0,6.0,-6.0,4.4,51.41,194.97508206141498,10.571258267705165,9.98633302152092
-1999,5,4,18,30,300.0,26.0,47.0,4.0,-5.0,4.0,60.9,25.570309923099597,4.615426207033183,4.538715277263884
-1999,5,4,19,30,0.0,0.0,0.0,2.0,-5.0,3.9,65.7,0.0,2.0,2.0
-1999,5,4,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.59,0.0,1.0,1.0
-1999,5,4,21,30,0.0,0.0,0.0,0.0,-6.0,3.6,62.85,0.0,0.0,0.0
-1999,5,4,22,30,0.0,0.0,0.0,0.0,-6.0,3.5,65.89,0.0,0.0,0.0
-1999,5,4,23,30,0.0,0.0,0.0,0.0,-7.0,3.6,68.4,0.0,0.0,0.0
-1999,5,5,0,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,65.63,0.0,0.0,0.0
-1999,5,5,1,30,0.0,0.0,0.0,0.0,-8.0,4.7,63.32,0.0,0.0,0.0
-1999,5,5,2,30,0.0,0.0,0.0,0.0,-8.0,4.800000000000002,62.19000000000001,0.0,0.0,0.0
-1999,5,5,3,30,0.0,0.0,0.0,0.0,-8.0,4.6000000000000005,62.53,0.0,0.0,0.0
-1999,5,5,4,30,0.0,0.0,0.0,0.0,-7.0,4.6000000000000005,64.86,0.0,0.0,0.0
-1999,5,5,5,30,298.0,30.0,57.0,0.0,-7.0,4.5,63.23,29.52507938868903,0.6877152598832657,0.5991400217171986
-1999,5,5,6,30,502.0,77.0,219.0,1.0,-6.0,4.6000000000000005,61.33,188.28649691109882,5.35712925634388,4.792269765610584
-1999,5,5,7,30,556.0,137.0,398.0,3.0,-6.0,4.800000000000002,61.84,386.03730353062986,11.817514624804348,10.659402714212458
-1999,5,5,8,30,912.0,93.0,673.0,4.0,-6.0,4.800000000000002,53.04,690.6285984616192,19.77471325063351,17.702827455248652
-1999,5,5,9,30,958.0,102.0,839.0,5.0,-6.0,4.4,49.22,888.5806058075558,25.833079785758418,23.16733796833575
-1999,5,5,10,30,985.0,106.0,957.0,6.0,-6.0,4.0,45.99,1029.2996098222156,30.77318251826782,27.685283688801174
-1999,5,5,11,30,994.0,109.0,1016.0,7.0,-6.0,3.8,43.2,1099.16632175843,33.804711304901076,30.507212339625784
-1999,5,5,12,30,986.0,113.0,1011.0,8.0,-6.0,3.5,41.05,1092.4530801025032,35.1726399303745,31.895280690066993
-1999,5,5,13,30,964.0,116.0,943.0,7.0,-6.0,3.4000000000000004,44.84,1011.7925803748661,32.33297371374245,29.297595972617852
-1999,5,5,14,30,532.0,306.0,711.0,7.0,-5.0,3.6,48.73,730.5716946830922,25.052145765666296,22.860430681617018
-1999,5,5,15,30,497.0,226.0,535.0,6.0,-5.0,3.7,52.93,539.714272851918,19.24858352953127,17.629440710975516
-1999,5,5,16,30,782.0,91.0,447.0,4.0,-5.0,3.7,56.76,429.0311560537708,14.531600503567352,13.24450703540604
-1999,5,5,17,30,601.0,72.0,233.0,3.0,-5.0,3.2,60.86,193.84910424751533,7.918101398385773,7.336554085643227
-1999,5,5,18,30,232.0,29.0,47.0,1.0,-5.0,2.5,66.77,28.479848854278462,1.7568979433673269,1.6714583968044914
-1999,5,5,19,30,0.0,0.0,0.0,0.0,-5.0,2.1,73.56,0.0,0.0,0.0
-1999,5,5,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,75.86,0.0,0.0,0.0
-1999,5,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.1,71.7,0.0,0.0,0.0
-1999,5,5,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,71.27,0.0,-1.0,-1.0
-1999,5,5,23,30,0.0,0.0,0.0,-1.0,-9.0,3.1,67.96000000000001,0.0,-1.0,-1.0
-1999,5,6,0,30,0.0,0.0,0.0,-2.0,-10.0,3.6,61.57,0.0,-2.0,-2.0
-1999,5,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,63.84,0.0,-2.0,-2.0
-1999,5,6,2,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.38,0.0,-3.0,-3.0
-1999,5,6,3,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.68,0.0,-3.0,-3.0
-1999,5,6,4,30,0.0,0.0,0.0,-3.0,-10.0,3.7,63.5,0.0,-3.0,-3.0
-1999,5,6,5,30,415.0,28.0,67.0,-1.0,-10.0,4.3,55.24,27.660770991920735,-0.34722620167522067,-0.43020851465098287
-1999,5,6,6,30,748.0,55.0,269.0,0.0,-10.0,4.9,49.15,223.4817093995953,5.071435383240539,4.400990255041753
-1999,5,6,7,30,886.0,70.0,488.0,2.0,-10.0,4.9,45.6,471.4367996968854,12.698241361083829,11.283930961993173
-1999,5,6,8,30,955.0,81.0,690.0,5.0,-10.0,4.6000000000000005,39.95,708.1810009676054,21.38798431498653,19.263441312083714
-1999,5,6,9,30,992.0,89.0,855.0,6.0,-9.0,4.6000000000000005,36.71,904.6262623202919,26.933915167978334,24.220036381017458
-1999,5,6,10,30,1011.0,95.0,971.0,8.0,-8.0,4.6000000000000005,37.19,1043.5041343756534,32.147681685058444,29.017169281931487
-1999,5,6,11,30,1016.0,99.0,1029.0,9.0,-7.0,4.5,35.26,1111.7201412463146,34.894829808571686,31.55966938483274
-1999,5,6,12,30,1012.0,101.0,1024.0,10.0,-6.0,4.5,35.37,1106.8838181580654,35.782179368390686,32.46152791391649
-1999,5,6,13,30,998.0,99.0,957.0,11.0,-5.0,4.5,35.02,1027.1420835691847,34.92478867336877,31.84336242266121
-1999,5,6,14,30,972.0,93.0,834.0,11.0,-5.0,4.4,36.42,879.6286016456417,31.623196950449284,28.984311145512358
-1999,5,6,15,30,928.0,85.0,665.0,11.0,-4.0,4.4,39.73,678.9295520941176,26.917738284228605,24.88094962794625
-1999,5,6,16,30,852.0,73.0,462.0,10.0,-4.0,4.2,43.0,442.5844650765098,20.513300921078077,19.18554752584855
-1999,5,6,17,30,707.0,55.0,247.0,7.0,-4.0,3.0,50.94,199.82524737713047,12.13727986414504,11.537804122013648
-1999,5,6,18,30,355.0,25.0,53.0,4.0,-2.0,1.7000000000000002,72.35000000000002,24.64569414711721,4.690929962720171,4.616992880278819
-1999,5,6,19,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.12,0.0,2.0,2.0
-1999,5,6,20,30,0.0,0.0,0.0,1.0,-3.0,1.9,77.52,0.0,1.0,1.0
-1999,5,6,21,30,0.0,0.0,0.0,0.0,-4.0,2.6,72.85000000000002,0.0,0.0,0.0
-1999,5,6,22,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,73.38,0.0,0.0,0.0
-1999,5,6,23,30,0.0,0.0,0.0,0.0,-5.0,3.9,69.56,0.0,0.0,0.0
-1999,5,7,0,30,0.0,0.0,0.0,0.0,-6.0,3.8,67.84,0.0,0.0,0.0
-1999,5,7,1,30,0.0,0.0,0.0,0.0,-6.0,3.5,73.32000000000002,0.0,0.0,0.0
-1999,5,7,2,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.19,0.0,0.0,0.0
-1999,5,7,3,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.8,0.0,0.0,0.0
-1999,5,7,4,30,0.0,0.0,0.0,0.0,-5.0,3.5,70.25,0.0,0.0,0.0
-1999,5,7,5,30,253.0,34.0,58.0,2.0,-5.0,4.1000000000000005,68.44,33.412003052662605,2.7989003915148256,2.6986643823568377
-1999,5,7,6,30,610.0,62.0,239.0,6.0,-4.0,4.2,59.82,200.0417675853563,10.751859736074671,10.151734433318602
-1999,5,7,7,30,615.0,123.0,415.0,9.0,-2.0,3.9,49.59,400.78816818275004,18.70973605451767,17.50737154996942
-1999,5,7,8,30,755.0,146.0,629.0,12.0,-2.0,3.9,40.74,640.7317492112727,27.52275406432179,25.600558816687972
-1999,5,7,9,30,961.0,102.0,847.0,14.0,-2.0,4.0,36.23,892.4627657790635,35.47979342110274,32.80240512376555
-1999,5,7,10,30,982.0,107.0,961.0,16.0,-2.0,3.9,34.800000000000004,1028.432875455566,40.915435542271034,37.83013691590433
-1999,5,7,11,30,993.0,108.0,1018.0,17.0,-2.0,3.8,33.03,1097.8436531912337,43.7724561780891,40.4789252185154
-1999,5,7,12,30,990.0,107.0,1013.0,18.0,-1.0,3.6,31.11,1091.0811056774533,44.96019474228006,41.6869514252477
-1999,5,7,13,30,971.0,107.0,945.0,18.0,-1.0,3.5,29.2,1010.0594081848623,43.12325802067326,40.09307979611867
-1999,5,7,14,30,937.0,105.0,821.0,19.0,-1.0,3.4000000000000004,29.24,863.3112476922911,40.615340504339486,38.025406761262616
-1999,5,7,15,30,884.0,97.0,651.0,18.0,-1.0,3.2,29.22,662.9133348756495,34.81862297954001,32.82988297491306
-1999,5,7,16,30,799.0,83.0,451.0,17.0,-1.0,2.6,31.55,429.9472735298265,28.350801759389142,27.060959938799662
-1999,5,7,17,30,642.0,63.0,239.0,14.0,0.0,1.5,46.64,194.9553857152417,19.539239752946614,18.954373595800888
-1999,5,7,18,30,277.0,28.0,51.0,11.0,3.0,0.8,70.36,27.54015623349255,11.82021956365882,11.737599094958343
-1999,5,7,19,30,0.0,0.0,0.0,9.0,0.0,0.8,64.36,0.0,9.0,9.0
-1999,5,7,20,30,0.0,0.0,0.0,8.0,0.0,1.0,65.86,0.0,8.0,8.0
-1999,5,7,21,30,0.0,0.0,0.0,6.0,0.0,1.4,75.97,0.0,6.0,6.0
-1999,5,7,22,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.32000000000002,0.0,6.0,6.0
-1999,5,7,23,30,0.0,0.0,0.0,5.0,0.0,2.0,76.10000000000002,0.0,5.0,5.0
-1999,5,8,0,30,0.0,0.0,0.0,5.0,-1.0,2.5,73.65,0.0,5.0,5.0
-1999,5,8,1,30,0.0,0.0,0.0,5.0,-1.0,2.6,72.26,0.0,5.0,5.0
-1999,5,8,2,30,0.0,0.0,0.0,5.0,-1.0,2.4000000000000004,77.48,0.0,5.0,5.0
-1999,5,8,3,30,0.0,0.0,0.0,4.0,-1.0,2.1,77.21000000000002,0.0,4.0,4.0
-1999,5,8,4,30,0.0,0.0,0.0,4.0,-1.0,1.9,76.03,0.0,4.0,4.0
-1999,5,8,5,30,352.0,32.0,67.0,8.0,0.0,2.0,65.32000000000001,31.540156233492553,8.866645376897353,8.772024908196874
-1999,5,8,6,30,682.0,62.0,262.0,13.0,1.0,2.4000000000000004,56.81,217.60337290363412,18.821783080383646,18.168972961672743
-1999,5,8,7,30,825.0,80.0,474.0,16.0,0.0,2.1,43.47,455.61255021901894,28.43577532532187,27.068937674664813
-1999,5,8,8,30,899.0,92.0,670.0,18.0,0.0,1.9,32.42,683.7919227829893,36.91491188868434,34.86353612033537
-1999,5,8,9,30,940.0,102.0,832.0,19.0,0.0,2.5,30.35,875.7458816398901,42.27436006129157,39.6471224163719
-1999,5,8,10,30,465.0,416.0,821.0,21.0,0.0,3.2,29.08,844.2540301269512,42.41937638699925,39.88661429661839
-1999,5,8,11,30,18.0,281.0,298.0,22.0,0.0,3.9,27.69,292.6407558175366,29.089691571152358,28.211769303699747
-1999,5,8,12,30,964.0,115.0,998.0,22.0,0.0,4.4,26.18,1073.1978120925692,47.161494071667875,43.94190063539017
-1999,5,8,13,30,516.0,387.0,833.0,23.0,0.0,4.9,26.23,859.5584419258267,42.505824919887786,39.927149594110304
-1999,5,8,14,30,103.0,382.0,462.0,22.0,0.0,5.1000000000000005,26.28,457.0266152160658,32.23723847630112,30.866158630652922
-1999,5,8,15,30,0.0,29.0,29.0,21.0,0.0,5.300000000000002,27.76,28.344157251046756,21.6267128906349,21.541680418881757
-1999,5,8,16,30,10.0,155.0,160.0,20.0,0.0,5.2,30.71,155.87168733984984,23.468877916974712,23.00126285495516
-1999,5,8,17,30,0.0,85.0,85.0,17.0,2.0,4.6000000000000005,43.59,83.07770228755082,18.922497327877032,18.673264221014378
-1999,5,8,18,30,0.0,18.0,18.0,13.0,3.0,3.9,61.82,17.592925190304882,13.426216823713329,13.373438048142415
-1999,5,8,19,30,0.0,0.0,0.0,11.0,2.0,3.6,68.09,0.0,11.0,11.0
-1999,5,8,20,30,0.0,0.0,0.0,9.0,2.0,3.4000000000000004,71.83,0.0,9.0,9.0
-1999,5,8,21,30,0.0,0.0,0.0,9.0,1.0,3.3000000000000003,70.49,0.0,9.0,9.0
-1999,5,8,22,30,0.0,0.0,0.0,9.0,1.0,3.0,72.54,0.0,9.0,9.0
-1999,5,8,23,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,68.2,0.0,8.0,8.0
-1999,5,9,0,30,0.0,0.0,0.0,8.0,0.0,2.9000000000000004,63.94000000000001,0.0,8.0,8.0
-1999,5,9,1,30,0.0,0.0,0.0,8.0,0.0,3.2,60.9,0.0,8.0,8.0
-1999,5,9,2,30,0.0,0.0,0.0,8.0,-1.0,3.6,58.99,0.0,8.0,8.0
-1999,5,9,3,30,0.0,0.0,0.0,7.0,-1.0,3.7,61.74,0.0,7.0,7.0
-1999,5,9,4,30,0.0,0.0,0.0,7.0,-1.0,3.6,60.6,0.0,7.0,7.0
-1999,5,9,5,30,343.0,35.0,70.0,10.0,-2.0,4.0,52.64,34.4723104318767,10.829679551032545,10.726262619736914
-1999,5,9,6,30,434.0,90.0,219.0,13.0,-1.0,4.6000000000000005,41.47,188.55279935281186,17.36329174902848,16.797633350970045
-1999,5,9,7,30,561.0,140.0,409.0,16.0,0.0,5.1000000000000005,36.19,394.1536665989008,24.828906122620026,23.646445122823323
-1999,5,9,8,30,781.0,137.0,641.0,19.0,-1.0,5.2,27.56,650.5125054670435,33.47696181032881,31.525424293927678
-1999,5,9,9,30,412.0,340.0,661.0,20.0,-2.0,4.9,25.22,672.7019898120518,35.265520756372624,33.24741478693647
-1999,5,9,10,30,947.0,122.0,949.0,21.0,-1.0,4.5,24.17,1010.933208517585,44.547242162086675,41.51444253653392
-1999,5,9,11,30,401.0,486.0,855.0,22.0,-1.0,4.4,23.19,875.9329075492617,42.536550123509286,39.908751400861505
-1999,5,9,12,30,75.0,464.0,534.0,23.0,-1.0,4.4,22.14,528.2812569497736,35.385736874544094,33.800893103694776
-1999,5,9,13,30,439.0,424.0,804.0,23.0,-1.0,4.5,22.15,824.003019664993,42.19315587109309,39.72114681209811
-1999,5,9,14,30,544.0,299.0,717.0,22.0,-1.0,4.6000000000000005,23.41,734.2841017504088,38.9920349822829,36.789182677031675
-1999,5,9,15,30,307.0,288.0,482.0,21.0,-1.0,4.6000000000000005,24.66,479.14163705588277,32.08779481799168,30.650369906824032
-1999,5,9,16,30,149.0,207.0,277.0,20.0,-1.0,4.0,26.83,267.62806359240113,26.441272106894413,25.63838791611721
-1999,5,9,17,30,444.0,83.0,206.0,17.0,2.0,2.9000000000000004,41.54,174.3976097034028,21.5133786662916,20.990185837181393
-1999,5,9,18,30,52.0,32.0,37.0,13.0,3.0,2.3000000000000003,60.9,31.31400356143971,13.84337782405086,13.74943581336654
-1999,5,9,19,30,0.0,0.0,0.0,11.0,2.0,2.1,70.18,0.0,11.0,11.0
-1999,5,9,20,30,0.0,0.0,0.0,9.0,2.0,1.5,79.34,0.0,9.0,9.0
-1999,5,9,21,30,0.0,0.0,0.0,7.0,2.0,0.7000000000000001,84.83,0.0,7.0,7.0
-1999,5,9,22,30,0.0,0.0,0.0,7.0,2.0,0.8,82.65,0.0,7.0,7.0
-1999,5,9,23,30,0.0,0.0,0.0,6.0,2.0,1.8,87.58,0.0,6.0,6.0
-1999,5,10,0,30,0.0,0.0,0.0,5.0,2.0,2.2,100.0,0.0,5.0,5.0
-1999,5,10,1,30,0.0,0.0,0.0,4.0,1.0,2.1,100.0,0.0,4.0,4.0
-1999,5,10,2,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
-1999,5,10,3,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
-1999,5,10,4,30,0.0,0.0,0.0,3.0,0.0,1.9,100.0,0.0,3.0,3.0
-1999,5,10,5,30,101.0,43.0,54.0,3.0,0.0,1.7000000000000002,100.0,42.110466156592146,4.180546290886536,4.054214892416759
-1999,5,10,6,30,0.0,85.0,85.0,5.0,0.0,1.3,84.08,83.07770228755082,7.3923823195217855,7.143149212659133
-1999,5,10,7,30,3.0,141.0,143.0,6.0,-1.0,0.6000000000000001,68.06,139.19488678826215,10.201937963179867,9.78435330281508
-1999,5,10,8,30,0.0,62.0,62.0,8.0,-2.0,0.30000000000000004,58.37000000000001,60.59785343327238,9.866783293205486,9.684989732905668
-1999,5,10,9,30,12.0,188.0,198.0,9.0,-3.0,0.7000000000000001,46.97,193.67397003863405,14.807178752135693,14.22615684201979
-1999,5,10,10,30,15.0,216.0,229.0,10.0,-4.0,1.5,41.18,225.2432729516188,16.399805201790166,15.724075382935307
-1999,5,10,11,30,18.0,271.0,288.0,11.0,-5.0,2.6,39.14,282.8748330676824,18.468023058992173,17.619398559789126
-1999,5,10,12,30,253.0,486.0,719.0,11.0,-5.0,3.5,37.52,727.2678019080665,29.089368297948873,26.907564892224674
-1999,5,10,13,30,198.0,459.0,631.0,10.0,-6.0,4.2,36.15,633.403837914154,25.04608877631096,23.145877262568497
-1999,5,10,14,30,334.0,367.0,625.0,9.0,-6.0,4.6000000000000005,36.88,630.2332699752731,23.584199419393766,21.693499609467946
-1999,5,10,15,30,3.0,134.0,136.0,8.0,-7.0,4.800000000000002,37.44,132.9035393693823,11.035662334598207,10.63695171649006
-1999,5,10,16,30,0.0,43.0,43.0,7.0,-8.0,4.5,41.07,42.02754351017277,7.978929899793136,7.852847269262617
-1999,5,10,17,30,0.0,21.0,21.0,5.0,-8.0,3.6,42.35,20.52507938868903,5.507166822466633,5.4455915843005664
-1999,5,10,18,30,337.0,31.0,61.0,3.0,-7.0,2.1,51.42,30.52507938868903,3.833170703666679,3.741595465500612
-1999,5,10,19,30,0.0,0.0,0.0,1.0,-6.0,1.3,60.45,0.0,1.0,1.0
-1999,5,10,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.88,0.0,0.0,0.0
-1999,5,10,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,66.19,0.0,0.0,0.0
-1999,5,10,22,30,0.0,0.0,0.0,0.0,-8.0,0.8,62.48,0.0,0.0,0.0
-1999,5,10,23,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,63.22,0.0,0.0,0.0
-1999,5,11,0,30,0.0,0.0,0.0,-1.0,-9.0,0.6000000000000001,59.62000000000001,0.0,-1.0,-1.0
-1999,5,11,1,30,0.0,0.0,0.0,-1.0,-10.0,0.5,56.95,0.0,-1.0,-1.0
-1999,5,11,2,30,0.0,0.0,0.0,-1.0,-10.0,0.5,55.24,0.0,-1.0,-1.0
-1999,5,11,3,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,54.5,0.0,-1.0,-1.0
-1999,5,11,4,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,54.6,0.0,-1.0,-1.0
-1999,5,11,5,30,208.0,39.0,62.0,0.0,-8.0,1.2000000000000002,54.7,38.29138829423443,1.1101105691554753,0.9952364042727722
-1999,5,11,6,30,583.0,70.0,245.0,3.0,-10.0,1.6,43.29,205.21449799419514,8.791763612713954,8.176120118731369
-1999,5,11,7,30,836.0,87.0,492.0,5.0,-12.0,1.5,32.17,470.3432210502328,18.36379530122783,16.952765638077132
-1999,5,11,8,30,493.0,240.0,560.0,7.0,-12.0,1.2000000000000002,30.01,561.4592184213623,23.27733650527304,21.592958850008955
-1999,5,11,9,30,168.0,402.0,533.0,8.0,-11.0,1.0,27.63,531.8816738071793,23.628776205023485,22.033131183601945
-1999,5,11,10,30,80.0,440.0,511.0,9.0,-10.0,0.8,27.44,505.43546939948794,24.053221073029672,22.536914664831208
-1999,5,11,11,30,295.0,477.0,750.0,10.0,-9.0,0.6000000000000001,27.23,761.2808853461052,32.981124713617916,30.697282057579603
-1999,5,11,12,30,83.0,471.0,548.0,10.0,-8.0,0.7000000000000001,29.38,543.1216477266734,26.28512335382036,24.65575841064034
-1999,5,11,13,30,51.0,406.0,451.0,10.0,-7.0,1.3,34.56,444.43013057617816,22.79822091098606,21.464930519257525
-1999,5,11,14,30,14.0,219.0,230.0,9.0,-6.0,2.2,39.97,225.43527874833705,15.112249352451116,14.435943516206105
-1999,5,11,15,30,194.0,306.0,430.0,8.0,-6.0,3.0,41.34,424.2160344598255,18.906111817616786,17.63346371423731
-1999,5,11,16,30,216.0,205.0,307.0,7.0,-6.0,3.0,43.83,295.413299745626,14.594739985581699,13.70850008634482
-1999,5,11,17,30,0.0,42.0,42.0,6.0,-6.0,2.3000000000000003,45.46,41.05015877737806,7.105600997926682,6.982450521594547
-1999,5,11,18,30,284.0,34.0,60.0,4.0,-5.0,1.4,63.55,33.42707989746613,4.956153918901469,4.855872679209071
-1999,5,11,19,30,0.0,0.0,0.0,2.0,-3.0,1.1,74.71000000000002,0.0,2.0,2.0
-1999,5,11,20,30,0.0,0.0,0.0,0.0,-3.0,1.1,74.98,0.0,0.0,0.0
-1999,5,11,21,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,80.45,0.0,0.0,0.0
-1999,5,11,22,30,0.0,0.0,0.0,0.0,-4.0,1.5,84.21000000000002,0.0,0.0,0.0
-1999,5,11,23,30,0.0,0.0,0.0,0.0,-4.0,1.8,80.34,0.0,0.0,0.0
-1999,5,12,0,30,0.0,0.0,0.0,0.0,-5.0,1.9,82.21000000000002,0.0,0.0,0.0
-1999,5,12,1,30,0.0,0.0,0.0,-1.0,-6.0,2.0,78.25,0.0,-1.0,-1.0
-1999,5,12,2,30,0.0,0.0,0.0,-1.0,-6.0,2.0,74.24,0.0,-1.0,-1.0
-1999,5,12,3,30,0.0,0.0,0.0,-1.0,-7.0,2.0,75.5,0.0,-1.0,-1.0
-1999,5,12,4,30,0.0,0.0,0.0,0.0,-8.0,2.1,66.22,0.0,0.0,0.0
-1999,5,12,5,30,370.0,37.0,79.0,2.0,-8.0,2.7,54.5,36.91484792526421,2.9681141732585212,2.8573696294827284
-1999,5,12,6,30,678.0,71.0,276.0,6.0,-7.0,2.8000000000000003,44.77,229.3929566963371,11.976159825496769,11.287980955407757
-1999,5,12,7,30,808.0,94.0,487.0,9.0,-8.0,1.7000000000000002,31.69,465.09617938072415,22.038743561556597,20.643455023414425
-1999,5,12,8,30,872.0,113.0,681.0,11.0,-8.0,1.1,27.95,689.2491613164071,31.116974027664668,29.049226543715445
-1999,5,12,9,30,919.0,121.0,842.0,13.0,-7.0,1.2000000000000002,27.13,878.9165754448297,38.480783624503694,35.84403389816921
-1999,5,12,10,30,962.0,115.0,961.0,15.0,-5.0,1.5,28.34,1019.1044462917956,43.95567024524026,40.898356906364874
-1999,5,12,11,30,979.0,113.0,1019.0,16.0,-4.0,1.6,28.83,1089.8177210193842,46.75789811531475,43.4884449522566
-1999,5,12,12,30,375.0,450.0,796.0,17.0,-4.0,1.5,28.45,813.8346257386788,40.1233679165996,37.68186403938356
-1999,5,12,13,30,529.0,384.0,845.0,17.0,-3.0,1.2000000000000002,27.53,869.2364278135128,42.20014521792683,39.59243593448629
-1999,5,12,14,30,558.0,301.0,734.0,17.0,-3.0,1.0,28.46,748.2448986922586,38.986379008898155,36.74164431282138
-1999,5,12,15,30,291.0,294.0,480.0,17.0,-2.0,0.8,31.14,475.2253250445168,31.153482116909665,29.727806141776114
-1999,5,12,16,30,479.0,159.0,384.0,16.0,-2.0,0.8,33.9,366.591098429951,26.91806408962011,25.818290794330256
-1999,5,12,17,30,274.0,105.0,183.0,13.0,-1.0,1.0,41.35,161.16797701254492,17.7357492618905,17.252245330852865
-1999,5,12,18,30,341.0,30.0,63.0,10.0,0.0,1.5,61.26,29.570309923099597,10.840177026308124,10.751466096538826
-1999,5,12,19,30,0.0,0.0,0.0,8.0,0.0,2.0,66.92,0.0,8.0,8.0
-1999,5,12,20,30,0.0,0.0,0.0,7.0,0.0,2.5,76.9,0.0,7.0,7.0
-1999,5,12,21,30,0.0,0.0,0.0,6.0,0.0,3.2,77.51,0.0,6.0,6.0
-1999,5,12,22,30,0.0,0.0,0.0,6.0,0.0,3.8,76.13,0.0,6.0,6.0
-1999,5,12,23,30,0.0,0.0,0.0,7.0,0.0,4.3,74.95,0.0,7.0,7.0
-1999,5,13,0,30,0.0,0.0,0.0,7.0,0.0,4.7,74.87,0.0,7.0,7.0
-1999,5,13,1,30,0.0,0.0,0.0,7.0,0.0,4.9,75.44,0.0,7.0,7.0
-1999,5,13,2,30,0.0,0.0,0.0,7.0,0.0,4.800000000000002,75.22,0.0,7.0,7.0
-1999,5,13,3,30,0.0,0.0,0.0,7.0,0.0,4.6000000000000005,74.47,0.0,7.0,7.0
-1999,5,13,4,30,0.0,0.0,0.0,7.0,0.0,4.5,73.67,0.0,7.0,7.0
-1999,5,13,5,30,227.0,39.0,65.0,9.0,0.0,4.6000000000000005,60.8,38.9367619975945,9.90103383742447,9.784223551431685
-1999,5,13,6,30,375.0,107.0,222.0,13.0,0.0,4.800000000000002,49.36,193.55918149023466,17.421103603061212,16.84042605859051
-1999,5,13,7,30,826.0,78.0,482.0,16.0,1.0,5.0,42.21,458.5605308636066,26.338567852298077,24.962886259707258
-1999,5,13,8,30,891.0,92.0,674.0,19.0,1.0,5.2,34.03,681.9162886303075,34.17584363924616,32.13009477335524
-1999,5,13,9,30,927.0,103.0,832.0,21.0,1.0,5.2,33.1,868.3231746000155,40.32427329538057,37.71930377158053
-1999,5,13,10,30,944.0,113.0,943.0,22.0,2.0,5.2,30.42,1000.3889072878712,44.26335679109677,41.26219006923316
-1999,5,13,11,30,951.0,117.0,999.0,23.0,2.0,5.300000000000002,29.07,1065.848186018029,46.566789857992774,43.36924529993868
-1999,5,13,12,30,549.0,386.0,894.0,24.0,2.0,5.2,29.16,924.8977070058443,44.58332264215426,41.80862952113672
-1999,5,13,13,30,401.0,421.0,772.0,24.0,2.0,4.9,27.27,785.9776076347582,41.8360665868474,39.47813376394313
-1999,5,13,14,30,518.0,301.0,703.0,23.0,2.0,4.4,28.97,715.881497270257,39.784089425658095,37.63644493384732
-1999,5,13,15,30,343.0,284.0,503.0,22.0,2.0,3.9,31.02,499.2236960205502,34.09449456180063,32.59682347373898
-1999,5,13,16,30,333.0,194.0,352.0,20.0,2.0,3.2,35.56,336.7326497012001,28.543167232091278,27.53296928298768
-1999,5,13,17,30,340.0,99.0,197.0,17.0,3.0,2.5,46.59,169.81972085360064,21.51323313248533,21.003773969924527
-1999,5,13,18,30,0.0,4.0,4.0,13.0,6.0,2.4000000000000004,73.34,3.9095389311788624,13.104596207760611,13.092867590967074
-1999,5,13,19,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,79.55,0.0,11.0,11.0
-1999,5,13,20,30,0.0,0.0,0.0,10.0,5.0,2.0,90.69,0.0,10.0,10.0
-1999,5,13,21,30,0.0,0.0,0.0,9.0,5.0,1.4,97.49,0.0,9.0,9.0
-1999,5,13,22,30,0.0,0.0,0.0,8.0,5.0,1.1,96.97,0.0,8.0,8.0
-1999,5,13,23,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
-1999,5,14,0,30,0.0,0.0,0.0,7.0,4.0,0.7000000000000001,100.0,0.0,7.0,7.0
-1999,5,14,1,30,0.0,0.0,0.0,7.0,4.0,0.5,96.8,0.0,7.0,7.0
-1999,5,14,2,30,0.0,0.0,0.0,7.0,4.0,0.4,100.0,0.0,7.0,7.0
-1999,5,14,3,30,0.0,0.0,0.0,6.0,2.0,0.5,100.0,0.0,6.0,6.0
-1999,5,14,4,30,0.0,0.0,0.0,6.0,2.0,0.6000000000000001,100.0,0.0,6.0,6.0
-1999,5,14,5,30,140.0,46.0,63.0,7.0,4.0,0.9,93.67,45.68201648841314,8.351390893284439,8.2143448438192
-1999,5,14,6,30,18.0,110.0,116.0,10.0,4.0,1.4,84.32000000000002,111.80839225785606,13.198186403100248,12.862761226326679
-1999,5,14,7,30,700.0,117.0,462.0,13.0,4.0,1.9,67.95,438.98823029409516,25.143202368328478,23.82623767744619
-1999,5,14,8,30,786.0,137.0,652.0,15.0,3.0,2.4000000000000004,56.2,656.6054659271597,32.5668903519938,30.59707395421232
-1999,5,14,9,30,314.0,383.0,630.0,16.0,2.0,3.3000000000000003,46.81,634.4729931911309,31.99101538010378,30.087596400530387
-1999,5,14,10,30,446.0,433.0,827.0,17.0,2.0,4.3,42.3,843.7641923306919,36.91221274631214,34.38092016932007
-1999,5,14,11,30,377.0,481.0,832.0,18.0,1.0,5.300000000000002,37.93,847.3651853107552,36.73594900020768,34.19385344427542
-1999,5,14,12,30,210.0,496.0,691.0,19.0,0.0,6.0,32.3,694.2839277919251,33.67257665258541,31.589724869209636
-1999,5,14,13,30,488.0,409.0,836.0,20.0,-1.0,6.4,28.36,855.5903312233346,37.62299824644672,35.056227252776715
-1999,5,14,14,30,181.0,398.0,539.0,19.0,-2.0,6.0,25.51,536.4146763406673,30.336263365928048,28.727019336906046
-1999,5,14,15,30,539.0,224.0,570.0,18.0,-3.0,4.9,25.65,567.5701484233796,30.87978036734412,29.177069922073983
-1999,5,14,16,30,767.0,83.0,447.0,17.0,-3.0,3.5,27.05,420.66265215484003,27.463163121007756,26.201175164543237
-1999,5,14,17,30,664.0,64.0,258.0,15.0,-2.0,1.8,33.49,206.04851476288098,20.7379264670842,20.119780922795556
-1999,5,14,18,30,336.0,33.0,67.0,11.0,2.0,1.2000000000000002,62.12000000000001,32.510002543885506,11.942501670347449,11.844971662715793
-1999,5,14,19,30,0.0,0.0,0.0,8.0,1.0,1.8,72.35000000000002,0.0,8.0,8.0
-1999,5,14,20,30,0.0,0.0,0.0,7.0,1.0,1.9,76.9,0.0,7.0,7.0
-1999,5,14,21,30,0.0,0.0,0.0,6.0,1.0,1.5,84.67,0.0,6.0,6.0
-1999,5,14,22,30,0.0,0.0,0.0,5.0,2.0,1.1,100.0,0.0,5.0,5.0
-1999,5,14,23,30,0.0,0.0,0.0,4.0,2.0,1.0,100.0,0.0,4.0,4.0
-1999,5,15,0,30,0.0,0.0,0.0,3.0,1.0,0.9,100.0,0.0,3.0,3.0
-1999,5,15,1,30,0.0,0.0,0.0,3.0,1.0,1.0,100.0,0.0,3.0,3.0
-1999,5,15,2,30,0.0,0.0,0.0,3.0,1.0,1.2000000000000002,100.0,0.0,3.0,3.0
-1999,5,15,3,30,0.0,0.0,0.0,3.0,1.0,1.4,100.0,0.0,3.0,3.0
-1999,5,15,4,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,99.96,0.0,3.0,3.0
-1999,5,15,5,30,0.0,38.0,38.0,6.0,0.0,2.8000000000000003,80.18,37.14061984619919,6.967589778759968,6.85616791922137
-1999,5,15,6,30,257.0,118.0,198.0,9.0,0.0,4.0,62.74,176.91647641846674,13.25802567005783,12.727276240802428
-1999,5,15,7,30,779.0,97.0,482.0,12.0,0.0,4.4,46.98,456.7180838014165,22.70791351650802,21.33775926510377
-1999,5,15,8,30,832.0,120.0,667.0,15.0,-1.0,4.3,35.66000000000001,671.0362687584993,30.8359611197792,28.822852313503702
-1999,5,15,9,30,725.0,225.0,798.0,17.0,-2.0,4.2,29.17,820.7819839565129,36.497132567548604,34.03478661567907
-1999,5,15,10,30,951.0,118.0,958.0,19.0,-3.0,4.3,24.23,1012.219381487515,42.88763099136168,39.85097284689914
-1999,5,15,11,30,971.0,116.0,1019.0,20.0,-4.0,4.4,22.06,1085.067255888565,45.439777288742846,42.18457552107715
-1999,5,15,12,30,534.0,423.0,919.0,21.0,-4.0,4.5,20.56,946.2122066879381,43.03972307950523,40.20108645944141
-1999,5,15,13,30,602.0,328.0,856.0,22.0,-3.0,4.4,19.52,883.029104075597,42.70292290662243,40.05383559439564
-1999,5,15,14,30,493.0,332.0,716.0,22.0,-3.0,4.1000000000000005,21.35,726.1923127198428,39.36367981388372,37.18510287572419
-1999,5,15,15,30,143.0,312.0,404.0,21.0,-3.0,3.7,23.48,397.52665412512204,30.75824681189557,29.565666849520206
-1999,5,15,16,30,9.0,155.0,160.0,19.0,-2.0,3.1,26.25,155.49231079936723,22.97114664263062,22.50466971023252
-1999,5,15,17,30,0.0,12.0,12.0,16.0,0.0,2.3000000000000003,38.1,11.728616793536586,16.315885999407623,16.280700149027012
-1999,5,15,18,30,0.0,12.0,12.0,13.0,3.0,2.0,62.98,11.728616793536586,13.3222733408887,13.287087490508089
-1999,5,15,19,30,0.0,0.0,0.0,10.0,2.0,2.2,70.37,0.0,10.0,10.0
-1999,5,15,20,30,0.0,0.0,0.0,9.0,2.0,2.5,73.85000000000002,0.0,9.0,9.0
-1999,5,15,21,30,0.0,0.0,0.0,8.0,2.0,2.6,77.93,0.0,8.0,8.0
-1999,5,15,22,30,0.0,0.0,0.0,7.0,2.0,2.3000000000000003,81.93,0.0,7.0,7.0
-1999,5,15,23,30,0.0,0.0,0.0,6.0,1.0,2.1,86.44,0.0,6.0,6.0
-1999,5,16,0,30,0.0,0.0,0.0,5.0,1.0,2.0,92.12,0.0,5.0,5.0
-1999,5,16,1,30,0.0,0.0,0.0,5.0,1.0,1.9,97.13,0.0,5.0,5.0
-1999,5,16,2,30,0.0,0.0,0.0,4.0,1.0,1.7000000000000002,100.0,0.0,4.0,4.0
-1999,5,16,3,30,0.0,0.0,0.0,3.0,1.0,1.3,100.0,0.0,3.0,3.0
-1999,5,16,4,30,0.0,0.0,0.0,3.0,0.0,0.9,98.71,0.0,3.0,3.0
-1999,5,16,5,30,310.0,43.0,81.0,5.0,0.0,0.9,86.11,44.497481973337635,6.316349332523649,6.182856886603636
-1999,5,16,6,30,630.0,78.0,275.0,8.0,0.0,1.5,69.60000000000001,227.87829007850974,14.474673570085919,13.79103869985039
-1999,5,16,7,30,511.0,159.0,413.0,10.0,-2.0,2.0,48.44,393.202249711949,20.804223966926262,19.624617217790416
-1999,5,16,8,30,535.0,235.0,588.0,12.0,-3.0,2.3000000000000003,39.42,586.0283001872315,27.783458403024067,26.025373502462372
-1999,5,16,9,30,904.0,123.0,839.0,14.0,-3.0,2.8000000000000003,37.21,869.689659292767,36.65721004414081,34.04814106626251
-1999,5,16,10,30,376.0,416.0,749.0,15.0,-2.0,3.4000000000000004,36.07,761.2479217381795,34.05990809291116,31.776164327696616
-1999,5,16,11,30,28.0,377.0,403.0,16.0,-2.0,4.0,35.06,396.4951131095023,25.54284419320776,24.353358853879254
-1999,5,16,12,30,0.0,58.0,58.0,16.0,-1.0,4.5,36.68,56.68831450209351,17.320417074139577,17.150352130633298
-1999,5,16,13,30,0.0,39.0,39.0,15.0,0.0,4.6000000000000005,41.69,38.11800457899391,15.882087009261227,15.767732995524245
-1999,5,16,14,30,0.0,30.0,30.0,13.0,0.0,3.7,48.12000000000001,29.32154198384147,13.719767695108123,13.631803069156598
-1999,5,16,15,30,0.0,19.0,19.0,11.0,1.0,1.9,59.37000000000001,18.570309923099597,11.513688103409295,11.457977173639996
-1999,5,16,16,30,0.0,10.0,10.0,9.0,2.0,1.3,70.8,9.773847327947157,9.281456743473152,9.25213520148931
-1999,5,16,17,30,0.0,9.0,9.0,7.0,1.0,2.8000000000000003,80.93,8.796462595152441,7.229166000232624,7.202776612447167
-1999,5,16,18,30,0.0,9.0,9.0,5.0,1.0,4.0,91.34,8.796462595152441,5.211713257544581,5.185323869759124
-1999,5,16,19,30,0.0,0.0,0.0,3.0,1.0,4.1000000000000005,100.0,0.0,3.0,3.0
-1999,5,16,20,30,0.0,0.0,0.0,3.0,0.0,3.6,100.0,0.0,3.0,3.0
-1999,5,16,21,30,0.0,0.0,0.0,2.0,0.0,2.5,100.0,0.0,2.0,2.0
-1999,5,16,22,30,0.0,0.0,0.0,2.0,0.0,1.4,100.0,0.0,2.0,2.0
-1999,5,16,23,30,0.0,0.0,0.0,1.0,0.0,0.8,97.35,0.0,1.0,1.0
-1999,5,17,0,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,94.39,0.0,1.0,1.0
-1999,5,17,1,30,0.0,0.0,0.0,0.0,-1.0,0.8,97.18,0.0,0.0,0.0
-1999,5,17,2,30,0.0,0.0,0.0,0.0,-2.0,0.9,92.44,0.0,0.0,0.0
-1999,5,17,3,30,0.0,0.0,0.0,0.0,-2.0,1.0,94.02,0.0,0.0,0.0
-1999,5,17,4,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,81.97,0.0,0.0,0.0
-1999,5,17,5,30,437.0,37.0,92.0,1.0,-3.0,1.9,75.84,40.22346079619803,2.112653120735227,1.9919827383466329
-1999,5,17,6,30,729.0,63.0,293.0,4.0,-5.0,2.5,59.73,237.78834851079114,10.319609098539608,9.606244053007234
-1999,5,17,7,30,861.0,78.0,507.0,7.0,-6.0,2.5,42.6,477.51379637775796,19.690699738511878,18.258158349378604
-1999,5,17,8,30,933.0,88.0,704.0,10.0,-7.0,2.5,33.44,707.8472822165351,28.81218383107254,26.688641984422937
-1999,5,17,9,30,972.0,96.0,867.0,12.0,-7.0,2.5,29.43,899.8990366685003,35.916269133931934,33.21657202392643
-1999,5,17,10,30,991.0,102.0,980.0,13.0,-6.0,2.5,27.89,1034.5241680303466,40.49414925452919,37.39057675043815
-1999,5,17,11,30,997.0,106.0,1036.0,14.0,-6.0,2.5,26.39,1101.4149533959155,43.2718798222888,39.96763496210106
-1999,5,17,12,30,995.0,105.0,1031.0,15.0,-6.0,2.6,25.09,1095.496206232315,43.92159348521432,40.63510486651738
-1999,5,17,13,30,983.0,102.0,966.0,16.0,-6.0,2.7,23.9,1018.46770929539,42.709930550741916,39.65452742285574
-1999,5,17,14,30,958.0,96.0,845.0,16.0,-6.0,2.8000000000000003,24.21,875.1285243815777,38.79890370164519,36.173518128500454
-1999,5,17,15,30,915.0,87.0,679.0,16.0,-6.0,2.7,25.99,678.570519760372,33.79592155073779,31.760209991456673
-1999,5,17,16,30,843.0,75.0,482.0,15.0,-6.0,2.6,27.87,448.8097598946077,26.848779899029463,25.50235061934564
-1999,5,17,17,30,711.0,58.0,270.0,13.0,-5.0,2.2,32.85,212.9613474406469,18.7740424001885,18.13515835786656
-1999,5,17,18,30,412.0,31.0,76.0,9.0,-1.0,1.6,54.81,30.638155724715453,9.864699898016417,9.772785430842271
-1999,5,17,19,30,0.0,0.0,0.0,6.0,-1.0,1.6,66.93,0.0,6.0,6.0
-1999,5,17,20,30,0.0,0.0,0.0,5.0,-2.0,1.8,69.3,0.0,5.0,5.0
-1999,5,17,21,30,0.0,0.0,0.0,4.0,-2.0,2.0,72.75,0.0,4.0,4.0
-1999,5,17,22,30,0.0,0.0,0.0,4.0,-2.0,2.2,76.49,0.0,4.0,4.0
-1999,5,17,23,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,73.9,0.0,3.0,3.0
-1999,5,18,0,30,0.0,0.0,0.0,3.0,-3.0,2.7,70.93,0.0,3.0,3.0
-1999,5,18,1,30,0.0,0.0,0.0,3.0,-4.0,2.7,69.10000000000001,0.0,3.0,3.0
-1999,5,18,2,30,0.0,0.0,0.0,3.0,-4.0,2.6,73.72,0.0,3.0,3.0
-1999,5,18,3,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,73.67,0.0,3.0,3.0
-1999,5,18,4,30,0.0,0.0,0.0,4.0,-4.0,2.3000000000000003,68.67,0.0,4.0,4.0
-1999,5,18,5,30,481.0,34.0,96.0,7.0,-3.0,2.8000000000000003,59.01,38.30362810479524,7.997888543516477,7.8829776592020915
-1999,5,18,6,30,748.0,57.0,295.0,11.0,-2.0,2.9000000000000004,46.81,237.22854427749593,17.13943191422406,16.42774628139157
-1999,5,18,7,30,867.0,72.0,505.0,15.0,-3.0,1.6,34.96,475.00391121918574,28.406023432973576,26.98101169931602
-1999,5,18,8,30,930.0,83.0,699.0,18.0,-4.0,0.4,24.98,701.3273616875184,39.45944634778035,37.355464262717796
-1999,5,18,9,30,962.0,93.0,858.0,20.0,-4.0,0.30000000000000004,22.34,888.8616127393199,47.382356215977275,44.71577137775932
-1999,5,18,10,30,977.0,102.0,969.0,21.0,-4.0,0.6000000000000001,20.56,1021.3813899025881,51.83289434076408,48.76875017105631
-1999,5,18,11,30,981.0,107.0,1023.0,22.0,-3.0,0.7000000000000001,20.17,1086.3961106756715,54.574828765373674,51.31564043334666
-1999,5,18,12,30,493.0,447.0,907.0,23.0,-3.0,0.5,19.69,928.8694914919015,51.23031045936998,48.443701984894275
-1999,5,18,13,30,474.0,416.0,834.0,24.0,-2.0,0.30000000000000004,20.27,849.7139705759187,50.176370191414605,47.62722827968685
-1999,5,18,14,30,446.0,338.0,688.0,23.0,-2.0,0.1,20.56,694.2648381666233,44.67934389854062,42.596549384040756
-1999,5,18,15,30,584.0,213.0,592.0,23.0,-2.0,0.30000000000000004,21.99,587.3783671060992,41.094834393951096,39.332699292632796
-1999,5,18,16,30,621.0,123.0,424.0,22.0,-2.0,0.9,23.75,397.41095203480734,33.75643245975269,32.56419960364826
-1999,5,18,17,30,631.0,72.0,261.0,19.0,0.0,1.4,30.73,209.83955980796924,25.00228671084602,24.372768031422112
-1999,5,18,18,30,304.0,38.0,72.0,15.0,4.0,1.9,56.73,37.39692620785908,16.03446610081379,15.922275322190215
-1999,5,18,19,30,0.0,0.0,0.0,13.0,2.0,2.0,57.78,0.0,13.0,13.0
-1999,5,18,20,30,0.0,0.0,0.0,12.0,2.0,1.5,61.02,0.0,12.0,12.0
-1999,5,18,21,30,0.0,0.0,0.0,11.0,3.0,1.3,71.98,0.0,11.0,11.0
-1999,5,18,22,30,0.0,0.0,0.0,10.0,2.0,1.4,74.44,0.0,10.0,10.0
-1999,5,18,23,30,0.0,0.0,0.0,9.0,1.0,1.6,72.48,0.0,9.0,9.0
-1999,5,19,0,30,0.0,0.0,0.0,8.0,0.0,1.7000000000000002,66.22,0.0,8.0,8.0
-1999,5,19,1,30,0.0,0.0,0.0,7.0,0.0,1.9,66.43,0.0,7.0,7.0
-1999,5,19,2,30,0.0,0.0,0.0,7.0,-1.0,2.1,63.77,0.0,7.0,7.0
-1999,5,19,3,30,0.0,0.0,0.0,6.0,-1.0,2.1,65.89,0.0,6.0,6.0
-1999,5,19,4,30,0.0,0.0,0.0,7.0,-2.0,2.0,59.1,0.0,7.0,7.0
-1999,5,19,5,30,425.0,39.0,94.0,10.0,-1.0,2.3000000000000003,51.51,43.09667223135485,11.160719598789049,11.031429582094985
-1999,5,19,6,30,703.0,67.0,291.0,15.0,0.0,2.9000000000000004,39.85,236.69461460333602,21.125613910612934,20.415530066802926
-1999,5,19,7,30,824.0,86.0,500.0,19.0,-1.0,2.5,28.06,469.1137980831602,31.46745622812664,30.060114833877158
-1999,5,19,8,30,888.0,101.0,691.0,22.0,-3.0,2.1,19.93,691.2172707883315,40.866518660150454,38.79286684778546
-1999,5,19,9,30,922.0,113.0,847.0,23.0,-3.0,2.7,19.3,875.365903840693,45.95699930854761,43.33090159702553
-1999,5,19,10,30,505.0,407.0,857.0,24.0,-2.0,3.5,19.71,874.232388355766,45.74482578421917,43.122128619151866
-1999,5,19,11,30,20.0,310.0,328.0,25.0,-1.0,4.3,20.07,323.0006336662142,32.62257677348148,31.653574872482835
-1999,5,19,12,30,4.0,124.0,128.0,25.0,0.0,4.6000000000000005,21.49,125.18959563700453,27.89700673541874,27.521437948507725
-1999,5,19,13,30,214.0,464.0,653.0,24.0,0.0,4.6000000000000005,24.26,653.603830171304,39.125016489326036,37.164204998812124
-1999,5,19,14,30,401.0,344.0,660.0,23.0,1.0,4.1000000000000005,27.53,663.5688560157607,38.86631660581601,36.87561003776873
-1999,5,19,15,30,4.0,135.0,138.0,22.0,2.0,3.0,31.03,134.54970327371984,25.459119858113983,25.055470748292823
-1999,5,19,16,30,57.0,203.0,231.0,21.0,3.0,1.7000000000000002,34.56,223.9069385228342,27.2771213406649,26.605400525096396
-1999,5,19,17,30,0.0,5.0,5.0,19.0,6.0,1.1,53.28,4.886923663973579,19.142633639532576,19.127972868540656
-1999,5,19,18,30,0.0,33.0,33.0,16.0,8.0,1.3,69.07000000000001,32.25369618222562,16.9288072534614,16.832046164914722
-1999,5,19,19,30,0.0,0.0,0.0,14.0,6.0,1.5,70.88,0.0,14.0,14.0
-1999,5,19,20,30,0.0,0.0,0.0,13.0,6.0,1.5,73.32000000000002,0.0,13.0,13.0
-1999,5,19,21,30,0.0,0.0,0.0,12.0,5.0,1.2000000000000002,79.62,0.0,12.0,12.0
-1999,5,19,22,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,81.74,0.0,11.0,11.0
-1999,5,19,23,30,0.0,0.0,0.0,10.0,4.0,1.7000000000000002,86.02,0.0,10.0,10.0
-1999,5,20,0,30,0.0,0.0,0.0,9.0,4.0,2.4000000000000004,85.52,0.0,9.0,9.0
-1999,5,20,1,30,0.0,0.0,0.0,9.0,4.0,2.7,86.41,0.0,9.0,9.0
-1999,5,20,2,30,0.0,0.0,0.0,9.0,5.0,2.5,93.61,0.0,9.0,9.0
-1999,5,20,3,30,0.0,0.0,0.0,8.0,5.0,2.4000000000000004,94.19,0.0,8.0,8.0
-1999,5,20,4,30,0.0,0.0,0.0,8.0,5.0,2.8000000000000003,94.71,0.0,8.0,8.0
-1999,5,20,5,30,193.0,54.0,80.0,8.0,5.0,3.4000000000000004,95.91,55.25929460229142,9.383566439162013,9.217788555355138
-1999,5,20,6,30,43.0,123.0,137.0,10.0,5.0,3.6,86.39,130.7274641468018,13.230225391332283,12.838042998891877
-1999,5,20,7,30,29.0,192.0,207.0,12.0,5.0,3.6,78.98,201.2280572178327,16.97226794779382,16.368583776140323
-1999,5,20,8,30,66.0,302.0,346.0,14.0,4.0,3.5,64.58,339.22718148835463,22.43761459880179,21.419933054336727
-1999,5,20,9,30,160.0,409.0,537.0,15.0,4.0,3.4000000000000004,54.96,532.5128118542647,28.332903726114605,26.73536529055181
-1999,5,20,10,30,421.0,441.0,816.0,17.0,4.0,3.4000000000000004,51.12000000000001,828.2125197119848,37.73654857548242,35.25191101634647
-1999,5,20,11,30,18.0,272.0,289.0,18.0,4.0,3.6,48.19,283.86442187225305,25.014180755452553,24.162587489835794
-1999,5,20,12,30,373.0,459.0,808.0,18.0,4.0,3.7,46.08,820.8801207947984,38.15047478847298,35.687834426088585
-1999,5,20,13,30,206.0,444.0,626.0,18.0,4.0,3.8,46.78,626.6104951751607,33.28077515777696,31.400943672251472
-1999,5,20,14,30,200.0,401.0,559.0,17.0,4.0,3.7,50.16,555.2742557950389,30.63054069484896,28.964717927463845
-1999,5,20,15,30,170.0,316.0,427.0,16.0,4.0,3.5,54.12000000000001,419.45337774379226,26.433084778288148,25.17472464505677
-1999,5,20,16,30,77.0,219.0,257.0,15.0,5.0,3.2,62.51,248.56399162051918,21.306260323062048,20.56056834820049
-1999,5,20,17,30,0.0,30.0,30.0,14.0,5.0,2.8000000000000003,68.1,29.32154198384147,14.76388666744208,14.675922041490555
-1999,5,20,18,30,0.0,24.0,24.0,12.0,5.0,2.2,75.97,23.457233587073173,12.635998329981616,12.565626629220397
-1999,5,20,19,30,0.0,0.0,0.0,10.0,6.0,1.7000000000000002,90.09,0.0,10.0,10.0
-1999,5,20,20,30,0.0,0.0,0.0,10.0,6.0,1.4,96.57,0.0,10.0,10.0
-1999,5,20,21,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
-1999,5,20,22,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,5,20,23,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
-1999,5,21,0,30,0.0,0.0,0.0,7.0,4.0,1.6,100.0,0.0,7.0,7.0
-1999,5,21,1,30,0.0,0.0,0.0,7.0,4.0,2.0,100.0,0.0,7.0,7.0
-1999,5,21,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,5,21,3,30,0.0,0.0,0.0,6.0,4.0,2.9000000000000004,100.0,0.0,6.0,6.0
-1999,5,21,4,30,0.0,0.0,0.0,7.0,4.0,3.6,100.0,0.0,7.0,7.0
-1999,5,21,5,30,266.0,51.0,87.0,9.0,4.0,4.6000000000000005,92.47,53.54091343970274,10.23898784133018,10.078365101011073
-1999,5,21,6,30,572.0,91.0,276.0,13.0,5.0,5.1000000000000005,72.84,229.15313960075713,18.132951254003046,17.445491835200777
-1999,5,21,7,30,733.0,113.0,483.0,17.0,5.0,4.800000000000002,51.78,453.7155700617934,27.3633603227774,26.00221361259202
-1999,5,21,8,30,819.0,129.0,675.0,20.0,2.0,3.8,36.49,672.9826913318348,36.41162615452635,34.39267808053085
-1999,5,21,9,30,866.0,141.0,833.0,22.0,1.0,2.8000000000000003,29.18,856.4396546141194,44.312020083696645,41.74270111985429
-1999,5,21,10,30,892.0,148.0,943.0,24.0,0.0,2.2,26.3,986.174274056789,50.73824213084494,47.77971930867457
-1999,5,21,11,30,448.0,476.0,897.0,25.0,0.0,2.1,24.54,913.5922102251469,49.93616003304268,47.19538340236724
-1999,5,21,12,30,409.0,491.0,874.0,25.0,0.0,2.3000000000000003,23.17,888.0964885096065,48.91903937025689,46.25474990472807
-1999,5,21,13,30,406.0,432.0,791.0,25.0,0.0,2.7,23.34,801.9913158287588,46.032706439857705,43.62673249237143
-1999,5,21,14,30,33.0,326.0,353.0,24.0,1.0,3.0,25.47,345.5983279989926,32.88493999039389,31.84814500639691
-1999,5,21,15,30,327.0,294.0,508.0,23.0,1.0,3.3000000000000003,28.32,500.30376214702267,35.6094652429229,34.108553956481835
-1999,5,21,16,30,219.0,216.0,323.0,21.0,3.0,3.2,35.68,309.4808516051814,28.8517680799269,27.923325525111355
-1999,5,21,17,30,387.0,114.0,233.0,19.0,5.0,3.0,47.45,198.40938329880836,24.100879608844952,23.505651458948527
-1999,5,21,18,30,200.0,47.0,71.0,17.0,7.0,2.9000000000000004,61.12000000000001,46.11800457899391,18.193525635774286,18.055171622037303
-1999,5,21,19,30,0.0,0.0,0.0,15.0,6.0,2.9000000000000004,65.17,0.0,15.0,15.0
-1999,5,21,20,30,0.0,0.0,0.0,14.0,6.0,2.6,72.63,0.0,14.0,14.0
-1999,5,21,21,30,0.0,0.0,0.0,12.0,5.0,2.2,75.17,0.0,12.0,12.0
-1999,5,21,22,30,0.0,0.0,0.0,11.0,5.0,1.9,76.7,0.0,11.0,11.0
-1999,5,21,23,30,0.0,0.0,0.0,10.0,4.0,1.8,77.51,0.0,10.0,10.0
-1999,5,22,0,30,0.0,0.0,0.0,10.0,3.0,2.0,72.94,0.0,10.0,10.0
-1999,5,22,1,30,0.0,0.0,0.0,10.0,2.0,2.1,69.35000000000001,0.0,10.0,10.0
-1999,5,22,2,30,0.0,0.0,0.0,10.0,1.0,2.1,70.42,0.0,10.0,10.0
-1999,5,22,3,30,0.0,0.0,0.0,9.0,1.0,2.0,65.99,0.0,9.0,9.0
-1999,5,22,4,30,0.0,0.0,0.0,9.0,0.0,1.9,62.87000000000001,0.0,9.0,9.0
-1999,5,22,5,30,373.0,43.0,94.0,12.0,1.0,2.4000000000000004,54.81,47.57157039558531,13.272734700481625,13.130019989294869
-1999,5,22,6,30,648.0,75.0,286.0,16.0,1.0,2.6,44.12,232.59569317107517,22.14063110947818,21.442844029964952
-1999,5,22,7,30,785.0,95.0,492.0,19.0,1.0,1.9,34.44,460.80364727006685,31.746655957303332,30.364245015493132
-1999,5,22,8,30,864.0,107.0,684.0,22.0,0.0,1.2000000000000002,27.55,681.7014485729422,41.76329448424224,39.71819013852341
-1999,5,22,9,30,910.0,115.0,843.0,24.0,0.0,0.9,24.26,867.5746537593812,49.66507734246376,47.062353381185616
-1999,5,22,10,30,417.0,443.0,815.0,25.0,0.0,1.0,22.87,826.3633490695894,49.28180642923289,46.802716382024116
-1999,5,22,11,30,20.0,322.0,341.0,26.0,0.0,1.3,21.58,334.73418380644216,35.639315015072214,34.63511246365289
-1999,5,22,12,30,472.0,462.0,905.0,25.0,0.0,1.9,23.29,922.6437592519712,50.521982388835646,47.75405111107973
-1999,5,22,13,30,237.0,462.0,672.0,24.0,1.0,2.8000000000000003,25.92,673.2770126226424,41.540255342679245,39.52042430481132
-1999,5,22,14,30,0.0,42.0,42.0,23.0,2.0,3.8,29.33,41.05015877737806,24.0010656560944,23.877915179762265
-1999,5,22,15,30,59.0,291.0,330.0,22.0,3.0,4.1000000000000005,35.94,322.88219991835706,29.72030086078265,28.75165426102758
-1999,5,22,16,30,66.0,209.0,241.0,20.0,4.0,4.0,41.06,233.97746744386214,25.631369574841315,24.92943717250973
-1999,5,22,17,30,122.0,124.0,162.0,17.0,6.0,3.9,55.5,148.77212262898695,20.60424323289684,20.15792686500988
-1999,5,22,18,30,0.0,29.0,29.0,14.0,8.0,3.8,76.88,28.344157251046756,14.691212000636607,14.606179528883468
-1999,5,22,19,30,0.0,0.0,0.0,12.0,9.0,3.8,94.7,0.0,12.0,12.0
-1999,5,22,20,30,0.0,0.0,0.0,11.0,9.0,3.5,100.0,0.0,11.0,11.0
-1999,5,22,21,30,0.0,0.0,0.0,11.0,9.0,2.6,100.0,0.0,11.0,11.0
-1999,5,22,22,30,0.0,0.0,0.0,11.0,8.0,1.8,100.0,0.0,11.0,11.0
-1999,5,22,23,30,0.0,0.0,0.0,10.0,8.0,1.1,100.0,0.0,10.0,10.0
-1999,5,23,0,30,0.0,0.0,0.0,10.0,8.0,0.5,100.0,0.0,10.0,10.0
-1999,5,23,1,30,0.0,0.0,0.0,10.0,7.0,0.30000000000000004,100.0,0.0,10.0,10.0
-1999,5,23,2,30,0.0,0.0,0.0,9.0,6.0,0.30000000000000004,100.0,0.0,9.0,9.0
-1999,5,23,3,30,0.0,0.0,0.0,8.0,6.0,0.4,100.0,0.0,8.0,8.0
-1999,5,23,4,30,0.0,0.0,0.0,8.0,6.0,0.5,100.0,0.0,8.0,8.0
-1999,5,23,5,30,315.0,49.0,92.0,10.0,7.0,0.4,95.29,52.85615173255744,11.617309995614193,11.45874154041652
-1999,5,23,6,30,0.0,74.0,74.0,12.0,7.0,0.6000000000000001,84.77,72.32647022680895,14.183351328494739,13.966371917814312
-1999,5,23,7,30,7.0,156.0,160.0,15.0,7.0,1.4,67.45,155.75909294699966,19.455359773651697,18.988082494810698
-1999,5,23,8,30,72.0,307.0,355.0,18.0,5.0,2.2,54.0,348.1604174146138,27.4397083620049,26.39522710976106
-1999,5,23,9,30,65.0,378.0,430.0,19.0,5.0,2.5,47.53,423.3923302532248,30.25233443638951,28.982157445629838
-1999,5,23,10,30,40.0,396.0,432.0,20.0,6.0,2.6,45.38,424.77809630513843,31.214333151378504,29.93999886246309
-1999,5,23,11,30,216.0,500.0,704.0,21.0,6.0,2.7,43.52,704.8433704182107,39.48494292081772,37.37041280956309
-1999,5,23,12,30,40.0,419.0,456.0,22.0,6.0,2.8000000000000003,41.58,449.44350446183455,33.70893062227216,32.36060010888666
-1999,5,23,13,30,10.0,162.0,172.0,22.0,6.0,2.9000000000000004,42.02,167.70204679356158,26.340098706506115,25.83699256612543
-1999,5,23,14,30,184.0,404.0,550.0,22.0,6.0,3.0,44.67,545.3516498878907,36.020370732031814,34.38431578236814
-1999,5,23,15,30,0.0,56.0,56.0,21.0,6.0,3.2,47.16,54.733545036504076,22.38863228400031,22.224431648890796
-1999,5,23,16,30,0.0,42.0,42.0,20.0,6.0,3.1,49.96,41.05015877737806,21.048387533571226,20.92523705723909
-1999,5,23,17,30,0.0,92.0,92.0,18.0,6.0,2.4000000000000004,57.5,89.91939541711383,20.405712778494056,20.135954592242715
-1999,5,23,18,30,0.0,18.0,18.0,15.0,8.0,1.7000000000000002,73.44,17.592925190304882,15.493209039815092,15.440430264244178
-1999,5,23,19,30,0.0,0.0,0.0,13.0,8.0,1.6,83.7,0.0,13.0,13.0
-1999,5,23,20,30,0.0,0.0,0.0,13.0,8.0,1.6,83.09,0.0,13.0,13.0
-1999,5,23,21,30,0.0,0.0,0.0,12.0,8.0,1.5,89.08,0.0,12.0,12.0
-1999,5,23,22,30,0.0,0.0,0.0,12.0,8.0,1.4,88.41,0.0,12.0,12.0
-1999,5,23,23,30,0.0,0.0,0.0,11.0,7.0,1.4,93.13,0.0,11.0,11.0
-1999,5,24,0,30,0.0,0.0,0.0,11.0,7.0,1.3,98.18,0.0,11.0,11.0
-1999,5,24,1,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,96.33,0.0,10.0,10.0
-1999,5,24,2,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.04,0.0,10.0,10.0
-1999,5,24,3,30,0.0,0.0,0.0,9.0,6.0,1.5,97.97,0.0,9.0,9.0
-1999,5,24,4,30,0.0,0.0,0.0,10.0,6.0,2.4000000000000004,94.82,0.0,10.0,10.0
-1999,5,24,5,30,176.0,48.0,72.0,12.0,6.0,3.3000000000000003,81.73,49.83434049682966,13.256005714812309,13.10650269332182
-1999,5,24,6,30,560.0,90.0,274.0,14.0,6.0,3.6,68.75,226.2950537125598,19.59166379617329,18.91277863503561
-1999,5,24,7,30,153.0,230.0,308.0,16.0,6.0,3.8,61.34,296.6201622564508,23.23349838792138,22.34363790115203
-1999,5,24,8,30,728.0,164.0,653.0,17.0,6.0,3.8,57.67,646.7711305805101,32.77242050849989,30.83210711675836
-1999,5,24,9,30,518.0,334.0,749.0,18.0,6.0,3.7,54.5,756.2997729980609,36.565194992868975,34.296295673874795
-1999,5,24,10,30,0.0,101.0,101.0,19.0,6.0,3.5,54.91,98.71585801226628,21.45536445824621,21.15921688420941
-1999,5,24,11,30,0.0,65.0,65.0,19.0,7.0,3.2,52.18,63.53000763165652,20.611805329643218,20.42121530674825
-1999,5,24,12,30,31.0,395.0,425.0,19.0,7.0,2.9000000000000004,56.57,417.0145101340187,29.79226026534353,28.54121673494147
-1999,5,24,13,30,784.0,201.0,898.0,18.0,7.0,2.8000000000000003,57.92,930.1996826763414,42.23362100284119,39.44302195481217
-1999,5,24,14,30,515.0,303.0,711.0,17.0,8.0,2.8000000000000003,63.42,717.5443287093078,35.693510262924676,33.54087727679675
-1999,5,24,15,30,144.0,319.0,414.0,16.0,8.0,2.9000000000000004,73.85000000000002,405.84691056384224,26.503244803838967,25.28570407214744
-1999,5,24,16,30,0.0,106.0,106.0,15.0,8.0,2.7,81.22,103.60278167623987,17.717045497054098,17.40623715202538
-1999,5,24,17,30,0.0,10.0,10.0,13.0,9.0,2.3000000000000003,90.11,9.773847327947157,13.263238332839686,13.233916790855844
-1999,5,24,18,30,0.0,5.0,5.0,12.0,9.0,2.0,99.65,4.886923663973579,12.134280558703624,12.119619787711704
-1999,5,24,19,30,0.0,0.0,0.0,11.0,9.0,1.8,100.0,0.0,11.0,11.0
-1999,5,24,20,30,0.0,0.0,0.0,11.0,9.0,1.4,100.0,0.0,11.0,11.0
-1999,5,24,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
-1999,5,24,22,30,0.0,0.0,0.0,11.0,8.0,0.4,100.0,0.0,11.0,11.0
-1999,5,24,23,30,0.0,0.0,0.0,10.0,8.0,0.4,100.0,0.0,10.0,10.0
-1999,5,25,0,30,0.0,0.0,0.0,10.0,8.0,0.7000000000000001,100.0,0.0,10.0,10.0
-1999,5,25,1,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
-1999,5,25,2,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
-1999,5,25,3,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
-1999,5,25,4,30,0.0,0.0,0.0,8.0,4.0,1.1,100.0,0.0,8.0,8.0
-1999,5,25,5,30,0.0,5.0,5.0,8.0,4.0,1.7000000000000002,100.0,4.886923663973579,8.137002511059746,8.122341740067826
-1999,5,25,6,30,0.0,16.0,16.0,8.0,6.0,2.1,100.0,15.63815572471545,8.426837651863346,8.3799231846892
-1999,5,25,7,30,0.0,43.0,43.0,9.0,5.0,2.1,99.86,42.02754351017277,10.147126189382746,10.021043558852227
-1999,5,25,8,30,0.0,54.0,54.0,9.0,5.0,1.7000000000000002,91.07,52.77877557091465,10.479627119445276,10.321290792732531
-1999,5,25,9,30,1.0,115.0,116.0,11.0,5.0,1.1,84.7,113.23050762076888,14.304835622281766,13.96514409941946
-1999,5,25,10,30,20.0,308.0,326.0,12.0,5.0,0.4,79.56,319.8968961686558,21.7883109303404,20.828620241834432
-1999,5,25,11,30,14.0,202.0,216.0,13.0,5.0,0.2,73.32000000000002,211.44474294779448,19.55804873024673,18.923714501403346
-1999,5,25,12,30,21.0,330.0,350.0,13.0,5.0,0.4,67.21000000000001,343.4989614929085,23.510494723802996,22.47999783932427
-1999,5,25,13,30,122.0,464.0,573.0,13.0,4.0,0.5,65.77,567.7105295584713,30.253924956398155,28.55079336772274
-1999,5,25,14,30,0.0,50.0,50.0,14.0,4.0,0.5,64.4,48.86923663973578,15.485239567978843,15.338631858059635
-1999,5,25,15,30,348.0,292.0,522.0,14.0,4.0,0.5,62.82,512.9418389658139,29.58938849239978,28.050562975502338
-1999,5,25,16,30,431.0,183.0,398.0,13.0,3.0,0.7000000000000001,61.23,374.0972699813032,24.217045414177413,23.094753604233503
-1999,5,25,17,30,98.0,127.0,158.0,12.0,3.0,0.8,64.22,146.6451998247989,16.367486545580267,15.92755094610587
-1999,5,25,18,30,341.0,42.0,86.0,11.0,5.0,0.8,81.98,41.38184936305556,12.23246223224697,12.108316684157803
-1999,5,25,19,30,0.0,0.0,0.0,9.0,4.0,1.0,90.68,0.0,9.0,9.0
-1999,5,25,20,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,93.78,0.0,8.0,8.0
-1999,5,25,21,30,0.0,0.0,0.0,7.0,3.0,1.5,98.64,0.0,7.0,7.0
-1999,5,25,22,30,0.0,0.0,0.0,6.0,3.0,1.6,96.67,0.0,6.0,6.0
-1999,5,25,23,30,0.0,0.0,0.0,6.0,3.0,1.6,94.12,0.0,6.0,6.0
-1999,5,26,0,30,0.0,0.0,0.0,6.0,2.0,1.6,91.99,0.0,6.0,6.0
-1999,5,26,1,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,90.72,0.0,6.0,6.0
-1999,5,26,2,30,0.0,0.0,0.0,6.0,2.0,1.9,90.45,0.0,6.0,6.0
-1999,5,26,3,30,0.0,0.0,0.0,6.0,2.0,2.0,96.74,0.0,6.0,6.0
-1999,5,26,4,30,0.0,0.0,0.0,6.0,2.0,2.2,90.45,0.0,6.0,6.0
-1999,5,26,5,30,397.0,38.0,95.0,9.0,3.0,2.5,82.32000000000002,44.32994407865436,10.17813980244075,10.045149970204788
-1999,5,26,6,30,598.0,76.0,273.0,12.0,3.0,2.4000000000000004,66.04,222.56054828696966,17.95440786182937,17.28672621696846
-1999,5,26,7,30,814.0,85.0,502.0,15.0,4.0,2.0,54.88,465.573269292904,27.792800341655184,26.396080533776473
-1999,5,26,8,30,885.0,97.0,692.0,17.0,3.0,2.5,45.99,686.2740994049286,35.23884168359344,33.18001938537866
-1999,5,26,9,30,924.0,106.0,849.0,18.0,3.0,2.9000000000000004,42.7,870.2341266025402,40.52150214883463,37.91079976902701
-1999,5,26,10,30,945.0,113.0,960.0,19.0,3.0,3.2,40.37,1001.5309366872888,44.409612901585035,41.40502009152317
-1999,5,26,11,30,952.0,117.0,1016.0,20.0,3.0,3.2,38.59,1066.734379240741,47.06387456684527,43.86367142912305
-1999,5,26,12,30,949.0,119.0,1012.0,21.0,3.0,3.1,39.07,1063.5051539887522,48.161053173440806,44.97053771147455
-1999,5,26,13,30,934.0,118.0,950.0,21.0,4.0,2.9000000000000004,39.46,989.7851468787889,46.61546097869402,43.646105538057654
-1999,5,26,14,30,904.0,113.0,833.0,20.0,3.0,2.8000000000000003,39.44,850.8765663221149,42.16709015544092,39.614460456474575
-1999,5,26,15,30,576.0,222.0,603.0,19.0,3.0,2.7,41.71,593.9890378603465,34.5777211239501,32.79575401036906
-1999,5,26,16,30,75.0,216.0,253.0,18.0,3.0,2.4000000000000004,44.48,245.1566638599811,24.558946668236608,23.823476676656664
-1999,5,26,17,30,35.0,119.0,130.0,17.0,4.0,1.6,51.8,124.39318368022732,20.510745692680853,20.13756614164017
-1999,5,26,18,30,0.0,38.0,38.0,14.0,7.0,0.8,73.53,37.14061984619919,15.106147065615406,14.99472520607681
-1999,5,26,19,30,0.0,0.0,0.0,12.0,7.0,0.6000000000000001,82.49,0.0,12.0,12.0
-1999,5,26,20,30,0.0,0.0,0.0,11.0,6.0,0.7000000000000001,84.98,0.0,11.0,11.0
-1999,5,26,21,30,0.0,0.0,0.0,10.0,6.0,0.9,91.09,0.0,10.0,10.0
-1999,5,26,22,30,0.0,0.0,0.0,10.0,6.0,1.2000000000000002,92.13,0.0,10.0,10.0
-1999,5,26,23,30,0.0,0.0,0.0,10.0,6.0,1.5,98.23,0.0,10.0,10.0
-1999,5,27,0,30,0.0,0.0,0.0,10.0,6.0,1.8,98.76,0.0,10.0,10.0
-1999,5,27,1,30,0.0,0.0,0.0,10.0,6.0,2.2,99.9,0.0,10.0,10.0
-1999,5,27,2,30,0.0,0.0,0.0,10.0,7.0,2.6,100.0,0.0,10.0,10.0
-1999,5,27,3,30,0.0,0.0,0.0,9.0,7.0,2.6,100.0,0.0,9.0,9.0
-1999,5,27,4,30,0.0,0.0,0.0,9.0,7.0,2.7,100.0,0.0,9.0,9.0
-1999,5,27,5,30,0.0,20.0,20.0,9.0,7.0,2.8000000000000003,100.0,19.547694655894315,9.50925777829472,9.450614694327037
-1999,5,27,6,30,0.0,81.0,81.0,10.0,7.0,2.6,96.43,79.16816335637198,12.09007518651185,11.852570696442735
-1999,5,27,7,30,0.0,90.0,90.0,12.0,7.0,1.9,91.31,87.96462595152441,14.433259437201926,14.169365559347353
-1999,5,27,8,30,0.0,94.0,94.0,13.0,7.0,1.4,79.09,91.87416488270327,15.627984348852902,15.352361854204792
-1999,5,27,9,30,0.0,92.0,92.0,14.0,6.0,1.4,71.4,89.91939541711383,16.57206978823901,16.302311601987668
-1999,5,27,10,30,378.0,421.0,760.0,15.0,6.0,1.6,64.97,767.8534822746678,36.67110950737953,34.36754906055553
-1999,5,27,11,30,369.0,462.0,811.0,16.0,6.0,1.9,59.92,820.6583977371679,38.70088424082442,36.23890904761292
-1999,5,27,12,30,58.0,429.0,484.0,16.0,6.0,2.1,59.56,477.1905426216721,29.024738613014232,27.593166985149217
-1999,5,27,13,30,0.0,67.0,67.0,15.0,6.0,2.0,63.56,65.48477709724594,16.79935948662856,16.602905155336824
-1999,5,27,14,30,0.0,27.0,27.0,14.0,6.0,1.8,68.26,26.389387785457323,14.734877253537,14.655709090180629
-1999,5,27,15,30,0.0,116.0,117.0,13.0,6.0,1.4,74.05,113.38416742658879,16.2432601459313,15.903107643651532
-1999,5,27,16,30,0.0,8.0,8.0,12.0,6.0,1.0,80.77,7.819077862357725,12.22975527087768,12.206298037290606
-1999,5,27,17,30,194.0,127.0,189.0,11.0,7.0,0.7000000000000001,88.23,169.18434412271787,16.072874419765725,15.565321387397573
-1999,5,27,18,30,32.0,49.0,53.0,10.0,7.0,0.6000000000000001,96.06,47.98409927664473,11.448517348817784,11.30456505098785
-1999,5,27,19,30,0.0,0.0,0.0,9.0,7.0,0.8,100.0,0.0,9.0,9.0
-1999,5,27,20,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
-1999,5,27,21,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,5,27,22,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
-1999,5,27,23,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,5,28,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,5,28,1,30,0.0,0.0,0.0,6.0,4.0,1.5,100.0,0.0,6.0,6.0
-1999,5,28,2,30,0.0,0.0,0.0,6.0,4.0,1.6,100.0,0.0,6.0,6.0
-1999,5,28,3,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,100.0,0.0,6.0,6.0
-1999,5,28,4,30,0.0,0.0,0.0,7.0,3.0,1.9,99.55,0.0,7.0,7.0
-1999,5,28,5,30,352.0,49.0,100.0,9.0,4.0,2.5,84.85000000000002,54.69253562067656,10.45354239555999,10.28946478869796
-1999,5,28,6,30,631.0,81.0,291.0,12.0,5.0,2.8000000000000003,72.84,236.0853814401104,18.150511298466544,17.442255154146213
-1999,5,28,7,30,774.0,99.0,497.0,15.0,4.0,2.7,57.36,460.66792173030586,27.08129436414207,25.699290598951155
-1999,5,28,8,30,856.0,110.0,688.0,18.0,3.0,2.8000000000000003,42.34,679.5468125130571,35.70359656622257,33.6649561286834
-1999,5,28,9,30,905.0,117.0,847.0,20.0,2.0,3.0,37.4,864.9792945396713,42.237633988034275,39.642696104415265
-1999,5,28,10,30,934.0,122.0,960.0,21.0,1.0,3.1,34.13,999.6398784493787,46.52998618861666,43.53106655326852
-1999,5,28,11,30,946.0,123.0,1017.0,22.0,1.0,3.2,31.82,1066.3623908346012,49.05443693385996,45.85534976135616
-1999,5,28,12,30,945.0,123.0,1014.0,23.0,1.0,3.2,30.09,1063.4187199871299,49.97975373236912,46.78949757240773
-1999,5,28,13,30,931.0,120.0,951.0,23.0,2.0,3.1,28.72,989.263378599975,48.26497885592362,45.2971887201237
-1999,5,28,14,30,901.0,115.0,834.0,22.0,2.0,2.9000000000000004,31.05,851.110430558427,44.026584346389185,41.47325305471391
-1999,5,28,15,30,852.0,106.0,673.0,22.0,2.0,2.6,33.6,662.4275745744006,39.488386464730944,37.50110374100774
-1999,5,28,16,30,776.0,92.0,482.0,21.0,2.0,2.3000000000000003,36.4,443.6637953900831,32.94916535128064,31.618173965110394
-1999,5,28,17,30,641.0,73.0,279.0,19.0,3.0,1.6,43.31,221.01444089039802,25.237685003471515,24.574641680800323
-1999,5,28,18,30,368.0,42.0,92.0,16.0,7.0,1.2000000000000002,68.41,42.67814728869687,17.2372876640853,17.10925322221921
-1999,5,28,19,30,0.0,0.0,0.0,14.0,6.0,1.5,72.58,0.0,14.0,14.0
-1999,5,28,20,30,0.0,0.0,0.0,12.0,5.0,1.9,74.15,0.0,12.0,12.0
-1999,5,28,21,30,0.0,0.0,0.0,12.0,5.0,2.2,78.56,0.0,12.0,12.0
-1999,5,28,22,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,83.17,0.0,11.0,11.0
-1999,5,28,23,30,0.0,0.0,0.0,10.0,5.0,2.3000000000000003,81.54,0.0,10.0,10.0
-1999,5,29,0,30,0.0,0.0,0.0,10.0,4.0,2.2,85.15,0.0,10.0,10.0
-1999,5,29,1,30,0.0,0.0,0.0,9.0,4.0,2.2,82.83,0.0,9.0,9.0
-1999,5,29,2,30,0.0,0.0,0.0,8.0,3.0,2.2,86.54,0.0,8.0,8.0
-1999,5,29,3,30,0.0,0.0,0.0,8.0,3.0,2.3000000000000003,84.55,0.0,8.0,8.0
-1999,5,29,4,30,0.0,0.0,0.0,9.0,3.0,2.5,76.87,0.0,9.0,9.0
-1999,5,29,5,30,443.0,41.0,107.0,12.0,4.0,3.2,66.52,48.86786930773634,13.239815563303496,13.093211955380287
-1999,5,29,6,30,692.0,68.0,299.0,16.0,4.0,3.4000000000000004,52.07,238.73441294766502,21.97736406164218,21.261160822799187
-1999,5,29,7,30,809.0,86.0,502.0,19.0,3.0,2.8000000000000003,41.5,464.460555840393,31.100155795173887,29.706774127652707
-1999,5,29,8,30,779.0,145.0,671.0,22.0,3.0,1.9,32.79,662.2215570795713,40.318236857738796,38.33157218650008
-1999,5,29,9,30,11.0,182.0,192.0,23.0,3.0,1.3,31.06,187.01410375792452,28.385431024357008,27.824388713083234
-1999,5,29,10,30,18.0,282.0,299.0,24.0,3.0,1.1,31.63,292.59232906403383,32.53983234920908,31.66205536201698
-1999,5,29,11,30,178.0,508.0,676.0,23.0,3.0,1.3,32.44,674.5121308301927,42.42387489865533,40.40033850616475
-1999,5,29,12,30,0.0,45.0,45.0,22.0,4.0,2.1,36.23,43.982312975762206,23.200480895865663,23.068533956938378
-1999,5,29,13,30,828.0,173.0,914.0,21.0,5.0,3.2,43.88,944.7557586703374,44.96918281302378,42.134915537012766
-1999,5,29,14,30,15.0,239.0,252.0,19.0,6.0,3.7,52.65,245.90707650209083,25.036380002191763,24.29865877268549
-1999,5,29,15,30,4.0,133.0,136.0,17.0,6.0,3.2,57.59,132.6210134456901,20.364697475464077,19.966834435127005
-1999,5,29,16,30,19.0,179.0,189.0,17.0,6.0,2.2,57.59,183.63463453643763,21.978904288028247,21.428000384418933
-1999,5,29,17,30,0.0,12.0,12.0,16.0,7.0,1.4,63.64,11.728616793536586,16.33548736368335,16.30030151330274
-1999,5,29,18,30,331.0,47.0,92.0,14.0,9.0,0.9,82.13,47.880905269210345,15.416439647742736,15.272796931935105
-1999,5,29,19,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,92.08,0.0,12.0,12.0
-1999,5,29,20,30,0.0,0.0,0.0,11.0,8.0,0.8,96.44,0.0,11.0,11.0
-1999,5,29,21,30,0.0,0.0,0.0,10.0,7.0,1.0,98.66,0.0,10.0,10.0
-1999,5,29,22,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.44,0.0,10.0,10.0
-1999,5,29,23,30,0.0,0.0,0.0,10.0,6.0,1.4,97.03,0.0,10.0,10.0
-1999,5,30,0,30,0.0,0.0,0.0,9.0,5.0,1.6,93.33,0.0,9.0,9.0
-1999,5,30,1,30,0.0,0.0,0.0,8.0,5.0,1.9,95.33,0.0,8.0,8.0
-1999,5,30,2,30,0.0,0.0,0.0,8.0,4.0,2.2,90.58,0.0,8.0,8.0
-1999,5,30,3,30,0.0,0.0,0.0,8.0,3.0,2.4000000000000004,92.01,0.0,8.0,8.0
-1999,5,30,4,30,0.0,0.0,0.0,9.0,3.0,2.8000000000000003,82.24,0.0,9.0,9.0
-1999,5,30,5,30,370.0,48.0,104.0,11.0,3.0,3.4000000000000004,68.16,54.42875584227228,12.36277164684597,12.199485379319153
-1999,5,30,6,30,657.0,77.0,298.0,15.0,3.0,3.5,53.22,238.96377922710622,20.94375799529112,20.2268666576098
-1999,5,30,7,30,797.0,93.0,504.0,18.0,2.0,2.9000000000000004,40.21,465.67260007150594,30.051522851796673,28.654505051582156
-1999,5,30,8,30,870.0,105.0,694.0,21.0,0.0,2.2,29.43,683.8222135893612,39.54054035113656,37.48907371036848
-1999,5,30,9,30,312.0,391.0,643.0,22.0,0.0,1.4,27.61,640.8152681497512,40.32998969137374,38.407543886924486
-1999,5,30,10,30,387.0,432.0,781.0,23.0,0.0,0.7000000000000001,26.26,786.8740472155046,46.593868844044295,44.23324670239778
-1999,5,30,11,30,51.0,448.0,496.0,24.0,0.0,0.30000000000000004,24.84,488.86005895066165,39.0598699303673,37.593289753515315
-1999,5,30,12,30,368.0,468.0,816.0,25.0,0.0,0.30000000000000004,23.39,824.7147055898308,50.40624043310832,47.93209631633883
-1999,5,30,13,30,398.0,442.0,798.0,25.0,0.0,0.30000000000000004,24.74,804.9201075287922,49.796446143996164,47.38168582140979
-1999,5,30,14,30,262.0,399.0,610.0,24.0,0.0,0.4,26.19,605.0165919468535,42.512497591938015,40.69744781609745
-1999,5,30,15,30,446.0,261.0,558.0,23.0,0.0,0.6000000000000001,27.91,548.2347597382561,39.54980655419615,37.90510227498138
-1999,5,30,16,30,744.0,105.0,481.0,22.0,1.0,0.9,30.84,443.2166818603702,35.11148310998424,33.78183306440313
-1999,5,30,17,30,468.0,96.0,249.0,20.0,2.0,0.9,38.33,204.26030328254842,26.042542228528106,25.42976131868046
-1999,5,30,18,30,191.0,51.0,77.0,17.0,6.0,0.8,58.21,51.24277929802466,18.526147118416723,18.37241878052265
-1999,5,30,19,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,63.52,0.0,15.0,15.0
-1999,5,30,20,30,0.0,0.0,0.0,14.0,5.0,0.7000000000000001,66.62,0.0,14.0,14.0
-1999,5,30,21,30,0.0,0.0,0.0,12.0,5.0,0.8,78.47,0.0,12.0,12.0
-1999,5,30,22,30,0.0,0.0,0.0,11.0,5.0,1.0,83.64,0.0,11.0,11.0
-1999,5,30,23,30,0.0,0.0,0.0,10.0,4.0,1.1,80.3,0.0,10.0,10.0
-1999,5,31,0,30,0.0,0.0,0.0,10.0,4.0,1.2000000000000002,82.29,0.0,10.0,10.0
-1999,5,31,1,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.97,0.0,9.0,9.0
-1999,5,31,2,30,0.0,0.0,0.0,8.0,3.0,1.3,90.3,0.0,8.0,8.0
-1999,5,31,3,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,88.25,0.0,7.0,7.0
-1999,5,31,4,30,0.0,0.0,0.0,7.0,3.0,1.4,87.91,0.0,7.0,7.0
-1999,5,31,5,30,0.0,12.0,12.0,9.0,3.0,1.7000000000000002,77.78,11.728616793536586,9.328806026543395,9.293620176162785
-1999,5,31,6,30,271.0,128.0,220.0,11.0,3.0,1.8,69.85000000000001,192.6765031059566,16.36554999209372,15.78752048277585
-1999,5,31,7,30,238.0,228.0,351.0,14.0,4.0,1.5,58.42,334.75129496957777,23.51124111623286,22.506987231324125
-1999,5,31,8,30,796.0,134.0,673.0,16.0,3.0,1.3,53.55,662.5945719363466,35.08068585509208,33.09290213928304
-1999,5,31,9,30,594.0,301.0,781.0,17.0,3.0,1.8,48.82,786.4985320293936,38.90198142630488,36.5424858302167
-1999,5,31,10,30,237.0,470.0,684.0,18.0,3.0,2.4000000000000004,42.67,682.6273208603766,36.26308174254494,34.21519977996381
-1999,5,31,11,30,934.0,125.0,1010.0,20.0,3.0,2.9000000000000004,39.46,1055.9227986121427,47.327091469958255,44.15932307412183
-1999,5,31,12,30,104.0,496.0,594.0,21.0,2.0,3.7,35.56,588.5808369173961,35.44813074995527,33.68238823920308
-1999,5,31,13,30,390.0,438.0,788.0,21.0,1.0,4.4,31.75,793.5959293839164,39.60613117870466,37.22534339055291
-1999,5,31,14,30,877.0,128.0,832.0,20.0,1.0,4.6000000000000005,32.68,845.269473900054,39.56034242839656,37.0245340066964
-1999,5,31,15,30,818.0,123.0,671.0,19.0,1.0,4.7,34.99,658.4420953112245,34.13788822392574,32.162561937992066
-1999,5,31,16,30,0.0,75.0,75.0,17.0,1.0,4.6000000000000005,44.02,73.30385495960367,18.696321171656205,18.476409606777395
-1999,5,31,17,30,0.0,101.0,101.0,14.0,2.0,4.1000000000000005,53.36,98.71585801226628,16.360353478072508,16.06420590403571
-1999,5,31,18,30,175.0,54.0,79.0,11.0,3.0,3.0,68.18,54.315793625493605,12.396397284927074,12.233449904050593
-1999,5,31,19,30,0.0,0.0,0.0,9.0,4.0,1.9,82.58,0.0,9.0,9.0
-1999,5,31,20,30,0.0,0.0,0.0,8.0,3.0,1.2000000000000002,93.05,0.0,8.0,8.0
-1999,5,31,21,30,0.0,0.0,0.0,7.0,3.0,1.0,88.93,0.0,7.0,7.0
-1999,5,31,22,30,0.0,0.0,0.0,7.0,2.0,1.1,83.32000000000002,0.0,7.0,7.0
-1999,5,31,23,30,0.0,0.0,0.0,7.0,1.0,1.4,83.65,0.0,7.0,7.0
-1999,6,1,0,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.15,0.0,6.0,6.0
-1999,6,1,1,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,75.62,0.0,6.0,6.0
-1999,6,1,2,30,0.0,0.0,0.0,6.0,0.0,1.5,78.51,0.0,6.0,6.0
-1999,6,1,3,30,0.0,0.0,0.0,5.0,0.0,1.3,76.9,0.0,5.0,5.0
-1999,6,1,4,30,0.0,0.0,0.0,6.0,0.0,1.3,75.75,0.0,6.0,6.0
-1999,6,1,5,30,575.0,32.0,119.0,8.0,0.0,1.9,66.5,43.34590954327386,9.1990256574091,9.06898792877928
-1999,6,1,6,30,794.0,48.0,316.0,11.0,0.0,2.4000000000000004,50.18,244.9508030123779,17.553439045889135,16.818586636852
-1999,6,1,7,30,894.0,58.0,521.0,14.0,-1.0,2.1,40.49,476.97599950166097,27.018882738243516,25.58795473973853
-1999,6,1,8,30,948.0,66.0,709.0,17.0,0.0,1.7000000000000002,36.78,697.4599171843597,36.5529471274953,34.46056737594222
-1999,6,1,9,30,979.0,72.0,864.0,19.0,0.0,1.3,31.61,881.5154561391729,44.38493402661861,41.74038765820109
-1999,6,1,10,30,996.0,77.0,974.0,21.0,0.0,1.2000000000000002,30.89,1013.2400120741761,50.37497167383006,47.335251637607534
-1999,6,1,11,30,1003.0,79.0,1030.0,22.0,1.0,1.2000000000000002,29.97,1079.7900952154066,53.30433370441435,50.06496341876813
-1999,6,1,12,30,559.0,414.0,944.0,23.0,1.0,1.2000000000000002,28.74,962.5704112189188,50.90600275026717,48.01829151661041
-1999,6,1,13,30,21.0,281.0,301.0,23.0,1.0,1.2000000000000002,27.2,294.33866154689935,31.533210041472643,30.650194056831946
-1999,6,1,14,30,583.0,285.0,753.0,23.0,1.0,1.2000000000000002,29.06,757.5463739199614,44.962124482192756,42.68948536043287
-1999,6,1,15,30,32.0,268.0,289.0,22.0,1.0,1.1,31.19,283.0131367993788,30.260246427586743,29.411207017188605
-1999,6,1,16,30,0.0,92.0,92.0,21.0,1.0,1.2000000000000002,33.74,89.91939541711383,23.60686477224537,23.33710658599403
-1999,6,1,17,30,575.0,79.0,268.0,19.0,2.0,1.3,38.16,214.2882670266857,25.17084304451723,24.527978243437172
-1999,6,1,18,30,0.0,2.0,2.0,16.0,5.0,1.4,57.35,1.9547694655894312,16.05591456061389,16.050050252217122
-1999,6,1,19,30,0.0,0.0,0.0,14.0,5.0,1.7000000000000002,69.91,0.0,14.0,14.0
-1999,6,1,20,30,0.0,0.0,0.0,12.0,4.0,1.9,69.62,0.0,12.0,12.0
-1999,6,1,21,30,0.0,0.0,0.0,11.0,4.0,2.0,71.5,0.0,11.0,11.0
-1999,6,1,22,30,0.0,0.0,0.0,10.0,3.0,2.1,74.48,0.0,10.0,10.0
-1999,6,1,23,30,0.0,0.0,0.0,9.0,3.0,2.1,76.48,0.0,9.0,9.0
-1999,6,2,0,30,0.0,0.0,0.0,9.0,2.0,2.0,78.47,0.0,9.0,9.0
-1999,6,2,1,30,0.0,0.0,0.0,8.0,1.0,1.8,74.88,0.0,8.0,8.0
-1999,6,2,2,30,0.0,0.0,0.0,8.0,1.0,1.7000000000000002,77.4,0.0,8.0,8.0
-1999,6,2,3,30,0.0,0.0,0.0,7.0,1.0,1.7000000000000002,75.39,0.0,7.0,7.0
-1999,6,2,4,30,0.0,0.0,0.0,8.0,0.0,1.9,67.63,0.0,8.0,8.0
-1999,6,2,5,30,107.0,54.0,70.0,11.0,1.0,2.8000000000000003,58.21,55.04960781413254,12.434155866710729,12.269007043268331
-1999,6,2,6,30,741.0,51.0,302.0,15.0,0.0,3.3000000000000003,41.68,234.69662700830952,20.915204291473728,20.2111144104488
-1999,6,2,7,30,848.0,75.0,514.0,18.0,0.0,3.4000000000000004,33.11,471.85217999297925,29.81410014699407,28.39854360701513
-1999,6,2,8,30,778.0,146.0,674.0,21.0,0.0,4.1000000000000005,27.37,661.9607582452132,36.82786605448392,34.84198377974828
-1999,6,2,9,30,921.0,106.0,851.0,23.0,0.0,5.0,26.39,866.4285318589062,42.53423716803627,39.93495157245955
-1999,6,2,10,30,942.0,112.0,961.0,24.0,0.0,5.9,24.17,996.3561943340478,45.1924035726479,42.203334989645754
-1999,6,2,11,30,11.0,162.0,173.0,25.0,0.0,6.6000000000000005,23.39,169.33418624394525,28.443491988747116,27.93548943001528
-1999,6,2,12,30,0.0,102.0,102.0,25.0,1.0,7.2,25.27,99.693242745061,26.95126347999807,26.652183751762887
-1999,6,2,13,30,21.0,317.0,337.0,24.0,1.0,7.4,28.0,329.5286349653361,30.368450762544516,29.379864857648506
-1999,6,2,14,30,0.0,79.0,79.0,23.0,2.0,7.3000000000000025,29.96,77.21339389078254,24.501711351299203,24.270071169626856
-1999,6,2,15,30,274.0,316.0,500.0,23.0,3.0,7.3000000000000025,32.79,489.52214259847557,32.520640412364955,31.05207398456953
-1999,6,2,16,30,142.0,231.0,304.0,21.0,3.0,6.9,36.32,291.19746096401104,26.80932737845854,25.935734995566506
-1999,6,2,17,30,571.0,80.0,270.0,19.0,4.0,5.8000000000000025,47.88,215.01258671799945,23.60287042779526,22.957832667641263
-1999,6,2,18,30,0.0,9.0,9.0,16.0,6.0,4.800000000000002,59.2,8.796462595152441,16.200920835551187,16.17453144776573
-1999,6,2,19,30,0.0,0.0,0.0,14.0,6.0,3.6,69.7,0.0,14.0,14.0
-1999,6,2,20,30,0.0,0.0,0.0,13.0,6.0,2.7,81.37,0.0,13.0,13.0
-1999,6,2,21,30,0.0,0.0,0.0,11.0,6.0,2.5,85.3,0.0,11.0,11.0
-1999,6,2,22,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.08,0.0,10.0,10.0
-1999,6,2,23,30,0.0,0.0,0.0,9.0,4.0,2.2,83.29,0.0,9.0,9.0
-1999,6,3,0,30,0.0,0.0,0.0,8.0,3.0,2.2,81.09,0.0,8.0,8.0
-1999,6,3,1,30,0.0,0.0,0.0,7.0,1.0,2.3000000000000003,80.43,0.0,7.0,7.0
-1999,6,3,2,30,0.0,0.0,0.0,6.0,0.0,2.3000000000000003,79.95,0.0,6.0,6.0
-1999,6,3,3,30,0.0,0.0,0.0,6.0,0.0,2.2,80.13,0.0,6.0,6.0
-1999,6,3,4,30,0.0,0.0,0.0,6.0,0.0,2.5,71.37,0.0,6.0,6.0
-1999,6,3,5,30,491.0,41.0,116.0,9.0,0.0,3.2,59.1,50.59464576726143,10.283625214904704,10.13184127760292
-1999,6,3,6,30,730.0,64.0,312.0,13.0,0.0,3.7,44.76,244.6499580545602,19.005521009579585,18.271571135415904
-1999,6,3,7,30,844.0,80.0,518.0,16.0,0.0,4.0,36.37,474.7181393728598,27.425515952005107,26.001361533886527
-1999,6,3,8,30,910.0,91.0,708.0,19.0,-1.0,4.3,28.77,696.0513043124182,35.426297512735516,33.33814359979826
-1999,6,3,9,30,950.0,97.0,866.0,21.0,-1.0,4.7,24.41,881.3645070029401,41.262977544349724,38.618884023340904
-1999,6,3,10,30,454.0,441.0,851.0,23.0,-2.0,5.2,22.51,858.3495325834863,42.102312866688244,39.527264268937785
-1999,6,3,11,30,980.0,104.0,1035.0,24.0,-2.0,5.7,21.11,1080.9240835406563,47.28961328974399,44.04684103912202
-1999,6,3,12,30,980.0,103.0,1033.0,25.0,-2.0,6.2,19.96,1078.792309465712,47.50730152571636,44.27092459731922
-1999,6,3,13,30,969.0,101.0,972.0,26.0,-2.0,6.5,18.72,1007.4278229318096,46.6180027796105,43.59571931081507
-1999,6,3,14,30,477.0,353.0,737.0,26.0,-2.0,6.6000000000000005,18.54,737.3470262678179,40.99430584100691,38.78226476220346
-1999,6,3,15,30,124.0,326.0,410.0,25.0,-2.0,6.4,19.25,400.4821380005316,33.24891979041583,32.04747337641424
-1999,6,3,16,30,534.0,158.0,431.0,24.0,-2.0,5.9,20.79,400.94706330728786,32.52810674053706,31.3252655506152
-1999,6,3,17,30,714.0,64.0,301.0,21.0,0.0,4.5,26.92,234.48370579531286,26.461730366462362,25.758279249076423
-1999,6,3,18,30,464.0,39.0,108.0,17.0,3.0,3.0,45.4,44.151420782096636,18.135082818284648,18.002628555938358
-1999,6,3,19,30,0.0,0.0,0.0,14.0,2.0,2.5,53.24,0.0,14.0,14.0
-1999,6,3,20,30,0.0,0.0,0.0,12.0,1.0,2.4000000000000004,57.4,0.0,12.0,12.0
-1999,6,3,21,30,0.0,0.0,0.0,11.0,1.0,2.1,59.16,0.0,11.0,11.0
-1999,6,3,22,30,0.0,0.0,0.0,10.0,0.0,1.9,61.02,0.0,10.0,10.0
-1999,6,3,23,30,0.0,0.0,0.0,10.0,0.0,1.8,62.55,0.0,10.0,10.0
-1999,6,4,0,30,0.0,0.0,0.0,9.0,0.0,1.8,58.84,0.0,9.0,9.0
-1999,6,4,1,30,0.0,0.0,0.0,8.0,-1.0,1.8,58.64,0.0,8.0,8.0
-1999,6,4,2,30,0.0,0.0,0.0,8.0,-2.0,2.0,59.04,0.0,8.0,8.0
-1999,6,4,3,30,0.0,0.0,0.0,7.0,-3.0,2.1,56.11,0.0,7.0,7.0
-1999,6,4,4,30,0.0,0.0,0.0,8.0,-3.0,2.3000000000000003,50.12000000000001,0.0,8.0,8.0
-1999,6,4,5,30,562.0,38.0,124.0,11.0,-2.0,3.0,44.75,49.25264747880487,12.266229555423315,12.118471612986902
-1999,6,4,6,30,795.0,58.0,328.0,16.0,-2.0,3.3000000000000003,31.35,254.9412656501087,22.42544244401891,21.66061864706858
-1999,6,4,7,30,901.0,71.0,539.0,20.0,-4.0,3.2,22.8,492.5066371311228,32.49527352830105,31.017753616907683
-1999,6,4,8,30,959.0,80.0,732.0,22.0,-6.0,3.6,16.09,717.7099475072908,39.73433693662395,37.581207094102076
-1999,6,4,9,30,991.0,87.0,890.0,24.0,-6.0,4.3,15.09,905.2184714954429,45.36248841814368,42.64683300365735
-1999,6,4,10,30,1008.0,91.0,1000.0,25.0,-6.0,5.1000000000000005,14.7,1037.4187560265048,48.237822156615714,45.1255658885362
-1999,6,4,11,30,1015.0,92.0,1055.0,26.0,-5.0,6.0,14.27,1103.9874598991055,49.33100332651988,46.01904094682256
-1999,6,4,12,30,1011.0,91.0,1050.0,26.0,-5.0,6.8000000000000025,13.92,1097.997862318638,48.04492966215909,44.75093607520318
-1999,6,4,13,30,41.0,402.0,439.0,27.0,-4.0,7.3000000000000025,14.39,431.3674206458265,35.389598222826294,34.09549596088881
-1999,6,4,14,30,15.0,237.0,250.0,26.0,-4.0,7.6,14.98,243.99132354125013,30.656056860900645,29.924082890276892
-1999,6,4,15,30,485.0,255.0,583.0,25.0,-3.0,7.8000000000000025,16.31,569.7278943689348,35.73563108722206,34.02644740411525
-1999,6,4,16,30,509.0,166.0,427.0,24.0,-3.0,7.4,17.56,397.71594325164415,31.686234619165887,30.493086789410956
-1999,6,4,17,30,0.0,19.0,19.0,22.0,-3.0,5.9,21.53,18.570309923099597,22.394988764658123,22.339277834888826
-1999,6,4,18,30,246.0,51.0,88.0,19.0,-2.0,4.5,27.78,53.382499208860324,20.24341610850008,20.0832686108735
-1999,6,4,19,30,0.0,0.0,0.0,16.0,-2.0,4.5,34.99,0.0,16.0,16.0
-1999,6,4,20,30,0.0,0.0,0.0,14.0,-2.0,4.800000000000002,37.47,0.0,14.0,14.0
-1999,6,4,21,30,0.0,0.0,0.0,13.0,-1.0,4.4,45.42,0.0,13.0,13.0
-1999,6,4,22,30,0.0,0.0,0.0,11.0,0.0,3.8,52.14,0.0,11.0,11.0
-1999,6,4,23,30,0.0,0.0,0.0,9.0,0.0,3.2,60.79,0.0,9.0,9.0
-1999,6,5,0,30,0.0,0.0,0.0,8.0,0.0,2.6,67.85,0.0,8.0,8.0
-1999,6,5,1,30,0.0,0.0,0.0,7.0,-1.0,2.2,68.78,0.0,7.0,7.0
-1999,6,5,2,30,0.0,0.0,0.0,5.0,-1.0,1.8,69.76,0.0,5.0,5.0
-1999,6,5,3,30,0.0,0.0,0.0,4.0,-2.0,1.5,71.48,0.0,4.0,4.0
-1999,6,5,4,30,0.0,0.0,0.0,5.0,-3.0,1.2000000000000002,63.89,0.0,5.0,5.0
-1999,6,5,5,30,598.0,28.0,121.0,8.0,-2.0,0.7000000000000001,54.74,40.30079906355374,9.208391318509525,9.087488921318863
-1999,6,5,6,30,770.0,60.0,322.0,11.0,-5.0,1.0,36.33,250.56872449650416,18.362694960145834,17.61098878665632
-1999,6,5,7,30,225.0,232.0,349.0,14.0,-6.0,2.2,27.85,332.35606037257844,23.01120324234293,22.014135061225193
-1999,6,5,8,30,515.0,251.0,601.0,16.0,-5.0,3.2,25.68,588.5819447920214,30.932778239976635,29.16703240560057
-1999,6,5,9,30,375.0,365.0,670.0,18.0,-4.0,3.9,25.0,666.9867839282663,34.15882438136758,32.15786402958278
-1999,6,5,10,30,537.0,397.0,882.0,19.0,-4.0,4.6000000000000005,24.23,893.1607493241977,39.668592253516444,36.98911000554385
-1999,6,5,11,30,20.0,322.0,341.0,19.0,-3.0,5.300000000000002,23.7,334.69625924780837,26.400412658595968,25.396323880852542
-1999,6,5,12,30,4.0,121.0,125.0,19.0,-3.0,5.6000000000000005,26.59,122.25741257862575,21.65123015554447,21.284457917808595
-1999,6,5,13,30,390.0,451.0,802.0,18.0,-2.0,5.6000000000000005,29.71,806.7042843739116,35.493898163136464,33.07378531001473
-1999,6,5,14,30,142.0,413.0,528.0,16.0,-2.0,5.2,33.03,520.5879815951265,27.585530278250157,26.023766333464778
-1999,6,5,15,30,0.0,66.0,66.0,15.0,-1.0,5.1000000000000005,39.04,64.50739236445123,16.444943329628646,16.251421152535293
-1999,6,5,16,30,0.0,9.0,9.0,13.0,-1.0,5.5,42.97,8.796462595152441,13.191994306158094,13.165604918372637
-1999,6,5,17,30,0.0,72.0,72.0,11.0,-1.0,5.1000000000000005,49.53,70.37170076121953,12.576301814140344,12.365186711856685
-1999,6,5,18,30,164.0,52.0,77.0,9.0,-1.0,3.4000000000000004,55.73,53.4032709875988,10.337095849878118,10.176886036915322
-1999,6,5,19,30,0.0,0.0,0.0,7.0,0.0,1.6,67.54,0.0,7.0,7.0
-1999,6,5,20,30,0.0,0.0,0.0,7.0,0.0,1.1,74.41,0.0,7.0,7.0
-1999,6,5,21,30,0.0,0.0,0.0,6.0,0.0,1.5,73.35000000000002,0.0,6.0,6.0
-1999,6,5,22,30,0.0,0.0,0.0,6.0,-1.0,2.3000000000000003,74.15,0.0,6.0,6.0
-1999,6,5,23,30,0.0,0.0,0.0,5.0,-1.0,3.0,69.96000000000001,0.0,5.0,5.0
-1999,6,6,0,30,0.0,0.0,0.0,5.0,-2.0,3.6,67.08,0.0,5.0,5.0
-1999,6,6,1,30,0.0,0.0,0.0,5.0,-2.0,4.0,65.04,0.0,5.0,5.0
-1999,6,6,2,30,0.0,0.0,0.0,5.0,-3.0,4.1000000000000005,63.78,0.0,5.0,5.0
-1999,6,6,3,30,0.0,0.0,0.0,5.0,-3.0,4.0,64.59,0.0,5.0,5.0
-1999,6,6,4,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.55,0.0,6.0,6.0
-1999,6,6,5,30,0.0,2.0,2.0,8.0,-1.0,4.7,61.8,1.9547694655894312,8.04494105386693,8.039076745470162
-1999,6,6,6,30,0.0,12.0,12.0,10.0,0.0,5.0,54.16,11.728616793536586,10.264429867754247,10.229244017373636
-1999,6,6,7,30,0.0,17.0,17.0,13.0,0.0,5.1000000000000005,49.49,16.615540457510164,13.372182372783136,13.322335751410606
-1999,6,6,8,30,69.0,311.0,359.0,16.0,0.0,5.0,42.02,349.9396327658549,23.889633743105897,22.83981484480833
-1999,6,6,9,30,410.0,356.0,689.0,18.0,0.0,4.4,35.80000000000001,686.9925421530829,34.106777876261496,32.04580024980225
-1999,6,6,10,30,972.0,97.0,974.0,20.0,1.0,3.5,32.26,1008.8377611255731,45.09287193245706,42.066358649080335
-1999,6,6,11,30,361.0,465.0,808.0,21.0,1.0,2.6,30.78,815.0312250375091,42.517191601567546,40.072097926455015
-1999,6,6,12,30,591.0,393.0,955.0,22.0,1.0,1.7000000000000002,29.27,973.9888804215627,49.305301154126624,46.383334512861936
-1999,6,6,13,30,541.0,392.0,880.0,23.0,1.0,0.7000000000000001,27.74,890.8370268590133,49.71112619294909,47.03861511237205
-1999,6,6,14,30,507.0,342.0,752.0,23.0,1.0,0.5,29.47,751.9781180607292,45.85420710439195,43.598272750209766
-1999,6,6,15,30,570.0,222.0,609.0,22.0,1.0,1.1,29.45,594.4628917839564,39.35046660280007,37.5670779274482
-1999,6,6,16,30,708.0,110.0,475.0,21.0,1.0,1.6,31.39,436.4016636280871,33.31655317062679,32.00734817974253
-1999,6,6,17,30,709.0,62.0,302.0,20.0,2.0,1.5,36.78,233.8458121204239,26.644227928381195,25.942690492019924
-1999,6,6,18,30,484.0,38.0,112.0,17.0,5.0,1.3,55.61,45.39212751577333,18.307153668481842,18.170977285934523
-1999,6,6,19,30,0.0,0.0,0.0,14.0,4.0,1.7000000000000002,61.37000000000001,0.0,14.0,14.0
-1999,6,6,20,30,0.0,0.0,0.0,13.0,4.0,2.2,62.11,0.0,13.0,13.0
-1999,6,6,21,30,0.0,0.0,0.0,12.0,3.0,2.4000000000000004,66.09,0.0,12.0,12.0
-1999,6,6,22,30,0.0,0.0,0.0,10.0,3.0,2.0,75.14,0.0,10.0,10.0
-1999,6,6,23,30,0.0,0.0,0.0,9.0,3.0,1.8,79.13,0.0,9.0,9.0
-1999,6,7,0,30,0.0,0.0,0.0,8.0,3.0,1.8,82.08,0.0,8.0,8.0
-1999,6,7,1,30,0.0,0.0,0.0,8.0,2.0,1.8,79.21000000000002,0.0,8.0,8.0
-1999,6,7,2,30,0.0,0.0,0.0,8.0,2.0,2.0,83.07000000000002,0.0,8.0,8.0
-1999,6,7,3,30,0.0,0.0,0.0,7.0,2.0,2.2,82.02,0.0,7.0,7.0
-1999,6,7,4,30,0.0,0.0,0.0,8.0,1.0,2.7,75.04,0.0,8.0,8.0
-1999,6,7,5,30,545.0,37.0,122.0,11.0,2.0,3.3000000000000003,63.09,47.917045293874295,12.207682937629226,12.063931801747604
-1999,6,7,6,30,769.0,58.0,320.0,15.0,2.0,3.3000000000000003,49.79,248.0557250956147,21.251901905510795,20.50773473022395
-1999,6,7,7,30,874.0,71.0,526.0,19.0,0.0,2.9000000000000004,33.93,479.0430813057418,31.397548493221933,29.960419249304707
-1999,6,7,8,30,931.0,82.0,716.0,22.0,-1.0,3.0,23.59,699.976629781725,39.99560312197724,37.89567323263206
-1999,6,7,9,30,965.0,90.0,873.0,24.0,-2.0,3.6,21.06,885.5812518568292,45.88237234238237,43.22562858681188
-1999,6,7,10,30,983.0,96.0,984.0,25.0,-2.0,4.1000000000000005,18.29,1017.9093245714173,49.33880293393222,46.28507496021797
-1999,6,7,11,30,990.0,100.0,1041.0,26.0,-2.0,4.6000000000000005,17.04,1086.327137863737,51.13864685995648,47.87966544636527
-1999,6,7,12,30,988.0,100.0,1040.0,27.0,-2.0,4.9,15.86,1083.8727557691577,51.59615446519442,48.344536197886946
-1999,6,7,13,30,377.0,427.0,768.0,28.0,-2.0,5.2,14.68,771.2324623572274,45.16354844925742,42.849851062185735
-1999,6,7,14,30,537.0,330.0,765.0,28.0,-3.0,5.5,14.55,765.2232928509608,44.70199964789212,42.40632976933924
-1999,6,7,15,30,0.0,34.0,34.0,27.0,-3.0,5.7,15.32,33.23108091502033,27.715997576051702,27.61630433330664
-1999,6,7,16,30,621.0,136.0,457.0,26.0,-2.0,5.5,16.68,421.9920981090191,35.21052971057799,33.944553416250926
-1999,6,7,17,30,475.0,100.0,261.0,24.0,-1.0,4.7,21.86,214.3530611270357,28.928075988616207,28.2850168052351
-1999,6,7,18,30,235.0,50.0,87.0,19.0,2.0,3.8,37.65,53.18829885707289,20.297071214283413,20.137506317712194
-1999,6,7,19,30,0.0,0.0,0.0,16.0,1.0,3.2,44.19,0.0,16.0,16.0
-1999,6,7,20,30,0.0,0.0,0.0,14.0,1.0,3.0,48.71,0.0,14.0,14.0
-1999,6,7,21,30,0.0,0.0,0.0,13.0,1.0,2.9000000000000004,50.75,0.0,13.0,13.0
-1999,6,7,22,30,0.0,0.0,0.0,12.0,0.0,2.7,50.85,0.0,12.0,12.0
-1999,6,7,23,30,0.0,0.0,0.0,12.0,0.0,2.5,50.96,0.0,12.0,12.0
-1999,6,8,0,30,0.0,0.0,0.0,11.0,-1.0,2.3000000000000003,47.98,0.0,11.0,11.0
-1999,6,8,1,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,50.4,0.0,10.0,10.0
-1999,6,8,2,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,55.67,0.0,10.0,10.0
-1999,6,8,3,30,0.0,0.0,0.0,9.0,-1.0,2.2,56.54,0.0,9.0,9.0
-1999,6,8,4,30,0.0,0.0,0.0,10.0,-1.0,2.2,52.53,0.0,10.0,10.0
-1999,6,8,5,30,519.0,40.0,121.0,14.0,0.0,2.6,46.09,50.22546522969638,15.325974914121247,15.175298518432157
-1999,6,8,6,30,758.0,62.0,321.0,19.0,1.0,3.4000000000000004,36.11,249.02318772534585,25.234971466603618,24.48790190342758
-1999,6,8,7,30,871.0,76.0,530.0,22.0,-1.0,4.2,24.03,482.1965773948998,33.454260420980056,32.00767068879536
-1999,6,8,8,30,932.0,87.0,721.0,24.0,-3.0,5.0,17.37,705.1303327103396,39.89765646796955,37.78226546983853
-1999,6,8,9,30,966.0,95.0,879.0,26.0,-4.0,5.4,15.7,890.9093999787472,45.57153031709112,42.89880211715487
-1999,6,8,10,30,985.0,100.0,990.0,27.0,-4.0,5.6000000000000005,14.77,1023.3895835905031,49.19285741173618,46.12268866096467
-1999,6,8,11,30,993.0,103.0,1047.0,28.0,-4.0,5.9,13.86,1092.0830333567574,51.22850453417111,47.952255434100834
-1999,6,8,12,30,990.0,103.0,1045.0,28.0,-4.0,6.1000000000000005,13.08,1088.8152660627006,50.86283788790665,47.59639208971855
-1999,6,8,13,30,579.0,370.0,894.0,29.0,-4.0,6.1000000000000005,13.0,905.276695212553,48.00891268836472,45.29308260272706
-1999,6,8,14,30,195.0,415.0,574.0,28.0,-4.0,6.0,12.95,566.466968673641,39.971370337572665,38.271969431551746
-1999,6,8,15,30,739.0,158.0,661.0,27.0,-4.0,5.6000000000000005,13.83,644.8951873860983,40.98496444429452,39.050278882136226
-1999,6,8,16,30,842.0,81.0,518.0,26.0,-4.0,4.9,15.23,471.91304609342797,36.709048745871854,35.29330960759157
-1999,6,8,17,30,721.0,66.0,312.0,24.0,-2.0,3.4000000000000004,19.51,242.34461194452186,30.06775519324632,29.340721357412754
-1999,6,8,18,30,475.0,42.0,116.0,19.0,3.0,2.0,41.16,50.37883539626063,20.38428562199951,20.23314911581073
-1999,6,8,19,30,0.0,0.0,0.0,16.0,2.0,1.6,46.76,0.0,16.0,16.0
-1999,6,8,20,30,0.0,0.0,0.0,14.0,1.0,1.6,50.16,0.0,14.0,14.0
-1999,6,8,21,30,0.0,0.0,0.0,13.0,1.0,1.7000000000000002,50.42,0.0,13.0,13.0
-1999,6,8,22,30,0.0,0.0,0.0,12.0,0.0,1.8,50.76,0.0,12.0,12.0
-1999,6,8,23,30,0.0,0.0,0.0,11.0,0.0,1.9,51.23,0.0,11.0,11.0
-1999,6,9,0,30,0.0,0.0,0.0,11.0,-1.0,2.0,51.9,0.0,11.0,11.0
-1999,6,9,1,30,0.0,0.0,0.0,10.0,-1.0,2.0,54.63,0.0,10.0,10.0
-1999,6,9,2,30,0.0,0.0,0.0,9.0,-1.0,1.8,59.74,0.0,9.0,9.0
-1999,6,9,3,30,0.0,0.0,0.0,8.0,-1.0,1.5,60.73,0.0,8.0,8.0
-1999,6,9,4,30,0.0,0.0,0.0,9.0,0.0,1.1,56.9,0.0,9.0,9.0
-1999,6,9,5,30,467.0,44.0,117.0,11.0,1.0,1.6,59.45,52.93643246757067,12.494023601398952,12.33521430399624
-1999,6,9,6,30,706.0,69.0,311.0,14.0,0.0,2.6,45.71,242.71432863629485,20.407767645310326,19.67962465940144
-1999,6,9,7,30,820.0,87.0,514.0,16.0,0.0,2.8000000000000003,39.16,468.7172045645998,28.211050277128408,26.804898663434606
-1999,6,9,8,30,51.0,297.0,332.0,18.0,0.0,2.3000000000000003,35.26,324.19509855940726,26.731523462163644,25.75893816648542
-1999,6,9,9,30,17.0,253.0,267.0,20.0,0.0,2.0,31.39,261.3172962885797,27.180352090054807,26.396400201189067
-1999,6,9,10,30,247.0,469.0,693.0,22.0,0.0,2.3000000000000003,29.65,690.4377350619645,40.59551026417496,38.52419705898907
-1999,6,9,11,30,245.0,475.0,709.0,23.0,0.0,2.9000000000000004,28.14,708.8317448254923,41.344437636080784,39.217942401604304
-1999,6,9,12,30,405.0,506.0,892.0,24.0,1.0,3.5,26.78,898.8100668315894,46.35614760637504,43.65971740588027
-1999,6,9,13,30,574.0,350.0,869.0,24.0,1.0,4.0,25.51,881.169444285277,45.20798576477673,42.5644774319209
-1999,6,9,14,30,21.0,278.0,296.0,23.0,1.0,4.3,27.87,289.0521919835565,29.821418583390955,28.954262007440285
-1999,6,9,15,30,24.0,253.0,269.0,22.0,2.0,4.5,30.72,263.22159375178023,28.131109907302797,27.341445126047457
-1999,6,9,16,30,0.0,90.0,90.0,21.0,2.0,4.2,34.49,87.96462595152441,23.08954144578613,22.825647567931554
-1999,6,9,17,30,0.0,11.0,11.0,18.0,4.0,3.0,45.61,10.751232060741874,18.27640194973041,18.244148253548182
-1999,6,9,18,30,0.0,3.0,3.0,16.0,6.0,1.5,62.52,2.9321541983841466,16.083310881809556,16.074514419214402
-1999,6,9,19,30,0.0,0.0,0.0,14.0,8.0,0.7000000000000001,79.81,0.0,14.0,14.0
-1999,6,9,20,30,0.0,0.0,0.0,13.0,8.0,0.7000000000000001,92.06,0.0,13.0,13.0
-1999,6,9,21,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,98.11,0.0,12.0,12.0
-1999,6,9,22,30,0.0,0.0,0.0,11.0,8.0,0.5,98.36,0.0,11.0,11.0
-1999,6,9,23,30,0.0,0.0,0.0,10.0,8.0,0.2,100.0,0.0,10.0,10.0
-1999,6,10,0,30,0.0,0.0,0.0,9.0,7.0,0.2,100.0,0.0,9.0,9.0
-1999,6,10,1,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
-1999,6,10,2,30,0.0,0.0,0.0,9.0,6.0,0.5,100.0,0.0,9.0,9.0
-1999,6,10,3,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
-1999,6,10,4,30,0.0,0.0,0.0,9.0,6.0,0.2,100.0,0.0,9.0,9.0
-1999,6,10,5,30,0.0,7.0,7.0,10.0,7.0,0.30000000000000004,95.87,6.8416931295630095,10.21076585568449,10.190240776295802
-1999,6,10,6,30,52.0,133.0,151.0,12.0,8.0,0.7000000000000001,89.03,142.88385789075807,16.284272705314333,15.85562113164206
-1999,6,10,7,30,88.0,229.0,276.0,14.0,8.0,0.9,77.21000000000002,264.96596523438507,21.83837098213235,21.043473086429195
-1999,6,10,8,30,7.0,155.0,160.0,17.0,6.0,1.3,62.04,156.14736543712382,21.496563891700948,21.028121795389577
-1999,6,10,9,30,3.0,120.0,123.0,18.0,5.0,2.0,51.21,119.7663326784054,21.29088219333138,20.931583195296163
-1999,6,10,10,30,378.0,428.0,770.0,20.0,5.0,2.7,46.16,773.3033100446723,40.28034616850226,37.960436238368246
-1999,6,10,11,30,451.0,483.0,913.0,21.0,4.0,3.5,41.94,922.2093743177719,43.93815974815279,41.17153162519948
-1999,6,10,12,30,17.0,250.0,266.0,21.0,4.0,4.2,38.25,261.31373178312924,27.207334675813804,26.423393480464416
-1999,6,10,13,30,0.0,42.0,42.0,21.0,4.0,4.6000000000000005,37.71,41.05015877737806,21.949939856127475,21.82678937979534
-1999,6,10,14,30,357.0,373.0,663.0,20.0,4.0,4.9,40.7,659.3838578321865,34.963294476008045,32.985142902511484
-1999,6,10,15,30,492.0,255.0,591.0,19.0,4.0,4.9,44.76,576.4824447767969,32.082025710795605,30.352578376465218
-1999,6,10,16,30,0.0,24.0,24.0,18.0,5.0,4.2,49.8,23.457233587073173,18.557211052209635,18.486839351448413
-1999,6,10,17,30,0.0,5.0,5.0,16.0,6.0,2.6,60.04,4.886923663973579,16.129016986821718,16.114356215829797
-1999,6,10,18,30,0.0,3.0,3.0,14.0,7.0,0.8,74.63,2.9321541983841466,14.087327399917005,14.078530937321853
-1999,6,10,19,30,0.0,0.0,0.0,12.0,8.0,0.30000000000000004,91.52,0.0,12.0,12.0
-1999,6,10,20,30,0.0,0.0,0.0,11.0,8.0,0.6000000000000001,96.13,0.0,11.0,11.0
-1999,6,10,21,30,0.0,0.0,0.0,10.0,7.0,0.7000000000000001,100.0,0.0,10.0,10.0
-1999,6,10,22,30,0.0,0.0,0.0,9.0,7.0,0.7000000000000001,100.0,0.0,9.0,9.0
-1999,6,10,23,30,0.0,0.0,0.0,8.0,6.0,0.7000000000000001,100.0,0.0,8.0,8.0
-1999,6,11,0,30,0.0,0.0,0.0,8.0,6.0,0.8,100.0,0.0,8.0,8.0
-1999,6,11,1,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
-1999,6,11,2,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
-1999,6,11,3,30,0.0,0.0,0.0,6.0,3.0,1.2000000000000002,99.79,0.0,6.0,6.0
-1999,6,11,4,30,0.0,0.0,0.0,7.0,3.0,1.7000000000000002,87.89,0.0,7.0,7.0
-1999,6,11,5,30,372.0,51.0,110.0,9.0,3.0,2.6,77.29,57.56657573999239,10.519783539565076,10.3470838123451
-1999,6,11,6,30,638.0,82.0,300.0,13.0,3.0,2.7,60.47,238.02812775932892,19.242431354032107,18.52834697075412
-1999,6,11,7,30,773.0,101.0,504.0,16.0,2.0,2.1,45.39,459.6845424874873,28.54691884178729,27.167865214324827
-1999,6,11,8,30,848.0,115.0,692.0,19.0,0.0,1.7000000000000002,33.54,675.407199772371,37.934709997374696,35.908488398057585
-1999,6,11,9,30,889.0,126.0,848.0,20.0,0.0,1.7000000000000002,30.6,856.4534594621143,44.01025320225913,41.44089282387279
-1999,6,11,10,30,908.0,136.0,957.0,22.0,0.0,2.0,28.91,985.3291568652197,49.07440483800198,46.11841736740632
-1999,6,11,11,30,489.0,460.0,926.0,23.0,0.0,2.4000000000000004,27.67,937.5716081995906,48.08388749875533,45.27117267415656
-1999,6,11,12,30,77.0,481.0,554.0,23.0,1.0,2.8000000000000003,26.73,546.9813868338064,37.24999370672874,35.60904954622732
-1999,6,11,13,30,73.0,448.0,515.0,22.0,1.0,3.1,29.93,506.4721730418614,34.934885713777746,33.41546919465216
-1999,6,11,14,30,21.0,288.0,305.0,21.0,2.0,3.0,33.87,298.83894037508037,28.68280931044674,27.786292489321497
-1999,6,11,15,30,192.0,332.0,463.0,20.0,3.0,2.5,40.95,452.3352173651663,32.02153836869375,30.664532716598245
-1999,6,11,16,30,0.0,19.0,19.0,18.0,4.0,2.1,46.84,18.570309923099597,18.506869711587722,18.451158781818425
-1999,6,11,17,30,0.0,9.0,9.0,16.0,5.0,1.6,57.95,8.796462595152441,16.248262342462006,16.22187295467655
-1999,6,11,18,30,0.0,6.0,6.0,14.0,7.0,1.0,73.19,5.864308396768293,14.17231645315826,14.154723527967954
-1999,6,11,19,30,0.0,0.0,0.0,12.0,8.0,0.5,89.78,0.0,12.0,12.0
-1999,6,11,20,30,0.0,0.0,0.0,11.0,8.0,0.5,94.85,0.0,11.0,11.0
-1999,6,11,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
-1999,6,11,22,30,0.0,0.0,0.0,10.0,7.0,1.4,97.95,0.0,10.0,10.0
-1999,6,11,23,30,0.0,0.0,0.0,9.0,7.0,1.4,100.0,0.0,9.0,9.0
-1999,6,12,0,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
-1999,6,12,1,30,0.0,0.0,0.0,8.0,6.0,1.1,100.0,0.0,8.0,8.0
-1999,6,12,2,30,0.0,0.0,0.0,8.0,5.0,1.3,97.84,0.0,8.0,8.0
-1999,6,12,3,30,0.0,0.0,0.0,8.0,4.0,1.3,93.3,0.0,8.0,8.0
-1999,6,12,4,30,0.0,0.0,0.0,9.0,4.0,1.1,84.32000000000002,0.0,9.0,9.0
-1999,6,12,5,30,348.0,54.0,109.0,11.0,5.0,1.0,80.04,59.87804976859256,12.759452685647242,12.579818536341463
-1999,6,12,6,30,595.0,91.0,295.0,14.0,6.0,1.3,67.85,235.91349244240897,20.79358302787859,20.085842550551362
-1999,6,12,7,30,715.0,119.0,491.0,16.0,5.0,2.0,57.27,449.8149948866363,28.359801989935875,27.010357005275967
-1999,6,12,8,30,786.0,140.0,675.0,17.0,4.0,2.5,50.19,658.2728027727796,34.494662037804765,32.519843629486424
-1999,6,12,9,30,839.0,150.0,832.0,18.0,4.0,2.7,45.71,838.2909414131827,39.98468603580255,37.469813211563
-1999,6,12,10,30,16.0,235.0,249.0,20.0,4.0,3.0,42.43,244.69688799004203,26.290878715229187,25.556788051259062
-1999,6,12,11,30,0.0,77.0,77.0,21.0,4.0,3.3000000000000003,39.57,75.2586244251931,22.89678967203287,22.67101379875729
-1999,6,12,12,30,0.0,50.0,50.0,21.0,4.0,3.4000000000000004,39.68,48.86923663973578,22.223573992553305,22.076966282634096
-1999,6,12,13,30,0.0,54.0,54.0,20.0,4.0,3.3000000000000003,40.42,52.77877557091465,21.33021613363344,21.171879806920696
-1999,6,12,14,30,25.0,308.0,329.0,19.0,4.0,2.9000000000000004,44.43,321.7098632070388,27.32579320211811,26.360663612496992
-1999,6,12,15,30,135.0,331.0,424.0,18.0,5.0,2.4000000000000004,52.34,413.50735787334514,29.063018498096916,27.82249642447688
-1999,6,12,16,30,9.0,164.0,169.0,16.0,5.0,1.9,57.9,164.52475461312363,20.551050009992984,20.057475746153614
-1999,6,12,17,30,75.0,138.0,165.0,15.0,6.0,1.4,65.11,153.71626489886546,19.396926370259695,18.935777575563097
-1999,6,12,18,30,8.0,54.0,55.0,13.0,7.0,1.0,80.29,52.97265353335596,14.556544975751883,14.397627015151816
-1999,6,12,19,30,0.0,0.0,0.0,11.0,8.0,0.8,95.38,0.0,11.0,11.0
-1999,6,12,20,30,0.0,0.0,0.0,10.0,7.0,0.9,98.29,0.0,10.0,10.0
-1999,6,12,21,30,0.0,0.0,0.0,9.0,7.0,1.0,100.0,0.0,9.0,9.0
-1999,6,12,22,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
-1999,6,12,23,30,0.0,0.0,0.0,8.0,6.0,1.3,100.0,0.0,8.0,8.0
-1999,6,13,0,30,0.0,0.0,0.0,8.0,4.0,1.6,100.0,0.0,8.0,8.0
-1999,6,13,1,30,0.0,0.0,0.0,7.0,4.0,1.7000000000000002,99.34,0.0,7.0,7.0
-1999,6,13,2,30,0.0,0.0,0.0,6.0,3.0,1.6,99.15,0.0,6.0,6.0
-1999,6,13,3,30,0.0,0.0,0.0,6.0,2.0,1.4,92.92,0.0,6.0,6.0
-1999,6,13,4,30,0.0,0.0,0.0,7.0,2.0,1.6,82.43,0.0,7.0,7.0
-1999,6,13,5,30,0.0,18.0,18.0,10.0,3.0,2.3000000000000003,75.8,17.592925190304882,10.473828999111435,10.42105022354052
-1999,6,13,6,30,346.0,120.0,239.0,12.0,3.0,3.0,63.33,202.57990428235382,17.208098960518402,16.600359247671342
-1999,6,13,7,30,342.0,211.0,390.0,14.0,3.0,3.1,60.45,365.57065120493087,23.33637590639408,22.239663952779285
-1999,6,13,8,30,307.0,311.0,520.0,16.0,4.0,2.8000000000000003,54.42,507.46807609785105,29.22059043474782,27.698186206454267
-1999,6,13,9,30,4.0,126.0,130.0,17.0,4.0,2.6,48.27,126.45191571404621,20.338387555248797,19.95903180810666
-1999,6,13,10,30,0.0,98.0,98.0,19.0,4.0,2.7,45.61,95.78370381388214,21.511985459540586,21.224634348098938
-1999,6,13,11,30,0.0,88.0,88.0,20.0,4.0,2.9000000000000004,43.47,86.00985648593499,22.225919564004478,21.967889994546674
-1999,6,13,12,30,27.0,379.0,405.0,21.0,4.0,3.2,41.24,397.38465046416667,31.081955306068483,29.889801354675985
-1999,6,13,13,30,18.0,289.0,306.0,21.0,4.0,3.4000000000000004,39.18,299.3933331234338,28.496124784069522,27.59794478469922
-1999,6,13,14,30,16.0,251.0,264.0,20.0,4.0,3.4000000000000004,42.22,258.56041614876557,26.473761868548387,25.69808062010209
-1999,6,13,15,30,9.0,174.0,180.0,19.0,5.0,3.3000000000000003,45.35,176.06936819005256,23.43758521624596,22.909377111675802
-1999,6,13,16,30,501.0,176.0,439.0,18.0,5.0,3.0,48.56,408.02772829770606,28.48992887590714,27.26584569101402
-1999,6,13,17,30,439.0,109.0,261.0,17.0,5.0,2.5,52.18,217.2077920936665,22.772647599369403,22.121024223088405
-1999,6,13,18,30,414.0,43.0,110.0,14.0,6.0,1.6,67.35,52.64456134151209,15.485786129953071,15.327852445928535
-1999,6,13,19,30,0.0,0.0,0.0,12.0,7.0,1.0,82.09,0.0,12.0,12.0
-1999,6,13,20,30,0.0,0.0,0.0,11.0,6.0,1.1,91.74,0.0,11.0,11.0
-1999,6,13,21,30,0.0,0.0,0.0,10.0,6.0,1.3,90.1,0.0,10.0,10.0
-1999,6,13,22,30,0.0,0.0,0.0,10.0,6.0,1.6,89.46000000000002,0.0,10.0,10.0
-1999,6,13,23,30,0.0,0.0,0.0,9.0,6.0,1.9,95.67,0.0,9.0,9.0
-1999,6,14,0,30,0.0,0.0,0.0,9.0,6.0,2.0,95.67,0.0,9.0,9.0
-1999,6,14,1,30,0.0,0.0,0.0,9.0,6.0,2.3000000000000003,100.0,0.0,9.0,9.0
-1999,6,14,2,30,0.0,0.0,0.0,8.0,6.0,2.6,100.0,0.0,8.0,8.0
-1999,6,14,3,30,0.0,0.0,0.0,8.0,6.0,2.8000000000000003,100.0,0.0,8.0,8.0
-1999,6,14,4,30,0.0,0.0,0.0,9.0,6.0,3.5,100.0,0.0,9.0,9.0
-1999,6,14,5,30,422.0,46.0,112.0,11.0,6.0,4.3,81.72,53.202899839316764,12.255549204327945,12.095940504809995
-1999,6,14,6,30,667.0,73.0,301.0,15.0,6.0,4.6000000000000005,63.66,235.39882279912422,20.44735344569743,19.741156977300058
-1999,6,14,7,30,736.0,101.0,484.0,19.0,5.0,3.9,50.91,441.1835303835908,29.688378479455615,28.36482788830484
-1999,6,14,8,30,845.0,108.0,683.0,21.0,4.0,2.3000000000000003,39.0,665.2111467369255,38.916084360423795,36.92045092021302
-1999,6,14,9,30,96.0,402.0,480.0,22.0,4.0,1.1,35.98000000000001,471.9620413549052,35.77505938468846,34.35917326062375
-1999,6,14,10,30,166.0,476.0,627.0,23.0,4.0,1.0,36.71,620.9104804584649,41.24479281825553,39.38206137688014
-1999,6,14,11,30,394.0,505.0,881.0,22.0,5.0,1.5,40.59,886.5637848920273,47.189811211318556,44.53011985664247
-1999,6,14,12,30,0.0,57.0,57.0,21.0,5.0,1.8,45.25,55.71092976929879,22.551407535244778,22.38427474593688
-1999,6,14,13,30,11.0,168.0,178.0,20.0,6.0,2.0,47.43,174.54630001223714,24.796100020567113,24.2724611205304
-1999,6,14,14,30,73.0,391.0,451.0,20.0,7.0,1.9,51.9,442.5920893275172,32.24289157758234,30.91511530959979
-1999,6,14,15,30,342.0,306.0,540.0,19.0,7.0,1.6,52.56,527.5349007291288,33.88860422798229,32.3059995257949
-1999,6,14,16,30,630.0,135.0,467.0,18.0,7.0,1.2000000000000002,56.49,429.29115080958667,30.44563503670081,29.157761584272052
-1999,6,14,17,30,304.0,129.0,235.0,17.0,7.0,0.7000000000000001,62.13,203.03769953665915,23.087943642589636,22.478830543979658
-1999,6,14,18,30,0.0,53.0,53.0,15.0,9.0,0.5,79.28,51.801390838119936,16.574353942057574,16.418949769543215
-1999,6,14,19,30,0.0,0.0,0.0,13.0,10.0,0.6000000000000001,93.65,0.0,13.0,13.0
-1999,6,14,20,30,0.0,0.0,0.0,12.0,9.0,0.8,97.73,0.0,12.0,12.0
-1999,6,14,21,30,0.0,0.0,0.0,12.0,9.0,0.9,94.55,0.0,12.0,12.0
-1999,6,14,22,30,0.0,0.0,0.0,12.0,8.0,1.0,92.7,0.0,12.0,12.0
-1999,6,14,23,30,0.0,0.0,0.0,11.0,8.0,1.0,97.99,0.0,11.0,11.0
-1999,6,15,0,30,0.0,0.0,0.0,11.0,8.0,1.2000000000000002,95.56,0.0,11.0,11.0
-1999,6,15,1,30,0.0,0.0,0.0,10.0,7.0,1.4,98.2,0.0,10.0,10.0
-1999,6,15,2,30,0.0,0.0,0.0,10.0,6.0,1.6,98.82,0.0,10.0,10.0
-1999,6,15,3,30,0.0,0.0,0.0,9.0,6.0,1.6,100.0,0.0,9.0,9.0
-1999,6,15,4,30,0.0,0.0,0.0,10.0,6.0,1.6,93.66,0.0,10.0,10.0
-1999,6,15,5,30,0.0,6.0,6.0,11.0,6.0,2.0,84.56,5.864308396768293,11.16113667044435,11.143543745254044
-1999,6,15,6,30,0.0,18.0,18.0,12.0,6.0,3.0,87.21000000000002,17.592925190304882,12.452294099558848,12.399515323987934
-1999,6,15,7,30,0.0,40.0,40.0,12.0,7.0,3.3000000000000003,88.22,39.09538931178863,12.985345284172917,12.868059116237552
-1999,6,15,8,30,16.0,223.0,234.0,12.0,7.0,2.6,81.89,228.54545027477425,18.033702871939077,17.348066521114756
-1999,6,15,9,30,52.0,369.0,412.0,14.0,7.0,2.2,71.59,403.4561645685941,24.938947507766645,23.728579014060863
-1999,6,15,10,30,0.0,106.0,106.0,16.0,6.0,2.7,61.42,103.60278167623987,18.717045497054098,18.40623715202538
-1999,6,15,11,30,20.0,325.0,345.0,17.0,6.0,3.7,56.51,337.60227128106624,25.287258862345993,24.274452048502795
-1999,6,15,12,30,62.0,466.0,526.0,17.0,6.0,4.1000000000000005,56.67,517.3685760703082,29.37058303055252,27.818477302341595
-1999,6,15,13,30,19.0,295.0,313.0,17.0,6.0,3.7,57.48,306.2090629557159,24.516637139558064,23.598009950690916
-1999,6,15,14,30,35.0,341.0,370.0,17.0,6.0,3.2,61.91,362.2829561045125,26.191398226704845,25.104549358391306
-1999,6,15,15,30,29.0,269.0,289.0,16.0,6.0,2.8000000000000003,66.32000000000001,282.30997063817773,23.354757221680597,22.507827309766064
-1999,6,15,16,30,8.0,160.0,164.0,15.0,7.0,2.5,71.64,160.16270441997847,19.25658233651121,18.776094223251278
-1999,6,15,17,30,0.0,46.0,46.0,13.0,7.0,2.0,77.46000000000002,44.95969770855692,14.235381140073342,14.100502046947671
-1999,6,15,18,30,0.0,34.0,34.0,12.0,7.0,1.5,84.75,33.23108091502033,12.944189993841627,12.844496751096566
-1999,6,15,19,30,0.0,0.0,0.0,11.0,7.0,1.1,92.38,0.0,11.0,11.0
-1999,6,15,20,30,0.0,0.0,0.0,10.0,7.0,1.0,97.98,0.0,10.0,10.0
-1999,6,15,21,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
-1999,6,15,22,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
-1999,6,15,23,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
-1999,6,16,0,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,6,16,1,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,6,16,2,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,6,16,3,30,0.0,0.0,0.0,7.0,4.0,1.1,100.0,0.0,7.0,7.0
-1999,6,16,4,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
-1999,6,16,5,30,0.0,46.0,46.0,9.0,5.0,1.0,91.62,44.95969770855692,10.321092807546659,10.186213714420989
-1999,6,16,6,30,0.0,21.0,21.0,12.0,6.0,1.1,82.64,20.52507938868903,12.599061286036829,12.537486047870761
-1999,6,16,7,30,688.0,124.0,481.0,15.0,6.0,1.5,67.04,440.4639567005215,27.514839996569215,26.19344812646765
-1999,6,16,8,30,10.0,185.0,192.0,17.0,5.0,2.2,57.64,187.42913023853117,22.081784831068234,21.51949744035264
-1999,6,16,9,30,14.0,224.0,236.0,18.0,5.0,3.0,54.67,230.45393707753914,23.924708644683932,23.233346833451314
-1999,6,16,10,30,10.0,156.0,165.0,18.0,6.0,3.5,52.49,161.84255900901795,22.025518039593795,21.53999036256674
-1999,6,16,11,30,0.0,87.0,87.0,19.0,6.0,3.5,54.22,85.03247175314027,21.11501690957842,20.859919494318998
-1999,6,16,12,30,0.0,63.0,63.0,18.0,7.0,3.3000000000000003,59.55,61.57523816606709,19.551918822572343,19.367193108074144
-1999,6,16,13,30,0.0,63.0,63.0,17.0,7.0,2.9000000000000004,60.84,61.57523816606709,18.593556051503203,18.408830337005003
-1999,6,16,14,30,0.0,55.0,55.0,16.0,7.0,2.5,65.84,53.75616030370936,17.428656710412618,17.26738822950149
-1999,6,16,15,30,268.0,322.0,506.0,15.0,7.0,2.4000000000000004,70.91,494.1205942837039,28.219753338767926,26.737391555916815
-1999,6,16,16,30,261.0,230.0,368.0,15.0,7.0,2.6,76.19,348.4385199175115,24.198933935428865,23.15361837567633
-1999,6,16,17,30,15.0,122.0,128.0,14.0,8.0,2.8000000000000003,81.95,123.07338395282595,17.206315587712034,16.837095435853556
-1999,6,16,18,30,0.0,33.0,33.0,13.0,8.0,2.5,88.67,32.25369618222562,13.85719402624757,13.760432937700893
-1999,6,16,19,30,0.0,0.0,0.0,11.0,8.0,2.2,95.14,0.0,11.0,11.0
-1999,6,16,20,30,0.0,0.0,0.0,10.0,8.0,2.1,100.0,0.0,10.0,10.0
-1999,6,16,21,30,0.0,0.0,0.0,10.0,7.0,2.1,99.01,0.0,10.0,10.0
-1999,6,16,22,30,0.0,0.0,0.0,10.0,7.0,2.4000000000000004,98.3,0.0,10.0,10.0
-1999,6,16,23,30,0.0,0.0,0.0,10.0,7.0,3.2,97.54,0.0,10.0,10.0
-1999,6,17,0,30,0.0,0.0,0.0,10.0,7.0,3.9,96.16,0.0,10.0,10.0
-1999,6,17,1,30,0.0,0.0,0.0,9.0,7.0,3.9,100.0,0.0,9.0,9.0
-1999,6,17,2,30,0.0,0.0,0.0,9.0,6.0,3.6,99.35,0.0,9.0,9.0
-1999,6,17,3,30,0.0,0.0,0.0,9.0,6.0,3.3000000000000003,97.59,0.0,9.0,9.0
-1999,6,17,4,30,0.0,0.0,0.0,10.0,6.0,3.3000000000000003,96.25,0.0,10.0,10.0
-1999,6,17,5,30,0.0,35.0,35.0,12.0,6.0,3.1,79.85000000000002,34.20846564781505,12.87365627797602,12.771030881032575
-1999,6,17,6,30,0.0,97.0,97.0,16.0,7.0,2.2,64.12,94.80631908108742,18.570493250342366,18.286074293099105
-1999,6,17,7,30,422.0,200.0,420.0,19.0,7.0,1.8,52.46,391.0361123870296,29.889360020058007,28.716251682896917
-1999,6,17,8,30,680.0,186.0,648.0,21.0,6.0,2.2,45.15,630.958229808728,38.10723384993064,36.21435916050445
-1999,6,17,9,30,342.0,378.0,656.0,22.0,7.0,2.4000000000000004,43.09,650.5797516376231,39.40567777045175,37.45393851553889
-1999,6,17,10,30,394.0,446.0,803.0,23.0,7.0,2.2,41.2,804.9983477588544,44.826001046207466,42.411006002930904
-1999,6,17,11,30,0.0,75.0,75.0,22.0,7.0,1.7000000000000002,45.33,73.30385495960367,24.055037665896215,23.835126101017405
-1999,6,17,12,30,10.0,153.0,162.0,21.0,8.0,0.9,50.34,159.5211101062442,25.71904246037128,25.24047913005255
-1999,6,17,13,30,0.0,105.0,105.0,19.0,8.0,1.5,59.21,102.62539694344514,21.915880863334436,21.6080046725041
-1999,6,17,14,30,11.0,172.0,181.0,18.0,9.0,2.9000000000000004,68.37,177.2329593807753,22.586757004257894,22.05505812611557
-1999,6,17,15,30,0.0,31.0,31.0,18.0,8.0,2.6,66.42,30.29892671663619,18.79990531829466,18.70900853814475
-1999,6,17,16,30,14.0,178.0,186.0,18.0,8.0,1.6,59.47,180.62277867662917,23.09771213725932,22.555843801229432
-1999,6,17,17,30,126.0,151.0,195.0,17.0,7.0,1.1,61.08,179.84829401078863,22.249195302065736,21.70965042003337
-1999,6,17,18,30,343.0,56.0,114.0,15.0,8.0,0.9,74.21000000000002,64.9822448180498,16.922341013439418,16.72739427898527
-1999,6,17,19,30,0.0,0.0,0.0,13.0,8.0,0.8,84.8,0.0,13.0,13.0
-1999,6,17,20,30,0.0,0.0,0.0,12.0,8.0,0.9,96.23,0.0,12.0,12.0
-1999,6,17,21,30,0.0,0.0,0.0,11.0,8.0,0.9,96.43,0.0,11.0,11.0
-1999,6,17,22,30,0.0,0.0,0.0,10.0,8.0,1.0,100.0,0.0,10.0,10.0
-1999,6,17,23,30,0.0,0.0,0.0,10.0,7.0,1.3,97.02,0.0,10.0,10.0
-1999,6,18,0,30,0.0,0.0,0.0,10.0,6.0,1.6,92.14,0.0,10.0,10.0
-1999,6,18,1,30,0.0,0.0,0.0,10.0,6.0,1.8,93.82,0.0,10.0,10.0
-1999,6,18,2,30,0.0,0.0,0.0,9.0,5.0,2.0,90.97,0.0,9.0,9.0
-1999,6,18,3,30,0.0,0.0,0.0,9.0,5.0,2.1,90.02,0.0,9.0,9.0
-1999,6,18,4,30,0.0,0.0,0.0,10.0,5.0,2.6,83.71000000000002,0.0,10.0,10.0
-1999,6,18,5,30,404.0,47.0,110.0,13.0,5.0,3.3000000000000003,75.03,52.89931452874623,14.333254151562134,14.174556207975895
-1999,6,18,6,30,653.0,74.0,297.0,16.0,6.0,3.7,60.21,231.25856916868713,21.676797195600326,20.983021488094263
-1999,6,18,7,30,345.0,212.0,391.0,19.0,6.0,3.8,48.7,366.8396961318724,27.94590013844469,26.84538105004907
-1999,6,18,8,30,859.0,100.0,684.0,21.0,5.0,3.7,40.85,664.6120904419787,37.31450053827432,35.32066426694838
-1999,6,18,9,30,904.0,107.0,840.0,22.0,5.0,3.7,38.1,847.2159400019077,42.796950744612374,40.25530292460665
-1999,6,18,10,30,930.0,111.0,952.0,23.0,5.0,3.8,35.87,979.3559879770886,46.88296839413302,43.944900430201756
-1999,6,18,11,30,940.0,113.0,1010.0,24.0,5.0,3.8,33.730000000000004,1047.4671783301444,49.543955232891044,46.40155369790061
-1999,6,18,12,30,937.0,115.0,1010.0,25.0,5.0,3.7,31.76,1048.1021995951987,50.728186630025114,47.58388003123952
-1999,6,18,13,30,276.0,464.0,715.0,26.0,5.0,3.4000000000000004,31.62,713.4053186434671,43.86203865790668,41.72182270197628
-1999,6,18,14,30,566.0,318.0,781.0,25.0,5.0,3.1,31.42,780.4991613528297,44.93331122451181,42.591813740453325
-1999,6,18,15,30,0.0,42.0,42.0,25.0,4.0,2.8000000000000003,33.02,41.05015877737806,26.06944133441891,25.946290858086776
-1999,6,18,16,30,0.0,67.0,67.0,24.0,5.0,2.5,35.21,65.48477709724594,25.740363629048094,25.543909297756358
-1999,6,18,17,30,1.0,112.0,112.0,22.0,5.0,1.6,39.16,109.72142939790402,25.096665140782203,24.76750085258849
-1999,6,18,18,30,232.0,59.0,98.0,20.0,9.0,0.9,60.13,64.81617568625009,21.91742826374881,21.72297973669006
-1999,6,18,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.86,0.0,18.0,18.0
-1999,6,18,20,30,0.0,0.0,0.0,16.0,7.0,1.0,63.14,0.0,16.0,16.0
-1999,6,18,21,30,0.0,0.0,0.0,15.0,6.0,1.3,70.89,0.0,15.0,15.0
-1999,6,18,22,30,0.0,0.0,0.0,13.0,6.0,1.6,74.09,0.0,13.0,13.0
-1999,6,18,23,30,0.0,0.0,0.0,13.0,6.0,1.9,76.56,0.0,13.0,13.0
-1999,6,19,0,30,0.0,0.0,0.0,12.0,5.0,2.0,73.45,0.0,12.0,12.0
-1999,6,19,1,30,0.0,0.0,0.0,11.0,4.0,2.0,75.25,0.0,11.0,11.0
-1999,6,19,2,30,0.0,0.0,0.0,11.0,4.0,1.9,72.54,0.0,11.0,11.0
-1999,6,19,3,30,0.0,0.0,0.0,11.0,3.0,1.8,75.28,0.0,11.0,11.0
-1999,6,19,4,30,0.0,0.0,0.0,12.0,3.0,1.9,68.79,0.0,12.0,12.0
-1999,6,19,5,30,249.0,50.0,89.0,16.0,4.0,2.7,56.56,52.990228861325086,17.3897007434169,17.230730056832925
-1999,6,19,6,30,707.0,64.0,304.0,20.0,4.0,3.0,41.2,234.10292888380837,26.018520074304725,25.3162112876533
-1999,6,19,7,30,822.0,78.0,505.0,23.0,4.0,2.8000000000000003,33.86,456.0053389896553,34.87987995067125,33.51186393370229
-1999,6,19,8,30,887.0,89.0,692.0,25.0,4.0,2.9000000000000004,29.06,671.780830876572,42.38556666951156,40.37022417688185
-1999,6,19,9,30,925.0,97.0,847.0,26.0,4.0,3.0,27.35,854.2300807038728,47.961283924571994,45.39859368246037
-1999,6,19,10,30,943.0,104.0,956.0,27.0,4.0,3.0,26.12,984.3692863481203,52.307014904352776,49.35390704530842
-1999,6,19,11,30,443.0,486.0,908.0,28.0,4.0,3.0,24.93,916.5414988200077,51.56323962234324,48.81361512588322
-1999,6,19,12,30,536.0,430.0,942.0,28.0,4.0,2.9000000000000004,25.08,955.5775123533986,52.73017357049061,49.86344103343041
-1999,6,19,13,30,13.0,188.0,200.0,28.0,4.0,2.7,25.22,195.99513998525526,33.14009087328931,32.552105453333546
-1999,6,19,14,30,0.0,87.0,87.0,27.0,4.0,2.3000000000000003,26.95,85.03247175314027,29.290173495705268,29.035076080445847
-1999,6,19,15,30,545.0,245.0,621.0,26.0,4.0,1.5,28.37,605.41431638931,43.20155119615392,41.38530824698599
-1999,6,19,16,30,3.0,142.0,143.0,25.0,4.0,0.8,32.05,140.2127551229579,29.17591112596855,28.75527286059968
-1999,6,19,17,30,393.0,118.0,257.0,23.0,5.0,1.0,38.63,216.68210669945472,29.366972806185615,28.71692648608725
-1999,6,19,18,30,297.0,52.0,102.0,20.0,8.0,1.9,59.27,60.247888932216796,21.666564743839164,21.485821077042512
-1999,6,19,19,30,0.0,0.0,0.0,17.0,8.0,3.0,65.19,0.0,17.0,17.0
-1999,6,19,20,30,0.0,0.0,0.0,16.0,7.0,3.9,70.87,0.0,16.0,16.0
-1999,6,19,21,30,0.0,0.0,0.0,15.0,7.0,3.7,69.58,0.0,15.0,15.0
-1999,6,19,22,30,0.0,0.0,0.0,14.0,7.0,3.0,72.66,0.0,14.0,14.0
-1999,6,19,23,30,0.0,0.0,0.0,14.0,6.0,2.3000000000000003,75.33,0.0,14.0,14.0
-1999,6,20,0,30,0.0,0.0,0.0,13.0,6.0,1.8,72.57000000000002,0.0,13.0,13.0
-1999,6,20,1,30,0.0,0.0,0.0,13.0,5.0,1.7000000000000002,75.21000000000002,0.0,13.0,13.0
-1999,6,20,2,30,0.0,0.0,0.0,12.0,5.0,1.8,73.31,0.0,12.0,12.0
-1999,6,20,3,30,0.0,0.0,0.0,12.0,5.0,1.9,76.48,0.0,12.0,12.0
-1999,6,20,4,30,0.0,0.0,0.0,13.0,4.0,2.2,70.06,0.0,13.0,13.0
-1999,6,20,5,30,410.0,46.0,110.0,15.0,5.0,2.9000000000000004,61.45,51.443900633677075,16.33135886452653,16.177027162625496
-1999,6,20,6,30,655.0,75.0,298.0,19.0,6.0,3.0,51.53,231.7447044603144,24.95789280620438,24.262658692823436
-1999,6,20,7,30,780.0,93.0,498.0,22.0,5.0,2.6,38.29,450.69387975073244,33.89852151223292,32.54643987298072
-1999,6,20,8,30,851.0,106.0,684.0,25.0,4.0,2.2,29.44,664.113935013457,43.00618781486838,41.013846009828015
-1999,6,20,9,30,891.0,117.0,839.0,27.0,3.0,1.6,25.02,845.4122618002095,50.860048990179834,48.3238122047792
-1999,6,20,10,30,668.0,311.0,915.0,28.0,3.0,1.5,23.29,929.0508870008816,54.396991223942685,51.60983856294004
-1999,6,20,11,30,345.0,462.0,792.0,29.0,3.0,1.9,22.31,795.3755664404471,51.00151574824615,48.615389048924804
-1999,6,20,12,30,39.0,425.0,462.0,29.0,3.0,2.4000000000000004,22.68,454.3392618573375,41.15543946833219,39.79242168276018
-1999,6,20,13,30,16.0,238.0,253.0,29.0,4.0,2.6,23.15,247.6971121258167,35.53931537472184,34.796224038344384
-1999,6,20,14,30,456.0,364.0,738.0,28.0,4.0,2.7,25.27,734.6366746133187,47.266290310298544,45.06238028645859
-1999,6,20,15,30,578.0,234.0,633.0,27.0,5.0,2.9000000000000004,27.69,617.2050200603704,42.97315453466449,41.12153947448338
-1999,6,20,16,30,0.0,25.0,25.0,25.0,5.0,3.1,32.58,24.43461831986789,25.6240401985543,25.550736343594696
-1999,6,20,17,30,35.0,133.0,146.0,22.0,6.0,3.2,42.02,139.05283147528274,25.52787766331324,25.110719168887393
-1999,6,20,18,30,0.0,3.0,3.0,19.0,8.0,3.2,57.67,2.9321541983841466,19.074391015214303,19.06559455261915
-1999,6,20,19,30,0.0,0.0,0.0,17.0,8.0,3.5,67.28,0.0,17.0,17.0
-1999,6,20,20,30,0.0,0.0,0.0,15.0,8.0,3.6,74.97,0.0,15.0,15.0
-1999,6,20,21,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,78.63,0.0,15.0,15.0
-1999,6,20,22,30,0.0,0.0,0.0,14.0,7.0,3.0,76.26,0.0,14.0,14.0
-1999,6,20,23,30,0.0,0.0,0.0,14.0,7.0,2.7,74.13,0.0,14.0,14.0
-1999,6,21,0,30,0.0,0.0,0.0,14.0,7.0,2.4000000000000004,78.22,0.0,14.0,14.0
-1999,6,21,1,30,0.0,0.0,0.0,13.0,7.0,2.1,77.7,0.0,13.0,13.0
-1999,6,21,2,30,0.0,0.0,0.0,13.0,7.0,2.0,81.85000000000002,0.0,13.0,13.0
-1999,6,21,3,30,0.0,0.0,0.0,12.0,6.0,1.8,79.98,0.0,12.0,12.0
-1999,6,21,4,30,0.0,0.0,0.0,13.0,6.0,2.0,72.97,0.0,13.0,13.0
-1999,6,21,5,30,387.0,45.0,105.0,17.0,7.0,2.6,65.74,49.800711623684315,18.31476122752464,18.16535909265359
-1999,6,21,6,30,609.0,74.0,281.0,20.0,7.0,3.3000000000000003,51.93,219.15723689921805,25.523555428718968,24.866083718021315
-1999,6,21,7,30,795.0,85.0,496.0,23.0,6.0,3.7,39.49,449.18771180476193,34.02639159205118,32.6788284566369
-1999,6,21,8,30,870.0,94.0,684.0,25.0,5.0,4.0,34.58,664.3286635527669,40.989061957530744,38.996075966872446
-1999,6,21,9,30,718.0,231.0,813.0,26.0,5.0,3.9,31.91,814.5281819496117,45.73325133712685,43.289666791278016
-1999,6,21,10,30,359.0,426.0,751.0,26.0,5.0,3.6,30.06,752.1885664576237,44.586290358334686,42.329724658961815
-1999,6,21,11,30,65.0,469.0,532.0,26.0,5.0,3.3000000000000003,32.33,523.1703060523524,39.18578489593261,37.616273977775556
-1999,6,21,12,30,0.0,87.0,87.0,25.0,5.0,2.9000000000000004,32.85,85.03247175314027,27.200625023504426,26.945527608245005
-1999,6,21,13,30,16.0,249.0,265.0,24.0,6.0,2.6,36.05,258.46074064286955,30.823480017762186,30.048097795833577
-1999,6,21,14,30,17.0,262.0,276.0,24.0,6.0,2.4000000000000004,39.73,270.20809188694,31.22917515725633,30.418550881595507
-1999,6,21,15,30,0.0,112.0,112.0,23.0,7.0,2.2,43.48,109.46709007300815,25.967992206580877,25.639590936361852
-1999,6,21,16,30,151.0,242.0,322.0,22.0,7.0,1.9,47.02,308.6644260447031,30.538212031000786,29.612218752866678
-1999,6,21,17,30,0.0,38.0,38.0,21.0,7.0,1.6,51.61,37.14061984619919,22.04821877928402,21.936796919745422
-1999,6,21,18,30,259.0,55.0,99.0,18.0,10.0,1.3,67.87,62.41358669265715,19.797319343096813,19.61007858301884
-1999,6,21,19,30,0.0,0.0,0.0,16.0,9.0,1.4,75.92,0.0,16.0,16.0
-1999,6,21,20,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,78.09,0.0,15.0,15.0
-1999,6,21,21,30,0.0,0.0,0.0,15.0,8.0,2.0,81.21000000000002,0.0,15.0,15.0
-1999,6,21,22,30,0.0,0.0,0.0,14.0,8.0,2.5,79.31,0.0,14.0,14.0
-1999,6,21,23,30,0.0,0.0,0.0,14.0,8.0,3.0,82.82000000000002,0.0,14.0,14.0
-1999,6,22,0,30,0.0,0.0,0.0,13.0,7.0,3.4000000000000004,80.82000000000002,0.0,13.0,13.0
-1999,6,22,1,30,0.0,0.0,0.0,13.0,7.0,3.5,78.41,0.0,13.0,13.0
-1999,6,22,2,30,0.0,0.0,0.0,13.0,6.0,3.5,80.71000000000002,0.0,13.0,13.0
-1999,6,22,3,30,0.0,0.0,0.0,13.0,6.0,3.4000000000000004,78.7,0.0,13.0,13.0
-1999,6,22,4,30,0.0,0.0,0.0,13.0,6.0,3.8,73.32000000000002,0.0,13.0,13.0
-1999,6,22,5,30,16.0,52.0,55.0,16.0,6.0,4.2,65.13,51.055472238668045,17.21278893785862,17.059622521142614
-1999,6,22,6,30,652.0,75.0,296.0,20.0,6.0,4.3,50.78,229.96412348245173,25.426983738374997,24.73709136792764
-1999,6,22,7,30,792.0,90.0,500.0,23.0,5.0,4.3,38.81,452.09242196007557,33.66904778478248,32.312770518902255
-1999,6,22,8,30,869.0,101.0,689.0,25.0,3.0,4.1000000000000005,28.08,669.9316489404324,41.01845467879045,39.00865973196915
-1999,6,22,9,30,913.0,108.0,847.0,26.0,2.0,3.8,24.45,853.7386053324664,46.81961245789974,44.25839664190234
-1999,6,22,10,30,648.0,325.0,910.0,27.0,2.0,3.5,22.71,923.5954569185308,49.97263584979063,47.20184947903503
-1999,6,22,11,30,537.0,430.0,942.0,28.0,2.0,3.3000000000000003,21.44,955.307745375437,52.07721213191021,49.211288895783895
-1999,6,22,12,30,38.0,423.0,460.0,28.0,2.0,3.3000000000000003,21.67,451.40034924291905,39.37692227217188,38.022721224443124
-1999,6,22,13,30,374.0,433.0,773.0,28.0,2.0,3.2,23.5,775.8399655001231,47.68365876159901,45.35613886509864
-1999,6,22,14,30,389.0,345.0,665.0,27.0,3.0,3.2,24.5,660.7881658082996,43.7647057999765,41.7823413025516
-1999,6,22,15,30,441.0,272.0,577.0,26.0,3.0,3.1,27.15,562.8330709758279,40.37429702264247,38.68579780971499
-1999,6,22,16,30,473.0,183.0,435.0,25.0,4.0,2.9000000000000004,29.83,405.1871857349937,35.486171244326236,34.27060968712126
-1999,6,22,17,30,56.0,142.0,162.0,24.0,5.0,1.9,35.26,153.369512860638,28.242476001124203,27.78236746254229
-1999,6,22,18,30,138.0,61.0,84.0,21.0,8.0,1.0,54.91,64.33685238022561,22.89046984903394,22.697459291893264
-1999,6,22,19,30,0.0,0.0,0.0,19.0,8.0,0.9,60.11,0.0,19.0,19.0
-1999,6,22,20,30,0.0,0.0,0.0,17.0,7.0,1.1,60.05,0.0,17.0,17.0
-1999,6,22,21,30,0.0,0.0,0.0,16.0,6.0,1.2000000000000002,64.92,0.0,16.0,16.0
-1999,6,22,22,30,0.0,0.0,0.0,14.0,6.0,1.3,66.73,0.0,14.0,14.0
-1999,6,22,23,30,0.0,0.0,0.0,13.0,5.0,1.3,73.28,0.0,13.0,13.0
-1999,6,23,0,30,0.0,0.0,0.0,12.0,5.0,1.3,71.57000000000002,0.0,12.0,12.0
-1999,6,23,1,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,76.66,0.0,11.0,11.0
-1999,6,23,2,30,0.0,0.0,0.0,11.0,5.0,1.0,77.37,0.0,11.0,11.0
-1999,6,23,3,30,0.0,0.0,0.0,11.0,5.0,1.0,77.31,0.0,11.0,11.0
-1999,6,23,4,30,0.0,0.0,0.0,12.0,5.0,1.3,71.56,0.0,12.0,12.0
-1999,6,23,5,30,490.0,37.0,112.0,14.0,6.0,1.9,67.04,42.707399796713474,15.181363331789486,15.053241132399345
-1999,6,23,6,30,729.0,57.0,303.0,18.0,5.0,2.0,51.12000000000001,230.24778872814923,24.326638973024288,23.63589560683984
-1999,6,23,7,30,845.0,68.0,505.0,22.0,5.0,1.6,40.41,454.2942800882838,34.821536034719294,33.45865319445444
-1999,6,23,8,30,909.0,77.0,692.0,24.0,4.0,1.4,32.97,672.1632913803617,43.22667391726793,41.210184043126844
-1999,6,23,9,30,946.0,82.0,848.0,26.0,5.0,1.4,31.29,854.8938640319907,50.45353051616602,47.88884892407005
-1999,6,23,10,30,967.0,86.0,959.0,27.0,5.0,1.5,28.13,987.9940526317804,55.07173503791502,52.107752880019675
-1999,6,23,11,30,975.0,88.0,1017.0,28.0,5.0,1.7000000000000002,27.11,1057.3300486625053,57.64172998108686,54.46973983509935
-1999,6,23,12,30,971.0,89.0,1017.0,29.0,5.0,2.0,27.58,1057.106558079231,58.04667005023873,54.87535037600104
-1999,6,23,13,30,957.0,89.0,960.0,29.0,5.0,2.2,26.23,989.6139147209648,55.83150145360489,52.862659709442
-1999,6,23,14,30,696.0,224.0,794.0,28.0,6.0,2.2,27.88,798.2209681861164,49.642245273221164,47.24758236866281
-1999,6,23,15,30,638.0,210.0,651.0,28.0,6.0,2.0,29.59,635.2968632053868,45.45638434313396,43.5504937535178
-1999,6,23,16,30,467.0,185.0,434.0,27.0,6.0,1.7000000000000002,31.79,404.60543339112064,38.34291512913239,37.12909882895903
-1999,6,23,17,30,0.0,110.0,110.0,25.0,6.0,1.3,35.43,107.51232060741872,28.09602417820466,27.773487216382406
-1999,6,23,18,30,0.0,2.0,2.0,22.0,10.0,1.1,53.33,1.9547694655894312,22.05705345581303,22.051189147416263
-1999,6,23,19,30,0.0,0.0,0.0,20.0,10.0,1.2000000000000002,60.89,0.0,20.0,20.0
-1999,6,23,20,30,0.0,0.0,0.0,19.0,9.0,1.3,67.31,0.0,19.0,19.0
-1999,6,23,21,30,0.0,0.0,0.0,17.0,10.0,1.4,73.36,0.0,17.0,17.0
-1999,6,23,22,30,0.0,0.0,0.0,17.0,10.0,1.6,77.91,0.0,17.0,17.0
-1999,6,23,23,30,0.0,0.0,0.0,16.0,9.0,1.9,75.8,0.0,16.0,16.0
-1999,6,24,0,30,0.0,0.0,0.0,15.0,9.0,1.9,78.69,0.0,15.0,15.0
-1999,6,24,1,30,0.0,0.0,0.0,14.0,9.0,1.7000000000000002,82.19,0.0,14.0,14.0
-1999,6,24,2,30,0.0,0.0,0.0,13.0,8.0,1.7000000000000002,85.67,0.0,13.0,13.0
-1999,6,24,3,30,0.0,0.0,0.0,13.0,8.0,1.8,88.78,0.0,13.0,13.0
-1999,6,24,4,30,0.0,0.0,0.0,14.0,7.0,2.3000000000000003,80.38,0.0,14.0,14.0
-1999,6,24,5,30,455.0,41.0,110.0,17.0,8.0,3.0,67.85,45.74006860475784,18.175925147157997,18.038704941343724
-1999,6,24,6,30,709.0,63.0,302.0,21.0,8.0,2.8000000000000003,52.69,230.70353577828487,27.010303114682586,26.31819250734773
-1999,6,24,7,30,834.0,76.0,506.0,24.0,6.0,2.0,38.86,456.3907467891539,36.540487365865914,35.17131512549845
-1999,6,24,8,30,904.0,85.0,697.0,26.0,4.0,1.7000000000000002,29.94,676.0959114089362,44.95401769074038,42.92572995651357
-1999,6,24,9,30,946.0,91.0,856.0,27.0,3.0,1.3,24.28,863.2060730329245,51.85768010386173,49.26806188476296
-1999,6,24,10,30,970.0,95.0,971.0,28.0,2.0,1.2000000000000002,21.3,999.2977900078297,56.97077091844261,53.97287754841912
-1999,6,24,11,30,981.0,97.0,1031.0,29.0,1.0,1.4,19.09,1072.002389293633,59.66373995990429,56.447732792023395
-1999,6,24,12,30,979.0,97.0,1032.0,30.0,1.0,2.0,17.56,1073.0243013014706,59.484050210060005,56.26497730615559
-1999,6,24,13,30,966.0,96.0,975.0,31.0,1.0,2.7,17.46,1005.2422760274802,57.3630855787656,54.347358750683156
-1999,6,24,14,30,939.0,93.0,863.0,30.0,1.0,3.4000000000000004,17.57,872.8916202955938,51.8552111379405,49.236536277053716
-1999,6,24,15,30,681.0,191.0,662.0,29.0,1.0,3.9,19.07,646.1268003928343,44.6534578303813,42.71507742920279
-1999,6,24,16,30,400.0,206.0,419.0,28.0,2.0,4.1000000000000005,21.16,393.29669307961547,37.40395227390451,36.22406219466566
-1999,6,24,17,30,0.0,103.0,103.0,25.0,4.0,4.1000000000000005,29.29,100.6706274778557,27.407093150905627,27.10508126847206
-1999,6,24,18,30,0.0,12.0,12.0,22.0,8.0,4.1000000000000005,46.91,11.728616793536586,22.280438036998714,22.245252186618103
-1999,6,24,19,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.21,0.0,19.0,19.0
-1999,6,24,20,30,0.0,0.0,0.0,18.0,10.0,4.1000000000000005,75.21000000000002,0.0,18.0,18.0
-1999,6,24,21,30,0.0,0.0,0.0,17.0,10.0,3.9,76.64,0.0,17.0,17.0
-1999,6,24,22,30,0.0,0.0,0.0,17.0,10.0,3.8,80.86,0.0,17.0,17.0
-1999,6,24,23,30,0.0,0.0,0.0,16.0,10.0,3.6,78.56,0.0,16.0,16.0
-1999,6,25,0,30,0.0,0.0,0.0,16.0,9.0,3.4000000000000004,80.36,0.0,16.0,16.0
-1999,6,25,1,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,76.24,0.0,15.0,15.0
-1999,6,25,2,30,0.0,0.0,0.0,15.0,7.0,3.2,71.48,0.0,15.0,15.0
-1999,6,25,3,30,0.0,0.0,0.0,15.0,7.0,3.2,67.14,0.0,15.0,15.0
-1999,6,25,4,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,63.93,0.0,16.0,16.0
-1999,6,25,5,30,356.0,49.0,103.0,18.0,6.0,3.7,53.07,51.99664974731712,19.276382693740846,19.120392744498893
-1999,6,25,6,30,631.0,78.0,290.0,22.0,6.0,3.8,40.3,226.18628469155823,27.515869566114535,26.837310712039862
-1999,6,25,7,30,775.0,92.0,492.0,25.0,5.0,3.6,31.4,444.3719920129895,35.98026111931111,34.64714514327214
-1999,6,25,8,30,848.0,104.0,677.0,28.0,3.0,3.3000000000000003,24.85,657.3493040486959,44.567581195653254,42.595533283507166
-1999,6,25,9,30,549.0,321.0,764.0,29.0,3.0,3.1,23.51,762.7925700014341,48.48109934061838,46.19272163061407
-1999,6,25,10,30,262.0,464.0,700.0,30.0,4.0,2.9000000000000004,23.28,698.2565764879444,48.070754187962976,45.97598445849914
-1999,6,25,11,30,77.0,481.0,554.0,30.0,4.0,2.8000000000000003,22.41,546.8141636479979,44.245637197708966,42.60519470676497
-1999,6,25,12,30,13.0,178.0,190.0,31.0,4.0,2.7,22.26,186.9625094232579,35.90320468357558,35.34231715530581
-1999,6,25,13,30,94.0,465.0,551.0,31.0,4.0,2.6,20.77,543.2049090226249,45.340854371332796,43.71123964426492
-1999,6,25,14,30,619.0,292.0,800.0,31.0,4.0,2.5,21.79,801.1922988337978,52.29297828551998,49.88940138901859
-1999,6,25,15,30,596.0,229.0,641.0,30.0,4.0,2.4000000000000004,23.19,626.2723227661907,46.755354311568595,44.87653734327002
-1999,6,25,16,30,532.0,166.0,450.0,29.0,4.0,2.0,25.04,417.9037747227767,40.48296069525659,39.22924937108826
-1999,6,25,17,30,358.0,126.0,253.0,27.0,5.0,1.3,27.91,217.12265338386328,33.25246465441846,32.60109669426687
-1999,6,25,18,30,403.0,52.0,121.0,24.0,9.0,1.0,45.33,65.43262171451899,25.92266786325657,25.726369998113015
-1999,6,25,19,30,0.0,0.0,0.0,21.0,9.0,1.3,52.43,0.0,21.0,21.0
-1999,6,25,20,30,0.0,0.0,0.0,19.0,8.0,1.7000000000000002,55.65,0.0,19.0,19.0
-1999,6,25,21,30,0.0,0.0,0.0,17.0,7.0,2.0,59.86,0.0,17.0,17.0
-1999,6,25,22,30,0.0,0.0,0.0,17.0,6.0,2.3000000000000003,59.56,0.0,17.0,17.0
-1999,6,25,23,30,0.0,0.0,0.0,16.0,5.0,2.5,58.65,0.0,16.0,16.0
-1999,6,26,0,30,0.0,0.0,0.0,15.0,3.0,3.0,53.16,0.0,15.0,15.0
-1999,6,26,1,30,0.0,0.0,0.0,14.0,2.0,3.1,51.89,0.0,14.0,14.0
-1999,6,26,2,30,0.0,0.0,0.0,13.0,1.0,2.6,53.37000000000001,0.0,13.0,13.0
-1999,6,26,3,30,0.0,0.0,0.0,12.0,2.0,1.8,57.59,0.0,12.0,12.0
-1999,6,26,4,30,0.0,0.0,0.0,13.0,2.0,1.4,55.21,0.0,13.0,13.0
-1999,6,26,5,30,511.0,36.0,113.0,17.0,4.0,1.5,51.9,40.5831184568277,18.153082394876492,18.03133303950601
-1999,6,26,6,30,749.0,56.0,307.0,20.0,1.0,1.8,33.68,232.03028274760396,26.461452547108333,25.765361698865522
-1999,6,26,7,30,863.0,68.0,511.0,23.0,0.0,1.8,25.73,460.4327043843443,35.821878400037946,34.44058028688491
-1999,6,26,8,30,926.0,76.0,701.0,25.0,0.0,1.7000000000000002,22.72,680.4612982762894,44.0763991731817,42.03501527835283
-1999,6,26,9,30,962.0,82.0,859.0,26.0,0.0,1.5,22.05,866.5336487854759,50.62069779200322,48.021096845646795
-1999,6,26,10,30,982.0,86.0,972.0,28.0,1.0,1.6,21.48,1001.1207555105353,56.25460588979749,53.251243623265886
-1999,6,26,11,30,988.0,90.0,1030.0,29.0,1.0,1.8,20.62,1071.9568940393563,58.85126993494758,55.635399252829515
-1999,6,26,12,30,983.0,92.0,1031.0,30.0,1.0,1.9,19.49,1072.3745510709937,59.663804834987246,56.44668118177427
-1999,6,26,13,30,969.0,92.0,974.0,30.0,1.0,1.8,18.18,1004.7686301032651,57.98024786832414,54.96594197801435
-1999,6,26,14,30,944.0,90.0,865.0,30.0,1.0,1.5,17.71,875.0159945067218,54.86170547919782,52.23665749567766
-1999,6,26,15,30,309.0,318.0,532.0,29.0,0.0,1.4,18.28,519.6426179083018,43.86394644896591,42.30501859524101
-1999,6,26,16,30,348.0,218.0,403.0,28.0,0.0,1.3,19.16,380.5194896554174,38.95779101032611,37.81623254135986
-1999,6,26,17,30,693.0,63.0,310.0,26.0,1.0,0.9,22.55,243.93169729995918,33.216123535137584,32.48432844323771
-1999,6,26,18,30,527.0,40.0,131.0,23.0,6.0,0.4,39.04,58.510837924796874,24.79033395216412,24.61480143838973
-1999,6,26,19,30,0.0,0.0,0.0,20.0,7.0,0.4,49.32,0.0,20.0,20.0
-1999,6,26,20,30,0.0,0.0,0.0,18.0,6.0,0.7000000000000001,53.67,0.0,18.0,18.0
-1999,6,26,21,30,0.0,0.0,0.0,17.0,6.0,1.0,60.41,0.0,17.0,17.0
-1999,6,26,22,30,0.0,0.0,0.0,16.0,5.0,1.4,61.94000000000001,0.0,16.0,16.0
-1999,6,26,23,30,0.0,0.0,0.0,16.0,4.0,1.9,57.95,0.0,16.0,16.0
-1999,6,27,0,30,0.0,0.0,0.0,15.0,4.0,2.6,54.56,0.0,15.0,15.0
-1999,6,27,1,30,0.0,0.0,0.0,14.0,4.0,3.3000000000000003,58.66,0.0,14.0,14.0
-1999,6,27,2,30,0.0,0.0,0.0,14.0,5.0,3.4000000000000004,68.03,0.0,14.0,14.0
-1999,6,27,3,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,78.82000000000002,0.0,13.0,13.0
-1999,6,27,4,30,0.0,0.0,0.0,13.0,7.0,3.5,76.53,0.0,13.0,13.0
-1999,6,27,5,30,108.0,53.0,69.0,15.0,7.0,3.7,68.82000000000001,52.832640397715394,16.29690409278257,16.138406171589423
-1999,6,27,6,30,77.0,133.0,159.0,19.0,7.0,3.5,56.36,148.1477128861438,22.684885449163616,22.240442310505184
-1999,6,27,7,30,444.0,184.0,412.0,22.0,3.0,3.4000000000000004,34.1,382.15960905467375,31.568403167227487,30.421924340063466
-1999,6,27,8,30,161.0,327.0,436.0,24.0,0.0,3.2,24.81,424.89136543645736,34.77982189614305,33.50514779983367
-1999,6,27,9,30,344.0,375.0,652.0,26.0,0.0,3.0,19.87,647.5450911438711,42.647647889963764,40.70501261653215
-1999,6,27,10,30,284.0,458.0,714.0,27.0,-1.0,2.9000000000000004,17.7,712.778793753864,45.44658655003906,43.30825016877746
-1999,6,27,11,30,523.0,438.0,936.0,28.0,-1.0,3.0,16.19,948.9364586623558,52.396077199587886,49.54926782360082
-1999,6,27,12,30,580.0,378.0,932.0,29.0,-1.0,3.4000000000000004,14.9,949.2047038136668,52.76591633214316,49.91830222070217
-1999,6,27,13,30,756.0,235.0,923.0,30.0,-2.0,3.6,14.54,943.6723313834527,53.31778058900821,50.48676359485785
-1999,6,27,14,30,697.0,248.0,821.0,30.0,-2.0,3.7,14.33,823.8338159249009,50.222980331906456,47.75147888413176
-1999,6,27,15,30,882.0,97.0,708.0,29.0,-2.0,3.6,14.25,691.3899307371304,46.083979438862116,44.00980964665072
-1999,6,27,16,30,574.0,155.0,461.0,28.0,-2.0,3.2,15.14,428.0441643774552,38.85981083878347,37.5756783456511
-1999,6,27,17,30,753.0,61.0,330.0,26.0,-1.0,2.1,19.17,258.218618498684,33.047981279095566,32.273325423599516
-1999,6,27,18,30,528.0,42.0,133.0,22.0,4.0,1.1,37.95,60.78079037848056,23.773996473335597,23.591654102200156
-1999,6,27,19,30,0.0,0.0,0.0,19.0,4.0,1.0,46.53,0.0,19.0,19.0
-1999,6,27,20,30,0.0,0.0,0.0,17.0,3.0,1.2000000000000002,45.26,0.0,17.0,17.0
-1999,6,27,21,30,0.0,0.0,0.0,16.0,2.0,1.4,45.31,0.0,16.0,16.0
-1999,6,27,22,30,0.0,0.0,0.0,15.0,1.0,1.8,45.61,0.0,15.0,15.0
-1999,6,27,23,30,0.0,0.0,0.0,14.0,0.0,2.1,45.12,0.0,14.0,14.0
-1999,6,28,0,30,0.0,0.0,0.0,13.0,0.0,1.9,47.78,0.0,13.0,13.0
-1999,6,28,1,30,0.0,0.0,0.0,11.0,0.0,1.4,57.08,0.0,11.0,11.0
-1999,6,28,2,30,0.0,0.0,0.0,10.0,1.0,1.3,63.75,0.0,10.0,10.0
-1999,6,28,3,30,0.0,0.0,0.0,9.0,1.0,1.3,68.38,0.0,9.0,9.0
-1999,6,28,4,30,0.0,0.0,0.0,10.0,1.0,1.6,67.62,0.0,10.0,10.0
-1999,6,28,5,30,481.0,34.0,106.0,12.0,1.0,1.6,58.82,37.33555817577593,13.053720518854085,12.941713844326758
-1999,6,28,6,30,749.0,56.0,306.0,15.0,1.0,1.4,44.08,230.59209257870782,21.595895712791084,20.90411943505496
-1999,6,28,7,30,855.0,71.0,508.0,18.0,0.0,1.5,33.72,458.2579834171197,31.02041915660095,29.64564520634959
-1999,6,28,8,30,913.0,82.0,697.0,21.0,0.0,1.4,27.24,676.5548098189784,40.352289662881695,38.32262523342476
-1999,6,28,9,30,947.0,90.0,854.0,23.0,0.0,1.2000000000000002,23.75,861.1458265634176,47.965589555187755,45.3821520754975
-1999,6,28,10,30,966.0,96.0,967.0,25.0,0.0,1.2000000000000002,20.81,995.3954203060398,53.85763681587571,50.87145055495759
-1999,6,28,11,30,974.0,100.0,1027.0,27.0,0.0,1.1,19.44,1067.6494512707714,58.16126574727146,54.95831739345915
-1999,6,28,12,30,973.0,101.0,1029.0,28.0,0.0,1.0,18.16,1071.4220331434149,59.48259472312668,56.26832862369643
-1999,6,28,13,30,961.0,99.0,974.0,28.0,0.0,1.0,17.05,1004.6575730384945,57.5207922079919,54.50681948887642
-1999,6,28,14,30,935.0,96.0,864.0,28.0,0.0,1.0,17.04,874.2277125090159,53.68824974403282,51.06556660650577
-1999,6,28,15,30,892.0,91.0,709.0,27.0,0.0,1.1,18.31,692.7715246431679,47.21978052426614,45.14146595033664
-1999,6,28,16,30,823.0,82.0,522.0,26.0,0.0,1.2000000000000002,19.84,477.1449306458733,39.832970130484796,38.40153533854718
-1999,6,28,17,30,704.0,69.0,320.0,24.0,0.0,1.6,23.21,253.50098229842882,31.154551844113936,30.39404889721865
-1999,6,28,18,30,472.0,46.0,127.0,20.0,2.0,2.3000000000000003,35.52,62.820419546966335,21.69193787819339,21.50347661955249
-1999,6,28,19,30,0.0,0.0,0.0,17.0,4.0,3.0,50.15,0.0,17.0,17.0
-1999,6,28,20,30,0.0,0.0,0.0,15.0,4.0,3.4000000000000004,56.35,0.0,15.0,15.0
-1999,6,28,21,30,0.0,0.0,0.0,15.0,3.0,3.9,53.93,0.0,15.0,15.0
-1999,6,28,22,30,0.0,0.0,0.0,14.0,3.0,4.6000000000000005,54.86,0.0,14.0,14.0
-1999,6,28,23,30,0.0,0.0,0.0,14.0,2.0,5.0,56.54,0.0,14.0,14.0
-1999,6,29,0,30,0.0,0.0,0.0,13.0,2.0,4.800000000000002,55.09,0.0,13.0,13.0
-1999,6,29,1,30,0.0,0.0,0.0,12.0,2.0,4.0,58.4,0.0,12.0,12.0
-1999,6,29,2,30,0.0,0.0,0.0,11.0,2.0,3.3000000000000003,63.55,0.0,11.0,11.0
-1999,6,29,3,30,0.0,0.0,0.0,11.0,2.0,2.7,64.59,0.0,11.0,11.0
-1999,6,29,4,30,0.0,0.0,0.0,12.0,2.0,2.7,59.75,0.0,12.0,12.0
-1999,6,29,5,30,465.0,38.0,107.0,15.0,2.0,2.9000000000000004,52.0,40.61188829699354,16.05102834006269,15.92919267517171
-1999,6,29,6,30,707.0,61.0,296.0,19.0,2.0,2.7,39.82,224.91299864069506,24.898479174963928,24.223740179041844
-1999,6,29,7,30,829.0,75.0,498.0,22.0,1.0,2.6,29.01,449.6253559876675,33.87031200340135,32.52143593543835
-1999,6,29,8,30,844.0,116.0,683.0,25.0,0.0,2.5,24.6,664.1193886548652,42.65004449269466,40.657686326730065
-1999,6,29,9,30,936.0,91.0,845.0,26.0,0.0,2.3000000000000003,21.89,852.675203692863,48.965040433160986,46.407014822082395
-1999,6,29,10,30,452.0,437.0,844.0,28.0,0.0,2.4000000000000004,20.68,848.8393684374903,50.709936005088416,48.16341789977594
-1999,6,29,11,30,363.0,477.0,823.0,29.0,0.0,2.8000000000000003,19.52,827.670246329868,50.5625176383393,48.079506899349695
-1999,6,29,12,30,269.0,497.0,755.0,29.0,0.0,3.4000000000000004,18.32,754.7270910615676,47.89664139642958,45.632460123244876
-1999,6,29,13,30,50.0,422.0,468.0,29.0,0.0,3.6,18.34,459.71247683718644,40.35931860289254,38.98018117238098
-1999,6,29,14,30,74.0,396.0,457.0,29.0,1.0,3.7,18.69,448.84271200706746,40.01792274312993,38.67139460710873
-1999,6,29,15,30,10.0,179.0,186.0,28.0,1.0,3.6,19.99,181.72699847122027,32.490404281789935,31.945223286376272
-1999,6,29,16,30,0.0,10.0,10.0,27.0,1.0,3.3000000000000003,21.2,9.773847327947157,27.246336321043227,27.217014779059387
-1999,6,29,17,30,6.0,117.0,120.0,25.0,1.0,2.3000000000000003,25.93,115.94932727336872,28.122854959893818,27.775006978073712
-1999,6,29,18,30,0.0,2.0,2.0,22.0,4.0,1.4,37.33,1.9547694655894312,22.05591456061389,22.050050252217122
-1999,6,29,19,30,0.0,0.0,0.0,19.0,5.0,1.8,50.11,0.0,19.0,19.0
-1999,6,29,20,30,0.0,0.0,0.0,17.0,5.0,2.2,51.92,0.0,17.0,17.0
-1999,6,29,21,30,0.0,0.0,0.0,16.0,5.0,2.0,56.43,0.0,16.0,16.0
-1999,6,29,22,30,0.0,0.0,0.0,15.0,6.0,1.4,62.74,0.0,15.0,15.0
-1999,6,29,23,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,67.99,0.0,15.0,15.0
-1999,6,30,0,30,0.0,0.0,0.0,14.0,6.0,0.5,72.2,0.0,14.0,14.0
-1999,6,30,1,30,0.0,0.0,0.0,13.0,6.0,0.6000000000000001,71.92,0.0,13.0,13.0
-1999,6,30,2,30,0.0,0.0,0.0,12.0,5.0,0.9,75.59,0.0,12.0,12.0
-1999,6,30,3,30,0.0,0.0,0.0,12.0,5.0,1.3,77.25,0.0,12.0,12.0
-1999,6,30,4,30,0.0,0.0,0.0,13.0,4.0,1.9,68.96000000000001,0.0,13.0,13.0
-1999,6,30,5,30,492.0,33.0,105.0,15.0,4.0,2.7,56.55,35.38344236438693,15.927952137876613,15.821801810783452
-1999,6,30,6,30,748.0,48.0,296.0,19.0,4.0,3.3000000000000003,42.09,221.035472930862,24.57089377344255,23.90778735464996
-1999,6,30,7,30,644.0,125.0,453.0,22.0,3.0,3.9,33.75,413.95099608611406,32.02862666761189,30.786773679353544
-1999,6,30,8,30,487.0,250.0,577.0,24.0,3.0,4.3,29.22,561.7952048770422,37.25795256666378,35.57256695203265
-1999,6,30,9,30,726.0,224.0,809.0,25.0,3.0,4.3,27.4,810.9657375526476,44.13819339916882,41.70529618651088
-1999,6,30,10,30,358.0,424.0,747.0,27.0,3.0,4.0,25.93,748.3388000744667,45.01101788326566,42.76600148304226
-1999,6,30,11,30,363.0,488.0,834.0,28.0,3.0,3.6,23.22,838.4018224078081,48.7165867750615,46.201381307838076
-1999,6,30,12,30,250.0,502.0,741.0,29.0,3.0,3.2,22.03,740.6460948973138,47.79076309979973,45.56882481510779
-1999,6,30,13,30,81.0,457.0,531.0,30.0,3.0,3.0,22.13,523.240717137953,43.45192379609813,41.88220164468427
-1999,6,30,14,30,28.0,324.0,348.0,29.0,3.0,2.7,22.24,340.0747647012938,37.918666015946286,36.8984417218424
-1999,6,30,15,30,8.0,163.0,169.0,28.0,3.0,2.3000000000000003,23.67,164.7408286117945,32.43695298476752,31.94273049893214
-1999,6,30,16,30,0.0,9.0,9.0,27.0,3.0,1.8,25.17,8.796462595152441,27.244959084512335,27.218569696726878
-1999,6,30,17,30,0.0,6.0,6.0,26.0,4.0,0.8,29.27,5.864308396768293,26.17465479983401,26.157061874643706
-1999,6,30,18,30,0.0,2.0,2.0,23.0,6.0,0.5,42.49,1.9547694655894312,23.05940958271915,23.053545274322385
-1999,6,30,19,30,0.0,0.0,0.0,21.0,6.0,0.6000000000000001,48.54,0.0,21.0,21.0
-1999,6,30,20,30,0.0,0.0,0.0,19.0,7.0,0.4,55.36,0.0,19.0,19.0
-1999,6,30,21,30,0.0,0.0,0.0,17.0,7.0,0.5,66.32000000000001,0.0,17.0,17.0
-1999,6,30,22,30,0.0,0.0,0.0,15.0,7.0,0.8,75.74,0.0,15.0,15.0
-1999,6,30,23,30,0.0,0.0,0.0,13.0,7.0,0.8,80.16,0.0,13.0,13.0
-1999,7,1,0,30,0.0,0.0,0.0,13.0,7.0,0.7000000000000001,84.78,0.0,13.0,13.0
-1999,7,1,1,30,0.0,0.0,0.0,12.0,7.0,0.7000000000000001,89.32000000000002,0.0,12.0,12.0
-1999,7,1,2,30,0.0,0.0,0.0,11.0,7.0,0.9,87.68,0.0,11.0,11.0
-1999,7,1,3,30,0.0,0.0,0.0,10.0,6.0,1.0,91.35,0.0,10.0,10.0
-1999,7,1,4,30,0.0,0.0,0.0,11.0,6.0,1.4,83.0,0.0,11.0,11.0
-1999,7,1,5,30,0.0,3.0,3.0,13.0,6.0,1.8,72.42,2.9321541983841466,13.081653028170777,13.072856565575625
-1999,7,1,6,30,0.0,104.0,104.0,17.0,6.0,1.9,59.59,101.64801221065042,19.81176646076667,19.506822424134718
-1999,7,1,7,30,714.0,104.0,467.0,20.0,5.0,2.0,44.88,424.51014865673676,31.664487488768216,30.390957042798007
-1999,7,1,8,30,907.0,75.0,683.0,23.0,5.0,2.1,36.2,663.8939846877417,41.120739715007076,39.12905776094385
-1999,7,1,9,30,944.0,81.0,840.0,26.0,4.0,2.0,29.2,848.5059165465478,49.314841068042746,46.7693233184031
-1999,7,1,10,30,966.0,84.0,953.0,28.0,4.0,1.8,25.31,982.8738618773647,55.37053432470243,52.421912739070336
-1999,7,1,11,30,977.0,86.0,1015.0,30.0,4.0,1.9,22.23,1056.7881317328547,59.23265650079648,56.06229210559792
-1999,7,1,12,30,977.0,87.0,1019.0,31.0,4.0,2.2,20.82,1062.1557274580143,59.79833490748787,56.611867725113825
-1999,7,1,13,30,969.0,84.0,967.0,32.0,4.0,2.7,19.39,998.4530974934364,58.18503527291314,55.18967598043283
-1999,7,1,14,30,951.0,80.0,861.0,32.0,3.0,3.2,18.83,873.166976339094,54.15292014903711,51.53341922001982
-1999,7,1,15,30,918.0,75.0,711.0,32.0,3.0,3.7,19.38,696.1086374533822,49.08765895739005,46.9993330450299
-1999,7,1,16,30,860.0,67.0,527.0,31.0,2.0,3.7,20.04,481.6569243279402,42.823426423052325,41.3784556500685
-1999,7,1,17,30,208.0,144.0,218.0,28.0,3.0,2.5,22.94,196.00731506031542,33.20921070941067,32.62118876422972
-1999,7,1,18,30,258.0,56.0,101.0,24.0,7.0,1.4,39.05,64.78820144256235,25.853212811226733,25.658848206899044
-1999,7,1,19,30,0.0,0.0,0.0,21.0,7.0,1.5,46.56,0.0,21.0,21.0
-1999,7,1,20,30,0.0,0.0,0.0,19.0,6.0,1.8,48.31,0.0,19.0,19.0
-1999,7,1,21,30,0.0,0.0,0.0,19.0,5.0,2.0,48.94,0.0,19.0,19.0
-1999,7,1,22,30,0.0,0.0,0.0,18.0,4.0,2.1,46.94,0.0,18.0,18.0
-1999,7,1,23,30,0.0,0.0,0.0,18.0,4.0,2.3000000000000003,47.8,0.0,18.0,18.0
-1999,7,2,0,30,0.0,0.0,0.0,17.0,3.0,2.5,46.29,0.0,17.0,17.0
-1999,7,2,1,30,0.0,0.0,0.0,16.0,3.0,3.0,50.78,0.0,16.0,16.0
-1999,7,2,2,30,0.0,0.0,0.0,16.0,4.0,3.3000000000000003,53.98,0.0,16.0,16.0
-1999,7,2,3,30,0.0,0.0,0.0,16.0,5.0,3.4000000000000004,55.69,0.0,16.0,16.0
-1999,7,2,4,30,0.0,0.0,0.0,18.0,5.0,3.9,51.65,0.0,18.0,18.0
-1999,7,2,5,30,0.0,39.0,39.0,20.0,5.0,4.4,42.81,38.11800457899391,20.893689807630203,20.77933579389322
-1999,7,2,6,30,349.0,114.0,229.0,24.0,5.0,4.4,34.03,191.9365831141321,28.50001960845021,27.924209859107812
-1999,7,2,7,30,574.0,143.0,435.0,28.0,4.0,4.2,27.11,398.8156564620505,37.473601852920915,36.27715488353476
-1999,7,2,8,30,725.0,163.0,648.0,30.0,3.0,4.0,20.11,630.8867313164553,45.18418154841762,43.29152135446825
-1999,7,2,9,30,645.0,267.0,785.0,32.0,2.0,3.8,18.32,786.3102430129914,51.17527733776582,48.816346608726846
-1999,7,2,10,30,485.0,420.0,856.0,33.0,2.0,4.0,17.01,862.6280177706583,53.76173072026638,51.173846666954404
-1999,7,2,11,30,168.0,508.0,669.0,34.0,2.0,4.2,15.85,663.7803541255541,49.767662805822475,47.77632174344581
-1999,7,2,12,30,39.0,425.0,463.0,34.0,1.0,4.1000000000000005,14.69,454.40523771965735,44.86509305498499,43.50187734182602
-1999,7,2,13,30,319.0,447.0,737.0,34.0,1.0,4.3,14.42,738.6501194701418,51.431598138042176,49.21564777963175
-1999,7,2,14,30,12.0,185.0,196.0,33.0,1.0,5.0,15.13,190.86092399975166,37.303093005862415,36.73051023386316
-1999,7,2,15,30,24.0,258.0,274.0,32.0,2.0,5.7,16.67,268.453941081744,37.78411432320203,36.9787524999568
-1999,7,2,16,30,0.0,85.0,85.0,30.0,3.0,5.6000000000000005,21.82,83.07770228755082,31.801593088815366,31.552359981952712
-1999,7,2,17,30,0.0,57.0,57.0,27.0,5.0,4.9,27.64,55.71092976929879,28.264239392227246,28.09710660291935
-1999,7,2,18,30,0.0,16.0,16.0,25.0,6.0,3.9,37.25,15.63815572471545,25.378859398856292,25.331944931682145
-1999,7,2,19,30,0.0,0.0,0.0,23.0,7.0,2.8000000000000003,43.24,0.0,23.0,23.0
-1999,7,2,20,30,0.0,0.0,0.0,21.0,7.0,2.3000000000000003,45.79,0.0,21.0,21.0
-1999,7,2,21,30,0.0,0.0,0.0,21.0,6.0,2.5,46.31,0.0,21.0,21.0
-1999,7,2,22,30,0.0,0.0,0.0,20.0,5.0,3.0,42.57,0.0,20.0,20.0
-1999,7,2,23,30,0.0,0.0,0.0,20.0,3.0,3.5,41.45,0.0,20.0,20.0
-1999,7,3,0,30,0.0,0.0,0.0,20.0,3.0,4.0,39.54,0.0,20.0,20.0
-1999,7,3,1,30,0.0,0.0,0.0,20.0,3.0,4.1000000000000005,38.64,0.0,20.0,20.0
-1999,7,3,2,30,0.0,0.0,0.0,19.0,5.0,3.7,46.16,0.0,19.0,19.0
-1999,7,3,3,30,0.0,0.0,0.0,19.0,6.0,3.1,50.81,0.0,19.0,19.0
-1999,7,3,4,30,0.0,0.0,0.0,19.0,7.0,3.2,52.98,0.0,19.0,19.0
-1999,7,3,5,30,0.0,31.0,31.0,21.0,7.0,3.7,47.97,30.29892671663619,21.743759951611725,21.652863171461817
-1999,7,3,6,30,52.0,126.0,144.0,24.0,7.0,4.2,40.44,135.09846898250453,27.209174678429957,26.803879271482444
-1999,7,3,7,30,194.0,226.0,324.0,27.0,7.0,4.2,32.28,308.2642584979192,34.32261335074509,33.39782057525133
-1999,7,3,8,30,869.0,90.0,671.0,29.0,6.0,3.7,26.86,652.599470165431,45.019621912401746,43.06182350190545
-1999,7,3,9,30,908.0,97.0,826.0,31.0,5.0,3.2,23.08,833.9381722225322,52.1576551096056,49.655840592938006
-1999,7,3,10,30,926.0,105.0,937.0,32.0,5.0,3.1,21.45,965.6292122631601,56.66138154736657,53.76449391057709
-1999,7,3,11,30,154.0,507.0,654.0,33.0,5.0,3.2,21.21,648.8542324226539,49.461932698702604,47.51537000143464
-1999,7,3,12,30,22.0,346.0,367.0,33.0,5.0,3.4000000000000004,21.09,360.18459367592385,42.01819900705989,40.93764522603212
-1999,7,3,13,30,0.0,100.0,100.0,32.0,5.0,3.6,22.65,97.73847327947156,34.415080106983964,34.12186468714555
-1999,7,3,14,30,9.0,153.0,161.0,31.0,6.0,3.7,24.84,157.0750758558905,34.85578512105645,34.38455989348878
-1999,7,3,15,30,0.0,106.0,106.0,29.0,6.0,3.6,27.34,103.60278167623987,31.559984913403003,31.249176568374285
-1999,7,3,16,30,171.0,243.0,335.0,28.0,7.0,3.2,32.07,320.4057434641891,36.128941018835064,35.167723788442494
-1999,7,3,17,30,629.0,80.0,304.0,26.0,7.0,2.1,35.15,245.76067049545867,32.70794621573268,31.970664204246305
-1999,7,3,18,30,426.0,48.0,121.0,24.0,9.0,1.0,49.18,63.70343296261393,25.871857494427122,25.68074719553928
-1999,7,3,19,30,0.0,0.0,0.0,22.0,10.0,0.9,58.0,0.0,22.0,22.0
-1999,7,3,20,30,0.0,0.0,0.0,20.0,9.0,1.2000000000000002,58.37000000000001,0.0,20.0,20.0
-1999,7,3,21,30,0.0,0.0,0.0,19.0,8.0,1.8,59.08,0.0,19.0,19.0
-1999,7,3,22,30,0.0,0.0,0.0,19.0,8.0,2.6,55.73,0.0,19.0,19.0
-1999,7,3,23,30,0.0,0.0,0.0,19.0,7.0,3.1,56.86,0.0,19.0,19.0
-1999,7,4,0,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,55.98,0.0,18.0,18.0
-1999,7,4,1,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.44,0.0,18.0,18.0
-1999,7,4,2,30,0.0,0.0,0.0,17.0,7.0,3.3000000000000003,59.39,0.0,17.0,17.0
-1999,7,4,3,30,0.0,0.0,0.0,17.0,7.0,3.1,63.34,0.0,17.0,17.0
-1999,7,4,4,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.82,0.0,18.0,18.0
-1999,7,4,5,30,444.0,37.0,100.0,20.0,7.0,3.9,50.89,36.916927984916356,20.89437177824503,20.78362099429028
-1999,7,4,6,30,691.0,61.0,286.0,24.0,8.0,4.2,44.07,217.54268245354297,29.16758238095243,28.514954333591803
-1999,7,4,7,30,810.0,76.0,486.0,27.0,7.0,4.1000000000000005,34.25,438.3753628769171,37.4818094407816,36.166683352150855
-1999,7,4,8,30,881.0,87.0,676.0,29.0,5.0,3.4000000000000004,25.23,656.8570981724604,45.44620046089186,43.475629166374475
-1999,7,4,9,30,923.0,94.0,834.0,30.0,4.0,2.8000000000000003,22.06,842.7798303590023,51.95615347770996,49.427813986632955
-1999,7,4,10,30,946.0,100.0,949.0,31.0,3.0,2.5,19.95,979.1484477768225,57.02245012484507,54.085004781514606
-1999,7,4,11,30,60.0,460.0,517.0,32.0,3.0,2.5,18.28,509.3283686400002,45.536223337938736,44.00823823201873
-1999,7,4,12,30,54.0,455.0,507.0,33.0,3.0,2.6,16.93,498.7450047699753,46.167092865020464,44.67085785071054
-1999,7,4,13,30,406.0,460.0,829.0,34.0,2.0,2.4000000000000004,16.61,833.8924612906808,56.31004490978864,53.808367525916594
-1999,7,4,14,30,436.0,368.0,726.0,33.0,2.0,2.0,16.43,724.6590404279927,52.91183564737366,50.73785852608968
-1999,7,4,15,30,449.0,271.0,582.0,33.0,2.0,1.4,17.46,570.0700663636451,49.306381821983145,47.59617162289221
-1999,7,4,16,30,484.0,180.0,439.0,32.0,2.0,0.8,18.63,410.74495742364576,44.233084187930885,43.00084931565995
-1999,7,4,17,30,347.0,127.0,251.0,29.0,3.0,0.30000000000000004,21.66,216.67336924980367,35.6748606242872,35.024840516537786
-1999,7,4,18,30,199.0,59.0,93.0,26.0,8.0,0.1,39.06,65.53657575502753,28.046466831703516,27.84985710443843
-1999,7,4,19,30,0.0,0.0,0.0,23.0,8.0,0.5,48.75,0.0,23.0,23.0
-1999,7,4,20,30,0.0,0.0,0.0,21.0,7.0,1.3,46.15,0.0,21.0,21.0
-1999,7,4,21,30,0.0,0.0,0.0,20.0,6.0,2.0,46.45,0.0,20.0,20.0
-1999,7,4,22,30,0.0,0.0,0.0,19.0,4.0,2.3000000000000003,47.7,0.0,19.0,19.0
-1999,7,4,23,30,0.0,0.0,0.0,18.0,3.0,2.5,43.01,0.0,18.0,18.0
-1999,7,5,0,30,0.0,0.0,0.0,18.0,2.0,2.5,43.06,0.0,18.0,18.0
-1999,7,5,1,30,0.0,0.0,0.0,17.0,2.0,2.3000000000000003,42.05,0.0,17.0,17.0
-1999,7,5,2,30,0.0,0.0,0.0,16.0,2.0,2.1,44.58,0.0,16.0,16.0
-1999,7,5,3,30,0.0,0.0,0.0,16.0,2.0,2.0,44.51,0.0,16.0,16.0
-1999,7,5,4,30,0.0,0.0,0.0,17.0,2.0,2.0,41.84,0.0,17.0,17.0
-1999,7,5,5,30,456.0,37.0,101.0,20.0,3.0,2.3000000000000003,37.31,36.64569414711721,20.9869758662443,20.87703878380295
-1999,7,5,6,30,709.0,61.0,291.0,25.0,2.0,2.3000000000000003,26.01,220.87942135341655,30.948929698278818,30.28629143421857
-1999,7,5,7,30,829.0,76.0,494.0,28.0,0.0,2.5,20.17,446.1558540226451,39.85731181576486,38.518844253696926
-1999,7,5,8,30,892.0,87.0,682.0,29.0,0.0,3.5,18.54,663.3735169443278,45.50012256231919,43.51000201148621
-1999,7,5,9,30,927.0,97.0,838.0,29.0,1.0,4.1000000000000005,19.12,848.5246373785645,49.288716720851895,46.7431428087162
-1999,7,5,10,30,943.0,104.0,950.0,30.0,2.0,4.6000000000000005,19.82,980.0422781469991,52.67911375813846,49.73898692369747
-1999,7,5,11,30,457.0,429.0,862.0,30.0,4.0,4.9,21.58,874.2332812907955,49.838838748172954,47.216138904300564
-1999,7,5,12,30,940.0,113.0,1008.0,30.0,5.0,5.2,23.22,1051.1211376875801,53.39238744904251,50.23902403597977
-1999,7,5,13,30,388.0,385.0,738.0,30.0,5.0,5.4,26.02,743.6645644507614,46.3368503792211,44.105856685868815
-1999,7,5,14,30,346.0,368.0,652.0,29.0,6.0,5.4,28.69,649.4438831591967,43.26700700295991,41.31867535348232
-1999,7,5,15,30,534.0,249.0,619.0,28.0,6.0,5.2,31.6,606.5493460979912,41.498574809466746,39.67892677117277
-1999,7,5,16,30,526.0,167.0,448.0,26.0,7.0,4.800000000000002,34.78,418.58996613574016,35.5610530755492,34.30528317714197
-1999,7,5,17,30,223.0,141.0,221.0,24.0,7.0,4.0,40.47,197.34101222513652,28.7496033881111,28.15758035143569
-1999,7,5,18,30,19.0,58.0,62.0,21.0,8.0,2.5,50.38,57.44713799933698,22.526750399081035,22.354408985083023
-1999,7,5,19,30,0.0,0.0,0.0,19.0,9.0,1.4,62.1,0.0,19.0,19.0
-1999,7,5,20,30,0.0,0.0,0.0,18.0,9.0,1.2000000000000002,71.83,0.0,18.0,18.0
-1999,7,5,21,30,0.0,0.0,0.0,16.0,9.0,1.1,76.47,0.0,16.0,16.0
-1999,7,5,22,30,0.0,0.0,0.0,16.0,9.0,1.0,81.21000000000002,0.0,16.0,16.0
-1999,7,5,23,30,0.0,0.0,0.0,15.0,9.0,0.9,86.60000000000002,0.0,15.0,15.0
-1999,7,6,0,30,0.0,0.0,0.0,14.0,9.0,0.9,86.69,0.0,14.0,14.0
-1999,7,6,1,30,0.0,0.0,0.0,14.0,9.0,0.9,92.73,0.0,14.0,14.0
-1999,7,6,2,30,0.0,0.0,0.0,14.0,9.0,0.9,92.42,0.0,14.0,14.0
-1999,7,6,3,30,0.0,0.0,0.0,13.0,9.0,0.9,91.71,0.0,13.0,13.0
-1999,7,6,4,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,84.85000000000002,0.0,14.0,14.0
-1999,7,6,5,30,356.0,42.0,91.0,17.0,9.0,2.0,71.21000000000002,41.41954147506437,18.138106414782264,18.013847790357072
-1999,7,6,6,30,615.0,74.0,272.0,21.0,10.0,3.1,56.12000000000001,211.51785027971044,26.40199317044388,25.767439619604747
-1999,7,6,7,30,748.0,93.0,469.0,24.0,10.0,3.8,47.05,425.7496226092147,34.382501261459396,33.10525239363175
-1999,7,6,8,30,826.0,105.0,655.0,27.0,10.0,3.9,39.78,637.6012935550281,42.446913756235034,40.534109875569946
-1999,7,6,9,30,873.0,113.0,811.0,29.0,10.0,3.9,35.0,819.8634841975368,48.86250758945914,46.402917136866535
-1999,7,6,10,30,897.0,120.0,924.0,30.0,9.0,4.1000000000000005,32.28,952.625441221529,52.77782738015805,49.91995105649347
-1999,7,6,11,30,415.0,492.0,885.0,31.0,9.0,4.5,30.0,893.9897062987748,51.82332633577129,49.141357216874965
-1999,7,6,12,30,11.0,163.0,174.0,31.0,9.0,5.1000000000000005,29.95,170.32730302821014,34.815272813598924,34.304290904514296
-1999,7,6,13,30,9.0,150.0,158.0,31.0,9.0,5.5,32.14,155.1303074183786,34.385921944725474,33.920531022470335
-1999,7,6,14,30,13.0,206.0,217.0,30.0,10.0,5.7,34.52,212.2354291767537,34.572829070214276,33.936122782684016
-1999,7,6,15,30,29.0,269.0,290.0,29.0,10.0,5.6000000000000005,36.78,282.6568994900352,35.12959557866269,34.28162488019258
-1999,7,6,16,30,67.0,229.0,265.0,27.0,10.0,5.2,39.55,256.3704801345641,32.70544857940748,31.93633713900379
-1999,7,6,17,30,135.0,146.0,194.0,25.0,10.0,4.3,45.53,178.7584991037725,29.21856876212486,28.68229326481354
-1999,7,6,18,30,0.0,53.0,53.0,23.0,11.0,2.7,56.55,51.801390838119936,24.35852274852705,24.20311857601269
-1999,7,6,19,30,0.0,0.0,0.0,21.0,11.0,1.6,67.63,0.0,21.0,21.0
-1999,7,6,20,30,0.0,0.0,0.0,20.0,11.0,1.8,70.16,0.0,20.0,20.0
-1999,7,6,21,30,0.0,0.0,0.0,19.0,11.0,2.3000000000000003,68.29,0.0,19.0,19.0
-1999,7,6,22,30,0.0,0.0,0.0,19.0,10.0,2.7,71.43,0.0,19.0,19.0
-1999,7,6,23,30,0.0,0.0,0.0,18.0,10.0,2.9000000000000004,75.68,0.0,18.0,18.0
-1999,7,7,0,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,75.41,0.0,17.0,17.0
-1999,7,7,1,30,0.0,0.0,0.0,17.0,10.0,2.6,79.73,0.0,17.0,17.0
-1999,7,7,2,30,0.0,0.0,0.0,16.0,10.0,2.3000000000000003,78.96000000000002,0.0,16.0,16.0
-1999,7,7,3,30,0.0,0.0,0.0,15.0,10.0,2.1,83.47,0.0,15.0,15.0
-1999,7,7,4,30,0.0,0.0,0.0,16.0,10.0,2.5,77.21000000000002,0.0,16.0,16.0
-1999,7,7,5,30,459.0,35.0,97.0,19.0,10.0,3.0,64.38,34.67584783672426,19.891476613701162,19.787449070190988
-1999,7,7,6,30,712.0,57.0,286.0,23.0,10.0,2.5,50.58,216.06294846737194,28.742221532480734,28.094032687078617
-1999,7,7,7,30,832.0,70.0,488.0,27.0,9.0,1.5,39.73,440.1151151682898,39.50492841153796,38.18458306603309
-1999,7,7,8,30,899.0,79.0,676.0,29.0,7.0,1.3,29.9,658.8440672247118,47.97268285411424,45.99615065244011
-1999,7,7,9,30,937.0,86.0,834.0,31.0,6.0,2.2,24.67,845.0557111074207,53.91208036151063,51.37691322818837
-1999,7,7,10,30,956.0,91.0,947.0,32.0,6.0,3.2,22.35,979.0116853156729,56.83828211266413,53.90124705671711
-1999,7,7,11,30,962.0,95.0,1006.0,33.0,5.0,3.9,20.74,1050.4737820190967,58.44941184727159,55.2979905012143
-1999,7,7,12,30,955.0,98.0,1007.0,33.0,6.0,4.5,20.9,1051.7647103977183,57.49831316708717,54.34301903589402
-1999,7,7,13,30,934.0,101.0,949.0,33.0,6.0,5.0,21.38,983.5597231717765,55.17504178924517,52.22436261972984
-1999,7,7,14,30,898.0,103.0,839.0,32.0,6.0,5.2,23.41,853.3234500635596,50.990458899108795,48.43048854891811
-1999,7,7,15,30,573.0,236.0,632.0,31.0,7.0,5.2,25.79,620.750433269748,44.81461576936046,42.95236446955121
-1999,7,7,16,30,669.0,126.0,483.0,30.0,8.0,4.9,28.4,448.3143353444413,40.17352690378107,38.82858389774774
-1999,7,7,17,30,614.0,82.0,300.0,28.0,8.0,3.8,35.55000000000001,244.23533073707205,33.95602085077625,33.22331485856503
-1999,7,7,18,30,375.0,52.0,116.0,25.0,10.0,2.4000000000000004,48.19,65.68625776321544,26.75737691450655,26.560318141216904
-1999,7,7,19,30,0.0,0.0,0.0,22.0,12.0,1.8,61.57,0.0,22.0,22.0
-1999,7,7,20,30,0.0,0.0,0.0,21.0,12.0,1.9,66.34,0.0,21.0,21.0
-1999,7,7,21,30,0.0,0.0,0.0,20.0,12.0,2.2,69.92,0.0,20.0,20.0
-1999,7,7,22,30,0.0,0.0,0.0,20.0,12.0,2.8000000000000003,73.61,0.0,20.0,20.0
-1999,7,7,23,30,0.0,0.0,0.0,19.0,11.0,3.5,72.19,0.0,19.0,19.0
-1999,7,8,0,30,0.0,0.0,0.0,19.0,11.0,3.9,70.47,0.0,19.0,19.0
-1999,7,8,1,30,0.0,0.0,0.0,19.0,11.0,3.8,69.07000000000001,0.0,19.0,19.0
-1999,7,8,2,30,0.0,0.0,0.0,19.0,11.0,3.4000000000000004,67.8,0.0,19.0,19.0
-1999,7,8,3,30,0.0,0.0,0.0,19.0,10.0,3.0,70.84,0.0,19.0,19.0
-1999,7,8,4,30,0.0,0.0,0.0,19.0,10.0,2.8000000000000003,65.75,0.0,19.0,19.0
-1999,7,8,5,30,162.0,47.0,68.0,21.0,10.0,3.0,58.54,46.09538931178862,22.185060038456783,22.046773870521417
-1999,7,8,6,30,0.0,50.0,50.0,24.0,10.0,3.1,51.87000000000001,48.86923663973578,25.248080397108602,25.101472687189393
-1999,7,8,7,30,753.0,86.0,462.0,26.0,10.0,2.9000000000000004,42.62,419.75573642560136,36.86320270707165,35.60393549779484
-1999,7,8,8,30,824.0,99.0,645.0,28.0,10.0,2.5,38.99,629.3007084539695,44.72468187684414,42.836779751482226
-1999,7,8,9,30,7.0,141.0,146.0,29.0,9.0,2.2,36.02,143.48891479068547,32.890429356854824,32.45996261248277
-1999,7,8,10,30,11.0,165.0,175.0,29.0,9.0,2.0,33.83,171.50869902626235,33.712634268784996,33.19810817170621
-1999,7,8,11,30,0.0,67.0,67.0,29.0,9.0,1.9,34.07,65.48477709724594,30.811426469916988,30.61497213862525
-1999,7,8,12,30,2.0,114.0,116.0,28.0,10.0,1.7000000000000002,37.16,113.42494798062421,31.179812855421513,30.83953801147964
-1999,7,8,13,30,14.0,195.0,207.0,27.0,10.0,1.1,43.88,203.85152763836737,32.94977276311585,32.33821818020075
-1999,7,8,14,30,0.0,31.0,31.0,25.0,11.0,0.5,49.14,30.29892671663619,25.92084853214688,25.829951751996973
-1999,7,8,15,30,9.0,176.0,182.0,24.0,12.0,0.30000000000000004,58.49,178.14776169490258,29.48803705761954,28.95359377253483
-1999,7,8,16,30,0.0,116.0,116.0,22.0,13.0,0.5,65.11,113.37662900418702,25.44575579771092,25.105625910698357
-1999,7,8,17,30,0.0,104.0,104.0,21.0,13.0,0.6000000000000001,76.23,101.64801221065042,24.06849375896558,23.76354972233363
-1999,7,8,18,30,0.0,43.0,43.0,19.0,14.0,0.6000000000000001,83.60000000000002,42.02754351017277,20.268704150341538,20.14262151981102
-1999,7,8,19,30,0.0,0.0,0.0,18.0,14.0,1.0,90.67,0.0,18.0,18.0
-1999,7,8,20,30,0.0,0.0,0.0,18.0,14.0,1.7000000000000002,91.26,0.0,18.0,18.0
-1999,7,8,21,30,0.0,0.0,0.0,18.0,14.0,2.2,95.92,0.0,18.0,18.0
-1999,7,8,22,30,0.0,0.0,0.0,18.0,13.0,2.4000000000000004,92.4,0.0,18.0,18.0
-1999,7,8,23,30,0.0,0.0,0.0,17.0,13.0,2.4000000000000004,88.78,0.0,17.0,17.0
-1999,7,9,0,30,0.0,0.0,0.0,17.0,12.0,2.0,91.84,0.0,17.0,17.0
-1999,7,9,1,30,0.0,0.0,0.0,16.0,12.0,1.6,88.2,0.0,16.0,16.0
-1999,7,9,2,30,0.0,0.0,0.0,15.0,10.0,1.3,86.48,0.0,15.0,15.0
-1999,7,9,3,30,0.0,0.0,0.0,14.0,8.0,2.1,80.68,0.0,14.0,14.0
-1999,7,9,4,30,0.0,0.0,0.0,14.0,5.0,3.8,65.92,0.0,14.0,14.0
-1999,7,9,5,30,426.0,36.0,93.0,16.0,4.0,5.300000000000002,54.44,35.615540457510164,16.787489220933743,16.680642599561214
-1999,7,9,6,30,686.0,61.0,280.0,17.0,4.0,6.0,49.59,212.5587558521871,21.492088198466973,20.854411930910413
-1999,7,9,7,30,127.0,221.0,285.0,19.0,5.0,6.1000000000000005,45.13,272.5092874478667,24.72212372113338,23.90459585878978
-1999,7,9,8,30,832.0,115.0,666.0,21.0,4.0,5.6000000000000005,40.57,649.5461473228775,35.08582348405776,33.13718504208913
-1999,7,9,9,30,931.0,93.0,835.0,22.0,3.0,4.9,33.64,846.2054654670727,41.20280791922837,38.66419152282715
-1999,7,9,10,30,958.0,96.0,952.0,24.0,2.0,4.4,30.39,985.3525676249072,47.10193191733631,44.145874214461585
-1999,7,9,11,30,970.0,97.0,1014.0,25.0,2.0,4.1000000000000005,28.14,1060.3700209553353,50.354062836537814,47.17295277367181
-1999,7,9,12,30,405.0,498.0,883.0,26.0,2.0,4.1000000000000005,26.32,892.2738968080155,47.33478691399726,44.657965223573214
-1999,7,9,13,30,158.0,477.0,621.0,26.0,2.0,4.2,24.72,615.9826730464263,40.63226053988953,38.78431252075025
-1999,7,9,14,30,440.0,362.0,722.0,26.0,2.0,4.3,24.62,722.8574389180561,43.05890252255387,40.89033020579971
-1999,7,9,15,30,508.0,241.0,593.0,25.0,2.0,4.4,26.18,581.6799786235886,38.63768838217021,36.89264844629945
-1999,7,9,16,30,35.0,209.0,228.0,24.0,2.0,4.2,28.04,221.30134379655334,29.256866892447114,28.592962861057455
-1999,7,9,17,30,25.0,130.0,139.0,22.0,2.0,3.6,32.01,133.7451002320135,25.304790019108623,24.903554718412583
-1999,7,9,18,30,324.0,50.0,105.0,19.0,3.0,2.2,40.57,61.62719080664651,20.67090421336321,20.486022640943272
-1999,7,9,19,30,0.0,0.0,0.0,17.0,5.0,1.4,51.36,0.0,17.0,17.0
-1999,7,9,20,30,0.0,0.0,0.0,15.0,5.0,1.4,59.04,0.0,15.0,15.0
-1999,7,9,21,30,0.0,0.0,0.0,14.0,5.0,1.3,63.84,0.0,14.0,14.0
-1999,7,9,22,30,0.0,0.0,0.0,14.0,5.0,1.2000000000000002,69.06,0.0,14.0,14.0
-1999,7,9,23,30,0.0,0.0,0.0,13.0,5.0,1.1,69.37,0.0,13.0,13.0
-1999,7,10,0,30,0.0,0.0,0.0,13.0,5.0,1.0,69.64,0.0,13.0,13.0
-1999,7,10,1,30,0.0,0.0,0.0,13.0,5.0,0.9,74.17,0.0,13.0,13.0
-1999,7,10,2,30,0.0,0.0,0.0,12.0,5.0,0.9,79.38,0.0,12.0,12.0
-1999,7,10,3,30,0.0,0.0,0.0,11.0,5.0,0.9,84.99,0.0,11.0,11.0
-1999,7,10,4,30,0.0,0.0,0.0,11.0,5.0,1.3,79.25,0.0,11.0,11.0
-1999,7,10,5,30,438.0,35.0,92.0,13.0,5.0,1.8,71.25,34.63815572471545,13.964584436498123,13.860669969323977
-1999,7,10,6,30,693.0,60.0,280.0,16.0,6.0,1.5,59.75,212.34318005766556,22.033276690086147,21.39624714991315
-1999,7,10,7,30,814.0,76.0,481.0,19.0,5.0,1.1,47.8,435.6788604523658,31.716069618979667,30.40903303762257
-1999,7,10,8,30,882.0,88.0,671.0,22.0,5.0,1.5,37.51,654.838852511393,40.60584353849666,38.641326980962475
-1999,7,10,9,30,923.0,96.0,830.0,24.0,4.0,2.2,32.18,842.2439443752393,46.83584464772422,44.30911281459851
-1999,7,10,10,30,945.0,102.0,946.0,26.0,4.0,2.9000000000000004,27.93,978.931492766479,51.33457036898258,48.39777589068314
-1999,7,10,11,30,952.0,107.0,1007.0,27.0,3.0,3.5,25.64,1052.2267376197228,53.172088108141594,50.01540789528242
-1999,7,10,12,30,946.0,112.0,1010.0,28.0,3.0,4.0,25.01,1056.8518017887225,53.43630866137645,50.265753256010285
-1999,7,10,13,30,928.0,113.0,955.0,28.0,3.0,4.3,23.1,990.3035146893897,51.37043269571147,48.3995221516433
-1999,7,10,14,30,894.0,113.0,845.0,28.0,3.0,4.3,24.11,860.5216947455175,48.30767744630035,45.7261123620638
-1999,7,10,15,30,837.0,112.0,690.0,27.0,2.0,4.0,25.23,679.945883251289,43.364937193786005,41.32509954403214
-1999,7,10,16,30,582.0,150.0,460.0,26.0,2.0,3.7,26.82,429.7915718247301,36.55026673561916,35.26089202014497
-1999,7,10,17,30,608.0,88.0,303.0,24.0,3.0,3.0,29.14,248.5490716363551,30.38991397598302,29.644266761073954
-1999,7,10,18,30,250.0,54.0,96.0,21.0,5.0,2.1,40.27,62.56486531941593,22.707684759775084,22.519990163816836
-1999,7,10,19,30,0.0,0.0,0.0,18.0,6.0,2.2,53.74,0.0,18.0,18.0
-1999,7,10,20,30,0.0,0.0,0.0,17.0,6.0,2.8000000000000003,62.59,0.0,17.0,17.0
-1999,7,10,21,30,0.0,0.0,0.0,16.0,7.0,3.2,63.58,0.0,16.0,16.0
-1999,7,10,22,30,0.0,0.0,0.0,15.0,7.0,3.3000000000000003,67.78,0.0,15.0,15.0
-1999,7,10,23,30,0.0,0.0,0.0,15.0,6.0,3.6,66.93,0.0,15.0,15.0
-1999,7,11,0,30,0.0,0.0,0.0,15.0,6.0,3.9,69.28,0.0,15.0,15.0
-1999,7,11,1,30,0.0,0.0,0.0,14.0,6.0,3.8,68.01,0.0,14.0,14.0
-1999,7,11,2,30,0.0,0.0,0.0,14.0,6.0,3.6,72.4,0.0,14.0,14.0
-1999,7,11,3,30,0.0,0.0,0.0,13.0,6.0,3.2,72.41,0.0,13.0,13.0
-1999,7,11,4,30,0.0,0.0,0.0,14.0,5.0,3.0,71.04,0.0,14.0,14.0
-1999,7,11,5,30,409.0,36.0,89.0,16.0,5.0,2.9000000000000004,61.39,35.585386767903124,16.920943387602264,16.814187227298554
-1999,7,11,6,30,670.0,63.0,274.0,19.0,5.0,2.9000000000000004,45.55,209.39377101949253,24.419073005536074,23.790891692477597
-1999,7,11,7,30,790.0,82.0,474.0,22.0,4.0,3.2,35.02,430.15880725638306,32.91346096082201,31.622984539052858
-1999,7,11,8,30,854.0,97.0,660.0,24.0,4.0,3.1,30.88,644.9997032263287,40.47276571296159,38.537766603282606
-1999,7,11,9,30,887.0,110.0,815.0,26.0,4.0,3.0,29.34,826.3650225146582,47.24490496731985,44.765809899775874
-1999,7,11,10,30,900.0,124.0,926.0,27.0,4.0,3.0,27.64,958.3823325913974,51.638919876235924,48.76377287846173
-1999,7,11,11,30,372.0,471.0,823.0,28.0,4.0,3.0,25.83,830.6508289468358,49.35508817677233,46.86313568993182
-1999,7,11,12,30,370.0,478.0,830.0,27.0,4.0,2.9000000000000004,27.51,837.7915222836582,48.68189340384777,46.168518836996796
-1999,7,11,13,30,419.0,450.0,830.0,26.0,4.0,2.4000000000000004,29.93,837.1822581208334,48.39806047346357,45.88651369910107
-1999,7,11,14,30,239.0,411.0,606.0,24.0,5.0,1.9,33.79,602.2834070129504,40.660240046857076,38.853389825818226
-1999,7,11,15,30,0.0,48.0,48.0,22.0,6.0,1.7000000000000002,41.34,46.914467174146345,23.315224106173577,23.17448070465114
-1999,7,11,16,30,0.0,101.0,101.0,21.0,7.0,1.7000000000000002,51.15,98.71585801226628,23.767450723406903,23.471303149370105
-1999,7,11,17,30,0.0,108.0,108.0,19.0,8.0,1.4,58.74,105.5575511418293,22.019386273150143,21.702713619724655
-1999,7,11,18,30,0.0,29.0,29.0,18.0,9.0,0.8,69.91,28.344157251046756,18.844164865864393,18.75913239411125
-1999,7,11,19,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,83.64,0.0,16.0,16.0
-1999,7,11,20,30,0.0,0.0,0.0,14.0,10.0,0.8,87.66,0.0,14.0,14.0
-1999,7,11,21,30,0.0,0.0,0.0,14.0,9.0,0.9,92.54,0.0,14.0,14.0
-1999,7,11,22,30,0.0,0.0,0.0,13.0,9.0,1.0,91.71,0.0,13.0,13.0
-1999,7,11,23,30,0.0,0.0,0.0,13.0,9.0,1.1,90.93,0.0,13.0,13.0
-1999,7,12,0,30,0.0,0.0,0.0,13.0,9.0,1.3,95.83,0.0,13.0,13.0
-1999,7,12,1,30,0.0,0.0,0.0,12.0,8.0,1.6,93.26,0.0,12.0,12.0
-1999,7,12,2,30,0.0,0.0,0.0,12.0,8.0,1.7000000000000002,95.99,0.0,12.0,12.0
-1999,7,12,3,30,0.0,0.0,0.0,11.0,7.0,1.9,92.2,0.0,11.0,11.0
-1999,7,12,4,30,0.0,0.0,0.0,12.0,7.0,2.4000000000000004,83.43,0.0,12.0,12.0
-1999,7,12,5,30,374.0,38.0,85.0,15.0,7.0,3.0,74.7,37.49492569908198,15.963951899621435,15.85146712252419
-1999,7,12,6,30,649.0,67.0,270.0,19.0,7.0,3.0,58.48,207.91295277029155,24.34520557227645,23.721466713965572
-1999,7,12,7,30,784.0,84.0,471.0,22.0,6.0,2.8000000000000003,44.65,428.7261417834552,33.169200578630615,31.88302215328025
-1999,7,12,8,30,859.0,96.0,661.0,24.0,5.0,3.0,34.980000000000004,646.6698271844409,40.62514584893736,38.68513636738403
-1999,7,12,9,30,904.0,104.0,821.0,26.0,5.0,3.2,31.75,833.8981107175006,47.15663871830123,44.65494438614873
-1999,7,12,10,30,928.0,110.0,937.0,27.0,4.0,3.3000000000000003,29.18,970.5767325414298,51.462045861998455,48.55031566437417
-1999,7,12,11,30,938.0,114.0,1000.0,28.0,4.0,3.3000000000000003,26.93,1045.1359377375552,54.3412076384878,51.205799825275136
-1999,7,12,12,30,937.0,116.0,1005.0,29.0,4.0,3.3000000000000003,24.95,1052.0153004949916,55.51459247415461,52.35854657266964
-1999,7,12,13,30,925.0,114.0,952.0,29.0,4.0,3.3000000000000003,23.25,988.8406578629929,53.922362871315514,50.95584089772653
-1999,7,12,14,30,900.0,110.0,845.0,29.0,4.0,3.4000000000000004,23.08,863.0359751791459,50.60844830975842,48.01934038422098
-1999,7,12,15,30,859.0,101.0,693.0,28.0,4.0,3.4000000000000004,24.32,684.4958113891743,45.13821067027812,43.0847232361106
-1999,7,12,16,30,793.0,88.0,509.0,27.0,4.0,3.2,25.71,471.9556574575762,38.973879311582806,37.55801233921008
-1999,7,12,17,30,676.0,71.0,309.0,25.0,4.0,2.4000000000000004,29.23,249.96276448690818,31.687529580068844,30.93764128660812
-1999,7,12,18,30,197.0,56.0,89.0,22.0,7.0,1.4,43.13,62.3199398378143,23.78261023351151,23.595650413998065
-1999,7,12,19,30,0.0,0.0,0.0,19.0,7.0,1.1,53.27,0.0,19.0,19.0
-1999,7,12,20,30,0.0,0.0,0.0,18.0,6.0,1.3,54.29,0.0,18.0,18.0
-1999,7,12,21,30,0.0,0.0,0.0,17.0,6.0,1.7000000000000002,56.18,0.0,17.0,17.0
-1999,7,12,22,30,0.0,0.0,0.0,16.0,6.0,2.0,59.26,0.0,16.0,16.0
-1999,7,12,23,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,62.94000000000001,0.0,16.0,16.0
-1999,7,13,0,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,62.3,0.0,15.0,15.0
-1999,7,13,1,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,66.26,0.0,15.0,15.0
-1999,7,13,2,30,0.0,0.0,0.0,14.0,5.0,2.5,65.76,0.0,14.0,14.0
-1999,7,13,3,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,67.44,0.0,14.0,14.0
-1999,7,13,4,30,0.0,0.0,0.0,15.0,4.0,2.2,58.8,0.0,15.0,15.0
-1999,7,13,5,30,416.0,35.0,87.0,18.0,4.0,2.7,45.3,34.60046361270665,18.907418047409912,18.80361665657179
-1999,7,13,6,30,684.0,63.0,276.0,23.0,3.0,3.0,31.9,210.88781417703677,28.421685875962254,27.789022433431143
-1999,7,13,7,30,810.0,80.0,479.0,26.0,1.0,2.8000000000000003,23.41,435.57057794254405,37.347512262612575,36.04080052878494
-1999,7,13,8,30,879.0,93.0,670.0,29.0,0.0,2.7,18.87,656.0299732756314,46.204782110882874,44.23669219105598
-1999,7,13,9,30,917.0,103.0,830.0,30.0,0.0,2.3000000000000003,16.490000000000002,843.0824873490991,52.70668048819684,50.177433026149544
-1999,7,13,10,30,937.0,112.0,945.0,31.0,0.0,2.0,15.5,980.7228011052543,57.94783359041001,55.00566518709425
-1999,7,13,11,30,525.0,427.0,923.0,32.0,0.0,1.9,14.63,939.9496156708717,58.000693438813364,55.18084459180075
-1999,7,13,12,30,466.0,468.0,910.0,33.0,0.0,2.1,13.85,924.2939815368227,58.22826090592469,55.455378961314224
-1999,7,13,13,30,421.0,451.0,832.0,33.0,0.0,2.3000000000000003,13.97,840.2269398130086,55.629772230115535,53.10909141067651
-1999,7,13,14,30,388.0,361.0,678.0,32.0,0.0,2.5,15.02,678.6292260253039,50.035666836425236,47.99977915834933
-1999,7,13,15,30,505.0,255.0,603.0,31.0,0.0,2.3000000000000003,16.25,593.6742717277826,46.989386809079605,45.208363993896256
-1999,7,13,16,30,85.0,233.0,278.0,30.0,1.0,1.8,17.76,269.0980828661897,37.493696393281084,36.68640214468252
-1999,7,13,17,30,118.0,143.0,185.0,27.0,3.0,1.1,24.29,171.26625810406475,31.99871317872109,31.484914404408897
-1999,7,13,18,30,0.0,18.0,18.0,24.0,8.0,0.9,43.01,17.592925190304882,24.52044372635001,24.467664950779096
-1999,7,13,19,30,0.0,0.0,0.0,22.0,9.0,1.1,49.18,0.0,22.0,22.0
-1999,7,13,20,30,0.0,0.0,0.0,21.0,9.0,1.5,53.48,0.0,21.0,21.0
-1999,7,13,21,30,0.0,0.0,0.0,21.0,9.0,1.9,56.07,0.0,21.0,21.0
-1999,7,13,22,30,0.0,0.0,0.0,20.0,8.0,2.6,54.77,0.0,20.0,20.0
-1999,7,13,23,30,0.0,0.0,0.0,19.0,8.0,3.5,58.21,0.0,19.0,19.0
-1999,7,14,0,30,0.0,0.0,0.0,19.0,8.0,4.1000000000000005,62.94000000000001,0.0,19.0,19.0
-1999,7,14,1,30,0.0,0.0,0.0,19.0,9.0,4.3,63.53,0.0,19.0,19.0
-1999,7,14,2,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.76,0.0,19.0,19.0
-1999,7,14,3,30,0.0,0.0,0.0,18.0,9.0,3.7,65.21000000000001,0.0,18.0,18.0
-1999,7,14,4,30,0.0,0.0,0.0,18.0,10.0,3.5,67.98,0.0,18.0,18.0
-1999,7,14,5,30,210.0,46.0,72.0,20.0,10.0,3.6,66.01,45.15569669100272,21.1157799087327,20.980312818659694
-1999,7,14,6,30,373.0,102.0,218.0,22.0,10.0,3.3000000000000003,58.86,180.68414979843442,26.553894412172955,26.011841962777652
-1999,7,14,7,30,559.0,140.0,414.0,24.0,9.0,2.5,46.25,382.95493567918265,34.17764541873247,33.02878061169492
-1999,7,14,8,30,484.0,229.0,546.0,26.0,8.0,1.6,38.47,534.6822074958147,41.09032248699812,39.486275864510674
-1999,7,14,9,30,146.0,400.0,516.0,27.0,8.0,1.2000000000000002,35.98000000000001,509.1017628601515,41.759434768570024,40.23212947998957
-1999,7,14,10,30,12.0,177.0,189.0,28.0,8.0,1.8,35.87,184.16314445363906,33.12847463151115,32.575985198150235
-1999,7,14,11,30,371.0,482.0,831.0,27.0,8.0,2.5,35.55000000000001,840.4002199675731,49.33499206240856,46.81379140250584
-1999,7,14,12,30,258.0,495.0,739.0,27.0,8.0,2.8000000000000003,35.2,742.3199711141997,46.33896686683859,44.11200695349599
-1999,7,14,13,30,473.0,430.0,858.0,27.0,8.0,2.4000000000000004,34.69,869.1252632708041,50.25266692756969,47.64529113775728
-1999,7,14,14,30,29.0,325.0,349.0,27.0,8.0,2.2,36.59,342.00792375486526,36.27289518353279,35.24687141226819
-1999,7,14,15,30,12.0,203.0,212.0,26.0,8.0,2.6,38.84,206.600452785503,31.45434504960431,30.834543691247802
-1999,7,14,16,30,6.0,155.0,159.0,25.0,8.0,2.5,42.26,154.4205790348941,29.103976087904847,28.640714350800167
-1999,7,14,17,30,0.0,14.0,14.0,23.0,10.0,1.8,50.14,13.683386259126019,23.38104746479696,23.339997306019583
-1999,7,14,18,30,0.0,40.0,40.0,21.0,12.0,1.2000000000000002,64.73,39.09538931178863,22.13341946619364,22.016133298258275
-1999,7,14,19,30,0.0,0.0,0.0,19.0,12.0,1.2000000000000002,75.21000000000002,0.0,19.0,19.0
-1999,7,14,20,30,0.0,0.0,0.0,19.0,12.0,1.3,80.68,0.0,19.0,19.0
-1999,7,14,21,30,0.0,0.0,0.0,18.0,12.0,1.3,80.2,0.0,18.0,18.0
-1999,7,14,22,30,0.0,0.0,0.0,18.0,12.0,1.3,83.87,0.0,18.0,18.0
-1999,7,14,23,30,0.0,0.0,0.0,17.0,11.0,1.5,81.82000000000002,0.0,17.0,17.0
-1999,7,15,0,30,0.0,0.0,0.0,16.0,11.0,1.6,85.05,0.0,16.0,16.0
-1999,7,15,1,30,0.0,0.0,0.0,16.0,11.0,1.6,88.21000000000002,0.0,16.0,16.0
-1999,7,15,2,30,0.0,0.0,0.0,15.0,10.0,1.4,85.87,0.0,15.0,15.0
-1999,7,15,3,30,0.0,0.0,0.0,15.0,10.0,1.4,83.95,0.0,15.0,15.0
-1999,7,15,4,30,0.0,0.0,0.0,16.0,10.0,1.9,82.31,0.0,16.0,16.0
-1999,7,15,5,30,352.0,34.0,76.0,18.0,10.0,2.8000000000000003,73.38,33.54769465589431,18.873986664315876,18.773343580348193
-1999,7,15,6,30,103.0,122.0,154.0,20.0,10.0,3.3000000000000003,60.24,141.48629387907923,23.56596659869599,23.14150771705875
-1999,7,15,7,30,145.0,218.0,289.0,23.0,9.0,3.5,46.28,276.7809026217141,29.884385191021856,29.054042483156714
-1999,7,15,8,30,0.0,74.0,74.0,25.0,7.0,3.5,35.98000000000001,72.32647022680895,26.798979900101184,26.582000489420757
-1999,7,15,9,30,20.0,274.0,290.0,27.0,5.0,3.4000000000000004,31.03,283.9812535124202,34.11024153563212,33.25829777509486
-1999,7,15,10,30,257.0,455.0,683.0,28.0,5.0,3.3000000000000003,27.94,683.589353852286,45.22892540492126,43.178157343364404
-1999,7,15,11,30,15.0,204.0,218.0,29.0,4.0,3.3000000000000003,25.87,214.3171121578142,34.401566770396215,33.75861543392277
-1999,7,15,12,30,15.0,213.0,228.0,29.0,4.0,3.2,24.47,223.2208609010239,34.66328553545675,33.99362295275368
-1999,7,15,13,30,0.0,85.0,85.0,28.0,5.0,3.0,26.52,83.07770228755082,30.135833247916786,29.88660014105413
-1999,7,15,14,30,413.0,358.0,695.0,27.0,5.0,2.4000000000000004,28.91,696.8178034138851,45.6427353762645,43.55228196602284
-1999,7,15,15,30,38.0,284.0,310.0,26.0,5.0,1.7000000000000002,31.35,303.4997017265775,34.508465468563614,33.59796636338388
-1999,7,15,16,30,24.0,194.0,207.0,25.0,6.0,1.0,34.02,201.29132686380274,30.91473114132353,30.31085716073212
-1999,7,15,17,30,0.0,72.0,72.0,23.0,7.0,0.7000000000000001,40.34,70.37170076121953,25.110046307878573,24.898931205594913
-1999,7,15,18,30,0.0,47.0,47.0,21.0,9.0,0.7000000000000001,52.8,45.937082441351635,22.37739133986518,22.239580092541125
-1999,7,15,19,30,0.0,0.0,0.0,19.0,10.0,0.6000000000000001,64.4,0.0,19.0,19.0
-1999,7,15,20,30,0.0,0.0,0.0,18.0,10.0,0.6000000000000001,74.39,0.0,18.0,18.0
-1999,7,15,21,30,0.0,0.0,0.0,17.0,10.0,0.7000000000000001,74.01,0.0,17.0,17.0
-1999,7,15,22,30,0.0,0.0,0.0,16.0,9.0,0.8,76.04,0.0,16.0,16.0
-1999,7,15,23,30,0.0,0.0,0.0,15.0,9.0,1.0,79.22,0.0,15.0,15.0
-1999,7,16,0,30,0.0,0.0,0.0,14.0,9.0,1.1,82.62,0.0,14.0,14.0
-1999,7,16,1,30,0.0,0.0,0.0,14.0,8.0,1.1,85.28,0.0,14.0,14.0
-1999,7,16,2,30,0.0,0.0,0.0,13.0,8.0,1.1,82.49,0.0,13.0,13.0
-1999,7,16,3,30,0.0,0.0,0.0,13.0,7.0,1.1,80.32000000000002,0.0,13.0,13.0
-1999,7,16,4,30,0.0,0.0,0.0,14.0,7.0,1.1,73.67,0.0,14.0,14.0
-1999,7,16,5,30,0.0,7.0,7.0,16.0,8.0,1.8,69.14,6.8416931295630095,16.190523732398482,16.16999865300979
-1999,7,16,6,30,311.0,108.0,203.0,19.0,8.0,2.7,63.13,172.3536403885516,23.5200782734002,23.003017352234544
-1999,7,16,7,30,4.0,142.0,144.0,20.0,8.0,2.9000000000000004,55.64,140.54292268438277,23.63722547585804,23.215596707804888
-1999,7,16,8,30,784.0,121.0,632.0,21.0,9.0,2.7,54.26,620.8033981016235,37.28094390977861,35.418533715473735
-1999,7,16,9,30,254.0,390.0,590.0,22.0,9.0,2.5,52.16,586.5198643469338,37.58771190604778,35.82815231300698
-1999,7,16,10,30,236.0,457.0,667.0,23.0,10.0,2.3000000000000003,49.41,665.9927934730374,40.93713639620661,38.9391580157875
-1999,7,16,11,30,24.0,358.0,382.0,24.0,10.0,2.3000000000000003,49.79,373.80506244952545,34.06766508055483,32.94624989320626
-1999,7,16,12,30,17.0,265.0,282.0,24.0,10.0,2.4000000000000004,50.24,276.05189758614097,31.38552093761206,30.55736524485364
-1999,7,16,13,30,5.0,128.0,134.0,23.0,10.0,2.6,51.24,129.86269686114426,26.428433714461587,26.038845623878153
-1999,7,16,14,30,0.0,103.0,103.0,22.0,10.0,2.9000000000000004,55.76,100.6706274778557,24.60533767150524,24.30332578907167
-1999,7,16,15,30,0.0,30.0,30.0,21.0,11.0,3.2,60.64,29.32154198384147,21.743910152143023,21.6559455261915
-1999,7,16,16,30,0.0,57.0,57.0,20.0,11.0,3.2,66.45,55.71092976929879,21.413429289071743,21.246296499763847
-1999,7,16,17,30,0.0,11.0,11.0,19.0,12.0,2.9000000000000004,78.19,10.751232060741874,19.278239945500562,19.245986249318335
-1999,7,16,18,30,0.0,26.0,26.0,17.0,12.0,2.3000000000000003,86.65,25.412003052662605,17.684419665383185,17.608183656225197
-1999,7,16,19,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.92,0.0,16.0,16.0
-1999,7,16,20,30,0.0,0.0,0.0,16.0,13.0,1.4,100.0,0.0,16.0,16.0
-1999,7,16,21,30,0.0,0.0,0.0,15.0,12.0,1.3,99.05,0.0,15.0,15.0
-1999,7,16,22,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,100.0,0.0,15.0,15.0
-1999,7,16,23,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,7,17,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,7,17,1,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
-1999,7,17,2,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
-1999,7,17,3,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,7,17,4,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,7,17,5,30,290.0,38.0,72.0,16.0,11.0,1.6,89.89,37.39692620785908,17.055452507279256,16.943261728655678
-1999,7,17,6,30,573.0,73.0,247.0,18.0,12.0,2.1,82.83,193.74756124411945,23.288267718487294,22.707025034754935
-1999,7,17,7,30,724.0,92.0,443.0,21.0,12.0,2.2,64.12,406.72251555837624,32.02750841018184,30.80734086350671
-1999,7,17,8,30,812.0,102.0,631.0,24.0,11.0,1.9,49.72,619.6804155559087,41.141472528190704,39.282431281522975
-1999,7,17,9,30,861.0,111.0,789.0,25.0,10.0,1.8,44.43,804.2307644477339,47.395778946907114,44.983086653563916
-1999,7,17,10,30,885.0,120.0,903.0,27.0,9.0,2.3000000000000003,40.49,939.5993192888217,52.30616143753934,49.48736347967287
-1999,7,17,11,30,395.0,491.0,862.0,28.0,9.0,2.8000000000000003,37.72,873.0951683086656,50.74593058054822,48.12664507562222
-1999,7,17,12,30,18.0,284.0,301.0,28.0,9.0,3.2,35.55000000000001,295.6192436636008,35.500088387281444,34.61323065629064
-1999,7,17,13,30,404.0,448.0,813.0,28.0,9.0,3.4000000000000004,37.91,821.4211419555498,48.566507998469966,46.10224457260332
-1999,7,17,14,30,29.0,323.0,347.0,27.0,9.0,3.4000000000000004,40.93,340.0632906646229,35.514407567827675,34.494217695833804
-1999,7,17,15,30,9.0,171.0,178.0,26.0,10.0,3.3000000000000003,44.2,173.2785031933668,30.36724531909552,29.84740980951542
-1999,7,17,16,30,0.0,78.0,78.0,25.0,10.0,3.1,47.87000000000001,76.23600915798782,26.947005419489418,26.718297392015455
-1999,7,17,17,30,289.0,129.0,230.0,23.0,11.0,2.9000000000000004,53.05,202.82246677922117,28.249008837694593,27.64054143735693
-1999,7,17,18,30,350.0,45.0,101.0,20.0,12.0,2.5,69.27,56.47809964217652,21.500996640929728,21.3315623420032
-1999,7,17,19,30,0.0,0.0,0.0,18.0,12.0,2.3000000000000003,81.77,0.0,18.0,18.0
-1999,7,17,20,30,0.0,0.0,0.0,18.0,13.0,2.2,83.29,0.0,18.0,18.0
-1999,7,17,21,30,0.0,0.0,0.0,18.0,13.0,2.1,89.74,0.0,18.0,18.0
-1999,7,17,22,30,0.0,0.0,0.0,17.0,13.0,2.0,89.45,0.0,17.0,17.0
-1999,7,17,23,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,93.54,0.0,17.0,17.0
-1999,7,18,0,30,0.0,0.0,0.0,16.0,12.0,1.5,90.06,0.0,16.0,16.0
-1999,7,18,1,30,0.0,0.0,0.0,16.0,11.0,1.4,85.17,0.0,16.0,16.0
-1999,7,18,2,30,0.0,0.0,0.0,16.0,10.0,1.4,79.89,0.0,16.0,16.0
-1999,7,18,3,30,0.0,0.0,0.0,16.0,9.0,1.5,79.24,0.0,16.0,16.0
-1999,7,18,4,30,0.0,0.0,0.0,16.0,8.0,1.8,73.25,0.0,16.0,16.0
-1999,7,18,5,30,0.0,35.0,35.0,18.0,7.0,2.5,61.76,34.20846564781505,18.909145179353484,18.80651978241004
-1999,7,18,6,30,190.0,117.0,175.0,20.0,7.0,2.7,49.39,154.72327059556437,24.057711181683192,23.5935413698965
-1999,7,18,7,30,0.0,89.0,89.0,23.0,6.0,2.4000000000000004,38.62,86.9872412187297,25.327265622673597,25.06630389901741
-1999,7,18,8,30,33.0,259.0,281.0,26.0,5.0,2.5,30.58,274.25896962006385,33.288874709891004,32.46609780103081
-1999,7,18,9,30,285.0,381.0,606.0,27.0,5.0,2.8000000000000003,28.77,602.5845318454855,42.698570359541776,40.89081676400532
-1999,7,18,10,30,17.0,258.0,274.0,28.0,5.0,3.0,27.62,267.9658771741339,34.88909796511625,34.085200333593846
-1999,7,18,11,30,50.0,438.0,486.0,29.0,6.0,3.0,28.44,477.8748630404374,41.28561927835589,39.85199468923457
-1999,7,18,12,30,22.0,341.0,362.0,28.0,6.0,2.9000000000000004,29.5,355.343318750918,37.19622096189978,36.13019100564703
-1999,7,18,13,30,45.0,408.0,449.0,28.0,7.0,2.7,32.53,441.5031106362006,39.57868562292259,38.25417629101399
-1999,7,18,14,30,371.0,365.0,666.0,27.0,7.0,2.5,35.58,668.4629421800022,44.765481437142775,42.76009261060277
-1999,7,18,15,30,0.0,31.0,31.0,26.0,8.0,2.4000000000000004,38.72,30.29892671663619,26.810620610144735,26.719723829994827
-1999,7,18,16,30,7.0,158.0,162.0,24.0,8.0,2.0,42.58,157.83027401243572,28.336785027148018,27.863294205110712
-1999,7,18,17,30,0.0,6.0,6.0,23.0,9.0,1.3,51.43,5.864308396768293,23.16887404608389,23.151281120893586
-1999,7,18,18,30,0.0,42.0,42.0,21.0,11.0,0.5,65.45,41.05015877737806,22.24760123710223,22.124450760770095
-1999,7,18,19,30,0.0,0.0,0.0,19.0,12.0,0.6000000000000001,73.15,0.0,19.0,19.0
-1999,7,18,20,30,0.0,0.0,0.0,18.0,12.0,1.5,84.0,0.0,18.0,18.0
-1999,7,18,21,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.47,0.0,17.0,17.0
-1999,7,18,22,30,0.0,0.0,0.0,16.0,11.0,2.8000000000000003,87.15,0.0,16.0,16.0
-1999,7,18,23,30,0.0,0.0,0.0,15.0,11.0,2.8000000000000003,90.37,0.0,15.0,15.0
-1999,7,19,0,30,0.0,0.0,0.0,15.0,11.0,2.6,88.11,0.0,15.0,15.0
-1999,7,19,1,30,0.0,0.0,0.0,15.0,10.0,2.1,86.17,0.0,15.0,15.0
-1999,7,19,2,30,0.0,0.0,0.0,15.0,10.0,1.3,84.95,0.0,15.0,15.0
-1999,7,19,3,30,0.0,0.0,0.0,15.0,10.0,0.9,84.67,0.0,15.0,15.0
-1999,7,19,4,30,0.0,0.0,0.0,15.0,10.0,0.8,84.25,0.0,15.0,15.0
-1999,7,19,5,30,270.0,38.0,68.0,17.0,10.0,1.0,75.62,37.366772518252034,18.09798279194612,17.985882474391364
-1999,7,19,6,30,574.0,72.0,244.0,20.0,10.0,1.7000000000000002,63.18,191.64586833038317,25.37269804090605,24.797760435914903
-1999,7,19,7,30,729.0,90.0,442.0,23.0,11.0,2.6,52.97,405.6722680932494,33.70993067732246,32.49291387304271
-1999,7,19,8,30,811.0,103.0,628.0,24.0,10.0,3.2,47.72,619.0204173843758,39.70502578376741,37.84796453161428
-1999,7,19,9,30,860.0,111.0,786.0,25.0,10.0,3.5,43.83,802.8044825292594,44.96819592124852,42.559782473660746
-1999,7,19,10,30,253.0,452.0,676.0,26.0,9.0,3.6,40.98,676.7864022219409,42.72313186241225,40.69277265574643
-1999,7,19,11,30,468.0,458.0,897.0,26.0,10.0,3.7,41.17,913.5122284010278,48.42435242497265,45.68381573976957
-1999,7,19,12,30,39.0,377.0,414.0,26.0,10.0,3.7,44.0,407.5734213851125,36.00486885237339,34.78214858821806
-1999,7,19,13,30,0.0,59.0,59.0,25.0,10.0,3.6,44.33,57.66569923488822,26.424897263120542,26.251900165415876
-1999,7,19,14,30,433.0,356.0,708.0,25.0,10.0,3.4000000000000004,47.69,711.7742682752565,42.82120088452791,40.68587807970214
-1999,7,19,15,30,229.0,327.0,483.0,24.0,10.0,3.0,48.58,475.7689113590991,36.23147765556593,34.804170921488634
-1999,7,19,16,30,441.0,189.0,420.0,23.0,11.0,2.4000000000000004,52.88,398.84750576810774,33.67080730298372,32.474264785679395
-1999,7,19,17,30,393.0,115.0,249.0,22.0,11.0,1.2000000000000002,63.13,216.3134357267726,28.271170671729884,27.622230364549566
-1999,7,19,18,30,0.0,20.0,20.0,19.0,12.0,0.7000000000000001,75.37,19.547694655894315,19.586123974410715,19.52748089044303
-1999,7,19,19,30,0.0,0.0,0.0,17.0,13.0,1.5,91.44,0.0,17.0,17.0
-1999,7,19,20,30,0.0,0.0,0.0,16.0,13.0,2.1,96.01,0.0,16.0,16.0
-1999,7,19,21,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
-1999,7,19,22,30,0.0,0.0,0.0,15.0,13.0,1.1,100.0,0.0,15.0,15.0
-1999,7,19,23,30,0.0,0.0,0.0,15.0,11.0,0.7000000000000001,100.0,0.0,15.0,15.0
-1999,7,20,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,7,20,1,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,7,20,2,30,0.0,0.0,0.0,14.0,11.0,1.0,96.99,0.0,14.0,14.0
-1999,7,20,3,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
-1999,7,20,4,30,0.0,0.0,0.0,14.0,10.0,1.7000000000000002,97.43,0.0,14.0,14.0
-1999,7,20,5,30,324.0,34.0,69.0,16.0,10.0,2.3000000000000003,84.67,33.49492569908198,16.902116444401983,16.801631667304736
-1999,7,20,6,30,617.0,64.0,248.0,19.0,10.0,2.6,65.15,192.19940488284632,24.074150895729343,23.497552681080805
-1999,7,20,7,30,763.0,81.0,448.0,22.0,9.0,2.6,50.66,411.0267702051941,32.85129194586577,31.618211635250187
-1999,7,20,8,30,842.0,94.0,638.0,25.0,8.0,2.7,41.72,629.53803906995,41.51001514249453,39.62140102528468
-1999,7,20,9,30,886.0,104.0,798.0,26.0,7.0,2.8000000000000003,35.51,816.6449427452305,47.275285731591445,44.825350903355755
-1999,7,20,10,30,907.0,113.0,914.0,27.0,7.0,2.9000000000000004,32.72,952.8068680405705,51.65846979568161,48.8000491915599
-1999,7,20,11,30,910.0,123.0,975.0,28.0,7.0,3.0,30.6,1026.068690217212,54.37905915629475,51.30085308564311
-1999,7,20,12,30,239.0,494.0,720.0,28.0,7.0,3.1,30.55,722.449241091515,46.45076366466403,44.283415941389485
-1999,7,20,13,30,880.0,132.0,923.0,28.0,7.0,3.0,32.69,964.6862614842497,52.80098671909654,49.90692793464379
-1999,7,20,14,30,182.0,413.0,560.0,27.0,7.0,2.7,32.99,556.5748036585774,41.596510244098226,39.926785833122494
-1999,7,20,15,30,483.0,255.0,584.0,26.0,7.0,2.4000000000000004,35.22,578.531140552033,41.4780817990006,39.7424883773445
-1999,7,20,16,30,182.0,234.0,329.0,25.0,7.0,2.0,37.71,317.0055003538109,33.71052601321374,32.759509512152306
-1999,7,20,17,30,0.0,71.0,71.0,24.0,8.0,1.4,44.71,69.39431602842481,25.98496690179315,25.776783953707877
-1999,7,20,18,30,0.0,3.0,3.0,21.0,11.0,1.0,65.32000000000001,2.9321541983841466,21.08615822657913,21.077361763983976
-1999,7,20,19,30,0.0,0.0,0.0,19.0,11.0,0.9,73.19,0.0,19.0,19.0
-1999,7,20,20,30,0.0,0.0,0.0,18.0,10.0,1.0,74.89,0.0,18.0,18.0
-1999,7,20,21,30,0.0,0.0,0.0,17.0,10.0,1.1,73.06,0.0,17.0,17.0
-1999,7,20,22,30,0.0,0.0,0.0,16.0,10.0,1.1,76.87,0.0,16.0,16.0
-1999,7,20,23,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,81.11,0.0,16.0,16.0
-1999,7,21,0,30,0.0,0.0,0.0,15.0,9.0,1.3,80.64,0.0,15.0,15.0
-1999,7,21,1,30,0.0,0.0,0.0,15.0,9.0,1.4,80.79,0.0,15.0,15.0
-1999,7,21,2,30,0.0,0.0,0.0,15.0,9.0,1.4,86.0,0.0,15.0,15.0
-1999,7,21,3,30,0.0,0.0,0.0,15.0,9.0,1.4,85.07000000000002,0.0,15.0,15.0
-1999,7,21,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,78.06,0.0,16.0,16.0
-1999,7,21,5,30,347.0,33.0,70.0,19.0,10.0,1.4,68.60000000000001,32.53261781109079,19.930568572176,19.83297071874273
-1999,7,21,6,30,638.0,63.0,251.0,23.0,10.0,1.0,51.98,194.8913407588955,28.726674369536504,28.142000347259817
-1999,7,21,7,30,774.0,81.0,452.0,26.0,8.0,1.0,36.6,415.1431761421541,38.19853984914792,36.95311032072146
-1999,7,21,8,30,847.0,94.0,640.0,28.0,7.0,2.2,32.53,632.2359681917071,45.14187729902755,43.245169394452425
-1999,7,21,9,30,885.0,107.0,799.0,29.0,7.0,3.0,28.7,818.4706221919233,50.04194891271807,47.5865370461423
-1999,7,21,10,30,904.0,117.0,913.0,30.0,7.0,3.7,27.17,953.7931182911112,53.413143645061524,50.55176429018819
-1999,7,21,11,30,907.0,126.0,974.0,31.0,7.0,4.1000000000000005,27.28,1026.0063606836188,55.532407768397,52.45438868634614
-1999,7,21,12,30,899.0,131.0,978.0,31.0,7.0,4.4,27.33,1029.4058183650013,55.13477562503385,52.04655816993885
-1999,7,21,13,30,885.0,129.0,924.0,30.0,7.0,4.6000000000000005,27.43,966.5384496609593,52.36662227768485,49.46700692870197
-1999,7,21,14,30,212.0,410.0,582.0,29.0,7.0,4.6000000000000005,29.68,578.8442392960887,42.39500819909533,40.65847548120706
-1999,7,21,15,30,567.0,231.0,617.0,28.0,8.0,4.5,32.43,612.2231522063912,42.26025646479609,40.423587008176916
-1999,7,21,16,30,656.0,125.0,466.0,27.0,8.0,4.1000000000000005,35.86,440.14013134054846,37.52400607934607,36.20358568532443
-1999,7,21,17,30,460.0,102.0,258.0,25.0,9.0,3.0,42.86,220.71076654279364,30.674222810395868,30.012090510767486
-1999,7,21,18,30,69.0,53.0,64.0,23.0,10.0,1.8,56.08,54.02630492842053,24.504495023049742,24.34241610826448
-1999,7,21,19,30,0.0,0.0,0.0,21.0,11.0,1.1,67.83,0.0,21.0,21.0
-1999,7,21,20,30,0.0,0.0,0.0,20.0,12.0,0.9,68.85000000000001,0.0,20.0,20.0
-1999,7,21,21,30,0.0,0.0,0.0,19.0,12.0,0.8,73.77,0.0,19.0,19.0
-1999,7,21,22,30,0.0,0.0,0.0,19.0,12.0,0.9,77.89,0.0,19.0,19.0
-1999,7,21,23,30,0.0,0.0,0.0,18.0,11.0,1.2000000000000002,76.7,0.0,18.0,18.0
-1999,7,22,0,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,80.79,0.0,18.0,18.0
-1999,7,22,1,30,0.0,0.0,0.0,17.0,11.0,2.0,80.71000000000002,0.0,17.0,17.0
-1999,7,22,2,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,85.57000000000002,0.0,16.0,16.0
-1999,7,22,3,30,0.0,0.0,0.0,16.0,11.0,2.2,84.45,0.0,16.0,16.0
-1999,7,22,4,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,82.35000000000002,0.0,16.0,16.0
-1999,7,22,5,30,294.0,33.0,64.0,18.0,10.0,2.7,71.05,32.487387276680224,18.852001344780497,18.754539182950456
-1999,7,22,6,30,577.0,68.0,237.0,20.0,10.0,2.8000000000000003,61.55,186.37081036370148,24.85534414648667,24.296231715395564
-1999,7,22,7,30,717.0,90.0,432.0,23.0,10.0,2.8000000000000003,50.33,398.5819250028119,33.38388153531745,32.18813576030902
-1999,7,22,8,30,784.0,110.0,615.0,24.0,10.0,2.9000000000000004,47.56,607.2377299952303,39.71520286653526,37.893489676549564
-1999,7,22,9,30,823.0,128.0,769.0,25.0,10.0,3.0,45.2,788.7007762281585,45.27660002795121,42.910497699266735
-1999,7,22,10,30,840.0,143.0,881.0,26.0,10.0,3.0,43.16,919.6550415988144,49.643285266393065,46.88432014159662
-1999,7,22,11,30,833.0,161.0,939.0,26.0,11.0,3.0,44.02,986.5437767692401,51.36291858019866,48.40328724989094
-1999,7,22,12,30,0.0,74.0,74.0,26.0,11.0,2.8000000000000003,48.0,72.32647022680895,27.884253779690464,27.667274369010038
-1999,7,22,13,30,0.0,77.0,77.0,25.0,11.0,2.5,49.38,75.2586244251931,27.000119394577663,26.774343521302082
-1999,7,22,14,30,0.0,41.0,41.0,24.0,12.0,2.2,53.82,40.07277404458334,25.086497147051926,24.966278824918177
-1999,7,22,15,30,3.0,127.0,129.0,23.0,12.0,1.9,58.41,126.17146848679859,26.490129277311024,26.111614871850627
-1999,7,22,16,30,7.0,155.0,159.0,22.0,12.0,2.1,67.23,154.88689462221666,26.22758025746387,25.76291957359722
-1999,7,22,17,30,0.0,35.0,35.0,20.0,13.0,2.5,73.42,34.20846564781505,20.909145179353484,20.80651978241004
-1999,7,22,18,30,0.0,46.0,46.0,18.0,13.0,2.8000000000000003,85.93,44.95969770855692,19.171292890077858,19.036413796952186
-1999,7,22,19,30,0.0,0.0,0.0,18.0,13.0,2.5,91.14,0.0,18.0,18.0
-1999,7,22,20,30,0.0,0.0,0.0,18.0,13.0,2.1,88.01,0.0,18.0,18.0
-1999,7,22,21,30,0.0,0.0,0.0,18.0,12.0,1.4,83.86,0.0,18.0,18.0
-1999,7,22,22,30,0.0,0.0,0.0,17.0,11.0,1.0,80.26,0.0,17.0,17.0
-1999,7,22,23,30,0.0,0.0,0.0,17.0,11.0,1.1,77.41,0.0,17.0,17.0
-1999,7,23,0,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,79.77,0.0,16.0,16.0
-1999,7,23,1,30,0.0,0.0,0.0,16.0,10.0,1.3,82.5,0.0,16.0,16.0
-1999,7,23,2,30,0.0,0.0,0.0,15.0,9.0,1.3,79.63,0.0,15.0,15.0
-1999,7,23,3,30,0.0,0.0,0.0,15.0,9.0,1.3,77.58,0.0,15.0,15.0
-1999,7,23,4,30,0.0,0.0,0.0,16.0,8.0,1.2000000000000002,75.58,0.0,16.0,16.0
-1999,7,23,5,30,323.0,32.0,66.0,18.0,9.0,1.6,64.9,31.53261781109079,18.889944278971253,18.795346425537982
-1999,7,23,6,30,618.0,65.0,245.0,22.0,9.0,1.9,52.65,191.25608793760463,27.290486668504194,26.71671840469138
-1999,7,23,7,30,760.0,85.0,446.0,25.0,7.0,2.0,39.88,411.6808010604756,36.31196879163183,35.0769263884504
-1999,7,23,8,30,836.0,99.0,635.0,27.0,6.0,2.5,31.22,629.1509125405771,43.72070080870885,41.83324807108712
-1999,7,23,9,30,418.0,330.0,656.0,29.0,6.0,3.1,28.95,659.4486009468593,45.8417787617588,43.863432958918224
-1999,7,23,10,30,899.0,121.0,911.0,30.0,6.0,3.5,27.07,952.8178997117203,53.69948712639721,50.84103342726205
-1999,7,23,11,30,902.0,131.0,972.0,31.0,6.0,3.8,25.32,1025.8871437325931,56.017695843491495,52.94003441229371
-1999,7,23,12,30,895.0,136.0,976.0,31.0,6.0,3.8,23.86,1030.3290862939853,56.1260188385052,53.035031579623244
-1999,7,23,13,30,881.0,134.0,923.0,31.0,6.0,3.7,25.42,967.6213739718582,54.75259140412488,51.8497272822093
-1999,7,23,14,30,844.0,133.0,814.0,30.0,6.0,3.4000000000000004,25.57,838.8972431489794,51.00406962991406,48.48737790046712
-1999,7,23,15,30,795.0,123.0,661.0,29.0,6.0,3.1,27.03,661.5926913486157,45.89653707975317,43.911759005707324
-1999,7,23,16,30,723.0,105.0,479.0,28.0,6.0,2.7,28.8,452.30888806652956,39.86207365975151,38.50514699555192
-1999,7,23,17,30,132.0,136.0,180.0,26.0,7.0,1.8,33.93,167.43676855962696,30.66268765386126,30.16037734818238
-1999,7,23,18,30,311.0,50.0,95.0,24.0,11.0,1.1,53.27,58.19392807054705,25.698494253264045,25.523912469052405
-1999,7,23,19,30,0.0,0.0,0.0,22.0,10.0,1.0,54.64,0.0,22.0,22.0
-1999,7,23,20,30,0.0,0.0,0.0,21.0,10.0,1.0,59.17,0.0,21.0,21.0
-1999,7,23,21,30,0.0,0.0,0.0,20.0,11.0,1.1,66.45,0.0,20.0,20.0
-1999,7,23,22,30,0.0,0.0,0.0,20.0,12.0,1.2000000000000002,72.58,0.0,20.0,20.0
-1999,7,23,23,30,0.0,0.0,0.0,19.0,11.0,1.2000000000000002,71.31,0.0,19.0,19.0
-1999,7,24,0,30,0.0,0.0,0.0,19.0,11.0,1.3,73.96000000000002,0.0,19.0,19.0
-1999,7,24,1,30,0.0,0.0,0.0,18.0,11.0,1.3,72.66,0.0,18.0,18.0
-1999,7,24,2,30,0.0,0.0,0.0,18.0,10.0,1.3,71.86,0.0,18.0,18.0
-1999,7,24,3,30,0.0,0.0,0.0,18.0,10.0,1.4,76.2,0.0,18.0,18.0
-1999,7,24,4,30,0.0,0.0,0.0,18.0,10.0,1.7000000000000002,75.83,0.0,18.0,18.0
-1999,7,24,5,30,190.0,34.0,53.0,20.0,11.0,2.5,69.77,33.3743109406538,20.886976171872753,20.786853239050792
-1999,7,24,6,30,594.0,65.0,237.0,22.0,11.0,2.9000000000000004,59.44,185.6243972398167,26.803925901680977,26.247052709961526
-1999,7,24,7,30,751.0,80.0,436.0,25.0,11.0,3.2,48.51,402.28112955187413,35.206182759901196,33.999339371245576
-1999,7,24,8,30,834.0,91.0,625.0,27.0,10.0,3.9,43.08,619.6006383394657,42.01081901884799,40.15201710382959
-1999,7,24,9,30,878.0,101.0,783.0,28.0,9.0,4.5,38.54,806.1031478404981,46.77622168298805,44.35791223946656
-1999,7,24,10,30,902.0,108.0,899.0,29.0,9.0,4.7,34.63,942.7717756403824,50.6747590440286,47.84644371710745
-1999,7,24,11,30,16.0,243.0,259.0,29.0,8.0,4.6000000000000005,31.7,253.43878103496866,34.86481529825785,34.10449895515295
-1999,7,24,12,30,367.0,453.0,798.0,29.0,8.0,4.5,31.59,810.7514363257781,47.88449231222441,45.452238003247075
-1999,7,24,13,30,31.0,368.0,396.0,28.0,9.0,4.3,34.24,389.1178611776211,37.182894587830575,36.01554100429771
-1999,7,24,14,30,38.0,344.0,375.0,28.0,9.0,4.3,37.8,368.1343942403035,36.68770024134269,35.58329705862178
-1999,7,24,15,30,0.0,53.0,53.0,27.0,10.0,4.4,42.3,51.801390838119936,28.214501533446175,28.059097360931816
-1999,7,24,16,30,0.0,19.0,19.0,25.0,11.0,3.8,51.14,18.570309923099597,25.452863034899845,25.397152105130548
-1999,7,24,17,30,37.0,126.0,138.0,22.0,12.0,2.7,63.64,132.78899536414065,25.482471571467663,25.08410458537524
-1999,7,24,18,30,0.0,44.0,44.0,20.0,14.0,2.4000000000000004,77.78,43.004928242967495,21.150558285366724,21.021543500637822
-1999,7,24,19,30,0.0,0.0,0.0,18.0,13.0,2.8000000000000003,86.34,0.0,18.0,18.0
-1999,7,24,20,30,0.0,0.0,0.0,18.0,13.0,2.5,83.83,0.0,18.0,18.0
-1999,7,24,21,30,0.0,0.0,0.0,18.0,12.0,2.1,81.92,0.0,18.0,18.0
-1999,7,24,22,30,0.0,0.0,0.0,18.0,12.0,1.9,80.04,0.0,18.0,18.0
-1999,7,24,23,30,0.0,0.0,0.0,18.0,12.0,2.0,78.31,0.0,18.0,18.0
-1999,7,25,0,30,0.0,0.0,0.0,18.0,11.0,2.2,76.19,0.0,18.0,18.0
-1999,7,25,1,30,0.0,0.0,0.0,18.0,11.0,2.3000000000000003,78.60000000000002,0.0,18.0,18.0
-1999,7,25,2,30,0.0,0.0,0.0,17.0,10.0,2.4000000000000004,75.38,0.0,17.0,17.0
-1999,7,25,3,30,0.0,0.0,0.0,17.0,9.0,2.5,71.87,0.0,17.0,17.0
-1999,7,25,4,30,0.0,0.0,0.0,17.0,9.0,2.9000000000000004,69.14,0.0,17.0,17.0
-1999,7,25,5,30,28.0,32.0,35.0,19.0,9.0,3.5,60.6,31.298926716636185,19.77849976476659,19.68460298461668
-1999,7,25,6,30,87.0,113.0,139.0,23.0,9.0,3.6,51.93,128.23655586469346,26.16867600511218,25.7839663375181
-1999,7,25,7,30,105.0,205.0,255.0,26.0,9.0,3.0,42.35,245.59280343613855,32.31391168249244,31.57713327218402
-1999,7,25,8,30,200.0,303.0,431.0,28.0,8.0,2.6,32.61,423.2970127847452,39.17523187905025,37.90534084069601
-1999,7,25,9,30,67.0,363.0,416.0,29.0,7.0,2.4000000000000004,29.94,408.75848954863267,39.93596678518057,38.70969131653467
-1999,7,25,10,30,9.0,154.0,162.0,30.0,7.0,2.3000000000000003,28.37,158.87052143274414,34.27884842028845,33.802236855990216
-1999,7,25,11,30,22.0,336.0,357.0,30.0,8.0,1.9,30.84,350.30288054945913,39.69000641741738,38.639097775769
-1999,7,25,12,30,434.0,476.0,882.0,29.0,8.0,1.3,32.08,900.3976745705868,54.9286838449791,52.22749082126734
-1999,7,25,13,30,77.0,443.0,512.0,28.0,9.0,0.9,35.4,506.0984634992155,42.97168705001369,41.45339165951604
-1999,7,25,14,30,41.0,328.0,361.0,27.0,9.0,1.0,38.65,355.00427110017665,37.43142220926292,36.36640939596239
-1999,7,25,15,30,36.0,267.0,292.0,26.0,10.0,1.2000000000000002,41.92,285.4543506275745,34.27564383949999,33.41928078761727
-1999,7,25,16,30,29.0,195.0,210.0,25.0,10.0,1.4,45.72,204.57934470744155,30.851822617121353,30.23808458299903
-1999,7,25,17,30,14.0,116.0,121.0,24.0,11.0,1.2000000000000002,53.62000000000001,117.01371267079057,27.392359612919165,27.041318474906795
-1999,7,25,18,30,0.0,39.0,39.0,22.0,12.0,0.8,68.0,38.11800457899391,23.135256198921077,23.020902185184095
-1999,7,25,19,30,0.0,0.0,0.0,20.0,13.0,0.5,79.27,0.0,20.0,20.0
-1999,7,25,20,30,0.0,0.0,0.0,19.0,13.0,0.30000000000000004,79.42,0.0,19.0,19.0
-1999,7,25,21,30,0.0,0.0,0.0,18.0,13.0,0.2,82.64,0.0,18.0,18.0
-1999,7,25,22,30,0.0,0.0,0.0,18.0,12.0,0.4,86.44,0.0,18.0,18.0
-1999,7,25,23,30,0.0,0.0,0.0,17.0,12.0,0.7000000000000001,83.85000000000002,0.0,17.0,17.0
-1999,7,26,0,30,0.0,0.0,0.0,17.0,11.0,1.0,85.33,0.0,17.0,17.0
-1999,7,26,1,30,0.0,0.0,0.0,16.0,10.0,1.1,80.83,0.0,16.0,16.0
-1999,7,26,2,30,0.0,0.0,0.0,16.0,9.0,1.1,76.35000000000002,0.0,16.0,16.0
-1999,7,26,3,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,77.0,0.0,16.0,16.0
-1999,7,26,4,30,0.0,0.0,0.0,16.0,8.0,1.1,72.81,0.0,16.0,16.0
-1999,7,26,5,30,278.0,32.0,59.0,19.0,8.0,1.4,62.58,31.479848854278462,19.900454988613166,19.80601544205033
-1999,7,26,6,30,586.0,68.0,235.0,23.0,8.0,1.9,48.65,185.5967388217261,28.13393891427148,27.5771486978063
-1999,7,26,7,30,733.0,91.0,435.0,26.0,6.0,2.5,33.64,404.0594103813253,36.73853089181319,35.52635266066922
-1999,7,26,8,30,813.0,107.0,624.0,28.0,5.0,3.1,28.2,620.9931954669397,43.85965910852638,41.99667952212556
-1999,7,26,9,30,859.0,119.0,784.0,29.0,5.0,3.3000000000000003,26.61,807.8648720719985,49.36111817679411,46.937523560578114
-1999,7,26,10,30,879.0,131.0,899.0,30.0,5.0,3.4000000000000004,25.45,943.6641739899728,53.62719412849562,50.7962016065257
-1999,7,26,11,30,878.0,144.0,959.0,30.0,5.0,3.5,24.48,1014.6153727818316,55.23657875525105,52.19273263690556
-1999,7,26,12,30,860.0,156.0,960.0,31.0,6.0,3.5,25.07,1014.7549902371377,56.240051467178105,53.195786496466695
-1999,7,26,13,30,387.0,417.0,761.0,30.0,6.0,3.4000000000000004,25.84,774.9977452453063,49.40417224767061,47.07917901193469
-1999,7,26,14,30,506.0,335.0,740.0,29.0,7.0,3.0,28.15,752.1049318490329,48.33576248660965,46.079447691062555
-1999,7,26,15,30,555.0,220.0,593.0,28.0,7.0,2.5,30.36,592.2736222466524,43.740627307502805,41.96380644076285
-1999,7,26,16,30,25.0,190.0,203.0,27.0,7.0,2.0,35.36,197.745321011973,32.433551659966916,31.840315696930997
-1999,7,26,17,30,104.0,133.0,167.0,25.0,9.0,1.6,43.78,156.88040355406483,29.42763168164666,28.956990470984465
-1999,7,26,18,30,19.0,49.0,52.0,23.0,11.0,1.2000000000000002,57.54,48.39201670829302,24.402939188253804,24.257763138128926
-1999,7,26,19,30,0.0,0.0,0.0,21.0,11.0,0.8,67.95,0.0,21.0,21.0
-1999,7,26,20,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,73.07000000000002,0.0,20.0,20.0
-1999,7,26,21,30,0.0,0.0,0.0,19.0,12.0,0.7000000000000001,77.55,0.0,19.0,19.0
-1999,7,26,22,30,0.0,0.0,0.0,18.0,11.0,0.9,76.97,0.0,18.0,18.0
-1999,7,26,23,30,0.0,0.0,0.0,18.0,11.0,1.8,76.29,0.0,18.0,18.0
-1999,7,27,0,30,0.0,0.0,0.0,17.0,11.0,3.0,79.79,0.0,17.0,17.0
-1999,7,27,1,30,0.0,0.0,0.0,17.0,11.0,3.5,82.39,0.0,17.0,17.0
-1999,7,27,2,30,0.0,0.0,0.0,17.0,10.0,3.3000000000000003,79.05,0.0,17.0,17.0
-1999,7,27,3,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,77.51,0.0,17.0,17.0
-1999,7,27,4,30,0.0,0.0,0.0,17.0,10.0,2.5,77.53,0.0,17.0,17.0
-1999,7,27,5,30,249.0,31.0,54.0,18.0,10.0,2.6,68.71000000000001,30.4723104318767,18.804482726505306,18.713065795209676
-1999,7,27,6,30,569.0,67.0,228.0,21.0,10.0,2.7,57.18,180.53332573002038,25.73459545976117,25.19299548257111
-1999,7,27,7,30,721.0,88.0,425.0,25.0,9.0,2.0,46.26,395.3899047221035,35.86433530837813,34.67816559421182
-1999,7,27,8,30,797.0,105.0,611.0,28.0,9.0,1.6,36.81,608.4607267538403,45.17257177939769,43.34718959913617
-1999,7,27,9,30,831.0,124.0,766.0,29.0,9.0,2.1,34.62,789.9622672686037,50.561726661198854,48.19183985939304
-1999,7,27,10,30,838.0,145.0,877.0,30.0,9.0,2.5,33.35,919.197645102041,54.42916079666292,51.6715678613568
-1999,7,27,11,30,433.0,468.0,869.0,30.0,9.0,2.7,32.26,888.3557212861525,53.29766511333299,50.63259794947453
-1999,7,27,12,30,113.0,488.0,593.0,30.0,10.0,2.9000000000000004,35.32,590.2544817334858,45.27567946641955,43.50491602121909
-1999,7,27,13,30,410.0,435.0,801.0,29.0,10.0,2.8000000000000003,38.86,814.3897966483128,50.21653452275261,47.77336513280767
-1999,7,27,14,30,18.0,264.0,279.0,28.0,11.0,2.5,42.69,273.1362337690781,35.25903619280813,34.4396274915009
-1999,7,27,15,30,0.0,78.0,78.0,27.0,11.0,2.0,46.87,76.23600915798782,29.094776715776536,28.866068688302573
-1999,7,27,16,30,0.0,60.0,60.0,25.0,12.0,1.4,52.2,58.64308396768294,26.677436818416748,26.5015075665137
-1999,7,27,17,30,0.0,15.0,15.0,24.0,14.0,0.8,60.79,14.660770991920735,24.436636999585026,24.392654686609266
-1999,7,27,18,30,0.0,19.0,19.0,22.0,15.0,0.7000000000000001,76.64,18.570309923099597,22.556817775690178,22.50110684592088
-1999,7,27,19,30,0.0,0.0,0.0,21.0,15.0,0.9,86.27,0.0,21.0,21.0
-1999,7,27,20,30,0.0,0.0,0.0,20.0,15.0,1.3,89.56,0.0,20.0,20.0
-1999,7,27,21,30,0.0,0.0,0.0,19.0,14.0,1.7000000000000002,86.91,0.0,19.0,19.0
-1999,7,27,22,30,0.0,0.0,0.0,19.0,14.0,2.0,84.07000000000002,0.0,19.0,19.0
-1999,7,27,23,30,0.0,0.0,0.0,19.0,13.0,2.2,86.53,0.0,19.0,19.0
-1999,7,28,0,30,0.0,0.0,0.0,18.0,13.0,2.5,83.56,0.0,18.0,18.0
-1999,7,28,1,30,0.0,0.0,0.0,18.0,12.0,2.6,80.81,0.0,18.0,18.0
-1999,7,28,2,30,0.0,0.0,0.0,18.0,12.0,2.4000000000000004,83.26,0.0,18.0,18.0
-1999,7,28,3,30,0.0,0.0,0.0,17.0,11.0,2.1,81.59,0.0,17.0,17.0
-1999,7,28,4,30,0.0,0.0,0.0,17.0,11.0,2.1,80.92,0.0,17.0,17.0
-1999,7,28,5,30,66.0,32.0,38.0,19.0,12.0,2.7,72.55,31.32154198384147,19.821426348125794,19.72746172217427
-1999,7,28,6,30,283.0,100.0,179.0,21.0,12.0,2.4000000000000004,64.73,154.6450613780293,25.137389920854787,24.6734547367207
-1999,7,28,7,30,411.0,169.0,360.0,24.0,12.0,1.1,53.4,341.2097134021161,33.95881798301708,32.93518884281073
-1999,7,28,8,30,567.0,205.0,564.0,26.0,11.0,0.4,49.66,559.9315240209835,43.1329697863876,41.453175214324645
-1999,7,28,9,30,726.0,179.0,739.0,27.0,11.0,0.4,46.59,759.0067382758773,50.224338971237984,47.947318756410354
-1999,7,28,10,30,734.0,208.0,848.0,27.0,11.0,1.2000000000000002,46.87,884.1826213770075,52.6334522402783,49.98090437614728
-1999,7,28,11,30,446.0,461.0,874.0,26.0,12.0,2.8000000000000003,51.07,894.4292102914617,49.301726392456345,46.61843876158196
-1999,7,28,12,30,438.0,470.0,878.0,24.0,12.0,4.5,55.54,898.4792938176731,44.92790041012621,42.232462528673196
-1999,7,28,13,30,4.0,124.0,128.0,24.0,12.0,5.4,54.34,124.99567603800493,26.745909587598323,26.37092255948431
-1999,7,28,14,30,0.0,74.0,74.0,24.0,11.0,5.300000000000002,55.8,72.32647022680895,25.5991984105856,25.382218999905174
-1999,7,28,15,30,0.0,40.0,40.0,23.0,11.0,4.7,55.26,39.09538931178863,23.898821077338596,23.78153490940323
-1999,7,28,16,30,0.0,57.0,57.0,22.0,11.0,3.8,60.0,55.71092976929879,23.35858910469954,23.191456315391644
-1999,7,28,17,30,0.0,19.0,19.0,21.0,12.0,2.4000000000000004,66.2,18.570309923099597,21.4968319868629,21.441121057093603
-1999,7,28,18,30,0.0,3.0,3.0,19.0,13.0,1.2000000000000002,80.88,2.9321541983841466,19.085006459964525,19.07620999736937
-1999,7,28,19,30,0.0,0.0,0.0,18.0,13.0,0.9,91.28,0.0,18.0,18.0
-1999,7,28,20,30,0.0,0.0,0.0,17.0,13.0,1.0,90.08,0.0,17.0,17.0
-1999,7,28,21,30,0.0,0.0,0.0,17.0,13.0,1.3,94.31,0.0,17.0,17.0
-1999,7,28,22,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,92.2,0.0,17.0,17.0
-1999,7,28,23,30,0.0,0.0,0.0,16.0,12.0,1.9,89.61,0.0,16.0,16.0
-1999,7,29,0,30,0.0,0.0,0.0,16.0,11.0,1.7000000000000002,86.81,0.0,16.0,16.0
-1999,7,29,1,30,0.0,0.0,0.0,16.0,11.0,1.4,84.59,0.0,16.0,16.0
-1999,7,29,2,30,0.0,0.0,0.0,16.0,11.0,1.5,89.11,0.0,16.0,16.0
-1999,7,29,3,30,0.0,0.0,0.0,15.0,10.0,1.6,87.37,0.0,15.0,15.0
-1999,7,29,4,30,0.0,0.0,0.0,15.0,10.0,1.5,84.98,0.0,15.0,15.0
-1999,7,29,5,30,256.0,29.0,51.0,17.0,11.0,1.7000000000000002,77.35000000000002,28.510002543885506,17.79926395569195,17.71373394806029
-1999,7,29,6,30,550.0,68.0,221.0,21.0,11.0,1.5,66.79,176.46408685052202,26.013849098160186,25.48445683760862
-1999,7,29,7,30,711.0,90.0,419.0,24.0,11.0,1.3,52.97,391.93085684005433,35.28640328946214,34.11061071894198
-1999,7,29,8,30,792.0,106.0,606.0,26.0,9.0,1.4,40.75,605.4536125110062,43.31849883660741,41.50213799907439
-1999,7,29,9,30,835.0,121.0,764.0,27.0,9.0,1.2000000000000002,37.07,789.7681693432689,49.89627070279257,47.526966194762764
-1999,7,29,10,30,379.0,399.0,729.0,28.0,9.0,1.1,34.52,741.499100409908,49.641982292721515,47.41748499149179
-1999,7,29,11,30,0.0,105.0,105.0,29.0,9.0,1.0,34.45,102.62539694344514,32.01553793026955,31.707661739439214
-1999,7,29,12,30,18.0,280.0,297.0,29.0,9.0,0.9,32.8,291.7135750058737,37.629633694265124,36.7544929692475
-1999,7,29,13,30,17.0,265.0,280.0,28.0,9.0,0.7000000000000001,35.73000000000001,275.13861267563277,36.24983917613349,35.42442333810659
-1999,7,29,14,30,284.0,390.0,617.0,27.0,9.0,0.5,38.74,619.2616487907212,45.820672614475484,43.96288766810332
-1999,7,29,15,30,203.0,321.0,456.0,26.0,10.0,0.8,42.14,451.3745388141044,39.44314186651423,38.089018250071916
-1999,7,29,16,30,115.0,225.0,283.0,25.0,11.0,1.4,47.29,275.0011776648738,32.86618078914874,32.04117725615412
-1999,7,29,17,30,0.0,15.0,15.0,23.0,12.0,1.6,57.2,14.660770991920735,23.413770570770005,23.369788257794244
-1999,7,29,18,30,0.0,5.0,5.0,21.0,13.0,1.7000000000000002,69.29,4.886923663973579,21.137002511059748,21.122341740067828
-1999,7,29,19,30,0.0,0.0,0.0,19.0,13.0,1.8,77.56,0.0,19.0,19.0
-1999,7,29,20,30,0.0,0.0,0.0,19.0,12.0,1.9,75.68,0.0,19.0,19.0
-1999,7,29,21,30,0.0,0.0,0.0,19.0,12.0,1.8,79.03,0.0,19.0,19.0
-1999,7,29,22,30,0.0,0.0,0.0,18.0,11.0,1.6,77.01,0.0,18.0,18.0
-1999,7,29,23,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,74.71000000000002,0.0,18.0,18.0
-1999,7,30,0,30,0.0,0.0,0.0,17.0,11.0,2.0,77.10000000000002,0.0,17.0,17.0
-1999,7,30,1,30,0.0,0.0,0.0,17.0,10.0,2.3000000000000003,79.9,0.0,17.0,17.0
-1999,7,30,2,30,0.0,0.0,0.0,16.0,10.0,2.4000000000000004,78.58,0.0,16.0,16.0
-1999,7,30,3,30,0.0,0.0,0.0,16.0,10.0,2.2,83.65,0.0,16.0,16.0
-1999,7,30,4,30,0.0,0.0,0.0,16.0,10.0,2.0,83.58,0.0,16.0,16.0
-1999,7,30,5,30,227.0,29.0,49.0,18.0,10.0,2.0,70.68,28.494925699081985,18.78296998402054,18.697485206923293
-1999,7,30,6,30,535.0,71.0,219.0,22.0,11.0,1.4,56.29,175.82148359746964,27.029227832178496,26.501763381386088
-1999,7,30,7,30,681.0,99.0,413.0,25.0,10.0,0.7000000000000001,47.97,387.378430184884,36.615271728857486,35.453136438302835
-1999,7,30,8,30,102.0,294.0,358.0,26.0,10.0,1.2000000000000002,44.17,351.9308985945713,36.20287400237831,35.14708130659459
-1999,7,30,9,30,318.0,368.0,612.0,26.0,10.0,1.7000000000000002,41.86,615.318897532004,43.25016387832326,41.404207185727245
-1999,7,30,10,30,488.0,395.0,819.0,26.0,10.0,2.1,42.62,838.6155998506388,48.88970130221236,46.37385450266044
-1999,7,30,11,30,0.0,40.0,40.0,27.0,10.0,2.1,40.78,39.09538931178863,28.06709412965837,27.949807961723003
-1999,7,30,12,30,357.0,445.0,776.0,27.0,11.0,1.9,41.62,792.7620279711588,48.92922058327392,46.55093449936044
-1999,7,30,13,30,0.0,38.0,38.0,26.0,11.0,1.5,45.34,37.14061984619919,27.0552711695877,26.943849310049103
-1999,7,30,14,30,59.0,369.0,416.0,25.0,12.0,1.1,53.47,410.09025605085844,36.969220266031385,35.73894949787881
-1999,7,30,15,30,42.0,279.0,307.0,22.0,13.0,1.0,64.53,301.13896598368126,30.848647617961237,29.945230720010194
-1999,7,30,16,30,0.0,10.0,10.0,20.0,14.0,1.6,77.87,9.773847327947157,20.275847047180005,20.246525505196164
-1999,7,30,17,30,0.0,58.0,58.0,18.0,14.0,2.4000000000000004,91.5,56.68831450209351,19.516645012528862,19.346580069022583
-1999,7,30,18,30,0.0,30.0,30.0,17.0,14.0,2.8000000000000003,99.52,29.32154198384147,17.76388666744208,17.675922041490555
-1999,7,30,19,30,0.0,0.0,0.0,16.0,14.0,3.1,100.0,0.0,16.0,16.0
-1999,7,30,20,30,0.0,0.0,0.0,16.0,14.0,2.6,100.0,0.0,16.0,16.0
-1999,7,30,21,30,0.0,0.0,0.0,15.0,13.0,1.4,100.0,0.0,15.0,15.0
-1999,7,30,22,30,0.0,0.0,0.0,15.0,13.0,1.0,100.0,0.0,15.0,15.0
-1999,7,30,23,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
-1999,7,31,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,7,31,1,30,0.0,0.0,0.0,13.0,11.0,0.8,100.0,0.0,13.0,13.0
-1999,7,31,2,30,0.0,0.0,0.0,13.0,10.0,0.8,95.78,0.0,13.0,13.0
-1999,7,31,3,30,0.0,0.0,0.0,14.0,9.0,0.30000000000000004,86.8,0.0,14.0,14.0
-1999,7,31,4,30,0.0,0.0,0.0,15.0,9.0,0.4,80.19,0.0,15.0,15.0
-1999,7,31,5,30,258.0,27.0,49.0,16.0,10.0,1.5,86.71000000000002,26.555233078296077,16.754510075094377,16.67484437585949
-1999,7,31,6,30,299.0,95.0,177.0,18.0,11.0,2.4000000000000004,79.18,152.01135320390796,22.066927420746584,21.61089336113486
-1999,7,31,7,30,0.0,111.0,111.0,19.0,11.0,2.7,70.35000000000001,108.48970534021343,21.84520802050005,21.519738904479407
-1999,7,31,8,30,0.0,106.0,106.0,21.0,10.0,3.0,59.19,103.60278167623987,23.663509697402105,23.352701352373387
-1999,7,31,9,30,30.0,306.0,329.0,22.0,10.0,3.4000000000000004,53.81,323.1885923161209,30.091903689086486,29.122337912138125
-1999,7,31,10,30,174.0,452.0,603.0,23.0,9.0,3.7,48.99,603.1122600279659,37.80483944299397,35.99550266291008
-1999,7,31,11,30,50.0,430.0,477.0,23.0,9.0,3.9,48.05,470.0289564599407,34.38720518098077,32.97711831160095
-1999,7,31,12,30,23.0,274.0,296.0,23.0,9.0,4.0,47.92,290.8587758827831,30.00038887921924,29.12781255157089
-1999,7,31,13,30,0.0,68.0,68.0,23.0,9.0,4.0,51.86,66.46216183004066,24.599611279225723,24.4002247937356
-1999,7,31,14,30,0.0,51.0,51.0,22.0,10.0,4.0,57.46,49.8466213725305,23.19970845941929,23.0501685953017
-1999,7,31,15,30,420.0,265.0,544.0,21.0,11.0,3.8,65.06,543.1839433775046,34.246301764776646,32.61674993464413
-1999,7,31,16,30,0.0,40.0,40.0,19.0,12.0,3.1,73.9,39.09538931178863,19.99846431768688,19.881178149751516
-1999,7,31,17,30,0.0,4.0,4.0,18.0,12.0,2.0,82.28,3.9095389311788624,18.1074244469629,18.095695830169362
-1999,7,31,18,30,0.0,1.0,1.0,16.0,13.0,0.8,97.88,0.9773847327947156,16.029109133305667,16.026176979107284
-1999,7,31,19,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
-1999,7,31,20,30,0.0,0.0,0.0,15.0,13.0,0.30000000000000004,100.0,0.0,15.0,15.0
-1999,7,31,21,30,0.0,0.0,0.0,15.0,13.0,0.5,100.0,0.0,15.0,15.0
-1999,7,31,22,30,0.0,0.0,0.0,15.0,11.0,0.8,100.0,0.0,15.0,15.0
-1999,7,31,23,30,0.0,0.0,0.0,15.0,11.0,0.9,100.0,0.0,15.0,15.0
-1999,8,1,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
-1999,8,1,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,8,1,2,30,0.0,0.0,0.0,14.0,11.0,1.3,100.0,0.0,14.0,14.0
-1999,8,1,3,30,0.0,0.0,0.0,13.0,11.0,1.5,100.0,0.0,13.0,13.0
-1999,8,1,4,30,0.0,0.0,0.0,13.0,11.0,1.8,100.0,0.0,13.0,13.0
-1999,8,1,5,30,87.0,30.0,38.0,14.0,11.0,2.3000000000000003,100.0,29.38184936305556,14.79133925286124,14.703193704772074
-1999,8,1,6,30,0.0,73.0,73.0,15.0,12.0,2.8000000000000003,94.43,71.34908549401425,16.858790890775726,16.644743634293683
-1999,8,1,7,30,585.0,127.0,395.0,17.0,12.0,3.3000000000000003,89.18,372.8975006817265,26.398366412118396,25.279673910073218
-1999,8,1,8,30,8.0,170.0,176.0,18.0,11.0,3.5,76.0,171.2202896098111,22.258770800394743,21.74510993156531
-1999,8,1,9,30,1.0,115.0,116.0,19.0,11.0,3.5,70.2,113.20436408346052,21.815737792142315,21.476124699891933
-1999,8,1,10,30,9.0,151.0,158.0,20.0,11.0,3.3000000000000003,69.64,155.92258439755835,23.92981336000818,23.462045606815504
-1999,8,1,11,30,14.0,206.0,219.0,20.0,11.0,3.4000000000000004,65.32000000000001,215.26959276830408,25.389858594285215,24.744049815980304
-1999,8,1,12,30,21.0,321.0,341.0,20.0,11.0,3.7,65.54,334.78718720891504,28.218155860352972,27.213794298726228
-1999,8,1,13,30,5.0,130.0,135.0,19.0,11.0,4.0,70.46000000000002,131.8052671292827,22.172289106401927,21.776873305014078
-1999,8,1,14,30,14.0,225.0,237.0,18.0,11.0,3.9,75.62,231.63501810598854,23.6117297498838,22.916824695565833
-1999,8,1,15,30,13.0,208.0,217.0,17.0,11.0,3.5,80.84,212.08467613676316,22.27519272395079,21.638938695540503
-1999,8,1,16,30,1.0,135.0,136.0,16.0,11.0,3.1,86.55,132.42663226912398,19.38206804842566,18.984788151618286
-1999,8,1,17,30,0.0,13.0,13.0,15.0,11.0,2.8000000000000003,92.7,12.706001526331303,15.331017555891568,15.292899551312575
-1999,8,1,18,30,0.0,3.0,3.0,14.0,11.0,2.3000000000000003,99.23,2.9321541983841466,14.078971499851905,14.070175037256753
-1999,8,1,19,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
-1999,8,1,20,30,0.0,0.0,0.0,14.0,11.0,1.5,100.0,0.0,14.0,14.0
-1999,8,1,21,30,0.0,0.0,0.0,13.0,11.0,1.1,100.0,0.0,13.0,13.0
-1999,8,1,22,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,8,1,23,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
-1999,8,2,0,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
-1999,8,2,1,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
-1999,8,2,2,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
-1999,8,2,3,30,0.0,0.0,0.0,11.0,9.0,0.30000000000000004,100.0,0.0,11.0,11.0
-1999,8,2,4,30,0.0,0.0,0.0,11.0,9.0,0.2,100.0,0.0,11.0,11.0
-1999,8,2,5,30,161.0,30.0,42.0,13.0,10.0,0.2,96.56,29.412003052662605,13.912225797551043,13.823989788393055
-1999,8,2,6,30,487.0,81.0,212.0,15.0,11.0,0.4,88.2,174.49616732368932,20.33929138536084,19.81580288338977
-1999,8,2,7,30,687.0,103.0,416.0,17.0,11.0,1.1,78.69,392.3039107658547,28.45009385104654,27.273182118748974
-1999,8,2,8,30,4.0,146.0,149.0,20.0,10.0,1.9,61.42,145.22875849482716,24.01728812392607,23.581601848441586
-1999,8,2,9,30,39.0,323.0,354.0,22.0,9.0,2.6,51.78,347.0242292113261,31.16159602349315,30.120523335859172
-1999,8,2,10,30,299.0,428.0,686.0,24.0,9.0,3.2,48.2,695.4578621323483,41.644302755736476,39.55792916933943
-1999,8,2,11,30,912.0,125.0,962.0,25.0,9.0,3.6,45.51,1029.322161413026,50.434154967800815,47.34618848356174
-1999,8,2,12,30,906.0,129.0,965.0,25.0,9.0,3.8,43.49,1033.7327367404728,50.20902162506706,47.10782341484564
-1999,8,2,13,30,882.0,132.0,908.0,25.0,10.0,3.8,47.07,964.992325265332,48.5326903473551,45.6377133715591
-1999,8,2,14,30,836.0,135.0,795.0,24.0,10.0,3.6,50.34,831.121929478667,44.53670341895597,42.04333763051997
-1999,8,2,15,30,778.0,128.0,639.0,23.0,10.0,3.3000000000000003,53.35,650.2198125007205,39.38789220933,37.43723277182784
-1999,8,2,16,30,696.0,109.0,454.0,21.0,10.0,2.9000000000000004,56.53,436.95401644043665,32.30829109015143,30.99742904083012
-1999,8,2,17,30,0.0,81.0,81.0,20.0,10.0,2.0,59.79,79.16816335637198,22.17534505099871,21.937840560929594
-1999,8,2,18,30,0.0,22.0,22.0,18.0,10.0,1.1,72.02,21.502464121483747,18.627588013943345,18.563080621578894
-1999,8,2,19,30,0.0,0.0,0.0,16.0,11.0,0.8,82.61,0.0,16.0,16.0
-1999,8,2,20,30,0.0,0.0,0.0,16.0,11.0,0.7000000000000001,87.72,0.0,16.0,16.0
-1999,8,2,21,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,86.84,0.0,15.0,15.0
-1999,8,2,22,30,0.0,0.0,0.0,15.0,10.0,0.9,91.74,0.0,15.0,15.0
-1999,8,2,23,30,0.0,0.0,0.0,14.0,10.0,1.0,90.33,0.0,14.0,14.0
-1999,8,3,0,30,0.0,0.0,0.0,13.0,10.0,1.1,95.11,0.0,13.0,13.0
-1999,8,3,1,30,0.0,0.0,0.0,13.0,10.0,1.0,93.73,0.0,13.0,13.0
-1999,8,3,2,30,0.0,0.0,0.0,13.0,9.0,1.0,92.58,0.0,13.0,13.0
-1999,8,3,3,30,0.0,0.0,0.0,13.0,9.0,1.0,91.66,0.0,13.0,13.0
-1999,8,3,4,30,0.0,0.0,0.0,13.0,9.0,0.9,90.71,0.0,13.0,13.0
-1999,8,3,5,30,269.0,24.0,44.0,15.0,9.0,1.1,80.52,23.608002035108402,15.689041917553112,15.618217911447786
-1999,8,3,6,30,659.0,52.0,228.0,17.0,10.0,1.3,72.12,179.13765181115338,22.15861343240199,21.62120047696853
-1999,8,3,7,30,803.0,68.0,432.0,20.0,9.0,1.6,60.04,406.7487892575847,31.479660843475948,30.259414475703196
-1999,8,3,8,30,879.0,79.0,625.0,22.0,8.0,2.0,47.47,632.0540600440645,39.367280143803335,37.47111796367114
-1999,8,3,9,30,454.0,314.0,659.0,23.0,8.0,2.4000000000000004,43.52,671.3594139852532,40.96161899993395,38.94754075797819
-1999,8,3,10,30,169.0,448.0,594.0,24.0,7.0,2.7,40.27,594.4859766100633,39.59075364267579,37.8072957128456
-1999,8,3,11,30,588.0,370.0,909.0,25.0,7.0,3.0,39.97,946.4201219553805,49.33138504448821,46.49212467862207
-1999,8,3,12,30,243.0,481.0,706.0,25.0,7.0,3.1,39.91,713.5205245605817,43.22273153566334,41.0821699619816
-1999,8,3,13,30,407.0,416.0,774.0,24.0,7.0,2.9000000000000004,40.29,792.2071589791501,44.502178307953095,42.12555683101564
-1999,8,3,14,30,507.0,324.0,723.0,23.0,8.0,2.6,43.22,740.3837636493959,42.54646498408766,40.32531369313948
-1999,8,3,15,30,373.0,281.0,526.0,22.0,7.0,2.3000000000000003,45.8,526.0735619830372,36.1687017160044,34.59048103005529
-1999,8,3,16,30,43.0,198.0,219.0,21.0,8.0,1.9,49.76,213.88143390161858,26.916344346990023,26.27470004528517
-1999,8,3,17,30,152.0,123.0,170.0,20.0,9.0,1.3,61.62000000000001,157.88533119537388,24.546611960406317,24.072955966820196
-1999,8,3,18,30,84.0,41.0,50.0,18.0,11.0,0.9,79.18,41.153827551959935,19.217435482333034,19.093973999677154
-1999,8,3,19,30,0.0,0.0,0.0,17.0,11.0,0.8,82.66,0.0,17.0,17.0
-1999,8,3,20,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,80.71000000000002,0.0,16.0,16.0
-1999,8,3,21,30,0.0,0.0,0.0,16.0,10.0,0.4,79.68,0.0,16.0,16.0
-1999,8,3,22,30,0.0,0.0,0.0,15.0,10.0,0.4,85.06,0.0,15.0,15.0
-1999,8,3,23,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,85.61,0.0,15.0,15.0
-1999,8,4,0,30,0.0,0.0,0.0,15.0,10.0,1.0,91.53,0.0,15.0,15.0
-1999,8,4,1,30,0.0,0.0,0.0,14.0,10.0,1.1,91.36,0.0,14.0,14.0
-1999,8,4,2,30,0.0,0.0,0.0,14.0,10.0,1.1,91.39,0.0,14.0,14.0
-1999,8,4,3,30,0.0,0.0,0.0,14.0,10.0,1.1,97.89,0.0,14.0,14.0
-1999,8,4,4,30,0.0,0.0,0.0,14.0,10.0,1.2000000000000002,98.4,0.0,14.0,14.0
-1999,8,4,5,30,0.0,13.0,13.0,15.0,11.0,1.5,91.11,12.706001526331303,15.36101382117474,15.322895816595747
-1999,8,4,6,30,0.0,68.0,68.0,17.0,12.0,1.9,88.56,66.46216183004066,18.8384626858859,18.639076200395778
-1999,8,4,7,30,0.0,82.0,82.0,18.0,11.0,2.1,74.55,80.14554808916668,20.187542965799654,19.947106321532154
-1999,8,4,8,30,0.0,110.0,110.0,19.0,10.0,2.0,66.03,107.51232060741872,21.95417229147973,21.631635329657474
-1999,8,4,9,30,160.0,381.0,502.0,20.0,10.0,2.0,60.2,500.78071647087927,33.760213790823485,32.257871641410844
-1999,8,4,10,30,33.0,359.0,387.0,21.0,10.0,2.2,56.0,381.4539718016322,31.34239984566582,30.198037930260924
-1999,8,4,11,30,16.0,246.0,261.0,22.0,10.0,2.6,53.08,256.34928985673525,28.767736765569065,27.99868889599886
-1999,8,4,12,30,74.0,458.0,527.0,22.0,10.0,3.0,57.69,521.749883055859,35.413596147258694,33.84834649809112
-1999,8,4,13,30,0.0,52.0,52.0,21.0,10.0,3.4000000000000004,63.2,50.82400610532521,22.272516952255437,22.12004493393946
-1999,8,4,14,30,0.0,69.0,69.0,20.0,11.0,3.4000000000000004,69.65,67.43954656283539,21.68853210972356,21.486213470035054
-1999,8,4,15,30,0.0,45.0,45.0,18.0,11.0,3.0,76.55,43.982312975762206,19.130735248897118,18.998788309969832
-1999,8,4,16,30,0.0,10.0,10.0,17.0,12.0,2.7,83.46000000000002,9.773847327947157,17.256325046891895,17.227003504908055
-1999,8,4,17,30,0.0,9.0,9.0,16.0,12.0,2.5,97.68,8.796462595152441,16.23378018897661,16.207390801191153
-1999,8,4,18,30,0.0,2.0,2.0,15.0,11.0,2.5,100.0,1.9547694655894312,15.051951153105913,15.046086844709144
-1999,8,4,19,30,0.0,0.0,0.0,14.0,11.0,2.3000000000000003,100.0,0.0,14.0,14.0
-1999,8,4,20,30,0.0,0.0,0.0,14.0,11.0,2.0,100.0,0.0,14.0,14.0
-1999,8,4,21,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
-1999,8,4,22,30,0.0,0.0,0.0,14.0,11.0,1.6,100.0,0.0,14.0,14.0
-1999,8,4,23,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
-1999,8,5,0,30,0.0,0.0,0.0,13.0,9.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,8,5,1,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
-1999,8,5,2,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
-1999,8,5,3,30,0.0,0.0,0.0,12.0,9.0,0.6000000000000001,100.0,0.0,12.0,12.0
-1999,8,5,4,30,0.0,0.0,0.0,12.0,9.0,0.9,100.0,0.0,12.0,12.0
-1999,8,5,5,30,0.0,1.0,1.0,13.0,11.0,1.3,100.0,0.9773847327947156,13.028145674347314,13.025213520148931
-1999,8,5,6,30,0.0,51.0,51.0,15.0,11.0,1.7000000000000002,92.86,49.8466213725305,16.39742561280943,16.247885748691836
-1999,8,5,7,30,39.0,176.0,194.0,17.0,12.0,2.1,88.18,188.49436594176498,22.14488370395847,21.579400606133177
-1999,8,5,8,30,11.0,187.0,194.0,18.0,12.0,2.4000000000000004,78.46000000000002,189.70571655173296,23.075406305223176,22.506289155567977
-1999,8,5,9,30,18.0,252.0,266.0,20.0,11.0,2.3000000000000003,67.58,260.7437218099934,27.02259205864778,26.2403608932178
-1999,8,5,10,30,340.0,408.0,700.0,22.0,11.0,2.0,62.72,713.7330982745023,41.6116178175864,39.47041852276289
-1999,8,5,11,30,17.0,265.0,281.0,23.0,11.0,1.6,59.07,275.9116728460056,30.78704819947826,29.959313180940242
-1999,8,5,12,30,12.0,178.0,190.0,22.0,11.0,1.4,59.65,185.99489875168933,27.320229941790117,26.76224524553505
-1999,8,5,13,30,18.0,274.0,290.0,21.0,12.0,1.4,64.78,284.8438017580443,29.147720894590993,28.29318948931686
-1999,8,5,14,30,55.0,357.0,400.0,20.0,12.0,1.6,70.47,394.8157569928602,31.142875174160675,29.958427903182095
-1999,8,5,15,30,0.0,102.0,102.0,20.0,12.0,1.7000000000000002,76.91,99.693242745061,22.794851225618853,22.49577149738367
-1999,8,5,16,30,0.0,64.0,64.0,19.0,13.0,1.7000000000000002,84.28,62.5526228988618,20.753632141564772,20.565974272868186
-1999,8,5,17,30,338.0,104.0,207.0,18.0,13.0,1.3,93.24,184.27565233016747,23.30657204537419,22.753745088383685
-1999,8,5,18,30,0.0,25.0,25.0,17.0,14.0,0.9,100.0,24.43461831986789,17.72283850881946,17.649534653859856
-1999,8,5,19,30,0.0,0.0,0.0,16.0,14.0,0.6000000000000001,100.0,0.0,16.0,16.0
-1999,8,5,20,30,0.0,0.0,0.0,16.0,14.0,0.4,100.0,0.0,16.0,16.0
-1999,8,5,21,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
-1999,8,5,22,30,0.0,0.0,0.0,15.0,13.0,0.4,100.0,0.0,15.0,15.0
-1999,8,5,23,30,0.0,0.0,0.0,15.0,11.0,0.6000000000000001,100.0,0.0,15.0,15.0
-1999,8,6,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
-1999,8,6,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
-1999,8,6,2,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
-1999,8,6,3,30,0.0,0.0,0.0,13.0,11.0,1.4,100.0,0.0,13.0,13.0
-1999,8,6,4,30,0.0,0.0,0.0,13.0,10.0,1.6,97.84,0.0,13.0,13.0
-1999,8,6,5,30,175.0,24.0,36.0,15.0,10.0,2.3000000000000003,92.04,23.54769465589431,15.63420838032852,15.563565296360837
-1999,8,6,6,30,538.0,65.0,205.0,17.0,11.0,2.8000000000000003,83.01,166.64235149599625,21.34137708750578,20.841450033017793
-1999,8,6,7,30,717.0,85.0,405.0,20.0,10.0,2.6,67.14,385.3818391446879,30.174254210026252,29.01810869259219
-1999,8,6,8,30,811.0,97.0,596.0,22.0,10.0,2.3000000000000003,53.89,605.6005361695628,38.31059603849764,36.49379442998895
-1999,8,6,9,30,324.0,355.0,600.0,24.0,10.0,2.1,50.64,606.8010445559557,40.562409120734294,38.74200598706643
-1999,8,6,10,30,892.0,112.0,875.0,25.0,10.0,2.1,47.92,935.5858477657459,50.53646820038789,47.72971065709065
-1999,8,6,11,30,3.0,119.0,122.0,26.0,10.0,2.1,45.41,119.29271996791041,29.25605048138892,28.89817232148519
-1999,8,6,12,30,8.0,142.0,149.0,26.0,10.0,2.1,45.85,146.79235671795226,30.006642852005342,29.566265781851484
-1999,8,6,13,30,14.0,212.0,224.0,25.0,10.0,1.9,46.46,220.4491294058573,31.098018592671057,30.436671204453486
-1999,8,6,14,30,12.0,190.0,199.0,24.0,11.0,1.5,49.92,195.70358569929346,29.560498253088113,28.973387495990234
-1999,8,6,15,30,275.0,300.0,479.0,23.0,11.0,1.0,53.57,477.75032590372876,37.03818422992567,35.60493325221448
-1999,8,6,16,30,351.0,192.0,362.0,22.0,11.0,0.6000000000000001,57.49,352.425655158586,32.638830015803975,31.581553050328218
-1999,8,6,17,30,525.0,81.0,239.0,21.0,11.0,0.5,63.83,206.57284450422384,27.27818610283234,26.65846756931967
-1999,8,6,18,30,245.0,37.0,63.0,19.0,13.0,0.6000000000000001,79.36,37.844707073972494,20.142435006261714,20.028900885039796
-1999,8,6,19,30,0.0,0.0,0.0,17.0,13.0,0.8,88.11,0.0,17.0,17.0
-1999,8,6,20,30,0.0,0.0,0.0,16.0,12.0,1.1,88.66,0.0,16.0,16.0
-1999,8,6,21,30,0.0,0.0,0.0,15.0,11.0,1.5,89.22,0.0,15.0,15.0
-1999,8,6,22,30,0.0,0.0,0.0,15.0,10.0,1.9,89.18,0.0,15.0,15.0
-1999,8,6,23,30,0.0,0.0,0.0,14.0,9.0,2.1,83.24,0.0,14.0,14.0
-1999,8,7,0,30,0.0,0.0,0.0,14.0,8.0,2.2,83.89,0.0,14.0,14.0
-1999,8,7,1,30,0.0,0.0,0.0,13.0,7.0,2.1,80.65,0.0,13.0,13.0
-1999,8,7,2,30,0.0,0.0,0.0,13.0,7.0,1.9,78.83,0.0,13.0,13.0
-1999,8,7,3,30,0.0,0.0,0.0,12.0,7.0,1.7000000000000002,83.06,0.0,12.0,12.0
-1999,8,7,4,30,0.0,0.0,0.0,12.0,7.0,1.5,81.91,0.0,12.0,12.0
-1999,8,7,5,30,68.0,22.0,26.0,15.0,7.0,1.6,69.9,21.53261781109079,15.60771453061898,15.543116677185708
-1999,8,7,6,30,126.0,99.0,131.0,19.0,8.0,2.2,57.18,120.78096374261128,22.274746399601145,21.912403508373313
-1999,8,7,7,30,726.0,87.0,409.0,22.0,8.0,2.7,49.05,390.622612733647,32.244313847596906,31.072446009395968
-1999,8,7,8,30,809.0,104.0,601.0,23.0,8.0,2.5,44.82,610.8222481471657,39.23358697411563,37.401120229674135
-1999,8,7,9,30,849.0,121.0,761.0,24.0,8.0,2.1,42.83,798.865989302406,45.804750446909445,43.408152479002226
-1999,8,7,10,30,300.0,424.0,680.0,25.0,8.0,1.7000000000000002,40.37,692.1900954081874,44.405210255422716,42.32863996919815
-1999,8,7,11,30,438.0,451.0,849.0,26.0,8.0,1.6,37.83,876.0598580116643,50.72501532681593,48.09683575278093
-1999,8,7,12,30,23.0,342.0,364.0,27.0,8.0,1.9,37.98,357.2829470155109,36.88308758404652,35.81123874299999
-1999,8,7,13,30,162.0,455.0,596.0,27.0,8.0,2.2,38.35,597.8887540306855,43.21061783209838,41.416951570006326
-1999,8,7,14,30,166.0,394.0,524.0,26.0,9.0,2.3000000000000003,41.11,523.3400419642717,40.09508001634206,38.52505989044924
-1999,8,7,15,30,358.0,280.0,511.0,25.0,9.0,2.4000000000000004,44.12,513.4853943882756,38.737841197882744,37.197385014717916
-1999,8,7,16,30,671.0,111.0,434.0,24.0,9.0,2.1,48.01,422.4753146599616,35.53130678924531,34.263880845265426
-1999,8,7,17,30,113.0,118.0,151.0,22.0,10.0,1.4,55.45,142.54024628853685,26.077245619659895,25.649624880794285
-1999,8,7,18,30,0.0,3.0,3.0,20.0,13.0,0.9,73.36,2.9321541983841466,20.086740621058336,20.077944158463183
-1999,8,7,19,30,0.0,0.0,0.0,18.0,13.0,0.8,82.61,0.0,18.0,18.0
-1999,8,7,20,30,0.0,0.0,0.0,17.0,12.0,0.9,92.32,0.0,17.0,17.0
-1999,8,7,21,30,0.0,0.0,0.0,16.0,12.0,1.1,95.37,0.0,16.0,16.0
-1999,8,7,22,30,0.0,0.0,0.0,15.0,11.0,1.5,92.08,0.0,15.0,15.0
-1999,8,7,23,30,0.0,0.0,0.0,15.0,11.0,2.0,95.87,0.0,15.0,15.0
-1999,8,8,0,30,0.0,0.0,0.0,14.0,10.0,2.5,93.52,0.0,14.0,14.0
-1999,8,8,1,30,0.0,0.0,0.0,14.0,10.0,2.7,90.39,0.0,14.0,14.0
-1999,8,8,2,30,0.0,0.0,0.0,14.0,9.0,2.7,92.46,0.0,14.0,14.0
-1999,8,8,3,30,0.0,0.0,0.0,13.0,9.0,2.7,88.49,0.0,13.0,13.0
-1999,8,8,4,30,0.0,0.0,0.0,13.0,8.0,2.8000000000000003,84.83,0.0,13.0,13.0
-1999,8,8,5,30,211.0,22.0,35.0,16.0,8.0,3.2,73.88,21.600463612706644,16.548020434305386,16.483219043467265
-1999,8,8,6,30,200.0,95.0,146.0,20.0,8.0,3.4000000000000004,57.62000000000001,130.78670959445927,23.27460028915785,22.882240160374472
-1999,8,8,7,30,746.0,80.0,410.0,23.0,8.0,2.7,44.15,391.69242963849064,33.2723704418017,32.09729315288622
-1999,8,8,8,30,831.0,95.0,603.0,26.0,7.0,1.3,34.31,615.4922703790548,43.72428443387301,41.877807622735844
-1999,8,8,9,30,880.0,105.0,767.0,27.0,7.0,0.9,31.69,807.8251427270093,50.89753397870209,48.474058550521065
-1999,8,8,10,30,904.0,114.0,885.0,28.0,7.0,1.4,29.91,948.2702386625285,55.12448432995004,52.27967361396246
-1999,8,8,11,30,572.0,345.0,864.0,29.0,7.0,1.9,28.63,905.4774645903356,54.04713186755642,51.330699473785415
-1999,8,8,12,30,405.0,461.0,831.0,29.0,7.0,2.1,29.35,855.6042741186252,52.35340085607715,49.78658803372127
-1999,8,8,13,30,0.0,67.0,67.0,29.0,8.0,2.0,32.02,65.48477709724594,30.79935948662856,30.602905155336824
-1999,8,8,14,30,484.0,324.0,699.0,28.0,8.0,1.7000000000000002,34.87,719.3269566760633,48.16597886807504,46.00799799804685
-1999,8,8,15,30,751.0,133.0,616.0,27.0,8.0,1.3,37.82,632.1827416190813,45.20491867386342,43.308370449006176
-1999,8,8,16,30,661.0,113.0,430.0,25.0,9.0,1.2000000000000002,41.81,418.7316955519516,37.13950450949321,35.88330942283735
-1999,8,8,17,30,46.0,111.0,124.0,23.0,10.0,1.2000000000000002,52.06,119.47577096810313,26.463737462077354,26.105310149173047
-1999,8,8,18,30,98.0,36.0,46.0,21.0,13.0,1.5,68.29,35.432550758242364,22.0067400445917,21.900442392316975
-1999,8,8,19,30,0.0,0.0,0.0,19.0,12.0,1.9,73.51,0.0,19.0,19.0
-1999,8,8,20,30,0.0,0.0,0.0,18.0,12.0,2.0,78.28,0.0,18.0,18.0
-1999,8,8,21,30,0.0,0.0,0.0,17.0,11.0,1.9,81.21000000000002,0.0,17.0,17.0
-1999,8,8,22,30,0.0,0.0,0.0,17.0,11.0,1.8,82.82000000000002,0.0,17.0,17.0
-1999,8,8,23,30,0.0,0.0,0.0,16.0,10.0,1.7000000000000002,77.98,0.0,16.0,16.0
-1999,8,9,0,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,77.9,0.0,15.0,15.0
-1999,8,9,1,30,0.0,0.0,0.0,15.0,8.0,1.9,77.19,0.0,15.0,15.0
-1999,8,9,2,30,0.0,0.0,0.0,14.0,7.0,2.1,71.79,0.0,14.0,14.0
-1999,8,9,3,30,0.0,0.0,0.0,14.0,6.0,2.2,67.43,0.0,14.0,14.0
-1999,8,9,4,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,63.95,0.0,14.0,14.0
-1999,8,9,5,30,252.0,20.0,35.0,17.0,5.0,2.9000000000000004,55.63,19.660770991920735,17.50881720517095,17.449834892195188
-1999,8,9,6,30,620.0,53.0,210.0,20.0,5.0,3.3000000000000003,44.2,168.80068025140667,24.254387977171284,23.747985936417063
-1999,8,9,7,30,770.0,73.0,412.0,23.0,6.0,3.4000000000000004,38.07,394.41471031368883,32.87524289315122,31.691998762210147
-1999,8,9,8,30,681.0,155.0,571.0,26.0,6.0,3.6,32.1,579.4999599892981,40.31922126884818,38.580721388880285
-1999,8,9,9,30,883.0,101.0,763.0,27.0,6.0,3.7,30.6,806.0545272656578,46.78654497574486,44.368381393947885
-1999,8,9,10,30,187.0,442.0,601.0,28.0,6.0,3.9,29.31,605.0678757594786,42.65873954146606,40.843535914187626
-1999,8,9,11,30,16.0,238.0,253.0,28.0,6.0,3.9,29.82,248.51297855316776,34.02062540621957,33.27508647056007
-1999,8,9,12,30,33.0,385.0,415.0,27.0,7.0,3.5,32.49,409.2815309446206,37.180079925690826,35.952235332856965
-1999,8,9,13,30,71.0,422.0,484.0,26.0,7.0,2.6,35.81,479.508641868014,38.65924421632637,37.22071829072233
-1999,8,9,14,30,255.0,382.0,580.0,25.0,8.0,1.7000000000000002,42.24,585.2787334468239,41.40800259337081,39.652166393030335
-1999,8,9,15,30,0.0,82.0,82.0,23.0,9.0,1.9,50.51,80.14554808916668,25.216969709450645,24.976533065183144
-1999,8,9,16,30,0.0,80.0,80.0,21.0,10.0,2.9000000000000004,57.34,78.19077862357726,23.02356324000407,22.78899090413334
-1999,8,9,17,30,0.0,56.0,56.0,19.0,11.0,3.4000000000000004,68.39,54.733545036504076,20.370402871659703,20.20620223655019
-1999,8,9,18,30,0.0,19.0,19.0,17.0,11.0,3.1,81.69,18.570309923099597,17.474270550901267,17.41855962113197
-1999,8,9,19,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.88,0.0,17.0,17.0
-1999,8,9,20,30,0.0,0.0,0.0,16.0,12.0,1.5,90.56,0.0,16.0,16.0
-1999,8,9,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.27,0.0,16.0,16.0
-1999,8,9,22,30,0.0,0.0,0.0,16.0,11.0,0.9,92.05,0.0,16.0,16.0
-1999,8,9,23,30,0.0,0.0,0.0,15.0,11.0,1.0,88.67,0.0,15.0,15.0
-1999,8,10,0,30,0.0,0.0,0.0,15.0,10.0,1.1,86.0,0.0,15.0,15.0
-1999,8,10,1,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,88.86,0.0,15.0,15.0
-1999,8,10,2,30,0.0,0.0,0.0,14.0,9.0,1.3,86.41,0.0,14.0,14.0
-1999,8,10,3,30,0.0,0.0,0.0,14.0,9.0,1.3,84.62,0.0,14.0,14.0
-1999,8,10,4,30,0.0,0.0,0.0,14.0,9.0,1.4,83.27,0.0,14.0,14.0
-1999,8,10,5,30,133.0,20.0,27.0,16.0,10.0,1.9,82.12,19.600463612706644,16.54218400343604,16.48338261259792
-1999,8,10,6,30,316.0,83.0,162.0,19.0,11.0,2.8000000000000003,77.08,140.44962919824076,22.65900262853993,22.23765374094521
-1999,8,10,7,30,321.0,172.0,313.0,22.0,11.0,3.4000000000000004,61.37000000000001,302.5786927385876,29.575878908545914,28.66814283033015
-1999,8,10,8,30,391.0,250.0,488.0,24.0,10.0,3.7,50.36,489.9140284585409,36.026116882224805,34.556374796849184
-1999,8,10,9,30,411.0,316.0,623.0,25.0,10.0,3.7,48.19,637.9644141472183,40.660369300659426,38.74647605821777
-1999,8,10,10,30,321.0,413.0,686.0,26.0,10.0,3.7,46.3,700.66182566888,43.1994279015018,41.097442424495156
-1999,8,10,11,30,521.0,405.0,877.0,26.0,11.0,3.7,44.05,913.1630058954431,48.41577991954089,45.67629090185456
-1999,8,10,12,30,880.0,131.0,931.0,26.0,11.0,3.7,44.49,1007.353403966779,50.72790953941158,47.70584932751124
-1999,8,10,13,30,2.0,115.0,117.0,26.0,11.0,3.7,47.71,114.2886489289158,28.805489474664046,28.462623527877298
-1999,8,10,14,30,0.0,25.0,25.0,25.0,11.0,3.8,47.82,24.43461831986789,25.595872414341905,25.5225685593823
-1999,8,10,15,30,16.0,215.0,226.0,24.0,11.0,3.8,50.34,220.80191913644052,29.384564265535374,28.722158508126054
-1999,8,10,16,30,2.0,137.0,138.0,23.0,11.0,3.0,53.78,134.82831214223012,26.466282575282893,26.061797638856202
-1999,8,10,17,30,0.0,35.0,35.0,21.0,11.0,1.7000000000000002,63.18,34.20846564781505,21.959017577418233,21.85639218047479
-1999,8,10,18,30,100.0,32.0,41.0,19.0,13.0,0.9,86.31,31.344157251046756,19.927240343636843,19.8332078718837
-1999,8,10,19,30,0.0,0.0,0.0,17.0,13.0,0.8,89.03,0.0,17.0,17.0
-1999,8,10,20,30,0.0,0.0,0.0,16.0,12.0,0.9,92.04,0.0,16.0,16.0
-1999,8,10,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.38,0.0,16.0,16.0
-1999,8,10,22,30,0.0,0.0,0.0,16.0,11.0,1.1,92.39,0.0,16.0,16.0
-1999,8,10,23,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,89.29,0.0,15.0,15.0
-1999,8,11,0,30,0.0,0.0,0.0,15.0,10.0,1.5,91.99,0.0,15.0,15.0
-1999,8,11,1,30,0.0,0.0,0.0,15.0,10.0,1.9,89.31,0.0,15.0,15.0
-1999,8,11,2,30,0.0,0.0,0.0,15.0,9.0,2.5,86.87,0.0,15.0,15.0
-1999,8,11,3,30,0.0,0.0,0.0,14.0,9.0,2.8000000000000003,84.87,0.0,14.0,14.0
-1999,8,11,4,30,0.0,0.0,0.0,14.0,9.0,3.0,83.22,0.0,14.0,14.0
-1999,8,11,5,30,229.0,19.0,31.0,16.0,9.0,3.6,77.39,18.660770991920735,16.461100478566987,16.405118165591226
-1999,8,11,6,30,620.0,51.0,204.0,18.0,9.0,4.5,65.21000000000001,165.6561918765535,21.858560024441466,21.361591448811804
-1999,8,11,7,30,787.0,67.0,410.0,21.0,9.0,4.7,53.46,394.63566413586966,30.07285639147934,28.888949399071734
-1999,8,11,8,30,436.0,232.0,496.0,23.0,8.0,4.1000000000000005,45.15,500.3873084366039,34.96455106235229,33.46338913704248
-1999,8,11,9,30,463.0,305.0,650.0,25.0,8.0,3.1,39.35,668.7111675643225,42.07833714934713,40.07220364665416
-1999,8,11,10,30,185.0,440.0,597.0,26.0,8.0,2.4000000000000004,36.64,601.1694599230996,42.08374973017353,40.28024135040423
-1999,8,11,11,30,432.0,449.0,839.0,27.0,8.0,2.1,34.22,867.6519275614495,50.68223708181387,48.07928129912952
-1999,8,11,12,30,947.0,97.0,955.0,28.0,8.0,2.0,34.04,1040.610956538658,56.59341177502772,53.47157890541175
-1999,8,11,13,30,935.0,96.0,900.0,28.0,7.0,2.1,31.77,975.4863040152084,54.62553633307568,51.699077421030054
-1999,8,11,14,30,219.0,386.0,554.0,27.0,7.0,2.1,33.160000000000004,558.8289549241872,42.253028753007165,40.5765418882346
-1999,8,11,15,30,0.0,28.0,28.0,26.0,7.0,2.1,34.37,27.366772518252038,26.746965890760855,26.6648655732061
-1999,8,11,16,30,562.0,132.0,396.0,25.0,7.0,2.2,36.21,388.29586029494726,35.52790465549416,34.36301707460932
-1999,8,11,17,30,98.0,111.0,139.0,22.0,7.0,1.8,44.74,131.30368434298802,25.656473265455563,25.262562212426598
-1999,8,11,18,30,0.0,1.0,1.0,19.0,9.0,1.4,61.23,0.9773847327947156,19.027957280306946,19.025025126108563
-1999,8,11,19,30,0.0,0.0,0.0,17.0,8.0,1.8,65.25,0.0,17.0,17.0
-1999,8,11,20,30,0.0,0.0,0.0,16.0,7.0,2.2,68.87,0.0,16.0,16.0
-1999,8,11,21,30,0.0,0.0,0.0,14.0,6.0,2.2,70.51,0.0,14.0,14.0
-1999,8,11,22,30,0.0,0.0,0.0,13.0,6.0,2.1,74.04,0.0,13.0,13.0
-1999,8,11,23,30,0.0,0.0,0.0,12.0,6.0,2.2,78.05,0.0,12.0,12.0
-1999,8,12,0,30,0.0,0.0,0.0,12.0,6.0,2.2,81.92,0.0,12.0,12.0
-1999,8,12,1,30,0.0,0.0,0.0,11.0,5.0,2.2,80.12,0.0,11.0,11.0
-1999,8,12,2,30,0.0,0.0,0.0,11.0,5.0,2.1,78.08,0.0,11.0,11.0
-1999,8,12,3,30,0.0,0.0,0.0,11.0,4.0,1.9,81.12,0.0,11.0,11.0
-1999,8,12,4,30,0.0,0.0,0.0,11.0,4.0,1.9,78.38,0.0,11.0,11.0
-1999,8,12,5,30,248.0,18.0,30.0,13.0,4.0,2.5,63.33,17.68338625912602,13.469964526840942,13.416914368063564
-1999,8,12,6,30,651.0,49.0,208.0,17.0,4.0,3.1,48.34,168.88332685674357,21.31314225761816,20.80649227704793
-1999,8,12,7,30,810.0,67.0,417.0,20.0,3.0,3.5,36.91,403.7173949162259,30.041682892832437,28.83053070808376
-1999,8,12,8,30,892.0,78.0,616.0,22.0,2.0,3.8,31.17,635.6624194470053,37.50151901797135,35.59453175963033
-1999,8,12,9,30,937.0,86.0,783.0,24.0,2.0,3.6,29.38,833.7895428305587,44.60261911953027,42.10125049103859
-1999,8,12,10,30,961.0,92.0,903.0,25.0,2.0,3.3000000000000003,26.36,978.5273698722574,49.66243069350947,46.726848583892696
-1999,8,12,11,30,969.0,95.0,967.0,26.0,2.0,3.1,25.19,1054.3404672653992,52.926994558419224,49.763973156623024
-1999,8,12,12,30,965.0,97.0,969.0,27.0,3.0,3.0,25.57,1058.0895940768287,54.20228017960854,51.02801139737806
-1999,8,12,13,30,948.0,98.0,911.0,27.0,3.0,3.0,24.4,988.9781555476972,52.425503690160596,49.45856922351751
-1999,8,12,14,30,384.0,336.0,631.0,26.0,3.0,3.1,26.12,646.3487262595506,42.50721865961644,40.56817248083779
-1999,8,12,15,30,110.0,298.0,368.0,25.0,3.0,3.1,28.11,364.23125309419265,34.30216877239973,33.20947501311716
-1999,8,12,16,30,606.0,119.0,402.0,24.0,3.0,2.7,30.52,394.79587625244255,34.353760202881055,33.16937257412373
-1999,8,12,17,30,0.0,25.0,25.0,21.0,4.0,1.7000000000000002,39.65,24.43461831986789,21.68501255529874,21.611708700339136
-1999,8,12,18,30,0.0,24.0,24.0,19.0,8.0,1.0,61.31,23.457233587073173,19.689265812633042,19.61889411187182
-1999,8,12,19,30,0.0,0.0,0.0,17.0,7.0,1.0,61.35,0.0,17.0,17.0
-1999,8,12,20,30,0.0,0.0,0.0,16.0,7.0,1.3,63.18,0.0,16.0,16.0
-1999,8,12,21,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,67.81,0.0,15.0,15.0
-1999,8,12,22,30,0.0,0.0,0.0,14.0,7.0,1.6,72.98,0.0,14.0,14.0
-1999,8,12,23,30,0.0,0.0,0.0,13.0,7.0,1.1,77.77,0.0,13.0,13.0
-1999,8,13,0,30,0.0,0.0,0.0,12.0,7.0,0.5,82.21000000000002,0.0,12.0,12.0
-1999,8,13,1,30,0.0,0.0,0.0,11.0,6.0,0.2,86.83,0.0,11.0,11.0
-1999,8,13,2,30,0.0,0.0,0.0,10.0,6.0,0.4,91.52,0.0,10.0,10.0
-1999,8,13,3,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,95.33,0.0,10.0,10.0
-1999,8,13,4,30,0.0,0.0,0.0,10.0,5.0,1.0,91.74,0.0,10.0,10.0
-1999,8,13,5,30,217.0,17.0,28.0,12.0,5.0,1.9,73.27,16.69846310392954,12.461909460705217,12.411814071393428
-1999,8,13,6,30,625.0,52.0,203.0,17.0,5.0,2.8000000000000003,55.48,166.40678384567036,21.33524006417107,20.83601971263406
-1999,8,13,7,30,794.0,70.0,411.0,20.0,4.0,3.0,41.49,399.45475106241497,30.269527380577,29.071163127389756
-1999,8,13,8,30,882.0,81.0,611.0,23.0,3.0,2.5,32.660000000000004,631.9360042720857,39.79471911598479,37.89891110316853
-1999,8,13,9,30,933.0,88.0,779.0,25.0,3.0,1.7000000000000002,27.52,832.2363779747955,48.33133918550047,45.834630051576084
-1999,8,13,10,30,961.0,92.0,902.0,26.0,2.0,0.9,24.8,978.2457837752238,54.93901244317987,52.0042750918542
-1999,8,13,11,30,973.0,95.0,968.0,27.0,2.0,0.5,22.78,1057.9355841089173,59.15290227418353,55.97909552185678
-1999,8,13,12,30,972.0,95.0,972.0,28.0,2.0,0.8,21.37,1062.5908324708516,59.64679900752246,56.45902651010991
-1999,8,13,13,30,960.0,93.0,915.0,29.0,2.0,1.3,20.27,994.6285837883702,57.64224422228469,54.65835847091958
-1999,8,13,14,30,934.0,89.0,801.0,29.0,2.0,1.7000000000000002,21.64,859.2503709292537,53.08866324517319,50.51091213238543
-1999,8,13,15,30,889.0,82.0,641.0,28.0,2.0,2.0,23.08,668.522901646413,46.36935358762208,44.36378488268284
-1999,8,13,16,30,812.0,71.0,447.0,27.0,2.0,2.5,24.81,441.02389233991005,38.720921652215296,37.39784997519556
-1999,8,13,17,30,669.0,54.0,239.0,24.0,4.0,2.9000000000000004,33.85,205.55497662263485,29.31972569931712,28.703060769449216
-1999,8,13,18,30,340.0,24.0,52.0,20.0,7.0,3.1,53.91,23.668309414322493,20.604469294875333,20.533464366632366
-1999,8,13,19,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,59.02,0.0,18.0,18.0
-1999,8,13,20,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,61.13,0.0,16.0,16.0
-1999,8,13,21,30,0.0,0.0,0.0,15.0,6.0,3.3000000000000003,62.5,0.0,15.0,15.0
-1999,8,13,22,30,0.0,0.0,0.0,15.0,5.0,3.2,63.72,0.0,15.0,15.0
-1999,8,13,23,30,0.0,0.0,0.0,14.0,4.0,2.9000000000000004,61.0,0.0,14.0,14.0
-1999,8,14,0,30,0.0,0.0,0.0,13.0,4.0,2.6,62.37000000000001,0.0,13.0,13.0
-1999,8,14,1,30,0.0,0.0,0.0,13.0,3.0,2.3000000000000003,64.52,0.0,13.0,13.0
-1999,8,14,2,30,0.0,0.0,0.0,13.0,3.0,2.1,63.06,0.0,13.0,13.0
-1999,8,14,3,30,0.0,0.0,0.0,13.0,2.0,2.1,61.32,0.0,13.0,13.0
-1999,8,14,4,30,0.0,0.0,0.0,13.0,2.0,2.0,60.19,0.0,13.0,13.0
-1999,8,14,5,30,0.0,16.0,16.0,15.0,3.0,2.1,50.84,15.63815572471545,15.426837651863346,15.3799231846892
-1999,8,14,6,30,440.0,67.0,172.0,19.0,4.0,2.5,46.8,146.4540403212652,22.892252465390047,22.45289034442625
-1999,8,14,7,30,228.0,180.0,278.0,22.0,3.0,2.7,34.44,270.8474874714046,29.103138876350926,28.29059641393671
-1999,8,14,8,30,108.0,278.0,343.0,25.0,2.0,2.5,25.62,339.354131725027,34.01888369176829,33.00082129659321
-1999,8,14,9,30,640.0,237.0,710.0,27.0,1.0,2.2,22.93,743.3134082280467,47.153531085886556,44.92359086120241
-1999,8,14,10,30,480.0,378.0,781.0,28.0,1.0,1.9,20.74,812.9950053632205,50.4889010531148,48.04991603702514
-1999,8,14,11,30,400.0,438.0,797.0,29.0,2.0,1.8,20.1,824.6840125924111,51.965349826863424,49.49129778908619
-1999,8,14,12,30,649.0,325.0,909.0,30.0,2.0,2.1,19.5,964.7552779578064,56.33263696277547,53.43837112890205
-1999,8,14,13,30,546.0,356.0,823.0,30.0,2.0,2.9000000000000004,20.02,861.4844863215864,52.2950630373758,49.71060957841104
-1999,8,14,14,30,617.0,260.0,730.0,30.0,3.0,3.7,21.67,763.5551788806483,48.743296361891844,46.4526308252499
-1999,8,14,15,30,196.0,298.0,420.0,29.0,3.0,4.1000000000000005,23.92,420.6720734591661,39.05851351252942,37.796497292151926
-1999,8,14,16,30,187.0,201.0,286.0,27.0,5.0,3.8,29.78,281.6693919389891,33.86890289931113,33.023894723494166
-1999,8,14,17,30,0.0,68.0,68.0,24.0,8.0,2.5,43.76,66.46216183004066,25.766339205601053,25.56695272011093
-1999,8,14,18,30,0.0,23.0,23.0,21.0,10.0,1.6,61.16,22.47984885427846,21.634448208514012,21.567008661951178
-1999,8,14,19,30,0.0,0.0,0.0,19.0,9.0,1.7000000000000002,66.37,0.0,19.0,19.0
-1999,8,14,20,30,0.0,0.0,0.0,18.0,9.0,2.3000000000000003,63.5,0.0,18.0,18.0
-1999,8,14,21,30,0.0,0.0,0.0,17.0,8.0,2.6,63.89,0.0,17.0,17.0
-1999,8,14,22,30,0.0,0.0,0.0,17.0,7.0,2.8000000000000003,60.95,0.0,17.0,17.0
-1999,8,14,23,30,0.0,0.0,0.0,17.0,7.0,3.2,63.87000000000001,0.0,17.0,17.0
-1999,8,15,0,30,0.0,0.0,0.0,16.0,7.0,3.3000000000000003,64.37,0.0,16.0,16.0
-1999,8,15,1,30,0.0,0.0,0.0,15.0,7.0,2.8000000000000003,70.8,0.0,15.0,15.0
-1999,8,15,2,30,0.0,0.0,0.0,15.0,8.0,2.5,72.93,0.0,15.0,15.0
-1999,8,15,3,30,0.0,0.0,0.0,15.0,8.0,2.8000000000000003,74.11,0.0,15.0,15.0
-1999,8,15,4,30,0.0,0.0,0.0,15.0,8.0,3.2,73.95,0.0,15.0,15.0
-1999,8,15,5,30,0.0,8.0,8.0,16.0,8.0,3.7,69.33,7.819077862357725,16.191938052028835,16.16848081844176
-1999,8,15,6,30,0.0,69.0,69.0,18.0,8.0,4.1000000000000005,61.63,67.43954656283539,19.612518712742606,19.4102000730541
-1999,8,15,7,30,11.0,144.0,149.0,21.0,8.0,4.5,53.65,145.31812076807552,24.384833885596617,23.94887952329239
-1999,8,15,8,30,0.0,64.0,64.0,22.0,8.0,4.5,46.48,62.5526228988618,23.457011943878157,23.26935407518157
-1999,8,15,9,30,31.0,297.0,320.0,24.0,7.0,3.9,40.56,315.0581378902604,31.63278859905707,30.687614185386288
-1999,8,15,10,30,71.0,406.0,465.0,25.0,7.0,2.9000000000000004,37.63,462.39821131394575,36.96678226166673,35.57958762772489
-1999,8,15,11,30,27.0,355.0,380.0,26.0,7.0,1.8,35.03,373.7357546930063,36.40758911082919,35.286381846750174
-1999,8,15,12,30,19.0,300.0,317.0,27.0,7.0,0.9,32.74,312.14752712317625,36.234122263900325,35.2976796825308
-1999,8,15,13,30,112.0,436.0,531.0,27.0,7.0,0.6000000000000001,32.410000000000004,531.374922260971,43.040851140793556,41.446726374010645
-1999,8,15,14,30,339.0,353.0,610.0,27.0,7.0,0.6000000000000001,33.71,624.493749582226,45.85187060161018,43.9783893528635
-1999,8,15,15,30,263.0,287.0,451.0,26.0,6.0,0.5,35.14,453.74166403453603,39.79016983696227,38.42894484485866
-1999,8,15,16,30,406.0,166.0,351.0,25.0,6.0,0.4,37.26,346.45930129097417,35.601076179109306,34.56169827523638
-1999,8,15,17,30,585.0,62.0,219.0,23.0,7.0,0.2,45.02,191.45412194483532,28.938031108348852,28.363668742514346
-1999,8,15,18,30,247.0,25.0,43.0,20.0,10.0,0.30000000000000004,59.73,24.570309923099597,20.756915327435326,20.683204397666028
-1999,8,15,19,30,0.0,0.0,0.0,18.0,8.0,0.7000000000000001,62.08,0.0,18.0,18.0
-1999,8,15,20,30,0.0,0.0,0.0,17.0,8.0,1.0,69.16,0.0,17.0,17.0
-1999,8,15,21,30,0.0,0.0,0.0,16.0,8.0,1.3,67.68,0.0,16.0,16.0
-1999,8,15,22,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,69.04,0.0,15.0,15.0
-1999,8,15,23,30,0.0,0.0,0.0,15.0,6.0,2.0,66.93,0.0,15.0,15.0
-1999,8,16,0,30,0.0,0.0,0.0,15.0,6.0,2.4000000000000004,70.59,0.0,15.0,15.0
-1999,8,16,1,30,0.0,0.0,0.0,14.0,6.0,2.7,70.21000000000001,0.0,14.0,14.0
-1999,8,16,2,30,0.0,0.0,0.0,14.0,6.0,2.9000000000000004,74.75,0.0,14.0,14.0
-1999,8,16,3,30,0.0,0.0,0.0,13.0,6.0,3.1,74.89,0.0,13.0,13.0
-1999,8,16,4,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,75.46000000000002,0.0,13.0,13.0
-1999,8,16,5,30,198.0,15.0,23.0,15.0,7.0,3.8,71.69,14.721078371134826,15.358994128571759,15.314830893458353
-1999,8,16,6,30,430.0,66.0,166.0,19.0,7.0,3.5,57.26,142.86949975731687,22.553600190842104,22.124991691570152
-1999,8,16,7,30,783.0,70.0,401.0,22.0,6.0,2.4000000000000004,42.56,393.39363884062925,32.524893984741546,31.344713068219658
-1999,8,16,8,30,862.0,85.0,597.0,25.0,4.0,1.6,29.93,622.1782956738358,42.55972238182722,40.69318749480571
-1999,8,16,9,30,903.0,96.0,760.0,26.0,3.0,1.2000000000000002,26.91,815.1528350015465,49.63220081389734,47.186742308892704
-1999,8,16,10,30,924.0,106.0,878.0,28.0,3.0,1.2000000000000002,25.23,956.7817845445944,55.73818392889969,52.86783857526591
-1999,8,16,11,30,928.0,112.0,939.0,29.0,3.0,1.6,23.91,1028.6981555362004,58.03292215674283,54.94682769013423
-1999,8,16,12,30,592.0,356.0,886.0,29.0,3.0,2.0,22.7,937.4475690250167,54.75873739383911,51.946394686764066
-1999,8,16,13,30,895.0,120.0,879.0,29.0,4.0,2.4000000000000004,22.9,957.3876594672779,54.61404817802626,51.74188519962443
-1999,8,16,14,30,855.0,118.0,763.0,29.0,4.0,2.6,24.9,819.0898087372391,50.624340040075616,48.1670706138639
-1999,8,16,15,30,793.0,111.0,602.0,28.0,4.0,2.5,27.25,629.4825902652785,44.729515679495975,42.84106790870014
-1999,8,16,16,30,649.0,103.0,396.0,26.0,5.0,1.9,30.35,393.79533546346215,36.89308578280792,35.71169977641754
-1999,8,16,17,30,490.0,77.0,206.0,23.0,7.0,1.1,42.77,183.66819693131077,28.36068602581733,27.809681435023396
-1999,8,16,18,30,80.0,25.0,31.0,21.0,11.0,0.9,59.79,24.479848854278462,21.72417654371808,21.650736997155246
-1999,8,16,19,30,0.0,0.0,0.0,19.0,10.0,1.1,66.2,0.0,19.0,19.0
-1999,8,16,20,30,0.0,0.0,0.0,18.0,10.0,1.4,69.14,0.0,18.0,18.0
-1999,8,16,21,30,0.0,0.0,0.0,17.0,9.0,1.7000000000000002,71.41,0.0,17.0,17.0
-1999,8,16,22,30,0.0,0.0,0.0,17.0,9.0,1.9,69.3,0.0,17.0,17.0
-1999,8,16,23,30,0.0,0.0,0.0,16.0,8.0,2.0,71.83,0.0,16.0,16.0
-1999,8,17,0,30,0.0,0.0,0.0,16.0,8.0,1.9,70.21000000000001,0.0,16.0,16.0
-1999,8,17,1,30,0.0,0.0,0.0,16.0,8.0,1.7000000000000002,73.60000000000002,0.0,16.0,16.0
-1999,8,17,2,30,0.0,0.0,0.0,15.0,8.0,1.7000000000000002,72.10000000000002,0.0,15.0,15.0
-1999,8,17,3,30,0.0,0.0,0.0,15.0,7.0,1.6,70.60000000000002,0.0,15.0,15.0
-1999,8,17,4,30,0.0,0.0,0.0,15.0,7.0,1.6,69.26,0.0,15.0,15.0
-1999,8,17,5,30,0.0,8.0,8.0,17.0,7.0,2.0,65.13,7.819077862357725,17.2148488939258,17.191391660338727
-1999,8,17,6,30,0.0,76.0,76.0,19.0,7.0,2.6,54.99,74.28123969239839,20.96105819969013,20.738214480612935
-1999,8,17,7,30,0.0,27.0,27.0,22.0,7.0,2.4000000000000004,45.75,26.389387785457323,22.706024402384124,22.626856239027752
-1999,8,17,8,30,579.0,182.0,524.0,25.0,7.0,2.0,37.98,539.7360123276646,39.83060883928242,38.21140080229942
-1999,8,17,9,30,439.0,298.0,621.0,26.0,7.0,1.8,35.78,641.7888468915994,43.87218517491665,41.94681863424185
-1999,8,17,10,30,896.0,110.0,857.0,27.0,7.0,1.5,33.83,934.4998025744839,53.55181049013025,50.7483110824068
-1999,8,17,11,30,87.0,448.0,526.0,28.0,7.0,1.1,31.72,524.0076442429647,43.294103730790475,41.72208079806158
-1999,8,17,12,30,426.0,438.0,819.0,28.0,7.0,0.8,31.63,851.9943867884255,53.37467319526331,50.81869003489804
-1999,8,17,13,30,0.0,36.0,36.0,27.0,8.0,0.9,34.06,35.185850380609764,28.040887452700023,27.935329901558195
-1999,8,17,14,30,0.0,23.0,23.0,26.0,8.0,1.4,37.27,22.47984885427846,26.64301744705975,26.575577900496917
-1999,8,17,15,30,0.0,24.0,24.0,25.0,9.0,1.9,43.67,23.457233587073173,25.648869183253847,25.578497482492626
-1999,8,17,16,30,6.0,142.0,145.0,23.0,9.0,2.2,52.2,141.4881421528648,26.836182207394366,26.41171778093577
-1999,8,17,17,30,0.0,76.0,76.0,21.0,11.0,2.4000000000000004,65.47,74.28123969239839,22.98732794745161,22.764484228374418
-1999,8,17,18,30,51.0,23.0,26.0,19.0,12.0,2.6,78.73,22.502464121483744,19.594075192624775,19.526567800260324
-1999,8,17,19,30,0.0,0.0,0.0,17.0,12.0,2.5,84.41,0.0,17.0,17.0
-1999,8,17,20,30,0.0,0.0,0.0,16.0,12.0,2.0,89.41,0.0,16.0,16.0
-1999,8,17,21,30,0.0,0.0,0.0,16.0,11.0,1.1,92.16,0.0,16.0,16.0
-1999,8,17,22,30,0.0,0.0,0.0,15.0,11.0,0.30000000000000004,90.98,0.0,15.0,15.0
-1999,8,17,23,30,0.0,0.0,0.0,14.0,11.0,0.5,94.95,0.0,14.0,14.0
-1999,8,18,0,30,0.0,0.0,0.0,14.0,10.0,0.9,91.67,0.0,14.0,14.0
-1999,8,18,1,30,0.0,0.0,0.0,13.0,10.0,1.1,93.83,0.0,13.0,13.0
-1999,8,18,2,30,0.0,0.0,0.0,13.0,9.0,1.2000000000000002,89.01,0.0,13.0,13.0
-1999,8,18,3,30,0.0,0.0,0.0,13.0,8.0,1.3,88.91,0.0,13.0,13.0
-1999,8,18,4,30,0.0,0.0,0.0,13.0,7.0,1.2000000000000002,82.73,0.0,13.0,13.0
-1999,8,18,5,30,165.0,14.0,19.0,15.0,6.0,1.7000000000000002,69.33,13.721078371134826,15.384663710863979,15.343500475750574
-1999,8,18,6,30,614.0,50.0,190.0,18.0,7.0,2.2,55.29,159.70758089393348,22.330167679701194,21.851044937019395
-1999,8,18,7,30,790.0,69.0,400.0,21.0,5.0,2.4000000000000004,39.9,394.3624818799792,31.550814511334362,30.367727065694424
-1999,8,18,8,30,880.0,81.0,600.0,23.0,3.0,2.5,32.6,628.7545929635473,39.710167976378706,37.82390419748806
-1999,8,18,9,30,931.0,89.0,769.0,25.0,3.0,2.6,29.92,829.9957782309408,46.912262549039646,44.422275214346826
-1999,8,18,10,30,959.0,94.0,891.0,26.0,3.0,2.7,27.3,976.6205818108295,51.612464368300124,48.682602622867634
-1999,8,18,11,30,971.0,97.0,957.0,27.0,2.0,2.9000000000000004,24.96,1055.6180933527712,54.31920575283465,51.15235147277633
-1999,8,18,12,30,970.0,98.0,960.0,27.0,2.0,3.0,23.05,1060.2419321436653,54.25761434361798,51.07688854718698
-1999,8,18,13,30,955.0,97.0,901.0,28.0,2.0,3.2,22.8,989.2472064914117,53.09796518524275,50.13022356576852
-1999,8,18,14,30,924.0,94.0,785.0,27.0,2.0,3.4000000000000004,22.92,849.8600440349469,48.27855310810908,45.728972976004236
-1999,8,18,15,30,870.0,88.0,620.0,26.0,2.0,3.4000000000000004,23.99,654.5003875590883,42.387193813504375,40.42369265082711
-1999,8,18,16,30,779.0,77.0,423.0,25.0,2.0,3.0,25.27,423.7294327281519,35.89360184047027,34.62241354228581
-1999,8,18,17,30,608.0,59.0,215.0,22.0,3.0,2.1,33.62,189.11629395379856,27.16185899803774,26.594510116176345
-1999,8,18,18,30,104.0,21.0,28.0,19.0,6.0,1.5,54.07,20.57784834550136,19.584675489560464,19.52294194452396
-1999,8,18,19,30,0.0,0.0,0.0,17.0,6.0,1.8,60.67,0.0,17.0,17.0
-1999,8,18,20,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,61.9,0.0,16.0,16.0
-1999,8,18,21,30,0.0,0.0,0.0,16.0,7.0,3.0,64.41,0.0,16.0,16.0
-1999,8,18,22,30,0.0,0.0,0.0,16.0,8.0,3.8,67.77,0.0,16.0,16.0
-1999,8,18,23,30,0.0,0.0,0.0,15.0,8.0,4.2,75.22,0.0,15.0,15.0
-1999,8,19,0,30,0.0,0.0,0.0,15.0,8.0,4.0,81.38,0.0,15.0,15.0
-1999,8,19,1,30,0.0,0.0,0.0,14.0,8.0,3.6,80.29,0.0,14.0,14.0
-1999,8,19,2,30,0.0,0.0,0.0,14.0,8.0,3.0,83.54,0.0,14.0,14.0
-1999,8,19,3,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,81.65,0.0,14.0,14.0
-1999,8,19,4,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,79.56,0.0,14.0,14.0
-1999,8,19,5,30,0.0,17.0,17.0,15.0,7.0,3.2,68.86,16.615540457510164,15.42154908621438,15.37170246484185
-1999,8,19,6,30,561.0,55.0,182.0,19.0,8.0,4.1000000000000005,58.26,154.55839891050286,22.69558105232082,22.23190585558931
-1999,8,19,7,30,739.0,79.0,386.0,22.0,9.0,4.6000000000000005,49.15,382.5800075608187,30.853266544241734,29.70552652155928
-1999,8,19,8,30,830.0,94.0,581.0,25.0,7.0,4.4,37.78,609.8614922720126,39.29841372153037,37.468829244714335
-1999,8,19,9,30,880.0,105.0,745.0,27.0,7.0,3.7,33.74,804.5891907241196,46.75057476975631,44.33680719758395
-1999,8,19,10,30,690.0,260.0,833.0,28.0,6.0,3.2,30.88,890.4093717698216,50.59037302976389,47.91914491445442
-1999,8,19,11,30,9.0,149.0,157.0,29.0,6.0,3.2,29.03,154.53115113239303,32.92057458005059,32.45698112665341
-1999,8,19,12,30,25.0,342.0,365.0,29.0,6.0,3.4000000000000004,27.73,359.1090642808435,37.99127020917937,36.91394301633684
-1999,8,19,13,30,12.0,186.0,196.0,28.0,7.0,3.7,30.29,193.0187461002021,32.738108864457516,32.15905262615691
-1999,8,19,14,30,0.0,26.0,26.0,27.0,7.0,3.8,33.6,25.412003052662605,27.61970731091558,27.54347130175759
-1999,8,19,15,30,0.0,27.0,27.0,26.0,8.0,3.6,39.74,26.389387785457323,26.652071628885672,26.5729034655293
-1999,8,19,16,30,348.0,170.0,323.0,24.0,9.0,2.8000000000000003,47.48,321.0391107681856,32.36373123140739,31.400613899102837
-1999,8,19,17,30,0.0,7.0,7.0,21.0,10.0,2.0,59.58,6.8416931295630095,21.187992782185074,21.167467702796383
-1999,8,19,18,30,0.0,17.0,17.0,19.0,12.0,2.3000000000000003,73.91,16.615540457510164,19.447505165827465,19.397658544454934
-1999,8,19,19,30,0.0,0.0,0.0,17.0,12.0,3.1,83.35000000000002,0.0,17.0,17.0
-1999,8,19,20,30,0.0,0.0,0.0,16.0,11.0,3.4000000000000004,86.84,0.0,16.0,16.0
-1999,8,19,21,30,0.0,0.0,0.0,16.0,11.0,3.0,84.72,0.0,16.0,16.0
-1999,8,19,22,30,0.0,0.0,0.0,16.0,11.0,2.5,87.68,0.0,16.0,16.0
-1999,8,19,23,30,0.0,0.0,0.0,15.0,10.0,2.3000000000000003,85.32000000000002,0.0,15.0,15.0
-1999,8,20,0,30,0.0,0.0,0.0,15.0,10.0,2.4000000000000004,83.27,0.0,15.0,15.0
-1999,8,20,1,30,0.0,0.0,0.0,15.0,9.0,2.4000000000000004,81.37,0.0,15.0,15.0
-1999,8,20,2,30,0.0,0.0,0.0,15.0,9.0,2.2,85.05,0.0,15.0,15.0
-1999,8,20,3,30,0.0,0.0,0.0,14.0,9.0,2.0,83.5,0.0,14.0,14.0
-1999,8,20,4,30,0.0,0.0,0.0,14.0,9.0,1.9,82.32000000000002,0.0,14.0,14.0
-1999,8,20,5,30,121.0,12.0,15.0,16.0,9.0,2.5,77.34,11.751232060741872,16.31230795585741,16.277054259675186
-1999,8,20,6,30,548.0,53.0,175.0,20.0,9.0,3.0,62.2,149.80802413102793,23.85139393523785,23.40196986284477
-1999,8,20,7,30,347.0,156.0,300.0,23.0,9.0,3.0,51.63,295.6561034196568,30.600982191919044,29.714013881660073
-1999,8,20,8,30,187.0,273.0,383.0,25.0,8.0,2.9000000000000004,40.45,383.4509475535566,34.92364132284179,33.77328848018112
-1999,8,20,9,30,410.0,305.0,602.0,26.0,8.0,2.7,38.04,624.9890618238078,42.39071546788294,40.515748282411515
-1999,8,20,10,30,102.0,417.0,501.0,26.0,9.0,2.4000000000000004,38.69,501.58013906154315,39.41932676906683,37.9145863518822
-1999,8,20,11,30,473.0,414.0,831.0,26.0,9.0,2.0,39.49,872.1221511171544,49.96375670304539,47.34739024969393
-1999,8,20,12,30,96.0,451.0,537.0,26.0,9.0,1.7000000000000002,43.41,536.1025363908819,41.02937199786956,39.42106438869691
-1999,8,20,13,30,70.0,404.0,463.0,25.0,10.0,1.5,45.06,460.2687087430274,38.07754961040535,36.69674348417627
-1999,8,20,14,30,363.0,316.0,585.0,24.0,10.0,1.3,49.0,605.5406928238291,41.437709606465454,39.621087527993964
-1999,8,20,15,30,3.0,139.0,142.0,23.0,11.0,1.3,52.86,137.8143547836166,26.968629568249785,26.555186503898934
-1999,8,20,16,30,0.0,74.0,74.0,22.0,11.0,1.4,60.86,72.32647022680895,24.068838742713986,23.85185933203356
-1999,8,20,17,30,0.0,4.0,4.0,20.0,11.0,1.8,66.86,3.9095389311788624,20.108870704227705,20.097142087434168
-1999,8,20,18,30,0.0,14.0,14.0,19.0,12.0,2.5,78.21000000000002,13.683386259126019,19.36365807174139,19.322607912964013
-1999,8,20,19,30,0.0,0.0,0.0,18.0,12.0,3.2,83.49,0.0,18.0,18.0
-1999,8,20,20,30,0.0,0.0,0.0,17.0,11.0,3.6,82.07000000000002,0.0,17.0,17.0
-1999,8,20,21,30,0.0,0.0,0.0,17.0,11.0,4.0,84.15,0.0,17.0,17.0
-1999,8,20,22,30,0.0,0.0,0.0,16.0,10.0,4.4,80.15,0.0,16.0,16.0
-1999,8,20,23,30,0.0,0.0,0.0,16.0,9.0,4.5,81.76,0.0,16.0,16.0
-1999,8,21,0,30,0.0,0.0,0.0,16.0,9.0,4.0,79.27,0.0,16.0,16.0
-1999,8,21,1,30,0.0,0.0,0.0,15.0,9.0,3.3000000000000003,77.92,0.0,15.0,15.0
-1999,8,21,2,30,0.0,0.0,0.0,15.0,9.0,2.5,77.27,0.0,15.0,15.0
-1999,8,21,3,30,0.0,0.0,0.0,15.0,9.0,2.0,82.53,0.0,15.0,15.0
-1999,8,21,4,30,0.0,0.0,0.0,15.0,9.0,1.6,82.14,0.0,15.0,15.0
-1999,8,21,5,30,101.0,11.0,14.0,16.0,9.0,1.9,72.84,10.773847327947157,16.298023954539943,16.265702412556102
-1999,8,21,6,30,531.0,54.0,170.0,19.0,9.0,2.2,62.95,147.30429341481698,22.993876100657232,22.55196322041278
-1999,8,21,7,30,475.0,132.0,327.0,22.0,9.0,1.9,49.88,324.72748867773214,30.982545174231827,30.008362708198632
-1999,8,21,8,30,392.0,239.0,467.0,24.0,8.0,1.6,43.02,477.88098523932086,37.48722302064294,36.05358006492498
-1999,8,21,9,30,656.0,223.0,697.0,25.0,8.0,1.6,40.58,740.7077531743965,45.90497627809868,43.68285301857549
-1999,8,21,10,30,875.0,118.0,839.0,26.0,9.0,1.6,38.73,921.3980070661636,52.00459276665684,49.24039874545835
-1999,8,21,11,30,0.0,53.0,53.0,27.0,9.0,1.3,36.82,51.801390838119936,28.4917207404077,28.33631656789334
-1999,8,21,12,30,16.0,237.0,252.0,27.0,9.0,1.0,39.5,247.51491259814898,34.27296195169303,33.53041721389858
-1999,8,21,13,30,126.0,404.0,509.0,26.0,9.0,0.7000000000000001,40.09,512.4332545126588,41.36495331251816,39.82765354898019
-1999,8,21,14,30,794.0,138.0,724.0,25.0,9.0,0.7000000000000001,43.35,782.5687890804628,48.464778685158784,46.1170723179174
-1999,8,21,15,30,43.0,250.0,276.0,24.0,10.0,0.7000000000000001,47.06,272.19657155699167,32.161624127571855,31.34503441290088
-1999,8,21,16,30,0.0,31.0,31.0,23.0,10.0,0.9,55.09,30.29892671663619,23.896319750936133,23.805422970786225
-1999,8,21,17,30,11.0,85.0,88.0,21.0,11.0,0.9,61.92,85.36995853449947,23.525461732908724,23.269351857305224
-1999,8,21,18,30,0.0,21.0,21.0,19.0,12.0,0.8,77.03,20.52507938868903,19.611291799419043,19.549716561252975
-1999,8,21,19,30,0.0,0.0,0.0,18.0,13.0,0.6000000000000001,84.56,0.0,18.0,18.0
-1999,8,21,20,30,0.0,0.0,0.0,17.0,12.0,0.6000000000000001,87.52,0.0,17.0,17.0
-1999,8,21,21,30,0.0,0.0,0.0,16.0,12.0,0.7000000000000001,90.84,0.0,16.0,16.0
-1999,8,21,22,30,0.0,0.0,0.0,15.0,12.0,0.9,94.31,0.0,15.0,15.0
-1999,8,21,23,30,0.0,0.0,0.0,15.0,11.0,1.1,97.86,0.0,15.0,15.0
-1999,8,22,0,30,0.0,0.0,0.0,14.0,11.0,1.1,95.1,0.0,14.0,14.0
-1999,8,22,1,30,0.0,0.0,0.0,13.0,10.0,1.1,98.52,0.0,13.0,13.0
-1999,8,22,2,30,0.0,0.0,0.0,13.0,10.0,1.1,95.38,0.0,13.0,13.0
-1999,8,22,3,30,0.0,0.0,0.0,13.0,9.0,1.1,92.46,0.0,13.0,13.0
-1999,8,22,4,30,0.0,0.0,0.0,13.0,9.0,1.3,90.2,0.0,13.0,13.0
-1999,8,22,5,30,91.0,10.0,12.0,14.0,9.0,2.2,84.11,9.78892417275068,14.265408084166284,14.236041311648032
-1999,8,22,6,30,530.0,54.0,169.0,17.0,9.0,3.4000000000000004,71.0,146.70322628070852,20.673113489044834,20.233003810202707
-1999,8,22,7,30,719.0,77.0,371.0,20.0,9.0,4.1000000000000005,58.53,371.0871050264134,28.87290812898689,27.75964681390765
-1999,8,22,8,30,821.0,91.0,567.0,23.0,8.0,4.4,44.72,600.199201734159,37.07187797635131,35.27128037114883
-1999,8,22,9,30,882.0,99.0,735.0,25.0,7.0,4.5,39.08,799.2345156281053,43.616233520897026,41.21852997401271
-1999,8,22,10,30,919.0,103.0,858.0,26.0,6.0,4.5,32.4,946.8085632677871,48.053613762571466,45.213188072768105
-1999,8,22,11,30,937.0,104.0,924.0,27.0,5.0,4.4,28.93,1026.4783597379687,51.066140344511325,47.98670526529742
-1999,8,22,12,30,30.0,361.0,388.0,28.0,5.0,4.4,27.92,382.5649731525582,36.969368177556056,35.82167325809838
-1999,8,22,13,30,925.0,102.0,871.0,28.0,4.0,4.3,25.7,961.6363351516007,50.693908397831024,47.80899939237622
-1999,8,22,14,30,122.0,364.0,454.0,27.0,4.0,4.2,26.87,455.0885321421582,37.81032675495089,36.44506115852442
-1999,8,22,15,30,248.0,275.0,424.0,26.0,4.0,4.0,28.36,428.8975239873094,36.322705402760214,35.036012830798285
-1999,8,22,16,30,728.0,84.0,395.0,25.0,4.0,3.3000000000000003,30.27,400.9059054110397,35.10427956461675,33.901561848383636
-1999,8,22,17,30,534.0,63.0,190.0,22.0,5.0,1.9,38.88,171.23923285025265,26.736784529518875,26.22306683096812
-1999,8,22,18,30,127.0,17.0,22.0,19.0,8.0,1.0,57.12000000000001,16.653232569518973,19.48933749316126,19.439377795452703
-1999,8,22,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.54,0.0,18.0,18.0
-1999,8,22,20,30,0.0,0.0,0.0,17.0,7.0,0.9,63.74,0.0,17.0,17.0
-1999,8,22,21,30,0.0,0.0,0.0,16.0,6.0,1.0,65.54,0.0,16.0,16.0
-1999,8,22,22,30,0.0,0.0,0.0,15.0,6.0,1.2000000000000002,68.02,0.0,15.0,15.0
-1999,8,22,23,30,0.0,0.0,0.0,14.0,6.0,1.3,66.77,0.0,14.0,14.0
-1999,8,23,0,30,0.0,0.0,0.0,14.0,5.0,1.4,70.82000000000002,0.0,14.0,14.0
-1999,8,23,1,30,0.0,0.0,0.0,13.0,6.0,1.5,71.55,0.0,13.0,13.0
-1999,8,23,2,30,0.0,0.0,0.0,13.0,6.0,1.6,72.93,0.0,13.0,13.0
-1999,8,23,3,30,0.0,0.0,0.0,13.0,6.0,1.5,74.11,0.0,13.0,13.0
-1999,8,23,4,30,0.0,0.0,0.0,13.0,6.0,1.4,74.18,0.0,13.0,13.0
-1999,8,23,5,30,108.0,10.0,12.0,15.0,6.0,1.3,65.49,9.78892417275068,15.281890910234495,15.252524137716243
-1999,8,23,6,30,578.0,49.0,173.0,19.0,8.0,1.6,57.52,149.86339498776218,23.22959082546133,22.78000064049804
-1999,8,23,7,30,762.0,71.0,379.0,22.0,6.0,2.4000000000000004,42.75,382.45564055438746,32.2322576505414,31.084890728878236
-1999,8,23,8,30,853.0,85.0,577.0,24.0,5.0,2.8000000000000003,37.59,613.8621586982031,39.992375808038496,38.150789331943884
-1999,8,23,9,30,904.0,94.0,744.0,25.0,5.0,2.6,33.17,811.4694220283084,46.423158397143396,43.988750131058474
-1999,8,23,10,30,933.0,100.0,865.0,27.0,5.0,2.4000000000000004,30.82,956.2773873460028,52.584343843189856,49.715511681151845
-1999,8,23,11,30,946.0,104.0,930.0,28.0,5.0,2.2,28.32,1034.6894403524907,56.05363870684401,52.949570385786544
-1999,8,23,12,30,945.0,105.0,933.0,29.0,4.0,2.2,25.91,1038.0101248344315,57.14367275868865,54.02964238418536
-1999,8,23,13,30,929.0,104.0,873.0,29.0,4.0,2.5,23.74,966.0838632519634,54.675237707798516,51.77698611804263
-1999,8,23,14,30,893.0,102.0,755.0,29.0,4.0,2.8000000000000003,24.73,825.1399188230528,50.49659738599434,48.021177629525184
-1999,8,23,15,30,834.0,95.0,590.0,28.0,4.0,3.0,25.88,629.5258310792113,44.184393205623195,42.29581571238556
-1999,8,23,16,30,733.0,82.0,393.0,26.0,4.0,2.8000000000000003,27.71,399.31306410863607,36.40292921757415,35.204990025248236
-1999,8,23,17,30,536.0,61.0,187.0,23.0,6.0,1.9,37.67,168.17470467331339,27.65201417977376,27.14749006575382
-1999,8,23,18,30,0.0,14.0,14.0,20.0,8.0,1.3,53.32,13.683386259126019,20.39403944086241,20.352989282085034
-1999,8,23,19,30,0.0,0.0,0.0,18.0,7.0,1.4,58.27,0.0,18.0,18.0
-1999,8,23,20,30,0.0,0.0,0.0,17.0,7.0,1.6,65.73,0.0,17.0,17.0
-1999,8,23,21,30,0.0,0.0,0.0,16.0,7.0,1.7000000000000002,64.75,0.0,16.0,16.0
-1999,8,23,22,30,0.0,0.0,0.0,15.0,7.0,1.9,67.27,0.0,15.0,15.0
-1999,8,23,23,30,0.0,0.0,0.0,15.0,6.0,2.1,65.55,0.0,15.0,15.0
-1999,8,24,0,30,0.0,0.0,0.0,15.0,6.0,2.3000000000000003,68.7,0.0,15.0,15.0
-1999,8,24,1,30,0.0,0.0,0.0,14.0,6.0,2.5,68.55,0.0,14.0,14.0
-1999,8,24,2,30,0.0,0.0,0.0,14.0,6.0,2.6,74.21000000000002,0.0,14.0,14.0
-1999,8,24,3,30,0.0,0.0,0.0,14.0,6.0,2.7,74.71000000000002,0.0,14.0,14.0
-1999,8,24,4,30,0.0,0.0,0.0,14.0,6.0,2.7,74.28,0.0,14.0,14.0
-1999,8,24,5,30,0.0,0.0,0.0,15.0,6.0,3.2,64.72,0.0,15.0,15.0
-1999,8,24,6,30,522.0,55.0,165.0,19.0,7.0,3.5,52.69,145.43339036876066,22.617371969854428,22.181071798748146
-1999,8,24,7,30,713.0,80.0,367.0,23.0,7.0,2.7,41.45,370.70881983428933,32.72206260635561,31.60993614685274
-1999,8,24,8,30,809.0,97.0,562.0,26.0,6.0,2.0,31.56,597.8320619549446,42.42694439490709,40.63344820904226
-1999,8,24,9,30,862.0,110.0,727.0,28.0,5.0,2.2,27.44,793.270192071283,49.508014383229,47.128203807015154
-1999,8,24,10,30,890.0,119.0,846.0,29.0,5.0,2.5,25.81,934.77764516773,53.843224441021455,51.038891505518265
-1999,8,24,11,30,898.0,126.0,908.0,30.0,5.0,2.7,24.17,1008.174636087027,56.43998849166644,53.41546458340536
-1999,8,24,12,30,543.0,374.0,848.0,31.0,5.0,2.8000000000000003,22.77,902.4540891876977,54.51079104533341,51.80342877777032
-1999,8,24,13,30,422.0,368.0,716.0,31.0,5.0,2.7,24.14,751.7671594941228,50.71554761840049,48.46024613991813
-1999,8,24,14,30,364.0,327.0,592.0,30.0,5.0,2.4000000000000004,25.79,614.6648883662676,46.444807814543196,44.60081314944439
-1999,8,24,15,30,393.0,241.0,473.0,29.0,5.0,2.0,27.66,487.59157731412273,42.39780891271064,40.93503418076827
-1999,8,24,16,30,225.0,177.0,272.0,28.0,6.0,1.3,29.96,270.39530412302474,35.78655315510064,34.975367242731565
-1999,8,24,17,30,39.0,87.0,96.0,25.0,8.0,0.7000000000000001,42.17,92.81781241199616,27.783077291962048,27.50462385472606
-1999,8,24,18,30,0.0,8.0,8.0,22.0,11.0,0.6000000000000001,57.55,7.819077862357725,22.236037981458892,22.21258074787182
-1999,8,24,19,30,0.0,0.0,0.0,20.0,10.0,1.1,62.58,0.0,20.0,20.0
-1999,8,24,20,30,0.0,0.0,0.0,19.0,10.0,2.3000000000000003,65.38,0.0,19.0,19.0
-1999,8,24,21,30,0.0,0.0,0.0,18.0,9.0,3.6,67.46000000000001,0.0,18.0,18.0
-1999,8,24,22,30,0.0,0.0,0.0,18.0,9.0,4.2,69.84,0.0,18.0,18.0
-1999,8,24,23,30,0.0,0.0,0.0,17.0,8.0,4.0,66.31,0.0,17.0,17.0
-1999,8,25,0,30,0.0,0.0,0.0,17.0,8.0,3.4000000000000004,63.61,0.0,17.0,17.0
-1999,8,25,1,30,0.0,0.0,0.0,17.0,7.0,2.7,66.58,0.0,17.0,17.0
-1999,8,25,2,30,0.0,0.0,0.0,16.0,7.0,2.2,66.33,0.0,16.0,16.0
-1999,8,25,3,30,0.0,0.0,0.0,16.0,7.0,2.1,70.49,0.0,16.0,16.0
-1999,8,25,4,30,0.0,0.0,0.0,16.0,7.0,2.1,69.98,0.0,16.0,16.0
-1999,8,25,5,30,0.0,0.0,0.0,17.0,7.0,2.7,65.66,0.0,17.0,17.0
-1999,8,25,6,30,475.0,58.0,157.0,20.0,8.0,3.1,56.5,139.74364855132114,23.568938669189752,23.149707723535787
-1999,8,25,7,30,669.0,87.0,355.0,23.0,8.0,3.1,48.11,359.1117081613651,32.171419775441116,31.094084650957022
-1999,8,25,8,30,766.0,108.0,546.0,26.0,8.0,3.2,38.92,581.4748235051179,40.7524650872525,39.00804061673715
-1999,8,25,9,30,819.0,124.0,708.0,27.0,8.0,3.2,33.980000000000004,772.3481536790922,46.595068800522974,44.2780243394857
-1999,8,25,10,30,569.0,320.0,783.0,28.0,7.0,3.0,31.87,835.6934449603584,49.48472809989973,46.97764776501866
-1999,8,25,11,30,10.0,159.0,168.0,28.0,8.0,2.5,32.09,165.25414223307143,32.39189551282864,31.896133086129424
-1999,8,25,12,30,0.0,93.0,93.0,28.0,8.0,1.9,32.730000000000004,90.89678014990855,30.514368085108657,30.241677744658933
-1999,8,25,13,30,0.0,68.0,68.0,27.0,8.0,1.0,35.62,66.46216183004066,28.95291980246028,28.753533316970156
-1999,8,25,14,30,10.0,185.0,193.0,26.0,9.0,1.2000000000000002,41.36,188.9096549966603,31.47670413555842,30.90997517056844
-1999,8,25,15,30,0.0,88.0,88.0,24.0,9.0,2.5,49.0,86.00985648593499,26.285850736660183,26.02782116720238
-1999,8,25,16,30,0.0,10.0,10.0,21.0,10.0,3.5,59.23,9.773847327947157,21.243105391905566,21.213783849921725
-1999,8,25,17,30,0.0,3.0,3.0,19.0,11.0,3.3000000000000003,71.11,2.9321541983841466,19.07390089631297,19.065104433717817
-1999,8,25,18,30,0.0,0.0,0.0,18.0,11.0,2.0,81.97,0.0,18.0,18.0
-1999,8,25,19,30,0.0,0.0,0.0,17.0,11.0,0.9,79.62,0.0,17.0,17.0
-1999,8,25,20,30,0.0,0.0,0.0,17.0,10.0,0.5,76.35000000000002,0.0,17.0,17.0
-1999,8,25,21,30,0.0,0.0,0.0,17.0,10.0,0.5,80.4,0.0,17.0,17.0
-1999,8,25,22,30,0.0,0.0,0.0,16.0,10.0,0.5,79.09,0.0,16.0,16.0
-1999,8,25,23,30,0.0,0.0,0.0,16.0,10.0,0.8,77.60000000000002,0.0,16.0,16.0
-1999,8,26,0,30,0.0,0.0,0.0,16.0,9.0,1.1,75.04,0.0,16.0,16.0
-1999,8,26,1,30,0.0,0.0,0.0,16.0,9.0,1.3,72.32000000000002,0.0,16.0,16.0
-1999,8,26,2,30,0.0,0.0,0.0,16.0,8.0,1.4,75.12,0.0,16.0,16.0
-1999,8,26,3,30,0.0,0.0,0.0,15.0,8.0,1.4,73.81,0.0,15.0,15.0
-1999,8,26,4,30,0.0,0.0,0.0,15.0,8.0,1.4,72.68,0.0,15.0,15.0
-1999,8,26,5,30,0.0,0.0,0.0,17.0,8.0,1.7000000000000002,68.07000000000001,0.0,17.0,17.0
-1999,8,26,6,30,484.0,56.0,156.0,20.0,9.0,2.1,56.11,138.99427182626982,23.79379702141061,23.3768142059318
-1999,8,26,7,30,688.0,82.0,356.0,24.0,8.0,2.3000000000000003,45.1,361.60844253699406,33.73917438652959,32.65434905891861
-1999,8,26,8,30,792.0,99.0,550.0,26.0,7.0,2.2,34.63,588.4438477871656,41.95453714059596,40.18920559723446
-1999,8,26,9,30,848.0,111.0,713.0,28.0,7.0,2.2,32.51,782.2675343960889,49.209698220719574,46.86289561753131
-1999,8,26,10,30,875.0,121.0,830.0,29.0,7.0,2.2,31.48,921.8698336751876,53.99474938088832,51.22913987986276
-1999,8,26,11,30,878.0,131.0,890.0,29.0,8.0,2.1,30.47,991.9152864958628,56.073959307497375,53.09821344800979
-1999,8,26,12,30,866.0,138.0,889.0,29.0,8.0,2.0,31.21,989.2556429451973,56.18229495064039,53.214528021804796
-1999,8,26,13,30,489.0,359.0,759.0,29.0,8.0,1.7000000000000002,33.62,803.7922561629309,51.53392216385905,49.12254539537026
-1999,8,26,14,30,176.0,359.0,486.0,28.0,8.0,1.5,35.84,492.89550883333226,42.004570258789165,40.52588373228917
-1999,8,26,15,30,61.0,254.0,290.0,27.0,8.0,1.4,38.29,287.10450831908247,35.21238653228514,34.35107300732789
-1999,8,26,16,30,35.0,159.0,173.0,26.0,9.0,1.0,41.57,170.3660606517392,31.006025148034624,30.494926966079408
-1999,8,26,17,30,191.0,81.0,123.0,24.0,10.0,0.6000000000000001,52.54,116.15458244133943,27.506410047231185,27.157946299907167
-1999,8,26,18,30,0.0,8.0,8.0,22.0,13.0,0.5,68.42,7.819077862357725,22.237638330876617,22.214181097289543
-1999,8,26,19,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,69.17,0.0,20.0,20.0
-1999,8,26,20,30,0.0,0.0,0.0,19.0,11.0,0.9,72.11,0.0,19.0,19.0
-1999,8,26,21,30,0.0,0.0,0.0,19.0,11.0,1.1,75.58,0.0,19.0,19.0
-1999,8,26,22,30,0.0,0.0,0.0,18.0,11.0,1.4,74.21000000000002,0.0,18.0,18.0
-1999,8,26,23,30,0.0,0.0,0.0,17.0,11.0,1.4,77.52,0.0,17.0,17.0
-1999,8,27,0,30,0.0,0.0,0.0,17.0,10.0,1.4,76.51,0.0,17.0,17.0
-1999,8,27,1,30,0.0,0.0,0.0,17.0,10.0,1.3,81.05,0.0,17.0,17.0
-1999,8,27,2,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,80.10000000000002,0.0,16.0,16.0
-1999,8,27,3,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,78.23,0.0,16.0,16.0
-1999,8,27,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,76.2,0.0,16.0,16.0
-1999,8,27,5,30,0.0,0.0,0.0,17.0,9.0,1.5,70.85000000000002,0.0,17.0,17.0
-1999,8,27,6,30,46.0,74.0,84.0,21.0,11.0,2.1,61.88,80.30445310420333,23.191880219161337,22.950966859848727
-1999,8,27,7,30,52.0,158.0,179.0,24.0,10.0,2.8000000000000003,49.45,175.67293907658566,28.57664252667613,28.049623709446376
-1999,8,27,8,30,496.0,195.0,477.0,26.0,10.0,3.4000000000000004,41.59,498.2692849037336,38.475524076441516,36.98071622173032
-1999,8,27,9,30,502.0,273.0,629.0,27.0,9.0,3.7,38.76,665.4327708122785,43.334646109706966,41.33834779727013
-1999,8,27,10,30,831.0,140.0,812.0,28.0,9.0,4.0,38.7,899.494185389514,49.649025624933365,46.95054306876482
-1999,8,27,11,30,489.0,394.0,815.0,27.0,10.0,4.3,39.07,865.7934102146091,47.43208604400183,44.834705813358
-1999,8,27,12,30,114.0,446.0,545.0,27.0,10.0,4.5,39.69,548.2526724463028,39.77021897721121,38.1254609598723
-1999,8,27,13,30,13.0,202.0,213.0,26.0,10.0,4.6000000000000005,42.89,209.45532198256,30.84699607395661,30.21863010800893
-1999,8,27,14,30,464.0,286.0,618.0,26.0,10.0,4.6000000000000005,46.4,653.0241416194851,41.111601942929276,39.15252951807082
-1999,8,27,15,30,297.0,256.0,428.0,25.0,11.0,4.1000000000000005,50.27,438.6464995001562,35.488292474861254,34.172352976360784
-1999,8,27,16,30,28.0,153.0,164.0,24.0,11.0,2.7,55.96,161.4323044938717,28.233659646078138,27.749362732596524
-1999,8,27,17,30,0.0,2.0,2.0,22.0,13.0,1.1,65.96000000000001,1.9547694655894312,22.05705345581303,22.051189147416263
-1999,8,27,18,30,0.0,0.0,0.0,20.0,13.0,0.4,76.31,0.0,20.0,20.0
-1999,8,27,19,30,0.0,0.0,0.0,19.0,13.0,0.6000000000000001,79.0,0.0,19.0,19.0
-1999,8,27,20,30,0.0,0.0,0.0,18.0,13.0,1.3,84.64,0.0,18.0,18.0
-1999,8,27,21,30,0.0,0.0,0.0,17.0,13.0,1.6,90.51,0.0,17.0,17.0
-1999,8,27,22,30,0.0,0.0,0.0,16.0,13.0,0.9,96.08,0.0,16.0,16.0
-1999,8,27,23,30,0.0,0.0,0.0,15.0,13.0,0.7000000000000001,100.0,0.0,15.0,15.0
-1999,8,28,0,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
-1999,8,28,1,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
-1999,8,28,2,30,0.0,0.0,0.0,13.0,11.0,0.9,100.0,0.0,13.0,13.0
-1999,8,28,3,30,0.0,0.0,0.0,13.0,10.0,1.1,99.1,0.0,13.0,13.0
-1999,8,28,4,30,0.0,0.0,0.0,13.0,10.0,1.5,96.54,0.0,13.0,13.0
-1999,8,28,5,30,0.0,0.0,0.0,14.0,10.0,2.1,87.94,0.0,14.0,14.0
-1999,8,28,6,30,66.0,74.0,88.0,16.0,10.0,2.4000000000000004,78.9,83.72219696811803,18.23991229206446,17.988745701160106
-1999,8,28,7,30,0.0,94.0,94.0,19.0,10.0,1.8,67.21000000000001,91.87416488270327,21.558461549351037,21.282839054702926
-1999,8,28,8,30,355.0,236.0,437.0,22.0,10.0,0.9,55.31,450.6943792051385,35.33269252391238,33.98060938629696
-1999,8,28,9,30,438.0,286.0,595.0,24.0,10.0,0.8,50.17,627.0764106020051,42.67601387312426,40.794784641318245
-1999,8,28,10,30,165.0,415.0,548.0,25.0,10.0,1.2000000000000002,47.23,556.9323240180835,41.146096726659756,39.47529975460551
-1999,8,28,11,30,19.0,293.0,310.0,24.0,10.0,1.7000000000000002,48.35,305.0391862173978,32.55162416214722,31.63650660349503
-1999,8,28,12,30,14.0,214.0,226.0,23.0,11.0,2.0,53.24,222.93828732433758,29.125791978096874,28.456977116123863
-1999,8,28,13,30,97.0,406.0,485.0,22.0,11.0,2.0,59.19,486.35706598408774,35.36388759891049,33.904816400958225
-1999,8,28,14,30,0.0,70.0,70.0,21.0,12.0,1.9,65.3,68.4169312956301,22.89253511782372,22.68728432393683
-1999,8,28,15,30,0.0,72.0,72.0,20.0,12.0,1.8,71.33,70.37170076121953,21.95967267609867,21.74855757381501
-1999,8,28,16,30,0.0,55.0,55.0,19.0,13.0,1.9,77.33,53.75616030370936,20.486991878290066,20.325723397378937
-1999,8,28,17,30,392.0,62.0,145.0,18.0,13.0,1.9,89.28,134.0945239616035,21.7092952124469,21.307011640562088
-1999,8,28,18,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.18,0.0,16.0,16.0
-1999,8,28,19,30,0.0,0.0,0.0,16.0,12.0,1.8,90.22,0.0,16.0,16.0
-1999,8,28,20,30,0.0,0.0,0.0,15.0,11.0,1.8,92.05,0.0,15.0,15.0
-1999,8,28,21,30,0.0,0.0,0.0,15.0,10.0,1.6,87.47,0.0,15.0,15.0
-1999,8,28,22,30,0.0,0.0,0.0,15.0,10.0,1.4,84.15,0.0,15.0,15.0
-1999,8,28,23,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,82.29,0.0,15.0,15.0
-1999,8,29,0,30,0.0,0.0,0.0,15.0,9.0,1.1,86.08,0.0,15.0,15.0
-1999,8,29,1,30,0.0,0.0,0.0,14.0,9.0,1.1,88.94,0.0,14.0,14.0
-1999,8,29,2,30,0.0,0.0,0.0,13.0,8.0,1.2000000000000002,86.10000000000002,0.0,13.0,13.0
-1999,8,29,3,30,0.0,0.0,0.0,12.0,8.0,1.5,89.33,0.0,12.0,12.0
-1999,8,29,4,30,0.0,0.0,0.0,12.0,7.0,1.8,87.28,0.0,12.0,12.0
-1999,8,29,5,30,0.0,0.0,0.0,14.0,7.0,2.5,75.01,0.0,14.0,14.0
-1999,8,29,6,30,573.0,46.0,159.0,18.0,8.0,3.0,59.34,143.41489976756287,21.68703397826295,21.256789278960262
-1999,8,29,7,30,771.0,66.0,366.0,22.0,7.0,2.4000000000000004,45.65,378.55889330289153,32.12800367269825,30.99232699278957
-1999,8,29,8,30,863.0,79.0,564.0,25.0,5.0,1.6,33.21,611.639811088201,42.26229499656542,40.42737556330082
-1999,8,29,9,30,909.0,90.0,729.0,26.0,4.0,0.9,29.06,808.7180639640566,49.92394887280975,47.497794680917586
-1999,8,29,10,30,327.0,388.0,651.0,27.0,4.0,0.4,26.75,678.8761503571911,47.7724767650928,45.735848314021226
-1999,8,29,11,30,936.0,105.0,906.0,28.0,4.0,0.4,25.2,1020.9906906662933,59.24061051206874,56.17763844006986
-1999,8,29,12,30,405.0,394.0,742.0,29.0,4.0,0.8,23.93,783.1640418603844,52.32472129939477,49.97522917381362
-1999,8,29,13,30,449.0,358.0,721.0,29.0,4.0,1.0,24.15,763.6163964845807,51.43805409146418,49.14720490201044
-1999,8,29,14,30,4.0,134.0,137.0,28.0,5.0,1.0,26.1,134.17435718232016,31.942570507920106,31.540047436373147
-1999,8,29,15,30,812.0,95.0,557.0,27.0,5.0,1.0,28.22,604.0734723411581,44.75005527645606,42.937834859432584
-1999,8,29,16,30,713.0,79.0,363.0,26.0,5.0,0.9,30.72,376.1127946897692,37.126378489015124,35.998040104945815
-1999,8,29,17,30,515.0,54.0,160.0,23.0,8.0,0.9,43.2,147.70911487565118,27.369613428704273,26.926486084077318
-1999,8,29,18,30,0.0,0.0,0.0,21.0,9.0,1.0,57.57,0.0,21.0,21.0
-1999,8,29,19,30,0.0,0.0,0.0,19.0,8.0,1.4,62.37000000000001,0.0,19.0,19.0
-1999,8,29,20,30,0.0,0.0,0.0,17.0,8.0,1.6,66.96000000000001,0.0,17.0,17.0
-1999,8,29,21,30,0.0,0.0,0.0,16.0,8.0,1.5,70.14,0.0,16.0,16.0
-1999,8,29,22,30,0.0,0.0,0.0,15.0,7.0,1.5,71.26,0.0,15.0,15.0
-1999,8,29,23,30,0.0,0.0,0.0,15.0,7.0,1.6,67.04,0.0,15.0,15.0
-1999,8,30,0,30,0.0,0.0,0.0,15.0,6.0,1.8,68.52,0.0,15.0,15.0
-1999,8,30,1,30,0.0,0.0,0.0,14.0,6.0,1.9,68.31,0.0,14.0,14.0
-1999,8,30,2,30,0.0,0.0,0.0,14.0,6.0,1.9,73.39,0.0,14.0,14.0
-1999,8,30,3,30,0.0,0.0,0.0,14.0,6.0,1.9,73.48,0.0,14.0,14.0
-1999,8,30,4,30,0.0,0.0,0.0,14.0,6.0,1.9,72.65,0.0,14.0,14.0
-1999,8,30,5,30,0.0,0.0,0.0,16.0,6.0,2.1,63.39,0.0,16.0,16.0
-1999,8,30,6,30,597.0,43.0,159.0,20.0,7.0,2.8000000000000003,52.87000000000001,144.16310195852034,23.755746255906125,23.323256950030565
-1999,8,30,7,30,786.0,62.0,366.0,24.0,7.0,2.9000000000000004,40.42,380.2930014817985,33.84191424840647,32.70103524396107
-1999,8,30,8,30,874.0,75.0,564.0,26.0,5.0,2.3000000000000003,31.0,614.0671839114403,42.538627658138346,40.696426106404026
-1999,8,30,9,30,920.0,84.0,728.0,28.0,5.0,1.6,27.94,811.0227987626404,50.88947604027354,48.45640764398562
-1999,8,30,10,30,941.0,91.0,844.0,29.0,5.0,1.2000000000000002,26.04,950.5197195866624,56.55663959728336,53.70508043852337
-1999,8,30,11,30,943.0,98.0,902.0,30.0,5.0,1.3,24.7,1020.0676805947437,59.37481197209463,56.3146089303104
-1999,8,30,12,30,929.0,104.0,897.0,30.0,5.0,1.7000000000000002,23.71,1013.5092895867532,58.41323646599873,55.37270859723847
-1999,8,30,13,30,29.0,321.0,345.0,30.0,5.0,2.2,25.77,340.4167789121748,39.2297543136193,38.20850397688278
-1999,8,30,14,30,573.0,251.0,655.0,29.0,6.0,2.5,28.5,703.0233828108428,47.683980919678554,45.574910771246024
-1999,8,30,15,30,781.0,100.0,542.0,28.0,7.0,2.7,31.76,587.4845725824687,43.407137595129115,41.64468387738171
-1999,8,30,16,30,460.0,128.0,309.0,26.0,8.0,2.3000000000000003,36.63,316.61299571859786,34.527315227242,33.577476240086206
-1999,8,30,17,30,0.0,56.0,56.0,23.0,11.0,1.5,53.06,54.733545036504076,24.555136460445034,24.39093582533552
-1999,8,30,18,30,0.0,0.0,0.0,21.0,12.0,1.0,67.12,0.0,21.0,21.0
-1999,8,30,19,30,0.0,0.0,0.0,20.0,12.0,1.1,71.89,0.0,20.0,20.0
-1999,8,30,20,30,0.0,0.0,0.0,20.0,12.0,1.4,76.64,0.0,20.0,20.0
-1999,8,30,21,30,0.0,0.0,0.0,19.0,12.0,1.7000000000000002,75.98,0.0,19.0,19.0
-1999,8,30,22,30,0.0,0.0,0.0,18.0,12.0,2.0,79.91,0.0,18.0,18.0
-1999,8,30,23,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,83.61,0.0,17.0,17.0
-1999,8,31,0,30,0.0,0.0,0.0,17.0,11.0,2.7,81.39,0.0,17.0,17.0
-1999,8,31,1,30,0.0,0.0,0.0,17.0,11.0,3.1,84.06,0.0,17.0,17.0
-1999,8,31,2,30,0.0,0.0,0.0,16.0,10.0,3.2,81.05,0.0,16.0,16.0
-1999,8,31,3,30,0.0,0.0,0.0,16.0,10.0,3.0,83.44,0.0,16.0,16.0
-1999,8,31,4,30,0.0,0.0,0.0,16.0,9.0,2.7,81.02,0.0,16.0,16.0
-1999,8,31,5,30,0.0,0.0,0.0,17.0,9.0,3.0,74.75,0.0,17.0,17.0
-1999,8,31,6,30,550.0,45.0,150.0,20.0,9.0,3.5,59.12000000000001,137.66877601025502,23.424242329776803,23.01123600174604
-1999,8,31,7,30,758.0,64.0,355.0,23.0,10.0,3.3000000000000003,49.92,370.40202361528753,32.33547135972315,31.22426528887729
-1999,8,31,8,30,856.0,75.0,551.0,26.0,9.0,2.7,39.45,602.4451232491225,41.799487068421335,39.992151698673965
-1999,8,31,9,30,907.0,82.0,715.0,28.0,8.0,1.8,35.13,798.2048415743341,50.22797233891637,47.83335781419337
-1999,8,31,10,30,931.0,88.0,831.0,29.0,8.0,1.2000000000000002,32.06,937.6987435234815,56.184945029166336,53.37184879859589
-1999,8,31,11,30,421.0,397.0,754.0,30.0,7.0,1.4,29.66,800.2188977713436,52.889598416315266,50.48894172300123
-1999,8,31,12,30,18.0,280.0,296.0,30.0,7.0,1.7000000000000002,27.77,291.31602301569643,38.16690200407957,37.29295393503248
-1999,8,31,13,30,197.0,412.0,570.0,29.0,7.0,1.8,29.43,583.5173107020167,45.24947127103514,43.49891933892909
-1999,8,31,14,30,606.0,236.0,661.0,28.0,7.0,1.6,31.93,713.4086284483602,48.13451376793203,45.994287882586946
-1999,8,31,15,30,793.0,93.0,538.0,27.0,8.0,1.1,35.04,586.1256117800747,44.10712811983533,42.34875128449511
-1999,8,31,16,30,515.0,115.0,316.0,25.0,9.0,0.5,41.91,325.2958019099679,34.88642813997318,33.91054073424327
-1999,8,31,17,30,134.0,73.0,100.0,23.0,11.0,0.6000000000000001,58.01,95.19243867854864,25.87361648922865,25.588039173193003
-1999,8,31,18,30,0.0,0.0,0.0,21.0,13.0,1.6,74.99,0.0,21.0,21.0
-1999,8,31,19,30,0.0,0.0,0.0,19.0,13.0,2.7,82.51,0.0,19.0,19.0
-1999,8,31,20,30,0.0,0.0,0.0,17.0,13.0,3.2,89.65,0.0,17.0,17.0
-1999,8,31,21,30,0.0,0.0,0.0,16.0,13.0,2.7,96.52,0.0,16.0,16.0
-1999,8,31,22,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
-1999,8,31,23,30,0.0,0.0,0.0,15.0,12.0,1.1,98.37,0.0,15.0,15.0
-1999,9,1,0,30,0.0,0.0,0.0,14.0,11.0,0.7000000000000001,100.0,0.0,14.0,14.0
-1999,9,1,1,30,0.0,0.0,0.0,14.0,11.0,0.5,97.42,0.0,14.0,14.0
-1999,9,1,2,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
-1999,9,1,3,30,0.0,0.0,0.0,13.0,10.0,0.9,98.18,0.0,13.0,13.0
-1999,9,1,4,30,0.0,0.0,0.0,13.0,10.0,1.2000000000000002,94.59,0.0,13.0,13.0
-1999,9,1,5,30,0.0,0.0,0.0,14.0,9.0,1.9,85.71000000000002,0.0,14.0,14.0
-1999,9,1,6,30,512.0,48.0,145.0,18.0,10.0,2.7,72.7,133.75710033576297,21.50786070881768,21.106589407810393
-1999,9,1,7,30,732.0,69.0,348.0,21.0,10.0,3.5,57.5,364.2835069439787,30.060841831151272,28.967991310319334
-1999,9,1,8,30,266.0,248.0,396.0,24.0,9.0,4.4,45.71,406.67296058455787,33.53458828517754,32.31456940342387
-1999,9,1,9,30,885.0,91.0,706.0,26.0,8.0,4.9,37.76,789.0042106313268,43.904748813992775,41.5377361820988
-1999,9,1,10,30,906.0,101.0,821.0,27.0,7.0,5.300000000000002,33.63,926.7793794721513,47.49186288184167,44.711524743425215
-1999,9,1,11,30,153.0,444.0,573.0,28.0,7.0,5.8000000000000025,32.4,583.5900469157724,40.49317265517735,38.742402514430026
-1999,9,1,12,30,394.0,388.0,722.0,27.0,6.0,6.1000000000000005,33.53,764.850131291232,43.060249250076694,40.765698856203
-1999,9,1,13,30,420.0,349.0,683.0,26.0,7.0,6.1000000000000005,36.08,725.8699830844919,41.2417478595516,39.06413791029813
-1999,9,1,14,30,0.0,56.0,56.0,24.0,7.0,5.9,39.01,54.733545036504076,25.164177411623943,24.99997677651443
-1999,9,1,15,30,348.0,231.0,425.0,23.0,7.0,5.300000000000002,42.4,442.19023358409754,32.777193833828875,31.450623133076583
-1999,9,1,16,30,10.0,131.0,135.0,22.0,8.0,4.1000000000000005,49.42,132.14250450817983,25.159604002817236,24.763176489292697
-1999,9,1,17,30,261.0,65.0,115.0,20.0,9.0,2.7,56.14,109.10529041749805,22.86135211079597,22.534036239543475
-1999,9,1,18,30,0.0,0.0,0.0,18.0,10.0,2.1,67.71000000000001,0.0,18.0,18.0
-1999,9,1,19,30,0.0,0.0,0.0,17.0,10.0,2.2,72.87,0.0,17.0,17.0
-1999,9,1,20,30,0.0,0.0,0.0,16.0,10.0,2.1,79.28,0.0,16.0,16.0
-1999,9,1,21,30,0.0,0.0,0.0,15.0,10.0,2.0,87.22,0.0,15.0,15.0
-1999,9,1,22,30,0.0,0.0,0.0,15.0,11.0,1.9,94.51,0.0,15.0,15.0
-1999,9,1,23,30,0.0,0.0,0.0,14.0,11.0,1.5,94.66,0.0,14.0,14.0
-1999,9,2,0,30,0.0,0.0,0.0,13.0,11.0,1.3,100.0,0.0,13.0,13.0
-1999,9,2,1,30,0.0,0.0,0.0,13.0,9.0,1.4,100.0,0.0,13.0,13.0
-1999,9,2,2,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
-1999,9,2,3,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
-1999,9,2,4,30,0.0,0.0,0.0,12.0,9.0,1.6,99.07,0.0,12.0,12.0
-1999,9,2,5,30,0.0,0.0,0.0,13.0,9.0,2.1,96.13,0.0,13.0,13.0
-1999,9,2,6,30,479.0,46.0,136.0,15.0,9.0,2.5,85.5,125.85871940130835,18.344898575730493,17.967322417526567
-1999,9,2,7,30,349.0,140.0,272.0,18.0,10.0,1.8,68.02,278.1460426611687,25.74565903441184,24.911220906428333
-1999,9,2,8,30,848.0,77.0,544.0,21.0,8.0,0.7000000000000001,50.54,598.4577653952742,38.94433820177684,37.148964905591015
-1999,9,2,9,30,908.0,83.0,711.0,24.0,7.0,0.6000000000000001,40.98,798.7556206872388,48.11239121861217,45.71612435655045
-1999,9,2,10,30,936.0,89.0,830.0,25.0,6.0,1.4,37.86,941.6567243877963,51.93531023484832,49.11034006168494
-1999,9,2,11,30,456.0,394.0,779.0,26.0,7.0,2.0,35.74,830.5435298709158,48.82127917014864,46.329648580535896
-1999,9,2,12,30,568.0,314.0,794.0,26.0,7.0,2.3000000000000003,33.94,861.9852218655474,49.21578648845049,46.62983082285385
-1999,9,2,13,30,547.0,289.0,723.0,26.0,7.0,2.5,36.45,782.555379839632,46.79767208745817,44.450005947939275
-1999,9,2,14,30,505.0,265.0,615.0,25.0,7.0,2.4000000000000004,39.18,659.0196224442179,42.631478944426284,40.65442007709363
-1999,9,2,15,30,114.0,255.0,318.0,24.0,7.0,2.1,42.11,319.82185418106013,32.72941871511575,31.769953152572565
-1999,9,2,16,30,0.0,6.0,6.0,22.0,8.0,1.4,46.3,5.864308396768293,22.167743681841674,22.15015075665137
-1999,9,2,17,30,261.0,63.0,112.0,19.0,9.0,1.1,62.96,106.28658177969643,22.102164681735264,21.783304936396174
-1999,9,2,18,30,0.0,0.0,0.0,17.0,11.0,1.6,77.4,0.0,17.0,17.0
-1999,9,2,19,30,0.0,0.0,0.0,15.0,11.0,2.1,88.48,0.0,15.0,15.0
-1999,9,2,20,30,0.0,0.0,0.0,15.0,11.0,1.9,94.08,0.0,15.0,15.0
-1999,9,2,21,30,0.0,0.0,0.0,14.0,10.0,1.4,91.43,0.0,14.0,14.0
-1999,9,2,22,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,93.26,0.0,14.0,14.0
-1999,9,2,23,30,0.0,0.0,0.0,13.0,9.0,1.4,88.41,0.0,13.0,13.0
-1999,9,3,0,30,0.0,0.0,0.0,13.0,8.0,1.9,88.72,0.0,13.0,13.0
-1999,9,3,1,30,0.0,0.0,0.0,12.0,7.0,2.3000000000000003,88.81,0.0,12.0,12.0
-1999,9,3,2,30,0.0,0.0,0.0,11.0,6.0,2.5,83.86,0.0,11.0,11.0
-1999,9,3,3,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.95,0.0,10.0,10.0
-1999,9,3,4,30,0.0,0.0,0.0,10.0,5.0,2.2,86.18,0.0,10.0,10.0
-1999,9,3,5,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,80.99,0.0,11.0,11.0
-1999,9,3,6,30,0.0,61.0,61.0,14.0,6.0,2.5,68.19,59.62046870047765,15.584510169730354,15.405648763628921
-1999,9,3,7,30,242.0,153.0,244.0,17.0,6.0,1.9,58.61,247.37654532724264,23.842879247751654,23.100749611769928
-1999,9,3,8,30,350.0,230.0,422.0,20.0,6.0,1.0,48.05,440.5271248525577,32.94442013254816,31.622838757990486
-1999,9,3,9,30,749.0,168.0,684.0,22.0,6.0,0.6000000000000001,43.39,755.635406209074,44.81070212372554,42.54379590509832
-1999,9,3,10,30,913.0,102.0,821.0,23.0,5.0,1.3,39.49,932.5246736479726,49.853842611479415,47.056268590535495
-1999,9,3,11,30,542.0,356.0,811.0,23.0,5.0,2.2,36.44,876.7632932068975,46.77177121926529,44.1414813396446
-1999,9,3,12,30,422.0,389.0,744.0,24.0,5.0,2.6,33.77,791.9589896174077,44.90807418991507,42.532197221062845
-1999,9,3,13,30,455.0,345.0,704.0,24.0,5.0,2.8000000000000003,33.46,752.2995574272725,43.59895568104709,41.34205700876527
-1999,9,3,14,30,376.0,303.0,562.0,23.0,5.0,2.8000000000000003,35.2,593.1007995302234,38.45149956506547,36.672197166474795
-1999,9,3,15,30,535.0,177.0,470.0,23.0,4.0,2.5,37.13,502.8067792520169,36.3629015755759,34.85448123781985
-1999,9,3,16,30,0.0,6.0,6.0,22.0,4.0,1.5,39.49,5.864308396768293,22.16662176361911,22.149028838428805
-1999,9,3,17,30,480.0,50.0,137.0,19.0,6.0,0.6000000000000001,49.4,129.4809232163645,22.908698223937197,22.520255454288105
-1999,9,3,18,30,0.0,0.0,0.0,16.0,8.0,0.8,69.57000000000001,0.0,16.0,16.0
-1999,9,3,19,30,0.0,0.0,0.0,14.0,8.0,1.9,80.15,0.0,14.0,14.0
-1999,9,3,20,30,0.0,0.0,0.0,13.0,8.0,2.7,87.02,0.0,13.0,13.0
-1999,9,3,21,30,0.0,0.0,0.0,12.0,8.0,2.5,99.37,0.0,12.0,12.0
-1999,9,3,22,30,0.0,0.0,0.0,11.0,8.0,1.8,95.84,0.0,11.0,11.0
-1999,9,3,23,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,97.7,0.0,10.0,10.0
-1999,9,4,0,30,0.0,0.0,0.0,9.0,6.0,0.9,99.74,0.0,9.0,9.0
-1999,9,4,1,30,0.0,0.0,0.0,9.0,6.0,0.8,100.0,0.0,9.0,9.0
-1999,9,4,2,30,0.0,0.0,0.0,8.0,5.0,0.7000000000000001,96.06,0.0,8.0,8.0
-1999,9,4,3,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,91.85,0.0,8.0,8.0
-1999,9,4,4,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,87.98,0.0,8.0,8.0
-1999,9,4,5,30,0.0,0.0,0.0,9.0,3.0,0.9,79.32000000000002,0.0,9.0,9.0
-1999,9,4,6,30,517.0,48.0,141.0,12.0,4.0,1.5,67.45,133.46653463499578,15.79216573897602,15.391766135071034
-1999,9,4,7,30,747.0,71.0,349.0,15.0,3.0,1.9,53.34,370.91256221389335,25.260107203560068,24.14736951691839
-1999,9,4,8,30,856.0,84.0,551.0,18.0,2.0,1.9,39.65,609.1632368938705,34.85054848963177,33.02305877895016
-1999,9,4,9,30,914.0,92.0,719.0,21.0,1.0,1.5,32.29,810.9633714559588,44.04178737546548,41.6088972610976
-1999,9,4,10,30,167.0,404.0,536.0,22.0,0.0,1.1,27.13,547.0487660306873,37.966600230730485,36.325453932638425
-1999,9,4,11,30,416.0,353.0,702.0,23.0,0.0,1.0,24.79,750.3909715539771,45.04943907305751,42.798266158395585
-1999,9,4,12,30,958.0,100.0,901.0,24.0,0.0,1.5,24.5,1030.9508824083741,53.29226135621137,50.19940870898625
-1999,9,4,13,30,483.0,338.0,717.0,24.0,0.0,2.3000000000000003,24.6,770.0437733632771,44.7395340148315,42.42940269474167
-1999,9,4,14,30,341.0,312.0,545.0,23.0,0.0,3.0,24.99,573.4375199325254,37.74242651097444,36.02211395117686
-1999,9,4,15,30,317.0,234.0,406.0,22.0,0.0,3.5,27.36,423.2455229892661,32.52740699605266,31.25767042708486
-1999,9,4,16,30,413.0,126.0,279.0,20.0,1.0,3.8,32.74,288.8252275108845,27.04340797907298,26.17693229654033
-1999,9,4,17,30,508.0,41.0,131.0,17.0,3.0,3.3000000000000003,44.88,123.6679657563346,20.11688025126069,19.745876353991687
-1999,9,4,18,30,0.0,0.0,0.0,14.0,4.0,2.4000000000000004,61.57,0.0,14.0,14.0
-1999,9,4,19,30,0.0,0.0,0.0,13.0,5.0,1.5,72.65,0.0,13.0,13.0
-1999,9,4,20,30,0.0,0.0,0.0,12.0,5.0,0.9,79.04,0.0,12.0,12.0
-1999,9,4,21,30,0.0,0.0,0.0,11.0,5.0,0.7000000000000001,79.87,0.0,11.0,11.0
-1999,9,4,22,30,0.0,0.0,0.0,11.0,5.0,0.6000000000000001,86.33,0.0,11.0,11.0
-1999,9,4,23,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,93.8,0.0,10.0,10.0
-1999,9,5,0,30,0.0,0.0,0.0,9.0,6.0,0.8,94.9,0.0,9.0,9.0
-1999,9,5,1,30,0.0,0.0,0.0,9.0,6.0,1.0,100.0,0.0,9.0,9.0
-1999,9,5,2,30,0.0,0.0,0.0,8.0,6.0,1.2000000000000002,100.0,0.0,8.0,8.0
-1999,9,5,3,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,9,5,4,30,0.0,0.0,0.0,8.0,6.0,1.6,100.0,0.0,8.0,8.0
-1999,9,5,5,30,0.0,0.0,0.0,9.0,5.0,2.5,92.8,0.0,9.0,9.0
-1999,9,5,6,30,531.0,45.0,139.0,12.0,6.0,3.7,78.0,132.49012491663285,15.252288433138487,14.854818058388588
-1999,9,5,7,30,766.0,66.0,350.0,16.0,6.0,4.2,64.95,373.2067281780335,24.865278717879026,23.745658533344926
-1999,9,5,8,30,879.0,77.0,554.0,19.0,4.0,3.6,46.69,615.9026705327655,34.2187182542619,32.3710102426636
-1999,9,5,9,30,940.0,83.0,725.0,22.0,2.0,2.3000000000000003,32.28,821.9481262602565,44.13747024866802,41.67162586988725
-1999,9,5,10,30,975.0,86.0,849.0,23.0,0.0,1.4,24.55,971.5636716491942,50.79077367688632,47.87608266193873
-1999,9,5,11,30,992.0,86.0,913.0,24.0,-1.0,1.8,20.87,1049.4289156759787,53.22392310136385,50.07563635433591
-1999,9,5,12,30,995.0,85.0,913.0,25.0,-2.0,2.7,18.65,1050.6976863334146,52.55518115660866,49.40308809760842
-1999,9,5,13,30,982.0,82.0,848.0,26.0,-2.0,3.2,17.21,972.0818338434217,50.662466431964525,47.74622093043426
-1999,9,5,14,30,953.0,77.0,725.0,26.0,-2.0,3.2,18.05,823.3031704914982,46.88783690699762,44.41792739552312
-1999,9,5,15,30,900.0,69.0,554.0,25.0,-2.0,2.9000000000000004,19.06,617.2140034355452,40.973387022792814,39.12174501248618
-1999,9,5,16,30,801.0,58.0,350.0,23.0,-2.0,2.3000000000000003,22.08,375.4634427841214,33.11233011980145,31.985939791449084
-1999,9,5,17,30,586.0,38.0,139.0,19.0,2.0,1.6,36.57,131.565945011441,22.713182355230785,22.318484520196463
-1999,9,5,18,30,0.0,0.0,0.0,16.0,3.0,1.6,49.83,0.0,16.0,16.0
-1999,9,5,19,30,0.0,0.0,0.0,15.0,3.0,2.3000000000000003,56.24,0.0,15.0,15.0
-1999,9,5,20,30,0.0,0.0,0.0,13.0,3.0,2.8000000000000003,61.93,0.0,13.0,13.0
-1999,9,5,21,30,0.0,0.0,0.0,12.0,3.0,3.0,64.18,0.0,12.0,12.0
-1999,9,5,22,30,0.0,0.0,0.0,11.0,2.0,2.9000000000000004,64.47,0.0,11.0,11.0
-1999,9,5,23,30,0.0,0.0,0.0,11.0,1.0,2.7,63.82,0.0,11.0,11.0
-1999,9,6,0,30,0.0,0.0,0.0,10.0,0.0,2.4000000000000004,58.33,0.0,10.0,10.0
-1999,9,6,1,30,0.0,0.0,0.0,10.0,0.0,2.3000000000000003,53.1,0.0,10.0,10.0
-1999,9,6,2,30,0.0,0.0,0.0,10.0,-1.0,2.4000000000000004,53.26,0.0,10.0,10.0
-1999,9,6,3,30,0.0,0.0,0.0,9.0,-2.0,2.6,50.8,0.0,9.0,9.0
-1999,9,6,4,30,0.0,0.0,0.0,9.0,-2.0,2.8000000000000003,49.44,0.0,9.0,9.0
-1999,9,6,5,30,0.0,0.0,0.0,11.0,-3.0,3.3000000000000003,45.69,0.0,11.0,11.0
-1999,9,6,6,30,388.0,50.0,118.0,15.0,-2.0,3.9,36.42,113.26103015628922,17.743930074250297,17.40414698378143
-1999,9,6,7,30,868.0,51.0,370.0,19.0,-1.0,4.1000000000000005,27.69,399.076853605983,28.54215926796755,27.3449287071496
-1999,9,6,8,30,952.0,61.0,574.0,22.0,-3.0,3.8,20.79,644.5078217543482,37.717226550608196,35.78370308534515
-1999,9,6,9,30,993.0,68.0,743.0,25.0,-4.0,3.0,16.35,848.2525664958309,46.807608832051486,44.262851132563995
-1999,9,6,10,30,1012.0,73.0,861.0,26.0,-4.0,2.1,14.47,991.4895861385689,53.06233997436735,50.087871215951644
-1999,9,6,11,30,1017.0,76.0,920.0,27.0,-4.0,1.3,14.01,1062.6269326882534,57.60038754095386,54.4125067428891
-1999,9,6,12,30,1010.0,77.0,914.0,28.0,-4.0,0.8,13.49,1055.7575337336536,59.443285081854945,56.27601248065398
-1999,9,6,13,30,990.0,77.0,846.0,29.0,-3.0,0.5,13.66,972.3977121899477,58.55322524482187,55.636032108252024
-1999,9,6,14,30,955.0,75.0,720.0,28.0,-3.0,0.5,13.74,820.5347225360755,52.937787463211535,50.476183295603306
-1999,9,6,15,30,896.0,69.0,547.0,27.0,-3.0,0.6000000000000001,14.68,612.1870045655564,45.48036141559115,43.64380040189448
-1999,9,6,16,30,792.0,58.0,343.0,25.0,-3.0,0.5,18.47,369.3391229300286,36.22499791478729,35.1169805459972
-1999,9,6,17,30,184.0,59.0,90.0,21.0,3.0,0.30000000000000004,37.01,86.68047681163,23.670287094199107,23.41024566376422
-1999,9,6,18,30,0.0,0.0,0.0,17.0,3.0,0.30000000000000004,46.15,0.0,17.0,17.0
-1999,9,6,19,30,0.0,0.0,0.0,16.0,2.0,0.7000000000000001,45.25,0.0,16.0,16.0
-1999,9,6,20,30,0.0,0.0,0.0,15.0,1.0,1.6,44.28,0.0,15.0,15.0
-1999,9,6,21,30,0.0,0.0,0.0,15.0,0.0,2.3000000000000003,46.67,0.0,15.0,15.0
-1999,9,6,22,30,0.0,0.0,0.0,14.0,0.0,2.6,44.0,0.0,14.0,14.0
-1999,9,6,23,30,0.0,0.0,0.0,14.0,0.0,2.7,45.94,0.0,14.0,14.0
-1999,9,7,0,30,0.0,0.0,0.0,13.0,0.0,2.7,45.47,0.0,13.0,13.0
-1999,9,7,1,30,0.0,0.0,0.0,13.0,0.0,2.7,45.31,0.0,13.0,13.0
-1999,9,7,2,30,0.0,0.0,0.0,13.0,0.0,2.6,49.04,0.0,13.0,13.0
-1999,9,7,3,30,0.0,0.0,0.0,12.0,0.0,2.5,49.64,0.0,12.0,12.0
-1999,9,7,4,30,0.0,0.0,0.0,12.0,0.0,2.4000000000000004,49.67,0.0,12.0,12.0
-1999,9,7,5,30,0.0,0.0,0.0,13.0,0.0,2.5,46.2,0.0,13.0,13.0
-1999,9,7,6,30,351.0,51.0,112.0,17.0,0.0,3.2,37.07,107.84449860450565,19.736098170037483,19.412564674223965
-1999,9,7,7,30,793.0,60.0,349.0,21.0,0.0,3.3000000000000003,29.18,377.16349170329613,30.505884823097876,29.374394347987987
-1999,9,7,8,30,892.0,72.0,550.0,24.0,0.0,2.5,21.99,617.76592922119,40.41812650419597,38.564828716532396
-1999,9,7,9,30,943.0,80.0,718.0,26.0,-1.0,1.8,19.54,819.8208595594766,48.829923398125175,46.37046081944675
-1999,9,7,10,30,968.0,86.0,837.0,27.0,-1.0,1.6,17.13,963.1547379896016,54.18309193271038,51.293627718741575
-1999,9,7,11,30,977.0,90.0,897.0,28.0,-1.0,1.8,16.12,1036.0857967685938,56.85235121587736,53.74409382557158
-1999,9,7,12,30,972.0,91.0,894.0,29.0,-1.0,2.2,15.99,1030.8626275037273,56.949881945760865,53.85729406324968
-1999,9,7,13,30,954.0,91.0,827.0,29.0,-1.0,2.7,14.97,951.4042352941798,53.95115045716087,51.09693775127833
-1999,9,7,14,30,916.0,88.0,703.0,28.0,-1.0,3.2,15.85,800.3960536048586,48.30666567058416,45.90547750976958
-1999,9,7,15,30,499.0,179.0,443.0,27.0,-1.0,3.4000000000000004,16.77,476.8737829326607,38.9398296074974,37.50920825869942
-1999,9,7,16,30,402.0,127.0,270.0,24.0,-1.0,2.7,20.46,281.516883538303,31.382950229587028,30.53839957897212
-1999,9,7,17,30,276.0,52.0,97.0,20.0,1.0,1.9,32.28,93.38358800795372,22.58315765391136,22.3030068898875
-1999,9,7,18,30,0.0,0.0,0.0,17.0,3.0,1.9,46.28,0.0,17.0,17.0
-1999,9,7,19,30,0.0,0.0,0.0,15.0,3.0,2.2,52.21,0.0,15.0,15.0
-1999,9,7,20,30,0.0,0.0,0.0,14.0,3.0,2.3000000000000003,59.53,0.0,14.0,14.0
-1999,9,7,21,30,0.0,0.0,0.0,12.0,3.0,2.8000000000000003,67.19,0.0,12.0,12.0
-1999,9,7,22,30,0.0,0.0,0.0,10.0,2.0,2.5,69.98,0.0,10.0,10.0
-1999,9,7,23,30,0.0,0.0,0.0,8.0,2.0,1.4,79.17,0.0,8.0,8.0
-1999,9,8,0,30,0.0,0.0,0.0,8.0,2.0,0.7000000000000001,77.53,0.0,8.0,8.0
-1999,9,8,1,30,0.0,0.0,0.0,7.0,1.0,0.4,80.17,0.0,7.0,7.0
-1999,9,8,2,30,0.0,0.0,0.0,7.0,1.0,0.5,84.76,0.0,7.0,7.0
-1999,9,8,3,30,0.0,0.0,0.0,6.0,1.0,0.7000000000000001,83.87,0.0,6.0,6.0
-1999,9,8,4,30,0.0,0.0,0.0,6.0,1.0,0.9,88.98,0.0,6.0,6.0
-1999,9,8,5,30,0.0,0.0,0.0,7.0,1.0,1.8,82.4,0.0,7.0,7.0
-1999,9,8,6,30,561.0,40.0,135.0,11.0,1.0,3.2,63.63,131.37415389693217,14.333063686315855,13.938941224625058
-1999,9,8,7,30,789.0,60.0,345.0,15.0,1.0,4.0,47.61,375.01386951634026,24.0258336326532,22.900792024104177
-1999,9,8,8,30,893.0,71.0,548.0,18.0,0.0,3.9,35.78,616.7582241453739,32.9419569770682,31.09168230463208
-1999,9,8,9,30,948.0,79.0,718.0,21.0,0.0,3.2,27.92,821.9491134389336,41.85348343443676,39.38763609411996
-1999,9,8,10,30,977.0,84.0,839.0,23.0,-1.0,2.0,23.31,968.2862360826135,49.606107585580986,46.70124887733314
-1999,9,8,11,30,990.0,86.0,900.0,24.0,-2.0,1.2000000000000002,19.6,1043.3754808548174,54.248632930057795,51.11850648749334
-1999,9,8,12,30,988.0,86.0,898.0,25.0,-2.0,1.8,17.95,1039.7005705533084,53.95301346134758,50.83391174968766
-1999,9,8,13,30,974.0,84.0,832.0,25.0,-2.0,3.1,17.69,960.5082332703703,49.530595925687564,46.649071225876455
-1999,9,8,14,30,942.0,79.0,707.0,24.0,-2.0,3.9,18.79,809.4281878561276,43.60969580216218,41.181411238593796
-1999,9,8,15,30,885.0,71.0,535.0,23.0,-2.0,4.0,20.32,602.237025644411,37.494640445967576,35.68792936903434
-1999,9,8,16,30,779.0,59.0,332.0,21.0,-2.0,3.3000000000000003,23.87,360.09022217341334,30.07557664832775,28.995305981807512
-1999,9,8,17,30,545.0,38.0,123.0,17.0,0.0,2.0,37.19,119.2577527174848,20.27690767561969,19.919134417467234
-1999,9,8,18,30,0.0,0.0,0.0,14.0,2.0,1.2000000000000002,50.56,0.0,14.0,14.0
-1999,9,8,19,30,0.0,0.0,0.0,13.0,2.0,0.9,58.06,0.0,13.0,13.0
-1999,9,8,20,30,0.0,0.0,0.0,12.0,2.0,0.6000000000000001,57.77,0.0,12.0,12.0
-1999,9,8,21,30,0.0,0.0,0.0,11.0,1.0,0.7000000000000001,60.42,0.0,11.0,11.0
-1999,9,8,22,30,0.0,0.0,0.0,10.0,1.0,1.0,63.35,0.0,10.0,10.0
-1999,9,8,23,30,0.0,0.0,0.0,9.0,1.0,1.2000000000000002,65.79,0.0,9.0,9.0
-1999,9,9,0,30,0.0,0.0,0.0,8.0,0.0,1.3,67.98,0.0,8.0,8.0
-1999,9,9,1,30,0.0,0.0,0.0,8.0,0.0,1.4,69.01,0.0,8.0,8.0
-1999,9,9,2,30,0.0,0.0,0.0,7.0,-1.0,1.4,64.52,0.0,7.0,7.0
-1999,9,9,3,30,0.0,0.0,0.0,7.0,-2.0,1.5,59.82,0.0,7.0,7.0
-1999,9,9,4,30,0.0,0.0,0.0,7.0,-3.0,1.6,58.91,0.0,7.0,7.0
-1999,9,9,5,30,0.0,0.0,0.0,8.0,-4.0,1.6,47.16,0.0,8.0,8.0
-1999,9,9,6,30,627.0,36.0,140.0,12.0,-3.0,2.0,38.27,137.85615633953793,15.787945743960243,15.37437727494163
-1999,9,9,7,30,842.0,53.0,355.0,17.0,-5.0,2.1,24.33,388.8371558188746,27.613165738248895,26.446654270792273
-1999,9,9,8,30,938.0,63.0,560.0,20.0,-6.0,1.9,18.17,635.804040324539,37.58748092879247,35.680068807818856
-1999,9,9,9,30,987.0,69.0,731.0,23.0,-6.0,1.8,15.1,841.9123647215333,46.44511556446021,43.91937847029561
-1999,9,9,10,30,1010.0,73.0,850.0,25.0,-6.0,1.8,14.11,986.2974605242426,52.46587282938032,49.50698044780759
-1999,9,9,11,30,1016.0,76.0,909.0,26.0,-6.0,2.0,13.41,1057.3037774416985,55.05208914986055,51.880177817535454
-1999,9,9,12,30,1008.0,78.0,902.0,27.0,-6.0,2.3000000000000003,12.85,1049.3570874519792,55.2622595776095,52.114188315253564
-1999,9,9,13,30,986.0,79.0,832.0,27.0,-6.0,2.6,13.09,964.2246079942403,52.455964139537826,49.56329031555511
-1999,9,9,14,30,681.0,186.0,637.0,26.0,-5.0,2.9000000000000004,13.34,709.3308080087893,44.35735330120059,42.22936087717422
-1999,9,9,15,30,512.0,171.0,437.0,25.0,-5.0,3.0,14.74,473.85426208213664,37.18225420003894,35.76069141379253
-1999,9,9,16,30,194.0,141.0,208.0,22.0,-3.0,2.7,19.81,212.48029386781474,27.572423986359812,26.93498310475637
-1999,9,9,17,30,0.0,49.0,49.0,19.0,1.0,1.9,37.69,47.89185190694107,20.324774582476604,20.18109902675578
-1999,9,9,18,30,0.0,0.0,0.0,16.0,3.0,1.3,47.7,0.0,16.0,16.0
-1999,9,9,19,30,0.0,0.0,0.0,16.0,3.0,1.1,50.79,0.0,16.0,16.0
-1999,9,9,20,30,0.0,0.0,0.0,15.0,3.0,1.0,54.48,0.0,15.0,15.0
-1999,9,9,21,30,0.0,0.0,0.0,14.0,3.0,1.0,54.17,0.0,14.0,14.0
-1999,9,9,22,30,0.0,0.0,0.0,13.0,2.0,1.0,57.12000000000001,0.0,13.0,13.0
-1999,9,9,23,30,0.0,0.0,0.0,12.0,2.0,1.1,57.59,0.0,12.0,12.0
-1999,9,10,0,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,57.85,0.0,11.0,11.0
-1999,9,10,1,30,0.0,0.0,0.0,11.0,0.0,1.4,55.81,0.0,11.0,11.0
-1999,9,10,2,30,0.0,0.0,0.0,11.0,0.0,1.6,57.69,0.0,11.0,11.0
-1999,9,10,3,30,0.0,0.0,0.0,11.0,0.0,1.9,55.94,0.0,11.0,11.0
-1999,9,10,4,30,0.0,0.0,0.0,11.0,0.0,2.0,51.11,0.0,11.0,11.0
-1999,9,10,5,30,0.0,0.0,0.0,12.0,0.0,2.3000000000000003,47.55,0.0,12.0,12.0
-1999,9,10,6,30,447.0,49.0,122.0,15.0,0.0,2.9000000000000004,40.72,120.75786698775977,18.12519180495855,17.76291820399527
-1999,9,10,7,30,596.0,86.0,298.0,19.0,0.0,3.0,31.43,322.1960707681841,27.283294570581262,26.31670635827671
-1999,9,10,8,30,59.0,226.0,258.0,22.0,0.0,2.4000000000000004,24.6,256.96865433458305,28.8749658795801,28.10405991657635
-1999,9,10,9,30,505.0,250.0,587.0,24.0,-1.0,1.7000000000000002,20.11,640.1275007021745,41.945660915703726,40.025278413597206
-1999,9,10,10,30,224.0,389.0,561.0,25.0,-2.0,1.2000000000000002,18.63,582.8561390768209,41.89765738746426,40.14908897023379
-1999,9,10,11,30,7.0,142.0,148.0,26.0,-1.0,0.8,19.02,145.5528924537758,30.33495470851856,29.898296031157233
-1999,9,10,12,30,519.0,350.0,772.0,25.0,-1.0,0.6000000000000001,19.71,842.1368414726453,50.42195942699451,47.89554890257658
-1999,9,10,13,30,361.0,351.0,625.0,25.0,0.0,0.5,21.85,666.9873393208751,45.27115739505545,43.27019537709282
-1999,9,10,14,30,286.0,309.0,498.0,24.0,0.0,0.7000000000000001,24.47,522.7972449750157,39.675710329521166,38.10731859459612
-1999,9,10,15,30,0.0,11.0,11.0,23.0,0.0,1.2000000000000002,28.01,10.751232060741874,23.311690353203254,23.279436657021026
-1999,9,10,16,30,48.0,133.0,150.0,21.0,2.0,1.2000000000000002,33.36,148.310474947482,25.299688078440816,24.854756653598372
-1999,9,10,17,30,0.0,12.0,12.0,18.0,6.0,0.9,51.82,11.728616793536586,18.34696248423334,18.31177663385273
-1999,9,10,18,30,0.0,0.0,0.0,16.0,6.0,0.8,61.19,0.0,16.0,16.0
-1999,9,10,19,30,0.0,0.0,0.0,15.0,5.0,0.8,62.25,0.0,15.0,15.0
-1999,9,10,20,30,0.0,0.0,0.0,14.0,5.0,0.9,68.33,0.0,14.0,14.0
-1999,9,10,21,30,0.0,0.0,0.0,12.0,5.0,1.1,71.78,0.0,12.0,12.0
-1999,9,10,22,30,0.0,0.0,0.0,12.0,5.0,1.4,76.09,0.0,12.0,12.0
-1999,9,10,23,30,0.0,0.0,0.0,12.0,4.0,1.8,74.84,0.0,12.0,12.0
-1999,9,11,0,30,0.0,0.0,0.0,12.0,4.0,2.3000000000000003,73.93,0.0,12.0,12.0
-1999,9,11,1,30,0.0,0.0,0.0,11.0,4.0,2.3000000000000003,72.76,0.0,11.0,11.0
-1999,9,11,2,30,0.0,0.0,0.0,10.0,3.0,2.1,75.61,0.0,10.0,10.0
-1999,9,11,3,30,0.0,0.0,0.0,10.0,3.0,2.0,72.56,0.0,10.0,10.0
-1999,9,11,4,30,0.0,0.0,0.0,10.0,2.0,2.0,69.83,0.0,10.0,10.0
-1999,9,11,5,30,0.0,0.0,0.0,11.0,2.0,2.2,64.55,0.0,11.0,11.0
-1999,9,11,6,30,191.0,56.0,86.0,13.0,3.0,2.6,59.26,85.72189968022515,15.263096778635528,15.005931079594854
-1999,9,11,7,30,61.0,142.0,163.0,15.0,3.0,2.8000000000000003,57.91,163.11370266470024,19.249448504834465,18.760107396840365
-1999,9,11,8,30,467.0,188.0,434.0,16.0,5.0,3.1,58.41,468.9071617534231,27.97550600109892,26.56878451583865
-1999,9,11,9,30,0.0,101.0,101.0,17.0,5.0,3.5,53.65,98.71585801226628,19.45536445824621,19.15921688420941
-1999,9,11,10,30,326.0,366.0,615.0,19.0,5.0,3.2,49.09,652.2486169399906,35.54805085388405,33.59130500306408
-1999,9,11,11,30,0.0,65.0,65.0,20.0,4.0,2.8000000000000003,41.03,63.53000763165652,21.65508777945784,21.46449775656287
-1999,9,11,12,30,0.0,86.0,86.0,21.0,3.0,2.4000000000000004,36.58,84.05508702034554,23.24881846685314,22.996653205792104
-1999,9,11,13,30,0.0,78.0,78.0,22.0,3.0,2.0,32.910000000000004,76.23600915798782,24.094776715776536,23.866068688302573
-1999,9,11,14,30,84.0,307.0,362.0,22.0,2.0,1.7000000000000002,31.61,364.67151684652305,32.22338734043521,31.129372789895644
-1999,9,11,15,30,724.0,118.0,486.0,21.0,2.0,1.2000000000000002,32.28,544.5825950690689,36.78806414431615,35.15431635910895
-1999,9,11,16,30,0.0,35.0,35.0,20.0,1.0,0.6000000000000001,33.3,34.20846564781505,21.032666168882646,20.9300407719392
-1999,9,11,17,30,26.0,48.0,52.0,17.0,4.0,0.2,49.49,50.55673197848951,18.56803856806607,18.4163683721306
-1999,9,11,18,30,0.0,0.0,0.0,14.0,4.0,0.2,60.46,0.0,14.0,14.0
-1999,9,11,19,30,0.0,0.0,0.0,13.0,3.0,0.6000000000000001,61.89,0.0,13.0,13.0
-1999,9,11,20,30,0.0,0.0,0.0,12.0,3.0,1.0,64.51,0.0,12.0,12.0
-1999,9,11,21,30,0.0,0.0,0.0,11.0,3.0,2.2,68.12,0.0,11.0,11.0
-1999,9,11,22,30,0.0,0.0,0.0,10.0,3.0,4.0,77.93,0.0,10.0,10.0
-1999,9,11,23,30,0.0,0.0,0.0,8.0,3.0,4.1000000000000005,91.76,0.0,8.0,8.0
-1999,9,12,0,30,0.0,0.0,0.0,7.0,3.0,2.9000000000000004,92.89,0.0,7.0,7.0
-1999,9,12,1,30,0.0,0.0,0.0,7.0,3.0,2.1,99.64,0.0,7.0,7.0
-1999,9,12,2,30,0.0,0.0,0.0,6.0,3.0,1.6,98.37,0.0,6.0,6.0
-1999,9,12,3,30,0.0,0.0,0.0,6.0,2.0,1.3,100.0,0.0,6.0,6.0
-1999,9,12,4,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,12,5,30,0.0,0.0,0.0,5.0,2.0,1.0,98.93,0.0,5.0,5.0
-1999,9,12,6,30,0.0,10.0,10.0,7.0,2.0,0.8,86.66,9.773847327947157,7.291091333056686,7.261769791072845
-1999,9,12,7,30,0.0,29.0,29.0,10.0,3.0,1.0,70.85000000000002,28.344157251046756,10.83286285693159,10.74783038517845
-1999,9,12,8,30,0.0,45.0,45.0,13.0,1.0,1.7000000000000002,52.27,43.982312975762206,14.23302259953773,14.101075660610443
-1999,9,12,9,30,0.0,59.0,59.0,15.0,0.0,2.6,41.64,57.66569923488822,16.522400444496288,16.34940334679162
-1999,9,12,10,30,0.0,103.0,103.0,17.0,0.0,3.3000000000000003,34.800000000000004,100.6706274778557,19.537264106745265,19.235252224311697
-1999,9,12,11,30,0.0,100.0,100.0,18.0,0.0,3.8,31.4,97.73847327947156,20.383489657367615,20.0902742375292
-1999,9,12,12,30,5.0,135.0,140.0,19.0,-1.0,4.1000000000000005,30.54,136.75193252748622,22.26981810292608,21.859562305343623
-1999,9,12,13,30,7.0,148.0,154.0,19.0,-1.0,4.1000000000000005,28.11,150.90635419978895,22.60825854296332,22.155539480363952
-1999,9,12,14,30,79.0,302.0,354.0,18.0,-1.0,4.0,29.47,355.722562611611,26.56153046727133,25.494362779436496
-1999,9,12,15,30,421.0,191.0,404.0,17.0,-2.0,3.8,30.97,434.97020740671417,27.607358144959917,26.302447522739776
-1999,9,12,16,30,735.0,63.0,305.0,15.0,-2.0,3.6,35.14,336.9709058150805,23.326421561132545,22.315508843687304
-1999,9,12,17,30,472.0,37.0,101.0,12.0,-1.0,2.7,44.33,100.5362544916375,14.63662397029862,14.335015206823709
-1999,9,12,18,30,0.0,0.0,0.0,9.0,0.0,1.5,58.71,0.0,9.0,9.0
-1999,9,12,19,30,0.0,0.0,0.0,8.0,0.0,1.0,63.73,0.0,8.0,8.0
-1999,9,12,20,30,0.0,0.0,0.0,7.0,0.0,0.9,68.29,0.0,7.0,7.0
-1999,9,12,21,30,0.0,0.0,0.0,7.0,0.0,1.1,73.25,0.0,7.0,7.0
-1999,9,12,22,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,74.08,0.0,6.0,6.0
-1999,9,12,23,30,0.0,0.0,0.0,6.0,0.0,1.4,80.59,0.0,6.0,6.0
-1999,9,13,0,30,0.0,0.0,0.0,5.0,0.0,1.5,81.32000000000002,0.0,5.0,5.0
-1999,9,13,1,30,0.0,0.0,0.0,5.0,0.0,1.4,81.07000000000002,0.0,5.0,5.0
-1999,9,13,2,30,0.0,0.0,0.0,4.0,0.0,1.4,86.48,0.0,4.0,4.0
-1999,9,13,3,30,0.0,0.0,0.0,4.0,0.0,1.3,92.08,0.0,4.0,4.0
-1999,9,13,4,30,0.0,0.0,0.0,4.0,0.0,1.3,89.82000000000002,0.0,4.0,4.0
-1999,9,13,5,30,0.0,0.0,0.0,5.0,0.0,1.7000000000000002,80.69,0.0,5.0,5.0
-1999,9,13,6,30,309.0,48.0,95.0,8.0,-1.0,2.0,59.83,96.58600665590643,10.653944245603668,10.36418622563595
-1999,9,13,7,30,765.0,63.0,328.0,12.0,-1.0,2.0,49.02,365.5280930039182,22.043806681957985,20.94722240294623
-1999,9,13,8,30,879.0,75.0,531.0,15.0,-1.0,2.2,39.2,608.5343686072696,31.499253449218493,29.673650343396684
-1999,9,13,9,30,942.0,81.0,700.0,17.0,-1.0,2.5,31.11,814.5533613122614,38.64807008263224,36.20440999869545
-1999,9,13,10,30,972.0,84.0,819.0,19.0,-2.0,2.9000000000000004,26.86,957.7026037381943,43.78517055202246,40.912062740807876
-1999,9,13,11,30,983.0,87.0,878.0,20.0,-2.0,3.2,25.1,1029.826372762031,46.12748995480804,43.03801083652195
-1999,9,13,12,30,978.0,88.0,872.0,21.0,-2.0,3.3000000000000003,23.69,1022.4206864449936,46.76870110679867,43.701439047463694
-1999,9,13,13,30,960.0,87.0,803.0,22.0,-2.0,3.4000000000000004,22.3,939.5114405759311,45.52321917507273,42.704684853344936
-1999,9,13,14,30,924.0,82.0,677.0,22.0,-2.0,3.4000000000000004,23.62,785.6860263368501,41.67178237764097,39.31472429863042
-1999,9,13,15,30,860.0,74.0,504.0,21.0,-2.0,3.3000000000000003,24.95,576.7750506502382,35.53681843795936,33.806493286008646
-1999,9,13,16,30,739.0,60.0,300.0,19.0,-2.0,2.9000000000000004,28.46,332.9812108588056,27.617493645251233,26.618550012674817
-1999,9,13,17,30,465.0,35.0,96.0,15.0,0.0,2.0,41.85,95.94494493387674,17.636329457218032,17.348494622416403
-1999,9,13,18,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,58.04,0.0,11.0,11.0
-1999,9,13,19,30,0.0,0.0,0.0,10.0,0.0,0.9,59.76,0.0,10.0,10.0
-1999,9,13,20,30,0.0,0.0,0.0,10.0,0.0,0.5,57.18,0.0,10.0,10.0
-1999,9,13,21,30,0.0,0.0,0.0,10.0,0.0,0.4,58.55,0.0,10.0,10.0
-1999,9,13,22,30,0.0,0.0,0.0,9.0,-1.0,0.6000000000000001,56.24,0.0,9.0,9.0
-1999,9,13,23,30,0.0,0.0,0.0,8.0,-1.0,1.0,58.01,0.0,8.0,8.0
-1999,9,14,0,30,0.0,0.0,0.0,7.0,-2.0,1.1,60.31,0.0,7.0,7.0
-1999,9,14,1,30,0.0,0.0,0.0,6.0,-2.0,1.2000000000000002,62.53,0.0,6.0,6.0
-1999,9,14,2,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,65.79,0.0,5.0,5.0
-1999,9,14,3,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,64.9,0.0,5.0,5.0
-1999,9,14,4,30,0.0,0.0,0.0,5.0,-3.0,1.1,63.72,0.0,5.0,5.0
-1999,9,14,5,30,0.0,0.0,0.0,6.0,-3.0,1.1,57.9,0.0,6.0,6.0
-1999,9,14,6,30,499.0,40.0,115.0,8.0,-1.0,1.2000000000000002,56.69,118.9353021306915,11.448068660411051,11.091262754018977
-1999,9,14,7,30,558.0,90.0,282.0,12.0,-1.0,1.3,46.37,309.23874808203846,20.90512487769395,19.977408633447833
-1999,9,14,8,30,856.0,81.0,522.0,15.0,-2.0,1.6,36.14,599.6285067936016,31.923300257720687,30.124414737339883
-1999,9,14,9,30,913.0,91.0,689.0,18.0,-2.0,1.9,29.64,800.69712023332,40.148719477552305,37.74662811685234
-1999,9,14,10,30,938.0,101.0,806.0,19.0,-2.0,2.6,26.1,942.3894372044725,43.879505791558884,41.052337479945464
-1999,9,14,11,30,936.0,111.0,861.0,20.0,-2.0,3.3000000000000003,24.62,1006.4983178834563,45.36739980116765,42.34790484751728
-1999,9,14,12,30,580.0,310.0,773.0,21.0,-2.0,3.8,23.47,857.1043561738582,41.901691009472714,39.33037794095114
-1999,9,14,13,30,454.0,308.0,645.0,21.0,-1.0,3.8,24.13,703.9968859819469,38.167950759359876,36.05596010141404
-1999,9,14,14,30,536.0,225.0,568.0,20.0,-1.0,3.7,26.99,627.6414543060898,35.406967449705014,33.52404308678675
-1999,9,14,15,30,440.0,182.0,400.0,19.0,0.0,3.6,30.75,434.55639140849246,29.737721401197877,28.4340522269724
-1999,9,14,16,30,0.0,95.0,95.0,17.0,0.0,3.4000000000000004,37.38,92.85154961549799,19.324790585851282,19.046235937004788
-1999,9,14,17,30,0.0,28.0,28.0,14.0,2.0,2.7,51.39,27.366772518252038,14.71771013129731,14.635609813742553
-1999,9,14,18,30,0.0,0.0,0.0,12.0,3.0,2.6,67.35,0.0,12.0,12.0
-1999,9,14,19,30,0.0,0.0,0.0,10.0,3.0,2.7,73.97,0.0,10.0,10.0
-1999,9,14,20,30,0.0,0.0,0.0,10.0,4.0,2.6,81.57000000000002,0.0,10.0,10.0
-1999,9,14,21,30,0.0,0.0,0.0,9.0,4.0,2.8000000000000003,83.41,0.0,9.0,9.0
-1999,9,14,22,30,0.0,0.0,0.0,9.0,4.0,3.2,90.3,0.0,9.0,9.0
-1999,9,14,23,30,0.0,0.0,0.0,8.0,4.0,3.2,90.97,0.0,8.0,8.0
-1999,9,15,0,30,0.0,0.0,0.0,8.0,4.0,3.1,96.87,0.0,8.0,8.0
-1999,9,15,1,30,0.0,0.0,0.0,7.0,4.0,2.8000000000000003,95.87,0.0,7.0,7.0
-1999,9,15,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,9,15,3,30,0.0,0.0,0.0,6.0,3.0,2.0,99.31,0.0,6.0,6.0
-1999,9,15,4,30,0.0,0.0,0.0,6.0,3.0,1.7000000000000002,95.59,0.0,6.0,6.0
-1999,9,15,5,30,0.0,0.0,0.0,7.0,2.0,1.6,84.77,0.0,7.0,7.0
-1999,9,15,6,30,323.0,45.0,93.0,10.0,2.0,2.0,73.10000000000002,95.41840188927841,12.621861358456554,12.335606152788719
-1999,9,15,7,30,732.0,56.0,305.0,13.0,2.0,2.5,59.64,344.4171946820383,22.153442760494723,21.120191176448607
-1999,9,15,8,30,103.0,232.0,284.0,15.0,0.0,2.8000000000000003,42.48,289.27842395252253,22.53629980843999,21.66846453658242
-1999,9,15,9,30,164.0,319.0,427.0,17.0,0.0,2.8000000000000003,35.35,439.4593779736488,28.44882352713428,27.130445393213336
-1999,9,15,10,30,24.0,285.0,303.0,18.0,0.0,2.6,33.24,300.1073578272287,25.92296947777858,25.022647404296894
-1999,9,15,11,30,33.0,333.0,360.0,19.0,0.0,2.4000000000000004,31.95,357.07626346046226,28.55325517836224,27.482026387980852
-1999,9,15,12,30,16.0,243.0,256.0,20.0,0.0,2.4000000000000004,32.67,252.75806287885754,26.762315281529826,26.004041092893253
-1999,9,15,13,30,0.0,68.0,68.0,20.0,0.0,2.6,33.42,66.46216183004066,21.75463102077538,21.555244535285258
-1999,9,15,14,30,13.0,204.0,213.0,19.0,1.0,2.8000000000000003,36.37,209.2429427574078,24.451210387121304,23.823481558849082
-1999,9,15,15,30,10.0,162.0,167.0,18.0,1.0,2.9000000000000004,39.87,164.13788566162,22.247858859621232,21.755445202636373
-1999,9,15,16,30,45.0,121.0,136.0,16.0,2.0,2.8000000000000003,44.72,134.65960026033073,19.508160428214634,19.10418162743364
-1999,9,15,17,30,0.0,33.0,33.0,14.0,4.0,2.6,62.09,32.25369618222562,14.851512113023347,14.75475102447667
-1999,9,15,18,30,0.0,0.0,0.0,12.0,4.0,2.4000000000000004,71.0,0.0,12.0,12.0
-1999,9,15,19,30,0.0,0.0,0.0,11.0,5.0,2.3000000000000003,76.83,0.0,11.0,11.0
-1999,9,15,20,30,0.0,0.0,0.0,11.0,5.0,2.2,81.87,0.0,11.0,11.0
-1999,9,15,21,30,0.0,0.0,0.0,10.0,4.0,2.1,86.33,0.0,10.0,10.0
-1999,9,15,22,30,0.0,0.0,0.0,9.0,4.0,2.0,84.60000000000002,0.0,9.0,9.0
-1999,9,15,23,30,0.0,0.0,0.0,9.0,4.0,1.9,88.37,0.0,9.0,9.0
-1999,9,16,0,30,0.0,0.0,0.0,8.0,3.0,1.9,85.77,0.0,8.0,8.0
-1999,9,16,1,30,0.0,0.0,0.0,7.0,3.0,1.8,88.27,0.0,7.0,7.0
-1999,9,16,2,30,0.0,0.0,0.0,6.0,2.0,1.8,90.57,0.0,6.0,6.0
-1999,9,16,3,30,0.0,0.0,0.0,6.0,1.0,1.8,86.63,0.0,6.0,6.0
-1999,9,16,4,30,0.0,0.0,0.0,6.0,1.0,1.8,88.21000000000002,0.0,6.0,6.0
-1999,9,16,5,30,0.0,0.0,0.0,7.0,0.0,1.9,77.37,0.0,7.0,7.0
-1999,9,16,6,30,465.0,40.0,108.0,10.0,0.0,2.4000000000000004,58.45,112.78751375663256,13.01752877496843,12.679166233698531
-1999,9,16,7,30,730.0,66.0,312.0,14.0,0.0,2.4000000000000004,44.11,352.8012404386152,23.43888077154704,22.380477050231196
-1999,9,16,8,30,852.0,80.0,514.0,17.0,-1.0,2.1,32.07,594.6294640566382,33.230190352022106,31.446301959852192
-1999,9,16,9,30,917.0,89.0,683.0,20.0,-2.0,2.4000000000000004,26.45,799.7443420462286,41.39644260578246,38.99720957964377
-1999,9,16,10,30,953.0,94.0,803.0,21.0,-3.0,2.7,22.22,946.2782312099056,45.816717905353705,42.97788321172399
-1999,9,16,11,30,969.0,96.0,864.0,22.0,-3.0,3.0,19.92,1020.0030460181026,48.22311834192737,45.16310920387306
-1999,9,16,12,30,969.0,95.0,860.0,23.0,-4.0,3.2,18.01,1014.3654396099764,48.73523414712384,45.69213782829391
-1999,9,16,13,30,953.0,92.0,791.0,23.0,-4.0,3.4000000000000004,17.61,930.8689127261176,46.30683003061142,43.51422329243307
-1999,9,16,14,30,916.0,87.0,663.0,23.0,-4.0,3.5,18.47,776.4030318008154,42.31151132092114,39.982302225518694
-1999,9,16,15,30,848.0,77.0,488.0,22.0,-4.0,3.5,19.53,564.3681826335103,36.03755794566602,34.34445339776549
-1999,9,16,16,30,586.0,73.0,254.0,19.0,-4.0,2.7,22.75,282.69840932952167,26.41393645677846,25.565841228789893
-1999,9,16,17,30,305.0,37.0,71.0,15.0,0.0,1.6,39.83,73.30761183636912,17.06895888408845,16.849036048579343
-1999,9,16,18,30,0.0,0.0,0.0,12.0,0.0,1.2000000000000002,52.19,0.0,12.0,12.0
-1999,9,16,19,30,0.0,0.0,0.0,11.0,0.0,1.2000000000000002,55.55,0.0,11.0,11.0
-1999,9,16,20,30,0.0,0.0,0.0,11.0,0.0,1.4,59.54,0.0,11.0,11.0
-1999,9,16,21,30,0.0,0.0,0.0,10.0,0.0,1.6,60.85,0.0,10.0,10.0
-1999,9,16,22,30,0.0,0.0,0.0,10.0,1.0,1.8,63.19000000000001,0.0,10.0,10.0
-1999,9,16,23,30,0.0,0.0,0.0,10.0,1.0,1.8,64.84,0.0,10.0,10.0
-1999,9,17,0,30,0.0,0.0,0.0,10.0,1.0,1.7000000000000002,64.72,0.0,10.0,10.0
-1999,9,17,1,30,0.0,0.0,0.0,11.0,1.0,1.6,63.0,0.0,11.0,11.0
-1999,9,17,2,30,0.0,0.0,0.0,11.0,0.0,1.5,60.68,0.0,11.0,11.0
-1999,9,17,3,30,0.0,0.0,0.0,10.0,0.0,1.4,59.05,0.0,10.0,10.0
-1999,9,17,4,30,0.0,0.0,0.0,10.0,0.0,1.3,59.5,0.0,10.0,10.0
-1999,9,17,5,30,0.0,0.0,0.0,10.0,0.0,1.3,59.97,0.0,10.0,10.0
-1999,9,17,6,30,24.0,49.0,52.0,12.0,1.0,1.3,58.08,51.673300464890914,13.488032131602015,13.333012230207343
-1999,9,17,7,30,73.0,135.0,160.0,14.0,2.0,1.5,52.1,160.71978238932826,18.56650840616554,18.084349058997553
-1999,9,17,8,30,642.0,130.0,455.0,18.0,0.0,1.2000000000000002,37.02,515.5780652789933,32.94719008600483,31.400455890167848
-1999,9,17,9,30,851.0,112.0,661.0,21.0,-2.0,0.7000000000000001,25.3,769.8986299148826,44.08487280995078,41.775176920206135
-1999,9,17,10,30,901.0,113.0,781.0,22.0,-2.0,1.1,21.1,916.8701124546345,48.760500083546205,46.0098897461823
-1999,9,17,11,30,649.0,270.0,782.0,23.0,-2.0,1.7000000000000002,19.92,882.9957507786255,47.75435333757506,45.10536608523918
-1999,9,17,12,30,428.0,342.0,678.0,24.0,-2.0,2.2,18.76,740.3227189581978,44.07244422736773,41.85147607049314
-1999,9,17,13,30,910.0,107.0,770.0,24.0,-2.0,2.5,18.73,905.1699096097362,48.05635108834766,45.34084135951845
-1999,9,17,14,30,528.0,219.0,549.0,23.0,-2.0,2.7,19.85,610.9774078915366,39.023251384322634,37.19031916064802
-1999,9,17,15,30,673.0,112.0,434.0,22.0,-3.0,2.7,20.67,495.3916913326698,34.99194618557366,33.50577111157565
-1999,9,17,16,30,656.0,71.0,270.0,20.0,-3.0,2.0,23.55,303.6461511575906,28.34344418478046,27.43250573130769
-1999,9,17,17,30,332.0,37.0,72.0,16.0,1.0,1.3,42.71,75.37546834147984,18.17058167017761,17.944455265153174
-1999,9,17,18,30,0.0,0.0,0.0,13.0,1.0,1.3,50.79,0.0,13.0,13.0
-1999,9,17,19,30,0.0,0.0,0.0,13.0,0.0,1.4,51.53,0.0,13.0,13.0
-1999,9,17,20,30,0.0,0.0,0.0,12.0,0.0,1.4,49.96,0.0,12.0,12.0
-1999,9,17,21,30,0.0,0.0,0.0,12.0,0.0,1.5,52.88,0.0,12.0,12.0
-1999,9,17,22,30,0.0,0.0,0.0,11.0,0.0,1.6,52.49,0.0,11.0,11.0
-1999,9,17,23,30,0.0,0.0,0.0,10.0,0.0,1.6,55.63,0.0,10.0,10.0
-1999,9,18,0,30,0.0,0.0,0.0,10.0,0.0,1.6,54.87000000000001,0.0,10.0,10.0
-1999,9,18,1,30,0.0,0.0,0.0,10.0,0.0,1.6,57.23,0.0,10.0,10.0
-1999,9,18,2,30,0.0,0.0,0.0,10.0,-1.0,1.5,55.16,0.0,10.0,10.0
-1999,9,18,3,30,0.0,0.0,0.0,9.0,-2.0,1.5,52.44,0.0,9.0,9.0
-1999,9,18,4,30,0.0,0.0,0.0,9.0,-2.0,1.5,49.24,0.0,9.0,9.0
-1999,9,18,5,30,0.0,0.0,0.0,9.0,-3.0,1.4,46.35,0.0,9.0,9.0
-1999,9,18,6,30,370.0,39.0,91.0,13.0,-2.0,1.6,38.71,96.17524811828284,15.714351607414029,15.425825863059181
-1999,9,18,7,30,747.0,63.0,311.0,18.0,-2.0,1.6,28.8,355.3200476418648,28.02818876304808,26.962228620122488
-1999,9,18,8,30,861.0,78.0,511.0,21.0,-5.0,1.3,19.07,596.4136782610146,38.17487965728705,36.385638622504004
-1999,9,18,9,30,918.0,88.0,677.0,23.0,-5.0,1.4,16.95,797.2887249334435,45.80578325056908,43.41391707576875
-1999,9,18,10,30,51.0,333.0,371.0,24.0,-5.0,1.6,16.22,371.03903866306723,34.47182545107464,33.35870833508544
-1999,9,18,11,30,5.0,133.0,137.0,25.0,-5.0,1.7000000000000002,15.52,134.75278044962556,28.77772819125038,28.373469849901504
-1999,9,18,12,30,587.0,298.0,756.0,25.0,-5.0,1.9,14.91,846.8071372951617,48.42420531008569,45.88378389820021
-1999,9,18,13,30,385.0,322.0,601.0,25.0,-4.0,2.0,16.37,652.392072489157,42.92611835406253,40.96894213659506
-1999,9,18,14,30,215.0,298.0,431.0,24.0,-4.0,2.0,16.89,452.2294496541155,36.42614522699763,35.06945687803529
-1999,9,18,15,30,11.0,160.0,165.0,23.0,-3.0,1.8,18.67,162.65081791508342,27.52941111505637,27.04145866131112
-1999,9,18,16,30,353.0,103.0,208.0,21.0,-2.0,1.2000000000000002,25.02,225.4538243719129,27.53616085602902,26.85979938291328
-1999,9,18,17,30,184.0,40.0,59.0,19.0,3.0,0.7000000000000001,44.25,60.15562122535758,20.803724296722653,20.62325743304658
-1999,9,18,18,30,0.0,0.0,0.0,17.0,1.0,0.7000000000000001,43.36,0.0,17.0,17.0
-1999,9,18,19,30,0.0,0.0,0.0,15.0,2.0,0.9,49.32,0.0,15.0,15.0
-1999,9,18,20,30,0.0,0.0,0.0,14.0,3.0,1.2000000000000002,61.3,0.0,14.0,14.0
-1999,9,18,21,30,0.0,0.0,0.0,13.0,4.0,1.5,67.2,0.0,13.0,13.0
-1999,9,18,22,30,0.0,0.0,0.0,12.0,4.0,1.7000000000000002,70.93,0.0,12.0,12.0
-1999,9,18,23,30,0.0,0.0,0.0,11.0,3.0,1.8,73.09,0.0,11.0,11.0
-1999,9,19,0,30,0.0,0.0,0.0,10.0,2.0,1.7000000000000002,75.49,0.0,10.0,10.0
-1999,9,19,1,30,0.0,0.0,0.0,9.0,2.0,1.9,78.46000000000002,0.0,9.0,9.0
-1999,9,19,2,30,0.0,0.0,0.0,8.0,2.0,2.7,83.32000000000002,0.0,8.0,8.0
-1999,9,19,3,30,0.0,0.0,0.0,6.0,2.0,3.0,90.47,0.0,6.0,6.0
-1999,9,19,4,30,0.0,0.0,0.0,6.0,2.0,2.7,97.72,0.0,6.0,6.0
-1999,9,19,5,30,0.0,0.0,0.0,6.0,2.0,2.6,98.02,0.0,6.0,6.0
-1999,9,19,6,30,0.0,4.0,4.0,6.0,3.0,2.6,93.79,3.9095389311788624,6.103213589457376,6.091484972663839
-1999,9,19,7,30,0.0,13.0,13.0,7.0,3.0,2.3000000000000003,96.67,12.706001526331303,7.342209832691592,7.304091828112598
-1999,9,19,8,30,0.0,21.0,21.0,8.0,3.0,1.9,84.78,20.52507938868903,8.567760535347118,8.50618529718105
-1999,9,19,9,30,0.0,66.0,66.0,10.0,3.0,1.8,73.55,64.50739236445123,11.79636661975711,11.602844442663757
-1999,9,19,10,30,9.0,171.0,178.0,12.0,3.0,2.0,68.18,175.1625372526232,16.813032693680682,16.28754508192281
-1999,9,19,11,30,0.0,44.0,44.0,13.0,3.0,2.4000000000000004,63.23,43.004928242967495,14.150558285366722,14.02154350063782
-1999,9,19,12,30,0.0,48.0,48.0,13.0,3.0,2.8000000000000003,63.92,46.914467174146345,14.222218667907327,14.081475266384889
-1999,9,19,13,30,0.0,43.0,43.0,12.0,3.0,2.8000000000000003,70.36,42.02754351017277,13.094904223333648,12.96882159280313
-1999,9,19,14,30,0.0,17.0,17.0,11.0,4.0,2.6,77.34,16.615540457510164,11.438657755193846,11.388811133821315
-1999,9,19,15,30,4.0,143.0,145.0,10.0,4.0,2.4000000000000004,84.0,142.03369231788187,13.799984052392654,13.373882975439008
-1999,9,19,16,30,0.0,9.0,9.0,9.0,4.0,2.4000000000000004,90.8,8.796462595152441,9.235341467461375,9.208952079675917
-1999,9,19,17,30,0.0,13.0,13.0,7.0,4.0,2.4000000000000004,97.95,12.706001526331303,7.339937675221987,7.301819670642993
-1999,9,19,18,30,0.0,0.0,0.0,7.0,4.0,2.5,100.0,0.0,7.0,7.0
-1999,9,19,19,30,0.0,0.0,0.0,7.0,4.0,2.6,100.0,0.0,7.0,7.0
-1999,9,19,20,30,0.0,0.0,0.0,6.0,4.0,2.5,100.0,0.0,6.0,6.0
-1999,9,19,21,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
-1999,9,19,22,30,0.0,0.0,0.0,6.0,4.0,2.2,100.0,0.0,6.0,6.0
-1999,9,19,23,30,0.0,0.0,0.0,6.0,4.0,2.0,100.0,0.0,6.0,6.0
-1999,9,20,0,30,0.0,0.0,0.0,6.0,2.0,1.8,100.0,0.0,6.0,6.0
-1999,9,20,1,30,0.0,0.0,0.0,6.0,2.0,1.6,100.0,0.0,6.0,6.0
-1999,9,20,2,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,20,3,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
-1999,9,20,4,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
-1999,9,20,5,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
-1999,9,20,6,30,0.0,4.0,4.0,6.0,2.0,1.2000000000000002,100.0,3.9095389311788624,6.113341946619364,6.1016133298258275
-1999,9,20,7,30,62.0,130.0,150.0,8.0,3.0,1.0,92.09,151.32811464765086,12.44661539177917,11.992631047836218
-1999,9,20,8,30,0.0,32.0,32.0,10.0,4.0,1.2000000000000002,77.29,31.2763114494309,10.906735572954911,10.812906638606618
-1999,9,20,9,30,0.0,87.0,87.0,12.0,3.0,1.6,65.67,85.03247175314027,14.399869310466046,14.144771895206626
-1999,9,20,10,30,0.0,48.0,48.0,14.0,2.0,2.2,53.57,46.914467174146345,15.271996659963232,15.131253258440793
-1999,9,20,11,30,17.0,251.0,264.0,15.0,2.0,2.8000000000000003,47.89,261.4382588487784,21.811006065230433,21.0266912886841
-1999,9,20,12,30,12.0,200.0,210.0,16.0,2.0,3.2,47.37,206.7823144845887,21.246226924678385,20.62587998122462
-1999,9,20,13,30,4.0,135.0,139.0,15.0,2.0,3.3000000000000003,47.77,135.44169608080122,18.41362086074322,18.007295772500814
-1999,9,20,14,30,0.0,64.0,64.0,15.0,2.0,3.2,51.48,62.5526228988618,16.587008324571784,16.399350455875197
-1999,9,20,15,30,0.0,69.0,69.0,14.0,2.0,2.9000000000000004,55.0,67.43954656283539,15.74532329450351,15.543004654815004
-1999,9,20,16,30,0.0,12.0,12.0,12.0,2.0,2.5,58.82,11.728616793536586,12.31170691863548,12.276521068254869
-1999,9,20,17,30,0.0,2.0,2.0,9.0,2.0,1.5,75.01,1.9547694655894312,9.055540587873036,9.049676279476268
-1999,9,20,18,30,0.0,0.0,0.0,7.0,3.0,0.7000000000000001,87.71000000000002,0.0,7.0,7.0
-1999,9,20,19,30,0.0,0.0,0.0,6.0,2.0,0.5,91.41,0.0,6.0,6.0
-1999,9,20,20,30,0.0,0.0,0.0,5.0,2.0,0.6000000000000001,96.1,0.0,5.0,5.0
-1999,9,20,21,30,0.0,0.0,0.0,5.0,2.0,0.9,93.7,0.0,5.0,5.0
-1999,9,20,22,30,0.0,0.0,0.0,5.0,1.0,1.1,97.82,0.0,5.0,5.0
-1999,9,20,23,30,0.0,0.0,0.0,4.0,1.0,1.2000000000000002,94.47,0.0,4.0,4.0
-1999,9,21,0,30,0.0,0.0,0.0,4.0,0.0,1.5,90.41,0.0,4.0,4.0
-1999,9,21,1,30,0.0,0.0,0.0,4.0,0.0,1.6,92.3,0.0,4.0,4.0
-1999,9,21,2,30,0.0,0.0,0.0,3.0,0.0,1.5,87.79,0.0,3.0,3.0
-1999,9,21,3,30,0.0,0.0,0.0,3.0,-1.0,1.4,84.06,0.0,3.0,3.0
-1999,9,21,4,30,0.0,0.0,0.0,3.0,-2.0,1.4,84.79,0.0,3.0,3.0
-1999,9,21,5,30,0.0,0.0,0.0,4.0,-3.0,1.3,74.27,0.0,4.0,4.0
-1999,9,21,6,30,591.0,30.0,106.0,7.0,-2.0,1.8,57.51,120.60830254349656,10.358634116391586,9.996809208761096
-1999,9,21,7,30,846.0,49.0,321.0,12.0,-3.0,2.2,39.13,378.26095785552604,22.25582733788082,21.12104446431424
-1999,9,21,8,30,951.0,59.0,527.0,15.0,-7.0,2.1,23.79,629.1348686431603,32.17200255351007,30.28459794758059
-1999,9,21,9,30,1003.0,65.0,698.0,17.0,-8.0,2.0,18.3,836.6571188455582,39.989265453472704,37.47929409693603
-1999,9,21,10,30,1029.0,69.0,817.0,19.0,-9.0,1.9,15.25,981.7184560325063,46.156094532054375,43.21093916395686
-1999,9,21,11,30,1038.0,72.0,874.0,21.0,-9.0,2.1,14.0,1052.2611977184613,49.721078539409014,46.56429494625363
-1999,9,21,12,30,1033.0,72.0,864.0,22.0,-9.0,2.4000000000000004,13.16,1040.5541549182908,49.83909317439187,46.717430709637
-1999,9,21,13,30,1015.0,70.0,790.0,22.0,-9.0,2.7,12.58,950.149784238092,46.91825172087145,44.067802368157174
-1999,9,21,14,30,978.0,66.0,658.0,22.0,-9.0,2.8000000000000003,13.71,787.5426949656876,42.517112130638274,40.15448404574121
-1999,9,21,15,30,913.0,59.0,478.0,21.0,-9.0,2.7,14.93,568.7745396564204,35.916455685927914,34.21013206695865
-1999,9,21,16,30,784.0,48.0,268.0,18.0,-7.0,1.9,20.2,315.51110773930765,26.72760353544594,25.781070212228016
-1999,9,21,17,30,457.0,24.0,63.0,14.0,-1.0,1.2000000000000002,42.68,70.7188853421371,16.05022031204393,15.83806365601752
-1999,9,21,18,30,0.0,0.0,0.0,11.0,-3.0,1.2000000000000002,42.38,0.0,11.0,11.0
-1999,9,21,19,30,0.0,0.0,0.0,10.0,-4.0,1.2000000000000002,42.23,0.0,10.0,10.0
-1999,9,21,20,30,0.0,0.0,0.0,9.0,-4.0,1.4,46.63,0.0,9.0,9.0
-1999,9,21,21,30,0.0,0.0,0.0,8.0,-4.0,1.6,45.34,0.0,8.0,8.0
-1999,9,21,22,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,47.8,0.0,7.0,7.0
-1999,9,21,23,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.74,0.0,7.0,7.0
-1999,9,22,0,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.46,0.0,6.0,6.0
-1999,9,22,1,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.98,0.0,6.0,6.0
-1999,9,22,2,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,55.85,0.0,6.0,6.0
-1999,9,22,3,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.52,0.0,6.0,6.0
-1999,9,22,4,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.17,0.0,6.0,6.0
-1999,9,22,5,30,0.0,0.0,0.0,6.0,-5.0,1.5,51.6,0.0,6.0,6.0
-1999,9,22,6,30,556.0,30.0,100.0,10.0,-3.0,1.6,44.38,114.74027811513034,13.238311981830295,12.894091147484904
-1999,9,22,7,30,814.0,51.0,310.0,15.0,0.0,1.6,39.28,366.94161093595625,25.35618385144323,24.25535901863536
-1999,9,22,8,30,920.0,63.0,513.0,19.0,-4.0,0.8,24.08,613.3638615687647,37.267617461377824,35.42752587667153
-1999,9,22,9,30,973.0,71.0,681.0,21.0,-6.0,0.30000000000000004,16.65,818.0142908326177,46.199826812532024,43.74578394003417
-1999,9,22,10,30,1000.0,76.0,798.0,23.0,-7.0,0.5,14.44,961.0372611939932,52.20795708658024,49.324845302998256
-1999,9,22,11,30,1010.0,79.0,855.0,24.0,-7.0,1.1,13.58,1030.475553206004,54.076278802278026,50.98485214266001
-1999,9,22,12,30,1005.0,79.0,845.0,25.0,-6.0,1.7000000000000002,12.94,1018.5832147241276,53.55548147176259,50.49973182759021
-1999,9,22,13,30,985.0,78.0,772.0,26.0,-6.0,2.2,13.13,929.0770859053429,51.190160334405924,48.402929076689894
-1999,9,22,14,30,945.0,73.0,640.0,25.0,-6.0,2.7,14.06,766.9557747574813,45.11387822342961,42.81301089915716
-1999,9,22,15,30,873.0,66.0,461.0,24.0,-6.0,3.0,15.14,550.1813370988556,38.14453649779304,36.493992486496474
-1999,9,22,16,30,727.0,53.0,254.0,20.0,-4.0,2.4000000000000004,20.98,298.21654855607125,27.978516295530955,27.083866649862742
-1999,9,22,17,30,368.0,25.0,55.0,16.0,0.0,1.5,40.33,61.14770565584701,17.73738109736081,17.55393798039327
-1999,9,22,18,30,0.0,0.0,0.0,15.0,0.0,1.1,42.74,0.0,15.0,15.0
-1999,9,22,19,30,0.0,0.0,0.0,15.0,0.0,0.7000000000000001,40.92,0.0,15.0,15.0
-1999,9,22,20,30,0.0,0.0,0.0,14.0,-1.0,0.5,40.32,0.0,14.0,14.0
-1999,9,22,21,30,0.0,0.0,0.0,13.0,0.0,0.8,43.78,0.0,13.0,13.0
-1999,9,22,22,30,0.0,0.0,0.0,12.0,0.0,1.1,50.42,0.0,12.0,12.0
-1999,9,22,23,30,0.0,0.0,0.0,11.0,-1.0,1.2000000000000002,48.92,0.0,11.0,11.0
-1999,9,23,0,30,0.0,0.0,0.0,11.0,-1.0,1.3,47.4,0.0,11.0,11.0
-1999,9,23,1,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.44,0.0,11.0,11.0
-1999,9,23,2,30,0.0,0.0,0.0,11.0,-2.0,1.3,45.89,0.0,11.0,11.0
-1999,9,23,3,30,0.0,0.0,0.0,10.0,-2.0,1.3,49.17,0.0,10.0,10.0
-1999,9,23,4,30,0.0,0.0,0.0,10.0,-1.0,1.3,49.67,0.0,10.0,10.0
-1999,9,23,5,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.59,0.0,10.0,10.0
-1999,9,23,6,30,279.0,41.0,75.0,12.0,0.0,1.1,48.09,82.69741268140368,14.413672437249673,14.165580199205461
-1999,9,23,7,30,441.0,104.0,243.0,16.0,2.0,1.2000000000000002,46.21,273.00857272155287,23.914826689474737,23.095800971310076
-1999,9,23,8,30,861.0,74.0,492.0,19.0,-1.0,1.2000000000000002,29.27,587.7092435033006,36.03835436286907,34.27522663235917
-1999,9,23,9,30,919.0,84.0,657.0,22.0,-4.0,1.1,19.25,787.833464421901,44.99433388011754,42.630833486851834
-1999,9,23,10,30,946.0,92.0,772.0,23.0,-5.0,1.1,16.69,927.0977787219374,50.05901288299595,47.27771954683014
-1999,9,23,11,30,952.0,98.0,826.0,24.0,-5.0,1.2000000000000002,15.86,992.2459046802229,52.76632880277694,49.78959108873627
-1999,9,23,12,30,941.0,102.0,815.0,25.0,-4.0,1.4,16.19,978.7173271424513,52.995398063920106,50.059246082492756
-1999,9,23,13,30,914.0,102.0,742.0,25.0,-4.0,1.7000000000000002,15.59,888.3999434587992,49.90585723211973,47.240657401743334
-1999,9,23,14,30,860.0,99.0,610.0,24.0,-4.0,2.0,16.88,727.0097140492253,43.97642633650514,41.79539719435746
-1999,9,23,15,30,775.0,88.0,435.0,23.0,-3.0,2.3000000000000003,18.35,514.4555363306517,36.85579425991208,35.31242765092013
-1999,9,23,16,30,622.0,66.0,235.0,21.0,-2.0,1.9,22.61,273.0531590734451,28.553140469663365,27.73398099244303
-1999,9,23,17,30,247.0,27.0,46.0,17.0,1.0,1.4,40.85,50.12996275567209,18.433926041109384,18.283536152842366
-1999,9,23,18,30,0.0,0.0,0.0,15.0,1.0,1.4,44.03,0.0,15.0,15.0
-1999,9,23,19,30,0.0,0.0,0.0,14.0,0.0,1.4,45.65,0.0,14.0,14.0
-1999,9,23,20,30,0.0,0.0,0.0,13.0,0.0,1.5,47.78,0.0,13.0,13.0
-1999,9,23,21,30,0.0,0.0,0.0,12.0,0.0,1.6,51.31,0.0,12.0,12.0
-1999,9,23,22,30,0.0,0.0,0.0,11.0,0.0,1.5,54.7,0.0,11.0,11.0
-1999,9,23,23,30,0.0,0.0,0.0,11.0,0.0,1.5,57.26,0.0,11.0,11.0
-1999,9,24,0,30,0.0,0.0,0.0,10.0,0.0,1.6,55.33,0.0,10.0,10.0
-1999,9,24,1,30,0.0,0.0,0.0,10.0,-1.0,1.9,52.46,0.0,10.0,10.0
-1999,9,24,2,30,0.0,0.0,0.0,10.0,-1.0,2.5,50.93,0.0,10.0,10.0
-1999,9,24,3,30,0.0,0.0,0.0,10.0,-1.0,3.0,56.4,0.0,10.0,10.0
-1999,9,24,4,30,0.0,0.0,0.0,10.0,0.0,3.2,62.17,0.0,10.0,10.0
-1999,9,24,5,30,0.0,0.0,0.0,10.0,1.0,3.4000000000000004,64.8,0.0,10.0,10.0
-1999,9,24,6,30,163.0,43.0,63.0,12.0,3.0,3.8,63.06,66.79445872270324,13.628876492471974,13.428493116303864
-1999,9,24,7,30,0.0,12.0,12.0,16.0,4.0,4.4,56.86,11.728616793536586,16.27498147927083,16.23979562889022
-1999,9,24,8,30,582.0,138.0,419.0,19.0,4.0,4.5,45.25,482.55055834706104,30.239847259059278,28.792195584018096
-1999,9,24,9,30,878.0,94.0,638.0,20.0,2.0,4.1000000000000005,35.53,764.8013510179281,38.286844335440094,35.99244028238631
-1999,9,24,10,30,901.0,106.0,750.0,22.0,1.0,3.5,31.68,899.2975360582825,44.36827245275547,41.67037984458062
-1999,9,24,11,30,81.0,372.0,434.0,23.0,1.0,3.1,29.01,439.68544976528494,34.22920733940274,32.910150990106885
-1999,9,24,12,30,525.0,308.0,704.0,23.0,1.0,2.9000000000000004,26.78,790.1000834070438,43.44764757240241,41.077347322181275
-1999,9,24,13,30,0.0,36.0,36.0,23.0,0.0,3.0,27.84,35.185850380609764,23.904588199117697,23.79903064797587
-1999,9,24,14,30,234.0,278.0,416.0,22.0,0.0,3.2,29.27,442.4352055296486,33.22492266062845,31.897617044039507
-1999,9,24,15,30,0.0,80.0,80.0,20.0,0.0,2.9000000000000004,31.71,78.19077862357726,22.02356324000407,21.78899090413334
-1999,9,24,16,30,0.0,60.0,60.0,18.0,2.0,2.1,41.28,58.64308396768294,19.60064119448755,19.4247119425845
-1999,9,24,17,30,0.0,2.0,2.0,15.0,4.0,1.5,55.68,1.9547694655894312,15.055540587873036,15.049676279476268
-1999,9,24,18,30,0.0,0.0,0.0,13.0,4.0,1.4,62.09,0.0,13.0,13.0
-1999,9,24,19,30,0.0,0.0,0.0,12.0,3.0,1.4,68.51,0.0,12.0,12.0
-1999,9,24,20,30,0.0,0.0,0.0,11.0,2.0,1.5,65.79,0.0,11.0,11.0
-1999,9,24,21,30,0.0,0.0,0.0,11.0,2.0,1.6,64.83,0.0,11.0,11.0
-1999,9,24,22,30,0.0,0.0,0.0,11.0,2.0,1.7000000000000002,69.81,0.0,11.0,11.0
-1999,9,24,23,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,70.84,0.0,10.0,10.0
-1999,9,25,0,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.54,0.0,10.0,10.0
-1999,9,25,1,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.62,0.0,10.0,10.0
-1999,9,25,2,30,0.0,0.0,0.0,10.0,2.0,1.8,70.33,0.0,10.0,10.0
-1999,9,25,3,30,0.0,0.0,0.0,10.0,2.0,1.8,73.05,0.0,10.0,10.0
-1999,9,25,4,30,0.0,0.0,0.0,10.0,2.0,1.8,70.71000000000002,0.0,10.0,10.0
-1999,9,25,5,30,0.0,0.0,0.0,10.0,1.0,2.0,64.16,0.0,10.0,10.0
-1999,9,25,6,30,434.0,32.0,83.0,13.0,1.0,2.8000000000000003,52.95,96.83242157513297,15.522684375130671,15.232187110405272
-1999,9,25,7,30,741.0,54.0,283.0,17.0,2.0,3.7,41.73,339.19897030563146,25.326453676088256,24.308856765171363
-1999,9,25,8,30,875.0,63.0,482.0,20.0,1.0,4.0,32.9,583.1753386303535,34.03586377200488,32.28633775611382
-1999,9,25,9,30,945.0,67.0,649.0,22.0,1.0,4.2,28.73,788.3021163472433,40.72559481826498,38.36068846922325
-1999,9,25,10,30,983.0,68.0,766.0,24.0,1.0,4.4,26.76,932.7113826151602,45.8677411189357,43.06960697109022
-1999,9,25,11,30,1000.0,68.0,824.0,25.0,0.0,4.6000000000000005,24.17,1003.647965238912,48.22537188886801,45.214427993151276
-1999,9,25,12,30,1003.0,67.0,818.0,26.0,0.0,4.7,21.71,997.180634685034,48.92564387122052,45.93410196716542
-1999,9,25,13,30,382.0,307.0,571.0,26.0,0.0,4.6000000000000005,19.7,627.4222984472392,40.51915085518722,38.636883959845505
-1999,9,25,14,30,340.0,257.0,456.0,26.0,-1.0,4.2,19.01,498.12587713701805,37.83265038914577,36.338272757734714
-1999,9,25,15,30,316.0,179.0,317.0,25.0,-1.0,3.7,19.84,347.41617150918154,33.52816462204663,32.48591610751909
-1999,9,25,16,30,101.0,103.0,129.0,23.0,0.0,2.7,26.56,133.78787376218312,26.50866776050424,26.10730413921769
-1999,9,25,17,30,37.0,21.0,24.0,19.0,1.0,1.8,38.05,23.81693097760359,19.663240881781537,19.591790088848725
-1999,9,25,18,30,0.0,0.0,0.0,16.0,1.0,1.7000000000000002,42.03,0.0,16.0,16.0
-1999,9,25,19,30,0.0,0.0,0.0,16.0,1.0,1.9,43.97,0.0,16.0,16.0
-1999,9,25,20,30,0.0,0.0,0.0,15.0,0.0,2.0,43.14,0.0,15.0,15.0
-1999,9,25,21,30,0.0,0.0,0.0,14.0,0.0,1.9,45.79,0.0,14.0,14.0
-1999,9,25,22,30,0.0,0.0,0.0,13.0,0.0,1.6,48.94,0.0,13.0,13.0
-1999,9,25,23,30,0.0,0.0,0.0,12.0,0.0,1.4,52.58,0.0,12.0,12.0
-1999,9,26,0,30,0.0,0.0,0.0,12.0,0.0,1.7000000000000002,53.3,0.0,12.0,12.0
-1999,9,26,1,30,0.0,0.0,0.0,11.0,1.0,2.1,58.32,0.0,11.0,11.0
-1999,9,26,2,30,0.0,0.0,0.0,9.0,1.0,1.5,69.13,0.0,9.0,9.0
-1999,9,26,3,30,0.0,0.0,0.0,7.0,1.0,1.0,79.95,0.0,7.0,7.0
-1999,9,26,4,30,0.0,0.0,0.0,6.0,1.0,1.0,83.49,0.0,6.0,6.0
-1999,9,26,5,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,79.77,0.0,6.0,6.0
-1999,9,26,6,30,0.0,29.0,29.0,7.0,0.0,1.6,72.65,28.344157251046756,7.799956436822016,7.714923965068875
-1999,9,26,7,30,0.0,45.0,45.0,10.0,0.0,1.8,55.85,43.982312975762206,11.224795422561668,11.09284848363438
-1999,9,26,8,30,0.0,73.0,73.0,14.0,-1.0,1.6,40.93,71.34908549401425,16.01368344441404,15.799636187931997
-1999,9,26,9,30,51.0,267.0,299.0,17.0,-3.0,1.1,30.43,299.8957320353318,25.75299527508999,24.853308078983996
-1999,9,26,10,30,75.0,337.0,390.0,19.0,-3.0,1.0,25.4,395.3261069391491,30.61623638793578,29.43025806711833
-1999,9,26,11,30,164.0,387.0,511.0,20.0,-3.0,1.5,23.61,531.5734027298417,35.10351977816654,33.508799569977015
-1999,9,26,12,30,992.0,76.0,814.0,20.0,-3.0,2.4000000000000004,23.82,993.0989740499693,46.569472371326064,43.59017544917616
-1999,9,26,13,30,582.0,244.0,643.0,19.0,-3.0,3.4000000000000004,25.49,735.4774162365103,37.41467353483428,35.208241286124746
-1999,9,26,14,30,466.0,217.0,487.0,18.0,-3.0,3.8,25.96,548.9900675272493,31.38789223980625,29.7409220372245
-1999,9,26,15,30,550.0,127.0,365.0,17.0,-3.0,3.7,28.11,422.3540431789626,27.36769472581099,26.1006325962741
-1999,9,26,16,30,4.0,87.0,88.0,14.0,-3.0,3.6,34.84,86.32923315587513,16.133162168901254,15.874174469433628
-1999,9,26,17,30,0.0,3.0,3.0,11.0,-1.0,3.2,46.68,2.9321541983841466,11.074391015214301,11.06559455261915
-1999,9,26,18,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,63.15,0.0,8.0,8.0
-1999,9,26,19,30,0.0,0.0,0.0,7.0,0.0,2.6,74.14,0.0,7.0,7.0
-1999,9,26,20,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,78.87,0.0,5.0,5.0
-1999,9,26,21,30,0.0,0.0,0.0,4.0,0.0,2.2,83.48,0.0,4.0,4.0
-1999,9,26,22,30,0.0,0.0,0.0,3.0,0.0,2.0,89.01,0.0,3.0,3.0
-1999,9,26,23,30,0.0,0.0,0.0,3.0,0.0,2.1,87.60000000000002,0.0,3.0,3.0
-1999,9,27,0,30,0.0,0.0,0.0,2.0,-1.0,2.4000000000000004,91.9,0.0,2.0,2.0
-1999,9,27,1,30,0.0,0.0,0.0,2.0,-1.0,2.5,90.6,0.0,2.0,2.0
-1999,9,27,2,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.86,0.0,1.0,1.0
-1999,9,27,3,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.13,0.0,1.0,1.0
-1999,9,27,4,30,0.0,0.0,0.0,1.0,-1.0,2.5,94.31,0.0,1.0,1.0
-1999,9,27,5,30,0.0,0.0,0.0,1.0,-2.0,2.7,85.81,0.0,1.0,1.0
-1999,9,27,6,30,461.0,31.0,81.0,2.0,-2.0,3.7,79.04,99.09060895517716,4.43241706912387,4.135145242258339
-1999,9,27,7,30,0.0,30.0,30.0,6.0,-2.0,4.4,62.73,29.32154198384147,6.68745369817708,6.5994890722255555
-1999,9,27,8,30,22.0,175.0,186.0,9.0,-4.0,3.6,45.3,184.10375428105903,13.549133004297058,12.99682174145388
-1999,9,27,9,30,11.0,192.0,199.0,12.0,-5.0,2.3000000000000003,32.35,196.0384787382654,17.279890362920984,16.691774926706188
-1999,9,27,10,30,36.0,294.0,320.0,14.0,-6.0,1.1,26.09,318.93985120289364,23.30883207863704,22.352012525028357
-1999,9,27,11,30,19.0,261.0,276.0,15.0,-7.0,0.7000000000000001,23.4,272.82142574119166,23.180359943959292,22.361895666735716
-1999,9,27,12,30,10.0,182.0,190.0,16.0,-7.0,1.8,23.02,187.12365151773145,21.210917214795938,20.649546260242744
-1999,9,27,13,30,10.0,180.0,187.0,15.0,-7.0,3.4000000000000004,23.11,184.4395253500109,19.617944169679372,19.06462559362934
-1999,9,27,14,30,0.0,104.0,104.0,14.0,-7.0,4.4,25.51,101.64801221065042,16.383172820347212,16.07822878371526
-1999,9,27,15,30,0.0,61.0,61.0,13.0,-6.0,4.6000000000000005,30.39,59.62046870047765,14.379674552947046,14.200813146845613
-1999,9,27,16,30,0.0,40.0,40.0,10.0,-5.0,4.6000000000000005,39.84,39.09538931178863,10.904704624883308,10.787418456947943
-1999,9,27,17,30,0.0,6.0,6.0,7.0,-3.0,4.800000000000002,56.93,5.864308396768293,7.133947223700791,7.116354298510486
-1999,9,27,18,30,0.0,0.0,0.0,4.0,-1.0,4.6000000000000005,75.31,0.0,4.0,4.0
-1999,9,27,19,30,0.0,0.0,0.0,2.0,0.0,4.1000000000000005,93.77,0.0,2.0,2.0
-1999,9,27,20,30,0.0,0.0,0.0,2.0,0.0,3.4000000000000004,96.84,0.0,2.0,2.0
-1999,9,27,21,30,0.0,0.0,0.0,2.0,0.0,2.8000000000000003,96.97,0.0,2.0,2.0
-1999,9,27,22,30,0.0,0.0,0.0,1.0,0.0,2.4000000000000004,95.67,0.0,1.0,1.0
-1999,9,27,23,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,94.2,0.0,1.0,1.0
-1999,9,28,0,30,0.0,0.0,0.0,1.0,-1.0,2.3000000000000003,92.72,0.0,1.0,1.0
-1999,9,28,1,30,0.0,0.0,0.0,1.0,-1.0,2.1,98.48,0.0,1.0,1.0
-1999,9,28,2,30,0.0,0.0,0.0,0.0,-1.0,1.6,97.18,0.0,0.0,0.0
-1999,9,28,3,30,0.0,0.0,0.0,0.0,-1.0,1.3,94.75,0.0,0.0,0.0
-1999,9,28,4,30,0.0,0.0,0.0,0.0,-2.0,2.2,90.54,0.0,0.0,0.0
-1999,9,28,5,30,0.0,0.0,0.0,0.0,-3.0,3.8,92.75,0.0,0.0,0.0
-1999,9,28,6,30,0.0,23.0,23.0,0.0,-3.0,5.300000000000002,88.22,22.47984885427846,0.49704815464147034,0.429608608078635
-1999,9,28,7,30,0.0,42.0,42.0,0.0,-4.0,5.9,79.03,41.05015877737806,0.8731330587179568,0.7499825823858226
-1999,9,28,8,30,462.0,166.0,382.0,0.0,-4.0,6.1000000000000005,72.75,435.80146449459073,9.150917097334641,7.843512703850869
-1999,9,28,9,30,11.0,191.0,198.0,1.0,-4.0,6.3000000000000025,73.82000000000002,195.04294525277862,5.04323043024994,4.4581015944916045
-1999,9,28,10,30,69.0,327.0,376.0,2.0,-3.0,6.4,74.83,380.00574430496016,9.827157836099852,8.687140603184972
-1999,9,28,11,30,31.0,304.0,327.0,2.0,-3.0,6.1000000000000005,75.94,325.95863440501375,8.844447950765698,7.866572047550657
-1999,9,28,12,30,3.0,128.0,131.0,3.0,-3.0,5.5,71.47,127.87347492701463,5.791005910508409,5.4073854857273655
-1999,9,28,13,30,63.0,310.0,354.0,4.0,-3.0,4.7,65.56,356.41052902994517,12.194042860724696,11.124811273634862
-1999,9,28,14,30,50.0,244.0,272.0,4.0,-4.0,4.0,64.27,274.28992294330413,10.601609734574515,9.778739965744602
-1999,9,28,15,30,213.0,182.0,271.0,4.0,-4.0,3.4000000000000004,63.09,291.8497681283568,11.30725115776027,10.4317018533752
-1999,9,28,16,30,401.0,75.0,173.0,3.0,-4.0,2.5,67.05,200.36189529980368,8.3249407065873,7.723855020687889
-1999,9,28,17,30,256.0,18.0,30.0,1.0,-4.0,1.5,77.73,37.59465842396966,2.0681717033694715,1.9553877280975627
-1999,9,28,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,79.64,0.0,0.0,0.0
-1999,9,28,19,30,0.0,0.0,0.0,0.0,-5.0,0.8,84.19,0.0,0.0,0.0
-1999,9,28,20,30,0.0,0.0,0.0,-1.0,-5.0,1.1,81.36,0.0,-1.0,-1.0
-1999,9,28,21,30,0.0,0.0,0.0,-2.0,-6.0,1.4,82.73,0.0,-2.0,-2.0
-1999,9,28,22,30,0.0,0.0,0.0,-2.0,-7.0,1.5,77.45,0.0,-2.0,-2.0
-1999,9,28,23,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,72.45,0.0,-2.0,-2.0
-1999,9,29,0,30,0.0,0.0,0.0,-2.0,-9.0,1.8,72.57000000000002,0.0,-2.0,-2.0
-1999,9,29,1,30,0.0,0.0,0.0,-2.0,-10.0,1.8,67.11,0.0,-2.0,-2.0
-1999,9,29,2,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,57.3,0.0,-2.0,-2.0
-1999,9,29,3,30,0.0,0.0,0.0,-2.0,-12.0,1.7000000000000002,52.84,0.0,-2.0,-2.0
-1999,9,29,4,30,0.0,0.0,0.0,-1.0,-13.0,1.7000000000000002,49.41,0.0,-1.0,-1.0
-1999,9,29,5,30,0.0,0.0,0.0,0.0,-13.0,1.7000000000000002,43.31,0.0,0.0,0.0
-1999,9,29,6,30,552.0,25.0,82.0,2.0,-13.0,1.9,36.17,105.77050177642711,4.925801921409913,4.608490416080631
-1999,9,29,7,30,827.0,45.0,289.0,6.0,-10.0,1.8,35.2,359.96362081230507,16.024070250752754,14.94417938831584
-1999,9,29,8,30,933.0,56.0,489.0,10.0,-9.0,1.4,28.22,605.8577060354987,27.330057596996635,25.51248447889014
-1999,9,29,9,30,985.0,63.0,654.0,13.0,-9.0,1.4,22.97,808.4564605901622,36.125227074145094,33.69985769237461
-1999,9,29,10,30,1010.0,67.0,767.0,16.0,-9.0,1.8,19.43,947.4196660191255,42.38322524839927,39.540966250341896
-1999,9,29,11,30,1017.0,69.0,820.0,18.0,-7.0,2.1,18.61,1010.8922133240786,45.5919274764763,42.55925083650406
-1999,9,29,12,30,1012.0,69.0,808.0,19.0,-6.0,2.3000000000000003,19.33,996.3971924704927,45.83589450411091,42.846702926699436
-1999,9,29,13,30,992.0,68.0,733.0,20.0,-5.0,2.3000000000000003,19.58,904.3595980463286,44.35705253923639,41.643973745097405
-1999,9,29,14,30,954.0,63.0,600.0,20.0,-4.0,2.0,20.55,741.6105856944353,40.377622126922816,38.15279036983951
-1999,9,29,15,30,884.0,55.0,422.0,19.0,-4.0,1.5,24.5,523.5859558719311,33.87657358225836,32.30581571464256
-1999,9,29,16,30,739.0,42.0,218.0,15.0,0.0,0.9,40.33,272.4776523703923,23.06058590102449,22.243152943913312
-1999,9,29,17,30,325.0,15.0,28.0,11.0,0.0,1.0,55.84,38.913376979711174,12.143428115964934,12.0266879850258
-1999,9,29,18,30,0.0,0.0,0.0,9.0,-2.0,1.4,56.27,0.0,9.0,9.0
-1999,9,29,19,30,0.0,0.0,0.0,7.0,-2.0,1.8,60.02,0.0,7.0,7.0
-1999,9,29,20,30,0.0,0.0,0.0,7.0,-3.0,2.0,60.31,0.0,7.0,7.0
-1999,9,29,21,30,0.0,0.0,0.0,6.0,-4.0,2.1,55.23,0.0,6.0,6.0
-1999,9,29,22,30,0.0,0.0,0.0,6.0,-5.0,2.3000000000000003,50.0,0.0,6.0,6.0
-1999,9,29,23,30,0.0,0.0,0.0,6.0,-6.0,2.6,45.13,0.0,6.0,6.0
-1999,9,30,0,30,0.0,0.0,0.0,6.0,-7.0,2.7,44.82,0.0,6.0,6.0
-1999,9,30,1,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,45.4,0.0,5.0,5.0
-1999,9,30,2,30,0.0,0.0,0.0,4.0,-6.0,2.5,52.51,0.0,4.0,4.0
-1999,9,30,3,30,0.0,0.0,0.0,3.0,-6.0,2.2,59.31,0.0,3.0,3.0
-1999,9,30,4,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,64.4,0.0,3.0,3.0
-1999,9,30,5,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.71,0.0,3.0,3.0
-1999,9,30,6,30,486.0,26.0,75.0,6.0,-5.0,1.0,51.69,96.55283777549332,8.837102250114702,8.547443736788223
-1999,9,30,7,30,786.0,49.0,278.0,10.0,-4.0,0.9,45.23,347.26918408987575,20.273110711222838,19.23130315895321
-1999,9,30,8,30,903.0,61.0,477.0,13.0,-5.0,0.9,33.97,591.7135351771401,30.504399856655837,28.729259251124418
-1999,9,30,9,30,959.0,68.0,641.0,15.0,-4.0,1.1,28.68,791.9425128672003,38.11426383504795,35.73843629644635
-1999,9,30,10,30,987.0,73.0,754.0,17.0,-4.0,1.6,25.4,931.1141111251321,43.27881012700956,40.48546779363416
-1999,9,30,11,30,996.0,76.0,807.0,19.0,-4.0,2.0,22.41,995.7745954937833,46.361419621000955,43.37409583451961
-1999,9,30,12,30,991.0,76.0,795.0,20.0,-4.0,2.2,20.86,981.1467917587029,46.60193149840289,43.65849112312678
-1999,9,30,13,30,970.0,74.0,719.0,21.0,-4.0,2.1,19.46,888.5751604264923,45.253328951131294,42.58760346985182
-1999,9,30,14,30,928.0,69.0,587.0,21.0,-4.0,2.1,19.54,725.7748566922072,40.80975513131334,38.63243056123672
-1999,9,30,15,30,853.0,60.0,410.0,20.0,-4.0,2.2,21.05,508.93280301507673,33.79874619864918,32.27194778960395
-1999,9,30,16,30,698.0,45.0,207.0,16.0,-3.0,2.2,29.64,259.99981128016543,23.04940099419256,22.269401560352062
-1999,9,30,17,30,258.0,14.0,24.0,12.0,0.0,2.4000000000000004,50.7,32.0534714765862,12.857561881600931,12.761401467171172
-1999,9,30,18,30,0.0,0.0,0.0,10.0,0.0,2.7,57.4,0.0,10.0,10.0
-1999,9,30,19,30,0.0,0.0,0.0,8.0,-1.0,2.6,58.57,0.0,8.0,8.0
-1999,9,30,20,30,0.0,0.0,0.0,7.0,-2.0,2.7,58.17,0.0,7.0,7.0
-1999,9,30,21,30,0.0,0.0,0.0,7.0,-3.0,2.9000000000000004,54.27,0.0,7.0,7.0
-1999,9,30,22,30,0.0,0.0,0.0,7.0,-4.0,3.0,50.29,0.0,7.0,7.0
-1999,9,30,23,30,0.0,0.0,0.0,7.0,-5.0,3.0,46.91,0.0,7.0,7.0
-1999,10,1,0,30,0.0,0.0,0.0,7.0,-6.0,3.0,47.71,0.0,7.0,7.0
-1999,10,1,1,30,0.0,0.0,0.0,7.0,-6.0,2.9000000000000004,45.81,0.0,7.0,7.0
-1999,10,1,2,30,0.0,0.0,0.0,7.0,-7.0,2.5,44.45,0.0,7.0,7.0
-1999,10,1,3,30,0.0,0.0,0.0,6.0,-7.0,2.2,44.07,0.0,6.0,6.0
-1999,10,1,4,30,0.0,0.0,0.0,6.0,-7.0,2.0,44.19,0.0,6.0,6.0
-1999,10,1,5,30,0.0,0.0,0.0,6.0,-7.0,1.9,44.09,0.0,6.0,6.0
-1999,10,1,6,30,460.0,27.0,72.0,9.0,-6.0,2.2,39.67,93.26743527545372,11.52876933917502,11.248967033348658
-1999,10,1,7,30,770.0,52.0,274.0,14.0,-5.0,2.7,31.68,343.16544998440287,22.999721103419954,21.970224753466745
-1999,10,1,8,30,892.0,66.0,473.0,18.0,-6.0,2.9000000000000004,21.53,588.781357123776,33.23755526736911,31.471211195997782
-1999,10,1,9,30,952.0,74.0,638.0,21.0,-7.0,3.0,16.0,790.7762450722009,41.329957971660086,38.95762923644348
-1999,10,1,10,30,983.0,78.0,752.0,22.0,-7.0,3.3000000000000003,14.67,930.3850706587841,45.44907054198557,42.65791533000922
-1999,10,1,11,30,992.0,81.0,804.0,23.0,-7.0,3.7,13.73,994.4456722830527,47.41105825348024,44.427721236631086
-1999,10,1,12,30,983.0,83.0,792.0,24.0,-7.0,4.2,12.91,977.8419630287738,47.2279883768673,44.29446248778098
-1999,10,1,13,30,510.0,249.0,586.0,23.0,-7.0,4.3,13.83,670.9086563080074,38.83294956004916,36.820223591125135
-1999,10,1,14,30,490.0,198.0,469.0,21.0,-7.0,4.2,17.37,539.4524874052618,33.81433665263234,32.19597919041656
-1999,10,1,15,30,548.0,118.0,340.0,17.0,-5.0,4.7,23.38,402.64210958107094,26.256928274312305,25.049001945569092
-1999,10,1,16,30,603.0,47.0,184.0,13.0,-4.0,5.1000000000000005,36.49,230.34401941791674,18.159626550974785,17.468594492721035
-1999,10,1,17,30,0.0,17.0,17.0,9.0,-2.0,4.3,53.66,16.615540457510164,9.392114502478472,9.342267881105942
-1999,10,1,18,30,0.0,0.0,0.0,6.0,-2.0,3.1,62.33,0.0,6.0,6.0
-1999,10,1,19,30,0.0,0.0,0.0,4.0,-2.0,2.1,71.77,0.0,4.0,4.0
-1999,10,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.4,76.52,0.0,3.0,3.0
-1999,10,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.57000000000002,0.0,2.0,2.0
-1999,10,1,22,30,0.0,0.0,0.0,2.0,-2.0,0.9,80.51,0.0,2.0,2.0
-1999,10,1,23,30,0.0,0.0,0.0,2.0,-3.0,0.8,79.61,0.0,2.0,2.0
-1999,10,2,0,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,78.45,0.0,1.0,1.0
-1999,10,2,1,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,77.51,0.0,1.0,1.0
-1999,10,2,2,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,82.52,0.0,0.0,0.0
-1999,10,2,3,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,81.63,0.0,0.0,0.0
-1999,10,2,4,30,0.0,0.0,0.0,0.0,-3.0,0.8,80.16,0.0,0.0,0.0
-1999,10,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,78.53,0.0,0.0,0.0
-1999,10,2,6,30,0.0,18.0,18.0,2.0,-4.0,1.6,73.54,17.592925190304882,2.4965246849240095,2.443745909353095
-1999,10,2,7,30,119.0,115.0,149.0,7.0,-3.0,2.2,59.55,157.43005366345633,11.26841685517646,10.796126694186091
-1999,10,2,8,30,2.0,135.0,136.0,10.0,-4.0,2.2,41.6,133.12008563485458,13.609298250644272,13.20993799373971
-1999,10,2,9,30,47.0,252.0,280.0,14.0,-6.0,2.0,27.83,281.68582813253715,21.740028897806543,20.894971413408932
-1999,10,2,10,30,385.0,303.0,566.0,17.0,-8.0,1.7000000000000002,19.94,629.8349357613614,34.65711389940138,32.7676090921173
-1999,10,2,11,30,989.0,88.0,805.0,18.0,-9.0,1.9,15.97,995.9796532973396,45.550584845121556,42.562645885229536
-1999,10,2,12,30,982.0,88.0,790.0,19.0,-10.0,2.7,14.78,978.9430227563439,44.673371784212016,41.73654271594298
-1999,10,2,13,30,954.0,86.0,711.0,20.0,-9.0,3.4000000000000004,15.47,880.7362868431914,42.051623658943306,39.409414798413735
-1999,10,2,14,30,290.0,246.0,405.0,19.0,-8.0,3.5,16.34,444.1716819882091,30.047904392197758,28.71538934623313
-1999,10,2,15,30,440.0,139.0,315.0,18.0,-8.0,3.0,18.45,364.95910985209906,27.382683674305632,26.287806344749335
-1999,10,2,16,30,283.0,77.0,140.0,15.0,-6.0,1.6,27.49,160.77114241351973,19.537439906567496,19.055126479326937
-1999,10,2,17,30,0.0,11.0,11.0,11.0,-2.0,0.6000000000000001,48.97,10.751232060741874,11.324552224505975,11.29229852832375
-1999,10,2,18,30,0.0,0.0,0.0,8.0,-2.0,0.8,54.32,0.0,8.0,8.0
-1999,10,2,19,30,0.0,0.0,0.0,7.0,-2.0,1.6,61.22,0.0,7.0,7.0
-1999,10,2,20,30,0.0,0.0,0.0,6.0,-3.0,2.5,58.31,0.0,6.0,6.0
-1999,10,2,21,30,0.0,0.0,0.0,6.0,-4.0,3.2,55.84,0.0,6.0,6.0
-1999,10,2,22,30,0.0,0.0,0.0,5.0,-4.0,3.4000000000000004,58.02,0.0,5.0,5.0
-1999,10,2,23,30,0.0,0.0,0.0,4.0,-4.0,2.9000000000000004,61.17,0.0,4.0,4.0
-1999,10,3,0,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,64.32000000000001,0.0,3.0,3.0
-1999,10,3,1,30,0.0,0.0,0.0,2.0,-5.0,1.9,67.51,0.0,2.0,2.0
-1999,10,3,2,30,0.0,0.0,0.0,1.0,-5.0,1.3,66.13,0.0,1.0,1.0
-1999,10,3,3,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,65.02,0.0,0.0,0.0
-1999,10,3,4,30,0.0,0.0,0.0,0.0,-5.0,1.3,68.95,0.0,0.0,0.0
-1999,10,3,5,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.99,0.0,0.0,0.0
-1999,10,3,6,30,0.0,17.0,17.0,1.0,-6.0,1.0,61.38,16.615540457510164,1.4882299506150698,1.4383833292425394
-1999,10,3,7,30,108.0,113.0,144.0,5.0,-6.0,0.9,49.56,151.17675589253167,9.47219511952303,9.018664851845436
-1999,10,3,8,30,72.0,194.0,226.0,9.0,-7.0,1.2000000000000002,34.29,231.70424957269904,15.717367737946986,15.02225498922889
-1999,10,3,9,30,342.0,258.0,458.0,12.0,-8.0,1.7000000000000002,26.08,508.9774971420784,26.268934809730908,24.742002318304674
-1999,10,3,10,30,565.0,240.0,623.0,15.0,-8.0,2.1,22.48,722.989473524982,34.733729132367756,32.56476071179281
-1999,10,3,11,30,978.0,91.0,795.0,16.0,-8.0,2.5,19.64,986.2296834271801,42.210645389773596,39.251956339492054
-1999,10,3,12,30,641.0,235.0,691.0,17.0,-8.0,2.9000000000000004,18.4,810.6633790354982,37.97982195229187,35.547831815185376
-1999,10,3,13,30,565.0,228.0,596.0,17.0,-8.0,3.0,18.28,692.8484037719064,34.81234453764929,32.73379932633357
-1999,10,3,14,30,883.0,88.0,566.0,17.0,-9.0,3.0,19.42,703.2792748260805,35.080510370222825,32.970672545744584
-1999,10,3,15,30,813.0,70.0,391.0,16.0,-8.0,2.7,20.8,488.80705002577696,28.819259991987483,27.352838841910152
-1999,10,3,16,30,643.0,49.0,188.0,12.0,-8.0,2.1,26.55,239.83523501780365,18.546213655316187,17.826707950262776
-1999,10,3,17,30,124.0,11.0,14.0,8.0,-4.0,1.4,46.61,18.338474695230865,8.524556871264414,8.469541447178722
-1999,10,3,18,30,0.0,0.0,0.0,6.0,-4.0,1.2000000000000002,57.39,0.0,6.0,6.0
-1999,10,3,19,30,0.0,0.0,0.0,4.0,-4.0,1.2000000000000002,66.09,0.0,4.0,4.0
-1999,10,3,20,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.78,0.0,3.0,3.0
-1999,10,3,21,30,0.0,0.0,0.0,3.0,-5.0,1.4,60.54,0.0,3.0,3.0
-1999,10,3,22,30,0.0,0.0,0.0,3.0,-6.0,1.6,56.62000000000001,0.0,3.0,3.0
-1999,10,3,23,30,0.0,0.0,0.0,3.0,-7.0,1.7000000000000002,52.45,0.0,3.0,3.0
-1999,10,4,0,30,0.0,0.0,0.0,3.0,-8.0,1.8,52.71,0.0,3.0,3.0
-1999,10,4,1,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,49.94,0.0,2.0,2.0
-1999,10,4,2,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,48.31,0.0,2.0,2.0
-1999,10,4,3,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,47.82,0.0,2.0,2.0
-1999,10,4,4,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,47.1,0.0,3.0,3.0
-1999,10,4,5,30,0.0,0.0,0.0,3.0,-10.0,1.7000000000000002,43.25,0.0,3.0,3.0
-1999,10,4,6,30,413.0,28.0,64.0,6.0,-9.0,1.8,36.15,86.11939766421288,8.39820593589571,8.139847742903072
-1999,10,4,7,30,769.0,56.0,269.0,12.0,-7.0,2.4000000000000004,31.39,343.70086823967574,21.195408475203354,20.164305870484327
-1999,10,4,8,30,903.0,70.0,473.0,17.0,-8.0,2.5,19.67,594.8922633700294,32.81022192125384,31.02554513114375
-1999,10,4,9,30,967.0,79.0,641.0,20.0,-12.0,2.2,12.63,801.4644594522646,41.730186377653745,39.32579299929695
-1999,10,4,10,30,997.0,84.0,755.0,21.0,-12.0,2.4000000000000004,10.49,941.6625532876561,46.19333706554594,43.36834940568297
-1999,10,4,11,30,1008.0,86.0,807.0,22.0,-12.0,2.6,10.16,1006.1912630222189,48.56390274283778,45.545328953771126
-1999,10,4,12,30,1002.0,85.0,792.0,23.0,-11.0,2.6,10.01,988.2571884326067,49.09043509241282,46.125663527114995
-1999,10,4,13,30,981.0,80.0,713.0,24.0,-11.0,2.5,10.33,891.0450022988731,47.680958882140764,45.00782387524414
-1999,10,4,14,30,940.0,73.0,577.0,23.0,-11.0,2.2,10.54,725.1999738238086,42.66241971980988,40.48681979833846
-1999,10,4,15,30,860.0,62.0,396.0,21.0,-10.0,1.6,12.56,502.18554017278467,35.173169862911486,33.66661324239313
-1999,10,4,16,30,687.0,45.0,190.0,17.0,-4.0,0.8,26.27,246.56880690730407,24.343479009296008,23.603772588574095
-1999,10,4,17,30,0.0,0.0,0.0,13.0,-2.0,0.4,39.14,0.0,13.0,13.0
-1999,10,4,18,30,0.0,0.0,0.0,11.0,-5.0,0.6000000000000001,36.16,0.0,11.0,11.0
-1999,10,4,19,30,0.0,0.0,0.0,10.0,-6.0,1.2000000000000002,38.68,0.0,10.0,10.0
-1999,10,4,20,30,0.0,0.0,0.0,8.0,-6.0,1.5,40.14,0.0,8.0,8.0
-1999,10,4,21,30,0.0,0.0,0.0,7.0,-7.0,1.6,44.47,0.0,7.0,7.0
-1999,10,4,22,30,0.0,0.0,0.0,6.0,-7.0,1.6,42.5,0.0,6.0,6.0
-1999,10,4,23,30,0.0,0.0,0.0,6.0,-8.0,1.6,40.99,0.0,6.0,6.0
-1999,10,5,0,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.83,0.0,6.0,6.0
-1999,10,5,1,30,0.0,0.0,0.0,7.0,-8.0,1.5,38.3,0.0,7.0,7.0
-1999,10,5,2,30,0.0,0.0,0.0,7.0,-9.0,1.3,34.35,0.0,7.0,7.0
-1999,10,5,3,30,0.0,0.0,0.0,8.0,-9.0,1.2000000000000002,30.75,0.0,8.0,8.0
-1999,10,5,4,30,0.0,0.0,0.0,8.0,-10.0,1.2000000000000002,32.35,0.0,8.0,8.0
-1999,10,5,5,30,0.0,0.0,0.0,7.0,-10.0,1.4,32.61,0.0,7.0,7.0
-1999,10,5,6,30,434.0,25.0,61.0,9.0,-9.0,1.4,30.67,85.699505212503,11.451363326027861,11.194264810390353
-1999,10,5,7,30,773.0,51.0,263.0,13.0,-3.0,2.0,35.07,339.2650543576354,22.322163426370434,21.304368263297526
-1999,10,5,8,30,900.0,65.0,463.0,17.0,-7.0,3.0,20.44,586.7597614257206,32.084926189401465,30.324646905124304
-1999,10,5,9,30,961.0,73.0,628.0,20.0,-9.0,3.6,14.59,789.1934805670647,39.50066756239454,37.13308712069335
-1999,10,5,10,30,990.0,79.0,741.0,22.0,-9.0,3.8,12.83,928.418283963486,44.64078108945394,41.85552623756348
-1999,10,5,11,30,1000.0,82.0,793.0,23.0,-9.0,3.8,12.12,992.271918375721,47.19794145937002,44.22112570424286
-1999,10,5,12,30,994.0,82.0,779.0,24.0,-9.0,3.6,11.53,975.1061471999429,48.09449809561313,45.169179654013305
-1999,10,5,13,30,972.0,79.0,701.0,25.0,-8.0,3.3000000000000003,11.07,879.4171096719416,47.164493488620586,44.52624215960476
-1999,10,5,14,30,925.0,72.0,565.0,24.0,-8.0,2.9000000000000004,12.15,710.5809497610369,42.389706744140724,40.25796389485761
-1999,10,5,15,30,837.0,62.0,383.0,23.0,-7.0,2.2,14.01,487.3664539078386,36.214015609464845,34.75191624774133
-1999,10,5,16,30,650.0,45.0,179.0,19.0,-2.0,1.6,27.27,233.31331163869356,25.584795723102374,24.884855788186293
-1999,10,5,17,30,0.0,0.0,0.0,15.0,0.0,1.8,39.7,0.0,15.0,15.0
-1999,10,5,18,30,0.0,0.0,0.0,13.0,-2.0,2.3000000000000003,39.64,0.0,13.0,13.0
-1999,10,5,19,30,0.0,0.0,0.0,11.0,-2.0,2.6,45.31,0.0,11.0,11.0
-1999,10,5,20,30,0.0,0.0,0.0,10.0,-2.0,2.6,48.05,0.0,10.0,10.0
-1999,10,5,21,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,50.9,0.0,9.0,9.0
-1999,10,5,22,30,0.0,0.0,0.0,9.0,-2.0,2.0,50.73,0.0,9.0,9.0
-1999,10,5,23,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.39,0.0,9.0,9.0
-1999,10,6,0,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.2,0.0,9.0,9.0
-1999,10,6,1,30,0.0,0.0,0.0,9.0,-2.0,1.9,51.23,0.0,9.0,9.0
-1999,10,6,2,30,0.0,0.0,0.0,9.0,-1.0,2.0,57.7,0.0,9.0,9.0
-1999,10,6,3,30,0.0,0.0,0.0,9.0,-1.0,2.1,60.73,0.0,9.0,9.0
-1999,10,6,4,30,0.0,0.0,0.0,9.0,0.0,2.2,63.29,0.0,9.0,9.0
-1999,10,6,5,30,0.0,0.0,0.0,9.0,0.0,2.3000000000000003,65.12,0.0,9.0,9.0
-1999,10,6,6,30,249.0,29.0,49.0,11.0,0.0,3.0,55.53,63.21826973898261,12.625269821701892,12.435615012484943
-1999,10,6,7,30,571.0,72.0,227.0,16.0,2.0,3.9,44.97,283.36158314094064,22.86488873352728,22.014803984104457
-1999,10,6,8,30,59.0,185.0,211.0,20.0,2.0,3.8,39.1,215.01736056046337,25.24349969724756,24.598447615566172
-1999,10,6,9,30,563.0,187.0,510.0,22.0,2.0,3.6,31.58,602.1727455369792,36.87945708498937,35.07293884837843
-1999,10,6,10,30,206.0,330.0,468.0,23.0,2.0,3.8,28.67,499.1729988967803,35.173033199583905,33.67551420289357
-1999,10,6,11,30,205.0,358.0,503.0,24.0,2.0,4.4,27.17,536.3311010640625,36.57446825535506,34.96547495216287
-1999,10,6,12,30,872.0,115.0,722.0,24.0,2.0,5.1000000000000005,29.92,894.8599464133115,44.04455401353851,41.35997417429857
-1999,10,6,13,30,536.0,229.0,570.0,23.0,3.0,5.4,31.2,664.4237437147534,37.59608512809348,35.602813896949215
-1999,10,6,14,30,342.0,225.0,406.0,22.0,3.0,5.4,34.06,455.42596719700816,32.004814321635195,30.638536420044172
-1999,10,6,15,30,201.0,161.0,237.0,21.0,3.0,4.800000000000002,37.04,259.12228892691144,26.918636751757678,26.141269884976943
-1999,10,6,16,30,343.0,70.0,139.0,18.0,4.0,3.0,46.96,167.09476257652824,22.29581632179047,21.794532034060882
-1999,10,6,17,30,0.0,0.0,0.0,16.0,5.0,1.6,61.23,0.0,16.0,16.0
-1999,10,6,18,30,0.0,0.0,0.0,14.0,5.0,1.9,63.06,0.0,14.0,14.0
-1999,10,6,19,30,0.0,0.0,0.0,13.0,5.0,2.9000000000000004,67.93,0.0,13.0,13.0
-1999,10,6,20,30,0.0,0.0,0.0,12.0,5.0,3.1,81.36,0.0,12.0,12.0
-1999,10,6,21,30,0.0,0.0,0.0,10.0,6.0,2.1,90.54,0.0,10.0,10.0
-1999,10,6,22,30,0.0,0.0,0.0,9.0,6.0,1.4,97.24,0.0,9.0,9.0
-1999,10,6,23,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
-1999,10,7,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
-1999,10,7,1,30,0.0,0.0,0.0,7.0,4.0,1.4,97.81,0.0,7.0,7.0
-1999,10,7,2,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,91.2,0.0,7.0,7.0
-1999,10,7,3,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,85.27,0.0,8.0,8.0
-1999,10,7,4,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,75.72,0.0,8.0,8.0
-1999,10,7,5,30,0.0,0.0,0.0,8.0,1.0,1.1,73.64,0.0,8.0,8.0
-1999,10,7,6,30,0.0,19.0,19.0,9.0,1.0,1.4,70.39,18.570309923099597,9.53118832583197,9.47547739606267
-1999,10,7,7,30,0.0,86.0,86.0,11.0,4.0,2.5,78.94,84.05508702034554,13.23389958355427,12.981734322493233
-1999,10,7,8,30,9.0,147.0,151.0,12.0,6.0,3.4000000000000004,81.8,148.8775058597182,15.72755248028647,15.280919962707316
-1999,10,7,9,30,202.0,271.0,386.0,12.0,6.0,3.7,78.54,414.9285459316046,22.18541805558307,20.940632417788258
-1999,10,7,10,30,0.0,115.0,115.0,12.0,6.0,4.0,76.77,112.3992442713923,14.705224957514089,14.368027224699912
-1999,10,7,11,30,0.0,23.0,23.0,13.0,5.0,4.4,73.96000000000002,22.47984885427846,13.527047835269096,13.45960828870626
-1999,10,7,12,30,0.0,98.0,98.0,12.0,5.0,4.6000000000000005,71.47,95.78370381388214,14.216526330964108,13.929175219522461
-1999,10,7,13,30,0.0,24.0,24.0,12.0,4.0,4.6000000000000005,75.59,23.457233587073173,12.542822774929986,12.472451074168767
-1999,10,7,14,30,0.0,70.0,70.0,12.0,4.0,4.1000000000000005,74.12,68.4169312956301,13.635888549159164,13.430637755272274
-1999,10,7,15,30,0.0,24.0,24.0,12.0,4.0,3.2,71.61,23.457233587073173,12.595128121714419,12.5247564209532
-1999,10,7,16,30,0.0,48.0,48.0,11.0,3.0,2.0,75.59,46.914467174146345,12.289093363554791,12.148349962032352
-1999,10,7,17,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.8,0.0,9.0,9.0
-1999,10,7,18,30,0.0,0.0,0.0,7.0,2.0,1.2000000000000002,83.72,0.0,7.0,7.0
-1999,10,7,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.01,0.0,6.0,6.0
-1999,10,7,20,30,0.0,0.0,0.0,5.0,0.0,1.4,86.17,0.0,5.0,5.0
-1999,10,7,21,30,0.0,0.0,0.0,4.0,0.0,1.6,87.49,0.0,4.0,4.0
-1999,10,7,22,30,0.0,0.0,0.0,4.0,0.0,1.8,82.61,0.0,4.0,4.0
-1999,10,7,23,30,0.0,0.0,0.0,4.0,-1.0,1.9,78.92,0.0,4.0,4.0
-1999,10,8,0,30,0.0,0.0,0.0,4.0,-1.0,1.9,75.84,0.0,4.0,4.0
-1999,10,8,1,30,0.0,0.0,0.0,4.0,-2.0,1.8,73.18,0.0,4.0,4.0
-1999,10,8,2,30,0.0,0.0,0.0,4.0,-2.0,1.8,76.31,0.0,4.0,4.0
-1999,10,8,3,30,0.0,0.0,0.0,3.0,-2.0,1.8,74.7,0.0,3.0,3.0
-1999,10,8,4,30,0.0,0.0,0.0,3.0,-3.0,1.8,73.38,0.0,3.0,3.0
-1999,10,8,5,30,0.0,0.0,0.0,3.0,-3.0,1.6,71.71000000000002,0.0,3.0,3.0
-1999,10,8,6,30,325.0,24.0,47.0,5.0,-3.0,1.7000000000000002,62.13,68.22253471695166,6.91258534197839,6.707917737827534
-1999,10,8,7,30,687.0,55.0,236.0,10.0,-1.0,2.1,54.41,308.0089990274993,18.406991221470907,17.482964224388407
-1999,10,8,8,30,830.0,71.0,428.0,13.0,-2.0,2.3000000000000003,41.41,547.5824535770862,27.747999158911792,26.105251798180532
-1999,10,8,9,30,901.0,80.0,589.0,15.0,-2.0,2.2,36.09,745.5904435895052,35.21526857431719,32.978497243548674
-1999,10,8,10,30,939.0,85.0,701.0,16.0,-2.0,2.0,32.29,883.5908599055315,40.27888841567384,37.628115835957246
-1999,10,8,11,30,956.0,86.0,752.0,17.0,-2.0,1.8,30.66,948.106304761386,43.40234638895724,40.55802747467308
-1999,10,8,12,30,954.0,85.0,740.0,18.0,-2.0,1.8,28.91,933.2326080292625,43.9881518084195,41.188453984331716
-1999,10,8,13,30,934.0,81.0,664.0,19.0,-2.0,1.8,27.11,840.7035369607995,42.41145278940724,39.88934217852484
-1999,10,8,14,30,888.0,73.0,532.0,19.0,-2.0,1.8,26.91,676.6348354333849,37.84255722615768,35.812652719857525
-1999,10,8,15,30,800.0,62.0,356.0,18.0,-2.0,1.7000000000000002,28.42,459.8980003863518,30.893015159777555,29.5133211586185
-1999,10,8,16,30,609.0,42.0,158.0,15.0,-1.0,1.4,37.32,211.9216347629431,21.06184273948362,20.42607783519479
-1999,10,8,17,30,0.0,0.0,0.0,12.0,0.0,1.3,53.37000000000001,0.0,12.0,12.0
-1999,10,8,18,30,0.0,0.0,0.0,10.0,0.0,1.6,54.86,0.0,10.0,10.0
-1999,10,8,19,30,0.0,0.0,0.0,9.0,0.0,1.8,60.81,0.0,9.0,9.0
-1999,10,8,20,30,0.0,0.0,0.0,8.0,-1.0,2.1,63.81,0.0,8.0,8.0
-1999,10,8,21,30,0.0,0.0,0.0,7.0,-1.0,2.3000000000000003,62.38,0.0,7.0,7.0
-1999,10,8,22,30,0.0,0.0,0.0,7.0,-1.0,2.2,60.65,0.0,7.0,7.0
-1999,10,8,23,30,0.0,0.0,0.0,7.0,-2.0,2.0,62.97,0.0,7.0,7.0
-1999,10,9,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,61.25,0.0,7.0,7.0
-1999,10,9,1,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,60.55,0.0,6.0,6.0
-1999,10,9,2,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.03,0.0,6.0,6.0
-1999,10,9,3,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.15,0.0,6.0,6.0
-1999,10,9,4,30,0.0,0.0,0.0,6.0,-2.0,1.8,60.7,0.0,6.0,6.0
-1999,10,9,5,30,0.0,0.0,0.0,6.0,-3.0,1.9,59.4,0.0,6.0,6.0
-1999,10,9,6,30,419.0,20.0,49.0,9.0,-3.0,2.1,48.25,76.7702424582534,11.095415252328738,10.865104524953978
-1999,10,9,7,30,770.0,43.0,243.0,14.0,-1.0,2.7,42.14,325.8334514745936,22.545178978738512,21.56767862431473
-1999,10,9,8,30,899.0,55.0,439.0,18.0,-1.0,2.3000000000000003,29.74,570.0615261015811,33.35342641560839,31.643241837303645
-1999,10,9,9,30,960.0,62.0,600.0,21.0,-3.0,1.4,21.66,769.6187075903011,43.014305335062545,40.70544921229164
-1999,10,9,10,30,992.0,67.0,712.0,23.0,-4.0,1.1,18.22,908.6800149184901,49.521457385106096,46.795417340350625
-1999,10,9,11,30,1003.0,69.0,764.0,25.0,-4.0,0.9,16.78,971.1309176793469,53.72853650564447,50.81514375260643
-1999,10,9,12,30,999.0,69.0,750.0,26.0,-4.0,0.9,15.4,954.5745513670745,54.23875684221912,51.3750331881179
-1999,10,9,13,30,978.0,67.0,673.0,26.0,-4.0,1.1,14.18,859.6218553733736,51.0896069356558,48.51074136953568
-1999,10,9,14,30,934.0,62.0,539.0,25.0,-5.0,1.4,14.78,693.9613549249422,44.850189460550354,42.76830539577553
-1999,10,9,15,30,850.0,53.0,361.0,24.0,-4.0,1.3,17.16,473.03008725429095,37.62181170384383,36.20272144208096
-1999,10,9,16,30,662.0,37.0,159.0,20.0,0.0,0.9,33.86,219.57187858437425,26.495497789935396,25.836782154182274
-1999,10,9,17,30,0.0,0.0,0.0,15.0,1.0,0.6000000000000001,45.22,0.0,15.0,15.0
-1999,10,9,18,30,0.0,0.0,0.0,13.0,0.0,0.6000000000000001,44.62,0.0,13.0,13.0
-1999,10,9,19,30,0.0,0.0,0.0,12.0,-1.0,1.1,43.66,0.0,12.0,12.0
-1999,10,9,20,30,0.0,0.0,0.0,11.0,-2.0,1.6,47.73,0.0,11.0,11.0
-1999,10,9,21,30,0.0,0.0,0.0,10.0,-3.0,1.9,48.42,0.0,10.0,10.0
-1999,10,9,22,30,0.0,0.0,0.0,9.0,-4.0,2.1,45.14,0.0,9.0,9.0
-1999,10,9,23,30,0.0,0.0,0.0,9.0,-4.0,2.3000000000000003,43.0,0.0,9.0,9.0
-1999,10,10,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,44.95,0.0,9.0,9.0
-1999,10,10,1,30,0.0,0.0,0.0,8.0,-5.0,2.4000000000000004,45.14,0.0,8.0,8.0
-1999,10,10,2,30,0.0,0.0,0.0,7.0,-4.0,2.4000000000000004,49.73,0.0,7.0,7.0
-1999,10,10,3,30,0.0,0.0,0.0,6.0,-4.0,2.2,54.51,0.0,6.0,6.0
-1999,10,10,4,30,0.0,0.0,0.0,5.0,-4.0,1.9,59.32,0.0,5.0,5.0
-1999,10,10,5,30,0.0,0.0,0.0,5.0,-4.0,1.6,59.56,0.0,5.0,5.0
-1999,10,10,6,30,378.0,20.0,45.0,7.0,-3.0,1.9,52.63,70.71536974715883,8.95611405074719,8.743967941505714
-1999,10,10,7,30,744.0,47.0,237.0,11.0,-3.0,2.3000000000000003,42.6,319.0042942659186,19.591719900427222,18.634707017629466
-1999,10,10,8,30,879.0,60.0,432.0,15.0,-2.0,1.8,33.94,561.8208867773905,30.64528111115237,28.9598184508202
-1999,10,10,9,30,944.0,69.0,594.0,19.0,-3.0,0.8,25.08,762.5586960434333,41.71103895090958,39.423362862779285
-1999,10,10,10,30,975.0,74.0,704.0,21.0,-3.0,1.0,20.95,898.5886225431842,47.40406912609476,44.70830325846521
-1999,10,10,11,30,986.0,77.0,754.0,23.0,-4.0,2.1,19.33,960.7906284162573,49.224423326169884,46.34205144092111
-1999,10,10,12,30,979.0,77.0,739.0,24.0,-4.0,2.8000000000000003,17.98,941.5466620632086,48.52923322794669,45.70459324175707
-1999,10,10,13,30,955.0,74.0,661.0,24.0,-4.0,3.3000000000000003,17.01,844.5761265996314,45.28637463699688,42.75264625719799
-1999,10,10,14,30,906.0,68.0,526.0,24.0,-3.0,3.6,18.35,677.6666363801725,40.74488211012641,38.7118822009859
-1999,10,10,15,30,811.0,58.0,348.0,22.0,-3.0,3.7,20.19,455.7149285996143,33.18661781038892,31.81947302459007
-1999,10,10,16,30,605.0,40.0,149.0,18.0,0.0,3.4000000000000004,32.38,204.60604841937698,23.122867815813002,22.509049670554873
-1999,10,10,17,30,0.0,0.0,0.0,14.0,1.0,3.3000000000000003,49.33,0.0,14.0,14.0
-1999,10,10,18,30,0.0,0.0,0.0,13.0,1.0,3.2,56.63,0.0,13.0,13.0
-1999,10,10,19,30,0.0,0.0,0.0,12.0,1.0,3.1,59.58,0.0,12.0,12.0
-1999,10,10,20,30,0.0,0.0,0.0,10.0,1.0,3.0,61.43,0.0,10.0,10.0
-1999,10,10,21,30,0.0,0.0,0.0,9.0,0.0,2.8000000000000003,62.67,0.0,9.0,9.0
-1999,10,10,22,30,0.0,0.0,0.0,9.0,0.0,2.5,63.51,0.0,9.0,9.0
-1999,10,10,23,30,0.0,0.0,0.0,9.0,-1.0,2.3000000000000003,58.88,0.0,9.0,9.0
-1999,10,11,0,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,53.68,0.0,9.0,9.0
-1999,10,11,1,30,0.0,0.0,0.0,8.0,-3.0,2.7,49.3,0.0,8.0,8.0
-1999,10,11,2,30,0.0,0.0,0.0,8.0,-4.0,2.9000000000000004,50.72,0.0,8.0,8.0
-1999,10,11,3,30,0.0,0.0,0.0,7.0,-4.0,2.8000000000000003,49.94,0.0,7.0,7.0
-1999,10,11,4,30,0.0,0.0,0.0,7.0,-4.0,2.6,49.16,0.0,7.0,7.0
-1999,10,11,5,30,0.0,0.0,0.0,7.0,-5.0,2.4000000000000004,47.7,0.0,7.0,7.0
-1999,10,11,6,30,407.0,19.0,45.0,9.0,-5.0,2.7,41.33,73.16606773575135,10.918824298558095,10.699326095350841
-1999,10,11,7,30,781.0,44.0,241.0,14.0,-3.0,3.4000000000000004,32.56,328.41805076604714,22.22283737650294,21.2375832242048
-1999,10,11,8,30,914.0,55.0,439.0,19.0,-3.0,3.6,23.64,575.2319264444495,33.21375980045968,31.488064021126327
-1999,10,11,9,30,978.0,62.0,602.0,22.0,-5.0,3.2,16.84,778.5555428981064,41.752555056221006,39.416888427526686
-1999,10,11,10,30,1008.0,67.0,713.0,24.0,-7.0,2.5,13.88,917.0982312880749,48.37336548657548,45.622070792711256
-1999,10,11,11,30,1017.0,69.0,763.0,25.0,-8.0,1.9,12.55,977.865195866379,52.04950643983205,49.115910852232915
-1999,10,11,12,30,1010.0,69.0,747.0,26.0,-8.0,1.5,11.73,957.9564691704429,53.21828143476851,50.34441202725718
-1999,10,11,13,30,985.0,67.0,667.0,26.0,-8.0,1.4,11.76,858.6669153422433,50.56145552210672,47.98545477607999
-1999,10,11,14,30,938.0,62.0,531.0,25.0,-8.0,1.3,11.95,690.1064251798743,44.872942615507526,42.8026233399679
-1999,10,11,15,30,847.0,53.0,351.0,23.0,-7.0,0.9,14.55,465.5452860674243,36.77202033457938,35.37538447637711
-1999,10,11,16,30,648.0,37.0,150.0,19.0,0.0,0.4,31.75,211.19337261632833,25.462164598514825,24.82858448066584
-1999,10,11,17,30,0.0,0.0,0.0,16.0,0.0,0.4,37.82,0.0,16.0,16.0
-1999,10,11,18,30,0.0,0.0,0.0,14.0,-2.0,1.0,36.69,0.0,14.0,14.0
-1999,10,11,19,30,0.0,0.0,0.0,12.0,-2.0,1.6,40.26,0.0,12.0,12.0
-1999,10,11,20,30,0.0,0.0,0.0,11.0,-3.0,2.0,41.75,0.0,11.0,11.0
-1999,10,11,21,30,0.0,0.0,0.0,10.0,-4.0,2.4000000000000004,41.32,0.0,10.0,10.0
-1999,10,11,22,30,0.0,0.0,0.0,10.0,-5.0,2.6,41.84,0.0,10.0,10.0
-1999,10,11,23,30,0.0,0.0,0.0,10.0,-5.0,2.7,40.29,0.0,10.0,10.0
-1999,10,12,0,30,0.0,0.0,0.0,9.0,-5.0,2.8000000000000003,39.12,0.0,9.0,9.0
-1999,10,12,1,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,38.45,0.0,9.0,9.0
-1999,10,12,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,40.72,0.0,9.0,9.0
-1999,10,12,3,30,0.0,0.0,0.0,8.0,-6.0,2.8000000000000003,40.39,0.0,8.0,8.0
-1999,10,12,4,30,0.0,0.0,0.0,8.0,-6.0,2.6,40.17,0.0,8.0,8.0
-1999,10,12,5,30,0.0,0.0,0.0,8.0,-6.0,2.4000000000000004,40.08,0.0,8.0,8.0
-1999,10,12,6,30,77.0,21.0,25.0,11.0,-6.0,2.5,35.32,30.752493049990278,11.8172971304045,11.725039651254528
-1999,10,12,7,30,210.0,95.0,148.0,15.0,-5.0,3.3000000000000003,28.63,169.2609602427865,19.265988698557848,18.758205817829488
-1999,10,12,8,30,785.0,68.0,394.0,19.0,-5.0,3.9,20.42,512.8039090494051,31.423496998854052,29.885085271705837
-1999,10,12,9,30,935.0,73.0,586.0,22.0,-6.0,3.9,16.56,755.6054962513563,40.30575479113977,38.0389383023857
-1999,10,12,10,30,510.0,237.0,562.0,24.0,-6.0,3.6,15.41,661.181010922621,40.337528641652675,38.35398560888481
-1999,10,12,11,30,294.0,327.0,527.0,25.0,-6.0,3.2,14.33,581.9394621290667,39.764253327776274,38.018434941389074
-1999,10,12,12,30,352.0,306.0,541.0,25.0,-6.0,3.0,13.26,608.3182987604221,40.639171667406345,38.814216771125075
-1999,10,12,13,30,346.0,270.0,480.0,25.0,-6.0,3.0,13.14,541.3513724500746,38.91752814831415,37.29347403096392
-1999,10,12,14,30,572.0,149.0,432.0,25.0,-6.0,2.9000000000000004,13.93,527.5111406401627,38.65189312196178,37.06935970004129
-1999,10,12,15,30,479.0,109.0,275.0,23.0,-6.0,2.3000000000000003,15.55,338.8341280392722,32.125795398829965,31.109293014712147
-1999,10,12,16,30,123.0,62.0,83.0,19.0,-1.0,1.4,29.37,93.40118275962888,21.671663429757775,21.391459881478887
-1999,10,12,17,30,0.0,0.0,0.0,15.0,0.0,1.2000000000000002,42.71,0.0,15.0,15.0
-1999,10,12,18,30,0.0,0.0,0.0,13.0,-1.0,1.3,45.36,0.0,13.0,13.0
-1999,10,12,19,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.94,0.0,11.0,11.0
-1999,10,12,20,30,0.0,0.0,0.0,10.0,-2.0,1.4,47.97,0.0,10.0,10.0
-1999,10,12,21,30,0.0,0.0,0.0,10.0,-2.0,1.5,46.07,0.0,10.0,10.0
-1999,10,12,22,30,0.0,0.0,0.0,9.0,-3.0,1.5,47.88,0.0,9.0,9.0
-1999,10,12,23,30,0.0,0.0,0.0,9.0,-3.0,1.5,50.22,0.0,9.0,9.0
-1999,10,13,0,30,0.0,0.0,0.0,8.0,-3.0,1.4,49.41,0.0,8.0,8.0
-1999,10,13,1,30,0.0,0.0,0.0,8.0,-3.0,1.3,52.37000000000001,0.0,8.0,8.0
-1999,10,13,2,30,0.0,0.0,0.0,7.0,-4.0,1.3,55.68,0.0,7.0,7.0
-1999,10,13,3,30,0.0,0.0,0.0,7.0,-4.0,1.2000000000000002,55.48,0.0,7.0,7.0
-1999,10,13,4,30,0.0,0.0,0.0,6.0,-4.0,1.0,54.73,0.0,6.0,6.0
-1999,10,13,5,30,0.0,0.0,0.0,6.0,-4.0,1.0,53.94,0.0,6.0,6.0
-1999,10,13,6,30,328.0,19.0,37.0,7.0,-4.0,1.0,50.86,61.73331468946007,8.813967668353301,8.628767724284922
-1999,10,13,7,30,719.0,47.0,223.0,11.0,-2.0,1.4,45.25,306.33635347096526,19.762497525111435,18.843488464698538
-1999,10,13,8,30,863.0,61.0,415.0,16.0,-3.0,2.4000000000000004,32.42,548.5900180187057,30.67703391887692,29.0312638648208
-1999,10,13,9,30,930.0,70.0,575.0,19.0,-3.0,3.4000000000000004,23.83,746.8394051133895,37.699151767959066,35.4586335526189
-1999,10,13,10,30,962.0,75.0,684.0,22.0,-4.0,3.8,18.73,880.9793599759632,43.483916439465006,40.84097835953712
-1999,10,13,11,30,975.0,78.0,734.0,24.0,-5.0,3.6,16.94,943.3171308880328,47.30900372129484,44.47905232863074
-1999,10,13,12,30,971.0,77.0,720.0,25.0,-5.0,2.7,15.46,925.1806601388412,49.26342136688285,46.48787938646633
-1999,10,13,13,30,950.0,74.0,643.0,26.0,-5.0,1.6,14.23,830.8913740221359,49.4502263398341,46.9575522177677
-1999,10,13,14,30,904.0,67.0,510.0,25.0,-5.0,0.6000000000000001,14.98,665.8677739548592,45.10084667905298,43.1032433571884
-1999,10,13,15,30,811.0,56.0,333.0,23.0,-5.0,0.2,17.44,445.20968337989945,36.80836788883407,35.47273883869437
-1999,10,13,16,30,600.0,37.0,135.0,19.0,0.0,0.30000000000000004,31.63,194.13463467913158,24.980530202288758,24.398126298251363
-1999,10,13,17,30,0.0,0.0,0.0,14.0,1.0,0.5,47.58,0.0,14.0,14.0
-1999,10,13,18,30,0.0,0.0,0.0,12.0,0.0,0.9,49.55,0.0,12.0,12.0
-1999,10,13,19,30,0.0,0.0,0.0,10.0,0.0,1.5,54.32,0.0,10.0,10.0
-1999,10,13,20,30,0.0,0.0,0.0,10.0,-1.0,1.8,53.31,0.0,10.0,10.0
-1999,10,13,21,30,0.0,0.0,0.0,9.0,-3.0,1.9,48.44,0.0,9.0,9.0
-1999,10,13,22,30,0.0,0.0,0.0,9.0,-4.0,2.0,44.45,0.0,9.0,9.0
-1999,10,13,23,30,0.0,0.0,0.0,9.0,-5.0,2.2,41.65,0.0,9.0,9.0
-1999,10,14,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,39.98,0.0,9.0,9.0
-1999,10,14,1,30,0.0,0.0,0.0,9.0,-6.0,2.7,38.38,0.0,9.0,9.0
-1999,10,14,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,39.55,0.0,9.0,9.0
-1999,10,14,3,30,0.0,0.0,0.0,8.0,-7.0,3.0,38.57,0.0,8.0,8.0
-1999,10,14,4,30,0.0,0.0,0.0,8.0,-7.0,2.7,38.08,0.0,8.0,8.0
-1999,10,14,5,30,0.0,0.0,0.0,8.0,-7.0,2.4000000000000004,38.07,0.0,8.0,8.0
-1999,10,14,6,30,391.0,18.0,38.0,10.0,-7.0,2.6,33.22,68.53750588883427,11.80942103909668,11.603808521430178
-1999,10,14,7,30,787.0,43.0,233.0,14.0,-6.0,3.3000000000000003,27.09,325.72457578312867,22.209438001180157,21.232264273830772
-1999,10,14,8,30,925.0,55.0,432.0,19.0,-6.0,3.8,20.6,575.9897839688604,33.04631816698875,31.318348815082167
-1999,10,14,9,30,989.0,62.0,595.0,22.0,-8.0,3.6,14.94,779.7210768095316,41.266608106455166,38.92744487602657
-1999,10,14,10,30,1019.0,66.0,706.0,23.0,-10.0,3.1,11.35,917.290220772675,46.42684317837107,43.674972516053046
-1999,10,14,11,30,1028.0,68.0,755.0,24.0,-10.0,2.5,10.09,977.6078714011385,49.9815068215178,47.04868320731438
-1999,10,14,12,30,1021.0,68.0,738.0,25.0,-11.0,2.3000000000000003,9.84,956.847921004235,50.770716797064765,47.90017303405206
-1999,10,14,13,30,997.0,66.0,658.0,25.0,-11.0,2.2,9.72,857.2174215514492,48.24182203814145,45.6701697734871
-1999,10,14,14,30,949.0,61.0,521.0,24.0,-11.0,2.2,10.3,686.5881761321778,42.61553417133676,40.55576964294023
-1999,10,14,15,30,859.0,51.0,340.0,22.0,-10.0,1.7000000000000002,11.58,460.45250385347777,34.90856039285489,33.52720288129446
-1999,10,14,16,30,651.0,35.0,138.0,18.0,-3.0,1.1,25.42,203.42397539559127,23.93729388342165,23.327021957234876
-1999,10,14,17,30,0.0,0.0,0.0,14.0,-4.0,1.0,32.21,0.0,14.0,14.0
-1999,10,14,18,30,0.0,0.0,0.0,12.0,-5.0,1.4,32.77,0.0,12.0,12.0
-1999,10,14,19,30,0.0,0.0,0.0,11.0,-5.0,1.7000000000000002,36.56,0.0,11.0,11.0
-1999,10,14,20,30,0.0,0.0,0.0,9.0,-6.0,1.9,37.88,0.0,9.0,9.0
-1999,10,14,21,30,0.0,0.0,0.0,9.0,-7.0,2.1,35.45,0.0,9.0,9.0
-1999,10,14,22,30,0.0,0.0,0.0,9.0,-7.0,2.3000000000000003,36.41,0.0,9.0,9.0
-1999,10,14,23,30,0.0,0.0,0.0,8.0,-8.0,2.4000000000000004,35.75,0.0,8.0,8.0
-1999,10,15,0,30,0.0,0.0,0.0,8.0,-7.0,2.5,38.68,0.0,8.0,8.0
-1999,10,15,1,30,0.0,0.0,0.0,7.0,-7.0,2.5,43.66,0.0,7.0,7.0
-1999,10,15,2,30,0.0,0.0,0.0,6.0,-6.0,2.4000000000000004,45.91,0.0,6.0,6.0
-1999,10,15,3,30,0.0,0.0,0.0,5.0,-6.0,2.2,50.33,0.0,5.0,5.0
-1999,10,15,4,30,0.0,0.0,0.0,5.0,-6.0,1.6,54.84,0.0,5.0,5.0
-1999,10,15,5,30,0.0,0.0,0.0,4.0,-6.0,0.9,54.7,0.0,4.0,4.0
-1999,10,15,6,30,0.0,21.0,21.0,5.0,-5.0,0.9,53.37000000000001,20.52507938868903,5.607184347408347,5.54560910924228
-1999,10,15,7,30,673.0,52.0,212.0,8.0,-4.0,1.7000000000000002,48.5,292.2636612953078,16.193468579047824,15.316677595161899
-1999,10,15,8,30,817.0,71.0,400.0,10.0,-3.0,2.0,42.84,528.9614141601443,24.53454956739167,22.947665324911238
-1999,10,15,9,30,15.0,186.0,194.0,12.0,-3.0,1.5,37.64,192.6641768651041,17.47413996050732,16.896147429912006
-1999,10,15,10,30,4.0,147.0,150.0,15.0,-4.0,1.2000000000000002,31.95,147.0159899700091,19.262159497756738,18.82111152784671
-1999,10,15,11,30,13.0,207.0,216.0,16.0,-4.0,1.3,27.17,213.80457129904002,22.156914095172404,21.515500381275285
-1999,10,15,12,30,0.0,117.0,117.0,17.0,-4.0,1.4,24.92,114.35401373698174,20.271001795912657,19.92793975470171
-1999,10,15,13,30,0.0,13.0,13.0,17.0,-5.0,1.2000000000000002,26.24,12.706001526331303,17.368361326512932,17.33024332193394
-1999,10,15,14,30,0.0,8.0,8.0,16.0,-4.0,1.4,28.31,7.819077862357725,16.223658242455567,16.200201008868493
-1999,10,15,15,30,0.0,15.0,15.0,13.0,-4.0,2.5,34.38,14.660770991920735,13.38963364829435,13.345651335318587
-1999,10,15,16,30,0.0,2.0,2.0,10.0,-2.0,3.6,47.02,1.9547694655894312,10.048301602139679,10.04243729374291
-1999,10,15,17,30,0.0,0.0,0.0,7.0,-1.0,3.8,65.03,0.0,7.0,7.0
-1999,10,15,18,30,0.0,0.0,0.0,5.0,0.0,3.3000000000000003,79.36,0.0,5.0,5.0
-1999,10,15,19,30,0.0,0.0,0.0,4.0,0.0,2.7,86.61,0.0,4.0,4.0
-1999,10,15,20,30,0.0,0.0,0.0,3.0,0.0,2.0,91.99,0.0,3.0,3.0
-1999,10,15,21,30,0.0,0.0,0.0,2.0,0.0,1.5,96.35,0.0,2.0,2.0
-1999,10,15,22,30,0.0,0.0,0.0,2.0,-1.0,1.6,91.57,0.0,2.0,2.0
-1999,10,15,23,30,0.0,0.0,0.0,1.0,-1.0,1.6,86.98,0.0,1.0,1.0
-1999,10,16,0,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.69,0.0,1.0,1.0
-1999,10,16,1,30,0.0,0.0,0.0,0.0,-2.0,1.6,87.95,0.0,0.0,0.0
-1999,10,16,2,30,0.0,0.0,0.0,0.0,-2.0,1.5,86.79,0.0,0.0,0.0
-1999,10,16,3,30,0.0,0.0,0.0,0.0,-3.0,1.6,92.0,0.0,0.0,0.0
-1999,10,16,4,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,90.33,0.0,0.0,0.0
-1999,10,16,5,30,0.0,0.0,0.0,0.0,-3.0,1.9,89.71000000000002,0.0,0.0,0.0
-1999,10,16,6,30,0.0,1.0,1.0,0.0,-3.0,2.6,88.99,0.9773847327947156,0.025803397364343835,0.02287124316595969
-1999,10,16,7,30,0.0,26.0,26.0,0.0,-3.0,3.4000000000000004,82.0,25.412003052662605,0.6362584761277187,0.5600224669697309
-1999,10,16,8,30,0.0,45.0,45.0,1.0,-4.0,4.1000000000000005,72.66,43.982312975762206,2.051642638745177,1.9196956998178905
-1999,10,16,9,30,0.0,48.0,48.0,1.0,-5.0,4.9,67.45,46.914467174146345,2.0646226460861024,1.9238792445636634
-1999,10,16,10,30,0.0,60.0,60.0,1.0,-6.0,5.5,63.15,58.64308396768294,2.2799620410539605,2.104032789150912
-1999,10,16,11,30,8.0,178.0,184.0,0.0,-6.0,5.9,60.99,181.02222870993157,3.850325966011755,3.30725927988196
-1999,10,16,12,30,0.0,121.0,121.0,0.0,-6.0,5.9,64.06,118.26355266816059,2.5154547644017327,2.1606641063972507
-1999,10,16,13,30,0.0,79.0,79.0,0.0,-7.0,5.5,67.56,77.21339389078254,1.6852833540543812,1.4536431723820336
-1999,10,16,14,30,0.0,27.0,27.0,0.0,-7.0,4.9,66.51,26.389387785457323,0.5988502384234328,0.5196820750670608
-1999,10,16,15,30,0.0,32.0,32.0,0.0,-7.0,4.4,71.29,31.2763114494309,0.7332839447222187,0.639455010373926
-1999,10,16,16,30,0.0,42.0,42.0,-1.0,-7.0,3.9,71.09,41.05015877737806,-0.00549407800223109,-0.12864455433436528
-1999,10,16,17,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,70.27,0.0,-1.0,-1.0
-1999,10,16,18,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,75.08,0.0,-2.0,-2.0
-1999,10,16,19,30,0.0,0.0,0.0,-2.0,-7.0,2.0,74.03,0.0,-2.0,-2.0
-1999,10,16,20,30,0.0,0.0,0.0,-3.0,-8.0,1.3,79.10000000000002,0.0,-3.0,-3.0
-1999,10,16,21,30,0.0,0.0,0.0,-3.0,-8.0,0.9,78.7,0.0,-3.0,-3.0
-1999,10,16,22,30,0.0,0.0,0.0,-3.0,-8.0,0.7000000000000001,84.4,0.0,-3.0,-3.0
-1999,10,16,23,30,0.0,0.0,0.0,-4.0,-8.0,0.7000000000000001,83.10000000000002,0.0,-4.0,-4.0
-1999,10,17,0,30,0.0,0.0,0.0,-4.0,-8.0,1.0,80.81,0.0,-4.0,-4.0
-1999,10,17,1,30,0.0,0.0,0.0,-5.0,-9.0,1.1,83.7,0.0,-5.0,-5.0
-1999,10,17,2,30,0.0,0.0,0.0,-5.0,-9.0,1.2000000000000002,79.7,0.0,-5.0,-5.0
-1999,10,17,3,30,0.0,0.0,0.0,-5.0,-10.0,1.2000000000000002,75.32000000000002,0.0,-5.0,-5.0
-1999,10,17,4,30,0.0,0.0,0.0,-5.0,-11.0,1.2000000000000002,71.15,0.0,-5.0,-5.0
-1999,10,17,5,30,0.0,0.0,0.0,-4.0,-12.0,1.1,66.93,0.0,-4.0,-4.0
-1999,10,17,6,30,347.0,16.0,31.0,-2.0,-12.0,1.3,54.32,59.45925448562202,-0.2877563383855818,-0.46613410184244786
-1999,10,17,7,30,175.0,89.0,129.0,1.0,-12.0,1.3,42.97,149.14299343156898,5.294859519961796,4.847430539667089
-1999,10,17,8,30,42.0,158.0,175.0,4.0,-12.0,1.2000000000000002,34.76,177.87702232825683,9.156855661100035,8.623224594115264
-1999,10,17,9,30,317.0,231.0,398.0,6.0,-13.0,1.6,25.78,453.9546489460316,18.811950633538256,17.45008668670016
-1999,10,17,10,30,195.0,301.0,421.0,8.0,-14.0,1.8,22.02,455.7727512640578,20.69211057145139,19.324792317659217
-1999,10,17,11,30,1019.0,88.0,754.0,10.0,-13.0,1.7000000000000002,21.56,979.8968947099506,37.47092944066054,34.53123875653069
-1999,10,17,12,30,518.0,238.0,571.0,11.0,-12.0,1.7000000000000002,21.62,679.3021521368935,30.043903078971514,28.005996622560833
-1999,10,17,13,30,357.0,253.0,461.0,11.0,-11.0,1.7000000000000002,21.55,527.5020281558169,25.78826096245881,24.20575487799136
-1999,10,17,14,30,935.0,73.0,512.0,11.0,-11.0,1.9,22.88,679.3847139177506,29.7930005811893,27.754846439436047
-1999,10,17,15,30,839.0,58.0,327.0,10.0,-10.0,1.7000000000000002,26.06,449.12839977151083,22.59109468202978,21.243709482715246
-1999,10,17,16,30,612.0,35.0,123.0,6.0,-6.0,1.2000000000000002,46.04,187.2815612247643,11.429503859353495,10.867659175679202
-1999,10,17,17,30,0.0,0.0,0.0,3.0,-6.0,1.0,58.34,0.0,3.0,3.0
-1999,10,17,18,30,0.0,0.0,0.0,2.0,-8.0,1.0,54.18,0.0,2.0,2.0
-1999,10,17,19,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,54.32,0.0,1.0,1.0
-1999,10,17,20,30,0.0,0.0,0.0,1.0,-8.0,1.4,53.13,0.0,1.0,1.0
-1999,10,17,21,30,0.0,0.0,0.0,1.0,-8.0,1.5,51.98,0.0,1.0,1.0
-1999,10,17,22,30,0.0,0.0,0.0,1.0,-9.0,1.6,50.52,0.0,1.0,1.0
-1999,10,17,23,30,0.0,0.0,0.0,1.0,-9.0,1.7000000000000002,49.0,0.0,1.0,1.0
-1999,10,18,0,30,0.0,0.0,0.0,0.0,-9.0,1.8,51.04,0.0,0.0,0.0
-1999,10,18,1,30,0.0,0.0,0.0,0.0,-10.0,1.8,49.62000000000001,0.0,0.0,0.0
-1999,10,18,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.53,0.0,0.0,0.0
-1999,10,18,3,30,0.0,0.0,0.0,0.0,-9.0,1.5,54.87000000000001,0.0,0.0,0.0
-1999,10,18,4,30,0.0,0.0,0.0,-1.0,-9.0,1.5,60.64,0.0,-1.0,-1.0
-1999,10,18,5,30,0.0,0.0,0.0,0.0,-9.0,1.4,57.17,0.0,0.0,0.0
-1999,10,18,6,30,0.0,4.0,4.0,0.0,-8.0,1.8,56.34,3.9095389311788624,0.10887070422770372,0.09714208743416713
-1999,10,18,7,30,0.0,34.0,34.0,1.0,-5.0,2.5,66.56,33.23108091502033,1.8831696028005256,1.7834763600554646
-1999,10,18,8,30,0.0,76.0,76.0,3.0,-3.0,2.8000000000000003,71.02,74.28123969239839,4.935179557519935,4.71233583844274
-1999,10,18,9,30,0.0,126.0,126.0,5.0,-3.0,2.7,67.83,123.15047633213418,8.229695590837892,7.86024416184149
-1999,10,18,10,30,0.0,121.0,121.0,6.0,-3.0,2.7,58.7,118.26355266816059,9.101533067391944,8.746742409387462
-1999,10,18,11,30,0.0,105.0,105.0,7.0,-3.0,3.0,54.65,102.62539694344514,9.638382247426613,9.330506056596278
-1999,10,18,12,30,0.0,82.0,82.0,7.0,-3.0,3.5,59.47,80.14554808916668,8.993464213625636,8.753027569358135
-1999,10,18,13,30,8.0,174.0,179.0,6.0,-2.0,3.7,65.75,176.32020739203458,10.328203112424593,9.799242490248488
-1999,10,18,14,30,0.0,66.0,66.0,5.0,-2.0,3.7,71.9,64.50739236445123,6.583488929237871,6.389966752144517
-1999,10,18,15,30,0.0,43.0,43.0,3.0,-2.0,3.5,77.91,42.02754351017277,4.045353185193931,3.9192705546634126
-1999,10,18,16,30,0.0,6.0,6.0,2.0,-2.0,3.1,84.42,5.864308396768293,2.149769647653032,2.1321767224627273
-1999,10,18,17,30,0.0,0.0,0.0,1.0,-2.0,2.5,84.32000000000002,0.0,1.0,1.0
-1999,10,18,18,30,0.0,0.0,0.0,0.0,-2.0,2.0,89.83,0.0,0.0,0.0
-1999,10,18,19,30,0.0,0.0,0.0,0.0,-2.0,1.5,88.84,0.0,0.0,0.0
-1999,10,18,20,30,0.0,0.0,0.0,0.0,-2.0,1.0,87.97,0.0,0.0,0.0
-1999,10,18,21,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,87.52,0.0,0.0,0.0
-1999,10,18,22,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,92.89,0.0,0.0,0.0
-1999,10,18,23,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,90.42,0.0,0.0,0.0
-1999,10,19,0,30,0.0,0.0,0.0,-1.0,-3.0,0.8,93.53,0.0,-1.0,-1.0
-1999,10,19,1,30,0.0,0.0,0.0,-1.0,-4.0,1.0,96.75,0.0,-1.0,-1.0
-1999,10,19,2,30,0.0,0.0,0.0,-2.0,-4.0,1.2000000000000002,92.87,0.0,-2.0,-2.0
-1999,10,19,3,30,0.0,0.0,0.0,-2.0,-5.0,1.3,96.47,0.0,-2.0,-2.0
-1999,10,19,4,30,0.0,0.0,0.0,-3.0,-5.0,1.4,93.07,0.0,-3.0,-3.0
-1999,10,19,5,30,0.0,0.0,0.0,-3.0,-6.0,1.4,89.81,0.0,-3.0,-3.0
-1999,10,19,6,30,0.0,24.0,24.0,-1.0,-6.0,2.0,74.95,23.457233587073173,-0.35545331822260423,-0.42582501898382374
-1999,10,19,7,30,671.0,58.0,207.0,1.0,-5.0,2.5,64.74,292.5309680813868,8.774482555892916,7.896889651648757
-1999,10,19,8,30,842.0,80.0,406.0,4.0,-5.0,1.9,55.74,544.5550672733904,19.06337055590179,17.42970535408162
-1999,10,19,9,30,924.0,93.0,571.0,7.0,-7.0,1.6,40.45,751.3214782286996,28.204527173214295,25.9505627385282
-1999,10,19,10,30,964.0,100.0,684.0,9.0,-8.0,1.9,34.82,891.0613394958029,33.648355972647416,30.975171954160004
-1999,10,19,11,30,978.0,103.0,733.0,10.0,-8.0,2.3000000000000003,31.55,952.554993497338,35.655095686769144,32.797430706277126
-1999,10,19,12,30,971.0,101.0,715.0,11.0,-8.0,2.5,29.64,929.6667117023404,35.707393136282654,32.91839300117563
-1999,10,19,13,30,946.0,94.0,632.0,11.0,-8.0,2.6,28.29,827.9929376283163,32.85938665463193,30.375407841746988
-1999,10,19,14,30,894.0,82.0,493.0,11.0,-8.0,2.5,28.93,655.4250321141631,28.418977936891253,26.452702840548763
-1999,10,19,15,30,794.0,63.0,310.0,10.0,-7.0,1.9,31.72,427.66520413076296,21.82998714150769,20.546991529115402
-1999,10,19,16,30,265.0,48.0,83.0,7.0,-4.0,1.0,48.69,111.51787031254744,10.276833784289169,9.942280173351527
-1999,10,19,17,30,0.0,0.0,0.0,4.0,-5.0,0.5,56.72,0.0,4.0,4.0
-1999,10,19,18,30,0.0,0.0,0.0,2.0,-6.0,0.7000000000000001,63.31,0.0,2.0,2.0
-1999,10,19,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.5,0.0,1.0,1.0
-1999,10,19,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,58.04,0.0,1.0,1.0
-1999,10,19,21,30,0.0,0.0,0.0,1.0,-7.0,1.5,60.16,0.0,1.0,1.0
-1999,10,19,22,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.09,0.0,0.0,0.0
-1999,10,19,23,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.25,0.0,0.0,0.0
-1999,10,20,0,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.72,0.0,0.0,0.0
-1999,10,20,1,30,0.0,0.0,0.0,0.0,-8.0,2.1,56.37000000000001,0.0,0.0,0.0
-1999,10,20,2,30,0.0,0.0,0.0,0.0,-8.0,2.2,57.05,0.0,0.0,0.0
-1999,10,20,3,30,0.0,0.0,0.0,1.0,-8.0,2.2,57.32,0.0,1.0,1.0
-1999,10,20,4,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,56.63,0.0,1.0,1.0
-1999,10,20,5,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,55.58,0.0,1.0,1.0
-1999,10,20,6,30,304.0,13.0,22.0,2.0,-8.0,2.4000000000000004,51.12000000000001,49.81267422607529,3.332693423490517,3.183255400812291
-1999,10,20,7,30,750.0,39.0,203.0,6.0,-7.0,2.8000000000000003,43.41,300.30145267388343,13.823472450305784,12.922568092284134
-1999,10,20,8,30,898.0,50.0,395.0,10.0,-6.0,2.6,35.5,544.2382612030592,24.36813533453427,22.73542055092509
-1999,10,20,9,30,967.0,57.0,554.0,13.0,-6.0,1.9,28.83,744.3849631557559,33.59102414086446,31.357869251397194
-1999,10,20,10,30,1001.0,61.0,663.0,15.0,-7.0,2.0,23.94,880.5197106350743,39.194500840124135,36.55294170821891
-1999,10,20,11,30,1014.0,63.0,712.0,16.0,-7.0,2.4000000000000004,22.07,941.6662580666264,41.19343618358459,38.36843740938471
-1999,10,20,12,30,1011.0,62.0,696.0,17.0,-7.0,2.9000000000000004,20.63,922.4566692684225,40.87301212863625,38.10564212083098
-1999,10,20,13,30,989.0,59.0,617.0,18.0,-7.0,3.1,20.64,823.9106479389401,39.04200514205528,36.57027319823846
-1999,10,20,14,30,942.0,54.0,482.0,17.0,-7.0,3.0,20.7,655.7624233626378,33.85890615636686,31.89161888627894
-1999,10,20,15,30,844.0,46.0,304.0,15.0,-6.0,2.0,25.2,431.32608560873024,26.851772554984738,25.557794298158548
-1999,10,20,16,30,606.0,29.0,107.0,11.0,-1.0,1.0,47.93,174.2160047090435,16.11915165160971,15.596503637482577
-1999,10,20,17,30,0.0,0.0,0.0,8.0,-3.0,0.8,50.26,0.0,8.0,8.0
-1999,10,20,18,30,0.0,0.0,0.0,7.0,-5.0,1.0,48.14,0.0,7.0,7.0
-1999,10,20,19,30,0.0,0.0,0.0,5.0,-5.0,1.5,54.41,0.0,5.0,5.0
-1999,10,20,20,30,0.0,0.0,0.0,5.0,-5.0,1.9,52.51,0.0,5.0,5.0
-1999,10,20,21,30,0.0,0.0,0.0,5.0,-6.0,2.4000000000000004,49.82,0.0,5.0,5.0
-1999,10,20,22,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,47.68,0.0,5.0,5.0
-1999,10,20,23,30,0.0,0.0,0.0,5.0,-7.0,3.1,49.73,0.0,5.0,5.0
-1999,10,21,0,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.71,0.0,5.0,5.0
-1999,10,21,1,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.14,0.0,5.0,5.0
-1999,10,21,2,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.51,0.0,4.0,4.0
-1999,10,21,3,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.89,0.0,4.0,4.0
-1999,10,21,4,30,0.0,0.0,0.0,5.0,-7.0,3.1,48.64,0.0,5.0,5.0
-1999,10,21,5,30,0.0,0.0,0.0,5.0,-7.0,3.0,47.62,0.0,5.0,5.0
-1999,10,21,6,30,310.0,12.0,21.0,6.0,-8.0,3.0,43.79,49.13003998288426,7.263077456135295,7.115687336186642
-1999,10,21,7,30,757.0,38.0,201.0,10.0,-7.0,3.6,35.47,300.3058404681772,17.420441889367282,16.519524367962752
-1999,10,21,8,30,903.0,50.0,392.0,14.0,-6.0,3.6,28.93,544.9245301516877,27.46487568732403,25.83010209686897
-1999,10,21,9,30,970.0,56.0,550.0,17.0,-6.0,2.6,23.42,743.0114776424895,36.61583781757747,34.38680338465
-1999,10,21,10,30,1001.0,60.0,657.0,19.0,-7.0,1.9,18.5,876.640631760909,43.24945331368085,40.619531418398125
-1999,10,21,11,30,1011.0,62.0,705.0,20.0,-8.0,2.0,16.72,934.9292006191508,45.68953886736035,42.88475126550289
-1999,10,21,12,30,1005.0,62.0,688.0,21.0,-8.0,2.3000000000000003,15.67,914.0437869732289,45.617876108756704,42.87574474783702
-1999,10,21,13,30,981.0,60.0,608.0,20.0,-8.0,2.6,15.87,815.3856061578641,41.52654742283231,39.08039060435872
-1999,10,21,14,30,931.0,55.0,474.0,19.0,-8.0,2.7,17.18,646.5830060882403,35.95702969302279,34.01728067475807
-1999,10,21,15,30,830.0,46.0,296.0,17.0,-7.0,2.0,21.1,422.2235662077834,28.60165786631455,27.3349871676912
-1999,10,21,16,30,586.0,29.0,102.0,13.0,0.0,1.2000000000000002,43.72,167.62767036334716,17.85971537838655,17.35683236729651
-1999,10,21,17,30,0.0,0.0,0.0,10.0,-2.0,0.9,45.8,0.0,10.0,10.0
-1999,10,21,18,30,0.0,0.0,0.0,9.0,-4.0,0.5,43.48,0.0,9.0,9.0
-1999,10,21,19,30,0.0,0.0,0.0,8.0,-5.0,0.8,44.71,0.0,8.0,8.0
-1999,10,21,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,46.0,0.0,7.0,7.0
-1999,10,21,21,30,0.0,0.0,0.0,6.0,-6.0,1.4,47.77,0.0,6.0,6.0
-1999,10,21,22,30,0.0,0.0,0.0,6.0,-6.0,1.5,49.56,0.0,6.0,6.0
-1999,10,21,23,30,0.0,0.0,0.0,6.0,-7.0,1.5,47.27,0.0,6.0,6.0
-1999,10,22,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,45.33,0.0,6.0,6.0
-1999,10,22,1,30,0.0,0.0,0.0,6.0,-8.0,1.5,43.7,0.0,6.0,6.0
-1999,10,22,2,30,0.0,0.0,0.0,5.0,-8.0,1.5,42.62,0.0,5.0,5.0
-1999,10,22,3,30,0.0,0.0,0.0,5.0,-8.0,1.5,41.75,0.0,5.0,5.0
-1999,10,22,4,30,0.0,0.0,0.0,5.0,-9.0,1.4,40.73,0.0,5.0,5.0
-1999,10,22,5,30,0.0,0.0,0.0,6.0,-9.0,1.4,39.42,0.0,6.0,6.0
-1999,10,22,6,30,280.0,11.0,18.0,7.0,-9.0,1.2000000000000002,33.27,44.126524089458314,8.279277742436337,8.146898170167962
-1999,10,22,7,30,749.0,39.0,197.0,10.0,-6.0,1.1,35.59,297.0207375992202,18.66908340163849,17.778021188840828
-1999,10,22,8,30,898.0,52.0,389.0,14.0,-4.0,0.6000000000000001,32.24,542.0547814106914,30.363248799486925,28.737084455254852
-1999,10,22,9,30,966.0,60.0,548.0,17.0,-8.0,0.4,19.83,741.5354320995984,39.689746171930445,37.46513987563165
-1999,10,22,10,30,998.0,65.0,656.0,18.0,-9.0,0.9,16.51,876.1658357805388,43.919226481192915,41.2907289738513
-1999,10,22,11,30,1009.0,68.0,704.0,19.0,-9.0,1.6,15.28,935.8887745379354,45.41356533235579,42.60589900874198
-1999,10,22,12,30,1003.0,68.0,687.0,20.0,-9.0,2.1,14.29,914.9061927128059,44.97202469697716,42.22730611883874
-1999,10,22,13,30,978.0,65.0,607.0,20.0,-9.0,2.6,14.35,814.6855316255126,41.50806513971819,39.064008544841656
-1999,10,22,14,30,927.0,59.0,471.0,19.0,-9.0,3.0,15.49,644.859168166246,35.57859586470314,33.6440183602044
-1999,10,22,15,30,821.0,49.0,292.0,17.0,-8.0,2.9000000000000004,19.47,418.4291776029272,27.828871604139554,26.57358407133077
-1999,10,22,16,30,566.0,29.0,97.0,13.0,-3.0,2.0,37.69,161.1900061042143,17.429102143886386,16.94553212557374
-1999,10,22,17,30,0.0,0.0,0.0,10.0,-3.0,1.4,45.59,0.0,10.0,10.0
-1999,10,22,18,30,0.0,0.0,0.0,9.0,-4.0,1.1,46.53,0.0,9.0,9.0
-1999,10,22,19,30,0.0,0.0,0.0,8.0,-4.0,1.0,48.82,0.0,8.0,8.0
-1999,10,22,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,48.02,0.0,7.0,7.0
-1999,10,22,21,30,0.0,0.0,0.0,7.0,-5.0,1.3,46.32,0.0,7.0,7.0
-1999,10,22,22,30,0.0,0.0,0.0,7.0,-6.0,1.4,44.26,0.0,7.0,7.0
-1999,10,22,23,30,0.0,0.0,0.0,7.0,-6.0,1.5,42.45,0.0,7.0,7.0
-1999,10,23,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,43.96,0.0,6.0,6.0
-1999,10,23,1,30,0.0,0.0,0.0,5.0,-7.0,1.5,46.33,0.0,5.0,5.0
-1999,10,23,2,30,0.0,0.0,0.0,4.0,-7.0,1.6,48.86,0.0,4.0,4.0
-1999,10,23,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,50.78,0.0,3.0,3.0
-1999,10,23,4,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.73,0.0,3.0,3.0
-1999,10,23,5,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,46.79,0.0,3.0,3.0
-1999,10,23,6,30,268.0,11.0,16.0,4.0,-9.0,1.5,42.35,42.29878559850647,5.201829402296399,5.074933045500879
-1999,10,23,7,30,753.0,39.0,195.0,9.0,-6.0,1.7000000000000002,40.02,296.8918070059925,17.323216376949507,16.43254095593153
-1999,10,23,8,30,907.0,53.0,389.0,13.0,-7.0,1.9,26.2,545.8168221810745,28.09827296131019,26.460822494766965
-1999,10,23,9,30,976.0,61.0,549.0,16.0,-10.0,1.6,17.52,746.9718542002817,37.08176784371756,34.84085228111671
-1999,10,23,10,30,1010.0,65.0,658.0,18.0,-10.0,1.5,15.04,882.9636503455305,43.08752109851788,40.43863014748129
-1999,10,23,11,30,1022.0,67.0,707.0,19.0,-10.0,1.6,14.2,942.8979221225446,45.61138432825261,42.782690561884976
-1999,10,23,12,30,1017.0,66.0,689.0,20.0,-10.0,2.0,13.27,921.4550527744301,45.31930265639134,42.55493749806806
-1999,10,23,13,30,993.0,63.0,608.0,20.0,-10.0,2.3000000000000003,13.33,820.9368024952739,42.11023233785127,39.647421930365454
-1999,10,23,14,30,940.0,57.0,471.0,19.0,-10.0,2.5,14.38,648.0482974984549,36.22292931008973,34.278784417594366
-1999,10,23,15,30,835.0,48.0,291.0,17.0,-9.0,1.9,17.830000000000005,421.12703437771717,28.64912963109897,27.385748527965816
-1999,10,23,16,30,576.0,28.0,95.0,13.0,-2.0,1.3,38.78,160.88130955038505,17.632886922867247,17.150242994216093
-1999,10,23,17,30,0.0,0.0,0.0,10.0,-4.0,1.1,40.6,0.0,10.0,10.0
-1999,10,23,18,30,0.0,0.0,0.0,9.0,-5.0,1.2000000000000002,43.52,0.0,9.0,9.0
-1999,10,23,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,50.68,0.0,7.0,7.0
-1999,10,23,20,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,51.94,0.0,6.0,6.0
-1999,10,23,21,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.44,0.0,5.0,5.0
-1999,10,23,22,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,43.75,0.0,5.0,5.0
-1999,10,23,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.38,0.0,5.0,5.0
-1999,10,24,0,30,0.0,0.0,0.0,5.0,-9.0,2.1,39.94,0.0,5.0,5.0
-1999,10,24,1,30,0.0,0.0,0.0,5.0,-9.0,2.2,41.66,0.0,5.0,5.0
-1999,10,24,2,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,40.76,0.0,5.0,5.0
-1999,10,24,3,30,0.0,0.0,0.0,5.0,-10.0,2.3000000000000003,39.88,0.0,5.0,5.0
-1999,10,24,4,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.94,0.0,5.0,5.0
-1999,10,24,5,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.4,0.0,5.0,5.0
-1999,10,24,6,30,0.0,0.0,0.0,6.0,-10.0,2.4000000000000004,35.6,0.0,6.0,6.0
-1999,10,24,7,30,690.0,36.0,176.0,10.0,-9.0,3.1,29.29,270.8980986924856,16.918516224932592,16.105821928855136
-1999,10,24,8,30,880.0,51.0,374.0,14.0,-9.0,3.4000000000000004,21.64,527.061290585392,27.196410093246605,25.615226221490428
-1999,10,24,9,30,636.0,134.0,450.0,18.0,-9.0,2.5,16.4,577.1655612414675,33.33910620528057,31.60760952155617
-1999,10,24,10,30,904.0,87.0,613.0,21.0,-11.0,1.3,11.33,815.7851787941397,44.49210419325085,42.044748656868435
-1999,10,24,11,30,594.0,199.0,567.0,22.0,-12.0,0.7000000000000001,9.74,702.5779524446473,43.06630930497103,40.95857544763709
-1999,10,24,12,30,1026.0,62.0,685.0,23.0,-13.0,0.7000000000000001,8.91,921.7579613975233,50.63826882348634,47.872994939293775
-1999,10,24,13,30,1003.0,58.0,604.0,23.0,-13.0,1.1,8.950000000000003,820.3731491202394,46.94406298924643,44.48294354188572
-1999,10,24,14,30,950.0,54.0,467.0,22.0,-12.0,1.5,9.81,648.3121233378173,40.42040050719824,38.47546413718479
-1999,10,24,15,30,842.0,45.0,287.0,19.0,-10.0,1.5,14.79,418.71308035355867,30.896835428598443,29.640696187537767
-1999,10,24,16,30,575.0,27.0,91.0,14.0,-1.0,1.3,38.62,158.02533238436246,18.550643564074036,18.07656756692095
-1999,10,24,17,30,0.0,0.0,0.0,11.0,-4.0,1.0,37.43,0.0,11.0,11.0
-1999,10,24,18,30,0.0,0.0,0.0,9.0,-5.0,0.5,40.75,0.0,9.0,9.0
-1999,10,24,19,30,0.0,0.0,0.0,8.0,-6.0,0.8,40.76,0.0,8.0,8.0
-1999,10,24,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.47,0.0,7.0,7.0
-1999,10,24,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,45.79,0.0,6.0,6.0
-1999,10,24,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.47,0.0,5.0,5.0
-1999,10,24,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.9,0.0,5.0,5.0
-1999,10,25,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.83,0.0,5.0,5.0
-1999,10,25,1,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.56,0.0,5.0,5.0
-1999,10,25,2,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,43.35,0.0,5.0,5.0
-1999,10,25,3,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,42.97,0.0,5.0,5.0
-1999,10,25,4,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.15,0.0,5.0,5.0
-1999,10,25,5,30,0.0,0.0,0.0,6.0,-9.0,1.3,37.92,0.0,6.0,6.0
-1999,10,25,6,30,0.0,0.0,0.0,8.0,-10.0,1.0,32.01,0.0,8.0,8.0
-1999,10,25,7,30,702.0,42.0,182.0,10.0,-7.0,1.2000000000000002,31.6,279.40657890730586,18.10031211073317,17.262092374011253
-1999,10,25,8,30,864.0,57.0,370.0,13.0,-6.0,1.5,28.47,522.1553407811355,27.835925718373872,26.269459696030466
-1999,10,25,9,30,937.0,66.0,527.0,16.0,-10.0,1.2000000000000002,18.9,719.3190271037075,36.853870547772594,34.69591346646147
-1999,10,25,10,30,973.0,71.0,634.0,18.0,-10.0,1.1,15.26,853.034671577071,42.89734815206499,40.33824413733378
-1999,10,25,11,30,985.0,73.0,680.0,19.0,-10.0,1.5,14.04,910.7605372291284,44.87731010726414,42.14502849557675
-1999,10,25,12,30,979.0,72.0,663.0,20.0,-10.0,2.1,13.12,888.8854048703831,44.261796957989986,41.595140743378835
-1999,10,25,13,30,951.0,69.0,582.0,21.0,-10.0,2.6,12.33,788.3955889304018,41.81399880607693,39.44881203928573
-1999,10,25,14,30,896.0,62.0,447.0,21.0,-10.0,2.9000000000000004,13.31,619.3856676290284,37.02958930020869,35.17143229732161
-1999,10,25,15,30,782.0,50.0,271.0,18.0,-9.0,2.4000000000000004,16.98,394.49476994995035,28.554353760001412,27.37086945015156
-1999,10,25,16,30,505.0,28.0,82.0,14.0,-2.0,2.2,37.53,141.5644573873748,17.83825135001173,17.413557977849607
-1999,10,25,17,30,0.0,0.0,0.0,11.0,-4.0,2.7,38.04,0.0,11.0,11.0
-1999,10,25,18,30,0.0,0.0,0.0,9.0,-5.0,2.9000000000000004,40.64,0.0,9.0,9.0
-1999,10,25,19,30,0.0,0.0,0.0,7.0,-5.0,2.9000000000000004,46.39,0.0,7.0,7.0
-1999,10,25,20,30,0.0,0.0,0.0,7.0,-6.0,2.8000000000000003,43.5,0.0,7.0,7.0
-1999,10,25,21,30,0.0,0.0,0.0,6.0,-7.0,2.5,43.62,0.0,6.0,6.0
-1999,10,25,22,30,0.0,0.0,0.0,6.0,-8.0,2.3000000000000003,41.04,0.0,6.0,6.0
-1999,10,25,23,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.84,0.0,6.0,6.0
-1999,10,26,0,30,0.0,0.0,0.0,6.0,-9.0,2.2,37.68,0.0,6.0,6.0
-1999,10,26,1,30,0.0,0.0,0.0,6.0,-9.0,2.3000000000000003,40.1,0.0,6.0,6.0
-1999,10,26,2,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,41.69,0.0,5.0,5.0
-1999,10,26,3,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.78,0.0,5.0,5.0
-1999,10,26,4,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.58,0.0,5.0,5.0
-1999,10,26,5,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,43.82,0.0,5.0,5.0
-1999,10,26,6,30,0.0,0.0,0.0,6.0,-9.0,2.1,36.69,0.0,6.0,6.0
-1999,10,26,7,30,749.0,36.0,183.0,11.0,-8.0,2.2,30.53,287.9245516903443,18.806527285326528,17.942753630255496
-1999,10,26,8,30,906.0,49.0,374.0,16.0,-7.0,2.0,23.47,534.7947466854343,30.694835097606617,29.090450857550316
-1999,10,26,9,30,976.0,56.0,532.0,19.0,-10.0,1.9,14.76,734.116417716833,39.30697774351645,37.10462849036595
-1999,10,26,10,30,1009.0,60.0,639.0,22.0,-11.0,2.6,11.25,868.2525088721227,44.92225747680206,42.31749995018569
-1999,10,26,11,30,1020.0,62.0,686.0,23.0,-12.0,3.2,10.43,926.6016834566449,46.50859991251752,43.72879486214758
-1999,10,26,12,30,1013.0,62.0,668.0,24.0,-11.0,3.5,9.91,904.2226857580454,46.490775946802366,43.77810788952823
-1999,10,26,13,30,986.0,60.0,587.0,24.0,-11.0,3.8,9.5,802.9030790336011,43.57991690000284,41.17120766290204
-1999,10,26,14,30,932.0,55.0,451.0,23.0,-11.0,3.8,10.47,632.0204692470031,38.41270495792835,36.51664355018734
-1999,10,26,15,30,821.0,45.0,273.0,21.0,-9.0,3.2,14.68,404.3628766504419,31.258998290601195,30.04590966064987
-1999,10,26,16,30,540.0,26.0,81.0,16.0,-3.0,2.5,31.9,146.04473055048908,19.88137439769784,19.443240206046372
-1999,10,26,17,30,0.0,0.0,0.0,13.0,-4.0,2.5,35.11,0.0,13.0,13.0
-1999,10,26,18,30,0.0,0.0,0.0,11.0,-5.0,2.5,36.53,0.0,11.0,11.0
-1999,10,26,19,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,41.3,0.0,9.0,9.0
-1999,10,26,20,30,0.0,0.0,0.0,8.0,-5.0,2.5,42.81,0.0,8.0,8.0
-1999,10,26,21,30,0.0,0.0,0.0,8.0,-6.0,2.6,43.59,0.0,8.0,8.0
-1999,10,26,22,30,0.0,0.0,0.0,8.0,-7.0,2.8000000000000003,40.76,0.0,8.0,8.0
-1999,10,26,23,30,0.0,0.0,0.0,8.0,-8.0,3.2,35.6,0.0,8.0,8.0
-1999,10,27,0,30,0.0,0.0,0.0,8.0,-8.0,3.6,36.17,0.0,8.0,8.0
-1999,10,27,1,30,0.0,0.0,0.0,8.0,-9.0,3.8,34.56,0.0,8.0,8.0
-1999,10,27,2,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.12,0.0,7.0,7.0
-1999,10,27,3,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.62,0.0,7.0,7.0
-1999,10,27,4,30,0.0,0.0,0.0,7.0,-9.0,3.7,35.02,0.0,7.0,7.0
-1999,10,27,5,30,0.0,0.0,0.0,7.0,-9.0,3.6,34.86,0.0,7.0,7.0
-1999,10,27,6,30,0.0,0.0,0.0,8.0,-9.0,3.7,32.62,0.0,8.0,8.0
-1999,10,27,7,30,725.0,33.0,172.0,11.0,-8.0,3.9,28.21,275.33679466121885,17.670475364528066,16.84446498054441
-1999,10,27,8,30,739.0,63.0,325.0,15.0,-7.0,4.2,23.19,456.89489456044856,25.853235698157313,24.482551014475966
-1999,10,27,9,30,948.0,62.0,520.0,18.0,-8.0,4.3,18.34,717.8579837023949,34.94091906606833,32.78734511496115
-1999,10,27,10,30,985.0,67.0,627.0,20.0,-9.0,4.0,14.32,852.864805885829,40.52674974127896,37.968155323621474
-1999,10,27,11,30,998.0,69.0,674.0,21.0,-10.0,3.8,12.59,911.5884837461945,43.230362823161016,40.495597371922436
-1999,10,27,12,30,990.0,69.0,657.0,22.0,-10.0,4.2,12.37,888.6886275450593,43.11020992321985,40.44414404058467
-1999,10,27,13,30,959.0,67.0,576.0,21.0,-10.0,4.800000000000002,12.61,786.2555015469865,38.9589364041171,36.600169899476136
-1999,10,27,14,30,893.0,62.0,438.0,20.0,-9.0,5.5,14.36,611.8550078274151,33.35453614750964,31.5189711240274
-1999,10,27,15,30,758.0,52.0,259.0,17.0,-7.0,6.1000000000000005,20.13,381.2997370213542,25.00649508317846,23.862595872114397
-1999,10,27,16,30,438.0,29.0,72.0,12.0,-4.0,5.6000000000000005,36.68,125.02380899250609,14.711221230441078,14.33614980346356
-1999,10,27,17,30,0.0,0.0,0.0,8.0,-2.0,4.0,53.97,0.0,8.0,8.0
-1999,10,27,18,30,0.0,0.0,0.0,6.0,-1.0,2.5,65.16,0.0,6.0,6.0
-1999,10,27,19,30,0.0,0.0,0.0,4.0,-1.0,1.7000000000000002,76.88,0.0,4.0,4.0
-1999,10,27,20,30,0.0,0.0,0.0,4.0,-1.0,1.2000000000000002,81.62,0.0,4.0,4.0
-1999,10,27,21,30,0.0,0.0,0.0,3.0,-1.0,0.6000000000000001,80.49,0.0,3.0,3.0
-1999,10,27,22,30,0.0,0.0,0.0,2.0,-2.0,0.4,85.97,0.0,2.0,2.0
-1999,10,27,23,30,0.0,0.0,0.0,2.0,-2.0,0.8,85.02,0.0,2.0,2.0
-1999,10,28,0,30,0.0,0.0,0.0,2.0,-2.0,1.4,83.22,0.0,2.0,2.0
-1999,10,28,1,30,0.0,0.0,0.0,2.0,-2.0,1.7000000000000002,80.62,0.0,2.0,2.0
-1999,10,28,2,30,0.0,0.0,0.0,2.0,-3.0,2.0,78.21000000000002,0.0,2.0,2.0
-1999,10,28,3,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,76.05,0.0,2.0,2.0
-1999,10,28,4,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,73.72,0.0,2.0,2.0
-1999,10,28,5,30,0.0,0.0,0.0,2.0,-4.0,3.3000000000000003,70.89,0.0,2.0,2.0
-1999,10,28,6,30,0.0,0.0,0.0,4.0,-5.0,3.9,63.29,0.0,4.0,4.0
-1999,10,28,7,30,709.0,39.0,172.0,7.0,-5.0,4.2,47.11,274.29253341988067,13.515637515088923,12.692759914829281
-1999,10,28,8,30,882.0,52.0,361.0,11.0,-5.0,3.8,36.55,520.4241496691913,23.691272295956615,22.12999984694904
-1999,10,28,9,30,960.0,60.0,520.0,15.0,-5.0,3.0,26.89,721.5391306921928,33.5499504990076,31.38533310693102
-1999,10,28,10,30,998.0,64.0,627.0,18.0,-7.0,2.0,19.08,857.3060566213062,41.556647121740724,38.984728951876804
-1999,10,28,11,30,1010.0,66.0,674.0,20.0,-8.0,1.4,16.490000000000002,915.6001730545069,46.18998417744806,43.44318365828454
-1999,10,28,12,30,405.0,251.0,490.0,21.0,-8.0,1.4,15.07,579.9776151841883,37.589779045447706,35.84984619989514
-1999,10,28,13,30,400.0,216.0,426.0,21.0,-8.0,1.6,14.28,510.4571889855261,35.406620399199326,33.87524883224275
-1999,10,28,14,30,256.0,179.0,286.0,20.0,-8.0,1.7000000000000002,15.9,332.1895814280184,29.312772192254794,28.31620344797074
-1999,10,28,15,30,66.0,107.0,125.0,18.0,-6.0,1.2000000000000002,22.25,133.16479876535843,21.860597829803545,21.46110343350747
-1999,10,28,16,30,0.0,24.0,24.0,13.0,-1.0,0.8,43.02,23.457233587073173,13.698619199336047,13.628247498574828
-1999,10,28,17,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.7,0.0,10.0,10.0
-1999,10,28,18,30,0.0,0.0,0.0,9.0,-2.0,1.7000000000000002,52.64,0.0,9.0,9.0
-1999,10,28,19,30,0.0,0.0,0.0,8.0,-2.0,2.3000000000000003,53.59,0.0,8.0,8.0
-1999,10,28,20,30,0.0,0.0,0.0,8.0,-3.0,2.7,55.39,0.0,8.0,8.0
-1999,10,28,21,30,0.0,0.0,0.0,7.0,-3.0,2.8000000000000003,57.69,0.0,7.0,7.0
-1999,10,28,22,30,0.0,0.0,0.0,6.0,-3.0,2.5,60.88,0.0,6.0,6.0
-1999,10,28,23,30,0.0,0.0,0.0,5.0,-3.0,2.1,60.84,0.0,5.0,5.0
-1999,10,29,0,30,0.0,0.0,0.0,5.0,-3.0,1.5,67.77,0.0,5.0,5.0
-1999,10,29,1,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,76.91,0.0,4.0,4.0
-1999,10,29,2,30,0.0,0.0,0.0,4.0,-2.0,1.5,77.23,0.0,4.0,4.0
-1999,10,29,3,30,0.0,0.0,0.0,3.0,-2.0,1.3,77.8,0.0,3.0,3.0
-1999,10,29,4,30,0.0,0.0,0.0,3.0,-2.0,0.7000000000000001,78.10000000000002,0.0,3.0,3.0
-1999,10,29,5,30,0.0,0.0,0.0,2.0,-2.0,0.6000000000000001,83.78,0.0,2.0,2.0
-1999,10,29,6,30,0.0,0.0,0.0,2.0,-2.0,1.1,82.54,0.0,2.0,2.0
-1999,10,29,7,30,199.0,68.0,104.0,4.0,-2.0,2.8000000000000003,72.19,132.30729609290404,7.4468780511740285,7.049956162895317
-1999,10,29,8,30,720.0,64.0,314.0,6.0,-4.0,4.800000000000002,54.5,444.0755510729425,16.143171735715526,14.8109450824967
-1999,10,29,9,30,900.0,63.0,490.0,8.0,-7.0,5.5,41.14,680.4988134755388,22.852777025010266,20.81128058458365
-1999,10,29,10,30,961.0,88.0,627.0,9.0,-8.0,5.5,35.47,848.3884927418803,27.51718895573451,24.97202347750887
-1999,10,29,11,30,968.0,95.0,673.0,9.0,-7.0,5.4,33.54,905.4750417644585,28.891508869123165,26.175083743829788
-1999,10,29,12,30,606.0,186.0,540.0,9.0,-7.0,5.4,34.64,680.5716793570307,23.950823569498187,21.909108531427094
-1999,10,29,13,30,0.0,68.0,68.0,9.0,-7.0,5.2,35.48000000000001,66.46216183004066,10.479095590875058,10.279709105384937
-1999,10,29,14,30,536.0,128.0,348.0,8.0,-7.0,4.800000000000002,37.98,452.66561528257716,18.339378206188016,16.981381360340286
-1999,10,29,15,30,762.0,55.0,257.0,7.0,-7.0,4.0,39.62,381.5825211230085,16.183927936389516,15.039180373020491
-1999,10,29,16,30,477.0,26.0,68.0,5.0,-7.0,2.7,46.3,128.24603153379792,8.36332960231585,7.978591507714457
-1999,10,29,17,30,0.0,0.0,0.0,3.0,-6.0,1.9,59.52,0.0,3.0,3.0
-1999,10,29,18,30,0.0,0.0,0.0,2.0,-5.0,1.9,64.82000000000001,0.0,2.0,2.0
-1999,10,29,19,30,0.0,0.0,0.0,2.0,-5.0,1.8,64.8,0.0,2.0,2.0
-1999,10,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,63.69000000000001,0.0,1.0,1.0
-1999,10,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,66.68,0.0,0.0,0.0
-1999,10,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.9,64.8,0.0,0.0,0.0
-1999,10,29,23,30,0.0,0.0,0.0,0.0,-7.0,2.2,62.8,0.0,0.0,0.0
-1999,10,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.4000000000000004,65.08,0.0,0.0,0.0
-1999,10,30,1,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.78,0.0,0.0,0.0
-1999,10,30,2,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.94,0.0,0.0,0.0
-1999,10,30,3,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,59.42,0.0,0.0,0.0
-1999,10,30,4,30,0.0,0.0,0.0,0.0,-9.0,2.4000000000000004,57.64,0.0,0.0,0.0
-1999,10,30,5,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,55.37000000000001,0.0,0.0,0.0
-1999,10,30,6,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.26,0.0,0.0,0.0
-1999,10,30,7,30,744.0,32.0,166.0,3.0,-10.0,3.1,43.58,275.80188842457136,10.043755010250187,9.216349344976473
-1999,10,30,8,30,907.0,42.0,352.0,7.0,-10.0,2.9000000000000004,30.89,519.323556130353,20.43999991242822,18.88202924403716
-1999,10,30,9,30,976.0,47.0,506.0,11.0,-12.0,2.5,21.19,714.3529041108623,29.985081231523527,27.84202251919094
-1999,10,30,10,30,1007.0,51.0,610.0,13.0,-14.0,3.3000000000000003,15.82,845.6390243806487,34.313163507360365,31.776246434218418
-1999,10,30,11,30,1017.0,53.0,656.0,14.0,-13.0,4.1000000000000005,15.41,902.334286635492,35.57533667568902,32.86833381578255
-1999,10,30,12,30,1009.0,53.0,638.0,15.0,-12.0,4.5,15.24,879.0347284342658,35.47498632444589,32.83788213914309
-1999,10,30,13,30,983.0,51.0,558.0,16.0,-12.0,4.6000000000000005,16.16,779.2332052443677,34.03220014066082,31.69450052492772
-1999,10,30,14,30,929.0,46.0,424.0,15.0,-11.0,4.3,17.16,609.8897704201046,29.39294884849174,27.563279537231427
-1999,10,30,15,30,818.0,38.0,250.0,13.0,-10.0,2.8000000000000003,21.46,386.7596105183481,23.075885850166717,21.915607018611674
-1999,10,30,16,30,526.0,21.0,65.0,9.0,-4.0,1.4,42.42,132.62805863589796,12.793715706247509,12.395831530339816
-1999,10,30,17,30,0.0,0.0,0.0,8.0,-6.0,0.7000000000000001,43.2,0.0,8.0,8.0
-1999,10,30,18,30,0.0,0.0,0.0,7.0,-7.0,0.7000000000000001,42.2,0.0,7.0,7.0
-1999,10,30,19,30,0.0,0.0,0.0,5.0,-7.0,1.2000000000000002,45.51,0.0,5.0,5.0
-1999,10,30,20,30,0.0,0.0,0.0,5.0,-7.0,1.4,49.37000000000001,0.0,5.0,5.0
-1999,10,30,21,30,0.0,0.0,0.0,5.0,-7.0,1.5,48.55,0.0,5.0,5.0
-1999,10,30,22,30,0.0,0.0,0.0,5.0,-7.0,1.4,47.62,0.0,5.0,5.0
-1999,10,30,23,30,0.0,0.0,0.0,5.0,-8.0,1.4,46.54,0.0,5.0,5.0
-1999,10,31,0,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.71,0.0,4.0,4.0
-1999,10,31,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,48.62000000000001,0.0,4.0,4.0
-1999,10,31,2,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.69,0.0,3.0,3.0
-1999,10,31,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.05,0.0,3.0,3.0
-1999,10,31,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,49.49,0.0,3.0,3.0
-1999,10,31,5,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,50.09,0.0,3.0,3.0
-1999,10,31,6,30,0.0,0.0,0.0,4.0,-8.0,1.6,47.45,0.0,4.0,4.0
-1999,10,31,7,30,739.0,29.0,159.0,8.0,-5.0,1.8,42.65,269.54647065209,15.506182851371774,14.697543439415504
-1999,10,31,8,30,905.0,39.0,345.0,13.0,-2.0,2.4000000000000004,37.45,512.9898309405023,26.724582842292914,25.185613349471407
-1999,10,31,9,30,978.0,45.0,500.0,17.0,-4.0,2.5,27.98,710.9641210046593,35.89501885174311,33.76212648872913
-1999,10,31,10,30,1013.0,48.0,606.0,20.0,-5.0,2.0,20.48,844.3538110871166,43.20075149365487,40.66769006039352
-1999,10,31,11,30,1025.0,49.0,652.0,21.0,-6.0,1.4,16.740000000000002,901.8655445820523,46.79711651210381,44.09151987835766
-1999,10,31,12,30,1019.0,48.0,634.0,22.0,-7.0,0.9,14.97,879.0903428995318,48.005740882083145,45.36846985338455
-1999,10,31,13,30,993.0,47.0,555.0,23.0,-7.0,0.4,14.69,779.6405303999264,46.85569856053428,44.5167769693345
-1999,10,31,14,30,939.0,43.0,421.0,22.0,-7.0,0.2,15.92,610.2471218800475,40.927074312603104,39.09633294696296
-1999,10,31,15,30,827.0,35.0,247.0,18.0,-4.0,0.2,25.0,385.4181423151578,29.953907785014234,28.79765335806876
-1999,10,31,16,30,532.0,19.0,62.0,13.0,0.0,0.30000000000000004,48.52,130.6877369591245,17.025978977139356,16.633915766261982
-1999,10,31,17,30,0.0,0.0,0.0,10.0,-2.0,1.0,46.91,0.0,10.0,10.0
-1999,10,31,18,30,0.0,0.0,0.0,9.0,-3.0,1.8,47.58,0.0,9.0,9.0
-1999,10,31,19,30,0.0,0.0,0.0,8.0,-3.0,2.2,48.7,0.0,8.0,8.0
-1999,10,31,20,30,0.0,0.0,0.0,7.0,-4.0,2.5,50.09,0.0,7.0,7.0
-1999,10,31,21,30,0.0,0.0,0.0,7.0,-5.0,2.6,50.92,0.0,7.0,7.0
-1999,10,31,22,30,0.0,0.0,0.0,6.0,-5.0,2.7,48.22,0.0,6.0,6.0
-1999,10,31,23,30,0.0,0.0,0.0,6.0,-6.0,2.8000000000000003,45.89,0.0,6.0,6.0
-1999,11,1,0,30,0.0,0.0,0.0,6.0,-6.0,2.6,48.0,0.0,6.0,6.0
-1999,11,1,1,30,0.0,0.0,0.0,5.0,-6.0,2.2,51.58,0.0,5.0,5.0
-1999,11,1,2,30,0.0,0.0,0.0,4.0,-6.0,1.7000000000000002,56.29,0.0,4.0,4.0
-1999,11,1,3,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.49,0.0,3.0,3.0
-1999,11,1,4,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,61.97,0.0,2.0,2.0
-1999,11,1,5,30,0.0,0.0,0.0,1.0,-6.0,1.1,61.16,0.0,1.0,1.0
-1999,11,1,6,30,0.0,0.0,0.0,1.0,-6.0,1.4,59.6,0.0,1.0,1.0
-1999,11,1,7,30,244.0,60.0,102.0,3.0,-6.0,2.4000000000000004,55.52,137.72101151448177,6.684602145406088,6.271439110862643
-1999,11,1,8,30,860.0,48.0,335.0,5.0,-8.0,3.3000000000000003,46.2,495.9165016182928,17.498890401528026,16.011140896673147
-1999,11,1,9,30,932.0,65.0,495.0,6.0,-9.0,3.4000000000000004,36.34,696.4603683639824,23.437775831377728,21.348394726285782
-1999,11,1,10,30,927.0,75.0,582.0,8.0,-10.0,3.3000000000000003,30.46,800.2078981654895,28.168134726248482,25.767511031752015
-1999,11,1,11,30,987.0,71.0,647.0,9.0,-10.0,3.7,27.91,888.5850912841202,30.812455955197365,28.146700681345003
-1999,11,1,12,30,979.0,70.0,628.0,10.0,-10.0,4.4,25.93,864.8158419919846,30.27590667459249,27.681459148616536
-1999,11,1,13,30,945.0,67.0,546.0,9.0,-10.0,5.0,28.03,760.7990607825956,26.15274687302958,23.870349690681795
-1999,11,1,14,30,876.0,62.0,411.0,8.0,-10.0,5.2,30.51,588.1343863684219,21.08875537247942,19.32435221337415
-1999,11,1,15,30,654.0,50.0,215.0,6.0,-9.0,4.7,38.23,324.8596841161221,13.468674347567717,12.494095295219351
-1999,11,1,16,30,311.0,26.0,50.0,3.0,-9.0,3.5,45.77,90.23651849387562,5.244457423631044,4.973747868149417
-1999,11,1,17,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,49.82,0.0,1.0,1.0
-1999,11,1,18,30,0.0,0.0,0.0,0.0,-9.0,1.8,53.02,0.0,0.0,0.0
-1999,11,1,19,30,0.0,0.0,0.0,0.0,-9.0,1.5,51.72,0.0,0.0,0.0
-1999,11,1,20,30,0.0,0.0,0.0,0.0,-9.0,1.1,54.39,0.0,0.0,0.0
-1999,11,1,21,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,54.89,0.0,0.0,0.0
-1999,11,1,22,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,58.08,0.0,-1.0,-1.0
-1999,11,1,23,30,0.0,0.0,0.0,-2.0,-10.0,1.0,60.63,0.0,-2.0,-2.0
-1999,11,2,0,30,0.0,0.0,0.0,-3.0,-10.0,1.0,64.84,0.0,-3.0,-3.0
-1999,11,2,1,30,0.0,0.0,0.0,-2.0,-10.0,0.9,65.05,0.0,-2.0,-2.0
-1999,11,2,2,30,0.0,0.0,0.0,-2.0,-10.0,0.8,64.25,0.0,-2.0,-2.0
-1999,11,2,3,30,0.0,0.0,0.0,-2.0,-10.0,0.8,58.38,0.0,-2.0,-2.0
-1999,11,2,4,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.8,0.0,-2.0,-2.0
-1999,11,2,5,30,0.0,0.0,0.0,-2.0,-11.0,1.1,54.15,0.0,-2.0,-2.0
-1999,11,2,6,30,0.0,0.0,0.0,-1.0,-12.0,1.5,43.78,0.0,-1.0,-1.0
-1999,11,2,7,30,730.0,36.0,159.0,3.0,-12.0,2.2,35.79,270.0718121917058,10.322484166406142,9.512268729831025
-1999,11,2,8,30,914.0,51.0,352.0,8.0,-13.0,2.5,22.8,524.6201781798442,21.942627853998303,20.368767319458772
-1999,11,2,9,30,990.0,59.0,512.0,12.0,-16.0,1.9,14.0,727.1220323504389,32.11350049040354,29.93213439335222
-1999,11,2,10,30,1023.0,64.0,618.0,15.0,-18.0,1.3,9.18,861.5892978842975,39.811121951990486,37.22635405833759
-1999,11,2,11,30,1029.0,66.0,661.0,16.0,-19.0,1.1,8.03,915.3048983484001,42.714816500177434,39.968901805132234
-1999,11,2,12,30,1014.0,65.0,639.0,17.0,-19.0,1.1,7.83,885.2117306031955,42.83649338000968,40.18085818820009
-1999,11,2,13,30,977.0,61.0,553.0,17.0,-18.0,1.2000000000000002,8.66,775.504945088017,39.482763731608294,37.156248896344245
-1999,11,2,14,30,120.0,174.0,221.0,16.0,-16.0,1.3,10.42,241.98342734809503,22.96837848501279,22.242428202968505
-1999,11,2,15,30,350.0,85.0,171.0,14.0,-11.0,1.0,17.89,229.85817824906442,20.754137628083352,20.064563093336158
-1999,11,2,16,30,39.0,25.0,28.0,10.0,-8.0,0.8,31.29,32.47769632671749,10.96727272292477,10.869839633944618
-1999,11,2,17,30,0.0,0.0,0.0,8.0,-10.0,1.4,31.9,0.0,8.0,8.0
-1999,11,2,18,30,0.0,0.0,0.0,6.0,-10.0,2.0,34.43,0.0,6.0,6.0
-1999,11,2,19,30,0.0,0.0,0.0,5.0,-10.0,2.5,37.04,0.0,5.0,5.0
-1999,11,2,20,30,0.0,0.0,0.0,5.0,-10.0,3.4000000000000004,36.3,0.0,5.0,5.0
-1999,11,2,21,30,0.0,0.0,0.0,5.0,-10.0,4.1000000000000005,35.96,0.0,5.0,5.0
-1999,11,2,22,30,0.0,0.0,0.0,5.0,-10.0,4.3,35.96,0.0,5.0,5.0
-1999,11,2,23,30,0.0,0.0,0.0,4.0,-10.0,3.8,39.1,0.0,4.0,4.0
-1999,11,3,0,30,0.0,0.0,0.0,4.0,-10.0,3.2,43.06,0.0,4.0,4.0
-1999,11,3,1,30,0.0,0.0,0.0,3.0,-9.0,2.6,45.29,0.0,3.0,3.0
-1999,11,3,2,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,52.32,0.0,2.0,2.0
-1999,11,3,3,30,0.0,0.0,0.0,2.0,-8.0,2.1,54.64,0.0,2.0,2.0
-1999,11,3,4,30,0.0,0.0,0.0,2.0,-7.0,2.0,55.52,0.0,2.0,2.0
-1999,11,3,5,30,0.0,0.0,0.0,1.0,-8.0,2.0,54.64,0.0,1.0,1.0
-1999,11,3,6,30,0.0,0.0,0.0,2.0,-8.0,2.0,53.19,0.0,2.0,2.0
-1999,11,3,7,30,703.0,35.0,151.0,5.0,-7.0,2.7,44.85,258.75124009083515,11.785907485987918,11.009653765715413
-1999,11,3,8,30,893.0,50.0,340.0,10.0,-7.0,3.2,35.5,510.3465838038334,22.947886745260558,21.416846993849056
-1999,11,3,9,30,945.0,70.0,498.0,13.0,-9.0,2.8000000000000003,23.19,704.6914005013244,31.358664963824125,29.24459076232015
-1999,11,3,10,30,1012.0,61.0,605.0,16.0,-12.0,2.4000000000000004,15.35,846.9615198537562,38.65969585041422,36.118811290852946
-1999,11,3,11,30,683.0,157.0,550.0,17.0,-14.0,2.1,12.71,716.0288554875841,36.543741648491704,34.39565508202895
-1999,11,3,12,30,724.0,138.0,545.0,18.0,-14.0,2.0,11.39,719.3043001344174,37.76470064634329,35.60678774594004
-1999,11,3,13,30,489.0,179.0,423.0,17.0,-14.0,2.0,11.31,531.7862144871373,31.612168084114394,30.01680944065298
-1999,11,3,14,30,41.0,157.0,173.0,16.0,-14.0,1.8,12.44,177.90689647412108,20.95425405580048,20.420533366378116
-1999,11,3,15,30,0.0,47.0,47.0,13.0,-9.0,1.2000000000000002,22.98,45.937082441351635,14.331767872777528,14.193956625453472
-1999,11,3,16,30,0.0,19.0,19.0,10.0,-4.0,0.6000000000000001,43.56,18.570309923099597,10.560590205964866,10.504879276195567
-1999,11,3,17,30,0.0,0.0,0.0,8.0,-6.0,0.5,44.51,0.0,8.0,8.0
-1999,11,3,18,30,0.0,0.0,0.0,6.0,-7.0,0.9,41.47,0.0,6.0,6.0
-1999,11,3,19,30,0.0,0.0,0.0,4.0,-9.0,1.6,43.72,0.0,4.0,4.0
-1999,11,3,20,30,0.0,0.0,0.0,4.0,-9.0,1.9,41.53,0.0,4.0,4.0
-1999,11,3,21,30,0.0,0.0,0.0,4.0,-10.0,2.2,42.89,0.0,4.0,4.0
-1999,11,3,22,30,0.0,0.0,0.0,4.0,-10.0,2.5,41.78,0.0,4.0,4.0
-1999,11,3,23,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.38,0.0,4.0,4.0
-1999,11,4,0,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.36,0.0,4.0,4.0
-1999,11,4,1,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.83,0.0,4.0,4.0
-1999,11,4,2,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,39.38,0.0,4.0,4.0
-1999,11,4,3,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,39.94,0.0,4.0,4.0
-1999,11,4,4,30,0.0,0.0,0.0,4.0,-10.0,3.0,40.41,0.0,4.0,4.0
-1999,11,4,5,30,0.0,0.0,0.0,4.0,-9.0,2.9000000000000004,40.69,0.0,4.0,4.0
-1999,11,4,6,30,0.0,0.0,0.0,5.0,-9.0,3.0,37.99,0.0,5.0,5.0
-1999,11,4,7,30,0.0,3.0,3.0,8.0,-9.0,3.8,31.95,2.9321541983841466,8.071504689721028,8.062708227125876
-1999,11,4,8,30,847.0,46.0,318.0,13.0,-8.0,4.3,25.54,480.3885206935224,24.33681484931586,22.895649287235294
-1999,11,4,9,30,880.0,61.0,456.0,16.0,-9.0,3.9,18.9,649.56040734685,31.736642464772114,29.787961242731566
-1999,11,4,10,30,859.0,86.0,544.0,19.0,-10.0,3.0,15.34,749.7237870564196,38.27454596188484,36.02537460071558
-1999,11,4,11,30,853.0,99.0,586.0,20.0,-10.0,2.0,14.36,796.6974371556272,41.891272369909785,39.501180058442905
-1999,11,4,12,30,537.0,192.0,491.0,20.0,-9.0,1.4,13.97,619.4670688561896,37.719342142181866,35.8609409356133
-1999,11,4,13,30,953.0,58.0,529.0,21.0,-9.0,1.1,14.46,749.2797549045436,42.8690746610138,40.621235396300165
-1999,11,4,14,30,898.0,51.0,398.0,20.0,-9.0,0.8,15.98,583.0475131381384,37.36471546363038,35.61557292421597
-1999,11,4,15,30,774.0,41.0,227.0,17.0,-5.0,0.5,24.18,360.7923095065021,27.965242159436837,26.882865230917332
-1999,11,4,16,30,431.0,20.0,48.0,13.0,-2.0,0.2,39.37,106.59591231666806,16.306117606293075,15.98632986934307
-1999,11,4,17,30,0.0,0.0,0.0,11.0,-5.0,0.2,37.66,0.0,11.0,11.0
-1999,11,4,18,30,0.0,0.0,0.0,9.0,-6.0,0.6000000000000001,37.95,0.0,9.0,9.0
-1999,11,4,19,30,0.0,0.0,0.0,8.0,-6.0,1.1,39.12,0.0,8.0,8.0
-1999,11,4,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,43.98,0.0,7.0,7.0
-1999,11,4,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,42.84,0.0,6.0,6.0
-1999,11,4,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,44.26,0.0,6.0,6.0
-1999,11,4,23,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,42.96,0.0,5.0,5.0
-1999,11,5,0,30,0.0,0.0,0.0,5.0,-8.0,1.6,42.27,0.0,5.0,5.0
-1999,11,5,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,45.34,0.0,4.0,4.0
-1999,11,5,2,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.51,0.0,4.0,4.0
-1999,11,5,3,30,0.0,0.0,0.0,4.0,-8.0,1.2000000000000002,49.11,0.0,4.0,4.0
-1999,11,5,4,30,0.0,0.0,0.0,4.0,-8.0,1.1,49.09,0.0,4.0,4.0
-1999,11,5,5,30,0.0,0.0,0.0,4.0,-8.0,0.9,45.49,0.0,4.0,4.0
-1999,11,5,6,30,0.0,0.0,0.0,4.0,-8.0,0.5,46.14,0.0,4.0,4.0
-1999,11,5,7,30,649.0,35.0,137.0,7.0,-7.0,0.6000000000000001,44.23,238.39097927621154,14.196414530830372,13.481241593001737
-1999,11,5,8,30,849.0,51.0,321.0,10.0,-6.0,1.0,36.42,484.0074873923671,24.222044252559332,22.77002179038223
-1999,11,5,9,30,933.0,60.0,475.0,13.0,-8.0,1.1,24.69,681.3791405378529,32.887273343956934,30.84313592234338
-1999,11,5,10,30,973.0,65.0,580.0,16.0,-9.0,1.1,19.36,814.5585563134326,39.77435366054363,37.33067799160333
-1999,11,5,11,30,988.0,67.0,626.0,18.0,-9.0,1.4,17.740000000000006,873.1137978896929,42.97469662500965,40.35535523134057
-1999,11,5,12,30,981.0,66.0,609.0,19.0,-9.0,1.8,16.48,850.343485490166,42.67990080938756,40.12887035291706
-1999,11,5,13,30,953.0,63.0,529.0,19.0,-9.0,2.1,15.58,751.3708441642445,39.50838810197886,37.254275569486126
-1999,11,5,14,30,891.0,56.0,396.0,18.0,-9.0,2.2,16.84,581.3637482926079,33.76257369196816,32.018482447090335
-1999,11,5,15,30,760.0,44.0,223.0,15.0,-7.0,1.8,23.46,356.0861088183316,24.916091415174833,23.847833088719838
-1999,11,5,16,30,402.0,20.0,45.0,11.0,-2.0,1.6,45.15,99.93935799366196,13.820585985703884,13.5207679117229
-1999,11,5,17,30,0.0,0.0,0.0,9.0,-4.0,1.7000000000000002,46.27,0.0,9.0,9.0
-1999,11,5,18,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,47.16,0.0,8.0,8.0
-1999,11,5,19,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,49.51,0.0,6.0,6.0
-1999,11,5,20,30,0.0,0.0,0.0,6.0,-6.0,1.8,49.81,0.0,6.0,6.0
-1999,11,5,21,30,0.0,0.0,0.0,5.0,-7.0,2.1,46.06,0.0,5.0,5.0
-1999,11,5,22,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.91,0.0,5.0,5.0
-1999,11,5,23,30,0.0,0.0,0.0,5.0,-9.0,2.5,40.61,0.0,5.0,5.0
-1999,11,6,0,30,0.0,0.0,0.0,5.0,-9.0,2.6,39.62,0.0,5.0,5.0
-1999,11,6,1,30,0.0,0.0,0.0,5.0,-9.0,2.7,39.47,0.0,5.0,5.0
-1999,11,6,2,30,0.0,0.0,0.0,5.0,-9.0,2.8000000000000003,39.48,0.0,5.0,5.0
-1999,11,6,3,30,0.0,0.0,0.0,5.0,-9.0,2.7,42.6,0.0,5.0,5.0
-1999,11,6,4,30,0.0,0.0,0.0,4.0,-9.0,2.6,42.92,0.0,4.0,4.0
-1999,11,6,5,30,0.0,0.0,0.0,4.0,-9.0,2.4000000000000004,43.09,0.0,4.0,4.0
-1999,11,6,6,30,0.0,0.0,0.0,5.0,-9.0,2.1,40.05,0.0,5.0,5.0
-1999,11,6,7,30,667.0,34.0,136.0,9.0,-8.0,2.1,34.78,241.45120102227628,15.590320847173215,14.865967244106386
-1999,11,6,8,30,859.0,50.0,319.0,14.0,-7.0,1.8,27.52,485.79367541290674,27.52811686559159,26.070735839352867
-1999,11,6,9,30,939.0,59.0,472.0,17.0,-8.0,1.4,18.31,681.6400207841914,36.497747908344465,34.45282784599189
-1999,11,6,10,30,975.0,65.0,576.0,19.0,-10.0,1.9,14.26,813.1074051657106,41.49201023339256,39.05268801789543
-1999,11,6,11,30,987.0,67.0,622.0,20.0,-10.0,2.5,12.9,869.2462518617834,43.10162191099908,40.49388315541373
-1999,11,6,12,30,979.0,67.0,604.0,21.0,-10.0,2.9000000000000004,12.32,846.7436805342944,42.91357364381439,40.3733426022115
-1999,11,6,13,30,948.0,64.0,525.0,21.0,-10.0,3.2,13.38,746.0098345952672,39.926845315972365,37.68881581218656
-1999,11,6,14,30,884.0,58.0,392.0,20.0,-10.0,3.2,14.72,576.8448176224854,34.634998264311534,32.904463811444074
-1999,11,6,15,30,749.0,45.0,219.0,17.0,-7.0,2.5,21.98,350.78238911404713,26.322608074516282,25.27026090717414
-1999,11,6,16,30,382.0,20.0,42.0,12.0,-3.0,1.9,37.2,95.20580781124116,14.633563524283034,14.34794610084931
-1999,11,6,17,30,0.0,0.0,0.0,9.0,-5.0,2.1,41.61,0.0,9.0,9.0
-1999,11,6,18,30,0.0,0.0,0.0,8.0,-5.0,2.2,43.65,0.0,8.0,8.0
-1999,11,6,19,30,0.0,0.0,0.0,7.0,-5.0,2.2,45.76,0.0,7.0,7.0
-1999,11,6,20,30,0.0,0.0,0.0,6.0,-6.0,2.2,47.46,0.0,6.0,6.0
-1999,11,6,21,30,0.0,0.0,0.0,6.0,-6.0,2.3000000000000003,45.75,0.0,6.0,6.0
-1999,11,6,22,30,0.0,0.0,0.0,6.0,-7.0,2.5,47.49,0.0,6.0,6.0
-1999,11,6,23,30,0.0,0.0,0.0,6.0,-7.0,2.7,46.12,0.0,6.0,6.0
-1999,11,7,0,30,0.0,0.0,0.0,5.0,-7.0,2.7,44.81,0.0,5.0,5.0
-1999,11,7,1,30,0.0,0.0,0.0,5.0,-8.0,2.6,43.57,0.0,5.0,5.0
-1999,11,7,2,30,0.0,0.0,0.0,5.0,-8.0,2.5,42.42,0.0,5.0,5.0
-1999,11,7,3,30,0.0,0.0,0.0,5.0,-8.0,2.3000000000000003,44.14,0.0,5.0,5.0
-1999,11,7,4,30,0.0,0.0,0.0,4.0,-9.0,2.1,42.78,0.0,4.0,4.0
-1999,11,7,5,30,0.0,0.0,0.0,4.0,-9.0,2.1,41.51,0.0,4.0,4.0
-1999,11,7,6,30,0.0,0.0,0.0,5.0,-10.0,2.1,37.63,0.0,5.0,5.0
-1999,11,7,7,30,692.0,32.0,135.0,9.0,-8.0,2.4000000000000004,31.32,245.59972589234826,15.570800395544124,14.83400121786708
-1999,11,7,8,30,887.0,46.0,320.0,14.0,-7.0,2.9000000000000004,25.72,493.6887975437579,26.776576986408514,25.29551059377724
-1999,11,7,9,30,967.0,54.0,475.0,18.0,-9.0,3.1,17.28,692.5077217169684,35.68608171011446,33.60855854496355
-1999,11,7,10,30,1001.0,58.0,579.0,20.0,-12.0,3.1,11.7,823.1972405166237,41.023785299058574,38.554193577508705
-1999,11,7,11,30,797.0,113.0,557.0,21.0,-12.0,3.1,10.37,757.0220307113465,40.33372447937801,38.06265838724397
-1999,11,7,12,30,1000.0,61.0,606.0,22.0,-13.0,2.9000000000000004,9.59,854.6440021532311,44.11803254157333,41.55410053511363
-1999,11,7,13,30,969.0,59.0,526.0,22.0,-13.0,2.5,10.19,753.5176629595838,42.0259479010326,39.76539491215385
-1999,11,7,14,30,904.0,54.0,392.0,21.0,-12.0,1.9,11.41,582.3679543488512,37.10934288090116,35.362239017854606
-1999,11,7,15,30,647.0,47.0,195.0,18.0,-5.0,1.2000000000000002,21.82,309.48946576463896,26.97244895765084,26.043980560356925
-1999,11,7,16,30,386.0,19.0,40.0,14.0,-3.0,1.3,32.96,94.31480095318449,16.715976201275208,16.433031798415655
-1999,11,7,17,30,0.0,0.0,0.0,12.0,-7.0,1.8,28.65,0.0,12.0,12.0
-1999,11,7,18,30,0.0,0.0,0.0,10.0,-7.0,2.1,33.69,0.0,10.0,10.0
-1999,11,7,19,30,0.0,0.0,0.0,8.0,-7.0,2.1,37.99,0.0,8.0,8.0
-1999,11,7,20,30,0.0,0.0,0.0,8.0,-7.0,2.0,38.56,0.0,8.0,8.0
-1999,11,7,21,30,0.0,0.0,0.0,7.0,-8.0,1.9,37.27,0.0,7.0,7.0
-1999,11,7,22,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.0,0.0,7.0,7.0
-1999,11,7,23,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.74,0.0,7.0,7.0
-1999,11,8,0,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,38.38,0.0,7.0,7.0
-1999,11,8,1,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,39.48,0.0,7.0,7.0
-1999,11,8,2,30,0.0,0.0,0.0,7.0,-6.0,1.6,41.73,0.0,7.0,7.0
-1999,11,8,3,30,0.0,0.0,0.0,7.0,-6.0,1.6,43.58,0.0,7.0,7.0
-1999,11,8,4,30,0.0,0.0,0.0,7.0,-6.0,1.7000000000000002,44.22,0.0,7.0,7.0
-1999,11,8,5,30,0.0,0.0,0.0,7.0,-6.0,1.8,43.88,0.0,7.0,7.0
-1999,11,8,6,30,0.0,0.0,0.0,7.0,-6.0,2.0,43.31,0.0,7.0,7.0
-1999,11,8,7,30,302.0,47.0,91.0,10.0,-6.0,2.4000000000000004,36.4,138.724691988902,13.711454716329605,13.295280640362899
-1999,11,8,8,30,802.0,54.0,299.0,14.0,-4.0,2.9000000000000004,30.19,456.2961921397673,25.808863106645756,24.439974530226454
-1999,11,8,9,30,895.0,63.0,450.0,17.0,-5.0,3.1,23.31,651.0385264760087,33.626992327448974,31.673876748020945
-1999,11,8,10,30,938.0,68.0,552.0,19.0,-6.0,2.6,19.86,781.8657834584977,39.641608999228175,37.296011648852684
-1999,11,8,11,30,952.0,70.0,597.0,20.0,-5.0,1.6,19.41,837.8376371304007,43.64627054873753,41.13275763734633
-1999,11,8,12,30,944.0,70.0,580.0,21.0,-5.0,0.8,18.67,816.1184631332447,45.306192167166486,42.85783677776675
-1999,11,8,13,30,911.0,67.0,502.0,21.0,-5.0,0.6000000000000001,20.12,717.1501879068464,42.64893172010874,40.497481156388204
-1999,11,8,14,30,841.0,60.0,372.0,20.0,-5.0,0.6000000000000001,21.67,549.2111074401766,36.57927999656623,34.9316466742457
-1999,11,8,15,30,696.0,47.0,204.0,17.0,-3.0,0.5,27.23,327.92342396953103,26.966287137594268,25.982516865685675
-1999,11,8,16,30,311.0,19.0,35.0,14.0,0.0,0.6000000000000001,43.42,79.05526021392642,16.386476304889474,16.149310524247696
-1999,11,8,17,30,0.0,0.0,0.0,11.0,-3.0,0.8,42.06,0.0,11.0,11.0
-1999,11,8,18,30,0.0,0.0,0.0,10.0,-3.0,0.9,47.2,0.0,10.0,10.0
-1999,11,8,19,30,0.0,0.0,0.0,8.0,-3.0,1.1,50.84,0.0,8.0,8.0
-1999,11,8,20,30,0.0,0.0,0.0,7.0,-3.0,1.4,54.44,0.0,7.0,7.0
-1999,11,8,21,30,0.0,0.0,0.0,7.0,-3.0,1.6,53.82,0.0,7.0,7.0
-1999,11,8,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,53.43,0.0,7.0,7.0
-1999,11,8,23,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.98,0.0,7.0,7.0
-1999,11,9,0,30,0.0,0.0,0.0,7.0,-3.0,2.2,52.58,0.0,7.0,7.0
-1999,11,9,1,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.58,0.0,7.0,7.0
-1999,11,9,2,30,0.0,0.0,0.0,7.0,-3.0,1.9,52.95,0.0,7.0,7.0
-1999,11,9,3,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,56.89,0.0,7.0,7.0
-1999,11,9,4,30,0.0,0.0,0.0,6.0,-3.0,1.6,56.05,0.0,6.0,6.0
-1999,11,9,5,30,0.0,0.0,0.0,6.0,-4.0,1.6,58.23,0.0,6.0,6.0
-1999,11,9,6,30,0.0,0.0,0.0,6.0,-5.0,1.6,55.65,0.0,6.0,6.0
-1999,11,9,7,30,549.0,38.0,115.0,9.0,-4.0,2.0,45.43,204.44003558888676,14.617505835551135,14.004185728784476
-1999,11,9,8,30,778.0,58.0,292.0,12.0,-5.0,2.7,36.67,445.96832488565957,23.69578856237636,22.357883587719382
-1999,11,9,9,30,878.0,68.0,444.0,14.0,-6.0,2.5,27.93,642.135556578681,31.065788678313933,29.13938200857789
-1999,11,9,10,30,927.0,74.0,549.0,15.0,-6.0,1.8,25.23,776.5262705647652,36.62427933725841,34.29470052556411
-1999,11,9,11,30,946.0,76.0,596.0,16.0,-6.0,0.8,22.71,835.9882455453873,40.897967468726435,38.390002732090274
-1999,11,9,12,30,944.0,74.0,580.0,17.0,-7.0,0.4,21.73,817.2670827565984,42.007008242231414,39.55520699396162
-1999,11,9,13,30,919.0,69.0,504.0,17.0,-8.0,0.6000000000000001,19.56,722.3190208565909,38.80496557952704,36.63800851695727
-1999,11,9,14,30,862.0,59.0,375.0,16.0,-8.0,0.8,20.1,558.3619970093782,32.629514722713715,30.95442873168558
-1999,11,9,15,30,729.0,45.0,206.0,14.0,-7.0,0.5,24.33,337.78546827932337,24.266015544199956,23.252659139361985
-1999,11,9,16,30,339.0,18.0,34.0,11.0,-3.0,0.30000000000000004,44.51,82.9574128674601,13.555594028739863,13.306721790137482
-1999,11,9,17,30,0.0,0.0,0.0,8.0,-5.0,0.30000000000000004,43.47,0.0,8.0,8.0
-1999,11,9,18,30,0.0,0.0,0.0,7.0,-5.0,0.4,46.55,0.0,7.0,7.0
-1999,11,9,19,30,0.0,0.0,0.0,6.0,-5.0,0.7000000000000001,53.61,0.0,6.0,6.0
-1999,11,9,20,30,0.0,0.0,0.0,5.0,-5.0,0.8,57.04,0.0,5.0,5.0
-1999,11,9,21,30,0.0,0.0,0.0,4.0,-5.0,0.9,56.0,0.0,4.0,4.0
-1999,11,9,22,30,0.0,0.0,0.0,3.0,-6.0,1.0,59.26,0.0,3.0,3.0
-1999,11,9,23,30,0.0,0.0,0.0,3.0,-6.0,1.1,58.23,0.0,3.0,3.0
-1999,11,10,0,30,0.0,0.0,0.0,3.0,-6.0,1.2000000000000002,61.44,0.0,3.0,3.0
-1999,11,10,1,30,0.0,0.0,0.0,2.0,-6.0,1.5,60.25,0.0,2.0,2.0
-1999,11,10,2,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.73,0.0,2.0,2.0
-1999,11,10,3,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,56.47,0.0,2.0,2.0
-1999,11,10,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,53.67,0.0,3.0,3.0
-1999,11,10,5,30,0.0,0.0,0.0,3.0,-8.0,1.8,50.79,0.0,3.0,3.0
-1999,11,10,6,30,0.0,0.0,0.0,4.0,-9.0,1.7000000000000002,45.04,0.0,4.0,4.0
-1999,11,10,7,30,573.0,30.0,109.0,7.0,-9.0,1.9,35.29,202.4999383613463,12.601511752259265,11.994011937175227
-1999,11,10,8,30,342.0,108.0,210.0,12.0,-7.0,2.2,27.74,275.73208116292307,19.47595160746555,18.648755363976782
-1999,11,10,9,30,46.0,175.0,195.0,16.0,-10.0,1.5,19.08,201.07070911299505,21.71299357022478,21.109781442885794
-1999,11,10,10,30,191.0,239.0,337.0,18.0,-11.0,0.6000000000000001,13.55,378.11763097210417,29.414405117812855,28.280052224896544
-1999,11,10,11,30,441.0,219.0,459.0,20.0,-11.0,0.4,12.85,567.805800210892,37.373909491090345,35.67049209045767
-1999,11,10,12,30,676.0,142.0,501.0,21.0,-11.0,0.7000000000000001,12.53,670.288447773424,41.09813105465525,39.08726571133498
-1999,11,10,13,30,431.0,181.0,383.0,21.0,-10.0,1.1,12.89,482.8823243312366,35.09378744609086,33.64514047309715
-1999,11,10,14,30,391.0,133.0,275.0,20.0,-10.0,1.5,14.23,356.17241868319167,30.11987646935181,29.051359213302234
-1999,11,10,15,30,743.0,40.0,203.0,16.0,-6.0,1.5,25.08,337.0315769101503,25.576030443938816,24.564935713208364
-1999,11,10,16,30,352.0,16.0,32.0,12.0,-2.0,1.4,41.89,82.95791213071918,14.372942327926276,14.124068591534119
-1999,11,10,17,30,0.0,0.0,0.0,10.0,-5.0,1.3,38.16,0.0,10.0,10.0
-1999,11,10,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,38.8,0.0,9.0,9.0
-1999,11,10,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,45.43,0.0,7.0,7.0
-1999,11,10,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.07,0.0,7.0,7.0
-1999,11,10,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,44.08,0.0,7.0,7.0
-1999,11,10,22,30,0.0,0.0,0.0,7.0,-8.0,2.0,41.15,0.0,7.0,7.0
-1999,11,10,23,30,0.0,0.0,0.0,7.0,-8.0,2.2,39.17,0.0,7.0,7.0
-1999,11,11,0,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.76,0.0,6.0,6.0
-1999,11,11,1,30,0.0,0.0,0.0,6.0,-8.0,2.1,40.5,0.0,6.0,6.0
-1999,11,11,2,30,0.0,0.0,0.0,6.0,-7.0,1.9,42.08,0.0,6.0,6.0
-1999,11,11,3,30,0.0,0.0,0.0,6.0,-7.0,1.8,42.29,0.0,6.0,6.0
-1999,11,11,4,30,0.0,0.0,0.0,7.0,-8.0,1.8,41.18,0.0,7.0,7.0
-1999,11,11,5,30,0.0,0.0,0.0,7.0,-8.0,1.8,37.64,0.0,7.0,7.0
-1999,11,11,6,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,36.99,0.0,7.0,7.0
-1999,11,11,7,30,0.0,19.0,19.0,9.0,-8.0,1.5,33.27,18.570309923099597,9.52763558479385,9.471924655024551
-1999,11,11,8,30,0.0,37.0,37.0,13.0,-5.0,1.7000000000000002,33.0,36.163235113404475,14.013818581842132,13.905328876501919
-1999,11,11,9,30,0.0,67.0,67.0,16.0,-7.0,1.7000000000000002,23.14,65.48477709724594,17.835833648200616,17.63937931690888
-1999,11,11,10,30,21.0,190.0,201.0,18.0,-10.0,1.2000000000000002,14.99,201.53210353065188,23.842643166510584,23.23804685591863
-1999,11,11,11,30,305.0,245.0,410.0,19.0,-12.0,1.1,12.37,483.2168858084969,33.10355222336799,31.653901565942498
-1999,11,11,12,30,261.0,244.0,382.0,20.0,-12.0,1.3,11.1,442.95317806603566,32.755689221077155,31.42682968687905
-1999,11,11,13,30,62.0,203.0,232.0,20.0,-13.0,1.6,10.92,242.26321956833237,26.83738874937817,26.110599090673173
-1999,11,11,14,30,587.0,97.0,308.0,19.0,-12.0,1.8,11.9,433.00219383467027,31.058008528567456,29.759001947063446
-1999,11,11,15,30,372.0,69.0,149.0,16.0,-7.0,1.7000000000000002,23.14,215.872722071437,22.051886018011228,21.404267851796916
-1999,11,11,16,30,0.0,22.0,22.0,12.0,-3.0,1.6,41.18,21.502464121483747,12.606863503796012,12.54235611143156
-1999,11,11,17,30,0.0,0.0,0.0,10.0,-5.0,1.5,36.75,0.0,10.0,10.0
-1999,11,11,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,37.87,0.0,9.0,9.0
-1999,11,11,19,30,0.0,0.0,0.0,8.0,-6.0,1.4,42.89,0.0,8.0,8.0
-1999,11,11,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.03,0.0,7.0,7.0
-1999,11,11,21,30,0.0,0.0,0.0,7.0,-7.0,1.5,38.75,0.0,7.0,7.0
-1999,11,11,22,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.7,0.0,6.0,6.0
-1999,11,11,23,30,0.0,0.0,0.0,6.0,-9.0,1.6,40.67,0.0,6.0,6.0
-1999,11,12,0,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.03,0.0,5.0,5.0
-1999,11,12,1,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,39.92,0.0,5.0,5.0
-1999,11,12,2,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.83,0.0,4.0,4.0
-1999,11,12,3,30,0.0,0.0,0.0,4.0,-11.0,1.9,39.1,0.0,4.0,4.0
-1999,11,12,4,30,0.0,0.0,0.0,3.0,-11.0,1.9,38.19,0.0,3.0,3.0
-1999,11,12,5,30,0.0,0.0,0.0,3.0,-11.0,1.8,37.65,0.0,3.0,3.0
-1999,11,12,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.26,0.0,4.0,4.0
-1999,11,12,7,30,639.0,30.0,113.0,8.0,-10.0,1.6,30.94,219.2018128423005,14.186527247684433,13.52892180915753
-1999,11,12,8,30,858.0,45.0,293.0,13.0,-7.0,1.8,27.47,466.1031299756073,25.979785313937242,24.58147592401042
-1999,11,12,9,30,947.0,53.0,447.0,16.0,-11.0,1.8,16.580000000000002,664.3315085275922,34.499940900254146,32.50694637467137
-1999,11,12,10,30,988.0,58.0,551.0,19.0,-13.0,1.4,11.6,798.2908079283234,41.83444700419512,39.43957458041015
-1999,11,12,11,30,1003.0,59.0,597.0,20.0,-13.0,1.6,10.36,856.3120327877889,44.167672952472024,41.59873685410866
-1999,11,12,12,30,996.0,59.0,580.0,21.0,-13.0,1.8,9.85,835.1504975833595,44.256814782658,41.75136328990792
-1999,11,12,13,30,966.0,56.0,502.0,21.0,-13.0,2.0,10.08,735.5197884678134,41.2102621043854,39.00370273898196
-1999,11,12,14,30,902.0,50.0,370.0,20.0,-12.0,1.7000000000000002,11.52,566.5098814078297,35.88182702038052,34.18229737615703
-1999,11,12,15,30,762.0,39.0,200.0,17.0,-4.0,1.2000000000000002,26.61,340.7221553077307,26.877919882301498,25.855753416378306
-1999,11,12,16,30,357.0,15.0,29.0,13.0,-3.0,0.9,36.2,81.90252292649421,15.422886118609888,15.177178549830405
-1999,11,12,17,30,0.0,0.0,0.0,11.0,-7.0,0.8,32.84,0.0,11.0,11.0
-1999,11,12,18,30,0.0,0.0,0.0,9.0,-7.0,1.2000000000000002,37.64,0.0,9.0,9.0
-1999,11,12,19,30,0.0,0.0,0.0,7.0,-7.0,1.6,42.22,0.0,7.0,7.0
-1999,11,12,20,30,0.0,0.0,0.0,6.0,-8.0,1.8,38.69,0.0,6.0,6.0
-1999,11,12,21,30,0.0,0.0,0.0,6.0,-10.0,2.1,35.050000000000004,0.0,6.0,6.0
-1999,11,12,22,30,0.0,0.0,0.0,6.0,-11.0,2.3000000000000003,32.59,0.0,6.0,6.0
-1999,11,12,23,30,0.0,0.0,0.0,6.0,-11.0,2.4000000000000004,31.07,0.0,6.0,6.0
-1999,11,13,0,30,0.0,0.0,0.0,6.0,-12.0,2.5,32.17,0.0,6.0,6.0
-1999,11,13,1,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.83,0.0,5.0,5.0
-1999,11,13,2,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.73,0.0,5.0,5.0
-1999,11,13,3,30,0.0,0.0,0.0,5.0,-12.0,2.5,31.47,0.0,5.0,5.0
-1999,11,13,4,30,0.0,0.0,0.0,5.0,-12.0,2.6,30.83,0.0,5.0,5.0
-1999,11,13,5,30,0.0,0.0,0.0,5.0,-12.0,2.6,32.53,0.0,5.0,5.0
-1999,11,13,6,30,0.0,0.0,0.0,5.0,-12.0,2.5,29.97,0.0,5.0,5.0
-1999,11,13,7,30,661.0,29.0,113.0,8.0,-12.0,2.6,25.45,223.07575411380708,13.889300428594074,13.220073166252654
-1999,11,13,8,30,880.0,45.0,296.0,13.0,-11.0,3.0,19.8,474.45826564705516,25.197782444806084,23.77440764786492
-1999,11,13,9,30,967.0,53.0,450.0,17.0,-11.0,2.3000000000000003,15.13,674.4122288125682,35.163896447582935,33.14065976114523
-1999,11,13,10,30,1005.0,58.0,556.0,20.0,-13.0,1.7000000000000002,10.86,808.0640117139747,42.65367873821294,40.22948670307102
-1999,11,13,11,30,1017.0,60.0,601.0,21.0,-14.0,2.2,9.11,865.4738410968992,44.46567917044317,41.869257647152466
-1999,11,13,12,30,1009.0,59.0,584.0,22.0,-14.0,2.8000000000000003,8.57,842.5343419991773,43.949757999423525,41.42215497342599
-1999,11,13,13,30,978.0,57.0,505.0,21.0,-14.0,3.1,9.41,742.5099815982146,39.963098595583254,37.73556865078861
-1999,11,13,14,30,912.0,51.0,372.0,20.0,-13.0,2.8000000000000003,10.86,571.2402162055088,34.881986264794335,33.168265616177806
-1999,11,13,15,30,769.0,39.0,200.0,16.0,-7.0,1.9,21.78,342.11508785814937,25.46351737570916,24.43717211213471
-1999,11,13,16,30,349.0,15.0,28.0,13.0,-3.0,1.4,37.21,79.93826822759375,15.286567916505458,15.046753111822676
-1999,11,13,17,30,0.0,0.0,0.0,12.0,-6.0,1.2000000000000002,32.82,0.0,12.0,12.0
-1999,11,13,18,30,0.0,0.0,0.0,11.0,-7.0,1.0,32.36,0.0,11.0,11.0
-1999,11,13,19,30,0.0,0.0,0.0,10.0,-8.0,1.2000000000000002,33.34,0.0,10.0,10.0
-1999,11,13,20,30,0.0,0.0,0.0,9.0,-8.0,1.5,32.4,0.0,9.0,9.0
-1999,11,13,21,30,0.0,0.0,0.0,9.0,-8.0,1.6,33.32,0.0,9.0,9.0
-1999,11,13,22,30,0.0,0.0,0.0,8.0,-9.0,1.6,31.87,0.0,8.0,8.0
-1999,11,13,23,30,0.0,0.0,0.0,7.0,-10.0,1.7000000000000002,32.87,0.0,7.0,7.0
-1999,11,14,0,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,34.78,0.0,6.0,6.0
-1999,11,14,1,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,37.34,0.0,6.0,6.0
-1999,11,14,2,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.67,0.0,5.0,5.0
-1999,11,14,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.1,0.0,5.0,5.0
-1999,11,14,4,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.58,0.0,5.0,5.0
-1999,11,14,5,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.2,0.0,5.0,5.0
-1999,11,14,6,30,0.0,0.0,0.0,6.0,-11.0,1.7000000000000002,32.06,0.0,6.0,6.0
-1999,11,14,7,30,607.0,30.0,104.0,9.0,-10.0,1.3,27.65,206.578797242778,14.948834025297256,14.32909763356892
-1999,11,14,8,30,838.0,46.0,282.0,13.0,-4.0,1.3,33.65,452.53805186126607,26.03170410799818,24.674089952414384
-1999,11,14,9,30,933.0,55.0,435.0,17.0,-9.0,1.3,18.77,651.7440262690279,35.76822351084226,33.812991432035176
-1999,11,14,10,30,976.0,60.0,540.0,18.0,-11.0,0.9,13.84,785.4551921151841,41.235773621697916,38.87940804535236
-1999,11,14,11,30,992.0,63.0,587.0,19.0,-11.0,1.0,12.87,845.7221655818886,43.850644623448474,41.313478126702805
-1999,11,14,12,30,985.0,62.0,571.0,20.0,-11.0,1.2000000000000002,12.05,824.1415369178318,43.89279342870621,41.42036881795272
-1999,11,14,13,30,954.0,60.0,494.0,20.0,-11.0,1.5,12.26,726.2657698561786,40.63528642121122,38.45648911164268
-1999,11,14,14,30,886.0,53.0,362.0,19.0,-10.0,1.4,13.76,556.4620899115744,34.91713693272339,33.247750662988665
-1999,11,14,15,30,737.0,41.0,193.0,16.0,-4.0,1.2000000000000002,29.96,330.142350768271,25.571199406443963,24.58077235413915
-1999,11,14,16,30,305.0,14.0,25.0,13.0,-2.0,1.2000000000000002,40.34,70.35949551453513,15.039801195270147,14.828722708726541
-1999,11,14,17,30,0.0,0.0,0.0,11.0,-6.0,1.3,35.44,0.0,11.0,11.0
-1999,11,14,18,30,0.0,0.0,0.0,10.0,-6.0,1.4,36.57,0.0,10.0,10.0
-1999,11,14,19,30,0.0,0.0,0.0,9.0,-7.0,1.6,38.31,0.0,9.0,9.0
-1999,11,14,20,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,40.32,0.0,7.0,7.0
-1999,11,14,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,41.64,0.0,7.0,7.0
-1999,11,14,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,39.95,0.0,6.0,6.0
-1999,11,14,23,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,41.3,0.0,6.0,6.0
-1999,11,15,0,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,40.03,0.0,5.0,5.0
-1999,11,15,1,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,38.92,0.0,5.0,5.0
-1999,11,15,2,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,40.61,0.0,5.0,5.0
-1999,11,15,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.48,0.0,5.0,5.0
-1999,11,15,4,30,0.0,0.0,0.0,4.0,-10.0,1.8,38.51,0.0,4.0,4.0
-1999,11,15,5,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.9,0.0,4.0,4.0
-1999,11,15,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.51,0.0,4.0,4.0
-1999,11,15,7,30,602.0,29.0,101.0,8.0,-10.0,1.7000000000000002,32.55,202.59564127520204,13.679669561667339,13.071882637841732
-1999,11,15,8,30,839.0,46.0,280.0,13.0,-7.0,2.2,28.24,450.6738620944352,25.21916568270784,23.867144096424532
-1999,11,15,9,30,936.0,55.0,433.0,17.0,-9.0,2.3000000000000003,17.29,650.9345207827079,34.5315730120607,32.578769449712574
-1999,11,15,10,30,980.0,60.0,538.0,20.0,-11.0,1.9,12.78,785.5605869447212,41.73001579897017,39.37333403813601
-1999,11,15,11,30,995.0,62.0,585.0,21.0,-11.0,2.0,11.58,844.3029778870552,44.19935472321721,41.66644578955604
-1999,11,15,12,30,988.0,62.0,569.0,22.0,-11.0,2.2,11.63,823.852828517428,44.33720447651016,41.86564599095787
-1999,11,15,13,30,957.0,59.0,491.0,21.0,-11.0,2.3000000000000003,11.85,725.1157886216089,40.529491806843836,38.354144440979006
-1999,11,15,14,30,889.0,52.0,359.0,20.0,-10.0,1.9,14.3,555.382087282021,35.36286536222647,33.696719100380406
-1999,11,15,15,30,738.0,40.0,190.0,16.0,-3.0,1.3,29.86,328.3393457157139,25.45516334545201,24.47014530830487
-1999,11,15,16,30,302.0,13.0,23.0,13.0,-3.0,1.0,39.56,68.47892352901621,15.012180195898047,14.806743425310998
-1999,11,15,17,30,0.0,0.0,0.0,11.0,-6.0,0.5,35.31,0.0,11.0,11.0
-1999,11,15,18,30,0.0,0.0,0.0,9.0,-6.0,0.7000000000000001,36.88,0.0,9.0,9.0
-1999,11,15,19,30,0.0,0.0,0.0,8.0,-6.0,1.3,41.61,0.0,8.0,8.0
-1999,11,15,20,30,0.0,0.0,0.0,6.0,-7.0,1.6,43.47,0.0,6.0,6.0
-1999,11,15,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,41.89,0.0,6.0,6.0
-1999,11,15,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.14,0.0,5.0,5.0
-1999,11,15,23,30,0.0,0.0,0.0,5.0,-8.0,1.8,41.58,0.0,5.0,5.0
-1999,11,16,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,40.29,0.0,5.0,5.0
-1999,11,16,1,30,0.0,0.0,0.0,5.0,-9.0,1.9,39.44,0.0,5.0,5.0
-1999,11,16,2,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.84,0.0,5.0,5.0
-1999,11,16,3,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.41,0.0,5.0,5.0
-1999,11,16,4,30,0.0,0.0,0.0,5.0,-9.0,1.9,40.66,0.0,5.0,5.0
-1999,11,16,5,30,0.0,0.0,0.0,5.0,-10.0,1.9,39.83,0.0,5.0,5.0
-1999,11,16,6,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.4,0.0,5.0,5.0
-1999,11,16,7,30,578.0,29.0,96.0,8.0,-9.0,1.8,31.69,194.1542692716304,13.406702016916318,12.824239209101426
-1999,11,16,8,30,820.0,47.0,272.0,13.0,-7.0,2.3000000000000003,27.29,440.1554632830033,24.85467569291705,23.53420930306804
-1999,11,16,9,30,916.0,57.0,423.0,17.0,-8.0,2.0,20.5,637.460677482193,34.515840600280434,32.603458567833854
-1999,11,16,10,30,958.0,62.0,526.0,19.0,-9.0,1.4,15.27,768.417154938498,40.97993591720396,38.67468445238847
-1999,11,16,11,30,971.0,65.0,571.0,20.0,-10.0,1.7000000000000002,13.61,825.6106383926299,43.145589821933264,40.668757906755374
-1999,11,16,12,30,961.0,65.0,554.0,21.0,-10.0,1.9,13.55,803.4295693049689,43.224303923212624,40.814015215297715
-1999,11,16,13,30,926.0,62.0,477.0,20.0,-10.0,2.0,13.78,704.2907051496147,39.35216424075721,37.23929212530837
-1999,11,16,14,30,854.0,55.0,348.0,19.0,-9.0,1.7000000000000002,15.21,536.7808835859739,34.04838912919556,32.43804647843764
-1999,11,16,15,30,698.0,42.0,181.0,15.0,-5.0,1.4,27.54,313.5146092097389,23.967825581781607,23.02728175415239
-1999,11,16,16,30,0.0,21.0,21.0,12.0,-3.0,1.4,39.73,20.52507938868903,12.587102886445862,12.525527648279795
-1999,11,16,17,30,0.0,0.0,0.0,10.0,-5.0,1.4,38.57,0.0,10.0,10.0
-1999,11,16,18,30,0.0,0.0,0.0,9.0,-5.0,1.3,39.98,0.0,9.0,9.0
-1999,11,16,19,30,0.0,0.0,0.0,8.0,-5.0,1.4,45.25,0.0,8.0,8.0
-1999,11,16,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.59,0.0,7.0,7.0
-1999,11,16,21,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,46.18,0.0,6.0,6.0
-1999,11,16,22,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,48.33,0.0,6.0,6.0
-1999,11,16,23,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.52,0.0,5.0,5.0
-1999,11,17,0,30,0.0,0.0,0.0,5.0,-7.0,1.8,50.77,0.0,5.0,5.0
-1999,11,17,1,30,0.0,0.0,0.0,5.0,-6.0,1.9,51.6,0.0,5.0,5.0
-1999,11,17,2,30,0.0,0.0,0.0,5.0,-6.0,1.8,52.79,0.0,5.0,5.0
-1999,11,17,3,30,0.0,0.0,0.0,5.0,-6.0,1.8,53.58,0.0,5.0,5.0
-1999,11,17,4,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.72,0.0,5.0,5.0
-1999,11,17,5,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.54,0.0,5.0,5.0
-1999,11,17,6,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.76,0.0,5.0,5.0
-1999,11,17,7,30,559.0,28.0,90.0,8.0,-5.0,2.0,43.02,186.27215574796006,13.118297494425482,12.559481027181603
-1999,11,17,8,30,801.0,46.0,262.0,13.0,-3.0,2.8000000000000003,36.15,427.7899452289235,24.144810726742676,22.861440891055906
-1999,11,17,9,30,899.0,55.0,411.0,17.0,-4.0,3.4000000000000004,27.81,622.1082445133751,32.57616858538418,30.70984385184406
-1999,11,17,10,30,944.0,61.0,514.0,19.0,-5.0,3.0,21.78,754.3756229442567,38.39413937238511,36.13101250355234
-1999,11,17,11,30,958.0,63.0,559.0,20.0,-5.0,2.8000000000000003,20.13,810.8164918442297,41.123442559852094,38.6909930843194
-1999,11,17,12,30,947.0,64.0,543.0,21.0,-5.0,2.7,20.05,789.2733634948514,41.699170461754555,39.33135037127
-1999,11,17,13,30,624.0,122.0,400.0,20.0,-5.0,2.6,20.05,551.6082181776317,34.56270551963348,32.90788086510059
-1999,11,17,14,30,441.0,116.0,266.0,19.0,-5.0,2.1,21.72,361.9766962444419,28.880019471224504,27.79408938249118
-1999,11,17,15,30,348.0,68.0,136.0,16.0,-1.0,1.4,34.81,201.78402663742668,21.77186486025419,21.16651278034191
-1999,11,17,16,30,0.0,14.0,14.0,12.0,0.0,1.3,47.19,13.683386259126019,12.39403944086241,12.352989282085034
-1999,11,17,17,30,0.0,0.0,0.0,10.0,-2.0,1.6,49.68,0.0,10.0,10.0
-1999,11,17,18,30,0.0,0.0,0.0,9.0,-3.0,2.1,51.92,0.0,9.0,9.0
-1999,11,17,19,30,0.0,0.0,0.0,9.0,-3.0,2.9000000000000004,50.16,0.0,9.0,9.0
-1999,11,17,20,30,0.0,0.0,0.0,9.0,-4.0,3.6,44.84,0.0,9.0,9.0
-1999,11,17,21,30,0.0,0.0,0.0,9.0,-4.0,3.8,47.07,0.0,9.0,9.0
-1999,11,17,22,30,0.0,0.0,0.0,8.0,-3.0,4.1000000000000005,48.78,0.0,8.0,8.0
-1999,11,17,23,30,0.0,0.0,0.0,8.0,-3.0,4.2,55.95,0.0,8.0,8.0
-1999,11,18,0,30,0.0,0.0,0.0,7.0,-2.0,3.9,63.63,0.0,7.0,7.0
-1999,11,18,1,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.89,0.0,6.0,6.0
-1999,11,18,2,30,0.0,0.0,0.0,5.0,-4.0,4.800000000000002,62.93,0.0,5.0,5.0
-1999,11,18,3,30,0.0,0.0,0.0,3.0,-5.0,4.7,60.88,0.0,3.0,3.0
-1999,11,18,4,30,0.0,0.0,0.0,3.0,-6.0,4.6000000000000005,62.78,0.0,3.0,3.0
-1999,11,18,5,30,0.0,0.0,0.0,2.0,-6.0,4.7,60.4,0.0,2.0,2.0
-1999,11,18,6,30,0.0,0.0,0.0,2.0,-7.0,5.2,56.23,0.0,2.0,2.0
-1999,11,18,7,30,602.0,26.0,92.0,3.0,-8.0,6.1000000000000005,51.88,194.98916889740724,7.094363752374456,6.509396245682234
-1999,11,18,8,30,855.0,41.0,269.0,4.0,-9.0,7.1000000000000005,40.89,446.3209738204923,12.791379594431847,11.45241667297037
-1999,11,18,9,30,955.0,49.0,423.0,5.0,-11.0,7.6,33.26,648.8944237819259,17.38277365768384,15.43609038633806
-1999,11,18,10,30,999.0,53.0,529.0,6.0,-12.0,7.7,28.73,784.194221338114,20.87044637460793,18.517863710593588
-1999,11,18,11,30,1011.0,55.0,575.0,7.0,-12.0,7.7,26.02,841.7097684217752,22.961096924358735,20.43596761909341
-1999,11,18,12,30,1000.0,56.0,558.0,8.0,-12.0,7.3000000000000025,24.3,819.6428644145768,23.941107254575687,21.482178661331957
-1999,11,18,13,30,965.0,54.0,481.0,8.0,-12.0,6.7,24.9,719.3286139384239,22.53471831313618,20.37673247132091
-1999,11,18,14,30,895.0,49.0,350.0,7.0,-12.0,5.9,27.36,550.7975720623849,18.715413122696123,17.06302040650897
-1999,11,18,15,30,743.0,38.0,182.0,6.0,-11.0,4.1000000000000005,30.33,325.0240643290865,13.771514082378683,12.796441889391424
-1999,11,18,16,30,288.0,12.0,19.0,3.0,-10.0,2.2,42.06,64.0773161475108,4.737334707788354,4.545102759345822
-1999,11,18,17,30,0.0,0.0,0.0,1.0,-9.0,1.5,49.15,0.0,1.0,1.0
-1999,11,18,18,30,0.0,0.0,0.0,0.0,-9.0,1.4,50.09,0.0,0.0,0.0
-1999,11,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,53.81,0.0,0.0,0.0
-1999,11,18,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,56.99,0.0,0.0,0.0
-1999,11,18,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.78,0.0,0.0,0.0
-1999,11,18,22,30,0.0,0.0,0.0,0.0,-9.0,1.9,58.93,0.0,0.0,0.0
-1999,11,18,23,30,0.0,0.0,0.0,0.0,-10.0,2.2,58.23,0.0,0.0,0.0
-1999,11,19,0,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.98,0.0,-1.0,-1.0
-1999,11,19,1,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.74,0.0,-1.0,-1.0
-1999,11,19,2,30,0.0,0.0,0.0,-1.0,-10.0,2.2,57.18,0.0,-1.0,-1.0
-1999,11,19,3,30,0.0,0.0,0.0,-1.0,-10.0,2.1,55.94,0.0,-1.0,-1.0
-1999,11,19,4,30,0.0,0.0,0.0,-1.0,-11.0,2.1,53.92,0.0,-1.0,-1.0
-1999,11,19,5,30,0.0,0.0,0.0,-1.0,-11.0,2.1,51.41,0.0,-1.0,-1.0
-1999,11,19,6,30,0.0,0.0,0.0,0.0,-12.0,2.0,45.44,0.0,0.0,0.0
-1999,11,19,7,30,615.0,25.0,90.0,2.0,-12.0,2.3000000000000003,39.08,196.07462354197213,7.280863848340731,6.692639977714815
-1999,11,19,8,30,860.0,41.0,267.0,6.0,-11.0,2.2,33.14,446.291576599714,18.10034833599048,16.761473606191338
-1999,11,19,9,30,956.0,49.0,419.0,9.0,-12.0,1.2000000000000002,22.62,646.7840932910053,27.751000940650044,25.81064866077703
-1999,11,19,10,30,999.0,53.0,525.0,12.0,-14.0,0.9,17.650000000000006,781.3811043077828,35.115251683644686,32.771108370721336
-1999,11,19,11,30,1013.0,55.0,572.0,13.0,-14.0,1.1,15.19,840.566753598431,37.53344958499773,35.01174932420244
-1999,11,19,12,30,1005.0,54.0,556.0,14.0,-14.0,1.2000000000000002,13.97,819.0858587585783,37.74622361212736,35.28896603585162
-1999,11,19,13,30,563.0,134.0,381.0,15.0,-14.0,1.2000000000000002,13.76,518.6616942489145,30.036587970577713,28.48060288783097
-1999,11,19,14,30,573.0,89.0,280.0,14.0,-14.0,1.3,14.76,407.9689485633887,25.74825100577198,24.524344160081814
-1999,11,19,15,30,298.0,66.0,124.0,11.0,-10.0,1.3,24.3,179.58546257483658,16.171509005149286,15.632752617424774
-1999,11,19,16,30,0.0,12.0,12.0,7.0,-9.0,1.4,35.18,11.728616793536586,7.335487363683349,7.300301513302739
-1999,11,19,17,30,0.0,0.0,0.0,4.0,-10.0,1.7000000000000002,39.95,0.0,4.0,4.0
-1999,11,19,18,30,0.0,0.0,0.0,3.0,-10.0,1.9,42.33,0.0,3.0,3.0
-1999,11,19,19,30,0.0,0.0,0.0,3.0,-11.0,2.2,39.82,0.0,3.0,3.0
-1999,11,19,20,30,0.0,0.0,0.0,3.0,-11.0,2.5,37.59,0.0,3.0,3.0
-1999,11,19,21,30,0.0,0.0,0.0,3.0,-12.0,2.6,36.72,0.0,3.0,3.0
-1999,11,19,22,30,0.0,0.0,0.0,4.0,-12.0,2.6,37.0,0.0,4.0,4.0
-1999,11,19,23,30,0.0,0.0,0.0,4.0,-11.0,2.5,38.26,0.0,4.0,4.0
-1999,11,20,0,30,0.0,0.0,0.0,4.0,-11.0,2.7,39.73,0.0,4.0,4.0
-1999,11,20,1,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,38.71,0.0,4.0,4.0
-1999,11,20,2,30,0.0,0.0,0.0,4.0,-9.0,3.2,41.44,0.0,4.0,4.0
-1999,11,20,3,30,0.0,0.0,0.0,5.0,-9.0,3.4000000000000004,43.68,0.0,5.0,5.0
-1999,11,20,4,30,0.0,0.0,0.0,5.0,-8.0,3.5,42.09,0.0,5.0,5.0
-1999,11,20,5,30,0.0,0.0,0.0,5.0,-8.0,3.3000000000000003,42.59,0.0,5.0,5.0
-1999,11,20,6,30,0.0,0.0,0.0,5.0,-8.0,3.0,43.02,0.0,5.0,5.0
-1999,11,20,7,30,81.0,37.0,45.0,7.0,-8.0,2.7,41.12,58.55697122059542,8.535691922570585,8.360021008908799
-1999,11,20,8,30,53.0,103.0,117.0,9.0,-6.0,2.6,39.3,125.55934086427746,12.314823177012453,11.93814515441962
-1999,11,20,9,30,586.0,108.0,333.0,11.0,-5.0,2.3000000000000003,34.65,471.0004371333983,23.685421173219847,22.272419861819653
-1999,11,20,10,30,914.0,63.0,492.0,13.0,-7.0,1.8,28.56,726.5422631520515,33.23235200696731,31.052725217511156
-1999,11,20,11,30,975.0,59.0,553.0,14.0,-8.0,1.2000000000000002,24.64,812.4094062719618,37.55266571830262,35.11543749948673
-1999,11,20,12,30,966.0,59.0,537.0,15.0,-8.0,0.7000000000000001,22.7,791.9454316380146,38.74593076468565,36.37009446977161
-1999,11,20,13,30,930.0,56.0,461.0,15.0,-8.0,0.6000000000000001,21.7,693.2593407718771,35.92772809068476,33.84795006836913
-1999,11,20,14,30,642.0,77.0,290.0,14.0,-7.0,0.7000000000000001,24.06,433.84104341175924,27.00842074235675,25.706897612121473
-1999,11,20,15,30,380.0,62.0,134.0,11.0,-5.0,0.5,36.21,206.86550826947803,17.28708077428943,16.666484249480995
-1999,11,20,16,30,0.0,12.0,12.0,7.0,-3.0,0.4,54.51,11.728616793536586,7.358876092056303,7.323690241675694
-1999,11,20,17,30,0.0,0.0,0.0,6.0,-4.0,0.7000000000000001,59.95,0.0,6.0,6.0
-1999,11,20,18,30,0.0,0.0,0.0,5.0,-3.0,1.1,68.15,0.0,5.0,5.0
-1999,11,20,19,30,0.0,0.0,0.0,4.0,-2.0,1.3,75.57000000000002,0.0,4.0,4.0
-1999,11,20,20,30,0.0,0.0,0.0,3.0,-2.0,1.0,76.56,0.0,3.0,3.0
-1999,11,20,21,30,0.0,0.0,0.0,3.0,-2.0,0.4,80.53,0.0,3.0,3.0
-1999,11,20,22,30,0.0,0.0,0.0,2.0,-3.0,0.4,79.31,0.0,2.0,2.0
-1999,11,20,23,30,0.0,0.0,0.0,1.0,-3.0,0.7000000000000001,77.93,0.0,1.0,1.0
-1999,11,21,0,30,0.0,0.0,0.0,0.0,-3.0,1.0,75.97,0.0,0.0,0.0
-1999,11,21,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,79.21000000000002,0.0,0.0,0.0
-1999,11,21,2,30,0.0,0.0,0.0,0.0,-4.0,1.3,81.91,0.0,0.0,0.0
-1999,11,21,3,30,0.0,0.0,0.0,0.0,-5.0,1.4,78.26,0.0,0.0,0.0
-1999,11,21,4,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.96000000000002,0.0,0.0,0.0
-1999,11,21,5,30,0.0,0.0,0.0,0.0,-6.0,1.3,72.51,0.0,0.0,0.0
-1999,11,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.1,71.10000000000002,0.0,0.0,0.0
-1999,11,21,7,30,461.0,29.0,75.0,1.0,-6.0,0.8,67.03,154.61340342541686,5.604800975644946,5.140960765368695
-1999,11,21,8,30,737.0,54.0,242.0,3.0,-5.0,1.1,62.84,396.79606277269244,14.581205371120468,13.39081718280239
-1999,11,21,9,30,838.0,69.0,388.0,6.0,-6.0,2.2,47.72,587.6782503137057,21.933779419411522,20.170744668470405
-1999,11,21,10,30,874.0,81.0,488.0,7.0,-7.0,3.4000000000000004,40.63,712.6362267585941,24.842782354904614,22.704873674628832
-1999,11,21,11,30,500.0,182.0,434.0,8.0,-7.0,3.7,39.41,563.6522298141073,21.836198195832495,20.14524150639017
-1999,11,21,12,30,11.0,168.0,174.0,7.0,-6.0,3.8,41.76,172.54119264101868,11.207658809584844,10.690035231661788
-1999,11,21,13,30,1.0,135.0,136.0,6.0,-5.0,3.7,49.16,132.63584720368485,9.25586553678246,8.857957995171406
-1999,11,21,14,30,0.0,61.0,61.0,5.0,-4.0,3.5,57.19,59.62046870047765,6.482942890623948,6.3040814845225155
-1999,11,21,15,30,79.0,72.0,87.0,4.0,-3.0,3.2,69.65,100.69105151016714,6.55460969582187,6.252536541291368
-1999,11,21,16,30,0.0,6.0,6.0,2.0,-3.0,2.9000000000000004,78.65,5.864308396768293,2.151767243000305,2.1341743178100003
-1999,11,21,17,30,0.0,0.0,0.0,0.0,-2.0,2.8000000000000003,80.37,0.0,0.0,0.0
-1999,11,21,18,30,0.0,0.0,0.0,0.0,-3.0,3.0,83.72,0.0,0.0,0.0
-1999,11,21,19,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,84.89,0.0,0.0,0.0
-1999,11,21,20,30,0.0,0.0,0.0,-1.0,-4.0,3.3000000000000003,87.33,0.0,-1.0,-1.0
-1999,11,21,21,30,0.0,0.0,0.0,-1.0,-5.0,3.0,91.6,0.0,-1.0,-1.0
-1999,11,21,22,30,0.0,0.0,0.0,-2.0,-5.0,2.5,89.83,0.0,-2.0,-2.0
-1999,11,21,23,30,0.0,0.0,0.0,-2.0,-5.0,2.2,88.55,0.0,-2.0,-2.0
-1999,11,22,0,30,0.0,0.0,0.0,-2.0,-5.0,1.9,94.92,0.0,-2.0,-2.0
-1999,11,22,1,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.3,0.0,-2.0,-2.0
-1999,11,22,2,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.81,0.0,-2.0,-2.0
-1999,11,22,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.58,0.0,-2.0,-2.0
-1999,11,22,4,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.42,0.0,-2.0,-2.0
-1999,11,22,5,30,0.0,0.0,0.0,-3.0,-5.0,1.9,94.63,0.0,-3.0,-3.0
-1999,11,22,6,30,0.0,0.0,0.0,-3.0,-5.0,2.0,93.29,0.0,-3.0,-3.0
-1999,11,22,7,30,0.0,2.0,2.0,-2.0,-6.0,2.3000000000000003,85.4,1.9547694655894312,-1.9473523334320628,-1.953216641828831
-1999,11,22,8,30,0.0,19.0,19.0,0.0,-5.0,2.7,81.97,18.570309923099597,0.48701758909460285,0.43130665932530404
-1999,11,22,9,30,0.0,33.0,33.0,0.0,-5.0,2.8000000000000003,77.27,32.25369618222562,0.8402753341862875,0.7435142456396107
-1999,11,22,10,30,0.0,22.0,22.0,0.0,-5.0,2.4000000000000004,72.59,21.502464121483747,0.5752791426833617,0.5107717503189104
-1999,11,22,11,30,0.0,30.0,30.0,1.0,-5.0,1.9,72.76,29.32154198384147,1.811086479067309,1.7231218531157846
-1999,11,22,12,30,0.0,50.0,50.0,0.0,-5.0,1.8,71.68,48.86923663973578,1.3608838028462966,1.2142760929270893
-1999,11,22,13,30,0.0,88.0,88.0,0.0,-5.0,2.3000000000000003,70.84,86.00985648593499,2.3164973289892368,2.058467759531432
-1999,11,22,14,30,0.0,27.0,27.0,0.0,-5.0,3.0,75.75,26.389387785457323,0.6784411493382723,0.5992729859819003
-1999,11,22,15,30,0.0,6.0,6.0,-1.0,-5.0,3.3000000000000003,80.52,5.864308396768293,-0.8521982073740623,-0.8697911325643671
-1999,11,22,16,30,0.0,0.0,0.0,-2.0,-6.0,3.0,82.74,0.0,-2.0,-2.0
-1999,11,22,17,30,0.0,0.0,0.0,-3.0,-7.0,2.5,84.25,0.0,-3.0,-3.0
-1999,11,22,18,30,0.0,0.0,0.0,-3.0,-7.0,2.2,87.8,0.0,-3.0,-3.0
-1999,11,22,19,30,0.0,0.0,0.0,-4.0,-8.0,2.0,84.78,0.0,-4.0,-4.0
-1999,11,22,20,30,0.0,0.0,0.0,-4.0,-8.0,2.0,81.75,0.0,-4.0,-4.0
-1999,11,22,21,30,0.0,0.0,0.0,-4.0,-9.0,1.9,78.68,0.0,-4.0,-4.0
-1999,11,22,22,30,0.0,0.0,0.0,-4.0,-9.0,1.8,81.75,0.0,-4.0,-4.0
-1999,11,22,23,30,0.0,0.0,0.0,-5.0,-10.0,1.6,79.08,0.0,-5.0,-5.0
-1999,11,23,0,30,0.0,0.0,0.0,-5.0,-10.0,1.4,82.43,0.0,-5.0,-5.0
-1999,11,23,1,30,0.0,0.0,0.0,-6.0,-11.0,1.3,78.60000000000002,0.0,-6.0,-6.0
-1999,11,23,2,30,0.0,0.0,0.0,-6.0,-11.0,1.3,80.52,0.0,-6.0,-6.0
-1999,11,23,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,76.87,0.0,-7.0,-7.0
-1999,11,23,4,30,0.0,0.0,0.0,-7.0,-12.0,1.1,73.97,0.0,-7.0,-7.0
-1999,11,23,5,30,0.0,0.0,0.0,-7.0,-13.0,1.1,71.14,0.0,-7.0,-7.0
-1999,11,23,6,30,0.0,0.0,0.0,-7.0,-13.0,1.2000000000000002,68.42,0.0,-7.0,-7.0
-1999,11,23,7,30,408.0,32.0,69.0,-5.0,-14.0,1.6,56.54,140.90653003697904,-1.0231985486471535,-1.4459181387580906
-1999,11,23,8,30,736.0,58.0,241.0,-2.0,-13.0,2.0,51.79,396.1826862192344,8.886118980414881,7.697570921757178
-1999,11,23,9,30,876.0,68.0,395.0,0.0,-12.0,2.1,48.27,605.4242318236086,16.524829528608745,14.70855683313792
-1999,11,23,10,30,939.0,72.0,503.0,0.0,-12.0,1.8,42.01,745.9136493546608,20.77179578662267,18.534054838558685
-1999,11,23,11,30,0.0,128.0,128.0,0.0,-12.0,1.5,42.81,125.1052457977236,3.554597623874362,3.1792818864811916
-1999,11,23,12,30,31.0,196.0,211.0,1.0,-12.0,1.4,39.83,214.92329557832562,7.14770275958243,6.5029328728474525
-1999,11,23,13,30,28.0,169.0,181.0,1.0,-12.0,1.4,39.74,184.24481431234088,6.270170226726032,5.717435783789009
-1999,11,23,14,30,247.0,133.0,213.0,0.0,-11.0,1.5,43.46,266.85283137820875,7.582051690100964,6.781493195966338
-1999,11,23,15,30,143.0,70.0,96.0,-1.0,-11.0,1.4,52.43,123.00447720048737,2.5184411345062694,2.149427702904807
-1999,11,23,16,30,0.0,0.0,0.0,-3.0,-12.0,1.1,56.96,0.0,-3.0,-3.0
-1999,11,23,17,30,0.0,0.0,0.0,-4.0,-13.0,1.0,53.64,0.0,-4.0,-4.0
-1999,11,23,18,30,0.0,0.0,0.0,-4.0,-14.0,0.9,56.92,0.0,-4.0,-4.0
-1999,11,23,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,55.66,0.0,-5.0,-5.0
-1999,11,23,20,30,0.0,0.0,0.0,-5.0,-14.0,1.5,58.33,0.0,-5.0,-5.0
-1999,11,23,21,30,0.0,0.0,0.0,-5.0,-14.0,1.6,53.44,0.0,-5.0,-5.0
-1999,11,23,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,53.1,0.0,-5.0,-5.0
-1999,11,23,23,30,0.0,0.0,0.0,-5.0,-14.0,1.6,52.98,0.0,-5.0,-5.0
-1999,11,24,0,30,0.0,0.0,0.0,-5.0,-15.0,1.3,52.6,0.0,-5.0,-5.0
-1999,11,24,1,30,0.0,0.0,0.0,-5.0,-15.0,1.1,51.55,0.0,-5.0,-5.0
-1999,11,24,2,30,0.0,0.0,0.0,-6.0,-15.0,0.9,54.9,0.0,-6.0,-6.0
-1999,11,24,3,30,0.0,0.0,0.0,-6.0,-15.0,1.0,57.57,0.0,-6.0,-6.0
-1999,11,24,4,30,0.0,0.0,0.0,-7.0,-16.0,1.2000000000000002,54.83,0.0,-7.0,-7.0
-1999,11,24,5,30,0.0,0.0,0.0,-8.0,-17.0,1.4,56.24,0.0,-8.0,-8.0
-1999,11,24,6,30,0.0,0.0,0.0,-9.0,-17.0,1.9,57.28,0.0,-9.0,-9.0
-1999,11,24,7,30,106.0,32.0,42.0,-7.0,-18.0,2.5,46.5,59.49033027231833,-5.418948469012107,-5.597419459829061
-1999,11,24,8,30,814.0,53.0,252.0,-3.0,-17.0,2.7,37.79,425.04361045954425,8.14702529377719,6.871894462398558
-1999,11,24,9,30,935.0,66.0,412.0,0.0,-15.0,2.4000000000000004,34.99,637.213609288254,17.048078619569033,15.136437791704273
-1999,11,24,10,30,988.0,73.0,523.0,0.0,-14.0,2.3000000000000003,31.39,779.5524447561027,20.995630383127605,18.656973048859296
-1999,11,24,11,30,1007.0,76.0,573.0,1.0,-14.0,2.3000000000000003,32.33,843.7862695078074,23.72563540287112,21.1942765943477
-1999,11,24,12,30,1001.0,74.0,558.0,2.0,-13.0,2.3000000000000003,34.230000000000004,824.4148032931989,24.203905085229167,21.73066067534957
-1999,11,24,13,30,969.0,68.0,480.0,2.0,-13.0,2.2,35.28,724.630899812858,21.646990359000693,19.473097659562118
-1999,11,24,14,30,898.0,58.0,347.0,1.0,-13.0,1.8,36.36,553.0851930479296,16.402014284811507,14.74275870566772
-1999,11,24,15,30,741.0,41.0,175.0,0.0,-11.0,1.0,45.01,322.2872635613879,9.470067806390292,8.503206015706128
-1999,11,24,16,30,0.0,0.0,0.0,-2.0,-13.0,0.6000000000000001,47.09,0.0,-2.0,-2.0
-1999,11,24,17,30,0.0,0.0,0.0,-4.0,-16.0,0.9,44.25,0.0,-4.0,-4.0
-1999,11,24,18,30,0.0,0.0,0.0,-5.0,-16.0,1.4,48.03,0.0,-5.0,-5.0
-1999,11,24,19,30,0.0,0.0,0.0,-6.0,-16.0,1.7000000000000002,51.86,0.0,-6.0,-6.0
-1999,11,24,20,30,0.0,0.0,0.0,-6.0,-16.0,2.0,51.82,0.0,-6.0,-6.0
-1999,11,24,21,30,0.0,0.0,0.0,-6.0,-16.0,2.4000000000000004,55.76,0.0,-6.0,-6.0
-1999,11,24,22,30,0.0,0.0,0.0,-6.0,-16.0,2.7,51.57,0.0,-6.0,-6.0
-1999,11,24,23,30,0.0,0.0,0.0,-5.0,-16.0,3.0,51.81,0.0,-5.0,-5.0
-1999,11,25,0,30,0.0,0.0,0.0,-5.0,-15.0,3.2,48.83,0.0,-5.0,-5.0
-1999,11,25,1,30,0.0,0.0,0.0,-5.0,-15.0,3.3000000000000003,49.31,0.0,-5.0,-5.0
-1999,11,25,2,30,0.0,0.0,0.0,-4.0,-15.0,3.3000000000000003,46.03,0.0,-4.0,-4.0
-1999,11,25,3,30,0.0,0.0,0.0,-3.0,-15.0,3.6,44.42,0.0,-3.0,-3.0
-1999,11,25,4,30,0.0,0.0,0.0,-2.0,-14.0,4.1000000000000005,47.97,0.0,-2.0,-2.0
-1999,11,25,5,30,0.0,0.0,0.0,-2.0,-13.0,4.800000000000002,52.03,0.0,-2.0,-2.0
-1999,11,25,6,30,0.0,0.0,0.0,-2.0,-12.0,5.5,51.75,0.0,-2.0,-2.0
-1999,11,25,7,30,0.0,12.0,12.0,-1.0,-11.0,6.3000000000000025,52.29,11.728616793536586,-0.7568663646721053,-0.7920522150527151
-1999,11,25,8,30,81.0,97.0,117.0,0.0,-9.0,6.7,51.84,131.7305023833145,2.66174000072975,2.2665484935798066
-1999,11,25,9,30,0.0,54.0,54.0,2.0,-7.0,6.3000000000000025,55.36,52.77877557091465,3.0941013589755264,2.9357650322627826
-1999,11,25,10,30,0.0,47.0,47.0,3.0,-6.0,5.6000000000000005,58.02,45.937082441351635,3.9961750020508484,3.8583637547267937
-1999,11,25,11,30,8.0,163.0,167.0,5.0,-5.0,4.9,58.98,165.40877126063882,8.753595305509434,8.257368991727517
-1999,11,25,12,30,942.0,74.0,527.0,6.0,-4.0,4.3,58.27,778.1765779149267,24.364393410482887,22.029863676738106
-1999,11,25,13,30,917.0,66.0,454.0,6.0,-3.0,3.7,56.8,685.8492171814831,22.835816837820765,20.778269186276315
-1999,11,25,14,30,849.0,56.0,327.0,5.0,-2.0,2.7,65.23,522.9996598995236,18.715981828861647,17.146982849163077
-1999,11,25,15,30,684.0,40.0,163.0,4.0,-2.0,2.1,80.0,299.06294863177595,12.162812098844139,11.265623252948812
-1999,11,25,16,30,0.0,0.0,0.0,2.0,-3.0,2.2,79.60000000000002,0.0,2.0,2.0
-1999,11,25,17,30,0.0,0.0,0.0,1.0,-3.0,2.8000000000000003,74.98,0.0,1.0,1.0
-1999,11,25,18,30,0.0,0.0,0.0,1.0,-3.0,3.6,75.05,0.0,1.0,1.0
-1999,11,25,19,30,0.0,0.0,0.0,1.0,-3.0,4.3,74.96000000000002,0.0,1.0,1.0
-1999,11,25,20,30,0.0,0.0,0.0,1.0,-4.0,4.4,73.72,0.0,1.0,1.0
-1999,11,25,21,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,73.19,0.0,1.0,1.0
-1999,11,25,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.31,0.0,2.0,2.0
-1999,11,25,23,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.73,0.0,2.0,2.0
-1999,11,26,0,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,74.9,0.0,2.0,2.0
-1999,11,26,1,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.45,0.0,1.0,1.0
-1999,11,26,2,30,0.0,0.0,0.0,1.0,-3.0,4.4,74.87,0.0,1.0,1.0
-1999,11,26,3,30,0.0,0.0,0.0,2.0,-3.0,4.4,75.5,0.0,2.0,2.0
-1999,11,26,4,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,76.81,0.0,2.0,2.0
-1999,11,26,5,30,0.0,0.0,0.0,2.0,-3.0,3.7,78.15,0.0,2.0,2.0
-1999,11,26,6,30,0.0,0.0,0.0,2.0,-3.0,3.3000000000000003,78.74,0.0,2.0,2.0
-1999,11,26,7,30,0.0,16.0,16.0,3.0,-3.0,3.3000000000000003,73.61,15.63815572471545,3.3941381136691673,3.347223646495021
-1999,11,26,8,30,367.0,80.0,168.0,6.0,-2.0,3.5,68.92,244.48804935257803,12.08116344155842,11.347699293500686
-1999,11,26,9,30,332.0,144.0,265.0,8.0,-1.0,3.6,60.06,342.3177100204764,16.458539037895935,15.431585907834506
-1999,11,26,10,30,764.0,89.0,432.0,10.0,0.0,3.6,57.54,630.7249134074198,25.584970178466868,23.69279543824461
-1999,11,26,11,30,688.0,123.0,458.0,11.0,0.0,3.4000000000000004,54.31,642.768510645425,27.09345442933476,25.165148897398485
-1999,11,26,12,30,766.0,98.0,464.0,12.0,0.0,3.1,50.72,668.2540047706361,29.066661584915998,27.06189957060409
-1999,11,26,13,30,725.0,88.0,393.0,12.0,0.0,2.8000000000000003,46.92,576.1203647966342,27.009124204741397,25.280763110351494
-1999,11,26,14,30,889.0,46.0,328.0,11.0,0.0,2.1,51.88,534.2749755188981,25.58283700547964,23.980012078922943
-1999,11,26,15,30,741.0,33.0,165.0,8.0,0.0,1.4,69.04,313.3643158065687,16.963526563534515,16.023433616114808
-1999,11,26,16,30,0.0,0.0,0.0,6.0,-1.0,1.3,67.1,0.0,6.0,6.0
-1999,11,26,17,30,0.0,0.0,0.0,4.0,-2.0,1.3,70.09,0.0,4.0,4.0
-1999,11,26,18,30,0.0,0.0,0.0,4.0,-3.0,1.5,72.16,0.0,4.0,4.0
-1999,11,26,19,30,0.0,0.0,0.0,3.0,-3.0,1.7000000000000002,69.62,0.0,3.0,3.0
-1999,11,26,20,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,68.51,0.0,3.0,3.0
-1999,11,26,21,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,67.6,0.0,3.0,3.0
-1999,11,26,22,30,0.0,0.0,0.0,3.0,-4.0,1.6,71.44,0.0,3.0,3.0
-1999,11,26,23,30,0.0,0.0,0.0,2.0,-4.0,1.6,69.36,0.0,2.0,2.0
-1999,11,27,0,30,0.0,0.0,0.0,2.0,-5.0,1.5,68.74,0.0,2.0,2.0
-1999,11,27,1,30,0.0,0.0,0.0,2.0,-4.0,1.5,69.26,0.0,2.0,2.0
-1999,11,27,2,30,0.0,0.0,0.0,1.0,-4.0,1.5,69.67,0.0,1.0,1.0
-1999,11,27,3,30,0.0,0.0,0.0,1.0,-5.0,1.5,68.59,0.0,1.0,1.0
-1999,11,27,4,30,0.0,0.0,0.0,1.0,-5.0,1.7000000000000002,67.53,0.0,1.0,1.0
-1999,11,27,5,30,0.0,0.0,0.0,1.0,-5.0,1.9,66.57000000000001,0.0,1.0,1.0
-1999,11,27,6,30,0.0,0.0,0.0,1.0,-5.0,2.0,66.91,0.0,1.0,1.0
-1999,11,27,7,30,455.0,24.0,59.0,3.0,-5.0,2.0,62.83,141.0340207653435,6.875265587674472,6.452163525378442
-1999,11,27,8,30,290.0,86.0,154.0,5.0,-4.0,2.0,60.03,214.68043753903166,10.898886718447319,10.254845405830224
-1999,11,27,9,30,488.0,118.0,294.0,7.0,-2.0,2.0,59.36,410.3320366144087,18.27490808517705,17.043911975333824
-1999,11,27,10,30,738.0,94.0,423.0,9.0,-2.0,2.0,50.82,615.2759429453689,25.906259040769413,24.060431211933306
-1999,11,27,11,30,939.0,65.0,520.0,10.0,-2.0,1.8,46.76,774.6349377352051,31.571610533926886,29.24770572072127
-1999,11,27,12,30,932.0,76.0,518.0,11.0,-2.0,1.3,46.24,769.0489859572928,33.14624557720932,30.839098619337445
-1999,11,27,13,30,903.0,69.0,446.0,11.0,-2.0,0.9,47.09,676.5340683819848,31.013608182992115,28.98400597784616
-1999,11,27,14,30,834.0,57.0,320.0,10.0,-1.0,0.6000000000000001,54.35,513.8767997690755,25.51262753373742,23.970997134430192
-1999,11,27,15,30,673.0,40.0,159.0,7.0,0.0,0.8,68.69,293.99793253837913,15.756045314295008,14.87405151667987
-1999,11,27,16,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,73.5,0.0,4.0,4.0
-1999,11,27,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,77.05,0.0,2.0,2.0
-1999,11,27,18,30,0.0,0.0,0.0,2.0,-3.0,1.5,75.54,0.0,2.0,2.0
-1999,11,27,19,30,0.0,0.0,0.0,1.0,-4.0,1.7000000000000002,72.91,0.0,1.0,1.0
-1999,11,27,20,30,0.0,0.0,0.0,0.0,-5.0,1.8,74.15,0.0,0.0,0.0
-1999,11,27,21,30,0.0,0.0,0.0,0.0,-5.0,2.0,70.03,0.0,0.0,0.0
-1999,11,27,22,30,0.0,0.0,0.0,0.0,-6.0,2.1,72.56,0.0,0.0,0.0
-1999,11,27,23,30,0.0,0.0,0.0,0.0,-6.0,2.1,70.54,0.0,0.0,0.0
-1999,11,28,0,30,0.0,0.0,0.0,0.0,-6.0,2.0,69.03,0.0,0.0,0.0
-1999,11,28,1,30,0.0,0.0,0.0,0.0,-7.0,2.0,68.26,0.0,0.0,0.0
-1999,11,28,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,67.98,0.0,0.0,0.0
-1999,11,28,3,30,0.0,0.0,0.0,0.0,-7.0,1.9,67.71000000000001,0.0,0.0,0.0
-1999,11,28,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,67.23,0.0,0.0,0.0
-1999,11,28,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,66.64,0.0,0.0,0.0
-1999,11,28,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,61.42,0.0,0.0,0.0
-1999,11,28,7,30,439.0,23.0,55.0,2.0,-7.0,1.5,58.12000000000001,134.80221048557786,5.830116107679361,5.425709476222627
-1999,11,28,8,30,754.0,44.0,218.0,6.0,-4.0,1.5,52.98,380.62551015452544,16.814658692800087,15.672782162336512
-1999,11,28,9,30,874.0,53.0,366.0,9.0,-4.0,1.1,45.1,577.8732252581473,25.866267405531676,24.132647729757235
-1999,11,28,10,30,928.0,59.0,469.0,11.0,-4.0,0.5,38.56,713.5554039670224,32.686459474081914,30.54579326218085
-1999,11,28,11,30,947.0,61.0,517.0,12.0,-4.0,0.8,34.88,774.7353766791389,35.07369309103697,32.749486960999555
-1999,11,28,12,30,938.0,61.0,505.0,13.0,-5.0,1.4,31.76,757.1747299064276,34.65835566594232,32.38683147622304
-1999,11,28,13,30,902.0,59.0,433.0,13.0,-5.0,2.0,31.4,664.8170553386435,31.26752610945918,29.27307494344325
-1999,11,28,14,30,824.0,52.0,311.0,12.0,-5.0,1.9,33.97,502.7075093553135,25.90579199376331,24.39766946569737
-1999,11,28,15,30,653.0,38.0,153.0,9.0,-2.0,1.6,51.09,284.13060343470147,17.019010870655503,16.166619060351398
-1999,11,28,16,30,0.0,0.0,0.0,6.0,-3.0,1.8,59.78,0.0,6.0,6.0
-1999,11,28,17,30,0.0,0.0,0.0,5.0,-4.0,2.1,63.74,0.0,5.0,5.0
-1999,11,28,18,30,0.0,0.0,0.0,4.0,-4.0,2.2,68.01,0.0,4.0,4.0
-1999,11,28,19,30,0.0,0.0,0.0,3.0,-4.0,2.0,71.58,0.0,3.0,3.0
-1999,11,28,20,30,0.0,0.0,0.0,2.0,-4.0,1.8,69.28,0.0,2.0,2.0
-1999,11,28,21,30,0.0,0.0,0.0,1.0,-5.0,1.6,66.54,0.0,1.0,1.0
-1999,11,28,22,30,0.0,0.0,0.0,1.0,-6.0,1.6,63.88,0.0,1.0,1.0
-1999,11,28,23,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,66.56,0.0,1.0,1.0
-1999,11,29,0,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.46000000000001,0.0,0.0,0.0
-1999,11,29,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.87000000000001,0.0,0.0,0.0
-1999,11,29,2,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.3,0.0,0.0,0.0
-1999,11,29,3,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.14,0.0,0.0,0.0
-1999,11,29,4,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.87000000000001,0.0,0.0,0.0
-1999,11,29,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.17,0.0,0.0,0.0
-1999,11,29,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,60.43,0.0,0.0,0.0
-1999,11,29,7,30,467.0,20.0,54.0,3.0,-7.0,1.6,57.07,137.86334822801632,6.89091380773947,6.477323763055422
-1999,11,29,8,30,774.0,39.0,216.0,7.0,-4.0,1.7000000000000002,52.03,382.66378199004345,17.72779168022201,16.57980033425188
-1999,11,29,9,30,891.0,48.0,363.0,10.0,-4.0,1.2000000000000002,43.74,580.9250762711976,26.84167369698656,25.09889846817297
-1999,11,29,10,30,944.0,52.0,467.0,13.0,-5.0,0.6000000000000001,33.87,715.7812710182251,34.60760761707983,32.46026380402515
-1999,11,29,11,30,670.0,123.0,444.0,14.0,-6.0,0.9,27.15,624.7570872271239,32.4819126451608,30.60764138347943
-1999,11,29,12,30,959.0,54.0,505.0,15.0,-6.0,1.2000000000000002,24.79,764.2822276560348,37.157404485290115,34.86455780232201
-1999,11,29,13,30,929.0,51.0,435.0,15.0,-6.0,1.6,24.76,673.9539612033185,34.020985687142954,31.999123803533
-1999,11,29,14,30,859.0,45.0,313.0,14.0,-6.0,1.5,27.29,514.3051534449969,28.612879457810795,27.069963997475803
-1999,11,29,15,30,696.0,34.0,155.0,11.0,-1.0,1.4,50.53,296.18001412928896,19.471983854966616,18.58344381257875
-1999,11,29,16,30,0.0,0.0,0.0,8.0,-3.0,1.5,54.68,0.0,8.0,8.0
-1999,11,29,17,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,56.51,0.0,6.0,6.0
-1999,11,29,18,30,0.0,0.0,0.0,4.0,-5.0,1.8,59.21,0.0,4.0,4.0
-1999,11,29,19,30,0.0,0.0,0.0,4.0,-5.0,2.0,56.16,0.0,4.0,4.0
-1999,11,29,20,30,0.0,0.0,0.0,4.0,-6.0,2.2,52.48,0.0,4.0,4.0
-1999,11,29,21,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,53.05,0.0,4.0,4.0
-1999,11,29,22,30,0.0,0.0,0.0,4.0,-8.0,2.5,50.22,0.0,4.0,4.0
-1999,11,29,23,30,0.0,0.0,0.0,4.0,-8.0,2.6,48.22,0.0,4.0,4.0
-1999,11,30,0,30,0.0,0.0,0.0,4.0,-9.0,2.6,43.88,0.0,4.0,4.0
-1999,11,30,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,44.38,0.0,4.0,4.0
-1999,11,30,2,30,0.0,0.0,0.0,4.0,-8.0,2.5,46.03,0.0,4.0,4.0
-1999,11,30,3,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,47.58,0.0,4.0,4.0
-1999,11,30,4,30,0.0,0.0,0.0,5.0,-7.0,2.1,48.59,0.0,5.0,5.0
-1999,11,30,5,30,0.0,0.0,0.0,5.0,-7.0,2.0,45.25,0.0,5.0,5.0
-1999,11,30,6,30,0.0,0.0,0.0,5.0,-7.0,1.9,45.05,0.0,5.0,5.0
-1999,11,30,7,30,72.0,24.0,29.0,7.0,-7.0,1.9,42.64,41.517501519353345,8.148448609747783,8.023896105189722
-1999,11,30,8,30,281.0,82.0,146.0,10.0,-5.0,2.3000000000000003,37.76,204.50534414340746,15.507927844870864,14.89441181244064
-1999,11,30,9,30,17.0,131.0,137.0,13.0,-3.0,2.9000000000000004,34.82,138.1835796122392,16.576166102932078,16.16161536409536
-1999,11,30,10,30,2.0,139.0,140.0,16.0,-4.0,2.8000000000000003,28.93,137.26158808783237,19.575947579769295,19.164162815505797
-1999,11,30,11,30,29.0,190.0,204.0,17.0,-5.0,2.5,23.69,207.48384705800424,22.514218067788377,21.891766526614365
-1999,11,30,12,30,17.0,173.0,182.0,18.0,-5.0,1.9,23.57,181.67994353557302,23.025593326593178,22.48055349598646
-1999,11,30,13,30,52.0,173.0,194.0,17.0,-3.0,1.2000000000000002,29.03,203.9544232982666,22.912868950836828,22.301005680942026
-1999,11,30,14,30,0.0,37.0,37.0,15.0,-1.0,0.9,40.37,36.163235113404475,16.0698009930528,15.961311287712588
-1999,11,30,15,30,307.0,58.0,111.0,12.0,-1.0,1.2000000000000002,43.4,172.56829758086027,17.002949738297296,16.485244845554714
-1999,11,30,16,30,0.0,0.0,0.0,10.0,-3.0,1.5,46.05,0.0,10.0,10.0
-1999,11,30,17,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,48.33,0.0,8.0,8.0
-1999,11,30,18,30,0.0,0.0,0.0,6.0,-6.0,1.9,47.93,0.0,6.0,6.0
-1999,11,30,19,30,0.0,0.0,0.0,6.0,-7.0,2.1,43.55,0.0,6.0,6.0
-1999,11,30,20,30,0.0,0.0,0.0,6.0,-8.0,2.4000000000000004,39.6,0.0,6.0,6.0
-1999,11,30,21,30,0.0,0.0,0.0,6.0,-9.0,2.6,39.78,0.0,6.0,6.0
-1999,11,30,22,30,0.0,0.0,0.0,5.0,-9.0,2.7,38.42,0.0,5.0,5.0
-1999,11,30,23,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,37.73,0.0,5.0,5.0
-1999,12,1,0,30,0.0,0.0,0.0,5.0,-10.0,3.1,37.02,0.0,5.0,5.0
-1999,12,1,1,30,0.0,0.0,0.0,5.0,-10.0,3.1,36.41,0.0,5.0,5.0
-1999,12,1,2,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,36.62,0.0,5.0,5.0
-1999,12,1,3,30,0.0,0.0,0.0,5.0,-10.0,2.6,37.54,0.0,5.0,5.0
-1999,12,1,4,30,0.0,0.0,0.0,5.0,-9.0,2.4000000000000004,38.8,0.0,5.0,5.0
-1999,12,1,5,30,0.0,0.0,0.0,5.0,-9.0,2.2,43.24,0.0,5.0,5.0
-1999,12,1,6,30,0.0,0.0,0.0,5.0,-8.0,2.0,44.85,0.0,5.0,5.0
-1999,12,1,7,30,191.0,23.0,36.0,6.0,-8.0,1.9,43.6,69.91558904858088,7.933990681137465,7.724243913991723
-1999,12,1,8,30,199.0,86.0,131.0,8.0,-6.0,1.9,41.62,171.61440343164367,12.747162421175384,12.232319210880453
-1999,12,1,9,30,832.0,50.0,340.0,11.0,-5.0,2.2,36.97,543.3626089362049,25.732244984264543,24.102157157455927
-1999,12,1,10,30,824.0,71.0,428.0,13.0,-6.0,2.6,28.83,646.0321895458939,30.055540912066846,28.117444343429163
-1999,12,1,11,30,473.0,177.0,402.0,14.0,-8.0,2.9000000000000004,23.76,527.304472744054,27.646544594107006,26.064631175874844
-1999,12,1,12,30,920.0,70.0,498.0,15.0,-9.0,3.4000000000000004,20.08,748.0050778828759,33.728337549907856,31.48432231625923
-1999,12,1,13,30,890.0,64.0,429.0,15.0,-10.0,3.7,20.34,658.3468758855588,31.160705794358137,29.18566516670146
-1999,12,1,14,30,813.0,56.0,307.0,13.0,-9.0,2.9000000000000004,22.01,498.6675454835577,25.905426084595994,24.409423448145322
-1999,12,1,15,30,624.0,41.0,148.0,10.0,-6.0,1.8,38.67,275.45079878371183,17.67060335542525,16.844250959074113
-1999,12,1,16,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.02,0.0,7.0,7.0
-1999,12,1,17,30,0.0,0.0,0.0,5.0,-6.0,1.9,49.53,0.0,5.0,5.0
-1999,12,1,18,30,0.0,0.0,0.0,4.0,-6.0,2.1,52.94,0.0,4.0,4.0
-1999,12,1,19,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,50.88,0.0,4.0,4.0
-1999,12,1,20,30,0.0,0.0,0.0,4.0,-7.0,2.2,53.14,0.0,4.0,4.0
-1999,12,1,21,30,0.0,0.0,0.0,3.0,-6.0,2.1,55.86,0.0,3.0,3.0
-1999,12,1,22,30,0.0,0.0,0.0,3.0,-5.0,2.6,64.18,0.0,3.0,3.0
-1999,12,1,23,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,67.78,0.0,2.0,2.0
-1999,12,2,0,30,0.0,0.0,0.0,2.0,-4.0,3.6,70.06,0.0,2.0,2.0
-1999,12,2,1,30,0.0,0.0,0.0,2.0,-4.0,3.5,71.11,0.0,2.0,2.0
-1999,12,2,2,30,0.0,0.0,0.0,2.0,-4.0,3.2,71.56,0.0,2.0,2.0
-1999,12,2,3,30,0.0,0.0,0.0,1.0,-4.0,2.6,72.2,0.0,1.0,1.0
-1999,12,2,4,30,0.0,0.0,0.0,1.0,-4.0,2.0,71.85000000000002,0.0,1.0,1.0
-1999,12,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,74.53,0.0,0.0,0.0
-1999,12,2,6,30,0.0,0.0,0.0,0.0,-5.0,1.6,72.06,0.0,0.0,0.0
-1999,12,2,7,30,0.0,21.0,21.0,1.0,-5.0,2.1,70.79,20.52507938868903,1.560224418070643,1.498649179904576
-1999,12,2,8,30,183.0,86.0,126.0,3.0,-5.0,2.9000000000000004,63.63,164.1024678948759,7.246942254209599,6.754634850524972
-1999,12,2,9,30,774.0,73.0,340.0,6.0,-5.0,3.4000000000000004,49.1,529.4810576727759,19.25699553062485,17.668552357606522
-1999,12,2,10,30,855.0,78.0,447.0,7.0,-6.0,3.5,42.68,672.6832128972364,23.731683093931146,21.713633455239435
-1999,12,2,11,30,897.0,78.0,501.0,8.0,-7.0,3.2,37.61,746.4380963966385,26.93771064842966,24.698396359239744
-1999,12,2,12,30,911.0,73.0,495.0,9.0,-7.0,2.7,33.53,742.9244727279406,28.483642819405848,26.254869401222027
-1999,12,2,13,30,893.0,65.0,429.0,9.0,-8.0,2.2,32.09,660.3815050325192,26.904990065959158,24.9238455508616
-1999,12,2,14,30,428.0,104.0,236.0,8.0,-9.0,1.9,33.05,335.1000934336905,17.269470039059996,16.264169758758925
-1999,12,2,15,30,662.0,39.0,151.0,6.0,-8.0,1.5,40.32,287.7175433745462,14.17487779592964,13.311725165806003
-1999,12,2,16,30,0.0,0.0,0.0,3.0,-6.0,1.4,56.44,0.0,3.0,3.0
-1999,12,2,17,30,0.0,0.0,0.0,1.0,-7.0,1.5,56.73,0.0,1.0,1.0
-1999,12,2,18,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.4,0.0,1.0,1.0
-1999,12,2,19,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.09,0.0,1.0,1.0
-1999,12,2,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,59.93,0.0,1.0,1.0
-1999,12,2,21,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,60.77,0.0,1.0,1.0
-1999,12,2,22,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,61.21,0.0,1.0,1.0
-1999,12,2,23,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,62.41,0.0,0.0,0.0
-1999,12,3,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,64.03,0.0,0.0,0.0
-1999,12,3,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,69.46000000000001,0.0,0.0,0.0
-1999,12,3,2,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.27,0.0,0.0,0.0
-1999,12,3,3,30,0.0,0.0,0.0,0.0,-6.0,2.1,79.52,0.0,0.0,0.0
-1999,12,3,4,30,0.0,0.0,0.0,-1.0,-5.0,2.3000000000000003,83.33,0.0,-1.0,-1.0
-1999,12,3,5,30,0.0,0.0,0.0,-1.0,-4.0,2.8000000000000003,86.14,0.0,-1.0,-1.0
-1999,12,3,6,30,0.0,0.0,0.0,-2.0,-4.0,3.3000000000000003,94.28,0.0,-2.0,-2.0
-1999,12,3,7,30,0.0,2.0,2.0,-1.0,-4.0,4.1000000000000005,93.75,1.9547694655894312,-0.953260327166881,-0.9591246355636494
-1999,12,3,8,30,0.0,25.0,25.0,-1.0,-4.0,5.300000000000002,87.26,24.43461831986789,-0.4597302666940539,-0.5330341216536576
-1999,12,3,9,30,0.0,6.0,6.0,0.0,-4.0,6.4,86.35000000000002,5.864308396768293,0.12078993043914356,0.10319700524883868
-1999,12,3,10,30,0.0,116.0,116.0,0.0,-4.0,7.0,80.09,113.37662900418702,2.2474807119242963,1.9073508249117352
-1999,12,3,11,30,1.0,138.0,139.0,0.0,-5.0,7.5,79.48,135.62843310056425,2.6046021737646496,2.197716874462957
-1999,12,3,12,30,7.0,152.0,156.0,0.0,-5.0,8.0,78.14,153.7186627618371,2.860328920723192,2.3991729324376805
-1999,12,3,13,30,0.0,121.0,121.0,0.0,-5.0,8.3,80.81,118.26355266816059,2.1595290229436612,1.8047383649391793
-1999,12,3,14,30,0.0,55.0,55.0,-1.0,-6.0,8.0,76.15,53.75616030370936,0.00027086640715376364,-0.16099761450397432
-1999,12,3,15,30,0.0,42.0,42.0,-1.0,-7.0,7.2,78.19,41.05015877737806,-0.19653856705961856,-0.31968904339175275
-1999,12,3,16,30,0.0,0.0,0.0,-2.0,-7.0,6.3000000000000025,75.51,0.0,-2.0,-2.0
-1999,12,3,17,30,0.0,0.0,0.0,-3.0,-8.0,5.8000000000000025,77.86,0.0,-3.0,-3.0
-1999,12,3,18,30,0.0,0.0,0.0,-4.0,-8.0,5.4,80.35000000000002,0.0,-4.0,-4.0
-1999,12,3,19,30,0.0,0.0,0.0,-4.0,-9.0,5.1000000000000005,78.81,0.0,-4.0,-4.0
-1999,12,3,20,30,0.0,0.0,0.0,-4.0,-9.0,4.800000000000002,85.35000000000002,0.0,-4.0,-4.0
-1999,12,3,21,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,86.8,0.0,-4.0,-4.0
-1999,12,3,22,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,88.19,0.0,-4.0,-4.0
-1999,12,3,23,30,0.0,0.0,0.0,-4.0,-8.0,4.7,88.33,0.0,-4.0,-4.0
-1999,12,4,0,30,0.0,0.0,0.0,-4.0,-8.0,4.6000000000000005,87.0,0.0,-4.0,-4.0
-1999,12,4,1,30,0.0,0.0,0.0,-5.0,-9.0,4.5,83.95,0.0,-5.0,-5.0
-1999,12,4,2,30,0.0,0.0,0.0,-6.0,-9.0,4.5,86.03,0.0,-6.0,-6.0
-1999,12,4,3,30,0.0,0.0,0.0,-6.0,-10.0,4.3,81.26,0.0,-6.0,-6.0
-1999,12,4,4,30,0.0,0.0,0.0,-6.0,-11.0,4.0,82.89,0.0,-6.0,-6.0
-1999,12,4,5,30,0.0,0.0,0.0,-7.0,-11.0,3.8,80.01,0.0,-7.0,-7.0
-1999,12,4,6,30,0.0,0.0,0.0,-7.0,-12.0,3.7,77.08,0.0,-7.0,-7.0
-1999,12,4,7,30,2.0,19.0,19.0,-6.0,-12.0,3.9,70.3,19.051422141811347,-5.538448748876655,-5.595603015302089
-1999,12,4,8,30,0.0,32.0,32.0,-3.0,-11.0,4.6000000000000005,64.87,31.2763114494309,-2.2762363000933523,-2.370065234441645
-1999,12,4,9,30,0.0,94.0,94.0,-1.0,-10.0,5.1000000000000005,58.91,91.87416488270327,1.0579495906832264,0.7823270960351165
-1999,12,4,10,30,104.0,192.0,237.0,0.0,-11.0,5.0,53.97,259.7718031727214,5.856736968088126,5.077421558569962
-1999,12,4,11,30,960.0,76.0,525.0,0.0,-11.0,4.800000000000002,46.4,788.1337926741762,18.001838629710747,15.637437251688219
-1999,12,4,12,30,963.0,74.0,516.0,0.0,-10.0,4.4,46.9,779.5808380354822,18.277542512287308,15.93879999818086
-1999,12,4,13,30,936.0,67.0,446.0,0.0,-10.0,3.9,47.92,689.3423610647789,16.700424085585823,14.632397002391485
-1999,12,4,14,30,870.0,56.0,322.0,0.0,-10.0,3.0,49.29,528.4592124780778,13.586085376698408,12.000707739264175
-1999,12,4,15,30,711.0,39.0,159.0,-1.0,-10.0,1.9,57.37000000000001,306.16341913720316,7.469029691004993,6.550539433593383
-1999,12,4,16,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,59.51,0.0,-4.0,-4.0
-1999,12,4,17,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,58.19,0.0,-6.0,-6.0
-1999,12,4,18,30,0.0,0.0,0.0,-7.0,-15.0,1.4,59.84,0.0,-7.0,-7.0
-1999,12,4,19,30,0.0,0.0,0.0,-7.0,-15.0,1.6,62.61,0.0,-7.0,-7.0
-1999,12,4,20,30,0.0,0.0,0.0,-8.0,-16.0,1.7000000000000002,61.48,0.0,-8.0,-8.0
-1999,12,4,21,30,0.0,0.0,0.0,-8.0,-16.0,1.8,60.52,0.0,-8.0,-8.0
-1999,12,4,22,30,0.0,0.0,0.0,-8.0,-16.0,1.8,59.94,0.0,-8.0,-8.0
-1999,12,4,23,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.47,0.0,-8.0,-8.0
-1999,12,5,0,30,0.0,0.0,0.0,-8.0,-16.0,2.1,63.33,0.0,-8.0,-8.0
-1999,12,5,1,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,56.94,0.0,-8.0,-8.0
-1999,12,5,2,30,0.0,0.0,0.0,-8.0,-17.0,2.4000000000000004,55.76,0.0,-8.0,-8.0
-1999,12,5,3,30,0.0,0.0,0.0,-7.0,-17.0,2.5,50.61,0.0,-7.0,-7.0
-1999,12,5,4,30,0.0,0.0,0.0,-7.0,-17.0,2.5,49.67,0.0,-7.0,-7.0
-1999,12,5,5,30,0.0,0.0,0.0,-6.0,-17.0,2.5,48.81,0.0,-6.0,-6.0
-1999,12,5,6,30,0.0,0.0,0.0,-5.0,-18.0,2.5,44.39,0.0,-5.0,-5.0
-1999,12,5,7,30,443.0,19.0,43.0,-3.0,-17.0,2.8000000000000003,38.37,124.26423161563505,0.23733962638898093,-0.13545306845792426
-1999,12,5,8,30,799.0,43.0,212.0,0.0,-15.0,3.0,35.55000000000001,385.5989207240053,9.913309739749156,8.75651297757714
-1999,12,5,9,30,923.0,57.0,368.0,3.0,-10.0,2.5,40.9,595.5583228763924,18.82792352750554,17.04124855887636
-1999,12,5,10,30,976.0,65.0,479.0,6.0,-9.0,1.9,40.35,738.2681160496167,26.42182117108048,24.20701682293163
-1999,12,5,11,30,995.0,68.0,531.0,8.0,-9.0,1.5,34.04,804.6736772833821,30.8630791860672,28.449058154217052
-1999,12,5,12,30,989.0,67.0,520.0,9.0,-9.0,1.4,31.29,790.6012855902097,31.614494590145785,29.242690733375156
-1999,12,5,13,30,957.0,62.0,448.0,8.0,-9.0,1.1,33.03,697.6900917058817,28.363337733193262,26.270267458075615
-1999,12,5,14,30,884.0,53.0,322.0,7.0,-5.0,0.9,47.47,532.8548197364378,22.763208504974585,21.16464404576527
-1999,12,5,15,30,720.0,37.0,158.0,4.0,-4.0,1.1,60.44,307.67973534254077,12.980185384488609,12.057146178460986
-1999,12,5,16,30,0.0,0.0,0.0,1.0,-9.0,1.5,51.14,0.0,1.0,1.0
-1999,12,5,17,30,0.0,0.0,0.0,0.0,-11.0,1.7000000000000002,46.76,0.0,0.0,0.0
-1999,12,5,18,30,0.0,0.0,0.0,-1.0,-12.0,1.8,49.12000000000001,0.0,-1.0,-1.0
-1999,12,5,19,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.77,0.0,-1.0,-1.0
-1999,12,5,20,30,0.0,0.0,0.0,-1.0,-12.0,2.1,50.16,0.0,-1.0,-1.0
-1999,12,5,21,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,44.07,0.0,-1.0,-1.0
-1999,12,5,22,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,43.3,0.0,0.0,0.0
-1999,12,5,23,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,40.98,0.0,0.0,0.0
-1999,12,6,0,30,0.0,0.0,0.0,0.0,-13.0,2.3000000000000003,41.55,0.0,0.0,0.0
-1999,12,6,1,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.68,0.0,0.0,0.0
-1999,12,6,2,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.49,0.0,0.0,0.0
-1999,12,6,3,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.61,0.0,0.0,0.0
-1999,12,6,4,30,0.0,0.0,0.0,0.0,-13.0,2.2,42.44,0.0,0.0,0.0
-1999,12,6,5,30,0.0,0.0,0.0,-1.0,-12.0,2.2,46.12,0.0,-1.0,-1.0
-1999,12,6,6,30,0.0,0.0,0.0,-2.0,-13.0,2.4000000000000004,46.23,0.0,-2.0,-2.0
-1999,12,6,7,30,428.0,18.0,40.0,-1.0,-15.0,3.1,38.54,118.69380738558748,2.0313429151394393,1.6752614929826768
-1999,12,6,8,30,797.0,42.0,208.0,1.0,-13.0,3.6,38.64,381.8462431934763,10.43527389901248,9.289735169432051
-1999,12,6,9,30,753.0,59.0,311.0,3.0,-11.0,3.7,38.78,496.4000761166145,15.185332505188493,13.696132276838648
-1999,12,6,10,30,93.0,189.0,228.0,5.0,-10.0,3.4000000000000004,38.68,248.83517988944655,11.230264180093323,10.483758640424984
-1999,12,6,11,30,993.0,67.0,527.0,6.0,-10.0,2.9000000000000004,36.19,800.6255967530344,26.720045958299746,24.318169168040644
-1999,12,6,12,30,982.0,68.0,516.0,6.0,-10.0,2.5,33.71,785.2972191501078,26.87054089184549,24.514649234395165
-1999,12,6,13,30,944.0,64.0,443.0,6.0,-10.0,2.0,33.89,690.319947562676,24.96828242403948,22.897322581351453
-1999,12,6,14,30,857.0,57.0,317.0,5.0,-9.0,1.3,40.39,521.8656795323066,20.02812656706564,18.46252952846872
-1999,12,6,15,30,667.0,42.0,153.0,3.0,-7.0,0.7000000000000001,51.59,292.70633259472,11.776594990646112,10.898475992861952
-1999,12,6,16,30,0.0,0.0,0.0,0.0,-10.0,0.7000000000000001,48.2,0.0,0.0,0.0
-1999,12,6,17,30,0.0,0.0,0.0,0.0,-11.0,1.1,46.4,0.0,0.0,0.0
-1999,12,6,18,30,0.0,0.0,0.0,-1.0,-12.0,1.5,49.21,0.0,-1.0,-1.0
-1999,12,6,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,52.51,0.0,-2.0,-2.0
-1999,12,6,20,30,0.0,0.0,0.0,-2.0,-12.0,1.9,52.32,0.0,-2.0,-2.0
-1999,12,6,21,30,0.0,0.0,0.0,-2.0,-12.0,2.1,51.75,0.0,-2.0,-2.0
-1999,12,6,22,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,51.2,0.0,-2.0,-2.0
-1999,12,6,23,30,0.0,0.0,0.0,-1.0,-12.0,2.5,51.09,0.0,-1.0,-1.0
-1999,12,7,0,30,0.0,0.0,0.0,-1.0,-12.0,2.6,52.22,0.0,-1.0,-1.0
-1999,12,7,1,30,0.0,0.0,0.0,-1.0,-11.0,2.6,51.06,0.0,-1.0,-1.0
-1999,12,7,2,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.63,0.0,-1.0,-1.0
-1999,12,7,3,30,0.0,0.0,0.0,-1.0,-10.0,2.4000000000000004,58.7,0.0,-1.0,-1.0
-1999,12,7,4,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,58.15,0.0,-2.0,-2.0
-1999,12,7,5,30,0.0,0.0,0.0,-2.0,-11.0,2.6,57.64,0.0,-2.0,-2.0
-1999,12,7,6,30,0.0,0.0,0.0,-1.0,-11.0,2.8000000000000003,56.9,0.0,-1.0,-1.0
-1999,12,7,7,30,0.0,33.0,33.0,0.0,-11.0,3.3000000000000003,49.24,32.25369618222562,0.8129098594426577,0.7161487708959808
-1999,12,7,8,30,652.0,57.0,191.0,1.0,-10.0,3.7,46.31,332.9676482248406,9.173490904415512,8.174587959740991
-1999,12,7,9,30,792.0,79.0,342.0,3.0,-8.0,3.5,51.88,536.9421890057968,16.355389838722076,14.744563271704687
-1999,12,7,10,30,205.0,190.0,276.0,4.0,-7.0,3.4000000000000004,49.7,326.6348422250966,12.17818991024332,11.198285383568031
-1999,12,7,11,30,166.0,216.0,292.0,5.0,-6.0,3.6,48.95,333.75197173605204,13.246882937301931,12.245627022093775
-1999,12,7,12,30,108.0,209.0,259.0,6.0,-6.0,4.0,44.94,283.22029588873096,12.81654594636563,11.966885058699438
-1999,12,7,13,30,660.0,98.0,362.0,6.0,-7.0,4.0,44.38,534.2803535223496,18.859059293746316,17.25621823317927
-1999,12,7,14,30,0.0,39.0,39.0,4.0,-8.0,3.2,45.34,38.11800457899391,4.96708319778593,4.852729184048949
-1999,12,7,15,30,149.0,63.0,88.0,1.0,-8.0,2.0,53.54,117.83686696244527,4.23786525421923,3.884354653331894
-1999,12,7,16,30,0.0,0.0,0.0,0.0,-10.0,1.3,57.27,0.0,0.0,0.0
-1999,12,7,17,30,0.0,0.0,0.0,-1.0,-11.0,1.1,55.72,0.0,-1.0,-1.0
-1999,12,7,18,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.99,0.0,-2.0,-2.0
-1999,12,7,19,30,0.0,0.0,0.0,-3.0,-10.0,0.8,63.99,0.0,-3.0,-3.0
-1999,12,7,20,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.36,0.0,-3.0,-3.0
-1999,12,7,21,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.88,0.0,-3.0,-3.0
-1999,12,7,22,30,0.0,0.0,0.0,-3.0,-10.0,0.9,66.44,0.0,-3.0,-3.0
-1999,12,7,23,30,0.0,0.0,0.0,-3.0,-9.0,1.1,74.06,0.0,-3.0,-3.0
-1999,12,8,0,30,0.0,0.0,0.0,-4.0,-9.0,1.3,76.29,0.0,-4.0,-4.0
-1999,12,8,1,30,0.0,0.0,0.0,-4.0,-9.0,1.4,79.27,0.0,-4.0,-4.0
-1999,12,8,2,30,0.0,0.0,0.0,-3.0,-8.0,1.1,82.5,0.0,-3.0,-3.0
-1999,12,8,3,30,0.0,0.0,0.0,-3.0,-8.0,1.0,84.49,0.0,-3.0,-3.0
-1999,12,8,4,30,0.0,0.0,0.0,-3.0,-8.0,1.1,84.36,0.0,-3.0,-3.0
-1999,12,8,5,30,0.0,0.0,0.0,-3.0,-8.0,1.2000000000000002,83.81,0.0,-3.0,-3.0
-1999,12,8,6,30,0.0,0.0,0.0,-4.0,-8.0,1.4,83.46000000000002,0.0,-4.0,-4.0
-1999,12,8,7,30,0.0,29.0,29.0,-3.0,-8.0,1.5,77.04,28.344157251046756,-2.194661475840965,-2.279693947594105
-1999,12,8,8,30,508.0,75.0,178.0,-2.0,-8.0,1.9,72.57000000000002,288.15003993741703,5.970747291010124,5.106297171197872
-1999,12,8,9,30,0.0,79.0,79.0,-1.0,-8.0,2.2,72.24,77.21339389078254,1.093494502856155,0.8618543211838072
-1999,12,8,10,30,6.0,141.0,144.0,-1.0,-8.0,2.3000000000000003,65.83,141.92885661759104,2.822559770401551,2.396773200548778
-1999,12,8,11,30,41.0,191.0,211.0,-1.0,-8.0,2.4000000000000004,65.02,216.92101720368217,4.803527265614898,4.152764214003851
-1999,12,8,12,30,5.0,147.0,150.0,-1.0,-8.0,2.6,64.38,147.33073134981902,2.88959769621984,2.447605502170383
-1999,12,8,13,30,0.0,95.0,95.0,-1.0,-8.0,2.7,63.61,92.85154961549799,1.4350879454730143,1.1565332966265203
-1999,12,8,14,30,0.0,38.0,38.0,-1.0,-9.0,2.5,62.99,37.14061984619919,-0.012928090987647842,-0.12434995052624542
-1999,12,8,15,30,0.0,36.0,36.0,-2.0,-9.0,2.2,67.4,35.185850380609764,-1.046002505027575,-1.1515600561694044
-1999,12,8,16,30,0.0,0.0,0.0,-3.0,-9.0,1.8,68.99,0.0,-3.0,-3.0
-1999,12,8,17,30,0.0,0.0,0.0,-4.0,-10.0,1.3,72.07000000000002,0.0,-4.0,-4.0
-1999,12,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,71.73,0.0,-4.0,-4.0
-1999,12,8,19,30,0.0,0.0,0.0,-5.0,-10.0,0.30000000000000004,76.43,0.0,-5.0,-5.0
-1999,12,8,20,30,0.0,0.0,0.0,-6.0,-10.0,0.5,80.51,0.0,-6.0,-6.0
-1999,12,8,21,30,0.0,0.0,0.0,-6.0,-11.0,0.8,77.93,0.0,-6.0,-6.0
-1999,12,8,22,30,0.0,0.0,0.0,-6.0,-11.0,1.0,81.81,0.0,-6.0,-6.0
-1999,12,8,23,30,0.0,0.0,0.0,-7.0,-11.0,1.2000000000000002,79.15,0.0,-7.0,-7.0
-1999,12,9,0,30,0.0,0.0,0.0,-7.0,-12.0,1.4,76.37,0.0,-7.0,-7.0
-1999,12,9,1,30,0.0,0.0,0.0,-7.0,-12.0,1.5,73.19,0.0,-7.0,-7.0
-1999,12,9,2,30,0.0,0.0,0.0,-7.0,-13.0,1.6,75.0,0.0,-7.0,-7.0
-1999,12,9,3,30,0.0,0.0,0.0,-8.0,-14.0,1.9,70.76,0.0,-8.0,-8.0
-1999,12,9,4,30,0.0,0.0,0.0,-8.0,-15.0,2.2,65.63,0.0,-8.0,-8.0
-1999,12,9,5,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,59.41,0.0,-8.0,-8.0
-1999,12,9,6,30,0.0,0.0,0.0,-8.0,-17.0,2.2,53.88,0.0,-8.0,-8.0
-1999,12,9,7,30,431.0,16.0,35.0,-6.0,-18.0,2.4000000000000004,43.12,114.4710659260425,-2.9374292966642455,-3.280842494442373
-1999,12,9,8,30,807.0,40.0,202.0,-2.0,-17.0,2.4000000000000004,32.88,378.5696627445368,8.128291799450688,6.992582811217078
-1999,12,9,9,30,934.0,53.0,359.0,1.0,-15.0,1.8,32.6,590.043164104226,17.431199671261364,15.661070178948687
-1999,12,9,10,30,987.0,61.0,471.0,3.0,-14.0,1.6,31.1,734.6194859713049,23.733147266035687,21.529288808121773
-1999,12,9,11,30,389.0,186.0,364.0,4.0,-14.0,1.9,28.94,468.09631271571084,16.948384172776542,15.544095234629411
-1999,12,9,12,30,283.0,200.0,328.0,5.0,-13.0,2.0,27.83,401.78952037920646,16.04018089652581,14.834812335388191
-1999,12,9,13,30,570.0,118.0,346.0,5.0,-13.0,1.7000000000000002,28.88,493.4924905745435,18.83482023594115,17.35434276421752
-1999,12,9,14,30,217.0,124.0,190.0,4.0,-12.0,1.3,34.35,239.19631715882127,10.888118283348827,10.170529331872364
-1999,12,9,15,30,9.0,59.0,61.0,1.0,-9.0,1.1,49.45,61.075274698175456,2.782591526827634,2.599365702733108
-1999,12,9,16,30,0.0,0.0,0.0,0.0,-11.0,1.2000000000000002,46.76,0.0,0.0,0.0
-1999,12,9,17,30,0.0,0.0,0.0,-1.0,-11.0,1.4,50.37000000000001,0.0,-1.0,-1.0
-1999,12,9,18,30,0.0,0.0,0.0,-2.0,-11.0,1.6,54.75,0.0,-2.0,-2.0
-1999,12,9,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,56.9,0.0,-2.0,-2.0
-1999,12,9,20,30,0.0,0.0,0.0,-2.0,-12.0,2.0,55.28,0.0,-2.0,-2.0
-1999,12,9,21,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,55.65,0.0,-2.0,-2.0
-1999,12,9,22,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,58.29,0.0,-2.0,-2.0
-1999,12,9,23,30,0.0,0.0,0.0,-2.0,-11.0,2.1,61.46,0.0,-2.0,-2.0
-1999,12,10,0,30,0.0,0.0,0.0,-2.0,-11.0,1.8,62.66,0.0,-2.0,-2.0
-1999,12,10,1,30,0.0,0.0,0.0,-2.0,-10.0,1.4,60.18,0.0,-2.0,-2.0
-1999,12,10,2,30,0.0,0.0,0.0,-1.0,-9.0,1.2000000000000002,63.28,0.0,-1.0,-1.0
-1999,12,10,3,30,0.0,0.0,0.0,-1.0,-9.0,1.0,61.16,0.0,-1.0,-1.0
-1999,12,10,4,30,0.0,0.0,0.0,-1.0,-9.0,0.9,61.41,0.0,-1.0,-1.0
-1999,12,10,5,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.58,0.0,-1.0,-1.0
-1999,12,10,6,30,0.0,0.0,0.0,-1.0,-9.0,0.9,59.85,0.0,-1.0,-1.0
-1999,12,10,7,30,0.0,23.0,23.0,0.0,-9.0,0.9,55.02,22.47984885427846,0.665011428113904,0.5975718815510687
-1999,12,10,8,30,466.0,56.0,149.0,0.0,-8.0,1.1,54.86,249.7324578128665,7.288890070016408,6.539692696577808
-1999,12,10,9,30,832.0,66.0,337.0,2.0,-8.0,1.3,52.57,542.3023719490106,17.616640455401168,15.989733339554137
-1999,12,10,10,30,707.0,92.0,384.0,3.0,-9.0,1.4,47.18,572.236126834393,19.368340186699296,17.651631806196118
-1999,12,10,11,30,929.0,79.0,503.0,4.0,-9.0,1.4,43.78,759.767033353369,25.732506357757995,23.45320525769789
-1999,12,10,12,30,304.0,197.0,334.0,4.0,-8.0,1.0,45.29,413.91506949821394,16.16245324410162,14.92070803560698
-1999,12,10,13,30,892.0,73.0,428.0,4.0,-8.0,0.8,47.34,662.8210123571564,23.74058378355612,21.75212074648465
-1999,12,10,14,30,810.0,63.0,306.0,3.0,-7.0,0.9,53.31,502.1138330373373,17.85381148905521,16.3474699899432
-1999,12,10,15,30,119.0,63.0,83.0,1.0,-7.0,1.0,62.86,106.67380503426728,4.134496087983784,3.8144746728809826
-1999,12,10,16,30,0.0,0.0,0.0,0.0,-8.0,1.0,61.65,0.0,0.0,0.0
-1999,12,10,17,30,0.0,0.0,0.0,-1.0,-9.0,0.9,63.14,0.0,-1.0,-1.0
-1999,12,10,18,30,0.0,0.0,0.0,-1.0,-9.0,0.9,62.71,0.0,-1.0,-1.0
-1999,12,10,19,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.98,0.0,-1.0,-1.0
-1999,12,10,20,30,0.0,0.0,0.0,-1.0,-9.0,0.8,58.79,0.0,-1.0,-1.0
-1999,12,10,21,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,56.53,0.0,-1.0,-1.0
-1999,12,10,22,30,0.0,0.0,0.0,-1.0,-10.0,0.4,60.39,0.0,-1.0,-1.0
-1999,12,10,23,30,0.0,0.0,0.0,-2.0,-10.0,0.30000000000000004,58.34,0.0,-2.0,-2.0
-1999,12,11,0,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,57.63,0.0,-2.0,-2.0
-1999,12,11,1,30,0.0,0.0,0.0,-2.0,-11.0,0.4,61.45,0.0,-2.0,-2.0
-1999,12,11,2,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,60.96,0.0,-2.0,-2.0
-1999,12,11,3,30,0.0,0.0,0.0,-3.0,-11.0,0.1,60.95,0.0,-3.0,-3.0
-1999,12,11,4,30,0.0,0.0,0.0,-3.0,-11.0,0.1,65.5,0.0,-3.0,-3.0
-1999,12,11,5,30,0.0,0.0,0.0,-3.0,-11.0,0.2,65.41,0.0,-3.0,-3.0
-1999,12,11,6,30,0.0,0.0,0.0,-4.0,-11.0,0.4,65.96000000000001,0.0,-4.0,-4.0
-1999,12,11,7,30,151.0,19.0,25.0,-3.0,-11.0,0.6000000000000001,66.78,52.52930191551264,-1.4142745973572464,-1.5718625031037843
-1999,12,11,8,30,545.0,67.0,174.0,-2.0,-10.0,1.1,60.86,292.3559604426906,6.532933506695534,5.655865625367462
-1999,12,11,9,30,727.0,93.0,328.0,0.0,-9.0,1.5,55.72,506.9787597561453,14.404715671936724,12.88377939266829
-1999,12,11,10,30,823.0,103.0,441.0,0.0,-9.0,1.4,52.04,660.7940942358708,18.90146745478861,16.919085172080997
-1999,12,11,11,30,869.0,105.0,500.0,1.0,-9.0,1.1,47.63,740.0513871106955,22.599728181328555,20.37957401999647
-1999,12,11,12,30,883.0,99.0,496.0,2.0,-10.0,0.9,46.81,739.1039475817838,23.864585251089864,21.64727340834451
-1999,12,11,13,30,865.0,87.0,430.0,2.0,-10.0,1.0,46.31,658.3748242723159,21.345642638749627,19.37051816593268
-1999,12,11,14,30,802.0,70.0,311.0,1.0,-10.0,1.0,45.6,504.77844579835147,15.832376731524691,14.318041394129637
-1999,12,11,15,30,639.0,46.0,152.0,0.0,-9.0,0.8,57.17,287.5197875897281,8.563108819016916,7.700549456247732
-1999,12,11,16,30,0.0,0.0,0.0,-2.0,-10.0,0.6000000000000001,58.41,0.0,-2.0,-2.0
-1999,12,11,17,30,0.0,0.0,0.0,-3.0,-12.0,0.7000000000000001,55.48,0.0,-3.0,-3.0
-1999,12,11,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,56.24,0.0,-4.0,-4.0
-1999,12,11,19,30,0.0,0.0,0.0,-4.0,-14.0,1.7000000000000002,56.91,0.0,-4.0,-4.0
-1999,12,11,20,30,0.0,0.0,0.0,-5.0,-14.0,2.0,53.67,0.0,-5.0,-5.0
-1999,12,11,21,30,0.0,0.0,0.0,-5.0,-15.0,2.4000000000000004,51.69,0.0,-5.0,-5.0
-1999,12,11,22,30,0.0,0.0,0.0,-5.0,-14.0,3.0,53.51,0.0,-5.0,-5.0
-1999,12,11,23,30,0.0,0.0,0.0,-4.0,-14.0,3.4000000000000004,56.66,0.0,-4.0,-4.0
-1999,12,12,0,30,0.0,0.0,0.0,-4.0,-13.0,3.8,54.97,0.0,-4.0,-4.0
-1999,12,12,1,30,0.0,0.0,0.0,-4.0,-13.0,4.2,57.06,0.0,-4.0,-4.0
-1999,12,12,2,30,0.0,0.0,0.0,-4.0,-13.0,4.1000000000000005,57.52,0.0,-4.0,-4.0
-1999,12,12,3,30,0.0,0.0,0.0,-5.0,-13.0,3.6,61.13,0.0,-5.0,-5.0
-1999,12,12,4,30,0.0,0.0,0.0,-5.0,-13.0,3.3000000000000003,60.22,0.0,-5.0,-5.0
-1999,12,12,5,30,0.0,0.0,0.0,-5.0,-13.0,3.0,64.62,0.0,-5.0,-5.0
-1999,12,12,6,30,0.0,0.0,0.0,-6.0,-13.0,2.8000000000000003,63.63,0.0,-6.0,-6.0
-1999,12,12,7,30,315.0,16.0,27.0,-4.0,-13.0,3.0,58.55,85.7970902392514,-1.7942543803962505,-2.0516456511140047
-1999,12,12,8,30,738.0,45.0,188.0,-1.0,-12.0,3.4000000000000004,50.44,349.6318056921498,7.753981314832302,6.705085897755853
-1999,12,12,9,30,882.0,61.0,344.0,1.0,-11.0,3.3000000000000003,44.68,562.7542319995831,15.183443071174082,13.495180375175332
-1999,12,12,10,30,944.0,70.0,457.0,2.0,-11.0,3.0,41.86,709.4488381392662,20.239122826833874,18.110776312416075
-1999,12,12,11,30,968.0,75.0,513.0,3.0,-11.0,2.5,39.46,782.2626738925585,23.789892954553185,21.44310493287551
-1999,12,12,12,30,967.0,74.0,507.0,4.0,-11.0,2.0,37.05,775.1423254502222,25.29899128640145,22.973564310050783
-1999,12,12,13,30,938.0,67.0,439.0,4.0,-11.0,1.5,37.1,687.0625603796506,23.521411184685753,21.4602235035468
-1999,12,12,14,30,867.0,56.0,317.0,3.0,-10.0,0.8,41.98,526.7257513943231,18.687302654118888,17.107125399935917
-1999,12,12,15,30,703.0,39.0,156.0,1.0,-8.0,0.6000000000000001,58.62000000000001,305.47641686108943,10.221552475683408,9.30512322510014
-1999,12,12,16,30,0.0,0.0,0.0,-1.0,-10.0,0.9,55.19,0.0,-1.0,-1.0
-1999,12,12,17,30,0.0,0.0,0.0,-2.0,-11.0,1.1,55.69,0.0,-2.0,-2.0
-1999,12,12,18,30,0.0,0.0,0.0,-3.0,-11.0,1.4,60.22,0.0,-3.0,-3.0
-1999,12,12,19,30,0.0,0.0,0.0,-2.0,-11.0,1.8,59.42,0.0,-2.0,-2.0
-1999,12,12,20,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,54.68,0.0,-2.0,-2.0
-1999,12,12,21,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.27,0.0,-2.0,-2.0
-1999,12,12,22,30,0.0,0.0,0.0,-2.0,-11.0,3.0,54.0,0.0,-2.0,-2.0
-1999,12,12,23,30,0.0,0.0,0.0,-2.0,-12.0,3.1,53.71,0.0,-2.0,-2.0
-1999,12,13,0,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.7,0.0,-2.0,-2.0
-1999,12,13,1,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.2,0.0,-2.0,-2.0
-1999,12,13,2,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,55.01,0.0,-2.0,-2.0
-1999,12,13,3,30,0.0,0.0,0.0,-1.0,-11.0,3.3000000000000003,55.58,0.0,-1.0,-1.0
-1999,12,13,4,30,0.0,0.0,0.0,-1.0,-11.0,3.2,55.98,0.0,-1.0,-1.0
-1999,12,13,5,30,0.0,0.0,0.0,-1.0,-11.0,3.0,52.15,0.0,-1.0,-1.0
-1999,12,13,6,30,0.0,0.0,0.0,0.0,-11.0,2.8000000000000003,48.87000000000001,0.0,0.0,0.0
-1999,12,13,7,30,0.0,10.0,10.0,0.0,-10.0,2.6,47.62,9.773847327947157,0.2580339736434384,0.22871243165959693
-1999,12,13,8,30,22.0,71.0,75.0,1.0,-9.0,2.6,49.71,78.45884809203102,3.071348943909258,2.8359723996331647
-1999,12,13,9,30,210.0,135.0,202.0,2.0,-7.0,2.6,54.98,251.3604009237426,8.636027849698756,7.881946646927528
-1999,12,13,10,30,73.0,179.0,209.0,3.0,-6.0,2.2,56.14,224.4181136169302,9.084670852092627,8.411416511241836
-1999,12,13,11,30,126.0,210.0,267.0,4.0,-5.0,1.7000000000000002,57.6,297.4037252796344,12.33756775498787,11.445356579148967
-1999,12,13,12,30,42.0,187.0,206.0,5.0,-4.0,1.4,57.15,213.27478891664333,11.100548592669329,10.460724225919398
-1999,12,13,13,30,93.0,176.0,213.0,5.0,-4.0,1.3,58.45,233.64159594209028,11.728159395911337,11.027234608085067
-1999,12,13,14,30,0.0,70.0,70.0,4.0,-4.0,1.1,61.28,68.4169312956301,5.996870953456096,5.791620159569206
-1999,12,13,15,30,654.0,41.0,150.0,3.0,-5.0,0.8,64.18,289.3173979319989,11.61664646630059,10.748694272504594
-1999,12,13,16,30,0.0,0.0,0.0,1.0,-7.0,1.0,57.92,0.0,1.0,1.0
-1999,12,13,17,30,0.0,0.0,0.0,0.0,-8.0,1.3,58.75,0.0,0.0,0.0
-1999,12,13,18,30,0.0,0.0,0.0,0.0,-7.0,1.6,64.22,0.0,0.0,0.0
-1999,12,13,19,30,0.0,0.0,0.0,0.0,-7.0,2.0,69.96000000000001,0.0,0.0,0.0
-1999,12,13,20,30,0.0,0.0,0.0,0.0,-7.0,3.4000000000000004,68.84,0.0,0.0,0.0
-1999,12,13,21,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,60.79,0.0,0.0,0.0
-1999,12,13,22,30,0.0,0.0,0.0,-1.0,-11.0,5.8000000000000025,55.4,0.0,-1.0,-1.0
-1999,12,13,23,30,0.0,0.0,0.0,-2.0,-13.0,5.4,53.22,0.0,-2.0,-2.0
-1999,12,14,0,30,0.0,0.0,0.0,-3.0,-13.0,5.2,52.08,0.0,-3.0,-3.0
-1999,12,14,1,30,0.0,0.0,0.0,-3.0,-12.0,5.300000000000002,58.86,0.0,-3.0,-3.0
-1999,12,14,2,30,0.0,0.0,0.0,-4.0,-12.0,5.5,60.31,0.0,-4.0,-4.0
-1999,12,14,3,30,0.0,0.0,0.0,-4.0,-12.0,5.5,63.95,0.0,-4.0,-4.0
-1999,12,14,4,30,0.0,0.0,0.0,-5.0,-13.0,5.5,60.94,0.0,-5.0,-5.0
-1999,12,14,5,30,0.0,0.0,0.0,-5.0,-14.0,5.6000000000000005,60.8,0.0,-5.0,-5.0
-1999,12,14,6,30,0.0,0.0,0.0,-6.0,-15.0,5.6000000000000005,54.07,0.0,-6.0,-6.0
-1999,12,14,7,30,0.0,24.0,24.0,-6.0,-16.0,5.6000000000000005,48.42,23.457233587073173,-5.49131489256978,-5.561686593330999
-1999,12,14,8,30,736.0,45.0,185.0,-5.0,-17.0,6.3000000000000025,41.41,345.81477946479805,2.1687229586804264,1.1312786202860323
-1999,12,14,9,30,896.0,61.0,345.0,-4.0,-19.0,7.0,33.910000000000004,567.5539327007027,7.250700677248947,5.548038879146839
-1999,12,14,10,30,973.0,67.0,463.0,-3.0,-20.0,7.4,28.38,723.4468748771665,10.981291193272428,8.810950568640928
-1999,12,14,11,30,1008.0,69.0,523.0,-2.0,-21.0,7.6,27.23,803.7024642367164,13.336956734444975,10.925849341734825
-1999,12,14,12,30,1009.0,68.0,519.0,-2.0,-21.0,7.6,24.81,798.7709793324551,13.24284980560153,10.846536867604165
-1999,12,14,13,30,978.0,63.0,450.0,-2.0,-21.0,7.4,25.26,709.6007215879063,11.713701259904198,9.58489909514048
-1999,12,14,14,30,904.0,54.0,326.0,-2.0,-20.0,6.8000000000000025,26.66,545.6945872898262,8.956122235449413,7.319038473579935
-1999,12,14,15,30,740.0,38.0,162.0,-4.0,-19.0,5.7,33.02,319.8143147128557,2.8907260256328073,1.9312830814942403
-1999,12,14,16,30,0.0,0.0,0.0,-5.0,-19.0,4.9,37.48,0.0,-5.0,-5.0
-1999,12,14,17,30,0.0,0.0,0.0,-6.0,-18.0,4.800000000000002,41.22,0.0,-6.0,-6.0
-1999,12,14,18,30,0.0,0.0,0.0,-7.0,-18.0,4.800000000000002,44.65,0.0,-7.0,-7.0
-1999,12,14,19,30,0.0,0.0,0.0,-7.0,-19.0,4.9,43.87,0.0,-7.0,-7.0
-1999,12,14,20,30,0.0,0.0,0.0,-7.0,-19.0,5.0,43.15,0.0,-7.0,-7.0
-1999,12,14,21,30,0.0,0.0,0.0,-7.0,-19.0,5.0,46.76,0.0,-7.0,-7.0
-1999,12,14,22,30,0.0,0.0,0.0,-7.0,-19.0,4.9,47.41,0.0,-7.0,-7.0
-1999,12,14,23,30,0.0,0.0,0.0,-7.0,-18.0,4.6000000000000005,48.08,0.0,-7.0,-7.0
-1999,12,15,0,30,0.0,0.0,0.0,-8.0,-18.0,4.2,48.43,0.0,-8.0,-8.0
-1999,12,15,1,30,0.0,0.0,0.0,-8.0,-18.0,3.9,48.43,0.0,-8.0,-8.0
-1999,12,15,2,30,0.0,0.0,0.0,-8.0,-18.0,3.8,47.8,0.0,-8.0,-8.0
-1999,12,15,3,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.97,0.0,-8.0,-8.0
-1999,12,15,4,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.34,0.0,-8.0,-8.0
-1999,12,15,5,30,0.0,0.0,0.0,-8.0,-19.0,3.9,45.99,0.0,-8.0,-8.0
-1999,12,15,6,30,0.0,0.0,0.0,-7.0,-19.0,4.1000000000000005,45.9,0.0,-7.0,-7.0
-1999,12,15,7,30,0.0,18.0,18.0,-6.0,-19.0,4.6000000000000005,43.19,17.592925190304882,-5.59288291880251,-5.645661694373425
-1999,12,15,8,30,444.0,54.0,138.0,-4.0,-18.0,5.300000000000002,37.14,234.00158388718242,1.173969638686811,0.47196488702526374
-1999,12,15,9,30,352.0,118.0,230.0,-1.0,-17.0,5.9,35.31,314.29535279388926,5.685032918240411,4.742146859858743
-1999,12,15,10,30,185.0,183.0,258.0,0.0,-15.0,6.2,33.730000000000004,303.72099137642306,6.336659867351348,5.425496893222079
-1999,12,15,11,30,455.0,169.0,373.0,1.0,-14.0,6.0,32.68,497.1238914962015,11.50591568064584,10.014544006157236
-1999,12,15,12,30,567.0,139.0,392.0,2.0,-13.0,5.7,36.12,547.1557315503285,13.78902902721274,12.147561832561754
-1999,12,15,13,30,392.0,152.0,308.0,2.0,-12.0,5.1000000000000005,39.13,408.3515121733956,11.14693296428894,9.921878427768753
-1999,12,15,14,30,311.0,115.0,209.0,1.0,-11.0,4.1000000000000005,42.16,282.1535202490183,7.746454483406489,6.8999939226594345
-1999,12,15,15,30,443.0,47.0,121.0,0.0,-10.0,3.0,52.57,215.58143910573276,5.542353635179545,4.8956093178623465
-1999,12,15,16,30,0.0,0.0,0.0,-1.0,-10.0,2.7,54.1,0.0,-1.0,-1.0
-1999,12,15,17,30,0.0,0.0,0.0,-2.0,-11.0,3.0,55.36,0.0,-2.0,-2.0
-1999,12,15,18,30,0.0,0.0,0.0,-2.0,-11.0,3.3000000000000003,53.78,0.0,-2.0,-2.0
-1999,12,15,19,30,0.0,0.0,0.0,-2.0,-12.0,3.4000000000000004,56.37000000000001,0.0,-2.0,-2.0
-1999,12,15,20,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.2,0.0,-2.0,-2.0
-1999,12,15,21,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.86,0.0,-2.0,-2.0
-1999,12,15,22,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.13,0.0,-2.0,-2.0
-1999,12,15,23,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.03,0.0,-2.0,-2.0
-1999,12,16,0,30,0.0,0.0,0.0,-1.0,-11.0,3.5,54.92,0.0,-1.0,-1.0
-1999,12,16,1,30,0.0,0.0,0.0,-1.0,-11.0,3.7,57.71,0.0,-1.0,-1.0
-1999,12,16,2,30,0.0,0.0,0.0,-1.0,-10.0,3.9,55.71,0.0,-1.0,-1.0
-1999,12,16,3,30,0.0,0.0,0.0,-1.0,-10.0,4.3,56.47,0.0,-1.0,-1.0
-1999,12,16,4,30,0.0,0.0,0.0,-1.0,-10.0,4.7,56.7,0.0,-1.0,-1.0
-1999,12,16,5,30,0.0,0.0,0.0,0.0,-10.0,5.4,57.7,0.0,0.0,0.0
-1999,12,16,6,30,0.0,0.0,0.0,0.0,-9.0,6.0,55.12000000000001,0.0,0.0,0.0
-1999,12,16,7,30,0.0,12.0,12.0,0.0,-9.0,6.5,52.51,11.728616793536586,0.24003769614619025,0.2048518457655805
-1999,12,16,8,30,192.0,70.0,106.0,1.0,-8.0,6.6000000000000005,50.88,146.42175996503065,3.9775567981971194,3.5382915183020276
-1999,12,16,9,30,529.0,93.0,259.0,4.0,-8.0,6.4,50.57,389.0493575589967,12.013433410637436,10.846285337960445
-1999,12,16,10,30,724.0,85.0,377.0,5.0,-7.0,6.1000000000000005,46.37,570.8286356920922,16.98620460824039,15.273718701164112
-1999,12,16,11,30,956.0,71.0,500.0,6.0,-6.0,5.5,45.18,766.1151785437066,22.721466220153268,20.423120684522146
-1999,12,16,12,30,954.0,70.0,496.0,7.0,-6.0,4.800000000000002,46.63,760.173510490632,24.363195175277088,22.08267464380519
-1999,12,16,13,30,923.0,65.0,430.0,6.0,-6.0,3.8,47.93,675.3911256763656,22.470359201585765,20.44418582455667
-1999,12,16,14,30,848.0,56.0,310.0,5.0,-5.0,2.7,55.66,518.1329163120866,18.588348540106093,17.03394979116983
-1999,12,16,15,30,114.0,64.0,84.0,2.0,-4.0,2.0,66.99,106.33359290982025,4.921783773738027,4.602782995008567
-1999,12,16,16,30,0.0,0.0,0.0,0.0,-5.0,2.2,67.23,0.0,0.0,0.0
-1999,12,16,17,30,0.0,0.0,0.0,0.0,-5.0,2.9000000000000004,71.7,0.0,0.0,0.0
-1999,12,16,18,30,0.0,0.0,0.0,0.0,-5.0,3.6,72.21000000000002,0.0,0.0,0.0
-1999,12,16,19,30,0.0,0.0,0.0,1.0,-5.0,3.9,72.01,0.0,1.0,1.0
-1999,12,16,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,67.26,0.0,1.0,1.0
-1999,12,16,21,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.57000000000001,0.0,1.0,1.0
-1999,12,16,22,30,0.0,0.0,0.0,1.0,-5.0,3.2,72.42,0.0,1.0,1.0
-1999,12,16,23,30,0.0,0.0,0.0,0.0,-5.0,3.1,71.29,0.0,0.0,0.0
-1999,12,17,0,30,0.0,0.0,0.0,0.0,-5.0,3.0,69.54,0.0,0.0,0.0
-1999,12,17,1,30,0.0,0.0,0.0,0.0,-6.0,2.7,68.54,0.0,0.0,0.0
-1999,12,17,2,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,73.64,0.0,0.0,0.0
-1999,12,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,73.67,0.0,0.0,0.0
-1999,12,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.8,78.5,0.0,0.0,0.0
-1999,12,17,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.68,0.0,0.0,0.0
-1999,12,17,6,30,0.0,0.0,0.0,0.0,-6.0,1.8,69.22,0.0,0.0,0.0
-1999,12,17,7,30,219.0,13.0,19.0,0.0,-6.0,2.1,64.13,59.286862853943745,1.6182129000625554,1.4403523115007242
-1999,12,17,8,30,599.0,40.0,150.0,1.0,-6.0,3.3000000000000003,63.52,281.35244110503675,8.09109963894879,7.24704231563368
-1999,12,17,9,30,359.0,116.0,228.0,2.0,-5.0,5.1000000000000005,66.58,315.1647404931922,9.059581434278241,8.114087212798665
-1999,12,17,10,30,494.0,138.0,337.0,2.0,-5.0,5.9,68.32000000000001,467.1210123973551,11.935620482196388,10.534257445004323
-1999,12,17,11,30,0.0,27.0,27.0,3.0,-5.0,5.8000000000000025,68.44,26.389387785457323,3.5649294048288134,3.4857612414724413
-1999,12,17,12,30,10.0,157.0,161.0,3.0,-5.0,5.300000000000002,60.77,160.69504326849767,6.55310105661303,6.0710159268075365
-1999,12,17,13,30,224.0,174.0,263.0,3.0,-6.0,4.4,56.24,318.6227335034273,10.470220242541444,9.514352042031163
-1999,12,17,14,30,0.0,22.0,22.0,2.0,-7.0,3.2,58.04,21.502464121483747,2.54553411157155,2.481026719207099
-1999,12,17,15,30,0.0,10.0,10.0,1.0,-6.0,1.7000000000000002,65.15,9.773847327947157,1.2740050221194954,1.2446834801356539
-1999,12,17,16,30,0.0,0.0,0.0,0.0,-8.0,0.8,68.12,0.0,0.0,0.0
-1999,12,17,17,30,0.0,0.0,0.0,-1.0,-8.0,0.4,69.38,0.0,-1.0,-1.0
-1999,12,17,18,30,0.0,0.0,0.0,-2.0,-8.0,0.7000000000000001,74.39,0.0,-2.0,-2.0
-1999,12,17,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.62,0.0,-3.0,-3.0
-1999,12,17,20,30,0.0,0.0,0.0,-4.0,-9.0,1.8,75.29,0.0,-4.0,-4.0
-1999,12,17,21,30,0.0,0.0,0.0,-4.0,-10.0,2.2,71.59,0.0,-4.0,-4.0
-1999,12,17,22,30,0.0,0.0,0.0,-4.0,-11.0,2.8000000000000003,67.72,0.0,-4.0,-4.0
-1999,12,17,23,30,0.0,0.0,0.0,-3.0,-11.0,3.6,63.57,0.0,-3.0,-3.0
-1999,12,18,0,30,0.0,0.0,0.0,-3.0,-12.0,4.1000000000000005,56.35,0.0,-3.0,-3.0
-1999,12,18,1,30,0.0,0.0,0.0,-2.0,-12.0,4.3,51.9,0.0,-2.0,-2.0
-1999,12,18,2,30,0.0,0.0,0.0,-1.0,-12.0,4.5,53.28,0.0,-1.0,-1.0
-1999,12,18,3,30,0.0,0.0,0.0,-1.0,-12.0,4.6000000000000005,53.67,0.0,-1.0,-1.0
-1999,12,18,4,30,0.0,0.0,0.0,-2.0,-12.0,4.4,52.28,0.0,-2.0,-2.0
-1999,12,18,5,30,0.0,0.0,0.0,-2.0,-13.0,4.1000000000000005,49.39,0.0,-2.0,-2.0
-1999,12,18,6,30,0.0,0.0,0.0,-2.0,-13.0,3.8,47.09,0.0,-2.0,-2.0
-1999,12,18,7,30,0.0,19.0,19.0,-1.0,-13.0,3.8,43.22,18.570309923099597,-0.547136965100153,-0.6028478948694518
-1999,12,18,8,30,746.0,38.0,174.0,1.0,-12.0,4.1000000000000005,40.78,337.53877954263777,9.07074818899732,8.058131850369406
-1999,12,18,9,30,882.0,53.0,327.0,3.0,-10.0,4.1000000000000005,40.52,546.2767060169049,16.061793201217732,14.422963083167017
-1999,12,18,10,30,705.0,89.0,372.0,6.0,-9.0,4.4,40.13,560.3909254335772,19.138559163310333,17.457386387009603
-1999,12,18,11,30,762.0,91.0,432.0,7.0,-8.0,5.0,41.25,643.3009093954662,21.503668880321253,19.573766152134855
-1999,12,18,12,30,745.0,94.0,426.0,7.0,-6.0,5.4,44.97,631.8507626771502,20.880520688083426,18.984968400051976
-1999,12,18,13,30,918.0,67.0,430.0,6.0,-6.0,5.4,50.28,674.6367877299143,20.82044565294289,18.796535289753148
-1999,12,18,14,30,845.0,58.0,313.0,4.0,-6.0,4.9,54.5,519.7735389956466,15.795139405441883,14.235818788454944
-1999,12,18,15,30,671.0,42.0,155.0,2.0,-6.0,3.8,62.59,300.2543794138015,9.32212386688098,8.421360728639577
-1999,12,18,16,30,0.0,0.0,0.0,0.0,-6.0,3.1,64.31,0.0,0.0,0.0
-1999,12,18,17,30,0.0,0.0,0.0,0.0,-7.0,3.7,65.92,0.0,0.0,0.0
-1999,12,18,18,30,0.0,0.0,0.0,0.0,-8.0,4.9,63.02,0.0,0.0,0.0
-1999,12,18,19,30,0.0,0.0,0.0,0.0,-8.0,5.5,60.02,0.0,0.0,0.0
-1999,12,18,20,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,58.27,0.0,0.0,0.0
-1999,12,18,21,30,0.0,0.0,0.0,0.0,-9.0,4.800000000000002,62.35,0.0,0.0,0.0
-1999,12,18,22,30,0.0,0.0,0.0,0.0,-9.0,4.0,62.71,0.0,0.0,0.0
-1999,12,18,23,30,0.0,0.0,0.0,-1.0,-8.0,3.1,63.47,0.0,-1.0,-1.0
-1999,12,19,0,30,0.0,0.0,0.0,-1.0,-8.0,2.6,63.57,0.0,-1.0,-1.0
-1999,12,19,1,30,0.0,0.0,0.0,-1.0,-9.0,2.6,67.45,0.0,-1.0,-1.0
-1999,12,19,2,30,0.0,0.0,0.0,-2.0,-9.0,2.6,65.71000000000001,0.0,-2.0,-2.0
-1999,12,19,3,30,0.0,0.0,0.0,-2.0,-9.0,2.5,68.77,0.0,-2.0,-2.0
-1999,12,19,4,30,0.0,0.0,0.0,-3.0,-10.0,2.2,67.83,0.0,-3.0,-3.0
-1999,12,19,5,30,0.0,0.0,0.0,-3.0,-10.0,2.0,67.27,0.0,-3.0,-3.0
-1999,12,19,6,30,0.0,0.0,0.0,-3.0,-10.0,1.9,67.68,0.0,-3.0,-3.0
-1999,12,19,7,30,262.0,12.0,18.0,-2.0,-10.0,2.2,62.11,66.49244400673696,-0.19718368802084366,-0.3966610200410545
-1999,12,19,8,30,694.0,43.0,169.0,-1.0,-9.0,3.1,60.2,320.31464206521696,7.180574389070643,6.219630462874992
-1999,12,19,9,30,839.0,63.0,323.0,0.0,-9.0,3.7,56.71,530.7896018831452,13.029506038438475,11.43713723278904
-1999,12,19,10,30,909.0,74.0,438.0,0.0,-10.0,3.3000000000000003,53.97,681.8297531867738,17.18457710072706,15.139087841166742
-1999,12,19,11,30,43.0,187.0,207.0,0.0,-10.0,2.6,50.7,214.03765188727485,5.650690457161509,5.008577501499684
-1999,12,19,12,30,0.0,121.0,121.0,0.0,-11.0,2.1,49.11,118.26355266816059,3.2279597422165622,2.8731690842120803
-1999,12,19,13,30,0.0,80.0,80.0,0.0,-11.0,1.9,48.34,78.19077862357726,2.162897277512824,1.928324941642092
-1999,12,19,14,30,416.0,104.0,229.0,0.0,-11.0,1.9,47.91,329.9994092668428,9.128375960037726,8.138377732237197
-1999,12,19,15,30,677.0,43.0,158.0,-2.0,-11.0,1.5,54.86,304.41456979432195,6.649288041951334,5.736044332568368
-1999,12,19,16,30,0.0,0.0,0.0,-3.0,-11.0,1.0,64.61,0.0,-3.0,-3.0
-1999,12,19,17,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.32000000000001,0.0,-4.0,-4.0
-1999,12,19,18,30,0.0,0.0,0.0,-5.0,-12.0,1.1,63.99,0.0,-5.0,-5.0
-1999,12,19,19,30,0.0,0.0,0.0,-5.0,-13.0,1.5,66.48,0.0,-5.0,-5.0
-1999,12,19,20,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,63.87000000000001,0.0,-6.0,-6.0
-1999,12,19,21,30,0.0,0.0,0.0,-6.0,-14.0,1.8,61.75,0.0,-6.0,-6.0
-1999,12,19,22,30,0.0,0.0,0.0,-5.0,-14.0,2.0,61.01,0.0,-5.0,-5.0
-1999,12,19,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,60.77,0.0,-5.0,-5.0
-1999,12,20,0,30,0.0,0.0,0.0,-5.0,-14.0,1.9,60.54,0.0,-5.0,-5.0
-1999,12,20,1,30,0.0,0.0,0.0,-5.0,-14.0,1.6,61.04,0.0,-5.0,-5.0
-1999,12,20,2,30,0.0,0.0,0.0,-5.0,-13.0,1.2000000000000002,62.94000000000001,0.0,-5.0,-5.0
-1999,12,20,3,30,0.0,0.0,0.0,-5.0,-13.0,1.0,65.49,0.0,-5.0,-5.0
-1999,12,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.0,67.59,0.0,-5.0,-5.0
-1999,12,20,5,30,0.0,0.0,0.0,-6.0,-12.0,1.2000000000000002,68.81,0.0,-6.0,-6.0
-1999,12,20,6,30,0.0,0.0,0.0,-6.0,-12.0,1.4,69.27,0.0,-6.0,-6.0
-1999,12,20,7,30,0.0,7.0,7.0,-5.0,-12.0,1.6,64.05,6.8416931295630095,-4.806907066973997,-4.8274321463626855
-1999,12,20,8,30,47.0,68.0,77.0,-4.0,-12.0,2.4000000000000004,59.13,85.23621723469577,-1.7195814535806329,-1.9752901052847203
-1999,12,20,9,30,121.0,132.0,170.0,-2.0,-12.0,3.4000000000000004,54.42,196.53181879889945,2.9207075601423247,2.3311121037456264
-1999,12,20,10,30,0.0,113.0,113.0,-1.0,-13.0,4.2,48.93,110.44447480580287,1.6235353708203601,1.2922019464029515
-1999,12,20,11,30,422.0,174.0,362.0,-1.0,-13.0,4.4,44.06,476.6765667645902,10.175847055971907,8.745817355678136
-1999,12,20,12,30,85.0,201.0,238.0,-1.0,-13.0,4.2,42.99,258.0604002208522,5.130053938668302,4.355872738005746
-1999,12,20,13,30,16.0,147.0,154.0,0.0,-14.0,3.9,42.27,154.31386221932374,3.7385007608798184,3.275559174221847
-1999,12,20,14,30,57.0,124.0,141.0,0.0,-14.0,3.5,42.12,152.5393878268051,3.79411979892868,3.3365016354482644
-1999,12,20,15,30,0.0,29.0,29.0,-1.0,-13.0,2.4000000000000004,46.86,28.344157251046756,-0.24167749373556874,-0.326709965488709
-1999,12,20,16,30,0.0,0.0,0.0,-2.0,-12.0,1.5,53.71,0.0,-2.0,-2.0
-1999,12,20,17,30,0.0,0.0,0.0,-3.0,-12.0,1.5,55.63,0.0,-3.0,-3.0
-1999,12,20,18,30,0.0,0.0,0.0,-3.0,-12.0,1.8,55.62000000000001,0.0,-3.0,-3.0
-1999,12,20,19,30,0.0,0.0,0.0,-3.0,-12.0,2.0,59.63,0.0,-3.0,-3.0
-1999,12,20,20,30,0.0,0.0,0.0,-4.0,-12.0,2.2,58.8,0.0,-4.0,-4.0
-1999,12,20,21,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,61.46,0.0,-4.0,-4.0
-1999,12,20,22,30,0.0,0.0,0.0,-5.0,-13.0,2.7,58.43,0.0,-5.0,-5.0
-1999,12,20,23,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.95,0.0,-6.0,-6.0
-1999,12,21,0,30,0.0,0.0,0.0,-5.0,-14.0,3.2,59.02,0.0,-5.0,-5.0
-1999,12,21,1,30,0.0,0.0,0.0,-5.0,-14.0,3.1,55.79,0.0,-5.0,-5.0
-1999,12,21,2,30,0.0,0.0,0.0,-4.0,-13.0,2.8000000000000003,58.44,0.0,-4.0,-4.0
-1999,12,21,3,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,60.82,0.0,-4.0,-4.0
-1999,12,21,4,30,0.0,0.0,0.0,-4.0,-12.0,2.1,62.82,0.0,-4.0,-4.0
-1999,12,21,5,30,0.0,0.0,0.0,-4.0,-12.0,1.9,64.18,0.0,-4.0,-4.0
-1999,12,21,6,30,0.0,0.0,0.0,-5.0,-12.0,1.7000000000000002,65.28,0.0,-5.0,-5.0
-1999,12,21,7,30,0.0,9.0,9.0,-4.0,-12.0,1.6,61.34,8.796462595152441,-3.751737657537995,-3.7781270453234526
-1999,12,21,8,30,164.0,68.0,97.0,-3.0,-11.0,1.8,60.9,131.69933626720922,0.6674911640817863,0.2723931552801586
-1999,12,21,9,30,9.0,111.0,114.0,-1.0,-10.0,2.3000000000000003,60.61,113.50199163397745,2.05694104370542,1.7164350688034875
-1999,12,21,10,30,216.0,178.0,264.0,-1.0,-9.0,3.2,65.52,318.4399068236327,7.079066225921018,6.12374650545012
-1999,12,21,11,30,70.0,198.0,229.0,-1.0,-8.0,4.1000000000000005,70.25,244.35753410980107,4.842730511014977,4.109657908685574
-1999,12,21,12,30,0.0,128.0,128.0,-1.0,-8.0,4.7,72.52,125.1052457977236,1.876227447483507,1.5009117100903362
-1999,12,21,13,30,0.0,116.0,116.0,-2.0,-8.0,5.0,72.10000000000002,113.37662900418702,0.5561553882910533,0.21602550127849218
-1999,12,21,14,30,0.0,10.0,10.0,-2.0,-8.0,4.800000000000002,70.4,9.773847327947157,-1.7767546271653485,-1.80607616914919
-1999,12,21,15,30,40.0,65.0,72.0,-3.0,-8.0,4.0,74.10000000000002,79.14474247045332,-1.0951443759698924,-1.3325786033812523
-1999,12,21,16,30,0.0,0.0,0.0,-4.0,-9.0,3.1,76.66,0.0,-4.0,-4.0
-1999,12,21,17,30,0.0,0.0,0.0,-5.0,-9.0,2.8000000000000003,79.4,0.0,-5.0,-5.0
-1999,12,21,18,30,0.0,0.0,0.0,-6.0,-10.0,2.6,83.81,0.0,-6.0,-6.0
-1999,12,21,19,30,0.0,0.0,0.0,-6.0,-10.0,2.1,81.11,0.0,-6.0,-6.0
-1999,12,21,20,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.7,0.0,-6.0,-6.0
-1999,12,21,21,30,0.0,0.0,0.0,-7.0,-11.0,0.5,81.7,0.0,-7.0,-7.0
-1999,12,21,22,30,0.0,0.0,0.0,-8.0,-12.0,0.5,83.85000000000002,0.0,-8.0,-8.0
-1999,12,21,23,30,0.0,0.0,0.0,-9.0,-12.0,0.9,85.46000000000002,0.0,-9.0,-9.0
-1999,12,22,0,30,0.0,0.0,0.0,-9.0,-13.0,1.6,86.64,0.0,-9.0,-9.0
-1999,12,22,1,30,0.0,0.0,0.0,-9.0,-14.0,2.1,75.19,0.0,-9.0,-9.0
-1999,12,22,2,30,0.0,0.0,0.0,-9.0,-15.0,2.4000000000000004,70.32000000000001,0.0,-9.0,-9.0
-1999,12,22,3,30,0.0,0.0,0.0,-8.0,-16.0,2.4000000000000004,64.84,0.0,-8.0,-8.0
-1999,12,22,4,30,0.0,0.0,0.0,-8.0,-17.0,2.3000000000000003,55.6,0.0,-8.0,-8.0
-1999,12,22,5,30,0.0,0.0,0.0,-7.0,-17.0,2.3000000000000003,51.71,0.0,-7.0,-7.0
-1999,12,22,6,30,0.0,0.0,0.0,-6.0,-16.0,2.3000000000000003,51.97,0.0,-6.0,-6.0
-1999,12,22,7,30,0.0,9.0,9.0,-5.0,-15.0,2.9000000000000004,52.6,8.796462595152441,-4.772349135499542,-4.7987385232849995
-1999,12,22,8,30,161.0,68.0,96.0,-3.0,-13.0,4.2,53.96,130.26391354742745,0.09433301515600473,-0.2964587254862776
-1999,12,22,9,30,7.0,110.0,112.0,-2.0,-12.0,5.5,50.72,111.40028112904895,0.4314569009791507,0.09725605759200384
-1999,12,22,10,30,57.0,170.0,192.0,0.0,-11.0,5.7,50.19,204.23228504905762,4.400393156652626,3.787696301505453
-1999,12,22,11,30,74.0,198.0,232.0,0.0,-11.0,5.4,49.8,247.2539248101777,5.431683272796986,4.689921498366453
-1999,12,22,12,30,130.0,206.0,264.0,0.0,-10.0,5.0,49.42,295.6265770779829,6.66510792001074,5.778228188776792
-1999,12,22,13,30,257.0,172.0,275.0,0.0,-9.0,4.3,52.59,339.2668666468472,8.006447877085387,6.988647277144845
-1999,12,22,14,30,101.0,129.0,160.0,0.0,-8.0,3.5,54.97,181.85163665757204,4.523204825585603,3.977649915612887
-1999,12,22,15,30,657.0,44.0,158.0,0.0,-8.0,2.6,59.52,300.4468936466245,7.9319333764085975,7.030592695468724
-1999,12,22,16,30,0.0,0.0,0.0,-1.0,-9.0,2.2,61.64,0.0,-1.0,-1.0
-1999,12,22,17,30,0.0,0.0,0.0,-2.0,-9.0,2.4000000000000004,63.59,0.0,-2.0,-2.0
-1999,12,22,18,30,0.0,0.0,0.0,-2.0,-10.0,2.7,60.77,0.0,-2.0,-2.0
-1999,12,22,19,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,62.51,0.0,-3.0,-3.0
-1999,12,22,20,30,0.0,0.0,0.0,-3.0,-11.0,3.0,60.64,0.0,-3.0,-3.0
-1999,12,22,21,30,0.0,0.0,0.0,-3.0,-11.0,3.0,64.43,0.0,-3.0,-3.0
-1999,12,22,22,30,0.0,0.0,0.0,-4.0,-11.0,3.1,64.21000000000001,0.0,-4.0,-4.0
-1999,12,22,23,30,0.0,0.0,0.0,-4.0,-11.0,3.0,64.55,0.0,-4.0,-4.0
-1999,12,23,0,30,0.0,0.0,0.0,-4.0,-11.0,2.7,64.95,0.0,-4.0,-4.0
-1999,12,23,1,30,0.0,0.0,0.0,-4.0,-11.0,2.4000000000000004,65.25,0.0,-4.0,-4.0
-1999,12,23,2,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,65.83,0.0,-4.0,-4.0
-1999,12,23,3,30,0.0,0.0,0.0,-3.0,-11.0,2.3000000000000003,67.23,0.0,-3.0,-3.0
-1999,12,23,4,30,0.0,0.0,0.0,-3.0,-10.0,2.4000000000000004,68.65,0.0,-3.0,-3.0
-1999,12,23,5,30,0.0,0.0,0.0,-3.0,-10.0,2.5,69.46000000000001,0.0,-3.0,-3.0
-1999,12,23,6,30,0.0,0.0,0.0,-3.0,-10.0,2.7,69.28,0.0,-3.0,-3.0
-1999,12,23,7,30,0.0,0.0,0.0,-2.0,-10.0,3.3000000000000003,59.81,0.0,-2.0,-2.0
-1999,12,23,8,30,728.0,33.0,161.0,0.0,-9.0,4.0,52.44,319.7311243220895,7.695288547685552,6.736095174719283
-1999,12,23,9,30,876.0,45.0,313.0,2.0,-7.0,3.9,56.53,529.7377747663055,14.83374704999522,13.244533725696304
-1999,12,23,10,30,941.0,52.0,427.0,4.0,-5.0,4.1000000000000005,56.12000000000001,678.9238689506519,20.23346387998766,18.196692273135703
-1999,12,23,11,30,967.0,56.0,486.0,5.0,-4.0,4.3,56.21,756.6230218845325,22.85574538178275,20.585876316129152
-1999,12,23,12,30,967.0,56.0,487.0,6.0,-4.0,4.0,54.47,756.3969532830282,24.204961510845916,21.93577065099683
-1999,12,23,13,30,943.0,52.0,427.0,6.0,-4.0,3.2,55.85,679.584822049374,23.241591477127564,21.202837010979444
-1999,12,23,14,30,882.0,44.0,314.0,5.0,-3.0,1.8,64.05,531.0947948605098,19.789637690267632,18.196353305686102
-1999,12,23,15,30,739.0,32.0,162.0,2.0,-2.0,1.1,77.11,322.0148385042748,11.39858110286383,10.432536587351006
-1999,12,23,16,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,74.10000000000002,0.0,0.0,0.0
-1999,12,23,17,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.49,0.0,0.0,0.0
-1999,12,23,18,30,0.0,0.0,0.0,-1.0,-6.0,1.6,77.27,0.0,-1.0,-1.0
-1999,12,23,19,30,0.0,0.0,0.0,-1.0,-7.0,1.9,78.66,0.0,-1.0,-1.0
-1999,12,23,20,30,0.0,0.0,0.0,-2.0,-8.0,2.2,72.42,0.0,-2.0,-2.0
-1999,12,23,21,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,65.36,0.0,-2.0,-2.0
-1999,12,23,22,30,0.0,0.0,0.0,-2.0,-10.0,2.1,59.3,0.0,-2.0,-2.0
-1999,12,23,23,30,0.0,0.0,0.0,-2.0,-11.0,1.9,55.52,0.0,-2.0,-2.0
-1999,12,24,0,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,53.56,0.0,-1.0,-1.0
-1999,12,24,1,30,0.0,0.0,0.0,-1.0,-12.0,1.6,48.71,0.0,-1.0,-1.0
-1999,12,24,2,30,0.0,0.0,0.0,0.0,-12.0,1.5,45.2,0.0,0.0,0.0
-1999,12,24,3,30,0.0,0.0,0.0,0.0,-12.0,1.4,45.72,0.0,0.0,0.0
-1999,12,24,4,30,0.0,0.0,0.0,0.0,-11.0,1.3,46.61,0.0,0.0,0.0
-1999,12,24,5,30,0.0,0.0,0.0,0.0,-11.0,1.3,47.33,0.0,0.0,0.0
-1999,12,24,6,30,0.0,0.0,0.0,0.0,-11.0,1.5,51.5,0.0,0.0,0.0
-1999,12,24,7,30,0.0,0.0,0.0,0.0,-11.0,1.5,48.59,0.0,0.0,0.0
-1999,12,24,8,30,749.0,33.0,164.0,2.0,-8.0,1.6,51.32,327.0138310245016,11.229303123775752,10.248261630702247
-1999,12,24,9,30,891.0,46.0,318.0,5.0,-6.0,2.2,55.38,538.1549559272023,19.59104936524344,17.976584497461833
-1999,12,24,10,30,951.0,53.0,432.0,7.0,-5.0,2.4000000000000004,47.87000000000001,686.0598636454827,25.354916346220286,23.29673675528384
-1999,12,24,11,30,974.0,58.0,492.0,8.0,-4.0,2.4000000000000004,45.36,763.6050211437243,28.429567487261533,26.13875242383036
-1999,12,24,12,30,972.0,58.0,491.0,9.0,-4.0,2.6,45.35,762.3950705613789,29.12757340506166,26.840388193377525
-1999,12,24,13,30,945.0,54.0,431.0,8.0,-4.0,2.2,50.95,683.7290933026261,26.53801557145054,24.48682829154266
-1999,12,24,14,30,880.0,47.0,317.0,6.0,-2.0,1.5,63.53,534.074749525451,21.17459019027807,19.57236594170172
-1999,12,24,15,30,734.0,34.0,164.0,3.0,-2.0,1.3,78.69,323.2047001759771,12.307301345564726,11.337687245036795
-1999,12,24,16,30,0.0,0.0,0.0,1.0,-4.0,1.5,74.96000000000002,0.0,1.0,1.0
-1999,12,24,17,30,0.0,0.0,0.0,0.0,-5.0,1.5,77.11,0.0,0.0,0.0
-1999,12,24,18,30,0.0,0.0,0.0,0.0,-5.0,1.5,74.58,0.0,0.0,0.0
-1999,12,24,19,30,0.0,0.0,0.0,0.0,-6.0,1.5,68.64,0.0,0.0,0.0
-1999,12,24,20,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.64,0.0,0.0,0.0
-1999,12,24,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,57.25,0.0,0.0,0.0
-1999,12,24,22,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.1,0.0,0.0,0.0
-1999,12,24,23,30,0.0,0.0,0.0,0.0,-9.0,1.6,54.51,0.0,0.0,0.0
-1999,12,25,0,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.96,0.0,0.0,0.0
-1999,12,25,1,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.24,0.0,0.0,0.0
-1999,12,25,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,48.71,0.0,0.0,0.0
-1999,12,25,3,30,0.0,0.0,0.0,0.0,-10.0,1.6,47.75,0.0,0.0,0.0
-1999,12,25,4,30,0.0,0.0,0.0,0.0,-10.0,1.6,46.85,0.0,0.0,0.0
-1999,12,25,5,30,0.0,0.0,0.0,0.0,-11.0,1.6,46.06,0.0,0.0,0.0
-1999,12,25,6,30,0.0,0.0,0.0,0.0,-11.0,1.6,45.43,0.0,0.0,0.0
-1999,12,25,7,30,0.0,0.0,0.0,1.0,-11.0,1.4,42.47,0.0,1.0,1.0
-1999,12,25,8,30,748.0,33.0,164.0,3.0,-8.0,1.3,48.85,325.67192076219135,12.37834971048446,11.401333948197887
-1999,12,25,9,30,891.0,46.0,318.0,6.0,-4.0,1.5,51.97,537.3531750312742,21.267739629685995,19.65568010459217
-1999,12,25,10,30,952.0,55.0,433.0,8.0,-5.0,1.6,47.81,688.2363626780516,27.42407754455096,25.359368456516805
-1999,12,25,11,30,976.0,59.0,494.0,9.0,-5.0,1.4,43.32,766.0612718511715,30.912547833849672,28.614364018296158
-1999,12,25,12,30,975.0,59.0,494.0,9.0,-5.0,1.3,39.69,766.0602536081939,31.0601792774335,28.76199851660892
-1999,12,25,13,30,948.0,56.0,434.0,8.0,-5.0,1.1,43.29,688.6154304973145,28.09847745611445,26.032631164622504
-1999,12,25,14,30,884.0,48.0,320.0,6.0,-2.0,1.0,60.9,538.5010604397085,21.823279827518718,20.20777664619959
-1999,12,25,15,30,738.0,35.0,166.0,3.0,-3.0,1.2000000000000002,72.77,327.01737672187727,12.480602881434695,11.499550751269064
-1999,12,25,16,30,303.0,10.0,16.0,0.0,-6.0,1.5,64.28,71.66935366596974,2.0363311915598574,1.8213231305619484
-1999,12,25,17,30,0.0,0.0,0.0,0.0,-8.0,1.4,63.49,0.0,0.0,0.0
-1999,12,25,18,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,63.23,0.0,0.0,0.0
-1999,12,25,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.65,0.0,0.0,0.0
-1999,12,25,20,30,0.0,0.0,0.0,0.0,-7.0,1.1,64.54,0.0,0.0,0.0
-1999,12,25,21,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.03,0.0,0.0,0.0
-1999,12,25,22,30,0.0,0.0,0.0,0.0,-7.0,1.3,69.64,0.0,0.0,0.0
-1999,12,25,23,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.44,0.0,0.0,0.0
-1999,12,26,0,30,0.0,0.0,0.0,0.0,-8.0,1.3,62.01,0.0,0.0,0.0
-1999,12,26,1,30,0.0,0.0,0.0,0.0,-8.0,1.3,60.0,0.0,0.0,0.0
-1999,12,26,2,30,0.0,0.0,0.0,0.0,-9.0,1.3,63.12000000000001,0.0,0.0,0.0
-1999,12,26,3,30,0.0,0.0,0.0,-1.0,-9.0,1.4,62.02,0.0,-1.0,-1.0
-1999,12,26,4,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,65.28,0.0,-2.0,-2.0
-1999,12,26,5,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,63.49,0.0,-2.0,-2.0
-1999,12,26,6,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.47,0.0,-2.0,-2.0
-1999,12,26,7,30,0.0,0.0,0.0,-1.0,-10.0,1.3,57.83,0.0,-1.0,-1.0
-1999,12,26,8,30,741.0,34.0,163.0,1.0,-8.0,1.9,55.57,323.0107502025925,9.935057106719972,8.966024856112195
-1999,12,26,9,30,891.0,48.0,319.0,4.0,-7.0,2.1,51.18,538.5710540611198,18.700096873552457,17.0843837113691
-1999,12,26,10,30,955.0,57.0,437.0,6.0,-7.0,1.7000000000000002,44.16,691.8434695212206,25.395492768476306,23.319962359912644
-1999,12,26,11,30,981.0,61.0,499.0,7.0,-7.0,1.7000000000000002,40.41,771.7649625623726,28.636052676338448,26.32075778865133
-1999,12,26,12,30,980.0,63.0,501.0,8.0,-7.0,1.4,38.24,774.2021035940816,30.14540957941576,27.822803268633514
-1999,12,26,13,30,952.0,59.0,441.0,8.0,-6.0,0.9,42.38,695.254350722218,28.56740201739348,26.481638965226825
-1999,12,26,14,30,886.0,52.0,326.0,7.0,-4.0,0.6000000000000001,54.36,544.8285748515406,23.44698253590537,21.812496811350748
-1999,12,26,15,30,740.0,37.0,171.0,4.0,-5.0,0.8,63.88,331.09178016624287,13.860799378062888,12.86752403756416
-1999,12,26,16,30,304.0,11.0,17.0,1.0,-7.0,1.2000000000000002,60.03,73.4126747224737,3.1283163068721125,2.9080782827046914
-1999,12,26,17,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.1,0.0,0.0,0.0
-1999,12,26,18,30,0.0,0.0,0.0,0.0,-7.0,1.8,68.46000000000001,0.0,0.0,0.0
-1999,12,26,19,30,0.0,0.0,0.0,0.0,-7.0,2.5,70.72,0.0,0.0,0.0
-1999,12,26,20,30,0.0,0.0,0.0,-1.0,-8.0,3.2,67.54,0.0,-1.0,-1.0
-1999,12,26,21,30,0.0,0.0,0.0,-1.0,-9.0,3.4000000000000004,59.58,0.0,-1.0,-1.0
-1999,12,26,22,30,0.0,0.0,0.0,-1.0,-11.0,3.1,51.92,0.0,-1.0,-1.0
-1999,12,26,23,30,0.0,0.0,0.0,-1.0,-12.0,2.9000000000000004,47.66,0.0,-1.0,-1.0
-1999,12,27,0,30,0.0,0.0,0.0,-1.0,-13.0,2.7,45.75,0.0,-1.0,-1.0
-1999,12,27,1,30,0.0,0.0,0.0,-1.0,-13.0,2.5,45.06,0.0,-1.0,-1.0
-1999,12,27,2,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.42,0.0,-1.0,-1.0
-1999,12,27,3,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.32,0.0,-1.0,-1.0
-1999,12,27,4,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,47.87000000000001,0.0,-2.0,-2.0
-1999,12,27,5,30,0.0,0.0,0.0,-2.0,-13.0,2.1,48.9,0.0,-2.0,-2.0
-1999,12,27,6,30,0.0,0.0,0.0,-2.0,-12.0,2.0,49.8,0.0,-2.0,-2.0
-1999,12,27,7,30,0.0,0.0,0.0,-1.0,-12.0,1.8,48.54,0.0,-1.0,-1.0
-1999,12,27,8,30,0.0,60.0,60.0,1.0,-9.0,2.4000000000000004,47.15,58.64308396768294,2.5689431164091676,2.393013864506119
-1999,12,27,9,30,861.0,49.0,311.0,4.0,-8.0,3.7,45.92,522.361144221472,16.822609295156624,15.255525862492208
-1999,12,27,10,30,928.0,56.0,425.0,6.0,-5.0,4.4,52.45,672.6169400146658,21.769736909622594,19.751886089578598
-1999,12,27,11,30,956.0,60.0,487.0,7.0,-4.0,4.3,53.16,752.8366481176796,24.766389752961416,22.50787980860838
-1999,12,27,12,30,957.0,59.0,488.0,7.0,-4.0,4.0,51.55,754.2410528429252,25.153073300081793,22.890350141553018
-1999,12,27,13,30,933.0,55.0,430.0,7.0,-3.0,3.5,53.24,679.6959975049,23.906112435130346,21.867024442615644
-1999,12,27,14,30,871.0,46.0,317.0,6.0,-3.0,2.1,64.11,531.9526294131811,20.519449431137247,18.923591542897704
-1999,12,27,15,30,725.0,35.0,166.0,3.0,-2.0,1.1,77.39,324.4841681014557,12.470652919791915,11.497200415487548
-1999,12,27,16,30,301.0,11.0,17.0,1.0,-4.0,1.2000000000000002,72.94,73.36742398053286,3.127004436785172,2.906902164843573
-1999,12,27,17,30,0.0,0.0,0.0,0.0,-4.0,1.8,75.42,0.0,0.0,0.0
-1999,12,27,18,30,0.0,0.0,0.0,0.0,-5.0,2.8000000000000003,74.05,0.0,0.0,0.0
-1999,12,27,19,30,0.0,0.0,0.0,0.0,-5.0,3.9,70.60000000000002,0.0,0.0,0.0
-1999,12,27,20,30,0.0,0.0,0.0,0.0,-6.0,4.3,66.19,0.0,0.0,0.0
-1999,12,27,21,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.94000000000001,0.0,1.0,1.0
-1999,12,27,22,30,0.0,0.0,0.0,1.0,-7.0,3.7,61.76,0.0,1.0,1.0
-1999,12,27,23,30,0.0,0.0,0.0,1.0,-7.0,3.6,60.9,0.0,1.0,1.0
-1999,12,28,0,30,0.0,0.0,0.0,1.0,-7.0,3.8,55.53,0.0,1.0,1.0
-1999,12,28,1,30,0.0,0.0,0.0,1.0,-8.0,4.0,54.54,0.0,1.0,1.0
-1999,12,28,2,30,0.0,0.0,0.0,1.0,-8.0,4.0,53.65,0.0,1.0,1.0
-1999,12,28,3,30,0.0,0.0,0.0,1.0,-8.0,3.8,52.61,0.0,1.0,1.0
-1999,12,28,4,30,0.0,0.0,0.0,1.0,-8.0,3.3000000000000003,51.15,0.0,1.0,1.0
-1999,12,28,5,30,0.0,0.0,0.0,1.0,-9.0,2.8000000000000003,49.13,0.0,1.0,1.0
-1999,12,28,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,50.19,0.0,1.0,1.0
-1999,12,28,7,30,0.0,0.0,0.0,2.0,-10.0,2.3000000000000003,44.94,0.0,2.0,2.0
-1999,12,28,8,30,764.0,32.0,163.0,5.0,-9.0,2.4000000000000004,40.21,328.37695576319004,13.785430940432365,12.800300073142795
-1999,12,28,9,30,910.0,44.0,321.0,8.0,-6.0,2.6,38.89,543.8823310972787,22.358738619356277,20.727091626064443
-1999,12,28,10,30,972.0,52.0,438.0,11.0,-5.0,2.2,36.1,697.8101389656997,29.91979637662805,27.82636595973095
-1999,12,28,11,30,998.0,55.0,501.0,12.0,-4.0,1.3,34.76,778.7432717149696,34.42541119215115,32.08918137700624
-1999,12,28,12,30,1000.0,55.0,504.0,13.0,-6.0,0.8,29.13,782.4163296624006,36.30245242889262,33.95520343990542
-1999,12,28,13,30,978.0,52.0,446.0,12.0,-5.0,0.7000000000000001,32.97,708.1643843123925,33.23381456360828,31.109321410671097
-1999,12,28,14,30,920.0,45.0,332.0,10.0,-2.0,0.9,47.22,559.8612782707737,26.56212862559628,24.88254479078396
-1999,12,28,15,30,785.0,33.0,177.0,7.0,-3.0,1.3,52.76,348.0565774143724,17.022958977816938,15.97878924557382
-1999,12,28,16,30,375.0,11.0,20.0,4.0,-7.0,1.6,49.18,89.50642858584915,6.526137681569483,6.257618395811935
-1999,12,28,17,30,0.0,0.0,0.0,2.0,-8.0,1.8,53.2,0.0,2.0,2.0
-1999,12,28,18,30,0.0,0.0,0.0,0.0,-8.0,1.8,53.18,0.0,0.0,0.0
-1999,12,28,19,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.43,0.0,0.0,0.0
-1999,12,28,20,30,0.0,0.0,0.0,0.0,-9.0,2.2,52.45,0.0,0.0,0.0
-1999,12,28,21,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.48,0.0,0.0,0.0
-1999,12,28,22,30,0.0,0.0,0.0,0.0,-10.0,2.6,47.67,0.0,0.0,0.0
-1999,12,28,23,30,0.0,0.0,0.0,0.0,-10.0,2.8000000000000003,47.22,0.0,0.0,0.0
-1999,12,29,0,30,0.0,0.0,0.0,0.0,-10.0,2.9000000000000004,47.19,0.0,0.0,0.0
-1999,12,29,1,30,0.0,0.0,0.0,0.0,-10.0,3.1,47.96,0.0,0.0,0.0
-1999,12,29,2,30,0.0,0.0,0.0,0.0,-10.0,3.3000000000000003,48.47,0.0,0.0,0.0
-1999,12,29,3,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.08,0.0,0.0,0.0
-1999,12,29,4,30,0.0,0.0,0.0,0.0,-10.0,3.8,46.99,0.0,0.0,0.0
-1999,12,29,5,30,0.0,0.0,0.0,0.0,-11.0,4.1000000000000005,46.6,0.0,0.0,0.0
-1999,12,29,6,30,0.0,0.0,0.0,0.0,-10.0,4.3,46.79,0.0,0.0,0.0
-1999,12,29,7,30,0.0,0.0,0.0,1.0,-10.0,4.7,44.35,0.0,1.0,1.0
-1999,12,29,8,30,14.0,62.0,65.0,4.0,-9.0,4.800000000000002,42.11,66.03302047557828,5.508266476939626,5.3101674155128915
-1999,12,29,9,30,896.0,47.0,319.0,7.0,-7.0,4.5,38.73,538.592204257971,19.545201753607138,17.929425140833224
-1999,12,29,10,30,909.0,54.0,416.0,10.0,-6.0,4.3,37.46,657.740639850573,25.522194081764283,23.548972162212564
-1999,12,29,11,30,982.0,58.0,498.0,11.0,-6.0,4.1000000000000005,35.52,770.4372161429555,29.421601142681265,27.1102894942524
-1999,12,29,12,30,981.0,59.0,500.0,12.0,-6.0,3.9,33.05,773.3361801989216,30.73530904164956,28.415300501052798
-1999,12,29,13,30,955.0,55.0,441.0,11.0,-6.0,3.3000000000000003,36.13,696.9000692511846,28.564403600129257,26.473703392375704
-1999,12,29,14,30,893.0,48.0,329.0,8.0,-4.0,2.3000000000000003,46.76,549.1770941773494,22.790947500440666,21.143416217908616
-1999,12,29,15,30,755.0,35.0,175.0,5.0,-4.0,1.5,58.55,339.4324715202164,14.644246722334625,13.625949307773976
-1999,12,29,16,30,347.0,12.0,21.0,3.0,-5.0,1.3,61.23,85.30532727969286,5.456531068211048,5.20061508637197
-1999,12,29,17,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.66,0.0,2.0,2.0
-1999,12,29,18,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.24,0.0,2.0,2.0
-1999,12,29,19,30,0.0,0.0,0.0,2.0,-6.0,1.4,62.64,0.0,2.0,2.0
-1999,12,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.6,61.96,0.0,1.0,1.0
-1999,12,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,61.13,0.0,0.0,0.0
-1999,12,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.65,0.0,0.0,0.0
-1999,12,29,23,30,0.0,0.0,0.0,0.0,-7.0,1.8,63.36,0.0,0.0,0.0
-1999,12,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.0,66.88,0.0,0.0,0.0
-1999,12,30,1,30,0.0,0.0,0.0,0.0,-7.0,2.2,65.39,0.0,0.0,0.0
-1999,12,30,2,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.56,0.0,0.0,0.0
-1999,12,30,3,30,0.0,0.0,0.0,0.0,-8.0,3.2,66.58,0.0,0.0,0.0
-1999,12,30,4,30,0.0,0.0,0.0,-1.0,-8.0,3.4000000000000004,64.54,0.0,-1.0,-1.0
-1999,12,30,5,30,0.0,0.0,0.0,-1.0,-9.0,3.5,62.63,0.0,-1.0,-1.0
-1999,12,30,6,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.09,0.0,-1.0,-1.0
-1999,12,30,7,30,0.0,0.0,0.0,0.0,-9.0,3.9,55.65,0.0,0.0,0.0
-1999,12,30,8,30,744.0,34.0,162.0,2.0,-9.0,3.8,49.34,321.16887141913764,9.83215306737072,8.868646453113307
-1999,12,30,9,30,896.0,47.0,319.0,5.0,-9.0,2.7,43.88,538.1567197153763,19.113484873229105,17.499014714082975
-1999,12,30,10,30,961.0,55.0,438.0,8.0,-9.0,2.0,33.85,693.308790030358,27.050408412500513,24.97048204240944
-1999,12,30,11,30,987.0,60.0,503.0,9.0,-10.0,2.0,29.53,776.4973081789152,30.3362228558618,28.006730931325052
-1999,12,30,12,30,987.0,61.0,506.0,9.0,-10.0,2.1,27.87,780.618723665021,30.306698109108602,27.96484193811354
-1999,12,30,13,30,962.0,57.0,448.0,9.0,-10.0,1.9,30.47,704.9244884355044,28.49947658443611,26.384703119129597
-1999,12,30,14,30,900.0,50.0,334.0,7.0,-8.0,1.3,36.32,556.656627344226,23.02999886411777,21.36002898208509
-1999,12,30,15,30,760.0,37.0,179.0,4.0,-5.0,0.8,57.4,344.951633911543,14.273582918394442,13.238728016659813
-1999,12,30,16,30,351.0,12.0,22.0,2.0,-8.0,0.6000000000000001,51.76,86.88293174457256,4.622773707235562,4.362124912001844
-1999,12,30,17,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,47.11,0.0,0.0,0.0
-1999,12,30,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.49,0.0,0.0,0.0
-1999,12,30,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.41,0.0,-1.0,-1.0
-1999,12,30,20,30,0.0,0.0,0.0,-1.0,-9.0,1.5,63.66,0.0,-1.0,-1.0
-1999,12,30,21,30,0.0,0.0,0.0,-2.0,-10.0,1.6,61.67,0.0,-2.0,-2.0
-1999,12,30,22,30,0.0,0.0,0.0,-2.0,-10.0,1.7000000000000002,59.29,0.0,-2.0,-2.0
-1999,12,30,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,57.32,0.0,-2.0,-2.0
-1999,12,31,0,30,0.0,0.0,0.0,-2.0,-11.0,2.0,56.03,0.0,-2.0,-2.0
-1999,12,31,1,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,55.38,0.0,-2.0,-2.0
-1999,12,31,2,30,0.0,0.0,0.0,-1.0,-11.0,3.0,54.48,0.0,-1.0,-1.0
-1999,12,31,3,30,0.0,0.0,0.0,-1.0,-11.0,3.4000000000000004,54.19,0.0,-1.0,-1.0
-1999,12,31,4,30,0.0,0.0,0.0,-1.0,-11.0,3.6,54.76,0.0,-1.0,-1.0
-1999,12,31,5,30,0.0,0.0,0.0,-1.0,-11.0,3.6,56.46,0.0,-1.0,-1.0
-1999,12,31,6,30,0.0,0.0,0.0,-1.0,-11.0,3.7,53.5,0.0,-1.0,-1.0
-1999,12,31,7,30,0.0,0.0,0.0,0.0,-10.0,4.0,50.61,0.0,0.0,0.0
-1999,12,31,8,30,688.0,31.0,149.0,2.0,-9.0,4.4,47.28,295.99953060211334,8.939811422033664,8.051812830227323
-1999,12,31,9,30,637.0,71.0,265.0,5.0,-9.0,4.5,39.11,419.08085053827244,14.761474041978015,13.504231490363198
-1999,12,31,10,30,963.0,49.0,433.0,8.0,-9.0,4.1000000000000005,34.38,688.8431434279316,24.470639491726693,22.4041100614429
-1999,12,31,11,30,985.0,54.0,497.0,9.0,-9.0,3.0,32.29,769.7365002218206,28.78905005844421,26.47984055777875
-1999,12,31,12,30,0.0,20.0,20.0,9.0,-8.0,1.6,31.45,19.547694655894315,9.55169409436001,9.493051010392328
-1999,12,31,13,30,562.0,125.0,354.0,8.0,-6.0,0.5,40.25,502.2743773935935,23.265181749950425,21.758358617769645
-1999,12,31,14,30,530.0,94.0,263.0,7.0,-4.0,0.4,53.19,391.8863150337496,18.99106695575223,17.815408010650984
-1999,12,31,15,30,636.0,38.0,159.0,5.0,-5.0,1.0,57.1,296.88634180169765,13.723688788023459,12.833029762618366
-1999,12,31,16,30,0.0,21.0,21.0,4.0,-6.0,1.3,56.22,20.52507938868903,4.591059161293617,4.52948392312755
-1999,12,31,17,30,0.0,0.0,0.0,1.0,-2.0,0.8,81.95,0.0,1.0,1.0
-1999,12,31,18,30,0.0,0.0,0.0,0.0,-2.0,0.8,86.60000000000002,0.0,0.0,0.0
-1999,12,31,19,30,0.0,0.0,0.0,0.0,-3.0,0.9,83.63,0.0,0.0,0.0
-1999,12,31,20,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,86.82000000000002,0.0,0.0,0.0
-1999,12,31,21,30,0.0,0.0,0.0,0.0,-4.0,1.6,83.78,0.0,0.0,0.0
-1999,12,31,22,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,81.22,0.0,0.0,0.0
-1999,12,31,23,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.43,0.0,0.0,0.0
+Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Temperature,Dew Point,Wind Speed,Relative Humidity,poa_global,temp_cell,temp_module
+1999,1,1,0,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.39,0.0,0.0,0.0
+1999,1,1,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,80.84,0.0,0.0,0.0
+1999,1,1,2,30,0.0,0.0,0.0,0.0,-4.0,1.5,82.98,0.0,0.0,0.0
+1999,1,1,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.01,0.0,0.0,0.0
+1999,1,1,4,30,0.0,0.0,0.0,0.0,-4.0,1.3,85.81,0.0,0.0,0.0
+1999,1,1,5,30,0.0,0.0,0.0,0.0,-3.0,1.4,86.55,0.0,0.0,0.0
+1999,1,1,6,30,0.0,0.0,0.0,0.0,-3.0,1.8,87.12,0.0,0.0,0.0
+1999,1,1,7,30,0.0,0.0,0.0,0.0,-3.0,3.0,80.24,0.0,0.0,0.0
+1999,1,1,8,30,65.0,65.0,76.0,1.0,-3.0,4.7,76.86,88.57421760340651,3.0363622179536947,2.770639565143475
+1999,1,1,9,30,503.0,93.0,246.0,2.0,-2.0,6.3000000000000025,80.37,366.8401473886178,9.604577776636619,8.504057334470765
+1999,1,1,10,30,617.0,109.0,355.0,3.0,-2.0,7.0,74.87,517.3323779651838,13.255151801062475,11.703154667166922
+1999,1,1,11,30,497.0,161.0,385.0,4.0,-3.0,6.8000000000000025,70.73,519.5257888588671,14.43072110257699,12.872143736000389
+1999,1,1,12,30,0.0,128.0,128.0,4.0,-4.0,6.5,61.8,125.1052457977236,6.560402092226029,6.185086354832858
+1999,1,1,13,30,0.0,99.0,99.0,3.0,-5.0,6.0,62.93,96.76108854667686,5.044890327800028,4.754607062159997
+1999,1,1,14,30,0.0,24.0,24.0,2.0,-5.0,5.1000000000000005,64.64,23.457233587073173,2.525433938046781,2.4550622372855617
+1999,1,1,15,30,0.0,63.0,63.0,0.0,-6.0,3.6,67.87,61.57523816606709,1.5215004673998995,1.3367747529016982
+1999,1,1,16,30,0.0,8.0,8.0,-1.0,-6.0,2.6,80.7,7.819077862357725,-0.7935728210852493,-0.8170300546723225
+1999,1,1,17,30,0.0,0.0,0.0,-2.0,-7.0,2.4000000000000004,81.99,0.0,-2.0,-2.0
+1999,1,1,18,30,0.0,0.0,0.0,-3.0,-8.0,2.0,78.79,0.0,-3.0,-3.0
+1999,1,1,19,30,0.0,0.0,0.0,-4.0,-8.0,1.8,81.85000000000002,0.0,-4.0,-4.0
+1999,1,1,20,30,0.0,0.0,0.0,-4.0,-9.0,1.6,84.68,0.0,-4.0,-4.0
+1999,1,1,21,30,0.0,0.0,0.0,-5.0,-9.0,1.5,80.79,0.0,-5.0,-5.0
+1999,1,1,22,30,0.0,0.0,0.0,-5.0,-10.0,1.5,83.44,0.0,-5.0,-5.0
+1999,1,1,23,30,0.0,0.0,0.0,-6.0,-10.0,1.4,80.23,0.0,-6.0,-6.0
+1999,1,2,0,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.02,0.0,-6.0,-6.0
+1999,1,2,1,30,0.0,0.0,0.0,-7.0,-11.0,1.0,81.46000000000002,0.0,-7.0,-7.0
+1999,1,2,2,30,0.0,0.0,0.0,-7.0,-11.0,0.6000000000000001,79.3,0.0,-7.0,-7.0
+1999,1,2,3,30,0.0,0.0,0.0,-7.0,-12.0,0.6000000000000001,83.08,0.0,-7.0,-7.0
+1999,1,2,4,30,0.0,0.0,0.0,-7.0,-12.0,0.7000000000000001,80.34,0.0,-7.0,-7.0
+1999,1,2,5,30,0.0,0.0,0.0,-7.0,-13.0,0.8,77.60000000000002,0.0,-7.0,-7.0
+1999,1,2,6,30,0.0,0.0,0.0,-8.0,-13.0,1.0,75.19,0.0,-8.0,-8.0
+1999,1,2,7,30,0.0,0.0,0.0,-7.0,-13.0,1.4,67.37,0.0,-7.0,-7.0
+1999,1,2,8,30,0.0,56.0,56.0,-5.0,-14.0,2.6,56.5,54.733545036504076,-3.555009747596745,-3.7192103827062573
+1999,1,2,9,30,842.0,64.0,320.0,-3.0,-14.0,3.8,47.72,524.2984796379022,9.785753262354026,8.21285782344032
+1999,1,2,10,30,21.0,153.0,162.0,-2.0,-14.0,4.5,43.71,163.53203623386634,1.8090829601934089,1.31848685149181
+1999,1,2,11,30,134.0,210.0,271.0,-1.0,-14.0,4.800000000000002,43.5,303.0034144011271,5.920929696203836,5.011919453000455
+1999,1,2,12,30,76.0,205.0,240.0,-1.0,-14.0,4.9,43.68,256.16562056724644,4.813126253619289,4.0446293919175496
+1999,1,2,13,30,0.0,115.0,115.0,-1.0,-14.0,4.7,44.69,112.3992442713923,1.5841105973484633,1.2469128645342864
+1999,1,2,14,30,15.0,120.0,125.0,-2.0,-13.0,4.2,45.83,125.84349310316573,0.989328854379202,0.6117983750697049
+1999,1,2,15,30,0.0,24.0,24.0,-3.0,-13.0,3.5,54.19,23.457233587073173,-2.416547059426643,-2.4869187601878626
+1999,1,2,16,30,0.0,3.0,3.0,-5.0,-13.0,3.0,58.51,2.9321541983841466,-4.924617650073525,-4.933414112668678
+1999,1,2,17,30,0.0,0.0,0.0,-6.0,-13.0,2.7,62.18,0.0,-6.0,-6.0
+1999,1,2,18,30,0.0,0.0,0.0,-7.0,-14.0,2.5,66.43,0.0,-7.0,-7.0
+1999,1,2,19,30,0.0,0.0,0.0,-7.0,-14.0,2.3000000000000003,70.77,0.0,-7.0,-7.0
+1999,1,2,20,30,0.0,0.0,0.0,-8.0,-14.0,2.1,68.27,0.0,-8.0,-8.0
+1999,1,2,21,30,0.0,0.0,0.0,-9.0,-15.0,1.8,70.96000000000002,0.0,-9.0,-9.0
+1999,1,2,22,30,0.0,0.0,0.0,-9.0,-15.0,1.4,75.16,0.0,-9.0,-9.0
+1999,1,2,23,30,0.0,0.0,0.0,-10.0,-16.0,1.2000000000000002,78.12,0.0,-10.0,-10.0
+1999,1,3,0,30,0.0,0.0,0.0,-11.0,-16.0,1.0,74.0,0.0,-11.0,-11.0
+1999,1,3,1,30,0.0,0.0,0.0,-12.0,-17.0,0.8,77.09,0.0,-12.0,-12.0
+1999,1,3,2,30,0.0,0.0,0.0,-12.0,-17.0,0.5,73.42,0.0,-12.0,-12.0
+1999,1,3,3,30,0.0,0.0,0.0,-12.0,-18.0,0.30000000000000004,76.46000000000002,0.0,-12.0,-12.0
+1999,1,3,4,30,0.0,0.0,0.0,-13.0,-18.0,0.4,74.43,0.0,-13.0,-13.0
+1999,1,3,5,30,0.0,0.0,0.0,-13.0,-18.0,0.7000000000000001,73.0,0.0,-13.0,-13.0
+1999,1,3,6,30,0.0,0.0,0.0,-13.0,-19.0,0.8,69.88,0.0,-13.0,-13.0
+1999,1,3,7,30,0.0,0.0,0.0,-12.0,-19.0,1.2000000000000002,60.84,0.0,-12.0,-12.0
+1999,1,3,8,30,0.0,21.0,21.0,-9.0,-20.0,2.2,46.49,20.52507938868903,-8.443501461266084,-8.505076699432152
+1999,1,3,9,30,275.0,122.0,206.0,-7.0,-19.0,3.7,41.69,270.01985992431474,-0.37171379601230903,-1.1817733757852533
+1999,1,3,10,30,27.0,158.0,169.0,-5.0,-18.0,4.7,38.02,172.42211173748564,-1.0359359260261483,-1.5532022612386052
+1999,1,3,11,30,203.0,210.0,302.0,-4.0,-18.0,5.1000000000000005,37.02,353.50693399567655,3.9184333381303786,2.857912536143349
+1999,1,3,12,30,124.0,213.0,270.0,-4.0,-17.0,5.1000000000000005,38.74,299.38900696644055,2.7062104469549246,1.8080434260556029
+1999,1,3,13,30,4.0,137.0,139.0,-4.0,-17.0,4.800000000000002,40.36,136.630945559093,-0.8791996274718581,-1.289092464149137
+1999,1,3,14,30,737.0,60.0,299.0,-4.0,-16.0,4.1000000000000005,41.69,480.54289337708724,7.490059576898922,6.048430896767661
+1999,1,3,15,30,322.0,67.0,131.0,-5.0,-16.0,2.8000000000000003,46.11,199.292396803464,0.19197813418671494,-0.40589905622367706
+1999,1,3,16,30,0.0,20.0,20.0,-6.0,-16.0,1.5,54.47,19.547694655894315,-5.444594121269631,-5.503237205237314
+1999,1,3,17,30,0.0,0.0,0.0,-7.0,-16.0,0.9,60.57,0.0,-7.0,-7.0
+1999,1,3,18,30,0.0,0.0,0.0,-8.0,-16.0,0.9,61.16,0.0,-8.0,-8.0
+1999,1,3,19,30,0.0,0.0,0.0,-8.0,-16.0,1.2000000000000002,60.31,0.0,-8.0,-8.0
+1999,1,3,20,30,0.0,0.0,0.0,-8.0,-16.0,1.5,59.91,0.0,-8.0,-8.0
+1999,1,3,21,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.95,0.0,-8.0,-8.0
+1999,1,3,22,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,61.07,0.0,-8.0,-8.0
+1999,1,3,23,30,0.0,0.0,0.0,-8.0,-15.0,2.7,62.39,0.0,-8.0,-8.0
+1999,1,4,0,30,0.0,0.0,0.0,-8.0,-15.0,2.8000000000000003,62.7,0.0,-8.0,-8.0
+1999,1,4,1,30,0.0,0.0,0.0,-8.0,-15.0,2.5,63.11,0.0,-8.0,-8.0
+1999,1,4,2,30,0.0,0.0,0.0,-8.0,-15.0,2.1,68.91,0.0,-8.0,-8.0
+1999,1,4,3,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.74,0.0,-8.0,-8.0
+1999,1,4,4,30,0.0,0.0,0.0,-8.0,-15.0,2.0,63.75,0.0,-8.0,-8.0
+1999,1,4,5,30,0.0,0.0,0.0,-8.0,-15.0,2.3000000000000003,63.72,0.0,-8.0,-8.0
+1999,1,4,6,30,0.0,0.0,0.0,-7.0,-15.0,2.7,63.91,0.0,-7.0,-7.0
+1999,1,4,7,30,0.0,0.0,0.0,-6.0,-15.0,3.6,55.58,0.0,-6.0,-6.0
+1999,1,4,8,30,141.0,65.0,90.0,-4.0,-14.0,4.6000000000000005,51.57,117.63398822245958,-1.2778372319152893,-1.630739196582668
+1999,1,4,9,30,316.0,118.0,214.0,-2.0,-13.0,5.1000000000000005,48.1,288.57718238030657,4.464029307023146,3.598297759882226
+1999,1,4,10,30,267.0,174.0,282.0,0.0,-12.0,5.4,44.81,348.1322807945754,7.647782690463977,6.603385848080251
+1999,1,4,11,30,67.0,201.0,231.0,0.0,-11.0,5.9,44.52,245.44571974613575,5.220607627692641,4.484270468454234
+1999,1,4,12,30,0.0,130.0,130.0,1.0,-10.0,6.5,44.04,127.06001526331303,3.6004083749170612,3.219228329127122
+1999,1,4,13,30,513.0,141.0,354.0,1.0,-10.0,6.7,46.69,488.4237521259391,10.86906612226505,9.403794865887232
+1999,1,4,14,30,677.0,71.0,293.0,0.0,-9.0,6.1000000000000005,49.28,458.3857015051129,9.62513872673995,8.249981622224611
+1999,1,4,15,30,30.0,75.0,81.0,0.0,-8.0,5.4,54.83,85.8396626312125,1.8857288514811115,1.628209863587474
+1999,1,4,16,30,0.0,13.0,13.0,0.0,-9.0,5.1000000000000005,58.07,12.706001526331303,0.2846100497753398,0.2464920451963459
+1999,1,4,17,30,0.0,0.0,0.0,-1.0,-9.0,5.5,60.91,0.0,-1.0,-1.0
+1999,1,4,18,30,0.0,0.0,0.0,-1.0,-9.0,5.8000000000000025,60.08,0.0,-1.0,-1.0
+1999,1,4,19,30,0.0,0.0,0.0,-1.0,-9.0,6.0,59.14,0.0,-1.0,-1.0
+1999,1,4,20,30,0.0,0.0,0.0,-1.0,-10.0,6.0,58.47,0.0,-1.0,-1.0
+1999,1,4,21,30,0.0,0.0,0.0,-1.0,-10.0,5.7,58.43,0.0,-1.0,-1.0
+1999,1,4,22,30,0.0,0.0,0.0,-1.0,-10.0,5.4,58.45,0.0,-1.0,-1.0
+1999,1,4,23,30,0.0,0.0,0.0,-1.0,-9.0,5.1000000000000005,63.21,0.0,-1.0,-1.0
+1999,1,5,0,30,0.0,0.0,0.0,-1.0,-9.0,4.9,59.58,0.0,-1.0,-1.0
+1999,1,5,1,30,0.0,0.0,0.0,-1.0,-9.0,4.9,61.28,0.0,-1.0,-1.0
+1999,1,5,2,30,0.0,0.0,0.0,0.0,-9.0,5.1000000000000005,63.05,0.0,0.0,0.0
+1999,1,5,3,30,0.0,0.0,0.0,0.0,-8.0,5.1000000000000005,64.15,0.0,0.0,0.0
+1999,1,5,4,30,0.0,0.0,0.0,0.0,-8.0,4.9,64.23,0.0,0.0,0.0
+1999,1,5,5,30,0.0,0.0,0.0,-1.0,-9.0,4.4,66.05,0.0,-1.0,-1.0
+1999,1,5,6,30,0.0,0.0,0.0,-2.0,-9.0,4.0,64.46000000000001,0.0,-2.0,-2.0
+1999,1,5,7,30,0.0,0.0,0.0,-1.0,-9.0,4.1000000000000005,60.01,0.0,-1.0,-1.0
+1999,1,5,8,30,458.0,48.0,126.0,0.0,-8.0,4.5,56.36,222.45756358737577,5.1816104926071525,4.514237801845025
+1999,1,5,9,30,97.0,130.0,160.0,1.0,-7.0,5.0,57.12000000000001,180.24960901374567,5.063853488718792,4.5231046616775545
+1999,1,5,10,30,209.0,180.0,265.0,3.0,-6.0,5.4,61.67,315.43063984628384,9.929391844825368,8.983099925286517
+1999,1,5,11,30,83.0,206.0,244.0,4.0,-5.0,5.8000000000000025,59.94,262.12265072782156,9.611376598490985,8.82500864630752
+1999,1,5,12,30,149.0,216.0,285.0,4.0,-5.0,6.0,56.91,321.1383227199473,10.78674309972402,9.823328131564178
+1999,1,5,13,30,686.0,99.0,385.0,5.0,-5.0,5.6000000000000005,58.42,566.8937081278648,17.293452497290826,15.592771372907231
+1999,1,5,14,30,880.0,56.0,347.0,4.0,-4.0,4.5,62.0,562.2831722669491,17.097025510173296,15.410175993372448
+1999,1,5,15,30,527.0,52.0,158.0,2.0,-4.0,3.3000000000000003,73.54,272.27851960887415,8.86240398167078,8.045568422844159
+1999,1,5,16,30,0.0,33.0,33.0,0.0,-5.0,3.0,71.91,32.25369618222562,0.8292058491912216,0.7324447606445448
+1999,1,5,17,30,0.0,0.0,0.0,0.0,-6.0,3.1,71.63,0.0,0.0,0.0
+1999,1,5,18,30,0.0,0.0,0.0,0.0,-6.0,3.2,69.92,0.0,0.0,0.0
+1999,1,5,19,30,0.0,0.0,0.0,0.0,-6.0,3.1,69.77,0.0,0.0,0.0
+1999,1,5,20,30,0.0,0.0,0.0,0.0,-6.0,3.0,70.71000000000002,0.0,0.0,0.0
+1999,1,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,70.81,0.0,0.0,0.0
+1999,1,5,22,30,0.0,0.0,0.0,0.0,-6.0,2.8000000000000003,69.99,0.0,0.0,0.0
+1999,1,5,23,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.53,0.0,0.0,0.0
+1999,1,6,0,30,0.0,0.0,0.0,0.0,-7.0,2.7,66.32000000000001,0.0,0.0,0.0
+1999,1,6,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,68.94,0.0,0.0,0.0
+1999,1,6,2,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,62.56,0.0,0.0,0.0
+1999,1,6,3,30,0.0,0.0,0.0,0.0,-8.0,2.8000000000000003,61.84,0.0,0.0,0.0
+1999,1,6,4,30,0.0,0.0,0.0,0.0,-8.0,2.7,61.42,0.0,0.0,0.0
+1999,1,6,5,30,0.0,0.0,0.0,0.0,-8.0,2.5,64.9,0.0,0.0,0.0
+1999,1,6,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,64.38,0.0,0.0,0.0
+1999,1,6,7,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.2,0.0,0.0,0.0
+1999,1,6,8,30,240.0,62.0,103.0,2.0,-7.0,2.9000000000000004,58.03,152.51490953069384,5.947058334904439,5.489513606312357
+1999,1,6,9,30,573.0,83.0,259.0,4.0,-5.0,3.4000000000000004,56.79,395.3999406607735,13.899910809252583,12.713710987270263
+1999,1,6,10,30,220.0,180.0,269.0,6.0,-5.0,3.7,48.87000000000001,322.90627132012924,13.926510235107296,12.957791421146908
+1999,1,6,11,30,463.0,171.0,384.0,7.0,-5.0,3.8,46.05,506.70741821766717,19.3567705746732,17.836648320020196
+1999,1,6,12,30,75.0,208.0,243.0,8.0,-5.0,3.4000000000000004,46.84,258.794710116828,14.479628054018946,13.703243923668461
+1999,1,6,13,30,255.0,186.0,293.0,7.0,-4.0,2.5,49.24,357.0477327998274,16.489119693820193,15.41797649542071
+1999,1,6,14,30,219.0,142.0,215.0,6.0,-2.0,1.4,60.41,265.5894635297695,13.596966505954883,12.800198115365575
+1999,1,6,15,30,337.0,70.0,139.0,3.0,-3.0,0.8,73.11,210.84672682035693,9.279579854422348,8.647039673961277
+1999,1,6,16,30,0.0,24.0,24.0,1.0,-4.0,0.7000000000000001,70.64,23.457233587073173,1.7033487692928575,1.632977068531638
+1999,1,6,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.2,0.0,0.0,0.0
+1999,1,6,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,71.78,0.0,0.0,0.0
+1999,1,6,19,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,75.77,0.0,0.0,0.0
+1999,1,6,20,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.13,0.0,0.0,0.0
+1999,1,6,21,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,77.48,0.0,0.0,0.0
+1999,1,6,22,30,0.0,0.0,0.0,-1.0,-6.0,3.7,75.15,0.0,-1.0,-1.0
+1999,1,6,23,30,0.0,0.0,0.0,-1.0,-7.0,4.1000000000000005,72.37,0.0,-1.0,-1.0
+1999,1,7,0,30,0.0,0.0,0.0,-1.0,-7.0,4.0,70.21000000000001,0.0,-1.0,-1.0
+1999,1,7,1,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,69.33,0.0,-1.0,-1.0
+1999,1,7,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.32000000000001,0.0,0.0,0.0
+1999,1,7,3,30,0.0,0.0,0.0,0.0,-7.0,1.8,70.38,0.0,0.0,0.0
+1999,1,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.5,71.23,0.0,0.0,0.0
+1999,1,7,5,30,0.0,0.0,0.0,0.0,-7.0,1.4,71.87,0.0,0.0,0.0
+1999,1,7,6,30,0.0,0.0,0.0,0.0,-7.0,1.4,72.14,0.0,0.0,0.0
+1999,1,7,7,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.81,0.0,0.0,0.0
+1999,1,7,8,30,46.0,65.0,73.0,2.0,-5.0,2.1,61.12000000000001,81.13865639944598,4.214649488248183,3.9712335190498447
+1999,1,7,9,30,723.0,58.0,280.0,5.0,-4.0,2.4000000000000004,57.68,453.4050011022901,17.130444159740126,15.770229156433254
+1999,1,7,10,30,923.0,56.0,431.0,6.0,-3.0,2.3000000000000003,57.71,672.0363516431792,24.09990711726942,22.083798062339884
+1999,1,7,11,30,938.0,77.0,508.0,7.0,-3.0,2.1,56.0,764.3152413019225,27.861700613779778,25.56875488987401
+1999,1,7,12,30,711.0,110.0,441.0,8.0,-2.0,2.0,56.48,634.7870210700293,25.442375143994802,23.538014080784713
+1999,1,7,13,30,678.0,106.0,393.0,7.0,-3.0,1.7000000000000002,54.2,570.944046535109,23.00613666764783,21.293304528042505
+1999,1,7,14,30,664.0,76.0,298.0,6.0,-3.0,1.2000000000000002,57.82,460.2528935062922,19.34325090643569,17.96249222591681
+1999,1,7,15,30,537.0,57.0,168.0,3.0,-3.0,1.0,73.37,283.987726181464,11.344676712949909,10.492713534405517
+1999,1,7,16,30,0.0,31.0,31.0,0.0,-4.0,1.1,75.28,30.29892671663619,0.8843285651019855,0.793431784952077
+1999,1,7,17,30,0.0,0.0,0.0,0.0,-5.0,1.1,77.86,0.0,0.0,0.0
+1999,1,7,18,30,0.0,0.0,0.0,0.0,-5.0,1.1,82.28,0.0,0.0,0.0
+1999,1,7,19,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,79.44,0.0,-1.0,-1.0
+1999,1,7,20,30,0.0,0.0,0.0,-2.0,-6.0,1.4,81.08,0.0,-2.0,-2.0
+1999,1,7,21,30,0.0,0.0,0.0,-2.0,-7.0,1.4,76.95,0.0,-2.0,-2.0
+1999,1,7,22,30,0.0,0.0,0.0,-2.0,-7.0,1.2000000000000002,74.36,0.0,-2.0,-2.0
+1999,1,7,23,30,0.0,0.0,0.0,-2.0,-8.0,1.0,72.85000000000002,0.0,-2.0,-2.0
+1999,1,8,0,30,0.0,0.0,0.0,-2.0,-8.0,0.8,71.95,0.0,-2.0,-2.0
+1999,1,8,1,30,0.0,0.0,0.0,-2.0,-8.0,0.6000000000000001,70.96000000000002,0.0,-2.0,-2.0
+1999,1,8,2,30,0.0,0.0,0.0,-2.0,-8.0,0.4,70.61,0.0,-2.0,-2.0
+1999,1,8,3,30,0.0,0.0,0.0,-2.0,-8.0,0.4,75.56,0.0,-2.0,-2.0
+1999,1,8,4,30,0.0,0.0,0.0,-3.0,-8.0,0.4,74.51,0.0,-3.0,-3.0
+1999,1,8,5,30,0.0,0.0,0.0,-3.0,-9.0,0.6000000000000001,73.39,0.0,-3.0,-3.0
+1999,1,8,6,30,0.0,0.0,0.0,-3.0,-9.0,0.9,77.38,0.0,-3.0,-3.0
+1999,1,8,7,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,75.89,0.0,-3.0,-3.0
+1999,1,8,8,30,23.0,64.0,68.0,-2.0,-9.0,2.6,73.07000000000002,71.35395857770901,-0.11622334079750166,-0.3302852165306287
+1999,1,8,9,30,0.0,48.0,48.0,-1.0,-8.0,2.9000000000000004,70.87,46.914467174146345,0.21413794400244168,0.07339454248000266
+1999,1,8,10,30,0.0,93.0,93.0,-1.0,-8.0,2.7,65.85,90.89678014990855,1.3838229360946346,1.111132595644909
+1999,1,8,11,30,0.0,43.0,43.0,0.0,-8.0,2.2,59.24,42.02754351017277,1.1394970078837297,1.0134143773532114
+1999,1,8,12,30,0.0,53.0,53.0,0.0,-9.0,1.8,53.16,51.801390838119936,1.4425368310170745,1.2871326585027147
+1999,1,8,13,30,100.0,192.0,235.0,0.0,-9.0,1.7000000000000002,51.58,256.7984586402822,7.199218995245113,6.428823619324266
+1999,1,8,14,30,829.0,76.0,356.0,0.0,-9.0,1.9,50.78,558.1186913603163,15.438564742828243,13.764208668747294
+1999,1,8,15,30,696.0,55.0,201.0,-1.0,-10.0,1.5,58.32,351.3689134482787,8.983395155675353,7.929288415330516
+1999,1,8,16,30,328.0,21.0,38.0,-2.0,-9.0,0.9,68.89,97.71080212032898,0.8905354516130574,0.5974030452520704
+1999,1,8,17,30,0.0,0.0,0.0,-3.0,-10.0,0.5,71.48,0.0,-3.0,-3.0
+1999,1,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,69.34,0.0,-4.0,-4.0
+1999,1,8,19,30,0.0,0.0,0.0,-5.0,-11.0,1.0,72.25,0.0,-5.0,-5.0
+1999,1,8,20,30,0.0,0.0,0.0,-5.0,-11.0,1.4,68.7,0.0,-5.0,-5.0
+1999,1,8,21,30,0.0,0.0,0.0,-5.0,-12.0,1.8,69.47,0.0,-5.0,-5.0
+1999,1,8,22,30,0.0,0.0,0.0,-6.0,-13.0,2.1,64.63,0.0,-6.0,-6.0
+1999,1,8,23,30,0.0,0.0,0.0,-6.0,-14.0,2.4000000000000004,60.73,0.0,-6.0,-6.0
+1999,1,9,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,58.74,0.0,-6.0,-6.0
+1999,1,9,1,30,0.0,0.0,0.0,-5.0,-14.0,2.9000000000000004,54.11,0.0,-5.0,-5.0
+1999,1,9,2,30,0.0,0.0,0.0,-5.0,-14.0,2.7,56.06,0.0,-5.0,-5.0
+1999,1,9,3,30,0.0,0.0,0.0,-5.0,-13.0,2.1,57.83,0.0,-5.0,-5.0
+1999,1,9,4,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.14,0.0,-5.0,-5.0
+1999,1,9,5,30,0.0,0.0,0.0,-5.0,-13.0,1.9,59.53,0.0,-5.0,-5.0
+1999,1,9,6,30,0.0,0.0,0.0,-5.0,-13.0,1.9,60.57,0.0,-5.0,-5.0
+1999,1,9,7,30,0.0,0.0,0.0,-3.0,-13.0,2.4000000000000004,57.61,0.0,-3.0,-3.0
+1999,1,9,8,30,523.0,43.0,134.0,-1.0,-11.0,3.6,52.48,242.13891669041757,4.983159560448143,4.25674281037689
+1999,1,9,9,30,865.0,58.0,326.0,1.0,-10.0,4.800000000000002,48.18,531.9699681292592,13.150776443200051,11.554866538812274
+1999,1,9,10,30,938.0,67.0,450.0,2.0,-9.0,5.1000000000000005,47.3,694.409203554318,17.554526542317625,15.47129893165467
+1999,1,9,11,30,949.0,79.0,518.0,3.0,-9.0,4.7,46.58,776.8540879973408,20.860234687524,18.529672423531977
+1999,1,9,12,30,952.0,79.0,525.0,4.0,-8.0,4.1000000000000005,45.38,786.5377497551589,22.806574249085966,20.44696099982049
+1999,1,9,13,30,714.0,95.0,401.0,4.0,-8.0,3.6,47.38,588.0260453792501,18.529897561661166,16.765819425523414
+1999,1,9,14,30,852.0,68.0,358.0,3.0,-6.0,2.8000000000000003,55.17,565.7723886083231,17.739538074188815,16.042220908363845
+1999,1,9,15,30,181.0,83.0,122.0,2.0,-6.0,1.9,63.61,158.98443785303166,6.39779490436665,5.920841590807555
+1999,1,9,16,30,64.0,20.0,24.0,0.0,-6.0,1.7000000000000002,64.11,34.77151875276528,0.9748024954039279,0.870487939145632
+1999,1,9,17,30,0.0,0.0,0.0,0.0,-7.0,1.6,62.91,0.0,0.0,0.0
+1999,1,9,18,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.22,0.0,0.0,0.0
+1999,1,9,19,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.84,0.0,0.0,0.0
+1999,1,9,20,30,0.0,0.0,0.0,0.0,-7.0,1.0,64.48,0.0,0.0,0.0
+1999,1,9,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,68.43,0.0,0.0,0.0
+1999,1,9,22,30,0.0,0.0,0.0,-1.0,-8.0,1.1,67.42,0.0,-1.0,-1.0
+1999,1,9,23,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.39,0.0,-1.0,-1.0
+1999,1,10,0,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.9,0.0,-1.0,-1.0
+1999,1,10,1,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,70.39,0.0,-1.0,-1.0
+1999,1,10,2,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,69.63,0.0,-1.0,-1.0
+1999,1,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.2000000000000002,68.83,0.0,-2.0,-2.0
+1999,1,10,4,30,0.0,0.0,0.0,-2.0,-9.0,1.3,67.91,0.0,-2.0,-2.0
+1999,1,10,5,30,0.0,0.0,0.0,-2.0,-9.0,1.4,71.57000000000002,0.0,-2.0,-2.0
+1999,1,10,6,30,0.0,0.0,0.0,-3.0,-9.0,1.4,69.17,0.0,-3.0,-3.0
+1999,1,10,7,30,0.0,0.0,0.0,-2.0,-10.0,1.8,62.98,0.0,-2.0,-2.0
+1999,1,10,8,30,290.0,60.0,111.0,0.0,-8.0,2.9000000000000004,55.02,169.61910893984017,4.38971192888734,3.880854602067819
+1999,1,10,9,30,862.0,59.0,327.0,2.0,-9.0,4.1000000000000005,50.41,531.7326040688951,14.714035279545607,13.118837467338922
+1999,1,10,10,30,939.0,69.0,454.0,4.0,-8.0,4.5,48.88,697.9556492640296,20.25718747108569,18.1633205232936
+1999,1,10,11,30,967.0,76.0,525.0,5.0,-7.0,4.5,47.86,788.5866699870496,23.36821772944615,21.002457719485
+1999,1,10,12,30,970.0,77.0,534.0,6.0,-7.0,4.2,46.22,799.8042816355619,24.998821138802843,22.599408293896158
+1999,1,10,13,30,949.0,72.0,480.0,5.0,-6.0,3.6,47.85,730.6116729919964,23.05313361431285,20.86129859533686
+1999,1,10,14,30,736.0,65.0,317.0,4.0,-5.0,2.7,56.9,496.6638879790969,17.025310310683196,15.535318646745907
+1999,1,10,15,30,162.0,85.0,121.0,3.0,-5.0,1.8,63.76,153.18985926295278,7.265947507388429,6.80637792959957
+1999,1,10,16,30,257.0,21.0,36.0,1.0,-6.0,1.7000000000000002,62.43,82.29279170135176,3.307038104220102,3.0601597291160467
+1999,1,10,17,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.01,0.0,0.0,0.0
+1999,1,10,18,30,0.0,0.0,0.0,0.0,-7.0,3.0,66.87,0.0,0.0,0.0
+1999,1,10,19,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.27,0.0,0.0,0.0
+1999,1,10,20,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.8,0.0,0.0,0.0
+1999,1,10,21,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,64.84,0.0,0.0,0.0
+1999,1,10,22,30,0.0,0.0,0.0,0.0,-7.0,4.3,59.81,0.0,0.0,0.0
+1999,1,10,23,30,0.0,0.0,0.0,0.0,-7.0,4.4,59.76,0.0,0.0,0.0
+1999,1,11,0,30,0.0,0.0,0.0,0.0,-7.0,4.3,60.44,0.0,0.0,0.0
+1999,1,11,1,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.41,0.0,1.0,1.0
+1999,1,11,2,30,0.0,0.0,0.0,1.0,-6.0,3.9,64.25,0.0,1.0,1.0
+1999,1,11,3,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,65.51,0.0,1.0,1.0
+1999,1,11,4,30,0.0,0.0,0.0,1.0,-6.0,4.2,61.53,0.0,1.0,1.0
+1999,1,11,5,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.8,0.0,1.0,1.0
+1999,1,11,6,30,0.0,0.0,0.0,1.0,-6.0,4.1000000000000005,61.53,0.0,1.0,1.0
+1999,1,11,7,30,0.0,0.0,0.0,2.0,-6.0,4.5,61.47,0.0,2.0,2.0
+1999,1,11,8,30,361.0,56.0,120.0,4.0,-5.0,5.1000000000000005,56.75,192.92858758479585,8.321533788722057,7.7427480259676695
+1999,1,11,9,30,898.0,53.0,333.0,6.0,-4.0,5.4,54.44,546.195446365786,17.998841563306108,16.36025522420875
+1999,1,11,10,30,961.0,63.0,459.0,8.0,-4.0,5.4,47.96,707.8907573853661,23.550970075842493,21.427297803686393
+1999,1,11,11,30,763.0,97.0,454.0,9.0,-4.0,4.800000000000002,44.16,659.5922141718079,24.065808256547243,22.08703161403182
+1999,1,11,12,30,838.0,80.0,478.0,10.0,-4.0,3.6,42.24,705.7692886198037,27.439287845147007,25.321979979287597
+1999,1,11,13,30,577.0,131.0,381.0,9.0,-2.0,2.1,52.7,530.7824634513704,23.487510185856532,21.895162795502422
+1999,1,11,14,30,554.0,101.0,293.0,8.0,-2.0,0.7000000000000001,55.48,426.1384284470287,20.777463211253615,19.499047925912528
+1999,1,11,15,30,579.0,52.0,179.0,6.0,-2.0,0.2,64.77,302.9049706820203,15.394726634831034,14.486011722784973
+1999,1,11,16,30,273.0,21.0,38.0,4.0,-4.0,0.4,63.93,86.83666617649013,6.657057004521641,6.39654700599217
+1999,1,11,17,30,0.0,0.0,0.0,4.0,-4.0,0.6000000000000001,66.39,0.0,4.0,4.0
+1999,1,11,18,30,0.0,0.0,0.0,4.0,-4.0,0.7000000000000001,65.71000000000001,0.0,4.0,4.0
+1999,1,11,19,30,0.0,0.0,0.0,3.0,-4.0,0.8,64.91,0.0,3.0,3.0
+1999,1,11,20,30,0.0,0.0,0.0,3.0,-5.0,0.9,64.04,0.0,3.0,3.0
+1999,1,11,21,30,0.0,0.0,0.0,3.0,-5.0,0.9,68.08,0.0,3.0,3.0
+1999,1,11,22,30,0.0,0.0,0.0,3.0,-5.0,0.9,67.27,0.0,3.0,3.0
+1999,1,11,23,30,0.0,0.0,0.0,3.0,-5.0,0.9,66.43,0.0,3.0,3.0
+1999,1,12,0,30,0.0,0.0,0.0,3.0,-5.0,1.2000000000000002,65.36,0.0,3.0,3.0
+1999,1,12,1,30,0.0,0.0,0.0,2.0,-6.0,1.6,63.89,0.0,2.0,2.0
+1999,1,12,2,30,0.0,0.0,0.0,2.0,-6.0,2.0,62.15,0.0,2.0,2.0
+1999,1,12,3,30,0.0,0.0,0.0,1.0,-6.0,2.2,60.42,0.0,1.0,1.0
+1999,1,12,4,30,0.0,0.0,0.0,1.0,-6.0,1.9,59.51,0.0,1.0,1.0
+1999,1,12,5,30,0.0,0.0,0.0,0.0,-7.0,1.5,63.38,0.0,0.0,0.0
+1999,1,12,6,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.89,0.0,0.0,0.0
+1999,1,12,7,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,60.21,0.0,0.0,0.0
+1999,1,12,8,30,532.0,44.0,138.0,2.0,-5.0,1.4,65.03,246.77046586456763,9.05866467335166,8.318353275757957
+1999,1,12,9,30,0.0,38.0,38.0,3.0,-4.0,2.1,65.79,37.14061984619919,4.0137394231754495,3.902317563636852
+1999,1,12,10,30,0.0,109.0,109.0,4.0,-4.0,3.0,62.55,106.53493587462401,6.73889204732858,6.419287239704708
+1999,1,12,11,30,8.0,158.0,162.0,4.0,-4.0,3.7,63.5,160.36316015193148,7.936499049961921,7.455409569506127
+1999,1,12,12,30,155.0,226.0,300.0,5.0,-4.0,4.3,63.22,337.27946403810296,12.959546641032007,11.9477082489177
+1999,1,12,13,30,657.0,112.0,399.0,4.0,-4.0,4.2,62.02,569.5879431571336,17.530184450540233,15.821420621068834
+1999,1,12,14,30,819.0,75.0,361.0,3.0,-4.0,3.3000000000000003,66.29,559.4376134950419,17.099852283094503,15.421539442609378
+1999,1,12,15,30,697.0,54.0,209.0,1.0,-4.0,1.9,72.34,358.08906626595933,10.905386289377745,9.831119090579866
+1999,1,12,16,30,377.0,22.0,47.0,0.0,-5.0,1.1,76.52,114.05047152829121,3.328767740820358,2.986616326235484
+1999,1,12,17,30,0.0,0.0,0.0,-1.0,-6.0,0.9,77.76,0.0,-1.0,-1.0
+1999,1,12,18,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,76.33,0.0,-1.0,-1.0
+1999,1,12,19,30,0.0,0.0,0.0,-2.0,-6.0,0.8,80.56,0.0,-2.0,-2.0
+1999,1,12,20,30,0.0,0.0,0.0,-3.0,-7.0,1.1,84.68,0.0,-3.0,-3.0
+1999,1,12,21,30,0.0,0.0,0.0,-3.0,-7.0,1.4,82.38,0.0,-3.0,-3.0
+1999,1,12,22,30,0.0,0.0,0.0,-3.0,-7.0,1.9,80.19,0.0,-3.0,-3.0
+1999,1,12,23,30,0.0,0.0,0.0,-2.0,-8.0,2.5,77.26,0.0,-2.0,-2.0
+1999,1,13,0,30,0.0,0.0,0.0,-2.0,-8.0,2.9000000000000004,74.39,0.0,-2.0,-2.0
+1999,1,13,1,30,0.0,0.0,0.0,-2.0,-9.0,3.0,71.69,0.0,-2.0,-2.0
+1999,1,13,2,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,70.17,0.0,-2.0,-2.0
+1999,1,13,3,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,69.19,0.0,-2.0,-2.0
+1999,1,13,4,30,0.0,0.0,0.0,-2.0,-9.0,1.9,68.4,0.0,-2.0,-2.0
+1999,1,13,5,30,0.0,0.0,0.0,-1.0,-9.0,1.6,63.66,0.0,-1.0,-1.0
+1999,1,13,6,30,0.0,0.0,0.0,0.0,-9.0,1.1,60.11,0.0,0.0,0.0
+1999,1,13,7,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,58.15,0.0,0.0,0.0
+1999,1,13,8,30,0.0,12.0,12.0,0.0,-7.0,0.7000000000000001,56.92,11.728616793536586,0.35167438464642875,0.316488534265819
+1999,1,13,9,30,446.0,106.0,247.0,1.0,-6.0,1.3,59.74,349.7974857337458,11.073091783232783,10.023699326031545
+1999,1,13,10,30,83.0,185.0,219.0,2.0,-6.0,2.0,61.94000000000001,236.83156225595826,8.507544763349951,7.797050076582076
+1999,1,13,11,30,151.0,222.0,293.0,2.0,-5.0,2.4000000000000004,65.7,329.2458239354159,10.808676729119604,9.820939257313356
+1999,1,13,12,30,128.0,226.0,288.0,2.0,-5.0,2.5,67.29,317.2748616059929,10.43209145738331,9.48026687256533
+1999,1,13,13,30,172.0,203.0,278.0,1.0,-5.0,2.2,68.19,319.27330326345526,9.65648913498362,8.698669225193253
+1999,1,13,14,30,408.0,128.0,272.0,1.0,-4.0,1.4,69.2,368.3459750681122,11.536231362514432,10.431193437310096
+1999,1,13,15,30,662.0,62.0,212.0,0.0,-4.0,0.7000000000000001,75.98,352.36686567536833,10.565474415061887,9.508373818035782
+1999,1,13,16,30,335.0,26.0,49.0,0.0,-5.0,0.5,78.29,108.51975322615202,3.2981450597844275,2.9725858001059713
+1999,1,13,17,30,0.0,0.0,0.0,-1.0,-5.0,0.6000000000000001,81.35000000000002,0.0,-1.0,-1.0
+1999,1,13,18,30,0.0,0.0,0.0,-2.0,-6.0,0.9,85.15,0.0,-2.0,-2.0
+1999,1,13,19,30,0.0,0.0,0.0,-2.0,-6.0,1.2000000000000002,80.74,0.0,-2.0,-2.0
+1999,1,13,20,30,0.0,0.0,0.0,-3.0,-7.0,1.3,80.99,0.0,-3.0,-3.0
+1999,1,13,21,30,0.0,0.0,0.0,-4.0,-8.0,1.5,79.71000000000002,0.0,-4.0,-4.0
+1999,1,13,22,30,0.0,0.0,0.0,-4.0,-10.0,2.0,76.91,0.0,-4.0,-4.0
+1999,1,13,23,30,0.0,0.0,0.0,-5.0,-11.0,2.7,68.92,0.0,-5.0,-5.0
+1999,1,14,0,30,0.0,0.0,0.0,-5.0,-12.0,3.7,65.04,0.0,-5.0,-5.0
+1999,1,14,1,30,0.0,0.0,0.0,-5.0,-12.0,4.3,62.85,0.0,-5.0,-5.0
+1999,1,14,2,30,0.0,0.0,0.0,-5.0,-13.0,4.4,60.15,0.0,-5.0,-5.0
+1999,1,14,3,30,0.0,0.0,0.0,-4.0,-14.0,4.2,56.99,0.0,-4.0,-4.0
+1999,1,14,4,30,0.0,0.0,0.0,-4.0,-14.0,4.1000000000000005,51.28,0.0,-4.0,-4.0
+1999,1,14,5,30,0.0,0.0,0.0,-3.0,-14.0,4.4,51.31,0.0,-3.0,-3.0
+1999,1,14,6,30,0.0,0.0,0.0,-2.0,-14.0,5.300000000000002,47.95,0.0,-2.0,-2.0
+1999,1,14,7,30,0.0,0.0,0.0,-1.0,-14.0,6.3000000000000025,42.06,0.0,-1.0,-1.0
+1999,1,14,8,30,142.0,69.0,95.0,0.0,-13.0,6.5,38.72,121.9313420652405,2.495445025834801,2.1296509996390793
+1999,1,14,9,30,734.0,58.0,291.0,2.0,-12.0,6.3000000000000025,39.45,462.48504184109356,11.587291620744672,10.199836495221392
+1999,1,14,10,30,0.0,76.0,76.0,3.0,-11.0,5.8000000000000025,40.02,74.28123969239839,4.590171658036659,4.3673279389594635
+1999,1,14,11,30,0.0,75.0,75.0,4.0,-9.0,5.300000000000002,40.72,73.30385495960367,5.620809199917838,5.400897635039027
+1999,1,14,12,30,0.0,73.0,73.0,5.0,-8.0,5.2,44.59,71.34908549401425,6.587852619615872,6.37380536313383
+1999,1,14,13,30,9.0,153.0,157.0,5.0,-7.0,4.7,47.68,155.8865426777516,8.583903695517272,8.116244067484017
+1999,1,14,14,30,703.0,74.0,324.0,5.0,-7.0,4.3,50.4,493.2984094478914,16.64147870415206,15.161583475808385
+1999,1,14,15,30,758.0,50.0,224.0,4.0,-7.0,4.3,54.52,385.0150882631706,13.08607217243904,11.931026907649528
+1999,1,14,16,30,296.0,25.0,46.0,2.0,-8.0,4.4,53.83,98.6424091092213,4.312705415581507,4.016778188253843
+1999,1,14,17,30,0.0,0.0,0.0,1.0,-9.0,4.6000000000000005,50.55,0.0,1.0,1.0
+1999,1,14,18,30,0.0,0.0,0.0,1.0,-9.0,4.5,48.51,0.0,1.0,1.0
+1999,1,14,19,30,0.0,0.0,0.0,1.0,-9.0,4.1000000000000005,48.18,0.0,1.0,1.0
+1999,1,14,20,30,0.0,0.0,0.0,1.0,-9.0,4.0,47.86,0.0,1.0,1.0
+1999,1,14,21,30,0.0,0.0,0.0,1.0,-10.0,4.3,45.58,0.0,1.0,1.0
+1999,1,14,22,30,0.0,0.0,0.0,1.0,-10.0,4.5,43.81,0.0,1.0,1.0
+1999,1,14,23,30,0.0,0.0,0.0,2.0,-11.0,4.6000000000000005,42.97,0.0,2.0,2.0
+1999,1,15,0,30,0.0,0.0,0.0,2.0,-11.0,4.9,41.98,0.0,2.0,2.0
+1999,1,15,1,30,0.0,0.0,0.0,2.0,-11.0,5.1000000000000005,40.87,0.0,2.0,2.0
+1999,1,15,2,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.24,0.0,1.0,1.0
+1999,1,15,3,30,0.0,0.0,0.0,1.0,-11.0,5.0,40.07,0.0,1.0,1.0
+1999,1,15,4,30,0.0,0.0,0.0,2.0,-11.0,4.800000000000002,40.48,0.0,2.0,2.0
+1999,1,15,5,30,0.0,0.0,0.0,2.0,-11.0,4.2,41.63,0.0,2.0,2.0
+1999,1,15,6,30,0.0,0.0,0.0,2.0,-11.0,3.3000000000000003,42.78,0.0,2.0,2.0
+1999,1,15,7,30,0.0,0.0,0.0,2.0,-10.0,2.8000000000000003,44.07,0.0,2.0,2.0
+1999,1,15,8,30,550.0,43.0,143.0,4.0,-10.0,2.8000000000000003,43.66,253.33965132594915,10.600020629507288,9.84000167552944
+1999,1,15,9,30,639.0,76.0,280.0,6.0,-8.0,2.9000000000000004,41.83,428.1572482591869,17.080632317137923,15.79616057236036
+1999,1,15,10,30,510.0,144.0,358.0,7.0,-8.0,3.0,39.88,486.343380747982,19.50333523802147,18.044305095777524
+1999,1,15,11,30,714.0,114.0,454.0,8.0,-8.0,3.2,37.53,644.8415401079793,24.360127597458003,22.425602977134066
+1999,1,15,12,30,692.0,123.0,459.0,7.0,-6.0,3.8,43.48,644.2936940057555,22.712004745345624,20.779123663328356
+1999,1,15,13,30,573.0,137.0,392.0,6.0,-5.0,3.9,49.29,539.3960074399017,19.067733223885902,17.4495452015662
+1999,1,15,14,30,601.0,97.0,312.0,5.0,-5.0,3.4000000000000004,59.13,456.3096314830572,16.424950255520717,15.056021361071545
+1999,1,15,15,30,747.0,50.0,223.0,3.0,-4.0,2.5,65.23,382.18921638282575,13.157295192733212,12.010727543584734
+1999,1,15,16,30,143.0,27.0,37.0,1.0,-5.0,2.2,69.05,62.61360062750822,2.6976488418982343,2.5098080400157095
+1999,1,15,17,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,68.42,0.0,1.0,1.0
+1999,1,15,18,30,0.0,0.0,0.0,0.0,-5.0,2.5,73.60000000000002,0.0,0.0,0.0
+1999,1,15,19,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,72.5,0.0,0.0,0.0
+1999,1,15,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,71.32000000000002,0.0,0.0,0.0
+1999,1,15,21,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,70.13,0.0,0.0,0.0
+1999,1,15,22,30,0.0,0.0,0.0,0.0,-5.0,1.5,69.03,0.0,0.0,0.0
+1999,1,15,23,30,0.0,0.0,0.0,0.0,-6.0,1.5,67.63,0.0,0.0,0.0
+1999,1,16,0,30,0.0,0.0,0.0,0.0,-6.0,1.5,66.01,0.0,0.0,0.0
+1999,1,16,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,68.57000000000001,0.0,0.0,0.0
+1999,1,16,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,70.86,0.0,0.0,0.0
+1999,1,16,3,30,0.0,0.0,0.0,-1.0,-8.0,2.4000000000000004,68.07000000000001,0.0,-1.0,-1.0
+1999,1,16,4,30,0.0,0.0,0.0,-2.0,-8.0,2.8000000000000003,70.2,0.0,-2.0,-2.0
+1999,1,16,5,30,0.0,0.0,0.0,-2.0,-9.0,3.2,66.71000000000001,0.0,-2.0,-2.0
+1999,1,16,6,30,0.0,0.0,0.0,-1.0,-9.0,3.6,58.51,0.0,-1.0,-1.0
+1999,1,16,7,30,0.0,0.0,0.0,0.0,-10.0,4.2,52.75,0.0,0.0,0.0
+1999,1,16,8,30,726.0,42.0,174.0,2.0,-9.0,4.800000000000002,48.89,320.3847747254477,9.317938994157682,8.356784669981339
+1999,1,16,9,30,879.0,60.0,342.0,4.0,-7.0,5.1000000000000005,48.34,546.3297869741054,16.23759870815528,14.598609347232962
+1999,1,16,10,30,809.0,72.0,414.0,6.0,-7.0,5.0,44.29,619.7927051572548,19.97365997583767,18.114281860365907
+1999,1,16,11,30,0.0,84.0,84.0,7.0,-7.0,4.2,40.06,82.10031755475612,8.950238682733719,8.70393773006945
+1999,1,16,12,30,608.0,146.0,443.0,7.0,-6.0,3.1,46.02,604.5395872300386,22.43944739018979,20.625828628499676
+1999,1,16,13,30,758.0,92.0,432.0,6.0,-5.0,2.2,51.73,628.2700665708838,23.03434941009929,21.14953921038664
+1999,1,16,14,30,674.0,90.0,334.0,5.0,-4.0,1.7000000000000002,56.05,495.22190069858163,18.883303401616942,17.397637699521198
+1999,1,16,15,30,124.0,96.0,125.0,4.0,-4.0,1.4,61.08,149.50333209554492,8.276418918746742,7.827908922460107
+1999,1,16,16,30,32.0,27.0,30.0,2.0,-5.0,1.7000000000000002,68.41,34.58571562591434,2.969593595758331,2.8658364488805876
+1999,1,16,17,30,0.0,0.0,0.0,1.0,-5.0,2.2,68.04,0.0,1.0,1.0
+1999,1,16,18,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.93,0.0,1.0,1.0
+1999,1,16,19,30,0.0,0.0,0.0,0.0,-5.0,3.7,71.92,0.0,0.0,0.0
+1999,1,16,20,30,0.0,0.0,0.0,0.0,-5.0,4.2,69.15,0.0,0.0,0.0
+1999,1,16,21,30,0.0,0.0,0.0,0.0,-6.0,4.5,66.17,0.0,0.0,0.0
+1999,1,16,22,30,0.0,0.0,0.0,0.0,-7.0,4.4,68.18,0.0,0.0,0.0
+1999,1,16,23,30,0.0,0.0,0.0,0.0,-7.0,4.0,66.8,0.0,0.0,0.0
+1999,1,17,0,30,0.0,0.0,0.0,0.0,-7.0,3.2,66.77,0.0,0.0,0.0
+1999,1,17,1,30,0.0,0.0,0.0,0.0,-7.0,2.8000000000000003,67.35,0.0,0.0,0.0
+1999,1,17,2,30,0.0,0.0,0.0,0.0,-7.0,2.5,68.56,0.0,0.0,0.0
+1999,1,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,69.49,0.0,0.0,0.0
+1999,1,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.6,70.71000000000002,0.0,0.0,0.0
+1999,1,17,5,30,0.0,0.0,0.0,0.0,-6.0,2.1,74.81,0.0,0.0,0.0
+1999,1,17,6,30,0.0,0.0,0.0,-1.0,-7.0,2.3000000000000003,76.63,0.0,-1.0,-1.0
+1999,1,17,7,30,0.0,0.0,0.0,-1.0,-8.0,2.7,64.73,0.0,-1.0,-1.0
+1999,1,17,8,30,198.0,69.0,106.0,0.0,-10.0,4.1000000000000005,52.84,143.75612694556406,3.4372924579962865,3.0060240771595943
+1999,1,17,9,30,432.0,111.0,251.0,0.0,-12.0,5.9,41.87,348.6560544136926,7.415881845468608,6.36991368222753
+1999,1,17,10,30,387.0,169.0,334.0,0.0,-13.0,7.1000000000000005,36.69,428.6120932820546,8.442560022559189,7.156723742713024
+1999,1,17,11,30,698.0,120.0,456.0,1.0,-14.0,7.7,35.33,641.4654827165407,13.163922919020742,11.23952647087112
+1999,1,17,12,30,549.0,164.0,433.0,1.0,-14.0,7.8000000000000025,36.14,578.5914405358271,11.90265075171947,10.166876430111989
+1999,1,17,13,30,983.0,69.0,512.0,0.0,-13.0,7.7,37.51,768.1418792477556,14.566050491870845,12.261624854127579
+1999,1,17,14,30,937.0,60.0,402.0,0.0,-13.0,7.2,38.13,627.4044286117852,12.279983226845964,10.397769941010608
+1999,1,17,15,30,825.0,47.0,244.0,0.0,-13.0,6.1000000000000005,44.29,418.67768122813374,8.791353548722428,7.535320505038027
+1999,1,17,16,30,535.0,24.0,67.0,-2.0,-13.0,4.6000000000000005,48.27,161.8560084377924,1.7455025254005696,1.2599345000871924
+1999,1,17,17,30,0.0,0.0,0.0,-3.0,-13.0,3.5,52.48,0.0,-3.0,-3.0
+1999,1,17,18,30,0.0,0.0,0.0,-3.0,-13.0,2.7,57.37000000000001,0.0,-3.0,-3.0
+1999,1,17,19,30,0.0,0.0,0.0,-4.0,-12.0,1.9,57.83,0.0,-4.0,-4.0
+1999,1,17,20,30,0.0,0.0,0.0,-3.0,-12.0,1.3,54.06,0.0,-3.0,-3.0
+1999,1,17,21,30,0.0,0.0,0.0,-3.0,-12.0,1.1,55.19,0.0,-3.0,-3.0
+1999,1,17,22,30,0.0,0.0,0.0,-3.0,-11.0,1.4,59.02,0.0,-3.0,-3.0
+1999,1,17,23,30,0.0,0.0,0.0,-2.0,-10.0,2.0,63.85,0.0,-2.0,-2.0
+1999,1,18,0,30,0.0,0.0,0.0,-1.0,-10.0,2.5,62.46,0.0,-1.0,-1.0
+1999,1,18,1,30,0.0,0.0,0.0,-1.0,-9.0,3.0,62.48,0.0,-1.0,-1.0
+1999,1,18,2,30,0.0,0.0,0.0,0.0,-8.0,3.5,62.79,0.0,0.0,0.0
+1999,1,18,3,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,67.18,0.0,0.0,0.0
+1999,1,18,4,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.28,0.0,0.0,0.0
+1999,1,18,5,30,0.0,0.0,0.0,0.0,-6.0,4.9,67.4,0.0,0.0,0.0
+1999,1,18,6,30,0.0,0.0,0.0,1.0,-6.0,4.9,63.78,0.0,1.0,1.0
+1999,1,18,7,30,0.0,15.0,15.0,2.0,-5.0,5.0,65.16,14.660770991920735,2.3305373346928087,2.2865550217170463
+1999,1,18,8,30,721.0,41.0,175.0,4.0,-4.0,5.300000000000002,61.5,318.4916680933743,11.04211567082516,10.086640666545037
+1999,1,18,9,30,868.0,47.0,329.0,7.0,-3.0,5.7,55.26,529.5233558720308,18.409121485896872,16.82055141828078
+1999,1,18,10,30,561.0,133.0,373.0,9.0,-2.0,6.0,49.74,512.7864633956242,19.836919003021155,18.298559612834282
+1999,1,18,11,30,849.0,80.0,492.0,10.0,-2.0,6.2,47.21,717.5154953248912,24.969830115538418,22.817283629563743
+1999,1,18,12,30,856.0,81.0,504.0,11.0,-2.0,6.2,47.38,733.4389512995226,26.302047931523777,24.10173107762521
+1999,1,18,13,30,786.0,87.0,444.0,10.0,-2.0,5.8000000000000025,50.92,647.3946547506525,23.859066378159365,21.91688241390741
+1999,1,18,14,30,149.0,164.0,219.0,8.0,-2.0,5.1000000000000005,56.35,251.1526270964212,13.62573218262149,12.872274301332228
+1999,1,18,15,30,279.0,91.0,159.0,6.0,-1.0,4.6000000000000005,71.3,215.7889640675342,10.993562597209111,10.346195705006508
+1999,1,18,16,30,239.0,30.0,50.0,4.0,-2.0,4.6000000000000005,78.7,91.79188922101895,6.1241519311329995,5.848776263469943
+1999,1,18,17,30,0.0,0.0,0.0,3.0,-2.0,4.5,81.07000000000002,0.0,3.0,3.0
+1999,1,18,18,30,0.0,0.0,0.0,2.0,-3.0,4.2,79.05,0.0,2.0,2.0
+1999,1,18,19,30,0.0,0.0,0.0,1.0,-3.0,3.9,77.37,0.0,1.0,1.0
+1999,1,18,20,30,0.0,0.0,0.0,1.0,-3.0,3.8,75.87,0.0,1.0,1.0
+1999,1,18,21,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,74.54,0.0,1.0,1.0
+1999,1,18,22,30,0.0,0.0,0.0,1.0,-4.0,2.9000000000000004,74.03,0.0,1.0,1.0
+1999,1,18,23,30,0.0,0.0,0.0,1.0,-4.0,2.4000000000000004,74.32000000000002,0.0,1.0,1.0
+1999,1,19,0,30,0.0,0.0,0.0,1.0,-3.0,1.7000000000000002,74.84,0.0,1.0,1.0
+1999,1,19,1,30,0.0,0.0,0.0,1.0,-3.0,1.2000000000000002,75.18,0.0,1.0,1.0
+1999,1,19,2,30,0.0,0.0,0.0,1.0,-3.0,1.1,76.32000000000002,0.0,1.0,1.0
+1999,1,19,3,30,0.0,0.0,0.0,1.0,-3.0,1.0,77.7,0.0,1.0,1.0
+1999,1,19,4,30,0.0,0.0,0.0,1.0,-3.0,0.9,77.92,0.0,1.0,1.0
+1999,1,19,5,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,76.78,0.0,0.0,0.0
+1999,1,19,6,30,0.0,0.0,0.0,0.0,-4.0,0.30000000000000004,79.58,0.0,0.0,0.0
+1999,1,19,7,30,188.0,11.0,15.0,1.0,-4.0,0.6000000000000001,78.79,45.379053118176365,2.3698776616735646,2.2337405023190353
+1999,1,19,8,30,691.0,40.0,170.0,3.0,-2.0,1.0,74.79,306.5033129921678,12.006273238489984,11.08676329951348
+1999,1,19,9,30,856.0,53.0,334.0,6.0,-2.0,1.3,67.1,529.8058557498069,21.25677922203299,19.66736165478357
+1999,1,19,10,30,934.0,59.0,461.0,7.0,-2.0,2.0,58.08,696.5810572682462,26.140322211680658,24.05057903987592
+1999,1,19,11,30,966.0,62.0,534.0,8.0,-3.0,2.8000000000000003,51.51,790.0790499709585,28.583189411754464,26.21295226184159
+1999,1,19,12,30,960.0,67.0,544.0,9.0,-3.0,2.9000000000000004,49.42,801.5986848709126,29.74522930318115,27.340433248568413
+1999,1,19,13,30,929.0,66.0,492.0,9.0,-3.0,2.4000000000000004,49.01,731.6949012695537,28.575840849215666,26.380756145407005
+1999,1,19,14,30,520.0,123.0,317.0,8.0,-2.0,1.5,56.86,438.7943266513425,20.467401034535946,19.151018054581918
+1999,1,19,15,30,342.0,92.0,176.0,5.0,-2.0,0.8,67.69,246.37993246090753,12.337853822761252,11.598714025378529
+1999,1,19,16,30,256.0,32.0,54.0,3.0,-3.0,1.0,72.67,98.88026835973372,5.905491317693308,5.608850512614106
+1999,1,19,17,30,0.0,0.0,0.0,2.0,-3.0,1.2000000000000002,75.64,0.0,2.0,2.0
+1999,1,19,18,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.77,0.0,1.0,1.0
+1999,1,19,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.02,0.0,1.0,1.0
+1999,1,19,20,30,0.0,0.0,0.0,1.0,-3.0,2.1,76.22,0.0,1.0,1.0
+1999,1,19,21,30,0.0,0.0,0.0,1.0,-3.0,2.2,75.95,0.0,1.0,1.0
+1999,1,19,22,30,0.0,0.0,0.0,1.0,-3.0,2.3000000000000003,80.92,0.0,1.0,1.0
+1999,1,19,23,30,0.0,0.0,0.0,0.0,-4.0,2.3000000000000003,79.47,0.0,0.0,0.0
+1999,1,20,0,30,0.0,0.0,0.0,0.0,-4.0,2.1,78.24,0.0,0.0,0.0
+1999,1,20,1,30,0.0,0.0,0.0,0.0,-4.0,1.9,83.67,0.0,0.0,0.0
+1999,1,20,2,30,0.0,0.0,0.0,0.0,-4.0,1.9,82.87,0.0,0.0,0.0
+1999,1,20,3,30,0.0,0.0,0.0,0.0,-4.0,1.8,81.52,0.0,0.0,0.0
+1999,1,20,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,79.63,0.0,0.0,0.0
+1999,1,20,5,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,77.46000000000002,0.0,0.0,0.0
+1999,1,20,6,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,74.81,0.0,0.0,0.0
+1999,1,20,7,30,0.0,17.0,17.0,1.0,-6.0,2.2,68.5,16.615540457510164,1.4504988170703115,1.400652195697781
+1999,1,20,8,30,301.0,66.0,123.0,3.0,-4.0,2.7,65.26,181.2638773822793,7.753754617893994,7.209962985747156
+1999,1,20,9,30,886.0,50.0,343.0,6.0,-4.0,2.4000000000000004,56.64,544.8356546254539,20.576589293461467,18.942082329585105
+1999,1,20,10,30,945.0,57.0,466.0,7.0,-5.0,1.9,46.04,703.8479005460995,26.469696231100492,24.358152529462195
+1999,1,20,11,30,967.0,61.0,535.0,8.0,-5.0,1.8,42.22,791.9626027084033,30.05414188134717,27.67825407322196
+1999,1,20,12,30,264.0,232.0,365.0,9.0,-5.0,2.2,40.78,429.8545262635638,20.654688939505792,19.3651253607151
+1999,1,20,13,30,34.0,188.0,204.0,8.0,-5.0,2.2,45.13,208.26177393053155,13.646622391645533,13.021837069853937
+1999,1,20,14,30,0.0,109.0,109.0,7.0,-3.0,1.5,59.93,106.53493587462401,10.026962039080512,9.70735723145664
+1999,1,20,15,30,5.0,89.0,91.0,5.0,-2.0,1.3,73.96000000000002,89.29470231271085,7.5714127997964935,7.303528692858361
+1999,1,20,16,30,0.0,21.0,21.0,3.0,-3.0,1.3,73.19,20.52507938868903,3.591059161293618,3.5294839231275508
+1999,1,20,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,75.64,0.0,2.0,2.0
+1999,1,20,18,30,0.0,0.0,0.0,1.0,-4.0,1.6,73.15,0.0,1.0,1.0
+1999,1,20,19,30,0.0,0.0,0.0,0.0,-5.0,1.9,74.17,0.0,0.0,0.0
+1999,1,20,20,30,0.0,0.0,0.0,0.0,-5.0,2.2,75.56,0.0,0.0,0.0
+1999,1,20,21,30,0.0,0.0,0.0,0.0,-6.0,2.5,79.3,0.0,0.0,0.0
+1999,1,20,22,30,0.0,0.0,0.0,-1.0,-6.0,2.5,79.3,0.0,-1.0,-1.0
+1999,1,20,23,30,0.0,0.0,0.0,-1.0,-6.0,2.3000000000000003,79.06,0.0,-1.0,-1.0
+1999,1,21,0,30,0.0,0.0,0.0,-1.0,-6.0,1.8,83.12,0.0,-1.0,-1.0
+1999,1,21,1,30,0.0,0.0,0.0,-1.0,-6.0,1.5,74.29,0.0,-1.0,-1.0
+1999,1,21,2,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.27,0.0,0.0,0.0
+1999,1,21,3,30,0.0,0.0,0.0,0.0,-7.0,1.5,68.54,0.0,0.0,0.0
+1999,1,21,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.59,0.0,0.0,0.0
+1999,1,21,5,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,68.34,0.0,0.0,0.0
+1999,1,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.0,69.8,0.0,0.0,0.0
+1999,1,21,7,30,0.0,9.0,9.0,0.0,-6.0,1.0,66.28,8.796462595152441,0.25847467973739,0.23208529195193267
+1999,1,21,8,30,82.0,75.0,91.0,0.0,-5.0,1.3,68.21000000000001,105.19559185737138,3.029309515327287,2.713722739755173
+1999,1,21,9,30,0.0,6.0,6.0,1.0,-4.0,1.7000000000000002,71.95,5.864308396768293,1.1644030132716972,1.1468100880813923
+1999,1,21,10,30,195.0,201.0,286.0,2.0,-3.0,1.9,77.15,330.562727051664,11.14395834103728,10.152270159882288
+1999,1,21,11,30,151.0,236.0,311.0,2.0,-3.0,2.2,78.73,345.3646056751926,11.363905237539502,10.327811420513925
+1999,1,21,12,30,67.0,228.0,263.0,1.0,-3.0,3.1,78.06,274.5678882371043,8.012239653148136,7.188535988436822
+1999,1,21,13,30,14.0,167.0,173.0,1.0,-3.0,4.2,76.78,173.3511658101983,5.117842163455197,4.597788666024602
+1999,1,21,14,30,7.0,133.0,136.0,0.0,-3.0,4.7,80.57000000000002,134.32353646648713,3.0881602123433254,2.685189602943864
+1999,1,21,15,30,0.0,58.0,58.0,0.0,-4.0,4.6000000000000005,79.87,56.68831450209351,1.3118217060807988,1.1417567625745182
+1999,1,21,16,30,0.0,6.0,6.0,0.0,-4.0,4.6000000000000005,85.2,5.864308396768293,0.1357056937324964,0.11811276854219152
+1999,1,21,17,30,0.0,0.0,0.0,-1.0,-4.0,4.9,89.05,0.0,-1.0,-1.0
+1999,1,21,18,30,0.0,0.0,0.0,-1.0,-5.0,5.300000000000002,92.66,0.0,-1.0,-1.0
+1999,1,21,19,30,0.0,0.0,0.0,-2.0,-5.0,5.8000000000000025,90.04,0.0,-2.0,-2.0
+1999,1,21,20,30,0.0,0.0,0.0,-2.0,-5.0,6.4,94.16,0.0,-2.0,-2.0
+1999,1,21,21,30,0.0,0.0,0.0,-3.0,-6.0,6.6000000000000005,90.74,0.0,-3.0,-3.0
+1999,1,21,22,30,0.0,0.0,0.0,-3.0,-6.0,6.2,87.33,0.0,-3.0,-3.0
+1999,1,21,23,30,0.0,0.0,0.0,-3.0,-7.0,5.8000000000000025,90.72,0.0,-3.0,-3.0
+1999,1,22,0,30,0.0,0.0,0.0,-4.0,-7.0,5.2,86.51,0.0,-4.0,-4.0
+1999,1,22,1,30,0.0,0.0,0.0,-4.0,-8.0,4.5,87.37,0.0,-4.0,-4.0
+1999,1,22,2,30,0.0,0.0,0.0,-5.0,-9.0,3.8,80.52,0.0,-5.0,-5.0
+1999,1,22,3,30,0.0,0.0,0.0,-6.0,-11.0,3.3000000000000003,77.77,0.0,-6.0,-6.0
+1999,1,22,4,30,0.0,0.0,0.0,-6.0,-12.0,3.0,76.51,0.0,-6.0,-6.0
+1999,1,22,5,30,0.0,0.0,0.0,-7.0,-13.0,2.8000000000000003,69.59,0.0,-7.0,-7.0
+1999,1,22,6,30,0.0,0.0,0.0,-7.0,-14.0,2.8000000000000003,68.94,0.0,-7.0,-7.0
+1999,1,22,7,30,0.0,18.0,18.0,-5.0,-15.0,3.2,56.68,17.592925190304882,-4.553653908714185,-4.6064326842851
+1999,1,22,8,30,657.0,48.0,176.0,-2.0,-13.0,3.6,50.99,303.13912924358965,5.490451365976089,4.58103397824532
+1999,1,22,9,30,823.0,65.0,341.0,0.0,-11.0,4.2,50.24,526.6781461754082,12.510890634944468,10.930856196418244
+1999,1,22,10,30,915.0,70.0,471.0,0.0,-11.0,4.5,45.96,699.4740036118919,16.29255386049276,14.194131849657083
+1999,1,22,11,30,293.0,226.0,371.0,1.0,-10.0,4.5,44.6,444.1245329863651,11.344806007202877,10.01243240824378
+1999,1,22,12,30,977.0,66.0,562.0,1.0,-10.0,4.3,45.93,821.177004702632,20.379171774108237,17.91564076000034
+1999,1,22,13,30,959.0,64.0,514.0,1.0,-10.0,4.0,46.61,759.288494776537,19.27455513013254,16.99668964580293
+1999,1,22,14,30,908.0,59.0,407.0,0.0,-10.0,3.5,46.66,621.8199867855594,15.46655953484873,13.601099574492054
+1999,1,22,15,30,800.0,49.0,254.0,-1.0,-9.0,2.5,55.27,420.7992472132288,10.183419069949327,8.92102132830964
+1999,1,22,16,30,529.0,28.0,80.0,-3.0,-10.0,1.6,64.02,171.38675218379115,1.8370439939744596,1.3228837374230862
+1999,1,22,17,30,0.0,0.0,0.0,-4.0,-12.0,1.3,62.1,0.0,-4.0,-4.0
+1999,1,22,18,30,0.0,0.0,0.0,-5.0,-12.0,1.3,64.43,0.0,-5.0,-5.0
+1999,1,22,19,30,0.0,0.0,0.0,-5.0,-13.0,1.3,61.66,0.0,-5.0,-5.0
+1999,1,22,20,30,0.0,0.0,0.0,-5.0,-13.0,1.5,64.14,0.0,-5.0,-5.0
+1999,1,22,21,30,0.0,0.0,0.0,-6.0,-13.0,1.8,62.1,0.0,-6.0,-6.0
+1999,1,22,22,30,0.0,0.0,0.0,-6.0,-14.0,2.2,60.75,0.0,-6.0,-6.0
+1999,1,22,23,30,0.0,0.0,0.0,-6.0,-14.0,2.5,64.7,0.0,-6.0,-6.0
+1999,1,23,0,30,0.0,0.0,0.0,-6.0,-14.0,2.7,59.77,0.0,-6.0,-6.0
+1999,1,23,1,30,0.0,0.0,0.0,-5.0,-14.0,3.0,60.91,0.0,-5.0,-5.0
+1999,1,23,2,30,0.0,0.0,0.0,-5.0,-13.0,3.1,58.02,0.0,-5.0,-5.0
+1999,1,23,3,30,0.0,0.0,0.0,-4.0,-13.0,3.1,60.96,0.0,-4.0,-4.0
+1999,1,23,4,30,0.0,0.0,0.0,-4.0,-12.0,3.1,60.26,0.0,-4.0,-4.0
+1999,1,23,5,30,0.0,0.0,0.0,-3.0,-11.0,3.2,64.18,0.0,-3.0,-3.0
+1999,1,23,6,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,62.44000000000001,0.0,-2.0,-2.0
+1999,1,23,7,30,0.0,8.0,8.0,-1.0,-10.0,4.0,56.28,7.819077862357725,-0.8118104377381504,-0.8352676713252236
+1999,1,23,8,30,23.0,73.0,78.0,1.0,-9.0,4.6000000000000005,54.32,80.349390647234,2.8593615923704077,2.6183134204287057
+1999,1,23,9,30,4.0,117.0,118.0,3.0,-7.0,5.2,53.01,116.60882690925621,5.5950946672432105,5.245268186515442
+1999,1,23,10,30,420.0,172.0,358.0,6.0,-6.0,6.0,50.85,458.63001509767776,15.692409376519269,14.316519331226235
+1999,1,23,11,30,399.0,209.0,408.0,7.0,-5.0,6.6000000000000005,49.53,509.22216975320885,17.35527734199802,15.827610832738392
+1999,1,23,12,30,447.0,204.0,433.0,7.0,-5.0,6.9,46.4,546.7763032119344,17.908070893289857,16.267741983654055
+1999,1,23,13,30,594.0,143.0,424.0,7.0,-5.0,6.9,46.43,573.0193981238131,18.43161505216528,16.712556857793842
+1999,1,23,14,30,676.0,90.0,352.0,6.0,-5.0,6.2,50.68,509.96505248640847,16.639617193390993,15.109722035931767
+1999,1,23,15,30,621.0,60.0,222.0,4.0,-4.0,5.0,65.29,349.92243794498324,11.889246073844532,10.839478760009582
+1999,1,23,16,30,553.0,26.0,83.0,1.0,-5.0,4.1000000000000005,68.47,177.4787476160266,5.243619897092804,4.711183654244724
+1999,1,23,17,30,0.0,0.0,0.0,0.0,-6.0,4.1000000000000005,68.77,0.0,0.0,0.0
+1999,1,23,18,30,0.0,0.0,0.0,0.0,-6.0,4.3,67.01,0.0,0.0,0.0
+1999,1,23,19,30,0.0,0.0,0.0,0.0,-6.0,4.5,65.63,0.0,0.0,0.0
+1999,1,23,20,30,0.0,0.0,0.0,0.0,-6.0,4.7,65.85,0.0,0.0,0.0
+1999,1,23,21,30,0.0,0.0,0.0,0.0,-6.0,4.6000000000000005,67.66,0.0,0.0,0.0
+1999,1,23,22,30,0.0,0.0,0.0,0.0,-5.0,4.4,69.61,0.0,0.0,0.0
+1999,1,23,23,30,0.0,0.0,0.0,1.0,-5.0,4.0,71.45,0.0,1.0,1.0
+1999,1,24,0,30,0.0,0.0,0.0,1.0,-5.0,3.6,72.97,0.0,1.0,1.0
+1999,1,24,1,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,74.04,0.0,1.0,1.0
+1999,1,24,2,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,74.57000000000002,0.0,0.0,0.0
+1999,1,24,3,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.73,0.0,0.0,0.0
+1999,1,24,4,30,0.0,0.0,0.0,0.0,-4.0,3.7,75.94,0.0,0.0,0.0
+1999,1,24,5,30,0.0,0.0,0.0,0.0,-4.0,3.5,74.48,0.0,0.0,0.0
+1999,1,24,6,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.98,0.0,0.0,0.0
+1999,1,24,7,30,0.0,1.0,1.0,0.0,-5.0,2.8000000000000003,68.46000000000001,0.9773847327947156,0.025462888914735984,0.02253073471635184
+1999,1,24,8,30,0.0,12.0,12.0,1.0,-4.0,2.9000000000000004,73.19,11.728616793536586,1.3035344860006104,1.2683486356200007
+1999,1,24,9,30,0.0,36.0,36.0,2.0,-4.0,3.2,73.61,35.185850380609764,2.892692182571628,2.7871346314297987
+1999,1,24,10,30,0.0,41.0,41.0,4.0,-4.0,3.6,68.87,40.07277404458334,4.990182843863427,4.869964521729677
+1999,1,24,11,30,0.0,41.0,41.0,5.0,-4.0,4.3,63.83,40.07277404458334,5.945687917742197,5.825469595608447
+1999,1,24,12,30,0.0,92.0,92.0,6.0,-4.0,5.1000000000000005,59.38,89.91939541711383,8.014163429179328,7.744405242927987
+1999,1,24,13,30,0.0,72.0,72.0,6.0,-4.0,5.300000000000002,55.33,70.37170076121953,7.555976831921124,7.344861729637466
+1999,1,24,14,30,0.0,63.0,63.0,5.0,-4.0,4.7,59.28,61.57523816606709,6.415643196808289,6.230917482310088
+1999,1,24,15,30,0.0,35.0,35.0,3.0,-3.0,3.8,71.11,34.20846564781505,3.8342213800786653,3.7315959831352203
+1999,1,24,16,30,0.0,23.0,23.0,1.0,-4.0,3.4000000000000004,77.59,22.47984885427846,1.5628440365745204,1.495404490011685
+1999,1,24,17,30,0.0,0.0,0.0,0.0,-5.0,3.1,75.96000000000002,0.0,0.0,0.0
+1999,1,24,18,30,0.0,0.0,0.0,-1.0,-6.0,2.9000000000000004,78.43,0.0,-1.0,-1.0
+1999,1,24,19,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,81.33,0.0,-2.0,-2.0
+1999,1,24,20,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,79.21000000000002,0.0,-2.0,-2.0
+1999,1,24,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,78.02,0.0,-1.0,-1.0
+1999,1,24,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,77.53,0.0,-1.0,-1.0
+1999,1,24,23,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,77.03,0.0,-1.0,-1.0
+1999,1,25,0,30,0.0,0.0,0.0,-1.0,-7.0,2.4000000000000004,76.35000000000002,0.0,-1.0,-1.0
+1999,1,25,1,30,0.0,0.0,0.0,-1.0,-7.0,2.5,76.10000000000002,0.0,-1.0,-1.0
+1999,1,25,2,30,0.0,0.0,0.0,-1.0,-7.0,2.7,71.46000000000002,0.0,-1.0,-1.0
+1999,1,25,3,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,73.49,0.0,-1.0,-1.0
+1999,1,25,4,30,0.0,0.0,0.0,-1.0,-6.0,2.7,75.53,0.0,-1.0,-1.0
+1999,1,25,5,30,0.0,0.0,0.0,0.0,-6.0,2.4000000000000004,76.79,0.0,0.0,0.0
+1999,1,25,6,30,0.0,0.0,0.0,0.0,-6.0,2.2,71.88,0.0,0.0,0.0
+1999,1,25,7,30,0.0,22.0,22.0,0.0,-6.0,2.1,67.53,21.502464121483747,0.5869017713121023,0.5223943789476511
+1999,1,25,8,30,677.0,46.0,182.0,2.0,-5.0,2.0,67.5,311.53354162597054,10.560170139927981,9.62556951505007
+1999,1,25,9,30,584.0,94.0,295.0,4.0,-4.0,1.6,68.86,423.48809493270187,15.952093846303958,14.681629561505853
+1999,1,25,10,30,301.0,195.0,330.0,5.0,-2.0,1.2000000000000002,66.87,400.0760739544171,16.598656981311354,15.398428759448104
+1999,1,25,11,30,178.0,243.0,333.0,6.0,-1.0,1.0,67.18,374.42705829773973,17.002140113897017,15.878858939003798
+1999,1,25,12,30,197.0,249.0,351.0,7.0,-1.0,0.8,68.53,397.54537409741357,18.83996526788809,17.647329145595847
+1999,1,25,13,30,153.0,228.0,302.0,6.0,-1.0,0.5,69.65,335.333046236366,16.191481246018956,15.18548210730986
+1999,1,25,14,30,93.0,175.0,211.0,5.0,0.0,0.4,78.55,229.64571508245186,12.026775470376222,11.337838325128867
+1999,1,25,15,30,0.0,73.0,73.0,3.0,0.0,0.5,88.57000000000002,71.34908549401425,5.168449769249111,4.954402512767069
+1999,1,25,16,30,0.0,10.0,10.0,2.0,-1.0,1.0,87.14,9.773847327947157,2.2871940885971,2.2578725466132585
+1999,1,25,17,30,0.0,0.0,0.0,1.0,-2.0,1.6,82.87,0.0,1.0,1.0
+1999,1,25,18,30,0.0,0.0,0.0,1.0,-2.0,2.0,81.45,0.0,1.0,1.0
+1999,1,25,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.12,0.0,2.0,2.0
+1999,1,25,20,30,0.0,0.0,0.0,2.0,-2.0,2.5,80.83,0.0,2.0,2.0
+1999,1,25,21,30,0.0,0.0,0.0,2.0,-3.0,2.8000000000000003,79.54,0.0,2.0,2.0
+1999,1,25,22,30,0.0,0.0,0.0,2.0,-3.0,3.0,77.97,0.0,2.0,2.0
+1999,1,25,23,30,0.0,0.0,0.0,2.0,-3.0,3.4000000000000004,76.47,0.0,2.0,2.0
+1999,1,26,0,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.59,0.0,2.0,2.0
+1999,1,26,1,30,0.0,0.0,0.0,2.0,-4.0,3.6,72.5,0.0,2.0,2.0
+1999,1,26,2,30,0.0,0.0,0.0,2.0,-4.0,3.5,70.41,0.0,2.0,2.0
+1999,1,26,3,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,68.84,0.0,2.0,2.0
+1999,1,26,4,30,0.0,0.0,0.0,1.0,-5.0,3.1,67.96000000000001,0.0,1.0,1.0
+1999,1,26,5,30,0.0,0.0,0.0,0.0,-5.0,3.1,65.25,0.0,0.0,0.0
+1999,1,26,6,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,65.78,0.0,0.0,0.0
+1999,1,26,7,30,0.0,23.0,23.0,1.0,-6.0,4.6000000000000005,60.54,22.47984885427846,1.520205159307903,1.4527656127450674
+1999,1,26,8,30,633.0,51.0,180.0,4.0,-4.0,5.9,59.97,299.9997491608676,10.380966758739993,9.48096751125739
+1999,1,26,9,30,791.0,70.0,344.0,5.0,-4.0,7.5,59.32,519.0293653187915,14.967415992741323,13.410327896784949
+1999,1,26,10,30,908.0,72.0,481.0,5.0,-4.0,9.6,56.57,704.3277534170365,16.862754348932405,14.749771088681294
+1999,1,26,11,30,162.0,246.0,330.0,4.0,-8.0,10.4,49.94,365.47757586210423,9.86099145303669,8.764558725450376
+1999,1,26,12,30,1013.0,61.0,589.0,4.0,-9.0,10.2,45.02,855.256867713923,17.883855207444647,15.318084604302879
+1999,1,26,13,30,997.0,59.0,542.0,3.0,-10.0,9.9,43.66,793.6082614216828,16.12205863296834,13.741233848703294
+1999,1,26,14,30,956.0,54.0,435.0,2.0,-10.0,9.4,45.94,658.1172800730253,13.222128417766873,11.247776577547798
+1999,1,26,15,30,866.0,45.0,280.0,1.0,-10.0,8.3,44.39,457.765963989507,9.358947982265944,7.985650090297423
+1999,1,26,16,30,628.0,28.0,99.0,0.0,-10.0,6.9,50.82,205.18595308630853,4.093416099828973,3.4778582405700473
+1999,1,26,17,30,0.0,0.0,0.0,-1.0,-10.0,6.1000000000000005,55.11,0.0,-1.0,-1.0
+1999,1,26,18,30,0.0,0.0,0.0,-1.0,-10.0,5.9,54.97,0.0,-1.0,-1.0
+1999,1,26,19,30,0.0,0.0,0.0,-1.0,-10.0,5.6000000000000005,58.99,0.0,-1.0,-1.0
+1999,1,26,20,30,0.0,0.0,0.0,-2.0,-10.0,5.4,59.33,0.0,-2.0,-2.0
+1999,1,26,21,30,0.0,0.0,0.0,-2.0,-10.0,5.0,59.83,0.0,-2.0,-2.0
+1999,1,26,22,30,0.0,0.0,0.0,-2.0,-10.0,4.6000000000000005,60.05,0.0,-2.0,-2.0
+1999,1,26,23,30,0.0,0.0,0.0,-2.0,-10.0,4.3,59.83,0.0,-2.0,-2.0
+1999,1,27,0,30,0.0,0.0,0.0,-2.0,-10.0,3.9,64.38,0.0,-2.0,-2.0
+1999,1,27,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,64.18,0.0,-2.0,-2.0
+1999,1,27,2,30,0.0,0.0,0.0,-2.0,-10.0,3.4000000000000004,63.56,0.0,-2.0,-2.0
+1999,1,27,3,30,0.0,0.0,0.0,-3.0,-11.0,3.3000000000000003,62.51,0.0,-3.0,-3.0
+1999,1,27,4,30,0.0,0.0,0.0,-3.0,-11.0,3.2,61.36,0.0,-3.0,-3.0
+1999,1,27,5,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,64.51,0.0,-3.0,-3.0
+1999,1,27,6,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,62.5,0.0,-3.0,-3.0
+1999,1,27,7,30,318.0,16.0,27.0,-2.0,-12.0,3.0,57.52,75.95310114396118,-0.047332145222706595,-0.2751914486545901
+1999,1,27,8,30,747.0,44.0,199.0,0.0,-11.0,3.1,47.58,339.3427019505269,8.66653550020766,7.64850739435608
+1999,1,27,9,30,890.0,58.0,369.0,0.0,-11.0,2.4000000000000004,42.74,565.4109980079517,15.127064152278823,13.430831158254968
+1999,1,27,10,30,614.0,130.0,409.0,1.0,-11.0,1.6,42.56,557.1630022492259,16.724797391599544,15.053308384851867
+1999,1,27,11,30,657.0,144.0,482.0,2.0,-11.0,1.1,42.5,649.533368884063,20.957797332659858,19.009197226007668
+1999,1,27,12,30,240.0,250.0,377.0,3.0,-11.0,0.8,42.04,433.5393087798891,15.911960980233406,14.611343053893739
+1999,1,27,13,30,214.0,229.0,334.0,2.0,-11.0,0.8,41.64,382.42895072206625,13.389757720774366,12.242470868608168
+1999,1,27,14,30,0.0,128.0,129.0,1.0,-11.0,0.9,41.89,125.11278422012536,4.701156170972076,4.3258178183117
+1999,1,27,15,30,358.0,99.0,198.0,0.0,-10.0,0.9,49.03,268.8699716802487,7.9538614784768376,7.147251563436091
+1999,1,27,16,30,0.0,29.0,29.0,-1.0,-9.0,1.1,62.8,28.344157251046756,-0.17272489071104585,-0.2577573624641861
+1999,1,27,17,30,0.0,0.0,0.0,-2.0,-9.0,1.4,65.49,0.0,-2.0,-2.0
+1999,1,27,18,30,0.0,0.0,0.0,-2.0,-9.0,1.5,72.46000000000002,0.0,-2.0,-2.0
+1999,1,27,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.52,0.0,-3.0,-3.0
+1999,1,27,20,30,0.0,0.0,0.0,-4.0,-9.0,1.3,77.83,0.0,-4.0,-4.0
+1999,1,27,21,30,0.0,0.0,0.0,-4.0,-9.0,1.4,82.85000000000002,0.0,-4.0,-4.0
+1999,1,27,22,30,0.0,0.0,0.0,-5.0,-9.0,1.3,80.99,0.0,-5.0,-5.0
+1999,1,27,23,30,0.0,0.0,0.0,-5.0,-10.0,1.0,78.13,0.0,-5.0,-5.0
+1999,1,28,0,30,0.0,0.0,0.0,-5.0,-10.0,0.6000000000000001,80.77,0.0,-5.0,-5.0
+1999,1,28,1,30,0.0,0.0,0.0,-6.0,-11.0,0.4,77.61,0.0,-6.0,-6.0
+1999,1,28,2,30,0.0,0.0,0.0,-7.0,-11.0,0.8,79.33,0.0,-7.0,-7.0
+1999,1,28,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,74.27,0.0,-7.0,-7.0
+1999,1,28,4,30,0.0,0.0,0.0,-7.0,-13.0,1.4,74.93,0.0,-7.0,-7.0
+1999,1,28,5,30,0.0,0.0,0.0,-8.0,-14.0,1.6,69.5,0.0,-8.0,-8.0
+1999,1,28,6,30,0.0,0.0,0.0,-7.0,-15.0,2.0,64.73,0.0,-7.0,-7.0
+1999,1,28,7,30,300.0,17.0,29.0,-6.0,-16.0,2.6,51.44,73.84670184668089,-4.050413795243567,-4.271953900783609
+1999,1,28,8,30,737.0,51.0,206.0,-3.0,-16.0,2.3000000000000003,41.36,343.39032648876264,6.248507166641314,5.2183361871750265
+1999,1,28,9,30,892.0,70.0,384.0,0.0,-13.0,1.6,40.32,580.0621834129274,16.37108040533,14.63089385509122
+1999,1,28,10,30,962.0,81.0,521.0,1.0,-12.0,1.5,38.71,755.3141974433873,22.460635278650233,20.19469268632007
+1999,1,28,11,30,993.0,86.0,601.0,2.0,-11.0,1.4,40.78,855.7003239013362,26.47659863240222,23.90949766069821
+1999,1,28,12,30,998.0,87.0,616.0,3.0,-11.0,1.0,38.5,874.6197460181696,28.69976923094346,26.075909992888953
+1999,1,28,13,30,979.0,83.0,565.0,4.0,-11.0,0.7000000000000001,38.25,809.6465811166236,28.276687371368784,25.84774762801891
+1999,1,28,14,30,931.0,74.0,453.0,3.0,-11.0,0.9,41.11,667.4619539994304,22.745231834883043,20.74284597288475
+1999,1,28,15,30,830.0,59.0,292.0,1.0,-10.0,1.1,50.1,459.1245114019143,14.400373028668172,13.022999494462429
+1999,1,28,16,30,587.0,34.0,105.0,-1.0,-9.0,1.0,61.16,202.62837378342147,4.95401884028251,4.346133718932245
+1999,1,28,17,30,0.0,0.0,0.0,-2.0,-11.0,0.9,57.77,0.0,-2.0,-2.0
+1999,1,28,18,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,62.82,0.0,-3.0,-3.0
+1999,1,28,19,30,0.0,0.0,0.0,-3.0,-11.0,1.0,67.43,0.0,-3.0,-3.0
+1999,1,28,20,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,65.73,0.0,-4.0,-4.0
+1999,1,28,21,30,0.0,0.0,0.0,-4.0,-11.0,1.0,69.34,0.0,-4.0,-4.0
+1999,1,28,22,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.06,0.0,-4.0,-4.0
+1999,1,28,23,30,0.0,0.0,0.0,-5.0,-12.0,1.0,64.94,0.0,-5.0,-5.0
+1999,1,29,0,30,0.0,0.0,0.0,-5.0,-12.0,1.1,62.91,0.0,-5.0,-5.0
+1999,1,29,1,30,0.0,0.0,0.0,-5.0,-13.0,1.1,64.58,0.0,-5.0,-5.0
+1999,1,29,2,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,60.94,0.0,-5.0,-5.0
+1999,1,29,3,30,0.0,0.0,0.0,-6.0,-15.0,1.2000000000000002,56.56,0.0,-6.0,-6.0
+1999,1,29,4,30,0.0,0.0,0.0,-6.0,-15.0,1.3,53.26,0.0,-6.0,-6.0
+1999,1,29,5,30,0.0,0.0,0.0,-6.0,-16.0,1.4,51.4,0.0,-6.0,-6.0
+1999,1,29,6,30,0.0,0.0,0.0,-6.0,-16.0,1.4,50.04,0.0,-6.0,-6.0
+1999,1,29,7,30,0.0,15.0,15.0,-4.0,-16.0,1.3,44.72,14.660770991920735,-3.577814884790273,-3.6217971977660355
+1999,1,29,8,30,73.0,84.0,99.0,-1.0,-15.0,1.5,34.11,111.29368336027981,2.162171657168629,1.8282906070877898
+1999,1,29,9,30,909.0,68.0,392.0,1.0,-14.0,1.9,33.09,589.7503539029553,17.313553302873718,15.544302241164852
+1999,1,29,10,30,967.0,81.0,527.0,3.0,-11.0,1.9,38.36,761.1783236037245,24.055558632432376,21.7720236616212
+1999,1,29,11,30,991.0,87.0,605.0,4.0,-11.0,1.3,36.12,857.8196400489765,28.70256739995613,26.1291084798092
+1999,1,29,12,30,994.0,88.0,619.0,5.0,-11.0,0.9,33.14,875.3414329673409,30.894838537319284,28.26881423841726
+1999,1,29,13,30,817.0,91.0,496.0,6.0,-11.0,1.1,33.660000000000004,699.3878158002462,26.41288885843111,24.31472541103037
+1999,1,29,14,30,732.0,85.0,385.0,5.0,-10.0,1.3,37.88,553.2196568423477,20.931024684103118,19.271365713576074
+1999,1,29,15,30,570.0,74.0,236.0,2.0,-7.0,1.3,52.64,349.69611757309923,12.07017269196502,11.021084339245723
+1999,1,29,16,30,232.0,46.0,75.0,0.0,-8.0,1.3,55.58,112.53786737332187,3.2407444689399827,2.903130866820017
+1999,1,29,17,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.41,0.0,0.0,0.0
+1999,1,29,18,30,0.0,0.0,0.0,0.0,-9.0,0.8,59.7,0.0,0.0,0.0
+1999,1,29,19,30,0.0,0.0,0.0,-1.0,-9.0,0.4,60.24,0.0,-1.0,-1.0
+1999,1,29,20,30,0.0,0.0,0.0,-1.0,-9.0,0.30000000000000004,61.13,0.0,-1.0,-1.0
+1999,1,29,21,30,0.0,0.0,0.0,-1.0,-9.0,0.5,61.64,0.0,-1.0,-1.0
+1999,1,29,22,30,0.0,0.0,0.0,-1.0,-9.0,0.8,61.2,0.0,-1.0,-1.0
+1999,1,29,23,30,0.0,0.0,0.0,-1.0,-9.0,1.0,59.66,0.0,-1.0,-1.0
+1999,1,30,0,30,0.0,0.0,0.0,-1.0,-10.0,1.0,57.56,0.0,-1.0,-1.0
+1999,1,30,1,30,0.0,0.0,0.0,-1.0,-10.0,1.0,55.53,0.0,-1.0,-1.0
+1999,1,30,2,30,0.0,0.0,0.0,-1.0,-11.0,1.1,53.05,0.0,-1.0,-1.0
+1999,1,30,3,30,0.0,0.0,0.0,-1.0,-11.0,1.1,54.57,0.0,-1.0,-1.0
+1999,1,30,4,30,0.0,0.0,0.0,-1.0,-12.0,1.2000000000000002,51.45,0.0,-1.0,-1.0
+1999,1,30,5,30,0.0,0.0,0.0,-1.0,-13.0,1.2000000000000002,44.92,0.0,-1.0,-1.0
+1999,1,30,6,30,0.0,0.0,0.0,-1.0,-13.0,1.1,43.44,0.0,-1.0,-1.0
+1999,1,30,7,30,302.0,18.0,31.0,0.0,-12.0,1.3,43.85,75.93051643271971,2.1865653481489944,1.9587737988508351
+1999,1,30,8,30,0.0,35.0,35.0,1.0,-10.0,1.4,43.73,34.20846564781505,1.9785048107431022,1.875879413799657
+1999,1,30,9,30,0.0,79.0,79.0,4.0,-8.0,1.3,48.23,77.21339389078254,6.223508273437896,5.991868091765548
+1999,1,30,10,30,0.0,122.0,122.0,5.0,-5.0,1.5,54.97,119.2409374009553,8.387975860255251,8.030253048052385
+1999,1,30,11,30,18.0,194.0,204.0,6.0,-3.0,2.0,58.3,203.7028816999992,11.59725067241444,10.986142027314441
+1999,1,30,12,30,5.0,159.0,162.0,7.0,-2.0,2.4000000000000004,62.4,159.3917845637848,11.264384242502246,10.786208888810892
+1999,1,30,13,30,88.0,231.0,276.0,6.0,-2.0,2.7,64.22,291.8042492218351,13.652742605378034,12.777329857712528
+1999,1,30,14,30,138.0,188.0,246.0,5.0,-2.0,2.6,69.64,272.80859707963407,12.202269892969039,11.383844101730137
+1999,1,30,15,30,0.0,91.0,91.0,3.0,-1.0,1.8,80.82000000000002,88.94201068431913,5.47680852118026,5.209982489127302
+1999,1,30,16,30,0.0,33.0,33.0,1.0,-2.0,1.1,89.44,32.25369618222562,1.9413820209150165,1.8446209323683398
+1999,1,30,17,30,0.0,0.0,0.0,0.0,-3.0,0.9,87.95,0.0,0.0,0.0
+1999,1,30,18,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,92.72,0.0,0.0,0.0
+1999,1,30,19,30,0.0,0.0,0.0,-1.0,-4.0,0.7000000000000001,91.16,0.0,-1.0,-1.0
+1999,1,30,20,30,0.0,0.0,0.0,-1.0,-4.0,0.9,96.75,0.0,-1.0,-1.0
+1999,1,30,21,30,0.0,0.0,0.0,-1.0,-4.0,1.0,95.19,0.0,-1.0,-1.0
+1999,1,30,22,30,0.0,0.0,0.0,-1.0,-4.0,1.0,93.39,0.0,-1.0,-1.0
+1999,1,30,23,30,0.0,0.0,0.0,-1.0,-5.0,1.0,91.74,0.0,-1.0,-1.0
+1999,1,31,0,30,0.0,0.0,0.0,-2.0,-5.0,1.0,89.65,0.0,-2.0,-2.0
+1999,1,31,1,30,0.0,0.0,0.0,-2.0,-5.0,1.0,86.92,0.0,-2.0,-2.0
+1999,1,31,2,30,0.0,0.0,0.0,-2.0,-6.0,1.1,90.32,0.0,-2.0,-2.0
+1999,1,31,3,30,0.0,0.0,0.0,-2.0,-6.0,1.3,86.93,0.0,-2.0,-2.0
+1999,1,31,4,30,0.0,0.0,0.0,-3.0,-7.0,1.5,83.26,0.0,-3.0,-3.0
+1999,1,31,5,30,0.0,0.0,0.0,-3.0,-8.0,1.6,79.28,0.0,-3.0,-3.0
+1999,1,31,6,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,75.92,0.0,-2.0,-2.0
+1999,1,31,7,30,0.0,35.0,35.0,-1.0,-8.0,2.3000000000000003,64.61,34.20846564781505,-0.07866583506109895,-0.1812912320045441
+1999,1,31,8,30,751.0,49.0,214.0,1.0,-8.0,2.7,53.67,350.95868866255927,10.204103492728025,9.151227426740348
+1999,1,31,9,30,772.0,63.0,343.0,4.0,-6.0,2.2,52.84,509.35747659992194,17.810260416203707,16.28218798640394
+1999,1,31,10,30,775.0,93.0,457.0,6.0,-5.0,1.8,48.27,641.4029163181119,23.861437991154517,21.937229242200182
+1999,1,31,11,30,909.0,78.0,560.0,8.0,-5.0,1.1,45.7,790.1510597781146,31.06197706084849,28.691523881514147
+1999,1,31,12,30,988.0,84.0,620.0,9.0,-5.0,0.5,41.97,872.5518367370591,35.518697694998465,32.901042184787286
+1999,1,31,13,30,970.0,80.0,569.0,9.0,-6.0,0.7000000000000001,41.38,808.9034414649499,33.25440484783602,30.827694523441174
+1999,1,31,14,30,814.0,69.0,410.0,8.0,-5.0,1.0,45.78,595.21731640601,25.489826571532873,23.70417462231484
+1999,1,31,15,30,670.0,65.0,261.0,5.0,-2.0,0.8,69.8,393.4853293078146,16.71904626737384,15.538590279450396
+1999,1,31,16,30,594.0,35.0,114.0,1.0,-4.0,0.6000000000000001,73.98,210.42530669112202,7.352202333008065,6.720926412934698
+1999,1,31,17,30,0.0,0.0,0.0,0.0,-5.0,0.7000000000000001,73.7,0.0,0.0,0.0
+1999,1,31,18,30,0.0,0.0,0.0,0.0,-5.0,1.4,76.65,0.0,0.0,0.0
+1999,1,31,19,30,0.0,0.0,0.0,0.0,-6.0,2.2,77.11,0.0,0.0,0.0
+1999,1,31,20,30,0.0,0.0,0.0,-1.0,-7.0,2.8000000000000003,68.9,0.0,-1.0,-1.0
+1999,1,31,21,30,0.0,0.0,0.0,-1.0,-9.0,3.0,60.81,0.0,-1.0,-1.0
+1999,1,31,22,30,0.0,0.0,0.0,-1.0,-10.0,2.9000000000000004,54.92,0.0,-1.0,-1.0
+1999,1,31,23,30,0.0,0.0,0.0,-1.0,-11.0,2.7,55.28,0.0,-1.0,-1.0
+1999,2,1,0,30,0.0,0.0,0.0,-2.0,-12.0,2.7,53.34,0.0,-2.0,-2.0
+1999,2,1,1,30,0.0,0.0,0.0,-2.0,-12.0,2.8000000000000003,56.09,0.0,-2.0,-2.0
+1999,2,1,2,30,0.0,0.0,0.0,-2.0,-12.0,3.0,55.03,0.0,-2.0,-2.0
+1999,2,1,3,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,54.64,0.0,-2.0,-2.0
+1999,2,1,4,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.86,0.0,-2.0,-2.0
+1999,2,1,5,30,0.0,0.0,0.0,-2.0,-13.0,3.4000000000000004,52.9,0.0,-2.0,-2.0
+1999,2,1,6,30,0.0,0.0,0.0,-2.0,-13.0,3.7,48.46,0.0,-2.0,-2.0
+1999,2,1,7,30,0.0,30.0,30.0,-1.0,-12.0,4.3,43.33,29.32154198384147,-0.3080332309203433,-0.3959978568718677
+1999,2,1,8,30,528.0,58.0,176.0,1.0,-11.0,5.2,43.21,270.77189156550617,7.025947695947744,6.213632021251226
+1999,2,1,9,30,385.0,139.0,280.0,3.0,-9.0,5.9,46.64,360.04628344709033,10.658150957492342,9.578012107151071
+1999,2,1,10,30,68.0,211.0,243.0,4.0,-8.0,6.2,44.95,254.70636870743397,9.314047004893588,8.549927898771287
+1999,2,1,11,30,19.0,199.0,209.0,4.0,-8.0,6.3000000000000025,45.31,209.47506018497762,8.342407445809801,7.713982265254868
+1999,2,1,12,30,163.0,267.0,356.0,4.0,-8.0,6.3000000000000025,49.47,391.86252286349884,12.123290359786237,10.947702791195741
+1999,2,1,13,30,640.0,146.0,471.0,3.0,-7.0,5.9,51.44,626.7949891721282,16.331871115357092,14.451486147840706
+1999,2,1,14,30,756.0,83.0,403.0,2.0,-7.0,5.0,57.42,573.6078563811246,14.932390261846152,13.211566692702778
+1999,2,1,15,30,418.0,100.0,224.0,1.0,-7.0,3.6,57.78,304.8119561307173,8.531786275372289,7.617350406980138
+1999,2,1,16,30,474.0,47.0,112.0,0.0,-7.0,2.2,65.9,187.82066511872097,5.092400555595421,4.528938560239258
+1999,2,1,17,30,0.0,0.0,0.0,-1.0,-8.0,1.6,73.16,0.0,-1.0,-1.0
+1999,2,1,18,30,0.0,0.0,0.0,-2.0,-8.0,1.4,70.9,0.0,-2.0,-2.0
+1999,2,1,19,30,0.0,0.0,0.0,-2.0,-8.0,1.5,68.76,0.0,-2.0,-2.0
+1999,2,1,20,30,0.0,0.0,0.0,-2.0,-9.0,1.7000000000000002,66.1,0.0,-2.0,-2.0
+1999,2,1,21,30,0.0,0.0,0.0,-2.0,-10.0,2.0,67.23,0.0,-2.0,-2.0
+1999,2,1,22,30,0.0,0.0,0.0,-3.0,-10.0,2.5,62.91,0.0,-3.0,-3.0
+1999,2,1,23,30,0.0,0.0,0.0,-3.0,-11.0,2.8000000000000003,59.28,0.0,-3.0,-3.0
+1999,2,2,0,30,0.0,0.0,0.0,-3.0,-12.0,2.9000000000000004,61.09,0.0,-3.0,-3.0
+1999,2,2,1,30,0.0,0.0,0.0,-4.0,-12.0,3.0,58.47,0.0,-4.0,-4.0
+1999,2,2,2,30,0.0,0.0,0.0,-4.0,-13.0,3.0,60.0,0.0,-4.0,-4.0
+1999,2,2,3,30,0.0,0.0,0.0,-5.0,-13.0,3.2,57.55,0.0,-5.0,-5.0
+1999,2,2,4,30,0.0,0.0,0.0,-5.0,-14.0,3.2,55.52,0.0,-5.0,-5.0
+1999,2,2,5,30,0.0,0.0,0.0,-4.0,-14.0,3.1,53.77,0.0,-4.0,-4.0
+1999,2,2,6,30,0.0,0.0,0.0,-4.0,-14.0,3.0,49.07,0.0,-4.0,-4.0
+1999,2,2,7,30,109.0,20.0,26.0,-2.0,-14.0,3.5,47.77,41.07082166468123,-0.9784434049704959,-1.1016558699645396
+1999,2,2,8,30,536.0,58.0,179.0,0.0,-13.0,4.3,43.02,275.0732454362787,6.491525752966562,5.666306016657726
+1999,2,2,9,30,769.0,65.0,350.0,1.0,-14.0,4.7,35.21,513.1378968624174,12.797277515332624,11.257863824745371
+1999,2,2,10,30,845.0,78.0,481.0,3.0,-14.0,4.9,33.1,680.9131612793584,18.451855582739533,16.409116098901457
+1999,2,2,11,30,972.0,92.0,615.0,4.0,-13.0,4.800000000000002,32.35,858.9108538250701,23.618464189186408,21.041731627711197
+1999,2,2,12,30,980.0,91.0,630.0,5.0,-12.0,4.800000000000002,32.97,878.9443943659131,25.076052186744985,22.439219003647246
+1999,2,2,13,30,968.0,85.0,581.0,5.0,-11.0,4.9,35.53,818.2858464649377,23.569232383787803,21.11437484439299
+1999,2,2,14,30,927.0,74.0,471.0,4.0,-10.0,4.5,40.86,679.050033617368,19.816826915012875,17.779676814160773
+1999,2,2,15,30,448.0,98.0,233.0,2.0,-9.0,3.6,49.7,319.0259948357632,9.883009708321763,8.925931723814474
+1999,2,2,16,30,43.0,52.0,58.0,0.0,-9.0,3.4000000000000004,53.43,63.80901007260732,1.597631773767693,1.406204743549871
+1999,2,2,17,30,0.0,0.0,0.0,0.0,-10.0,4.2,53.52,0.0,0.0,0.0
+1999,2,2,18,30,0.0,0.0,0.0,0.0,-10.0,5.2,51.95,0.0,0.0,0.0
+1999,2,2,19,30,0.0,0.0,0.0,0.0,-10.0,6.2,50.38,0.0,0.0,0.0
+1999,2,2,20,30,0.0,0.0,0.0,0.0,-11.0,7.6,48.87000000000001,0.0,0.0,0.0
+1999,2,2,21,30,0.0,0.0,0.0,0.0,-11.0,9.1,47.62,0.0,0.0,0.0
+1999,2,2,22,30,0.0,0.0,0.0,0.0,-11.0,9.4,48.22,0.0,0.0,0.0
+1999,2,2,23,30,0.0,0.0,0.0,0.0,-11.0,9.0,50.11,0.0,0.0,0.0
+1999,2,3,0,30,0.0,0.0,0.0,0.0,-10.0,8.8,52.0,0.0,0.0,0.0
+1999,2,3,1,30,0.0,0.0,0.0,0.0,-10.0,8.700000000000001,53.18,0.0,0.0,0.0
+1999,2,3,2,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.34,0.0,0.0,0.0
+1999,2,3,3,30,0.0,0.0,0.0,0.0,-10.0,8.9,53.15,0.0,0.0,0.0
+1999,2,3,4,30,0.0,0.0,0.0,0.0,-10.0,8.5,53.62000000000001,0.0,0.0,0.0
+1999,2,3,5,30,0.0,0.0,0.0,0.0,-10.0,7.8000000000000025,53.95,0.0,0.0,0.0
+1999,2,3,6,30,0.0,0.0,0.0,0.0,-10.0,7.4,53.63,0.0,0.0,0.0
+1999,2,3,7,30,387.0,20.0,42.0,0.0,-10.0,7.8000000000000025,48.66,96.57549995091898,1.8198142477919559,1.530087747939199
+1999,2,3,8,30,771.0,47.0,223.0,1.0,-10.0,8.6,43.57,361.64830615004087,7.481021926755634,6.396077008305512
+1999,2,3,9,30,911.0,59.0,400.0,2.0,-11.0,8.9,41.49,592.4946921157406,12.421280736159844,10.643796659812622
+1999,2,3,10,30,690.0,120.0,452.0,2.0,-11.0,8.6,40.45,612.9206745569559,12.98402028604396,11.145258262373092
+1999,2,3,11,30,555.0,185.0,486.0,3.0,-12.0,8.3,37.23,621.534134967449,14.349405399468832,12.484802994566486
+1999,2,3,12,30,537.0,196.0,494.0,4.0,-11.0,7.8000000000000025,37.34,626.113691495696,15.798133243944367,13.91979216945728
+1999,2,3,13,30,551.0,171.0,456.0,4.0,-11.0,7.0,37.53,587.3468754056538,15.643058937962074,13.881018311745112
+1999,2,3,14,30,543.0,139.0,373.0,3.0,-11.0,5.6000000000000005,41.34,492.90784076424904,13.68902166155412,12.210298139261374
+1999,2,3,15,30,869.0,50.0,315.0,1.0,-10.0,3.2,44.0,484.42015977912786,13.290113356283541,11.836852876946157
+1999,2,3,16,30,308.0,47.0,91.0,0.0,-9.0,1.1,56.52,139.75795360859888,4.079086752218904,3.659812891393108
+1999,2,3,17,30,0.0,0.0,0.0,-1.0,-10.0,0.4,61.07,0.0,-1.0,-1.0
+1999,2,3,18,30,0.0,0.0,0.0,-2.0,-10.0,0.7000000000000001,59.66,0.0,-2.0,-2.0
+1999,2,3,19,30,0.0,0.0,0.0,-2.0,-11.0,1.4,62.39,0.0,-2.0,-2.0
+1999,2,3,20,30,0.0,0.0,0.0,-3.0,-11.0,2.2,59.9,0.0,-3.0,-3.0
+1999,2,3,21,30,0.0,0.0,0.0,-3.0,-11.0,3.1,58.17,0.0,-3.0,-3.0
+1999,2,3,22,30,0.0,0.0,0.0,-2.0,-12.0,3.7,57.17,0.0,-2.0,-2.0
+1999,2,3,23,30,0.0,0.0,0.0,-2.0,-12.0,4.2,52.58,0.0,-2.0,-2.0
+1999,2,4,0,30,0.0,0.0,0.0,-2.0,-12.0,4.9,52.35,0.0,-2.0,-2.0
+1999,2,4,1,30,0.0,0.0,0.0,-2.0,-12.0,5.300000000000002,52.98,0.0,-2.0,-2.0
+1999,2,4,2,30,0.0,0.0,0.0,-2.0,-11.0,5.1000000000000005,56.16,0.0,-2.0,-2.0
+1999,2,4,3,30,0.0,0.0,0.0,-2.0,-10.0,4.7,60.98,0.0,-2.0,-2.0
+1999,2,4,4,30,0.0,0.0,0.0,-1.0,-9.0,4.4,64.98,0.0,-1.0,-1.0
+1999,2,4,5,30,0.0,0.0,0.0,-1.0,-8.0,4.1000000000000005,63.29,0.0,-1.0,-1.0
+1999,2,4,6,30,0.0,0.0,0.0,0.0,-8.0,4.2,61.18,0.0,0.0,0.0
+1999,2,4,7,30,0.0,19.0,19.0,1.0,-7.0,4.6000000000000005,59.27,18.570309923099597,1.429734696819572,1.3740237670502733
+1999,2,4,8,30,758.0,44.0,221.0,3.0,-7.0,4.6000000000000005,54.38,355.0150254582175,11.215386547852258,10.150341471477606
+1999,2,4,9,30,892.0,56.0,393.0,6.0,-6.0,4.0,48.01,580.6147699034079,19.974236005106036,18.232391695395812
+1999,2,4,10,30,959.0,61.0,526.0,10.0,-4.0,3.7,43.86,751.1307178885728,28.438308116179698,26.18491596251398
+1999,2,4,11,30,990.0,63.0,604.0,12.0,-4.0,3.7,36.34,850.6705312468539,32.881751986623655,30.329740392883096
+1999,2,4,12,30,997.0,62.0,620.0,13.0,-3.0,3.5,34.93,870.4807680577659,34.651511545493705,32.04006924132041
+1999,2,4,13,30,979.0,61.0,571.0,13.0,-3.0,3.0,35.81,809.3073066926098,33.80637049196633,31.378448571888494
+1999,2,4,14,30,940.0,55.0,465.0,12.0,-2.0,2.1,40.91,674.7414770205372,30.41681798903388,28.39259355797227
+1999,2,4,15,30,440.0,103.0,239.0,9.0,0.0,1.5,60.57,322.47626161475824,18.16247233265549,17.195043547811217
+1999,2,4,16,30,267.0,51.0,90.0,6.0,-2.0,1.6,64.24,131.87772364415014,9.721981675735899,9.326348504803448
+1999,2,4,17,30,0.0,0.0,0.0,4.0,-3.0,1.8,68.45,0.0,4.0,4.0
+1999,2,4,18,30,0.0,0.0,0.0,3.0,-3.0,2.1,71.89,0.0,3.0,3.0
+1999,2,4,19,30,0.0,0.0,0.0,2.0,-3.0,2.2,76.66,0.0,2.0,2.0
+1999,2,4,20,30,0.0,0.0,0.0,1.0,-3.0,2.0,74.55,0.0,1.0,1.0
+1999,2,4,21,30,0.0,0.0,0.0,1.0,-4.0,2.0,70.01,0.0,1.0,1.0
+1999,2,4,22,30,0.0,0.0,0.0,1.0,-5.0,2.0,70.79,0.0,1.0,1.0
+1999,2,4,23,30,0.0,0.0,0.0,1.0,-5.0,2.1,64.11,0.0,1.0,1.0
+1999,2,5,0,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.68,0.0,1.0,1.0
+1999,2,5,1,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,66.96000000000001,0.0,1.0,1.0
+1999,2,5,2,30,0.0,0.0,0.0,1.0,-5.0,2.3000000000000003,67.56,0.0,1.0,1.0
+1999,2,5,3,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,67.71000000000001,0.0,1.0,1.0
+1999,2,5,4,30,0.0,0.0,0.0,1.0,-5.0,2.5,72.93,0.0,1.0,1.0
+1999,2,5,5,30,0.0,0.0,0.0,0.0,-5.0,2.5,72.86,0.0,0.0,0.0
+1999,2,5,6,30,0.0,0.0,0.0,1.0,-5.0,2.9000000000000004,67.66,0.0,1.0,1.0
+1999,2,5,7,30,406.0,20.0,46.0,3.0,-4.0,3.9,65.88,101.74800165038863,5.465008497080736,5.15976449212957
+1999,2,5,8,30,759.0,45.0,225.0,6.0,-3.0,4.800000000000002,60.15,358.07228257689866,14.178762931671873,13.104546083941177
+1999,2,5,9,30,890.0,57.0,397.0,7.0,-3.0,5.2,55.47,582.673411985138,19.96722301617641,18.219202780220993
+1999,2,5,10,30,0.0,118.0,118.0,8.0,-3.0,5.1000000000000005,49.47,115.33139846977645,10.583383528730007,10.237389333320678
+1999,2,5,11,30,975.0,69.0,606.0,9.0,-4.0,4.3,48.17,847.5199347024364,29.000845496796547,26.458285692689238
+1999,2,5,12,30,500.0,212.0,493.0,9.0,-4.0,3.4000000000000004,44.78,614.9218750715784,24.39623831934208,22.551472694127344
+1999,2,5,13,30,0.0,90.0,90.0,9.0,-4.0,2.5,48.47,87.96462595152441,11.337801889766096,11.073908011911524
+1999,2,5,14,30,0.0,70.0,70.0,8.0,-3.0,1.7000000000000002,52.39,68.4169312956301,9.918035154836469,9.712784360949579
+1999,2,5,15,30,368.0,114.0,230.0,6.0,-3.0,0.8,61.35,297.9982898027149,14.875186660553696,13.981191791145552
+1999,2,5,16,30,0.0,51.0,51.0,3.0,-2.0,0.30000000000000004,75.65,49.8466213725305,4.535579805701286,4.386039941583695
+1999,2,5,17,30,0.0,0.0,0.0,1.0,-4.0,0.2,73.68,0.0,1.0,1.0
+1999,2,5,18,30,0.0,0.0,0.0,0.0,-4.0,0.1,77.9,0.0,0.0,0.0
+1999,2,5,19,30,0.0,0.0,0.0,0.0,-4.0,0.0,82.86,0.0,0.0,0.0
+1999,2,5,20,30,0.0,0.0,0.0,0.0,-4.0,0.2,81.2,0.0,0.0,0.0
+1999,2,5,21,30,0.0,0.0,0.0,-1.0,-5.0,0.5,84.85000000000002,0.0,-1.0,-1.0
+1999,2,5,22,30,0.0,0.0,0.0,-1.0,-5.0,0.8,82.19,0.0,-1.0,-1.0
+1999,2,5,23,30,0.0,0.0,0.0,-1.0,-6.0,0.9,79.78,0.0,-1.0,-1.0
+1999,2,6,0,30,0.0,0.0,0.0,-1.0,-6.0,1.1,83.46000000000002,0.0,-1.0,-1.0
+1999,2,6,1,30,0.0,0.0,0.0,-1.0,-6.0,1.2000000000000002,81.01,0.0,-1.0,-1.0
+1999,2,6,2,30,0.0,0.0,0.0,-2.0,-7.0,1.4,78.5,0.0,-2.0,-2.0
+1999,2,6,3,30,0.0,0.0,0.0,-2.0,-7.0,1.5,75.98,0.0,-2.0,-2.0
+1999,2,6,4,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.24,0.0,-2.0,-2.0
+1999,2,6,5,30,0.0,0.0,0.0,-2.0,-7.0,1.6,74.28,0.0,-2.0,-2.0
+1999,2,6,6,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,69.11,0.0,-1.0,-1.0
+1999,2,6,7,30,198.0,23.0,36.0,0.0,-7.0,2.3000000000000003,62.5,62.92733997450249,1.6948175584407617,1.5060355385172541
+1999,2,6,8,30,36.0,92.0,101.0,3.0,-6.0,2.8000000000000003,57.9,104.90102681149882,5.732888189388113,5.418185108953617
+1999,2,6,9,30,307.0,159.0,278.0,5.0,-5.0,2.9000000000000004,52.84,337.9774535347383,13.74679550405263,12.732863143448414
+1999,2,6,10,30,362.0,210.0,389.0,6.0,-5.0,2.9000000000000004,48.39,468.3383209230841,18.120511226363632,16.715496263594382
+1999,2,6,11,30,394.0,239.0,458.0,7.0,-6.0,2.5,47.71,550.0313582863963,21.617970973254245,19.967876898395055
+1999,2,6,12,30,980.0,73.0,629.0,7.0,-6.0,2.3000000000000003,43.92,873.5654152324978,30.527675010298054,27.906978764600563
+1999,2,6,13,30,970.0,69.0,583.0,7.0,-6.0,2.2,43.31,816.3405469829046,29.133523232830104,26.68450159188139
+1999,2,6,14,30,930.0,64.0,477.0,7.0,-6.0,2.0,45.66,682.6144341544139,25.756554000043927,23.708710697580685
+1999,2,6,15,30,454.0,105.0,249.0,5.0,-6.0,1.3,53.08,334.09903531499776,14.621024691924578,13.618727585979585
+1999,2,6,16,30,123.0,59.0,78.0,2.0,-5.0,0.8,67.96000000000001,96.09494253157189,4.861964585996462,4.573679758401747
+1999,2,6,17,30,0.0,0.0,0.0,0.0,-6.0,0.7000000000000001,64.59,0.0,0.0,0.0
+1999,2,6,18,30,0.0,0.0,0.0,0.0,-6.0,0.8,64.08,0.0,0.0,0.0
+1999,2,6,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.7,0.0,0.0,0.0
+1999,2,6,20,30,0.0,0.0,0.0,0.0,-7.0,1.4,62.46,0.0,0.0,0.0
+1999,2,6,21,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.1,0.0,0.0,0.0
+1999,2,6,22,30,0.0,0.0,0.0,0.0,-7.0,2.0,63.97,0.0,0.0,0.0
+1999,2,6,23,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.98,0.0,0.0,0.0
+1999,2,7,0,30,0.0,0.0,0.0,0.0,-7.0,3.1,63.66,0.0,0.0,0.0
+1999,2,7,1,30,0.0,0.0,0.0,0.0,-7.0,3.5,60.37000000000001,0.0,0.0,0.0
+1999,2,7,2,30,0.0,0.0,0.0,0.0,-7.0,3.5,61.67,0.0,0.0,0.0
+1999,2,7,3,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,62.77,0.0,0.0,0.0
+1999,2,7,4,30,0.0,0.0,0.0,0.0,-6.0,2.9000000000000004,64.04,0.0,0.0,0.0
+1999,2,7,5,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,64.93,0.0,0.0,0.0
+1999,2,7,6,30,0.0,0.0,0.0,0.0,-6.0,1.9,61.33,0.0,0.0,0.0
+1999,2,7,7,30,178.0,24.0,37.0,2.0,-6.0,2.2,59.43,60.1639591730777,3.6312314671345653,3.450739589615332
+1999,2,7,8,30,454.0,74.0,185.0,5.0,-5.0,2.6,55.15,262.28936192057347,11.924557344705581,11.137689258943862
+1999,2,7,9,30,610.0,105.0,343.0,8.0,-4.0,2.5,49.95,467.00479694588756,20.41140611945055,19.010391728612888
+1999,2,7,10,30,957.0,61.0,537.0,11.0,-4.0,2.3000000000000003,42.29,757.9031813700867,31.412552316760973,29.13884277265071
+1999,2,7,11,30,984.0,63.0,614.0,12.0,-3.0,2.5,40.24,854.8935212104191,34.72017493186278,32.15549436823152
+1999,2,7,12,30,988.0,64.0,630.0,13.0,-3.0,3.0,38.27,874.4541006442479,35.48122047801298,32.857858176080235
+1999,2,7,13,30,465.0,209.0,458.0,13.0,-3.0,3.6,36.77,564.754039530362,26.954855242199553,25.260593123608466
+1999,2,7,14,30,558.0,142.0,392.0,12.0,-2.0,3.6,40.23,512.5257827560146,24.66431509228839,23.126737744020346
+1999,2,7,15,30,497.0,101.0,260.0,10.0,-1.0,2.7,56.21,353.5264586143127,19.271444809939805,18.210865434096867
+1999,2,7,16,30,658.0,33.0,139.0,6.0,-1.0,1.9,69.71000000000001,239.5382396839409,12.626057645068466,11.907442926016643
+1999,2,7,17,30,0.0,0.0,0.0,4.0,-2.0,1.9,79.11,0.0,4.0,4.0
+1999,2,7,18,30,0.0,0.0,0.0,3.0,-2.0,2.1,83.25,0.0,3.0,3.0
+1999,2,7,19,30,0.0,0.0,0.0,2.0,-2.0,2.3000000000000003,81.3,0.0,2.0,2.0
+1999,2,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.7,79.36,0.0,2.0,2.0
+1999,2,7,21,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.97,0.0,2.0,2.0
+1999,2,7,22,30,0.0,0.0,0.0,2.0,-4.0,3.2,74.41,0.0,2.0,2.0
+1999,2,7,23,30,0.0,0.0,0.0,2.0,-4.0,3.5,72.4,0.0,2.0,2.0
+1999,2,8,0,30,0.0,0.0,0.0,2.0,-4.0,3.8,71.75,0.0,2.0,2.0
+1999,2,8,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,72.69,0.0,2.0,2.0
+1999,2,8,2,30,0.0,0.0,0.0,2.0,-4.0,4.3,74.38,0.0,2.0,2.0
+1999,2,8,3,30,0.0,0.0,0.0,1.0,-3.0,4.4,75.53,0.0,1.0,1.0
+1999,2,8,4,30,0.0,0.0,0.0,1.0,-3.0,4.3,75.7,0.0,1.0,1.0
+1999,2,8,5,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.43,0.0,1.0,1.0
+1999,2,8,6,30,0.0,0.0,0.0,2.0,-3.0,3.7,75.32000000000002,0.0,2.0,2.0
+1999,2,8,7,30,473.0,21.0,56.0,4.0,-3.0,3.7,67.04,118.99546885510945,6.921029678226067,6.564043271660739
+1999,2,8,8,30,793.0,43.0,239.0,7.0,-2.0,4.4,58.93,375.73086283727395,15.809140096352776,14.681947507840954
+1999,2,8,9,30,909.0,54.0,412.0,9.0,-2.0,5.0,51.49,598.2228253139197,22.487351950360082,20.692683474418324
+1999,2,8,10,30,964.0,60.0,544.0,11.0,-2.0,4.5,47.59,764.879656401101,28.81602023000225,26.521381260798947
+1999,2,8,11,30,988.0,63.0,620.0,12.0,-2.0,3.7,43.62,861.1873645619698,33.13991292779206,30.55635083410615
+1999,2,8,12,30,990.0,64.0,635.0,12.0,-2.0,3.0,40.23,879.2435697735358,34.60435228263123,31.966621573310626
+1999,2,8,13,30,970.0,63.0,586.0,12.0,-2.0,2.4000000000000004,39.99,816.6038576692949,33.847503825505825,31.39769225249794
+1999,2,8,14,30,506.0,158.0,387.0,11.0,-2.0,1.8,43.09,494.8752232511671,24.781014848201227,23.296389178447725
+1999,2,8,15,30,483.0,104.0,261.0,9.0,-1.0,1.6,53.37000000000001,350.6550419914024,18.89652842596889,17.844563299994682
+1999,2,8,16,30,336.0,56.0,112.0,6.0,-1.0,2.4000000000000004,68.86,161.44122183163506,10.319215098527453,9.834891433032547
+1999,2,8,17,30,0.0,0.0,0.0,3.0,-1.0,2.5,81.83,0.0,3.0,3.0
+1999,2,8,18,30,0.0,0.0,0.0,1.0,-1.0,1.5,88.61,0.0,1.0,1.0
+1999,2,8,19,30,0.0,0.0,0.0,0.0,-1.0,0.6000000000000001,93.88,0.0,0.0,0.0
+1999,2,8,20,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,96.65,0.0,0.0,0.0
+1999,2,8,21,30,0.0,0.0,0.0,-1.0,-3.0,1.1,98.62,0.0,-1.0,-1.0
+1999,2,8,22,30,0.0,0.0,0.0,-1.0,-4.0,1.6,100.0,0.0,-1.0,-1.0
+1999,2,8,23,30,0.0,0.0,0.0,-1.0,-4.0,2.1,96.01,0.0,-1.0,-1.0
+1999,2,9,0,30,0.0,0.0,0.0,-1.0,-5.0,2.5,91.33,0.0,-1.0,-1.0
+1999,2,9,1,30,0.0,0.0,0.0,-1.0,-5.0,2.7,87.36,0.0,-1.0,-1.0
+1999,2,9,2,30,0.0,0.0,0.0,-1.0,-6.0,3.0,78.54,0.0,-1.0,-1.0
+1999,2,9,3,30,0.0,0.0,0.0,-1.0,-6.0,3.3000000000000003,76.63,0.0,-1.0,-1.0
+1999,2,9,4,30,0.0,0.0,0.0,-1.0,-6.0,3.5,74.59,0.0,-1.0,-1.0
+1999,2,9,5,30,0.0,0.0,0.0,-1.0,-7.0,3.7,73.45,0.0,-1.0,-1.0
+1999,2,9,6,30,0.0,0.0,0.0,0.0,-7.0,4.3,68.34,0.0,0.0,0.0
+1999,2,9,7,30,430.0,24.0,57.0,2.0,-6.0,4.7,63.22,113.85870705891175,4.617664321664958,4.276088200488223
+1999,2,9,8,30,792.0,45.0,244.0,6.0,-4.0,4.800000000000002,56.75,379.2171160196936,14.661734075692682,13.524082727633601
+1999,2,9,9,30,928.0,52.0,422.0,10.0,-3.0,5.1000000000000005,47.58,610.2365804584122,23.669088830115196,21.83837908873996
+1999,2,9,10,30,985.0,58.0,556.0,12.0,-3.0,5.300000000000002,39.58,781.248758902152,29.274059823331385,26.93031354662493
+1999,2,9,11,30,1008.0,61.0,634.0,13.0,-3.0,5.2,35.89,878.5838041623664,32.55262054631841,29.91686913383131
+1999,2,9,12,30,1011.0,62.0,650.0,14.0,-4.0,5.2,32.43,897.845844976415,33.981291520220395,31.287753985291147
+1999,2,9,13,30,997.0,60.0,602.0,13.0,-3.0,5.0,35.0,837.8379090233163,31.88964158199983,29.37612785492988
+1999,2,9,14,30,958.0,56.0,495.0,12.0,-3.0,4.5,38.94,702.212047639608,28.356329968773572,26.24969382585475
+1999,2,9,15,30,870.0,50.0,337.0,10.0,-1.0,3.0,49.59,499.84885463909524,22.850545613022824,21.35099904910554
+1999,2,9,16,30,669.0,37.0,149.0,7.0,-1.0,1.9,65.13,250.29945888657412,13.923732282996625,13.172833906336901
+1999,2,9,17,30,0.0,0.0,0.0,5.0,-2.0,1.7000000000000002,67.21000000000001,0.0,5.0,5.0
+1999,2,9,18,30,0.0,0.0,0.0,4.0,-2.0,2.0,75.73,0.0,4.0,4.0
+1999,2,9,19,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,78.86,0.0,3.0,3.0
+1999,2,9,20,30,0.0,0.0,0.0,2.0,-3.0,3.0,76.58,0.0,2.0,2.0
+1999,2,9,21,30,0.0,0.0,0.0,2.0,-3.0,3.6,74.72,0.0,2.0,2.0
+1999,2,9,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.54,0.0,2.0,2.0
+1999,2,9,23,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.88,0.0,2.0,2.0
+1999,2,10,0,30,0.0,0.0,0.0,2.0,-4.0,4.3,72.7,0.0,2.0,2.0
+1999,2,10,1,30,0.0,0.0,0.0,2.0,-4.0,4.1000000000000005,73.28,0.0,2.0,2.0
+1999,2,10,2,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.65,0.0,2.0,2.0
+1999,2,10,3,30,0.0,0.0,0.0,2.0,-4.0,3.9,73.39,0.0,2.0,2.0
+1999,2,10,4,30,0.0,0.0,0.0,2.0,-4.0,4.0,72.49,0.0,2.0,2.0
+1999,2,10,5,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,71.48,0.0,1.0,1.0
+1999,2,10,6,30,0.0,0.0,0.0,2.0,-4.0,4.5,70.56,0.0,2.0,2.0
+1999,2,10,7,30,510.0,22.0,64.0,5.0,-4.0,5.2,59.17,129.81845280406267,7.8890709520965565,7.499615593684369
+1999,2,10,8,30,817.0,42.0,251.0,8.0,-3.0,7.3000000000000025,51.52,388.9340341472722,15.564317854123939,14.397515751682121
+1999,2,10,9,30,929.0,53.0,427.0,11.0,-4.0,10.2,39.66,614.4272912776358,20.974336213637446,19.13105433980454
+1999,2,10,10,30,976.0,60.0,558.0,12.0,-4.0,11.7,34.63,779.5409337737804,23.55705703170692,21.218434230385576
+1999,2,10,11,30,982.0,69.0,632.0,13.0,-4.0,11.7,34.03,868.3873055238663,25.8742458294846,23.269083912913
+1999,2,10,12,30,962.0,78.0,642.0,13.0,-3.0,11.1,35.9,875.9913317511517,26.463781889882952,23.835807894629497
+1999,2,10,13,30,933.0,81.0,592.0,12.0,-3.0,9.6,37.71,811.2882846480885,25.664254433047347,23.230389579103083
+1999,2,10,14,30,521.0,158.0,399.0,11.0,-4.0,7.3000000000000025,38.16,508.1257447524076,20.882458992301117,19.358081758043895
+1999,2,10,15,30,465.0,111.0,266.0,8.0,-5.0,4.2,43.79,350.8301826837302,16.33373869576113,15.281248147709942
+1999,2,10,16,30,0.0,35.0,35.0,5.0,-5.0,1.6,58.53,34.20846564781505,5.9654646651300185,5.8628392681865735
+1999,2,10,17,30,0.0,0.0,0.0,2.0,-6.0,1.3,63.9,0.0,2.0,2.0
+1999,2,10,18,30,0.0,0.0,0.0,0.0,-6.0,3.9,64.39,0.0,0.0,0.0
+1999,2,10,19,30,0.0,0.0,0.0,-2.0,-7.0,7.5,78.3,0.0,-2.0,-2.0
+1999,2,10,20,30,0.0,0.0,0.0,-4.0,-8.0,8.5,80.03,0.0,-4.0,-4.0
+1999,2,10,21,30,0.0,0.0,0.0,-5.0,-10.0,7.9,73.88,0.0,-5.0,-5.0
+1999,2,10,22,30,0.0,0.0,0.0,-6.0,-12.0,7.7,71.62,0.0,-6.0,-6.0
+1999,2,10,23,30,0.0,0.0,0.0,-7.0,-13.0,7.5,70.99,0.0,-7.0,-7.0
+1999,2,11,0,30,0.0,0.0,0.0,-7.0,-13.0,7.1000000000000005,67.53,0.0,-7.0,-7.0
+1999,2,11,1,30,0.0,0.0,0.0,-7.0,-14.0,6.7,70.87,0.0,-7.0,-7.0
+1999,2,11,2,30,0.0,0.0,0.0,-7.0,-14.0,6.5,67.68,0.0,-7.0,-7.0
+1999,2,11,3,30,0.0,0.0,0.0,-7.0,-15.0,6.3000000000000025,62.37000000000001,0.0,-7.0,-7.0
+1999,2,11,4,30,0.0,0.0,0.0,-8.0,-17.0,6.2,54.8,0.0,-8.0,-8.0
+1999,2,11,5,30,0.0,0.0,0.0,-8.0,-19.0,6.1000000000000005,51.12000000000001,0.0,-8.0,-8.0
+1999,2,11,6,30,0.0,0.0,0.0,-9.0,-20.0,6.1000000000000005,44.22,0.0,-9.0,-9.0
+1999,2,11,7,30,0.0,5.0,5.0,-8.0,-21.0,6.6000000000000005,37.51,4.886923663973579,-7.900622060673153,-7.915282831665074
+1999,2,11,8,30,857.0,52.0,275.0,-7.0,-22.0,6.8000000000000025,33.06,417.95898370674814,1.391524896073889,0.13764794495364452
+1999,2,11,9,30,974.0,68.0,464.0,-6.0,-22.0,6.7,30.08,659.1264047111016,7.318275457962174,5.340896243828869
+1999,2,11,10,30,1025.0,79.0,607.0,-5.0,-22.0,6.6000000000000005,28.01,837.4484807721743,12.029916985416392,9.51757154309987
+1999,2,11,11,30,1044.0,88.0,691.0,-5.0,-22.0,6.7,28.52,940.8498541309629,14.01076551073974,11.188215948346851
+1999,2,11,12,30,1041.0,93.0,707.0,-5.0,-22.0,6.8000000000000025,28.96,959.6683650693711,14.267634603840513,11.388629508632398
+1999,2,11,13,30,1018.0,92.0,655.0,-5.0,-21.0,6.8000000000000025,29.95,891.9570716052817,12.908168658617672,10.232297443801828
+1999,2,11,14,30,976.0,83.0,539.0,-5.0,-21.0,6.5,31.4,746.6510302633262,10.280948835190461,8.040995744400483
+1999,2,11,15,30,896.0,68.0,371.0,-5.0,-20.0,5.8000000000000025,32.25,535.9184452275264,6.472645396723161,4.864890061040581
+1999,2,11,16,30,713.0,45.0,170.0,-7.0,-20.0,4.800000000000002,38.13,275.75321076862275,-0.7014947867695782,-1.5287544190754465
+1999,2,11,17,30,0.0,0.0,0.0,-8.0,-20.0,4.1000000000000005,42.6,0.0,-8.0,-8.0
+1999,2,11,18,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.18,0.0,-8.0,-8.0
+1999,2,11,19,30,0.0,0.0,0.0,-9.0,-20.0,3.9,47.35,0.0,-9.0,-9.0
+1999,2,11,20,30,0.0,0.0,0.0,-8.0,-20.0,3.8,47.46,0.0,-8.0,-8.0
+1999,2,11,21,30,0.0,0.0,0.0,-8.0,-20.0,4.0,47.31,0.0,-8.0,-8.0
+1999,2,11,22,30,0.0,0.0,0.0,-8.0,-20.0,4.2,43.48,0.0,-8.0,-8.0
+1999,2,11,23,30,0.0,0.0,0.0,-7.0,-20.0,4.4,43.64,0.0,-7.0,-7.0
+1999,2,12,0,30,0.0,0.0,0.0,-7.0,-20.0,4.4,40.27,0.0,-7.0,-7.0
+1999,2,12,1,30,0.0,0.0,0.0,-7.0,-19.0,4.2,40.82,0.0,-7.0,-7.0
+1999,2,12,2,30,0.0,0.0,0.0,-6.0,-19.0,4.2,42.3,0.0,-6.0,-6.0
+1999,2,12,3,30,0.0,0.0,0.0,-6.0,-19.0,4.4,40.16,0.0,-6.0,-6.0
+1999,2,12,4,30,0.0,0.0,0.0,-5.0,-18.0,4.4,40.88,0.0,-5.0,-5.0
+1999,2,12,5,30,0.0,0.0,0.0,-5.0,-18.0,4.3,38.36,0.0,-5.0,-5.0
+1999,2,12,6,30,0.0,0.0,0.0,-4.0,-18.0,4.5,36.35,0.0,-4.0,-4.0
+1999,2,12,7,30,379.0,29.0,63.0,-1.0,-16.0,4.800000000000002,35.89,110.53645809932264,1.524773712153745,1.193164337855777
+1999,2,12,8,30,609.0,61.0,222.0,1.0,-15.0,4.7,32.46,322.12453776255285,8.405792068212781,7.439418454925123
+1999,2,12,9,30,760.0,77.0,389.0,3.0,-13.0,4.800000000000002,33.47,539.9156776482499,15.332265147134564,13.712518114189814
+1999,2,12,10,30,747.0,117.0,505.0,5.0,-11.0,4.800000000000002,33.85,670.7120827894421,20.319798229187573,18.307661980819248
+1999,2,12,11,30,842.0,109.0,600.0,6.0,-10.0,4.7,34.46,798.6800857903728,24.362024468765735,21.965984211394616
+1999,2,12,12,30,781.0,135.0,600.0,7.0,-9.0,4.5,34.18,786.2572010457218,25.313958388860293,22.95518678572313
+1999,2,12,13,30,981.0,87.0,633.0,8.0,-8.0,4.0,36.07,861.0022907558786,28.722602723250066,26.13959585098243
+1999,2,12,14,30,744.0,100.0,451.0,7.0,-8.0,3.0,40.6,607.2939639689278,22.61283718481439,20.790955292907604
+1999,2,12,15,30,658.0,78.0,303.0,4.0,-6.0,1.6,53.91,422.8050887432116,15.93281737980567,14.664402113576035
+1999,2,12,16,30,514.0,45.0,138.0,1.0,-5.0,0.6000000000000001,65.98,212.33231087377743,7.409769916530236,6.772772983908904
+1999,2,12,17,30,0.0,0.0,0.0,0.0,-8.0,0.30000000000000004,63.17,0.0,0.0,0.0
+1999,2,12,18,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,59.62000000000001,0.0,0.0,0.0
+1999,2,12,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,61.83,0.0,-1.0,-1.0
+1999,2,12,20,30,0.0,0.0,0.0,-1.0,-9.0,2.2,64.36,0.0,-1.0,-1.0
+1999,2,12,21,30,0.0,0.0,0.0,-2.0,-10.0,2.6,62.11,0.0,-2.0,-2.0
+1999,2,12,22,30,0.0,0.0,0.0,-2.0,-10.0,2.8000000000000003,58.83,0.0,-2.0,-2.0
+1999,2,12,23,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.66,0.0,-2.0,-2.0
+1999,2,13,0,30,0.0,0.0,0.0,-1.0,-12.0,2.4000000000000004,51.17,0.0,-1.0,-1.0
+1999,2,13,1,30,0.0,0.0,0.0,-1.0,-12.0,2.1,49.61,0.0,-1.0,-1.0
+1999,2,13,2,30,0.0,0.0,0.0,-1.0,-13.0,2.0,48.67,0.0,-1.0,-1.0
+1999,2,13,3,30,0.0,0.0,0.0,-1.0,-13.0,2.0,47.71,0.0,-1.0,-1.0
+1999,2,13,4,30,0.0,0.0,0.0,-1.0,-13.0,2.1,46.0,0.0,-1.0,-1.0
+1999,2,13,5,30,0.0,0.0,0.0,-1.0,-14.0,2.3000000000000003,44.21,0.0,-1.0,-1.0
+1999,2,13,6,30,0.0,0.0,0.0,0.0,-14.0,2.5,39.64,0.0,0.0,0.0
+1999,2,13,7,30,587.0,26.0,81.0,2.0,-13.0,3.0,35.33,154.0904879014663,5.9614912086583765,5.499219744953978
+1999,2,13,8,30,877.0,50.0,286.0,5.0,-11.0,3.2,33.71,429.26598151065434,15.890809282519813,14.60301133798785
+1999,2,13,9,30,985.0,65.0,474.0,9.0,-9.0,2.5,29.31,668.6619953976906,26.770771597629928,24.764785611436857
+1999,2,13,10,30,1035.0,74.0,617.0,12.0,-9.0,1.8,24.66,846.4294896096894,35.57090599047082,33.03161752164175
+1999,2,13,11,30,1057.0,79.0,700.0,13.0,-10.0,1.7000000000000002,21.83,949.4993897527241,39.618750279403706,36.770252110145535
+1999,2,13,12,30,1059.0,81.0,716.0,14.0,-10.0,1.7000000000000002,20.27,969.7977843008483,41.187805827390996,38.27841247448845
+1999,2,13,13,30,1043.0,78.0,664.0,14.0,-9.0,1.5,20.5,904.531367290937,39.70032158436236,36.98672748248954
+1999,2,13,14,30,1005.0,71.0,549.0,13.0,-8.0,0.9,24.63,760.6904027242226,35.50316780808325,33.22109659991058
+1999,2,13,15,30,930.0,59.0,382.0,10.0,-2.0,0.6000000000000001,48.2,550.0474964188239,26.60452844270139,24.95438595344492
+1999,2,13,16,30,760.0,41.0,181.0,7.0,-5.0,0.7000000000000001,48.17,290.8344275380028,15.720467224642167,14.847963942028159
+1999,2,13,17,30,0.0,0.0,0.0,4.0,-9.0,1.1,44.77,0.0,4.0,4.0
+1999,2,13,18,30,0.0,0.0,0.0,2.0,-9.0,1.5,47.1,0.0,2.0,2.0
+1999,2,13,19,30,0.0,0.0,0.0,0.0,-9.0,1.8,50.98,0.0,0.0,0.0
+1999,2,13,20,30,0.0,0.0,0.0,0.0,-10.0,2.0,51.86,0.0,0.0,0.0
+1999,2,13,21,30,0.0,0.0,0.0,0.0,-11.0,2.0,46.98,0.0,0.0,0.0
+1999,2,13,22,30,0.0,0.0,0.0,0.0,-13.0,2.0,39.22,0.0,0.0,0.0
+1999,2,13,23,30,0.0,0.0,0.0,0.0,-14.0,2.0,35.73000000000001,0.0,0.0,0.0
+1999,2,14,0,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.62,0.0,0.0,0.0
+1999,2,14,1,30,0.0,0.0,0.0,0.0,-15.0,2.1,33.160000000000004,0.0,0.0,0.0
+1999,2,14,2,30,0.0,0.0,0.0,0.0,-14.0,2.1,34.31,0.0,0.0,0.0
+1999,2,14,3,30,0.0,0.0,0.0,0.0,-14.0,2.1,38.64,0.0,0.0,0.0
+1999,2,14,4,30,0.0,0.0,0.0,0.0,-13.0,2.1,40.0,0.0,0.0,0.0
+1999,2,14,5,30,0.0,0.0,0.0,0.0,-13.0,2.1,39.98,0.0,0.0,0.0
+1999,2,14,6,30,0.0,0.0,0.0,0.0,-14.0,2.2,36.56,0.0,0.0,0.0
+1999,2,14,7,30,594.0,27.0,84.0,4.0,-11.0,2.8000000000000003,34.88,158.0291761469304,8.116986098207947,7.642898569767157
+1999,2,14,8,30,860.0,52.0,286.0,9.0,-9.0,3.6,32.32,426.2105830867725,19.531499685447788,18.25286793618747
+1999,2,14,9,30,857.0,60.0,420.0,12.0,-8.0,3.9,28.01,587.7097001816911,26.238209903546608,24.475080803001536
+1999,2,14,10,30,778.0,112.0,523.0,14.0,-9.0,3.8,23.32,693.8063057603212,30.91943917793413,28.838020260653167
+1999,2,14,11,30,292.0,281.0,455.0,14.0,-9.0,4.1000000000000005,20.49,516.5713298567911,26.351520410717708,24.801806421147333
+1999,2,14,12,30,901.0,101.0,646.0,13.0,-9.0,4.7,22.85,859.3805484331153,32.757556171811075,30.17941452651173
+1999,2,14,13,30,873.0,96.0,590.0,12.0,-8.0,4.9,26.66,789.8513265925928,29.92397228365038,27.554418303872602
+1999,2,14,14,30,173.0,225.0,309.0,10.0,-6.0,4.5,34.9,339.42933198629794,17.906184711170894,16.887896715212
+1999,2,14,15,30,248.0,147.0,234.0,8.0,-5.0,3.6,42.68,275.6476088566754,14.811146464135291,13.984203637565265
+1999,2,14,16,30,667.0,35.0,161.0,5.0,-5.0,2.8000000000000003,54.46,255.8877135330413,11.66640290738624,10.898739766787116
+1999,2,14,17,30,0.0,0.0,0.0,3.0,-5.0,2.4000000000000004,65.4,0.0,3.0,3.0
+1999,2,14,18,30,0.0,0.0,0.0,1.0,-6.0,2.5,61.7,0.0,1.0,1.0
+1999,2,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,61.89,0.0,0.0,0.0
+1999,2,14,20,30,0.0,0.0,0.0,0.0,-8.0,3.7,57.0,0.0,0.0,0.0
+1999,2,14,21,30,0.0,0.0,0.0,0.0,-9.0,3.8,51.81,0.0,0.0,0.0
+1999,2,14,22,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.29,0.0,0.0,0.0
+1999,2,14,23,30,0.0,0.0,0.0,0.0,-11.0,3.1,50.01,0.0,0.0,0.0
+1999,2,15,0,30,0.0,0.0,0.0,0.0,-11.0,2.7,48.76,0.0,0.0,0.0
+1999,2,15,1,30,0.0,0.0,0.0,-1.0,-11.0,2.4000000000000004,51.46,0.0,-1.0,-1.0
+1999,2,15,2,30,0.0,0.0,0.0,-1.0,-11.0,2.1,50.73,0.0,-1.0,-1.0
+1999,2,15,3,30,0.0,0.0,0.0,-1.0,-11.0,1.9,54.01,0.0,-1.0,-1.0
+1999,2,15,4,30,0.0,0.0,0.0,-1.0,-11.0,1.8,53.89,0.0,-1.0,-1.0
+1999,2,15,5,30,0.0,0.0,0.0,-1.0,-11.0,1.5,50.66,0.0,-1.0,-1.0
+1999,2,15,6,30,0.0,0.0,0.0,0.0,-11.0,0.9,48.58,0.0,0.0,0.0
+1999,2,15,7,30,240.0,42.0,66.0,1.0,-8.0,0.9,51.68,94.83348511614196,3.8054170550217625,3.520916599673337
+1999,2,15,8,30,591.0,95.0,259.0,2.0,-7.0,2.3000000000000003,55.83,352.4870633785977,11.493508932354837,10.436047742219044
+1999,2,15,9,30,550.0,132.0,366.0,2.0,-7.0,3.7,58.01,470.230462974333,13.542936476232327,12.132245087309329
+1999,2,15,10,30,266.0,249.0,392.0,2.0,-6.0,4.1000000000000005,63.67,444.0130490197711,12.61660978961627,11.284570642556956
+1999,2,15,11,30,82.0,284.0,333.0,1.0,-5.0,4.0,68.15,345.7803343038171,9.322240921101377,8.284899918189925
+1999,2,15,12,30,20.0,225.0,238.0,1.0,-4.0,3.3000000000000003,69.32000000000001,236.8671745147292,6.969909943141941,6.259308419597753
+1999,2,15,13,30,495.0,216.0,498.0,1.0,-5.0,2.6,68.82000000000001,607.3096988030388,17.03324970774447,15.211320611335353
+1999,2,15,14,30,670.0,126.0,450.0,1.0,-5.0,1.8,67.65,587.9570691735175,17.373107239342907,15.609236031822356
+1999,2,15,15,30,422.0,126.0,276.0,0.0,-5.0,1.1,65.73,348.8486552571662,10.1817742135381,9.135228247766602
+1999,2,15,16,30,458.0,74.0,163.0,0.0,-5.0,0.6000000000000001,75.10000000000002,225.63385553313034,6.811309561862817,6.134407995263426
+1999,2,15,17,30,0.0,0.0,0.0,-1.0,-6.0,0.4,76.36,0.0,-1.0,-1.0
+1999,2,15,18,30,0.0,0.0,0.0,-2.0,-6.0,0.30000000000000004,80.33,0.0,-2.0,-2.0
+1999,2,15,19,30,0.0,0.0,0.0,-3.0,-7.0,0.5,84.60000000000002,0.0,-3.0,-3.0
+1999,2,15,20,30,0.0,0.0,0.0,-3.0,-7.0,0.6000000000000001,82.03,0.0,-3.0,-3.0
+1999,2,15,21,30,0.0,0.0,0.0,-3.0,-8.0,0.6000000000000001,85.4,0.0,-3.0,-3.0
+1999,2,15,22,30,0.0,0.0,0.0,-4.0,-8.0,0.6000000000000001,82.05,0.0,-4.0,-4.0
+1999,2,15,23,30,0.0,0.0,0.0,-4.0,-9.0,0.7000000000000001,84.86,0.0,-4.0,-4.0
+1999,2,16,0,30,0.0,0.0,0.0,-5.0,-9.0,1.0,80.72,0.0,-5.0,-5.0
+1999,2,16,1,30,0.0,0.0,0.0,-5.0,-10.0,1.5,76.46000000000002,0.0,-5.0,-5.0
+1999,2,16,2,30,0.0,0.0,0.0,-5.0,-11.0,2.1,77.35000000000002,0.0,-5.0,-5.0
+1999,2,16,3,30,0.0,0.0,0.0,-5.0,-12.0,2.5,72.31,0.0,-5.0,-5.0
+1999,2,16,4,30,0.0,0.0,0.0,-5.0,-12.0,2.8000000000000003,62.3,0.0,-5.0,-5.0
+1999,2,16,5,30,0.0,0.0,0.0,-5.0,-13.0,2.9000000000000004,58.84,0.0,-5.0,-5.0
+1999,2,16,6,30,0.0,0.0,0.0,-4.0,-13.0,3.3000000000000003,53.34,0.0,-4.0,-4.0
+1999,2,16,7,30,549.0,28.0,86.0,-1.0,-13.0,3.7,45.23,151.80042206954664,2.7263060711353266,2.270904804926687
+1999,2,16,8,30,818.0,50.0,280.0,1.0,-12.0,3.7,37.55,410.56716457790174,11.07835747172387,9.846655977990164
+1999,2,16,9,30,633.0,113.0,385.0,4.0,-13.0,3.7,30.92,505.09915629369266,16.398872328301028,14.88357485941995
+1999,2,16,10,30,0.0,43.0,43.0,5.0,-13.0,3.7,28.11,42.02754351017277,6.031667029654977,5.905584399124458
+1999,2,16,11,30,0.0,114.0,114.0,6.0,-13.0,3.7,28.81,111.42185953859757,8.735117241410867,8.400851662795075
+1999,2,16,12,30,31.0,252.0,272.0,6.0,-12.0,3.7,30.65,272.6800146624001,12.693586093247191,11.875546049259992
+1999,2,16,13,30,9.0,178.0,183.0,5.0,-11.0,3.6,33.51,181.20473009601596,9.477499230983009,8.93388504069496
+1999,2,16,14,30,0.0,48.0,48.0,4.0,-9.0,2.9000000000000004,40.96,46.914467174146345,5.214137944002442,5.073394542480003
+1999,2,16,15,30,7.0,125.0,128.0,3.0,-7.0,1.8,55.41,125.93910712183634,6.5070834498706915,6.129266128505183
+1999,2,16,16,30,665.0,44.0,175.0,1.0,-7.0,1.2000000000000002,58.35,267.15053072216347,8.744995439479078,7.943543847312587
+1999,2,16,17,30,0.0,0.0,0.0,0.0,-7.0,0.9,60.6,0.0,0.0,0.0
+1999,2,16,18,30,0.0,0.0,0.0,0.0,-8.0,0.9,61.73,0.0,0.0,0.0
+1999,2,16,19,30,0.0,0.0,0.0,0.0,-9.0,1.1,58.11,0.0,0.0,0.0
+1999,2,16,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,59.14,0.0,0.0,0.0
+1999,2,16,21,30,0.0,0.0,0.0,-1.0,-10.0,1.7000000000000002,56.69,0.0,-1.0,-1.0
+1999,2,16,22,30,0.0,0.0,0.0,-1.0,-10.0,1.8,58.49,0.0,-1.0,-1.0
+1999,2,16,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,56.42,0.0,-2.0,-2.0
+1999,2,17,0,30,0.0,0.0,0.0,-2.0,-11.0,1.9,54.8,0.0,-2.0,-2.0
+1999,2,17,1,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,58.47,0.0,-2.0,-2.0
+1999,2,17,2,30,0.0,0.0,0.0,-3.0,-11.0,1.5,58.13,0.0,-3.0,-3.0
+1999,2,17,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,57.99,0.0,-3.0,-3.0
+1999,2,17,4,30,0.0,0.0,0.0,-3.0,-11.0,1.6,58.15,0.0,-3.0,-3.0
+1999,2,17,5,30,0.0,0.0,0.0,-3.0,-11.0,1.8,59.21,0.0,-3.0,-3.0
+1999,2,17,6,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,55.24,0.0,-2.0,-2.0
+1999,2,17,7,30,318.0,38.0,73.0,0.0,-11.0,3.2,45.89,110.04739012260914,2.7919872281671685,2.461845057799341
+1999,2,17,8,30,580.0,73.0,239.0,2.0,-10.0,3.4000000000000004,45.28,329.501993482485,10.249976824721221,9.261470844273767
+1999,2,17,9,30,449.0,160.0,355.0,4.0,-9.0,3.2,43.85,437.7166210647574,15.105208530685651,13.792058667491379
+1999,2,17,10,30,173.0,264.0,358.0,6.0,-7.0,3.3000000000000003,45.56,389.6347429511592,15.820205483951664,14.651301255098186
+1999,2,17,11,30,96.0,295.0,353.0,7.0,-6.0,3.8,42.9,368.8015747172228,15.993743297441275,14.887338573289608
+1999,2,17,12,30,25.0,242.0,258.0,8.0,-5.0,4.6000000000000005,42.09,257.87930484025037,13.967573257553362,13.19393534303261
+1999,2,17,13,30,617.0,187.0,546.0,8.0,-5.0,5.5,43.94,680.454270810483,22.851804823062114,20.810442010630666
+1999,2,17,14,30,524.0,172.0,431.0,7.0,-4.0,6.0,48.63,534.6778768506357,18.299558895858137,16.69552526530623
+1999,2,17,15,30,461.0,124.0,292.0,5.0,-4.0,5.300000000000002,56.71,370.18652211809655,13.185131887882957,12.074572321528667
+1999,2,17,16,30,0.0,4.0,4.0,3.0,-4.0,4.1000000000000005,67.27,3.9095389311788624,3.0934793456662377,3.0817507288727013
+1999,2,17,17,30,0.0,0.0,0.0,1.0,-5.0,3.6,68.15,0.0,1.0,1.0
+1999,2,17,18,30,0.0,0.0,0.0,0.0,-6.0,3.3000000000000003,66.55,0.0,0.0,0.0
+1999,2,17,19,30,0.0,0.0,0.0,0.0,-7.0,3.1,65.51,0.0,0.0,0.0
+1999,2,17,20,30,0.0,0.0,0.0,0.0,-8.0,4.2,64.24,0.0,0.0,0.0
+1999,2,17,21,30,0.0,0.0,0.0,0.0,-10.0,5.9,56.09,0.0,0.0,0.0
+1999,2,17,22,30,0.0,0.0,0.0,-1.0,-11.0,6.7,50.93,0.0,-1.0,-1.0
+1999,2,17,23,30,0.0,0.0,0.0,-1.0,-12.0,6.9,52.82,0.0,-1.0,-1.0
+1999,2,18,0,30,0.0,0.0,0.0,-2.0,-12.0,6.6000000000000005,51.67,0.0,-2.0,-2.0
+1999,2,18,1,30,0.0,0.0,0.0,-2.0,-12.0,6.1000000000000005,54.78,0.0,-2.0,-2.0
+1999,2,18,2,30,0.0,0.0,0.0,-3.0,-12.0,5.5,54.28,0.0,-3.0,-3.0
+1999,2,18,3,30,0.0,0.0,0.0,-3.0,-12.0,4.7,54.27,0.0,-3.0,-3.0
+1999,2,18,4,30,0.0,0.0,0.0,-4.0,-12.0,3.9,58.83,0.0,-4.0,-4.0
+1999,2,18,5,30,0.0,0.0,0.0,-4.0,-12.0,3.3000000000000003,58.95,0.0,-4.0,-4.0
+1999,2,18,6,30,0.0,0.0,0.0,-3.0,-12.0,3.5,58.78,0.0,-3.0,-3.0
+1999,2,18,7,30,111.0,43.0,55.0,-2.0,-12.0,4.7,50.9,67.7674732029516,-0.4419944565068022,-0.645296876115657
+1999,2,18,8,30,817.0,54.0,292.0,0.0,-13.0,5.5,42.07,418.84154594166904,9.141764787082646,7.88524014925764
+1999,2,18,9,30,929.0,66.0,473.0,0.0,-13.0,5.5,37.09,649.5214216315736,14.176654914635233,12.228090649740512
+1999,2,18,10,30,985.0,71.0,611.0,1.0,-14.0,5.1000000000000005,33.55,821.9162342663653,19.410640031872653,16.944891329073556
+1999,2,18,11,30,1011.0,74.0,691.0,2.0,-14.0,4.7,33.35,923.1355323528531,23.223312731374595,20.453906134316036
+1999,2,18,12,30,1013.0,74.0,706.0,3.0,-14.0,4.4,31.3,940.6191904688819,25.053142410467725,22.23128483906108
+1999,2,18,13,30,457.0,235.0,503.0,4.0,-13.0,4.1000000000000005,32.04,599.7157141552261,18.339550911720114,16.540403769254436
+1999,2,18,14,30,198.0,235.0,333.0,3.0,-13.0,3.6,33.51,368.75891728796546,12.111891106264748,11.005614354400851
+1999,2,18,15,30,254.0,155.0,249.0,2.0,-12.0,2.2,38.55,289.3438545639477,9.845008986674607,8.976977422982763
+1999,2,18,16,30,0.0,32.0,32.0,0.0,-10.0,0.8,50.34,31.2763114494309,0.9314922657813958,0.8376633314331031
+1999,2,18,17,30,0.0,2.0,2.0,-1.0,-10.0,0.4,57.13,1.9547694655894312,-0.9401873179906162,-0.9460516263873845
+1999,2,18,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,56.99,0.0,-1.0,-1.0
+1999,2,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,59.63,0.0,0.0,0.0
+1999,2,18,20,30,0.0,0.0,0.0,0.0,-9.0,2.1,59.24,0.0,0.0,0.0
+1999,2,18,21,30,0.0,0.0,0.0,0.0,-9.0,2.7,59.5,0.0,0.0,0.0
+1999,2,18,22,30,0.0,0.0,0.0,-1.0,-9.0,3.1,60.15,0.0,-1.0,-1.0
+1999,2,18,23,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.45,0.0,-1.0,-1.0
+1999,2,19,0,30,0.0,0.0,0.0,-1.0,-9.0,3.8,62.5,0.0,-1.0,-1.0
+1999,2,19,1,30,0.0,0.0,0.0,-1.0,-8.0,3.9,64.39,0.0,-1.0,-1.0
+1999,2,19,2,30,0.0,0.0,0.0,0.0,-8.0,3.8,67.31,0.0,0.0,0.0
+1999,2,19,3,30,0.0,0.0,0.0,0.0,-7.0,3.6,65.6,0.0,0.0,0.0
+1999,2,19,4,30,0.0,0.0,0.0,0.0,-6.0,3.5,68.83,0.0,0.0,0.0
+1999,2,19,5,30,0.0,0.0,0.0,0.0,-6.0,3.4000000000000004,70.24,0.0,0.0,0.0
+1999,2,19,6,30,0.0,0.0,0.0,0.0,-6.0,3.6,66.22,0.0,0.0,0.0
+1999,2,19,7,30,0.0,5.0,5.0,3.0,-5.0,4.2,62.23,4.886923663973579,3.116085635877007,3.1014248648850864
+1999,2,19,8,30,559.0,79.0,245.0,5.0,-4.0,4.9,56.66,329.3633930421424,12.474191824940043,11.486101645813616
+1999,2,19,9,30,565.0,136.0,387.0,6.0,-5.0,5.4,51.7,490.5228477315536,16.77582387820017,15.30425533500551
+1999,2,19,10,30,965.0,75.0,609.0,7.0,-6.0,5.7,47.66,813.7101231099075,24.532215616016412,22.09108524668669
+1999,2,19,11,30,1004.0,76.0,694.0,6.0,-7.0,6.3000000000000025,42.3,922.5014393552455,25.12340836894413,22.355904050878394
+1999,2,19,12,30,1024.0,72.0,715.0,5.0,-9.0,6.9,40.06,951.3754755900588,23.979738282204334,21.12561185543416
+1999,2,19,13,30,585.0,199.0,544.0,4.0,-10.0,7.1000000000000005,39.27,669.953543528066,17.19636821315683,15.186507582572634
+1999,2,19,14,30,543.0,168.0,441.0,3.0,-11.0,6.9,40.14,547.1528348919961,13.915582620179915,12.274124115503927
+1999,2,19,15,30,453.0,129.0,298.0,2.0,-11.0,6.1000000000000005,42.25,373.0874082389016,9.834053395880707,8.714791171164002
+1999,2,19,16,30,784.0,38.0,201.0,1.0,-11.0,4.4,46.4,306.7414052480354,8.191658390203454,7.2714341744593485
+1999,2,19,17,30,304.0,11.0,18.0,0.0,-10.0,2.9000000000000004,57.27,46.501666671123445,1.2034547414806491,1.0639497414672787
+1999,2,19,18,30,0.0,0.0,0.0,-1.0,-9.0,2.4000000000000004,63.16,0.0,-1.0,-1.0
+1999,2,19,19,30,0.0,0.0,0.0,-2.0,-9.0,2.0,63.55,0.0,-2.0,-2.0
+1999,2,19,20,30,0.0,0.0,0.0,-3.0,-9.0,1.7000000000000002,68.35000000000001,0.0,-3.0,-3.0
+1999,2,19,21,30,0.0,0.0,0.0,-3.0,-10.0,1.5,67.25,0.0,-3.0,-3.0
+1999,2,19,22,30,0.0,0.0,0.0,-3.0,-10.0,1.4,70.59,0.0,-3.0,-3.0
+1999,2,19,23,30,0.0,0.0,0.0,-4.0,-10.0,1.4,68.47,0.0,-4.0,-4.0
+1999,2,20,0,30,0.0,0.0,0.0,-4.0,-11.0,1.4,66.71000000000001,0.0,-4.0,-4.0
+1999,2,20,1,30,0.0,0.0,0.0,-4.0,-11.0,1.5,65.1,0.0,-4.0,-4.0
+1999,2,20,2,30,0.0,0.0,0.0,-4.0,-11.0,1.7000000000000002,63.4,0.0,-4.0,-4.0
+1999,2,20,3,30,0.0,0.0,0.0,-4.0,-12.0,1.8,66.75,0.0,-4.0,-4.0
+1999,2,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.9,65.26,0.0,-5.0,-5.0
+1999,2,20,5,30,0.0,0.0,0.0,-5.0,-12.0,2.1,64.45,0.0,-5.0,-5.0
+1999,2,20,6,30,0.0,0.0,0.0,-4.0,-12.0,2.9000000000000004,58.5,0.0,-4.0,-4.0
+1999,2,20,7,30,607.0,30.0,105.0,-1.0,-13.0,3.5,49.11,173.46193738544633,3.314527417285187,2.7941416051288477
+1999,2,20,8,30,854.0,50.0,306.0,0.0,-12.0,3.5,40.26,436.6809464630068,10.861586953996303,9.551544114607283
+1999,2,20,9,30,950.0,61.0,487.0,1.0,-12.0,3.6,38.37,663.9408668190721,17.405723620047752,15.413901019590536
+1999,2,20,10,30,998.0,69.0,625.0,2.0,-11.0,3.5,40.58,836.443451054938,22.804899662604356,20.295569309439543
+1999,2,20,11,30,1015.0,75.0,705.0,3.0,-11.0,3.6,41.34,934.1572567835807,26.08266675295603,23.280194982605288
+1999,2,20,12,30,1017.0,77.0,721.0,3.0,-11.0,3.8,38.12,953.4991538835861,26.25241325482865,23.39191579317789
+1999,2,20,13,30,628.0,184.0,557.0,3.0,-11.0,4.0,40.33,692.1456023548661,19.658560027352145,17.582123220287546
+1999,2,20,14,30,967.0,69.0,560.0,2.0,-12.0,3.7,39.59,752.1372226604971,20.463015194006726,18.206603526025233
+1999,2,20,15,30,895.0,60.0,397.0,1.0,-12.0,3.1,39.09,548.9111557521949,15.018742676481558,13.372009209224974
+1999,2,20,16,30,730.0,45.0,200.0,-1.0,-11.0,2.0,51.79,296.62824564097593,7.150609522629422,6.260724785706493
+1999,2,20,17,30,234.0,13.0,19.0,-3.0,-11.0,1.2000000000000002,61.46,40.61379494468167,-1.8225602405647707,-1.9444016253988157
+1999,2,20,18,30,0.0,0.0,0.0,-4.0,-11.0,1.0,63.23,0.0,-4.0,-4.0
+1999,2,20,19,30,0.0,0.0,0.0,-4.0,-12.0,0.5,67.14,0.0,-4.0,-4.0
+1999,2,20,20,30,0.0,0.0,0.0,-5.0,-12.0,0.2,65.51,0.0,-5.0,-5.0
+1999,2,20,21,30,0.0,0.0,0.0,-5.0,-12.0,0.30000000000000004,63.52,0.0,-5.0,-5.0
+1999,2,20,22,30,0.0,0.0,0.0,-5.0,-13.0,0.6000000000000001,61.13,0.0,-5.0,-5.0
+1999,2,20,23,30,0.0,0.0,0.0,-5.0,-13.0,0.9,64.11,0.0,-5.0,-5.0
+1999,2,21,0,30,0.0,0.0,0.0,-5.0,-13.0,1.0,62.94000000000001,0.0,-5.0,-5.0
+1999,2,21,1,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,61.79,0.0,-6.0,-6.0
+1999,2,21,2,30,0.0,0.0,0.0,-5.0,-14.0,1.4,60.33,0.0,-5.0,-5.0
+1999,2,21,3,30,0.0,0.0,0.0,-5.0,-14.0,1.6,55.7,0.0,-5.0,-5.0
+1999,2,21,4,30,0.0,0.0,0.0,-4.0,-14.0,2.0,55.32,0.0,-4.0,-4.0
+1999,2,21,5,30,0.0,0.0,0.0,-4.0,-14.0,2.3000000000000003,49.84,0.0,-4.0,-4.0
+1999,2,21,6,30,0.0,0.0,0.0,-3.0,-14.0,2.7,47.68,0.0,-3.0,-3.0
+1999,2,21,7,30,160.0,48.0,68.0,-1.0,-13.0,3.5,43.23,85.36043959840828,1.123174470146029,0.867093151350804
+1999,2,21,8,30,479.0,94.0,240.0,1.0,-12.0,4.2,42.18,310.87760683057456,8.384691710020656,7.4520588895289315
+1999,2,21,9,30,634.0,121.0,408.0,3.0,-10.0,4.4,40.74,523.6208468403443,15.276471946849822,13.70560940632879
+1999,2,21,10,30,574.0,186.0,509.0,5.0,-9.0,4.5,43.04,625.9879574686101,19.580874286124484,17.702910413718655
+1999,2,21,11,30,581.0,219.0,583.0,6.0,-8.0,4.6000000000000005,42.67,708.726568763105,22.400609274514096,20.274429568224782
+1999,2,21,12,30,986.0,76.0,705.0,7.0,-7.0,4.7,38.55,928.8946973532438,28.355718597676095,25.569034505616365
+1999,2,21,13,30,973.0,73.0,656.0,8.0,-7.0,4.5,38.0,868.0351679774468,28.218778187675866,25.614672683743525
+1999,2,21,14,30,167.0,244.0,329.0,9.0,-6.0,3.9,40.66,357.188176336917,17.653456337674516,16.581891808663766
+1999,2,21,15,30,9.0,134.0,138.0,7.0,-5.0,2.9000000000000004,50.76,135.92637609043666,10.517750083136233,10.109970954864924
+1999,2,21,16,30,241.0,81.0,133.0,4.0,-3.0,2.3000000000000003,69.76,163.09884227932608,8.392729484010703,7.903432957172724
+1999,2,21,17,30,0.0,13.0,13.0,1.0,-5.0,2.7,67.54,12.706001526331303,1.3332225609594652,1.2951045563804713
+1999,2,21,18,30,0.0,0.0,0.0,1.0,-5.0,3.0,66.69,0.0,1.0,1.0
+1999,2,21,19,30,0.0,0.0,0.0,0.0,-5.0,3.0,72.26,0.0,0.0,0.0
+1999,2,21,20,30,0.0,0.0,0.0,0.0,-5.0,3.2,71.37,0.0,0.0,0.0
+1999,2,21,21,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,72.26,0.0,0.0,0.0
+1999,2,21,22,30,0.0,0.0,0.0,1.0,-4.0,3.3000000000000003,75.2,0.0,1.0,1.0
+1999,2,21,23,30,0.0,0.0,0.0,0.0,-4.0,3.1,76.28,0.0,0.0,0.0
+1999,2,22,0,30,0.0,0.0,0.0,0.0,-4.0,2.8000000000000003,75.68,0.0,0.0,0.0
+1999,2,22,1,30,0.0,0.0,0.0,0.0,-5.0,3.0,77.53,0.0,0.0,0.0
+1999,2,22,2,30,0.0,0.0,0.0,0.0,-7.0,4.4,67.27,0.0,0.0,0.0
+1999,2,22,3,30,0.0,0.0,0.0,-1.0,-9.0,5.5,59.56,0.0,-1.0,-1.0
+1999,2,22,4,30,0.0,0.0,0.0,-2.0,-11.0,6.2,55.6,0.0,-2.0,-2.0
+1999,2,22,5,30,0.0,0.0,0.0,-3.0,-13.0,7.2,52.75,0.0,-3.0,-3.0
+1999,2,22,6,30,0.0,0.0,0.0,-3.0,-14.0,8.3,46.76,0.0,-3.0,-3.0
+1999,2,22,7,30,652.0,30.0,117.0,-2.0,-15.0,9.3,42.13,187.89960960770682,1.2239161755658747,0.6602173467427543
+1999,2,22,8,30,34.0,121.0,132.0,-1.0,-16.0,10.3,36.86,133.9188716326018,1.1607367651658014,0.758980150267996
+1999,2,22,9,30,970.0,60.0,504.0,0.0,-16.0,10.7,34.14,681.9991353467339,10.739086822052112,8.693089416011912
+1999,2,22,10,30,412.0,240.0,474.0,0.0,-16.0,10.1,32.33,554.7704850022845,9.061163332103515,7.396851877096662
+1999,2,22,11,30,476.0,252.0,552.0,0.0,-15.0,9.4,33.56,653.1409876315979,11.137273340240473,9.17785037734568
+1999,2,22,12,30,44.0,283.0,311.0,0.0,-15.0,9.1,32.4,314.87435409070946,5.46987694994524,4.525253887673112
+1999,2,22,13,30,539.0,218.0,544.0,0.0,-15.0,9.0,33.33,656.0149921388189,11.467017549471366,9.49897257305491
+1999,2,22,14,30,22.0,196.0,208.0,0.0,-14.0,8.700000000000001,36.64,207.2710648821184,3.691352321588062,3.0695391269417067
+1999,2,22,15,30,432.0,139.0,305.0,0.0,-14.0,8.3,37.13,374.63554887871,6.840960909572058,5.717054262935927
+1999,2,22,16,30,796.0,40.0,215.0,-1.0,-14.0,7.3000000000000025,43.41,318.0133713515353,5.184992856278776,4.23095274222417
+1999,2,22,17,30,356.0,13.0,25.0,-2.0,-14.0,6.2,47.75,56.34310677350432,-0.8244898652689184,-0.9935191855894314
+1999,2,22,18,30,0.0,0.0,0.0,-3.0,-14.0,5.300000000000002,48.03,0.0,-3.0,-3.0
+1999,2,22,19,30,0.0,0.0,0.0,-4.0,-14.0,4.7,51.4,0.0,-4.0,-4.0
+1999,2,22,20,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.8,0.0,-4.0,-4.0
+1999,2,22,21,30,0.0,0.0,0.0,-4.0,-14.0,4.5,50.84,0.0,-4.0,-4.0
+1999,2,22,22,30,0.0,0.0,0.0,-3.0,-14.0,4.6000000000000005,52.37000000000001,0.0,-3.0,-3.0
+1999,2,22,23,30,0.0,0.0,0.0,-3.0,-13.0,4.800000000000002,51.16,0.0,-3.0,-3.0
+1999,2,23,0,30,0.0,0.0,0.0,-3.0,-12.0,5.0,53.91,0.0,-3.0,-3.0
+1999,2,23,1,30,0.0,0.0,0.0,-2.0,-12.0,5.0,56.36,0.0,-2.0,-2.0
+1999,2,23,2,30,0.0,0.0,0.0,-2.0,-11.0,4.800000000000002,58.16,0.0,-2.0,-2.0
+1999,2,23,3,30,0.0,0.0,0.0,-2.0,-11.0,4.7,54.87000000000001,0.0,-2.0,-2.0
+1999,2,23,4,30,0.0,0.0,0.0,-2.0,-11.0,4.5,55.32,0.0,-2.0,-2.0
+1999,2,23,5,30,0.0,0.0,0.0,-1.0,-11.0,4.3,55.7,0.0,-1.0,-1.0
+1999,2,23,6,30,0.0,0.0,0.0,0.0,-11.0,4.0,52.13,0.0,0.0,0.0
+1999,2,23,7,30,170.0,51.0,74.0,0.0,-10.0,3.8,50.16,91.69228253269893,2.236044821901466,1.9609679743033692
+1999,2,23,8,30,688.0,63.0,280.0,2.0,-9.0,3.7,47.35,380.48175121113024,11.339838718265758,10.198393464632368
+1999,2,23,9,30,764.0,91.0,445.0,4.0,-9.0,3.5,42.97,582.435342469008,18.48694331307094,16.739637285663918
+1999,2,23,10,30,493.0,213.0,495.0,6.0,-8.0,2.8000000000000003,41.49,592.9708623860533,21.44811443436219,19.66920184720403
+1999,2,23,11,30,1018.0,69.0,716.0,7.0,-8.0,1.8,39.35,940.8757983230109,33.20099519595826,30.37836780098922
+1999,2,23,12,30,1023.0,68.0,731.0,8.0,-8.0,1.0,37.1,959.6281621830099,36.19765095390997,33.318766467360945
+1999,2,23,13,30,1007.0,68.0,680.0,8.0,-8.0,0.5,35.01,896.9764364687551,35.261012992881874,32.57008368347561
+1999,2,23,14,30,475.0,196.0,444.0,8.0,-8.0,0.5,35.39,531.8123471675483,24.162903189502625,22.56746614799998
+1999,2,23,15,30,523.0,124.0,328.0,7.0,-7.0,0.30000000000000004,39.48,411.5453042458806,19.67810417095645,18.443468258218807
+1999,2,23,16,30,740.0,44.0,210.0,4.0,-5.0,0.2,59.31,303.85948385292454,13.42433126723373,12.512752815674958
+1999,2,23,17,30,0.0,25.0,25.0,2.0,-7.0,0.4,58.64,24.43461831986789,2.747658525117298,2.6743546701576943
+1999,2,23,18,30,0.0,0.0,0.0,1.0,-7.0,0.8,59.14,0.0,1.0,1.0
+1999,2,23,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.85,0.0,1.0,1.0
+1999,2,23,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.16,0.0,0.0,0.0
+1999,2,23,21,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.37,0.0,0.0,0.0
+1999,2,23,22,30,0.0,0.0,0.0,0.0,-6.0,1.5,65.86,0.0,0.0,0.0
+1999,2,23,23,30,0.0,0.0,0.0,0.0,-7.0,1.9,68.31,0.0,0.0,0.0
+1999,2,24,0,30,0.0,0.0,0.0,0.0,-7.0,2.5,69.66,0.0,0.0,0.0
+1999,2,24,1,30,0.0,0.0,0.0,-1.0,-8.0,3.2,68.06,0.0,-1.0,-1.0
+1999,2,24,2,30,0.0,0.0,0.0,0.0,-8.0,3.6,68.04,0.0,0.0,0.0
+1999,2,24,3,30,0.0,0.0,0.0,0.0,-7.0,3.7,63.77,0.0,0.0,0.0
+1999,2,24,4,30,0.0,0.0,0.0,0.0,-7.0,3.8,64.31,0.0,0.0,0.0
+1999,2,24,5,30,0.0,0.0,0.0,0.0,-7.0,3.9,64.28,0.0,0.0,0.0
+1999,2,24,6,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,59.56,0.0,0.0,0.0
+1999,2,24,7,30,0.0,42.0,42.0,2.0,-6.0,4.800000000000002,55.97,41.05015877737806,2.9376305659055357,2.8144800895734017
+1999,2,24,8,30,79.0,133.0,159.0,5.0,-6.0,5.4,50.29,166.86964480741142,8.665798466632394,8.16518953221016
+1999,2,24,9,30,0.0,101.0,101.0,8.0,-5.0,5.0,44.95,98.71585801226628,10.225618053598243,9.929470479561445
+1999,2,24,10,30,393.0,249.0,477.0,9.0,-5.0,4.1000000000000005,39.38,551.4274184333319,22.184949725523627,20.53066747022363
+1999,2,24,11,30,523.0,242.0,577.0,10.0,-5.0,3.3000000000000003,36.73,686.9714720174571,27.314167021470716,25.253252605418343
+1999,2,24,12,30,622.0,221.0,627.0,11.0,-5.0,2.8000000000000003,34.59,761.0134946797418,30.825971725829334,28.542931241790107
+1999,2,24,13,30,517.0,229.0,546.0,12.0,-5.0,2.4000000000000004,34.9,651.7330971587312,29.436534495469513,27.481335203993318
+1999,2,24,14,30,380.0,222.0,422.0,11.0,-5.0,2.0,35.39,490.19232238997995,24.46927094605614,22.9986939788862
+1999,2,24,15,30,251.0,169.0,268.0,10.0,-5.0,1.3,41.8,305.1221434199432,18.786579324087164,17.871212893827334
+1999,2,24,16,30,49.0,88.0,100.0,6.0,-2.0,0.9,63.05,103.3900671793145,9.058542638493877,8.748372436955934
+1999,2,24,17,30,0.0,13.0,13.0,3.0,-4.0,0.9,68.62,12.706001526331303,3.3758760245861197,3.3377580200071257
+1999,2,24,18,30,0.0,0.0,0.0,2.0,-5.0,0.8,69.03,0.0,2.0,2.0
+1999,2,24,19,30,0.0,0.0,0.0,1.0,-5.0,0.9,66.22,0.0,1.0,1.0
+1999,2,24,20,30,0.0,0.0,0.0,1.0,-6.0,1.3,63.22,0.0,1.0,1.0
+1999,2,24,21,30,0.0,0.0,0.0,1.0,-6.0,1.5,59.89,0.0,1.0,1.0
+1999,2,24,22,30,0.0,0.0,0.0,1.0,-7.0,1.6,60.9,0.0,1.0,1.0
+1999,2,24,23,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.62000000000001,0.0,1.0,1.0
+1999,2,25,0,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.83,0.0,0.0,0.0
+1999,2,25,1,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,52.74,0.0,0.0,0.0
+1999,2,25,2,30,0.0,0.0,0.0,0.0,-9.0,2.0,51.26,0.0,0.0,0.0
+1999,2,25,3,30,0.0,0.0,0.0,0.0,-10.0,2.2,54.28,0.0,0.0,0.0
+1999,2,25,4,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.82,0.0,0.0,0.0
+1999,2,25,5,30,0.0,0.0,0.0,0.0,-10.0,2.3000000000000003,57.08,0.0,0.0,0.0
+1999,2,25,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,49.02,0.0,1.0,1.0
+1999,2,25,7,30,359.0,45.0,97.0,4.0,-9.0,3.2,43.97,134.52519806874307,7.41300810910757,7.009432514901341
+1999,2,25,8,30,642.0,74.0,283.0,8.0,-7.0,2.7,35.91000000000001,374.0556839198166,17.809836137584252,16.6876690858248
+1999,2,25,9,30,883.0,67.0,484.0,11.0,-7.0,1.8,29.67,641.709404068685,28.869972894586724,26.94484468238067
+1999,2,25,10,30,883.0,96.0,610.0,12.0,-8.0,2.1,27.31,788.9124611747312,33.53307259380699,31.1663352102828
+1999,2,25,11,30,894.0,115.0,692.0,13.0,-8.0,2.8000000000000003,24.86,885.2974492737375,36.06382517649878,33.407932828677566
+1999,2,25,12,30,993.0,110.0,764.0,14.0,-8.0,3.5,24.1,980.709802115022,38.39324380554626,35.451114399201195
+1999,2,25,13,30,995.0,100.0,714.0,14.0,-9.0,3.9,23.51,924.1698874282691,36.389497467325725,33.61698780504092
+1999,2,25,14,30,980.0,84.0,602.0,13.0,-9.0,3.8,23.26,789.2758638724551,32.24759815892285,29.879770567305485
+1999,2,25,15,30,299.0,166.0,285.0,12.0,-8.0,2.7,25.79,329.6521401061277,20.645326393538486,19.6563699732201
+1999,2,25,16,30,762.0,51.0,229.0,8.0,-5.0,1.6,44.6,321.5862494548172,17.07612062571841,16.111361877353957
+1999,2,25,17,30,324.0,18.0,32.0,5.0,-7.0,1.6,51.06,58.87152817212661,6.6615296581133,6.48491507359692
+1999,2,25,18,30,0.0,0.0,0.0,3.0,-8.0,2.1,53.26,0.0,3.0,3.0
+1999,2,25,19,30,0.0,0.0,0.0,2.0,-8.0,2.8000000000000003,52.68,0.0,2.0,2.0
+1999,2,25,20,30,0.0,0.0,0.0,1.0,-9.0,3.5,49.6,0.0,1.0,1.0
+1999,2,25,21,30,0.0,0.0,0.0,1.0,-10.0,3.6,45.68,0.0,1.0,1.0
+1999,2,25,22,30,0.0,0.0,0.0,1.0,-10.0,3.5,44.58,0.0,1.0,1.0
+1999,2,25,23,30,0.0,0.0,0.0,0.0,-10.0,3.4000000000000004,49.4,0.0,0.0,0.0
+1999,2,26,0,30,0.0,0.0,0.0,0.0,-9.0,3.2,51.3,0.0,0.0,0.0
+1999,2,26,1,30,0.0,0.0,0.0,0.0,-9.0,2.9000000000000004,52.26,0.0,0.0,0.0
+1999,2,26,2,30,0.0,0.0,0.0,0.0,-9.0,2.5,56.23,0.0,0.0,0.0
+1999,2,26,3,30,0.0,0.0,0.0,0.0,-9.0,2.2,55.91,0.0,0.0,0.0
+1999,2,26,4,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,59.8,0.0,0.0,0.0
+1999,2,26,5,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.52,0.0,-1.0,-1.0
+1999,2,26,6,30,0.0,0.0,0.0,0.0,-9.0,1.7000000000000002,51.84,0.0,0.0,0.0
+1999,2,26,7,30,534.0,46.0,127.0,3.0,-7.0,2.1,52.19,181.3017451806943,7.948563791914956,7.404658556372873
+1999,2,26,8,30,781.0,77.0,334.0,6.0,-7.0,2.2,42.13,444.8648124003446,18.06166433496759,16.727069897766555
+1999,2,26,9,30,889.0,98.0,523.0,7.0,-7.0,2.4000000000000004,40.56,678.9091462111254,25.163605314518673,23.126877875885295
+1999,2,26,10,30,937.0,116.0,666.0,8.0,-7.0,2.7,36.19,854.1022524593471,30.399347213672787,27.837040456294744
+1999,2,26,11,30,967.0,122.0,752.0,9.0,-8.0,3.0,31.91,958.410698956821,33.63964914323208,30.76441704636161
+1999,2,26,12,30,967.0,127.0,768.0,9.0,-8.0,3.4000000000000004,31.05,977.4550679286781,33.47324088206632,30.540875678280283
+1999,2,26,13,30,968.0,115.0,718.0,9.0,-9.0,3.7,32.4,919.1981774468965,31.563927705205277,28.806333172864587
+1999,2,26,14,30,955.0,94.0,604.0,8.0,-9.0,3.7,34.02,783.5063238362759,27.23304514888926,24.882526177380434
+1999,2,26,15,30,763.0,73.0,380.0,7.0,-9.0,3.2,35.95,500.30458043487846,19.693113368807957,18.19219962750332
+1999,2,26,16,30,526.0,66.0,190.0,4.0,-9.0,2.2,42.85,253.12797878706428,10.863084309690842,10.10370037332965
+1999,2,26,17,30,325.0,18.0,34.0,1.0,-8.0,1.5,51.93,59.51652404610577,2.6910345653898906,2.512484993251573
+1999,2,26,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,57.94,0.0,0.0,0.0
+1999,2,26,19,30,0.0,0.0,0.0,-1.0,-9.0,1.1,60.07,0.0,-1.0,-1.0
+1999,2,26,20,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.06,0.0,-2.0,-2.0
+1999,2,26,21,30,0.0,0.0,0.0,-3.0,-10.0,1.3,64.43,0.0,-3.0,-3.0
+1999,2,26,22,30,0.0,0.0,0.0,-4.0,-11.0,1.6,66.5,0.0,-4.0,-4.0
+1999,2,26,23,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,63.16,0.0,-4.0,-4.0
+1999,2,27,0,30,0.0,0.0,0.0,-4.0,-12.0,3.0,64.01,0.0,-4.0,-4.0
+1999,2,27,1,30,0.0,0.0,0.0,-5.0,-13.0,3.4000000000000004,59.97,0.0,-5.0,-5.0
+1999,2,27,2,30,0.0,0.0,0.0,-5.0,-14.0,3.5,56.54,0.0,-5.0,-5.0
+1999,2,27,3,30,0.0,0.0,0.0,-5.0,-14.0,3.6,58.16,0.0,-5.0,-5.0
+1999,2,27,4,30,0.0,0.0,0.0,-5.0,-15.0,3.8,56.01,0.0,-5.0,-5.0
+1999,2,27,5,30,0.0,0.0,0.0,-6.0,-15.0,4.0,54.41,0.0,-6.0,-6.0
+1999,2,27,6,30,0.0,0.0,0.0,-5.0,-15.0,4.7,49.3,0.0,-5.0,-5.0
+1999,2,27,7,30,294.0,52.0,98.0,-2.0,-16.0,5.300000000000002,37.89,126.81219727905881,0.8039231514490276,0.4234865596118511
+1999,2,27,8,30,912.0,52.0,357.0,0.0,-17.0,4.800000000000002,29.99,485.44127941536954,11.088010255954785,9.631686417708677
+1999,2,27,9,30,1000.0,61.0,545.0,2.0,-17.0,4.3,24.67,718.9282490627029,18.966176539356685,16.809391792168576
+1999,2,27,10,30,1040.0,67.0,683.0,3.0,-17.0,4.5,23.56,891.1178873843774,23.756434265302914,21.08308060314978
+1999,2,27,11,30,1055.0,70.0,761.0,5.0,-16.0,4.9,23.38,987.3679275331355,27.406185532682755,24.44408175008335
+1999,2,27,12,30,1051.0,72.0,773.0,6.0,-15.0,5.1000000000000005,23.97,1001.0517937070925,28.423214749678436,25.42005936855716
+1999,2,27,13,30,1031.0,71.0,717.0,6.0,-14.0,5.0,25.03,931.6271722381414,27.004186110586666,24.20930459387224
+1999,2,27,14,30,988.0,68.0,600.0,6.0,-12.0,4.800000000000002,28.3,784.532617439513,23.919583844984725,21.565985992666185
+1999,2,27,15,30,908.0,62.0,431.0,5.0,-11.0,3.7,34.230000000000004,573.1307729141994,19.068871809106177,17.349479490363578
+1999,2,27,16,30,743.0,50.0,228.0,3.0,-8.0,2.0,47.7,316.758833024591,11.703748205934742,10.753471706860969
+1999,2,27,17,30,0.0,16.0,16.0,1.0,-7.0,1.2000000000000002,55.52,15.63815572471545,1.453367786477456,1.4064533193033095
+1999,2,27,18,30,0.0,0.0,0.0,1.0,-8.0,1.6,58.46,0.0,1.0,1.0
+1999,2,27,19,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,57.0,0.0,0.0,0.0
+1999,2,27,20,30,0.0,0.0,0.0,0.0,-8.0,3.2,55.91,0.0,0.0,0.0
+1999,2,27,21,30,0.0,0.0,0.0,0.0,-8.0,3.6,59.12000000000001,0.0,0.0,0.0
+1999,2,27,22,30,0.0,0.0,0.0,0.0,-9.0,3.9,57.89,0.0,0.0,0.0
+1999,2,27,23,30,0.0,0.0,0.0,0.0,-9.0,4.1000000000000005,56.69,0.0,0.0,0.0
+1999,2,28,0,30,0.0,0.0,0.0,0.0,-9.0,4.2,55.99,0.0,0.0,0.0
+1999,2,28,1,30,0.0,0.0,0.0,0.0,-9.0,4.0,56.11,0.0,0.0,0.0
+1999,2,28,2,30,0.0,0.0,0.0,0.0,-9.0,3.8,57.39,0.0,0.0,0.0
+1999,2,28,3,30,0.0,0.0,0.0,0.0,-8.0,3.6,58.89,0.0,0.0,0.0
+1999,2,28,4,30,0.0,0.0,0.0,0.0,-8.0,3.6,60.12000000000001,0.0,0.0,0.0
+1999,2,28,5,30,0.0,0.0,0.0,0.0,-8.0,3.6,56.65,0.0,0.0,0.0
+1999,2,28,6,30,0.0,0.0,0.0,1.0,-8.0,3.8,53.64,0.0,1.0,1.0
+1999,2,28,7,30,569.0,43.0,135.0,4.0,-6.0,4.4,55.32,190.905383634457,8.475842779815084,7.903126628911712
+1999,2,28,8,30,789.0,67.0,334.0,7.0,-6.0,4.9,47.4,444.10723798718726,17.07805590324309,15.74573418928153
+1999,2,28,9,30,895.0,68.0,505.0,9.0,-5.0,4.800000000000002,43.23,659.5617303582817,24.06511197287432,22.086426781799474
+1999,2,28,10,30,933.0,92.0,649.0,10.0,-5.0,4.3,41.6,833.7263323340239,29.675326652320365,27.174147655318293
+1999,2,28,11,30,953.0,98.0,727.0,11.0,-5.0,3.9,38.8,928.9701288980204,33.50579101431483,30.718880627620766
+1999,2,28,12,30,953.0,101.0,741.0,12.0,-5.0,3.8,35.59,945.5211681986617,35.05785889226692,32.221295387670935
+1999,2,28,13,30,942.0,95.0,691.0,12.0,-5.0,3.9,32.75,883.3124936516567,33.399661586578105,30.749724105623134
+1999,2,28,14,30,923.0,81.0,582.0,11.0,-5.0,4.1000000000000005,34.56,752.3336592228469,28.98873458605819,26.73173360838965
+1999,2,28,15,30,426.0,155.0,330.0,10.0,-5.0,3.7,37.1,392.90680906702164,19.644841615434277,18.466121188233213
+1999,2,28,16,30,372.0,86.0,177.0,7.0,-4.0,2.5,50.41,218.89816156036704,12.817571895822768,12.160877411141668
+1999,2,28,17,30,146.0,21.0,29.0,4.0,-3.0,1.8,64.71000000000001,39.80732665971324,5.108532684583964,4.989110704604824
+1999,2,28,18,30,0.0,0.0,0.0,2.0,-4.0,1.9,71.97,0.0,2.0,2.0
+1999,2,28,19,30,0.0,0.0,0.0,2.0,-4.0,2.1,69.46000000000001,0.0,2.0,2.0
+1999,2,28,20,30,0.0,0.0,0.0,1.0,-5.0,2.4000000000000004,66.31,0.0,1.0,1.0
+1999,2,28,21,30,0.0,0.0,0.0,1.0,-6.0,2.8000000000000003,62.79,0.0,1.0,1.0
+1999,2,28,22,30,0.0,0.0,0.0,1.0,-6.0,3.1,59.71,0.0,1.0,1.0
+1999,2,28,23,30,0.0,0.0,0.0,1.0,-7.0,3.2,57.48,0.0,1.0,1.0
+1999,3,1,0,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.35,0.0,1.0,1.0
+1999,3,1,1,30,0.0,0.0,0.0,1.0,-7.0,3.4000000000000004,56.53,0.0,1.0,1.0
+1999,3,1,2,30,0.0,0.0,0.0,1.0,-7.0,3.3000000000000003,56.96,0.0,1.0,1.0
+1999,3,1,3,30,0.0,0.0,0.0,1.0,-7.0,2.9000000000000004,57.04,0.0,1.0,1.0
+1999,3,1,4,30,0.0,0.0,0.0,1.0,-7.0,2.5,60.55,0.0,1.0,1.0
+1999,3,1,5,30,0.0,0.0,0.0,1.0,-8.0,2.2,54.8,0.0,1.0,1.0
+1999,3,1,6,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,50.13,0.0,2.0,2.0
+1999,3,1,7,30,516.0,49.0,135.0,5.0,-7.0,2.7,46.61,184.56450266291844,9.840315508548924,9.286622000560168
+1999,3,1,8,30,756.0,75.0,335.0,9.0,-5.0,3.2,39.27,438.62879409888524,20.12835106462785,18.812464682331196
+1999,3,1,9,30,241.0,227.0,346.0,12.0,-5.0,3.5,32.21,382.39006081492994,21.51120704836419,20.364036865919402
+1999,3,1,10,30,925.0,94.0,652.0,13.0,-6.0,3.7,28.9,832.4027501965235,33.43332541108469,30.93611716049512
+1999,3,1,11,30,79.0,321.0,374.0,14.0,-6.0,4.2,26.75,383.0660906237312,23.099481344633396,21.950283072762204
+1999,3,1,12,30,420.0,296.0,580.0,14.0,-6.0,5.0,27.07,663.7742374179624,28.965254378149215,26.97393166589533
+1999,3,1,13,30,933.0,100.0,694.0,13.0,-6.0,5.8000000000000025,29.2,883.2343648944377,31.90779233458153,29.258089239898215
+1999,3,1,14,30,892.0,94.0,582.0,12.0,-6.0,6.1000000000000005,31.14,744.6542077636453,27.63617719671776,25.402214573426825
+1999,3,1,15,30,818.0,80.0,419.0,11.0,-6.0,5.6000000000000005,33.18,543.5362300362838,22.786930651557803,21.156321961448953
+1999,3,1,16,30,642.0,63.0,222.0,8.0,-5.0,3.9,42.82,295.49459115593754,15.15883030846731,14.272346534999498
+1999,3,1,17,30,134.0,24.0,32.0,6.0,-4.0,2.5,59.07,41.35851010731065,7.0991691494267695,6.975093619104838
+1999,3,1,18,30,0.0,0.0,0.0,4.0,-3.0,2.0,68.73,0.0,4.0,4.0
+1999,3,1,19,30,0.0,0.0,0.0,3.0,-2.0,1.7000000000000002,77.73,0.0,3.0,3.0
+1999,3,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.5,84.21000000000002,0.0,3.0,3.0
+1999,3,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.25,0.0,2.0,2.0
+1999,3,1,22,30,0.0,0.0,0.0,1.0,-3.0,1.5,78.62,0.0,1.0,1.0
+1999,3,1,23,30,0.0,0.0,0.0,0.0,-4.0,1.4,79.11,0.0,0.0,0.0
+1999,3,2,0,30,0.0,0.0,0.0,0.0,-5.0,1.5,79.27,0.0,0.0,0.0
+1999,3,2,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,79.33,0.0,0.0,0.0
+1999,3,2,2,30,0.0,0.0,0.0,-1.0,-7.0,1.2000000000000002,79.4,0.0,-1.0,-1.0
+1999,3,2,3,30,0.0,0.0,0.0,-2.0,-7.0,1.1,79.74,0.0,-2.0,-2.0
+1999,3,2,4,30,0.0,0.0,0.0,-3.0,-8.0,1.0,76.39,0.0,-3.0,-3.0
+1999,3,2,5,30,0.0,0.0,0.0,-4.0,-8.0,1.0,79.39,0.0,-4.0,-4.0
+1999,3,2,6,30,0.0,0.0,0.0,-3.0,-9.0,1.8,72.26,0.0,-3.0,-3.0
+1999,3,2,7,30,158.0,64.0,91.0,-1.0,-9.0,3.2,62.36,104.91568396191312,1.6617918819312703,1.3470448300455309
+1999,3,2,8,30,477.0,113.0,280.0,0.0,-10.0,4.2,54.28,342.5613031737324,8.137316938043732,7.109633028522534
+1999,3,2,9,30,51.0,214.0,239.0,1.0,-11.0,4.800000000000002,42.43,243.29998611257037,6.557238034101195,5.827338075763484
+1999,3,2,10,30,0.0,33.0,33.0,2.0,-12.0,5.1000000000000005,39.91,32.25369618222562,2.7224716648143246,2.6257105762676476
+1999,3,2,11,30,11.0,195.0,202.0,3.0,-12.0,5.2,36.24,200.27487030693638,7.4570575117851625,6.856232900864353
+1999,3,2,12,30,8.0,172.0,178.0,4.0,-12.0,5.2,36.33,175.27104005072601,7.900604726190804,7.374791606038626
+1999,3,2,13,30,530.0,240.0,580.0,4.0,-12.0,5.0,34.05,682.235773350897,19.38148261641653,17.33477529636384
+1999,3,2,14,30,611.0,169.0,506.0,4.0,-12.0,4.5,36.75,613.817849096756,18.29740106894616,16.455947521655894
+1999,3,2,15,30,353.0,168.0,316.0,3.0,-12.0,3.7,40.03,365.77726205907044,11.978881703435057,10.881549917257846
+1999,3,2,16,30,434.0,78.0,188.0,1.0,-11.0,2.4000000000000004,44.71,235.177396931158,7.291960331648053,6.586428140854578
+1999,3,2,17,30,0.0,13.0,13.0,0.0,-10.0,1.3,56.94,12.706001526331303,0.36589376651509664,0.32777576193610275
+1999,3,2,18,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,58.56,0.0,-1.0,-1.0
+1999,3,2,19,30,0.0,0.0,0.0,-2.0,-11.0,0.5,56.82,0.0,-2.0,-2.0
+1999,3,2,20,30,0.0,0.0,0.0,-3.0,-11.0,0.9,59.95,0.0,-3.0,-3.0
+1999,3,2,21,30,0.0,0.0,0.0,-4.0,-11.0,1.3,62.81,0.0,-4.0,-4.0
+1999,3,2,22,30,0.0,0.0,0.0,-4.0,-12.0,1.7000000000000002,61.42,0.0,-4.0,-4.0
+1999,3,2,23,30,0.0,0.0,0.0,-4.0,-12.0,2.1,61.15,0.0,-4.0,-4.0
+1999,3,3,0,30,0.0,0.0,0.0,-4.0,-12.0,2.4000000000000004,60.93,0.0,-4.0,-4.0
+1999,3,3,1,30,0.0,0.0,0.0,-3.0,-12.0,2.8000000000000003,59.99,0.0,-3.0,-3.0
+1999,3,3,2,30,0.0,0.0,0.0,-3.0,-12.0,3.2,54.78,0.0,-3.0,-3.0
+1999,3,3,3,30,0.0,0.0,0.0,-3.0,-12.0,3.3000000000000003,55.22,0.0,-3.0,-3.0
+1999,3,3,4,30,0.0,0.0,0.0,-3.0,-12.0,3.2,57.0,0.0,-3.0,-3.0
+1999,3,3,5,30,0.0,0.0,0.0,-2.0,-11.0,3.1,55.18,0.0,-2.0,-2.0
+1999,3,3,6,30,0.0,0.0,0.0,-1.0,-10.0,3.6,50.53,0.0,-1.0,-1.0
+1999,3,3,7,30,572.0,49.0,150.0,2.0,-9.0,4.2,48.85,203.14182085156529,6.825499448786665,6.21607398623197
+1999,3,3,8,30,789.0,74.0,354.0,7.0,-7.0,4.4,41.68,458.9445880439058,17.760114678928115,16.383280914796398
+1999,3,3,9,30,891.0,88.0,536.0,10.0,-6.0,4.3,33.97,685.5312467102119,26.178031910826093,24.121438170695455
+1999,3,3,10,30,941.0,97.0,673.0,12.0,-7.0,3.7,29.28,854.4057195309167,32.973441157114635,30.410223998521886
+1999,3,3,11,30,961.0,102.0,752.0,13.0,-7.0,3.0,26.82,949.106039506233,37.40043693023269,34.553118811713986
+1999,3,3,12,30,689.0,213.0,686.0,14.0,-7.0,2.8000000000000003,24.64,826.6022740073134,35.5346947558031,33.05488793378116
+1999,3,3,13,30,584.0,230.0,607.0,14.0,-7.0,2.8000000000000003,24.44,719.651075343951,32.74839535958055,30.589442133548697
+1999,3,3,14,30,485.0,213.0,483.0,14.0,-7.0,2.8000000000000003,26.53,565.4786717965101,28.731886145218937,27.035450129829407
+1999,3,3,15,30,584.0,121.0,368.0,13.0,-6.0,2.0,30.51,452.98150710487414,25.44680990310248,24.087865381787857
+1999,3,3,16,30,387.0,85.0,184.0,10.0,-3.0,1.3,47.17,225.50419571706203,16.493827296091727,15.81731470894054
+1999,3,3,17,30,223.0,26.0,41.0,7.0,-4.0,1.4,50.47,55.8632538391733,8.597922081281233,8.430332319763712
+1999,3,3,18,30,0.0,0.0,0.0,5.0,-5.0,1.5,55.48,0.0,5.0,5.0
+1999,3,3,19,30,0.0,0.0,0.0,3.0,-5.0,1.6,63.47,0.0,3.0,3.0
+1999,3,3,20,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,66.07000000000001,0.0,2.0,2.0
+1999,3,3,21,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.65,0.0,2.0,2.0
+1999,3,3,22,30,0.0,0.0,0.0,1.0,-7.0,1.8,59.11,0.0,1.0,1.0
+1999,3,3,23,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.03,0.0,1.0,1.0
+1999,3,4,0,30,0.0,0.0,0.0,1.0,-8.0,1.6,57.88,0.0,1.0,1.0
+1999,3,4,1,30,0.0,0.0,0.0,1.0,-8.0,1.0,56.91,0.0,1.0,1.0
+1999,3,4,2,30,0.0,0.0,0.0,0.0,-8.0,0.6000000000000001,58.33,0.0,0.0,0.0
+1999,3,4,3,30,0.0,0.0,0.0,0.0,-7.0,0.5,61.43,0.0,0.0,0.0
+1999,3,4,4,30,0.0,0.0,0.0,0.0,-7.0,0.4,67.9,0.0,0.0,0.0
+1999,3,4,5,30,0.0,0.0,0.0,0.0,-7.0,0.2,73.09,0.0,0.0,0.0
+1999,3,4,6,30,0.0,0.0,0.0,0.0,-7.0,0.4,63.06,0.0,0.0,0.0
+1999,3,4,7,30,325.0,60.0,119.0,2.0,-5.0,1.0,59.65,147.93250072714565,6.346838895134021,5.903041392952584
+1999,3,4,8,30,772.0,73.0,351.0,5.0,-5.0,1.4,53.0,452.2710753814081,17.936839306878717,16.58002608073449
+1999,3,4,9,30,885.0,83.0,533.0,8.0,-5.0,1.4,45.79,679.6240884106398,27.440083833435015,25.401211568203095
+1999,3,4,10,30,937.0,90.0,670.0,9.0,-5.0,1.7000000000000002,39.86,847.4565983171304,32.758030607172294,30.215660812220904
+1999,3,4,11,30,961.0,95.0,748.0,10.0,-5.0,1.9,37.17,945.2855843962069,36.148295911024086,33.31243915783546
+1999,3,4,12,30,15.0,224.0,235.0,11.0,-5.0,2.1,34.410000000000004,232.44639079959455,17.344537896895396,16.64719872449661
+1999,3,4,13,30,52.0,294.0,328.0,11.0,-5.0,2.3000000000000003,34.22,331.55358951739794,19.929709174197292,18.935048405645098
+1999,3,4,14,30,63.0,256.0,291.0,10.0,-5.0,2.0,36.85,296.769101062255,18.154479880745555,17.26417257755879
+1999,3,4,15,30,547.0,133.0,366.0,9.0,-5.0,1.2000000000000002,40.76,444.6327514562148,21.890405356719445,20.5565071023508
+1999,3,4,16,30,678.0,50.0,226.0,6.0,-3.0,0.6000000000000001,56.69,299.5972862122788,15.044076543673704,14.145284685036868
+1999,3,4,17,30,196.0,29.0,43.0,4.0,-3.0,0.7000000000000001,69.4,55.392861532519035,5.660916273092719,5.494737688495162
+1999,3,4,18,30,0.0,0.0,0.0,3.0,-3.0,0.9,75.44,0.0,3.0,3.0
+1999,3,4,19,30,0.0,0.0,0.0,1.0,-3.0,1.9,76.62,0.0,1.0,1.0
+1999,3,4,20,30,0.0,0.0,0.0,0.0,-3.0,3.4000000000000004,82.86,0.0,0.0,0.0
+1999,3,4,21,30,0.0,0.0,0.0,0.0,-3.0,3.5,95.04,0.0,0.0,0.0
+1999,3,4,22,30,0.0,0.0,0.0,-1.0,-4.0,2.5,98.72,0.0,-1.0,-1.0
+1999,3,4,23,30,0.0,0.0,0.0,-2.0,-4.0,1.6,94.84,0.0,-2.0,-2.0
+1999,3,5,0,30,0.0,0.0,0.0,-3.0,-5.0,1.0,98.32,0.0,-3.0,-3.0
+1999,3,5,1,30,0.0,0.0,0.0,-3.0,-6.0,0.9,100.0,0.0,-3.0,-3.0
+1999,3,5,2,30,0.0,0.0,0.0,-4.0,-6.0,1.2000000000000002,94.94,0.0,-4.0,-4.0
+1999,3,5,3,30,0.0,0.0,0.0,-4.0,-7.0,1.6,97.34,0.0,-4.0,-4.0
+1999,3,5,4,30,0.0,0.0,0.0,-4.0,-7.0,1.9,92.74,0.0,-4.0,-4.0
+1999,3,5,5,30,0.0,0.0,0.0,-4.0,-8.0,2.1,82.19,0.0,-4.0,-4.0
+1999,3,5,6,30,0.0,0.0,0.0,-2.0,-9.0,2.8000000000000003,68.07000000000001,0.0,-2.0,-2.0
+1999,3,5,7,30,12.0,67.0,69.0,0.0,-8.0,3.6,59.94,68.82000909166963,1.7005159722978407,1.494055945022832
+1999,3,5,8,30,0.0,100.0,100.0,1.0,-9.0,3.8,47.19,97.73847327947156,3.383489657367616,3.090274237529201
+1999,3,5,9,30,133.0,243.0,311.0,2.0,-11.0,3.6,41.92,327.8993132933682,10.102265996770424,9.11856805689032
+1999,3,5,10,30,41.0,268.0,294.0,3.0,-12.0,3.4000000000000004,36.12,295.31058522834894,10.393902108086165,9.507970352401118
+1999,3,5,11,30,18.0,244.0,257.0,4.0,-12.0,3.3000000000000003,34.43,254.50992224918798,10.414571029424037,9.651041262676474
+1999,3,5,12,30,192.0,359.0,493.0,4.0,-13.0,3.6,31.29,524.3368279141473,16.956161478332632,15.383150994590192
+1999,3,5,13,30,238.0,327.0,484.0,4.0,-13.0,4.0,33.24,522.5446073731739,16.576603361025423,15.008969538905902
+1999,3,5,14,30,243.0,268.0,406.0,3.0,-13.0,4.2,32.84,442.1041761580557,13.501891975832125,12.175579447357958
+1999,3,5,15,30,521.0,141.0,365.0,2.0,-13.0,4.0,34.68,438.55496493320817,12.555140686839907,11.239475792040283
+1999,3,5,16,30,552.0,68.0,214.0,0.0,-13.0,2.7,36.71,271.5618372182274,7.121873129732192,6.30718761807751
+1999,3,5,17,30,412.0,24.0,55.0,-2.0,-13.0,1.5,48.11,80.90248893092009,0.29867095568748026,0.055963488894720026
+1999,3,5,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,54.63,0.0,-4.0,-4.0
+1999,3,5,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,56.34,0.0,-5.0,-5.0
+1999,3,5,20,30,0.0,0.0,0.0,-5.0,-14.0,1.1,58.67,0.0,-5.0,-5.0
+1999,3,5,21,30,0.0,0.0,0.0,-6.0,-14.0,1.3,57.2,0.0,-6.0,-6.0
+1999,3,5,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,58.01,0.0,-5.0,-5.0
+1999,3,5,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,54.65,0.0,-5.0,-5.0
+1999,3,6,0,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,54.67,0.0,-5.0,-5.0
+1999,3,6,1,30,0.0,0.0,0.0,-5.0,-14.0,2.3000000000000003,56.82,0.0,-5.0,-5.0
+1999,3,6,2,30,0.0,0.0,0.0,-5.0,-13.0,2.2,61.45,0.0,-5.0,-5.0
+1999,3,6,3,30,0.0,0.0,0.0,-5.0,-12.0,2.2,65.59,0.0,-5.0,-5.0
+1999,3,6,4,30,0.0,0.0,0.0,-5.0,-11.0,2.4000000000000004,68.14,0.0,-5.0,-5.0
+1999,3,6,5,30,0.0,0.0,0.0,-5.0,-11.0,2.7,69.60000000000001,0.0,-5.0,-5.0
+1999,3,6,6,30,0.0,0.0,0.0,-4.0,-11.0,3.0,65.48,0.0,-4.0,-4.0
+1999,3,6,7,30,0.0,19.0,19.0,-3.0,-10.0,3.5,62.9,18.570309923099597,-2.538099755379426,-2.593810685148725
+1999,3,6,8,30,18.0,137.0,143.0,-1.0,-10.0,3.7,56.53,142.90180206621346,2.507868063578569,2.0791626573799284
+1999,3,6,9,30,365.0,220.0,410.0,1.0,-9.0,3.6,51.56,464.3543458155624,12.474017401152329,11.080954363705642
+1999,3,6,10,30,856.0,131.0,668.0,3.0,-8.0,3.5,47.67,827.5092217626121,23.582678131961597,21.10015046667376
+1999,3,6,11,30,906.0,126.0,751.0,5.0,-8.0,3.4000000000000004,43.21,932.4573980594844,28.346602072802064,25.54922987862361
+1999,3,6,12,30,927.0,118.0,768.0,6.0,-8.0,3.1,41.23,955.447702420703,30.4013541002219,27.53501099295979
+1999,3,6,13,30,919.0,111.0,717.0,7.0,-7.0,2.8000000000000003,39.24,894.4590187987659,30.302502965575137,27.619125909178837
+1999,3,6,14,30,881.0,102.0,604.0,7.0,-7.0,2.8000000000000003,42.58,754.8883545721756,26.666399188103895,24.401734124387367
+1999,3,6,15,30,414.0,165.0,346.0,6.0,-7.0,3.0,45.72,401.0822314625101,16.311368050854867,15.108121356467336
+1999,3,6,16,30,668.0,66.0,244.0,3.0,-6.0,3.4000000000000004,56.53,313.84026600895675,10.857842964388215,9.916322166361345
+1999,3,6,17,30,295.0,29.0,52.0,0.0,-7.0,3.5,65.01,69.88816650585355,1.738331850077656,1.5286673505600952
+1999,3,6,18,30,0.0,0.0,0.0,-1.0,-8.0,3.5,64.93,0.0,-1.0,-1.0
+1999,3,6,19,30,0.0,0.0,0.0,-2.0,-8.0,3.5,69.12,0.0,-2.0,-2.0
+1999,3,6,20,30,0.0,0.0,0.0,-2.0,-8.0,3.5,73.68,0.0,-2.0,-2.0
+1999,3,6,21,30,0.0,0.0,0.0,-3.0,-9.0,3.6,72.65,0.0,-3.0,-3.0
+1999,3,6,22,30,0.0,0.0,0.0,-3.0,-9.0,3.6,71.5,0.0,-3.0,-3.0
+1999,3,6,23,30,0.0,0.0,0.0,-3.0,-9.0,3.6,75.63,0.0,-3.0,-3.0
+1999,3,7,0,30,0.0,0.0,0.0,-3.0,-9.0,3.5,74.06,0.0,-3.0,-3.0
+1999,3,7,1,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,72.79,0.0,-3.0,-3.0
+1999,3,7,2,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,71.7,0.0,-3.0,-3.0
+1999,3,7,3,30,0.0,0.0,0.0,-3.0,-10.0,3.3000000000000003,65.77,0.0,-3.0,-3.0
+1999,3,7,4,30,0.0,0.0,0.0,-3.0,-10.0,3.5,65.6,0.0,-3.0,-3.0
+1999,3,7,5,30,0.0,0.0,0.0,-2.0,-10.0,3.7,65.54,0.0,-2.0,-2.0
+1999,3,7,6,30,0.0,0.0,0.0,-1.0,-10.0,4.1000000000000005,56.77,0.0,-1.0,-1.0
+1999,3,7,7,30,307.0,67.0,128.0,2.0,-9.0,4.3,49.76,152.94148910518118,5.609306363651162,5.150481896335618
+1999,3,7,8,30,846.0,65.0,383.0,5.0,-7.0,4.5,46.01,489.68844643111544,16.40610708495576,14.937041745662412
+1999,3,7,9,30,938.0,76.0,568.0,8.0,-6.0,4.9,39.56,718.2049588546392,24.29811249672153,22.14349762015761
+1999,3,7,10,30,984.0,82.0,705.0,11.0,-6.0,5.2,34.7,887.4389889794327,30.749690043588156,28.087373076649857
+1999,3,7,11,30,997.0,87.0,780.0,12.0,-6.0,5.7,32.49,978.7025285579595,33.0871454923524,30.15103790667852
+1999,3,7,12,30,987.0,92.0,788.0,13.0,-6.0,6.0,30.87,987.2050394925682,33.862994279358254,30.901379160880552
+1999,3,7,13,30,958.0,94.0,730.0,13.0,-6.0,6.1000000000000005,29.43,913.6424211271793,32.184575393841286,29.443648130459746
+1999,3,7,14,30,906.0,93.0,612.0,13.0,-6.0,6.3000000000000025,31.7,766.7153769673367,28.89397114300768,26.59382501210567
+1999,3,7,15,30,365.0,177.0,338.0,11.0,-6.0,5.300000000000002,34.05,385.13963633546604,19.51575767972284,18.36033877071644
+1999,3,7,16,30,636.0,72.0,244.0,8.0,-3.0,3.6,48.99,308.82664354304757,15.630987658204962,14.70450772757582
+1999,3,7,17,30,127.0,31.0,42.0,5.0,-4.0,3.0,63.35,48.364348847435096,6.243392407804673,6.0982993612623675
+1999,3,7,18,30,0.0,0.0,0.0,3.0,-4.0,3.1,69.24,0.0,3.0,3.0
+1999,3,7,19,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,72.98,0.0,2.0,2.0
+1999,3,7,20,30,0.0,0.0,0.0,2.0,-3.0,2.2,77.14,0.0,2.0,2.0
+1999,3,7,21,30,0.0,0.0,0.0,2.0,-2.0,1.5,80.64,0.0,2.0,2.0
+1999,3,7,22,30,0.0,0.0,0.0,1.0,-2.0,1.2000000000000002,83.13,0.0,1.0,1.0
+1999,3,7,23,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.95,0.0,1.0,1.0
+1999,3,8,0,30,0.0,0.0,0.0,1.0,-2.0,2.6,82.01,0.0,1.0,1.0
+1999,3,8,1,30,0.0,0.0,0.0,0.0,-3.0,2.7,84.29,0.0,0.0,0.0
+1999,3,8,2,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,80.65,0.0,0.0,0.0
+1999,3,8,3,30,0.0,0.0,0.0,0.0,-4.0,1.3,83.07000000000002,0.0,0.0,0.0
+1999,3,8,4,30,0.0,0.0,0.0,0.0,-5.0,1.9,85.7,0.0,0.0,0.0
+1999,3,8,5,30,0.0,0.0,0.0,-1.0,-5.0,2.4000000000000004,83.46000000000002,0.0,-1.0,-1.0
+1999,3,8,6,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,75.87,0.0,0.0,0.0
+1999,3,8,7,30,500.0,65.0,167.0,0.0,-6.0,5.0,67.95,207.67840904681185,4.68225496717773,4.059219740037295
+1999,3,8,8,30,734.0,93.0,372.0,2.0,-7.0,6.1000000000000005,58.36,463.1665225909462,11.725525946558927,10.336026378786087
+1999,3,8,9,30,869.0,100.0,561.0,4.0,-8.0,6.5,49.8,697.2489102012454,18.269885783750816,16.17813905314708
+1999,3,8,10,30,940.0,103.0,703.0,5.0,-9.0,6.3000000000000025,43.29,874.9273030710166,23.137198920209855,20.512417010996806
+1999,3,8,11,30,974.0,103.0,785.0,6.0,-9.0,5.9,38.55,976.6999783036622,26.77431768609855,23.84421775118756
+1999,3,8,12,30,986.0,100.0,801.0,6.0,-10.0,5.4,34.78,996.8828569396605,27.89955909955423,24.90891052873525
+1999,3,8,13,30,980.0,94.0,749.0,6.0,-10.0,4.9,33.93,934.9747019518965,27.217234281286608,24.412310175430918
+1999,3,8,14,30,953.0,84.0,634.0,6.0,-10.0,4.4,35.93,795.0833970406576,24.641005372637192,22.25575518151522
+1999,3,8,15,30,894.0,71.0,468.0,5.0,-10.0,3.6,38.43,590.7018860159676,19.59601655528118,17.82391089723328
+1999,3,8,16,30,762.0,55.0,265.0,3.0,-10.0,2.2,41.95,340.710573236472,12.237719988638807,11.215588268929391
+1999,3,8,17,30,413.0,27.0,62.0,0.0,-8.0,0.9,54.77,85.68269544093707,2.5347132905202603,2.277665204197449
+1999,3,8,18,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,61.01,0.0,0.0,0.0
+1999,3,8,19,30,0.0,0.0,0.0,-1.0,-9.0,0.8,63.48,0.0,-1.0,-1.0
+1999,3,8,20,30,0.0,0.0,0.0,-2.0,-10.0,1.0,67.1,0.0,-2.0,-2.0
+1999,3,8,21,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,70.84,0.0,-3.0,-3.0
+1999,3,8,22,30,0.0,0.0,0.0,-4.0,-10.0,1.4,69.35000000000001,0.0,-4.0,-4.0
+1999,3,8,23,30,0.0,0.0,0.0,-4.0,-11.0,1.6,67.23,0.0,-4.0,-4.0
+1999,3,9,0,30,0.0,0.0,0.0,-4.0,-11.0,1.8,64.62,0.0,-4.0,-4.0
+1999,3,9,1,30,0.0,0.0,0.0,-4.0,-11.0,2.2,62.61,0.0,-4.0,-4.0
+1999,3,9,2,30,0.0,0.0,0.0,-3.0,-12.0,2.5,60.67,0.0,-3.0,-3.0
+1999,3,9,3,30,0.0,0.0,0.0,-3.0,-12.0,2.6,55.72,0.0,-3.0,-3.0
+1999,3,9,4,30,0.0,0.0,0.0,-2.0,-12.0,2.5,57.3,0.0,-2.0,-2.0
+1999,3,9,5,30,0.0,0.0,0.0,-2.0,-11.0,2.5,55.25,0.0,-2.0,-2.0
+1999,3,9,6,30,0.0,0.0,0.0,-1.0,-11.0,2.7,49.84,0.0,-1.0,-1.0
+1999,3,9,7,30,595.0,55.0,178.0,2.0,-10.0,2.6,46.45,227.3280307808468,8.001562448718957,7.319578356376416
+1999,3,9,8,30,804.0,75.0,385.0,5.0,-8.0,1.7000000000000002,41.54,483.85802621083116,18.56472274694723,17.113148668314736
+1999,3,9,9,30,680.0,141.0,505.0,8.0,-7.0,0.8,37.14,609.2332957241322,26.144598155095593,24.316898267923197
+1999,3,9,10,30,960.0,88.0,706.0,10.0,-7.0,0.6000000000000001,36.14,879.849566842331,36.56041024284173,33.92086154231474
+1999,3,9,11,30,978.0,92.0,781.0,11.0,-6.0,1.2000000000000002,34.61,972.4986426396932,39.19383338593212,36.276337458013046
+1999,3,9,12,30,463.0,295.0,626.0,12.0,-6.0,1.9,32.82,711.8193569337034,31.69020102235681,29.5547429515557
+1999,3,9,13,30,373.0,311.0,562.0,12.0,-6.0,2.7,30.97,625.7823628452079,28.411520266104855,26.53417317756923
+1999,3,9,14,30,365.0,260.0,473.0,11.0,-6.0,3.4000000000000004,33.21,527.9902144825865,24.219668224533724,22.635697581085964
+1999,3,9,15,30,565.0,135.0,388.0,10.0,-6.0,3.3000000000000003,35.85,462.4661679529743,21.65582094726904,20.268422443410117
+1999,3,9,16,30,493.0,81.0,219.0,8.0,-4.0,2.4000000000000004,46.28,265.61702704814286,15.106345335076643,14.309494253932215
+1999,3,9,17,30,336.0,31.0,60.0,5.0,-4.0,2.0,64.29,78.98274550173973,7.1702502275830735,6.933301991077855
+1999,3,9,18,30,0.0,0.0,0.0,3.0,-5.0,2.5,62.85,0.0,3.0,3.0
+1999,3,9,19,30,0.0,0.0,0.0,2.0,-5.0,2.6,65.44,0.0,2.0,2.0
+1999,3,9,20,30,0.0,0.0,0.0,1.0,-5.0,2.2,65.63,0.0,1.0,1.0
+1999,3,9,21,30,0.0,0.0,0.0,0.0,-5.0,1.9,70.23,0.0,0.0,0.0
+1999,3,9,22,30,0.0,0.0,0.0,0.0,-5.0,1.8,75.14,0.0,0.0,0.0
+1999,3,9,23,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,73.75,0.0,0.0,0.0
+1999,3,10,0,30,0.0,0.0,0.0,0.0,-6.0,1.6,76.72,0.0,0.0,0.0
+1999,3,10,1,30,0.0,0.0,0.0,-1.0,-7.0,1.6,73.64,0.0,-1.0,-1.0
+1999,3,10,2,30,0.0,0.0,0.0,-1.0,-7.0,1.7000000000000002,76.24,0.0,-1.0,-1.0
+1999,3,10,3,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,73.41,0.0,-2.0,-2.0
+1999,3,10,4,30,0.0,0.0,0.0,-2.0,-8.0,1.8,71.25,0.0,-2.0,-2.0
+1999,3,10,5,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.14,0.0,-1.0,-1.0
+1999,3,10,6,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,56.68,0.0,0.0,0.0
+1999,3,10,7,30,393.0,66.0,150.0,2.0,-7.0,3.6,56.87000000000001,180.51573465893804,6.460474418562093,5.9189272145852785
+1999,3,10,8,30,876.0,65.0,408.0,4.0,-8.0,4.3,44.7,513.8866321369791,16.127345577835282,14.585685681424346
+1999,3,10,9,30,962.0,75.0,594.0,6.0,-9.0,4.0,38.03,743.4667021367989,23.893756232425662,21.663356126015266
+1999,3,10,10,30,1001.0,82.0,731.0,7.0,-10.0,3.1,31.54,911.1025526815442,30.268815188179897,27.535507530135263
+1999,3,10,11,30,1011.0,88.0,805.0,8.0,-10.0,2.2,29.1,1001.3923292183265,35.15085078874054,32.14667380108556
+1999,3,10,12,30,1004.0,91.0,814.0,9.0,-10.0,1.7000000000000002,27.17,1010.0056499679602,37.31501364554387,34.28499669563999
+1999,3,10,13,30,981.0,91.0,756.0,10.0,-10.0,1.9,27.31,937.7105924721754,35.93875803842476,33.12562626100823
+1999,3,10,14,30,935.0,89.0,636.0,9.0,-10.0,2.9000000000000004,29.34,790.5116682896767,29.45829931488788,27.08676431001885
+1999,3,10,15,30,853.0,81.0,466.0,8.0,-10.0,3.9,31.93,579.7263314089637,22.044799993367533,20.305620999140643
+1999,3,10,16,30,699.0,66.0,264.0,6.0,-9.0,4.1000000000000005,38.9,329.9622781193948,13.88958964116045,12.899702806802265
+1999,3,10,17,30,340.0,33.0,64.0,3.0,-8.0,3.3000000000000003,49.71,81.96908165084764,5.065917477084524,4.820010232131981
+1999,3,10,18,30,0.0,0.0,0.0,1.0,-8.0,2.4000000000000004,52.99,0.0,1.0,1.0
+1999,3,10,19,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.24,0.0,0.0,0.0
+1999,3,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.3,63.06,0.0,0.0,0.0
+1999,3,10,21,30,0.0,0.0,0.0,-1.0,-8.0,1.3,66.22,0.0,-1.0,-1.0
+1999,3,10,22,30,0.0,0.0,0.0,-1.0,-8.0,1.3,71.77,0.0,-1.0,-1.0
+1999,3,10,23,30,0.0,0.0,0.0,-2.0,-8.0,1.3,77.77,0.0,-2.0,-2.0
+1999,3,11,0,30,0.0,0.0,0.0,-3.0,-8.0,1.4,85.54,0.0,-3.0,-3.0
+1999,3,11,1,30,0.0,0.0,0.0,-4.0,-7.0,1.5,87.19,0.0,-4.0,-4.0
+1999,3,11,2,30,0.0,0.0,0.0,-4.0,-7.0,1.7000000000000002,88.44,0.0,-4.0,-4.0
+1999,3,11,3,30,0.0,0.0,0.0,-4.0,-7.0,1.9,89.91,0.0,-4.0,-4.0
+1999,3,11,4,30,0.0,0.0,0.0,-3.0,-7.0,2.3000000000000003,91.41,0.0,-3.0,-3.0
+1999,3,11,5,30,0.0,0.0,0.0,-2.0,-6.0,2.9000000000000004,86.07000000000002,0.0,-2.0,-2.0
+1999,3,11,6,30,0.0,12.0,12.0,-1.0,-6.0,4.2,74.82000000000002,11.728616793536586,-0.7213944738951831,-0.7565803242757928
+1999,3,11,7,30,379.0,78.0,161.0,1.0,-6.0,5.9,67.05,189.42677852490715,5.029089958786883,4.460809623212161
+1999,3,11,8,30,499.0,139.0,337.0,3.0,-5.0,6.9,59.68,394.1221234456277,10.862652492261496,9.680286121924613
+1999,3,11,9,30,550.0,192.0,492.0,5.0,-6.0,7.1000000000000005,51.03,572.6593798845622,16.279922482204405,14.56194434255072
+1999,3,11,10,30,541.0,251.0,605.0,6.0,-6.0,7.2,46.3,696.1518042817945,19.625553295557996,17.53709788271261
+1999,3,11,11,30,526.0,293.0,668.0,7.0,-6.0,7.2,42.26,764.1776046362756,21.957000204841272,19.664467390932444
+1999,3,11,12,30,526.0,297.0,678.0,8.0,-6.0,7.1000000000000005,39.11,774.2421071416807,23.250585702057737,20.927859380632697
+1999,3,11,13,30,896.0,126.0,737.0,9.0,-6.0,7.1000000000000005,36.64,900.5097397166799,26.7377345334356,24.03620531428556
+1999,3,11,14,30,846.0,120.0,620.0,9.0,-6.0,7.1000000000000005,36.88,755.6160380740314,23.883699866233968,21.616851752011875
+1999,3,11,15,30,444.0,169.0,372.0,8.0,-6.0,6.9,39.93,426.5296464260103,16.509175679293094,15.229586740015062
+1999,3,11,16,30,269.0,111.0,188.0,5.0,-5.0,5.9,51.8,211.05934921337683,9.489212725073594,8.856034677433463
+1999,3,11,17,30,81.0,38.0,46.0,3.0,-5.0,4.6000000000000005,63.58,49.09229154100137,4.136042484423383,3.9887656098003785
+1999,3,11,18,30,0.0,0.0,0.0,1.0,-4.0,3.6,69.35000000000001,0.0,1.0,1.0
+1999,3,11,19,30,0.0,0.0,0.0,0.0,-4.0,2.9000000000000004,80.18,0.0,0.0,0.0
+1999,3,11,20,30,0.0,0.0,0.0,0.0,-5.0,2.4000000000000004,85.63,0.0,0.0,0.0
+1999,3,11,21,30,0.0,0.0,0.0,-1.0,-5.0,2.2,91.34,0.0,-1.0,-1.0
+1999,3,11,22,30,0.0,0.0,0.0,-1.0,-5.0,2.0,90.88,0.0,-1.0,-1.0
+1999,3,11,23,30,0.0,0.0,0.0,-1.0,-5.0,1.8,90.34,0.0,-1.0,-1.0
+1999,3,12,0,30,0.0,0.0,0.0,-1.0,-5.0,1.3,89.4,0.0,-1.0,-1.0
+1999,3,12,1,30,0.0,0.0,0.0,-2.0,-5.0,0.9,87.75,0.0,-2.0,-2.0
+1999,3,12,2,30,0.0,0.0,0.0,-3.0,-6.0,0.8,91.87,0.0,-3.0,-3.0
+1999,3,12,3,30,0.0,0.0,0.0,-3.0,-6.0,0.9,89.05,0.0,-3.0,-3.0
+1999,3,12,4,30,0.0,0.0,0.0,-3.0,-7.0,0.9,92.42,0.0,-3.0,-3.0
+1999,3,12,5,30,0.0,0.0,0.0,-4.0,-7.0,1.3,88.76,0.0,-4.0,-4.0
+1999,3,12,6,30,0.0,6.0,6.0,-3.0,-7.0,2.5,79.61,5.864308396768293,-2.84414654068226,-2.861739465872565
+1999,3,12,7,30,94.0,88.0,109.0,-2.0,-8.0,3.9,79.05,114.41019597317859,0.7717704588990343,0.4285398709794985
+1999,3,12,8,30,92.0,175.0,213.0,-2.0,-8.0,4.7,72.59,218.98425848408112,3.034549357243642,2.3775965817913987
+1999,3,12,9,30,0.0,92.0,92.0,-1.0,-8.0,5.2,71.24,89.91939541711383,1.0011293288309617,0.7313711425796203
+1999,3,12,10,30,6.0,157.0,162.0,-1.0,-8.0,5.4,65.34,158.47619902569033,2.481410942395101,2.00598234531803
+1999,3,12,11,30,0.0,36.0,36.0,-1.0,-8.0,5.2,65.85,35.185850380609764,-0.21694939306614536,-0.32250694420797466
+1999,3,12,12,30,5.0,137.0,141.0,-1.0,-8.0,4.800000000000002,66.42,138.51796600026228,2.1639019852094528,1.748348087208666
+1999,3,12,13,30,9.0,175.0,181.0,-1.0,-8.0,4.5,65.94,178.87035114427502,3.1663518801484263,2.6297408267156013
+1999,3,12,14,30,15.0,205.0,215.0,-1.0,-8.0,4.5,70.59,211.72042246548605,3.9315147790670046,3.2963535116705467
+1999,3,12,15,30,26.0,178.0,190.0,-2.0,-8.0,4.5,70.92,189.32456795597537,2.40985755669163,1.8418838528237038
+1999,3,12,16,30,0.0,87.0,87.0,-2.0,-8.0,4.1000000000000005,71.62,85.03247175314027,0.03317576824067575,-0.22192164701874506
+1999,3,12,17,30,177.0,43.0,61.0,-3.0,-8.0,3.3000000000000003,76.9,68.36981046032192,-1.2768333682621575,-1.4819427996431231
+1999,3,12,18,30,0.0,0.0,0.0,-4.0,-8.0,2.8000000000000003,81.81,0.0,-4.0,-4.0
+1999,3,12,19,30,0.0,0.0,0.0,-4.0,-8.0,2.6,87.68,0.0,-4.0,-4.0
+1999,3,12,20,30,0.0,0.0,0.0,-4.0,-8.0,2.6,81.36,0.0,-4.0,-4.0
+1999,3,12,21,30,0.0,0.0,0.0,-4.0,-8.0,2.7,82.16,0.0,-4.0,-4.0
+1999,3,12,22,30,0.0,0.0,0.0,-4.0,-8.0,2.7,88.82000000000002,0.0,-4.0,-4.0
+1999,3,12,23,30,0.0,0.0,0.0,-4.0,-8.0,2.4000000000000004,88.13,0.0,-4.0,-4.0
+1999,3,13,0,30,0.0,0.0,0.0,-5.0,-8.0,1.9,86.52,0.0,-5.0,-5.0
+1999,3,13,1,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.86,0.0,-5.0,-5.0
+1999,3,13,2,30,0.0,0.0,0.0,-5.0,-9.0,1.6,87.27,0.0,-5.0,-5.0
+1999,3,13,3,30,0.0,0.0,0.0,-6.0,-10.0,1.6,83.67,0.0,-6.0,-6.0
+1999,3,13,4,30,0.0,0.0,0.0,-6.0,-10.0,1.8,79.19,0.0,-6.0,-6.0
+1999,3,13,5,30,0.0,0.0,0.0,-5.0,-11.0,2.2,68.94,0.0,-5.0,-5.0
+1999,3,13,6,30,0.0,19.0,19.0,-3.0,-12.0,3.0,56.48,18.570309923099597,-2.52257845046566,-2.578289380234959
+1999,3,13,7,30,580.0,66.0,199.0,0.0,-10.0,3.4000000000000004,50.96,241.77089209350447,6.053390559440157,5.328077883159644
+1999,3,13,8,30,797.0,87.0,411.0,2.0,-8.0,3.4000000000000004,51.19,503.03784062043974,14.594917812832701,13.085804290971382
+1999,3,13,9,30,910.0,94.0,600.0,5.0,-8.0,3.4000000000000004,45.89,734.9550552199518,23.40159480885997,21.196729643200115
+1999,3,13,10,30,970.0,96.0,739.0,6.0,-8.0,3.8,39.17,908.2536185603071,28.14903746158565,25.424276605904726
+1999,3,13,11,30,995.0,96.0,817.0,7.0,-8.0,4.1000000000000005,35.68,1003.456153723633,30.993219227659765,27.982850766488866
+1999,3,13,12,30,998.0,95.0,827.0,8.0,-8.0,4.1000000000000005,33.27,1016.3164083726858,32.30071538279644,29.251766157678386
+1999,3,13,13,30,989.0,88.0,771.0,9.0,-8.0,4.0,33.76,948.6386747808275,31.831835172163615,28.985919147821132
+1999,3,13,14,30,965.0,78.0,655.0,9.0,-8.0,3.7,34.59,808.2348625491127,28.84006654368968,26.415361956042343
+1999,3,13,15,30,907.0,67.0,487.0,8.0,-8.0,2.9000000000000004,38.26,602.5064510696577,23.592758221776243,21.78523886856727
+1999,3,13,16,30,783.0,54.0,284.0,5.0,-5.0,1.6,52.04,353.67543243446653,14.981772829436052,13.920746532132652
+1999,3,13,17,30,469.0,29.0,78.0,2.0,-5.0,0.8,64.24,98.73199932987646,4.94050319551308,4.6443071975234504
+1999,3,13,18,30,0.0,0.0,0.0,0.0,-8.0,1.0,57.22,0.0,0.0,0.0
+1999,3,13,19,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.94000000000001,0.0,0.0,0.0
+1999,3,13,20,30,0.0,0.0,0.0,-1.0,-8.0,1.8,68.15,0.0,-1.0,-1.0
+1999,3,13,21,30,0.0,0.0,0.0,-1.0,-8.0,2.0,71.44,0.0,-1.0,-1.0
+1999,3,13,22,30,0.0,0.0,0.0,-1.0,-9.0,2.0,66.53,0.0,-1.0,-1.0
+1999,3,13,23,30,0.0,0.0,0.0,-1.0,-10.0,1.9,61.17,0.0,-1.0,-1.0
+1999,3,14,0,30,0.0,0.0,0.0,-1.0,-11.0,1.8,57.18,0.0,-1.0,-1.0
+1999,3,14,1,30,0.0,0.0,0.0,-1.0,-11.0,1.7000000000000002,54.65,0.0,-1.0,-1.0
+1999,3,14,2,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,49.32,0.0,-1.0,-1.0
+1999,3,14,3,30,0.0,0.0,0.0,-1.0,-12.0,1.9,48.83,0.0,-1.0,-1.0
+1999,3,14,4,30,0.0,0.0,0.0,-1.0,-12.0,2.0,48.78,0.0,-1.0,-1.0
+1999,3,14,5,30,0.0,0.0,0.0,0.0,-12.0,2.2,48.42,0.0,0.0,0.0
+1999,3,14,6,30,271.0,15.0,26.0,1.0,-11.0,2.9000000000000004,43.42,33.77794726867166,1.8741671795434631,1.7728333377374481
+1999,3,14,7,30,732.0,45.0,217.0,5.0,-10.0,3.3000000000000003,37.63,270.2635547649012,11.811619576099348,11.000828911804645
+1999,3,14,8,30,888.0,60.0,427.0,9.0,-8.0,2.4000000000000004,31.93,527.4473570938237,23.111380988022415,21.529038916740944
+1999,3,14,9,30,961.0,70.0,609.0,12.0,-8.0,1.5,26.09,750.7188843886217,33.33006929989152,31.077912646725657
+1999,3,14,10,30,998.0,76.0,744.0,14.0,-7.0,1.2000000000000002,26.33,915.3269957449635,40.536362808313484,37.7903818210786
+1999,3,14,11,30,1015.0,80.0,820.0,15.0,-7.0,1.1,25.53,1008.9915841606742,44.4492306003323,41.42225584785028
+1999,3,14,12,30,1015.0,81.0,830.0,16.0,-7.0,1.0,24.21,1020.95815975128,45.99976757843691,42.93689309918307
+1999,3,14,13,30,998.0,81.0,774.0,16.0,-6.0,0.9,22.76,951.8887479174043,44.1593039064242,41.30363766267199
+1999,3,14,14,30,962.0,77.0,657.0,16.0,-6.0,0.7000000000000001,22.83,806.8641106281492,40.19325693672705,37.7726646048426
+1999,3,14,15,30,85.0,208.0,248.0,15.0,-6.0,0.5,24.66,253.76812579084807,22.712550623513028,21.951246246140485
+1999,3,14,16,30,765.0,57.0,285.0,12.0,-3.0,0.5,39.04,350.79984401170987,22.661549976889805,21.609150444854677
+1999,3,14,17,30,446.0,31.0,79.0,8.0,-2.0,0.7000000000000001,52.56,97.78704345796342,10.932076214939864,10.638715084565973
+1999,3,14,18,30,0.0,0.0,0.0,6.0,-5.0,1.1,50.46,0.0,6.0,6.0
+1999,3,14,19,30,0.0,0.0,0.0,4.0,-5.0,1.5,56.86,0.0,4.0,4.0
+1999,3,14,20,30,0.0,0.0,0.0,3.0,-6.0,1.8,63.48,0.0,3.0,3.0
+1999,3,14,21,30,0.0,0.0,0.0,2.0,-6.0,1.9,60.95,0.0,2.0,2.0
+1999,3,14,22,30,0.0,0.0,0.0,2.0,-7.0,1.9,58.02,0.0,2.0,2.0
+1999,3,14,23,30,0.0,0.0,0.0,1.0,-7.0,2.0,55.12000000000001,0.0,1.0,1.0
+1999,3,15,0,30,0.0,0.0,0.0,1.0,-8.0,2.2,52.17,0.0,1.0,1.0
+1999,3,15,1,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,50.16,0.0,1.0,1.0
+1999,3,15,2,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.63,0.0,1.0,1.0
+1999,3,15,3,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,49.42,0.0,1.0,1.0
+1999,3,15,4,30,0.0,0.0,0.0,1.0,-9.0,2.4000000000000004,48.89,0.0,1.0,1.0
+1999,3,15,5,30,0.0,0.0,0.0,2.0,-9.0,2.3000000000000003,48.3,0.0,2.0,2.0
+1999,3,15,6,30,0.0,9.0,9.0,4.0,-9.0,2.2,43.05,8.796462595152441,4.238499373743106,4.212109985957649
+1999,3,15,7,30,0.0,73.0,73.0,8.0,-7.0,2.6,38.7,71.34908549401425,9.8836480075971,9.669600751115057
+1999,3,15,8,30,80.0,181.0,215.0,11.0,-5.0,3.0,34.37,219.42030218710892,16.641046439357304,15.982785532795978
+1999,3,15,9,30,361.0,247.0,452.0,14.0,-7.0,3.0,27.16,498.9141704958153,26.826515946643656,25.32977343515621
+1999,3,15,10,30,19.0,241.0,254.0,15.0,-9.0,2.9000000000000004,20.57,251.6214801251229,21.511918496525627,20.75705405615026
+1999,3,15,11,30,105.0,372.0,450.0,16.0,-9.0,2.7,18.23,460.17912780596174,28.068475448379008,26.687938064961124
+1999,3,15,12,30,540.0,304.0,705.0,17.0,-9.0,2.5,17.04,799.5334764437061,38.248892403537376,35.85029197420626
+1999,3,15,13,30,523.0,277.0,643.0,18.0,-9.0,2.4000000000000004,16.04,729.2405547461889,37.510177009209606,35.32245534497104
+1999,3,15,14,30,42.0,260.0,286.0,18.0,-9.0,2.3000000000000003,17.17,286.1450924776756,25.706725362764775,24.848290085331747
+1999,3,15,15,30,224.0,213.0,319.0,17.0,-9.0,1.7000000000000002,18.78,341.55640980921453,26.575366637580373,25.55069740815273
+1999,3,15,16,30,393.0,103.0,222.0,14.0,-2.0,1.0,38.36,252.82437469355762,21.428974837537034,20.67050171345636
+1999,3,15,17,30,165.0,42.0,60.0,11.0,-2.0,1.1,43.0,66.21681515093172,12.93265661439733,12.734006168944534
+1999,3,15,18,30,0.0,0.0,0.0,9.0,-5.0,1.4,40.68,0.0,9.0,9.0
+1999,3,15,19,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,43.83,0.0,8.0,8.0
+1999,3,15,20,30,0.0,0.0,0.0,6.0,-5.0,2.0,50.97,0.0,6.0,6.0
+1999,3,15,21,30,0.0,0.0,0.0,5.0,-5.0,2.5,51.9,0.0,5.0,5.0
+1999,3,15,22,30,0.0,0.0,0.0,5.0,-6.0,2.8000000000000003,51.91,0.0,5.0,5.0
+1999,3,15,23,30,0.0,0.0,0.0,4.0,-7.0,2.8000000000000003,49.42,0.0,4.0,4.0
+1999,3,16,0,30,0.0,0.0,0.0,4.0,-7.0,2.7,47.94,0.0,4.0,4.0
+1999,3,16,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,50.87000000000001,0.0,4.0,4.0
+1999,3,16,2,30,0.0,0.0,0.0,3.0,-8.0,2.5,50.42,0.0,3.0,3.0
+1999,3,16,3,30,0.0,0.0,0.0,3.0,-8.0,2.4000000000000004,53.34,0.0,3.0,3.0
+1999,3,16,4,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,51.63,0.0,2.0,2.0
+1999,3,16,5,30,0.0,0.0,0.0,2.0,-9.0,2.1,49.5,0.0,2.0,2.0
+1999,3,16,6,30,223.0,20.0,31.0,5.0,-8.0,2.1,41.25,36.75048942957921,6.0030909583640035,5.892839490075266
+1999,3,16,7,30,0.0,7.0,7.0,10.0,-6.0,2.6,35.33,6.8416931295630095,10.180623781550407,10.160098702161719
+1999,3,16,8,30,841.0,81.0,437.0,14.0,-8.0,2.8000000000000003,24.05,528.932760606116,27.779789753997463,26.192991472179116
+1999,3,16,9,30,638.0,169.0,534.0,15.0,-10.0,2.6,18.16,622.3425872370743,31.430124736361005,29.56309697464978
+1999,3,16,10,30,597.0,242.0,647.0,16.0,-11.0,2.7,16.35,743.2873743718955,35.49316013411138,33.26329801099569
+1999,3,16,11,30,594.0,281.0,720.0,17.0,-11.0,3.0,15.37,822.6873886932112,38.1503571840612,35.682295017981566
+1999,3,16,12,30,470.0,322.0,673.0,18.0,-11.0,3.3000000000000003,15.52,753.1585243276054,36.982320249131384,34.72284467614857
+1999,3,16,13,30,545.0,276.0,659.0,17.0,-10.0,3.6,15.79,748.7210422912017,35.50060916899519,33.254446042121586
+1999,3,16,14,30,491.0,232.0,531.0,17.0,-10.0,3.7,17.18,602.0031984125146,31.77761486104238,29.971605265804836
+1999,3,16,15,30,270.0,210.0,339.0,16.0,-10.0,3.5,18.96,366.4463794823437,25.114639067637412,24.01529992919038
+1999,3,16,16,30,315.0,114.0,211.0,12.0,-7.0,2.5,28.74,233.8164205284698,18.214048702611784,17.512599441026374
+1999,3,16,17,30,82.0,43.0,52.0,8.0,-4.0,1.7000000000000002,46.54,54.63153654773006,9.531568365855257,9.367673756212067
+1999,3,16,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.99,0.0,6.0,6.0
+1999,3,16,19,30,0.0,0.0,0.0,5.0,-5.0,1.7000000000000002,53.23,0.0,5.0,5.0
+1999,3,16,20,30,0.0,0.0,0.0,5.0,-6.0,1.8,55.27,0.0,5.0,5.0
+1999,3,16,21,30,0.0,0.0,0.0,4.0,-6.0,1.9,57.31,0.0,4.0,4.0
+1999,3,16,22,30,0.0,0.0,0.0,3.0,-6.0,1.9,55.34,0.0,3.0,3.0
+1999,3,16,23,30,0.0,0.0,0.0,2.0,-7.0,1.8,57.99,0.0,2.0,2.0
+1999,3,17,0,30,0.0,0.0,0.0,1.0,-7.0,1.5,57.66,0.0,1.0,1.0
+1999,3,17,1,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,57.6,0.0,0.0,0.0
+1999,3,17,2,30,0.0,0.0,0.0,0.0,-7.0,0.8,61.94000000000001,0.0,0.0,0.0
+1999,3,17,3,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,66.81,0.0,0.0,0.0
+1999,3,17,4,30,0.0,0.0,0.0,0.0,-7.0,0.7000000000000001,67.89,0.0,0.0,0.0
+1999,3,17,5,30,0.0,0.0,0.0,-1.0,-6.0,0.6000000000000001,74.71000000000002,0.0,-1.0,-1.0
+1999,3,17,6,30,247.0,21.0,34.0,0.0,-6.0,0.8,70.95,40.40545875396816,1.203382706606069,1.0821663303441644
+1999,3,17,7,30,675.0,57.0,226.0,2.0,-6.0,1.3,60.12000000000001,271.4667121775481,9.817406411944013,9.00300627541137
+1999,3,17,8,30,834.0,77.0,434.0,4.0,-7.0,1.8,50.26,524.1258961170156,18.595571605429598,17.02319391707855
+1999,3,17,9,30,911.0,89.0,614.0,6.0,-7.0,2.6,43.54,742.7219825909691,25.608195017768196,23.380029069995288
+1999,3,17,10,30,951.0,97.0,747.0,8.0,-7.0,3.5,41.11,904.921174641847,30.508149495635354,27.793385971709814
+1999,3,17,11,30,970.0,101.0,823.0,9.0,-7.0,4.2,38.6,996.3185815772522,32.66688821663133,29.67793247189957
+1999,3,17,12,30,973.0,102.0,833.0,10.0,-7.0,4.6000000000000005,35.92,1009.7160564073065,33.36579331044482,30.336645141222903
+1999,3,17,13,30,960.0,98.0,778.0,10.0,-7.0,4.800000000000002,33.230000000000004,941.4982494377596,31.504850717066635,28.680355968753357
+1999,3,17,14,30,927.0,91.0,661.0,9.0,-7.0,4.7,35.160000000000004,799.1055294956399,27.37180561626795,24.97448902778103
+1999,3,17,15,30,863.0,81.0,493.0,8.0,-7.0,4.6000000000000005,37.09,595.7151321695239,21.7854167633069,19.998271366798328
+1999,3,17,16,30,738.0,64.0,292.0,6.0,-7.0,4.0,41.73,350.28920989274036,14.430760536625035,13.379892906946814
+1999,3,17,17,30,438.0,35.0,87.0,3.0,-7.0,2.7,52.35,102.06942805367581,5.676832372578362,5.370624088417335
+1999,3,17,18,30,0.0,0.0,0.0,1.0,-7.0,1.9,55.41,0.0,1.0,1.0
+1999,3,17,19,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.82,0.0,0.0,0.0
+1999,3,17,20,30,0.0,0.0,0.0,0.0,-8.0,2.0,58.96,0.0,0.0,0.0
+1999,3,17,21,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,57.46,0.0,0.0,0.0
+1999,3,17,22,30,0.0,0.0,0.0,0.0,-9.0,2.7,61.02,0.0,0.0,0.0
+1999,3,17,23,30,0.0,0.0,0.0,-1.0,-9.0,3.0,59.99,0.0,-1.0,-1.0
+1999,3,18,0,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,58.24,0.0,-1.0,-1.0
+1999,3,18,1,30,0.0,0.0,0.0,-1.0,-10.0,3.6,57.06,0.0,-1.0,-1.0
+1999,3,18,2,30,0.0,0.0,0.0,-1.0,-10.0,3.8,56.85,0.0,-1.0,-1.0
+1999,3,18,3,30,0.0,0.0,0.0,-1.0,-10.0,3.3000000000000003,57.28,0.0,-1.0,-1.0
+1999,3,18,4,30,0.0,0.0,0.0,-1.0,-10.0,2.7,57.55,0.0,-1.0,-1.0
+1999,3,18,5,30,0.0,0.0,0.0,0.0,-10.0,3.2,57.29,0.0,0.0,0.0
+1999,3,18,6,30,190.0,25.0,36.0,1.0,-9.0,3.9,48.42,40.37103901235903,1.978053156693744,1.8569400396566669
+1999,3,18,7,30,392.0,83.0,183.0,5.0,-9.0,3.4000000000000004,43.9,207.7933625525687,10.202670876953922,9.579290789296216
+1999,3,18,8,30,308.0,181.0,315.0,8.0,-9.0,3.4000000000000004,35.36,343.7273486719947,16.606147205957843,15.574965159941858
+1999,3,18,9,30,294.0,269.0,440.0,10.0,-7.0,4.2,32.14,475.48361464022025,21.29479843557184,19.868347591651176
+1999,3,18,10,30,0.0,56.0,56.0,11.0,-6.0,4.6000000000000005,31.71,54.733545036504076,12.266586474836634,12.102385839727122
+1999,3,18,11,30,531.0,308.0,706.0,11.0,-6.0,4.6000000000000005,31.68,793.831394298051,29.370016169207332,26.98852198631318
+1999,3,18,12,30,504.0,321.0,703.0,11.0,-7.0,4.6000000000000005,33.02,786.3252994484387,29.19631796988516,26.837342071539844
+1999,3,18,13,30,463.0,295.0,625.0,10.0,-7.0,4.800000000000002,34.480000000000004,697.166094726618,25.924036822213314,23.83253853803346
+1999,3,18,14,30,147.0,305.0,396.0,9.0,-7.0,4.800000000000002,37.03,410.97800580863077,18.3871875685273,17.154253551101405
+1999,3,18,15,30,396.0,192.0,382.0,7.0,-7.0,4.3,40.89,425.2806520150066,17.036309785109047,15.760467829064027
+1999,3,18,16,30,361.0,112.0,224.0,6.0,-6.0,3.6,49.08,250.6873400115232,12.194387814953897,11.442325794919327
+1999,3,18,17,30,218.0,44.0,70.0,4.0,-5.0,2.7,60.59,77.03012323862163,6.020161486947977,5.789071117232112
+1999,3,18,18,30,0.0,0.0,0.0,2.0,-4.0,2.0,70.01,0.0,2.0,2.0
+1999,3,18,19,30,0.0,0.0,0.0,2.0,-4.0,1.5,70.67,0.0,2.0,2.0
+1999,3,18,20,30,0.0,0.0,0.0,1.0,-4.0,1.0,70.12,0.0,1.0,1.0
+1999,3,18,21,30,0.0,0.0,0.0,1.0,-5.0,1.0,68.77,0.0,1.0,1.0
+1999,3,18,22,30,0.0,0.0,0.0,1.0,-5.0,1.1,68.5,0.0,1.0,1.0
+1999,3,18,23,30,0.0,0.0,0.0,1.0,-5.0,1.2000000000000002,74.03,0.0,1.0,1.0
+1999,3,19,0,30,0.0,0.0,0.0,0.0,-4.0,1.4,74.79,0.0,0.0,0.0
+1999,3,19,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,75.51,0.0,0.0,0.0
+1999,3,19,2,30,0.0,0.0,0.0,0.0,-4.0,1.1,80.99,0.0,0.0,0.0
+1999,3,19,3,30,0.0,0.0,0.0,0.0,-4.0,1.0,80.42,0.0,0.0,0.0
+1999,3,19,4,30,0.0,0.0,0.0,0.0,-4.0,1.1,79.97,0.0,0.0,0.0
+1999,3,19,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,74.65,0.0,0.0,0.0
+1999,3,19,6,30,64.0,23.0,27.0,2.0,-4.0,1.1,71.79,28.066035060266593,2.8191576139005585,2.7349595087197587
+1999,3,19,7,30,320.0,93.0,176.0,5.0,-3.0,1.5,67.68,195.4192610963056,10.552419778426676,9.96616199513776
+1999,3,19,8,30,819.0,78.0,437.0,7.0,-2.0,1.9,59.28,522.5885535147528,21.455737358722207,19.88797169817795
+1999,3,19,9,30,905.0,86.0,617.0,10.0,-1.0,2.5,53.99,741.2743436884621,29.700561933441364,27.476738902375978
+1999,3,19,10,30,950.0,92.0,751.0,11.0,-1.0,3.0,47.97,904.8018877525767,34.261427572358464,31.54702190910073
+1999,3,19,11,30,970.0,95.0,825.0,12.0,-1.0,3.4000000000000004,45.12,995.6167167199478,36.927967058509516,33.94111690834967
+1999,3,19,12,30,973.0,96.0,835.0,13.0,-1.0,3.6,42.15,1008.4255982578956,37.9178089242527,34.89253212947901
+1999,3,19,13,30,958.0,94.0,780.0,13.0,-1.0,3.8,41.93,939.7319408737692,35.91668046999327,33.09748464737196
+1999,3,19,14,30,922.0,90.0,663.0,13.0,-1.0,3.8,44.42,797.5153242453422,32.44852894822331,30.05598297548729
+1999,3,19,15,30,855.0,81.0,496.0,12.0,-1.0,3.6,47.07,593.4955261681521,26.665046329649773,24.884559751145318
+1999,3,19,16,30,731.0,65.0,296.0,10.0,-1.0,2.7,54.05,350.4477725728376,19.19070440982223,18.13936109210372
+1999,3,19,17,30,442.0,37.0,92.0,6.0,0.0,1.5,71.37,105.66394506615487,9.00221470064191,8.685222865443444
+1999,3,19,18,30,0.0,0.0,0.0,4.0,-1.0,1.0,78.15,0.0,4.0,4.0
+1999,3,19,19,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,76.75,0.0,4.0,4.0
+1999,3,19,20,30,0.0,0.0,0.0,4.0,-1.0,0.6000000000000001,81.42,0.0,4.0,4.0
+1999,3,19,21,30,0.0,0.0,0.0,3.0,-2.0,1.1,80.32000000000002,0.0,3.0,3.0
+1999,3,19,22,30,0.0,0.0,0.0,3.0,-2.0,1.3,85.05,0.0,3.0,3.0
+1999,3,19,23,30,0.0,0.0,0.0,3.0,-2.0,1.4,83.38,0.0,3.0,3.0
+1999,3,20,0,30,0.0,0.0,0.0,3.0,-2.0,1.5,75.53,0.0,3.0,3.0
+1999,3,20,1,30,0.0,0.0,0.0,3.0,-3.0,1.4,73.35000000000002,0.0,3.0,3.0
+1999,3,20,2,30,0.0,0.0,0.0,3.0,-3.0,1.4,71.12,0.0,3.0,3.0
+1999,3,20,3,30,0.0,0.0,0.0,3.0,-4.0,1.4,68.81,0.0,3.0,3.0
+1999,3,20,4,30,0.0,0.0,0.0,3.0,-4.0,1.4,66.41,0.0,3.0,3.0
+1999,3,20,5,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.65,0.0,3.0,3.0
+1999,3,20,6,30,354.0,23.0,48.0,6.0,-5.0,1.3,54.16,54.60168477269703,7.572360593389653,7.408555539071561
+1999,3,20,7,30,735.0,54.0,250.0,9.0,-3.0,1.0,47.74,295.4347220928297,17.681034489742594,16.794730323464105
+1999,3,20,8,30,878.0,70.0,460.0,12.0,-5.0,1.3,32.65,549.8856700943103,27.83501611947145,26.18535910918852
+1999,3,20,9,30,946.0,82.0,641.0,14.0,-6.0,2.2,25.88,770.124703437184,34.88046842546492,32.57009431515337
+1999,3,20,10,30,980.0,89.0,774.0,15.0,-7.0,2.7,23.5,930.4477821217291,39.401554820777584,36.610211474412395
+1999,3,20,11,30,994.0,94.0,847.0,16.0,-7.0,3.1,21.84,1019.5617187301586,42.03877372119197,38.980088565001495
+1999,3,20,12,30,990.0,97.0,854.0,17.0,-7.0,3.3000000000000003,21.7,1027.6467637901126,42.90041716737216,39.81747687600183
+1999,3,20,13,30,969.0,97.0,795.0,17.0,-7.0,3.5,21.51,954.3080141780673,40.73655081781478,37.87362677528058
+1999,3,20,14,30,925.0,94.0,674.0,16.0,-7.0,3.7,21.26,805.3015622954258,35.76806164149799,33.35215695461171
+1999,3,20,15,30,599.0,141.0,434.0,15.0,-7.0,4.0,22.49,499.005470030998,27.010063414701126,25.513047004608133
+1999,3,20,16,30,563.0,85.0,264.0,13.0,-7.0,3.4000000000000004,28.41,304.75929601059283,20.630476230607066,19.716198342575286
+1999,3,20,17,30,339.0,44.0,87.0,9.0,-4.0,2.5,45.67,96.6910282989104,11.569720114596846,11.279647029700115
+1999,3,20,18,30,0.0,0.0,0.0,6.0,-5.0,2.5,55.0,0.0,6.0,6.0
+1999,3,20,19,30,0.0,0.0,0.0,5.0,-5.0,2.8000000000000003,54.25,0.0,5.0,5.0
+1999,3,20,20,30,0.0,0.0,0.0,5.0,-5.0,3.1,57.85,0.0,5.0,5.0
+1999,3,20,21,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,57.6,0.0,4.0,4.0
+1999,3,20,22,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,61.88,0.0,4.0,4.0
+1999,3,20,23,30,0.0,0.0,0.0,4.0,-5.0,3.4000000000000004,61.76,0.0,4.0,4.0
+1999,3,21,0,30,0.0,0.0,0.0,4.0,-5.0,3.5,61.17,0.0,4.0,4.0
+1999,3,21,1,30,0.0,0.0,0.0,4.0,-5.0,3.5,57.22,0.0,4.0,4.0
+1999,3,21,2,30,0.0,0.0,0.0,4.0,-5.0,3.3000000000000003,58.62000000000001,0.0,4.0,4.0
+1999,3,21,3,30,0.0,0.0,0.0,3.0,-4.0,3.1,64.67,0.0,3.0,3.0
+1999,3,21,4,30,0.0,0.0,0.0,3.0,-4.0,2.9000000000000004,70.03,0.0,3.0,3.0
+1999,3,21,5,30,0.0,0.0,0.0,3.0,-4.0,3.0,64.26,0.0,3.0,3.0
+1999,3,21,6,30,192.0,27.0,41.0,6.0,-4.0,3.9,53.65,44.46968780639392,7.077349496080937,6.943940432661756
+1999,3,21,7,30,720.0,57.0,253.0,11.0,-3.0,4.800000000000002,42.71,295.9282767994538,17.759325807914557,16.871540977516197
+1999,3,21,8,30,881.0,70.0,466.0,14.0,-4.0,5.4,30.42,554.4812500034645,26.180864400982035,24.51742065097164
+1999,3,21,9,30,952.0,80.0,648.0,17.0,-6.0,6.1000000000000005,21.73,775.5325857851611,33.28455839870098,30.957960641345498
+1999,3,21,10,30,983.0,88.0,779.0,18.0,-7.0,6.7,19.11,934.8577404372064,36.88968915849764,34.08511593718602
+1999,3,21,11,30,999.0,91.0,852.0,19.0,-8.0,7.1000000000000005,17.26,1023.8441129657563,39.16710567186223,36.09557333296496
+1999,3,21,12,30,509.0,333.0,724.0,20.0,-8.0,7.3000000000000025,15.44,806.2143961242393,35.67993905245411,33.26129586408139
+1999,3,21,13,30,996.0,86.0,808.0,19.0,-9.0,7.3000000000000025,15.7,969.422076177169,37.85413997025564,34.94587374172413
+1999,3,21,14,30,968.0,81.0,690.0,18.0,-9.0,7.1000000000000005,16.41,827.3328713883755,34.29633772544104,31.814339111275913
+1999,3,21,15,30,909.0,72.0,520.0,17.0,-9.0,6.5,17.72,619.7709753599183,29.684223526311765,27.82491060023201
+1999,3,21,16,30,794.0,59.0,315.0,14.0,-8.0,4.800000000000002,22.31,371.2885624169181,22.48063723166587,21.366771544415116
+1999,3,21,17,30,519.0,35.0,103.0,10.0,-7.0,2.7,35.48000000000001,116.98242391404443,13.067934692365725,12.716987420623592
+1999,3,21,18,30,0.0,0.0,0.0,7.0,-5.0,1.9,48.13,0.0,7.0,7.0
+1999,3,21,19,30,0.0,0.0,0.0,5.0,-6.0,1.7000000000000002,51.12000000000001,0.0,5.0,5.0
+1999,3,21,20,30,0.0,0.0,0.0,4.0,-6.0,1.4,59.1,0.0,4.0,4.0
+1999,3,21,21,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.52,0.0,2.0,2.0
+1999,3,21,22,30,0.0,0.0,0.0,1.0,-6.0,1.0,62.56,0.0,1.0,1.0
+1999,3,21,23,30,0.0,0.0,0.0,1.0,-6.0,1.0,61.31,0.0,1.0,1.0
+1999,3,22,0,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.9,0.0,0.0,0.0
+1999,3,22,1,30,0.0,0.0,0.0,0.0,-6.0,1.0,64.19,0.0,0.0,0.0
+1999,3,22,2,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.18,0.0,0.0,0.0
+1999,3,22,3,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,61.71,0.0,0.0,0.0
+1999,3,22,4,30,0.0,0.0,0.0,0.0,-7.0,1.4,60.14,0.0,0.0,0.0
+1999,3,22,5,30,0.0,0.0,0.0,0.0,-8.0,1.5,54.68,0.0,0.0,0.0
+1999,3,22,6,30,221.0,28.0,46.0,3.0,-7.0,2.1,53.48,48.94903854280752,4.336045825375652,4.189198709747229
+1999,3,22,7,30,738.0,55.0,259.0,7.0,-7.0,3.0,41.32,302.5409775406024,14.777984475929502,13.870361543307695
+1999,3,22,8,30,870.0,72.0,468.0,10.0,-7.0,3.4000000000000004,31.3,553.264573185005,23.852480400723874,22.19268668116886
+1999,3,22,9,30,929.0,87.0,645.0,11.0,-8.0,3.6,28.87,768.3992391355185,29.98684984930676,27.681652131900204
+1999,3,22,10,30,950.0,101.0,774.0,12.0,-7.0,3.6,27.9,921.750826072576,34.77610861874876,32.01085614053103
+1999,3,22,11,30,486.0,334.0,707.0,13.0,-7.0,3.4000000000000004,28.7,782.4864845013063,32.59167316278014,30.24421370927622
+1999,3,22,12,30,470.0,341.0,705.0,13.0,-7.0,3.2,27.39,778.2317906079313,32.74434121072906,30.40964583890527
+1999,3,22,13,30,527.0,292.0,676.0,12.0,-6.0,3.0,29.61,754.8439050492145,31.406178372762273,29.14164665761463
+1999,3,22,14,30,521.0,241.0,571.0,12.0,-6.0,3.1,32.19,639.060999126976,28.321096059816156,26.40391306243523
+1999,3,22,15,30,104.0,234.0,285.0,11.0,-6.0,3.4000000000000004,35.44,291.7028750496372,18.303573290800074,17.428464665651163
+1999,3,22,16,30,0.0,9.0,9.0,9.0,-5.0,3.4000000000000004,39.62,8.796462595152441,9.220243318659595,9.193853930874138
+1999,3,22,17,30,0.0,4.0,4.0,7.0,-4.0,2.7,51.18,3.9095389311788624,7.102530018756759,7.090801401963222
+1999,3,22,18,30,0.0,0.0,0.0,5.0,-2.0,2.0,65.54,0.0,5.0,5.0
+1999,3,22,19,30,0.0,0.0,0.0,3.0,-2.0,1.4,75.93,0.0,3.0,3.0
+1999,3,22,20,30,0.0,0.0,0.0,3.0,-2.0,0.8,81.86,0.0,3.0,3.0
+1999,3,22,21,30,0.0,0.0,0.0,2.0,-2.0,0.8,81.35000000000002,0.0,2.0,2.0
+1999,3,22,22,30,0.0,0.0,0.0,1.0,-2.0,1.0,80.86,0.0,1.0,1.0
+1999,3,22,23,30,0.0,0.0,0.0,0.0,-3.0,1.3,86.14,0.0,0.0,0.0
+1999,3,23,0,30,0.0,0.0,0.0,0.0,-3.0,1.6,84.75,0.0,0.0,0.0
+1999,3,23,1,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,89.05,0.0,0.0,0.0
+1999,3,23,2,30,0.0,0.0,0.0,0.0,-3.0,1.8,86.19,0.0,0.0,0.0
+1999,3,23,3,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,82.75,0.0,0.0,0.0
+1999,3,23,4,30,0.0,0.0,0.0,0.0,-5.0,1.7000000000000002,84.65,0.0,0.0,0.0
+1999,3,23,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,73.95,0.0,0.0,0.0
+1999,3,23,6,30,202.0,31.0,48.0,2.0,-6.0,2.5,57.45,50.723679225461765,3.3480636320163746,3.1958925943399894
+1999,3,23,7,30,711.0,62.0,263.0,7.0,-6.0,2.5,42.24,302.7521945976031,15.046128145320036,14.137871561527227
+1999,3,23,8,30,858.0,79.0,474.0,10.0,-7.0,1.6,31.46,556.2800431903922,25.699877660301546,24.03103753073037
+1999,3,23,9,30,931.0,91.0,655.0,12.0,-8.0,1.5,25.58,776.6354496796453,34.066432997632916,31.736526648593976
+1999,3,23,10,30,968.0,98.0,788.0,14.0,-9.0,1.9,23.31,937.0991724884714,39.92184506426783,37.110547546802415
+1999,3,23,11,30,984.0,102.0,861.0,15.0,-9.0,2.4000000000000004,21.78,1025.4489889938795,42.4349680074347,39.35862104045306
+1999,3,23,12,30,982.0,103.0,867.0,16.0,-9.0,2.8000000000000003,20.62,1032.4091090960876,42.896387448479445,39.79916012119118
+1999,3,23,13,30,960.0,104.0,807.0,16.0,-8.0,3.2,19.53,958.5562943842812,40.31931305611511,37.443644172962266
+1999,3,23,14,30,906.0,105.0,683.0,15.0,-8.0,3.5,20.99,805.7251130592232,35.040840910041005,32.62366557086334
+1999,3,23,15,30,495.0,176.0,423.0,14.0,-8.0,3.8,22.61,472.5272186874871,25.52323850348975,24.10565684742729
+1999,3,23,16,30,190.0,137.0,200.0,12.0,-7.0,3.4000000000000004,30.15,209.40551172861288,17.2430354076804,16.61481887249456
+1999,3,23,17,30,218.0,54.0,84.0,9.0,-5.0,2.3000000000000003,44.37,88.02259403753993,11.370706245882518,11.1066384637699
+1999,3,23,18,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,52.42,0.0,7.0,7.0
+1999,3,23,19,30,0.0,0.0,0.0,7.0,-3.0,1.6,60.29,0.0,7.0,7.0
+1999,3,23,20,30,0.0,0.0,0.0,7.0,-2.0,1.5,64.38,0.0,7.0,7.0
+1999,3,23,21,30,0.0,0.0,0.0,7.0,-1.0,1.5,64.99,0.0,7.0,7.0
+1999,3,23,22,30,0.0,0.0,0.0,7.0,-1.0,1.2000000000000002,65.09,0.0,7.0,7.0
+1999,3,23,23,30,0.0,0.0,0.0,6.0,-1.0,0.9,65.11,0.0,6.0,6.0
+1999,3,24,0,30,0.0,0.0,0.0,6.0,-1.0,0.4,69.88,0.0,6.0,6.0
+1999,3,24,1,30,0.0,0.0,0.0,5.0,-2.0,0.2,69.64,0.0,5.0,5.0
+1999,3,24,2,30,0.0,0.0,0.0,5.0,-2.0,0.30000000000000004,73.38,0.0,5.0,5.0
+1999,3,24,3,30,0.0,0.0,0.0,4.0,-2.0,0.7000000000000001,77.02,0.0,4.0,4.0
+1999,3,24,4,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.91,0.0,2.0,2.0
+1999,3,24,5,30,0.0,0.0,0.0,2.0,-2.0,1.2000000000000002,81.28,0.0,2.0,2.0
+1999,3,24,6,30,196.0,35.0,53.0,4.0,-2.0,2.0,72.73,54.712470320333296,5.503363176476564,5.339225765515565
+1999,3,24,7,30,615.0,77.0,254.0,7.0,-1.0,2.8000000000000003,60.59,286.84107125223215,14.472801741638731,13.612278527882035
+1999,3,24,8,30,778.0,99.0,461.0,10.0,-2.0,3.2,48.08,533.7084035095263,23.540594143158565,21.939468932629985
+1999,3,24,9,30,856.0,115.0,639.0,11.0,-3.0,3.5,42.49,747.296201891836,29.58753568934789,27.345647083672382
+1999,3,24,10,30,896.0,126.0,769.0,12.0,-3.0,3.4000000000000004,38.52,904.3396842716825,34.64259878389377,31.929579731078718
+1999,3,24,11,30,910.0,135.0,840.0,13.0,-3.0,3.3000000000000003,35.11,990.2700172045759,37.958387899110605,34.98757784749688
+1999,3,24,12,30,904.0,139.0,846.0,14.0,-4.0,3.3000000000000003,31.92,995.4703115871592,39.08945413572805,36.10304320096657
+1999,3,24,13,30,883.0,137.0,788.0,14.0,-4.0,3.4000000000000004,31.12,923.6523857742171,37.126144689442704,34.355187532120055
+1999,3,24,14,30,827.0,136.0,666.0,14.0,-4.0,3.6,32.71,775.9549597638784,33.17354880184005,30.845683922548414
+1999,3,24,15,30,740.0,124.0,497.0,13.0,-4.0,3.9,34.99,571.403262470524,26.84316030195091,25.128950514539337
+1999,3,24,16,30,604.0,97.0,298.0,11.0,-4.0,3.9,38.21,335.51273613248054,19.128334041263326,18.121795832865885
+1999,3,24,17,30,0.0,34.0,34.0,8.0,-3.0,3.5,51.63,33.23108091502033,8.826558332478923,8.726865089733861
+1999,3,24,18,30,0.0,0.0,0.0,6.0,-2.0,3.5,61.51,0.0,6.0,6.0
+1999,3,24,19,30,0.0,0.0,0.0,4.0,-2.0,3.7,73.16,0.0,4.0,4.0
+1999,3,24,20,30,0.0,0.0,0.0,4.0,-1.0,3.9,81.39,0.0,4.0,4.0
+1999,3,24,21,30,0.0,0.0,0.0,3.0,-1.0,4.0,82.88,0.0,3.0,3.0
+1999,3,24,22,30,0.0,0.0,0.0,3.0,-1.0,3.9,88.39,0.0,3.0,3.0
+1999,3,24,23,30,0.0,0.0,0.0,3.0,-2.0,3.7,86.13,0.0,3.0,3.0
+1999,3,25,0,30,0.0,0.0,0.0,2.0,-2.0,3.7,83.5,0.0,2.0,2.0
+1999,3,25,1,30,0.0,0.0,0.0,2.0,-2.0,3.6,81.01,0.0,2.0,2.0
+1999,3,25,2,30,0.0,0.0,0.0,1.0,-3.0,3.4000000000000004,79.4,0.0,1.0,1.0
+1999,3,25,3,30,0.0,0.0,0.0,1.0,-3.0,3.0,78.35000000000002,0.0,1.0,1.0
+1999,3,25,4,30,0.0,0.0,0.0,1.0,-3.0,2.5,77.16,0.0,1.0,1.0
+1999,3,25,5,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,75.63,0.0,2.0,2.0
+1999,3,25,6,30,196.0,35.0,54.0,5.0,-3.0,2.8000000000000003,66.03,55.395313661481076,6.443162217324616,6.276976276340173
+1999,3,25,7,30,665.0,70.0,265.0,10.0,-3.0,2.6,47.23,299.4892585766734,17.906651379042703,17.008183603312684
+1999,3,25,8,30,812.0,91.0,473.0,13.0,-4.0,1.4,33.94,547.6244175171672,28.664342637804424,27.02146938525292
+1999,3,25,9,30,886.0,105.0,652.0,16.0,-5.0,0.8,27.81,762.4277977161189,38.70714044837375,36.41985705522539
+1999,3,25,10,30,925.0,115.0,783.0,17.0,-5.0,1.3,23.58,921.3599730209559,43.532333570577215,40.76825365151435
+1999,3,25,11,30,942.0,120.0,854.0,18.0,-5.0,2.0,21.9,1008.0180897787474,45.6978405201424,42.67378625080616
+1999,3,25,12,30,940.0,121.0,860.0,19.0,-5.0,2.6,21.87,1014.0209602695621,45.77061027830134,42.728547397492655
+1999,3,25,13,30,919.0,120.0,800.0,19.0,-5.0,3.4000000000000004,20.65,940.8124952250591,42.55579460986618,39.733357124191
+1999,3,25,14,30,876.0,115.0,680.0,18.0,-5.0,4.4,22.31,794.8115384087106,36.6346315529378,34.250196937711664
+1999,3,25,15,30,664.0,130.0,467.0,17.0,-5.0,5.5,24.29,531.8631139100917,28.608608394756864,27.01301905302659
+1999,3,25,16,30,626.0,78.0,289.0,15.0,-4.0,6.1000000000000005,31.42,326.41660282570837,21.854064327470244,20.87481451899312
+1999,3,25,17,30,214.0,50.0,81.0,12.0,-3.0,6.2,40.78,83.92158072512257,13.750891534284817,13.499126792109449
+1999,3,25,18,30,0.0,0.0,0.0,9.0,-3.0,6.4,50.3,0.0,9.0,9.0
+1999,3,25,19,30,0.0,0.0,0.0,7.0,-3.0,6.3000000000000025,59.31,0.0,7.0,7.0
+1999,3,25,20,30,0.0,0.0,0.0,6.0,-2.0,5.6000000000000005,64.83,0.0,6.0,6.0
+1999,3,25,21,30,0.0,0.0,0.0,5.0,-2.0,5.1000000000000005,65.05,0.0,5.0,5.0
+1999,3,25,22,30,0.0,0.0,0.0,5.0,-2.0,4.4,64.9,0.0,5.0,5.0
+1999,3,25,23,30,0.0,0.0,0.0,5.0,-3.0,3.7,63.62000000000001,0.0,5.0,5.0
+1999,3,26,0,30,0.0,0.0,0.0,5.0,-3.0,3.4000000000000004,60.69,0.0,5.0,5.0
+1999,3,26,1,30,0.0,0.0,0.0,5.0,-4.0,3.2,57.09,0.0,5.0,5.0
+1999,3,26,2,30,0.0,0.0,0.0,5.0,-5.0,2.9000000000000004,58.84,0.0,5.0,5.0
+1999,3,26,3,30,0.0,0.0,0.0,4.0,-5.0,2.5,57.6,0.0,4.0,4.0
+1999,3,26,4,30,0.0,0.0,0.0,3.0,-5.0,2.0,61.26,0.0,3.0,3.0
+1999,3,26,5,30,0.0,0.0,0.0,4.0,-5.0,1.8,56.58,0.0,4.0,4.0
+1999,3,26,6,30,274.0,39.0,67.0,7.0,-5.0,2.4000000000000004,48.39,68.69140691144933,8.837776984743352,8.631702764009004
+1999,3,26,7,30,348.0,106.0,210.0,12.0,-5.0,2.8000000000000003,33.28,225.7165550872586,17.8803819781078,17.203232312846023
+1999,3,26,8,30,418.0,183.0,381.0,15.0,-7.0,2.2,23.05,416.3219431921363,26.287778655655938,25.03881282607953
+1999,3,26,9,30,884.0,109.0,658.0,17.0,-8.0,2.2,18.48,767.4520890184098,37.80800556232654,35.50564929527131
+1999,3,26,10,30,929.0,114.0,790.0,18.0,-8.0,3.0,17.27,926.3439531631913,41.81524957592732,39.03621771643775
+1999,3,26,11,30,941.0,122.0,860.0,19.0,-8.0,3.9,16.26,1011.2089722291898,43.49815886737575,40.46453195068818
+1999,3,26,12,30,505.0,350.0,749.0,20.0,-8.0,4.6000000000000005,16.44,824.3167609922962,39.07547665252911,36.60252636955222
+1999,3,26,13,30,499.0,314.0,686.0,19.0,-8.0,4.9,17.81,754.901674678302,36.130865313839465,33.86616028980456
+1999,3,26,14,30,24.0,249.0,265.0,18.0,-7.0,5.2,19.77,262.10229295468076,23.833008364351517,23.046701485487475
+1999,3,26,15,30,198.0,238.0,339.0,17.0,-6.0,5.2,24.31,353.56698980182875,24.86852791566097,23.80782694625548
+1999,3,26,16,30,490.0,105.0,271.0,15.0,-4.0,4.2,32.11,298.98490713497836,22.10218850322102,21.205233781816084
+1999,3,26,17,30,296.0,47.0,91.0,12.0,-3.0,2.8000000000000003,42.14,94.72991462661096,14.467909731045944,14.18371998716611
+1999,3,26,18,30,0.0,0.0,0.0,9.0,-2.0,2.2,50.5,0.0,9.0,9.0
+1999,3,26,19,30,0.0,0.0,0.0,8.0,-2.0,2.0,54.84,0.0,8.0,8.0
+1999,3,26,20,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.9,0.0,7.0,7.0
+1999,3,26,21,30,0.0,0.0,0.0,7.0,-1.0,1.7000000000000002,66.07000000000001,0.0,7.0,7.0
+1999,3,26,22,30,0.0,0.0,0.0,6.0,-1.0,1.5,68.35000000000001,0.0,6.0,6.0
+1999,3,26,23,30,0.0,0.0,0.0,6.0,-1.0,1.2000000000000002,74.89,0.0,6.0,6.0
+1999,3,27,0,30,0.0,0.0,0.0,5.0,0.0,0.9,75.84,0.0,5.0,5.0
+1999,3,27,1,30,0.0,0.0,0.0,5.0,0.0,0.6000000000000001,76.37,0.0,5.0,5.0
+1999,3,27,2,30,0.0,0.0,0.0,5.0,0.0,0.4,82.94,0.0,5.0,5.0
+1999,3,27,3,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.17,0.0,4.0,4.0
+1999,3,27,4,30,0.0,0.0,0.0,4.0,0.0,0.30000000000000004,83.2,0.0,4.0,4.0
+1999,3,27,5,30,0.0,0.0,0.0,4.0,0.0,0.6000000000000001,83.52,0.0,4.0,4.0
+1999,3,27,6,30,0.0,7.0,7.0,6.0,0.0,1.7000000000000002,74.72,6.8416931295630095,6.191803515483646,6.1712784360949575
+1999,3,27,7,30,370.0,106.0,219.0,9.0,0.0,2.7,66.02,234.69872411954415,15.155115733534366,14.451019561175734
+1999,3,27,8,30,715.0,122.0,465.0,11.0,0.0,3.1,51.63,527.7099311240728,24.47728071242174,22.894150919049522
+1999,3,27,9,30,58.0,283.0,319.0,13.0,-1.0,3.3000000000000003,42.13,320.1300264697677,21.068435113626595,20.10804503421729
+1999,3,27,10,30,13.0,212.0,222.0,14.0,-2.0,3.8,36.5,218.64661138425913,19.332004065202806,18.676064231050027
+1999,3,27,11,30,741.0,234.0,818.0,15.0,-3.0,4.7,31.48,932.7714905714704,36.44484786632811,33.6465333946137
+1999,3,27,12,30,57.0,378.0,423.0,15.0,-4.0,5.5,29.67,423.9897072633065,24.254130144207274,22.982161022417355
+1999,3,27,13,30,343.0,363.0,620.0,15.0,-4.0,6.1000000000000005,29.06,663.2951418397458,28.927807381463435,26.937921955944198
+1999,3,27,14,30,22.0,244.0,259.0,14.0,-4.0,6.3000000000000025,31.15,255.68638676210185,19.300365917964204,18.5333067576779
+1999,3,27,15,30,822.0,101.0,524.0,13.0,-5.0,6.0,31.68,601.819434720745,25.718487975141706,23.913029670979473
+1999,3,27,16,30,718.0,79.0,325.0,11.0,-6.0,4.800000000000002,31.93,365.712611242155,19.35327640259312,18.256138568866657
+1999,3,27,17,30,448.0,48.0,116.0,8.0,-7.0,3.0,35.96,121.22343832854456,11.116516741312104,10.752846426326471
+1999,3,27,18,30,0.0,0.0,0.0,5.0,-7.0,1.9,44.86,0.0,5.0,5.0
+1999,3,27,19,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.84,0.0,3.0,3.0
+1999,3,27,20,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,52.34,0.0,1.0,1.0
+1999,3,27,21,30,0.0,0.0,0.0,0.0,-9.0,1.1,50.44,0.0,0.0,0.0
+1999,3,27,22,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,51.22,0.0,0.0,0.0
+1999,3,27,23,30,0.0,0.0,0.0,0.0,-10.0,1.4,51.61,0.0,0.0,0.0
+1999,3,28,0,30,0.0,0.0,0.0,0.0,-11.0,1.4,49.23,0.0,0.0,0.0
+1999,3,28,1,30,0.0,0.0,0.0,-1.0,-11.0,1.2000000000000002,51.43,0.0,-1.0,-1.0
+1999,3,28,2,30,0.0,0.0,0.0,-1.0,-11.0,0.9,53.79,0.0,-1.0,-1.0
+1999,3,28,3,30,0.0,0.0,0.0,-2.0,-12.0,0.6000000000000001,51.99,0.0,-2.0,-2.0
+1999,3,28,4,30,0.0,0.0,0.0,-2.0,-12.0,0.9,50.93,0.0,-2.0,-2.0
+1999,3,28,5,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.51,0.0,-1.0,-1.0
+1999,3,28,6,30,289.0,45.0,78.0,1.0,-11.0,3.5,45.93,78.24438348843647,2.946176451720869,2.7114433012555597
+1999,3,28,7,30,639.0,88.0,285.0,4.0,-11.0,4.6000000000000005,36.68,314.56445961407996,11.2793218445062,10.335628465663959
+1999,3,28,8,30,790.0,112.0,496.0,7.0,-11.0,4.6000000000000005,29.31,563.2849417435332,20.034951202515227,18.345096377284626
+1999,3,28,9,30,869.0,127.0,675.0,10.0,-12.0,4.4,24.3,778.860241827696,28.260647884842136,25.924067159359048
+1999,3,28,10,30,914.0,135.0,807.0,12.0,-12.0,4.6000000000000005,19.84,938.4064173444825,33.7156201981018,30.900400946068352
+1999,3,28,11,30,394.0,365.0,677.0,13.0,-13.0,5.6000000000000005,17.93,731.9757740739025,28.873362640524412,26.677435318302706
+1999,3,28,12,30,525.0,347.0,766.0,14.0,-13.0,6.8000000000000025,16.63,842.484627805627,30.9148911840373,28.38743730062042
+1999,3,28,13,30,668.0,249.0,751.0,13.0,-13.0,7.3000000000000025,16.28,845.2362993496366,29.438870010802688,26.90316111275378
+1999,3,28,14,30,11.0,196.0,203.0,12.0,-14.0,7.2,16.43,200.1802486321586,15.918063028321102,15.317522282424626
+1999,3,28,15,30,490.0,184.0,437.0,11.0,-15.0,6.5,16.19,480.300012922902,20.829812891877662,19.388912853108955
+1999,3,28,16,30,0.0,22.0,22.0,9.0,-15.0,4.9,17.740000000000006,21.502464121483747,9.487952046122796,9.423444653758345
+1999,3,28,17,30,20.0,56.0,59.0,6.0,-13.0,2.6,25.65,58.07049760802954,7.533087303953093,7.358875811129004
+1999,3,28,18,30,0.0,0.0,0.0,3.0,-11.0,1.3,39.37,0.0,3.0,3.0
+1999,3,28,19,30,0.0,0.0,0.0,1.0,-11.0,1.1,42.95,0.0,1.0,1.0
+1999,3,28,20,30,0.0,0.0,0.0,0.0,-11.0,1.0,42.73,0.0,0.0,0.0
+1999,3,28,21,30,0.0,0.0,0.0,0.0,-10.0,0.9,46.78,0.0,0.0,0.0
+1999,3,28,22,30,0.0,0.0,0.0,0.0,-10.0,0.8,51.5,0.0,0.0,0.0
+1999,3,28,23,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,55.63,0.0,-1.0,-1.0
+1999,3,29,0,30,0.0,0.0,0.0,-2.0,-10.0,0.5,59.81,0.0,-2.0,-2.0
+1999,3,29,1,30,0.0,0.0,0.0,-2.0,-10.0,0.4,63.88,0.0,-2.0,-2.0
+1999,3,29,2,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,63.08,0.0,-3.0,-3.0
+1999,3,29,3,30,0.0,0.0,0.0,-3.0,-11.0,1.0,61.31,0.0,-3.0,-3.0
+1999,3,29,4,30,0.0,0.0,0.0,-3.0,-11.0,1.2000000000000002,58.79,0.0,-3.0,-3.0
+1999,3,29,5,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,47.76,0.0,-1.0,-1.0
+1999,3,29,6,30,280.0,48.0,81.0,2.0,-12.0,2.6,37.65,81.07764140060632,4.140486267308033,3.8972533431062137
+1999,3,29,7,30,612.0,95.0,288.0,6.0,-13.0,2.8000000000000003,28.57,313.81098723404136,14.17542369964798,13.233990737945856
+1999,3,29,8,30,764.0,124.0,499.0,10.0,-14.0,2.0,18.05,562.4623647256086,25.4550727161767,23.767685621999874
+1999,3,29,9,30,847.0,142.0,680.0,13.0,-15.0,1.1,14.51,779.3418973750395,35.74649225284645,33.40846656072134
+1999,3,29,10,30,893.0,152.0,813.0,15.0,-14.0,0.5,13.16,938.7304177718675,43.53000488668213,40.71381363336653
+1999,3,29,11,30,916.0,155.0,885.0,16.0,-14.0,0.5,12.68,1025.8426187024957,47.177529107895175,44.10000125178769
+1999,3,29,12,30,919.0,153.0,891.0,17.0,-14.0,1.0,12.03,1032.2995701901004,47.33302283863205,44.236124128061746
+1999,3,29,13,30,905.0,146.0,830.0,18.0,-14.0,1.6,11.39,959.4940751538476,45.079777137616645,42.201294912155106
+1999,3,29,14,30,870.0,135.0,708.0,18.0,-14.0,2.2,11.43,814.3898478621591,40.08063373166683,37.63746418808035
+1999,3,29,15,30,799.0,119.0,535.0,17.0,-13.0,2.9000000000000004,12.24,607.1434105492635,32.712761896295085,30.891331664647293
+1999,3,29,16,30,670.0,95.0,329.0,15.0,-13.0,3.4000000000000004,14.85,363.4540160274885,24.100057870326733,23.009695822244268
+1999,3,29,17,30,394.0,56.0,118.0,11.0,-7.0,4.1000000000000005,30.04,120.880617652745,13.890325749615185,13.52768389665695
+1999,3,29,18,30,0.0,0.0,0.0,8.0,-9.0,4.800000000000002,33.06,0.0,8.0,8.0
+1999,3,29,19,30,0.0,0.0,0.0,6.0,-9.0,4.7,36.73,0.0,6.0,6.0
+1999,3,29,20,30,0.0,0.0,0.0,5.0,-9.0,4.3,40.4,0.0,5.0,5.0
+1999,3,29,21,30,0.0,0.0,0.0,4.0,-8.0,4.2,44.23,0.0,4.0,4.0
+1999,3,29,22,30,0.0,0.0,0.0,4.0,-9.0,4.2,43.31,0.0,4.0,4.0
+1999,3,29,23,30,0.0,0.0,0.0,4.0,-9.0,3.9,41.84,0.0,4.0,4.0
+1999,3,30,0,30,0.0,0.0,0.0,4.0,-9.0,3.6,41.29,0.0,4.0,4.0
+1999,3,30,1,30,0.0,0.0,0.0,4.0,-9.0,3.6,45.24,0.0,4.0,4.0
+1999,3,30,2,30,0.0,0.0,0.0,3.0,-8.0,3.7,47.33,0.0,3.0,3.0
+1999,3,30,3,30,0.0,0.0,0.0,3.0,-8.0,4.2,49.15,0.0,3.0,3.0
+1999,3,30,4,30,0.0,0.0,0.0,4.0,-8.0,4.6000000000000005,50.53,0.0,4.0,4.0
+1999,3,30,5,30,0.0,0.0,0.0,5.0,-8.0,4.7,44.05,0.0,5.0,5.0
+1999,3,30,6,30,310.0,48.0,86.0,8.0,-7.0,5.0,36.54,85.80879610132719,9.93461931655311,9.677192928249129
+1999,3,30,7,30,642.0,90.0,295.0,12.0,-7.0,5.8000000000000025,28.79,321.88662204972434,18.89077061185626,17.925110745707087
+1999,3,30,8,30,799.0,111.0,507.0,15.0,-8.0,7.0,21.59,572.4364229093837,26.347486960864458,24.630177692136307
+1999,3,30,9,30,881.0,123.0,687.0,17.0,-10.0,7.6,16.35,788.9411068222774,32.05526753964832,29.688444219181484
+1999,3,30,10,30,922.0,131.0,818.0,19.0,-11.0,7.6,13.82,946.1304637808144,37.05489299068867,34.21650159934623
+1999,3,30,11,30,940.0,135.0,888.0,20.0,-12.0,7.4,12.31,1031.1856350616056,39.92863213427215,36.83507522908733
+1999,3,30,12,30,942.0,134.0,893.0,20.0,-12.0,7.2,11.25,1037.489556412357,40.30644632037634,37.193977651139264
+1999,3,30,13,30,924.0,130.0,831.0,21.0,-12.0,7.2,11.1,962.371548875748,39.836185942035236,36.94907129540799
+1999,3,30,14,30,883.0,123.0,709.0,20.0,-12.0,7.2,11.85,813.9724273491283,35.93161810648819,33.4897008244408
+1999,3,30,15,30,820.0,109.0,539.0,19.0,-12.0,7.2,12.76,611.1631083674862,30.962097137608243,29.128607812505784
+1999,3,30,16,30,710.0,86.0,336.0,16.0,-12.0,6.4,15.04,371.5241833366829,23.652459118014335,22.537886568004286
+1999,3,30,17,30,454.0,52.0,125.0,13.0,-11.0,4.800000000000002,21.35,127.4981705710292,15.912197793746762,15.529703282033674
+1999,3,30,18,30,0.0,0.0,0.0,10.0,-9.0,4.2,29.17,0.0,10.0,10.0
+1999,3,30,19,30,0.0,0.0,0.0,8.0,-9.0,4.4,31.69,0.0,8.0,8.0
+1999,3,30,20,30,0.0,0.0,0.0,7.0,-9.0,4.3,33.94,0.0,7.0,7.0
+1999,3,30,21,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.55,0.0,7.0,7.0
+1999,3,30,22,30,0.0,0.0,0.0,7.0,-9.0,4.0,36.54,0.0,7.0,7.0
+1999,3,30,23,30,0.0,0.0,0.0,6.0,-9.0,4.1000000000000005,36.27,0.0,6.0,6.0
+1999,3,31,0,30,0.0,0.0,0.0,6.0,-9.0,4.2,38.66,0.0,6.0,6.0
+1999,3,31,1,30,0.0,0.0,0.0,5.0,-9.0,4.1000000000000005,39.3,0.0,5.0,5.0
+1999,3,31,2,30,0.0,0.0,0.0,4.0,-8.0,3.8,44.69,0.0,4.0,4.0
+1999,3,31,3,30,0.0,0.0,0.0,4.0,-8.0,3.4000000000000004,46.7,0.0,4.0,4.0
+1999,3,31,4,30,0.0,0.0,0.0,3.0,-8.0,2.9000000000000004,50.73,0.0,3.0,3.0
+1999,3,31,5,30,0.0,0.0,0.0,4.0,-8.0,2.7,46.22,0.0,4.0,4.0
+1999,3,31,6,30,289.0,49.0,86.0,7.0,-7.0,3.5,40.05,85.14723786446794,9.117871492787634,8.86242977919423
+1999,3,31,7,30,603.0,95.0,291.0,11.0,-7.0,4.7,32.61,314.5560020150256,18.231787931811542,17.288119925766466
+1999,3,31,8,30,753.0,122.0,498.0,13.0,-10.0,5.2,21.43,558.7657022715355,25.43516406636766,23.758866959553053
+1999,3,31,9,30,835.0,137.0,676.0,15.0,-10.0,5.5,17.92,770.0007814845744,31.80627458858183,29.496272244128107
+1999,3,31,10,30,881.0,145.0,806.0,16.0,-10.0,5.6000000000000005,17.04,925.5558684301466,36.07127074969821,33.294603144407766
+1999,3,31,11,30,904.0,148.0,876.0,17.0,-10.0,5.9,16.740000000000002,1011.3128431057161,38.51053010075705,35.476591571439904
+1999,3,31,12,30,911.0,144.0,882.0,18.0,-9.0,6.3000000000000025,16.54,1019.0089056835207,39.12400328458743,36.06697656753687
+1999,3,31,13,30,897.0,138.0,822.0,19.0,-9.0,6.7,17.07,947.0749947041529,38.13655039255558,35.29532540844312
+1999,3,31,14,30,562.0,244.0,619.0,18.0,-9.0,7.1000000000000005,17.06,680.7138640601747,31.408318956913664,29.36617736473314
+1999,3,31,15,30,47.0,224.0,249.0,17.0,-9.0,7.1000000000000005,17.72,247.9090820113496,21.88317370840268,21.139446462368632
+1999,3,31,16,30,82.0,150.0,179.0,15.0,-9.0,6.4,21.75,179.8880691556317,18.70523954233288,18.165575334865984
+1999,3,31,17,30,446.0,44.0,117.0,12.0,-7.0,4.800000000000002,29.74,118.7686342686024,14.712805627988612,14.356499725182804
+1999,3,31,18,30,0.0,0.0,0.0,9.0,-6.0,3.7,36.7,0.0,9.0,9.0
+1999,3,31,19,30,0.0,0.0,0.0,8.0,-6.0,3.6,43.08,0.0,8.0,8.0
+1999,3,31,20,30,0.0,0.0,0.0,6.0,-6.0,3.7,46.72,0.0,6.0,6.0
+1999,3,31,21,30,0.0,0.0,0.0,6.0,-6.0,3.9,49.82,0.0,6.0,6.0
+1999,3,31,22,30,0.0,0.0,0.0,5.0,-6.0,3.9,50.04,0.0,5.0,5.0
+1999,3,31,23,30,0.0,0.0,0.0,4.0,-6.0,3.5,55.02,0.0,4.0,4.0
+1999,4,1,0,30,0.0,0.0,0.0,3.0,-5.0,2.8000000000000003,61.5,0.0,3.0,3.0
+1999,4,1,1,30,0.0,0.0,0.0,2.0,-4.0,2.2,69.34,0.0,2.0,2.0
+1999,4,1,2,30,0.0,0.0,0.0,2.0,-4.0,1.6,71.66,0.0,2.0,2.0
+1999,4,1,3,30,0.0,0.0,0.0,1.0,-4.0,1.1,73.58,0.0,1.0,1.0
+1999,4,1,4,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,75.62,0.0,0.0,0.0
+1999,4,1,5,30,0.0,0.0,0.0,0.0,-3.0,0.8,77.96000000000002,0.0,0.0,0.0
+1999,4,1,6,30,0.0,6.0,6.0,2.0,-2.0,1.2000000000000002,81.52,5.864308396768293,2.170012919929046,2.1524199947387412
+1999,4,1,7,30,0.0,13.0,13.0,4.0,-2.0,1.4,70.03,12.706001526331303,4.363444643990295,4.325326639411301
+1999,4,1,8,30,0.0,27.0,27.0,6.0,-3.0,1.7000000000000002,57.19,26.389387785457323,6.739813559722638,6.660645396366266
+1999,4,1,9,30,0.0,42.0,42.0,7.0,-4.0,2.5,50.74,41.05015877737806,8.090974215224179,7.9678237388920445
+1999,4,1,10,30,0.0,38.0,38.0,8.0,-4.0,3.3000000000000003,47.23,37.14061984619919,8.936078019964272,8.824656160425675
+1999,4,1,11,30,5.0,131.0,136.0,9.0,-4.0,3.7,44.88,132.84807874941956,12.26107526997408,11.862531033725821
+1999,4,1,12,30,0.0,52.0,52.0,9.0,-3.0,3.9,46.25,50.82400610532521,10.231293046282952,10.078821027966976
+1999,4,1,13,30,0.0,66.0,66.0,8.0,-3.0,3.7,51.1,64.50739236445123,9.58348892923787,9.389966752144517
+1999,4,1,14,30,0.0,57.0,57.0,7.0,-2.0,3.2,57.15,55.71092976929879,8.413429289071743,8.246296499763847
+1999,4,1,15,30,0.0,45.0,45.0,6.0,-2.0,2.9000000000000004,68.28,43.982312975762206,7.138254322502289,7.0063073835750025
+1999,4,1,16,30,0.0,29.0,29.0,5.0,-1.0,2.7,74.98,28.344157251046756,5.743342635986499,5.658310164233359
+1999,4,1,17,30,0.0,54.0,54.0,3.0,-1.0,2.7,88.45,52.77877557091465,4.38415525321624,4.2258189265034956
+1999,4,1,18,30,0.0,0.0,0.0,1.0,-1.0,2.8000000000000003,88.57000000000002,0.0,1.0,1.0
+1999,4,1,19,30,0.0,0.0,0.0,0.0,-2.0,3.0,92.0,0.0,0.0,0.0
+1999,4,1,20,30,0.0,0.0,0.0,0.0,-2.0,3.1,87.09,0.0,0.0,0.0
+1999,4,1,21,30,0.0,0.0,0.0,0.0,-3.0,3.3000000000000003,88.92,0.0,0.0,0.0
+1999,4,1,22,30,0.0,0.0,0.0,0.0,-4.0,3.5,90.79,0.0,0.0,0.0
+1999,4,1,23,30,0.0,0.0,0.0,-1.0,-4.0,3.7,86.27,0.0,-1.0,-1.0
+1999,4,2,0,30,0.0,0.0,0.0,-2.0,-5.0,3.9,88.09,0.0,-2.0,-2.0
+1999,4,2,1,30,0.0,0.0,0.0,-2.0,-6.0,3.9,89.39,0.0,-2.0,-2.0
+1999,4,2,2,30,0.0,0.0,0.0,-3.0,-7.0,3.7,83.59,0.0,-3.0,-3.0
+1999,4,2,3,30,0.0,0.0,0.0,-4.0,-8.0,3.4000000000000004,84.86,0.0,-4.0,-4.0
+1999,4,2,4,30,0.0,0.0,0.0,-4.0,-8.0,3.1,80.61,0.0,-4.0,-4.0
+1999,4,2,5,30,0.0,0.0,0.0,-4.0,-9.0,3.0,83.26,0.0,-4.0,-4.0
+1999,4,2,6,30,0.0,21.0,21.0,-3.0,-9.0,3.3000000000000003,75.87,20.52507938868903,-2.482693725809218,-2.544268963975285
+1999,4,2,7,30,39.0,130.0,143.0,-2.0,-9.0,3.6,65.8,141.65229624641742,1.5001737933344161,1.0752169045951638
+1999,4,2,8,30,0.0,68.0,68.0,-1.0,-9.0,3.5,61.48,66.46216183004066,0.6531166649578442,0.4537301794677222
+1999,4,2,9,30,9.0,181.0,188.0,0.0,-9.0,3.3000000000000003,58.42,183.81919642835285,4.632908931962398,4.08145134267734
+1999,4,2,10,30,10.0,175.0,183.0,0.0,-8.0,2.9000000000000004,60.18,179.9890303899206,4.658083624597568,4.118116533427806
+1999,4,2,11,30,210.0,430.0,601.0,0.0,-8.0,2.6,57.12000000000001,622.4333700970762,16.432521444772647,14.56522133448142
+1999,4,2,12,30,33.0,347.0,374.0,0.0,-8.0,2.8000000000000003,58.43,371.07589544463747,9.667292712487594,8.554065026153681
+1999,4,2,13,30,10.0,169.0,176.0,0.0,-7.0,3.0,60.14,174.25475594033708,4.479891608662935,3.9571273408419234
+1999,4,2,14,30,15.0,221.0,231.0,0.0,-7.0,3.0,61.04,227.8390938090224,5.857483997910974,5.173966716483907
+1999,4,2,15,30,0.0,92.0,92.0,0.0,-7.0,2.7,66.08,89.91939541711383,2.358190431405445,2.0884322451541038
+1999,4,2,16,30,0.0,28.0,28.0,-1.0,-7.0,2.2,71.39,27.366772518252038,-0.25800194835478063,-0.34010226590953674
+1999,4,2,17,30,0.0,45.0,45.0,-2.0,-7.0,1.8,76.78,43.982312975762206,-0.775204577438333,-0.9071515163656196
+1999,4,2,18,30,0.0,0.0,0.0,-3.0,-7.0,1.6,80.2,0.0,-3.0,-3.0
+1999,4,2,19,30,0.0,0.0,0.0,-4.0,-8.0,1.4,84.64,0.0,-4.0,-4.0
+1999,4,2,20,30,0.0,0.0,0.0,-4.0,-8.0,1.4,82.11,0.0,-4.0,-4.0
+1999,4,2,21,30,0.0,0.0,0.0,-5.0,-8.0,1.6,86.17,0.0,-5.0,-5.0
+1999,4,2,22,30,0.0,0.0,0.0,-5.0,-9.0,1.6,83.43,0.0,-5.0,-5.0
+1999,4,2,23,30,0.0,0.0,0.0,-6.0,-9.0,1.6,87.33,0.0,-6.0,-6.0
+1999,4,3,0,30,0.0,0.0,0.0,-6.0,-10.0,2.0,91.69,0.0,-6.0,-6.0
+1999,4,3,1,30,0.0,0.0,0.0,-7.0,-10.0,2.2,89.25,0.0,-7.0,-7.0
+1999,4,3,2,30,0.0,0.0,0.0,-7.0,-10.0,2.0,87.11,0.0,-7.0,-7.0
+1999,4,3,3,30,0.0,0.0,0.0,-7.0,-11.0,1.8,91.22,0.0,-7.0,-7.0
+1999,4,3,4,30,0.0,0.0,0.0,-7.0,-11.0,1.8,82.36,0.0,-7.0,-7.0
+1999,4,3,5,30,0.0,0.0,0.0,-6.0,-11.0,2.0,75.16,0.0,-6.0,-6.0
+1999,4,3,6,30,0.0,27.0,27.0,-3.0,-11.0,2.7,64.42,26.389387785457323,-2.30792237339188,-2.3870905367482522
+1999,4,3,7,30,12.0,120.0,125.0,-1.0,-10.0,3.9,54.41,121.82160824382925,1.9513238056595554,1.5858589809280677
+1999,4,3,8,30,110.0,238.0,295.0,0.0,-11.0,4.9,47.72,297.8066982907062,6.7580806999154905,5.864660605043372
+1999,4,3,9,30,551.0,242.0,605.0,0.0,-12.0,5.2,42.85,660.6468583556461,14.70249881155119,12.720558236484251
+1999,4,3,10,30,525.0,321.0,722.0,1.0,-12.0,5.0,39.74,784.4616400088024,18.68623626957619,16.332851349549784
+1999,4,3,11,30,480.0,381.0,773.0,2.0,-11.0,4.4,40.19,835.3643176358105,21.585405494717243,19.07931254180981
+1999,4,3,12,30,191.0,437.0,595.0,2.0,-11.0,3.6,41.31,612.1946116484334,17.127093544497207,15.290509709551905
+1999,4,3,13,30,42.0,344.0,376.0,3.0,-11.0,2.6,42.61,374.41583721258814,12.88474681763734,11.761499305999576
+1999,4,3,14,30,79.0,323.0,377.0,3.0,-10.0,1.4,41.41,378.131777789879,13.816146139716471,12.681750806346834
+1999,4,3,15,30,10.0,174.0,180.0,3.0,-10.0,0.5,45.47,176.26413479720495,8.35704024489507,7.828247840503455
+1999,4,3,16,30,722.0,104.0,368.0,2.0,-10.0,0.4,45.52,396.7450804605863,14.139737065731643,12.949501824349884
+1999,4,3,17,30,0.0,25.0,25.0,0.0,-8.0,0.5,54.68,24.43461831986789,0.7426197839894216,0.669315929029818
+1999,4,3,18,30,0.0,0.0,0.0,0.0,-10.0,0.4,58.3,0.0,0.0,0.0
+1999,4,3,19,30,0.0,0.0,0.0,-2.0,-10.0,0.4,59.72,0.0,-2.0,-2.0
+1999,4,3,20,30,0.0,0.0,0.0,-3.0,-11.0,0.5,62.53,0.0,-3.0,-3.0
+1999,4,3,21,30,0.0,0.0,0.0,-3.0,-11.0,0.7000000000000001,66.11,0.0,-3.0,-3.0
+1999,4,3,22,30,0.0,0.0,0.0,-4.0,-11.0,1.0,64.21000000000001,0.0,-4.0,-4.0
+1999,4,3,23,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.25,0.0,-4.0,-4.0
+1999,4,4,0,30,0.0,0.0,0.0,-4.0,-12.0,1.3,61.94000000000001,0.0,-4.0,-4.0
+1999,4,4,1,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.89,0.0,-4.0,-4.0
+1999,4,4,2,30,0.0,0.0,0.0,-4.0,-12.0,1.4,60.85,0.0,-4.0,-4.0
+1999,4,4,3,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,62.4,0.0,-4.0,-4.0
+1999,4,4,4,30,0.0,0.0,0.0,-4.0,-11.0,1.2000000000000002,62.58,0.0,-4.0,-4.0
+1999,4,4,5,30,0.0,0.0,0.0,-3.0,-11.0,1.4,58.01,0.0,-3.0,-3.0
+1999,4,4,6,30,0.0,22.0,22.0,-1.0,-11.0,1.8,52.74,21.502464121483747,-0.4012111267476294,-0.4657185191120806
+1999,4,4,7,30,0.0,104.0,104.0,1.0,-10.0,2.6,49.74,101.64801221065042,3.6835533258917588,3.3786092892598076
+1999,4,4,8,30,191.0,242.0,342.0,2.0,-9.0,3.4000000000000004,47.52,350.2698170807259,10.769955661797644,9.719146210555467
+1999,4,4,9,30,623.0,219.0,632.0,3.0,-9.0,3.9,46.06,695.1716681702238,19.841648397748617,17.756133393237945
+1999,4,4,10,30,518.0,325.0,722.0,4.0,-8.0,4.3,48.41,783.2246472975005,22.483524125459418,20.133850183566917
+1999,4,4,11,30,645.0,301.0,831.0,4.0,-8.0,4.5,50.96,917.5187185052514,25.37137772392683,22.618821568411075
+1999,4,4,12,30,690.0,278.0,848.0,4.0,-7.0,4.4,52.8,941.3455328656534,26.070171759302056,23.246135160705094
+1999,4,4,13,30,492.0,341.0,723.0,4.0,-7.0,4.5,50.1,781.3810738186767,22.200380807610646,19.856237586154617
+1999,4,4,14,30,616.0,231.0,649.0,4.0,-7.0,4.5,50.58,713.2366815133059,20.61312213010041,18.473412085560494
+1999,4,4,15,30,754.0,115.0,523.0,4.0,-6.0,4.1000000000000005,55.31,580.1764431029276,17.872355596641523,16.13182626733274
+1999,4,4,16,30,219.0,155.0,236.0,3.0,-6.0,3.0,62.63,241.20704916787395,9.20115892783716,8.477537780333538
+1999,4,4,17,30,477.0,45.0,130.0,1.0,-4.0,2.0,69.10000000000001,126.88111163340798,4.486378697640128,4.105735362739904
+1999,4,4,18,30,0.0,0.0,0.0,0.0,-5.0,1.8,73.14,0.0,0.0,0.0
+1999,4,4,19,30,0.0,0.0,0.0,0.0,-4.0,1.6,80.72,0.0,0.0,0.0
+1999,4,4,20,30,0.0,0.0,0.0,0.0,-4.0,1.1,83.45,0.0,0.0,0.0
+1999,4,4,21,30,0.0,0.0,0.0,0.0,-4.0,0.7000000000000001,85.17,0.0,0.0,0.0
+1999,4,4,22,30,0.0,0.0,0.0,0.0,-4.0,0.4,85.92,0.0,0.0,0.0
+1999,4,4,23,30,0.0,0.0,0.0,0.0,-3.0,0.6000000000000001,93.06,0.0,0.0,0.0
+1999,4,5,0,30,0.0,0.0,0.0,-1.0,-4.0,1.2000000000000002,99.16,0.0,-1.0,-1.0
+1999,4,5,1,30,0.0,0.0,0.0,-2.0,-4.0,2.0,96.65,0.0,-2.0,-2.0
+1999,4,5,2,30,0.0,0.0,0.0,-2.0,-4.0,2.9000000000000004,95.39,0.0,-2.0,-2.0
+1999,4,5,3,30,0.0,0.0,0.0,-2.0,-4.0,3.4000000000000004,94.18,0.0,-2.0,-2.0
+1999,4,5,4,30,0.0,0.0,0.0,-2.0,-5.0,3.6,91.08,0.0,-2.0,-2.0
+1999,4,5,5,30,0.0,0.0,0.0,-1.0,-5.0,4.0,80.35000000000002,0.0,-1.0,-1.0
+1999,4,5,6,30,370.0,62.0,120.0,0.0,-5.0,5.0,74.2,114.56345948299023,2.5829133114188325,2.239222932969862
+1999,4,5,7,30,693.0,102.0,344.0,1.0,-5.0,6.0,64.46000000000001,365.57127227151886,8.725762184134226,7.629048367319669
+1999,4,5,8,30,854.0,120.0,568.0,4.0,-6.0,6.0,56.76,628.2480669960255,17.277014706583287,15.392270505595212
+1999,4,5,9,30,936.0,132.0,757.0,5.0,-7.0,5.4,46.29,854.1971599897398,23.76503448488829,21.20244300491907
+1999,4,5,10,30,977.0,142.0,894.0,6.0,-7.0,4.800000000000002,41.87,1018.992772380378,29.27491045776876,26.217932140627628
+1999,4,5,11,30,994.0,146.0,966.0,7.0,-8.0,4.2,38.44,1105.0729307378383,33.2502757718262,29.93505697961269
+1999,4,5,12,30,996.0,144.0,969.0,8.0,-8.0,3.5,35.52,1108.803381346769,35.579321788438286,32.252911644397976
+1999,4,5,13,30,982.0,137.0,903.0,9.0,-8.0,2.8000000000000003,33.08,1029.4599222931902,35.819555047244506,32.73117528036494
+1999,4,5,14,30,940.0,131.0,773.0,9.0,-8.0,2.2,32.980000000000004,872.8604625794227,32.66595338051371,30.047371992775442
+1999,4,5,15,30,858.0,123.0,590.0,8.0,-8.0,1.6,35.44,653.3038828226278,26.43817904465925,24.478267396191367
+1999,4,5,16,30,723.0,102.0,371.0,7.0,-7.0,0.9,38.69,396.51391803898497,18.72989589972083,17.540354145603875
+1999,4,5,17,30,463.0,63.0,147.0,4.0,-4.0,0.2,61.37000000000001,142.4889770124072,8.419356290173113,7.991889359135891
+1999,4,5,18,30,0.0,0.0,0.0,1.0,-6.0,0.30000000000000004,62.91,0.0,1.0,1.0
+1999,4,5,19,30,0.0,0.0,0.0,0.0,-7.0,0.6000000000000001,62.27,0.0,0.0,0.0
+1999,4,5,20,30,0.0,0.0,0.0,0.0,-7.0,0.9,64.47,0.0,0.0,0.0
+1999,4,5,21,30,0.0,0.0,0.0,-1.0,-8.0,1.2000000000000002,66.5,0.0,-1.0,-1.0
+1999,4,5,22,30,0.0,0.0,0.0,-2.0,-9.0,1.6,68.18,0.0,-2.0,-2.0
+1999,4,5,23,30,0.0,0.0,0.0,-2.0,-9.0,2.1,64.46000000000001,0.0,-2.0,-2.0
+1999,4,6,0,30,0.0,0.0,0.0,-2.0,-10.0,2.6,60.63,0.0,-2.0,-2.0
+1999,4,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.0,58.3,0.0,-2.0,-2.0
+1999,4,6,2,30,0.0,0.0,0.0,-2.0,-11.0,3.0,62.42,0.0,-2.0,-2.0
+1999,4,6,3,30,0.0,0.0,0.0,-2.0,-10.0,2.7,62.81,0.0,-2.0,-2.0
+1999,4,6,4,30,0.0,0.0,0.0,-2.0,-10.0,2.4000000000000004,62.98,0.0,-2.0,-2.0
+1999,4,6,5,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.79,0.0,-1.0,-1.0
+1999,4,6,6,30,557.0,47.0,137.0,2.0,-9.0,2.7,48.52,129.0179666816665,5.3835740676052914,4.996520167560292
+1999,4,6,7,30,810.0,78.0,364.0,6.0,-8.0,2.0,39.21,389.49663749645015,16.702402921039173,15.533913008549822
+1999,4,6,8,30,916.0,100.0,584.0,9.0,-9.0,1.3,30.24,648.3406697174669,27.670217309216678,25.72519530006428
+1999,4,6,9,30,971.0,115.0,768.0,12.0,-9.0,1.5,25.14,867.0723911987695,36.636005003862834,34.034787830266524
+1999,4,6,10,30,1002.0,125.0,901.0,13.0,-9.0,2.0,22.23,1026.994278683923,41.21925919239164,38.13827635633987
+1999,4,6,11,30,1016.0,128.0,970.0,14.0,-9.0,2.5,21.25,1110.5460725715318,43.51455404995163,40.18291583223703
+1999,4,6,12,30,1017.0,126.0,972.0,15.0,-9.0,3.1,20.32,1113.0721437056386,43.426953614353934,40.08773718323702
+1999,4,6,13,30,1006.0,120.0,907.0,16.0,-9.0,3.8,19.3,1035.9016072570453,41.261912572418346,38.15420775064721
+1999,4,6,14,30,978.0,109.0,779.0,16.0,-8.0,4.4,19.54,882.4270831588888,36.688808317908126,34.04152706843146
+1999,4,6,15,30,926.0,94.0,600.0,15.0,-8.0,4.6000000000000005,20.89,668.029172294393,30.458832674917705,28.454745158034527
+1999,4,6,16,30,828.0,75.0,385.0,13.0,-8.0,3.7,24.98,413.96197853352777,23.16169133654954,21.91980540094896
+1999,4,6,17,30,609.0,43.0,155.0,9.0,-5.0,2.3000000000000003,41.3,149.0411056206132,13.01411346542837,12.56699014856653
+1999,4,6,18,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,54.05,0.0,6.0,6.0
+1999,4,6,19,30,0.0,0.0,0.0,4.0,-6.0,1.6,59.38,0.0,4.0,4.0
+1999,4,6,20,30,0.0,0.0,0.0,3.0,-6.0,1.6,61.93,0.0,3.0,3.0
+1999,4,6,21,30,0.0,0.0,0.0,2.0,-6.0,1.6,60.23,0.0,2.0,2.0
+1999,4,6,22,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.44,0.0,2.0,2.0
+1999,4,6,23,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,57.06,0.0,2.0,2.0
+1999,4,7,0,30,0.0,0.0,0.0,1.0,-7.0,1.7000000000000002,56.36,0.0,1.0,1.0
+1999,4,7,1,30,0.0,0.0,0.0,1.0,-7.0,1.8,56.4,0.0,1.0,1.0
+1999,4,7,2,30,0.0,0.0,0.0,1.0,-7.0,1.9,56.62000000000001,0.0,1.0,1.0
+1999,4,7,3,30,0.0,0.0,0.0,1.0,-7.0,1.9,60.5,0.0,1.0,1.0
+1999,4,7,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,59.68,0.0,0.0,0.0
+1999,4,7,5,30,0.0,0.0,0.0,2.0,-8.0,1.6,54.22,0.0,2.0,2.0
+1999,4,7,6,30,566.0,41.0,135.0,6.0,-5.0,1.7000000000000002,49.44,126.34778307700918,9.542098207097377,9.16305485786635
+1999,4,7,7,30,799.0,64.0,351.0,11.0,-4.0,1.7000000000000002,40.74,373.9995799791139,21.484895021005304,20.36289628106796
+1999,4,7,8,30,904.0,78.0,560.0,14.0,-5.0,1.9,30.41,622.0994247963768,31.20838666554281,29.34208839115368
+1999,4,7,9,30,959.0,87.0,735.0,15.0,-6.0,2.9000000000000004,25.46,832.6615957938343,36.549131832068255,34.05114704468675
+1999,4,7,10,30,988.0,93.0,862.0,17.0,-6.0,3.9,23.44,985.0802575806212,40.865148856546966,37.9099080838051
+1999,4,7,11,30,1001.0,96.0,929.0,18.0,-6.0,4.800000000000002,21.57,1066.4050790093313,42.35785944552982,39.158644208501826
+1999,4,7,12,30,595.0,335.0,832.0,19.0,-7.0,5.6000000000000005,19.65,907.4008555665599,38.67756768856657,35.95536512186689
+1999,4,7,13,30,986.0,96.0,871.0,19.0,-7.0,6.2,17.79,995.2973943946799,39.76531169794449,36.77941951476045
+1999,4,7,14,30,959.0,90.0,750.0,19.0,-8.0,6.6000000000000005,18.28,849.6994471512095,36.27904626944557,33.729947927991944
+1999,4,7,15,30,910.0,79.0,579.0,18.0,-8.0,6.8000000000000025,19.08,644.2042381779987,30.933938768067947,29.00132605353395
+1999,4,7,16,30,459.0,126.0,299.0,16.0,-8.0,6.5,20.4,312.3936834526746,22.393444460383915,21.45626341002589
+1999,4,7,17,30,0.0,3.0,3.0,13.0,-7.0,5.5,28.55,2.9321541983841466,13.063998102052697,13.055201639457545
+1999,4,7,18,30,0.0,0.0,0.0,10.0,-5.0,4.6000000000000005,39.51,0.0,10.0,10.0
+1999,4,7,19,30,0.0,0.0,0.0,8.0,-4.0,3.8,48.22,0.0,8.0,8.0
+1999,4,7,20,30,0.0,0.0,0.0,8.0,-2.0,2.8000000000000003,58.91,0.0,8.0,8.0
+1999,4,7,21,30,0.0,0.0,0.0,7.0,-1.0,2.9000000000000004,62.79,0.0,7.0,7.0
+1999,4,7,22,30,0.0,0.0,0.0,7.0,-1.0,4.2,60.83,0.0,7.0,7.0
+1999,4,7,23,30,0.0,0.0,0.0,6.0,-2.0,5.7,61.67,0.0,6.0,6.0
+1999,4,8,0,30,0.0,0.0,0.0,5.0,-2.0,7.7,65.07000000000001,0.0,5.0,5.0
+1999,4,8,1,30,0.0,0.0,0.0,4.0,-4.0,9.4,60.92,0.0,4.0,4.0
+1999,4,8,2,30,0.0,0.0,0.0,3.0,-8.0,9.8,49.63,0.0,3.0,3.0
+1999,4,8,3,30,0.0,0.0,0.0,2.0,-9.0,9.6,47.55,0.0,2.0,2.0
+1999,4,8,4,30,0.0,0.0,0.0,2.0,-10.0,10.0,46.76,0.0,2.0,2.0
+1999,4,8,5,30,0.0,0.0,0.0,2.0,-10.0,11.1,46.39,0.0,2.0,2.0
+1999,4,8,6,30,411.0,48.0,118.0,2.0,-10.0,12.3,46.6,110.89322631722347,3.5863403562092557,3.2536606772575856
+1999,4,8,7,30,282.0,146.0,248.0,4.0,-9.0,12.7,41.14,253.46212874613008,7.541118986791159,6.780732600552769
+1999,4,8,8,30,889.0,88.0,566.0,6.0,-9.0,12.2,37.09,625.2028029905694,14.99680720790267,13.121198798930962
+1999,4,8,9,30,957.0,95.0,746.0,9.0,-8.0,11.6,34.76,841.1575698782964,21.545435889138687,19.0219631795038
+1999,4,8,10,30,998.0,97.0,877.0,11.0,-7.0,11.1,32.14,1000.0053482467397,26.36984831869924,23.369832273959023
+1999,4,8,11,30,1016.0,97.0,947.0,12.0,-7.0,10.3,29.17,1083.6199115508575,29.483849391870525,26.232989657217953
+1999,4,8,12,30,1018.0,96.0,950.0,13.0,-6.0,9.1,28.24,1087.4794093778412,31.891276719164942,28.628838491031416
+1999,4,8,13,30,1002.0,94.0,885.0,14.0,-6.0,7.7,28.91,1009.0612122426005,33.13453355948769,30.10734992275989
+1999,4,8,14,30,967.0,89.0,758.0,14.0,-6.0,6.5,29.41,855.9724580728617,31.518319544179267,28.950402169960682
+1999,4,8,15,30,908.0,82.0,584.0,13.0,-5.0,5.300000000000002,31.93,646.6622128922169,27.298239355522696,25.358252716846046
+1999,4,8,16,30,803.0,69.0,376.0,12.0,-5.0,3.9,34.56,399.22072134172066,21.671762141328337,20.474099977303176
+1999,4,8,17,30,586.0,47.0,159.0,8.0,-4.0,2.2,45.27,150.04396095376927,12.068156981776935,11.618025098915627
+1999,4,8,18,30,0.0,0.0,0.0,5.0,-3.0,1.0,62.31,0.0,5.0,5.0
+1999,4,8,19,30,0.0,0.0,0.0,4.0,-3.0,0.30000000000000004,70.13,0.0,4.0,4.0
+1999,4,8,20,30,0.0,0.0,0.0,2.0,-4.0,0.2,74.34,0.0,2.0,2.0
+1999,4,8,21,30,0.0,0.0,0.0,1.0,-4.0,0.5,72.47,0.0,1.0,1.0
+1999,4,8,22,30,0.0,0.0,0.0,0.0,-4.0,0.9,69.81,0.0,0.0,0.0
+1999,4,8,23,30,0.0,0.0,0.0,0.0,-5.0,1.1,71.48,0.0,0.0,0.0
+1999,4,9,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,72.83,0.0,0.0,0.0
+1999,4,9,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,68.85000000000001,0.0,0.0,0.0
+1999,4,9,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,70.02,0.0,0.0,0.0
+1999,4,9,3,30,0.0,0.0,0.0,-1.0,-8.0,1.8,65.94,0.0,-1.0,-1.0
+1999,4,9,4,30,0.0,0.0,0.0,-1.0,-9.0,2.0,62.53,0.0,-1.0,-1.0
+1999,4,9,5,30,0.0,0.0,0.0,0.0,-9.0,3.0,52.61,0.0,0.0,0.0
+1999,4,9,6,30,587.0,45.0,148.0,4.0,-7.0,5.0,47.94,137.24183169757825,7.094213072605492,6.682487577512758
+1999,4,9,7,30,819.0,67.0,369.0,8.0,-7.0,6.8000000000000025,40.09,389.6069201843734,15.822289501746283,14.653468741193162
+1999,4,9,8,30,925.0,80.0,582.0,11.0,-8.0,7.8000000000000025,29.43,641.658504580957,23.09105093369174,21.166075419948868
+1999,4,9,9,30,982.0,87.0,760.0,13.0,-10.0,8.5,21.62,855.1317419306283,28.42068704375593,25.855291817964044
+1999,4,9,10,30,1007.0,93.0,885.0,14.0,-12.0,9.2,17.98,1006.1992594625888,31.371259374423964,28.3526615960362
+1999,4,9,11,30,428.0,406.0,765.0,15.0,-13.0,9.8,16.03,814.0364096279322,28.542775092972793,26.100665864088995
+1999,4,9,12,30,467.0,406.0,799.0,14.0,-12.0,10.3,17.76,853.2432835976809,27.76679858502838,25.207068734235335
+1999,4,9,13,30,481.0,359.0,740.0,13.0,-11.0,10.2,21.09,791.6686864869948,25.851593281949384,23.476587222488398
+1999,4,9,14,30,490.0,279.0,619.0,11.0,-10.0,9.0,24.86,662.784746904958,22.585351577868856,20.596997337153983
+1999,4,9,15,30,147.0,265.0,347.0,9.0,-10.0,8.200000000000001,28.53,350.84635171065315,15.446868954148307,14.394329899016348
+1999,4,9,16,30,625.0,93.0,333.0,6.0,-11.0,8.4,32.17,349.66011548930646,12.34503206441146,11.296051717943541
+1999,4,9,17,30,0.0,31.0,31.0,3.0,-13.0,8.200000000000001,33.43,30.29892671663619,3.5567485853596392,3.4658518052097307
+1999,4,9,18,30,0.0,0.0,0.0,1.0,-15.0,6.9,30.81,0.0,1.0,1.0
+1999,4,9,19,30,0.0,0.0,0.0,0.0,-13.0,6.0,36.96,0.0,0.0,0.0
+1999,4,9,20,30,0.0,0.0,0.0,0.0,-11.0,5.8000000000000025,43.74,0.0,0.0,0.0
+1999,4,9,21,30,0.0,0.0,0.0,0.0,-11.0,5.6000000000000005,46.47,0.0,0.0,0.0
+1999,4,9,22,30,0.0,0.0,0.0,0.0,-11.0,5.5,49.84,0.0,0.0,0.0
+1999,4,9,23,30,0.0,0.0,0.0,0.0,-11.0,6.0,48.28,0.0,0.0,0.0
+1999,4,10,0,30,0.0,0.0,0.0,0.0,-12.0,6.9,49.85,0.0,0.0,0.0
+1999,4,10,1,30,0.0,0.0,0.0,-1.0,-12.0,7.7,47.87000000000001,0.0,-1.0,-1.0
+1999,4,10,2,30,0.0,0.0,0.0,-1.0,-12.0,8.200000000000001,46.08,0.0,-1.0,-1.0
+1999,4,10,3,30,0.0,0.0,0.0,-1.0,-13.0,8.700000000000001,48.08,0.0,-1.0,-1.0
+1999,4,10,4,30,0.0,0.0,0.0,-1.0,-13.0,9.0,47.05,0.0,-1.0,-1.0
+1999,4,10,5,30,0.0,0.0,0.0,-1.0,-13.0,9.3,42.98,0.0,-1.0,-1.0
+1999,4,10,6,30,620.0,44.0,155.0,0.0,-13.0,9.5,39.81,143.46648932586237,2.4313082814149256,2.0009088134373383
+1999,4,10,7,30,805.0,53.0,354.0,1.0,-13.0,9.6,34.67,372.72816540893774,7.277734540096176,6.159550043869363
+1999,4,10,8,30,700.0,133.0,516.0,3.0,-13.0,9.3,32.94,558.2073491577592,12.577527627793621,10.902905580320343
+1999,4,10,9,30,988.0,84.0,765.0,5.0,-13.0,8.700000000000001,29.54,859.1006281683102,20.299979763554745,17.722677879049815
+1999,4,10,10,30,1016.0,89.0,891.0,7.0,-12.0,7.8000000000000025,28.43,1012.3559035139743,26.07626362780738,23.039195917265456
+1999,4,10,11,30,1027.0,91.0,957.0,8.0,-12.0,6.8000000000000025,27.55,1091.643735581372,29.917355391029208,26.64242418428509
+1999,4,10,12,30,1023.0,92.0,957.0,9.0,-11.0,6.0,26.76,1091.0201815964163,32.05696070900355,28.783900164214298
+1999,4,10,13,30,1006.0,92.0,892.0,9.0,-11.0,5.300000000000002,25.92,1012.8275502135494,31.394459503132833,28.355976852492184
+1999,4,10,14,30,971.0,89.0,767.0,9.0,-10.0,4.800000000000002,26.62,860.8561064327288,28.66289588829967,26.080327569001483
+1999,4,10,15,30,911.0,83.0,593.0,8.0,-10.0,4.4,28.96,651.004630797484,23.263028841346856,21.310014948954404
+1999,4,10,16,30,806.0,72.0,384.0,7.0,-10.0,3.8,31.58,404.7545682597266,16.87050743529446,15.65624373051528
+1999,4,10,17,30,592.0,50.0,166.0,5.0,-9.0,2.8000000000000003,40.86,155.18013915718737,9.042762806243516,8.577222388771954
+1999,4,10,18,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,54.01,0.0,2.0,2.0
+1999,4,10,19,30,0.0,0.0,0.0,0.0,-8.0,2.1,58.51,0.0,0.0,0.0
+1999,4,10,20,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,62.38,0.0,0.0,0.0
+1999,4,10,21,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,66.13,0.0,-1.0,-1.0
+1999,4,10,22,30,0.0,0.0,0.0,-1.0,-8.0,0.30000000000000004,69.55,0.0,-1.0,-1.0
+1999,4,10,23,30,0.0,0.0,0.0,-2.0,-9.0,0.8,67.53,0.0,-2.0,-2.0
+1999,4,11,0,30,0.0,0.0,0.0,-2.0,-9.0,1.1,70.94,0.0,-2.0,-2.0
+1999,4,11,1,30,0.0,0.0,0.0,-3.0,-9.0,1.2000000000000002,69.15,0.0,-3.0,-3.0
+1999,4,11,2,30,0.0,0.0,0.0,-3.0,-10.0,1.2000000000000002,66.36,0.0,-3.0,-3.0
+1999,4,11,3,30,0.0,0.0,0.0,-3.0,-11.0,1.5,67.27,0.0,-3.0,-3.0
+1999,4,11,4,30,0.0,0.0,0.0,-4.0,-12.0,1.8,62.16,0.0,-4.0,-4.0
+1999,4,11,5,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,48.86,0.0,-2.0,-2.0
+1999,4,11,6,30,567.0,51.0,156.0,0.0,-13.0,2.4000000000000004,38.86,143.50119738348127,3.8392458342634126,3.408742242112969
+1999,4,11,7,30,799.0,75.0,378.0,4.0,-14.0,1.2000000000000002,29.36,394.129180278307,15.426249820913679,14.243862280078758
+1999,4,11,8,30,906.0,91.0,590.0,7.0,-15.0,0.7000000000000001,21.78,645.4602550104088,26.353675031790903,24.417294266759676
+1999,4,11,9,30,957.0,103.0,767.0,10.0,-15.0,1.5,17.77,855.3694958331844,34.30349229591277,31.737383808413213
+1999,4,11,10,30,982.0,113.0,892.0,12.0,-14.0,2.4000000000000004,17.080000000000002,1006.6218593393487,38.93126503899093,35.91139946097288
+1999,4,11,11,30,990.0,118.0,957.0,13.0,-14.0,3.2,15.12,1083.371337107389,40.48596702926064,37.235853017938474
+1999,4,11,12,30,976.0,125.0,953.0,14.0,-14.0,3.9,14.31,1078.4331846443158,40.1267732099181,36.89147365598515
+1999,4,11,13,30,643.0,284.0,797.0,15.0,-14.0,4.4,14.47,868.0866413316161,35.35259169693081,32.74833177293596
+1999,4,11,14,30,355.0,324.0,572.0,14.0,-14.0,4.800000000000002,14.83,599.8886732622436,27.702114022057497,25.902448002270766
+1999,4,11,15,30,438.0,219.0,465.0,13.0,-13.0,5.2,16.8,488.381583388924,23.868786490911763,22.40364174074499
+1999,4,11,16,30,165.0,169.0,233.0,11.0,-11.0,5.1000000000000005,22.93,233.76638268779865,16.236286307277492,15.534987159214095
+1999,4,11,17,30,2.0,68.0,69.0,9.0,-7.0,4.5,35.63,66.82779707055583,10.556591778290358,10.35610838707869
+1999,4,11,18,30,0.0,0.0,0.0,7.0,-6.0,3.8,44.54,0.0,7.0,7.0
+1999,4,11,19,30,0.0,0.0,0.0,6.0,-5.0,3.1,49.43,0.0,6.0,6.0
+1999,4,11,20,30,0.0,0.0,0.0,5.0,-4.0,2.3000000000000003,55.88,0.0,5.0,5.0
+1999,4,11,21,30,0.0,0.0,0.0,4.0,-4.0,1.9,64.95,0.0,4.0,4.0
+1999,4,11,22,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,67.0,0.0,3.0,3.0
+1999,4,11,23,30,0.0,0.0,0.0,2.0,-5.0,1.7000000000000002,64.85,0.0,2.0,2.0
+1999,4,12,0,30,0.0,0.0,0.0,2.0,-6.0,1.7000000000000002,62.7,0.0,2.0,2.0
+1999,4,12,1,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,59.31,0.0,1.0,1.0
+1999,4,12,2,30,0.0,0.0,0.0,0.0,-7.0,1.6,56.84,0.0,0.0,0.0
+1999,4,12,3,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.87000000000001,0.0,0.0,0.0
+1999,4,12,4,30,0.0,0.0,0.0,0.0,-7.0,1.6,59.14,0.0,0.0,0.0
+1999,4,12,5,30,0.0,0.0,0.0,2.0,-8.0,1.5,54.81,0.0,2.0,2.0
+1999,4,12,6,30,594.0,45.0,158.0,6.0,-5.0,1.7000000000000002,52.17,143.93338555838343,10.035101958354629,9.603301801679478
+1999,4,12,7,30,807.0,66.0,374.0,9.0,-6.0,1.5,37.33,390.80157949891185,20.103789909331336,18.931385170834602
+1999,4,12,8,30,905.0,79.0,581.0,12.0,-7.0,0.6000000000000001,27.39,635.3535612371845,31.1797005666244,29.273639882912846
+1999,4,12,9,30,957.0,88.0,755.0,15.0,-8.0,0.6000000000000001,21.81,842.7228107193727,40.439648341292234,37.911479909134115
+1999,4,12,10,30,984.0,94.0,879.0,17.0,-8.0,1.3,18.98,991.6057472321481,45.55519582623157,42.580378584535126
+1999,4,12,11,30,995.0,98.0,944.0,19.0,-8.0,1.7000000000000002,17.94,1070.1199724722665,49.00028922994883,45.789929312532024
+1999,4,12,12,30,990.0,100.0,943.0,20.0,-8.0,1.8,17.04,1068.841836640714,49.7645235183829,46.55799800846076
+1999,4,12,13,30,226.0,416.0,598.0,20.0,-8.0,1.6,16.22,614.3599365364034,37.3390650286387,35.49598521902949
+1999,4,12,14,30,14.0,217.0,227.0,20.0,-7.0,1.0,17.490000000000002,223.27413107279477,26.560672417852143,25.890850024633757
+1999,4,12,15,30,56.0,246.0,278.0,19.0,-7.0,1.0,19.2,275.5572542919735,27.0969562800941,26.27028451721818
+1999,4,12,16,30,432.0,136.0,306.0,16.0,-6.0,1.7000000000000002,24.04,312.8679173562613,24.771098804721,23.832495052652217
+1999,4,12,17,30,157.0,76.0,108.0,13.0,-2.0,2.1,37.7,102.78210554194324,15.805399393341316,15.497053076715487
+1999,4,12,18,30,0.0,0.0,0.0,11.0,-2.0,2.3000000000000003,48.12000000000001,0.0,11.0,11.0
+1999,4,12,19,30,0.0,0.0,0.0,9.0,-2.0,2.1,56.03,0.0,9.0,9.0
+1999,4,12,20,30,0.0,0.0,0.0,7.0,-1.0,1.5,60.76,0.0,7.0,7.0
+1999,4,12,21,30,0.0,0.0,0.0,6.0,-2.0,1.4,63.68,0.0,6.0,6.0
+1999,4,12,22,30,0.0,0.0,0.0,5.0,-3.0,1.6,68.35000000000001,0.0,5.0,5.0
+1999,4,12,23,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,64.79,0.0,4.0,4.0
+1999,4,13,0,30,0.0,0.0,0.0,4.0,-4.0,1.8,61.97,0.0,4.0,4.0
+1999,4,13,1,30,0.0,0.0,0.0,4.0,-5.0,1.8,64.02,0.0,4.0,4.0
+1999,4,13,2,30,0.0,0.0,0.0,4.0,-5.0,1.7000000000000002,62.21,0.0,4.0,4.0
+1999,4,13,3,30,0.0,0.0,0.0,4.0,-5.0,1.6,61.06,0.0,4.0,4.0
+1999,4,13,4,30,0.0,0.0,0.0,3.0,-5.0,1.5,61.19,0.0,3.0,3.0
+1999,4,13,5,30,0.0,0.0,0.0,4.0,-5.0,1.6,57.08,0.0,4.0,4.0
+1999,4,13,6,30,517.0,47.0,147.0,7.0,-3.0,1.9,54.88,134.5012368529429,10.720545621010318,10.31704191045149
+1999,4,13,7,30,688.0,110.0,376.0,10.0,-3.0,2.4000000000000004,47.02,387.59381836064676,20.369724989477042,19.2069435343951
+1999,4,13,8,30,787.0,145.0,586.0,11.0,-2.0,3.1,48.97,628.9987749734973,27.064115071759186,25.177118746838694
+1999,4,13,9,30,848.0,170.0,764.0,12.0,-1.0,4.5,44.26,838.4196652842636,31.52895673578102,29.01369773992823
+1999,4,13,10,30,796.0,203.0,841.0,13.0,-1.0,5.2,40.98,927.5906988988188,33.64325437361594,30.86048227691948
+1999,4,13,11,30,836.0,207.0,921.0,14.0,-2.0,5.1000000000000005,37.12,1022.1024660356804,36.894742545958636,33.82843514785159
+1999,4,13,12,30,739.0,262.0,893.0,14.0,-2.0,5.1000000000000005,35.93,981.77161663848,35.99134543628323,33.04603058636779
+1999,4,13,13,30,316.0,400.0,655.0,15.0,-2.0,5.0,33.39,681.7390707834257,30.37028410967514,28.325066897324863
+1999,4,13,14,30,738.0,188.0,709.0,15.0,-2.0,5.1000000000000005,35.92,773.68867531298,32.330359353028015,30.009293327089075
+1999,4,13,15,30,0.0,31.0,31.0,14.0,-2.0,4.800000000000002,36.28,30.29892671663619,14.692060655787419,14.60116387563751
+1999,4,13,16,30,0.0,29.0,29.0,13.0,-2.0,3.7,39.78,28.344157251046756,13.69577543860452,13.61074296685138
+1999,4,13,17,30,0.0,13.0,13.0,10.0,0.0,2.2,56.43,12.706001526331303,10.344499095406709,10.306381090827715
+1999,4,13,18,30,0.0,0.0,0.0,7.0,1.0,1.4,79.43,0.0,7.0,7.0
+1999,4,13,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.36,0.0,6.0,6.0
+1999,4,13,20,30,0.0,0.0,0.0,5.0,2.0,1.3,94.62,0.0,5.0,5.0
+1999,4,13,21,30,0.0,0.0,0.0,4.0,2.0,1.4,100.0,0.0,4.0,4.0
+1999,4,13,22,30,0.0,0.0,0.0,4.0,1.0,1.6,98.5,0.0,4.0,4.0
+1999,4,13,23,30,0.0,0.0,0.0,4.0,1.0,2.1,96.92,0.0,4.0,4.0
+1999,4,14,0,30,0.0,0.0,0.0,5.0,1.0,2.9000000000000004,99.02,0.0,5.0,5.0
+1999,4,14,1,30,0.0,0.0,0.0,4.0,1.0,3.9,100.0,0.0,4.0,4.0
+1999,4,14,2,30,0.0,0.0,0.0,3.0,0.0,4.7,100.0,0.0,3.0,3.0
+1999,4,14,3,30,0.0,0.0,0.0,2.0,0.0,4.9,100.0,0.0,2.0,2.0
+1999,4,14,4,30,0.0,0.0,0.0,2.0,0.0,4.7,98.51,0.0,2.0,2.0
+1999,4,14,5,30,0.0,0.0,0.0,2.0,0.0,5.1000000000000005,95.88,0.0,2.0,2.0
+1999,4,14,6,30,398.0,59.0,138.0,2.0,0.0,6.6000000000000005,94.82,127.04142325273276,4.583448345035284,4.202324075277085
+1999,4,14,7,30,0.0,29.0,29.0,2.0,-1.0,8.4,88.59,28.344157251046756,2.5143411519639343,2.429308680210794
+1999,4,14,8,30,17.0,200.0,210.0,2.0,-3.0,9.3,77.75,206.0458521937511,5.535263097047137,4.917125540465884
+1999,4,14,9,30,13.0,214.0,224.0,2.0,-4.0,9.4,69.79,219.4985877518293,5.742860754235439,5.084364990979951
+1999,4,14,10,30,17.0,255.0,269.0,2.0,-5.0,9.0,65.67,264.8363097935942,6.629288428667111,5.834779499286329
+1999,4,14,11,30,0.0,92.0,92.0,3.0,-6.0,8.3,59.3,89.91939541711383,4.641955951329065,4.372197765077723
+1999,4,14,12,30,0.0,91.0,91.0,4.0,-6.0,7.9,54.32,88.94201068431913,5.665444012204863,5.398617980151905
+1999,4,14,13,30,0.0,108.0,108.0,5.0,-6.0,7.4,50.11,105.5575511418293,7.039998943133512,6.723326289708025
+1999,4,14,14,30,9.0,172.0,178.0,5.0,-6.0,7.0,53.34,175.30841831924184,8.475163199603521,7.949237944645796
+1999,4,14,15,30,31.0,227.0,245.0,4.0,-6.0,6.7,56.22,241.3549058182594,8.87680526199978,8.152740544545
+1999,4,14,16,30,0.0,74.0,74.0,3.0,-7.0,6.1000000000000005,59.23,72.32647022680895,4.518704242437409,4.3017248317569825
+1999,4,14,17,30,0.0,42.0,42.0,1.0,-7.0,5.0,58.14,41.05015877737806,1.925504537139864,1.8023540608077298
+1999,4,14,18,30,0.0,0.0,0.0,0.0,-7.0,3.8,61.04,0.0,0.0,0.0
+1999,4,14,19,30,0.0,0.0,0.0,0.0,-7.0,3.3000000000000003,65.21000000000001,0.0,0.0,0.0
+1999,4,14,20,30,0.0,0.0,0.0,-1.0,-7.0,3.0,69.19,0.0,-1.0,-1.0
+1999,4,14,21,30,0.0,0.0,0.0,-1.0,-7.0,2.7,69.4,0.0,-1.0,-1.0
+1999,4,14,22,30,0.0,0.0,0.0,-2.0,-7.0,2.6,74.72,0.0,-2.0,-2.0
+1999,4,14,23,30,0.0,0.0,0.0,-2.0,-7.0,3.0,81.04,0.0,-2.0,-2.0
+1999,4,15,0,30,0.0,0.0,0.0,-3.0,-7.0,4.1000000000000005,80.9,0.0,-3.0,-3.0
+1999,4,15,1,30,0.0,0.0,0.0,-4.0,-8.0,5.2,84.27,0.0,-4.0,-4.0
+1999,4,15,2,30,0.0,0.0,0.0,-4.0,-9.0,5.5,84.13,0.0,-4.0,-4.0
+1999,4,15,3,30,0.0,0.0,0.0,-5.0,-10.0,5.0,83.89,0.0,-5.0,-5.0
+1999,4,15,4,30,0.0,0.0,0.0,-6.0,-10.0,4.1000000000000005,79.12,0.0,-6.0,-6.0
+1999,4,15,5,30,0.0,0.0,0.0,-5.0,-11.0,3.8,76.04,0.0,-5.0,-5.0
+1999,4,15,6,30,0.0,38.0,38.0,-4.0,-11.0,4.2,69.56,37.14061984619919,-3.117749167334746,-3.2291710268733436
+1999,4,15,7,30,603.0,100.0,338.0,-3.0,-12.0,4.9,56.36,346.4504366286095,4.861945425322785,3.8225941154369565
+1999,4,15,8,30,2.0,140.0,142.0,-2.0,-13.0,5.6000000000000005,47.46,138.08802222396375,0.9945270468097055,0.5802629801378143
+1999,4,15,9,30,416.0,302.0,596.0,-1.0,-14.0,6.2,40.69,626.5931355746893,12.07287835904975,10.19309895232568
+1999,4,15,10,30,87.0,405.0,476.0,0.0,-14.0,6.4,36.73,475.82306437045395,9.80075244308782,8.373283249976458
+1999,4,15,11,30,464.0,412.0,811.0,0.0,-14.0,6.3000000000000025,34.64,858.8759342767822,17.804454853656196,15.227827050825848
+1999,4,15,12,30,380.0,405.0,733.0,0.0,-14.0,6.1000000000000005,35.35,769.7875092028428,16.16392383501588,13.85456130740735
+1999,4,15,13,30,457.0,367.0,738.0,1.0,-14.0,6.0,36.06,779.9934046660264,17.483908902905256,15.143928688907177
+1999,4,15,14,30,19.0,250.0,264.0,0.0,-13.0,5.9,36.69,259.5657848575735,5.520940099167524,4.742242744594804
+1999,4,15,15,30,0.0,82.0,82.0,0.0,-13.0,5.6000000000000005,37.28,80.14554808916668,1.7380074503865868,1.4975708061190867
+1999,4,15,16,30,0.0,38.0,38.0,0.0,-13.0,5.2,40.59,37.14061984619919,0.8265534184301799,0.7151315588915823
+1999,4,15,17,30,412.0,61.0,149.0,-2.0,-13.0,4.3,47.76,135.62541015706088,1.2006596693721847,0.7937834389010021
+1999,4,15,18,30,0.0,0.0,0.0,-3.0,-13.0,3.2,54.76,0.0,-3.0,-3.0
+1999,4,15,19,30,0.0,0.0,0.0,-4.0,-13.0,2.7,57.52,0.0,-4.0,-4.0
+1999,4,15,20,30,0.0,0.0,0.0,-5.0,-14.0,2.6,60.84,0.0,-5.0,-5.0
+1999,4,15,21,30,0.0,0.0,0.0,-5.0,-14.0,2.8000000000000003,60.02,0.0,-5.0,-5.0
+1999,4,15,22,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.02,0.0,-6.0,-6.0
+1999,4,15,23,30,0.0,0.0,0.0,-6.0,-14.0,3.2,62.14,0.0,-6.0,-6.0
+1999,4,16,0,30,0.0,0.0,0.0,-7.0,-15.0,3.2,60.84,0.0,-7.0,-7.0
+1999,4,16,1,30,0.0,0.0,0.0,-7.0,-15.0,3.2,59.06,0.0,-7.0,-7.0
+1999,4,16,2,30,0.0,0.0,0.0,-7.0,-15.0,3.3000000000000003,57.3,0.0,-7.0,-7.0
+1999,4,16,3,30,0.0,0.0,0.0,-7.0,-16.0,3.3000000000000003,56.47,0.0,-7.0,-7.0
+1999,4,16,4,30,0.0,0.0,0.0,-7.0,-16.0,3.4000000000000004,56.68,0.0,-7.0,-7.0
+1999,4,16,5,30,0.0,0.0,0.0,-5.0,-15.0,3.6,53.48,0.0,-5.0,-5.0
+1999,4,16,6,30,0.0,9.0,9.0,-3.0,-14.0,4.3,47.7,8.796462595152441,-2.7924099692761026,-2.81879935706156
+1999,4,16,7,30,47.0,161.0,180.0,-1.0,-13.0,5.1000000000000005,45.46,176.86871963369563,2.9617982883385796,2.4311921294374925
+1999,4,16,8,30,40.0,237.0,260.0,0.0,-12.0,5.4,43.52,256.68398197575635,5.6388431138677255,4.868791167940456
+1999,4,16,9,30,23.0,267.0,284.0,0.0,-12.0,5.2,42.59,279.33383383279045,6.216491167724237,5.378489666225866
+1999,4,16,10,30,53.0,379.0,423.0,0.0,-11.0,4.800000000000002,44.92,419.23884774765577,9.575874241924835,8.318157698681867
+1999,4,16,11,30,53.0,408.0,454.0,0.0,-10.0,4.6000000000000005,47.97,450.94744597537635,10.435354325278986,9.082511987352857
+1999,4,16,12,30,290.0,445.0,696.0,0.0,-9.0,4.5,51.58,720.5928247141442,16.78446568066309,14.622687206520657
+1999,4,16,13,30,4.0,126.0,130.0,0.0,-8.0,4.7,55.8,126.84665398105508,2.916263226816603,2.535723264873438
+1999,4,16,14,30,93.0,350.0,417.0,0.0,-7.0,5.2,64.05,416.6316183731104,9.272012417090387,8.022117561971056
+1999,4,16,15,30,9.0,173.0,179.0,0.0,-7.0,5.2,65.07000000000001,174.76375909747844,3.8893153398599454,3.3650240625675103
+1999,4,16,16,30,0.0,17.0,17.0,-1.0,-7.0,4.5,68.48,16.615540457510164,-0.612981202407365,-0.6628278237798955
+1999,4,16,17,30,0.0,8.0,8.0,-2.0,-8.0,3.5,71.82000000000002,7.819077862357725,-1.8055156864755477,-1.8289729200626208
+1999,4,16,18,30,0.0,0.0,0.0,-3.0,-8.0,2.7,74.24,0.0,-3.0,-3.0
+1999,4,16,19,30,0.0,0.0,0.0,-4.0,-9.0,2.2,75.34,0.0,-4.0,-4.0
+1999,4,16,20,30,0.0,0.0,0.0,-4.0,-10.0,2.0,75.53,0.0,-4.0,-4.0
+1999,4,16,21,30,0.0,0.0,0.0,-5.0,-11.0,1.9,68.98,0.0,-5.0,-5.0
+1999,4,16,22,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,67.08,0.0,-6.0,-6.0
+1999,4,16,23,30,0.0,0.0,0.0,-7.0,-14.0,1.5,71.31,0.0,-7.0,-7.0
+1999,4,17,0,30,0.0,0.0,0.0,-8.0,-15.0,1.6,71.02,0.0,-8.0,-8.0
+1999,4,17,1,30,0.0,0.0,0.0,-9.0,-16.0,1.7000000000000002,66.59,0.0,-9.0,-9.0
+1999,4,17,2,30,0.0,0.0,0.0,-9.0,-16.0,1.9,68.58,0.0,-9.0,-9.0
+1999,4,17,3,30,0.0,0.0,0.0,-10.0,-17.0,2.3000000000000003,65.07000000000001,0.0,-10.0,-10.0
+1999,4,17,4,30,0.0,0.0,0.0,-11.0,-17.0,2.7,67.06,0.0,-11.0,-11.0
+1999,4,17,5,30,0.0,0.0,0.0,-9.0,-18.0,3.3000000000000003,55.35,0.0,-9.0,-9.0
+1999,4,17,6,30,694.0,54.0,202.0,-4.0,-16.0,3.8,43.05,179.81824717900642,0.3851199837306536,-0.15433475780636563
+1999,4,17,7,30,593.0,105.0,345.0,0.0,-13.0,4.4,40.13,350.2760758971328,8.212343808219192,7.161515580527793
+1999,4,17,8,30,959.0,99.0,651.0,2.0,-12.0,4.9,38.51,699.2640847450111,17.86829021100902,15.770497956773985
+1999,4,17,9,30,1003.0,111.0,829.0,4.0,-11.0,4.9,37.36,911.2990114532682,24.679965549809772,21.94606851544997
+1999,4,17,10,30,1023.0,118.0,951.0,6.0,-9.0,4.9,35.56,1058.8143441828963,30.027507860925155,26.851064828376465
+1999,4,17,11,30,1024.0,123.0,1010.0,8.0,-8.0,4.9,36.07,1129.4207210131697,33.629767297285596,30.241505134246086
+1999,4,17,12,30,182.0,463.0,621.0,9.0,-7.0,4.9,34.97,631.969158670875,23.341177007329772,21.445269531317148
+1999,4,17,13,30,73.0,401.0,461.0,10.0,-5.0,4.9,36.98,459.34140200481846,20.42376239815343,19.045738192138973
+1999,4,17,14,30,538.0,277.0,663.0,11.0,-4.0,4.800000000000002,40.88,702.3221742373942,27.04180732282846,24.934840800116277
+1999,4,17,15,30,626.0,168.0,531.0,11.0,-3.0,4.3,43.63,559.0194884184378,24.19244770505724,22.515389239801927
+1999,4,17,16,30,0.0,2.0,2.0,10.0,-2.0,2.7,49.73,1.9547694655894312,10.05126500937838,10.045400700981611
+1999,4,17,17,30,561.0,56.0,178.0,7.0,0.0,1.4,75.17,159.32784944245716,11.557441095717627,11.079457547390255
+1999,4,17,18,30,72.0,11.0,12.0,4.0,-2.0,1.3,80.33,10.758770483143634,4.309819501201138,4.277543189751707
+1999,4,17,19,30,0.0,0.0,0.0,2.0,-3.0,1.7000000000000002,75.85000000000002,0.0,2.0,2.0
+1999,4,17,20,30,0.0,0.0,0.0,1.0,-4.0,2.3000000000000003,73.3,0.0,1.0,1.0
+1999,4,17,21,30,0.0,0.0,0.0,1.0,-4.0,3.0,70.77,0.0,1.0,1.0
+1999,4,17,22,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.94,0.0,1.0,1.0
+1999,4,17,23,30,0.0,0.0,0.0,1.0,-5.0,3.5,65.93,0.0,1.0,1.0
+1999,4,18,0,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.76,0.0,1.0,1.0
+1999,4,18,1,30,0.0,0.0,0.0,2.0,-5.0,4.1000000000000005,64.31,0.0,2.0,2.0
+1999,4,18,2,30,0.0,0.0,0.0,2.0,-6.0,4.1000000000000005,63.86,0.0,2.0,2.0
+1999,4,18,3,30,0.0,0.0,0.0,2.0,-6.0,3.7,63.04,0.0,2.0,2.0
+1999,4,18,4,30,0.0,0.0,0.0,2.0,-6.0,3.4000000000000004,62.36,0.0,2.0,2.0
+1999,4,18,5,30,0.0,0.0,0.0,3.0,-6.0,3.7,57.86,0.0,3.0,3.0
+1999,4,18,6,30,0.0,8.0,8.0,6.0,-5.0,4.1000000000000005,49.98,7.819077862357725,6.1869586913324754,6.163501457745403
+1999,4,18,7,30,0.0,16.0,16.0,9.0,-3.0,4.6000000000000005,45.47,15.63815572471545,9.361881849953322,9.314967382779177
+1999,4,18,8,30,0.0,117.0,117.0,12.0,-3.0,5.300000000000002,38.24,114.35401373698174,14.528462351871829,14.185400310660883
+1999,4,18,9,30,9.0,177.0,184.0,14.0,-4.0,5.6000000000000005,31.47,180.22062228681972,17.90819941613374,17.36753754927328
+1999,4,18,10,30,5.0,133.0,138.0,15.0,-4.0,5.2,28.68,134.61748385502236,17.995871956946488,17.59201950538142
+1999,4,18,11,30,20.0,300.0,318.0,16.0,-4.0,4.800000000000002,27.1,312.95326932240624,23.148195275153512,22.209335467186293
+1999,4,18,12,30,194.0,464.0,633.0,17.0,-4.0,4.5,25.84,644.9469113543134,32.022477227372335,30.087636493309393
+1999,4,18,13,30,332.0,401.0,674.0,17.0,-4.0,4.3,26.03,698.7391052602222,33.48972763311615,31.393510317335487
+1999,4,18,14,30,371.0,327.0,594.0,16.0,-4.0,4.0,27.81,617.4606768009177,30.86104327474133,29.008661244338576
+1999,4,18,15,30,229.0,273.0,406.0,15.0,-3.0,3.4000000000000004,30.62,411.4076081354066,25.300706216551344,24.066483392145123
+1999,4,18,16,30,256.0,171.0,277.0,14.0,-2.0,2.2,37.55,275.01327075614967,21.456462428718865,20.631422616450415
+1999,4,18,17,30,384.0,67.0,152.0,11.0,0.0,1.2000000000000002,54.25,137.4643801554842,14.985247547579423,14.57285440711297
+1999,4,18,18,30,0.0,11.0,11.0,9.0,0.0,0.9,65.98,10.751232060741874,9.318048943880562,9.285795247698337
+1999,4,18,19,30,0.0,0.0,0.0,8.0,-1.0,0.9,58.42,0.0,8.0,8.0
+1999,4,18,20,30,0.0,0.0,0.0,7.0,-2.0,1.0,60.22,0.0,7.0,7.0
+1999,4,18,21,30,0.0,0.0,0.0,6.0,-2.0,1.3,63.58,0.0,6.0,6.0
+1999,4,18,22,30,0.0,0.0,0.0,5.0,-2.0,1.5,67.15,0.0,5.0,5.0
+1999,4,18,23,30,0.0,0.0,0.0,4.0,-2.0,1.6,70.2,0.0,4.0,4.0
+1999,4,19,0,30,0.0,0.0,0.0,4.0,-3.0,1.7000000000000002,72.93,0.0,4.0,4.0
+1999,4,19,1,30,0.0,0.0,0.0,4.0,-3.0,1.8,70.41,0.0,4.0,4.0
+1999,4,19,2,30,0.0,0.0,0.0,3.0,-4.0,1.8,68.26,0.0,3.0,3.0
+1999,4,19,3,30,0.0,0.0,0.0,3.0,-4.0,1.9,66.24,0.0,3.0,3.0
+1999,4,19,4,30,0.0,0.0,0.0,3.0,-4.0,1.9,64.42,0.0,3.0,3.0
+1999,4,19,5,30,0.0,1.0,1.0,5.0,-5.0,2.0,55.63,0.9773847327947156,5.026856111740725,5.0239239575423404
+1999,4,19,6,30,0.0,23.0,23.0,10.0,-3.0,2.9000000000000004,48.79,22.47984885427846,10.58177443150117,10.514334884938334
+1999,4,19,7,30,54.0,169.0,191.0,14.0,-2.0,3.7,38.3,187.99389307778645,18.614761774451324,18.050780095217966
+1999,4,19,8,30,144.0,278.0,362.0,16.0,-3.0,4.0,29.46,362.7890053605761,24.731605607983024,23.643238591901294
+1999,4,19,9,30,456.0,296.0,626.0,18.0,-4.0,4.0,26.23,655.8787263955892,33.78568887406207,31.8180526948753
+1999,4,19,10,30,17.0,263.0,278.0,19.0,-4.0,3.9,24.36,272.7859195137238,25.608676323646918,24.790318565105746
+1999,4,19,11,30,63.0,426.0,482.0,20.0,-4.0,3.7,22.99,478.60034029850334,31.748395224386698,30.312594203491187
+1999,4,19,12,30,299.0,447.0,708.0,20.0,-4.0,3.6,21.73,732.1915277963665,38.0921712192798,35.8955966358907
+1999,4,19,13,30,187.0,431.0,585.0,20.0,-4.0,3.5,21.69,594.1880573252922,34.77926917567386,32.99670500369798
+1999,4,19,14,30,192.0,366.0,505.0,20.0,-4.0,3.2,21.78,511.99079682807724,32.989601698781584,31.45362930829735
+1999,4,19,15,30,664.0,159.0,546.0,19.0,-4.0,2.9000000000000004,23.41,575.0625533477236,33.882515101421994,32.157327441378825
+1999,4,19,16,30,581.0,111.0,351.0,18.0,-3.0,2.1,25.96,353.7714463458728,27.656060223004335,26.594745883966716
+1999,4,19,17,30,250.0,88.0,144.0,15.0,0.0,1.1,41.15,133.12159376190357,18.885392677322642,18.48602789603693
+1999,4,19,18,30,0.0,11.0,11.0,12.0,0.0,0.7000000000000001,46.98,10.751232060741874,12.322368185925892,12.290114489743667
+1999,4,19,19,30,0.0,0.0,0.0,10.0,-2.0,0.9,47.34,0.0,10.0,10.0
+1999,4,19,20,30,0.0,0.0,0.0,9.0,-2.0,1.3,53.74,0.0,9.0,9.0
+1999,4,19,21,30,0.0,0.0,0.0,8.0,-2.0,1.6,56.8,0.0,8.0,8.0
+1999,4,19,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,54.92,0.0,7.0,7.0
+1999,4,19,23,30,0.0,0.0,0.0,7.0,-3.0,2.0,55.15,0.0,7.0,7.0
+1999,4,20,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,59.32,0.0,7.0,7.0
+1999,4,20,1,30,0.0,0.0,0.0,6.0,-1.0,1.5,69.62,0.0,6.0,6.0
+1999,4,20,2,30,0.0,0.0,0.0,6.0,0.0,1.3,78.38,0.0,6.0,6.0
+1999,4,20,3,30,0.0,0.0,0.0,5.0,0.0,1.3,77.55,0.0,5.0,5.0
+1999,4,20,4,30,0.0,0.0,0.0,5.0,0.0,1.4,76.41,0.0,5.0,5.0
+1999,4,20,5,30,0.0,15.0,15.0,7.0,0.0,1.3,66.93,14.660770991920735,7.422185115209727,7.3782028022339645
+1999,4,20,6,30,476.0,70.0,178.0,11.0,1.0,1.7000000000000002,57.48,159.5005714338326,15.471520388786223,14.993018674484725
+1999,4,20,7,30,663.0,105.0,382.0,14.0,0.0,1.8,44.65,384.3655145781873,24.703600856675166,23.550504312940603
+1999,4,20,8,30,794.0,121.0,587.0,17.0,0.0,1.5,36.86,622.0479616761743,34.67416060302607,32.808016717997546
+1999,4,20,9,30,853.0,135.0,755.0,18.0,-1.0,1.5,30.49,819.0693946327832,41.27210266352301,38.814894479624655
+1999,4,20,10,30,631.0,304.0,824.0,19.0,-1.0,1.6,28.0,881.6571869943539,43.88298860183886,41.2380170408558
+1999,4,20,11,30,46.0,405.0,445.0,20.0,-1.0,1.8,27.98,441.3207388743771,32.28965882610003,30.965696609476897
+1999,4,20,12,30,1.0,112.0,113.0,19.0,-1.0,1.8,28.22,110.4564423309781,22.075930659535402,21.744561332542467
+1999,4,20,13,30,14.0,213.0,225.0,18.0,-1.0,1.6,30.83,221.14228541238813,24.241293156198466,23.5778662999613
+1999,4,20,14,30,18.0,246.0,259.0,17.0,0.0,1.4,33.9,254.90944808632545,24.291473514897913,23.526745170638936
+1999,4,20,15,30,22.0,217.0,230.0,16.0,0.0,1.2000000000000002,37.6,226.0119717516288,22.552342178591886,21.874306263337
+1999,4,20,16,30,5.0,134.0,136.0,15.0,1.0,0.7000000000000001,44.68,133.08375929074572,18.99042359204695,18.591172314174713
+1999,4,20,17,30,0.0,9.0,9.0,13.0,4.0,0.5,62.58,8.796462595152441,13.267343122236191,13.240953734450734
+1999,4,20,18,30,0.0,0.0,0.0,11.0,3.0,0.7000000000000001,69.05,0.0,11.0,11.0
+1999,4,20,19,30,0.0,0.0,0.0,10.0,3.0,0.8,71.8,0.0,10.0,10.0
+1999,4,20,20,30,0.0,0.0,0.0,9.0,3.0,0.6000000000000001,77.22,0.0,9.0,9.0
+1999,4,20,21,30,0.0,0.0,0.0,8.0,3.0,0.5,84.02,0.0,8.0,8.0
+1999,4,20,22,30,0.0,0.0,0.0,8.0,3.0,0.6000000000000001,90.22,0.0,8.0,8.0
+1999,4,20,23,30,0.0,0.0,0.0,7.0,3.0,0.9,94.26,0.0,7.0,7.0
+1999,4,21,0,30,0.0,0.0,0.0,6.0,2.0,1.3,96.99,0.0,6.0,6.0
+1999,4,21,1,30,0.0,0.0,0.0,5.0,1.0,1.9,91.1,0.0,5.0,5.0
+1999,4,21,2,30,0.0,0.0,0.0,4.0,0.0,2.2,89.73,0.0,4.0,4.0
+1999,4,21,3,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,88.05,0.0,3.0,3.0
+1999,4,21,4,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,86.53,0.0,2.0,2.0
+1999,4,21,5,30,0.0,19.0,19.0,3.0,-2.0,1.1,76.76,18.570309923099597,3.5420078302237976,3.486296900454499
+1999,4,21,6,30,620.0,46.0,189.0,6.0,-2.0,1.7000000000000002,62.41,165.24591353556104,10.632588240252124,10.13685049964544
+1999,4,21,7,30,808.0,79.0,419.0,9.0,-4.0,2.3000000000000003,43.01,422.44459560963793,20.377670157323095,19.11033637049418
+1999,4,21,8,30,894.0,95.0,623.0,11.0,-7.0,2.5,30.25,661.8366850910248,28.589377961715915,26.60386790644284
+1999,4,21,9,30,838.0,152.0,763.0,13.0,-8.0,2.5,23.9,824.9298716399694,34.92384258994287,32.449052975022965
+1999,4,21,10,30,307.0,421.0,675.0,14.0,-9.0,2.5,21.95,696.2563667335951,32.50413654698509,30.415367446784302
+1999,4,21,11,30,116.0,464.0,566.0,15.0,-8.0,2.7,21.09,568.3130043208706,29.90435164311267,28.199412630150057
+1999,4,21,12,30,398.0,428.0,778.0,14.0,-8.0,3.0,23.44,812.0103658311909,34.8758630684375,32.43983197094393
+1999,4,21,13,30,227.0,433.0,621.0,13.0,-7.0,2.8000000000000003,26.8,633.4195748084917,29.501886850278336,27.601628125852862
+1999,4,21,14,30,0.0,73.0,73.0,12.0,-5.0,2.2,32.2,71.34908549401425,13.934494920360752,13.720447663878709
+1999,4,21,15,30,27.0,228.0,245.0,10.0,-4.0,1.9,41.45,239.9512313302078,16.63748173526261,15.917628041271987
+1999,4,21,16,30,0.0,28.0,28.0,8.0,-2.0,2.1,53.2,27.366772518252038,8.746965890760858,8.664865573206102
+1999,4,21,17,30,0.0,16.0,16.0,7.0,0.0,2.1,65.71000000000001,15.63815572471545,7.426837651863347,7.379923184689201
+1999,4,21,18,30,0.0,1.0,1.0,6.0,0.0,1.9,77.55,0.9773847327947156,6.02703621596891,6.024104061770526
+1999,4,21,19,30,0.0,0.0,0.0,5.0,0.0,1.6,85.37,0.0,5.0,5.0
+1999,4,21,20,30,0.0,0.0,0.0,4.0,0.0,1.1,93.32,0.0,4.0,4.0
+1999,4,21,21,30,0.0,0.0,0.0,3.0,0.0,0.5,96.19,0.0,3.0,3.0
+1999,4,21,22,30,0.0,0.0,0.0,2.0,0.0,0.7000000000000001,100.0,0.0,2.0,2.0
+1999,4,21,23,30,0.0,0.0,0.0,2.0,0.0,1.3,98.53,0.0,2.0,2.0
+1999,4,22,0,30,0.0,0.0,0.0,1.0,0.0,1.6,96.28,0.0,1.0,1.0
+1999,4,22,1,30,0.0,0.0,0.0,1.0,0.0,1.6,93.75,0.0,1.0,1.0
+1999,4,22,2,30,0.0,0.0,0.0,0.0,-1.0,1.4,97.38,0.0,0.0,0.0
+1999,4,22,3,30,0.0,0.0,0.0,0.0,-1.0,1.2000000000000002,94.08,0.0,0.0,0.0
+1999,4,22,4,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,97.97,0.0,0.0,0.0
+1999,4,22,5,30,0.0,0.0,0.0,0.0,-2.0,1.3,87.79,0.0,0.0,0.0
+1999,4,22,6,30,0.0,4.0,4.0,1.0,-2.0,1.2000000000000002,83.25,3.9095389311788624,1.113341946619364,1.1016133298258273
+1999,4,22,7,30,207.0,184.0,272.0,2.0,-1.0,1.2000000000000002,87.93,268.75318546938894,9.791458209643775,8.985198653235608
+1999,4,22,8,30,0.0,112.0,112.0,3.0,-1.0,1.1,88.65,109.46709007300815,6.194993525529754,5.86659225531073
+1999,4,22,9,30,2.0,118.0,120.0,3.0,-1.0,1.1,83.51,116.95274577525757,6.413475824520993,6.06261758719522
+1999,4,22,10,30,12.0,177.0,187.0,4.0,-1.0,1.2000000000000002,78.03,184.14313104446563,9.338517225833323,8.786087832699927
+1999,4,22,11,30,0.0,62.0,62.0,5.0,-1.0,1.6,72.65,60.59785343327238,6.710251692516033,6.528458132216216
+1999,4,22,12,30,14.0,194.0,206.0,6.0,-1.0,2.3000000000000003,67.52,203.46830238514661,11.47999727317581,10.86959236602037
+1999,4,22,13,30,19.0,283.0,300.0,7.0,-1.0,3.2,63.17,294.21498734242107,14.464461320529214,13.581816358501952
+1999,4,22,14,30,24.0,278.0,296.0,6.0,-1.0,3.5,69.18,291.0413236351497,13.239085353904159,12.365961382998709
+1999,4,22,15,30,0.0,53.0,53.0,5.0,0.0,3.5,81.47,51.801390838119936,6.2884585770994965,6.1330544045851365
+1999,4,22,16,30,0.0,20.0,20.0,3.0,0.0,3.7,89.69,19.547694655894315,3.479845130072082,3.421202046104399
+1999,4,22,17,30,0.0,23.0,23.0,2.0,0.0,3.8,99.74,22.47984885427846,2.5482026211945517,2.4807630746317164
+1999,4,22,18,30,0.0,2.0,2.0,1.0,0.0,3.9,100.0,1.9547694655894312,1.0473574248570365,1.0414931164602683
+1999,4,22,19,30,0.0,0.0,0.0,1.0,0.0,4.1000000000000005,96.43,0.0,1.0,1.0
+1999,4,22,20,30,0.0,0.0,0.0,0.0,-1.0,4.1000000000000005,99.28,0.0,0.0,0.0
+1999,4,22,21,30,0.0,0.0,0.0,0.0,-1.0,3.6,94.89,0.0,0.0,0.0
+1999,4,22,22,30,0.0,0.0,0.0,0.0,-2.0,3.2,97.2,0.0,0.0,0.0
+1999,4,22,23,30,0.0,0.0,0.0,0.0,-3.0,2.9000000000000004,100.0,0.0,0.0,0.0
+1999,4,23,0,30,0.0,0.0,0.0,-1.0,-3.0,2.5,95.58,0.0,-1.0,-1.0
+1999,4,23,1,30,0.0,0.0,0.0,-1.0,-4.0,2.1,98.12,0.0,-1.0,-1.0
+1999,4,23,2,30,0.0,0.0,0.0,-2.0,-4.0,1.8,94.38,0.0,-2.0,-2.0
+1999,4,23,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,98.2,0.0,-2.0,-2.0
+1999,4,23,4,30,0.0,0.0,0.0,-3.0,-5.0,1.5,96.35,0.0,-3.0,-3.0
+1999,4,23,5,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,88.77,0.0,-2.0,-2.0
+1999,4,23,6,30,0.0,7.0,7.0,-1.0,-4.0,2.6,88.46000000000002,6.8416931295630095,-0.8193762184495931,-0.8399012978382822
+1999,4,23,7,30,0.0,23.0,23.0,0.0,-3.0,3.2,87.56,22.47984885427846,0.5703311166429844,0.5028915700801491
+1999,4,23,8,30,0.0,59.0,59.0,0.0,-3.0,3.1,89.76,57.66569923488822,1.4727348685881485,1.2997377708834839
+1999,4,23,9,30,0.0,53.0,53.0,0.0,-3.0,2.8000000000000003,84.54,51.801390838119936,1.3495331124810075,1.1941289399666477
+1999,4,23,10,30,0.0,57.0,57.0,0.0,-3.0,2.4000000000000004,79.61,55.71092976929879,1.4904959605887096,1.3233631712808132
+1999,4,23,11,30,0.0,67.0,67.0,1.0,-2.0,2.1,81.25,65.48477709724594,2.7873826671777655,2.5909283358860278
+1999,4,23,12,30,0.0,77.0,77.0,2.0,-2.0,2.1,83.21000000000002,75.2586244251931,4.054156199592358,3.828380326316778
+1999,4,23,13,30,0.0,85.0,85.0,3.0,-2.0,2.3000000000000003,85.13,83.07770228755082,5.23752582913733,4.988292722274678
+1999,4,23,14,30,0.0,73.0,73.0,3.0,-1.0,2.6,80.54,71.34908549401425,4.8836480075971,4.669600751115057
+1999,4,23,15,30,0.0,47.0,47.0,3.0,-1.0,2.7,80.42,45.937082441351635,4.2047277203919124,4.066916473067858
+1999,4,23,16,30,0.0,22.0,22.0,2.0,-2.0,2.7,85.47,21.502464121483747,2.563915103162172,2.4994077107977204
+1999,4,23,17,30,0.0,14.0,14.0,1.0,-2.0,2.1,84.05,13.683386259126019,1.3734829453804287,1.3324327866030505
+1999,4,23,18,30,0.0,1.0,1.0,0.0,-2.0,1.3,93.07,0.9773847327947156,0.028145674347315127,0.025213520148930982
+1999,4,23,19,30,0.0,0.0,0.0,-1.0,-3.0,1.0,93.64,0.0,-1.0,-1.0
+1999,4,23,20,30,0.0,0.0,0.0,-1.0,-4.0,1.0,98.28,0.0,-1.0,-1.0
+1999,4,23,21,30,0.0,0.0,0.0,-2.0,-4.0,1.1,95.8,0.0,-2.0,-2.0
+1999,4,23,22,30,0.0,0.0,0.0,-2.0,-4.0,1.4,93.72,0.0,-2.0,-2.0
+1999,4,23,23,30,0.0,0.0,0.0,-3.0,-5.0,1.6,97.15,0.0,-3.0,-3.0
+1999,4,24,0,30,0.0,0.0,0.0,-3.0,-6.0,1.8,98.9,0.0,-3.0,-3.0
+1999,4,24,1,30,0.0,0.0,0.0,-4.0,-6.0,2.1,92.98,0.0,-4.0,-4.0
+1999,4,24,2,30,0.0,0.0,0.0,-4.0,-7.0,2.3000000000000003,89.06,0.0,-4.0,-4.0
+1999,4,24,3,30,0.0,0.0,0.0,-4.0,-7.0,2.2,87.69,0.0,-4.0,-4.0
+1999,4,24,4,30,0.0,0.0,0.0,-3.0,-7.0,2.0,88.47,0.0,-3.0,-3.0
+1999,4,24,5,30,0.0,15.0,15.0,-1.0,-7.0,2.2,79.27,14.660770991920735,-0.6025010437614897,-0.6464833567372519
+1999,4,24,6,30,579.0,62.0,204.0,1.0,-4.0,2.3000000000000003,76.58,177.3740530091952,5.777202716237382,5.245080557209796
+1999,4,24,7,30,763.0,85.0,415.0,4.0,-1.0,2.4000000000000004,82.22,414.14160265673877,15.079987148442324,13.837562340472108
+1999,4,24,8,30,853.0,102.0,615.0,6.0,0.0,2.7,79.10000000000002,647.2965241362813,22.975742134601386,21.033852562192543
+1999,4,24,9,30,903.0,114.0,782.0,7.0,0.0,3.1,72.4,844.2629113081655,28.561785328825536,26.02899659490104
+1999,4,24,10,30,8.0,145.0,152.0,9.0,1.0,3.6,65.63,149.17156872662548,12.685972126136456,12.238457419956578
+1999,4,24,11,30,13.0,193.0,205.0,10.0,1.0,4.1000000000000005,63.35,201.5389698057152,14.818913778665227,14.21429686924808
+1999,4,24,12,30,15.0,212.0,226.0,11.0,1.0,4.4,60.46,222.07847224138118,16.206706629275715,15.54047121255157
+1999,4,24,13,30,14.0,218.0,231.0,12.0,1.0,4.800000000000002,61.18,226.06762619640762,17.16363206858703,16.48542918999781
+1999,4,24,14,30,7.0,150.0,156.0,12.0,1.0,5.1000000000000005,61.2,152.25792864021335,15.410525062442161,14.95375127652152
+1999,4,24,15,30,0.0,106.0,106.0,11.0,1.0,5.4,65.05,103.60278167623987,13.275949701013225,12.965141355984505
+1999,4,24,16,30,0.0,47.0,47.0,10.0,1.0,5.4,69.11,45.937082441351635,11.009147508939826,10.87133626161577
+1999,4,24,17,30,148.0,92.0,127.0,7.0,1.0,4.800000000000002,84.27,118.5616188144472,9.708077168386703,9.352392311943362
+1999,4,24,18,30,0.0,25.0,25.0,4.0,1.0,3.7,95.63,24.43461831986789,4.599806412590103,4.526502557630499
+1999,4,24,19,30,0.0,0.0,0.0,2.0,0.0,2.7,100.0,0.0,2.0,2.0
+1999,4,24,20,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,99.42,0.0,1.0,1.0
+1999,4,24,21,30,0.0,0.0,0.0,1.0,0.0,2.2,95.84,0.0,1.0,1.0
+1999,4,24,22,30,0.0,0.0,0.0,2.0,0.0,1.9,96.48,0.0,2.0,2.0
+1999,4,24,23,30,0.0,0.0,0.0,2.0,0.0,1.3,97.38,0.0,2.0,2.0
+1999,4,25,0,30,0.0,0.0,0.0,2.0,0.0,0.9,96.71,0.0,2.0,2.0
+1999,4,25,1,30,0.0,0.0,0.0,1.0,0.0,0.8,95.7,0.0,1.0,1.0
+1999,4,25,2,30,0.0,0.0,0.0,1.0,0.0,0.8,94.33,0.0,1.0,1.0
+1999,4,25,3,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,93.6,0.0,1.0,1.0
+1999,4,25,4,30,0.0,0.0,0.0,1.0,-1.0,0.7000000000000001,92.49,0.0,1.0,1.0
+1999,4,25,5,30,0.0,27.0,27.0,1.0,-1.0,1.2000000000000002,90.29,26.389387785457323,1.7650581396807066,1.6858899763243347
+1999,4,25,6,30,0.0,8.0,8.0,2.0,-1.0,2.1,92.46,7.819077862357725,2.2134188259316736,2.1899615923446003
+1999,4,25,7,30,0.0,66.0,66.0,4.0,0.0,2.8000000000000003,87.19,64.50739236445123,5.680550668372575,5.487028491279221
+1999,4,25,8,30,40.0,252.0,277.0,6.0,-1.0,2.8000000000000003,74.63,272.0548517390669,13.08759021510294,12.27142565988574
+1999,4,25,9,30,34.0,308.0,334.0,8.0,-1.0,2.2,62.17,328.6795960713377,16.91152289652778,15.925484108313768
+1999,4,25,10,30,18.0,272.0,287.0,9.0,-2.0,1.5,52.35,282.62563466130104,17.030202115084485,16.182325211100583
+1999,4,25,11,30,16.0,241.0,256.0,10.0,-2.0,1.4,47.98,251.445126463418,17.1923794658144,16.438044086424146
+1999,4,25,12,30,3.0,117.0,120.0,10.0,-2.0,1.7000000000000002,48.28,117.33183309037348,13.289340465685505,12.937344966414384
+1999,4,25,13,30,9.0,154.0,162.0,10.0,-1.0,1.9,52.98,158.87459297060903,14.394756397763661,13.918132618851834
+1999,4,25,14,30,68.0,350.0,401.0,9.0,-1.0,1.5,59.04,396.9504011674624,20.278495508231607,19.08764430472922
+1999,4,25,15,30,0.0,35.0,35.0,7.0,0.0,0.8,66.3,34.20846564781505,8.018819665698402,7.916194268754957
+1999,4,25,16,30,0.0,38.0,38.0,6.0,0.0,0.5,73.39,37.14061984619919,7.128782071663921,7.017360212125324
+1999,4,25,17,30,125.0,94.0,124.0,5.0,0.0,0.7000000000000001,87.44,116.19573677064463,8.484048029420972,8.135460819109039
+1999,4,25,18,30,0.0,22.0,22.0,3.0,0.0,0.7000000000000001,95.38,21.502464121483747,3.6447363718517867,3.580228979487335
+1999,4,25,19,30,0.0,0.0,0.0,2.0,0.0,0.8,99.67,0.0,2.0,2.0
+1999,4,25,20,30,0.0,0.0,0.0,1.0,0.0,1.0,94.29,0.0,1.0,1.0
+1999,4,25,21,30,0.0,0.0,0.0,1.0,-1.0,1.1,88.12,0.0,1.0,1.0
+1999,4,25,22,30,0.0,0.0,0.0,0.0,-2.0,1.3,88.98,0.0,0.0,0.0
+1999,4,25,23,30,0.0,0.0,0.0,0.0,-3.0,1.5,88.38,0.0,0.0,0.0
+1999,4,26,0,30,0.0,0.0,0.0,0.0,-4.0,1.6,84.05,0.0,0.0,0.0
+1999,4,26,1,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,76.83,0.0,0.0,0.0
+1999,4,26,2,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,78.19,0.0,0.0,0.0
+1999,4,26,3,30,0.0,0.0,0.0,1.0,-4.0,1.6,74.23,0.0,1.0,1.0
+1999,4,26,4,30,0.0,0.0,0.0,1.0,-3.0,1.5,75.16,0.0,1.0,1.0
+1999,4,26,5,30,0.0,1.0,1.0,2.0,-3.0,1.6,78.44,0.9773847327947156,2.0275847047180005,2.0246525505196162
+1999,4,26,6,30,351.0,83.0,171.0,5.0,-1.0,2.0,74.96000000000002,153.60115605337046,9.220579340009241,8.75977587184913
+1999,4,26,7,30,0.0,62.0,62.0,7.0,-1.0,2.7,62.78,60.59785343327238,8.589215290729758,8.40742173042994
+1999,4,26,8,30,172.0,293.0,398.0,9.0,0.0,3.4000000000000004,56.84,397.3781657974682,18.949441045350166,17.75730654795776
+1999,4,26,9,30,244.0,374.0,557.0,10.0,0.0,3.6,53.94,564.2223663075652,23.941717801223557,22.249050702300863
+1999,4,26,10,30,254.0,437.0,651.0,11.0,0.0,3.7,51.1,664.1230493462297,27.302495849622723,25.310126701584036
+1999,4,26,11,30,422.0,454.0,831.0,12.0,0.0,3.9,48.42,863.136083633146,32.91085570017744,30.321447449278008
+1999,4,26,12,30,544.0,396.0,881.0,13.0,0.0,4.1000000000000005,45.99,926.8721071314652,35.16205021005138,32.381433888656986
+1999,4,26,13,30,400.0,386.0,723.0,14.0,0.0,4.2,46.45,748.7506840239523,31.786076731468757,29.5398246793969
+1999,4,26,14,30,185.0,377.0,514.0,13.0,0.0,4.1000000000000005,46.81,517.8143250875004,25.381241148349016,23.827798173086514
+1999,4,26,15,30,601.0,187.0,549.0,13.0,0.0,3.8,50.87000000000001,565.2137586851511,26.783529687187034,25.08788841113158
+1999,4,26,16,30,102.0,188.0,233.0,12.0,0.0,3.3000000000000003,56.03,227.3770894882663,17.73072545893972,17.04859419047492
+1999,4,26,17,30,590.0,68.0,212.0,10.0,1.0,2.0,68.02,181.88301186929564,14.99769469135685,14.452045655748963
+1999,4,26,18,30,0.0,29.0,29.0,8.0,2.0,0.9,86.26,28.344157251046756,8.838492670230574,8.753460198477434
+1999,4,26,19,30,0.0,0.0,0.0,6.0,2.0,0.8,88.04,0.0,6.0,6.0
+1999,4,26,20,30,0.0,0.0,0.0,6.0,1.0,0.9,90.54,0.0,6.0,6.0
+1999,4,26,21,30,0.0,0.0,0.0,5.0,1.0,1.1,93.62,0.0,5.0,5.0
+1999,4,26,22,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,90.35,0.0,4.0,4.0
+1999,4,26,23,30,0.0,0.0,0.0,4.0,0.0,1.5,88.76,0.0,4.0,4.0
+1999,4,27,0,30,0.0,0.0,0.0,4.0,0.0,1.7000000000000002,94.01,0.0,4.0,4.0
+1999,4,27,1,30,0.0,0.0,0.0,3.0,0.0,1.8,91.85,0.0,3.0,3.0
+1999,4,27,2,30,0.0,0.0,0.0,3.0,0.0,1.8,95.16,0.0,3.0,3.0
+1999,4,27,3,30,0.0,0.0,0.0,3.0,-1.0,1.8,92.45,0.0,3.0,3.0
+1999,4,27,4,30,0.0,0.0,0.0,3.0,-1.0,2.0,91.03,0.0,3.0,3.0
+1999,4,27,5,30,0.0,1.0,1.0,5.0,-1.0,2.5,79.62,0.9773847327947156,5.025975576552956,5.023043422354572
+1999,4,27,6,30,0.0,38.0,38.0,8.0,0.0,2.9000000000000004,65.5,37.14061984619919,8.961192539001932,8.849770679463335
+1999,4,27,7,30,100.0,194.0,238.0,12.0,0.0,2.4000000000000004,55.82,233.60895964797416,18.249998198818766,17.549171319874844
+1999,4,27,8,30,276.0,283.0,453.0,14.0,0.0,2.1,44.65,455.16993064675614,26.423694188503745,25.058184396563476
+1999,4,27,9,30,561.0,287.0,708.0,15.0,0.0,2.1,42.0,738.0023019503325,35.143498707866755,32.92949180201576
+1999,4,27,10,30,710.0,268.0,868.0,17.0,0.0,1.8,39.57,925.1025213113812,42.761749595271276,39.986442031337134
+1999,4,27,11,30,813.0,234.0,961.0,18.0,0.0,1.7000000000000002,37.44,1037.2587038344948,47.07903966078265,43.96726354927917
+1999,4,27,12,30,784.0,250.0,951.0,18.0,0.0,1.8,35.27,1022.7464667370709,46.480884840935865,43.41264544072465
+1999,4,27,13,30,695.0,274.0,860.0,19.0,0.0,2.0,34.980000000000004,913.5539270259819,44.102199289766105,41.36153750868816
+1999,4,27,14,30,432.0,314.0,635.0,18.0,0.0,2.1,34.77,655.8320625123429,35.90069254375314,33.93319635621611
+1999,4,27,15,30,0.0,113.0,113.0,17.0,0.0,2.0,37.31,110.44447480580287,20.034740626701904,19.703407202284495
+1999,4,27,16,30,170.0,191.0,265.0,16.0,1.0,1.5,41.16,259.51780595737955,23.373642652049163,22.595089234177024
+1999,4,27,17,30,47.0,93.0,105.0,14.0,3.0,1.0,56.22,100.14388662414053,16.942621393865387,16.642189733992964
+1999,4,27,18,30,0.0,10.0,10.0,12.0,3.0,1.1,65.82000000000001,9.773847327947157,12.285267279065158,12.255945737081316
+1999,4,27,19,30,0.0,0.0,0.0,10.0,3.0,1.5,71.39,0.0,10.0,10.0
+1999,4,27,20,30,0.0,0.0,0.0,9.0,3.0,1.9,76.25,0.0,9.0,9.0
+1999,4,27,21,30,0.0,0.0,0.0,8.0,2.0,2.3000000000000003,80.53,0.0,8.0,8.0
+1999,4,27,22,30,0.0,0.0,0.0,7.0,2.0,2.6,89.61,0.0,7.0,7.0
+1999,4,27,23,30,0.0,0.0,0.0,6.0,1.0,2.7,91.89,0.0,6.0,6.0
+1999,4,28,0,30,0.0,0.0,0.0,5.0,1.0,2.6,87.74,0.0,5.0,5.0
+1999,4,28,1,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,83.71000000000002,0.0,5.0,5.0
+1999,4,28,2,30,0.0,0.0,0.0,5.0,0.0,2.1,85.94,0.0,5.0,5.0
+1999,4,28,3,30,0.0,0.0,0.0,4.0,0.0,1.8,82.52,0.0,4.0,4.0
+1999,4,28,4,30,0.0,0.0,0.0,4.0,-1.0,1.6,79.62,0.0,4.0,4.0
+1999,4,28,5,30,0.0,11.0,11.0,6.0,-1.0,1.7000000000000002,69.31,10.751232060741874,6.301405524331445,6.269151828149219
+1999,4,28,6,30,224.0,97.0,155.0,9.0,0.0,1.7000000000000002,62.26,142.08853462108493,12.98338246602777,12.557116862164515
+1999,4,28,7,30,54.0,184.0,209.0,12.0,0.0,1.6,48.71,203.70774105437815,17.749238449518693,17.13811522635556
+1999,4,28,8,30,734.0,145.0,596.0,13.0,0.0,2.1,44.97,617.7188529790463,29.860406646327466,28.007250087390325
+1999,4,28,9,30,517.0,306.0,695.0,14.0,0.0,2.7,42.42,721.3042829821845,32.91664029067323,30.752727441726673
+1999,4,28,10,30,411.0,393.0,742.0,15.0,0.0,3.4000000000000004,43.11,768.3698202853675,34.23822415510348,31.933114694247376
+1999,4,28,11,30,247.0,474.0,695.0,15.0,0.0,4.0,41.57,709.0856347407898,32.06627271873686,29.93901581451449
+1999,4,28,12,30,287.0,464.0,721.0,16.0,0.0,4.7,40.51,738.5957380058601,32.980657531192406,30.764870317174825
+1999,4,28,13,30,185.0,445.0,602.0,16.0,1.0,5.300000000000002,45.15,606.909896403336,29.419282575981835,27.598552886771827
+1999,4,28,14,30,10.0,178.0,186.0,15.0,2.0,5.8000000000000025,50.92,182.06031958283648,18.89744653498762,18.35126557623911
+1999,4,28,15,30,19.0,217.0,228.0,14.0,3.0,6.0,58.14,224.20111252297016,18.73813072347844,18.06552738590953
+1999,4,28,16,30,3.0,134.0,136.0,12.0,4.0,5.4,67.29,132.26245857996992,14.90554653253478,14.50875915679487
+1999,4,28,17,30,41.0,93.0,104.0,10.0,5.0,4.3,83.91,99.01014818748564,12.336566487026772,12.039536042464315
+1999,4,28,18,30,0.0,5.0,5.0,8.0,6.0,3.0,100.0,4.886923663973579,8.125637249877457,8.110976478885537
+1999,4,28,19,30,0.0,0.0,0.0,8.0,4.0,2.3000000000000003,100.0,0.0,8.0,8.0
+1999,4,28,20,30,0.0,0.0,0.0,8.0,4.0,3.1,100.0,0.0,8.0,8.0
+1999,4,28,21,30,0.0,0.0,0.0,7.0,4.0,4.2,100.0,0.0,7.0,7.0
+1999,4,28,22,30,0.0,0.0,0.0,5.0,2.0,4.4,100.0,0.0,5.0,5.0
+1999,4,28,23,30,0.0,0.0,0.0,4.0,2.0,4.4,100.0,0.0,4.0,4.0
+1999,4,29,0,30,0.0,0.0,0.0,4.0,2.0,4.7,100.0,0.0,4.0,4.0
+1999,4,29,1,30,0.0,0.0,0.0,4.0,2.0,4.6000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,2,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,3,30,0.0,0.0,0.0,4.0,2.0,3.6,100.0,0.0,4.0,4.0
+1999,4,29,4,30,0.0,0.0,0.0,4.0,2.0,3.0,100.0,0.0,4.0,4.0
+1999,4,29,5,30,95.0,29.0,35.0,4.0,2.0,3.1,100.0,28.389387785457323,4.725041781236532,4.63987361788016
+1999,4,29,6,30,0.0,44.0,44.0,6.0,2.0,4.1000000000000005,98.66,43.004928242967495,7.028272802328617,6.899258017599715
+1999,4,29,7,30,176.0,199.0,279.0,7.0,3.0,5.300000000000002,89.39,272.60371341481346,13.02749482790481,12.20968368766037
+1999,4,29,8,30,69.0,280.0,323.0,9.0,3.0,6.2,85.53,318.5192255291212,15.645401703199147,14.689844026611784
+1999,4,29,9,30,11.0,188.0,197.0,10.0,3.0,6.8000000000000025,75.58,192.74956021888582,13.869907805161406,13.291659124504749
+1999,4,29,10,30,19.0,285.0,301.0,11.0,3.0,7.2,70.51,296.3329618979598,16.800028874071252,15.911029988377374
+1999,4,29,11,30,69.0,447.0,509.0,12.0,3.0,7.4,65.73,505.59997123511494,21.771194915104907,20.254395001399562
+1999,4,29,12,30,236.0,476.0,688.0,12.0,4.0,7.5,71.32000000000002,699.7734525719409,25.438417108013383,23.33909675029756
+1999,4,29,13,30,22.0,307.0,326.0,11.0,4.0,7.6,78.48,320.5190318806535,17.11642584571187,16.15486875006991
+1999,4,29,14,30,13.0,215.0,225.0,9.0,4.0,7.6,85.75,220.6518302485325,13.210672138615099,12.548716647869501
+1999,4,29,15,30,173.0,293.0,398.0,8.0,4.0,7.3000000000000025,90.8,396.7589987592788,15.716504380181663,14.526227383903827
+1999,4,29,16,30,20.0,161.0,170.0,7.0,4.0,6.5,94.59,165.9610927365295,10.39655724555125,9.898673967341661
+1999,4,29,17,30,0.0,14.0,14.0,6.0,3.0,5.4,99.46,13.683386259126019,6.300597130322501,6.259546971545123
+1999,4,29,18,30,0.0,2.0,2.0,5.0,2.0,4.5,100.0,1.9547694655894312,5.045531623246193,5.039667314849424
+1999,4,29,19,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
+1999,4,29,20,30,0.0,0.0,0.0,5.0,2.0,4.1000000000000005,100.0,0.0,5.0,5.0
+1999,4,29,21,30,0.0,0.0,0.0,4.0,2.0,4.1000000000000005,100.0,0.0,4.0,4.0
+1999,4,29,22,30,0.0,0.0,0.0,4.0,2.0,3.9,100.0,0.0,4.0,4.0
+1999,4,29,23,30,0.0,0.0,0.0,4.0,2.0,3.5,100.0,0.0,4.0,4.0
+1999,4,30,0,30,0.0,0.0,0.0,4.0,1.0,3.0,100.0,0.0,4.0,4.0
+1999,4,30,1,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
+1999,4,30,2,30,0.0,0.0,0.0,3.0,1.0,2.8000000000000003,100.0,0.0,3.0,3.0
+1999,4,30,3,30,0.0,0.0,0.0,3.0,1.0,3.4000000000000004,100.0,0.0,3.0,3.0
+1999,4,30,4,30,0.0,0.0,0.0,4.0,1.0,4.5,100.0,0.0,4.0,4.0
+1999,4,30,5,30,0.0,5.0,5.0,4.0,2.0,5.1000000000000005,100.0,4.886923663973579,4.109465403759747,4.094804632767826
+1999,4,30,6,30,23.0,97.0,103.0,5.0,2.0,5.0,100.0,99.76009939476401,7.249161205833345,6.949880907649053
+1999,4,30,7,30,0.0,36.0,36.0,5.0,2.0,5.300000000000002,98.07,35.185850380609764,5.777988415960563,5.672430864818733
+1999,4,30,8,30,0.0,50.0,50.0,5.0,2.0,6.1000000000000005,97.67,48.86923663973578,6.026151515160412,5.879543805241204
+1999,4,30,9,30,0.0,100.0,100.0,6.0,2.0,7.5,92.75,97.73847327947156,7.876965132933403,7.5837497130949885
+1999,4,30,10,30,0.0,106.0,106.0,7.0,3.0,8.6,91.63,103.60278167623987,8.856643286580237,8.545834941551517
+1999,4,30,11,30,8.0,146.0,154.0,8.0,4.0,8.5,89.51,150.67495419800753,10.717138424512168,10.265113561918145
+1999,4,30,12,30,9.0,147.0,155.0,9.0,4.0,7.4,85.36,152.6228840067438,11.949580761431353,11.491712109411122
+1999,4,30,13,30,6.0,134.0,140.0,8.0,4.0,6.7,91.33,136.55844053989892,10.75929307978077,10.349617758161074
+1999,4,30,14,30,6.0,138.0,143.0,7.0,4.0,5.9,100.0,139.73714888539644,9.972196158473073,9.552984711816883
+1999,4,30,15,30,0.0,97.0,97.0,5.0,2.0,4.6000000000000005,100.0,94.80631908108742,7.193908715342025,6.909489758098763
+1999,4,30,16,30,0.0,76.0,76.0,5.0,2.0,3.3000000000000003,100.0,74.28123969239839,6.872156039928544,6.649312320851349
+1999,4,30,17,30,0.0,40.0,40.0,4.0,2.0,2.2,100.0,39.09538931178863,5.059997216636028,4.942711048700662
+1999,4,30,18,30,10.0,20.0,21.0,3.0,1.0,1.6,100.0,19.555233078296077,3.5519068510657528,3.4932411518308646
+1999,4,30,19,30,0.0,0.0,0.0,2.0,0.0,1.1,100.0,0.0,2.0,2.0
+1999,4,30,20,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
+1999,4,30,21,30,0.0,0.0,0.0,2.0,0.0,0.8,100.0,0.0,2.0,2.0
+1999,4,30,22,30,0.0,0.0,0.0,2.0,0.0,0.8,96.52,0.0,2.0,2.0
+1999,4,30,23,30,0.0,0.0,0.0,1.0,-1.0,1.0,92.34,0.0,1.0,1.0
+1999,5,1,0,30,0.0,0.0,0.0,1.0,-1.0,1.3,88.37,0.0,1.0,1.0
+1999,5,1,1,30,0.0,0.0,0.0,0.0,-2.0,1.5,92.52,0.0,0.0,0.0
+1999,5,1,2,30,0.0,0.0,0.0,0.0,-2.0,1.7000000000000002,90.93,0.0,0.0,0.0
+1999,5,1,3,30,0.0,0.0,0.0,1.0,-2.0,1.8,85.65,0.0,1.0,1.0
+1999,5,1,4,30,0.0,0.0,0.0,2.0,-1.0,1.7000000000000002,88.42,0.0,2.0,2.0
+1999,5,1,5,30,0.0,17.0,17.0,3.0,-1.0,1.8,91.79,16.615540457510164,3.4627004929677407,3.4128538715952104
+1999,5,1,6,30,0.0,85.0,85.0,4.0,0.0,2.2,87.23,83.07770228755082,6.252494085351558,6.003260978488906
+1999,5,1,7,30,124.0,203.0,260.0,5.0,0.0,1.9,85.13,253.86981141283462,12.02249464212322,11.260885207884716
+1999,5,1,8,30,229.0,297.0,441.0,7.0,1.0,2.1,76.76,439.7740301660334,19.003468803541796,17.684146713043695
+1999,5,1,9,30,165.0,389.0,514.0,8.0,1.0,2.9000000000000004,73.03,515.4866580229619,21.340701681838446,19.79424170776956
+1999,5,1,10,30,152.0,457.0,588.0,8.0,1.0,2.6,73.60000000000002,589.141295447132,23.55359567229863,21.786171785957233
+1999,5,1,11,30,13.0,190.0,202.0,9.0,2.0,2.0,76.0,198.66448157329063,14.458807915680906,13.862814470961034
+1999,5,1,12,30,13.0,189.0,201.0,8.0,2.0,2.5,83.0,197.65795667791363,13.253079174162329,12.660105304128587
+1999,5,1,13,30,14.0,216.0,228.0,7.0,2.0,3.5,90.49,224.14560674636158,12.57518485235332,11.902748032114236
+1999,5,1,14,30,0.0,108.0,108.0,5.0,2.0,3.5,98.1,105.5575511418293,7.625538232580106,7.308865579154618
+1999,5,1,15,30,0.0,116.0,116.0,4.0,2.0,2.8000000000000003,100.0,113.37662900418702,6.953695114109375,6.613565227096814
+1999,5,1,16,30,0.0,83.0,83.0,3.0,1.0,2.0,100.0,81.1229328219614,5.2290572744801604,4.985688476014277
+1999,5,1,17,30,0.0,37.0,37.0,2.0,0.0,1.3,100.0,36.163235113404475,3.0413899508506597,2.9329002455104463
+1999,5,1,18,30,3.0,21.0,21.0,2.0,0.0,0.9,100.0,20.52507938868903,2.607184347408347,2.54560910924228
+1999,5,1,19,30,0.0,0.0,0.0,1.0,0.0,0.8,98.07,0.0,1.0,1.0
+1999,5,1,20,30,0.0,0.0,0.0,1.0,0.0,0.9,94.84,0.0,1.0,1.0
+1999,5,1,21,30,0.0,0.0,0.0,0.0,-1.0,0.8,100.0,0.0,0.0,0.0
+1999,5,1,22,30,0.0,0.0,0.0,0.0,-1.0,0.9,98.65,0.0,0.0,0.0
+1999,5,1,23,30,0.0,0.0,0.0,0.0,-1.0,1.3,96.68,0.0,0.0,0.0
+1999,5,2,0,30,0.0,0.0,0.0,0.0,-2.0,1.5,100.0,0.0,0.0,0.0
+1999,5,2,1,30,0.0,0.0,0.0,0.0,-2.0,1.4,96.59,0.0,0.0,0.0
+1999,5,2,2,30,0.0,0.0,0.0,0.0,-2.0,1.2000000000000002,95.78,0.0,0.0,0.0
+1999,5,2,3,30,0.0,0.0,0.0,0.0,-2.0,1.3,91.1,0.0,0.0,0.0
+1999,5,2,4,30,0.0,0.0,0.0,0.0,-1.0,1.6,86.87,0.0,0.0,0.0
+1999,5,2,5,30,0.0,3.0,3.0,2.0,-1.0,1.7000000000000002,90.99,2.9321541983841466,2.082201506635849,2.073405044040696
+1999,5,2,6,30,0.0,30.0,30.0,3.0,0.0,1.8,90.35,29.32154198384147,3.8165302817077777,3.7285656557562534
+1999,5,2,7,30,0.0,102.0,102.0,4.0,0.0,2.0,85.21000000000002,99.693242745061,6.739323397553933,6.4402436693187495
+1999,5,2,8,30,0.0,109.0,109.0,5.0,0.0,2.5,78.27,106.53493587462401,7.831337844272273,7.511733036648401
+1999,5,2,9,30,15.0,234.0,246.0,7.0,0.0,3.1,65.49,241.025635303659,13.155597903867113,12.432520997956136
+1999,5,2,10,30,225.0,451.0,644.0,9.0,-1.0,3.6,56.25,651.8485766657918,25.106927778275594,23.15138204827822
+1999,5,2,11,30,797.0,249.0,972.0,11.0,0.0,4.0,53.97,1038.282681665797,35.98938708711458,32.87453904211719
+1999,5,2,12,30,899.0,195.0,1007.0,12.0,0.0,4.3,52.83,1085.0881078861837,37.607279200887064,34.35201487722851
+1999,5,2,13,30,700.0,278.0,875.0,12.0,0.0,4.4,51.42,923.4449179245196,33.6504856477153,30.88015089394174
+1999,5,2,14,30,816.0,168.0,784.0,13.0,0.0,4.4,49.32,825.0666625794682,32.34397340854198,29.868773420803574
+1999,5,2,15,30,646.0,189.0,587.0,12.0,0.0,4.1000000000000005,53.3,598.0338603630812,26.299336811089944,24.5052352300007
+1999,5,2,16,30,687.0,96.0,404.0,11.0,1.0,3.4000000000000004,58.47,390.9164635568202,20.787654789764346,19.614905399093885
+1999,5,2,17,30,432.0,77.0,190.0,9.0,2.0,2.2,74.97,162.5659731851776,13.407667556952937,12.919969637397404
+1999,5,2,18,30,87.0,26.0,32.0,7.0,2.0,1.6,86.58,25.457233587073176,7.718478862902467,7.642107162141247
+1999,5,2,19,30,0.0,0.0,0.0,6.0,1.0,1.6,92.52,0.0,6.0,6.0
+1999,5,2,20,30,0.0,0.0,0.0,5.0,1.0,1.8,90.55,0.0,5.0,5.0
+1999,5,2,21,30,0.0,0.0,0.0,5.0,1.0,2.1,88.48,0.0,5.0,5.0
+1999,5,2,22,30,0.0,0.0,0.0,5.0,0.0,2.3000000000000003,92.75,0.0,5.0,5.0
+1999,5,2,23,30,0.0,0.0,0.0,4.0,0.0,2.5,89.98,0.0,4.0,4.0
+1999,5,3,0,30,0.0,0.0,0.0,4.0,0.0,2.7,86.44,0.0,4.0,4.0
+1999,5,3,1,30,0.0,0.0,0.0,4.0,0.0,3.0,82.86,0.0,4.0,4.0
+1999,5,3,2,30,0.0,0.0,0.0,4.0,0.0,3.2,87.01,0.0,4.0,4.0
+1999,5,3,3,30,0.0,0.0,0.0,3.0,0.0,3.2,87.02,0.0,3.0,3.0
+1999,5,3,4,30,0.0,0.0,0.0,3.0,0.0,3.0,86.76,0.0,3.0,3.0
+1999,5,3,5,30,250.0,33.0,54.0,5.0,0.0,3.3000000000000003,81.56,32.412003052662605,5.816899765438817,5.719663756280829
+1999,5,3,6,30,638.0,77.0,253.0,8.0,0.0,3.9,71.49,216.5454319425018,13.246160328302096,12.59652403247459
+1999,5,3,7,30,795.0,108.0,476.0,10.0,0.0,4.4,60.56,463.69490907073805,20.87148759919349,19.480402871981276
+1999,5,3,8,30,879.0,129.0,683.0,12.0,0.0,5.1000000000000005,51.31,702.0937785637602,27.72665837084033,25.620377035149048
+1999,5,3,9,30,301.0,375.0,606.0,13.0,0.0,5.9,46.5,613.8887088428512,26.05735573329277,24.215689606764215
+1999,5,3,10,30,812.0,219.0,918.0,14.0,0.0,6.4,43.15,976.2269395968711,34.107807459735,31.179126640944386
+1999,5,3,11,30,677.0,326.0,941.0,15.0,0.0,6.8000000000000025,43.06,994.1570273030065,34.96007687460863,31.97760579269961
+1999,5,3,12,30,376.0,446.0,787.0,14.0,0.0,6.9,43.52,810.1640216592025,30.16259982654367,27.732107761566063
+1999,5,3,13,30,536.0,376.0,834.0,14.0,0.0,6.5,46.76,866.7099850981456,31.738073611928925,29.137943656634487
+1999,5,3,14,30,810.0,173.0,786.0,13.0,0.0,5.8000000000000025,47.62,825.4196313431933,30.67012652433337,28.19386763030379
+1999,5,3,15,30,0.0,27.0,27.0,12.0,0.0,5.2,51.06,26.389387785457323,12.58728795520039,12.508119791844019
+1999,5,3,16,30,695.0,95.0,408.0,11.0,0.0,4.5,54.9,393.9610689858599,20.17636953231338,18.9944863253558
+1999,5,3,17,30,570.0,61.0,211.0,9.0,0.0,3.0,62.96,175.44646338928098,13.510529051937842,12.98418966177
+1999,5,3,18,30,0.0,19.0,19.0,6.0,0.0,1.7000000000000002,79.25,18.570309923099597,6.5206095420270405,6.464898612257742
+1999,5,3,19,30,0.0,0.0,0.0,4.0,0.0,1.2000000000000002,88.94,0.0,4.0,4.0
+1999,5,3,20,30,0.0,0.0,0.0,3.0,0.0,1.0,97.67,0.0,3.0,3.0
+1999,5,3,21,30,0.0,0.0,0.0,2.0,0.0,1.1,93.42,0.0,2.0,2.0
+1999,5,3,22,30,0.0,0.0,0.0,2.0,-1.0,1.2000000000000002,91.51,0.0,2.0,2.0
+1999,5,3,23,30,0.0,0.0,0.0,2.0,-1.0,1.4,90.74,0.0,2.0,2.0
+1999,5,4,0,30,0.0,0.0,0.0,2.0,-1.0,1.4,89.16,0.0,2.0,2.0
+1999,5,4,1,30,0.0,0.0,0.0,2.0,-1.0,1.5,89.24,0.0,2.0,2.0
+1999,5,4,2,30,0.0,0.0,0.0,2.0,-1.0,1.4,88.97,0.0,2.0,2.0
+1999,5,4,3,30,0.0,0.0,0.0,1.0,-1.0,1.3,87.88,0.0,1.0,1.0
+1999,5,4,4,30,0.0,0.0,0.0,1.0,-2.0,1.5,84.0,0.0,1.0,1.0
+1999,5,4,5,30,33.0,30.0,33.0,2.0,-2.0,2.7,81.10000000000002,29.344157251046752,2.7695682397115506,2.6815357679584104
+1999,5,4,6,30,752.0,41.0,252.0,4.0,-3.0,4.6000000000000005,66.15,208.02877178171127,8.813984340679232,8.189898025334099
+1999,5,4,7,30,850.0,89.0,485.0,6.0,-4.0,5.6000000000000005,52.94,471.1992020700942,16.218255952319527,14.804658346109246
+1999,5,4,8,30,933.0,104.0,694.0,7.0,-5.0,5.6000000000000005,46.71,714.1400063621957,22.48658261461676,20.344162595530175
+1999,5,4,9,30,978.0,117.0,867.0,8.0,-5.0,5.4,42.58,918.9198412918635,28.186864717387976,25.430105193512386
+1999,5,4,10,30,1002.0,125.0,989.0,9.0,-5.0,5.1000000000000005,39.9,1063.2923077852854,32.817380787918474,29.62750386456262
+1999,5,4,11,30,1011.0,130.0,1051.0,10.0,-5.0,4.9,37.93,1136.2879062463721,35.78560325481649,32.37673953607738
+1999,5,4,12,30,1007.0,133.0,1047.0,10.0,-5.0,4.800000000000002,38.25,1132.6147331241036,35.87016042815731,32.472316228785004
+1999,5,4,13,30,991.0,131.0,980.0,10.0,-5.0,4.7,40.78,1051.3312911370886,34.17059250142003,31.016598628008765
+1999,5,4,14,30,959.0,125.0,853.0,9.0,-5.0,4.800000000000002,43.13,899.6195361043525,29.548295058045962,26.849436449732906
+1999,5,4,15,30,910.0,113.0,678.0,8.0,-5.0,4.9,45.32,693.6981674299413,23.741983722269197,21.660889219979374
+1999,5,4,16,30,830.0,93.0,469.0,7.0,-6.0,4.800000000000002,47.84,451.1763912933476,17.305362699954436,15.951833526074392
+1999,5,4,17,30,672.0,59.0,238.0,6.0,-6.0,4.4,51.41,194.97508206141498,10.571258267705165,9.98633302152092
+1999,5,4,18,30,300.0,26.0,47.0,4.0,-5.0,4.0,60.9,25.570309923099597,4.615426207033183,4.538715277263884
+1999,5,4,19,30,0.0,0.0,0.0,2.0,-5.0,3.9,65.7,0.0,2.0,2.0
+1999,5,4,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,64.59,0.0,1.0,1.0
+1999,5,4,21,30,0.0,0.0,0.0,0.0,-6.0,3.6,62.85,0.0,0.0,0.0
+1999,5,4,22,30,0.0,0.0,0.0,0.0,-6.0,3.5,65.89,0.0,0.0,0.0
+1999,5,4,23,30,0.0,0.0,0.0,0.0,-7.0,3.6,68.4,0.0,0.0,0.0
+1999,5,5,0,30,0.0,0.0,0.0,0.0,-7.0,4.1000000000000005,65.63,0.0,0.0,0.0
+1999,5,5,1,30,0.0,0.0,0.0,0.0,-8.0,4.7,63.32,0.0,0.0,0.0
+1999,5,5,2,30,0.0,0.0,0.0,0.0,-8.0,4.800000000000002,62.19000000000001,0.0,0.0,0.0
+1999,5,5,3,30,0.0,0.0,0.0,0.0,-8.0,4.6000000000000005,62.53,0.0,0.0,0.0
+1999,5,5,4,30,0.0,0.0,0.0,0.0,-7.0,4.6000000000000005,64.86,0.0,0.0,0.0
+1999,5,5,5,30,298.0,30.0,57.0,0.0,-7.0,4.5,63.23,29.52507938868903,0.6877152598832657,0.5991400217171986
+1999,5,5,6,30,502.0,77.0,219.0,1.0,-6.0,4.6000000000000005,61.33,188.28649691109882,5.35712925634388,4.792269765610584
+1999,5,5,7,30,556.0,137.0,398.0,3.0,-6.0,4.800000000000002,61.84,386.03730353062986,11.817514624804348,10.659402714212458
+1999,5,5,8,30,912.0,93.0,673.0,4.0,-6.0,4.800000000000002,53.04,690.6285984616192,19.77471325063351,17.702827455248652
+1999,5,5,9,30,958.0,102.0,839.0,5.0,-6.0,4.4,49.22,888.5806058075558,25.833079785758418,23.16733796833575
+1999,5,5,10,30,985.0,106.0,957.0,6.0,-6.0,4.0,45.99,1029.2996098222156,30.77318251826782,27.685283688801174
+1999,5,5,11,30,994.0,109.0,1016.0,7.0,-6.0,3.8,43.2,1099.16632175843,33.804711304901076,30.507212339625784
+1999,5,5,12,30,986.0,113.0,1011.0,8.0,-6.0,3.5,41.05,1092.4530801025032,35.1726399303745,31.895280690066993
+1999,5,5,13,30,964.0,116.0,943.0,7.0,-6.0,3.4000000000000004,44.84,1011.7925803748661,32.33297371374245,29.297595972617852
+1999,5,5,14,30,532.0,306.0,711.0,7.0,-5.0,3.6,48.73,730.5716946830922,25.052145765666296,22.860430681617018
+1999,5,5,15,30,497.0,226.0,535.0,6.0,-5.0,3.7,52.93,539.714272851918,19.24858352953127,17.629440710975516
+1999,5,5,16,30,782.0,91.0,447.0,4.0,-5.0,3.7,56.76,429.0311560537708,14.531600503567352,13.24450703540604
+1999,5,5,17,30,601.0,72.0,233.0,3.0,-5.0,3.2,60.86,193.84910424751533,7.918101398385773,7.336554085643227
+1999,5,5,18,30,232.0,29.0,47.0,1.0,-5.0,2.5,66.77,28.479848854278462,1.7568979433673269,1.6714583968044914
+1999,5,5,19,30,0.0,0.0,0.0,0.0,-5.0,2.1,73.56,0.0,0.0,0.0
+1999,5,5,20,30,0.0,0.0,0.0,0.0,-5.0,2.0,75.86,0.0,0.0,0.0
+1999,5,5,21,30,0.0,0.0,0.0,0.0,-6.0,2.1,71.7,0.0,0.0,0.0
+1999,5,5,22,30,0.0,0.0,0.0,-1.0,-7.0,2.5,71.27,0.0,-1.0,-1.0
+1999,5,5,23,30,0.0,0.0,0.0,-1.0,-9.0,3.1,67.96000000000001,0.0,-1.0,-1.0
+1999,5,6,0,30,0.0,0.0,0.0,-2.0,-10.0,3.6,61.57,0.0,-2.0,-2.0
+1999,5,6,1,30,0.0,0.0,0.0,-2.0,-10.0,3.6,63.84,0.0,-2.0,-2.0
+1999,5,6,2,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.38,0.0,-3.0,-3.0
+1999,5,6,3,30,0.0,0.0,0.0,-3.0,-10.0,3.4000000000000004,63.68,0.0,-3.0,-3.0
+1999,5,6,4,30,0.0,0.0,0.0,-3.0,-10.0,3.7,63.5,0.0,-3.0,-3.0
+1999,5,6,5,30,415.0,28.0,67.0,-1.0,-10.0,4.3,55.24,27.660770991920735,-0.34722620167522067,-0.43020851465098287
+1999,5,6,6,30,748.0,55.0,269.0,0.0,-10.0,4.9,49.15,223.4817093995953,5.071435383240539,4.400990255041753
+1999,5,6,7,30,886.0,70.0,488.0,2.0,-10.0,4.9,45.6,471.4367996968854,12.698241361083829,11.283930961993173
+1999,5,6,8,30,955.0,81.0,690.0,5.0,-10.0,4.6000000000000005,39.95,708.1810009676054,21.38798431498653,19.263441312083714
+1999,5,6,9,30,992.0,89.0,855.0,6.0,-9.0,4.6000000000000005,36.71,904.6262623202919,26.933915167978334,24.220036381017458
+1999,5,6,10,30,1011.0,95.0,971.0,8.0,-8.0,4.6000000000000005,37.19,1043.5041343756534,32.147681685058444,29.017169281931487
+1999,5,6,11,30,1016.0,99.0,1029.0,9.0,-7.0,4.5,35.26,1111.7201412463146,34.894829808571686,31.55966938483274
+1999,5,6,12,30,1012.0,101.0,1024.0,10.0,-6.0,4.5,35.37,1106.8838181580654,35.782179368390686,32.46152791391649
+1999,5,6,13,30,998.0,99.0,957.0,11.0,-5.0,4.5,35.02,1027.1420835691847,34.92478867336877,31.84336242266121
+1999,5,6,14,30,972.0,93.0,834.0,11.0,-5.0,4.4,36.42,879.6286016456417,31.623196950449284,28.984311145512358
+1999,5,6,15,30,928.0,85.0,665.0,11.0,-4.0,4.4,39.73,678.9295520941176,26.917738284228605,24.88094962794625
+1999,5,6,16,30,852.0,73.0,462.0,10.0,-4.0,4.2,43.0,442.5844650765098,20.513300921078077,19.18554752584855
+1999,5,6,17,30,707.0,55.0,247.0,7.0,-4.0,3.0,50.94,199.82524737713047,12.13727986414504,11.537804122013648
+1999,5,6,18,30,355.0,25.0,53.0,4.0,-2.0,1.7000000000000002,72.35000000000002,24.64569414711721,4.690929962720171,4.616992880278819
+1999,5,6,19,30,0.0,0.0,0.0,2.0,-2.0,1.5,82.12,0.0,2.0,2.0
+1999,5,6,20,30,0.0,0.0,0.0,1.0,-3.0,1.9,77.52,0.0,1.0,1.0
+1999,5,6,21,30,0.0,0.0,0.0,0.0,-4.0,2.6,72.85000000000002,0.0,0.0,0.0
+1999,5,6,22,30,0.0,0.0,0.0,0.0,-5.0,3.4000000000000004,73.38,0.0,0.0,0.0
+1999,5,6,23,30,0.0,0.0,0.0,0.0,-5.0,3.9,69.56,0.0,0.0,0.0
+1999,5,7,0,30,0.0,0.0,0.0,0.0,-6.0,3.8,67.84,0.0,0.0,0.0
+1999,5,7,1,30,0.0,0.0,0.0,0.0,-6.0,3.5,73.32000000000002,0.0,0.0,0.0
+1999,5,7,2,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.19,0.0,0.0,0.0
+1999,5,7,3,30,0.0,0.0,0.0,0.0,-5.0,3.3000000000000003,74.8,0.0,0.0,0.0
+1999,5,7,4,30,0.0,0.0,0.0,0.0,-5.0,3.5,70.25,0.0,0.0,0.0
+1999,5,7,5,30,253.0,34.0,58.0,2.0,-5.0,4.1000000000000005,68.44,33.412003052662605,2.7989003915148256,2.6986643823568377
+1999,5,7,6,30,610.0,62.0,239.0,6.0,-4.0,4.2,59.82,200.0417675853563,10.751859736074671,10.151734433318602
+1999,5,7,7,30,615.0,123.0,415.0,9.0,-2.0,3.9,49.59,400.78816818275004,18.70973605451767,17.50737154996942
+1999,5,7,8,30,755.0,146.0,629.0,12.0,-2.0,3.9,40.74,640.7317492112727,27.52275406432179,25.600558816687972
+1999,5,7,9,30,961.0,102.0,847.0,14.0,-2.0,4.0,36.23,892.4627657790635,35.47979342110274,32.80240512376555
+1999,5,7,10,30,982.0,107.0,961.0,16.0,-2.0,3.9,34.800000000000004,1028.432875455566,40.915435542271034,37.83013691590433
+1999,5,7,11,30,993.0,108.0,1018.0,17.0,-2.0,3.8,33.03,1097.8436531912337,43.7724561780891,40.4789252185154
+1999,5,7,12,30,990.0,107.0,1013.0,18.0,-1.0,3.6,31.11,1091.0811056774533,44.96019474228006,41.6869514252477
+1999,5,7,13,30,971.0,107.0,945.0,18.0,-1.0,3.5,29.2,1010.0594081848623,43.12325802067326,40.09307979611867
+1999,5,7,14,30,937.0,105.0,821.0,19.0,-1.0,3.4000000000000004,29.24,863.3112476922911,40.615340504339486,38.025406761262616
+1999,5,7,15,30,884.0,97.0,651.0,18.0,-1.0,3.2,29.22,662.9133348756495,34.81862297954001,32.82988297491306
+1999,5,7,16,30,799.0,83.0,451.0,17.0,-1.0,2.6,31.55,429.9472735298265,28.350801759389142,27.060959938799662
+1999,5,7,17,30,642.0,63.0,239.0,14.0,0.0,1.5,46.64,194.9553857152417,19.539239752946614,18.954373595800888
+1999,5,7,18,30,277.0,28.0,51.0,11.0,3.0,0.8,70.36,27.54015623349255,11.82021956365882,11.737599094958343
+1999,5,7,19,30,0.0,0.0,0.0,9.0,0.0,0.8,64.36,0.0,9.0,9.0
+1999,5,7,20,30,0.0,0.0,0.0,8.0,0.0,1.0,65.86,0.0,8.0,8.0
+1999,5,7,21,30,0.0,0.0,0.0,6.0,0.0,1.4,75.97,0.0,6.0,6.0
+1999,5,7,22,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.32000000000002,0.0,6.0,6.0
+1999,5,7,23,30,0.0,0.0,0.0,5.0,0.0,2.0,76.10000000000002,0.0,5.0,5.0
+1999,5,8,0,30,0.0,0.0,0.0,5.0,-1.0,2.5,73.65,0.0,5.0,5.0
+1999,5,8,1,30,0.0,0.0,0.0,5.0,-1.0,2.6,72.26,0.0,5.0,5.0
+1999,5,8,2,30,0.0,0.0,0.0,5.0,-1.0,2.4000000000000004,77.48,0.0,5.0,5.0
+1999,5,8,3,30,0.0,0.0,0.0,4.0,-1.0,2.1,77.21000000000002,0.0,4.0,4.0
+1999,5,8,4,30,0.0,0.0,0.0,4.0,-1.0,1.9,76.03,0.0,4.0,4.0
+1999,5,8,5,30,352.0,32.0,67.0,8.0,0.0,2.0,65.32000000000001,31.540156233492553,8.866645376897353,8.772024908196874
+1999,5,8,6,30,682.0,62.0,262.0,13.0,1.0,2.4000000000000004,56.81,217.60337290363412,18.821783080383646,18.168972961672743
+1999,5,8,7,30,825.0,80.0,474.0,16.0,0.0,2.1,43.47,455.61255021901894,28.43577532532187,27.068937674664813
+1999,5,8,8,30,899.0,92.0,670.0,18.0,0.0,1.9,32.42,683.7919227829893,36.91491188868434,34.86353612033537
+1999,5,8,9,30,940.0,102.0,832.0,19.0,0.0,2.5,30.35,875.7458816398901,42.27436006129157,39.6471224163719
+1999,5,8,10,30,465.0,416.0,821.0,21.0,0.0,3.2,29.08,844.2540301269512,42.41937638699925,39.88661429661839
+1999,5,8,11,30,18.0,281.0,298.0,22.0,0.0,3.9,27.69,292.6407558175366,29.089691571152358,28.211769303699747
+1999,5,8,12,30,964.0,115.0,998.0,22.0,0.0,4.4,26.18,1073.1978120925692,47.161494071667875,43.94190063539017
+1999,5,8,13,30,516.0,387.0,833.0,23.0,0.0,4.9,26.23,859.5584419258267,42.505824919887786,39.927149594110304
+1999,5,8,14,30,103.0,382.0,462.0,22.0,0.0,5.1000000000000005,26.28,457.0266152160658,32.23723847630112,30.866158630652922
+1999,5,8,15,30,0.0,29.0,29.0,21.0,0.0,5.300000000000002,27.76,28.344157251046756,21.6267128906349,21.541680418881757
+1999,5,8,16,30,10.0,155.0,160.0,20.0,0.0,5.2,30.71,155.87168733984984,23.468877916974712,23.00126285495516
+1999,5,8,17,30,0.0,85.0,85.0,17.0,2.0,4.6000000000000005,43.59,83.07770228755082,18.922497327877032,18.673264221014378
+1999,5,8,18,30,0.0,18.0,18.0,13.0,3.0,3.9,61.82,17.592925190304882,13.426216823713329,13.373438048142415
+1999,5,8,19,30,0.0,0.0,0.0,11.0,2.0,3.6,68.09,0.0,11.0,11.0
+1999,5,8,20,30,0.0,0.0,0.0,9.0,2.0,3.4000000000000004,71.83,0.0,9.0,9.0
+1999,5,8,21,30,0.0,0.0,0.0,9.0,1.0,3.3000000000000003,70.49,0.0,9.0,9.0
+1999,5,8,22,30,0.0,0.0,0.0,9.0,1.0,3.0,72.54,0.0,9.0,9.0
+1999,5,8,23,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,68.2,0.0,8.0,8.0
+1999,5,9,0,30,0.0,0.0,0.0,8.0,0.0,2.9000000000000004,63.94000000000001,0.0,8.0,8.0
+1999,5,9,1,30,0.0,0.0,0.0,8.0,0.0,3.2,60.9,0.0,8.0,8.0
+1999,5,9,2,30,0.0,0.0,0.0,8.0,-1.0,3.6,58.99,0.0,8.0,8.0
+1999,5,9,3,30,0.0,0.0,0.0,7.0,-1.0,3.7,61.74,0.0,7.0,7.0
+1999,5,9,4,30,0.0,0.0,0.0,7.0,-1.0,3.6,60.6,0.0,7.0,7.0
+1999,5,9,5,30,343.0,35.0,70.0,10.0,-2.0,4.0,52.64,34.4723104318767,10.829679551032545,10.726262619736914
+1999,5,9,6,30,434.0,90.0,219.0,13.0,-1.0,4.6000000000000005,41.47,188.55279935281186,17.36329174902848,16.797633350970045
+1999,5,9,7,30,561.0,140.0,409.0,16.0,0.0,5.1000000000000005,36.19,394.1536665989008,24.828906122620026,23.646445122823323
+1999,5,9,8,30,781.0,137.0,641.0,19.0,-1.0,5.2,27.56,650.5125054670435,33.47696181032881,31.525424293927678
+1999,5,9,9,30,412.0,340.0,661.0,20.0,-2.0,4.9,25.22,672.7019898120518,35.265520756372624,33.24741478693647
+1999,5,9,10,30,947.0,122.0,949.0,21.0,-1.0,4.5,24.17,1010.933208517585,44.547242162086675,41.51444253653392
+1999,5,9,11,30,401.0,486.0,855.0,22.0,-1.0,4.4,23.19,875.9329075492617,42.536550123509286,39.908751400861505
+1999,5,9,12,30,75.0,464.0,534.0,23.0,-1.0,4.4,22.14,528.2812569497736,35.385736874544094,33.800893103694776
+1999,5,9,13,30,439.0,424.0,804.0,23.0,-1.0,4.5,22.15,824.003019664993,42.19315587109309,39.72114681209811
+1999,5,9,14,30,544.0,299.0,717.0,22.0,-1.0,4.6000000000000005,23.41,734.2841017504088,38.9920349822829,36.789182677031675
+1999,5,9,15,30,307.0,288.0,482.0,21.0,-1.0,4.6000000000000005,24.66,479.14163705588277,32.08779481799168,30.650369906824032
+1999,5,9,16,30,149.0,207.0,277.0,20.0,-1.0,4.0,26.83,267.62806359240113,26.441272106894413,25.63838791611721
+1999,5,9,17,30,444.0,83.0,206.0,17.0,2.0,2.9000000000000004,41.54,174.3976097034028,21.5133786662916,20.990185837181393
+1999,5,9,18,30,52.0,32.0,37.0,13.0,3.0,2.3000000000000003,60.9,31.31400356143971,13.84337782405086,13.74943581336654
+1999,5,9,19,30,0.0,0.0,0.0,11.0,2.0,2.1,70.18,0.0,11.0,11.0
+1999,5,9,20,30,0.0,0.0,0.0,9.0,2.0,1.5,79.34,0.0,9.0,9.0
+1999,5,9,21,30,0.0,0.0,0.0,7.0,2.0,0.7000000000000001,84.83,0.0,7.0,7.0
+1999,5,9,22,30,0.0,0.0,0.0,7.0,2.0,0.8,82.65,0.0,7.0,7.0
+1999,5,9,23,30,0.0,0.0,0.0,6.0,2.0,1.8,87.58,0.0,6.0,6.0
+1999,5,10,0,30,0.0,0.0,0.0,5.0,2.0,2.2,100.0,0.0,5.0,5.0
+1999,5,10,1,30,0.0,0.0,0.0,4.0,1.0,2.1,100.0,0.0,4.0,4.0
+1999,5,10,2,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
+1999,5,10,3,30,0.0,0.0,0.0,3.0,1.0,2.1,100.0,0.0,3.0,3.0
+1999,5,10,4,30,0.0,0.0,0.0,3.0,0.0,1.9,100.0,0.0,3.0,3.0
+1999,5,10,5,30,101.0,43.0,54.0,3.0,0.0,1.7000000000000002,100.0,42.110466156592146,4.180546290886536,4.054214892416759
+1999,5,10,6,30,0.0,85.0,85.0,5.0,0.0,1.3,84.08,83.07770228755082,7.3923823195217855,7.143149212659133
+1999,5,10,7,30,3.0,141.0,143.0,6.0,-1.0,0.6000000000000001,68.06,139.19488678826215,10.201937963179867,9.78435330281508
+1999,5,10,8,30,0.0,62.0,62.0,8.0,-2.0,0.30000000000000004,58.37000000000001,60.59785343327238,9.866783293205486,9.684989732905668
+1999,5,10,9,30,12.0,188.0,198.0,9.0,-3.0,0.7000000000000001,46.97,193.67397003863405,14.807178752135693,14.22615684201979
+1999,5,10,10,30,15.0,216.0,229.0,10.0,-4.0,1.5,41.18,225.2432729516188,16.399805201790166,15.724075382935307
+1999,5,10,11,30,18.0,271.0,288.0,11.0,-5.0,2.6,39.14,282.8748330676824,18.468023058992173,17.619398559789126
+1999,5,10,12,30,253.0,486.0,719.0,11.0,-5.0,3.5,37.52,727.2678019080665,29.089368297948873,26.907564892224674
+1999,5,10,13,30,198.0,459.0,631.0,10.0,-6.0,4.2,36.15,633.403837914154,25.04608877631096,23.145877262568497
+1999,5,10,14,30,334.0,367.0,625.0,9.0,-6.0,4.6000000000000005,36.88,630.2332699752731,23.584199419393766,21.693499609467946
+1999,5,10,15,30,3.0,134.0,136.0,8.0,-7.0,4.800000000000002,37.44,132.9035393693823,11.035662334598207,10.63695171649006
+1999,5,10,16,30,0.0,43.0,43.0,7.0,-8.0,4.5,41.07,42.02754351017277,7.978929899793136,7.852847269262617
+1999,5,10,17,30,0.0,21.0,21.0,5.0,-8.0,3.6,42.35,20.52507938868903,5.507166822466633,5.4455915843005664
+1999,5,10,18,30,337.0,31.0,61.0,3.0,-7.0,2.1,51.42,30.52507938868903,3.833170703666679,3.741595465500612
+1999,5,10,19,30,0.0,0.0,0.0,1.0,-6.0,1.3,60.45,0.0,1.0,1.0
+1999,5,10,20,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,63.88,0.0,0.0,0.0
+1999,5,10,21,30,0.0,0.0,0.0,0.0,-7.0,1.0,66.19,0.0,0.0,0.0
+1999,5,10,22,30,0.0,0.0,0.0,0.0,-8.0,0.8,62.48,0.0,0.0,0.0
+1999,5,10,23,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,63.22,0.0,0.0,0.0
+1999,5,11,0,30,0.0,0.0,0.0,-1.0,-9.0,0.6000000000000001,59.62000000000001,0.0,-1.0,-1.0
+1999,5,11,1,30,0.0,0.0,0.0,-1.0,-10.0,0.5,56.95,0.0,-1.0,-1.0
+1999,5,11,2,30,0.0,0.0,0.0,-1.0,-10.0,0.5,55.24,0.0,-1.0,-1.0
+1999,5,11,3,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,54.5,0.0,-1.0,-1.0
+1999,5,11,4,30,0.0,0.0,0.0,-1.0,-10.0,0.7000000000000001,54.6,0.0,-1.0,-1.0
+1999,5,11,5,30,208.0,39.0,62.0,0.0,-8.0,1.2000000000000002,54.7,38.29138829423443,1.1101105691554753,0.9952364042727722
+1999,5,11,6,30,583.0,70.0,245.0,3.0,-10.0,1.6,43.29,205.21449799419514,8.791763612713954,8.176120118731369
+1999,5,11,7,30,836.0,87.0,492.0,5.0,-12.0,1.5,32.17,470.3432210502328,18.36379530122783,16.952765638077132
+1999,5,11,8,30,493.0,240.0,560.0,7.0,-12.0,1.2000000000000002,30.01,561.4592184213623,23.27733650527304,21.592958850008955
+1999,5,11,9,30,168.0,402.0,533.0,8.0,-11.0,1.0,27.63,531.8816738071793,23.628776205023485,22.033131183601945
+1999,5,11,10,30,80.0,440.0,511.0,9.0,-10.0,0.8,27.44,505.43546939948794,24.053221073029672,22.536914664831208
+1999,5,11,11,30,295.0,477.0,750.0,10.0,-9.0,0.6000000000000001,27.23,761.2808853461052,32.981124713617916,30.697282057579603
+1999,5,11,12,30,83.0,471.0,548.0,10.0,-8.0,0.7000000000000001,29.38,543.1216477266734,26.28512335382036,24.65575841064034
+1999,5,11,13,30,51.0,406.0,451.0,10.0,-7.0,1.3,34.56,444.43013057617816,22.79822091098606,21.464930519257525
+1999,5,11,14,30,14.0,219.0,230.0,9.0,-6.0,2.2,39.97,225.43527874833705,15.112249352451116,14.435943516206105
+1999,5,11,15,30,194.0,306.0,430.0,8.0,-6.0,3.0,41.34,424.2160344598255,18.906111817616786,17.63346371423731
+1999,5,11,16,30,216.0,205.0,307.0,7.0,-6.0,3.0,43.83,295.413299745626,14.594739985581699,13.70850008634482
+1999,5,11,17,30,0.0,42.0,42.0,6.0,-6.0,2.3000000000000003,45.46,41.05015877737806,7.105600997926682,6.982450521594547
+1999,5,11,18,30,284.0,34.0,60.0,4.0,-5.0,1.4,63.55,33.42707989746613,4.956153918901469,4.855872679209071
+1999,5,11,19,30,0.0,0.0,0.0,2.0,-3.0,1.1,74.71000000000002,0.0,2.0,2.0
+1999,5,11,20,30,0.0,0.0,0.0,0.0,-3.0,1.1,74.98,0.0,0.0,0.0
+1999,5,11,21,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,80.45,0.0,0.0,0.0
+1999,5,11,22,30,0.0,0.0,0.0,0.0,-4.0,1.5,84.21000000000002,0.0,0.0,0.0
+1999,5,11,23,30,0.0,0.0,0.0,0.0,-4.0,1.8,80.34,0.0,0.0,0.0
+1999,5,12,0,30,0.0,0.0,0.0,0.0,-5.0,1.9,82.21000000000002,0.0,0.0,0.0
+1999,5,12,1,30,0.0,0.0,0.0,-1.0,-6.0,2.0,78.25,0.0,-1.0,-1.0
+1999,5,12,2,30,0.0,0.0,0.0,-1.0,-6.0,2.0,74.24,0.0,-1.0,-1.0
+1999,5,12,3,30,0.0,0.0,0.0,-1.0,-7.0,2.0,75.5,0.0,-1.0,-1.0
+1999,5,12,4,30,0.0,0.0,0.0,0.0,-8.0,2.1,66.22,0.0,0.0,0.0
+1999,5,12,5,30,370.0,37.0,79.0,2.0,-8.0,2.7,54.5,36.91484792526421,2.9681141732585212,2.8573696294827284
+1999,5,12,6,30,678.0,71.0,276.0,6.0,-7.0,2.8000000000000003,44.77,229.3929566963371,11.976159825496769,11.287980955407757
+1999,5,12,7,30,808.0,94.0,487.0,9.0,-8.0,1.7000000000000002,31.69,465.09617938072415,22.038743561556597,20.643455023414425
+1999,5,12,8,30,872.0,113.0,681.0,11.0,-8.0,1.1,27.95,689.2491613164071,31.116974027664668,29.049226543715445
+1999,5,12,9,30,919.0,121.0,842.0,13.0,-7.0,1.2000000000000002,27.13,878.9165754448297,38.480783624503694,35.84403389816921
+1999,5,12,10,30,962.0,115.0,961.0,15.0,-5.0,1.5,28.34,1019.1044462917956,43.95567024524026,40.898356906364874
+1999,5,12,11,30,979.0,113.0,1019.0,16.0,-4.0,1.6,28.83,1089.8177210193842,46.75789811531475,43.4884449522566
+1999,5,12,12,30,375.0,450.0,796.0,17.0,-4.0,1.5,28.45,813.8346257386788,40.1233679165996,37.68186403938356
+1999,5,12,13,30,529.0,384.0,845.0,17.0,-3.0,1.2000000000000002,27.53,869.2364278135128,42.20014521792683,39.59243593448629
+1999,5,12,14,30,558.0,301.0,734.0,17.0,-3.0,1.0,28.46,748.2448986922586,38.986379008898155,36.74164431282138
+1999,5,12,15,30,291.0,294.0,480.0,17.0,-2.0,0.8,31.14,475.2253250445168,31.153482116909665,29.727806141776114
+1999,5,12,16,30,479.0,159.0,384.0,16.0,-2.0,0.8,33.9,366.591098429951,26.91806408962011,25.818290794330256
+1999,5,12,17,30,274.0,105.0,183.0,13.0,-1.0,1.0,41.35,161.16797701254492,17.7357492618905,17.252245330852865
+1999,5,12,18,30,341.0,30.0,63.0,10.0,0.0,1.5,61.26,29.570309923099597,10.840177026308124,10.751466096538826
+1999,5,12,19,30,0.0,0.0,0.0,8.0,0.0,2.0,66.92,0.0,8.0,8.0
+1999,5,12,20,30,0.0,0.0,0.0,7.0,0.0,2.5,76.9,0.0,7.0,7.0
+1999,5,12,21,30,0.0,0.0,0.0,6.0,0.0,3.2,77.51,0.0,6.0,6.0
+1999,5,12,22,30,0.0,0.0,0.0,6.0,0.0,3.8,76.13,0.0,6.0,6.0
+1999,5,12,23,30,0.0,0.0,0.0,7.0,0.0,4.3,74.95,0.0,7.0,7.0
+1999,5,13,0,30,0.0,0.0,0.0,7.0,0.0,4.7,74.87,0.0,7.0,7.0
+1999,5,13,1,30,0.0,0.0,0.0,7.0,0.0,4.9,75.44,0.0,7.0,7.0
+1999,5,13,2,30,0.0,0.0,0.0,7.0,0.0,4.800000000000002,75.22,0.0,7.0,7.0
+1999,5,13,3,30,0.0,0.0,0.0,7.0,0.0,4.6000000000000005,74.47,0.0,7.0,7.0
+1999,5,13,4,30,0.0,0.0,0.0,7.0,0.0,4.5,73.67,0.0,7.0,7.0
+1999,5,13,5,30,227.0,39.0,65.0,9.0,0.0,4.6000000000000005,60.8,38.9367619975945,9.90103383742447,9.784223551431685
+1999,5,13,6,30,375.0,107.0,222.0,13.0,0.0,4.800000000000002,49.36,193.55918149023466,17.421103603061212,16.84042605859051
+1999,5,13,7,30,826.0,78.0,482.0,16.0,1.0,5.0,42.21,458.5605308636066,26.338567852298077,24.962886259707258
+1999,5,13,8,30,891.0,92.0,674.0,19.0,1.0,5.2,34.03,681.9162886303075,34.17584363924616,32.13009477335524
+1999,5,13,9,30,927.0,103.0,832.0,21.0,1.0,5.2,33.1,868.3231746000155,40.32427329538057,37.71930377158053
+1999,5,13,10,30,944.0,113.0,943.0,22.0,2.0,5.2,30.42,1000.3889072878712,44.26335679109677,41.26219006923316
+1999,5,13,11,30,951.0,117.0,999.0,23.0,2.0,5.300000000000002,29.07,1065.848186018029,46.566789857992774,43.36924529993868
+1999,5,13,12,30,549.0,386.0,894.0,24.0,2.0,5.2,29.16,924.8977070058443,44.58332264215426,41.80862952113672
+1999,5,13,13,30,401.0,421.0,772.0,24.0,2.0,4.9,27.27,785.9776076347582,41.8360665868474,39.47813376394313
+1999,5,13,14,30,518.0,301.0,703.0,23.0,2.0,4.4,28.97,715.881497270257,39.784089425658095,37.63644493384732
+1999,5,13,15,30,343.0,284.0,503.0,22.0,2.0,3.9,31.02,499.2236960205502,34.09449456180063,32.59682347373898
+1999,5,13,16,30,333.0,194.0,352.0,20.0,2.0,3.2,35.56,336.7326497012001,28.543167232091278,27.53296928298768
+1999,5,13,17,30,340.0,99.0,197.0,17.0,3.0,2.5,46.59,169.81972085360064,21.51323313248533,21.003773969924527
+1999,5,13,18,30,0.0,4.0,4.0,13.0,6.0,2.4000000000000004,73.34,3.9095389311788624,13.104596207760611,13.092867590967074
+1999,5,13,19,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,79.55,0.0,11.0,11.0
+1999,5,13,20,30,0.0,0.0,0.0,10.0,5.0,2.0,90.69,0.0,10.0,10.0
+1999,5,13,21,30,0.0,0.0,0.0,9.0,5.0,1.4,97.49,0.0,9.0,9.0
+1999,5,13,22,30,0.0,0.0,0.0,8.0,5.0,1.1,96.97,0.0,8.0,8.0
+1999,5,13,23,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
+1999,5,14,0,30,0.0,0.0,0.0,7.0,4.0,0.7000000000000001,100.0,0.0,7.0,7.0
+1999,5,14,1,30,0.0,0.0,0.0,7.0,4.0,0.5,96.8,0.0,7.0,7.0
+1999,5,14,2,30,0.0,0.0,0.0,7.0,4.0,0.4,100.0,0.0,7.0,7.0
+1999,5,14,3,30,0.0,0.0,0.0,6.0,2.0,0.5,100.0,0.0,6.0,6.0
+1999,5,14,4,30,0.0,0.0,0.0,6.0,2.0,0.6000000000000001,100.0,0.0,6.0,6.0
+1999,5,14,5,30,140.0,46.0,63.0,7.0,4.0,0.9,93.67,45.68201648841314,8.351390893284439,8.2143448438192
+1999,5,14,6,30,18.0,110.0,116.0,10.0,4.0,1.4,84.32000000000002,111.80839225785606,13.198186403100248,12.862761226326679
+1999,5,14,7,30,700.0,117.0,462.0,13.0,4.0,1.9,67.95,438.98823029409516,25.143202368328478,23.82623767744619
+1999,5,14,8,30,786.0,137.0,652.0,15.0,3.0,2.4000000000000004,56.2,656.6054659271597,32.5668903519938,30.59707395421232
+1999,5,14,9,30,314.0,383.0,630.0,16.0,2.0,3.3000000000000003,46.81,634.4729931911309,31.99101538010378,30.087596400530387
+1999,5,14,10,30,446.0,433.0,827.0,17.0,2.0,4.3,42.3,843.7641923306919,36.91221274631214,34.38092016932007
+1999,5,14,11,30,377.0,481.0,832.0,18.0,1.0,5.300000000000002,37.93,847.3651853107552,36.73594900020768,34.19385344427542
+1999,5,14,12,30,210.0,496.0,691.0,19.0,0.0,6.0,32.3,694.2839277919251,33.67257665258541,31.589724869209636
+1999,5,14,13,30,488.0,409.0,836.0,20.0,-1.0,6.4,28.36,855.5903312233346,37.62299824644672,35.056227252776715
+1999,5,14,14,30,181.0,398.0,539.0,19.0,-2.0,6.0,25.51,536.4146763406673,30.336263365928048,28.727019336906046
+1999,5,14,15,30,539.0,224.0,570.0,18.0,-3.0,4.9,25.65,567.5701484233796,30.87978036734412,29.177069922073983
+1999,5,14,16,30,767.0,83.0,447.0,17.0,-3.0,3.5,27.05,420.66265215484003,27.463163121007756,26.201175164543237
+1999,5,14,17,30,664.0,64.0,258.0,15.0,-2.0,1.8,33.49,206.04851476288098,20.7379264670842,20.119780922795556
+1999,5,14,18,30,336.0,33.0,67.0,11.0,2.0,1.2000000000000002,62.12000000000001,32.510002543885506,11.942501670347449,11.844971662715793
+1999,5,14,19,30,0.0,0.0,0.0,8.0,1.0,1.8,72.35000000000002,0.0,8.0,8.0
+1999,5,14,20,30,0.0,0.0,0.0,7.0,1.0,1.9,76.9,0.0,7.0,7.0
+1999,5,14,21,30,0.0,0.0,0.0,6.0,1.0,1.5,84.67,0.0,6.0,6.0
+1999,5,14,22,30,0.0,0.0,0.0,5.0,2.0,1.1,100.0,0.0,5.0,5.0
+1999,5,14,23,30,0.0,0.0,0.0,4.0,2.0,1.0,100.0,0.0,4.0,4.0
+1999,5,15,0,30,0.0,0.0,0.0,3.0,1.0,0.9,100.0,0.0,3.0,3.0
+1999,5,15,1,30,0.0,0.0,0.0,3.0,1.0,1.0,100.0,0.0,3.0,3.0
+1999,5,15,2,30,0.0,0.0,0.0,3.0,1.0,1.2000000000000002,100.0,0.0,3.0,3.0
+1999,5,15,3,30,0.0,0.0,0.0,3.0,1.0,1.4,100.0,0.0,3.0,3.0
+1999,5,15,4,30,0.0,0.0,0.0,3.0,0.0,1.7000000000000002,99.96,0.0,3.0,3.0
+1999,5,15,5,30,0.0,38.0,38.0,6.0,0.0,2.8000000000000003,80.18,37.14061984619919,6.967589778759968,6.85616791922137
+1999,5,15,6,30,257.0,118.0,198.0,9.0,0.0,4.0,62.74,176.91647641846674,13.25802567005783,12.727276240802428
+1999,5,15,7,30,779.0,97.0,482.0,12.0,0.0,4.4,46.98,456.7180838014165,22.70791351650802,21.33775926510377
+1999,5,15,8,30,832.0,120.0,667.0,15.0,-1.0,4.3,35.66000000000001,671.0362687584993,30.8359611197792,28.822852313503702
+1999,5,15,9,30,725.0,225.0,798.0,17.0,-2.0,4.2,29.17,820.7819839565129,36.497132567548604,34.03478661567907
+1999,5,15,10,30,951.0,118.0,958.0,19.0,-3.0,4.3,24.23,1012.219381487515,42.88763099136168,39.85097284689914
+1999,5,15,11,30,971.0,116.0,1019.0,20.0,-4.0,4.4,22.06,1085.067255888565,45.439777288742846,42.18457552107715
+1999,5,15,12,30,534.0,423.0,919.0,21.0,-4.0,4.5,20.56,946.2122066879381,43.03972307950523,40.20108645944141
+1999,5,15,13,30,602.0,328.0,856.0,22.0,-3.0,4.4,19.52,883.029104075597,42.70292290662243,40.05383559439564
+1999,5,15,14,30,493.0,332.0,716.0,22.0,-3.0,4.1000000000000005,21.35,726.1923127198428,39.36367981388372,37.18510287572419
+1999,5,15,15,30,143.0,312.0,404.0,21.0,-3.0,3.7,23.48,397.52665412512204,30.75824681189557,29.565666849520206
+1999,5,15,16,30,9.0,155.0,160.0,19.0,-2.0,3.1,26.25,155.49231079936723,22.97114664263062,22.50466971023252
+1999,5,15,17,30,0.0,12.0,12.0,16.0,0.0,2.3000000000000003,38.1,11.728616793536586,16.315885999407623,16.280700149027012
+1999,5,15,18,30,0.0,12.0,12.0,13.0,3.0,2.0,62.98,11.728616793536586,13.3222733408887,13.287087490508089
+1999,5,15,19,30,0.0,0.0,0.0,10.0,2.0,2.2,70.37,0.0,10.0,10.0
+1999,5,15,20,30,0.0,0.0,0.0,9.0,2.0,2.5,73.85000000000002,0.0,9.0,9.0
+1999,5,15,21,30,0.0,0.0,0.0,8.0,2.0,2.6,77.93,0.0,8.0,8.0
+1999,5,15,22,30,0.0,0.0,0.0,7.0,2.0,2.3000000000000003,81.93,0.0,7.0,7.0
+1999,5,15,23,30,0.0,0.0,0.0,6.0,1.0,2.1,86.44,0.0,6.0,6.0
+1999,5,16,0,30,0.0,0.0,0.0,5.0,1.0,2.0,92.12,0.0,5.0,5.0
+1999,5,16,1,30,0.0,0.0,0.0,5.0,1.0,1.9,97.13,0.0,5.0,5.0
+1999,5,16,2,30,0.0,0.0,0.0,4.0,1.0,1.7000000000000002,100.0,0.0,4.0,4.0
+1999,5,16,3,30,0.0,0.0,0.0,3.0,1.0,1.3,100.0,0.0,3.0,3.0
+1999,5,16,4,30,0.0,0.0,0.0,3.0,0.0,0.9,98.71,0.0,3.0,3.0
+1999,5,16,5,30,310.0,43.0,81.0,5.0,0.0,0.9,86.11,44.497481973337635,6.316349332523649,6.182856886603636
+1999,5,16,6,30,630.0,78.0,275.0,8.0,0.0,1.5,69.60000000000001,227.87829007850974,14.474673570085919,13.79103869985039
+1999,5,16,7,30,511.0,159.0,413.0,10.0,-2.0,2.0,48.44,393.202249711949,20.804223966926262,19.624617217790416
+1999,5,16,8,30,535.0,235.0,588.0,12.0,-3.0,2.3000000000000003,39.42,586.0283001872315,27.783458403024067,26.025373502462372
+1999,5,16,9,30,904.0,123.0,839.0,14.0,-3.0,2.8000000000000003,37.21,869.689659292767,36.65721004414081,34.04814106626251
+1999,5,16,10,30,376.0,416.0,749.0,15.0,-2.0,3.4000000000000004,36.07,761.2479217381795,34.05990809291116,31.776164327696616
+1999,5,16,11,30,28.0,377.0,403.0,16.0,-2.0,4.0,35.06,396.4951131095023,25.54284419320776,24.353358853879254
+1999,5,16,12,30,0.0,58.0,58.0,16.0,-1.0,4.5,36.68,56.68831450209351,17.320417074139577,17.150352130633298
+1999,5,16,13,30,0.0,39.0,39.0,15.0,0.0,4.6000000000000005,41.69,38.11800457899391,15.882087009261227,15.767732995524245
+1999,5,16,14,30,0.0,30.0,30.0,13.0,0.0,3.7,48.12000000000001,29.32154198384147,13.719767695108123,13.631803069156598
+1999,5,16,15,30,0.0,19.0,19.0,11.0,1.0,1.9,59.37000000000001,18.570309923099597,11.513688103409295,11.457977173639996
+1999,5,16,16,30,0.0,10.0,10.0,9.0,2.0,1.3,70.8,9.773847327947157,9.281456743473152,9.25213520148931
+1999,5,16,17,30,0.0,9.0,9.0,7.0,1.0,2.8000000000000003,80.93,8.796462595152441,7.229166000232624,7.202776612447167
+1999,5,16,18,30,0.0,9.0,9.0,5.0,1.0,4.0,91.34,8.796462595152441,5.211713257544581,5.185323869759124
+1999,5,16,19,30,0.0,0.0,0.0,3.0,1.0,4.1000000000000005,100.0,0.0,3.0,3.0
+1999,5,16,20,30,0.0,0.0,0.0,3.0,0.0,3.6,100.0,0.0,3.0,3.0
+1999,5,16,21,30,0.0,0.0,0.0,2.0,0.0,2.5,100.0,0.0,2.0,2.0
+1999,5,16,22,30,0.0,0.0,0.0,2.0,0.0,1.4,100.0,0.0,2.0,2.0
+1999,5,16,23,30,0.0,0.0,0.0,1.0,0.0,0.8,97.35,0.0,1.0,1.0
+1999,5,17,0,30,0.0,0.0,0.0,1.0,0.0,0.7000000000000001,94.39,0.0,1.0,1.0
+1999,5,17,1,30,0.0,0.0,0.0,0.0,-1.0,0.8,97.18,0.0,0.0,0.0
+1999,5,17,2,30,0.0,0.0,0.0,0.0,-2.0,0.9,92.44,0.0,0.0,0.0
+1999,5,17,3,30,0.0,0.0,0.0,0.0,-2.0,1.0,94.02,0.0,0.0,0.0
+1999,5,17,4,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,81.97,0.0,0.0,0.0
+1999,5,17,5,30,437.0,37.0,92.0,1.0,-3.0,1.9,75.84,40.22346079619803,2.112653120735227,1.9919827383466329
+1999,5,17,6,30,729.0,63.0,293.0,4.0,-5.0,2.5,59.73,237.78834851079114,10.319609098539608,9.606244053007234
+1999,5,17,7,30,861.0,78.0,507.0,7.0,-6.0,2.5,42.6,477.51379637775796,19.690699738511878,18.258158349378604
+1999,5,17,8,30,933.0,88.0,704.0,10.0,-7.0,2.5,33.44,707.8472822165351,28.81218383107254,26.688641984422937
+1999,5,17,9,30,972.0,96.0,867.0,12.0,-7.0,2.5,29.43,899.8990366685003,35.916269133931934,33.21657202392643
+1999,5,17,10,30,991.0,102.0,980.0,13.0,-6.0,2.5,27.89,1034.5241680303466,40.49414925452919,37.39057675043815
+1999,5,17,11,30,997.0,106.0,1036.0,14.0,-6.0,2.5,26.39,1101.4149533959155,43.2718798222888,39.96763496210106
+1999,5,17,12,30,995.0,105.0,1031.0,15.0,-6.0,2.6,25.09,1095.496206232315,43.92159348521432,40.63510486651738
+1999,5,17,13,30,983.0,102.0,966.0,16.0,-6.0,2.7,23.9,1018.46770929539,42.709930550741916,39.65452742285574
+1999,5,17,14,30,958.0,96.0,845.0,16.0,-6.0,2.8000000000000003,24.21,875.1285243815777,38.79890370164519,36.173518128500454
+1999,5,17,15,30,915.0,87.0,679.0,16.0,-6.0,2.7,25.99,678.570519760372,33.79592155073779,31.760209991456673
+1999,5,17,16,30,843.0,75.0,482.0,15.0,-6.0,2.6,27.87,448.8097598946077,26.848779899029463,25.50235061934564
+1999,5,17,17,30,711.0,58.0,270.0,13.0,-5.0,2.2,32.85,212.9613474406469,18.7740424001885,18.13515835786656
+1999,5,17,18,30,412.0,31.0,76.0,9.0,-1.0,1.6,54.81,30.638155724715453,9.864699898016417,9.772785430842271
+1999,5,17,19,30,0.0,0.0,0.0,6.0,-1.0,1.6,66.93,0.0,6.0,6.0
+1999,5,17,20,30,0.0,0.0,0.0,5.0,-2.0,1.8,69.3,0.0,5.0,5.0
+1999,5,17,21,30,0.0,0.0,0.0,4.0,-2.0,2.0,72.75,0.0,4.0,4.0
+1999,5,17,22,30,0.0,0.0,0.0,4.0,-2.0,2.2,76.49,0.0,4.0,4.0
+1999,5,17,23,30,0.0,0.0,0.0,3.0,-3.0,2.4000000000000004,73.9,0.0,3.0,3.0
+1999,5,18,0,30,0.0,0.0,0.0,3.0,-3.0,2.7,70.93,0.0,3.0,3.0
+1999,5,18,1,30,0.0,0.0,0.0,3.0,-4.0,2.7,69.10000000000001,0.0,3.0,3.0
+1999,5,18,2,30,0.0,0.0,0.0,3.0,-4.0,2.6,73.72,0.0,3.0,3.0
+1999,5,18,3,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,73.67,0.0,3.0,3.0
+1999,5,18,4,30,0.0,0.0,0.0,4.0,-4.0,2.3000000000000003,68.67,0.0,4.0,4.0
+1999,5,18,5,30,481.0,34.0,96.0,7.0,-3.0,2.8000000000000003,59.01,38.30362810479524,7.997888543516477,7.8829776592020915
+1999,5,18,6,30,748.0,57.0,295.0,11.0,-2.0,2.9000000000000004,46.81,237.22854427749593,17.13943191422406,16.42774628139157
+1999,5,18,7,30,867.0,72.0,505.0,15.0,-3.0,1.6,34.96,475.00391121918574,28.406023432973576,26.98101169931602
+1999,5,18,8,30,930.0,83.0,699.0,18.0,-4.0,0.4,24.98,701.3273616875184,39.45944634778035,37.355464262717796
+1999,5,18,9,30,962.0,93.0,858.0,20.0,-4.0,0.30000000000000004,22.34,888.8616127393199,47.382356215977275,44.71577137775932
+1999,5,18,10,30,977.0,102.0,969.0,21.0,-4.0,0.6000000000000001,20.56,1021.3813899025881,51.83289434076408,48.76875017105631
+1999,5,18,11,30,981.0,107.0,1023.0,22.0,-3.0,0.7000000000000001,20.17,1086.3961106756715,54.574828765373674,51.31564043334666
+1999,5,18,12,30,493.0,447.0,907.0,23.0,-3.0,0.5,19.69,928.8694914919015,51.23031045936998,48.443701984894275
+1999,5,18,13,30,474.0,416.0,834.0,24.0,-2.0,0.30000000000000004,20.27,849.7139705759187,50.176370191414605,47.62722827968685
+1999,5,18,14,30,446.0,338.0,688.0,23.0,-2.0,0.1,20.56,694.2648381666233,44.67934389854062,42.596549384040756
+1999,5,18,15,30,584.0,213.0,592.0,23.0,-2.0,0.30000000000000004,21.99,587.3783671060992,41.094834393951096,39.332699292632796
+1999,5,18,16,30,621.0,123.0,424.0,22.0,-2.0,0.9,23.75,397.41095203480734,33.75643245975269,32.56419960364826
+1999,5,18,17,30,631.0,72.0,261.0,19.0,0.0,1.4,30.73,209.83955980796924,25.00228671084602,24.372768031422112
+1999,5,18,18,30,304.0,38.0,72.0,15.0,4.0,1.9,56.73,37.39692620785908,16.03446610081379,15.922275322190215
+1999,5,18,19,30,0.0,0.0,0.0,13.0,2.0,2.0,57.78,0.0,13.0,13.0
+1999,5,18,20,30,0.0,0.0,0.0,12.0,2.0,1.5,61.02,0.0,12.0,12.0
+1999,5,18,21,30,0.0,0.0,0.0,11.0,3.0,1.3,71.98,0.0,11.0,11.0
+1999,5,18,22,30,0.0,0.0,0.0,10.0,2.0,1.4,74.44,0.0,10.0,10.0
+1999,5,18,23,30,0.0,0.0,0.0,9.0,1.0,1.6,72.48,0.0,9.0,9.0
+1999,5,19,0,30,0.0,0.0,0.0,8.0,0.0,1.7000000000000002,66.22,0.0,8.0,8.0
+1999,5,19,1,30,0.0,0.0,0.0,7.0,0.0,1.9,66.43,0.0,7.0,7.0
+1999,5,19,2,30,0.0,0.0,0.0,7.0,-1.0,2.1,63.77,0.0,7.0,7.0
+1999,5,19,3,30,0.0,0.0,0.0,6.0,-1.0,2.1,65.89,0.0,6.0,6.0
+1999,5,19,4,30,0.0,0.0,0.0,7.0,-2.0,2.0,59.1,0.0,7.0,7.0
+1999,5,19,5,30,425.0,39.0,94.0,10.0,-1.0,2.3000000000000003,51.51,43.09667223135485,11.160719598789049,11.031429582094985
+1999,5,19,6,30,703.0,67.0,291.0,15.0,0.0,2.9000000000000004,39.85,236.69461460333602,21.125613910612934,20.415530066802926
+1999,5,19,7,30,824.0,86.0,500.0,19.0,-1.0,2.5,28.06,469.1137980831602,31.46745622812664,30.060114833877158
+1999,5,19,8,30,888.0,101.0,691.0,22.0,-3.0,2.1,19.93,691.2172707883315,40.866518660150454,38.79286684778546
+1999,5,19,9,30,922.0,113.0,847.0,23.0,-3.0,2.7,19.3,875.365903840693,45.95699930854761,43.33090159702553
+1999,5,19,10,30,505.0,407.0,857.0,24.0,-2.0,3.5,19.71,874.232388355766,45.74482578421917,43.122128619151866
+1999,5,19,11,30,20.0,310.0,328.0,25.0,-1.0,4.3,20.07,323.0006336662142,32.62257677348148,31.653574872482835
+1999,5,19,12,30,4.0,124.0,128.0,25.0,0.0,4.6000000000000005,21.49,125.18959563700453,27.89700673541874,27.521437948507725
+1999,5,19,13,30,214.0,464.0,653.0,24.0,0.0,4.6000000000000005,24.26,653.603830171304,39.125016489326036,37.164204998812124
+1999,5,19,14,30,401.0,344.0,660.0,23.0,1.0,4.1000000000000005,27.53,663.5688560157607,38.86631660581601,36.87561003776873
+1999,5,19,15,30,4.0,135.0,138.0,22.0,2.0,3.0,31.03,134.54970327371984,25.459119858113983,25.055470748292823
+1999,5,19,16,30,57.0,203.0,231.0,21.0,3.0,1.7000000000000002,34.56,223.9069385228342,27.2771213406649,26.605400525096396
+1999,5,19,17,30,0.0,5.0,5.0,19.0,6.0,1.1,53.28,4.886923663973579,19.142633639532576,19.127972868540656
+1999,5,19,18,30,0.0,33.0,33.0,16.0,8.0,1.3,69.07000000000001,32.25369618222562,16.9288072534614,16.832046164914722
+1999,5,19,19,30,0.0,0.0,0.0,14.0,6.0,1.5,70.88,0.0,14.0,14.0
+1999,5,19,20,30,0.0,0.0,0.0,13.0,6.0,1.5,73.32000000000002,0.0,13.0,13.0
+1999,5,19,21,30,0.0,0.0,0.0,12.0,5.0,1.2000000000000002,79.62,0.0,12.0,12.0
+1999,5,19,22,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,81.74,0.0,11.0,11.0
+1999,5,19,23,30,0.0,0.0,0.0,10.0,4.0,1.7000000000000002,86.02,0.0,10.0,10.0
+1999,5,20,0,30,0.0,0.0,0.0,9.0,4.0,2.4000000000000004,85.52,0.0,9.0,9.0
+1999,5,20,1,30,0.0,0.0,0.0,9.0,4.0,2.7,86.41,0.0,9.0,9.0
+1999,5,20,2,30,0.0,0.0,0.0,9.0,5.0,2.5,93.61,0.0,9.0,9.0
+1999,5,20,3,30,0.0,0.0,0.0,8.0,5.0,2.4000000000000004,94.19,0.0,8.0,8.0
+1999,5,20,4,30,0.0,0.0,0.0,8.0,5.0,2.8000000000000003,94.71,0.0,8.0,8.0
+1999,5,20,5,30,193.0,54.0,80.0,8.0,5.0,3.4000000000000004,95.91,55.25929460229142,9.383566439162013,9.217788555355138
+1999,5,20,6,30,43.0,123.0,137.0,10.0,5.0,3.6,86.39,130.7274641468018,13.230225391332283,12.838042998891877
+1999,5,20,7,30,29.0,192.0,207.0,12.0,5.0,3.6,78.98,201.2280572178327,16.97226794779382,16.368583776140323
+1999,5,20,8,30,66.0,302.0,346.0,14.0,4.0,3.5,64.58,339.22718148835463,22.43761459880179,21.419933054336727
+1999,5,20,9,30,160.0,409.0,537.0,15.0,4.0,3.4000000000000004,54.96,532.5128118542647,28.332903726114605,26.73536529055181
+1999,5,20,10,30,421.0,441.0,816.0,17.0,4.0,3.4000000000000004,51.12000000000001,828.2125197119848,37.73654857548242,35.25191101634647
+1999,5,20,11,30,18.0,272.0,289.0,18.0,4.0,3.6,48.19,283.86442187225305,25.014180755452553,24.162587489835794
+1999,5,20,12,30,373.0,459.0,808.0,18.0,4.0,3.7,46.08,820.8801207947984,38.15047478847298,35.687834426088585
+1999,5,20,13,30,206.0,444.0,626.0,18.0,4.0,3.8,46.78,626.6104951751607,33.28077515777696,31.400943672251472
+1999,5,20,14,30,200.0,401.0,559.0,17.0,4.0,3.7,50.16,555.2742557950389,30.63054069484896,28.964717927463845
+1999,5,20,15,30,170.0,316.0,427.0,16.0,4.0,3.5,54.12000000000001,419.45337774379226,26.433084778288148,25.17472464505677
+1999,5,20,16,30,77.0,219.0,257.0,15.0,5.0,3.2,62.51,248.56399162051918,21.306260323062048,20.56056834820049
+1999,5,20,17,30,0.0,30.0,30.0,14.0,5.0,2.8000000000000003,68.1,29.32154198384147,14.76388666744208,14.675922041490555
+1999,5,20,18,30,0.0,24.0,24.0,12.0,5.0,2.2,75.97,23.457233587073173,12.635998329981616,12.565626629220397
+1999,5,20,19,30,0.0,0.0,0.0,10.0,6.0,1.7000000000000002,90.09,0.0,10.0,10.0
+1999,5,20,20,30,0.0,0.0,0.0,10.0,6.0,1.4,96.57,0.0,10.0,10.0
+1999,5,20,21,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
+1999,5,20,22,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,5,20,23,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
+1999,5,21,0,30,0.0,0.0,0.0,7.0,4.0,1.6,100.0,0.0,7.0,7.0
+1999,5,21,1,30,0.0,0.0,0.0,7.0,4.0,2.0,100.0,0.0,7.0,7.0
+1999,5,21,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,5,21,3,30,0.0,0.0,0.0,6.0,4.0,2.9000000000000004,100.0,0.0,6.0,6.0
+1999,5,21,4,30,0.0,0.0,0.0,7.0,4.0,3.6,100.0,0.0,7.0,7.0
+1999,5,21,5,30,266.0,51.0,87.0,9.0,4.0,4.6000000000000005,92.47,53.54091343970274,10.23898784133018,10.078365101011073
+1999,5,21,6,30,572.0,91.0,276.0,13.0,5.0,5.1000000000000005,72.84,229.15313960075713,18.132951254003046,17.445491835200777
+1999,5,21,7,30,733.0,113.0,483.0,17.0,5.0,4.800000000000002,51.78,453.7155700617934,27.3633603227774,26.00221361259202
+1999,5,21,8,30,819.0,129.0,675.0,20.0,2.0,3.8,36.49,672.9826913318348,36.41162615452635,34.39267808053085
+1999,5,21,9,30,866.0,141.0,833.0,22.0,1.0,2.8000000000000003,29.18,856.4396546141194,44.312020083696645,41.74270111985429
+1999,5,21,10,30,892.0,148.0,943.0,24.0,0.0,2.2,26.3,986.174274056789,50.73824213084494,47.77971930867457
+1999,5,21,11,30,448.0,476.0,897.0,25.0,0.0,2.1,24.54,913.5922102251469,49.93616003304268,47.19538340236724
+1999,5,21,12,30,409.0,491.0,874.0,25.0,0.0,2.3000000000000003,23.17,888.0964885096065,48.91903937025689,46.25474990472807
+1999,5,21,13,30,406.0,432.0,791.0,25.0,0.0,2.7,23.34,801.9913158287588,46.032706439857705,43.62673249237143
+1999,5,21,14,30,33.0,326.0,353.0,24.0,1.0,3.0,25.47,345.5983279989926,32.88493999039389,31.84814500639691
+1999,5,21,15,30,327.0,294.0,508.0,23.0,1.0,3.3000000000000003,28.32,500.30376214702267,35.6094652429229,34.108553956481835
+1999,5,21,16,30,219.0,216.0,323.0,21.0,3.0,3.2,35.68,309.4808516051814,28.8517680799269,27.923325525111355
+1999,5,21,17,30,387.0,114.0,233.0,19.0,5.0,3.0,47.45,198.40938329880836,24.100879608844952,23.505651458948527
+1999,5,21,18,30,200.0,47.0,71.0,17.0,7.0,2.9000000000000004,61.12000000000001,46.11800457899391,18.193525635774286,18.055171622037303
+1999,5,21,19,30,0.0,0.0,0.0,15.0,6.0,2.9000000000000004,65.17,0.0,15.0,15.0
+1999,5,21,20,30,0.0,0.0,0.0,14.0,6.0,2.6,72.63,0.0,14.0,14.0
+1999,5,21,21,30,0.0,0.0,0.0,12.0,5.0,2.2,75.17,0.0,12.0,12.0
+1999,5,21,22,30,0.0,0.0,0.0,11.0,5.0,1.9,76.7,0.0,11.0,11.0
+1999,5,21,23,30,0.0,0.0,0.0,10.0,4.0,1.8,77.51,0.0,10.0,10.0
+1999,5,22,0,30,0.0,0.0,0.0,10.0,3.0,2.0,72.94,0.0,10.0,10.0
+1999,5,22,1,30,0.0,0.0,0.0,10.0,2.0,2.1,69.35000000000001,0.0,10.0,10.0
+1999,5,22,2,30,0.0,0.0,0.0,10.0,1.0,2.1,70.42,0.0,10.0,10.0
+1999,5,22,3,30,0.0,0.0,0.0,9.0,1.0,2.0,65.99,0.0,9.0,9.0
+1999,5,22,4,30,0.0,0.0,0.0,9.0,0.0,1.9,62.87000000000001,0.0,9.0,9.0
+1999,5,22,5,30,373.0,43.0,94.0,12.0,1.0,2.4000000000000004,54.81,47.57157039558531,13.272734700481625,13.130019989294869
+1999,5,22,6,30,648.0,75.0,286.0,16.0,1.0,2.6,44.12,232.59569317107517,22.14063110947818,21.442844029964952
+1999,5,22,7,30,785.0,95.0,492.0,19.0,1.0,1.9,34.44,460.80364727006685,31.746655957303332,30.364245015493132
+1999,5,22,8,30,864.0,107.0,684.0,22.0,0.0,1.2000000000000002,27.55,681.7014485729422,41.76329448424224,39.71819013852341
+1999,5,22,9,30,910.0,115.0,843.0,24.0,0.0,0.9,24.26,867.5746537593812,49.66507734246376,47.062353381185616
+1999,5,22,10,30,417.0,443.0,815.0,25.0,0.0,1.0,22.87,826.3633490695894,49.28180642923289,46.802716382024116
+1999,5,22,11,30,20.0,322.0,341.0,26.0,0.0,1.3,21.58,334.73418380644216,35.639315015072214,34.63511246365289
+1999,5,22,12,30,472.0,462.0,905.0,25.0,0.0,1.9,23.29,922.6437592519712,50.521982388835646,47.75405111107973
+1999,5,22,13,30,237.0,462.0,672.0,24.0,1.0,2.8000000000000003,25.92,673.2770126226424,41.540255342679245,39.52042430481132
+1999,5,22,14,30,0.0,42.0,42.0,23.0,2.0,3.8,29.33,41.05015877737806,24.0010656560944,23.877915179762265
+1999,5,22,15,30,59.0,291.0,330.0,22.0,3.0,4.1000000000000005,35.94,322.88219991835706,29.72030086078265,28.75165426102758
+1999,5,22,16,30,66.0,209.0,241.0,20.0,4.0,4.0,41.06,233.97746744386214,25.631369574841315,24.92943717250973
+1999,5,22,17,30,122.0,124.0,162.0,17.0,6.0,3.9,55.5,148.77212262898695,20.60424323289684,20.15792686500988
+1999,5,22,18,30,0.0,29.0,29.0,14.0,8.0,3.8,76.88,28.344157251046756,14.691212000636607,14.606179528883468
+1999,5,22,19,30,0.0,0.0,0.0,12.0,9.0,3.8,94.7,0.0,12.0,12.0
+1999,5,22,20,30,0.0,0.0,0.0,11.0,9.0,3.5,100.0,0.0,11.0,11.0
+1999,5,22,21,30,0.0,0.0,0.0,11.0,9.0,2.6,100.0,0.0,11.0,11.0
+1999,5,22,22,30,0.0,0.0,0.0,11.0,8.0,1.8,100.0,0.0,11.0,11.0
+1999,5,22,23,30,0.0,0.0,0.0,10.0,8.0,1.1,100.0,0.0,10.0,10.0
+1999,5,23,0,30,0.0,0.0,0.0,10.0,8.0,0.5,100.0,0.0,10.0,10.0
+1999,5,23,1,30,0.0,0.0,0.0,10.0,7.0,0.30000000000000004,100.0,0.0,10.0,10.0
+1999,5,23,2,30,0.0,0.0,0.0,9.0,6.0,0.30000000000000004,100.0,0.0,9.0,9.0
+1999,5,23,3,30,0.0,0.0,0.0,8.0,6.0,0.4,100.0,0.0,8.0,8.0
+1999,5,23,4,30,0.0,0.0,0.0,8.0,6.0,0.5,100.0,0.0,8.0,8.0
+1999,5,23,5,30,315.0,49.0,92.0,10.0,7.0,0.4,95.29,52.85615173255744,11.617309995614193,11.45874154041652
+1999,5,23,6,30,0.0,74.0,74.0,12.0,7.0,0.6000000000000001,84.77,72.32647022680895,14.183351328494739,13.966371917814312
+1999,5,23,7,30,7.0,156.0,160.0,15.0,7.0,1.4,67.45,155.75909294699966,19.455359773651697,18.988082494810698
+1999,5,23,8,30,72.0,307.0,355.0,18.0,5.0,2.2,54.0,348.1604174146138,27.4397083620049,26.39522710976106
+1999,5,23,9,30,65.0,378.0,430.0,19.0,5.0,2.5,47.53,423.3923302532248,30.25233443638951,28.982157445629838
+1999,5,23,10,30,40.0,396.0,432.0,20.0,6.0,2.6,45.38,424.77809630513843,31.214333151378504,29.93999886246309
+1999,5,23,11,30,216.0,500.0,704.0,21.0,6.0,2.7,43.52,704.8433704182107,39.48494292081772,37.37041280956309
+1999,5,23,12,30,40.0,419.0,456.0,22.0,6.0,2.8000000000000003,41.58,449.44350446183455,33.70893062227216,32.36060010888666
+1999,5,23,13,30,10.0,162.0,172.0,22.0,6.0,2.9000000000000004,42.02,167.70204679356158,26.340098706506115,25.83699256612543
+1999,5,23,14,30,184.0,404.0,550.0,22.0,6.0,3.0,44.67,545.3516498878907,36.020370732031814,34.38431578236814
+1999,5,23,15,30,0.0,56.0,56.0,21.0,6.0,3.2,47.16,54.733545036504076,22.38863228400031,22.224431648890796
+1999,5,23,16,30,0.0,42.0,42.0,20.0,6.0,3.1,49.96,41.05015877737806,21.048387533571226,20.92523705723909
+1999,5,23,17,30,0.0,92.0,92.0,18.0,6.0,2.4000000000000004,57.5,89.91939541711383,20.405712778494056,20.135954592242715
+1999,5,23,18,30,0.0,18.0,18.0,15.0,8.0,1.7000000000000002,73.44,17.592925190304882,15.493209039815092,15.440430264244178
+1999,5,23,19,30,0.0,0.0,0.0,13.0,8.0,1.6,83.7,0.0,13.0,13.0
+1999,5,23,20,30,0.0,0.0,0.0,13.0,8.0,1.6,83.09,0.0,13.0,13.0
+1999,5,23,21,30,0.0,0.0,0.0,12.0,8.0,1.5,89.08,0.0,12.0,12.0
+1999,5,23,22,30,0.0,0.0,0.0,12.0,8.0,1.4,88.41,0.0,12.0,12.0
+1999,5,23,23,30,0.0,0.0,0.0,11.0,7.0,1.4,93.13,0.0,11.0,11.0
+1999,5,24,0,30,0.0,0.0,0.0,11.0,7.0,1.3,98.18,0.0,11.0,11.0
+1999,5,24,1,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,96.33,0.0,10.0,10.0
+1999,5,24,2,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.04,0.0,10.0,10.0
+1999,5,24,3,30,0.0,0.0,0.0,9.0,6.0,1.5,97.97,0.0,9.0,9.0
+1999,5,24,4,30,0.0,0.0,0.0,10.0,6.0,2.4000000000000004,94.82,0.0,10.0,10.0
+1999,5,24,5,30,176.0,48.0,72.0,12.0,6.0,3.3000000000000003,81.73,49.83434049682966,13.256005714812309,13.10650269332182
+1999,5,24,6,30,560.0,90.0,274.0,14.0,6.0,3.6,68.75,226.2950537125598,19.59166379617329,18.91277863503561
+1999,5,24,7,30,153.0,230.0,308.0,16.0,6.0,3.8,61.34,296.6201622564508,23.23349838792138,22.34363790115203
+1999,5,24,8,30,728.0,164.0,653.0,17.0,6.0,3.8,57.67,646.7711305805101,32.77242050849989,30.83210711675836
+1999,5,24,9,30,518.0,334.0,749.0,18.0,6.0,3.7,54.5,756.2997729980609,36.565194992868975,34.296295673874795
+1999,5,24,10,30,0.0,101.0,101.0,19.0,6.0,3.5,54.91,98.71585801226628,21.45536445824621,21.15921688420941
+1999,5,24,11,30,0.0,65.0,65.0,19.0,7.0,3.2,52.18,63.53000763165652,20.611805329643218,20.42121530674825
+1999,5,24,12,30,31.0,395.0,425.0,19.0,7.0,2.9000000000000004,56.57,417.0145101340187,29.79226026534353,28.54121673494147
+1999,5,24,13,30,784.0,201.0,898.0,18.0,7.0,2.8000000000000003,57.92,930.1996826763414,42.23362100284119,39.44302195481217
+1999,5,24,14,30,515.0,303.0,711.0,17.0,8.0,2.8000000000000003,63.42,717.5443287093078,35.693510262924676,33.54087727679675
+1999,5,24,15,30,144.0,319.0,414.0,16.0,8.0,2.9000000000000004,73.85000000000002,405.84691056384224,26.503244803838967,25.28570407214744
+1999,5,24,16,30,0.0,106.0,106.0,15.0,8.0,2.7,81.22,103.60278167623987,17.717045497054098,17.40623715202538
+1999,5,24,17,30,0.0,10.0,10.0,13.0,9.0,2.3000000000000003,90.11,9.773847327947157,13.263238332839686,13.233916790855844
+1999,5,24,18,30,0.0,5.0,5.0,12.0,9.0,2.0,99.65,4.886923663973579,12.134280558703624,12.119619787711704
+1999,5,24,19,30,0.0,0.0,0.0,11.0,9.0,1.8,100.0,0.0,11.0,11.0
+1999,5,24,20,30,0.0,0.0,0.0,11.0,9.0,1.4,100.0,0.0,11.0,11.0
+1999,5,24,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
+1999,5,24,22,30,0.0,0.0,0.0,11.0,8.0,0.4,100.0,0.0,11.0,11.0
+1999,5,24,23,30,0.0,0.0,0.0,10.0,8.0,0.4,100.0,0.0,10.0,10.0
+1999,5,25,0,30,0.0,0.0,0.0,10.0,8.0,0.7000000000000001,100.0,0.0,10.0,10.0
+1999,5,25,1,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
+1999,5,25,2,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
+1999,5,25,3,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
+1999,5,25,4,30,0.0,0.0,0.0,8.0,4.0,1.1,100.0,0.0,8.0,8.0
+1999,5,25,5,30,0.0,5.0,5.0,8.0,4.0,1.7000000000000002,100.0,4.886923663973579,8.137002511059746,8.122341740067826
+1999,5,25,6,30,0.0,16.0,16.0,8.0,6.0,2.1,100.0,15.63815572471545,8.426837651863346,8.3799231846892
+1999,5,25,7,30,0.0,43.0,43.0,9.0,5.0,2.1,99.86,42.02754351017277,10.147126189382746,10.021043558852227
+1999,5,25,8,30,0.0,54.0,54.0,9.0,5.0,1.7000000000000002,91.07,52.77877557091465,10.479627119445276,10.321290792732531
+1999,5,25,9,30,1.0,115.0,116.0,11.0,5.0,1.1,84.7,113.23050762076888,14.304835622281766,13.96514409941946
+1999,5,25,10,30,20.0,308.0,326.0,12.0,5.0,0.4,79.56,319.8968961686558,21.7883109303404,20.828620241834432
+1999,5,25,11,30,14.0,202.0,216.0,13.0,5.0,0.2,73.32000000000002,211.44474294779448,19.55804873024673,18.923714501403346
+1999,5,25,12,30,21.0,330.0,350.0,13.0,5.0,0.4,67.21000000000001,343.4989614929085,23.510494723802996,22.47999783932427
+1999,5,25,13,30,122.0,464.0,573.0,13.0,4.0,0.5,65.77,567.7105295584713,30.253924956398155,28.55079336772274
+1999,5,25,14,30,0.0,50.0,50.0,14.0,4.0,0.5,64.4,48.86923663973578,15.485239567978843,15.338631858059635
+1999,5,25,15,30,348.0,292.0,522.0,14.0,4.0,0.5,62.82,512.9418389658139,29.58938849239978,28.050562975502338
+1999,5,25,16,30,431.0,183.0,398.0,13.0,3.0,0.7000000000000001,61.23,374.0972699813032,24.217045414177413,23.094753604233503
+1999,5,25,17,30,98.0,127.0,158.0,12.0,3.0,0.8,64.22,146.6451998247989,16.367486545580267,15.92755094610587
+1999,5,25,18,30,341.0,42.0,86.0,11.0,5.0,0.8,81.98,41.38184936305556,12.23246223224697,12.108316684157803
+1999,5,25,19,30,0.0,0.0,0.0,9.0,4.0,1.0,90.68,0.0,9.0,9.0
+1999,5,25,20,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,93.78,0.0,8.0,8.0
+1999,5,25,21,30,0.0,0.0,0.0,7.0,3.0,1.5,98.64,0.0,7.0,7.0
+1999,5,25,22,30,0.0,0.0,0.0,6.0,3.0,1.6,96.67,0.0,6.0,6.0
+1999,5,25,23,30,0.0,0.0,0.0,6.0,3.0,1.6,94.12,0.0,6.0,6.0
+1999,5,26,0,30,0.0,0.0,0.0,6.0,2.0,1.6,91.99,0.0,6.0,6.0
+1999,5,26,1,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,90.72,0.0,6.0,6.0
+1999,5,26,2,30,0.0,0.0,0.0,6.0,2.0,1.9,90.45,0.0,6.0,6.0
+1999,5,26,3,30,0.0,0.0,0.0,6.0,2.0,2.0,96.74,0.0,6.0,6.0
+1999,5,26,4,30,0.0,0.0,0.0,6.0,2.0,2.2,90.45,0.0,6.0,6.0
+1999,5,26,5,30,397.0,38.0,95.0,9.0,3.0,2.5,82.32000000000002,44.32994407865436,10.17813980244075,10.045149970204788
+1999,5,26,6,30,598.0,76.0,273.0,12.0,3.0,2.4000000000000004,66.04,222.56054828696966,17.95440786182937,17.28672621696846
+1999,5,26,7,30,814.0,85.0,502.0,15.0,4.0,2.0,54.88,465.573269292904,27.792800341655184,26.396080533776473
+1999,5,26,8,30,885.0,97.0,692.0,17.0,3.0,2.5,45.99,686.2740994049286,35.23884168359344,33.18001938537866
+1999,5,26,9,30,924.0,106.0,849.0,18.0,3.0,2.9000000000000004,42.7,870.2341266025402,40.52150214883463,37.91079976902701
+1999,5,26,10,30,945.0,113.0,960.0,19.0,3.0,3.2,40.37,1001.5309366872888,44.409612901585035,41.40502009152317
+1999,5,26,11,30,952.0,117.0,1016.0,20.0,3.0,3.2,38.59,1066.734379240741,47.06387456684527,43.86367142912305
+1999,5,26,12,30,949.0,119.0,1012.0,21.0,3.0,3.1,39.07,1063.5051539887522,48.161053173440806,44.97053771147455
+1999,5,26,13,30,934.0,118.0,950.0,21.0,4.0,2.9000000000000004,39.46,989.7851468787889,46.61546097869402,43.646105538057654
+1999,5,26,14,30,904.0,113.0,833.0,20.0,3.0,2.8000000000000003,39.44,850.8765663221149,42.16709015544092,39.614460456474575
+1999,5,26,15,30,576.0,222.0,603.0,19.0,3.0,2.7,41.71,593.9890378603465,34.5777211239501,32.79575401036906
+1999,5,26,16,30,75.0,216.0,253.0,18.0,3.0,2.4000000000000004,44.48,245.1566638599811,24.558946668236608,23.823476676656664
+1999,5,26,17,30,35.0,119.0,130.0,17.0,4.0,1.6,51.8,124.39318368022732,20.510745692680853,20.13756614164017
+1999,5,26,18,30,0.0,38.0,38.0,14.0,7.0,0.8,73.53,37.14061984619919,15.106147065615406,14.99472520607681
+1999,5,26,19,30,0.0,0.0,0.0,12.0,7.0,0.6000000000000001,82.49,0.0,12.0,12.0
+1999,5,26,20,30,0.0,0.0,0.0,11.0,6.0,0.7000000000000001,84.98,0.0,11.0,11.0
+1999,5,26,21,30,0.0,0.0,0.0,10.0,6.0,0.9,91.09,0.0,10.0,10.0
+1999,5,26,22,30,0.0,0.0,0.0,10.0,6.0,1.2000000000000002,92.13,0.0,10.0,10.0
+1999,5,26,23,30,0.0,0.0,0.0,10.0,6.0,1.5,98.23,0.0,10.0,10.0
+1999,5,27,0,30,0.0,0.0,0.0,10.0,6.0,1.8,98.76,0.0,10.0,10.0
+1999,5,27,1,30,0.0,0.0,0.0,10.0,6.0,2.2,99.9,0.0,10.0,10.0
+1999,5,27,2,30,0.0,0.0,0.0,10.0,7.0,2.6,100.0,0.0,10.0,10.0
+1999,5,27,3,30,0.0,0.0,0.0,9.0,7.0,2.6,100.0,0.0,9.0,9.0
+1999,5,27,4,30,0.0,0.0,0.0,9.0,7.0,2.7,100.0,0.0,9.0,9.0
+1999,5,27,5,30,0.0,20.0,20.0,9.0,7.0,2.8000000000000003,100.0,19.547694655894315,9.50925777829472,9.450614694327037
+1999,5,27,6,30,0.0,81.0,81.0,10.0,7.0,2.6,96.43,79.16816335637198,12.09007518651185,11.852570696442735
+1999,5,27,7,30,0.0,90.0,90.0,12.0,7.0,1.9,91.31,87.96462595152441,14.433259437201926,14.169365559347353
+1999,5,27,8,30,0.0,94.0,94.0,13.0,7.0,1.4,79.09,91.87416488270327,15.627984348852902,15.352361854204792
+1999,5,27,9,30,0.0,92.0,92.0,14.0,6.0,1.4,71.4,89.91939541711383,16.57206978823901,16.302311601987668
+1999,5,27,10,30,378.0,421.0,760.0,15.0,6.0,1.6,64.97,767.8534822746678,36.67110950737953,34.36754906055553
+1999,5,27,11,30,369.0,462.0,811.0,16.0,6.0,1.9,59.92,820.6583977371679,38.70088424082442,36.23890904761292
+1999,5,27,12,30,58.0,429.0,484.0,16.0,6.0,2.1,59.56,477.1905426216721,29.024738613014232,27.593166985149217
+1999,5,27,13,30,0.0,67.0,67.0,15.0,6.0,2.0,63.56,65.48477709724594,16.79935948662856,16.602905155336824
+1999,5,27,14,30,0.0,27.0,27.0,14.0,6.0,1.8,68.26,26.389387785457323,14.734877253537,14.655709090180629
+1999,5,27,15,30,0.0,116.0,117.0,13.0,6.0,1.4,74.05,113.38416742658879,16.2432601459313,15.903107643651532
+1999,5,27,16,30,0.0,8.0,8.0,12.0,6.0,1.0,80.77,7.819077862357725,12.22975527087768,12.206298037290606
+1999,5,27,17,30,194.0,127.0,189.0,11.0,7.0,0.7000000000000001,88.23,169.18434412271787,16.072874419765725,15.565321387397573
+1999,5,27,18,30,32.0,49.0,53.0,10.0,7.0,0.6000000000000001,96.06,47.98409927664473,11.448517348817784,11.30456505098785
+1999,5,27,19,30,0.0,0.0,0.0,9.0,7.0,0.8,100.0,0.0,9.0,9.0
+1999,5,27,20,30,0.0,0.0,0.0,8.0,6.0,1.0,100.0,0.0,8.0,8.0
+1999,5,27,21,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,5,27,22,30,0.0,0.0,0.0,7.0,4.0,1.4,100.0,0.0,7.0,7.0
+1999,5,27,23,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,5,28,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,5,28,1,30,0.0,0.0,0.0,6.0,4.0,1.5,100.0,0.0,6.0,6.0
+1999,5,28,2,30,0.0,0.0,0.0,6.0,4.0,1.6,100.0,0.0,6.0,6.0
+1999,5,28,3,30,0.0,0.0,0.0,6.0,2.0,1.7000000000000002,100.0,0.0,6.0,6.0
+1999,5,28,4,30,0.0,0.0,0.0,7.0,3.0,1.9,99.55,0.0,7.0,7.0
+1999,5,28,5,30,352.0,49.0,100.0,9.0,4.0,2.5,84.85000000000002,54.69253562067656,10.45354239555999,10.28946478869796
+1999,5,28,6,30,631.0,81.0,291.0,12.0,5.0,2.8000000000000003,72.84,236.0853814401104,18.150511298466544,17.442255154146213
+1999,5,28,7,30,774.0,99.0,497.0,15.0,4.0,2.7,57.36,460.66792173030586,27.08129436414207,25.699290598951155
+1999,5,28,8,30,856.0,110.0,688.0,18.0,3.0,2.8000000000000003,42.34,679.5468125130571,35.70359656622257,33.6649561286834
+1999,5,28,9,30,905.0,117.0,847.0,20.0,2.0,3.0,37.4,864.9792945396713,42.237633988034275,39.642696104415265
+1999,5,28,10,30,934.0,122.0,960.0,21.0,1.0,3.1,34.13,999.6398784493787,46.52998618861666,43.53106655326852
+1999,5,28,11,30,946.0,123.0,1017.0,22.0,1.0,3.2,31.82,1066.3623908346012,49.05443693385996,45.85534976135616
+1999,5,28,12,30,945.0,123.0,1014.0,23.0,1.0,3.2,30.09,1063.4187199871299,49.97975373236912,46.78949757240773
+1999,5,28,13,30,931.0,120.0,951.0,23.0,2.0,3.1,28.72,989.263378599975,48.26497885592362,45.2971887201237
+1999,5,28,14,30,901.0,115.0,834.0,22.0,2.0,2.9000000000000004,31.05,851.110430558427,44.026584346389185,41.47325305471391
+1999,5,28,15,30,852.0,106.0,673.0,22.0,2.0,2.6,33.6,662.4275745744006,39.488386464730944,37.50110374100774
+1999,5,28,16,30,776.0,92.0,482.0,21.0,2.0,2.3000000000000003,36.4,443.6637953900831,32.94916535128064,31.618173965110394
+1999,5,28,17,30,641.0,73.0,279.0,19.0,3.0,1.6,43.31,221.01444089039802,25.237685003471515,24.574641680800323
+1999,5,28,18,30,368.0,42.0,92.0,16.0,7.0,1.2000000000000002,68.41,42.67814728869687,17.2372876640853,17.10925322221921
+1999,5,28,19,30,0.0,0.0,0.0,14.0,6.0,1.5,72.58,0.0,14.0,14.0
+1999,5,28,20,30,0.0,0.0,0.0,12.0,5.0,1.9,74.15,0.0,12.0,12.0
+1999,5,28,21,30,0.0,0.0,0.0,12.0,5.0,2.2,78.56,0.0,12.0,12.0
+1999,5,28,22,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,83.17,0.0,11.0,11.0
+1999,5,28,23,30,0.0,0.0,0.0,10.0,5.0,2.3000000000000003,81.54,0.0,10.0,10.0
+1999,5,29,0,30,0.0,0.0,0.0,10.0,4.0,2.2,85.15,0.0,10.0,10.0
+1999,5,29,1,30,0.0,0.0,0.0,9.0,4.0,2.2,82.83,0.0,9.0,9.0
+1999,5,29,2,30,0.0,0.0,0.0,8.0,3.0,2.2,86.54,0.0,8.0,8.0
+1999,5,29,3,30,0.0,0.0,0.0,8.0,3.0,2.3000000000000003,84.55,0.0,8.0,8.0
+1999,5,29,4,30,0.0,0.0,0.0,9.0,3.0,2.5,76.87,0.0,9.0,9.0
+1999,5,29,5,30,443.0,41.0,107.0,12.0,4.0,3.2,66.52,48.86786930773634,13.239815563303496,13.093211955380287
+1999,5,29,6,30,692.0,68.0,299.0,16.0,4.0,3.4000000000000004,52.07,238.73441294766502,21.97736406164218,21.261160822799187
+1999,5,29,7,30,809.0,86.0,502.0,19.0,3.0,2.8000000000000003,41.5,464.460555840393,31.100155795173887,29.706774127652707
+1999,5,29,8,30,779.0,145.0,671.0,22.0,3.0,1.9,32.79,662.2215570795713,40.318236857738796,38.33157218650008
+1999,5,29,9,30,11.0,182.0,192.0,23.0,3.0,1.3,31.06,187.01410375792452,28.385431024357008,27.824388713083234
+1999,5,29,10,30,18.0,282.0,299.0,24.0,3.0,1.1,31.63,292.59232906403383,32.53983234920908,31.66205536201698
+1999,5,29,11,30,178.0,508.0,676.0,23.0,3.0,1.3,32.44,674.5121308301927,42.42387489865533,40.40033850616475
+1999,5,29,12,30,0.0,45.0,45.0,22.0,4.0,2.1,36.23,43.982312975762206,23.200480895865663,23.068533956938378
+1999,5,29,13,30,828.0,173.0,914.0,21.0,5.0,3.2,43.88,944.7557586703374,44.96918281302378,42.134915537012766
+1999,5,29,14,30,15.0,239.0,252.0,19.0,6.0,3.7,52.65,245.90707650209083,25.036380002191763,24.29865877268549
+1999,5,29,15,30,4.0,133.0,136.0,17.0,6.0,3.2,57.59,132.6210134456901,20.364697475464077,19.966834435127005
+1999,5,29,16,30,19.0,179.0,189.0,17.0,6.0,2.2,57.59,183.63463453643763,21.978904288028247,21.428000384418933
+1999,5,29,17,30,0.0,12.0,12.0,16.0,7.0,1.4,63.64,11.728616793536586,16.33548736368335,16.30030151330274
+1999,5,29,18,30,331.0,47.0,92.0,14.0,9.0,0.9,82.13,47.880905269210345,15.416439647742736,15.272796931935105
+1999,5,29,19,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,92.08,0.0,12.0,12.0
+1999,5,29,20,30,0.0,0.0,0.0,11.0,8.0,0.8,96.44,0.0,11.0,11.0
+1999,5,29,21,30,0.0,0.0,0.0,10.0,7.0,1.0,98.66,0.0,10.0,10.0
+1999,5,29,22,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,94.44,0.0,10.0,10.0
+1999,5,29,23,30,0.0,0.0,0.0,10.0,6.0,1.4,97.03,0.0,10.0,10.0
+1999,5,30,0,30,0.0,0.0,0.0,9.0,5.0,1.6,93.33,0.0,9.0,9.0
+1999,5,30,1,30,0.0,0.0,0.0,8.0,5.0,1.9,95.33,0.0,8.0,8.0
+1999,5,30,2,30,0.0,0.0,0.0,8.0,4.0,2.2,90.58,0.0,8.0,8.0
+1999,5,30,3,30,0.0,0.0,0.0,8.0,3.0,2.4000000000000004,92.01,0.0,8.0,8.0
+1999,5,30,4,30,0.0,0.0,0.0,9.0,3.0,2.8000000000000003,82.24,0.0,9.0,9.0
+1999,5,30,5,30,370.0,48.0,104.0,11.0,3.0,3.4000000000000004,68.16,54.42875584227228,12.36277164684597,12.199485379319153
+1999,5,30,6,30,657.0,77.0,298.0,15.0,3.0,3.5,53.22,238.96377922710622,20.94375799529112,20.2268666576098
+1999,5,30,7,30,797.0,93.0,504.0,18.0,2.0,2.9000000000000004,40.21,465.67260007150594,30.051522851796673,28.654505051582156
+1999,5,30,8,30,870.0,105.0,694.0,21.0,0.0,2.2,29.43,683.8222135893612,39.54054035113656,37.48907371036848
+1999,5,30,9,30,312.0,391.0,643.0,22.0,0.0,1.4,27.61,640.8152681497512,40.32998969137374,38.407543886924486
+1999,5,30,10,30,387.0,432.0,781.0,23.0,0.0,0.7000000000000001,26.26,786.8740472155046,46.593868844044295,44.23324670239778
+1999,5,30,11,30,51.0,448.0,496.0,24.0,0.0,0.30000000000000004,24.84,488.86005895066165,39.0598699303673,37.593289753515315
+1999,5,30,12,30,368.0,468.0,816.0,25.0,0.0,0.30000000000000004,23.39,824.7147055898308,50.40624043310832,47.93209631633883
+1999,5,30,13,30,398.0,442.0,798.0,25.0,0.0,0.30000000000000004,24.74,804.9201075287922,49.796446143996164,47.38168582140979
+1999,5,30,14,30,262.0,399.0,610.0,24.0,0.0,0.4,26.19,605.0165919468535,42.512497591938015,40.69744781609745
+1999,5,30,15,30,446.0,261.0,558.0,23.0,0.0,0.6000000000000001,27.91,548.2347597382561,39.54980655419615,37.90510227498138
+1999,5,30,16,30,744.0,105.0,481.0,22.0,1.0,0.9,30.84,443.2166818603702,35.11148310998424,33.78183306440313
+1999,5,30,17,30,468.0,96.0,249.0,20.0,2.0,0.9,38.33,204.26030328254842,26.042542228528106,25.42976131868046
+1999,5,30,18,30,191.0,51.0,77.0,17.0,6.0,0.8,58.21,51.24277929802466,18.526147118416723,18.37241878052265
+1999,5,30,19,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,63.52,0.0,15.0,15.0
+1999,5,30,20,30,0.0,0.0,0.0,14.0,5.0,0.7000000000000001,66.62,0.0,14.0,14.0
+1999,5,30,21,30,0.0,0.0,0.0,12.0,5.0,0.8,78.47,0.0,12.0,12.0
+1999,5,30,22,30,0.0,0.0,0.0,11.0,5.0,1.0,83.64,0.0,11.0,11.0
+1999,5,30,23,30,0.0,0.0,0.0,10.0,4.0,1.1,80.3,0.0,10.0,10.0
+1999,5,31,0,30,0.0,0.0,0.0,10.0,4.0,1.2000000000000002,82.29,0.0,10.0,10.0
+1999,5,31,1,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.97,0.0,9.0,9.0
+1999,5,31,2,30,0.0,0.0,0.0,8.0,3.0,1.3,90.3,0.0,8.0,8.0
+1999,5,31,3,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,88.25,0.0,7.0,7.0
+1999,5,31,4,30,0.0,0.0,0.0,7.0,3.0,1.4,87.91,0.0,7.0,7.0
+1999,5,31,5,30,0.0,12.0,12.0,9.0,3.0,1.7000000000000002,77.78,11.728616793536586,9.328806026543395,9.293620176162785
+1999,5,31,6,30,271.0,128.0,220.0,11.0,3.0,1.8,69.85000000000001,192.6765031059566,16.36554999209372,15.78752048277585
+1999,5,31,7,30,238.0,228.0,351.0,14.0,4.0,1.5,58.42,334.75129496957777,23.51124111623286,22.506987231324125
+1999,5,31,8,30,796.0,134.0,673.0,16.0,3.0,1.3,53.55,662.5945719363466,35.08068585509208,33.09290213928304
+1999,5,31,9,30,594.0,301.0,781.0,17.0,3.0,1.8,48.82,786.4985320293936,38.90198142630488,36.5424858302167
+1999,5,31,10,30,237.0,470.0,684.0,18.0,3.0,2.4000000000000004,42.67,682.6273208603766,36.26308174254494,34.21519977996381
+1999,5,31,11,30,934.0,125.0,1010.0,20.0,3.0,2.9000000000000004,39.46,1055.9227986121427,47.327091469958255,44.15932307412183
+1999,5,31,12,30,104.0,496.0,594.0,21.0,2.0,3.7,35.56,588.5808369173961,35.44813074995527,33.68238823920308
+1999,5,31,13,30,390.0,438.0,788.0,21.0,1.0,4.4,31.75,793.5959293839164,39.60613117870466,37.22534339055291
+1999,5,31,14,30,877.0,128.0,832.0,20.0,1.0,4.6000000000000005,32.68,845.269473900054,39.56034242839656,37.0245340066964
+1999,5,31,15,30,818.0,123.0,671.0,19.0,1.0,4.7,34.99,658.4420953112245,34.13788822392574,32.162561937992066
+1999,5,31,16,30,0.0,75.0,75.0,17.0,1.0,4.6000000000000005,44.02,73.30385495960367,18.696321171656205,18.476409606777395
+1999,5,31,17,30,0.0,101.0,101.0,14.0,2.0,4.1000000000000005,53.36,98.71585801226628,16.360353478072508,16.06420590403571
+1999,5,31,18,30,175.0,54.0,79.0,11.0,3.0,3.0,68.18,54.315793625493605,12.396397284927074,12.233449904050593
+1999,5,31,19,30,0.0,0.0,0.0,9.0,4.0,1.9,82.58,0.0,9.0,9.0
+1999,5,31,20,30,0.0,0.0,0.0,8.0,3.0,1.2000000000000002,93.05,0.0,8.0,8.0
+1999,5,31,21,30,0.0,0.0,0.0,7.0,3.0,1.0,88.93,0.0,7.0,7.0
+1999,5,31,22,30,0.0,0.0,0.0,7.0,2.0,1.1,83.32000000000002,0.0,7.0,7.0
+1999,5,31,23,30,0.0,0.0,0.0,7.0,1.0,1.4,83.65,0.0,7.0,7.0
+1999,6,1,0,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,79.15,0.0,6.0,6.0
+1999,6,1,1,30,0.0,0.0,0.0,6.0,0.0,1.7000000000000002,75.62,0.0,6.0,6.0
+1999,6,1,2,30,0.0,0.0,0.0,6.0,0.0,1.5,78.51,0.0,6.0,6.0
+1999,6,1,3,30,0.0,0.0,0.0,5.0,0.0,1.3,76.9,0.0,5.0,5.0
+1999,6,1,4,30,0.0,0.0,0.0,6.0,0.0,1.3,75.75,0.0,6.0,6.0
+1999,6,1,5,30,575.0,32.0,119.0,8.0,0.0,1.9,66.5,43.34590954327386,9.1990256574091,9.06898792877928
+1999,6,1,6,30,794.0,48.0,316.0,11.0,0.0,2.4000000000000004,50.18,244.9508030123779,17.553439045889135,16.818586636852
+1999,6,1,7,30,894.0,58.0,521.0,14.0,-1.0,2.1,40.49,476.97599950166097,27.018882738243516,25.58795473973853
+1999,6,1,8,30,948.0,66.0,709.0,17.0,0.0,1.7000000000000002,36.78,697.4599171843597,36.5529471274953,34.46056737594222
+1999,6,1,9,30,979.0,72.0,864.0,19.0,0.0,1.3,31.61,881.5154561391729,44.38493402661861,41.74038765820109
+1999,6,1,10,30,996.0,77.0,974.0,21.0,0.0,1.2000000000000002,30.89,1013.2400120741761,50.37497167383006,47.335251637607534
+1999,6,1,11,30,1003.0,79.0,1030.0,22.0,1.0,1.2000000000000002,29.97,1079.7900952154066,53.30433370441435,50.06496341876813
+1999,6,1,12,30,559.0,414.0,944.0,23.0,1.0,1.2000000000000002,28.74,962.5704112189188,50.90600275026717,48.01829151661041
+1999,6,1,13,30,21.0,281.0,301.0,23.0,1.0,1.2000000000000002,27.2,294.33866154689935,31.533210041472643,30.650194056831946
+1999,6,1,14,30,583.0,285.0,753.0,23.0,1.0,1.2000000000000002,29.06,757.5463739199614,44.962124482192756,42.68948536043287
+1999,6,1,15,30,32.0,268.0,289.0,22.0,1.0,1.1,31.19,283.0131367993788,30.260246427586743,29.411207017188605
+1999,6,1,16,30,0.0,92.0,92.0,21.0,1.0,1.2000000000000002,33.74,89.91939541711383,23.60686477224537,23.33710658599403
+1999,6,1,17,30,575.0,79.0,268.0,19.0,2.0,1.3,38.16,214.2882670266857,25.17084304451723,24.527978243437172
+1999,6,1,18,30,0.0,2.0,2.0,16.0,5.0,1.4,57.35,1.9547694655894312,16.05591456061389,16.050050252217122
+1999,6,1,19,30,0.0,0.0,0.0,14.0,5.0,1.7000000000000002,69.91,0.0,14.0,14.0
+1999,6,1,20,30,0.0,0.0,0.0,12.0,4.0,1.9,69.62,0.0,12.0,12.0
+1999,6,1,21,30,0.0,0.0,0.0,11.0,4.0,2.0,71.5,0.0,11.0,11.0
+1999,6,1,22,30,0.0,0.0,0.0,10.0,3.0,2.1,74.48,0.0,10.0,10.0
+1999,6,1,23,30,0.0,0.0,0.0,9.0,3.0,2.1,76.48,0.0,9.0,9.0
+1999,6,2,0,30,0.0,0.0,0.0,9.0,2.0,2.0,78.47,0.0,9.0,9.0
+1999,6,2,1,30,0.0,0.0,0.0,8.0,1.0,1.8,74.88,0.0,8.0,8.0
+1999,6,2,2,30,0.0,0.0,0.0,8.0,1.0,1.7000000000000002,77.4,0.0,8.0,8.0
+1999,6,2,3,30,0.0,0.0,0.0,7.0,1.0,1.7000000000000002,75.39,0.0,7.0,7.0
+1999,6,2,4,30,0.0,0.0,0.0,8.0,0.0,1.9,67.63,0.0,8.0,8.0
+1999,6,2,5,30,107.0,54.0,70.0,11.0,1.0,2.8000000000000003,58.21,55.04960781413254,12.434155866710729,12.269007043268331
+1999,6,2,6,30,741.0,51.0,302.0,15.0,0.0,3.3000000000000003,41.68,234.69662700830952,20.915204291473728,20.2111144104488
+1999,6,2,7,30,848.0,75.0,514.0,18.0,0.0,3.4000000000000004,33.11,471.85217999297925,29.81410014699407,28.39854360701513
+1999,6,2,8,30,778.0,146.0,674.0,21.0,0.0,4.1000000000000005,27.37,661.9607582452132,36.82786605448392,34.84198377974828
+1999,6,2,9,30,921.0,106.0,851.0,23.0,0.0,5.0,26.39,866.4285318589062,42.53423716803627,39.93495157245955
+1999,6,2,10,30,942.0,112.0,961.0,24.0,0.0,5.9,24.17,996.3561943340478,45.1924035726479,42.203334989645754
+1999,6,2,11,30,11.0,162.0,173.0,25.0,0.0,6.6000000000000005,23.39,169.33418624394525,28.443491988747116,27.93548943001528
+1999,6,2,12,30,0.0,102.0,102.0,25.0,1.0,7.2,25.27,99.693242745061,26.95126347999807,26.652183751762887
+1999,6,2,13,30,21.0,317.0,337.0,24.0,1.0,7.4,28.0,329.5286349653361,30.368450762544516,29.379864857648506
+1999,6,2,14,30,0.0,79.0,79.0,23.0,2.0,7.3000000000000025,29.96,77.21339389078254,24.501711351299203,24.270071169626856
+1999,6,2,15,30,274.0,316.0,500.0,23.0,3.0,7.3000000000000025,32.79,489.52214259847557,32.520640412364955,31.05207398456953
+1999,6,2,16,30,142.0,231.0,304.0,21.0,3.0,6.9,36.32,291.19746096401104,26.80932737845854,25.935734995566506
+1999,6,2,17,30,571.0,80.0,270.0,19.0,4.0,5.8000000000000025,47.88,215.01258671799945,23.60287042779526,22.957832667641263
+1999,6,2,18,30,0.0,9.0,9.0,16.0,6.0,4.800000000000002,59.2,8.796462595152441,16.200920835551187,16.17453144776573
+1999,6,2,19,30,0.0,0.0,0.0,14.0,6.0,3.6,69.7,0.0,14.0,14.0
+1999,6,2,20,30,0.0,0.0,0.0,13.0,6.0,2.7,81.37,0.0,13.0,13.0
+1999,6,2,21,30,0.0,0.0,0.0,11.0,6.0,2.5,85.3,0.0,11.0,11.0
+1999,6,2,22,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.08,0.0,10.0,10.0
+1999,6,2,23,30,0.0,0.0,0.0,9.0,4.0,2.2,83.29,0.0,9.0,9.0
+1999,6,3,0,30,0.0,0.0,0.0,8.0,3.0,2.2,81.09,0.0,8.0,8.0
+1999,6,3,1,30,0.0,0.0,0.0,7.0,1.0,2.3000000000000003,80.43,0.0,7.0,7.0
+1999,6,3,2,30,0.0,0.0,0.0,6.0,0.0,2.3000000000000003,79.95,0.0,6.0,6.0
+1999,6,3,3,30,0.0,0.0,0.0,6.0,0.0,2.2,80.13,0.0,6.0,6.0
+1999,6,3,4,30,0.0,0.0,0.0,6.0,0.0,2.5,71.37,0.0,6.0,6.0
+1999,6,3,5,30,491.0,41.0,116.0,9.0,0.0,3.2,59.1,50.59464576726143,10.283625214904704,10.13184127760292
+1999,6,3,6,30,730.0,64.0,312.0,13.0,0.0,3.7,44.76,244.6499580545602,19.005521009579585,18.271571135415904
+1999,6,3,7,30,844.0,80.0,518.0,16.0,0.0,4.0,36.37,474.7181393728598,27.425515952005107,26.001361533886527
+1999,6,3,8,30,910.0,91.0,708.0,19.0,-1.0,4.3,28.77,696.0513043124182,35.426297512735516,33.33814359979826
+1999,6,3,9,30,950.0,97.0,866.0,21.0,-1.0,4.7,24.41,881.3645070029401,41.262977544349724,38.618884023340904
+1999,6,3,10,30,454.0,441.0,851.0,23.0,-2.0,5.2,22.51,858.3495325834863,42.102312866688244,39.527264268937785
+1999,6,3,11,30,980.0,104.0,1035.0,24.0,-2.0,5.7,21.11,1080.9240835406563,47.28961328974399,44.04684103912202
+1999,6,3,12,30,980.0,103.0,1033.0,25.0,-2.0,6.2,19.96,1078.792309465712,47.50730152571636,44.27092459731922
+1999,6,3,13,30,969.0,101.0,972.0,26.0,-2.0,6.5,18.72,1007.4278229318096,46.6180027796105,43.59571931081507
+1999,6,3,14,30,477.0,353.0,737.0,26.0,-2.0,6.6000000000000005,18.54,737.3470262678179,40.99430584100691,38.78226476220346
+1999,6,3,15,30,124.0,326.0,410.0,25.0,-2.0,6.4,19.25,400.4821380005316,33.24891979041583,32.04747337641424
+1999,6,3,16,30,534.0,158.0,431.0,24.0,-2.0,5.9,20.79,400.94706330728786,32.52810674053706,31.3252655506152
+1999,6,3,17,30,714.0,64.0,301.0,21.0,0.0,4.5,26.92,234.48370579531286,26.461730366462362,25.758279249076423
+1999,6,3,18,30,464.0,39.0,108.0,17.0,3.0,3.0,45.4,44.151420782096636,18.135082818284648,18.002628555938358
+1999,6,3,19,30,0.0,0.0,0.0,14.0,2.0,2.5,53.24,0.0,14.0,14.0
+1999,6,3,20,30,0.0,0.0,0.0,12.0,1.0,2.4000000000000004,57.4,0.0,12.0,12.0
+1999,6,3,21,30,0.0,0.0,0.0,11.0,1.0,2.1,59.16,0.0,11.0,11.0
+1999,6,3,22,30,0.0,0.0,0.0,10.0,0.0,1.9,61.02,0.0,10.0,10.0
+1999,6,3,23,30,0.0,0.0,0.0,10.0,0.0,1.8,62.55,0.0,10.0,10.0
+1999,6,4,0,30,0.0,0.0,0.0,9.0,0.0,1.8,58.84,0.0,9.0,9.0
+1999,6,4,1,30,0.0,0.0,0.0,8.0,-1.0,1.8,58.64,0.0,8.0,8.0
+1999,6,4,2,30,0.0,0.0,0.0,8.0,-2.0,2.0,59.04,0.0,8.0,8.0
+1999,6,4,3,30,0.0,0.0,0.0,7.0,-3.0,2.1,56.11,0.0,7.0,7.0
+1999,6,4,4,30,0.0,0.0,0.0,8.0,-3.0,2.3000000000000003,50.12000000000001,0.0,8.0,8.0
+1999,6,4,5,30,562.0,38.0,124.0,11.0,-2.0,3.0,44.75,49.25264747880487,12.266229555423315,12.118471612986902
+1999,6,4,6,30,795.0,58.0,328.0,16.0,-2.0,3.3000000000000003,31.35,254.9412656501087,22.42544244401891,21.66061864706858
+1999,6,4,7,30,901.0,71.0,539.0,20.0,-4.0,3.2,22.8,492.5066371311228,32.49527352830105,31.017753616907683
+1999,6,4,8,30,959.0,80.0,732.0,22.0,-6.0,3.6,16.09,717.7099475072908,39.73433693662395,37.581207094102076
+1999,6,4,9,30,991.0,87.0,890.0,24.0,-6.0,4.3,15.09,905.2184714954429,45.36248841814368,42.64683300365735
+1999,6,4,10,30,1008.0,91.0,1000.0,25.0,-6.0,5.1000000000000005,14.7,1037.4187560265048,48.237822156615714,45.1255658885362
+1999,6,4,11,30,1015.0,92.0,1055.0,26.0,-5.0,6.0,14.27,1103.9874598991055,49.33100332651988,46.01904094682256
+1999,6,4,12,30,1011.0,91.0,1050.0,26.0,-5.0,6.8000000000000025,13.92,1097.997862318638,48.04492966215909,44.75093607520318
+1999,6,4,13,30,41.0,402.0,439.0,27.0,-4.0,7.3000000000000025,14.39,431.3674206458265,35.389598222826294,34.09549596088881
+1999,6,4,14,30,15.0,237.0,250.0,26.0,-4.0,7.6,14.98,243.99132354125013,30.656056860900645,29.924082890276892
+1999,6,4,15,30,485.0,255.0,583.0,25.0,-3.0,7.8000000000000025,16.31,569.7278943689348,35.73563108722206,34.02644740411525
+1999,6,4,16,30,509.0,166.0,427.0,24.0,-3.0,7.4,17.56,397.71594325164415,31.686234619165887,30.493086789410956
+1999,6,4,17,30,0.0,19.0,19.0,22.0,-3.0,5.9,21.53,18.570309923099597,22.394988764658123,22.339277834888826
+1999,6,4,18,30,246.0,51.0,88.0,19.0,-2.0,4.5,27.78,53.382499208860324,20.24341610850008,20.0832686108735
+1999,6,4,19,30,0.0,0.0,0.0,16.0,-2.0,4.5,34.99,0.0,16.0,16.0
+1999,6,4,20,30,0.0,0.0,0.0,14.0,-2.0,4.800000000000002,37.47,0.0,14.0,14.0
+1999,6,4,21,30,0.0,0.0,0.0,13.0,-1.0,4.4,45.42,0.0,13.0,13.0
+1999,6,4,22,30,0.0,0.0,0.0,11.0,0.0,3.8,52.14,0.0,11.0,11.0
+1999,6,4,23,30,0.0,0.0,0.0,9.0,0.0,3.2,60.79,0.0,9.0,9.0
+1999,6,5,0,30,0.0,0.0,0.0,8.0,0.0,2.6,67.85,0.0,8.0,8.0
+1999,6,5,1,30,0.0,0.0,0.0,7.0,-1.0,2.2,68.78,0.0,7.0,7.0
+1999,6,5,2,30,0.0,0.0,0.0,5.0,-1.0,1.8,69.76,0.0,5.0,5.0
+1999,6,5,3,30,0.0,0.0,0.0,4.0,-2.0,1.5,71.48,0.0,4.0,4.0
+1999,6,5,4,30,0.0,0.0,0.0,5.0,-3.0,1.2000000000000002,63.89,0.0,5.0,5.0
+1999,6,5,5,30,598.0,28.0,121.0,8.0,-2.0,0.7000000000000001,54.74,40.30079906355374,9.208391318509525,9.087488921318863
+1999,6,5,6,30,770.0,60.0,322.0,11.0,-5.0,1.0,36.33,250.56872449650416,18.362694960145834,17.61098878665632
+1999,6,5,7,30,225.0,232.0,349.0,14.0,-6.0,2.2,27.85,332.35606037257844,23.01120324234293,22.014135061225193
+1999,6,5,8,30,515.0,251.0,601.0,16.0,-5.0,3.2,25.68,588.5819447920214,30.932778239976635,29.16703240560057
+1999,6,5,9,30,375.0,365.0,670.0,18.0,-4.0,3.9,25.0,666.9867839282663,34.15882438136758,32.15786402958278
+1999,6,5,10,30,537.0,397.0,882.0,19.0,-4.0,4.6000000000000005,24.23,893.1607493241977,39.668592253516444,36.98911000554385
+1999,6,5,11,30,20.0,322.0,341.0,19.0,-3.0,5.300000000000002,23.7,334.69625924780837,26.400412658595968,25.396323880852542
+1999,6,5,12,30,4.0,121.0,125.0,19.0,-3.0,5.6000000000000005,26.59,122.25741257862575,21.65123015554447,21.284457917808595
+1999,6,5,13,30,390.0,451.0,802.0,18.0,-2.0,5.6000000000000005,29.71,806.7042843739116,35.493898163136464,33.07378531001473
+1999,6,5,14,30,142.0,413.0,528.0,16.0,-2.0,5.2,33.03,520.5879815951265,27.585530278250157,26.023766333464778
+1999,6,5,15,30,0.0,66.0,66.0,15.0,-1.0,5.1000000000000005,39.04,64.50739236445123,16.444943329628646,16.251421152535293
+1999,6,5,16,30,0.0,9.0,9.0,13.0,-1.0,5.5,42.97,8.796462595152441,13.191994306158094,13.165604918372637
+1999,6,5,17,30,0.0,72.0,72.0,11.0,-1.0,5.1000000000000005,49.53,70.37170076121953,12.576301814140344,12.365186711856685
+1999,6,5,18,30,164.0,52.0,77.0,9.0,-1.0,3.4000000000000004,55.73,53.4032709875988,10.337095849878118,10.176886036915322
+1999,6,5,19,30,0.0,0.0,0.0,7.0,0.0,1.6,67.54,0.0,7.0,7.0
+1999,6,5,20,30,0.0,0.0,0.0,7.0,0.0,1.1,74.41,0.0,7.0,7.0
+1999,6,5,21,30,0.0,0.0,0.0,6.0,0.0,1.5,73.35000000000002,0.0,6.0,6.0
+1999,6,5,22,30,0.0,0.0,0.0,6.0,-1.0,2.3000000000000003,74.15,0.0,6.0,6.0
+1999,6,5,23,30,0.0,0.0,0.0,5.0,-1.0,3.0,69.96000000000001,0.0,5.0,5.0
+1999,6,6,0,30,0.0,0.0,0.0,5.0,-2.0,3.6,67.08,0.0,5.0,5.0
+1999,6,6,1,30,0.0,0.0,0.0,5.0,-2.0,4.0,65.04,0.0,5.0,5.0
+1999,6,6,2,30,0.0,0.0,0.0,5.0,-3.0,4.1000000000000005,63.78,0.0,5.0,5.0
+1999,6,6,3,30,0.0,0.0,0.0,5.0,-3.0,4.0,64.59,0.0,5.0,5.0
+1999,6,6,4,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.55,0.0,6.0,6.0
+1999,6,6,5,30,0.0,2.0,2.0,8.0,-1.0,4.7,61.8,1.9547694655894312,8.04494105386693,8.039076745470162
+1999,6,6,6,30,0.0,12.0,12.0,10.0,0.0,5.0,54.16,11.728616793536586,10.264429867754247,10.229244017373636
+1999,6,6,7,30,0.0,17.0,17.0,13.0,0.0,5.1000000000000005,49.49,16.615540457510164,13.372182372783136,13.322335751410606
+1999,6,6,8,30,69.0,311.0,359.0,16.0,0.0,5.0,42.02,349.9396327658549,23.889633743105897,22.83981484480833
+1999,6,6,9,30,410.0,356.0,689.0,18.0,0.0,4.4,35.80000000000001,686.9925421530829,34.106777876261496,32.04580024980225
+1999,6,6,10,30,972.0,97.0,974.0,20.0,1.0,3.5,32.26,1008.8377611255731,45.09287193245706,42.066358649080335
+1999,6,6,11,30,361.0,465.0,808.0,21.0,1.0,2.6,30.78,815.0312250375091,42.517191601567546,40.072097926455015
+1999,6,6,12,30,591.0,393.0,955.0,22.0,1.0,1.7000000000000002,29.27,973.9888804215627,49.305301154126624,46.383334512861936
+1999,6,6,13,30,541.0,392.0,880.0,23.0,1.0,0.7000000000000001,27.74,890.8370268590133,49.71112619294909,47.03861511237205
+1999,6,6,14,30,507.0,342.0,752.0,23.0,1.0,0.5,29.47,751.9781180607292,45.85420710439195,43.598272750209766
+1999,6,6,15,30,570.0,222.0,609.0,22.0,1.0,1.1,29.45,594.4628917839564,39.35046660280007,37.5670779274482
+1999,6,6,16,30,708.0,110.0,475.0,21.0,1.0,1.6,31.39,436.4016636280871,33.31655317062679,32.00734817974253
+1999,6,6,17,30,709.0,62.0,302.0,20.0,2.0,1.5,36.78,233.8458121204239,26.644227928381195,25.942690492019924
+1999,6,6,18,30,484.0,38.0,112.0,17.0,5.0,1.3,55.61,45.39212751577333,18.307153668481842,18.170977285934523
+1999,6,6,19,30,0.0,0.0,0.0,14.0,4.0,1.7000000000000002,61.37000000000001,0.0,14.0,14.0
+1999,6,6,20,30,0.0,0.0,0.0,13.0,4.0,2.2,62.11,0.0,13.0,13.0
+1999,6,6,21,30,0.0,0.0,0.0,12.0,3.0,2.4000000000000004,66.09,0.0,12.0,12.0
+1999,6,6,22,30,0.0,0.0,0.0,10.0,3.0,2.0,75.14,0.0,10.0,10.0
+1999,6,6,23,30,0.0,0.0,0.0,9.0,3.0,1.8,79.13,0.0,9.0,9.0
+1999,6,7,0,30,0.0,0.0,0.0,8.0,3.0,1.8,82.08,0.0,8.0,8.0
+1999,6,7,1,30,0.0,0.0,0.0,8.0,2.0,1.8,79.21000000000002,0.0,8.0,8.0
+1999,6,7,2,30,0.0,0.0,0.0,8.0,2.0,2.0,83.07000000000002,0.0,8.0,8.0
+1999,6,7,3,30,0.0,0.0,0.0,7.0,2.0,2.2,82.02,0.0,7.0,7.0
+1999,6,7,4,30,0.0,0.0,0.0,8.0,1.0,2.7,75.04,0.0,8.0,8.0
+1999,6,7,5,30,545.0,37.0,122.0,11.0,2.0,3.3000000000000003,63.09,47.917045293874295,12.207682937629226,12.063931801747604
+1999,6,7,6,30,769.0,58.0,320.0,15.0,2.0,3.3000000000000003,49.79,248.0557250956147,21.251901905510795,20.50773473022395
+1999,6,7,7,30,874.0,71.0,526.0,19.0,0.0,2.9000000000000004,33.93,479.0430813057418,31.397548493221933,29.960419249304707
+1999,6,7,8,30,931.0,82.0,716.0,22.0,-1.0,3.0,23.59,699.976629781725,39.99560312197724,37.89567323263206
+1999,6,7,9,30,965.0,90.0,873.0,24.0,-2.0,3.6,21.06,885.5812518568292,45.88237234238237,43.22562858681188
+1999,6,7,10,30,983.0,96.0,984.0,25.0,-2.0,4.1000000000000005,18.29,1017.9093245714173,49.33880293393222,46.28507496021797
+1999,6,7,11,30,990.0,100.0,1041.0,26.0,-2.0,4.6000000000000005,17.04,1086.327137863737,51.13864685995648,47.87966544636527
+1999,6,7,12,30,988.0,100.0,1040.0,27.0,-2.0,4.9,15.86,1083.8727557691577,51.59615446519442,48.344536197886946
+1999,6,7,13,30,377.0,427.0,768.0,28.0,-2.0,5.2,14.68,771.2324623572274,45.16354844925742,42.849851062185735
+1999,6,7,14,30,537.0,330.0,765.0,28.0,-3.0,5.5,14.55,765.2232928509608,44.70199964789212,42.40632976933924
+1999,6,7,15,30,0.0,34.0,34.0,27.0,-3.0,5.7,15.32,33.23108091502033,27.715997576051702,27.61630433330664
+1999,6,7,16,30,621.0,136.0,457.0,26.0,-2.0,5.5,16.68,421.9920981090191,35.21052971057799,33.944553416250926
+1999,6,7,17,30,475.0,100.0,261.0,24.0,-1.0,4.7,21.86,214.3530611270357,28.928075988616207,28.2850168052351
+1999,6,7,18,30,235.0,50.0,87.0,19.0,2.0,3.8,37.65,53.18829885707289,20.297071214283413,20.137506317712194
+1999,6,7,19,30,0.0,0.0,0.0,16.0,1.0,3.2,44.19,0.0,16.0,16.0
+1999,6,7,20,30,0.0,0.0,0.0,14.0,1.0,3.0,48.71,0.0,14.0,14.0
+1999,6,7,21,30,0.0,0.0,0.0,13.0,1.0,2.9000000000000004,50.75,0.0,13.0,13.0
+1999,6,7,22,30,0.0,0.0,0.0,12.0,0.0,2.7,50.85,0.0,12.0,12.0
+1999,6,7,23,30,0.0,0.0,0.0,12.0,0.0,2.5,50.96,0.0,12.0,12.0
+1999,6,8,0,30,0.0,0.0,0.0,11.0,-1.0,2.3000000000000003,47.98,0.0,11.0,11.0
+1999,6,8,1,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,50.4,0.0,10.0,10.0
+1999,6,8,2,30,0.0,0.0,0.0,10.0,-1.0,2.3000000000000003,55.67,0.0,10.0,10.0
+1999,6,8,3,30,0.0,0.0,0.0,9.0,-1.0,2.2,56.54,0.0,9.0,9.0
+1999,6,8,4,30,0.0,0.0,0.0,10.0,-1.0,2.2,52.53,0.0,10.0,10.0
+1999,6,8,5,30,519.0,40.0,121.0,14.0,0.0,2.6,46.09,50.22546522969638,15.325974914121247,15.175298518432157
+1999,6,8,6,30,758.0,62.0,321.0,19.0,1.0,3.4000000000000004,36.11,249.02318772534585,25.234971466603618,24.48790190342758
+1999,6,8,7,30,871.0,76.0,530.0,22.0,-1.0,4.2,24.03,482.1965773948998,33.454260420980056,32.00767068879536
+1999,6,8,8,30,932.0,87.0,721.0,24.0,-3.0,5.0,17.37,705.1303327103396,39.89765646796955,37.78226546983853
+1999,6,8,9,30,966.0,95.0,879.0,26.0,-4.0,5.4,15.7,890.9093999787472,45.57153031709112,42.89880211715487
+1999,6,8,10,30,985.0,100.0,990.0,27.0,-4.0,5.6000000000000005,14.77,1023.3895835905031,49.19285741173618,46.12268866096467
+1999,6,8,11,30,993.0,103.0,1047.0,28.0,-4.0,5.9,13.86,1092.0830333567574,51.22850453417111,47.952255434100834
+1999,6,8,12,30,990.0,103.0,1045.0,28.0,-4.0,6.1000000000000005,13.08,1088.8152660627006,50.86283788790665,47.59639208971855
+1999,6,8,13,30,579.0,370.0,894.0,29.0,-4.0,6.1000000000000005,13.0,905.276695212553,48.00891268836472,45.29308260272706
+1999,6,8,14,30,195.0,415.0,574.0,28.0,-4.0,6.0,12.95,566.466968673641,39.971370337572665,38.271969431551746
+1999,6,8,15,30,739.0,158.0,661.0,27.0,-4.0,5.6000000000000005,13.83,644.8951873860983,40.98496444429452,39.050278882136226
+1999,6,8,16,30,842.0,81.0,518.0,26.0,-4.0,4.9,15.23,471.91304609342797,36.709048745871854,35.29330960759157
+1999,6,8,17,30,721.0,66.0,312.0,24.0,-2.0,3.4000000000000004,19.51,242.34461194452186,30.06775519324632,29.340721357412754
+1999,6,8,18,30,475.0,42.0,116.0,19.0,3.0,2.0,41.16,50.37883539626063,20.38428562199951,20.23314911581073
+1999,6,8,19,30,0.0,0.0,0.0,16.0,2.0,1.6,46.76,0.0,16.0,16.0
+1999,6,8,20,30,0.0,0.0,0.0,14.0,1.0,1.6,50.16,0.0,14.0,14.0
+1999,6,8,21,30,0.0,0.0,0.0,13.0,1.0,1.7000000000000002,50.42,0.0,13.0,13.0
+1999,6,8,22,30,0.0,0.0,0.0,12.0,0.0,1.8,50.76,0.0,12.0,12.0
+1999,6,8,23,30,0.0,0.0,0.0,11.0,0.0,1.9,51.23,0.0,11.0,11.0
+1999,6,9,0,30,0.0,0.0,0.0,11.0,-1.0,2.0,51.9,0.0,11.0,11.0
+1999,6,9,1,30,0.0,0.0,0.0,10.0,-1.0,2.0,54.63,0.0,10.0,10.0
+1999,6,9,2,30,0.0,0.0,0.0,9.0,-1.0,1.8,59.74,0.0,9.0,9.0
+1999,6,9,3,30,0.0,0.0,0.0,8.0,-1.0,1.5,60.73,0.0,8.0,8.0
+1999,6,9,4,30,0.0,0.0,0.0,9.0,0.0,1.1,56.9,0.0,9.0,9.0
+1999,6,9,5,30,467.0,44.0,117.0,11.0,1.0,1.6,59.45,52.93643246757067,12.494023601398952,12.33521430399624
+1999,6,9,6,30,706.0,69.0,311.0,14.0,0.0,2.6,45.71,242.71432863629485,20.407767645310326,19.67962465940144
+1999,6,9,7,30,820.0,87.0,514.0,16.0,0.0,2.8000000000000003,39.16,468.7172045645998,28.211050277128408,26.804898663434606
+1999,6,9,8,30,51.0,297.0,332.0,18.0,0.0,2.3000000000000003,35.26,324.19509855940726,26.731523462163644,25.75893816648542
+1999,6,9,9,30,17.0,253.0,267.0,20.0,0.0,2.0,31.39,261.3172962885797,27.180352090054807,26.396400201189067
+1999,6,9,10,30,247.0,469.0,693.0,22.0,0.0,2.3000000000000003,29.65,690.4377350619645,40.59551026417496,38.52419705898907
+1999,6,9,11,30,245.0,475.0,709.0,23.0,0.0,2.9000000000000004,28.14,708.8317448254923,41.344437636080784,39.217942401604304
+1999,6,9,12,30,405.0,506.0,892.0,24.0,1.0,3.5,26.78,898.8100668315894,46.35614760637504,43.65971740588027
+1999,6,9,13,30,574.0,350.0,869.0,24.0,1.0,4.0,25.51,881.169444285277,45.20798576477673,42.5644774319209
+1999,6,9,14,30,21.0,278.0,296.0,23.0,1.0,4.3,27.87,289.0521919835565,29.821418583390955,28.954262007440285
+1999,6,9,15,30,24.0,253.0,269.0,22.0,2.0,4.5,30.72,263.22159375178023,28.131109907302797,27.341445126047457
+1999,6,9,16,30,0.0,90.0,90.0,21.0,2.0,4.2,34.49,87.96462595152441,23.08954144578613,22.825647567931554
+1999,6,9,17,30,0.0,11.0,11.0,18.0,4.0,3.0,45.61,10.751232060741874,18.27640194973041,18.244148253548182
+1999,6,9,18,30,0.0,3.0,3.0,16.0,6.0,1.5,62.52,2.9321541983841466,16.083310881809556,16.074514419214402
+1999,6,9,19,30,0.0,0.0,0.0,14.0,8.0,0.7000000000000001,79.81,0.0,14.0,14.0
+1999,6,9,20,30,0.0,0.0,0.0,13.0,8.0,0.7000000000000001,92.06,0.0,13.0,13.0
+1999,6,9,21,30,0.0,0.0,0.0,12.0,8.0,0.7000000000000001,98.11,0.0,12.0,12.0
+1999,6,9,22,30,0.0,0.0,0.0,11.0,8.0,0.5,98.36,0.0,11.0,11.0
+1999,6,9,23,30,0.0,0.0,0.0,10.0,8.0,0.2,100.0,0.0,10.0,10.0
+1999,6,10,0,30,0.0,0.0,0.0,9.0,7.0,0.2,100.0,0.0,9.0,9.0
+1999,6,10,1,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
+1999,6,10,2,30,0.0,0.0,0.0,9.0,6.0,0.5,100.0,0.0,9.0,9.0
+1999,6,10,3,30,0.0,0.0,0.0,9.0,6.0,0.4,100.0,0.0,9.0,9.0
+1999,6,10,4,30,0.0,0.0,0.0,9.0,6.0,0.2,100.0,0.0,9.0,9.0
+1999,6,10,5,30,0.0,7.0,7.0,10.0,7.0,0.30000000000000004,95.87,6.8416931295630095,10.21076585568449,10.190240776295802
+1999,6,10,6,30,52.0,133.0,151.0,12.0,8.0,0.7000000000000001,89.03,142.88385789075807,16.284272705314333,15.85562113164206
+1999,6,10,7,30,88.0,229.0,276.0,14.0,8.0,0.9,77.21000000000002,264.96596523438507,21.83837098213235,21.043473086429195
+1999,6,10,8,30,7.0,155.0,160.0,17.0,6.0,1.3,62.04,156.14736543712382,21.496563891700948,21.028121795389577
+1999,6,10,9,30,3.0,120.0,123.0,18.0,5.0,2.0,51.21,119.7663326784054,21.29088219333138,20.931583195296163
+1999,6,10,10,30,378.0,428.0,770.0,20.0,5.0,2.7,46.16,773.3033100446723,40.28034616850226,37.960436238368246
+1999,6,10,11,30,451.0,483.0,913.0,21.0,4.0,3.5,41.94,922.2093743177719,43.93815974815279,41.17153162519948
+1999,6,10,12,30,17.0,250.0,266.0,21.0,4.0,4.2,38.25,261.31373178312924,27.207334675813804,26.423393480464416
+1999,6,10,13,30,0.0,42.0,42.0,21.0,4.0,4.6000000000000005,37.71,41.05015877737806,21.949939856127475,21.82678937979534
+1999,6,10,14,30,357.0,373.0,663.0,20.0,4.0,4.9,40.7,659.3838578321865,34.963294476008045,32.985142902511484
+1999,6,10,15,30,492.0,255.0,591.0,19.0,4.0,4.9,44.76,576.4824447767969,32.082025710795605,30.352578376465218
+1999,6,10,16,30,0.0,24.0,24.0,18.0,5.0,4.2,49.8,23.457233587073173,18.557211052209635,18.486839351448413
+1999,6,10,17,30,0.0,5.0,5.0,16.0,6.0,2.6,60.04,4.886923663973579,16.129016986821718,16.114356215829797
+1999,6,10,18,30,0.0,3.0,3.0,14.0,7.0,0.8,74.63,2.9321541983841466,14.087327399917005,14.078530937321853
+1999,6,10,19,30,0.0,0.0,0.0,12.0,8.0,0.30000000000000004,91.52,0.0,12.0,12.0
+1999,6,10,20,30,0.0,0.0,0.0,11.0,8.0,0.6000000000000001,96.13,0.0,11.0,11.0
+1999,6,10,21,30,0.0,0.0,0.0,10.0,7.0,0.7000000000000001,100.0,0.0,10.0,10.0
+1999,6,10,22,30,0.0,0.0,0.0,9.0,7.0,0.7000000000000001,100.0,0.0,9.0,9.0
+1999,6,10,23,30,0.0,0.0,0.0,8.0,6.0,0.7000000000000001,100.0,0.0,8.0,8.0
+1999,6,11,0,30,0.0,0.0,0.0,8.0,6.0,0.8,100.0,0.0,8.0,8.0
+1999,6,11,1,30,0.0,0.0,0.0,7.0,4.0,0.9,100.0,0.0,7.0,7.0
+1999,6,11,2,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
+1999,6,11,3,30,0.0,0.0,0.0,6.0,3.0,1.2000000000000002,99.79,0.0,6.0,6.0
+1999,6,11,4,30,0.0,0.0,0.0,7.0,3.0,1.7000000000000002,87.89,0.0,7.0,7.0
+1999,6,11,5,30,372.0,51.0,110.0,9.0,3.0,2.6,77.29,57.56657573999239,10.519783539565076,10.3470838123451
+1999,6,11,6,30,638.0,82.0,300.0,13.0,3.0,2.7,60.47,238.02812775932892,19.242431354032107,18.52834697075412
+1999,6,11,7,30,773.0,101.0,504.0,16.0,2.0,2.1,45.39,459.6845424874873,28.54691884178729,27.167865214324827
+1999,6,11,8,30,848.0,115.0,692.0,19.0,0.0,1.7000000000000002,33.54,675.407199772371,37.934709997374696,35.908488398057585
+1999,6,11,9,30,889.0,126.0,848.0,20.0,0.0,1.7000000000000002,30.6,856.4534594621143,44.01025320225913,41.44089282387279
+1999,6,11,10,30,908.0,136.0,957.0,22.0,0.0,2.0,28.91,985.3291568652197,49.07440483800198,46.11841736740632
+1999,6,11,11,30,489.0,460.0,926.0,23.0,0.0,2.4000000000000004,27.67,937.5716081995906,48.08388749875533,45.27117267415656
+1999,6,11,12,30,77.0,481.0,554.0,23.0,1.0,2.8000000000000003,26.73,546.9813868338064,37.24999370672874,35.60904954622732
+1999,6,11,13,30,73.0,448.0,515.0,22.0,1.0,3.1,29.93,506.4721730418614,34.934885713777746,33.41546919465216
+1999,6,11,14,30,21.0,288.0,305.0,21.0,2.0,3.0,33.87,298.83894037508037,28.68280931044674,27.786292489321497
+1999,6,11,15,30,192.0,332.0,463.0,20.0,3.0,2.5,40.95,452.3352173651663,32.02153836869375,30.664532716598245
+1999,6,11,16,30,0.0,19.0,19.0,18.0,4.0,2.1,46.84,18.570309923099597,18.506869711587722,18.451158781818425
+1999,6,11,17,30,0.0,9.0,9.0,16.0,5.0,1.6,57.95,8.796462595152441,16.248262342462006,16.22187295467655
+1999,6,11,18,30,0.0,6.0,6.0,14.0,7.0,1.0,73.19,5.864308396768293,14.17231645315826,14.154723527967954
+1999,6,11,19,30,0.0,0.0,0.0,12.0,8.0,0.5,89.78,0.0,12.0,12.0
+1999,6,11,20,30,0.0,0.0,0.0,11.0,8.0,0.5,94.85,0.0,11.0,11.0
+1999,6,11,21,30,0.0,0.0,0.0,11.0,8.0,0.9,100.0,0.0,11.0,11.0
+1999,6,11,22,30,0.0,0.0,0.0,10.0,7.0,1.4,97.95,0.0,10.0,10.0
+1999,6,11,23,30,0.0,0.0,0.0,9.0,7.0,1.4,100.0,0.0,9.0,9.0
+1999,6,12,0,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
+1999,6,12,1,30,0.0,0.0,0.0,8.0,6.0,1.1,100.0,0.0,8.0,8.0
+1999,6,12,2,30,0.0,0.0,0.0,8.0,5.0,1.3,97.84,0.0,8.0,8.0
+1999,6,12,3,30,0.0,0.0,0.0,8.0,4.0,1.3,93.3,0.0,8.0,8.0
+1999,6,12,4,30,0.0,0.0,0.0,9.0,4.0,1.1,84.32000000000002,0.0,9.0,9.0
+1999,6,12,5,30,348.0,54.0,109.0,11.0,5.0,1.0,80.04,59.87804976859256,12.759452685647242,12.579818536341463
+1999,6,12,6,30,595.0,91.0,295.0,14.0,6.0,1.3,67.85,235.91349244240897,20.79358302787859,20.085842550551362
+1999,6,12,7,30,715.0,119.0,491.0,16.0,5.0,2.0,57.27,449.8149948866363,28.359801989935875,27.010357005275967
+1999,6,12,8,30,786.0,140.0,675.0,17.0,4.0,2.5,50.19,658.2728027727796,34.494662037804765,32.519843629486424
+1999,6,12,9,30,839.0,150.0,832.0,18.0,4.0,2.7,45.71,838.2909414131827,39.98468603580255,37.469813211563
+1999,6,12,10,30,16.0,235.0,249.0,20.0,4.0,3.0,42.43,244.69688799004203,26.290878715229187,25.556788051259062
+1999,6,12,11,30,0.0,77.0,77.0,21.0,4.0,3.3000000000000003,39.57,75.2586244251931,22.89678967203287,22.67101379875729
+1999,6,12,12,30,0.0,50.0,50.0,21.0,4.0,3.4000000000000004,39.68,48.86923663973578,22.223573992553305,22.076966282634096
+1999,6,12,13,30,0.0,54.0,54.0,20.0,4.0,3.3000000000000003,40.42,52.77877557091465,21.33021613363344,21.171879806920696
+1999,6,12,14,30,25.0,308.0,329.0,19.0,4.0,2.9000000000000004,44.43,321.7098632070388,27.32579320211811,26.360663612496992
+1999,6,12,15,30,135.0,331.0,424.0,18.0,5.0,2.4000000000000004,52.34,413.50735787334514,29.063018498096916,27.82249642447688
+1999,6,12,16,30,9.0,164.0,169.0,16.0,5.0,1.9,57.9,164.52475461312363,20.551050009992984,20.057475746153614
+1999,6,12,17,30,75.0,138.0,165.0,15.0,6.0,1.4,65.11,153.71626489886546,19.396926370259695,18.935777575563097
+1999,6,12,18,30,8.0,54.0,55.0,13.0,7.0,1.0,80.29,52.97265353335596,14.556544975751883,14.397627015151816
+1999,6,12,19,30,0.0,0.0,0.0,11.0,8.0,0.8,95.38,0.0,11.0,11.0
+1999,6,12,20,30,0.0,0.0,0.0,10.0,7.0,0.9,98.29,0.0,10.0,10.0
+1999,6,12,21,30,0.0,0.0,0.0,9.0,7.0,1.0,100.0,0.0,9.0,9.0
+1999,6,12,22,30,0.0,0.0,0.0,9.0,6.0,1.1,100.0,0.0,9.0,9.0
+1999,6,12,23,30,0.0,0.0,0.0,8.0,6.0,1.3,100.0,0.0,8.0,8.0
+1999,6,13,0,30,0.0,0.0,0.0,8.0,4.0,1.6,100.0,0.0,8.0,8.0
+1999,6,13,1,30,0.0,0.0,0.0,7.0,4.0,1.7000000000000002,99.34,0.0,7.0,7.0
+1999,6,13,2,30,0.0,0.0,0.0,6.0,3.0,1.6,99.15,0.0,6.0,6.0
+1999,6,13,3,30,0.0,0.0,0.0,6.0,2.0,1.4,92.92,0.0,6.0,6.0
+1999,6,13,4,30,0.0,0.0,0.0,7.0,2.0,1.6,82.43,0.0,7.0,7.0
+1999,6,13,5,30,0.0,18.0,18.0,10.0,3.0,2.3000000000000003,75.8,17.592925190304882,10.473828999111435,10.42105022354052
+1999,6,13,6,30,346.0,120.0,239.0,12.0,3.0,3.0,63.33,202.57990428235382,17.208098960518402,16.600359247671342
+1999,6,13,7,30,342.0,211.0,390.0,14.0,3.0,3.1,60.45,365.57065120493087,23.33637590639408,22.239663952779285
+1999,6,13,8,30,307.0,311.0,520.0,16.0,4.0,2.8000000000000003,54.42,507.46807609785105,29.22059043474782,27.698186206454267
+1999,6,13,9,30,4.0,126.0,130.0,17.0,4.0,2.6,48.27,126.45191571404621,20.338387555248797,19.95903180810666
+1999,6,13,10,30,0.0,98.0,98.0,19.0,4.0,2.7,45.61,95.78370381388214,21.511985459540586,21.224634348098938
+1999,6,13,11,30,0.0,88.0,88.0,20.0,4.0,2.9000000000000004,43.47,86.00985648593499,22.225919564004478,21.967889994546674
+1999,6,13,12,30,27.0,379.0,405.0,21.0,4.0,3.2,41.24,397.38465046416667,31.081955306068483,29.889801354675985
+1999,6,13,13,30,18.0,289.0,306.0,21.0,4.0,3.4000000000000004,39.18,299.3933331234338,28.496124784069522,27.59794478469922
+1999,6,13,14,30,16.0,251.0,264.0,20.0,4.0,3.4000000000000004,42.22,258.56041614876557,26.473761868548387,25.69808062010209
+1999,6,13,15,30,9.0,174.0,180.0,19.0,5.0,3.3000000000000003,45.35,176.06936819005256,23.43758521624596,22.909377111675802
+1999,6,13,16,30,501.0,176.0,439.0,18.0,5.0,3.0,48.56,408.02772829770606,28.48992887590714,27.26584569101402
+1999,6,13,17,30,439.0,109.0,261.0,17.0,5.0,2.5,52.18,217.2077920936665,22.772647599369403,22.121024223088405
+1999,6,13,18,30,414.0,43.0,110.0,14.0,6.0,1.6,67.35,52.64456134151209,15.485786129953071,15.327852445928535
+1999,6,13,19,30,0.0,0.0,0.0,12.0,7.0,1.0,82.09,0.0,12.0,12.0
+1999,6,13,20,30,0.0,0.0,0.0,11.0,6.0,1.1,91.74,0.0,11.0,11.0
+1999,6,13,21,30,0.0,0.0,0.0,10.0,6.0,1.3,90.1,0.0,10.0,10.0
+1999,6,13,22,30,0.0,0.0,0.0,10.0,6.0,1.6,89.46000000000002,0.0,10.0,10.0
+1999,6,13,23,30,0.0,0.0,0.0,9.0,6.0,1.9,95.67,0.0,9.0,9.0
+1999,6,14,0,30,0.0,0.0,0.0,9.0,6.0,2.0,95.67,0.0,9.0,9.0
+1999,6,14,1,30,0.0,0.0,0.0,9.0,6.0,2.3000000000000003,100.0,0.0,9.0,9.0
+1999,6,14,2,30,0.0,0.0,0.0,8.0,6.0,2.6,100.0,0.0,8.0,8.0
+1999,6,14,3,30,0.0,0.0,0.0,8.0,6.0,2.8000000000000003,100.0,0.0,8.0,8.0
+1999,6,14,4,30,0.0,0.0,0.0,9.0,6.0,3.5,100.0,0.0,9.0,9.0
+1999,6,14,5,30,422.0,46.0,112.0,11.0,6.0,4.3,81.72,53.202899839316764,12.255549204327945,12.095940504809995
+1999,6,14,6,30,667.0,73.0,301.0,15.0,6.0,4.6000000000000005,63.66,235.39882279912422,20.44735344569743,19.741156977300058
+1999,6,14,7,30,736.0,101.0,484.0,19.0,5.0,3.9,50.91,441.1835303835908,29.688378479455615,28.36482788830484
+1999,6,14,8,30,845.0,108.0,683.0,21.0,4.0,2.3000000000000003,39.0,665.2111467369255,38.916084360423795,36.92045092021302
+1999,6,14,9,30,96.0,402.0,480.0,22.0,4.0,1.1,35.98000000000001,471.9620413549052,35.77505938468846,34.35917326062375
+1999,6,14,10,30,166.0,476.0,627.0,23.0,4.0,1.0,36.71,620.9104804584649,41.24479281825553,39.38206137688014
+1999,6,14,11,30,394.0,505.0,881.0,22.0,5.0,1.5,40.59,886.5637848920273,47.189811211318556,44.53011985664247
+1999,6,14,12,30,0.0,57.0,57.0,21.0,5.0,1.8,45.25,55.71092976929879,22.551407535244778,22.38427474593688
+1999,6,14,13,30,11.0,168.0,178.0,20.0,6.0,2.0,47.43,174.54630001223714,24.796100020567113,24.2724611205304
+1999,6,14,14,30,73.0,391.0,451.0,20.0,7.0,1.9,51.9,442.5920893275172,32.24289157758234,30.91511530959979
+1999,6,14,15,30,342.0,306.0,540.0,19.0,7.0,1.6,52.56,527.5349007291288,33.88860422798229,32.3059995257949
+1999,6,14,16,30,630.0,135.0,467.0,18.0,7.0,1.2000000000000002,56.49,429.29115080958667,30.44563503670081,29.157761584272052
+1999,6,14,17,30,304.0,129.0,235.0,17.0,7.0,0.7000000000000001,62.13,203.03769953665915,23.087943642589636,22.478830543979658
+1999,6,14,18,30,0.0,53.0,53.0,15.0,9.0,0.5,79.28,51.801390838119936,16.574353942057574,16.418949769543215
+1999,6,14,19,30,0.0,0.0,0.0,13.0,10.0,0.6000000000000001,93.65,0.0,13.0,13.0
+1999,6,14,20,30,0.0,0.0,0.0,12.0,9.0,0.8,97.73,0.0,12.0,12.0
+1999,6,14,21,30,0.0,0.0,0.0,12.0,9.0,0.9,94.55,0.0,12.0,12.0
+1999,6,14,22,30,0.0,0.0,0.0,12.0,8.0,1.0,92.7,0.0,12.0,12.0
+1999,6,14,23,30,0.0,0.0,0.0,11.0,8.0,1.0,97.99,0.0,11.0,11.0
+1999,6,15,0,30,0.0,0.0,0.0,11.0,8.0,1.2000000000000002,95.56,0.0,11.0,11.0
+1999,6,15,1,30,0.0,0.0,0.0,10.0,7.0,1.4,98.2,0.0,10.0,10.0
+1999,6,15,2,30,0.0,0.0,0.0,10.0,6.0,1.6,98.82,0.0,10.0,10.0
+1999,6,15,3,30,0.0,0.0,0.0,9.0,6.0,1.6,100.0,0.0,9.0,9.0
+1999,6,15,4,30,0.0,0.0,0.0,10.0,6.0,1.6,93.66,0.0,10.0,10.0
+1999,6,15,5,30,0.0,6.0,6.0,11.0,6.0,2.0,84.56,5.864308396768293,11.16113667044435,11.143543745254044
+1999,6,15,6,30,0.0,18.0,18.0,12.0,6.0,3.0,87.21000000000002,17.592925190304882,12.452294099558848,12.399515323987934
+1999,6,15,7,30,0.0,40.0,40.0,12.0,7.0,3.3000000000000003,88.22,39.09538931178863,12.985345284172917,12.868059116237552
+1999,6,15,8,30,16.0,223.0,234.0,12.0,7.0,2.6,81.89,228.54545027477425,18.033702871939077,17.348066521114756
+1999,6,15,9,30,52.0,369.0,412.0,14.0,7.0,2.2,71.59,403.4561645685941,24.938947507766645,23.728579014060863
+1999,6,15,10,30,0.0,106.0,106.0,16.0,6.0,2.7,61.42,103.60278167623987,18.717045497054098,18.40623715202538
+1999,6,15,11,30,20.0,325.0,345.0,17.0,6.0,3.7,56.51,337.60227128106624,25.287258862345993,24.274452048502795
+1999,6,15,12,30,62.0,466.0,526.0,17.0,6.0,4.1000000000000005,56.67,517.3685760703082,29.37058303055252,27.818477302341595
+1999,6,15,13,30,19.0,295.0,313.0,17.0,6.0,3.7,57.48,306.2090629557159,24.516637139558064,23.598009950690916
+1999,6,15,14,30,35.0,341.0,370.0,17.0,6.0,3.2,61.91,362.2829561045125,26.191398226704845,25.104549358391306
+1999,6,15,15,30,29.0,269.0,289.0,16.0,6.0,2.8000000000000003,66.32000000000001,282.30997063817773,23.354757221680597,22.507827309766064
+1999,6,15,16,30,8.0,160.0,164.0,15.0,7.0,2.5,71.64,160.16270441997847,19.25658233651121,18.776094223251278
+1999,6,15,17,30,0.0,46.0,46.0,13.0,7.0,2.0,77.46000000000002,44.95969770855692,14.235381140073342,14.100502046947671
+1999,6,15,18,30,0.0,34.0,34.0,12.0,7.0,1.5,84.75,33.23108091502033,12.944189993841627,12.844496751096566
+1999,6,15,19,30,0.0,0.0,0.0,11.0,7.0,1.1,92.38,0.0,11.0,11.0
+1999,6,15,20,30,0.0,0.0,0.0,10.0,7.0,1.0,97.98,0.0,10.0,10.0
+1999,6,15,21,30,0.0,0.0,0.0,10.0,7.0,1.0,100.0,0.0,10.0,10.0
+1999,6,15,22,30,0.0,0.0,0.0,9.0,7.0,1.1,100.0,0.0,9.0,9.0
+1999,6,15,23,30,0.0,0.0,0.0,9.0,6.0,1.2000000000000002,100.0,0.0,9.0,9.0
+1999,6,16,0,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,6,16,1,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,6,16,2,30,0.0,0.0,0.0,8.0,4.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,6,16,3,30,0.0,0.0,0.0,7.0,4.0,1.1,100.0,0.0,7.0,7.0
+1999,6,16,4,30,0.0,0.0,0.0,7.0,4.0,1.0,100.0,0.0,7.0,7.0
+1999,6,16,5,30,0.0,46.0,46.0,9.0,5.0,1.0,91.62,44.95969770855692,10.321092807546659,10.186213714420989
+1999,6,16,6,30,0.0,21.0,21.0,12.0,6.0,1.1,82.64,20.52507938868903,12.599061286036829,12.537486047870761
+1999,6,16,7,30,688.0,124.0,481.0,15.0,6.0,1.5,67.04,440.4639567005215,27.514839996569215,26.19344812646765
+1999,6,16,8,30,10.0,185.0,192.0,17.0,5.0,2.2,57.64,187.42913023853117,22.081784831068234,21.51949744035264
+1999,6,16,9,30,14.0,224.0,236.0,18.0,5.0,3.0,54.67,230.45393707753914,23.924708644683932,23.233346833451314
+1999,6,16,10,30,10.0,156.0,165.0,18.0,6.0,3.5,52.49,161.84255900901795,22.025518039593795,21.53999036256674
+1999,6,16,11,30,0.0,87.0,87.0,19.0,6.0,3.5,54.22,85.03247175314027,21.11501690957842,20.859919494318998
+1999,6,16,12,30,0.0,63.0,63.0,18.0,7.0,3.3000000000000003,59.55,61.57523816606709,19.551918822572343,19.367193108074144
+1999,6,16,13,30,0.0,63.0,63.0,17.0,7.0,2.9000000000000004,60.84,61.57523816606709,18.593556051503203,18.408830337005003
+1999,6,16,14,30,0.0,55.0,55.0,16.0,7.0,2.5,65.84,53.75616030370936,17.428656710412618,17.26738822950149
+1999,6,16,15,30,268.0,322.0,506.0,15.0,7.0,2.4000000000000004,70.91,494.1205942837039,28.219753338767926,26.737391555916815
+1999,6,16,16,30,261.0,230.0,368.0,15.0,7.0,2.6,76.19,348.4385199175115,24.198933935428865,23.15361837567633
+1999,6,16,17,30,15.0,122.0,128.0,14.0,8.0,2.8000000000000003,81.95,123.07338395282595,17.206315587712034,16.837095435853556
+1999,6,16,18,30,0.0,33.0,33.0,13.0,8.0,2.5,88.67,32.25369618222562,13.85719402624757,13.760432937700893
+1999,6,16,19,30,0.0,0.0,0.0,11.0,8.0,2.2,95.14,0.0,11.0,11.0
+1999,6,16,20,30,0.0,0.0,0.0,10.0,8.0,2.1,100.0,0.0,10.0,10.0
+1999,6,16,21,30,0.0,0.0,0.0,10.0,7.0,2.1,99.01,0.0,10.0,10.0
+1999,6,16,22,30,0.0,0.0,0.0,10.0,7.0,2.4000000000000004,98.3,0.0,10.0,10.0
+1999,6,16,23,30,0.0,0.0,0.0,10.0,7.0,3.2,97.54,0.0,10.0,10.0
+1999,6,17,0,30,0.0,0.0,0.0,10.0,7.0,3.9,96.16,0.0,10.0,10.0
+1999,6,17,1,30,0.0,0.0,0.0,9.0,7.0,3.9,100.0,0.0,9.0,9.0
+1999,6,17,2,30,0.0,0.0,0.0,9.0,6.0,3.6,99.35,0.0,9.0,9.0
+1999,6,17,3,30,0.0,0.0,0.0,9.0,6.0,3.3000000000000003,97.59,0.0,9.0,9.0
+1999,6,17,4,30,0.0,0.0,0.0,10.0,6.0,3.3000000000000003,96.25,0.0,10.0,10.0
+1999,6,17,5,30,0.0,35.0,35.0,12.0,6.0,3.1,79.85000000000002,34.20846564781505,12.87365627797602,12.771030881032575
+1999,6,17,6,30,0.0,97.0,97.0,16.0,7.0,2.2,64.12,94.80631908108742,18.570493250342366,18.286074293099105
+1999,6,17,7,30,422.0,200.0,420.0,19.0,7.0,1.8,52.46,391.0361123870296,29.889360020058007,28.716251682896917
+1999,6,17,8,30,680.0,186.0,648.0,21.0,6.0,2.2,45.15,630.958229808728,38.10723384993064,36.21435916050445
+1999,6,17,9,30,342.0,378.0,656.0,22.0,7.0,2.4000000000000004,43.09,650.5797516376231,39.40567777045175,37.45393851553889
+1999,6,17,10,30,394.0,446.0,803.0,23.0,7.0,2.2,41.2,804.9983477588544,44.826001046207466,42.411006002930904
+1999,6,17,11,30,0.0,75.0,75.0,22.0,7.0,1.7000000000000002,45.33,73.30385495960367,24.055037665896215,23.835126101017405
+1999,6,17,12,30,10.0,153.0,162.0,21.0,8.0,0.9,50.34,159.5211101062442,25.71904246037128,25.24047913005255
+1999,6,17,13,30,0.0,105.0,105.0,19.0,8.0,1.5,59.21,102.62539694344514,21.915880863334436,21.6080046725041
+1999,6,17,14,30,11.0,172.0,181.0,18.0,9.0,2.9000000000000004,68.37,177.2329593807753,22.586757004257894,22.05505812611557
+1999,6,17,15,30,0.0,31.0,31.0,18.0,8.0,2.6,66.42,30.29892671663619,18.79990531829466,18.70900853814475
+1999,6,17,16,30,14.0,178.0,186.0,18.0,8.0,1.6,59.47,180.62277867662917,23.09771213725932,22.555843801229432
+1999,6,17,17,30,126.0,151.0,195.0,17.0,7.0,1.1,61.08,179.84829401078863,22.249195302065736,21.70965042003337
+1999,6,17,18,30,343.0,56.0,114.0,15.0,8.0,0.9,74.21000000000002,64.9822448180498,16.922341013439418,16.72739427898527
+1999,6,17,19,30,0.0,0.0,0.0,13.0,8.0,0.8,84.8,0.0,13.0,13.0
+1999,6,17,20,30,0.0,0.0,0.0,12.0,8.0,0.9,96.23,0.0,12.0,12.0
+1999,6,17,21,30,0.0,0.0,0.0,11.0,8.0,0.9,96.43,0.0,11.0,11.0
+1999,6,17,22,30,0.0,0.0,0.0,10.0,8.0,1.0,100.0,0.0,10.0,10.0
+1999,6,17,23,30,0.0,0.0,0.0,10.0,7.0,1.3,97.02,0.0,10.0,10.0
+1999,6,18,0,30,0.0,0.0,0.0,10.0,6.0,1.6,92.14,0.0,10.0,10.0
+1999,6,18,1,30,0.0,0.0,0.0,10.0,6.0,1.8,93.82,0.0,10.0,10.0
+1999,6,18,2,30,0.0,0.0,0.0,9.0,5.0,2.0,90.97,0.0,9.0,9.0
+1999,6,18,3,30,0.0,0.0,0.0,9.0,5.0,2.1,90.02,0.0,9.0,9.0
+1999,6,18,4,30,0.0,0.0,0.0,10.0,5.0,2.6,83.71000000000002,0.0,10.0,10.0
+1999,6,18,5,30,404.0,47.0,110.0,13.0,5.0,3.3000000000000003,75.03,52.89931452874623,14.333254151562134,14.174556207975895
+1999,6,18,6,30,653.0,74.0,297.0,16.0,6.0,3.7,60.21,231.25856916868713,21.676797195600326,20.983021488094263
+1999,6,18,7,30,345.0,212.0,391.0,19.0,6.0,3.8,48.7,366.8396961318724,27.94590013844469,26.84538105004907
+1999,6,18,8,30,859.0,100.0,684.0,21.0,5.0,3.7,40.85,664.6120904419787,37.31450053827432,35.32066426694838
+1999,6,18,9,30,904.0,107.0,840.0,22.0,5.0,3.7,38.1,847.2159400019077,42.796950744612374,40.25530292460665
+1999,6,18,10,30,930.0,111.0,952.0,23.0,5.0,3.8,35.87,979.3559879770886,46.88296839413302,43.944900430201756
+1999,6,18,11,30,940.0,113.0,1010.0,24.0,5.0,3.8,33.730000000000004,1047.4671783301444,49.543955232891044,46.40155369790061
+1999,6,18,12,30,937.0,115.0,1010.0,25.0,5.0,3.7,31.76,1048.1021995951987,50.728186630025114,47.58388003123952
+1999,6,18,13,30,276.0,464.0,715.0,26.0,5.0,3.4000000000000004,31.62,713.4053186434671,43.86203865790668,41.72182270197628
+1999,6,18,14,30,566.0,318.0,781.0,25.0,5.0,3.1,31.42,780.4991613528297,44.93331122451181,42.591813740453325
+1999,6,18,15,30,0.0,42.0,42.0,25.0,4.0,2.8000000000000003,33.02,41.05015877737806,26.06944133441891,25.946290858086776
+1999,6,18,16,30,0.0,67.0,67.0,24.0,5.0,2.5,35.21,65.48477709724594,25.740363629048094,25.543909297756358
+1999,6,18,17,30,1.0,112.0,112.0,22.0,5.0,1.6,39.16,109.72142939790402,25.096665140782203,24.76750085258849
+1999,6,18,18,30,232.0,59.0,98.0,20.0,9.0,0.9,60.13,64.81617568625009,21.91742826374881,21.72297973669006
+1999,6,18,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.86,0.0,18.0,18.0
+1999,6,18,20,30,0.0,0.0,0.0,16.0,7.0,1.0,63.14,0.0,16.0,16.0
+1999,6,18,21,30,0.0,0.0,0.0,15.0,6.0,1.3,70.89,0.0,15.0,15.0
+1999,6,18,22,30,0.0,0.0,0.0,13.0,6.0,1.6,74.09,0.0,13.0,13.0
+1999,6,18,23,30,0.0,0.0,0.0,13.0,6.0,1.9,76.56,0.0,13.0,13.0
+1999,6,19,0,30,0.0,0.0,0.0,12.0,5.0,2.0,73.45,0.0,12.0,12.0
+1999,6,19,1,30,0.0,0.0,0.0,11.0,4.0,2.0,75.25,0.0,11.0,11.0
+1999,6,19,2,30,0.0,0.0,0.0,11.0,4.0,1.9,72.54,0.0,11.0,11.0
+1999,6,19,3,30,0.0,0.0,0.0,11.0,3.0,1.8,75.28,0.0,11.0,11.0
+1999,6,19,4,30,0.0,0.0,0.0,12.0,3.0,1.9,68.79,0.0,12.0,12.0
+1999,6,19,5,30,249.0,50.0,89.0,16.0,4.0,2.7,56.56,52.990228861325086,17.3897007434169,17.230730056832925
+1999,6,19,6,30,707.0,64.0,304.0,20.0,4.0,3.0,41.2,234.10292888380837,26.018520074304725,25.3162112876533
+1999,6,19,7,30,822.0,78.0,505.0,23.0,4.0,2.8000000000000003,33.86,456.0053389896553,34.87987995067125,33.51186393370229
+1999,6,19,8,30,887.0,89.0,692.0,25.0,4.0,2.9000000000000004,29.06,671.780830876572,42.38556666951156,40.37022417688185
+1999,6,19,9,30,925.0,97.0,847.0,26.0,4.0,3.0,27.35,854.2300807038728,47.961283924571994,45.39859368246037
+1999,6,19,10,30,943.0,104.0,956.0,27.0,4.0,3.0,26.12,984.3692863481203,52.307014904352776,49.35390704530842
+1999,6,19,11,30,443.0,486.0,908.0,28.0,4.0,3.0,24.93,916.5414988200077,51.56323962234324,48.81361512588322
+1999,6,19,12,30,536.0,430.0,942.0,28.0,4.0,2.9000000000000004,25.08,955.5775123533986,52.73017357049061,49.86344103343041
+1999,6,19,13,30,13.0,188.0,200.0,28.0,4.0,2.7,25.22,195.99513998525526,33.14009087328931,32.552105453333546
+1999,6,19,14,30,0.0,87.0,87.0,27.0,4.0,2.3000000000000003,26.95,85.03247175314027,29.290173495705268,29.035076080445847
+1999,6,19,15,30,545.0,245.0,621.0,26.0,4.0,1.5,28.37,605.41431638931,43.20155119615392,41.38530824698599
+1999,6,19,16,30,3.0,142.0,143.0,25.0,4.0,0.8,32.05,140.2127551229579,29.17591112596855,28.75527286059968
+1999,6,19,17,30,393.0,118.0,257.0,23.0,5.0,1.0,38.63,216.68210669945472,29.366972806185615,28.71692648608725
+1999,6,19,18,30,297.0,52.0,102.0,20.0,8.0,1.9,59.27,60.247888932216796,21.666564743839164,21.485821077042512
+1999,6,19,19,30,0.0,0.0,0.0,17.0,8.0,3.0,65.19,0.0,17.0,17.0
+1999,6,19,20,30,0.0,0.0,0.0,16.0,7.0,3.9,70.87,0.0,16.0,16.0
+1999,6,19,21,30,0.0,0.0,0.0,15.0,7.0,3.7,69.58,0.0,15.0,15.0
+1999,6,19,22,30,0.0,0.0,0.0,14.0,7.0,3.0,72.66,0.0,14.0,14.0
+1999,6,19,23,30,0.0,0.0,0.0,14.0,6.0,2.3000000000000003,75.33,0.0,14.0,14.0
+1999,6,20,0,30,0.0,0.0,0.0,13.0,6.0,1.8,72.57000000000002,0.0,13.0,13.0
+1999,6,20,1,30,0.0,0.0,0.0,13.0,5.0,1.7000000000000002,75.21000000000002,0.0,13.0,13.0
+1999,6,20,2,30,0.0,0.0,0.0,12.0,5.0,1.8,73.31,0.0,12.0,12.0
+1999,6,20,3,30,0.0,0.0,0.0,12.0,5.0,1.9,76.48,0.0,12.0,12.0
+1999,6,20,4,30,0.0,0.0,0.0,13.0,4.0,2.2,70.06,0.0,13.0,13.0
+1999,6,20,5,30,410.0,46.0,110.0,15.0,5.0,2.9000000000000004,61.45,51.443900633677075,16.33135886452653,16.177027162625496
+1999,6,20,6,30,655.0,75.0,298.0,19.0,6.0,3.0,51.53,231.7447044603144,24.95789280620438,24.262658692823436
+1999,6,20,7,30,780.0,93.0,498.0,22.0,5.0,2.6,38.29,450.69387975073244,33.89852151223292,32.54643987298072
+1999,6,20,8,30,851.0,106.0,684.0,25.0,4.0,2.2,29.44,664.113935013457,43.00618781486838,41.013846009828015
+1999,6,20,9,30,891.0,117.0,839.0,27.0,3.0,1.6,25.02,845.4122618002095,50.860048990179834,48.3238122047792
+1999,6,20,10,30,668.0,311.0,915.0,28.0,3.0,1.5,23.29,929.0508870008816,54.396991223942685,51.60983856294004
+1999,6,20,11,30,345.0,462.0,792.0,29.0,3.0,1.9,22.31,795.3755664404471,51.00151574824615,48.615389048924804
+1999,6,20,12,30,39.0,425.0,462.0,29.0,3.0,2.4000000000000004,22.68,454.3392618573375,41.15543946833219,39.79242168276018
+1999,6,20,13,30,16.0,238.0,253.0,29.0,4.0,2.6,23.15,247.6971121258167,35.53931537472184,34.796224038344384
+1999,6,20,14,30,456.0,364.0,738.0,28.0,4.0,2.7,25.27,734.6366746133187,47.266290310298544,45.06238028645859
+1999,6,20,15,30,578.0,234.0,633.0,27.0,5.0,2.9000000000000004,27.69,617.2050200603704,42.97315453466449,41.12153947448338
+1999,6,20,16,30,0.0,25.0,25.0,25.0,5.0,3.1,32.58,24.43461831986789,25.6240401985543,25.550736343594696
+1999,6,20,17,30,35.0,133.0,146.0,22.0,6.0,3.2,42.02,139.05283147528274,25.52787766331324,25.110719168887393
+1999,6,20,18,30,0.0,3.0,3.0,19.0,8.0,3.2,57.67,2.9321541983841466,19.074391015214303,19.06559455261915
+1999,6,20,19,30,0.0,0.0,0.0,17.0,8.0,3.5,67.28,0.0,17.0,17.0
+1999,6,20,20,30,0.0,0.0,0.0,15.0,8.0,3.6,74.97,0.0,15.0,15.0
+1999,6,20,21,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,78.63,0.0,15.0,15.0
+1999,6,20,22,30,0.0,0.0,0.0,14.0,7.0,3.0,76.26,0.0,14.0,14.0
+1999,6,20,23,30,0.0,0.0,0.0,14.0,7.0,2.7,74.13,0.0,14.0,14.0
+1999,6,21,0,30,0.0,0.0,0.0,14.0,7.0,2.4000000000000004,78.22,0.0,14.0,14.0
+1999,6,21,1,30,0.0,0.0,0.0,13.0,7.0,2.1,77.7,0.0,13.0,13.0
+1999,6,21,2,30,0.0,0.0,0.0,13.0,7.0,2.0,81.85000000000002,0.0,13.0,13.0
+1999,6,21,3,30,0.0,0.0,0.0,12.0,6.0,1.8,79.98,0.0,12.0,12.0
+1999,6,21,4,30,0.0,0.0,0.0,13.0,6.0,2.0,72.97,0.0,13.0,13.0
+1999,6,21,5,30,387.0,45.0,105.0,17.0,7.0,2.6,65.74,49.800711623684315,18.31476122752464,18.16535909265359
+1999,6,21,6,30,609.0,74.0,281.0,20.0,7.0,3.3000000000000003,51.93,219.15723689921805,25.523555428718968,24.866083718021315
+1999,6,21,7,30,795.0,85.0,496.0,23.0,6.0,3.7,39.49,449.18771180476193,34.02639159205118,32.6788284566369
+1999,6,21,8,30,870.0,94.0,684.0,25.0,5.0,4.0,34.58,664.3286635527669,40.989061957530744,38.996075966872446
+1999,6,21,9,30,718.0,231.0,813.0,26.0,5.0,3.9,31.91,814.5281819496117,45.73325133712685,43.289666791278016
+1999,6,21,10,30,359.0,426.0,751.0,26.0,5.0,3.6,30.06,752.1885664576237,44.586290358334686,42.329724658961815
+1999,6,21,11,30,65.0,469.0,532.0,26.0,5.0,3.3000000000000003,32.33,523.1703060523524,39.18578489593261,37.616273977775556
+1999,6,21,12,30,0.0,87.0,87.0,25.0,5.0,2.9000000000000004,32.85,85.03247175314027,27.200625023504426,26.945527608245005
+1999,6,21,13,30,16.0,249.0,265.0,24.0,6.0,2.6,36.05,258.46074064286955,30.823480017762186,30.048097795833577
+1999,6,21,14,30,17.0,262.0,276.0,24.0,6.0,2.4000000000000004,39.73,270.20809188694,31.22917515725633,30.418550881595507
+1999,6,21,15,30,0.0,112.0,112.0,23.0,7.0,2.2,43.48,109.46709007300815,25.967992206580877,25.639590936361852
+1999,6,21,16,30,151.0,242.0,322.0,22.0,7.0,1.9,47.02,308.6644260447031,30.538212031000786,29.612218752866678
+1999,6,21,17,30,0.0,38.0,38.0,21.0,7.0,1.6,51.61,37.14061984619919,22.04821877928402,21.936796919745422
+1999,6,21,18,30,259.0,55.0,99.0,18.0,10.0,1.3,67.87,62.41358669265715,19.797319343096813,19.61007858301884
+1999,6,21,19,30,0.0,0.0,0.0,16.0,9.0,1.4,75.92,0.0,16.0,16.0
+1999,6,21,20,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,78.09,0.0,15.0,15.0
+1999,6,21,21,30,0.0,0.0,0.0,15.0,8.0,2.0,81.21000000000002,0.0,15.0,15.0
+1999,6,21,22,30,0.0,0.0,0.0,14.0,8.0,2.5,79.31,0.0,14.0,14.0
+1999,6,21,23,30,0.0,0.0,0.0,14.0,8.0,3.0,82.82000000000002,0.0,14.0,14.0
+1999,6,22,0,30,0.0,0.0,0.0,13.0,7.0,3.4000000000000004,80.82000000000002,0.0,13.0,13.0
+1999,6,22,1,30,0.0,0.0,0.0,13.0,7.0,3.5,78.41,0.0,13.0,13.0
+1999,6,22,2,30,0.0,0.0,0.0,13.0,6.0,3.5,80.71000000000002,0.0,13.0,13.0
+1999,6,22,3,30,0.0,0.0,0.0,13.0,6.0,3.4000000000000004,78.7,0.0,13.0,13.0
+1999,6,22,4,30,0.0,0.0,0.0,13.0,6.0,3.8,73.32000000000002,0.0,13.0,13.0
+1999,6,22,5,30,16.0,52.0,55.0,16.0,6.0,4.2,65.13,51.055472238668045,17.21278893785862,17.059622521142614
+1999,6,22,6,30,652.0,75.0,296.0,20.0,6.0,4.3,50.78,229.96412348245173,25.426983738374997,24.73709136792764
+1999,6,22,7,30,792.0,90.0,500.0,23.0,5.0,4.3,38.81,452.09242196007557,33.66904778478248,32.312770518902255
+1999,6,22,8,30,869.0,101.0,689.0,25.0,3.0,4.1000000000000005,28.08,669.9316489404324,41.01845467879045,39.00865973196915
+1999,6,22,9,30,913.0,108.0,847.0,26.0,2.0,3.8,24.45,853.7386053324664,46.81961245789974,44.25839664190234
+1999,6,22,10,30,648.0,325.0,910.0,27.0,2.0,3.5,22.71,923.5954569185308,49.97263584979063,47.20184947903503
+1999,6,22,11,30,537.0,430.0,942.0,28.0,2.0,3.3000000000000003,21.44,955.307745375437,52.07721213191021,49.211288895783895
+1999,6,22,12,30,38.0,423.0,460.0,28.0,2.0,3.3000000000000003,21.67,451.40034924291905,39.37692227217188,38.022721224443124
+1999,6,22,13,30,374.0,433.0,773.0,28.0,2.0,3.2,23.5,775.8399655001231,47.68365876159901,45.35613886509864
+1999,6,22,14,30,389.0,345.0,665.0,27.0,3.0,3.2,24.5,660.7881658082996,43.7647057999765,41.7823413025516
+1999,6,22,15,30,441.0,272.0,577.0,26.0,3.0,3.1,27.15,562.8330709758279,40.37429702264247,38.68579780971499
+1999,6,22,16,30,473.0,183.0,435.0,25.0,4.0,2.9000000000000004,29.83,405.1871857349937,35.486171244326236,34.27060968712126
+1999,6,22,17,30,56.0,142.0,162.0,24.0,5.0,1.9,35.26,153.369512860638,28.242476001124203,27.78236746254229
+1999,6,22,18,30,138.0,61.0,84.0,21.0,8.0,1.0,54.91,64.33685238022561,22.89046984903394,22.697459291893264
+1999,6,22,19,30,0.0,0.0,0.0,19.0,8.0,0.9,60.11,0.0,19.0,19.0
+1999,6,22,20,30,0.0,0.0,0.0,17.0,7.0,1.1,60.05,0.0,17.0,17.0
+1999,6,22,21,30,0.0,0.0,0.0,16.0,6.0,1.2000000000000002,64.92,0.0,16.0,16.0
+1999,6,22,22,30,0.0,0.0,0.0,14.0,6.0,1.3,66.73,0.0,14.0,14.0
+1999,6,22,23,30,0.0,0.0,0.0,13.0,5.0,1.3,73.28,0.0,13.0,13.0
+1999,6,23,0,30,0.0,0.0,0.0,12.0,5.0,1.3,71.57000000000002,0.0,12.0,12.0
+1999,6,23,1,30,0.0,0.0,0.0,11.0,5.0,1.2000000000000002,76.66,0.0,11.0,11.0
+1999,6,23,2,30,0.0,0.0,0.0,11.0,5.0,1.0,77.37,0.0,11.0,11.0
+1999,6,23,3,30,0.0,0.0,0.0,11.0,5.0,1.0,77.31,0.0,11.0,11.0
+1999,6,23,4,30,0.0,0.0,0.0,12.0,5.0,1.3,71.56,0.0,12.0,12.0
+1999,6,23,5,30,490.0,37.0,112.0,14.0,6.0,1.9,67.04,42.707399796713474,15.181363331789486,15.053241132399345
+1999,6,23,6,30,729.0,57.0,303.0,18.0,5.0,2.0,51.12000000000001,230.24778872814923,24.326638973024288,23.63589560683984
+1999,6,23,7,30,845.0,68.0,505.0,22.0,5.0,1.6,40.41,454.2942800882838,34.821536034719294,33.45865319445444
+1999,6,23,8,30,909.0,77.0,692.0,24.0,4.0,1.4,32.97,672.1632913803617,43.22667391726793,41.210184043126844
+1999,6,23,9,30,946.0,82.0,848.0,26.0,5.0,1.4,31.29,854.8938640319907,50.45353051616602,47.88884892407005
+1999,6,23,10,30,967.0,86.0,959.0,27.0,5.0,1.5,28.13,987.9940526317804,55.07173503791502,52.107752880019675
+1999,6,23,11,30,975.0,88.0,1017.0,28.0,5.0,1.7000000000000002,27.11,1057.3300486625053,57.64172998108686,54.46973983509935
+1999,6,23,12,30,971.0,89.0,1017.0,29.0,5.0,2.0,27.58,1057.106558079231,58.04667005023873,54.87535037600104
+1999,6,23,13,30,957.0,89.0,960.0,29.0,5.0,2.2,26.23,989.6139147209648,55.83150145360489,52.862659709442
+1999,6,23,14,30,696.0,224.0,794.0,28.0,6.0,2.2,27.88,798.2209681861164,49.642245273221164,47.24758236866281
+1999,6,23,15,30,638.0,210.0,651.0,28.0,6.0,2.0,29.59,635.2968632053868,45.45638434313396,43.5504937535178
+1999,6,23,16,30,467.0,185.0,434.0,27.0,6.0,1.7000000000000002,31.79,404.60543339112064,38.34291512913239,37.12909882895903
+1999,6,23,17,30,0.0,110.0,110.0,25.0,6.0,1.3,35.43,107.51232060741872,28.09602417820466,27.773487216382406
+1999,6,23,18,30,0.0,2.0,2.0,22.0,10.0,1.1,53.33,1.9547694655894312,22.05705345581303,22.051189147416263
+1999,6,23,19,30,0.0,0.0,0.0,20.0,10.0,1.2000000000000002,60.89,0.0,20.0,20.0
+1999,6,23,20,30,0.0,0.0,0.0,19.0,9.0,1.3,67.31,0.0,19.0,19.0
+1999,6,23,21,30,0.0,0.0,0.0,17.0,10.0,1.4,73.36,0.0,17.0,17.0
+1999,6,23,22,30,0.0,0.0,0.0,17.0,10.0,1.6,77.91,0.0,17.0,17.0
+1999,6,23,23,30,0.0,0.0,0.0,16.0,9.0,1.9,75.8,0.0,16.0,16.0
+1999,6,24,0,30,0.0,0.0,0.0,15.0,9.0,1.9,78.69,0.0,15.0,15.0
+1999,6,24,1,30,0.0,0.0,0.0,14.0,9.0,1.7000000000000002,82.19,0.0,14.0,14.0
+1999,6,24,2,30,0.0,0.0,0.0,13.0,8.0,1.7000000000000002,85.67,0.0,13.0,13.0
+1999,6,24,3,30,0.0,0.0,0.0,13.0,8.0,1.8,88.78,0.0,13.0,13.0
+1999,6,24,4,30,0.0,0.0,0.0,14.0,7.0,2.3000000000000003,80.38,0.0,14.0,14.0
+1999,6,24,5,30,455.0,41.0,110.0,17.0,8.0,3.0,67.85,45.74006860475784,18.175925147157997,18.038704941343724
+1999,6,24,6,30,709.0,63.0,302.0,21.0,8.0,2.8000000000000003,52.69,230.70353577828487,27.010303114682586,26.31819250734773
+1999,6,24,7,30,834.0,76.0,506.0,24.0,6.0,2.0,38.86,456.3907467891539,36.540487365865914,35.17131512549845
+1999,6,24,8,30,904.0,85.0,697.0,26.0,4.0,1.7000000000000002,29.94,676.0959114089362,44.95401769074038,42.92572995651357
+1999,6,24,9,30,946.0,91.0,856.0,27.0,3.0,1.3,24.28,863.2060730329245,51.85768010386173,49.26806188476296
+1999,6,24,10,30,970.0,95.0,971.0,28.0,2.0,1.2000000000000002,21.3,999.2977900078297,56.97077091844261,53.97287754841912
+1999,6,24,11,30,981.0,97.0,1031.0,29.0,1.0,1.4,19.09,1072.002389293633,59.66373995990429,56.447732792023395
+1999,6,24,12,30,979.0,97.0,1032.0,30.0,1.0,2.0,17.56,1073.0243013014706,59.484050210060005,56.26497730615559
+1999,6,24,13,30,966.0,96.0,975.0,31.0,1.0,2.7,17.46,1005.2422760274802,57.3630855787656,54.347358750683156
+1999,6,24,14,30,939.0,93.0,863.0,30.0,1.0,3.4000000000000004,17.57,872.8916202955938,51.8552111379405,49.236536277053716
+1999,6,24,15,30,681.0,191.0,662.0,29.0,1.0,3.9,19.07,646.1268003928343,44.6534578303813,42.71507742920279
+1999,6,24,16,30,400.0,206.0,419.0,28.0,2.0,4.1000000000000005,21.16,393.29669307961547,37.40395227390451,36.22406219466566
+1999,6,24,17,30,0.0,103.0,103.0,25.0,4.0,4.1000000000000005,29.29,100.6706274778557,27.407093150905627,27.10508126847206
+1999,6,24,18,30,0.0,12.0,12.0,22.0,8.0,4.1000000000000005,46.91,11.728616793536586,22.280438036998714,22.245252186618103
+1999,6,24,19,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.21,0.0,19.0,19.0
+1999,6,24,20,30,0.0,0.0,0.0,18.0,10.0,4.1000000000000005,75.21000000000002,0.0,18.0,18.0
+1999,6,24,21,30,0.0,0.0,0.0,17.0,10.0,3.9,76.64,0.0,17.0,17.0
+1999,6,24,22,30,0.0,0.0,0.0,17.0,10.0,3.8,80.86,0.0,17.0,17.0
+1999,6,24,23,30,0.0,0.0,0.0,16.0,10.0,3.6,78.56,0.0,16.0,16.0
+1999,6,25,0,30,0.0,0.0,0.0,16.0,9.0,3.4000000000000004,80.36,0.0,16.0,16.0
+1999,6,25,1,30,0.0,0.0,0.0,15.0,8.0,3.3000000000000003,76.24,0.0,15.0,15.0
+1999,6,25,2,30,0.0,0.0,0.0,15.0,7.0,3.2,71.48,0.0,15.0,15.0
+1999,6,25,3,30,0.0,0.0,0.0,15.0,7.0,3.2,67.14,0.0,15.0,15.0
+1999,6,25,4,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,63.93,0.0,16.0,16.0
+1999,6,25,5,30,356.0,49.0,103.0,18.0,6.0,3.7,53.07,51.99664974731712,19.276382693740846,19.120392744498893
+1999,6,25,6,30,631.0,78.0,290.0,22.0,6.0,3.8,40.3,226.18628469155823,27.515869566114535,26.837310712039862
+1999,6,25,7,30,775.0,92.0,492.0,25.0,5.0,3.6,31.4,444.3719920129895,35.98026111931111,34.64714514327214
+1999,6,25,8,30,848.0,104.0,677.0,28.0,3.0,3.3000000000000003,24.85,657.3493040486959,44.567581195653254,42.595533283507166
+1999,6,25,9,30,549.0,321.0,764.0,29.0,3.0,3.1,23.51,762.7925700014341,48.48109934061838,46.19272163061407
+1999,6,25,10,30,262.0,464.0,700.0,30.0,4.0,2.9000000000000004,23.28,698.2565764879444,48.070754187962976,45.97598445849914
+1999,6,25,11,30,77.0,481.0,554.0,30.0,4.0,2.8000000000000003,22.41,546.8141636479979,44.245637197708966,42.60519470676497
+1999,6,25,12,30,13.0,178.0,190.0,31.0,4.0,2.7,22.26,186.9625094232579,35.90320468357558,35.34231715530581
+1999,6,25,13,30,94.0,465.0,551.0,31.0,4.0,2.6,20.77,543.2049090226249,45.340854371332796,43.71123964426492
+1999,6,25,14,30,619.0,292.0,800.0,31.0,4.0,2.5,21.79,801.1922988337978,52.29297828551998,49.88940138901859
+1999,6,25,15,30,596.0,229.0,641.0,30.0,4.0,2.4000000000000004,23.19,626.2723227661907,46.755354311568595,44.87653734327002
+1999,6,25,16,30,532.0,166.0,450.0,29.0,4.0,2.0,25.04,417.9037747227767,40.48296069525659,39.22924937108826
+1999,6,25,17,30,358.0,126.0,253.0,27.0,5.0,1.3,27.91,217.12265338386328,33.25246465441846,32.60109669426687
+1999,6,25,18,30,403.0,52.0,121.0,24.0,9.0,1.0,45.33,65.43262171451899,25.92266786325657,25.726369998113015
+1999,6,25,19,30,0.0,0.0,0.0,21.0,9.0,1.3,52.43,0.0,21.0,21.0
+1999,6,25,20,30,0.0,0.0,0.0,19.0,8.0,1.7000000000000002,55.65,0.0,19.0,19.0
+1999,6,25,21,30,0.0,0.0,0.0,17.0,7.0,2.0,59.86,0.0,17.0,17.0
+1999,6,25,22,30,0.0,0.0,0.0,17.0,6.0,2.3000000000000003,59.56,0.0,17.0,17.0
+1999,6,25,23,30,0.0,0.0,0.0,16.0,5.0,2.5,58.65,0.0,16.0,16.0
+1999,6,26,0,30,0.0,0.0,0.0,15.0,3.0,3.0,53.16,0.0,15.0,15.0
+1999,6,26,1,30,0.0,0.0,0.0,14.0,2.0,3.1,51.89,0.0,14.0,14.0
+1999,6,26,2,30,0.0,0.0,0.0,13.0,1.0,2.6,53.37000000000001,0.0,13.0,13.0
+1999,6,26,3,30,0.0,0.0,0.0,12.0,2.0,1.8,57.59,0.0,12.0,12.0
+1999,6,26,4,30,0.0,0.0,0.0,13.0,2.0,1.4,55.21,0.0,13.0,13.0
+1999,6,26,5,30,511.0,36.0,113.0,17.0,4.0,1.5,51.9,40.5831184568277,18.153082394876492,18.03133303950601
+1999,6,26,6,30,749.0,56.0,307.0,20.0,1.0,1.8,33.68,232.03028274760396,26.461452547108333,25.765361698865522
+1999,6,26,7,30,863.0,68.0,511.0,23.0,0.0,1.8,25.73,460.4327043843443,35.821878400037946,34.44058028688491
+1999,6,26,8,30,926.0,76.0,701.0,25.0,0.0,1.7000000000000002,22.72,680.4612982762894,44.0763991731817,42.03501527835283
+1999,6,26,9,30,962.0,82.0,859.0,26.0,0.0,1.5,22.05,866.5336487854759,50.62069779200322,48.021096845646795
+1999,6,26,10,30,982.0,86.0,972.0,28.0,1.0,1.6,21.48,1001.1207555105353,56.25460588979749,53.251243623265886
+1999,6,26,11,30,988.0,90.0,1030.0,29.0,1.0,1.8,20.62,1071.9568940393563,58.85126993494758,55.635399252829515
+1999,6,26,12,30,983.0,92.0,1031.0,30.0,1.0,1.9,19.49,1072.3745510709937,59.663804834987246,56.44668118177427
+1999,6,26,13,30,969.0,92.0,974.0,30.0,1.0,1.8,18.18,1004.7686301032651,57.98024786832414,54.96594197801435
+1999,6,26,14,30,944.0,90.0,865.0,30.0,1.0,1.5,17.71,875.0159945067218,54.86170547919782,52.23665749567766
+1999,6,26,15,30,309.0,318.0,532.0,29.0,0.0,1.4,18.28,519.6426179083018,43.86394644896591,42.30501859524101
+1999,6,26,16,30,348.0,218.0,403.0,28.0,0.0,1.3,19.16,380.5194896554174,38.95779101032611,37.81623254135986
+1999,6,26,17,30,693.0,63.0,310.0,26.0,1.0,0.9,22.55,243.93169729995918,33.216123535137584,32.48432844323771
+1999,6,26,18,30,527.0,40.0,131.0,23.0,6.0,0.4,39.04,58.510837924796874,24.79033395216412,24.61480143838973
+1999,6,26,19,30,0.0,0.0,0.0,20.0,7.0,0.4,49.32,0.0,20.0,20.0
+1999,6,26,20,30,0.0,0.0,0.0,18.0,6.0,0.7000000000000001,53.67,0.0,18.0,18.0
+1999,6,26,21,30,0.0,0.0,0.0,17.0,6.0,1.0,60.41,0.0,17.0,17.0
+1999,6,26,22,30,0.0,0.0,0.0,16.0,5.0,1.4,61.94000000000001,0.0,16.0,16.0
+1999,6,26,23,30,0.0,0.0,0.0,16.0,4.0,1.9,57.95,0.0,16.0,16.0
+1999,6,27,0,30,0.0,0.0,0.0,15.0,4.0,2.6,54.56,0.0,15.0,15.0
+1999,6,27,1,30,0.0,0.0,0.0,14.0,4.0,3.3000000000000003,58.66,0.0,14.0,14.0
+1999,6,27,2,30,0.0,0.0,0.0,14.0,5.0,3.4000000000000004,68.03,0.0,14.0,14.0
+1999,6,27,3,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,78.82000000000002,0.0,13.0,13.0
+1999,6,27,4,30,0.0,0.0,0.0,13.0,7.0,3.5,76.53,0.0,13.0,13.0
+1999,6,27,5,30,108.0,53.0,69.0,15.0,7.0,3.7,68.82000000000001,52.832640397715394,16.29690409278257,16.138406171589423
+1999,6,27,6,30,77.0,133.0,159.0,19.0,7.0,3.5,56.36,148.1477128861438,22.684885449163616,22.240442310505184
+1999,6,27,7,30,444.0,184.0,412.0,22.0,3.0,3.4000000000000004,34.1,382.15960905467375,31.568403167227487,30.421924340063466
+1999,6,27,8,30,161.0,327.0,436.0,24.0,0.0,3.2,24.81,424.89136543645736,34.77982189614305,33.50514779983367
+1999,6,27,9,30,344.0,375.0,652.0,26.0,0.0,3.0,19.87,647.5450911438711,42.647647889963764,40.70501261653215
+1999,6,27,10,30,284.0,458.0,714.0,27.0,-1.0,2.9000000000000004,17.7,712.778793753864,45.44658655003906,43.30825016877746
+1999,6,27,11,30,523.0,438.0,936.0,28.0,-1.0,3.0,16.19,948.9364586623558,52.396077199587886,49.54926782360082
+1999,6,27,12,30,580.0,378.0,932.0,29.0,-1.0,3.4000000000000004,14.9,949.2047038136668,52.76591633214316,49.91830222070217
+1999,6,27,13,30,756.0,235.0,923.0,30.0,-2.0,3.6,14.54,943.6723313834527,53.31778058900821,50.48676359485785
+1999,6,27,14,30,697.0,248.0,821.0,30.0,-2.0,3.7,14.33,823.8338159249009,50.222980331906456,47.75147888413176
+1999,6,27,15,30,882.0,97.0,708.0,29.0,-2.0,3.6,14.25,691.3899307371304,46.083979438862116,44.00980964665072
+1999,6,27,16,30,574.0,155.0,461.0,28.0,-2.0,3.2,15.14,428.0441643774552,38.85981083878347,37.5756783456511
+1999,6,27,17,30,753.0,61.0,330.0,26.0,-1.0,2.1,19.17,258.218618498684,33.047981279095566,32.273325423599516
+1999,6,27,18,30,528.0,42.0,133.0,22.0,4.0,1.1,37.95,60.78079037848056,23.773996473335597,23.591654102200156
+1999,6,27,19,30,0.0,0.0,0.0,19.0,4.0,1.0,46.53,0.0,19.0,19.0
+1999,6,27,20,30,0.0,0.0,0.0,17.0,3.0,1.2000000000000002,45.26,0.0,17.0,17.0
+1999,6,27,21,30,0.0,0.0,0.0,16.0,2.0,1.4,45.31,0.0,16.0,16.0
+1999,6,27,22,30,0.0,0.0,0.0,15.0,1.0,1.8,45.61,0.0,15.0,15.0
+1999,6,27,23,30,0.0,0.0,0.0,14.0,0.0,2.1,45.12,0.0,14.0,14.0
+1999,6,28,0,30,0.0,0.0,0.0,13.0,0.0,1.9,47.78,0.0,13.0,13.0
+1999,6,28,1,30,0.0,0.0,0.0,11.0,0.0,1.4,57.08,0.0,11.0,11.0
+1999,6,28,2,30,0.0,0.0,0.0,10.0,1.0,1.3,63.75,0.0,10.0,10.0
+1999,6,28,3,30,0.0,0.0,0.0,9.0,1.0,1.3,68.38,0.0,9.0,9.0
+1999,6,28,4,30,0.0,0.0,0.0,10.0,1.0,1.6,67.62,0.0,10.0,10.0
+1999,6,28,5,30,481.0,34.0,106.0,12.0,1.0,1.6,58.82,37.33555817577593,13.053720518854085,12.941713844326758
+1999,6,28,6,30,749.0,56.0,306.0,15.0,1.0,1.4,44.08,230.59209257870782,21.595895712791084,20.90411943505496
+1999,6,28,7,30,855.0,71.0,508.0,18.0,0.0,1.5,33.72,458.2579834171197,31.02041915660095,29.64564520634959
+1999,6,28,8,30,913.0,82.0,697.0,21.0,0.0,1.4,27.24,676.5548098189784,40.352289662881695,38.32262523342476
+1999,6,28,9,30,947.0,90.0,854.0,23.0,0.0,1.2000000000000002,23.75,861.1458265634176,47.965589555187755,45.3821520754975
+1999,6,28,10,30,966.0,96.0,967.0,25.0,0.0,1.2000000000000002,20.81,995.3954203060398,53.85763681587571,50.87145055495759
+1999,6,28,11,30,974.0,100.0,1027.0,27.0,0.0,1.1,19.44,1067.6494512707714,58.16126574727146,54.95831739345915
+1999,6,28,12,30,973.0,101.0,1029.0,28.0,0.0,1.0,18.16,1071.4220331434149,59.48259472312668,56.26832862369643
+1999,6,28,13,30,961.0,99.0,974.0,28.0,0.0,1.0,17.05,1004.6575730384945,57.5207922079919,54.50681948887642
+1999,6,28,14,30,935.0,96.0,864.0,28.0,0.0,1.0,17.04,874.2277125090159,53.68824974403282,51.06556660650577
+1999,6,28,15,30,892.0,91.0,709.0,27.0,0.0,1.1,18.31,692.7715246431679,47.21978052426614,45.14146595033664
+1999,6,28,16,30,823.0,82.0,522.0,26.0,0.0,1.2000000000000002,19.84,477.1449306458733,39.832970130484796,38.40153533854718
+1999,6,28,17,30,704.0,69.0,320.0,24.0,0.0,1.6,23.21,253.50098229842882,31.154551844113936,30.39404889721865
+1999,6,28,18,30,472.0,46.0,127.0,20.0,2.0,2.3000000000000003,35.52,62.820419546966335,21.69193787819339,21.50347661955249
+1999,6,28,19,30,0.0,0.0,0.0,17.0,4.0,3.0,50.15,0.0,17.0,17.0
+1999,6,28,20,30,0.0,0.0,0.0,15.0,4.0,3.4000000000000004,56.35,0.0,15.0,15.0
+1999,6,28,21,30,0.0,0.0,0.0,15.0,3.0,3.9,53.93,0.0,15.0,15.0
+1999,6,28,22,30,0.0,0.0,0.0,14.0,3.0,4.6000000000000005,54.86,0.0,14.0,14.0
+1999,6,28,23,30,0.0,0.0,0.0,14.0,2.0,5.0,56.54,0.0,14.0,14.0
+1999,6,29,0,30,0.0,0.0,0.0,13.0,2.0,4.800000000000002,55.09,0.0,13.0,13.0
+1999,6,29,1,30,0.0,0.0,0.0,12.0,2.0,4.0,58.4,0.0,12.0,12.0
+1999,6,29,2,30,0.0,0.0,0.0,11.0,2.0,3.3000000000000003,63.55,0.0,11.0,11.0
+1999,6,29,3,30,0.0,0.0,0.0,11.0,2.0,2.7,64.59,0.0,11.0,11.0
+1999,6,29,4,30,0.0,0.0,0.0,12.0,2.0,2.7,59.75,0.0,12.0,12.0
+1999,6,29,5,30,465.0,38.0,107.0,15.0,2.0,2.9000000000000004,52.0,40.61188829699354,16.05102834006269,15.92919267517171
+1999,6,29,6,30,707.0,61.0,296.0,19.0,2.0,2.7,39.82,224.91299864069506,24.898479174963928,24.223740179041844
+1999,6,29,7,30,829.0,75.0,498.0,22.0,1.0,2.6,29.01,449.6253559876675,33.87031200340135,32.52143593543835
+1999,6,29,8,30,844.0,116.0,683.0,25.0,0.0,2.5,24.6,664.1193886548652,42.65004449269466,40.657686326730065
+1999,6,29,9,30,936.0,91.0,845.0,26.0,0.0,2.3000000000000003,21.89,852.675203692863,48.965040433160986,46.407014822082395
+1999,6,29,10,30,452.0,437.0,844.0,28.0,0.0,2.4000000000000004,20.68,848.8393684374903,50.709936005088416,48.16341789977594
+1999,6,29,11,30,363.0,477.0,823.0,29.0,0.0,2.8000000000000003,19.52,827.670246329868,50.5625176383393,48.079506899349695
+1999,6,29,12,30,269.0,497.0,755.0,29.0,0.0,3.4000000000000004,18.32,754.7270910615676,47.89664139642958,45.632460123244876
+1999,6,29,13,30,50.0,422.0,468.0,29.0,0.0,3.6,18.34,459.71247683718644,40.35931860289254,38.98018117238098
+1999,6,29,14,30,74.0,396.0,457.0,29.0,1.0,3.7,18.69,448.84271200706746,40.01792274312993,38.67139460710873
+1999,6,29,15,30,10.0,179.0,186.0,28.0,1.0,3.6,19.99,181.72699847122027,32.490404281789935,31.945223286376272
+1999,6,29,16,30,0.0,10.0,10.0,27.0,1.0,3.3000000000000003,21.2,9.773847327947157,27.246336321043227,27.217014779059387
+1999,6,29,17,30,6.0,117.0,120.0,25.0,1.0,2.3000000000000003,25.93,115.94932727336872,28.122854959893818,27.775006978073712
+1999,6,29,18,30,0.0,2.0,2.0,22.0,4.0,1.4,37.33,1.9547694655894312,22.05591456061389,22.050050252217122
+1999,6,29,19,30,0.0,0.0,0.0,19.0,5.0,1.8,50.11,0.0,19.0,19.0
+1999,6,29,20,30,0.0,0.0,0.0,17.0,5.0,2.2,51.92,0.0,17.0,17.0
+1999,6,29,21,30,0.0,0.0,0.0,16.0,5.0,2.0,56.43,0.0,16.0,16.0
+1999,6,29,22,30,0.0,0.0,0.0,15.0,6.0,1.4,62.74,0.0,15.0,15.0
+1999,6,29,23,30,0.0,0.0,0.0,15.0,6.0,0.7000000000000001,67.99,0.0,15.0,15.0
+1999,6,30,0,30,0.0,0.0,0.0,14.0,6.0,0.5,72.2,0.0,14.0,14.0
+1999,6,30,1,30,0.0,0.0,0.0,13.0,6.0,0.6000000000000001,71.92,0.0,13.0,13.0
+1999,6,30,2,30,0.0,0.0,0.0,12.0,5.0,0.9,75.59,0.0,12.0,12.0
+1999,6,30,3,30,0.0,0.0,0.0,12.0,5.0,1.3,77.25,0.0,12.0,12.0
+1999,6,30,4,30,0.0,0.0,0.0,13.0,4.0,1.9,68.96000000000001,0.0,13.0,13.0
+1999,6,30,5,30,492.0,33.0,105.0,15.0,4.0,2.7,56.55,35.38344236438693,15.927952137876613,15.821801810783452
+1999,6,30,6,30,748.0,48.0,296.0,19.0,4.0,3.3000000000000003,42.09,221.035472930862,24.57089377344255,23.90778735464996
+1999,6,30,7,30,644.0,125.0,453.0,22.0,3.0,3.9,33.75,413.95099608611406,32.02862666761189,30.786773679353544
+1999,6,30,8,30,487.0,250.0,577.0,24.0,3.0,4.3,29.22,561.7952048770422,37.25795256666378,35.57256695203265
+1999,6,30,9,30,726.0,224.0,809.0,25.0,3.0,4.3,27.4,810.9657375526476,44.13819339916882,41.70529618651088
+1999,6,30,10,30,358.0,424.0,747.0,27.0,3.0,4.0,25.93,748.3388000744667,45.01101788326566,42.76600148304226
+1999,6,30,11,30,363.0,488.0,834.0,28.0,3.0,3.6,23.22,838.4018224078081,48.7165867750615,46.201381307838076
+1999,6,30,12,30,250.0,502.0,741.0,29.0,3.0,3.2,22.03,740.6460948973138,47.79076309979973,45.56882481510779
+1999,6,30,13,30,81.0,457.0,531.0,30.0,3.0,3.0,22.13,523.240717137953,43.45192379609813,41.88220164468427
+1999,6,30,14,30,28.0,324.0,348.0,29.0,3.0,2.7,22.24,340.0747647012938,37.918666015946286,36.8984417218424
+1999,6,30,15,30,8.0,163.0,169.0,28.0,3.0,2.3000000000000003,23.67,164.7408286117945,32.43695298476752,31.94273049893214
+1999,6,30,16,30,0.0,9.0,9.0,27.0,3.0,1.8,25.17,8.796462595152441,27.244959084512335,27.218569696726878
+1999,6,30,17,30,0.0,6.0,6.0,26.0,4.0,0.8,29.27,5.864308396768293,26.17465479983401,26.157061874643706
+1999,6,30,18,30,0.0,2.0,2.0,23.0,6.0,0.5,42.49,1.9547694655894312,23.05940958271915,23.053545274322385
+1999,6,30,19,30,0.0,0.0,0.0,21.0,6.0,0.6000000000000001,48.54,0.0,21.0,21.0
+1999,6,30,20,30,0.0,0.0,0.0,19.0,7.0,0.4,55.36,0.0,19.0,19.0
+1999,6,30,21,30,0.0,0.0,0.0,17.0,7.0,0.5,66.32000000000001,0.0,17.0,17.0
+1999,6,30,22,30,0.0,0.0,0.0,15.0,7.0,0.8,75.74,0.0,15.0,15.0
+1999,6,30,23,30,0.0,0.0,0.0,13.0,7.0,0.8,80.16,0.0,13.0,13.0
+1999,7,1,0,30,0.0,0.0,0.0,13.0,7.0,0.7000000000000001,84.78,0.0,13.0,13.0
+1999,7,1,1,30,0.0,0.0,0.0,12.0,7.0,0.7000000000000001,89.32000000000002,0.0,12.0,12.0
+1999,7,1,2,30,0.0,0.0,0.0,11.0,7.0,0.9,87.68,0.0,11.0,11.0
+1999,7,1,3,30,0.0,0.0,0.0,10.0,6.0,1.0,91.35,0.0,10.0,10.0
+1999,7,1,4,30,0.0,0.0,0.0,11.0,6.0,1.4,83.0,0.0,11.0,11.0
+1999,7,1,5,30,0.0,3.0,3.0,13.0,6.0,1.8,72.42,2.9321541983841466,13.081653028170777,13.072856565575625
+1999,7,1,6,30,0.0,104.0,104.0,17.0,6.0,1.9,59.59,101.64801221065042,19.81176646076667,19.506822424134718
+1999,7,1,7,30,714.0,104.0,467.0,20.0,5.0,2.0,44.88,424.51014865673676,31.664487488768216,30.390957042798007
+1999,7,1,8,30,907.0,75.0,683.0,23.0,5.0,2.1,36.2,663.8939846877417,41.120739715007076,39.12905776094385
+1999,7,1,9,30,944.0,81.0,840.0,26.0,4.0,2.0,29.2,848.5059165465478,49.314841068042746,46.7693233184031
+1999,7,1,10,30,966.0,84.0,953.0,28.0,4.0,1.8,25.31,982.8738618773647,55.37053432470243,52.421912739070336
+1999,7,1,11,30,977.0,86.0,1015.0,30.0,4.0,1.9,22.23,1056.7881317328547,59.23265650079648,56.06229210559792
+1999,7,1,12,30,977.0,87.0,1019.0,31.0,4.0,2.2,20.82,1062.1557274580143,59.79833490748787,56.611867725113825
+1999,7,1,13,30,969.0,84.0,967.0,32.0,4.0,2.7,19.39,998.4530974934364,58.18503527291314,55.18967598043283
+1999,7,1,14,30,951.0,80.0,861.0,32.0,3.0,3.2,18.83,873.166976339094,54.15292014903711,51.53341922001982
+1999,7,1,15,30,918.0,75.0,711.0,32.0,3.0,3.7,19.38,696.1086374533822,49.08765895739005,46.9993330450299
+1999,7,1,16,30,860.0,67.0,527.0,31.0,2.0,3.7,20.04,481.6569243279402,42.823426423052325,41.3784556500685
+1999,7,1,17,30,208.0,144.0,218.0,28.0,3.0,2.5,22.94,196.00731506031542,33.20921070941067,32.62118876422972
+1999,7,1,18,30,258.0,56.0,101.0,24.0,7.0,1.4,39.05,64.78820144256235,25.853212811226733,25.658848206899044
+1999,7,1,19,30,0.0,0.0,0.0,21.0,7.0,1.5,46.56,0.0,21.0,21.0
+1999,7,1,20,30,0.0,0.0,0.0,19.0,6.0,1.8,48.31,0.0,19.0,19.0
+1999,7,1,21,30,0.0,0.0,0.0,19.0,5.0,2.0,48.94,0.0,19.0,19.0
+1999,7,1,22,30,0.0,0.0,0.0,18.0,4.0,2.1,46.94,0.0,18.0,18.0
+1999,7,1,23,30,0.0,0.0,0.0,18.0,4.0,2.3000000000000003,47.8,0.0,18.0,18.0
+1999,7,2,0,30,0.0,0.0,0.0,17.0,3.0,2.5,46.29,0.0,17.0,17.0
+1999,7,2,1,30,0.0,0.0,0.0,16.0,3.0,3.0,50.78,0.0,16.0,16.0
+1999,7,2,2,30,0.0,0.0,0.0,16.0,4.0,3.3000000000000003,53.98,0.0,16.0,16.0
+1999,7,2,3,30,0.0,0.0,0.0,16.0,5.0,3.4000000000000004,55.69,0.0,16.0,16.0
+1999,7,2,4,30,0.0,0.0,0.0,18.0,5.0,3.9,51.65,0.0,18.0,18.0
+1999,7,2,5,30,0.0,39.0,39.0,20.0,5.0,4.4,42.81,38.11800457899391,20.893689807630203,20.77933579389322
+1999,7,2,6,30,349.0,114.0,229.0,24.0,5.0,4.4,34.03,191.9365831141321,28.50001960845021,27.924209859107812
+1999,7,2,7,30,574.0,143.0,435.0,28.0,4.0,4.2,27.11,398.8156564620505,37.473601852920915,36.27715488353476
+1999,7,2,8,30,725.0,163.0,648.0,30.0,3.0,4.0,20.11,630.8867313164553,45.18418154841762,43.29152135446825
+1999,7,2,9,30,645.0,267.0,785.0,32.0,2.0,3.8,18.32,786.3102430129914,51.17527733776582,48.816346608726846
+1999,7,2,10,30,485.0,420.0,856.0,33.0,2.0,4.0,17.01,862.6280177706583,53.76173072026638,51.173846666954404
+1999,7,2,11,30,168.0,508.0,669.0,34.0,2.0,4.2,15.85,663.7803541255541,49.767662805822475,47.77632174344581
+1999,7,2,12,30,39.0,425.0,463.0,34.0,1.0,4.1000000000000005,14.69,454.40523771965735,44.86509305498499,43.50187734182602
+1999,7,2,13,30,319.0,447.0,737.0,34.0,1.0,4.3,14.42,738.6501194701418,51.431598138042176,49.21564777963175
+1999,7,2,14,30,12.0,185.0,196.0,33.0,1.0,5.0,15.13,190.86092399975166,37.303093005862415,36.73051023386316
+1999,7,2,15,30,24.0,258.0,274.0,32.0,2.0,5.7,16.67,268.453941081744,37.78411432320203,36.9787524999568
+1999,7,2,16,30,0.0,85.0,85.0,30.0,3.0,5.6000000000000005,21.82,83.07770228755082,31.801593088815366,31.552359981952712
+1999,7,2,17,30,0.0,57.0,57.0,27.0,5.0,4.9,27.64,55.71092976929879,28.264239392227246,28.09710660291935
+1999,7,2,18,30,0.0,16.0,16.0,25.0,6.0,3.9,37.25,15.63815572471545,25.378859398856292,25.331944931682145
+1999,7,2,19,30,0.0,0.0,0.0,23.0,7.0,2.8000000000000003,43.24,0.0,23.0,23.0
+1999,7,2,20,30,0.0,0.0,0.0,21.0,7.0,2.3000000000000003,45.79,0.0,21.0,21.0
+1999,7,2,21,30,0.0,0.0,0.0,21.0,6.0,2.5,46.31,0.0,21.0,21.0
+1999,7,2,22,30,0.0,0.0,0.0,20.0,5.0,3.0,42.57,0.0,20.0,20.0
+1999,7,2,23,30,0.0,0.0,0.0,20.0,3.0,3.5,41.45,0.0,20.0,20.0
+1999,7,3,0,30,0.0,0.0,0.0,20.0,3.0,4.0,39.54,0.0,20.0,20.0
+1999,7,3,1,30,0.0,0.0,0.0,20.0,3.0,4.1000000000000005,38.64,0.0,20.0,20.0
+1999,7,3,2,30,0.0,0.0,0.0,19.0,5.0,3.7,46.16,0.0,19.0,19.0
+1999,7,3,3,30,0.0,0.0,0.0,19.0,6.0,3.1,50.81,0.0,19.0,19.0
+1999,7,3,4,30,0.0,0.0,0.0,19.0,7.0,3.2,52.98,0.0,19.0,19.0
+1999,7,3,5,30,0.0,31.0,31.0,21.0,7.0,3.7,47.97,30.29892671663619,21.743759951611725,21.652863171461817
+1999,7,3,6,30,52.0,126.0,144.0,24.0,7.0,4.2,40.44,135.09846898250453,27.209174678429957,26.803879271482444
+1999,7,3,7,30,194.0,226.0,324.0,27.0,7.0,4.2,32.28,308.2642584979192,34.32261335074509,33.39782057525133
+1999,7,3,8,30,869.0,90.0,671.0,29.0,6.0,3.7,26.86,652.599470165431,45.019621912401746,43.06182350190545
+1999,7,3,9,30,908.0,97.0,826.0,31.0,5.0,3.2,23.08,833.9381722225322,52.1576551096056,49.655840592938006
+1999,7,3,10,30,926.0,105.0,937.0,32.0,5.0,3.1,21.45,965.6292122631601,56.66138154736657,53.76449391057709
+1999,7,3,11,30,154.0,507.0,654.0,33.0,5.0,3.2,21.21,648.8542324226539,49.461932698702604,47.51537000143464
+1999,7,3,12,30,22.0,346.0,367.0,33.0,5.0,3.4000000000000004,21.09,360.18459367592385,42.01819900705989,40.93764522603212
+1999,7,3,13,30,0.0,100.0,100.0,32.0,5.0,3.6,22.65,97.73847327947156,34.415080106983964,34.12186468714555
+1999,7,3,14,30,9.0,153.0,161.0,31.0,6.0,3.7,24.84,157.0750758558905,34.85578512105645,34.38455989348878
+1999,7,3,15,30,0.0,106.0,106.0,29.0,6.0,3.6,27.34,103.60278167623987,31.559984913403003,31.249176568374285
+1999,7,3,16,30,171.0,243.0,335.0,28.0,7.0,3.2,32.07,320.4057434641891,36.128941018835064,35.167723788442494
+1999,7,3,17,30,629.0,80.0,304.0,26.0,7.0,2.1,35.15,245.76067049545867,32.70794621573268,31.970664204246305
+1999,7,3,18,30,426.0,48.0,121.0,24.0,9.0,1.0,49.18,63.70343296261393,25.871857494427122,25.68074719553928
+1999,7,3,19,30,0.0,0.0,0.0,22.0,10.0,0.9,58.0,0.0,22.0,22.0
+1999,7,3,20,30,0.0,0.0,0.0,20.0,9.0,1.2000000000000002,58.37000000000001,0.0,20.0,20.0
+1999,7,3,21,30,0.0,0.0,0.0,19.0,8.0,1.8,59.08,0.0,19.0,19.0
+1999,7,3,22,30,0.0,0.0,0.0,19.0,8.0,2.6,55.73,0.0,19.0,19.0
+1999,7,3,23,30,0.0,0.0,0.0,19.0,7.0,3.1,56.86,0.0,19.0,19.0
+1999,7,4,0,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,55.98,0.0,18.0,18.0
+1999,7,4,1,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.44,0.0,18.0,18.0
+1999,7,4,2,30,0.0,0.0,0.0,17.0,7.0,3.3000000000000003,59.39,0.0,17.0,17.0
+1999,7,4,3,30,0.0,0.0,0.0,17.0,7.0,3.1,63.34,0.0,17.0,17.0
+1999,7,4,4,30,0.0,0.0,0.0,18.0,7.0,3.4000000000000004,59.82,0.0,18.0,18.0
+1999,7,4,5,30,444.0,37.0,100.0,20.0,7.0,3.9,50.89,36.916927984916356,20.89437177824503,20.78362099429028
+1999,7,4,6,30,691.0,61.0,286.0,24.0,8.0,4.2,44.07,217.54268245354297,29.16758238095243,28.514954333591803
+1999,7,4,7,30,810.0,76.0,486.0,27.0,7.0,4.1000000000000005,34.25,438.3753628769171,37.4818094407816,36.166683352150855
+1999,7,4,8,30,881.0,87.0,676.0,29.0,5.0,3.4000000000000004,25.23,656.8570981724604,45.44620046089186,43.475629166374475
+1999,7,4,9,30,923.0,94.0,834.0,30.0,4.0,2.8000000000000003,22.06,842.7798303590023,51.95615347770996,49.427813986632955
+1999,7,4,10,30,946.0,100.0,949.0,31.0,3.0,2.5,19.95,979.1484477768225,57.02245012484507,54.085004781514606
+1999,7,4,11,30,60.0,460.0,517.0,32.0,3.0,2.5,18.28,509.3283686400002,45.536223337938736,44.00823823201873
+1999,7,4,12,30,54.0,455.0,507.0,33.0,3.0,2.6,16.93,498.7450047699753,46.167092865020464,44.67085785071054
+1999,7,4,13,30,406.0,460.0,829.0,34.0,2.0,2.4000000000000004,16.61,833.8924612906808,56.31004490978864,53.808367525916594
+1999,7,4,14,30,436.0,368.0,726.0,33.0,2.0,2.0,16.43,724.6590404279927,52.91183564737366,50.73785852608968
+1999,7,4,15,30,449.0,271.0,582.0,33.0,2.0,1.4,17.46,570.0700663636451,49.306381821983145,47.59617162289221
+1999,7,4,16,30,484.0,180.0,439.0,32.0,2.0,0.8,18.63,410.74495742364576,44.233084187930885,43.00084931565995
+1999,7,4,17,30,347.0,127.0,251.0,29.0,3.0,0.30000000000000004,21.66,216.67336924980367,35.6748606242872,35.024840516537786
+1999,7,4,18,30,199.0,59.0,93.0,26.0,8.0,0.1,39.06,65.53657575502753,28.046466831703516,27.84985710443843
+1999,7,4,19,30,0.0,0.0,0.0,23.0,8.0,0.5,48.75,0.0,23.0,23.0
+1999,7,4,20,30,0.0,0.0,0.0,21.0,7.0,1.3,46.15,0.0,21.0,21.0
+1999,7,4,21,30,0.0,0.0,0.0,20.0,6.0,2.0,46.45,0.0,20.0,20.0
+1999,7,4,22,30,0.0,0.0,0.0,19.0,4.0,2.3000000000000003,47.7,0.0,19.0,19.0
+1999,7,4,23,30,0.0,0.0,0.0,18.0,3.0,2.5,43.01,0.0,18.0,18.0
+1999,7,5,0,30,0.0,0.0,0.0,18.0,2.0,2.5,43.06,0.0,18.0,18.0
+1999,7,5,1,30,0.0,0.0,0.0,17.0,2.0,2.3000000000000003,42.05,0.0,17.0,17.0
+1999,7,5,2,30,0.0,0.0,0.0,16.0,2.0,2.1,44.58,0.0,16.0,16.0
+1999,7,5,3,30,0.0,0.0,0.0,16.0,2.0,2.0,44.51,0.0,16.0,16.0
+1999,7,5,4,30,0.0,0.0,0.0,17.0,2.0,2.0,41.84,0.0,17.0,17.0
+1999,7,5,5,30,456.0,37.0,101.0,20.0,3.0,2.3000000000000003,37.31,36.64569414711721,20.9869758662443,20.87703878380295
+1999,7,5,6,30,709.0,61.0,291.0,25.0,2.0,2.3000000000000003,26.01,220.87942135341655,30.948929698278818,30.28629143421857
+1999,7,5,7,30,829.0,76.0,494.0,28.0,0.0,2.5,20.17,446.1558540226451,39.85731181576486,38.518844253696926
+1999,7,5,8,30,892.0,87.0,682.0,29.0,0.0,3.5,18.54,663.3735169443278,45.50012256231919,43.51000201148621
+1999,7,5,9,30,927.0,97.0,838.0,29.0,1.0,4.1000000000000005,19.12,848.5246373785645,49.288716720851895,46.7431428087162
+1999,7,5,10,30,943.0,104.0,950.0,30.0,2.0,4.6000000000000005,19.82,980.0422781469991,52.67911375813846,49.73898692369747
+1999,7,5,11,30,457.0,429.0,862.0,30.0,4.0,4.9,21.58,874.2332812907955,49.838838748172954,47.216138904300564
+1999,7,5,12,30,940.0,113.0,1008.0,30.0,5.0,5.2,23.22,1051.1211376875801,53.39238744904251,50.23902403597977
+1999,7,5,13,30,388.0,385.0,738.0,30.0,5.0,5.4,26.02,743.6645644507614,46.3368503792211,44.105856685868815
+1999,7,5,14,30,346.0,368.0,652.0,29.0,6.0,5.4,28.69,649.4438831591967,43.26700700295991,41.31867535348232
+1999,7,5,15,30,534.0,249.0,619.0,28.0,6.0,5.2,31.6,606.5493460979912,41.498574809466746,39.67892677117277
+1999,7,5,16,30,526.0,167.0,448.0,26.0,7.0,4.800000000000002,34.78,418.58996613574016,35.5610530755492,34.30528317714197
+1999,7,5,17,30,223.0,141.0,221.0,24.0,7.0,4.0,40.47,197.34101222513652,28.7496033881111,28.15758035143569
+1999,7,5,18,30,19.0,58.0,62.0,21.0,8.0,2.5,50.38,57.44713799933698,22.526750399081035,22.354408985083023
+1999,7,5,19,30,0.0,0.0,0.0,19.0,9.0,1.4,62.1,0.0,19.0,19.0
+1999,7,5,20,30,0.0,0.0,0.0,18.0,9.0,1.2000000000000002,71.83,0.0,18.0,18.0
+1999,7,5,21,30,0.0,0.0,0.0,16.0,9.0,1.1,76.47,0.0,16.0,16.0
+1999,7,5,22,30,0.0,0.0,0.0,16.0,9.0,1.0,81.21000000000002,0.0,16.0,16.0
+1999,7,5,23,30,0.0,0.0,0.0,15.0,9.0,0.9,86.60000000000002,0.0,15.0,15.0
+1999,7,6,0,30,0.0,0.0,0.0,14.0,9.0,0.9,86.69,0.0,14.0,14.0
+1999,7,6,1,30,0.0,0.0,0.0,14.0,9.0,0.9,92.73,0.0,14.0,14.0
+1999,7,6,2,30,0.0,0.0,0.0,14.0,9.0,0.9,92.42,0.0,14.0,14.0
+1999,7,6,3,30,0.0,0.0,0.0,13.0,9.0,0.9,91.71,0.0,13.0,13.0
+1999,7,6,4,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,84.85000000000002,0.0,14.0,14.0
+1999,7,6,5,30,356.0,42.0,91.0,17.0,9.0,2.0,71.21000000000002,41.41954147506437,18.138106414782264,18.013847790357072
+1999,7,6,6,30,615.0,74.0,272.0,21.0,10.0,3.1,56.12000000000001,211.51785027971044,26.40199317044388,25.767439619604747
+1999,7,6,7,30,748.0,93.0,469.0,24.0,10.0,3.8,47.05,425.7496226092147,34.382501261459396,33.10525239363175
+1999,7,6,8,30,826.0,105.0,655.0,27.0,10.0,3.9,39.78,637.6012935550281,42.446913756235034,40.534109875569946
+1999,7,6,9,30,873.0,113.0,811.0,29.0,10.0,3.9,35.0,819.8634841975368,48.86250758945914,46.402917136866535
+1999,7,6,10,30,897.0,120.0,924.0,30.0,9.0,4.1000000000000005,32.28,952.625441221529,52.77782738015805,49.91995105649347
+1999,7,6,11,30,415.0,492.0,885.0,31.0,9.0,4.5,30.0,893.9897062987748,51.82332633577129,49.141357216874965
+1999,7,6,12,30,11.0,163.0,174.0,31.0,9.0,5.1000000000000005,29.95,170.32730302821014,34.815272813598924,34.304290904514296
+1999,7,6,13,30,9.0,150.0,158.0,31.0,9.0,5.5,32.14,155.1303074183786,34.385921944725474,33.920531022470335
+1999,7,6,14,30,13.0,206.0,217.0,30.0,10.0,5.7,34.52,212.2354291767537,34.572829070214276,33.936122782684016
+1999,7,6,15,30,29.0,269.0,290.0,29.0,10.0,5.6000000000000005,36.78,282.6568994900352,35.12959557866269,34.28162488019258
+1999,7,6,16,30,67.0,229.0,265.0,27.0,10.0,5.2,39.55,256.3704801345641,32.70544857940748,31.93633713900379
+1999,7,6,17,30,135.0,146.0,194.0,25.0,10.0,4.3,45.53,178.7584991037725,29.21856876212486,28.68229326481354
+1999,7,6,18,30,0.0,53.0,53.0,23.0,11.0,2.7,56.55,51.801390838119936,24.35852274852705,24.20311857601269
+1999,7,6,19,30,0.0,0.0,0.0,21.0,11.0,1.6,67.63,0.0,21.0,21.0
+1999,7,6,20,30,0.0,0.0,0.0,20.0,11.0,1.8,70.16,0.0,20.0,20.0
+1999,7,6,21,30,0.0,0.0,0.0,19.0,11.0,2.3000000000000003,68.29,0.0,19.0,19.0
+1999,7,6,22,30,0.0,0.0,0.0,19.0,10.0,2.7,71.43,0.0,19.0,19.0
+1999,7,6,23,30,0.0,0.0,0.0,18.0,10.0,2.9000000000000004,75.68,0.0,18.0,18.0
+1999,7,7,0,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,75.41,0.0,17.0,17.0
+1999,7,7,1,30,0.0,0.0,0.0,17.0,10.0,2.6,79.73,0.0,17.0,17.0
+1999,7,7,2,30,0.0,0.0,0.0,16.0,10.0,2.3000000000000003,78.96000000000002,0.0,16.0,16.0
+1999,7,7,3,30,0.0,0.0,0.0,15.0,10.0,2.1,83.47,0.0,15.0,15.0
+1999,7,7,4,30,0.0,0.0,0.0,16.0,10.0,2.5,77.21000000000002,0.0,16.0,16.0
+1999,7,7,5,30,459.0,35.0,97.0,19.0,10.0,3.0,64.38,34.67584783672426,19.891476613701162,19.787449070190988
+1999,7,7,6,30,712.0,57.0,286.0,23.0,10.0,2.5,50.58,216.06294846737194,28.742221532480734,28.094032687078617
+1999,7,7,7,30,832.0,70.0,488.0,27.0,9.0,1.5,39.73,440.1151151682898,39.50492841153796,38.18458306603309
+1999,7,7,8,30,899.0,79.0,676.0,29.0,7.0,1.3,29.9,658.8440672247118,47.97268285411424,45.99615065244011
+1999,7,7,9,30,937.0,86.0,834.0,31.0,6.0,2.2,24.67,845.0557111074207,53.91208036151063,51.37691322818837
+1999,7,7,10,30,956.0,91.0,947.0,32.0,6.0,3.2,22.35,979.0116853156729,56.83828211266413,53.90124705671711
+1999,7,7,11,30,962.0,95.0,1006.0,33.0,5.0,3.9,20.74,1050.4737820190967,58.44941184727159,55.2979905012143
+1999,7,7,12,30,955.0,98.0,1007.0,33.0,6.0,4.5,20.9,1051.7647103977183,57.49831316708717,54.34301903589402
+1999,7,7,13,30,934.0,101.0,949.0,33.0,6.0,5.0,21.38,983.5597231717765,55.17504178924517,52.22436261972984
+1999,7,7,14,30,898.0,103.0,839.0,32.0,6.0,5.2,23.41,853.3234500635596,50.990458899108795,48.43048854891811
+1999,7,7,15,30,573.0,236.0,632.0,31.0,7.0,5.2,25.79,620.750433269748,44.81461576936046,42.95236446955121
+1999,7,7,16,30,669.0,126.0,483.0,30.0,8.0,4.9,28.4,448.3143353444413,40.17352690378107,38.82858389774774
+1999,7,7,17,30,614.0,82.0,300.0,28.0,8.0,3.8,35.55000000000001,244.23533073707205,33.95602085077625,33.22331485856503
+1999,7,7,18,30,375.0,52.0,116.0,25.0,10.0,2.4000000000000004,48.19,65.68625776321544,26.75737691450655,26.560318141216904
+1999,7,7,19,30,0.0,0.0,0.0,22.0,12.0,1.8,61.57,0.0,22.0,22.0
+1999,7,7,20,30,0.0,0.0,0.0,21.0,12.0,1.9,66.34,0.0,21.0,21.0
+1999,7,7,21,30,0.0,0.0,0.0,20.0,12.0,2.2,69.92,0.0,20.0,20.0
+1999,7,7,22,30,0.0,0.0,0.0,20.0,12.0,2.8000000000000003,73.61,0.0,20.0,20.0
+1999,7,7,23,30,0.0,0.0,0.0,19.0,11.0,3.5,72.19,0.0,19.0,19.0
+1999,7,8,0,30,0.0,0.0,0.0,19.0,11.0,3.9,70.47,0.0,19.0,19.0
+1999,7,8,1,30,0.0,0.0,0.0,19.0,11.0,3.8,69.07000000000001,0.0,19.0,19.0
+1999,7,8,2,30,0.0,0.0,0.0,19.0,11.0,3.4000000000000004,67.8,0.0,19.0,19.0
+1999,7,8,3,30,0.0,0.0,0.0,19.0,10.0,3.0,70.84,0.0,19.0,19.0
+1999,7,8,4,30,0.0,0.0,0.0,19.0,10.0,2.8000000000000003,65.75,0.0,19.0,19.0
+1999,7,8,5,30,162.0,47.0,68.0,21.0,10.0,3.0,58.54,46.09538931178862,22.185060038456783,22.046773870521417
+1999,7,8,6,30,0.0,50.0,50.0,24.0,10.0,3.1,51.87000000000001,48.86923663973578,25.248080397108602,25.101472687189393
+1999,7,8,7,30,753.0,86.0,462.0,26.0,10.0,2.9000000000000004,42.62,419.75573642560136,36.86320270707165,35.60393549779484
+1999,7,8,8,30,824.0,99.0,645.0,28.0,10.0,2.5,38.99,629.3007084539695,44.72468187684414,42.836779751482226
+1999,7,8,9,30,7.0,141.0,146.0,29.0,9.0,2.2,36.02,143.48891479068547,32.890429356854824,32.45996261248277
+1999,7,8,10,30,11.0,165.0,175.0,29.0,9.0,2.0,33.83,171.50869902626235,33.712634268784996,33.19810817170621
+1999,7,8,11,30,0.0,67.0,67.0,29.0,9.0,1.9,34.07,65.48477709724594,30.811426469916988,30.61497213862525
+1999,7,8,12,30,2.0,114.0,116.0,28.0,10.0,1.7000000000000002,37.16,113.42494798062421,31.179812855421513,30.83953801147964
+1999,7,8,13,30,14.0,195.0,207.0,27.0,10.0,1.1,43.88,203.85152763836737,32.94977276311585,32.33821818020075
+1999,7,8,14,30,0.0,31.0,31.0,25.0,11.0,0.5,49.14,30.29892671663619,25.92084853214688,25.829951751996973
+1999,7,8,15,30,9.0,176.0,182.0,24.0,12.0,0.30000000000000004,58.49,178.14776169490258,29.48803705761954,28.95359377253483
+1999,7,8,16,30,0.0,116.0,116.0,22.0,13.0,0.5,65.11,113.37662900418702,25.44575579771092,25.105625910698357
+1999,7,8,17,30,0.0,104.0,104.0,21.0,13.0,0.6000000000000001,76.23,101.64801221065042,24.06849375896558,23.76354972233363
+1999,7,8,18,30,0.0,43.0,43.0,19.0,14.0,0.6000000000000001,83.60000000000002,42.02754351017277,20.268704150341538,20.14262151981102
+1999,7,8,19,30,0.0,0.0,0.0,18.0,14.0,1.0,90.67,0.0,18.0,18.0
+1999,7,8,20,30,0.0,0.0,0.0,18.0,14.0,1.7000000000000002,91.26,0.0,18.0,18.0
+1999,7,8,21,30,0.0,0.0,0.0,18.0,14.0,2.2,95.92,0.0,18.0,18.0
+1999,7,8,22,30,0.0,0.0,0.0,18.0,13.0,2.4000000000000004,92.4,0.0,18.0,18.0
+1999,7,8,23,30,0.0,0.0,0.0,17.0,13.0,2.4000000000000004,88.78,0.0,17.0,17.0
+1999,7,9,0,30,0.0,0.0,0.0,17.0,12.0,2.0,91.84,0.0,17.0,17.0
+1999,7,9,1,30,0.0,0.0,0.0,16.0,12.0,1.6,88.2,0.0,16.0,16.0
+1999,7,9,2,30,0.0,0.0,0.0,15.0,10.0,1.3,86.48,0.0,15.0,15.0
+1999,7,9,3,30,0.0,0.0,0.0,14.0,8.0,2.1,80.68,0.0,14.0,14.0
+1999,7,9,4,30,0.0,0.0,0.0,14.0,5.0,3.8,65.92,0.0,14.0,14.0
+1999,7,9,5,30,426.0,36.0,93.0,16.0,4.0,5.300000000000002,54.44,35.615540457510164,16.787489220933743,16.680642599561214
+1999,7,9,6,30,686.0,61.0,280.0,17.0,4.0,6.0,49.59,212.5587558521871,21.492088198466973,20.854411930910413
+1999,7,9,7,30,127.0,221.0,285.0,19.0,5.0,6.1000000000000005,45.13,272.5092874478667,24.72212372113338,23.90459585878978
+1999,7,9,8,30,832.0,115.0,666.0,21.0,4.0,5.6000000000000005,40.57,649.5461473228775,35.08582348405776,33.13718504208913
+1999,7,9,9,30,931.0,93.0,835.0,22.0,3.0,4.9,33.64,846.2054654670727,41.20280791922837,38.66419152282715
+1999,7,9,10,30,958.0,96.0,952.0,24.0,2.0,4.4,30.39,985.3525676249072,47.10193191733631,44.145874214461585
+1999,7,9,11,30,970.0,97.0,1014.0,25.0,2.0,4.1000000000000005,28.14,1060.3700209553353,50.354062836537814,47.17295277367181
+1999,7,9,12,30,405.0,498.0,883.0,26.0,2.0,4.1000000000000005,26.32,892.2738968080155,47.33478691399726,44.657965223573214
+1999,7,9,13,30,158.0,477.0,621.0,26.0,2.0,4.2,24.72,615.9826730464263,40.63226053988953,38.78431252075025
+1999,7,9,14,30,440.0,362.0,722.0,26.0,2.0,4.3,24.62,722.8574389180561,43.05890252255387,40.89033020579971
+1999,7,9,15,30,508.0,241.0,593.0,25.0,2.0,4.4,26.18,581.6799786235886,38.63768838217021,36.89264844629945
+1999,7,9,16,30,35.0,209.0,228.0,24.0,2.0,4.2,28.04,221.30134379655334,29.256866892447114,28.592962861057455
+1999,7,9,17,30,25.0,130.0,139.0,22.0,2.0,3.6,32.01,133.7451002320135,25.304790019108623,24.903554718412583
+1999,7,9,18,30,324.0,50.0,105.0,19.0,3.0,2.2,40.57,61.62719080664651,20.67090421336321,20.486022640943272
+1999,7,9,19,30,0.0,0.0,0.0,17.0,5.0,1.4,51.36,0.0,17.0,17.0
+1999,7,9,20,30,0.0,0.0,0.0,15.0,5.0,1.4,59.04,0.0,15.0,15.0
+1999,7,9,21,30,0.0,0.0,0.0,14.0,5.0,1.3,63.84,0.0,14.0,14.0
+1999,7,9,22,30,0.0,0.0,0.0,14.0,5.0,1.2000000000000002,69.06,0.0,14.0,14.0
+1999,7,9,23,30,0.0,0.0,0.0,13.0,5.0,1.1,69.37,0.0,13.0,13.0
+1999,7,10,0,30,0.0,0.0,0.0,13.0,5.0,1.0,69.64,0.0,13.0,13.0
+1999,7,10,1,30,0.0,0.0,0.0,13.0,5.0,0.9,74.17,0.0,13.0,13.0
+1999,7,10,2,30,0.0,0.0,0.0,12.0,5.0,0.9,79.38,0.0,12.0,12.0
+1999,7,10,3,30,0.0,0.0,0.0,11.0,5.0,0.9,84.99,0.0,11.0,11.0
+1999,7,10,4,30,0.0,0.0,0.0,11.0,5.0,1.3,79.25,0.0,11.0,11.0
+1999,7,10,5,30,438.0,35.0,92.0,13.0,5.0,1.8,71.25,34.63815572471545,13.964584436498123,13.860669969323977
+1999,7,10,6,30,693.0,60.0,280.0,16.0,6.0,1.5,59.75,212.34318005766556,22.033276690086147,21.39624714991315
+1999,7,10,7,30,814.0,76.0,481.0,19.0,5.0,1.1,47.8,435.6788604523658,31.716069618979667,30.40903303762257
+1999,7,10,8,30,882.0,88.0,671.0,22.0,5.0,1.5,37.51,654.838852511393,40.60584353849666,38.641326980962475
+1999,7,10,9,30,923.0,96.0,830.0,24.0,4.0,2.2,32.18,842.2439443752393,46.83584464772422,44.30911281459851
+1999,7,10,10,30,945.0,102.0,946.0,26.0,4.0,2.9000000000000004,27.93,978.931492766479,51.33457036898258,48.39777589068314
+1999,7,10,11,30,952.0,107.0,1007.0,27.0,3.0,3.5,25.64,1052.2267376197228,53.172088108141594,50.01540789528242
+1999,7,10,12,30,946.0,112.0,1010.0,28.0,3.0,4.0,25.01,1056.8518017887225,53.43630866137645,50.265753256010285
+1999,7,10,13,30,928.0,113.0,955.0,28.0,3.0,4.3,23.1,990.3035146893897,51.37043269571147,48.3995221516433
+1999,7,10,14,30,894.0,113.0,845.0,28.0,3.0,4.3,24.11,860.5216947455175,48.30767744630035,45.7261123620638
+1999,7,10,15,30,837.0,112.0,690.0,27.0,2.0,4.0,25.23,679.945883251289,43.364937193786005,41.32509954403214
+1999,7,10,16,30,582.0,150.0,460.0,26.0,2.0,3.7,26.82,429.7915718247301,36.55026673561916,35.26089202014497
+1999,7,10,17,30,608.0,88.0,303.0,24.0,3.0,3.0,29.14,248.5490716363551,30.38991397598302,29.644266761073954
+1999,7,10,18,30,250.0,54.0,96.0,21.0,5.0,2.1,40.27,62.56486531941593,22.707684759775084,22.519990163816836
+1999,7,10,19,30,0.0,0.0,0.0,18.0,6.0,2.2,53.74,0.0,18.0,18.0
+1999,7,10,20,30,0.0,0.0,0.0,17.0,6.0,2.8000000000000003,62.59,0.0,17.0,17.0
+1999,7,10,21,30,0.0,0.0,0.0,16.0,7.0,3.2,63.58,0.0,16.0,16.0
+1999,7,10,22,30,0.0,0.0,0.0,15.0,7.0,3.3000000000000003,67.78,0.0,15.0,15.0
+1999,7,10,23,30,0.0,0.0,0.0,15.0,6.0,3.6,66.93,0.0,15.0,15.0
+1999,7,11,0,30,0.0,0.0,0.0,15.0,6.0,3.9,69.28,0.0,15.0,15.0
+1999,7,11,1,30,0.0,0.0,0.0,14.0,6.0,3.8,68.01,0.0,14.0,14.0
+1999,7,11,2,30,0.0,0.0,0.0,14.0,6.0,3.6,72.4,0.0,14.0,14.0
+1999,7,11,3,30,0.0,0.0,0.0,13.0,6.0,3.2,72.41,0.0,13.0,13.0
+1999,7,11,4,30,0.0,0.0,0.0,14.0,5.0,3.0,71.04,0.0,14.0,14.0
+1999,7,11,5,30,409.0,36.0,89.0,16.0,5.0,2.9000000000000004,61.39,35.585386767903124,16.920943387602264,16.814187227298554
+1999,7,11,6,30,670.0,63.0,274.0,19.0,5.0,2.9000000000000004,45.55,209.39377101949253,24.419073005536074,23.790891692477597
+1999,7,11,7,30,790.0,82.0,474.0,22.0,4.0,3.2,35.02,430.15880725638306,32.91346096082201,31.622984539052858
+1999,7,11,8,30,854.0,97.0,660.0,24.0,4.0,3.1,30.88,644.9997032263287,40.47276571296159,38.537766603282606
+1999,7,11,9,30,887.0,110.0,815.0,26.0,4.0,3.0,29.34,826.3650225146582,47.24490496731985,44.765809899775874
+1999,7,11,10,30,900.0,124.0,926.0,27.0,4.0,3.0,27.64,958.3823325913974,51.638919876235924,48.76377287846173
+1999,7,11,11,30,372.0,471.0,823.0,28.0,4.0,3.0,25.83,830.6508289468358,49.35508817677233,46.86313568993182
+1999,7,11,12,30,370.0,478.0,830.0,27.0,4.0,2.9000000000000004,27.51,837.7915222836582,48.68189340384777,46.168518836996796
+1999,7,11,13,30,419.0,450.0,830.0,26.0,4.0,2.4000000000000004,29.93,837.1822581208334,48.39806047346357,45.88651369910107
+1999,7,11,14,30,239.0,411.0,606.0,24.0,5.0,1.9,33.79,602.2834070129504,40.660240046857076,38.853389825818226
+1999,7,11,15,30,0.0,48.0,48.0,22.0,6.0,1.7000000000000002,41.34,46.914467174146345,23.315224106173577,23.17448070465114
+1999,7,11,16,30,0.0,101.0,101.0,21.0,7.0,1.7000000000000002,51.15,98.71585801226628,23.767450723406903,23.471303149370105
+1999,7,11,17,30,0.0,108.0,108.0,19.0,8.0,1.4,58.74,105.5575511418293,22.019386273150143,21.702713619724655
+1999,7,11,18,30,0.0,29.0,29.0,18.0,9.0,0.8,69.91,28.344157251046756,18.844164865864393,18.75913239411125
+1999,7,11,19,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,83.64,0.0,16.0,16.0
+1999,7,11,20,30,0.0,0.0,0.0,14.0,10.0,0.8,87.66,0.0,14.0,14.0
+1999,7,11,21,30,0.0,0.0,0.0,14.0,9.0,0.9,92.54,0.0,14.0,14.0
+1999,7,11,22,30,0.0,0.0,0.0,13.0,9.0,1.0,91.71,0.0,13.0,13.0
+1999,7,11,23,30,0.0,0.0,0.0,13.0,9.0,1.1,90.93,0.0,13.0,13.0
+1999,7,12,0,30,0.0,0.0,0.0,13.0,9.0,1.3,95.83,0.0,13.0,13.0
+1999,7,12,1,30,0.0,0.0,0.0,12.0,8.0,1.6,93.26,0.0,12.0,12.0
+1999,7,12,2,30,0.0,0.0,0.0,12.0,8.0,1.7000000000000002,95.99,0.0,12.0,12.0
+1999,7,12,3,30,0.0,0.0,0.0,11.0,7.0,1.9,92.2,0.0,11.0,11.0
+1999,7,12,4,30,0.0,0.0,0.0,12.0,7.0,2.4000000000000004,83.43,0.0,12.0,12.0
+1999,7,12,5,30,374.0,38.0,85.0,15.0,7.0,3.0,74.7,37.49492569908198,15.963951899621435,15.85146712252419
+1999,7,12,6,30,649.0,67.0,270.0,19.0,7.0,3.0,58.48,207.91295277029155,24.34520557227645,23.721466713965572
+1999,7,12,7,30,784.0,84.0,471.0,22.0,6.0,2.8000000000000003,44.65,428.7261417834552,33.169200578630615,31.88302215328025
+1999,7,12,8,30,859.0,96.0,661.0,24.0,5.0,3.0,34.980000000000004,646.6698271844409,40.62514584893736,38.68513636738403
+1999,7,12,9,30,904.0,104.0,821.0,26.0,5.0,3.2,31.75,833.8981107175006,47.15663871830123,44.65494438614873
+1999,7,12,10,30,928.0,110.0,937.0,27.0,4.0,3.3000000000000003,29.18,970.5767325414298,51.462045861998455,48.55031566437417
+1999,7,12,11,30,938.0,114.0,1000.0,28.0,4.0,3.3000000000000003,26.93,1045.1359377375552,54.3412076384878,51.205799825275136
+1999,7,12,12,30,937.0,116.0,1005.0,29.0,4.0,3.3000000000000003,24.95,1052.0153004949916,55.51459247415461,52.35854657266964
+1999,7,12,13,30,925.0,114.0,952.0,29.0,4.0,3.3000000000000003,23.25,988.8406578629929,53.922362871315514,50.95584089772653
+1999,7,12,14,30,900.0,110.0,845.0,29.0,4.0,3.4000000000000004,23.08,863.0359751791459,50.60844830975842,48.01934038422098
+1999,7,12,15,30,859.0,101.0,693.0,28.0,4.0,3.4000000000000004,24.32,684.4958113891743,45.13821067027812,43.0847232361106
+1999,7,12,16,30,793.0,88.0,509.0,27.0,4.0,3.2,25.71,471.9556574575762,38.973879311582806,37.55801233921008
+1999,7,12,17,30,676.0,71.0,309.0,25.0,4.0,2.4000000000000004,29.23,249.96276448690818,31.687529580068844,30.93764128660812
+1999,7,12,18,30,197.0,56.0,89.0,22.0,7.0,1.4,43.13,62.3199398378143,23.78261023351151,23.595650413998065
+1999,7,12,19,30,0.0,0.0,0.0,19.0,7.0,1.1,53.27,0.0,19.0,19.0
+1999,7,12,20,30,0.0,0.0,0.0,18.0,6.0,1.3,54.29,0.0,18.0,18.0
+1999,7,12,21,30,0.0,0.0,0.0,17.0,6.0,1.7000000000000002,56.18,0.0,17.0,17.0
+1999,7,12,22,30,0.0,0.0,0.0,16.0,6.0,2.0,59.26,0.0,16.0,16.0
+1999,7,12,23,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,62.94000000000001,0.0,16.0,16.0
+1999,7,13,0,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,62.3,0.0,15.0,15.0
+1999,7,13,1,30,0.0,0.0,0.0,15.0,5.0,2.4000000000000004,66.26,0.0,15.0,15.0
+1999,7,13,2,30,0.0,0.0,0.0,14.0,5.0,2.5,65.76,0.0,14.0,14.0
+1999,7,13,3,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,67.44,0.0,14.0,14.0
+1999,7,13,4,30,0.0,0.0,0.0,15.0,4.0,2.2,58.8,0.0,15.0,15.0
+1999,7,13,5,30,416.0,35.0,87.0,18.0,4.0,2.7,45.3,34.60046361270665,18.907418047409912,18.80361665657179
+1999,7,13,6,30,684.0,63.0,276.0,23.0,3.0,3.0,31.9,210.88781417703677,28.421685875962254,27.789022433431143
+1999,7,13,7,30,810.0,80.0,479.0,26.0,1.0,2.8000000000000003,23.41,435.57057794254405,37.347512262612575,36.04080052878494
+1999,7,13,8,30,879.0,93.0,670.0,29.0,0.0,2.7,18.87,656.0299732756314,46.204782110882874,44.23669219105598
+1999,7,13,9,30,917.0,103.0,830.0,30.0,0.0,2.3000000000000003,16.490000000000002,843.0824873490991,52.70668048819684,50.177433026149544
+1999,7,13,10,30,937.0,112.0,945.0,31.0,0.0,2.0,15.5,980.7228011052543,57.94783359041001,55.00566518709425
+1999,7,13,11,30,525.0,427.0,923.0,32.0,0.0,1.9,14.63,939.9496156708717,58.000693438813364,55.18084459180075
+1999,7,13,12,30,466.0,468.0,910.0,33.0,0.0,2.1,13.85,924.2939815368227,58.22826090592469,55.455378961314224
+1999,7,13,13,30,421.0,451.0,832.0,33.0,0.0,2.3000000000000003,13.97,840.2269398130086,55.629772230115535,53.10909141067651
+1999,7,13,14,30,388.0,361.0,678.0,32.0,0.0,2.5,15.02,678.6292260253039,50.035666836425236,47.99977915834933
+1999,7,13,15,30,505.0,255.0,603.0,31.0,0.0,2.3000000000000003,16.25,593.6742717277826,46.989386809079605,45.208363993896256
+1999,7,13,16,30,85.0,233.0,278.0,30.0,1.0,1.8,17.76,269.0980828661897,37.493696393281084,36.68640214468252
+1999,7,13,17,30,118.0,143.0,185.0,27.0,3.0,1.1,24.29,171.26625810406475,31.99871317872109,31.484914404408897
+1999,7,13,18,30,0.0,18.0,18.0,24.0,8.0,0.9,43.01,17.592925190304882,24.52044372635001,24.467664950779096
+1999,7,13,19,30,0.0,0.0,0.0,22.0,9.0,1.1,49.18,0.0,22.0,22.0
+1999,7,13,20,30,0.0,0.0,0.0,21.0,9.0,1.5,53.48,0.0,21.0,21.0
+1999,7,13,21,30,0.0,0.0,0.0,21.0,9.0,1.9,56.07,0.0,21.0,21.0
+1999,7,13,22,30,0.0,0.0,0.0,20.0,8.0,2.6,54.77,0.0,20.0,20.0
+1999,7,13,23,30,0.0,0.0,0.0,19.0,8.0,3.5,58.21,0.0,19.0,19.0
+1999,7,14,0,30,0.0,0.0,0.0,19.0,8.0,4.1000000000000005,62.94000000000001,0.0,19.0,19.0
+1999,7,14,1,30,0.0,0.0,0.0,19.0,9.0,4.3,63.53,0.0,19.0,19.0
+1999,7,14,2,30,0.0,0.0,0.0,19.0,9.0,4.1000000000000005,63.76,0.0,19.0,19.0
+1999,7,14,3,30,0.0,0.0,0.0,18.0,9.0,3.7,65.21000000000001,0.0,18.0,18.0
+1999,7,14,4,30,0.0,0.0,0.0,18.0,10.0,3.5,67.98,0.0,18.0,18.0
+1999,7,14,5,30,210.0,46.0,72.0,20.0,10.0,3.6,66.01,45.15569669100272,21.1157799087327,20.980312818659694
+1999,7,14,6,30,373.0,102.0,218.0,22.0,10.0,3.3000000000000003,58.86,180.68414979843442,26.553894412172955,26.011841962777652
+1999,7,14,7,30,559.0,140.0,414.0,24.0,9.0,2.5,46.25,382.95493567918265,34.17764541873247,33.02878061169492
+1999,7,14,8,30,484.0,229.0,546.0,26.0,8.0,1.6,38.47,534.6822074958147,41.09032248699812,39.486275864510674
+1999,7,14,9,30,146.0,400.0,516.0,27.0,8.0,1.2000000000000002,35.98000000000001,509.1017628601515,41.759434768570024,40.23212947998957
+1999,7,14,10,30,12.0,177.0,189.0,28.0,8.0,1.8,35.87,184.16314445363906,33.12847463151115,32.575985198150235
+1999,7,14,11,30,371.0,482.0,831.0,27.0,8.0,2.5,35.55000000000001,840.4002199675731,49.33499206240856,46.81379140250584
+1999,7,14,12,30,258.0,495.0,739.0,27.0,8.0,2.8000000000000003,35.2,742.3199711141997,46.33896686683859,44.11200695349599
+1999,7,14,13,30,473.0,430.0,858.0,27.0,8.0,2.4000000000000004,34.69,869.1252632708041,50.25266692756969,47.64529113775728
+1999,7,14,14,30,29.0,325.0,349.0,27.0,8.0,2.2,36.59,342.00792375486526,36.27289518353279,35.24687141226819
+1999,7,14,15,30,12.0,203.0,212.0,26.0,8.0,2.6,38.84,206.600452785503,31.45434504960431,30.834543691247802
+1999,7,14,16,30,6.0,155.0,159.0,25.0,8.0,2.5,42.26,154.4205790348941,29.103976087904847,28.640714350800167
+1999,7,14,17,30,0.0,14.0,14.0,23.0,10.0,1.8,50.14,13.683386259126019,23.38104746479696,23.339997306019583
+1999,7,14,18,30,0.0,40.0,40.0,21.0,12.0,1.2000000000000002,64.73,39.09538931178863,22.13341946619364,22.016133298258275
+1999,7,14,19,30,0.0,0.0,0.0,19.0,12.0,1.2000000000000002,75.21000000000002,0.0,19.0,19.0
+1999,7,14,20,30,0.0,0.0,0.0,19.0,12.0,1.3,80.68,0.0,19.0,19.0
+1999,7,14,21,30,0.0,0.0,0.0,18.0,12.0,1.3,80.2,0.0,18.0,18.0
+1999,7,14,22,30,0.0,0.0,0.0,18.0,12.0,1.3,83.87,0.0,18.0,18.0
+1999,7,14,23,30,0.0,0.0,0.0,17.0,11.0,1.5,81.82000000000002,0.0,17.0,17.0
+1999,7,15,0,30,0.0,0.0,0.0,16.0,11.0,1.6,85.05,0.0,16.0,16.0
+1999,7,15,1,30,0.0,0.0,0.0,16.0,11.0,1.6,88.21000000000002,0.0,16.0,16.0
+1999,7,15,2,30,0.0,0.0,0.0,15.0,10.0,1.4,85.87,0.0,15.0,15.0
+1999,7,15,3,30,0.0,0.0,0.0,15.0,10.0,1.4,83.95,0.0,15.0,15.0
+1999,7,15,4,30,0.0,0.0,0.0,16.0,10.0,1.9,82.31,0.0,16.0,16.0
+1999,7,15,5,30,352.0,34.0,76.0,18.0,10.0,2.8000000000000003,73.38,33.54769465589431,18.873986664315876,18.773343580348193
+1999,7,15,6,30,103.0,122.0,154.0,20.0,10.0,3.3000000000000003,60.24,141.48629387907923,23.56596659869599,23.14150771705875
+1999,7,15,7,30,145.0,218.0,289.0,23.0,9.0,3.5,46.28,276.7809026217141,29.884385191021856,29.054042483156714
+1999,7,15,8,30,0.0,74.0,74.0,25.0,7.0,3.5,35.98000000000001,72.32647022680895,26.798979900101184,26.582000489420757
+1999,7,15,9,30,20.0,274.0,290.0,27.0,5.0,3.4000000000000004,31.03,283.9812535124202,34.11024153563212,33.25829777509486
+1999,7,15,10,30,257.0,455.0,683.0,28.0,5.0,3.3000000000000003,27.94,683.589353852286,45.22892540492126,43.178157343364404
+1999,7,15,11,30,15.0,204.0,218.0,29.0,4.0,3.3000000000000003,25.87,214.3171121578142,34.401566770396215,33.75861543392277
+1999,7,15,12,30,15.0,213.0,228.0,29.0,4.0,3.2,24.47,223.2208609010239,34.66328553545675,33.99362295275368
+1999,7,15,13,30,0.0,85.0,85.0,28.0,5.0,3.0,26.52,83.07770228755082,30.135833247916786,29.88660014105413
+1999,7,15,14,30,413.0,358.0,695.0,27.0,5.0,2.4000000000000004,28.91,696.8178034138851,45.6427353762645,43.55228196602284
+1999,7,15,15,30,38.0,284.0,310.0,26.0,5.0,1.7000000000000002,31.35,303.4997017265775,34.508465468563614,33.59796636338388
+1999,7,15,16,30,24.0,194.0,207.0,25.0,6.0,1.0,34.02,201.29132686380274,30.91473114132353,30.31085716073212
+1999,7,15,17,30,0.0,72.0,72.0,23.0,7.0,0.7000000000000001,40.34,70.37170076121953,25.110046307878573,24.898931205594913
+1999,7,15,18,30,0.0,47.0,47.0,21.0,9.0,0.7000000000000001,52.8,45.937082441351635,22.37739133986518,22.239580092541125
+1999,7,15,19,30,0.0,0.0,0.0,19.0,10.0,0.6000000000000001,64.4,0.0,19.0,19.0
+1999,7,15,20,30,0.0,0.0,0.0,18.0,10.0,0.6000000000000001,74.39,0.0,18.0,18.0
+1999,7,15,21,30,0.0,0.0,0.0,17.0,10.0,0.7000000000000001,74.01,0.0,17.0,17.0
+1999,7,15,22,30,0.0,0.0,0.0,16.0,9.0,0.8,76.04,0.0,16.0,16.0
+1999,7,15,23,30,0.0,0.0,0.0,15.0,9.0,1.0,79.22,0.0,15.0,15.0
+1999,7,16,0,30,0.0,0.0,0.0,14.0,9.0,1.1,82.62,0.0,14.0,14.0
+1999,7,16,1,30,0.0,0.0,0.0,14.0,8.0,1.1,85.28,0.0,14.0,14.0
+1999,7,16,2,30,0.0,0.0,0.0,13.0,8.0,1.1,82.49,0.0,13.0,13.0
+1999,7,16,3,30,0.0,0.0,0.0,13.0,7.0,1.1,80.32000000000002,0.0,13.0,13.0
+1999,7,16,4,30,0.0,0.0,0.0,14.0,7.0,1.1,73.67,0.0,14.0,14.0
+1999,7,16,5,30,0.0,7.0,7.0,16.0,8.0,1.8,69.14,6.8416931295630095,16.190523732398482,16.16999865300979
+1999,7,16,6,30,311.0,108.0,203.0,19.0,8.0,2.7,63.13,172.3536403885516,23.5200782734002,23.003017352234544
+1999,7,16,7,30,4.0,142.0,144.0,20.0,8.0,2.9000000000000004,55.64,140.54292268438277,23.63722547585804,23.215596707804888
+1999,7,16,8,30,784.0,121.0,632.0,21.0,9.0,2.7,54.26,620.8033981016235,37.28094390977861,35.418533715473735
+1999,7,16,9,30,254.0,390.0,590.0,22.0,9.0,2.5,52.16,586.5198643469338,37.58771190604778,35.82815231300698
+1999,7,16,10,30,236.0,457.0,667.0,23.0,10.0,2.3000000000000003,49.41,665.9927934730374,40.93713639620661,38.9391580157875
+1999,7,16,11,30,24.0,358.0,382.0,24.0,10.0,2.3000000000000003,49.79,373.80506244952545,34.06766508055483,32.94624989320626
+1999,7,16,12,30,17.0,265.0,282.0,24.0,10.0,2.4000000000000004,50.24,276.05189758614097,31.38552093761206,30.55736524485364
+1999,7,16,13,30,5.0,128.0,134.0,23.0,10.0,2.6,51.24,129.86269686114426,26.428433714461587,26.038845623878153
+1999,7,16,14,30,0.0,103.0,103.0,22.0,10.0,2.9000000000000004,55.76,100.6706274778557,24.60533767150524,24.30332578907167
+1999,7,16,15,30,0.0,30.0,30.0,21.0,11.0,3.2,60.64,29.32154198384147,21.743910152143023,21.6559455261915
+1999,7,16,16,30,0.0,57.0,57.0,20.0,11.0,3.2,66.45,55.71092976929879,21.413429289071743,21.246296499763847
+1999,7,16,17,30,0.0,11.0,11.0,19.0,12.0,2.9000000000000004,78.19,10.751232060741874,19.278239945500562,19.245986249318335
+1999,7,16,18,30,0.0,26.0,26.0,17.0,12.0,2.3000000000000003,86.65,25.412003052662605,17.684419665383185,17.608183656225197
+1999,7,16,19,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.92,0.0,16.0,16.0
+1999,7,16,20,30,0.0,0.0,0.0,16.0,13.0,1.4,100.0,0.0,16.0,16.0
+1999,7,16,21,30,0.0,0.0,0.0,15.0,12.0,1.3,99.05,0.0,15.0,15.0
+1999,7,16,22,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,100.0,0.0,15.0,15.0
+1999,7,16,23,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,7,17,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,7,17,1,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
+1999,7,17,2,30,0.0,0.0,0.0,14.0,11.0,0.6000000000000001,100.0,0.0,14.0,14.0
+1999,7,17,3,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,7,17,4,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,7,17,5,30,290.0,38.0,72.0,16.0,11.0,1.6,89.89,37.39692620785908,17.055452507279256,16.943261728655678
+1999,7,17,6,30,573.0,73.0,247.0,18.0,12.0,2.1,82.83,193.74756124411945,23.288267718487294,22.707025034754935
+1999,7,17,7,30,724.0,92.0,443.0,21.0,12.0,2.2,64.12,406.72251555837624,32.02750841018184,30.80734086350671
+1999,7,17,8,30,812.0,102.0,631.0,24.0,11.0,1.9,49.72,619.6804155559087,41.141472528190704,39.282431281522975
+1999,7,17,9,30,861.0,111.0,789.0,25.0,10.0,1.8,44.43,804.2307644477339,47.395778946907114,44.983086653563916
+1999,7,17,10,30,885.0,120.0,903.0,27.0,9.0,2.3000000000000003,40.49,939.5993192888217,52.30616143753934,49.48736347967287
+1999,7,17,11,30,395.0,491.0,862.0,28.0,9.0,2.8000000000000003,37.72,873.0951683086656,50.74593058054822,48.12664507562222
+1999,7,17,12,30,18.0,284.0,301.0,28.0,9.0,3.2,35.55000000000001,295.6192436636008,35.500088387281444,34.61323065629064
+1999,7,17,13,30,404.0,448.0,813.0,28.0,9.0,3.4000000000000004,37.91,821.4211419555498,48.566507998469966,46.10224457260332
+1999,7,17,14,30,29.0,323.0,347.0,27.0,9.0,3.4000000000000004,40.93,340.0632906646229,35.514407567827675,34.494217695833804
+1999,7,17,15,30,9.0,171.0,178.0,26.0,10.0,3.3000000000000003,44.2,173.2785031933668,30.36724531909552,29.84740980951542
+1999,7,17,16,30,0.0,78.0,78.0,25.0,10.0,3.1,47.87000000000001,76.23600915798782,26.947005419489418,26.718297392015455
+1999,7,17,17,30,289.0,129.0,230.0,23.0,11.0,2.9000000000000004,53.05,202.82246677922117,28.249008837694593,27.64054143735693
+1999,7,17,18,30,350.0,45.0,101.0,20.0,12.0,2.5,69.27,56.47809964217652,21.500996640929728,21.3315623420032
+1999,7,17,19,30,0.0,0.0,0.0,18.0,12.0,2.3000000000000003,81.77,0.0,18.0,18.0
+1999,7,17,20,30,0.0,0.0,0.0,18.0,13.0,2.2,83.29,0.0,18.0,18.0
+1999,7,17,21,30,0.0,0.0,0.0,18.0,13.0,2.1,89.74,0.0,18.0,18.0
+1999,7,17,22,30,0.0,0.0,0.0,17.0,13.0,2.0,89.45,0.0,17.0,17.0
+1999,7,17,23,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,93.54,0.0,17.0,17.0
+1999,7,18,0,30,0.0,0.0,0.0,16.0,12.0,1.5,90.06,0.0,16.0,16.0
+1999,7,18,1,30,0.0,0.0,0.0,16.0,11.0,1.4,85.17,0.0,16.0,16.0
+1999,7,18,2,30,0.0,0.0,0.0,16.0,10.0,1.4,79.89,0.0,16.0,16.0
+1999,7,18,3,30,0.0,0.0,0.0,16.0,9.0,1.5,79.24,0.0,16.0,16.0
+1999,7,18,4,30,0.0,0.0,0.0,16.0,8.0,1.8,73.25,0.0,16.0,16.0
+1999,7,18,5,30,0.0,35.0,35.0,18.0,7.0,2.5,61.76,34.20846564781505,18.909145179353484,18.80651978241004
+1999,7,18,6,30,190.0,117.0,175.0,20.0,7.0,2.7,49.39,154.72327059556437,24.057711181683192,23.5935413698965
+1999,7,18,7,30,0.0,89.0,89.0,23.0,6.0,2.4000000000000004,38.62,86.9872412187297,25.327265622673597,25.06630389901741
+1999,7,18,8,30,33.0,259.0,281.0,26.0,5.0,2.5,30.58,274.25896962006385,33.288874709891004,32.46609780103081
+1999,7,18,9,30,285.0,381.0,606.0,27.0,5.0,2.8000000000000003,28.77,602.5845318454855,42.698570359541776,40.89081676400532
+1999,7,18,10,30,17.0,258.0,274.0,28.0,5.0,3.0,27.62,267.9658771741339,34.88909796511625,34.085200333593846
+1999,7,18,11,30,50.0,438.0,486.0,29.0,6.0,3.0,28.44,477.8748630404374,41.28561927835589,39.85199468923457
+1999,7,18,12,30,22.0,341.0,362.0,28.0,6.0,2.9000000000000004,29.5,355.343318750918,37.19622096189978,36.13019100564703
+1999,7,18,13,30,45.0,408.0,449.0,28.0,7.0,2.7,32.53,441.5031106362006,39.57868562292259,38.25417629101399
+1999,7,18,14,30,371.0,365.0,666.0,27.0,7.0,2.5,35.58,668.4629421800022,44.765481437142775,42.76009261060277
+1999,7,18,15,30,0.0,31.0,31.0,26.0,8.0,2.4000000000000004,38.72,30.29892671663619,26.810620610144735,26.719723829994827
+1999,7,18,16,30,7.0,158.0,162.0,24.0,8.0,2.0,42.58,157.83027401243572,28.336785027148018,27.863294205110712
+1999,7,18,17,30,0.0,6.0,6.0,23.0,9.0,1.3,51.43,5.864308396768293,23.16887404608389,23.151281120893586
+1999,7,18,18,30,0.0,42.0,42.0,21.0,11.0,0.5,65.45,41.05015877737806,22.24760123710223,22.124450760770095
+1999,7,18,19,30,0.0,0.0,0.0,19.0,12.0,0.6000000000000001,73.15,0.0,19.0,19.0
+1999,7,18,20,30,0.0,0.0,0.0,18.0,12.0,1.5,84.0,0.0,18.0,18.0
+1999,7,18,21,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.47,0.0,17.0,17.0
+1999,7,18,22,30,0.0,0.0,0.0,16.0,11.0,2.8000000000000003,87.15,0.0,16.0,16.0
+1999,7,18,23,30,0.0,0.0,0.0,15.0,11.0,2.8000000000000003,90.37,0.0,15.0,15.0
+1999,7,19,0,30,0.0,0.0,0.0,15.0,11.0,2.6,88.11,0.0,15.0,15.0
+1999,7,19,1,30,0.0,0.0,0.0,15.0,10.0,2.1,86.17,0.0,15.0,15.0
+1999,7,19,2,30,0.0,0.0,0.0,15.0,10.0,1.3,84.95,0.0,15.0,15.0
+1999,7,19,3,30,0.0,0.0,0.0,15.0,10.0,0.9,84.67,0.0,15.0,15.0
+1999,7,19,4,30,0.0,0.0,0.0,15.0,10.0,0.8,84.25,0.0,15.0,15.0
+1999,7,19,5,30,270.0,38.0,68.0,17.0,10.0,1.0,75.62,37.366772518252034,18.09798279194612,17.985882474391364
+1999,7,19,6,30,574.0,72.0,244.0,20.0,10.0,1.7000000000000002,63.18,191.64586833038317,25.37269804090605,24.797760435914903
+1999,7,19,7,30,729.0,90.0,442.0,23.0,11.0,2.6,52.97,405.6722680932494,33.70993067732246,32.49291387304271
+1999,7,19,8,30,811.0,103.0,628.0,24.0,10.0,3.2,47.72,619.0204173843758,39.70502578376741,37.84796453161428
+1999,7,19,9,30,860.0,111.0,786.0,25.0,10.0,3.5,43.83,802.8044825292594,44.96819592124852,42.559782473660746
+1999,7,19,10,30,253.0,452.0,676.0,26.0,9.0,3.6,40.98,676.7864022219409,42.72313186241225,40.69277265574643
+1999,7,19,11,30,468.0,458.0,897.0,26.0,10.0,3.7,41.17,913.5122284010278,48.42435242497265,45.68381573976957
+1999,7,19,12,30,39.0,377.0,414.0,26.0,10.0,3.7,44.0,407.5734213851125,36.00486885237339,34.78214858821806
+1999,7,19,13,30,0.0,59.0,59.0,25.0,10.0,3.6,44.33,57.66569923488822,26.424897263120542,26.251900165415876
+1999,7,19,14,30,433.0,356.0,708.0,25.0,10.0,3.4000000000000004,47.69,711.7742682752565,42.82120088452791,40.68587807970214
+1999,7,19,15,30,229.0,327.0,483.0,24.0,10.0,3.0,48.58,475.7689113590991,36.23147765556593,34.804170921488634
+1999,7,19,16,30,441.0,189.0,420.0,23.0,11.0,2.4000000000000004,52.88,398.84750576810774,33.67080730298372,32.474264785679395
+1999,7,19,17,30,393.0,115.0,249.0,22.0,11.0,1.2000000000000002,63.13,216.3134357267726,28.271170671729884,27.622230364549566
+1999,7,19,18,30,0.0,20.0,20.0,19.0,12.0,0.7000000000000001,75.37,19.547694655894315,19.586123974410715,19.52748089044303
+1999,7,19,19,30,0.0,0.0,0.0,17.0,13.0,1.5,91.44,0.0,17.0,17.0
+1999,7,19,20,30,0.0,0.0,0.0,16.0,13.0,2.1,96.01,0.0,16.0,16.0
+1999,7,19,21,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
+1999,7,19,22,30,0.0,0.0,0.0,15.0,13.0,1.1,100.0,0.0,15.0,15.0
+1999,7,19,23,30,0.0,0.0,0.0,15.0,11.0,0.7000000000000001,100.0,0.0,15.0,15.0
+1999,7,20,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,7,20,1,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,7,20,2,30,0.0,0.0,0.0,14.0,11.0,1.0,96.99,0.0,14.0,14.0
+1999,7,20,3,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
+1999,7,20,4,30,0.0,0.0,0.0,14.0,10.0,1.7000000000000002,97.43,0.0,14.0,14.0
+1999,7,20,5,30,324.0,34.0,69.0,16.0,10.0,2.3000000000000003,84.67,33.49492569908198,16.902116444401983,16.801631667304736
+1999,7,20,6,30,617.0,64.0,248.0,19.0,10.0,2.6,65.15,192.19940488284632,24.074150895729343,23.497552681080805
+1999,7,20,7,30,763.0,81.0,448.0,22.0,9.0,2.6,50.66,411.0267702051941,32.85129194586577,31.618211635250187
+1999,7,20,8,30,842.0,94.0,638.0,25.0,8.0,2.7,41.72,629.53803906995,41.51001514249453,39.62140102528468
+1999,7,20,9,30,886.0,104.0,798.0,26.0,7.0,2.8000000000000003,35.51,816.6449427452305,47.275285731591445,44.825350903355755
+1999,7,20,10,30,907.0,113.0,914.0,27.0,7.0,2.9000000000000004,32.72,952.8068680405705,51.65846979568161,48.8000491915599
+1999,7,20,11,30,910.0,123.0,975.0,28.0,7.0,3.0,30.6,1026.068690217212,54.37905915629475,51.30085308564311
+1999,7,20,12,30,239.0,494.0,720.0,28.0,7.0,3.1,30.55,722.449241091515,46.45076366466403,44.283415941389485
+1999,7,20,13,30,880.0,132.0,923.0,28.0,7.0,3.0,32.69,964.6862614842497,52.80098671909654,49.90692793464379
+1999,7,20,14,30,182.0,413.0,560.0,27.0,7.0,2.7,32.99,556.5748036585774,41.596510244098226,39.926785833122494
+1999,7,20,15,30,483.0,255.0,584.0,26.0,7.0,2.4000000000000004,35.22,578.531140552033,41.4780817990006,39.7424883773445
+1999,7,20,16,30,182.0,234.0,329.0,25.0,7.0,2.0,37.71,317.0055003538109,33.71052601321374,32.759509512152306
+1999,7,20,17,30,0.0,71.0,71.0,24.0,8.0,1.4,44.71,69.39431602842481,25.98496690179315,25.776783953707877
+1999,7,20,18,30,0.0,3.0,3.0,21.0,11.0,1.0,65.32000000000001,2.9321541983841466,21.08615822657913,21.077361763983976
+1999,7,20,19,30,0.0,0.0,0.0,19.0,11.0,0.9,73.19,0.0,19.0,19.0
+1999,7,20,20,30,0.0,0.0,0.0,18.0,10.0,1.0,74.89,0.0,18.0,18.0
+1999,7,20,21,30,0.0,0.0,0.0,17.0,10.0,1.1,73.06,0.0,17.0,17.0
+1999,7,20,22,30,0.0,0.0,0.0,16.0,10.0,1.1,76.87,0.0,16.0,16.0
+1999,7,20,23,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,81.11,0.0,16.0,16.0
+1999,7,21,0,30,0.0,0.0,0.0,15.0,9.0,1.3,80.64,0.0,15.0,15.0
+1999,7,21,1,30,0.0,0.0,0.0,15.0,9.0,1.4,80.79,0.0,15.0,15.0
+1999,7,21,2,30,0.0,0.0,0.0,15.0,9.0,1.4,86.0,0.0,15.0,15.0
+1999,7,21,3,30,0.0,0.0,0.0,15.0,9.0,1.4,85.07000000000002,0.0,15.0,15.0
+1999,7,21,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,78.06,0.0,16.0,16.0
+1999,7,21,5,30,347.0,33.0,70.0,19.0,10.0,1.4,68.60000000000001,32.53261781109079,19.930568572176,19.83297071874273
+1999,7,21,6,30,638.0,63.0,251.0,23.0,10.0,1.0,51.98,194.8913407588955,28.726674369536504,28.142000347259817
+1999,7,21,7,30,774.0,81.0,452.0,26.0,8.0,1.0,36.6,415.1431761421541,38.19853984914792,36.95311032072146
+1999,7,21,8,30,847.0,94.0,640.0,28.0,7.0,2.2,32.53,632.2359681917071,45.14187729902755,43.245169394452425
+1999,7,21,9,30,885.0,107.0,799.0,29.0,7.0,3.0,28.7,818.4706221919233,50.04194891271807,47.5865370461423
+1999,7,21,10,30,904.0,117.0,913.0,30.0,7.0,3.7,27.17,953.7931182911112,53.413143645061524,50.55176429018819
+1999,7,21,11,30,907.0,126.0,974.0,31.0,7.0,4.1000000000000005,27.28,1026.0063606836188,55.532407768397,52.45438868634614
+1999,7,21,12,30,899.0,131.0,978.0,31.0,7.0,4.4,27.33,1029.4058183650013,55.13477562503385,52.04655816993885
+1999,7,21,13,30,885.0,129.0,924.0,30.0,7.0,4.6000000000000005,27.43,966.5384496609593,52.36662227768485,49.46700692870197
+1999,7,21,14,30,212.0,410.0,582.0,29.0,7.0,4.6000000000000005,29.68,578.8442392960887,42.39500819909533,40.65847548120706
+1999,7,21,15,30,567.0,231.0,617.0,28.0,8.0,4.5,32.43,612.2231522063912,42.26025646479609,40.423587008176916
+1999,7,21,16,30,656.0,125.0,466.0,27.0,8.0,4.1000000000000005,35.86,440.14013134054846,37.52400607934607,36.20358568532443
+1999,7,21,17,30,460.0,102.0,258.0,25.0,9.0,3.0,42.86,220.71076654279364,30.674222810395868,30.012090510767486
+1999,7,21,18,30,69.0,53.0,64.0,23.0,10.0,1.8,56.08,54.02630492842053,24.504495023049742,24.34241610826448
+1999,7,21,19,30,0.0,0.0,0.0,21.0,11.0,1.1,67.83,0.0,21.0,21.0
+1999,7,21,20,30,0.0,0.0,0.0,20.0,12.0,0.9,68.85000000000001,0.0,20.0,20.0
+1999,7,21,21,30,0.0,0.0,0.0,19.0,12.0,0.8,73.77,0.0,19.0,19.0
+1999,7,21,22,30,0.0,0.0,0.0,19.0,12.0,0.9,77.89,0.0,19.0,19.0
+1999,7,21,23,30,0.0,0.0,0.0,18.0,11.0,1.2000000000000002,76.7,0.0,18.0,18.0
+1999,7,22,0,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,80.79,0.0,18.0,18.0
+1999,7,22,1,30,0.0,0.0,0.0,17.0,11.0,2.0,80.71000000000002,0.0,17.0,17.0
+1999,7,22,2,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,85.57000000000002,0.0,16.0,16.0
+1999,7,22,3,30,0.0,0.0,0.0,16.0,11.0,2.2,84.45,0.0,16.0,16.0
+1999,7,22,4,30,0.0,0.0,0.0,16.0,11.0,2.3000000000000003,82.35000000000002,0.0,16.0,16.0
+1999,7,22,5,30,294.0,33.0,64.0,18.0,10.0,2.7,71.05,32.487387276680224,18.852001344780497,18.754539182950456
+1999,7,22,6,30,577.0,68.0,237.0,20.0,10.0,2.8000000000000003,61.55,186.37081036370148,24.85534414648667,24.296231715395564
+1999,7,22,7,30,717.0,90.0,432.0,23.0,10.0,2.8000000000000003,50.33,398.5819250028119,33.38388153531745,32.18813576030902
+1999,7,22,8,30,784.0,110.0,615.0,24.0,10.0,2.9000000000000004,47.56,607.2377299952303,39.71520286653526,37.893489676549564
+1999,7,22,9,30,823.0,128.0,769.0,25.0,10.0,3.0,45.2,788.7007762281585,45.27660002795121,42.910497699266735
+1999,7,22,10,30,840.0,143.0,881.0,26.0,10.0,3.0,43.16,919.6550415988144,49.643285266393065,46.88432014159662
+1999,7,22,11,30,833.0,161.0,939.0,26.0,11.0,3.0,44.02,986.5437767692401,51.36291858019866,48.40328724989094
+1999,7,22,12,30,0.0,74.0,74.0,26.0,11.0,2.8000000000000003,48.0,72.32647022680895,27.884253779690464,27.667274369010038
+1999,7,22,13,30,0.0,77.0,77.0,25.0,11.0,2.5,49.38,75.2586244251931,27.000119394577663,26.774343521302082
+1999,7,22,14,30,0.0,41.0,41.0,24.0,12.0,2.2,53.82,40.07277404458334,25.086497147051926,24.966278824918177
+1999,7,22,15,30,3.0,127.0,129.0,23.0,12.0,1.9,58.41,126.17146848679859,26.490129277311024,26.111614871850627
+1999,7,22,16,30,7.0,155.0,159.0,22.0,12.0,2.1,67.23,154.88689462221666,26.22758025746387,25.76291957359722
+1999,7,22,17,30,0.0,35.0,35.0,20.0,13.0,2.5,73.42,34.20846564781505,20.909145179353484,20.80651978241004
+1999,7,22,18,30,0.0,46.0,46.0,18.0,13.0,2.8000000000000003,85.93,44.95969770855692,19.171292890077858,19.036413796952186
+1999,7,22,19,30,0.0,0.0,0.0,18.0,13.0,2.5,91.14,0.0,18.0,18.0
+1999,7,22,20,30,0.0,0.0,0.0,18.0,13.0,2.1,88.01,0.0,18.0,18.0
+1999,7,22,21,30,0.0,0.0,0.0,18.0,12.0,1.4,83.86,0.0,18.0,18.0
+1999,7,22,22,30,0.0,0.0,0.0,17.0,11.0,1.0,80.26,0.0,17.0,17.0
+1999,7,22,23,30,0.0,0.0,0.0,17.0,11.0,1.1,77.41,0.0,17.0,17.0
+1999,7,23,0,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,79.77,0.0,16.0,16.0
+1999,7,23,1,30,0.0,0.0,0.0,16.0,10.0,1.3,82.5,0.0,16.0,16.0
+1999,7,23,2,30,0.0,0.0,0.0,15.0,9.0,1.3,79.63,0.0,15.0,15.0
+1999,7,23,3,30,0.0,0.0,0.0,15.0,9.0,1.3,77.58,0.0,15.0,15.0
+1999,7,23,4,30,0.0,0.0,0.0,16.0,8.0,1.2000000000000002,75.58,0.0,16.0,16.0
+1999,7,23,5,30,323.0,32.0,66.0,18.0,9.0,1.6,64.9,31.53261781109079,18.889944278971253,18.795346425537982
+1999,7,23,6,30,618.0,65.0,245.0,22.0,9.0,1.9,52.65,191.25608793760463,27.290486668504194,26.71671840469138
+1999,7,23,7,30,760.0,85.0,446.0,25.0,7.0,2.0,39.88,411.6808010604756,36.31196879163183,35.0769263884504
+1999,7,23,8,30,836.0,99.0,635.0,27.0,6.0,2.5,31.22,629.1509125405771,43.72070080870885,41.83324807108712
+1999,7,23,9,30,418.0,330.0,656.0,29.0,6.0,3.1,28.95,659.4486009468593,45.8417787617588,43.863432958918224
+1999,7,23,10,30,899.0,121.0,911.0,30.0,6.0,3.5,27.07,952.8178997117203,53.69948712639721,50.84103342726205
+1999,7,23,11,30,902.0,131.0,972.0,31.0,6.0,3.8,25.32,1025.8871437325931,56.017695843491495,52.94003441229371
+1999,7,23,12,30,895.0,136.0,976.0,31.0,6.0,3.8,23.86,1030.3290862939853,56.1260188385052,53.035031579623244
+1999,7,23,13,30,881.0,134.0,923.0,31.0,6.0,3.7,25.42,967.6213739718582,54.75259140412488,51.8497272822093
+1999,7,23,14,30,844.0,133.0,814.0,30.0,6.0,3.4000000000000004,25.57,838.8972431489794,51.00406962991406,48.48737790046712
+1999,7,23,15,30,795.0,123.0,661.0,29.0,6.0,3.1,27.03,661.5926913486157,45.89653707975317,43.911759005707324
+1999,7,23,16,30,723.0,105.0,479.0,28.0,6.0,2.7,28.8,452.30888806652956,39.86207365975151,38.50514699555192
+1999,7,23,17,30,132.0,136.0,180.0,26.0,7.0,1.8,33.93,167.43676855962696,30.66268765386126,30.16037734818238
+1999,7,23,18,30,311.0,50.0,95.0,24.0,11.0,1.1,53.27,58.19392807054705,25.698494253264045,25.523912469052405
+1999,7,23,19,30,0.0,0.0,0.0,22.0,10.0,1.0,54.64,0.0,22.0,22.0
+1999,7,23,20,30,0.0,0.0,0.0,21.0,10.0,1.0,59.17,0.0,21.0,21.0
+1999,7,23,21,30,0.0,0.0,0.0,20.0,11.0,1.1,66.45,0.0,20.0,20.0
+1999,7,23,22,30,0.0,0.0,0.0,20.0,12.0,1.2000000000000002,72.58,0.0,20.0,20.0
+1999,7,23,23,30,0.0,0.0,0.0,19.0,11.0,1.2000000000000002,71.31,0.0,19.0,19.0
+1999,7,24,0,30,0.0,0.0,0.0,19.0,11.0,1.3,73.96000000000002,0.0,19.0,19.0
+1999,7,24,1,30,0.0,0.0,0.0,18.0,11.0,1.3,72.66,0.0,18.0,18.0
+1999,7,24,2,30,0.0,0.0,0.0,18.0,10.0,1.3,71.86,0.0,18.0,18.0
+1999,7,24,3,30,0.0,0.0,0.0,18.0,10.0,1.4,76.2,0.0,18.0,18.0
+1999,7,24,4,30,0.0,0.0,0.0,18.0,10.0,1.7000000000000002,75.83,0.0,18.0,18.0
+1999,7,24,5,30,190.0,34.0,53.0,20.0,11.0,2.5,69.77,33.3743109406538,20.886976171872753,20.786853239050792
+1999,7,24,6,30,594.0,65.0,237.0,22.0,11.0,2.9000000000000004,59.44,185.6243972398167,26.803925901680977,26.247052709961526
+1999,7,24,7,30,751.0,80.0,436.0,25.0,11.0,3.2,48.51,402.28112955187413,35.206182759901196,33.999339371245576
+1999,7,24,8,30,834.0,91.0,625.0,27.0,10.0,3.9,43.08,619.6006383394657,42.01081901884799,40.15201710382959
+1999,7,24,9,30,878.0,101.0,783.0,28.0,9.0,4.5,38.54,806.1031478404981,46.77622168298805,44.35791223946656
+1999,7,24,10,30,902.0,108.0,899.0,29.0,9.0,4.7,34.63,942.7717756403824,50.6747590440286,47.84644371710745
+1999,7,24,11,30,16.0,243.0,259.0,29.0,8.0,4.6000000000000005,31.7,253.43878103496866,34.86481529825785,34.10449895515295
+1999,7,24,12,30,367.0,453.0,798.0,29.0,8.0,4.5,31.59,810.7514363257781,47.88449231222441,45.452238003247075
+1999,7,24,13,30,31.0,368.0,396.0,28.0,9.0,4.3,34.24,389.1178611776211,37.182894587830575,36.01554100429771
+1999,7,24,14,30,38.0,344.0,375.0,28.0,9.0,4.3,37.8,368.1343942403035,36.68770024134269,35.58329705862178
+1999,7,24,15,30,0.0,53.0,53.0,27.0,10.0,4.4,42.3,51.801390838119936,28.214501533446175,28.059097360931816
+1999,7,24,16,30,0.0,19.0,19.0,25.0,11.0,3.8,51.14,18.570309923099597,25.452863034899845,25.397152105130548
+1999,7,24,17,30,37.0,126.0,138.0,22.0,12.0,2.7,63.64,132.78899536414065,25.482471571467663,25.08410458537524
+1999,7,24,18,30,0.0,44.0,44.0,20.0,14.0,2.4000000000000004,77.78,43.004928242967495,21.150558285366724,21.021543500637822
+1999,7,24,19,30,0.0,0.0,0.0,18.0,13.0,2.8000000000000003,86.34,0.0,18.0,18.0
+1999,7,24,20,30,0.0,0.0,0.0,18.0,13.0,2.5,83.83,0.0,18.0,18.0
+1999,7,24,21,30,0.0,0.0,0.0,18.0,12.0,2.1,81.92,0.0,18.0,18.0
+1999,7,24,22,30,0.0,0.0,0.0,18.0,12.0,1.9,80.04,0.0,18.0,18.0
+1999,7,24,23,30,0.0,0.0,0.0,18.0,12.0,2.0,78.31,0.0,18.0,18.0
+1999,7,25,0,30,0.0,0.0,0.0,18.0,11.0,2.2,76.19,0.0,18.0,18.0
+1999,7,25,1,30,0.0,0.0,0.0,18.0,11.0,2.3000000000000003,78.60000000000002,0.0,18.0,18.0
+1999,7,25,2,30,0.0,0.0,0.0,17.0,10.0,2.4000000000000004,75.38,0.0,17.0,17.0
+1999,7,25,3,30,0.0,0.0,0.0,17.0,9.0,2.5,71.87,0.0,17.0,17.0
+1999,7,25,4,30,0.0,0.0,0.0,17.0,9.0,2.9000000000000004,69.14,0.0,17.0,17.0
+1999,7,25,5,30,28.0,32.0,35.0,19.0,9.0,3.5,60.6,31.298926716636185,19.77849976476659,19.68460298461668
+1999,7,25,6,30,87.0,113.0,139.0,23.0,9.0,3.6,51.93,128.23655586469346,26.16867600511218,25.7839663375181
+1999,7,25,7,30,105.0,205.0,255.0,26.0,9.0,3.0,42.35,245.59280343613855,32.31391168249244,31.57713327218402
+1999,7,25,8,30,200.0,303.0,431.0,28.0,8.0,2.6,32.61,423.2970127847452,39.17523187905025,37.90534084069601
+1999,7,25,9,30,67.0,363.0,416.0,29.0,7.0,2.4000000000000004,29.94,408.75848954863267,39.93596678518057,38.70969131653467
+1999,7,25,10,30,9.0,154.0,162.0,30.0,7.0,2.3000000000000003,28.37,158.87052143274414,34.27884842028845,33.802236855990216
+1999,7,25,11,30,22.0,336.0,357.0,30.0,8.0,1.9,30.84,350.30288054945913,39.69000641741738,38.639097775769
+1999,7,25,12,30,434.0,476.0,882.0,29.0,8.0,1.3,32.08,900.3976745705868,54.9286838449791,52.22749082126734
+1999,7,25,13,30,77.0,443.0,512.0,28.0,9.0,0.9,35.4,506.0984634992155,42.97168705001369,41.45339165951604
+1999,7,25,14,30,41.0,328.0,361.0,27.0,9.0,1.0,38.65,355.00427110017665,37.43142220926292,36.36640939596239
+1999,7,25,15,30,36.0,267.0,292.0,26.0,10.0,1.2000000000000002,41.92,285.4543506275745,34.27564383949999,33.41928078761727
+1999,7,25,16,30,29.0,195.0,210.0,25.0,10.0,1.4,45.72,204.57934470744155,30.851822617121353,30.23808458299903
+1999,7,25,17,30,14.0,116.0,121.0,24.0,11.0,1.2000000000000002,53.62000000000001,117.01371267079057,27.392359612919165,27.041318474906795
+1999,7,25,18,30,0.0,39.0,39.0,22.0,12.0,0.8,68.0,38.11800457899391,23.135256198921077,23.020902185184095
+1999,7,25,19,30,0.0,0.0,0.0,20.0,13.0,0.5,79.27,0.0,20.0,20.0
+1999,7,25,20,30,0.0,0.0,0.0,19.0,13.0,0.30000000000000004,79.42,0.0,19.0,19.0
+1999,7,25,21,30,0.0,0.0,0.0,18.0,13.0,0.2,82.64,0.0,18.0,18.0
+1999,7,25,22,30,0.0,0.0,0.0,18.0,12.0,0.4,86.44,0.0,18.0,18.0
+1999,7,25,23,30,0.0,0.0,0.0,17.0,12.0,0.7000000000000001,83.85000000000002,0.0,17.0,17.0
+1999,7,26,0,30,0.0,0.0,0.0,17.0,11.0,1.0,85.33,0.0,17.0,17.0
+1999,7,26,1,30,0.0,0.0,0.0,16.0,10.0,1.1,80.83,0.0,16.0,16.0
+1999,7,26,2,30,0.0,0.0,0.0,16.0,9.0,1.1,76.35000000000002,0.0,16.0,16.0
+1999,7,26,3,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,77.0,0.0,16.0,16.0
+1999,7,26,4,30,0.0,0.0,0.0,16.0,8.0,1.1,72.81,0.0,16.0,16.0
+1999,7,26,5,30,278.0,32.0,59.0,19.0,8.0,1.4,62.58,31.479848854278462,19.900454988613166,19.80601544205033
+1999,7,26,6,30,586.0,68.0,235.0,23.0,8.0,1.9,48.65,185.5967388217261,28.13393891427148,27.5771486978063
+1999,7,26,7,30,733.0,91.0,435.0,26.0,6.0,2.5,33.64,404.0594103813253,36.73853089181319,35.52635266066922
+1999,7,26,8,30,813.0,107.0,624.0,28.0,5.0,3.1,28.2,620.9931954669397,43.85965910852638,41.99667952212556
+1999,7,26,9,30,859.0,119.0,784.0,29.0,5.0,3.3000000000000003,26.61,807.8648720719985,49.36111817679411,46.937523560578114
+1999,7,26,10,30,879.0,131.0,899.0,30.0,5.0,3.4000000000000004,25.45,943.6641739899728,53.62719412849562,50.7962016065257
+1999,7,26,11,30,878.0,144.0,959.0,30.0,5.0,3.5,24.48,1014.6153727818316,55.23657875525105,52.19273263690556
+1999,7,26,12,30,860.0,156.0,960.0,31.0,6.0,3.5,25.07,1014.7549902371377,56.240051467178105,53.195786496466695
+1999,7,26,13,30,387.0,417.0,761.0,30.0,6.0,3.4000000000000004,25.84,774.9977452453063,49.40417224767061,47.07917901193469
+1999,7,26,14,30,506.0,335.0,740.0,29.0,7.0,3.0,28.15,752.1049318490329,48.33576248660965,46.079447691062555
+1999,7,26,15,30,555.0,220.0,593.0,28.0,7.0,2.5,30.36,592.2736222466524,43.740627307502805,41.96380644076285
+1999,7,26,16,30,25.0,190.0,203.0,27.0,7.0,2.0,35.36,197.745321011973,32.433551659966916,31.840315696930997
+1999,7,26,17,30,104.0,133.0,167.0,25.0,9.0,1.6,43.78,156.88040355406483,29.42763168164666,28.956990470984465
+1999,7,26,18,30,19.0,49.0,52.0,23.0,11.0,1.2000000000000002,57.54,48.39201670829302,24.402939188253804,24.257763138128926
+1999,7,26,19,30,0.0,0.0,0.0,21.0,11.0,0.8,67.95,0.0,21.0,21.0
+1999,7,26,20,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,73.07000000000002,0.0,20.0,20.0
+1999,7,26,21,30,0.0,0.0,0.0,19.0,12.0,0.7000000000000001,77.55,0.0,19.0,19.0
+1999,7,26,22,30,0.0,0.0,0.0,18.0,11.0,0.9,76.97,0.0,18.0,18.0
+1999,7,26,23,30,0.0,0.0,0.0,18.0,11.0,1.8,76.29,0.0,18.0,18.0
+1999,7,27,0,30,0.0,0.0,0.0,17.0,11.0,3.0,79.79,0.0,17.0,17.0
+1999,7,27,1,30,0.0,0.0,0.0,17.0,11.0,3.5,82.39,0.0,17.0,17.0
+1999,7,27,2,30,0.0,0.0,0.0,17.0,10.0,3.3000000000000003,79.05,0.0,17.0,17.0
+1999,7,27,3,30,0.0,0.0,0.0,17.0,10.0,2.8000000000000003,77.51,0.0,17.0,17.0
+1999,7,27,4,30,0.0,0.0,0.0,17.0,10.0,2.5,77.53,0.0,17.0,17.0
+1999,7,27,5,30,249.0,31.0,54.0,18.0,10.0,2.6,68.71000000000001,30.4723104318767,18.804482726505306,18.713065795209676
+1999,7,27,6,30,569.0,67.0,228.0,21.0,10.0,2.7,57.18,180.53332573002038,25.73459545976117,25.19299548257111
+1999,7,27,7,30,721.0,88.0,425.0,25.0,9.0,2.0,46.26,395.3899047221035,35.86433530837813,34.67816559421182
+1999,7,27,8,30,797.0,105.0,611.0,28.0,9.0,1.6,36.81,608.4607267538403,45.17257177939769,43.34718959913617
+1999,7,27,9,30,831.0,124.0,766.0,29.0,9.0,2.1,34.62,789.9622672686037,50.561726661198854,48.19183985939304
+1999,7,27,10,30,838.0,145.0,877.0,30.0,9.0,2.5,33.35,919.197645102041,54.42916079666292,51.6715678613568
+1999,7,27,11,30,433.0,468.0,869.0,30.0,9.0,2.7,32.26,888.3557212861525,53.29766511333299,50.63259794947453
+1999,7,27,12,30,113.0,488.0,593.0,30.0,10.0,2.9000000000000004,35.32,590.2544817334858,45.27567946641955,43.50491602121909
+1999,7,27,13,30,410.0,435.0,801.0,29.0,10.0,2.8000000000000003,38.86,814.3897966483128,50.21653452275261,47.77336513280767
+1999,7,27,14,30,18.0,264.0,279.0,28.0,11.0,2.5,42.69,273.1362337690781,35.25903619280813,34.4396274915009
+1999,7,27,15,30,0.0,78.0,78.0,27.0,11.0,2.0,46.87,76.23600915798782,29.094776715776536,28.866068688302573
+1999,7,27,16,30,0.0,60.0,60.0,25.0,12.0,1.4,52.2,58.64308396768294,26.677436818416748,26.5015075665137
+1999,7,27,17,30,0.0,15.0,15.0,24.0,14.0,0.8,60.79,14.660770991920735,24.436636999585026,24.392654686609266
+1999,7,27,18,30,0.0,19.0,19.0,22.0,15.0,0.7000000000000001,76.64,18.570309923099597,22.556817775690178,22.50110684592088
+1999,7,27,19,30,0.0,0.0,0.0,21.0,15.0,0.9,86.27,0.0,21.0,21.0
+1999,7,27,20,30,0.0,0.0,0.0,20.0,15.0,1.3,89.56,0.0,20.0,20.0
+1999,7,27,21,30,0.0,0.0,0.0,19.0,14.0,1.7000000000000002,86.91,0.0,19.0,19.0
+1999,7,27,22,30,0.0,0.0,0.0,19.0,14.0,2.0,84.07000000000002,0.0,19.0,19.0
+1999,7,27,23,30,0.0,0.0,0.0,19.0,13.0,2.2,86.53,0.0,19.0,19.0
+1999,7,28,0,30,0.0,0.0,0.0,18.0,13.0,2.5,83.56,0.0,18.0,18.0
+1999,7,28,1,30,0.0,0.0,0.0,18.0,12.0,2.6,80.81,0.0,18.0,18.0
+1999,7,28,2,30,0.0,0.0,0.0,18.0,12.0,2.4000000000000004,83.26,0.0,18.0,18.0
+1999,7,28,3,30,0.0,0.0,0.0,17.0,11.0,2.1,81.59,0.0,17.0,17.0
+1999,7,28,4,30,0.0,0.0,0.0,17.0,11.0,2.1,80.92,0.0,17.0,17.0
+1999,7,28,5,30,66.0,32.0,38.0,19.0,12.0,2.7,72.55,31.32154198384147,19.821426348125794,19.72746172217427
+1999,7,28,6,30,283.0,100.0,179.0,21.0,12.0,2.4000000000000004,64.73,154.6450613780293,25.137389920854787,24.6734547367207
+1999,7,28,7,30,411.0,169.0,360.0,24.0,12.0,1.1,53.4,341.2097134021161,33.95881798301708,32.93518884281073
+1999,7,28,8,30,567.0,205.0,564.0,26.0,11.0,0.4,49.66,559.9315240209835,43.1329697863876,41.453175214324645
+1999,7,28,9,30,726.0,179.0,739.0,27.0,11.0,0.4,46.59,759.0067382758773,50.224338971237984,47.947318756410354
+1999,7,28,10,30,734.0,208.0,848.0,27.0,11.0,1.2000000000000002,46.87,884.1826213770075,52.6334522402783,49.98090437614728
+1999,7,28,11,30,446.0,461.0,874.0,26.0,12.0,2.8000000000000003,51.07,894.4292102914617,49.301726392456345,46.61843876158196
+1999,7,28,12,30,438.0,470.0,878.0,24.0,12.0,4.5,55.54,898.4792938176731,44.92790041012621,42.232462528673196
+1999,7,28,13,30,4.0,124.0,128.0,24.0,12.0,5.4,54.34,124.99567603800493,26.745909587598323,26.37092255948431
+1999,7,28,14,30,0.0,74.0,74.0,24.0,11.0,5.300000000000002,55.8,72.32647022680895,25.5991984105856,25.382218999905174
+1999,7,28,15,30,0.0,40.0,40.0,23.0,11.0,4.7,55.26,39.09538931178863,23.898821077338596,23.78153490940323
+1999,7,28,16,30,0.0,57.0,57.0,22.0,11.0,3.8,60.0,55.71092976929879,23.35858910469954,23.191456315391644
+1999,7,28,17,30,0.0,19.0,19.0,21.0,12.0,2.4000000000000004,66.2,18.570309923099597,21.4968319868629,21.441121057093603
+1999,7,28,18,30,0.0,3.0,3.0,19.0,13.0,1.2000000000000002,80.88,2.9321541983841466,19.085006459964525,19.07620999736937
+1999,7,28,19,30,0.0,0.0,0.0,18.0,13.0,0.9,91.28,0.0,18.0,18.0
+1999,7,28,20,30,0.0,0.0,0.0,17.0,13.0,1.0,90.08,0.0,17.0,17.0
+1999,7,28,21,30,0.0,0.0,0.0,17.0,13.0,1.3,94.31,0.0,17.0,17.0
+1999,7,28,22,30,0.0,0.0,0.0,17.0,12.0,1.7000000000000002,92.2,0.0,17.0,17.0
+1999,7,28,23,30,0.0,0.0,0.0,16.0,12.0,1.9,89.61,0.0,16.0,16.0
+1999,7,29,0,30,0.0,0.0,0.0,16.0,11.0,1.7000000000000002,86.81,0.0,16.0,16.0
+1999,7,29,1,30,0.0,0.0,0.0,16.0,11.0,1.4,84.59,0.0,16.0,16.0
+1999,7,29,2,30,0.0,0.0,0.0,16.0,11.0,1.5,89.11,0.0,16.0,16.0
+1999,7,29,3,30,0.0,0.0,0.0,15.0,10.0,1.6,87.37,0.0,15.0,15.0
+1999,7,29,4,30,0.0,0.0,0.0,15.0,10.0,1.5,84.98,0.0,15.0,15.0
+1999,7,29,5,30,256.0,29.0,51.0,17.0,11.0,1.7000000000000002,77.35000000000002,28.510002543885506,17.79926395569195,17.71373394806029
+1999,7,29,6,30,550.0,68.0,221.0,21.0,11.0,1.5,66.79,176.46408685052202,26.013849098160186,25.48445683760862
+1999,7,29,7,30,711.0,90.0,419.0,24.0,11.0,1.3,52.97,391.93085684005433,35.28640328946214,34.11061071894198
+1999,7,29,8,30,792.0,106.0,606.0,26.0,9.0,1.4,40.75,605.4536125110062,43.31849883660741,41.50213799907439
+1999,7,29,9,30,835.0,121.0,764.0,27.0,9.0,1.2000000000000002,37.07,789.7681693432689,49.89627070279257,47.526966194762764
+1999,7,29,10,30,379.0,399.0,729.0,28.0,9.0,1.1,34.52,741.499100409908,49.641982292721515,47.41748499149179
+1999,7,29,11,30,0.0,105.0,105.0,29.0,9.0,1.0,34.45,102.62539694344514,32.01553793026955,31.707661739439214
+1999,7,29,12,30,18.0,280.0,297.0,29.0,9.0,0.9,32.8,291.7135750058737,37.629633694265124,36.7544929692475
+1999,7,29,13,30,17.0,265.0,280.0,28.0,9.0,0.7000000000000001,35.73000000000001,275.13861267563277,36.24983917613349,35.42442333810659
+1999,7,29,14,30,284.0,390.0,617.0,27.0,9.0,0.5,38.74,619.2616487907212,45.820672614475484,43.96288766810332
+1999,7,29,15,30,203.0,321.0,456.0,26.0,10.0,0.8,42.14,451.3745388141044,39.44314186651423,38.089018250071916
+1999,7,29,16,30,115.0,225.0,283.0,25.0,11.0,1.4,47.29,275.0011776648738,32.86618078914874,32.04117725615412
+1999,7,29,17,30,0.0,15.0,15.0,23.0,12.0,1.6,57.2,14.660770991920735,23.413770570770005,23.369788257794244
+1999,7,29,18,30,0.0,5.0,5.0,21.0,13.0,1.7000000000000002,69.29,4.886923663973579,21.137002511059748,21.122341740067828
+1999,7,29,19,30,0.0,0.0,0.0,19.0,13.0,1.8,77.56,0.0,19.0,19.0
+1999,7,29,20,30,0.0,0.0,0.0,19.0,12.0,1.9,75.68,0.0,19.0,19.0
+1999,7,29,21,30,0.0,0.0,0.0,19.0,12.0,1.8,79.03,0.0,19.0,19.0
+1999,7,29,22,30,0.0,0.0,0.0,18.0,11.0,1.6,77.01,0.0,18.0,18.0
+1999,7,29,23,30,0.0,0.0,0.0,18.0,11.0,1.7000000000000002,74.71000000000002,0.0,18.0,18.0
+1999,7,30,0,30,0.0,0.0,0.0,17.0,11.0,2.0,77.10000000000002,0.0,17.0,17.0
+1999,7,30,1,30,0.0,0.0,0.0,17.0,10.0,2.3000000000000003,79.9,0.0,17.0,17.0
+1999,7,30,2,30,0.0,0.0,0.0,16.0,10.0,2.4000000000000004,78.58,0.0,16.0,16.0
+1999,7,30,3,30,0.0,0.0,0.0,16.0,10.0,2.2,83.65,0.0,16.0,16.0
+1999,7,30,4,30,0.0,0.0,0.0,16.0,10.0,2.0,83.58,0.0,16.0,16.0
+1999,7,30,5,30,227.0,29.0,49.0,18.0,10.0,2.0,70.68,28.494925699081985,18.78296998402054,18.697485206923293
+1999,7,30,6,30,535.0,71.0,219.0,22.0,11.0,1.4,56.29,175.82148359746964,27.029227832178496,26.501763381386088
+1999,7,30,7,30,681.0,99.0,413.0,25.0,10.0,0.7000000000000001,47.97,387.378430184884,36.615271728857486,35.453136438302835
+1999,7,30,8,30,102.0,294.0,358.0,26.0,10.0,1.2000000000000002,44.17,351.9308985945713,36.20287400237831,35.14708130659459
+1999,7,30,9,30,318.0,368.0,612.0,26.0,10.0,1.7000000000000002,41.86,615.318897532004,43.25016387832326,41.404207185727245
+1999,7,30,10,30,488.0,395.0,819.0,26.0,10.0,2.1,42.62,838.6155998506388,48.88970130221236,46.37385450266044
+1999,7,30,11,30,0.0,40.0,40.0,27.0,10.0,2.1,40.78,39.09538931178863,28.06709412965837,27.949807961723003
+1999,7,30,12,30,357.0,445.0,776.0,27.0,11.0,1.9,41.62,792.7620279711588,48.92922058327392,46.55093449936044
+1999,7,30,13,30,0.0,38.0,38.0,26.0,11.0,1.5,45.34,37.14061984619919,27.0552711695877,26.943849310049103
+1999,7,30,14,30,59.0,369.0,416.0,25.0,12.0,1.1,53.47,410.09025605085844,36.969220266031385,35.73894949787881
+1999,7,30,15,30,42.0,279.0,307.0,22.0,13.0,1.0,64.53,301.13896598368126,30.848647617961237,29.945230720010194
+1999,7,30,16,30,0.0,10.0,10.0,20.0,14.0,1.6,77.87,9.773847327947157,20.275847047180005,20.246525505196164
+1999,7,30,17,30,0.0,58.0,58.0,18.0,14.0,2.4000000000000004,91.5,56.68831450209351,19.516645012528862,19.346580069022583
+1999,7,30,18,30,0.0,30.0,30.0,17.0,14.0,2.8000000000000003,99.52,29.32154198384147,17.76388666744208,17.675922041490555
+1999,7,30,19,30,0.0,0.0,0.0,16.0,14.0,3.1,100.0,0.0,16.0,16.0
+1999,7,30,20,30,0.0,0.0,0.0,16.0,14.0,2.6,100.0,0.0,16.0,16.0
+1999,7,30,21,30,0.0,0.0,0.0,15.0,13.0,1.4,100.0,0.0,15.0,15.0
+1999,7,30,22,30,0.0,0.0,0.0,15.0,13.0,1.0,100.0,0.0,15.0,15.0
+1999,7,30,23,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
+1999,7,31,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,7,31,1,30,0.0,0.0,0.0,13.0,11.0,0.8,100.0,0.0,13.0,13.0
+1999,7,31,2,30,0.0,0.0,0.0,13.0,10.0,0.8,95.78,0.0,13.0,13.0
+1999,7,31,3,30,0.0,0.0,0.0,14.0,9.0,0.30000000000000004,86.8,0.0,14.0,14.0
+1999,7,31,4,30,0.0,0.0,0.0,15.0,9.0,0.4,80.19,0.0,15.0,15.0
+1999,7,31,5,30,258.0,27.0,49.0,16.0,10.0,1.5,86.71000000000002,26.555233078296077,16.754510075094377,16.67484437585949
+1999,7,31,6,30,299.0,95.0,177.0,18.0,11.0,2.4000000000000004,79.18,152.01135320390796,22.066927420746584,21.61089336113486
+1999,7,31,7,30,0.0,111.0,111.0,19.0,11.0,2.7,70.35000000000001,108.48970534021343,21.84520802050005,21.519738904479407
+1999,7,31,8,30,0.0,106.0,106.0,21.0,10.0,3.0,59.19,103.60278167623987,23.663509697402105,23.352701352373387
+1999,7,31,9,30,30.0,306.0,329.0,22.0,10.0,3.4000000000000004,53.81,323.1885923161209,30.091903689086486,29.122337912138125
+1999,7,31,10,30,174.0,452.0,603.0,23.0,9.0,3.7,48.99,603.1122600279659,37.80483944299397,35.99550266291008
+1999,7,31,11,30,50.0,430.0,477.0,23.0,9.0,3.9,48.05,470.0289564599407,34.38720518098077,32.97711831160095
+1999,7,31,12,30,23.0,274.0,296.0,23.0,9.0,4.0,47.92,290.8587758827831,30.00038887921924,29.12781255157089
+1999,7,31,13,30,0.0,68.0,68.0,23.0,9.0,4.0,51.86,66.46216183004066,24.599611279225723,24.4002247937356
+1999,7,31,14,30,0.0,51.0,51.0,22.0,10.0,4.0,57.46,49.8466213725305,23.19970845941929,23.0501685953017
+1999,7,31,15,30,420.0,265.0,544.0,21.0,11.0,3.8,65.06,543.1839433775046,34.246301764776646,32.61674993464413
+1999,7,31,16,30,0.0,40.0,40.0,19.0,12.0,3.1,73.9,39.09538931178863,19.99846431768688,19.881178149751516
+1999,7,31,17,30,0.0,4.0,4.0,18.0,12.0,2.0,82.28,3.9095389311788624,18.1074244469629,18.095695830169362
+1999,7,31,18,30,0.0,1.0,1.0,16.0,13.0,0.8,97.88,0.9773847327947156,16.029109133305667,16.026176979107284
+1999,7,31,19,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
+1999,7,31,20,30,0.0,0.0,0.0,15.0,13.0,0.30000000000000004,100.0,0.0,15.0,15.0
+1999,7,31,21,30,0.0,0.0,0.0,15.0,13.0,0.5,100.0,0.0,15.0,15.0
+1999,7,31,22,30,0.0,0.0,0.0,15.0,11.0,0.8,100.0,0.0,15.0,15.0
+1999,7,31,23,30,0.0,0.0,0.0,15.0,11.0,0.9,100.0,0.0,15.0,15.0
+1999,8,1,0,30,0.0,0.0,0.0,14.0,11.0,0.9,100.0,0.0,14.0,14.0
+1999,8,1,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,8,1,2,30,0.0,0.0,0.0,14.0,11.0,1.3,100.0,0.0,14.0,14.0
+1999,8,1,3,30,0.0,0.0,0.0,13.0,11.0,1.5,100.0,0.0,13.0,13.0
+1999,8,1,4,30,0.0,0.0,0.0,13.0,11.0,1.8,100.0,0.0,13.0,13.0
+1999,8,1,5,30,87.0,30.0,38.0,14.0,11.0,2.3000000000000003,100.0,29.38184936305556,14.79133925286124,14.703193704772074
+1999,8,1,6,30,0.0,73.0,73.0,15.0,12.0,2.8000000000000003,94.43,71.34908549401425,16.858790890775726,16.644743634293683
+1999,8,1,7,30,585.0,127.0,395.0,17.0,12.0,3.3000000000000003,89.18,372.8975006817265,26.398366412118396,25.279673910073218
+1999,8,1,8,30,8.0,170.0,176.0,18.0,11.0,3.5,76.0,171.2202896098111,22.258770800394743,21.74510993156531
+1999,8,1,9,30,1.0,115.0,116.0,19.0,11.0,3.5,70.2,113.20436408346052,21.815737792142315,21.476124699891933
+1999,8,1,10,30,9.0,151.0,158.0,20.0,11.0,3.3000000000000003,69.64,155.92258439755835,23.92981336000818,23.462045606815504
+1999,8,1,11,30,14.0,206.0,219.0,20.0,11.0,3.4000000000000004,65.32000000000001,215.26959276830408,25.389858594285215,24.744049815980304
+1999,8,1,12,30,21.0,321.0,341.0,20.0,11.0,3.7,65.54,334.78718720891504,28.218155860352972,27.213794298726228
+1999,8,1,13,30,5.0,130.0,135.0,19.0,11.0,4.0,70.46000000000002,131.8052671292827,22.172289106401927,21.776873305014078
+1999,8,1,14,30,14.0,225.0,237.0,18.0,11.0,3.9,75.62,231.63501810598854,23.6117297498838,22.916824695565833
+1999,8,1,15,30,13.0,208.0,217.0,17.0,11.0,3.5,80.84,212.08467613676316,22.27519272395079,21.638938695540503
+1999,8,1,16,30,1.0,135.0,136.0,16.0,11.0,3.1,86.55,132.42663226912398,19.38206804842566,18.984788151618286
+1999,8,1,17,30,0.0,13.0,13.0,15.0,11.0,2.8000000000000003,92.7,12.706001526331303,15.331017555891568,15.292899551312575
+1999,8,1,18,30,0.0,3.0,3.0,14.0,11.0,2.3000000000000003,99.23,2.9321541983841466,14.078971499851905,14.070175037256753
+1999,8,1,19,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
+1999,8,1,20,30,0.0,0.0,0.0,14.0,11.0,1.5,100.0,0.0,14.0,14.0
+1999,8,1,21,30,0.0,0.0,0.0,13.0,11.0,1.1,100.0,0.0,13.0,13.0
+1999,8,1,22,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,8,1,23,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
+1999,8,2,0,30,0.0,0.0,0.0,13.0,9.0,0.4,100.0,0.0,13.0,13.0
+1999,8,2,1,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
+1999,8,2,2,30,0.0,0.0,0.0,12.0,9.0,0.30000000000000004,100.0,0.0,12.0,12.0
+1999,8,2,3,30,0.0,0.0,0.0,11.0,9.0,0.30000000000000004,100.0,0.0,11.0,11.0
+1999,8,2,4,30,0.0,0.0,0.0,11.0,9.0,0.2,100.0,0.0,11.0,11.0
+1999,8,2,5,30,161.0,30.0,42.0,13.0,10.0,0.2,96.56,29.412003052662605,13.912225797551043,13.823989788393055
+1999,8,2,6,30,487.0,81.0,212.0,15.0,11.0,0.4,88.2,174.49616732368932,20.33929138536084,19.81580288338977
+1999,8,2,7,30,687.0,103.0,416.0,17.0,11.0,1.1,78.69,392.3039107658547,28.45009385104654,27.273182118748974
+1999,8,2,8,30,4.0,146.0,149.0,20.0,10.0,1.9,61.42,145.22875849482716,24.01728812392607,23.581601848441586
+1999,8,2,9,30,39.0,323.0,354.0,22.0,9.0,2.6,51.78,347.0242292113261,31.16159602349315,30.120523335859172
+1999,8,2,10,30,299.0,428.0,686.0,24.0,9.0,3.2,48.2,695.4578621323483,41.644302755736476,39.55792916933943
+1999,8,2,11,30,912.0,125.0,962.0,25.0,9.0,3.6,45.51,1029.322161413026,50.434154967800815,47.34618848356174
+1999,8,2,12,30,906.0,129.0,965.0,25.0,9.0,3.8,43.49,1033.7327367404728,50.20902162506706,47.10782341484564
+1999,8,2,13,30,882.0,132.0,908.0,25.0,10.0,3.8,47.07,964.992325265332,48.5326903473551,45.6377133715591
+1999,8,2,14,30,836.0,135.0,795.0,24.0,10.0,3.6,50.34,831.121929478667,44.53670341895597,42.04333763051997
+1999,8,2,15,30,778.0,128.0,639.0,23.0,10.0,3.3000000000000003,53.35,650.2198125007205,39.38789220933,37.43723277182784
+1999,8,2,16,30,696.0,109.0,454.0,21.0,10.0,2.9000000000000004,56.53,436.95401644043665,32.30829109015143,30.99742904083012
+1999,8,2,17,30,0.0,81.0,81.0,20.0,10.0,2.0,59.79,79.16816335637198,22.17534505099871,21.937840560929594
+1999,8,2,18,30,0.0,22.0,22.0,18.0,10.0,1.1,72.02,21.502464121483747,18.627588013943345,18.563080621578894
+1999,8,2,19,30,0.0,0.0,0.0,16.0,11.0,0.8,82.61,0.0,16.0,16.0
+1999,8,2,20,30,0.0,0.0,0.0,16.0,11.0,0.7000000000000001,87.72,0.0,16.0,16.0
+1999,8,2,21,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,86.84,0.0,15.0,15.0
+1999,8,2,22,30,0.0,0.0,0.0,15.0,10.0,0.9,91.74,0.0,15.0,15.0
+1999,8,2,23,30,0.0,0.0,0.0,14.0,10.0,1.0,90.33,0.0,14.0,14.0
+1999,8,3,0,30,0.0,0.0,0.0,13.0,10.0,1.1,95.11,0.0,13.0,13.0
+1999,8,3,1,30,0.0,0.0,0.0,13.0,10.0,1.0,93.73,0.0,13.0,13.0
+1999,8,3,2,30,0.0,0.0,0.0,13.0,9.0,1.0,92.58,0.0,13.0,13.0
+1999,8,3,3,30,0.0,0.0,0.0,13.0,9.0,1.0,91.66,0.0,13.0,13.0
+1999,8,3,4,30,0.0,0.0,0.0,13.0,9.0,0.9,90.71,0.0,13.0,13.0
+1999,8,3,5,30,269.0,24.0,44.0,15.0,9.0,1.1,80.52,23.608002035108402,15.689041917553112,15.618217911447786
+1999,8,3,6,30,659.0,52.0,228.0,17.0,10.0,1.3,72.12,179.13765181115338,22.15861343240199,21.62120047696853
+1999,8,3,7,30,803.0,68.0,432.0,20.0,9.0,1.6,60.04,406.7487892575847,31.479660843475948,30.259414475703196
+1999,8,3,8,30,879.0,79.0,625.0,22.0,8.0,2.0,47.47,632.0540600440645,39.367280143803335,37.47111796367114
+1999,8,3,9,30,454.0,314.0,659.0,23.0,8.0,2.4000000000000004,43.52,671.3594139852532,40.96161899993395,38.94754075797819
+1999,8,3,10,30,169.0,448.0,594.0,24.0,7.0,2.7,40.27,594.4859766100633,39.59075364267579,37.8072957128456
+1999,8,3,11,30,588.0,370.0,909.0,25.0,7.0,3.0,39.97,946.4201219553805,49.33138504448821,46.49212467862207
+1999,8,3,12,30,243.0,481.0,706.0,25.0,7.0,3.1,39.91,713.5205245605817,43.22273153566334,41.0821699619816
+1999,8,3,13,30,407.0,416.0,774.0,24.0,7.0,2.9000000000000004,40.29,792.2071589791501,44.502178307953095,42.12555683101564
+1999,8,3,14,30,507.0,324.0,723.0,23.0,8.0,2.6,43.22,740.3837636493959,42.54646498408766,40.32531369313948
+1999,8,3,15,30,373.0,281.0,526.0,22.0,7.0,2.3000000000000003,45.8,526.0735619830372,36.1687017160044,34.59048103005529
+1999,8,3,16,30,43.0,198.0,219.0,21.0,8.0,1.9,49.76,213.88143390161858,26.916344346990023,26.27470004528517
+1999,8,3,17,30,152.0,123.0,170.0,20.0,9.0,1.3,61.62000000000001,157.88533119537388,24.546611960406317,24.072955966820196
+1999,8,3,18,30,84.0,41.0,50.0,18.0,11.0,0.9,79.18,41.153827551959935,19.217435482333034,19.093973999677154
+1999,8,3,19,30,0.0,0.0,0.0,17.0,11.0,0.8,82.66,0.0,17.0,17.0
+1999,8,3,20,30,0.0,0.0,0.0,16.0,10.0,0.7000000000000001,80.71000000000002,0.0,16.0,16.0
+1999,8,3,21,30,0.0,0.0,0.0,16.0,10.0,0.4,79.68,0.0,16.0,16.0
+1999,8,3,22,30,0.0,0.0,0.0,15.0,10.0,0.4,85.06,0.0,15.0,15.0
+1999,8,3,23,30,0.0,0.0,0.0,15.0,10.0,0.7000000000000001,85.61,0.0,15.0,15.0
+1999,8,4,0,30,0.0,0.0,0.0,15.0,10.0,1.0,91.53,0.0,15.0,15.0
+1999,8,4,1,30,0.0,0.0,0.0,14.0,10.0,1.1,91.36,0.0,14.0,14.0
+1999,8,4,2,30,0.0,0.0,0.0,14.0,10.0,1.1,91.39,0.0,14.0,14.0
+1999,8,4,3,30,0.0,0.0,0.0,14.0,10.0,1.1,97.89,0.0,14.0,14.0
+1999,8,4,4,30,0.0,0.0,0.0,14.0,10.0,1.2000000000000002,98.4,0.0,14.0,14.0
+1999,8,4,5,30,0.0,13.0,13.0,15.0,11.0,1.5,91.11,12.706001526331303,15.36101382117474,15.322895816595747
+1999,8,4,6,30,0.0,68.0,68.0,17.0,12.0,1.9,88.56,66.46216183004066,18.8384626858859,18.639076200395778
+1999,8,4,7,30,0.0,82.0,82.0,18.0,11.0,2.1,74.55,80.14554808916668,20.187542965799654,19.947106321532154
+1999,8,4,8,30,0.0,110.0,110.0,19.0,10.0,2.0,66.03,107.51232060741872,21.95417229147973,21.631635329657474
+1999,8,4,9,30,160.0,381.0,502.0,20.0,10.0,2.0,60.2,500.78071647087927,33.760213790823485,32.257871641410844
+1999,8,4,10,30,33.0,359.0,387.0,21.0,10.0,2.2,56.0,381.4539718016322,31.34239984566582,30.198037930260924
+1999,8,4,11,30,16.0,246.0,261.0,22.0,10.0,2.6,53.08,256.34928985673525,28.767736765569065,27.99868889599886
+1999,8,4,12,30,74.0,458.0,527.0,22.0,10.0,3.0,57.69,521.749883055859,35.413596147258694,33.84834649809112
+1999,8,4,13,30,0.0,52.0,52.0,21.0,10.0,3.4000000000000004,63.2,50.82400610532521,22.272516952255437,22.12004493393946
+1999,8,4,14,30,0.0,69.0,69.0,20.0,11.0,3.4000000000000004,69.65,67.43954656283539,21.68853210972356,21.486213470035054
+1999,8,4,15,30,0.0,45.0,45.0,18.0,11.0,3.0,76.55,43.982312975762206,19.130735248897118,18.998788309969832
+1999,8,4,16,30,0.0,10.0,10.0,17.0,12.0,2.7,83.46000000000002,9.773847327947157,17.256325046891895,17.227003504908055
+1999,8,4,17,30,0.0,9.0,9.0,16.0,12.0,2.5,97.68,8.796462595152441,16.23378018897661,16.207390801191153
+1999,8,4,18,30,0.0,2.0,2.0,15.0,11.0,2.5,100.0,1.9547694655894312,15.051951153105913,15.046086844709144
+1999,8,4,19,30,0.0,0.0,0.0,14.0,11.0,2.3000000000000003,100.0,0.0,14.0,14.0
+1999,8,4,20,30,0.0,0.0,0.0,14.0,11.0,2.0,100.0,0.0,14.0,14.0
+1999,8,4,21,30,0.0,0.0,0.0,14.0,11.0,1.8,100.0,0.0,14.0,14.0
+1999,8,4,22,30,0.0,0.0,0.0,14.0,11.0,1.6,100.0,0.0,14.0,14.0
+1999,8,4,23,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
+1999,8,5,0,30,0.0,0.0,0.0,13.0,9.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,8,5,1,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
+1999,8,5,2,30,0.0,0.0,0.0,12.0,9.0,0.4,100.0,0.0,12.0,12.0
+1999,8,5,3,30,0.0,0.0,0.0,12.0,9.0,0.6000000000000001,100.0,0.0,12.0,12.0
+1999,8,5,4,30,0.0,0.0,0.0,12.0,9.0,0.9,100.0,0.0,12.0,12.0
+1999,8,5,5,30,0.0,1.0,1.0,13.0,11.0,1.3,100.0,0.9773847327947156,13.028145674347314,13.025213520148931
+1999,8,5,6,30,0.0,51.0,51.0,15.0,11.0,1.7000000000000002,92.86,49.8466213725305,16.39742561280943,16.247885748691836
+1999,8,5,7,30,39.0,176.0,194.0,17.0,12.0,2.1,88.18,188.49436594176498,22.14488370395847,21.579400606133177
+1999,8,5,8,30,11.0,187.0,194.0,18.0,12.0,2.4000000000000004,78.46000000000002,189.70571655173296,23.075406305223176,22.506289155567977
+1999,8,5,9,30,18.0,252.0,266.0,20.0,11.0,2.3000000000000003,67.58,260.7437218099934,27.02259205864778,26.2403608932178
+1999,8,5,10,30,340.0,408.0,700.0,22.0,11.0,2.0,62.72,713.7330982745023,41.6116178175864,39.47041852276289
+1999,8,5,11,30,17.0,265.0,281.0,23.0,11.0,1.6,59.07,275.9116728460056,30.78704819947826,29.959313180940242
+1999,8,5,12,30,12.0,178.0,190.0,22.0,11.0,1.4,59.65,185.99489875168933,27.320229941790117,26.76224524553505
+1999,8,5,13,30,18.0,274.0,290.0,21.0,12.0,1.4,64.78,284.8438017580443,29.147720894590993,28.29318948931686
+1999,8,5,14,30,55.0,357.0,400.0,20.0,12.0,1.6,70.47,394.8157569928602,31.142875174160675,29.958427903182095
+1999,8,5,15,30,0.0,102.0,102.0,20.0,12.0,1.7000000000000002,76.91,99.693242745061,22.794851225618853,22.49577149738367
+1999,8,5,16,30,0.0,64.0,64.0,19.0,13.0,1.7000000000000002,84.28,62.5526228988618,20.753632141564772,20.565974272868186
+1999,8,5,17,30,338.0,104.0,207.0,18.0,13.0,1.3,93.24,184.27565233016747,23.30657204537419,22.753745088383685
+1999,8,5,18,30,0.0,25.0,25.0,17.0,14.0,0.9,100.0,24.43461831986789,17.72283850881946,17.649534653859856
+1999,8,5,19,30,0.0,0.0,0.0,16.0,14.0,0.6000000000000001,100.0,0.0,16.0,16.0
+1999,8,5,20,30,0.0,0.0,0.0,16.0,14.0,0.4,100.0,0.0,16.0,16.0
+1999,8,5,21,30,0.0,0.0,0.0,16.0,13.0,0.30000000000000004,100.0,0.0,16.0,16.0
+1999,8,5,22,30,0.0,0.0,0.0,15.0,13.0,0.4,100.0,0.0,15.0,15.0
+1999,8,5,23,30,0.0,0.0,0.0,15.0,11.0,0.6000000000000001,100.0,0.0,15.0,15.0
+1999,8,6,0,30,0.0,0.0,0.0,14.0,11.0,0.8,100.0,0.0,14.0,14.0
+1999,8,6,1,30,0.0,0.0,0.0,14.0,11.0,1.0,100.0,0.0,14.0,14.0
+1999,8,6,2,30,0.0,0.0,0.0,13.0,11.0,1.2000000000000002,100.0,0.0,13.0,13.0
+1999,8,6,3,30,0.0,0.0,0.0,13.0,11.0,1.4,100.0,0.0,13.0,13.0
+1999,8,6,4,30,0.0,0.0,0.0,13.0,10.0,1.6,97.84,0.0,13.0,13.0
+1999,8,6,5,30,175.0,24.0,36.0,15.0,10.0,2.3000000000000003,92.04,23.54769465589431,15.63420838032852,15.563565296360837
+1999,8,6,6,30,538.0,65.0,205.0,17.0,11.0,2.8000000000000003,83.01,166.64235149599625,21.34137708750578,20.841450033017793
+1999,8,6,7,30,717.0,85.0,405.0,20.0,10.0,2.6,67.14,385.3818391446879,30.174254210026252,29.01810869259219
+1999,8,6,8,30,811.0,97.0,596.0,22.0,10.0,2.3000000000000003,53.89,605.6005361695628,38.31059603849764,36.49379442998895
+1999,8,6,9,30,324.0,355.0,600.0,24.0,10.0,2.1,50.64,606.8010445559557,40.562409120734294,38.74200598706643
+1999,8,6,10,30,892.0,112.0,875.0,25.0,10.0,2.1,47.92,935.5858477657459,50.53646820038789,47.72971065709065
+1999,8,6,11,30,3.0,119.0,122.0,26.0,10.0,2.1,45.41,119.29271996791041,29.25605048138892,28.89817232148519
+1999,8,6,12,30,8.0,142.0,149.0,26.0,10.0,2.1,45.85,146.79235671795226,30.006642852005342,29.566265781851484
+1999,8,6,13,30,14.0,212.0,224.0,25.0,10.0,1.9,46.46,220.4491294058573,31.098018592671057,30.436671204453486
+1999,8,6,14,30,12.0,190.0,199.0,24.0,11.0,1.5,49.92,195.70358569929346,29.560498253088113,28.973387495990234
+1999,8,6,15,30,275.0,300.0,479.0,23.0,11.0,1.0,53.57,477.75032590372876,37.03818422992567,35.60493325221448
+1999,8,6,16,30,351.0,192.0,362.0,22.0,11.0,0.6000000000000001,57.49,352.425655158586,32.638830015803975,31.581553050328218
+1999,8,6,17,30,525.0,81.0,239.0,21.0,11.0,0.5,63.83,206.57284450422384,27.27818610283234,26.65846756931967
+1999,8,6,18,30,245.0,37.0,63.0,19.0,13.0,0.6000000000000001,79.36,37.844707073972494,20.142435006261714,20.028900885039796
+1999,8,6,19,30,0.0,0.0,0.0,17.0,13.0,0.8,88.11,0.0,17.0,17.0
+1999,8,6,20,30,0.0,0.0,0.0,16.0,12.0,1.1,88.66,0.0,16.0,16.0
+1999,8,6,21,30,0.0,0.0,0.0,15.0,11.0,1.5,89.22,0.0,15.0,15.0
+1999,8,6,22,30,0.0,0.0,0.0,15.0,10.0,1.9,89.18,0.0,15.0,15.0
+1999,8,6,23,30,0.0,0.0,0.0,14.0,9.0,2.1,83.24,0.0,14.0,14.0
+1999,8,7,0,30,0.0,0.0,0.0,14.0,8.0,2.2,83.89,0.0,14.0,14.0
+1999,8,7,1,30,0.0,0.0,0.0,13.0,7.0,2.1,80.65,0.0,13.0,13.0
+1999,8,7,2,30,0.0,0.0,0.0,13.0,7.0,1.9,78.83,0.0,13.0,13.0
+1999,8,7,3,30,0.0,0.0,0.0,12.0,7.0,1.7000000000000002,83.06,0.0,12.0,12.0
+1999,8,7,4,30,0.0,0.0,0.0,12.0,7.0,1.5,81.91,0.0,12.0,12.0
+1999,8,7,5,30,68.0,22.0,26.0,15.0,7.0,1.6,69.9,21.53261781109079,15.60771453061898,15.543116677185708
+1999,8,7,6,30,126.0,99.0,131.0,19.0,8.0,2.2,57.18,120.78096374261128,22.274746399601145,21.912403508373313
+1999,8,7,7,30,726.0,87.0,409.0,22.0,8.0,2.7,49.05,390.622612733647,32.244313847596906,31.072446009395968
+1999,8,7,8,30,809.0,104.0,601.0,23.0,8.0,2.5,44.82,610.8222481471657,39.23358697411563,37.401120229674135
+1999,8,7,9,30,849.0,121.0,761.0,24.0,8.0,2.1,42.83,798.865989302406,45.804750446909445,43.408152479002226
+1999,8,7,10,30,300.0,424.0,680.0,25.0,8.0,1.7000000000000002,40.37,692.1900954081874,44.405210255422716,42.32863996919815
+1999,8,7,11,30,438.0,451.0,849.0,26.0,8.0,1.6,37.83,876.0598580116643,50.72501532681593,48.09683575278093
+1999,8,7,12,30,23.0,342.0,364.0,27.0,8.0,1.9,37.98,357.2829470155109,36.88308758404652,35.81123874299999
+1999,8,7,13,30,162.0,455.0,596.0,27.0,8.0,2.2,38.35,597.8887540306855,43.21061783209838,41.416951570006326
+1999,8,7,14,30,166.0,394.0,524.0,26.0,9.0,2.3000000000000003,41.11,523.3400419642717,40.09508001634206,38.52505989044924
+1999,8,7,15,30,358.0,280.0,511.0,25.0,9.0,2.4000000000000004,44.12,513.4853943882756,38.737841197882744,37.197385014717916
+1999,8,7,16,30,671.0,111.0,434.0,24.0,9.0,2.1,48.01,422.4753146599616,35.53130678924531,34.263880845265426
+1999,8,7,17,30,113.0,118.0,151.0,22.0,10.0,1.4,55.45,142.54024628853685,26.077245619659895,25.649624880794285
+1999,8,7,18,30,0.0,3.0,3.0,20.0,13.0,0.9,73.36,2.9321541983841466,20.086740621058336,20.077944158463183
+1999,8,7,19,30,0.0,0.0,0.0,18.0,13.0,0.8,82.61,0.0,18.0,18.0
+1999,8,7,20,30,0.0,0.0,0.0,17.0,12.0,0.9,92.32,0.0,17.0,17.0
+1999,8,7,21,30,0.0,0.0,0.0,16.0,12.0,1.1,95.37,0.0,16.0,16.0
+1999,8,7,22,30,0.0,0.0,0.0,15.0,11.0,1.5,92.08,0.0,15.0,15.0
+1999,8,7,23,30,0.0,0.0,0.0,15.0,11.0,2.0,95.87,0.0,15.0,15.0
+1999,8,8,0,30,0.0,0.0,0.0,14.0,10.0,2.5,93.52,0.0,14.0,14.0
+1999,8,8,1,30,0.0,0.0,0.0,14.0,10.0,2.7,90.39,0.0,14.0,14.0
+1999,8,8,2,30,0.0,0.0,0.0,14.0,9.0,2.7,92.46,0.0,14.0,14.0
+1999,8,8,3,30,0.0,0.0,0.0,13.0,9.0,2.7,88.49,0.0,13.0,13.0
+1999,8,8,4,30,0.0,0.0,0.0,13.0,8.0,2.8000000000000003,84.83,0.0,13.0,13.0
+1999,8,8,5,30,211.0,22.0,35.0,16.0,8.0,3.2,73.88,21.600463612706644,16.548020434305386,16.483219043467265
+1999,8,8,6,30,200.0,95.0,146.0,20.0,8.0,3.4000000000000004,57.62000000000001,130.78670959445927,23.27460028915785,22.882240160374472
+1999,8,8,7,30,746.0,80.0,410.0,23.0,8.0,2.7,44.15,391.69242963849064,33.2723704418017,32.09729315288622
+1999,8,8,8,30,831.0,95.0,603.0,26.0,7.0,1.3,34.31,615.4922703790548,43.72428443387301,41.877807622735844
+1999,8,8,9,30,880.0,105.0,767.0,27.0,7.0,0.9,31.69,807.8251427270093,50.89753397870209,48.474058550521065
+1999,8,8,10,30,904.0,114.0,885.0,28.0,7.0,1.4,29.91,948.2702386625285,55.12448432995004,52.27967361396246
+1999,8,8,11,30,572.0,345.0,864.0,29.0,7.0,1.9,28.63,905.4774645903356,54.04713186755642,51.330699473785415
+1999,8,8,12,30,405.0,461.0,831.0,29.0,7.0,2.1,29.35,855.6042741186252,52.35340085607715,49.78658803372127
+1999,8,8,13,30,0.0,67.0,67.0,29.0,8.0,2.0,32.02,65.48477709724594,30.79935948662856,30.602905155336824
+1999,8,8,14,30,484.0,324.0,699.0,28.0,8.0,1.7000000000000002,34.87,719.3269566760633,48.16597886807504,46.00799799804685
+1999,8,8,15,30,751.0,133.0,616.0,27.0,8.0,1.3,37.82,632.1827416190813,45.20491867386342,43.308370449006176
+1999,8,8,16,30,661.0,113.0,430.0,25.0,9.0,1.2000000000000002,41.81,418.7316955519516,37.13950450949321,35.88330942283735
+1999,8,8,17,30,46.0,111.0,124.0,23.0,10.0,1.2000000000000002,52.06,119.47577096810313,26.463737462077354,26.105310149173047
+1999,8,8,18,30,98.0,36.0,46.0,21.0,13.0,1.5,68.29,35.432550758242364,22.0067400445917,21.900442392316975
+1999,8,8,19,30,0.0,0.0,0.0,19.0,12.0,1.9,73.51,0.0,19.0,19.0
+1999,8,8,20,30,0.0,0.0,0.0,18.0,12.0,2.0,78.28,0.0,18.0,18.0
+1999,8,8,21,30,0.0,0.0,0.0,17.0,11.0,1.9,81.21000000000002,0.0,17.0,17.0
+1999,8,8,22,30,0.0,0.0,0.0,17.0,11.0,1.8,82.82000000000002,0.0,17.0,17.0
+1999,8,8,23,30,0.0,0.0,0.0,16.0,10.0,1.7000000000000002,77.98,0.0,16.0,16.0
+1999,8,9,0,30,0.0,0.0,0.0,15.0,9.0,1.7000000000000002,77.9,0.0,15.0,15.0
+1999,8,9,1,30,0.0,0.0,0.0,15.0,8.0,1.9,77.19,0.0,15.0,15.0
+1999,8,9,2,30,0.0,0.0,0.0,14.0,7.0,2.1,71.79,0.0,14.0,14.0
+1999,8,9,3,30,0.0,0.0,0.0,14.0,6.0,2.2,67.43,0.0,14.0,14.0
+1999,8,9,4,30,0.0,0.0,0.0,14.0,5.0,2.3000000000000003,63.95,0.0,14.0,14.0
+1999,8,9,5,30,252.0,20.0,35.0,17.0,5.0,2.9000000000000004,55.63,19.660770991920735,17.50881720517095,17.449834892195188
+1999,8,9,6,30,620.0,53.0,210.0,20.0,5.0,3.3000000000000003,44.2,168.80068025140667,24.254387977171284,23.747985936417063
+1999,8,9,7,30,770.0,73.0,412.0,23.0,6.0,3.4000000000000004,38.07,394.41471031368883,32.87524289315122,31.691998762210147
+1999,8,9,8,30,681.0,155.0,571.0,26.0,6.0,3.6,32.1,579.4999599892981,40.31922126884818,38.580721388880285
+1999,8,9,9,30,883.0,101.0,763.0,27.0,6.0,3.7,30.6,806.0545272656578,46.78654497574486,44.368381393947885
+1999,8,9,10,30,187.0,442.0,601.0,28.0,6.0,3.9,29.31,605.0678757594786,42.65873954146606,40.843535914187626
+1999,8,9,11,30,16.0,238.0,253.0,28.0,6.0,3.9,29.82,248.51297855316776,34.02062540621957,33.27508647056007
+1999,8,9,12,30,33.0,385.0,415.0,27.0,7.0,3.5,32.49,409.2815309446206,37.180079925690826,35.952235332856965
+1999,8,9,13,30,71.0,422.0,484.0,26.0,7.0,2.6,35.81,479.508641868014,38.65924421632637,37.22071829072233
+1999,8,9,14,30,255.0,382.0,580.0,25.0,8.0,1.7000000000000002,42.24,585.2787334468239,41.40800259337081,39.652166393030335
+1999,8,9,15,30,0.0,82.0,82.0,23.0,9.0,1.9,50.51,80.14554808916668,25.216969709450645,24.976533065183144
+1999,8,9,16,30,0.0,80.0,80.0,21.0,10.0,2.9000000000000004,57.34,78.19077862357726,23.02356324000407,22.78899090413334
+1999,8,9,17,30,0.0,56.0,56.0,19.0,11.0,3.4000000000000004,68.39,54.733545036504076,20.370402871659703,20.20620223655019
+1999,8,9,18,30,0.0,19.0,19.0,17.0,11.0,3.1,81.69,18.570309923099597,17.474270550901267,17.41855962113197
+1999,8,9,19,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,89.88,0.0,17.0,17.0
+1999,8,9,20,30,0.0,0.0,0.0,16.0,12.0,1.5,90.56,0.0,16.0,16.0
+1999,8,9,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.27,0.0,16.0,16.0
+1999,8,9,22,30,0.0,0.0,0.0,16.0,11.0,0.9,92.05,0.0,16.0,16.0
+1999,8,9,23,30,0.0,0.0,0.0,15.0,11.0,1.0,88.67,0.0,15.0,15.0
+1999,8,10,0,30,0.0,0.0,0.0,15.0,10.0,1.1,86.0,0.0,15.0,15.0
+1999,8,10,1,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,88.86,0.0,15.0,15.0
+1999,8,10,2,30,0.0,0.0,0.0,14.0,9.0,1.3,86.41,0.0,14.0,14.0
+1999,8,10,3,30,0.0,0.0,0.0,14.0,9.0,1.3,84.62,0.0,14.0,14.0
+1999,8,10,4,30,0.0,0.0,0.0,14.0,9.0,1.4,83.27,0.0,14.0,14.0
+1999,8,10,5,30,133.0,20.0,27.0,16.0,10.0,1.9,82.12,19.600463612706644,16.54218400343604,16.48338261259792
+1999,8,10,6,30,316.0,83.0,162.0,19.0,11.0,2.8000000000000003,77.08,140.44962919824076,22.65900262853993,22.23765374094521
+1999,8,10,7,30,321.0,172.0,313.0,22.0,11.0,3.4000000000000004,61.37000000000001,302.5786927385876,29.575878908545914,28.66814283033015
+1999,8,10,8,30,391.0,250.0,488.0,24.0,10.0,3.7,50.36,489.9140284585409,36.026116882224805,34.556374796849184
+1999,8,10,9,30,411.0,316.0,623.0,25.0,10.0,3.7,48.19,637.9644141472183,40.660369300659426,38.74647605821777
+1999,8,10,10,30,321.0,413.0,686.0,26.0,10.0,3.7,46.3,700.66182566888,43.1994279015018,41.097442424495156
+1999,8,10,11,30,521.0,405.0,877.0,26.0,11.0,3.7,44.05,913.1630058954431,48.41577991954089,45.67629090185456
+1999,8,10,12,30,880.0,131.0,931.0,26.0,11.0,3.7,44.49,1007.353403966779,50.72790953941158,47.70584932751124
+1999,8,10,13,30,2.0,115.0,117.0,26.0,11.0,3.7,47.71,114.2886489289158,28.805489474664046,28.462623527877298
+1999,8,10,14,30,0.0,25.0,25.0,25.0,11.0,3.8,47.82,24.43461831986789,25.595872414341905,25.5225685593823
+1999,8,10,15,30,16.0,215.0,226.0,24.0,11.0,3.8,50.34,220.80191913644052,29.384564265535374,28.722158508126054
+1999,8,10,16,30,2.0,137.0,138.0,23.0,11.0,3.0,53.78,134.82831214223012,26.466282575282893,26.061797638856202
+1999,8,10,17,30,0.0,35.0,35.0,21.0,11.0,1.7000000000000002,63.18,34.20846564781505,21.959017577418233,21.85639218047479
+1999,8,10,18,30,100.0,32.0,41.0,19.0,13.0,0.9,86.31,31.344157251046756,19.927240343636843,19.8332078718837
+1999,8,10,19,30,0.0,0.0,0.0,17.0,13.0,0.8,89.03,0.0,17.0,17.0
+1999,8,10,20,30,0.0,0.0,0.0,16.0,12.0,0.9,92.04,0.0,16.0,16.0
+1999,8,10,21,30,0.0,0.0,0.0,16.0,12.0,1.0,89.38,0.0,16.0,16.0
+1999,8,10,22,30,0.0,0.0,0.0,16.0,11.0,1.1,92.39,0.0,16.0,16.0
+1999,8,10,23,30,0.0,0.0,0.0,15.0,11.0,1.2000000000000002,89.29,0.0,15.0,15.0
+1999,8,11,0,30,0.0,0.0,0.0,15.0,10.0,1.5,91.99,0.0,15.0,15.0
+1999,8,11,1,30,0.0,0.0,0.0,15.0,10.0,1.9,89.31,0.0,15.0,15.0
+1999,8,11,2,30,0.0,0.0,0.0,15.0,9.0,2.5,86.87,0.0,15.0,15.0
+1999,8,11,3,30,0.0,0.0,0.0,14.0,9.0,2.8000000000000003,84.87,0.0,14.0,14.0
+1999,8,11,4,30,0.0,0.0,0.0,14.0,9.0,3.0,83.22,0.0,14.0,14.0
+1999,8,11,5,30,229.0,19.0,31.0,16.0,9.0,3.6,77.39,18.660770991920735,16.461100478566987,16.405118165591226
+1999,8,11,6,30,620.0,51.0,204.0,18.0,9.0,4.5,65.21000000000001,165.6561918765535,21.858560024441466,21.361591448811804
+1999,8,11,7,30,787.0,67.0,410.0,21.0,9.0,4.7,53.46,394.63566413586966,30.07285639147934,28.888949399071734
+1999,8,11,8,30,436.0,232.0,496.0,23.0,8.0,4.1000000000000005,45.15,500.3873084366039,34.96455106235229,33.46338913704248
+1999,8,11,9,30,463.0,305.0,650.0,25.0,8.0,3.1,39.35,668.7111675643225,42.07833714934713,40.07220364665416
+1999,8,11,10,30,185.0,440.0,597.0,26.0,8.0,2.4000000000000004,36.64,601.1694599230996,42.08374973017353,40.28024135040423
+1999,8,11,11,30,432.0,449.0,839.0,27.0,8.0,2.1,34.22,867.6519275614495,50.68223708181387,48.07928129912952
+1999,8,11,12,30,947.0,97.0,955.0,28.0,8.0,2.0,34.04,1040.610956538658,56.59341177502772,53.47157890541175
+1999,8,11,13,30,935.0,96.0,900.0,28.0,7.0,2.1,31.77,975.4863040152084,54.62553633307568,51.699077421030054
+1999,8,11,14,30,219.0,386.0,554.0,27.0,7.0,2.1,33.160000000000004,558.8289549241872,42.253028753007165,40.5765418882346
+1999,8,11,15,30,0.0,28.0,28.0,26.0,7.0,2.1,34.37,27.366772518252038,26.746965890760855,26.6648655732061
+1999,8,11,16,30,562.0,132.0,396.0,25.0,7.0,2.2,36.21,388.29586029494726,35.52790465549416,34.36301707460932
+1999,8,11,17,30,98.0,111.0,139.0,22.0,7.0,1.8,44.74,131.30368434298802,25.656473265455563,25.262562212426598
+1999,8,11,18,30,0.0,1.0,1.0,19.0,9.0,1.4,61.23,0.9773847327947156,19.027957280306946,19.025025126108563
+1999,8,11,19,30,0.0,0.0,0.0,17.0,8.0,1.8,65.25,0.0,17.0,17.0
+1999,8,11,20,30,0.0,0.0,0.0,16.0,7.0,2.2,68.87,0.0,16.0,16.0
+1999,8,11,21,30,0.0,0.0,0.0,14.0,6.0,2.2,70.51,0.0,14.0,14.0
+1999,8,11,22,30,0.0,0.0,0.0,13.0,6.0,2.1,74.04,0.0,13.0,13.0
+1999,8,11,23,30,0.0,0.0,0.0,12.0,6.0,2.2,78.05,0.0,12.0,12.0
+1999,8,12,0,30,0.0,0.0,0.0,12.0,6.0,2.2,81.92,0.0,12.0,12.0
+1999,8,12,1,30,0.0,0.0,0.0,11.0,5.0,2.2,80.12,0.0,11.0,11.0
+1999,8,12,2,30,0.0,0.0,0.0,11.0,5.0,2.1,78.08,0.0,11.0,11.0
+1999,8,12,3,30,0.0,0.0,0.0,11.0,4.0,1.9,81.12,0.0,11.0,11.0
+1999,8,12,4,30,0.0,0.0,0.0,11.0,4.0,1.9,78.38,0.0,11.0,11.0
+1999,8,12,5,30,248.0,18.0,30.0,13.0,4.0,2.5,63.33,17.68338625912602,13.469964526840942,13.416914368063564
+1999,8,12,6,30,651.0,49.0,208.0,17.0,4.0,3.1,48.34,168.88332685674357,21.31314225761816,20.80649227704793
+1999,8,12,7,30,810.0,67.0,417.0,20.0,3.0,3.5,36.91,403.7173949162259,30.041682892832437,28.83053070808376
+1999,8,12,8,30,892.0,78.0,616.0,22.0,2.0,3.8,31.17,635.6624194470053,37.50151901797135,35.59453175963033
+1999,8,12,9,30,937.0,86.0,783.0,24.0,2.0,3.6,29.38,833.7895428305587,44.60261911953027,42.10125049103859
+1999,8,12,10,30,961.0,92.0,903.0,25.0,2.0,3.3000000000000003,26.36,978.5273698722574,49.66243069350947,46.726848583892696
+1999,8,12,11,30,969.0,95.0,967.0,26.0,2.0,3.1,25.19,1054.3404672653992,52.926994558419224,49.763973156623024
+1999,8,12,12,30,965.0,97.0,969.0,27.0,3.0,3.0,25.57,1058.0895940768287,54.20228017960854,51.02801139737806
+1999,8,12,13,30,948.0,98.0,911.0,27.0,3.0,3.0,24.4,988.9781555476972,52.425503690160596,49.45856922351751
+1999,8,12,14,30,384.0,336.0,631.0,26.0,3.0,3.1,26.12,646.3487262595506,42.50721865961644,40.56817248083779
+1999,8,12,15,30,110.0,298.0,368.0,25.0,3.0,3.1,28.11,364.23125309419265,34.30216877239973,33.20947501311716
+1999,8,12,16,30,606.0,119.0,402.0,24.0,3.0,2.7,30.52,394.79587625244255,34.353760202881055,33.16937257412373
+1999,8,12,17,30,0.0,25.0,25.0,21.0,4.0,1.7000000000000002,39.65,24.43461831986789,21.68501255529874,21.611708700339136
+1999,8,12,18,30,0.0,24.0,24.0,19.0,8.0,1.0,61.31,23.457233587073173,19.689265812633042,19.61889411187182
+1999,8,12,19,30,0.0,0.0,0.0,17.0,7.0,1.0,61.35,0.0,17.0,17.0
+1999,8,12,20,30,0.0,0.0,0.0,16.0,7.0,1.3,63.18,0.0,16.0,16.0
+1999,8,12,21,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,67.81,0.0,15.0,15.0
+1999,8,12,22,30,0.0,0.0,0.0,14.0,7.0,1.6,72.98,0.0,14.0,14.0
+1999,8,12,23,30,0.0,0.0,0.0,13.0,7.0,1.1,77.77,0.0,13.0,13.0
+1999,8,13,0,30,0.0,0.0,0.0,12.0,7.0,0.5,82.21000000000002,0.0,12.0,12.0
+1999,8,13,1,30,0.0,0.0,0.0,11.0,6.0,0.2,86.83,0.0,11.0,11.0
+1999,8,13,2,30,0.0,0.0,0.0,10.0,6.0,0.4,91.52,0.0,10.0,10.0
+1999,8,13,3,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,95.33,0.0,10.0,10.0
+1999,8,13,4,30,0.0,0.0,0.0,10.0,5.0,1.0,91.74,0.0,10.0,10.0
+1999,8,13,5,30,217.0,17.0,28.0,12.0,5.0,1.9,73.27,16.69846310392954,12.461909460705217,12.411814071393428
+1999,8,13,6,30,625.0,52.0,203.0,17.0,5.0,2.8000000000000003,55.48,166.40678384567036,21.33524006417107,20.83601971263406
+1999,8,13,7,30,794.0,70.0,411.0,20.0,4.0,3.0,41.49,399.45475106241497,30.269527380577,29.071163127389756
+1999,8,13,8,30,882.0,81.0,611.0,23.0,3.0,2.5,32.660000000000004,631.9360042720857,39.79471911598479,37.89891110316853
+1999,8,13,9,30,933.0,88.0,779.0,25.0,3.0,1.7000000000000002,27.52,832.2363779747955,48.33133918550047,45.834630051576084
+1999,8,13,10,30,961.0,92.0,902.0,26.0,2.0,0.9,24.8,978.2457837752238,54.93901244317987,52.0042750918542
+1999,8,13,11,30,973.0,95.0,968.0,27.0,2.0,0.5,22.78,1057.9355841089173,59.15290227418353,55.97909552185678
+1999,8,13,12,30,972.0,95.0,972.0,28.0,2.0,0.8,21.37,1062.5908324708516,59.64679900752246,56.45902651010991
+1999,8,13,13,30,960.0,93.0,915.0,29.0,2.0,1.3,20.27,994.6285837883702,57.64224422228469,54.65835847091958
+1999,8,13,14,30,934.0,89.0,801.0,29.0,2.0,1.7000000000000002,21.64,859.2503709292537,53.08866324517319,50.51091213238543
+1999,8,13,15,30,889.0,82.0,641.0,28.0,2.0,2.0,23.08,668.522901646413,46.36935358762208,44.36378488268284
+1999,8,13,16,30,812.0,71.0,447.0,27.0,2.0,2.5,24.81,441.02389233991005,38.720921652215296,37.39784997519556
+1999,8,13,17,30,669.0,54.0,239.0,24.0,4.0,2.9000000000000004,33.85,205.55497662263485,29.31972569931712,28.703060769449216
+1999,8,13,18,30,340.0,24.0,52.0,20.0,7.0,3.1,53.91,23.668309414322493,20.604469294875333,20.533464366632366
+1999,8,13,19,30,0.0,0.0,0.0,18.0,7.0,3.3000000000000003,59.02,0.0,18.0,18.0
+1999,8,13,20,30,0.0,0.0,0.0,16.0,6.0,3.3000000000000003,61.13,0.0,16.0,16.0
+1999,8,13,21,30,0.0,0.0,0.0,15.0,6.0,3.3000000000000003,62.5,0.0,15.0,15.0
+1999,8,13,22,30,0.0,0.0,0.0,15.0,5.0,3.2,63.72,0.0,15.0,15.0
+1999,8,13,23,30,0.0,0.0,0.0,14.0,4.0,2.9000000000000004,61.0,0.0,14.0,14.0
+1999,8,14,0,30,0.0,0.0,0.0,13.0,4.0,2.6,62.37000000000001,0.0,13.0,13.0
+1999,8,14,1,30,0.0,0.0,0.0,13.0,3.0,2.3000000000000003,64.52,0.0,13.0,13.0
+1999,8,14,2,30,0.0,0.0,0.0,13.0,3.0,2.1,63.06,0.0,13.0,13.0
+1999,8,14,3,30,0.0,0.0,0.0,13.0,2.0,2.1,61.32,0.0,13.0,13.0
+1999,8,14,4,30,0.0,0.0,0.0,13.0,2.0,2.0,60.19,0.0,13.0,13.0
+1999,8,14,5,30,0.0,16.0,16.0,15.0,3.0,2.1,50.84,15.63815572471545,15.426837651863346,15.3799231846892
+1999,8,14,6,30,440.0,67.0,172.0,19.0,4.0,2.5,46.8,146.4540403212652,22.892252465390047,22.45289034442625
+1999,8,14,7,30,228.0,180.0,278.0,22.0,3.0,2.7,34.44,270.8474874714046,29.103138876350926,28.29059641393671
+1999,8,14,8,30,108.0,278.0,343.0,25.0,2.0,2.5,25.62,339.354131725027,34.01888369176829,33.00082129659321
+1999,8,14,9,30,640.0,237.0,710.0,27.0,1.0,2.2,22.93,743.3134082280467,47.153531085886556,44.92359086120241
+1999,8,14,10,30,480.0,378.0,781.0,28.0,1.0,1.9,20.74,812.9950053632205,50.4889010531148,48.04991603702514
+1999,8,14,11,30,400.0,438.0,797.0,29.0,2.0,1.8,20.1,824.6840125924111,51.965349826863424,49.49129778908619
+1999,8,14,12,30,649.0,325.0,909.0,30.0,2.0,2.1,19.5,964.7552779578064,56.33263696277547,53.43837112890205
+1999,8,14,13,30,546.0,356.0,823.0,30.0,2.0,2.9000000000000004,20.02,861.4844863215864,52.2950630373758,49.71060957841104
+1999,8,14,14,30,617.0,260.0,730.0,30.0,3.0,3.7,21.67,763.5551788806483,48.743296361891844,46.4526308252499
+1999,8,14,15,30,196.0,298.0,420.0,29.0,3.0,4.1000000000000005,23.92,420.6720734591661,39.05851351252942,37.796497292151926
+1999,8,14,16,30,187.0,201.0,286.0,27.0,5.0,3.8,29.78,281.6693919389891,33.86890289931113,33.023894723494166
+1999,8,14,17,30,0.0,68.0,68.0,24.0,8.0,2.5,43.76,66.46216183004066,25.766339205601053,25.56695272011093
+1999,8,14,18,30,0.0,23.0,23.0,21.0,10.0,1.6,61.16,22.47984885427846,21.634448208514012,21.567008661951178
+1999,8,14,19,30,0.0,0.0,0.0,19.0,9.0,1.7000000000000002,66.37,0.0,19.0,19.0
+1999,8,14,20,30,0.0,0.0,0.0,18.0,9.0,2.3000000000000003,63.5,0.0,18.0,18.0
+1999,8,14,21,30,0.0,0.0,0.0,17.0,8.0,2.6,63.89,0.0,17.0,17.0
+1999,8,14,22,30,0.0,0.0,0.0,17.0,7.0,2.8000000000000003,60.95,0.0,17.0,17.0
+1999,8,14,23,30,0.0,0.0,0.0,17.0,7.0,3.2,63.87000000000001,0.0,17.0,17.0
+1999,8,15,0,30,0.0,0.0,0.0,16.0,7.0,3.3000000000000003,64.37,0.0,16.0,16.0
+1999,8,15,1,30,0.0,0.0,0.0,15.0,7.0,2.8000000000000003,70.8,0.0,15.0,15.0
+1999,8,15,2,30,0.0,0.0,0.0,15.0,8.0,2.5,72.93,0.0,15.0,15.0
+1999,8,15,3,30,0.0,0.0,0.0,15.0,8.0,2.8000000000000003,74.11,0.0,15.0,15.0
+1999,8,15,4,30,0.0,0.0,0.0,15.0,8.0,3.2,73.95,0.0,15.0,15.0
+1999,8,15,5,30,0.0,8.0,8.0,16.0,8.0,3.7,69.33,7.819077862357725,16.191938052028835,16.16848081844176
+1999,8,15,6,30,0.0,69.0,69.0,18.0,8.0,4.1000000000000005,61.63,67.43954656283539,19.612518712742606,19.4102000730541
+1999,8,15,7,30,11.0,144.0,149.0,21.0,8.0,4.5,53.65,145.31812076807552,24.384833885596617,23.94887952329239
+1999,8,15,8,30,0.0,64.0,64.0,22.0,8.0,4.5,46.48,62.5526228988618,23.457011943878157,23.26935407518157
+1999,8,15,9,30,31.0,297.0,320.0,24.0,7.0,3.9,40.56,315.0581378902604,31.63278859905707,30.687614185386288
+1999,8,15,10,30,71.0,406.0,465.0,25.0,7.0,2.9000000000000004,37.63,462.39821131394575,36.96678226166673,35.57958762772489
+1999,8,15,11,30,27.0,355.0,380.0,26.0,7.0,1.8,35.03,373.7357546930063,36.40758911082919,35.286381846750174
+1999,8,15,12,30,19.0,300.0,317.0,27.0,7.0,0.9,32.74,312.14752712317625,36.234122263900325,35.2976796825308
+1999,8,15,13,30,112.0,436.0,531.0,27.0,7.0,0.6000000000000001,32.410000000000004,531.374922260971,43.040851140793556,41.446726374010645
+1999,8,15,14,30,339.0,353.0,610.0,27.0,7.0,0.6000000000000001,33.71,624.493749582226,45.85187060161018,43.9783893528635
+1999,8,15,15,30,263.0,287.0,451.0,26.0,6.0,0.5,35.14,453.74166403453603,39.79016983696227,38.42894484485866
+1999,8,15,16,30,406.0,166.0,351.0,25.0,6.0,0.4,37.26,346.45930129097417,35.601076179109306,34.56169827523638
+1999,8,15,17,30,585.0,62.0,219.0,23.0,7.0,0.2,45.02,191.45412194483532,28.938031108348852,28.363668742514346
+1999,8,15,18,30,247.0,25.0,43.0,20.0,10.0,0.30000000000000004,59.73,24.570309923099597,20.756915327435326,20.683204397666028
+1999,8,15,19,30,0.0,0.0,0.0,18.0,8.0,0.7000000000000001,62.08,0.0,18.0,18.0
+1999,8,15,20,30,0.0,0.0,0.0,17.0,8.0,1.0,69.16,0.0,17.0,17.0
+1999,8,15,21,30,0.0,0.0,0.0,16.0,8.0,1.3,67.68,0.0,16.0,16.0
+1999,8,15,22,30,0.0,0.0,0.0,15.0,7.0,1.7000000000000002,69.04,0.0,15.0,15.0
+1999,8,15,23,30,0.0,0.0,0.0,15.0,6.0,2.0,66.93,0.0,15.0,15.0
+1999,8,16,0,30,0.0,0.0,0.0,15.0,6.0,2.4000000000000004,70.59,0.0,15.0,15.0
+1999,8,16,1,30,0.0,0.0,0.0,14.0,6.0,2.7,70.21000000000001,0.0,14.0,14.0
+1999,8,16,2,30,0.0,0.0,0.0,14.0,6.0,2.9000000000000004,74.75,0.0,14.0,14.0
+1999,8,16,3,30,0.0,0.0,0.0,13.0,6.0,3.1,74.89,0.0,13.0,13.0
+1999,8,16,4,30,0.0,0.0,0.0,13.0,6.0,3.3000000000000003,75.46000000000002,0.0,13.0,13.0
+1999,8,16,5,30,198.0,15.0,23.0,15.0,7.0,3.8,71.69,14.721078371134826,15.358994128571759,15.314830893458353
+1999,8,16,6,30,430.0,66.0,166.0,19.0,7.0,3.5,57.26,142.86949975731687,22.553600190842104,22.124991691570152
+1999,8,16,7,30,783.0,70.0,401.0,22.0,6.0,2.4000000000000004,42.56,393.39363884062925,32.524893984741546,31.344713068219658
+1999,8,16,8,30,862.0,85.0,597.0,25.0,4.0,1.6,29.93,622.1782956738358,42.55972238182722,40.69318749480571
+1999,8,16,9,30,903.0,96.0,760.0,26.0,3.0,1.2000000000000002,26.91,815.1528350015465,49.63220081389734,47.186742308892704
+1999,8,16,10,30,924.0,106.0,878.0,28.0,3.0,1.2000000000000002,25.23,956.7817845445944,55.73818392889969,52.86783857526591
+1999,8,16,11,30,928.0,112.0,939.0,29.0,3.0,1.6,23.91,1028.6981555362004,58.03292215674283,54.94682769013423
+1999,8,16,12,30,592.0,356.0,886.0,29.0,3.0,2.0,22.7,937.4475690250167,54.75873739383911,51.946394686764066
+1999,8,16,13,30,895.0,120.0,879.0,29.0,4.0,2.4000000000000004,22.9,957.3876594672779,54.61404817802626,51.74188519962443
+1999,8,16,14,30,855.0,118.0,763.0,29.0,4.0,2.6,24.9,819.0898087372391,50.624340040075616,48.1670706138639
+1999,8,16,15,30,793.0,111.0,602.0,28.0,4.0,2.5,27.25,629.4825902652785,44.729515679495975,42.84106790870014
+1999,8,16,16,30,649.0,103.0,396.0,26.0,5.0,1.9,30.35,393.79533546346215,36.89308578280792,35.71169977641754
+1999,8,16,17,30,490.0,77.0,206.0,23.0,7.0,1.1,42.77,183.66819693131077,28.36068602581733,27.809681435023396
+1999,8,16,18,30,80.0,25.0,31.0,21.0,11.0,0.9,59.79,24.479848854278462,21.72417654371808,21.650736997155246
+1999,8,16,19,30,0.0,0.0,0.0,19.0,10.0,1.1,66.2,0.0,19.0,19.0
+1999,8,16,20,30,0.0,0.0,0.0,18.0,10.0,1.4,69.14,0.0,18.0,18.0
+1999,8,16,21,30,0.0,0.0,0.0,17.0,9.0,1.7000000000000002,71.41,0.0,17.0,17.0
+1999,8,16,22,30,0.0,0.0,0.0,17.0,9.0,1.9,69.3,0.0,17.0,17.0
+1999,8,16,23,30,0.0,0.0,0.0,16.0,8.0,2.0,71.83,0.0,16.0,16.0
+1999,8,17,0,30,0.0,0.0,0.0,16.0,8.0,1.9,70.21000000000001,0.0,16.0,16.0
+1999,8,17,1,30,0.0,0.0,0.0,16.0,8.0,1.7000000000000002,73.60000000000002,0.0,16.0,16.0
+1999,8,17,2,30,0.0,0.0,0.0,15.0,8.0,1.7000000000000002,72.10000000000002,0.0,15.0,15.0
+1999,8,17,3,30,0.0,0.0,0.0,15.0,7.0,1.6,70.60000000000002,0.0,15.0,15.0
+1999,8,17,4,30,0.0,0.0,0.0,15.0,7.0,1.6,69.26,0.0,15.0,15.0
+1999,8,17,5,30,0.0,8.0,8.0,17.0,7.0,2.0,65.13,7.819077862357725,17.2148488939258,17.191391660338727
+1999,8,17,6,30,0.0,76.0,76.0,19.0,7.0,2.6,54.99,74.28123969239839,20.96105819969013,20.738214480612935
+1999,8,17,7,30,0.0,27.0,27.0,22.0,7.0,2.4000000000000004,45.75,26.389387785457323,22.706024402384124,22.626856239027752
+1999,8,17,8,30,579.0,182.0,524.0,25.0,7.0,2.0,37.98,539.7360123276646,39.83060883928242,38.21140080229942
+1999,8,17,9,30,439.0,298.0,621.0,26.0,7.0,1.8,35.78,641.7888468915994,43.87218517491665,41.94681863424185
+1999,8,17,10,30,896.0,110.0,857.0,27.0,7.0,1.5,33.83,934.4998025744839,53.55181049013025,50.7483110824068
+1999,8,17,11,30,87.0,448.0,526.0,28.0,7.0,1.1,31.72,524.0076442429647,43.294103730790475,41.72208079806158
+1999,8,17,12,30,426.0,438.0,819.0,28.0,7.0,0.8,31.63,851.9943867884255,53.37467319526331,50.81869003489804
+1999,8,17,13,30,0.0,36.0,36.0,27.0,8.0,0.9,34.06,35.185850380609764,28.040887452700023,27.935329901558195
+1999,8,17,14,30,0.0,23.0,23.0,26.0,8.0,1.4,37.27,22.47984885427846,26.64301744705975,26.575577900496917
+1999,8,17,15,30,0.0,24.0,24.0,25.0,9.0,1.9,43.67,23.457233587073173,25.648869183253847,25.578497482492626
+1999,8,17,16,30,6.0,142.0,145.0,23.0,9.0,2.2,52.2,141.4881421528648,26.836182207394366,26.41171778093577
+1999,8,17,17,30,0.0,76.0,76.0,21.0,11.0,2.4000000000000004,65.47,74.28123969239839,22.98732794745161,22.764484228374418
+1999,8,17,18,30,51.0,23.0,26.0,19.0,12.0,2.6,78.73,22.502464121483744,19.594075192624775,19.526567800260324
+1999,8,17,19,30,0.0,0.0,0.0,17.0,12.0,2.5,84.41,0.0,17.0,17.0
+1999,8,17,20,30,0.0,0.0,0.0,16.0,12.0,2.0,89.41,0.0,16.0,16.0
+1999,8,17,21,30,0.0,0.0,0.0,16.0,11.0,1.1,92.16,0.0,16.0,16.0
+1999,8,17,22,30,0.0,0.0,0.0,15.0,11.0,0.30000000000000004,90.98,0.0,15.0,15.0
+1999,8,17,23,30,0.0,0.0,0.0,14.0,11.0,0.5,94.95,0.0,14.0,14.0
+1999,8,18,0,30,0.0,0.0,0.0,14.0,10.0,0.9,91.67,0.0,14.0,14.0
+1999,8,18,1,30,0.0,0.0,0.0,13.0,10.0,1.1,93.83,0.0,13.0,13.0
+1999,8,18,2,30,0.0,0.0,0.0,13.0,9.0,1.2000000000000002,89.01,0.0,13.0,13.0
+1999,8,18,3,30,0.0,0.0,0.0,13.0,8.0,1.3,88.91,0.0,13.0,13.0
+1999,8,18,4,30,0.0,0.0,0.0,13.0,7.0,1.2000000000000002,82.73,0.0,13.0,13.0
+1999,8,18,5,30,165.0,14.0,19.0,15.0,6.0,1.7000000000000002,69.33,13.721078371134826,15.384663710863979,15.343500475750574
+1999,8,18,6,30,614.0,50.0,190.0,18.0,7.0,2.2,55.29,159.70758089393348,22.330167679701194,21.851044937019395
+1999,8,18,7,30,790.0,69.0,400.0,21.0,5.0,2.4000000000000004,39.9,394.3624818799792,31.550814511334362,30.367727065694424
+1999,8,18,8,30,880.0,81.0,600.0,23.0,3.0,2.5,32.6,628.7545929635473,39.710167976378706,37.82390419748806
+1999,8,18,9,30,931.0,89.0,769.0,25.0,3.0,2.6,29.92,829.9957782309408,46.912262549039646,44.422275214346826
+1999,8,18,10,30,959.0,94.0,891.0,26.0,3.0,2.7,27.3,976.6205818108295,51.612464368300124,48.682602622867634
+1999,8,18,11,30,971.0,97.0,957.0,27.0,2.0,2.9000000000000004,24.96,1055.6180933527712,54.31920575283465,51.15235147277633
+1999,8,18,12,30,970.0,98.0,960.0,27.0,2.0,3.0,23.05,1060.2419321436653,54.25761434361798,51.07688854718698
+1999,8,18,13,30,955.0,97.0,901.0,28.0,2.0,3.2,22.8,989.2472064914117,53.09796518524275,50.13022356576852
+1999,8,18,14,30,924.0,94.0,785.0,27.0,2.0,3.4000000000000004,22.92,849.8600440349469,48.27855310810908,45.728972976004236
+1999,8,18,15,30,870.0,88.0,620.0,26.0,2.0,3.4000000000000004,23.99,654.5003875590883,42.387193813504375,40.42369265082711
+1999,8,18,16,30,779.0,77.0,423.0,25.0,2.0,3.0,25.27,423.7294327281519,35.89360184047027,34.62241354228581
+1999,8,18,17,30,608.0,59.0,215.0,22.0,3.0,2.1,33.62,189.11629395379856,27.16185899803774,26.594510116176345
+1999,8,18,18,30,104.0,21.0,28.0,19.0,6.0,1.5,54.07,20.57784834550136,19.584675489560464,19.52294194452396
+1999,8,18,19,30,0.0,0.0,0.0,17.0,6.0,1.8,60.67,0.0,17.0,17.0
+1999,8,18,20,30,0.0,0.0,0.0,16.0,6.0,2.3000000000000003,61.9,0.0,16.0,16.0
+1999,8,18,21,30,0.0,0.0,0.0,16.0,7.0,3.0,64.41,0.0,16.0,16.0
+1999,8,18,22,30,0.0,0.0,0.0,16.0,8.0,3.8,67.77,0.0,16.0,16.0
+1999,8,18,23,30,0.0,0.0,0.0,15.0,8.0,4.2,75.22,0.0,15.0,15.0
+1999,8,19,0,30,0.0,0.0,0.0,15.0,8.0,4.0,81.38,0.0,15.0,15.0
+1999,8,19,1,30,0.0,0.0,0.0,14.0,8.0,3.6,80.29,0.0,14.0,14.0
+1999,8,19,2,30,0.0,0.0,0.0,14.0,8.0,3.0,83.54,0.0,14.0,14.0
+1999,8,19,3,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,81.65,0.0,14.0,14.0
+1999,8,19,4,30,0.0,0.0,0.0,14.0,7.0,2.8000000000000003,79.56,0.0,14.0,14.0
+1999,8,19,5,30,0.0,17.0,17.0,15.0,7.0,3.2,68.86,16.615540457510164,15.42154908621438,15.37170246484185
+1999,8,19,6,30,561.0,55.0,182.0,19.0,8.0,4.1000000000000005,58.26,154.55839891050286,22.69558105232082,22.23190585558931
+1999,8,19,7,30,739.0,79.0,386.0,22.0,9.0,4.6000000000000005,49.15,382.5800075608187,30.853266544241734,29.70552652155928
+1999,8,19,8,30,830.0,94.0,581.0,25.0,7.0,4.4,37.78,609.8614922720126,39.29841372153037,37.468829244714335
+1999,8,19,9,30,880.0,105.0,745.0,27.0,7.0,3.7,33.74,804.5891907241196,46.75057476975631,44.33680719758395
+1999,8,19,10,30,690.0,260.0,833.0,28.0,6.0,3.2,30.88,890.4093717698216,50.59037302976389,47.91914491445442
+1999,8,19,11,30,9.0,149.0,157.0,29.0,6.0,3.2,29.03,154.53115113239303,32.92057458005059,32.45698112665341
+1999,8,19,12,30,25.0,342.0,365.0,29.0,6.0,3.4000000000000004,27.73,359.1090642808435,37.99127020917937,36.91394301633684
+1999,8,19,13,30,12.0,186.0,196.0,28.0,7.0,3.7,30.29,193.0187461002021,32.738108864457516,32.15905262615691
+1999,8,19,14,30,0.0,26.0,26.0,27.0,7.0,3.8,33.6,25.412003052662605,27.61970731091558,27.54347130175759
+1999,8,19,15,30,0.0,27.0,27.0,26.0,8.0,3.6,39.74,26.389387785457323,26.652071628885672,26.5729034655293
+1999,8,19,16,30,348.0,170.0,323.0,24.0,9.0,2.8000000000000003,47.48,321.0391107681856,32.36373123140739,31.400613899102837
+1999,8,19,17,30,0.0,7.0,7.0,21.0,10.0,2.0,59.58,6.8416931295630095,21.187992782185074,21.167467702796383
+1999,8,19,18,30,0.0,17.0,17.0,19.0,12.0,2.3000000000000003,73.91,16.615540457510164,19.447505165827465,19.397658544454934
+1999,8,19,19,30,0.0,0.0,0.0,17.0,12.0,3.1,83.35000000000002,0.0,17.0,17.0
+1999,8,19,20,30,0.0,0.0,0.0,16.0,11.0,3.4000000000000004,86.84,0.0,16.0,16.0
+1999,8,19,21,30,0.0,0.0,0.0,16.0,11.0,3.0,84.72,0.0,16.0,16.0
+1999,8,19,22,30,0.0,0.0,0.0,16.0,11.0,2.5,87.68,0.0,16.0,16.0
+1999,8,19,23,30,0.0,0.0,0.0,15.0,10.0,2.3000000000000003,85.32000000000002,0.0,15.0,15.0
+1999,8,20,0,30,0.0,0.0,0.0,15.0,10.0,2.4000000000000004,83.27,0.0,15.0,15.0
+1999,8,20,1,30,0.0,0.0,0.0,15.0,9.0,2.4000000000000004,81.37,0.0,15.0,15.0
+1999,8,20,2,30,0.0,0.0,0.0,15.0,9.0,2.2,85.05,0.0,15.0,15.0
+1999,8,20,3,30,0.0,0.0,0.0,14.0,9.0,2.0,83.5,0.0,14.0,14.0
+1999,8,20,4,30,0.0,0.0,0.0,14.0,9.0,1.9,82.32000000000002,0.0,14.0,14.0
+1999,8,20,5,30,121.0,12.0,15.0,16.0,9.0,2.5,77.34,11.751232060741872,16.31230795585741,16.277054259675186
+1999,8,20,6,30,548.0,53.0,175.0,20.0,9.0,3.0,62.2,149.80802413102793,23.85139393523785,23.40196986284477
+1999,8,20,7,30,347.0,156.0,300.0,23.0,9.0,3.0,51.63,295.6561034196568,30.600982191919044,29.714013881660073
+1999,8,20,8,30,187.0,273.0,383.0,25.0,8.0,2.9000000000000004,40.45,383.4509475535566,34.92364132284179,33.77328848018112
+1999,8,20,9,30,410.0,305.0,602.0,26.0,8.0,2.7,38.04,624.9890618238078,42.39071546788294,40.515748282411515
+1999,8,20,10,30,102.0,417.0,501.0,26.0,9.0,2.4000000000000004,38.69,501.58013906154315,39.41932676906683,37.9145863518822
+1999,8,20,11,30,473.0,414.0,831.0,26.0,9.0,2.0,39.49,872.1221511171544,49.96375670304539,47.34739024969393
+1999,8,20,12,30,96.0,451.0,537.0,26.0,9.0,1.7000000000000002,43.41,536.1025363908819,41.02937199786956,39.42106438869691
+1999,8,20,13,30,70.0,404.0,463.0,25.0,10.0,1.5,45.06,460.2687087430274,38.07754961040535,36.69674348417627
+1999,8,20,14,30,363.0,316.0,585.0,24.0,10.0,1.3,49.0,605.5406928238291,41.437709606465454,39.621087527993964
+1999,8,20,15,30,3.0,139.0,142.0,23.0,11.0,1.3,52.86,137.8143547836166,26.968629568249785,26.555186503898934
+1999,8,20,16,30,0.0,74.0,74.0,22.0,11.0,1.4,60.86,72.32647022680895,24.068838742713986,23.85185933203356
+1999,8,20,17,30,0.0,4.0,4.0,20.0,11.0,1.8,66.86,3.9095389311788624,20.108870704227705,20.097142087434168
+1999,8,20,18,30,0.0,14.0,14.0,19.0,12.0,2.5,78.21000000000002,13.683386259126019,19.36365807174139,19.322607912964013
+1999,8,20,19,30,0.0,0.0,0.0,18.0,12.0,3.2,83.49,0.0,18.0,18.0
+1999,8,20,20,30,0.0,0.0,0.0,17.0,11.0,3.6,82.07000000000002,0.0,17.0,17.0
+1999,8,20,21,30,0.0,0.0,0.0,17.0,11.0,4.0,84.15,0.0,17.0,17.0
+1999,8,20,22,30,0.0,0.0,0.0,16.0,10.0,4.4,80.15,0.0,16.0,16.0
+1999,8,20,23,30,0.0,0.0,0.0,16.0,9.0,4.5,81.76,0.0,16.0,16.0
+1999,8,21,0,30,0.0,0.0,0.0,16.0,9.0,4.0,79.27,0.0,16.0,16.0
+1999,8,21,1,30,0.0,0.0,0.0,15.0,9.0,3.3000000000000003,77.92,0.0,15.0,15.0
+1999,8,21,2,30,0.0,0.0,0.0,15.0,9.0,2.5,77.27,0.0,15.0,15.0
+1999,8,21,3,30,0.0,0.0,0.0,15.0,9.0,2.0,82.53,0.0,15.0,15.0
+1999,8,21,4,30,0.0,0.0,0.0,15.0,9.0,1.6,82.14,0.0,15.0,15.0
+1999,8,21,5,30,101.0,11.0,14.0,16.0,9.0,1.9,72.84,10.773847327947157,16.298023954539943,16.265702412556102
+1999,8,21,6,30,531.0,54.0,170.0,19.0,9.0,2.2,62.95,147.30429341481698,22.993876100657232,22.55196322041278
+1999,8,21,7,30,475.0,132.0,327.0,22.0,9.0,1.9,49.88,324.72748867773214,30.982545174231827,30.008362708198632
+1999,8,21,8,30,392.0,239.0,467.0,24.0,8.0,1.6,43.02,477.88098523932086,37.48722302064294,36.05358006492498
+1999,8,21,9,30,656.0,223.0,697.0,25.0,8.0,1.6,40.58,740.7077531743965,45.90497627809868,43.68285301857549
+1999,8,21,10,30,875.0,118.0,839.0,26.0,9.0,1.6,38.73,921.3980070661636,52.00459276665684,49.24039874545835
+1999,8,21,11,30,0.0,53.0,53.0,27.0,9.0,1.3,36.82,51.801390838119936,28.4917207404077,28.33631656789334
+1999,8,21,12,30,16.0,237.0,252.0,27.0,9.0,1.0,39.5,247.51491259814898,34.27296195169303,33.53041721389858
+1999,8,21,13,30,126.0,404.0,509.0,26.0,9.0,0.7000000000000001,40.09,512.4332545126588,41.36495331251816,39.82765354898019
+1999,8,21,14,30,794.0,138.0,724.0,25.0,9.0,0.7000000000000001,43.35,782.5687890804628,48.464778685158784,46.1170723179174
+1999,8,21,15,30,43.0,250.0,276.0,24.0,10.0,0.7000000000000001,47.06,272.19657155699167,32.161624127571855,31.34503441290088
+1999,8,21,16,30,0.0,31.0,31.0,23.0,10.0,0.9,55.09,30.29892671663619,23.896319750936133,23.805422970786225
+1999,8,21,17,30,11.0,85.0,88.0,21.0,11.0,0.9,61.92,85.36995853449947,23.525461732908724,23.269351857305224
+1999,8,21,18,30,0.0,21.0,21.0,19.0,12.0,0.8,77.03,20.52507938868903,19.611291799419043,19.549716561252975
+1999,8,21,19,30,0.0,0.0,0.0,18.0,13.0,0.6000000000000001,84.56,0.0,18.0,18.0
+1999,8,21,20,30,0.0,0.0,0.0,17.0,12.0,0.6000000000000001,87.52,0.0,17.0,17.0
+1999,8,21,21,30,0.0,0.0,0.0,16.0,12.0,0.7000000000000001,90.84,0.0,16.0,16.0
+1999,8,21,22,30,0.0,0.0,0.0,15.0,12.0,0.9,94.31,0.0,15.0,15.0
+1999,8,21,23,30,0.0,0.0,0.0,15.0,11.0,1.1,97.86,0.0,15.0,15.0
+1999,8,22,0,30,0.0,0.0,0.0,14.0,11.0,1.1,95.1,0.0,14.0,14.0
+1999,8,22,1,30,0.0,0.0,0.0,13.0,10.0,1.1,98.52,0.0,13.0,13.0
+1999,8,22,2,30,0.0,0.0,0.0,13.0,10.0,1.1,95.38,0.0,13.0,13.0
+1999,8,22,3,30,0.0,0.0,0.0,13.0,9.0,1.1,92.46,0.0,13.0,13.0
+1999,8,22,4,30,0.0,0.0,0.0,13.0,9.0,1.3,90.2,0.0,13.0,13.0
+1999,8,22,5,30,91.0,10.0,12.0,14.0,9.0,2.2,84.11,9.78892417275068,14.265408084166284,14.236041311648032
+1999,8,22,6,30,530.0,54.0,169.0,17.0,9.0,3.4000000000000004,71.0,146.70322628070852,20.673113489044834,20.233003810202707
+1999,8,22,7,30,719.0,77.0,371.0,20.0,9.0,4.1000000000000005,58.53,371.0871050264134,28.87290812898689,27.75964681390765
+1999,8,22,8,30,821.0,91.0,567.0,23.0,8.0,4.4,44.72,600.199201734159,37.07187797635131,35.27128037114883
+1999,8,22,9,30,882.0,99.0,735.0,25.0,7.0,4.5,39.08,799.2345156281053,43.616233520897026,41.21852997401271
+1999,8,22,10,30,919.0,103.0,858.0,26.0,6.0,4.5,32.4,946.8085632677871,48.053613762571466,45.213188072768105
+1999,8,22,11,30,937.0,104.0,924.0,27.0,5.0,4.4,28.93,1026.4783597379687,51.066140344511325,47.98670526529742
+1999,8,22,12,30,30.0,361.0,388.0,28.0,5.0,4.4,27.92,382.5649731525582,36.969368177556056,35.82167325809838
+1999,8,22,13,30,925.0,102.0,871.0,28.0,4.0,4.3,25.7,961.6363351516007,50.693908397831024,47.80899939237622
+1999,8,22,14,30,122.0,364.0,454.0,27.0,4.0,4.2,26.87,455.0885321421582,37.81032675495089,36.44506115852442
+1999,8,22,15,30,248.0,275.0,424.0,26.0,4.0,4.0,28.36,428.8975239873094,36.322705402760214,35.036012830798285
+1999,8,22,16,30,728.0,84.0,395.0,25.0,4.0,3.3000000000000003,30.27,400.9059054110397,35.10427956461675,33.901561848383636
+1999,8,22,17,30,534.0,63.0,190.0,22.0,5.0,1.9,38.88,171.23923285025265,26.736784529518875,26.22306683096812
+1999,8,22,18,30,127.0,17.0,22.0,19.0,8.0,1.0,57.12000000000001,16.653232569518973,19.48933749316126,19.439377795452703
+1999,8,22,19,30,0.0,0.0,0.0,18.0,7.0,0.9,62.54,0.0,18.0,18.0
+1999,8,22,20,30,0.0,0.0,0.0,17.0,7.0,0.9,63.74,0.0,17.0,17.0
+1999,8,22,21,30,0.0,0.0,0.0,16.0,6.0,1.0,65.54,0.0,16.0,16.0
+1999,8,22,22,30,0.0,0.0,0.0,15.0,6.0,1.2000000000000002,68.02,0.0,15.0,15.0
+1999,8,22,23,30,0.0,0.0,0.0,14.0,6.0,1.3,66.77,0.0,14.0,14.0
+1999,8,23,0,30,0.0,0.0,0.0,14.0,5.0,1.4,70.82000000000002,0.0,14.0,14.0
+1999,8,23,1,30,0.0,0.0,0.0,13.0,6.0,1.5,71.55,0.0,13.0,13.0
+1999,8,23,2,30,0.0,0.0,0.0,13.0,6.0,1.6,72.93,0.0,13.0,13.0
+1999,8,23,3,30,0.0,0.0,0.0,13.0,6.0,1.5,74.11,0.0,13.0,13.0
+1999,8,23,4,30,0.0,0.0,0.0,13.0,6.0,1.4,74.18,0.0,13.0,13.0
+1999,8,23,5,30,108.0,10.0,12.0,15.0,6.0,1.3,65.49,9.78892417275068,15.281890910234495,15.252524137716243
+1999,8,23,6,30,578.0,49.0,173.0,19.0,8.0,1.6,57.52,149.86339498776218,23.22959082546133,22.78000064049804
+1999,8,23,7,30,762.0,71.0,379.0,22.0,6.0,2.4000000000000004,42.75,382.45564055438746,32.2322576505414,31.084890728878236
+1999,8,23,8,30,853.0,85.0,577.0,24.0,5.0,2.8000000000000003,37.59,613.8621586982031,39.992375808038496,38.150789331943884
+1999,8,23,9,30,904.0,94.0,744.0,25.0,5.0,2.6,33.17,811.4694220283084,46.423158397143396,43.988750131058474
+1999,8,23,10,30,933.0,100.0,865.0,27.0,5.0,2.4000000000000004,30.82,956.2773873460028,52.584343843189856,49.715511681151845
+1999,8,23,11,30,946.0,104.0,930.0,28.0,5.0,2.2,28.32,1034.6894403524907,56.05363870684401,52.949570385786544
+1999,8,23,12,30,945.0,105.0,933.0,29.0,4.0,2.2,25.91,1038.0101248344315,57.14367275868865,54.02964238418536
+1999,8,23,13,30,929.0,104.0,873.0,29.0,4.0,2.5,23.74,966.0838632519634,54.675237707798516,51.77698611804263
+1999,8,23,14,30,893.0,102.0,755.0,29.0,4.0,2.8000000000000003,24.73,825.1399188230528,50.49659738599434,48.021177629525184
+1999,8,23,15,30,834.0,95.0,590.0,28.0,4.0,3.0,25.88,629.5258310792113,44.184393205623195,42.29581571238556
+1999,8,23,16,30,733.0,82.0,393.0,26.0,4.0,2.8000000000000003,27.71,399.31306410863607,36.40292921757415,35.204990025248236
+1999,8,23,17,30,536.0,61.0,187.0,23.0,6.0,1.9,37.67,168.17470467331339,27.65201417977376,27.14749006575382
+1999,8,23,18,30,0.0,14.0,14.0,20.0,8.0,1.3,53.32,13.683386259126019,20.39403944086241,20.352989282085034
+1999,8,23,19,30,0.0,0.0,0.0,18.0,7.0,1.4,58.27,0.0,18.0,18.0
+1999,8,23,20,30,0.0,0.0,0.0,17.0,7.0,1.6,65.73,0.0,17.0,17.0
+1999,8,23,21,30,0.0,0.0,0.0,16.0,7.0,1.7000000000000002,64.75,0.0,16.0,16.0
+1999,8,23,22,30,0.0,0.0,0.0,15.0,7.0,1.9,67.27,0.0,15.0,15.0
+1999,8,23,23,30,0.0,0.0,0.0,15.0,6.0,2.1,65.55,0.0,15.0,15.0
+1999,8,24,0,30,0.0,0.0,0.0,15.0,6.0,2.3000000000000003,68.7,0.0,15.0,15.0
+1999,8,24,1,30,0.0,0.0,0.0,14.0,6.0,2.5,68.55,0.0,14.0,14.0
+1999,8,24,2,30,0.0,0.0,0.0,14.0,6.0,2.6,74.21000000000002,0.0,14.0,14.0
+1999,8,24,3,30,0.0,0.0,0.0,14.0,6.0,2.7,74.71000000000002,0.0,14.0,14.0
+1999,8,24,4,30,0.0,0.0,0.0,14.0,6.0,2.7,74.28,0.0,14.0,14.0
+1999,8,24,5,30,0.0,0.0,0.0,15.0,6.0,3.2,64.72,0.0,15.0,15.0
+1999,8,24,6,30,522.0,55.0,165.0,19.0,7.0,3.5,52.69,145.43339036876066,22.617371969854428,22.181071798748146
+1999,8,24,7,30,713.0,80.0,367.0,23.0,7.0,2.7,41.45,370.70881983428933,32.72206260635561,31.60993614685274
+1999,8,24,8,30,809.0,97.0,562.0,26.0,6.0,2.0,31.56,597.8320619549446,42.42694439490709,40.63344820904226
+1999,8,24,9,30,862.0,110.0,727.0,28.0,5.0,2.2,27.44,793.270192071283,49.508014383229,47.128203807015154
+1999,8,24,10,30,890.0,119.0,846.0,29.0,5.0,2.5,25.81,934.77764516773,53.843224441021455,51.038891505518265
+1999,8,24,11,30,898.0,126.0,908.0,30.0,5.0,2.7,24.17,1008.174636087027,56.43998849166644,53.41546458340536
+1999,8,24,12,30,543.0,374.0,848.0,31.0,5.0,2.8000000000000003,22.77,902.4540891876977,54.51079104533341,51.80342877777032
+1999,8,24,13,30,422.0,368.0,716.0,31.0,5.0,2.7,24.14,751.7671594941228,50.71554761840049,48.46024613991813
+1999,8,24,14,30,364.0,327.0,592.0,30.0,5.0,2.4000000000000004,25.79,614.6648883662676,46.444807814543196,44.60081314944439
+1999,8,24,15,30,393.0,241.0,473.0,29.0,5.0,2.0,27.66,487.59157731412273,42.39780891271064,40.93503418076827
+1999,8,24,16,30,225.0,177.0,272.0,28.0,6.0,1.3,29.96,270.39530412302474,35.78655315510064,34.975367242731565
+1999,8,24,17,30,39.0,87.0,96.0,25.0,8.0,0.7000000000000001,42.17,92.81781241199616,27.783077291962048,27.50462385472606
+1999,8,24,18,30,0.0,8.0,8.0,22.0,11.0,0.6000000000000001,57.55,7.819077862357725,22.236037981458892,22.21258074787182
+1999,8,24,19,30,0.0,0.0,0.0,20.0,10.0,1.1,62.58,0.0,20.0,20.0
+1999,8,24,20,30,0.0,0.0,0.0,19.0,10.0,2.3000000000000003,65.38,0.0,19.0,19.0
+1999,8,24,21,30,0.0,0.0,0.0,18.0,9.0,3.6,67.46000000000001,0.0,18.0,18.0
+1999,8,24,22,30,0.0,0.0,0.0,18.0,9.0,4.2,69.84,0.0,18.0,18.0
+1999,8,24,23,30,0.0,0.0,0.0,17.0,8.0,4.0,66.31,0.0,17.0,17.0
+1999,8,25,0,30,0.0,0.0,0.0,17.0,8.0,3.4000000000000004,63.61,0.0,17.0,17.0
+1999,8,25,1,30,0.0,0.0,0.0,17.0,7.0,2.7,66.58,0.0,17.0,17.0
+1999,8,25,2,30,0.0,0.0,0.0,16.0,7.0,2.2,66.33,0.0,16.0,16.0
+1999,8,25,3,30,0.0,0.0,0.0,16.0,7.0,2.1,70.49,0.0,16.0,16.0
+1999,8,25,4,30,0.0,0.0,0.0,16.0,7.0,2.1,69.98,0.0,16.0,16.0
+1999,8,25,5,30,0.0,0.0,0.0,17.0,7.0,2.7,65.66,0.0,17.0,17.0
+1999,8,25,6,30,475.0,58.0,157.0,20.0,8.0,3.1,56.5,139.74364855132114,23.568938669189752,23.149707723535787
+1999,8,25,7,30,669.0,87.0,355.0,23.0,8.0,3.1,48.11,359.1117081613651,32.171419775441116,31.094084650957022
+1999,8,25,8,30,766.0,108.0,546.0,26.0,8.0,3.2,38.92,581.4748235051179,40.7524650872525,39.00804061673715
+1999,8,25,9,30,819.0,124.0,708.0,27.0,8.0,3.2,33.980000000000004,772.3481536790922,46.595068800522974,44.2780243394857
+1999,8,25,10,30,569.0,320.0,783.0,28.0,7.0,3.0,31.87,835.6934449603584,49.48472809989973,46.97764776501866
+1999,8,25,11,30,10.0,159.0,168.0,28.0,8.0,2.5,32.09,165.25414223307143,32.39189551282864,31.896133086129424
+1999,8,25,12,30,0.0,93.0,93.0,28.0,8.0,1.9,32.730000000000004,90.89678014990855,30.514368085108657,30.241677744658933
+1999,8,25,13,30,0.0,68.0,68.0,27.0,8.0,1.0,35.62,66.46216183004066,28.95291980246028,28.753533316970156
+1999,8,25,14,30,10.0,185.0,193.0,26.0,9.0,1.2000000000000002,41.36,188.9096549966603,31.47670413555842,30.90997517056844
+1999,8,25,15,30,0.0,88.0,88.0,24.0,9.0,2.5,49.0,86.00985648593499,26.285850736660183,26.02782116720238
+1999,8,25,16,30,0.0,10.0,10.0,21.0,10.0,3.5,59.23,9.773847327947157,21.243105391905566,21.213783849921725
+1999,8,25,17,30,0.0,3.0,3.0,19.0,11.0,3.3000000000000003,71.11,2.9321541983841466,19.07390089631297,19.065104433717817
+1999,8,25,18,30,0.0,0.0,0.0,18.0,11.0,2.0,81.97,0.0,18.0,18.0
+1999,8,25,19,30,0.0,0.0,0.0,17.0,11.0,0.9,79.62,0.0,17.0,17.0
+1999,8,25,20,30,0.0,0.0,0.0,17.0,10.0,0.5,76.35000000000002,0.0,17.0,17.0
+1999,8,25,21,30,0.0,0.0,0.0,17.0,10.0,0.5,80.4,0.0,17.0,17.0
+1999,8,25,22,30,0.0,0.0,0.0,16.0,10.0,0.5,79.09,0.0,16.0,16.0
+1999,8,25,23,30,0.0,0.0,0.0,16.0,10.0,0.8,77.60000000000002,0.0,16.0,16.0
+1999,8,26,0,30,0.0,0.0,0.0,16.0,9.0,1.1,75.04,0.0,16.0,16.0
+1999,8,26,1,30,0.0,0.0,0.0,16.0,9.0,1.3,72.32000000000002,0.0,16.0,16.0
+1999,8,26,2,30,0.0,0.0,0.0,16.0,8.0,1.4,75.12,0.0,16.0,16.0
+1999,8,26,3,30,0.0,0.0,0.0,15.0,8.0,1.4,73.81,0.0,15.0,15.0
+1999,8,26,4,30,0.0,0.0,0.0,15.0,8.0,1.4,72.68,0.0,15.0,15.0
+1999,8,26,5,30,0.0,0.0,0.0,17.0,8.0,1.7000000000000002,68.07000000000001,0.0,17.0,17.0
+1999,8,26,6,30,484.0,56.0,156.0,20.0,9.0,2.1,56.11,138.99427182626982,23.79379702141061,23.3768142059318
+1999,8,26,7,30,688.0,82.0,356.0,24.0,8.0,2.3000000000000003,45.1,361.60844253699406,33.73917438652959,32.65434905891861
+1999,8,26,8,30,792.0,99.0,550.0,26.0,7.0,2.2,34.63,588.4438477871656,41.95453714059596,40.18920559723446
+1999,8,26,9,30,848.0,111.0,713.0,28.0,7.0,2.2,32.51,782.2675343960889,49.209698220719574,46.86289561753131
+1999,8,26,10,30,875.0,121.0,830.0,29.0,7.0,2.2,31.48,921.8698336751876,53.99474938088832,51.22913987986276
+1999,8,26,11,30,878.0,131.0,890.0,29.0,8.0,2.1,30.47,991.9152864958628,56.073959307497375,53.09821344800979
+1999,8,26,12,30,866.0,138.0,889.0,29.0,8.0,2.0,31.21,989.2556429451973,56.18229495064039,53.214528021804796
+1999,8,26,13,30,489.0,359.0,759.0,29.0,8.0,1.7000000000000002,33.62,803.7922561629309,51.53392216385905,49.12254539537026
+1999,8,26,14,30,176.0,359.0,486.0,28.0,8.0,1.5,35.84,492.89550883333226,42.004570258789165,40.52588373228917
+1999,8,26,15,30,61.0,254.0,290.0,27.0,8.0,1.4,38.29,287.10450831908247,35.21238653228514,34.35107300732789
+1999,8,26,16,30,35.0,159.0,173.0,26.0,9.0,1.0,41.57,170.3660606517392,31.006025148034624,30.494926966079408
+1999,8,26,17,30,191.0,81.0,123.0,24.0,10.0,0.6000000000000001,52.54,116.15458244133943,27.506410047231185,27.157946299907167
+1999,8,26,18,30,0.0,8.0,8.0,22.0,13.0,0.5,68.42,7.819077862357725,22.237638330876617,22.214181097289543
+1999,8,26,19,30,0.0,0.0,0.0,20.0,12.0,0.7000000000000001,69.17,0.0,20.0,20.0
+1999,8,26,20,30,0.0,0.0,0.0,19.0,11.0,0.9,72.11,0.0,19.0,19.0
+1999,8,26,21,30,0.0,0.0,0.0,19.0,11.0,1.1,75.58,0.0,19.0,19.0
+1999,8,26,22,30,0.0,0.0,0.0,18.0,11.0,1.4,74.21000000000002,0.0,18.0,18.0
+1999,8,26,23,30,0.0,0.0,0.0,17.0,11.0,1.4,77.52,0.0,17.0,17.0
+1999,8,27,0,30,0.0,0.0,0.0,17.0,10.0,1.4,76.51,0.0,17.0,17.0
+1999,8,27,1,30,0.0,0.0,0.0,17.0,10.0,1.3,81.05,0.0,17.0,17.0
+1999,8,27,2,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,80.10000000000002,0.0,16.0,16.0
+1999,8,27,3,30,0.0,0.0,0.0,16.0,10.0,1.2000000000000002,78.23,0.0,16.0,16.0
+1999,8,27,4,30,0.0,0.0,0.0,16.0,9.0,1.2000000000000002,76.2,0.0,16.0,16.0
+1999,8,27,5,30,0.0,0.0,0.0,17.0,9.0,1.5,70.85000000000002,0.0,17.0,17.0
+1999,8,27,6,30,46.0,74.0,84.0,21.0,11.0,2.1,61.88,80.30445310420333,23.191880219161337,22.950966859848727
+1999,8,27,7,30,52.0,158.0,179.0,24.0,10.0,2.8000000000000003,49.45,175.67293907658566,28.57664252667613,28.049623709446376
+1999,8,27,8,30,496.0,195.0,477.0,26.0,10.0,3.4000000000000004,41.59,498.2692849037336,38.475524076441516,36.98071622173032
+1999,8,27,9,30,502.0,273.0,629.0,27.0,9.0,3.7,38.76,665.4327708122785,43.334646109706966,41.33834779727013
+1999,8,27,10,30,831.0,140.0,812.0,28.0,9.0,4.0,38.7,899.494185389514,49.649025624933365,46.95054306876482
+1999,8,27,11,30,489.0,394.0,815.0,27.0,10.0,4.3,39.07,865.7934102146091,47.43208604400183,44.834705813358
+1999,8,27,12,30,114.0,446.0,545.0,27.0,10.0,4.5,39.69,548.2526724463028,39.77021897721121,38.1254609598723
+1999,8,27,13,30,13.0,202.0,213.0,26.0,10.0,4.6000000000000005,42.89,209.45532198256,30.84699607395661,30.21863010800893
+1999,8,27,14,30,464.0,286.0,618.0,26.0,10.0,4.6000000000000005,46.4,653.0241416194851,41.111601942929276,39.15252951807082
+1999,8,27,15,30,297.0,256.0,428.0,25.0,11.0,4.1000000000000005,50.27,438.6464995001562,35.488292474861254,34.172352976360784
+1999,8,27,16,30,28.0,153.0,164.0,24.0,11.0,2.7,55.96,161.4323044938717,28.233659646078138,27.749362732596524
+1999,8,27,17,30,0.0,2.0,2.0,22.0,13.0,1.1,65.96000000000001,1.9547694655894312,22.05705345581303,22.051189147416263
+1999,8,27,18,30,0.0,0.0,0.0,20.0,13.0,0.4,76.31,0.0,20.0,20.0
+1999,8,27,19,30,0.0,0.0,0.0,19.0,13.0,0.6000000000000001,79.0,0.0,19.0,19.0
+1999,8,27,20,30,0.0,0.0,0.0,18.0,13.0,1.3,84.64,0.0,18.0,18.0
+1999,8,27,21,30,0.0,0.0,0.0,17.0,13.0,1.6,90.51,0.0,17.0,17.0
+1999,8,27,22,30,0.0,0.0,0.0,16.0,13.0,0.9,96.08,0.0,16.0,16.0
+1999,8,27,23,30,0.0,0.0,0.0,15.0,13.0,0.7000000000000001,100.0,0.0,15.0,15.0
+1999,8,28,0,30,0.0,0.0,0.0,14.0,11.0,1.2000000000000002,100.0,0.0,14.0,14.0
+1999,8,28,1,30,0.0,0.0,0.0,14.0,11.0,1.1,100.0,0.0,14.0,14.0
+1999,8,28,2,30,0.0,0.0,0.0,13.0,11.0,0.9,100.0,0.0,13.0,13.0
+1999,8,28,3,30,0.0,0.0,0.0,13.0,10.0,1.1,99.1,0.0,13.0,13.0
+1999,8,28,4,30,0.0,0.0,0.0,13.0,10.0,1.5,96.54,0.0,13.0,13.0
+1999,8,28,5,30,0.0,0.0,0.0,14.0,10.0,2.1,87.94,0.0,14.0,14.0
+1999,8,28,6,30,66.0,74.0,88.0,16.0,10.0,2.4000000000000004,78.9,83.72219696811803,18.23991229206446,17.988745701160106
+1999,8,28,7,30,0.0,94.0,94.0,19.0,10.0,1.8,67.21000000000001,91.87416488270327,21.558461549351037,21.282839054702926
+1999,8,28,8,30,355.0,236.0,437.0,22.0,10.0,0.9,55.31,450.6943792051385,35.33269252391238,33.98060938629696
+1999,8,28,9,30,438.0,286.0,595.0,24.0,10.0,0.8,50.17,627.0764106020051,42.67601387312426,40.794784641318245
+1999,8,28,10,30,165.0,415.0,548.0,25.0,10.0,1.2000000000000002,47.23,556.9323240180835,41.146096726659756,39.47529975460551
+1999,8,28,11,30,19.0,293.0,310.0,24.0,10.0,1.7000000000000002,48.35,305.0391862173978,32.55162416214722,31.63650660349503
+1999,8,28,12,30,14.0,214.0,226.0,23.0,11.0,2.0,53.24,222.93828732433758,29.125791978096874,28.456977116123863
+1999,8,28,13,30,97.0,406.0,485.0,22.0,11.0,2.0,59.19,486.35706598408774,35.36388759891049,33.904816400958225
+1999,8,28,14,30,0.0,70.0,70.0,21.0,12.0,1.9,65.3,68.4169312956301,22.89253511782372,22.68728432393683
+1999,8,28,15,30,0.0,72.0,72.0,20.0,12.0,1.8,71.33,70.37170076121953,21.95967267609867,21.74855757381501
+1999,8,28,16,30,0.0,55.0,55.0,19.0,13.0,1.9,77.33,53.75616030370936,20.486991878290066,20.325723397378937
+1999,8,28,17,30,392.0,62.0,145.0,18.0,13.0,1.9,89.28,134.0945239616035,21.7092952124469,21.307011640562088
+1999,8,28,18,30,0.0,0.0,0.0,16.0,13.0,1.7000000000000002,94.18,0.0,16.0,16.0
+1999,8,28,19,30,0.0,0.0,0.0,16.0,12.0,1.8,90.22,0.0,16.0,16.0
+1999,8,28,20,30,0.0,0.0,0.0,15.0,11.0,1.8,92.05,0.0,15.0,15.0
+1999,8,28,21,30,0.0,0.0,0.0,15.0,10.0,1.6,87.47,0.0,15.0,15.0
+1999,8,28,22,30,0.0,0.0,0.0,15.0,10.0,1.4,84.15,0.0,15.0,15.0
+1999,8,28,23,30,0.0,0.0,0.0,15.0,10.0,1.2000000000000002,82.29,0.0,15.0,15.0
+1999,8,29,0,30,0.0,0.0,0.0,15.0,9.0,1.1,86.08,0.0,15.0,15.0
+1999,8,29,1,30,0.0,0.0,0.0,14.0,9.0,1.1,88.94,0.0,14.0,14.0
+1999,8,29,2,30,0.0,0.0,0.0,13.0,8.0,1.2000000000000002,86.10000000000002,0.0,13.0,13.0
+1999,8,29,3,30,0.0,0.0,0.0,12.0,8.0,1.5,89.33,0.0,12.0,12.0
+1999,8,29,4,30,0.0,0.0,0.0,12.0,7.0,1.8,87.28,0.0,12.0,12.0
+1999,8,29,5,30,0.0,0.0,0.0,14.0,7.0,2.5,75.01,0.0,14.0,14.0
+1999,8,29,6,30,573.0,46.0,159.0,18.0,8.0,3.0,59.34,143.41489976756287,21.68703397826295,21.256789278960262
+1999,8,29,7,30,771.0,66.0,366.0,22.0,7.0,2.4000000000000004,45.65,378.55889330289153,32.12800367269825,30.99232699278957
+1999,8,29,8,30,863.0,79.0,564.0,25.0,5.0,1.6,33.21,611.639811088201,42.26229499656542,40.42737556330082
+1999,8,29,9,30,909.0,90.0,729.0,26.0,4.0,0.9,29.06,808.7180639640566,49.92394887280975,47.497794680917586
+1999,8,29,10,30,327.0,388.0,651.0,27.0,4.0,0.4,26.75,678.8761503571911,47.7724767650928,45.735848314021226
+1999,8,29,11,30,936.0,105.0,906.0,28.0,4.0,0.4,25.2,1020.9906906662933,59.24061051206874,56.17763844006986
+1999,8,29,12,30,405.0,394.0,742.0,29.0,4.0,0.8,23.93,783.1640418603844,52.32472129939477,49.97522917381362
+1999,8,29,13,30,449.0,358.0,721.0,29.0,4.0,1.0,24.15,763.6163964845807,51.43805409146418,49.14720490201044
+1999,8,29,14,30,4.0,134.0,137.0,28.0,5.0,1.0,26.1,134.17435718232016,31.942570507920106,31.540047436373147
+1999,8,29,15,30,812.0,95.0,557.0,27.0,5.0,1.0,28.22,604.0734723411581,44.75005527645606,42.937834859432584
+1999,8,29,16,30,713.0,79.0,363.0,26.0,5.0,0.9,30.72,376.1127946897692,37.126378489015124,35.998040104945815
+1999,8,29,17,30,515.0,54.0,160.0,23.0,8.0,0.9,43.2,147.70911487565118,27.369613428704273,26.926486084077318
+1999,8,29,18,30,0.0,0.0,0.0,21.0,9.0,1.0,57.57,0.0,21.0,21.0
+1999,8,29,19,30,0.0,0.0,0.0,19.0,8.0,1.4,62.37000000000001,0.0,19.0,19.0
+1999,8,29,20,30,0.0,0.0,0.0,17.0,8.0,1.6,66.96000000000001,0.0,17.0,17.0
+1999,8,29,21,30,0.0,0.0,0.0,16.0,8.0,1.5,70.14,0.0,16.0,16.0
+1999,8,29,22,30,0.0,0.0,0.0,15.0,7.0,1.5,71.26,0.0,15.0,15.0
+1999,8,29,23,30,0.0,0.0,0.0,15.0,7.0,1.6,67.04,0.0,15.0,15.0
+1999,8,30,0,30,0.0,0.0,0.0,15.0,6.0,1.8,68.52,0.0,15.0,15.0
+1999,8,30,1,30,0.0,0.0,0.0,14.0,6.0,1.9,68.31,0.0,14.0,14.0
+1999,8,30,2,30,0.0,0.0,0.0,14.0,6.0,1.9,73.39,0.0,14.0,14.0
+1999,8,30,3,30,0.0,0.0,0.0,14.0,6.0,1.9,73.48,0.0,14.0,14.0
+1999,8,30,4,30,0.0,0.0,0.0,14.0,6.0,1.9,72.65,0.0,14.0,14.0
+1999,8,30,5,30,0.0,0.0,0.0,16.0,6.0,2.1,63.39,0.0,16.0,16.0
+1999,8,30,6,30,597.0,43.0,159.0,20.0,7.0,2.8000000000000003,52.87000000000001,144.16310195852034,23.755746255906125,23.323256950030565
+1999,8,30,7,30,786.0,62.0,366.0,24.0,7.0,2.9000000000000004,40.42,380.2930014817985,33.84191424840647,32.70103524396107
+1999,8,30,8,30,874.0,75.0,564.0,26.0,5.0,2.3000000000000003,31.0,614.0671839114403,42.538627658138346,40.696426106404026
+1999,8,30,9,30,920.0,84.0,728.0,28.0,5.0,1.6,27.94,811.0227987626404,50.88947604027354,48.45640764398562
+1999,8,30,10,30,941.0,91.0,844.0,29.0,5.0,1.2000000000000002,26.04,950.5197195866624,56.55663959728336,53.70508043852337
+1999,8,30,11,30,943.0,98.0,902.0,30.0,5.0,1.3,24.7,1020.0676805947437,59.37481197209463,56.3146089303104
+1999,8,30,12,30,929.0,104.0,897.0,30.0,5.0,1.7000000000000002,23.71,1013.5092895867532,58.41323646599873,55.37270859723847
+1999,8,30,13,30,29.0,321.0,345.0,30.0,5.0,2.2,25.77,340.4167789121748,39.2297543136193,38.20850397688278
+1999,8,30,14,30,573.0,251.0,655.0,29.0,6.0,2.5,28.5,703.0233828108428,47.683980919678554,45.574910771246024
+1999,8,30,15,30,781.0,100.0,542.0,28.0,7.0,2.7,31.76,587.4845725824687,43.407137595129115,41.64468387738171
+1999,8,30,16,30,460.0,128.0,309.0,26.0,8.0,2.3000000000000003,36.63,316.61299571859786,34.527315227242,33.577476240086206
+1999,8,30,17,30,0.0,56.0,56.0,23.0,11.0,1.5,53.06,54.733545036504076,24.555136460445034,24.39093582533552
+1999,8,30,18,30,0.0,0.0,0.0,21.0,12.0,1.0,67.12,0.0,21.0,21.0
+1999,8,30,19,30,0.0,0.0,0.0,20.0,12.0,1.1,71.89,0.0,20.0,20.0
+1999,8,30,20,30,0.0,0.0,0.0,20.0,12.0,1.4,76.64,0.0,20.0,20.0
+1999,8,30,21,30,0.0,0.0,0.0,19.0,12.0,1.7000000000000002,75.98,0.0,19.0,19.0
+1999,8,30,22,30,0.0,0.0,0.0,18.0,12.0,2.0,79.91,0.0,18.0,18.0
+1999,8,30,23,30,0.0,0.0,0.0,17.0,12.0,2.3000000000000003,83.61,0.0,17.0,17.0
+1999,8,31,0,30,0.0,0.0,0.0,17.0,11.0,2.7,81.39,0.0,17.0,17.0
+1999,8,31,1,30,0.0,0.0,0.0,17.0,11.0,3.1,84.06,0.0,17.0,17.0
+1999,8,31,2,30,0.0,0.0,0.0,16.0,10.0,3.2,81.05,0.0,16.0,16.0
+1999,8,31,3,30,0.0,0.0,0.0,16.0,10.0,3.0,83.44,0.0,16.0,16.0
+1999,8,31,4,30,0.0,0.0,0.0,16.0,9.0,2.7,81.02,0.0,16.0,16.0
+1999,8,31,5,30,0.0,0.0,0.0,17.0,9.0,3.0,74.75,0.0,17.0,17.0
+1999,8,31,6,30,550.0,45.0,150.0,20.0,9.0,3.5,59.12000000000001,137.66877601025502,23.424242329776803,23.01123600174604
+1999,8,31,7,30,758.0,64.0,355.0,23.0,10.0,3.3000000000000003,49.92,370.40202361528753,32.33547135972315,31.22426528887729
+1999,8,31,8,30,856.0,75.0,551.0,26.0,9.0,2.7,39.45,602.4451232491225,41.799487068421335,39.992151698673965
+1999,8,31,9,30,907.0,82.0,715.0,28.0,8.0,1.8,35.13,798.2048415743341,50.22797233891637,47.83335781419337
+1999,8,31,10,30,931.0,88.0,831.0,29.0,8.0,1.2000000000000002,32.06,937.6987435234815,56.184945029166336,53.37184879859589
+1999,8,31,11,30,421.0,397.0,754.0,30.0,7.0,1.4,29.66,800.2188977713436,52.889598416315266,50.48894172300123
+1999,8,31,12,30,18.0,280.0,296.0,30.0,7.0,1.7000000000000002,27.77,291.31602301569643,38.16690200407957,37.29295393503248
+1999,8,31,13,30,197.0,412.0,570.0,29.0,7.0,1.8,29.43,583.5173107020167,45.24947127103514,43.49891933892909
+1999,8,31,14,30,606.0,236.0,661.0,28.0,7.0,1.6,31.93,713.4086284483602,48.13451376793203,45.994287882586946
+1999,8,31,15,30,793.0,93.0,538.0,27.0,8.0,1.1,35.04,586.1256117800747,44.10712811983533,42.34875128449511
+1999,8,31,16,30,515.0,115.0,316.0,25.0,9.0,0.5,41.91,325.2958019099679,34.88642813997318,33.91054073424327
+1999,8,31,17,30,134.0,73.0,100.0,23.0,11.0,0.6000000000000001,58.01,95.19243867854864,25.87361648922865,25.588039173193003
+1999,8,31,18,30,0.0,0.0,0.0,21.0,13.0,1.6,74.99,0.0,21.0,21.0
+1999,8,31,19,30,0.0,0.0,0.0,19.0,13.0,2.7,82.51,0.0,19.0,19.0
+1999,8,31,20,30,0.0,0.0,0.0,17.0,13.0,3.2,89.65,0.0,17.0,17.0
+1999,8,31,21,30,0.0,0.0,0.0,16.0,13.0,2.7,96.52,0.0,16.0,16.0
+1999,8,31,22,30,0.0,0.0,0.0,16.0,13.0,1.8,100.0,0.0,16.0,16.0
+1999,8,31,23,30,0.0,0.0,0.0,15.0,12.0,1.1,98.37,0.0,15.0,15.0
+1999,9,1,0,30,0.0,0.0,0.0,14.0,11.0,0.7000000000000001,100.0,0.0,14.0,14.0
+1999,9,1,1,30,0.0,0.0,0.0,14.0,11.0,0.5,97.42,0.0,14.0,14.0
+1999,9,1,2,30,0.0,0.0,0.0,13.0,11.0,0.7000000000000001,100.0,0.0,13.0,13.0
+1999,9,1,3,30,0.0,0.0,0.0,13.0,10.0,0.9,98.18,0.0,13.0,13.0
+1999,9,1,4,30,0.0,0.0,0.0,13.0,10.0,1.2000000000000002,94.59,0.0,13.0,13.0
+1999,9,1,5,30,0.0,0.0,0.0,14.0,9.0,1.9,85.71000000000002,0.0,14.0,14.0
+1999,9,1,6,30,512.0,48.0,145.0,18.0,10.0,2.7,72.7,133.75710033576297,21.50786070881768,21.106589407810393
+1999,9,1,7,30,732.0,69.0,348.0,21.0,10.0,3.5,57.5,364.2835069439787,30.060841831151272,28.967991310319334
+1999,9,1,8,30,266.0,248.0,396.0,24.0,9.0,4.4,45.71,406.67296058455787,33.53458828517754,32.31456940342387
+1999,9,1,9,30,885.0,91.0,706.0,26.0,8.0,4.9,37.76,789.0042106313268,43.904748813992775,41.5377361820988
+1999,9,1,10,30,906.0,101.0,821.0,27.0,7.0,5.300000000000002,33.63,926.7793794721513,47.49186288184167,44.711524743425215
+1999,9,1,11,30,153.0,444.0,573.0,28.0,7.0,5.8000000000000025,32.4,583.5900469157724,40.49317265517735,38.742402514430026
+1999,9,1,12,30,394.0,388.0,722.0,27.0,6.0,6.1000000000000005,33.53,764.850131291232,43.060249250076694,40.765698856203
+1999,9,1,13,30,420.0,349.0,683.0,26.0,7.0,6.1000000000000005,36.08,725.8699830844919,41.2417478595516,39.06413791029813
+1999,9,1,14,30,0.0,56.0,56.0,24.0,7.0,5.9,39.01,54.733545036504076,25.164177411623943,24.99997677651443
+1999,9,1,15,30,348.0,231.0,425.0,23.0,7.0,5.300000000000002,42.4,442.19023358409754,32.777193833828875,31.450623133076583
+1999,9,1,16,30,10.0,131.0,135.0,22.0,8.0,4.1000000000000005,49.42,132.14250450817983,25.159604002817236,24.763176489292697
+1999,9,1,17,30,261.0,65.0,115.0,20.0,9.0,2.7,56.14,109.10529041749805,22.86135211079597,22.534036239543475
+1999,9,1,18,30,0.0,0.0,0.0,18.0,10.0,2.1,67.71000000000001,0.0,18.0,18.0
+1999,9,1,19,30,0.0,0.0,0.0,17.0,10.0,2.2,72.87,0.0,17.0,17.0
+1999,9,1,20,30,0.0,0.0,0.0,16.0,10.0,2.1,79.28,0.0,16.0,16.0
+1999,9,1,21,30,0.0,0.0,0.0,15.0,10.0,2.0,87.22,0.0,15.0,15.0
+1999,9,1,22,30,0.0,0.0,0.0,15.0,11.0,1.9,94.51,0.0,15.0,15.0
+1999,9,1,23,30,0.0,0.0,0.0,14.0,11.0,1.5,94.66,0.0,14.0,14.0
+1999,9,2,0,30,0.0,0.0,0.0,13.0,11.0,1.3,100.0,0.0,13.0,13.0
+1999,9,2,1,30,0.0,0.0,0.0,13.0,9.0,1.4,100.0,0.0,13.0,13.0
+1999,9,2,2,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
+1999,9,2,3,30,0.0,0.0,0.0,12.0,9.0,1.6,100.0,0.0,12.0,12.0
+1999,9,2,4,30,0.0,0.0,0.0,12.0,9.0,1.6,99.07,0.0,12.0,12.0
+1999,9,2,5,30,0.0,0.0,0.0,13.0,9.0,2.1,96.13,0.0,13.0,13.0
+1999,9,2,6,30,479.0,46.0,136.0,15.0,9.0,2.5,85.5,125.85871940130835,18.344898575730493,17.967322417526567
+1999,9,2,7,30,349.0,140.0,272.0,18.0,10.0,1.8,68.02,278.1460426611687,25.74565903441184,24.911220906428333
+1999,9,2,8,30,848.0,77.0,544.0,21.0,8.0,0.7000000000000001,50.54,598.4577653952742,38.94433820177684,37.148964905591015
+1999,9,2,9,30,908.0,83.0,711.0,24.0,7.0,0.6000000000000001,40.98,798.7556206872388,48.11239121861217,45.71612435655045
+1999,9,2,10,30,936.0,89.0,830.0,25.0,6.0,1.4,37.86,941.6567243877963,51.93531023484832,49.11034006168494
+1999,9,2,11,30,456.0,394.0,779.0,26.0,7.0,2.0,35.74,830.5435298709158,48.82127917014864,46.329648580535896
+1999,9,2,12,30,568.0,314.0,794.0,26.0,7.0,2.3000000000000003,33.94,861.9852218655474,49.21578648845049,46.62983082285385
+1999,9,2,13,30,547.0,289.0,723.0,26.0,7.0,2.5,36.45,782.555379839632,46.79767208745817,44.450005947939275
+1999,9,2,14,30,505.0,265.0,615.0,25.0,7.0,2.4000000000000004,39.18,659.0196224442179,42.631478944426284,40.65442007709363
+1999,9,2,15,30,114.0,255.0,318.0,24.0,7.0,2.1,42.11,319.82185418106013,32.72941871511575,31.769953152572565
+1999,9,2,16,30,0.0,6.0,6.0,22.0,8.0,1.4,46.3,5.864308396768293,22.167743681841674,22.15015075665137
+1999,9,2,17,30,261.0,63.0,112.0,19.0,9.0,1.1,62.96,106.28658177969643,22.102164681735264,21.783304936396174
+1999,9,2,18,30,0.0,0.0,0.0,17.0,11.0,1.6,77.4,0.0,17.0,17.0
+1999,9,2,19,30,0.0,0.0,0.0,15.0,11.0,2.1,88.48,0.0,15.0,15.0
+1999,9,2,20,30,0.0,0.0,0.0,15.0,11.0,1.9,94.08,0.0,15.0,15.0
+1999,9,2,21,30,0.0,0.0,0.0,14.0,10.0,1.4,91.43,0.0,14.0,14.0
+1999,9,2,22,30,0.0,0.0,0.0,14.0,9.0,1.2000000000000002,93.26,0.0,14.0,14.0
+1999,9,2,23,30,0.0,0.0,0.0,13.0,9.0,1.4,88.41,0.0,13.0,13.0
+1999,9,3,0,30,0.0,0.0,0.0,13.0,8.0,1.9,88.72,0.0,13.0,13.0
+1999,9,3,1,30,0.0,0.0,0.0,12.0,7.0,2.3000000000000003,88.81,0.0,12.0,12.0
+1999,9,3,2,30,0.0,0.0,0.0,11.0,6.0,2.5,83.86,0.0,11.0,11.0
+1999,9,3,3,30,0.0,0.0,0.0,10.0,5.0,2.4000000000000004,86.95,0.0,10.0,10.0
+1999,9,3,4,30,0.0,0.0,0.0,10.0,5.0,2.2,86.18,0.0,10.0,10.0
+1999,9,3,5,30,0.0,0.0,0.0,11.0,5.0,2.4000000000000004,80.99,0.0,11.0,11.0
+1999,9,3,6,30,0.0,61.0,61.0,14.0,6.0,2.5,68.19,59.62046870047765,15.584510169730354,15.405648763628921
+1999,9,3,7,30,242.0,153.0,244.0,17.0,6.0,1.9,58.61,247.37654532724264,23.842879247751654,23.100749611769928
+1999,9,3,8,30,350.0,230.0,422.0,20.0,6.0,1.0,48.05,440.5271248525577,32.94442013254816,31.622838757990486
+1999,9,3,9,30,749.0,168.0,684.0,22.0,6.0,0.6000000000000001,43.39,755.635406209074,44.81070212372554,42.54379590509832
+1999,9,3,10,30,913.0,102.0,821.0,23.0,5.0,1.3,39.49,932.5246736479726,49.853842611479415,47.056268590535495
+1999,9,3,11,30,542.0,356.0,811.0,23.0,5.0,2.2,36.44,876.7632932068975,46.77177121926529,44.1414813396446
+1999,9,3,12,30,422.0,389.0,744.0,24.0,5.0,2.6,33.77,791.9589896174077,44.90807418991507,42.532197221062845
+1999,9,3,13,30,455.0,345.0,704.0,24.0,5.0,2.8000000000000003,33.46,752.2995574272725,43.59895568104709,41.34205700876527
+1999,9,3,14,30,376.0,303.0,562.0,23.0,5.0,2.8000000000000003,35.2,593.1007995302234,38.45149956506547,36.672197166474795
+1999,9,3,15,30,535.0,177.0,470.0,23.0,4.0,2.5,37.13,502.8067792520169,36.3629015755759,34.85448123781985
+1999,9,3,16,30,0.0,6.0,6.0,22.0,4.0,1.5,39.49,5.864308396768293,22.16662176361911,22.149028838428805
+1999,9,3,17,30,480.0,50.0,137.0,19.0,6.0,0.6000000000000001,49.4,129.4809232163645,22.908698223937197,22.520255454288105
+1999,9,3,18,30,0.0,0.0,0.0,16.0,8.0,0.8,69.57000000000001,0.0,16.0,16.0
+1999,9,3,19,30,0.0,0.0,0.0,14.0,8.0,1.9,80.15,0.0,14.0,14.0
+1999,9,3,20,30,0.0,0.0,0.0,13.0,8.0,2.7,87.02,0.0,13.0,13.0
+1999,9,3,21,30,0.0,0.0,0.0,12.0,8.0,2.5,99.37,0.0,12.0,12.0
+1999,9,3,22,30,0.0,0.0,0.0,11.0,8.0,1.8,95.84,0.0,11.0,11.0
+1999,9,3,23,30,0.0,0.0,0.0,10.0,7.0,1.2000000000000002,97.7,0.0,10.0,10.0
+1999,9,4,0,30,0.0,0.0,0.0,9.0,6.0,0.9,99.74,0.0,9.0,9.0
+1999,9,4,1,30,0.0,0.0,0.0,9.0,6.0,0.8,100.0,0.0,9.0,9.0
+1999,9,4,2,30,0.0,0.0,0.0,8.0,5.0,0.7000000000000001,96.06,0.0,8.0,8.0
+1999,9,4,3,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,91.85,0.0,8.0,8.0
+1999,9,4,4,30,0.0,0.0,0.0,8.0,4.0,0.6000000000000001,87.98,0.0,8.0,8.0
+1999,9,4,5,30,0.0,0.0,0.0,9.0,3.0,0.9,79.32000000000002,0.0,9.0,9.0
+1999,9,4,6,30,517.0,48.0,141.0,12.0,4.0,1.5,67.45,133.46653463499578,15.79216573897602,15.391766135071034
+1999,9,4,7,30,747.0,71.0,349.0,15.0,3.0,1.9,53.34,370.91256221389335,25.260107203560068,24.14736951691839
+1999,9,4,8,30,856.0,84.0,551.0,18.0,2.0,1.9,39.65,609.1632368938705,34.85054848963177,33.02305877895016
+1999,9,4,9,30,914.0,92.0,719.0,21.0,1.0,1.5,32.29,810.9633714559588,44.04178737546548,41.6088972610976
+1999,9,4,10,30,167.0,404.0,536.0,22.0,0.0,1.1,27.13,547.0487660306873,37.966600230730485,36.325453932638425
+1999,9,4,11,30,416.0,353.0,702.0,23.0,0.0,1.0,24.79,750.3909715539771,45.04943907305751,42.798266158395585
+1999,9,4,12,30,958.0,100.0,901.0,24.0,0.0,1.5,24.5,1030.9508824083741,53.29226135621137,50.19940870898625
+1999,9,4,13,30,483.0,338.0,717.0,24.0,0.0,2.3000000000000003,24.6,770.0437733632771,44.7395340148315,42.42940269474167
+1999,9,4,14,30,341.0,312.0,545.0,23.0,0.0,3.0,24.99,573.4375199325254,37.74242651097444,36.02211395117686
+1999,9,4,15,30,317.0,234.0,406.0,22.0,0.0,3.5,27.36,423.2455229892661,32.52740699605266,31.25767042708486
+1999,9,4,16,30,413.0,126.0,279.0,20.0,1.0,3.8,32.74,288.8252275108845,27.04340797907298,26.17693229654033
+1999,9,4,17,30,508.0,41.0,131.0,17.0,3.0,3.3000000000000003,44.88,123.6679657563346,20.11688025126069,19.745876353991687
+1999,9,4,18,30,0.0,0.0,0.0,14.0,4.0,2.4000000000000004,61.57,0.0,14.0,14.0
+1999,9,4,19,30,0.0,0.0,0.0,13.0,5.0,1.5,72.65,0.0,13.0,13.0
+1999,9,4,20,30,0.0,0.0,0.0,12.0,5.0,0.9,79.04,0.0,12.0,12.0
+1999,9,4,21,30,0.0,0.0,0.0,11.0,5.0,0.7000000000000001,79.87,0.0,11.0,11.0
+1999,9,4,22,30,0.0,0.0,0.0,11.0,5.0,0.6000000000000001,86.33,0.0,11.0,11.0
+1999,9,4,23,30,0.0,0.0,0.0,10.0,6.0,0.7000000000000001,93.8,0.0,10.0,10.0
+1999,9,5,0,30,0.0,0.0,0.0,9.0,6.0,0.8,94.9,0.0,9.0,9.0
+1999,9,5,1,30,0.0,0.0,0.0,9.0,6.0,1.0,100.0,0.0,9.0,9.0
+1999,9,5,2,30,0.0,0.0,0.0,8.0,6.0,1.2000000000000002,100.0,0.0,8.0,8.0
+1999,9,5,3,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,9,5,4,30,0.0,0.0,0.0,8.0,6.0,1.6,100.0,0.0,8.0,8.0
+1999,9,5,5,30,0.0,0.0,0.0,9.0,5.0,2.5,92.8,0.0,9.0,9.0
+1999,9,5,6,30,531.0,45.0,139.0,12.0,6.0,3.7,78.0,132.49012491663285,15.252288433138487,14.854818058388588
+1999,9,5,7,30,766.0,66.0,350.0,16.0,6.0,4.2,64.95,373.2067281780335,24.865278717879026,23.745658533344926
+1999,9,5,8,30,879.0,77.0,554.0,19.0,4.0,3.6,46.69,615.9026705327655,34.2187182542619,32.3710102426636
+1999,9,5,9,30,940.0,83.0,725.0,22.0,2.0,2.3000000000000003,32.28,821.9481262602565,44.13747024866802,41.67162586988725
+1999,9,5,10,30,975.0,86.0,849.0,23.0,0.0,1.4,24.55,971.5636716491942,50.79077367688632,47.87608266193873
+1999,9,5,11,30,992.0,86.0,913.0,24.0,-1.0,1.8,20.87,1049.4289156759787,53.22392310136385,50.07563635433591
+1999,9,5,12,30,995.0,85.0,913.0,25.0,-2.0,2.7,18.65,1050.6976863334146,52.55518115660866,49.40308809760842
+1999,9,5,13,30,982.0,82.0,848.0,26.0,-2.0,3.2,17.21,972.0818338434217,50.662466431964525,47.74622093043426
+1999,9,5,14,30,953.0,77.0,725.0,26.0,-2.0,3.2,18.05,823.3031704914982,46.88783690699762,44.41792739552312
+1999,9,5,15,30,900.0,69.0,554.0,25.0,-2.0,2.9000000000000004,19.06,617.2140034355452,40.973387022792814,39.12174501248618
+1999,9,5,16,30,801.0,58.0,350.0,23.0,-2.0,2.3000000000000003,22.08,375.4634427841214,33.11233011980145,31.985939791449084
+1999,9,5,17,30,586.0,38.0,139.0,19.0,2.0,1.6,36.57,131.565945011441,22.713182355230785,22.318484520196463
+1999,9,5,18,30,0.0,0.0,0.0,16.0,3.0,1.6,49.83,0.0,16.0,16.0
+1999,9,5,19,30,0.0,0.0,0.0,15.0,3.0,2.3000000000000003,56.24,0.0,15.0,15.0
+1999,9,5,20,30,0.0,0.0,0.0,13.0,3.0,2.8000000000000003,61.93,0.0,13.0,13.0
+1999,9,5,21,30,0.0,0.0,0.0,12.0,3.0,3.0,64.18,0.0,12.0,12.0
+1999,9,5,22,30,0.0,0.0,0.0,11.0,2.0,2.9000000000000004,64.47,0.0,11.0,11.0
+1999,9,5,23,30,0.0,0.0,0.0,11.0,1.0,2.7,63.82,0.0,11.0,11.0
+1999,9,6,0,30,0.0,0.0,0.0,10.0,0.0,2.4000000000000004,58.33,0.0,10.0,10.0
+1999,9,6,1,30,0.0,0.0,0.0,10.0,0.0,2.3000000000000003,53.1,0.0,10.0,10.0
+1999,9,6,2,30,0.0,0.0,0.0,10.0,-1.0,2.4000000000000004,53.26,0.0,10.0,10.0
+1999,9,6,3,30,0.0,0.0,0.0,9.0,-2.0,2.6,50.8,0.0,9.0,9.0
+1999,9,6,4,30,0.0,0.0,0.0,9.0,-2.0,2.8000000000000003,49.44,0.0,9.0,9.0
+1999,9,6,5,30,0.0,0.0,0.0,11.0,-3.0,3.3000000000000003,45.69,0.0,11.0,11.0
+1999,9,6,6,30,388.0,50.0,118.0,15.0,-2.0,3.9,36.42,113.26103015628922,17.743930074250297,17.40414698378143
+1999,9,6,7,30,868.0,51.0,370.0,19.0,-1.0,4.1000000000000005,27.69,399.076853605983,28.54215926796755,27.3449287071496
+1999,9,6,8,30,952.0,61.0,574.0,22.0,-3.0,3.8,20.79,644.5078217543482,37.717226550608196,35.78370308534515
+1999,9,6,9,30,993.0,68.0,743.0,25.0,-4.0,3.0,16.35,848.2525664958309,46.807608832051486,44.262851132563995
+1999,9,6,10,30,1012.0,73.0,861.0,26.0,-4.0,2.1,14.47,991.4895861385689,53.06233997436735,50.087871215951644
+1999,9,6,11,30,1017.0,76.0,920.0,27.0,-4.0,1.3,14.01,1062.6269326882534,57.60038754095386,54.4125067428891
+1999,9,6,12,30,1010.0,77.0,914.0,28.0,-4.0,0.8,13.49,1055.7575337336536,59.443285081854945,56.27601248065398
+1999,9,6,13,30,990.0,77.0,846.0,29.0,-3.0,0.5,13.66,972.3977121899477,58.55322524482187,55.636032108252024
+1999,9,6,14,30,955.0,75.0,720.0,28.0,-3.0,0.5,13.74,820.5347225360755,52.937787463211535,50.476183295603306
+1999,9,6,15,30,896.0,69.0,547.0,27.0,-3.0,0.6000000000000001,14.68,612.1870045655564,45.48036141559115,43.64380040189448
+1999,9,6,16,30,792.0,58.0,343.0,25.0,-3.0,0.5,18.47,369.3391229300286,36.22499791478729,35.1169805459972
+1999,9,6,17,30,184.0,59.0,90.0,21.0,3.0,0.30000000000000004,37.01,86.68047681163,23.670287094199107,23.41024566376422
+1999,9,6,18,30,0.0,0.0,0.0,17.0,3.0,0.30000000000000004,46.15,0.0,17.0,17.0
+1999,9,6,19,30,0.0,0.0,0.0,16.0,2.0,0.7000000000000001,45.25,0.0,16.0,16.0
+1999,9,6,20,30,0.0,0.0,0.0,15.0,1.0,1.6,44.28,0.0,15.0,15.0
+1999,9,6,21,30,0.0,0.0,0.0,15.0,0.0,2.3000000000000003,46.67,0.0,15.0,15.0
+1999,9,6,22,30,0.0,0.0,0.0,14.0,0.0,2.6,44.0,0.0,14.0,14.0
+1999,9,6,23,30,0.0,0.0,0.0,14.0,0.0,2.7,45.94,0.0,14.0,14.0
+1999,9,7,0,30,0.0,0.0,0.0,13.0,0.0,2.7,45.47,0.0,13.0,13.0
+1999,9,7,1,30,0.0,0.0,0.0,13.0,0.0,2.7,45.31,0.0,13.0,13.0
+1999,9,7,2,30,0.0,0.0,0.0,13.0,0.0,2.6,49.04,0.0,13.0,13.0
+1999,9,7,3,30,0.0,0.0,0.0,12.0,0.0,2.5,49.64,0.0,12.0,12.0
+1999,9,7,4,30,0.0,0.0,0.0,12.0,0.0,2.4000000000000004,49.67,0.0,12.0,12.0
+1999,9,7,5,30,0.0,0.0,0.0,13.0,0.0,2.5,46.2,0.0,13.0,13.0
+1999,9,7,6,30,351.0,51.0,112.0,17.0,0.0,3.2,37.07,107.84449860450565,19.736098170037483,19.412564674223965
+1999,9,7,7,30,793.0,60.0,349.0,21.0,0.0,3.3000000000000003,29.18,377.16349170329613,30.505884823097876,29.374394347987987
+1999,9,7,8,30,892.0,72.0,550.0,24.0,0.0,2.5,21.99,617.76592922119,40.41812650419597,38.564828716532396
+1999,9,7,9,30,943.0,80.0,718.0,26.0,-1.0,1.8,19.54,819.8208595594766,48.829923398125175,46.37046081944675
+1999,9,7,10,30,968.0,86.0,837.0,27.0,-1.0,1.6,17.13,963.1547379896016,54.18309193271038,51.293627718741575
+1999,9,7,11,30,977.0,90.0,897.0,28.0,-1.0,1.8,16.12,1036.0857967685938,56.85235121587736,53.74409382557158
+1999,9,7,12,30,972.0,91.0,894.0,29.0,-1.0,2.2,15.99,1030.8626275037273,56.949881945760865,53.85729406324968
+1999,9,7,13,30,954.0,91.0,827.0,29.0,-1.0,2.7,14.97,951.4042352941798,53.95115045716087,51.09693775127833
+1999,9,7,14,30,916.0,88.0,703.0,28.0,-1.0,3.2,15.85,800.3960536048586,48.30666567058416,45.90547750976958
+1999,9,7,15,30,499.0,179.0,443.0,27.0,-1.0,3.4000000000000004,16.77,476.8737829326607,38.9398296074974,37.50920825869942
+1999,9,7,16,30,402.0,127.0,270.0,24.0,-1.0,2.7,20.46,281.516883538303,31.382950229587028,30.53839957897212
+1999,9,7,17,30,276.0,52.0,97.0,20.0,1.0,1.9,32.28,93.38358800795372,22.58315765391136,22.3030068898875
+1999,9,7,18,30,0.0,0.0,0.0,17.0,3.0,1.9,46.28,0.0,17.0,17.0
+1999,9,7,19,30,0.0,0.0,0.0,15.0,3.0,2.2,52.21,0.0,15.0,15.0
+1999,9,7,20,30,0.0,0.0,0.0,14.0,3.0,2.3000000000000003,59.53,0.0,14.0,14.0
+1999,9,7,21,30,0.0,0.0,0.0,12.0,3.0,2.8000000000000003,67.19,0.0,12.0,12.0
+1999,9,7,22,30,0.0,0.0,0.0,10.0,2.0,2.5,69.98,0.0,10.0,10.0
+1999,9,7,23,30,0.0,0.0,0.0,8.0,2.0,1.4,79.17,0.0,8.0,8.0
+1999,9,8,0,30,0.0,0.0,0.0,8.0,2.0,0.7000000000000001,77.53,0.0,8.0,8.0
+1999,9,8,1,30,0.0,0.0,0.0,7.0,1.0,0.4,80.17,0.0,7.0,7.0
+1999,9,8,2,30,0.0,0.0,0.0,7.0,1.0,0.5,84.76,0.0,7.0,7.0
+1999,9,8,3,30,0.0,0.0,0.0,6.0,1.0,0.7000000000000001,83.87,0.0,6.0,6.0
+1999,9,8,4,30,0.0,0.0,0.0,6.0,1.0,0.9,88.98,0.0,6.0,6.0
+1999,9,8,5,30,0.0,0.0,0.0,7.0,1.0,1.8,82.4,0.0,7.0,7.0
+1999,9,8,6,30,561.0,40.0,135.0,11.0,1.0,3.2,63.63,131.37415389693217,14.333063686315855,13.938941224625058
+1999,9,8,7,30,789.0,60.0,345.0,15.0,1.0,4.0,47.61,375.01386951634026,24.0258336326532,22.900792024104177
+1999,9,8,8,30,893.0,71.0,548.0,18.0,0.0,3.9,35.78,616.7582241453739,32.9419569770682,31.09168230463208
+1999,9,8,9,30,948.0,79.0,718.0,21.0,0.0,3.2,27.92,821.9491134389336,41.85348343443676,39.38763609411996
+1999,9,8,10,30,977.0,84.0,839.0,23.0,-1.0,2.0,23.31,968.2862360826135,49.606107585580986,46.70124887733314
+1999,9,8,11,30,990.0,86.0,900.0,24.0,-2.0,1.2000000000000002,19.6,1043.3754808548174,54.248632930057795,51.11850648749334
+1999,9,8,12,30,988.0,86.0,898.0,25.0,-2.0,1.8,17.95,1039.7005705533084,53.95301346134758,50.83391174968766
+1999,9,8,13,30,974.0,84.0,832.0,25.0,-2.0,3.1,17.69,960.5082332703703,49.530595925687564,46.649071225876455
+1999,9,8,14,30,942.0,79.0,707.0,24.0,-2.0,3.9,18.79,809.4281878561276,43.60969580216218,41.181411238593796
+1999,9,8,15,30,885.0,71.0,535.0,23.0,-2.0,4.0,20.32,602.237025644411,37.494640445967576,35.68792936903434
+1999,9,8,16,30,779.0,59.0,332.0,21.0,-2.0,3.3000000000000003,23.87,360.09022217341334,30.07557664832775,28.995305981807512
+1999,9,8,17,30,545.0,38.0,123.0,17.0,0.0,2.0,37.19,119.2577527174848,20.27690767561969,19.919134417467234
+1999,9,8,18,30,0.0,0.0,0.0,14.0,2.0,1.2000000000000002,50.56,0.0,14.0,14.0
+1999,9,8,19,30,0.0,0.0,0.0,13.0,2.0,0.9,58.06,0.0,13.0,13.0
+1999,9,8,20,30,0.0,0.0,0.0,12.0,2.0,0.6000000000000001,57.77,0.0,12.0,12.0
+1999,9,8,21,30,0.0,0.0,0.0,11.0,1.0,0.7000000000000001,60.42,0.0,11.0,11.0
+1999,9,8,22,30,0.0,0.0,0.0,10.0,1.0,1.0,63.35,0.0,10.0,10.0
+1999,9,8,23,30,0.0,0.0,0.0,9.0,1.0,1.2000000000000002,65.79,0.0,9.0,9.0
+1999,9,9,0,30,0.0,0.0,0.0,8.0,0.0,1.3,67.98,0.0,8.0,8.0
+1999,9,9,1,30,0.0,0.0,0.0,8.0,0.0,1.4,69.01,0.0,8.0,8.0
+1999,9,9,2,30,0.0,0.0,0.0,7.0,-1.0,1.4,64.52,0.0,7.0,7.0
+1999,9,9,3,30,0.0,0.0,0.0,7.0,-2.0,1.5,59.82,0.0,7.0,7.0
+1999,9,9,4,30,0.0,0.0,0.0,7.0,-3.0,1.6,58.91,0.0,7.0,7.0
+1999,9,9,5,30,0.0,0.0,0.0,8.0,-4.0,1.6,47.16,0.0,8.0,8.0
+1999,9,9,6,30,627.0,36.0,140.0,12.0,-3.0,2.0,38.27,137.85615633953793,15.787945743960243,15.37437727494163
+1999,9,9,7,30,842.0,53.0,355.0,17.0,-5.0,2.1,24.33,388.8371558188746,27.613165738248895,26.446654270792273
+1999,9,9,8,30,938.0,63.0,560.0,20.0,-6.0,1.9,18.17,635.804040324539,37.58748092879247,35.680068807818856
+1999,9,9,9,30,987.0,69.0,731.0,23.0,-6.0,1.8,15.1,841.9123647215333,46.44511556446021,43.91937847029561
+1999,9,9,10,30,1010.0,73.0,850.0,25.0,-6.0,1.8,14.11,986.2974605242426,52.46587282938032,49.50698044780759
+1999,9,9,11,30,1016.0,76.0,909.0,26.0,-6.0,2.0,13.41,1057.3037774416985,55.05208914986055,51.880177817535454
+1999,9,9,12,30,1008.0,78.0,902.0,27.0,-6.0,2.3000000000000003,12.85,1049.3570874519792,55.2622595776095,52.114188315253564
+1999,9,9,13,30,986.0,79.0,832.0,27.0,-6.0,2.6,13.09,964.2246079942403,52.455964139537826,49.56329031555511
+1999,9,9,14,30,681.0,186.0,637.0,26.0,-5.0,2.9000000000000004,13.34,709.3308080087893,44.35735330120059,42.22936087717422
+1999,9,9,15,30,512.0,171.0,437.0,25.0,-5.0,3.0,14.74,473.85426208213664,37.18225420003894,35.76069141379253
+1999,9,9,16,30,194.0,141.0,208.0,22.0,-3.0,2.7,19.81,212.48029386781474,27.572423986359812,26.93498310475637
+1999,9,9,17,30,0.0,49.0,49.0,19.0,1.0,1.9,37.69,47.89185190694107,20.324774582476604,20.18109902675578
+1999,9,9,18,30,0.0,0.0,0.0,16.0,3.0,1.3,47.7,0.0,16.0,16.0
+1999,9,9,19,30,0.0,0.0,0.0,16.0,3.0,1.1,50.79,0.0,16.0,16.0
+1999,9,9,20,30,0.0,0.0,0.0,15.0,3.0,1.0,54.48,0.0,15.0,15.0
+1999,9,9,21,30,0.0,0.0,0.0,14.0,3.0,1.0,54.17,0.0,14.0,14.0
+1999,9,9,22,30,0.0,0.0,0.0,13.0,2.0,1.0,57.12000000000001,0.0,13.0,13.0
+1999,9,9,23,30,0.0,0.0,0.0,12.0,2.0,1.1,57.59,0.0,12.0,12.0
+1999,9,10,0,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,57.85,0.0,11.0,11.0
+1999,9,10,1,30,0.0,0.0,0.0,11.0,0.0,1.4,55.81,0.0,11.0,11.0
+1999,9,10,2,30,0.0,0.0,0.0,11.0,0.0,1.6,57.69,0.0,11.0,11.0
+1999,9,10,3,30,0.0,0.0,0.0,11.0,0.0,1.9,55.94,0.0,11.0,11.0
+1999,9,10,4,30,0.0,0.0,0.0,11.0,0.0,2.0,51.11,0.0,11.0,11.0
+1999,9,10,5,30,0.0,0.0,0.0,12.0,0.0,2.3000000000000003,47.55,0.0,12.0,12.0
+1999,9,10,6,30,447.0,49.0,122.0,15.0,0.0,2.9000000000000004,40.72,120.75786698775977,18.12519180495855,17.76291820399527
+1999,9,10,7,30,596.0,86.0,298.0,19.0,0.0,3.0,31.43,322.1960707681841,27.283294570581262,26.31670635827671
+1999,9,10,8,30,59.0,226.0,258.0,22.0,0.0,2.4000000000000004,24.6,256.96865433458305,28.8749658795801,28.10405991657635
+1999,9,10,9,30,505.0,250.0,587.0,24.0,-1.0,1.7000000000000002,20.11,640.1275007021745,41.945660915703726,40.025278413597206
+1999,9,10,10,30,224.0,389.0,561.0,25.0,-2.0,1.2000000000000002,18.63,582.8561390768209,41.89765738746426,40.14908897023379
+1999,9,10,11,30,7.0,142.0,148.0,26.0,-1.0,0.8,19.02,145.5528924537758,30.33495470851856,29.898296031157233
+1999,9,10,12,30,519.0,350.0,772.0,25.0,-1.0,0.6000000000000001,19.71,842.1368414726453,50.42195942699451,47.89554890257658
+1999,9,10,13,30,361.0,351.0,625.0,25.0,0.0,0.5,21.85,666.9873393208751,45.27115739505545,43.27019537709282
+1999,9,10,14,30,286.0,309.0,498.0,24.0,0.0,0.7000000000000001,24.47,522.7972449750157,39.675710329521166,38.10731859459612
+1999,9,10,15,30,0.0,11.0,11.0,23.0,0.0,1.2000000000000002,28.01,10.751232060741874,23.311690353203254,23.279436657021026
+1999,9,10,16,30,48.0,133.0,150.0,21.0,2.0,1.2000000000000002,33.36,148.310474947482,25.299688078440816,24.854756653598372
+1999,9,10,17,30,0.0,12.0,12.0,18.0,6.0,0.9,51.82,11.728616793536586,18.34696248423334,18.31177663385273
+1999,9,10,18,30,0.0,0.0,0.0,16.0,6.0,0.8,61.19,0.0,16.0,16.0
+1999,9,10,19,30,0.0,0.0,0.0,15.0,5.0,0.8,62.25,0.0,15.0,15.0
+1999,9,10,20,30,0.0,0.0,0.0,14.0,5.0,0.9,68.33,0.0,14.0,14.0
+1999,9,10,21,30,0.0,0.0,0.0,12.0,5.0,1.1,71.78,0.0,12.0,12.0
+1999,9,10,22,30,0.0,0.0,0.0,12.0,5.0,1.4,76.09,0.0,12.0,12.0
+1999,9,10,23,30,0.0,0.0,0.0,12.0,4.0,1.8,74.84,0.0,12.0,12.0
+1999,9,11,0,30,0.0,0.0,0.0,12.0,4.0,2.3000000000000003,73.93,0.0,12.0,12.0
+1999,9,11,1,30,0.0,0.0,0.0,11.0,4.0,2.3000000000000003,72.76,0.0,11.0,11.0
+1999,9,11,2,30,0.0,0.0,0.0,10.0,3.0,2.1,75.61,0.0,10.0,10.0
+1999,9,11,3,30,0.0,0.0,0.0,10.0,3.0,2.0,72.56,0.0,10.0,10.0
+1999,9,11,4,30,0.0,0.0,0.0,10.0,2.0,2.0,69.83,0.0,10.0,10.0
+1999,9,11,5,30,0.0,0.0,0.0,11.0,2.0,2.2,64.55,0.0,11.0,11.0
+1999,9,11,6,30,191.0,56.0,86.0,13.0,3.0,2.6,59.26,85.72189968022515,15.263096778635528,15.005931079594854
+1999,9,11,7,30,61.0,142.0,163.0,15.0,3.0,2.8000000000000003,57.91,163.11370266470024,19.249448504834465,18.760107396840365
+1999,9,11,8,30,467.0,188.0,434.0,16.0,5.0,3.1,58.41,468.9071617534231,27.97550600109892,26.56878451583865
+1999,9,11,9,30,0.0,101.0,101.0,17.0,5.0,3.5,53.65,98.71585801226628,19.45536445824621,19.15921688420941
+1999,9,11,10,30,326.0,366.0,615.0,19.0,5.0,3.2,49.09,652.2486169399906,35.54805085388405,33.59130500306408
+1999,9,11,11,30,0.0,65.0,65.0,20.0,4.0,2.8000000000000003,41.03,63.53000763165652,21.65508777945784,21.46449775656287
+1999,9,11,12,30,0.0,86.0,86.0,21.0,3.0,2.4000000000000004,36.58,84.05508702034554,23.24881846685314,22.996653205792104
+1999,9,11,13,30,0.0,78.0,78.0,22.0,3.0,2.0,32.910000000000004,76.23600915798782,24.094776715776536,23.866068688302573
+1999,9,11,14,30,84.0,307.0,362.0,22.0,2.0,1.7000000000000002,31.61,364.67151684652305,32.22338734043521,31.129372789895644
+1999,9,11,15,30,724.0,118.0,486.0,21.0,2.0,1.2000000000000002,32.28,544.5825950690689,36.78806414431615,35.15431635910895
+1999,9,11,16,30,0.0,35.0,35.0,20.0,1.0,0.6000000000000001,33.3,34.20846564781505,21.032666168882646,20.9300407719392
+1999,9,11,17,30,26.0,48.0,52.0,17.0,4.0,0.2,49.49,50.55673197848951,18.56803856806607,18.4163683721306
+1999,9,11,18,30,0.0,0.0,0.0,14.0,4.0,0.2,60.46,0.0,14.0,14.0
+1999,9,11,19,30,0.0,0.0,0.0,13.0,3.0,0.6000000000000001,61.89,0.0,13.0,13.0
+1999,9,11,20,30,0.0,0.0,0.0,12.0,3.0,1.0,64.51,0.0,12.0,12.0
+1999,9,11,21,30,0.0,0.0,0.0,11.0,3.0,2.2,68.12,0.0,11.0,11.0
+1999,9,11,22,30,0.0,0.0,0.0,10.0,3.0,4.0,77.93,0.0,10.0,10.0
+1999,9,11,23,30,0.0,0.0,0.0,8.0,3.0,4.1000000000000005,91.76,0.0,8.0,8.0
+1999,9,12,0,30,0.0,0.0,0.0,7.0,3.0,2.9000000000000004,92.89,0.0,7.0,7.0
+1999,9,12,1,30,0.0,0.0,0.0,7.0,3.0,2.1,99.64,0.0,7.0,7.0
+1999,9,12,2,30,0.0,0.0,0.0,6.0,3.0,1.6,98.37,0.0,6.0,6.0
+1999,9,12,3,30,0.0,0.0,0.0,6.0,2.0,1.3,100.0,0.0,6.0,6.0
+1999,9,12,4,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,12,5,30,0.0,0.0,0.0,5.0,2.0,1.0,98.93,0.0,5.0,5.0
+1999,9,12,6,30,0.0,10.0,10.0,7.0,2.0,0.8,86.66,9.773847327947157,7.291091333056686,7.261769791072845
+1999,9,12,7,30,0.0,29.0,29.0,10.0,3.0,1.0,70.85000000000002,28.344157251046756,10.83286285693159,10.74783038517845
+1999,9,12,8,30,0.0,45.0,45.0,13.0,1.0,1.7000000000000002,52.27,43.982312975762206,14.23302259953773,14.101075660610443
+1999,9,12,9,30,0.0,59.0,59.0,15.0,0.0,2.6,41.64,57.66569923488822,16.522400444496288,16.34940334679162
+1999,9,12,10,30,0.0,103.0,103.0,17.0,0.0,3.3000000000000003,34.800000000000004,100.6706274778557,19.537264106745265,19.235252224311697
+1999,9,12,11,30,0.0,100.0,100.0,18.0,0.0,3.8,31.4,97.73847327947156,20.383489657367615,20.0902742375292
+1999,9,12,12,30,5.0,135.0,140.0,19.0,-1.0,4.1000000000000005,30.54,136.75193252748622,22.26981810292608,21.859562305343623
+1999,9,12,13,30,7.0,148.0,154.0,19.0,-1.0,4.1000000000000005,28.11,150.90635419978895,22.60825854296332,22.155539480363952
+1999,9,12,14,30,79.0,302.0,354.0,18.0,-1.0,4.0,29.47,355.722562611611,26.56153046727133,25.494362779436496
+1999,9,12,15,30,421.0,191.0,404.0,17.0,-2.0,3.8,30.97,434.97020740671417,27.607358144959917,26.302447522739776
+1999,9,12,16,30,735.0,63.0,305.0,15.0,-2.0,3.6,35.14,336.9709058150805,23.326421561132545,22.315508843687304
+1999,9,12,17,30,472.0,37.0,101.0,12.0,-1.0,2.7,44.33,100.5362544916375,14.63662397029862,14.335015206823709
+1999,9,12,18,30,0.0,0.0,0.0,9.0,0.0,1.5,58.71,0.0,9.0,9.0
+1999,9,12,19,30,0.0,0.0,0.0,8.0,0.0,1.0,63.73,0.0,8.0,8.0
+1999,9,12,20,30,0.0,0.0,0.0,7.0,0.0,0.9,68.29,0.0,7.0,7.0
+1999,9,12,21,30,0.0,0.0,0.0,7.0,0.0,1.1,73.25,0.0,7.0,7.0
+1999,9,12,22,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,74.08,0.0,6.0,6.0
+1999,9,12,23,30,0.0,0.0,0.0,6.0,0.0,1.4,80.59,0.0,6.0,6.0
+1999,9,13,0,30,0.0,0.0,0.0,5.0,0.0,1.5,81.32000000000002,0.0,5.0,5.0
+1999,9,13,1,30,0.0,0.0,0.0,5.0,0.0,1.4,81.07000000000002,0.0,5.0,5.0
+1999,9,13,2,30,0.0,0.0,0.0,4.0,0.0,1.4,86.48,0.0,4.0,4.0
+1999,9,13,3,30,0.0,0.0,0.0,4.0,0.0,1.3,92.08,0.0,4.0,4.0
+1999,9,13,4,30,0.0,0.0,0.0,4.0,0.0,1.3,89.82000000000002,0.0,4.0,4.0
+1999,9,13,5,30,0.0,0.0,0.0,5.0,0.0,1.7000000000000002,80.69,0.0,5.0,5.0
+1999,9,13,6,30,309.0,48.0,95.0,8.0,-1.0,2.0,59.83,96.58600665590643,10.653944245603668,10.36418622563595
+1999,9,13,7,30,765.0,63.0,328.0,12.0,-1.0,2.0,49.02,365.5280930039182,22.043806681957985,20.94722240294623
+1999,9,13,8,30,879.0,75.0,531.0,15.0,-1.0,2.2,39.2,608.5343686072696,31.499253449218493,29.673650343396684
+1999,9,13,9,30,942.0,81.0,700.0,17.0,-1.0,2.5,31.11,814.5533613122614,38.64807008263224,36.20440999869545
+1999,9,13,10,30,972.0,84.0,819.0,19.0,-2.0,2.9000000000000004,26.86,957.7026037381943,43.78517055202246,40.912062740807876
+1999,9,13,11,30,983.0,87.0,878.0,20.0,-2.0,3.2,25.1,1029.826372762031,46.12748995480804,43.03801083652195
+1999,9,13,12,30,978.0,88.0,872.0,21.0,-2.0,3.3000000000000003,23.69,1022.4206864449936,46.76870110679867,43.701439047463694
+1999,9,13,13,30,960.0,87.0,803.0,22.0,-2.0,3.4000000000000004,22.3,939.5114405759311,45.52321917507273,42.704684853344936
+1999,9,13,14,30,924.0,82.0,677.0,22.0,-2.0,3.4000000000000004,23.62,785.6860263368501,41.67178237764097,39.31472429863042
+1999,9,13,15,30,860.0,74.0,504.0,21.0,-2.0,3.3000000000000003,24.95,576.7750506502382,35.53681843795936,33.806493286008646
+1999,9,13,16,30,739.0,60.0,300.0,19.0,-2.0,2.9000000000000004,28.46,332.9812108588056,27.617493645251233,26.618550012674817
+1999,9,13,17,30,465.0,35.0,96.0,15.0,0.0,2.0,41.85,95.94494493387674,17.636329457218032,17.348494622416403
+1999,9,13,18,30,0.0,0.0,0.0,11.0,1.0,1.2000000000000002,58.04,0.0,11.0,11.0
+1999,9,13,19,30,0.0,0.0,0.0,10.0,0.0,0.9,59.76,0.0,10.0,10.0
+1999,9,13,20,30,0.0,0.0,0.0,10.0,0.0,0.5,57.18,0.0,10.0,10.0
+1999,9,13,21,30,0.0,0.0,0.0,10.0,0.0,0.4,58.55,0.0,10.0,10.0
+1999,9,13,22,30,0.0,0.0,0.0,9.0,-1.0,0.6000000000000001,56.24,0.0,9.0,9.0
+1999,9,13,23,30,0.0,0.0,0.0,8.0,-1.0,1.0,58.01,0.0,8.0,8.0
+1999,9,14,0,30,0.0,0.0,0.0,7.0,-2.0,1.1,60.31,0.0,7.0,7.0
+1999,9,14,1,30,0.0,0.0,0.0,6.0,-2.0,1.2000000000000002,62.53,0.0,6.0,6.0
+1999,9,14,2,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,65.79,0.0,5.0,5.0
+1999,9,14,3,30,0.0,0.0,0.0,5.0,-2.0,1.2000000000000002,64.9,0.0,5.0,5.0
+1999,9,14,4,30,0.0,0.0,0.0,5.0,-3.0,1.1,63.72,0.0,5.0,5.0
+1999,9,14,5,30,0.0,0.0,0.0,6.0,-3.0,1.1,57.9,0.0,6.0,6.0
+1999,9,14,6,30,499.0,40.0,115.0,8.0,-1.0,1.2000000000000002,56.69,118.9353021306915,11.448068660411051,11.091262754018977
+1999,9,14,7,30,558.0,90.0,282.0,12.0,-1.0,1.3,46.37,309.23874808203846,20.90512487769395,19.977408633447833
+1999,9,14,8,30,856.0,81.0,522.0,15.0,-2.0,1.6,36.14,599.6285067936016,31.923300257720687,30.124414737339883
+1999,9,14,9,30,913.0,91.0,689.0,18.0,-2.0,1.9,29.64,800.69712023332,40.148719477552305,37.74662811685234
+1999,9,14,10,30,938.0,101.0,806.0,19.0,-2.0,2.6,26.1,942.3894372044725,43.879505791558884,41.052337479945464
+1999,9,14,11,30,936.0,111.0,861.0,20.0,-2.0,3.3000000000000003,24.62,1006.4983178834563,45.36739980116765,42.34790484751728
+1999,9,14,12,30,580.0,310.0,773.0,21.0,-2.0,3.8,23.47,857.1043561738582,41.901691009472714,39.33037794095114
+1999,9,14,13,30,454.0,308.0,645.0,21.0,-1.0,3.8,24.13,703.9968859819469,38.167950759359876,36.05596010141404
+1999,9,14,14,30,536.0,225.0,568.0,20.0,-1.0,3.7,26.99,627.6414543060898,35.406967449705014,33.52404308678675
+1999,9,14,15,30,440.0,182.0,400.0,19.0,0.0,3.6,30.75,434.55639140849246,29.737721401197877,28.4340522269724
+1999,9,14,16,30,0.0,95.0,95.0,17.0,0.0,3.4000000000000004,37.38,92.85154961549799,19.324790585851282,19.046235937004788
+1999,9,14,17,30,0.0,28.0,28.0,14.0,2.0,2.7,51.39,27.366772518252038,14.71771013129731,14.635609813742553
+1999,9,14,18,30,0.0,0.0,0.0,12.0,3.0,2.6,67.35,0.0,12.0,12.0
+1999,9,14,19,30,0.0,0.0,0.0,10.0,3.0,2.7,73.97,0.0,10.0,10.0
+1999,9,14,20,30,0.0,0.0,0.0,10.0,4.0,2.6,81.57000000000002,0.0,10.0,10.0
+1999,9,14,21,30,0.0,0.0,0.0,9.0,4.0,2.8000000000000003,83.41,0.0,9.0,9.0
+1999,9,14,22,30,0.0,0.0,0.0,9.0,4.0,3.2,90.3,0.0,9.0,9.0
+1999,9,14,23,30,0.0,0.0,0.0,8.0,4.0,3.2,90.97,0.0,8.0,8.0
+1999,9,15,0,30,0.0,0.0,0.0,8.0,4.0,3.1,96.87,0.0,8.0,8.0
+1999,9,15,1,30,0.0,0.0,0.0,7.0,4.0,2.8000000000000003,95.87,0.0,7.0,7.0
+1999,9,15,2,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,9,15,3,30,0.0,0.0,0.0,6.0,3.0,2.0,99.31,0.0,6.0,6.0
+1999,9,15,4,30,0.0,0.0,0.0,6.0,3.0,1.7000000000000002,95.59,0.0,6.0,6.0
+1999,9,15,5,30,0.0,0.0,0.0,7.0,2.0,1.6,84.77,0.0,7.0,7.0
+1999,9,15,6,30,323.0,45.0,93.0,10.0,2.0,2.0,73.10000000000002,95.41840188927841,12.621861358456554,12.335606152788719
+1999,9,15,7,30,732.0,56.0,305.0,13.0,2.0,2.5,59.64,344.4171946820383,22.153442760494723,21.120191176448607
+1999,9,15,8,30,103.0,232.0,284.0,15.0,0.0,2.8000000000000003,42.48,289.27842395252253,22.53629980843999,21.66846453658242
+1999,9,15,9,30,164.0,319.0,427.0,17.0,0.0,2.8000000000000003,35.35,439.4593779736488,28.44882352713428,27.130445393213336
+1999,9,15,10,30,24.0,285.0,303.0,18.0,0.0,2.6,33.24,300.1073578272287,25.92296947777858,25.022647404296894
+1999,9,15,11,30,33.0,333.0,360.0,19.0,0.0,2.4000000000000004,31.95,357.07626346046226,28.55325517836224,27.482026387980852
+1999,9,15,12,30,16.0,243.0,256.0,20.0,0.0,2.4000000000000004,32.67,252.75806287885754,26.762315281529826,26.004041092893253
+1999,9,15,13,30,0.0,68.0,68.0,20.0,0.0,2.6,33.42,66.46216183004066,21.75463102077538,21.555244535285258
+1999,9,15,14,30,13.0,204.0,213.0,19.0,1.0,2.8000000000000003,36.37,209.2429427574078,24.451210387121304,23.823481558849082
+1999,9,15,15,30,10.0,162.0,167.0,18.0,1.0,2.9000000000000004,39.87,164.13788566162,22.247858859621232,21.755445202636373
+1999,9,15,16,30,45.0,121.0,136.0,16.0,2.0,2.8000000000000003,44.72,134.65960026033073,19.508160428214634,19.10418162743364
+1999,9,15,17,30,0.0,33.0,33.0,14.0,4.0,2.6,62.09,32.25369618222562,14.851512113023347,14.75475102447667
+1999,9,15,18,30,0.0,0.0,0.0,12.0,4.0,2.4000000000000004,71.0,0.0,12.0,12.0
+1999,9,15,19,30,0.0,0.0,0.0,11.0,5.0,2.3000000000000003,76.83,0.0,11.0,11.0
+1999,9,15,20,30,0.0,0.0,0.0,11.0,5.0,2.2,81.87,0.0,11.0,11.0
+1999,9,15,21,30,0.0,0.0,0.0,10.0,4.0,2.1,86.33,0.0,10.0,10.0
+1999,9,15,22,30,0.0,0.0,0.0,9.0,4.0,2.0,84.60000000000002,0.0,9.0,9.0
+1999,9,15,23,30,0.0,0.0,0.0,9.0,4.0,1.9,88.37,0.0,9.0,9.0
+1999,9,16,0,30,0.0,0.0,0.0,8.0,3.0,1.9,85.77,0.0,8.0,8.0
+1999,9,16,1,30,0.0,0.0,0.0,7.0,3.0,1.8,88.27,0.0,7.0,7.0
+1999,9,16,2,30,0.0,0.0,0.0,6.0,2.0,1.8,90.57,0.0,6.0,6.0
+1999,9,16,3,30,0.0,0.0,0.0,6.0,1.0,1.8,86.63,0.0,6.0,6.0
+1999,9,16,4,30,0.0,0.0,0.0,6.0,1.0,1.8,88.21000000000002,0.0,6.0,6.0
+1999,9,16,5,30,0.0,0.0,0.0,7.0,0.0,1.9,77.37,0.0,7.0,7.0
+1999,9,16,6,30,465.0,40.0,108.0,10.0,0.0,2.4000000000000004,58.45,112.78751375663256,13.01752877496843,12.679166233698531
+1999,9,16,7,30,730.0,66.0,312.0,14.0,0.0,2.4000000000000004,44.11,352.8012404386152,23.43888077154704,22.380477050231196
+1999,9,16,8,30,852.0,80.0,514.0,17.0,-1.0,2.1,32.07,594.6294640566382,33.230190352022106,31.446301959852192
+1999,9,16,9,30,917.0,89.0,683.0,20.0,-2.0,2.4000000000000004,26.45,799.7443420462286,41.39644260578246,38.99720957964377
+1999,9,16,10,30,953.0,94.0,803.0,21.0,-3.0,2.7,22.22,946.2782312099056,45.816717905353705,42.97788321172399
+1999,9,16,11,30,969.0,96.0,864.0,22.0,-3.0,3.0,19.92,1020.0030460181026,48.22311834192737,45.16310920387306
+1999,9,16,12,30,969.0,95.0,860.0,23.0,-4.0,3.2,18.01,1014.3654396099764,48.73523414712384,45.69213782829391
+1999,9,16,13,30,953.0,92.0,791.0,23.0,-4.0,3.4000000000000004,17.61,930.8689127261176,46.30683003061142,43.51422329243307
+1999,9,16,14,30,916.0,87.0,663.0,23.0,-4.0,3.5,18.47,776.4030318008154,42.31151132092114,39.982302225518694
+1999,9,16,15,30,848.0,77.0,488.0,22.0,-4.0,3.5,19.53,564.3681826335103,36.03755794566602,34.34445339776549
+1999,9,16,16,30,586.0,73.0,254.0,19.0,-4.0,2.7,22.75,282.69840932952167,26.41393645677846,25.565841228789893
+1999,9,16,17,30,305.0,37.0,71.0,15.0,0.0,1.6,39.83,73.30761183636912,17.06895888408845,16.849036048579343
+1999,9,16,18,30,0.0,0.0,0.0,12.0,0.0,1.2000000000000002,52.19,0.0,12.0,12.0
+1999,9,16,19,30,0.0,0.0,0.0,11.0,0.0,1.2000000000000002,55.55,0.0,11.0,11.0
+1999,9,16,20,30,0.0,0.0,0.0,11.0,0.0,1.4,59.54,0.0,11.0,11.0
+1999,9,16,21,30,0.0,0.0,0.0,10.0,0.0,1.6,60.85,0.0,10.0,10.0
+1999,9,16,22,30,0.0,0.0,0.0,10.0,1.0,1.8,63.19000000000001,0.0,10.0,10.0
+1999,9,16,23,30,0.0,0.0,0.0,10.0,1.0,1.8,64.84,0.0,10.0,10.0
+1999,9,17,0,30,0.0,0.0,0.0,10.0,1.0,1.7000000000000002,64.72,0.0,10.0,10.0
+1999,9,17,1,30,0.0,0.0,0.0,11.0,1.0,1.6,63.0,0.0,11.0,11.0
+1999,9,17,2,30,0.0,0.0,0.0,11.0,0.0,1.5,60.68,0.0,11.0,11.0
+1999,9,17,3,30,0.0,0.0,0.0,10.0,0.0,1.4,59.05,0.0,10.0,10.0
+1999,9,17,4,30,0.0,0.0,0.0,10.0,0.0,1.3,59.5,0.0,10.0,10.0
+1999,9,17,5,30,0.0,0.0,0.0,10.0,0.0,1.3,59.97,0.0,10.0,10.0
+1999,9,17,6,30,24.0,49.0,52.0,12.0,1.0,1.3,58.08,51.673300464890914,13.488032131602015,13.333012230207343
+1999,9,17,7,30,73.0,135.0,160.0,14.0,2.0,1.5,52.1,160.71978238932826,18.56650840616554,18.084349058997553
+1999,9,17,8,30,642.0,130.0,455.0,18.0,0.0,1.2000000000000002,37.02,515.5780652789933,32.94719008600483,31.400455890167848
+1999,9,17,9,30,851.0,112.0,661.0,21.0,-2.0,0.7000000000000001,25.3,769.8986299148826,44.08487280995078,41.775176920206135
+1999,9,17,10,30,901.0,113.0,781.0,22.0,-2.0,1.1,21.1,916.8701124546345,48.760500083546205,46.0098897461823
+1999,9,17,11,30,649.0,270.0,782.0,23.0,-2.0,1.7000000000000002,19.92,882.9957507786255,47.75435333757506,45.10536608523918
+1999,9,17,12,30,428.0,342.0,678.0,24.0,-2.0,2.2,18.76,740.3227189581978,44.07244422736773,41.85147607049314
+1999,9,17,13,30,910.0,107.0,770.0,24.0,-2.0,2.5,18.73,905.1699096097362,48.05635108834766,45.34084135951845
+1999,9,17,14,30,528.0,219.0,549.0,23.0,-2.0,2.7,19.85,610.9774078915366,39.023251384322634,37.19031916064802
+1999,9,17,15,30,673.0,112.0,434.0,22.0,-3.0,2.7,20.67,495.3916913326698,34.99194618557366,33.50577111157565
+1999,9,17,16,30,656.0,71.0,270.0,20.0,-3.0,2.0,23.55,303.6461511575906,28.34344418478046,27.43250573130769
+1999,9,17,17,30,332.0,37.0,72.0,16.0,1.0,1.3,42.71,75.37546834147984,18.17058167017761,17.944455265153174
+1999,9,17,18,30,0.0,0.0,0.0,13.0,1.0,1.3,50.79,0.0,13.0,13.0
+1999,9,17,19,30,0.0,0.0,0.0,13.0,0.0,1.4,51.53,0.0,13.0,13.0
+1999,9,17,20,30,0.0,0.0,0.0,12.0,0.0,1.4,49.96,0.0,12.0,12.0
+1999,9,17,21,30,0.0,0.0,0.0,12.0,0.0,1.5,52.88,0.0,12.0,12.0
+1999,9,17,22,30,0.0,0.0,0.0,11.0,0.0,1.6,52.49,0.0,11.0,11.0
+1999,9,17,23,30,0.0,0.0,0.0,10.0,0.0,1.6,55.63,0.0,10.0,10.0
+1999,9,18,0,30,0.0,0.0,0.0,10.0,0.0,1.6,54.87000000000001,0.0,10.0,10.0
+1999,9,18,1,30,0.0,0.0,0.0,10.0,0.0,1.6,57.23,0.0,10.0,10.0
+1999,9,18,2,30,0.0,0.0,0.0,10.0,-1.0,1.5,55.16,0.0,10.0,10.0
+1999,9,18,3,30,0.0,0.0,0.0,9.0,-2.0,1.5,52.44,0.0,9.0,9.0
+1999,9,18,4,30,0.0,0.0,0.0,9.0,-2.0,1.5,49.24,0.0,9.0,9.0
+1999,9,18,5,30,0.0,0.0,0.0,9.0,-3.0,1.4,46.35,0.0,9.0,9.0
+1999,9,18,6,30,370.0,39.0,91.0,13.0,-2.0,1.6,38.71,96.17524811828284,15.714351607414029,15.425825863059181
+1999,9,18,7,30,747.0,63.0,311.0,18.0,-2.0,1.6,28.8,355.3200476418648,28.02818876304808,26.962228620122488
+1999,9,18,8,30,861.0,78.0,511.0,21.0,-5.0,1.3,19.07,596.4136782610146,38.17487965728705,36.385638622504004
+1999,9,18,9,30,918.0,88.0,677.0,23.0,-5.0,1.4,16.95,797.2887249334435,45.80578325056908,43.41391707576875
+1999,9,18,10,30,51.0,333.0,371.0,24.0,-5.0,1.6,16.22,371.03903866306723,34.47182545107464,33.35870833508544
+1999,9,18,11,30,5.0,133.0,137.0,25.0,-5.0,1.7000000000000002,15.52,134.75278044962556,28.77772819125038,28.373469849901504
+1999,9,18,12,30,587.0,298.0,756.0,25.0,-5.0,1.9,14.91,846.8071372951617,48.42420531008569,45.88378389820021
+1999,9,18,13,30,385.0,322.0,601.0,25.0,-4.0,2.0,16.37,652.392072489157,42.92611835406253,40.96894213659506
+1999,9,18,14,30,215.0,298.0,431.0,24.0,-4.0,2.0,16.89,452.2294496541155,36.42614522699763,35.06945687803529
+1999,9,18,15,30,11.0,160.0,165.0,23.0,-3.0,1.8,18.67,162.65081791508342,27.52941111505637,27.04145866131112
+1999,9,18,16,30,353.0,103.0,208.0,21.0,-2.0,1.2000000000000002,25.02,225.4538243719129,27.53616085602902,26.85979938291328
+1999,9,18,17,30,184.0,40.0,59.0,19.0,3.0,0.7000000000000001,44.25,60.15562122535758,20.803724296722653,20.62325743304658
+1999,9,18,18,30,0.0,0.0,0.0,17.0,1.0,0.7000000000000001,43.36,0.0,17.0,17.0
+1999,9,18,19,30,0.0,0.0,0.0,15.0,2.0,0.9,49.32,0.0,15.0,15.0
+1999,9,18,20,30,0.0,0.0,0.0,14.0,3.0,1.2000000000000002,61.3,0.0,14.0,14.0
+1999,9,18,21,30,0.0,0.0,0.0,13.0,4.0,1.5,67.2,0.0,13.0,13.0
+1999,9,18,22,30,0.0,0.0,0.0,12.0,4.0,1.7000000000000002,70.93,0.0,12.0,12.0
+1999,9,18,23,30,0.0,0.0,0.0,11.0,3.0,1.8,73.09,0.0,11.0,11.0
+1999,9,19,0,30,0.0,0.0,0.0,10.0,2.0,1.7000000000000002,75.49,0.0,10.0,10.0
+1999,9,19,1,30,0.0,0.0,0.0,9.0,2.0,1.9,78.46000000000002,0.0,9.0,9.0
+1999,9,19,2,30,0.0,0.0,0.0,8.0,2.0,2.7,83.32000000000002,0.0,8.0,8.0
+1999,9,19,3,30,0.0,0.0,0.0,6.0,2.0,3.0,90.47,0.0,6.0,6.0
+1999,9,19,4,30,0.0,0.0,0.0,6.0,2.0,2.7,97.72,0.0,6.0,6.0
+1999,9,19,5,30,0.0,0.0,0.0,6.0,2.0,2.6,98.02,0.0,6.0,6.0
+1999,9,19,6,30,0.0,4.0,4.0,6.0,3.0,2.6,93.79,3.9095389311788624,6.103213589457376,6.091484972663839
+1999,9,19,7,30,0.0,13.0,13.0,7.0,3.0,2.3000000000000003,96.67,12.706001526331303,7.342209832691592,7.304091828112598
+1999,9,19,8,30,0.0,21.0,21.0,8.0,3.0,1.9,84.78,20.52507938868903,8.567760535347118,8.50618529718105
+1999,9,19,9,30,0.0,66.0,66.0,10.0,3.0,1.8,73.55,64.50739236445123,11.79636661975711,11.602844442663757
+1999,9,19,10,30,9.0,171.0,178.0,12.0,3.0,2.0,68.18,175.1625372526232,16.813032693680682,16.28754508192281
+1999,9,19,11,30,0.0,44.0,44.0,13.0,3.0,2.4000000000000004,63.23,43.004928242967495,14.150558285366722,14.02154350063782
+1999,9,19,12,30,0.0,48.0,48.0,13.0,3.0,2.8000000000000003,63.92,46.914467174146345,14.222218667907327,14.081475266384889
+1999,9,19,13,30,0.0,43.0,43.0,12.0,3.0,2.8000000000000003,70.36,42.02754351017277,13.094904223333648,12.96882159280313
+1999,9,19,14,30,0.0,17.0,17.0,11.0,4.0,2.6,77.34,16.615540457510164,11.438657755193846,11.388811133821315
+1999,9,19,15,30,4.0,143.0,145.0,10.0,4.0,2.4000000000000004,84.0,142.03369231788187,13.799984052392654,13.373882975439008
+1999,9,19,16,30,0.0,9.0,9.0,9.0,4.0,2.4000000000000004,90.8,8.796462595152441,9.235341467461375,9.208952079675917
+1999,9,19,17,30,0.0,13.0,13.0,7.0,4.0,2.4000000000000004,97.95,12.706001526331303,7.339937675221987,7.301819670642993
+1999,9,19,18,30,0.0,0.0,0.0,7.0,4.0,2.5,100.0,0.0,7.0,7.0
+1999,9,19,19,30,0.0,0.0,0.0,7.0,4.0,2.6,100.0,0.0,7.0,7.0
+1999,9,19,20,30,0.0,0.0,0.0,6.0,4.0,2.5,100.0,0.0,6.0,6.0
+1999,9,19,21,30,0.0,0.0,0.0,6.0,4.0,2.4000000000000004,100.0,0.0,6.0,6.0
+1999,9,19,22,30,0.0,0.0,0.0,6.0,4.0,2.2,100.0,0.0,6.0,6.0
+1999,9,19,23,30,0.0,0.0,0.0,6.0,4.0,2.0,100.0,0.0,6.0,6.0
+1999,9,20,0,30,0.0,0.0,0.0,6.0,2.0,1.8,100.0,0.0,6.0,6.0
+1999,9,20,1,30,0.0,0.0,0.0,6.0,2.0,1.6,100.0,0.0,6.0,6.0
+1999,9,20,2,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,20,3,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
+1999,9,20,4,30,0.0,0.0,0.0,5.0,2.0,1.0,100.0,0.0,5.0,5.0
+1999,9,20,5,30,0.0,0.0,0.0,5.0,2.0,1.2000000000000002,100.0,0.0,5.0,5.0
+1999,9,20,6,30,0.0,4.0,4.0,6.0,2.0,1.2000000000000002,100.0,3.9095389311788624,6.113341946619364,6.1016133298258275
+1999,9,20,7,30,62.0,130.0,150.0,8.0,3.0,1.0,92.09,151.32811464765086,12.44661539177917,11.992631047836218
+1999,9,20,8,30,0.0,32.0,32.0,10.0,4.0,1.2000000000000002,77.29,31.2763114494309,10.906735572954911,10.812906638606618
+1999,9,20,9,30,0.0,87.0,87.0,12.0,3.0,1.6,65.67,85.03247175314027,14.399869310466046,14.144771895206626
+1999,9,20,10,30,0.0,48.0,48.0,14.0,2.0,2.2,53.57,46.914467174146345,15.271996659963232,15.131253258440793
+1999,9,20,11,30,17.0,251.0,264.0,15.0,2.0,2.8000000000000003,47.89,261.4382588487784,21.811006065230433,21.0266912886841
+1999,9,20,12,30,12.0,200.0,210.0,16.0,2.0,3.2,47.37,206.7823144845887,21.246226924678385,20.62587998122462
+1999,9,20,13,30,4.0,135.0,139.0,15.0,2.0,3.3000000000000003,47.77,135.44169608080122,18.41362086074322,18.007295772500814
+1999,9,20,14,30,0.0,64.0,64.0,15.0,2.0,3.2,51.48,62.5526228988618,16.587008324571784,16.399350455875197
+1999,9,20,15,30,0.0,69.0,69.0,14.0,2.0,2.9000000000000004,55.0,67.43954656283539,15.74532329450351,15.543004654815004
+1999,9,20,16,30,0.0,12.0,12.0,12.0,2.0,2.5,58.82,11.728616793536586,12.31170691863548,12.276521068254869
+1999,9,20,17,30,0.0,2.0,2.0,9.0,2.0,1.5,75.01,1.9547694655894312,9.055540587873036,9.049676279476268
+1999,9,20,18,30,0.0,0.0,0.0,7.0,3.0,0.7000000000000001,87.71000000000002,0.0,7.0,7.0
+1999,9,20,19,30,0.0,0.0,0.0,6.0,2.0,0.5,91.41,0.0,6.0,6.0
+1999,9,20,20,30,0.0,0.0,0.0,5.0,2.0,0.6000000000000001,96.1,0.0,5.0,5.0
+1999,9,20,21,30,0.0,0.0,0.0,5.0,2.0,0.9,93.7,0.0,5.0,5.0
+1999,9,20,22,30,0.0,0.0,0.0,5.0,1.0,1.1,97.82,0.0,5.0,5.0
+1999,9,20,23,30,0.0,0.0,0.0,4.0,1.0,1.2000000000000002,94.47,0.0,4.0,4.0
+1999,9,21,0,30,0.0,0.0,0.0,4.0,0.0,1.5,90.41,0.0,4.0,4.0
+1999,9,21,1,30,0.0,0.0,0.0,4.0,0.0,1.6,92.3,0.0,4.0,4.0
+1999,9,21,2,30,0.0,0.0,0.0,3.0,0.0,1.5,87.79,0.0,3.0,3.0
+1999,9,21,3,30,0.0,0.0,0.0,3.0,-1.0,1.4,84.06,0.0,3.0,3.0
+1999,9,21,4,30,0.0,0.0,0.0,3.0,-2.0,1.4,84.79,0.0,3.0,3.0
+1999,9,21,5,30,0.0,0.0,0.0,4.0,-3.0,1.3,74.27,0.0,4.0,4.0
+1999,9,21,6,30,591.0,30.0,106.0,7.0,-2.0,1.8,57.51,120.60830254349656,10.358634116391586,9.996809208761096
+1999,9,21,7,30,846.0,49.0,321.0,12.0,-3.0,2.2,39.13,378.26095785552604,22.25582733788082,21.12104446431424
+1999,9,21,8,30,951.0,59.0,527.0,15.0,-7.0,2.1,23.79,629.1348686431603,32.17200255351007,30.28459794758059
+1999,9,21,9,30,1003.0,65.0,698.0,17.0,-8.0,2.0,18.3,836.6571188455582,39.989265453472704,37.47929409693603
+1999,9,21,10,30,1029.0,69.0,817.0,19.0,-9.0,1.9,15.25,981.7184560325063,46.156094532054375,43.21093916395686
+1999,9,21,11,30,1038.0,72.0,874.0,21.0,-9.0,2.1,14.0,1052.2611977184613,49.721078539409014,46.56429494625363
+1999,9,21,12,30,1033.0,72.0,864.0,22.0,-9.0,2.4000000000000004,13.16,1040.5541549182908,49.83909317439187,46.717430709637
+1999,9,21,13,30,1015.0,70.0,790.0,22.0,-9.0,2.7,12.58,950.149784238092,46.91825172087145,44.067802368157174
+1999,9,21,14,30,978.0,66.0,658.0,22.0,-9.0,2.8000000000000003,13.71,787.5426949656876,42.517112130638274,40.15448404574121
+1999,9,21,15,30,913.0,59.0,478.0,21.0,-9.0,2.7,14.93,568.7745396564204,35.916455685927914,34.21013206695865
+1999,9,21,16,30,784.0,48.0,268.0,18.0,-7.0,1.9,20.2,315.51110773930765,26.72760353544594,25.781070212228016
+1999,9,21,17,30,457.0,24.0,63.0,14.0,-1.0,1.2000000000000002,42.68,70.7188853421371,16.05022031204393,15.83806365601752
+1999,9,21,18,30,0.0,0.0,0.0,11.0,-3.0,1.2000000000000002,42.38,0.0,11.0,11.0
+1999,9,21,19,30,0.0,0.0,0.0,10.0,-4.0,1.2000000000000002,42.23,0.0,10.0,10.0
+1999,9,21,20,30,0.0,0.0,0.0,9.0,-4.0,1.4,46.63,0.0,9.0,9.0
+1999,9,21,21,30,0.0,0.0,0.0,8.0,-4.0,1.6,45.34,0.0,8.0,8.0
+1999,9,21,22,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,47.8,0.0,7.0,7.0
+1999,9,21,23,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.74,0.0,7.0,7.0
+1999,9,22,0,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.46,0.0,6.0,6.0
+1999,9,22,1,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,50.98,0.0,6.0,6.0
+1999,9,22,2,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,55.85,0.0,6.0,6.0
+1999,9,22,3,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.52,0.0,6.0,6.0
+1999,9,22,4,30,0.0,0.0,0.0,6.0,-4.0,1.6,56.17,0.0,6.0,6.0
+1999,9,22,5,30,0.0,0.0,0.0,6.0,-5.0,1.5,51.6,0.0,6.0,6.0
+1999,9,22,6,30,556.0,30.0,100.0,10.0,-3.0,1.6,44.38,114.74027811513034,13.238311981830295,12.894091147484904
+1999,9,22,7,30,814.0,51.0,310.0,15.0,0.0,1.6,39.28,366.94161093595625,25.35618385144323,24.25535901863536
+1999,9,22,8,30,920.0,63.0,513.0,19.0,-4.0,0.8,24.08,613.3638615687647,37.267617461377824,35.42752587667153
+1999,9,22,9,30,973.0,71.0,681.0,21.0,-6.0,0.30000000000000004,16.65,818.0142908326177,46.199826812532024,43.74578394003417
+1999,9,22,10,30,1000.0,76.0,798.0,23.0,-7.0,0.5,14.44,961.0372611939932,52.20795708658024,49.324845302998256
+1999,9,22,11,30,1010.0,79.0,855.0,24.0,-7.0,1.1,13.58,1030.475553206004,54.076278802278026,50.98485214266001
+1999,9,22,12,30,1005.0,79.0,845.0,25.0,-6.0,1.7000000000000002,12.94,1018.5832147241276,53.55548147176259,50.49973182759021
+1999,9,22,13,30,985.0,78.0,772.0,26.0,-6.0,2.2,13.13,929.0770859053429,51.190160334405924,48.402929076689894
+1999,9,22,14,30,945.0,73.0,640.0,25.0,-6.0,2.7,14.06,766.9557747574813,45.11387822342961,42.81301089915716
+1999,9,22,15,30,873.0,66.0,461.0,24.0,-6.0,3.0,15.14,550.1813370988556,38.14453649779304,36.493992486496474
+1999,9,22,16,30,727.0,53.0,254.0,20.0,-4.0,2.4000000000000004,20.98,298.21654855607125,27.978516295530955,27.083866649862742
+1999,9,22,17,30,368.0,25.0,55.0,16.0,0.0,1.5,40.33,61.14770565584701,17.73738109736081,17.55393798039327
+1999,9,22,18,30,0.0,0.0,0.0,15.0,0.0,1.1,42.74,0.0,15.0,15.0
+1999,9,22,19,30,0.0,0.0,0.0,15.0,0.0,0.7000000000000001,40.92,0.0,15.0,15.0
+1999,9,22,20,30,0.0,0.0,0.0,14.0,-1.0,0.5,40.32,0.0,14.0,14.0
+1999,9,22,21,30,0.0,0.0,0.0,13.0,0.0,0.8,43.78,0.0,13.0,13.0
+1999,9,22,22,30,0.0,0.0,0.0,12.0,0.0,1.1,50.42,0.0,12.0,12.0
+1999,9,22,23,30,0.0,0.0,0.0,11.0,-1.0,1.2000000000000002,48.92,0.0,11.0,11.0
+1999,9,23,0,30,0.0,0.0,0.0,11.0,-1.0,1.3,47.4,0.0,11.0,11.0
+1999,9,23,1,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.44,0.0,11.0,11.0
+1999,9,23,2,30,0.0,0.0,0.0,11.0,-2.0,1.3,45.89,0.0,11.0,11.0
+1999,9,23,3,30,0.0,0.0,0.0,10.0,-2.0,1.3,49.17,0.0,10.0,10.0
+1999,9,23,4,30,0.0,0.0,0.0,10.0,-1.0,1.3,49.67,0.0,10.0,10.0
+1999,9,23,5,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.59,0.0,10.0,10.0
+1999,9,23,6,30,279.0,41.0,75.0,12.0,0.0,1.1,48.09,82.69741268140368,14.413672437249673,14.165580199205461
+1999,9,23,7,30,441.0,104.0,243.0,16.0,2.0,1.2000000000000002,46.21,273.00857272155287,23.914826689474737,23.095800971310076
+1999,9,23,8,30,861.0,74.0,492.0,19.0,-1.0,1.2000000000000002,29.27,587.7092435033006,36.03835436286907,34.27522663235917
+1999,9,23,9,30,919.0,84.0,657.0,22.0,-4.0,1.1,19.25,787.833464421901,44.99433388011754,42.630833486851834
+1999,9,23,10,30,946.0,92.0,772.0,23.0,-5.0,1.1,16.69,927.0977787219374,50.05901288299595,47.27771954683014
+1999,9,23,11,30,952.0,98.0,826.0,24.0,-5.0,1.2000000000000002,15.86,992.2459046802229,52.76632880277694,49.78959108873627
+1999,9,23,12,30,941.0,102.0,815.0,25.0,-4.0,1.4,16.19,978.7173271424513,52.995398063920106,50.059246082492756
+1999,9,23,13,30,914.0,102.0,742.0,25.0,-4.0,1.7000000000000002,15.59,888.3999434587992,49.90585723211973,47.240657401743334
+1999,9,23,14,30,860.0,99.0,610.0,24.0,-4.0,2.0,16.88,727.0097140492253,43.97642633650514,41.79539719435746
+1999,9,23,15,30,775.0,88.0,435.0,23.0,-3.0,2.3000000000000003,18.35,514.4555363306517,36.85579425991208,35.31242765092013
+1999,9,23,16,30,622.0,66.0,235.0,21.0,-2.0,1.9,22.61,273.0531590734451,28.553140469663365,27.73398099244303
+1999,9,23,17,30,247.0,27.0,46.0,17.0,1.0,1.4,40.85,50.12996275567209,18.433926041109384,18.283536152842366
+1999,9,23,18,30,0.0,0.0,0.0,15.0,1.0,1.4,44.03,0.0,15.0,15.0
+1999,9,23,19,30,0.0,0.0,0.0,14.0,0.0,1.4,45.65,0.0,14.0,14.0
+1999,9,23,20,30,0.0,0.0,0.0,13.0,0.0,1.5,47.78,0.0,13.0,13.0
+1999,9,23,21,30,0.0,0.0,0.0,12.0,0.0,1.6,51.31,0.0,12.0,12.0
+1999,9,23,22,30,0.0,0.0,0.0,11.0,0.0,1.5,54.7,0.0,11.0,11.0
+1999,9,23,23,30,0.0,0.0,0.0,11.0,0.0,1.5,57.26,0.0,11.0,11.0
+1999,9,24,0,30,0.0,0.0,0.0,10.0,0.0,1.6,55.33,0.0,10.0,10.0
+1999,9,24,1,30,0.0,0.0,0.0,10.0,-1.0,1.9,52.46,0.0,10.0,10.0
+1999,9,24,2,30,0.0,0.0,0.0,10.0,-1.0,2.5,50.93,0.0,10.0,10.0
+1999,9,24,3,30,0.0,0.0,0.0,10.0,-1.0,3.0,56.4,0.0,10.0,10.0
+1999,9,24,4,30,0.0,0.0,0.0,10.0,0.0,3.2,62.17,0.0,10.0,10.0
+1999,9,24,5,30,0.0,0.0,0.0,10.0,1.0,3.4000000000000004,64.8,0.0,10.0,10.0
+1999,9,24,6,30,163.0,43.0,63.0,12.0,3.0,3.8,63.06,66.79445872270324,13.628876492471974,13.428493116303864
+1999,9,24,7,30,0.0,12.0,12.0,16.0,4.0,4.4,56.86,11.728616793536586,16.27498147927083,16.23979562889022
+1999,9,24,8,30,582.0,138.0,419.0,19.0,4.0,4.5,45.25,482.55055834706104,30.239847259059278,28.792195584018096
+1999,9,24,9,30,878.0,94.0,638.0,20.0,2.0,4.1000000000000005,35.53,764.8013510179281,38.286844335440094,35.99244028238631
+1999,9,24,10,30,901.0,106.0,750.0,22.0,1.0,3.5,31.68,899.2975360582825,44.36827245275547,41.67037984458062
+1999,9,24,11,30,81.0,372.0,434.0,23.0,1.0,3.1,29.01,439.68544976528494,34.22920733940274,32.910150990106885
+1999,9,24,12,30,525.0,308.0,704.0,23.0,1.0,2.9000000000000004,26.78,790.1000834070438,43.44764757240241,41.077347322181275
+1999,9,24,13,30,0.0,36.0,36.0,23.0,0.0,3.0,27.84,35.185850380609764,23.904588199117697,23.79903064797587
+1999,9,24,14,30,234.0,278.0,416.0,22.0,0.0,3.2,29.27,442.4352055296486,33.22492266062845,31.897617044039507
+1999,9,24,15,30,0.0,80.0,80.0,20.0,0.0,2.9000000000000004,31.71,78.19077862357726,22.02356324000407,21.78899090413334
+1999,9,24,16,30,0.0,60.0,60.0,18.0,2.0,2.1,41.28,58.64308396768294,19.60064119448755,19.4247119425845
+1999,9,24,17,30,0.0,2.0,2.0,15.0,4.0,1.5,55.68,1.9547694655894312,15.055540587873036,15.049676279476268
+1999,9,24,18,30,0.0,0.0,0.0,13.0,4.0,1.4,62.09,0.0,13.0,13.0
+1999,9,24,19,30,0.0,0.0,0.0,12.0,3.0,1.4,68.51,0.0,12.0,12.0
+1999,9,24,20,30,0.0,0.0,0.0,11.0,2.0,1.5,65.79,0.0,11.0,11.0
+1999,9,24,21,30,0.0,0.0,0.0,11.0,2.0,1.6,64.83,0.0,11.0,11.0
+1999,9,24,22,30,0.0,0.0,0.0,11.0,2.0,1.7000000000000002,69.81,0.0,11.0,11.0
+1999,9,24,23,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,70.84,0.0,10.0,10.0
+1999,9,25,0,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.54,0.0,10.0,10.0
+1999,9,25,1,30,0.0,0.0,0.0,10.0,3.0,1.7000000000000002,71.62,0.0,10.0,10.0
+1999,9,25,2,30,0.0,0.0,0.0,10.0,2.0,1.8,70.33,0.0,10.0,10.0
+1999,9,25,3,30,0.0,0.0,0.0,10.0,2.0,1.8,73.05,0.0,10.0,10.0
+1999,9,25,4,30,0.0,0.0,0.0,10.0,2.0,1.8,70.71000000000002,0.0,10.0,10.0
+1999,9,25,5,30,0.0,0.0,0.0,10.0,1.0,2.0,64.16,0.0,10.0,10.0
+1999,9,25,6,30,434.0,32.0,83.0,13.0,1.0,2.8000000000000003,52.95,96.83242157513297,15.522684375130671,15.232187110405272
+1999,9,25,7,30,741.0,54.0,283.0,17.0,2.0,3.7,41.73,339.19897030563146,25.326453676088256,24.308856765171363
+1999,9,25,8,30,875.0,63.0,482.0,20.0,1.0,4.0,32.9,583.1753386303535,34.03586377200488,32.28633775611382
+1999,9,25,9,30,945.0,67.0,649.0,22.0,1.0,4.2,28.73,788.3021163472433,40.72559481826498,38.36068846922325
+1999,9,25,10,30,983.0,68.0,766.0,24.0,1.0,4.4,26.76,932.7113826151602,45.8677411189357,43.06960697109022
+1999,9,25,11,30,1000.0,68.0,824.0,25.0,0.0,4.6000000000000005,24.17,1003.647965238912,48.22537188886801,45.214427993151276
+1999,9,25,12,30,1003.0,67.0,818.0,26.0,0.0,4.7,21.71,997.180634685034,48.92564387122052,45.93410196716542
+1999,9,25,13,30,382.0,307.0,571.0,26.0,0.0,4.6000000000000005,19.7,627.4222984472392,40.51915085518722,38.636883959845505
+1999,9,25,14,30,340.0,257.0,456.0,26.0,-1.0,4.2,19.01,498.12587713701805,37.83265038914577,36.338272757734714
+1999,9,25,15,30,316.0,179.0,317.0,25.0,-1.0,3.7,19.84,347.41617150918154,33.52816462204663,32.48591610751909
+1999,9,25,16,30,101.0,103.0,129.0,23.0,0.0,2.7,26.56,133.78787376218312,26.50866776050424,26.10730413921769
+1999,9,25,17,30,37.0,21.0,24.0,19.0,1.0,1.8,38.05,23.81693097760359,19.663240881781537,19.591790088848725
+1999,9,25,18,30,0.0,0.0,0.0,16.0,1.0,1.7000000000000002,42.03,0.0,16.0,16.0
+1999,9,25,19,30,0.0,0.0,0.0,16.0,1.0,1.9,43.97,0.0,16.0,16.0
+1999,9,25,20,30,0.0,0.0,0.0,15.0,0.0,2.0,43.14,0.0,15.0,15.0
+1999,9,25,21,30,0.0,0.0,0.0,14.0,0.0,1.9,45.79,0.0,14.0,14.0
+1999,9,25,22,30,0.0,0.0,0.0,13.0,0.0,1.6,48.94,0.0,13.0,13.0
+1999,9,25,23,30,0.0,0.0,0.0,12.0,0.0,1.4,52.58,0.0,12.0,12.0
+1999,9,26,0,30,0.0,0.0,0.0,12.0,0.0,1.7000000000000002,53.3,0.0,12.0,12.0
+1999,9,26,1,30,0.0,0.0,0.0,11.0,1.0,2.1,58.32,0.0,11.0,11.0
+1999,9,26,2,30,0.0,0.0,0.0,9.0,1.0,1.5,69.13,0.0,9.0,9.0
+1999,9,26,3,30,0.0,0.0,0.0,7.0,1.0,1.0,79.95,0.0,7.0,7.0
+1999,9,26,4,30,0.0,0.0,0.0,6.0,1.0,1.0,83.49,0.0,6.0,6.0
+1999,9,26,5,30,0.0,0.0,0.0,6.0,0.0,1.2000000000000002,79.77,0.0,6.0,6.0
+1999,9,26,6,30,0.0,29.0,29.0,7.0,0.0,1.6,72.65,28.344157251046756,7.799956436822016,7.714923965068875
+1999,9,26,7,30,0.0,45.0,45.0,10.0,0.0,1.8,55.85,43.982312975762206,11.224795422561668,11.09284848363438
+1999,9,26,8,30,0.0,73.0,73.0,14.0,-1.0,1.6,40.93,71.34908549401425,16.01368344441404,15.799636187931997
+1999,9,26,9,30,51.0,267.0,299.0,17.0,-3.0,1.1,30.43,299.8957320353318,25.75299527508999,24.853308078983996
+1999,9,26,10,30,75.0,337.0,390.0,19.0,-3.0,1.0,25.4,395.3261069391491,30.61623638793578,29.43025806711833
+1999,9,26,11,30,164.0,387.0,511.0,20.0,-3.0,1.5,23.61,531.5734027298417,35.10351977816654,33.508799569977015
+1999,9,26,12,30,992.0,76.0,814.0,20.0,-3.0,2.4000000000000004,23.82,993.0989740499693,46.569472371326064,43.59017544917616
+1999,9,26,13,30,582.0,244.0,643.0,19.0,-3.0,3.4000000000000004,25.49,735.4774162365103,37.41467353483428,35.208241286124746
+1999,9,26,14,30,466.0,217.0,487.0,18.0,-3.0,3.8,25.96,548.9900675272493,31.38789223980625,29.7409220372245
+1999,9,26,15,30,550.0,127.0,365.0,17.0,-3.0,3.7,28.11,422.3540431789626,27.36769472581099,26.1006325962741
+1999,9,26,16,30,4.0,87.0,88.0,14.0,-3.0,3.6,34.84,86.32923315587513,16.133162168901254,15.874174469433628
+1999,9,26,17,30,0.0,3.0,3.0,11.0,-1.0,3.2,46.68,2.9321541983841466,11.074391015214301,11.06559455261915
+1999,9,26,18,30,0.0,0.0,0.0,8.0,0.0,2.8000000000000003,63.15,0.0,8.0,8.0
+1999,9,26,19,30,0.0,0.0,0.0,7.0,0.0,2.6,74.14,0.0,7.0,7.0
+1999,9,26,20,30,0.0,0.0,0.0,5.0,0.0,2.4000000000000004,78.87,0.0,5.0,5.0
+1999,9,26,21,30,0.0,0.0,0.0,4.0,0.0,2.2,83.48,0.0,4.0,4.0
+1999,9,26,22,30,0.0,0.0,0.0,3.0,0.0,2.0,89.01,0.0,3.0,3.0
+1999,9,26,23,30,0.0,0.0,0.0,3.0,0.0,2.1,87.60000000000002,0.0,3.0,3.0
+1999,9,27,0,30,0.0,0.0,0.0,2.0,-1.0,2.4000000000000004,91.9,0.0,2.0,2.0
+1999,9,27,1,30,0.0,0.0,0.0,2.0,-1.0,2.5,90.6,0.0,2.0,2.0
+1999,9,27,2,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.86,0.0,1.0,1.0
+1999,9,27,3,30,0.0,0.0,0.0,1.0,-1.0,2.5,89.13,0.0,1.0,1.0
+1999,9,27,4,30,0.0,0.0,0.0,1.0,-1.0,2.5,94.31,0.0,1.0,1.0
+1999,9,27,5,30,0.0,0.0,0.0,1.0,-2.0,2.7,85.81,0.0,1.0,1.0
+1999,9,27,6,30,461.0,31.0,81.0,2.0,-2.0,3.7,79.04,99.09060895517716,4.43241706912387,4.135145242258339
+1999,9,27,7,30,0.0,30.0,30.0,6.0,-2.0,4.4,62.73,29.32154198384147,6.68745369817708,6.5994890722255555
+1999,9,27,8,30,22.0,175.0,186.0,9.0,-4.0,3.6,45.3,184.10375428105903,13.549133004297058,12.99682174145388
+1999,9,27,9,30,11.0,192.0,199.0,12.0,-5.0,2.3000000000000003,32.35,196.0384787382654,17.279890362920984,16.691774926706188
+1999,9,27,10,30,36.0,294.0,320.0,14.0,-6.0,1.1,26.09,318.93985120289364,23.30883207863704,22.352012525028357
+1999,9,27,11,30,19.0,261.0,276.0,15.0,-7.0,0.7000000000000001,23.4,272.82142574119166,23.180359943959292,22.361895666735716
+1999,9,27,12,30,10.0,182.0,190.0,16.0,-7.0,1.8,23.02,187.12365151773145,21.210917214795938,20.649546260242744
+1999,9,27,13,30,10.0,180.0,187.0,15.0,-7.0,3.4000000000000004,23.11,184.4395253500109,19.617944169679372,19.06462559362934
+1999,9,27,14,30,0.0,104.0,104.0,14.0,-7.0,4.4,25.51,101.64801221065042,16.383172820347212,16.07822878371526
+1999,9,27,15,30,0.0,61.0,61.0,13.0,-6.0,4.6000000000000005,30.39,59.62046870047765,14.379674552947046,14.200813146845613
+1999,9,27,16,30,0.0,40.0,40.0,10.0,-5.0,4.6000000000000005,39.84,39.09538931178863,10.904704624883308,10.787418456947943
+1999,9,27,17,30,0.0,6.0,6.0,7.0,-3.0,4.800000000000002,56.93,5.864308396768293,7.133947223700791,7.116354298510486
+1999,9,27,18,30,0.0,0.0,0.0,4.0,-1.0,4.6000000000000005,75.31,0.0,4.0,4.0
+1999,9,27,19,30,0.0,0.0,0.0,2.0,0.0,4.1000000000000005,93.77,0.0,2.0,2.0
+1999,9,27,20,30,0.0,0.0,0.0,2.0,0.0,3.4000000000000004,96.84,0.0,2.0,2.0
+1999,9,27,21,30,0.0,0.0,0.0,2.0,0.0,2.8000000000000003,96.97,0.0,2.0,2.0
+1999,9,27,22,30,0.0,0.0,0.0,1.0,0.0,2.4000000000000004,95.67,0.0,1.0,1.0
+1999,9,27,23,30,0.0,0.0,0.0,1.0,0.0,2.3000000000000003,94.2,0.0,1.0,1.0
+1999,9,28,0,30,0.0,0.0,0.0,1.0,-1.0,2.3000000000000003,92.72,0.0,1.0,1.0
+1999,9,28,1,30,0.0,0.0,0.0,1.0,-1.0,2.1,98.48,0.0,1.0,1.0
+1999,9,28,2,30,0.0,0.0,0.0,0.0,-1.0,1.6,97.18,0.0,0.0,0.0
+1999,9,28,3,30,0.0,0.0,0.0,0.0,-1.0,1.3,94.75,0.0,0.0,0.0
+1999,9,28,4,30,0.0,0.0,0.0,0.0,-2.0,2.2,90.54,0.0,0.0,0.0
+1999,9,28,5,30,0.0,0.0,0.0,0.0,-3.0,3.8,92.75,0.0,0.0,0.0
+1999,9,28,6,30,0.0,23.0,23.0,0.0,-3.0,5.300000000000002,88.22,22.47984885427846,0.49704815464147034,0.429608608078635
+1999,9,28,7,30,0.0,42.0,42.0,0.0,-4.0,5.9,79.03,41.05015877737806,0.8731330587179568,0.7499825823858226
+1999,9,28,8,30,462.0,166.0,382.0,0.0,-4.0,6.1000000000000005,72.75,435.80146449459073,9.150917097334641,7.843512703850869
+1999,9,28,9,30,11.0,191.0,198.0,1.0,-4.0,6.3000000000000025,73.82000000000002,195.04294525277862,5.04323043024994,4.4581015944916045
+1999,9,28,10,30,69.0,327.0,376.0,2.0,-3.0,6.4,74.83,380.00574430496016,9.827157836099852,8.687140603184972
+1999,9,28,11,30,31.0,304.0,327.0,2.0,-3.0,6.1000000000000005,75.94,325.95863440501375,8.844447950765698,7.866572047550657
+1999,9,28,12,30,3.0,128.0,131.0,3.0,-3.0,5.5,71.47,127.87347492701463,5.791005910508409,5.4073854857273655
+1999,9,28,13,30,63.0,310.0,354.0,4.0,-3.0,4.7,65.56,356.41052902994517,12.194042860724696,11.124811273634862
+1999,9,28,14,30,50.0,244.0,272.0,4.0,-4.0,4.0,64.27,274.28992294330413,10.601609734574515,9.778739965744602
+1999,9,28,15,30,213.0,182.0,271.0,4.0,-4.0,3.4000000000000004,63.09,291.8497681283568,11.30725115776027,10.4317018533752
+1999,9,28,16,30,401.0,75.0,173.0,3.0,-4.0,2.5,67.05,200.36189529980368,8.3249407065873,7.723855020687889
+1999,9,28,17,30,256.0,18.0,30.0,1.0,-4.0,1.5,77.73,37.59465842396966,2.0681717033694715,1.9553877280975627
+1999,9,28,18,30,0.0,0.0,0.0,0.0,-5.0,0.9,79.64,0.0,0.0,0.0
+1999,9,28,19,30,0.0,0.0,0.0,0.0,-5.0,0.8,84.19,0.0,0.0,0.0
+1999,9,28,20,30,0.0,0.0,0.0,-1.0,-5.0,1.1,81.36,0.0,-1.0,-1.0
+1999,9,28,21,30,0.0,0.0,0.0,-2.0,-6.0,1.4,82.73,0.0,-2.0,-2.0
+1999,9,28,22,30,0.0,0.0,0.0,-2.0,-7.0,1.5,77.45,0.0,-2.0,-2.0
+1999,9,28,23,30,0.0,0.0,0.0,-2.0,-8.0,1.7000000000000002,72.45,0.0,-2.0,-2.0
+1999,9,29,0,30,0.0,0.0,0.0,-2.0,-9.0,1.8,72.57000000000002,0.0,-2.0,-2.0
+1999,9,29,1,30,0.0,0.0,0.0,-2.0,-10.0,1.8,67.11,0.0,-2.0,-2.0
+1999,9,29,2,30,0.0,0.0,0.0,-2.0,-11.0,1.7000000000000002,57.3,0.0,-2.0,-2.0
+1999,9,29,3,30,0.0,0.0,0.0,-2.0,-12.0,1.7000000000000002,52.84,0.0,-2.0,-2.0
+1999,9,29,4,30,0.0,0.0,0.0,-1.0,-13.0,1.7000000000000002,49.41,0.0,-1.0,-1.0
+1999,9,29,5,30,0.0,0.0,0.0,0.0,-13.0,1.7000000000000002,43.31,0.0,0.0,0.0
+1999,9,29,6,30,552.0,25.0,82.0,2.0,-13.0,1.9,36.17,105.77050177642711,4.925801921409913,4.608490416080631
+1999,9,29,7,30,827.0,45.0,289.0,6.0,-10.0,1.8,35.2,359.96362081230507,16.024070250752754,14.94417938831584
+1999,9,29,8,30,933.0,56.0,489.0,10.0,-9.0,1.4,28.22,605.8577060354987,27.330057596996635,25.51248447889014
+1999,9,29,9,30,985.0,63.0,654.0,13.0,-9.0,1.4,22.97,808.4564605901622,36.125227074145094,33.69985769237461
+1999,9,29,10,30,1010.0,67.0,767.0,16.0,-9.0,1.8,19.43,947.4196660191255,42.38322524839927,39.540966250341896
+1999,9,29,11,30,1017.0,69.0,820.0,18.0,-7.0,2.1,18.61,1010.8922133240786,45.5919274764763,42.55925083650406
+1999,9,29,12,30,1012.0,69.0,808.0,19.0,-6.0,2.3000000000000003,19.33,996.3971924704927,45.83589450411091,42.846702926699436
+1999,9,29,13,30,992.0,68.0,733.0,20.0,-5.0,2.3000000000000003,19.58,904.3595980463286,44.35705253923639,41.643973745097405
+1999,9,29,14,30,954.0,63.0,600.0,20.0,-4.0,2.0,20.55,741.6105856944353,40.377622126922816,38.15279036983951
+1999,9,29,15,30,884.0,55.0,422.0,19.0,-4.0,1.5,24.5,523.5859558719311,33.87657358225836,32.30581571464256
+1999,9,29,16,30,739.0,42.0,218.0,15.0,0.0,0.9,40.33,272.4776523703923,23.06058590102449,22.243152943913312
+1999,9,29,17,30,325.0,15.0,28.0,11.0,0.0,1.0,55.84,38.913376979711174,12.143428115964934,12.0266879850258
+1999,9,29,18,30,0.0,0.0,0.0,9.0,-2.0,1.4,56.27,0.0,9.0,9.0
+1999,9,29,19,30,0.0,0.0,0.0,7.0,-2.0,1.8,60.02,0.0,7.0,7.0
+1999,9,29,20,30,0.0,0.0,0.0,7.0,-3.0,2.0,60.31,0.0,7.0,7.0
+1999,9,29,21,30,0.0,0.0,0.0,6.0,-4.0,2.1,55.23,0.0,6.0,6.0
+1999,9,29,22,30,0.0,0.0,0.0,6.0,-5.0,2.3000000000000003,50.0,0.0,6.0,6.0
+1999,9,29,23,30,0.0,0.0,0.0,6.0,-6.0,2.6,45.13,0.0,6.0,6.0
+1999,9,30,0,30,0.0,0.0,0.0,6.0,-7.0,2.7,44.82,0.0,6.0,6.0
+1999,9,30,1,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,45.4,0.0,5.0,5.0
+1999,9,30,2,30,0.0,0.0,0.0,4.0,-6.0,2.5,52.51,0.0,4.0,4.0
+1999,9,30,3,30,0.0,0.0,0.0,3.0,-6.0,2.2,59.31,0.0,3.0,3.0
+1999,9,30,4,30,0.0,0.0,0.0,3.0,-5.0,1.7000000000000002,64.4,0.0,3.0,3.0
+1999,9,30,5,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.71,0.0,3.0,3.0
+1999,9,30,6,30,486.0,26.0,75.0,6.0,-5.0,1.0,51.69,96.55283777549332,8.837102250114702,8.547443736788223
+1999,9,30,7,30,786.0,49.0,278.0,10.0,-4.0,0.9,45.23,347.26918408987575,20.273110711222838,19.23130315895321
+1999,9,30,8,30,903.0,61.0,477.0,13.0,-5.0,0.9,33.97,591.7135351771401,30.504399856655837,28.729259251124418
+1999,9,30,9,30,959.0,68.0,641.0,15.0,-4.0,1.1,28.68,791.9425128672003,38.11426383504795,35.73843629644635
+1999,9,30,10,30,987.0,73.0,754.0,17.0,-4.0,1.6,25.4,931.1141111251321,43.27881012700956,40.48546779363416
+1999,9,30,11,30,996.0,76.0,807.0,19.0,-4.0,2.0,22.41,995.7745954937833,46.361419621000955,43.37409583451961
+1999,9,30,12,30,991.0,76.0,795.0,20.0,-4.0,2.2,20.86,981.1467917587029,46.60193149840289,43.65849112312678
+1999,9,30,13,30,970.0,74.0,719.0,21.0,-4.0,2.1,19.46,888.5751604264923,45.253328951131294,42.58760346985182
+1999,9,30,14,30,928.0,69.0,587.0,21.0,-4.0,2.1,19.54,725.7748566922072,40.80975513131334,38.63243056123672
+1999,9,30,15,30,853.0,60.0,410.0,20.0,-4.0,2.2,21.05,508.93280301507673,33.79874619864918,32.27194778960395
+1999,9,30,16,30,698.0,45.0,207.0,16.0,-3.0,2.2,29.64,259.99981128016543,23.04940099419256,22.269401560352062
+1999,9,30,17,30,258.0,14.0,24.0,12.0,0.0,2.4000000000000004,50.7,32.0534714765862,12.857561881600931,12.761401467171172
+1999,9,30,18,30,0.0,0.0,0.0,10.0,0.0,2.7,57.4,0.0,10.0,10.0
+1999,9,30,19,30,0.0,0.0,0.0,8.0,-1.0,2.6,58.57,0.0,8.0,8.0
+1999,9,30,20,30,0.0,0.0,0.0,7.0,-2.0,2.7,58.17,0.0,7.0,7.0
+1999,9,30,21,30,0.0,0.0,0.0,7.0,-3.0,2.9000000000000004,54.27,0.0,7.0,7.0
+1999,9,30,22,30,0.0,0.0,0.0,7.0,-4.0,3.0,50.29,0.0,7.0,7.0
+1999,9,30,23,30,0.0,0.0,0.0,7.0,-5.0,3.0,46.91,0.0,7.0,7.0
+1999,10,1,0,30,0.0,0.0,0.0,7.0,-6.0,3.0,47.71,0.0,7.0,7.0
+1999,10,1,1,30,0.0,0.0,0.0,7.0,-6.0,2.9000000000000004,45.81,0.0,7.0,7.0
+1999,10,1,2,30,0.0,0.0,0.0,7.0,-7.0,2.5,44.45,0.0,7.0,7.0
+1999,10,1,3,30,0.0,0.0,0.0,6.0,-7.0,2.2,44.07,0.0,6.0,6.0
+1999,10,1,4,30,0.0,0.0,0.0,6.0,-7.0,2.0,44.19,0.0,6.0,6.0
+1999,10,1,5,30,0.0,0.0,0.0,6.0,-7.0,1.9,44.09,0.0,6.0,6.0
+1999,10,1,6,30,460.0,27.0,72.0,9.0,-6.0,2.2,39.67,93.26743527545372,11.52876933917502,11.248967033348658
+1999,10,1,7,30,770.0,52.0,274.0,14.0,-5.0,2.7,31.68,343.16544998440287,22.999721103419954,21.970224753466745
+1999,10,1,8,30,892.0,66.0,473.0,18.0,-6.0,2.9000000000000004,21.53,588.781357123776,33.23755526736911,31.471211195997782
+1999,10,1,9,30,952.0,74.0,638.0,21.0,-7.0,3.0,16.0,790.7762450722009,41.329957971660086,38.95762923644348
+1999,10,1,10,30,983.0,78.0,752.0,22.0,-7.0,3.3000000000000003,14.67,930.3850706587841,45.44907054198557,42.65791533000922
+1999,10,1,11,30,992.0,81.0,804.0,23.0,-7.0,3.7,13.73,994.4456722830527,47.41105825348024,44.427721236631086
+1999,10,1,12,30,983.0,83.0,792.0,24.0,-7.0,4.2,12.91,977.8419630287738,47.2279883768673,44.29446248778098
+1999,10,1,13,30,510.0,249.0,586.0,23.0,-7.0,4.3,13.83,670.9086563080074,38.83294956004916,36.820223591125135
+1999,10,1,14,30,490.0,198.0,469.0,21.0,-7.0,4.2,17.37,539.4524874052618,33.81433665263234,32.19597919041656
+1999,10,1,15,30,548.0,118.0,340.0,17.0,-5.0,4.7,23.38,402.64210958107094,26.256928274312305,25.049001945569092
+1999,10,1,16,30,603.0,47.0,184.0,13.0,-4.0,5.1000000000000005,36.49,230.34401941791674,18.159626550974785,17.468594492721035
+1999,10,1,17,30,0.0,17.0,17.0,9.0,-2.0,4.3,53.66,16.615540457510164,9.392114502478472,9.342267881105942
+1999,10,1,18,30,0.0,0.0,0.0,6.0,-2.0,3.1,62.33,0.0,6.0,6.0
+1999,10,1,19,30,0.0,0.0,0.0,4.0,-2.0,2.1,71.77,0.0,4.0,4.0
+1999,10,1,20,30,0.0,0.0,0.0,3.0,-2.0,1.4,76.52,0.0,3.0,3.0
+1999,10,1,21,30,0.0,0.0,0.0,2.0,-2.0,1.0,81.57000000000002,0.0,2.0,2.0
+1999,10,1,22,30,0.0,0.0,0.0,2.0,-2.0,0.9,80.51,0.0,2.0,2.0
+1999,10,1,23,30,0.0,0.0,0.0,2.0,-3.0,0.8,79.61,0.0,2.0,2.0
+1999,10,2,0,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,78.45,0.0,1.0,1.0
+1999,10,2,1,30,0.0,0.0,0.0,1.0,-3.0,0.6000000000000001,77.51,0.0,1.0,1.0
+1999,10,2,2,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,82.52,0.0,0.0,0.0
+1999,10,2,3,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,81.63,0.0,0.0,0.0
+1999,10,2,4,30,0.0,0.0,0.0,0.0,-3.0,0.8,80.16,0.0,0.0,0.0
+1999,10,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.0,78.53,0.0,0.0,0.0
+1999,10,2,6,30,0.0,18.0,18.0,2.0,-4.0,1.6,73.54,17.592925190304882,2.4965246849240095,2.443745909353095
+1999,10,2,7,30,119.0,115.0,149.0,7.0,-3.0,2.2,59.55,157.43005366345633,11.26841685517646,10.796126694186091
+1999,10,2,8,30,2.0,135.0,136.0,10.0,-4.0,2.2,41.6,133.12008563485458,13.609298250644272,13.20993799373971
+1999,10,2,9,30,47.0,252.0,280.0,14.0,-6.0,2.0,27.83,281.68582813253715,21.740028897806543,20.894971413408932
+1999,10,2,10,30,385.0,303.0,566.0,17.0,-8.0,1.7000000000000002,19.94,629.8349357613614,34.65711389940138,32.7676090921173
+1999,10,2,11,30,989.0,88.0,805.0,18.0,-9.0,1.9,15.97,995.9796532973396,45.550584845121556,42.562645885229536
+1999,10,2,12,30,982.0,88.0,790.0,19.0,-10.0,2.7,14.78,978.9430227563439,44.673371784212016,41.73654271594298
+1999,10,2,13,30,954.0,86.0,711.0,20.0,-9.0,3.4000000000000004,15.47,880.7362868431914,42.051623658943306,39.409414798413735
+1999,10,2,14,30,290.0,246.0,405.0,19.0,-8.0,3.5,16.34,444.1716819882091,30.047904392197758,28.71538934623313
+1999,10,2,15,30,440.0,139.0,315.0,18.0,-8.0,3.0,18.45,364.95910985209906,27.382683674305632,26.287806344749335
+1999,10,2,16,30,283.0,77.0,140.0,15.0,-6.0,1.6,27.49,160.77114241351973,19.537439906567496,19.055126479326937
+1999,10,2,17,30,0.0,11.0,11.0,11.0,-2.0,0.6000000000000001,48.97,10.751232060741874,11.324552224505975,11.29229852832375
+1999,10,2,18,30,0.0,0.0,0.0,8.0,-2.0,0.8,54.32,0.0,8.0,8.0
+1999,10,2,19,30,0.0,0.0,0.0,7.0,-2.0,1.6,61.22,0.0,7.0,7.0
+1999,10,2,20,30,0.0,0.0,0.0,6.0,-3.0,2.5,58.31,0.0,6.0,6.0
+1999,10,2,21,30,0.0,0.0,0.0,6.0,-4.0,3.2,55.84,0.0,6.0,6.0
+1999,10,2,22,30,0.0,0.0,0.0,5.0,-4.0,3.4000000000000004,58.02,0.0,5.0,5.0
+1999,10,2,23,30,0.0,0.0,0.0,4.0,-4.0,2.9000000000000004,61.17,0.0,4.0,4.0
+1999,10,3,0,30,0.0,0.0,0.0,3.0,-4.0,2.4000000000000004,64.32000000000001,0.0,3.0,3.0
+1999,10,3,1,30,0.0,0.0,0.0,2.0,-5.0,1.9,67.51,0.0,2.0,2.0
+1999,10,3,2,30,0.0,0.0,0.0,1.0,-5.0,1.3,66.13,0.0,1.0,1.0
+1999,10,3,3,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,65.02,0.0,0.0,0.0
+1999,10,3,4,30,0.0,0.0,0.0,0.0,-5.0,1.3,68.95,0.0,0.0,0.0
+1999,10,3,5,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,66.99,0.0,0.0,0.0
+1999,10,3,6,30,0.0,17.0,17.0,1.0,-6.0,1.0,61.38,16.615540457510164,1.4882299506150698,1.4383833292425394
+1999,10,3,7,30,108.0,113.0,144.0,5.0,-6.0,0.9,49.56,151.17675589253167,9.47219511952303,9.018664851845436
+1999,10,3,8,30,72.0,194.0,226.0,9.0,-7.0,1.2000000000000002,34.29,231.70424957269904,15.717367737946986,15.02225498922889
+1999,10,3,9,30,342.0,258.0,458.0,12.0,-8.0,1.7000000000000002,26.08,508.9774971420784,26.268934809730908,24.742002318304674
+1999,10,3,10,30,565.0,240.0,623.0,15.0,-8.0,2.1,22.48,722.989473524982,34.733729132367756,32.56476071179281
+1999,10,3,11,30,978.0,91.0,795.0,16.0,-8.0,2.5,19.64,986.2296834271801,42.210645389773596,39.251956339492054
+1999,10,3,12,30,641.0,235.0,691.0,17.0,-8.0,2.9000000000000004,18.4,810.6633790354982,37.97982195229187,35.547831815185376
+1999,10,3,13,30,565.0,228.0,596.0,17.0,-8.0,3.0,18.28,692.8484037719064,34.81234453764929,32.73379932633357
+1999,10,3,14,30,883.0,88.0,566.0,17.0,-9.0,3.0,19.42,703.2792748260805,35.080510370222825,32.970672545744584
+1999,10,3,15,30,813.0,70.0,391.0,16.0,-8.0,2.7,20.8,488.80705002577696,28.819259991987483,27.352838841910152
+1999,10,3,16,30,643.0,49.0,188.0,12.0,-8.0,2.1,26.55,239.83523501780365,18.546213655316187,17.826707950262776
+1999,10,3,17,30,124.0,11.0,14.0,8.0,-4.0,1.4,46.61,18.338474695230865,8.524556871264414,8.469541447178722
+1999,10,3,18,30,0.0,0.0,0.0,6.0,-4.0,1.2000000000000002,57.39,0.0,6.0,6.0
+1999,10,3,19,30,0.0,0.0,0.0,4.0,-4.0,1.2000000000000002,66.09,0.0,4.0,4.0
+1999,10,3,20,30,0.0,0.0,0.0,3.0,-5.0,1.3,63.78,0.0,3.0,3.0
+1999,10,3,21,30,0.0,0.0,0.0,3.0,-5.0,1.4,60.54,0.0,3.0,3.0
+1999,10,3,22,30,0.0,0.0,0.0,3.0,-6.0,1.6,56.62000000000001,0.0,3.0,3.0
+1999,10,3,23,30,0.0,0.0,0.0,3.0,-7.0,1.7000000000000002,52.45,0.0,3.0,3.0
+1999,10,4,0,30,0.0,0.0,0.0,3.0,-8.0,1.8,52.71,0.0,3.0,3.0
+1999,10,4,1,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,49.94,0.0,2.0,2.0
+1999,10,4,2,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,48.31,0.0,2.0,2.0
+1999,10,4,3,30,0.0,0.0,0.0,2.0,-9.0,1.7000000000000002,47.82,0.0,2.0,2.0
+1999,10,4,4,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,47.1,0.0,3.0,3.0
+1999,10,4,5,30,0.0,0.0,0.0,3.0,-10.0,1.7000000000000002,43.25,0.0,3.0,3.0
+1999,10,4,6,30,413.0,28.0,64.0,6.0,-9.0,1.8,36.15,86.11939766421288,8.39820593589571,8.139847742903072
+1999,10,4,7,30,769.0,56.0,269.0,12.0,-7.0,2.4000000000000004,31.39,343.70086823967574,21.195408475203354,20.164305870484327
+1999,10,4,8,30,903.0,70.0,473.0,17.0,-8.0,2.5,19.67,594.8922633700294,32.81022192125384,31.02554513114375
+1999,10,4,9,30,967.0,79.0,641.0,20.0,-12.0,2.2,12.63,801.4644594522646,41.730186377653745,39.32579299929695
+1999,10,4,10,30,997.0,84.0,755.0,21.0,-12.0,2.4000000000000004,10.49,941.6625532876561,46.19333706554594,43.36834940568297
+1999,10,4,11,30,1008.0,86.0,807.0,22.0,-12.0,2.6,10.16,1006.1912630222189,48.56390274283778,45.545328953771126
+1999,10,4,12,30,1002.0,85.0,792.0,23.0,-11.0,2.6,10.01,988.2571884326067,49.09043509241282,46.125663527114995
+1999,10,4,13,30,981.0,80.0,713.0,24.0,-11.0,2.5,10.33,891.0450022988731,47.680958882140764,45.00782387524414
+1999,10,4,14,30,940.0,73.0,577.0,23.0,-11.0,2.2,10.54,725.1999738238086,42.66241971980988,40.48681979833846
+1999,10,4,15,30,860.0,62.0,396.0,21.0,-10.0,1.6,12.56,502.18554017278467,35.173169862911486,33.66661324239313
+1999,10,4,16,30,687.0,45.0,190.0,17.0,-4.0,0.8,26.27,246.56880690730407,24.343479009296008,23.603772588574095
+1999,10,4,17,30,0.0,0.0,0.0,13.0,-2.0,0.4,39.14,0.0,13.0,13.0
+1999,10,4,18,30,0.0,0.0,0.0,11.0,-5.0,0.6000000000000001,36.16,0.0,11.0,11.0
+1999,10,4,19,30,0.0,0.0,0.0,10.0,-6.0,1.2000000000000002,38.68,0.0,10.0,10.0
+1999,10,4,20,30,0.0,0.0,0.0,8.0,-6.0,1.5,40.14,0.0,8.0,8.0
+1999,10,4,21,30,0.0,0.0,0.0,7.0,-7.0,1.6,44.47,0.0,7.0,7.0
+1999,10,4,22,30,0.0,0.0,0.0,6.0,-7.0,1.6,42.5,0.0,6.0,6.0
+1999,10,4,23,30,0.0,0.0,0.0,6.0,-8.0,1.6,40.99,0.0,6.0,6.0
+1999,10,5,0,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.83,0.0,6.0,6.0
+1999,10,5,1,30,0.0,0.0,0.0,7.0,-8.0,1.5,38.3,0.0,7.0,7.0
+1999,10,5,2,30,0.0,0.0,0.0,7.0,-9.0,1.3,34.35,0.0,7.0,7.0
+1999,10,5,3,30,0.0,0.0,0.0,8.0,-9.0,1.2000000000000002,30.75,0.0,8.0,8.0
+1999,10,5,4,30,0.0,0.0,0.0,8.0,-10.0,1.2000000000000002,32.35,0.0,8.0,8.0
+1999,10,5,5,30,0.0,0.0,0.0,7.0,-10.0,1.4,32.61,0.0,7.0,7.0
+1999,10,5,6,30,434.0,25.0,61.0,9.0,-9.0,1.4,30.67,85.699505212503,11.451363326027861,11.194264810390353
+1999,10,5,7,30,773.0,51.0,263.0,13.0,-3.0,2.0,35.07,339.2650543576354,22.322163426370434,21.304368263297526
+1999,10,5,8,30,900.0,65.0,463.0,17.0,-7.0,3.0,20.44,586.7597614257206,32.084926189401465,30.324646905124304
+1999,10,5,9,30,961.0,73.0,628.0,20.0,-9.0,3.6,14.59,789.1934805670647,39.50066756239454,37.13308712069335
+1999,10,5,10,30,990.0,79.0,741.0,22.0,-9.0,3.8,12.83,928.418283963486,44.64078108945394,41.85552623756348
+1999,10,5,11,30,1000.0,82.0,793.0,23.0,-9.0,3.8,12.12,992.271918375721,47.19794145937002,44.22112570424286
+1999,10,5,12,30,994.0,82.0,779.0,24.0,-9.0,3.6,11.53,975.1061471999429,48.09449809561313,45.169179654013305
+1999,10,5,13,30,972.0,79.0,701.0,25.0,-8.0,3.3000000000000003,11.07,879.4171096719416,47.164493488620586,44.52624215960476
+1999,10,5,14,30,925.0,72.0,565.0,24.0,-8.0,2.9000000000000004,12.15,710.5809497610369,42.389706744140724,40.25796389485761
+1999,10,5,15,30,837.0,62.0,383.0,23.0,-7.0,2.2,14.01,487.3664539078386,36.214015609464845,34.75191624774133
+1999,10,5,16,30,650.0,45.0,179.0,19.0,-2.0,1.6,27.27,233.31331163869356,25.584795723102374,24.884855788186293
+1999,10,5,17,30,0.0,0.0,0.0,15.0,0.0,1.8,39.7,0.0,15.0,15.0
+1999,10,5,18,30,0.0,0.0,0.0,13.0,-2.0,2.3000000000000003,39.64,0.0,13.0,13.0
+1999,10,5,19,30,0.0,0.0,0.0,11.0,-2.0,2.6,45.31,0.0,11.0,11.0
+1999,10,5,20,30,0.0,0.0,0.0,10.0,-2.0,2.6,48.05,0.0,10.0,10.0
+1999,10,5,21,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,50.9,0.0,9.0,9.0
+1999,10,5,22,30,0.0,0.0,0.0,9.0,-2.0,2.0,50.73,0.0,9.0,9.0
+1999,10,5,23,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.39,0.0,9.0,9.0
+1999,10,6,0,30,0.0,0.0,0.0,9.0,-2.0,1.9,50.2,0.0,9.0,9.0
+1999,10,6,1,30,0.0,0.0,0.0,9.0,-2.0,1.9,51.23,0.0,9.0,9.0
+1999,10,6,2,30,0.0,0.0,0.0,9.0,-1.0,2.0,57.7,0.0,9.0,9.0
+1999,10,6,3,30,0.0,0.0,0.0,9.0,-1.0,2.1,60.73,0.0,9.0,9.0
+1999,10,6,4,30,0.0,0.0,0.0,9.0,0.0,2.2,63.29,0.0,9.0,9.0
+1999,10,6,5,30,0.0,0.0,0.0,9.0,0.0,2.3000000000000003,65.12,0.0,9.0,9.0
+1999,10,6,6,30,249.0,29.0,49.0,11.0,0.0,3.0,55.53,63.21826973898261,12.625269821701892,12.435615012484943
+1999,10,6,7,30,571.0,72.0,227.0,16.0,2.0,3.9,44.97,283.36158314094064,22.86488873352728,22.014803984104457
+1999,10,6,8,30,59.0,185.0,211.0,20.0,2.0,3.8,39.1,215.01736056046337,25.24349969724756,24.598447615566172
+1999,10,6,9,30,563.0,187.0,510.0,22.0,2.0,3.6,31.58,602.1727455369792,36.87945708498937,35.07293884837843
+1999,10,6,10,30,206.0,330.0,468.0,23.0,2.0,3.8,28.67,499.1729988967803,35.173033199583905,33.67551420289357
+1999,10,6,11,30,205.0,358.0,503.0,24.0,2.0,4.4,27.17,536.3311010640625,36.57446825535506,34.96547495216287
+1999,10,6,12,30,872.0,115.0,722.0,24.0,2.0,5.1000000000000005,29.92,894.8599464133115,44.04455401353851,41.35997417429857
+1999,10,6,13,30,536.0,229.0,570.0,23.0,3.0,5.4,31.2,664.4237437147534,37.59608512809348,35.602813896949215
+1999,10,6,14,30,342.0,225.0,406.0,22.0,3.0,5.4,34.06,455.42596719700816,32.004814321635195,30.638536420044172
+1999,10,6,15,30,201.0,161.0,237.0,21.0,3.0,4.800000000000002,37.04,259.12228892691144,26.918636751757678,26.141269884976943
+1999,10,6,16,30,343.0,70.0,139.0,18.0,4.0,3.0,46.96,167.09476257652824,22.29581632179047,21.794532034060882
+1999,10,6,17,30,0.0,0.0,0.0,16.0,5.0,1.6,61.23,0.0,16.0,16.0
+1999,10,6,18,30,0.0,0.0,0.0,14.0,5.0,1.9,63.06,0.0,14.0,14.0
+1999,10,6,19,30,0.0,0.0,0.0,13.0,5.0,2.9000000000000004,67.93,0.0,13.0,13.0
+1999,10,6,20,30,0.0,0.0,0.0,12.0,5.0,3.1,81.36,0.0,12.0,12.0
+1999,10,6,21,30,0.0,0.0,0.0,10.0,6.0,2.1,90.54,0.0,10.0,10.0
+1999,10,6,22,30,0.0,0.0,0.0,9.0,6.0,1.4,97.24,0.0,9.0,9.0
+1999,10,6,23,30,0.0,0.0,0.0,8.0,6.0,1.4,100.0,0.0,8.0,8.0
+1999,10,7,0,30,0.0,0.0,0.0,7.0,4.0,1.5,100.0,0.0,7.0,7.0
+1999,10,7,1,30,0.0,0.0,0.0,7.0,4.0,1.4,97.81,0.0,7.0,7.0
+1999,10,7,2,30,0.0,0.0,0.0,7.0,3.0,1.2000000000000002,91.2,0.0,7.0,7.0
+1999,10,7,3,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,85.27,0.0,8.0,8.0
+1999,10,7,4,30,0.0,0.0,0.0,8.0,2.0,1.2000000000000002,75.72,0.0,8.0,8.0
+1999,10,7,5,30,0.0,0.0,0.0,8.0,1.0,1.1,73.64,0.0,8.0,8.0
+1999,10,7,6,30,0.0,19.0,19.0,9.0,1.0,1.4,70.39,18.570309923099597,9.53118832583197,9.47547739606267
+1999,10,7,7,30,0.0,86.0,86.0,11.0,4.0,2.5,78.94,84.05508702034554,13.23389958355427,12.981734322493233
+1999,10,7,8,30,9.0,147.0,151.0,12.0,6.0,3.4000000000000004,81.8,148.8775058597182,15.72755248028647,15.280919962707316
+1999,10,7,9,30,202.0,271.0,386.0,12.0,6.0,3.7,78.54,414.9285459316046,22.18541805558307,20.940632417788258
+1999,10,7,10,30,0.0,115.0,115.0,12.0,6.0,4.0,76.77,112.3992442713923,14.705224957514089,14.368027224699912
+1999,10,7,11,30,0.0,23.0,23.0,13.0,5.0,4.4,73.96000000000002,22.47984885427846,13.527047835269096,13.45960828870626
+1999,10,7,12,30,0.0,98.0,98.0,12.0,5.0,4.6000000000000005,71.47,95.78370381388214,14.216526330964108,13.929175219522461
+1999,10,7,13,30,0.0,24.0,24.0,12.0,4.0,4.6000000000000005,75.59,23.457233587073173,12.542822774929986,12.472451074168767
+1999,10,7,14,30,0.0,70.0,70.0,12.0,4.0,4.1000000000000005,74.12,68.4169312956301,13.635888549159164,13.430637755272274
+1999,10,7,15,30,0.0,24.0,24.0,12.0,4.0,3.2,71.61,23.457233587073173,12.595128121714419,12.5247564209532
+1999,10,7,16,30,0.0,48.0,48.0,11.0,3.0,2.0,75.59,46.914467174146345,12.289093363554791,12.148349962032352
+1999,10,7,17,30,0.0,0.0,0.0,9.0,3.0,1.2000000000000002,85.8,0.0,9.0,9.0
+1999,10,7,18,30,0.0,0.0,0.0,7.0,2.0,1.2000000000000002,83.72,0.0,7.0,7.0
+1999,10,7,19,30,0.0,0.0,0.0,6.0,1.0,1.3,85.01,0.0,6.0,6.0
+1999,10,7,20,30,0.0,0.0,0.0,5.0,0.0,1.4,86.17,0.0,5.0,5.0
+1999,10,7,21,30,0.0,0.0,0.0,4.0,0.0,1.6,87.49,0.0,4.0,4.0
+1999,10,7,22,30,0.0,0.0,0.0,4.0,0.0,1.8,82.61,0.0,4.0,4.0
+1999,10,7,23,30,0.0,0.0,0.0,4.0,-1.0,1.9,78.92,0.0,4.0,4.0
+1999,10,8,0,30,0.0,0.0,0.0,4.0,-1.0,1.9,75.84,0.0,4.0,4.0
+1999,10,8,1,30,0.0,0.0,0.0,4.0,-2.0,1.8,73.18,0.0,4.0,4.0
+1999,10,8,2,30,0.0,0.0,0.0,4.0,-2.0,1.8,76.31,0.0,4.0,4.0
+1999,10,8,3,30,0.0,0.0,0.0,3.0,-2.0,1.8,74.7,0.0,3.0,3.0
+1999,10,8,4,30,0.0,0.0,0.0,3.0,-3.0,1.8,73.38,0.0,3.0,3.0
+1999,10,8,5,30,0.0,0.0,0.0,3.0,-3.0,1.6,71.71000000000002,0.0,3.0,3.0
+1999,10,8,6,30,325.0,24.0,47.0,5.0,-3.0,1.7000000000000002,62.13,68.22253471695166,6.91258534197839,6.707917737827534
+1999,10,8,7,30,687.0,55.0,236.0,10.0,-1.0,2.1,54.41,308.0089990274993,18.406991221470907,17.482964224388407
+1999,10,8,8,30,830.0,71.0,428.0,13.0,-2.0,2.3000000000000003,41.41,547.5824535770862,27.747999158911792,26.105251798180532
+1999,10,8,9,30,901.0,80.0,589.0,15.0,-2.0,2.2,36.09,745.5904435895052,35.21526857431719,32.978497243548674
+1999,10,8,10,30,939.0,85.0,701.0,16.0,-2.0,2.0,32.29,883.5908599055315,40.27888841567384,37.628115835957246
+1999,10,8,11,30,956.0,86.0,752.0,17.0,-2.0,1.8,30.66,948.106304761386,43.40234638895724,40.55802747467308
+1999,10,8,12,30,954.0,85.0,740.0,18.0,-2.0,1.8,28.91,933.2326080292625,43.9881518084195,41.188453984331716
+1999,10,8,13,30,934.0,81.0,664.0,19.0,-2.0,1.8,27.11,840.7035369607995,42.41145278940724,39.88934217852484
+1999,10,8,14,30,888.0,73.0,532.0,19.0,-2.0,1.8,26.91,676.6348354333849,37.84255722615768,35.812652719857525
+1999,10,8,15,30,800.0,62.0,356.0,18.0,-2.0,1.7000000000000002,28.42,459.8980003863518,30.893015159777555,29.5133211586185
+1999,10,8,16,30,609.0,42.0,158.0,15.0,-1.0,1.4,37.32,211.9216347629431,21.06184273948362,20.42607783519479
+1999,10,8,17,30,0.0,0.0,0.0,12.0,0.0,1.3,53.37000000000001,0.0,12.0,12.0
+1999,10,8,18,30,0.0,0.0,0.0,10.0,0.0,1.6,54.86,0.0,10.0,10.0
+1999,10,8,19,30,0.0,0.0,0.0,9.0,0.0,1.8,60.81,0.0,9.0,9.0
+1999,10,8,20,30,0.0,0.0,0.0,8.0,-1.0,2.1,63.81,0.0,8.0,8.0
+1999,10,8,21,30,0.0,0.0,0.0,7.0,-1.0,2.3000000000000003,62.38,0.0,7.0,7.0
+1999,10,8,22,30,0.0,0.0,0.0,7.0,-1.0,2.2,60.65,0.0,7.0,7.0
+1999,10,8,23,30,0.0,0.0,0.0,7.0,-2.0,2.0,62.97,0.0,7.0,7.0
+1999,10,9,0,30,0.0,0.0,0.0,7.0,-2.0,1.8,61.25,0.0,7.0,7.0
+1999,10,9,1,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,60.55,0.0,6.0,6.0
+1999,10,9,2,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.03,0.0,6.0,6.0
+1999,10,9,3,30,0.0,0.0,0.0,6.0,-2.0,1.7000000000000002,61.15,0.0,6.0,6.0
+1999,10,9,4,30,0.0,0.0,0.0,6.0,-2.0,1.8,60.7,0.0,6.0,6.0
+1999,10,9,5,30,0.0,0.0,0.0,6.0,-3.0,1.9,59.4,0.0,6.0,6.0
+1999,10,9,6,30,419.0,20.0,49.0,9.0,-3.0,2.1,48.25,76.7702424582534,11.095415252328738,10.865104524953978
+1999,10,9,7,30,770.0,43.0,243.0,14.0,-1.0,2.7,42.14,325.8334514745936,22.545178978738512,21.56767862431473
+1999,10,9,8,30,899.0,55.0,439.0,18.0,-1.0,2.3000000000000003,29.74,570.0615261015811,33.35342641560839,31.643241837303645
+1999,10,9,9,30,960.0,62.0,600.0,21.0,-3.0,1.4,21.66,769.6187075903011,43.014305335062545,40.70544921229164
+1999,10,9,10,30,992.0,67.0,712.0,23.0,-4.0,1.1,18.22,908.6800149184901,49.521457385106096,46.795417340350625
+1999,10,9,11,30,1003.0,69.0,764.0,25.0,-4.0,0.9,16.78,971.1309176793469,53.72853650564447,50.81514375260643
+1999,10,9,12,30,999.0,69.0,750.0,26.0,-4.0,0.9,15.4,954.5745513670745,54.23875684221912,51.3750331881179
+1999,10,9,13,30,978.0,67.0,673.0,26.0,-4.0,1.1,14.18,859.6218553733736,51.0896069356558,48.51074136953568
+1999,10,9,14,30,934.0,62.0,539.0,25.0,-5.0,1.4,14.78,693.9613549249422,44.850189460550354,42.76830539577553
+1999,10,9,15,30,850.0,53.0,361.0,24.0,-4.0,1.3,17.16,473.03008725429095,37.62181170384383,36.20272144208096
+1999,10,9,16,30,662.0,37.0,159.0,20.0,0.0,0.9,33.86,219.57187858437425,26.495497789935396,25.836782154182274
+1999,10,9,17,30,0.0,0.0,0.0,15.0,1.0,0.6000000000000001,45.22,0.0,15.0,15.0
+1999,10,9,18,30,0.0,0.0,0.0,13.0,0.0,0.6000000000000001,44.62,0.0,13.0,13.0
+1999,10,9,19,30,0.0,0.0,0.0,12.0,-1.0,1.1,43.66,0.0,12.0,12.0
+1999,10,9,20,30,0.0,0.0,0.0,11.0,-2.0,1.6,47.73,0.0,11.0,11.0
+1999,10,9,21,30,0.0,0.0,0.0,10.0,-3.0,1.9,48.42,0.0,10.0,10.0
+1999,10,9,22,30,0.0,0.0,0.0,9.0,-4.0,2.1,45.14,0.0,9.0,9.0
+1999,10,9,23,30,0.0,0.0,0.0,9.0,-4.0,2.3000000000000003,43.0,0.0,9.0,9.0
+1999,10,10,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,44.95,0.0,9.0,9.0
+1999,10,10,1,30,0.0,0.0,0.0,8.0,-5.0,2.4000000000000004,45.14,0.0,8.0,8.0
+1999,10,10,2,30,0.0,0.0,0.0,7.0,-4.0,2.4000000000000004,49.73,0.0,7.0,7.0
+1999,10,10,3,30,0.0,0.0,0.0,6.0,-4.0,2.2,54.51,0.0,6.0,6.0
+1999,10,10,4,30,0.0,0.0,0.0,5.0,-4.0,1.9,59.32,0.0,5.0,5.0
+1999,10,10,5,30,0.0,0.0,0.0,5.0,-4.0,1.6,59.56,0.0,5.0,5.0
+1999,10,10,6,30,378.0,20.0,45.0,7.0,-3.0,1.9,52.63,70.71536974715883,8.95611405074719,8.743967941505714
+1999,10,10,7,30,744.0,47.0,237.0,11.0,-3.0,2.3000000000000003,42.6,319.0042942659186,19.591719900427222,18.634707017629466
+1999,10,10,8,30,879.0,60.0,432.0,15.0,-2.0,1.8,33.94,561.8208867773905,30.64528111115237,28.9598184508202
+1999,10,10,9,30,944.0,69.0,594.0,19.0,-3.0,0.8,25.08,762.5586960434333,41.71103895090958,39.423362862779285
+1999,10,10,10,30,975.0,74.0,704.0,21.0,-3.0,1.0,20.95,898.5886225431842,47.40406912609476,44.70830325846521
+1999,10,10,11,30,986.0,77.0,754.0,23.0,-4.0,2.1,19.33,960.7906284162573,49.224423326169884,46.34205144092111
+1999,10,10,12,30,979.0,77.0,739.0,24.0,-4.0,2.8000000000000003,17.98,941.5466620632086,48.52923322794669,45.70459324175707
+1999,10,10,13,30,955.0,74.0,661.0,24.0,-4.0,3.3000000000000003,17.01,844.5761265996314,45.28637463699688,42.75264625719799
+1999,10,10,14,30,906.0,68.0,526.0,24.0,-3.0,3.6,18.35,677.6666363801725,40.74488211012641,38.7118822009859
+1999,10,10,15,30,811.0,58.0,348.0,22.0,-3.0,3.7,20.19,455.7149285996143,33.18661781038892,31.81947302459007
+1999,10,10,16,30,605.0,40.0,149.0,18.0,0.0,3.4000000000000004,32.38,204.60604841937698,23.122867815813002,22.509049670554873
+1999,10,10,17,30,0.0,0.0,0.0,14.0,1.0,3.3000000000000003,49.33,0.0,14.0,14.0
+1999,10,10,18,30,0.0,0.0,0.0,13.0,1.0,3.2,56.63,0.0,13.0,13.0
+1999,10,10,19,30,0.0,0.0,0.0,12.0,1.0,3.1,59.58,0.0,12.0,12.0
+1999,10,10,20,30,0.0,0.0,0.0,10.0,1.0,3.0,61.43,0.0,10.0,10.0
+1999,10,10,21,30,0.0,0.0,0.0,9.0,0.0,2.8000000000000003,62.67,0.0,9.0,9.0
+1999,10,10,22,30,0.0,0.0,0.0,9.0,0.0,2.5,63.51,0.0,9.0,9.0
+1999,10,10,23,30,0.0,0.0,0.0,9.0,-1.0,2.3000000000000003,58.88,0.0,9.0,9.0
+1999,10,11,0,30,0.0,0.0,0.0,9.0,-2.0,2.4000000000000004,53.68,0.0,9.0,9.0
+1999,10,11,1,30,0.0,0.0,0.0,8.0,-3.0,2.7,49.3,0.0,8.0,8.0
+1999,10,11,2,30,0.0,0.0,0.0,8.0,-4.0,2.9000000000000004,50.72,0.0,8.0,8.0
+1999,10,11,3,30,0.0,0.0,0.0,7.0,-4.0,2.8000000000000003,49.94,0.0,7.0,7.0
+1999,10,11,4,30,0.0,0.0,0.0,7.0,-4.0,2.6,49.16,0.0,7.0,7.0
+1999,10,11,5,30,0.0,0.0,0.0,7.0,-5.0,2.4000000000000004,47.7,0.0,7.0,7.0
+1999,10,11,6,30,407.0,19.0,45.0,9.0,-5.0,2.7,41.33,73.16606773575135,10.918824298558095,10.699326095350841
+1999,10,11,7,30,781.0,44.0,241.0,14.0,-3.0,3.4000000000000004,32.56,328.41805076604714,22.22283737650294,21.2375832242048
+1999,10,11,8,30,914.0,55.0,439.0,19.0,-3.0,3.6,23.64,575.2319264444495,33.21375980045968,31.488064021126327
+1999,10,11,9,30,978.0,62.0,602.0,22.0,-5.0,3.2,16.84,778.5555428981064,41.752555056221006,39.416888427526686
+1999,10,11,10,30,1008.0,67.0,713.0,24.0,-7.0,2.5,13.88,917.0982312880749,48.37336548657548,45.622070792711256
+1999,10,11,11,30,1017.0,69.0,763.0,25.0,-8.0,1.9,12.55,977.865195866379,52.04950643983205,49.115910852232915
+1999,10,11,12,30,1010.0,69.0,747.0,26.0,-8.0,1.5,11.73,957.9564691704429,53.21828143476851,50.34441202725718
+1999,10,11,13,30,985.0,67.0,667.0,26.0,-8.0,1.4,11.76,858.6669153422433,50.56145552210672,47.98545477607999
+1999,10,11,14,30,938.0,62.0,531.0,25.0,-8.0,1.3,11.95,690.1064251798743,44.872942615507526,42.8026233399679
+1999,10,11,15,30,847.0,53.0,351.0,23.0,-7.0,0.9,14.55,465.5452860674243,36.77202033457938,35.37538447637711
+1999,10,11,16,30,648.0,37.0,150.0,19.0,0.0,0.4,31.75,211.19337261632833,25.462164598514825,24.82858448066584
+1999,10,11,17,30,0.0,0.0,0.0,16.0,0.0,0.4,37.82,0.0,16.0,16.0
+1999,10,11,18,30,0.0,0.0,0.0,14.0,-2.0,1.0,36.69,0.0,14.0,14.0
+1999,10,11,19,30,0.0,0.0,0.0,12.0,-2.0,1.6,40.26,0.0,12.0,12.0
+1999,10,11,20,30,0.0,0.0,0.0,11.0,-3.0,2.0,41.75,0.0,11.0,11.0
+1999,10,11,21,30,0.0,0.0,0.0,10.0,-4.0,2.4000000000000004,41.32,0.0,10.0,10.0
+1999,10,11,22,30,0.0,0.0,0.0,10.0,-5.0,2.6,41.84,0.0,10.0,10.0
+1999,10,11,23,30,0.0,0.0,0.0,10.0,-5.0,2.7,40.29,0.0,10.0,10.0
+1999,10,12,0,30,0.0,0.0,0.0,9.0,-5.0,2.8000000000000003,39.12,0.0,9.0,9.0
+1999,10,12,1,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,38.45,0.0,9.0,9.0
+1999,10,12,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,40.72,0.0,9.0,9.0
+1999,10,12,3,30,0.0,0.0,0.0,8.0,-6.0,2.8000000000000003,40.39,0.0,8.0,8.0
+1999,10,12,4,30,0.0,0.0,0.0,8.0,-6.0,2.6,40.17,0.0,8.0,8.0
+1999,10,12,5,30,0.0,0.0,0.0,8.0,-6.0,2.4000000000000004,40.08,0.0,8.0,8.0
+1999,10,12,6,30,77.0,21.0,25.0,11.0,-6.0,2.5,35.32,30.752493049990278,11.8172971304045,11.725039651254528
+1999,10,12,7,30,210.0,95.0,148.0,15.0,-5.0,3.3000000000000003,28.63,169.2609602427865,19.265988698557848,18.758205817829488
+1999,10,12,8,30,785.0,68.0,394.0,19.0,-5.0,3.9,20.42,512.8039090494051,31.423496998854052,29.885085271705837
+1999,10,12,9,30,935.0,73.0,586.0,22.0,-6.0,3.9,16.56,755.6054962513563,40.30575479113977,38.0389383023857
+1999,10,12,10,30,510.0,237.0,562.0,24.0,-6.0,3.6,15.41,661.181010922621,40.337528641652675,38.35398560888481
+1999,10,12,11,30,294.0,327.0,527.0,25.0,-6.0,3.2,14.33,581.9394621290667,39.764253327776274,38.018434941389074
+1999,10,12,12,30,352.0,306.0,541.0,25.0,-6.0,3.0,13.26,608.3182987604221,40.639171667406345,38.814216771125075
+1999,10,12,13,30,346.0,270.0,480.0,25.0,-6.0,3.0,13.14,541.3513724500746,38.91752814831415,37.29347403096392
+1999,10,12,14,30,572.0,149.0,432.0,25.0,-6.0,2.9000000000000004,13.93,527.5111406401627,38.65189312196178,37.06935970004129
+1999,10,12,15,30,479.0,109.0,275.0,23.0,-6.0,2.3000000000000003,15.55,338.8341280392722,32.125795398829965,31.109293014712147
+1999,10,12,16,30,123.0,62.0,83.0,19.0,-1.0,1.4,29.37,93.40118275962888,21.671663429757775,21.391459881478887
+1999,10,12,17,30,0.0,0.0,0.0,15.0,0.0,1.2000000000000002,42.71,0.0,15.0,15.0
+1999,10,12,18,30,0.0,0.0,0.0,13.0,-1.0,1.3,45.36,0.0,13.0,13.0
+1999,10,12,19,30,0.0,0.0,0.0,11.0,-1.0,1.3,46.94,0.0,11.0,11.0
+1999,10,12,20,30,0.0,0.0,0.0,10.0,-2.0,1.4,47.97,0.0,10.0,10.0
+1999,10,12,21,30,0.0,0.0,0.0,10.0,-2.0,1.5,46.07,0.0,10.0,10.0
+1999,10,12,22,30,0.0,0.0,0.0,9.0,-3.0,1.5,47.88,0.0,9.0,9.0
+1999,10,12,23,30,0.0,0.0,0.0,9.0,-3.0,1.5,50.22,0.0,9.0,9.0
+1999,10,13,0,30,0.0,0.0,0.0,8.0,-3.0,1.4,49.41,0.0,8.0,8.0
+1999,10,13,1,30,0.0,0.0,0.0,8.0,-3.0,1.3,52.37000000000001,0.0,8.0,8.0
+1999,10,13,2,30,0.0,0.0,0.0,7.0,-4.0,1.3,55.68,0.0,7.0,7.0
+1999,10,13,3,30,0.0,0.0,0.0,7.0,-4.0,1.2000000000000002,55.48,0.0,7.0,7.0
+1999,10,13,4,30,0.0,0.0,0.0,6.0,-4.0,1.0,54.73,0.0,6.0,6.0
+1999,10,13,5,30,0.0,0.0,0.0,6.0,-4.0,1.0,53.94,0.0,6.0,6.0
+1999,10,13,6,30,328.0,19.0,37.0,7.0,-4.0,1.0,50.86,61.73331468946007,8.813967668353301,8.628767724284922
+1999,10,13,7,30,719.0,47.0,223.0,11.0,-2.0,1.4,45.25,306.33635347096526,19.762497525111435,18.843488464698538
+1999,10,13,8,30,863.0,61.0,415.0,16.0,-3.0,2.4000000000000004,32.42,548.5900180187057,30.67703391887692,29.0312638648208
+1999,10,13,9,30,930.0,70.0,575.0,19.0,-3.0,3.4000000000000004,23.83,746.8394051133895,37.699151767959066,35.4586335526189
+1999,10,13,10,30,962.0,75.0,684.0,22.0,-4.0,3.8,18.73,880.9793599759632,43.483916439465006,40.84097835953712
+1999,10,13,11,30,975.0,78.0,734.0,24.0,-5.0,3.6,16.94,943.3171308880328,47.30900372129484,44.47905232863074
+1999,10,13,12,30,971.0,77.0,720.0,25.0,-5.0,2.7,15.46,925.1806601388412,49.26342136688285,46.48787938646633
+1999,10,13,13,30,950.0,74.0,643.0,26.0,-5.0,1.6,14.23,830.8913740221359,49.4502263398341,46.9575522177677
+1999,10,13,14,30,904.0,67.0,510.0,25.0,-5.0,0.6000000000000001,14.98,665.8677739548592,45.10084667905298,43.1032433571884
+1999,10,13,15,30,811.0,56.0,333.0,23.0,-5.0,0.2,17.44,445.20968337989945,36.80836788883407,35.47273883869437
+1999,10,13,16,30,600.0,37.0,135.0,19.0,0.0,0.30000000000000004,31.63,194.13463467913158,24.980530202288758,24.398126298251363
+1999,10,13,17,30,0.0,0.0,0.0,14.0,1.0,0.5,47.58,0.0,14.0,14.0
+1999,10,13,18,30,0.0,0.0,0.0,12.0,0.0,0.9,49.55,0.0,12.0,12.0
+1999,10,13,19,30,0.0,0.0,0.0,10.0,0.0,1.5,54.32,0.0,10.0,10.0
+1999,10,13,20,30,0.0,0.0,0.0,10.0,-1.0,1.8,53.31,0.0,10.0,10.0
+1999,10,13,21,30,0.0,0.0,0.0,9.0,-3.0,1.9,48.44,0.0,9.0,9.0
+1999,10,13,22,30,0.0,0.0,0.0,9.0,-4.0,2.0,44.45,0.0,9.0,9.0
+1999,10,13,23,30,0.0,0.0,0.0,9.0,-5.0,2.2,41.65,0.0,9.0,9.0
+1999,10,14,0,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,39.98,0.0,9.0,9.0
+1999,10,14,1,30,0.0,0.0,0.0,9.0,-6.0,2.7,38.38,0.0,9.0,9.0
+1999,10,14,2,30,0.0,0.0,0.0,9.0,-6.0,2.9000000000000004,39.55,0.0,9.0,9.0
+1999,10,14,3,30,0.0,0.0,0.0,8.0,-7.0,3.0,38.57,0.0,8.0,8.0
+1999,10,14,4,30,0.0,0.0,0.0,8.0,-7.0,2.7,38.08,0.0,8.0,8.0
+1999,10,14,5,30,0.0,0.0,0.0,8.0,-7.0,2.4000000000000004,38.07,0.0,8.0,8.0
+1999,10,14,6,30,391.0,18.0,38.0,10.0,-7.0,2.6,33.22,68.53750588883427,11.80942103909668,11.603808521430178
+1999,10,14,7,30,787.0,43.0,233.0,14.0,-6.0,3.3000000000000003,27.09,325.72457578312867,22.209438001180157,21.232264273830772
+1999,10,14,8,30,925.0,55.0,432.0,19.0,-6.0,3.8,20.6,575.9897839688604,33.04631816698875,31.318348815082167
+1999,10,14,9,30,989.0,62.0,595.0,22.0,-8.0,3.6,14.94,779.7210768095316,41.266608106455166,38.92744487602657
+1999,10,14,10,30,1019.0,66.0,706.0,23.0,-10.0,3.1,11.35,917.290220772675,46.42684317837107,43.674972516053046
+1999,10,14,11,30,1028.0,68.0,755.0,24.0,-10.0,2.5,10.09,977.6078714011385,49.9815068215178,47.04868320731438
+1999,10,14,12,30,1021.0,68.0,738.0,25.0,-11.0,2.3000000000000003,9.84,956.847921004235,50.770716797064765,47.90017303405206
+1999,10,14,13,30,997.0,66.0,658.0,25.0,-11.0,2.2,9.72,857.2174215514492,48.24182203814145,45.6701697734871
+1999,10,14,14,30,949.0,61.0,521.0,24.0,-11.0,2.2,10.3,686.5881761321778,42.61553417133676,40.55576964294023
+1999,10,14,15,30,859.0,51.0,340.0,22.0,-10.0,1.7000000000000002,11.58,460.45250385347777,34.90856039285489,33.52720288129446
+1999,10,14,16,30,651.0,35.0,138.0,18.0,-3.0,1.1,25.42,203.42397539559127,23.93729388342165,23.327021957234876
+1999,10,14,17,30,0.0,0.0,0.0,14.0,-4.0,1.0,32.21,0.0,14.0,14.0
+1999,10,14,18,30,0.0,0.0,0.0,12.0,-5.0,1.4,32.77,0.0,12.0,12.0
+1999,10,14,19,30,0.0,0.0,0.0,11.0,-5.0,1.7000000000000002,36.56,0.0,11.0,11.0
+1999,10,14,20,30,0.0,0.0,0.0,9.0,-6.0,1.9,37.88,0.0,9.0,9.0
+1999,10,14,21,30,0.0,0.0,0.0,9.0,-7.0,2.1,35.45,0.0,9.0,9.0
+1999,10,14,22,30,0.0,0.0,0.0,9.0,-7.0,2.3000000000000003,36.41,0.0,9.0,9.0
+1999,10,14,23,30,0.0,0.0,0.0,8.0,-8.0,2.4000000000000004,35.75,0.0,8.0,8.0
+1999,10,15,0,30,0.0,0.0,0.0,8.0,-7.0,2.5,38.68,0.0,8.0,8.0
+1999,10,15,1,30,0.0,0.0,0.0,7.0,-7.0,2.5,43.66,0.0,7.0,7.0
+1999,10,15,2,30,0.0,0.0,0.0,6.0,-6.0,2.4000000000000004,45.91,0.0,6.0,6.0
+1999,10,15,3,30,0.0,0.0,0.0,5.0,-6.0,2.2,50.33,0.0,5.0,5.0
+1999,10,15,4,30,0.0,0.0,0.0,5.0,-6.0,1.6,54.84,0.0,5.0,5.0
+1999,10,15,5,30,0.0,0.0,0.0,4.0,-6.0,0.9,54.7,0.0,4.0,4.0
+1999,10,15,6,30,0.0,21.0,21.0,5.0,-5.0,0.9,53.37000000000001,20.52507938868903,5.607184347408347,5.54560910924228
+1999,10,15,7,30,673.0,52.0,212.0,8.0,-4.0,1.7000000000000002,48.5,292.2636612953078,16.193468579047824,15.316677595161899
+1999,10,15,8,30,817.0,71.0,400.0,10.0,-3.0,2.0,42.84,528.9614141601443,24.53454956739167,22.947665324911238
+1999,10,15,9,30,15.0,186.0,194.0,12.0,-3.0,1.5,37.64,192.6641768651041,17.47413996050732,16.896147429912006
+1999,10,15,10,30,4.0,147.0,150.0,15.0,-4.0,1.2000000000000002,31.95,147.0159899700091,19.262159497756738,18.82111152784671
+1999,10,15,11,30,13.0,207.0,216.0,16.0,-4.0,1.3,27.17,213.80457129904002,22.156914095172404,21.515500381275285
+1999,10,15,12,30,0.0,117.0,117.0,17.0,-4.0,1.4,24.92,114.35401373698174,20.271001795912657,19.92793975470171
+1999,10,15,13,30,0.0,13.0,13.0,17.0,-5.0,1.2000000000000002,26.24,12.706001526331303,17.368361326512932,17.33024332193394
+1999,10,15,14,30,0.0,8.0,8.0,16.0,-4.0,1.4,28.31,7.819077862357725,16.223658242455567,16.200201008868493
+1999,10,15,15,30,0.0,15.0,15.0,13.0,-4.0,2.5,34.38,14.660770991920735,13.38963364829435,13.345651335318587
+1999,10,15,16,30,0.0,2.0,2.0,10.0,-2.0,3.6,47.02,1.9547694655894312,10.048301602139679,10.04243729374291
+1999,10,15,17,30,0.0,0.0,0.0,7.0,-1.0,3.8,65.03,0.0,7.0,7.0
+1999,10,15,18,30,0.0,0.0,0.0,5.0,0.0,3.3000000000000003,79.36,0.0,5.0,5.0
+1999,10,15,19,30,0.0,0.0,0.0,4.0,0.0,2.7,86.61,0.0,4.0,4.0
+1999,10,15,20,30,0.0,0.0,0.0,3.0,0.0,2.0,91.99,0.0,3.0,3.0
+1999,10,15,21,30,0.0,0.0,0.0,2.0,0.0,1.5,96.35,0.0,2.0,2.0
+1999,10,15,22,30,0.0,0.0,0.0,2.0,-1.0,1.6,91.57,0.0,2.0,2.0
+1999,10,15,23,30,0.0,0.0,0.0,1.0,-1.0,1.6,86.98,0.0,1.0,1.0
+1999,10,16,0,30,0.0,0.0,0.0,1.0,-2.0,1.6,83.69,0.0,1.0,1.0
+1999,10,16,1,30,0.0,0.0,0.0,0.0,-2.0,1.6,87.95,0.0,0.0,0.0
+1999,10,16,2,30,0.0,0.0,0.0,0.0,-2.0,1.5,86.79,0.0,0.0,0.0
+1999,10,16,3,30,0.0,0.0,0.0,0.0,-3.0,1.6,92.0,0.0,0.0,0.0
+1999,10,16,4,30,0.0,0.0,0.0,0.0,-3.0,1.7000000000000002,90.33,0.0,0.0,0.0
+1999,10,16,5,30,0.0,0.0,0.0,0.0,-3.0,1.9,89.71000000000002,0.0,0.0,0.0
+1999,10,16,6,30,0.0,1.0,1.0,0.0,-3.0,2.6,88.99,0.9773847327947156,0.025803397364343835,0.02287124316595969
+1999,10,16,7,30,0.0,26.0,26.0,0.0,-3.0,3.4000000000000004,82.0,25.412003052662605,0.6362584761277187,0.5600224669697309
+1999,10,16,8,30,0.0,45.0,45.0,1.0,-4.0,4.1000000000000005,72.66,43.982312975762206,2.051642638745177,1.9196956998178905
+1999,10,16,9,30,0.0,48.0,48.0,1.0,-5.0,4.9,67.45,46.914467174146345,2.0646226460861024,1.9238792445636634
+1999,10,16,10,30,0.0,60.0,60.0,1.0,-6.0,5.5,63.15,58.64308396768294,2.2799620410539605,2.104032789150912
+1999,10,16,11,30,8.0,178.0,184.0,0.0,-6.0,5.9,60.99,181.02222870993157,3.850325966011755,3.30725927988196
+1999,10,16,12,30,0.0,121.0,121.0,0.0,-6.0,5.9,64.06,118.26355266816059,2.5154547644017327,2.1606641063972507
+1999,10,16,13,30,0.0,79.0,79.0,0.0,-7.0,5.5,67.56,77.21339389078254,1.6852833540543812,1.4536431723820336
+1999,10,16,14,30,0.0,27.0,27.0,0.0,-7.0,4.9,66.51,26.389387785457323,0.5988502384234328,0.5196820750670608
+1999,10,16,15,30,0.0,32.0,32.0,0.0,-7.0,4.4,71.29,31.2763114494309,0.7332839447222187,0.639455010373926
+1999,10,16,16,30,0.0,42.0,42.0,-1.0,-7.0,3.9,71.09,41.05015877737806,-0.00549407800223109,-0.12864455433436528
+1999,10,16,17,30,0.0,0.0,0.0,-1.0,-7.0,3.4000000000000004,70.27,0.0,-1.0,-1.0
+1999,10,16,18,30,0.0,0.0,0.0,-2.0,-7.0,2.8000000000000003,75.08,0.0,-2.0,-2.0
+1999,10,16,19,30,0.0,0.0,0.0,-2.0,-7.0,2.0,74.03,0.0,-2.0,-2.0
+1999,10,16,20,30,0.0,0.0,0.0,-3.0,-8.0,1.3,79.10000000000002,0.0,-3.0,-3.0
+1999,10,16,21,30,0.0,0.0,0.0,-3.0,-8.0,0.9,78.7,0.0,-3.0,-3.0
+1999,10,16,22,30,0.0,0.0,0.0,-3.0,-8.0,0.7000000000000001,84.4,0.0,-3.0,-3.0
+1999,10,16,23,30,0.0,0.0,0.0,-4.0,-8.0,0.7000000000000001,83.10000000000002,0.0,-4.0,-4.0
+1999,10,17,0,30,0.0,0.0,0.0,-4.0,-8.0,1.0,80.81,0.0,-4.0,-4.0
+1999,10,17,1,30,0.0,0.0,0.0,-5.0,-9.0,1.1,83.7,0.0,-5.0,-5.0
+1999,10,17,2,30,0.0,0.0,0.0,-5.0,-9.0,1.2000000000000002,79.7,0.0,-5.0,-5.0
+1999,10,17,3,30,0.0,0.0,0.0,-5.0,-10.0,1.2000000000000002,75.32000000000002,0.0,-5.0,-5.0
+1999,10,17,4,30,0.0,0.0,0.0,-5.0,-11.0,1.2000000000000002,71.15,0.0,-5.0,-5.0
+1999,10,17,5,30,0.0,0.0,0.0,-4.0,-12.0,1.1,66.93,0.0,-4.0,-4.0
+1999,10,17,6,30,347.0,16.0,31.0,-2.0,-12.0,1.3,54.32,59.45925448562202,-0.2877563383855818,-0.46613410184244786
+1999,10,17,7,30,175.0,89.0,129.0,1.0,-12.0,1.3,42.97,149.14299343156898,5.294859519961796,4.847430539667089
+1999,10,17,8,30,42.0,158.0,175.0,4.0,-12.0,1.2000000000000002,34.76,177.87702232825683,9.156855661100035,8.623224594115264
+1999,10,17,9,30,317.0,231.0,398.0,6.0,-13.0,1.6,25.78,453.9546489460316,18.811950633538256,17.45008668670016
+1999,10,17,10,30,195.0,301.0,421.0,8.0,-14.0,1.8,22.02,455.7727512640578,20.69211057145139,19.324792317659217
+1999,10,17,11,30,1019.0,88.0,754.0,10.0,-13.0,1.7000000000000002,21.56,979.8968947099506,37.47092944066054,34.53123875653069
+1999,10,17,12,30,518.0,238.0,571.0,11.0,-12.0,1.7000000000000002,21.62,679.3021521368935,30.043903078971514,28.005996622560833
+1999,10,17,13,30,357.0,253.0,461.0,11.0,-11.0,1.7000000000000002,21.55,527.5020281558169,25.78826096245881,24.20575487799136
+1999,10,17,14,30,935.0,73.0,512.0,11.0,-11.0,1.9,22.88,679.3847139177506,29.7930005811893,27.754846439436047
+1999,10,17,15,30,839.0,58.0,327.0,10.0,-10.0,1.7000000000000002,26.06,449.12839977151083,22.59109468202978,21.243709482715246
+1999,10,17,16,30,612.0,35.0,123.0,6.0,-6.0,1.2000000000000002,46.04,187.2815612247643,11.429503859353495,10.867659175679202
+1999,10,17,17,30,0.0,0.0,0.0,3.0,-6.0,1.0,58.34,0.0,3.0,3.0
+1999,10,17,18,30,0.0,0.0,0.0,2.0,-8.0,1.0,54.18,0.0,2.0,2.0
+1999,10,17,19,30,0.0,0.0,0.0,1.0,-8.0,1.2000000000000002,54.32,0.0,1.0,1.0
+1999,10,17,20,30,0.0,0.0,0.0,1.0,-8.0,1.4,53.13,0.0,1.0,1.0
+1999,10,17,21,30,0.0,0.0,0.0,1.0,-8.0,1.5,51.98,0.0,1.0,1.0
+1999,10,17,22,30,0.0,0.0,0.0,1.0,-9.0,1.6,50.52,0.0,1.0,1.0
+1999,10,17,23,30,0.0,0.0,0.0,1.0,-9.0,1.7000000000000002,49.0,0.0,1.0,1.0
+1999,10,18,0,30,0.0,0.0,0.0,0.0,-9.0,1.8,51.04,0.0,0.0,0.0
+1999,10,18,1,30,0.0,0.0,0.0,0.0,-10.0,1.8,49.62000000000001,0.0,0.0,0.0
+1999,10,18,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.53,0.0,0.0,0.0
+1999,10,18,3,30,0.0,0.0,0.0,0.0,-9.0,1.5,54.87000000000001,0.0,0.0,0.0
+1999,10,18,4,30,0.0,0.0,0.0,-1.0,-9.0,1.5,60.64,0.0,-1.0,-1.0
+1999,10,18,5,30,0.0,0.0,0.0,0.0,-9.0,1.4,57.17,0.0,0.0,0.0
+1999,10,18,6,30,0.0,4.0,4.0,0.0,-8.0,1.8,56.34,3.9095389311788624,0.10887070422770372,0.09714208743416713
+1999,10,18,7,30,0.0,34.0,34.0,1.0,-5.0,2.5,66.56,33.23108091502033,1.8831696028005256,1.7834763600554646
+1999,10,18,8,30,0.0,76.0,76.0,3.0,-3.0,2.8000000000000003,71.02,74.28123969239839,4.935179557519935,4.71233583844274
+1999,10,18,9,30,0.0,126.0,126.0,5.0,-3.0,2.7,67.83,123.15047633213418,8.229695590837892,7.86024416184149
+1999,10,18,10,30,0.0,121.0,121.0,6.0,-3.0,2.7,58.7,118.26355266816059,9.101533067391944,8.746742409387462
+1999,10,18,11,30,0.0,105.0,105.0,7.0,-3.0,3.0,54.65,102.62539694344514,9.638382247426613,9.330506056596278
+1999,10,18,12,30,0.0,82.0,82.0,7.0,-3.0,3.5,59.47,80.14554808916668,8.993464213625636,8.753027569358135
+1999,10,18,13,30,8.0,174.0,179.0,6.0,-2.0,3.7,65.75,176.32020739203458,10.328203112424593,9.799242490248488
+1999,10,18,14,30,0.0,66.0,66.0,5.0,-2.0,3.7,71.9,64.50739236445123,6.583488929237871,6.389966752144517
+1999,10,18,15,30,0.0,43.0,43.0,3.0,-2.0,3.5,77.91,42.02754351017277,4.045353185193931,3.9192705546634126
+1999,10,18,16,30,0.0,6.0,6.0,2.0,-2.0,3.1,84.42,5.864308396768293,2.149769647653032,2.1321767224627273
+1999,10,18,17,30,0.0,0.0,0.0,1.0,-2.0,2.5,84.32000000000002,0.0,1.0,1.0
+1999,10,18,18,30,0.0,0.0,0.0,0.0,-2.0,2.0,89.83,0.0,0.0,0.0
+1999,10,18,19,30,0.0,0.0,0.0,0.0,-2.0,1.5,88.84,0.0,0.0,0.0
+1999,10,18,20,30,0.0,0.0,0.0,0.0,-2.0,1.0,87.97,0.0,0.0,0.0
+1999,10,18,21,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,87.52,0.0,0.0,0.0
+1999,10,18,22,30,0.0,0.0,0.0,0.0,-2.0,0.6000000000000001,92.89,0.0,0.0,0.0
+1999,10,18,23,30,0.0,0.0,0.0,0.0,-3.0,0.7000000000000001,90.42,0.0,0.0,0.0
+1999,10,19,0,30,0.0,0.0,0.0,-1.0,-3.0,0.8,93.53,0.0,-1.0,-1.0
+1999,10,19,1,30,0.0,0.0,0.0,-1.0,-4.0,1.0,96.75,0.0,-1.0,-1.0
+1999,10,19,2,30,0.0,0.0,0.0,-2.0,-4.0,1.2000000000000002,92.87,0.0,-2.0,-2.0
+1999,10,19,3,30,0.0,0.0,0.0,-2.0,-5.0,1.3,96.47,0.0,-2.0,-2.0
+1999,10,19,4,30,0.0,0.0,0.0,-3.0,-5.0,1.4,93.07,0.0,-3.0,-3.0
+1999,10,19,5,30,0.0,0.0,0.0,-3.0,-6.0,1.4,89.81,0.0,-3.0,-3.0
+1999,10,19,6,30,0.0,24.0,24.0,-1.0,-6.0,2.0,74.95,23.457233587073173,-0.35545331822260423,-0.42582501898382374
+1999,10,19,7,30,671.0,58.0,207.0,1.0,-5.0,2.5,64.74,292.5309680813868,8.774482555892916,7.896889651648757
+1999,10,19,8,30,842.0,80.0,406.0,4.0,-5.0,1.9,55.74,544.5550672733904,19.06337055590179,17.42970535408162
+1999,10,19,9,30,924.0,93.0,571.0,7.0,-7.0,1.6,40.45,751.3214782286996,28.204527173214295,25.9505627385282
+1999,10,19,10,30,964.0,100.0,684.0,9.0,-8.0,1.9,34.82,891.0613394958029,33.648355972647416,30.975171954160004
+1999,10,19,11,30,978.0,103.0,733.0,10.0,-8.0,2.3000000000000003,31.55,952.554993497338,35.655095686769144,32.797430706277126
+1999,10,19,12,30,971.0,101.0,715.0,11.0,-8.0,2.5,29.64,929.6667117023404,35.707393136282654,32.91839300117563
+1999,10,19,13,30,946.0,94.0,632.0,11.0,-8.0,2.6,28.29,827.9929376283163,32.85938665463193,30.375407841746988
+1999,10,19,14,30,894.0,82.0,493.0,11.0,-8.0,2.5,28.93,655.4250321141631,28.418977936891253,26.452702840548763
+1999,10,19,15,30,794.0,63.0,310.0,10.0,-7.0,1.9,31.72,427.66520413076296,21.82998714150769,20.546991529115402
+1999,10,19,16,30,265.0,48.0,83.0,7.0,-4.0,1.0,48.69,111.51787031254744,10.276833784289169,9.942280173351527
+1999,10,19,17,30,0.0,0.0,0.0,4.0,-5.0,0.5,56.72,0.0,4.0,4.0
+1999,10,19,18,30,0.0,0.0,0.0,2.0,-6.0,0.7000000000000001,63.31,0.0,2.0,2.0
+1999,10,19,19,30,0.0,0.0,0.0,1.0,-6.0,1.1,60.5,0.0,1.0,1.0
+1999,10,19,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,58.04,0.0,1.0,1.0
+1999,10,19,21,30,0.0,0.0,0.0,1.0,-7.0,1.5,60.16,0.0,1.0,1.0
+1999,10,19,22,30,0.0,0.0,0.0,0.0,-8.0,1.6,58.09,0.0,0.0,0.0
+1999,10,19,23,30,0.0,0.0,0.0,0.0,-8.0,1.8,56.25,0.0,0.0,0.0
+1999,10,20,0,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.72,0.0,0.0,0.0
+1999,10,20,1,30,0.0,0.0,0.0,0.0,-8.0,2.1,56.37000000000001,0.0,0.0,0.0
+1999,10,20,2,30,0.0,0.0,0.0,0.0,-8.0,2.2,57.05,0.0,0.0,0.0
+1999,10,20,3,30,0.0,0.0,0.0,1.0,-8.0,2.2,57.32,0.0,1.0,1.0
+1999,10,20,4,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,56.63,0.0,1.0,1.0
+1999,10,20,5,30,0.0,0.0,0.0,1.0,-8.0,2.3000000000000003,55.58,0.0,1.0,1.0
+1999,10,20,6,30,304.0,13.0,22.0,2.0,-8.0,2.4000000000000004,51.12000000000001,49.81267422607529,3.332693423490517,3.183255400812291
+1999,10,20,7,30,750.0,39.0,203.0,6.0,-7.0,2.8000000000000003,43.41,300.30145267388343,13.823472450305784,12.922568092284134
+1999,10,20,8,30,898.0,50.0,395.0,10.0,-6.0,2.6,35.5,544.2382612030592,24.36813533453427,22.73542055092509
+1999,10,20,9,30,967.0,57.0,554.0,13.0,-6.0,1.9,28.83,744.3849631557559,33.59102414086446,31.357869251397194
+1999,10,20,10,30,1001.0,61.0,663.0,15.0,-7.0,2.0,23.94,880.5197106350743,39.194500840124135,36.55294170821891
+1999,10,20,11,30,1014.0,63.0,712.0,16.0,-7.0,2.4000000000000004,22.07,941.6662580666264,41.19343618358459,38.36843740938471
+1999,10,20,12,30,1011.0,62.0,696.0,17.0,-7.0,2.9000000000000004,20.63,922.4566692684225,40.87301212863625,38.10564212083098
+1999,10,20,13,30,989.0,59.0,617.0,18.0,-7.0,3.1,20.64,823.9106479389401,39.04200514205528,36.57027319823846
+1999,10,20,14,30,942.0,54.0,482.0,17.0,-7.0,3.0,20.7,655.7624233626378,33.85890615636686,31.89161888627894
+1999,10,20,15,30,844.0,46.0,304.0,15.0,-6.0,2.0,25.2,431.32608560873024,26.851772554984738,25.557794298158548
+1999,10,20,16,30,606.0,29.0,107.0,11.0,-1.0,1.0,47.93,174.2160047090435,16.11915165160971,15.596503637482577
+1999,10,20,17,30,0.0,0.0,0.0,8.0,-3.0,0.8,50.26,0.0,8.0,8.0
+1999,10,20,18,30,0.0,0.0,0.0,7.0,-5.0,1.0,48.14,0.0,7.0,7.0
+1999,10,20,19,30,0.0,0.0,0.0,5.0,-5.0,1.5,54.41,0.0,5.0,5.0
+1999,10,20,20,30,0.0,0.0,0.0,5.0,-5.0,1.9,52.51,0.0,5.0,5.0
+1999,10,20,21,30,0.0,0.0,0.0,5.0,-6.0,2.4000000000000004,49.82,0.0,5.0,5.0
+1999,10,20,22,30,0.0,0.0,0.0,5.0,-7.0,2.8000000000000003,47.68,0.0,5.0,5.0
+1999,10,20,23,30,0.0,0.0,0.0,5.0,-7.0,3.1,49.73,0.0,5.0,5.0
+1999,10,21,0,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.71,0.0,5.0,5.0
+1999,10,21,1,30,0.0,0.0,0.0,5.0,-7.0,3.2,48.14,0.0,5.0,5.0
+1999,10,21,2,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.51,0.0,4.0,4.0
+1999,10,21,3,30,0.0,0.0,0.0,4.0,-7.0,3.1,48.89,0.0,4.0,4.0
+1999,10,21,4,30,0.0,0.0,0.0,5.0,-7.0,3.1,48.64,0.0,5.0,5.0
+1999,10,21,5,30,0.0,0.0,0.0,5.0,-7.0,3.0,47.62,0.0,5.0,5.0
+1999,10,21,6,30,310.0,12.0,21.0,6.0,-8.0,3.0,43.79,49.13003998288426,7.263077456135295,7.115687336186642
+1999,10,21,7,30,757.0,38.0,201.0,10.0,-7.0,3.6,35.47,300.3058404681772,17.420441889367282,16.519524367962752
+1999,10,21,8,30,903.0,50.0,392.0,14.0,-6.0,3.6,28.93,544.9245301516877,27.46487568732403,25.83010209686897
+1999,10,21,9,30,970.0,56.0,550.0,17.0,-6.0,2.6,23.42,743.0114776424895,36.61583781757747,34.38680338465
+1999,10,21,10,30,1001.0,60.0,657.0,19.0,-7.0,1.9,18.5,876.640631760909,43.24945331368085,40.619531418398125
+1999,10,21,11,30,1011.0,62.0,705.0,20.0,-8.0,2.0,16.72,934.9292006191508,45.68953886736035,42.88475126550289
+1999,10,21,12,30,1005.0,62.0,688.0,21.0,-8.0,2.3000000000000003,15.67,914.0437869732289,45.617876108756704,42.87574474783702
+1999,10,21,13,30,981.0,60.0,608.0,20.0,-8.0,2.6,15.87,815.3856061578641,41.52654742283231,39.08039060435872
+1999,10,21,14,30,931.0,55.0,474.0,19.0,-8.0,2.7,17.18,646.5830060882403,35.95702969302279,34.01728067475807
+1999,10,21,15,30,830.0,46.0,296.0,17.0,-7.0,2.0,21.1,422.2235662077834,28.60165786631455,27.3349871676912
+1999,10,21,16,30,586.0,29.0,102.0,13.0,0.0,1.2000000000000002,43.72,167.62767036334716,17.85971537838655,17.35683236729651
+1999,10,21,17,30,0.0,0.0,0.0,10.0,-2.0,0.9,45.8,0.0,10.0,10.0
+1999,10,21,18,30,0.0,0.0,0.0,9.0,-4.0,0.5,43.48,0.0,9.0,9.0
+1999,10,21,19,30,0.0,0.0,0.0,8.0,-5.0,0.8,44.71,0.0,8.0,8.0
+1999,10,21,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,46.0,0.0,7.0,7.0
+1999,10,21,21,30,0.0,0.0,0.0,6.0,-6.0,1.4,47.77,0.0,6.0,6.0
+1999,10,21,22,30,0.0,0.0,0.0,6.0,-6.0,1.5,49.56,0.0,6.0,6.0
+1999,10,21,23,30,0.0,0.0,0.0,6.0,-7.0,1.5,47.27,0.0,6.0,6.0
+1999,10,22,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,45.33,0.0,6.0,6.0
+1999,10,22,1,30,0.0,0.0,0.0,6.0,-8.0,1.5,43.7,0.0,6.0,6.0
+1999,10,22,2,30,0.0,0.0,0.0,5.0,-8.0,1.5,42.62,0.0,5.0,5.0
+1999,10,22,3,30,0.0,0.0,0.0,5.0,-8.0,1.5,41.75,0.0,5.0,5.0
+1999,10,22,4,30,0.0,0.0,0.0,5.0,-9.0,1.4,40.73,0.0,5.0,5.0
+1999,10,22,5,30,0.0,0.0,0.0,6.0,-9.0,1.4,39.42,0.0,6.0,6.0
+1999,10,22,6,30,280.0,11.0,18.0,7.0,-9.0,1.2000000000000002,33.27,44.126524089458314,8.279277742436337,8.146898170167962
+1999,10,22,7,30,749.0,39.0,197.0,10.0,-6.0,1.1,35.59,297.0207375992202,18.66908340163849,17.778021188840828
+1999,10,22,8,30,898.0,52.0,389.0,14.0,-4.0,0.6000000000000001,32.24,542.0547814106914,30.363248799486925,28.737084455254852
+1999,10,22,9,30,966.0,60.0,548.0,17.0,-8.0,0.4,19.83,741.5354320995984,39.689746171930445,37.46513987563165
+1999,10,22,10,30,998.0,65.0,656.0,18.0,-9.0,0.9,16.51,876.1658357805388,43.919226481192915,41.2907289738513
+1999,10,22,11,30,1009.0,68.0,704.0,19.0,-9.0,1.6,15.28,935.8887745379354,45.41356533235579,42.60589900874198
+1999,10,22,12,30,1003.0,68.0,687.0,20.0,-9.0,2.1,14.29,914.9061927128059,44.97202469697716,42.22730611883874
+1999,10,22,13,30,978.0,65.0,607.0,20.0,-9.0,2.6,14.35,814.6855316255126,41.50806513971819,39.064008544841656
+1999,10,22,14,30,927.0,59.0,471.0,19.0,-9.0,3.0,15.49,644.859168166246,35.57859586470314,33.6440183602044
+1999,10,22,15,30,821.0,49.0,292.0,17.0,-8.0,2.9000000000000004,19.47,418.4291776029272,27.828871604139554,26.57358407133077
+1999,10,22,16,30,566.0,29.0,97.0,13.0,-3.0,2.0,37.69,161.1900061042143,17.429102143886386,16.94553212557374
+1999,10,22,17,30,0.0,0.0,0.0,10.0,-3.0,1.4,45.59,0.0,10.0,10.0
+1999,10,22,18,30,0.0,0.0,0.0,9.0,-4.0,1.1,46.53,0.0,9.0,9.0
+1999,10,22,19,30,0.0,0.0,0.0,8.0,-4.0,1.0,48.82,0.0,8.0,8.0
+1999,10,22,20,30,0.0,0.0,0.0,7.0,-5.0,1.2000000000000002,48.02,0.0,7.0,7.0
+1999,10,22,21,30,0.0,0.0,0.0,7.0,-5.0,1.3,46.32,0.0,7.0,7.0
+1999,10,22,22,30,0.0,0.0,0.0,7.0,-6.0,1.4,44.26,0.0,7.0,7.0
+1999,10,22,23,30,0.0,0.0,0.0,7.0,-6.0,1.5,42.45,0.0,7.0,7.0
+1999,10,23,0,30,0.0,0.0,0.0,6.0,-7.0,1.5,43.96,0.0,6.0,6.0
+1999,10,23,1,30,0.0,0.0,0.0,5.0,-7.0,1.5,46.33,0.0,5.0,5.0
+1999,10,23,2,30,0.0,0.0,0.0,4.0,-7.0,1.6,48.86,0.0,4.0,4.0
+1999,10,23,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,50.78,0.0,3.0,3.0
+1999,10,23,4,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.73,0.0,3.0,3.0
+1999,10,23,5,30,0.0,0.0,0.0,3.0,-9.0,1.7000000000000002,46.79,0.0,3.0,3.0
+1999,10,23,6,30,268.0,11.0,16.0,4.0,-9.0,1.5,42.35,42.29878559850647,5.201829402296399,5.074933045500879
+1999,10,23,7,30,753.0,39.0,195.0,9.0,-6.0,1.7000000000000002,40.02,296.8918070059925,17.323216376949507,16.43254095593153
+1999,10,23,8,30,907.0,53.0,389.0,13.0,-7.0,1.9,26.2,545.8168221810745,28.09827296131019,26.460822494766965
+1999,10,23,9,30,976.0,61.0,549.0,16.0,-10.0,1.6,17.52,746.9718542002817,37.08176784371756,34.84085228111671
+1999,10,23,10,30,1010.0,65.0,658.0,18.0,-10.0,1.5,15.04,882.9636503455305,43.08752109851788,40.43863014748129
+1999,10,23,11,30,1022.0,67.0,707.0,19.0,-10.0,1.6,14.2,942.8979221225446,45.61138432825261,42.782690561884976
+1999,10,23,12,30,1017.0,66.0,689.0,20.0,-10.0,2.0,13.27,921.4550527744301,45.31930265639134,42.55493749806806
+1999,10,23,13,30,993.0,63.0,608.0,20.0,-10.0,2.3000000000000003,13.33,820.9368024952739,42.11023233785127,39.647421930365454
+1999,10,23,14,30,940.0,57.0,471.0,19.0,-10.0,2.5,14.38,648.0482974984549,36.22292931008973,34.278784417594366
+1999,10,23,15,30,835.0,48.0,291.0,17.0,-9.0,1.9,17.830000000000005,421.12703437771717,28.64912963109897,27.385748527965816
+1999,10,23,16,30,576.0,28.0,95.0,13.0,-2.0,1.3,38.78,160.88130955038505,17.632886922867247,17.150242994216093
+1999,10,23,17,30,0.0,0.0,0.0,10.0,-4.0,1.1,40.6,0.0,10.0,10.0
+1999,10,23,18,30,0.0,0.0,0.0,9.0,-5.0,1.2000000000000002,43.52,0.0,9.0,9.0
+1999,10,23,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,50.68,0.0,7.0,7.0
+1999,10,23,20,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,51.94,0.0,6.0,6.0
+1999,10,23,21,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.44,0.0,5.0,5.0
+1999,10,23,22,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,43.75,0.0,5.0,5.0
+1999,10,23,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.38,0.0,5.0,5.0
+1999,10,24,0,30,0.0,0.0,0.0,5.0,-9.0,2.1,39.94,0.0,5.0,5.0
+1999,10,24,1,30,0.0,0.0,0.0,5.0,-9.0,2.2,41.66,0.0,5.0,5.0
+1999,10,24,2,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,40.76,0.0,5.0,5.0
+1999,10,24,3,30,0.0,0.0,0.0,5.0,-10.0,2.3000000000000003,39.88,0.0,5.0,5.0
+1999,10,24,4,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.94,0.0,5.0,5.0
+1999,10,24,5,30,0.0,0.0,0.0,5.0,-10.0,2.2,38.4,0.0,5.0,5.0
+1999,10,24,6,30,0.0,0.0,0.0,6.0,-10.0,2.4000000000000004,35.6,0.0,6.0,6.0
+1999,10,24,7,30,690.0,36.0,176.0,10.0,-9.0,3.1,29.29,270.8980986924856,16.918516224932592,16.105821928855136
+1999,10,24,8,30,880.0,51.0,374.0,14.0,-9.0,3.4000000000000004,21.64,527.061290585392,27.196410093246605,25.615226221490428
+1999,10,24,9,30,636.0,134.0,450.0,18.0,-9.0,2.5,16.4,577.1655612414675,33.33910620528057,31.60760952155617
+1999,10,24,10,30,904.0,87.0,613.0,21.0,-11.0,1.3,11.33,815.7851787941397,44.49210419325085,42.044748656868435
+1999,10,24,11,30,594.0,199.0,567.0,22.0,-12.0,0.7000000000000001,9.74,702.5779524446473,43.06630930497103,40.95857544763709
+1999,10,24,12,30,1026.0,62.0,685.0,23.0,-13.0,0.7000000000000001,8.91,921.7579613975233,50.63826882348634,47.872994939293775
+1999,10,24,13,30,1003.0,58.0,604.0,23.0,-13.0,1.1,8.950000000000003,820.3731491202394,46.94406298924643,44.48294354188572
+1999,10,24,14,30,950.0,54.0,467.0,22.0,-12.0,1.5,9.81,648.3121233378173,40.42040050719824,38.47546413718479
+1999,10,24,15,30,842.0,45.0,287.0,19.0,-10.0,1.5,14.79,418.71308035355867,30.896835428598443,29.640696187537767
+1999,10,24,16,30,575.0,27.0,91.0,14.0,-1.0,1.3,38.62,158.02533238436246,18.550643564074036,18.07656756692095
+1999,10,24,17,30,0.0,0.0,0.0,11.0,-4.0,1.0,37.43,0.0,11.0,11.0
+1999,10,24,18,30,0.0,0.0,0.0,9.0,-5.0,0.5,40.75,0.0,9.0,9.0
+1999,10,24,19,30,0.0,0.0,0.0,8.0,-6.0,0.8,40.76,0.0,8.0,8.0
+1999,10,24,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.47,0.0,7.0,7.0
+1999,10,24,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,45.79,0.0,6.0,6.0
+1999,10,24,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.47,0.0,5.0,5.0
+1999,10,24,23,30,0.0,0.0,0.0,5.0,-8.0,1.9,41.9,0.0,5.0,5.0
+1999,10,25,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.83,0.0,5.0,5.0
+1999,10,25,1,30,0.0,0.0,0.0,5.0,-9.0,1.8,43.56,0.0,5.0,5.0
+1999,10,25,2,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,43.35,0.0,5.0,5.0
+1999,10,25,3,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,42.97,0.0,5.0,5.0
+1999,10,25,4,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.15,0.0,5.0,5.0
+1999,10,25,5,30,0.0,0.0,0.0,6.0,-9.0,1.3,37.92,0.0,6.0,6.0
+1999,10,25,6,30,0.0,0.0,0.0,8.0,-10.0,1.0,32.01,0.0,8.0,8.0
+1999,10,25,7,30,702.0,42.0,182.0,10.0,-7.0,1.2000000000000002,31.6,279.40657890730586,18.10031211073317,17.262092374011253
+1999,10,25,8,30,864.0,57.0,370.0,13.0,-6.0,1.5,28.47,522.1553407811355,27.835925718373872,26.269459696030466
+1999,10,25,9,30,937.0,66.0,527.0,16.0,-10.0,1.2000000000000002,18.9,719.3190271037075,36.853870547772594,34.69591346646147
+1999,10,25,10,30,973.0,71.0,634.0,18.0,-10.0,1.1,15.26,853.034671577071,42.89734815206499,40.33824413733378
+1999,10,25,11,30,985.0,73.0,680.0,19.0,-10.0,1.5,14.04,910.7605372291284,44.87731010726414,42.14502849557675
+1999,10,25,12,30,979.0,72.0,663.0,20.0,-10.0,2.1,13.12,888.8854048703831,44.261796957989986,41.595140743378835
+1999,10,25,13,30,951.0,69.0,582.0,21.0,-10.0,2.6,12.33,788.3955889304018,41.81399880607693,39.44881203928573
+1999,10,25,14,30,896.0,62.0,447.0,21.0,-10.0,2.9000000000000004,13.31,619.3856676290284,37.02958930020869,35.17143229732161
+1999,10,25,15,30,782.0,50.0,271.0,18.0,-9.0,2.4000000000000004,16.98,394.49476994995035,28.554353760001412,27.37086945015156
+1999,10,25,16,30,505.0,28.0,82.0,14.0,-2.0,2.2,37.53,141.5644573873748,17.83825135001173,17.413557977849607
+1999,10,25,17,30,0.0,0.0,0.0,11.0,-4.0,2.7,38.04,0.0,11.0,11.0
+1999,10,25,18,30,0.0,0.0,0.0,9.0,-5.0,2.9000000000000004,40.64,0.0,9.0,9.0
+1999,10,25,19,30,0.0,0.0,0.0,7.0,-5.0,2.9000000000000004,46.39,0.0,7.0,7.0
+1999,10,25,20,30,0.0,0.0,0.0,7.0,-6.0,2.8000000000000003,43.5,0.0,7.0,7.0
+1999,10,25,21,30,0.0,0.0,0.0,6.0,-7.0,2.5,43.62,0.0,6.0,6.0
+1999,10,25,22,30,0.0,0.0,0.0,6.0,-8.0,2.3000000000000003,41.04,0.0,6.0,6.0
+1999,10,25,23,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.84,0.0,6.0,6.0
+1999,10,26,0,30,0.0,0.0,0.0,6.0,-9.0,2.2,37.68,0.0,6.0,6.0
+1999,10,26,1,30,0.0,0.0,0.0,6.0,-9.0,2.3000000000000003,40.1,0.0,6.0,6.0
+1999,10,26,2,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,41.69,0.0,5.0,5.0
+1999,10,26,3,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.78,0.0,5.0,5.0
+1999,10,26,4,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.58,0.0,5.0,5.0
+1999,10,26,5,30,0.0,0.0,0.0,5.0,-9.0,2.3000000000000003,43.82,0.0,5.0,5.0
+1999,10,26,6,30,0.0,0.0,0.0,6.0,-9.0,2.1,36.69,0.0,6.0,6.0
+1999,10,26,7,30,749.0,36.0,183.0,11.0,-8.0,2.2,30.53,287.9245516903443,18.806527285326528,17.942753630255496
+1999,10,26,8,30,906.0,49.0,374.0,16.0,-7.0,2.0,23.47,534.7947466854343,30.694835097606617,29.090450857550316
+1999,10,26,9,30,976.0,56.0,532.0,19.0,-10.0,1.9,14.76,734.116417716833,39.30697774351645,37.10462849036595
+1999,10,26,10,30,1009.0,60.0,639.0,22.0,-11.0,2.6,11.25,868.2525088721227,44.92225747680206,42.31749995018569
+1999,10,26,11,30,1020.0,62.0,686.0,23.0,-12.0,3.2,10.43,926.6016834566449,46.50859991251752,43.72879486214758
+1999,10,26,12,30,1013.0,62.0,668.0,24.0,-11.0,3.5,9.91,904.2226857580454,46.490775946802366,43.77810788952823
+1999,10,26,13,30,986.0,60.0,587.0,24.0,-11.0,3.8,9.5,802.9030790336011,43.57991690000284,41.17120766290204
+1999,10,26,14,30,932.0,55.0,451.0,23.0,-11.0,3.8,10.47,632.0204692470031,38.41270495792835,36.51664355018734
+1999,10,26,15,30,821.0,45.0,273.0,21.0,-9.0,3.2,14.68,404.3628766504419,31.258998290601195,30.04590966064987
+1999,10,26,16,30,540.0,26.0,81.0,16.0,-3.0,2.5,31.9,146.04473055048908,19.88137439769784,19.443240206046372
+1999,10,26,17,30,0.0,0.0,0.0,13.0,-4.0,2.5,35.11,0.0,13.0,13.0
+1999,10,26,18,30,0.0,0.0,0.0,11.0,-5.0,2.5,36.53,0.0,11.0,11.0
+1999,10,26,19,30,0.0,0.0,0.0,9.0,-5.0,2.4000000000000004,41.3,0.0,9.0,9.0
+1999,10,26,20,30,0.0,0.0,0.0,8.0,-5.0,2.5,42.81,0.0,8.0,8.0
+1999,10,26,21,30,0.0,0.0,0.0,8.0,-6.0,2.6,43.59,0.0,8.0,8.0
+1999,10,26,22,30,0.0,0.0,0.0,8.0,-7.0,2.8000000000000003,40.76,0.0,8.0,8.0
+1999,10,26,23,30,0.0,0.0,0.0,8.0,-8.0,3.2,35.6,0.0,8.0,8.0
+1999,10,27,0,30,0.0,0.0,0.0,8.0,-8.0,3.6,36.17,0.0,8.0,8.0
+1999,10,27,1,30,0.0,0.0,0.0,8.0,-9.0,3.8,34.56,0.0,8.0,8.0
+1999,10,27,2,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.12,0.0,7.0,7.0
+1999,10,27,3,30,0.0,0.0,0.0,7.0,-9.0,3.7,34.62,0.0,7.0,7.0
+1999,10,27,4,30,0.0,0.0,0.0,7.0,-9.0,3.7,35.02,0.0,7.0,7.0
+1999,10,27,5,30,0.0,0.0,0.0,7.0,-9.0,3.6,34.86,0.0,7.0,7.0
+1999,10,27,6,30,0.0,0.0,0.0,8.0,-9.0,3.7,32.62,0.0,8.0,8.0
+1999,10,27,7,30,725.0,33.0,172.0,11.0,-8.0,3.9,28.21,275.33679466121885,17.670475364528066,16.84446498054441
+1999,10,27,8,30,739.0,63.0,325.0,15.0,-7.0,4.2,23.19,456.89489456044856,25.853235698157313,24.482551014475966
+1999,10,27,9,30,948.0,62.0,520.0,18.0,-8.0,4.3,18.34,717.8579837023949,34.94091906606833,32.78734511496115
+1999,10,27,10,30,985.0,67.0,627.0,20.0,-9.0,4.0,14.32,852.864805885829,40.52674974127896,37.968155323621474
+1999,10,27,11,30,998.0,69.0,674.0,21.0,-10.0,3.8,12.59,911.5884837461945,43.230362823161016,40.495597371922436
+1999,10,27,12,30,990.0,69.0,657.0,22.0,-10.0,4.2,12.37,888.6886275450593,43.11020992321985,40.44414404058467
+1999,10,27,13,30,959.0,67.0,576.0,21.0,-10.0,4.800000000000002,12.61,786.2555015469865,38.9589364041171,36.600169899476136
+1999,10,27,14,30,893.0,62.0,438.0,20.0,-9.0,5.5,14.36,611.8550078274151,33.35453614750964,31.5189711240274
+1999,10,27,15,30,758.0,52.0,259.0,17.0,-7.0,6.1000000000000005,20.13,381.2997370213542,25.00649508317846,23.862595872114397
+1999,10,27,16,30,438.0,29.0,72.0,12.0,-4.0,5.6000000000000005,36.68,125.02380899250609,14.711221230441078,14.33614980346356
+1999,10,27,17,30,0.0,0.0,0.0,8.0,-2.0,4.0,53.97,0.0,8.0,8.0
+1999,10,27,18,30,0.0,0.0,0.0,6.0,-1.0,2.5,65.16,0.0,6.0,6.0
+1999,10,27,19,30,0.0,0.0,0.0,4.0,-1.0,1.7000000000000002,76.88,0.0,4.0,4.0
+1999,10,27,20,30,0.0,0.0,0.0,4.0,-1.0,1.2000000000000002,81.62,0.0,4.0,4.0
+1999,10,27,21,30,0.0,0.0,0.0,3.0,-1.0,0.6000000000000001,80.49,0.0,3.0,3.0
+1999,10,27,22,30,0.0,0.0,0.0,2.0,-2.0,0.4,85.97,0.0,2.0,2.0
+1999,10,27,23,30,0.0,0.0,0.0,2.0,-2.0,0.8,85.02,0.0,2.0,2.0
+1999,10,28,0,30,0.0,0.0,0.0,2.0,-2.0,1.4,83.22,0.0,2.0,2.0
+1999,10,28,1,30,0.0,0.0,0.0,2.0,-2.0,1.7000000000000002,80.62,0.0,2.0,2.0
+1999,10,28,2,30,0.0,0.0,0.0,2.0,-3.0,2.0,78.21000000000002,0.0,2.0,2.0
+1999,10,28,3,30,0.0,0.0,0.0,2.0,-3.0,2.4000000000000004,76.05,0.0,2.0,2.0
+1999,10,28,4,30,0.0,0.0,0.0,2.0,-4.0,2.8000000000000003,73.72,0.0,2.0,2.0
+1999,10,28,5,30,0.0,0.0,0.0,2.0,-4.0,3.3000000000000003,70.89,0.0,2.0,2.0
+1999,10,28,6,30,0.0,0.0,0.0,4.0,-5.0,3.9,63.29,0.0,4.0,4.0
+1999,10,28,7,30,709.0,39.0,172.0,7.0,-5.0,4.2,47.11,274.29253341988067,13.515637515088923,12.692759914829281
+1999,10,28,8,30,882.0,52.0,361.0,11.0,-5.0,3.8,36.55,520.4241496691913,23.691272295956615,22.12999984694904
+1999,10,28,9,30,960.0,60.0,520.0,15.0,-5.0,3.0,26.89,721.5391306921928,33.5499504990076,31.38533310693102
+1999,10,28,10,30,998.0,64.0,627.0,18.0,-7.0,2.0,19.08,857.3060566213062,41.556647121740724,38.984728951876804
+1999,10,28,11,30,1010.0,66.0,674.0,20.0,-8.0,1.4,16.490000000000002,915.6001730545069,46.18998417744806,43.44318365828454
+1999,10,28,12,30,405.0,251.0,490.0,21.0,-8.0,1.4,15.07,579.9776151841883,37.589779045447706,35.84984619989514
+1999,10,28,13,30,400.0,216.0,426.0,21.0,-8.0,1.6,14.28,510.4571889855261,35.406620399199326,33.87524883224275
+1999,10,28,14,30,256.0,179.0,286.0,20.0,-8.0,1.7000000000000002,15.9,332.1895814280184,29.312772192254794,28.31620344797074
+1999,10,28,15,30,66.0,107.0,125.0,18.0,-6.0,1.2000000000000002,22.25,133.16479876535843,21.860597829803545,21.46110343350747
+1999,10,28,16,30,0.0,24.0,24.0,13.0,-1.0,0.8,43.02,23.457233587073173,13.698619199336047,13.628247498574828
+1999,10,28,17,30,0.0,0.0,0.0,10.0,-1.0,1.2000000000000002,50.7,0.0,10.0,10.0
+1999,10,28,18,30,0.0,0.0,0.0,9.0,-2.0,1.7000000000000002,52.64,0.0,9.0,9.0
+1999,10,28,19,30,0.0,0.0,0.0,8.0,-2.0,2.3000000000000003,53.59,0.0,8.0,8.0
+1999,10,28,20,30,0.0,0.0,0.0,8.0,-3.0,2.7,55.39,0.0,8.0,8.0
+1999,10,28,21,30,0.0,0.0,0.0,7.0,-3.0,2.8000000000000003,57.69,0.0,7.0,7.0
+1999,10,28,22,30,0.0,0.0,0.0,6.0,-3.0,2.5,60.88,0.0,6.0,6.0
+1999,10,28,23,30,0.0,0.0,0.0,5.0,-3.0,2.1,60.84,0.0,5.0,5.0
+1999,10,29,0,30,0.0,0.0,0.0,5.0,-3.0,1.5,67.77,0.0,5.0,5.0
+1999,10,29,1,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,76.91,0.0,4.0,4.0
+1999,10,29,2,30,0.0,0.0,0.0,4.0,-2.0,1.5,77.23,0.0,4.0,4.0
+1999,10,29,3,30,0.0,0.0,0.0,3.0,-2.0,1.3,77.8,0.0,3.0,3.0
+1999,10,29,4,30,0.0,0.0,0.0,3.0,-2.0,0.7000000000000001,78.10000000000002,0.0,3.0,3.0
+1999,10,29,5,30,0.0,0.0,0.0,2.0,-2.0,0.6000000000000001,83.78,0.0,2.0,2.0
+1999,10,29,6,30,0.0,0.0,0.0,2.0,-2.0,1.1,82.54,0.0,2.0,2.0
+1999,10,29,7,30,199.0,68.0,104.0,4.0,-2.0,2.8000000000000003,72.19,132.30729609290404,7.4468780511740285,7.049956162895317
+1999,10,29,8,30,720.0,64.0,314.0,6.0,-4.0,4.800000000000002,54.5,444.0755510729425,16.143171735715526,14.8109450824967
+1999,10,29,9,30,900.0,63.0,490.0,8.0,-7.0,5.5,41.14,680.4988134755388,22.852777025010266,20.81128058458365
+1999,10,29,10,30,961.0,88.0,627.0,9.0,-8.0,5.5,35.47,848.3884927418803,27.51718895573451,24.97202347750887
+1999,10,29,11,30,968.0,95.0,673.0,9.0,-7.0,5.4,33.54,905.4750417644585,28.891508869123165,26.175083743829788
+1999,10,29,12,30,606.0,186.0,540.0,9.0,-7.0,5.4,34.64,680.5716793570307,23.950823569498187,21.909108531427094
+1999,10,29,13,30,0.0,68.0,68.0,9.0,-7.0,5.2,35.48000000000001,66.46216183004066,10.479095590875058,10.279709105384937
+1999,10,29,14,30,536.0,128.0,348.0,8.0,-7.0,4.800000000000002,37.98,452.66561528257716,18.339378206188016,16.981381360340286
+1999,10,29,15,30,762.0,55.0,257.0,7.0,-7.0,4.0,39.62,381.5825211230085,16.183927936389516,15.039180373020491
+1999,10,29,16,30,477.0,26.0,68.0,5.0,-7.0,2.7,46.3,128.24603153379792,8.36332960231585,7.978591507714457
+1999,10,29,17,30,0.0,0.0,0.0,3.0,-6.0,1.9,59.52,0.0,3.0,3.0
+1999,10,29,18,30,0.0,0.0,0.0,2.0,-5.0,1.9,64.82000000000001,0.0,2.0,2.0
+1999,10,29,19,30,0.0,0.0,0.0,2.0,-5.0,1.8,64.8,0.0,2.0,2.0
+1999,10,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,63.69000000000001,0.0,1.0,1.0
+1999,10,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,66.68,0.0,0.0,0.0
+1999,10,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.9,64.8,0.0,0.0,0.0
+1999,10,29,23,30,0.0,0.0,0.0,0.0,-7.0,2.2,62.8,0.0,0.0,0.0
+1999,10,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.4000000000000004,65.08,0.0,0.0,0.0
+1999,10,30,1,30,0.0,0.0,0.0,0.0,-8.0,2.5,62.78,0.0,0.0,0.0
+1999,10,30,2,30,0.0,0.0,0.0,0.0,-8.0,2.5,60.94,0.0,0.0,0.0
+1999,10,30,3,30,0.0,0.0,0.0,0.0,-8.0,2.4000000000000004,59.42,0.0,0.0,0.0
+1999,10,30,4,30,0.0,0.0,0.0,0.0,-9.0,2.4000000000000004,57.64,0.0,0.0,0.0
+1999,10,30,5,30,0.0,0.0,0.0,0.0,-9.0,2.3000000000000003,55.37000000000001,0.0,0.0,0.0
+1999,10,30,6,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.26,0.0,0.0,0.0
+1999,10,30,7,30,744.0,32.0,166.0,3.0,-10.0,3.1,43.58,275.80188842457136,10.043755010250187,9.216349344976473
+1999,10,30,8,30,907.0,42.0,352.0,7.0,-10.0,2.9000000000000004,30.89,519.323556130353,20.43999991242822,18.88202924403716
+1999,10,30,9,30,976.0,47.0,506.0,11.0,-12.0,2.5,21.19,714.3529041108623,29.985081231523527,27.84202251919094
+1999,10,30,10,30,1007.0,51.0,610.0,13.0,-14.0,3.3000000000000003,15.82,845.6390243806487,34.313163507360365,31.776246434218418
+1999,10,30,11,30,1017.0,53.0,656.0,14.0,-13.0,4.1000000000000005,15.41,902.334286635492,35.57533667568902,32.86833381578255
+1999,10,30,12,30,1009.0,53.0,638.0,15.0,-12.0,4.5,15.24,879.0347284342658,35.47498632444589,32.83788213914309
+1999,10,30,13,30,983.0,51.0,558.0,16.0,-12.0,4.6000000000000005,16.16,779.2332052443677,34.03220014066082,31.69450052492772
+1999,10,30,14,30,929.0,46.0,424.0,15.0,-11.0,4.3,17.16,609.8897704201046,29.39294884849174,27.563279537231427
+1999,10,30,15,30,818.0,38.0,250.0,13.0,-10.0,2.8000000000000003,21.46,386.7596105183481,23.075885850166717,21.915607018611674
+1999,10,30,16,30,526.0,21.0,65.0,9.0,-4.0,1.4,42.42,132.62805863589796,12.793715706247509,12.395831530339816
+1999,10,30,17,30,0.0,0.0,0.0,8.0,-6.0,0.7000000000000001,43.2,0.0,8.0,8.0
+1999,10,30,18,30,0.0,0.0,0.0,7.0,-7.0,0.7000000000000001,42.2,0.0,7.0,7.0
+1999,10,30,19,30,0.0,0.0,0.0,5.0,-7.0,1.2000000000000002,45.51,0.0,5.0,5.0
+1999,10,30,20,30,0.0,0.0,0.0,5.0,-7.0,1.4,49.37000000000001,0.0,5.0,5.0
+1999,10,30,21,30,0.0,0.0,0.0,5.0,-7.0,1.5,48.55,0.0,5.0,5.0
+1999,10,30,22,30,0.0,0.0,0.0,5.0,-7.0,1.4,47.62,0.0,5.0,5.0
+1999,10,30,23,30,0.0,0.0,0.0,5.0,-8.0,1.4,46.54,0.0,5.0,5.0
+1999,10,31,0,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.71,0.0,4.0,4.0
+1999,10,31,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,48.62000000000001,0.0,4.0,4.0
+1999,10,31,2,30,0.0,0.0,0.0,3.0,-8.0,1.6,48.69,0.0,3.0,3.0
+1999,10,31,3,30,0.0,0.0,0.0,3.0,-8.0,1.6,49.05,0.0,3.0,3.0
+1999,10,31,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,49.49,0.0,3.0,3.0
+1999,10,31,5,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,50.09,0.0,3.0,3.0
+1999,10,31,6,30,0.0,0.0,0.0,4.0,-8.0,1.6,47.45,0.0,4.0,4.0
+1999,10,31,7,30,739.0,29.0,159.0,8.0,-5.0,1.8,42.65,269.54647065209,15.506182851371774,14.697543439415504
+1999,10,31,8,30,905.0,39.0,345.0,13.0,-2.0,2.4000000000000004,37.45,512.9898309405023,26.724582842292914,25.185613349471407
+1999,10,31,9,30,978.0,45.0,500.0,17.0,-4.0,2.5,27.98,710.9641210046593,35.89501885174311,33.76212648872913
+1999,10,31,10,30,1013.0,48.0,606.0,20.0,-5.0,2.0,20.48,844.3538110871166,43.20075149365487,40.66769006039352
+1999,10,31,11,30,1025.0,49.0,652.0,21.0,-6.0,1.4,16.740000000000002,901.8655445820523,46.79711651210381,44.09151987835766
+1999,10,31,12,30,1019.0,48.0,634.0,22.0,-7.0,0.9,14.97,879.0903428995318,48.005740882083145,45.36846985338455
+1999,10,31,13,30,993.0,47.0,555.0,23.0,-7.0,0.4,14.69,779.6405303999264,46.85569856053428,44.5167769693345
+1999,10,31,14,30,939.0,43.0,421.0,22.0,-7.0,0.2,15.92,610.2471218800475,40.927074312603104,39.09633294696296
+1999,10,31,15,30,827.0,35.0,247.0,18.0,-4.0,0.2,25.0,385.4181423151578,29.953907785014234,28.79765335806876
+1999,10,31,16,30,532.0,19.0,62.0,13.0,0.0,0.30000000000000004,48.52,130.6877369591245,17.025978977139356,16.633915766261982
+1999,10,31,17,30,0.0,0.0,0.0,10.0,-2.0,1.0,46.91,0.0,10.0,10.0
+1999,10,31,18,30,0.0,0.0,0.0,9.0,-3.0,1.8,47.58,0.0,9.0,9.0
+1999,10,31,19,30,0.0,0.0,0.0,8.0,-3.0,2.2,48.7,0.0,8.0,8.0
+1999,10,31,20,30,0.0,0.0,0.0,7.0,-4.0,2.5,50.09,0.0,7.0,7.0
+1999,10,31,21,30,0.0,0.0,0.0,7.0,-5.0,2.6,50.92,0.0,7.0,7.0
+1999,10,31,22,30,0.0,0.0,0.0,6.0,-5.0,2.7,48.22,0.0,6.0,6.0
+1999,10,31,23,30,0.0,0.0,0.0,6.0,-6.0,2.8000000000000003,45.89,0.0,6.0,6.0
+1999,11,1,0,30,0.0,0.0,0.0,6.0,-6.0,2.6,48.0,0.0,6.0,6.0
+1999,11,1,1,30,0.0,0.0,0.0,5.0,-6.0,2.2,51.58,0.0,5.0,5.0
+1999,11,1,2,30,0.0,0.0,0.0,4.0,-6.0,1.7000000000000002,56.29,0.0,4.0,4.0
+1999,11,1,3,30,0.0,0.0,0.0,3.0,-6.0,1.3,61.49,0.0,3.0,3.0
+1999,11,1,4,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,61.97,0.0,2.0,2.0
+1999,11,1,5,30,0.0,0.0,0.0,1.0,-6.0,1.1,61.16,0.0,1.0,1.0
+1999,11,1,6,30,0.0,0.0,0.0,1.0,-6.0,1.4,59.6,0.0,1.0,1.0
+1999,11,1,7,30,244.0,60.0,102.0,3.0,-6.0,2.4000000000000004,55.52,137.72101151448177,6.684602145406088,6.271439110862643
+1999,11,1,8,30,860.0,48.0,335.0,5.0,-8.0,3.3000000000000003,46.2,495.9165016182928,17.498890401528026,16.011140896673147
+1999,11,1,9,30,932.0,65.0,495.0,6.0,-9.0,3.4000000000000004,36.34,696.4603683639824,23.437775831377728,21.348394726285782
+1999,11,1,10,30,927.0,75.0,582.0,8.0,-10.0,3.3000000000000003,30.46,800.2078981654895,28.168134726248482,25.767511031752015
+1999,11,1,11,30,987.0,71.0,647.0,9.0,-10.0,3.7,27.91,888.5850912841202,30.812455955197365,28.146700681345003
+1999,11,1,12,30,979.0,70.0,628.0,10.0,-10.0,4.4,25.93,864.8158419919846,30.27590667459249,27.681459148616536
+1999,11,1,13,30,945.0,67.0,546.0,9.0,-10.0,5.0,28.03,760.7990607825956,26.15274687302958,23.870349690681795
+1999,11,1,14,30,876.0,62.0,411.0,8.0,-10.0,5.2,30.51,588.1343863684219,21.08875537247942,19.32435221337415
+1999,11,1,15,30,654.0,50.0,215.0,6.0,-9.0,4.7,38.23,324.8596841161221,13.468674347567717,12.494095295219351
+1999,11,1,16,30,311.0,26.0,50.0,3.0,-9.0,3.5,45.77,90.23651849387562,5.244457423631044,4.973747868149417
+1999,11,1,17,30,0.0,0.0,0.0,1.0,-9.0,2.3000000000000003,49.82,0.0,1.0,1.0
+1999,11,1,18,30,0.0,0.0,0.0,0.0,-9.0,1.8,53.02,0.0,0.0,0.0
+1999,11,1,19,30,0.0,0.0,0.0,0.0,-9.0,1.5,51.72,0.0,0.0,0.0
+1999,11,1,20,30,0.0,0.0,0.0,0.0,-9.0,1.1,54.39,0.0,0.0,0.0
+1999,11,1,21,30,0.0,0.0,0.0,0.0,-9.0,0.6000000000000001,54.89,0.0,0.0,0.0
+1999,11,1,22,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,58.08,0.0,-1.0,-1.0
+1999,11,1,23,30,0.0,0.0,0.0,-2.0,-10.0,1.0,60.63,0.0,-2.0,-2.0
+1999,11,2,0,30,0.0,0.0,0.0,-3.0,-10.0,1.0,64.84,0.0,-3.0,-3.0
+1999,11,2,1,30,0.0,0.0,0.0,-2.0,-10.0,0.9,65.05,0.0,-2.0,-2.0
+1999,11,2,2,30,0.0,0.0,0.0,-2.0,-10.0,0.8,64.25,0.0,-2.0,-2.0
+1999,11,2,3,30,0.0,0.0,0.0,-2.0,-10.0,0.8,58.38,0.0,-2.0,-2.0
+1999,11,2,4,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.8,0.0,-2.0,-2.0
+1999,11,2,5,30,0.0,0.0,0.0,-2.0,-11.0,1.1,54.15,0.0,-2.0,-2.0
+1999,11,2,6,30,0.0,0.0,0.0,-1.0,-12.0,1.5,43.78,0.0,-1.0,-1.0
+1999,11,2,7,30,730.0,36.0,159.0,3.0,-12.0,2.2,35.79,270.0718121917058,10.322484166406142,9.512268729831025
+1999,11,2,8,30,914.0,51.0,352.0,8.0,-13.0,2.5,22.8,524.6201781798442,21.942627853998303,20.368767319458772
+1999,11,2,9,30,990.0,59.0,512.0,12.0,-16.0,1.9,14.0,727.1220323504389,32.11350049040354,29.93213439335222
+1999,11,2,10,30,1023.0,64.0,618.0,15.0,-18.0,1.3,9.18,861.5892978842975,39.811121951990486,37.22635405833759
+1999,11,2,11,30,1029.0,66.0,661.0,16.0,-19.0,1.1,8.03,915.3048983484001,42.714816500177434,39.968901805132234
+1999,11,2,12,30,1014.0,65.0,639.0,17.0,-19.0,1.1,7.83,885.2117306031955,42.83649338000968,40.18085818820009
+1999,11,2,13,30,977.0,61.0,553.0,17.0,-18.0,1.2000000000000002,8.66,775.504945088017,39.482763731608294,37.156248896344245
+1999,11,2,14,30,120.0,174.0,221.0,16.0,-16.0,1.3,10.42,241.98342734809503,22.96837848501279,22.242428202968505
+1999,11,2,15,30,350.0,85.0,171.0,14.0,-11.0,1.0,17.89,229.85817824906442,20.754137628083352,20.064563093336158
+1999,11,2,16,30,39.0,25.0,28.0,10.0,-8.0,0.8,31.29,32.47769632671749,10.96727272292477,10.869839633944618
+1999,11,2,17,30,0.0,0.0,0.0,8.0,-10.0,1.4,31.9,0.0,8.0,8.0
+1999,11,2,18,30,0.0,0.0,0.0,6.0,-10.0,2.0,34.43,0.0,6.0,6.0
+1999,11,2,19,30,0.0,0.0,0.0,5.0,-10.0,2.5,37.04,0.0,5.0,5.0
+1999,11,2,20,30,0.0,0.0,0.0,5.0,-10.0,3.4000000000000004,36.3,0.0,5.0,5.0
+1999,11,2,21,30,0.0,0.0,0.0,5.0,-10.0,4.1000000000000005,35.96,0.0,5.0,5.0
+1999,11,2,22,30,0.0,0.0,0.0,5.0,-10.0,4.3,35.96,0.0,5.0,5.0
+1999,11,2,23,30,0.0,0.0,0.0,4.0,-10.0,3.8,39.1,0.0,4.0,4.0
+1999,11,3,0,30,0.0,0.0,0.0,4.0,-10.0,3.2,43.06,0.0,4.0,4.0
+1999,11,3,1,30,0.0,0.0,0.0,3.0,-9.0,2.6,45.29,0.0,3.0,3.0
+1999,11,3,2,30,0.0,0.0,0.0,2.0,-8.0,2.3000000000000003,52.32,0.0,2.0,2.0
+1999,11,3,3,30,0.0,0.0,0.0,2.0,-8.0,2.1,54.64,0.0,2.0,2.0
+1999,11,3,4,30,0.0,0.0,0.0,2.0,-7.0,2.0,55.52,0.0,2.0,2.0
+1999,11,3,5,30,0.0,0.0,0.0,1.0,-8.0,2.0,54.64,0.0,1.0,1.0
+1999,11,3,6,30,0.0,0.0,0.0,2.0,-8.0,2.0,53.19,0.0,2.0,2.0
+1999,11,3,7,30,703.0,35.0,151.0,5.0,-7.0,2.7,44.85,258.75124009083515,11.785907485987918,11.009653765715413
+1999,11,3,8,30,893.0,50.0,340.0,10.0,-7.0,3.2,35.5,510.3465838038334,22.947886745260558,21.416846993849056
+1999,11,3,9,30,945.0,70.0,498.0,13.0,-9.0,2.8000000000000003,23.19,704.6914005013244,31.358664963824125,29.24459076232015
+1999,11,3,10,30,1012.0,61.0,605.0,16.0,-12.0,2.4000000000000004,15.35,846.9615198537562,38.65969585041422,36.118811290852946
+1999,11,3,11,30,683.0,157.0,550.0,17.0,-14.0,2.1,12.71,716.0288554875841,36.543741648491704,34.39565508202895
+1999,11,3,12,30,724.0,138.0,545.0,18.0,-14.0,2.0,11.39,719.3043001344174,37.76470064634329,35.60678774594004
+1999,11,3,13,30,489.0,179.0,423.0,17.0,-14.0,2.0,11.31,531.7862144871373,31.612168084114394,30.01680944065298
+1999,11,3,14,30,41.0,157.0,173.0,16.0,-14.0,1.8,12.44,177.90689647412108,20.95425405580048,20.420533366378116
+1999,11,3,15,30,0.0,47.0,47.0,13.0,-9.0,1.2000000000000002,22.98,45.937082441351635,14.331767872777528,14.193956625453472
+1999,11,3,16,30,0.0,19.0,19.0,10.0,-4.0,0.6000000000000001,43.56,18.570309923099597,10.560590205964866,10.504879276195567
+1999,11,3,17,30,0.0,0.0,0.0,8.0,-6.0,0.5,44.51,0.0,8.0,8.0
+1999,11,3,18,30,0.0,0.0,0.0,6.0,-7.0,0.9,41.47,0.0,6.0,6.0
+1999,11,3,19,30,0.0,0.0,0.0,4.0,-9.0,1.6,43.72,0.0,4.0,4.0
+1999,11,3,20,30,0.0,0.0,0.0,4.0,-9.0,1.9,41.53,0.0,4.0,4.0
+1999,11,3,21,30,0.0,0.0,0.0,4.0,-10.0,2.2,42.89,0.0,4.0,4.0
+1999,11,3,22,30,0.0,0.0,0.0,4.0,-10.0,2.5,41.78,0.0,4.0,4.0
+1999,11,3,23,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.38,0.0,4.0,4.0
+1999,11,4,0,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.36,0.0,4.0,4.0
+1999,11,4,1,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,38.83,0.0,4.0,4.0
+1999,11,4,2,30,0.0,0.0,0.0,4.0,-10.0,2.8000000000000003,39.38,0.0,4.0,4.0
+1999,11,4,3,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,39.94,0.0,4.0,4.0
+1999,11,4,4,30,0.0,0.0,0.0,4.0,-10.0,3.0,40.41,0.0,4.0,4.0
+1999,11,4,5,30,0.0,0.0,0.0,4.0,-9.0,2.9000000000000004,40.69,0.0,4.0,4.0
+1999,11,4,6,30,0.0,0.0,0.0,5.0,-9.0,3.0,37.99,0.0,5.0,5.0
+1999,11,4,7,30,0.0,3.0,3.0,8.0,-9.0,3.8,31.95,2.9321541983841466,8.071504689721028,8.062708227125876
+1999,11,4,8,30,847.0,46.0,318.0,13.0,-8.0,4.3,25.54,480.3885206935224,24.33681484931586,22.895649287235294
+1999,11,4,9,30,880.0,61.0,456.0,16.0,-9.0,3.9,18.9,649.56040734685,31.736642464772114,29.787961242731566
+1999,11,4,10,30,859.0,86.0,544.0,19.0,-10.0,3.0,15.34,749.7237870564196,38.27454596188484,36.02537460071558
+1999,11,4,11,30,853.0,99.0,586.0,20.0,-10.0,2.0,14.36,796.6974371556272,41.891272369909785,39.501180058442905
+1999,11,4,12,30,537.0,192.0,491.0,20.0,-9.0,1.4,13.97,619.4670688561896,37.719342142181866,35.8609409356133
+1999,11,4,13,30,953.0,58.0,529.0,21.0,-9.0,1.1,14.46,749.2797549045436,42.8690746610138,40.621235396300165
+1999,11,4,14,30,898.0,51.0,398.0,20.0,-9.0,0.8,15.98,583.0475131381384,37.36471546363038,35.61557292421597
+1999,11,4,15,30,774.0,41.0,227.0,17.0,-5.0,0.5,24.18,360.7923095065021,27.965242159436837,26.882865230917332
+1999,11,4,16,30,431.0,20.0,48.0,13.0,-2.0,0.2,39.37,106.59591231666806,16.306117606293075,15.98632986934307
+1999,11,4,17,30,0.0,0.0,0.0,11.0,-5.0,0.2,37.66,0.0,11.0,11.0
+1999,11,4,18,30,0.0,0.0,0.0,9.0,-6.0,0.6000000000000001,37.95,0.0,9.0,9.0
+1999,11,4,19,30,0.0,0.0,0.0,8.0,-6.0,1.1,39.12,0.0,8.0,8.0
+1999,11,4,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,43.98,0.0,7.0,7.0
+1999,11,4,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,42.84,0.0,6.0,6.0
+1999,11,4,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,44.26,0.0,6.0,6.0
+1999,11,4,23,30,0.0,0.0,0.0,5.0,-8.0,1.7000000000000002,42.96,0.0,5.0,5.0
+1999,11,5,0,30,0.0,0.0,0.0,5.0,-8.0,1.6,42.27,0.0,5.0,5.0
+1999,11,5,1,30,0.0,0.0,0.0,4.0,-8.0,1.5,45.34,0.0,4.0,4.0
+1999,11,5,2,30,0.0,0.0,0.0,4.0,-8.0,1.4,45.51,0.0,4.0,4.0
+1999,11,5,3,30,0.0,0.0,0.0,4.0,-8.0,1.2000000000000002,49.11,0.0,4.0,4.0
+1999,11,5,4,30,0.0,0.0,0.0,4.0,-8.0,1.1,49.09,0.0,4.0,4.0
+1999,11,5,5,30,0.0,0.0,0.0,4.0,-8.0,0.9,45.49,0.0,4.0,4.0
+1999,11,5,6,30,0.0,0.0,0.0,4.0,-8.0,0.5,46.14,0.0,4.0,4.0
+1999,11,5,7,30,649.0,35.0,137.0,7.0,-7.0,0.6000000000000001,44.23,238.39097927621154,14.196414530830372,13.481241593001737
+1999,11,5,8,30,849.0,51.0,321.0,10.0,-6.0,1.0,36.42,484.0074873923671,24.222044252559332,22.77002179038223
+1999,11,5,9,30,933.0,60.0,475.0,13.0,-8.0,1.1,24.69,681.3791405378529,32.887273343956934,30.84313592234338
+1999,11,5,10,30,973.0,65.0,580.0,16.0,-9.0,1.1,19.36,814.5585563134326,39.77435366054363,37.33067799160333
+1999,11,5,11,30,988.0,67.0,626.0,18.0,-9.0,1.4,17.740000000000006,873.1137978896929,42.97469662500965,40.35535523134057
+1999,11,5,12,30,981.0,66.0,609.0,19.0,-9.0,1.8,16.48,850.343485490166,42.67990080938756,40.12887035291706
+1999,11,5,13,30,953.0,63.0,529.0,19.0,-9.0,2.1,15.58,751.3708441642445,39.50838810197886,37.254275569486126
+1999,11,5,14,30,891.0,56.0,396.0,18.0,-9.0,2.2,16.84,581.3637482926079,33.76257369196816,32.018482447090335
+1999,11,5,15,30,760.0,44.0,223.0,15.0,-7.0,1.8,23.46,356.0861088183316,24.916091415174833,23.847833088719838
+1999,11,5,16,30,402.0,20.0,45.0,11.0,-2.0,1.6,45.15,99.93935799366196,13.820585985703884,13.5207679117229
+1999,11,5,17,30,0.0,0.0,0.0,9.0,-4.0,1.7000000000000002,46.27,0.0,9.0,9.0
+1999,11,5,18,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,47.16,0.0,8.0,8.0
+1999,11,5,19,30,0.0,0.0,0.0,6.0,-5.0,1.7000000000000002,49.51,0.0,6.0,6.0
+1999,11,5,20,30,0.0,0.0,0.0,6.0,-6.0,1.8,49.81,0.0,6.0,6.0
+1999,11,5,21,30,0.0,0.0,0.0,5.0,-7.0,2.1,46.06,0.0,5.0,5.0
+1999,11,5,22,30,0.0,0.0,0.0,5.0,-8.0,2.4000000000000004,42.91,0.0,5.0,5.0
+1999,11,5,23,30,0.0,0.0,0.0,5.0,-9.0,2.5,40.61,0.0,5.0,5.0
+1999,11,6,0,30,0.0,0.0,0.0,5.0,-9.0,2.6,39.62,0.0,5.0,5.0
+1999,11,6,1,30,0.0,0.0,0.0,5.0,-9.0,2.7,39.47,0.0,5.0,5.0
+1999,11,6,2,30,0.0,0.0,0.0,5.0,-9.0,2.8000000000000003,39.48,0.0,5.0,5.0
+1999,11,6,3,30,0.0,0.0,0.0,5.0,-9.0,2.7,42.6,0.0,5.0,5.0
+1999,11,6,4,30,0.0,0.0,0.0,4.0,-9.0,2.6,42.92,0.0,4.0,4.0
+1999,11,6,5,30,0.0,0.0,0.0,4.0,-9.0,2.4000000000000004,43.09,0.0,4.0,4.0
+1999,11,6,6,30,0.0,0.0,0.0,5.0,-9.0,2.1,40.05,0.0,5.0,5.0
+1999,11,6,7,30,667.0,34.0,136.0,9.0,-8.0,2.1,34.78,241.45120102227628,15.590320847173215,14.865967244106386
+1999,11,6,8,30,859.0,50.0,319.0,14.0,-7.0,1.8,27.52,485.79367541290674,27.52811686559159,26.070735839352867
+1999,11,6,9,30,939.0,59.0,472.0,17.0,-8.0,1.4,18.31,681.6400207841914,36.497747908344465,34.45282784599189
+1999,11,6,10,30,975.0,65.0,576.0,19.0,-10.0,1.9,14.26,813.1074051657106,41.49201023339256,39.05268801789543
+1999,11,6,11,30,987.0,67.0,622.0,20.0,-10.0,2.5,12.9,869.2462518617834,43.10162191099908,40.49388315541373
+1999,11,6,12,30,979.0,67.0,604.0,21.0,-10.0,2.9000000000000004,12.32,846.7436805342944,42.91357364381439,40.3733426022115
+1999,11,6,13,30,948.0,64.0,525.0,21.0,-10.0,3.2,13.38,746.0098345952672,39.926845315972365,37.68881581218656
+1999,11,6,14,30,884.0,58.0,392.0,20.0,-10.0,3.2,14.72,576.8448176224854,34.634998264311534,32.904463811444074
+1999,11,6,15,30,749.0,45.0,219.0,17.0,-7.0,2.5,21.98,350.78238911404713,26.322608074516282,25.27026090717414
+1999,11,6,16,30,382.0,20.0,42.0,12.0,-3.0,1.9,37.2,95.20580781124116,14.633563524283034,14.34794610084931
+1999,11,6,17,30,0.0,0.0,0.0,9.0,-5.0,2.1,41.61,0.0,9.0,9.0
+1999,11,6,18,30,0.0,0.0,0.0,8.0,-5.0,2.2,43.65,0.0,8.0,8.0
+1999,11,6,19,30,0.0,0.0,0.0,7.0,-5.0,2.2,45.76,0.0,7.0,7.0
+1999,11,6,20,30,0.0,0.0,0.0,6.0,-6.0,2.2,47.46,0.0,6.0,6.0
+1999,11,6,21,30,0.0,0.0,0.0,6.0,-6.0,2.3000000000000003,45.75,0.0,6.0,6.0
+1999,11,6,22,30,0.0,0.0,0.0,6.0,-7.0,2.5,47.49,0.0,6.0,6.0
+1999,11,6,23,30,0.0,0.0,0.0,6.0,-7.0,2.7,46.12,0.0,6.0,6.0
+1999,11,7,0,30,0.0,0.0,0.0,5.0,-7.0,2.7,44.81,0.0,5.0,5.0
+1999,11,7,1,30,0.0,0.0,0.0,5.0,-8.0,2.6,43.57,0.0,5.0,5.0
+1999,11,7,2,30,0.0,0.0,0.0,5.0,-8.0,2.5,42.42,0.0,5.0,5.0
+1999,11,7,3,30,0.0,0.0,0.0,5.0,-8.0,2.3000000000000003,44.14,0.0,5.0,5.0
+1999,11,7,4,30,0.0,0.0,0.0,4.0,-9.0,2.1,42.78,0.0,4.0,4.0
+1999,11,7,5,30,0.0,0.0,0.0,4.0,-9.0,2.1,41.51,0.0,4.0,4.0
+1999,11,7,6,30,0.0,0.0,0.0,5.0,-10.0,2.1,37.63,0.0,5.0,5.0
+1999,11,7,7,30,692.0,32.0,135.0,9.0,-8.0,2.4000000000000004,31.32,245.59972589234826,15.570800395544124,14.83400121786708
+1999,11,7,8,30,887.0,46.0,320.0,14.0,-7.0,2.9000000000000004,25.72,493.6887975437579,26.776576986408514,25.29551059377724
+1999,11,7,9,30,967.0,54.0,475.0,18.0,-9.0,3.1,17.28,692.5077217169684,35.68608171011446,33.60855854496355
+1999,11,7,10,30,1001.0,58.0,579.0,20.0,-12.0,3.1,11.7,823.1972405166237,41.023785299058574,38.554193577508705
+1999,11,7,11,30,797.0,113.0,557.0,21.0,-12.0,3.1,10.37,757.0220307113465,40.33372447937801,38.06265838724397
+1999,11,7,12,30,1000.0,61.0,606.0,22.0,-13.0,2.9000000000000004,9.59,854.6440021532311,44.11803254157333,41.55410053511363
+1999,11,7,13,30,969.0,59.0,526.0,22.0,-13.0,2.5,10.19,753.5176629595838,42.0259479010326,39.76539491215385
+1999,11,7,14,30,904.0,54.0,392.0,21.0,-12.0,1.9,11.41,582.3679543488512,37.10934288090116,35.362239017854606
+1999,11,7,15,30,647.0,47.0,195.0,18.0,-5.0,1.2000000000000002,21.82,309.48946576463896,26.97244895765084,26.043980560356925
+1999,11,7,16,30,386.0,19.0,40.0,14.0,-3.0,1.3,32.96,94.31480095318449,16.715976201275208,16.433031798415655
+1999,11,7,17,30,0.0,0.0,0.0,12.0,-7.0,1.8,28.65,0.0,12.0,12.0
+1999,11,7,18,30,0.0,0.0,0.0,10.0,-7.0,2.1,33.69,0.0,10.0,10.0
+1999,11,7,19,30,0.0,0.0,0.0,8.0,-7.0,2.1,37.99,0.0,8.0,8.0
+1999,11,7,20,30,0.0,0.0,0.0,8.0,-7.0,2.0,38.56,0.0,8.0,8.0
+1999,11,7,21,30,0.0,0.0,0.0,7.0,-8.0,1.9,37.27,0.0,7.0,7.0
+1999,11,7,22,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.0,0.0,7.0,7.0
+1999,11,7,23,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,37.74,0.0,7.0,7.0
+1999,11,8,0,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,38.38,0.0,7.0,7.0
+1999,11,8,1,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,39.48,0.0,7.0,7.0
+1999,11,8,2,30,0.0,0.0,0.0,7.0,-6.0,1.6,41.73,0.0,7.0,7.0
+1999,11,8,3,30,0.0,0.0,0.0,7.0,-6.0,1.6,43.58,0.0,7.0,7.0
+1999,11,8,4,30,0.0,0.0,0.0,7.0,-6.0,1.7000000000000002,44.22,0.0,7.0,7.0
+1999,11,8,5,30,0.0,0.0,0.0,7.0,-6.0,1.8,43.88,0.0,7.0,7.0
+1999,11,8,6,30,0.0,0.0,0.0,7.0,-6.0,2.0,43.31,0.0,7.0,7.0
+1999,11,8,7,30,302.0,47.0,91.0,10.0,-6.0,2.4000000000000004,36.4,138.724691988902,13.711454716329605,13.295280640362899
+1999,11,8,8,30,802.0,54.0,299.0,14.0,-4.0,2.9000000000000004,30.19,456.2961921397673,25.808863106645756,24.439974530226454
+1999,11,8,9,30,895.0,63.0,450.0,17.0,-5.0,3.1,23.31,651.0385264760087,33.626992327448974,31.673876748020945
+1999,11,8,10,30,938.0,68.0,552.0,19.0,-6.0,2.6,19.86,781.8657834584977,39.641608999228175,37.296011648852684
+1999,11,8,11,30,952.0,70.0,597.0,20.0,-5.0,1.6,19.41,837.8376371304007,43.64627054873753,41.13275763734633
+1999,11,8,12,30,944.0,70.0,580.0,21.0,-5.0,0.8,18.67,816.1184631332447,45.306192167166486,42.85783677776675
+1999,11,8,13,30,911.0,67.0,502.0,21.0,-5.0,0.6000000000000001,20.12,717.1501879068464,42.64893172010874,40.497481156388204
+1999,11,8,14,30,841.0,60.0,372.0,20.0,-5.0,0.6000000000000001,21.67,549.2111074401766,36.57927999656623,34.9316466742457
+1999,11,8,15,30,696.0,47.0,204.0,17.0,-3.0,0.5,27.23,327.92342396953103,26.966287137594268,25.982516865685675
+1999,11,8,16,30,311.0,19.0,35.0,14.0,0.0,0.6000000000000001,43.42,79.05526021392642,16.386476304889474,16.149310524247696
+1999,11,8,17,30,0.0,0.0,0.0,11.0,-3.0,0.8,42.06,0.0,11.0,11.0
+1999,11,8,18,30,0.0,0.0,0.0,10.0,-3.0,0.9,47.2,0.0,10.0,10.0
+1999,11,8,19,30,0.0,0.0,0.0,8.0,-3.0,1.1,50.84,0.0,8.0,8.0
+1999,11,8,20,30,0.0,0.0,0.0,7.0,-3.0,1.4,54.44,0.0,7.0,7.0
+1999,11,8,21,30,0.0,0.0,0.0,7.0,-3.0,1.6,53.82,0.0,7.0,7.0
+1999,11,8,22,30,0.0,0.0,0.0,7.0,-3.0,1.9,53.43,0.0,7.0,7.0
+1999,11,8,23,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.98,0.0,7.0,7.0
+1999,11,9,0,30,0.0,0.0,0.0,7.0,-3.0,2.2,52.58,0.0,7.0,7.0
+1999,11,9,1,30,0.0,0.0,0.0,7.0,-3.0,2.1,52.58,0.0,7.0,7.0
+1999,11,9,2,30,0.0,0.0,0.0,7.0,-3.0,1.9,52.95,0.0,7.0,7.0
+1999,11,9,3,30,0.0,0.0,0.0,7.0,-3.0,1.7000000000000002,56.89,0.0,7.0,7.0
+1999,11,9,4,30,0.0,0.0,0.0,6.0,-3.0,1.6,56.05,0.0,6.0,6.0
+1999,11,9,5,30,0.0,0.0,0.0,6.0,-4.0,1.6,58.23,0.0,6.0,6.0
+1999,11,9,6,30,0.0,0.0,0.0,6.0,-5.0,1.6,55.65,0.0,6.0,6.0
+1999,11,9,7,30,549.0,38.0,115.0,9.0,-4.0,2.0,45.43,204.44003558888676,14.617505835551135,14.004185728784476
+1999,11,9,8,30,778.0,58.0,292.0,12.0,-5.0,2.7,36.67,445.96832488565957,23.69578856237636,22.357883587719382
+1999,11,9,9,30,878.0,68.0,444.0,14.0,-6.0,2.5,27.93,642.135556578681,31.065788678313933,29.13938200857789
+1999,11,9,10,30,927.0,74.0,549.0,15.0,-6.0,1.8,25.23,776.5262705647652,36.62427933725841,34.29470052556411
+1999,11,9,11,30,946.0,76.0,596.0,16.0,-6.0,0.8,22.71,835.9882455453873,40.897967468726435,38.390002732090274
+1999,11,9,12,30,944.0,74.0,580.0,17.0,-7.0,0.4,21.73,817.2670827565984,42.007008242231414,39.55520699396162
+1999,11,9,13,30,919.0,69.0,504.0,17.0,-8.0,0.6000000000000001,19.56,722.3190208565909,38.80496557952704,36.63800851695727
+1999,11,9,14,30,862.0,59.0,375.0,16.0,-8.0,0.8,20.1,558.3619970093782,32.629514722713715,30.95442873168558
+1999,11,9,15,30,729.0,45.0,206.0,14.0,-7.0,0.5,24.33,337.78546827932337,24.266015544199956,23.252659139361985
+1999,11,9,16,30,339.0,18.0,34.0,11.0,-3.0,0.30000000000000004,44.51,82.9574128674601,13.555594028739863,13.306721790137482
+1999,11,9,17,30,0.0,0.0,0.0,8.0,-5.0,0.30000000000000004,43.47,0.0,8.0,8.0
+1999,11,9,18,30,0.0,0.0,0.0,7.0,-5.0,0.4,46.55,0.0,7.0,7.0
+1999,11,9,19,30,0.0,0.0,0.0,6.0,-5.0,0.7000000000000001,53.61,0.0,6.0,6.0
+1999,11,9,20,30,0.0,0.0,0.0,5.0,-5.0,0.8,57.04,0.0,5.0,5.0
+1999,11,9,21,30,0.0,0.0,0.0,4.0,-5.0,0.9,56.0,0.0,4.0,4.0
+1999,11,9,22,30,0.0,0.0,0.0,3.0,-6.0,1.0,59.26,0.0,3.0,3.0
+1999,11,9,23,30,0.0,0.0,0.0,3.0,-6.0,1.1,58.23,0.0,3.0,3.0
+1999,11,10,0,30,0.0,0.0,0.0,3.0,-6.0,1.2000000000000002,61.44,0.0,3.0,3.0
+1999,11,10,1,30,0.0,0.0,0.0,2.0,-6.0,1.5,60.25,0.0,2.0,2.0
+1999,11,10,2,30,0.0,0.0,0.0,2.0,-7.0,1.6,58.73,0.0,2.0,2.0
+1999,11,10,3,30,0.0,0.0,0.0,2.0,-7.0,1.7000000000000002,56.47,0.0,2.0,2.0
+1999,11,10,4,30,0.0,0.0,0.0,3.0,-8.0,1.7000000000000002,53.67,0.0,3.0,3.0
+1999,11,10,5,30,0.0,0.0,0.0,3.0,-8.0,1.8,50.79,0.0,3.0,3.0
+1999,11,10,6,30,0.0,0.0,0.0,4.0,-9.0,1.7000000000000002,45.04,0.0,4.0,4.0
+1999,11,10,7,30,573.0,30.0,109.0,7.0,-9.0,1.9,35.29,202.4999383613463,12.601511752259265,11.994011937175227
+1999,11,10,8,30,342.0,108.0,210.0,12.0,-7.0,2.2,27.74,275.73208116292307,19.47595160746555,18.648755363976782
+1999,11,10,9,30,46.0,175.0,195.0,16.0,-10.0,1.5,19.08,201.07070911299505,21.71299357022478,21.109781442885794
+1999,11,10,10,30,191.0,239.0,337.0,18.0,-11.0,0.6000000000000001,13.55,378.11763097210417,29.414405117812855,28.280052224896544
+1999,11,10,11,30,441.0,219.0,459.0,20.0,-11.0,0.4,12.85,567.805800210892,37.373909491090345,35.67049209045767
+1999,11,10,12,30,676.0,142.0,501.0,21.0,-11.0,0.7000000000000001,12.53,670.288447773424,41.09813105465525,39.08726571133498
+1999,11,10,13,30,431.0,181.0,383.0,21.0,-10.0,1.1,12.89,482.8823243312366,35.09378744609086,33.64514047309715
+1999,11,10,14,30,391.0,133.0,275.0,20.0,-10.0,1.5,14.23,356.17241868319167,30.11987646935181,29.051359213302234
+1999,11,10,15,30,743.0,40.0,203.0,16.0,-6.0,1.5,25.08,337.0315769101503,25.576030443938816,24.564935713208364
+1999,11,10,16,30,352.0,16.0,32.0,12.0,-2.0,1.4,41.89,82.95791213071918,14.372942327926276,14.124068591534119
+1999,11,10,17,30,0.0,0.0,0.0,10.0,-5.0,1.3,38.16,0.0,10.0,10.0
+1999,11,10,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,38.8,0.0,9.0,9.0
+1999,11,10,19,30,0.0,0.0,0.0,7.0,-5.0,1.5,45.43,0.0,7.0,7.0
+1999,11,10,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.07,0.0,7.0,7.0
+1999,11,10,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,44.08,0.0,7.0,7.0
+1999,11,10,22,30,0.0,0.0,0.0,7.0,-8.0,2.0,41.15,0.0,7.0,7.0
+1999,11,10,23,30,0.0,0.0,0.0,7.0,-8.0,2.2,39.17,0.0,7.0,7.0
+1999,11,11,0,30,0.0,0.0,0.0,6.0,-8.0,2.2,38.76,0.0,6.0,6.0
+1999,11,11,1,30,0.0,0.0,0.0,6.0,-8.0,2.1,40.5,0.0,6.0,6.0
+1999,11,11,2,30,0.0,0.0,0.0,6.0,-7.0,1.9,42.08,0.0,6.0,6.0
+1999,11,11,3,30,0.0,0.0,0.0,6.0,-7.0,1.8,42.29,0.0,6.0,6.0
+1999,11,11,4,30,0.0,0.0,0.0,7.0,-8.0,1.8,41.18,0.0,7.0,7.0
+1999,11,11,5,30,0.0,0.0,0.0,7.0,-8.0,1.8,37.64,0.0,7.0,7.0
+1999,11,11,6,30,0.0,0.0,0.0,7.0,-8.0,1.7000000000000002,36.99,0.0,7.0,7.0
+1999,11,11,7,30,0.0,19.0,19.0,9.0,-8.0,1.5,33.27,18.570309923099597,9.52763558479385,9.471924655024551
+1999,11,11,8,30,0.0,37.0,37.0,13.0,-5.0,1.7000000000000002,33.0,36.163235113404475,14.013818581842132,13.905328876501919
+1999,11,11,9,30,0.0,67.0,67.0,16.0,-7.0,1.7000000000000002,23.14,65.48477709724594,17.835833648200616,17.63937931690888
+1999,11,11,10,30,21.0,190.0,201.0,18.0,-10.0,1.2000000000000002,14.99,201.53210353065188,23.842643166510584,23.23804685591863
+1999,11,11,11,30,305.0,245.0,410.0,19.0,-12.0,1.1,12.37,483.2168858084969,33.10355222336799,31.653901565942498
+1999,11,11,12,30,261.0,244.0,382.0,20.0,-12.0,1.3,11.1,442.95317806603566,32.755689221077155,31.42682968687905
+1999,11,11,13,30,62.0,203.0,232.0,20.0,-13.0,1.6,10.92,242.26321956833237,26.83738874937817,26.110599090673173
+1999,11,11,14,30,587.0,97.0,308.0,19.0,-12.0,1.8,11.9,433.00219383467027,31.058008528567456,29.759001947063446
+1999,11,11,15,30,372.0,69.0,149.0,16.0,-7.0,1.7000000000000002,23.14,215.872722071437,22.051886018011228,21.404267851796916
+1999,11,11,16,30,0.0,22.0,22.0,12.0,-3.0,1.6,41.18,21.502464121483747,12.606863503796012,12.54235611143156
+1999,11,11,17,30,0.0,0.0,0.0,10.0,-5.0,1.5,36.75,0.0,10.0,10.0
+1999,11,11,18,30,0.0,0.0,0.0,9.0,-6.0,1.4,37.87,0.0,9.0,9.0
+1999,11,11,19,30,0.0,0.0,0.0,8.0,-6.0,1.4,42.89,0.0,8.0,8.0
+1999,11,11,20,30,0.0,0.0,0.0,7.0,-7.0,1.5,41.03,0.0,7.0,7.0
+1999,11,11,21,30,0.0,0.0,0.0,7.0,-7.0,1.5,38.75,0.0,7.0,7.0
+1999,11,11,22,30,0.0,0.0,0.0,6.0,-8.0,1.6,39.7,0.0,6.0,6.0
+1999,11,11,23,30,0.0,0.0,0.0,6.0,-9.0,1.6,40.67,0.0,6.0,6.0
+1999,11,12,0,30,0.0,0.0,0.0,5.0,-9.0,1.6,39.03,0.0,5.0,5.0
+1999,11,12,1,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,39.92,0.0,5.0,5.0
+1999,11,12,2,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.83,0.0,4.0,4.0
+1999,11,12,3,30,0.0,0.0,0.0,4.0,-11.0,1.9,39.1,0.0,4.0,4.0
+1999,11,12,4,30,0.0,0.0,0.0,3.0,-11.0,1.9,38.19,0.0,3.0,3.0
+1999,11,12,5,30,0.0,0.0,0.0,3.0,-11.0,1.8,37.65,0.0,3.0,3.0
+1999,11,12,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.26,0.0,4.0,4.0
+1999,11,12,7,30,639.0,30.0,113.0,8.0,-10.0,1.6,30.94,219.2018128423005,14.186527247684433,13.52892180915753
+1999,11,12,8,30,858.0,45.0,293.0,13.0,-7.0,1.8,27.47,466.1031299756073,25.979785313937242,24.58147592401042
+1999,11,12,9,30,947.0,53.0,447.0,16.0,-11.0,1.8,16.580000000000002,664.3315085275922,34.499940900254146,32.50694637467137
+1999,11,12,10,30,988.0,58.0,551.0,19.0,-13.0,1.4,11.6,798.2908079283234,41.83444700419512,39.43957458041015
+1999,11,12,11,30,1003.0,59.0,597.0,20.0,-13.0,1.6,10.36,856.3120327877889,44.167672952472024,41.59873685410866
+1999,11,12,12,30,996.0,59.0,580.0,21.0,-13.0,1.8,9.85,835.1504975833595,44.256814782658,41.75136328990792
+1999,11,12,13,30,966.0,56.0,502.0,21.0,-13.0,2.0,10.08,735.5197884678134,41.2102621043854,39.00370273898196
+1999,11,12,14,30,902.0,50.0,370.0,20.0,-12.0,1.7000000000000002,11.52,566.5098814078297,35.88182702038052,34.18229737615703
+1999,11,12,15,30,762.0,39.0,200.0,17.0,-4.0,1.2000000000000002,26.61,340.7221553077307,26.877919882301498,25.855753416378306
+1999,11,12,16,30,357.0,15.0,29.0,13.0,-3.0,0.9,36.2,81.90252292649421,15.422886118609888,15.177178549830405
+1999,11,12,17,30,0.0,0.0,0.0,11.0,-7.0,0.8,32.84,0.0,11.0,11.0
+1999,11,12,18,30,0.0,0.0,0.0,9.0,-7.0,1.2000000000000002,37.64,0.0,9.0,9.0
+1999,11,12,19,30,0.0,0.0,0.0,7.0,-7.0,1.6,42.22,0.0,7.0,7.0
+1999,11,12,20,30,0.0,0.0,0.0,6.0,-8.0,1.8,38.69,0.0,6.0,6.0
+1999,11,12,21,30,0.0,0.0,0.0,6.0,-10.0,2.1,35.050000000000004,0.0,6.0,6.0
+1999,11,12,22,30,0.0,0.0,0.0,6.0,-11.0,2.3000000000000003,32.59,0.0,6.0,6.0
+1999,11,12,23,30,0.0,0.0,0.0,6.0,-11.0,2.4000000000000004,31.07,0.0,6.0,6.0
+1999,11,13,0,30,0.0,0.0,0.0,6.0,-12.0,2.5,32.17,0.0,6.0,6.0
+1999,11,13,1,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.83,0.0,5.0,5.0
+1999,11,13,2,30,0.0,0.0,0.0,5.0,-12.0,2.4000000000000004,31.73,0.0,5.0,5.0
+1999,11,13,3,30,0.0,0.0,0.0,5.0,-12.0,2.5,31.47,0.0,5.0,5.0
+1999,11,13,4,30,0.0,0.0,0.0,5.0,-12.0,2.6,30.83,0.0,5.0,5.0
+1999,11,13,5,30,0.0,0.0,0.0,5.0,-12.0,2.6,32.53,0.0,5.0,5.0
+1999,11,13,6,30,0.0,0.0,0.0,5.0,-12.0,2.5,29.97,0.0,5.0,5.0
+1999,11,13,7,30,661.0,29.0,113.0,8.0,-12.0,2.6,25.45,223.07575411380708,13.889300428594074,13.220073166252654
+1999,11,13,8,30,880.0,45.0,296.0,13.0,-11.0,3.0,19.8,474.45826564705516,25.197782444806084,23.77440764786492
+1999,11,13,9,30,967.0,53.0,450.0,17.0,-11.0,2.3000000000000003,15.13,674.4122288125682,35.163896447582935,33.14065976114523
+1999,11,13,10,30,1005.0,58.0,556.0,20.0,-13.0,1.7000000000000002,10.86,808.0640117139747,42.65367873821294,40.22948670307102
+1999,11,13,11,30,1017.0,60.0,601.0,21.0,-14.0,2.2,9.11,865.4738410968992,44.46567917044317,41.869257647152466
+1999,11,13,12,30,1009.0,59.0,584.0,22.0,-14.0,2.8000000000000003,8.57,842.5343419991773,43.949757999423525,41.42215497342599
+1999,11,13,13,30,978.0,57.0,505.0,21.0,-14.0,3.1,9.41,742.5099815982146,39.963098595583254,37.73556865078861
+1999,11,13,14,30,912.0,51.0,372.0,20.0,-13.0,2.8000000000000003,10.86,571.2402162055088,34.881986264794335,33.168265616177806
+1999,11,13,15,30,769.0,39.0,200.0,16.0,-7.0,1.9,21.78,342.11508785814937,25.46351737570916,24.43717211213471
+1999,11,13,16,30,349.0,15.0,28.0,13.0,-3.0,1.4,37.21,79.93826822759375,15.286567916505458,15.046753111822676
+1999,11,13,17,30,0.0,0.0,0.0,12.0,-6.0,1.2000000000000002,32.82,0.0,12.0,12.0
+1999,11,13,18,30,0.0,0.0,0.0,11.0,-7.0,1.0,32.36,0.0,11.0,11.0
+1999,11,13,19,30,0.0,0.0,0.0,10.0,-8.0,1.2000000000000002,33.34,0.0,10.0,10.0
+1999,11,13,20,30,0.0,0.0,0.0,9.0,-8.0,1.5,32.4,0.0,9.0,9.0
+1999,11,13,21,30,0.0,0.0,0.0,9.0,-8.0,1.6,33.32,0.0,9.0,9.0
+1999,11,13,22,30,0.0,0.0,0.0,8.0,-9.0,1.6,31.87,0.0,8.0,8.0
+1999,11,13,23,30,0.0,0.0,0.0,7.0,-10.0,1.7000000000000002,32.87,0.0,7.0,7.0
+1999,11,14,0,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,34.78,0.0,6.0,6.0
+1999,11,14,1,30,0.0,0.0,0.0,6.0,-10.0,1.7000000000000002,37.34,0.0,6.0,6.0
+1999,11,14,2,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.67,0.0,5.0,5.0
+1999,11,14,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,36.1,0.0,5.0,5.0
+1999,11,14,4,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.58,0.0,5.0,5.0
+1999,11,14,5,30,0.0,0.0,0.0,5.0,-10.0,1.8,35.2,0.0,5.0,5.0
+1999,11,14,6,30,0.0,0.0,0.0,6.0,-11.0,1.7000000000000002,32.06,0.0,6.0,6.0
+1999,11,14,7,30,607.0,30.0,104.0,9.0,-10.0,1.3,27.65,206.578797242778,14.948834025297256,14.32909763356892
+1999,11,14,8,30,838.0,46.0,282.0,13.0,-4.0,1.3,33.65,452.53805186126607,26.03170410799818,24.674089952414384
+1999,11,14,9,30,933.0,55.0,435.0,17.0,-9.0,1.3,18.77,651.7440262690279,35.76822351084226,33.812991432035176
+1999,11,14,10,30,976.0,60.0,540.0,18.0,-11.0,0.9,13.84,785.4551921151841,41.235773621697916,38.87940804535236
+1999,11,14,11,30,992.0,63.0,587.0,19.0,-11.0,1.0,12.87,845.7221655818886,43.850644623448474,41.313478126702805
+1999,11,14,12,30,985.0,62.0,571.0,20.0,-11.0,1.2000000000000002,12.05,824.1415369178318,43.89279342870621,41.42036881795272
+1999,11,14,13,30,954.0,60.0,494.0,20.0,-11.0,1.5,12.26,726.2657698561786,40.63528642121122,38.45648911164268
+1999,11,14,14,30,886.0,53.0,362.0,19.0,-10.0,1.4,13.76,556.4620899115744,34.91713693272339,33.247750662988665
+1999,11,14,15,30,737.0,41.0,193.0,16.0,-4.0,1.2000000000000002,29.96,330.142350768271,25.571199406443963,24.58077235413915
+1999,11,14,16,30,305.0,14.0,25.0,13.0,-2.0,1.2000000000000002,40.34,70.35949551453513,15.039801195270147,14.828722708726541
+1999,11,14,17,30,0.0,0.0,0.0,11.0,-6.0,1.3,35.44,0.0,11.0,11.0
+1999,11,14,18,30,0.0,0.0,0.0,10.0,-6.0,1.4,36.57,0.0,10.0,10.0
+1999,11,14,19,30,0.0,0.0,0.0,9.0,-7.0,1.6,38.31,0.0,9.0,9.0
+1999,11,14,20,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,40.32,0.0,7.0,7.0
+1999,11,14,21,30,0.0,0.0,0.0,7.0,-7.0,1.7000000000000002,41.64,0.0,7.0,7.0
+1999,11,14,22,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,39.95,0.0,6.0,6.0
+1999,11,14,23,30,0.0,0.0,0.0,6.0,-8.0,1.7000000000000002,41.3,0.0,6.0,6.0
+1999,11,15,0,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,40.03,0.0,5.0,5.0
+1999,11,15,1,30,0.0,0.0,0.0,5.0,-9.0,1.7000000000000002,38.92,0.0,5.0,5.0
+1999,11,15,2,30,0.0,0.0,0.0,5.0,-10.0,1.7000000000000002,40.61,0.0,5.0,5.0
+1999,11,15,3,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.48,0.0,5.0,5.0
+1999,11,15,4,30,0.0,0.0,0.0,4.0,-10.0,1.8,38.51,0.0,4.0,4.0
+1999,11,15,5,30,0.0,0.0,0.0,4.0,-10.0,1.8,37.9,0.0,4.0,4.0
+1999,11,15,6,30,0.0,0.0,0.0,4.0,-11.0,1.7000000000000002,37.51,0.0,4.0,4.0
+1999,11,15,7,30,602.0,29.0,101.0,8.0,-10.0,1.7000000000000002,32.55,202.59564127520204,13.679669561667339,13.071882637841732
+1999,11,15,8,30,839.0,46.0,280.0,13.0,-7.0,2.2,28.24,450.6738620944352,25.21916568270784,23.867144096424532
+1999,11,15,9,30,936.0,55.0,433.0,17.0,-9.0,2.3000000000000003,17.29,650.9345207827079,34.5315730120607,32.578769449712574
+1999,11,15,10,30,980.0,60.0,538.0,20.0,-11.0,1.9,12.78,785.5605869447212,41.73001579897017,39.37333403813601
+1999,11,15,11,30,995.0,62.0,585.0,21.0,-11.0,2.0,11.58,844.3029778870552,44.19935472321721,41.66644578955604
+1999,11,15,12,30,988.0,62.0,569.0,22.0,-11.0,2.2,11.63,823.852828517428,44.33720447651016,41.86564599095787
+1999,11,15,13,30,957.0,59.0,491.0,21.0,-11.0,2.3000000000000003,11.85,725.1157886216089,40.529491806843836,38.354144440979006
+1999,11,15,14,30,889.0,52.0,359.0,20.0,-10.0,1.9,14.3,555.382087282021,35.36286536222647,33.696719100380406
+1999,11,15,15,30,738.0,40.0,190.0,16.0,-3.0,1.3,29.86,328.3393457157139,25.45516334545201,24.47014530830487
+1999,11,15,16,30,302.0,13.0,23.0,13.0,-3.0,1.0,39.56,68.47892352901621,15.012180195898047,14.806743425310998
+1999,11,15,17,30,0.0,0.0,0.0,11.0,-6.0,0.5,35.31,0.0,11.0,11.0
+1999,11,15,18,30,0.0,0.0,0.0,9.0,-6.0,0.7000000000000001,36.88,0.0,9.0,9.0
+1999,11,15,19,30,0.0,0.0,0.0,8.0,-6.0,1.3,41.61,0.0,8.0,8.0
+1999,11,15,20,30,0.0,0.0,0.0,6.0,-7.0,1.6,43.47,0.0,6.0,6.0
+1999,11,15,21,30,0.0,0.0,0.0,6.0,-7.0,1.7000000000000002,41.89,0.0,6.0,6.0
+1999,11,15,22,30,0.0,0.0,0.0,5.0,-8.0,1.8,43.14,0.0,5.0,5.0
+1999,11,15,23,30,0.0,0.0,0.0,5.0,-8.0,1.8,41.58,0.0,5.0,5.0
+1999,11,16,0,30,0.0,0.0,0.0,5.0,-9.0,1.8,40.29,0.0,5.0,5.0
+1999,11,16,1,30,0.0,0.0,0.0,5.0,-9.0,1.9,39.44,0.0,5.0,5.0
+1999,11,16,2,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.84,0.0,5.0,5.0
+1999,11,16,3,30,0.0,0.0,0.0,5.0,-9.0,1.9,41.41,0.0,5.0,5.0
+1999,11,16,4,30,0.0,0.0,0.0,5.0,-9.0,1.9,40.66,0.0,5.0,5.0
+1999,11,16,5,30,0.0,0.0,0.0,5.0,-10.0,1.9,39.83,0.0,5.0,5.0
+1999,11,16,6,30,0.0,0.0,0.0,5.0,-10.0,1.8,39.4,0.0,5.0,5.0
+1999,11,16,7,30,578.0,29.0,96.0,8.0,-9.0,1.8,31.69,194.1542692716304,13.406702016916318,12.824239209101426
+1999,11,16,8,30,820.0,47.0,272.0,13.0,-7.0,2.3000000000000003,27.29,440.1554632830033,24.85467569291705,23.53420930306804
+1999,11,16,9,30,916.0,57.0,423.0,17.0,-8.0,2.0,20.5,637.460677482193,34.515840600280434,32.603458567833854
+1999,11,16,10,30,958.0,62.0,526.0,19.0,-9.0,1.4,15.27,768.417154938498,40.97993591720396,38.67468445238847
+1999,11,16,11,30,971.0,65.0,571.0,20.0,-10.0,1.7000000000000002,13.61,825.6106383926299,43.145589821933264,40.668757906755374
+1999,11,16,12,30,961.0,65.0,554.0,21.0,-10.0,1.9,13.55,803.4295693049689,43.224303923212624,40.814015215297715
+1999,11,16,13,30,926.0,62.0,477.0,20.0,-10.0,2.0,13.78,704.2907051496147,39.35216424075721,37.23929212530837
+1999,11,16,14,30,854.0,55.0,348.0,19.0,-9.0,1.7000000000000002,15.21,536.7808835859739,34.04838912919556,32.43804647843764
+1999,11,16,15,30,698.0,42.0,181.0,15.0,-5.0,1.4,27.54,313.5146092097389,23.967825581781607,23.02728175415239
+1999,11,16,16,30,0.0,21.0,21.0,12.0,-3.0,1.4,39.73,20.52507938868903,12.587102886445862,12.525527648279795
+1999,11,16,17,30,0.0,0.0,0.0,10.0,-5.0,1.4,38.57,0.0,10.0,10.0
+1999,11,16,18,30,0.0,0.0,0.0,9.0,-5.0,1.3,39.98,0.0,9.0,9.0
+1999,11,16,19,30,0.0,0.0,0.0,8.0,-5.0,1.4,45.25,0.0,8.0,8.0
+1999,11,16,20,30,0.0,0.0,0.0,7.0,-6.0,1.6,47.59,0.0,7.0,7.0
+1999,11,16,21,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,46.18,0.0,6.0,6.0
+1999,11,16,22,30,0.0,0.0,0.0,6.0,-6.0,1.7000000000000002,48.33,0.0,6.0,6.0
+1999,11,16,23,30,0.0,0.0,0.0,5.0,-7.0,1.7000000000000002,47.52,0.0,5.0,5.0
+1999,11,17,0,30,0.0,0.0,0.0,5.0,-7.0,1.8,50.77,0.0,5.0,5.0
+1999,11,17,1,30,0.0,0.0,0.0,5.0,-6.0,1.9,51.6,0.0,5.0,5.0
+1999,11,17,2,30,0.0,0.0,0.0,5.0,-6.0,1.8,52.79,0.0,5.0,5.0
+1999,11,17,3,30,0.0,0.0,0.0,5.0,-6.0,1.8,53.58,0.0,5.0,5.0
+1999,11,17,4,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.72,0.0,5.0,5.0
+1999,11,17,5,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.54,0.0,5.0,5.0
+1999,11,17,6,30,0.0,0.0,0.0,5.0,-6.0,1.8,49.76,0.0,5.0,5.0
+1999,11,17,7,30,559.0,28.0,90.0,8.0,-5.0,2.0,43.02,186.27215574796006,13.118297494425482,12.559481027181603
+1999,11,17,8,30,801.0,46.0,262.0,13.0,-3.0,2.8000000000000003,36.15,427.7899452289235,24.144810726742676,22.861440891055906
+1999,11,17,9,30,899.0,55.0,411.0,17.0,-4.0,3.4000000000000004,27.81,622.1082445133751,32.57616858538418,30.70984385184406
+1999,11,17,10,30,944.0,61.0,514.0,19.0,-5.0,3.0,21.78,754.3756229442567,38.39413937238511,36.13101250355234
+1999,11,17,11,30,958.0,63.0,559.0,20.0,-5.0,2.8000000000000003,20.13,810.8164918442297,41.123442559852094,38.6909930843194
+1999,11,17,12,30,947.0,64.0,543.0,21.0,-5.0,2.7,20.05,789.2733634948514,41.699170461754555,39.33135037127
+1999,11,17,13,30,624.0,122.0,400.0,20.0,-5.0,2.6,20.05,551.6082181776317,34.56270551963348,32.90788086510059
+1999,11,17,14,30,441.0,116.0,266.0,19.0,-5.0,2.1,21.72,361.9766962444419,28.880019471224504,27.79408938249118
+1999,11,17,15,30,348.0,68.0,136.0,16.0,-1.0,1.4,34.81,201.78402663742668,21.77186486025419,21.16651278034191
+1999,11,17,16,30,0.0,14.0,14.0,12.0,0.0,1.3,47.19,13.683386259126019,12.39403944086241,12.352989282085034
+1999,11,17,17,30,0.0,0.0,0.0,10.0,-2.0,1.6,49.68,0.0,10.0,10.0
+1999,11,17,18,30,0.0,0.0,0.0,9.0,-3.0,2.1,51.92,0.0,9.0,9.0
+1999,11,17,19,30,0.0,0.0,0.0,9.0,-3.0,2.9000000000000004,50.16,0.0,9.0,9.0
+1999,11,17,20,30,0.0,0.0,0.0,9.0,-4.0,3.6,44.84,0.0,9.0,9.0
+1999,11,17,21,30,0.0,0.0,0.0,9.0,-4.0,3.8,47.07,0.0,9.0,9.0
+1999,11,17,22,30,0.0,0.0,0.0,8.0,-3.0,4.1000000000000005,48.78,0.0,8.0,8.0
+1999,11,17,23,30,0.0,0.0,0.0,8.0,-3.0,4.2,55.95,0.0,8.0,8.0
+1999,11,18,0,30,0.0,0.0,0.0,7.0,-2.0,3.9,63.63,0.0,7.0,7.0
+1999,11,18,1,30,0.0,0.0,0.0,6.0,-2.0,4.3,66.89,0.0,6.0,6.0
+1999,11,18,2,30,0.0,0.0,0.0,5.0,-4.0,4.800000000000002,62.93,0.0,5.0,5.0
+1999,11,18,3,30,0.0,0.0,0.0,3.0,-5.0,4.7,60.88,0.0,3.0,3.0
+1999,11,18,4,30,0.0,0.0,0.0,3.0,-6.0,4.6000000000000005,62.78,0.0,3.0,3.0
+1999,11,18,5,30,0.0,0.0,0.0,2.0,-6.0,4.7,60.4,0.0,2.0,2.0
+1999,11,18,6,30,0.0,0.0,0.0,2.0,-7.0,5.2,56.23,0.0,2.0,2.0
+1999,11,18,7,30,602.0,26.0,92.0,3.0,-8.0,6.1000000000000005,51.88,194.98916889740724,7.094363752374456,6.509396245682234
+1999,11,18,8,30,855.0,41.0,269.0,4.0,-9.0,7.1000000000000005,40.89,446.3209738204923,12.791379594431847,11.45241667297037
+1999,11,18,9,30,955.0,49.0,423.0,5.0,-11.0,7.6,33.26,648.8944237819259,17.38277365768384,15.43609038633806
+1999,11,18,10,30,999.0,53.0,529.0,6.0,-12.0,7.7,28.73,784.194221338114,20.87044637460793,18.517863710593588
+1999,11,18,11,30,1011.0,55.0,575.0,7.0,-12.0,7.7,26.02,841.7097684217752,22.961096924358735,20.43596761909341
+1999,11,18,12,30,1000.0,56.0,558.0,8.0,-12.0,7.3000000000000025,24.3,819.6428644145768,23.941107254575687,21.482178661331957
+1999,11,18,13,30,965.0,54.0,481.0,8.0,-12.0,6.7,24.9,719.3286139384239,22.53471831313618,20.37673247132091
+1999,11,18,14,30,895.0,49.0,350.0,7.0,-12.0,5.9,27.36,550.7975720623849,18.715413122696123,17.06302040650897
+1999,11,18,15,30,743.0,38.0,182.0,6.0,-11.0,4.1000000000000005,30.33,325.0240643290865,13.771514082378683,12.796441889391424
+1999,11,18,16,30,288.0,12.0,19.0,3.0,-10.0,2.2,42.06,64.0773161475108,4.737334707788354,4.545102759345822
+1999,11,18,17,30,0.0,0.0,0.0,1.0,-9.0,1.5,49.15,0.0,1.0,1.0
+1999,11,18,18,30,0.0,0.0,0.0,0.0,-9.0,1.4,50.09,0.0,0.0,0.0
+1999,11,18,19,30,0.0,0.0,0.0,0.0,-9.0,1.3,53.81,0.0,0.0,0.0
+1999,11,18,20,30,0.0,0.0,0.0,0.0,-9.0,1.4,56.99,0.0,0.0,0.0
+1999,11,18,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.78,0.0,0.0,0.0
+1999,11,18,22,30,0.0,0.0,0.0,0.0,-9.0,1.9,58.93,0.0,0.0,0.0
+1999,11,18,23,30,0.0,0.0,0.0,0.0,-10.0,2.2,58.23,0.0,0.0,0.0
+1999,11,19,0,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.98,0.0,-1.0,-1.0
+1999,11,19,1,30,0.0,0.0,0.0,-1.0,-10.0,2.3000000000000003,57.74,0.0,-1.0,-1.0
+1999,11,19,2,30,0.0,0.0,0.0,-1.0,-10.0,2.2,57.18,0.0,-1.0,-1.0
+1999,11,19,3,30,0.0,0.0,0.0,-1.0,-10.0,2.1,55.94,0.0,-1.0,-1.0
+1999,11,19,4,30,0.0,0.0,0.0,-1.0,-11.0,2.1,53.92,0.0,-1.0,-1.0
+1999,11,19,5,30,0.0,0.0,0.0,-1.0,-11.0,2.1,51.41,0.0,-1.0,-1.0
+1999,11,19,6,30,0.0,0.0,0.0,0.0,-12.0,2.0,45.44,0.0,0.0,0.0
+1999,11,19,7,30,615.0,25.0,90.0,2.0,-12.0,2.3000000000000003,39.08,196.07462354197213,7.280863848340731,6.692639977714815
+1999,11,19,8,30,860.0,41.0,267.0,6.0,-11.0,2.2,33.14,446.291576599714,18.10034833599048,16.761473606191338
+1999,11,19,9,30,956.0,49.0,419.0,9.0,-12.0,1.2000000000000002,22.62,646.7840932910053,27.751000940650044,25.81064866077703
+1999,11,19,10,30,999.0,53.0,525.0,12.0,-14.0,0.9,17.650000000000006,781.3811043077828,35.115251683644686,32.771108370721336
+1999,11,19,11,30,1013.0,55.0,572.0,13.0,-14.0,1.1,15.19,840.566753598431,37.53344958499773,35.01174932420244
+1999,11,19,12,30,1005.0,54.0,556.0,14.0,-14.0,1.2000000000000002,13.97,819.0858587585783,37.74622361212736,35.28896603585162
+1999,11,19,13,30,563.0,134.0,381.0,15.0,-14.0,1.2000000000000002,13.76,518.6616942489145,30.036587970577713,28.48060288783097
+1999,11,19,14,30,573.0,89.0,280.0,14.0,-14.0,1.3,14.76,407.9689485633887,25.74825100577198,24.524344160081814
+1999,11,19,15,30,298.0,66.0,124.0,11.0,-10.0,1.3,24.3,179.58546257483658,16.171509005149286,15.632752617424774
+1999,11,19,16,30,0.0,12.0,12.0,7.0,-9.0,1.4,35.18,11.728616793536586,7.335487363683349,7.300301513302739
+1999,11,19,17,30,0.0,0.0,0.0,4.0,-10.0,1.7000000000000002,39.95,0.0,4.0,4.0
+1999,11,19,18,30,0.0,0.0,0.0,3.0,-10.0,1.9,42.33,0.0,3.0,3.0
+1999,11,19,19,30,0.0,0.0,0.0,3.0,-11.0,2.2,39.82,0.0,3.0,3.0
+1999,11,19,20,30,0.0,0.0,0.0,3.0,-11.0,2.5,37.59,0.0,3.0,3.0
+1999,11,19,21,30,0.0,0.0,0.0,3.0,-12.0,2.6,36.72,0.0,3.0,3.0
+1999,11,19,22,30,0.0,0.0,0.0,4.0,-12.0,2.6,37.0,0.0,4.0,4.0
+1999,11,19,23,30,0.0,0.0,0.0,4.0,-11.0,2.5,38.26,0.0,4.0,4.0
+1999,11,20,0,30,0.0,0.0,0.0,4.0,-11.0,2.7,39.73,0.0,4.0,4.0
+1999,11,20,1,30,0.0,0.0,0.0,4.0,-10.0,2.9000000000000004,38.71,0.0,4.0,4.0
+1999,11,20,2,30,0.0,0.0,0.0,4.0,-9.0,3.2,41.44,0.0,4.0,4.0
+1999,11,20,3,30,0.0,0.0,0.0,5.0,-9.0,3.4000000000000004,43.68,0.0,5.0,5.0
+1999,11,20,4,30,0.0,0.0,0.0,5.0,-8.0,3.5,42.09,0.0,5.0,5.0
+1999,11,20,5,30,0.0,0.0,0.0,5.0,-8.0,3.3000000000000003,42.59,0.0,5.0,5.0
+1999,11,20,6,30,0.0,0.0,0.0,5.0,-8.0,3.0,43.02,0.0,5.0,5.0
+1999,11,20,7,30,81.0,37.0,45.0,7.0,-8.0,2.7,41.12,58.55697122059542,8.535691922570585,8.360021008908799
+1999,11,20,8,30,53.0,103.0,117.0,9.0,-6.0,2.6,39.3,125.55934086427746,12.314823177012453,11.93814515441962
+1999,11,20,9,30,586.0,108.0,333.0,11.0,-5.0,2.3000000000000003,34.65,471.0004371333983,23.685421173219847,22.272419861819653
+1999,11,20,10,30,914.0,63.0,492.0,13.0,-7.0,1.8,28.56,726.5422631520515,33.23235200696731,31.052725217511156
+1999,11,20,11,30,975.0,59.0,553.0,14.0,-8.0,1.2000000000000002,24.64,812.4094062719618,37.55266571830262,35.11543749948673
+1999,11,20,12,30,966.0,59.0,537.0,15.0,-8.0,0.7000000000000001,22.7,791.9454316380146,38.74593076468565,36.37009446977161
+1999,11,20,13,30,930.0,56.0,461.0,15.0,-8.0,0.6000000000000001,21.7,693.2593407718771,35.92772809068476,33.84795006836913
+1999,11,20,14,30,642.0,77.0,290.0,14.0,-7.0,0.7000000000000001,24.06,433.84104341175924,27.00842074235675,25.706897612121473
+1999,11,20,15,30,380.0,62.0,134.0,11.0,-5.0,0.5,36.21,206.86550826947803,17.28708077428943,16.666484249480995
+1999,11,20,16,30,0.0,12.0,12.0,7.0,-3.0,0.4,54.51,11.728616793536586,7.358876092056303,7.323690241675694
+1999,11,20,17,30,0.0,0.0,0.0,6.0,-4.0,0.7000000000000001,59.95,0.0,6.0,6.0
+1999,11,20,18,30,0.0,0.0,0.0,5.0,-3.0,1.1,68.15,0.0,5.0,5.0
+1999,11,20,19,30,0.0,0.0,0.0,4.0,-2.0,1.3,75.57000000000002,0.0,4.0,4.0
+1999,11,20,20,30,0.0,0.0,0.0,3.0,-2.0,1.0,76.56,0.0,3.0,3.0
+1999,11,20,21,30,0.0,0.0,0.0,3.0,-2.0,0.4,80.53,0.0,3.0,3.0
+1999,11,20,22,30,0.0,0.0,0.0,2.0,-3.0,0.4,79.31,0.0,2.0,2.0
+1999,11,20,23,30,0.0,0.0,0.0,1.0,-3.0,0.7000000000000001,77.93,0.0,1.0,1.0
+1999,11,21,0,30,0.0,0.0,0.0,0.0,-3.0,1.0,75.97,0.0,0.0,0.0
+1999,11,21,1,30,0.0,0.0,0.0,0.0,-4.0,1.2000000000000002,79.21000000000002,0.0,0.0,0.0
+1999,11,21,2,30,0.0,0.0,0.0,0.0,-4.0,1.3,81.91,0.0,0.0,0.0
+1999,11,21,3,30,0.0,0.0,0.0,0.0,-5.0,1.4,78.26,0.0,0.0,0.0
+1999,11,21,4,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.96000000000002,0.0,0.0,0.0
+1999,11,21,5,30,0.0,0.0,0.0,0.0,-6.0,1.3,72.51,0.0,0.0,0.0
+1999,11,21,6,30,0.0,0.0,0.0,0.0,-6.0,1.1,71.10000000000002,0.0,0.0,0.0
+1999,11,21,7,30,461.0,29.0,75.0,1.0,-6.0,0.8,67.03,154.61340342541686,5.604800975644946,5.140960765368695
+1999,11,21,8,30,737.0,54.0,242.0,3.0,-5.0,1.1,62.84,396.79606277269244,14.581205371120468,13.39081718280239
+1999,11,21,9,30,838.0,69.0,388.0,6.0,-6.0,2.2,47.72,587.6782503137057,21.933779419411522,20.170744668470405
+1999,11,21,10,30,874.0,81.0,488.0,7.0,-7.0,3.4000000000000004,40.63,712.6362267585941,24.842782354904614,22.704873674628832
+1999,11,21,11,30,500.0,182.0,434.0,8.0,-7.0,3.7,39.41,563.6522298141073,21.836198195832495,20.14524150639017
+1999,11,21,12,30,11.0,168.0,174.0,7.0,-6.0,3.8,41.76,172.54119264101868,11.207658809584844,10.690035231661788
+1999,11,21,13,30,1.0,135.0,136.0,6.0,-5.0,3.7,49.16,132.63584720368485,9.25586553678246,8.857957995171406
+1999,11,21,14,30,0.0,61.0,61.0,5.0,-4.0,3.5,57.19,59.62046870047765,6.482942890623948,6.3040814845225155
+1999,11,21,15,30,79.0,72.0,87.0,4.0,-3.0,3.2,69.65,100.69105151016714,6.55460969582187,6.252536541291368
+1999,11,21,16,30,0.0,6.0,6.0,2.0,-3.0,2.9000000000000004,78.65,5.864308396768293,2.151767243000305,2.1341743178100003
+1999,11,21,17,30,0.0,0.0,0.0,0.0,-2.0,2.8000000000000003,80.37,0.0,0.0,0.0
+1999,11,21,18,30,0.0,0.0,0.0,0.0,-3.0,3.0,83.72,0.0,0.0,0.0
+1999,11,21,19,30,0.0,0.0,0.0,0.0,-4.0,3.3000000000000003,84.89,0.0,0.0,0.0
+1999,11,21,20,30,0.0,0.0,0.0,-1.0,-4.0,3.3000000000000003,87.33,0.0,-1.0,-1.0
+1999,11,21,21,30,0.0,0.0,0.0,-1.0,-5.0,3.0,91.6,0.0,-1.0,-1.0
+1999,11,21,22,30,0.0,0.0,0.0,-2.0,-5.0,2.5,89.83,0.0,-2.0,-2.0
+1999,11,21,23,30,0.0,0.0,0.0,-2.0,-5.0,2.2,88.55,0.0,-2.0,-2.0
+1999,11,22,0,30,0.0,0.0,0.0,-2.0,-5.0,1.9,94.92,0.0,-2.0,-2.0
+1999,11,22,1,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.3,0.0,-2.0,-2.0
+1999,11,22,2,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.81,0.0,-2.0,-2.0
+1999,11,22,3,30,0.0,0.0,0.0,-2.0,-5.0,1.6,95.58,0.0,-2.0,-2.0
+1999,11,22,4,30,0.0,0.0,0.0,-2.0,-5.0,1.7000000000000002,95.42,0.0,-2.0,-2.0
+1999,11,22,5,30,0.0,0.0,0.0,-3.0,-5.0,1.9,94.63,0.0,-3.0,-3.0
+1999,11,22,6,30,0.0,0.0,0.0,-3.0,-5.0,2.0,93.29,0.0,-3.0,-3.0
+1999,11,22,7,30,0.0,2.0,2.0,-2.0,-6.0,2.3000000000000003,85.4,1.9547694655894312,-1.9473523334320628,-1.953216641828831
+1999,11,22,8,30,0.0,19.0,19.0,0.0,-5.0,2.7,81.97,18.570309923099597,0.48701758909460285,0.43130665932530404
+1999,11,22,9,30,0.0,33.0,33.0,0.0,-5.0,2.8000000000000003,77.27,32.25369618222562,0.8402753341862875,0.7435142456396107
+1999,11,22,10,30,0.0,22.0,22.0,0.0,-5.0,2.4000000000000004,72.59,21.502464121483747,0.5752791426833617,0.5107717503189104
+1999,11,22,11,30,0.0,30.0,30.0,1.0,-5.0,1.9,72.76,29.32154198384147,1.811086479067309,1.7231218531157846
+1999,11,22,12,30,0.0,50.0,50.0,0.0,-5.0,1.8,71.68,48.86923663973578,1.3608838028462966,1.2142760929270893
+1999,11,22,13,30,0.0,88.0,88.0,0.0,-5.0,2.3000000000000003,70.84,86.00985648593499,2.3164973289892368,2.058467759531432
+1999,11,22,14,30,0.0,27.0,27.0,0.0,-5.0,3.0,75.75,26.389387785457323,0.6784411493382723,0.5992729859819003
+1999,11,22,15,30,0.0,6.0,6.0,-1.0,-5.0,3.3000000000000003,80.52,5.864308396768293,-0.8521982073740623,-0.8697911325643671
+1999,11,22,16,30,0.0,0.0,0.0,-2.0,-6.0,3.0,82.74,0.0,-2.0,-2.0
+1999,11,22,17,30,0.0,0.0,0.0,-3.0,-7.0,2.5,84.25,0.0,-3.0,-3.0
+1999,11,22,18,30,0.0,0.0,0.0,-3.0,-7.0,2.2,87.8,0.0,-3.0,-3.0
+1999,11,22,19,30,0.0,0.0,0.0,-4.0,-8.0,2.0,84.78,0.0,-4.0,-4.0
+1999,11,22,20,30,0.0,0.0,0.0,-4.0,-8.0,2.0,81.75,0.0,-4.0,-4.0
+1999,11,22,21,30,0.0,0.0,0.0,-4.0,-9.0,1.9,78.68,0.0,-4.0,-4.0
+1999,11,22,22,30,0.0,0.0,0.0,-4.0,-9.0,1.8,81.75,0.0,-4.0,-4.0
+1999,11,22,23,30,0.0,0.0,0.0,-5.0,-10.0,1.6,79.08,0.0,-5.0,-5.0
+1999,11,23,0,30,0.0,0.0,0.0,-5.0,-10.0,1.4,82.43,0.0,-5.0,-5.0
+1999,11,23,1,30,0.0,0.0,0.0,-6.0,-11.0,1.3,78.60000000000002,0.0,-6.0,-6.0
+1999,11,23,2,30,0.0,0.0,0.0,-6.0,-11.0,1.3,80.52,0.0,-6.0,-6.0
+1999,11,23,3,30,0.0,0.0,0.0,-7.0,-12.0,1.2000000000000002,76.87,0.0,-7.0,-7.0
+1999,11,23,4,30,0.0,0.0,0.0,-7.0,-12.0,1.1,73.97,0.0,-7.0,-7.0
+1999,11,23,5,30,0.0,0.0,0.0,-7.0,-13.0,1.1,71.14,0.0,-7.0,-7.0
+1999,11,23,6,30,0.0,0.0,0.0,-7.0,-13.0,1.2000000000000002,68.42,0.0,-7.0,-7.0
+1999,11,23,7,30,408.0,32.0,69.0,-5.0,-14.0,1.6,56.54,140.90653003697904,-1.0231985486471535,-1.4459181387580906
+1999,11,23,8,30,736.0,58.0,241.0,-2.0,-13.0,2.0,51.79,396.1826862192344,8.886118980414881,7.697570921757178
+1999,11,23,9,30,876.0,68.0,395.0,0.0,-12.0,2.1,48.27,605.4242318236086,16.524829528608745,14.70855683313792
+1999,11,23,10,30,939.0,72.0,503.0,0.0,-12.0,1.8,42.01,745.9136493546608,20.77179578662267,18.534054838558685
+1999,11,23,11,30,0.0,128.0,128.0,0.0,-12.0,1.5,42.81,125.1052457977236,3.554597623874362,3.1792818864811916
+1999,11,23,12,30,31.0,196.0,211.0,1.0,-12.0,1.4,39.83,214.92329557832562,7.14770275958243,6.5029328728474525
+1999,11,23,13,30,28.0,169.0,181.0,1.0,-12.0,1.4,39.74,184.24481431234088,6.270170226726032,5.717435783789009
+1999,11,23,14,30,247.0,133.0,213.0,0.0,-11.0,1.5,43.46,266.85283137820875,7.582051690100964,6.781493195966338
+1999,11,23,15,30,143.0,70.0,96.0,-1.0,-11.0,1.4,52.43,123.00447720048737,2.5184411345062694,2.149427702904807
+1999,11,23,16,30,0.0,0.0,0.0,-3.0,-12.0,1.1,56.96,0.0,-3.0,-3.0
+1999,11,23,17,30,0.0,0.0,0.0,-4.0,-13.0,1.0,53.64,0.0,-4.0,-4.0
+1999,11,23,18,30,0.0,0.0,0.0,-4.0,-14.0,0.9,56.92,0.0,-4.0,-4.0
+1999,11,23,19,30,0.0,0.0,0.0,-5.0,-14.0,1.2000000000000002,55.66,0.0,-5.0,-5.0
+1999,11,23,20,30,0.0,0.0,0.0,-5.0,-14.0,1.5,58.33,0.0,-5.0,-5.0
+1999,11,23,21,30,0.0,0.0,0.0,-5.0,-14.0,1.6,53.44,0.0,-5.0,-5.0
+1999,11,23,22,30,0.0,0.0,0.0,-5.0,-14.0,1.7000000000000002,53.1,0.0,-5.0,-5.0
+1999,11,23,23,30,0.0,0.0,0.0,-5.0,-14.0,1.6,52.98,0.0,-5.0,-5.0
+1999,11,24,0,30,0.0,0.0,0.0,-5.0,-15.0,1.3,52.6,0.0,-5.0,-5.0
+1999,11,24,1,30,0.0,0.0,0.0,-5.0,-15.0,1.1,51.55,0.0,-5.0,-5.0
+1999,11,24,2,30,0.0,0.0,0.0,-6.0,-15.0,0.9,54.9,0.0,-6.0,-6.0
+1999,11,24,3,30,0.0,0.0,0.0,-6.0,-15.0,1.0,57.57,0.0,-6.0,-6.0
+1999,11,24,4,30,0.0,0.0,0.0,-7.0,-16.0,1.2000000000000002,54.83,0.0,-7.0,-7.0
+1999,11,24,5,30,0.0,0.0,0.0,-8.0,-17.0,1.4,56.24,0.0,-8.0,-8.0
+1999,11,24,6,30,0.0,0.0,0.0,-9.0,-17.0,1.9,57.28,0.0,-9.0,-9.0
+1999,11,24,7,30,106.0,32.0,42.0,-7.0,-18.0,2.5,46.5,59.49033027231833,-5.418948469012107,-5.597419459829061
+1999,11,24,8,30,814.0,53.0,252.0,-3.0,-17.0,2.7,37.79,425.04361045954425,8.14702529377719,6.871894462398558
+1999,11,24,9,30,935.0,66.0,412.0,0.0,-15.0,2.4000000000000004,34.99,637.213609288254,17.048078619569033,15.136437791704273
+1999,11,24,10,30,988.0,73.0,523.0,0.0,-14.0,2.3000000000000003,31.39,779.5524447561027,20.995630383127605,18.656973048859296
+1999,11,24,11,30,1007.0,76.0,573.0,1.0,-14.0,2.3000000000000003,32.33,843.7862695078074,23.72563540287112,21.1942765943477
+1999,11,24,12,30,1001.0,74.0,558.0,2.0,-13.0,2.3000000000000003,34.230000000000004,824.4148032931989,24.203905085229167,21.73066067534957
+1999,11,24,13,30,969.0,68.0,480.0,2.0,-13.0,2.2,35.28,724.630899812858,21.646990359000693,19.473097659562118
+1999,11,24,14,30,898.0,58.0,347.0,1.0,-13.0,1.8,36.36,553.0851930479296,16.402014284811507,14.74275870566772
+1999,11,24,15,30,741.0,41.0,175.0,0.0,-11.0,1.0,45.01,322.2872635613879,9.470067806390292,8.503206015706128
+1999,11,24,16,30,0.0,0.0,0.0,-2.0,-13.0,0.6000000000000001,47.09,0.0,-2.0,-2.0
+1999,11,24,17,30,0.0,0.0,0.0,-4.0,-16.0,0.9,44.25,0.0,-4.0,-4.0
+1999,11,24,18,30,0.0,0.0,0.0,-5.0,-16.0,1.4,48.03,0.0,-5.0,-5.0
+1999,11,24,19,30,0.0,0.0,0.0,-6.0,-16.0,1.7000000000000002,51.86,0.0,-6.0,-6.0
+1999,11,24,20,30,0.0,0.0,0.0,-6.0,-16.0,2.0,51.82,0.0,-6.0,-6.0
+1999,11,24,21,30,0.0,0.0,0.0,-6.0,-16.0,2.4000000000000004,55.76,0.0,-6.0,-6.0
+1999,11,24,22,30,0.0,0.0,0.0,-6.0,-16.0,2.7,51.57,0.0,-6.0,-6.0
+1999,11,24,23,30,0.0,0.0,0.0,-5.0,-16.0,3.0,51.81,0.0,-5.0,-5.0
+1999,11,25,0,30,0.0,0.0,0.0,-5.0,-15.0,3.2,48.83,0.0,-5.0,-5.0
+1999,11,25,1,30,0.0,0.0,0.0,-5.0,-15.0,3.3000000000000003,49.31,0.0,-5.0,-5.0
+1999,11,25,2,30,0.0,0.0,0.0,-4.0,-15.0,3.3000000000000003,46.03,0.0,-4.0,-4.0
+1999,11,25,3,30,0.0,0.0,0.0,-3.0,-15.0,3.6,44.42,0.0,-3.0,-3.0
+1999,11,25,4,30,0.0,0.0,0.0,-2.0,-14.0,4.1000000000000005,47.97,0.0,-2.0,-2.0
+1999,11,25,5,30,0.0,0.0,0.0,-2.0,-13.0,4.800000000000002,52.03,0.0,-2.0,-2.0
+1999,11,25,6,30,0.0,0.0,0.0,-2.0,-12.0,5.5,51.75,0.0,-2.0,-2.0
+1999,11,25,7,30,0.0,12.0,12.0,-1.0,-11.0,6.3000000000000025,52.29,11.728616793536586,-0.7568663646721053,-0.7920522150527151
+1999,11,25,8,30,81.0,97.0,117.0,0.0,-9.0,6.7,51.84,131.7305023833145,2.66174000072975,2.2665484935798066
+1999,11,25,9,30,0.0,54.0,54.0,2.0,-7.0,6.3000000000000025,55.36,52.77877557091465,3.0941013589755264,2.9357650322627826
+1999,11,25,10,30,0.0,47.0,47.0,3.0,-6.0,5.6000000000000005,58.02,45.937082441351635,3.9961750020508484,3.8583637547267937
+1999,11,25,11,30,8.0,163.0,167.0,5.0,-5.0,4.9,58.98,165.40877126063882,8.753595305509434,8.257368991727517
+1999,11,25,12,30,942.0,74.0,527.0,6.0,-4.0,4.3,58.27,778.1765779149267,24.364393410482887,22.029863676738106
+1999,11,25,13,30,917.0,66.0,454.0,6.0,-3.0,3.7,56.8,685.8492171814831,22.835816837820765,20.778269186276315
+1999,11,25,14,30,849.0,56.0,327.0,5.0,-2.0,2.7,65.23,522.9996598995236,18.715981828861647,17.146982849163077
+1999,11,25,15,30,684.0,40.0,163.0,4.0,-2.0,2.1,80.0,299.06294863177595,12.162812098844139,11.265623252948812
+1999,11,25,16,30,0.0,0.0,0.0,2.0,-3.0,2.2,79.60000000000002,0.0,2.0,2.0
+1999,11,25,17,30,0.0,0.0,0.0,1.0,-3.0,2.8000000000000003,74.98,0.0,1.0,1.0
+1999,11,25,18,30,0.0,0.0,0.0,1.0,-3.0,3.6,75.05,0.0,1.0,1.0
+1999,11,25,19,30,0.0,0.0,0.0,1.0,-3.0,4.3,74.96000000000002,0.0,1.0,1.0
+1999,11,25,20,30,0.0,0.0,0.0,1.0,-4.0,4.4,73.72,0.0,1.0,1.0
+1999,11,25,21,30,0.0,0.0,0.0,1.0,-4.0,4.1000000000000005,73.19,0.0,1.0,1.0
+1999,11,25,22,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.31,0.0,2.0,2.0
+1999,11,25,23,30,0.0,0.0,0.0,2.0,-4.0,4.0,73.73,0.0,2.0,2.0
+1999,11,26,0,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,74.9,0.0,2.0,2.0
+1999,11,26,1,30,0.0,0.0,0.0,1.0,-3.0,4.1000000000000005,75.45,0.0,1.0,1.0
+1999,11,26,2,30,0.0,0.0,0.0,1.0,-3.0,4.4,74.87,0.0,1.0,1.0
+1999,11,26,3,30,0.0,0.0,0.0,2.0,-3.0,4.4,75.5,0.0,2.0,2.0
+1999,11,26,4,30,0.0,0.0,0.0,2.0,-3.0,4.1000000000000005,76.81,0.0,2.0,2.0
+1999,11,26,5,30,0.0,0.0,0.0,2.0,-3.0,3.7,78.15,0.0,2.0,2.0
+1999,11,26,6,30,0.0,0.0,0.0,2.0,-3.0,3.3000000000000003,78.74,0.0,2.0,2.0
+1999,11,26,7,30,0.0,16.0,16.0,3.0,-3.0,3.3000000000000003,73.61,15.63815572471545,3.3941381136691673,3.347223646495021
+1999,11,26,8,30,367.0,80.0,168.0,6.0,-2.0,3.5,68.92,244.48804935257803,12.08116344155842,11.347699293500686
+1999,11,26,9,30,332.0,144.0,265.0,8.0,-1.0,3.6,60.06,342.3177100204764,16.458539037895935,15.431585907834506
+1999,11,26,10,30,764.0,89.0,432.0,10.0,0.0,3.6,57.54,630.7249134074198,25.584970178466868,23.69279543824461
+1999,11,26,11,30,688.0,123.0,458.0,11.0,0.0,3.4000000000000004,54.31,642.768510645425,27.09345442933476,25.165148897398485
+1999,11,26,12,30,766.0,98.0,464.0,12.0,0.0,3.1,50.72,668.2540047706361,29.066661584915998,27.06189957060409
+1999,11,26,13,30,725.0,88.0,393.0,12.0,0.0,2.8000000000000003,46.92,576.1203647966342,27.009124204741397,25.280763110351494
+1999,11,26,14,30,889.0,46.0,328.0,11.0,0.0,2.1,51.88,534.2749755188981,25.58283700547964,23.980012078922943
+1999,11,26,15,30,741.0,33.0,165.0,8.0,0.0,1.4,69.04,313.3643158065687,16.963526563534515,16.023433616114808
+1999,11,26,16,30,0.0,0.0,0.0,6.0,-1.0,1.3,67.1,0.0,6.0,6.0
+1999,11,26,17,30,0.0,0.0,0.0,4.0,-2.0,1.3,70.09,0.0,4.0,4.0
+1999,11,26,18,30,0.0,0.0,0.0,4.0,-3.0,1.5,72.16,0.0,4.0,4.0
+1999,11,26,19,30,0.0,0.0,0.0,3.0,-3.0,1.7000000000000002,69.62,0.0,3.0,3.0
+1999,11,26,20,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,68.51,0.0,3.0,3.0
+1999,11,26,21,30,0.0,0.0,0.0,3.0,-4.0,1.7000000000000002,67.6,0.0,3.0,3.0
+1999,11,26,22,30,0.0,0.0,0.0,3.0,-4.0,1.6,71.44,0.0,3.0,3.0
+1999,11,26,23,30,0.0,0.0,0.0,2.0,-4.0,1.6,69.36,0.0,2.0,2.0
+1999,11,27,0,30,0.0,0.0,0.0,2.0,-5.0,1.5,68.74,0.0,2.0,2.0
+1999,11,27,1,30,0.0,0.0,0.0,2.0,-4.0,1.5,69.26,0.0,2.0,2.0
+1999,11,27,2,30,0.0,0.0,0.0,1.0,-4.0,1.5,69.67,0.0,1.0,1.0
+1999,11,27,3,30,0.0,0.0,0.0,1.0,-5.0,1.5,68.59,0.0,1.0,1.0
+1999,11,27,4,30,0.0,0.0,0.0,1.0,-5.0,1.7000000000000002,67.53,0.0,1.0,1.0
+1999,11,27,5,30,0.0,0.0,0.0,1.0,-5.0,1.9,66.57000000000001,0.0,1.0,1.0
+1999,11,27,6,30,0.0,0.0,0.0,1.0,-5.0,2.0,66.91,0.0,1.0,1.0
+1999,11,27,7,30,455.0,24.0,59.0,3.0,-5.0,2.0,62.83,141.0340207653435,6.875265587674472,6.452163525378442
+1999,11,27,8,30,290.0,86.0,154.0,5.0,-4.0,2.0,60.03,214.68043753903166,10.898886718447319,10.254845405830224
+1999,11,27,9,30,488.0,118.0,294.0,7.0,-2.0,2.0,59.36,410.3320366144087,18.27490808517705,17.043911975333824
+1999,11,27,10,30,738.0,94.0,423.0,9.0,-2.0,2.0,50.82,615.2759429453689,25.906259040769413,24.060431211933306
+1999,11,27,11,30,939.0,65.0,520.0,10.0,-2.0,1.8,46.76,774.6349377352051,31.571610533926886,29.24770572072127
+1999,11,27,12,30,932.0,76.0,518.0,11.0,-2.0,1.3,46.24,769.0489859572928,33.14624557720932,30.839098619337445
+1999,11,27,13,30,903.0,69.0,446.0,11.0,-2.0,0.9,47.09,676.5340683819848,31.013608182992115,28.98400597784616
+1999,11,27,14,30,834.0,57.0,320.0,10.0,-1.0,0.6000000000000001,54.35,513.8767997690755,25.51262753373742,23.970997134430192
+1999,11,27,15,30,673.0,40.0,159.0,7.0,0.0,0.8,68.69,293.99793253837913,15.756045314295008,14.87405151667987
+1999,11,27,16,30,0.0,0.0,0.0,4.0,-2.0,1.2000000000000002,73.5,0.0,4.0,4.0
+1999,11,27,17,30,0.0,0.0,0.0,2.0,-3.0,1.4,77.05,0.0,2.0,2.0
+1999,11,27,18,30,0.0,0.0,0.0,2.0,-3.0,1.5,75.54,0.0,2.0,2.0
+1999,11,27,19,30,0.0,0.0,0.0,1.0,-4.0,1.7000000000000002,72.91,0.0,1.0,1.0
+1999,11,27,20,30,0.0,0.0,0.0,0.0,-5.0,1.8,74.15,0.0,0.0,0.0
+1999,11,27,21,30,0.0,0.0,0.0,0.0,-5.0,2.0,70.03,0.0,0.0,0.0
+1999,11,27,22,30,0.0,0.0,0.0,0.0,-6.0,2.1,72.56,0.0,0.0,0.0
+1999,11,27,23,30,0.0,0.0,0.0,0.0,-6.0,2.1,70.54,0.0,0.0,0.0
+1999,11,28,0,30,0.0,0.0,0.0,0.0,-6.0,2.0,69.03,0.0,0.0,0.0
+1999,11,28,1,30,0.0,0.0,0.0,0.0,-7.0,2.0,68.26,0.0,0.0,0.0
+1999,11,28,2,30,0.0,0.0,0.0,0.0,-7.0,2.0,67.98,0.0,0.0,0.0
+1999,11,28,3,30,0.0,0.0,0.0,0.0,-7.0,1.9,67.71000000000001,0.0,0.0,0.0
+1999,11,28,4,30,0.0,0.0,0.0,0.0,-7.0,1.8,67.23,0.0,0.0,0.0
+1999,11,28,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,66.64,0.0,0.0,0.0
+1999,11,28,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,61.42,0.0,0.0,0.0
+1999,11,28,7,30,439.0,23.0,55.0,2.0,-7.0,1.5,58.12000000000001,134.80221048557786,5.830116107679361,5.425709476222627
+1999,11,28,8,30,754.0,44.0,218.0,6.0,-4.0,1.5,52.98,380.62551015452544,16.814658692800087,15.672782162336512
+1999,11,28,9,30,874.0,53.0,366.0,9.0,-4.0,1.1,45.1,577.8732252581473,25.866267405531676,24.132647729757235
+1999,11,28,10,30,928.0,59.0,469.0,11.0,-4.0,0.5,38.56,713.5554039670224,32.686459474081914,30.54579326218085
+1999,11,28,11,30,947.0,61.0,517.0,12.0,-4.0,0.8,34.88,774.7353766791389,35.07369309103697,32.749486960999555
+1999,11,28,12,30,938.0,61.0,505.0,13.0,-5.0,1.4,31.76,757.1747299064276,34.65835566594232,32.38683147622304
+1999,11,28,13,30,902.0,59.0,433.0,13.0,-5.0,2.0,31.4,664.8170553386435,31.26752610945918,29.27307494344325
+1999,11,28,14,30,824.0,52.0,311.0,12.0,-5.0,1.9,33.97,502.7075093553135,25.90579199376331,24.39766946569737
+1999,11,28,15,30,653.0,38.0,153.0,9.0,-2.0,1.6,51.09,284.13060343470147,17.019010870655503,16.166619060351398
+1999,11,28,16,30,0.0,0.0,0.0,6.0,-3.0,1.8,59.78,0.0,6.0,6.0
+1999,11,28,17,30,0.0,0.0,0.0,5.0,-4.0,2.1,63.74,0.0,5.0,5.0
+1999,11,28,18,30,0.0,0.0,0.0,4.0,-4.0,2.2,68.01,0.0,4.0,4.0
+1999,11,28,19,30,0.0,0.0,0.0,3.0,-4.0,2.0,71.58,0.0,3.0,3.0
+1999,11,28,20,30,0.0,0.0,0.0,2.0,-4.0,1.8,69.28,0.0,2.0,2.0
+1999,11,28,21,30,0.0,0.0,0.0,1.0,-5.0,1.6,66.54,0.0,1.0,1.0
+1999,11,28,22,30,0.0,0.0,0.0,1.0,-6.0,1.6,63.88,0.0,1.0,1.0
+1999,11,28,23,30,0.0,0.0,0.0,1.0,-6.0,1.7000000000000002,66.56,0.0,1.0,1.0
+1999,11,29,0,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.46000000000001,0.0,0.0,0.0
+1999,11,29,1,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.87000000000001,0.0,0.0,0.0
+1999,11,29,2,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.3,0.0,0.0,0.0
+1999,11,29,3,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,62.14,0.0,0.0,0.0
+1999,11,29,4,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.87000000000001,0.0,0.0,0.0
+1999,11,29,5,30,0.0,0.0,0.0,0.0,-7.0,1.7000000000000002,61.17,0.0,0.0,0.0
+1999,11,29,6,30,0.0,0.0,0.0,0.0,-7.0,1.6,60.43,0.0,0.0,0.0
+1999,11,29,7,30,467.0,20.0,54.0,3.0,-7.0,1.6,57.07,137.86334822801632,6.89091380773947,6.477323763055422
+1999,11,29,8,30,774.0,39.0,216.0,7.0,-4.0,1.7000000000000002,52.03,382.66378199004345,17.72779168022201,16.57980033425188
+1999,11,29,9,30,891.0,48.0,363.0,10.0,-4.0,1.2000000000000002,43.74,580.9250762711976,26.84167369698656,25.09889846817297
+1999,11,29,10,30,944.0,52.0,467.0,13.0,-5.0,0.6000000000000001,33.87,715.7812710182251,34.60760761707983,32.46026380402515
+1999,11,29,11,30,670.0,123.0,444.0,14.0,-6.0,0.9,27.15,624.7570872271239,32.4819126451608,30.60764138347943
+1999,11,29,12,30,959.0,54.0,505.0,15.0,-6.0,1.2000000000000002,24.79,764.2822276560348,37.157404485290115,34.86455780232201
+1999,11,29,13,30,929.0,51.0,435.0,15.0,-6.0,1.6,24.76,673.9539612033185,34.020985687142954,31.999123803533
+1999,11,29,14,30,859.0,45.0,313.0,14.0,-6.0,1.5,27.29,514.3051534449969,28.612879457810795,27.069963997475803
+1999,11,29,15,30,696.0,34.0,155.0,11.0,-1.0,1.4,50.53,296.18001412928896,19.471983854966616,18.58344381257875
+1999,11,29,16,30,0.0,0.0,0.0,8.0,-3.0,1.5,54.68,0.0,8.0,8.0
+1999,11,29,17,30,0.0,0.0,0.0,6.0,-4.0,1.7000000000000002,56.51,0.0,6.0,6.0
+1999,11,29,18,30,0.0,0.0,0.0,4.0,-5.0,1.8,59.21,0.0,4.0,4.0
+1999,11,29,19,30,0.0,0.0,0.0,4.0,-5.0,2.0,56.16,0.0,4.0,4.0
+1999,11,29,20,30,0.0,0.0,0.0,4.0,-6.0,2.2,52.48,0.0,4.0,4.0
+1999,11,29,21,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,53.05,0.0,4.0,4.0
+1999,11,29,22,30,0.0,0.0,0.0,4.0,-8.0,2.5,50.22,0.0,4.0,4.0
+1999,11,29,23,30,0.0,0.0,0.0,4.0,-8.0,2.6,48.22,0.0,4.0,4.0
+1999,11,30,0,30,0.0,0.0,0.0,4.0,-9.0,2.6,43.88,0.0,4.0,4.0
+1999,11,30,1,30,0.0,0.0,0.0,4.0,-8.0,2.6,44.38,0.0,4.0,4.0
+1999,11,30,2,30,0.0,0.0,0.0,4.0,-8.0,2.5,46.03,0.0,4.0,4.0
+1999,11,30,3,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,47.58,0.0,4.0,4.0
+1999,11,30,4,30,0.0,0.0,0.0,5.0,-7.0,2.1,48.59,0.0,5.0,5.0
+1999,11,30,5,30,0.0,0.0,0.0,5.0,-7.0,2.0,45.25,0.0,5.0,5.0
+1999,11,30,6,30,0.0,0.0,0.0,5.0,-7.0,1.9,45.05,0.0,5.0,5.0
+1999,11,30,7,30,72.0,24.0,29.0,7.0,-7.0,1.9,42.64,41.517501519353345,8.148448609747783,8.023896105189722
+1999,11,30,8,30,281.0,82.0,146.0,10.0,-5.0,2.3000000000000003,37.76,204.50534414340746,15.507927844870864,14.89441181244064
+1999,11,30,9,30,17.0,131.0,137.0,13.0,-3.0,2.9000000000000004,34.82,138.1835796122392,16.576166102932078,16.16161536409536
+1999,11,30,10,30,2.0,139.0,140.0,16.0,-4.0,2.8000000000000003,28.93,137.26158808783237,19.575947579769295,19.164162815505797
+1999,11,30,11,30,29.0,190.0,204.0,17.0,-5.0,2.5,23.69,207.48384705800424,22.514218067788377,21.891766526614365
+1999,11,30,12,30,17.0,173.0,182.0,18.0,-5.0,1.9,23.57,181.67994353557302,23.025593326593178,22.48055349598646
+1999,11,30,13,30,52.0,173.0,194.0,17.0,-3.0,1.2000000000000002,29.03,203.9544232982666,22.912868950836828,22.301005680942026
+1999,11,30,14,30,0.0,37.0,37.0,15.0,-1.0,0.9,40.37,36.163235113404475,16.0698009930528,15.961311287712588
+1999,11,30,15,30,307.0,58.0,111.0,12.0,-1.0,1.2000000000000002,43.4,172.56829758086027,17.002949738297296,16.485244845554714
+1999,11,30,16,30,0.0,0.0,0.0,10.0,-3.0,1.5,46.05,0.0,10.0,10.0
+1999,11,30,17,30,0.0,0.0,0.0,8.0,-5.0,1.7000000000000002,48.33,0.0,8.0,8.0
+1999,11,30,18,30,0.0,0.0,0.0,6.0,-6.0,1.9,47.93,0.0,6.0,6.0
+1999,11,30,19,30,0.0,0.0,0.0,6.0,-7.0,2.1,43.55,0.0,6.0,6.0
+1999,11,30,20,30,0.0,0.0,0.0,6.0,-8.0,2.4000000000000004,39.6,0.0,6.0,6.0
+1999,11,30,21,30,0.0,0.0,0.0,6.0,-9.0,2.6,39.78,0.0,6.0,6.0
+1999,11,30,22,30,0.0,0.0,0.0,5.0,-9.0,2.7,38.42,0.0,5.0,5.0
+1999,11,30,23,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,37.73,0.0,5.0,5.0
+1999,12,1,0,30,0.0,0.0,0.0,5.0,-10.0,3.1,37.02,0.0,5.0,5.0
+1999,12,1,1,30,0.0,0.0,0.0,5.0,-10.0,3.1,36.41,0.0,5.0,5.0
+1999,12,1,2,30,0.0,0.0,0.0,5.0,-10.0,2.8000000000000003,36.62,0.0,5.0,5.0
+1999,12,1,3,30,0.0,0.0,0.0,5.0,-10.0,2.6,37.54,0.0,5.0,5.0
+1999,12,1,4,30,0.0,0.0,0.0,5.0,-9.0,2.4000000000000004,38.8,0.0,5.0,5.0
+1999,12,1,5,30,0.0,0.0,0.0,5.0,-9.0,2.2,43.24,0.0,5.0,5.0
+1999,12,1,6,30,0.0,0.0,0.0,5.0,-8.0,2.0,44.85,0.0,5.0,5.0
+1999,12,1,7,30,191.0,23.0,36.0,6.0,-8.0,1.9,43.6,69.91558904858088,7.933990681137465,7.724243913991723
+1999,12,1,8,30,199.0,86.0,131.0,8.0,-6.0,1.9,41.62,171.61440343164367,12.747162421175384,12.232319210880453
+1999,12,1,9,30,832.0,50.0,340.0,11.0,-5.0,2.2,36.97,543.3626089362049,25.732244984264543,24.102157157455927
+1999,12,1,10,30,824.0,71.0,428.0,13.0,-6.0,2.6,28.83,646.0321895458939,30.055540912066846,28.117444343429163
+1999,12,1,11,30,473.0,177.0,402.0,14.0,-8.0,2.9000000000000004,23.76,527.304472744054,27.646544594107006,26.064631175874844
+1999,12,1,12,30,920.0,70.0,498.0,15.0,-9.0,3.4000000000000004,20.08,748.0050778828759,33.728337549907856,31.48432231625923
+1999,12,1,13,30,890.0,64.0,429.0,15.0,-10.0,3.7,20.34,658.3468758855588,31.160705794358137,29.18566516670146
+1999,12,1,14,30,813.0,56.0,307.0,13.0,-9.0,2.9000000000000004,22.01,498.6675454835577,25.905426084595994,24.409423448145322
+1999,12,1,15,30,624.0,41.0,148.0,10.0,-6.0,1.8,38.67,275.45079878371183,17.67060335542525,16.844250959074113
+1999,12,1,16,30,0.0,0.0,0.0,7.0,-5.0,1.7000000000000002,50.02,0.0,7.0,7.0
+1999,12,1,17,30,0.0,0.0,0.0,5.0,-6.0,1.9,49.53,0.0,5.0,5.0
+1999,12,1,18,30,0.0,0.0,0.0,4.0,-6.0,2.1,52.94,0.0,4.0,4.0
+1999,12,1,19,30,0.0,0.0,0.0,4.0,-7.0,2.3000000000000003,50.88,0.0,4.0,4.0
+1999,12,1,20,30,0.0,0.0,0.0,4.0,-7.0,2.2,53.14,0.0,4.0,4.0
+1999,12,1,21,30,0.0,0.0,0.0,3.0,-6.0,2.1,55.86,0.0,3.0,3.0
+1999,12,1,22,30,0.0,0.0,0.0,3.0,-5.0,2.6,64.18,0.0,3.0,3.0
+1999,12,1,23,30,0.0,0.0,0.0,2.0,-5.0,3.3000000000000003,67.78,0.0,2.0,2.0
+1999,12,2,0,30,0.0,0.0,0.0,2.0,-4.0,3.6,70.06,0.0,2.0,2.0
+1999,12,2,1,30,0.0,0.0,0.0,2.0,-4.0,3.5,71.11,0.0,2.0,2.0
+1999,12,2,2,30,0.0,0.0,0.0,2.0,-4.0,3.2,71.56,0.0,2.0,2.0
+1999,12,2,3,30,0.0,0.0,0.0,1.0,-4.0,2.6,72.2,0.0,1.0,1.0
+1999,12,2,4,30,0.0,0.0,0.0,1.0,-4.0,2.0,71.85000000000002,0.0,1.0,1.0
+1999,12,2,5,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,74.53,0.0,0.0,0.0
+1999,12,2,6,30,0.0,0.0,0.0,0.0,-5.0,1.6,72.06,0.0,0.0,0.0
+1999,12,2,7,30,0.0,21.0,21.0,1.0,-5.0,2.1,70.79,20.52507938868903,1.560224418070643,1.498649179904576
+1999,12,2,8,30,183.0,86.0,126.0,3.0,-5.0,2.9000000000000004,63.63,164.1024678948759,7.246942254209599,6.754634850524972
+1999,12,2,9,30,774.0,73.0,340.0,6.0,-5.0,3.4000000000000004,49.1,529.4810576727759,19.25699553062485,17.668552357606522
+1999,12,2,10,30,855.0,78.0,447.0,7.0,-6.0,3.5,42.68,672.6832128972364,23.731683093931146,21.713633455239435
+1999,12,2,11,30,897.0,78.0,501.0,8.0,-7.0,3.2,37.61,746.4380963966385,26.93771064842966,24.698396359239744
+1999,12,2,12,30,911.0,73.0,495.0,9.0,-7.0,2.7,33.53,742.9244727279406,28.483642819405848,26.254869401222027
+1999,12,2,13,30,893.0,65.0,429.0,9.0,-8.0,2.2,32.09,660.3815050325192,26.904990065959158,24.9238455508616
+1999,12,2,14,30,428.0,104.0,236.0,8.0,-9.0,1.9,33.05,335.1000934336905,17.269470039059996,16.264169758758925
+1999,12,2,15,30,662.0,39.0,151.0,6.0,-8.0,1.5,40.32,287.7175433745462,14.17487779592964,13.311725165806003
+1999,12,2,16,30,0.0,0.0,0.0,3.0,-6.0,1.4,56.44,0.0,3.0,3.0
+1999,12,2,17,30,0.0,0.0,0.0,1.0,-7.0,1.5,56.73,0.0,1.0,1.0
+1999,12,2,18,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.4,0.0,1.0,1.0
+1999,12,2,19,30,0.0,0.0,0.0,1.0,-7.0,1.4,56.09,0.0,1.0,1.0
+1999,12,2,20,30,0.0,0.0,0.0,1.0,-7.0,1.4,59.93,0.0,1.0,1.0
+1999,12,2,21,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,60.77,0.0,1.0,1.0
+1999,12,2,22,30,0.0,0.0,0.0,1.0,-7.0,1.2000000000000002,61.21,0.0,1.0,1.0
+1999,12,2,23,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,62.41,0.0,0.0,0.0
+1999,12,3,0,30,0.0,0.0,0.0,0.0,-6.0,1.2000000000000002,64.03,0.0,0.0,0.0
+1999,12,3,1,30,0.0,0.0,0.0,0.0,-6.0,1.4,69.46000000000001,0.0,0.0,0.0
+1999,12,3,2,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.27,0.0,0.0,0.0
+1999,12,3,3,30,0.0,0.0,0.0,0.0,-6.0,2.1,79.52,0.0,0.0,0.0
+1999,12,3,4,30,0.0,0.0,0.0,-1.0,-5.0,2.3000000000000003,83.33,0.0,-1.0,-1.0
+1999,12,3,5,30,0.0,0.0,0.0,-1.0,-4.0,2.8000000000000003,86.14,0.0,-1.0,-1.0
+1999,12,3,6,30,0.0,0.0,0.0,-2.0,-4.0,3.3000000000000003,94.28,0.0,-2.0,-2.0
+1999,12,3,7,30,0.0,2.0,2.0,-1.0,-4.0,4.1000000000000005,93.75,1.9547694655894312,-0.953260327166881,-0.9591246355636494
+1999,12,3,8,30,0.0,25.0,25.0,-1.0,-4.0,5.300000000000002,87.26,24.43461831986789,-0.4597302666940539,-0.5330341216536576
+1999,12,3,9,30,0.0,6.0,6.0,0.0,-4.0,6.4,86.35000000000002,5.864308396768293,0.12078993043914356,0.10319700524883868
+1999,12,3,10,30,0.0,116.0,116.0,0.0,-4.0,7.0,80.09,113.37662900418702,2.2474807119242963,1.9073508249117352
+1999,12,3,11,30,1.0,138.0,139.0,0.0,-5.0,7.5,79.48,135.62843310056425,2.6046021737646496,2.197716874462957
+1999,12,3,12,30,7.0,152.0,156.0,0.0,-5.0,8.0,78.14,153.7186627618371,2.860328920723192,2.3991729324376805
+1999,12,3,13,30,0.0,121.0,121.0,0.0,-5.0,8.3,80.81,118.26355266816059,2.1595290229436612,1.8047383649391793
+1999,12,3,14,30,0.0,55.0,55.0,-1.0,-6.0,8.0,76.15,53.75616030370936,0.00027086640715376364,-0.16099761450397432
+1999,12,3,15,30,0.0,42.0,42.0,-1.0,-7.0,7.2,78.19,41.05015877737806,-0.19653856705961856,-0.31968904339175275
+1999,12,3,16,30,0.0,0.0,0.0,-2.0,-7.0,6.3000000000000025,75.51,0.0,-2.0,-2.0
+1999,12,3,17,30,0.0,0.0,0.0,-3.0,-8.0,5.8000000000000025,77.86,0.0,-3.0,-3.0
+1999,12,3,18,30,0.0,0.0,0.0,-4.0,-8.0,5.4,80.35000000000002,0.0,-4.0,-4.0
+1999,12,3,19,30,0.0,0.0,0.0,-4.0,-9.0,5.1000000000000005,78.81,0.0,-4.0,-4.0
+1999,12,3,20,30,0.0,0.0,0.0,-4.0,-9.0,4.800000000000002,85.35000000000002,0.0,-4.0,-4.0
+1999,12,3,21,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,86.8,0.0,-4.0,-4.0
+1999,12,3,22,30,0.0,0.0,0.0,-4.0,-8.0,4.800000000000002,88.19,0.0,-4.0,-4.0
+1999,12,3,23,30,0.0,0.0,0.0,-4.0,-8.0,4.7,88.33,0.0,-4.0,-4.0
+1999,12,4,0,30,0.0,0.0,0.0,-4.0,-8.0,4.6000000000000005,87.0,0.0,-4.0,-4.0
+1999,12,4,1,30,0.0,0.0,0.0,-5.0,-9.0,4.5,83.95,0.0,-5.0,-5.0
+1999,12,4,2,30,0.0,0.0,0.0,-6.0,-9.0,4.5,86.03,0.0,-6.0,-6.0
+1999,12,4,3,30,0.0,0.0,0.0,-6.0,-10.0,4.3,81.26,0.0,-6.0,-6.0
+1999,12,4,4,30,0.0,0.0,0.0,-6.0,-11.0,4.0,82.89,0.0,-6.0,-6.0
+1999,12,4,5,30,0.0,0.0,0.0,-7.0,-11.0,3.8,80.01,0.0,-7.0,-7.0
+1999,12,4,6,30,0.0,0.0,0.0,-7.0,-12.0,3.7,77.08,0.0,-7.0,-7.0
+1999,12,4,7,30,2.0,19.0,19.0,-6.0,-12.0,3.9,70.3,19.051422141811347,-5.538448748876655,-5.595603015302089
+1999,12,4,8,30,0.0,32.0,32.0,-3.0,-11.0,4.6000000000000005,64.87,31.2763114494309,-2.2762363000933523,-2.370065234441645
+1999,12,4,9,30,0.0,94.0,94.0,-1.0,-10.0,5.1000000000000005,58.91,91.87416488270327,1.0579495906832264,0.7823270960351165
+1999,12,4,10,30,104.0,192.0,237.0,0.0,-11.0,5.0,53.97,259.7718031727214,5.856736968088126,5.077421558569962
+1999,12,4,11,30,960.0,76.0,525.0,0.0,-11.0,4.800000000000002,46.4,788.1337926741762,18.001838629710747,15.637437251688219
+1999,12,4,12,30,963.0,74.0,516.0,0.0,-10.0,4.4,46.9,779.5808380354822,18.277542512287308,15.93879999818086
+1999,12,4,13,30,936.0,67.0,446.0,0.0,-10.0,3.9,47.92,689.3423610647789,16.700424085585823,14.632397002391485
+1999,12,4,14,30,870.0,56.0,322.0,0.0,-10.0,3.0,49.29,528.4592124780778,13.586085376698408,12.000707739264175
+1999,12,4,15,30,711.0,39.0,159.0,-1.0,-10.0,1.9,57.37000000000001,306.16341913720316,7.469029691004993,6.550539433593383
+1999,12,4,16,30,0.0,0.0,0.0,-4.0,-12.0,1.2000000000000002,59.51,0.0,-4.0,-4.0
+1999,12,4,17,30,0.0,0.0,0.0,-6.0,-14.0,1.2000000000000002,58.19,0.0,-6.0,-6.0
+1999,12,4,18,30,0.0,0.0,0.0,-7.0,-15.0,1.4,59.84,0.0,-7.0,-7.0
+1999,12,4,19,30,0.0,0.0,0.0,-7.0,-15.0,1.6,62.61,0.0,-7.0,-7.0
+1999,12,4,20,30,0.0,0.0,0.0,-8.0,-16.0,1.7000000000000002,61.48,0.0,-8.0,-8.0
+1999,12,4,21,30,0.0,0.0,0.0,-8.0,-16.0,1.8,60.52,0.0,-8.0,-8.0
+1999,12,4,22,30,0.0,0.0,0.0,-8.0,-16.0,1.8,59.94,0.0,-8.0,-8.0
+1999,12,4,23,30,0.0,0.0,0.0,-8.0,-16.0,1.9,59.47,0.0,-8.0,-8.0
+1999,12,5,0,30,0.0,0.0,0.0,-8.0,-16.0,2.1,63.33,0.0,-8.0,-8.0
+1999,12,5,1,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,56.94,0.0,-8.0,-8.0
+1999,12,5,2,30,0.0,0.0,0.0,-8.0,-17.0,2.4000000000000004,55.76,0.0,-8.0,-8.0
+1999,12,5,3,30,0.0,0.0,0.0,-7.0,-17.0,2.5,50.61,0.0,-7.0,-7.0
+1999,12,5,4,30,0.0,0.0,0.0,-7.0,-17.0,2.5,49.67,0.0,-7.0,-7.0
+1999,12,5,5,30,0.0,0.0,0.0,-6.0,-17.0,2.5,48.81,0.0,-6.0,-6.0
+1999,12,5,6,30,0.0,0.0,0.0,-5.0,-18.0,2.5,44.39,0.0,-5.0,-5.0
+1999,12,5,7,30,443.0,19.0,43.0,-3.0,-17.0,2.8000000000000003,38.37,124.26423161563505,0.23733962638898093,-0.13545306845792426
+1999,12,5,8,30,799.0,43.0,212.0,0.0,-15.0,3.0,35.55000000000001,385.5989207240053,9.913309739749156,8.75651297757714
+1999,12,5,9,30,923.0,57.0,368.0,3.0,-10.0,2.5,40.9,595.5583228763924,18.82792352750554,17.04124855887636
+1999,12,5,10,30,976.0,65.0,479.0,6.0,-9.0,1.9,40.35,738.2681160496167,26.42182117108048,24.20701682293163
+1999,12,5,11,30,995.0,68.0,531.0,8.0,-9.0,1.5,34.04,804.6736772833821,30.8630791860672,28.449058154217052
+1999,12,5,12,30,989.0,67.0,520.0,9.0,-9.0,1.4,31.29,790.6012855902097,31.614494590145785,29.242690733375156
+1999,12,5,13,30,957.0,62.0,448.0,8.0,-9.0,1.1,33.03,697.6900917058817,28.363337733193262,26.270267458075615
+1999,12,5,14,30,884.0,53.0,322.0,7.0,-5.0,0.9,47.47,532.8548197364378,22.763208504974585,21.16464404576527
+1999,12,5,15,30,720.0,37.0,158.0,4.0,-4.0,1.1,60.44,307.67973534254077,12.980185384488609,12.057146178460986
+1999,12,5,16,30,0.0,0.0,0.0,1.0,-9.0,1.5,51.14,0.0,1.0,1.0
+1999,12,5,17,30,0.0,0.0,0.0,0.0,-11.0,1.7000000000000002,46.76,0.0,0.0,0.0
+1999,12,5,18,30,0.0,0.0,0.0,-1.0,-12.0,1.8,49.12000000000001,0.0,-1.0,-1.0
+1999,12,5,19,30,0.0,0.0,0.0,-1.0,-12.0,1.9,51.77,0.0,-1.0,-1.0
+1999,12,5,20,30,0.0,0.0,0.0,-1.0,-12.0,2.1,50.16,0.0,-1.0,-1.0
+1999,12,5,21,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,44.07,0.0,-1.0,-1.0
+1999,12,5,22,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,43.3,0.0,0.0,0.0
+1999,12,5,23,30,0.0,0.0,0.0,0.0,-13.0,2.4000000000000004,40.98,0.0,0.0,0.0
+1999,12,6,0,30,0.0,0.0,0.0,0.0,-13.0,2.3000000000000003,41.55,0.0,0.0,0.0
+1999,12,6,1,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.68,0.0,0.0,0.0
+1999,12,6,2,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.49,0.0,0.0,0.0
+1999,12,6,3,30,0.0,0.0,0.0,0.0,-13.0,2.2,41.61,0.0,0.0,0.0
+1999,12,6,4,30,0.0,0.0,0.0,0.0,-13.0,2.2,42.44,0.0,0.0,0.0
+1999,12,6,5,30,0.0,0.0,0.0,-1.0,-12.0,2.2,46.12,0.0,-1.0,-1.0
+1999,12,6,6,30,0.0,0.0,0.0,-2.0,-13.0,2.4000000000000004,46.23,0.0,-2.0,-2.0
+1999,12,6,7,30,428.0,18.0,40.0,-1.0,-15.0,3.1,38.54,118.69380738558748,2.0313429151394393,1.6752614929826768
+1999,12,6,8,30,797.0,42.0,208.0,1.0,-13.0,3.6,38.64,381.8462431934763,10.43527389901248,9.289735169432051
+1999,12,6,9,30,753.0,59.0,311.0,3.0,-11.0,3.7,38.78,496.4000761166145,15.185332505188493,13.696132276838648
+1999,12,6,10,30,93.0,189.0,228.0,5.0,-10.0,3.4000000000000004,38.68,248.83517988944655,11.230264180093323,10.483758640424984
+1999,12,6,11,30,993.0,67.0,527.0,6.0,-10.0,2.9000000000000004,36.19,800.6255967530344,26.720045958299746,24.318169168040644
+1999,12,6,12,30,982.0,68.0,516.0,6.0,-10.0,2.5,33.71,785.2972191501078,26.87054089184549,24.514649234395165
+1999,12,6,13,30,944.0,64.0,443.0,6.0,-10.0,2.0,33.89,690.319947562676,24.96828242403948,22.897322581351453
+1999,12,6,14,30,857.0,57.0,317.0,5.0,-9.0,1.3,40.39,521.8656795323066,20.02812656706564,18.46252952846872
+1999,12,6,15,30,667.0,42.0,153.0,3.0,-7.0,0.7000000000000001,51.59,292.70633259472,11.776594990646112,10.898475992861952
+1999,12,6,16,30,0.0,0.0,0.0,0.0,-10.0,0.7000000000000001,48.2,0.0,0.0,0.0
+1999,12,6,17,30,0.0,0.0,0.0,0.0,-11.0,1.1,46.4,0.0,0.0,0.0
+1999,12,6,18,30,0.0,0.0,0.0,-1.0,-12.0,1.5,49.21,0.0,-1.0,-1.0
+1999,12,6,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,52.51,0.0,-2.0,-2.0
+1999,12,6,20,30,0.0,0.0,0.0,-2.0,-12.0,1.9,52.32,0.0,-2.0,-2.0
+1999,12,6,21,30,0.0,0.0,0.0,-2.0,-12.0,2.1,51.75,0.0,-2.0,-2.0
+1999,12,6,22,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,51.2,0.0,-2.0,-2.0
+1999,12,6,23,30,0.0,0.0,0.0,-1.0,-12.0,2.5,51.09,0.0,-1.0,-1.0
+1999,12,7,0,30,0.0,0.0,0.0,-1.0,-12.0,2.6,52.22,0.0,-1.0,-1.0
+1999,12,7,1,30,0.0,0.0,0.0,-1.0,-11.0,2.6,51.06,0.0,-1.0,-1.0
+1999,12,7,2,30,0.0,0.0,0.0,-1.0,-11.0,2.5,53.63,0.0,-1.0,-1.0
+1999,12,7,3,30,0.0,0.0,0.0,-1.0,-10.0,2.4000000000000004,58.7,0.0,-1.0,-1.0
+1999,12,7,4,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,58.15,0.0,-2.0,-2.0
+1999,12,7,5,30,0.0,0.0,0.0,-2.0,-11.0,2.6,57.64,0.0,-2.0,-2.0
+1999,12,7,6,30,0.0,0.0,0.0,-1.0,-11.0,2.8000000000000003,56.9,0.0,-1.0,-1.0
+1999,12,7,7,30,0.0,33.0,33.0,0.0,-11.0,3.3000000000000003,49.24,32.25369618222562,0.8129098594426577,0.7161487708959808
+1999,12,7,8,30,652.0,57.0,191.0,1.0,-10.0,3.7,46.31,332.9676482248406,9.173490904415512,8.174587959740991
+1999,12,7,9,30,792.0,79.0,342.0,3.0,-8.0,3.5,51.88,536.9421890057968,16.355389838722076,14.744563271704687
+1999,12,7,10,30,205.0,190.0,276.0,4.0,-7.0,3.4000000000000004,49.7,326.6348422250966,12.17818991024332,11.198285383568031
+1999,12,7,11,30,166.0,216.0,292.0,5.0,-6.0,3.6,48.95,333.75197173605204,13.246882937301931,12.245627022093775
+1999,12,7,12,30,108.0,209.0,259.0,6.0,-6.0,4.0,44.94,283.22029588873096,12.81654594636563,11.966885058699438
+1999,12,7,13,30,660.0,98.0,362.0,6.0,-7.0,4.0,44.38,534.2803535223496,18.859059293746316,17.25621823317927
+1999,12,7,14,30,0.0,39.0,39.0,4.0,-8.0,3.2,45.34,38.11800457899391,4.96708319778593,4.852729184048949
+1999,12,7,15,30,149.0,63.0,88.0,1.0,-8.0,2.0,53.54,117.83686696244527,4.23786525421923,3.884354653331894
+1999,12,7,16,30,0.0,0.0,0.0,0.0,-10.0,1.3,57.27,0.0,0.0,0.0
+1999,12,7,17,30,0.0,0.0,0.0,-1.0,-11.0,1.1,55.72,0.0,-1.0,-1.0
+1999,12,7,18,30,0.0,0.0,0.0,-2.0,-11.0,0.9,56.99,0.0,-2.0,-2.0
+1999,12,7,19,30,0.0,0.0,0.0,-3.0,-10.0,0.8,63.99,0.0,-3.0,-3.0
+1999,12,7,20,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.36,0.0,-3.0,-3.0
+1999,12,7,21,30,0.0,0.0,0.0,-3.0,-10.0,0.7000000000000001,65.88,0.0,-3.0,-3.0
+1999,12,7,22,30,0.0,0.0,0.0,-3.0,-10.0,0.9,66.44,0.0,-3.0,-3.0
+1999,12,7,23,30,0.0,0.0,0.0,-3.0,-9.0,1.1,74.06,0.0,-3.0,-3.0
+1999,12,8,0,30,0.0,0.0,0.0,-4.0,-9.0,1.3,76.29,0.0,-4.0,-4.0
+1999,12,8,1,30,0.0,0.0,0.0,-4.0,-9.0,1.4,79.27,0.0,-4.0,-4.0
+1999,12,8,2,30,0.0,0.0,0.0,-3.0,-8.0,1.1,82.5,0.0,-3.0,-3.0
+1999,12,8,3,30,0.0,0.0,0.0,-3.0,-8.0,1.0,84.49,0.0,-3.0,-3.0
+1999,12,8,4,30,0.0,0.0,0.0,-3.0,-8.0,1.1,84.36,0.0,-3.0,-3.0
+1999,12,8,5,30,0.0,0.0,0.0,-3.0,-8.0,1.2000000000000002,83.81,0.0,-3.0,-3.0
+1999,12,8,6,30,0.0,0.0,0.0,-4.0,-8.0,1.4,83.46000000000002,0.0,-4.0,-4.0
+1999,12,8,7,30,0.0,29.0,29.0,-3.0,-8.0,1.5,77.04,28.344157251046756,-2.194661475840965,-2.279693947594105
+1999,12,8,8,30,508.0,75.0,178.0,-2.0,-8.0,1.9,72.57000000000002,288.15003993741703,5.970747291010124,5.106297171197872
+1999,12,8,9,30,0.0,79.0,79.0,-1.0,-8.0,2.2,72.24,77.21339389078254,1.093494502856155,0.8618543211838072
+1999,12,8,10,30,6.0,141.0,144.0,-1.0,-8.0,2.3000000000000003,65.83,141.92885661759104,2.822559770401551,2.396773200548778
+1999,12,8,11,30,41.0,191.0,211.0,-1.0,-8.0,2.4000000000000004,65.02,216.92101720368217,4.803527265614898,4.152764214003851
+1999,12,8,12,30,5.0,147.0,150.0,-1.0,-8.0,2.6,64.38,147.33073134981902,2.88959769621984,2.447605502170383
+1999,12,8,13,30,0.0,95.0,95.0,-1.0,-8.0,2.7,63.61,92.85154961549799,1.4350879454730143,1.1565332966265203
+1999,12,8,14,30,0.0,38.0,38.0,-1.0,-9.0,2.5,62.99,37.14061984619919,-0.012928090987647842,-0.12434995052624542
+1999,12,8,15,30,0.0,36.0,36.0,-2.0,-9.0,2.2,67.4,35.185850380609764,-1.046002505027575,-1.1515600561694044
+1999,12,8,16,30,0.0,0.0,0.0,-3.0,-9.0,1.8,68.99,0.0,-3.0,-3.0
+1999,12,8,17,30,0.0,0.0,0.0,-4.0,-10.0,1.3,72.07000000000002,0.0,-4.0,-4.0
+1999,12,8,18,30,0.0,0.0,0.0,-4.0,-10.0,0.6000000000000001,71.73,0.0,-4.0,-4.0
+1999,12,8,19,30,0.0,0.0,0.0,-5.0,-10.0,0.30000000000000004,76.43,0.0,-5.0,-5.0
+1999,12,8,20,30,0.0,0.0,0.0,-6.0,-10.0,0.5,80.51,0.0,-6.0,-6.0
+1999,12,8,21,30,0.0,0.0,0.0,-6.0,-11.0,0.8,77.93,0.0,-6.0,-6.0
+1999,12,8,22,30,0.0,0.0,0.0,-6.0,-11.0,1.0,81.81,0.0,-6.0,-6.0
+1999,12,8,23,30,0.0,0.0,0.0,-7.0,-11.0,1.2000000000000002,79.15,0.0,-7.0,-7.0
+1999,12,9,0,30,0.0,0.0,0.0,-7.0,-12.0,1.4,76.37,0.0,-7.0,-7.0
+1999,12,9,1,30,0.0,0.0,0.0,-7.0,-12.0,1.5,73.19,0.0,-7.0,-7.0
+1999,12,9,2,30,0.0,0.0,0.0,-7.0,-13.0,1.6,75.0,0.0,-7.0,-7.0
+1999,12,9,3,30,0.0,0.0,0.0,-8.0,-14.0,1.9,70.76,0.0,-8.0,-8.0
+1999,12,9,4,30,0.0,0.0,0.0,-8.0,-15.0,2.2,65.63,0.0,-8.0,-8.0
+1999,12,9,5,30,0.0,0.0,0.0,-8.0,-16.0,2.3000000000000003,59.41,0.0,-8.0,-8.0
+1999,12,9,6,30,0.0,0.0,0.0,-8.0,-17.0,2.2,53.88,0.0,-8.0,-8.0
+1999,12,9,7,30,431.0,16.0,35.0,-6.0,-18.0,2.4000000000000004,43.12,114.4710659260425,-2.9374292966642455,-3.280842494442373
+1999,12,9,8,30,807.0,40.0,202.0,-2.0,-17.0,2.4000000000000004,32.88,378.5696627445368,8.128291799450688,6.992582811217078
+1999,12,9,9,30,934.0,53.0,359.0,1.0,-15.0,1.8,32.6,590.043164104226,17.431199671261364,15.661070178948687
+1999,12,9,10,30,987.0,61.0,471.0,3.0,-14.0,1.6,31.1,734.6194859713049,23.733147266035687,21.529288808121773
+1999,12,9,11,30,389.0,186.0,364.0,4.0,-14.0,1.9,28.94,468.09631271571084,16.948384172776542,15.544095234629411
+1999,12,9,12,30,283.0,200.0,328.0,5.0,-13.0,2.0,27.83,401.78952037920646,16.04018089652581,14.834812335388191
+1999,12,9,13,30,570.0,118.0,346.0,5.0,-13.0,1.7000000000000002,28.88,493.4924905745435,18.83482023594115,17.35434276421752
+1999,12,9,14,30,217.0,124.0,190.0,4.0,-12.0,1.3,34.35,239.19631715882127,10.888118283348827,10.170529331872364
+1999,12,9,15,30,9.0,59.0,61.0,1.0,-9.0,1.1,49.45,61.075274698175456,2.782591526827634,2.599365702733108
+1999,12,9,16,30,0.0,0.0,0.0,0.0,-11.0,1.2000000000000002,46.76,0.0,0.0,0.0
+1999,12,9,17,30,0.0,0.0,0.0,-1.0,-11.0,1.4,50.37000000000001,0.0,-1.0,-1.0
+1999,12,9,18,30,0.0,0.0,0.0,-2.0,-11.0,1.6,54.75,0.0,-2.0,-2.0
+1999,12,9,19,30,0.0,0.0,0.0,-2.0,-12.0,1.8,56.9,0.0,-2.0,-2.0
+1999,12,9,20,30,0.0,0.0,0.0,-2.0,-12.0,2.0,55.28,0.0,-2.0,-2.0
+1999,12,9,21,30,0.0,0.0,0.0,-2.0,-12.0,2.4000000000000004,55.65,0.0,-2.0,-2.0
+1999,12,9,22,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,58.29,0.0,-2.0,-2.0
+1999,12,9,23,30,0.0,0.0,0.0,-2.0,-11.0,2.1,61.46,0.0,-2.0,-2.0
+1999,12,10,0,30,0.0,0.0,0.0,-2.0,-11.0,1.8,62.66,0.0,-2.0,-2.0
+1999,12,10,1,30,0.0,0.0,0.0,-2.0,-10.0,1.4,60.18,0.0,-2.0,-2.0
+1999,12,10,2,30,0.0,0.0,0.0,-1.0,-9.0,1.2000000000000002,63.28,0.0,-1.0,-1.0
+1999,12,10,3,30,0.0,0.0,0.0,-1.0,-9.0,1.0,61.16,0.0,-1.0,-1.0
+1999,12,10,4,30,0.0,0.0,0.0,-1.0,-9.0,0.9,61.41,0.0,-1.0,-1.0
+1999,12,10,5,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.58,0.0,-1.0,-1.0
+1999,12,10,6,30,0.0,0.0,0.0,-1.0,-9.0,0.9,59.85,0.0,-1.0,-1.0
+1999,12,10,7,30,0.0,23.0,23.0,0.0,-9.0,0.9,55.02,22.47984885427846,0.665011428113904,0.5975718815510687
+1999,12,10,8,30,466.0,56.0,149.0,0.0,-8.0,1.1,54.86,249.7324578128665,7.288890070016408,6.539692696577808
+1999,12,10,9,30,832.0,66.0,337.0,2.0,-8.0,1.3,52.57,542.3023719490106,17.616640455401168,15.989733339554137
+1999,12,10,10,30,707.0,92.0,384.0,3.0,-9.0,1.4,47.18,572.236126834393,19.368340186699296,17.651631806196118
+1999,12,10,11,30,929.0,79.0,503.0,4.0,-9.0,1.4,43.78,759.767033353369,25.732506357757995,23.45320525769789
+1999,12,10,12,30,304.0,197.0,334.0,4.0,-8.0,1.0,45.29,413.91506949821394,16.16245324410162,14.92070803560698
+1999,12,10,13,30,892.0,73.0,428.0,4.0,-8.0,0.8,47.34,662.8210123571564,23.74058378355612,21.75212074648465
+1999,12,10,14,30,810.0,63.0,306.0,3.0,-7.0,0.9,53.31,502.1138330373373,17.85381148905521,16.3474699899432
+1999,12,10,15,30,119.0,63.0,83.0,1.0,-7.0,1.0,62.86,106.67380503426728,4.134496087983784,3.8144746728809826
+1999,12,10,16,30,0.0,0.0,0.0,0.0,-8.0,1.0,61.65,0.0,0.0,0.0
+1999,12,10,17,30,0.0,0.0,0.0,-1.0,-9.0,0.9,63.14,0.0,-1.0,-1.0
+1999,12,10,18,30,0.0,0.0,0.0,-1.0,-9.0,0.9,62.71,0.0,-1.0,-1.0
+1999,12,10,19,30,0.0,0.0,0.0,-1.0,-9.0,0.9,60.98,0.0,-1.0,-1.0
+1999,12,10,20,30,0.0,0.0,0.0,-1.0,-9.0,0.8,58.79,0.0,-1.0,-1.0
+1999,12,10,21,30,0.0,0.0,0.0,-1.0,-10.0,0.6000000000000001,56.53,0.0,-1.0,-1.0
+1999,12,10,22,30,0.0,0.0,0.0,-1.0,-10.0,0.4,60.39,0.0,-1.0,-1.0
+1999,12,10,23,30,0.0,0.0,0.0,-2.0,-10.0,0.30000000000000004,58.34,0.0,-2.0,-2.0
+1999,12,11,0,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,57.63,0.0,-2.0,-2.0
+1999,12,11,1,30,0.0,0.0,0.0,-2.0,-11.0,0.4,61.45,0.0,-2.0,-2.0
+1999,12,11,2,30,0.0,0.0,0.0,-2.0,-11.0,0.30000000000000004,60.96,0.0,-2.0,-2.0
+1999,12,11,3,30,0.0,0.0,0.0,-3.0,-11.0,0.1,60.95,0.0,-3.0,-3.0
+1999,12,11,4,30,0.0,0.0,0.0,-3.0,-11.0,0.1,65.5,0.0,-3.0,-3.0
+1999,12,11,5,30,0.0,0.0,0.0,-3.0,-11.0,0.2,65.41,0.0,-3.0,-3.0
+1999,12,11,6,30,0.0,0.0,0.0,-4.0,-11.0,0.4,65.96000000000001,0.0,-4.0,-4.0
+1999,12,11,7,30,151.0,19.0,25.0,-3.0,-11.0,0.6000000000000001,66.78,52.52930191551264,-1.4142745973572464,-1.5718625031037843
+1999,12,11,8,30,545.0,67.0,174.0,-2.0,-10.0,1.1,60.86,292.3559604426906,6.532933506695534,5.655865625367462
+1999,12,11,9,30,727.0,93.0,328.0,0.0,-9.0,1.5,55.72,506.9787597561453,14.404715671936724,12.88377939266829
+1999,12,11,10,30,823.0,103.0,441.0,0.0,-9.0,1.4,52.04,660.7940942358708,18.90146745478861,16.919085172080997
+1999,12,11,11,30,869.0,105.0,500.0,1.0,-9.0,1.1,47.63,740.0513871106955,22.599728181328555,20.37957401999647
+1999,12,11,12,30,883.0,99.0,496.0,2.0,-10.0,0.9,46.81,739.1039475817838,23.864585251089864,21.64727340834451
+1999,12,11,13,30,865.0,87.0,430.0,2.0,-10.0,1.0,46.31,658.3748242723159,21.345642638749627,19.37051816593268
+1999,12,11,14,30,802.0,70.0,311.0,1.0,-10.0,1.0,45.6,504.77844579835147,15.832376731524691,14.318041394129637
+1999,12,11,15,30,639.0,46.0,152.0,0.0,-9.0,0.8,57.17,287.5197875897281,8.563108819016916,7.700549456247732
+1999,12,11,16,30,0.0,0.0,0.0,-2.0,-10.0,0.6000000000000001,58.41,0.0,-2.0,-2.0
+1999,12,11,17,30,0.0,0.0,0.0,-3.0,-12.0,0.7000000000000001,55.48,0.0,-3.0,-3.0
+1999,12,11,18,30,0.0,0.0,0.0,-4.0,-13.0,1.3,56.24,0.0,-4.0,-4.0
+1999,12,11,19,30,0.0,0.0,0.0,-4.0,-14.0,1.7000000000000002,56.91,0.0,-4.0,-4.0
+1999,12,11,20,30,0.0,0.0,0.0,-5.0,-14.0,2.0,53.67,0.0,-5.0,-5.0
+1999,12,11,21,30,0.0,0.0,0.0,-5.0,-15.0,2.4000000000000004,51.69,0.0,-5.0,-5.0
+1999,12,11,22,30,0.0,0.0,0.0,-5.0,-14.0,3.0,53.51,0.0,-5.0,-5.0
+1999,12,11,23,30,0.0,0.0,0.0,-4.0,-14.0,3.4000000000000004,56.66,0.0,-4.0,-4.0
+1999,12,12,0,30,0.0,0.0,0.0,-4.0,-13.0,3.8,54.97,0.0,-4.0,-4.0
+1999,12,12,1,30,0.0,0.0,0.0,-4.0,-13.0,4.2,57.06,0.0,-4.0,-4.0
+1999,12,12,2,30,0.0,0.0,0.0,-4.0,-13.0,4.1000000000000005,57.52,0.0,-4.0,-4.0
+1999,12,12,3,30,0.0,0.0,0.0,-5.0,-13.0,3.6,61.13,0.0,-5.0,-5.0
+1999,12,12,4,30,0.0,0.0,0.0,-5.0,-13.0,3.3000000000000003,60.22,0.0,-5.0,-5.0
+1999,12,12,5,30,0.0,0.0,0.0,-5.0,-13.0,3.0,64.62,0.0,-5.0,-5.0
+1999,12,12,6,30,0.0,0.0,0.0,-6.0,-13.0,2.8000000000000003,63.63,0.0,-6.0,-6.0
+1999,12,12,7,30,315.0,16.0,27.0,-4.0,-13.0,3.0,58.55,85.7970902392514,-1.7942543803962505,-2.0516456511140047
+1999,12,12,8,30,738.0,45.0,188.0,-1.0,-12.0,3.4000000000000004,50.44,349.6318056921498,7.753981314832302,6.705085897755853
+1999,12,12,9,30,882.0,61.0,344.0,1.0,-11.0,3.3000000000000003,44.68,562.7542319995831,15.183443071174082,13.495180375175332
+1999,12,12,10,30,944.0,70.0,457.0,2.0,-11.0,3.0,41.86,709.4488381392662,20.239122826833874,18.110776312416075
+1999,12,12,11,30,968.0,75.0,513.0,3.0,-11.0,2.5,39.46,782.2626738925585,23.789892954553185,21.44310493287551
+1999,12,12,12,30,967.0,74.0,507.0,4.0,-11.0,2.0,37.05,775.1423254502222,25.29899128640145,22.973564310050783
+1999,12,12,13,30,938.0,67.0,439.0,4.0,-11.0,1.5,37.1,687.0625603796506,23.521411184685753,21.4602235035468
+1999,12,12,14,30,867.0,56.0,317.0,3.0,-10.0,0.8,41.98,526.7257513943231,18.687302654118888,17.107125399935917
+1999,12,12,15,30,703.0,39.0,156.0,1.0,-8.0,0.6000000000000001,58.62000000000001,305.47641686108943,10.221552475683408,9.30512322510014
+1999,12,12,16,30,0.0,0.0,0.0,-1.0,-10.0,0.9,55.19,0.0,-1.0,-1.0
+1999,12,12,17,30,0.0,0.0,0.0,-2.0,-11.0,1.1,55.69,0.0,-2.0,-2.0
+1999,12,12,18,30,0.0,0.0,0.0,-3.0,-11.0,1.4,60.22,0.0,-3.0,-3.0
+1999,12,12,19,30,0.0,0.0,0.0,-2.0,-11.0,1.8,59.42,0.0,-2.0,-2.0
+1999,12,12,20,30,0.0,0.0,0.0,-2.0,-11.0,2.3000000000000003,54.68,0.0,-2.0,-2.0
+1999,12,12,21,30,0.0,0.0,0.0,-2.0,-11.0,2.7,54.27,0.0,-2.0,-2.0
+1999,12,12,22,30,0.0,0.0,0.0,-2.0,-11.0,3.0,54.0,0.0,-2.0,-2.0
+1999,12,12,23,30,0.0,0.0,0.0,-2.0,-12.0,3.1,53.71,0.0,-2.0,-2.0
+1999,12,13,0,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.7,0.0,-2.0,-2.0
+1999,12,13,1,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.2,0.0,-2.0,-2.0
+1999,12,13,2,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,55.01,0.0,-2.0,-2.0
+1999,12,13,3,30,0.0,0.0,0.0,-1.0,-11.0,3.3000000000000003,55.58,0.0,-1.0,-1.0
+1999,12,13,4,30,0.0,0.0,0.0,-1.0,-11.0,3.2,55.98,0.0,-1.0,-1.0
+1999,12,13,5,30,0.0,0.0,0.0,-1.0,-11.0,3.0,52.15,0.0,-1.0,-1.0
+1999,12,13,6,30,0.0,0.0,0.0,0.0,-11.0,2.8000000000000003,48.87000000000001,0.0,0.0,0.0
+1999,12,13,7,30,0.0,10.0,10.0,0.0,-10.0,2.6,47.62,9.773847327947157,0.2580339736434384,0.22871243165959693
+1999,12,13,8,30,22.0,71.0,75.0,1.0,-9.0,2.6,49.71,78.45884809203102,3.071348943909258,2.8359723996331647
+1999,12,13,9,30,210.0,135.0,202.0,2.0,-7.0,2.6,54.98,251.3604009237426,8.636027849698756,7.881946646927528
+1999,12,13,10,30,73.0,179.0,209.0,3.0,-6.0,2.2,56.14,224.4181136169302,9.084670852092627,8.411416511241836
+1999,12,13,11,30,126.0,210.0,267.0,4.0,-5.0,1.7000000000000002,57.6,297.4037252796344,12.33756775498787,11.445356579148967
+1999,12,13,12,30,42.0,187.0,206.0,5.0,-4.0,1.4,57.15,213.27478891664333,11.100548592669329,10.460724225919398
+1999,12,13,13,30,93.0,176.0,213.0,5.0,-4.0,1.3,58.45,233.64159594209028,11.728159395911337,11.027234608085067
+1999,12,13,14,30,0.0,70.0,70.0,4.0,-4.0,1.1,61.28,68.4169312956301,5.996870953456096,5.791620159569206
+1999,12,13,15,30,654.0,41.0,150.0,3.0,-5.0,0.8,64.18,289.3173979319989,11.61664646630059,10.748694272504594
+1999,12,13,16,30,0.0,0.0,0.0,1.0,-7.0,1.0,57.92,0.0,1.0,1.0
+1999,12,13,17,30,0.0,0.0,0.0,0.0,-8.0,1.3,58.75,0.0,0.0,0.0
+1999,12,13,18,30,0.0,0.0,0.0,0.0,-7.0,1.6,64.22,0.0,0.0,0.0
+1999,12,13,19,30,0.0,0.0,0.0,0.0,-7.0,2.0,69.96000000000001,0.0,0.0,0.0
+1999,12,13,20,30,0.0,0.0,0.0,0.0,-7.0,3.4000000000000004,68.84,0.0,0.0,0.0
+1999,12,13,21,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,60.79,0.0,0.0,0.0
+1999,12,13,22,30,0.0,0.0,0.0,-1.0,-11.0,5.8000000000000025,55.4,0.0,-1.0,-1.0
+1999,12,13,23,30,0.0,0.0,0.0,-2.0,-13.0,5.4,53.22,0.0,-2.0,-2.0
+1999,12,14,0,30,0.0,0.0,0.0,-3.0,-13.0,5.2,52.08,0.0,-3.0,-3.0
+1999,12,14,1,30,0.0,0.0,0.0,-3.0,-12.0,5.300000000000002,58.86,0.0,-3.0,-3.0
+1999,12,14,2,30,0.0,0.0,0.0,-4.0,-12.0,5.5,60.31,0.0,-4.0,-4.0
+1999,12,14,3,30,0.0,0.0,0.0,-4.0,-12.0,5.5,63.95,0.0,-4.0,-4.0
+1999,12,14,4,30,0.0,0.0,0.0,-5.0,-13.0,5.5,60.94,0.0,-5.0,-5.0
+1999,12,14,5,30,0.0,0.0,0.0,-5.0,-14.0,5.6000000000000005,60.8,0.0,-5.0,-5.0
+1999,12,14,6,30,0.0,0.0,0.0,-6.0,-15.0,5.6000000000000005,54.07,0.0,-6.0,-6.0
+1999,12,14,7,30,0.0,24.0,24.0,-6.0,-16.0,5.6000000000000005,48.42,23.457233587073173,-5.49131489256978,-5.561686593330999
+1999,12,14,8,30,736.0,45.0,185.0,-5.0,-17.0,6.3000000000000025,41.41,345.81477946479805,2.1687229586804264,1.1312786202860323
+1999,12,14,9,30,896.0,61.0,345.0,-4.0,-19.0,7.0,33.910000000000004,567.5539327007027,7.250700677248947,5.548038879146839
+1999,12,14,10,30,973.0,67.0,463.0,-3.0,-20.0,7.4,28.38,723.4468748771665,10.981291193272428,8.810950568640928
+1999,12,14,11,30,1008.0,69.0,523.0,-2.0,-21.0,7.6,27.23,803.7024642367164,13.336956734444975,10.925849341734825
+1999,12,14,12,30,1009.0,68.0,519.0,-2.0,-21.0,7.6,24.81,798.7709793324551,13.24284980560153,10.846536867604165
+1999,12,14,13,30,978.0,63.0,450.0,-2.0,-21.0,7.4,25.26,709.6007215879063,11.713701259904198,9.58489909514048
+1999,12,14,14,30,904.0,54.0,326.0,-2.0,-20.0,6.8000000000000025,26.66,545.6945872898262,8.956122235449413,7.319038473579935
+1999,12,14,15,30,740.0,38.0,162.0,-4.0,-19.0,5.7,33.02,319.8143147128557,2.8907260256328073,1.9312830814942403
+1999,12,14,16,30,0.0,0.0,0.0,-5.0,-19.0,4.9,37.48,0.0,-5.0,-5.0
+1999,12,14,17,30,0.0,0.0,0.0,-6.0,-18.0,4.800000000000002,41.22,0.0,-6.0,-6.0
+1999,12,14,18,30,0.0,0.0,0.0,-7.0,-18.0,4.800000000000002,44.65,0.0,-7.0,-7.0
+1999,12,14,19,30,0.0,0.0,0.0,-7.0,-19.0,4.9,43.87,0.0,-7.0,-7.0
+1999,12,14,20,30,0.0,0.0,0.0,-7.0,-19.0,5.0,43.15,0.0,-7.0,-7.0
+1999,12,14,21,30,0.0,0.0,0.0,-7.0,-19.0,5.0,46.76,0.0,-7.0,-7.0
+1999,12,14,22,30,0.0,0.0,0.0,-7.0,-19.0,4.9,47.41,0.0,-7.0,-7.0
+1999,12,14,23,30,0.0,0.0,0.0,-7.0,-18.0,4.6000000000000005,48.08,0.0,-7.0,-7.0
+1999,12,15,0,30,0.0,0.0,0.0,-8.0,-18.0,4.2,48.43,0.0,-8.0,-8.0
+1999,12,15,1,30,0.0,0.0,0.0,-8.0,-18.0,3.9,48.43,0.0,-8.0,-8.0
+1999,12,15,2,30,0.0,0.0,0.0,-8.0,-18.0,3.8,47.8,0.0,-8.0,-8.0
+1999,12,15,3,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.97,0.0,-8.0,-8.0
+1999,12,15,4,30,0.0,0.0,0.0,-8.0,-19.0,3.8,46.34,0.0,-8.0,-8.0
+1999,12,15,5,30,0.0,0.0,0.0,-8.0,-19.0,3.9,45.99,0.0,-8.0,-8.0
+1999,12,15,6,30,0.0,0.0,0.0,-7.0,-19.0,4.1000000000000005,45.9,0.0,-7.0,-7.0
+1999,12,15,7,30,0.0,18.0,18.0,-6.0,-19.0,4.6000000000000005,43.19,17.592925190304882,-5.59288291880251,-5.645661694373425
+1999,12,15,8,30,444.0,54.0,138.0,-4.0,-18.0,5.300000000000002,37.14,234.00158388718242,1.173969638686811,0.47196488702526374
+1999,12,15,9,30,352.0,118.0,230.0,-1.0,-17.0,5.9,35.31,314.29535279388926,5.685032918240411,4.742146859858743
+1999,12,15,10,30,185.0,183.0,258.0,0.0,-15.0,6.2,33.730000000000004,303.72099137642306,6.336659867351348,5.425496893222079
+1999,12,15,11,30,455.0,169.0,373.0,1.0,-14.0,6.0,32.68,497.1238914962015,11.50591568064584,10.014544006157236
+1999,12,15,12,30,567.0,139.0,392.0,2.0,-13.0,5.7,36.12,547.1557315503285,13.78902902721274,12.147561832561754
+1999,12,15,13,30,392.0,152.0,308.0,2.0,-12.0,5.1000000000000005,39.13,408.3515121733956,11.14693296428894,9.921878427768753
+1999,12,15,14,30,311.0,115.0,209.0,1.0,-11.0,4.1000000000000005,42.16,282.1535202490183,7.746454483406489,6.8999939226594345
+1999,12,15,15,30,443.0,47.0,121.0,0.0,-10.0,3.0,52.57,215.58143910573276,5.542353635179545,4.8956093178623465
+1999,12,15,16,30,0.0,0.0,0.0,-1.0,-10.0,2.7,54.1,0.0,-1.0,-1.0
+1999,12,15,17,30,0.0,0.0,0.0,-2.0,-11.0,3.0,55.36,0.0,-2.0,-2.0
+1999,12,15,18,30,0.0,0.0,0.0,-2.0,-11.0,3.3000000000000003,53.78,0.0,-2.0,-2.0
+1999,12,15,19,30,0.0,0.0,0.0,-2.0,-12.0,3.4000000000000004,56.37000000000001,0.0,-2.0,-2.0
+1999,12,15,20,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.2,0.0,-2.0,-2.0
+1999,12,15,21,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,51.86,0.0,-2.0,-2.0
+1999,12,15,22,30,0.0,0.0,0.0,-2.0,-12.0,3.3000000000000003,53.13,0.0,-2.0,-2.0
+1999,12,15,23,30,0.0,0.0,0.0,-2.0,-11.0,3.4000000000000004,54.03,0.0,-2.0,-2.0
+1999,12,16,0,30,0.0,0.0,0.0,-1.0,-11.0,3.5,54.92,0.0,-1.0,-1.0
+1999,12,16,1,30,0.0,0.0,0.0,-1.0,-11.0,3.7,57.71,0.0,-1.0,-1.0
+1999,12,16,2,30,0.0,0.0,0.0,-1.0,-10.0,3.9,55.71,0.0,-1.0,-1.0
+1999,12,16,3,30,0.0,0.0,0.0,-1.0,-10.0,4.3,56.47,0.0,-1.0,-1.0
+1999,12,16,4,30,0.0,0.0,0.0,-1.0,-10.0,4.7,56.7,0.0,-1.0,-1.0
+1999,12,16,5,30,0.0,0.0,0.0,0.0,-10.0,5.4,57.7,0.0,0.0,0.0
+1999,12,16,6,30,0.0,0.0,0.0,0.0,-9.0,6.0,55.12000000000001,0.0,0.0,0.0
+1999,12,16,7,30,0.0,12.0,12.0,0.0,-9.0,6.5,52.51,11.728616793536586,0.24003769614619025,0.2048518457655805
+1999,12,16,8,30,192.0,70.0,106.0,1.0,-8.0,6.6000000000000005,50.88,146.42175996503065,3.9775567981971194,3.5382915183020276
+1999,12,16,9,30,529.0,93.0,259.0,4.0,-8.0,6.4,50.57,389.0493575589967,12.013433410637436,10.846285337960445
+1999,12,16,10,30,724.0,85.0,377.0,5.0,-7.0,6.1000000000000005,46.37,570.8286356920922,16.98620460824039,15.273718701164112
+1999,12,16,11,30,956.0,71.0,500.0,6.0,-6.0,5.5,45.18,766.1151785437066,22.721466220153268,20.423120684522146
+1999,12,16,12,30,954.0,70.0,496.0,7.0,-6.0,4.800000000000002,46.63,760.173510490632,24.363195175277088,22.08267464380519
+1999,12,16,13,30,923.0,65.0,430.0,6.0,-6.0,3.8,47.93,675.3911256763656,22.470359201585765,20.44418582455667
+1999,12,16,14,30,848.0,56.0,310.0,5.0,-5.0,2.7,55.66,518.1329163120866,18.588348540106093,17.03394979116983
+1999,12,16,15,30,114.0,64.0,84.0,2.0,-4.0,2.0,66.99,106.33359290982025,4.921783773738027,4.602782995008567
+1999,12,16,16,30,0.0,0.0,0.0,0.0,-5.0,2.2,67.23,0.0,0.0,0.0
+1999,12,16,17,30,0.0,0.0,0.0,0.0,-5.0,2.9000000000000004,71.7,0.0,0.0,0.0
+1999,12,16,18,30,0.0,0.0,0.0,0.0,-5.0,3.6,72.21000000000002,0.0,0.0,0.0
+1999,12,16,19,30,0.0,0.0,0.0,1.0,-5.0,3.9,72.01,0.0,1.0,1.0
+1999,12,16,20,30,0.0,0.0,0.0,1.0,-5.0,3.8,67.26,0.0,1.0,1.0
+1999,12,16,21,30,0.0,0.0,0.0,1.0,-5.0,3.4000000000000004,67.57000000000001,0.0,1.0,1.0
+1999,12,16,22,30,0.0,0.0,0.0,1.0,-5.0,3.2,72.42,0.0,1.0,1.0
+1999,12,16,23,30,0.0,0.0,0.0,0.0,-5.0,3.1,71.29,0.0,0.0,0.0
+1999,12,17,0,30,0.0,0.0,0.0,0.0,-5.0,3.0,69.54,0.0,0.0,0.0
+1999,12,17,1,30,0.0,0.0,0.0,0.0,-6.0,2.7,68.54,0.0,0.0,0.0
+1999,12,17,2,30,0.0,0.0,0.0,0.0,-6.0,2.3000000000000003,73.64,0.0,0.0,0.0
+1999,12,17,3,30,0.0,0.0,0.0,0.0,-6.0,1.9,73.67,0.0,0.0,0.0
+1999,12,17,4,30,0.0,0.0,0.0,0.0,-6.0,1.8,78.5,0.0,0.0,0.0
+1999,12,17,5,30,0.0,0.0,0.0,0.0,-6.0,1.8,76.68,0.0,0.0,0.0
+1999,12,17,6,30,0.0,0.0,0.0,0.0,-6.0,1.8,69.22,0.0,0.0,0.0
+1999,12,17,7,30,219.0,13.0,19.0,0.0,-6.0,2.1,64.13,59.286862853943745,1.6182129000625554,1.4403523115007242
+1999,12,17,8,30,599.0,40.0,150.0,1.0,-6.0,3.3000000000000003,63.52,281.35244110503675,8.09109963894879,7.24704231563368
+1999,12,17,9,30,359.0,116.0,228.0,2.0,-5.0,5.1000000000000005,66.58,315.1647404931922,9.059581434278241,8.114087212798665
+1999,12,17,10,30,494.0,138.0,337.0,2.0,-5.0,5.9,68.32000000000001,467.1210123973551,11.935620482196388,10.534257445004323
+1999,12,17,11,30,0.0,27.0,27.0,3.0,-5.0,5.8000000000000025,68.44,26.389387785457323,3.5649294048288134,3.4857612414724413
+1999,12,17,12,30,10.0,157.0,161.0,3.0,-5.0,5.300000000000002,60.77,160.69504326849767,6.55310105661303,6.0710159268075365
+1999,12,17,13,30,224.0,174.0,263.0,3.0,-6.0,4.4,56.24,318.6227335034273,10.470220242541444,9.514352042031163
+1999,12,17,14,30,0.0,22.0,22.0,2.0,-7.0,3.2,58.04,21.502464121483747,2.54553411157155,2.481026719207099
+1999,12,17,15,30,0.0,10.0,10.0,1.0,-6.0,1.7000000000000002,65.15,9.773847327947157,1.2740050221194954,1.2446834801356539
+1999,12,17,16,30,0.0,0.0,0.0,0.0,-8.0,0.8,68.12,0.0,0.0,0.0
+1999,12,17,17,30,0.0,0.0,0.0,-1.0,-8.0,0.4,69.38,0.0,-1.0,-1.0
+1999,12,17,18,30,0.0,0.0,0.0,-2.0,-8.0,0.7000000000000001,74.39,0.0,-2.0,-2.0
+1999,12,17,19,30,0.0,0.0,0.0,-3.0,-9.0,1.3,78.62,0.0,-3.0,-3.0
+1999,12,17,20,30,0.0,0.0,0.0,-4.0,-9.0,1.8,75.29,0.0,-4.0,-4.0
+1999,12,17,21,30,0.0,0.0,0.0,-4.0,-10.0,2.2,71.59,0.0,-4.0,-4.0
+1999,12,17,22,30,0.0,0.0,0.0,-4.0,-11.0,2.8000000000000003,67.72,0.0,-4.0,-4.0
+1999,12,17,23,30,0.0,0.0,0.0,-3.0,-11.0,3.6,63.57,0.0,-3.0,-3.0
+1999,12,18,0,30,0.0,0.0,0.0,-3.0,-12.0,4.1000000000000005,56.35,0.0,-3.0,-3.0
+1999,12,18,1,30,0.0,0.0,0.0,-2.0,-12.0,4.3,51.9,0.0,-2.0,-2.0
+1999,12,18,2,30,0.0,0.0,0.0,-1.0,-12.0,4.5,53.28,0.0,-1.0,-1.0
+1999,12,18,3,30,0.0,0.0,0.0,-1.0,-12.0,4.6000000000000005,53.67,0.0,-1.0,-1.0
+1999,12,18,4,30,0.0,0.0,0.0,-2.0,-12.0,4.4,52.28,0.0,-2.0,-2.0
+1999,12,18,5,30,0.0,0.0,0.0,-2.0,-13.0,4.1000000000000005,49.39,0.0,-2.0,-2.0
+1999,12,18,6,30,0.0,0.0,0.0,-2.0,-13.0,3.8,47.09,0.0,-2.0,-2.0
+1999,12,18,7,30,0.0,19.0,19.0,-1.0,-13.0,3.8,43.22,18.570309923099597,-0.547136965100153,-0.6028478948694518
+1999,12,18,8,30,746.0,38.0,174.0,1.0,-12.0,4.1000000000000005,40.78,337.53877954263777,9.07074818899732,8.058131850369406
+1999,12,18,9,30,882.0,53.0,327.0,3.0,-10.0,4.1000000000000005,40.52,546.2767060169049,16.061793201217732,14.422963083167017
+1999,12,18,10,30,705.0,89.0,372.0,6.0,-9.0,4.4,40.13,560.3909254335772,19.138559163310333,17.457386387009603
+1999,12,18,11,30,762.0,91.0,432.0,7.0,-8.0,5.0,41.25,643.3009093954662,21.503668880321253,19.573766152134855
+1999,12,18,12,30,745.0,94.0,426.0,7.0,-6.0,5.4,44.97,631.8507626771502,20.880520688083426,18.984968400051976
+1999,12,18,13,30,918.0,67.0,430.0,6.0,-6.0,5.4,50.28,674.6367877299143,20.82044565294289,18.796535289753148
+1999,12,18,14,30,845.0,58.0,313.0,4.0,-6.0,4.9,54.5,519.7735389956466,15.795139405441883,14.235818788454944
+1999,12,18,15,30,671.0,42.0,155.0,2.0,-6.0,3.8,62.59,300.2543794138015,9.32212386688098,8.421360728639577
+1999,12,18,16,30,0.0,0.0,0.0,0.0,-6.0,3.1,64.31,0.0,0.0,0.0
+1999,12,18,17,30,0.0,0.0,0.0,0.0,-7.0,3.7,65.92,0.0,0.0,0.0
+1999,12,18,18,30,0.0,0.0,0.0,0.0,-8.0,4.9,63.02,0.0,0.0,0.0
+1999,12,18,19,30,0.0,0.0,0.0,0.0,-8.0,5.5,60.02,0.0,0.0,0.0
+1999,12,18,20,30,0.0,0.0,0.0,0.0,-9.0,5.300000000000002,58.27,0.0,0.0,0.0
+1999,12,18,21,30,0.0,0.0,0.0,0.0,-9.0,4.800000000000002,62.35,0.0,0.0,0.0
+1999,12,18,22,30,0.0,0.0,0.0,0.0,-9.0,4.0,62.71,0.0,0.0,0.0
+1999,12,18,23,30,0.0,0.0,0.0,-1.0,-8.0,3.1,63.47,0.0,-1.0,-1.0
+1999,12,19,0,30,0.0,0.0,0.0,-1.0,-8.0,2.6,63.57,0.0,-1.0,-1.0
+1999,12,19,1,30,0.0,0.0,0.0,-1.0,-9.0,2.6,67.45,0.0,-1.0,-1.0
+1999,12,19,2,30,0.0,0.0,0.0,-2.0,-9.0,2.6,65.71000000000001,0.0,-2.0,-2.0
+1999,12,19,3,30,0.0,0.0,0.0,-2.0,-9.0,2.5,68.77,0.0,-2.0,-2.0
+1999,12,19,4,30,0.0,0.0,0.0,-3.0,-10.0,2.2,67.83,0.0,-3.0,-3.0
+1999,12,19,5,30,0.0,0.0,0.0,-3.0,-10.0,2.0,67.27,0.0,-3.0,-3.0
+1999,12,19,6,30,0.0,0.0,0.0,-3.0,-10.0,1.9,67.68,0.0,-3.0,-3.0
+1999,12,19,7,30,262.0,12.0,18.0,-2.0,-10.0,2.2,62.11,66.49244400673696,-0.19718368802084366,-0.3966610200410545
+1999,12,19,8,30,694.0,43.0,169.0,-1.0,-9.0,3.1,60.2,320.31464206521696,7.180574389070643,6.219630462874992
+1999,12,19,9,30,839.0,63.0,323.0,0.0,-9.0,3.7,56.71,530.7896018831452,13.029506038438475,11.43713723278904
+1999,12,19,10,30,909.0,74.0,438.0,0.0,-10.0,3.3000000000000003,53.97,681.8297531867738,17.18457710072706,15.139087841166742
+1999,12,19,11,30,43.0,187.0,207.0,0.0,-10.0,2.6,50.7,214.03765188727485,5.650690457161509,5.008577501499684
+1999,12,19,12,30,0.0,121.0,121.0,0.0,-11.0,2.1,49.11,118.26355266816059,3.2279597422165622,2.8731690842120803
+1999,12,19,13,30,0.0,80.0,80.0,0.0,-11.0,1.9,48.34,78.19077862357726,2.162897277512824,1.928324941642092
+1999,12,19,14,30,416.0,104.0,229.0,0.0,-11.0,1.9,47.91,329.9994092668428,9.128375960037726,8.138377732237197
+1999,12,19,15,30,677.0,43.0,158.0,-2.0,-11.0,1.5,54.86,304.41456979432195,6.649288041951334,5.736044332568368
+1999,12,19,16,30,0.0,0.0,0.0,-3.0,-11.0,1.0,64.61,0.0,-3.0,-3.0
+1999,12,19,17,30,0.0,0.0,0.0,-4.0,-12.0,0.9,67.32000000000001,0.0,-4.0,-4.0
+1999,12,19,18,30,0.0,0.0,0.0,-5.0,-12.0,1.1,63.99,0.0,-5.0,-5.0
+1999,12,19,19,30,0.0,0.0,0.0,-5.0,-13.0,1.5,66.48,0.0,-5.0,-5.0
+1999,12,19,20,30,0.0,0.0,0.0,-6.0,-13.0,1.7000000000000002,63.87000000000001,0.0,-6.0,-6.0
+1999,12,19,21,30,0.0,0.0,0.0,-6.0,-14.0,1.8,61.75,0.0,-6.0,-6.0
+1999,12,19,22,30,0.0,0.0,0.0,-5.0,-14.0,2.0,61.01,0.0,-5.0,-5.0
+1999,12,19,23,30,0.0,0.0,0.0,-5.0,-14.0,2.0,60.77,0.0,-5.0,-5.0
+1999,12,20,0,30,0.0,0.0,0.0,-5.0,-14.0,1.9,60.54,0.0,-5.0,-5.0
+1999,12,20,1,30,0.0,0.0,0.0,-5.0,-14.0,1.6,61.04,0.0,-5.0,-5.0
+1999,12,20,2,30,0.0,0.0,0.0,-5.0,-13.0,1.2000000000000002,62.94000000000001,0.0,-5.0,-5.0
+1999,12,20,3,30,0.0,0.0,0.0,-5.0,-13.0,1.0,65.49,0.0,-5.0,-5.0
+1999,12,20,4,30,0.0,0.0,0.0,-5.0,-12.0,1.0,67.59,0.0,-5.0,-5.0
+1999,12,20,5,30,0.0,0.0,0.0,-6.0,-12.0,1.2000000000000002,68.81,0.0,-6.0,-6.0
+1999,12,20,6,30,0.0,0.0,0.0,-6.0,-12.0,1.4,69.27,0.0,-6.0,-6.0
+1999,12,20,7,30,0.0,7.0,7.0,-5.0,-12.0,1.6,64.05,6.8416931295630095,-4.806907066973997,-4.8274321463626855
+1999,12,20,8,30,47.0,68.0,77.0,-4.0,-12.0,2.4000000000000004,59.13,85.23621723469577,-1.7195814535806329,-1.9752901052847203
+1999,12,20,9,30,121.0,132.0,170.0,-2.0,-12.0,3.4000000000000004,54.42,196.53181879889945,2.9207075601423247,2.3311121037456264
+1999,12,20,10,30,0.0,113.0,113.0,-1.0,-13.0,4.2,48.93,110.44447480580287,1.6235353708203601,1.2922019464029515
+1999,12,20,11,30,422.0,174.0,362.0,-1.0,-13.0,4.4,44.06,476.6765667645902,10.175847055971907,8.745817355678136
+1999,12,20,12,30,85.0,201.0,238.0,-1.0,-13.0,4.2,42.99,258.0604002208522,5.130053938668302,4.355872738005746
+1999,12,20,13,30,16.0,147.0,154.0,0.0,-14.0,3.9,42.27,154.31386221932374,3.7385007608798184,3.275559174221847
+1999,12,20,14,30,57.0,124.0,141.0,0.0,-14.0,3.5,42.12,152.5393878268051,3.79411979892868,3.3365016354482644
+1999,12,20,15,30,0.0,29.0,29.0,-1.0,-13.0,2.4000000000000004,46.86,28.344157251046756,-0.24167749373556874,-0.326709965488709
+1999,12,20,16,30,0.0,0.0,0.0,-2.0,-12.0,1.5,53.71,0.0,-2.0,-2.0
+1999,12,20,17,30,0.0,0.0,0.0,-3.0,-12.0,1.5,55.63,0.0,-3.0,-3.0
+1999,12,20,18,30,0.0,0.0,0.0,-3.0,-12.0,1.8,55.62000000000001,0.0,-3.0,-3.0
+1999,12,20,19,30,0.0,0.0,0.0,-3.0,-12.0,2.0,59.63,0.0,-3.0,-3.0
+1999,12,20,20,30,0.0,0.0,0.0,-4.0,-12.0,2.2,58.8,0.0,-4.0,-4.0
+1999,12,20,21,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,61.46,0.0,-4.0,-4.0
+1999,12,20,22,30,0.0,0.0,0.0,-5.0,-13.0,2.7,58.43,0.0,-5.0,-5.0
+1999,12,20,23,30,0.0,0.0,0.0,-6.0,-14.0,3.0,59.95,0.0,-6.0,-6.0
+1999,12,21,0,30,0.0,0.0,0.0,-5.0,-14.0,3.2,59.02,0.0,-5.0,-5.0
+1999,12,21,1,30,0.0,0.0,0.0,-5.0,-14.0,3.1,55.79,0.0,-5.0,-5.0
+1999,12,21,2,30,0.0,0.0,0.0,-4.0,-13.0,2.8000000000000003,58.44,0.0,-4.0,-4.0
+1999,12,21,3,30,0.0,0.0,0.0,-4.0,-13.0,2.4000000000000004,60.82,0.0,-4.0,-4.0
+1999,12,21,4,30,0.0,0.0,0.0,-4.0,-12.0,2.1,62.82,0.0,-4.0,-4.0
+1999,12,21,5,30,0.0,0.0,0.0,-4.0,-12.0,1.9,64.18,0.0,-4.0,-4.0
+1999,12,21,6,30,0.0,0.0,0.0,-5.0,-12.0,1.7000000000000002,65.28,0.0,-5.0,-5.0
+1999,12,21,7,30,0.0,9.0,9.0,-4.0,-12.0,1.6,61.34,8.796462595152441,-3.751737657537995,-3.7781270453234526
+1999,12,21,8,30,164.0,68.0,97.0,-3.0,-11.0,1.8,60.9,131.69933626720922,0.6674911640817863,0.2723931552801586
+1999,12,21,9,30,9.0,111.0,114.0,-1.0,-10.0,2.3000000000000003,60.61,113.50199163397745,2.05694104370542,1.7164350688034875
+1999,12,21,10,30,216.0,178.0,264.0,-1.0,-9.0,3.2,65.52,318.4399068236327,7.079066225921018,6.12374650545012
+1999,12,21,11,30,70.0,198.0,229.0,-1.0,-8.0,4.1000000000000005,70.25,244.35753410980107,4.842730511014977,4.109657908685574
+1999,12,21,12,30,0.0,128.0,128.0,-1.0,-8.0,4.7,72.52,125.1052457977236,1.876227447483507,1.5009117100903362
+1999,12,21,13,30,0.0,116.0,116.0,-2.0,-8.0,5.0,72.10000000000002,113.37662900418702,0.5561553882910533,0.21602550127849218
+1999,12,21,14,30,0.0,10.0,10.0,-2.0,-8.0,4.800000000000002,70.4,9.773847327947157,-1.7767546271653485,-1.80607616914919
+1999,12,21,15,30,40.0,65.0,72.0,-3.0,-8.0,4.0,74.10000000000002,79.14474247045332,-1.0951443759698924,-1.3325786033812523
+1999,12,21,16,30,0.0,0.0,0.0,-4.0,-9.0,3.1,76.66,0.0,-4.0,-4.0
+1999,12,21,17,30,0.0,0.0,0.0,-5.0,-9.0,2.8000000000000003,79.4,0.0,-5.0,-5.0
+1999,12,21,18,30,0.0,0.0,0.0,-6.0,-10.0,2.6,83.81,0.0,-6.0,-6.0
+1999,12,21,19,30,0.0,0.0,0.0,-6.0,-10.0,2.1,81.11,0.0,-6.0,-6.0
+1999,12,21,20,30,0.0,0.0,0.0,-6.0,-11.0,1.2000000000000002,84.7,0.0,-6.0,-6.0
+1999,12,21,21,30,0.0,0.0,0.0,-7.0,-11.0,0.5,81.7,0.0,-7.0,-7.0
+1999,12,21,22,30,0.0,0.0,0.0,-8.0,-12.0,0.5,83.85000000000002,0.0,-8.0,-8.0
+1999,12,21,23,30,0.0,0.0,0.0,-9.0,-12.0,0.9,85.46000000000002,0.0,-9.0,-9.0
+1999,12,22,0,30,0.0,0.0,0.0,-9.0,-13.0,1.6,86.64,0.0,-9.0,-9.0
+1999,12,22,1,30,0.0,0.0,0.0,-9.0,-14.0,2.1,75.19,0.0,-9.0,-9.0
+1999,12,22,2,30,0.0,0.0,0.0,-9.0,-15.0,2.4000000000000004,70.32000000000001,0.0,-9.0,-9.0
+1999,12,22,3,30,0.0,0.0,0.0,-8.0,-16.0,2.4000000000000004,64.84,0.0,-8.0,-8.0
+1999,12,22,4,30,0.0,0.0,0.0,-8.0,-17.0,2.3000000000000003,55.6,0.0,-8.0,-8.0
+1999,12,22,5,30,0.0,0.0,0.0,-7.0,-17.0,2.3000000000000003,51.71,0.0,-7.0,-7.0
+1999,12,22,6,30,0.0,0.0,0.0,-6.0,-16.0,2.3000000000000003,51.97,0.0,-6.0,-6.0
+1999,12,22,7,30,0.0,9.0,9.0,-5.0,-15.0,2.9000000000000004,52.6,8.796462595152441,-4.772349135499542,-4.7987385232849995
+1999,12,22,8,30,161.0,68.0,96.0,-3.0,-13.0,4.2,53.96,130.26391354742745,0.09433301515600473,-0.2964587254862776
+1999,12,22,9,30,7.0,110.0,112.0,-2.0,-12.0,5.5,50.72,111.40028112904895,0.4314569009791507,0.09725605759200384
+1999,12,22,10,30,57.0,170.0,192.0,0.0,-11.0,5.7,50.19,204.23228504905762,4.400393156652626,3.787696301505453
+1999,12,22,11,30,74.0,198.0,232.0,0.0,-11.0,5.4,49.8,247.2539248101777,5.431683272796986,4.689921498366453
+1999,12,22,12,30,130.0,206.0,264.0,0.0,-10.0,5.0,49.42,295.6265770779829,6.66510792001074,5.778228188776792
+1999,12,22,13,30,257.0,172.0,275.0,0.0,-9.0,4.3,52.59,339.2668666468472,8.006447877085387,6.988647277144845
+1999,12,22,14,30,101.0,129.0,160.0,0.0,-8.0,3.5,54.97,181.85163665757204,4.523204825585603,3.977649915612887
+1999,12,22,15,30,657.0,44.0,158.0,0.0,-8.0,2.6,59.52,300.4468936466245,7.9319333764085975,7.030592695468724
+1999,12,22,16,30,0.0,0.0,0.0,-1.0,-9.0,2.2,61.64,0.0,-1.0,-1.0
+1999,12,22,17,30,0.0,0.0,0.0,-2.0,-9.0,2.4000000000000004,63.59,0.0,-2.0,-2.0
+1999,12,22,18,30,0.0,0.0,0.0,-2.0,-10.0,2.7,60.77,0.0,-2.0,-2.0
+1999,12,22,19,30,0.0,0.0,0.0,-3.0,-11.0,2.9000000000000004,62.51,0.0,-3.0,-3.0
+1999,12,22,20,30,0.0,0.0,0.0,-3.0,-11.0,3.0,60.64,0.0,-3.0,-3.0
+1999,12,22,21,30,0.0,0.0,0.0,-3.0,-11.0,3.0,64.43,0.0,-3.0,-3.0
+1999,12,22,22,30,0.0,0.0,0.0,-4.0,-11.0,3.1,64.21000000000001,0.0,-4.0,-4.0
+1999,12,22,23,30,0.0,0.0,0.0,-4.0,-11.0,3.0,64.55,0.0,-4.0,-4.0
+1999,12,23,0,30,0.0,0.0,0.0,-4.0,-11.0,2.7,64.95,0.0,-4.0,-4.0
+1999,12,23,1,30,0.0,0.0,0.0,-4.0,-11.0,2.4000000000000004,65.25,0.0,-4.0,-4.0
+1999,12,23,2,30,0.0,0.0,0.0,-4.0,-11.0,2.3000000000000003,65.83,0.0,-4.0,-4.0
+1999,12,23,3,30,0.0,0.0,0.0,-3.0,-11.0,2.3000000000000003,67.23,0.0,-3.0,-3.0
+1999,12,23,4,30,0.0,0.0,0.0,-3.0,-10.0,2.4000000000000004,68.65,0.0,-3.0,-3.0
+1999,12,23,5,30,0.0,0.0,0.0,-3.0,-10.0,2.5,69.46000000000001,0.0,-3.0,-3.0
+1999,12,23,6,30,0.0,0.0,0.0,-3.0,-10.0,2.7,69.28,0.0,-3.0,-3.0
+1999,12,23,7,30,0.0,0.0,0.0,-2.0,-10.0,3.3000000000000003,59.81,0.0,-2.0,-2.0
+1999,12,23,8,30,728.0,33.0,161.0,0.0,-9.0,4.0,52.44,319.7311243220895,7.695288547685552,6.736095174719283
+1999,12,23,9,30,876.0,45.0,313.0,2.0,-7.0,3.9,56.53,529.7377747663055,14.83374704999522,13.244533725696304
+1999,12,23,10,30,941.0,52.0,427.0,4.0,-5.0,4.1000000000000005,56.12000000000001,678.9238689506519,20.23346387998766,18.196692273135703
+1999,12,23,11,30,967.0,56.0,486.0,5.0,-4.0,4.3,56.21,756.6230218845325,22.85574538178275,20.585876316129152
+1999,12,23,12,30,967.0,56.0,487.0,6.0,-4.0,4.0,54.47,756.3969532830282,24.204961510845916,21.93577065099683
+1999,12,23,13,30,943.0,52.0,427.0,6.0,-4.0,3.2,55.85,679.584822049374,23.241591477127564,21.202837010979444
+1999,12,23,14,30,882.0,44.0,314.0,5.0,-3.0,1.8,64.05,531.0947948605098,19.789637690267632,18.196353305686102
+1999,12,23,15,30,739.0,32.0,162.0,2.0,-2.0,1.1,77.11,322.0148385042748,11.39858110286383,10.432536587351006
+1999,12,23,16,30,0.0,0.0,0.0,0.0,-5.0,1.2000000000000002,74.10000000000002,0.0,0.0,0.0
+1999,12,23,17,30,0.0,0.0,0.0,0.0,-5.0,1.4,74.49,0.0,0.0,0.0
+1999,12,23,18,30,0.0,0.0,0.0,-1.0,-6.0,1.6,77.27,0.0,-1.0,-1.0
+1999,12,23,19,30,0.0,0.0,0.0,-1.0,-7.0,1.9,78.66,0.0,-1.0,-1.0
+1999,12,23,20,30,0.0,0.0,0.0,-2.0,-8.0,2.2,72.42,0.0,-2.0,-2.0
+1999,12,23,21,30,0.0,0.0,0.0,-2.0,-9.0,2.3000000000000003,65.36,0.0,-2.0,-2.0
+1999,12,23,22,30,0.0,0.0,0.0,-2.0,-10.0,2.1,59.3,0.0,-2.0,-2.0
+1999,12,23,23,30,0.0,0.0,0.0,-2.0,-11.0,1.9,55.52,0.0,-2.0,-2.0
+1999,12,24,0,30,0.0,0.0,0.0,-1.0,-12.0,1.7000000000000002,53.56,0.0,-1.0,-1.0
+1999,12,24,1,30,0.0,0.0,0.0,-1.0,-12.0,1.6,48.71,0.0,-1.0,-1.0
+1999,12,24,2,30,0.0,0.0,0.0,0.0,-12.0,1.5,45.2,0.0,0.0,0.0
+1999,12,24,3,30,0.0,0.0,0.0,0.0,-12.0,1.4,45.72,0.0,0.0,0.0
+1999,12,24,4,30,0.0,0.0,0.0,0.0,-11.0,1.3,46.61,0.0,0.0,0.0
+1999,12,24,5,30,0.0,0.0,0.0,0.0,-11.0,1.3,47.33,0.0,0.0,0.0
+1999,12,24,6,30,0.0,0.0,0.0,0.0,-11.0,1.5,51.5,0.0,0.0,0.0
+1999,12,24,7,30,0.0,0.0,0.0,0.0,-11.0,1.5,48.59,0.0,0.0,0.0
+1999,12,24,8,30,749.0,33.0,164.0,2.0,-8.0,1.6,51.32,327.0138310245016,11.229303123775752,10.248261630702247
+1999,12,24,9,30,891.0,46.0,318.0,5.0,-6.0,2.2,55.38,538.1549559272023,19.59104936524344,17.976584497461833
+1999,12,24,10,30,951.0,53.0,432.0,7.0,-5.0,2.4000000000000004,47.87000000000001,686.0598636454827,25.354916346220286,23.29673675528384
+1999,12,24,11,30,974.0,58.0,492.0,8.0,-4.0,2.4000000000000004,45.36,763.6050211437243,28.429567487261533,26.13875242383036
+1999,12,24,12,30,972.0,58.0,491.0,9.0,-4.0,2.6,45.35,762.3950705613789,29.12757340506166,26.840388193377525
+1999,12,24,13,30,945.0,54.0,431.0,8.0,-4.0,2.2,50.95,683.7290933026261,26.53801557145054,24.48682829154266
+1999,12,24,14,30,880.0,47.0,317.0,6.0,-2.0,1.5,63.53,534.074749525451,21.17459019027807,19.57236594170172
+1999,12,24,15,30,734.0,34.0,164.0,3.0,-2.0,1.3,78.69,323.2047001759771,12.307301345564726,11.337687245036795
+1999,12,24,16,30,0.0,0.0,0.0,1.0,-4.0,1.5,74.96000000000002,0.0,1.0,1.0
+1999,12,24,17,30,0.0,0.0,0.0,0.0,-5.0,1.5,77.11,0.0,0.0,0.0
+1999,12,24,18,30,0.0,0.0,0.0,0.0,-5.0,1.5,74.58,0.0,0.0,0.0
+1999,12,24,19,30,0.0,0.0,0.0,0.0,-6.0,1.5,68.64,0.0,0.0,0.0
+1999,12,24,20,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.64,0.0,0.0,0.0
+1999,12,24,21,30,0.0,0.0,0.0,0.0,-9.0,1.6,57.25,0.0,0.0,0.0
+1999,12,24,22,30,0.0,0.0,0.0,0.0,-9.0,1.6,55.1,0.0,0.0,0.0
+1999,12,24,23,30,0.0,0.0,0.0,0.0,-9.0,1.6,54.51,0.0,0.0,0.0
+1999,12,25,0,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.96,0.0,0.0,0.0
+1999,12,25,1,30,0.0,0.0,0.0,0.0,-10.0,1.6,53.24,0.0,0.0,0.0
+1999,12,25,2,30,0.0,0.0,0.0,0.0,-10.0,1.6,48.71,0.0,0.0,0.0
+1999,12,25,3,30,0.0,0.0,0.0,0.0,-10.0,1.6,47.75,0.0,0.0,0.0
+1999,12,25,4,30,0.0,0.0,0.0,0.0,-10.0,1.6,46.85,0.0,0.0,0.0
+1999,12,25,5,30,0.0,0.0,0.0,0.0,-11.0,1.6,46.06,0.0,0.0,0.0
+1999,12,25,6,30,0.0,0.0,0.0,0.0,-11.0,1.6,45.43,0.0,0.0,0.0
+1999,12,25,7,30,0.0,0.0,0.0,1.0,-11.0,1.4,42.47,0.0,1.0,1.0
+1999,12,25,8,30,748.0,33.0,164.0,3.0,-8.0,1.3,48.85,325.67192076219135,12.37834971048446,11.401333948197887
+1999,12,25,9,30,891.0,46.0,318.0,6.0,-4.0,1.5,51.97,537.3531750312742,21.267739629685995,19.65568010459217
+1999,12,25,10,30,952.0,55.0,433.0,8.0,-5.0,1.6,47.81,688.2363626780516,27.42407754455096,25.359368456516805
+1999,12,25,11,30,976.0,59.0,494.0,9.0,-5.0,1.4,43.32,766.0612718511715,30.912547833849672,28.614364018296158
+1999,12,25,12,30,975.0,59.0,494.0,9.0,-5.0,1.3,39.69,766.0602536081939,31.0601792774335,28.76199851660892
+1999,12,25,13,30,948.0,56.0,434.0,8.0,-5.0,1.1,43.29,688.6154304973145,28.09847745611445,26.032631164622504
+1999,12,25,14,30,884.0,48.0,320.0,6.0,-2.0,1.0,60.9,538.5010604397085,21.823279827518718,20.20777664619959
+1999,12,25,15,30,738.0,35.0,166.0,3.0,-3.0,1.2000000000000002,72.77,327.01737672187727,12.480602881434695,11.499550751269064
+1999,12,25,16,30,303.0,10.0,16.0,0.0,-6.0,1.5,64.28,71.66935366596974,2.0363311915598574,1.8213231305619484
+1999,12,25,17,30,0.0,0.0,0.0,0.0,-8.0,1.4,63.49,0.0,0.0,0.0
+1999,12,25,18,30,0.0,0.0,0.0,0.0,-8.0,1.2000000000000002,63.23,0.0,0.0,0.0
+1999,12,25,19,30,0.0,0.0,0.0,0.0,-7.0,1.1,63.65,0.0,0.0,0.0
+1999,12,25,20,30,0.0,0.0,0.0,0.0,-7.0,1.1,64.54,0.0,0.0,0.0
+1999,12,25,21,30,0.0,0.0,0.0,0.0,-7.0,1.2000000000000002,65.03,0.0,0.0,0.0
+1999,12,25,22,30,0.0,0.0,0.0,0.0,-7.0,1.3,69.64,0.0,0.0,0.0
+1999,12,25,23,30,0.0,0.0,0.0,0.0,-7.0,1.4,68.44,0.0,0.0,0.0
+1999,12,26,0,30,0.0,0.0,0.0,0.0,-8.0,1.3,62.01,0.0,0.0,0.0
+1999,12,26,1,30,0.0,0.0,0.0,0.0,-8.0,1.3,60.0,0.0,0.0,0.0
+1999,12,26,2,30,0.0,0.0,0.0,0.0,-9.0,1.3,63.12000000000001,0.0,0.0,0.0
+1999,12,26,3,30,0.0,0.0,0.0,-1.0,-9.0,1.4,62.02,0.0,-1.0,-1.0
+1999,12,26,4,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,65.28,0.0,-2.0,-2.0
+1999,12,26,5,30,0.0,0.0,0.0,-2.0,-9.0,1.2000000000000002,63.49,0.0,-2.0,-2.0
+1999,12,26,6,30,0.0,0.0,0.0,-2.0,-10.0,1.2000000000000002,62.47,0.0,-2.0,-2.0
+1999,12,26,7,30,0.0,0.0,0.0,-1.0,-10.0,1.3,57.83,0.0,-1.0,-1.0
+1999,12,26,8,30,741.0,34.0,163.0,1.0,-8.0,1.9,55.57,323.0107502025925,9.935057106719972,8.966024856112195
+1999,12,26,9,30,891.0,48.0,319.0,4.0,-7.0,2.1,51.18,538.5710540611198,18.700096873552457,17.0843837113691
+1999,12,26,10,30,955.0,57.0,437.0,6.0,-7.0,1.7000000000000002,44.16,691.8434695212206,25.395492768476306,23.319962359912644
+1999,12,26,11,30,981.0,61.0,499.0,7.0,-7.0,1.7000000000000002,40.41,771.7649625623726,28.636052676338448,26.32075778865133
+1999,12,26,12,30,980.0,63.0,501.0,8.0,-7.0,1.4,38.24,774.2021035940816,30.14540957941576,27.822803268633514
+1999,12,26,13,30,952.0,59.0,441.0,8.0,-6.0,0.9,42.38,695.254350722218,28.56740201739348,26.481638965226825
+1999,12,26,14,30,886.0,52.0,326.0,7.0,-4.0,0.6000000000000001,54.36,544.8285748515406,23.44698253590537,21.812496811350748
+1999,12,26,15,30,740.0,37.0,171.0,4.0,-5.0,0.8,63.88,331.09178016624287,13.860799378062888,12.86752403756416
+1999,12,26,16,30,304.0,11.0,17.0,1.0,-7.0,1.2000000000000002,60.03,73.4126747224737,3.1283163068721125,2.9080782827046914
+1999,12,26,17,30,0.0,0.0,0.0,0.0,-8.0,1.5,61.1,0.0,0.0,0.0
+1999,12,26,18,30,0.0,0.0,0.0,0.0,-7.0,1.8,68.46000000000001,0.0,0.0,0.0
+1999,12,26,19,30,0.0,0.0,0.0,0.0,-7.0,2.5,70.72,0.0,0.0,0.0
+1999,12,26,20,30,0.0,0.0,0.0,-1.0,-8.0,3.2,67.54,0.0,-1.0,-1.0
+1999,12,26,21,30,0.0,0.0,0.0,-1.0,-9.0,3.4000000000000004,59.58,0.0,-1.0,-1.0
+1999,12,26,22,30,0.0,0.0,0.0,-1.0,-11.0,3.1,51.92,0.0,-1.0,-1.0
+1999,12,26,23,30,0.0,0.0,0.0,-1.0,-12.0,2.9000000000000004,47.66,0.0,-1.0,-1.0
+1999,12,27,0,30,0.0,0.0,0.0,-1.0,-13.0,2.7,45.75,0.0,-1.0,-1.0
+1999,12,27,1,30,0.0,0.0,0.0,-1.0,-13.0,2.5,45.06,0.0,-1.0,-1.0
+1999,12,27,2,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.42,0.0,-1.0,-1.0
+1999,12,27,3,30,0.0,0.0,0.0,-1.0,-13.0,2.3000000000000003,48.32,0.0,-1.0,-1.0
+1999,12,27,4,30,0.0,0.0,0.0,-2.0,-13.0,2.3000000000000003,47.87000000000001,0.0,-2.0,-2.0
+1999,12,27,5,30,0.0,0.0,0.0,-2.0,-13.0,2.1,48.9,0.0,-2.0,-2.0
+1999,12,27,6,30,0.0,0.0,0.0,-2.0,-12.0,2.0,49.8,0.0,-2.0,-2.0
+1999,12,27,7,30,0.0,0.0,0.0,-1.0,-12.0,1.8,48.54,0.0,-1.0,-1.0
+1999,12,27,8,30,0.0,60.0,60.0,1.0,-9.0,2.4000000000000004,47.15,58.64308396768294,2.5689431164091676,2.393013864506119
+1999,12,27,9,30,861.0,49.0,311.0,4.0,-8.0,3.7,45.92,522.361144221472,16.822609295156624,15.255525862492208
+1999,12,27,10,30,928.0,56.0,425.0,6.0,-5.0,4.4,52.45,672.6169400146658,21.769736909622594,19.751886089578598
+1999,12,27,11,30,956.0,60.0,487.0,7.0,-4.0,4.3,53.16,752.8366481176796,24.766389752961416,22.50787980860838
+1999,12,27,12,30,957.0,59.0,488.0,7.0,-4.0,4.0,51.55,754.2410528429252,25.153073300081793,22.890350141553018
+1999,12,27,13,30,933.0,55.0,430.0,7.0,-3.0,3.5,53.24,679.6959975049,23.906112435130346,21.867024442615644
+1999,12,27,14,30,871.0,46.0,317.0,6.0,-3.0,2.1,64.11,531.9526294131811,20.519449431137247,18.923591542897704
+1999,12,27,15,30,725.0,35.0,166.0,3.0,-2.0,1.1,77.39,324.4841681014557,12.470652919791915,11.497200415487548
+1999,12,27,16,30,301.0,11.0,17.0,1.0,-4.0,1.2000000000000002,72.94,73.36742398053286,3.127004436785172,2.906902164843573
+1999,12,27,17,30,0.0,0.0,0.0,0.0,-4.0,1.8,75.42,0.0,0.0,0.0
+1999,12,27,18,30,0.0,0.0,0.0,0.0,-5.0,2.8000000000000003,74.05,0.0,0.0,0.0
+1999,12,27,19,30,0.0,0.0,0.0,0.0,-5.0,3.9,70.60000000000002,0.0,0.0,0.0
+1999,12,27,20,30,0.0,0.0,0.0,0.0,-6.0,4.3,66.19,0.0,0.0,0.0
+1999,12,27,21,30,0.0,0.0,0.0,1.0,-7.0,4.0,62.94000000000001,0.0,1.0,1.0
+1999,12,27,22,30,0.0,0.0,0.0,1.0,-7.0,3.7,61.76,0.0,1.0,1.0
+1999,12,27,23,30,0.0,0.0,0.0,1.0,-7.0,3.6,60.9,0.0,1.0,1.0
+1999,12,28,0,30,0.0,0.0,0.0,1.0,-7.0,3.8,55.53,0.0,1.0,1.0
+1999,12,28,1,30,0.0,0.0,0.0,1.0,-8.0,4.0,54.54,0.0,1.0,1.0
+1999,12,28,2,30,0.0,0.0,0.0,1.0,-8.0,4.0,53.65,0.0,1.0,1.0
+1999,12,28,3,30,0.0,0.0,0.0,1.0,-8.0,3.8,52.61,0.0,1.0,1.0
+1999,12,28,4,30,0.0,0.0,0.0,1.0,-8.0,3.3000000000000003,51.15,0.0,1.0,1.0
+1999,12,28,5,30,0.0,0.0,0.0,1.0,-9.0,2.8000000000000003,49.13,0.0,1.0,1.0
+1999,12,28,6,30,0.0,0.0,0.0,1.0,-10.0,2.5,50.19,0.0,1.0,1.0
+1999,12,28,7,30,0.0,0.0,0.0,2.0,-10.0,2.3000000000000003,44.94,0.0,2.0,2.0
+1999,12,28,8,30,764.0,32.0,163.0,5.0,-9.0,2.4000000000000004,40.21,328.37695576319004,13.785430940432365,12.800300073142795
+1999,12,28,9,30,910.0,44.0,321.0,8.0,-6.0,2.6,38.89,543.8823310972787,22.358738619356277,20.727091626064443
+1999,12,28,10,30,972.0,52.0,438.0,11.0,-5.0,2.2,36.1,697.8101389656997,29.91979637662805,27.82636595973095
+1999,12,28,11,30,998.0,55.0,501.0,12.0,-4.0,1.3,34.76,778.7432717149696,34.42541119215115,32.08918137700624
+1999,12,28,12,30,1000.0,55.0,504.0,13.0,-6.0,0.8,29.13,782.4163296624006,36.30245242889262,33.95520343990542
+1999,12,28,13,30,978.0,52.0,446.0,12.0,-5.0,0.7000000000000001,32.97,708.1643843123925,33.23381456360828,31.109321410671097
+1999,12,28,14,30,920.0,45.0,332.0,10.0,-2.0,0.9,47.22,559.8612782707737,26.56212862559628,24.88254479078396
+1999,12,28,15,30,785.0,33.0,177.0,7.0,-3.0,1.3,52.76,348.0565774143724,17.022958977816938,15.97878924557382
+1999,12,28,16,30,375.0,11.0,20.0,4.0,-7.0,1.6,49.18,89.50642858584915,6.526137681569483,6.257618395811935
+1999,12,28,17,30,0.0,0.0,0.0,2.0,-8.0,1.8,53.2,0.0,2.0,2.0
+1999,12,28,18,30,0.0,0.0,0.0,0.0,-8.0,1.8,53.18,0.0,0.0,0.0
+1999,12,28,19,30,0.0,0.0,0.0,0.0,-8.0,2.0,55.43,0.0,0.0,0.0
+1999,12,28,20,30,0.0,0.0,0.0,0.0,-9.0,2.2,52.45,0.0,0.0,0.0
+1999,12,28,21,30,0.0,0.0,0.0,0.0,-10.0,2.4000000000000004,49.48,0.0,0.0,0.0
+1999,12,28,22,30,0.0,0.0,0.0,0.0,-10.0,2.6,47.67,0.0,0.0,0.0
+1999,12,28,23,30,0.0,0.0,0.0,0.0,-10.0,2.8000000000000003,47.22,0.0,0.0,0.0
+1999,12,29,0,30,0.0,0.0,0.0,0.0,-10.0,2.9000000000000004,47.19,0.0,0.0,0.0
+1999,12,29,1,30,0.0,0.0,0.0,0.0,-10.0,3.1,47.96,0.0,0.0,0.0
+1999,12,29,2,30,0.0,0.0,0.0,0.0,-10.0,3.3000000000000003,48.47,0.0,0.0,0.0
+1999,12,29,3,30,0.0,0.0,0.0,0.0,-10.0,3.6,48.08,0.0,0.0,0.0
+1999,12,29,4,30,0.0,0.0,0.0,0.0,-10.0,3.8,46.99,0.0,0.0,0.0
+1999,12,29,5,30,0.0,0.0,0.0,0.0,-11.0,4.1000000000000005,46.6,0.0,0.0,0.0
+1999,12,29,6,30,0.0,0.0,0.0,0.0,-10.0,4.3,46.79,0.0,0.0,0.0
+1999,12,29,7,30,0.0,0.0,0.0,1.0,-10.0,4.7,44.35,0.0,1.0,1.0
+1999,12,29,8,30,14.0,62.0,65.0,4.0,-9.0,4.800000000000002,42.11,66.03302047557828,5.508266476939626,5.3101674155128915
+1999,12,29,9,30,896.0,47.0,319.0,7.0,-7.0,4.5,38.73,538.592204257971,19.545201753607138,17.929425140833224
+1999,12,29,10,30,909.0,54.0,416.0,10.0,-6.0,4.3,37.46,657.740639850573,25.522194081764283,23.548972162212564
+1999,12,29,11,30,982.0,58.0,498.0,11.0,-6.0,4.1000000000000005,35.52,770.4372161429555,29.421601142681265,27.1102894942524
+1999,12,29,12,30,981.0,59.0,500.0,12.0,-6.0,3.9,33.05,773.3361801989216,30.73530904164956,28.415300501052798
+1999,12,29,13,30,955.0,55.0,441.0,11.0,-6.0,3.3000000000000003,36.13,696.9000692511846,28.564403600129257,26.473703392375704
+1999,12,29,14,30,893.0,48.0,329.0,8.0,-4.0,2.3000000000000003,46.76,549.1770941773494,22.790947500440666,21.143416217908616
+1999,12,29,15,30,755.0,35.0,175.0,5.0,-4.0,1.5,58.55,339.4324715202164,14.644246722334625,13.625949307773976
+1999,12,29,16,30,347.0,12.0,21.0,3.0,-5.0,1.3,61.23,85.30532727969286,5.456531068211048,5.20061508637197
+1999,12,29,17,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.66,0.0,2.0,2.0
+1999,12,29,18,30,0.0,0.0,0.0,2.0,-6.0,1.2000000000000002,63.24,0.0,2.0,2.0
+1999,12,29,19,30,0.0,0.0,0.0,2.0,-6.0,1.4,62.64,0.0,2.0,2.0
+1999,12,29,20,30,0.0,0.0,0.0,1.0,-6.0,1.6,61.96,0.0,1.0,1.0
+1999,12,29,21,30,0.0,0.0,0.0,0.0,-6.0,1.7000000000000002,61.13,0.0,0.0,0.0
+1999,12,29,22,30,0.0,0.0,0.0,0.0,-6.0,1.8,64.65,0.0,0.0,0.0
+1999,12,29,23,30,0.0,0.0,0.0,0.0,-7.0,1.8,63.36,0.0,0.0,0.0
+1999,12,30,0,30,0.0,0.0,0.0,0.0,-7.0,2.0,66.88,0.0,0.0,0.0
+1999,12,30,1,30,0.0,0.0,0.0,0.0,-7.0,2.2,65.39,0.0,0.0,0.0
+1999,12,30,2,30,0.0,0.0,0.0,0.0,-7.0,2.7,68.56,0.0,0.0,0.0
+1999,12,30,3,30,0.0,0.0,0.0,0.0,-8.0,3.2,66.58,0.0,0.0,0.0
+1999,12,30,4,30,0.0,0.0,0.0,-1.0,-8.0,3.4000000000000004,64.54,0.0,-1.0,-1.0
+1999,12,30,5,30,0.0,0.0,0.0,-1.0,-9.0,3.5,62.63,0.0,-1.0,-1.0
+1999,12,30,6,30,0.0,0.0,0.0,-1.0,-9.0,3.5,61.09,0.0,-1.0,-1.0
+1999,12,30,7,30,0.0,0.0,0.0,0.0,-9.0,3.9,55.65,0.0,0.0,0.0
+1999,12,30,8,30,744.0,34.0,162.0,2.0,-9.0,3.8,49.34,321.16887141913764,9.83215306737072,8.868646453113307
+1999,12,30,9,30,896.0,47.0,319.0,5.0,-9.0,2.7,43.88,538.1567197153763,19.113484873229105,17.499014714082975
+1999,12,30,10,30,961.0,55.0,438.0,8.0,-9.0,2.0,33.85,693.308790030358,27.050408412500513,24.97048204240944
+1999,12,30,11,30,987.0,60.0,503.0,9.0,-10.0,2.0,29.53,776.4973081789152,30.3362228558618,28.006730931325052
+1999,12,30,12,30,987.0,61.0,506.0,9.0,-10.0,2.1,27.87,780.618723665021,30.306698109108602,27.96484193811354
+1999,12,30,13,30,962.0,57.0,448.0,9.0,-10.0,1.9,30.47,704.9244884355044,28.49947658443611,26.384703119129597
+1999,12,30,14,30,900.0,50.0,334.0,7.0,-8.0,1.3,36.32,556.656627344226,23.02999886411777,21.36002898208509
+1999,12,30,15,30,760.0,37.0,179.0,4.0,-5.0,0.8,57.4,344.951633911543,14.273582918394442,13.238728016659813
+1999,12,30,16,30,351.0,12.0,22.0,2.0,-8.0,0.6000000000000001,51.76,86.88293174457256,4.622773707235562,4.362124912001844
+1999,12,30,17,30,0.0,0.0,0.0,0.0,-9.0,0.7000000000000001,47.11,0.0,0.0,0.0
+1999,12,30,18,30,0.0,0.0,0.0,0.0,-9.0,1.2000000000000002,54.49,0.0,0.0,0.0
+1999,12,30,19,30,0.0,0.0,0.0,-1.0,-9.0,1.4,59.41,0.0,-1.0,-1.0
+1999,12,30,20,30,0.0,0.0,0.0,-1.0,-9.0,1.5,63.66,0.0,-1.0,-1.0
+1999,12,30,21,30,0.0,0.0,0.0,-2.0,-10.0,1.6,61.67,0.0,-2.0,-2.0
+1999,12,30,22,30,0.0,0.0,0.0,-2.0,-10.0,1.7000000000000002,59.29,0.0,-2.0,-2.0
+1999,12,30,23,30,0.0,0.0,0.0,-2.0,-11.0,1.8,57.32,0.0,-2.0,-2.0
+1999,12,31,0,30,0.0,0.0,0.0,-2.0,-11.0,2.0,56.03,0.0,-2.0,-2.0
+1999,12,31,1,30,0.0,0.0,0.0,-2.0,-11.0,2.4000000000000004,55.38,0.0,-2.0,-2.0
+1999,12,31,2,30,0.0,0.0,0.0,-1.0,-11.0,3.0,54.48,0.0,-1.0,-1.0
+1999,12,31,3,30,0.0,0.0,0.0,-1.0,-11.0,3.4000000000000004,54.19,0.0,-1.0,-1.0
+1999,12,31,4,30,0.0,0.0,0.0,-1.0,-11.0,3.6,54.76,0.0,-1.0,-1.0
+1999,12,31,5,30,0.0,0.0,0.0,-1.0,-11.0,3.6,56.46,0.0,-1.0,-1.0
+1999,12,31,6,30,0.0,0.0,0.0,-1.0,-11.0,3.7,53.5,0.0,-1.0,-1.0
+1999,12,31,7,30,0.0,0.0,0.0,0.0,-10.0,4.0,50.61,0.0,0.0,0.0
+1999,12,31,8,30,688.0,31.0,149.0,2.0,-9.0,4.4,47.28,295.99953060211334,8.939811422033664,8.051812830227323
+1999,12,31,9,30,637.0,71.0,265.0,5.0,-9.0,4.5,39.11,419.08085053827244,14.761474041978015,13.504231490363198
+1999,12,31,10,30,963.0,49.0,433.0,8.0,-9.0,4.1000000000000005,34.38,688.8431434279316,24.470639491726693,22.4041100614429
+1999,12,31,11,30,985.0,54.0,497.0,9.0,-9.0,3.0,32.29,769.7365002218206,28.78905005844421,26.47984055777875
+1999,12,31,12,30,0.0,20.0,20.0,9.0,-8.0,1.6,31.45,19.547694655894315,9.55169409436001,9.493051010392328
+1999,12,31,13,30,562.0,125.0,354.0,8.0,-6.0,0.5,40.25,502.2743773935935,23.265181749950425,21.758358617769645
+1999,12,31,14,30,530.0,94.0,263.0,7.0,-4.0,0.4,53.19,391.8863150337496,18.99106695575223,17.815408010650984
+1999,12,31,15,30,636.0,38.0,159.0,5.0,-5.0,1.0,57.1,296.88634180169765,13.723688788023459,12.833029762618366
+1999,12,31,16,30,0.0,21.0,21.0,4.0,-6.0,1.3,56.22,20.52507938868903,4.591059161293617,4.52948392312755
+1999,12,31,17,30,0.0,0.0,0.0,1.0,-2.0,0.8,81.95,0.0,1.0,1.0
+1999,12,31,18,30,0.0,0.0,0.0,0.0,-2.0,0.8,86.60000000000002,0.0,0.0,0.0
+1999,12,31,19,30,0.0,0.0,0.0,0.0,-3.0,0.9,83.63,0.0,0.0,0.0
+1999,12,31,20,30,0.0,0.0,0.0,0.0,-3.0,1.2000000000000002,86.82000000000002,0.0,0.0,0.0
+1999,12,31,21,30,0.0,0.0,0.0,0.0,-4.0,1.6,83.78,0.0,0.0,0.0
+1999,12,31,22,30,0.0,0.0,0.0,0.0,-4.0,1.7000000000000002,81.22,0.0,0.0,0.0
+1999,12,31,23,30,0.0,0.0,0.0,0.0,-5.0,1.8,79.43,0.0,0.0,0.0
diff --git a/tests/data/pvgis_pytest.csv b/tests/data/pvgis_pytest.csv
index 1189eed7..9a959a2a 100644
--- a/tests/data/pvgis_pytest.csv
+++ b/tests/data/pvgis_pytest.csv
@@ -14,13 +14,13 @@
#Output from the climate database Solargis v2.2.16
#
#Solar radiation data
-#Description: data calculated from Meteosat MSG and MFG satellite data ((c) 2021 EUMETSAT) and from atmospheric data ((c) 2021 ECMWF, NOAA and NASA) by Solargis method
+#Description: data calculated from Meteosat MSG and MFG satellite data ((c) 2021 EUMETSAT) and from atmospheric data ((c) 2021 ECMWF, NOAA and NASA) by Solargis method
#Summarization type: hourly
#Summarization period: 01/01/1994 - 31/03/2021
#Spatial resolution: 250 m
#
#Meteorological data
-#Description: spatially disaggregated from CFSv2 and GFS ((c) 2021 NOAA) and ERA5 ((c) 2021 ECMWF) by Solargis method
+#Description: spatially disaggregated from CFSv2 and GFS ((c) 2021 NOAA) and ERA5 ((c) 2021 ECMWF) by Solargis method
#Summarization type: hourly
#Summarization period: 01/01/1994 - 31/03/2021
#Spatial resolution: temperature 1 km, other meteorological parameters 33 km to 55 km
diff --git a/tests/data/tmy3_new_pytest.csv b/tests/data/tmy3_new_pytest.csv
index 09f446b1..7d732555 100644
--- a/tests/data/tmy3_new_pytest.csv
+++ b/tests/data/tmy3_new_pytest.csv
@@ -719,4 +719,4 @@ Date (MM/DD/YYYY),Time (HH:MM),ETR (W/m^2),ETRN (W/m^2),GHI (W/m^2),GHI source,G
06/30/2021,21:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,19.9,A,7,9.6,A,7,50.4,A,7,821,A,7,261,A,7,2.1,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
06/30/2021,22:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,19,A,7,9.6,A,7,51.2,A,7,821,A,7,301,A,7,2.5,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
06/30/2021,23:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,18.6,A,7,11,A,7,59.6,A,7,821,A,7,340,A,7,4.7,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
-06/30/2021,24:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,18,A,7,12.6,A,7,68.8,A,7,821,A,7,343,A,7,3.7,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
\ No newline at end of file
+06/30/2021,24:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,18,A,7,12.6,A,7,68.8,A,7,821,A,7,343,A,7,3.7,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
diff --git a/tests/data/tmy3_pytest.csv b/tests/data/tmy3_pytest.csv
index c9d42ed2..2eec64cb 100644
--- a/tests/data/tmy3_pytest.csv
+++ b/tests/data/tmy3_pytest.csv
@@ -743,4 +743,4 @@ Date (MM/DD/YYYY),Time (HH:MM),ETR (W/m^2),ETRN (W/m^2),GHI (W/m^2),GHI source,G
07/31/2020,21:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,21.6,A,7,9.2,A,7,45.3,A,7,824,A,7,302,A,7,2.7,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
07/31/2020,22:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,20.2,A,7,10.1,A,7,52.2,A,7,825,A,7,296,A,7,4.5,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
07/31/2020,23:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,16.9,A,7,10.1,A,7,64.8,A,7,825,A,7,287,A,7,6.1,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,2.29,1,A,7
-07/31/2020,24:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,18.3,A,7,6.9,A,7,47.5,A,7,824,A,7,305,A,7,6.8,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
\ No newline at end of file
+07/31/2020,24:00,0,0,0,3,5,0,3,5,0,3,5,-9900,?,199,-9900,?,199,-9900,?,199,-9900,?,199,0,A,9,0,A,9,18.3,A,7,6.9,A,7,47.5,A,7,824,A,7,305,A,7,6.8,A,7,-9900,?,0,-9900,?,0,-9900,?,0,-9900,?,0,0,A,7,0,1,A,7
diff --git a/tests/test_collection.py b/tests/test_collection.py
index 52b5f1e9..bcc6efe9 100644
--- a/tests/test_collection.py
+++ b/tests/test_collection.py
@@ -4,10 +4,10 @@
import numpy as np
from pvdeg import collection, TEST_DIR, DATA_DIR
-fgen = os.path.join(DATA_DIR, 'PVL_GenProfile.xlsx')
+fgen = os.path.join(DATA_DIR, "PVL_GenProfile.xlsx")
generation_df = pd.read_excel(fgen, header=0, engine="openpyxl")
-generation = generation_df['Generation (cm-3s-1)']
-depth = generation_df['Depth (um)']
+generation = generation_df["Generation (cm-3s-1)"]
+depth = generation_df["Depth (um)"]
def test_collection_probability():
@@ -34,7 +34,7 @@ def test_calculate_jsc_from_tau_cp():
)
assert jsc == pytest.approx(39.79670015, abs=5e-2)
- #assert jsc == pytest.approx(39.796733327595729, abs=0.00005)
+ # assert jsc == pytest.approx(39.796733327595729, abs=0.00005)
def test_calculate_jsc_from_tau_iqe():
@@ -58,4 +58,4 @@ def test_calculate_jsc_from_tau_iqe():
def test_generation_current():
jgen = collection.generation_current(generation, depth)
assert jgen == pytest.approx(42.36089737, abs=5e-2)
- #assert jgen == pytest.approx(42.36324575251117, abs=0.00005)
+ # assert jgen == pytest.approx(42.36324575251117, abs=0.00005)
diff --git a/tests/test_degradation.py b/tests/test_degradation.py
index 30297807..85fde172 100644
--- a/tests/test_degradation.py
+++ b/tests/test_degradation.py
@@ -5,18 +5,20 @@
import pvdeg
from pvdeg import TEST_DATA_DIR
-PSM_FILE = os.path.join(TEST_DATA_DIR,r'psm3_pytest.csv')
-weather_df, meta = pvdeg.weather.read(PSM_FILE,'psm')
+PSM_FILE = os.path.join(TEST_DATA_DIR, r"psm3_pytest.csv")
+weather_df, meta = pvdeg.weather.read(PSM_FILE, "psm")
+
+INPUT_SPECTRA = os.path.join(TEST_DATA_DIR, r"spectra_pytest.csv")
-INPUT_SPECTRA = os.path.join(TEST_DATA_DIR,r'spectra_pytest.csv')
def test_vantHoff_deg():
# test the vantHoff degradation acceleration factor
- vantHoff_deg = pvdeg.degradation.vantHoff_deg(weather_df=weather_df, meta=meta,
- I_chamber=1000,
- temp_chamber=60)
- assert vantHoff_deg == pytest.approx(8.178, abs=.01)
+ vantHoff_deg = pvdeg.degradation.vantHoff_deg(
+ weather_df=weather_df, meta=meta, I_chamber=1000, temp_chamber=60
+ )
+ assert vantHoff_deg == pytest.approx(8.178, abs=0.01)
+
def test_iwa_vantHoff():
# test the vantHoff equivalent weighted average irradiance
@@ -24,6 +26,7 @@ def test_iwa_vantHoff():
irr_weighted_avg = pvdeg.degradation.IwaVantHoff(weather_df=weather_df, meta=meta)
assert irr_weighted_avg == pytest.approx(240.28, abs=0.05)
+
def test_arrhenius_deg():
# test the arrhenius degradation acceleration factor
@@ -31,40 +34,53 @@ def test_arrhenius_deg():
temp_chamber = 60
I_chamber = 1e3
Ea = 40
-
- poa = pvdeg.spectral.poa_irradiance(weather_df,meta)
- temp_module = pvdeg.temperature.module(weather_df,meta,poa=poa)
-
- rh_surface = pvdeg.humidity.surface_outside(rh_ambient=weather_df['relative_humidity'],
- temp_ambient=weather_df['temp_air'],
- temp_module=temp_module)
- arrhenius_deg = pvdeg.degradation.arrhenius_deg(weather_df=weather_df, meta=meta,
- I_chamber=I_chamber,
- rh_chamber=rh_chamber,
- rh_outdoor=rh_surface,
- temp_chamber=temp_chamber,
- Ea=Ea,
- poa=poa)
+
+ poa = pvdeg.spectral.poa_irradiance(weather_df, meta)
+ temp_module = pvdeg.temperature.module(weather_df, meta, poa=poa)
+
+ rh_surface = pvdeg.humidity.surface_outside(
+ rh_ambient=weather_df["relative_humidity"],
+ temp_ambient=weather_df["temp_air"],
+ temp_module=temp_module,
+ )
+ arrhenius_deg = pvdeg.degradation.arrhenius_deg(
+ weather_df=weather_df,
+ meta=meta,
+ I_chamber=I_chamber,
+ rh_chamber=rh_chamber,
+ rh_outdoor=rh_surface,
+ temp_chamber=temp_chamber,
+ Ea=Ea,
+ poa=poa,
+ )
assert arrhenius_deg == pytest.approx(12.804, abs=0.1)
+
def test_iwa_arrhenius():
# test arrhenius equivalent weighted average irradiance
# requires PSM3 weather file
Ea = 40
- irr_weighted_avg = pvdeg.degradation.IwaArrhenius(weather_df=weather_df, meta=meta,
- rh_outdoor=weather_df['relative_humidity'],
- Ea=Ea)
+ irr_weighted_avg = pvdeg.degradation.IwaArrhenius(
+ weather_df=weather_df,
+ meta=meta,
+ rh_outdoor=weather_df["relative_humidity"],
+ Ea=Ea,
+ )
assert irr_weighted_avg == pytest.approx(199.42, abs=0.1)
+
def test_degradation():
# test RH, Temp, Spectral Irradiance sensitive degradation
# requires TMY3-like weather data
# requires spectral irradiance data
- data=pd.read_csv(INPUT_SPECTRA)
- wavelengths = np.array(range(280,420,20))
- degradation = pvdeg.degradation.degradation(spectra=data['Spectra'], rh_module=data['RH'],
- temp_module=data['Temperature'],
- wavelengths=wavelengths)
+ data = pd.read_csv(INPUT_SPECTRA)
+ wavelengths = np.array(range(280, 420, 20))
+ degradation = pvdeg.degradation.degradation(
+ spectra=data["Spectra"],
+ rh_module=data["RH"],
+ temp_module=data["Temperature"],
+ wavelengths=wavelengths,
+ )
assert degradation == pytest.approx(4.4969e-38, abs=0.02e-38)
diff --git a/tests/test_design.py b/tests/test_design.py
index cf0b3b87..b2c94784 100644
--- a/tests/test_design.py
+++ b/tests/test_design.py
@@ -2,20 +2,24 @@
import pytest
from pvdeg import design, weather, humidity, TEST_DATA_DIR
-PSM_FILE = os.path.join(TEST_DATA_DIR,'psm3_pytest.csv')
-PSM, META = weather.read(PSM_FILE, 'psm')
+PSM_FILE = os.path.join(TEST_DATA_DIR, "psm3_pytest.csv")
+PSM, META = weather.read(PSM_FILE, "psm")
+
def test_edge_seal_ingress_rate():
# test calculation for constant k
- psat, avg_psat = humidity.psat(PSM['Dew Point'])
+ psat, avg_psat = humidity.psat(PSM["Dew Point"])
k = design.edge_seal_ingress_rate(avg_psat=avg_psat)
- assert k == pytest.approx(.00096, abs=.000005)
+ assert k == pytest.approx(0.00096, abs=0.000005)
+
def test_edge_seal_width():
# test for edge_seal_width
edge_seal_width = design.edge_seal_width(weather_df=PSM, meta=META)
- edge_seal_from_dewpt = design.edge_seal_width(weather_df=PSM, meta=META, from_dew_point=True)
+ edge_seal_from_dewpt = design.edge_seal_width(
+ weather_df=PSM, meta=META, from_dew_point=True
+ )
assert edge_seal_width == pytest.approx(0.7171, abs=0.0005)
assert edge_seal_from_dewpt == pytest.approx(0.4499, abs=0.0005)
diff --git a/tests/test_fatigue.py b/tests/test_fatigue.py
index 12c710ee..77ee98a4 100644
--- a/tests/test_fatigue.py
+++ b/tests/test_fatigue.py
@@ -3,12 +3,13 @@
import pandas as pd
from pvdeg import fatigue, weather, TEST_DATA_DIR
-PSM_FILE = os.path.join(TEST_DATA_DIR,'psm3_pytest.csv')
-WEATHER, META = weather.read(PSM_FILE, 'psm')
+PSM_FILE = os.path.join(TEST_DATA_DIR, "psm3_pytest.csv")
+WEATHER, META = weather.read(PSM_FILE, "psm")
+
def test_solder_fatigue():
# test solder fatique with default parameters
# requires PSM3 weather file
damage = fatigue.solder_fatigue(weather_df=WEATHER, meta=META)
- assert damage == pytest.approx(15.646, abs=0.005)
\ No newline at end of file
+ assert damage == pytest.approx(15.646, abs=0.005)
diff --git a/tests/test_humidity.py b/tests/test_humidity.py
index 79589e2d..dc0bbd18 100644
--- a/tests/test_humidity.py
+++ b/tests/test_humidity.py
@@ -5,44 +5,46 @@
from pytest import approx
from pvdeg import TEST_DATA_DIR
-#Load weather data
-WEATHER = pd.read_csv(os.path.join(TEST_DATA_DIR, 'weather_day_pytest.csv'),
- index_col= 0, parse_dates=True)
-with open(os.path.join(TEST_DATA_DIR, 'meta.json'),'r') as file:
+# Load weather data
+WEATHER = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, "weather_day_pytest.csv"), index_col=0, parse_dates=True
+)
+with open(os.path.join(TEST_DATA_DIR, "meta.json"), "r") as file:
META = json.load(file)
-#Load expected results
-rh_expected = pd.read_csv(os.path.join(TEST_DATA_DIR, 'input_day_pytest.csv'),
- index_col=0, parse_dates=True)
-rh_cols = [col for col in rh_expected.columns if 'RH' in col]
+# Load expected results
+rh_expected = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, "input_day_pytest.csv"), index_col=0, parse_dates=True
+)
+rh_cols = [col for col in rh_expected.columns if "RH" in col]
rh_expected = rh_expected[rh_cols]
def test_module():
- '''
+ """
test pvdeg.humidity.calc_rel_humidity
-
+
Requires:
---------
weather dataframe and meta dictionary
- '''
+ """
result = pvdeg.humidity.module(WEATHER, META)
- pd.testing.assert_frame_equal(result,
- rh_expected,
- check_dtype=False)
+ pd.testing.assert_frame_equal(result, rh_expected, check_dtype=False)
+
def test_psat():
- '''
+ """
test pvdeg.humidity.psat
-
+
Requires:
---------
weahter dataframe and meta dictionary
- '''
- psat_avg = pvdeg.humidity.psat(temp=WEATHER['temp_air'])[1]
+ """
+ psat_avg = pvdeg.humidity.psat(temp=WEATHER["temp_air"])[1]
assert psat_avg == approx(0.47607, abs=5e-5)
-'''
+
+"""
Legacy Tests
TODO do we need to individually test RH functions?
@@ -97,4 +99,4 @@ def test_rh_backsheet():
temp_module=PSM['temp_module'])
assert rh_backsheet.__len__() == PSM.__len__()
assert rh_backsheet[17] == pytest.approx(81.2238, abs=0.001)
-'''
+"""
diff --git a/tests/test_spectral.py b/tests/test_spectral.py
index e7dac73c..92301af0 100644
--- a/tests/test_spectral.py
+++ b/tests/test_spectral.py
@@ -1,51 +1,57 @@
import os
import json
import pandas as pd
-import pvdeg
+import pvdeg
from pvdeg import TEST_DATA_DIR
-WEATHER = pd.read_csv(os.path.join(TEST_DATA_DIR,r'weather_day_pytest.csv'),
- index_col=0, parse_dates=True)
+WEATHER = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, r"weather_day_pytest.csv"),
+ index_col=0,
+ parse_dates=True,
+)
-with open(os.path.join(TEST_DATA_DIR, 'meta.json')) as file:
+with open(os.path.join(TEST_DATA_DIR, "meta.json")) as file:
META = json.load(file)
-#Load expected results
-results_expected = pd.read_csv(os.path.join(TEST_DATA_DIR, r'input_day_pytest.csv'),
- index_col=0, parse_dates=True)
-solpos = ['apparent_zenith','zenith','apparent_elevation','elevation','azimuth','equation_of_time']
-poa = [col for col in results_expected.columns if 'poa' in col]
+# Load expected results
+results_expected = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, r"input_day_pytest.csv"), index_col=0, parse_dates=True
+)
+solpos = [
+ "apparent_zenith",
+ "zenith",
+ "apparent_elevation",
+ "elevation",
+ "azimuth",
+ "equation_of_time",
+]
+poa = [col for col in results_expected.columns if "poa" in col]
solpos_expected = results_expected[solpos]
poa_expected = results_expected[poa]
+
def test_solar_position():
- '''
+ """
test pvdeg.spectral.solar_position
-
+
Requires:
---------
weather dataframe and meta dictionary
- '''
+ """
result = pvdeg.spectral.solar_position(WEATHER, META)
- pd.testing.assert_frame_equal(result,
- solpos_expected,
- check_dtype=False)
+ pd.testing.assert_frame_equal(result, solpos_expected, check_dtype=False)
+
def test_poa_irradiance():
- '''
+ """
test pvdeg.spectral.poa_irradiance
-
+
Requires:
---------
weather dataframe, meta dictionary, and solar_position dataframe
- '''
- result = pvdeg.spectral.poa_irradiance(WEATHER,
- META,
- solpos_expected,
- tilt=None,
- azimuth=180,
- sky_model='isotropic')
-
- pd.testing.assert_frame_equal(result,
- poa_expected,
- check_dtype=False)
\ No newline at end of file
+ """
+ result = pvdeg.spectral.poa_irradiance(
+ WEATHER, META, solpos_expected, tilt=None, azimuth=180, sky_model="isotropic"
+ )
+
+ pd.testing.assert_frame_equal(result, poa_expected, check_dtype=False)
diff --git a/tests/test_standards.py b/tests/test_standards.py
index 83210338..10025781 100644
--- a/tests/test_standards.py
+++ b/tests/test_standards.py
@@ -5,63 +5,71 @@
import pvdeg
from pvdeg import TEST_DATA_DIR
-'''
+"""
TODO: during conversion from pkl to csv, a few fields dropped from float64 to float32. This appears
to have altered the outcome for L2 results by roughly 1e-5. Is it worth correcting?
More specifically, the difference is of order:
x: 1e-7
T98_0: 1e-6
T98_inf: 1e-7
-'''
+"""
-#Load weather data
-WEATHER = pd.read_csv(os.path.join(TEST_DATA_DIR, 'weather_year_pytest.csv'),
- index_col= 0, parse_dates= True)
+# Load weather data
+WEATHER = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, "weather_year_pytest.csv"),
+ index_col=0,
+ parse_dates=True,
+)
-with open(os.path.join(TEST_DATA_DIR, 'meta.json'), 'r') as file:
+with open(os.path.join(TEST_DATA_DIR, "meta.json"), "r") as file:
META = json.load(file)
+
def test_standoff():
result_l1 = pvdeg.standards.standoff(
WEATHER,
META,
tilt=None,
azimuth=180,
- sky_model='isotropic',
- temp_model='sapm',
- module_type='glass_polymer',
+ sky_model="isotropic",
+ temp_model="sapm",
+ module_type="glass_polymer",
level=1,
x_0=6.1,
- wind_speed_factor=1.71)
+ wind_speed_factor=1.71,
+ )
result_l2 = pvdeg.standards.standoff(
WEATHER,
META,
tilt=None,
azimuth=180,
- sky_model='isotropic',
- temp_model='sapm',
- module_type='glass_polymer',
+ sky_model="isotropic",
+ temp_model="sapm",
+ module_type="glass_polymer",
level=2,
x_0=6.1,
- wind_speed_factor=1.71)
+ wind_speed_factor=1.71,
+ )
- expected_result_l1 = {'x': 2.3835484140461736,
- 'T98_0': 79.03006155479213,
- 'T98_inf': 51.11191792458173}
+ expected_result_l1 = {
+ "x": 2.3835484140461736,
+ "T98_0": 79.03006155479213,
+ "T98_inf": 51.11191792458173,
+ }
- df_expected_result_l1 = pd.DataFrame.from_dict(
- expected_result_l1, orient='index').T
+ df_expected_result_l1 = pd.DataFrame.from_dict(expected_result_l1, orient="index").T
- expected_result_l2 = {'x': -0.20832926385165268,
- 'T98_0': 79.03006155479213,
- 'T98_inf': 51.11191792458173}
+ expected_result_l2 = {
+ "x": -0.20832926385165268,
+ "T98_0": 79.03006155479213,
+ "T98_inf": 51.11191792458173,
+ }
- df_expected_result_l2 = pd.DataFrame.from_dict(
- expected_result_l2, orient='index').T
+ df_expected_result_l2 = pd.DataFrame.from_dict(expected_result_l2, orient="index").T
pd.testing.assert_frame_equal(result_l1, df_expected_result_l1)
pd.testing.assert_frame_equal(result_l2, df_expected_result_l2)
# assert expected_result_l1 == pytest.approx(result_l1)
- # assert expected_result_l2 == pytest.approx(result_l2, abs=1e-5)
\ No newline at end of file
+ # assert expected_result_l2 == pytest.approx(result_l2, abs=1e-5)
diff --git a/tests/test_temperature.py b/tests/test_temperature.py
index ea116e05..ef7816b3 100644
--- a/tests/test_temperature.py
+++ b/tests/test_temperature.py
@@ -4,40 +4,43 @@
from pvdeg import TEST_DATA_DIR
import json
-with open(os.path.join(TEST_DATA_DIR,'meta.json'),'r') as j:
+with open(os.path.join(TEST_DATA_DIR, "meta.json"), "r") as j:
META = json.load(j)
-#Load weather data
-WEATHER = pd.read_csv(os.path.join(TEST_DATA_DIR,'weather_day_pytest.csv'),
- index_col=0, parse_dates=True)
+# Load weather data
+WEATHER = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, "weather_day_pytest.csv"), index_col=0, parse_dates=True
+)
-#Load input dataframes
-input_data = pd.read_csv(os.path.join(TEST_DATA_DIR, r'input_day_pytest.csv'),
- index_col=0, parse_dates=True)
-poa = [col for col in input_data.columns if 'poa' in col]
+# Load input dataframes
+input_data = pd.read_csv(
+ os.path.join(TEST_DATA_DIR, r"input_day_pytest.csv"), index_col=0, parse_dates=True
+)
+poa = [col for col in input_data.columns if "poa" in col]
poa = input_data[poa]
-#Load expected results
-modtemp_expected = input_data['module_temp']
-celltemp_expected = input_data['cell_temp']
+# Load expected results
+modtemp_expected = input_data["module_temp"]
+celltemp_expected = input_data["cell_temp"]
+
def test_module():
result = pvdeg.temperature.module(
- WEATHER,
- META,
- poa,
- temp_model='sapm',
- conf='open_rack_glass_polymer',
- wind_speed_factor=1)
-
- pd.testing.assert_series_equal(result,
- modtemp_expected,
- check_dtype=False,
- check_names=False)
+ WEATHER,
+ META,
+ poa,
+ temp_model="sapm",
+ conf="open_rack_glass_polymer",
+ wind_speed_factor=1,
+ )
+
+ pd.testing.assert_series_equal(
+ result, modtemp_expected, check_dtype=False, check_names=False
+ )
+
def test_cell():
result = pvdeg.temperature.cell(WEATHER, META, poa=poa)
- pd.testing.assert_series_equal(result,
- celltemp_expected,
- check_dtype=False,
- check_names=False)
+ pd.testing.assert_series_equal(
+ result, celltemp_expected, check_dtype=False, check_names=False
+ )
diff --git a/tests/test_utilities.py b/tests/test_utilities.py
index 60eaf1b3..f0657c03 100644
--- a/tests/test_utilities.py
+++ b/tests/test_utilities.py
@@ -1,34 +1,48 @@
import os
import pandas as pd
-import pvdeg
+import pvdeg
from rex import Outputs
from pvdeg import TEST_DATA_DIR
-FILES = {'tmy3': os.path.join(TEST_DATA_DIR,'tmy3_pytest.csv'),
- 'psm3': os.path.join(TEST_DATA_DIR,'psm3_pytest.csv'),
- 'epw' : os.path.join(TEST_DATA_DIR,'epw_pytest.epw'),
- 'h5' : os.path.join(TEST_DATA_DIR,'h5_pytest.h5')}
-
-DSETS = ['temp_air', 'albedo', 'dew_point', 'dhi', 'dni',
- 'ghi', 'meta', 'relative_humidity', 'time_index', 'wind_speed']
+FILES = {
+ "tmy3": os.path.join(TEST_DATA_DIR, "tmy3_pytest.csv"),
+ "psm3": os.path.join(TEST_DATA_DIR, "psm3_pytest.csv"),
+ "epw": os.path.join(TEST_DATA_DIR, "epw_pytest.epw"),
+ "h5": os.path.join(TEST_DATA_DIR, "h5_pytest.h5"),
+}
+
+DSETS = [
+ "temp_air",
+ "albedo",
+ "dew_point",
+ "dhi",
+ "dni",
+ "ghi",
+ "meta",
+ "relative_humidity",
+ "time_index",
+ "wind_speed",
+]
def test_gid_downsampling():
pass
+
def test_write_gids():
pass
+
def test_convert_tmy():
- '''
+ """
Test pvdeg.utilites.convert_tmy
Requires:
---------
tmy3 or tmy-like .csv weather file (WEATHERFILES['tmy3'])
- '''
- pvdeg.utilities.convert_tmy(file_in=FILES['tmy3'], file_out=FILES['h5'])
- with Outputs(FILES['h5'],'r') as f:
+ """
+ pvdeg.utilities.convert_tmy(file_in=FILES["tmy3"], file_out=FILES["h5"])
+ with Outputs(FILES["h5"], "r") as f:
datasets = f.dsets
assert datasets.sort() == DSETS.sort()
diff --git a/tests/test_weather.py b/tests/test_weather.py
index 2dae51a9..36f866fb 100644
--- a/tests/test_weather.py
+++ b/tests/test_weather.py
@@ -1,71 +1,86 @@
import os
import pandas as pd
-import pvdeg
+import pvdeg
from pvdeg import TEST_DATA_DIR
-FILES = {'tmy3': os.path.join(TEST_DATA_DIR,'tmy3_pytest.csv'),
- 'psm3': os.path.join(TEST_DATA_DIR,'psm3_pytest.csv'),
- 'epw' : os.path.join(TEST_DATA_DIR,'epw_pytest.epw'),
- 'h5' : os.path.join(TEST_DATA_DIR,'h5_pytest.h5')}
+FILES = {
+ "tmy3": os.path.join(TEST_DATA_DIR, "tmy3_pytest.csv"),
+ "psm3": os.path.join(TEST_DATA_DIR, "psm3_pytest.csv"),
+ "epw": os.path.join(TEST_DATA_DIR, "epw_pytest.epw"),
+ "h5": os.path.join(TEST_DATA_DIR, "h5_pytest.h5"),
+}
+
+DSETS = [
+ "air_temperature",
+ "albedo",
+ "dew_point",
+ "dhi",
+ "dni",
+ "ghi",
+ "relative_humidity",
+ "time_index",
+ "wind_speed",
+]
+META_KEYS = [""]
-DSETS = ['air_temperature', 'albedo', 'dew_point', 'dhi', 'dni',
- 'ghi', 'relative_humidity', 'time_index', 'wind_speed']
-META_KEYS = ['']
def test_get():
- '''
+ """
Test with (lat,lon) and gid options
- '''
- #TODO: Test with AWS
+ """
+ # TODO: Test with AWS
# #Test with lat, lon on NREL HPC
# weather_db = 'NSRDB'
# weather_id = (39.741931, -105.169891) #NREL
- # weather_arg = {'satellite' : 'GOES',
- # 'names' : 2021,
+ # weather_arg = {'satellite' : 'GOES',
+ # 'names' : 2021,
# 'NREL_HPC' : True,
- # 'attributes' : ['air_temperature', 'wind_speed', 'dhi',
+ # 'attributes' : ['air_temperature', 'wind_speed', 'dhi',
# 'ghi', 'dni','relative_humidity']}
-
+
# weather_df, meta = pvdeg.weather.load(weather_db, weather_id, **weather_arg)
-
+
# assert isinstance(meta, dict)
# assert isinstance(weather_df, pd.DataFrame)
# assert len(weather_df) != 0
# #Test with gid on NREL HPC
- # weather_id = 1933572
+ # weather_id = 1933572
# weather_df, meta = pvdeg.weather.load(weather_db, weather_id, **weather_arg)
pass
+
def test_read():
- '''
+ """
test pvdeg.utilities.read_weather
TODO: enable the final assertion which checks column names. This may require troubleshooting
with PVLIB devs. varaible mapping apears inconsistent
-
+
Requires:
---------
WEATHERFILES dicitonary of all verifiable weather files and types
- '''
+ """
for type, path in FILES.items():
- if type != 'h5':
- weather_df, meta = pvdeg.weather.read(file_in=path,
- file_type=type)
+ if type != "h5":
+ weather_df, meta = pvdeg.weather.read(file_in=path, file_type=type)
assert isinstance(meta, dict)
assert isinstance(weather_df, pd.DataFrame)
assert len(weather_df) != 0
- #assert all(item in weather_df.columns for item in DSETS)
+ # assert all(item in weather_df.columns for item in DSETS)
+
def test_read_h5():
pass
+
def test_get_NSRDB_fnames():
pass
+
def test_get_NSRDB():
- '''
+ """
Contained within get_weather()
- '''
+ """
pass
diff --git a/versioneer.py b/versioneer.py
index 64fea1c8..2b545405 100644
--- a/versioneer.py
+++ b/versioneer.py
@@ -1,4 +1,3 @@
-
# Version: 0.18
"""The Versioneer - like a rocketeer, but for versions.
@@ -277,6 +276,7 @@
"""
from __future__ import print_function
+
try:
import configparser
except ImportError:
@@ -308,11 +308,13 @@ def get_root():
setup_py = os.path.join(root, "setup.py")
versioneer_py = os.path.join(root, "versioneer.py")
if not (os.path.exists(setup_py) or os.path.exists(versioneer_py)):
- err = ("Versioneer was unable to run the project root directory. "
- "Versioneer requires setup.py to be executed from "
- "its immediate directory (like 'python setup.py COMMAND'), "
- "or in a way that lets it use sys.argv[0] to find the root "
- "(like 'python path/to/setup.py COMMAND').")
+ err = (
+ "Versioneer was unable to run the project root directory. "
+ "Versioneer requires setup.py to be executed from "
+ "its immediate directory (like 'python setup.py COMMAND'), "
+ "or in a way that lets it use sys.argv[0] to find the root "
+ "(like 'python path/to/setup.py COMMAND')."
+ )
raise VersioneerBadRootError(err)
try:
# Certain runtime workflows (setup.py install/develop in a setuptools
@@ -325,8 +327,10 @@ def get_root():
me_dir = os.path.normcase(os.path.splitext(me)[0])
vsr_dir = os.path.normcase(os.path.splitext(versioneer_py)[0])
if me_dir != vsr_dir:
- print("Warning: build in %s is using versioneer.py from %s"
- % (os.path.dirname(me), versioneer_py))
+ print(
+ "Warning: build in %s is using versioneer.py from %s"
+ % (os.path.dirname(me), versioneer_py)
+ )
except NameError:
pass
return root
@@ -348,6 +352,7 @@ def get(parser, name):
if parser.has_option("versioneer", name):
return parser.get("versioneer", name)
return None
+
cfg = VersioneerConfig()
cfg.VCS = VCS
cfg.style = get(parser, "style") or ""
@@ -372,17 +377,18 @@ class NotThisMethod(Exception):
def register_vcs_handler(vcs, method): # decorator
"""Decorator to mark a method as the handler for a particular VCS."""
+
def decorate(f):
"""Store f in HANDLERS[vcs][method]."""
if vcs not in HANDLERS:
HANDLERS[vcs] = {}
HANDLERS[vcs][method] = f
return f
+
return decorate
-def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False,
- env=None):
+def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, env=None):
"""Call the given command(s)."""
assert isinstance(commands, list)
p = None
@@ -390,10 +396,13 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False,
try:
dispcmd = str([c] + args)
# remember shell=False, so use git.cmd on windows, not just git
- p = subprocess.Popen([c] + args, cwd=cwd, env=env,
- stdout=subprocess.PIPE,
- stderr=(subprocess.PIPE if hide_stderr
- else None))
+ p = subprocess.Popen(
+ [c] + args,
+ cwd=cwd,
+ env=env,
+ stdout=subprocess.PIPE,
+ stderr=(subprocess.PIPE if hide_stderr else None),
+ )
break
except EnvironmentError:
e = sys.exc_info()[1]
@@ -418,7 +427,9 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False,
return stdout, p.returncode
-LONG_VERSION_PY['git'] = '''
+LONG_VERSION_PY[
+ "git"
+] = '''
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# feature). Distribution tarballs (built by setup.py sdist) and build
@@ -993,7 +1004,7 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
# starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of
# just "foo-1.0". If we see a "tag: " prefix, prefer those.
TAG = "tag: "
- tags = set([r[len(TAG):] for r in refs if r.startswith(TAG)])
+ tags = set([r[len(TAG) :] for r in refs if r.startswith(TAG)])
if not tags:
# Either we're using git < 1.8.3, or there really are no tags. We use
# a heuristic: assume all version tags have a digit. The old git %d
@@ -1002,7 +1013,7 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
# between branches and tags. By ignoring refnames without digits, we
# filter out many common branch names like "release" and
# "stabilization", as well as "HEAD" and "master".
- tags = set([r for r in refs if re.search(r'\d', r)])
+ tags = set([r for r in refs if re.search(r"\d", r)])
if verbose:
print("discarding '%s', no digits" % ",".join(refs - tags))
if verbose:
@@ -1010,19 +1021,26 @@ def git_versions_from_keywords(keywords, tag_prefix, verbose):
for ref in sorted(tags):
# sorting will prefer e.g. "2.0" over "2.0rc1"
if ref.startswith(tag_prefix):
- r = ref[len(tag_prefix):]
+ r = ref[len(tag_prefix) :]
if verbose:
print("picking %s" % r)
- return {"version": r,
- "full-revisionid": keywords["full"].strip(),
- "dirty": False, "error": None,
- "date": date}
+ return {
+ "version": r,
+ "full-revisionid": keywords["full"].strip(),
+ "dirty": False,
+ "error": None,
+ "date": date,
+ }
# no suitable tags, so version is "0+unknown", but full hex is still there
if verbose:
print("no suitable tags, using unknown + full revision id")
- return {"version": "0+unknown",
- "full-revisionid": keywords["full"].strip(),
- "dirty": False, "error": "no suitable tags", "date": None}
+ return {
+ "version": "0+unknown",
+ "full-revisionid": keywords["full"].strip(),
+ "dirty": False,
+ "error": "no suitable tags",
+ "date": None,
+ }
@register_vcs_handler("git", "pieces_from_vcs")
@@ -1037,8 +1055,7 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
if sys.platform == "win32":
GITS = ["git.cmd", "git.exe"]
- out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root,
- hide_stderr=True)
+ out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root, hide_stderr=True)
if rc != 0:
if verbose:
print("Directory %s not under git control" % root)
@@ -1046,10 +1063,19 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
# if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty]
# if there isn't one, this yields HEX[-dirty] (no NUM)
- describe_out, rc = run_command(GITS, ["describe", "--tags", "--dirty",
- "--always", "--long",
- "--match", "%s*" % tag_prefix],
- cwd=root)
+ describe_out, rc = run_command(
+ GITS,
+ [
+ "describe",
+ "--tags",
+ "--dirty",
+ "--always",
+ "--long",
+ "--match",
+ "%s*" % tag_prefix,
+ ],
+ cwd=root,
+ )
# --long was added in git-1.5.5
if describe_out is None:
raise NotThisMethod("'git describe' failed")
@@ -1072,17 +1098,16 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
dirty = git_describe.endswith("-dirty")
pieces["dirty"] = dirty
if dirty:
- git_describe = git_describe[:git_describe.rindex("-dirty")]
+ git_describe = git_describe[: git_describe.rindex("-dirty")]
# now we have TAG-NUM-gHEX or HEX
if "-" in git_describe:
# TAG-NUM-gHEX
- mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe)
+ mo = re.search(r"^(.+)-(\d+)-g([0-9a-f]+)$", git_describe)
if not mo:
# unparseable. Maybe git-describe is misbehaving?
- pieces["error"] = ("unable to parse git-describe output: '%s'"
- % describe_out)
+ pieces["error"] = "unable to parse git-describe output: '%s'" % describe_out
return pieces
# tag
@@ -1091,10 +1116,12 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
if verbose:
fmt = "tag '%s' doesn't start with prefix '%s'"
print(fmt % (full_tag, tag_prefix))
- pieces["error"] = ("tag '%s' doesn't start with prefix '%s'"
- % (full_tag, tag_prefix))
+ pieces["error"] = "tag '%s' doesn't start with prefix '%s'" % (
+ full_tag,
+ tag_prefix,
+ )
return pieces
- pieces["closest-tag"] = full_tag[len(tag_prefix):]
+ pieces["closest-tag"] = full_tag[len(tag_prefix) :]
# distance: number of commits since tag
pieces["distance"] = int(mo.group(2))
@@ -1105,13 +1132,13 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
else:
# HEX: no tags
pieces["closest-tag"] = None
- count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"],
- cwd=root)
+ count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"], cwd=root)
pieces["distance"] = int(count_out) # total number of commits
# commit date: see ISO-8601 comment in git_versions_from_keywords()
- date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"],
- cwd=root)[0].strip()
+ date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"], cwd=root)[
+ 0
+ ].strip()
pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1)
return pieces
@@ -1167,16 +1194,22 @@ def versions_from_parentdir(parentdir_prefix, root, verbose):
for i in range(3):
dirname = os.path.basename(root)
if dirname.startswith(parentdir_prefix):
- return {"version": dirname[len(parentdir_prefix):],
- "full-revisionid": None,
- "dirty": False, "error": None, "date": None}
+ return {
+ "version": dirname[len(parentdir_prefix) :],
+ "full-revisionid": None,
+ "dirty": False,
+ "error": None,
+ "date": None,
+ }
else:
rootdirs.append(root)
root = os.path.dirname(root) # up a level
if verbose:
- print("Tried directories %s but none started with prefix %s" %
- (str(rootdirs), parentdir_prefix))
+ print(
+ "Tried directories %s but none started with prefix %s"
+ % (str(rootdirs), parentdir_prefix)
+ )
raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
@@ -1205,11 +1238,13 @@ def versions_from_file(filename):
contents = f.read()
except EnvironmentError:
raise NotThisMethod("unable to read _version.py")
- mo = re.search(r"version_json = '''\n(.*)''' # END VERSION_JSON",
- contents, re.M | re.S)
+ mo = re.search(
+ r"version_json = '''\n(.*)''' # END VERSION_JSON", contents, re.M | re.S
+ )
if not mo:
- mo = re.search(r"version_json = '''\r\n(.*)''' # END VERSION_JSON",
- contents, re.M | re.S)
+ mo = re.search(
+ r"version_json = '''\r\n(.*)''' # END VERSION_JSON", contents, re.M | re.S
+ )
if not mo:
raise NotThisMethod("no version_json in _version.py")
return json.loads(mo.group(1))
@@ -1218,8 +1253,7 @@ def versions_from_file(filename):
def write_to_version_file(filename, versions):
"""Write the given version number to the given _version.py file."""
os.unlink(filename)
- contents = json.dumps(versions, sort_keys=True,
- indent=1, separators=(",", ": "))
+ contents = json.dumps(versions, sort_keys=True, indent=1, separators=(",", ": "))
with open(filename, "w") as f:
f.write(SHORT_VERSION_PY % contents)
@@ -1251,8 +1285,7 @@ def render_pep440(pieces):
rendered += ".dirty"
else:
# exception #1
- rendered = "0+untagged.%d.g%s" % (pieces["distance"],
- pieces["short"])
+ rendered = "0+untagged.%d.g%s" % (pieces["distance"], pieces["short"])
if pieces["dirty"]:
rendered += ".dirty"
return rendered
@@ -1366,11 +1399,13 @@ def render_git_describe_long(pieces):
def render(pieces, style):
"""Render the given version pieces into the requested style."""
if pieces["error"]:
- return {"version": "unknown",
- "full-revisionid": pieces.get("long"),
- "dirty": None,
- "error": pieces["error"],
- "date": None}
+ return {
+ "version": "unknown",
+ "full-revisionid": pieces.get("long"),
+ "dirty": None,
+ "error": pieces["error"],
+ "date": None,
+ }
if not style or style == "default":
style = "pep440" # the default
@@ -1390,9 +1425,13 @@ def render(pieces, style):
else:
raise ValueError("unknown style '%s'" % style)
- return {"version": rendered, "full-revisionid": pieces["long"],
- "dirty": pieces["dirty"], "error": None,
- "date": pieces.get("date")}
+ return {
+ "version": rendered,
+ "full-revisionid": pieces["long"],
+ "dirty": pieces["dirty"],
+ "error": None,
+ "date": pieces.get("date"),
+ }
class VersioneerBadRootError(Exception):
@@ -1415,8 +1454,9 @@ def get_versions(verbose=False):
handlers = HANDLERS.get(cfg.VCS)
assert handlers, "unrecognized VCS '%s'" % cfg.VCS
verbose = verbose or cfg.verbose
- assert cfg.versionfile_source is not None, \
- "please set versioneer.versionfile_source"
+ assert (
+ cfg.versionfile_source is not None
+ ), "please set versioneer.versionfile_source"
assert cfg.tag_prefix is not None, "please set versioneer.tag_prefix"
versionfile_abs = os.path.join(root, cfg.versionfile_source)
@@ -1470,9 +1510,13 @@ def get_versions(verbose=False):
if verbose:
print("unable to compute version")
- return {"version": "0+unknown", "full-revisionid": None,
- "dirty": None, "error": "unable to compute version",
- "date": None}
+ return {
+ "version": "0+unknown",
+ "full-revisionid": None,
+ "dirty": None,
+ "error": "unable to compute version",
+ "date": None,
+ }
def get_version():
@@ -1521,6 +1565,7 @@ def run(self):
print(" date: %s" % vers.get("date"))
if vers["error"]:
print(" error: %s" % vers["error"])
+
cmds["version"] = cmd_version
# we override "build_py" in both distutils and setuptools
@@ -1553,14 +1598,15 @@ def run(self):
# now locate _version.py in the new build/ directory and replace
# it with an updated value
if cfg.versionfile_build:
- target_versionfile = os.path.join(self.build_lib,
- cfg.versionfile_build)
+ target_versionfile = os.path.join(self.build_lib, cfg.versionfile_build)
print("UPDATING %s" % target_versionfile)
write_to_version_file(target_versionfile, versions)
+
cmds["build_py"] = cmd_build_py
if "cx_Freeze" in sys.modules: # cx_freeze enabled?
from cx_Freeze.dist import build_exe as _build_exe
+
# nczeczulin reports that py2exe won't like the pep440-style string
# as FILEVERSION, but it can be used for PRODUCTVERSION, e.g.
# setup(console=[{
@@ -1581,17 +1627,21 @@ def run(self):
os.unlink(target_versionfile)
with open(cfg.versionfile_source, "w") as f:
LONG = LONG_VERSION_PY[cfg.VCS]
- f.write(LONG %
- {"DOLLAR": "$",
- "STYLE": cfg.style,
- "TAG_PREFIX": cfg.tag_prefix,
- "PARENTDIR_PREFIX": cfg.parentdir_prefix,
- "VERSIONFILE_SOURCE": cfg.versionfile_source,
- })
+ f.write(
+ LONG
+ % {
+ "DOLLAR": "$",
+ "STYLE": cfg.style,
+ "TAG_PREFIX": cfg.tag_prefix,
+ "PARENTDIR_PREFIX": cfg.parentdir_prefix,
+ "VERSIONFILE_SOURCE": cfg.versionfile_source,
+ }
+ )
+
cmds["build_exe"] = cmd_build_exe
del cmds["build_py"]
- if 'py2exe' in sys.modules: # py2exe enabled?
+ if "py2exe" in sys.modules: # py2exe enabled?
try:
from py2exe.distutils_buildexe import py2exe as _py2exe # py3
except ImportError:
@@ -1610,13 +1660,17 @@ def run(self):
os.unlink(target_versionfile)
with open(cfg.versionfile_source, "w") as f:
LONG = LONG_VERSION_PY[cfg.VCS]
- f.write(LONG %
- {"DOLLAR": "$",
- "STYLE": cfg.style,
- "TAG_PREFIX": cfg.tag_prefix,
- "PARENTDIR_PREFIX": cfg.parentdir_prefix,
- "VERSIONFILE_SOURCE": cfg.versionfile_source,
- })
+ f.write(
+ LONG
+ % {
+ "DOLLAR": "$",
+ "STYLE": cfg.style,
+ "TAG_PREFIX": cfg.tag_prefix,
+ "PARENTDIR_PREFIX": cfg.parentdir_prefix,
+ "VERSIONFILE_SOURCE": cfg.versionfile_source,
+ }
+ )
+
cmds["py2exe"] = cmd_py2exe
# we override different "sdist" commands for both environments
@@ -1643,8 +1697,10 @@ def make_release_tree(self, base_dir, files):
# updated value
target_versionfile = os.path.join(base_dir, cfg.versionfile_source)
print("UPDATING %s" % target_versionfile)
- write_to_version_file(target_versionfile,
- self._versioneer_generated_versions)
+ write_to_version_file(
+ target_versionfile, self._versioneer_generated_versions
+ )
+
cmds["sdist"] = cmd_sdist
return cmds
@@ -1699,11 +1755,13 @@ def do_setup():
root = get_root()
try:
cfg = get_config_from_root(root)
- except (EnvironmentError, configparser.NoSectionError,
- configparser.NoOptionError) as e:
+ except (
+ EnvironmentError,
+ configparser.NoSectionError,
+ configparser.NoOptionError,
+ ) as e:
if isinstance(e, (EnvironmentError, configparser.NoSectionError)):
- print("Adding sample versioneer config to setup.cfg",
- file=sys.stderr)
+ print("Adding sample versioneer config to setup.cfg", file=sys.stderr)
with open(os.path.join(root, "setup.cfg"), "a") as f:
f.write(SAMPLE_CONFIG)
print(CONFIG_ERROR, file=sys.stderr)
@@ -1712,15 +1770,18 @@ def do_setup():
print(" creating %s" % cfg.versionfile_source)
with open(cfg.versionfile_source, "w") as f:
LONG = LONG_VERSION_PY[cfg.VCS]
- f.write(LONG % {"DOLLAR": "$",
- "STYLE": cfg.style,
- "TAG_PREFIX": cfg.tag_prefix,
- "PARENTDIR_PREFIX": cfg.parentdir_prefix,
- "VERSIONFILE_SOURCE": cfg.versionfile_source,
- })
-
- ipy = os.path.join(os.path.dirname(cfg.versionfile_source),
- "__init__.py")
+ f.write(
+ LONG
+ % {
+ "DOLLAR": "$",
+ "STYLE": cfg.style,
+ "TAG_PREFIX": cfg.tag_prefix,
+ "PARENTDIR_PREFIX": cfg.parentdir_prefix,
+ "VERSIONFILE_SOURCE": cfg.versionfile_source,
+ }
+ )
+
+ ipy = os.path.join(os.path.dirname(cfg.versionfile_source), "__init__.py")
if os.path.exists(ipy):
try:
with open(ipy, "r") as f:
@@ -1762,8 +1823,10 @@ def do_setup():
else:
print(" 'versioneer.py' already in MANIFEST.in")
if cfg.versionfile_source not in simple_includes:
- print(" appending versionfile_source ('%s') to MANIFEST.in" %
- cfg.versionfile_source)
+ print(
+ " appending versionfile_source ('%s') to MANIFEST.in"
+ % cfg.versionfile_source
+ )
with open(manifest_in, "a") as f:
f.write("include %s\n" % cfg.versionfile_source)
else: