1. 更新automountsdcard.sh 脚本, 修改硬盘挂载点为: /media/harddisk* U盘: /media/udisk* SD卡: /media/sdcard; 2. 修改network-config脚本; 3. 支持U盘升级固件的功能; 4. 支持hddtemp sysstat 工具;

This commit is contained in:
hehaoyang 2024-07-19 13:40:35 +08:00
parent 0b64bbc5f6
commit 4564191b74
50 changed files with 3263 additions and 1809 deletions

View File

@ -36,10 +36,27 @@ function buildclean() {
# ./build.sh
# }
function build-all-image-yocto() {
function __build-image-yocto() {
type=$1
sed -i '1c #define MODULE_TYPE \"'${type^^}'\"' yocto/meta-tvis-app/recipes/hvgo-tvis/files/hvgo.c
export RK_ROOTFS_SYSTEM=yocto
./build.sh device/rockchip/rk356x/BoardConfig-rk3568-evb1-ddr4-v10.mk
./build.sh
mv rockdev/update.img /home/hehaoyang/workspace/update-${type,,}.img
}
function build-all-image-yocto() {
build-all-image-yocto-ai
build-all-image-yocto-nvr
}
function build-all-image-yocto-ai() {
__build-image-yocto ai
}
function build-all-image-yocto-nvr() {
__build-image-yocto nvr
}
function envsetup_buildroot() {

View File

@ -218,6 +218,8 @@ CONFIG_USB_NET_CDC_MBIM=y
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_QMI_WWAN=y
# CONFIG_WLAN_VENDOR_ADMTEK is not set
# CONFIG_WLAN_VENDOR_ATH is not set
# CONFIG_WLAN_VENDOR_ATMEL is not set

View File

@ -1,873 +0,0 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/display/rockchip_vop.h>
#include "rk3568.dtsi"
#include "rk3568-evb.dtsi"
/ {
model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
rk_headset: rk-headset {
compatible = "rockchip_headset";
//headset_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_LOW>;
//pinctrl-names = "default";
//pinctrl-0 = <&hp_det>;
};
vcc2v5_sys: vcc2v5-ddr {
compatible = "regulator-fixed";
regulator-name = "vcc2v5-sys";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
vin-supply = <&vcc3v3_sys>;
};
/*vcc3v3_vga: vcc3v3-vga {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_vga";
regulator-always-on;
regulator-boot-on;
gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
enable-active-high;
vin-supply = <&vcc3v3_sys>;
};*/
pcie30_avdd0v9: pcie30-avdd0v9 {
compatible = "regulator-fixed";
regulator-name = "pcie30_avdd0v9";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
vin-supply = <&vcc3v3_sys>;
};
pcie30_avdd1v8: pcie30-avdd1v8 {
compatible = "regulator-fixed";
regulator-name = "pcie30_avdd1v8";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vcc3v3_sys>;
};
vcc3v3_pcie: gpio-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;
enable-active-high;
gpio = <&gpio3 RK_PD0 GPIO_ACTIVE_HIGH>;
startup-delay-us = <5000>;
vin-supply = <&vcc5v0_sys>;
};
vcc3v3_bu: vcc3v3-bu {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_bu";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <&vcc5v0_sys>;
};
vcc_camera: vcc-camera-regulator {
compatible = "regulator-fixed";
// gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
// pinctrl-names = "default";
// pinctrl-0 = <&camera_pwr>;
regulator-name = "vcc_camera";
enable-active-high;
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <&vcc3v3_sys>;
};
/*vcc_dvdd: vcc-dvdd {
compatible = "regulator-fixed";
regulator-name = "vcc_dvdd";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
enable-active-high;
regulator-always-on;
regulator-boot-on;
gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc_dvdd_en>;
vin-supply = <&vcc3v3_sys>;
};*/
/*vcc_avdd: vcc-avdd {
compatible = "regulator-fixed";
regulator-name = "vcc_avdd";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
enable-active-high;
regulator-always-on;
regulator-boot-on;
gpio = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc_avdd_en>;
vin-supply = <&vcc3v3_sys>;
};*/
/*vcc_iovdd: vcc-iovdd {
compatible = "regulator-fixed";
regulator-name = "vcc_iovdd";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
enable-active-high;
regulator-always-on;
regulator-boot-on;
gpio = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc_iovdd_en>;
vin-supply = <&vcc3v3_sys>;
};*/
vcc_rtl8821chipen: vcc-rtl8821chipen {
compatible = "regulator-fixed";
regulator-name = "chipen-rtl8821";
enable-active-high;
regulator-always-on;
pinctrl-names = "default";
pinctrl-0 = <&gpio_chipen_rtl8821>;
gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
vcc_rtl8821power:vcc-rtl8821power {
compatible = "regulator-fixed";
regulator-name = "power-rtl8821";
enable-active-high;
regulator-always-on;
pinctrl-names = "default";
pinctrl-0 = <&gpio_power_rtl8821>;
gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
vcc_5Gpower:vcc_5Gpower {
compatible = "regulator-fixed";
regulator-name = "out5G_power";
enable-active-high;
regulator-always-on;
pinctrl-names = "default";
pinctrl-0 = <&gpio_5G_power>;
gpio = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
txrx_485ctl_enable:txrx_485ctl_enable {
compatible = "regulator-fixed";
regulator-name = "txrx_485ctl_enable";
enable-active-low;
regulator-always-on;
//pinctrl-names = "default";
//pinctrl-0 = <&txrx_485_enable>;
//gpio = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
tws_gpio:tws_gpio {
compatible = "quec,gpio_driver";
tws,led_crtl2 = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
tws,led_crtl3 = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>;
tws,led_crtl4 = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>;
tws,led_crtl5 = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
tws,led_crtl6 = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
tws,led_crtl7 = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
tws,led_crtl8 = <&gpio3 RK_PB5 GPIO_ACTIVE_HIGH>;
tws,relay_gpio1_d2 = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
tws,relay_gpio1_d4 = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&tws_led_ctrl>;
status = "okay";
};
};
&combphy0_us {
status = "okay";
};
&combphy1_usq {
status = "okay";
};
&combphy2_psq {
status = "okay";
};
&csi2_dphy_hw {
status = "okay";
};
&csi2_dphy0 {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_in_ucam0: endpoint@1 {
reg = <1>;
remote-endpoint = <&ucam_out0>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
csidphy_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_csi2_input>;
};
};
};
};
/*&csi2_dphy1 {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
dphy1_in: endpoint@1 {
reg = <1>;
remote-endpoint = <&cam_out0>;
data-lanes = <1 2>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
dphy1_out: endpoint@1 {
reg = <1>;
remote-endpoint = <&isp0_in>;
};
};
};
};*/
/*&csi2_dphy2 {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
dphy2_in: endpoint@1 {
reg = <1>;
remote-endpoint = <&cam_out1>;
data-lanes = <1 2>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
dphy2_out: endpoint@1 {
reg = <1>;
remote-endpoint = <&mipi_csi2_input>;
};
};
};
};*/
&mipi_csi2 {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_csi2_input: endpoint@1 {
reg = <1>;
remote-endpoint = <&csidphy_out>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
mipi_csi2_output: endpoint@0 {
reg = <0>;
remote-endpoint = <&cif_mipi_in>;
data-lanes = <1 2 3 4>;
};
};
};
};
&rkcif_mipi_lvds {
status = "okay";
//rockchip,cif-monitor = <1 2 60 1000 5>; //加这个复位机制测试
//rockchip,cif-monitor = <3 200 10 1000 0>;
rockchip,cif-monitor = <2 2 5 1000 5>;
port {
cif_mipi_in: endpoint {
remote-endpoint = <&mipi_csi2_output>;
data-lanes = <1 2 3 4>;
};
};
};
&rkcif_mipi_lvds_sditf {
status = "okay";
port {
mipi_lvds_sditf: endpoint {
remote-endpoint = <&isp_in>;
data-lanes = <1 2 3 4>;
};
};
};
/*
* video_phy0 needs to be enabled
* when dsi0 is enabled
*/
&vop {
status = "okay";
assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>, <&cru DCLK_VOP2>;
assigned-clocks-parents = <&cru PLL_VPLL>, <&pmucru PLL_HPLL>, <&cru PLL_GPLL>;
};
&vp0 {
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER1 | 1 << ROCKCHIP_VOP2_SMART1)>;
rockchip,primary-plane = <ROCKCHIP_VOP2_SMART1>;
};
&vp1 {
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER0 | 1 << ROCKCHIP_VOP2_ESMART0 | 1 << ROCKCHIP_VOP2_SMART0)>;
rockchip,primary-plane = <ROCKCHIP_VOP2_SMART0>;
};
&vp2 {
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_ESMART1)>;
rockchip,primary-plane = <ROCKCHIP_VOP2_ESMART1>;
};
&dsi0 {
status = "disabled";
};
&dsi0_in_vp0 {
status = "disabled";
};
&dsi0_in_vp1 {
status = "disabled";
};
/*
* video_phy1 needs to be enabled
* when dsi1 is enabled
*/
&dsi1 {
status = "disabled";
};
&dsi1_in_vp0 {
status = "disabled";
};
&dsi1_in_vp1 {
status = "odisabled";
};
&dsi1_in_vp2{
status = "disabled";
};
&route_dsi1 {
status = "disabled";
connect = <&vp1_out_dsi1>;
};
&route_hdmi {
status = "okay";
connect = <&vp1_out_hdmi>;
};
&route_lvds {
status = "disabled";
connect = <&vp2_out_lvds>;
};
&route_edp {
status = "okay";
connect = <&vp0_out_edp>;
};
&lvds_in_vp2 {
status = "disabled";
};
&lvds{
status = "disabled";
};
&edp {
force-hpd;
//hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
&edp_phy {
status = "okay";
};
&edp_in_vp0 {
status = "okay";
};
&edp_in_vp1 {
status = "disabled";
};
&gmac0 {
phy-mode = "rgmii";
clock_in_out = "output";
snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_HIGH>;
snps,reset-active-high;
/* Reset time is 20ms, 100ms for rtl8211f */
snps,reset-delays-us = <0 20000 100000>;
assigned-clocks = <&cru SCLK_GMAC0_RX_TX>, <&cru SCLK_GMAC0>;
assigned-clock-parents = <&cru SCLK_GMAC0_RGMII_SPEED>, <&cru CLK_MAC0_2TOP>;
assigned-clock-rates = <0>, <125000000>;
pinctrl-names = "default";
pinctrl-0 = <&gmac0_miim
&gmac0_tx_bus2
&gmac0_rx_bus2
&gmac0_rgmii_clk
&gmac0_rgmii_bus>;
tx_delay = <0x3c>;
rx_delay = <0x2f>;
phy-handle = <&rgmii_phy0>;
status = "disabled";
};
&gmac1 {
phy-mode = "rgmii";
clock_in_out = "output";
snps,reset-gpio = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
snps,reset-active-high;
/* Reset time is 20ms, 100ms for rtl8211f */
snps,reset-delays-us = <0 20000 100000>;
assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>;
assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&cru CLK_MAC1_2TOP>;
assigned-clock-rates = <0>, <125000000>;
pinctrl-names = "default";
pinctrl-0 = <&gmac1m1_miim
&gmac1m1_tx_bus2
&gmac1m1_rx_bus2
&gmac1m1_rgmii_clk
&gmac1m1_rgmii_bus>;
tx_delay = <0x4f>;
rx_delay = <0x26>;
phy-handle = <&rgmii_phy1>;
status = "ok";
};
/*
* power-supply should switche to vcc3v3_lcd1_n
* when mipi panel is connected to dsi1.
*/
&gt1x {
status = "okay";
power-supply = <&vcc3v3_lcd0_n>;
};
&i2c4 {
status = "okay";
pinctrl-0 = <&i2c4m1_xfer>;
pericom_30216c:pericom_30216c@1D {
status = "okay";
compatible = "pericom,30216c";
reg = <0x1D>;
pinctrl-names = "default";
pinctrl-0 = <&prm_30216_gpio>;
interrupt-parent = <&gpio0>;
interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
swcc-gpios = <&gpio0 RK_PD6 GPIO_ACTIVE_HIGH>;
};
rtc@32 {
reg = <0x32>;
compatible = "epson,rx8130";
interrupt-parent = <&gpio0>;
interrupts = <RK_PD3 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&rx8130_gpio>;
//int-gpio = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
};
hym8563: hym8563@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PD3 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&rtc_int>;
#clock-cells = <0>;
clock-frequency = <32768>;
clock-output-names = "xin32k";
};
gt911@14 {
compatible = "goodix,gt9xx";
reg = <0x14>;
pinctrl-names = "default";
pinctrl-0 = <&gt911_gpio>;
touch-gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //int IO
reset-gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //reset io
max-x = <800>; //x size
max-y = <1280>; //y size
tp-size = <911>; //TP model
status = "okay";
};
};
&mdio0 {
rgmii_phy0: phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
};
};
&mdio1 {
rgmii_phy1: phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
};
};
&video_phy0 {
status = "okay";
};
&video_phy1 {
status = "okay";
};
&pcie30phy {
status = "okay";
};
&pcie3x1 {
rockchip,bifurcation;
reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie>;
pinctrl-names = "default";
pinctrl-0 = <&rtl8111_isolate>;//isolate脚 需要硬件拉高
status = "okay";
};
&pcie3x2 {
rockchip,bifurcation;
reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
quectel,5Gmodule;
reset5G-gpios = <&gpio0 RK_PD6 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie>;
status = "okay";
};
&pinctrl {
gpio-rtl8821 {
gpio_chipen_rtl8821: gpio-chipen-rtl8821 {
rockchip,pins = <2 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
};
gpio_power_rtl8821:gpio-power-rtl8821 {
rockchip,pins = <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
gpio-5Gpower {
gpio_5G_power:gpio-5G-power {
rockchip,pins = <3 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
gpio-485enable {
txrx_485_enable:txrx_485_enable {
rockchip,pins = <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
pericom_30216c {
prm_30216_gpio:prm-30216-gpio {
rockchip,pins =
<0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>,
<0 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
gt911 {
gt911_gpio:gt911-gpio {
rockchip,pins =
<1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
<1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
rx8130_gpio {
rx8130_gpio:rx8130_gpio{
rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
cam_en {
camera_pwr: camera-pwr {
rockchip,pins =
/* camera power en */
<0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
};
vcc_iovdd_en: vcc-iovdd-en {
rockchip,pins =
/* camera power en */
<3 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>;
};
vcc_dvdd_en: vcc-dvdd-en {
rockchip,pins =
/* camera power en */
<3 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
};
vcc_avdd_en: vcc-avdd-en {
rockchip,pins =
/* camera power en */
<3 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
headphone {
hp_det: hp-det {
//peeta
rockchip,pins = <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_down>;
};
};
wireless-wlan {
wifi_host_wake_irq: wifi-host-wake-irq {
rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_down>;
};
};
wireless-bluetooth {
uart1_gpios: uart1-gpios {
rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
rtl8111 {
rtl8111_isolate: ertl8111-isolate {
rockchip,pins = <3 RK_PB6 RK_FUNC_GPIO &pcfg_pull_up>;//这里需要配置isolate引脚默认pull up
};
};
tws_gpio_ctrl {
tws_led_ctrl:tws_led_ctrl {
rockchip,pins = <3 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>,
<3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,
<1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
<1 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
rtc {
rtc_int: rtc-int {
rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
uart7_rts {
uart7_rts_gpio:uart7_rts_gpio {
rockchip,pins = <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
/*&rkcif {
status = "okay";
};
&rkcif_mmu {
status = "okay";
};*/
&rkisp {
status = "okay";
/* the max input w h and fps of mulit sensor */
//max-input = <3264 2448 30>;
};
&rkisp_mmu {
status = "okay";
};
&rkisp_vir0 {
status = "okay";
/* s5k4h7->csi2_dphy1->isp_vir0 */
port {
#address-cells = <1>;
#size-cells = <0>;
isp_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_lvds_sditf>;
};
};
};
/*&rkisp_vir1 {
status = "okay";*/
/* s5k4h7_cam2->csi2_dphy2->csi2->vicap */
/* vicap sditf->isp_vir1 */
/*port {
#address-cells = <1>;
#size-cells = <0>;
isp1_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_lvds_sditf>;
};
};
};*/
&route_dsi0 {
status = "disabled";
connect = <&vp1_out_dsi0>;
};
&sata1 {
status = "okay";
};
&sata2 {
status = "okay";
};
&sdmmc1 {
max-frequency = <150000000>;
supports-sdio;
bus-width = <4>;
//disable-wp;
cap-sd-highspeed;
cap-sdio-irq;
keep-power-in-suspend;
mmc-pwrseq = <&sdio_pwrseq>;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
sd-uhs-sdr104;
status = "okay";
};
&spdif_8ch {
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <&spdifm1_tx>;
};
&uart3 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart3m1_xfer>;
};
&uart4 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart4m1_xfer>;
};
&uart5 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart5m1_xfer>;
};
&uart7 {
status = "okay";
pinctrl-names = "default";
//pinctrl-0 = <&uart7m1_xfer &uart7_rts_gpio>;
pinctrl-0 = <&uart7m1_xfer>;
rs485-de-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
linux,rs485-enabled-at-boot-time;
};
&uart8 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart8m1_xfer>;
};
&uart1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
};
&vcc3v3_lcd0_n {
//gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
&vcc3v3_lcd1_n {
//gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
//BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
//BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@ -38,5 +38,6 @@ obj-$(CONFIG_USB_NET_CDC_NCM) += cdc_ncm.o
obj-$(CONFIG_USB_NET_HUAWEI_CDC_NCM) += huawei_cdc_ncm.o
obj-$(CONFIG_USB_VL600) += lg-vl600.o
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan_q.o
obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
obj-$(CONFIG_USB_NET_CH9200) += ch9200.o

File diff suppressed because it is too large Load Diff

View File

@ -2160,6 +2160,9 @@ static struct usb_serial_driver option_1port_device = {
#ifdef CONFIG_PM
.suspend = usb_wwan_suspend,
.resume = usb_wwan_resume,
#if 1 //Added by Quectel
.reset_resume = usb_wwan_resume,
#endif
#endif
};
@ -2203,6 +2206,24 @@ static int option_probe(struct usb_serial *serial,
if (device_flags & NUMEP2 && iface_desc->bNumEndpoints != 2)
return -ENODEV;
#if 1 //Added by Quectel
if (serial->dev->descriptor.idVendor == cpu_to_le16(0x2C7C)) {
__u16 idProduct = le16_to_cpu(serial->dev->descriptor.idProduct);
struct usb_interface_descriptor *intf = &serial->interface->cur_altsetting->desc;
if (intf->bInterfaceClass != 0xFF || intf->bInterfaceSubClass == 0x42) {
//ECM, RNDIS, NCM, MBIM, ACM, UAC, ADB
return -ENODEV;
}
if ((idProduct&0xF000) == 0x0000) {
//MDM interface 4 is QMI
if (intf->bInterfaceNumber == 4 && intf->bNumEndpoints == 3 && intf->bInterfaceSubClass == 0xFF && intf->bInterfaceProtocol == 0xFF)
return -ENODEV;
}
}
#endif
/* Store the device flags so we can use them during attach. */
usb_set_serial_data(serial, (void *)device_flags);

View File

@ -505,6 +505,15 @@ static struct urb *usb_wwan_setup_urb(struct usb_serial_port *port,
usb_fill_bulk_urb(urb, serial->dev,
usb_sndbulkpipe(serial->dev, endpoint) | dir,
buf, len, callback, ctx);
#if 1 //Added by Quectel for zero packet
if (dir == USB_DIR_OUT) {
struct usb_device_descriptor *desc = &serial->dev->descriptor;
if (desc->idVendor == cpu_to_le16(0x2C7C))
urb->transfer_flags |= URB_ZERO_PACKET;
}
#endif
if (intfdata->use_zlp && dir == USB_DIR_OUT)
urb->transfer_flags |= URB_ZERO_PACKET;

View File

@ -14,11 +14,11 @@ recovery Image/recovery.img
persist Image/persist.img
rootfs Image/rootfs.img
oem Image/oem.img
userdata Image/userdata.img
# 要写入backup分区的文件就是自身update.img
# SELF 是关键字表示升级文件update.img自身
# 在生成升级文件时不加入SELF文件的内容但在头部信息中有记录
# 在解包升级文件时不解包SELF文件的内容。
#userdata Image/userdata.img
# 要写入backup分区的文件就是自身update.img
# SELF 是关键字表示升级文件update.img自身
# 在生成升级文件时不加入SELF文件的内容但在头部信息中有记录
# 在解包升级文件时不解包SELF文件的内容。
backup RESERVED
#update-script update-script
#recover-script recover-script

View File

@ -2,24 +2,38 @@
arg1=$1
if [ "${arg1:0:6}" == mmcblk ];then
destdir=/mnt/sdcard/
destdir=/media/sdcard
fi
if [ "${arg1:0:2}" == sd ];then
destdir=/mnt/${1}/
# 如果容量小于500G认为是U盘
str=`lsblk -noheading -d /dev/${arg1} -o "SIZE"`
if [ ${str: -1} = "T" ]; then
destdir=/media/harddisk
elif [ ${str: -1} = "G" ]; then
if [ `expr ${str%?} \< 500` -eq 1 ]; then
destdir=/media/udisk
else
destdir=/media/harddisk
fi
fi
fi
umount_partition()
{
if grep -qs "^/dev/$1 " /proc/mounts ; then
umount -lf "${destdir}";
fi
if ! grep -qs "^/dev/$1 " /proc/mounts ; then
rmdir "${destdir}";
fi
if grep -qs "^/dev/$1 " /proc/mounts ; then
udestdir=$(grep -srn "^/dev/$1" /proc/mounts | awk '{print $2}')
umount -lf "${udestdir}";
fi
if ! grep -qs "^/dev/$1 " /proc/mounts ; then
rmdir "${udestdir}";
fi
}
mount_partition()
{
if [ $destdir = "/media/sdcard" ]; then
if [ ! -d "${destdir}" ]; then
mkdir "${destdir}"
if [ ! -d "${destdir}" ]; then
@ -27,48 +41,71 @@ mount_partition()
mkdir "${destdir}"
fi
fi
if ! mount -t auto "/dev/$1" "${destdir}" -o nodev,noexec,nosuid; then
# failed to mount
exit 1
else
count=0
while [ -d "${destdir}${count}" ]; do
udisk_mountedc=$(df -h | grep "${destdir}${count}")
echo ${udisk_mountedc}
if [ -z "$udisk_mountedc" ]; then
break;
else
count=$((count+1))
fi
done
destdir="${destdir}${count}/"
if [ -d "${destdir}" ]; then
echo " $destdir The directory is not mounted "
else
mkdir "${destdir}"
if [ ! -d "${destdir}" ]; then
mount -o remount -rw /
mkdir "${destdir}"
fi
fi
fi
if ! mount -t auto "/dev/$1" "${destdir}" -o nodev,noexec,nosuid; then
# failed to mount
exit 1
fi
}
check_if_boot_dev()
{
ret_val=`cat /proc/cmdline | grep "androidboot.bootdevice_u" |wc -l`
if [ $ret_val -ne 0 ]; then
boot_dev_list=`cat /proc/cmdline | awk '{ for ( n=1; n<=NF; n++ ) if($n ~ "androidboot.bootdevice_u") print $n }' | awk '{split($0,a, "=");print a[2]}'`
boot_dev=`echo $boot_dev_list | awk '{print $NF}'`
real_sysfs_path=`realpath /sys/class/block/$1`
ret_val=`echo $real_sysfs_path | grep /sys/devices/ | grep $boot_dev | wc -l`
fi
echo $ret_val
ret_val=`cat /proc/cmdline | grep "androidboot.bootdevice_u" |wc -l`
if [ $ret_val -ne 0 ]; then
boot_dev_list=`cat /proc/cmdline | awk '{ for ( n=1; n<=NF; n++ ) if($n ~ "androidboot.bootdevice_u") print $n }' | awk '{split($0,a, "=");print a[2]}'`
boot_dev=`echo $boot_dev_list | awk '{print $NF}'`
real_sysfs_path=`realpath /sys/class/block/$1`
ret_val=`echo $real_sysfs_path | grep /sys/devices/ | grep $boot_dev | wc -l`
fi
echo $ret_val
}
create_symlink()
{
real_sysfs_path=`realpath /sys/class/block/$1`
partition_name=`cat $real_sysfs_path/uevent | awk '{ for ( n=1; n<=NF; n++ ) if($n ~ "PARTNAME") print $n }' | awk '{split($0,a, "=");print a[2]}'`
mkdir -p /dev/block/bootdevice/by-name/
partition_name=/dev/block/bootdevice/by-name/$partition_name
target_dev=/dev/$1
ln -s $target_dev $partition_name
real_sysfs_path=`realpath /sys/class/block/$1`
partition_name=`cat $real_sysfs_path/uevent | awk '{ for ( n=1; n<=NF; n++ ) if($n ~ "PARTNAME") print $n }' | awk '{split($0,a, "=");print a[2]}'`
mkdir -p /dev/block/bootdevice/by-name/
partition_name=/dev/block/bootdevice/by-name/$partition_name
target_dev=/dev/$1
ln -s $target_dev $partition_name
}
case "${ACTION}" in
add|"")
result=`check_if_boot_dev $1`
if [ $result -eq 1 ]; then
create_symlink $1 &
else
umount_partition ${1}
mount_partition ${1}
fi
;;
remove)
result=`check_if_boot_dev $1`
if [ $result -eq 1 ]; then
create_symlink $1 &
else
umount_partition ${1}
;;
mount_partition ${1}
fi
;;
remove)
umount_partition ${1}
;;
esac

View File

@ -1,48 +1,103 @@
#define MODULE_TYPE "NVR"
#define MODEL "SG368Z(RK3568) HDMI+VGA (Linux)"
typedef struct
{
char *name; /* 固件版本 */
char *description; /* 版本说明 */
} version;
static version versions[] = {
{"V1.18 20240719", "1. 更新automountsdcard.sh 脚本, 修改硬盘挂载点为: /media/harddisk* U盘: /media/udisk* SD卡: /media/sdcard; 2. 修改network-config脚本; 3. 支持U盘升级功能"},
{"V1.17 20240715", "解决在插入硬盘的情况下U盘无法升级的BUG"},
{"V1.16 20240709", "更新更新automountsdcard.sh脚本解决硬盘无法挂载为sda和sdb的情况"},
{"V1.15 20240705", "1. 集成485补丁; 2. 集成VGA+HDMI补丁; 3. 预装 hddtemp sysstat 等软件"},
{"V1.14 20240702", "1. 修复eth0不被监管的BUG; 2. 更新automountsdcard.sh脚本; 3. 删除魔视算法库; 4. 预装 hddtemp smartmontools sysstat 等软件"},
{"V1.13 20240619", "1. 网络配置与脚本优化; 2. 开机自动创建wifi热点; "},
{"V1.12 20240612", "1. 添加4G驱动; 2. 添加模组信息得获取"},
{"V1.11 20240528", "添加EC20模块驱动"},
{"V1.10 20240514", "重写网络控制脚本"},
{"V1.09 20240508", "1.添加 i2c-tools、can-utils、ifmetric、network-manager等测试工具包; 2.解决QT界面程序编译报错问题"},
{"V1.08 20240430", "修复485+RTC"},
{"V1.07 20240425", "1.继承SDK1.3版本; 2. rtsp-server 更新; 3. 有线网卡脚本优化;"},
{"V1.06 20240407", "添加魔视模型库"},
{"V1.05 20240406", "移植QT环境"},
{"V1.04 20240403", "修改获取XS9922摄像头拔插状态的方法"},
{"V1.03 20240329", "添加IO状态的控制与读取"},
};
#include <stdio.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#include <string.h>
/* 硬件类型 */
#define MODEL "SG368Z(RK3568) HDMI+VGA (Linux)"
typedef struct {
char *name; /* 固件版本 */
char *description; /* 版本说明 */
}version;
static version versions[] = {
{"V1.03 20240329", "添加IO状态的控制与读取"},
{"V1.04 20240403", "修改获取XS9922摄像头拔插状态的方法"},
{"V1.05 20240406", "移植QT环境"},
{"V1.06 20240407", "添加魔视模型库"},
{"V1.07 20240425", "1.继承SDK1.3版本; 2. rtsp-server 更新; 3. 有线网卡脚本优化;"},
{"V1.08 20240430", "修复485+RTC"},
{"V1.09 20240508", "1.添加 i2c-tools、can-utils、ifmetric、network-manager等测试工具包; 2.解决QT界面程序编译报错问题"},
{"V1.10 20240514", "重写网络控制脚本"},
};
/* 获取版本信息说明 */
void get_version_process(void);
/* 获取模组信息说明 */
void get_module_type_process(void);
/* 获取模组信息说明 */
void set_network_process(char *dhcp, char *address);
/* 执行命令 */
static void exec(char* data, char* command, char* filter);
static void __system(char *format, ...);
/* 执行命令 ( 替换字符串 ) */
static void exec(char *data, char *command, char *filter);
/* 函授入口 */
int main(int argc, char *argv[])
{
if(argc == 1)
if (argc == 1)
{
printf("Usage:\r\n");
printf("hvgo: show this usage\r\n");
printf("hvgo version: get version\r\n");
printf("hvgo: show this usage\r\n");
printf("hvgo version: get version\r\n");
printf("hvgo module-type: get module type\r\n");
printf("hvgo set-network <1> <2>: set network(enP1p17s0); <1>=DHCP status <2>=IP address \r\n");
printf("hvgo connect-wifi <1> <2>: connect wifi; <1>=SSID <2>=password \r\n");
printf("hvgo set-ap-hotspot <1> <2>: set AP hotspot; <1>=SSID <2>=password \r\n");
printf("\r\n");
return 0;
}
if(strcmp(argv[1], "version") == 0)
/* 获取版本信息 */
if (strcmp(argv[1], "version") == 0)
get_version_process();
/* 获取模组类型 */
if (strcmp(argv[1], "module-type") == 0)
printf("%s\r\n", MODULE_TYPE);
/* 设置有线网络 */
if (strcmp(argv[1], "set-network") == 0)
{
if(strcmp(argv[2], "false") == 0 && argc != 4) {
printf("parameter error");
return -1;
}
__system("echo \"%s|%s\" > /etc/tvis/network/enP1p17s0.conf", argv[2], argv[3]);
__system("/etc/NetworkManager/dispatcher.d/10-network-config.sh enP1p17s0 up");
}
/* 连接wifi */
if (strcmp(argv[1], "connect-wifi") == 0)
{
__system("nmcli device disconnect wlan0");
__system("nmcli dev wifi connect \"%s\" password \"%s\"", argv[2], argv[3]);
}
/* 设置AP热点参数 */
if (strcmp(argv[1], "set-ap-hotspot") == 0)
{
__system("echo \"%s|%s\" > /etc/tvis/network/hotspot.conf", argv[2], argv[3]);
__system("systemctl restart network-initialization.service");
}
return 0;
}
@ -53,32 +108,34 @@ void get_version_process(void)
exec(kernel_data, "cat /proc/version", "");
int count = sizeof(versions) / sizeof(versions[0]);
/* 系统版本 */
printf("OS: %s\r\n", os_data);
/* 硬件类型 */
printf("MODEL: %s\r\n", MODEL);
/* 模组类型 */
printf("MODULE-TYPE: %s\r\n", MODULE_TYPE);
/* 固件版本 */
printf("FIRMWARE: %s\r\n", versions[count - 1].name);
printf("FIRMWARE: %s\r\n", versions[0].name);
/* 版本说明 */
printf("DESCRIPTION: %s\r\n", versions[count - 1].description);
printf("DESCRIPTION: %s\r\n", versions[0].description);
/* 系统内核版本信息 */
printf("KERNEL: %s\r\n", kernel_data);
}
void replace(char *str, char *orig, char *rep)
void replace(char *str, char *orig, char *rep)
{
if(strlen(orig) > 0)
if (strlen(orig) > 0)
{
static char buffer[1024];
char *p;
while (p = strstr(str, orig))
while (p = strstr(str, orig))
{
memcpy(buffer, str, p-str);
buffer[p-str] = '\0';
memcpy(buffer, str, p - str);
buffer[p - str] = '\0';
strcat(buffer, rep);
strcat(buffer, p+strlen(orig));
strcat(buffer, p + strlen(orig));
strcpy(str, buffer);
}
}
@ -86,14 +143,28 @@ void replace(char *str, char *orig, char *rep)
void replace_char(char *str, char find, char replace)
{
for (int i = 0; str[i]; i++){
if (str[i] == find){
for (int i = 0; str[i]; i++)
{
if (str[i] == find)
{
str[i] = replace;
}
}
}
static void exec(char* data, char* command, char* filter)
static void __system(char *format, ...)
{
char buffer[1024] = {0};
va_list args;
va_start(args, format);
int n = vsprintf(buffer, format, args);
va_end(args);
system(buffer);
}
static void exec(char *data, char *command, char *filter)
{
FILE *fp;
char buffer[1024];
@ -102,7 +173,7 @@ static void exec(char* data, char* command, char* filter)
fgets(buffer, sizeof(buffer), fp);
strcpy(data, buffer);
pclose(fp);
replace(data, filter, "");

View File

@ -1,72 +0,0 @@
-0.27119,-0.19393,-0.014474,0.10529,-0.078824,0.00027763,-0.022836,0.11367,-0.073123,0.005598,-0.041338,0.22311,-0.16822,0.079744,0.0010557,-0.068847,0.14775,-0.084046,0.28105,-0.003828,0.027336,-0.14288,0.068796,-0.34226,0.20408,-0.048716,0.15498,0.24895,-0.25905,0.17678,-0.10747,-0.032876,0.11126,0.16078,-0.016802,-0.17854,-0.04841,-0.15396,0.10588,0.012687,0.00083348,0.093814,0.07093,0.027923,-0.081542,-0.0032576,-0.077522,-0.032126,-0.074175,-0.12381,0.11389,0.12468,0.12788,-0.047317,-0.10145,-0.068905,-0.022001,-0.001678,-0.11876,-0.0058073,-0.011707,0.025753,0.010397,0.0021396,0.012495,0.0092124,0.015866,0.0045103,0.0064083,0.095448,0.15787,0.021641
0.037721,-0.083619,0.18953,0.14367,0.24262,-0.12705,0.13228,0.13412,-0.15462,0.01083,-0.21683,-0.055393,0.1543,0.29788,0.037963,-0.01241,-0.093716,-0.027221,-0.038424,0.34102,0.28402,-0.1877,-0.037456,-0.039163,0.060042,-0.023219,0.089612,-0.15951,0.24902,0.11936,-0.0084083,-0.25808,0.10082,0.027267,-0.024678,0.1198,0.019696,0.0093765,0.021152,0.072446,0.017101,0.29134,0.029668,0.11189,-0.03396,0.0060682,-0.0053246,-0.073835,0.0018851,0.0042523,0.038816,-0.053869,-0.039589,0.026494,0.026047,-0.020292,0.022731,-0.0097061,-0.0009308,-0.0066868,-0.00469,-0.016194,-0.014211,0.0025293,-0.0017615,-0.00055456,-0.00017192,-0.0070873,0.00024769,0.12792,-0.18967,0.10487
-0.23708,-0.17776,-0.010153,0.066957,-0.093081,-0.010638,0.040235,0.1435,-0.056621,-0.022042,-0.10634,0.22819,-0.16686,0.06381,0.12889,-0.053586,0.17678,-0.10778,0.1723,0.0041631,-0.07141,-0.016551,-0.091333,-0.042101,0.0045069,-0.057814,0.034647,-0.014898,0.10731,-0.078854,-0.057297,-0.010506,-0.039295,-0.04724,0.028793,0.11805,0.026278,0.090985,-0.081857,-0.067446,0.010766,-0.1192,-0.018071,-0.033008,0.083558,-0.083009,0.15609,0.098167,0.1601,0.2994,-0.28737,-0.27255,-0.28397,0.070592,0.18438,0.19332,0.061669,0.0065288,0.2741,0.01933,0.027235,-0.050474,-0.020066,0.00075846,-0.0091081,-0.0024632,-0.024335,-0.017107,-0.010163,0.12395,0.11471,0.0059841
0.040904,-0.080167,0.17064,0.12676,0.19768,-0.13403,-7.09e-05,0.054595,-0.19243,-0.01026,-0.18167,-0.060129,0.11093,0.11555,-0.01345,0.016089,-0.088545,0.01685,-0.066963,0.098642,0.00014217,-0.055254,-0.014289,-0.099909,-0.038759,0.018695,-0.022221,0.036086,-0.15814,-0.083945,0.0114,0.12674,-0.019555,0.021001,0.036457,-0.20493,-0.14347,-0.05151,-0.048828,-0.10865,0.023016,-0.61478,-0.074821,-0.22026,0.11304,-0.012307,0.010253,0.25454,0.080239,-0.072636,-0.050965,0.11156,0.10093,-0.010387,-0.035841,0.029323,-0.053724,0.017454,-0.0071732,0.0064964,0.013116,0.024175,0.028886,-0.0067541,0.00012158,-0.0009749,-0.00081694,0.0086062,-0.0078728,0.12762,-0.18921,0.10504
-0.2196,-0.16472,-0.010104,0.033224,-0.092215,-0.038173,0.043423,0.20487,-0.061998,0.0023761,-0.096397,0.19068,-0.16032,0.031147,0.18564,-0.00085698,0.12361,-0.05232,-0.059327,0.027547,-0.088021,0.094684,-0.15875,0.15757,-0.19084,-0.046115,-0.077083,-0.23805,0.15865,-0.21595,0.076508,0.057984,-0.066721,-0.21019,0.0051284,0.18416,0.11197,0.21041,-0.038396,0.0037227,-0.024389,-0.029243,-0.11458,-0.037358,0.0052927,0.0047144,-0.0018903,-0.020634,-0.045477,-0.20397,0.25346,0.1761,0.22863,-0.080908,-0.16613,-0.15039,-0.055011,0.003983,-0.21887,-0.0062387,-0.017867,0.046932,0.014437,-0.0090471,-0.01233,-0.010642,0.0012579,0.010861,0.0053608,0.15038,0.074699,-0.0085324
0.04977,-0.063991,0.17373,0.11561,0.12201,-0.10284,-0.10795,-0.022028,-0.17992,-0.11364,-0.18625,-0.053494,0.094088,-0.00075579,-0.026431,0.063422,-0.047225,-0.041025,0.04799,-0.091582,-0.24922,0.092931,0.0070679,-0.1327,-0.096144,0.013408,-0.12275,0.12495,-0.31998,-0.29851,-0.043935,0.37512,-0.099934,-0.078975,-0.013034,0.051112,0.20638,0.0094198,0.054799,0.0377,-0.035272,0.30039,0.025734,0.13282,-0.06899,0.017474,0.011204,-0.21062,-0.15213,0.095501,-0.0090808,-0.096886,-0.084818,-0.0075861,0.031017,0.0058497,0.041819,-0.012185,0.0079767,0.0050747,-0.014454,-0.0030219,-0.014142,0.0018602,-0.0036596,-0.0033877,-0.0011434,-0.0013785,0.0024068,0.12424,-0.18409,0.1069
-0.19632,-0.12969,-0.0060461,-0.012673,-0.061428,-0.053792,0.10458,0.27205,-0.081601,-0.030309,0.098398,0.037128,-0.04719,0.0077,-0.1408,0.03253,-0.016876,0.0069604,-0.28708,0.036718,0.082785,0.22006,-0.061102,0.29579,-0.057966,0.13487,-0.095399,0.01711,-0.082507,0.022377,0.021476,0.026081,-0.064747,0.24508,0.018288,-0.20179,-0.21504,-0.098272,-0.034361,0.018453,-0.0022954,0.092621,-0.016802,-0.068636,0.024274,0.24725,-0.31615,-0.15456,-0.16659,-0.068732,-0.20477,-0.0087609,-0.10813,0.12297,0.18682,-0.053769,0.038349,-0.034082,0.054496,-0.025899,-0.020249,-0.016318,0.0036042,0.010199,-0.009263,-0.0072407,0.0092555,-0.003835,-0.00036915,0.17591,0.036055,-0.022551
0.050494,-0.048195,0.17393,0.037105,0.055987,-0.073219,-0.20719,-0.086503,-0.12832,-0.25683,-0.090831,-0.073523,-0.1664,-0.052009,-0.0046639,-0.064974,0.023135,-0.15095,0.078817,-0.27419,-0.33246,0.14631,-0.024996,0.26905,0.1325,0.10164,-0.19733,0.2215,0.15784,0.21303,-0.025755,-0.3669,0.1408,0.064672,0.037783,0.093122,-0.15588,0.038653,-0.034778,0.004153,0.012147,0.033406,0.028379,-0.015805,0.0027391,-0.022372,0.0047955,0.056208,0.084011,-0.017121,0.064599,0.024457,0.040513,-0.026605,-0.049745,-0.015893,-0.014265,0.010506,-0.011908,0.0084582,0.016768,-0.0097148,-0.0044322,-0.00048356,0.00054537,-0.0016627,-0.0019426,0.0095173,0.0046613,0.11921,-0.17647,0.10966
-0.17155,-0.13502,-0.020105,-0.060277,-0.047849,-0.04554,0.020948,0.27683,0.020495,-0.070045,0.16077,-0.10901,0.03275,-0.058893,-0.14812,0.0077621,-0.18633,0.078322,-0.21034,0.00023142,0.054018,0.14274,0.036732,0.10391,-0.028153,0.05916,-0.020536,-0.041194,-0.10702,0.10592,0.020292,0.025318,0.014406,0.014894,-0.057773,-0.14018,0.13925,-0.12711,0.12913,0.057027,0.038466,0.049847,0.11907,0.17169,-0.076354,-0.22157,0.3059,0.16567,0.19315,0.12395,0.20707,-0.097512,0.052509,-0.18176,-0.26876,0.25649,-0.015502,0.077981,0.092104,0.050222,0.040096,-0.013599,-0.037546,-0.00014254,0.043951,0.021045,-0.00053511,0.0018946,0.0047909,0.20235,-0.0039842,-0.037076
0.042637,-0.055678,0.17522,0.058254,-0.028158,-0.0049858,-0.30109,-0.093583,-0.040816,-0.068866,0.028653,-0.027781,-0.19526,-0.21104,-0.03699,-0.036997,0.10818,0.044705,0.014864,-0.1141,0.016951,0.087036,-0.003009,-0.076617,-0.13946,-0.20745,0.41303,-0.33231,0.20193,0.11828,0.14178,-0.024832,-0.18941,-0.065602,-0.14835,-0.27592,0.15795,-0.17992,0.15228,-0.015252,-0.036711,-0.023513,0.029058,-0.020884,-0.039064,0.10444,-0.12341,-0.0054338,-0.011463,0.012812,-0.036232,-0.0091768,-0.049489,0.022334,0.037468,-0.0044911,0.013803,-0.012096,0.015322,-0.0063719,-0.010511,-0.0022549,-0.0032379,0.0041669,0.011843,0.0088301,0.0067098,-0.010567,0.0037873,0.10803,-0.15955,0.1158
-0.10835,-0.11668,-0.026617,-0.10773,-0.016797,-0.048523,0.021904,0.22907,0.10937,-0.099041,0.11456,-0.21097,0.11015,-0.11719,-0.23147,0.026164,-0.13555,0.052019,0.0033868,-0.074221,-0.05827,-0.032121,0.15571,-0.11595,0.056721,-0.12103,0.093364,0.042001,-0.030271,0.12641,-0.098869,-0.064454,0.031289,-0.25595,0.047305,0.2104,0.1246,0.074547,-0.033778,-0.010618,-0.010618,-0.094443,-0.0049875,-0.022449,-0.050771,-0.18022,0.042095,0.049516,0.0034944,0.042253,-0.1431,0.12598,-0.057713,0.20168,0.29525,-0.39296,-0.022061,-0.10022,-0.19763,-0.047545,-0.046878,0.021069,0.042355,-0.0017581,-0.028548,-0.0046134,-0.0011883,0.002478,-0.0054911,0.22452,-0.03755,-0.049253
0.030463,-0.042011,0.15423,0.049615,-0.11669,0.038484,-0.29847,-0.089552,-0.027925,0.050812,0.15145,-0.0034322,-0.215,-0.1806,-0.062514,-0.024123,0.10221,0.10752,-0.12845,0.11238,0.26468,-0.067069,-0.036434,0.0010796,-0.025751,0.034505,0.16485,-0.039369,-0.13799,-0.044139,-0.011402,0.15064,0.13973,0.20101,0.16391,0.18477,-0.29286,0.18478,-0.30625,-0.035942,0.013983,0.060868,-0.035393,0.088201,0.10609,-0.22926,0.24969,-0.14011,-0.069406,-0.0021581,-0.021843,0.039967,0.037448,-0.0008543,-0.012085,-0.0060987,-0.011994,-0.0033686,-0.021725,-0.021148,-0.014323,0.021936,0.016772,-0.0048458,-0.014352,-0.0062034,0.0024408,0.0083096,0.0015764,0.091994,-0.13527,0.12461
-0.028204,-0.095419,-0.021713,-0.13913,-0.009911,-0.022146,0.0301,0.12438,0.22939,-0.14289,0.020146,-0.18939,0.10842,-0.12431,-0.1388,0.0049271,-0.061614,0.042597,0.18712,-0.063224,-0.03081,-0.18382,0.083978,-0.13452,0.061813,-0.069326,0.083918,0.0084086,0.094147,-0.09435,0.010498,-0.036452,0.011669,-0.067537,-0.029656,0.1697,-0.097088,0.12854,-0.12119,-0.069699,-0.067672,-0.016133,-0.093393,-0.12367,0.10677,0.21336,-0.20761,-0.19385,-0.14802,-0.15648,-0.020747,-0.012514,0.11368,-0.13852,-0.20766,0.40007,0.020086,0.064847,0.24022,0.015444,0.034012,-0.019459,-0.0088423,-0.003509,-0.013678,-0.019171,0.0029041,0.0031456,0.0096529,0.23993,-0.06088,-0.057716
0.026491,0.0016819,0.13689,0.049473,-0.24153,0.095282,-0.21214,-0.049133,0.025063,0.048036,0.16645,0.0021424,-0.096998,-0.019826,-0.099306,-0.038073,0.10019,0.027824,-0.04533,0.25097,0.20897,-0.097599,-0.010413,0.065742,0.12936,0.14244,-0.15704,0.17617,-0.054394,-0.129,-0.12266,0.030196,-0.014658,-0.075413,0.033219,0.24667,0.30621,0.014877,0.18987,0.044627,-0.001057,0.0092282,0.012405,-0.10599,-0.13131,0.22498,-0.28997,0.28896,0.24621,-0.025893,-0.020977,0.025812,0.0088572,-0.00086349,0.0054011,0.036246,-0.0269,0.014738,0.04243,0.013289,0.027406,-0.01663,0.0022474,0.0033601,0.0097995,0.0081878,-0.00027165,0.0050864,-0.0072505,0.073134,-0.10671,0.13497
0.046817,-0.065803,-0.010446,-0.16179,-0.012567,0.010528,-0.0080623,0.0023001,0.34455,-0.10476,-0.098512,-0.10591,0.049565,-0.086462,0.081477,-0.057509,0.10034,0.004517,0.22111,0.020422,0.07065,-0.1993,-0.054639,0.030729,-0.00040918,0.14601,-0.10799,-0.030959,0.057583,-0.26092,0.10672,0.036527,-0.054788,0.29251,-0.12346,-0.18025,-0.12722,-0.010117,0.031462,0.027774,0.044576,0.019283,0.032377,-0.0067989,0.083914,0.14163,0.081433,0.085147,0.12257,0.19826,0.19165,-0.19328,-0.12066,-0.017461,0.00059448,-0.2805,0.016762,-0.037839,-0.26462,0.017979,-0.028769,0.014604,-0.02166,0.0013598,0.021994,0.020595,-0.013082,-0.017245,-0.018008,0.25242,-0.079796,-0.064578
0.019884,0.034352,0.11289,0.044444,-0.3473,0.13365,-0.082703,0.03065,0.018111,0.10308,0.13558,-0.020069,0.10096,0.12033,-0.045138,-0.012197,0.080267,-0.052334,0.036163,0.26205,-0.05524,-0.051915,0.015765,0.067382,0.018838,-0.02174,-0.22213,0.16822,0.10068,0.036757,0.0032683,-0.16614,-0.089365,-0.24461,-0.13364,-0.16781,0.0064794,-0.1007,0.11251,-0.061028,-0.01451,-0.20913,-0.013956,-0.0031037,0.11387,-0.072512,0.22097,-0.26775,-0.43961,0.07669,0.062298,-0.092392,-0.046563,-0.024989,-0.023618,-0.01594,0.055133,-0.014873,-0.027708,0.017866,-0.018413,-0.003868,-0.01529,-0.0040295,-0.0043624,-0.012916,-0.0065888,-0.015202,0.0029767,0.051572,-0.074067,0.14681
0.069943,0.0090125,0.0047379,-0.17178,-0.0018139,0.014587,-0.076324,-0.041845,0.31773,0.1174,-0.1785,-0.070293,0.030172,0.0082019,0.25625,-0.020839,0.19242,-0.082566,0.031526,0.073881,-0.0012969,0.0046398,-0.086325,0.04274,-0.047608,-0.021248,-0.18726,-0.058352,-0.064479,0.028964,0.009222,0.029144,0.095535,-0.067843,0.079711,-0.19881,0.0097958,-0.099787,0.046087,0.095446,0.079572,0.074707,0.0087902,0.099442,-0.20257,-0.26726,0.018615,0.0023714,0.01383,-0.25563,-0.16488,0.33509,0.0025314,0.10801,0.13247,0.064448,-0.017217,0.026002,0.30563,-0.017231,0.05145,-0.018316,0.013115,0.0018612,0.0025026,-0.0083561,0.014024,0.029128,0.019428,0.25816,-0.088476,-0.067727
-0.0010313,0.038358,0.10003,-0.0078563,-0.36597,0.12146,0.0083519,0.069,-0.09607,0.24526,0.070172,-0.062984,0.30266,0.12406,-0.019436,0.096686,-0.011273,-0.0076107,0.079168,0.061345,-0.29729,0.064638,0.0092053,-0.10042,-0.15023,-0.15206,0.048214,-0.013492,-0.034377,0.044047,0.083396,-0.020407,-0.016212,0.0016268,-0.07671,-0.1316,-0.21866,0.13348,-0.17211,-0.067769,0.0004732,0.20782,0.01291,0.020695,0.05812,0.0086125,-0.11964,-0.026822,0.49345,-0.058588,0.0006341,-0.020834,0.050042,0.018413,-0.0030305,-0.031667,-0.041235,0.019058,-0.021331,-0.024425,0.0075397,0.018458,0.0078741,0.0041738,-0.00082546,0.0089387,0.0058963,0.0033738,0.0026164,0.026271,-0.03576,0.1607
0.045207,0.079151,0.021215,-0.15876,0.014485,0.0030801,0.001547,-0.077989,0.19553,0.29792,-0.15486,0.01743,0.0049633,0.10823,0.074329,0.040397,0.10643,-0.097869,-0.16551,-0.0047171,-0.070643,0.18635,-0.082604,-0.044492,-0.015129,-0.1283,0.088347,0.020266,-0.082727,0.28998,-0.083679,0.07297,-0.0068839,-0.039721,0.31809,0.17816,-0.021756,-0.1371,-0.022805,-0.024392,0.027284,-0.02859,0.051485,-0.032103,0.030825,0.08021,-0.14584,0.09078,-0.13232,0.19686,0.044879,-0.27683,0.10523,-0.0078305,-0.056261,0.1875,0.014047,-0.030926,-0.32315,0.012823,-0.051463,0.01609,0.0030032,-0.0018183,-0.023148,-0.0051113,-0.0046133,-0.023441,-0.016753,0.25092,-0.07752,-0.063752
-0.020254,0.03377,0.11977,-0.060345,-0.34469,0.11656,0.10505,0.042662,-0.087055,0.04267,-0.047202,-0.079625,0.14523,0.1414,0.020265,-0.017323,-0.13664,-0.0080248,0.078566,-0.21968,-0.11803,-0.034133,-0.017158,-0.025224,0.068301,0.088502,0.099701,-0.17408,0.15437,0.028515,0.078103,0.16903,0.094762,0.36027,0.055784,0.12667,0.082682,0.052176,-0.011067,0.10288,0.018151,-0.066623,-0.01229,0.095164,-0.21368,0.099552,0.092537,0.33394,-0.37554,0.020917,-0.010202,0.1529,-0.048369,-0.0023435,0.02928,0.0095612,0.018071,-0.024336,0.074135,0.016446,0.010283,-0.026408,0.0048368,-0.0033191,-0.0010782,-0.0020078,-0.0067669,0.010929,-0.0062239,0.0013967,0.0019009,0.17437
-0.030628,0.10391,0.032614,-0.13469,0.018215,0.019884,0.045974,-0.16892,0.055614,0.23783,-0.12319,0.15575,-0.074552,0.13622,-0.12279,0.0068007,-0.055245,-0.0074522,-0.19538,-0.12924,0.026652,0.17264,0.040209,-0.14861,0.10179,0.066283,0.070639,0.067249,-0.016336,0.049874,-0.01865,-0.056817,-0.034412,0.087107,-0.13135,0.11279,0.13896,0.033374,0.052348,-0.054897,-0.073123,-0.063573,-0.098725,-0.0057852,0.15403,0.24761,0.26481,-0.15286,0.11833,-0.1392,0.00023034,0.0055961,-0.085051,-0.1682,-0.099863,-0.36401,-0.014025,0.038644,0.33566,-0.064947,0.0057906,0.021662,-0.0048268,-0.002547,0.0095767,0.010535,-0.00091871,0.0098614,0.0059498,0.23782,-0.057689,-0.056558
-0.025816,-0.0016525,0.14369,-0.058859,-0.23743,0.051225,0.23024,-0.036013,-0.05897,0.01011,-0.16055,-0.1199,-0.014383,-0.0035035,0.099318,-0.053482,-0.062247,0.050561,0.0025768,-0.31369,0.14045,-0.10179,-0.0077898,0.098446,0.12986,0.23466,0.085224,-0.14992,-0.040842,-0.088319,-0.10977,0.010255,0.048353,-0.033661,0.16256,0.037148,0.094022,-0.22921,0.16356,0.12244,-0.0079695,-0.0872,-0.00016403,-0.18694,0.18086,-0.27481,-0.1204,-0.38399,0.20101,-0.028716,-0.0048623,-0.062649,0.021904,0.027718,-0.0024075,0.025973,-0.0079699,0.019325,-0.076117,0.017977,0.0028147,0.0021117,-0.016206,0.0037534,0.0065053,0.00023165,0.0055561,-0.0063804,0.0084689,-0.019215,0.033108,0.18569
-0.10991,0.1213,0.036253,-0.10094,0.024628,0.042369,0.039863,-0.24204,-0.027827,0.11494,-0.062152,0.23218,-0.11062,0.113,-0.20033,0.0058056,-0.1414,0.066819,-0.063046,-0.10335,0.054208,0.031499,0.12089,-0.069789,0.080895,0.094218,-0.052307,0.036571,0.078451,-0.17631,0.082098,-0.10092,-0.019863,0.013642,-0.33218,-0.099424,0.039387,0.19037,-0.027896,0.0016527,-0.039179,0.041935,0.016508,0.031244,0.029457,-0.13873,-0.010404,0.024922,-0.0043973,0.012918,-0.014086,0.16735,0.031007,0.25109,0.17656,0.38628,-0.01645,-0.010921,-0.31853,0.10174,0.022415,-0.051887,-0.00018001,0.011984,0.015922,-4.5543e-05,0.0049177,-0.0017938,0.0029181,0.22185,-0.033511,-0.047788
-0.027887,-0.047996,0.16017,-0.048084,-0.11178,-0.021851,0.31622,-0.093391,-0.016932,0.035405,-0.2023,-0.12408,-0.12634,-0.17319,0.060021,-0.040167,0.046415,0.095729,-0.095431,-0.20191,0.23672,-0.071375,0.056708,0.016969,-0.030466,-0.031814,-0.028272,0.061277,-0.17071,-0.05291,-0.095412,-0.16464,-0.11328,-0.39297,0.00037591,-0.1398,-0.23208,0.060041,-0.097186,-0.16652,0.033802,0.13873,0.013572,0.16087,-0.15626,0.24776,0.11948,0.23749,-0.075385,0.014649,0.0075583,-0.034804,0.013804,-0.017725,0.0022523,-0.011291,-0.0020254,-0.0027625,0.031159,-0.023137,-0.0093069,0.020368,0.012957,-0.002836,-0.0098801,-0.0035016,-0.0041193,-0.0048993,-0.0064955,-0.037024,0.060071,0.19547
-0.17298,0.13776,0.026631,-0.051707,0.050368,0.038332,0.030333,-0.27032,-0.081403,0.034436,0.05625,0.18668,-0.070252,0.053439,-0.13443,0.032163,-0.2217,0.10108,0.12615,0.056874,-0.047618,-0.12698,0.072135,0.12182,-0.058032,-0.040504,-0.03441,-0.10172,0.038268,-0.087314,-0.0080409,0.028534,0.075878,-0.14463,0.065087,-0.086371,-0.14588,0.0038989,-0.077435,0.074095,0.058218,0.012056,0.11197,-0.055503,-0.15547,-0.30476,-0.35388,0.10992,-0.12845,0.14343,-0.011902,-0.15616,-0.032411,-0.23427,-0.18265,-0.26206,0.015279,-0.039598,0.20135,-0.062273,-0.018965,0.036638,0.0028007,-0.0088447,-0.014692,-0.0088212,-0.0062571,-0.0015241,-0.0016665,0.19925,0.00071134,-0.035373
-0.039365,-0.06198,0.18057,-0.051128,-0.023863,-0.063199,0.30394,-0.11452,0.073756,-0.05064,-0.071762,-0.071253,-0.15561,-0.2217,0.032213,-0.025686,-0.047133,0.10019,-0.020731,0.11956,0.089187,0.11612,0.03401,-0.1072,-0.20519,-0.46486,-0.29108,0.21878,0.070778,0.1104,0.19761,0.039615,0.11699,0.28642,-0.093957,0.086748,0.18793,0.0076332,-0.0090475,0.073829,-0.018623,-0.056641,-0.0032455,-0.052047,0.088451,-0.11323,-0.092638,-0.036371,0.010515,-0.0041152,-0.025261,-0.011517,-0.03623,-0.033041,-0.033033,-0.010982,0.010538,-0.017165,-0.0093219,-0.0038898,-0.015197,0.00052922,-0.0060174,0.0032843,0.012189,0.0087699,0.0077155,0.0075494,-0.0014353,-0.051777,0.082408,0.20357
-0.19631,0.12752,0.009333,-0.005562,0.062626,0.029962,0.11042,-0.25229,-0.13766,-0.077704,0.1165,0.057946,0.010888,-0.017305,-0.16326,-0.015446,-0.078621,0.049164,0.25101,0.11059,-0.077258,-0.19291,0.02759,0.22584,-0.21097,-0.15212,-0.035805,-0.0446,0.013662,0.047988,-0.031618,0.083186,-0.057683,0.025844,0.31331,0.080764,-0.042103,-0.26295,0.10599,0.012565,0.046773,-0.0072951,-0.052104,0.056888,-0.0053827,0.28627,0.29931,-0.094641,0.12893,-0.081879,0.10905,0.087587,0.095422,0.17276,0.16834,0.091394,-0.0081991,0.060407,0.0018922,0.00010551,0.029857,0.0023901,0.010836,-0.006679,-0.0027654,-0.0045317,-0.0010153,0.0079152,-0.0021673,0.17284,0.040703,-0.020865
-0.046036,-0.055859,0.17235,-0.028426,0.060476,-0.11469,0.19083,-0.13832,0.24234,-0.11768,0.098179,-0.013679,-0.19252,-0.054336,0.00362,-0.023073,-0.16056,-0.09496,-0.010773,0.32837,-0.24034,0.11914,-0.073011,-0.1159,0.35149,0.24752,0.018921,-0.12856,0.14587,0.21398,-0.04933,0.34459,-0.10217,-0.12632,-0.010711,-0.10705,-0.096168,0.12052,-0.029678,-0.0031746,0.015393,0.0091766,-0.034089,0.0010128,-0.06116,0.039269,0.02327,-0.075109,0.070988,-0.0027928,0.044462,0.0034282,0.033065,0.046003,0.038366,-0.0043051,-0.0052472,0.020846,-0.0023866,0.0039853,0.016851,-0.0040041,-0.0057485,0.0015995,-0.0069508,-0.0047509,-0.0085952,-0.004593,-0.0034151,-0.062039,0.097945,0.20921
-0.22093,0.16423,0.010096,0.043696,0.086558,0.028291,0.032988,-0.18188,-0.11175,-0.0603,0.097908,-0.19855,0.15851,-0.03164,0.18007,-0.025214,0.11138,-0.058006,0.11922,0.024919,0.058462,-0.090709,-0.11547,0.2181,-0.018249,0.079799,0.038181,-0.075872,-0.23301,0.30197,-0.075325,0.03942,-0.053105,0.017545,-0.22422,-0.014327,0.18586,0.1967,-0.081603,-0.031399,-0.064453,-0.023359,-0.10323,0.021465,0.032017,0.01031,0.023966,0.0084333,-0.0037434,-0.1677,-0.29548,-0.014429,-0.22861,-0.16076,-0.20818,0.033706,0.016057,-0.08469,-0.22757,0.064448,-0.041069,-0.027622,-0.026324,0.018669,0.0054189,0.0043394,0.018806,-0.001693,0.0063953,0.14707,0.07971,-0.0067147
-0.047371,-0.065383,0.17681,-0.10069,0.13185,-0.12486,0.070213,-0.070275,0.19632,0.041949,0.21412,0.063357,0.037304,-0.0097011,0.038997,0.081726,-0.0020514,-0.033577,0.027028,0.14392,-0.23431,0.077064,0.0043505,0.00035129,-0.11352,0.11687,0.18389,-0.12359,-0.24454,-0.25777,-0.032899,-0.36508,0.047916,0.058922,0.07127,0.065786,0.076588,-0.13835,0.074477,-0.041354,-0.045394,0.14705,0.046848,-0.028207,0.38482,-0.058523,0.010544,0.24647,-0.15198,-0.058598,-0.040735,0.10136,-0.051689,-0.0064774,-0.0049447,0.011666,0.0092778,-0.03066,0.023321,0.00014259,-0.0076775,-0.014974,0.0058016,-0.0025078,-0.0060741,-0.0044158,0.0064266,-0.0041317,0.0014074,-0.066047,0.10401,0.21141
-0.23792,0.17377,0.0068574,0.080304,0.091802,-0.0030144,0.024998,-0.11941,-0.10928,-0.020209,0.086612,-0.24216,0.17287,-0.064746,0.12933,0.010492,0.25109,-0.060642,-0.091128,-0.045232,0.064437,0.0089718,-0.08941,-0.050733,0.026179,0.073693,0.050337,0.049673,-0.049691,0.074196,0.04391,-0.0076025,-0.063586,0.055151,-0.12088,0.018713,0.055819,0.14811,0.0018397,-0.027296,-0.042889,-0.010629,0.018191,-0.055031,0.1187,-0.087718,-0.14032,0.029237,-0.086348,0.25349,0.39445,-0.010136,0.28414,0.18401,0.23625,-0.043223,-0.0088785,0.099819,0.30403,-0.094011,0.052308,0.041086,0.0042569,-0.014362,0.016961,0.013831,-0.019991,-9.4337e-05,-0.0085893,0.1207,0.11964,0.0077701
-0.039252,-0.078088,0.1744,-0.10952,0.20426,-0.12926,-0.038088,0.013279,0.15327,0.13475,0.21178,0.059524,0.063607,0.11549,0.011983,-0.0035584,0.10772,-0.024074,-0.030225,-0.096202,-0.052522,-0.043127,0.045343,0.053508,-0.10511,0.014436,0.067942,-0.015392,-0.13365,-0.10842,0.030435,-0.19326,0.012471,0.1002,-0.13031,0.10998,0.0037149,0.028553,-0.0776,0.10658,0.099434,-0.28867,-0.064454,0.055892,-0.57095,0.058708,0.00086189,-0.27997,0.076392,0.055945,0.011486,-0.14682,0.059878,0.019072,0.014659,0.024102,0.0020073,0.040176,-0.024988,0.0010035,0.0066473,0.030841,0.0049788,-0.002133,0.0096087,0.0050406,-0.0034153,-0.0073737,0.0069133,-0.068725,0.10807,0.21288
-0.27049,0.18707,0.010954,0.11809,0.077085,-0.006087,-0.031431,-0.08827,-0.088217,-0.047199,0.11405,-0.18966,0.15083,-0.081877,-0.0065783,0.044583,0.22604,-0.051701,-0.23372,-0.028895,-0.005523,0.11517,-0.0095733,-0.34279,0.11338,0.03916,-0.064196,0.084345,0.36053,-0.29893,0.1205,-0.026828,0.090285,-0.039533,0.22148,-0.014464,-0.12079,-0.18248,0.041707,0.0027796,0.057942,0.016641,0.058568,0.044691,-0.1025,0.0059116,0.057934,-0.0024789,0.045876,-0.10518,-0.16585,0.0095149,-0.12519,-0.099445,-0.12598,0.00061012,0.00063848,-0.040307,-0.13462,0.041251,-0.025924,-0.021365,0.0049891,0.0022,-0.01434,-0.0078767,0.0054699,-0.005319,0.0059988,0.092436,0.16243,0.023295
-0.033584,-0.08005,0.19223,-0.12073,0.24979,-0.095514,-0.16161,0.10991,0.13108,0.13497,0.25285,0.085145,0.080758,0.29221,-0.035292,-0.059827,0.066757,-0.050412,0.019344,-0.37135,0.18192,-0.17438,0.050673,0.11987,-0.02233,-0.12042,-0.14578,0.11852,0.22552,0.1008,-0.023594,0.31712,-0.058786,-0.095044,0.058967,-0.10345,-0.010362,0.041576,0.023667,-0.06206,-0.072644,0.13622,0.031114,-0.013448,0.23347,-0.020008,-0.0010789,0.082677,0.010457,-0.0085132,-0.0025072,0.072035,-0.026432,-0.02685,-0.018065,-0.020814,-0.0093764,-0.017531,0.011955,0.0051022,-0.0023352,-0.019426,-0.0031707,0.002377,-0.0068707,-0.0019146,-0.0014441,0.0079474,-0.0021905,-0.068358,0.10751,0.21268
-0.051187,-0.35235,-0.11776,0.10752,0.013249,0.042202,-0.23397,-0.16206,-0.045619,0.198,-0.054168,-0.067131,0.048566,-0.084975,0.23724,0.056238,-0.23432,-0.028105,0.00044552,0.022561,0.037663,-0.023211,0.36767,-0.011857,0.017248,0.18166,-0.13088,-0.035771,0.0017883,0.093896,0.26958,-0.056053,0.018992,-0.077073,0.12278,-0.032381,0.15138,-0.10779,-0.28144,0.082737,0.034684,-0.022943,-0.1037,0.073181,0.088861,0.14175,-0.06129,-0.045019,-0.0071257,0.10487,0.070274,0.042162,-0.10991,0.010774,0.017683,0.022651,-0.19522,-0.027497,0.0055598,-0.033256,0.033539,-0.010678,-0.011753,-0.0014528,-0.041722,0.047638,0.0029014,-0.011134,0.029111,0.06852,0.19864,0.036431
0.042785,0.0067118,-0.010609,0.33641,0.091669,0.19754,0.10969,0.047604,0.15246,0.00012993,0.094984,0.35696,0.25223,-0.27055,0.025429,-0.18892,0.011705,0.090533,-0.0072126,-0.12643,0.014013,0.034106,0.023528,-0.19349,-0.1128,0.1427,-0.28176,-0.22408,0.006902,0.15504,-0.17824,-0.066452,-0.066511,0.049276,0.031937,0.064772,-0.050097,-0.024977,-0.042396,-0.014582,-0.28802,-0.051396,0.15763,0.035011,-0.036302,-0.00028284,-0.025449,-0.010105,0.010068,-0.013837,0.02199,0.024373,-0.00023567,-0.10987,0.09527,0.021361,0.046731,0.030532,-0.020752,-0.025655,0.0037967,0.012878,0.010449,0.042535,-0.0079183,-0.0085056,-0.0042939,0.0050955,-0.0013588,0.093905,-0.13816,0.12356
0.018391,-0.2962,-0.10993,0.10543,0.001512,0.056211,-0.11792,-0.19373,0.01976,0.11358,-0.1093,-0.13076,0.085179,-0.029245,0.027416,0.017839,-0.13855,-0.084771,-0.013731,0.040255,0.024873,0.057097,0.13265,0.10991,-0.040153,-0.014211,0.040431,0.038595,0.12814,-0.071168,-0.1715,0.030899,-0.11544,0.12434,-0.083875,0.052523,-0.067707,0.039458,0.17769,-0.10847,-0.040534,0.021601,0.063339,0.0055269,-0.028744,-0.082477,0.052871,0.056835,0.0034185,-0.097593,-0.20706,-0.1081,0.32005,0.010292,0.0042673,-0.066013,0.4477,0.12169,-0.02115,0.0016715,-0.066733,0.034485,0.029703,0.040929,0.17331,-0.28131,0.020548,-0.022004,-0.017218,0.058446,0.2139,0.041964
0.033562,0.0088692,-0.078123,0.29018,0.11377,0.20801,0.12717,0.050108,0.10958,0.084204,0.08023,0.13174,0.048312,-0.1308,0.023514,0.056394,-0.030317,-0.07537,-0.065068,-0.10385,-0.03966,-0.080297,0.02137,0.1052,0.21735,-0.12769,0.018729,-0.016537,-0.10818,-0.007631,0.27253,-0.008391,-0.0028142,0.012226,0.060452,-0.014803,0.023508,0.095175,0.13433,-0.10019,0.26999,0.14377,-0.11905,-0.26916,-0.054363,-0.021538,0.093715,0.019872,-0.031299,0.0088041,-0.065596,-0.070092,0.051127,0.33701,-0.25779,-0.058087,-0.0087443,-0.098935,0.081749,0.18037,-0.09452,-0.01879,-0.036771,-0.2088,0.045657,0.026383,0.011126,0.009158,-0.0030158,0.084271,-0.12358,0.12885
0.068974,-0.22629,-0.083975,0.097962,-0.0089153,0.066343,-0.050662,-0.18242,0.060435,-0.0084786,-0.11331,-0.092451,0.097604,0.063005,-0.09343,-0.01521,-0.028827,0.0036823,-0.063261,0.034631,0.0072771,0.072283,-0.070693,0.073667,-0.084075,-0.092001,0.098044,0.043948,0.037035,-0.035562,-0.20327,0.01338,-0.099383,0.060211,-0.037198,0.072209,-0.16167,0.087344,0.19366,-0.04937,-0.097823,-0.0024187,0.11723,-0.13227,-0.097179,-0.079175,0.016866,-0.018333,-0.0251,-0.054718,0.10203,0.044943,-0.14058,-0.0065226,-0.0061496,0.019915,-0.14986,-0.073825,0.021162,0.12036,0.059269,-0.11181,-0.053501,-0.10458,-0.33675,0.5547,-0.062612,0.093691,-0.0085368,0.055317,0.21863,0.043683
0.02362,0.018203,-0.12742,0.22759,0.10192,0.20021,0.13954,0.0383,0.10442,0.08704,0.046418,-0.031036,-0.063949,-0.045538,0.012768,0.07495,-0.032601,-0.13127,-0.041317,-0.0398,-0.056236,-0.026157,0.015221,0.19203,0.13537,-0.15407,0.16,0.094642,0.033752,-0.13751,-0.053547,0.045337,0.1091,0.034272,-0.018405,-0.062709,0.048139,0.051241,0.087819,-0.082146,0.19789,-0.057772,-0.096893,0.19099,0.054938,-0.0091901,-0.05925,-0.024595,0.011806,0.018064,0.034364,0.053276,-0.068757,-0.19391,0.11084,0.064217,-0.03127,0.042937,-0.088015,-0.3999,0.20137,-0.0049038,0.064331,0.44728,-0.11981,0.041513,-0.022702,0.0085797,0.0098628,0.071398,-0.10408,0.13592
0.10278,-0.15495,-0.047862,0.08719,-0.029529,0.09144,-0.038177,-0.15394,0.088503,-0.16707,-0.077355,-0.009604,0.10145,0.16575,-0.15386,-0.066012,0.027305,0.10755,-0.10332,-0.0092195,-0.01034,0.023251,-0.21847,0.0027624,-0.015648,-0.092117,0.044408,0.0040856,-0.058072,0.013421,-0.026969,-0.036341,-0.032409,-0.016625,0.044645,0.0072324,-0.044209,0.067651,0.03189,0.035164,-0.032926,0.018022,0.05147,-0.1517,-0.059605,-0.011213,0.021431,-0.028248,-0.0089552,0.026599,0.14502,0.078179,-0.26837,0.055501,-0.059366,0.082174,-0.3561,-0.15686,0.027148,-0.14057,-0.023162,0.15958,0.046912,0.10115,0.30424,-0.45362,0.060995,-0.060508,-0.021596,0.05704,0.21602,0.042736
0.016113,0.027635,-0.15033,0.16708,0.086101,0.18832,0.12912,0.031972,0.10546,0.034515,0.024454,-0.11681,-0.15054,0.073298,0.0068858,0.090285,0.012909,-0.045532,0.010671,-0.00030313,-0.035186,0.02887,0.019154,0.10554,-0.089222,0.0029536,0.18627,0.15815,0.079778,-0.071976,-0.1195,0.057453,0.13983,-0.028289,-0.028258,-0.05065,0.034842,-0.024476,-0.085636,0.046987,-0.057203,-0.093535,0.00072117,0.23331,0.053026,0.022132,-0.10014,-0.023892,0.03438,0.0027797,0.082643,0.069992,-0.043602,-0.25457,0.23577,0.0017893,-0.1133,0.044664,0.017551,0.37381,-0.19036,0.036001,-0.053296,-0.44861,0.12304,-0.13061,0.0256,-0.035599,-0.010042,0.058415,-0.084428,0.14305
0.1215,-0.089148,-0.014981,0.076564,-0.051757,0.11928,-0.060918,-0.12252,0.10197,-0.30486,-0.026746,0.075816,0.087743,0.22713,-0.18542,-0.12189,0.032186,0.20176,-0.12751,-0.063903,-0.019732,-0.04274,-0.31601,-0.056849,0.11095,-0.087443,-0.05899,-0.074697,-0.11823,0.0095831,0.12485,-0.098435,0.090168,-0.066901,0.10682,-0.13837,0.19275,-0.0085143,-0.20614,0.06102,0.14639,-0.020422,-0.16485,0.20986,0.12046,0.052692,-0.060397,-0.0017839,0.031395,0.062338,-0.1124,-0.020179,0.20693,-0.062003,0.046914,-0.065664,0.25226,0.13652,-0.028961,0.05765,0.0062506,-0.076852,-0.019927,-0.035491,-0.093627,0.13137,-0.019302,0.016021,0.0049244,0.061712,0.20895,0.04017
0.010255,0.040028,-0.14682,0.11175,0.064043,0.1874,0.099191,0.030554,0.11361,-0.081898,0.010459,-0.12696,-0.20872,0.22319,0.0033183,0.1012,0.063885,0.10182,0.047553,0.0021091,-0.0094228,0.032348,0.021609,-0.032266,-0.29929,0.23111,0.14433,0.20579,0.052872,0.040321,0.10766,0.049661,0.11133,-0.12304,-0.016433,-0.049376,0.047063,-0.054581,-0.19286,0.27417,-0.29615,0.042244,0.12478,-0.21006,-0.056316,0.042247,0.11951,0.059222,-0.0015378,-0.0397,-0.060101,-0.071871,0.06368,0.23727,-0.174,-0.029923,0.15496,-0.016963,0.012432,-0.12607,0.067954,-0.022971,0.01623,0.16409,-0.058387,0.061821,-0.011994,0.0018436,0.011791,0.04662,-0.06657,0.14953
0.12149,0.082585,0.011429,0.082801,0.05172,-0.09304,-0.066183,0.10566,-0.061533,0.28886,-0.025584,-0.080603,-0.078868,-0.20953,-0.24851,0.15274,-0.10989,-0.18953,0.17113,-0.056934,0.081892,0.017408,-0.26624,-0.12629,-0.1415,0.076805,-0.10357,-0.070538,-0.0030632,0.052876,-0.091028,-0.078553,0.15307,-0.067088,0.07159,-0.13203,0.00040536,0.18138,0.079625,0.26074,0.11093,0.029751,-0.1393,-0.18719,0.0089254,0.058146,0.0397,0.0037934,-0.03129,0.068793,0.070676,0.081218,-0.17936,-0.037751,0.012259,0.041458,0.14958,0.27587,-0.048064,-0.040592,-0.10523,0.06705,0.033519,-0.031465,0.053484,0.026233,-0.14998,0.041332,0.030111,0.060469,0.21083,0.040853
-0.011001,0.041897,-0.14281,-0.11027,0.079273,0.20157,-0.04182,0.052735,-0.03638,-0.12544,0.026994,-0.13109,-0.21808,0.21533,0.011755,0.10093,0.013327,0.10191,0.038879,-0.014416,0.022153,0.019529,0.096185,-0.24638,-0.24238,0.1831,-0.19046,-0.1373,-0.040083,0.13746,0.025693,-0.062867,-0.15546,0.077122,0.024056,0.070832,-0.03475,0.050767,0.16405,-0.26669,0.33158,0.1118,-0.11866,-0.19412,-0.046553,-0.05769,0.023636,-0.031199,-0.010547,0.045651,-0.055637,0.030325,0.065172,-0.25192,0.15397,0.048382,-0.0089935,-0.095018,-0.045793,-0.15053,0.083932,-0.064989,-0.042314,-0.13727,-0.0045115,-0.013201,0.07051,-0.011698,-0.027653,0.012322,-0.01464,0.16837
0.10243,0.15017,0.04459,0.09592,0.02527,-0.067348,-0.042311,0.13218,0.018253,0.15812,-0.10904,-0.030339,-0.058816,-0.15029,-0.19086,0.068628,-0.079739,-0.10417,0.13374,-0.0068265,0.03045,-0.042947,-0.20367,0.0083125,-0.06224,0.10092,-0.033622,0.019479,0.052918,-0.010478,0.00037758,-0.032508,-0.04316,0.041699,-0.0067184,-0.024706,0.074272,-0.022086,-0.033792,-0.030209,-0.041856,-0.036639,0.036158,0.14974,0.018854,-0.0095319,0.0098778,-0.018959,0.010429,0.035524,-0.10652,-0.069147,0.26577,0.02078,-0.024913,-0.044746,-0.19371,-0.36406,0.072261,0.097975,0.11115,-0.16656,-0.063668,0.094822,-0.16448,-0.07936,0.49929,-0.11533,-0.094743,0.055219,0.21878,0.043736
-0.016536,0.031551,-0.14008,-0.16475,0.10348,0.21455,-0.066925,0.061417,-0.089162,-0.036077,0.0072671,-0.11569,-0.15943,0.064471,-0.014728,0.090659,-0.026209,-0.049769,0.013383,0.0055835,0.00535,0.0002133,-0.014647,-0.12909,-0.0049493,-0.049638,-0.17134,-0.17599,-0.023823,-0.0076836,-0.18953,-0.046616,-0.076802,0.067303,0.0032449,0.038239,-0.015099,-0.030536,-0.017293,-0.11691,0.02756,-0.094306,-0.0038387,0.25214,0.064162,-0.0056737,-0.12514,-0.019864,0.005863,-0.015767,0.068385,-0.028349,-0.060719,0.27459,-0.18125,-0.060291,-0.059247,0.014596,0.10165,0.38733,-0.20276,0.1229,0.09409,0.42205,0.013406,0.036335,-0.14099,0.049492,0.031197,0.00058743,0.0031261,0.17481
0.068626,0.221,0.079534,0.1095,0.0030695,-0.042142,-0.054755,0.16127,0.089483,0.029999,-0.16966,0.014319,-0.045837,-0.04624,-0.099027,0.022413,-0.062943,0.016565,0.06312,0.031908,-0.013224,-0.078735,-0.059323,0.094759,0.0022418,0.1115,0.043578,0.09673,0.028489,0.014459,0.18308,-0.0046289,-0.18125,0.055614,-0.0089238,0.082107,0.08125,-0.13871,-0.10127,-0.24158,-0.058732,0.0061511,0.10116,0.11031,-0.029612,-0.086755,-0.02112,-0.011921,0.013084,-0.070935,-0.090898,-0.021996,0.10617,-0.038975,0.022677,0.020359,-0.078224,-0.18958,0.00087897,-0.1119,0.038788,0.1657,0.040653,-0.088404,0.19005,0.094317,-0.58257,0.14422,0.079498,0.052922,0.22226,0.044998
-0.024451,0.023312,-0.1135,-0.22334,0.11913,0.23221,-0.08312,0.0707,-0.12357,0.00081897,-0.039747,-0.049415,-0.070502,-0.047077,-0.025274,0.078141,-0.039925,-0.14906,-0.044241,0.034548,-0.010124,-0.056494,-0.08624,-0.0050772,0.20459,-0.18552,-0.12295,-0.148,-0.056552,-0.088383,-0.11582,-0.032167,-0.074966,0.04358,-0.042803,0.0046398,-0.016199,-0.075895,-0.082189,0.069518,-0.22809,-0.085359,0.09186,0.1509,0.025724,0.018664,-0.026641,0.0074231,0.020289,-0.018568,0.010963,-0.011517,-0.073686,0.18961,-0.16408,0.0074687,0.050774,0.047649,-0.050907,-0.41107,0.17335,-0.080717,-0.0533,-0.45128,-0.019478,-0.040167,0.048517,-0.0092049,-0.010688,-0.012141,0.022397,0.1818
0.019444,0.29153,0.10264,0.11999,-0.0076566,-0.0257,-0.11296,0.18202,0.12803,-0.057599,-0.18355,0.028898,-0.045357,0.032869,0.045838,-0.012115,-0.058863,0.15165,-0.03655,0.043501,-0.052598,-0.051889,0.14795,0.084957,0.0027582,0.014704,0.081712,0.081022,-0.042719,0.046059,0.12294,0.0072608,-0.17425,0.026202,0.036278,0.11716,-0.017831,-0.05337,-0.058734,-0.22059,0.011896,-0.016861,0.052734,-0.0046287,-0.054039,-0.094157,-0.078916,0.012757,0.0033785,-0.094271,0.17635,0.068182,-0.3168,0.078434,-0.038028,-0.022539,0.15625,0.45756,-0.032376,0.026992,-0.066215,-0.078761,-0.014529,0.022603,-0.11489,-0.065329,0.2915,-0.059258,-0.073345,0.055675,0.21809,0.043486
-0.034408,0.015079,-0.062773,-0.2828,0.13507,0.23758,-0.081634,0.084043,-0.12885,-0.012151,-0.1277,0.076855,0.066337,-0.12901,-0.012408,0.059064,-0.0039224,-0.093878,-0.080934,0.092119,-0.018053,-0.098451,-0.079925,0.088282,0.22914,-0.11669,0.037221,0.020004,-0.10023,-0.011021,0.25768,-0.015232,-0.10269,-0.046108,-0.0074882,0.025793,-0.038681,-0.060297,-0.067293,0.14956,-0.20705,0.10522,0.097905,-0.31428,-0.083084,7.3901e-05,0.14272,0.023448,-0.00083589,0.0057339,-0.018234,0.026528,0.080989,-0.33793,0.27684,0.01229,0.010778,0.039056,-0.012057,0.2056,-0.068562,0.0073312,-0.004274,0.21875,-0.0082522,0.0065455,0.022765,-0.017549,-0.0061125,-0.024922,0.041749,0.18882
-0.050373,0.34648,0.10783,0.12204,-0.020463,0.0015408,-0.22492,0.17136,0.12107,-0.12282,-0.089982,-0.014465,-0.060728,0.065748,0.25631,-0.046115,-0.13826,0.17933,-0.10598,0.039245,-0.056155,0.046578,0.30115,0.026603,0.066962,-0.22017,-0.034857,-0.11547,-0.057849,-0.068372,-0.28708,-0.033119,0.12186,0.0265,-0.013513,-0.11287,-0.085435,0.14302,0.10953,0.29634,-0.032716,0.020874,-0.10033,-0.093816,0.066682,0.16205,0.085344,-0.014829,0.011133,0.10669,-0.064365,-0.025418,0.12757,-0.018118,0.031168,0.021561,-0.040746,-0.17655,0.012276,0.018322,0.0087448,0.022174,0.0041347,0.0018762,0.031349,0.020354,-0.057004,0.0062192,0.046003,0.065257,0.20358,0.038223
-0.043514,0.012138,0.0060301,-0.32426,0.1198,0.21962,-0.083506,0.081536,-0.087867,-0.096513,-0.21207,0.26954,0.28894,-0.26659,0.0040719,-0.16863,0.02548,0.10166,-0.018952,0.12378,0.0049673,0.080696,0.018366,0.028748,-0.20449,0.20905,0.22055,0.25984,0.1565,0.073526,-0.098543,0.08206,0.14421,-0.079549,-0.030921,-0.024294,0.010796,0.058876,0.087231,0.044902,0.26284,-0.026098,-0.13342,0.098428,0.067681,0.010702,-0.049051,-0.0035477,-0.015181,0.0090615,0.005183,-0.0071661,-0.0134,0.10561,-0.09646,0.00044344,-0.0035108,-0.048442,0.011675,-0.041109,0.0034364,0.0097082,0.0089263,-0.04967,0.016201,0.0092327,-0.006283,-8.7918e-05,0.0054628,-0.034427,0.05614,0.19404
0.15022,-0.00051416,-0.0012162,0.035983,0.0013077,-0.0018537,-0.0076337,0.0053309,-0.056566,-0.027033,0.010174,0.014392,-0.005545,0.010338,-0.094541,0.0069924,0.12808,-0.041878,0.0097745,-0.025239,-0.0014243,0.032131,0.082704,0.012683,0.018447,0.0080604,-0.085618,-0.18982,-0.082335,0.045655,0.10877,0.18236,0.39238,-0.14256,-0.34241,0.20153,-0.17494,-0.23676,0.074279,-0.052225,0.021085,-0.0012175,-0.094737,0.002576,0.042959,-0.011299,-0.0016326,0.13407,-0.020621,-0.24238,0.10554,-0.26418,-0.042131,0.039927,0.14091,0.0054962,-0.0060199,-0.034479,0.0099713,-0.0054013,0.024165,-0.020406,-0.014627,-0.00044666,-0.013849,0.0039227,0.00063489,-0.23472,0.35149,0.08852,0.16836,0.025446
-0.0014264,0.020745,-0.16505,-0.0027713,0.089206,-0.080432,-0.0071681,0.044347,-0.049876,0.15147,0.019156,-0.091227,0.034796,0.057113,-0.022151,-0.19838,0.05579,0.32569,0.36835,0.033893,0.10527,0.39676,-0.022801,0.071678,0.18822,-0.027041,-0.015599,-0.031735,-0.0072814,-0.073376,0.10204,-0.0095589,-0.024376,-0.03897,0.071659,0.028782,-0.047534,0.058996,0.075805,0.011593,-0.049733,0.0015694,0.0077079,0.051396,0.01746,-0.0053823,0.0093245,0.013373,-0.083622,-0.0065289,-0.15104,-0.084471,0.080174,0.0154,0.0022419,-0.057096,-0.22283,0.26275,-0.047294,0.01224,0.16624,0.076594,-0.027032,0.017586,0.30108,0.19949,0.13236,0.01059,0.0071125,0.028579,-0.039255,0.15944
0.20948,-0.00033023,-0.0020659,0.00010466,0.0024712,-0.017243,0.091806,0.011931,-0.091288,-0.033021,0.010124,0.018195,-0.0042805,0.0070836,-0.096,-0.0078308,0.23666,-0.076182,0.0016029,0.030783,-0.021095,0.027235,0.22105,0.053248,0.026852,0.018633,-0.028639,-0.14449,-0.03609,0.023274,0.051682,0.10001,0.17071,-0.074923,-0.17948,0.099162,-0.074679,-0.12078,0.006371,0.040724,0.030299,-0.0012589,0.020953,0.0091752,0.049365,0.0331,-0.0015751,-0.00036929,0.013818,0.10247,-0.045113,0.07132,0.014197,-0.020788,-0.047651,0.005529,0.00083844,0.00082617,-0.0013983,-0.0063522,-0.018699,0.032627,0.019616,0.0083505,0.018226,-0.021896,0.0089279,0.43978,-0.65045,0.10684,0.14062,0.015383
-0.0019853,0.034315,-0.21813,-0.007127,0.038131,-0.15742,-0.012787,0.018751,-0.058607,0.1588,0.0091755,-0.082414,5.9203e-05,0.019154,-0.022191,-0.294,0.035624,0.21214,0.15224,0.023075,0.013273,0.17294,-0.023733,0.040144,0.11298,-0.016215,-0.00041329,-0.0085464,-0.042084,-0.034746,0.071629,-0.010695,-0.024955,0.0043287,0.0031317,-0.0053566,0.0018107,0.0062983,0.021544,0.021854,0.013636,0.0039083,0.0011819,-0.022194,-0.0084371,-0.00070531,0.0083493,-0.0060114,0.036505,0.0017468,0.092225,0.044109,-0.036001,-0.013669,-0.0098403,0.030391,0.10762,-0.15847,0.031732,0.016934,-0.11096,-0.097616,0.078648,-0.05199,-0.56962,-0.40875,-0.27008,-0.010492,-0.01121,0.028165,-0.038628,0.15966
0.2707,-0.00016413,-0.0016386,-0.037426,0.0043794,-0.029114,0.18831,0.014364,-0.11233,-0.03774,0.00010955,0.019238,-1.5707e-05,0.0024353,-0.11199,-0.016198,0.29048,-0.091042,0.0008706,0.078316,-0.025906,0.011777,0.25424,0.084891,0.006227,0.017194,0.028674,-0.054863,0.011315,0.0054915,-0.016945,0.030216,-0.10327,0.038391,0.023665,0.027064,0.0049484,0.03251,-0.018236,0.015459,0.021118,-0.010297,0.15557,-0.00088009,0.014917,0.039496,-0.009902,-0.08907,0.045947,0.40173,-0.15525,0.40519,0.060382,-0.056171,-0.21797,-0.035186,0.0143,0.061265,-0.0086166,0.023963,-0.0053141,-0.034234,0.0052921,0.0036825,0.0010354,0.018174,-0.01603,-0.25433,0.35774,0.12459,0.11376,0.005636
-0.0023616,0.049878,-0.27135,-0.010965,-0.019162,-0.22165,-0.014887,0.00073988,-0.052802,0.15127,-0.0061325,-0.067211,-0.063992,-0.010666,-0.024156,-0.33766,-0.0057514,0.037736,-0.1129,0.019514,-0.14589,-0.13653,-0.025267,0.0017625,0.014937,-0.018239,0.0013829,-0.0045325,-0.00782,-0.024352,-0.011662,0.0071823,0.020887,-0.017466,0.0098475,0.011851,0.014312,-0.036661,-0.07942,-0.04222,0.01449,-0.014696,-0.0052723,-0.019593,-0.0034104,0.011098,-0.038224,-0.02179,0.047667,-0.0014193,0.17969,0.12262,-0.13395,-0.021194,0.021462,0.079295,0.36214,-0.3559,0.047295,-0.08939,-0.20291,-0.012075,-0.094814,0.050896,0.34473,0.27718,0.18903,-0.0059874,0.0053888,0.027782,-0.038048,0.15987
0.29099,0.0010126,-0.0016604,-0.066136,0.0043478,-0.023638,0.14327,0.022254,-0.16469,-0.053564,0.088482,0.041285,-0.01484,-0.015928,-0.089384,-0.02477,0.21914,-0.068378,-0.0075984,0.026351,-0.025758,-0.004032,0.29921,-0.015216,0.049312,0.0071263,0.024233,0.013309,0.050395,-0.024105,-0.083299,-0.058636,-0.24626,0.11288,0.26668,-0.20532,0.19161,0.23175,-0.12094,0.16821,0.047162,-0.0089147,-0.038025,0.0030612,0.00378,-0.1387,0.020532,0.09112,-0.040761,-0.38841,0.14219,-0.33268,-0.036292,-0.0085655,0.10352,0.025866,-0.020687,-0.052284,0.017993,-0.010393,0.016078,0.017147,-0.0033701,-0.011172,0.0025119,0.0079617,0.0025876,-0.0042288,0.0048849,0.14073,0.089316,-0.0032299
-0.0025994,0.066803,-0.28788,-0.012687,-0.087005,-0.23693,-0.01602,-0.029094,-0.013538,0.040935,-0.013427,-0.025393,-0.072177,-0.040605,-0.020217,-0.34863,-0.045077,-0.13114,-0.29094,0.008372,-0.19992,-0.35582,-0.016323,-0.059506,-0.15849,0.0094573,-0.010517,-0.0015918,0.040606,0.012572,-0.081403,0.0081207,0.043796,0.055757,-0.089334,-0.04284,0.061412,-0.035132,-0.011071,-0.0093115,0.017903,0.11647,0.011384,-0.079357,0.018485,-0.0036256,0.020317,0.023527,-0.073035,0.007286,-0.18774,-0.11752,0.091369,0.027863,-0.015061,-0.065905,-0.31037,0.32869,-0.048626,0.083088,0.20694,0.055091,0.04453,-0.020944,-0.054857,-0.058318,-0.044506,0.0097622,0.0047955,0.027443,-0.037535,0.16006
0.15437,-0.090325,-0.027592,-0.047494,0.044677,-0.069817,0.019043,0.027618,-0.16106,0.11954,0.13454,0.044729,-0.065782,-0.090897,0.25047,0.27869,-0.00082089,0.42436,-0.084166,-0.045682,-0.17226,-0.20782,-0.17301,-0.039068,0.067189,0.014391,-0.0073425,0.063493,0.034581,0.080788,0.005932,0.013883,0.050325,-0.033516,-0.039276,0.041025,-0.021877,0.10435,0.12205,0.053705,0.14356,-0.081741,0.3835,0.058839,0.07172,0.10695,-0.0045065,-0.069589,-0.023478,-0.077802,0.0039498,0.0089958,-0.060877,0.010499,0.030716,-0.020199,0.083327,-0.028038,-0.0030867,0.11273,0.23776,-0.10483,0.074976,-0.0043499,0.07464,-0.014102,-0.10471,-0.16846,-0.13736,0.15368,0.069705,-0.010344
0.0090536,0.042761,-0.14919,0.062615,-0.083521,-0.19694,-0.012357,-0.047494,0.041951,-0.068385,0.021364,0.11587,0.10956,-0.029379,0.042329,0.25828,0.0044062,0.03803,0.055305,-0.055601,0.10638,0.095559,-0.064266,-0.0046736,0.067889,-0.074747,0.0035314,0.063371,0.090735,-0.0049137,-0.2748,0.019337,-0.27385,0.020899,-0.21866,0.11629,-0.02711,-0.3036,-0.32006,0.19878,0.2856,0.062188,-0.094248,-0.11614,0.018764,-0.055367,0.03857,0.081304,-0.020679,-0.034681,0.024524,0.080435,0.02987,0.0085018,-0.024184,-0.016767,-0.033519,0.027569,0.0022155,9.8343e-06,0.015486,-0.00042406,-0.37544,0.058322,0.0077823,-0.016953,-0.072264,-0.080471,-0.053736,0.043342,-0.061607,0.15133
0.18174,-0.046506,-0.011401,-0.058472,0.016201,-0.032122,0.053046,0.014272,-0.12329,0.018579,0.14674,0.04723,-0.035279,-0.035226,0.19905,0.1294,-0.03311,0.24152,-0.02385,-0.011129,-0.088554,-0.10865,-0.1276,-0.017751,0.064104,0.041516,0.0029887,0.099351,0.10233,-0.010277,-0.037895,-0.0022064,-0.0037429,0.038561,-0.061833,-0.018658,0.017594,-0.064142,0.071272,-0.062161,-0.10547,0.0408,-0.088874,0.018652,-0.039161,-0.011683,0.037183,0.024308,-0.0011741,0.058874,-0.10418,-0.039253,0.088118,0.01095,0.020307,0.059203,-0.14489,0.074837,-0.0023487,-0.22291,-0.46603,0.18705,-0.065774,-0.016923,-0.15235,0.011245,0.20999,0.3919,0.28346,0.15609,0.066063,-0.011665
0.0043288,0.055023,-0.16805,0.032191,-0.10461,-0.19168,-0.011481,-0.048477,0.055959,-0.12834,-0.001054,0.11076,0.065666,0.020741,0.0328,0.17822,-0.022859,-0.083342,0.0086594,-0.038085,0.10974,0.011844,-0.013797,-0.014834,0.0082846,-0.0019642,0.018754,0.053524,-0.019435,0.053134,0.084033,-0.0057853,-0.21674,-0.021304,-0.052407,0.10861,-0.12193,-0.052958,0.058772,0.20755,0.025162,-0.012033,-0.11317,0.096615,0.052729,-0.047716,-0.01992,0.030713,0.025197,0.015817,0.0056504,0.0034143,-0.037921,-0.048372,-0.015314,0.027873,0.072969,-0.077585,0.011784,0.043344,0.091037,0.077337,0.72954,-0.10719,0.0083185,0.058629,0.16291,0.11045,0.10055,0.03594,-0.0504,0.15539
0.19494,0.0012914,-0.0015239,-0.066587,-0.00022224,-0.0080802,0.056741,0.012506,-0.10494,-0.026445,0.1608,0.041398,-0.019188,-0.01455,0.16467,-0.0083219,-0.09386,0.028394,-0.0067662,0.0026963,0.0084054,0.0027706,-0.06416,-0.041025,-0.00055749,-0.001792,0.03495,0.11292,0.048369,-0.035367,-0.023407,-0.024177,-0.00090926,0.031607,0.038763,-0.038543,-0.04589,-0.11507,0.074382,-0.1381,-0.34039,0.097307,-0.53368,0.0087249,-0.1365,-0.1132,-0.026908,0.034025,0.018814,0.10636,0.0025323,0.045016,0.0010184,0.0086461,-0.042767,-0.0034703,-0.01317,0.0041817,-0.0058916,-0.0033711,-0.0061935,-0.021396,0.080798,0.008297,0.028925,0.073343,-0.13351,-0.43561,-0.31538,0.15809,0.063031,-0.012765
-0.0010425,0.060424,-0.17667,-0.007349,-0.11258,-0.18882,-0.029206,-0.051384,0.049587,-0.15168,-0.018704,0.1117,0.036669,0.02723,0.017897,0.12785,-0.031462,-0.13782,-0.029065,-0.01977,0.088555,-0.04854,0.043459,-0.042647,-0.077542,0.022316,0.0348,0.019954,-0.10099,0.06626,0.24785,-0.016694,-0.047627,-0.058863,0.10849,0.060932,-0.16856,0.19499,0.30194,0.14117,-0.12154,-0.12338,0.018001,0.22954,0.051227,-0.0065709,-0.061247,-0.0045774,0.023195,-0.027373,-0.052892,-0.039651,0.036306,0.0057995,0.0063684,-0.02466,-0.11559,0.056302,0.0092276,-0.10491,-0.24833,-0.4539,-0.27768,0.08443,0.10416,-0.044124,-0.14201,0.016032,-0.016621,0.027442,-0.037533,0.16006
0.18146,0.048064,0.0098644,-0.059038,-0.017538,0.015245,0.04409,0.018697,-0.088964,-0.066738,0.18977,0.037827,-0.015683,0.014932,0.19414,-0.12502,-0.18939,-0.16053,0.016481,-0.007436,0.11364,0.095771,-0.071745,-0.08365,-0.05656,-0.045975,0.091224,0.093596,-0.042612,-0.039357,0.040558,-0.018899,-0.0042807,-0.056306,0.057407,0.02249,-0.073993,-0.022228,0.0053427,-0.077609,-0.073949,-0.0098177,-0.098965,-0.017806,-0.052389,0.0012336,-0.05688,-0.018572,0.010438,0.061482,0.097394,0.056749,-0.1025,0.010005,-0.00062307,-0.064994,0.16401,-0.072676,-0.034673,0.23156,0.47014,-0.080727,-0.221,0.03413,0.061992,-0.16848,0.021817,0.41394,0.24688,0.15553,0.066906,-0.011359
-0.0065295,0.056203,-0.16297,-0.04638,-0.10213,-0.18675,-0.047364,-0.046875,0.033904,-0.14814,-0.032019,0.11121,0.065102,0.02142,0.0052749,0.19487,-0.014825,-0.088476,0.0022783,-0.0068008,0.10537,0.016135,0.049941,0.016277,-9.2065e-05,0.012148,-0.0036109,-0.034827,-0.02965,0.03298,0.12193,-0.010408,0.15562,-0.010482,0.11406,-0.061273,0.038059,0.15801,0.13562,-0.11873,-0.097051,-0.053517,0.10653,0.063434,-0.0057067,0.047079,-0.0033029,-0.037323,0.027786,0.0013809,-0.031062,0.010926,-0.033056,0.016436,0.020828,0.043345,0.12719,-0.058988,-0.00066591,0.023009,0.11403,0.67337,-0.26359,-0.037355,-0.20232,0.02904,0.076951,-0.14841,-0.080469,0.019172,-0.025011,0.1646
0.15355,0.089955,0.02669,-0.048382,-0.043402,0.058442,0.0054503,0.01148,-0.06041,-0.15734,0.21405,0.028859,-0.0014155,0.068516,0.23741,-0.2588,-0.30376,-0.30933,0.088226,-0.026513,0.19515,0.18224,-0.092531,-0.065341,-0.053572,-0.046813,0.053851,0.050194,-0.037907,-0.10265,0.023341,0.0028348,0.037614,-0.060922,-0.056276,0.021791,0.040406,-0.0031642,-0.12067,-0.054238,0.21746,-0.030409,0.39433,-0.074345,0.016439,0.092037,0.042803,-0.053221,-0.0001105,-0.077597,-0.03666,-0.010729,0.067342,0.018436,0.043342,0.020598,-0.073178,0.045161,0.013579,-0.11587,-0.24857,0.013263,0.1422,-0.022022,-0.023041,0.094167,0.0059602,-0.17928,-0.11917,0.15276,0.071101,-0.0098375
-0.011631,0.044933,-0.14138,-0.074417,-0.079852,-0.19156,-0.044239,-0.050383,0.016829,-0.1005,-0.061487,0.10778,0.1124,-0.032002,-0.0060783,0.27935,0.044343,0.022934,0.045116,0.026527,0.095797,0.094396,0.0396,0.083022,0.047055,-0.032154,-0.01369,-0.081414,0.063595,-0.031854,-0.19083,0.011761,0.34354,0.050514,0.088889,-0.21068,0.24784,0.023377,-0.17466,-0.4182,-0.10313,0.037262,0.075594,-0.19671,-0.13613,0.057901,0.061077,-0.076229,-0.0056522,0.039914,0.089509,-0.03794,0.019376,0.011027,0.012675,-0.025073,-0.026433,0.018134,-0.015908,0.012724,-0.013686,-0.31674,0.17988,0.0069723,0.085987,-0.023243,-0.02413,0.098792,0.044566,0.012313,-0.014628,0.16837

View File

@ -1,96 +0,0 @@
-0.27732,-0.15489,-0.01137,0.094811,-0.070696,-0.0023316,0.0031553,0.15776,-0.057925,0.079583,-0.018531,0.057958,-0.24695,0.010783,-0.16244,0.015062,-0.056724,0.02454,0.048539,-0.17067,0.15181,-0.1653,0.037018,-0.13919,0.16884,-0.11016,0.27153,-0.23962,0.12015,-0.040581,0.17117,-0.072877,0.24661,-0.14833,0.0092507,-0.30035,0.067484,0.0079585,-0.086784,0.17429,0.046905,-0.089332,-0.11938,-0.075774,-0.098839,0.084985,0.065683,-0.0093972,-0.070892,-0.043442,-0.025046,-0.10636,0.084193,0.0067656,0.080901,0.0053738,-0.077792,-0.021406,-0.025617,-0.034067,-0.065121,0.049542,0.0032263,0.10752,0.15893,-0.099716,-0.12518,-0.0079333,-0.030099,-0.087607,-0.07558,-0.014533,0.0027946,0.10645,0.0015194,0.032568,0.032155,0.00053675,-0.020191,-0.010408,-0.0058816,-0.013604,-0.0025059,-0.00021909,-0.00064878,-0.01484,0.0024955,0.0009977,0.0015257,0.0019092,0.0031245,0.0053751,0.00168,0.099981,0.080559,0.085668
0.039764,-0.067103,0.19203,0.12342,0.22537,-0.13187,0.092351,0.065524,-0.10193,0.22029,-0.022445,0.19918,0.14427,-0.0035107,-0.053267,-0.325,0.0068904,0.025046,0.029416,0.075855,-0.19657,-0.15572,-0.25633,0.08771,0.31602,0.035187,0.018997,-0.047153,0.025462,-0.10277,0.052929,0.14116,-0.095096,0.22848,-0.15113,0.036442,0.25789,-0.018323,-0.065836,0.060549,-0.06258,0.067157,0.057938,-0.023521,0.050909,-0.023147,0.074058,0.093678,0.059618,0.015361,0.031103,-0.28497,0.019182,-0.051879,0.049268,0.010774,-0.018347,-0.074138,-0.027571,-0.0019787,-0.014466,-0.028984,0.039625,0.037561,-0.038462,0.048324,0.02789,0.014471,0.021174,0.02865,-0.013665,0.014544,0.010986,0.0011187,0.012199,0.0084066,0.0023988,-0.004284,0.010457,0.015962,-0.0012169,0.0033864,-0.0039766,-0.0019863,0.0039865,0.0033111,-0.0035285,-0.0031719,-0.0093459,0.0093195,-0.0016024,0.0032963,0.0046367,0.00014432,0.098407,-0.20458
-0.24318,-0.1411,-0.0044971,0.058836,-0.084513,-0.053285,-0.010399,0.19944,-0.068051,0.076493,0.0026737,0.13269,-0.21978,0.10599,-0.10729,0.0039909,-0.078189,-0.0029203,0.037068,-0.23807,0.083359,-0.11235,0.039816,-0.10493,-0.0077897,0.084522,0.048454,-0.026758,-0.032169,-0.032785,0.063782,0.01288,-0.015102,0.067699,0.0036037,0.10601,0.015571,0.078253,0.039607,-0.054065,-0.064187,0.044649,0.062431,0.043093,0.047523,-0.066954,-0.062536,-0.028823,0.058174,-0.019505,0.020194,0.1407,-0.016393,-0.022324,-0.094274,0.070918,0.15969,0.073835,0.070531,0.11706,0.13851,-0.10339,-0.011836,-0.27417,-0.36651,0.19151,0.27942,0.0088436,0.035796,0.14619,0.20419,0.045936,-0.0040765,-0.24829,-0.012559,-0.077271,-0.061782,0.0051759,0.037423,0.026075,-0.010031,0.0023628,0.0084308,-0.0066519,-0.0032489,0.026599,-0.0039693,-0.014579,-0.010835,0.0053265,-0.011671,-0.010121,-0.0050209,0.11812,0.073451,0.038747
0.042848,-0.067323,0.17613,0.10513,0.18062,-0.022558,0.14628,-0.017613,-0.080963,0.22708,0.014587,0.15768,0.10243,-0.06091,0.0048337,-0.16215,0.0074991,0.0019183,0.0056747,0.08999,-0.091807,-0.03292,-0.055729,0.0079164,0.025012,0.0047839,0.10317,0.012174,-0.030428,-0.026306,0.0067577,-0.02875,0.033766,-0.16456,0.079021,-0.0044426,-0.12602,-0.032337,0.01449,0.0025901,0.067121,-0.14219,-0.077103,-0.0022191,-0.18156,0.023538,-0.15157,-0.12638,-0.15651,-0.00080863,-0.004127,0.59042,-0.053952,0.099386,-0.15167,-0.026287,0.040855,0.26177,0.055555,-0.044673,0.10002,0.047399,-0.03941,-0.047128,0.087059,-0.10483,-0.082878,-0.027832,-0.0015433,-0.031416,0.015922,-0.038287,-0.02399,0.0027194,-0.01294,-0.0053699,-0.0031604,0.01273,-0.012381,-0.027224,0.0040958,-0.006689,-0.00098595,0.00079442,-0.0020526,0.0019734,-0.0027028,0.005441,0.011382,-0.012544,-0.0040057,0.0043331,-0.00095496,-4.6324e-05,0.098482,-0.20409
-0.22546,-0.13024,-0.0012864,0.02673,-0.084952,-0.0607,0.014055,0.23068,-0.10133,0.093652,-0.03926,0.12231,-0.17747,0.14468,-0.041156,0.0083018,-0.042891,-0.031839,0.019807,-0.1933,-0.070725,0.013814,0.018425,0.012281,-0.13307,0.17386,-0.081932,0.17772,-0.11963,0.016234,-0.024482,0.094238,-0.23386,0.045467,0.042778,0.27328,-0.080159,-0.016021,0.027333,-0.19693,-0.019997,0.11886,0.14384,0.070954,0.17996,-0.11115,-0.027243,-0.024905,0.075778,0.084245,0.0018378,0.040491,-0.12656,0.036904,-0.0071721,0.0017727,-0.0089811,-0.012032,-0.014972,-0.092253,-0.037929,0.03714,0.031321,0.22572,0.26084,-0.10024,-0.24092,-0.033897,-0.042618,-0.1388,-0.16285,-0.0388,-0.0046229,0.2022,0.014849,0.052648,0.048526,0.00071605,-0.034542,-0.027035,0.028305,0.019317,-0.0050767,0.0080605,0.0024322,-0.0083529,0.0049242,0.018464,0.0042912,-0.015345,0.011462,0.0060219,0.0041739,0.13494,0.066861,-0.004758
0.051607,-0.056279,0.17923,0.094936,0.11004,0.082312,0.15275,-0.048166,-0.046941,0.1909,0.13184,0.15949,0.074173,-0.086064,0.036815,-0.060067,-0.011903,-0.06813,-0.023499,0.041679,0.087954,-0.029396,0.092257,-0.099679,-0.23413,-0.028442,0.15196,0.036537,-0.062577,0.046329,-0.034059,-0.13991,0.080222,-0.33918,0.26528,0.078164,-0.36525,0.12086,0.056702,-0.088552,0.034773,0.081936,-0.0072802,0.0036724,0.18603,0.064325,0.067496,0.011734,0.040574,-0.0062138,-0.026608,-0.3111,0.014845,-0.069882,0.08977,0.0046041,0.0048943,-0.21541,-0.028864,0.082325,-0.13781,0.0097143,-0.039674,0.0020292,-0.089145,0.072059,0.085923,0.024091,-0.017681,0.019306,0.012808,0.028277,0.012851,-0.0025568,0.0044455,-0.0063869,0.0063137,-0.010596,-0.0024702,0.011133,0.00050597,0.0050554,0.0010828,0.00012814,0.0012241,0.00040901,0.0065182,-0.00039739,-6.0727e-05,0.0013913,0.0006785,-0.0016673,-0.0047639,-0.002176,0.099316,-0.19858
-0.20224,-0.10061,0.0074147,-0.014721,-0.061196,-0.12216,0.0088932,0.23529,-0.12235,0.12169,-0.031279,-0.11683,-0.063971,-0.089873,-0.024137,0.015447,0.023496,-0.02074,-0.038948,0.046174,-0.13831,0.17613,-0.097512,0.23005,-0.12267,0.10126,-0.24448,0.12895,0.06409,0.09849,-0.18407,-0.037075,-0.013418,-0.075898,-0.0020177,-0.044655,-0.04205,-0.047874,0.093128,0.1993,0.061912,-0.15038,-0.12821,-0.013626,-0.2339,5.6627e-05,-0.019916,0.075345,-0.046091,-0.028041,0.0080064,-0.092054,-0.012746,0.12224,0.014688,-0.24812,-0.29599,-0.1146,-0.10634,-0.032064,-0.12249,0.13381,-0.1053,-0.11889,-0.078177,-0.074845,0.1627,0.096094,0.075507,0.18738,-0.040698,0.01047,0.030546,-0.054775,-0.0048764,0.0006544,-0.028216,-0.030677,0.015709,0.0021142,-0.010454,0.0087919,-0.0079608,-0.0047912,0.0096681,0.0013401,-0.0057625,-0.005828,-0.0055143,0.016951,-0.0047811,0.0033227,-0.00043078,0.15118,0.060496,-0.046772
0.051988,-0.045304,0.18447,0.030828,0.044015,0.17052,0.15775,-0.075523,-0.10296,0.10266,0.27276,0.078809,0.0082046,0.0030443,-0.087888,0.13353,-0.034121,0.051034,-0.074826,-0.061654,0.25575,-0.020009,0.22417,-0.067353,-0.3272,0.06072,-0.28329,-0.048369,0.022972,0.0072699,-0.15998,-0.26879,0.053536,0.12321,-0.22255,-0.080602,0.36873,-0.071746,-0.061632,0.10502,-0.074561,-0.040099,0.13432,0.048472,-0.093687,-0.075674,0.0098051,0.022607,0.052483,0.0094517,0.019085,-0.011914,0.0303,0.0081369,-0.0050238,0.021388,-0.010364,0.047357,0.019329,-0.033195,0.062614,-0.043495,0.051757,0.035597,0.042595,0.0074517,-0.054088,-0.020611,-0.014274,-0.042852,-0.017647,-0.0042032,-0.007658,0.010611,0.0039909,-0.0063382,-0.0008116,0.013296,0.0094088,0.0024872,0.002239,0.0034803,0.0053272,0.0035684,-0.0007693,-0.0020028,-0.0022796,0.0016844,0.0042897,0.0076724,0.0050506,-0.0062871,9.2629e-05,-0.0053486,0.10056,-0.19038
-0.17736,-0.1058,0.00043597,-0.060775,-0.04838,-0.047866,0.032897,0.24298,-0.12271,0.018149,-0.005729,-0.19914,0.08897,-0.11808,0.047971,0.053278,0.030902,0.011358,-0.05888,0.21623,-0.12882,0.12927,-0.025167,0.14958,-0.077956,-0.02044,-0.08984,0.058661,0.061009,0.076711,-0.085918,0.036305,-0.020529,-0.061441,-0.011337,-0.14507,-0.018578,-0.022769,-0.02524,0.016587,0.077859,0.0046292,-0.12883,-0.058254,0.053855,0.15405,0.077562,-0.031571,-0.070492,0.0064117,0.010006,-0.086483,0.12072,-0.18668,0.050006,0.23281,0.28581,0.11655,0.11446,0.052161,0.13826,-0.16765,0.12477,0.13647,-0.02074,0.13344,-0.12285,-0.12909,-0.12181,-0.2875,0.23825,0.021262,-0.074662,-0.085241,-0.0088056,-0.03903,0.018974,0.043957,-0.0036153,0.041076,-0.017639,-0.036261,0.014018,0.011557,-0.014437,-0.011403,0.0013241,0.00086016,0.002343,-0.0067048,0.0051676,-0.00041952,0.003595,0.168,0.053902,-0.090301
0.04397,-0.054467,0.18453,0.0516,-0.033995,0.27277,0.12315,-0.095092,-0.041661,0.0046137,0.085344,-0.025413,-0.062217,-0.03644,-0.03992,0.29306,-0.02679,0.017591,0.022555,-0.10484,0.02338,0.094156,0.096146,0.0099163,-0.029775,-0.0039645,0.11487,0.092091,-0.0046056,0.08362,0.23267,0.4465,-0.13457,0.34847,0.018698,-0.05308,-0.008021,-0.083768,0.092648,-0.13573,0.17079,0.0405,-0.26402,-0.17255,-0.0017596,0.20451,0.055329,-0.066331,-0.10592,-0.0039824,-0.047185,-0.0035791,0.028524,0.044334,0.056458,-0.096871,-0.098937,0.0020697,-0.013635,0.013057,-0.010798,0.0049301,-0.0035237,-0.02448,-0.023539,-0.0031729,0.047914,0.013142,0.013514,0.033817,-0.0023674,0.0063791,0.0095404,-0.01366,-0.00061926,0.0017814,-0.0043067,-0.01169,-0.0017909,0.0079698,-0.011406,-0.013213,-0.00093325,-0.0025187,-0.0012418,-0.003401,0.0014078,-0.0057531,-0.0070664,-0.0010011,0.000918,-0.00087444,0.00084218,-0.01239,0.10332,-0.17216
-0.11457,-0.091484,-0.0010763,-0.10745,-0.020383,-0.052945,0.03613,0.20204,-0.099932,-0.071308,0.027325,-0.17244,0.19992,-0.2156,0.092439,0.082828,0.057192,0.0045127,-0.056617,0.20169,0.069065,0.039884,0.014826,-0.038153,-0.026249,-0.1769,0.064808,-0.083508,-0.011533,0.021489,0.13896,0.02118,0.074228,0.040577,-0.037448,-0.11076,0.090988,0.12212,-0.069548,-0.21784,-0.065147,0.071092,0.1658,0.019543,0.17312,-0.022793,-0.0068746,-0.0077164,0.054937,0.00099122,-0.020014,0.1155,0.0015954,-0.0095967,0.018042,0.1776,0.045166,0.044268,0.047454,0.024273,0.0081814,0.011514,-0.017493,-0.17334,0.05561,-0.071734,0.098741,0.10026,0.14786,0.32678,-0.37087,-0.052408,0.10557,0.19172,0.010838,0.05975,0.0037886,-0.04435,-0.00040667,-0.044463,0.012032,0.018763,-0.0034735,-0.011407,0.0018506,0.0032682,0.0012775,7.1783e-05,0.0082769,-0.015071,-0.0012205,-0.014708,-0.0046357,0.18211,0.048374,-0.12679
0.031494,-0.045552,0.16406,0.046754,-0.12308,0.28244,0.079082,-0.12508,-0.02644,-0.014188,-0.036048,-0.1363,-0.10326,-0.02353,-0.056964,0.27508,0.026143,0.03869,0.028359,-0.071954,-0.15236,0.114,-0.13367,0.11994,0.21291,0.044548,0.0075602,0.050246,0.048363,-0.022501,0.056005,0.14636,0.10151,-0.096072,0.075714,-0.020484,-0.13829,0.028929,-0.047658,0.22108,-0.21034,-0.10441,0.16389,0.19363,-0.14229,-0.27644,-0.18602,0.10064,0.16638,-0.059695,0.018645,-0.043032,-0.04793,-0.10948,-0.13932,0.21552,0.21998,-0.14027,-0.026426,0.019352,-0.058256,0.02646,-0.043044,-0.015919,0.03212,-0.042958,-0.027144,0.0021487,0.00021674,-0.0081486,-0.0085287,-0.012424,0.0035464,0.018757,-0.009168,0.020837,-0.0059935,-0.011977,-0.014157,-0.022261,0.013329,0.011807,-0.0031362,-0.002347,0.0022781,-0.0023802,0.0019637,0.0054018,0.0079857,-0.008526,0.0046784,0.0046047,-0.0010372,-0.022498,0.10728,-0.14601
-0.035093,-0.075155,0.004981,-0.13904,-0.011667,-0.050057,0.0077062,0.15639,-0.047139,-0.1985,0.091988,-0.06303,0.2067,-0.15682,0.099629,0.091593,0.047747,0.012652,-0.019761,0.10987,0.13992,-0.062037,0.038358,-0.16026,0.11778,-0.10882,0.089267,-0.088727,-0.051659,-0.073948,0.10757,0.031568,0.056084,0.086393,0.039394,0.11482,0.027818,0.0013754,-0.0033337,-0.055254,-0.071329,0.089326,0.14592,0.045906,-0.049526,-0.11948,-0.077993,0.0029817,0.10682,0.01714,-0.03195,0.045547,-0.11295,0.13447,-0.077818,-0.21548,-0.20137,-0.14967,-0.12011,-0.067949,-0.087411,0.14424,-0.12063,0.083013,0.012482,-0.075543,-0.082565,-0.027552,-0.11084,-0.23376,0.3831,0.036545,-0.079983,-0.23645,-0.02633,-0.059576,-0.049626,0.015983,0.0071115,0.0086618,0.004427,0.0081684,-0.0031125,-8.8844e-05,0.013291,0.0094591,0.013337,0.0020915,0.0011761,0.015885,-0.00055524,0.0079538,-0.0028221,0.19192,0.044531,-0.15216
0.027268,-0.010421,0.1431,0.049776,-0.24446,0.22768,-0.011308,-0.064436,0.003197,-0.050462,-0.042913,-0.15457,-0.073062,-0.055936,-0.087317,0.090588,0.021396,0.04938,0.023838,-0.068294,-0.12751,-0.025494,-0.25182,0.048846,0.19592,0.020133,-0.098667,-0.071869,0.058455,-0.087662,-0.11523,-0.19415,0.12853,-0.14741,0.012839,0.10447,-0.011291,0.13093,0.050405,-0.067626,-0.085207,0.12756,0.097891,-0.036671,0.32692,0.093778,0.17745,-0.03745,-0.037568,0.056323,0.0097424,0.011108,0.031981,0.12523,0.15955,-0.21541,-0.25486,0.28836,0.06961,-0.073431,0.22624,-0.055498,0.054436,-0.044478,0.006838,-0.011379,-0.015001,-0.031329,0.0023972,0.0038148,0.032393,-0.015337,-0.016048,-0.041134,0.0033289,-0.022429,-0.01389,0.019471,0.015286,0.00041957,-0.011506,-0.0098336,0.004773,0.00090037,-0.0066747,-0.0037698,-0.0071684,-0.0026446,0.0051906,-0.0015336,-0.0049371,-0.0090205,-0.0040098,-0.034383,0.11194,-0.11527
0.039261,-0.052155,0.015255,-0.16241,-0.011633,-0.0037646,-0.010152,0.089015,0.0058467,-0.32888,0.085088,0.092595,0.15711,0.0073729,0.076967,0.070507,-0.013403,0.042056,0.037452,-0.10558,0.092562,-0.09935,-0.0044745,-0.15363,0.21579,0.04988,-0.019668,0.013673,-0.0357,-0.090459,-0.13549,-0.025394,-0.013805,-0.056975,0.084803,0.22886,-0.075833,-0.15826,0.11642,0.24077,0.074944,0.0051267,-0.15475,0.0090598,-0.17676,-0.02305,-0.020583,-0.0096926,-0.099614,0.015538,0.044093,-0.043319,0.039577,0.013387,-0.059586,-0.14476,0.066199,0.049267,0.035041,0.077658,0.04936,-0.18587,0.13499,0.084573,-0.1375,0.25702,0.039182,-0.026951,-0.010339,0.00053421,-0.273,0.008457,0.04637,0.26245,0.076231,0.04463,0.093646,0.0026857,-0.012397,0.018503,0.0052183,-0.0033806,-0.0053777,0.0075558,-0.016643,-0.0094827,-0.015193,-0.0052211,-0.013523,-0.0013242,-0.0055818,0.0096252,0.010489,0.19987,0.041416,-0.17272
0.020355,0.015469,0.1179,0.049035,-0.34876,0.13091,-0.098657,-0.0024538,0.032824,-0.014837,-0.11085,-0.13721,0.015781,-0.066696,-0.024848,-0.13779,0.017169,0.028997,0.043039,-0.075606,-0.066686,-0.15832,-0.20237,-0.064277,-0.012211,-0.010061,-0.075683,6.285e-05,-0.041181,-0.021266,-0.049516,-0.27707,-0.038673,0.044388,-0.074601,0.011147,0.16021,-0.031056,0.014522,-0.23622,0.18402,0.047209,-0.045819,-0.12964,-0.094278,0.11275,0.032407,-0.088605,-0.082851,0.0093939,-0.02071,0.19238,-0.030347,-0.05354,-0.12506,0.07525,0.19041,-0.26966,-0.05982,0.12711,-0.4057,0.080781,-0.079109,0.096708,-0.040525,0.086533,0.052495,0.04628,-0.030214,-0.029501,-0.0041726,0.040471,0.02171,0.026711,0.00189,0.0060155,0.047779,-0.0024176,-0.00040276,0.016046,0.012553,0.0080965,-0.0058301,0.007103,0.0081991,0.010231,0.013845,0.0049482,-0.018312,0.0091019,-0.006651,0.0079522,0.0042662,-0.047971,0.11726,-0.080115
0.062259,0.0085052,0.025723,-0.17266,-0.0044795,0.057634,0.010046,-0.010429,0.01513,-0.31411,-0.11378,0.19629,0.13228,0.12006,0.058297,-0.036848,-0.027283,0.013515,0.039351,-0.26098,-0.017612,-0.073597,-0.023161,-0.004393,0.00033709,0.08749,-0.0074155,0.036756,-0.02637,0.026039,-0.029035,-0.088425,-0.18447,-0.13477,-0.057482,-0.0011254,-0.02145,-0.030623,-0.15278,-0.028603,0.075608,-0.15418,-0.11766,-0.033996,0.00060573,0.054297,0.043527,0.055017,-0.053225,-0.0032528,0.047845,-0.086458,0.037624,-0.056716,0.17207,0.27394,0.024245,0.013751,0.0039415,-0.12208,0.0020152,0.077032,0.072113,-0.13065,0.22053,-0.31469,0.033368,0.02979,0.087393,0.15392,0.077308,-0.013494,-0.00087972,-0.30297,-0.12443,-0.024711,-0.075743,0.033236,0.018489,-0.011639,-0.011576,-0.0094574,0.022263,0.0017444,0.0092973,-0.0016991,0.0016412,0.0127,0.0099189,0.0040498,0.0082629,-0.009839,0.0010979,0.20351,0.039986,-0.18216
-0.0010688,0.017872,0.11119,0.010692,-0.37025,0.04464,-0.1223,-0.017719,0.086561,0.1091,-0.24822,-0.096863,0.11618,-0.096019,0.095524,-0.25856,0.021833,-0.075992,0.056932,0.026909,0.028052,-0.11003,-0.010338,-0.16977,-0.24634,-0.028881,0.13169,0.0941,-0.066073,0.082013,0.12121,0.012567,-0.049312,0.04736,0.049515,-0.066525,0.0093687,-0.071327,0.0045125,-0.0089987,0.07813,-0.00047909,-0.032167,0.057984,-0.222,-0.16788,-0.1487,-0.0039037,0.10034,-0.025803,0.012882,-0.21402,0.0081702,0.030753,-0.052651,-0.011809,-0.11029,-0.0053608,-0.055229,-0.067812,0.45932,-0.099892,0.088539,-0.020405,-0.038235,-0.050092,-0.076899,-0.049974,0.028037,0.0059634,-0.04739,-0.02112,-0.026647,0.01926,0.010446,0.0070462,-0.044411,-0.0075586,-0.016419,-0.0090411,-0.0080782,-0.0012042,0.0093461,-0.009159,-0.0015678,-0.0081289,-0.017238,-0.012397,0.0089284,-0.0058082,0.011548,0.00426,-0.0085791,-0.063916,0.12351,-0.038869
0.037586,0.065167,0.034387,-0.15803,0.0082228,-0.015158,-0.0095865,-0.10524,0.031003,-0.20274,-0.27127,0.18332,0.0090277,0.037788,-0.0391,-0.11896,-0.0052305,-0.032339,-0.013645,-0.13467,-0.032166,0.056441,-0.012146,0.13483,-0.19873,0.085309,0.063518,-0.011834,0.033235,0.10291,0.11444,0.024823,-0.0099377,0.031149,-0.098492,-0.26435,-0.042475,0.15281,0.00064293,-0.041093,-0.18665,-0.22735,0.14581,-0.0094068,0.068142,0.063264,0.070466,0.059819,0.048756,-0.060726,0.036423,0.04676,0.055915,-0.0174,-0.034393,-0.086856,-0.11045,0.10382,0.043371,0.11552,-0.031021,0.085028,-0.24503,0.089047,-0.16169,0.21029,-0.058074,0.0017976,0.00034173,-0.074177,0.16215,0.00064173,-0.029694,0.31883,0.1383,-0.0021688,0.030138,-0.053051,-0.014458,-0.0033047,0.0096276,0.01772,-0.029566,-0.0094783,0.0047104,0.0088312,0.00056052,-0.0041369,-0.011573,-0.00037708,-0.0091969,0.012336,-0.0038139,0.19891,0.041791,-0.17025
-0.020801,0.014886,0.13253,-0.024469,-0.3489,-0.045467,-0.15446,0.013694,0.043076,0.099256,-0.047906,0.022501,0.12101,0.0016706,0.0034759,-0.17368,0.0064178,0.026537,-0.004175,0.13631,0.15268,-0.0031448,0.19816,-0.061975,-0.051556,0.020892,0.0087781,-0.057403,0.00095107,-0.099181,-0.062523,0.18822,-0.041236,0.14617,-0.052585,0.011974,-0.18032,-0.068522,0.0096137,0.33741,-0.14833,-0.0050155,0.00086553,0.10044,0.15498,-0.021055,-0.030218,0.052502,-0.0652,0.042147,0.0016973,0.040476,-0.0158,-0.094493,0.22327,-0.089797,0.092016,0.28502,0.16284,-0.011077,-0.37252,0.054841,-0.016328,-0.037519,0.13562,0.0082157,0.074259,0.040006,-0.01273,0.024113,0.029834,-0.002283,0.039187,-0.069983,-0.025536,-0.003288,0.031651,0.023058,0.029934,-0.0055243,0.0068175,0.0021199,-0.0035924,0.0046881,-0.0046742,0.0048098,0.0085691,0.013735,0.0027618,0.0043056,-0.0093534,-0.013124,0.0079272,-0.079591,0.12965,0.0016825
-0.037613,0.083796,0.038718,-0.13174,0.014787,-0.046192,-0.042714,-0.16817,0.0723,-0.088014,-0.18527,0.15918,-0.16896,-0.019901,-0.14836,-0.091739,-0.024276,-0.0193,-0.03082,0.096682,-0.0038627,0.18196,0.036708,0.16931,-0.11628,-0.046734,0.11519,-0.12393,0.093411,0.0027511,-0.065747,0.0073336,0.10194,0.047609,0.02405,-0.089791,0.058245,0.015371,0.04402,0.073966,-0.015998,0.17635,0.010829,-0.051524,0.11511,0.019465,0.0026196,-0.043917,0.019225,0.018682,-0.049194,0.071216,-0.16069,-0.022784,-0.12431,-0.25199,0.21839,-0.15534,-0.1174,-0.10657,0.045816,-0.065954,0.15763,0.0079505,-0.045578,-0.044188,0.01876,-0.015759,-0.16093,-0.10425,-0.35464,0.0008628,0.032682,-0.31901,-0.13035,0.039144,-0.050537,0.0026464,-0.017446,0.0092536,-0.0024958,-0.010286,0.0034185,-0.0013588,-0.0090666,-0.0018951,-0.0096345,-0.0047134,0.014705,-0.0015084,0.0085961,0.0012614,0.001296,0.19057,0.045057,-0.14869
-0.026667,-0.013527,0.15643,-0.015507,-0.24555,-0.18336,-0.13593,-0.047225,0.021628,0.070914,0.0059165,0.1504,0.14206,0.087981,-0.0033337,0.031319,-0.0053851,0.05587,-0.0048706,0.056363,0.11803,0.14011,0.25543,0.056677,0.17313,0.028237,-0.11961,-0.08166,0.044584,-0.098746,-0.15659,0.21658,0.043836,-0.11968,-0.014604,0.089779,0.0020839,0.071577,-0.078455,-0.00093449,-0.05473,-0.14852,0.013598,-0.046088,0.11369,0.19189,0.20558,0.060546,-0.096588,0.0054923,-0.017151,0.12464,0.04005,0.16492,-0.21618,0.25072,-0.12086,-0.33777,-0.15046,0.014667,0.207,-0.02275,0.0016092,0.01889,-0.055611,-0.032962,-0.027321,-0.01203,0.029109,0.0044528,0.016881,0.0063645,-0.033308,0.069271,0.02457,-0.017578,-0.00060366,-0.0029872,-0.010393,0.017277,-0.0092399,-0.0063544,-0.0013353,0.00039956,0.0024947,-0.0015344,0.0019883,-0.0074388,-0.0029998,0.0031905,0.0046006,0.0045348,-7.5154e-05,-0.09258,0.13474,0.035284
-0.11627,0.096528,0.035629,-0.098065,0.024287,-0.031135,-0.061926,-0.20558,0.10976,-0.024545,-0.049186,0.10161,-0.26759,-0.032126,-0.17604,-0.044372,-0.0064965,-0.021788,-0.018106,0.21572,0.028029,0.13063,0.014134,0.053573,0.0093031,-0.12839,0.024138,-0.086842,0.025447,-0.048901,-0.11881,-0.049052,0.048609,0.051631,0.092325,0.14919,0.075991,-0.11639,0.01824,0.011294,0.15992,0.28267,-0.10908,0.019934,-0.034162,-0.1009,-0.1004,-0.063044,-0.0022014,0.051865,-0.050013,-0.061121,0.011495,0.0090806,-0.035586,0.13422,-0.022312,0.009315,0.039163,0.028102,-0.018751,-0.021505,0.031491,-0.068314,0.14677,-0.07818,-0.0019843,-0.012045,0.24255,0.19544,0.38852,-0.0088866,-0.051549,0.29232,0.10968,-0.051105,0.079603,0.03371,0.040716,0.00019739,-0.015783,-0.0084559,0.009201,0.0080122,0.0026058,-0.0075488,0.0062199,0.0044285,-0.0080828,-0.0009945,0.00016843,-0.012255,-0.0041843,0.18041,0.049039,-0.1224
-0.028998,-0.05108,0.17404,-0.0010264,-0.12389,-0.29327,-0.096429,-0.10614,0.0051951,0.027094,-0.0035391,0.20503,0.11853,0.076549,0.020757,0.22466,-0.0048573,0.042324,0.013467,-0.017294,0.022888,0.21935,0.11166,0.13248,0.20251,-0.057691,-0.018915,0.0042973,-0.035721,0.061559,0.031845,-0.04186,0.037439,-0.17627,0.057668,0.0022272,0.17829,0.072283,-0.01059,-0.3686,0.17391,-0.062778,0.057382,-0.058226,-0.23712,-0.13663,-0.081514,-0.048037,0.11545,-0.083464,0.043648,-0.14969,-0.019868,-0.15135,0.18138,-0.22252,0.12536,0.21457,0.073764,-0.016376,-0.0689,0.028957,-0.027268,0.0098207,-0.024844,0.043487,-0.013747,-0.0083096,-0.013812,-0.0044367,-0.013278,-0.0066865,0.0086519,-0.025873,-0.0093388,0.017186,-0.010426,-0.0070749,-0.011719,-0.016355,0.010873,0.011974,-0.0012101,-0.00084345,0.0014146,0.00088469,-0.0025757,0.0014738,-0.0029673,-0.0061452,-0.00071557,0.0047861,0.0018139,-0.1038,0.13914,0.064317
-0.17894,0.10883,0.019712,-0.05262,0.04905,-0.023139,-0.052724,-0.24,0.1242,0.021874,0.032522,-0.021657,-0.22898,0.0012295,-0.10836,-0.012844,0.024709,-0.032935,-0.0090551,0.26086,-0.0019985,-0.085735,-0.022096,-0.14674,0.062103,-0.069917,-0.12522,0.076858,-0.08646,-0.010915,0.041166,0.050309,-0.061755,-0.01342,-0.010187,0.13357,-0.029806,-0.0042304,-0.08607,-0.10584,0.038068,-0.11334,0.030566,0.074342,-0.12906,-0.025807,-0.021916,0.029659,-0.016953,0.025182,0.033848,-0.016409,0.18275,0.079862,0.12086,0.31312,-0.30093,0.11949,0.11727,0.11108,-0.064848,0.058867,-0.12604,0.032327,-0.12316,0.096718,0.039679,0.043905,-0.22994,-0.205,-0.26336,-0.0089724,0.062085,-0.17856,-0.05677,0.015755,-0.059364,-0.030242,-0.031422,-0.0032052,0.010093,0.0086125,0.0010951,-0.0036457,0.0039469,0.012669,0.0054701,-0.0040831,0.0031272,0.0026559,-0.0061243,0.0034162,-0.007127,0.16603,0.054675,-0.085196
-0.040773,-0.060475,0.19403,0.0021081,-0.036166,-0.30592,-0.054301,-0.084421,-0.0033494,-0.074805,0.079068,0.091873,0.047414,0.098603,0.03029,0.27743,-0.023393,0.0065298,-0.0033613,0.070615,-0.12072,0.036931,-0.12107,0.03345,-0.011436,-0.069316,0.14117,0.10131,-0.073555,0.25151,0.29529,-0.44313,-0.19785,0.13365,-0.010298,-0.042676,-0.062108,-0.1326,-0.0089567,0.25796,-0.15883,0.14894,-0.10117,0.045818,0.13943,0.082844,-0.026041,0.01149,-0.022315,0.068454,-0.016947,0.046429,0.012618,0.056563,-0.093322,0.096107,-0.085343,-0.032417,0.0016081,-0.0028244,0.010626,-0.0022309,0.003343,-0.0076162,-0.022663,-0.010022,0.032179,0.0061967,-0.030568,-0.033628,-0.011163,0.00040077,0.013045,0.012119,0.0036754,0.00075661,-0.0013948,-0.015436,-0.0032355,0.0070959,-0.011545,-0.014172,-0.00024264,-0.0019577,-0.00090958,-0.0041656,-0.0059142,0.0028676,0.0038865,0.003098,0.00050971,-9.7356e-06,-0.0010348,-0.1131,0.14279,0.088367
-0.20238,0.099201,-0.0010868,-0.011583,0.061911,-0.095239,-0.072609,-0.22461,0.12324,0.08945,0.1367,-0.11247,-0.10405,-0.07168,-0.051673,0.029771,-0.0031713,0.0049125,0.028533,0.13246,0.082626,-0.16503,-0.085226,-0.23932,0.097467,-0.022908,-0.17972,0.21969,-0.1459,0.087837,0.13079,0.00022683,-0.071792,-0.0014263,-0.055071,-0.010562,-0.083374,0.070691,0.057171,-0.009273,-0.14892,-0.28537,0.067183,-0.078087,0.020675,0.12512,0.15391,0.098641,-0.060512,-0.092498,0.051862,0.015695,-0.074709,-0.099307,0.025606,-0.28102,0.28035,-0.094866,-0.10598,-0.084825,0.086224,-0.051944,0.072378,0.041937,0.11451,0.0089162,-0.10852,-0.047181,0.17103,0.18507,0.09169,0.01348,-0.047569,-0.0068396,-0.019183,0.013111,-0.0015804,0.03396,0.0056187,-0.015555,0.016351,0.0044249,-0.0041023,0.0042675,0.00087942,-0.0023098,-0.0078458,0.007424,0.0034349,-0.003094,0.0046074,0.005789,0.012608,0.14922,0.061262,-0.041718
-0.047609,-0.052741,0.18246,0.020898,0.043426,-0.23961,0.035561,-0.084396,-0.071057,-0.26263,0.13519,-0.057537,-0.047481,0.087918,-0.06561,0.13236,0.0032018,0.023312,-0.11318,0.092635,-0.16613,-0.26993,-0.16858,-0.046662,-0.25783,0.072233,0.044261,-0.29252,0.13842,-0.22421,-0.19399,0.12852,-0.025866,0.088451,-0.23019,-0.12979,-0.32521,0.065724,0.030708,-0.14052,0.14799,-0.026176,-0.0027757,0.064833,-0.067017,-0.12989,-0.025557,0.0005746,-0.00016411,-0.016073,0.015184,0.0025313,-0.028001,0.0081833,0.067208,-0.025589,0.011351,-0.067495,-0.041471,0.015437,0.062259,-0.031595,0.026441,0.025142,0.021959,0.0098041,-0.037907,-0.003637,0.041957,0.043445,-0.0036369,0.0069604,-0.016319,-0.0024907,0.0016482,-3.7281e-05,0.00047936,0.014307,0.002076,0.0037238,0.0059456,0.013965,0.0041745,0.0031881,-0.0017799,0.0015602,0.0023483,-0.0049065,-0.00061771,0.00034115,-0.0057948,0.002492,-0.0022307,-0.11957,0.14532,0.1051
-0.22695,0.12996,-0.0058763,0.032714,0.08044,-0.028695,-0.038343,-0.22562,0.092601,0.085652,0.10002,-0.12182,0.2031,0.035562,0.10205,-0.035614,-0.0054912,0.042817,0.037342,-0.17649,0.040545,-0.12955,0.040352,-0.037012,0.12472,0.14185,-0.16648,0.090759,0.065388,0.059626,-0.028564,0.11097,-0.045765,-0.17467,-0.13784,-0.30085,-0.016837,0.048758,0.031209,0.0045266,0.075976,0.25772,-0.096404,0.02302,0.11371,-0.048277,-0.13352,-0.047574,0.098249,0.089151,-0.032874,0.026049,-0.13562,0.0050338,-0.01172,-0.00065047,0.00077856,0.0068789,-0.0072774,-0.093221,-0.031325,0.035146,0.082546,-0.12957,-0.16517,-0.25273,0.20748,0.035332,-0.15272,-0.21352,0.03568,0.00035299,0.043563,0.20985,0.090537,-0.03953,0.067575,-0.03319,0.0082802,0.029585,-0.030697,-0.0094616,-0.0084948,-0.009011,0.0084083,-0.0029173,0.0026758,-0.0025248,-0.005087,0.013502,-0.0033271,-0.004332,-0.010899,0.13283,0.067686,0.00068955
-0.049269,-0.058355,0.19623,-0.038529,0.11223,-0.14818,0.087172,-0.063576,-0.019889,-0.22829,-0.039356,-0.18557,-0.07418,0.053503,0.060121,-0.049727,0.015728,-0.073907,-0.025447,-0.026572,-0.058,-0.12093,-0.062185,-0.12382,-0.2122,-0.0095622,0.034583,0.12269,-0.013069,0.0074518,-0.061227,0.2464,0.096241,-0.1976,0.25806,0.098873,0.35589,-0.024658,-0.02078,0.078303,-0.071685,-0.056615,0.023023,-0.10239,0.077157,0.10899,0.083731,-0.016549,0.050452,-0.048198,-0.032008,-0.1341,0.0038633,0.012183,-0.39621,-0.0020657,-0.0068287,0.22227,0.072079,-0.042881,-0.16944,0.019229,0.031153,-0.042045,0.060205,-0.059973,0.06002,0.019042,-0.01369,-0.0046106,0.019711,0.0013099,0.028338,-0.022399,0.002274,-0.004754,-0.00083579,-0.0090841,0.012543,-0.0029853,0.001397,-0.0032982,-0.0091277,-0.0040425,0.0053683,0.00099747,0.0037064,-0.0048086,-0.0021242,0.0024041,-0.0027238,0.0016066,0.0082616,-0.12209,0.14631,0.11163
-0.24417,0.13761,-0.013791,0.066252,0.085298,-0.037976,-0.0087885,-0.19825,0.060324,0.097101,0.043113,-0.12339,0.23405,-0.046035,0.13283,-0.020979,0.023288,0.029515,0.050442,-0.28218,0.011173,0.055768,0.028472,0.099135,0.02166,0.098559,0.063437,-0.024413,0.049192,-0.011425,-0.044607,0.0078898,0.052767,-0.0106,-0.004004,-0.091969,0.0031572,-0.044659,0.072983,0.033854,0.035031,0.14243,-0.020483,0.031297,0.054201,-0.070154,-0.047859,-0.081256,0.00066315,0.042561,-0.042211,-0.0094314,0.020461,0.066711,-0.13006,0.073071,-0.139,0.021752,0.060279,0.14868,-0.045146,-0.045468,-0.11572,0.17763,0.19399,0.37944,-0.25106,-0.028675,0.17198,0.24313,-0.04245,0.0044935,-0.044176,-0.281,-0.09462,0.060535,-0.088648,0.036553,-0.028105,-0.0079217,0.01785,-0.006042,0.019312,0.010691,-0.017037,-0.0042342,-0.010269,-0.0016542,0.0037499,-0.0095543,0.0039516,0.0018325,0.0029716,0.11605,0.074262,0.044099
-0.041244,-0.066449,0.19606,-0.048545,0.18127,-0.06077,0.13278,-0.029214,-0.056713,-0.18332,-0.15291,-0.2004,-0.065262,0.015808,0.0022558,-0.15539,0.005473,0.021123,0.030401,-0.091348,0.08004,0.06794,0.042736,-0.022185,-0.014588,-0.041395,-0.034465,0.10042,-0.058295,0.039812,-0.0056514,0.073995,0.06124,-0.089329,0.12759,0.027836,0.17374,-0.086625,0.013088,0.098708,-0.040883,0.13244,0.059894,-0.014945,0.024504,-0.014521,-0.14895,0.10005,-0.14655,0.091645,0.065744,0.24354,-0.01187,-0.043054,0.56569,0.023918,0.03631,-0.24734,-0.075291,0.028548,0.12562,0.047115,-0.10502,0.039658,-0.10383,0.074456,-0.051117,-0.022679,0.02728,0.010821,0.009471,0.0091737,-0.038434,0.027141,-0.0060015,0.0020652,-0.0018738,0.0087131,-0.023133,-0.0045772,0.0011837,-0.0037298,0.0017665,0.0048416,-0.005289,-0.0025685,-0.0057095,0.00057414,-0.0071759,-0.0070062,0.014015,-0.00058468,-0.0022679,-0.12378,0.14697,0.116
-0.2768,0.14862,-0.01597,0.1024,0.073204,0.0041866,0.01021,-0.16003,0.04485,0.076822,0.057746,-0.15551,0.15496,-0.15086,0.11169,0.0016306,0.038993,-0.0027508,0.018601,-0.2239,-0.05499,0.14504,-0.018424,0.16337,-0.13294,-0.0056074,0.28952,-0.18766,-0.01886,-0.18468,-0.080695,-0.14818,0.0010281,0.25609,0.094869,0.35405,0.0048197,-0.060393,-0.084181,-0.010911,-0.074859,-0.24158,0.053898,-0.032079,-0.068188,0.066775,0.096527,0.0412,-0.037388,-0.082564,0.036604,-0.011533,0.07275,-0.066619,0.094307,-0.0062006,0.074519,0.0042228,-0.022428,-0.051752,0.038384,0.024232,0.038853,-0.066978,-0.071971,-0.17355,0.10974,0.011584,-0.092423,-0.13081,-0.0024515,-0.0042842,0.01538,0.12535,0.034652,-0.02699,0.037942,-0.018253,0.019802,-0.0032146,-0.00052927,0.0093611,-0.0096691,-0.0051502,0.0056834,0.0035258,0.0081324,-0.0010935,-0.0062993,-0.002503,0.00073004,3.8518e-05,0.0035759,0.098065,0.08131,0.090625
-0.035677,-0.064941,0.2144,-0.05846,0.2275,0.055505,0.146,0.055823,-0.093403,-0.16076,-0.18215,-0.25693,-0.088264,-0.0099434,-0.097347,-0.28806,-0.002705,0.068438,0.053251,-0.031586,0.26243,0.16825,0.21439,0.084155,0.24427,-0.029818,-0.13014,0.015028,-0.084363,0.018582,0.055935,-0.2108,-0.059821,0.16654,-0.15288,0.012837,-0.3032,0.10217,0.016535,-0.10336,0.065658,-0.062927,-0.056446,0.064551,-0.030054,-0.019051,0.055265,-0.090462,0.064901,-0.03303,-0.058493,-0.12674,0.0054637,0.013598,-0.22546,-0.014006,-0.012691,0.066906,0.028951,-0.0032873,-0.014951,-0.036881,0.059466,-0.022777,0.050728,-0.035935,0.017976,0.0098863,-0.02759,-0.018331,-0.012759,-0.013283,0.014876,-0.011555,-0.003163,-0.0036396,0.0049653,6.9323e-05,0.016239,0.0021902,-0.00239,0.0038077,0.003752,-0.0041627,0.0013792,0.0049202,0.0051879,0.0045961,0.0053872,0.002332,-0.0055106,-0.0064894,-0.0038079,-0.12355,0.14688,0.1154
-0.060249,-0.29171,-0.093204,0.072671,0.017154,0.18313,0.052423,-0.12329,0.042878,-0.0059338,-0.12729,0.027687,0.099527,0.044582,-0.0081352,0.01781,-0.19243,-0.16566,-0.06651,0.04497,-0.21699,-0.13346,0.22326,0.023832,0.074091,-0.33855,-0.0255,0.0099321,0.043933,-0.040807,-0.16805,-0.038971,-0.066238,-0.04314,-0.11453,-0.0061676,-0.0065779,-0.28298,-0.00033825,-0.11385,-0.12424,-0.11135,-0.043047,-0.0091935,0.096253,0.16595,-0.20706,0.1279,0.15895,0.048663,0.070663,0.00037595,-0.097279,-0.070402,-0.047107,-0.14083,-0.069841,-0.06056,0.083224,0.22478,0.030568,-0.046196,-0.022874,0.02633,0.059292,-0.022601,0.094335,-0.094264,0.011372,0.010633,-0.0024577,-0.18125,-0.017181,-0.0059345,-0.0055451,0.0040289,-0.046834,0.023136,0.01422,0.012775,0.0091217,0.034593,-0.015824,-0.044865,-0.036609,-0.019198,0.022464,0.00022475,-0.019451,-0.0001953,0.01493,-0.013127,0.0011924,0.082847,0.087274,0.12999
0.044737,0.0070445,-0.027069,0.2659,0.078803,0.0071584,-0.20144,0.041698,-0.0055974,-0.089466,0.0027921,-0.028887,-0.24692,-0.052759,0.38084,-0.020858,-0.20244,0.11576,-0.058267,0.03478,0.040685,0.18508,0.019016,-0.10667,0.018836,-0.072152,0.23172,0.10593,0.1374,-0.051668,-0.10734,0.002372,-0.24199,-0.16461,-0.31502,0.051058,0.077441,0.11836,0.16045,0.051114,-0.037367,-0.019517,0.10841,-0.069547,-0.048264,0.011132,-0.056564,0.030123,-0.00030349,0.070551,-0.29786,0.0016409,0.10617,-0.041427,0.017104,0.0042602,-0.01694,0.040704,-0.10552,0.039439,-0.0081656,0.0010257,0.018745,-0.0092915,0.014184,-0.0049316,-0.015228,-0.048323,-0.11939,0.084667,0.023386,0.059393,-0.015428,0.016039,0.0047507,0.032282,-0.010749,0.0052169,-0.017493,-0.01657,-0.038956,0.012317,-0.0032092,0.0016519,0.0058627,0.012134,-0.0016422,0.0064833,0.001959,-0.0056052,-0.0027118,0.0034625,-0.0091259,-0.021294,0.10681,-0.14913
0.0082842,-0.24516,-0.089644,0.069074,0.0059718,0.082116,-0.0063298,-0.11745,0.054636,-0.063343,-0.036032,0.064419,0.14761,-0.1227,-0.098516,-0.005407,-0.24935,-0.15984,-0.037901,0.01051,-0.1728,-0.078618,0.13704,0.031515,0.00039482,-0.097968,-0.10615,0.045954,-0.056132,-0.0043014,0.00047995,-0.0094445,0.036953,0.06043,-0.017233,0.055166,-0.02519,0.11356,0.083745,0.11488,0.033508,0.067178,0.038041,-0.12259,-0.014419,-0.12088,0.08614,-0.091721,-0.070927,-0.050236,-0.068934,-0.017632,0.047483,-0.0043812,0.0059339,0.074078,0.049399,0.065033,-0.03308,-0.14292,0.002659,0.081157,-0.041708,-0.089766,-0.13465,-0.028765,-0.27139,0.26036,-0.011367,0.026128,-0.015176,0.43667,-0.013838,0.0014961,0.0010637,0.045999,0.066567,-0.054204,-0.051529,-0.038847,-0.051865,-0.063219,0.0044905,0.25948,0.18778,0.058734,-0.008505,-0.036348,0.0081212,-0.013536,-0.013617,-0.011484,-0.011819,0.076436,0.089786,0.14658
0.035274,0.0087051,-0.08767,0.22128,0.089924,-0.012663,-0.21375,-0.029371,-0.13587,-0.055628,-0.080151,-0.026356,-0.10242,-0.014244,0.17928,-0.0039362,-0.033697,-0.067781,-0.09639,0.015667,0.071564,0.05223,0.04277,0.0038997,0.0017035,-0.0088196,-0.14125,-0.054628,0.1595,-0.20514,0.16355,-0.049611,-0.12794,-0.037989,0.1477,-0.11148,-0.019816,-0.24341,0.082745,-0.036385,-0.014905,-0.034512,0.032346,-0.039326,0.07532,-0.084138,0.079658,-0.093585,0.0018661,-0.076397,0.28629,-0.067768,-0.024532,0.26666,0.019714,0.02874,0.12911,0.011095,0.018891,-0.039428,-0.011094,-0.0045098,-0.071828,-0.018863,-0.06212,0.0005156,-0.020926,0.16673,0.33179,-0.2198,-0.049857,-0.068829,0.06899,-0.065656,-0.015143,-0.16192,0.11598,-0.070556,0.021294,0.056738,0.16836,-0.1136,0.030379,-0.004601,-0.01313,-0.02474,0.0068505,-0.010052,0.023731,-0.0072681,0.0014266,-0.0048263,0.0015197,-0.027365,0.10919,-0.13342
0.058162,-0.1872,-0.069857,0.062939,-0.0037098,0.026034,-0.043953,-0.087944,0.054349,-0.092513,0.070522,0.06852,0.10334,-0.196,-0.13698,-0.070678,-0.15225,-0.067058,-0.0048525,-0.0093926,-0.14294,0.036691,0.048946,0.0013007,-0.029449,0.081989,-0.037425,0.064567,-0.056548,0.057673,0.091884,0.022967,0.053556,0.01865,0.0086917,-0.001287,0.0093816,0.14664,0.058559,0.062532,0.045396,0.022169,0.10417,-0.060909,-0.057798,-0.17889,0.11968,-0.070496,-0.10416,-0.0043246,-0.13196,0.017469,0.10953,0.12881,0.056274,0.075659,0.025114,0.013256,-0.10273,-0.071181,-0.066137,-0.010258,0.08249,0.045257,0.045057,0.040882,0.10504,-0.10705,0.0054524,-0.016119,0.010766,-0.15426,0.033114,-0.0043534,0.011762,-0.11654,0.028685,0.059468,0.11051,0.071282,0.089656,0.046214,0.04426,-0.54495,-0.34434,-0.055383,-0.024148,0.10075,0.038127,0.014859,0.0071686,0.031313,0.0093859,0.074445,0.090566,0.15173
0.024996,0.016147,-0.13018,0.16637,0.072964,-0.034402,-0.21156,-0.046696,-0.18664,-0.061608,-0.07909,-0.0089084,0.017189,0.0038072,0.022673,0.030355,-0.041705,-0.10383,-0.049579,-0.0022059,0.041188,-0.022724,0.030222,0.03481,-0.052477,0.018694,-0.21008,0.019784,0.096775,-0.20479,0.21751,-0.039665,0.048098,0.054912,0.15797,0.018088,-0.015496,0.066425,-0.074796,0.058713,0.070034,0.013366,-0.037911,-0.026872,0.034027,-0.045805,0.0133,-0.086434,-0.090098,-0.056851,0.17322,0.032089,-0.089969,-0.17296,-0.026781,0.010851,-0.098502,-0.067225,0.079741,-0.040208,-0.0066591,-0.059654,0.015043,0.0033485,0.047705,0.0063671,0.063534,-0.094724,-0.19581,0.087889,0.059939,0.0042763,-0.033483,0.065155,0.051493,0.33435,-0.25696,0.15814,-0.0040675,-0.096039,-0.36413,0.25242,-0.058685,-0.055013,-0.043503,0.0083364,0.0074376,0.018191,-0.010606,0.018758,-0.00011174,0.0095491,0.013539,-0.035477,0.11237,-0.11244
0.091544,-0.12796,-0.040474,0.055244,-0.022239,0.025292,-0.075541,-0.039915,0.044129,-0.11264,0.20405,0.039948,0.018515,-0.21153,-0.15138,-0.15555,-0.034887,0.057428,0.002345,0.0083054,-0.097544,0.14221,0.0043548,-0.049782,-0.012996,0.20183,0.03228,-0.0031214,-0.013168,0.049397,0.091231,0.01623,-0.015518,-0.038968,0.028808,-0.047893,0.047031,0.00022525,0.02538,-0.031527,0.012045,-0.037273,0.032295,0.054673,0.0069243,-0.068302,0.035284,0.0028249,-0.0096063,0.022406,-0.036622,0.0058363,0.069528,0.14033,0.0354,0.0099807,0.037695,-0.014744,-0.048116,0.011946,-0.029866,-0.049772,0.050644,0.057196,0.087686,0.04583,0.23916,-0.17762,0.071129,-0.076314,0.047472,-0.38226,0.068199,-0.00035914,-0.011838,0.079153,-0.10232,-0.021707,-0.13495,-0.074357,-0.081095,-0.028533,-0.048385,0.47613,0.27762,0.015773,0.0013153,-0.079918,-0.021414,-0.00055341,-0.018527,0.0126,-0.0041357,0.075542,0.090137,0.14889
0.017129,0.02358,-0.14777,0.1159,0.055121,-0.03687,-0.19904,-0.041243,-0.20549,-0.072425,-0.031252,0.0021982,0.074582,0.029329,-0.11196,0.027122,0.048699,-0.082604,0.051288,-0.019958,0.0091401,-0.037134,0.02252,0.021775,-0.053893,0.0087202,-0.068084,0.17755,0.086038,-0.10255,0.097812,-0.022284,0.16768,0.080264,0.037927,0.053303,-0.018015,0.13824,-0.15241,0.013203,0.042703,0.015536,-0.053739,0.031349,-0.011652,0.033863,-0.077754,0.058274,-0.04243,0.017286,-0.085688,0.034959,-0.037798,-0.21213,-0.024658,-0.027196,-0.13132,-0.040062,0.038519,0.0094422,0.016207,-0.026287,0.033354,0.014228,0.060031,0.0078845,0.0033237,-0.18381,-0.24626,0.20374,-0.0093733,-0.072945,-0.052897,0.0042545,-0.071478,-0.3035,0.23678,-0.15647,-0.014922,0.075486,0.39339,-0.22535,0.045696,0.11711,0.097097,0.0057474,-0.013818,-0.049191,-0.0078589,-0.011857,-7.8258e-05,-0.0035783,-0.0030551,-0.043659,0.11557,-0.091271
0.11006,-0.073346,-0.013761,0.047555,-0.04218,0.056938,-0.096392,0.0052709,0.029769,-0.12235,0.31751,-0.0014657,-0.074016,-0.20571,-0.15124,-0.20329,0.052815,0.168,-0.0074982,0.053953,-0.063311,0.22473,-0.0022264,-0.1088,0.026671,0.27427,0.073498,-0.10956,0.046548,-0.0097008,0.064309,-0.0092861,-0.15619,-0.098663,0.066123,-0.044705,0.10544,-0.10344,-0.053098,-0.084583,-0.0088692,-0.081705,-0.13567,0.1669,0.099102,0.13438,-0.13083,0.051637,0.089296,0.02104,0.17978,-0.005418,-0.14956,-0.20158,-0.064554,-0.049239,-0.090845,-0.044293,0.1252,0.056343,0.067869,0.0073718,-0.07751,-0.074234,-0.021962,-0.032672,-0.17149,0.11893,-0.0735,0.057596,-0.045289,0.2757,-0.064156,0.0054015,-0.0002446,-0.021047,0.059432,0.0052903,0.066051,0.03071,0.027311,0.0088147,0.014188,-0.14177,-0.083456,-0.0019384,0.0037967,0.018016,0.005399,-0.0013205,-0.0024567,-0.021604,0.0056632,0.078515,0.088971,0.1412
0.010928,0.033604,-0.14102,0.072196,0.034144,-0.016477,-0.19102,-0.01217,-0.20596,-0.088442,0.072839,0.010985,0.07117,0.058724,-0.22248,-0.025797,0.20023,-0.020378,0.144,-0.023618,-0.011343,-0.0063218,0.028415,-0.010998,-0.017118,-0.0095463,0.12442,0.32876,0.090993,-0.02437,-0.099943,-0.031001,0.23563,0.071147,-0.050063,0.0063323,-0.046742,-0.074185,-0.14664,-0.12528,-0.010118,0.012367,-0.079236,0.1198,-0.0020084,0.10913,-0.063098,0.26142,0.096347,0.11874,-0.29438,-0.0082058,0.13018,0.19523,0.020171,-0.052361,0.15802,0.066385,-0.00033235,6.918e-05,0.019886,0.039327,-0.017823,0.015113,-0.058401,-0.01921,-0.033408,0.1667,0.23108,-0.14612,-0.023257,0.1157,0.034101,-0.025653,0.031239,0.10599,-0.072983,0.058264,0.012389,-0.020468,-0.14085,0.090691,-0.019097,-0.058692,-0.042896,-0.0022964,0.016748,0.023413,-0.0057542,-0.0063868,0.0083666,0.00045429,-0.0036493,-0.051092,0.11849,-0.072042
0.10997,0.068477,-0.0014439,0.052971,0.048146,-0.017017,0.096314,-0.01436,-0.024145,0.076719,-0.30105,-0.0034377,-0.0084141,-0.25682,-0.021074,0.24507,-0.026152,-0.20434,-0.040612,0.10885,0.19707,-0.14197,-0.0013461,0.086637,0.040169,0.23123,0.18928,0.0804,-0.014682,0.016074,-0.039417,0.0062646,-0.072281,-0.10299,-0.15326,0.045393,0.11774,0.020867,-0.11074,-0.021171,0.075662,-0.055669,-0.065879,0.22893,0.032399,-0.073587,0.12353,0.030274,-0.086646,0.18435,0.12902,-0.016172,-0.062134,0.21149,0.0091137,-0.056672,0.072969,-0.032255,0.11082,0.080745,-0.045849,-0.070812,0.0058343,0.022338,0.058657,-0.022789,0.15386,-0.11465,-0.012464,0.0067209,0.0032486,0.21234,-0.21209,0.0119,-0.018664,0.091655,0.049739,-0.094215,-0.055303,-0.03601,0.029593,-0.029391,0.061752,0.063031,-0.12432,0.081907,0.010971,0.013369,0.022957,0.015122,0.011061,-0.0050184,0.004461,0.077723,0.089282,0.14325
-0.011441,0.035125,-0.11652,-0.10517,0.045155,0.091758,-0.15872,-0.012248,-0.21896,0.014666,0.099448,-0.044431,0.054313,0.085892,-0.2199,-0.015656,0.19182,-0.023008,0.1382,0.028972,0.0034582,0.00637,0.019558,0.010973,0.01512,-0.1256,0.27975,0.098919,-0.098799,0.12431,-0.23085,0.039288,-0.098726,-0.084997,-0.17374,-0.022821,0.033762,-0.031448,0.17401,0.024642,-0.10839,0.016233,0.0055479,-0.13238,0.0021373,-0.11149,0.080795,-0.23279,0.00069779,-0.14996,0.34751,-0.049584,-0.046042,0.20272,0.035543,0.06481,0.064173,-0.027566,-0.0043299,-0.028322,0.0018496,0.022443,-0.067097,-0.05436,0.023846,0.013146,-0.037511,-0.0024637,-0.26816,0.1249,0.062581,-0.031614,0.068691,0.053676,0.03566,0.095261,-0.12577,0.062295,0.065447,0.061605,0.11563,-0.059828,-0.010685,-0.026895,0.060792,-0.037168,-0.025358,-0.011073,-0.0025699,-0.00692,-0.012438,-0.004779,0.005972,-0.072706,0.12696,-0.016128
0.091059,0.12445,0.022231,0.069295,0.024567,-0.02645,0.060133,0.03811,-0.032434,0.015007,-0.1909,0.08797,-0.034371,-0.2432,0.01169,0.17657,0.036953,-0.068329,-0.019705,0.071666,0.11373,-0.15006,0.019091,0.024045,0.054599,0.20391,0.035541,0.055796,-0.011441,-0.013098,-0.081691,-0.019466,0.0037558,0.0055968,-0.047771,0.051559,0.035763,0.0035603,0.049261,0.023697,0.02184,0.014345,-0.049599,0.014087,0.044843,0.055708,-0.046998,-0.0050647,0.0009531,-0.022895,-0.04518,0.0061096,0.0015471,-0.15318,-0.010424,0.012126,-0.015569,-0.023344,-0.010071,0.0013064,0.018559,0.026484,-0.013089,-0.082865,-0.052909,0.024819,-0.24095,0.17679,-0.015238,-0.014927,0.017143,-0.28162,0.26949,-0.021184,0.023328,-0.16256,-0.054914,0.087503,0.12155,0.060179,-0.098037,0.054673,-0.18692,-0.20547,0.39788,-0.26309,-0.018148,-0.038072,-0.061544,-0.058915,-0.053765,-0.0060834,-0.00058962,0.074383,0.090591,0.15189
-0.017325,0.02682,-0.10741,-0.14822,0.066726,0.11101,-0.16223,-0.035996,-0.21714,0.055856,0.014275,-0.037522,0.048486,0.036585,-0.11556,0.041568,0.047788,-0.081908,0.042235,0.028527,0.035441,-0.034581,-0.021715,0.035504,-0.0041438,-0.010459,0.10342,-0.11965,-0.15699,0.08823,-0.049686,0.041266,-0.15128,-0.091174,-0.068765,0.052845,0.059452,0.16717,0.090184,0.084039,-0.01797,0.0022826,0.028248,-0.049426,-0.033965,0.016683,-0.054627,-0.080317,-0.02458,-0.017959,0.033555,0.031406,-0.05097,-0.2447,-0.030438,0.013108,-0.16118,-0.0025539,-0.047315,0.028234,-0.018536,-0.025909,0.049622,0.039346,-0.028473,0.0050865,0.01169,-0.029815,0.30276,-0.14862,-0.076368,-0.048885,-0.010654,-0.074551,-0.08487,-0.30507,0.25026,-0.15744,-0.12192,-0.14582,-0.35728,0.19937,0.025623,0.065455,-0.13509,0.053809,0.020926,0.028158,0.022376,0.019408,0.012459,0.005503,0.0057638,-0.080101,0.12985,0.0030017
0.057629,0.1831,0.047554,0.086393,0.0044182,-0.0041982,0.038223,0.082745,-0.048296,-0.041396,-0.086335,0.15709,-0.058401,-0.20476,0.030742,0.074865,0.15604,0.060406,0.0062028,0.039037,-0.0073574,-0.14524,0.075217,-0.0077252,0.058573,0.092953,-0.075363,0.036441,0.019783,-0.007545,-0.097493,-0.033288,0.051598,0.06874,0.031442,-0.0077217,-0.035248,-0.10709,0.1375,-0.01653,-0.081434,0.036099,-0.023516,-0.14323,0.053425,0.0889,-0.13067,-0.032652,0.10535,-0.19613,-0.070614,-0.0061743,0.059737,-0.13182,0.0018774,0.077444,-0.026076,0.022939,-0.10273,-0.10783,0.034771,0.10049,-0.042645,-0.058181,-0.021664,0.019814,-0.077047,0.027421,-0.049885,0.009575,0.029434,-0.12527,0.16601,0.027199,0.016026,0.060212,-0.088263,0.048443,-0.10476,-0.044464,0.082237,-0.058801,0.19218,0.2281,-0.45979,0.31976,-0.014734,0.016869,0.088409,0.075664,0.052401,0.036404,0.005032,0.072921,0.091163,0.15567
-0.025622,0.020317,-0.075459,-0.19125,0.081875,0.12438,-0.17496,-0.042263,-0.2046,0.081893,-0.023653,0.00020577,0.0087147,-0.012364,0.0086886,0.040161,-0.043955,-0.10483,-0.048264,0.0070934,0.03236,-0.052968,-0.05484,0.041776,0.011409,0.071022,-0.06826,-0.29387,-0.18887,0.076211,0.036937,0.028979,-0.14886,-0.065774,0.084411,0.02227,0.035239,0.080511,0.0567,0.069152,0.0591,0.0079104,0.033582,0.027909,-0.042439,0.086579,-0.033263,0.074295,0.038533,0.062829,-0.21295,0.053259,0.024446,-0.17423,-0.0080974,-0.016078,-0.061058,0.032535,-0.062445,0.059077,0.016303,-0.012507,0.055987,0.024235,-0.0034099,-0.029958,0.077622,0.054906,0.19232,-0.14393,-0.0044701,0.05283,-0.03352,0.0065441,0.095249,0.3293,-0.25899,0.12562,0.089286,0.096541,0.38402,-0.20827,-0.0039749,-0.043127,0.077417,0.013679,0.0076172,-0.0099332,0.01072,-0.009587,-0.010165,-0.0050818,-0.011506,-0.088122,0.133,0.023752
0.0090822,0.24135,0.062471,0.099403,-0.0057373,0.055818,0.04263,0.10473,-0.064597,-0.074441,-0.01698,0.18063,-0.061003,-0.11919,0.056353,0.00073869,0.24351,0.16121,0.055222,0.012789,-0.15578,-0.099265,0.1541,-0.0034928,0.013475,-0.099271,-0.093694,0.029695,0.0067141,0.020232,-0.010231,-0.013378,0.031152,0.03273,0.051027,-0.061767,-0.038816,-0.050938,0.12981,-0.022134,-0.096846,0.0036811,0.054663,-0.12885,0.018709,-0.022606,-0.094395,-0.058683,0.061652,-0.16045,-0.0046188,0.028648,0.058854,-0.013323,0.021639,0.082289,-0.069285,0.043545,-0.070909,-0.081121,-0.015401,-0.023783,0.038547,0.13104,0.071767,-0.0014884,0.27502,-0.19194,0.11312,-0.02896,-0.093225,0.26915,-0.37396,-0.02986,-0.011182,0.049122,0.098424,-0.065342,0.059681,0.019922,0.0011837,0.063477,-0.078368,-0.10858,0.24974,-0.17401,0.0034544,0.019414,-0.030926,-0.038977,-0.046355,-0.020241,-0.0059649,0.074673,0.090477,0.15114
-0.035959,0.01366,-0.020652,-0.23178,0.099878,0.11892,-0.18455,-0.025341,-0.15577,0.088332,-0.018638,0.083173,-0.062796,-0.064906,0.17287,-0.0083782,-0.033005,-0.060745,-0.0778,-0.035641,-0.035765,-0.050882,-0.068413,-0.0063602,0.054353,0.085471,-0.15471,-0.27046,-0.10816,0.1314,0.0058428,0.017869,0.013566,0.040811,0.17961,-0.1044,-0.038918,-0.24511,0.028585,-0.08554,-0.0012412,-0.029458,0.043634,0.059708,-0.0036366,0.058297,0.023085,0.12774,0.098656,0.050954,-0.18879,-0.038367,0.10394,0.28327,0.035314,-0.0070142,0.183,0.040163,-0.025808,-0.00046003,0.025295,0.063842,-0.010513,-0.018326,0.033355,0.030025,-0.056811,-0.039957,-0.35631,0.24021,0.032721,0.033616,-0.02519,0.02414,-0.055357,-0.13975,0.1618,-0.03585,-0.018325,-0.02027,-0.1704,0.13317,-0.0011989,0.012707,0.0010014,-0.048185,-0.022587,0.0060114,-0.035469,0.0058072,0.0024235,-0.0047989,-0.008849,-0.096177,0.13615,0.044588
-0.059728,0.28666,0.063067,0.10382,-0.018143,0.16942,0.0591,0.10217,-0.07507,-0.081743,0.045222,0.097691,-0.018131,0.052567,0.070561,-0.022117,0.19659,0.17883,0.075748,0.034742,-0.27142,-0.075276,0.21215,0.052858,-0.070996,-0.26229,-0.085433,-0.06926,-0.064165,-0.016602,0.14728,0.0077097,-0.17146,-0.084064,0.060432,0.0098626,0.082132,0.24805,-0.11382,0.13739,0.13244,-0.021338,-0.0093024,0.058026,-0.058616,-0.12137,0.15317,0.088772,-0.075461,0.26935,-0.010692,-0.015507,-0.093811,0.12674,-0.022925,-0.15287,0.085665,-0.045976,0.11151,0.19301,0.024307,-0.057356,0.008772,-0.043849,-0.02434,-0.025611,-0.11377,0.11343,-0.038267,0.031131,0.056324,-0.08735,0.14356,0.008487,-0.0036466,-0.031269,-0.01767,0.0072551,-0.028653,-0.0083924,-0.016139,-0.030407,0.015474,0.025063,-0.059306,0.03544,0.014994,-0.0099983,-0.0060748,0.0055117,0.02392,-0.0030303,-0.00071796,0.08077,0.088088,0.13536
-0.04537,0.011294,0.049249,-0.2558,0.093494,0.11169,-0.17441,0.04712,-0.017137,0.052855,0.064049,0.16558,-0.16284,-0.133,0.37406,-0.028785,-0.19173,0.11184,-0.012726,-0.043619,-0.17576,0.017366,-0.012772,-0.11246,0.023714,-0.0055403,0.023282,0.13068,0.02856,0.21799,-0.12328,0.024081,0.39168,0.16992,-0.14461,0.046892,-0.065058,0.060812,-0.2372,-0.049514,0.0026738,0.013363,-0.053444,0.068112,0.030956,-0.05239,0.017728,-0.092056,-0.16822,0.019701,0.23514,-0.028035,-0.10779,-0.06196,-0.038976,-0.01929,-0.049928,-0.050316,0.10064,-0.031759,-0.023565,-0.0041521,-0.0093414,0.00078487,-0.026804,-0.012016,0.0039352,0.010318,0.12874,-0.091127,-0.0052439,-0.024032,0.034014,-0.0036025,0.0086151,0.015393,-0.04936,-0.002374,-0.0056443,0.0003599,0.025817,-0.052803,-0.00020133,-0.0073964,-0.0069065,0.018681,0.0016289,-0.004259,0.0051547,-0.00019312,0.0039587,0.004323,0.009428,-0.10217,0.1385,0.060084
0.13879,1.1092e-05,-0.0022126,0.0094456,0.002767,-0.02769,-0.0049867,-0.00081997,-0.00177,0.05254,0.025275,-0.029385,-0.047685,-0.1246,-0.050682,0.0081479,0.0072189,-0.0048766,0.021351,-0.097319,0.073968,0.033468,-0.0427,0.016851,-0.031516,-0.093095,-0.022169,-0.0076905,0.037471,-0.0050143,-0.02251,0.078827,-0.16911,-0.10297,-0.039459,-0.021657,-0.17574,-0.12102,-0.38454,0.021745,-0.09582,0.31256,0.22807,-0.065954,-0.24886,0.17347,0.10034,-0.011398,-0.040632,-0.083311,0.042247,0.0098842,-0.056005,-0.009341,-0.039857,-0.0032752,-0.0073462,0.13881,-0.00039527,-0.043401,-0.019432,0.015702,0.046556,0.28777,-0.22588,-0.09352,0.0048002,0.0069417,0.037772,0.16308,0.012214,-0.019807,0.025778,-0.017673,-0.016875,-0.0087418,-0.03381,0.01546,0.0077332,0.030807,0.00048355,0.003493,-0.040012,-0.007883,-0.022506,0.012461,0.17619,-0.14766,-0.21674,0.017436,0.27387,-0.021555,0.0043404,0.095572,0.082287,0.097072
-0.0013136,0.015159,-0.14646,-0.021865,0.058513,-0.030159,0.087766,-0.0019542,0.01809,0.056414,-0.15051,-0.037327,0.10816,0.008391,-0.11162,0.047208,-0.036093,0.17177,0.18978,0.040767,-0.016026,-0.012376,0.0089288,-0.18391,-0.059275,0.019902,-0.077581,-0.1607,0.43495,0.28361,0.061211,0.017066,-0.056583,-0.025929,-0.0038842,0.22037,-0.016834,-0.04445,0.040108,-0.061566,-0.093999,-0.023997,-0.039259,-0.0069575,-0.021611,-0.099601,0.096503,-0.023059,-0.010677,0.034389,-0.056875,-0.010967,-0.0087243,-0.049551,-0.0079483,0.0035442,0.013329,0.010281,0.014712,-0.0033767,-0.07451,0.066075,-0.023425,-0.085962,-0.11707,-0.029663,-0.083401,0.063822,-0.0011922,0.014808,-0.057061,-0.18057,-0.32015,0.004244,-0.010418,0.058819,0.077772,0.21067,-0.097891,0.053892,-0.1333,-0.24814,0.022347,0.040137,-0.096764,-0.19081,-0.051391,0.0088641,-0.020629,0.0052752,0.012754,-0.0093723,0.020882,-0.062461,0.12294,-0.042631
0.19758,0.00032093,0.0012432,-0.025199,0.002481,-0.11708,-0.026472,0.0013542,-0.002836,0.091849,0.031672,-0.028502,-0.049067,-0.11876,-0.042808,0.0061588,-0.0024342,0.0096236,0.041049,-0.2006,0.068825,0.017932,-0.09608,0.014848,-0.047976,-0.22525,-0.082016,-0.008473,0.016849,-0.010943,-0.037784,0.088699,-0.09706,-0.039207,-0.01665,-0.011227,-0.099808,-0.047107,-0.18138,-0.0025656,-0.049187,0.16592,0.088235,-0.010162,-0.12343,0.10299,0.039815,0.041484,-0.01951,0.013545,0.039082,-0.0019842,0.042137,-0.023687,-0.039943,-0.034367,0.00031187,-0.001352,0.011842,0.02807,0.0051445,-0.058067,-0.042994,-0.098076,0.053993,0.027922,-0.0039701,0.0079203,-0.022924,-0.052774,0.0066112,-0.010558,-1.3555e-05,0.014897,-0.018087,0.0035462,-0.00049828,-0.0085998,-0.0058131,-0.060124,0.0086832,0.018735,0.060667,0.034647,0.031263,-0.041665,-0.30906,0.27286,0.39139,-0.050669,-0.52313,0.049455,-0.036906,0.10723,0.077718,0.066915
-0.0018592,0.023932,-0.19817,-0.03165,0.0034496,-0.054618,0.16072,-0.048099,-0.02949,0.058903,-0.15506,-0.019468,0.075154,-0.0002505,-0.075179,0.044324,-0.10126,0.26457,0.09169,0.02984,-0.031441,0.029306,-0.0022949,-0.14827,-0.035096,0.019371,-0.043675,-0.091607,0.22642,0.14937,0.028904,0.0093191,-0.022303,-0.030947,0.025128,0.091044,-0.0084538,-0.043949,0.031133,-0.01214,-0.030055,0.0049739,-0.044232,-0.016443,-0.0043975,-0.026147,0.02971,0.0019272,-0.023531,0.023872,0.0060338,-0.0094065,0.011637,0.031469,0.0079734,0.0026306,0.019854,-0.002624,-0.0041122,0.010723,0.011713,-0.03363,0.038814,0.040959,0.043495,0.010249,0.015083,-0.030054,0.002198,-0.023155,0.036163,0.077958,0.17004,-0.00209,-0.0012297,-0.052472,-0.043977,-0.12848,0.14481,-0.13844,0.25994,0.45311,-0.052524,-0.084217,0.20864,0.44032,0.1079,-0.019954,0.051444,0.006287,-0.028247,0.0091644,-0.051324,-0.062722,0.12304,-0.041957
0.25829,0.00063505,0.0060306,-0.061035,0.0031534,-0.20302,-0.050303,0.0029317,-0.00020201,0.11774,0.0376,-0.017845,-0.045869,-0.1203,-0.037309,0.0068183,-0.0071379,0.017377,0.049334,-0.24684,0.061564,0.0039252,-0.14106,0.0050297,-0.042192,-0.25182,-0.11441,0.011968,-0.012398,0.0046687,-0.039114,0.06776,0.0044916,0.035195,0.0089769,-0.009971,-0.039587,0.047719,0.088739,0.0022365,-0.011332,-0.013679,-0.016188,-0.0047872,0.016444,-0.032186,-0.017412,0.0046531,0.011345,0.060711,0.010536,0.0016148,0.13507,-0.024473,-0.011318,-0.0229,0.0012845,-0.078212,-0.011076,0.10629,0.026618,-0.11932,-0.10659,-0.42666,0.33768,0.10274,-0.012178,0.00080902,-0.055717,-0.238,-0.044334,0.046371,-0.050408,0.019686,-0.0012643,-0.006637,0.038492,-0.0034306,0.025425,0.027291,-0.024238,-0.022459,-0.030206,-0.021283,-0.011469,0.03817,0.14901,-0.14844,-0.24022,0.049523,0.30003,-0.0021828,0.039009,0.11852,0.073293,0.037703
-0.0022233,0.034408,-0.25021,-0.040938,-0.058859,-0.077977,0.22113,-0.094402,-0.11148,0.047733,-0.14804,0.0074017,0.026771,-0.0075707,-0.036698,0.030845,-0.1501,0.31218,-0.023467,0.027855,-0.036746,0.050024,-0.022097,-0.10452,-0.032308,0.021642,-0.013533,-0.0096149,-0.10444,-0.085659,0.0060817,-0.00039375,0.0042803,-0.0092271,0.027828,-0.0057423,-0.0048301,0.006058,-0.020832,-0.01858,-0.035532,-0.0010973,-0.014867,0.0008227,-0.0099987,0.024573,-0.04656,0.0086715,0.052793,-0.04633,0.01379,0.026894,0.012185,0.02117,0.0096061,-0.016304,-0.024899,-0.014101,-0.014686,-0.0026397,0.019162,-0.0727,0.0074569,0.11662,0.1496,0.02863,0.13933,-0.037211,-0.00068804,6.1663e-05,0.069739,0.25435,0.39615,0.0071081,0.040654,-0.034316,-0.1331,-0.24522,-0.02985,0.14468,-0.16324,-0.23071,0.060701,0.058096,-0.14612,-0.35234,-0.085134,-0.027123,-0.036255,0.027103,0.0088902,-0.021326,0.023902,-0.062963,0.12314,-0.041332
0.27854,0.0017082,0.0094389,-0.088644,0.0028544,-0.16054,-0.038507,0.0027603,-0.0063065,0.15831,0.048796,-0.10541,-0.083878,-0.091026,-0.026513,0.023384,-0.016967,0.022557,0.039937,-0.19488,0.038945,0.0081578,-0.052652,0.011447,-0.027781,-0.30325,-0.034951,-0.048343,-0.016637,-0.046088,-0.018394,0.0031427,0.021836,0.039236,0.0063126,0.012613,0.060748,0.086839,0.21308,0.00063658,0.10928,-0.24479,-0.22875,0.12247,0.27148,-0.16011,-0.12879,0.11513,-0.0042641,0.079602,0.026609,0.0019923,-0.046542,0.020614,-0.034543,0.11862,0.011249,0.074926,0.027112,-0.13741,-0.013702,0.18177,0.13689,0.37485,-0.26326,-0.073966,-0.0044351,-0.020611,0.0032888,0.11416,0.027172,-0.03779,0.043714,-0.032256,0.02384,0.0020967,-0.019537,0.011076,-0.018884,0.0012226,0.010688,-0.0079206,0.0075461,-0.0023415,-0.0097561,-0.0099877,0.022054,-0.0064515,0.010848,-0.017589,-0.0025932,-0.019032,-0.0082944,0.12879,0.069268,0.011133
-0.0024687,0.046738,-0.26699,-0.043837,-0.12583,-0.082022,0.23381,-0.10222,-0.14014,0.0046116,-0.039036,0.023524,-0.022799,-0.015521,0.018314,0.0086741,-0.18653,0.31785,-0.12791,0.020425,-0.021263,0.049275,-0.037253,-0.015613,0.006902,0.0086633,0.071145,0.14087,-0.38665,-0.25439,-0.058797,-0.016042,0.017114,0.043128,0.031443,-0.14982,0.011587,0.024661,-0.04543,0.082692,0.11157,0.045985,0.0091648,0.0057437,0.032613,0.074345,0.012327,0.021961,0.092119,-0.052599,0.044493,-0.051737,0.013264,0.072482,-0.018945,0.0045989,-0.0071485,0.015686,0.0085607,0.02479,-0.051737,0.055207,-0.0086684,-0.11761,-0.14593,-0.037217,-0.10409,0.0076272,0.010575,0.0085695,-0.065478,-0.20203,-0.34898,-0.0042181,-0.027278,0.021665,0.11801,0.23899,-0.038019,-0.062012,0.029033,0.0063288,-0.024815,-0.015697,0.033451,0.10505,0.020928,0.022691,0.0098245,-0.016964,0.0068275,0.011738,-0.0019006,-0.063177,0.12322,-0.040779
0.14394,-0.074127,-0.01047,-0.068334,0.040508,-0.062351,0.056374,-0.035134,-0.0073643,0.14924,-0.12034,-0.12242,-0.057067,0.17378,0.099786,0.075274,0.23207,-0.16564,0.1098,0.0033378,-0.25681,0.18339,0.18236,-0.2857,0.020139,0.17045,0.02211,-0.073129,-0.11685,-0.13915,0.064894,-0.042081,0.079836,-0.028469,-0.12582,-0.063609,-0.017557,-0.098363,-0.029618,-0.0018376,0.023354,0.050913,0.043871,-0.043916,0.03313,-0.090956,0.080804,-0.056961,-0.00072886,0.16281,0.092207,0.047316,0.35803,-0.14654,-0.071794,-0.12319,-0.010658,-0.060646,-0.047191,-0.034781,-0.017586,0.041764,0.007247,0.031843,0.0067487,-0.043675,0.063146,-0.0079507,0.0085335,0.037479,-0.027837,0.075748,0.028899,-0.00096231,0.039701,-0.13411,-0.014537,0.22232,0.1372,-0.030305,-0.021826,-0.028897,0.023929,0.071879,-0.044757,0.06179,-0.014908,-0.091749,-0.10794,-0.13391,-0.12701,0.012845,0.0049656,0.13704,0.066038,-0.010188
0.0095696,0.027883,-0.13744,0.033148,-0.10831,-0.058697,0.19357,-0.033512,0.019802,-0.039531,0.079538,-0.011145,-0.071638,-0.0064483,0.10744,-0.071125,0.066733,-0.25292,-0.0020811,-0.024435,-0.027323,0.04299,0.078556,-0.0046761,0.053692,0.061867,-0.00118,-0.11534,0.060991,0.14528,0.060109,-0.031267,0.044395,0.045689,-0.077689,0.089119,-0.0096893,0.25915,0.13025,0.0167,0.098375,0.15119,0.060925,-0.091823,-0.073102,0.16613,-0.2097,0.4524,-0.074374,-0.11651,0.28828,-0.0051703,0.0008177,0.14022,-0.051969,0.056756,0.039244,0.086835,-0.018637,-0.022034,-0.062812,-0.04287,0.061476,-0.021298,0.075655,-0.012778,-0.052408,0.0072424,-0.0050183,-0.011845,-0.0078655,-0.022177,-0.034484,-0.011443,0.026539,0.010563,0.0089884,0.014956,-0.095213,0.3527,-0.022489,0.11081,0.037463,0.032723,-0.0059651,0.036759,-0.0041255,-0.013507,-0.037394,-0.065947,-0.044552,-0.001836,-0.0021036,-0.053158,0.1193,-0.066699
0.17097,-0.0377,0.0025584,-0.077296,0.014509,-0.078506,0.0063973,-0.0097654,0.0011219,0.11112,-0.020648,-0.13788,-0.058845,0.13667,0.054527,0.026587,0.10583,-0.0772,0.070187,-0.0030031,-0.19219,0.057336,0.15663,-0.16973,0.026709,0.13448,0.009642,-0.057726,-0.043068,-0.10964,0.012332,-0.068151,0.080238,0.03002,-0.067347,0.025749,0.0043893,-0.027353,0.032424,0.048714,0.042194,0.050729,0.0037073,-0.021642,-0.020632,0.082337,0.066203,-0.048663,0.0126,-0.062001,-0.080732,-0.03539,-0.087732,-0.0076912,0.043632,0.019976,0.037132,0.019917,0.016951,0.031845,0.006579,0.0024143,-0.04142,-0.096491,-0.068157,-0.016815,-0.082461,0.011607,0.0019981,0.019122,0.077352,-0.13624,-0.054258,-0.0029855,-0.092492,0.26317,0.036393,-0.42971,-0.22108,-0.024561,0.059757,0.036055,-0.059629,-0.13408,0.084608,-0.11875,0.046645,0.19796,0.25633,0.26747,0.25992,-0.024974,-0.0073521,0.13857,0.065438,-0.014147
0.0046455,0.037563,-0.1542,0.0068901,-0.13098,-0.060879,0.18691,-0.032084,-0.014933,-0.055627,0.13216,0.013483,-0.079119,0.0018899,0.075054,-0.099363,0.071565,-0.15699,-0.065411,-0.021438,0.0321,-0.031137,0.03948,0.093644,0.079026,0.019002,0.017624,-0.023172,0.037055,0.081177,0.0043422,-0.015117,0.034213,0.020797,-0.010476,-0.026321,-0.025358,-0.060356,0.14225,-0.082537,-0.045627,0.065979,0.017029,-0.07134,-0.060962,-0.055576,0.072691,0.23258,-0.1607,0.057941,0.024778,-0.028361,-0.11079,-0.060806,-0.058991,0.057542,-0.0082934,0.040909,0.0060186,0.0085197,0.037586,0.0046052,-0.038025,0.014625,0.011283,0.0085297,0.054195,-0.022867,-0.043959,-0.030531,0.0075955,0.060878,0.064359,0.011152,-0.023167,-0.072638,-0.041037,0.083351,0.10388,-0.69209,0.040026,-0.23951,-0.069825,-0.066877,0.0048427,-0.10779,0.016438,-0.012618,0.050668,0.11607,0.077713,0.016977,-0.010226,-0.057822,0.12112,-0.054632
0.184,0.0018409,0.0092803,-0.084251,-0.0013795,-0.073247,-0.019237,-0.0012997,-0.0017142,0.091939,0.021827,-0.15362,-0.057552,0.11204,0.033396,0.0029506,-0.019587,0.0027756,-0.0018247,0.006666,-0.11886,-0.060225,0.13385,0.00817,0.020402,0.075372,0.051472,0.0014845,0.013877,-0.035153,0.031615,-0.071957,0.057697,0.025842,0.0094879,0.02898,0.030753,0.0096396,0.027466,0.025635,-0.020461,-0.040836,0.00047934,-0.0034159,-0.090487,0.098716,0.08341,-0.057011,-0.0043617,-0.18135,-0.26068,-0.082077,-0.53634,0.10879,0.1507,0.14732,-0.011561,0.039098,0.032662,0.034354,0.031355,-0.041593,-0.061218,-0.047555,0.050443,0.075826,0.018862,-0.0076563,0.015662,-0.055651,-0.01516,-0.0071154,-0.013077,0.017309,0.0041288,0.0066886,0.0098137,-0.0031628,0.048509,-0.035222,-0.017246,0.00018613,0.048984,-0.0078693,-0.082909,0.062029,-0.044172,-0.21926,-0.30059,-0.23159,-0.31821,0.00095345,0.0041177,0.13984,0.064939,-0.017443
-0.00097387,0.041647,-0.15947,-0.025705,-0.14024,-0.048869,0.1893,-0.038474,-0.033051,-0.055631,0.15154,0.030112,-0.092169,-0.0014208,0.064847,-0.09677,0.068725,-0.098357,-0.090707,-0.017392,0.056086,-0.061602,0.0061208,0.13784,0.077363,-0.041229,0.056062,0.071921,-0.011419,0.023978,0.0064875,0.015155,0.021758,-0.032414,0.02331,-0.083238,-0.018474,-0.23507,0.052064,-0.11351,-0.10661,-0.04751,0.022871,0.020502,-0.019527,-0.23191,0.23206,-0.040405,-0.17613,0.17765,-0.1435,0.025367,-0.043405,-0.23288,-0.037208,0.006563,-0.075373,-0.0027131,-0.00095948,-0.023365,0.039973,0.034168,0.0013409,-0.021014,-0.046808,-0.010772,-0.025771,0.04881,-0.0071981,0.007932,0.00099505,-0.11251,-0.069543,-0.025383,-0.012137,0.13389,0.046503,-0.25146,0.35639,0.3696,-0.10504,0.074889,0.048055,0.12657,-0.041188,0.068855,0.00048803,0.057502,0.02267,-0.065184,0.013381,0.01895,0.0062141,-0.063178,0.12322,-0.040778
0.17064,0.040489,0.015642,-0.075896,-0.017979,-0.052516,-0.037739,0.0095852,-0.009595,0.07619,0.056901,-0.17891,-0.055995,0.13852,0.022812,-0.026165,-0.11718,0.075481,-0.069119,0.033996,-0.053304,-0.18401,0.15231,0.1846,0.036415,0.088586,0.11838,0.045565,0.070628,0.052978,0.055984,-0.032718,0.032523,0.016916,0.10278,0.00042948,0.020895,0.013956,0.0095274,-0.057707,-0.060476,-0.044829,0.064295,0.0072314,-0.078967,0.010818,0.0062519,-0.058158,0.00058248,-0.030248,-0.056327,0.008933,-0.086097,0.038072,0.062693,0.012529,-0.051041,-0.0192,0.021151,0.042466,-0.0012676,-0.07665,0.021704,0.051549,0.077949,0.014582,0.095407,0.015617,0.0096787,0.012974,-0.067682,0.15101,0.058365,0.03464,0.081672,-0.27497,-0.048758,0.43025,0.033362,0.20278,-0.026086,0.04148,-0.045344,0.14577,0.085763,0.023652,-0.0061458,0.22654,0.30613,0.15527,0.28953,0.018444,0.00090502,0.13821,0.065577,-0.01323
-0.0067118,0.038561,-0.14223,-0.055124,-0.12972,-0.036263,0.19259,-0.030033,-0.014992,-0.045018,0.14764,0.035003,-0.080972,-0.01251,0.070989,-0.097613,0.085311,-0.16819,-0.06775,-0.013281,0.038494,-0.029748,-0.01869,0.10015,0.059818,-0.048367,-0.017491,0.021695,0.070617,0.011542,0.015268,0.016204,-0.03967,-0.017847,-0.018601,0.0039271,0.0090344,-0.096555,-0.078652,-0.00040111,-0.068368,-0.06608,-0.056794,0.055532,0.044397,-0.074447,0.069769,-0.25646,0.029198,0.068621,-0.11183,0.0095865,0.068393,-0.088319,0.019505,-0.056836,0.011759,-0.04232,0.0084553,-0.034116,0.045229,0.032548,-0.046673,-0.020247,-0.0035444,-0.006334,0.053225,-0.019731,0.030598,0.01565,0.028413,0.094439,0.097092,0.014845,-0.0025582,-0.045591,-0.033146,0.14386,-0.69342,0.077447,0.14429,0.12836,-0.021049,-0.16078,0.054497,-0.012578,-0.0025654,-0.067459,-0.10026,-0.021997,-0.10937,-0.055447,0.012917,-0.06839,0.12526,-0.027295
0.14304,0.075236,0.026901,-0.063615,-0.041025,-0.00092466,-0.065011,0.032468,-0.0081347,0.044228,0.1443,-0.20162,-0.041626,0.18141,-0.0035152,-0.069979,-0.22746,0.15532,-0.11308,0.091215,0.018498,-0.30397,0.18092,0.29158,0.052099,0.11857,0.11225,0.044162,0.12674,0.10545,0.0083533,-0.033149,-0.03437,0.028602,0.16194,0.058201,0.0011687,0.072235,-0.072832,-0.032189,-0.010561,0.037887,0.032013,-0.047203,0.0076512,0.0072311,-0.13507,-0.037869,0.068965,0.047689,0.16029,0.048063,0.40398,-0.0026489,-0.029245,-0.1119,0.036404,-0.048317,-0.054091,-0.044667,-0.01651,0.027888,0.032842,-0.014777,-0.025754,-0.03892,-0.076919,0.0037916,0.013111,0.047176,0.028493,-0.073698,-0.033989,-0.019973,-0.038817,0.146,0.028675,-0.22818,0.016464,-0.13278,0.010276,-0.040767,0.024451,-0.074867,-0.046025,-0.029238,0.00018341,-0.11,-0.13739,-0.067076,-0.14181,-0.011371,-0.0006233,0.13645,0.066268,-0.0086695
-0.012021,0.029668,-0.11772,-0.074465,-0.10704,-0.043979,0.1951,-0.032883,0.020019,-0.030721,0.10651,0.057498,-0.060041,-0.03279,0.10497,-0.067956,0.086848,-0.26526,-0.0059619,-0.031677,-0.014524,0.040903,-0.058969,-0.0072344,0.02377,-0.04336,-0.089815,-0.011237,0.13888,0.024165,0.070788,0.034667,-0.057601,-0.012682,-0.082066,0.12724,0.040422,0.18579,-0.20816,0.15634,0.068974,-0.11264,-0.077895,0.07691,0.079919,0.16273,-0.19636,-0.4085,0.28867,-0.13843,-0.089095,0.024404,0.071421,0.17149,0.1429,-0.058629,0.075661,-0.086924,0.005585,0.039519,-0.0090343,-0.027257,0.021751,0.069367,-0.011388,0.040327,-0.036363,0.014368,0.019168,0.014554,-0.020696,-0.024318,-0.039204,0.012884,0.0067433,-0.0091344,0.0071261,-0.027274,0.3451,-0.096623,-0.059351,-0.066697,0.0066296,0.070944,-0.014654,0.0065226,-0.0063745,0.041284,0.060729,0.03062,0.059134,0.020725,-6.5241e-05,-0.072712,0.12696,-0.016114
-0.01077,-0.22665,-0.063777,0.041469,0.023792,0.11924,0.029876,-0.1056,0.029257,0.044101,-0.09829,0.053972,0.0058882,0.15598,0.13126,0.0045658,0.25172,0.084135,-0.096078,0.035378,0.029323,0.0034994,-0.042126,-0.03748,0.028066,-0.11345,0.064653,0.046916,0.099772,0.021914,-0.13158,-0.021855,-0.12447,0.089094,0.17124,-0.1293,0.056933,0.10918,0.023405,-0.090164,0.004714,-0.02126,0.061726,0.39314,-0.090058,0.1416,0.040411,-0.016866,-0.081864,-0.011433,0.032402,0.054648,0.0025708,-0.010599,0.031112,0.033044,-0.10549,-0.040288,-0.095497,-0.38546,-0.15986,-0.12196,0.25292,-0.098648,0.0032801,0.24512,-0.017491,0.12161,-0.022439,0.012208,0.063142,-0.024543,-0.043408,0.016127,0.062964,-0.01891,-0.035477,-0.037258,-0.022007,-0.050457,0.043717,0.001671,-0.12925,0.026416,-0.057068,-0.0081447,-0.052987,-0.022113,-0.0055837,-0.01687,0.037558,-0.018128,-0.012364,0.096207,0.082038,0.095429
0.033748,0.0078725,-0.041851,0.20148,0.062055,-0.038663,-0.061121,0.10749,0.19465,-0.058971,-0.014864,-0.046217,-0.023143,0.015201,0.031548,0.0036325,-0.035433,-0.038105,-0.0068047,-0.01209,-0.01159,-0.014951,0.021888,0.015496,-0.00060363,-0.0060197,-0.0062587,-0.099268,-0.18262,0.13965,-0.12061,0.04136,0.016827,0.019783,0.032863,-0.023395,0.013144,0.066482,-0.0078294,0.0060225,-0.10693,0.12151,-0.25911,0.039057,-0.093851,-0.095621,0.28841,0.11428,0.31225,-0.19624,-0.019604,0.19178,0.06107,-0.017368,0.04944,-0.032127,-0.045257,-0.1345,0.33021,-0.054915,0.0069803,0.13763,0.12945,-0.015626,0.0022131,0.051989,-0.01565,-0.029394,0.047772,-0.03943,-0.0022171,0.017575,-0.030961,0.11638,-0.28935,-0.078442,-0.14522,-0.0076037,0.024189,0.0074129,0.068778,0.098099,-0.019805,0.063492,-0.066709,-0.13042,0.14043,-0.043326,0.06279,-0.07496,-0.012659,0.089229,-0.0092177,-0.030854,0.11055,-0.12439
0.036472,-0.18562,-0.053427,0.040706,0.0044738,0.040093,-0.020959,-0.069067,0.044611,-0.00010035,-0.0045322,0.073234,0.021273,0.09914,0.10077,-0.0081606,0.13593,0.094872,-0.030952,0.062618,0.14836,-0.015795,-0.14259,0.012512,-0.0015756,0.036496,-0.028342,0.041197,0.054005,0.0028154,-0.055532,-0.0052938,0.070877,0.13804,0.089157,0.014433,-0.02405,0.12557,0.18073,0.095904,0.036019,0.038723,0.047236,-0.058032,-0.1245,0.13178,0.084087,-0.084188,0.11652,0.2278,0.055723,-0.04492,-0.027374,-0.036434,-0.0013564,0.033853,0.1159,0.015118,0.088208,0.058388,0.10352,0.12328,-0.20516,0.081564,0.038051,-0.12396,0.022156,-0.052232,0.0035592,0.023022,-0.094208,-0.031993,-0.089877,0.010264,0.0875,-0.16105,-0.23662,-0.081996,0.00067162,0.028196,-0.072902,-0.068847,0.20743,-0.0092846,0.047796,0.011534,0.36315,0.23126,-0.073401,0.046237,-0.15944,-0.25213,-0.14492,0.092406,0.083528,0.10526
0.028149,0.011444,-0.074281,0.16728,0.071778,-0.026413,-0.073673,0.1038,0.20513,-0.024869,-0.059572,-0.048568,0.02679,0.037704,-0.094534,0.022462,0.13066,0.063236,-0.30955,-0.07134,-0.023593,-0.0085749,0.035119,0.012429,-0.022892,-0.0045674,-0.041045,-0.088748,-0.14394,0.1146,0.038523,0.050558,0.10522,-0.037455,-0.068168,0.071168,-0.017747,-0.040423,-0.040032,-0.016714,-0.079391,0.02405,-0.052591,0.072207,-0.019983,0.039865,-0.02479,-0.079605,-0.024586,-0.0023632,0.064989,-0.037306,-0.022907,0.012859,0.0099319,-0.005539,0.024119,0.041972,-0.10402,0.15484,0.041781,0.24365,0.20114,0.0050578,0.059761,0.05672,0.017894,0.00051823,-0.0010997,0.0044315,0.0009794,0.017334,0.025865,-0.023597,0.081397,-0.003542,0.0002662,-0.068215,-0.066827,0.004578,-0.151,-0.25474,-0.055975,-0.13993,0.14328,0.31784,-0.24856,0.31105,-0.22777,-0.075992,0.099804,0.058386,-0.059753,-0.036189,0.11265,-0.11059
0.039962,-0.13832,-0.041559,0.040229,-0.0017631,0.059351,-0.0035078,-0.040612,0.03637,-0.0046526,0.025958,0.04475,-0.00063643,0.096941,0.10511,-0.022226,0.11255,0.079564,0.11449,0.10234,0.16562,-0.0023455,-0.14441,0.11328,-0.058183,0.041161,-0.037707,-0.025748,-0.020401,-0.010808,0.054594,0.0081422,0.10373,0.031218,-0.026626,0.042913,-0.063554,-0.033881,0.053518,0.035257,0.01854,-0.056305,0.047577,-0.22647,-0.02301,0.03041,-0.013894,-0.024391,0.12796,0.23278,0.015093,-0.028784,-0.059751,0.055358,0.024554,0.060913,0.0038859,0.0015686,0.10103,0.057663,-0.12212,0.023494,0.057532,-0.12052,-0.15023,-0.12827,-0.19265,-0.34104,0.10532,0.0094228,-0.05893,0.089115,-0.0045144,0.0025737,0.056735,-0.068663,-0.16131,-0.075321,-0.0011579,0.03614,0.031624,0.042739,-0.2496,0.019295,-0.062641,0.0061408,-0.36726,-0.19821,0.043213,-0.011801,0.10354,0.2566,0.1192,0.092345,0.083551,0.10542
0.020398,0.012883,-0.072694,0.12482,0.070643,-0.022357,-0.059844,0.10768,0.21939,-0.020369,-0.046526,-0.027093,0.033056,0.032811,-0.099769,0.031811,0.11058,0.073034,-0.25167,-0.069845,-0.017164,-0.013467,0.018341,0.026683,-0.011699,-0.015726,-0.020072,-0.025582,-0.11042,0.12701,0.048661,0.041873,0.12602,-0.0088319,-0.073481,0.06283,-0.022925,-0.065204,-0.049041,0.045883,0.087341,-0.044025,0.087184,0.061628,0.036575,0.081444,-0.055796,-0.12882,-0.066769,0.12699,0.076108,-0.079674,-0.073555,-0.018478,0.0019868,0.032919,0.022795,0.12636,-0.30507,0.17086,0.022798,0.14371,0.091338,-0.072843,0.0034394,0.024101,-0.025216,0.015094,-0.020375,-0.0029035,-0.0021975,0.025652,-0.015674,-0.038098,0.11915,0.029053,0.052047,0.051214,0.045387,-0.023284,0.1378,0.24298,0.025596,0.1423,-0.13969,-0.32601,0.22211,-0.28467,0.21467,0.081899,-0.099996,-0.042463,0.070773,-0.042838,0.11525,-0.093395
0.028675,-0.095192,-0.032783,0.035261,-0.0041487,0.11312,0.017018,-0.026424,0.024513,0.0097343,0.031776,-0.015287,-0.028435,0.11912,0.11955,-0.0078447,0.018158,0.090901,0.20358,0.149,0.12798,-0.0025001,-0.10979,0.19416,-0.11642,0.020713,-0.011387,-0.083856,-0.13448,-0.034557,0.16232,0.037893,0.075457,-0.17263,-0.20884,0.12725,-0.025201,-0.13216,-0.24086,0.0027791,0.053842,-0.043533,-0.12299,-0.24931,0.13252,-0.14264,-0.089874,0.12566,0.013854,-0.060376,-0.032697,0.025875,-0.067984,0.012294,-0.027903,-0.025069,-0.0025772,0.0085298,-0.079566,-0.18819,0.024986,0.03578,0.078121,-0.0071323,0.10527,0.30684,0.11101,0.2829,-0.078856,-0.02131,0.015776,-0.054642,-0.14217,0.036989,0.12213,-0.087912,-0.087526,-0.059992,-0.040356,-0.046319,0.0018806,0.029995,0.22925,-0.036973,0.075924,-0.018502,0.047965,0.018871,0.025592,-0.016745,0.053603,0.0033575,0.014345,0.096903,0.081765,0.09363
0.014483,0.016198,-0.059371,0.084819,0.051907,-0.012577,-0.010355,0.099619,0.17315,-0.037636,0.024995,-0.016048,-0.010733,0.01728,-0.016692,0.039486,-0.025226,-0.0081195,0.18732,0.028153,0.013984,-0.031975,0.010575,0.04451,0.023412,-0.028193,0.036525,0.0042996,-0.025331,0.12982,-0.076144,0.0071445,0.042836,0.065401,0.059337,-0.054618,-0.026819,-0.1419,-0.030291,0.11817,0.39632,-0.12776,0.24328,0.062466,0.14654,0.011531,0.086821,0.028298,0.178,0.043743,0.072398,0.078237,-0.062289,-0.089947,-0.00094868,0.031895,-0.059959,0.11932,-0.26443,-0.025021,-0.035051,-0.24498,-0.16126,0.048462,-0.0357,-0.015486,0.055968,0.048757,-0.0082355,0.0009393,0.04834,0.031892,0.02436,0.1499,-0.42903,-0.030936,-0.082268,0.024815,0.010013,0.045379,-0.069076,-0.091965,0.02453,-0.065638,0.051084,0.12051,-0.13261,-0.0126,-0.044127,0.079344,-0.0030924,-0.11418,0.0088704,-0.048775,0.11758,-0.078037
0.040387,-0.1385,-0.041528,0.031462,0.0074364,0.054085,0.0026127,-0.052334,0.032593,0.017825,-0.011247,0.040899,0.0036844,0.11543,0.1261,-0.014979,0.11659,0.079322,0.10114,0.077135,0.12821,-0.0010249,-0.13092,0.11917,-0.082991,0.029403,-0.041396,-0.012589,-0.057965,0.021983,0.079537,0.032915,0.071997,-0.036236,-0.063342,0.034852,0.017862,-0.027961,-0.033696,-0.042511,-0.045518,-0.00065447,-0.0451,-0.029447,0.075819,-0.13126,-0.0539,0.036472,-0.10703,-0.25054,-0.05374,0.012004,0.050084,0.05702,0.0017862,-0.038081,-0.066277,-0.020075,-0.027929,0.20236,-0.018191,-0.10533,0.083519,-0.021698,-0.048335,-0.10512,-0.06067,-0.082772,0.0053532,-0.013653,0.055217,0.062954,0.19382,-0.034531,-0.17081,0.19271,0.29304,0.14163,0.03302,0.039113,0.020936,-0.069994,-0.38029,0.071144,-0.12347,0.019878,0.21193,0.16999,-0.053555,0.032362,-0.15668,-0.26755,-0.14885,0.099057,0.080921,0.088058
0.021043,0.017187,-0.074299,0.11807,0.048781,-0.027775,0.0014227,0.10895,0.18649,-0.046269,0.010935,-0.026711,-0.0092423,0.025813,-0.019345,0.056621,-0.060361,-0.03253,0.22894,0.043414,0.0077268,-0.013514,0.010557,0.017429,0.0081435,0.027228,-0.039759,-0.11831,-0.13755,0.046772,-0.14917,-0.0084222,-0.023263,0.082977,0.10393,-0.10198,0.017438,0.046371,-0.076693,-0.021199,-0.057827,-0.057684,-0.0030529,-0.0071552,0.041012,0.031266,-0.14804,-0.087947,-0.1241,0.10416,-0.031478,-0.094094,-0.01939,0.016061,-0.015077,0.0055874,0.020452,0.015032,-0.036872,-0.12043,-0.0069736,-0.23202,-0.2523,0.020261,-0.035398,-0.076341,0.013603,0.0018151,-0.021188,0.037314,0.00099046,-0.021156,0.035268,-0.079874,0.16141,0.046523,0.065155,-0.015552,-0.051797,-0.060335,0.075051,0.042073,-0.072707,0.073735,-0.060239,-0.11134,0.19351,0.29442,-0.057062,-0.36902,0.086707,0.40186,-0.092744,-0.04303,0.11533,-0.092897
0.025942,-0.18603,-0.051492,0.032463,0.0099705,0.070871,-0.0070271,-0.070441,0.043144,0.021002,-0.020624,0.04794,0.017812,0.13771,0.11874,-0.0085291,0.14094,0.096816,-0.046404,0.059805,0.11398,-0.018671,-0.095833,0.020633,-0.017034,-0.0043692,-0.032054,0.018683,0.023094,0.014336,-0.047895,0.0024975,-0.0064176,0.065977,0.03849,0.018463,0.055865,0.13241,0.065685,0.013484,-0.01662,0.11903,-0.089211,0.17284,0.011058,-0.012347,0.058029,0.00043974,-0.1159,-0.21418,-0.020558,-0.015081,0.073498,-0.048182,-0.037173,-0.055885,0.073949,0.034695,-0.0182,0.18734,0.15897,0.066308,-0.25856,0.16483,0.055596,-0.16494,0.13736,0.08175,-0.017279,-0.012917,0.016494,-0.025284,0.073278,-0.028215,-0.13721,0.14168,0.21985,0.10563,0.027067,0.0016389,-0.014257,0.06913,0.32647,-0.072614,0.1232,-0.011049,-0.20549,-0.18817,0.072457,-0.029941,0.1283,0.27661,0.17046,0.099296,0.080827,0.087438
0.02886,0.013595,-0.068652,0.16401,0.053093,-0.041371,-0.013171,0.11176,0.19317,-0.057646,-0.0050963,-0.029161,-0.022224,0.023938,0.0054864,0.051636,-0.042205,-0.056932,0.18901,0.020421,-0.0096849,0.0057511,0.010423,0.027077,-0.0040422,0.025837,-0.033166,-0.12645,-0.21666,0.046848,-0.14369,0.014871,-0.018166,0.052792,0.1034,-0.11344,0.010738,0.074726,-0.069279,-0.088747,-0.21623,-0.011916,-0.084877,-0.0063894,-0.042424,-0.014664,-0.10009,-0.046995,-0.10385,0.025202,-0.07303,-0.032117,0.023157,0.045875,0.012206,-0.011213,0.0043695,-0.071524,0.14117,-0.10406,-0.047513,-0.16712,-0.089072,0.059928,-0.011639,-0.073619,-0.037887,-0.02782,0.015028,0.020345,-0.040843,-0.054552,-0.015572,-0.09816,0.28043,0.020364,0.079585,0.0070445,0.040758,0.026236,-0.072479,-0.043452,0.098203,-0.08011,0.073272,0.13443,-0.17205,-0.25233,0.047205,0.35734,-0.073142,-0.38137,0.075532,-0.036256,0.11267,-0.11042
0.028014,0.092304,0.022678,0.047842,0.00044794,0.099514,0.042841,0.039793,-0.03522,0.045411,-0.0065525,-0.04198,0.054407,0.15464,-0.048962,0.0084109,-0.0060653,-0.10058,-0.23876,0.044847,0.044763,0.12199,-0.073945,-0.20561,0.10058,-0.011184,0.059779,0.0011888,0.09493,0.076261,-0.19816,-0.060197,-0.17962,0.10844,0.16591,-0.090334,-0.018482,0.062853,-0.31887,0.011733,0.081786,-0.075803,-0.054319,-0.23454,0.12384,-0.20041,-0.04731,0.11857,-0.027701,-0.011272,-0.054244,2.1724e-05,-0.093063,0.03578,-0.036226,-0.018272,-0.0089895,0.038136,-0.076928,-0.10156,-0.015079,0.16586,-0.067659,-0.16359,-0.071769,0.17419,-0.069237,-0.36656,0.083332,-0.049794,-0.044939,0.058665,0.13811,0.027427,-0.024459,0.077423,0.078031,0.074206,0.045232,0.042821,-0.048936,-0.036694,0.17322,-0.035389,0.10613,-0.012336,0.084374,0.052873,0.021177,0.031181,0.010652,-0.010595,0.0085918,0.096346,0.081984,0.09507
-0.014732,0.017313,-0.035381,-0.092483,0.059295,0.032247,0.0052871,0.098269,0.16548,0.015,0.038864,0.024358,0.004642,0.0015481,-0.017655,0.037859,-0.035979,-0.014011,0.18725,0.023215,0.012739,-0.015763,-0.013386,0.045602,0.0042635,-0.022011,0.057177,0.10662,0.10126,-0.029298,-0.0031062,-0.013479,-0.051606,0.012456,0.028935,-0.068364,-0.015618,-0.12439,0.07319,0.10612,0.34276,-0.028401,0.33324,0.047887,0.057289,0.035311,0.1271,0.072637,0.088093,-0.16934,-0.010494,0.094557,0.016964,-0.058512,-0.014869,-0.026899,-0.043706,-0.1306,0.28743,0.018231,0.10749,0.2451,0.13052,-0.020732,0.092226,0.044132,0.058701,-0.042594,-0.0037251,0.00047134,-0.004378,0.018752,0.09486,-0.16371,0.38358,0.085374,0.20678,-0.010447,-0.040208,-0.0041777,-0.064992,-0.088356,-0.019392,-0.0441,0.019939,0.045794,0.071502,-0.081791,0.076663,0.0089727,-0.02389,0.11907,-0.1267,-0.075208,0.12794,-0.0096574
0.038632,0.13579,0.03002,0.056104,-0.0015204,0.049203,0.029609,0.058304,-0.029308,0.011417,-0.0070086,0.016765,0.071609,0.12072,-0.044423,0.0051346,-0.10784,-0.083481,-0.15982,0.034241,0.064377,0.14244,-0.13386,-0.14372,0.0282,0.01067,0.027842,0.030478,0.026274,0.036071,-0.062983,-0.0058871,0.065544,0.070849,0.057012,-0.03101,-0.043548,0.078965,0.023971,0.016138,-0.027787,-0.045059,0.013259,-0.22135,-0.072319,-0.0053504,-0.023084,-0.020006,0.14997,0.21128,0.041777,0.032045,-0.055727,-0.017443,0.019073,0.054661,-0.0028518,-0.014861,0.093613,-0.043762,0.14241,-0.016627,-0.001771,0.1855,0.14112,0.045445,0.18782,0.36904,-0.061235,0.031823,0.057514,-0.048219,-0.044423,-0.041611,-0.047848,0.066452,0.17532,0.013166,-0.018985,0.048416,0.034508,-0.013956,-0.34557,0.031202,-0.084667,0.059301,0.011645,0.011693,-0.083638,0.26156,-0.15847,0.20262,0.23861,0.09133,0.083949,0.10805
-0.020276,0.015204,-0.034751,-0.1354,0.078965,0.067143,-0.033718,0.11036,0.2086,0.069958,-0.017847,0.0081332,0.047722,0.013246,-0.10255,0.034205,0.10306,0.067225,-0.26403,-0.048316,-0.012256,0.00078861,-0.0109,0.021198,-0.019633,-0.01342,0.036031,0.054614,0.036576,-0.085079,0.11673,-0.0023806,-0.018094,-0.08416,-0.11881,0.055356,0.0021403,-0.028461,0.064891,0.034999,0.10636,-0.0089787,0.10258,-0.077114,0.046333,0.00028209,-0.094445,0.045426,-0.12794,-0.058429,-0.10068,-0.040618,0.060503,0.018178,-0.058544,-0.030971,0.011126,-0.12107,0.29879,-0.19519,0.0047276,-0.114,-0.14167,-0.0072545,-0.068379,-0.04369,-0.014561,-0.0030073,0.029512,-0.028532,-0.005424,-0.020778,-0.010233,0.021725,-0.086628,-0.010138,-0.028814,0.046781,0.072688,-0.04571,0.18069,0.24392,0.11091,0.14931,-0.062499,-0.19903,-0.24058,0.21648,-0.33779,0.19666,0.036044,-0.067902,-0.077242,-0.081211,0.13029,0.0058725
0.0351,0.18276,0.040607,0.059161,-0.0066345,0.021271,0.034125,0.082711,-0.030514,-0.020375,0.0062519,0.047481,0.081377,0.11867,-0.032852,-0.020021,-0.14066,-0.096454,-0.0095254,0.031732,0.042278,0.12532,-0.15189,-0.041109,-0.034755,0.00065813,-0.011576,0.020886,-0.011775,-0.0038787,0.073773,0.042788,0.1763,0.0074784,-0.034208,-0.023208,-0.039246,-0.039135,0.17178,-0.058576,-0.12226,-0.079501,0.090286,-0.045661,-0.14735,0.1273,-0.0089113,-0.079936,0.13592,0.21027,0.068205,0.030532,-0.035583,0.032027,0.052075,0.058448,-0.11704,-0.067257,0.090277,0.0030757,-0.099778,-0.12588,0.25344,-0.017018,-0.046245,-0.021556,-0.024135,0.055578,0.0012232,0.0059053,0.10299,0.0064958,0.12527,-0.016017,-0.10702,0.18431,0.21474,0.10499,-0.018498,-0.084783,0.022589,0.043259,0.35967,-0.033396,0.08111,-0.064566,-0.070558,-0.011582,0.062496,-0.29317,0.17158,-0.18828,-0.18031,0.091214,0.083995,0.10835
-0.027997,0.014927,-0.022028,-0.17709,0.080592,0.077491,-0.044066,0.11031,0.19536,0.083287,-0.018771,0.025727,0.049485,0.008751,-0.10114,0.01634,0.13042,0.058419,-0.31724,-0.068289,-0.015298,0.0024515,-0.021742,0.015591,-0.033685,-0.0055226,-0.00063659,0.052374,0.037566,-0.13827,0.13423,-0.014068,-0.0032493,-0.089464,-0.097852,0.067279,0.00091967,-0.02776,0.063488,-0.030051,-0.0447,0.0035689,-0.032168,-0.092159,-0.01659,-0.016471,-0.075635,0.060082,-0.017861,-0.01073,-0.069375,-0.010459,0.043764,0.043515,0.0022625,-0.0096548,0.0041292,-0.053649,0.10182,-0.16198,-0.075411,-0.27956,-0.14371,0.030592,-0.025447,-0.040542,-0.013011,-0.01887,-0.015138,0.037709,0.007899,-0.013083,-0.010059,0.042371,-0.086724,-0.025656,-0.047604,-0.039084,-0.051432,0.064477,-0.17009,-0.24825,-0.077408,-0.15702,0.058282,0.20061,0.26028,-0.24408,0.34464,-0.19784,-0.034309,0.064554,0.04388,-0.087852,0.13289,0.023051
-0.010621,0.22402,0.046761,0.061687,-0.023326,0.11374,0.045456,0.10167,-0.043008,-0.041883,0.060248,-0.0027302,0.089408,0.18009,-0.024463,-0.023402,-0.25996,-0.077018,0.070924,0.084779,-0.010762,0.050232,-0.061096,0.032561,-0.063788,-0.09648,-0.045367,-0.06502,-0.046409,-0.069488,0.14162,0.046891,0.087112,-0.12503,-0.17127,0.11562,0.038695,-0.055038,0.10811,-0.027104,0.011506,0.12496,-0.11312,0.33073,-0.070326,0.18151,0.075365,-0.010848,-0.023119,-0.0073476,0.048632,-0.071701,0.025666,-0.058816,-0.051265,0.0090159,0.12289,0.047287,-0.10923,-0.30939,0.080641,0.2173,-0.3257,-0.048963,0.017789,0.11719,0.045146,-0.22902,0.044631,-0.0076714,-0.062636,-0.012738,0.049565,0.0094765,-0.013116,-0.0034418,0.029776,0.028419,0.069775,0.054494,-0.01111,-0.010847,-0.19126,0.0045835,-0.037292,0.02545,-0.023627,-0.021928,0.020668,0.036984,0.012725,-0.05369,-0.055411,0.094896,0.082552,0.098821
-0.034714,0.011186,0.01703,-0.20219,0.074444,0.084009,-0.016676,0.11136,0.18267,0.067357,0.031251,0.036351,0.0036304,-0.027985,0.019255,0.0090187,-0.033421,-0.054915,-0.015211,0.013302,-0.0019559,0.013105,-0.0058088,0.018142,-0.039339,-0.0081235,0.023645,0.13211,0.12039,-0.20854,0.053417,-0.049164,-0.027716,-0.021381,0.039545,-0.022611,0.022191,0.065458,0.0075546,-0.01772,-0.061826,0.090337,-0.27323,-0.0095323,-0.063655,-0.1052,0.27568,0.16091,0.32488,-0.03514,0.10404,0.17694,-0.020366,-0.053268,0.068416,0.055987,-0.039987,0.14089,-0.34056,0.11069,-0.074617,-0.17594,-0.050272,0.019411,-0.0025601,-0.052043,-0.066666,-0.040627,-0.020201,0.033078,-0.027721,-0.012911,0.019584,-0.11839,0.29852,0.014841,0.069094,-0.022439,-0.0066693,-0.061718,0.055313,0.078232,0.0055109,0.05101,-0.0096107,-0.037694,-0.075382,0.14389,-0.09563,-0.031103,0.033213,-0.10194,0.16698,-0.093099,0.13495,0.036625
0.02567,0.18452,0.040143,0.050147,-0.011592,0.049501,0.042299,0.083686,-0.043936,-0.012003,0.024548,0.022666,0.080954,0.16256,-0.023924,-0.025111,-0.13206,-0.098986,0.028694,0.033328,0.018955,0.11378,-0.11376,-0.035441,-0.010539,-0.044078,-0.018835,0.014704,-0.017082,0.020459,0.054448,0.035058,0.085251,-0.025382,-0.021521,-0.045629,0.019778,-0.13498,0.097752,-0.073027,-0.0087367,-0.014184,0.0876,0.20612,0.053841,-0.018701,-0.019347,-0.015313,-0.15217,-0.23619,-0.0528,0.016076,0.073728,0.027023,0.02663,-0.034491,-0.061437,-0.018637,-0.020648,0.1605,-0.1506,-0.17123,0.20681,-0.056504,-0.10229,-0.15594,-0.16139,-0.037241,3.9477e-05,0.020021,-0.017061,0.041452,-0.062973,0.021978,0.058887,-0.13598,-0.22416,-0.063787,-0.029961,-0.015024,-0.032415,-0.052427,0.20996,-0.017505,0.071917,0.017589,0.21421,0.10177,-0.12513,0.22532,-0.17812,0.26639,0.28579,0.097998,0.081336,0.090797
-0.028972,0.016972,-0.018255,-0.17526,0.062165,0.060075,0.017664,0.11635,0.18366,0.048934,0.037176,0.037361,0.0065819,-0.0060724,-0.0044795,0.054316,-0.050576,-0.064399,0.16976,0.049659,0.0040347,0.023669,-0.010133,0.027719,-0.032898,0.034003,-0.011027,0.082636,0.067268,-0.27895,0.0041399,-0.056037,-0.080189,0.021667,0.096172,-0.10853,0.032648,0.10099,0.0026547,-0.08603,-0.20235,0.012851,-0.079779,-0.025617,-0.043482,-0.0009867,-0.08645,-0.027468,-0.10306,0.079737,0.041753,-0.052484,-0.022818,0.024111,-0.00047985,0.012223,0.012079,0.07478,-0.15346,0.12294,0.0012173,0.13863,0.14807,-0.011217,0.034393,0.060614,0.0044622,0.046278,0.00013379,-0.01098,0.0025575,0.02503,-0.050507,0.094071,-0.21946,-0.025955,-0.074505,0.022512,0.011183,0.072989,-0.029888,-0.015715,0.038873,-0.023508,0.015308,-0.0089574,-0.0083292,-0.14352,-0.037078,0.26977,-0.075682,0.25759,-0.53036,-0.087982,0.13294,0.023389
0.040132,0.13703,0.031704,0.04629,-0.010572,0.043628,0.024682,0.070523,-0.032732,0.0066314,0.03249,0.0091773,0.077232,0.15154,-0.041929,-0.010082,-0.097655,-0.086418,-0.11867,0.022956,0.052998,0.11134,-0.12383,-0.14495,0.065295,-0.0045254,-0.0080489,0.034719,0.028937,0.058073,-0.094285,-0.0093853,-0.0080084,0.075607,0.072853,-0.046284,0.014517,-0.0069372,-0.033468,0.027952,0.078895,0.012252,0.0076826,-0.012898,0.10688,-0.13295,0.0035681,0.021647,-0.13508,-0.23177,-0.071288,0.0046035,0.056115,-0.026837,-0.018421,-0.060666,0.044702,0.011913,-0.016597,0.22144,0.029723,-0.037003,-0.062253,0.082195,0.053887,-0.13251,0.029146,0.17758,-0.056152,-0.013079,-0.033434,-0.032165,-0.19862,-0.0059762,0.1307,-0.18084,-0.2516,-0.15074,-0.055105,-0.034863,0.033088,0.068072,-0.20167,0.04229,-0.13204,-0.022759,-0.21998,-0.12577,0.11865,-0.25544,0.14577,-0.22281,-0.30036,0.098196,0.081259,0.090286
-0.021169,0.01915,-0.036903,-0.13257,0.057789,0.041359,0.019556,0.11025,0.18443,0.031441,0.035728,0.03258,0.014273,0.00090286,-0.024332,0.060981,-0.061325,-0.038819,0.21377,0.049846,0.011321,0.0035616,-0.01631,0.023086,-0.014922,0.039634,-0.019462,0.049879,0.071259,-0.20878,-0.021787,-0.048968,-0.095972,0.036507,0.088147,-0.11851,0.01815,0.069947,0.027713,-0.032947,-0.062022,0.015541,0.092123,-0.020697,-0.019434,0.052952,-0.145,-0.042701,-0.19943,0.023938,-0.021241,-0.10917,0.006193,0.041613,-0.045859,-0.015846,0.027675,-0.01365,0.043027,0.08697,0.08664,0.29704,0.12458,-0.030726,0.031606,0.077282,0.053783,0.019418,-0.0093142,-0.041739,0.017737,0.020473,-0.01717,0.09188,-0.21229,-0.028882,-0.097556,-0.023793,0.011042,-0.022898,0.03087,0.015436,-0.06982,0.029775,-0.021189,-0.00085463,-0.0027067,0.10984,0.051864,-0.25707,0.066634,-0.27244,0.53258,-0.081259,0.13031,0.0059961

View File

@ -1,136 +0,0 @@
-0.26843,-0.14843,-0.0035276,0.07041,-0.074667,0.027845,-0.032185,0.0065567,-0.021675,0.0047337,-0.083115,0.14953,-0.10787,0.076391,-0.098961,0.0603,-0.13771,0.086496,-0.20619,0.00082343,-0.018559,0.10777,-0.043912,0.0042306,0.0062574,-0.040827,-0.087774,0.15807,0.06267,-0.28744,-0.053306,0.082475,-0.010363,0.071667,-0.036071,0.22195,-0.30479,0.057379,-0.088168,0.21191,-0.13476,0.16261,-0.13727,0.072238,-0.0082905,0.059281,-0.13987,0.16141,-0.25908,0.0059119,-0.0087338,0.073999,0.13281,-0.048214,-0.015627,0.060569,0.032754,-0.073194,-0.039253,-0.079878,0.067151,0.073875,0.049677,-0.067964,-0.024245,-0.018553,0.03131,0.12252,0.03928,-0.067887,-0.034803,-0.10019,-0.019729,-0.036841,0.02672,0.030687,0.05445,0.028159,-0.022492,-0.0094575,-0.035016,-0.029742,0.074254,0.023596,0.025147,0.04966,-0.10893,-0.021348,-0.10753,-0.15156,-0.09038,0.047042,0.026514,0.019236,0.036581,0.0069831,0.018264,0.13389,0.002998,0.023635,-0.016045,-0.066329,-0.027599,-0.0080758,-0.045039,-0.066873,-0.035691,0.0046055,0.029529,0.0079202,0.012514,0.020439,0.0020478,0.006795,0.0046678,-0.018799,-0.0025731,-0.005874,-0.010611,-0.0038675,-0.0017216,-0.0030589,-0.013183,7.0924e-05,0.0067559,0.0013566,0.0018256,0.0013088,0.00068325,0.0013412,0.0010804,0.0031466,-0.002915,-0.019487,-0.12556,-0.072071
0.0083369,-0.052624,0.21624,0.11875,0.14276,-0.037095,-0.033955,0.19987,-0.12626,-0.11539,-0.10476,-0.040254,-0.14795,-0.020633,-0.077716,-0.30422,-0.18462,-0.053735,0.081608,-0.096396,0.2066,-0.10499,0.026157,0.10164,0.0018042,-0.16926,-0.070934,-0.14969,0.20917,-0.059329,0.041683,0.20187,-0.22538,0.089881,0.12458,-0.0067985,0.00061575,0.01305,-0.10151,0.00045395,0.1259,-0.075116,0.14802,-0.014349,-0.24879,-0.039782,0.013423,-0.00070063,-0.012135,-0.19873,0.22754,-0.0056094,-0.010762,-0.011555,0.024837,-0.046678,-0.076859,0.018895,0.03721,-0.0032362,-0.02195,0.010622,0.072494,0.039654,-0.089595,-0.10294,-0.08575,0.21966,0.06062,-0.051653,0.031081,-0.081372,-0.034658,-0.022554,0.035872,0.001639,0.00044971,0.036496,-0.0089802,0.032128,-0.039691,-0.017958,0.0018518,-0.00023647,-0.047335,-0.012381,-0.014979,0.0010089,0.049241,0.04821,0.00066432,-0.020413,-0.0069469,-0.00011071,-0.010759,-0.0025971,-0.0029977,-0.021806,-0.028657,0.013412,0.014191,0.010367,0.0072108,-0.010174,0.0016925,-0.0010822,0.0027909,0.0084997,0.0028448,0.00039692,-0.0065514,-0.009241,-0.0014169,-0.0010065,-0.0062459,0.015608,0.0021077,0.01078,-0.00099904,0.0035242,-0.006235,-0.002501,-0.001352,-0.00079024,-0.0029426,-0.0028167,0.0095219,0.0090411,-0.0024446,-0.0061255,-0.00096964,-0.0021409,-0.0039751,0.015563,-0.013989,0.19657
-0.24643,-0.13595,-0.0036804,0.046709,-0.08766,0.019552,-0.053797,0.013899,-0.015055,-0.049066,-0.10753,0.18414,-0.10958,0.091066,-0.099971,-0.022726,-0.081875,0.097418,-0.21138,0.1119,0.0076796,0.099006,0.0032858,-0.018305,0.010124,-0.092322,-0.058192,0.17137,0.027295,-0.15917,0.054881,0.027532,0.079938,0.030373,0.0059395,0.021554,-0.033026,0.077282,-0.026655,-0.00944,0.020168,-0.001509,0.051243,-0.020316,-0.0040079,-0.035027,0.038802,-0.026696,0.077586,-0.023795,-0.018622,-0.05796,-0.034543,0.047607,0.053854,-0.042747,-0.0029727,0.023427,0.022752,0.057928,-0.048211,-0.039785,-0.049038,0.055079,0.061905,0.020187,0.045369,-0.14537,-0.036012,0.10499,0.048136,0.081433,0.023444,-0.042829,-0.052055,-0.03226,-0.14068,-0.055899,0.05893,-0.025973,0.099334,0.095022,-0.14999,-0.06482,-0.047176,-0.10377,0.27798,0.060121,0.22417,0.31914,0.2267,-0.1057,-0.04145,-0.042546,-0.066376,0.00079419,0.0069369,-0.26348,0.021188,-0.078323,0.0075072,0.15124,0.061322,0.013886,0.099759,0.16611,0.085393,-0.00033421,-0.06995,-0.013565,-0.016196,-0.056295,-0.00019107,-0.012757,0.0069486,0.032886,-0.0062142,0.016764,0.00011289,-0.0046918,0.0089912,0.0017219,0.022414,0.0029474,-0.010519,-0.0041884,0.013414,0.0014528,-0.00756,-0.0054198,-0.0053841,-0.0050784,0.0050758,0.010994,-0.12008,-0.036844
0.01078,-0.054202,0.20073,0.10313,0.12412,-0.061952,0.073449,0.14699,-0.13728,-0.073391,-0.058589,-0.087592,-0.15437,-0.025089,-0.043103,-0.22383,-0.063739,-0.068609,0.028815,-0.12427,0.10899,-0.049545,-0.007583,0.026835,0.0066148,-0.024386,-0.011023,-0.048093,0.046739,0.0089321,-0.0063121,-0.023017,-0.029279,-0.038581,0.034843,0.082213,-0.039251,0.016569,0.024235,-0.027956,0.04416,0.041865,-0.14616,0.010159,0.13002,-0.012334,-0.00456,-0.033371,-0.0077723,0.099874,-0.10987,0.015237,0.05613,-0.0030034,-0.088443,0.041145,0.16974,-0.16794,-0.074309,0.024432,0.14573,0.099652,-0.12977,-0.10583,0.1827,0.19745,0.1508,-0.44116,-0.17061,0.10835,-0.057874,0.17326,0.10271,0.060439,-0.088186,0.016007,0.0038376,-0.092215,0.072438,-0.15285,0.11571,0.030496,-0.078109,0.040726,0.057025,0.036379,0.0024942,0.019382,-0.10563,-0.11684,-0.0406,0.061019,0.004854,0.010037,0.034571,0.00050179,-0.014039,0.03926,0.037467,-0.011303,-0.018971,-0.011837,-0.026404,0.0099138,-0.011879,-0.0025879,-0.0044364,-0.018542,0.0046318,-0.0043568,0.01865,0.016286,0.001098,0.0035667,0.0050048,-0.018953,0.00075227,-0.020634,-0.0029053,-0.0010133,0.0008467,-0.00035643,-0.0013547,-0.0010537,-0.0048059,0.0057122,-0.0087777,-0.011346,0.0057068,0.0051456,-0.0058996,0.0057347,7.2364e-05,0.015255,-0.014045,0.19622
-0.23818,-0.12587,-0.0050825,0.024003,-0.092559,0.014819,-0.04417,0.038894,-0.033079,-0.052916,-0.13723,0.16615,-0.12501,0.14306,-0.10273,-0.041026,-0.039055,0.077031,-0.15766,0.14125,0.0089736,0.033324,-0.0099198,-0.0429,-0.019395,-0.1282,0.043294,0.099659,0.004246,0.023404,0.12778,-0.048793,0.11208,-0.041862,0.03113,-0.096459,0.18185,0.056805,0.034282,-0.18193,0.1059,-0.16453,0.051861,-0.1175,0.058887,-0.080319,0.14509,-0.12885,0.23804,0.051018,0.029369,-0.04794,-0.14401,0.10899,0.0097754,-0.055316,-0.10723,0.14933,0.064931,0.10136,-0.13287,-0.10782,-0.030636,0.05982,-0.027072,-0.0029593,-0.0981,-0.072606,-0.044723,0.015377,-0.0094643,0.087956,0.027549,0.061781,0.06216,-0.044336,0.014414,0.025338,-0.022678,0.0043944,-0.013685,-0.057466,0.045813,0.048198,-0.0066421,0.077487,-0.19915,-0.054553,-0.13616,-0.20209,-0.20645,0.10165,-0.003837,0.013473,0.042098,0.032904,-0.011348,0.216,0.0035725,0.061629,0.00032434,-0.11835,-0.052792,-0.0096665,-0.084665,-0.14394,-0.076731,-0.00077577,0.052606,0.01427,0.018264,0.05166,-0.0044691,0.0038229,-0.022165,-0.029864,0.013578,-0.018203,0.022271,0.0074215,-0.0036388,0.0043947,-0.0040015,-0.0065261,-0.0023114,0.0004129,-0.024867,-0.0052419,0.0043676,0.004255,0.006802,0.0031212,-0.0042837,0.039255,-0.11501,-0.004182
0.019622,-0.043366,0.20071,0.093561,0.080699,-0.080382,0.16774,0.077377,-0.09425,-0.05615,-0.033845,-0.048441,-0.13695,-0.082539,0.014406,-0.19855,0.019729,-0.054162,-0.018659,-0.10533,0.051094,0.047394,-0.041216,-0.052214,0.012821,0.10176,-0.089103,0.081446,-0.057597,0.03337,-0.033522,-0.18716,0.16372,-0.075348,-0.045713,0.14984,-0.051543,0.012646,0.11835,-0.01828,-0.016437,0.076699,-0.23136,-0.0075175,0.38868,-0.044659,-0.026857,-0.092334,0.040458,0.26918,-0.18162,0.0032926,-0.049477,0.035768,0.030261,0.019424,-0.13121,0.20208,0.0081975,-0.036452,-0.077814,-0.073109,0.020498,0.02181,-0.085374,-0.099821,-0.064717,0.23911,0.10913,-0.052398,0.041693,-0.10528,-0.076023,-0.027375,0.039121,-0.031435,-0.029105,0.049865,-0.081562,0.14708,-0.1051,-0.0085797,0.13338,-0.062108,0.030689,-0.029615,0.024805,-0.028126,0.067131,0.10288,0.075913,-0.058769,-0.0045629,-0.01868,-0.039277,-3.6541e-06,0.02205,-0.042901,-0.013131,-0.012695,0.002428,0.0091862,0.027336,0.0028612,0.016783,0.0011482,0.00063086,0.016914,-0.013763,0.0069093,-0.015223,-0.0044107,-0.0016816,-0.0048915,-0.0014632,0.0016102,-0.0014916,0.010445,0.0030631,-0.0034851,0.0030119,0.0037723,0.0040118,-0.00042782,0.0016859,-0.00044053,-0.00064974,0.0010961,-0.0030905,0.00059512,0.0023742,0.00045638,0.0024336,0.011815,-0.014662,0.19224
-0.22462,-0.097966,-0.0039352,-0.0047978,-0.07864,0.022207,-0.07427,0.069531,-0.060325,-0.11184,-0.14809,0.12545,-0.12882,0.096118,-0.062481,0.14306,0.010705,0.022604,0.043573,-0.10226,0.029661,-0.033243,-0.0081404,-0.034601,-0.0052936,-0.048673,0.12315,-0.17604,-0.070799,0.18289,0.16108,-0.023703,0.0078436,-0.07267,-0.072845,-0.22472,0.16935,-0.17025,0.05275,-0.088015,-0.032815,-0.070884,-0.052429,0.030479,0.07492,0.096309,-0.051246,0.021538,-0.015365,-0.0019375,-0.049854,0.053856,0.11499,-0.20624,-0.0071849,0.0040182,0.16418,-0.22255,0.043521,-0.090862,0.108,0.065991,-0.012451,-0.022031,0.0034822,0.025476,-0.0089028,0.11337,0.0029623,-0.082536,-0.080356,-0.029942,0.031616,0.16352,-0.0043443,0.097843,0.26917,0.042323,-0.069265,0.097221,-0.17442,-0.028748,0.1288,0.011756,0.1538,-0.059973,0.01991,0.016747,-0.029419,0.015562,0.18537,-0.093196,0.014573,0.010369,-0.049361,-0.13255,-0.051005,-0.17468,-0.11141,0.040441,0.058967,0.0068179,0.027016,-0.0015063,0.025864,0.02306,0.023921,-0.0011044,-0.010361,-0.01308,-0.034574,-0.020545,-0.00095034,0.0033967,0.0044179,0.0062895,-0.0093085,-0.0021454,0.0019425,0.0025567,-0.01408,-0.0057657,-0.0099441,-0.002384,0.00022922,-0.0003753,0.012798,0.0049749,-0.010514,-0.0071199,-0.0046339,0.0012549,-0.0044425,0.066547,-0.11011,0.027361
0.021127,-0.033495,0.20167,0.033652,0.048103,-0.095661,0.24487,-0.012876,-0.087712,-0.030027,-0.08267,-0.006215,-0.10833,-0.14247,0.17424,-0.067368,0.057419,0.087709,-0.13235,0.0012929,-0.077481,0.10979,0.12029,-0.065282,0.062463,0.14293,-0.096304,0.1926,-0.21246,0.056939,0.011232,-0.082614,0.15899,-0.056953,-0.19896,-0.22134,0.0045382,-0.0017276,0.097011,0.029269,-0.18438,-0.037604,0.17404,0.1388,-0.071838,0.2773,-0.0077446,0.27956,0.088029,-0.31842,0.14727,0.029873,0.07491,0.023801,0.078523,-0.089714,0.057857,-0.08644,-0.0051339,0.0069416,-0.063349,-0.039104,0.050603,0.048444,-0.019748,-0.0036187,-0.012476,-0.0058008,0.017102,0.025848,-0.015974,0.030633,-0.017473,-0.0083549,-0.0070931,-0.0010553,0.0073636,0.027526,0.042315,-0.03492,0.059847,0.00096633,-0.071291,0.016766,-0.052092,-0.010769,-0.040706,-0.017179,-0.0013441,-0.024181,-0.056791,0.036357,-0.0032988,0.010082,0.018455,0.024674,0.0025554,0.044734,0.024324,-0.0006886,-0.0032392,-0.002207,-0.010148,-0.0027362,-0.0075085,-0.0025382,-0.0049322,0.0015247,0.0044046,-0.0057846,0.011143,-0.0016667,-0.00017118,0.0047582,0.0044498,0.0074329,0.0019808,-0.00022238,0.0038204,0.0019762,0.0061106,-0.00015498,-0.0008199,0.0011544,0.0014167,-0.003308,6.0213e-05,-0.0020909,-0.0062232,0.0049961,0.0074848,-0.0040713,0.00059562,0.0066903,-0.015582,0.18632
-0.21045,-0.10377,-0.011345,-0.038512,-0.067106,0.036982,-0.0023762,0.083754,-0.058761,-0.04949,-0.1565,0.13145,-0.048727,0.051332,0.034796,0.15086,0.093801,-0.015443,0.17006,-0.14987,-0.0048295,-0.079472,-0.016145,-0.035331,0.0077152,0.090397,0.11579,-0.16451,-0.014342,0.1657,0.029006,-0.083044,-0.07809,-0.051411,-0.042774,-0.080711,0.095586,-0.11519,-0.016539,-0.052203,0.0056774,-0.049445,-0.041699,0.0068536,0.0014328,0.031527,-0.077748,0.035912,-0.12438,0.032194,-0.052136,0.029451,0.022514,-0.0058117,-0.10234,0.1374,-0.059801,0.089292,-0.07204,-0.03761,0.10273,0.05966,0.045474,-0.076798,-0.016254,-0.034594,0.013165,0.09853,0.039572,0.00064786,0.091221,-0.1113,-0.094941,-0.20915,-0.038682,-0.091446,-0.24026,-0.061059,0.075038,-0.079054,0.16727,0.023327,-0.15088,-0.013448,-0.19625,0.04779,-0.020485,0.0077891,0.065449,0.077336,-0.16985,0.058801,-0.0027942,-0.023067,0.070102,0.2086,0.13567,0.17751,0.24499,-0.13029,-0.13319,0.11795,-0.026466,-0.0026734,0.023978,0.10922,0.018622,-0.010867,-0.020402,0.02001,0.029969,-0.0050513,0.015167,-0.0080999,0.024969,0.013057,-0.00055312,0.03446,-0.035155,-0.0037707,0.020934,0.0055138,0.0069014,0.0098715,0.011373,-0.0048237,-0.0012155,0.0069032,0.016157,-0.00074927,0.0032029,-0.0067611,0.0031476,0.094824,-0.10504,0.060041
0.01715,-0.042578,0.20584,0.04568,-0.00082874,-0.051006,0.2902,-0.072925,-0.045874,0.091912,-0.01474,-0.041447,-0.013288,-0.0077088,0.12174,0.077972,0.12372,0.07246,-0.14625,-0.039185,-0.20033,0.080576,-0.031339,-0.046942,-0.057862,0.038527,0.14272,0.11901,0.033806,-0.067557,0.10626,-0.031187,0.067722,0.013674,0.01775,0.049167,0.1615,0.0569,-0.1808,0.0079913,0.0013846,-0.07746,0.20109,-0.20299,-0.35124,-0.28073,0.1028,-0.054508,-0.18785,0.077139,-0.16535,-0.014884,-0.07794,-0.014337,-0.1838,0.2589,-0.077515,0.03835,-0.020166,-0.11428,0.10944,0.075282,-0.045584,-0.098112,-0.00036526,0.042903,0.018602,0.024166,-0.035431,-0.089582,-0.040553,-0.05438,0.047457,0.043877,0.010564,0.056806,0.1064,-0.012072,-0.023142,0.0029887,-0.035985,0.0035108,0.027329,-0.0083204,0.0040588,0.0071925,0.037553,0.018996,0.0071245,0.011096,0.041629,-0.028872,0.0051922,-0.0011775,-0.013363,-0.025376,-0.01432,-0.031529,-0.041148,0.014533,0.012347,-0.0080424,0.0082025,0.00045194,0.0026121,-0.0014389,-0.00025908,-0.002738,-0.00525,0.0023201,-0.0089624,-0.0045197,-0.0036751,-0.00082457,-0.0031308,1.1658e-05,-0.0042596,0.0090612,-0.0098653,-0.0027038,-0.0029646,8.9388e-05,0.0022605,0.000673,0.0050814,0.00030508,0.003645,0.0033728,0.0025911,-0.0050928,0.00037594,-0.00026645,0.00076084,-0.004683,-0.017623,0.17317
-0.16077,-0.090461,-0.016676,-0.065964,-0.041529,0.028759,0.026998,0.089625,-0.058352,-0.10198,-0.13871,0.12389,0.077517,0.0013703,0.074647,0.11717,0.13911,-0.046487,0.25182,-0.1824,-0.049692,-0.048902,-0.045544,-0.044587,0.060208,0.17106,0.0019838,-0.10903,-0.035308,0.038314,-0.1236,-0.078246,-0.047967,-0.0024584,-0.022922,0.1008,-0.056533,0.063393,-0.090553,0.10114,0.0019045,0.10293,0.023674,0.0080981,-0.11174,-0.004556,-0.051623,0.033701,-0.078205,-0.039685,0.021053,-0.033488,-0.12709,0.18162,0.041237,-0.10442,-0.10437,0.12804,-0.060253,0.080793,-0.097301,-0.073625,0.029909,0.044797,0.0073665,0.0089903,0.032794,-0.13661,0.023872,0.048949,-0.0069785,0.025726,-0.017551,-0.11363,0.043844,-0.032541,-0.11042,0.021754,0.028065,-0.070243,0.093301,0.035492,-0.0067426,-0.015306,0.044467,-0.017139,0.10273,-0.0096659,-0.0034463,-0.094682,0.092271,-0.0041972,0.0038336,0.039089,-0.063578,-0.18823,-0.20608,-0.12353,-0.31535,0.18283,0.17233,-0.21016,0.032247,0.023762,-0.054909,-0.19357,-0.057502,0.028438,0.033206,-0.014672,-0.01569,0.0064166,-0.020642,0.0096919,-0.028651,-0.015795,0.00047332,-0.026687,0.027357,-0.003856,-0.0071811,-0.002408,-0.002426,-0.00041602,0.00029586,0.0098741,-0.012309,-0.021415,-0.0043011,0.0062207,-0.00098138,1.339e-06,0.0079095,0.11853,-0.10078,0.087438
0.010404,-0.037088,0.1865,0.037535,-0.047197,-0.026488,0.26254,-0.16044,-0.036404,0.14553,0.022276,-0.074288,-0.011443,0.090248,0.069509,0.20473,0.086839,0.080896,-0.074647,-0.04833,-0.16925,-0.0020353,-0.034696,0.014836,-0.04777,-0.13417,0.17111,-0.11004,0.064058,-0.074615,0.10163,0.12755,-0.069316,0.032847,0.082388,-0.025902,0.042454,-0.046058,-0.074946,0.012982,0.058159,0.10115,-0.15973,0.019299,0.033758,-0.067993,-0.070482,-0.16416,-0.039086,0.098277,0.13115,-0.033713,0.10572,-0.13801,0.19974,-0.26291,0.22861,-0.18989,0.027649,0.18483,-0.11378,-0.08545,-0.014355,0.1556,-0.0063898,-0.089637,0.019053,0.020329,0.059817,0.17559,0.14481,0.048285,-0.05109,-0.12594,0.018446,-0.079129,-0.24192,0.019468,-0.025969,0.073993,-0.047704,-0.016701,0.031097,-0.0066449,0.042983,0.010036,-0.01726,0.0050701,-0.048179,-0.036858,-0.015389,-0.002447,0.017154,0.0031822,0.016511,0.0029798,0.012453,0.018311,0.022553,0.0016265,-0.00054959,-0.011562,-0.0063824,-0.0041371,-0.0013399,-0.0015514,0.0068806,-0.0072785,0.00629,-0.0033373,-0.0070685,0.018825,0.0029869,0.0032227,-0.0070905,-0.013866,0.0047114,-0.017637,0.0070595,-5.3093e-06,-0.0023919,-0.00038432,-0.0022579,-0.002571,-0.0020394,0.0042343,-0.0092219,-0.0045806,0.0030743,0.00063842,0.00056359,0.0031029,-0.00091368,-0.02101,-0.020554,0.1543
-0.093476,-0.074066,-0.011675,-0.083164,-0.02528,0.014596,0.034612,0.053415,-0.021086,-0.11076,-0.09844,0.15471,0.19115,-0.036454,0.13747,0.024312,0.12836,-0.055675,0.20365,-0.10897,-0.06946,-0.020982,-0.038511,-0.0027771,0.055885,0.1132,-0.081156,-0.0018754,-0.026261,-0.078317,-0.20187,0.042092,0.0017477,0.062863,0.047689,0.10759,-0.097502,0.10918,-0.005004,0.098158,0.0031083,0.097203,0.064864,-0.0095551,-0.074631,-0.10959,0.073298,-0.086647,0.077534,-0.043278,0.069786,-0.026198,-0.054512,0.054685,0.058716,-0.06315,0.01702,-0.042877,0.054292,0.032444,-0.14696,-0.081242,-0.054353,0.079266,-0.022896,0.0093086,-0.035794,-0.078186,-0.042425,0.019524,-0.059254,0.10323,0.089628,0.20667,0.033715,0.093182,0.19398,0.053264,-0.078821,0.10935,-0.18492,-0.032514,0.079909,0.034524,0.15641,0.037703,-0.097283,0.039922,-0.11711,-0.0068921,-0.014913,-0.032152,0.032971,-0.022448,0.057355,0.093447,0.19804,0.010538,0.26428,-0.16425,-0.13165,0.209,-0.01861,-0.009531,0.073681,0.21774,0.0919,-0.039467,-0.044662,-0.013835,-0.012992,-0.0049031,0.015322,-0.0001896,0.0075436,0.0042506,0.0060217,-0.0056544,0.001052,0.0012684,-0.0018506,-0.00091901,0.0031207,-0.012112,-0.011168,0.011013,0.0060446,0.016808,-0.004676,0.00040853,-0.0008648,0.0033324,-0.0014642,0.13501,-0.097824,0.10648
0.012068,-0.0071935,0.16018,0.04039,-0.12592,0.013073,0.18773,-0.22505,0.011791,0.10534,0.028545,-0.0017417,0.019913,0.10256,0.053373,0.21505,0.0090215,0.059066,-0.0013849,-0.0493,0.0012087,-0.028306,0.018563,0.045244,0.019261,-0.19648,-0.025294,-0.16947,0.092796,-0.083827,0.031758,0.14471,-0.11612,0.040767,0.039336,-0.080165,-0.075868,-0.092595,0.067018,0.039438,0.055123,0.10036,-0.10526,0.13641,0.19858,0.097571,-0.049594,-0.00091694,0.12781,-0.063852,-0.0058639,-0.027342,-0.0747,0.04788,0.067216,-0.018361,-0.27351,0.29345,-0.0020048,-0.085328,-0.023807,-0.028958,0.06419,-0.034638,0.022203,0.06783,-0.03977,-0.026763,-0.021448,-0.15777,-0.15731,-0.042637,0.050795,0.15326,-0.004616,0.067432,0.33178,-0.080748,0.074543,-0.16321,0.15184,0.053815,-0.19351,0.046254,-0.049975,-0.016906,0.053836,0.036889,0.0082423,-0.0028471,0.00038571,0.035259,-0.0020758,0.0083494,0.011462,-0.0085045,-0.027803,-0.013813,0.0010022,-0.022109,-0.010779,0.023599,-0.009559,0.0034993,0.0015836,0.025056,0.01303,-0.005363,-0.0046325,-0.0044758,0.020371,-0.0096209,0.0047625,-0.0050918,0.012391,0.0090772,-0.0074775,-0.00060511,-0.0064094,0.00066775,0.0033677,-0.0027355,-0.0023607,0.0069709,0.0061002,-0.0044838,0.0024929,-0.0076019,0.0026789,0.0049158,-0.003556,-0.0024331,0.0077749,-0.040208,-0.024,0.13212
-0.030226,-0.051157,-0.0017295,-0.096335,-0.013319,0.0025684,0.074217,0.0012419,0.0074515,-0.081505,-0.043898,0.16649,0.31158,-0.029777,0.15226,-0.09262,0.087545,-0.025789,0.093463,0.087035,-0.059768,-0.0051271,-0.0053262,0.044796,0.020303,-0.081715,-0.078701,0.078904,-0.0016707,-0.13296,-0.15929,0.16398,0.03815,0.070047,0.091008,-0.027885,-0.026515,-0.013034,0.14418,-0.051563,-0.00094747,0.0030233,-0.038275,0.017913,0.10214,-0.078111,0.11667,-0.12736,0.15789,-0.020574,-0.0079134,0.045671,0.16335,-0.21202,-0.044834,0.12263,0.11727,-0.1589,0.11516,-0.05852,0.076822,0.066813,-0.052179,-0.077918,0.03432,0.031465,-0.018391,0.097407,0.0011534,-0.00013303,0.017201,-0.0098243,0.008911,0.064055,-0.091195,0.017477,0.0055077,-0.058706,0.03691,0.029885,0.024743,-0.0004119,-0.031197,-0.072264,-0.22475,-0.047074,0.016752,-0.069159,0.24639,0.1872,-0.063454,0.042715,-0.086183,-0.016314,-0.061704,0.04511,-0.063378,0.17009,-0.12368,0.076735,0.052931,-0.12908,-0.0063474,-0.01815,-0.082744,-0.23314,-0.12223,0.060305,0.045181,0.030072,0.037522,0.0073906,0.0079415,-0.018604,-0.0112,0.0055936,0.0039969,0.013415,0.0015244,0.0043897,-0.0031185,0.0043467,-0.0044209,0.011207,0.009798,-0.025479,0.0074604,0.0032821,0.0057525,0.00041461,0.002302,0.0015341,-0.012228,0.14837,-0.095426,0.12192
0.01201,0.014133,0.13052,0.039336,-0.19553,0.068451,0.079632,-0.25839,0.028397,0.04468,0.043757,0.024653,0.0085481,0.13687,-0.0084285,0.1465,-0.058651,-0.033477,0.12486,-0.012988,0.15875,-0.036584,0.012425,0.068206,0.046724,-0.19756,-0.18935,-0.067081,0.056959,-0.021056,-0.038511,-0.021781,0.0017282,-0.0037694,-0.026211,-0.032028,-0.019204,0.0032394,0.048996,0.011759,0.050208,-0.005567,0.13781,0.027693,0.065889,0.15041,0.046447,0.1456,0.073397,-0.14365,-0.072568,0.027956,-0.11525,0.20289,-0.17588,0.16505,-0.050318,-0.055792,-0.029672,-0.07502,0.08177,0.074754,-0.014707,-0.10709,0.0057479,0.021799,0.059385,-0.14049,-0.07401,0.095079,0.089407,0.054488,0.0098263,-0.053946,-0.015003,-0.030556,-0.28887,0.077953,-0.085485,0.16481,-0.17304,-0.088731,0.3788,-0.098103,0.07358,0.018572,-0.063349,-0.093079,0.03501,0.065937,0.026817,-0.055766,-0.015781,-0.023741,-0.043212,0.010442,0.050996,0.011919,0.0027142,0.015714,-0.01627,0.0047659,0.015927,0.009496,0.011795,-0.021969,-0.020345,0.018441,0.010201,0.019375,-0.019564,-0.0089353,-0.0046741,0.0097735,-0.0061636,0.003295,0.01037,0.014234,0.0090581,-0.0020779,-0.0012278,0.0083367,0.0074872,-0.0078179,-0.009745,0.0063387,0.0021313,0.019355,-0.008682,-0.0069097,-0.0054913,-0.00051331,-0.0066879,-0.062156,-0.02794,0.10675
-0.011643,0.0068787,0.0046937,-0.10349,-0.0025511,0.0026967,0.13191,-0.010905,-0.0079232,-0.043367,0.0067325,0.043144,0.35903,0.060301,0.0016473,-0.17918,0.023663,0.011421,0.061417,0.22739,-0.00013374,-0.032358,-0.015988,0.003299,0.014681,-0.243,-0.032851,0.11212,-0.019516,0.02055,-0.019313,0.07521,0.080396,0.00058861,-0.0086291,0.0028768,-0.026185,0.025087,0.029426,-0.1025,-0.01381,-0.15568,-0.061066,-0.076979,0.055142,0.10135,0.029538,0.065849,-0.011532,0.10784,0.039219,0.026163,-0.006905,0.029379,-0.042809,-0.003148,0.023567,-0.0158,-0.026326,0.010973,0.16,0.062701,0.057227,-0.035923,0.017334,-0.030428,-0.035277,0.079102,0.027515,-0.11635,-0.019038,-0.087703,-0.064738,-0.21847,0.10849,-0.07514,-0.083882,0.053674,0.0084597,-0.10918,0.08663,-0.03634,-0.011181,0.10856,-0.025448,-0.00021098,0.015568,0.033881,-0.23794,-0.2866,0.10663,-0.027287,0.082591,0.049689,0.036871,-0.10549,-0.081887,-0.2156,0.013737,0.066609,0.015499,0.067013,-0.010972,0.032159,0.094135,0.27213,0.13054,-0.087495,0.0035775,-0.0035186,-0.0017529,0.0051045,-0.020382,0.035781,0.022808,0.0015558,-0.0024376,0.0060952,-0.0066851,0.0022611,0.016036,-0.0068668,-0.00085493,0.0034473,-0.00087914,0.012985,-0.0067686,-0.0046657,-0.0039821,-0.0047436,-0.0029515,-0.0074338,0.0068576,0.1545,-0.094326,0.12901
-0.00058365,0.015517,0.11788,-0.00056868,-0.21266,0.095197,-0.0042621,-0.23368,0.017387,0.0027878,0.10972,-0.057043,-0.044572,0.19885,-0.13983,0.033703,-0.036622,-0.11523,0.23853,-0.040335,0.24709,-0.020395,-0.051728,0.045701,0.024229,0.020095,-0.17777,0.0729,0.0035234,-0.014286,-0.034603,-0.25616,0.16401,-0.058344,-0.070206,0.13284,0.056155,0.071951,-0.082672,-0.017566,0.02557,-0.013916,0.086993,-0.092078,0.0021432,-0.037599,0.039908,0.014149,-0.10117,0.013603,-0.017843,0.02914,-0.021207,0.0029443,-0.050616,0.0087074,0.1655,-0.2281,0.10269,0.088997,-0.071258,-0.076928,-0.054977,0.07774,-0.008229,-0.066504,-0.061262,0.17435,0.017275,0.063332,-0.018183,-0.015738,-0.030047,0.03342,0.03575,0.056209,0.12677,0.063314,0.003169,-0.012617,-0.042606,0.1166,-0.43485,0.084081,-0.10791,-0.052541,0.022563,0.063195,-0.016105,-0.027082,-0.058268,0.056137,-0.0233,-0.0010476,0.038027,0.015996,-0.048867,0.011397,-0.024157,0.0028321,0.020254,-0.034663,-0.012249,-0.031848,-0.024885,-0.0084819,0.0042098,-0.011264,-0.0183,-0.013367,0.0053152,0.002954,-0.011777,-0.0087475,0.0022488,-0.014035,-0.0071496,-0.0055361,-0.0022613,-0.0014717,0.0062609,-0.0062416,-0.0029759,0.0033465,0.007954,-0.0065806,0.005848,-0.015644,0.0052056,-0.005265,0.0095865,0.0098527,0.0018935,-0.087911,-0.032563,0.076986
-0.031368,0.06141,0.012581,-0.09399,0.012225,0.002069,0.063771,-0.015257,-0.028426,-0.074299,0.064038,-0.087639,0.32597,0.12645,-0.15643,-0.12623,-0.07934,0.028581,-0.019532,0.11002,0.060308,-0.033502,-0.0038299,-0.04394,-0.017613,-0.12379,0.037338,0.031778,-0.059052,0.13141,0.13927,-0.036428,0.10171,-0.068361,-0.12295,0.041201,-0.027453,0.014239,-0.1464,-0.042929,0.019305,0.0057617,0.022477,-0.0087474,-0.10174,0.11996,-0.14737,-0.0059564,-0.17883,0.030891,-0.072493,-0.083835,-0.070782,0.020882,0.1339,-0.22439,-0.011359,0.055723,-0.20594,-0.00064518,0.072892,0.072192,0.1081,0.041323,0.025491,-0.050037,0.060891,-0.022002,-0.0029497,-0.0067166,-0.020164,0.0074068,0.018659,0.030196,-0.04209,0.061353,0.10578,-0.041914,0.053928,-0.0034802,0.010566,0.093654,0.0358,-0.094844,0.26857,0.083547,-0.040813,0.024483,0.1178,0.22313,-0.09041,0.0012337,-0.047214,-0.041996,0.024295,0.048404,0.11645,0.032483,0.078595,-0.13838,-0.054653,0.023544,0.038854,-0.0016791,-0.11165,-0.29,-0.10675,0.090965,-0.032669,-0.027964,-0.032063,-0.015109,0.019128,-0.027823,-0.032383,-0.0096646,-0.0014516,-0.018615,0.0090844,-0.0036398,-0.024797,0.0024259,-0.0015848,-0.013434,-0.007953,-0.007623,0.0027689,0.0081919,-0.00077302,0.0012851,-0.00037008,0.010002,-0.0080688,0.14676,-0.095715,0.12006
-0.011544,0.013974,0.13728,-0.03903,-0.19512,0.068779,-0.091384,-0.24975,0.027155,-0.051112,0.049315,0.02859,-0.08033,0.12884,0.021466,-0.090347,-0.058945,-0.039212,0.13777,-0.026455,0.18163,0.015665,0.049796,0.018303,0.038664,0.2509,-0.018884,0.13014,-0.035412,-0.014402,-0.03469,-0.027352,0.0081299,-0.016898,-0.033746,-0.022206,-0.021018,0.037628,0.033657,-0.0082489,-0.042513,-0.075285,0.081183,0.003934,-0.16221,-0.039411,-0.004256,-0.17894,0.015193,0.12558,0.091583,-0.04011,0.24939,-0.27548,0.091644,-0.097514,-0.007103,0.13022,-0.026324,0.047755,-0.037138,-0.025295,-0.030892,-0.02994,-0.022113,0.014548,-0.0089417,-0.058532,0.042089,-0.2017,-0.012274,-0.050018,-0.019751,0.04454,-0.11307,-0.089999,-0.023904,-0.23785,0.079466,-0.12754,0.25706,-0.11971,0.33835,-0.034499,0.040882,0.089608,0.010061,-0.024858,0.00988,-0.046968,0.02723,-0.040099,0.068442,0.029701,-0.019924,-0.033257,0.011865,-0.0141,0.0052358,0.013492,-0.0081817,0.036305,0.0007724,0.037154,0.031872,0.047122,0.015016,0.0050722,0.028008,0.0045372,0.019026,0.0068418,0.017275,0.0032645,-0.0018844,0.025759,0.0047574,-0.0046483,0.0045391,0.0071909,-0.0055187,0.00047191,-0.0020401,0.0011799,-0.0037557,0.001867,-0.0098119,0.0071751,-0.00055103,0.01468,-0.0086472,-0.011548,0.00331,-0.11323,-0.037107,0.047723
-0.095297,0.080607,0.022868,-0.079258,0.028442,-0.012837,0.022523,-0.059665,-0.012875,-0.1072,0.11662,-0.10679,0.20884,0.08091,-0.15077,-0.038294,-0.14885,0.042201,-0.18933,-0.011015,0.059197,-0.050326,0.060881,0.0049626,-0.072206,0.082679,0.11545,-0.074115,-0.059169,0.18179,0.089986,-0.032951,-0.0087822,-0.066248,-0.080735,0.072491,-0.1597,-0.094238,0.0018309,0.03019,-0.053488,0.067041,0.00069451,0.06585,-0.065837,-0.079458,-0.10406,-0.014338,-0.078139,-0.074991,0.024619,0.014982,0.061801,-0.044842,0.0026924,0.0806,-0.13643,0.10866,0.017216,-0.013654,-0.1012,-0.019439,-0.052858,0.039257,-0.030769,0.015545,-0.03194,-0.057154,-0.081568,0.065742,0.077627,0.10047,0.049722,0.22869,-0.15134,-0.015643,-0.13082,-0.073701,-0.059514,0.1347,-0.1548,-0.083764,-0.06902,0.077845,-0.16799,-0.12595,-0.0087456,-0.032537,0.014671,-0.034929,0.052171,0.025881,-0.0026472,-0.018581,-0.095733,0.036292,-0.066617,0.24854,-0.12261,0.12959,0.13578,-0.098307,-0.05598,-0.076751,0.13854,0.29901,0.10343,-0.079927,-0.015925,0.0082818,0.023216,0.028725,0.010429,0.0063929,0.02865,-0.0072567,0.0020596,0.011979,-0.0092483,0.00021764,0.0029721,-0.0040467,0.00083223,0.010498,0.00041292,0.0019614,0.0063652,-0.011601,0.0032483,-0.0023916,0.0058083,0.00032766,0.0013722,0.13275,-0.098229,0.10388
-0.010595,-0.0096103,0.16735,-0.034608,-0.12429,0.015617,-0.2038,-0.21075,-0.0078481,-0.10721,0.045152,0.0010783,-0.046255,0.11417,0.08214,-0.19202,0.030284,0.048122,0.060099,0.037726,0.025962,0.044494,0.035668,-0.0107,0.026591,0.19486,0.18102,0.098353,-0.070484,0.020754,-0.071138,0.18959,-0.069741,0.045329,0.042215,-0.10972,-0.0016019,-0.031429,0.084119,0.0062071,-0.12715,-0.067685,-0.21319,0.044036,-0.14257,-0.10958,-0.040483,-0.017725,0.095142,0.046983,0.015306,0.0020331,-0.0082173,-0.019199,0.066699,-0.072062,-0.065813,0.17071,-0.10751,-0.14774,0.15869,0.12931,0.10403,-0.071158,0.05768,0.10568,0.061938,-0.066399,0.031171,0.20286,-0.041415,0.082283,0.031662,-0.18868,0.19045,0.07016,0.012221,0.29117,-0.078699,0.13109,-0.22338,0.06465,-0.17929,0.016061,-0.024567,-0.06316,-0.016138,0.0012044,-0.014784,0.00032708,0.006135,0.019845,-0.05109,-0.010917,0.0078259,0.012212,-0.010501,-0.0092971,0.01655,-0.013669,-0.0026052,0.0031158,0.003472,-0.0038153,-0.028552,-0.039582,-0.025233,0.001342,-0.014295,0.0040606,-0.0042578,-0.012195,-0.0084,-0.0030805,-0.0023921,-0.0071878,-0.0027214,0.012694,-0.0072756,-0.0049535,-0.00011,0.0017782,7.456e-05,0.00056803,0.0030898,4.2144e-05,0.0050329,0.0021294,-0.00073367,-0.0068417,0.0048027,0.0019427,-0.0034772,-0.13421,-0.040873,0.023475
-0.16178,0.094114,0.026755,-0.059982,0.044765,-0.029522,0.016953,-0.093343,0.022821,-0.10578,0.14817,-0.098763,0.10579,0.0025218,-0.093518,0.042623,-0.16733,0.033661,-0.26853,-0.050699,0.024078,-0.064128,0.079685,0.058947,-0.07781,0.17665,0.038475,-0.12323,-0.027956,0.12519,-0.039857,-0.031593,-0.077486,0.01069,0.023824,0.024373,-0.096607,-0.072342,0.085557,0.036252,-0.028798,0.05305,0.038212,0.048065,0.036163,-0.14865,0.050927,-0.0091767,0.097243,-0.077957,0.058953,0.064236,0.041062,-0.024515,-0.12407,0.20656,-0.022254,-0.039271,0.20356,0.040295,-0.10307,-0.084431,-0.10312,-0.022645,-0.041195,0.034359,-0.023492,0.027332,0.03521,0.077935,0.030165,-0.0019254,-0.033435,-0.080292,0.068814,-0.0056988,-0.0047317,0.0822,0.0044775,-0.060634,0.074386,0.0087052,0.030985,-0.024958,-0.054371,0.070119,0.040477,0.020323,-0.088165,-0.090925,-0.030572,-0.021243,0.0070518,0.040384,0.13719,-0.063818,-0.011178,-0.37347,0.13308,-0.094409,-0.17134,0.11763,0.048454,0.10762,-0.14732,-0.27826,-0.11028,0.05778,0.053731,0.012664,-0.016284,-0.041315,-0.030179,0.0023977,-0.015212,0.030623,-0.013601,0.0028028,-0.010177,0.0012841,0.00678,0.0043957,0.0005722,-0.0019171,0.012263,-0.0010596,-0.0096435,0.0013279,-0.0012076,0.0054455,0.0014286,-0.0037161,0.0075981,0.11568,-0.10129,0.084142
-0.007226,-0.041829,0.19304,-0.022903,-0.043474,-0.025276,-0.28528,-0.14573,-0.062808,-0.14274,0.048465,-0.047477,0.022977,0.10708,0.093495,-0.19473,0.11211,0.069001,-0.01167,0.046656,-0.15666,0.039359,-0.039962,-0.013428,-0.04179,0.046556,0.25175,-0.039821,-0.072409,0.060616,-0.040772,0.15667,-0.052201,0.03858,0.077901,0.028366,0.007558,0.0088402,-0.015745,0.022977,-0.070286,0.045996,-0.16363,-0.047311,0.068112,-0.022156,0.016612,0.1966,0.017324,-0.096204,-0.11805,0.041175,-0.2707,0.31092,-0.075526,0.014705,0.090168,-0.24173,0.050576,0.060185,-0.061304,-0.01398,-0.034124,0.10388,-0.024715,-0.13755,-0.034974,0.12925,-0.067225,-0.19628,0.034211,-0.066882,-0.030892,0.15082,-0.1555,-0.039785,-0.0463,-0.21658,0.040625,-0.069349,0.098932,-0.018249,0.051316,-0.00038155,0.039288,0.020938,0.0064353,0.0079699,0.014808,0.037356,-0.018619,0.0038195,0.007397,-0.0083262,0.001219,0.0012206,0.0046464,-0.0057503,-0.0037903,-0.000709,-0.0027615,-0.011167,-0.0013457,-0.0083154,0.006318,-0.00063554,0.012393,-0.00055953,0.0058283,-0.0070823,-0.0054197,0.0095878,-0.00091661,0.002392,-0.0067904,-0.011858,0.0018872,-0.010281,0.0096721,0.0011587,-0.00045632,0.00053547,-0.00033913,-0.0018496,-0.0023411,-0.00056842,-0.0015224,-0.001747,0.0021652,-0.0022333,-0.00050693,0.0018473,-0.0031677,-0.15234,-0.044127,0.0025243
-0.21133,0.10586,0.017911,-0.031529,0.067881,-0.038661,-0.0067527,-0.08456,0.040819,-0.052101,0.15732,-0.12893,0.0064594,-0.081392,-0.047427,0.095565,-0.12182,0.011674,-0.21251,-0.056729,-0.014421,-0.072052,0.041891,0.063683,-0.017246,0.14575,-0.12666,-0.082886,0.014879,-0.0029443,-0.17927,-0.059939,-0.069452,0.077229,0.08124,-0.063125,0.14591,0.073011,-0.0073828,0.0057654,0.043761,-0.028685,-0.025471,-0.018083,-0.00080544,-0.018016,0.07593,-0.017116,0.12631,0.045495,0.0038333,0.0060254,-0.091053,0.11146,-0.02752,-0.081944,0.14243,-0.11039,0.043469,0.0097271,0.073655,-0.00579,0.013925,-0.037337,0.028269,0.023525,0.029864,-0.0016792,0.090877,-0.059093,-0.11135,-0.099206,-0.066734,-0.26017,0.19024,0.019728,0.16465,0.11552,0.055467,-0.11568,0.15065,0.074871,0.10076,-0.055741,0.20119,-0.010119,0.01648,0.019115,0.095545,0.098803,0.044882,-0.035716,0.032964,-0.025497,-0.14255,0.0636,0.071183,0.3411,-0.094463,0.020876,0.12457,-0.071945,-0.036858,-0.066171,0.092648,0.17324,0.077463,-0.011432,-0.063701,-0.011305,0.017522,0.025837,0.026688,-0.00426,0.0044546,-0.027833,0.0071135,-0.0018771,0.0061723,-0.0067574,0.0098101,0.0014136,0.0055483,-0.004217,-0.011329,0.0047942,0.0056885,0.00092558,-0.0057818,0.00049126,-0.0025245,0.0045512,0.0047444,0.091508,-0.10563,0.056208
-0.01346,-0.047629,0.21205,-0.027224,0.0024324,-0.050162,-0.30586,-0.058749,-0.053818,-0.084754,0.0099268,-0.010846,0.051704,-0.0093211,0.13827,-0.075922,0.14244,0.069588,-0.098109,0.049145,-0.22819,-0.059524,-0.058742,-0.010522,-0.075717,-0.091563,0.0099778,-0.17476,-0.046073,0.08649,-0.049162,-0.087142,-0.018101,0.02694,-0.014159,0.21366,-0.042208,0.059709,-0.17043,-0.045029,0.11242,0.0080702,0.34104,-0.13894,0.33051,0.23323,0.12059,0.031944,-0.17615,0.0062956,0.16049,-0.061046,0.13037,-0.23836,0.013116,0.061849,-0.051803,0.11845,0.0079648,-0.011525,0.0081,-0.049758,-0.040076,-0.030451,-0.010156,0.062247,0.0057695,-0.063858,0.028953,0.085632,0.0044386,0.043035,0.027774,-0.069226,0.091096,0.031482,0.051651,0.088021,0.024264,0.014784,0.012833,0.0051372,-0.004027,-0.0029163,0.00033541,-0.015037,-0.018395,0.012437,0.0023327,0.023996,0.032708,-0.023346,0.012072,0.0017132,-0.019838,0.011271,0.016984,0.048529,-0.0016117,0.0046385,0.021667,-0.011827,-0.002309,-0.0017782,0.008296,0.0017243,-0.0020104,0.0025988,-0.0076488,-0.011358,-0.0060358,-0.0088681,0.0039312,0.0059137,0.0077705,-0.0029468,-0.0042539,0.0047508,-0.012655,-0.0010751,-0.00051285,-0.0014921,-0.00040708,9.6661e-08,0.0018771,-0.0039204,-0.0010246,-0.0021459,-0.0042778,0.0031778,0.00091222,0.00084859,-0.0010855,-0.16736,-0.046823,-0.014831
-0.22435,0.096169,0.0073828,0.0013328,0.07986,-0.023005,-0.074915,-0.067009,0.026339,-0.11392,0.15528,-0.13186,-0.064625,-0.16469,0.054663,0.13162,-0.034626,-0.026177,-0.11467,-0.071613,-0.037456,-0.00067912,0.0108,0.07392,-0.0080953,0.048076,-0.20677,-0.064802,-0.037617,-0.12941,-0.20781,0.0025327,0.018532,0.086199,0.081887,-0.042486,0.29406,0.11823,-0.057459,0.00051333,0.036899,-0.027988,0.020853,-0.0798,0.046307,0.096271,0.050992,-0.026928,-0.010355,0.053888,-0.071107,-0.097695,0.019256,-0.0053787,0.13835,-0.15828,-0.0087937,0.038669,-0.25984,-0.080019,0.14224,0.12978,0.14041,0.0053829,0.029026,-0.064075,0.020419,0.051349,-0.053306,-0.099295,0.051377,0.014666,0.070371,0.16808,-0.16778,-0.014115,-0.14595,-0.15413,-0.048398,0.10684,-0.15299,-0.050511,-0.11153,0.038121,-0.14617,0.026996,-0.045003,-0.055105,-0.033161,-0.051551,-0.11403,0.10149,-0.044033,0.014879,0.096475,-0.055971,-0.087646,-0.22371,0.026363,0.040802,-0.061078,0.0034758,0.01164,0.0083109,-0.013862,0.0058399,0.0061728,-0.045085,0.05264,0.0023734,0.0028111,0.019255,-0.020655,0.0086846,0.0027974,0.0061358,0.011626,-0.013582,0.011287,0.012484,-0.012422,-0.0021051,-0.0067605,0.0016167,-0.0058227,-0.0011336,-0.00026197,0.0011203,0.011002,-0.003185,-0.0015736,-0.00246,-0.0091097,0.063264,-0.1107,0.023566
-0.016403,-0.040065,0.20138,-0.015393,0.052414,-0.09821,-0.25753,-0.0016036,-0.065789,0.051624,-0.076122,0.036246,0.16192,-0.12454,0.14048,0.067657,0.033005,0.089053,-0.10842,-0.0022611,-0.12438,-0.10478,0.099374,-0.033324,0.050092,-0.081602,-0.25186,-0.023153,0.21561,0.05777,0.035819,-0.20718,-0.070167,-0.067628,-0.17383,-0.11959,-0.2592,-0.056671,0.064274,-0.021694,0.12252,-0.10428,-0.014595,0.16377,-0.30469,0.10798,-0.15649,-0.22741,0.10892,0.25719,-0.16499,0.024404,-0.016717,0.1023,-0.050738,0.0032289,0.082585,-0.05901,0.067305,0.078331,-0.033456,-0.0011629,0.031997,-0.0078011,0.027158,-0.018471,-0.025672,0.0021759,0.0063142,-0.045558,-0.031625,-0.044145,-0.016874,0.022105,-0.022497,-0.029779,-0.007303,-0.0016482,-0.054785,0.02153,-0.076328,0.017993,-0.058511,0.0036165,-0.036925,0.0086606,0.0143,-0.016751,0.010138,-0.02793,-0.052421,0.026657,-0.024526,-0.00765,0.017969,-0.0056753,-0.023881,-0.045405,-0.011878,0.0072819,-0.014825,0.0020362,0.0012209,-0.0059217,-0.0095412,0.0022299,-0.0006343,-0.0077478,0.0026044,0.016315,0.0043803,0.0070427,-0.005392,-0.010921,-0.0038848,0.0048998,0.0017073,0.0021662,0.012117,0.004265,0.002677,0.00042666,0.00060419,0.0024489,0.0011082,0.0027417,0.0053508,0.0023657,0.0038917,-7.6432e-05,-0.0047697,0.0029366,0.0018592,-0.1778,-0.048698,-0.026904
-0.23901,0.12506,0.0042435,0.031548,0.089636,-0.014658,-0.03428,-0.04011,0.014074,-0.045388,0.13775,-0.18424,-0.063788,-0.17102,0.10376,-0.0019651,0.062197,-0.055992,0.18621,0.096176,0.011949,0.080486,-0.006388,0.013617,0.041702,-0.084472,-0.052006,0.14557,0.023893,-0.10826,-0.036554,0.1224,0.0029849,0.067205,-0.010465,-0.14563,0.12902,-0.050072,-0.086195,-0.10018,0.055,-0.097723,-0.18302,0.025932,-0.067118,0.18155,-0.1419,0.013528,-0.2442,0.038935,-0.029282,0.049479,0.03072,-0.0061301,-0.058828,0.15002,-0.093055,0.07263,0.14032,0.09318,-0.11232,-0.14621,-0.10236,0.055998,-0.059126,0.0057805,-0.081499,-0.10764,-0.038685,0.022415,0.015319,0.057707,-0.006421,0.066973,0.0041109,-0.074068,-0.015802,0.0098115,-4.4548e-05,0.012734,0.00081362,-0.05129,-0.015767,0.090587,-0.025145,-0.15298,0.024114,0.094016,-0.090954,-0.061577,0.29504,-0.1577,0.044389,-0.003432,-0.037156,0.042776,0.10118,0.17645,0.040219,-0.086147,0.022671,0.066214,0.012146,0.053091,-0.052608,-0.18466,-0.09118,0.10703,-0.038316,0.0063,-0.011109,-0.058961,0.018926,-0.010538,-0.0042125,0.0054127,-0.017819,0.021426,-0.016589,-0.0089493,-0.0038134,-0.0038344,0.0011355,-0.0069241,0.0094387,-0.0033029,-0.00073201,0.0041149,-0.015385,0.0059273,0.0013714,0.0022627,0.0054881,0.035716,-0.11565,-0.0082719
-0.017029,-0.044317,0.20579,-0.07311,0.086288,-0.080991,-0.16342,0.089384,-0.067449,0.094673,-0.030799,-0.0099087,0.16394,-0.07448,-0.038865,0.18746,0.0061017,-0.024041,0.023377,0.093532,0.020386,-0.078372,-0.033039,-0.046125,0.019298,-0.057971,-0.15344,0.052788,0.051096,-0.031223,0.0030933,-0.21607,0.10918,-0.044129,-0.012362,0.00095643,0.14486,-0.030239,0.067104,-0.053086,-0.023315,0.041778,-0.25752,-0.027085,0.0078662,-0.33552,0.019549,0.061165,-0.040441,-0.27548,0.12691,0.051305,0.011687,-0.013376,0.069406,-0.028603,-0.084912,0.056298,-0.08498,-0.059482,0.10005,0.13492,0.035416,0.014249,-0.043856,-0.080502,0.046508,0.16261,-0.045654,0.3218,0.1098,0.12288,0.025004,0.082371,0.0083877,0.090234,0.065081,-0.038949,0.10323,-0.14726,0.15399,-0.08115,0.15495,0.024484,-0.0058538,0.012045,0.012713,0.028534,-0.0306,-0.050982,0.090812,-0.039478,0.0373,0.025805,-0.01387,-0.0074179,0.023592,0.018951,0.01031,-0.003919,0.014496,0.027156,0.005063,0.017628,0.020029,0.0032738,0.0043303,0.011506,0.00090229,-0.0065343,0.00041699,0.0016543,0.014366,0.0059634,0.0070808,0.0066901,0.0037677,-0.0041733,-0.00076754,-0.0018995,-0.006695,-0.0041325,-0.0081261,-0.00214,0.001139,0.0046442,0.0049593,0.0012864,4.9242e-05,-0.005369,-0.002981,-0.0050049,-0.0041166,-0.18188,-0.04943,-0.03162
-0.24676,0.13222,-0.00023396,0.055969,0.088247,-0.019209,-0.043692,-0.0073946,-0.006252,-0.041151,0.11327,-0.20949,-0.050621,-0.11185,0.094614,0.016833,0.099791,-0.087911,0.22283,0.052218,0.023382,0.11566,-0.024298,-0.016082,0.011954,-0.1189,0.094582,0.12199,0.027615,-0.066957,0.17033,0.090983,0.044872,-0.050293,-0.015953,-0.0010594,-0.058868,-0.05144,0.013939,-0.028696,-0.0065126,0.018636,-0.023441,0.04095,-0.011015,0.027284,-0.041104,0.0066459,-0.062405,-0.022476,-0.027498,0.029682,0.0091921,-0.050742,-0.050111,0.076702,-0.029066,0.037285,0.093486,0.052792,-0.10871,-0.040531,-0.049029,-0.028323,-0.031957,0.023329,0.00025824,0.003928,-0.0057701,0.16053,-0.006147,0.050073,-0.014082,-0.019841,0.076424,0.064836,0.11005,0.07546,0.029119,-0.022774,0.070651,0.057228,0.11559,-0.14337,0.077684,0.20774,-0.033592,-0.11872,0.15641,0.12219,-0.40083,0.14997,-0.054347,-0.011123,0.016105,-0.018235,-0.10393,-0.22928,-0.054105,0.12157,-0.010593,-0.076916,-0.022985,-0.094314,0.062266,0.22308,0.11752,-0.12351,0.033291,-0.0087479,0.0075476,0.063334,-0.030161,-0.001395,0.012246,-0.016908,0.010153,0.0036715,0.0024757,0.00074833,0.015916,0.0097991,-9.3215e-05,0.011218,-0.001355,-0.0027323,0.0034138,-0.010041,0.002625,-0.0010378,0.0066647,0.0019404,-0.0029138,0.0075168,-0.12071,-0.040862
-0.0089216,-0.052205,0.20663,-0.080894,0.12778,-0.055107,-0.067348,0.15232,-0.1097,0.11409,-0.0527,-0.043128,0.17375,-0.013844,-0.088721,0.21357,-0.077517,-0.040186,0.060975,0.13435,0.11427,0.035494,0.012073,0.0013673,0.0092434,0.0097245,0.03236,0.034983,-0.057,-0.013561,-0.0023231,-0.0021282,0.067373,-0.036016,0.035162,0.0021788,0.12452,0.0055216,0.028215,0.015153,-0.053738,0.050902,-0.10686,-0.027006,0.052965,-0.14058,0.036951,0.031111,-0.051145,-0.15978,0.1439,0.033795,0.1263,-0.017266,6.1707e-05,0.022901,-0.063121,-0.015882,-0.029738,0.067527,-0.032123,-0.15717,-0.10273,-0.026356,0.058944,0.13359,-0.053348,-0.25422,0.043245,-0.45845,-0.16629,-0.15224,-0.049751,-0.13818,-0.027783,-0.13331,-0.10807,0.030047,-0.1193,0.15415,-0.15607,0.076464,-0.10874,-0.024658,0.10136,-0.0074791,-0.024552,-0.027447,0.03685,0.08821,-0.068578,0.039892,-0.05015,-0.026552,0.019988,0.0011162,-0.01583,-0.034684,0.0085374,-0.0098032,-0.02265,-0.014583,0.010419,-0.019455,-0.021502,-0.0024597,-0.0023586,-0.010502,-0.0026499,0.0049402,0.0039451,0.0097064,-0.011439,-0.0043974,-0.001433,-0.019649,-0.0010782,-0.00069848,-0.0045591,0.00045747,0.00038725,0.0050907,0.0027606,0.0032078,-0.0021762,-0.0085727,-0.0030933,-0.0016649,0.0050198,-0.0073001,0.010071,0.0013959,0.0010366,-0.18461,-0.04992,-0.03477
-0.26744,0.14249,-0.0012551,0.079544,0.075255,-0.030588,-0.026188,0.0022538,0.012829,-0.0014987,0.084056,-0.17764,-0.047324,-0.10155,0.083603,0.089836,0.11888,-0.10115,0.16286,-0.067436,0.033144,0.076212,0.015309,-0.025276,-0.0019958,-0.11453,0.136,0.047573,0.067091,0.019063,0.30931,-0.0091278,0.039965,-0.14164,0.0050657,0.16552,-0.2901,0.0089418,0.19372,0.077557,-0.080171,0.036317,0.25587,-0.028852,0.034372,-0.15012,0.1701,0.017635,0.27649,0.010295,0.069041,-0.054855,-0.05847,-0.0047648,0.049182,-0.12469,0.0581,-0.043983,-0.11754,-0.076391,0.11428,0.098305,0.064618,-0.0075775,0.063261,-0.012515,0.048634,0.048737,0.014526,-0.10813,0.011491,-0.074457,-0.012099,-0.052505,-0.049123,-0.0087715,-0.060466,-0.038847,-0.019541,-0.016176,-0.025288,-0.0072956,-0.064009,0.05683,-0.03134,-0.081352,0.017098,0.05056,-0.076118,-0.062777,0.17473,-0.061296,0.028303,0.0071291,-0.01157,0.006662,0.043249,0.14038,0.020123,-0.064713,0.0072268,0.024504,0.015057,0.044388,-0.021083,-0.093516,-0.053275,0.052439,-0.016676,0.0055487,-0.0032696,-0.022643,0.016042,0.0050666,-0.008866,0.013412,-0.0010484,-0.0073035,0.0052574,0.0016677,-0.0082577,-0.0043925,0.004744,-0.0041395,-0.00044245,0.00095974,-0.0041837,0.0056966,0.0053389,-0.0055711,-0.004759,-0.0040205,-0.0017271,-0.022707,-0.12613,-0.075793
-0.0041785,-0.04951,0.22149,-0.091629,0.14692,-0.026332,0.040402,0.20113,-0.094241,0.14999,-0.10974,-0.0022265,0.15033,-0.014412,-0.11994,0.27456,-0.19363,-0.017948,0.085291,0.1314,0.22755,0.10093,0.078396,0.060747,0.0082834,0.17057,0.13508,0.041673,-0.21145,0.02585,-0.043059,0.28234,-0.06538,0.072771,0.096996,0.0076875,0.013483,0.081064,-0.023801,0.062042,-0.064996,-0.0097508,0.22524,-0.015486,0.040357,0.22435,0.0024964,-0.0074765,0.079571,0.26265,-0.20977,-0.064774,-0.098491,-0.0029287,-0.040775,-0.0088125,0.072396,0.021137,0.062884,-0.035437,-0.051187,0.013071,0.027407,-0.0021572,-0.038774,-0.044519,0.014598,0.11011,-0.0068778,0.18632,0.081132,0.06252,0.017206,0.056994,0.0096769,0.049831,0.036753,-0.0027987,0.037108,-0.030009,0.053701,-0.016557,0.01057,0.0080955,-0.066619,-0.0021331,0.01489,0.01065,-0.01796,-0.045804,0.019271,-0.01651,0.02893,0.0087231,-0.013419,0.00039946,0.0040014,0.025773,-0.0071682,-0.0012577,0.010284,-0.0052829,-0.009079,0.011522,0.0059591,0.0044327,-0.00060414,0.0057641,0.00184,-0.0034805,-0.0023975,-0.010439,0.00079327,0.00074305,-0.000693,0.014939,-0.003102,0.0010571,0.0041993,-0.00076183,0.0034867,-0.0023044,0.004843,-0.0036533,-0.0022763,0.0038458,-0.0046313,0.00036885,-0.0044576,0.0099434,-0.0034585,-0.0012658,0.004561,-0.18424,-0.049853,-0.034339
-0.065526,-0.27834,-0.049935,0.074198,0.021124,0.035897,0.13312,-0.04857,-0.045989,0.15367,0.084592,-0.085126,0.024705,-0.049406,-0.12628,-0.096307,0.061052,0.11014,0.066951,0.00084954,0.0079373,0.0099042,-0.032917,-0.0037348,-0.19165,-0.052807,0.038557,0.15925,0.0023144,0.081891,-0.19925,-0.15803,-0.35498,-0.00037922,-0.012203,0.058032,0.039086,-0.12886,0.17474,0.071519,-0.077797,-0.024059,-0.027163,-0.0060274,-0.061443,0.1426,0.12842,-0.078872,0.024249,-0.046629,0.085928,-0.019914,-0.10047,-0.083105,-0.091468,0.096151,0.039333,0.050869,-0.22505,0.15675,0.17317,-0.061813,-0.05035,0.14929,0.026672,-0.11721,-0.058799,-0.054489,0.12255,0.0061954,0.083467,0.0052848,-0.019511,0.14785,-0.038764,-0.0013176,0.082522,0.06309,0.04425,0.14051,0.040022,0.14177,0.030403,-0.10143,0.014029,0.021366,0.018389,-0.004769,0.038214,-0.04225,0.02989,-0.053632,0.038282,-0.012476,0.026888,0.074892,-0.15911,-0.0028415,0.018435,-0.065129,-0.020714,-0.04639,-0.10911,0.051607,0.015865,-0.023663,0.052499,-0.042314,-0.0029014,-0.035144,0.010329,0.01394,-0.018273,0.010444,-0.012914,0.02226,-0.0045673,0.0097845,0.033458,-0.0085937,-0.027028,-0.045571,0.01494,0.028074,0.0053139,0.0087364,0.0017661,0.017166,0.00022618,-0.021326,0.010781,-0.012544,0.0098643,-0.04828,-0.13072,-0.10535
0.026102,0.0035621,0.021173,0.26012,0.10341,0.092171,-0.053822,-0.06001,0.14987,0.006488,-0.066711,0.10458,0.029438,-0.033089,-0.14329,0.099833,0.17127,-0.36953,-0.1323,0.10588,-0.0064171,-0.14097,0.087776,-0.045879,-0.099258,0.086065,0.16447,-0.0088115,-0.0057397,-0.12858,-0.066131,-0.01424,0.062903,-0.057147,0.024312,0.236,-0.046123,-0.16517,0.032462,-0.00017458,0.023736,-0.24816,-0.137,-0.083787,-0.11608,0.25894,0.057849,-0.1171,0.05099,-0.19047,-0.096419,-0.034405,0.0048569,0.024496,0.057489,-0.096106,-0.039804,-0.035059,0.014993,-0.055765,0.038128,-0.064154,-0.093215,0.0098397,-0.23122,0.15803,0.12571,0.0088877,0.038396,0.00079869,0.047369,-0.039287,-0.06286,-0.007621,-0.020364,0.018404,0.014316,-0.010377,0.015121,-0.091489,-0.091615,0.016593,0.010268,-0.0067748,-0.038358,0.026215,0.018365,-0.0095879,-0.021509,0.013735,0.026144,0.082128,0.090312,-0.08702,-0.02467,0.0044117,0.017954,-0.013543,0.017347,0.016074,0.0099967,0.016647,0.044574,-0.038789,-0.0030028,-0.017319,0.0094015,-0.0087151,0.011906,0.0105,-0.00018229,-0.0024152,-0.0012262,-0.0056884,-0.0074808,-0.019533,-0.042901,-0.006012,-0.0060292,-0.0022812,0.00072313,0.0078668,-0.0057183,-0.0034627,-0.0036832,-0.0015284,-0.009802,0.00034397,0.0035226,0.0038342,-0.004933,0.0078462,0.0044093,-0.019065,-0.020205,0.15655
-0.0013376,-0.23432,-0.050574,0.079975,0.016393,0.041528,0.060141,-0.062737,-0.029969,0.059442,0.086039,-0.038286,0.10468,-0.11733,-0.060772,-0.11035,0.072224,0.13229,0.043417,-0.14645,0.096754,0.045072,-0.026776,0.009333,-0.18461,-0.097803,0.026836,0.10414,-0.067141,0.050899,-0.06881,-0.10033,-0.18298,-0.0047304,-0.0059428,-0.043202,0.090828,0.02131,0.023581,0.03325,-0.016652,0.030805,0.053783,0.025157,0.012858,0.0031481,0.0043122,-0.058223,0.012174,-0.027596,-0.07388,-0.011297,0.050121,-0.012282,0.063299,-0.057126,-0.13256,-0.071525,0.11894,-0.068228,-0.099222,0.073648,-0.020576,-0.062157,-0.030645,0.062199,0.071496,0.054876,-0.061891,0.0040454,-0.014412,-0.0051631,-0.010658,-0.064274,0.0021979,-0.015478,-0.055025,-0.04778,-0.030498,-0.10355,-0.014174,-0.069704,-0.039921,0.090736,0.063741,-0.074683,0.035046,0.0031049,-0.094758,0.00516,-0.06793,0.14254,-0.1589,-0.020895,-0.10274,-0.16964,0.33831,-0.026452,-0.011114,0.16622,0.065587,0.084763,0.27992,-0.1693,-0.030698,0.041812,-0.094009,0.056954,0.016299,0.070052,-0.032256,-0.035619,0.05071,-0.0086502,0.023501,-0.072195,-0.020363,-0.017584,-0.080528,0.076403,0.066087,0.25684,-0.05907,-0.16641,-0.01021,0.0034025,0.015403,-0.019295,0.0048933,0.0053951,-0.0091399,-0.00044782,0.010594,-0.059053,-0.13266,-0.1178
0.019512,-0.0010599,-0.037272,0.2234,0.12927,0.10562,-0.070726,-0.077334,0.12522,-0.0053869,-0.15275,-0.064134,0.045659,0.016261,-0.13121,0.053207,0.053499,-0.1399,-0.0077349,0.048221,-0.057147,-0.11966,-0.0014162,-0.069714,-0.13238,0.083091,0.008898,0.060032,-0.081451,-0.066564,-0.011832,0.045165,-0.040432,-0.021354,-0.12158,-0.18949,-0.097957,0.041596,0.044176,0.17683,0.12849,-0.053968,-0.02521,-0.14443,0.068467,-0.018015,0.015922,0.015059,-0.030219,-0.015069,-0.003629,0.046084,-0.044447,-0.11997,-0.074149,0.037493,-0.05179,-0.028002,-0.064963,0.060762,-0.13097,0.059786,0.093278,0.022449,0.2683,-0.088469,-0.15065,0.075801,-0.018685,0.057163,-0.207,-0.0060083,0.19151,-0.032496,0.061102,0.015428,-0.11043,-0.068235,0.040419,0.028612,0.027132,-0.048035,-0.013803,-0.0091207,0.085151,-0.03663,0.0055167,0.035826,0.02075,-0.020788,-0.076303,-0.18814,-0.28555,0.23077,0.05384,-0.052781,0.050471,0.019546,-0.043867,-0.0042221,-0.032694,-0.036141,-0.093192,0.11308,0.012075,0.10615,-0.11663,0.082208,-0.040607,-0.0073525,-0.028152,0.0035089,0.021217,-0.014109,0.033861,0.028946,0.19888,0.012563,-0.045451,-0.0034652,0.021919,-0.020408,0.011703,0.017388,0.0174,0.015445,0.002743,-0.018641,0.0054302,0.0059926,0.0033511,-0.0031213,0.0022168,-0.028871,-0.021965,0.14522
0.044249,-0.17919,-0.039248,0.079451,0.0076901,0.033328,0.022837,-0.064793,0.0036562,-0.0044969,0.064675,0.0012614,0.12493,-0.14597,0.027938,-0.078916,-0.015647,0.059635,-0.003303,-0.20174,0.13094,0.046046,-0.018107,-0.0047753,-0.11046,-0.11512,0.083443,0.015254,-0.088427,0.0034164,0.0020308,-0.065289,-0.00025098,-0.0025033,-0.025903,-0.031632,0.06856,0.061945,-0.073661,-0.044241,0.040414,0.036765,-0.0023577,0.0094932,-0.00203,-0.023288,-0.02054,0.0035661,-0.0077333,-0.017298,-0.086719,-0.014636,0.042797,0.045737,0.074364,-0.14463,-0.091139,-0.089867,0.15698,-0.083159,-0.11721,0.036588,0.015369,-0.088777,-0.077958,0.13938,0.082173,0.023953,-0.053869,0.0030132,-0.11317,-0.032694,0.034864,-0.083653,0.024289,0.031403,-0.052916,-0.0069524,-0.014045,-0.10851,-0.082823,-0.07717,0.036915,0.035508,-0.082169,0.049081,-0.032949,0.013084,0.0385,0.032733,0.014954,-0.049428,0.074372,0.023061,0.047695,0.045979,-0.088399,0.015692,-0.020658,-0.065622,-0.044506,-0.013991,-0.11394,0.10169,-0.00096163,0.025601,-0.009987,0.028872,-0.014313,-0.02309,0.031575,0.0078528,-0.066762,-0.02579,-0.013297,0.12246,0.05782,0.026882,0.08882,-0.18565,-0.072539,-0.52476,0.10683,0.32078,-0.0057792,-0.020242,-0.067639,0.00076014,0.007431,0.049715,-0.00076643,0.021962,-0.018456,-0.062399,-0.13326,-0.12167
0.012953,0.0019865,-0.081519,0.17507,0.13084,0.11526,-0.086555,-0.095388,0.093401,-0.017438,-0.182,-0.088496,0.06628,0.0060779,-0.083625,0.0023166,0.059738,0.054047,0.031374,0.0016181,-0.016387,-0.099521,-0.015951,-0.023239,-0.065146,0.019479,-0.036339,0.079851,-0.11251,-0.019531,0.044651,0.028599,-0.031372,-0.015959,-0.05451,-0.20771,0.0031696,0.097766,-0.024664,0.2253,0.13874,0.021231,0.054352,-0.020011,0.092957,-0.1279,-0.038129,0.06564,-0.0074901,0.067253,0.0049461,0.0277,0.090996,0.030912,0.0099805,-0.016734,-0.050035,-0.0034653,0.039596,0.02177,-0.038829,0.094161,-0.011584,-0.11541,0.12923,-0.12641,-0.03064,-0.048128,-0.062767,-0.045011,0.12234,0.025199,-0.098159,0.0028861,-0.010873,-0.021414,0.062817,0.083404,-0.059961,0.052081,0.065055,-0.045071,-0.020272,-0.019632,-0.032445,0.013426,-0.0027473,-0.004277,0.0050513,0.0045913,0.042057,0.049106,0.21781,-0.099387,-0.011774,0.066847,-0.038884,0.0047586,0.031068,-0.019563,0.037505,0.036208,0.079372,-0.17929,0.025571,-0.20981,0.28777,-0.17078,0.055556,0.015005,0.074346,-0.012896,-0.036616,0.039499,-0.063676,-0.019866,-0.42912,-0.012632,0.129,-0.012211,-0.056487,-0.023833,0.0036051,0.017295,-0.010696,-0.0034914,-0.004294,0.023534,-0.0088264,0.0082725,0.0058432,-2.2109e-05,-0.015905,-0.041975,-0.024317,0.13007
0.073679,-0.12259,-0.019967,0.074472,-0.0087275,0.023732,0.026358,-0.075544,0.051879,-0.038219,0.025213,0.060547,0.10866,-0.17989,0.12516,-0.020238,-0.12214,-0.037739,-0.055271,-0.20386,0.1601,0.026597,0.028914,-0.029479,-0.018166,-0.07235,0.13907,-0.059439,-0.075042,-0.04148,0.018319,-0.02338,0.11263,0.027034,-0.037888,-0.034279,-0.043812,0.06497,-0.084761,-0.11587,0.083506,-0.0065145,-0.055247,-0.031631,-0.012941,-0.020578,-0.0065619,0.051575,-0.0076061,-0.023775,-0.025168,0.0017283,-0.016417,0.0010149,0.0081642,-0.056329,0.021748,0.0042408,0.037943,0.014345,-0.017094,-0.021895,0.037032,-0.0010377,-0.015519,0.062119,-0.0014136,0.011735,-0.008821,0.012251,-0.10608,-0.028503,0.073605,-0.029616,0.029861,0.047101,-0.041931,-0.014796,0.0062723,-0.021217,-0.047287,-0.021772,0.026631,-0.025447,-0.076635,0.07245,-0.031555,0.032494,0.067293,0.036219,0.039148,-0.16855,0.1239,0.097436,0.11928,0.11876,-0.23745,0.020936,0.011742,-0.13071,-0.01236,-0.066367,-0.23831,0.13218,0.060838,-0.078907,0.1329,-0.087861,-0.011655,-0.028229,-0.0021406,0.029643,0.028837,0.031519,-0.0018408,-0.12645,-0.058263,-0.029752,-0.071893,0.16593,0.048726,0.45669,-0.089574,-0.25675,0.022142,0.0056208,0.062202,-0.0060702,-0.017875,-0.033083,-0.0084996,0.0079423,-0.011027,-0.060556,-0.13293,-0.11954
0.0085297,0.0068041,-0.10357,0.12818,0.12377,0.11196,-0.082933,-0.1001,0.084111,-0.023506,-0.197,-0.088335,0.069778,-0.00087861,0.011078,-0.016704,-0.014139,0.15754,0.037139,-0.016137,0.0040266,-0.07344,-0.04499,0.050614,0.032078,-0.025737,-0.023408,0.080162,-0.11688,-0.0042607,0.071287,-0.016865,0.030044,-0.0010364,0.04939,-0.030031,0.097664,-0.031164,-0.035187,0.15567,0.11019,0.055231,0.054992,0.10107,0.019425,-0.090843,-0.03795,0.082559,0.006641,0.11628,0.058515,0.0045496,0.062683,0.094747,0.038772,-0.011929,0.031847,0.023401,0.032706,0.010666,0.080603,-0.01647,-0.065992,-0.047693,-0.098467,-0.011492,0.073584,-0.049575,-0.0070843,-0.06068,0.16286,0.028577,-0.145,0.042368,-0.019462,-0.0033048,0.10348,0.082369,-0.044502,0.019991,0.029254,0.01807,0.00016109,-0.018296,-0.047635,0.021124,-0.0023058,-0.03161,-0.020473,0.038041,0.07021,0.19437,0.19042,-0.19736,-0.063862,0.03648,-0.12623,-0.028337,0.023638,-0.013863,-0.023574,-0.02998,-0.083538,0.1883,-0.060157,0.16081,-0.27389,0.13841,-0.028536,-0.022814,-0.083566,0.026384,0.031962,-0.03612,0.046982,-0.002582,0.44906,-0.0023028,-0.11449,0.038914,0.05499,0.086833,-0.016859,-0.059388,0.0073743,0.0028132,0.030123,-0.019788,0.0024857,-0.030455,-0.0058947,-0.0059617,0.0034109,-0.055191,-0.026689,0.1148
0.089087,-0.070409,-0.0025095,0.067845,-0.02525,0.014365,0.053205,-0.090829,0.097358,-0.048542,-0.015017,0.11846,0.077414,-0.20624,0.19632,0.046322,-0.18863,-0.11239,-0.10778,-0.19505,0.17183,-0.0028231,0.09537,-0.048038,0.073023,-0.0082119,0.19099,-0.11417,-0.044292,-0.072703,-0.010497,0.023459,0.16355,0.051238,-0.02023,-0.059824,-0.19071,0.059607,-0.062795,-0.16108,0.12038,-0.091232,-0.089651,-0.13008,0.0037582,-0.036049,0.013474,0.11312,-0.017891,-0.027904,0.063273,0.026338,-0.047356,-0.05308,-0.062949,0.083662,0.15428,0.14141,-0.11425,0.13597,0.13181,-0.039752,-0.0011075,0.0445,0.10305,-0.18125,-0.13061,-0.056749,0.011205,-0.015776,0.14937,0.042963,-0.09636,0.077864,-0.019918,-0.043326,0.088175,0.069739,-0.0081663,0.1167,0.10516,0.063883,-0.037217,-0.025627,0.088017,-0.045137,0.073293,-0.046808,-0.04867,-0.05294,-0.033,0.13046,-0.069427,-0.077347,-0.097043,-0.061527,0.1381,-0.0067755,0.0056873,0.10571,0.01593,0.042748,0.17587,-0.1064,-0.045556,0.042111,-0.082017,0.049863,0.010864,0.022492,0.0018177,-0.020005,0.0040704,-0.0085533,0.0073945,0.059599,0.020457,0.014359,0.024787,-0.048679,-0.01564,-0.13994,0.025949,0.073652,-0.0074992,0.0032681,-0.010473,0.0019014,0.0083367,0.011326,0.00032228,-0.018005,0.010676,-0.05556,-0.13203,-0.11376
0.0053495,0.015765,-0.10328,0.085284,0.10861,0.10076,-0.060656,-0.10565,0.10221,-0.02708,-0.21184,-0.05497,0.055652,-0.015844,0.14333,-0.013263,-0.157,0.17399,0.017126,-0.01372,0.02028,-0.0547,-0.064233,0.10775,0.12244,-0.031839,0.015735,0.07155,-0.10881,-0.0014727,0.073657,-0.064146,0.10265,0.031081,0.14431,0.15684,0.14415,-0.20704,0.059042,0.040965,0.10383,0.085298,0.028954,0.19993,-0.050204,-0.019452,0.021764,0.086058,-0.0039997,0.14767,0.13103,0.0032863,-0.072011,0.037717,-0.045561,0.08124,0.13693,0.08092,-0.040573,0.035922,0.167,-0.14347,0.035467,0.1696,-0.23769,0.22407,0.078851,0.058298,0.12766,0.050004,-0.14296,-0.017908,0.14125,0.029276,-0.036272,0.023744,-0.082472,-0.092303,0.029376,-0.017072,-0.00081113,0.017743,-0.0088776,0.014493,0.01628,-0.022859,-0.020692,-0.0041853,-0.0023434,-0.030653,-0.058832,-0.14177,-0.22601,0.13663,0.034202,-0.058452,0.10928,0.013597,-0.016986,0.037731,0.008004,0.013389,0.070222,-0.10112,0.032597,-0.036966,0.088697,-0.026982,0.01033,0.0058069,0.034528,-0.013412,-0.015853,0.015888,-0.026161,0.011295,-0.16369,0.0030166,0.049291,-0.021069,-0.021922,-0.046541,0.011246,0.02565,-0.0063802,0.0023102,-0.020869,0.011708,0.0052412,0.0010548,0.0042895,0.0028325,0.0056487,-0.067197,-0.028844,0.10093
0.089301,0.064288,-0.0027835,0.071704,0.029338,-0.014602,0.039899,0.081985,-0.097549,-0.020645,0.020296,-0.10016,0.058696,0.19728,-0.20484,0.064323,0.14021,0.088143,0.025766,-0.28314,-0.16042,0.052137,-0.07223,0.074756,-0.11258,0.10826,-0.19685,0.043366,-0.092194,-0.015996,0.073726,0.15631,0.055849,-0.043854,0.0011023,0.15469,-0.033812,-0.024058,0.00069842,-0.19549,0.084427,-0.15399,-0.10039,0.053591,-0.076107,0.050851,0.079439,0.10868,0.010508,-0.029275,0.056382,0.014174,0.016159,0.067192,-0.00036336,-0.096383,0.13993,0.12922,0.20255,-0.008683,0.076027,0.041432,0.073352,-0.12988,0.052169,0.037535,-0.19188,-0.026263,0.067379,0.035378,-0.098768,-0.018926,0.15136,0.052359,0.023668,-0.032796,-0.039868,-0.035905,0.024413,0.14209,0.089444,0.0036908,0.029137,-0.069592,-0.070611,0.074301,0.015165,-0.030616,0.0031871,-0.0089954,0.077279,-0.080587,0.064536,-0.042128,0.038132,0.078912,-0.10115,0.0034545,0.055357,0.008043,-0.038719,0.01085,0.18278,-0.19484,-0.057229,0.041048,-0.12323,-0.025448,0.041889,0.023017,-0.050997,0.041122,0.058985,-0.0019628,0.0096527,-0.065938,0.020568,-0.020225,-0.026308,0.053681,0.061642,0.033552,-0.0034701,0.12444,-0.082403,0.029941,-0.00031491,0.0020915,-0.0052366,0.011912,0.011948,-0.0059511,-0.00050872,-0.05689,-0.13227,-0.1153
-0.0061404,0.017624,-0.096444,-0.085812,0.11752,0.10847,0.03961,-0.10163,0.093868,-0.021965,-0.21699,-0.07381,-0.026382,-0.033931,0.1428,0.015326,-0.15601,0.1813,0.013793,0.0092852,0.0087502,0.029247,-0.063746,0.098625,0.1075,0.041819,0.0039593,-0.019132,0.074726,0.071181,0.035585,-0.081536,0.034236,0.011812,0.17925,0.28278,0.045175,-0.13168,0.084003,-0.14419,-0.13022,-0.051992,-0.083007,-0.041665,-0.081906,0.16297,0.028915,-0.076611,-0.0024486,-0.13365,-0.091511,-0.080217,-0.019296,-0.10286,0.052985,0.050095,-0.11894,-0.092779,0.0045044,-0.021807,-0.19352,0.1126,0.00259,-0.018156,0.33707,-0.16096,-0.12839,0.043695,-0.065134,0.03941,-0.15008,-0.028905,0.13911,-0.06335,0.086528,-0.004274,-0.071624,-0.036966,-0.0023623,0.016693,-0.0061874,-0.013834,-0.01263,-0.0079202,0.054302,0.0073138,0.019629,-0.0089023,-0.00018244,-0.0043302,0.033027,0.14625,0.21628,-0.1194,-0.062463,0.010377,0.055117,-0.0091874,-0.0020541,0.0054885,0.028332,0.026032,-0.0044991,-0.0097139,0.00018331,-0.11365,0.15413,-0.030341,-0.0072841,-0.0073637,0.0094447,-0.0025799,-0.017575,-0.006875,0.033539,0.061356,0.14052,0.025894,-0.0077504,-0.022133,-0.016541,-0.020241,-3.9281e-05,-0.051564,0.029434,-0.016215,0.010982,-0.014748,0.0014214,0.00019558,-0.0089731,-0.0046668,-0.0022531,-0.10211,-0.035111,0.060576
0.073749,0.11787,0.014333,0.081004,0.010652,-0.022532,0.016892,0.066298,-0.046879,-0.028895,-0.018787,-0.023566,0.072539,0.18254,-0.11512,-0.0014477,0.098633,-0.010624,-0.030977,-0.24546,-0.12284,0.06427,-0.016806,0.068735,0.0045731,0.036839,-0.16266,0.046694,-0.10678,-0.034877,0.031877,0.12675,0.016137,-0.01867,0.030803,0.013944,-0.0074478,-0.033534,0.038553,-0.14148,0.069704,-0.05657,-0.0041013,0.060966,-0.024208,-0.0054841,0.033494,0.020233,0.018813,-0.034435,-0.034909,0.005083,0.03999,-0.027949,-0.0037275,0.038927,-0.00053685,0.04779,-0.019403,0.01565,0.025573,-0.028504,-0.032303,0.0067947,-0.036217,-0.030118,0.038665,0.0010231,-0.03253,-0.036173,0.10003,0.0064518,-0.08435,-0.0080237,-0.017665,0.0065235,-0.016117,0.038729,-0.0022025,-0.020258,-0.01165,0.015442,-0.0086557,0.025888,0.060778,-0.072002,0.052668,0.049167,-0.037563,0.0045174,-0.12249,0.12317,-0.067689,0.049272,-0.08584,-0.10427,0.16735,-0.016081,-0.045747,-0.013433,0.07312,-0.010572,-0.2652,0.27314,0.06574,-0.043763,0.13616,0.037693,-0.086502,-0.047829,0.05396,-0.069034,-0.058462,0.0041658,-0.0058594,0.11902,-0.065496,0.031409,0.057417,-0.17692,-0.19113,-0.11388,-0.017052,-0.40248,0.26514,-0.069967,-0.0043964,0.0035377,0.023565,-0.030552,-0.047613,-0.006759,0.0034692,-0.062503,-0.13328,-0.12179
-0.009037,0.010615,-0.090174,-0.1278,0.13416,0.11975,0.059142,-0.10142,0.083866,-0.021375,-0.20278,-0.099754,-0.0323,-0.016842,0.013381,0.0096815,-0.014953,0.16198,0.020553,-0.017165,-0.0010638,0.069616,-0.043341,0.033886,0.033419,0.044402,-0.061329,-0.051318,0.088038,0.072861,0.026522,0.011146,-0.0035361,-0.020325,0.073051,0.095668,-0.058772,0.083286,-0.025797,-0.12694,-0.113,-0.068717,-0.060541,-0.10578,-0.0029624,0.06086,-0.019272,-0.087236,0.013921,-0.12748,-0.080091,-0.027042,0.051099,0.028424,0.066513,-0.042014,-0.036583,-0.03068,0.019777,-0.035549,0.0067735,0.02093,-0.086322,-0.081209,-0.0092609,-0.10514,0.014264,-0.072417,-0.054468,-0.053133,0.1765,0.022621,-0.18527,-0.008445,-0.02938,-0.012484,0.11099,0.083949,0.011657,-0.031925,-0.036199,-0.0046252,0.018091,0.01714,-0.021066,0.0097553,0.00096974,0.049945,0.007194,0.025502,-0.046288,-0.1279,-0.23279,0.16122,0.084949,-0.0045981,-0.060651,0.012883,-0.019762,-0.0076462,-0.038643,-0.06011,-0.070865,0.17565,-0.016463,0.23355,-0.29971,0.11986,-0.03687,-0.003266,-0.037489,0.0081645,0.039823,0.028282,-0.076849,-0.11501,-0.42412,-0.043135,0.058717,0.06069,0.026604,0.039295,-0.0040188,0.10523,-0.048776,0.014826,-0.015866,0.011829,-0.0038038,0.02224,0.014312,0.002879,-0.00982,-0.11405,-0.037255,0.046771
0.044446,0.17394,0.032388,0.088866,-0.0069777,-0.03328,0.018297,0.056313,0.0066087,-0.01538,-0.063044,0.029079,0.075744,0.17167,-0.016975,-0.053746,0.0055447,-0.11124,-0.066129,-0.18834,-0.087666,0.059829,0.0097978,0.046524,0.12447,-0.034382,-0.096119,0.060884,-0.11402,-0.01028,-0.016758,0.043462,-0.05659,0.03535,0.037368,-0.074196,0.017404,-0.06236,0.060659,-0.065454,0.028351,0.02712,0.045865,0.041382,-0.0064375,-0.017178,0.0095851,-0.021818,0.010154,-0.0087391,-0.053683,-0.025787,-0.01112,-0.11925,-0.0049839,0.14012,-0.097283,-0.035679,-0.18916,0.043046,-0.050467,-0.069711,-0.067738,0.15695,0.0097941,-0.066076,0.14211,0.050485,-0.090023,-0.020152,0.054954,0.01332,-0.093215,-0.075637,0.0018774,0.029569,0.0019617,0.014906,-0.043198,-0.13925,-0.079782,-0.015569,-0.024268,0.069907,0.089233,-0.022931,0.0091038,0.013037,-0.019771,0.023356,-0.0098697,0.069662,0.026348,0.0071302,0.0011403,-0.030462,0.074486,0.0039404,-0.034476,-0.0078829,0.02536,-0.021863,-0.086541,0.082154,0.05152,-0.095347,0.14742,-0.0079143,-0.010073,0.0085803,0.020045,-0.0054474,-0.0053351,-0.0010703,0.011808,-0.084855,0.050787,-0.028604,-0.067668,0.1959,0.19921,0.13729,0.032428,0.47932,-0.3071,0.066546,0.032183,-0.0297,-0.021214,0.040872,0.047523,0.025967,-0.026639,-0.064959,-0.13372,-0.12462
-0.013843,0.0069642,-0.063431,-0.17236,0.14113,0.12399,0.071511,-0.10396,0.090888,-0.029358,-0.19213,-0.098504,-0.038926,-0.00558,-0.078195,-0.010338,0.056673,0.060152,0.0089937,-0.025602,-0.0075311,0.11271,-0.026248,-0.036391,-0.052292,0.019418,-0.095834,-0.07776,0.10642,0.067285,-0.0084451,0.072021,-0.038405,-0.022521,-0.040487,-0.10682,-0.13725,0.21557,-0.042988,-0.13338,-0.11727,-0.026364,-0.022405,-0.12955,0.065633,-0.039174,-0.034697,-0.076981,-0.0023785,-0.086665,-0.055799,0.033703,0.039775,0.029464,-0.027379,-0.033111,0.035124,0.023972,0.0012571,-0.047339,0.081842,-0.069027,-0.014959,0.027281,-0.19265,0.076851,0.084337,-0.057119,0.019931,-0.033326,0.1286,0.005894,-0.12765,0.017308,-0.052724,-0.013293,0.051636,0.026654,0.037699,-0.043188,-0.048032,0.039932,-0.0011677,0.010066,-0.042038,-0.0030176,-0.0076731,0.022929,0.015027,-0.03901,-0.021529,-0.17743,-0.12065,0.13492,0.052368,-0.00037563,0.00024184,0.019957,-0.0020678,-0.017973,0.0095693,0.031813,0.076594,-0.24122,0.047513,-0.19259,0.27678,-0.15214,0.040362,0.010644,0.021139,0.0274,-0.023313,-0.040491,0.078879,0.07894,0.43297,0.0022124,-0.071451,-0.039739,0.0013513,-0.018501,0.016564,-0.047367,-0.0015271,0.018196,-0.0023315,-0.010482,-0.0010607,0.0027507,-0.011075,0.00041455,0.013002,-0.12701,-0.039581,0.031797
0.00014522,0.22944,0.041284,0.092345,-0.016459,-0.041401,0.052696,0.056002,0.045905,0.026532,-0.095195,0.045438,0.060155,0.16225,0.06521,-0.085048,-0.053713,-0.17093,-0.082079,-0.088955,-0.05737,0.037837,0.0041358,0.02318,0.22106,-0.084828,0.022431,0.077989,-0.096469,0.054498,-0.042165,-0.10727,-0.14901,0.062556,0.059525,-0.056097,0.047591,-0.024625,0.0072156,0.03713,-0.015054,0.065524,0.019696,-0.027007,0.016394,0.0098814,-0.037416,-0.055386,-0.013906,-0.028507,-0.052902,-0.033469,-0.022388,-0.059364,0.013017,0.049027,-0.083165,-0.07834,-0.12783,0.057354,-0.085417,-0.012399,-0.046669,0.096471,0.047599,-0.049585,0.10961,0.0080793,-0.06552,-0.016751,-0.023687,0.0025742,-0.032697,-0.078536,0.034637,0.026479,0.051751,0.019885,-0.02771,-0.11413,-0.050873,-0.064299,0.0040885,0.019076,-0.04723,0.058496,-0.082718,-0.059759,0.07671,-0.023007,0.1039,-0.14737,0.0042761,0.035147,0.082166,0.11747,-0.26929,0.044928,0.022285,-0.012707,-0.09223,0.052633,0.26006,-0.28903,-0.099266,0.13838,-0.21217,-0.029737,0.069943,0.033197,-0.045574,0.07252,0.013373,-0.015158,-0.025908,0.050817,0.0035735,0.014275,0.069667,-0.091516,-0.079421,-0.073497,-0.0099905,-0.26873,0.15379,-0.038468,-0.031002,0.0030683,0.0016533,0.010091,-0.034251,-0.0066098,0.018478,-0.062015,-0.13319,-0.12122
-0.020364,0.004799,-0.016392,-0.21701,0.14236,0.11423,0.0678,-0.086937,0.11749,-0.047496,-0.16374,-0.072625,-0.041608,0.013802,-0.11727,-0.055985,0.056367,-0.15201,-0.032963,-0.015622,-0.032026,0.14387,-0.031228,-0.076756,-0.090106,-0.05819,-0.075165,-0.077642,0.10142,0.019209,-0.079563,0.061552,-0.053261,-0.017788,-0.11988,-0.21318,-0.090427,0.11973,-0.015377,-0.13776,-0.10703,0.10754,0.043103,-0.028334,0.044559,-0.092307,-0.0051732,-0.0042372,-0.036754,0.0253,0.022401,0.053632,-0.086403,-0.065393,-0.10543,0.048253,0.077844,0.022214,-0.11177,0.023739,0.014953,-0.10929,0.09695,0.17096,-0.10849,0.1792,0.02803,0.087203,0.078801,0.084558,-0.22596,-0.025446,0.17133,0.008263,0.054468,0.031272,-0.11665,-0.12834,0.002949,-0.019039,-0.028241,0.050564,0.018288,0.0018688,-0.0024136,-0.003558,-0.0017048,-0.072294,-0.0043007,0.013396,0.048426,0.22992,0.24855,-0.23801,-0.10325,0.001708,0.0064081,-0.024041,0.01644,0.020172,-0.007732,0.012457,0.011427,0.090823,-0.047739,0.09159,-0.15178,0.082498,0.01501,0.0081887,-0.001682,-0.026496,-0.00012433,0.024706,-0.050288,-0.012482,-0.19429,0.015315,0.070371,0.01992,-0.0083914,-0.0045616,-0.014882,-0.015939,0.028753,-0.039576,0.0080582,0.010788,-0.0052909,-0.013518,0.0028474,0.0047416,0.0093102,-0.14002,-0.041916,0.016761
-0.064191,0.27245,0.038895,0.087067,-0.023336,-0.037157,0.12559,0.043073,0.074609,0.11156,-0.1091,0.051386,0.0034501,0.10311,0.1242,-0.070183,-0.017906,-0.11559,-0.054797,0.0551,-0.0037357,-0.019604,0.0029429,0.0018195,0.24573,-0.082487,0.08703,0.088718,-0.032908,0.18851,-0.043248,-0.23272,-0.25951,0.084482,0.10023,-0.02354,-0.017062,0.13399,-0.083447,0.13502,-0.059269,-0.070505,-0.042596,-0.19698,0.078493,-0.024655,-0.12787,-0.023369,-0.0212,-0.061341,0.016594,0.060375,0.076185,0.099469,0.038463,-0.13579,0.025017,-0.0080184,0.24344,-0.03658,0.094368,0.095551,0.080323,-0.13151,-0.10111,0.11555,-0.15501,-0.038781,0.13399,0.041745,-0.040922,-0.020382,0.10719,0.15228,-0.035881,-0.037718,-0.043898,-0.031877,0.062834,0.18114,0.067083,0.10914,0.0035254,-0.07764,-0.049653,-0.0071342,0.057704,0.036725,-0.027399,-0.017999,-0.058511,0.034106,-0.014896,-0.038552,-0.050875,-0.046848,0.13008,-0.045143,0.0090749,0.020618,0.036444,-0.030615,-0.098648,0.12158,0.038035,-0.04508,0.053867,0.012327,-0.025526,-0.020006,0.011826,-0.033363,-0.0010416,0.010919,0.01043,-0.028197,-0.009922,-0.0036796,-0.030765,0.017722,0.01556,0.018751,-0.0019897,0.064741,-0.028667,0.01652,0.0054788,0.013242,0.0030889,-0.020239,0.014967,-0.0054791,0.0031498,-0.05177,-0.13135,-0.10938
-0.026722,0.0088487,0.044315,-0.24784,0.12021,0.09814,0.064895,-0.061502,0.14098,-0.054687,-0.069609,0.093727,-0.045606,-0.023941,-0.12158,-0.09331,0.17733,-0.38693,-0.15926,-0.0023718,0.023341,0.11895,0.023769,-0.037077,-0.038013,-0.1536,0.099455,-0.031009,0.043213,-0.042904,-0.13442,-0.082928,-0.0043188,-0.030086,-0.0020404,0.079112,0.17823,-0.18365,-0.084007,-0.06812,-0.064959,0.18727,0.10277,0.3499,-0.10593,-0.016568,0.019222,0.12789,0.032234,0.20091,0.11923,-0.030903,0.0055334,0.082749,0.054297,-0.036896,0.0067759,0.039679,0.088655,0.0031268,-0.015285,0.092756,-0.05555,-0.20263,0.14765,-0.10895,-0.12053,-0.0046829,-0.047532,-0.029259,0.074473,0.035211,-0.015557,0.014293,-0.019039,-0.027181,0.032617,0.049693,-0.02772,0.084102,0.086024,-0.031222,-0.0051901,0.013179,0.016576,0.00068298,-0.00641,0.028898,-0.0091331,0.0093076,-0.010205,-0.073753,-0.099027,0.081724,0.044355,-0.010225,0.015746,0.004987,-0.00012209,-0.0030393,0.0090576,-0.012021,-0.024947,0.0052707,0.012873,-0.026408,0.044651,-0.017607,-0.017408,-0.012028,-0.00045318,-6.4269e-05,0.0073198,-0.0012706,0.023265,-0.010095,0.037659,-0.0051263,-0.037274,-0.010291,0.00073724,-0.0009466,-0.0015719,0.012247,-0.011224,0.0070072,0.00022598,0.0004896,0.0028907,-0.0029581,0.0021615,-0.0051948,-0.010168,-0.1497,-0.043653,0.0055787
0.10604,-0.00093941,-0.0021203,0.042221,0.0016239,-0.0022786,0.043033,-0.00021456,-0.020389,-0.11377,0.0037269,-0.0020062,0.020293,-0.0030873,-0.0063208,0.074742,-0.030706,-0.0077658,-0.023918,-0.094587,-0.0046728,-0.022248,-0.010234,-0.0095846,-0.0073992,0.0048399,0.028515,0.076162,0.1035,0.042865,-0.0014667,0.070858,0.10225,-0.020778,-0.033093,-0.0020604,0.035195,-0.0077957,-0.0027914,0.072019,-0.10314,-0.10625,-0.035467,-0.060976,0.058011,0.088219,-0.044203,-0.19774,-0.045954,0.13208,0.38294,0.041552,-0.056579,0.17888,-0.10093,0.085635,-0.0044899,-0.096308,-0.090931,-0.24369,-0.18502,0.0032149,0.015782,-0.075941,0.072004,-0.01726,0.12047,-0.043386,0.13769,0.083061,0.030261,0.020272,-0.044119,-0.032456,-0.01103,-0.090859,0.1092,-0.16877,0.044172,0.0012551,0.035187,-0.039841,-0.012638,0.055476,-0.021455,-0.087875,-0.29292,0.11044,0.097302,0.016131,0.048106,-0.016995,-0.12382,-0.19878,-0.0016422,-0.01693,-0.0020945,-0.093322,-0.025583,0.0056004,-0.012535,-0.046466,0.0082617,0.034532,0.011289,-0.0059788,0.033306,-0.016157,0.013859,-0.02473,0.0020244,0.01138,-0.027158,0.0006432,-0.0082378,0.011739,-0.0004185,0.020949,0.004568,-0.0051965,-0.050122,0.0086044,0.010972,0.010679,0.0021015,0.088027,0.049556,0.16762,0.0088563,-0.294,0.20288,-0.047421,0.031491,-0.026895,-0.12689,-0.080633
-0.0012537,-0.0034133,-0.11708,-0.0036826,0.11528,0.041246,-0.0044712,0.065041,-0.11266,0.018029,0.068461,-0.065089,-0.0049817,0.095684,0.0055135,0.0063509,0.034418,0.128,0.012902,-0.015183,0.0508,0.0060339,-0.0060123,0.11455,0.23335,-0.0029173,0.092196,-0.021335,0.027145,-0.16233,-0.17626,-0.058152,0.021363,0.044789,-0.2568,-0.072812,-0.097838,-0.24791,-0.28524,0.020075,-0.10108,-0.19916,0.037698,0.039963,0.12143,-0.11351,0.13579,-0.042158,0.067837,-0.024675,-0.024158,-0.11097,-0.10649,-0.053692,0.043741,0.0040196,0.008554,-0.017826,0.018975,0.035159,-0.058109,0.076268,0.080771,-0.042582,-0.066098,0.026599,0.0022285,0.0024353,0.0044211,0.014328,-0.002902,-0.022587,-0.014054,0.0050175,-0.054518,-0.029394,-0.038824,0.0028216,0.016459,-0.0026748,0.010605,-0.012944,0.062913,0.040694,0.13069,-0.14684,0.051485,0.021927,-0.036753,-0.0043096,-0.017232,0.05782,-0.049176,-0.019346,-0.050193,-0.010969,-0.089179,-0.0094435,0.018686,-0.1379,0.00059683,-0.013071,-0.065958,-0.072268,-0.01596,-0.011904,-0.15165,-0.26563,0.028555,0.060805,0.20324,-0.090655,-0.067507,-0.027718,0.09055,-0.043169,-0.034173,0.074447,-0.19809,-0.039377,0.037364,0.029991,-0.044083,0.1141,0.18813,-0.096815,-0.013638,0.014666,0.013146,-0.0026887,0.013171,-0.024833,-0.013728,-0.085561,-0.032141,0.079702
0.1533,-0.00081066,-0.0023908,0.023176,0.0020355,-0.0021406,-0.00033122,0.0015326,-0.042591,-0.21015,0.0076401,-0.0023001,0.017861,-0.002819,-0.01592,0.080834,-0.029991,-0.0074673,-0.018969,-0.057804,-0.0076664,-0.033543,-0.01716,-0.022416,0.010885,-0.043738,0.026695,0.093881,0.18574,0.026171,0.01507,0.04921,0.081158,-0.029202,-0.019009,-0.034523,0.10575,-0.015365,0.022468,0.15612,-0.15941,-0.034292,0.012937,-0.051741,0.050456,0.071402,-0.037599,-0.14536,-0.033541,0.047632,0.18938,0.014136,-0.047394,0.098717,-0.050813,0.065262,0.025535,-0.01277,-0.025917,-0.10179,-0.051356,-0.020108,0.015149,-0.033608,0.022442,0.0081163,0.025027,-0.0065198,0.098844,0.023835,0.036308,0.041571,-0.0096596,-0.023558,-0.034095,0.016307,0.039755,-0.055788,0.015146,0.069242,0.010091,-0.011229,-0.022127,-0.056249,0.0083722,9.1552e-05,0.091718,-0.04577,-0.029242,0.0034271,-0.013231,0.006145,0.047835,0.0602,0.0074794,-0.011318,-0.00011746,0.027863,0.024169,-0.008547,0.013802,0.011162,-0.019806,0.013737,-0.010306,0.0010907,0.009248,-0.00051879,0.00033216,-0.00079473,0.0036057,-0.0011852,0.018744,0.010569,-0.0054384,-0.0088512,-0.0052349,-0.054026,0.0073507,0.027772,0.082285,-0.0022286,-0.027205,-0.022786,0.0034885,-0.16506,-0.10431,-0.30239,-0.0048552,0.54644,-0.40286,0.11311,-0.049204,-0.0073045,-0.12337,-0.057992
-0.0017424,0.0010393,-0.16537,-0.0075817,0.09353,0.015066,-0.0094511,0.029658,-0.20908,0.031413,0.061023,-0.086573,-0.0038896,0.12717,0.03142,0.0076763,0.070179,0.071363,-0.043153,-0.0067781,0.08433,-0.010321,0.037864,-0.0032705,0.19246,-0.014324,0.11142,-0.039412,0.024625,-0.14871,-0.15325,-0.025886,0.005533,0.0027226,-0.2065,-0.03009,-0.038117,-0.12078,-0.12647,-0.0051596,-0.036361,-0.082555,0.0072484,0.012377,0.059058,-0.051398,0.062818,-0.015008,0.033247,-0.012761,-0.0089956,-0.043778,-0.022734,-0.040848,0.0035706,0.023448,-0.017511,-0.0075689,0.038677,-0.013531,0.013125,0.016486,0.0050346,-0.023168,0.0034953,0.025025,-0.018767,0.019104,0.0097046,0.0090932,-0.028807,-0.0062391,-0.0078741,-0.0041027,-0.032928,-0.019538,-0.011414,0.020166,0.0067276,0.0022151,-0.0016704,-0.0050402,-0.015179,-0.0043313,-0.069847,0.048056,-0.014136,0.00033936,-0.0011215,-5.7139e-06,-0.022466,-0.019266,0.019316,0.0037521,0.024969,0.0012648,0.050918,0.0067813,-0.017422,0.019927,0.012415,0.0036277,0.042272,0.048136,0.018776,0.020967,0.10614,0.1972,-0.0093773,-0.044964,-0.14373,0.089595,0.050581,0.01092,-0.17255,0.082325,0.085771,-0.17119,0.38982,0.091322,-0.082543,-0.05262,0.10135,-0.24502,-0.42444,0.21198,0.035153,-0.023018,-0.039368,0.01734,-0.019979,0.052227,0.037608,-0.085982,-0.032216,0.079215
0.20251,-0.00064969,-0.0015716,0.0024461,0.0030553,-0.0015218,-0.046834,0.0029786,-0.058302,-0.29146,0.012492,-0.00093443,0.017321,-0.0030562,-0.021491,0.074505,-0.029157,-0.0096665,-0.01685,-0.041933,-0.012326,-0.029621,-0.021106,-0.024259,0.018295,-0.08132,0.011833,0.071997,0.20114,-0.013971,0.038237,0.036498,0.068657,-0.031093,-0.003758,-0.050931,0.15526,-0.016202,0.036732,0.18266,-0.1783,0.047472,0.059505,-0.0301,0.037144,0.049333,-0.029697,-0.072039,-0.010815,-0.027785,-0.08651,-0.026337,-0.015977,-0.018335,0.030393,0.000616,-0.0015535,0.033877,0.041298,0.049906,-0.0013854,-0.03011,-0.015325,0.015985,-0.023857,0.030699,-0.035197,0.0037821,0.0225,-0.016227,0.019794,0.034059,0.010931,-0.058639,-0.048151,0.11217,-0.010342,0.017318,-0.027155,0.033082,-0.0090538,0.048937,-0.016392,-0.18283,0.0095371,0.053433,0.39176,-0.19952,-0.13904,-0.065135,-0.063818,0.030194,0.1623,0.3072,0.024437,-0.016072,-0.0015139,0.15626,0.046164,-0.00059589,0.045713,0.08841,0.0067504,-0.020493,-0.04143,0.013834,-0.048905,0.013005,0.00059102,0.03984,-0.023355,-0.011317,-0.0073052,-0.0020538,0.025213,0.016299,-0.003804,0.02498,-0.0081235,-0.020949,-0.049222,-0.0038901,-0.00026105,0.020501,-0.023969,0.071035,0.073016,0.17969,-0.0011328,-0.31471,0.22316,-0.057103,0.0001624,0.011672,-0.11996,-0.036061
-0.0020723,0.0069841,-0.21485,-0.011171,0.067912,-0.015401,-0.016953,-0.02106,-0.29242,0.043256,0.01268,-0.10467,0.0041867,0.15178,0.041666,0.0049945,0.10683,0.024275,-0.097464,-0.0034997,0.12443,-0.038248,0.098945,-0.10957,0.1494,-0.018635,0.088993,-0.053779,0.020039,-0.10094,-0.09436,0.0037676,-0.0021017,-0.045283,-0.093387,0.024286,0.037891,0.11813,0.087445,-0.017171,0.057971,0.048847,-0.00083493,-0.021135,-0.032339,0.025604,-0.001518,-0.0031085,0.021763,0.014133,0.021473,0.014043,-0.012026,0.0044296,0.038468,0.028874,0.011192,-0.0064789,-0.00649,-0.003829,0.025507,-0.021147,-0.025514,0.052359,0.031848,-0.0223,0.031133,-0.027994,-0.01277,0.0013503,-0.0026526,-0.021754,0.0093434,-0.0073368,0.010515,0.020655,0.051114,-0.004686,-0.0055502,0.022431,-0.020774,-0.026713,-0.024978,-0.049281,-0.12509,0.17565,-0.083558,-0.0388,0.061445,-0.026808,0.027175,-0.10479,0.083063,0.025952,0.045871,0.027569,0.099324,-0.0089578,-0.027277,0.21706,-0.011572,0.032665,0.093879,0.059573,-0.00070044,-0.022863,0.19571,0.29984,-0.08368,-0.074987,-0.20983,0.059883,0.072658,0.038726,0.10038,-0.049711,-0.078449,0.15496,-0.24496,-0.067434,0.070949,0.020035,-0.086207,0.16892,0.3346,-0.1467,0.022129,0.010596,0.014078,-0.011551,0.0089655,-0.039761,-0.015379,-0.086372,-0.032286,0.078764
0.21606,0.00029947,-0.001153,-0.018247,0.0030971,0.00016321,-0.0010892,0.00016922,-0.060947,-0.28496,0.0089225,-0.0061794,-0.035083,-0.017166,-0.027549,0.14933,-0.017338,-0.0034178,-0.016992,-0.018754,-0.019374,-0.037106,-0.014496,-0.033783,0.020768,-0.017589,0.044219,0.094414,0.19821,-0.0068403,0.019889,-0.014632,-0.024742,-0.024262,0.020296,0.0095632,0.056289,0.0014489,0.056553,0.1929,-0.137,0.072004,0.06051,-0.026927,0.021366,0.0329,0.0023178,0.014155,0.0090413,-0.084476,-0.22197,-5.2252e-05,0.0043005,-0.1063,0.013071,-0.06037,0.06433,0.19246,0.17034,0.33336,0.24988,0.051122,-0.030909,0.03694,-0.035557,-0.013585,-0.090551,0.061616,-0.12651,-0.052876,-0.087604,0.12993,0.00070661,-0.021989,0.055998,-0.091855,-0.074088,0.088419,-0.019872,-0.11239,0.013068,-0.021789,0.037323,0.24153,-0.0027635,-0.0012633,-0.28951,0.16261,0.10454,0.051656,0.043049,-0.025444,-0.11477,-0.22952,-0.019031,0.050828,0.024483,-0.08417,-0.064158,-0.014283,-0.06076,-0.068452,-0.0065151,0.0024284,0.043567,-0.014132,0.025903,-0.00032923,-0.014438,-0.015703,0.022136,0.00033464,-0.0030291,0.005338,-0.012972,-0.016426,0.0082451,0.013481,-0.0034424,-0.0055,0.010719,0.0038029,0.015039,0.0014177,0.019767,0.020932,-0.0094178,-0.0062911,0.0050545,0.0011533,0.0077428,-0.0052113,0.015342,0.028932,-0.11686,-0.016112
-0.0022604,0.01828,-0.23261,-0.012522,0.028796,-0.038363,-0.019356,-0.079657,-0.30394,0.0448,-0.020614,-0.048963,0.0077993,0.11247,0.10926,0.0081017,0.1174,-0.053236,-0.13717,0.005502,0.14649,-0.060549,0.11661,-0.20345,0.056357,-0.013974,0.037021,-0.046381,0.0076103,-0.040462,-0.012099,0.052178,-0.021922,-0.070515,0.02514,0.13521,0.14738,0.26431,0.29025,-0.059529,0.14252,0.1532,0.027354,-0.050726,-0.11815,0.10235,-0.10805,0.029687,-0.043196,0.024767,0.037213,0.17054,0.023716,-0.042863,-0.034481,-0.0028188,-0.038249,0.024315,0.11297,-0.11925,0.037926,-0.024417,-0.011648,0.066551,0.036071,-0.061925,0.015408,0.034667,0.024995,0.028945,-0.013571,-0.0057514,-0.0028836,0.0078808,0.00026979,-0.0041164,-0.032419,-0.012364,0.0056798,-0.014291,0.013113,0.020996,0.046112,0.025953,0.10211,-0.14258,0.078587,0.04213,-0.054176,0.027905,0.0051308,0.092589,-0.080525,-0.023505,-0.032733,-0.019458,-0.091376,0.004044,0.025985,-0.16784,-0.0006717,-0.012188,-0.082933,-0.059784,-0.019817,0.015793,-0.17665,-0.27277,0.059537,0.066986,0.21281,-0.081715,-0.080916,-0.033563,-0.0093945,-0.0025687,0.027964,-0.05699,0.039888,0.016353,-0.021745,0.0049566,0.025713,-0.032971,-0.09022,0.032306,-0.026384,0.001917,0.0025935,0.0029975,0.0033717,0.011075,-0.00028099,-0.086718,-0.032348,0.078365
0.091796,-0.072163,-0.012894,-0.019302,0.022246,-0.031833,0.027923,0.056865,-0.041912,-0.073714,0.016317,-0.1421,-0.10508,0.11319,-0.081074,0.09384,0.018516,0.016586,0.047851,0.11569,-0.076847,-0.021133,-0.048014,0.055857,0.003811,0.028304,0.17794,0.09049,0.083525,0.040994,-0.14833,-0.22028,0.14435,0.04409,0.32315,-0.18697,-0.21278,0.12005,-0.010228,-0.11102,0.18397,0.050081,-0.035056,0.12448,-0.063358,0.08549,0.085429,0.085041,-0.023397,0.030077,0.025407,0.019793,-0.024622,-0.068684,-0.0019577,-0.022351,-0.10307,-0.058659,-0.0020059,0.027619,-0.053633,0.036744,0.10033,-0.064561,-0.015205,0.060341,-0.092224,-0.045417,0.10124,-0.030344,0.091772,-0.010344,-0.039027,-0.093958,-0.17221,0.36675,-0.0036393,-0.040129,-0.079149,-0.031621,-0.038092,-0.0096798,0.022864,0.0046799,-0.023388,0.012593,-0.034708,-0.012053,0.045441,-0.052255,0.05241,-0.0099358,-0.033752,-0.054674,0.0022726,-0.0061716,0.0015218,0.0080329,-0.027272,0.017725,-0.062708,0.024193,0.038121,0.017291,-0.02803,0.026787,0.0026458,0.054514,-0.043151,-0.025151,0.17611,-0.0007653,-0.12204,0.0026188,0.053311,0.16706,-0.020655,-0.041048,0.012423,-0.034454,0.061587,0.075946,-0.02746,0.021227,-0.060387,-0.0044676,0.054742,-0.037491,0.045145,-0.1266,-0.17524,-0.010784,0.0081363,0.042782,-0.11438,-0.00010541
0.0055677,0.010778,-0.11358,0.046975,-0.0071581,-0.094483,-0.01504,-0.011479,-0.11305,0.031992,0.039076,0.025753,-0.0012951,0.0077457,0.030687,0.032284,0.016214,-0.075704,-0.014975,0.027863,0.075672,0.082775,-0.19183,-0.080807,-0.1203,0.031656,-0.043286,-0.0088433,-0.022603,0.078392,0.015727,-0.047546,0.027212,0.11167,0.1709,-0.09268,-0.15349,-0.095812,-0.16107,-0.007775,0.00049409,-0.038461,0.050988,0.063809,2.2382e-05,-0.024888,0.0012583,-0.037414,0.014391,-0.024184,-0.081078,-0.0035016,0.13339,0.14317,0.05879,-0.02758,-0.091233,-0.065822,0.0035361,-0.13903,0.20558,-0.20696,-0.11947,0.08841,0.095851,-0.13554,0.036993,0.12349,0.10161,-0.077728,-0.1466,0.41622,0.090521,-0.18866,-0.10225,-0.14153,0.090362,-0.028756,0.1311,0.10558,0.0075059,-0.057363,0.046502,0.018799,-0.02782,-0.02813,0.039333,0.005607,-0.017816,-0.038708,-0.076147,0.010165,0.022775,0.0093796,-0.013805,0.022735,-0.025454,-0.0067805,-0.019104,-0.02402,-0.0044727,0.0040296,-0.013669,-0.025333,0.013953,-0.0040232,-0.011137,-0.0011251,-0.0063022,0.034136,-0.042095,-0.062527,-0.049708,-0.043264,-0.035464,-0.019182,0.0067508,0.34438,0.064747,0.083085,-0.0057148,-0.011539,-0.073617,-0.00070028,-0.026005,0.0052767,-0.0032457,-0.018962,0.029513,-0.039735,-0.064528,0.0021376,0.0029982,-0.070534,-0.029443,0.09707
0.1155,-0.037241,-0.0043174,-0.023902,0.0072126,-0.015822,0.013699,0.021676,-0.025046,-0.11189,0.009748,-0.058265,-0.086604,0.029178,-0.033447,0.1073,0.0082077,0.017412,0.025092,0.09699,-0.017317,-0.023299,-0.007834,0.036309,0.021485,0.0055289,0.10085,0.10481,0.07661,0.040127,-0.11083,-0.12856,0.031809,0.037663,0.20079,-0.11726,-0.15773,0.049885,0.001415,-0.083016,0.15649,0.014765,0.018347,0.11784,-0.026729,0.0048893,0.059193,0.079128,0.011189,0.014207,-0.018222,0.03781,0.035566,-0.07032,0.0053978,0.023979,-0.032827,-0.022582,-0.065158,-0.13456,-0.055309,0.0080645,0.014448,0.01795,-0.036905,0.0076906,0.04168,0.028246,-0.036411,0.0029734,0.021533,-0.062855,0.0050309,0.056113,0.043584,-0.088476,-0.037738,-0.011439,0.027807,-0.00089555,0.0077435,0.027721,-0.016537,-0.019211,0.047835,-0.044138,0.065122,0.075974,-0.085783,0.059057,-0.036429,0.009048,0.013175,-0.022089,0.021985,0.0032005,-0.0055931,-0.04036,0.064922,-0.05463,0.10838,-0.07375,-0.062864,-0.036981,0.068966,-0.031055,-0.0096652,-0.10685,0.096371,0.043175,-0.30957,0.022783,0.27779,0.016002,-0.090961,-0.28892,0.043709,-0.022442,-0.038102,0.021924,-0.10536,-0.12547,0.086001,-0.050124,0.10976,0.027722,-0.12849,0.070045,-0.099657,0.28048,0.37427,0.015527,-0.014788,0.045354,-0.11392,0.002867
0.0025388,0.018409,-0.1309,0.02337,-0.013085,-0.090411,-0.01556,-0.046376,-0.13031,0.028215,0.0081924,0.04804,-0.0012753,0.0041934,0.10238,0.017547,-0.046097,-0.10526,-0.034473,0.029304,0.065026,0.043283,-0.1513,-0.11927,-0.13229,0.034626,-0.11349,0.017083,-0.030959,0.082925,0.060103,0.030604,-0.026823,0.086848,0.072972,-0.021519,-0.057744,-0.091996,-0.052523,-0.0027675,-0.0027633,-0.01033,0.0006373,0.037592,0.0016901,-0.022035,0.013214,-0.026973,-0.012466,-0.026336,-0.032623,-0.079573,-0.043385,-0.019723,-0.00062547,0.053001,-0.031471,-0.081726,-0.059321,0.043487,-0.0045932,-0.017349,0.11318,-0.073863,-0.039713,0.091106,-0.042323,0.080423,-0.0017588,-0.072145,0.0070433,0.25072,-0.050262,-0.036894,0.048234,-0.12378,0.023879,-0.027138,0.060001,0.084774,0.010693,0.024934,-0.030022,-0.015144,0.0047571,0.04959,-0.01316,-0.01556,0.029953,0.011818,0.064697,0.0046206,0.042979,0.027037,0.021847,-0.020858,0.022201,0.019768,-0.0064925,0.030068,-0.012492,0.024695,0.049793,0.046966,-0.031756,0.020502,0.019051,0.023559,-0.01592,-0.059736,0.14466,0.11664,-0.035616,0.060331,0.087566,0.0017824,-0.024391,-0.66293,-0.15859,-0.17743,0.017298,0.037961,0.15711,0.012264,0.093759,-0.01512,0.024087,0.042127,-0.044286,0.048885,0.11397,0.0092653,-0.012095,-0.078068,-0.030796,0.088362
0.12665,0.00056362,-0.00083999,-0.028331,0.00023156,0.0013664,0.016934,-0.0035012,-0.028986,-0.12191,0.0044758,-0.01018,-0.078602,-0.022806,-0.01807,0.11746,0.0075193,0.014564,0.011549,0.08456,-0.00098724,-0.033888,0.0038085,-0.019839,0.0097609,-0.0088914,0.035244,0.109,0.042336,0.0741,-0.057051,-0.033779,-0.081068,0.019413,0.031548,0.024843,-0.073233,0.0032106,-0.0095105,-0.051932,0.11738,-0.0088956,0.0015453,0.042009,-0.0089601,-0.052898,0.033432,0.11405,0.011763,0.040117,-0.019395,-0.0081383,0.033122,-0.052091,0.049922,-0.0097277,0.041382,-0.045868,-0.10598,-0.18728,-0.088856,-0.0080751,-0.0080434,0.02252,-0.098374,0.0063085,0.091244,0.02428,-0.22056,0.026627,-0.048554,-0.1097,-0.0010418,0.21537,0.27015,-0.46312,-0.013023,0.080424,0.083647,0.014884,0.026045,0.018047,-0.043188,-0.043898,0.039258,0.029456,0.038523,-0.054387,-0.013801,0.038677,-0.022154,-0.016356,0.010529,0.078291,-0.012616,0.026815,-0.026227,0.0072409,-0.0028007,0.0010863,0.0070973,0.0058669,0.0020867,-0.0019933,-0.015452,-0.010152,-0.0054116,-0.0018594,0.01629,-0.0080899,-0.0019981,-0.022366,0.020197,-0.022853,0.011477,0.037508,-0.031656,-0.037583,-0.0010112,0.016732,0.039102,-0.027921,0.00087486,0.037155,-0.037913,-0.050603,0.16471,-0.025127,0.089307,-0.30126,-0.43045,-0.037217,0.031652,0.047495,-0.11353,0.0053417
-0.00076813,0.021666,-0.13821,-0.0073435,-0.013649,-0.087904,-0.00087623,-0.065459,-0.14362,0.0264,-0.0047063,0.053702,-0.002221,0.0085212,0.13148,0.011964,-0.067565,-0.12428,-0.056268,0.023985,0.043505,-0.017965,-0.13649,-0.13447,-0.13576,0.029615,-0.13221,0.04063,-0.031604,0.072517,0.082236,0.055055,-0.045784,0.046799,0.0412,0.059569,0.030598,-0.037412,0.0050493,0.0019577,-0.016086,0.0053133,-0.054336,0.020249,0.0099745,-0.017227,0.023177,0.0091366,-0.020489,-0.012265,0.013484,-0.091464,-0.11946,-0.092564,-0.040365,0.025436,0.051313,-0.061434,-0.078112,0.1827,-0.18322,0.11829,0.25381,-0.19413,-0.11069,0.21552,-0.075784,-0.03465,-0.022342,-0.079839,0.14356,0.045135,-0.12536,0.057572,0.088186,0.058442,-0.015171,-0.01578,-0.024279,-0.02929,0.0067094,0.036922,-0.026863,0.022363,0.039712,-0.064544,-0.0080775,0.021617,-0.0065586,-0.0058485,-0.027869,-0.009419,-0.0071426,-0.016697,-0.013499,0.014364,-0.027631,-0.0035966,-0.01052,-0.045899,0.035958,-0.023582,-0.049722,-0.01859,0.04851,-0.017583,-0.029863,-0.079424,0.072419,0.027381,-0.257,-0.078718,0.25982,-0.0041339,-0.012373,0.3443,-0.046182,0.3026,0.064728,0.00061583,0.05309,0.067393,-0.11036,0.033288,-0.067857,0.012944,-0.059751,-0.02975,0.019586,-0.0066031,-0.0022726,0.009181,-0.0081225,-0.086719,-0.032349,0.078364
0.11537,0.03757,0.0034942,-0.023844,-0.0083321,0.016337,0.021055,-0.025673,-0.026954,-0.099001,-0.0071503,0.02985,-0.087206,-0.063184,0.00050204,0.11874,-0.0084193,0.012428,0.0095242,0.098662,0.0047775,-0.041738,0.0063213,-0.081594,0.00060761,0.026333,-0.0077214,0.16278,0.059033,0.11969,-0.012405,0.079947,-0.17564,0.011267,-0.13586,0.14261,0.0086505,-0.044003,-0.078713,-0.11911,0.17424,0.01479,-0.0065848,0.018592,0.043413,-0.10015,-0.011303,0.11082,0.026718,0.0085659,-0.0347,-0.045632,0.031587,0.021459,0.048575,-0.054798,0.032251,-0.084589,-0.090491,-0.073369,-0.048545,-0.004032,-0.0039783,0.012775,-0.025333,0.003605,0.021359,-0.031948,-0.048902,-0.00014548,-0.035963,-0.07648,-0.01393,0.064224,0.067214,-0.065732,0.03772,0.044213,0.0040897,0.021168,0.0037791,0.0037907,0.0046268,-0.060923,-0.064114,0.028497,-0.027622,-0.079019,0.086042,-0.074753,0.034631,-0.015846,-0.0033829,0.039967,-0.043761,-0.010124,-0.0012525,0.018123,-0.014044,0.07468,-0.072395,0.076513,0.048793,0.040999,-0.071396,0.040953,0.017291,0.11969,-0.11017,-0.048103,0.29173,-0.011104,-0.32405,-0.03143,0.052792,0.15897,0.0096122,0.19761,0.076094,0.0084853,-0.0021488,0.15345,-0.10144,-0.031402,-0.060305,0.045421,-0.17115,-0.038513,-0.069887,0.26429,0.38072,0.044022,-0.039382,0.044759,-0.11402,0.0021789
-0.0042032,0.01963,-0.12593,-0.037517,-0.01242,-0.092936,0.015338,-0.047191,-0.12546,0.019224,0.0058012,0.051578,-0.0042658,0.0014575,0.10375,0.0032675,-0.050986,-0.10666,-0.038994,0.0091454,0.051381,-0.063563,-0.15194,-0.11127,-0.13511,0.02949,-0.12176,0.032667,-0.024081,0.064188,0.083719,0.041709,-0.019016,0.090396,0.082302,-0.039489,-0.026755,-0.069135,-0.036319,0.028438,-0.079645,-0.059887,-0.010607,0.0012032,0.019172,0.00069217,0.026284,0.027093,0.00028161,0.011033,0.033648,-0.058063,-0.036678,-0.034852,0.011439,0.023902,0.058735,0.045802,-0.04284,0.091759,-0.1048,0.085004,0.016601,-0.051829,-0.022797,0.060783,-0.034774,-0.05618,-0.028982,0.041797,0.078991,-0.1994,-0.038337,0.0724,-0.0015786,0.13929,-0.040351,-0.003721,-0.10375,-0.080886,0.0026948,0.011052,-0.033918,-0.0079141,0.0072945,0.041572,0.0088123,-0.022661,-0.008518,0.014613,0.059772,-0.04889,-0.020975,-0.016296,0.013676,0.019753,0.052804,-0.022201,0.028421,0.062381,-0.022158,-0.028651,0.020294,-0.0040635,-0.013113,0.00051637,0.03751,0.068951,-0.072648,0.031699,0.15,0.025007,-0.25916,-0.050977,-0.10127,-0.59805,0.10403,0.15218,0.044835,0.16854,-0.12446,-0.18159,0.041972,-0.071963,0.012535,-0.0042731,0.067025,0.011641,0.013626,-0.041113,-0.119,-0.037298,0.023109,-0.095137,-0.03386,0.068635
0.091281,0.071003,0.01259,-0.018507,-0.022373,0.032045,0.043503,-0.057273,-0.00022362,-0.060469,-0.020375,0.098261,-0.1038,-0.14033,0.051034,0.10892,-0.014894,0.026124,0.0006357,0.12014,0.049887,-0.050158,0.04535,-0.10228,0.019765,0.076869,-0.066599,0.20363,0.0586,0.15207,-0.011233,0.18869,-0.26068,0.020683,-0.26085,0.19397,0.050066,-0.085524,-0.10378,-0.17669,0.17171,-0.043332,0.02779,0.0056582,0.11309,-0.14578,-0.06632,0.10375,0.066209,0.0195,-0.01173,-0.011376,0.088538,0.078671,0.03967,-0.009004,-0.068536,-0.065311,-0.011866,0.0092707,0.049563,-0.062629,-0.08567,0.086178,0.080892,-0.05209,-0.026322,-0.016502,0.12009,-0.0065735,-0.0078097,-0.033118,0.051611,-0.1416,-0.19382,0.35,-0.011067,-0.040061,-0.059744,-0.039106,-0.043227,-0.025563,0.025193,0.028215,-0.010347,-0.015259,0.0047229,0.060873,-0.042431,0.0043876,-0.044257,0.015388,-0.018064,-0.076077,0.013152,-0.016767,-0.00010075,-0.016291,0.0023939,-0.031122,0.039662,-0.047717,-0.020225,-0.030236,0.046015,-0.022447,-0.015785,-0.068193,0.052814,0.016449,-0.14594,0.018578,0.18563,0.038436,-0.014832,-0.045559,-0.0077152,-0.13654,-0.051099,-0.027785,0.017343,-0.070186,0.061392,0.017932,0.048478,-0.028223,0.081739,0.017972,0.027148,-0.11762,-0.1787,-0.027487,0.02301,0.041796,-0.11456,-0.0012454
-0.0076261,0.012964,-0.1057,-0.058966,-0.0055757,-0.099728,0.014009,-0.015709,-0.10669,0.0081079,0.035415,0.032798,0.0017626,0.0066414,0.038698,-0.020591,0.011934,-0.0833,-0.024022,-0.0078354,0.053393,-0.085304,-0.19104,-0.065208,-0.12591,-0.0068192,-0.070905,-0.0017642,-0.027426,0.015758,0.065577,-0.019194,0.066285,0.11569,0.17234,-0.14219,-0.071955,-0.078824,-0.11812,0.086161,-0.14559,-0.1094,0.029995,-0.0038491,0.022641,0.0138,0.013894,0.0036105,0.0171,0.027694,0.0086592,0.03407,0.09592,0.11173,0.032666,-0.057908,0.064902,0.14957,0.033808,-0.046787,0.061369,0.011647,-0.3043,0.1403,0.046584,-0.20012,0.092443,-0.1215,-0.043789,0.17101,-0.091447,-0.4861,0.11102,0.099736,-0.027606,0.071489,-0.058288,0.086935,-0.069576,-0.085924,-0.021904,-0.019263,0.012604,0.0098268,-0.02236,-0.01429,-0.031475,0.0042614,0.019728,0.010357,-0.038964,0.02571,-0.021613,0.0060784,-0.024344,-0.037566,-0.01985,0.011331,0.00044115,-0.014611,0.011793,0.012448,-0.0046053,0.0072558,-0.0098942,-0.0051321,-0.021989,-0.027838,0.031238,-0.029416,-0.023939,0.0022085,0.10661,0.0398,0.06622,0.28924,-0.046003,-0.11881,-0.024506,-0.079515,0.059295,0.08021,-0.016429,0.026228,-0.0096402,-0.00044731,-0.034272,-0.0053033,-0.018097,0.036703,0.0681,0.011204,-0.010598,-0.10212,-0.035113,0.060566
-0.0277,-0.2164,-0.032761,0.054473,0.023469,0.014194,0.10287,-0.040098,-0.022521,0.076643,0.061178,-0.10992,-0.020415,0.03507,-0.069707,-0.086218,-0.054673,-0.090046,0.063154,0.15101,-0.16506,-0.05167,0.042707,-0.072687,0.14773,0.061313,-0.038684,-0.07771,0.024682,0.0065597,-0.031075,-0.038318,-0.005228,0.017879,0.10281,0.048142,-0.0090543,-0.16241,0.074845,-0.0092738,0.017999,-0.011615,0.098324,-0.12945,0.021365,-0.07503,-0.23416,0.022321,-0.016919,-0.04846,-0.023094,0.00087302,-0.0055916,0.078346,-0.034146,-0.041722,0.3393,0.1582,-0.075215,-0.096039,-0.064259,-0.15238,0.095625,-0.079398,0.049173,0.022057,-0.065588,-0.046459,-0.085029,-0.069832,-0.015918,0.040594,-0.022097,-0.027852,0.038032,0.083292,0.037665,0.08307,0.0057742,-0.057514,-0.0011703,-0.34992,0.034662,0.16503,-0.11411,-0.21196,0.00914,-0.072726,0.062068,0.14982,-0.17071,-0.047368,0.17203,0.076571,0.0048279,-0.063668,0.047739,-0.046976,-0.058662,-0.022568,0.0024998,0.10087,0.015046,0.020709,-0.0057158,-0.031399,-0.048453,-0.045255,-0.02965,-0.032132,-0.017038,0.077202,-0.0075457,0.022841,-0.00049101,-0.027272,0.026295,-0.032806,0.0013268,0.0060369,-0.13645,0.048938,0.0098817,0.060167,-0.0025772,-0.031408,0.0011981,-0.044549,-0.00028621,-0.026127,0.015175,-0.0017783,0.02597,-0.025828,-0.12669,-0.079399
0.0195,0.0010954,-0.0015874,0.19953,0.084998,0.047435,-0.057774,0.045947,0.079511,0.0077468,0.13893,0.15043,0.015834,0.019368,-0.02262,0.046216,0.0050417,-0.017675,0.044901,0.030217,-0.0084492,-0.016516,0.0021605,0.014675,-0.049396,0.0027686,-0.012547,0.0095511,0.035168,0.031542,0.0040279,-0.043398,-0.036786,0.019462,0.015314,-0.014937,0.001635,0.069664,0.024092,-0.19771,-0.17286,0.071837,0.024223,0.0097284,-0.0034541,-0.02414,-0.042252,-0.0062191,-0.055499,0.0043134,-0.0027276,-0.14271,-0.029323,-0.018354,0.16112,0.20169,0.053114,6.3056e-05,0.24143,-0.11374,0.0044183,0.06082,0.30167,0.27151,0.027431,-0.056174,0.19904,-0.12732,-0.034346,-0.065606,-0.0017896,-0.020789,0.007355,-0.0040573,-0.029464,0.023293,0.011071,0.070687,-0.19784,0.15132,0.23903,0.067463,0.061432,0.17084,-0.013223,-0.020405,0.0079207,-0.028698,-0.00095983,0.042536,-0.031177,-0.015486,-0.021495,0.020442,0.055349,-0.026252,-0.030544,0.03524,0.095834,-0.026809,0.048214,-0.13908,0.12793,0.12686,-0.18966,0.061674,0.09794,-0.052961,-0.063039,0.010229,-0.03274,0.033919,-0.0092492,0.012284,-0.037141,0.033801,0.031642,-0.0095495,0.10141,0.055668,-0.018075,0.05118,0.018103,0.065417,0.14987,0.1321,-0.057051,0.0019351,0.0707,-0.019525,-0.032571,0.066934,-0.037458,-0.034508,-0.022977,0.13871
0.01639,-0.17738,-0.027062,0.05936,0.011376,0.022277,0.038056,-0.053447,-0.0062406,0.017664,0.056451,-0.02836,0.012022,-0.02496,-0.01329,-0.099299,-0.023577,-0.08387,0.022551,0.10081,-0.097297,-0.032182,0.02307,-0.010135,0.12713,0.088928,-0.10964,-0.12535,0.0018505,-0.033238,0.068305,0.075097,0.07314,-0.0028571,0.030925,-0.036615,0.038283,-0.090864,0.011177,0.030534,0.019822,0.062143,0.11305,0.018664,0.031408,-0.07183,-0.10088,-0.054717,0.024417,-0.053209,-0.11734,0.002697,0.037158,-0.034649,0.019273,0.010964,-0.014875,-0.04811,-0.020703,-0.21756,-0.01578,0.061875,-0.057354,0.071597,-0.13038,-0.0027946,-0.24196,-0.043957,0.0016324,0.042279,0.027011,0.010812,-0.021637,-0.050305,-0.01048,-0.015149,-0.06682,-0.074996,-0.065319,0.011946,0.073686,0.11529,-0.07264,-0.047625,0.12558,0.14673,-0.06735,-0.017416,-0.022413,-0.10338,0.12543,0.076737,-0.11357,-0.023409,-0.053269,0.024699,-0.073521,0.01575,-0.0026888,-0.028774,-0.0127,-0.030628,-0.042896,-0.048987,-0.067116,-0.01344,0.025668,-0.064808,-0.22635,-0.17759,-0.092599,0.036162,-0.043725,0.010437,-0.030203,0.026496,-0.049554,0.043865,-0.08029,0.0046826,0.24559,-0.0641,-0.0056352,-0.068571,0.00076299,0.17307,-0.15714,0.29723,-0.052387,0.11128,-0.13627,-0.12643,0.28601,-0.032216,-0.12784,-0.086782
0.01612,0.00040676,-0.03325,0.16977,0.10274,0.065039,-0.048252,0.044343,0.082192,0.0082213,0.16211,0.10999,0.00024304,0.070873,-0.0018412,0.038569,-0.10207,0.067235,0.11096,-0.012839,-0.10498,-0.016932,0.19843,-0.23077,0.02703,-0.038625,-0.032651,0.0037719,-0.039255,0.034512,0.021975,-0.02446,-0.049363,-0.034621,0.061369,-0.019439,0.0056716,0.11921,-0.10281,-0.086073,-0.13954,0.06541,-0.03681,0.098281,5.4249e-05,-0.0059578,0.078488,-0.021698,0.0041619,0.027713,0.041123,-0.056246,-0.0084774,0.0066424,0.024568,0.063541,0.062596,0.035248,-0.023659,-0.022461,-0.024043,-0.029117,-0.040069,-0.040832,0.061124,-0.039297,-0.067029,0.01773,-0.019352,0.014378,-0.010251,-0.018329,-0.0041492,-0.0097605,-0.006949,0.0024988,-0.011054,-0.028779,0.085613,-0.034555,-0.08683,0.25546,0.11922,0.18683,-0.0932,0.035631,-0.022148,-0.048286,-0.0019425,0.021152,-0.0070899,-0.0087551,0.033001,0.021302,0.017566,-0.026755,0.0035604,-0.0065692,-0.041694,0.021284,0.0021824,0.052618,-0.029264,-0.029577,0.040111,-0.017608,-0.032728,-0.00045931,-0.026493,-0.041998,-0.033046,-0.037579,0.0014648,-0.022225,0.072296,-0.076656,-0.063257,0.031429,-0.27037,-0.15355,-0.045968,-0.079349,-0.040998,-0.14896,-0.40357,-0.32184,-0.19517,0.047717,-0.021473,-0.082227,0.019254,0.072744,0.014361,-0.043125,-0.024524,0.12875
0.019507,-0.13247,-0.021872,0.057989,0.003416,0.013248,0.059403,-0.036919,0.0030421,0.021741,0.039175,-0.008608,0.0015685,-0.026999,0.013855,-0.0637,-0.017849,-0.092265,-0.0058409,0.11203,-0.051846,-0.049093,-0.073224,0.076922,0.1406,0.1225,-0.083791,-0.13457,0.010701,0.032833,0.11932,0.092937,0.050455,-0.034481,-0.060214,-0.026781,0.019627,0.040772,-0.021204,0.048339,-0.0032484,0.054447,0.020953,0.073341,-0.0079643,0.0017584,0.072859,-0.030284,0.0028976,0.03344,-0.05112,0.027153,-0.011058,-0.035159,0.0043734,-0.025426,-0.15768,-0.13036,-0.039096,-0.054478,0.061842,0.088001,-0.081619,0.080391,-0.12785,0.0036474,-0.17514,-0.072612,0.077703,0.049226,-0.015748,-0.019884,0.0011642,-0.0033215,0.070903,-0.0529,-0.011896,-0.023033,-0.060605,0.0032005,0.085739,0.024612,0.10983,0.014099,0.0087402,-0.10701,0.12251,0.14735,-0.083531,0.032421,0.059809,0.14266,-0.12543,-0.078929,0.28255,0.12559,-0.03418,0.014996,0.015485,0.14135,-0.037328,-0.041055,-0.018306,-0.095092,-0.073987,0.010728,0.032121,0.0045593,-0.14319,-0.096807,-0.07667,0.059004,-0.018797,-0.0084845,0.012513,0.026745,0.012647,0.0050114,0.039792,-0.024631,-0.26354,0.074343,-0.011545,0.064738,-0.034955,-0.20291,0.18829,-0.26082,0.020665,-0.082871,0.10161,0.147,-0.2724,-0.032318,-0.12786,-0.086901
0.011462,0.0016972,-0.035921,0.12893,0.10255,0.064213,-0.039193,0.049926,0.071692,0.0037038,0.17751,0.12284,-0.0014722,0.06722,0.015825,0.021407,-0.094248,0.068476,0.089331,-0.014011,-0.099165,-0.01282,0.16233,-0.1892,0.02929,-0.048013,-0.028105,0.0046464,-0.042475,0.02677,0.034582,-0.012886,-0.036689,-0.025242,0.061441,0.011643,0.041773,0.075714,-0.11385,-0.05879,-0.12811,0.066127,-0.0082981,0.11215,0.0021858,-0.0073658,0.081064,0.003371,0.006224,0.039761,0.015464,0.087522,0.010362,-0.018191,-0.099856,-0.086809,0.01742,0.037289,-0.063749,-0.033491,-0.029009,-0.024556,-0.10367,-0.11267,0.009183,-0.033852,-0.18467,-0.010871,0.019303,0.039033,0.021869,-0.01336,-0.036675,-0.01479,0.019015,-0.028659,-0.003913,-0.07579,0.19451,-0.13363,-0.22565,0.18231,0.071524,0.076842,-0.024719,-0.044413,0.047242,-0.053282,-0.027223,0.012167,0.0026897,0.020565,0.0061171,0.0019746,-0.0060382,0.001847,0.027394,-0.0049923,-0.022149,0.01381,-0.045484,0.060412,-0.04262,-0.077642,0.057833,-0.018505,-0.024804,0.045309,0.030544,0.0074859,0.037613,0.051484,-0.0035339,0.021095,-0.075315,0.058896,0.049803,-0.037391,0.25597,0.14495,0.025446,0.085699,0.042553,0.14807,0.40124,0.2872,0.1869,-0.044332,0.016327,0.083219,-0.021063,-0.067749,-0.033691,-0.053864,-0.026451,0.11633
0.007328,-0.091393,-0.017965,0.051312,0.0014369,0.015229,0.10627,-0.031419,-0.00049716,0.049977,0.027769,0.0064688,-0.030677,-0.038115,0.0094481,-0.010362,0.037729,-0.077314,-0.03827,0.13916,-0.011697,-0.083933,-0.11046,0.13526,0.14653,0.13436,-0.03571,-0.1246,0.033279,0.13253,0.12617,0.074624,0.002762,-0.064518,-0.090448,0.032124,-0.012832,0.20777,-0.072341,0.047159,-0.037945,-0.024511,-0.15782,0.10871,-0.057187,0.069585,0.26138,0.054929,-0.011523,0.14342,0.13209,0.051029,0.017128,0.0076709,-0.009371,0.032453,-0.2188,-0.09358,0.063298,0.20545,0.13659,0.071853,0.0090744,0.030428,0.030078,0.00057073,0.10363,0.009471,0.048396,0.014922,0.02571,0.0052856,0.037683,0.079044,0.011345,-0.05115,0.023182,0.0059458,0.022107,-0.020021,-0.050406,-0.10394,-0.052117,0.17087,-0.022713,-0.021611,-0.073715,-0.20362,0.094305,0.1186,-0.11486,-0.043541,0.16843,0.19717,-0.22142,-0.099099,0.047697,-0.024195,-0.091239,-0.12552,0.00023676,0.14078,0.011652,0.012602,-0.038978,-0.035438,-0.067386,-0.098745,-0.093009,-0.063833,-0.054514,0.056995,-0.015273,0.037892,-0.035982,-0.063396,0.0040652,-0.0033515,0.025863,0.031537,0.20025,-0.086112,-0.0015251,-0.056016,0.019039,0.03996,-0.036537,0.0039617,0.02941,-0.011294,0.042326,-0.0069937,-0.011705,-0.024659,-0.12648,-0.078048
0.008242,0.0064081,-0.029201,0.089193,0.086141,0.038256,-0.017842,0.049513,0.039735,0.0093912,0.13404,0.13983,-0.0031025,0.02178,0.053685,0.027961,-0.0039967,0.010411,-0.014077,0.019879,-0.01038,-0.0097076,-0.11896,0.15654,-0.0016033,0.019111,0.013439,0.024378,0.016975,0.005253,0.0091637,-0.018678,-0.018987,0.030791,-0.038657,0.032897,0.02812,-0.046227,-0.0034899,-0.098188,-0.10818,0.06239,0.076362,0.029107,0.012662,-0.03744,-0.014192,0.011132,0.0074593,0.034613,-0.037668,0.34857,0.011178,-0.06602,-0.2846,-0.24985,-0.048115,0.042917,0.024326,0.0047061,0.012475,0.017101,0.12666,0.12345,-0.0093456,-0.093211,-0.082255,-0.14162,-0.017673,-0.041127,0.091024,0.03559,-0.027234,-0.012606,0.072604,-0.013713,0.052496,-0.064031,0.14842,-0.12222,-0.19378,-0.1891,-0.096341,-0.21692,0.0060682,0.042219,-0.0097031,-0.0069149,0.041471,0.0048975,0.02056,-0.056119,0.0014639,-0.04151,0.00072401,-0.047108,0.029268,0.017006,0.12027,-0.024617,0.079402,-0.1839,0.18915,0.21237,-0.21394,0.077436,0.11398,-0.090486,0.017196,0.083343,0.012794,-0.061748,0.026133,-0.01233,0.032932,-0.0083707,-0.019835,0.039314,-0.083576,-0.057979,0.0065189,-0.042457,-0.0098676,-0.04972,-0.12483,-0.10402,0.084813,-0.02173,-0.078655,0.023102,0.023369,-0.083708,0.053899,-0.063454,-0.028173,0.10525
0.016825,-0.13264,-0.022358,0.051581,0.0098995,0.013335,0.062587,-0.030002,-0.0086708,0.013329,0.043453,-0.034269,-0.0061427,-0.0088828,-0.01605,-0.065895,-0.0016987,-0.090185,0.0079369,0.13986,-0.063123,-0.055547,-0.063667,0.059418,0.14915,0.095468,-0.066307,-0.12612,0.014677,0.063104,0.11785,0.057592,0.040262,-0.034855,-0.047382,-0.010324,0.04705,0.07948,-0.055442,0.020371,-0.0066564,0.030007,-0.044062,0.06428,-0.027032,0.0077902,0.083764,0.029057,-0.0070532,0.013449,0.014137,-0.035584,-0.00065764,0.0073903,0.032581,0.012065,-0.044932,-0.0042826,0.036458,0.13545,-0.023939,-0.016153,0.016604,-0.044105,0.11589,-0.00053852,0.24595,0.084789,-0.014282,-0.027385,-0.048696,-0.01854,0.02684,0.039366,-0.00098768,-0.0081217,0.036654,0.059367,0.067519,0.033641,-0.072354,0.091833,0.066495,-0.098521,-0.091223,-0.026973,0.10968,0.10058,-0.0217,-0.04343,-0.0087427,-0.036251,-0.023112,-0.11412,0.12191,0.015846,0.040548,0.027076,0.086602,0.09268,-0.0014654,-0.11073,0.017666,0.034412,0.11965,0.036441,0.019955,0.14559,0.28054,0.17509,0.13673,-0.099089,0.022888,-0.034626,0.037916,0.047657,0.024738,0.0066556,-0.056778,-0.043789,-0.31951,0.15775,0.033389,0.10203,-0.0089646,0.09535,-0.14486,0.19416,-0.074018,0.10419,-0.16472,-0.1295,0.30624,-0.021039,-0.12583,-0.073865
0.012207,0.0061967,-0.040476,0.12268,0.084405,0.029604,-0.029961,0.060028,0.03708,0.011714,0.14569,0.14533,0.0038776,0.032143,0.039638,0.037573,0.034973,0.042372,-0.018547,0.027087,0.013304,-0.009779,-0.096975,0.21035,0.0050712,0.03332,0.029864,0.0084284,0.051737,0.0091851,-0.005338,-0.0026659,-0.029347,0.023956,-0.057728,-0.057469,-0.024354,0.068634,0.10248,-0.17047,-0.1114,0.10194,0.070604,-0.053319,-0.016289,-0.0067115,-0.12055,0.045289,-0.0090162,0.023805,0.022657,-0.032833,0.0053566,0.0391,0.013041,-0.012304,-0.009314,0.015527,-0.092207,0.083462,0.036428,-0.024195,-0.1521,-0.11655,-0.017849,0.055583,-0.084808,0.074805,0.011836,0.044273,-0.010137,-0.020727,-0.018002,0.024134,0.024006,-0.0080013,3.7289e-05,-0.017791,0.006599,-0.012661,-0.01424,-0.2269,-0.14393,-0.21732,0.10281,0.025859,0.00034556,0.055441,0.0036706,-0.03173,0.056048,0.013321,-0.013342,-0.030152,-0.042185,0.018487,0.0043183,-0.021731,-0.013451,0.030978,-0.035944,0.042691,-0.091702,-0.08088,0.14357,-0.03642,-0.044304,0.047694,0.037133,-0.039573,-0.013669,0.049461,-0.025293,0.0049336,-0.024915,-0.032668,0.029364,-0.051383,0.037298,0.030011,-0.033812,0.07262,0.015468,0.043874,0.066883,0.048638,-0.47616,0.082981,0.23686,-0.16132,-0.072394,0.32799,-0.13328,-0.054175,-0.026507,0.11598
0.0037614,-0.17772,-0.026122,0.051481,0.014353,0.021587,0.0692,-0.047872,-0.008653,0.028422,0.057561,-0.040082,-0.0096309,-0.018257,-0.029501,-0.085924,-0.015022,-0.078255,0.037992,0.1456,-0.10093,-0.042117,0.038398,-0.029559,0.13996,0.097621,-0.091479,-0.10608,0.015299,0.011508,0.04755,0.031396,0.019792,0.0094103,0.046619,-0.022717,0.029211,-0.055819,-0.004313,0.0016833,0.021907,0.0053498,0.054551,-0.0027629,0.015634,-0.051448,-0.085468,0.012991,0.013529,-0.061973,-0.022575,-0.064254,0.019619,-0.0041285,0.039798,0.053008,0.10473,0.12978,0.1046,-0.035636,-0.059225,-0.038407,0.022096,-0.071904,0.080455,-0.013088,0.17375,0.10599,-0.07694,-0.021809,0.020355,0.014233,0.0040877,-0.02329,-0.10245,0.0045723,-0.033569,-0.048975,0.036232,0.027862,-0.067097,0.18111,-0.092002,-0.16246,0.096849,0.21817,-0.12017,0.03105,-0.034909,-0.1339,0.10257,-0.081452,-0.06301,-0.03419,-0.14246,-0.0088984,-0.023161,0.0092114,0.038679,-0.055207,0.044162,-0.04124,0.02329,0.059499,0.061775,0.032162,0.034789,0.05777,0.20845,0.18481,0.093628,-0.12656,0.058403,-0.025793,0.012346,-0.012224,-0.006994,-0.012711,0.074354,0.032045,0.2742,-0.13535,-0.024997,-0.10272,0.023452,-0.074396,0.13994,-0.19226,0.073425,-0.088905,0.1474,0.11901,-0.3316,-0.020637,-0.12576,-0.0734
0.016875,0.0037264,-0.0309,0.16616,0.084145,0.028313,-0.04637,0.061231,0.052314,0.010787,0.14563,0.14481,0.013389,0.044145,0.017913,0.044952,0.030506,0.021929,-0.0023894,0.032503,0.00043828,-0.011685,-0.090411,0.17412,-0.019939,0.019549,0.037025,0.0042839,0.056904,0.030656,0.0079278,-0.017776,-0.024168,0.0017775,-0.040384,-0.052048,-0.011546,0.12696,0.11872,-0.19606,-0.12136,0.12992,0.035787,-0.064006,-0.029037,0.004513,-0.11478,0.025256,-0.026713,0.022835,0.032497,-0.17303,-0.029557,0.069789,0.13254,0.075589,0.033412,-0.010007,-0.054146,0.06423,0.019837,-0.022922,-0.099276,-0.086932,-0.018412,0.077059,0.027129,0.054032,0.01278,0.021409,-0.03382,-0.038129,0.012471,0.012657,-0.0052473,-0.0087034,0.0057023,0.031814,-0.087611,0.084337,0.10684,-0.16014,-0.046666,-0.11273,0.029677,-0.019663,-0.046418,0.11538,0.022257,-0.073854,-0.024651,0.049115,-0.016231,0.017864,-0.0086302,0.064578,-0.023541,-0.025687,-0.12728,-0.0026932,-0.034075,0.13466,-0.11281,-0.099939,0.12593,-0.04962,-0.086698,0.031991,0.0024027,-0.010822,0.014536,-0.031916,0.0091525,-0.015567,0.048269,0.023396,-0.038508,0.0261,-0.04185,-0.022296,0.062596,-0.09171,-0.025643,-0.059203,-0.09317,-0.042117,0.44547,-0.059371,-0.22404,0.15726,0.079918,-0.30308,0.13618,-0.043234,-0.024543,0.12862
0.0069329,0.087228,0.014684,0.056889,-0.0068236,-0.014721,0.10321,0.026665,0.015459,0.037623,-0.042329,-0.0066531,-0.060579,0.029748,0.0081267,-0.01583,-0.018362,0.11855,0.089017,0.07935,-0.021777,-0.049838,0.13449,-0.13593,-0.16008,0.075321,-0.022516,-0.11719,0.039937,-0.090964,-0.16385,-0.0094009,0.098601,0.042569,0.076779,0.02473,-0.065357,-0.16662,0.092046,-0.096358,-0.075549,-0.10365,0.13406,-0.13825,0.028744,-0.084582,-0.22289,0.12792,0.0067446,0.16134,0.1318,0.032825,0.016273,0.059749,-0.024054,-0.060645,-0.20376,-0.1081,0.065506,0.23414,0.1007,0.092297,0.020376,-0.0076544,0.0073026,0.035895,0.07274,0.015871,0.041769,0.03595,0.0024555,0.012213,0.033351,0.078847,0.017373,-0.074104,0.036328,-0.023431,-0.0015727,-0.031387,-0.054734,-0.0071096,0.021772,0.10619,0.10795,-0.0018931,0.017296,-0.050325,-0.080366,0.28683,0.11325,0.18078,0.0070949,0.149,0.2937,0.078544,-0.053552,0.041179,-0.02791,0.12561,-0.00094031,-0.0074717,-0.0206,-0.0090698,-0.011781,0.0017568,0.061787,0.091401,0.10341,0.085292,0.053635,-0.050295,-0.015623,-0.0035241,-0.0049598,0.032851,-0.010892,0.052454,-0.036645,-0.014279,0.16526,-0.070913,-0.015912,-0.085854,0.007558,0.055023,-0.031665,0.055369,-0.0096161,0.027178,0.020178,-0.015257,-0.0036406,-0.025594,-0.12665,-0.07913
-0.0086293,0.0079477,-0.022808,-0.083098,0.093679,0.041237,0.033224,0.051061,0.030221,-0.0081451,0.13111,0.13049,-0.031987,0.022088,0.053949,-0.014426,0.00062945,0.0074131,-0.024164,0.0017853,-0.0061674,0.014174,-0.11755,0.15994,-0.016139,0.0054262,0.021043,0.02143,0.011984,0.012656,0.019901,-0.0053636,0.032402,0.013428,-0.042218,0.044789,0.026693,-0.1005,0.025384,0.060224,0.081526,-0.044983,0.021461,-0.036536,0.0086083,0.0007136,-0.011272,-0.03764,-0.0016845,-0.038734,-0.05422,0.31735,0.025029,-0.056965,-0.25387,-0.2438,-0.02959,0.012796,-0.025975,-0.09461,-0.10281,-0.041016,0.15871,0.10087,0.011788,-0.065232,0.15439,-0.05686,-0.07815,-0.079233,0.064904,0.053827,0.062572,-0.0098424,0.022764,0.061647,-0.002032,0.043417,-0.21347,0.12032,0.20299,0.22318,0.040801,0.1769,-0.064935,0.082143,-0.026735,-0.045731,0.011898,-0.00066316,0.023639,0.0035446,0.026731,0.05162,-0.0082454,0.047652,0.014132,-0.021862,-0.11592,0.083595,-0.079304,0.1974,-0.17752,-0.15563,0.24389,-0.073546,-0.11304,0.13382,0.070434,0.0016486,0.014595,-0.03371,0.0060968,-0.018187,0.020896,-0.039714,-0.037244,0.00031889,-0.099007,-0.053758,-0.0055779,-0.015522,0.0031637,-0.015286,-0.010576,0.12969,0.059097,-0.015708,0.0060616,0.0079707,-0.010902,0.17209,0.017409,-0.10615,-0.035837,0.055907
0.018726,0.12867,0.018633,0.065051,-0.0077942,-0.012951,0.060308,0.034349,0.010955,0.012138,-0.04127,0.026713,-0.018797,0.034468,0.012934,-0.061983,0.027935,0.11457,0.051059,0.068338,0.032397,-0.032353,0.10197,-0.086471,-0.17183,0.058301,-0.0050625,-0.14442,0.031258,-0.10408,-0.063885,-0.00361,0.12884,-0.015944,0.017994,0.015265,0.020298,-0.072532,0.009319,-0.00027016,-0.021751,0.058066,0.055765,0.020003,0.0098534,-0.031303,-0.091726,-0.012472,0.0056559,0.026707,-0.044517,-0.039393,0.004235,0.018417,0.029975,0.011709,-0.12556,-0.15652,-0.060642,-0.0021506,0.054524,0.11132,-0.040216,0.12741,-0.094323,0.014205,-0.18211,-0.10239,0.033171,0.034832,-0.0099836,-0.010909,-0.026096,-0.020632,0.049317,-0.024618,0.021324,-0.00024244,-0.068313,0.019125,0.08045,0.013359,-0.098695,0.033713,-0.047908,0.11876,-0.11354,-0.09203,0.089052,-0.11214,-0.093008,-0.1884,0.050558,0.004553,-0.33028,-0.095677,0.020974,-0.040331,0.015599,-0.12773,0.025224,0.025583,0.024241,0.032229,0.089272,0.017338,-0.069709,0.0054372,0.11616,0.10177,0.017524,-0.05988,0.038567,-0.018132,0.010383,-0.013407,0.038536,0.013717,-0.0067093,-0.035018,-0.32792,0.12458,0.029214,0.0966,-0.039964,-0.024487,0.092339,0.20098,-0.15146,0.086669,-0.12241,-0.0084574,-0.32073,-0.034023,-0.12816,-0.088871
-0.011504,0.0046889,-0.024337,-0.12402,0.11137,0.068714,0.055319,0.049121,0.063405,-0.012189,0.17227,0.11334,-0.064089,0.065451,0.018521,-0.020026,-0.087811,0.067123,0.081591,-0.047961,-0.093987,0.023195,0.17206,-0.18922,0.017037,-0.039965,-0.032025,-0.013906,-0.029692,0.034373,0.036466,0.0077959,0.012193,-0.039847,0.064648,0.046068,-0.00772,0.015635,-0.063727,0.12536,0.091138,-0.079667,-0.073432,0.011779,-0.011389,0.053828,0.08264,-0.040823,0.016905,-0.042046,-0.03832,0.099744,0.034294,-0.010488,-0.073883,-0.069856,-0.077089,-0.026334,-0.045041,0.050638,0.016192,-0.029659,-0.069296,-0.065369,-0.036369,0.066921,0.12967,0.11947,-0.022964,-0.004493,-0.0075508,0.038296,0.051457,0.027738,-0.011771,0.042606,-0.037122,0.062039,-0.19645,0.12493,0.22611,-0.18424,-0.113,-0.060771,0.10283,-0.031159,0.0077731,0.048588,0.004504,-0.0064617,0.015037,-0.0079931,-0.046275,-0.0012154,-4.8502e-05,-0.0043581,-0.0097379,0.013687,0.044319,-0.0061064,0.0027568,-0.039481,0.0079293,0.030894,-0.066565,0.025991,0.0508,0.0033088,0.028758,0.0094816,0.0069225,0.049636,-0.010432,0.046842,-0.027785,0.064084,0.090226,-0.056267,0.27122,0.20262,0.087334,0.02606,-0.011435,0.059549,0.087622,-0.45807,-0.035577,0.21002,-0.15295,-0.033557,0.025424,-0.0043795,0.093874,-0.11585,-0.037577,0.0447
0.015674,0.17327,0.023277,0.066577,-0.014386,-0.021457,0.037926,0.052065,0.016197,0.0012106,-0.050976,0.047654,0.0051782,0.042182,0.036903,-0.086328,0.036128,0.10147,0.027959,0.086469,0.083422,-0.040156,-0.00066328,0.0010332,-0.1589,0.032338,0.01356,-0.13369,0.039933,-0.060638,0.010537,-0.0037403,0.098287,-0.047732,-0.076527,-0.0030345,0.064163,0.023852,-0.043045,0.070786,0.020098,0.12732,-0.024617,0.10166,-0.037349,0.022938,0.06307,-0.065609,-0.025762,-0.040736,-0.1028,-0.058074,-0.053594,-0.016184,0.046204,-0.0030485,0.044145,-0.095498,-0.16211,-0.1275,-0.0065978,0.020639,-0.037422,0.088052,-0.074027,-0.012524,-0.22083,-0.13423,0.042346,0.0028075,-0.041464,-0.014405,-0.028375,-0.014812,0.08445,0.012757,0.051732,0.08043,-0.056602,0.024119,0.083995,-0.05488,0.10055,0.029411,-0.16203,-0.13023,0.088918,0.094891,0.020334,-0.0085554,-0.12995,-0.13435,0.061981,-0.09938,0.044307,0.0001066,0.066699,-0.024657,0.025626,0.02065,0.0042244,-0.043216,0.016131,0.053299,0.088123,-0.0054399,0.013184,0.068085,0.21625,0.17626,0.10471,-0.045377,0.018289,-0.0013067,0.019408,-0.048612,0.0029053,-0.06402,0.048504,0.041111,0.33424,-0.11827,-0.0059476,-0.095197,0.044343,-0.039995,-0.11845,-0.2167,0.18336,-0.10299,0.12406,-0.024607,0.27114,-0.034219,-0.1282,-0.089098
-0.016112,0.004763,-0.016246,-0.16527,0.11253,0.069603,0.063973,0.042583,0.073053,-0.021213,0.15765,0.10449,-0.070526,0.073155,0.0064481,-0.035192,-0.10642,0.058474,0.09682,-0.054006,-0.098545,0.03098,0.20008,-0.22811,0.013059,-0.059194,-0.045179,-0.017699,-0.037527,0.037745,0.039921,0.012354,0.024842,-0.053171,0.060699,0.012001,-0.0077937,0.042433,-0.03706,0.1669,0.11719,-0.07312,-0.08391,0.0099465,-0.007184,0.042738,0.098656,-0.026398,0.020977,-0.028918,-0.023159,-0.03037,0.0205,0.0045464,0.036122,0.057529,-0.036138,-0.04787,-0.03988,0.059921,0.035277,-0.00022689,-0.040703,0.03931,-0.027968,0.057962,0.062504,0.051995,0.034792,0.0022528,-0.033486,-0.002556,0.023903,0.019304,0.018548,0.014122,0.0027699,0.021522,-0.077341,0.0471,0.086658,-0.27576,-0.086817,-0.19442,0.017987,-0.0080822,-0.0055042,0.065079,0.017096,-0.012102,-0.0047662,0.016412,0.012334,-0.032464,0.0091408,0.016446,-0.0041188,-0.0064198,0.017544,-0.014785,0.023986,-0.070305,0.049607,0.052595,-0.0446,0.0050322,-0.0022878,-0.056976,-0.052795,0.0039015,-0.012408,-0.044366,0.0096284,-0.043633,0.042441,-0.044731,-0.076403,0.06674,-0.26567,-0.20456,-0.062876,-0.039889,0.0047918,-0.058948,-0.08444,0.4863,0.051542,-0.21381,0.1495,0.02757,-0.021168,0.024062,-0.065915,-0.12657,-0.039502,0.032303
-0.027024,0.21256,0.02594,0.06201,-0.024875,-0.012619,0.10276,0.038609,0.029778,0.05746,-0.070713,0.090692,-0.018617,-0.0090199,0.073156,-0.065698,0.092117,0.13027,0.0085753,0.15163,0.13977,-0.063192,-0.024617,0.061691,-0.14937,0.057759,0.020959,-0.07296,0.076478,0.04237,-0.020312,-0.049904,-0.055982,-0.026282,-0.095373,-0.0028787,0.0070844,0.11519,-0.081191,0.11959,0.026881,0.013395,-0.13254,0.11026,-0.03749,0.045639,0.20823,-0.031992,-0.0040518,-0.052687,-0.0037734,-0.0064969,-0.017361,-0.03418,0.0053473,0.099438,0.25824,0.19633,0.067213,-0.20221,-0.012351,-0.13817,0.011778,-0.037091,0.012715,-0.029199,-0.089245,0.074606,-0.10128,0.012814,0.036313,0.074292,-0.033317,-0.070275,-0.087785,0.050561,-0.07886,-0.076037,-0.040035,-0.079817,-0.029424,-0.12639,-0.149,0.056654,0.24601,0.14705,-0.14348,-0.13526,-0.092026,0.19812,0.19528,0.17602,-0.030589,0.14624,0.082991,0.0079139,-0.098654,0.01066,-0.013999,0.02136,0.017844,0.0098322,-0.035753,-0.0019508,-0.019812,0.010362,0.053387,0.061539,0.03843,0.018668,0.010155,-0.062217,0.016651,-0.011026,-0.016057,0.061029,0.0001147,0.029428,-0.020329,-0.019579,-0.18607,0.053251,-0.0013927,0.051814,-0.0092447,-0.001451,0.028499,-0.018126,-0.027278,0.017922,0.013464,0.0014133,0.067939,-0.028031,-0.12709,-0.081946
-0.020417,0.0052728,0.01601,-0.19391,0.098025,0.04864,0.077738,0.048837,0.065336,-0.017824,0.13486,0.13754,-0.071357,0.022763,-0.011331,-0.0321,0.0071908,-0.020366,0.023614,-0.038447,-0.0053275,0.019022,-0.0044532,0.016699,-0.069259,0.0035792,-0.0053385,0.020091,-0.024738,0.025963,0.032689,-0.023566,0.05478,-0.00093724,-0.00062192,0.0074592,-0.002651,-0.057611,0.084172,0.18866,0.18743,-0.07127,-0.028326,-0.045924,0.015053,-0.020231,-0.026207,0.051287,-0.051091,0.012766,0.014598,-0.11486,-0.02428,-0.022217,0.13708,0.17986,0.017939,-0.0058863,0.25239,-0.064288,0.068971,0.10555,0.27975,0.26338,0.040919,-0.095306,-0.0023834,-0.20997,0.060953,-0.044761,0.036054,-0.0049047,-0.065927,-0.034347,0.022771,-0.0528,0.038486,-0.04762,0.21123,-0.16895,-0.25148,-0.059844,0.013382,-0.17975,-0.022925,-0.011005,0.005186,0.050439,-0.0096964,-0.050046,-0.023658,0.063065,-0.0054046,-0.02753,0.013872,0.065578,0.0067055,-0.019889,-0.10753,0.049999,-0.044084,0.14105,-0.12297,-0.12507,0.16179,-0.041435,-0.079337,0.066056,-0.0094475,-0.06888,-0.0095352,0.028236,-0.013929,0.023664,-0.025447,-0.0042311,0.018606,-0.052382,0.083132,0.064372,0.0078428,0.017597,0.0011527,0.0039398,-0.013095,-0.15567,-0.10329,0.033718,0.018916,-0.011774,0.0071488,-0.18799,-0.05289,-0.13505,-0.041024,0.022508
0.0040688,0.17484,0.021784,0.05847,-0.017888,-0.020883,0.065599,0.048288,0.015254,0.0091478,-0.063824,0.043877,-0.014015,0.033198,0.05614,-0.073724,0.025978,0.10178,0.036076,0.13785,0.076381,-0.047113,-0.030695,0.022301,-0.16222,0.041196,0.032973,-0.11276,0.057679,-0.037316,-0.026876,-0.034982,0.04606,-0.022338,-0.07311,-0.0063923,0.058269,0.023517,-0.02766,0.031878,0.021655,0.079734,-0.039242,0.063303,-0.030635,0.015912,0.078102,-0.0090716,-0.0086791,-0.056192,-0.039336,0.026254,-0.012892,-0.019111,-0.047421,-0.046836,0.13476,0.10992,-0.044075,0.048276,-0.10464,-0.10127,0.036242,-0.096282,0.096189,-0.0053228,0.2079,0.072093,-0.051434,-0.073268,-0.027764,-0.011273,0.024855,0.018457,0.0051247,0.031016,0.0089548,0.055767,0.080347,0.012278,-0.048382,0.0071361,0.13278,-0.077492,-0.13525,-0.1929,0.14165,0.15272,0.02386,-0.12679,-0.062236,0.021519,-0.039686,-0.13141,0.115,0.027845,0.049147,0.0046602,-0.0066853,0.065529,-0.020809,0.0014093,0.016115,-0.013512,-0.091121,-0.0068285,-0.010543,-0.094875,-0.19323,-0.15186,-0.056996,0.10686,-0.05056,0.015133,0.016835,-0.0069663,-0.016603,0.0092546,-0.032284,0.0058231,0.21255,-0.076655,-0.01922,-0.077962,-0.025497,0.097505,0.017977,0.32122,-0.12658,0.059014,-0.13064,-0.00070173,-0.3881,-0.022818,-0.12615,-0.075922
-0.017023,0.0078466,-0.015202,-0.16444,0.094222,0.032631,0.063031,0.060562,0.042498,-0.013493,0.14212,0.13857,-0.060292,0.03996,0.026807,-0.026804,0.037509,0.023442,-0.015041,-0.020966,0.0054831,0.0095734,-0.080353,0.17204,-0.034044,0.02858,0.038456,0.017747,0.0051651,0.016047,0.035864,0.0079457,0.048447,-0.0086468,-0.048122,-0.040799,-0.01369,0.0027222,0.16792,0.13611,0.23017,-0.012066,-0.0089322,-0.1162,-0.020641,0.012929,-0.11149,0.045816,-0.024982,-0.014747,0.030913,-0.16539,-0.00040709,0.051987,0.12788,0.071884,0.024068,-0.014103,-0.059181,0.038576,0.0097261,0.010678,-0.096912,-0.086799,0.013434,0.023567,-0.094154,0.028777,0.028991,0.037026,-0.037909,-0.0058507,-0.029595,-0.0033757,-0.028557,-0.020788,0.0091582,-0.010409,0.12251,-0.077288,-0.11333,0.14737,0.094983,0.12453,-0.054469,-0.028613,0.014039,-0.078254,-0.017957,0.027503,-0.041041,-0.040649,0.021364,0.00079869,-0.0096836,-0.041582,-0.0085247,0.014553,0.061924,-0.039299,0.045098,-0.094123,0.11201,0.07755,-0.13811,0.042765,0.057145,-0.054797,-0.013847,0.039324,0.0057371,-0.035626,-0.0030264,-0.0076941,-0.012912,0.020144,-0.0019461,0.056279,-0.034872,-0.014687,0.032235,-0.01984,-0.00040564,0.00096074,0.049712,0.01164,0.22725,0.11419,-0.20061,0.018825,-0.0069775,0.54414,0.20762,-0.12678,-0.03954,0.032059
0.016944,0.12975,0.018595,0.05782,-0.014814,-0.013508,0.060786,0.030318,0.015001,-0.0013392,-0.050896,0.043414,-0.02624,0.016421,0.045467,-0.063031,0.0084274,0.11033,0.058142,0.10663,0.033032,-0.03862,0.068564,-0.062166,-0.1718,0.048283,-0.012271,-0.12674,0.050643,-0.10198,-0.092917,-0.0049762,0.093749,0.018041,0.018858,-0.018983,0.032493,-0.08518,0.03269,-0.03976,-0.024232,0.014277,0.072498,-0.0083079,0.0072843,-0.042495,-0.077098,0.04583,0.023192,0.0083854,0.002531,0.037325,0.044041,-0.0068164,-0.043357,-0.032708,-0.060292,0.024209,0.06161,0.11817,-0.049771,0.015906,0.030527,-0.080938,0.066919,-0.00043148,0.24505,0.097884,-0.032932,-0.035423,0.031715,-0.014955,0.039991,0.028338,-0.049192,-0.010981,-0.028703,-0.015211,0.076499,0.03415,-0.07033,0.13376,-0.00023337,-0.10997,0.0091494,0.050673,0.0042781,0.018526,0.028701,-0.20039,-0.0056076,-0.047925,-0.040871,-0.042294,-0.17766,-0.022127,0.0054544,0.0087841,0.0060638,-0.096094,-0.024779,0.026033,0.0037379,-0.065143,-0.046972,-0.0070985,-0.052409,-0.1195,-0.26889,-0.21701,-0.12045,0.10018,-0.0082053,0.021354,-0.031337,-0.030582,-0.011425,-0.028055,0.04142,0.022855,-0.19662,0.078245,0.0091355,0.11059,0.019921,-0.08585,0.009287,-0.34889,0.12952,-0.077648,0.10121,0.046523,0.37881,-0.022487,-0.12609,-0.075538
-0.012396,0.0087394,-0.028399,-0.12147,0.093872,0.03387,0.046019,0.059235,0.031625,-0.010357,0.14827,0.13766,-0.045386,0.035273,0.043449,-0.023435,0.037368,0.039476,-0.026179,-0.013049,0.009728,0.014184,-0.093576,0.20579,-0.0092792,0.024713,0.035435,0.013077,0.019502,0.0058561,0.018307,0.020775,0.039539,0.0076509,-0.065719,-0.045589,-0.017743,-0.015393,0.13673,0.092514,0.18396,-0.014831,0.013944,-0.11364,-0.018017,0.021465,-0.1255,0.0077895,-0.011369,-0.031565,0.0093307,-0.028523,0.022616,0.044667,0.0035027,-0.033228,-0.0030854,-0.013445,-0.12416,0.014687,-0.037679,-0.055553,-0.15602,-0.14834,-0.0076989,0.054268,-0.024766,0.1239,-0.026166,0.038676,-0.040545,0.024274,0.019626,0.00091172,-0.034495,0.020784,-0.019994,0.015503,-0.012939,0.019823,0.020834,0.24046,0.068319,0.22259,-0.0066373,0.032212,0.0080592,-0.096028,-0.015503,0.063403,0.030466,-0.038337,0.015546,0.017965,0.00050488,-0.059012,-0.010488,0.034895,0.086773,-0.032535,0.033877,-0.096755,0.094732,0.082743,-0.11786,0.029801,0.069456,-0.050104,-0.026676,0.0015368,-0.01818,0.031359,0.021435,0.011462,-0.013659,0.00093012,0.015321,-0.013399,0.029291,-0.00055764,-0.062212,0.040458,0.0048782,0.0089814,-0.031665,-0.011957,-0.20225,-0.13272,0.18691,-0.011448,0.0056792,-0.55548,-0.2051,-0.11592,-0.037591,0.044611
0.00061498,-0.13366,-0.031448,-0.053631,0.0019575,-0.10167,-0.094838,0.088872,0.19554,0.21262,-0.0032501,-0.10752,-0.053037,0.1404,0.12457,-0.0167,0.14828,-0.0091423,-0.071581,-0.082098,0.13168,-0.1109,0.17353,0.050897,-0.030563,-0.014674,-0.07918,0.13206,0.10589,0.20177,-0.05249,0.12627,0.13059,0.0016622,0.016705,-0.013057,-0.0021801,-0.1092,-0.13241,0.029136,-0.031753,0.17716,-0.082437,-0.20104,-0.038877,0.06974,0.026709,0.085861,0.13655,0.044054,0.057894,-0.040168,0.088443,-0.02875,-0.029724,0.049407,0.022244,0.044622,0.0041275,0.024211,-0.019066,0.045033,0.0011662,-0.048726,-0.21549,-0.18218,0.018605,-0.043824,-0.13586,-0.018599,-0.052786,0.081538,0.081649,-0.068187,0.051449,0.011069,0.0044194,-0.10377,-0.086359,0.005033,-0.012597,0.083132,-0.021694,-0.10228,-0.0081248,-0.065974,0.024731,0.013121,-0.0050064,-0.0091402,-0.005572,0.024468,0.088171,0.01361,0.10513,-0.087848,0.10274,0.019692,-0.26285,-0.21387,-0.23809,-0.15298,0.089415,-0.022064,0.031375,0.043191,0.031704,0.011602,0.0024039,0.017475,-0.010557,0.015047,0.02272,-0.016658,0.058496,-0.017091,-0.0065958,0.013045,0.012836,0.0057851,-0.019203,0.0018727,0.0030364,-0.014488,0.014159,-0.003494,-0.022341,0.0018719,-0.019223,0.00087467,0.0031084,0.006355,-0.0072047,0.079994,-0.1077,0.042901
0.01348,0.0039049,-0.0027115,0.11668,-0.11151,-0.126,-0.035615,0.090844,0.19804,-0.019392,0.042678,-0.036807,0.050866,-0.059733,-0.12694,0.0067158,0.09775,0.11877,-0.049341,0.0077652,0.10641,0.25628,-0.16873,-0.21541,0.17847,-0.0094407,-0.018324,-0.11217,0.069559,0.13404,-0.11043,0.060973,0.060746,0.071008,-0.01803,0.023626,0.019778,-0.020018,0.092762,0.093476,0.067251,-0.02296,-0.012957,0.019305,-0.049861,-0.0048234,-0.013215,0.012296,0.011077,-0.0041817,0.020229,-0.026343,-0.059484,-0.092262,-0.01777,-0.012575,-0.012459,-0.040424,-0.03033,0.051147,0.02555,-0.092703,0.032452,-0.01111,0.016201,0.043545,-0.036521,-0.04443,-0.16444,0.073224,0.082667,-0.17428,0.065076,-0.12689,-0.075661,-0.042972,0.11884,-0.047312,0.024859,0.11047,0.0078548,-0.04083,-0.0046695,-0.0005121,-0.13638,0.18791,-0.027925,0.090919,-0.022929,0.044314,0.055835,-0.025353,0.082799,0.027909,0.09396,-0.046613,0.20055,-0.032327,-0.02092,0.043883,0.073898,-0.10605,-0.055851,-0.066539,0.014422,0.03691,-0.11481,-0.15312,-0.032518,-0.053674,0.070038,-0.1261,-0.031937,0.05965,-0.40231,0.074718,0.071951,-0.0021487,-0.049016,-0.039315,0.020112,0.029609,-0.041732,0.01969,0.023717,-0.030562,0.010454,0.0046146,-0.0027373,-0.009282,0.0089713,-0.004373,-0.0078421,-0.05516,-0.026684,0.11484
0.074634,-0.083379,-0.024641,-0.047864,0.0052514,-0.084584,-0.092232,0.028744,0.10584,0.054055,-0.0015748,-0.041693,-0.091835,0.056672,0.085845,0.019236,0.10415,-0.032218,-0.049928,-0.0038291,0.034889,-0.036895,0.096792,0.129,-0.083474,-0.13207,-0.051814,-0.0058284,-0.085263,0.063399,-0.010571,0.068992,0.082072,0.021728,0.042626,0.10522,0.062738,0.10885,-0.070698,0.071368,-0.071527,-0.098495,0.015945,0.096857,0.002915,-0.094961,-0.15258,-0.008269,0.11494,-0.032726,-0.084558,0.025527,-0.035094,-0.114,-0.089211,0.033446,-0.049945,-0.018958,-0.053107,-0.052333,-0.029816,-0.098054,0.096424,-0.01563,0.10262,0.028755,-0.0073455,-0.02759,0.22212,0.11425,-0.21287,-0.039121,-0.30766,0.19471,-0.23495,-0.021738,-0.14707,0.23246,0.15393,0.033639,0.024979,-0.046021,-0.018008,0.14195,0.13746,0.15638,0.0029132,0.2082,0.1779,-0.10854,0.019131,0.03238,0.1318,0.091867,0.087203,0.050922,0.082099,-0.015773,-0.071884,0.0021199,0.10844,0.055197,0.02932,-0.014769,-0.077931,0.055358,-0.043818,-0.0027053,0.030075,0.018394,-0.0058884,0.034669,-0.013085,-0.019751,-0.036738,-0.013212,0.006581,0.044543,-0.00575,-0.032575,0.0044234,0.032832,0.046934,0.0051934,0.010407,-0.0088048,-0.0020284,-0.0072038,-0.002638,-0.015755,-0.0077382,0.0069214,-0.004319,0.072045,-0.10913,0.033715
0.0082902,0.010826,-0.084404,0.072249,-0.077075,-0.18425,-0.028978,0.0089905,0.041419,-0.0054328,-0.023255,-0.0058428,0.029089,-0.055542,-0.11318,-0.0079527,0.010032,0.026026,0.051646,0.013326,-0.026512,0.19864,0.059259,0.03585,0.048027,0.0030672,0.024954,-0.035871,0.051404,0.080802,-0.039841,-0.0059671,0.059555,0.090168,-0.056995,-0.0045409,0.0097272,-0.062916,-0.072187,0.027184,0.044907,0.092655,-0.042572,-0.075233,-0.035971,0.028432,0.0061626,-0.0096111,0.027473,-0.013611,0.034818,-0.14074,0.085015,0.02006,-0.11234,-0.069242,-0.030868,-0.0016085,0.069,-0.087686,0.12246,-0.087023,-0.0070606,0.037553,0.28205,0.077186,-0.002622,0.071706,0.19656,-0.03762,0.017979,0.098771,-0.19055,0.30402,0.26178,0.052963,-0.19408,-0.011786,-0.27975,-0.28688,0.014775,0.061151,0.021959,-0.11707,-0.071483,0.027381,-0.016904,-0.098651,-0.087778,0.059001,-0.0406,-0.068963,-0.060496,-0.10078,0.081012,-0.1071,0.0064607,0.077162,-0.016276,-0.10855,0.095098,0.037553,0.024139,-0.0025394,0.032544,0.014345,-0.0043125,-0.011419,0.076749,-0.18404,-0.050291,-0.079809,-0.081279,-0.07455,0.023191,0.0070786,-0.01538,-0.011075,-0.016006,0.013133,0.015349,0.0010597,-0.01515,0.014764,0.038962,-0.00956,0.017853,-0.014545,-0.016557,0.0031636,0.0077781,-0.0086491,-0.0044641,-0.066577,-0.028733,0.10164
0.11618,-0.030892,-0.013905,-0.044039,0.01244,-0.013689,-0.061019,0.010176,-0.0043142,-0.022481,0.018825,-0.029745,-0.10744,-0.018904,-0.01336,0.056969,0.12344,0.0046161,-0.007267,0.034142,0.044207,-0.00055486,0.023112,0.10905,-0.036683,-0.17598,-0.053903,-0.11356,-0.20638,0.0050136,0.019483,-0.056975,0.013047,0.02743,0.012228,0.11019,-0.001936,0.17237,-0.081593,0.10598,-0.1321,-0.18903,-0.059614,0.090277,-0.073997,-0.10197,-0.28149,0.033671,0.17168,0.0046148,-0.056486,0.00085539,-0.11611,-0.16454,0.039289,0.094379,-0.0097879,-0.041144,-0.04089,0.015194,-0.025886,-0.10532,-0.077614,0.0016093,0.020754,-0.014302,0.016877,-0.031699,0.069492,-0.14709,0.18649,0.017105,0.24905,-0.043719,0.19545,0.1107,-0.020001,-0.015767,0.11031,-0.0027183,0.083048,0.008935,0.028415,-0.083376,-0.088298,-0.15015,-0.17008,-0.11033,-0.017201,0.06134,0.046357,0.063773,-0.023981,0.041836,0.004307,-0.18522,-0.081171,0.022828,0.21885,0.0039694,-0.060608,-0.14289,0.028622,-0.075579,0.17426,-0.036988,-0.0037493,0.061466,-0.1201,-0.046814,-0.011377,-0.13538,-0.022754,-0.043601,0.028573,0.0006103,-0.009146,-0.056398,0.035375,0.026166,0.011999,-0.034663,-0.042897,-0.00066243,-0.0021177,-0.0043773,0.015082,-0.0069281,-0.013,0.0072083,0.0064268,0.002681,-0.015294,0.066984,-0.11003,0.027866
0.0023911,0.020295,-0.11902,0.018115,-0.063697,-0.19266,-0.012987,-0.070366,-0.041717,0.0062749,-0.06575,0.043866,0.0078566,-0.071984,-0.096558,-0.015889,-0.030329,-0.034985,0.078501,0.0031901,-0.092443,0.084533,0.1953,0.13985,-0.025533,-0.017387,0.042202,-0.013201,0.027897,0.039629,0.013755,-0.017385,0.019031,0.077253,-0.036167,0.022157,0.025106,0.059303,0.051786,0.0059239,0.0084927,-0.031196,-0.018299,0.053946,0.031583,-0.044434,0.0064066,-0.010465,-0.076306,-0.015895,-0.00096466,-0.17016,0.037292,0.004817,-0.11785,-0.05501,-0.0020359,-0.00589,0.019424,-0.035113,-0.0203,-0.0061218,0.034713,-0.027569,-0.066937,-0.098304,0.014763,-0.010084,0.056991,0.0021243,0.015346,0.030441,0.1219,0.0015341,-0.088211,-0.099997,0.029978,0.084921,-0.080046,-0.12856,-0.025261,0.0045606,-0.059653,0.0026284,0.084237,-0.025698,0.063858,-0.066855,0.098879,-0.017458,0.054003,-0.055351,0.038859,-0.021267,-0.017823,-0.059423,0.063424,-0.026059,0.1218,0.11108,-0.1691,-0.15456,-0.13106,-0.086242,-0.014273,-0.017173,-0.043768,0.012827,-0.071088,0.11744,0.12206,0.12589,0.11921,0.6387,0.057501,0.00069117,0.029152,0.10331,-0.017149,-0.024176,-0.019429,-0.033745,0.032212,-0.041492,-0.062569,0.020885,0.031273,-0.011933,-0.00015197,-0.0020416,-0.0018646,0.010801,-0.0036914,-0.079455,-0.031045,0.086759
0.11979,0.00063203,-0.00061202,-0.04485,0.0030603,0.0016979,-0.061267,0.00075986,-0.011296,-0.023254,0.0066542,-0.015152,-0.12062,-0.028942,-0.012641,0.051054,0.029103,0.012558,-0.0046509,0.047809,0.0077568,0.0039145,-0.0065753,0.048015,-0.0035083,-0.16402,-0.059364,-0.12927,-0.23139,-0.024277,-0.010058,-0.02157,-0.025459,0.0023048,-0.025194,0.038725,-0.046304,0.019261,0.057557,0.050953,-0.1111,-0.053381,-0.039806,-0.043879,-0.10645,-0.069514,0.0049494,0.02988,-0.018153,0.05701,-0.05507,-0.036649,0.006454,-0.027587,0.030801,-0.02398,-0.028485,-0.0098148,0.0032521,-0.0075183,-0.030088,-0.06684,-0.030081,0.0029942,-0.017999,-0.0028353,-0.026514,-0.0039886,-0.054289,0.011129,0.017944,0.012244,0.032661,-0.0809,-0.022882,0.039268,0.045521,-0.053835,-0.021774,0.0038128,0.082228,0.13178,-0.013598,-0.20047,-0.041566,-0.11255,-0.1365,-0.14535,-0.179,0.056282,0.0088819,-0.095136,-0.11877,-0.13167,0.042223,0.19901,0.083834,0.008182,-0.31072,0.018838,0.10701,0.34689,0.0033053,0.21945,-0.20931,0.029849,0.028664,-0.1777,0.20165,0.045924,0.044664,0.24443,0.034141,0.17006,-0.069821,-0.0036577,0.016755,0.063587,-0.053345,0.020856,-0.056593,0.001588,-0.0020372,0.0048849,-0.013255,0.0055633,-0.023808,-0.0027051,0.034147,0.031762,-0.021774,0.014958,0.020111,0.068798,-0.10971,0.029961
-0.0004187,0.022071,-0.11721,-0.008974,-0.064634,-0.20226,-0.00098478,-0.07469,-0.036548,0.0056442,-0.075212,0.03684,-0.0044046,-0.059745,-0.068242,-0.016729,-0.094457,-0.055755,0.076491,0.0016917,-0.137,0.035088,0.16522,0.12844,-0.04502,-0.014948,0.046013,0.0084227,0.022018,0.012679,0.015286,-0.011433,0.011075,0.045566,-0.046966,0.023143,0.028817,0.059049,0.07525,0.00064636,0.010863,0.012374,-0.046319,0.035174,0.041413,-0.033868,0.034504,-0.001786,-0.073936,-0.012404,0.0026841,-0.15038,-0.010146,-0.030858,-0.17447,-0.09518,0.0020217,-0.017044,-0.026831,0.02999,-0.05325,0.019507,0.017604,-0.05898,-0.12373,-0.083812,-0.0090542,-0.038262,0.0022375,0.019752,0.016537,-0.057626,0.20923,-0.098113,-0.1774,-0.1,0.094903,0.10939,0.0040197,-0.0047234,-0.011651,-0.033379,0.056391,-0.014723,-0.067005,0.012519,-0.063584,0.047759,-0.047907,-0.029112,-0.10537,0.10199,-0.048743,0.0094249,0.036035,0.11287,-0.14496,0.018203,-0.1895,-0.11126,0.164,0.20549,0.1534,0.060547,-0.036358,0.028082,0.086074,0.075898,-0.18608,0.023534,-0.02894,-0.46744,0.071442,-0.15885,0.016065,-0.10249,0.04399,-0.12398,0.082671,-5.7035e-05,-0.010395,0.039038,-0.011071,0.046951,0.04671,0.003316,-0.084836,0.028261,0.0095158,-0.005782,-0.012022,-0.00064108,-0.0011028,-0.086903,-0.032382,0.078152
0.11606,0.033852,0.013355,-0.042375,-0.009383,0.016834,-0.062664,-0.013941,-0.01448,-0.017927,-0.012993,0.010761,-0.12541,-0.041153,0.0056126,0.036575,-0.077604,0.0039619,-0.0098069,0.044016,-0.030994,-0.006439,-0.034669,-0.011832,0.032036,-0.15532,-0.065463,-0.11045,-0.20646,-0.03881,-0.042338,0.031126,-0.045364,-0.011701,-0.047626,-0.035939,-0.074933,-0.15048,0.19489,-0.014017,-0.073175,0.13279,-0.023379,-0.21759,-0.1657,-0.035376,0.30131,-0.014352,-0.14926,0.11722,-0.069224,-0.03566,0.13858,0.11015,-0.02974,-0.10003,-0.070457,0.014807,0.061575,-0.022489,-0.050048,-0.045317,0.085359,0.0067011,-0.0060873,0.035712,-0.038809,-0.0073627,-0.077375,0.12435,-0.14036,-0.026657,-0.24327,-0.036124,-0.23069,0.011021,0.012261,0.054866,0.090767,0.041881,0.086969,0.042203,-0.026859,-0.097737,0.034354,-0.19511,-0.16393,-0.087492,-0.032144,0.03588,-0.014691,-0.067835,0.11459,0.014518,0.042926,-0.16191,-0.0088906,-0.029389,0.18383,0.016443,-0.019448,-0.17027,-0.069764,-0.15733,0.076322,0.0088617,-0.018166,0.11261,-0.090286,-0.065175,-0.027855,-0.13217,0.00015727,-0.069801,0.062847,-0.0072077,-0.015535,-0.048415,0.0038959,0.026403,0.015385,-0.022808,-0.053801,-0.0098243,0.0080109,-0.003495,0.005636,-0.013989,-0.026422,-0.00068182,-0.0016767,-0.0085572,-0.020302,0.066591,-0.1101,0.027411
-0.0034207,0.021219,-0.11592,-0.036024,-0.063445,-0.19556,0.010138,-0.070213,-0.038561,0.0057503,-0.068583,0.041718,-0.0099587,-0.079167,-0.093642,-0.020954,-0.032941,-0.03513,0.078328,-0.015631,-0.096393,-0.02224,0.20645,0.14218,-0.030578,-0.011429,0.043282,0.01771,0.020014,-0.00013382,0.039912,-0.024966,0.008731,0.086378,-0.042248,0.013472,0.0098739,0.061517,0.054739,0.0084486,-0.012292,-0.029388,-0.020652,0.060303,0.043127,-0.030243,0.0079184,0.012061,-0.058349,-0.0094995,-0.0010564,-0.1722,0.027322,0.0034947,-0.12812,-0.049638,-0.020339,0.0036046,0.03533,0.0010712,0.011785,0.01505,0.0045906,0.025121,-0.091422,-0.064256,0.0021952,-0.022128,-0.080182,-0.0041179,0.02989,-0.034698,0.10099,-0.10718,-0.036556,0.019076,0.045987,-0.012125,0.096939,0.091354,-0.00055062,-0.030675,-0.058976,0.068916,0.071529,-0.020714,0.060806,-0.030861,0.04852,-0.00057048,0.085129,-0.038643,0.018691,-0.010475,-0.043558,-0.054234,0.10409,0.009652,0.099594,0.11499,-0.10772,-0.079393,-0.10703,0.035648,-0.0074337,0.0080513,-0.024246,-0.096048,0.31122,-0.14947,-0.12466,0.33515,-0.17111,-0.50317,-0.085051,0.068538,-0.075089,0.0030448,-0.064904,0.023871,0.022926,-0.0026328,-0.022539,-0.018893,-0.0058599,-0.015527,0.049204,-0.016956,-0.0067793,0.0073099,0.012149,-0.0075385,0.003479,-0.094501,-0.033746,0.06937
0.072953,0.086054,0.026473,-0.043027,-0.0037523,0.078845,-0.097741,-0.024128,-0.076477,0.10371,0.0016072,0.015854,-0.098983,-0.084545,-0.077015,-0.020211,-0.081047,0.021086,0.021402,-0.028109,-0.043682,-0.043165,-0.088012,-0.069078,0.067407,-0.11046,-0.0047232,-0.01006,-0.099525,0.02315,-0.063149,0.060612,0.086907,-0.011824,-0.086599,-0.094258,-0.053094,-0.15499,0.052974,-0.014906,-0.011368,0.25735,-0.038827,-0.19813,-0.11258,0.056072,0.15573,-0.047002,-0.0064606,0.01826,-0.066541,-0.038849,0.079431,0.082497,0.022509,0.015255,0.016618,-0.010442,0.01785,-0.068622,-0.057768,-0.028099,-0.0045238,-0.045209,0.0044978,0.015428,0.0064382,-0.033761,0.24544,-0.15163,0.28012,-0.014549,0.3029,0.088716,0.12456,0.035772,-0.090708,0.16499,0.15761,-0.035883,0.001189,-0.04474,-0.0093048,0.14664,0.030999,0.18848,0.028198,0.27764,0.12213,-6.9149e-05,0.048447,0.16419,-0.033032,0.10538,-0.082342,-0.062416,-0.054214,0.083958,-0.0010484,0.025633,-0.054716,0.084046,0.068466,0.058789,-0.018713,0.0089697,0.016607,-0.05155,0.075751,0.086946,-0.011318,0.065176,-0.03132,0.036375,-0.095034,-0.013687,0.0078871,0.040909,-0.019542,-0.022992,-0.00093064,0.032749,0.057387,0.016622,0.006167,-0.0087962,-0.0021038,0.0031243,0.0005423,-0.012997,-0.0066133,0.0089521,-0.005314,0.070885,-0.10933,0.032374
-0.0091619,0.014527,-0.073964,-0.086411,-0.075927,-0.19351,0.033183,0.0023082,0.053841,-0.0083697,-0.031449,-0.0034885,-0.020586,-0.077381,-0.10395,-0.020673,0.0037006,0.021245,0.045189,-0.029833,-0.043575,-0.16025,0.075134,0.057471,0.030269,-0.0038332,0.026915,0.036332,-0.021956,-0.077716,0.063722,-0.038421,-0.019759,0.096036,-0.04431,-0.022618,-0.023062,-0.0053132,-0.013133,-0.0088303,-0.031327,0.038197,-0.029509,-0.015456,-0.0058731,0.03964,0.01713,0.039357,0.005005,0.029713,0.026747,-0.11872,0.013023,0.013133,-0.12136,-0.083902,-0.017254,0.044825,0.055538,-0.056424,0.02297,0.066965,-0.16862,0.18666,0.085842,0.15148,0.037685,0.046966,-0.16007,-0.063569,-0.011873,0.01949,-0.28639,-0.006849,0.28874,0.24271,-0.054705,-0.25557,0.21914,0.33426,0.020079,-0.0096106,0.038373,0.045299,-0.050231,0.026235,-0.045248,0.15644,-0.037369,0.013852,-0.029893,0.093969,0.019554,0.13594,-0.045255,0.096039,-0.034968,-0.069302,-0.02582,-0.011616,0.040515,-0.0019911,0.070743,0.00053468,0.026139,-0.03827,-0.024596,0.0094801,-0.17922,0.21161,0.091512,0.052497,0.073612,0.10335,-0.020209,0.015794,0.014421,0.022825,0.017672,-0.0016569,-0.00673,-0.0064973,0.010518,0.011632,-0.0052163,-0.0038517,-0.016463,0.018981,0.016252,-0.0072477,-0.0079627,0.0038401,0.015491,-0.1071,-0.036007,0.054812
-0.0020631,0.13475,0.037249,-0.046208,-0.0066388,0.095192,-0.081363,-0.078557,-0.10021,0.29833,-0.017081,0.08564,-0.059948,-0.13691,-0.10447,-0.066879,-0.16827,-0.0062252,0.040554,-0.10387,-0.1567,-0.12247,-0.18636,-0.065864,0.036324,-0.066085,0.12473,0.02419,0.078498,0.061961,-0.16323,0.094763,0.11293,-0.016376,-0.035301,0.0099914,0.017502,0.12935,0.1561,0.017913,-0.036252,-0.24368,0.11866,0.22372,0.054465,-0.076464,-0.0054389,0.023488,-0.15845,-0.041946,-0.051677,0.029893,-0.080798,-0.017783,0.072015,-0.066835,0.016393,0.039034,0.03258,-0.043486,-0.014976,0.0040644,-0.092744,0.094683,0.12897,0.15795,-0.044104,0.058899,-0.021209,0.020628,0.040356,0.025912,-0.081823,0.0075477,-0.03635,-0.072451,0.028182,-0.006999,-0.077204,-0.0047524,0.0063008,0.049136,0.007079,-0.0711,-0.032833,0.0044697,0.010812,-0.035307,0.02266,-0.032436,0.025574,0.047067,0.047207,0.01916,0.10302,-0.064787,0.10196,0.034859,-0.23367,-0.16634,-0.27821,-0.14033,0.13254,0.064155,0.11595,0.017337,0.0035155,-0.058836,-0.0072437,0.011872,-0.03959,-0.0022944,0.015451,-0.028917,0.089412,-0.0097522,-0.0078861,0.007984,0.024283,0.021772,-0.01817,0.00072684,-0.003586,-0.014245,0.0229,-0.013523,-0.013641,0.0053294,-0.011392,0.0048118,0.0051519,0.007144,-0.0064953,0.078211,-0.10802,0.040841
-0.013605,0.0055938,0.012435,-0.12146,-0.10602,-0.12376,0.053785,0.09587,0.2042,-0.038301,0.042809,-0.060177,-0.020772,-0.069487,-0.12535,-0.018448,0.11379,0.11065,-0.025598,-0.041174,0.070494,-0.31569,-0.12471,-0.16071,0.13291,0.031858,0.03098,0.04486,-0.085993,-0.16369,0.10566,-0.0030238,-0.058813,0.10879,0.0037272,-0.0086587,-0.020153,0.026247,0.011891,-0.092236,-0.031044,0.059927,0.0018959,-0.0053787,-0.0025411,0.057807,-0.029084,-0.015919,0.028186,-0.002512,0.025324,-0.013021,-0.075062,-0.028926,-0.055855,0.042536,0.039859,-0.0032398,-0.050215,-0.0084825,-0.079314,0.090759,-0.025613,0.039773,-0.00095615,0.02601,-0.0046208,0.025415,0.10473,-0.086379,-0.0097661,0.12245,0.084323,-0.020965,-0.14876,-0.11439,0.011555,0.14671,-0.077608,-0.10424,-0.019646,0.025321,-0.013437,-0.072059,-0.11348,0.16129,-0.064112,0.036039,-0.099147,0.14457,0.063119,-0.068669,0.062513,0.016557,0.018571,-0.012001,0.14824,-0.040424,0.003657,0.14003,0.063429,-0.029085,-0.10305,-0.0030485,-0.047198,-0.018375,-0.12307,-0.18371,-0.065181,0.024644,-0.029724,0.0073158,0.0091675,-0.089138,0.4235,-0.0074026,-0.02871,-0.0014909,0.16973,0.053572,-0.028277,-0.014297,0.015141,-0.012878,-0.001802,0.035456,-0.014617,0.0078352,-0.010237,0.0069744,-0.013391,0.0065068,0.017727,-0.11756,-0.037885,0.042714
0.053447,0.0923,0.024669,-0.059838,-0.017456,0.095649,-0.11334,-0.04314,-0.061996,0.17231,-0.0042113,0.11089,0.032475,-0.12335,-0.062136,-0.082055,0.0037454,0.023084,-0.025444,-0.070149,-0.0064218,0.025456,0.014068,-0.029542,0.050277,0.076967,-0.043309,0.052595,0.12045,-0.046658,0.072917,0.011275,0.00014506,-0.049359,0.07949,-0.093895,0.013583,-0.068581,0.020971,0.0056779,0.0097236,0.083303,0.020139,-0.03381,0.035665,0.0021678,0.0032954,0.073724,0.0010686,-0.036286,-0.072606,-0.035225,-0.22475,-0.21571,0.0033995,-0.042489,-0.055783,-0.04422,0.068461,-0.062117,0.028357,-0.10924,-0.054156,-0.17424,-0.045543,-0.15641,0.17074,-0.1157,0.22677,0.0026099,0.023025,-0.047978,-0.0023851,0.05036,0.060953,0.040717,-0.080559,-0.078891,0.15068,0.11362,0.020573,-0.10807,-0.11945,0.15078,0.075753,0.028454,0.015832,-0.13288,-0.26509,0.084309,-0.11622,-0.23132,0.056384,-0.12754,-0.036605,0.20951,0.040773,-0.13755,-0.073234,0.014682,0.054578,-0.13235,-0.058531,-0.098618,-0.07683,0.031188,0.0030299,0.10471,-0.02903,-0.14125,0.1406,-0.021538,0.082937,-0.026245,0.062066,0.024863,-0.0073735,-0.030329,-0.01213,0.026492,-0.024473,-0.03914,-0.1301,-0.015269,-0.022875,0.0323,-0.011458,0.016374,-0.026678,-0.0047043,0.012285,-0.0099701,-0.012614,0.091653,-0.10561,0.056376
-0.0096542,0.010586,-0.012317,-0.080016,-0.16751,0.077127,0.020614,0.14452,0.054729,-0.019617,0.022087,-0.10509,0.0016901,-0.03172,0.022255,-0.03691,-0.06806,-0.017016,-0.03295,-0.014592,-0.054881,-0.18558,-0.10839,-0.043683,0.0019294,-0.017156,0.11736,0.026175,-0.05539,-0.13573,0.0013986,0.024111,-0.047015,-0.13155,-0.0034792,0.00063271,0.017947,0.062988,0.075858,-0.033144,-0.041231,-0.071929,0.061559,0.13206,0.036808,-0.036573,-0.0043318,-0.060778,-0.02551,-0.061025,-0.087047,-0.126,0.17883,0.10793,-0.044597,0.032144,-0.053908,-0.10799,-0.0405,0.062245,0.11438,-0.32237,0.24464,-0.21027,-0.073789,-0.23987,-0.0070332,-0.097652,0.005489,0.096673,-0.072246,-0.016814,-0.0063064,0.052878,0.16496,0.044424,0.0047018,-0.16015,-0.16983,-0.050079,-0.035582,0.071399,0.039049,-0.060421,-0.063384,-0.068919,-0.059374,0.15438,0.0041279,0.0037995,0.067656,0.13935,-0.0078707,0.23151,-0.15273,0.11129,0.02871,-0.076575,0.045292,-0.054253,0.030106,-0.08225,0.070829,-0.021635,-0.034798,0.024569,0.023428,0.039045,0.10118,-0.15917,0.095091,0.017663,0.085898,0.013832,-0.034644,-0.055773,0.025957,0.022133,0.022163,-0.053695,0.01213,0.0097165,-0.026921,0.020934,-0.0032812,-0.005896,-0.0054985,0.0060822,0.0042189,-0.0048818,-0.013986,0.00023476,0.0016148,-0.10738,-0.036057,0.054487
0.083162,0.046719,0.010345,-0.068211,-0.0079326,0.060408,-0.084726,-0.015707,-0.04147,0.083576,0.01016,0.058406,0.056016,-0.057282,-0.069651,-0.052689,0.08771,0.037925,-0.026932,-0.0076852,0.054909,0.11409,0.067453,-0.012552,0.053608,0.10585,-0.044837,-0.0088053,0.085363,-0.11307,0.18124,-0.085943,-0.10866,-0.054695,0.12663,-0.053695,0.011841,-0.07629,-0.05039,0.0066845,0.032266,0.055094,-0.030238,-0.093822,0.02875,0.02896,0.03836,0.1508,-0.075811,0.004539,-0.039616,-0.0426,-0.17323,-0.09564,-0.01901,-0.10161,0.052015,-0.010515,0.0025729,0.040033,-0.058317,-0.010205,-0.04106,-0.060094,-0.0027914,-0.062439,0.078629,-0.096348,0.1486,0.072617,-0.17591,-0.00012864,-0.12139,-0.023332,-0.0093368,-0.048345,0.11617,-0.044114,-0.074741,0.05061,-0.0028072,-0.04866,0.069435,-0.03985,-0.18623,-0.040742,-0.081962,-0.16415,0.13684,-0.097478,0.19094,0.23928,-0.1419,0.1288,0.029977,-0.069338,0.031701,0.024698,0.094007,-0.015591,-0.020611,0.047424,0.014933,0.10631,0.11709,-0.049104,0.00374,-0.1302,0.03806,0.058559,-0.13015,-0.0055319,-0.029344,0.012768,-0.023126,-0.065725,0.018225,0.069833,0.065994,-0.12859,0.051897,0.098888,0.26233,0.0027706,-0.029101,-0.097561,0.11164,0.097391,0.25673,0.091366,-0.0058409,0.014365,0.023975,0.09887,-0.10431,0.064716
-0.0050666,0.014877,-0.032972,-0.043668,-0.20221,0.17699,0.0049484,0.16314,-0.019394,-0.004581,0.010692,-0.094198,0.017476,-0.054138,0.085627,-0.025972,-0.040092,-0.03787,-0.059755,0.0041856,-0.047871,-0.073447,0.00048883,0.039339,-0.044825,0.021744,-0.018581,0.06732,-0.026009,-0.052539,-0.025527,0.02024,-0.030478,-0.2293,0.058632,-0.03441,-0.0018408,-0.0041997,-0.075313,0.0028485,-0.0044697,0.055732,-0.028924,-0.0044815,0.0075392,0.00090847,-0.056076,0.0047975,0.054437,-0.032528,0.010807,-0.14211,-0.014348,-0.04368,-0.087397,-0.05835,-0.069017,-0.046246,0.063593,-0.030215,0.12152,-0.19058,0.076645,-0.037019,0.075,0.032135,-0.020201,0.013262,-0.05684,0.079955,0.1067,-0.11102,0.026901,5.437e-05,-0.011724,-0.047684,0.044882,-0.058816,-0.0057653,0.0085368,0.0001255,-0.01173,-0.028138,0.036887,0.082014,0.010711,0.01015,-0.04832,0.010828,-0.026161,-0.057697,-0.11061,0.030695,-0.12758,0.065085,-0.0094863,-0.012231,0.049588,-0.044049,0.060884,-0.027686,0.019349,-0.036346,0.0054329,0.037531,-0.010398,-0.030956,-0.06107,-0.13099,0.34237,-0.28332,-0.092122,-0.33875,0.054097,0.032904,0.17886,-0.060689,-0.072084,-0.17372,0.26895,-0.053533,-0.057809,0.20948,-0.054399,0.024455,-0.0034524,-0.0072465,-0.019371,0.015003,0.01521,0.012138,-0.005257,-0.010747,-0.097228,-0.034235,0.066219
0.091414,0.0027513,0.0031475,-0.071923,0.0007868,0.0042213,-0.058028,0.003112,0.014161,0.049525,0.0010914,0.013404,0.053726,0.0063155,0.0017509,-0.02074,0.0079683,0.0072256,0.0013951,0.0065696,0.015909,0.1164,0.0014211,-0.0077607,0.0078361,0.04919,-0.022443,-0.088765,0.068002,-0.17669,0.14588,-0.13454,-0.17691,-0.0079125,0.037045,-0.014638,0.029615,0.0014708,0.051766,0.038885,-0.04716,-0.1362,-0.045059,-0.073316,0.0098024,0.017749,0.061123,0.27819,0.015786,0.10937,-0.0092355,0.0031929,0.010714,-0.025861,0.0090034,-0.0037077,0.035667,0.04479,-0.022151,-0.036061,-0.096797,0.0083303,-0.062854,0.02263,-0.025247,0.0083643,-0.0076442,-0.037534,0.091141,0.049044,0.0065373,0.1054,-0.015175,-0.054193,-0.0015045,-0.066467,0.064942,-0.1331,-0.20549,-0.017188,-0.082863,0.029247,0.030896,0.024507,-0.014501,0.058043,0.049942,0.15632,0.23093,-0.078392,-0.021801,0.070493,0.0080175,0.04671,0.027831,-0.071027,0.0069127,0.04129,0.042522,-0.039697,0.068267,0.057929,0.003176,0.0085242,-0.026508,-0.0023265,0.0008516,0.00060687,0.012853,0.051396,0.018549,0.050985,0.020769,-0.0086742,-0.020638,0.060619,-0.016129,-0.10639,-0.12111,0.24563,-0.083325,-0.15265,-0.27384,-0.0057292,0.053919,0.10608,-0.18532,-0.17967,-0.37772,-0.14293,-0.042738,-0.017358,-0.020589,0.10071,-0.10398,0.06684
8.3809e-05,0.016505,-0.041036,-0.0038017,-0.21247,0.20772,0.00036543,0.16155,-0.042504,0.0031482,0.01348,-0.078399,0.024808,-0.074309,0.093855,-0.0045531,-0.0035154,-0.036783,-0.074168,0.020311,-0.011781,0.010325,0.055139,0.078548,-0.048538,0.01773,-0.069863,0.045443,-0.012145,0.012634,-0.025435,0.019255,-0.029276,-0.25341,0.10112,-0.03867,-0.019536,-0.036735,-0.12576,0.011815,0.0062968,0.05883,-0.037945,-0.060497,-0.0074518,0.012822,-0.072065,0.036327,0.037006,-0.00075166,0.046201,-0.12064,-0.054188,-0.051245,-0.12904,-0.063956,-0.018296,0.026152,0.044099,-0.0537,0.012387,0.023582,-0.039578,0.15966,0.14565,0.1925,-0.049174,0.089358,-0.042114,0.00404,0.1101,-0.052603,0.027962,-0.042122,-0.10357,-0.091041,0.058071,0.07194,0.0057184,-0.011834,0.0042337,-0.019016,0.040196,0.0020259,-0.0092257,-0.037907,0.024963,-0.023263,0.00072434,-0.0017874,0.039388,0.036385,-0.042974,0.00059697,-0.030076,0.0074722,0.022843,-0.028041,0.01642,-0.049025,-0.04414,-0.013745,-0.072241,-0.021694,-0.048281,0.010746,0.035439,0.016891,0.053506,0.0195,-0.020747,0.092775,0.034445,0.011757,-0.0050269,-0.19117,0.056526,-0.04408,0.21556,-0.40184,0.069802,0.088207,-0.44186,0.093601,-0.019338,0.029698,-0.013478,-0.0027516,-0.07439,-0.026807,-0.019821,-0.010012,0.021011,-0.087086,-0.032414,0.07794
0.084536,-0.040847,-0.0039447,-0.070678,0.0087163,-0.054972,-0.079166,0.025113,0.079146,0.05348,-0.011844,-0.036785,0.042057,0.081852,0.086975,-0.020849,-0.10375,-0.050075,0.03203,0.0040069,-0.032736,0.1344,-0.072882,-0.028234,-0.052417,0.066264,0.052888,-0.042791,0.0727,-0.19877,0.084823,-0.1068,-0.12318,0.041208,-0.074643,0.0043725,0.073621,0.061605,0.055742,-0.0060567,0.031904,-0.087164,0.021993,0.068702,0.035614,0.028754,0.014234,0.088094,0.11403,-0.054138,-0.092773,0.030649,0.17656,0.063192,-0.0095771,0.075915,0.029888,0.10941,-0.0010506,0.0010492,-0.052419,0.10323,-0.038223,0.045731,0.014875,0.055011,0.026325,0.01789,0.11925,0.063026,0.19756,-0.024886,0.076351,-0.043988,0.01356,-0.08166,0.034442,-0.1978,-0.059581,0.047175,-0.033975,0.085306,-0.077976,0.001046,0.16435,-0.11207,-0.097861,0.20695,-0.075029,0.07926,-0.16101,-0.17693,0.23633,-0.0032873,0.10082,-0.15721,-0.045703,0.029765,-0.060515,-0.012858,0.062813,0.029241,-0.05598,-0.096658,-0.12333,0.079812,-0.020369,0.1093,0.01832,0.019615,-0.038047,0.011378,-0.14535,0.0027173,0.020568,-0.030066,0.010709,0.070683,0.09994,-0.24589,0.068982,0.13999,0.14354,0.033078,-0.041157,-0.054506,0.080379,0.094463,0.18674,0.073072,-0.011966,-0.00054162,0.018705,0.099458,-0.1042,0.065397
0.0052997,0.014646,-0.038539,0.035543,-0.20335,0.18478,0.0016932,0.1559,-0.02897,0.0049281,0.012878,-0.087713,0.028363,-0.058485,0.083362,0.020908,-0.037396,-0.033517,-0.06756,0.034161,-0.03597,0.085332,-0.0064439,0.037619,-0.038556,-0.014471,-0.047038,-0.020759,-0.0025517,0.016699,-0.070531,0.016882,-0.037909,-0.2428,0.055163,-0.020223,-0.012957,0.0062241,-0.039824,0.012502,0.012764,-0.019288,-0.053452,-0.022282,-0.0066196,-0.0018536,-0.04667,0.053871,0.028907,0.0279,0.056355,-0.094736,0.0011009,-0.0032625,-0.1098,-0.035388,0.04004,0.070553,0.033333,-0.0446,-0.08001,0.21752,-0.14524,0.14709,-0.033395,0.054193,0.00067977,0.050831,0.0056977,-0.068636,0.012409,0.0825,0.021963,-0.039719,-0.054653,0.0031593,-0.0041167,0.05944,-0.012397,-0.0016958,-0.018519,0.027829,-0.014605,-0.016876,0.053538,-0.024636,-0.012723,0.057847,0.04138,-0.003921,-0.058149,-0.042551,0.10598,0.062755,0.035298,0.010216,-0.020797,0.00087491,0.039827,0.13234,0.015303,0.014345,0.13166,0.079696,0.054427,-0.021093,-0.053163,-0.016421,0.035386,-0.36811,0.30347,-0.040675,0.29149,-0.062867,-0.019071,0.063974,-0.012983,0.1244,-0.094891,0.22151,-0.032439,-0.044889,0.32256,-0.061456,0.0087691,-0.028342,0.021029,0.020181,0.072872,0.016365,0.017576,0.015507,-0.012317,-0.077103,-0.030623,0.089477
0.055137,-0.087893,-0.018465,-0.064461,0.018492,-0.099915,-0.11341,0.059158,0.12882,0.11962,-0.001322,-0.11128,0.026796,0.16026,0.076645,-0.035299,-0.025817,-0.053144,0.01409,-0.063403,0.011515,0.045006,-0.01201,-0.0050728,-0.056163,0.021193,0.079999,0.015005,0.11756,-0.063571,0.060797,-0.017911,0.01261,0.039431,-0.050988,0.037141,0.10832,0.045103,-0.068923,0.0045262,0.0015607,0.05187,0.023583,0.0031923,-0.0044083,0.051604,0.023342,0.023224,0.107,-0.067074,-0.16422,0.0027124,0.30446,0.19594,-0.02925,0.054511,0.012565,0.00913,-0.10849,0.10731,-0.10627,-0.0011069,0.14341,0.13117,0.15593,0.19358,-0.021674,0.041397,0.12733,0.084964,0.062161,-0.12877,-0.016627,-0.021428,-0.028802,-0.079699,0.1553,0.057475,0.11447,0.058475,0.024275,-0.12123,0.039601,0.10327,-0.04114,0.033824,0.048626,-0.23765,-0.19751,0.065284,0.11857,0.028841,-0.21847,-0.054416,-0.1569,0.18189,-0.041296,-0.031605,0.033637,0.081254,-0.14671,-0.051224,0.037263,0.099623,0.12363,-0.069398,0.027121,-0.068815,-0.018137,-0.070721,0.04439,-0.049391,0.081708,0.024677,-0.0015299,0.031302,-0.004699,-0.051815,-0.044306,0.1275,-0.023408,-0.066212,-0.043741,-0.024868,-0.0031393,-0.010216,0.008389,-0.0093605,-0.0098106,-0.0079013,0.020357,-0.00054118,-0.013816,0.092752,-0.10541,0.057646
0.0095681,0.010256,-0.022882,0.0728,-0.16919,0.08406,-0.0027641,0.13171,0.042531,-0.0027038,0.022526,-0.088283,0.035002,-0.038346,0.023835,0.030889,-0.062811,-0.0084562,-0.045825,0.039326,-0.034304,0.16331,-0.12313,-0.058933,0.021911,-0.045574,0.062479,-0.11061,0.01925,0.027919,-0.11171,0.0347,-0.019465,-0.14626,-0.00073854,0.029491,0.019486,0.068333,0.11431,0.0043353,0.02564,-0.15253,0.017078,0.098682,0.012416,-0.051798,0.0074147,0.0012752,-0.035436,0.0076006,-0.0023114,-0.050181,0.18756,0.098683,-0.05453,0.043767,0.097841,0.058469,-0.080246,0.079517,-0.17593,0.26061,-0.05757,0.0051132,-0.22897,-0.2452,0.10777,-0.070777,0.10777,-0.10565,-0.23514,0.12774,-0.059196,0.080318,0.12461,0.18211,-0.10391,0.083513,0.18437,0.044239,0.046977,-0.071557,-0.051873,0.0329,-0.059862,0.13312,0.063275,-0.12954,-0.064901,0.056374,0.097187,0.0087386,-0.13252,-0.13613,0.041002,-0.12563,0.011361,0.047037,-0.045085,-0.11574,0.025301,0.042569,-0.11684,-0.076866,-0.04706,-0.006909,0.037359,0.029461,-0.046383,0.1816,-0.089725,0.028709,-0.081626,-0.016657,0.021011,-0.016096,-0.0082028,-0.044729,0.02202,-0.026854,0.013545,0.0075932,-0.065448,0.014732,-0.001437,0.000344,0.0050221,-0.0076556,-0.017915,-0.0089466,0.0035711,-0.0064329,-9.176e-05,-0.066516,-0.028722,0.10171
0.0040348,-0.1163,-0.021746,-0.054911,-0.010394,-0.11361,-0.085572,0.083698,0.23188,0.23232,-0.026098,-0.091493,-0.067254,0.13219,0.17831,0.0086969,0.028369,-0.026402,-0.095722,-0.095785,0.11745,-0.12415,0.13446,0.018878,-0.0093105,0.0066625,-0.047816,0.097761,0.11881,0.13931,-0.10511,0.15694,0.055904,-0.093953,0.020351,-0.03888,-0.054421,-0.038744,0.14626,0.010744,-0.06822,-0.12617,0.095889,0.11185,0.10746,-0.092156,0.13721,-0.001451,-0.3759,0.0015958,-0.049336,0.0093284,-0.13129,0.04415,0.11748,-0.12377,0.026307,0.0050059,0.051833,-0.0011778,0.015299,-0.012443,-0.091047,0.014327,0.048124,0.031992,-0.0029996,0.031865,-0.029995,-0.085534,0.048766,0.075549,0.074149,-0.0035043,0.0903,0.019074,-0.0036045,-0.020645,-0.051862,-0.057996,-0.022101,0.005363,0.027223,-0.013101,-0.027133,0.0045352,-0.0089339,0.001849,0.044964,0.008489,-0.05289,-0.060059,-0.071459,-0.041383,-0.08048,0.0014396,-0.13763,-0.0090816,0.26129,0.17683,0.25112,0.14329,-0.092818,0.00054671,-0.036975,-0.050955,-0.028935,0.010368,-0.01944,0.004736,-0.009101,-0.014843,-0.050823,0.012424,-0.045867,0.019107,0.0074573,-0.01598,0.0069948,-0.030875,0.02112,0.010382,-0.0099653,0.015764,-0.019134,0.0094975,0.021159,0.0076518,0.027427,0.011,-0.00087608,-0.006798,0.012318,0.079806,-0.10773,0.042684
0.012435,0.0064423,-0.0081226,0.10571,-0.11845,-0.1075,-0.02975,0.085166,0.18334,-0.019295,0.031126,-0.01605,0.043443,-0.077081,-0.10701,0.005344,0.09411,0.098184,-0.036408,0.0088963,0.080854,0.24586,-0.14368,-0.17307,0.13112,-0.0072532,-0.022806,-0.097499,0.058467,0.12851,-0.090322,0.063402,0.054615,0.068128,-0.0046305,0.053637,0.039238,-0.011965,0.060865,0.092974,0.074916,-0.026136,0.024015,-0.0031114,-0.056783,-0.010376,-0.02177,0.012703,0.022616,0.0046296,0.011694,0.031294,-0.038799,-0.089676,-0.0042901,-0.027846,-0.035942,-0.023727,0.066295,0.001382,0.039915,-0.06319,0.044811,-0.049857,-0.01673,0.031672,-0.029688,-0.014043,-0.069339,0.075334,0.056002,-0.12691,-0.0053785,-0.029103,-0.042526,0.0060186,-0.012745,-0.058267,0.071729,0.032326,-0.0048905,-0.0047633,0.016019,0.092355,0.18002,-0.207,0.026049,0.0084309,0.10876,-0.1294,-0.084079,0.092021,-0.06235,0.01115,-0.11914,0.06818,-0.24138,0.028132,0.058065,-0.022331,-0.087814,0.12104,0.069321,0.086948,-0.031822,-0.032622,0.12818,0.17729,0.072979,0.048442,-0.055175,0.17855,0.068661,-0.043849,0.44152,-0.10516,-0.072498,0.031646,0.060137,0.045927,-0.030474,-0.041395,0.05809,-0.03509,-0.035545,0.046895,-0.025124,-0.00018791,0.0077278,0.0081932,-0.016212,0.015459,0.01249,-0.058871,-0.02735,0.11055
0.0859,-0.042116,-0.0076092,-0.049235,0.0051295,-0.060811,-0.050314,0.051829,0.072608,0.01644,-0.028795,-0.10285,-0.13259,0.091273,0.10542,0.045083,-0.17837,-0.072337,0.059067,0.095481,-0.093976,0.096163,-0.083022,-0.018231,-0.10027,-0.0064082,0.0011003,0.034962,-0.21056,-0.036686,-0.040715,-0.034261,-0.00045283,0.028392,-0.16306,0.025465,-0.029858,0.010195,-0.031242,-0.049371,0.12182,0.14244,0.0082861,0.052615,-0.012843,0.044124,-0.10103,-0.23358,0.022315,-0.14785,0.10276,0.032462,-0.29193,-0.077703,-0.035412,-0.038146,0.029672,0.045601,0.12986,0.026004,0.14733,0.13355,-0.091063,-0.088269,-0.0043343,-0.092913,0.083057,-0.029797,0.023778,0.05383,-0.1222,-0.049398,-0.14467,-0.066914,-0.029942,-0.10856,0.056085,-0.098801,-0.11722,0.037507,-0.058519,-0.061386,0.011685,0.026535,-0.11291,0.091842,0.086786,0.12267,-0.12141,0.11724,-0.0045839,0.039769,-0.014585,0.042913,-0.14979,-0.20388,-0.099719,0.11222,0.03233,0.071308,-0.20261,0.092069,-0.030399,0.01888,-0.057633,-0.011158,0.078886,-0.029207,0.036988,-0.019359,-0.0075036,-0.0046155,0.049855,0.027863,-0.023833,0.0030692,0.0058585,-0.032159,-0.058834,0.12458,-0.06363,-0.084735,-0.18583,0.0056009,-0.0072923,0.02048,0.034066,0.049229,0.10024,0.029045,-0.00063904,0.0039116,0.015587,0.076974,-0.10824,0.039411
0.0032102,0.017713,-0.08932,0.028591,-0.077274,-0.2088,-0.010537,-0.026583,0.023225,-0.00077125,-0.018934,0.036562,0.015012,-0.073565,-0.082039,-0.010967,-0.044023,0.011863,0.048541,0.010646,-0.040992,0.10439,0.014709,0.082988,0.0039089,-0.0036466,0.029507,-0.011624,0.011251,0.0071656,-0.07171,0.034882,-0.018517,-0.25366,0.041322,0.0056566,0.015966,-0.041035,-0.11219,-0.0058039,0.035079,0.026551,0.053955,-0.061574,-0.001858,0.0079851,-0.0015911,-0.015013,0.019648,-0.008744,-0.025852,0.25885,-0.020297,0.041491,0.24808,0.097882,0.039008,0.021388,-0.036429,0.016326,0.0032454,0.018733,0.0095875,-0.033841,0.054924,0.012201,0.014605,0.0014698,0.10998,-0.0057557,-0.006167,0.03206,-0.0021251,0.072546,0.017749,-0.0022926,-0.038565,0.013336,-0.082153,-0.12578,0.012644,0.088831,0.0061499,-0.10098,0.0013411,-0.15634,-0.1156,-0.029546,0.028136,-0.048181,0.044508,-0.038948,0.091048,0.12236,-0.093491,0.12084,0.060146,-0.098435,-0.032089,0.19274,-0.20194,-0.01198,-0.13901,-0.043811,-0.18012,0.024339,0.064771,-0.036651,-0.21927,0.33195,0.077314,0.024413,0.21229,-0.29401,-0.16973,0.033086,-0.0063847,-0.06209,-0.026288,-0.00181,-0.013627,0.012511,0.024386,0.0046597,-0.0074129,-0.022047,-0.030122,0.018633,0.0092357,-0.0021697,-0.0022317,-0.0075869,0.0078537,-0.077459,-0.030687,0.089066
0.098554,0.0014313,2.7896e-06,-0.049017,0.0015063,0.00042539,-0.027008,-0.0012343,-0.0026691,0.0054569,-8.9148e-07,-0.013017,-0.12782,-0.029079,-0.0055699,0.051552,0.031591,0.018081,0.0036908,0.087606,0.014544,0.037233,0.0012847,0.042178,-0.00056473,-0.11763,-0.046736,-0.1032,-0.23955,-0.0039151,-0.019864,-0.040928,-0.06178,0.011656,-0.015732,0.038805,-0.060011,0.0185,0.041818,0.029736,-0.081998,-0.071464,-0.043239,-0.053473,-0.05278,-0.018026,-0.0016054,-0.027062,-0.026564,0.052929,0.15464,0.020917,-0.014136,0.031365,-0.0018264,0.015647,0.059076,0.046514,0.0077079,-0.0072635,0.017695,0.0083334,0.0093438,-0.013513,0.016337,-0.0054479,-0.0075051,0.03002,-0.070762,0.011455,-0.014432,0.037735,-0.016218,-0.041544,0.034189,-0.031349,0.073762,-0.14863,-0.21167,-0.074894,-0.09503,-0.1194,0.022147,0.15763,0.0032969,0.20243,0.34058,-0.027319,-0.033686,-0.041451,-0.080975,-0.065757,-0.10131,-0.12435,-0.14297,0.24572,0.010998,-0.050018,-0.0058275,-0.027407,-0.053334,-0.16451,-0.028249,-0.033361,0.032932,-0.065395,-0.0037348,0.047785,-0.097721,0.022748,-0.0017335,-0.038484,-0.010169,-0.11168,0.0090148,-0.015171,-0.012179,0.074848,0.090981,-0.24611,0.13734,0.15603,0.35126,-0.013707,0.02483,-0.020747,-0.070282,-0.077528,-0.19797,-0.056257,0.017351,-0.026627,-0.011618,0.076986,-0.10824,0.039425
-0.00066269,0.022935,-0.095161,-0.0085427,-0.076877,-0.21692,0.0043395,-0.051347,0.01578,0.00019401,-0.034707,0.058144,-0.0031741,-0.076381,-0.049597,-0.015425,-0.095917,-0.015029,0.046144,0.0034418,-0.074206,0.021169,0.031521,0.10751,-0.021485,-0.0042358,0.0090921,0.012076,-0.010578,-0.029776,-0.05803,0.044207,-0.050969,-0.2759,0.041959,-0.0088584,0.0084871,-0.027705,-0.067573,-0.0099325,0.0062387,0.028329,0.024248,-0.069721,-0.0074032,0.016066,0.021158,-0.0049325,0.031159,0.020483,-0.0065142,0.26326,-0.056636,-0.03376,0.16309,0.10613,0.0015371,-0.0021455,-0.034923,0.036867,-0.029957,-0.0039611,0.068658,-0.049039,-0.040053,-0.0080473,-0.023715,-0.01284,-0.022908,0.048572,-0.045353,-0.024041,0.026925,-0.033934,-0.11297,-0.068141,0.032594,0.03867,-0.0070761,0.0022135,-0.0072071,0.0044756,0.0094673,-0.015781,-0.040307,0.10563,2.5917e-05,0.092198,-0.2071,0.13609,-0.054185,0.023064,-0.026113,-0.035743,0.041184,-0.054974,-0.083822,0.012173,0.062857,-0.21535,0.27785,-0.048897,0.24804,0.076291,0.3728,-0.081255,-0.095927,0.071021,-0.063683,-0.023301,0.048792,0.33944,-0.1431,0.077827,0.034416,0.068692,-0.0092755,0.080876,-0.021476,-0.017887,0.018358,-0.0021528,-0.041941,0.00055419,0.0037787,-0.017576,0.029914,0.0032731,-0.0055429,0.0063204,-0.004612,0.0051982,-0.0050702,-0.086899,-0.032381,0.078156
0.085431,0.04558,0.0092399,-0.046758,-0.0046395,0.059505,-0.060751,-0.051501,-0.059618,0.048785,0.024298,0.077388,-0.11579,-0.12936,-0.090101,0.01051,0.19829,0.077971,-0.047754,0.073809,0.11888,0.067768,0.08652,0.042765,0.087603,-0.0016472,0.012102,0.017743,-0.20408,0.018211,0.030293,0.03991,0.013073,-0.019095,0.12317,-0.0078957,-0.066418,-0.017732,-0.04852,-0.041465,0.08441,0.095161,0.077046,0.095164,0.080736,-0.013236,-0.029991,-0.32646,-0.094968,-0.19145,0.0083159,0.034464,0.10376,0.21236,-0.090347,0.086833,0.091658,0.07515,-0.032418,0.17491,0.046641,0.20739,0.042287,0.017319,0.027645,0.018813,0.0044789,0.053323,0.030023,0.013408,0.052377,-0.074902,0.060805,-0.043388,0.11593,-0.051223,0.060998,-0.14158,-0.071465,0.0052702,-0.059196,0.0026135,-0.019417,0.076434,0.10511,-0.0468,0.03386,-0.10561,0.17688,-0.16299,0.019764,0.0087272,0.084909,0.04975,0.20526,0.10622,0.088935,-0.064687,-0.025196,-0.094616,0.2187,-0.036521,0.0072147,-0.0096238,0.039417,0.023804,-0.063179,0.034227,-0.02216,0.0061398,0.031877,0.0030328,-0.012574,-0.013367,0.058653,0.034369,0.0084234,-0.064188,-0.010057,0.12757,-0.064047,-0.085352,-0.18523,0.0025005,-0.021824,0.010431,0.045605,0.048973,0.1223,0.034667,0.0035467,0.013469,0.013578,0.076466,-0.10833,0.038824
-0.0047031,0.018533,-0.085571,-0.044127,-0.074819,-0.21522,0.019128,-0.024906,0.026988,-0.0017917,-0.022988,0.028476,-0.012389,-0.079772,-0.07951,-0.020212,-0.052522,0.011856,0.050537,-0.017303,-0.0558,-0.077233,0.021938,0.095174,-0.0048228,-0.017861,0.023877,0.017973,-0.033932,-0.070675,-0.02525,0.010538,-0.054533,-0.24546,0.036691,-0.0036517,-0.0089754,-0.032867,-0.081386,-0.016984,-0.029972,-0.0059014,0.026814,-0.078264,-0.010856,0.012142,0.0076526,0.016426,0.040738,0.048157,-0.026949,0.23901,-0.023742,0.035075,0.25132,0.10878,0.0013901,-0.0047935,-0.0305,0.027758,-0.0016553,-0.022497,-0.00097305,0.0039612,-0.0070181,0.058935,-0.011397,-0.0069155,-0.096305,-0.0094514,0.012668,-0.012234,-0.054098,-0.049805,0.086022,0.077679,0.011906,-0.078325,0.11185,0.1312,8.2921e-06,-0.050804,-0.0003304,0.089082,0.011542,0.070784,0.084728,-0.043714,0.17079,-0.071339,0.04336,-0.017843,-0.043066,-0.07964,0.060706,-0.060351,0.054624,0.079356,-0.032215,0.020649,-0.075903,0.04891,-0.11425,-0.050605,-0.19887,0.060091,0.03015,-0.051018,0.29956,-0.31981,-0.11753,-0.36066,-0.087608,0.22216,0.13185,-0.078425,0.025838,-0.023208,0.069705,0.025795,-0.0058829,-0.0034374,0.027029,-0.011102,-0.0029451,0.041104,0.0055994,-0.024979,-0.0049284,-0.00066368,0.0093585,0.0036184,-0.0072751,-0.096423,-0.03409,0.067149
0.0010369,0.11902,0.027042,-0.047572,0.010884,0.10434,-0.086609,-0.065477,-0.1348,0.32472,0.0032611,0.045153,-0.060948,-0.122,-0.17568,-0.054341,-0.053837,0.0052611,0.057754,-0.13527,-0.14741,-0.10399,-0.1485,-0.041533,0.017683,-0.018279,0.12297,0.055295,0.091599,0.11094,-0.07858,0.032533,0.1808,0.06524,-0.031373,0.07183,0.04151,0.086292,-0.14854,0.04547,-0.029006,0.082672,-0.053481,-0.072344,-0.056395,0.11396,-0.1292,0.058785,0.31477,0.022114,0.087857,-0.0068415,0.10261,-0.049701,-0.068282,0.10014,-0.0066587,0.028896,-0.031094,0.057004,0.0055264,0.058572,0.056618,0.034655,-0.089097,-0.0329,-0.042092,0.039431,-0.19432,0.003586,-0.1523,0.069155,-0.065579,-0.055336,-0.060763,-0.022292,0.025198,-0.020887,-0.084545,-0.049268,-0.026213,0.025493,0.040432,-0.053062,-0.018261,-0.069684,0.013372,-0.0018767,0.043056,-0.0017182,-0.02352,-0.036025,-0.062693,-0.023873,-0.063905,0.009627,-0.093996,-0.041824,0.25275,0.13924,0.2667,0.14482,-0.14694,-0.057622,-0.097344,-0.03405,-0.0074595,0.049059,-0.0029047,0.016883,-0.012078,-0.0076164,-0.031007,0.023083,-0.074303,0.0078569,0.0021556,-0.019418,-0.018101,-0.024403,0.02212,-0.0015046,0.013047,0.010976,-0.0080354,0.002765,0.015297,-0.0089386,0.020303,0.0016855,0.0012557,-0.0048899,0.010063,0.078292,-0.108,0.040935
-0.012772,0.0083602,0.0062453,-0.11399,-0.11379,-0.10971,0.048717,0.090294,0.19197,-0.034667,0.032442,-0.037099,-0.015998,-0.08487,-0.10125,-0.015046,0.09787,0.088415,-0.02099,-0.035016,0.041177,-0.29188,-0.1159,-0.1325,0.090021,0.031695,0.017928,0.04435,-0.078374,-0.15675,0.11177,-0.00031367,-0.069768,0.093641,0.017245,0.018609,0.0055483,0.04243,0.01755,-0.10642,-0.033642,0.023764,0.030102,0.01007,0.012531,0.049366,-0.022247,-0.016915,-0.0028296,-0.0092383,0.0071349,0.050935,-0.06903,-0.04125,-0.030897,-0.0029046,0.01304,0.011544,0.048942,-0.050476,-0.059591,0.11167,-0.038354,-0.012621,-0.016405,0.025025,0.016522,0.043399,0.087977,-0.050596,-0.022875,0.091072,0.0085222,0.035782,-0.10157,-0.069033,-0.054227,0.099537,-0.0054332,-0.053331,0.0057611,-0.024269,-0.020074,0.018779,0.14111,-0.19665,0.085927,-0.18387,0.052382,-0.12671,-0.11138,-0.0095271,-0.049202,-0.11061,0.011475,-0.0084063,-0.16623,0.05171,-0.018618,-0.13441,-0.11671,0.028677,0.074666,0.00080523,0.06238,0.023158,0.14712,0.22391,0.059542,-0.044298,-0.0068792,-0.0043346,-0.03058,0.064049,-0.4496,0.025981,0.012723,-0.013648,-0.2159,-0.068752,0.031623,0.021973,-0.017661,0.0093034,0.0020959,-0.041385,0.028619,-0.010483,0.0081307,-0.0012481,0.020939,-0.013884,-0.028599,-0.11437,-0.037312,0.046405
0.07971,0.047459,0.0094936,-0.055844,-0.0096673,0.07124,-0.085664,-0.044726,-0.04737,0.11464,0.02084,0.10948,0.017144,-0.12342,-0.078579,-0.03423,0.19391,0.060197,-0.071627,-0.025494,0.12193,0.12498,0.12321,0.03443,0.078379,0.15947,0.00045764,0.033106,0.031425,-0.081275,0.1628,-0.024108,-0.034877,-0.030692,0.17726,-0.026883,-0.0043567,-0.017064,-0.044277,-0.016285,0.024369,-0.021032,0.054208,0.098402,0.14649,0.017909,-0.045127,-0.20574,-0.10912,-0.047489,0.08628,0.020492,0.023675,0.10729,-0.058401,0.042652,-0.014343,-0.069336,-0.086118,0.079211,0.051698,0.011316,0.13337,0.021077,-0.0078386,0.003684,-0.066834,0.048289,-0.17721,-0.0073517,-0.084221,-0.043034,-0.011078,0.066407,-0.022919,0.095386,-0.088844,0.13186,0.10731,0.013513,0.03642,0.056183,0.014141,-0.12051,-0.011622,-0.025643,-0.070105,0.16865,-0.21223,0.17844,-0.045798,-0.038011,0.04714,-0.0018289,-0.082063,-0.1805,-0.15122,0.1276,-0.038194,0.12001,-0.21349,0.11348,0.053785,0.033112,-0.023209,0.0078137,0.030473,-0.031201,0.011224,-0.036233,-0.018202,-0.034133,-0.032561,0.045088,-0.049713,-0.03337,0.0057386,0.064495,0.01017,-0.052524,0.04197,0.035943,0.13248,0.011462,0.025005,0.048111,-0.090891,-0.13162,-0.26955,-0.10599,-0.030342,-0.018274,-0.014,0.085501,-0.10671,0.049265
-0.0044582,0.009536,-0.033737,-0.038389,-0.17676,0.18079,0.0021728,0.14433,-0.037381,0.0018494,-0.0090052,-0.1126,0.013772,-0.049774,-0.011181,-0.032506,-0.016557,-0.043814,0.0027186,-0.01558,-0.073455,-0.059887,0.12018,0.045805,-0.06369,0.0065142,0.029278,0.020412,0.01324,0.00019232,0.092669,-0.02619,0.026838,0.30444,-0.079473,0.010412,0.0085617,-0.0084721,0.04136,-0.0042705,-0.031887,0.030181,0.018257,-0.012939,0.011822,0.01299,0.067533,-0.021169,0.015625,0.0014116,-0.051313,0.15274,0.014275,0.039782,0.18644,0.090218,-0.053555,-0.054834,-0.0030375,0.017072,0.08283,-0.15428,0.075389,-0.10045,-0.019045,-0.039703,-0.0075492,-0.026039,-0.040974,0.071649,0.017834,-0.041153,-0.034707,0.0045994,0.066787,-0.0050954,-0.00016457,-0.079832,0.012757,0.063577,-0.0039194,-0.032303,-0.061667,0.060299,0.083339,0.11863,0.057609,-0.12994,0.12744,-0.062435,0.00025221,-0.089159,-0.010841,-0.22843,0.2587,-0.27535,-0.050751,0.12869,0.00097433,0.10021,0.0018556,0.18082,0.01403,0.1131,0.12765,-0.056121,-0.05178,-0.12319,-0.1683,0.044843,0.17707,0.038958,0.28117,-0.12719,-0.0097987,-0.065579,0.029507,0.052596,0.11578,-0.092282,0.019576,0.0081829,-0.036777,0.00091212,-0.00084599,0.0048344,0.0044606,0.0039079,-0.021003,-0.0029617,0.0058055,0.010434,0.011513,-0.096511,-0.034106,0.067047
0.088372,0.0016894,0.0017653,-0.059414,-6.5451e-05,0.0041447,-0.043247,0.0029614,0.01562,0.071959,-0.0018668,0.0055999,0.0083163,-0.006408,0.0028652,0.005647,0.0123,0.0066746,-0.0070575,-0.0073071,0.01926,0.11807,0.0080191,-0.0033234,0.001388,0.078643,-0.0055759,-0.070539,0.0037648,-0.13476,0.12458,-0.10264,-0.11851,0.00070084,0.013277,0.0014794,0.0001534,0.0086798,0.043428,0.030609,-0.087721,-0.14921,-0.04597,-0.052821,0.044753,0.044618,0.0092729,0.046068,-0.020376,0.1847,0.21708,0.020977,0.025206,0.059174,0.024026,0.025065,-0.062848,-0.092821,-0.027986,-0.087468,0.041,-0.1445,0.067042,0.029906,-0.034881,0.021314,-0.11797,0.047185,-0.28554,-0.077814,-0.006235,0.08445,0.04909,0.07489,-0.024752,0.1302,-0.13259,0.19958,0.0086183,-0.12754,-0.021062,-0.0067245,0.037594,0.012323,0.019261,0.13173,0.16265,0.10784,0.052233,-0.014014,-0.041524,-0.025787,-0.026533,-0.08121,-0.073872,0.082285,0.0032419,-0.0076816,-0.058152,-0.025859,-0.06779,-0.078877,0.042432,-0.021674,-0.015369,-0.012985,0.01004,0.016735,-0.052387,0.0238,0.028945,-0.019146,0.041729,-0.044001,0.01995,0.049054,-0.0040177,-0.074681,-0.026071,0.087252,-0.065571,-0.059172,-0.22418,-0.019449,-0.034299,-0.042091,0.17208,0.21818,0.42148,0.17749,0.089226,0.033927,0.024541,0.087086,-0.10643,0.051097
0.00015012,0.012106,-0.040605,-0.0020268,-0.18773,0.21507,-0.0032854,0.13462,-0.06231,0.0061539,-0.0094926,-0.085348,0.022128,-0.067995,-0.0022852,-0.011725,0.033592,-0.049648,-0.017491,0.0039629,-0.040207,0.019704,0.18905,0.087704,-0.063912,0.0017214,-0.022666,0.011916,0.031929,0.077707,0.094886,-0.032562,0.047349,0.3012,-0.031008,0.021612,0.0043351,-0.0097974,0.021928,0.0063118,-0.012151,0.016496,0.00021485,-0.001313,0.01765,-0.0068517,0.046141,-0.021656,-0.063123,0.0073421,-0.028847,0.19237,-0.092984,0.022683,0.14643,0.0067007,0.028239,0.0011061,-0.072208,0.052351,-0.031699,0.015531,0.0051381,0.034689,0.096937,0.13901,-0.031158,0.0031254,-0.0016901,-0.015145,0.04658,-0.028685,0.027378,-0.036975,-0.043296,-0.056399,0.059396,0.06621,0.010105,0.0011324,0.0096188,-0.038423,0.11502,-0.050578,-0.18984,0.024763,-0.03403,0.05992,-0.1083,0.046285,0.047239,0.11643,-0.071573,0.068061,-0.11294,-0.045872,0.038897,-0.085803,-0.048747,-0.30616,0.10933,-0.086318,-0.17606,-0.25895,-0.25614,0.099451,0.10721,0.2315,0.07583,0.0020949,0.023534,0.093167,-0.016777,0.0060223,0.034476,0.069127,-0.056379,0.038777,-0.12204,0.14138,-0.017778,-0.01678,0.16123,-0.024542,0.0037999,-0.013941,-0.0050171,-0.0020935,0.034578,-0.00023945,0.0029258,0.0020658,-0.017011,-0.086839,-0.03237,0.078225
0.079115,-0.043382,-0.0051583,-0.058293,0.0080901,-0.06679,-0.075299,0.054768,0.097171,0.087942,-0.028466,-0.098741,0.0014209,0.12682,0.10607,0.0064533,-0.21411,-0.08108,0.059644,-0.020899,-0.089342,0.15269,-0.10851,-0.08225,-0.095023,0.14611,0.06324,0.022363,0.022985,-0.16789,0.074559,-0.077753,-0.050656,0.016744,-0.1737,-0.016015,0.028804,0.0031921,-0.0040489,-0.049509,0.091972,0.079205,0.0069351,0.023751,0.0438,0.096784,-0.048255,-0.18126,0.027111,-0.017117,0.14218,0.014244,-0.11425,0.023486,0.041529,-0.019193,-0.057699,-0.074122,0.10569,-0.090174,0.15679,0.0080395,-0.069791,-0.020902,-0.03747,-0.024842,-0.0069185,0.029191,-0.18047,-0.12206,0.056503,-0.039505,0.08186,0.05601,-0.009002,0.098693,-0.10631,0.19447,0.14165,-0.029498,0.060528,0.025955,-0.025113,-0.052984,0.016577,-0.1021,-0.1025,-0.21966,0.12813,-0.1353,0.11114,0.092579,0.022824,0.070791,0.13989,0.11842,0.17553,-0.13192,-0.0067041,-0.088594,0.1884,-0.061866,-0.0077296,-0.017838,0.050326,0.010463,-0.049004,-0.0067678,0.031542,0.011735,-0.0025236,0.036152,0.0055135,0.011388,0.030518,-0.035681,-0.0067589,0.057486,0.024832,-0.040921,0.031925,0.031353,0.13084,0.0097271,0.038424,0.029189,-0.089744,-0.11159,-0.21011,-0.090055,-0.031298,-0.0088622,-0.016299,0.085868,-0.10664,0.04969
0.0046145,0.01012,-0.037339,0.034228,-0.17735,0.18216,-0.0037295,0.1355,-0.037324,0.0031612,-0.0045188,-0.094041,0.02525,-0.060029,-0.011444,0.0088161,-0.0029609,-0.032457,-0.0077608,0.021883,-0.053586,0.096472,0.12417,0.039587,-0.046831,-0.014901,-0.012469,-0.033627,0.036112,0.079047,0.03415,-0.021252,0.043274,0.29824,-0.077798,0.021997,0.0016281,-0.014524,0.052741,-0.00016319,0.021003,-0.00048546,-0.011471,-0.0087895,-0.017213,-0.0040813,0.056801,-0.010524,0.0091682,0.031224,0.0038523,0.18913,-0.023097,-0.004793,0.15287,0.049665,0.053191,0.060272,-0.010516,-0.013354,-0.055212,0.13355,-0.088529,-0.034825,-0.068559,-0.055362,0.034989,-0.012739,0.052745,-0.044993,-0.08448,0.073317,-0.044901,0.022296,-0.024901,0.053451,-0.056311,-0.020375,-0.023371,-0.056194,0.00064041,0.088843,-0.033482,-0.014982,0.086538,-0.12017,-0.052978,0.079393,-0.026578,0.018656,-0.064074,-0.039634,0.10414,0.16547,-0.11819,0.33481,0.025243,-0.044996,0.032691,0.20938,-0.066354,-0.093297,0.1938,0.16943,0.1769,-0.047375,-0.084246,-0.1439,0.075302,-0.050142,-0.20433,-0.15285,-0.27109,0.1236,-0.024173,0.013917,0.036969,-0.090063,0.034339,-0.060323,-0.0048567,0.0069404,-0.13678,0.019958,-0.01091,0.0097509,0.0030127,-0.0020144,-0.017562,0.010108,-0.0084479,-0.0086793,0.007793,-0.077295,-0.030657,0.089256

View File

@ -1,36 +0,0 @@
207.5,252.07
207.76,276.86
210.7,299.84
215.07,322.04
224.77,345.04
238.7,364.32
255.08,377.72
273.81,388.58
295.78,393.57
317.38,387.27
335.28,375.88
350.75,362
363.56,342.34
372.47,319.37
375.95,296.96
378.28,274.03
377.96,249.45
237.04,228.65
245.41,219.89
256.59,217.17
267.86,218.67
278.11,222.73
307.89,221.65
318.08,217.08
329.14,215.09
340.24,217.48
348.49,225.81
293.78,246.04
294.13,261.98
294.47,277.41
294.76,291.45
280.95,302.71
287.38,304.8
294.76,306.54
301.95,304.32
307.9,301.91

View File

@ -1,48 +0,0 @@
207.5,252.07
207.76,276.86
210.7,299.84
215.07,322.04
224.77,345.04
238.7,364.32
255.08,377.72
273.81,388.58
295.78,393.57
317.38,387.27
335.28,375.88
350.75,362
363.56,342.34
372.47,319.37
375.95,296.96
378.28,274.03
377.96,249.45
237.04,228.65
245.41,219.89
256.59,217.17
267.86,218.67
278.11,222.73
307.89,221.65
318.08,217.08
329.14,215.09
340.24,217.48
348.49,225.81
293.78,246.04
294.13,261.98
294.47,277.41
294.76,291.45
280.95,302.71
287.38,304.8
294.76,306.54
301.95,304.32
307.9,301.91
250.22,246.91
257.57,241.72
266.73,241.63
274.91,247.86
267,250.81
257.66,251.13
311.34,247.1
319.61,240.25
328.77,240.09
336,245.12
328.95,249.36
319.68,249.63

View File

@ -1,68 +0,0 @@
207.5,252.07
207.76,276.86
210.7,299.84
215.07,322.04
224.77,345.04
238.7,364.32
255.08,377.72
273.81,388.58
295.78,393.57
317.38,387.27
335.28,375.88
350.75,362
363.56,342.34
372.47,319.37
375.95,296.96
378.28,274.03
377.96,249.45
237.04,228.65
245.41,219.89
256.59,217.17
267.86,218.67
278.11,222.73
307.89,221.65
318.08,217.08
329.14,215.09
340.24,217.48
348.49,225.81
293.78,246.04
294.13,261.98
294.47,277.41
294.76,291.45
280.95,302.71
287.38,304.8
294.76,306.54
301.95,304.32
307.9,301.91
250.22,246.91
257.57,241.72
266.73,241.63
274.91,247.86
267,250.81
257.66,251.13
311.34,247.1
319.61,240.25
328.77,240.09
336,245.12
328.95,249.36
319.68,249.63
267.84,332.97
277.58,326.51
288.57,322.39
294.92,323.87
301.4,322.07
312.15,325.57
321.08,331.53
312.39,342.46
303.73,348.33
295.08,349.82
286.56,348.81
277.53,343.35
271,332.82
286.86,330.52
294.92,330.53
303.04,330.11
318.36,331.59
303.12,337.45
294.87,338.74
286.72,337.75

View File

@ -1,72 +0,0 @@
0.50301
0.59807
0.50356
0.65012
0.50984
0.69832
0.51924
0.74475
0.53968
0.79326
0.56897
0.83342
0.60334
0.86065
0.64277
0.88269
0.68924
0.89334
0.73501
0.88001
0.77282
0.85694
0.80532
0.82868
0.83228
0.78771
0.85106
0.73926
0.85853
0.69236
0.86357
0.64421
0.86286
0.59256
0.56738
0.54582
0.58486
0.52699
0.60774
0.52095
0.63068
0.52365
0.65154
0.53152
0.71535
0.52933
0.73607
0.52034
0.75854
0.51659
0.78127
0.52189
0.79853
0.53981
0.68498
0.58123
0.68573
0.61432
0.68641
0.64631
0.68703
0.67553
0.65853
0.70046
0.67182
0.70439
0.68718
0.70779
0.70206
0.70333
0.71437
0.69871

View File

@ -1,96 +0,0 @@
0.49678
0.59457
0.49731
0.64655
0.50354
0.69468
0.51285
0.74103
0.53309
0.78948
0.56206
0.82955
0.59604
0.85666
0.63502
0.87858
0.68094
0.8892
0.72618
0.8759
0.76356
0.85295
0.79569
0.82482
0.82236
0.78394
0.84096
0.73555
0.84837
0.68872
0.85337
0.64064
0.85266
0.58906
0.56062
0.54212
0.57787
0.52327
0.60045
0.51719
0.6231
0.51984
0.64369
0.52768
0.70676
0.52547
0.72721
0.51652
0.7494
0.51281
0.77183
0.51814
0.78886
0.53608
0.67674
0.57736
0.67748
0.61037
0.67815
0.64227
0.67876
0.67141
0.65064
0.69645
0.66375
0.70034
0.67891
0.70372
0.6936
0.69928
0.70575
0.69468
0.58724
0.58056
0.60228
0.56922
0.62102
0.56894
0.63789
0.58179
0.62169
0.58811
0.60258
0.58896
0.71314
0.58023
0.73013
0.56609
0.74888
0.56578
0.76374
0.57677
0.7491
0.58525
0.7301
0.58563

View File

@ -1,136 +0,0 @@
0.4915
0.61216
0.49202
0.66595
0.49807
0.71555
0.50726
0.76347
0.52733
0.81348
0.55604
0.85541
0.58961
0.88425
0.62814
0.90769
0.6737
0.91884
0.71856
0.90491
0.75551
0.88041
0.78724
0.85051
0.81367
0.80775
0.83208
0.75781
0.83941
0.70939
0.84426
0.65983
0.84351
0.60647
0.55436
0.56111
0.57149
0.54268
0.5939
0.53711
0.61634
0.54027
0.63675
0.54855
0.69923
0.5463
0.7195
0.53686
0.7415
0.53261
0.76377
0.53744
0.78069
0.55493
0.66951
0.59988
0.67025
0.63453
0.67091
0.66807
0.67152
0.69824
0.64363
0.72215
0.65663
0.72651
0.67167
0.73015
0.68623
0.72542
0.69828
0.72033
0.58077
0.60119
0.59568
0.5902
0.61426
0.58995
0.63098
0.60297
0.61492
0.60961
0.59597
0.6103
0.7056
0.60138
0.72242
0.58701
0.74102
0.58665
0.75577
0.59731
0.74125
0.6065
0.72241
0.60708
0.61661
0.78757
0.63642
0.7735
0.65921
0.76455
0.67202
0.76752
0.68498
0.76385
0.70719
0.77142
0.72534
0.78453
0.70777
0.808
0.69025
0.82075
0.67232
0.82407
0.6545
0.8218
0.63623
0.80988
0.62279
0.78722
0.65497
0.78205
0.672
0.78189
0.68896
0.78116
0.72014
0.78459
0.68912
0.79744
0.67189
0.80026
0.65468
0.79807

View File

@ -1,16 +0,0 @@
SUMMARY = "Install motovis libraries"
LICENSE = "CLOSED"
SRC_URI = "file://algmode"
S = "${WORKDIR}"
do_package_qa[noexec] = "1"
do_install() {
install -d ${D}/opt/algmode
cp -rf ${WORKDIR}/algmode/* ${D}/opt/algmode/
}
INSANE_SKIP:${PN} += "already-stripped"
FILES:${PN} += "/opt/algmode/*"

View File

@ -0,0 +1 @@
TVIS-00000|tvis1234

View File

@ -1,80 +1,121 @@
#!/bin/bash
INTERFACE=$1 # 状态发生变化的网络接口
STATUS=$2 # 网络接口的新状态up, down, vpn-up, vpn-down
INTERFACE=$1 # 状态发生变化的网络接口
STATUS=$2 # 网络接口的新状态up, down, vpn-up, vpn-down
TYPE="NVR" # 模组类型
dhcp=true # 动态分配
gateway="" # 网关地址
address="" # IPV4地址
echo "INTERFACE=$INTERFACE STATUS=$STATUS"
if [ $STATUS = "up" ]; then
# 禁用DHCP服务
systemctl stop dhcpcd.service
systemctl disable dhcpcd.service
# 删除默认配置
if test ! -z "$(nmcli connection | grep 'Wired connection 1')"; then
nmcli connection delete "Wired connection 1"
fi
# wlan1 作为热点不需要特殊处理
if [ $INTERFACE != "wlan1" ] && [ $INTERFACE != "pcie0" ]; then
# 禁用DHCP服务
result=`service dhcpcd status`
if [[ $result =~ "(running)" ]]; then
systemctl stop dhcpcd.service
systemctl disable dhcpcd.service
fi
# 修改默认配置
if test ! -z "$(nmcli connection | grep 'Wired connection 1' | grep enP1p17s0)"; then
# nmcli connection delete "Wired connection 1"
nmcli con modify 'Wired connection 1' connection.id enP1p17s0
fi
if test ! -z "$(nmcli connection | grep 'Wired connection 2' | grep eth0)"; then
# nmcli connection delete "Wired connection 2"
nmcli con modify 'Wired connection 2' connection.id eth0
fi
if [ $INTERFACE = "eth0" ]; then
# 获取模组类型
TYPE=`hvgo module-type`
if [ ${TYPE%?} = "AI" ]; then
address='192.168.10.11'
else
address='192.168.10.12'
fi
dhcp=false
gateway="192.168.10.1"
elif [ $INTERFACE = "enP1p17s0" ]; then
data=`cat /etc/tvis/network/enP1p17s0.conf`
array=(${data//|/ })
dhcp=${array[0]}
address=${array[1]}
gateway=${address/${address##*.}/"1"}
fi
if test ! -z "$(nmcli connection | grep 'Wired connection 1')"; then
nmcli connection delete "Wired connection 2"
echo "dhcp=$dhcp address=$address gateway=$gateway"
# 如果不存在网卡配置
if test -z "$(nmcli connection | grep $INTERFACE)"; then
# 创建网卡配置
if $dhcp ; then
nmcli connection add type ethernet con-name $INTERFACE ifname $INTERFACE
else
nmcli connection add type ethernet con-name $INTERFACE ifname $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual
fi
else
# 动态分配IP的情况下
if $dhcp ; then
# 检查 ipv4.method 配置是否一致,不一致需要重新设置并重启网卡
str=`nmcli connection show $INTERFACE | grep ipv4.method`
if [ ${str##*:} != "auto" ]; then
nmcli connection modify $INTERFACE ipv4.addresses "" ipv4.gateway "" ipv4.dns "" ipv4.method auto
echo "nmcli connection modify $INTERFACE ipv4.addresses ipv4.gateway ipv4.dns ipv4.method auto"
# 启动网卡
nmcli connection up $INTERFACE
fi
else
# 地址为空, 配置错误
if test -z "$address"; then
exit 1
fi
# 检查 ipv4.address 配置是否一致,不一致需要重新设置并重启网卡
str1=`nmcli connection show $INTERFACE | grep ipv4.method`
str2=`nmcli connection show $INTERFACE | grep ipv4.addresses`
if [ ${str1##*:} != "manual" ] || [ ${str2##*:} != "$address/24" ]; then
nmcli connection modify $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual
echo "nmcli connection modify $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual"
# 启动网卡
nmcli connection up $INTERFACE
fi
fi
fi
fi
dhcp=false
metric=2000
address=""
#热点
if [ $INTERFACE = "wlan1" ]; then
ifmetric $INTERFACE 2500
fi
# 判断是哪一张网卡
# 内部网口
if [ $INTERFACE = "eth0" ]; then
dhcp=`cat /etc/network-config/eth0.dhcp`
metric=`cat /etc/network-config/eth0.metric`
address=`cat /etc/network-config/eth0.address`
elif [ $INTERFACE = "enP1p17s0" ]; then
dhcp=`cat /etc/network-config/enP1p17s0.dhcp`
metric=`cat /etc/network-config/enP1p17s0.metric`
address=`cat /etc/network-config/enP1p17s0.address`
ifmetric $INTERFACE 2000
fi
gateway=${address/${address##*.}/"1"}
echo "dhcp=$dhcp address=$address gateway=$gateway dns=$gateway"
# 地址为空, 不是eth0/enP1p17s0网卡
if test -z "$address"; then
exit 1
# 外接网口
if [ $INTERFACE = "enP1p17s0" ]; then
ifmetric $INTERFACE 1500
fi
# 如果不存在网卡配置
if test -z "$(nmcli connection | grep $INTERFACE)"; then
# 创建网卡配置
if $dhcp ; then
nmcli connection add type ethernet con-name $INTERFACE ifname $INTERFACE
else
nmcli connection add type ethernet con-name $INTERFACE ifname $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual
fi
else
# 动态分配IP的情况下
if $dhcp ; then
# 检查 ipv4.method 配置是否一致,不一致需要重新设置并重启网卡
str=`nmcli connection show $INTERFACE | grep ipv4.method`
if [${str##*:} != "auto" ]; then
nmcli connection modify $INTERFACE ipv4.addresses "" ipv4.gateway "" ipv4.dns "" ipv4.method auto
echo "nmcli connection modify $INTERFACE ipv4.addresses ipv4.gateway ipv4.dns ipv4.method auto"
# 启动网卡
nmcli connection up $INTERFACE
fi
else
# 检查 ipv4.address 配置是否一致,不一致需要重新设置并重启网卡
str1=`nmcli connection show $INTERFACE | grep ipv4.method`
str2=`nmcli connection show $INTERFACE | grep ipv4.addresses`
if [${str1##*:} != "manual" ] || [${str2##*:} != "$address/24" ]; then
nmcli connection modify $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual
echo "nmcli connection modify $INTERFACE ipv4.addresses $address/24 ipv4.gateway $gateway ipv4.dns $gateway ipv4.method manual"
# 启动网卡
nmcli connection up $INTERFACE
fi
fi
# WIFI
if [ $INTERFACE = "wlan0" ]; then
ifmetric $INTERFACE 1000
fi
# # 4G
# if [ $INTERFACE = "pcie0" ]; then
# ifmetric $INTERFACE 500
# fi
# 5G
if [ $INTERFACE = "pcie0" ]; then
ifmetric $INTERFACE 500
fi
# 设置优先级
ifmetric $INTERFACE $metric
fi

View File

@ -0,0 +1,11 @@
[Unit]
Description=network initialization
[Service]
Restart=no
RemainAfterExit=yes
ExecStartPre=/bin/sleep 10
ExecStart=/etc/tvis/network/network-initialization.sh
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,32 @@
#!/bin/bash
data=`cat /etc/tvis/network/hotspot.conf`
array=(${data//|/ })
SSID=${array[0]} # 热点名称
PASSWORD=${array[1]} # 热点密码
# 如果不是NVR板, 则无法执行该脚本
TYPE=`hvgo module-type`
if [ ${TYPE%?} != "NVR" ]; then
exit 1
fi
# 手动创建eth0内网配置
/etc/NetworkManager/dispatcher.d/10-network-config.sh eth0 up
while true; do
# 查找网卡
if test ! -z "$(nmcli device | grep 'wlan1 wifi')"; then
# 创建热点
if test ! -z "$(nmcli connection | grep 'wlan1')"; then
nmcli connection delete wlan1
fi
nmcli device wifi hotspot ifname wlan1 con-name wlan1 ssid $SSID password $PASSWORD
break
fi
# 延时 1 s
sleep 1
done

View File

@ -3,8 +3,10 @@ SECTION = "network-configuration-tvis"
DEPENDS = ""
LICENSE = "CLOSED"
SRC_URI += "file://network-config"
SRC_URI += "file://config"
SRC_URI += "file://network-config.sh"
SRC_URI += "file://network-initialization.sh"
SRC_URI += "file://network-initialization.service"
S = "${WORKDIR}"
@ -14,11 +16,17 @@ do_compile[noexec] = "1"
do_package_qa[noexec] = "1"
do_install() {
install -d ${D}/etc/network-config
cp -rf ${WORKDIR}/network-config/* ${D}/etc/network-config/
install -d ${D}/etc/tvis/network/
cp -rf ${WORKDIR}/config/* ${D}/etc/tvis/network/
install -m 0755 ${WORKDIR}/network-initialization.sh -D ${D}/etc/tvis/network/network-initialization.sh
install -d ${D}/etc/NetworkManager/dispatcher.d/
install -m 0755 ${WORKDIR}/network-config.sh -D ${D}/etc/NetworkManager/dispatcher.d/10-network-config.sh
install -d ${D}/etc/systemd/system/
install -d ${D}/etc/systemd/system/multi-user.target.wants/
install -m 0644 ${WORKDIR}/network-initialization.service -D ${D}/etc/systemd/system/network-initialization.service
ln -sf /etc/systemd/system/network-initialization.service ${D}/etc/systemd/system/multi-user.target.wants/network-initialization.service
}
FILES_${PN} += "/etc/*"

View File

@ -7,7 +7,6 @@ PACKAGES = "${PN}"
RDEPENDS:${PN} = "\
ffmpeg-tvis \
hvgo-tvis \
motovis-tvis \
netcore-tvis \
opencv-tvis \
network-config-tvis \

View File

@ -0,0 +1,169 @@
#
# Insert a regular expression for support of the model or the serie of your hard drive.
# If you don't know what to put in the second field, put the number
# that appears most often for your brand :o)
# A value of zero meens that we know that the drive doesn't have
# a temperature sensor (you can set the unit to C or F).
#
############################################################################
# The following list was found at (http://www.almico.com/forumharddisks.php)
# If your drive is in the list send me a mail.
#
# Manufacturer Model Size Notes
# FUJITSU FUJITSU MPF3102AH 10.0GB
# FUJITSU FUJITSU MPG3204AH E 20.0GB
# FUJITSU FUJITSU MPG3307AT 30.0GB
# FUJITSU FUJITSU MPG3409AH 40.0GB
# FUJITSU FUJITSU MPG3409AH EF 40.0GB
# HITACHI HITACHI_DK23CA-10 9.8GB
# HITACHI HITACHI_DK23CA-15 14.7GB
# SAMSUNG SAMSUNG SV3012H 29.4GB
# SEAGATE ST310210A 10.0GB
# SEAGATE ST310211A 9.8GB
# SEAGATE ST310215A 10.0GB
# SEAGATE ST315320A 14.9GB
# SEAGATE ST320410A 19.6GB
# SEAGATE ST320413A 19.6GB
# SEAGATE ST320420A 19.9GB
# SEAGATE ST330610A 29.3GB
# SEAGATE ST330620A 29.3GB
# SEAGATE ST330621A 29.3GB
# SEAGATE ST330630A 29.9GB
# SEAGATE ST340016A 39.1GB
# SEAGATE ST340810ACE 39.1GB
# SEAGATE ST380020ACE 78.2GB
# WESTERN DIGITAL WDC AC210200D 10.0GB
# WESTERN DIGITAL WDC AC29100D 8.9GB
# WESTERN DIGITAL WDC AC420400D 19.9GB
# WESTERN DIGITAL WDC WD102AA 10.0GB
#
#################################################
########################################
############# ExcelStor drives
########################################
# "ExcelStor Technology CT215" ??? ? "ExcelStor CT215"
########################################
############# Fujitsu drives
########################################
"FUJITSU MHM2100AT" 0 C "Fujitsu MHM2100AT"
########################################
############# Hitachi drives
########################################
"HITACHI_DK228A-65" 0 C "Hitachi DK228A-65"
########################################
############# IBM drives
########################################
# DJSA serie is using F0h command to report temperature and also have
# SMART capabilties but it was reported not to work.
# "DJSA-2(30|32|10|20|05)" 0 C "IBM Travelstar 20GN, 32GH, 30GT series"
"IBM-DARA-212000" 0 C "IBM Travelstar 12GN"
"IBM-DTTA-35*" 0 C "IBM Deskstar 16GP serie"
# according to specifications they do not seems to have sensor
# but I prefer waiting for a report
#"IBM-DTTA-37*" 0 C "IBM Deskstar 14GXP serie"
"IBM-DJNA-35.*" 231 C "IBM Deskstar 25 GP serie"
"IBM-DJNA-37.*" 231 C "IBM Deskstar 22 GXP serie"
"IBM-DHEA-(34330|36480)" 0 C "IBM Deskstar 5 serie"
"IBM-DHEA-(34331|36481|38451)" 0 C "IBM Deskstar 8 serie"
"IBM-DPTA-37.*" 231 C "IBM Deskstar 34GXP serie"
"IBM-DPTA-35.*" 231 C "IBM Deskstar 37GP serie"
########################################
############# Maxtor drives
########################################
#"Maxtor 2B0[012][04568]H1" ??? C "Maxtor Fireball 541DX"
# which one must I trust ?
#"Maxtor 4D040H2" 9 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D040H2" 0 C "Maxtor 4D040H2"
#"Maxtor 4D080H4" 12 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D060H3" 12 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D080H4" 9 C "Maxtor DiamondMax D540X-4D"
"Maxtor 5(1024|1369|2049|2732|3073|4098)U(2|3|4|6|8)" 0 C "Maxtor DiamondMax Plus 40"
"Maxtor 5T0[24]0H[24]" 0 C "Maxtor DiamondMax Plus 60"
"Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8"
########################################
############# Quantum drives
########################################
"QUANTUM FIREBALLP AS40.0" 0 C "Quantum Fireball AS40"
"QUANTUM FIREBALL CX10.2A" 0 C "Quantum Fireball CX10.2A"
#"QUANTUM FIREBALLlct10 20" 4 C "Quantum Fireball CT10 20GB"
# I suspect the QUANTUM FIREBALL_TM2110A to have a sensor in field 9...
# "QUANTUM FIREBALL_TM2110A" 9 C "Quantum Fireball TM2110A"
########################################
############# Samsung drives
########################################
# somenone reported a problem with the SP8004H which reports a temperature
# 10°C below the ambient temperature
"SAMSUNG SW0434A" 0 C "Samsung SW0434A"
"SAMSUNG SV0432A" 0 C "Samsung SV0432A"
"SAMSUNG SV3002H" 0 C "Samsung SpinPoint V30 serie"
#"SAMSUNG SV(0221|0602|0813|1204)H" 9 C "Samsung SpinPoint V60 serie"
########################################
############# Seagate drives
########################################
"Seagate Technology 1275MB - ST31276A" 0 C "Seagate ST31276A"
"ST3412A" 0 C "Seagate ST3412A"
"ST38641A" 0 C "Seagate ST38641A"
"ST310210A" 0 C "Seagate ST310210A"
"ST310220A" 0 C "Seagate ST310220A"
# SEAGATE ST313021A 13.0GB
"ST313021A" 0 C "Seagate U8 ST313021A"
"ST310240A" 0 C "Seagate Medalist 10240 Ultra ATA-3"
"ST320423A" 0 C "Seagate U10 20423, Ultra ATA/66"
########################################
############# TOSHIBA Laptops
########################################
"MK4313MAT" 220 C "Toshiba MK4313MAT"
"TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP"
"TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS"
"TOSHIBA MK3017GAP" 0 C "Toshiba MK3017GAP"
#"TOSHIBA MK4019GAX" 222 C "Toshiba MK4019GAX"
########################################
############# Western Digital drives
########################################
# WDC AC310100B and WDC AC2850F are reported not working
# no more informations were given
"WDC AC22000L" 0 C "Western Digital Caviar AC22000"
"WDC AC420400D" 231 C "Western Digital Caviar AC420400D"
"WDC AC418000D" 231 C "Western Digital AC418000D"
"WDC WD135BA" 231 C "Western Digital WD135BA"
"WDC WD100EB-00BHF0" 0 C "Western Digital 100EB-00BHF0"
"WDC WD200BB-00AUA1" 0 C "Western Digital Caviar WD200BB"
#"WDC WD200BB-60DGA0" 0 C "Western Digital Caviar WD200BB"
"WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB"
"WDC WD400BB-00CAA0" 0 C "Western Digital 400BB-00CAA0"
#"WDC WD400BB-00GFA0" 0 C ""
"WDC WD400BB-(18CA|00DE)A0" 0 C "Western Digital Caviar WD400BB"
"WDC WD400EB-00CPF0" 0 C "Western Digital 400EB-00CPF0"
"WDC WD600BB-32BSA0" 0 C "Western Digital 600BB-32BSA0"
"WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1"
"WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB"
# not sure for next
# "WDC WD1200JB-00CRA1" 9 C "Western Digital 1200JB-00CRA1"
# "WDC WD273BA" 9 C "Western Digital WD273BA"

View File

@ -358,6 +358,15 @@ do_post_install() {
# ping工具
cp -rf ${THISDIR}/files/iputils-ping/ping ${IMAGE_ROOTFS}/usr/bin/ping
chmod +x ${IMAGE_ROOTFS}/usr/bin/ping
# hddtemp工具
cp -rf ${THISDIR}/files/hddtemp/hddtemp.db ${IMAGE_ROOTFS}/etc/hddtemp.db
cp -rf ${THISDIR}/files/hddtemp/hddtemp ${IMAGE_ROOTFS}/usr/sbin/hddtemp
chmod +x ${IMAGE_ROOTFS}/usr/sbin/hddtemp
# iostat工具
cp -rf ${THISDIR}/files/sysstat/iostat ${IMAGE_ROOTFS}/usr/bin/iostat
chmod +x ${IMAGE_ROOTFS}/usr/bin/iostat
}
do_enable_coredump() {