pyExtinction 2.0__tar.gz → 2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. {pyextinction-2.0 → pyextinction-2.1}/.readthedocs.yaml +3 -4
  2. {pyextinction-2.0 → pyextinction-2.1}/PKG-INFO +30 -34
  3. pyextinction-2.0/README.txt → pyextinction-2.1/README.rst +26 -31
  4. {pyextinction-2.0 → pyextinction-2.1}/docs/conf.py +1 -2
  5. pyextinction-2.0/docs/index.txt → pyextinction-2.1/docs/index.rst +1 -1
  6. {pyextinction-2.0 → pyextinction-2.1}/pyproject.toml +3 -2
  7. {pyextinction-2.0 → pyextinction-2.1}/src/pyextinction/__init__.py +1 -1
  8. pyextinction-2.0/atmosphericExtinction.txt +0 -695
  9. pyextinction-2.0/docs/requirements.txt +0 -2
  10. {pyextinction-2.0 → pyextinction-2.1}/.gitignore +0 -0
  11. {pyextinction-2.0 → pyextinction-2.1}/.gitlab-ci.yml +0 -0
  12. {pyextinction-2.0 → pyextinction-2.1}/CITATION.cff +0 -0
  13. {pyextinction-2.0 → pyextinction-2.1}/LICENSE.txt +0 -0
  14. {pyextinction-2.0 → pyextinction-2.1}/docs/Makefile +0 -0
  15. {pyextinction-2.0 → pyextinction-2.1}/docs/atmosphericExtinction.fits +0 -0
  16. {pyextinction-2.0 → pyextinction-2.1}/docs/atmosphericExtinction.png +0 -0
  17. {pyextinction-2.0 → pyextinction-2.1}/docs/atmosphericExtinction.txt +0 -0
  18. /pyextinction-2.0/docs/module.txt → /pyextinction-2.1/docs/module.rst +0 -0
  19. /pyextinction-2.0/docs/script.txt → /pyextinction-2.1/docs/script.rst +0 -0
  20. {pyextinction-2.0 → pyextinction-2.1}/src/pyextinction/__main__.py +0 -0
  21. {pyextinction-2.0 → pyextinction-2.1}/src/pyextinction/__main__.py.bak +0 -0
  22. {pyextinction-2.0 → pyextinction-2.1}/src/pyextinction/atmospheric_extinction.py +0 -0
  23. {pyextinction-2.0 → pyextinction-2.1}/src/pyextinction/data/ozoneTemplate.fits +0 -0
@@ -19,15 +19,14 @@ sphinx:
19
19
  # fail_on_warning: true
20
20
 
21
21
  # Optionally build your docs in additional formats such as PDF and ePub
22
- formats:
23
- - pdf
24
- - epub
22
+ # formats:
23
+ # - pdf
24
+ # - epub
25
25
 
26
26
  # Optional but recommended, declare the Python requirements required
27
27
  # to build your documentation
28
28
  # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29
29
  python:
30
30
  install:
31
- - requirements: docs/requirements.txt
32
31
  - method: pip
33
32
  path: .
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: pyExtinction
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: Atmospheric extinction, from Buton et al. 2013A&A...549A...8B
5
5
  Project-URL: repository, https://gitlab.in2p3.fr/ycopin/pyExtinction
6
- Project-URL: documentation, https://pyextinction.readthedocs.io/en/latest/
6
+ Project-URL: documentation, https://ycopin.pages.in2p3.fr/pyExtinction
7
+ Project-URL: rtfd, https://pyextinction.readthedocs.io/en/latest/
7
8
  Author-email: Clément Buton <c.buton@araiko.ai>, Yannick Copin <y.copin@ip2i.in2p3.fr>
8
9
  Maintainer-email: Yannick Copin <y.copin@ipnl.in2p3.fr>
9
10
  License-Expression: CECILL-C
@@ -13,58 +14,53 @@ Requires-Dist: astropy>=6
13
14
  Requires-Dist: matplotlib>=3
14
15
  Requires-Dist: numpy>=2
15
16
  Requires-Dist: scipy>=1
16
- Description-Content-Type: text/plain
17
+ Description-Content-Type: text/x-rst
17
18
 
18
19
  ======================================================================
19
20
  pyExtinction's documentation
20
21
  ======================================================================
21
22
 
22
23
  :Authors: Clément Buton, Yannick Copin
23
- :Contact: :email:`Yannick Copin <y.copin@ip2i.in2p3.fr>`
24
+ :Contact: Yannick Copin <y.copin@ip2i.in2p3.fr>
24
25
  :Copyright: 2012-present, Clément Buton, Yannick Copin
25
26
 
26
- .. only:: html
27
+ .. image:: https://img.shields.io/badge/ascl-1403.002-blue.svg?colorB=262255
28
+ :target: http://ascl.net/1403.002
29
+ :alt: ascl:1403.002
27
30
 
28
- .. image:: https://img.shields.io/badge/ascl-1403.002-blue.svg?colorB=262255
29
- :target: http://ascl.net/1403.002
30
- :alt: ascl:1403.002
31
+ .. image:: https://img.shields.io/pypi/v/pyExtinction
32
+ :target: https://pypi.org/project/pyextinction
33
+ :alt: pypi version
31
34
 
32
- .. image:: https://img.shields.io/pypi/v/pyextinction
33
- :target: https://pypi.org/project/pyextinction
34
- :alt: pypi version
35
-
36
- .. image:: https://img.shields.io/pypi/pyversions/pyextinction
37
- :target: https://pypi.org/project/pyextinction
38
- :alt: Supported Python Versions
39
-
40
- .. figure:: https://readthedocs.org/projects/pyextinction/badge/?version=latest
41
- :target: http://pyextinction.readthedocs.org/en/latest/?badge=latest
42
- :alt: pyExtinction Documentation Status
35
+ .. image:: https://readthedocs.org/projects/pyextinction/badge/?version=latest
36
+ :target: http://pyextinction.readthedocs.org/en/latest/?badge=latest
37
+ :alt: pyExtinction Documentation Status
43
38
 
44
39
  Introduction
45
40
  ============
46
41
 
47
- This Python :ref:`script <script>` / :ref:`package <module>` computes total
48
- atmospheric extinction from decomposition into physical components (Rayleigh
49
- attenuation, ozone absorption, aerosol extinction), as described in `Buton et
50
- al. (2013) <http://adsabs.harvard.edu/abs/2013A%26A...549A...8B>`_,
51
- *Atmospheric extinction properties above Mauna Kea from the Nearby Supernova
52
- Factory spectro-photometric data set*.
42
+ This Python module/script computes total atmospheric extinction from
43
+ decomposition into physical components (Rayleigh attenuation, ozone absorption,
44
+ aerosol extinction), as described in `Buton et al. (2013)
45
+ <http://adsabs.harvard.edu/abs/2013A%26A...549A...8B>`_, *Atmospheric
46
+ extinction properties above Mauna Kea from the Nearby Supernova Factory
47
+ spectro-photometric data set*.
53
48
 
54
49
  Installation
55
50
  ------------
56
51
 
57
52
  The module is installable from `pypi <https://pypi.org/project/pyextinction/>`_
58
- (traditional dependencies: numpy_, scipy_, matplotlib_, astropy_)::
53
+ (traditional dependencies: numpy_, scipy_, matplotlib_, astropy_):
54
+
55
+ .. code-block:: bash
59
56
 
60
57
  pip install pyextinction
61
58
 
62
59
  Extinction parameters
63
60
  ---------------------
64
61
 
65
- :ref:`atmosphericExtinction.py <script>` default extinction parameters are
66
- adapted to mean `Mauna-Kea summit <http://www.ifa.hawaii.edu/mko/>`_
67
- conditions:
62
+ Default extinction parameters are adapted to mean `Mauna-Kea summit
63
+ <http://www.ifa.hawaii.edu/mko/>`_ conditions:
68
64
 
69
65
  .. table:: Atmospheric extinction parameters.
70
66
 
@@ -82,8 +78,8 @@ conditions:
82
78
  .. figure:: atmosphericExtinction.*
83
79
  :width: 80%
84
80
 
85
- Please :email:`contact us <y.copin@ip2i.in2p3.fr>` if you have derived mean
86
- extinction parameters for other locations.
81
+ Please contact us if you have derived mean extinction parameters for other
82
+ locations.
87
83
 
88
84
  Citations
89
85
  ---------
@@ -97,9 +93,9 @@ can be cited with `Buton & Copin (2014)
97
93
  Downloads
98
94
  ---------
99
95
 
100
- * Mauna-Kea mean atmospheric extinction:
101
- :download:`txt <atmosphericExtinction.txt>`,
102
- :download:`fits <atmosphericExtinction.fits>`
96
+ * *Mean* Mauna-Kea atmospheric extinction:
97
+ `txt <https://gitlab.in2p3.fr/ycopin/pyExtinction/-/raw/master/docs/atmosphericExtinction.txt>`__,
98
+ `fits <https://gitlab.in2p3.fr/ycopin/pyExtinction/-/raw/master/docs/atmosphericExtinction.fits>`__
103
99
  * Latest version of the software is available from `gitlab repository
104
100
  <https://gitlab.in2p3.fr/ycopin/pyExtinction>`_
105
101
  * On-line documentation can be found on `gitlab pages
@@ -3,51 +3,46 @@
3
3
  ======================================================================
4
4
 
5
5
  :Authors: Clément Buton, Yannick Copin
6
- :Contact: :email:`Yannick Copin <y.copin@ip2i.in2p3.fr>`
6
+ :Contact: Yannick Copin <y.copin@ip2i.in2p3.fr>
7
7
  :Copyright: 2012-present, Clément Buton, Yannick Copin
8
8
 
9
- .. only:: html
9
+ .. image:: https://img.shields.io/badge/ascl-1403.002-blue.svg?colorB=262255
10
+ :target: http://ascl.net/1403.002
11
+ :alt: ascl:1403.002
10
12
 
11
- .. image:: https://img.shields.io/badge/ascl-1403.002-blue.svg?colorB=262255
12
- :target: http://ascl.net/1403.002
13
- :alt: ascl:1403.002
13
+ .. image:: https://img.shields.io/pypi/v/pyExtinction
14
+ :target: https://pypi.org/project/pyextinction
15
+ :alt: pypi version
14
16
 
15
- .. image:: https://img.shields.io/pypi/v/pyextinction
16
- :target: https://pypi.org/project/pyextinction
17
- :alt: pypi version
18
-
19
- .. image:: https://img.shields.io/pypi/pyversions/pyextinction
20
- :target: https://pypi.org/project/pyextinction
21
- :alt: Supported Python Versions
22
-
23
- .. figure:: https://readthedocs.org/projects/pyextinction/badge/?version=latest
24
- :target: http://pyextinction.readthedocs.org/en/latest/?badge=latest
25
- :alt: pyExtinction Documentation Status
17
+ .. image:: https://readthedocs.org/projects/pyextinction/badge/?version=latest
18
+ :target: http://pyextinction.readthedocs.org/en/latest/?badge=latest
19
+ :alt: pyExtinction Documentation Status
26
20
 
27
21
  Introduction
28
22
  ============
29
23
 
30
- This Python :ref:`script <script>` / :ref:`package <module>` computes total
31
- atmospheric extinction from decomposition into physical components (Rayleigh
32
- attenuation, ozone absorption, aerosol extinction), as described in `Buton et
33
- al. (2013) <http://adsabs.harvard.edu/abs/2013A%26A...549A...8B>`_,
34
- *Atmospheric extinction properties above Mauna Kea from the Nearby Supernova
35
- Factory spectro-photometric data set*.
24
+ This Python module/script computes total atmospheric extinction from
25
+ decomposition into physical components (Rayleigh attenuation, ozone absorption,
26
+ aerosol extinction), as described in `Buton et al. (2013)
27
+ <http://adsabs.harvard.edu/abs/2013A%26A...549A...8B>`_, *Atmospheric
28
+ extinction properties above Mauna Kea from the Nearby Supernova Factory
29
+ spectro-photometric data set*.
36
30
 
37
31
  Installation
38
32
  ------------
39
33
 
40
34
  The module is installable from `pypi <https://pypi.org/project/pyextinction/>`_
41
- (traditional dependencies: numpy_, scipy_, matplotlib_, astropy_)::
35
+ (traditional dependencies: numpy_, scipy_, matplotlib_, astropy_):
36
+
37
+ .. code-block:: bash
42
38
 
43
39
  pip install pyextinction
44
40
 
45
41
  Extinction parameters
46
42
  ---------------------
47
43
 
48
- :ref:`atmosphericExtinction.py <script>` default extinction parameters are
49
- adapted to mean `Mauna-Kea summit <http://www.ifa.hawaii.edu/mko/>`_
50
- conditions:
44
+ Default extinction parameters are adapted to mean `Mauna-Kea summit
45
+ <http://www.ifa.hawaii.edu/mko/>`_ conditions:
51
46
 
52
47
  .. table:: Atmospheric extinction parameters.
53
48
 
@@ -65,8 +60,8 @@ conditions:
65
60
  .. figure:: atmosphericExtinction.*
66
61
  :width: 80%
67
62
 
68
- Please :email:`contact us <y.copin@ip2i.in2p3.fr>` if you have derived mean
69
- extinction parameters for other locations.
63
+ Please contact us if you have derived mean extinction parameters for other
64
+ locations.
70
65
 
71
66
  Citations
72
67
  ---------
@@ -80,9 +75,9 @@ can be cited with `Buton & Copin (2014)
80
75
  Downloads
81
76
  ---------
82
77
 
83
- * Mauna-Kea mean atmospheric extinction:
84
- :download:`txt <atmosphericExtinction.txt>`,
85
- :download:`fits <atmosphericExtinction.fits>`
78
+ * *Mean* Mauna-Kea atmospheric extinction:
79
+ `txt <https://gitlab.in2p3.fr/ycopin/pyExtinction/-/raw/master/docs/atmosphericExtinction.txt>`__,
80
+ `fits <https://gitlab.in2p3.fr/ycopin/pyExtinction/-/raw/master/docs/atmosphericExtinction.fits>`__
86
81
  * Latest version of the software is available from `gitlab repository
87
82
  <https://gitlab.in2p3.fr/ycopin/pyExtinction>`_
88
83
  * On-line documentation can be found on `gitlab pages
@@ -32,14 +32,13 @@ extensions = [
32
32
  'sphinx.ext.todo',
33
33
  'sphinx.ext.mathjax',
34
34
  'sphinx.ext.viewcode',
35
- 'sphinxcontrib.email',
36
35
  ]
37
36
 
38
37
  # Add any paths that contain templates here, relative to this directory.
39
38
  templates_path = ['_templates']
40
39
 
41
40
  # The suffix of source filenames.
42
- source_suffix = '.txt'
41
+ source_suffix = '.rst'
43
42
 
44
43
  # The encoding of source files.
45
44
  source_encoding = 'utf-8-sig'
@@ -1,4 +1,4 @@
1
- .. include:: ../README.txt
1
+ .. include:: ../README.rst
2
2
 
3
3
  Documentation
4
4
  =============
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
  name = "pyExtinction"
7
7
  dynamic = ["version"]
8
8
  description = "Atmospheric extinction, from Buton et al. 2013A&A...549A...8B"
9
- readme = "README.txt"
9
+ readme = "README.rst"
10
10
  license = "CECILL-C"
11
11
  license-files = ["LICENSE.txt"]
12
12
  authors = [
@@ -29,7 +29,8 @@ pyextinction = "pyextinction.__main__:main"
29
29
 
30
30
  [project.urls]
31
31
  repository = "https://gitlab.in2p3.fr/ycopin/pyExtinction"
32
- documentation = "https://pyextinction.readthedocs.io/en/latest/"
32
+ documentation = "https://ycopin.pages.in2p3.fr/pyExtinction"
33
+ rtfd = "https://pyextinction.readthedocs.io/en/latest/"
33
34
 
34
35
  [tool.hatch]
35
36
  version.path = "src/pyextinction/__init__.py"
@@ -3,7 +3,7 @@
3
3
 
4
4
  """pyExtinction initialization."""
5
5
 
6
- __version__ = '2.0'
6
+ __version__ = '2.1'
7
7
  __author__ = "Yannick Copin <y.copin@ip2i.in2p3.fr>, " \
8
8
  "Clément Buton <c.buton@araiko.ai>"
9
9
 
@@ -1,695 +0,0 @@
1
-
2
- # Wavelength domain: 3200-10000 Å by step of 10 Å (681 px)
3
- # Ozone template: /home/ycopin/ownCloud/Science/SNfactory/pyExtinction/src/pyextinction/data/ozoneTemplate.fits (265.0 DU)
4
- # Aerosol reference wavelength: 10000 Å
5
- # Input extinction parameters:
6
- # Pressure: 616 ± 2 mbar
7
- # Ozone: 257 ± 23 DU
8
- # Aerosols: optical depth @ refLbda: 0.0076 ± 0.0014
9
- # angstrom exponent: 1.26 ± 1.33
10
- #
11
- # Reference: Buton et al. (2013A&A...549A...8B)
12
- # Wavelength in Å
13
- # Extinctions in mag/airmass
14
- # lbda Ext dExt Ray O3 Aero
15
- 3200 0.854 0.056 0.606 0.214 0.035
16
- 3210 0.734 0.053 0.598 0.102 0.035
17
- 3220 0.783 0.054 0.590 0.159 0.034
18
- 3230 0.730 0.053 0.582 0.114 0.034
19
- 3240 0.667 0.052 0.575 0.058 0.034
20
- 3250 0.712 0.052 0.567 0.111 0.034
21
- 3260 0.647 0.051 0.560 0.054 0.034
22
- 3270 0.632 0.051 0.553 0.046 0.034
23
- 3280 0.666 0.051 0.545 0.087 0.034
24
- 3290 0.598 0.050 0.539 0.026 0.033
25
- 3300 0.586 0.050 0.532 0.021 0.033
26
- 3310 0.612 0.050 0.525 0.054 0.033
27
- 3320 0.569 0.049 0.518 0.018 0.033
28
- 3330 0.561 0.049 0.512 0.016 0.033
29
- 3340 0.566 0.048 0.505 0.028 0.033
30
- 3350 0.541 0.048 0.499 0.010 0.033
31
- 3360 0.532 0.048 0.493 0.006 0.033
32
- 3370 0.538 0.047 0.487 0.019 0.032
33
- 3380 0.523 0.047 0.481 0.010 0.032
34
- 3390 0.511 0.047 0.475 0.004 0.032
35
- 3400 0.513 0.047 0.469 0.012 0.032
36
- 3410 0.499 0.046 0.463 0.004 0.032
37
- 3420 0.491 0.046 0.457 0.002 0.032
38
- 3430 0.486 0.046 0.452 0.003 0.032
39
- 3440 0.487 0.045 0.446 0.010 0.032
40
- 3450 0.475 0.045 0.441 0.003 0.032
41
- 3460 0.468 0.045 0.435 0.001 0.031
42
- 3470 0.464 0.044 0.430 0.002 0.031
43
- 3480 0.458 0.044 0.425 0.001 0.031
44
- 3490 0.452 0.044 0.420 0.001 0.031
45
- 3500 0.446 0.044 0.415 0.001 0.031
46
- 3510 0.441 0.043 0.410 0.000 0.031
47
- 3520 0.436 0.043 0.405 0.000 0.031
48
- 3530 0.431 0.043 0.400 0.000 0.031
49
- 3540 0.426 0.043 0.396 0.000 0.031
50
- 3550 0.421 0.042 0.391 0.000 0.030
51
- 3560 0.417 0.042 0.386 0.000 0.030
52
- 3570 0.412 0.042 0.382 0.000 0.030
53
- 3580 0.408 0.042 0.377 0.000 0.030
54
- 3590 0.403 0.041 0.373 0.000 0.030
55
- 3600 0.399 0.041 0.369 0.000 0.030
56
- 3610 0.394 0.041 0.364 0.000 0.030
57
- 3620 0.390 0.041 0.360 0.000 0.030
58
- 3630 0.386 0.040 0.356 0.000 0.030
59
- 3640 0.382 0.040 0.352 0.000 0.029
60
- 3650 0.377 0.040 0.348 0.000 0.029
61
- 3660 0.373 0.040 0.344 0.000 0.029
62
- 3670 0.369 0.039 0.340 0.000 0.029
63
- 3680 0.365 0.039 0.336 0.000 0.029
64
- 3690 0.362 0.039 0.333 0.000 0.029
65
- 3700 0.358 0.039 0.329 0.000 0.029
66
- 3710 0.354 0.038 0.325 0.000 0.029
67
- 3720 0.350 0.038 0.321 0.000 0.029
68
- 3730 0.346 0.038 0.318 0.000 0.029
69
- 3740 0.343 0.038 0.314 0.000 0.028
70
- 3750 0.339 0.037 0.311 0.000 0.028
71
- 3760 0.336 0.037 0.307 0.000 0.028
72
- 3770 0.332 0.037 0.304 0.000 0.028
73
- 3780 0.329 0.037 0.301 0.000 0.028
74
- 3790 0.325 0.037 0.297 0.000 0.028
75
- 3800 0.322 0.036 0.294 0.000 0.028
76
- 3810 0.319 0.036 0.291 0.000 0.028
77
- 3820 0.316 0.036 0.288 0.000 0.028
78
- 3830 0.312 0.036 0.285 0.000 0.028
79
- 3840 0.309 0.035 0.282 0.000 0.028
80
- 3850 0.306 0.035 0.279 0.000 0.027
81
- 3860 0.303 0.035 0.276 0.000 0.027
82
- 3870 0.300 0.035 0.273 0.000 0.027
83
- 3880 0.297 0.035 0.270 0.000 0.027
84
- 3890 0.294 0.034 0.267 0.000 0.027
85
- 3900 0.291 0.034 0.264 0.000 0.027
86
- 3910 0.288 0.034 0.261 0.000 0.027
87
- 3920 0.285 0.034 0.258 0.000 0.027
88
- 3930 0.283 0.034 0.256 0.000 0.027
89
- 3940 0.280 0.033 0.253 0.000 0.027
90
- 3950 0.277 0.033 0.250 0.000 0.027
91
- 3960 0.274 0.033 0.248 0.000 0.027
92
- 3970 0.272 0.033 0.245 0.000 0.026
93
- 3980 0.269 0.033 0.243 0.000 0.026
94
- 3990 0.266 0.032 0.240 0.000 0.026
95
- 4000 0.264 0.032 0.238 0.000 0.026
96
- 4010 0.261 0.032 0.235 0.000 0.026
97
- 4020 0.259 0.032 0.233 0.000 0.026
98
- 4030 0.256 0.032 0.230 0.000 0.026
99
- 4040 0.254 0.032 0.228 0.000 0.026
100
- 4050 0.252 0.031 0.226 0.000 0.026
101
- 4060 0.249 0.031 0.223 0.000 0.026
102
- 4070 0.247 0.031 0.221 0.000 0.026
103
- 4080 0.245 0.031 0.219 0.000 0.026
104
- 4090 0.242 0.031 0.217 0.000 0.025
105
- 4100 0.240 0.030 0.215 0.000 0.025
106
- 4110 0.238 0.030 0.212 0.000 0.025
107
- 4120 0.236 0.030 0.210 0.000 0.025
108
- 4130 0.234 0.030 0.208 0.000 0.025
109
- 4140 0.231 0.030 0.206 0.000 0.025
110
- 4150 0.229 0.030 0.204 0.000 0.025
111
- 4160 0.227 0.029 0.202 0.000 0.025
112
- 4170 0.225 0.029 0.200 0.000 0.025
113
- 4180 0.223 0.029 0.198 0.000 0.025
114
- 4190 0.221 0.029 0.196 0.000 0.025
115
- 4200 0.219 0.029 0.194 0.000 0.025
116
- 4210 0.217 0.029 0.192 0.000 0.025
117
- 4220 0.215 0.028 0.190 0.000 0.024
118
- 4230 0.213 0.028 0.189 0.000 0.024
119
- 4240 0.211 0.028 0.187 0.000 0.024
120
- 4250 0.210 0.028 0.185 0.000 0.024
121
- 4260 0.208 0.028 0.183 0.000 0.024
122
- 4270 0.206 0.028 0.181 0.000 0.024
123
- 4280 0.204 0.027 0.180 0.001 0.024
124
- 4290 0.202 0.027 0.178 0.001 0.024
125
- 4300 0.201 0.027 0.176 0.001 0.024
126
- 4310 0.199 0.027 0.174 0.001 0.024
127
- 4320 0.197 0.027 0.173 0.001 0.024
128
- 4330 0.195 0.027 0.171 0.001 0.024
129
- 4340 0.194 0.027 0.170 0.001 0.024
130
- 4350 0.192 0.026 0.168 0.001 0.024
131
- 4360 0.191 0.026 0.166 0.001 0.023
132
- 4370 0.189 0.026 0.165 0.001 0.023
133
- 4380 0.187 0.026 0.163 0.001 0.023
134
- 4390 0.186 0.026 0.162 0.001 0.023
135
- 4400 0.184 0.026 0.160 0.001 0.023
136
- 4410 0.183 0.026 0.159 0.001 0.023
137
- 4420 0.181 0.025 0.157 0.001 0.023
138
- 4430 0.180 0.025 0.156 0.001 0.023
139
- 4440 0.178 0.025 0.154 0.001 0.023
140
- 4450 0.177 0.025 0.153 0.001 0.023
141
- 4460 0.176 0.025 0.152 0.001 0.023
142
- 4470 0.174 0.025 0.150 0.001 0.023
143
- 4480 0.173 0.025 0.149 0.001 0.023
144
- 4490 0.171 0.024 0.147 0.001 0.023
145
- 4500 0.170 0.024 0.146 0.001 0.023
146
- 4510 0.169 0.024 0.145 0.001 0.023
147
- 4520 0.167 0.024 0.143 0.001 0.022
148
- 4530 0.166 0.024 0.142 0.001 0.022
149
- 4540 0.165 0.024 0.141 0.002 0.022
150
- 4550 0.163 0.024 0.140 0.002 0.022
151
- 4560 0.162 0.024 0.138 0.002 0.022
152
- 4570 0.161 0.023 0.137 0.002 0.022
153
- 4580 0.160 0.023 0.136 0.002 0.022
154
- 4590 0.159 0.023 0.135 0.002 0.022
155
- 4600 0.158 0.023 0.133 0.003 0.022
156
- 4610 0.157 0.023 0.132 0.003 0.022
157
- 4620 0.156 0.023 0.131 0.003 0.022
158
- 4630 0.154 0.023 0.130 0.003 0.022
159
- 4640 0.153 0.023 0.129 0.003 0.022
160
- 4650 0.152 0.022 0.128 0.003 0.022
161
- 4660 0.151 0.022 0.127 0.003 0.022
162
- 4670 0.150 0.022 0.125 0.003 0.022
163
- 4680 0.149 0.022 0.124 0.003 0.021
164
- 4690 0.148 0.022 0.123 0.003 0.021
165
- 4700 0.147 0.022 0.122 0.003 0.021
166
- 4710 0.146 0.022 0.121 0.003 0.021
167
- 4720 0.145 0.022 0.120 0.003 0.021
168
- 4730 0.144 0.021 0.119 0.003 0.021
169
- 4740 0.143 0.021 0.118 0.004 0.021
170
- 4750 0.142 0.021 0.117 0.004 0.021
171
- 4760 0.141 0.021 0.116 0.004 0.021
172
- 4770 0.140 0.021 0.115 0.004 0.021
173
- 4780 0.140 0.021 0.114 0.005 0.021
174
- 4790 0.139 0.021 0.113 0.005 0.021
175
- 4800 0.138 0.021 0.112 0.005 0.021
176
- 4810 0.137 0.021 0.111 0.006 0.021
177
- 4820 0.137 0.020 0.110 0.006 0.021
178
- 4830 0.136 0.020 0.109 0.006 0.021
179
- 4840 0.135 0.020 0.108 0.006 0.021
180
- 4850 0.134 0.020 0.107 0.006 0.021
181
- 4860 0.133 0.020 0.106 0.006 0.020
182
- 4870 0.132 0.020 0.106 0.006 0.020
183
- 4880 0.131 0.020 0.105 0.006 0.020
184
- 4890 0.130 0.020 0.104 0.006 0.020
185
- 4900 0.129 0.020 0.103 0.006 0.020
186
- 4910 0.129 0.019 0.102 0.006 0.020
187
- 4920 0.128 0.019 0.101 0.006 0.020
188
- 4930 0.127 0.019 0.100 0.007 0.020
189
- 4940 0.126 0.019 0.100 0.007 0.020
190
- 4950 0.126 0.019 0.099 0.007 0.020
191
- 4960 0.125 0.019 0.098 0.007 0.020
192
- 4970 0.125 0.019 0.097 0.008 0.020
193
- 4980 0.124 0.019 0.096 0.008 0.020
194
- 4990 0.124 0.019 0.096 0.009 0.020
195
- 5000 0.124 0.019 0.095 0.009 0.020
196
- 5010 0.123 0.019 0.094 0.010 0.020
197
- 5020 0.123 0.018 0.093 0.010 0.020
198
- 5030 0.123 0.018 0.092 0.011 0.020
199
- 5040 0.123 0.018 0.092 0.012 0.020
200
- 5050 0.123 0.018 0.091 0.012 0.020
201
- 5060 0.122 0.018 0.090 0.012 0.019
202
- 5070 0.121 0.018 0.090 0.012 0.019
203
- 5080 0.120 0.018 0.089 0.012 0.019
204
- 5090 0.119 0.018 0.088 0.012 0.019
205
- 5100 0.119 0.018 0.087 0.012 0.019
206
- 5110 0.118 0.018 0.087 0.012 0.019
207
- 5120 0.117 0.017 0.086 0.012 0.019
208
- 5130 0.116 0.017 0.085 0.012 0.019
209
- 5140 0.116 0.017 0.085 0.012 0.019
210
- 5150 0.115 0.017 0.084 0.012 0.019
211
- 5160 0.115 0.017 0.083 0.012 0.019
212
- 5170 0.114 0.017 0.083 0.013 0.019
213
- 5180 0.114 0.017 0.082 0.013 0.019
214
- 5190 0.113 0.017 0.081 0.013 0.019
215
- 5200 0.113 0.017 0.081 0.013 0.019
216
- 5210 0.113 0.017 0.080 0.014 0.019
217
- 5220 0.112 0.017 0.079 0.014 0.019
218
- 5230 0.112 0.017 0.079 0.015 0.019
219
- 5240 0.112 0.016 0.078 0.015 0.019
220
- 5250 0.112 0.016 0.078 0.016 0.019
221
- 5260 0.112 0.016 0.077 0.016 0.019
222
- 5270 0.112 0.016 0.076 0.017 0.018
223
- 5280 0.112 0.016 0.076 0.018 0.018
224
- 5290 0.112 0.016 0.075 0.018 0.018
225
- 5300 0.112 0.016 0.075 0.019 0.018
226
- 5310 0.112 0.016 0.074 0.019 0.018
227
- 5320 0.112 0.016 0.074 0.020 0.018
228
- 5330 0.111 0.016 0.073 0.020 0.018
229
- 5340 0.111 0.016 0.072 0.020 0.018
230
- 5350 0.111 0.016 0.072 0.021 0.018
231
- 5360 0.110 0.015 0.071 0.021 0.018
232
- 5370 0.110 0.015 0.071 0.021 0.018
233
- 5380 0.109 0.015 0.070 0.021 0.018
234
- 5390 0.109 0.015 0.070 0.021 0.018
235
- 5400 0.109 0.015 0.069 0.022 0.018
236
- 5410 0.108 0.015 0.069 0.022 0.018
237
- 5420 0.108 0.015 0.068 0.022 0.018
238
- 5430 0.108 0.015 0.068 0.022 0.018
239
- 5440 0.108 0.015 0.067 0.023 0.018
240
- 5450 0.107 0.015 0.067 0.023 0.018
241
- 5460 0.107 0.015 0.066 0.023 0.018
242
- 5470 0.107 0.015 0.066 0.023 0.018
243
- 5480 0.106 0.015 0.065 0.023 0.018
244
- 5490 0.106 0.015 0.065 0.024 0.018
245
- 5500 0.106 0.014 0.064 0.024 0.018
246
- 5510 0.105 0.014 0.064 0.024 0.017
247
- 5520 0.105 0.014 0.063 0.024 0.017
248
- 5530 0.105 0.014 0.063 0.025 0.017
249
- 5540 0.105 0.014 0.062 0.025 0.017
250
- 5550 0.104 0.014 0.062 0.025 0.017
251
- 5560 0.105 0.014 0.061 0.026 0.017
252
- 5570 0.105 0.014 0.061 0.027 0.017
253
- 5580 0.105 0.014 0.061 0.028 0.017
254
- 5590 0.106 0.014 0.060 0.028 0.017
255
- 5600 0.106 0.014 0.060 0.029 0.017
256
- 5610 0.106 0.014 0.059 0.030 0.017
257
- 5620 0.106 0.014 0.059 0.030 0.017
258
- 5630 0.106 0.014 0.058 0.031 0.017
259
- 5640 0.107 0.014 0.058 0.032 0.017
260
- 5650 0.107 0.014 0.058 0.032 0.017
261
- 5660 0.107 0.013 0.057 0.033 0.017
262
- 5670 0.107 0.013 0.057 0.033 0.017
263
- 5680 0.107 0.013 0.056 0.034 0.017
264
- 5690 0.107 0.013 0.056 0.034 0.017
265
- 5700 0.107 0.013 0.056 0.035 0.017
266
- 5710 0.107 0.013 0.055 0.035 0.017
267
- 5720 0.107 0.013 0.055 0.035 0.017
268
- 5730 0.106 0.013 0.054 0.035 0.017
269
- 5740 0.106 0.013 0.054 0.035 0.017
270
- 5750 0.106 0.013 0.054 0.036 0.017
271
- 5760 0.105 0.013 0.053 0.035 0.017
272
- 5770 0.104 0.013 0.053 0.035 0.016
273
- 5780 0.104 0.013 0.052 0.035 0.016
274
- 5790 0.103 0.013 0.052 0.034 0.016
275
- 5800 0.102 0.013 0.052 0.034 0.016
276
- 5810 0.102 0.013 0.051 0.034 0.016
277
- 5820 0.101 0.012 0.051 0.034 0.016
278
- 5830 0.100 0.012 0.051 0.033 0.016
279
- 5840 0.099 0.012 0.050 0.033 0.016
280
- 5850 0.099 0.012 0.050 0.033 0.016
281
- 5860 0.098 0.012 0.050 0.033 0.016
282
- 5870 0.098 0.012 0.049 0.033 0.016
283
- 5880 0.098 0.012 0.049 0.033 0.016
284
- 5890 0.098 0.012 0.049 0.033 0.016
285
- 5900 0.097 0.012 0.048 0.033 0.016
286
- 5910 0.097 0.012 0.048 0.033 0.016
287
- 5920 0.097 0.012 0.048 0.034 0.016
288
- 5930 0.097 0.012 0.047 0.034 0.016
289
- 5940 0.097 0.012 0.047 0.034 0.016
290
- 5950 0.097 0.012 0.047 0.035 0.016
291
- 5960 0.097 0.012 0.046 0.035 0.016
292
- 5970 0.097 0.012 0.046 0.035 0.016
293
- 5980 0.097 0.012 0.046 0.036 0.016
294
- 5990 0.097 0.012 0.045 0.036 0.016
295
- 6000 0.097 0.012 0.045 0.037 0.016
296
- 6010 0.097 0.011 0.045 0.037 0.016
297
- 6020 0.097 0.011 0.044 0.037 0.016
298
- 6030 0.096 0.011 0.044 0.036 0.016
299
- 6040 0.096 0.011 0.044 0.036 0.016
300
- 6050 0.095 0.011 0.044 0.036 0.016
301
- 6060 0.095 0.011 0.043 0.036 0.016
302
- 6070 0.094 0.011 0.043 0.035 0.015
303
- 6080 0.093 0.011 0.043 0.035 0.015
304
- 6090 0.092 0.011 0.042 0.034 0.015
305
- 6100 0.092 0.011 0.042 0.034 0.015
306
- 6110 0.091 0.011 0.042 0.034 0.015
307
- 6120 0.090 0.011 0.042 0.033 0.015
308
- 6130 0.089 0.011 0.041 0.033 0.015
309
- 6140 0.089 0.011 0.041 0.032 0.015
310
- 6150 0.088 0.011 0.041 0.032 0.015
311
- 6160 0.087 0.011 0.040 0.031 0.015
312
- 6170 0.086 0.010 0.040 0.031 0.015
313
- 6180 0.085 0.010 0.040 0.030 0.015
314
- 6190 0.085 0.010 0.040 0.030 0.015
315
- 6200 0.084 0.010 0.039 0.029 0.015
316
- 6210 0.083 0.010 0.039 0.029 0.015
317
- 6220 0.082 0.010 0.039 0.028 0.015
318
- 6230 0.082 0.010 0.039 0.028 0.015
319
- 6240 0.081 0.010 0.038 0.027 0.015
320
- 6250 0.080 0.010 0.038 0.027 0.015
321
- 6260 0.080 0.010 0.038 0.027 0.015
322
- 6270 0.079 0.010 0.038 0.026 0.015
323
- 6280 0.079 0.010 0.037 0.026 0.015
324
- 6290 0.078 0.010 0.037 0.026 0.015
325
- 6300 0.077 0.010 0.037 0.026 0.015
326
- 6310 0.077 0.010 0.037 0.025 0.015
327
- 6320 0.076 0.010 0.036 0.025 0.015
328
- 6330 0.075 0.010 0.036 0.025 0.015
329
- 6340 0.075 0.010 0.036 0.024 0.015
330
- 6350 0.074 0.009 0.036 0.024 0.015
331
- 6360 0.073 0.009 0.036 0.023 0.015
332
- 6370 0.072 0.009 0.035 0.022 0.015
333
- 6380 0.071 0.009 0.035 0.022 0.015
334
- 6390 0.071 0.009 0.035 0.021 0.015
335
- 6400 0.070 0.009 0.035 0.021 0.014
336
- 6410 0.069 0.009 0.034 0.020 0.014
337
- 6420 0.069 0.009 0.034 0.020 0.014
338
- 6430 0.068 0.009 0.034 0.020 0.014
339
- 6440 0.068 0.009 0.034 0.020 0.014
340
- 6450 0.067 0.009 0.034 0.020 0.014
341
- 6460 0.067 0.009 0.033 0.019 0.014
342
- 6470 0.066 0.009 0.033 0.019 0.014
343
- 6480 0.066 0.009 0.033 0.019 0.014
344
- 6490 0.065 0.009 0.033 0.018 0.014
345
- 6500 0.065 0.009 0.033 0.018 0.014
346
- 6510 0.064 0.009 0.032 0.018 0.014
347
- 6520 0.064 0.009 0.032 0.017 0.014
348
- 6530 0.063 0.009 0.032 0.017 0.014
349
- 6540 0.063 0.009 0.032 0.017 0.014
350
- 6550 0.062 0.008 0.032 0.016 0.014
351
- 6560 0.062 0.008 0.031 0.016 0.014
352
- 6570 0.061 0.008 0.031 0.016 0.014
353
- 6580 0.061 0.008 0.031 0.016 0.014
354
- 6590 0.060 0.008 0.031 0.015 0.014
355
- 6600 0.060 0.008 0.031 0.015 0.014
356
- 6610 0.059 0.008 0.030 0.015 0.014
357
- 6620 0.059 0.008 0.030 0.015 0.014
358
- 6630 0.058 0.008 0.030 0.014 0.014
359
- 6640 0.058 0.008 0.030 0.014 0.014
360
- 6650 0.057 0.008 0.030 0.014 0.014
361
- 6660 0.057 0.008 0.029 0.014 0.014
362
- 6670 0.056 0.008 0.029 0.013 0.014
363
- 6680 0.056 0.008 0.029 0.013 0.014
364
- 6690 0.055 0.008 0.029 0.013 0.014
365
- 6700 0.055 0.008 0.029 0.013 0.014
366
- 6710 0.055 0.008 0.029 0.012 0.014
367
- 6720 0.054 0.008 0.028 0.012 0.014
368
- 6730 0.054 0.008 0.028 0.012 0.014
369
- 6740 0.053 0.008 0.028 0.012 0.014
370
- 6750 0.053 0.008 0.028 0.012 0.014
371
- 6760 0.053 0.008 0.028 0.011 0.014
372
- 6770 0.052 0.007 0.028 0.011 0.013
373
- 6780 0.052 0.007 0.027 0.011 0.013
374
- 6790 0.052 0.007 0.027 0.011 0.013
375
- 6800 0.051 0.007 0.027 0.011 0.013
376
- 6810 0.051 0.007 0.027 0.010 0.013
377
- 6820 0.050 0.007 0.027 0.010 0.013
378
- 6830 0.050 0.007 0.027 0.010 0.013
379
- 6840 0.049 0.007 0.026 0.010 0.013
380
- 6850 0.049 0.007 0.026 0.009 0.013
381
- 6860 0.049 0.007 0.026 0.009 0.013
382
- 6870 0.048 0.007 0.026 0.009 0.013
383
- 6880 0.048 0.007 0.026 0.009 0.013
384
- 6890 0.048 0.007 0.026 0.009 0.013
385
- 6900 0.047 0.007 0.026 0.008 0.013
386
- 6910 0.047 0.007 0.025 0.008 0.013
387
- 6920 0.046 0.007 0.025 0.008 0.013
388
- 6930 0.046 0.007 0.025 0.008 0.013
389
- 6940 0.046 0.007 0.025 0.008 0.013
390
- 6950 0.046 0.007 0.025 0.008 0.013
391
- 6960 0.045 0.007 0.025 0.007 0.013
392
- 6970 0.045 0.007 0.025 0.007 0.013
393
- 6980 0.045 0.007 0.024 0.007 0.013
394
- 6990 0.044 0.007 0.024 0.007 0.013
395
- 7000 0.044 0.007 0.024 0.007 0.013
396
- 7010 0.044 0.007 0.024 0.007 0.013
397
- 7020 0.043 0.007 0.024 0.007 0.013
398
- 7030 0.043 0.007 0.024 0.007 0.013
399
- 7040 0.043 0.006 0.024 0.006 0.013
400
- 7050 0.043 0.006 0.023 0.006 0.013
401
- 7060 0.042 0.006 0.023 0.006 0.013
402
- 7070 0.042 0.006 0.023 0.006 0.013
403
- 7080 0.042 0.006 0.023 0.006 0.013
404
- 7090 0.042 0.006 0.023 0.006 0.013
405
- 7100 0.041 0.006 0.023 0.006 0.013
406
- 7110 0.041 0.006 0.023 0.006 0.013
407
- 7120 0.041 0.006 0.023 0.006 0.013
408
- 7130 0.040 0.006 0.022 0.005 0.013
409
- 7140 0.040 0.006 0.022 0.005 0.013
410
- 7150 0.040 0.006 0.022 0.005 0.013
411
- 7160 0.040 0.006 0.022 0.005 0.013
412
- 7170 0.039 0.006 0.022 0.005 0.013
413
- 7180 0.039 0.006 0.022 0.005 0.013
414
- 7190 0.039 0.006 0.022 0.005 0.013
415
- 7200 0.039 0.006 0.022 0.005 0.012
416
- 7210 0.038 0.006 0.021 0.005 0.012
417
- 7220 0.038 0.006 0.021 0.005 0.012
418
- 7230 0.038 0.006 0.021 0.004 0.012
419
- 7240 0.038 0.006 0.021 0.004 0.012
420
- 7250 0.038 0.006 0.021 0.004 0.012
421
- 7260 0.037 0.006 0.021 0.004 0.012
422
- 7270 0.037 0.006 0.021 0.004 0.012
423
- 7280 0.037 0.006 0.021 0.004 0.012
424
- 7290 0.037 0.006 0.020 0.004 0.012
425
- 7300 0.037 0.006 0.020 0.004 0.012
426
- 7310 0.036 0.006 0.020 0.004 0.012
427
- 7320 0.036 0.006 0.020 0.004 0.012
428
- 7330 0.036 0.006 0.020 0.004 0.012
429
- 7340 0.036 0.006 0.020 0.004 0.012
430
- 7350 0.036 0.005 0.020 0.004 0.012
431
- 7360 0.035 0.005 0.020 0.004 0.012
432
- 7370 0.035 0.005 0.020 0.003 0.012
433
- 7380 0.035 0.005 0.019 0.003 0.012
434
- 7390 0.035 0.005 0.019 0.003 0.012
435
- 7400 0.035 0.005 0.019 0.003 0.012
436
- 7410 0.035 0.005 0.019 0.003 0.012
437
- 7420 0.034 0.005 0.019 0.003 0.012
438
- 7430 0.034 0.005 0.019 0.003 0.012
439
- 7440 0.034 0.005 0.019 0.003 0.012
440
- 7450 0.034 0.005 0.019 0.003 0.012
441
- 7460 0.034 0.005 0.019 0.003 0.012
442
- 7470 0.033 0.005 0.019 0.003 0.012
443
- 7480 0.033 0.005 0.018 0.003 0.012
444
- 7490 0.033 0.005 0.018 0.003 0.012
445
- 7500 0.033 0.005 0.018 0.003 0.012
446
- 7510 0.033 0.005 0.018 0.003 0.012
447
- 7520 0.033 0.005 0.018 0.003 0.012
448
- 7530 0.032 0.005 0.018 0.003 0.012
449
- 7540 0.032 0.005 0.018 0.003 0.012
450
- 7550 0.032 0.005 0.018 0.002 0.012
451
- 7560 0.032 0.005 0.018 0.002 0.012
452
- 7570 0.032 0.005 0.018 0.002 0.012
453
- 7580 0.031 0.005 0.017 0.002 0.012
454
- 7590 0.031 0.005 0.017 0.002 0.012
455
- 7600 0.031 0.005 0.017 0.002 0.012
456
- 7610 0.031 0.005 0.017 0.002 0.012
457
- 7620 0.031 0.005 0.017 0.002 0.012
458
- 7630 0.031 0.005 0.017 0.002 0.012
459
- 7640 0.031 0.005 0.017 0.002 0.012
460
- 7650 0.030 0.005 0.017 0.002 0.012
461
- 7660 0.030 0.005 0.017 0.002 0.012
462
- 7670 0.030 0.005 0.017 0.002 0.012
463
- 7680 0.030 0.005 0.017 0.002 0.012
464
- 7690 0.030 0.005 0.016 0.002 0.011
465
- 7700 0.030 0.005 0.016 0.002 0.011
466
- 7710 0.030 0.004 0.016 0.002 0.011
467
- 7720 0.030 0.004 0.016 0.002 0.011
468
- 7730 0.030 0.004 0.016 0.002 0.011
469
- 7740 0.030 0.004 0.016 0.002 0.011
470
- 7750 0.029 0.004 0.016 0.002 0.011
471
- 7760 0.029 0.004 0.016 0.002 0.011
472
- 7770 0.029 0.004 0.016 0.002 0.011
473
- 7780 0.029 0.004 0.016 0.002 0.011
474
- 7790 0.029 0.004 0.016 0.002 0.011
475
- 7800 0.029 0.004 0.016 0.002 0.011
476
- 7810 0.029 0.004 0.015 0.002 0.011
477
- 7820 0.029 0.004 0.015 0.002 0.011
478
- 7830 0.029 0.004 0.015 0.002 0.011
479
- 7840 0.028 0.004 0.015 0.002 0.011
480
- 7850 0.028 0.004 0.015 0.002 0.011
481
- 7860 0.028 0.004 0.015 0.002 0.011
482
- 7870 0.028 0.004 0.015 0.002 0.011
483
- 7880 0.028 0.004 0.015 0.002 0.011
484
- 7890 0.028 0.004 0.015 0.002 0.011
485
- 7900 0.028 0.004 0.015 0.002 0.011
486
- 7910 0.027 0.004 0.015 0.002 0.011
487
- 7920 0.027 0.004 0.015 0.002 0.011
488
- 7930 0.027 0.004 0.015 0.001 0.011
489
- 7940 0.027 0.004 0.014 0.001 0.011
490
- 7950 0.027 0.004 0.014 0.001 0.011
491
- 7960 0.027 0.004 0.014 0.001 0.011
492
- 7970 0.027 0.004 0.014 0.001 0.011
493
- 7980 0.026 0.004 0.014 0.001 0.011
494
- 7990 0.026 0.004 0.014 0.001 0.011
495
- 8000 0.026 0.004 0.014 0.001 0.011
496
- 8010 0.026 0.004 0.014 0.001 0.011
497
- 8020 0.026 0.004 0.014 0.001 0.011
498
- 8030 0.026 0.004 0.014 0.001 0.011
499
- 8040 0.026 0.004 0.014 0.001 0.011
500
- 8050 0.026 0.004 0.014 0.001 0.011
501
- 8060 0.026 0.004 0.014 0.001 0.011
502
- 8070 0.026 0.004 0.014 0.001 0.011
503
- 8080 0.026 0.004 0.014 0.001 0.011
504
- 8090 0.026 0.004 0.013 0.001 0.011
505
- 8100 0.026 0.004 0.013 0.001 0.011
506
- 8110 0.025 0.004 0.013 0.001 0.011
507
- 8120 0.025 0.004 0.013 0.001 0.011
508
- 8130 0.025 0.004 0.013 0.001 0.011
509
- 8140 0.025 0.004 0.013 0.001 0.011
510
- 8150 0.025 0.004 0.013 0.001 0.011
511
- 8160 0.025 0.003 0.013 0.001 0.011
512
- 8170 0.025 0.003 0.013 0.001 0.011
513
- 8180 0.025 0.003 0.013 0.001 0.011
514
- 8190 0.025 0.003 0.013 0.001 0.011
515
- 8200 0.025 0.003 0.013 0.001 0.011
516
- 8210 0.024 0.003 0.013 0.001 0.011
517
- 8220 0.024 0.003 0.013 0.001 0.011
518
- 8230 0.024 0.003 0.013 0.001 0.011
519
- 8240 0.024 0.003 0.012 0.001 0.011
520
- 8250 0.024 0.003 0.012 0.001 0.011
521
- 8260 0.024 0.003 0.012 0.001 0.010
522
- 8270 0.024 0.003 0.012 0.001 0.010
523
- 8280 0.024 0.003 0.012 0.001 0.010
524
- 8290 0.024 0.003 0.012 0.001 0.010
525
- 8300 0.024 0.003 0.012 0.001 0.010
526
- 8310 0.024 0.003 0.012 0.001 0.010
527
- 8320 0.023 0.003 0.012 0.001 0.010
528
- 8330 0.023 0.003 0.012 0.001 0.010
529
- 8340 0.023 0.003 0.012 0.001 0.010
530
- 8350 0.023 0.003 0.012 0.001 0.010
531
- 8360 0.023 0.003 0.012 0.001 0.010
532
- 8370 0.023 0.003 0.012 0.001 0.010
533
- 8380 0.023 0.003 0.012 0.001 0.010
534
- 8390 0.023 0.003 0.012 0.001 0.010
535
- 8400 0.023 0.003 0.012 0.001 0.010
536
- 8410 0.023 0.003 0.011 0.001 0.010
537
- 8420 0.023 0.003 0.011 0.001 0.010
538
- 8430 0.023 0.003 0.011 0.001 0.010
539
- 8440 0.023 0.003 0.011 0.001 0.010
540
- 8450 0.023 0.003 0.011 0.001 0.010
541
- 8460 0.022 0.003 0.011 0.001 0.010
542
- 8470 0.022 0.003 0.011 0.001 0.010
543
- 8480 0.022 0.003 0.011 0.001 0.010
544
- 8490 0.022 0.003 0.011 0.001 0.010
545
- 8500 0.022 0.003 0.011 0.001 0.010
546
- 8510 0.022 0.003 0.011 0.001 0.010
547
- 8520 0.022 0.003 0.011 0.001 0.010
548
- 8530 0.022 0.003 0.011 0.001 0.010
549
- 8540 0.022 0.003 0.011 0.001 0.010
550
- 8550 0.022 0.003 0.011 0.001 0.010
551
- 8560 0.022 0.003 0.011 0.001 0.010
552
- 8570 0.022 0.003 0.011 0.001 0.010
553
- 8580 0.022 0.003 0.011 0.001 0.010
554
- 8590 0.022 0.003 0.011 0.001 0.010
555
- 8600 0.021 0.003 0.011 0.001 0.010
556
- 8610 0.021 0.003 0.010 0.001 0.010
557
- 8620 0.021 0.003 0.010 0.001 0.010
558
- 8630 0.021 0.003 0.010 0.001 0.010
559
- 8640 0.021 0.003 0.010 0.001 0.010
560
- 8650 0.021 0.003 0.010 0.001 0.010
561
- 8660 0.021 0.003 0.010 0.001 0.010
562
- 8670 0.021 0.003 0.010 0.001 0.010
563
- 8680 0.021 0.003 0.010 0.001 0.010
564
- 8690 0.021 0.003 0.010 0.001 0.010
565
- 8700 0.021 0.003 0.010 0.001 0.010
566
- 8710 0.021 0.003 0.010 0.001 0.010
567
- 8720 0.021 0.003 0.010 0.001 0.010
568
- 8730 0.021 0.003 0.010 0.001 0.010
569
- 8740 0.021 0.003 0.010 0.001 0.010
570
- 8750 0.020 0.003 0.010 0.001 0.010
571
- 8760 0.020 0.002 0.010 0.001 0.010
572
- 8770 0.020 0.002 0.010 0.001 0.010
573
- 8780 0.020 0.002 0.010 0.001 0.010
574
- 8790 0.020 0.002 0.010 0.001 0.010
575
- 8800 0.020 0.002 0.010 0.001 0.010
576
- 8810 0.020 0.002 0.010 0.001 0.010
577
- 8820 0.020 0.002 0.009 0.001 0.010
578
- 8830 0.020 0.002 0.009 0.001 0.010
579
- 8840 0.020 0.002 0.009 0.001 0.010
580
- 8850 0.020 0.002 0.009 0.001 0.010
581
- 8860 0.020 0.002 0.009 0.001 0.010
582
- 8870 0.020 0.002 0.009 0.001 0.010
583
- 8880 0.020 0.002 0.009 0.001 0.010
584
- 8890 0.020 0.002 0.009 0.001 0.010
585
- 8900 0.020 0.002 0.009 0.001 0.010
586
- 8910 0.019 0.002 0.009 0.001 0.010
587
- 8920 0.019 0.002 0.009 0.001 0.010
588
- 8930 0.019 0.002 0.009 0.001 0.010
589
- 8940 0.019 0.002 0.009 0.001 0.010
590
- 8950 0.019 0.002 0.009 0.001 0.009
591
- 8960 0.019 0.002 0.009 0.001 0.009
592
- 8970 0.019 0.002 0.009 0.001 0.009
593
- 8980 0.019 0.002 0.009 0.001 0.009
594
- 8990 0.019 0.002 0.009 0.001 0.009
595
- 9000 0.019 0.002 0.009 0.001 0.009
596
- 9010 0.019 0.002 0.009 0.001 0.009
597
- 9020 0.019 0.002 0.009 0.001 0.009
598
- 9030 0.019 0.002 0.009 0.001 0.009
599
- 9040 0.019 0.002 0.009 0.001 0.009
600
- 9050 0.019 0.002 0.009 0.001 0.009
601
- 9060 0.019 0.002 0.009 0.001 0.009
602
- 9070 0.019 0.002 0.008 0.001 0.009
603
- 9080 0.018 0.002 0.008 0.001 0.009
604
- 9090 0.018 0.002 0.008 0.001 0.009
605
- 9100 0.018 0.002 0.008 0.001 0.009
606
- 9110 0.018 0.002 0.008 0.001 0.009
607
- 9120 0.018 0.002 0.008 0.001 0.009
608
- 9130 0.018 0.002 0.008 0.001 0.009
609
- 9140 0.018 0.002 0.008 0.001 0.009
610
- 9150 0.018 0.002 0.008 0.001 0.009
611
- 9160 0.018 0.002 0.008 0.001 0.009
612
- 9170 0.018 0.002 0.008 0.001 0.009
613
- 9180 0.018 0.002 0.008 0.001 0.009
614
- 9190 0.018 0.002 0.008 0.001 0.009
615
- 9200 0.018 0.002 0.008 0.001 0.009
616
- 9210 0.018 0.002 0.008 0.001 0.009
617
- 9220 0.018 0.002 0.008 0.001 0.009
618
- 9230 0.018 0.002 0.008 0.001 0.009
619
- 9240 0.018 0.002 0.008 0.001 0.009
620
- 9250 0.018 0.002 0.008 0.001 0.009
621
- 9260 0.018 0.002 0.008 0.001 0.009
622
- 9270 0.017 0.002 0.008 0.001 0.009
623
- 9280 0.017 0.002 0.008 0.001 0.009
624
- 9290 0.017 0.002 0.008 0.001 0.009
625
- 9300 0.017 0.002 0.008 0.001 0.009
626
- 9310 0.017 0.002 0.008 0.001 0.009
627
- 9320 0.017 0.002 0.008 0.001 0.009
628
- 9330 0.017 0.002 0.008 0.001 0.009
629
- 9340 0.017 0.002 0.008 0.001 0.009
630
- 9350 0.017 0.002 0.007 0.001 0.009
631
- 9360 0.017 0.002 0.007 0.001 0.009
632
- 9370 0.017 0.002 0.007 0.001 0.009
633
- 9380 0.017 0.002 0.007 0.001 0.009
634
- 9390 0.017 0.002 0.007 0.001 0.009
635
- 9400 0.017 0.002 0.007 0.001 0.009
636
- 9410 0.017 0.002 0.007 0.001 0.009
637
- 9420 0.017 0.002 0.007 0.001 0.009
638
- 9430 0.017 0.002 0.007 0.001 0.009
639
- 9440 0.017 0.002 0.007 0.001 0.009
640
- 9450 0.017 0.002 0.007 0.001 0.009
641
- 9460 0.017 0.002 0.007 0.001 0.009
642
- 9470 0.016 0.002 0.007 0.000 0.009
643
- 9480 0.016 0.002 0.007 0.000 0.009
644
- 9490 0.016 0.002 0.007 0.000 0.009
645
- 9500 0.016 0.002 0.007 0.000 0.009
646
- 9510 0.016 0.002 0.007 0.000 0.009
647
- 9520 0.016 0.002 0.007 0.000 0.009
648
- 9530 0.016 0.002 0.007 0.000 0.009
649
- 9540 0.016 0.002 0.007 0.000 0.009
650
- 9550 0.016 0.002 0.007 0.000 0.009
651
- 9560 0.016 0.002 0.007 0.000 0.009
652
- 9570 0.016 0.002 0.007 0.000 0.009
653
- 9580 0.016 0.002 0.007 0.000 0.009
654
- 9590 0.016 0.002 0.007 0.000 0.009
655
- 9600 0.016 0.002 0.007 0.000 0.009
656
- 9610 0.016 0.002 0.007 0.000 0.009
657
- 9620 0.016 0.002 0.007 0.000 0.009
658
- 9630 0.016 0.002 0.007 0.000 0.009
659
- 9640 0.016 0.002 0.007 0.000 0.009
660
- 9650 0.016 0.002 0.007 0.000 0.009
661
- 9660 0.016 0.002 0.007 0.000 0.009
662
- 9670 0.016 0.002 0.007 0.000 0.009
663
- 9680 0.015 0.002 0.007 0.000 0.009
664
- 9690 0.015 0.002 0.006 0.000 0.009
665
- 9700 0.015 0.002 0.006 0.000 0.009
666
- 9710 0.015 0.002 0.006 0.000 0.009
667
- 9720 0.015 0.002 0.006 0.000 0.009
668
- 9730 0.015 0.002 0.006 0.000 0.009
669
- 9740 0.015 0.002 0.006 0.000 0.009
670
- 9750 0.015 0.002 0.006 0.000 0.009
671
- 9760 0.015 0.002 0.006 0.000 0.009
672
- 9770 0.015 0.002 0.006 0.000 0.008
673
- 9780 0.015 0.002 0.006 0.000 0.008
674
- 9790 0.015 0.002 0.006 0.000 0.008
675
- 9800 0.015 0.002 0.006 0.000 0.008
676
- 9810 0.015 0.002 0.006 0.000 0.008
677
- 9820 0.015 0.002 0.006 0.000 0.008
678
- 9830 0.015 0.002 0.006 0.000 0.008
679
- 9840 0.015 0.002 0.006 0.000 0.008
680
- 9850 0.015 0.002 0.006 0.000 0.008
681
- 9860 0.015 0.002 0.006 0.000 0.008
682
- 9870 0.015 0.002 0.006 0.000 0.008
683
- 9880 0.015 0.002 0.006 0.000 0.008
684
- 9890 0.015 0.002 0.006 0.000 0.008
685
- 9900 0.015 0.002 0.006 0.000 0.008
686
- 9910 0.015 0.002 0.006 0.000 0.008
687
- 9920 0.014 0.002 0.006 0.000 0.008
688
- 9930 0.014 0.002 0.006 0.000 0.008
689
- 9940 0.014 0.002 0.006 0.000 0.008
690
- 9950 0.014 0.002 0.006 0.000 0.008
691
- 9960 0.014 0.002 0.006 0.000 0.008
692
- 9970 0.014 0.002 0.006 0.000 0.008
693
- 9980 0.014 0.002 0.006 0.000 0.008
694
- 9990 0.014 0.002 0.006 0.000 0.008
695
- 10000 0.014 0.002 0.006 0.000 0.008
@@ -1,2 +0,0 @@
1
- sphinx >= 9
2
- sphinxcontrib.email >= 0.3.6
File without changes
File without changes
File without changes
File without changes
File without changes