master
higepi 1 year ago
parent 19911a6eef
commit 0d48cc505a

Binary file not shown.

@ -100,7 +100,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.10 64-bit",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
@ -114,12 +114,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.9.4 (tags/v3.9.4:1f2e308, Apr 6 2021, 13:40:21) [MSC v.1928 64 bit (AMD64)]"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
"hash": "2ef431f6525756fa8a44688585fa332ef3b2e5fcfe8fe75df35bbf7028a8b511"
}
}
},

File diff suppressed because one or more lines are too long

@ -571,7 +571,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.4 (tags/v3.9.4:1f2e308, Apr 6 2021, 13:40:21) [MSC v.1928 64 bit (AMD64)]"
},
"vscode": {
"interpreter": {

@ -0,0 +1,91 @@
This repository provide all the necessary material
for the practical session of SETI Master - AI section.
The main file is a jupyter notebook `code/tutorial.ipynb`, slides for the first
part of the tutorial are under `doc/slides.pdf`.
There are several dependancies to install.
# Getting started
* We suppose python3.9 is installed and pip
* First we can move into code folder
```
cd code
```
* We recommend creating a dedicated environment for the tutorial, using for instance virtualenv. If virtualenv is not installed run:
```
python3.9 -m pip install virtualenv
```
Afterwards you can create the virtualenv using:
```
virtualenv ~/.virtualenvs/tuto_seti
```
consider adding `-p /usr/bin/python3.9` pointing to your python version if you have multiple python installed.
Then activate the environment using
```
source ~/.virtualenvs/tuto_seti/bin/activate
```
* Once in this venv, we can install python dependencies needed for this tutorial with :
```
jupyter notebook tutorial.ipynb
```
# Tools installation
* **Z3**: your linux distribution should have a package (named z3):
```
sudo apt install z3
```
Otherwise check [here](https://github.com/Z3Prover/z3) for a detailed installation instruction
* **ISAIEH** can be found compiled in the `bin` folder.
* **Marabou** can be found compiled in the `bin` folder.
* **PyRAT** comes as a precompiled binary in this repository that requires Python 3.9
When everything is installed, `jupyter notebook tutorial.ipynb` should open the tutorial notebook in your web browser.
## In case compiled version does not work
* **ISAIEH**: The next is to install dependencies for ISAIEH, which we will use:
* install the ocaml opam build system with:
```
sudo apt install opam
```
* Additional system dependencies with `m4` and `gmp` are needed at minimum.
Install them using
```
sudo apt install m4 libgmp3-dev
```
on a Debian-like.
* Finally we can install ISAIEH with
```
git clone https://git.frama-c.com/pub/isaieh.git && cd isaieh && opam init --disable-sandboxing && opam install -y . && eval $(opam env) && dune build
```
* **Marabou** can be compiled from [source](https://github.com/NeuralNetworkVerification/Marabou) using:
```
sudo apt install cmake libboost-all-dev
```
```
git clone https://github.com/NeuralNetworkVerification/Marabou
cd Marabou
mkdir build
cd build
cmake ..
cmake --build .
```
If this does not work an older version binary can be downloaded with
```
wget https://aisafety.stanford.edu/marabou/marabou-1.0-x86_64-linux.zip
```
### Authors
- Augustin Lemesle
- Julien Girard-Satabin
- Guillaume Charpiat
- Zakaria Chihani
- Marc Schoenauer

File diff suppressed because one or more lines are too long

@ -0,0 +1,620 @@
// The contents of this file are licensed under the Creative Commons
// Attribution 4.0 International License: https://creativecommons.org/licenses/by/4.0/
// Neural Network File Format by Kyle Julian, Stanford 2016
7,5,5,50,
5,50,50,50,50,50,50,5,
0,
0.0,-3.141593,-3.141593,100.0,0.0,
60760.0,3.141593,3.141593,1200.0,1200.0,
1.9791091e+04,0.0,0.0,650.0,600.0,7.5188840201005975,
60261.0,6.28318530718,6.28318530718,1100.0,1200.0,373.94992,
-2.06269e-01,-4.85561e-02,-1.30061e-02,-3.66034e-01,-3.30736e-01,
9.88522e-01,1.15803e-03,-2.75160e-05,-2.98118e-04,-1.90740e-03,
-1.13278e-02,-3.95710e-03,1.79798e-02,1.25019e-02,1.45017e-03,
3.18616e-01,4.45469e-01,3.74758e-01,-1.07722e-01,1.14876e-01,
-6.41880e-02,5.21507e-03,-6.97606e-04,-4.20328e-01,1.00533e+00,
4.15356e-02,-1.00474e-01,-1.77231e-01,-1.41497e+00,-2.58510e-01,
-3.08707e-01,-1.03980e+00,1.19547e+00,1.15655e-01,2.50045e-01,
1.87642e-01,3.97281e-02,4.46064e-02,-1.85308e-01,-1.23078e+00,
-3.31992e-01,1.01798e+00,-1.03799e+00,2.33600e-01,8.59964e-02,
9.27364e-02,-1.22916e+00,1.11082e+00,2.26992e-01,-1.80422e-01,
2.28038e-02,8.23242e-01,5.64537e-01,5.29690e-01,-2.52559e-01,
-1.46664e-01,-9.29354e-01,-8.30980e-01,5.38699e-01,-3.92521e-02,
-3.53463e-01,1.17140e-01,1.47525e+00,2.27934e-01,-9.35054e-02,
6.15729e-01,4.64324e-01,8.20746e-02,-9.03436e-02,2.33410e-01,
-1.00951e-01,-7.42308e-01,-8.99896e-01,4.63829e-01,-4.25782e-02,
8.37321e-01,-1.71126e+00,-1.32410e-01,6.61184e-02,-2.30890e-03,
9.90542e-02,-5.79709e-01,5.38396e-01,1.67194e-01,-6.02562e-01,
9.52950e-02,-1.42660e+00,1.64328e+00,1.26967e-01,1.33332e-01,
-1.11447e-02,2.73417e-02,5.83640e-02,5.21545e-01,-1.74688e+00,
-5.49828e-01,1.35142e-02,1.08941e-02,-5.54938e-01,-6.56986e-01,
-1.21358e+00,-1.38950e-03,-8.10855e-04,-6.51061e-04,-1.08405e-04,
1.56633e-01,-2.60611e-01,3.54588e-01,5.94297e-02,4.11394e-01,
1.19190e-01,8.91758e-01,1.04229e+00,4.55052e-01,8.57302e-02,
1.94020e-01,-1.09373e+00,-3.06236e-01,3.56091e-01,-9.80354e-02,
5.92823e-02,-1.44053e+00,1.44541e+00,2.67520e-03,2.65000e-01,
4.84817e-02,-8.18695e-01,-5.01281e-02,-4.46327e-02,5.77455e-02,
1.31183e-01,-6.09273e-01,-9.31075e-01,-4.02144e-02,4.68549e-02,
-1.96171e-02,-1.15917e-02,-6.95483e-04,2.48906e-02,1.23843e-03,
3.92069e-01,-4.80627e-02,-2.21566e-02,5.59322e-01,-8.22840e-01,
9.07609e-01,5.26348e-02,-3.25692e-02,2.56682e-02,-1.05877e-01,
-1.92661e-02,-1.95222e-02,-2.78212e-04,5.15587e-03,1.48044e-03,
-3.75604e-01,3.75384e-02,2.96505e-02,1.95612e-01,-1.79829e-01,
-1.26225e-01,2.42878e-02,1.51988e-01,8.28672e-02,2.33074e-01,
8.54552e-02,1.39492e+00,-1.51707e+00,2.24253e-02,2.92759e-01,
1.23310e-01,-1.58891e+00,6.88637e-01,2.41075e-02,-4.12725e-01,
1.42881e-01,8.73564e-02,-3.48584e-02,1.18446e-01,5.05145e-02,
-8.12513e-01,-4.37219e-01,-4.10168e-02,1.25690e-01,4.59839e-02,
1.10031e-01,-9.09911e-03,-8.84581e-05,7.43741e-03,8.34294e-01,
-1.19298e-01,1.50971e+00,-1.65985e+00,2.14475e-01,-4.64158e-01,
4.18528e-02,4.84678e-02,1.39228e+00,-1.99912e-01,5.19426e-01,
8.95891e-01,9.13624e-01,6.09263e-02,4.95792e-02,-1.64403e-01,
7.90024e-02,-5.88264e-02,5.31737e-03,-8.72007e-01,7.95775e-01,
-1.36354e-01,1.30884e+00,1.22002e+00,3.70848e-01,-1.07954e-01,
-1.26873e+00,-4.21205e-03,1.10192e-03,1.44915e-02,-1.76873e-02,
3.37093e-01,1.22257e+00,-1.27103e+00,1.27295e-01,1.66758e-01,
1.53411e-01,1.17486e+00,-1.27595e+00,-2.12349e-02,1.85470e-01,
-1.24317e-01,-7.45035e-02,-1.07756e+00,4.82490e-02,8.74417e-02,
5.70054e-01,2.21963e-01,5.17069e-01,-3.51626e-01,-1.92204e-01,
1.69721e-01,1.77952e-02,2.99417e-03,4.77655e-01,-2.20662e-01,
-9.53855e-02,-2.66831e-02,-1.30972e-02,-5.33241e-01,-3.45733e-03,
-1.39189e-01,
3.16836e-01,
-2.21073e-02,
1.54380e-01,
2.39962e-01,
-5.96942e-01,
-2.18791e-01,
-5.20236e-01,
-2.52576e-01,
-2.77005e-01,
1.82437e-02,
5.91123e-03,
6.55910e-03,
7.03985e-02,
-1.71369e-01,
3.46651e-01,
-5.56912e-02,
-4.42570e-01,
-3.78822e-01,
-5.75009e-01,
-3.38835e-01,
8.41135e-02,
-1.04934e-01,
5.62868e-03,
-5.50482e-01,
1.46748e-01,
8.78108e-02,
-2.63377e-02,
1.98396e-01,
3.87475e-01,
-1.95667e-02,
1.10391e-02,
2.52532e-02,
-5.29013e-01,
-4.43297e-02,
7.48424e-02,
-1.19566e-01,
-2.02324e-01,
-2.65436e-01,
1.42747e-01,
2.08336e-01,
8.51196e-03,
-3.48104e-01,
-3.53782e-01,
-2.75040e-01,
-5.27350e-01,
4.66643e-02,
1.08835e-02,
1.63236e-01,
1.08506e-01,
3.83473e-01,1.15569e+00,1.94142e-02,2.88338e-01,-8.45300e-01,-2.75566e-01,-3.83043e-01,1.49421e+00,5.30427e-01,5.38620e-01,5.43078e-01,3.08107e-01,-8.33255e-01,-8.07868e-01,-8.42737e-01,1.11205e-01,-1.22945e-01,1.07181e-01,-1.74070e-01,1.12723e+00,-6.19281e+00,1.83505e-01,-9.47724e-01,-8.27767e-01,1.73035e+00,2.54384e-01,-2.26719e-01,1.16087e-02,4.10202e-02,8.51176e-01,-1.99085e-02,-2.39335e-01,6.64820e-01,7.48876e-01,1.41531e-01,1.31184e-01,-3.38266e-01,1.00916e+00,-4.11549e-01,4.14255e-02,4.35783e-01,-4.40554e-01,1.91423e-01,-5.18382e+00,3.26312e-01,-2.32912e+00,-1.70357e-01,-2.79199e-01,-7.92434e-01,-5.23829e-01,
-1.14882e-01,8.86742e-01,-2.06829e-02,5.73168e-01,6.88303e-01,7.69156e-01,-8.23491e-01,-1.05279e+00,-1.10274e+00,-1.17950e+00,9.42621e-01,5.40740e-01,3.72579e-01,-4.25209e-01,5.21734e-01,-9.34042e-01,-2.79140e-01,-2.29313e+00,-2.81085e-01,-5.30500e-01,-9.38750e-01,1.13985e-01,9.32472e-01,-5.80395e-01,-2.95852e+00,-4.78507e-02,-1.35646e-01,8.84596e-04,-5.52334e-01,7.43922e-01,-1.78871e-02,-4.41606e-01,-1.62074e-03,-2.41848e+00,-1.06966e+00,2.39001e-01,-3.84569e-01,-8.12051e-01,-1.50662e+00,5.08038e-01,6.50357e-02,6.78748e-01,5.34410e-01,-1.60476e+00,-1.37199e+00,-1.36348e+00,-1.91498e+00,-7.23865e-03,-2.40915e-02,8.74551e-01,
-1.78198e-01,3.29560e-01,-2.97143e-02,-2.12871e-01,-1.38981e-01,-1.33588e-01,-5.90541e-01,4.95093e-01,1.00246e+00,-6.38601e-01,2.46427e-01,-2.19033e-01,-1.09066e-01,2.46769e-01,-2.96285e-01,-1.74281e+00,1.53555e-01,1.34223e+00,4.37083e-01,5.47508e-01,-3.29394e-01,-3.49957e-02,-7.64518e-01,-6.75890e-01,1.42649e+00,-1.38796e+00,-1.92559e-01,7.18619e-04,4.98269e-01,6.81070e-01,-2.67025e-02,-1.24750e-01,-5.79288e-01,1.55963e+00,-9.55994e-01,2.82066e-02,-9.45217e-01,-7.72236e-02,4.70673e-01,3.12235e-01,-1.70739e-01,-2.66270e-01,1.06015e+00,2.90143e-01,7.39552e-01,1.07002e+00,8.20650e-02,7.96702e-01,5.13730e-02,-4.81057e-01,
2.33737e-01,9.64065e-01,-4.16795e-03,-9.01809e-01,-4.51346e-01,-7.23182e-01,-2.12410e-01,2.16564e+00,3.19381e-02,3.29975e-01,-9.36124e-02,-2.47981e-01,-3.36280e-01,9.38378e-01,-2.80993e-01,-1.58435e+00,-2.43407e-01,8.84359e-01,4.04397e-01,7.15764e-01,-5.74991e-01,-3.35119e-01,-3.26868e-02,-3.90896e-02,7.72723e-01,4.56296e-01,-4.89347e-01,3.14191e-02,3.68287e-01,1.08446e+00,1.04586e-02,5.55656e-01,-5.24627e-01,-3.13525e-01,-1.21200e+00,5.23525e-02,6.93402e-01,1.17360e+00,3.37180e-01,2.69029e-01,-5.14811e-01,-7.71002e-01,-1.46363e+00,-1.57064e+00,2.16999e-02,-5.24519e-01,-1.61523e-01,3.53159e-01,2.86606e-01,-9.00255e-01,
-3.53389e-01,-8.24033e-01,-2.09229e-02,-1.60860e+00,-7.29413e-01,-9.38972e-01,6.13550e-02,7.11956e-01,1.88788e+00,4.82601e-01,-1.95222e+00,-1.69996e-01,8.85460e-02,6.14897e-01,-1.49252e+00,1.64458e-01,5.53803e-01,3.10177e+00,2.08979e-01,2.84304e-01,-1.81058e+00,-4.46181e-02,-1.14032e+00,3.01109e-01,2.66322e+00,1.55897e-01,-1.20830e+00,-3.93910e-02,7.35674e-01,3.10045e-01,-2.97558e-02,9.50794e-01,-1.67784e-01,-6.10958e+00,7.20189e-01,-1.49479e-01,1.26051e-01,4.78235e-01,1.16445e+00,3.07011e-01,-4.56025e-01,-5.71808e-01,-7.30405e-01,8.41667e-01,-3.15769e+00,-2.45068e+00,-1.81586e+00,-1.46707e-02,7.68953e-01,-7.09280e-01,
-5.45024e-01,4.37084e-01,-2.25207e-02,8.90247e-03,9.65527e-02,-3.36614e-01,9.37181e-02,6.09719e-01,1.85369e-01,-6.89208e-02,1.30192e-01,1.54819e-01,-3.10095e-01,-5.22643e-01,-6.31746e-02,-7.17511e-02,-3.50271e-02,-2.80556e-01,-4.27312e-01,5.70012e-01,-2.55858e+00,5.98213e-01,-2.94095e-01,1.51248e-01,4.79799e-01,-4.12492e-02,3.23670e-01,-1.57682e-02,2.64904e-01,1.24364e-01,-3.26764e-03,2.07122e-01,-2.82164e-02,-2.38598e-01,1.01496e-01,2.86779e-01,-1.06620e-01,-5.18380e-01,-8.01558e-01,-1.76131e-01,-8.23890e-01,1.09767e-01,2.36891e-01,-2.87089e+00,-4.90646e-01,-1.63414e-01,3.79591e-02,4.18747e-01,4.69685e-01,6.99983e-01,
3.58718e-01,6.97937e-01,-7.02665e-04,2.36599e-01,4.99752e-01,-5.36451e-02,3.17628e-01,3.11118e-01,-3.73255e+00,5.15458e-01,2.81095e-01,4.28233e-01,-2.79833e-01,-1.37028e+00,4.22393e-01,5.67873e-01,-2.10429e-01,-9.67110e-01,-4.54749e-01,-4.88187e-01,9.83686e-01,4.61217e-01,3.00489e-01,3.79218e-02,4.90093e-01,1.81976e-01,-3.13848e-01,4.82094e-02,8.52070e-01,-1.34995e-01,7.04766e-03,2.48316e-01,5.60635e-01,-2.30746e+00,7.06011e-02,2.72364e-01,-2.77644e-01,-3.22104e-02,-4.43190e-01,-3.43679e-01,-1.12343e-01,-8.06698e-01,-1.21901e-01,1.05573e+00,1.60621e+00,-6.03953e+00,7.34747e-01,8.83067e-01,2.18551e-01,2.88787e-01,
2.39619e-03,-5.25488e-03,-4.04543e-02,1.55622e+00,3.16689e-01,7.86075e-01,-1.17665e+00,-2.68289e-01,6.54626e-01,-1.01024e+00,2.44674e-01,3.14016e-01,9.36004e-02,3.23425e-01,1.12243e+00,-4.34544e-01,7.83505e-01,-1.07299e+00,3.29324e-02,7.66295e-01,-2.64810e+00,-4.10647e-01,-6.23255e-01,-4.77040e-01,-8.26999e-02,1.46696e+00,-6.91038e-01,1.58717e-02,-6.84531e-01,4.08983e-02,4.96279e-03,1.79607e-01,-3.87351e-01,-8.89304e-01,5.24020e-01,5.13052e-01,-3.22967e-02,-5.85738e-01,3.30746e-01,7.31701e-01,5.75088e-01,4.91107e-01,-2.73485e-01,-2.25376e+00,5.32009e-02,-4.75161e-01,6.38379e-02,-1.67538e-01,1.84462e-01,2.11621e-01,
5.15368e-01,-3.36167e-01,-1.20497e-02,-7.86064e-01,-2.83928e-01,-2.83726e-01,-1.00596e-01,1.57153e+00,-5.10227e-01,4.28287e-01,-2.89229e-01,2.23569e-01,1.38912e-01,1.94549e-01,-1.01166e+00,2.07837e-01,-3.29824e-02,-1.30621e+00,3.26195e-01,-2.26480e-01,9.71540e-02,4.38825e-01,-6.25917e-01,-1.49459e-01,-1.07009e-01,-1.33126e-01,1.56765e-01,3.53588e-02,4.99937e-01,1.96801e-01,1.35320e-02,3.11323e-01,-5.61490e-01,5.27097e-01,3.23872e-01,6.82005e-02,1.82842e-01,6.07367e-01,-2.48376e-01,-1.94124e-01,-1.40344e-01,-1.83038e+00,1.52227e-01,5.02904e-01,3.90606e-01,-1.51331e-01,1.65750e-01,-1.06829e-01,-1.83791e-01,-7.32913e-01,
2.48002e-01,-5.06350e+00,3.83969e-02,2.14420e-02,-1.26457e+00,9.08979e-01,-4.32745e-01,1.39387e+00,1.65370e-01,-2.00284e-01,-4.67620e-02,-2.99933e-01,-2.53496e-01,7.12011e-01,3.30682e-01,1.44648e-01,-4.39868e-01,1.87942e-01,4.11410e-01,7.19075e-01,1.77808e+00,-5.50178e-01,1.58892e-01,-9.61732e-02,1.12210e+00,1.24206e-01,-1.06566e-01,4.40781e-02,-4.80233e-01,-1.66910e+00,1.98834e-02,-1.62699e-01,3.44153e+00,7.05874e-02,-1.62654e-01,-3.79328e-01,7.58474e-02,-3.33022e+00,1.58748e-02,1.13485e-01,-2.41884e-01,-4.86610e-01,3.50702e-01,1.99282e+00,-2.01749e-01,3.95979e-01,-2.75286e-01,6.90854e-01,-7.05962e+00,2.33078e-01,
-1.35113e-02,5.04114e-01,1.79206e-02,3.21656e-01,4.10785e-01,4.95615e-01,-7.45902e-01,-3.98370e-01,-5.39825e-01,-1.61751e+00,6.45499e-01,8.25622e-01,-1.13694e+00,-2.97417e-01,1.16089e+00,4.76053e-01,-1.24593e-01,-1.46082e+00,5.38844e-02,-4.58060e-01,-8.74147e-01,-5.37795e-01,5.50964e-01,-6.80642e-02,-1.68739e+00,2.44908e-01,7.44341e-01,3.62906e-03,-2.46468e-01,4.38159e-01,1.32554e-02,-2.76662e-01,-1.13159e-01,-1.25606e+00,-4.85638e-01,1.24576e-02,-8.79745e-02,-4.32849e-01,-1.33603e+00,-2.66021e-01,-3.38334e-01,7.09435e-01,-6.25175e-01,-9.90472e-01,-7.28968e-01,-1.56954e+00,7.35926e-01,2.80310e-01,-2.11001e-02,1.82154e-01,
-3.00300e-01,-2.98798e+00,-1.21600e-02,-6.22630e-01,9.57534e-02,-3.29095e-01,-1.22543e-01,-6.34494e-01,-8.31926e-01,1.29298e-01,-2.04939e-01,4.28408e-01,6.12247e-01,-2.87146e-01,2.99779e-02,-4.36052e-02,2.08957e-01,-4.42077e-01,-2.63024e-01,-1.92493e-01,2.02863e+00,4.60905e-01,-2.58876e-01,-3.80620e-01,-7.20340e-01,7.42959e-03,-1.05047e-01,-3.50665e-02,-1.20019e-01,-1.31665e+00,1.24847e-02,1.65401e-01,4.33546e-01,2.56690e-01,2.04394e-01,1.16072e-01,-1.89578e-02,1.76058e-01,3.34148e-01,-4.27837e-03,4.58566e-01,-1.15495e-01,-5.38682e-03,2.27653e+00,4.50874e-01,6.59214e-01,-1.12522e+00,-2.14433e-01,-1.58005e-01,4.26513e-01,
5.06533e-01,7.66958e-02,-3.90257e-02,-2.48993e-01,1.32909e-02,-5.46072e-01,8.40388e-01,2.48044e-01,-1.83384e-02,1.31329e-01,3.70888e-01,1.24034e-01,1.34352e-01,8.13486e-01,8.36986e-01,3.48957e-01,1.08833e-01,-1.06833e-01,-3.42553e-01,9.70028e-01,1.87707e-01,-4.98704e-01,3.58221e-01,1.99218e-01,-1.41751e+00,1.01312e-02,-3.15169e-01,-1.35129e-02,3.89190e-01,3.44424e-01,-2.71043e-02,3.45095e-02,-4.24057e-01,-1.15157e+00,3.44514e-02,1.85513e-02,-5.68533e-01,4.68939e-01,9.27149e-02,-3.67728e-01,-8.13951e-02,9.63925e-02,7.27959e-02,-1.43554e-01,-4.86987e-01,7.03061e-01,5.36847e-01,-4.42818e-01,-3.21177e-01,-8.29876e-01,
1.04515e-02,1.46494e-02,-3.14391e-02,3.23239e-02,-4.15598e-03,1.27204e-02,-1.81024e-02,2.89877e-04,4.18118e-03,-2.91203e-02,-4.98499e-02,-3.10243e-03,-4.34780e-02,-4.17594e-02,2.42100e-02,-2.66437e-02,2.71208e-02,-3.17436e-02,3.33504e-02,-2.15717e-02,2.62355e-02,-5.77423e-02,8.77809e-03,-2.62251e-02,-3.19177e-02,-2.69998e-02,-4.48768e-02,-3.08506e-02,3.07278e-03,-6.64711e-02,-2.51143e-02,2.36324e-02,-6.94654e-02,-4.50917e-02,-2.10883e-02,3.52718e-03,2.65336e-02,2.26443e-02,-2.25047e-02,-3.67803e-03,1.65050e-02,1.96398e-02,-3.06269e-02,-2.36615e-02,2.43251e-02,-6.30762e-02,-5.72613e-04,-2.57955e-02,2.71402e-02,3.14882e-03,
-1.95033e-01,5.31087e-01,1.37838e-02,-3.91402e-01,1.35602e-01,4.19695e-01,6.57981e-01,-1.25965e+00,2.75819e-01,-1.76277e+00,1.35601e+00,8.60301e-01,-7.70930e-02,-8.40324e-01,-4.24147e-02,-7.67096e-02,-4.69578e-01,-1.86264e+00,-1.33422e-01,-7.97919e-01,1.34534e+00,8.91975e-01,1.22735e+00,-3.23888e-01,-2.86822e+00,-5.23992e-01,-9.41239e-02,-3.81187e-02,3.24495e-01,8.39861e-01,2.44431e-02,-1.09533e+00,8.09901e-01,-1.57136e+00,5.18637e-01,5.53058e-01,-2.35809e-01,-3.29948e-01,1.60848e-01,6.33806e-01,1.09540e-01,6.48998e-01,3.46511e-01,7.67391e-01,-1.69220e+00,1.27608e+00,7.87656e-02,6.76908e-01,-7.22249e-02,9.32706e-01,
-2.79917e-02,-3.23367e-02,1.48833e-02,2.24573e-02,1.89587e-02,2.98248e-02,-3.05926e-02,1.02183e-02,-1.39982e-02,2.97586e-02,-5.45823e-03,-4.09748e-02,-2.06069e-02,-1.52710e-02,-4.46625e-02,2.74930e-02,-5.34892e-02,-1.16353e-02,1.05883e-02,1.65452e-02,-3.20569e-02,-2.46272e-02,-4.48216e-02,2.87429e-02,3.50949e-02,-1.88838e-02,-4.16069e-02,4.15057e-03,-1.23499e-02,5.15254e-03,-3.64736e-02,-1.10250e-02,-1.33230e-02,-5.05485e-02,-4.73191e-02,3.25130e-02,4.39195e-03,1.65874e-02,3.52392e-03,-5.31410e-02,-5.28062e-02,-2.22995e-02,-2.65411e-03,-3.11624e-02,1.57680e-02,3.47303e-02,-5.01291e-02,3.55267e-02,3.27323e-02,2.03858e-02,
1.83728e-02,1.45483e+00,3.85120e-02,-2.26507e-01,2.99485e-01,-4.67367e-02,-3.43096e-01,-7.74935e-01,3.33866e-01,-1.03241e+00,-1.55832e-01,1.60312e-01,-3.27932e-02,1.88423e-01,-6.14293e-01,6.01161e-02,-1.97852e-01,-1.02724e+00,-2.11420e-01,-1.31662e-01,-9.08253e-01,4.20875e-01,3.39221e-01,1.93882e-01,-1.84215e-01,3.93017e-01,1.36344e-01,-2.99830e-02,1.73232e-02,-2.54420e-02,2.12612e-03,2.86436e-01,5.16966e-02,-5.56580e-01,-3.51934e-01,2.78029e-01,3.13280e-01,-1.74802e-01,2.00503e-01,6.35628e-02,-4.94825e-01,-3.88936e-01,1.82721e-01,-2.78645e-01,-8.59164e-01,9.25182e-01,-6.97250e-01,1.97779e-01,-2.54350e-01,2.28376e-01,
-4.31091e-01,6.34453e-01,2.24761e-02,3.54413e-01,7.12706e-01,1.84825e-01,-6.25899e-02,-1.76193e+00,-4.60617e-01,2.76802e-01,3.52760e-01,2.78422e-01,-1.93165e-01,-1.98455e-01,8.17140e-01,-1.63090e+00,-1.34372e+00,7.61129e-02,-2.07396e-01,3.62878e-01,6.82257e-02,2.90627e-01,-1.20387e-01,3.78723e-01,1.87919e+00,-5.60671e-01,2.19191e-01,3.82553e-02,-8.62374e-02,4.56008e-01,-3.03011e-02,-1.53426e-01,-2.32099e-01,-8.09737e-01,-2.86835e-02,4.57361e-01,-6.05230e-02,-4.44347e-01,-7.00466e-01,-3.22020e-01,3.97369e-01,-4.29350e-01,1.97291e-01,1.66226e-01,-5.07620e-01,-2.62576e-03,1.12351e-01,5.76055e-01,3.82557e-01,1.14783e+00,
-3.53431e-02,2.52587e-01,-3.25806e-02,2.67451e-01,-1.66693e+00,5.74608e-01,-3.77843e-01,1.66996e+00,8.70550e-01,-1.64855e+00,2.76105e-01,-3.19879e-01,5.82184e-01,-4.20751e-01,1.12139e+00,1.07369e+00,2.28384e-01,-2.64182e+00,1.65261e+00,3.88940e-01,-4.48921e-01,5.47588e-01,-2.63234e-01,3.47389e-01,3.91068e-01,6.16886e-01,-3.02962e-01,-4.47408e-03,-7.20422e-01,-1.40431e-01,-5.85655e-03,-6.91247e-01,-3.42386e+00,8.78257e-01,-6.62618e-02,-1.05944e+00,6.28829e-02,8.63679e-01,3.51665e-01,9.39723e-01,-9.70104e-01,-4.92210e-02,5.69035e-01,3.45283e-01,1.31964e+00,-2.07785e-01,-4.08125e-02,4.14028e-01,-4.05070e-01,5.93048e-02,
-4.34044e-02,1.80241e-02,-1.64629e-04,-5.51877e-02,-3.26744e-02,-1.75388e-02,6.79455e-03,-2.09729e-02,1.07594e-02,3.72971e-02,-3.01672e-02,-4.04026e-02,2.98778e-02,-5.78007e-03,-2.40853e-02,-1.02898e-02,-2.10555e-02,-4.54923e-02,4.66639e-03,3.55054e-02,-1.26979e-02,-1.61878e-02,3.49149e-02,-3.81323e-02,-5.13466e-03,8.11035e-03,5.44200e-03,4.62383e-02,-6.20576e-03,-5.43392e-03,2.50701e-02,-1.45519e-02,-1.92330e-02,-1.40983e-02,-3.73909e-02,-5.38473e-02,3.40766e-02,-1.89823e-02,3.10831e-02,2.34782e-02,-4.60594e-02,-3.15113e-02,-4.59078e-02,-4.05530e-02,2.67083e-02,1.41376e-02,-3.13628e-02,-2.17687e-02,-3.05421e-03,-3.46133e-02,
8.46201e-01,-2.81645e-01,3.66888e-02,5.36037e-01,-3.96509e-01,4.95079e-01,-2.44730e-02,-6.11582e-03,2.66519e-01,-8.74505e-02,2.41255e-01,-2.43799e-01,2.28426e-02,5.91358e-01,7.54360e-01,-7.66267e-01,7.53593e-01,2.58950e-01,-4.85124e-02,-3.53245e-01,1.54107e+00,-3.70083e-01,4.31129e-01,5.79349e-01,7.62584e-01,1.64750e-01,5.35061e-01,1.51179e-02,-6.76380e-01,-4.02471e-01,-3.13445e-02,3.87252e-01,1.82704e-02,-4.13512e-01,6.45891e-02,-6.44517e-01,4.52301e-01,-3.87021e-01,4.21922e-01,7.91210e-01,8.59650e-01,4.29526e-01,9.65275e-02,1.61930e+00,9.68866e-01,4.86186e-01,-2.61994e-01,-4.82707e-02,-3.73260e-01,8.27884e-01,
1.10595e-02,3.47425e-01,-3.52047e-02,-1.22627e-01,3.99799e-01,5.09419e-01,-9.82228e-02,-4.47612e-01,-2.41452e-01,-3.00417e-01,5.90606e-02,-1.26701e-01,-7.89279e-01,8.50705e-01,3.28864e-02,1.09921e-01,4.44565e-01,-1.14517e+00,-1.33205e-01,-7.34999e-01,-1.29919e+00,-5.70709e-01,3.23523e-01,-1.55992e-01,-1.21597e+00,-4.37698e-01,3.59036e-01,2.34956e-02,8.50227e-01,6.57920e-01,1.68828e-02,-1.70277e-01,1.05019e+00,-1.53046e+00,2.40874e-01,4.75430e-01,-9.08620e-01,2.91511e-01,-3.33087e-01,-1.62726e-01,2.91746e-01,-5.33812e-01,7.05514e-01,-1.45476e+00,-1.29938e+00,-7.49926e-03,-4.08705e-01,3.52114e-01,-2.61855e-01,-3.74635e-01,
3.00960e-01,2.65419e+00,-4.44724e-02,2.83909e-01,-1.41567e-01,-1.47890e-01,6.18485e-01,-4.50681e-01,3.60295e-03,3.68980e-01,1.35831e-01,-1.64128e-01,-3.61536e-01,-5.37667e-02,-2.92535e-01,4.46868e-02,1.43105e-01,-7.53591e-01,-2.75300e-01,7.99759e-01,-7.07300e-01,-2.09819e-01,7.29701e-01,8.69100e-02,-3.74278e-01,8.49409e-01,-9.89392e-01,3.36742e-03,-6.21151e-01,1.58871e+00,-2.17527e-02,7.94576e-01,-3.30718e-03,3.01941e-01,2.35296e-01,6.39118e-01,-7.07185e-02,2.13384e-01,2.92371e-01,-2.85339e-01,-8.48152e-01,-6.35725e-02,-7.29702e-02,-1.90403e-01,6.05475e-02,8.42287e-01,-1.00694e-01,5.28082e-01,5.46342e-03,8.44751e-01,
-3.87181e-02,-3.58005e-02,-4.32122e-02,3.99145e-02,-3.63806e-02,1.44067e-02,2.71450e-02,3.86060e-02,1.87223e-02,2.09113e-02,-8.67737e-03,-2.79571e-02,2.35657e-02,-1.11014e-02,3.26139e-02,1.35819e-02,-2.54522e-02,-5.02745e-02,2.19422e-02,-1.68810e-02,-5.20541e-02,2.79215e-02,-4.71668e-02,-1.67945e-02,-2.83981e-02,-5.59804e-02,-1.59106e-02,-3.03888e-02,1.13831e-02,-3.71096e-02,2.77529e-02,-4.88527e-02,2.52996e-02,-9.42422e-03,-1.15977e-02,5.81557e-03,3.60064e-02,-1.66545e-02,-9.09401e-03,-4.47337e-02,-4.41876e-02,2.96089e-02,-4.79935e-03,-3.24321e-02,-5.54464e-02,-2.51474e-02,2.85060e-02,-2.60988e-02,-3.62283e-02,-2.79835e-02,
-4.02586e-01,-1.38816e+00,-1.91651e-02,-4.49323e-01,7.00499e-01,6.98187e-01,4.64027e-01,-5.03505e+00,-1.30432e+00,5.67273e-01,6.27715e-01,-7.78911e-01,1.06481e+00,4.83228e-01,4.35221e-01,-3.55363e-01,-5.67101e-01,-6.58653e-01,-2.11365e-01,-1.40133e+00,1.75584e+00,3.52658e-01,2.12434e-01,4.69834e-01,5.41922e-01,-1.85147e-01,-1.13046e+00,3.81943e-02,-1.62608e+00,-5.96622e-01,-2.33319e-02,-1.25712e+00,3.97424e-02,-8.49184e-01,1.43296e-01,3.34663e-01,1.35172e+00,-2.54818e+00,1.30052e-01,3.69425e-01,6.80357e-01,1.80869e+00,-7.79843e-01,8.88497e-01,-6.03100e-01,5.91611e-01,-1.93796e+00,-7.39612e-01,5.78664e-01,1.00503e+00,
-3.54176e-01,-3.33569e-01,-2.61559e-02,1.01104e+00,-3.10442e-01,-9.34042e-01,-1.76971e-01,-1.66040e+00,-2.11782e-01,4.43609e-01,2.79515e-01,-1.63060e-01,-1.95653e-01,-1.03440e-01,-6.59404e-02,3.80688e-02,-3.28552e-02,9.96346e-01,-6.75013e-01,-1.25895e+00,2.40097e-01,-5.58237e-01,4.13226e-01,-1.60560e-02,-2.52132e-01,2.58478e-01,-2.48918e-02,-4.89978e-03,-5.14320e-01,-3.86592e-01,-2.94710e-02,3.30328e-01,2.78502e-01,5.93724e-01,7.20195e-02,4.57826e-02,-1.09068e-01,1.11369e-01,2.96382e-01,3.38229e-01,1.11332e-01,1.32470e-01,-7.49842e-02,7.45755e-01,1.64839e-01,1.88561e-01,-8.97494e-02,-5.13163e-01,-4.98258e-01,-6.79349e-01,
-3.28503e-01,4.40741e-01,-4.11347e-02,1.54554e-01,-5.86646e-01,-2.74111e-01,-1.54510e-01,5.39753e-01,1.19453e-02,2.60815e-01,2.65253e-01,-3.02636e-01,5.73677e-01,-1.10299e+00,-2.70036e-03,6.65474e-01,-5.13343e-01,8.46991e-02,1.45196e-01,2.79048e-02,-1.91236e+00,-7.02884e-01,2.90485e-02,-1.90090e-01,-9.50108e-01,4.37952e-01,-4.22466e-01,2.52415e-02,-9.60854e-02,-3.77247e-01,1.88742e-02,-8.83158e-02,7.07141e-01,3.69732e-01,7.80042e-02,6.91286e-02,-2.60306e-01,-3.19701e+00,1.40570e-01,-5.29831e-01,6.84368e-01,-1.33917e+00,-4.55403e-01,-1.83291e+00,5.23784e-01,-1.76458e+00,1.54311e-02,2.57865e-01,-3.49320e-01,3.96276e-01,
8.48281e-01,1.09004e+00,5.06910e-02,-1.41490e+00,9.57143e-01,6.01932e-01,-1.91458e+00,-8.80934e-01,-2.63339e+00,-2.60669e+00,3.09342e-01,-5.24109e-02,-5.20056e-01,3.26667e-01,1.61427e+00,1.82531e-02,6.54509e-02,-1.27714e+00,-2.07423e+00,2.64987e-01,-7.83950e+00,-1.23709e-01,2.03705e+00,-9.41943e-01,-1.76344e+00,1.81233e+00,1.67399e-01,-1.89245e-02,-1.84125e-01,9.25023e-01,-3.59405e-02,-1.54654e+00,6.69805e-01,-1.09441e+00,-1.36879e+00,1.65443e-01,-1.29239e+00,-1.33318e+00,-1.41811e+00,1.26455e-02,-1.69150e-01,2.46706e-01,-8.35512e-01,-8.11045e+00,-5.88467e-01,-8.04335e-01,-1.28099e+00,-4.10406e-02,2.04641e-01,7.29444e-01,
-8.14222e-02,1.46868e-01,3.06912e-02,-4.65110e-01,6.90572e-01,-3.61299e-02,2.77349e-01,-1.55049e+00,2.21537e-01,-7.92479e-01,-1.11880e-01,1.54910e-01,-1.14080e+00,2.76676e-02,-2.37848e-02,-6.05695e-01,3.37067e-01,-1.39745e-01,-5.40114e-01,-6.18183e-01,4.04245e-01,2.00309e-02,-2.14655e-01,-2.27318e-01,-8.83246e-01,-2.05323e-01,-2.95895e-01,-3.15677e-02,-2.04380e-02,-1.55465e-01,3.59079e-02,-2.91667e-01,6.51572e-02,1.12972e-01,3.02060e-01,2.95313e-01,3.88582e-01,-1.27053e+00,7.44790e-02,1.34045e-01,-5.11691e-01,3.10908e-01,6.78823e-01,-3.27613e-01,-5.37478e-01,-3.22616e-01,1.32890e+00,5.33888e-01,3.24622e-01,3.99528e-01,
-1.71497e-01,-4.70131e-01,1.39680e-02,-9.50063e-01,-7.08060e-01,-4.14127e-01,-6.06075e-01,1.54235e+00,7.47327e-01,1.47028e+00,4.35837e-01,-1.02987e+00,5.75029e-01,1.52694e-02,-1.03826e+00,-2.39196e-01,-2.05409e-01,4.26876e-01,3.94169e-01,1.03306e-01,-6.98327e-01,-4.77951e-01,-1.00376e-01,-7.39880e-01,-1.46434e+00,-9.43556e-01,-1.12127e+00,-5.11628e-02,1.28793e-01,5.16024e-01,-2.74240e-02,3.39464e-01,-3.48425e-01,1.62677e+00,-2.29405e+00,3.77401e-02,-1.06893e-01,9.02243e-01,1.13372e+00,-1.12509e-01,6.85304e-03,-2.60247e-01,-1.30343e+00,8.35546e-01,1.12159e+00,2.16525e+00,2.28647e-01,-2.04563e-01,1.66590e-01,-7.29087e-01,
3.59674e-01,2.97493e-01,2.10703e-02,9.79730e-01,3.11163e-01,4.15125e-01,-1.72493e-01,-3.68748e-01,-2.72337e-02,7.57688e-01,4.49122e-01,-3.66324e-02,-9.06905e-01,1.57472e-01,-2.24217e-01,2.11343e-01,-8.26068e-01,7.58634e-01,3.29058e-01,-1.46960e+00,-5.29189e-01,-2.96568e-01,9.65835e-02,-4.24397e-01,1.42105e+00,-3.52270e-01,4.93950e-01,-1.18510e-02,7.20485e-02,1.83368e-01,-3.62337e-02,-3.89420e-02,-7.52091e-01,-6.45364e-01,6.73488e-01,3.84203e-01,-1.01801e-01,-1.52479e-01,5.76232e-01,-5.99139e-01,7.76795e-02,4.44995e-01,4.55258e-01,-1.55352e+00,-4.48431e-01,9.73712e-01,6.36320e-01,-1.33829e-01,5.05601e-01,7.61466e-01,
1.90672e-01,7.74230e-01,-3.02777e-02,-3.56162e-01,3.50323e-02,-3.38913e-01,-2.71843e-01,-3.31127e+00,-1.79960e-01,-6.40395e-01,-1.89433e-01,-6.44561e-02,6.63393e-01,6.41477e-02,-6.72646e-02,2.16494e-01,3.23171e-01,-5.25133e-02,-1.52811e-01,6.77422e-01,-2.09557e-01,6.54197e-02,-5.59862e-01,-8.23994e-02,-4.75657e-01,5.24212e-03,-3.63166e-01,-4.96233e-02,-2.38037e-02,-5.82731e-01,7.15693e-03,-5.07546e-02,1.98184e-01,-6.16873e-02,3.17521e-01,2.18461e-01,2.08507e-01,1.92553e-01,7.20192e-01,-2.31955e-03,4.99465e-02,8.72209e-02,-8.25419e-01,3.19682e-01,1.77500e-01,-5.59685e-01,-2.43424e-02,-3.99470e-01,-1.70916e-01,-1.76046e-01,
6.43932e-02,1.57003e+00,-4.27010e-02,-4.29904e-02,-4.91063e-02,4.85768e-01,9.38315e-01,-6.11087e-02,-8.68336e-01,-1.02378e+00,2.81146e-01,-3.47032e-01,5.20958e-01,-2.16467e-02,1.60930e-01,-1.90119e+00,-2.86600e-01,-1.18150e+00,6.12996e-02,2.54367e-02,-1.76785e+00,-1.45956e-01,-2.32088e-01,3.04536e-01,-2.26365e+00,-7.83726e-01,-2.42061e-01,-2.63552e-02,3.54635e-01,1.13777e+00,2.63487e-02,5.22220e-01,5.29194e-01,-2.59859e+00,-2.25341e+00,-1.64644e-01,3.00738e-01,2.38841e-01,-6.88874e-01,8.65784e-01,5.02569e-01,-6.63975e-01,4.76879e-01,-2.31977e+00,-3.13831e+00,9.67745e-01,-1.48906e+00,-2.40424e-01,-2.35822e-01,-4.87288e-02,
-5.33139e-01,9.50062e-03,4.29511e-03,-5.00400e-01,8.36611e-02,5.26349e-02,3.69978e-01,4.06690e-01,-3.35225e-01,-1.17610e-01,3.62561e-02,-1.55067e-01,6.19455e-01,4.98688e-01,-7.52988e-01,-2.96423e-01,5.42842e-01,2.07538e-01,-5.04588e-02,4.85635e-01,5.11110e-01,3.93669e-01,2.43238e-02,-1.77852e-01,1.68708e-01,-2.04869e-02,-2.67004e-01,8.90614e-03,3.19977e-01,5.57385e-01,4.32759e-02,3.16802e-01,-2.63312e-01,8.04723e-01,-2.87114e-01,2.61370e-01,-3.97022e-01,1.90723e-01,-3.06764e-01,-5.07756e-02,-5.20347e-01,-4.83381e-01,3.95697e-02,2.34141e-01,-1.55026e-01,-6.81803e-01,5.98825e-01,4.65152e-01,-2.75160e-01,-1.88253e-01,
-2.28569e-01,5.86035e-01,3.46611e-02,1.46135e-02,-1.34019e-01,-9.88082e-02,6.03030e-02,6.25293e-01,-6.15859e-01,3.96763e-01,-1.20686e-01,-4.11814e-01,1.63518e-01,3.53912e-01,8.63466e-01,3.18306e-02,6.92832e-01,-2.41617e-01,1.82046e-01,-2.06773e-01,-2.92595e-01,-3.30766e-01,-1.44328e-01,2.99519e-01,7.65217e-01,1.57101e-01,-8.88804e-01,3.62691e-02,1.77443e-01,4.00706e-01,-4.49316e-02,-1.68223e-02,-3.59360e-01,5.34211e-01,-2.96313e-01,-2.54160e-01,-5.69673e-01,2.64190e-01,3.24534e-01,-6.90630e-02,6.43193e-01,1.34063e-01,-1.82214e-01,-1.85151e+00,1.22929e+00,-5.35755e-01,-8.62333e-01,2.03406e-01,-5.88862e-01,-2.28793e-01,
-1.08034e+00,-2.07915e-01,2.68978e-02,3.17702e-01,-2.61585e-01,-4.06380e-01,-1.81333e-01,1.19161e-01,-6.61025e-02,7.49264e-01,-5.61961e-01,2.49944e-01,-3.39196e-01,1.98154e-01,3.00637e-01,-1.70259e-01,2.09814e-01,2.60265e-01,4.70441e-01,1.32740e-01,-1.45338e+00,6.56149e-02,-3.13828e-01,-9.68455e-02,-5.72359e-01,-2.74164e-01,-5.04491e-01,-1.93743e-02,-2.09152e-01,5.20203e-01,7.63978e-03,4.16174e-02,8.19371e-01,-2.48650e-01,5.32268e-01,1.07722e-02,4.45654e-01,1.13965e+00,1.83451e-01,4.11388e-02,-2.78668e-01,-9.51074e-01,4.15768e-01,-3.91437e-01,1.52199e-01,6.61526e-01,6.00261e-01,2.72637e-01,-5.09875e-01,3.04458e-02,
1.53459e-01,-1.11197e-01,-3.26853e-02,-1.02084e+00,-6.11081e-02,2.98514e-01,2.31902e-01,3.30595e-01,-5.08622e-01,5.23585e-01,-3.73210e-02,8.75377e-02,-1.49366e-01,3.99117e-01,-1.76935e-01,3.69563e-01,3.57106e-01,5.17317e-01,-3.27767e-01,-4.84058e-01,1.33709e+00,2.26432e-01,4.37328e-01,3.43425e-01,5.46925e-01,4.92684e-01,1.34094e-01,-4.89564e-02,-3.79662e-01,-3.11968e-01,2.34527e-02,1.82251e-01,-4.33442e-01,1.28921e-01,1.59353e-01,-1.85472e-01,5.49876e-01,-5.85430e-01,3.95594e-02,-1.10171e-01,-2.25067e-01,4.36008e-01,-6.38271e-01,1.80939e+00,9.51552e-01,4.09755e-01,2.47844e-01,3.93240e-02,8.26549e-02,6.44438e-01,
-3.36583e-02,-3.53256e-02,3.16714e-02,-2.65769e-02,-2.36627e-02,-5.43922e-03,-5.62558e-02,-4.45933e-02,-1.70134e-02,-1.26443e-02,3.21186e-02,-9.23836e-03,-3.17226e-02,-9.17399e-03,4.33333e-03,-3.12192e-02,4.77750e-03,-2.12657e-02,-4.31646e-02,3.51458e-03,1.44250e-02,4.94980e-03,-3.96878e-02,-3.53462e-02,-1.27377e-02,-5.46514e-03,2.26059e-02,2.48329e-02,-3.48702e-03,5.08480e-02,2.75086e-02,-3.13714e-02,1.18452e-02,2.14631e-02,-6.47229e-03,-3.37379e-02,3.38847e-02,3.81430e-02,-1.29600e-03,-4.07504e-02,-2.56269e-02,2.94281e-03,-3.08720e-03,-3.06408e-02,8.30138e-03,-5.88157e-02,-4.34312e-02,2.72476e-02,3.38597e-02,-3.21380e-02,
2.53520e-01,7.29306e-01,5.37752e-02,-5.35710e-01,-8.41022e-01,-1.91832e-01,4.29810e-01,3.74495e+00,-1.36029e+00,-1.20350e+00,2.33728e-01,-1.04821e+00,3.22002e-01,-2.25212e-01,-1.21672e-01,-8.86581e-01,-1.76668e+00,-1.07031e+00,9.65796e-02,-6.60073e-01,-9.17788e-01,-9.62992e-02,7.87406e-01,3.30768e-01,-2.13629e+00,-1.93772e+00,2.79707e-01,1.64176e-02,3.89757e-01,8.39540e-01,-4.29486e-02,2.25149e-03,-4.07955e-02,-5.41455e-01,-1.47713e+00,8.20766e-01,-1.09626e+00,1.80988e+00,1.08591e+00,9.85826e-01,-1.76399e-01,-4.91534e-02,-8.04191e-02,-1.19548e+00,5.00549e-01,-2.11727e+00,-8.36142e-01,-3.74674e-03,1.77948e-01,-1.54589e+00,
1.60169e-01,1.04451e+00,3.78760e-02,7.14211e-01,2.72607e-01,-2.04525e-01,-1.21065e+00,1.15859e+00,-1.28660e+00,1.11812e+00,-2.15494e-01,5.45528e-01,-6.40982e-01,2.95565e-02,7.31698e-01,-2.24046e-01,5.48185e-01,-3.72816e-01,3.15142e-01,1.87328e-01,-1.96139e+00,-1.74829e-01,5.41934e-02,1.63070e-01,4.83212e-01,-1.00117e-01,1.46744e+00,-1.18456e-02,-3.65757e-01,8.95656e-01,-2.42057e-02,-3.22128e-01,-5.28582e-01,-1.96392e+00,1.32027e-01,-1.18973e-01,-2.08518e-01,3.38764e-01,-1.44057e+00,-1.49660e-01,-7.05510e-01,3.14976e-01,-8.93347e-02,-2.18904e+00,-1.81189e+00,-1.86493e+00,1.18334e+00,-2.80617e-01,8.55604e-02,-2.06575e-01,
1.19329e-01,-3.75719e+00,-3.50361e-02,-1.06328e-01,-5.86977e-01,1.07891e-01,5.58884e-01,-2.26729e-01,-6.68729e-01,-1.40258e-01,-1.73840e-02,-2.17507e-01,-6.23953e-02,-7.50379e-01,-7.40746e-01,1.91514e-01,9.36232e-02,3.17339e-01,-3.69112e-03,-5.08315e-01,1.27307e-01,4.43310e-01,1.35700e-01,5.17256e-02,5.60540e-01,-1.78202e-01,-9.20398e-02,1.48628e-02,5.44485e-01,-1.09746e+00,-4.92731e-02,1.49911e-01,2.81983e-01,7.87173e-01,-3.07034e-01,8.28308e-02,2.79314e-02,-9.37784e-02,3.78276e-01,6.21573e-01,-5.27745e-01,-2.90511e-01,-6.01152e-01,7.49427e-01,-4.87150e-01,8.63708e-02,-7.91482e-01,-5.17293e-01,-7.11286e-02,-1.24094e-01,
5.17841e-02,7.83660e-01,-1.40050e-02,1.57369e-01,8.45843e-03,-4.85530e-02,5.73796e-02,-1.18933e+00,-3.05146e-01,5.29501e-01,3.12398e-01,-2.70074e-01,-5.03591e-01,-1.73129e-02,1.00184e-01,-3.30513e-01,2.11874e-02,-8.11227e-03,-1.17520e-01,-4.13418e-02,-8.40043e-02,1.85843e-01,8.60392e-02,-2.20215e-01,3.26795e-01,-1.93302e-01,-1.06904e+00,1.66456e-02,1.91248e-02,-1.58524e-01,3.38053e-02,1.63432e-01,3.35757e-01,-2.38811e-02,3.21039e-01,4.35152e-01,4.29716e-01,-2.51358e-01,1.75439e-02,-1.30220e-01,-4.64874e-02,8.80598e-02,-3.44238e-01,-1.65432e-02,-3.44135e-02,-4.01836e-01,6.82488e-01,-6.77210e-02,-2.45701e-01,3.61840e-01,
6.57189e-01,5.02194e-01,1.79301e-02,-1.06142e-01,8.18258e-01,3.36950e+00,6.53015e-01,1.92828e+00,-8.94372e-02,9.31050e-01,5.93071e-02,-1.83813e-02,1.60083e-01,-8.09364e-01,5.30557e-01,-3.21303e-01,-5.90421e-01,1.25932e-01,-1.45172e-01,-1.48949e+01,7.00612e-01,-8.71827e-01,3.11166e-01,-9.32194e-02,9.12692e-01,4.41584e-01,5.08632e-01,-3.36050e-02,8.18649e-02,-3.64082e-01,2.69692e-02,3.10150e-01,-2.96058e-01,1.58685e+00,-7.67671e-01,-1.56221e-01,8.06748e-01,-1.33445e+00,-5.76320e-01,-2.07125e-01,7.14273e-01,6.46923e-01,-4.64204e-01,8.18193e-01,3.73460e-01,-5.18884e-01,-5.73676e-01,-3.30740e-01,1.10384e+00,-2.03844e+00,
4.67197e-03,4.92494e-01,1.85205e-02,-6.36077e-01,-2.36474e-01,6.72018e-01,-3.38115e-01,1.32183e+00,9.05039e-02,9.47682e-01,-8.36704e-02,3.02568e-01,-5.21355e-01,-2.97189e-01,-8.00275e-01,3.66194e-01,1.74257e-01,2.57580e-01,4.03880e-01,5.64911e-01,-6.92649e+00,2.02723e-01,2.93202e-01,5.32669e-01,6.51226e-01,-3.44041e-02,-7.44119e-01,-6.34060e-03,2.43777e-01,3.88977e-01,-2.27305e-02,-3.98130e-01,1.46691e-01,2.59135e-01,5.13980e-02,-4.07517e-02,-3.98485e-01,1.82337e-01,1.61186e-01,2.90242e-01,1.06922e+00,2.68968e-02,-3.30363e-01,-4.28655e+00,7.65247e-01,5.88520e-01,1.57261e-01,7.72635e-01,-4.84593e-01,-2.65441e-01,
-1.40385e-01,6.20796e-01,-5.36180e-02,3.05618e-01,-8.90345e-02,-2.21644e-01,-6.36109e-01,1.09735e-01,8.03846e-01,2.41789e-01,-4.86666e-01,-1.25884e-01,1.30998e-01,2.33312e-01,1.85984e-01,3.72752e-01,1.32493e-01,1.53466e-01,5.79598e-02,2.95444e-01,1.84648e+00,-7.58064e-02,3.68617e-01,-1.75577e-02,-7.02414e-02,3.59364e-01,2.96460e-01,4.18890e-02,-2.79852e-01,4.49825e-01,3.84988e-02,1.28543e-01,-7.01156e-02,-1.48016e-01,-2.49234e-01,6.37774e-01,-3.90058e-01,1.26689e-01,9.71411e-03,9.32392e-02,3.80153e-01,9.66261e-02,-1.26430e-01,1.64203e+00,-9.57512e-01,1.02301e-01,-7.83156e-01,2.17864e-02,2.94494e-01,6.45519e-03,
6.69879e-01,-6.90683e-01,-1.90204e-03,1.15871e+00,-5.68119e-01,-1.03096e+00,7.16750e-01,5.75918e-01,-4.57517e-01,2.09259e-01,1.66640e-01,1.46828e-03,-4.50148e-01,-2.15584e+00,-1.04740e+00,-4.25886e-01,-4.82154e-01,1.02517e+00,4.32956e-01,3.79499e-01,-2.05586e+00,6.85168e-01,-4.91853e-01,4.16434e-01,-3.82932e-01,-1.19258e+00,-4.77370e-01,-2.91429e-02,7.80839e-01,-4.07593e-01,2.35579e-02,2.42992e-02,-3.24963e-01,-2.12728e+00,-1.78627e+00,-3.26225e-01,-1.60386e+00,1.00309e+00,2.53958e-01,-3.70273e-01,1.41419e+00,-4.51990e-01,4.01505e-01,-2.50495e+00,-2.01551e-01,8.54428e-01,-8.80792e-01,-1.06864e+00,2.21479e-02,-1.38263e+00,
-6.10576e-02,5.07957e+00,1.43148e-02,1.96106e-02,6.39542e-02,5.09888e-03,-3.32930e-03,6.78565e-02,-2.60771e-02,-9.78660e-03,-1.93845e-02,-1.53292e-02,3.50883e-02,-8.19491e-02,1.61526e-02,7.69535e-03,6.20905e-02,3.47588e-02,-5.04272e-02,8.03549e-03,-3.10595e+00,-5.20571e-02,-1.10194e-03,2.37535e-02,2.41523e-02,5.63894e-02,1.52791e-02,-1.46637e-02,-4.86436e-02,1.78093e+00,-1.50304e-02,-2.98648e-02,1.73361e-01,-9.43780e-02,-1.18056e-02,1.18953e-01,3.40638e-02,2.04106e-02,1.35506e-02,-1.77669e-02,-1.13313e-01,3.91503e-02,3.44221e-02,-3.17725e+00,4.60752e-02,7.45943e-02,-5.57562e-02,-1.47325e-02,6.02634e-03,-7.35370e-02,
-4.74700e-01,-3.88025e-01,2.48281e-02,5.22429e-01,2.34369e-01,-2.41836e-02,-3.10258e-01,2.72220e-01,-4.28766e-02,5.16939e-02,5.24728e-02,-4.18664e-02,3.95025e-01,-6.14772e-01,-2.87654e-01,2.41480e-01,1.91987e-01,-1.31484e-01,1.08989e-01,-1.14493e+00,-8.79344e-01,-1.45459e-01,4.06575e-02,-2.07111e-01,-6.49637e-02,3.79620e-01,-1.24230e-01,-1.06196e-02,-9.77795e-02,-2.13536e-01,-1.62887e-02,2.85548e-01,-6.15959e-01,3.53920e-01,-2.40772e-01,-1.58860e-01,1.00558e+00,-9.85138e-02,1.20582e-01,-1.62952e-01,-1.32567e-01,1.12683e-01,-3.13472e-01,-6.50281e-01,3.72308e-01,-1.99737e-01,3.22232e-01,-1.69892e-01,2.11458e-01,-9.86580e-01,
3.42371e-01,7.79109e-01,6.00687e-03,3.47048e-01,-2.77444e-01,2.28409e-01,4.96231e-01,1.38780e+00,2.10081e-01,2.97337e-01,2.32591e-01,1.93862e-01,4.21250e-01,-1.76222e-01,-2.68554e-02,-5.55291e-01,7.60648e-01,2.02524e-01,5.55468e-01,9.53801e-01,-8.53904e-01,-3.91839e-01,-1.59910e-01,-1.23288e+00,-2.29137e-02,3.54121e-01,8.78643e-01,-3.95835e-02,-1.50405e-01,2.10940e-01,-2.55027e-02,-4.15643e-01,3.22994e-01,6.25944e-01,-3.10987e-01,-5.91968e-01,-5.97733e-01,2.28772e-01,-6.61117e-02,8.07728e-03,1.91583e-02,-2.27040e-01,-3.92390e-01,-1.59009e+00,-2.85290e-01,-4.28880e-01,1.88541e+00,1.30874e-01,2.96554e-01,8.03582e-01,
-6.76730e-02,-2.99420e-02,6.83272e-03,-5.13556e-02,1.78744e-03,-1.26532e-02,2.62655e-02,1.94857e-02,1.56405e-02,-6.72984e-02,1.85155e-02,-1.57255e-02,7.76251e-03,3.86994e-02,-4.75270e-02,2.52626e-02,-3.54718e-02,7.73825e-03,-3.80191e-02,2.57862e-02,-1.95855e-02,5.09328e-03,-1.08573e-02,-2.50509e-02,-2.90097e-02,-6.47456e-02,-4.59095e-02,-3.10703e-02,-3.54252e-02,-5.75522e-02,4.15902e-02,-7.89818e-04,-6.88975e-03,-4.47303e-02,-7.81710e-03,-5.38945e-02,-3.51698e-02,5.32053e-02,-2.33840e-02,2.39817e-02,-5.80233e-02,-2.17080e-02,-5.00195e-03,-4.33716e-02,1.27342e-02,-5.31255e-02,2.41178e-02,-2.62257e-02,-4.26976e-02,-2.35855e-02,
3.47728e-01,
5.41763e-01,
1.89891e-01,
4.79628e-01,
-4.73581e-01,
4.06316e-02,
-8.03005e-01,
-2.11614e-01,
7.14685e-02,
4.29632e-02,
4.85104e-01,
-7.28974e-03,
1.34169e-01,
-1.47227e-02,
-1.75256e-01,
-1.23408e-02,
1.43000e-01,
7.91975e-02,
-5.93302e-01,
-1.75858e-02,
-8.92790e-01,
2.84561e-01,
-3.64956e-01,
-8.45618e-03,
-9.49606e-02,
1.65946e-01,
1.87365e-01,
7.43415e-01,
-4.22512e-04,
-8.44598e-02,
-7.73439e-01,
3.53479e-02,
4.90904e-01,
1.45445e-01,
-1.74616e-01,
1.98079e-01,
-7.26435e-01,
-7.03374e-03,
4.52475e-01,
3.50581e-01,
2.10887e-01,
1.19574e-01,
-4.33831e-01,
-3.07224e-02,
-3.95322e-01,
4.74299e-01,
1.04164e-01,
5.62807e-01,
-6.69429e-01,
-2.13748e-02,
-1.56840e-01,-3.01243e-01,2.01257e-01,2.30963e-01,-4.05186e-01,-2.82851e-02,1.48130e-01,1.67587e-01,2.58360e-01,4.35048e-02,-7.06124e-02,-3.55448e-01,-9.52628e-02,-2.29230e-02,4.04411e-01,2.84192e-02,-3.21801e-01,4.09873e-01,-1.78431e-01,3.12849e-02,-3.56844e-02,-2.10296e-02,-1.02623e-01,2.54047e-02,1.05983e-03,6.79482e-02,4.46129e-02,3.43398e-02,3.59019e-02,-1.10985e+00,1.55450e-01,2.71875e-01,-2.56238e-01,3.84945e-01,-4.27623e-01,-8.97696e-02,4.36892e-01,-4.27309e-02,-1.51125e-01,-2.30780e-01,-1.55956e-01,1.01114e-01,-1.02067e-01,5.31046e-02,-1.19539e-02,2.61484e-02,2.59988e-01,3.66852e-01,-6.38632e-02,-4.42382e-02,
-5.80916e-01,8.68479e-01,8.65745e-01,4.53209e-01,8.45284e-01,6.96044e-01,-5.80477e-01,1.45856e-01,4.93038e-01,-2.36669e-01,1.25621e+00,-5.10376e-01,-1.94922e+00,5.19032e-02,-9.91335e-02,3.83066e-02,-1.59033e+00,-1.89189e-01,-1.17596e+00,3.32782e-02,-4.22210e-01,7.77043e-01,-7.66062e-01,-4.34032e-02,9.84440e-01,-5.79353e-01,3.68065e-01,-1.07001e-01,8.92187e-01,7.26192e-01,7.13008e-01,5.19854e-01,-3.38756e-01,-6.03461e-01,-9.22456e-01,-6.05754e-01,1.05026e+00,-5.14787e-02,9.89513e-01,4.72368e-02,-1.10228e+00,-1.08020e+00,-4.77352e-02,-1.69711e+00,1.77323e-01,5.96711e-01,-2.95626e+00,-3.38019e-01,-4.25819e-01,-4.91421e-02,
3.50649e-01,-2.63937e+00,-1.79443e+00,2.61493e-01,1.36637e+00,-3.36470e-01,-1.48544e+00,9.13578e-01,7.50911e-01,-3.63742e-01,5.57247e-01,-3.71263e-01,5.63588e-01,-1.55484e-02,6.88857e-01,-1.03688e-02,-1.67949e+00,1.90051e+00,4.16306e-01,1.79243e-02,-7.49235e-02,1.04734e+00,-1.81548e-01,4.00112e-02,-1.79278e-01,-3.89516e-01,-7.86154e-01,5.69440e-01,2.07641e+00,2.29213e+00,-8.44241e-01,-2.29480e+00,-1.63679e+00,1.57924e-01,2.68677e-01,2.70131e-01,-1.01687e+00,-1.06399e-02,-3.43394e-01,3.59012e-01,1.41138e-01,1.89975e+00,-7.61787e-02,-1.24680e-02,-9.47760e-01,-1.24474e-01,8.84546e-02,5.84581e-02,1.61119e-01,-4.29136e-03,
2.41072e-01,-7.60546e-01,1.48333e-01,-8.74857e-01,-2.66392e-01,6.15913e-01,3.65115e-01,-6.53956e-02,2.11862e-01,1.54712e+00,-3.37707e-01,2.85585e-01,-6.57512e-01,3.19920e-03,-2.81786e-01,-9.14343e-04,-1.15759e-01,8.77132e-01,-1.91843e-01,2.62276e-02,4.97682e-01,-1.23985e+00,4.33174e-01,-1.17621e-02,-1.55247e-01,1.33514e+00,-6.25992e-01,5.33866e-01,-3.54270e-01,-2.26926e-01,3.31245e-01,6.73255e-01,3.17871e-01,3.35739e-02,4.37506e-01,-2.26024e-02,1.31147e+00,2.80918e-02,-3.13416e-01,-2.43173e-02,-9.77989e-02,-2.13893e+00,-7.28002e-01,1.51652e-01,-1.59530e+00,-3.38225e-01,-1.68738e-01,-1.53801e-01,1.19646e+00,1.09819e-02,
6.62730e-03,3.27154e-02,-2.76631e-02,-5.29522e-02,-1.34877e-02,-3.19140e-02,-3.42091e-02,2.86663e-03,8.53222e-03,-2.60850e-02,1.21079e-02,-4.91115e-02,-1.82407e-02,4.38960e-02,-3.73394e-03,-4.88704e-02,-4.56068e-02,-2.85781e-02,3.23066e-02,3.29088e-04,-3.47975e-02,1.51614e-02,-1.76697e-02,-1.19256e-02,-1.81025e-02,-3.72751e-02,2.28403e-02,-3.09378e-02,2.71506e-02,-1.82734e-02,-9.57572e-03,-9.85127e-03,-2.62485e-02,-5.31687e-02,-1.57464e-02,-4.46168e-02,-1.72884e-02,3.37409e-02,3.21143e-02,-4.95495e-02,4.37348e-02,-5.20831e-02,1.01107e-02,-2.96493e-02,-5.94104e-03,-2.43942e-02,1.67908e-02,-1.43563e-02,-2.81014e-02,-4.20788e-02,
1.14355e-01,4.19265e-01,1.25499e+00,8.79019e-01,1.78335e-01,-4.07722e-02,9.65005e-01,-1.14015e+00,5.52724e-01,-6.48024e-01,5.60891e-01,-2.49153e-01,-8.60912e-02,-2.46534e-02,-4.31524e-01,4.27653e-02,1.02587e+00,9.64770e-02,-1.22308e-01,-3.42110e-02,-1.52101e-01,8.09270e-02,-1.80052e-01,2.00802e-02,-1.53328e-01,2.40826e-01,-1.54400e-01,8.93449e-02,7.39120e-01,-7.38239e-01,3.65384e-01,4.20358e-01,2.55455e-01,5.99362e-01,4.58498e-01,3.39249e-01,7.70264e-01,-1.93742e-02,2.86384e-02,7.73701e-01,2.08001e-01,3.18644e-01,3.19399e-01,2.39065e-01,-9.10142e-01,-4.04878e-01,-5.17238e-01,-4.36478e-01,-1.23629e+00,3.23952e-02,
2.25056e-01,1.60986e-01,-4.36744e-02,-3.11843e-01,3.50384e-01,6.45494e-02,2.21506e-01,-1.57476e-01,2.47143e-01,2.15712e-01,1.36158e-01,9.90310e-02,3.97185e-02,-1.72429e-02,5.70370e-03,-1.73168e-02,3.58119e-02,-1.12102e-01,2.14582e-01,5.18425e-02,2.38171e-02,-6.01536e-02,6.79134e-02,-3.60057e-02,-8.84246e-02,2.75319e-01,2.99993e-01,2.97639e-01,-9.82921e-02,4.46628e-01,-3.43766e-01,9.97116e-02,7.48213e-02,-4.06025e-01,3.38595e-01,5.96702e-02,-1.59502e-01,-4.68265e-03,1.60266e-01,1.56506e-01,2.44723e-04,-4.54429e-02,-1.53786e-02,4.12819e-02,-1.08262e+00,-1.44082e-02,9.54993e-01,-7.58099e-02,1.67048e-01,3.54554e-02,
-8.28462e-01,7.13374e-01,2.54022e-01,-7.68984e-01,3.12918e-01,8.99442e-02,2.16304e-01,2.20250e-01,6.38188e-02,-7.47026e-02,2.57644e-01,4.49467e-01,-8.29652e-02,-9.24369e-03,-6.96893e-01,-1.58563e-02,6.42494e-01,-4.55144e-01,-4.88871e-01,2.23135e-02,3.59012e-01,-9.13424e-01,-6.59126e-01,3.54998e-03,-9.90343e-02,1.45167e-01,4.90963e-01,-3.98661e-01,-7.73182e-01,-2.11476e-01,4.39844e-01,1.08912e-01,-4.58534e-01,-6.40602e-02,-1.15252e+00,1.06362e-01,3.93638e-01,1.58071e-02,4.86774e-01,-2.74833e-01,4.28446e-01,9.84786e-02,2.25588e-01,-7.18791e-01,1.11000e+00,2.39967e-01,6.23018e-01,-1.39913e-02,-7.15913e-01,-2.75468e-02,
-5.95952e-02,-8.35046e-04,-3.74951e-02,-9.20792e-01,-3.31368e-01,4.29869e-01,2.79261e-01,1.56622e-02,1.11461e+00,-8.88296e-01,-1.26038e-01,1.42525e+00,4.07418e-01,-2.19777e-02,-7.05793e-01,-4.30672e-02,9.31959e-01,6.48482e-02,-3.10878e-01,-4.26192e-02,-9.07166e-01,-1.31074e-02,3.65946e-02,-1.49901e-02,-2.40716e-01,6.33713e-01,-4.50179e-01,5.30929e-01,4.73341e-01,9.46226e-01,-1.00761e+00,-3.04469e-01,-2.03032e-01,5.45711e-01,6.56509e-02,9.13029e-02,-5.36784e-01,-4.44600e-03,-5.72396e-01,-5.23244e-01,1.16783e+00,2.38214e-01,-1.32771e+00,-1.29018e-01,5.18208e-02,4.58899e-01,2.45648e-01,-7.10907e-01,7.05297e-01,-9.48721e-03,
1.35129e-01,-8.43438e-01,-1.00091e-01,5.99898e-01,8.62696e-01,1.98366e-01,-7.13768e-01,-3.36141e-02,1.04809e+00,-8.74623e-01,1.10758e-01,-8.61597e-01,4.56966e-01,-1.03609e-02,4.92971e-01,-1.43272e-03,-1.55280e+00,-2.89862e-02,5.10465e-01,-5.54207e-03,-4.27918e-02,6.45691e-01,-3.02507e-01,-3.83573e-03,-4.68727e-01,1.38253e+00,2.06313e-01,5.99001e-01,-8.39765e-01,-2.26955e-01,-3.40783e-01,-4.67971e-01,8.57916e-01,7.05321e-02,8.73989e-01,-1.41714e-01,-1.55601e-01,2.76692e-04,-9.11741e-02,1.17425e-01,-7.87654e-01,9.04953e-02,-2.31350e-01,3.54732e-01,8.51856e-01,-2.04508e-01,-7.12024e-01,-4.01631e-01,-2.89894e-01,-6.65785e-03,
-2.00560e-01,1.42421e+00,1.95558e-01,3.01004e-01,-9.40310e-01,-6.65861e-01,6.36160e-01,4.21457e-01,-8.03281e-02,-1.04933e-01,3.23689e-01,2.18898e-01,-2.64902e-01,1.45587e-02,-5.09776e-01,-3.94019e-02,6.10572e-01,2.26789e-02,-3.84331e-01,4.33657e-04,-3.15994e-01,4.08129e-01,-1.39643e-01,1.44045e-02,-2.47319e-02,-8.14771e-03,4.76451e-01,-8.89983e-01,-1.68814e-01,-1.31714e-01,6.59762e-01,7.50900e-01,-4.90940e-01,2.23915e-01,-1.31624e+00,3.45156e-01,4.97835e-01,2.59517e-02,7.75282e-02,-1.02514e+00,5.18849e-01,-7.86309e-01,2.21272e-01,7.68326e-02,5.71853e-01,-1.78644e-01,2.72169e-01,2.30733e-01,-9.31225e-02,3.78707e-03,
-4.84165e-01,-2.73878e-02,-3.06232e-01,-6.02201e-02,7.26335e-01,3.85228e-01,-9.69130e-01,5.87958e-01,1.03228e-01,-3.45662e-01,2.29817e-01,7.05844e-01,-5.74185e-02,-1.98161e-02,4.21324e-01,-1.18228e-04,-4.21526e-01,-2.80220e-01,-8.88841e-01,2.11130e-02,5.96258e-01,3.95562e-01,-8.45056e-02,-1.61774e-02,-7.74159e-02,3.84876e-01,4.16012e-01,-8.26292e-01,8.22266e-02,4.31564e-01,-6.08265e-01,-1.96893e-01,3.24503e-02,1.44841e-01,4.21728e-01,4.92300e-01,-5.79793e-01,-3.34660e-02,3.27581e-01,-3.55432e-02,-1.28402e+00,-1.11780e-03,1.06201e+00,2.10039e-01,1.10286e+00,-4.66402e-01,2.76046e-02,1.33241e-01,-3.20802e-01,8.52007e-03,
5.28307e-01,1.54802e+00,-1.00043e-01,-1.65842e-01,7.16307e-01,7.54014e-03,-1.09757e+00,-9.60051e-02,2.98237e-02,1.01003e+00,3.59265e-01,-9.73867e-01,2.37554e-01,4.52764e-02,-8.86601e-01,-2.45056e-02,-1.49429e-01,-1.86807e-01,1.93583e-01,-2.75814e-03,-6.42008e-02,-1.57010e-01,4.82295e-01,-2.02548e-02,-4.58768e-02,4.81134e-01,8.99400e-01,1.13407e-01,-4.07234e-01,1.61213e+00,-2.29381e-01,-1.09508e+00,1.44526e-01,-6.91876e-01,7.17231e-01,2.50434e-01,-4.36510e-01,-5.06824e-02,4.56149e-01,1.19306e-01,5.81052e-01,7.82532e-02,6.65927e-01,-1.45472e-01,-3.69124e+00,6.54085e-01,-3.83396e+00,6.44430e-02,9.35084e-01,1.70367e-02,
9.56217e-02,-7.53964e-02,5.63332e-01,3.46899e-01,-1.76499e-02,-7.37306e-01,4.12131e-02,-1.76302e-01,-4.40893e-01,-5.02127e-01,9.59931e-02,-1.97778e-01,-1.93784e-02,-7.92855e-03,2.36231e-01,4.44685e-02,-7.33522e-01,-4.75106e-01,-1.65271e-01,-2.36445e-02,9.55419e-02,1.99090e-01,3.65014e-02,3.10918e-02,2.02092e-01,-8.81129e-01,5.59639e-01,4.33783e-01,-3.46183e-01,-3.68732e-01,9.85640e-02,-1.87717e-01,3.29450e-01,-4.08300e-01,8.29665e-02,3.36518e-02,-3.36873e-01,1.18314e-02,1.49093e-01,-5.27057e-01,8.43124e-01,-1.00478e+00,-1.34703e-01,-3.74622e-01,-5.37221e-01,8.84745e-02,-6.41583e-02,-1.04951e-01,-3.93434e-01,1.03822e-02,
-4.35404e-01,4.65551e-02,-3.44846e-01,1.25135e-01,5.39515e-02,-4.98626e-01,-2.21399e-01,5.01654e-02,3.25363e-01,-9.98086e-02,-2.34952e-01,-7.27288e-01,3.82954e-01,4.93653e-02,7.29199e-02,3.07507e-02,-1.02822e-01,5.93592e-02,3.60017e-02,-2.11099e-02,1.44357e-01,-4.26117e-01,-3.32517e-01,-1.19403e-02,-6.48991e-02,-7.75475e-02,-3.40649e-01,-6.34168e-01,6.34809e-01,3.69945e-01,-3.39838e-02,-4.24087e-01,8.46268e-02,1.73649e-01,-7.76404e-02,-2.82167e-02,-2.42080e-01,4.14560e-02,-3.88568e-02,1.41053e-01,2.45635e-01,5.14002e-01,-5.03029e-01,-1.28838e-01,-1.23283e+00,1.37559e-01,-6.39991e-01,2.66536e-01,-2.96891e-01,4.28515e-03,
1.93096e-01,-1.86084e-01,-8.60710e-02,-3.74062e-01,2.08509e-02,-1.01589e-01,6.13532e-01,-3.06598e-02,-1.04596e-01,2.76002e-02,-2.44537e-01,4.93290e-01,-6.08702e-02,8.88714e-03,2.44320e-02,1.30342e-02,-7.03333e-01,-4.57167e-02,-1.77370e-02,1.60538e-02,-1.45192e-01,-1.21697e-01,3.38863e-01,2.59946e-02,3.20598e-01,-3.94590e-01,-4.54821e-02,5.41998e-01,1.10906e-01,-1.38146e-02,-1.94284e-01,-4.78697e-01,6.23797e-03,-5.33547e-01,-2.44781e-01,-5.81109e-02,-2.18606e-01,-3.81789e-02,3.23189e-01,-4.56683e-02,1.07110e-01,-3.64976e-01,6.97470e-02,3.93528e-01,8.15189e-01,-1.53638e-01,-4.24074e-01,7.14372e-01,4.13694e-04,3.34817e-03,
-3.78104e-01,5.62054e-01,-3.63852e-01,-5.22543e-02,3.02376e-01,-4.91085e-01,3.09148e-01,1.29820e-02,-4.34505e-02,-1.01517e+00,1.10173e-01,-8.58740e-01,3.61963e-01,-4.15371e-04,-7.30709e-02,-3.87219e-02,6.72503e-01,6.12541e-02,-2.66624e-01,-4.30499e-02,-4.70287e-01,-5.28611e-01,-1.52022e-01,-3.50021e-03,-1.15825e-01,-5.59313e-01,4.51190e-01,9.30131e-01,3.82493e-01,-3.15899e+00,-6.16024e-01,-6.20093e-01,1.01269e-01,-1.66071e-01,1.69131e-01,-1.56163e-01,-4.74784e-01,1.57826e-02,-6.37625e-01,8.35375e-01,1.38128e+00,4.66917e-01,-1.52902e-01,-4.14538e-03,-1.41482e+00,-3.09640e-01,8.22062e-03,-7.62390e-02,-3.43877e-01,1.29794e-02,
3.39317e-01,-6.02119e-01,-1.71683e-01,7.09333e-01,9.33511e-02,1.21728e-01,-1.11310e-01,-1.91579e-01,2.80172e-01,7.12236e-01,8.49533e-02,4.68237e-01,-3.25668e-01,1.44977e-02,-2.67856e-01,1.63444e-02,7.28913e-02,-3.21028e-01,-2.89324e-01,3.03157e-02,4.82292e-01,1.00314e-02,2.82949e-01,-3.22146e-02,-6.06815e-01,9.62308e-01,-1.83300e-01,2.90330e-01,5.48501e-01,-1.73499e+00,1.06402e-01,5.75980e-01,1.32829e-01,-4.42590e-01,1.09476e+00,2.98688e-02,5.16542e-01,-3.11260e-02,9.05484e-01,1.60995e-01,8.77880e-02,-6.82271e-01,-4.86802e-01,-4.67934e-01,-4.33309e-01,7.92882e-01,3.25869e-01,5.81911e-01,3.11397e-01,2.52479e-02,
2.15373e-01,8.69784e-01,1.44434e-01,2.49383e-02,5.79796e-01,2.35657e-01,2.27305e-01,5.92779e-01,-1.43572e+00,-1.11350e+00,-5.64821e-02,-1.10983e+00,-9.12716e-01,3.61592e-02,-5.77373e-02,-2.65644e-02,6.18616e-02,-9.00562e-02,-1.84972e-01,2.70103e-03,-5.16994e-01,5.16261e-01,-8.30333e-01,1.07411e-02,-5.48360e-01,-1.42403e-01,1.94073e-01,9.99151e-02,-1.25958e+00,7.34501e-01,-7.24988e-02,-9.90278e-01,5.88449e-01,-4.58954e-01,2.95180e-01,-2.42154e-01,2.68313e-01,-2.18365e-02,6.88587e-01,-2.50964e-01,-7.12373e-01,5.08621e-01,1.09881e-01,5.32163e-01,-1.80603e+00,6.09374e-01,1.27193e+00,-9.82084e-01,8.69865e-01,-4.18432e-03,
-7.82617e-02,9.98573e-01,2.22768e-01,2.83211e-02,2.72679e-01,-2.42575e-01,-7.85671e-01,1.95796e-01,-3.71125e-01,-7.06351e-01,4.53576e-02,-1.70891e+00,-6.10042e-02,-1.88961e-02,-4.25910e-01,-4.39747e-02,1.54461e-01,-6.35910e-02,-6.90935e-01,2.87200e-02,-7.49842e-01,-5.30753e-01,2.45749e-01,-4.06527e-02,3.25753e-01,-6.06916e-01,1.30885e-01,5.70430e-02,3.34062e-01,8.56947e-01,1.08683e-01,1.55332e-01,5.79116e-01,-4.63068e-01,-4.67383e-01,3.92393e-01,-1.25225e-01,-8.17540e-03,3.37174e-01,5.16922e-01,7.46834e-01,-2.93637e-01,9.19783e-01,6.24611e-02,-1.17071e+00,4.38933e-01,5.23162e-01,-1.24667e-02,-4.33030e-01,3.87716e-02,
-6.85758e-02,3.00464e-01,2.84286e-01,3.63066e-02,4.25303e-01,6.60093e-01,-3.11206e-02,1.34873e+00,9.68527e-01,-6.61768e-01,-5.05070e-01,1.40521e+00,-1.35533e-01,-5.80649e-02,-9.32674e-02,-2.49512e-02,-6.76907e-01,5.74148e-01,6.79052e-02,-8.86164e-03,-7.08885e-01,4.87761e-01,-6.10152e-02,-1.00319e-02,-9.20738e-01,-4.83624e-01,-1.02176e+00,3.43340e-01,-8.34223e-01,-1.86807e-02,-2.18652e-01,-2.57902e+00,6.05395e-01,-3.22720e-01,-2.05810e-01,-1.02532e-01,-1.38901e+00,-1.75363e-02,7.57706e-01,4.85873e-01,-3.68356e-01,2.07013e-01,-9.01076e-02,-8.30845e-02,-1.28067e+00,2.58303e-01,2.85999e-01,-7.28901e-01,-6.32703e-01,-3.02898e-02,
-4.03658e-03,-1.41563e+00,-5.02434e-01,-7.70021e-03,2.54730e-01,1.21107e+00,-3.96195e-01,-2.63437e-01,1.39844e+00,6.10819e-02,1.48646e-01,2.44571e+00,2.34071e-01,2.73164e-03,4.22488e-01,3.27444e-02,-2.86272e-02,7.00348e-01,9.02605e-01,-2.23277e-02,8.35287e-01,-2.09041e+00,3.32830e-01,-3.39015e-02,-5.46760e-01,-1.63241e-01,3.93259e-01,-2.06859e-01,5.98857e-01,3.47963e-01,-1.41351e-01,8.24886e-01,-4.71479e-01,-9.49570e-01,9.69793e-01,-5.89236e-01,-2.91607e-02,4.32728e-02,5.83024e-01,3.20773e-02,8.69863e-01,1.36883e+00,-6.75302e-01,2.91274e-01,-1.00280e+00,2.13230e-01,-1.29043e-02,-5.04495e-01,7.43717e-02,2.08847e-03,
3.65968e-01,4.97512e-01,-5.18170e-01,5.87526e-01,-1.21656e-01,1.64955e-02,1.43904e-01,-5.41329e-01,8.45474e-01,9.61794e-01,6.46963e-02,-1.00497e+00,3.12335e-01,-4.03064e-02,-1.65691e-01,-1.65252e-02,-5.85503e-01,1.80675e-01,2.35244e-01,2.98612e-02,1.25962e-01,6.81175e-01,-7.14943e-01,-4.63708e-02,-5.86108e-01,-2.62452e-01,1.55200e-01,3.14171e-01,2.80847e-01,9.18262e-01,-3.44462e-01,-9.27650e-01,-1.22973e-01,-6.38718e-02,2.66441e-01,8.02978e-01,-1.51339e+00,-1.66669e-02,-8.87115e-02,5.74814e-02,1.23981e+00,1.75948e+00,8.85824e-01,4.23855e-02,-4.48519e-01,-2.22915e-01,-2.50176e-01,-1.12536e+00,2.44730e-01,-3.37167e-02,
2.01352e-01,-2.78699e-01,6.36502e-01,1.89109e-01,-1.55340e+00,2.57585e-01,-1.58304e+00,9.40098e-02,4.86359e-01,-8.15961e-01,-3.85002e-01,-1.04408e+00,-1.82758e+00,1.95444e-02,5.69552e-01,3.73033e-02,-9.21050e-01,-2.72614e-01,-3.82840e-01,-9.57236e-03,1.18631e+00,-1.29997e-01,2.68453e-03,1.02263e-02,7.31168e-01,-1.05108e+00,-1.23629e-01,3.50260e-01,-3.38498e-01,-5.54622e-01,9.03722e-01,-2.74665e+00,2.08596e-01,8.51155e-01,1.71626e-01,-9.71090e-01,-9.97101e-01,4.25228e-02,7.56978e-01,-6.05422e-01,1.64847e-01,5.60414e-01,2.97669e-01,-1.00032e-01,9.27532e-01,-1.61876e-02,-2.58560e-01,1.63979e-01,-5.78516e-01,2.50088e-02,
3.67707e-01,-7.56341e-01,-5.12054e-01,-6.00812e-01,9.72130e-01,-2.65230e-01,3.65881e-01,-2.11412e-01,1.17082e+00,-2.40474e-01,1.03330e-01,-4.02104e-01,6.63733e-01,-2.25243e-02,-2.52768e-01,-1.22022e-03,-1.64685e+00,6.41715e-01,5.74811e-01,-3.57698e-02,-1.07085e-01,1.63583e-01,-5.16615e-01,7.24148e-03,-1.47792e-01,8.47440e-01,6.95992e-01,-1.30487e-01,-1.23942e-01,5.39756e-01,2.72781e-01,2.97651e-01,-7.47102e-02,-3.73232e-01,5.17345e-02,1.56089e-01,-5.78313e-01,3.45692e-02,9.01965e-01,4.56659e-02,-9.63157e-02,-1.53574e-01,-5.41996e-02,2.90135e-01,2.21088e-01,7.56787e-01,4.75318e-01,2.84108e-01,-3.02011e-01,-1.09136e-02,
-3.59453e-01,-1.29727e-01,3.95350e-01,2.44477e-01,1.70118e-01,2.57495e-01,-2.83823e-02,1.82793e-01,3.86352e-01,-6.07254e-02,2.21351e-01,-9.99229e-01,1.76681e-01,-2.44161e-02,-1.23048e-01,9.60510e-03,2.34397e-02,-1.67918e-01,-1.49410e-01,-2.16883e-02,-4.73920e-02,1.55675e-01,1.71278e-01,1.25366e-02,2.21597e-01,-2.67614e-01,-8.13784e-03,-1.52071e-01,6.93097e-01,-1.21620e-01,-2.78064e-01,6.35072e-01,-2.22763e-01,-3.89742e-02,1.03303e-01,2.00572e-01,-3.37770e-01,-3.21704e-02,-3.34281e-01,-3.70099e-02,7.90769e-01,-7.73921e-01,1.91398e-02,-3.24558e-01,1.50888e+00,-1.93183e-02,-8.90836e-01,3.37040e-01,-3.12523e-01,-1.03245e-03,
4.40952e-01,-1.59759e+00,-3.69381e-01,2.95910e-01,1.85036e-01,2.85633e-01,1.46263e-01,1.11468e+00,7.90744e-01,1.91053e-01,-1.59621e+00,7.65178e-01,-1.00700e+00,-4.03323e-02,-3.53220e-01,-6.98073e-03,8.49135e-01,5.71768e-01,2.60404e-02,-4.02378e-02,3.54902e-01,-7.48176e-01,1.64788e-01,2.59485e-02,1.32508e-01,8.51335e-01,-7.44912e-01,-1.19754e+00,3.44659e-01,5.85305e-01,5.39543e-01,-8.16640e-01,-7.16322e-01,5.15828e-01,5.01027e-02,-4.37236e-01,2.98857e-01,2.14293e-02,-4.04004e-01,-1.18268e+00,-7.18274e-01,-3.38346e-01,8.25781e-01,3.31591e-01,-9.59793e-01,1.32610e+00,5.27185e-01,-2.04998e-01,-4.51061e-01,-4.53126e-02,
1.88589e-01,-6.72295e-02,-8.53479e-02,-2.89269e-02,-2.88526e-01,5.97687e-01,-2.62258e-01,-1.76362e-01,-4.90046e-01,-3.43101e-01,-6.76711e-01,5.81798e-01,-3.54915e-01,-3.64013e-02,2.06352e-01,2.94318e-02,-6.38182e-01,-1.06321e-01,1.33096e-01,-4.12191e-02,-2.93321e-01,3.93331e-02,-9.20769e-02,2.49707e-02,7.74214e-02,2.01063e-01,-4.08817e-01,-3.02203e-02,2.81078e-03,-2.83898e-01,2.70422e-01,1.70825e-01,2.21683e-01,1.96647e-01,5.01343e-01,-3.79128e-02,1.49407e-01,-2.28176e-02,-2.11108e-01,-4.46840e-01,7.84046e-01,1.36816e-01,-3.67696e-02,-3.45236e-01,8.64729e-01,-1.96990e-02,-7.05134e-02,2.18795e-01,6.85281e-02,1.06478e-02,
-2.17175e-01,-2.23993e-01,1.70189e-01,5.77637e-01,-9.18069e-01,1.62837e-01,-1.37868e-01,5.63157e-02,-7.00190e-01,-6.01016e-02,8.36133e-02,4.66579e-01,-1.87482e-01,1.04970e-02,-1.34571e-01,-2.80042e-02,4.74757e-01,1.63003e-01,2.22122e-02,1.20351e-02,-1.37922e-01,9.86280e-02,-8.36881e-02,1.15441e-02,-7.69194e-02,2.11278e-01,3.27150e-01,-7.33242e-02,-3.26100e-01,-1.79716e+00,3.39457e-02,-4.01744e-01,-2.37986e-01,2.75722e-01,-1.51210e-01,-4.11779e-01,2.54027e-02,-2.93472e-02,-3.30288e-01,-9.81311e-02,-2.84458e-01,1.12050e+00,2.02797e-01,2.95240e-01,-2.70470e-01,4.61787e-01,-4.13761e-03,3.36636e-01,-8.62625e-02,-4.07551e-03,
-2.78563e-01,-1.72306e+00,-2.31945e+00,-3.24308e-01,7.91863e-02,4.04913e-01,-5.57000e-01,-2.65695e-01,4.25236e-01,-4.38787e-01,1.45540e+00,-8.95624e-01,1.20212e-01,4.62272e-02,-3.50610e-01,4.65747e-02,3.16991e-01,1.42678e+00,1.40561e+00,2.39153e-02,7.55572e-01,1.11901e+00,-2.37165e-02,-1.89850e-02,-1.68196e-01,6.13285e-01,6.55582e-01,4.40225e-01,6.03746e-02,-1.99911e+00,-3.72265e-01,-2.21014e-01,-1.22987e+00,6.52876e-01,-5.14175e-01,9.84413e-02,-3.35519e-01,-3.16955e-02,-1.77172e+00,7.19980e-01,-2.30379e-01,4.17718e-01,-5.66542e-01,5.95101e-01,-1.27239e+00,-8.81285e-01,9.34886e-02,2.49996e-01,1.42722e-01,2.42560e-02,
-2.26868e-02,1.25902e-01,-1.47429e-01,3.28068e-01,-1.64516e-02,4.51568e-01,1.58400e-01,-1.95176e-01,7.99408e-02,-7.61384e-01,2.20147e-01,-6.46506e-01,-1.02768e-01,-2.72808e-02,3.34814e-02,2.42918e-03,1.14148e-01,5.59213e-02,-1.03435e-01,1.30061e-02,1.74293e-01,-3.81541e-01,-5.29785e-02,2.13735e-02,-3.43842e-01,3.27627e-02,3.15904e-01,-1.42481e-01,6.14803e-01,3.59524e-01,-9.16336e-02,1.29598e-01,1.17799e-01,-1.27397e-01,-1.60317e-01,3.39496e-01,-2.56852e-03,-3.58019e-02,-1.82181e-01,4.00000e-02,-1.64378e+00,1.11055e-01,3.24328e-02,1.44825e-01,-3.78113e-01,3.72300e-03,5.90372e-02,1.21444e-01,4.02146e-02,-4.72299e-02,
5.10183e-02,-3.52965e-01,-8.09963e-02,3.20441e-02,-9.17030e-02,-2.17942e-01,4.33055e-01,-1.72340e-01,2.53151e-01,2.86846e-01,2.99521e-01,-9.40701e-01,-5.18093e-01,-3.17474e-03,3.33777e-01,-2.01061e-02,1.39053e-01,5.42578e-01,1.84581e-01,4.41591e-02,-3.57476e-01,-4.38058e-01,1.91226e-02,4.35526e-02,-2.64866e-01,-4.71494e-01,3.56473e-01,1.34415e-01,1.65469e-01,3.77212e-02,-4.46960e-01,-3.13404e-01,1.25451e-01,-9.25934e-02,5.92299e-01,2.84127e-01,7.51106e-01,2.79209e-02,3.41701e-01,6.58908e-02,-5.36218e-01,1.91790e-01,-6.43039e-01,1.76621e-01,-3.77279e-01,-3.90652e-01,-2.93453e-02,-8.46900e-01,1.55327e-01,4.37641e-02,
8.38002e-03,-1.50830e-02,-1.20314e-02,-8.03880e-06,-1.29891e-02,-3.86862e-02,-5.78277e-03,1.58981e-02,3.64692e-02,-3.76264e-02,-6.29446e-02,-6.24819e-03,-4.52995e-02,2.35208e-02,3.48191e-02,2.53336e-02,-2.94586e-02,-1.56883e-02,3.52310e-02,9.82266e-03,-2.65647e-02,-3.85311e-04,-5.14578e-02,-3.35119e-02,-3.45440e-02,2.08879e-02,-2.08094e-02,-5.76945e-02,-9.87353e-03,1.32118e-02,-2.36798e-02,-6.15528e-02,-2.64620e-02,-6.31006e-02,-4.26242e-02,-1.56028e-02,-3.13560e-02,1.30665e-03,6.52809e-03,1.42359e-02,-4.54632e-03,-2.40875e-02,-4.57254e-02,3.68983e-02,-3.16564e-02,-3.90054e-02,7.25253e-03,-5.08495e-02,-6.52410e-02,2.60206e-02,
2.40080e-01,4.51068e-01,-8.20495e-01,-6.61559e-01,-6.49841e-01,1.85588e+00,-5.43281e-01,2.97352e-01,-2.17086e-01,1.00749e+00,-3.38114e-01,-1.15525e+00,3.20561e-01,-3.64397e-02,-6.30655e-01,-2.71765e-02,1.00759e+00,-9.92891e-02,2.26925e-01,2.24984e-02,4.00474e-01,-8.00185e-01,6.24416e-02,-4.84381e-02,-1.11247e-01,-6.18946e-01,3.21093e-01,-3.58542e-01,2.68035e-01,8.59157e-01,-3.84905e-01,7.36923e-01,6.71821e-01,-1.44972e+00,1.75221e+00,1.08412e-01,4.90615e-01,3.89700e-02,-6.10714e-01,6.87578e-01,7.28212e-01,4.69381e-01,1.97793e-01,-3.46023e-01,-1.34192e+00,6.87780e-01,2.67556e-01,3.53620e-01,-2.41800e-01,1.28075e-02,
-1.04210e+00,-8.21019e-01,3.48829e-01,6.13307e-01,4.77165e-01,-6.86754e-01,-1.11674e+00,3.06898e-01,9.69883e-01,-1.32383e-01,3.64151e-02,-5.49728e-01,-6.83774e-01,1.33048e-03,1.99299e-01,-4.44819e-02,-1.04909e+00,-1.34028e-01,-9.35123e-02,-3.64506e-02,-8.15699e-01,2.60850e-01,8.34180e-01,4.68161e-02,6.54413e-01,-1.04893e+00,5.43377e-01,-1.82232e-01,1.17437e+00,4.08523e-01,-7.14688e-01,-1.23957e+00,1.31784e+00,4.47473e-01,-1.35675e+00,1.17222e+00,-6.69715e-01,-4.36748e-02,3.93526e-01,4.52316e-01,9.31223e-01,4.75783e-01,1.66956e+00,-5.30875e-02,-2.85735e+00,-2.51829e-01,-2.49545e-01,-6.89530e-01,-1.44573e-02,-2.20820e-02,
-5.04918e-01,-2.88499e-02,4.66328e-01,2.42726e-01,8.55873e-01,-1.03694e+00,1.96058e-01,3.82635e-01,-3.30758e+00,3.90271e-01,1.45190e+00,8.59195e-02,-1.99067e+00,1.63050e-02,2.17367e-01,-8.37183e-04,8.37558e-02,-8.38066e-01,-5.59633e-01,-1.73231e-03,-6.78878e-01,-1.31083e+00,1.94328e-02,-5.31830e-04,6.94925e-01,-1.63077e+00,-1.04384e-01,1.32005e+00,1.25201e+00,8.47102e-01,5.43595e-01,-1.71877e+00,-5.37898e-01,-1.02142e-01,8.31887e-01,-8.93989e-01,-3.42496e-01,-3.02210e-04,1.98600e-02,-2.17125e-01,-1.26402e+00,-1.55078e-01,-2.89524e-01,-6.55243e-01,7.86476e-01,-4.87822e-01,-2.69494e-01,-7.07399e-01,-1.14754e+00,-6.30210e-03,
-5.41077e-02,-7.83946e-01,1.85389e-01,-2.19236e-01,-4.13489e-02,5.24486e-01,1.16567e-01,-6.65868e-02,-9.94231e-02,1.85416e-01,-2.13976e-01,1.09645e-01,-1.52102e-01,-1.70995e-02,-1.08578e-01,-1.21377e-02,2.89081e-01,-4.04200e-02,-3.82505e-01,3.14364e-02,8.76010e-02,3.21562e-01,-1.78428e-01,-3.41406e-02,-2.72546e-01,4.26131e-01,2.90998e-02,-1.15838e-02,-3.60368e-01,2.52149e-01,2.58182e-01,3.14088e-01,6.91392e-02,-1.53933e-01,-4.81686e-01,2.48213e-01,-9.61734e-02,7.84940e-03,-3.81571e-01,-5.24755e-01,-2.99875e-01,7.32997e-01,-1.53698e-01,-8.43958e-02,-1.04432e-01,-2.73076e-01,2.38066e-01,2.27137e-01,-2.48615e-01,1.63753e-02,
2.54790e-01,6.74537e-01,-4.64810e-02,6.26811e-01,1.87534e-01,1.04302e+00,1.13318e+00,-6.93020e-01,6.29566e-01,1.11638e-01,4.21093e-01,3.52218e-01,-4.91501e-01,1.67413e-02,-5.60378e-01,4.14005e-02,1.30867e+00,-9.80553e-02,6.35415e-01,2.93694e-02,-3.27856e-01,-1.84877e-01,6.65550e-01,1.08844e-02,-2.25696e-01,1.14065e+00,8.12793e-01,4.33672e-01,3.12714e-01,-7.14989e-01,-7.49089e-02,5.38733e-01,-5.10274e-01,-6.79835e-02,-1.95538e-01,3.09710e-01,7.27354e-01,4.65032e-02,-1.72289e-01,3.08546e-01,5.05445e-02,3.54333e-01,2.66608e-01,2.92539e-02,4.20959e+00,-2.58490e-01,-2.49970e+00,-4.89062e-02,4.14103e-01,-1.86173e-02,
4.81170e-01,6.56472e-01,-8.33253e-01,6.47215e-01,2.25255e-01,-9.91702e-01,1.06250e+00,-1.04024e+00,1.36353e+00,-1.37316e-01,4.53974e-01,1.03826e+00,8.83173e-01,-3.63904e-02,-4.70402e-01,-1.23619e-03,3.90652e-01,8.61140e-01,2.68722e-01,3.43167e-02,-1.11719e-01,-9.29084e-02,-4.58597e-01,3.91768e-02,-4.30432e-01,5.29696e-01,8.41791e-02,4.94382e-01,7.22891e-01,1.19592e+00,4.45591e-01,1.74345e+00,4.89354e-02,9.74626e-01,-1.34520e+00,2.99925e-01,3.40605e-01,1.53938e-02,1.22586e-01,-5.14536e-01,-1.00595e-01,9.25113e-01,3.46863e-01,6.40604e-01,-2.02885e+00,1.06587e+00,5.26579e-01,2.86614e-01,7.27775e-01,-4.56193e-02,
3.23448e-01,-5.06504e-01,-1.72231e-01,-2.33579e-01,3.10218e-02,-6.35168e-01,-6.26224e-01,6.25369e-01,5.44036e-01,5.60636e-01,-2.09089e-01,1.45276e-01,-3.41810e-01,1.28637e-02,9.25256e-02,-9.81339e-03,-3.06896e-02,6.06267e-01,-2.79301e-01,1.65287e-02,-4.09007e-01,-4.98067e-01,-6.67841e-01,4.65273e-02,-1.66931e-01,7.84987e-01,-7.16815e-01,-3.08294e-01,-2.54809e-01,5.45128e-01,5.13287e-01,-2.57313e-01,3.46956e-02,7.19529e-02,8.51961e-01,-3.24232e-01,-8.42556e-01,-5.11578e-03,-2.03648e-01,-1.72300e-01,1.42683e-01,7.88921e-01,9.61126e-01,-1.23140e-01,6.53580e-01,1.91697e-01,-2.85244e-01,-9.84271e-02,-2.15253e-01,4.03803e-02,
6.60525e-02,2.05481e+00,6.15113e-01,7.85876e-01,9.82810e-01,5.28525e-01,3.21203e-01,-3.54185e-01,-8.52253e-01,-1.51639e+00,-1.47561e+00,1.03685e+00,-1.30889e-01,-2.78021e-02,-1.00320e-01,-2.67090e-02,-1.06816e+00,5.17916e-01,-7.21822e-01,2.30941e-02,-4.43800e-02,1.33045e-01,-6.17255e-02,4.27209e-02,-2.40849e-01,-4.21502e-01,5.59838e-02,5.95115e-03,-4.66322e-01,3.89676e-01,5.33085e-01,4.78958e-01,1.90814e-02,-1.38689e+00,-1.99097e+00,-1.77285e-01,5.08627e-01,1.75665e-02,5.12759e-01,-4.92909e-01,-1.09620e+00,9.54011e-01,4.54752e-01,4.92583e-01,8.33913e-01,1.19572e+00,3.09937e-01,3.86858e-01,-2.82513e-02,-2.60263e-02,
4.57993e-01,2.50879e-01,5.62227e-02,-4.37428e-01,2.23552e-01,6.90572e-01,1.90351e-01,-2.49822e-01,-4.00369e-01,-1.31722e-01,1.05140e-01,2.24582e-01,3.39707e-01,3.28591e-02,-1.25528e-01,-1.21727e-04,-2.90566e-01,3.31349e-01,1.62163e-02,1.13777e-02,-3.21994e-01,3.24988e-01,-2.57854e-02,-2.39795e-02,6.86704e-02,2.65284e-01,1.40562e-02,1.81286e-01,-3.56640e-02,3.72457e-01,-3.15639e-01,-1.79470e-01,-4.99230e-02,-9.25897e-02,1.67951e-01,1.74657e-02,-2.10928e-02,-2.62155e-02,1.66705e-01,2.08397e-01,1.89973e-02,-1.50551e-01,1.10649e-01,-7.37824e-02,-1.52780e-01,4.55913e-01,-9.46020e+00,-1.61697e-01,5.65896e-02,-2.14393e-02,
-1.15150e-01,-3.47581e-02,3.68843e-01,6.99726e-01,3.26558e-02,4.20541e-01,-6.16499e-01,-9.48318e-03,4.16264e-01,2.31772e-01,-2.36079e-01,-4.05531e-01,5.06819e-01,4.53446e-03,4.34676e-01,-1.81588e-03,-4.89007e-01,-9.01959e-01,-6.09173e-01,7.28624e-03,-2.32821e-01,1.87617e-01,2.19496e-01,-2.08432e-02,2.94723e-01,6.83943e-02,9.19905e-01,-3.60676e-01,7.34716e-01,1.32428e-01,9.09863e-01,-2.82284e-01,2.18694e-01,5.70835e-01,3.26040e-01,2.94560e-01,-8.68274e-02,3.15430e-03,-3.05077e-01,4.51357e-01,5.02106e-01,2.54246e-01,4.99204e-01,8.83790e-03,-5.49370e-01,-5.40928e-01,-1.65728e-02,-5.08195e-01,3.56028e-01,2.26753e-02,
-1.52878e-01,1.50030e-01,6.57020e-01,-5.33527e-01,2.65380e-01,2.92617e-01,-4.81656e-03,-7.20731e-01,-1.41660e-01,-1.01522e+00,1.41373e-01,1.45026e+00,-4.48620e-01,2.65031e-02,3.75451e-01,-6.02699e-03,5.97584e-01,2.73350e-01,-3.83221e-01,3.31246e-02,-5.87159e-01,1.79404e-01,-2.45519e-01,-2.38931e-02,-2.71471e-01,1.26224e+00,-6.74398e-01,4.83585e-01,-2.71710e-01,-3.29883e-01,-7.38239e-01,5.53252e-01,6.55404e-02,-4.33396e-01,6.57853e-01,1.35422e-01,3.22760e-01,4.61614e-02,1.15250e+00,3.02322e-01,-1.30148e-01,4.52956e-01,3.55820e-01,-2.59471e-01,2.46465e-01,8.46443e-01,-5.30567e-03,2.59471e-01,1.91197e-01,3.18281e-02,
5.15239e-01,-2.83425e-01,-7.47739e-01,-4.69785e-01,-3.41565e-02,-2.55602e+00,9.51259e-02,9.87665e-02,7.65310e-01,-7.08847e-01,4.56702e-01,-3.18201e+00,4.86798e-01,-2.06558e-02,-2.75087e-02,-1.40352e-02,-1.38206e+00,2.61325e-01,1.14881e-01,-5.01037e-02,1.36415e+00,1.46914e-01,-6.22435e-01,-3.54576e-03,-2.29748e-01,-7.66541e-01,-7.15172e-01,3.85837e-01,1.27025e+00,-7.81317e-03,-1.33204e+00,-1.24876e-01,8.46563e-02,-2.14947e+00,1.80418e+00,4.83605e-01,-2.29676e-01,2.96326e-02,9.24541e-01,-2.24633e-01,1.53578e+00,-6.60701e-01,-3.25720e-01,5.02818e-01,3.51158e-01,-2.90438e-01,-2.28886e-01,1.42197e-01,-6.17164e-02,-1.84785e-02,
-1.79264e-01,3.99594e-02,6.87723e-02,-1.87723e-01,1.46183e-01,-1.08474e-01,-7.07450e-02,2.55995e-02,1.51193e-01,2.59232e-01,1.92199e-01,5.07280e-01,1.23561e-01,4.57106e-02,-2.33273e-01,1.19207e-02,5.31128e-01,-5.48413e-02,1.09463e-01,5.16664e-03,6.54620e-02,-3.69797e-01,-8.48439e-02,-4.55708e-02,-6.81939e-02,-1.91365e-01,3.08778e-01,1.68273e-01,1.40225e-01,1.71412e-01,-3.35345e-01,-2.13177e-01,2.99440e-01,-4.43148e-01,1.96148e-01,4.82874e-02,1.15199e-01,-5.03820e-02,2.58381e-01,-4.72217e-02,1.87854e-01,2.43096e-01,9.20426e-02,-4.28474e-02,-8.96067e-01,-1.57000e-02,-1.60278e+01,-2.56385e-01,-1.23392e-01,-4.28052e-02,
-3.30398e-01,2.24555e-01,-1.16709e-01,3.72973e-01,2.23670e-01,6.17601e-01,5.96143e-01,-3.52302e-01,3.03424e-01,-4.84820e-01,-6.37611e-02,2.36823e-01,-1.39957e-01,-2.83733e-02,-6.13256e-01,-1.72828e-02,3.38022e-02,1.16970e-01,6.02112e-01,4.40225e-02,-4.13444e-01,4.59860e-01,-5.75389e-01,-2.36310e-02,-1.18854e-01,4.49595e-01,1.06205e-02,-6.85434e-02,2.28628e-01,-3.06809e-01,-7.58730e-02,1.48422e-01,-2.75274e-01,7.47006e-01,-1.45497e-01,1.91875e-01,-1.21612e+00,-2.14374e-02,-7.72115e-02,4.84736e-03,-3.29798e-02,3.81068e-01,6.30647e-01,-5.82376e-01,2.75890e-01,2.66754e-01,1.82842e-01,-4.98267e-01,8.47905e-01,-1.89211e-02,
-1.00822e-01,2.37828e-01,2.44530e-01,-1.59864e-01,-2.64953e-01,4.93081e-01,-2.19424e+00,4.39093e-02,1.96680e-01,1.20786e-01,-7.81327e-02,-3.28959e-01,-6.47963e-01,2.60219e-02,-3.05899e-01,-3.13094e-02,4.35624e-01,-2.84379e-01,-7.13531e-02,-4.56347e-02,-2.60555e-01,-5.53261e-01,5.98572e-01,4.27394e-02,-9.91485e-01,-7.61697e-01,-2.95739e-01,3.02076e-01,4.59166e-02,5.12571e-01,-3.27268e-01,2.64246e-01,1.94737e-01,4.66847e-01,-7.59374e-02,-1.03172e-01,-7.35213e-01,2.65189e-02,2.91115e-01,3.41213e-01,-3.63372e-01,-3.02639e-01,-1.25253e+00,-8.00382e-01,-2.01787e-01,2.47574e-01,-3.53129e-01,-3.32751e-01,6.59719e-02,3.71092e-02,
5.30911e-01,7.29383e-01,6.59557e-01,3.21965e-01,8.07620e-02,3.78033e-01,-9.88502e-02,-2.69105e-01,8.79597e-04,-5.98154e-01,-7.53879e-02,6.64329e-01,4.73607e-01,3.16944e-02,-1.86711e-01,3.87448e-02,2.22993e-01,-1.67757e-01,-2.93149e-01,-3.59972e-02,-4.23135e-01,5.09550e-02,-4.08292e-01,-2.80658e-02,4.26057e-01,7.14530e-01,1.07400e-01,-4.38016e-02,3.59861e-01,6.66091e-01,8.66241e-02,-1.02703e-01,2.98373e-01,4.38576e-01,7.10631e-02,5.10020e-01,-2.41923e-01,3.17416e-02,3.01390e-01,2.67037e-01,1.18672e+00,-1.96585e-01,4.18513e-01,3.60737e-01,3.58405e-01,2.80625e-01,-9.75439e-02,1.60854e+00,-3.27785e-01,3.82521e-03,
-4.65119e-01,3.41400e-01,-1.59589e+00,-6.09239e-01,3.92917e-01,1.54279e-02,6.28900e-01,-4.35529e-01,1.87532e+00,6.77318e-01,5.87794e-02,8.27686e-01,9.14897e-01,3.08461e-02,-3.36669e-01,5.96751e-03,-2.48320e-01,2.31482e-01,5.91766e-01,-2.37390e-05,1.80295e-01,-4.89717e-01,5.32650e-01,4.50077e-02,2.63830e-01,9.54112e-01,-3.42007e-01,-2.72865e-02,-3.37996e-01,-1.47040e+00,-2.06074e-01,-3.78015e-01,-2.65507e-01,-6.47784e-01,-6.04778e-01,6.48791e-01,-4.76247e-01,-4.28236e-02,1.31453e-01,1.28273e-01,7.88948e-02,-3.50042e-01,-1.23210e+00,6.74298e-01,-2.56433e-01,-1.69341e+00,1.19720e-02,-1.40247e-01,-2.41721e-01,-5.53871e-02,
-1.64760e-01,
-6.34013e-01,
5.62765e-01,
-3.66914e-01,
-1.42071e-02,
-1.48508e+00,
-2.88750e-01,
-1.71394e-01,
-1.36093e-01,
3.18691e-02,
-3.30610e-01,
-1.88358e-01,
5.18478e-01,
7.36717e-01,
2.49723e-01,
4.05989e-01,
2.07932e-01,
-1.15393e+00,
-1.75135e-02,
-7.88744e-01,
-7.07501e-01,
-5.73514e-01,
-2.53268e-01,
-7.09904e-01,
1.83537e-01,
-1.25307e-01,
-6.91041e-01,
3.29926e-01,
-1.03733e-02,
3.39249e-01,
-2.82963e-02,
-3.50184e-01,
-7.73063e-03,
-6.05017e-01,
-1.30105e+00,
6.31318e-01,
1.85032e-01,
-5.95713e-01,
-2.37547e+00,
1.95614e-01,
3.57067e-01,
1.22708e-01,
-9.34964e-01,
-1.39688e-01,
6.68457e-01,
-8.39780e-03,
3.48940e-01,
-2.86432e-01,
1.88500e+00,
-3.74831e-01,
-1.51606e-01,7.63805e-01,-1.50244e+00,1.30636e+00,-3.75976e-02,-4.45322e-01,1.26563e-01,-9.07942e-01,1.49361e+00,1.24892e+00,-6.02233e-01,9.60673e-01,5.37692e-01,-1.43975e+00,9.42931e-01,1.86779e-02,1.48584e+00,3.96675e-01,-7.69500e-02,-1.64438e+00,-3.07592e-01,-1.14242e+00,2.95790e-01,6.22046e-01,5.56056e-01,1.91134e+00,-1.23487e-01,1.53793e+00,-5.11059e-01,4.03298e-01,8.67967e-01,-1.22437e+00,-3.88503e-02,-4.09665e-01,-9.80591e-01,-2.38807e-01,-1.94530e+00,3.32574e-01,-1.43339e-01,2.56081e+00,8.18327e-01,1.16976e+00,1.36627e-01,2.42100e-01,-5.48141e-01,-2.93080e-01,-2.68762e-01,5.63098e-01,-2.29762e-01,-1.15812e+00,
5.44411e-01,-7.73825e-02,-4.01303e-01,-1.55155e-01,-3.21620e-02,-2.79373e-01,-4.05007e-01,-3.92635e-01,1.28565e-01,-5.47627e-02,4.49834e-01,-9.06294e-02,-1.78432e-01,3.55921e-01,1.03462e+00,5.21900e-01,3.62162e-02,4.70106e-01,-1.49240e-01,3.21378e-02,-5.45845e-01,1.42558e-01,1.03861e-01,-5.65774e-01,1.42140e-02,3.96612e-01,3.88592e-01,-2.20510e-01,1.55697e-01,1.56763e-01,5.37962e-01,-1.90329e-01,-2.59600e-02,-2.48975e-01,-4.95855e-01,-2.18709e-01,7.87234e-02,3.45611e-02,-2.34255e-01,4.41286e-01,8.09470e-02,-1.39692e-01,1.20874e-01,3.84951e-01,-1.17582e-01,7.29830e-01,4.64746e-01,-4.08836e-01,-4.80813e-01,-1.65507e-01,
2.58632e-01,-1.57224e-01,4.87202e-02,4.80233e-02,-2.17619e-04,-4.85683e-01,-8.82080e-01,3.69227e-01,1.77908e-01,3.80047e-02,-1.32953e-01,-5.53370e-01,1.17479e-01,2.03289e-01,4.48768e-01,5.35652e-03,-7.20923e-03,-3.37615e-01,-2.62401e-02,-3.55246e-01,5.06219e-01,2.96009e-02,6.84347e-02,3.06771e-01,4.36393e-01,1.23603e+00,1.96188e-01,-8.26321e-02,-2.43828e-01,-6.56399e-02,1.54868e+00,3.08048e-01,-3.40972e-02,-3.72972e-01,-4.69726e-01,-1.36841e-01,-5.44440e-02,4.46495e-01,-3.73800e-01,6.43844e-01,-2.66237e-01,7.26973e-02,-1.68974e-01,3.46411e-01,1.93815e-01,-8.37452e-02,-1.02606e-01,-1.12154e+00,-5.50140e-02,-1.91371e-01,
5.47510e-01,-1.42988e-01,-6.41069e-02,4.52336e-03,9.16715e-03,-4.93031e-01,-2.57217e-01,5.87828e-01,1.43093e-01,-1.54919e-01,-2.58283e-01,5.25171e-02,-2.88127e-02,4.80348e-02,-1.62288e-01,1.37465e-01,-3.73750e-02,-4.56200e-02,-7.65101e-02,-3.55941e-01,-3.82795e+00,1.52135e-01,8.52128e-02,-2.02692e-01,-2.47605e-01,5.29386e-01,-1.28541e-01,2.26782e-01,4.11974e-01,-5.33844e-02,-9.97148e-01,-2.44350e-01,-2.53168e-03,-5.15981e-02,4.40243e-01,-5.52403e-03,2.93173e-01,-8.89443e-02,-2.91013e-02,-8.69775e-01,-2.81659e-03,3.74359e-01,-3.68932e-02,-2.57678e-01,3.59416e-02,2.75392e-01,3.51882e-04,-8.64701e-01,4.31001e-02,-8.20230e-02,
-3.19716e-01,5.23289e-02,-6.35396e-02,-3.12847e-01,-4.47472e-02,1.90403e-02,6.34138e-02,-6.75112e-01,-6.34799e-02,3.51173e-02,9.63012e-01,4.46915e-01,-3.78238e-01,5.82499e-01,1.35199e+00,8.54930e-01,-3.05660e-01,-5.21472e-02,-2.91349e-01,-9.45981e-02,-1.38165e+00,-9.85675e-02,-3.32381e-01,-2.02412e-01,-1.74815e-01,-1.59882e-02,-3.25077e-01,-1.04492e-01,9.70935e-01,4.30941e-01,9.14836e-01,-1.16468e+00,3.33813e-02,6.12440e-01,1.84916e-01,-3.14233e-01,-6.20853e-02,1.77724e-01,-4.54057e-01,9.22052e-01,-1.16081e-01,4.51218e-01,4.84443e-02,5.94684e-01,-1.64637e-01,7.21779e-01,1.89024e-01,1.11463e+00,-4.51305e-01,-7.90256e-01,
-6.34679e-01,5.48154e-01,2.41372e-01,-1.02937e+00,-1.77036e-02,4.14063e-01,1.08565e+00,5.51206e-01,-7.35005e-01,1.08974e-01,2.05365e-01,-5.60871e-01,6.14984e-01,3.90477e-01,2.16053e-01,2.28117e-01,-9.32479e-02,-4.19345e-01,-9.03268e-01,3.77647e-01,1.02420e-01,-2.15055e-01,-9.73402e-01,-2.77100e-03,-4.10134e-01,-2.23737e-01,6.24785e-02,-9.32431e-01,-5.74665e-02,-1.22843e-01,1.82238e-01,1.51379e-01,-4.21964e-02,7.01154e-03,-1.81208e-01,-1.09603e-01,4.88215e-01,-4.63114e-02,5.49082e-01,1.59160e+00,2.67117e-01,1.07995e+00,3.18676e-01,1.28330e+00,-1.03060e-01,6.29804e-01,-9.07716e-01,-8.00222e-01,-2.89251e-01,8.51396e-01,
1.13235e-01,8.16373e-02,-2.15566e-01,-4.86088e-01,9.58268e-03,8.29665e-02,-1.00421e-01,-2.63851e-01,4.33013e-01,5.82726e-01,-5.50781e-02,-6.10153e-02,-4.42903e-01,-4.00384e-01,-1.27156e+00,9.04571e-01,1.04277e-01,-3.20515e-01,6.85679e-02,-3.76068e-01,1.43938e-01,-1.01600e-01,2.41199e-01,1.56982e-01,9.46023e-02,-1.07846e+00,3.79460e-01,-1.09301e+00,-7.43053e-01,4.21942e-02,-8.20381e-02,5.11118e-01,2.36041e-02,-4.40143e-01,-6.37311e-02,-2.52392e-02,5.47050e-01,-2.00729e-01,-1.52882e-02,-1.17924e+00,2.15749e-01,-2.95482e+00,3.90486e-01,-2.69555e-01,-1.79030e-01,-2.92284e+00,7.12697e-01,1.18932e+00,1.59386e-01,-3.19672e-01,
-1.45548e-01,2.67260e-01,-2.83090e-01,3.10537e-01,-5.08565e-02,1.36430e-01,-2.87771e-01,-6.61115e-01,1.00737e+00,4.55629e-01,8.97565e-02,-2.55644e-02,-4.52421e-01,-1.09435e+00,-3.30761e-01,-5.78992e-01,3.68107e-01,3.67206e-01,4.90357e-01,-5.75084e-01,-8.56442e-01,-6.06517e-01,4.05113e-01,5.25711e-01,-4.16022e-01,4.46651e-01,-1.42663e-01,7.89294e-01,-6.76030e-01,2.70436e-01,1.31100e+00,2.10298e-02,-8.35295e-03,-2.99956e-02,7.31430e-01,2.26709e-01,-1.04734e+00,3.72282e-01,-8.84646e-02,-3.70914e-02,5.38027e-01,-3.32465e-01,3.35419e-01,-4.71568e-01,2.50906e-01,-2.18230e+00,1.09892e-01,1.92173e-01,1.47043e-01,-2.31154e-02,
7.13069e-01,-2.49172e-01,3.37454e-01,1.82289e-01,-3.26343e-02,-8.42544e-01,3.87283e-01,7.54300e-01,-8.29931e-01,8.37702e-02,5.51117e-01,-6.59544e-01,-8.46279e-01,-4.96893e-01,4.95252e-01,7.72987e-01,-4.27647e-01,-2.68624e-01,-4.62010e-01,-5.53682e-03,-4.09949e-01,-2.69716e-01,8.05647e-01,4.54572e-02,-5.20637e-01,-4.93141e-01,-4.76815e-01,5.97694e-01,-4.27886e-02,1.58414e-02,-2.02870e-01,-1.57228e-01,-8.91485e-03,1.55676e-01,-3.90557e-01,-3.65031e-01,1.46606e+00,1.31653e+00,8.08642e-02,8.11571e-01,3.00713e-01,-1.41238e-01,1.44536e+00,2.95638e-01,3.55362e-01,-3.05573e-02,1.88690e-01,2.59935e+00,-6.79695e-02,-1.32991e-01,
1.47670e-01,2.39419e-01,-3.54921e-01,1.15803e+00,-1.84927e-02,-1.89732e+00,6.05796e-01,9.30832e-01,-4.05036e-01,7.08964e-01,1.69231e-01,1.21597e+00,-1.37254e+00,1.52764e+00,8.12154e-01,-1.23339e-01,-8.95768e-01,-3.67651e-01,-1.91296e-01,1.78666e+00,-8.34094e-01,6.82054e-01,-2.07358e+00,4.99838e-01,6.57088e-02,2.08772e-01,-3.39997e-01,1.18029e+00,-6.70316e-01,6.00466e-01,1.13643e+00,-1.16497e+00,6.78377e-03,-3.95383e-02,6.61390e-01,7.09778e-01,1.92376e+00,9.24327e-01,-1.44313e-02,1.24075e+00,9.59714e-01,-2.19976e+00,5.19557e-01,9.07684e-01,9.29458e-01,-3.69907e+00,6.56992e-01,2.16741e+00,-9.15637e-01,9.87745e-01,
-5.41252e-01,5.87580e-01,-3.18640e-01,-2.84070e-01,-3.99412e-02,1.24882e+00,1.61708e-01,-2.70374e+00,-6.15386e-01,-5.15146e-01,-1.14132e+00,9.74174e-01,6.30702e-01,-3.24218e+00,-1.97560e+00,5.77492e-03,-1.02853e+00,6.00832e-01,-5.80068e-01,7.62649e-01,-4.53642e-01,-1.07152e-01,-5.99349e-02,-2.74463e-01,-1.02720e+00,1.24517e-02,4.89721e-01,7.72623e-01,1.79150e+00,1.42552e-01,-2.55883e+00,-4.10489e-01,-4.24320e-02,-8.51988e-01,2.44030e-01,-7.37985e-01,-8.90458e-01,1.97685e-01,1.69376e+00,8.87317e-01,5.28666e-01,8.75697e-01,-4.01624e-02,1.28255e+00,-1.00456e-01,1.55808e+00,9.94514e-01,1.98162e-01,-7.87587e-01,8.90624e-01,
-8.75451e-01,2.01827e-01,-3.24121e-01,-1.94481e-01,2.70735e-02,-6.60069e-01,-4.48270e-01,-2.45719e-01,4.56748e-01,6.11444e-01,2.54595e-01,1.95342e-01,-6.47745e-02,-4.83176e-01,1.10953e+00,-2.51604e-01,2.46148e-01,-6.57175e-02,1.37736e-01,2.42380e-01,4.13607e-01,-4.70990e-01,-2.02869e-02,-8.99078e-01,2.60710e-01,-1.28848e-02,5.18420e-01,1.35783e+00,3.89406e-01,1.18854e-01,6.75205e-01,5.16384e-01,1.58495e-02,-6.29153e-01,2.25515e-01,1.61282e-01,-1.66591e-01,9.13800e-02,2.34308e-01,-5.95945e-01,1.94449e-02,4.15289e-01,3.67138e-01,-5.55422e-01,-3.56994e-02,1.18841e-01,6.54729e-01,-3.81083e-02,-1.02021e-01,-7.50347e-02,
-8.39436e-01,-9.42350e-01,-9.07844e-02,-1.02727e+00,3.64167e-02,8.40419e-01,4.34339e-01,5.64174e-01,7.13437e-02,-3.86392e-01,-5.84484e-01,-6.74540e-01,-6.44893e-01,-2.39951e-01,-1.80120e+00,-1.80345e-02,7.00606e-02,-3.42656e-01,-1.18994e-01,1.06639e-01,6.73896e-01,2.76765e-01,-2.09244e+00,3.37660e-01,-2.01834e-01,3.09938e+00,1.44642e+00,1.31518e+00,1.23117e+00,-3.05782e-02,-1.02544e+00,6.87696e-01,-1.72457e-02,1.57971e-02,-1.03042e+00,3.37219e-01,6.05119e-02,-7.30830e-01,-1.30950e-01,1.17551e-01,3.24556e-01,1.14980e+00,1.77057e-01,9.59209e-01,4.11796e-01,8.55254e-01,-4.25390e-03,2.18872e-02,-4.36029e-01,6.97357e-02,
1.42898e-01,-8.01791e-01,-1.19193e+00,-1.47997e+00,-3.64732e-02,-2.77273e+00,2.14452e-01,7.66997e-01,-6.06943e-01,3.45266e-02,2.39126e-01,1.45888e+00,-4.21853e-01,7.80727e-01,1.12726e+00,9.91234e-01,9.03812e-01,-2.18734e+00,-1.94709e-01,-6.27581e-01,-1.05082e+00,-1.12427e-01,-2.82334e-01,9.18974e-01,-7.61268e-03,1.49115e+00,9.36029e-01,1.18799e-01,3.06828e-01,1.87103e-01,9.98821e-02,-2.58941e+00,1.74782e-02,-2.77781e-01,1.25523e-01,-5.65845e-02,2.01739e+00,5.51418e-01,-1.34068e+00,-3.87497e-01,-3.21987e-01,2.33437e+00,6.05858e-01,4.46237e-01,1.03499e-01,2.00877e+00,1.07998e+00,-8.14931e+00,-5.23447e-01,1.72213e-02,
-2.19044e-01,5.43178e-03,-1.37563e-01,1.65147e-01,-4.24271e-02,3.87999e-02,-5.82114e-01,5.91631e-02,-1.29935e-02,7.85039e-02,-7.14961e-02,2.98263e-02,7.91960e-02,-7.08661e-02,-1.84393e-01,6.08399e-02,1.99616e-01,-6.49416e-02,-9.56219e-02,-4.15792e-01,2.88791e-01,1.86206e-01,1.24923e-01,3.70577e-02,-4.34136e-02,-8.96560e-02,-1.63194e-01,6.73976e-02,3.70495e-01,-7.28526e-03,-2.23315e-02,-4.02730e-02,1.40537e-02,-2.56749e-01,1.44974e-01,-3.22115e-02,4.84253e-01,-4.34935e-02,3.89562e-03,1.03440e-01,4.66761e-02,1.15766e-01,1.72087e-01,6.67009e-02,1.15698e-01,1.36080e-01,1.96267e-01,3.75289e-01,-2.64142e-01,-1.56284e-01,
2.30226e-02,3.37246e-02,-1.24173e-02,-2.67940e-02,2.42149e-02,3.18900e-02,-2.85056e-02,1.90331e-02,3.64844e-03,1.76875e-02,2.94197e-02,-4.44491e-02,-3.55508e-03,-1.63894e-03,3.97440e-02,-2.52383e-03,-1.91672e-02,-1.23334e-02,1.72215e-02,5.00220e-03,-3.89521e-02,3.77776e-02,1.10160e-03,4.26086e-02,8.73760e-04,-1.38351e-02,3.62508e-02,-5.20372e-02,2.63292e-02,8.36468e-03,-5.88084e-02,-2.65408e-02,1.04812e-02,-1.30040e-02,-2.41059e-02,-2.38851e-02,4.50328e-02,1.19055e-02,2.85262e-03,-3.30130e-02,-2.61864e-02,-2.29937e-02,-3.96036e-02,-4.10871e-02,-4.15241e-02,2.83640e-03,-4.08869e-02,9.38376e-03,-4.85390e-02,2.21973e-02,
-2.50748e+00,-6.50859e-01,-2.12996e-01,-7.91225e-01,3.48999e-02,3.68837e-01,5.86046e-01,-3.28389e-01,-5.20531e-01,-7.96515e-01,6.64740e-02,9.86015e-01,7.26681e-01,-5.45156e-01,-2.68535e+00,-8.45693e-01,8.47879e-01,-2.57516e-01,8.21210e-02,6.63482e-01,7.07310e-01,1.14431e-01,-1.16003e+00,-5.43343e-01,5.83616e-01,-1.42374e+00,9.70765e-01,-1.48367e+00,-3.14147e-01,9.33273e-01,8.43590e-01,4.21461e-01,-2.59134e-02,-9.92463e-01,3.52104e-01,-4.11545e-01,-5.80226e-01,-1.01569e-01,-2.66285e-01,6.72020e-01,7.44025e-02,-3.44726e-01,1.05553e+00,4.60130e-01,-5.53895e-01,-3.96123e+00,-1.07373e+00,-1.18846e+00,8.72274e-02,4.81923e-01,
-7.52138e-01,8.08522e-03,-1.88527e-01,6.69450e-01,-1.67592e-02,-1.20878e+00,-3.66605e-01,4.01990e-01,7.58942e-01,8.30751e-02,1.04309e+00,-8.22860e-01,-5.64597e-01,-7.93995e-01,-6.58975e-01,-7.92486e-01,-6.17590e-02,-1.33394e-02,8.23289e-01,4.06444e-01,-3.81843e-01,-1.37790e-01,8.80316e-01,-9.94967e-01,2.67747e-01,-4.96635e-01,3.72487e-02,-3.35401e-01,6.80423e-01,-4.34871e-01,2.34703e-01,3.49570e-01,-3.72583e-02,1.38726e-01,2.98807e-01,-3.67207e-01,-1.09327e+00,1.44341e-02,-3.15313e-01,-3.22597e-01,2.62715e-01,-9.45832e-01,4.00058e-01,2.40566e-01,-3.83458e-02,-4.01361e-01,-1.41309e+00,2.84951e-01,3.60212e-01,6.72591e-01,
-3.51774e-01,1.93760e-01,-7.22606e-01,-9.59968e-01,-1.95239e-02,7.02197e-02,-3.78340e-01,-8.19598e-01,8.55918e-01,6.15530e-01,2.64763e-01,2.57904e-01,9.26718e-01,-7.15671e-01,-3.90170e-01,2.91858e-01,2.30776e-01,-4.31041e-01,-5.52773e-02,-1.64573e-01,-7.40916e-01,5.67012e-02,-1.70061e-01,-3.89238e-01,-1.29718e-01,2.11796e+00,1.75343e-01,8.31033e-01,4.34595e-01,6.07393e-01,-3.00281e-01,2.77378e-01,2.89089e-03,2.99835e-01,7.63098e-01,-1.58462e-01,-1.59209e-01,-7.60768e-01,7.45987e-02,-6.19574e-01,8.06117e-01,-3.51793e+00,-3.30119e-01,7.92107e-01,-1.38327e-02,-1.18115e+00,-6.94110e-01,-1.34113e+00,-3.38046e-01,-2.84966e-01,
2.57215e-01,-2.07410e-01,-2.55093e-01,-6.00593e-01,-2.37106e-02,-1.46175e-01,-2.61383e-01,-7.32061e-01,-2.53683e-01,-3.89001e-01,3.15366e-03,6.46216e-01,-4.03044e-01,3.17783e-01,1.20021e+00,8.60647e-02,-2.54162e-01,-8.31251e-01,1.38466e-01,-4.75326e-01,-2.77259e-01,-4.15911e-01,4.44236e-01,4.51711e-01,-2.09666e-01,-3.82640e-02,4.82838e-01,2.37428e-01,3.67392e-02,-2.18835e-01,-2.80111e-01,5.17891e-02,-2.13956e-02,3.79394e-01,3.84637e-01,4.78260e-01,9.59540e-01,7.69430e-01,-4.78521e-01,7.11160e-01,1.90030e-01,1.66366e+00,-8.41787e-01,-5.03067e-02,1.04917e-01,1.89914e+00,9.18796e-01,1.78259e+00,-4.55683e-01,4.85117e-01,
-8.40996e-01,-1.29506e-01,-3.93250e-01,4.28581e-01,4.78230e-03,-4.82646e-01,-6.33985e-01,1.04525e+00,-3.31924e-01,1.78230e-01,3.04137e-01,5.70244e-01,-2.64320e-01,2.95141e-01,1.02984e+00,-6.54523e-01,-1.90280e-01,-1.90066e-01,-1.59026e-01,1.67716e-01,3.51771e-01,5.79948e-01,1.87548e-01,6.36124e-02,-2.26269e-03,-2.40552e-02,-5.52561e-01,9.13395e-01,1.17691e+00,-5.20483e-01,-2.88911e+00,-7.52237e-01,3.36486e-02,3.25243e-01,-3.91423e-01,4.89887e-01,-1.79971e+00,9.18631e-01,2.99085e-01,4.38720e-01,-1.09850e-02,-2.89929e-01,-3.99540e-01,-3.67965e-01,1.63122e-01,1.39957e+00,-8.45557e-02,-7.38482e-01,6.43899e-02,-1.68885e-01,
-1.85752e+00,1.02918e+00,1.10790e+00,-3.30406e-01,-6.85668e-03,1.24328e+00,-7.67830e+00,-3.72695e-01,6.06024e-01,3.18779e-01,4.02497e-01,-6.40393e-01,2.61835e+00,1.48673e+00,2.62479e+00,1.09573e+00,-8.32127e-01,-1.41232e+00,-1.47868e+00,1.33607e+00,5.16789e-01,1.24338e+00,-8.52776e-01,-2.42959e-01,-3.64005e-01,2.90339e+00,-1.70737e+00,4.92759e+00,-2.19449e+00,2.71548e-01,-9.93086e-01,1.02518e+00,1.24912e-02,-1.21508e+00,-2.03814e-01,6.54343e-01,-2.56148e-01,1.76007e+00,-2.70775e-01,7.74497e-01,-7.59584e-02,2.00920e+00,2.07950e-01,-7.82510e-02,1.90036e+00,3.17961e+00,5.75341e-01,-2.66961e-01,1.32643e+00,7.13271e-02,
1.71267e+00,-3.41831e-01,-3.39030e-01,1.18549e+00,2.45112e-02,2.99399e+00,-5.31262e-01,1.56045e+00,1.16878e+00,1.42413e-01,1.11500e+00,9.16319e-01,-1.06011e+00,1.45139e+00,1.99396e+00,1.17129e+00,1.15561e+00,-1.75083e+00,9.38590e-01,-4.49302e+00,1.07693e+00,-1.15346e+00,6.61305e-01,2.14943e-01,-4.97812e-01,1.72336e+00,4.02315e-01,3.04862e+00,-8.79188e-01,3.06527e-01,2.55238e-01,-1.75869e+00,7.77289e-04,-2.48553e+00,-3.71116e-01,-7.23093e-01,1.03456e+00,1.46517e+00,1.60634e+00,6.16324e-01,-4.03742e+00,-2.40171e+00,6.00531e-02,-7.87372e-01,1.00351e+00,-1.54443e+00,8.58001e-01,1.55353e+00,-8.09747e-01,-2.18874e+00,
-1.26717e+00,-1.08085e-01,-5.19030e-01,-1.64785e-01,-1.82959e-04,-1.11659e+00,1.63940e-01,7.68585e-01,-5.70405e-01,8.94721e-02,-1.22354e+00,-1.18206e-01,-4.62450e-02,1.57470e-01,1.54340e-01,-1.92435e-02,2.07829e-01,-2.01731e-01,3.49278e-01,-8.79791e-01,-2.77846e-01,1.14194e-01,-6.18462e-01,-6.71471e-01,7.77502e-01,2.06344e-01,-8.53655e-02,-7.14554e-01,9.55602e-01,2.79685e-01,1.22014e+00,3.58367e-01,1.35257e-02,-3.65803e-01,1.10840e+00,1.20907e-01,6.92228e-01,7.19014e-01,-1.60970e-02,6.61401e-01,-9.45978e-02,7.56876e-01,-9.37920e-02,1.47898e-01,5.35164e-02,-1.39620e+00,-8.20910e-01,1.50389e+00,-2.79896e-01,-9.65630e-02,
-4.85633e-01,-3.04944e-01,-5.55729e-02,1.12694e-01,3.90531e-02,-8.29812e-01,8.54299e-01,8.40858e-02,-5.67120e-01,-2.90232e-01,2.26990e-01,-3.75370e-02,-6.14399e-02,-5.31836e-01,5.56027e-02,3.75739e-01,-1.64158e-01,-3.19890e-01,-2.76491e-01,8.76963e-01,1.14871e+00,7.98975e-01,-1.32865e-01,4.88471e-02,7.75558e-01,-1.15803e+00,2.71522e-01,-5.58530e-01,-2.63054e-01,5.21030e-01,-3.36818e-01,-3.18670e-01,2.78887e-02,-1.02158e-01,5.69977e-01,1.82159e-01,7.80109e-01,-5.15079e-01,-3.86500e-01,-2.39220e-01,2.75565e-01,-1.02228e+00,4.69311e-01,-6.41556e-02,-1.96794e-01,-4.44783e+00,-1.00318e+00,1.99728e-01,-2.05829e-01,6.23971e-02,
-1.77502e+00,-5.92787e-01,-6.48881e-01,6.86319e-02,-1.25301e-02,5.99401e-02,-1.58322e+00,-1.33025e+00,-5.21723e-01,-6.65741e-01,4.14211e-01,5.79552e-01,-3.24018e-01,-1.96846e-01,1.31701e+00,6.25486e-01,2.21744e-01,-1.47528e+00,5.29128e-01,4.51955e-01,-8.48903e+00,2.41897e-01,-3.80878e-01,4.60196e-01,3.16438e-01,2.25613e+00,6.70126e-01,2.57380e+00,4.92842e-01,-1.60758e-02,2.29619e+00,-1.78770e+00,-5.11398e-02,-5.56105e-01,3.85770e-02,5.93029e-02,1.27328e+00,3.96829e-01,-4.19842e+00,1.95604e+00,5.81694e-01,-3.63477e-01,-5.27958e-01,9.38508e-01,1.33233e+00,3.44642e+00,1.53783e+00,3.28436e+00,-1.22920e+00,-4.82760e-01,
2.08067e-01,3.90709e-01,-6.38061e-02,7.04311e-01,2.52925e-02,-3.61630e+00,-6.70798e-01,-1.59475e-01,8.34006e-01,-6.52232e-01,1.10691e+00,-6.24521e-01,-3.43139e-01,9.69045e-01,9.89991e-01,1.32332e+00,1.04061e-01,-1.69141e+00,-1.54020e+00,-2.80790e+00,-3.34335e+00,7.28630e-01,9.98172e-01,-5.88524e-01,-3.41923e+00,1.43623e+00,8.16732e-02,1.10362e-01,2.30590e+00,5.48122e-01,4.04816e-01,-2.33423e+00,-1.82461e-02,3.93913e-01,1.30235e+00,-5.50367e-01,6.03001e-01,-6.97516e-01,-5.89880e+00,5.72956e-01,2.51713e-01,5.86323e-01,-8.72894e-01,4.07692e-01,-5.77068e-01,4.39556e-01,-3.51281e-01,3.81059e-01,-7.62305e-01,-2.70631e+00,
-2.49741e-02,-2.63785e-01,-1.37091e-01,-1.20980e-01,-2.23215e-02,-3.52314e-01,5.06304e-01,3.76069e-01,3.71607e-01,1.46569e-01,5.07782e-01,1.24748e+00,-1.21264e+00,-9.15634e-01,-2.47946e+00,-4.37714e-02,4.37131e-01,-6.65113e-01,8.56590e-02,-2.19065e-01,-2.33110e-01,-1.49446e-01,-7.78451e-01,-5.05204e-01,-2.58557e-01,4.04929e-01,-6.61512e-01,6.62155e-01,-1.43598e-01,2.42508e-01,9.88257e-03,-1.67354e-01,1.43553e-03,1.93050e-01,3.37482e-01,2.93739e-02,-9.26463e-01,2.48254e-02,-5.02995e-01,1.42577e+00,-2.54934e-02,1.11289e-01,-9.00628e-01,4.61970e-01,2.94089e-01,7.15217e-02,-4.88312e-01,-1.21700e+00,-8.87887e-02,5.55684e-02,
1.14227e+00,3.82912e-01,-6.41349e-02,-6.16756e-02,1.83206e-02,2.29631e-01,-5.15373e-01,-2.22218e-01,4.96947e-01,2.48324e-01,2.25674e-01,-5.72431e-02,2.70306e-01,6.15161e-02,8.14798e-02,-7.70492e-02,-3.29435e-02,-3.33087e-03,-7.00375e-01,6.87893e-02,-2.16209e-01,2.45450e-01,3.72481e-01,3.91360e-02,1.76813e-01,-5.17357e-01,4.14604e-03,3.36644e-01,-3.13004e-01,-9.59726e-02,9.14194e-02,-3.70748e-01,1.72789e-02,1.76452e-01,-3.96358e-01,-1.58579e-01,-1.35063e-01,-4.89958e-02,-3.05471e-01,1.88752e-01,-1.71309e-01,-2.06925e-01,-2.28455e-01,7.05325e-02,2.65112e-01,9.57519e-01,4.89601e-01,-5.35686e-02,-2.73762e-02,-3.02574e-01,
-6.23085e-01,3.93177e-01,-2.42712e-01,2.00879e-01,4.47441e-02,-6.63718e-01,1.22627e+00,6.54947e-01,-1.04896e-01,2.52850e-01,1.33179e-01,3.71525e-01,-5.80426e-01,-1.38232e-01,2.02125e-01,6.37884e-02,1.19629e+00,-4.14849e-02,7.33168e-01,-5.92655e-01,-2.44106e-01,-3.93734e-01,-4.30542e-01,-4.84232e-01,1.04906e-01,4.16900e-01,4.15216e-01,-6.92065e-01,-1.84723e-01,1.64260e-01,2.93857e-01,5.32459e-01,1.03560e-03,-1.90571e-01,8.28828e-02,2.00937e-01,4.38854e-01,-2.35327e-01,-1.46371e-01,-3.28569e-01,4.47941e-01,-1.28853e+00,3.10827e-01,3.14275e-01,-6.94335e-02,-2.40995e+00,5.57688e-02,7.63968e-02,1.32096e+00,5.42022e-01,
-8.98607e-01,-2.78948e-02,3.46504e-01,-1.11784e-01,4.79009e-02,-7.41218e-01,-4.00687e-01,4.32107e-01,2.32836e-02,7.86577e-02,4.31221e-02,-3.32734e-01,2.40653e-01,5.14421e-02,4.07708e-01,6.57670e-01,4.50518e-01,-8.23043e-02,2.99065e-01,3.85824e-01,-3.07649e-02,-8.99447e-02,-2.22474e-01,1.96313e-01,2.52725e-01,1.54803e-01,3.49115e-01,2.17591e-02,-1.43918e+00,-3.26033e-02,-4.99675e-01,3.25507e-01,-2.15131e-03,-1.82298e-02,-7.28049e-01,2.84812e-01,9.98118e-01,1.84735e-01,-2.20962e-01,-2.96184e-01,2.15091e-01,-4.86263e-02,3.53228e-01,2.28486e-01,-3.87263e-01,-1.26498e+00,-3.70239e-01,-1.39419e-01,9.70827e-02,4.90429e-01,
7.69257e-01,1.55342e-01,-1.29963e-01,3.09972e-01,6.51392e-03,1.00429e+00,2.20130e-01,6.32012e-01,-2.94878e-01,-3.48852e-01,-2.00002e-02,-5.32405e-01,-2.07919e-01,-3.26589e-01,5.91166e-01,3.70688e-02,-1.08977e-01,-4.35034e-01,-1.56596e-01,-4.83849e-03,3.48783e-01,2.84417e-02,2.86808e-01,-2.48289e-01,-3.04315e-01,-5.99714e-01,-6.99282e-01,-8.54209e-02,5.22711e-02,-9.54126e-02,2.74959e-01,-2.39988e-01,-1.71320e-02,1.78576e-01,5.38360e-01,1.43930e-01,-9.28102e-01,-3.63125e-01,-2.38481e-01,5.17325e-02,-1.40221e-01,2.53212e-01,-6.96616e-01,2.26168e-01,-7.36960e-02,8.31693e-01,-1.76807e-01,5.68412e-01,-1.88014e-01,-4.67446e-02,
3.44427e-01,2.27340e-01,-1.92095e-02,1.19967e-01,-3.40173e-02,3.23277e-01,-2.52154e+00,-3.81318e-01,-1.66280e-01,2.04199e-01,-1.40984e-01,7.19538e-02,7.21566e-02,1.04278e-01,4.53339e-01,7.22156e-01,-4.75430e-01,6.26754e-02,-1.31029e+00,-1.83028e+00,1.11926e+00,1.76148e-01,7.43150e-01,2.46217e-01,-4.09501e-01,-3.41562e-01,-7.44412e-01,9.27602e-01,-1.39535e-01,-1.76459e-01,4.96286e-02,9.44449e-02,-1.21032e-02,-2.07370e-02,-4.06043e-01,9.95802e-02,2.89619e-01,-6.70436e-02,2.13746e-01,1.55083e-01,-2.42657e-01,1.15997e+00,-3.22103e-01,-6.03288e-01,8.61255e-01,2.91761e+00,7.03276e-01,9.77568e-01,6.40420e-01,-1.10150e-01,
-6.55229e-01,-3.69180e-02,2.59377e-02,-5.51095e-01,-2.39431e-02,-3.77644e-01,1.88875e-01,-1.60905e-01,1.06529e-01,-3.39149e-01,8.88840e-02,3.09034e-01,7.35450e-02,2.05341e-01,2.83810e-01,-2.27480e-01,-6.80953e-01,-4.42086e-01,-7.14326e-01,-1.70917e-01,4.15029e-01,-1.63609e-01,-9.21240e-02,-8.10137e-03,7.78717e-01,2.67136e-01,3.85022e-01,5.99099e-01,-5.29664e-01,2.53160e-01,-1.29262e-02,7.14149e-01,-1.42495e-02,3.17347e-01,4.46905e-02,2.87710e-01,3.06821e-01,-1.47428e-03,-2.51973e-02,3.34712e-01,1.60453e-01,-1.17931e+00,1.44658e-01,-1.76981e-01,-1.62389e-01,-4.91778e-01,-9.50597e-01,5.71662e-02,6.21028e-02,-1.87501e-01,
1.24659e+00,-1.03959e-01,-5.08355e-01,-9.41948e-01,-1.97202e-02,1.92556e+00,-3.74963e+00,9.57067e-02,-1.97022e-01,-9.01416e-01,-4.64057e-01,1.14334e+00,-2.17580e-01,-3.29408e-01,-7.34009e-01,2.19267e-01,-8.10930e-01,-7.31291e-01,1.93444e-01,-1.14677e+00,1.69085e+00,5.99143e-01,1.43330e+00,2.64422e-01,1.28655e+00,9.63730e-01,-1.76927e+00,3.38416e-01,7.09286e-02,4.06229e-01,-4.78792e+00,-1.33040e-01,-7.38294e-03,-6.06298e-01,-1.14255e+00,1.24477e+00,9.34877e-01,-4.32666e-01,-4.63674e-01,-5.11202e-01,-1.71894e-02,6.37570e-02,-2.45379e+00,6.62028e-01,-1.13603e-01,1.24350e+00,2.16676e-01,2.50593e+00,-2.87979e-01,6.88720e-01,
5.34389e-01,-3.20861e-01,2.47073e-02,-4.49117e-01,2.51147e-02,-3.64885e-01,-4.68534e-01,-1.51393e+00,-3.68728e-01,5.48295e-01,7.23823e-02,-1.58292e-01,-2.33531e-01,-1.16790e-01,4.79900e-01,-6.51052e-01,-1.40211e-01,5.11568e-01,-6.92230e-01,1.32120e-02,-7.03263e+00,5.27600e-01,-3.33572e-01,-4.73800e-01,-4.70610e-01,-4.24214e-01,4.55175e-01,4.89328e-01,9.18674e-01,-9.53871e-02,1.06676e+00,-3.76700e-02,-2.69745e-02,-2.39835e+00,-2.49120e+00,-1.59435e-01,1.43867e+00,1.37258e-01,-5.90810e-01,2.99112e-01,1.54805e-02,2.96741e+00,6.16410e-02,6.98952e-02,4.30117e-01,2.91030e+00,5.16116e-01,1.01482e+00,-2.94821e-01,-1.35228e+00,
1.59241e+00,-3.89623e-01,-4.58351e-01,2.28855e-01,-4.01701e-02,-1.66820e-01,3.16673e-01,1.99193e+00,1.32032e-01,5.22115e-01,9.06168e-01,-1.34145e-01,1.47102e-01,1.33041e+00,1.47010e+00,-9.08191e-01,-8.66997e-02,5.37541e-01,-6.26392e-01,-8.07961e-01,-2.63078e-03,-2.67131e-01,1.84097e+00,3.26658e-01,-3.48987e-01,3.83592e-01,-3.13107e+00,2.70003e+00,1.05623e+00,-6.15535e-01,2.06939e+00,7.17907e-01,-1.66523e-03,-1.97139e+00,-3.78004e-01,2.45797e-01,1.72220e-01,-6.83023e-01,-2.92173e-01,-9.01844e-01,-7.21228e-01,-2.73577e-01,-3.42549e-02,-1.36696e-01,7.32116e-01,-1.17693e-01,7.84638e-01,1.80776e+00,-7.36018e-01,-2.62631e-01,
4.03158e-01,-5.08252e-01,3.00029e-01,-1.86067e-01,-1.34272e-02,-6.21860e-01,-4.57664e-01,-6.90114e-03,-5.24522e-01,-5.11402e-01,1.26451e-01,-6.02153e-01,3.32571e-01,-8.60335e-01,2.24243e-01,5.47668e-01,-1.96971e-03,1.22359e-01,-1.03060e-01,9.78715e-02,6.28793e-01,-2.58504e-01,-6.68018e-01,2.23986e-01,2.46796e-01,-2.95446e-01,4.67847e-02,5.89070e-01,-1.61116e+00,-9.22821e-02,4.71315e-01,-4.00422e-01,-5.26647e-02,4.04768e-01,-8.94867e-01,-1.91471e-02,3.00588e-02,5.86496e-02,-7.37338e-01,-4.66042e-01,1.43905e-01,-1.32205e-01,-6.62502e-01,9.38456e-02,-2.33233e-01,-4.60492e-01,2.92036e-01,-1.15014e+00,-2.25481e-02,-3.54884e-01,
1.28487e-02,-1.13117e-02,-3.48539e-02,2.12656e-02,-3.30318e-02,7.27424e-03,-5.83891e-02,3.01813e-02,-4.22769e-02,-3.27244e-02,-3.11294e-02,-5.14832e-02,-5.43142e-02,-2.31643e-03,-3.44056e-02,-1.10485e-02,1.15897e-02,2.81572e-02,2.29911e-03,-7.07258e-03,7.91861e-03,2.31475e-02,3.47170e-02,-2.29066e-02,-2.20264e-02,-4.96019e-02,-4.83192e-02,2.93581e-03,1.71259e-02,-3.24486e-02,-1.93813e-02,5.10980e-02,-3.97597e-02,-2.10100e-02,3.56468e-03,1.29669e-02,2.03354e-02,-3.05121e-02,-4.03671e-02,1.82529e-02,1.57554e-02,1.38071e-02,7.34532e-04,-3.37359e-02,-4.63383e-02,-3.63095e-02,-4.37578e-02,-5.07515e-02,-4.06517e-02,1.45499e-02,
-9.11824e-01,-1.89346e-01,6.44156e-02,-1.17411e-01,-4.89108e-02,5.49926e-01,-1.20544e+00,-7.81949e-01,6.59434e-02,-4.64609e-02,4.89837e-01,-3.47459e-01,4.30319e-01,2.97669e-01,-5.57800e-01,1.06687e-01,6.07420e-03,3.02278e-02,-3.32237e-01,-4.79413e-01,7.38979e-01,-1.48646e-01,3.11449e-01,1.12713e-02,1.96388e-01,-5.54754e-01,-7.95628e-01,-7.99868e-01,-1.17034e-01,-1.59588e-01,7.43029e-01,-2.59601e-02,-2.95281e-02,2.87906e-01,-5.56583e-01,2.13192e-01,-2.14389e-02,-4.53191e-02,-3.30267e-01,5.06927e-01,-8.25849e-02,-1.17817e+00,-5.51114e-02,2.36773e-01,1.92992e-01,-1.72382e+00,-5.08283e-01,-8.13343e-01,1.29574e-01,2.53087e-01,
-4.69812e-01,1.56760e-01,-5.20565e-03,-1.08656e-01,-1.71186e-02,-2.28007e-02,-3.17528e-01,2.47239e-02,3.43671e-01,1.46094e-01,1.79305e-01,-1.82054e-01,1.84783e-01,1.30142e-02,3.01639e-01,3.02385e-01,-1.91964e-01,1.45077e-01,1.11034e-01,6.17408e-01,-3.63849e-01,-3.30725e-02,-1.23072e-01,-1.56626e-01,-1.49252e-01,3.09677e-01,7.86903e-03,5.38901e-01,-4.25881e-01,1.58587e-01,1.08785e-01,-2.22890e-01,-8.49508e-03,-3.22266e-01,2.06873e-02,-1.05176e-01,-6.47153e-01,3.56814e-01,-9.87818e-02,2.31402e-03,-5.93802e-02,-4.08675e-01,5.80258e-02,-3.70253e-02,4.77328e-02,-3.78261e-01,-9.51389e-02,-7.62364e-01,3.12587e-01,-1.19274e-01,
6.92199e-03,2.50741e-01,-1.94274e-01,-5.11302e-01,2.70244e-03,-2.61748e-01,-2.28911e-01,-5.37968e-02,-1.39033e-01,1.66879e-01,-1.94612e-01,-5.69194e-02,-3.44255e-01,-2.44814e-01,4.84398e-01,-9.02368e-02,1.91177e-01,3.69319e-01,2.39006e-02,1.07453e-01,-3.48613e-01,-2.78055e-01,-5.72630e-01,9.18828e-01,2.48979e-01,-2.93849e-01,5.25036e-01,-6.75230e-01,1.08323e-01,1.09828e-01,9.60621e-01,-4.57128e-01,-4.67257e-02,4.79640e-01,-1.53784e-02,2.64064e-01,1.47224e-01,7.11789e-01,1.30283e-01,-6.06804e-01,-4.68694e-01,1.47975e-01,-1.06068e+00,1.17175e-01,-2.33514e-01,-3.05661e+00,-3.04059e-01,1.30856e+00,5.65184e-03,6.82352e-02,
3.18012e-01,1.03095e-03,-1.90019e-02,-1.36695e-01,1.06863e-02,1.81065e-01,1.21106e+00,-1.11565e-01,-1.63788e-03,-2.70942e-01,-1.89435e-01,5.39169e-02,-7.80742e-01,-6.19223e-01,-7.66415e-01,-4.07891e-01,-4.46381e-02,-8.61045e-02,2.17585e-01,2.53182e-01,2.59822e-01,-5.40070e-02,-1.14673e-01,-1.49976e-02,7.93905e-02,-4.25735e-01,4.67327e-01,-6.86099e-01,5.80883e-01,1.09920e-01,-1.05797e-02,8.93087e-01,8.90772e-04,1.20900e-01,3.00062e-01,8.17852e-02,-6.09185e-02,-9.79532e-01,1.62151e-02,-6.18629e-01,1.77695e-01,-2.77982e+00,2.58867e-01,-5.58305e-02,-2.88467e-01,-1.61774e-01,-2.79170e-01,7.88875e-01,2.51288e-02,8.78991e-02,
-5.41695e-01,-1.95051e-01,-3.72788e-01,7.74986e-01,1.94357e-02,-7.87620e-01,-5.28991e-01,1.38879e+00,4.42797e-01,1.56215e+00,5.58636e-01,-9.25858e-01,1.37181e-01,3.35557e-01,-2.21713e+00,-2.37672e-01,-3.04451e-01,1.61638e-01,7.91175e-01,4.82173e-01,-1.94643e+00,-6.50068e-01,2.53154e-04,-1.26210e+00,-6.98711e-01,-1.08822e+00,-1.69729e+00,-1.11881e+00,-5.19413e-01,-1.38404e+00,-6.62831e-01,9.86439e-01,1.60626e-02,-6.54585e-01,4.56933e-01,1.52457e-01,-1.80469e+00,-5.50750e-01,-2.62030e-01,-1.61953e+00,7.57303e-01,-2.20121e+00,3.03526e-01,-9.25394e-01,5.65491e-03,1.37756e+00,-7.21505e-01,6.17874e-01,7.66686e-01,9.12471e-01,
-2.79642e+00,-2.43546e-01,3.00347e-01,-1.03131e+00,3.05536e-02,9.00590e-01,2.85929e-01,-1.55638e+00,1.68835e-01,-3.00734e-01,-4.61751e-01,-2.03625e-02,3.81732e-01,-1.80547e+00,-1.73150e+00,-1.16079e+00,1.04337e+00,-1.44947e+00,-5.52533e-01,5.20102e-01,3.32531e-01,-8.32170e-01,-6.11336e-01,-2.77763e-01,8.38680e-01,3.75885e-01,6.51679e-01,-2.19484e-01,-5.54077e-01,2.61236e-01,6.73741e-01,8.88765e-01,-2.70389e-03,1.97756e-01,1.19845e-01,6.12244e-01,-1.22052e+00,2.56310e-01,-2.22737e-01,-5.59852e-01,9.48965e-01,8.50432e-02,-2.64205e-02,-3.18470e-01,-2.77707e-01,-4.85922e+00,-9.05362e-01,-5.01823e-01,4.22901e-01,6.34685e-01,
-1.62798e-01,-2.54158e-02,1.88638e-02,1.08475e-01,2.81488e-02,4.10218e-02,-5.30335e-01,-8.06875e-02,9.62282e-02,3.70151e-02,-1.39420e-01,4.35836e-02,1.35746e-01,1.03099e-02,-4.46349e-01,-1.04683e-01,1.28264e-01,2.48058e-02,1.66014e-04,-1.68126e-01,-6.24672e-02,-4.96087e-02,5.20711e-02,-4.83799e-02,-9.39490e-02,-3.43939e-01,-6.41161e-02,-2.01296e-01,-1.26508e-01,-1.95165e-02,-8.14989e-02,7.58203e-02,3.40239e-02,1.44458e-02,3.87404e-02,-2.54121e-02,-2.62901e-02,1.86299e-01,5.02253e-02,-3.31105e-02,5.56425e-02,-4.66622e-01,2.25712e-02,-5.64636e-02,5.88059e-02,-3.05038e-01,9.85102e-02,2.88926e-01,3.77019e-02,4.59233e-02,
-7.81134e-01,-1.45689e-01,1.35235e-01,-2.79524e-01,-1.81120e-02,3.61068e-01,2.12939e-01,-5.12251e-01,-8.27710e-01,-3.60347e-01,-1.81037e-01,-6.23064e-01,3.16850e-01,1.23252e+00,2.58263e-01,-2.06425e-01,-1.21589e-01,-9.58442e-02,7.10587e-01,-1.29691e+00,-2.18089e-02,-2.44916e-01,-2.50305e-01,2.13109e-01,9.82958e-02,-2.26000e-01,-3.21119e-01,-5.86872e-01,1.25772e-01,1.73799e-01,-4.78711e-01,8.41674e-01,2.26163e-02,5.80785e-01,7.05274e-01,-3.55495e-01,7.47968e-01,-3.56483e-01,1.07952e-01,-2.50131e-01,-1.70711e-01,-1.25129e-01,5.86958e-01,4.93907e-01,-3.88043e-01,-2.20780e+00,-1.64850e-01,-3.87395e-01,-1.49052e-01,5.80313e-01,
2.17648e-01,4.40157e-01,-2.49242e-01,-7.66846e-01,-2.79602e-02,-8.23502e-01,4.38222e-01,-4.38531e-02,8.77644e-02,6.03841e-01,2.59672e-01,6.20162e-01,-1.37686e-01,-3.34416e-01,1.72681e+00,-6.65676e-01,2.57960e-02,1.39662e-02,-2.61457e-01,5.47335e-01,-1.03201e-01,-9.84812e-02,-1.78448e-01,-3.87364e-01,4.62703e-01,2.48989e-01,3.60841e-01,1.08391e+00,1.77983e-01,-5.94428e-02,9.16948e-01,-4.15397e-01,1.77117e-02,-6.30931e-01,-3.99567e-01,1.03213e-01,-2.11611e-01,4.23278e-01,1.08753e-01,-2.05078e-01,-2.46571e-03,5.94264e-01,-3.33883e-01,5.12932e-02,5.03158e-02,1.73839e+00,5.32042e-01,-1.27306e+00,-1.50814e-01,-5.06160e-01,
-1.88565e-01,-9.20177e-02,7.63303e-02,-1.81448e-01,2.48595e-02,2.50679e-01,1.53279e-01,-2.60011e-01,1.05379e-01,-3.21276e-01,-4.48968e-01,1.62504e-01,2.14083e-01,-3.97769e-01,-6.40405e-02,-2.66621e-01,1.60669e-01,-1.59160e-01,5.55948e-03,-2.48658e-01,2.21151e-01,4.65730e-02,-5.74061e-01,1.81651e-01,1.71803e-01,3.27085e-01,-9.26518e-03,-2.07103e-01,-2.69456e-02,4.36619e-01,-6.31594e-02,-3.94416e-01,2.41689e-02,-2.40819e-01,9.34454e-02,1.24605e-02,-5.65505e-01,-1.07739e-01,3.33536e-02,2.17512e-01,-2.61369e-02,-3.40481e-02,-2.32363e-01,-9.87289e-02,-1.28699e-01,-6.96636e-01,5.70037e-02,-3.34748e-01,6.10358e-02,-1.45988e-02,
-1.07359e+00,-8.90761e-02,2.38008e-01,2.00428e-01,-4.33811e-02,4.57054e-01,-6.49802e-01,6.41082e-01,3.61179e-01,-4.28513e-02,5.61737e-01,3.51689e-02,5.27534e-01,1.04051e+00,9.06120e-01,-2.77790e-01,3.30874e-01,-6.65185e-01,3.72142e-01,3.05730e-01,2.08281e-01,-8.01477e-02,1.76105e-01,7.76228e-02,3.24892e-01,6.16202e-01,4.47191e-01,1.96062e+00,-2.24537e+00,3.21661e-01,1.25985e+00,-4.19335e-01,-3.81317e-02,1.85908e-01,2.49941e-01,2.04191e-01,8.66936e-01,3.11278e-02,-6.97186e-02,1.32115e-01,-2.51248e-02,6.13365e-02,-1.46463e-01,8.88192e-02,-1.26163e-02,-4.66712e-01,-5.54670e-01,-1.31089e+00,-8.30202e-01,3.80434e-01,
-2.03744e-01,
1.29883e+00,
-7.24251e-01,
1.19536e-01,
1.92955e-02,
-5.46892e-01,
-6.93130e-01,
-5.11947e-02,
-1.12753e+00,
-1.61392e+00,
2.87162e-01,
-3.02067e-01,
-4.27200e-01,
-2.73635e-01,
1.04797e+00,
-2.36183e-02,
-4.74412e-01,
1.10251e-01,
3.24483e-01,
4.31924e-01,
-5.91378e-01,
4.44188e+00,
-5.30317e-01,
-1.03922e-01,
-5.65342e-02,
-2.17148e+00,
-3.07596e-01,
-7.05302e-01,
1.76528e-01,
-9.98791e-01,
-2.20713e-01,
4.66955e-01,
-1.47106e+00,
-3.03574e-02,
-3.76932e-01,
2.37359e-01,
-4.37971e-01,
-2.51454e-01,
-1.80719e-02,
-1.20601e-01,
-9.86140e-01,
-8.01807e-02,
-1.19949e+00,
1.30874e+00,
-1.64818e+00,
7.15867e-01,
-1.43597e-01,
3.40307e-02,
-5.42565e-02,
-1.22111e+00,
-1.60726e-01,1.01844e+00,5.45094e-01,7.54948e-01,-5.83092e-01,5.15078e-01,2.28707e-01,1.55764e-01,3.64790e-01,1.54063e-01,-1.80046e-01,2.78289e-01,1.22588e-01,-1.90557e-01,4.37684e-01,1.98634e-03,-1.31420e-01,1.98845e-01,1.71013e-01,-2.17862e-01,-7.24063e-02,-1.62117e-01,-2.73036e-02,2.16777e-01,-3.28863e-01,-1.19039e+00,3.45597e-01,-1.48198e-02,-7.66506e-01,1.44233e-01,-1.50362e-01,-3.69988e-01,5.15393e-01,4.91109e-01,5.21063e-02,1.47209e-01,3.80767e-01,8.96021e-02,3.49825e-02,3.74788e-01,3.32680e-01,2.91087e-01,-2.03198e-01,1.24737e-02,-1.29308e-01,6.91821e-01,-4.91344e-02,1.23018e-01,8.47888e-01,-3.69057e-02,
1.68584e-02,3.07570e-01,-2.76853e-01,-1.56943e-02,-2.18174e-01,-4.32370e-02,1.14681e-01,1.86753e-02,2.00567e-03,6.29955e-03,1.66807e-01,-4.91041e-02,-1.35331e-01,3.83880e-02,1.05394e+00,2.40732e-03,5.55594e-02,-7.25093e-02,-2.13551e-03,2.89170e-03,-7.17269e-02,5.55040e-04,1.36599e-02,-8.74904e-03,-4.88916e-03,-3.49387e-01,3.58520e-01,-4.83304e-02,-1.08609e-01,-2.05757e-01,2.22657e-02,-1.05118e-01,-1.22757e-01,-4.81058e-02,-3.64742e-02,6.29586e-02,-4.98289e-02,-1.28214e-01,-1.51092e-02,-6.81829e-02,-2.72541e-01,-3.35681e-02,-1.94991e-01,-2.67794e-02,-6.43517e-02,8.58026e-01,-8.89391e-02,8.72592e-02,-7.56171e-02,1.36198e-01,
-7.80166e-02,8.63798e-02,-7.87470e-02,-7.51969e-01,2.43112e-02,-6.00237e-02,1.34071e+00,1.77376e-01,-4.35876e-01,-1.66727e-01,1.60223e-01,-3.67089e-01,9.99972e-01,-2.42580e-01,6.78506e-01,1.12147e-02,-1.59324e-04,4.14117e-01,3.02918e-01,7.88834e-03,5.62696e-01,1.66962e-01,-1.72139e-01,4.16773e-01,-6.14049e-01,-7.69878e-01,-4.31430e-01,-9.15508e-01,-4.38990e-01,-1.24107e-01,4.99988e-01,-2.16190e-02,7.15549e-01,3.53793e-02,8.91833e-02,-6.25735e-01,-3.07940e-01,4.83845e-02,-2.68021e-02,-8.99901e-01,-9.58130e-01,-5.12386e-01,-6.91560e-01,1.91647e-01,-2.17451e-01,-7.88859e-01,1.17899e-01,3.59300e-01,7.63790e-01,-1.63415e-01,
-6.76943e-01,3.15516e-01,5.73409e-01,7.78352e-01,4.28491e-01,3.11407e-01,2.68877e-01,5.34388e-02,-5.73381e-01,-2.39747e-01,-1.36042e-01,2.69733e-01,-2.83228e-01,2.55466e-01,6.50598e-02,-2.41011e-02,1.54858e-01,-3.51918e-01,7.49869e-01,6.51952e-01,-1.15602e+00,-1.45100e-01,2.34950e-01,-4.01790e-02,1.83855e-01,-6.00317e+00,1.08267e+00,-6.55147e-01,5.71354e-01,1.51697e-01,9.91135e-03,8.89012e-01,-1.49843e+00,4.55179e-02,2.81444e-01,-6.10327e-02,1.78043e+00,-1.18676e-02,-4.94694e-02,2.81077e-01,4.17309e-01,5.24698e-01,7.09197e-02,-4.34251e-01,-5.35611e-01,3.98133e-01,-4.64182e-01,-2.07690e-01,7.86805e-01,1.27053e-01,
2.15270e-02,7.10547e-01,7.55657e-02,-5.99077e-01,-1.39026e+00,-3.72577e-01,-9.51975e-02,1.22551e-01,-1.54193e-01,-2.02807e-01,1.34793e-01,-5.80622e-01,1.27568e-03,-5.70261e-01,3.08249e-01,-3.48664e-02,-1.25689e-01,2.64301e-01,-2.71704e-02,-5.22944e-01,-7.80833e-01,8.59725e-02,-1.88083e-01,-2.76153e-01,-4.16899e-02,-1.94814e-01,-1.35363e+00,3.86949e-01,-1.37710e-01,2.34320e-01,7.62767e-02,-4.61838e-01,-1.48722e-01,-5.95540e-01,2.83257e-01,-6.25727e-01,-5.03258e-01,-1.53032e-01,-2.80213e-02,-8.69842e-01,1.76817e-01,-1.20678e+00,-9.17586e-02,-6.32412e-03,1.48847e-01,-2.49243e-01,-7.83500e-02,-1.03087e-01,-1.26435e+00,-4.11972e-02,
4.29138e-02,-1.64667e-01,3.06923e-02,-2.88968e-01,-9.87154e-02,4.47670e-02,-1.00031e-01,1.26686e-03,2.42538e-02,-3.37548e-03,-4.03003e-01,1.68832e-01,-5.40195e-02,-8.70617e-02,-2.04234e-01,8.46583e-02,-5.94274e-03,-2.20408e-01,-6.86069e-02,2.12306e-01,1.32274e-01,1.25107e-01,-1.43981e-01,-4.68826e-01,4.03376e-01,6.55379e-01,3.68766e-02,-1.08191e+00,-3.24207e-01,6.97061e-02,-5.09090e-01,-8.46070e-01,1.45358e-01,-2.61635e-02,-2.53594e-01,-2.71084e-01,1.14723e-01,2.61625e-01,-4.27825e-03,-3.30741e-01,-2.95731e-01,-3.92068e-01,-1.94640e-01,-6.33284e-03,-1.88843e-01,-2.75657e-02,-1.09077e-01,3.42697e-02,-1.27813e-01,1.04424e-01,
-8.96266e-02,2.38125e-01,-6.29133e-01,6.71891e-01,-4.87507e-02,-5.37830e-02,-5.61060e-01,-2.47271e-02,2.82126e-01,9.51300e-02,4.22572e-01,-4.44471e-03,-1.12176e-01,2.08887e-01,4.29839e-01,5.78843e-02,-1.22824e-01,-5.76884e-02,2.56385e-01,1.86909e-02,3.88058e-01,-6.14423e-03,2.77319e-01,1.51795e-01,-1.76030e-02,1.84987e+00,6.55181e-01,5.02902e-02,-7.05612e-02,-4.69925e-01,4.06925e-01,2.39691e-01,-6.10739e-01,5.26845e-02,-2.26438e-02,-6.56777e-01,1.78834e-01,2.75416e-01,3.52284e-02,-1.19715e+00,-5.79211e-01,-5.51467e-02,5.37264e-01,2.83855e-02,1.05617e-01,1.29365e+00,-1.54064e-01,-2.71055e-01,-5.13654e-03,2.46738e-01,
-5.40432e-01,6.63466e-01,7.51536e-01,4.49740e-01,-4.47969e-02,-9.38106e-01,-2.97568e+00,-1.21470e+00,-5.59676e-01,-7.26163e-01,2.60895e-01,6.14894e-01,-8.65905e-03,-2.55949e+00,8.10601e-01,2.21701e-02,-2.92068e+00,-1.30904e+00,-1.20397e+00,3.29207e-01,-2.67704e+00,-1.48083e-01,-1.46961e+00,6.30487e-01,-2.77635e+00,-1.10522e+00,6.41326e-01,-8.97678e-01,-1.18170e-02,1.19264e-01,9.35904e-02,-1.65896e+00,4.88648e-01,-4.25471e+00,-7.41694e-01,-3.70153e-01,9.63764e-03,-6.78725e-01,2.86369e-02,5.70026e-01,-1.03983e+00,-2.05265e+00,-2.92843e+00,-4.61430e-01,-3.23999e+00,4.94404e-01,-9.12057e-01,-3.46144e-01,-1.19575e+00,2.26897e+00,
-5.31005e-02,4.79276e-03,-9.67976e-03,2.86772e-02,3.19782e-02,1.66583e-02,-1.30156e-02,1.54388e-02,-2.72463e-02,-2.22254e-02,-2.90089e-02,2.83244e-02,5.13411e-02,2.60511e-02,-6.27090e-02,-1.40956e-02,-7.92990e-02,8.86895e-03,-9.57399e-03,-1.96554e-02,-3.16084e-02,-7.24937e-02,-3.91829e-03,4.52251e-03,2.49957e-03,1.18616e-02,-4.44441e-02,-3.84091e-02,2.21400e-02,-4.61848e-02,-4.95185e-02,-3.09926e-02,-3.90414e-02,6.35900e-04,3.35025e-02,1.67145e-02,1.53966e-02,-3.05237e-02,-2.67470e-02,1.35422e-02,-2.89035e-02,-9.49720e-05,1.45051e-02,3.21580e-04,-4.22471e-02,-3.73682e-03,4.04374e-02,-5.41587e-02,8.74802e-03,1.67145e-02,
-7.11251e-02,1.63734e+00,-2.16109e+00,1.66179e+00,5.08613e-01,-1.10023e+00,-1.08366e-01,1.69021e-01,-3.01923e-01,1.88122e-01,-1.20087e+00,-7.65683e-01,-2.59840e-01,3.96837e-01,1.26301e+00,4.40442e-02,2.20688e-01,3.89977e-02,2.28487e-01,-1.02677e+00,-1.02785e+00,-1.83410e-01,2.62901e-01,2.94649e-01,2.52703e-01,-1.82003e+00,3.33471e-01,5.21508e-01,1.28940e+00,-3.18875e-01,6.84437e-01,8.18311e-01,1.30515e-01,-1.59458e-01,-3.12725e+00,4.03905e-01,-4.32171e-02,-3.48339e-01,-1.81676e-02,2.93286e-01,-1.35105e-01,-2.24240e-01,-1.40804e+00,-5.33380e-02,3.15290e-01,-2.17925e-01,1.79353e-01,-1.05675e+00,-5.22769e-01,-6.62234e-01,
4.63121e-02,-2.65615e-01,2.10888e-01,-3.02473e-01,-1.26873e-02,-1.44855e-01,8.48322e-02,-4.18834e-02,-1.39739e-02,2.95646e-02,9.14871e-02,2.64492e-02,-7.97473e-02,-7.03511e-02,-2.03360e+00,-4.55081e-02,1.33140e-01,7.05887e-02,1.43782e-01,-3.68149e-03,-1.13897e-01,7.84048e-02,2.65756e-02,1.81539e-01,-8.15948e-02,-7.87388e-01,-8.71562e-01,-5.49447e-02,2.48593e-02,-1.19354e-01,1.19967e-01,-1.15171e-01,-9.91462e-02,-7.91239e-02,2.09436e-03,8.38446e-02,2.12000e-01,-7.50216e-02,4.39395e-02,1.35190e-01,-3.92741e-01,9.88022e-02,-5.18688e-01,-6.58355e-03,3.95569e-02,8.15441e-04,-1.04525e-01,-6.09908e-02,-2.73856e-01,-8.35634e-02,
1.09844e-01,2.14902e-01,-1.13705e+00,8.76580e-01,-3.99848e-02,3.36616e-01,-2.11495e+00,1.69301e-01,1.16425e-01,-2.10431e-02,-8.08700e-01,7.89506e-01,-2.10712e-01,4.63545e-01,1.95694e+00,-1.07286e-02,-4.74880e-02,-2.65240e-01,5.67936e-02,2.32226e-01,-1.89435e+00,-1.15364e-01,-1.18405e+00,-4.16512e-01,-1.62653e-01,-6.22867e+00,1.47661e+00,-2.20487e-01,-6.58383e-01,-2.34784e-01,-2.49615e-02,4.09359e-01,-3.64031e-01,-3.05502e-01,-3.81768e-01,1.59846e-01,-2.92886e-01,9.53979e-01,3.62567e-02,6.53793e-01,-3.61913e-01,-1.87125e-01,5.78858e-01,1.63282e-01,-3.28093e-01,8.80434e-01,-6.16165e-01,-4.25777e-01,6.88087e-02,7.03992e-02,
-3.10056e-01,-3.10394e-01,-4.96736e-01,-2.07200e-01,2.16760e-01,-2.34921e-02,3.26333e-01,7.38836e-01,-5.16220e-02,-7.43459e-02,3.11540e-01,4.91969e-01,-1.59674e-01,1.21775e-01,1.10855e+00,-2.74748e-02,3.47715e-01,3.06454e-01,2.39808e-01,4.00359e-01,-2.67620e+00,4.54126e-02,1.87351e-01,4.07565e-01,-1.94010e-01,6.95729e-01,-4.29289e-01,2.03243e-01,2.28470e-01,-3.73548e-01,9.29944e-01,1.16253e+00,-4.18843e-01,3.82658e-01,-1.62645e-02,1.05456e+00,4.65604e-02,2.67187e-01,5.24872e-02,7.26091e-01,-1.18187e+00,1.29460e-01,2.36873e-01,-9.99971e-02,-3.06213e-01,2.59926e-01,1.95034e-01,1.69000e-02,7.55749e-01,-3.10467e-02,
-1.10380e-01,1.67976e-01,4.04947e-01,3.39198e+00,1.86076e-01,2.33826e-01,-1.13150e+00,2.08937e-01,-7.57929e-02,-1.25844e-01,4.98340e-02,1.05696e-02,-7.30815e-01,-7.07884e-02,-5.53177e-01,-1.83118e-02,-4.31918e-01,-1.48080e-01,-7.03858e-03,1.30047e-01,8.65023e-01,-1.66546e-01,2.21849e-01,-5.82483e-02,-9.84640e-01,-1.07234e+00,1.71349e+00,1.52855e-02,1.00092e+00,4.17427e-02,3.02226e-01,-1.07526e+00,2.59354e-01,1.67111e-02,2.42593e-01,9.58188e-01,-5.53312e-01,4.18762e-01,-3.52612e-02,-6.33720e-01,7.99673e-01,-2.13574e-01,2.38123e-01,1.23192e-01,7.65335e-03,1.69648e+00,3.58736e-01,5.35424e-02,2.24712e-01,1.92030e-01,
-1.15251e-01,-2.06957e-01,4.91033e-01,1.93913e+00,9.57312e-01,-9.45170e-01,-9.20101e-01,9.24524e-02,5.08265e-01,1.26608e-01,9.13723e-01,-2.55844e-01,-6.22770e-01,8.27955e-01,7.24529e-01,-4.37115e-03,-2.58641e-01,-1.16843e-02,-1.14478e-01,-1.33315e-01,1.04359e+00,-2.58223e-01,-3.44286e-01,1.47653e+00,2.15929e-02,1.24097e+00,9.50898e-01,9.37019e-01,1.18205e+00,-7.75513e-02,1.23403e+00,1.07507e-01,2.11776e-02,9.01414e-01,2.39445e-02,1.45732e+00,1.23965e+00,-4.87516e-01,2.19314e-03,1.08797e+00,1.87520e+00,-5.73351e-01,4.66013e-01,1.88289e-01,2.82631e-01,-8.35538e-01,2.09789e-01,-3.86952e-02,-1.79213e+00,9.70892e-01,
-1.16255e-01,2.86765e-01,7.94700e-02,1.24934e+00,3.30644e-02,-3.06511e-01,1.16894e-01,5.46631e-02,2.53050e-01,-3.14347e-02,3.90616e-01,-4.56664e-01,1.38749e-01,5.08887e-01,-1.89289e-01,-2.93146e-02,1.27393e-01,-4.38761e-01,-2.21110e-02,1.30221e-01,-2.14623e+00,9.48486e-03,1.10535e-01,-9.95818e-02,4.94307e-03,5.30613e-01,-2.18159e-01,-1.72045e-01,2.92499e-01,-9.09800e-02,4.83317e-01,1.19671e+00,-2.07577e-01,1.73374e-01,4.65603e-02,1.06742e+00,-4.10216e-01,2.30800e-01,2.95128e-02,9.26236e-01,3.41437e-01,5.34631e-01,5.05977e-01,-1.03324e-01,1.65770e-02,-5.15869e-01,-3.60910e-01,-1.24151e-01,3.38435e-01,-3.26571e-01,
1.42211e-01,6.07140e-01,-8.95148e-01,-3.57579e+00,2.29015e-01,-7.67290e-01,-1.24743e+00,-4.06214e-01,-2.02572e-01,3.47589e-01,3.51619e-01,4.68318e-01,-9.16829e-02,2.08854e-01,4.70514e-01,5.81082e-02,3.53506e-01,2.52524e-01,4.71776e-01,-5.18600e-01,-5.57510e-01,1.74116e-02,-1.34541e-01,8.70117e-01,-4.85966e-01,1.28094e+00,4.78397e+00,3.38775e-01,6.58823e-01,-4.86027e-01,1.29060e+00,8.64007e-02,-5.86664e-01,2.85389e-01,2.73996e-01,-2.85064e-02,-3.33632e-01,1.25129e-02,-4.11172e-02,6.53522e-01,-9.41891e-01,7.17435e-01,8.11539e-01,5.47287e-02,3.23730e-01,3.29272e-01,2.90193e-02,-9.38752e-01,-3.98294e-01,-2.78997e-01,
3.31869e-01,-4.78048e+00,-7.44674e+00,5.61792e+00,-1.01947e+00,-3.97066e-01,-8.30010e-01,-3.77866e-01,1.31085e+00,8.21790e-02,-2.47096e+00,-2.06609e+00,-2.62683e-01,4.49968e+00,-5.90850e+00,1.93008e-02,-5.63947e-02,1.23426e+00,-7.60144e-04,-2.70270e+00,-1.64556e+00,-5.41458e-01,-1.00731e+00,-6.01426e-01,7.74190e-01,3.06060e+00,4.21216e-01,1.48227e+00,3.43262e+00,-9.58156e-01,2.87137e-02,3.63683e+00,1.99356e+00,2.09448e-01,-1.91434e+00,-9.44838e-01,-2.96129e+00,3.90169e+00,2.03013e-03,3.05453e+00,9.92394e-01,5.01624e-01,-3.67525e-01,-1.42307e-01,2.19997e-01,-4.48381e-01,1.69972e+00,2.61882e+00,-2.25095e-01,3.69420e+00,
-2.83758e-01,-2.14038e-01,5.05194e-01,2.44650e+00,-6.21216e-01,6.27847e-03,1.08286e+00,7.47622e-02,6.82808e-01,-9.36995e-01,7.61525e-01,-4.56332e-01,2.38649e-01,5.92447e-01,-3.52251e+00,-5.17008e-03,-9.06683e-01,5.59244e-01,7.28545e-01,1.46898e+00,2.52312e+00,-2.18225e-01,3.56240e-01,-1.11980e+00,7.25956e-01,1.37234e+00,2.74187e+00,5.20368e-02,9.07075e-02,-1.59384e-01,2.94770e-01,1.46564e-01,7.14861e-02,-1.84509e-01,3.69807e-01,1.60053e+00,7.82029e-01,2.04262e+00,-4.56904e-02,2.50608e+00,-4.27320e-01,2.18798e-01,-2.77381e-01,2.08709e-02,2.25186e-02,2.38445e+00,-4.82844e-01,4.67887e-01,1.04809e+00,-1.12782e+00,
-1.35897e-01,4.57337e-01,-2.91530e-01,1.26907e+00,3.31413e-01,-2.70849e-01,4.14381e-01,-1.84742e-02,3.12447e-01,1.02792e-01,3.68588e-01,-3.12933e-02,-7.64726e-02,3.43122e-02,1.19163e+00,-3.08500e-02,-6.93841e-02,-1.73499e-01,-4.98203e-02,2.18230e-01,7.81071e-01,-6.19542e-02,-1.95897e-01,4.21275e-03,-2.80618e-01,-2.99052e-01,1.29037e-02,3.58216e-01,2.49872e-02,1.82731e-01,3.54389e-01,1.18042e+00,-6.74130e-01,4.64873e-01,5.04990e-01,1.75045e-01,-4.04674e-01,2.54442e-01,-4.03801e-02,9.38802e-01,4.92446e-01,-2.43604e-03,-2.22116e-01,1.17146e-01,-5.06813e-02,8.94159e-01,8.35948e-02,-1.80662e-01,9.37523e-01,9.90304e-02,
1.29589e-01,4.84627e-01,-8.52456e-01,-6.95197e-01,3.08463e-01,5.12508e-01,-1.74899e+00,1.79042e-03,1.55955e+00,2.70210e-01,5.00308e-01,-2.10988e-01,8.43897e-02,-8.08559e-01,5.66043e-01,-2.88768e-02,-6.79627e-01,-5.36827e-02,-1.80209e-02,1.02634e-01,-7.96490e-01,-1.73473e-01,4.44199e-01,-2.79861e-01,-8.64728e-01,-1.66866e+00,-3.96512e-01,-7.82808e-03,1.62081e-01,-7.17052e-01,4.28599e-01,1.42580e+00,6.02585e-01,6.14575e-01,2.54662e-01,-5.44134e-01,2.35539e-01,7.47696e-01,-2.32772e-02,9.01370e-01,-1.14323e-01,-9.64513e-01,1.57732e+00,5.21881e-01,-8.24049e-01,3.79149e-01,4.67607e-02,-2.05593e-01,2.01354e+00,9.57869e-01,
-8.86273e-03,2.57726e-01,-3.01196e-01,1.04057e+00,-6.95197e-01,-7.81359e-02,2.04487e-01,3.21047e-01,3.20516e-02,-2.56588e-01,9.03464e-01,5.16168e-01,-2.90281e-01,3.18557e-02,-1.77861e-01,3.21810e-03,-1.46696e-01,-2.34277e-01,-1.93646e-01,5.35854e-01,2.58771e-01,1.32891e-02,-7.94455e-02,7.07843e-01,1.46493e-02,-1.68728e+00,6.89317e-01,-2.18778e-01,4.05689e-01,-5.37958e-01,-2.86421e-01,1.91049e-01,-5.25036e-01,1.85134e-01,-3.33504e-02,4.16590e-01,-2.80888e-01,1.03130e-01,1.93224e-02,1.79221e-01,-6.16069e-01,-7.81225e-01,6.79811e-01,4.67019e-02,-1.93336e-01,1.18001e+00,-3.70471e-01,-2.58566e-01,-2.79289e-01,-1.39899e-01,
-3.39524e-01,-4.60453e-01,-1.08833e+00,-2.39917e+00,1.16822e+00,7.95122e-02,1.60629e+00,1.75950e-01,-1.11379e+00,-8.94505e-01,6.52857e-01,-2.51958e+00,5.60495e-01,-1.93969e+00,3.25416e-01,-2.91982e-02,7.81483e-01,-1.97214e+00,-1.52579e+00,1.25904e+00,-5.40387e+00,1.63182e-01,6.78625e-01,7.28644e-01,1.38263e+00,-1.02473e+00,-2.41850e+00,-1.79246e+00,2.17959e-01,-3.67250e-03,6.64284e-01,3.23178e+00,-5.70821e-01,6.77131e-01,-2.43937e+00,1.78566e+00,-4.07052e+00,-1.47343e+00,-3.64687e-02,1.14007e+00,1.76068e+00,2.42840e+00,8.88836e-02,-1.23814e+00,-1.32239e+00,-5.69985e-01,-1.51751e+00,2.07585e-01,2.27355e+00,-1.58062e+00,
-2.48061e-01,1.77872e+00,-8.02793e-01,4.30233e+00,1.35884e+00,-1.94571e+00,3.58231e-01,-5.64197e+00,3.55021e+00,1.17662e+00,-4.76070e+00,-7.65590e-01,3.08367e-02,3.76195e+00,2.43568e+00,1.16160e-02,-1.66563e+00,4.84092e-01,1.36764e+00,-1.39925e+00,-6.37307e+00,-4.64725e-01,1.55837e+00,-1.28428e+00,-1.39481e+00,-4.67353e+00,-1.69991e+00,-2.95385e+00,-9.18407e-01,-4.41826e-01,1.03899e-01,-1.99612e+00,3.62446e-01,-1.07741e+00,2.48569e+00,2.07385e+00,-3.48027e+00,-2.90524e+00,3.24767e-02,3.22834e+00,2.19298e+00,3.03759e+00,1.23024e+00,5.55117e-01,4.82958e-01,2.77356e+00,-2.93255e+00,1.19023e+00,2.95424e+00,-2.29475e+00,
-2.62178e-01,-4.58878e-02,-9.37870e-01,-1.89303e+00,7.72935e-01,-9.99954e-02,9.08551e-01,5.11423e-02,-4.41893e-01,-6.32912e-01,2.76313e-01,-1.75418e+00,2.34533e-01,-1.10911e+00,1.55394e-01,-8.73910e-03,5.89787e-01,-1.41153e+00,-1.05424e+00,9.93494e-01,-3.77607e+00,1.62457e-01,4.55302e-01,8.41287e-02,9.74141e-01,-1.43951e-01,-6.65669e-01,-1.19211e+00,1.84217e-01,1.21523e-01,3.66027e-01,2.24195e+00,-3.93702e-01,5.54702e-01,-1.72498e+00,1.69507e+00,-1.75902e+00,-8.75782e-01,5.75433e-03,8.73223e-01,7.38428e-01,1.68786e+00,-1.04460e-01,-8.84413e-01,-9.11601e-01,1.19487e-01,-8.71927e-01,3.34030e-01,1.86780e+00,-1.30792e+00,
7.67954e-01,4.60026e+00,2.13063e+00,-1.32168e+00,2.61466e+00,1.83367e+00,-1.11522e+00,9.24012e-01,1.54615e+00,-1.45822e-01,2.42215e-01,1.50971e+00,-6.24256e-01,1.36649e+00,2.74474e+00,1.56901e-03,-2.13999e+00,2.26843e+00,2.60201e-01,2.36069e+00,-1.14782e+00,-1.05833e+00,3.58407e-01,3.29821e+00,-3.56755e-01,4.76453e+00,3.20655e+00,-2.08660e+00,1.33397e+00,-2.91138e-01,1.47855e+00,5.12687e+00,1.65519e+00,2.38967e+00,-9.10117e-01,1.19542e+00,4.02243e+00,5.78589e+00,5.46965e-04,3.78449e+00,-1.80309e+00,-1.67653e+00,-8.36206e-01,-1.39004e+00,-4.16586e-01,7.86507e+00,8.57349e-01,1.80941e+00,-3.12602e-01,3.30530e+00,
1.67643e-01,1.19953e-02,1.20049e+00,1.78137e-01,-5.73831e-01,7.93659e-01,1.46709e+00,-8.47945e-01,8.73053e-01,1.81270e-01,-1.82477e+00,9.10157e-01,2.25231e-01,1.71803e-01,-1.84959e+00,-2.69025e-02,-4.91237e-01,-1.06018e-01,1.08411e+00,-6.36448e-01,-3.88962e-01,-1.67784e-01,-3.96612e-02,4.28059e-01,-2.44791e+00,-1.84944e-01,1.92717e+00,-1.89667e+00,-5.73814e-02,-2.77239e-01,7.39132e-01,4.45495e-01,1.45212e+00,-1.04705e+00,-8.30734e-01,7.43047e-01,-1.00154e-02,-4.45769e-01,1.32588e-02,-1.09493e+00,-4.81744e-01,4.52467e-01,-6.63250e+00,-2.51489e-01,2.60646e-01,5.44182e-01,-6.50781e-01,-5.28749e-01,4.57026e-01,9.96357e-02,
-7.62070e-01,1.04181e+00,-4.43942e-01,3.64249e-01,9.10956e-01,9.46870e-02,9.16470e-01,-3.66499e-01,1.58392e-01,3.14675e-02,1.06267e+00,-3.20060e-02,-8.46022e-02,1.90092e-03,7.81122e-01,5.09579e-03,4.42668e-01,-3.99651e-01,1.90172e-01,1.17256e+00,2.16685e+00,-2.54247e-01,3.00775e-02,-3.63824e-01,-2.64876e-01,-4.03896e+00,3.39660e+00,-8.83549e-01,-7.09038e-01,1.14175e-01,-1.27039e-01,1.94993e+00,-2.17122e+00,8.76323e-01,4.89684e-01,6.66733e-01,3.64016e+00,-2.92877e-01,-9.62456e-03,9.51975e-01,1.71838e+00,1.06461e+00,8.02761e-02,-8.39625e-01,-6.59713e-01,1.52337e+00,-7.48851e-01,9.26511e-02,2.54450e+00,-7.28051e-01,
-3.29352e-01,1.42367e+00,3.22940e-01,9.74157e-01,3.27885e-01,-3.88581e-01,-7.10207e-01,-3.29501e-02,-1.03743e-01,3.15757e-01,-8.31642e-01,6.03582e-02,2.74633e-01,3.07618e-01,2.21992e+00,-2.58942e-02,9.94880e-02,-4.94080e-02,1.71766e-01,-4.98069e-01,-2.90142e-01,-1.37726e-01,-1.68459e-01,-6.94352e-01,-3.95802e-01,1.43243e+00,-2.57868e+00,-2.21333e-01,-6.29181e-01,2.59463e-01,5.38012e-01,5.43416e-01,-7.22655e-01,6.41619e-01,2.28992e-01,1.98630e+00,-1.25045e+00,7.76948e-02,-3.12254e-02,1.08771e+00,1.22034e+00,1.60904e-01,-1.04307e-01,6.15823e-02,2.62719e-01,-8.53778e-01,2.75872e-01,-1.53979e-02,9.14646e-01,-9.97584e-01,
-7.04458e-02,1.52038e+00,-1.02846e+00,3.11422e+00,4.41674e-01,-7.56548e-01,-1.21234e+00,-1.86283e-01,1.48991e-01,1.89105e-01,8.18519e-01,3.81005e-01,-1.48617e-01,2.47787e-01,6.44989e-01,-2.39987e-02,4.19125e-01,9.39970e-02,2.45089e-01,1.24688e-01,5.46041e-01,-6.85080e-02,-5.68255e-01,6.84551e-01,2.66675e-02,-9.52654e-01,2.10725e-01,5.21217e-01,3.53986e-01,-2.65019e-01,1.05193e+00,1.03883e-01,-1.34086e-01,1.24429e-01,-1.86163e-01,1.12531e+00,3.38714e-01,3.06566e-02,4.24059e-03,6.65752e-01,-5.12977e-01,7.86918e-01,1.61548e-01,1.22911e-01,2.26172e-01,1.10217e+00,1.86936e-01,-2.45843e-01,-2.14698e-01,-7.39466e-01,
-7.40546e-02,1.07268e+00,-1.57595e-02,-9.02215e-04,-6.02082e-02,-1.41511e-01,5.66229e-01,-1.54708e-01,1.84918e-01,1.21671e-02,1.48009e-01,-1.64928e-01,3.60925e-01,1.46006e-01,-1.26825e+00,1.14693e-02,-3.15453e-01,-7.49262e-02,4.19951e-02,-2.32426e+00,-1.94703e+00,-6.84320e-02,-6.27802e-02,-4.92501e-01,2.85449e-01,1.15731e+00,6.90628e-01,7.93187e-01,3.81102e-01,-5.08021e-02,-1.34582e-01,2.67264e-01,-3.53279e-01,-1.31496e-01,-3.07424e-01,5.05144e-01,9.80418e-01,-8.80338e-02,4.17262e-02,-1.09363e+00,-2.02548e-01,2.41955e-01,-3.24852e-01,-1.47363e-01,-1.94766e-01,8.26039e-01,-2.78961e-01,7.51733e-02,9.86935e-01,7.49673e-01,
-1.56646e-02,-6.59718e-02,-8.51639e+00,-1.21346e+00,-3.27456e-01,-4.71831e-01,5.05554e-01,5.78290e-01,2.86375e-01,2.34024e-01,-6.21732e+00,-1.36875e-01,1.94261e-03,-1.89820e-01,1.20236e+00,1.67028e-02,9.40301e-02,-1.93050e-01,-7.64351e-02,2.38030e-01,4.23933e-01,4.46080e-02,-5.42188e-01,-7.77398e-01,-6.02425e-02,-1.29804e+00,-1.78836e+00,-5.42562e-02,-6.26472e-01,-1.46993e-01,-3.01462e-01,1.11823e-01,-1.00338e+01,-2.66256e-01,-5.08233e-01,-6.77851e-01,-1.04887e-01,-3.95236e-01,2.27526e-02,-2.86713e-01,-3.15651e-01,-2.14256e-01,2.21950e-01,-1.25896e-01,3.53944e-02,-3.68441e-01,-3.82721e-02,-3.04371e-01,-5.39247e-01,-7.09432e-01,
-2.20629e-01,1.08209e-01,-1.78809e-03,2.11733e+00,3.62379e-01,-3.85296e-01,5.01130e-03,5.04336e-01,1.60440e-01,-1.42748e-01,1.09891e+00,-9.40023e-01,2.82702e-02,4.45787e-01,1.41330e+00,4.84494e-02,4.75244e-02,-8.13279e-02,-1.07215e-01,4.70637e-01,1.41920e+00,2.80680e-01,2.17736e-01,5.55837e-01,3.13258e-01,1.32652e+00,1.39681e+00,-9.46865e-02,4.39834e-01,8.85501e-01,9.97385e-01,1.96262e+00,2.71329e-01,7.38313e-01,-1.30799e-01,1.52367e+00,-2.31630e-01,1.22095e+00,-3.79346e-02,9.22850e-01,-1.19499e-01,3.01285e-01,3.41105e-01,7.88953e-02,9.61336e-02,-1.09566e+00,3.96463e-01,-2.27641e-02,1.75885e+00,-7.16952e-01,
-7.77109e-03,5.62100e-01,-2.11977e+00,-1.23456e+00,-4.15691e+00,-1.72929e-01,-3.51243e-01,-5.78030e-01,-1.42489e-01,7.44501e-02,-5.00039e+00,1.94460e-01,2.94294e-01,-6.28696e-02,-2.34150e+00,-9.48670e-03,-2.78121e-03,2.16466e-01,3.71023e-01,-1.51795e+00,2.13762e+00,-1.00956e-01,-3.10202e-02,-4.45690e-01,2.29356e-01,1.50931e+00,1.11834e-01,-1.37175e+00,-1.37479e+00,-2.00088e-01,8.22034e-01,-3.17823e+00,-1.87608e+00,4.26678e-01,1.67750e-01,5.27012e-01,2.53877e+00,-5.66642e-01,2.23069e-02,-3.39352e-01,-3.81279e-01,-8.88029e-01,-1.96116e-01,-2.62012e-01,-2.26971e-01,5.25080e-01,-2.00333e-01,-3.85766e-01,-1.38725e+00,-1.56312e+00,
7.09326e-02,3.15482e+00,3.29409e+00,8.85674e+00,1.43914e+00,3.66062e+00,-1.58876e+01,-1.12013e+00,1.77147e+00,-3.53391e-01,1.36760e-01,3.34748e+00,2.88163e-01,2.93061e+00,1.66493e+00,1.44609e-02,-1.98483e+00,1.36811e+00,2.83348e+00,-4.03376e-01,3.17932e+00,-7.91956e-01,2.85529e+00,-2.61155e+00,2.91300e+00,3.86501e+00,-4.08968e-01,-1.50186e+00,1.10416e+00,-1.94671e+00,5.35942e-01,-6.53674e+00,7.14726e-01,4.00599e-01,-3.82815e-01,-8.48859e-01,8.26252e-01,-1.69125e+00,4.21925e-02,1.52627e+00,8.54544e-01,-1.11603e+00,9.68735e-01,-5.74526e-01,6.06352e-01,5.68378e+00,4.18684e-01,8.68876e-01,-6.61748e-01,-1.50427e+00,
3.32874e-01,9.02764e-02,2.11945e-01,-6.32871e-01,-1.06497e-01,-1.24273e-01,-9.69196e-02,-4.76097e-01,-1.74679e-01,-1.10329e-01,-4.26133e-01,1.75897e-01,4.56271e-01,2.50294e-01,-6.15441e-02,4.18896e-02,-1.24901e-01,4.45820e-01,-3.55502e-01,-7.66967e-01,7.07377e-01,1.03778e-01,-4.18891e-01,-5.86965e-01,-2.73280e-02,-8.17268e-02,9.85832e-02,3.40756e-01,-6.28571e-01,-3.82889e-02,-6.95609e-01,-2.02315e+00,-2.73942e-01,-2.76945e-01,3.17572e-02,-7.50112e-01,-3.04072e-01,1.20067e-01,-2.09011e-02,-1.62276e-01,-5.58992e-01,-1.24933e+00,-2.88351e-01,1.07177e-01,4.44857e-02,-2.59344e-02,-1.56411e-01,-2.51237e-01,-2.57011e+00,1.93604e-02,
2.86406e-02,1.23156e+00,-1.99844e-01,3.91105e-01,-4.20497e-01,4.11145e-02,1.13595e+00,8.88953e-02,8.85935e-01,7.77886e-02,1.01139e+00,-4.93084e-01,-1.00788e-01,9.10082e-01,2.39786e+00,-5.39061e-03,-4.58291e-01,6.85020e-01,-5.61427e-01,1.20007e+00,7.15708e-01,-1.19576e-01,1.45694e-02,-3.30262e-02,1.71002e-01,-5.11016e-03,1.95456e+00,5.58699e-02,-1.15597e+00,-2.06040e-01,-9.07536e-01,1.77763e+00,1.45235e-01,8.84158e-01,3.02387e-01,1.77074e+00,6.15242e-01,1.20610e+00,4.84563e-03,1.33539e+00,6.12121e-01,-1.06693e-01,2.37492e-01,-3.87473e-01,1.99022e-01,1.87048e+00,-1.23311e+00,5.14630e-01,9.39203e-01,-7.18414e-02,
2.05078e-01,5.48084e-01,3.19350e-01,6.40839e-01,-1.02809e+00,-2.86917e-02,-9.29776e-01,9.61534e-02,4.46088e-01,-6.47747e-02,3.61473e-01,-4.03949e-01,-1.09218e-01,4.30612e-01,4.53351e-02,3.70366e-02,-4.03516e-01,3.46919e-01,-1.34714e-01,-3.67175e-01,3.80135e-02,4.64985e-02,-2.56210e-01,-3.98722e-01,2.31079e-01,-2.93830e+00,9.50205e-01,6.93575e-01,2.74642e-01,1.14272e-01,-4.07130e-01,-9.42491e-01,-7.08210e-01,-3.87686e-01,8.23761e-01,-1.26198e+00,-7.30585e-01,5.29742e-01,-4.19565e-02,-2.11124e-01,2.08627e-01,-1.61204e+00,-1.78513e-01,2.94665e-01,9.79911e-02,1.82340e-01,-1.55028e-02,4.97147e-02,-1.55958e+00,-1.57011e-01,
2.83070e-01,9.19363e-02,-1.47525e+00,3.75271e-01,-2.77478e+00,-9.44758e-02,5.95679e-02,-5.07014e-01,2.53626e-01,-5.33932e-01,-8.62367e-01,-2.84495e-01,1.10444e+00,-4.05487e-01,-9.89905e-01,1.29577e-02,-2.20111e-01,2.39839e-01,-5.50957e-01,4.45479e-01,3.10332e-01,3.41107e-01,-1.02546e+00,-1.17003e+00,-7.90807e-01,2.33792e+00,1.41410e+00,7.23879e-01,1.30193e+00,5.82203e-02,-2.87897e+00,-2.75879e+00,-6.94966e-01,-2.57669e+00,1.04060e+00,-2.74297e+00,1.14219e+00,-2.26809e+00,-2.95628e-02,-2.21265e+00,-2.14796e+00,-1.14687e+00,1.25297e-01,1.68035e-01,3.54073e-01,-1.18699e+00,1.03694e+00,1.17902e+00,-7.02730e+00,9.11072e-01,
-1.33278e-01,-4.52565e-01,1.79758e+00,5.03343e-01,-1.05724e+00,-6.67830e-02,8.79850e-01,2.95389e-01,6.12802e-01,-4.22631e-02,-6.25715e-02,-1.23901e+00,3.37740e-01,1.33310e-01,1.27648e+00,-4.64677e-02,-3.84835e-02,6.26565e-01,-1.62691e-01,-1.99643e-01,1.69261e-01,1.94547e-03,2.67081e-01,-1.10131e-01,-8.54779e-01,1.27379e+00,-9.62271e-01,9.42177e-02,-8.79571e-01,-1.54187e-01,-5.71954e-01,-1.65547e-01,-1.43361e+00,5.41949e-03,1.28630e-02,1.24061e-01,-1.50814e-01,1.29160e-01,-4.56076e-02,7.89477e-01,-1.45263e+00,5.16629e-02,1.37393e-01,8.69875e-02,-1.50801e-01,-1.98850e+00,1.90295e-01,2.73242e-01,1.04065e-01,-2.99540e+00,
4.17392e-01,8.57123e-01,3.44997e-01,4.05749e-01,1.20932e+00,-3.25359e-01,6.45467e-01,-6.30403e-01,2.82043e-01,2.41961e-01,-2.33430e+00,8.57001e-02,-7.38223e-01,-2.30647e-01,2.11055e+00,6.67494e-02,-2.08462e-01,1.20518e+00,5.75581e-01,-1.14430e-01,-5.31967e-01,-2.60018e-01,-3.33321e-01,1.86126e-01,4.80112e-02,2.62963e+00,1.91059e+00,3.18282e-02,-5.80460e-01,1.80877e-01,-8.59436e-01,1.14964e-01,9.43286e-01,6.40570e-01,1.04625e+00,1.49110e-01,2.38864e+00,-6.77445e-01,2.76856e-02,-6.27749e-01,1.91474e+00,2.04307e+00,-6.42825e-02,-2.82178e-02,-1.42826e-01,1.06903e+00,-1.21660e+00,-4.27285e-01,5.46248e-01,-5.83038e+00,
-1.03372e-01,1.14901e+00,9.77585e-01,3.50126e+00,2.36592e-01,-7.42780e-02,-4.18812e-01,1.26846e-01,2.51630e-02,3.32487e-01,6.50672e-01,2.69374e-01,5.63147e-02,-9.38881e-02,3.55359e+00,1.85104e-02,1.09281e-01,3.56959e-01,-3.84758e-01,-1.20125e-01,-7.93983e-01,-4.50806e-01,5.73338e-01,-3.60470e-01,-4.55778e-02,2.18210e+00,3.60475e+00,5.52257e-01,5.62441e-01,2.37258e-01,7.83338e-02,7.86843e-02,6.32398e-01,2.26452e-02,-2.89244e-01,-9.68568e-01,3.11872e+00,-9.97330e-01,-3.66418e-02,-8.55958e-01,6.06817e-02,3.46372e-01,-2.97531e-01,5.12399e-02,3.91289e-01,-3.63672e+00,4.65591e-01,-5.60271e-01,1.79876e-01,-2.62142e-01,
-3.22422e-02,1.84453e-01,1.21749e-01,-4.58113e-01,-1.39295e+00,-5.34936e-01,-7.71955e-01,-1.15738e-01,-8.66322e-01,-2.79735e-02,2.08385e-01,3.97232e-01,-2.98517e-01,-8.52175e-01,3.37499e-01,3.55115e-02,3.59142e-01,-2.10463e-01,3.70430e-02,-1.16883e+00,-6.32614e-01,4.98460e-02,-7.62728e-01,3.25461e-02,-2.39997e-01,9.36687e-01,-1.43145e+00,3.13313e-01,-4.19438e-01,3.65475e-02,1.07228e+00,-6.28339e-02,5.06539e-01,-1.33081e-01,3.08825e-01,1.41267e-01,-7.49881e-01,-3.14832e-01,3.62845e-02,-4.93217e-01,-7.57487e-01,-2.00093e-01,1.79234e-02,1.83065e-01,4.41496e-01,-2.14864e+00,5.64256e-01,-5.35236e-01,-1.56631e+00,-2.04936e-01,
-8.91316e-03,-2.51837e-02,-3.40171e-01,-3.35722e-01,1.30107e-01,-1.70561e-02,-1.62021e-01,-8.32104e-03,3.33617e-02,6.47572e-02,1.55805e-01,1.52961e-01,6.55579e-02,-3.79227e-02,8.35234e-01,-4.12044e-02,2.92653e-02,9.23521e-03,-2.46058e-02,-4.63484e-02,-1.41001e-01,-7.46801e-02,7.64965e-03,6.75826e-03,4.72933e-02,-2.26829e-02,7.20302e-02,8.07476e-02,-1.42798e-01,4.42298e-02,1.82122e-01,1.16687e-01,-9.32179e-02,9.47993e-02,-3.06662e-02,-2.16186e-01,8.92828e-02,2.73835e-02,4.81302e-02,2.60064e-01,1.69458e-01,1.53826e-01,1.36838e-01,5.28848e-02,8.99658e-02,-5.84470e-01,1.22377e-01,-9.46759e-02,3.12318e-01,-1.19764e-01,
1.17205e-01,6.07850e-01,-2.46717e+00,6.61811e-01,1.37995e+00,-3.57692e-01,1.42635e+00,2.76549e-01,-6.25167e-02,3.06984e-01,1.80404e-01,1.43044e-01,7.52420e-02,-7.68947e-01,1.50741e+00,-2.50858e-02,-1.44473e-01,-1.98650e-01,-5.88049e-02,5.42379e-01,-6.67665e-01,-3.01815e-01,-2.71094e-01,2.67290e-01,-1.70420e-01,-2.40618e+00,-1.57372e-01,7.00166e-01,-1.07457e+00,-1.57817e-01,8.05307e-01,2.24575e+00,5.71282e-01,3.19024e-01,1.19861e+00,1.76750e+00,1.88213e+00,7.31284e-01,4.19038e-02,2.13852e+00,8.40241e-01,-1.99703e+00,-2.94917e+00,6.63680e-01,4.18764e-01,-1.01763e+00,1.10282e-01,2.25565e-01,-7.08371e-01,-2.12774e-01,
-2.16698e-01,1.26921e-01,4.72537e-01,2.23222e+00,5.21961e-01,-7.50662e-01,1.40003e+00,-2.44086e-01,-1.48761e+00,1.56711e-01,5.88284e-01,-7.47938e-01,-5.66581e-01,-4.74029e-01,-2.05568e-01,-1.38047e-02,5.27101e-02,6.36357e-01,1.29893e+00,1.57724e+00,-1.43615e+00,-3.92170e-01,-6.81380e-02,-6.21531e-01,-9.96387e-01,6.20843e-01,1.19419e-01,-3.52248e+00,1.36549e+00,-4.61277e-01,2.16479e-01,1.83130e+00,1.90246e+00,-1.12656e+00,-6.23176e-01,-1.47464e-01,-1.09065e+00,-6.68825e-01,-4.81803e-03,-5.24269e+00,1.25260e+00,-2.84340e+00,1.28803e-01,1.62102e-01,2.82914e-01,1.36561e+00,7.90927e-01,-1.13249e-01,1.38141e+00,1.75512e-01,
3.18542e-01,6.25611e-01,5.45673e-01,3.05486e-01,-9.73265e-01,-4.24066e-01,-8.12188e-01,6.96546e-02,3.65419e-01,2.13712e-01,-7.29188e-02,2.84704e-01,3.75037e-02,6.69092e-01,-1.46104e-01,1.81113e-02,-3.01059e-01,6.27739e-01,4.73551e-01,-6.27444e-01,2.95064e-01,-3.68861e-02,-2.54127e-01,6.62430e-02,-4.82101e-02,4.01786e-01,5.93599e-01,9.26877e-01,-5.31519e-01,-3.90213e-02,-3.10039e-01,-1.96250e+00,2.15435e-01,-2.92827e-01,9.42889e-01,-1.24815e+00,8.03942e-01,8.42631e-01,-2.58595e-02,-6.36447e-01,-6.27734e-01,-2.03902e+00,-1.94518e-01,5.12777e-01,4.35514e-01,4.03799e-01,5.18846e-01,-8.98493e-03,-2.51497e+00,6.50946e-01,
-1.89786e-02,6.79816e-01,6.70844e-01,1.26004e+00,-7.94950e-01,7.67996e-03,-3.39701e-01,1.56877e-01,7.73026e-01,1.17831e-01,-2.00002e-01,-5.09758e-01,-1.33197e-01,6.74226e-01,-1.40684e-01,1.74811e-02,-3.62840e-01,5.03609e-01,4.39890e-01,1.37534e-01,-8.81126e-01,-5.85488e-02,2.66464e-01,-5.39807e-01,2.85077e-01,1.44701e-01,2.00672e+00,3.42154e-01,6.29020e-01,1.76674e-01,-3.43534e-01,-5.73294e-01,-3.77937e-01,2.84043e-01,-6.37360e-01,-4.84091e-01,1.62820e-01,1.19449e+00,-6.07512e-03,2.31176e-02,7.02842e-02,3.36665e-01,-5.75860e-01,9.85410e-02,-8.77430e-02,-1.20900e-03,-2.34344e-01,3.99154e-01,-3.11146e-02,7.82803e-01,
-6.28265e-02,1.57981e-01,4.97853e-01,5.09487e-01,-3.53684e-01,-7.11532e-02,-1.61371e+00,-1.04222e-01,-1.27272e-01,2.75087e-01,7.43184e-01,-1.72999e-01,-1.55820e-01,-1.48221e-02,1.66197e+00,-2.29390e-02,-1.32524e-01,1.26930e-02,-5.32798e-01,9.61785e-02,4.66971e-02,-6.83813e-02,-2.42780e-01,-9.54260e-01,-2.30998e-01,-6.06934e-01,-8.03848e-01,-6.61249e-02,-2.54879e-01,1.56656e-01,-2.24909e-02,3.37466e-01,-1.96207e+00,2.81250e-02,2.59838e-01,3.59516e-01,3.85513e-01,6.51386e-01,-1.62256e-02,-6.85782e-01,5.65598e-01,-2.93058e-01,-2.38278e-01,-5.03931e-02,1.69344e-01,-2.24829e-01,-6.24227e-02,2.51602e-01,8.83778e-02,-5.00018e-01,
2.89144e-01,3.01276e-01,1.12942e-01,-9.14979e-01,9.40567e-01,-2.24351e-01,-1.02635e+00,7.51572e-02,9.45067e-02,2.00341e-01,-1.48410e-01,1.73415e-01,-5.72366e-01,3.79041e-01,-4.94453e-01,-1.33674e-02,-3.45170e-01,3.59324e-01,6.08791e-01,-9.13731e-01,-4.38642e-01,-1.02533e-01,7.42031e-01,1.05148e+00,7.82243e-01,-6.84028e+00,1.62341e+00,1.27629e+00,1.68041e-01,-2.79936e-02,-2.04330e-01,-3.34075e+00,-5.21497e-01,-1.17854e+00,5.07174e-01,-3.23542e-01,9.10511e-01,6.80034e-01,4.55892e-02,1.10319e+00,-4.07040e-01,-1.63522e+00,-4.12945e-01,1.10234e-01,4.19827e-01,4.70719e-01,1.01670e-04,-7.20890e-01,-3.80270e+00,-6.87925e-01,
-3.43893e-01,
1.82822e+00,
-2.36765e+00,
5.57117e-04,
-7.54596e-01,
-1.03585e+00,
2.26898e+00,
2.30259e-01,
-1.32187e-02,
2.83376e-01,
5.39086e-01,
7.57708e-01,
-6.98537e-01,
-4.43214e-01,
-1.99064e+00,
-1.12201e+00,
-2.13120e+00,
-1.26699e-01,
-5.04941e-01,
-1.71487e+00,
-1.49684e+00,
2.90029e+00,
-1.61741e+00,
-2.30302e+00,
-3.50819e-01,
-1.98623e+00,
1.99195e+00,
-1.56832e+00,
-4.32663e+00,
-3.21021e+00,
-2.67448e-01,
1.94733e-01,
2.99448e+00,
8.86119e-01,
-9.04066e-01,
1.69141e+00,
1.08581e+00,
-1.12225e+00,
1.35400e-01,
9.66188e-01,
-2.20598e+00,
-2.29794e+00,
9.40876e-01,
3.27040e-01,
-6.24139e-01,
-9.22813e-01,
4.22352e-01,
-1.03518e+00,
-6.76892e-01,
4.31370e-01,
5.13838e-03,1.66945e-01,-2.14661e-01,2.26136e-01,8.12909e-02,2.75480e-02,8.17175e-05,8.57302e-02,-2.87750e-02,-5.36033e-01,-1.77930e-01,-1.07820e-03,-5.10415e-02,-6.26315e-02,-1.62046e-02,-4.17607e-01,-8.08959e-02,2.39753e-03,1.56208e-02,2.79772e-01,-7.32102e-02,-1.22458e-01,-3.02197e-01,7.82109e-02,4.84920e-01,1.97249e-02,1.04380e-01,-1.38942e-01,-8.09672e-01,6.73765e-02,-2.21851e-01,3.42922e-01,-1.09065e-01,5.01496e-02,8.10729e-02,-3.62145e-01,4.51298e-02,8.62242e-01,2.21038e-02,2.06844e-01,-2.00425e-02,1.79471e-01,-1.57144e-01,-1.39435e-01,-6.04739e-02,5.25396e-01,-5.27669e-01,-6.30842e-02,-1.95867e-01,-1.05458e-01,
2.13511e-01,-1.37576e-01,-1.26441e-01,-3.48483e-01,-1.16237e-01,4.39603e-01,1.92702e-01,-5.17573e-01,3.95791e-02,2.98171e-01,-6.38982e-02,-7.92435e-02,7.39003e-02,3.15733e-03,-3.84693e-02,7.61160e-02,-5.44660e-01,8.25971e-02,6.33652e-02,2.04112e-01,-3.16380e+00,-1.41775e-01,4.98642e-02,2.99684e-02,1.80574e-02,2.96387e-03,-1.51132e-01,-4.35609e-03,-1.72540e-01,5.70565e-01,-5.75123e-01,2.63340e-01,-1.33371e-01,3.25754e-01,-1.98322e-01,1.68899e-01,-8.19171e-03,1.38787e-01,-4.40117e-02,1.99792e-02,-4.40675e-02,-3.58186e-01,1.23284e-01,-2.23352e-01,-3.44614e-02,-5.46325e-02,-3.97199e-03,-6.24323e-02,3.08869e-01,-1.54507e-01,
-2.56101e-02,4.50862e-01,9.65154e-03,7.83792e-02,-1.52277e-02,7.77023e-02,-1.13841e-02,-1.19525e+00,6.30159e-03,-2.88260e-01,-2.49072e-02,3.14751e-02,1.55489e-03,4.08189e-02,-6.77547e-03,-2.29670e-03,8.91908e-02,-2.59829e-03,6.43875e-03,-6.72405e-03,-7.22639e-02,4.30930e-01,-5.55912e-03,-1.05858e-04,-6.63726e-03,8.05385e-03,-1.18466e-02,-5.04629e-02,7.44504e-02,8.54528e-03,3.61138e-02,1.38168e-01,-2.83068e-02,-7.58216e-02,-8.19248e-04,4.29164e-02,1.26877e-02,-4.53189e-02,-2.17946e-02,-3.78660e-02,-1.95096e-02,2.86253e-02,-2.84278e-02,-2.40853e-01,3.86113e-02,-4.25072e-03,1.03944e-02,-1.40333e-02,-8.86862e-02,-1.83312e-02,
-6.07391e-02,4.38773e-01,4.17267e-01,-2.19947e-01,8.33214e-02,-5.99183e-01,2.51990e-01,7.90096e-01,3.69628e-02,3.17742e-01,2.53647e-01,7.51267e-02,1.19776e-01,2.05542e-02,-2.25596e+00,-6.20261e-01,1.22556e-01,1.20307e-01,3.02854e-01,1.75739e-01,1.12002e+00,3.23974e-01,1.57140e-02,4.52658e-02,-7.59640e-03,-1.66963e-02,-4.22356e-02,-3.72776e-02,-4.09569e-01,-9.35216e-01,-2.87819e-01,-4.21124e-01,-3.31118e-01,1.49929e-01,-6.00086e-02,-5.69279e-02,1.39195e-01,-1.65658e-01,1.06997e-01,-4.63617e-01,7.51604e-02,-1.58510e+00,7.19511e-02,7.42261e-01,-6.98726e-02,4.89792e-01,-6.42474e-02,-1.77839e-01,8.71137e-01,-1.50709e-01,
-5.26115e-01,-7.46721e-01,-2.06722e-01,1.30127e-02,-9.72893e-02,-1.09301e+00,-5.22419e-01,4.00200e+00,-2.25483e-02,1.65967e+00,3.27465e-01,-7.34702e-01,1.56277e-01,-3.10823e-01,5.89801e-02,1.73664e-01,-5.80846e-02,4.05349e-03,6.67798e-01,-2.46050e-01,3.96743e-01,7.43211e-01,-1.39689e-03,7.63239e-02,-8.75666e-02,-8.95870e-02,7.37779e-02,-8.59893e-02,-3.81476e-01,-1.05443e+00,3.31629e-01,3.15378e-01,-2.55300e-01,2.08154e-03,1.64085e-01,2.39077e-01,-2.83280e-01,-4.69024e-02,-3.82704e-02,1.21293e-01,-4.17182e-02,-2.53720e-01,-2.93753e-02,1.41640e+00,-1.36242e-01,1.09434e+00,-7.75847e-02,-4.32705e-01,9.78408e-01,7.82105e-02,
-1.01658e-01,3.61909e-01,-3.87603e-02,6.87193e-02,-1.12641e-01,-1.17220e-01,6.85760e-03,6.72083e-01,-1.68251e-03,9.48206e-02,-1.87876e-01,8.85012e-02,3.72416e-02,-3.39897e-02,-2.42127e-01,2.22541e-02,-8.28368e-02,-1.44449e-02,-2.69648e-02,-4.02468e-02,-6.15453e-03,2.71296e-02,-1.35699e-02,-1.39455e-03,-1.94380e-02,1.04955e-02,1.47473e-02,-5.98206e-02,-2.78708e+00,2.64633e-02,2.88409e-02,2.30742e-01,-7.31640e-02,3.43559e-01,-1.25525e-04,1.14671e-01,3.50647e-02,-7.77467e-02,-2.82428e-02,-6.05001e-02,-7.13799e-02,-6.00039e-04,-3.76390e-03,-4.82314e-01,3.28220e-02,1.92319e-01,-4.58258e-02,8.02042e-02,-1.92509e-02,-1.01343e-01,
7.60209e-01,6.11544e-01,2.40712e+00,2.04872e+00,-4.25334e-01,6.83735e-01,1.06560e+00,4.94099e+00,-1.95066e-02,1.43356e+00,2.30064e+00,-9.37979e-01,2.60192e-01,3.94292e-01,-2.08767e-01,3.39307e-01,1.28784e-01,-8.64796e-02,1.26254e+00,6.18389e-01,1.98225e+00,1.73173e+00,3.67863e-01,1.54073e+00,5.01459e-01,-2.41188e-01,4.31135e-01,7.61288e-01,-2.73947e-01,-8.39116e-01,-3.85394e-01,3.58434e+00,-1.86136e+00,9.99053e-02,7.48487e-01,-4.20176e-01,4.44980e-01,4.85739e-01,5.51551e-02,4.08901e-01,-4.67185e-01,-4.32388e-01,1.04433e+00,1.47637e+00,4.48862e-01,3.71434e+00,-1.30011e-02,4.58565e-01,2.20232e+00,2.42402e-01,
-5.42617e-01,-3.12916e-01,-6.39266e-01,-3.42610e+00,1.19409e+00,-2.17867e+00,-4.41577e+00,4.06225e+00,1.71684e-02,1.91168e+00,-1.60876e+00,3.85449e+00,-2.10689e+00,-3.67935e-01,1.20233e+00,-1.16076e+00,3.44120e+00,-1.54182e-01,-6.30957e+00,-1.34087e+00,2.92628e+00,-7.47558e-01,-5.25745e-01,-1.73426e+00,6.82307e-01,-5.55533e+00,-4.50204e+00,-2.80180e+00,-5.21663e+00,2.93535e+00,-1.56004e+00,-2.63483e-01,5.39545e-02,2.75880e+00,-2.85900e+00,-8.42954e-01,5.97485e-01,-1.65148e+00,1.27950e-01,-3.45672e-01,-1.48522e+00,-6.59967e-01,-5.34917e-01,-1.38950e+01,-2.26932e+00,2.03297e+00,1.96340e-02,1.47374e+00,9.08592e-01,-9.25424e+00,
2.55604e-01,-7.00278e-01,-7.83584e-02,-2.84197e-01,1.25085e-01,3.18237e-01,-7.02945e-02,4.36635e-01,-1.80774e-03,2.93220e-01,4.49806e-02,1.56694e-01,-1.46229e-01,1.06154e-01,1.81818e-02,-4.39484e-01,-5.60248e-01,7.78874e-02,9.35680e-01,-1.71227e-02,2.18081e-01,-2.82277e-02,8.63586e-02,4.87914e-01,1.39504e-01,4.79960e-01,8.51888e-03,1.71282e-01,-1.69148e-01,5.51684e-02,-7.36731e-03,4.04740e-01,-7.27997e-01,4.80626e-01,-8.48978e-02,1.40476e-01,5.81124e-01,-3.57736e-03,2.01227e-01,-6.77092e-02,-1.45087e-01,1.60413e-01,3.91968e-01,-4.39680e-01,2.18915e-01,3.26742e-01,-1.48606e-01,-3.28195e-01,-7.50298e-02,4.36998e-02,
8.44681e-02,-4.30538e-01,-3.57942e+00,5.08850e-01,-1.11532e+00,-2.65998e+00,4.01787e-01,-4.91553e+00,-2.25144e-02,5.38759e-01,2.98235e+00,-1.13394e+00,-4.69090e-01,7.48963e-02,-2.80385e-01,-7.51042e-02,-9.40210e-01,-1.46281e-02,-5.50001e-01,5.66657e-01,-7.25417e-02,2.25888e-02,1.85084e-01,2.88747e-01,-2.91076e-01,-5.74711e-02,-1.64677e-02,-2.21730e-01,-1.81233e+00,-4.59420e+00,-5.63553e+00,-4.57855e-01,-4.91687e-01,8.61766e-01,-2.12242e-01,1.13615e+00,6.77460e-01,-2.51440e+00,-3.29422e+00,6.41029e-01,-1.72395e-01,-2.15767e-01,7.39237e-02,2.13695e+00,6.73400e-01,-4.55900e+00,-5.77451e-01,-6.83570e-01,5.20196e-01,-8.02193e-01,
-3.22364e-01,-3.85298e-01,4.45006e-02,1.01930e-02,4.74796e-02,1.06224e-01,-1.60987e-01,3.16501e-01,-8.01779e-04,2.26614e-01,-1.42837e-01,3.32042e-02,-9.81746e-02,4.88919e-03,-1.82733e-01,-1.74608e-01,-1.65781e-01,1.25546e-01,7.72017e-02,-6.82915e-02,1.61945e-01,-3.66620e-02,2.32537e-01,7.18847e-01,-6.60407e-02,1.95395e-02,-1.67998e-01,2.50042e-03,-4.57154e-02,-5.50170e-03,1.64547e-01,5.29236e-02,-4.01881e-01,1.11690e-01,-7.23545e-02,-2.21726e-01,1.68265e-01,-3.25983e-01,1.13447e-02,-6.35147e-02,-2.85872e-01,4.98162e-03,6.71548e-02,-1.11969e-01,-3.56724e-02,3.27050e-02,-1.22755e-01,-3.55656e-01,2.19752e-01,-1.65161e-01,
-1.08440e+00,1.46270e+00,7.12574e-01,-7.57127e+00,2.57765e-02,1.03279e+00,-1.05564e+00,-2.55941e+00,6.21416e-03,1.51042e-01,1.87108e+00,7.21922e-02,-2.52763e-01,9.84701e-02,-1.11224e-01,-3.04474e+00,-1.09690e+00,5.63379e-02,-1.61373e-01,1.07511e+00,-2.56212e+00,2.40676e-01,-2.07137e-01,1.01717e-02,4.97417e-01,7.59822e-02,1.74543e-01,-6.59933e+00,-1.97503e-01,7.53880e-01,-6.49372e+00,2.21278e+00,-6.32453e-01,6.71518e-01,1.63443e-01,-4.48400e-01,6.44569e-01,-6.17165e-02,1.98429e-01,-1.50535e-01,1.68080e-01,-9.05179e-01,8.93294e-01,1.65350e+00,-7.80133e-01,-7.50078e-02,4.32602e-01,1.89566e-01,-3.43948e-01,2.69277e-01,
-9.37727e-03,-4.98146e-01,-1.44541e-02,1.80857e-02,-9.73077e-03,-2.34302e+00,2.24057e-01,-3.05979e+00,3.00387e-02,1.15912e-02,-1.54571e+00,2.20700e-01,-5.10396e-02,-4.54246e-02,1.98888e-02,9.05054e-02,-2.28591e-01,-7.59160e-03,-2.26181e-02,-3.53256e-02,-1.04847e-01,-3.42474e-01,-1.43016e-02,-4.96192e-02,-1.48970e-02,-2.69135e-03,-4.20450e+00,-1.83139e-02,-2.01312e-02,-2.81466e-01,-6.48002e-02,3.77479e-02,1.55398e-02,-3.49716e-02,5.02061e-02,1.24915e-02,-1.99062e-02,-7.59604e-03,-4.70605e-03,4.39909e-04,1.39257e-02,-2.23074e-02,-4.66918e-02,-1.89677e-01,3.52777e-02,8.80594e-02,-2.77781e-02,-4.92535e-02,2.53579e-02,2.95938e-02,
1.23611e-01,2.07257e-03,4.76771e-01,-4.09753e-02,-5.95026e-01,6.66640e-01,1.56643e-01,-1.86577e+00,1.10857e-02,8.55857e-01,1.56797e-01,-1.47247e+00,8.96057e-02,-3.68211e-02,2.65974e-02,-2.26058e-01,3.42934e-01,-2.35448e-02,-1.23887e-01,3.59184e-01,6.75514e-01,-4.81053e-01,1.44424e-01,8.20694e-02,-6.44432e-02,-5.68183e-02,1.19266e-01,-4.11459e+00,-5.87330e-01,-1.74587e+00,-5.90426e-01,1.22980e-01,-2.63620e-01,2.47506e-01,-6.65761e-03,2.16087e-01,2.03259e-01,-7.57248e-01,-8.92733e-01,-4.66864e+00,-1.04140e+00,-5.09922e-02,3.14090e-01,8.79064e-01,-1.33749e-01,-7.28280e-01,-2.25148e-01,1.42835e-01,4.91325e-01,3.13314e-01,
-4.77727e-02,5.23310e-01,-3.59927e-01,5.60568e-01,-1.01911e+00,1.94636e+00,-3.34379e-01,-3.21925e+00,-2.71221e-02,3.80698e-01,1.70928e+00,-7.69785e-01,-5.91708e-01,1.03276e+00,-2.35687e+00,-1.83013e+00,-1.15580e+00,-9.81661e-01,-2.98130e-01,1.21159e+00,-3.64885e+00,2.88843e-01,-9.67574e+00,-3.98402e-02,-1.71226e-01,1.88125e-01,-2.41074e+00,-3.01830e+00,-1.79211e+00,-2.76356e+00,-1.28672e+00,-1.00401e+00,-2.84008e-01,1.03112e+00,-6.89691e-01,9.32069e-01,3.23140e-01,-1.42168e+01,-1.76667e+00,-1.45248e+00,-9.61957e-02,-2.49810e-01,-2.74547e+00,1.65647e+00,-6.40646e+00,-2.11722e+00,-2.77794e+00,1.07229e-01,-5.20846e-01,-2.84401e+00,
-1.34541e-01,3.12920e-02,-2.42913e-01,-2.44680e-01,1.58828e-01,-1.12677e-01,-9.48753e-03,1.93169e+00,2.00921e-02,2.84536e-04,-2.10238e-01,1.95902e-03,9.03294e-02,1.41677e-01,-2.51663e-01,-7.97211e-02,-5.53117e-01,-8.02832e-03,-5.14602e-02,2.63321e-01,-4.57318e-02,-1.46868e-01,1.33717e-01,-2.40609e-02,-2.68242e-01,3.60620e-02,1.00710e-01,-6.66665e-02,-1.03897e-01,1.96911e-01,4.85800e-01,2.62362e-02,-1.01958e-01,-3.25690e-01,5.21818e-03,2.51864e-01,1.59135e-02,-3.27321e-01,-4.81824e-02,-3.06180e-02,-4.49278e-02,-1.30207e-02,-1.00501e-01,-1.12652e-01,-2.80949e-03,-1.45060e-01,1.31448e-01,1.12855e-01,2.08707e-01,-1.44329e-01,
2.33905e-01,1.13956e+00,-7.50484e+00,1.14577e+00,1.73926e+00,-3.12562e+00,-6.25594e-01,-5.01653e-01,-5.77691e-02,-1.67920e+00,-6.03556e+00,6.88906e-01,-8.02608e+00,-2.24074e+00,-1.88014e-01,7.09751e-01,-1.07532e+00,-2.35425e+00,-4.90018e-01,-7.33311e+00,-3.94704e-01,1.53027e+00,2.10420e-01,8.42455e-01,-2.72199e-01,-7.80601e+00,-9.35718e-01,-5.22021e-01,-2.67694e+00,-1.09894e+01,-1.31459e-01,-8.09197e+00,-5.49947e-01,1.88650e+00,2.52213e-01,1.86691e+00,8.00317e-01,-1.33361e+00,-2.97821e+00,-1.06974e+00,4.07329e-01,1.86083e-01,3.59688e-01,1.61477e+00,-1.10096e+01,-8.30275e+00,-1.88207e-01,4.43209e-01,-7.73569e+00,-1.30338e-01,
1.93446e-02,-1.06040e-01,-7.55902e-02,2.55235e-02,-2.24822e-01,-4.40217e-01,5.75693e-02,1.82210e+00,-4.78099e-03,1.70257e-01,-1.16057e-01,8.93085e-02,2.70116e-04,-1.53816e-01,1.12371e-02,4.09992e-02,-7.33607e-02,1.88828e-02,2.16471e-02,-3.19375e-02,1.34672e-01,-6.83760e-02,-9.75147e-02,3.71998e-02,1.37369e-01,2.26591e-02,2.91123e-02,-4.19359e-02,-2.56390e-02,-8.97225e-05,-7.87793e-03,8.90280e-02,-2.81314e-02,-5.84186e-02,5.08501e-02,2.88340e-02,-2.16796e-03,-1.70892e-01,7.27198e-03,-1.00780e-01,-1.80690e-02,-6.12962e-02,-3.30248e-02,-6.23524e-03,-2.08444e-02,6.27755e-01,-8.27014e-02,-1.69954e-01,4.54825e-02,1.14151e-01,
-2.88617e-01,8.00616e-01,2.41609e-01,-1.51290e-01,4.71525e-02,1.72775e-02,1.66787e-01,-4.65841e-01,-1.22696e-03,7.20131e-02,4.35853e-01,-1.56502e-02,-2.50387e-01,1.56046e-01,-6.40963e+00,-1.15645e-01,3.60451e-02,-3.94318e+00,2.24482e-02,1.17487e-02,-9.06153e-01,-4.39996e-01,-1.72851e-02,-2.82293e-02,-1.14035e-04,-1.74564e-02,5.91526e-02,1.45902e-02,-3.12464e+00,-2.08217e-01,-6.46540e-01,7.16736e-02,-1.65797e-01,2.99359e-02,-9.05463e-03,1.90481e-02,2.30813e-01,-4.33604e-02,-9.31418e-02,7.02011e-02,-2.25941e-01,-5.89889e+00,-1.07072e-01,1.73794e-01,1.88973e-01,2.47344e-01,-8.77425e-03,-3.07218e-01,-1.64457e+00,-9.70196e-02,
1.59075e-01,-8.67635e-01,-7.46889e-01,-2.00165e-01,-1.35703e-01,-5.00610e-01,2.51724e-01,1.32349e+00,-4.17957e-02,3.27235e-02,8.63791e-02,9.54312e-01,-6.89702e-03,-2.72402e+00,-1.10275e-01,-7.13195e-02,-1.07742e+00,-2.19953e-01,-2.26444e-01,2.10031e-01,2.29297e-01,-1.45424e-01,5.95818e-02,-1.73331e-01,-1.43093e-01,3.60031e-02,-5.56094e-01,2.11282e-01,-8.01215e-01,1.20265e+00,2.15263e-01,-1.69265e+00,-1.92078e-01,3.77773e-01,6.31776e-02,-2.73428e-02,3.55600e-02,-1.05078e-01,-7.14221e+00,-1.24666e-01,-2.13054e-01,-6.14237e-01,1.23599e-01,3.38907e-01,-8.87756e-02,4.17938e-01,7.32934e-02,1.43902e-01,-1.88547e+00,-2.32643e-02,
1.62443e+00,2.36981e+00,1.53729e+00,2.69436e+00,3.99277e+00,6.03010e+00,3.47722e-01,-6.74793e+00,-3.12007e-02,-1.40587e+00,2.46778e+00,2.93369e+00,1.91614e+00,3.21296e+00,-1.20387e+00,1.90630e+00,-2.63226e+00,-2.36857e-01,-1.97864e+00,2.17362e+00,-4.87841e+00,1.85154e+00,3.94997e+00,1.46291e+00,-5.59508e+00,-8.76864e-01,2.05513e+00,-2.16925e+00,-1.01234e+00,-1.09764e+01,3.88147e+00,-7.94645e+00,-1.36955e+00,4.93304e+00,1.18423e+00,2.33157e+00,-6.80861e-01,-7.36319e+00,-7.84407e+00,-4.08175e+00,1.39898e+00,-1.62411e+00,-7.21387e+00,3.99834e+00,-2.80534e-02,-9.60327e+00,-3.89971e+00,1.95805e+00,2.03381e+00,-8.49555e+00,
-3.41928e-01,-3.04851e-01,-3.27647e+00,2.07447e+00,3.42746e+00,-2.89473e-01,-4.38830e-01,-4.28518e+00,3.55155e-02,1.17377e+00,2.23650e+00,2.29754e+00,2.96709e-01,3.05356e+00,-5.08350e+00,-2.80656e+00,-7.38763e+00,-6.47533e+00,1.00199e+00,3.11807e+00,-1.66479e+00,5.97402e-01,-1.90736e-01,1.96098e+00,-3.30639e+00,1.34913e+00,2.66061e-02,-6.54502e-01,-1.64332e+00,-8.01035e+00,8.87395e-01,-9.56105e+00,-7.78575e-01,4.88251e+00,-1.55244e+00,5.18191e+00,-1.82087e+00,-7.02894e+00,-1.11649e+01,4.93112e+00,-2.34852e+00,-6.47231e+00,-6.47031e-01,1.45166e+00,-2.42860e+00,-5.53325e+00,-3.18591e+00,2.08789e+00,-2.73451e+00,-1.58768e+00,
-6.32034e-02,-6.80229e-01,-4.92915e-02,2.41746e-01,-1.62835e-01,8.90134e-01,2.66229e-01,-8.27213e-04,-1.83612e-02,-1.76290e+00,-1.51288e+00,8.07510e-01,1.80976e-01,2.79057e-01,-1.13938e+00,-9.49280e-01,-2.90635e+00,-7.87535e-02,2.13931e-01,4.50244e-01,7.57388e-01,-6.21368e-01,-1.46750e-01,-3.90489e-01,4.39055e-01,-1.52055e-01,-6.52368e-01,-3.17842e-01,-5.40660e+00,-8.56148e-02,-6.20593e-01,-5.79993e-01,-2.68865e-01,2.09599e-02,2.60058e-01,-7.73740e-01,1.05246e-01,4.12192e-01,2.80921e-01,3.93788e-02,4.35944e-02,-4.72180e-02,-1.54306e-01,5.27875e-01,-4.17984e+00,-3.48388e+00,-6.66548e-01,3.35415e-01,1.02940e+00,4.89102e-01,
1.17729e-01,-3.07839e-02,-3.63006e-01,-1.82012e-02,3.38491e-02,-2.88462e-01,1.76124e-02,2.03306e+00,7.87222e-03,-7.27010e-01,-8.42766e-03,-4.50010e-02,-1.59028e-01,2.76759e-02,1.43049e-03,-1.93313e-01,-5.27710e+00,1.41800e-02,6.91335e-03,2.50222e-02,1.70357e-01,-1.04204e-01,-1.66328e-01,-5.49196e-02,4.65108e-03,1.00656e-02,-6.34262e-02,-1.58067e-01,-1.94277e+00,-6.92646e+00,1.07500e-01,-4.47829e-01,-2.41996e-02,-4.26205e-01,-6.52586e+00,9.74564e-02,1.70329e-02,-5.14548e-02,-3.04449e-02,4.93301e-03,6.09935e-02,-9.29466e-02,-9.25521e-02,-9.61968e-02,-4.10662e-02,-7.42065e+00,-9.07214e-02,-1.89149e-01,2.06794e-01,7.60711e-02,
-4.87379e-01,6.20347e-01,2.49037e+00,2.73019e+00,1.44731e-01,1.22591e-01,1.65366e+00,3.52891e+00,-3.82619e-02,1.49102e+00,2.93446e-01,8.32286e-01,1.32314e+00,-2.83235e-01,-6.28287e-01,4.68727e-01,3.01447e-03,8.74364e-02,2.97651e+00,5.45132e-01,3.87727e+00,1.29333e+00,1.06977e-01,1.62316e+00,-3.59254e-01,2.76103e-02,-2.07307e-01,1.62255e-01,-5.77893e-01,-8.32241e-01,-6.13913e-01,6.32934e+00,-1.71885e+00,-4.20219e-02,-3.58843e-02,1.46494e+00,-5.40281e-01,1.48052e-02,3.82846e-01,1.29384e-01,-2.25224e-01,-8.19648e-01,3.86453e-01,1.77556e+00,8.55199e-01,1.18678e+00,-1.56009e+00,3.00794e+00,4.95575e+00,3.48257e-01,
2.21891e-02,1.16644e-02,-3.99183e-02,-1.84307e-02,1.03568e-02,1.17671e-01,3.73401e-02,2.84909e-02,-2.74145e-04,-3.14498e-02,-3.09542e-02,5.89767e-02,-4.11213e-02,-6.18565e-02,2.97282e-02,1.17200e-02,-1.34129e-02,-3.99800e-02,5.53293e-02,3.25086e-02,4.38328e-02,-2.27145e-02,-3.10157e-02,-4.65537e-02,-2.77605e-02,2.33858e-02,-1.93503e-03,2.58856e-02,-1.89155e-02,-5.10477e-02,3.40078e-02,2.04616e-02,-4.26877e-02,2.88367e-02,3.20954e-02,6.54217e-02,-1.84028e-02,2.66810e-02,8.55551e-03,6.39570e-02,-4.59898e-02,1.10890e-02,1.60318e-03,2.55246e-02,-1.68324e-02,-9.88523e-03,-2.13786e-02,-2.90870e-02,-2.48529e-02,-3.10065e-02,
1.62196e-01,3.38531e-01,-1.72498e-02,-2.66824e-01,-8.84958e-01,3.99459e-01,1.15383e-01,-2.55111e+00,-4.51269e-02,1.18505e+00,-1.15815e-01,-3.13456e-01,-1.63048e-01,-1.07205e+00,1.61159e-01,3.86258e-01,-5.73043e+00,1.00169e-01,-4.34138e-01,3.99113e-01,-1.24434e+01,4.50592e-02,-2.46601e-02,3.39219e-02,-3.74924e-02,3.74893e-02,1.87892e-01,-7.45538e-02,-1.41054e+00,5.38879e-01,2.82627e-01,-4.37813e-01,-1.74278e-01,-1.17451e-01,-2.00524e-02,-1.10677e-01,-1.39525e-01,-3.61719e+00,-6.78157e-01,-1.80515e-01,-9.76791e-02,-2.57879e-01,-1.09400e-02,1.33685e-01,-1.66077e+00,2.14731e+00,-1.71178e+00,4.28084e-01,3.28512e-01,-6.64772e-01,
-2.00985e-02,1.34134e-01,-2.81555e-02,-1.90018e-01,3.04690e-02,-1.14349e-01,8.29491e-02,2.52059e+00,6.88820e-03,1.15441e-01,4.05518e-02,6.80549e-02,-1.71360e-02,4.09684e-02,-1.87875e-02,3.56024e-02,-5.65375e-02,6.89477e-03,4.06093e-02,3.58051e-02,-4.87944e-02,7.07197e-02,4.53503e-02,2.12726e-02,-1.12045e-01,7.97108e-03,4.66971e-03,4.76445e-02,-2.98401e-02,6.08811e-02,-4.00258e-02,7.38986e-02,-2.72193e-02,-6.41337e-03,-3.08425e-03,4.50281e-02,-2.77179e-02,-3.90904e-02,-6.05011e-03,2.83929e-02,-5.09770e-03,-7.75881e-02,-2.91394e-02,7.95344e-02,1.62946e-02,-8.06526e-03,4.57240e-02,-1.60881e-02,4.12400e-02,-3.89295e-02,
6.43607e-01,-2.13160e-01,1.92229e+00,4.78274e-01,1.24869e+00,2.44135e+00,3.24040e-01,2.63382e-01,-2.02728e-02,2.77827e+00,1.45213e+00,-6.79689e-01,1.10296e-01,9.00933e-02,-1.92235e+00,-7.45549e+00,1.10518e-01,-6.13823e+00,-9.52384e-01,1.74151e+00,3.43225e+00,1.18216e+00,7.71083e-01,1.75932e+00,2.36803e-01,-6.78605e-01,1.07076e+00,8.21682e-01,-3.01496e+00,1.00325e+00,7.12320e-02,1.79649e-01,-1.23916e+00,-2.11979e+00,-6.36995e-01,4.51597e-01,-2.62677e+00,1.81908e-01,5.29209e-01,-4.94677e-01,-6.78643e+00,-1.01474e+01,1.11427e+00,2.04578e+00,-5.51772e+00,2.16721e+00,-9.68870e-01,-1.89180e+00,5.73446e-01,-6.15298e-01,
1.22777e+00,3.24771e+00,6.49531e-01,2.81334e+00,1.48952e+00,2.02878e+00,-9.21637e-01,9.70922e-01,-3.66339e-02,2.53551e+00,1.92287e+00,2.12731e+00,-1.63832e+00,1.75638e+00,-1.93821e+00,-2.13612e+00,-3.84440e-01,1.33606e+00,9.72022e-01,-1.43726e-01,1.05515e+00,-5.97697e-01,-2.41067e+00,2.19138e+00,3.73807e+00,6.98738e-01,-1.24059e+00,-4.86211e+00,-3.76053e+00,3.35191e+00,-4.93837e-01,5.10004e+00,-1.05969e+00,-3.01238e+00,5.35213e-01,2.98283e-01,-1.61079e+00,-5.24561e-01,-1.74620e+00,3.82230e+00,-1.21700e-01,1.15797e-01,-3.19040e+00,1.45738e+00,4.62059e+00,5.78357e-01,-6.83985e+00,6.62816e-01,-1.55212e+00,-3.15089e+00,
-1.49957e-01,2.64275e-01,-2.49839e-02,2.37448e-02,-1.72037e-01,-2.66733e-03,1.32016e-01,-4.75378e-01,-2.73187e-03,2.64474e-01,-1.46115e-01,-6.21006e-02,6.51371e-02,-1.23008e-01,-4.50150e-01,5.69984e-03,-1.42490e-01,5.78011e-02,1.97172e-02,5.85333e-02,3.82886e-01,2.25458e-01,9.41675e-03,-5.69653e-03,-2.24899e-02,1.29261e-02,-2.60115e-02,-1.52269e-01,-1.67427e+00,-2.82328e-01,1.06031e-02,-1.62369e-01,-8.60028e-02,-1.61391e-01,1.09626e-03,1.20770e-01,2.93829e-02,5.20271e-02,-2.02067e-02,-7.09326e-02,1.01818e-02,-1.25287e-02,-3.24945e-02,-1.12630e-01,-6.51264e-02,7.85634e-02,-8.22988e-02,-7.44479e-02,5.79211e-01,1.03616e-01,
1.01012e+00,1.62660e+00,2.22510e-01,4.80858e-01,-1.01499e-01,-1.04632e+00,9.38899e-01,1.26654e+00,1.99076e-02,6.92965e-01,7.43791e-01,-2.37123e+00,-4.22001e-01,-3.42807e+00,2.85221e-01,6.40861e-01,-4.23042e+00,-2.26935e-01,9.53770e-01,4.38296e-02,-1.54910e+00,-2.37502e-01,-3.57383e-01,3.66401e-01,-5.88991e-03,-1.80738e-01,-2.54842e-01,-8.05948e-01,-1.50578e+00,2.79247e+00,-2.00533e+00,7.36179e-01,-6.07491e-01,8.72290e-02,-9.00703e-01,3.08545e-01,1.46499e-01,-1.04204e+00,-3.11608e-01,-3.44053e-01,-1.58800e+00,-7.97461e-01,7.33113e-01,1.67997e+00,2.05331e-01,1.19727e+00,-3.60798e-01,9.62889e-01,4.67237e-01,-1.54942e-01,
9.12077e-02,1.17263e+00,-7.54394e+00,1.86753e+00,1.14087e+00,-1.20927e+01,1.41800e+00,-3.71487e+00,-4.91269e-02,2.21424e+00,3.32298e+00,-8.23236e-01,-1.95360e+00,-2.12710e-01,-1.40517e+00,-7.09012e-01,-7.30356e+00,9.48120e-01,7.88671e-02,2.07006e+00,-3.20330e+00,1.84156e-01,8.13691e-02,-1.34547e-02,2.12447e-01,2.66168e-02,-1.21459e+00,-1.61640e+00,-4.01790e+00,2.31243e-01,-1.79894e+00,4.38091e+00,-8.42180e-01,3.71048e-01,9.56114e-01,1.16921e+00,-8.55046e-02,-2.05206e+00,-1.60209e+00,4.26963e-01,-3.01407e-01,8.17681e-02,7.79121e-01,2.18597e+00,-7.22982e+00,-5.89523e+00,7.19577e-02,1.15542e+00,1.61981e+00,-1.14228e-01,
1.48522e-02,9.10216e-02,5.86235e-02,-1.62014e-01,5.07881e-02,-2.36447e-01,3.65251e-02,2.65425e+00,-1.79919e-02,5.89974e-01,-3.82687e-02,3.34692e-01,-8.43057e-02,5.06400e-02,2.61802e-02,1.40563e-01,-7.21246e-03,-4.86429e-03,-4.57007e-02,-5.46564e-03,-2.90711e+00,-6.42328e-02,3.36341e-02,1.00159e-01,-6.21548e-02,-1.29184e-02,-3.11536e-03,-8.45080e+00,-1.33555e-01,-2.29236e-01,5.19354e-01,2.44503e-01,4.09031e-03,8.18201e-02,5.03357e-02,1.85925e-02,-7.18463e-02,-3.42241e-02,2.74018e-02,-5.61076e-02,-4.65903e-02,-3.94305e-01,1.52747e-02,-4.31393e-02,-1.05807e-01,4.95451e-01,-7.07852e-03,-4.91556e-02,-1.98747e-02,9.29708e-02,
8.35177e-03,2.76394e-01,3.59331e-03,-1.37654e-01,-6.66791e-02,-1.32758e-01,2.00995e-01,-5.72421e-02,-1.03343e-02,1.52304e-01,1.14607e-01,4.74667e-02,7.53244e-02,-3.28938e-02,-4.44153e-03,1.45536e-02,-1.28389e-01,1.40394e-02,-4.70774e-03,5.56630e-03,-1.55261e-01,-1.93931e-01,-2.47019e-02,-5.36773e-02,4.67313e-02,-8.12287e-03,-1.88870e-03,2.36170e-02,-1.38646e-01,1.37349e-01,1.16782e-02,-5.09226e-02,-1.22829e-02,8.09803e-02,2.09465e-03,-5.90149e-02,-8.64769e-03,3.47049e-02,2.27798e-02,-3.73978e-02,5.92408e-03,-7.95471e-02,5.24280e-02,-1.51009e-01,6.07882e-02,-3.83810e-01,-3.54018e-02,4.02188e-02,5.72645e-02,-1.86645e-02,
7.03470e-04,-2.65682e-01,-7.62861e-03,3.21632e-03,6.31875e-05,-4.15625e-02,2.15455e-02,1.83124e+00,-6.18371e-02,6.17826e-02,-1.06229e+00,2.83751e-01,-1.33409e-04,-3.53108e-02,-4.70423e-05,2.87077e-04,3.89710e-04,4.36292e-04,-1.71969e-02,-6.87616e-04,-9.47697e-02,-1.53408e-01,-8.06810e-04,-6.15974e-02,8.21006e-04,2.27023e-04,-9.02421e-03,3.09750e-04,-6.42748e-04,3.49427e-04,7.32499e-04,3.72685e-03,-1.44023e-04,-5.98375e-04,-4.74087e-05,2.61703e-02,-4.83109e-04,-2.21677e-03,-3.55344e-03,1.34488e-02,3.58676e-05,-7.89994e-04,8.32361e-04,1.51848e-03,-1.02102e-05,2.68073e-03,1.16328e-03,3.44678e-04,-3.72275e-04,-1.08292e-03,
-3.32585e-02,6.95983e-01,1.75666e+00,1.96180e+00,-3.73760e-01,2.81082e+00,3.27581e-02,1.28649e+00,-4.47240e-02,1.17525e+00,2.01034e+00,1.77532e+00,5.58681e-01,-2.62810e-01,-2.23295e-01,1.50446e+00,1.39958e-01,-5.92915e-01,2.86946e+00,-3.64431e-01,1.07466e+00,1.17163e+00,1.57054e-01,8.46399e-01,-1.52134e-01,-4.91653e-01,8.22911e-01,9.38120e-01,-1.19179e+00,1.74672e-01,3.43389e+00,4.83126e+00,-2.07070e+00,9.24209e-02,1.54410e+00,-2.69068e-01,5.73533e-02,1.17045e+00,-2.88736e-01,3.60842e+00,-2.22762e-02,-1.02833e+00,-1.55579e-01,1.37125e+00,1.20544e-02,2.66011e+00,-8.95721e-01,1.40853e+00,2.94268e+00,-7.69911e-01,
-1.18338e-01,3.26315e-01,1.23361e-02,-5.46026e-01,1.05261e-01,-2.00232e-01,1.29737e-02,2.48339e+00,-2.09388e-02,-9.25198e-02,-1.10488e-01,1.53750e-01,-5.95737e-02,3.72725e-02,-8.08556e-02,-4.15278e-01,2.21908e-01,1.80929e-02,-3.25932e-02,1.30969e-01,2.63053e-01,-2.12334e-01,3.63439e-01,5.11135e-03,-5.89548e-01,1.82239e-02,7.60928e-02,7.47297e-02,6.85495e-02,-1.54166e-01,7.67323e-01,2.88081e-01,-6.85540e-02,-6.63925e-01,6.23169e-02,7.09255e-02,1.31354e-01,-1.12621e-01,2.71728e-03,-1.47812e-01,-6.67809e-02,-5.27801e-03,-1.13257e-01,-2.73364e-01,2.63001e-03,3.29332e-01,-4.25733e-02,3.79969e-02,1.28265e-01,-1.34402e-02,
-1.31404e-01,3.20536e-01,-1.38848e-02,-3.95013e-02,-1.91438e-02,-1.82027e-01,9.62037e-02,2.05022e-01,1.09667e-02,1.04369e-01,-3.31147e-02,2.06353e-01,1.08332e-01,-6.92609e-03,1.86348e-02,-5.44293e-02,-9.55135e-02,2.01017e-02,6.63316e-03,5.56373e-03,1.66585e-01,1.28826e-01,-1.53033e-02,-9.96742e-03,1.47491e-02,-5.50365e-03,-3.78465e-03,-4.26973e-02,-5.22149e-01,2.22034e-01,5.48012e-02,2.49089e-01,-1.01519e-01,-1.97437e-01,1.01073e-02,1.81552e-02,2.86547e-02,-7.50820e-02,1.69784e-02,-1.84206e-01,-6.47006e-02,1.69460e-02,-1.51371e-02,-3.96761e-01,5.11844e-02,2.99160e-01,-2.77478e-03,3.69529e-02,1.28898e-01,-5.68672e-02,
-6.49865e-01,1.32997e+00,-1.89032e+00,-1.68813e-01,6.00957e-01,2.59010e+00,2.08027e-01,3.37297e+00,3.63106e-02,-1.12324e-01,1.62786e+00,2.39458e-02,-7.52099e-01,8.76782e-01,6.37807e-01,-9.45690e-02,2.40745e-01,-2.70214e-01,-1.14465e-01,9.79217e-01,-2.67491e-01,-8.26806e-01,-4.21481e-01,-1.38628e-02,-2.11656e-01,-5.72049e-02,2.13780e-01,-2.01982e+00,-5.13902e+00,-4.78938e+00,-1.18514e+00,-3.82308e-02,-4.33615e-01,-1.01950e-02,-1.12472e-01,8.56814e-01,4.61660e-01,-9.08935e-01,7.35381e-02,4.73705e-01,-2.53636e-01,-4.49603e-01,2.82227e-02,1.64409e+00,-8.38536e-01,-3.54395e+00,-1.59726e+00,1.08574e+00,1.71277e+00,1.14323e+00,
-5.92362e-02,-2.76178e-02,-3.95211e-02,-2.56126e-02,-2.43102e-02,-4.79674e-02,4.03388e-04,-4.14664e-02,-1.74243e-02,2.81392e-02,1.38334e-02,3.49642e-02,2.92275e-03,-1.36162e-02,-2.60096e-02,-2.02608e-02,2.61810e-02,-4.28578e-02,4.71256e-02,-4.22326e-02,-2.76448e-03,-1.84278e-02,-5.08304e-02,-7.72646e-03,-2.99182e-02,-5.53877e-02,1.45262e-02,-1.21229e-02,1.14294e-02,-2.05321e-03,3.67602e-02,6.10193e-03,-6.35971e-03,-1.11300e-02,-1.03021e-02,3.13512e-02,4.54901e-03,-3.54061e-03,-3.58761e-02,4.23161e-02,1.47896e-02,1.36055e-02,-4.68969e-02,-8.39899e-03,-3.48204e-02,1.38513e-02,-3.43174e-02,-5.46146e-02,2.55882e-04,-2.49643e-02,
-2.66196e-01,-4.91746e+00,-4.87197e-02,-2.59746e+00,-5.67631e-01,-3.57638e-01,3.02013e-01,-1.80307e-02,3.78236e-02,4.08511e-02,-2.25228e-01,5.46235e-03,-2.96680e-01,-2.09862e+00,-7.94140e-01,1.55330e-01,-2.52613e-01,-2.86497e-01,-1.56298e+00,-1.97153e+00,-1.90461e-02,-5.22113e-01,1.49228e-02,-1.96361e-02,-4.07034e-01,-4.35700e-01,-8.79654e-01,4.35945e-02,-4.46881e-01,-4.99441e-01,-2.05953e-01,8.27312e-03,2.12767e-01,2.07449e-01,-5.16574e-02,-6.26539e+00,-3.80177e+00,-2.35755e-01,-4.78780e+00,-4.22652e-01,-6.89109e-01,-9.17288e-03,-5.29111e-01,-1.48445e+00,-3.94535e+00,-8.69519e-02,-2.62157e+00,-3.51877e-01,-7.16482e-01,1.60989e-01,
-4.40629e-02,1.07374e+00,1.23700e-01,7.21955e-01,1.03914e+00,5.34319e-01,-3.20685e-01,3.09196e+00,-1.10146e-02,5.75306e-01,4.94181e-01,5.92645e-01,-4.48956e-01,8.55528e-01,-2.55349e+00,-8.54363e-01,-2.21038e+00,2.89497e-01,1.81064e-01,-4.08995e-01,1.48192e+00,-3.19414e-01,-4.13418e-01,6.91326e-01,6.39359e-01,2.85848e-01,-5.47458e-01,-1.15560e+00,-1.79694e+00,2.51989e+00,5.28687e-01,1.82633e+00,-2.86629e-01,-5.86856e-01,-2.43802e-02,6.64503e-01,-4.70939e-01,-2.05597e+00,-7.19291e-01,1.16950e+00,-7.43095e-02,-5.44612e-01,-9.47849e-01,3.49807e-01,7.73875e-01,-2.08175e+00,-2.24990e+00,3.35616e-01,-5.12889e-01,-2.59259e+00,
-1.19769e-01,-7.39848e-01,2.58099e-03,-1.70928e-02,-5.89335e-02,-2.70210e+00,3.13620e-01,-8.58760e-01,1.71356e-02,-1.35717e-02,-8.40555e-01,-9.60353e-02,5.89780e-02,-1.55027e-01,3.51565e-02,7.44961e-02,-1.41419e-01,-2.69620e-02,-1.25101e-01,5.27528e-02,6.81723e-02,4.50368e-02,2.01507e-02,9.79405e-02,-4.01206e-02,-4.48072e-03,-4.92973e-01,-2.55569e-02,-5.02968e-02,-1.57736e-01,-2.23584e-01,7.17633e-02,-3.84731e-02,2.66121e-02,1.73121e-02,8.30637e-03,1.35231e-02,7.22220e-03,8.77690e-03,8.14125e-02,-7.73402e-03,-2.32833e-02,-3.00002e-03,2.82792e-01,5.79878e-02,5.53383e-03,-3.00853e-02,-3.46780e-02,1.24141e-01,3.63756e-02,
3.03884e-02,3.52198e-01,7.73466e-02,2.64126e-01,-3.34225e-01,-7.83206e-02,-5.66074e-02,2.79976e+00,-1.79914e-02,2.55013e-01,2.08763e-01,2.97436e-01,-6.44442e-02,-7.02535e-02,2.80859e-02,-1.23392e-01,2.50055e-01,5.61033e-02,-3.17774e-02,1.22221e-01,8.89602e-02,2.35140e-02,-2.22684e-01,1.82467e-01,3.62972e-01,3.08738e-02,5.95937e-03,-2.32756e-01,2.65316e-02,-2.81100e-01,4.33331e-02,4.31390e-01,-9.29943e-02,-6.10045e-01,1.07476e-01,-5.66667e-01,5.14853e-02,-2.40178e+00,-2.43844e-01,9.82763e-02,-4.65275e-03,-1.06134e-02,-8.94449e-02,-1.07203e-01,-5.82556e-02,4.74085e-02,-2.55172e+00,5.70392e-02,2.98238e-02,-6.46394e-01,
1.84671e-01,7.52321e-01,8.65644e-02,1.86619e-01,-3.10063e-01,-7.61878e-01,-6.43017e-01,-5.02935e-01,-1.00211e-02,-3.34360e-01,4.00044e-01,5.74152e-01,-5.76439e-02,-9.29528e-02,-2.71633e-01,-3.37113e-01,4.36719e-01,1.98855e-01,3.97593e-01,-4.38401e-01,1.48033e+00,-3.21197e-01,-1.84005e-01,4.28771e-01,3.33307e-01,-1.33085e-02,-1.85028e-01,-1.14873e+01,-3.04960e+00,-2.33437e+00,-1.20847e+00,-4.92136e+00,-1.65404e-01,-9.11289e-01,-3.50238e+00,5.19331e-01,-4.69827e-02,-1.96329e+00,4.06231e-01,-1.56087e-01,-6.70692e-01,-3.15464e-01,4.24125e-01,-3.95869e+00,1.06730e-01,7.14783e-01,-1.01018e+00,-2.20186e-01,8.76585e-01,-2.34700e+00,
-8.66011e-02,1.48515e-01,-1.59652e-01,5.38838e-02,-3.84749e-03,3.14055e-01,-1.84358e-02,-6.26705e+00,-1.83229e-02,1.38985e-01,-2.53019e-01,1.65875e-01,3.36622e-02,-5.15797e-02,-2.17041e-01,-5.49016e-02,-1.01144e-01,1.32300e-02,-4.42606e-02,1.02209e-01,-9.47799e+00,-2.02728e-01,2.48221e-02,3.99337e-02,-6.49795e-02,7.34429e-04,8.71566e-02,-3.72471e-02,1.56830e-01,1.32212e-01,-1.97826e-01,2.27587e-01,-4.80792e-02,-4.99591e-01,4.25733e-02,-1.26662e-01,1.80687e-02,1.26477e-01,-2.87359e-02,-1.23302e-01,-4.40292e-02,-5.21075e-02,-8.31424e-02,-2.11767e-01,5.83077e-02,-8.97759e-01,-3.00606e-01,1.30659e-01,-8.12657e-02,-1.02913e-01,
-2.09606e-02,-9.84535e-02,-2.49829e-02,-5.70889e-02,-3.14480e-02,1.69701e-02,4.12695e-02,-2.56500e+00,-7.78580e-03,-1.22392e+01,5.20845e-02,-1.91614e+00,5.54828e-02,-4.74209e-02,-6.71299e-03,-3.83962e-02,1.14907e-01,1.24850e-02,8.71034e-03,6.17120e-02,-3.34501e+00,-8.88491e-02,-1.06205e-02,-4.42300e-02,2.19335e-02,-7.58448e-03,-1.22859e-03,-5.49107e-03,1.12968e-01,-1.50073e-01,5.50116e-02,-2.69110e-01,-9.95001e-05,-7.42491e-02,-4.51385e-04,-5.32557e-02,-1.15998e-02,4.24303e-02,7.55962e-03,1.20907e-01,1.72240e-02,-6.39358e-02,1.42626e-03,-6.19461e-01,1.80231e-02,-7.05306e+00,-5.28660e-03,5.94487e-03,-1.50447e-01,-5.38789e-02,
5.24745e-01,1.08141e+00,6.35379e-01,1.69002e+00,4.35583e-01,2.40734e-01,-4.31442e-01,-7.37243e-01,-3.30664e-02,1.56850e+00,9.99300e-01,8.81319e-01,-5.65482e-01,5.33061e-01,-1.13785e+00,-1.10437e+00,-2.82642e-02,6.83759e-01,5.25831e-01,4.95425e-02,2.27430e+00,-1.92307e-01,-1.35941e+00,1.14415e+00,2.21654e+00,3.38378e-01,-5.21837e-01,-2.33283e+00,-1.83914e+00,1.25891e+00,-2.39895e-01,2.83303e+00,-5.55569e-01,3.00930e-01,3.02722e-01,-3.48418e-01,-6.44766e-01,-1.81263e+00,-6.95619e-01,1.81231e+00,-2.68428e-01,7.94909e-01,-1.17582e+00,2.98880e-01,1.88078e+00,1.66479e+00,-6.70523e+00,1.73214e-01,-5.61449e-01,-3.46247e+00,
-1.33451e-03,2.05724e+00,-7.97343e-01,1.99549e+00,-9.41951e-01,1.74585e+00,6.35723e-01,1.84909e+00,4.22550e-02,1.76100e+00,2.73204e+00,6.42362e-01,-1.18816e+00,9.14666e-01,-5.07479e+00,-2.06649e+00,6.42075e-02,8.15977e-01,4.51913e-01,3.38028e+00,-8.74292e+00,-8.78627e-01,-8.02842e-01,4.75852e-01,8.46864e-01,1.21965e-01,1.26925e+00,-2.55234e+00,-2.24662e+00,-6.20157e-01,4.48457e-01,9.05058e-01,-7.34618e-01,7.30834e-02,2.33524e-01,2.15849e-02,-3.43515e-01,-2.51006e+00,-3.45265e-01,2.29676e+00,-3.66626e-01,6.19799e-01,-1.88540e+00,1.44696e+00,1.51491e+00,-7.20131e+00,-6.64278e+00,8.49982e-01,2.46569e+00,-2.65080e+00,
9.40246e-01,
1.42197e+00,
9.19541e-01,
1.19010e+00,
1.55672e+00,
1.00741e+00,
-1.97771e+00,
-1.40679e+00,
-1.20982e+00,
1.53537e+00,
-6.36510e-01,
1.22723e-01,
5.03492e-01,
9.08570e-01,
9.60232e-01,
1.82642e+00,
-1.22037e+00,
6.92191e-01,
9.37296e-01,
1.53344e+00,
-3.16415e+00,
-1.76945e+00,
2.11374e+00,
7.19093e-01,
-2.44930e+00,
-7.35850e-02,
2.32671e+00,
7.06510e-01,
-1.50627e+00,
1.06038e+00,
5.44188e-01,
9.00496e-01,
-3.74406e-01,
1.54779e-01,
4.03996e-01,
1.83321e-01,
-1.30029e+00,
1.45148e+00,
1.67991e+00,
1.39210e+00,
-4.10244e-02,
-1.76858e+00,
1.06256e+00,
3.22736e-01,
6.64328e-01,
4.19883e-01,
1.17337e+00,
2.60124e-01,
-6.58612e-03,
1.30075e+00,
-1.52798e-03,9.08849e-03,2.55915e-02,4.49694e-02,2.61200e-03,3.93512e-02,-1.23256e-02,2.46810e-03,-6.14131e-01,1.18649e-02,-2.48776e-01,6.36348e-03,2.78566e-02,8.67919e-03,-3.13709e-03,3.77293e-03,-3.16626e-04,8.73906e-03,2.67734e-02,2.33028e-02,-4.93895e-04,3.46949e-03,1.78205e-03,2.60872e-02,-1.70070e-02,-1.08126e-01,6.07020e-03,8.32502e-03,1.71896e-02,-2.82118e-03,3.23776e-02,2.85996e-03,6.11069e-03,7.47228e-03,1.25032e-02,-3.44195e-02,1.46245e-02,6.92659e-03,4.01609e-02,4.56683e-03,1.42259e-02,1.49435e-02,5.45892e-03,2.00915e-03,2.39551e-03,-1.17058e-03,2.83781e-02,1.33128e-02,6.37483e-03,3.81628e-03,
-4.44537e-03,-5.18269e-03,3.11816e-02,4.14856e-02,-2.57543e-03,2.09622e-02,-1.19596e-02,9.52383e-03,-4.18737e-01,1.36495e-02,-3.33113e-01,6.10815e-03,4.83889e-03,1.67387e-02,-1.02319e-03,3.79133e-02,1.00381e-02,2.37360e-04,2.72408e-02,1.77469e-02,-6.72929e-04,5.22114e-03,4.21761e-04,3.14405e-02,-1.55645e-02,-1.43515e-01,1.87134e-03,1.80388e-02,8.68989e-03,-4.86981e-03,4.18392e-02,6.99728e-03,6.06600e-03,9.14238e-03,7.70062e-03,3.15748e-03,6.98584e-03,1.14949e-02,3.91366e-02,4.76286e-03,6.12816e-03,2.33734e-02,1.47225e-03,1.20571e-02,1.04088e-04,-1.39832e-03,4.26460e-02,2.25572e-02,1.18507e-02,-5.50270e-05,
2.91687e-02,1.42296e-02,3.36053e-02,4.55023e-02,-1.59656e-03,2.79376e-02,-1.48866e-02,-6.59574e-03,-5.59406e-01,8.73523e-03,-3.53054e-01,3.28847e-03,3.88876e-03,2.29865e-02,1.13683e-02,1.05610e-03,-4.53472e-05,1.91299e-02,2.67125e-02,1.31848e-02,-2.07126e-03,1.62074e-03,1.46194e-02,3.62973e-02,-1.99082e-02,-1.42614e-01,1.04892e-02,-8.19706e-05,1.39199e-02,-3.22181e-03,4.15122e-02,-5.53828e-03,6.03937e-03,5.90429e-03,9.06922e-03,1.51753e-03,-1.97379e-02,7.26115e-03,3.84611e-02,1.19480e-03,-1.36636e-02,2.46676e-02,1.65979e-02,1.20169e-02,5.64371e-03,1.17773e-02,3.39602e-02,1.98277e-02,-2.10452e-03,4.80108e-03,
4.55802e-04,8.12854e-03,2.10374e-02,4.31362e-02,6.97595e-03,3.97354e-02,-7.91639e-03,1.09422e-02,2.37775e-01,-8.41754e-03,3.28521e-01,6.57417e-03,4.22466e-04,1.29686e-02,-7.76473e-03,3.65228e-02,1.07018e-02,1.53491e-03,2.22336e-02,2.23179e-02,4.63275e-03,5.43592e-03,6.84646e-04,2.29886e-03,-1.53913e-02,-1.11249e-01,-1.46463e-02,2.28915e-02,1.61600e-02,-7.59424e-04,3.22797e-02,8.34878e-03,3.66022e-03,6.44042e-03,1.02967e-02,2.16978e-03,7.54370e-02,2.50581e-02,3.27263e-02,1.06836e-02,3.73129e-03,6.17485e-03,-1.54975e-02,8.55993e-03,-1.06660e-02,-1.59203e-02,6.57542e-03,-4.99358e-03,1.15872e-02,-7.32343e-03,
3.12882e-02,7.73886e-03,1.97830e-02,4.86244e-02,1.44084e-02,3.67439e-02,-1.71598e-02,-1.32780e-02,-6.83744e-01,1.43570e-02,-1.77770e-01,7.81174e-03,-6.48117e-04,1.98732e-02,1.14211e-02,-1.06893e-04,1.46441e-03,2.19159e-02,2.66931e-02,7.07696e-03,8.55070e-04,-1.90231e-03,1.89910e-02,2.18761e-03,-1.48906e-02,2.50500e-01,1.08779e-02,3.12157e-03,1.45203e-02,3.87036e-03,3.78203e-02,6.54798e-03,8.52316e-03,-3.75273e-03,1.67625e-02,1.96232e-03,-3.15121e-02,-1.17148e-02,3.88476e-02,-8.53707e-03,-2.10246e-02,7.46594e-03,1.50692e-02,7.66760e-03,2.13937e-02,1.40507e-02,1.09046e-02,-3.06697e-03,-1.61312e-02,9.18950e-03,
-1.37757e-02,
-1.93597e-02,
-1.97943e-02,
-1.93225e-02,
-1.89474e-02,

@ -0,0 +1,19 @@
name: aimos
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- matplotlib
- numpy
- onnxruntime
- pandas
- pillow
- pytorch
- pyyaml
- scikit-learn
- tqdm
- pip
- pip:
- opencv-python
- tensorflow

@ -0,0 +1,11 @@
matplotlib
numpy
onnxruntime
opencv-python
pandas
pillow
pyyaml
scikit-learn
tensorflow
torch
tqdm

@ -0,0 +1,20 @@
"""Steup module for AIMOS."""
import sys
from setuptools import setup
if sys.version_info.minor < 9:
raise Exception("AIMOS module only works for Python 3.9+")
setup(
name="AIMOS",
version="1.0",
description="AI Metamorphism Observing Software",
author="Augustin Lemesle, Aymeric Varasse",
author_email="augustin.lemesle@cea.fr",
python_requires=">=3.9",
packages=["aimos"],
package_data={"aimos": ["*.pyc"]},
entry_points={"console_scripts": ["aimos=aimos.aimos:main"]},
)

@ -0,0 +1,7 @@
x0 >= 0
x0 < 0.2
x1 >= 0
x1 < 1
x2 >= 0
x2 < 1
y0 >= 0

@ -0,0 +1,88 @@
"""
This script generates data for a classifier modelling
a Guardian, opposing a Threat. The Guardian should
output an alarm when the Threat in trespassing within a zone.
The Guardian has access to three inputs: norm of the distance
vector from Threat to Guardian, norm of speed vector of Threat, angle between
the speed vector and the distance vector in radians.
This script generates data in a csv file with the following columns,
from left to right:
NORM OF DISTANCE
NORM OF SPEED VECTOR
ANGLE
OUTPUT
Value in column OUTPUT is either 0 or 1.
"""
# Imports
from random import random as r
import numpy as np
import sys
# Constants
ALPHA = 0.5 # speed threshold for suspicious zone
BETA = 0.25 # angle (radian) threshold for suspicious zone
MAX_DIST = 1. # maximum generated distance
MAX_SPEED = 1. # maximum speed
MAX_ANGLE = 1. # maximum angle (symmetry)
DELTA_1 = 0.3 # limit of danger zone
DELTA_2 = 0.7 # limit of suspicious zone
EPSILON = 0.09 # threshold of frontier distance
NUM_SAMPLING = int(sys.argv[1])
def sample_data():
"""Returns a tuple (a,b,c)
where a stands for the norm of distance vector,
b stands for the norm of speed vector,
c stands for the angle.
We consider only data that are sufficiently far away from
the limits DELTA_1 and DELTA_2
"""
dist = r()*MAX_SPEED
speed = r()*MAX_DIST
angle = r()*MAX_ANGLE
while abs(dist - DELTA_1) < EPSILON or abs(dist - DELTA_2) < EPSILON:
dist = r() * MAX_SPEED
while abs(speed - ALPHA) < EPSILON:
speed = r()*MAX_DIST
if abs(angle - BETA) < EPSILON:
angle = r()*MAX_ANGLE
return (dist, speed, angle)
def is_safe(a, b, c):
"""Returns TRUE if (a,b,c) is a safe state,
and FALSE otherwise.
A safe state is defined by the following:
* a > DELTA_2
* a > DELTA_1 and a < DELTA_2
and (b < ALPHA or c > BETA)
An unsafe state is defined by the following:
* a < DELTA_1
* a > DELTA_1 and a < DELTA_2
and (b > ALPHA and c < BETA)
"""
return(a > DELTA_2 or (DELTA_1 < a < DELTA_2 and
(b < ALPHA or c > BETA)))
if __name__ == "__main__":
FNAME = 'data_ALPHA='+str(ALPHA)+'_BETA_='+str(BETA) +\
'_DELTA1='+str(DELTA_1) +\
'_DELTA2=' + str(DELTA_2) + \
'_EPSILON=' + str(EPSILON) + \
'.npy'
data = []
for n in range(NUM_SAMPLING):
(a, b, c) = sample_data()
if is_safe(a, b, c):
res = 0
else:
res = 1
data.append([a, b, c, res])
np.save(FNAME, np.asarray(data))
print('Dataset generation completed')

@ -0,0 +1,48 @@
"""Custom datasets. Must implement __len__ and __getitem__.
The latter should return a dict with data and target vector
"""
import os
import sys
from torch.utils.data import Dataset
import torch
import numpy as np
# Don't forget to normalize inputs
class CollisionDataset(Dataset):
"""Dataset wrapper for DFKI tutorial
Rely on the data generated by generate_collisions.py
"""
def __init__(self, fpath, train=True, transform=None):
self.train = train
self.transform = transform
self.fpath = fpath
datalist = []
if os.path.exists(self.fpath):
arr = np.load(self.fpath)
else:
sys.exit('Error: {} does not exist. Dataset not'.format(fpath) +
'created')
# one data out of 10 is going on test data
self.traindata = arr[np.arange(arr.shape[0]) % 10 != 0, :]
self.testdata = arr[np.arange(arr.shape[0]) % 10 == 0, :]
def __len__(self):
if self.train:
return len(self.traindata)
else:
return len(self.testdata)
def __getitem__(self, idx):
# Get data and objective
if self.train:
data = self.traindata
else:
data = self.testdata
if self.transform:
data = data.astype(np.float32)
data = self.transform(data)
data = data.squeeze()
return data[idx, :-1], data[idx, -1].squeeze()

@ -0,0 +1,50 @@
fmnist_4069.npy, 7
fmnist_6182.npy, 3
fmnist_7152.npy, 8
fmnist_7390.npy, 2
fmnist_8841.npy, 3
fmnist_5744.npy, 1
fmnist_4158.npy, 1
fmnist_3175.npy, 1
fmnist_5290.npy, 5
fmnist_9038.npy, 0
fmnist_3242.npy, 8
fmnist_9335.npy, 5
fmnist_2505.npy, 2
fmnist_2775.npy, 9
fmnist_9079.npy, 1
fmnist_8228.npy, 1
fmnist_6092.npy, 5
fmnist_3385.npy, 9
fmnist_4516.npy, 7
fmnist_3907.npy, 9
fmnist_7978.npy, 1
fmnist_8427.npy, 9
fmnist_6536.npy, 8
fmnist_1711.npy, 9
fmnist_152.npy, 1
fmnist_940.npy, 9
fmnist_2107.npy, 4
fmnist_5428.npy, 1
fmnist_7341.npy, 9
fmnist_4651.npy, 8
fmnist_3641.npy, 9
fmnist_6757.npy, 0
fmnist_2436.npy, 1
fmnist_7523.npy, 8
fmnist_9266.npy, 7
fmnist_16.npy, 2
fmnist_5838.npy, 8
fmnist_9031.npy, 0
fmnist_7539.npy, 9
fmnist_5400.npy, 0
fmnist_4096.npy, 4
fmnist_8734.npy, 8
fmnist_337.npy, 2
fmnist_6833.npy, 3
fmnist_1082.npy, 1
fmnist_294.npy, 5
fmnist_808.npy, 1
fmnist_1463.npy, 0
fmnist_9209.npy, 1
fmnist_3254.npy, 5
1 fmnist_4069.npy 7
2 fmnist_6182.npy 3
3 fmnist_7152.npy 8
4 fmnist_7390.npy 2
5 fmnist_8841.npy 3
6 fmnist_5744.npy 1
7 fmnist_4158.npy 1
8 fmnist_3175.npy 1
9 fmnist_5290.npy 5
10 fmnist_9038.npy 0
11 fmnist_3242.npy 8
12 fmnist_9335.npy 5
13 fmnist_2505.npy 2
14 fmnist_2775.npy 9
15 fmnist_9079.npy 1
16 fmnist_8228.npy 1
17 fmnist_6092.npy 5
18 fmnist_3385.npy 9
19 fmnist_4516.npy 7
20 fmnist_3907.npy 9
21 fmnist_7978.npy 1
22 fmnist_8427.npy 9
23 fmnist_6536.npy 8
24 fmnist_1711.npy 9
25 fmnist_152.npy 1
26 fmnist_940.npy 9
27 fmnist_2107.npy 4
28 fmnist_5428.npy 1
29 fmnist_7341.npy 9
30 fmnist_4651.npy 8
31 fmnist_3641.npy 9
32 fmnist_6757.npy 0
33 fmnist_2436.npy 1
34 fmnist_7523.npy 8
35 fmnist_9266.npy 7
36 fmnist_16.npy 2
37 fmnist_5838.npy 8
38 fmnist_9031.npy 0
39 fmnist_7539.npy 9
40 fmnist_5400.npy 0
41 fmnist_4096.npy 4
42 fmnist_8734.npy 8
43 fmnist_337.npy 2
44 fmnist_6833.npy 3
45 fmnist_1082.npy 1
46 fmnist_294.npy 5
47 fmnist_808.npy 1
48 fmnist_1463.npy 0
49 fmnist_9209.npy 1
50 fmnist_3254.npy 5

@ -0,0 +1,6 @@
x0 >= 0.7
x0 <= 0.3
x1 >= 0.4
x1 <= 1
x2 <= 0.25
x2 >= 0

@ -0,0 +1,11 @@
(assert (>= |CELL_actual_input_0_0_0| (/ 3152519739159347 4503599627370496)))
(assert (< |CELL_actual_input_0_0_0| (/ 5404319552844595 18014398509481984)))
(assert (>= |CELL_actual_input_0_0_1| (/ 3602879701896397 9007199254740992)))
(assert (< |CELL_actual_input_0_0_1| (/ 1 1)))
(assert (< |CELL_actual_input_0_0_2| (/ 1 4)))
(assert (>= |CELL_actual_input_0_0_2| (/ 0 1)))
(check-sat)
(get-value (|CELL_actual_input_0_0_0|))
(get-value (|CELL_actual_input_0_0_1|))
(get-value (|CELL_actual_input_0_0_2|))
(get-value (|CELL_actual_output_0_0_0|))

@ -0,0 +1,11 @@
x0 >= 0.6698755476125
x0 < 0.6798577687
x1 >= 0.375
x1 < 0.5
x2 >= 0.375
x2 < 0.5
x3 >= 0.49375
x3 < 0.5
x4 >= 0.33125000000000004
x4 < 0.45
y0 < 3.9911256459

@ -0,0 +1,275 @@
"""A small module to express formulas and write them in SMTLIB2,
Marabou input format, PyRAT input format. Conjunction of linear constraints,
with logical operators if necessary"""
from fractions import Fraction
import re
DIST = 'x0'
SPEED = 'x1'
ANGLE = 'x2'
OUTPUT = 'y0'
GEQ = '>='
GQ = '>'
LT = '<'
AND = 'and'
OR = 'or'
class Atom():
"""A basic atom for a formula"""
def __init__(self):
self.var = None
self.real = None
def is_real(self):
return self.real is not None
def is_var(self):
return self.var is not None
class Real(Atom):
"""A real number"""
def __init__(self, x):
super(Real, self).__init__()
if isinstance(x, (float, int)):
self.real = x
else:
print('Error, Real can only be of int or float')
raise ValueError
def __str__(self):
return str(self.real)
def to_smtlib(self):
frac = Fraction(self.real)
return '(/ {} {})'.format(frac.numerator, frac.denominator)
def to_marabou(self):
return ' {} '.format(self.real)
def to_pyrat(self):
return ' {} '.format(self.real)
class Var(Atom):
"""A variable with a name"""
def __init__(self, x):
super(Var, self).__init__()
if isinstance(x, str):
if re.search("^[xy][0-9]$", x):
self.var = x
else:
raise ValueError("Input should be of the form x[0-9] or y[0-9]")
else:
raise ValueError("Input should be of the form x[0-9] or y[0-9]")
def __str__(self):
return str(self.var)
def to_smtlib(self):
if self.var == DIST:
return '|CELL_actual_input_0_0_0|'
elif self.var == SPEED:
return'|CELL_actual_input_0_0_1|'
elif self.var == ANGLE:
return'|CELL_actual_input_0_0_2|'
else: # only remaining is Output
return '|CELL_actual_output_0_0_0|'
def to_marabou(self):
return self.var
def to_pyrat(self):
return self.var
class Constr():
"""A linear constraint"""
def __init__(self, a, bop, b):
"""a and b are atoms, bop is either '>=' or '<'"""
if not (isinstance(a, Atom) and isinstance(b, Atom)):
print('Error, either a or b are not atoms. \
Create atoms using Var or Real constructors.')
raise ValueError
else:
if bop == GEQ or bop == LT:
self.constr = (a, bop, b)
else:
print('Error, second argument should be either >= or <')
raise ValueError
def __str__(self):
a, bop, b = self.constr
return '{} {} {}'.format(str(a), bop, str(b))
def to_smtlib(self):
"""write a constraint to SMTLIB format"""
a, bop, b = self.constr
if "y" in str(a) or "y" in str(b):
bop = GEQ if bop == LT else LT
return '({} {} {})'.format(bop, a.to_smtlib(), b.to_smtlib())
def to_marabou(self):
"""write a constraint to marabou format"""
a, bop, b = self.constr
if "y" in str(a) or "y" in str(b):
bop = GEQ if bop == LT else LT
if bop == GEQ:
return '{} {} {}'.format(a.to_marabou(), bop, b.to_marabou())
else:
# print('Warning: Marabou does not support strict inequality, \
# using Lower or Equal ( <= ) instead')
return '{} {} {}'.format(a.to_marabou(), '<=', b.to_marabou())
def to_pyrat(self):
a, bop, b = self.constr
return '{} {} {}'.format(a.to_pyrat(), bop, b.to_pyrat())
def well_formed(c):
"""Check if c is a well formed clause"""
if len(c) == 3:
cx = c[0]
lop = c[1]
cy = c[2]
if lop in (AND, OR):
return isinstance(cx, Constr) and isinstance(cy, Constr)
else:
print('Error, second argument should be AND | OR')
return False
class Formula():
"""A formula composed of a conjunction of constraints"""
def __init__(self):
"""A formula is empty at the beginning"""
self.storage = []
def __str__(self):
to_display = ''
for clause in self.storage:
if isinstance(clause, Constr):
to_display += '{}; '.format(str(clause))
else:
cx, lop, cy = clause
to_display += '({} {} {}); '.format(str(cx), str(lop),
str(cy))
return to_display
def add(self, c):
"""Add a disjunction to the formula with the constr"""
if isinstance(c, Constr):
self.storage.append(c)
elif well_formed(c):
self.storage.append((c[0], c[1], c[2]))
else:
print('Error, input must either be an instance of Constr or \
a tuple (formula, AND|OR, constr)')
def to_smtlib(self):
"""Write down the formula to SMTLIB format"""
to_write = ''
for clause in self.storage:
if isinstance(clause, Constr):
tmp = clause.to_smtlib()
else:
cx, lop, cy = clause
tmp = '({} {} {})'.format(
str(lop), cx.to_smtlib(), cy.to_smtlib())
to_write += '(assert {})\n'.format(tmp)
return to_write
def to_marabou(self):
"""Write down the formula to Marabou format"""
to_write = ''
for clause in self.storage:
if isinstance(clause, Constr):
to_write += '{}\n'.format(clause.to_marabou())
else:
# Marabou only deal with AND logical operators
cx, lop, cy = clause
if lop == AND:
to_write += '{}\n'.format(cx.to_marabou())
to_write += '{}\n'.format(cy.to_marabou())
else:
print('Error, Marabou output format does not support \
OR operator. Aborting conversion.')
raise ValueError
return to_write
def to_pyrat(self):
"""Write down the formula to PyRAT format"""
to_write = ''
for clause in self.storage:
if isinstance(clause, Constr):
to_write += '{}\n'.format(clause.to_pyrat())
else:
# PyRAT only deal with AND logical operators
cx, lop, cy = clause
if lop == AND:
to_write += '{}\n'.format(cx.to_pyrat())
to_write += '{}\n'.format(cy.to_pyrat())
else:
print('Error, PyRAT output format does not support \
OR operator. Aborting conversion.')
raise ValueError
return to_write
def write_smtlib(self, fpath='formula.smt2'):
with open(fpath, 'w') as f:
to_write = self.to_smtlib()
to_write += '(check-sat)\n'
to_write += '(get-value (|CELL_actual_input_0_0_0|))\n'
to_write += '(get-value (|CELL_actual_input_0_0_1|))\n'
to_write += '(get-value (|CELL_actual_input_0_0_2|))\n'
to_write += '(get-value (|CELL_actual_output_0_0_0|))\n'
f.write(to_write)
print('Wrote SMT formula in file {}'.format(fpath))
def write_marabou(self, fpath='formula.marabou'):
with open(fpath, 'w') as f:
to_write = self.to_marabou()
f.write(to_write)
print('Wrote marabou formula in file {}'.format(fpath))
def write_pyrat(self, fpath='formula.txt'):
with open(fpath, 'w') as f:
to_write = self.to_pyrat()
f.write(to_write)
print('Wrote pyrat formula in file {}'.format(fpath))
def formula_p1():
distance = Var('x0')
angle1 = Var('x1')
angle2 = Var('x2')
speed1 = Var('x3')
speed2 = Var('x4')
output = Var('y0')
constrs = []
constrs.append(Constr(distance, '>=', Real(0.6)))
constrs.append(Constr(distance, '<', Real(0.6798577687)))
constrs.append(Constr(angle1, '>=', Real(-0.5)))
constrs.append(Constr(angle1, '<', Real(0.5)))
constrs.append(Constr(angle2, '>=', Real(-0.5)))
constrs.append(Constr(angle2, '<', Real(0.5)))
constrs.append(Constr(speed1, '>=', Real(0.45)))
constrs.append(Constr(speed1, '<', Real(0.5)))
constrs.append(Constr(speed2, '>=', Real(-0.5)))
constrs.append(Constr(speed2, '<', Real(-0.45)))
constrs.append(Constr(output, '<', Real(3.9911256459)))
formula = Formula()
for c in constrs:
formula.add(c)
return formula

@ -0,0 +1,11 @@
x0 >= 0.6
x0 <= 0.6798577687
x1 >= -0.5
x1 <= 0.5
x2 >= -0.5
x2 <= 0.5
x3 >= 0.45
x3 <= 0.5
x4 >= -0.5
x4 <= -0.45
y0 >= 3.9911256459

@ -0,0 +1,11 @@
x0 >= 0.6
x0 < 0.6798577687
x1 >= -0.5
x1 < 0.5
x2 >= -0.5
x2 < 0.5
x3 >= 0.45
x3 < 0.5
x4 >= -0.5
x4 < -0.45
y0 < 3.9911256459

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

@ -0,0 +1,64 @@
// Neural Network File Format by Kyle Julian, Stanford 2016
5,3,1,10,
3,10,10,5,2,1,
0,
-1,-1,-1,
1,1,1,
0.0,0.0,0.0,0.0,
1.0,1.0,1.0,1.0,
-1.14708e+00,2.46452e-01,-2.32174e-01,
-7.61497e-01,2.73782e-01,-4.27904e-01,
-6.80755e-01,6.63188e-02,5.86105e-01,
5.98529e-01,-1.33719e-01,-5.05083e-01,
6.31086e-01,-1.39754e-01,-2.67506e-01,
2.35380e-01,-4.44053e-01,3.20437e-01,
6.32453e-01,-2.90920e-01,-4.45502e-01,
3.53347e-01,6.45762e-01,-2.06620e-02,
-1.43721e-01,5.84932e-01,-1.13164e+00,
-4.68328e-01,-4.39698e-01,4.51289e-01,
7.70765e-01,
6.28211e-01,
2.91335e-01,
-5.18309e-01,
-5.32540e-01,
-3.62792e-01,
5.60616e-01,
-6.89317e-02,
1.10183e-01,
-3.52598e-01,
7.06974e-01,4.06502e-02,1.16121e-01,2.32606e-01,6.13336e-02,-2.62563e-01,5.55975e-02,1.67173e-01,2.27252e-01,-5.94368e-02,
7.57920e-01,6.94863e-01,-5.62161e-02,5.11224e-01,1.28189e-01,-3.47042e-01,2.47291e-02,-5.01331e-01,8.40055e-01,-3.27839e-01,
1.30464e-01,1.38840e-01,8.53394e-02,4.33917e-01,-2.17293e-01,-2.20861e-01,-4.53556e-01,-2.68264e-02,-2.48756e-01,2.09623e-02,
-2.61459e-01,2.63584e-02,4.27502e-01,1.54376e-01,-1.68515e-01,-2.48366e-01,-4.57562e-01,6.29832e-01,-2.09967e-01,9.70081e-02,
2.54692e-01,-1.72164e-01,4.81198e-01,2.93183e-01,2.63407e-02,-3.04535e-01,-3.73956e-01,-3.37929e-01,-2.98805e-01,-2.73287e-01,
-5.62678e-02,-1.16400e-01,1.15052e-01,-1.37510e-01,-6.93518e-02,-1.93212e-01,-5.16142e-01,3.97659e-01,1.00357e-01,4.76279e-01,
-1.39871e-01,-1.05592e-01,-6.37275e-01,-1.98621e-01,3.43004e-01,-5.12464e-01,-1.19070e-01,4.31925e-01,5.00866e-01,1.93172e-01,
-1.04033e-01,-4.00014e-02,-1.01434e-01,-1.92857e-01,2.18325e-01,-1.78187e-01,-2.92106e-01,1.20725e-01,-3.78140e-01,-1.11649e-01,
6.58711e-01,5.91526e-01,4.98885e-01,-3.56871e-01,4.43454e-03,-1.71262e-01,-4.43739e-01,-4.10895e-01,6.37532e-01,7.72243e-02,
-2.67042e-01,-3.68756e-01,-4.33448e-01,5.12721e-01,-8.91776e-02,-1.20972e-01,-1.92482e-01,-2.61665e-01,-4.78430e-01,-3.07123e-01,
-2.38114e-01,
7.51102e-03,
-2.23299e-01,
6.05565e-02,
1.58353e-01,
-1.19271e-01,
7.16477e-02,
9.81083e-02,
1.95617e-01,
2.03306e-01,
5.18320e-01,7.15371e-01,-2.05711e-01,-4.03320e-01,5.47083e-01,4.20018e-01,7.35758e-01,1.75688e-01,9.05056e-01,-4.85407e-02,
-3.53168e-01,-5.91812e-01,3.67945e-01,-8.78026e-02,2.48187e-01,2.97342e-02,-5.63803e-01,-2.96360e-01,1.69950e-01,-1.22268e-01,
-6.05207e-01,9.87874e-02,2.19470e-02,-5.88511e-02,1.84518e-01,1.30692e-01,-2.73866e-01,5.43046e-01,2.04818e-01,7.58518e-02,
-1.16016e-01,-5.11686e-01,4.66400e-01,-1.55879e-01,-3.90377e-01,3.87312e-01,2.14543e-01,1.49492e-01,-1.19779e-01,-1.88518e-01,
2.08475e-01,8.79257e-01,8.90662e-02,-4.83591e-01,7.59465e-01,1.06837e-03,6.20371e-01,1.46788e-01,9.59736e-01,3.48543e-01,
-2.14665e-01,
-2.23339e-01,
8.03788e-01,
-1.17165e-01,
-2.03201e-01,
-1.43015e+00,6.21176e-01,6.64389e-01,-7.09840e-01,-1.33294e+00,
-8.00502e-01,-4.58154e-01,-6.62400e-01,6.04809e-01,-2.02863e-01,
2.34882e+00,
2.01511e-01,
-3.07737e+00,6.45394e-01,
2.76908e+00,

@ -0,0 +1,328 @@
#stolen from https://gist.github.com/qinjian623/6aa777037534c1c1dccbb66f832e93b8
import onnx
import struct
import torch
import torch.nn as nn
import warnings
from collections import OrderedDict
data_type_tab = {
1: ['f', 4],
2: ['B', 1],
3: ['b', 1],
4: ['H', 2],
5: ['h', 2],
6: ['i', 4],
7: ['q', 8],
10: ['e', 2],
11: ['d', 8],
12: ['I', 4],
13: ['Q', 8]
}
def empty(x):
return x
def _slim422(l4):
assert len(l4) == 4
p0, p1 = l4[::2]
if l4[0] == 0: # TODO bad code
p0 = l4[2] // 2
if l4[2] == 1:
p0 = 1
if l4[1] == 0: # TODO bad code
p1 = l4[3] // 2
if l4[3] == 1:
p1 = 1
return p0, p1
def _check_attr(attrs, map):
for attr in attrs:
if attr.name not in map:
warnings.warn("Missing {} in parser's attr_map.".format(attr.name))
def unpack_weights(initializer):
ret = {}
for i in initializer:
name = i.name
dtype = i.data_type
shape = list(i.dims)
if dtype not in data_type_tab:
warnings("This data type {} is not supported yet.".format(dtype))
fmt, size = data_type_tab[dtype]
if len(i.raw_data) == 0:
if dtype == 1:
data_list = i.float_data
elif dtype == 7:
data_list = i.int64_data
else:
warnings.warn("No-raw-data type {} not supported yet.".format(dtype))
else:
data_list = struct.unpack('<' + fmt * (len(i.raw_data) // size), i.raw_data)
t = torch.tensor(data_list)
if len(shape) != 0:
t = t.view(*shape)
ret[name] = t
return ret
def rebuild_conv(node, weights):
rebuild_conv.conv_attr_map = {
"pads": "padding",
"strides": "stride",
"kernel_shape": "kernel_size",
"group": "groups",
"dilations": "dilation"
}
assert len(node.output) == 1
with_bias = False
if len(node.input) == 3:
with_bias = True
bias_name = node.input[2]
bias = weights[bias_name]
weight_name = node.input[1]
weight = weights[weight_name]
in_channels = weight.shape[1]
out_channels = weight.shape[0]
kwargs = {}
for att in node.attribute:
kwargs[rebuild_conv.conv_attr_map[att.name]] = list(att.ints) if att.name != 'group' else att.i
if 'padding' in kwargs:
kwargs["padding"] = _slim422(kwargs["padding"])
groups = 1 if 'groups' not in kwargs else kwargs['groups']
in_channels *= groups
conv = nn.Conv2d(in_channels, out_channels, **kwargs, bias=with_bias)
conv.weight.data = weight
if with_bias:
conv.bias.data = bias
return conv, node.input[:1], node.output
def rebuild_dropout(node, weights):
ratio = node.attribute[0].f
return nn.Dropout2d(p=ratio), node.input, node.output
def rebuild_relu(node, weights, nodes):
return nn.ReLU(), node.input, node.output
def rebuild_maxpool(node, weights):
rebuild_maxpool.mp_attr_map = {
"pads": "padding",
"strides": "stride",
"kernel_shape": "kernel_size",
}
kwargs = {}
for att in node.attribute:
kwargs[rebuild_maxpool.mp_attr_map[att.name]] = list(att.ints)
if 'padding' in kwargs:
kwargs["padding"] = _slim422(kwargs["padding"])
mp = nn.MaxPool2d(**kwargs)
return mp, node.input, node.output
def rebuild_add(node, weights, graph):
def add(a, b):
return a + b
return add, node.input, node.output
def rebuild_transpose(node, weights, graph):
perm = node.attribute[0].ints
def transpose(x):
x = x.permute(*perm)
return x
return transpose, node.input, node.output
def rebuild_flatten(node, weights):
if len(node.attribute) == 0:
d = 1
else:
d = node.attribute[0].i
def flatten(x):
o_shape = []
for i in range(d):
o_shape.append(x.shape[i])
o_shape.append(-1)
return x.view(*o_shape)
return flatten, node.input, node.output
def rebuild_gemm(node, weights):
weight = weights[node.input[1]]
bias = weights[node.input[2]]
in_feats = weight.shape[1]
out_feats = weight.shape[0]
linear = nn.Linear(in_features=in_feats, out_features=out_feats)
linear.weight.data = weight
linear.bias.data = bias
return linear, node.input[:1], node.output
#TODO: rebuild matmul, find a way to include the transpose weights
def rebuild_matmul(node, weights, nodes):
weight = weights[node.input[1]]
for next_node in nodes:
if next_node.input[0] == node.output[0]:
bias = weights[next_node.input[1]]
in_feats = weight.shape[0]
out_feats = weight.shape[1]
linear = nn.Linear(in_features=in_feats,
out_features=out_feats)
linear.weight.data = weight.transpose(1,0)
linear.bias.data = bias
return linear, node.input[:1], node.output
def rebuild_pad(node, weights):
mode = node.attribute[0].s
pads = list(node.attribute[1].ints)
value = node.attribute[2].f
assert mode == b'constant' # TODO constant only
assert sum(pads[:4]) == 0 # TODO pad2d only
pad = nn.ConstantPad2d(pads[4:], value)
return pad, node.input, node.output
def rebuild_constant(node, weights, nodes):
raw_data = node.attribute[0].t.raw_data
data_type = node.attribute[0].t.data_type
fmt, size = data_type_tab[data_type]
data = struct.unpack('<' + fmt * (len(raw_data) // size), raw_data)
if len(data) == 1:
data = data[0]
def constant():
return torch.tensor(data)
return constant, [], node.output
def rebuild_sum(node, weights):
def sum(*inputs):
ret = inputs[0]
for i in inputs[1:]:
ret += i
return ret
return sum, node.input, node.output
def rebuild_shape(node, weights):
def shape(x):
return torch.tensor(list(x.shape))
return shape, node.input, node.output
def rebuild_gather(node, weights):
axis = node.attribute[0].i
def gather(x, idx):
return torch.gather(x, axis, idx)
return gather, node.input, node.output
def _nd_unsqueeze(x, dims):
dims = sorted(dims)
for d in dims:
x = torch.unsqueeze(x, dim=d)
return x
def rebuild_unsqueeze(node, weights):
axes = node.attribute[0].ints
def unsqueeze(x):
return _nd_unsqueeze(x, axes)
return unsqueeze, node.input, node.output
def rebuild_mul(node, weights):
def mul(a, b):
return a * b
return mul, node.input, node.output
def rebuild_softmax(node, weights):
def f_softmax(x):
return x.softmax(dim=1, dtype=torch.double).float()
return f_softmax, node.input, node.output
def rebuild_reshape(node, weights, nodes):
def reshape(x, s):
data_shape = x.shape
onnx_shape = s.tolist()
pt_shape = []
for idx, d in enumerate(onnx_shape):
if d == 0:
pt_shape.append(data_shape[idx])
else:
pt_shape.append(d)
return torch.reshape(x, pt_shape)
return reshape, node.input, node.output
def rebuild_op(node, weights, nodes):
op_type = node.op_type
return globals()['rebuild_'+op_type.lower()](node, weights, nodes)
def construct_pytorch_nodes(graph, weights):
ret = []
for single_node in graph.node:
ret.append(rebuild_op(single_node, weights, graph.node))
return ret
def resolve_deps(name, deps, inter_tensors):
if name in inter_tensors:
return
else:
op, deps_names = deps[name]
args = []
for deps_name in deps_names:
resolve_deps(deps_name, deps, inter_tensors)
args.append(inter_tensors[deps_name])
result = op(*args)
inter_tensors[name] = result
class DependencyModule(nn.Module):
#TODO: add a layers and convert everything to a dict
def __init__(self, onnx_model, input_name=None):
super(DependencyModule, self).__init__()
self.deps = {}
self.inter_tensors = dict()
self.weights = unpack_weights(onnx_model.graph.initializer)
nodes = construct_pytorch_nodes(onnx_model.graph, self.weights)
#TODO: ModuleDict with propernames
layers = OrderedDict({})
for idx, (node, inputs, outputs) in enumerate(nodes):
if isinstance(node, nn.Module):
layers['layer'+str(idx)] = node
for output_name in outputs:
self.deps[output_name] = (node, inputs)
self.input_name = onnx_model.graph.input[0].name # TODO only you
self.output_name = onnx_model.graph.output[0].name # TODO only you
if input_name is not None:
self.input_name = input_name
self.layers = nn.ModuleDict(layers)
def forward(self, input):
self.inter_tensors = self.weights.copy()
self.inter_tensors[self.input_name] = input
resolve_deps(self.output_name, self.deps, self.inter_tensors)
return self.inter_tensors[self.output_name]
def convert(onnx_path):
onnx_model = onnx.load(onnx_path)
reconstruct_model = DependencyModule(onnx_model)
return reconstruct_model

@ -0,0 +1,46 @@
network, prop
1_1, 1
1_2, 1
1_3, 1
1_4, 1
1_5, 1
1_6, 1
1_7, 1
1_8, 1
1_9, 1
2_1, 1
2_2, 1
2_3, 1
2_4, 1
2_5, 1
2_6, 1
2_7, 1
2_8, 1
2_9, 1
3_1, 1
3_2, 1
3_3, 1
3_4, 1
3_5, 1
3_6, 1
3_7, 1
3_8, 1
3_9, 1
4_1, 1
4_2, 1
4_3, 1
4_4, 1
4_5, 1
4_6, 1
4_7, 1
4_8, 1
4_9, 1
5_1, 1
5_2, 1
5_3, 1
5_4, 1
5_5, 1
5_6, 1
5_7, 1
5_8, 1
5_9, 1
1 network prop
2 1_1 1
3 1_2 1
4 1_3 1
5 1_4 1
6 1_5 1
7 1_6 1
8 1_7 1
9 1_8 1
10 1_9 1
11 2_1 1
12 2_2 1
13 2_3 1
14 2_4 1
15 2_5 1
16 2_6 1
17 2_7 1
18 2_8 1
19 2_9 1
20 3_1 1
21 3_2 1
22 3_3 1
23 3_4 1
24 3_5 1
25 3_6 1
26 3_7 1
27 3_8 1
28 3_9 1
29 4_1 1
30 4_2 1
31 4_3 1
32 4_4 1
33 4_5 1
34 4_6 1
35 4_7 1
36 4_8 1
37 4_9 1
38 5_1 1
39 5_2 1
40 5_3 1
41 5_4 1
42 5_5 1
43 5_6 1
44 5_7 1
45 5_8 1
46 5_9 1

@ -0,0 +1,136 @@
network, prop
1_1, 1
1_2, 1
1_3, 1
1_4, 1
1_5, 1
1_6, 1
1_7, 1
1_8, 1
1_9, 1
2_1, 1
2_2, 1
2_3, 1
2_4, 1
2_5, 1
2_6, 1
2_7, 1
2_8, 1
2_9, 1
3_1, 1
3_2, 1
3_3, 1
3_4, 1
3_5, 1
3_6, 1
3_7, 1
3_8, 1
3_9, 1
4_1, 1
4_2, 1
4_3, 1
4_4, 1
4_5, 1
4_6, 1
4_7, 1
4_8, 1
4_9, 1
5_1, 1
5_2, 1
5_3, 1
5_4, 1
5_5, 1
5_6, 1
5_7, 1
5_8, 1
5_9, 1
1_1, 3
1_2, 3
1_3, 3
1_4, 3
1_5, 3
1_6, 3
1_7, 3
1_8, 3
1_9, 3
2_1, 3
2_2, 3
2_3, 3
2_4, 3
2_5, 3
2_6, 3
2_7, 3
2_8, 3
2_9, 3
3_1, 3
3_2, 3
3_3, 3
3_4, 3
3_5, 3
3_6, 3
3_7, 3
3_8, 3
3_9, 3
4_1, 3
4_2, 3
4_3, 3
4_4, 3
4_5, 3
4_6, 3
4_7, 3
4_8, 3
4_9, 3
5_1, 3
5_2, 3
5_3, 3
5_4, 3
5_5, 3
5_6, 3
5_7, 3
5_8, 3
5_9, 3
1_1, 4
1_2, 4
1_3, 4
1_4, 4
1_5, 4
1_6, 4
1_7, 4
1_8, 4
1_9, 4
2_1, 4
2_2, 4
2_3, 4
2_4, 4
2_5, 4
2_6, 4
2_7, 4
2_8, 4
2_9, 4
3_1, 4
3_2, 4
3_3, 4
3_4, 4
3_5, 4
3_6, 4
3_7, 4
3_8, 4
3_9, 4
4_1, 4
4_2, 4
4_3, 4
4_4, 4
4_5, 4
4_6, 4
4_7, 4
4_8, 4
4_9, 4
5_1, 4
5_2, 4
5_3, 4
5_4, 4
5_5, 4
5_6, 4
5_7, 4
5_8, 4
5_9, 4
1 network prop
2 1_1 1
3 1_2 1
4 1_3 1
5 1_4 1
6 1_5 1
7 1_6 1
8 1_7 1
9 1_8 1
10 1_9 1
11 2_1 1
12 2_2 1
13 2_3 1
14 2_4 1
15 2_5 1
16 2_6 1
17 2_7 1
18 2_8 1
19 2_9 1
20 3_1 1
21 3_2 1
22 3_3 1
23 3_4 1
24 3_5 1
25 3_6 1
26 3_7 1
27 3_8 1
28 3_9 1
29 4_1 1
30 4_2 1
31 4_3 1
32 4_4 1
33 4_5 1
34 4_6 1
35 4_7 1
36 4_8 1
37 4_9 1
38 5_1 1
39 5_2 1
40 5_3 1
41 5_4 1
42 5_5 1
43 5_6 1
44 5_7 1
45 5_8 1
46 5_9 1
47 1_1 3
48 1_2 3
49 1_3 3
50 1_4 3
51 1_5 3
52 1_6 3
53 1_7 3
54 1_8 3
55 1_9 3
56 2_1 3
57 2_2 3
58 2_3 3
59 2_4 3
60 2_5 3
61 2_6 3
62 2_7 3
63 2_8 3
64 2_9 3
65 3_1 3
66 3_2 3
67 3_3 3
68 3_4 3
69 3_5 3
70 3_6 3
71 3_7 3
72 3_8 3
73 3_9 3
74 4_1 3
75 4_2 3
76 4_3 3
77 4_4 3
78 4_5 3
79 4_6 3
80 4_7 3
81 4_8 3
82 4_9 3
83 5_1 3
84 5_2 3
85 5_3 3
86 5_4 3
87 5_5 3
88 5_6 3
89 5_7 3
90 5_8 3
91 5_9 3
92 1_1 4
93 1_2 4
94 1_3 4
95 1_4 4
96 1_5 4
97 1_6 4
98 1_7 4
99 1_8 4
100 1_9 4
101 2_1 4
102 2_2 4
103 2_3 4
104 2_4 4
105 2_5 4
106 2_6 4
107 2_7 4
108 2_8 4
109 2_9 4
110 3_1 4
111 3_2 4
112 3_3 4
113 3_4 4
114 3_5 4
115 3_6 4
116 3_7 4
117 3_8 4
118 3_9 4
119 4_1 4
120 4_2 4
121 4_3 4
122 4_4 4
123 4_5 4
124 4_6 4
125 4_7 4
126 4_8 4
127 4_9 4
128 5_1 4
129 5_2 4
130 5_3 4
131 5_4 4
132 5_5 4
133 5_6 4
134 5_7 4
135 5_8 4
136 5_9 4

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save