blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
2
247
content_id
stringlengths
40
40
detected_licenses
listlengths
0
57
license_type
stringclasses
2 values
repo_name
stringlengths
4
111
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
58
visit_date
timestamp[ns]date
2015-07-25 18:16:41
2023-09-06 10:45:08
revision_date
timestamp[ns]date
1970-01-14 14:03:36
2023-09-06 06:22:19
committer_date
timestamp[ns]date
1970-01-14 14:03:36
2023-09-06 06:22:19
github_id
int64
3.89k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
25 values
gha_event_created_at
timestamp[ns]date
2012-06-07 00:51:45
2023-09-14 21:58:52
gha_created_at
timestamp[ns]date
2008-03-27 23:40:48
2023-08-24 19:49:39
gha_language
stringclasses
159 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
10.5M
extension
stringclasses
111 values
filename
stringlengths
1
195
text
stringlengths
7
10.5M
d33ba5af58c5a09e78b30366c5f629d78e2c4446
e80b49b6900816e57568843d0043730f528d17f8
/歌手大赛.cpp
f5b6420f121861de82a8c9f98d30318c4a6e437f
[ "MIT" ]
permissive
hsyl007/-
79e74aa56f1940a2360ed7a891a901e77623b5ba
5898ada876006de0c943621c65183b6a8ffbf9a4
refs/heads/master
2020-03-27T02:44:26.406565
2019-09-25T23:06:35
2019-09-25T23:06:35
145,814,946
0
0
null
null
null
null
GB18030
C++
false
false
759
cpp
歌手大赛.cpp
#include<stdio.h> void main() { int n,i; float a[100]; float x,sum=0,Sum,p; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%f",&a[i]); sum=a[i]+sum; } float max,min; int t=0; max=a [0]; min=a [0]; while(t<n) { if(max<a[t]) max=a[t]; if(min>a[t]) min=a[t]; t=t+1; } Sum=sum-max-min; p=Sum/(n-2); printf("%.2f",p); } /*青年歌手大赛,有?N?(N?>=?3)?个评委给选手打分,计分原则,去掉一个最高分,去掉一个最低分,取剩余评分的平均分。 [输入说明] 第一行是评委个数?N,数值范围[3,?100] 第二行是?N?个用空格分隔的实数,数值范围[0,?100] [输出说明] 一个实数,四舍五入到百分位,并显示两位小数。 */
5ac9a4f9ebf5211f647cb7f3e52c77a76cebd7ae
fafce52a38479e8391173f58d76896afcba07847
/uppdev/LocalProcess/LocalProcess.cpp
5416d4704391c60d4dad250683c02d94450e360e
[]
no_license
Sly14/upp-mirror
253acac2ec86ad3a3f825679a871391810631e61
ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7
refs/heads/master
2020-05-17T08:25:56.142366
2015-08-24T18:08:09
2015-08-24T18:08:09
41,750,819
2
1
null
null
null
null
UTF-8
C++
false
false
167
cpp
LocalProcess.cpp
#include <Core/Core.h> using namespace Upp; CONSOLE_APP_MAIN { String out; Sys("c:/xxx/pdftoppm -r 100 \"C:/xxx/smlouva.pdf\" \"C:/xxx/out.ppm\""); DDUMP(out); }
8e31eca78640f656f74c16135791f5eb83c10887
986c21d401983789d9b3e5255bcf9d76070f65ec
/src/plugins/azoth/plugins/xoox/gwitemsremovaldialog.cpp
a085eed12035154ef9ac1be4a6a07395744379fb
[ "BSL-1.0" ]
permissive
0xd34df00d/leechcraft
613454669be3a0cecddd11504950372c8614c4c8
15c091d15262abb0a011db03a98322248b96b46f
refs/heads/master
2023-07-21T05:08:21.348281
2023-06-04T16:50:17
2023-06-04T16:50:17
119,854
149
71
null
2017-09-03T14:16:15
2009-02-02T13:52:45
C++
UTF-8
C++
false
false
1,098
cpp
gwitemsremovaldialog.cpp
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt) **********************************************************************/ #include "gwitemsremovaldialog.h" #include "glooxclentry.h" #include <QStandardItemModel> namespace LC { namespace Azoth { namespace Xoox { GWItemsRemovalDialog::GWItemsRemovalDialog (const QList<GlooxCLEntry*>& items, QWidget *parent) : QDialog (parent) { Ui_.setupUi (this); auto model = new QStandardItemModel (this); model->setHorizontalHeaderLabels ({ tr ("Name"), tr ("JID") }); for (auto item : items) { QList<QStandardItem*> row { new QStandardItem (item->GetEntryName ()), new QStandardItem (item->GetHumanReadableID ()) }; for (auto r : row) r->setEditable (false); model->appendRow (row); } Ui_.EntriesView_->setModel (model); } } } }
2f74aed1f1d8e677a8ccae7474982cd345809c13
ec9efe0040e2fad8c552dcd81796fe4263576a2b
/src/platform/string_view.hpp
dda09d87bf4916453b264e22a21d8c03ec6a4d74
[]
no_license
menuet/experiments
5a9be1c40b2ac123c99e71136e311ddd5b48bf0e
ac34c3d4f940e94eb8ed0527830fb3f7135e286b
refs/heads/master
2020-12-12T05:37:18.527925
2020-05-09T22:51:20
2020-05-09T22:51:20
34,752,991
0
0
null
null
null
null
UTF-8
C++
false
false
330
hpp
string_view.hpp
#pragma once #include <platform/platform.h> #if EXP_USE_BOOST_STRING_VIEW #include <boost/utility/string_view.hpp> namespace stdnext { using boost::basic_string_view; using boost::string_view; } #else #include <string_view> namespace stdnext { using std::basic_string_view; using std::string_view; } #endif
83456eb8ebe9331e05fc1d28dd48c0832ec9b3ad
3c78677066d2dba7be0478acf8cd8562bc9a4f86
/src/bios.cpp
33e534e7206a14397f27f706c5454136d0be813a
[ "Apache-2.0" ]
permissive
zhuysh1988/inspur-ipmi-oem
41fa25426a14c0eb3bbf948466bd344b622c605b
9e76053414a9cb3eb516efc5b7826829da609369
refs/heads/master
2020-04-16T09:48:36.587046
2019-04-07T13:20:31
2019-04-07T13:20:31
165,477,774
0
0
null
null
null
null
UTF-8
C++
false
false
11,515
cpp
bios.cpp
#include "bios.hpp" #include "ipmid/utils.hpp" #include "sys_eeprom.h" #include "24cXX.h" #include <ipmid/api.h> #include <phosphor-logging/elog-errors.hpp> #include <phosphor-logging/log.hpp> #include <string> #include <xyz/openbmc_project/Common/error.hpp> static constexpr auto systemInfoServiceName = "xyz.openbmc_project.Systeminfo"; static constexpr auto systemInfoObj = "/xyz/openbmc_project/systeminfo/"; static constexpr auto systemInfoIntf = "xyz.openbmc_project.Systeminfo.Version"; static constexpr auto biosVersionProp = "BiosVersion"; static constexpr auto biosBuildTimeProp = "BiosBuildTime"; struct CPUInfoData cpu_infodata; struct MemInfoData mem_infodata[2]; struct RevisionInfoData revision_info[2]; using namespace std; using namespace phosphor::logging; void register_netfn_bios_functions() __attribute__((constructor)); static uint8_t asset_info_got_flag[DEVICE_TYPE_MAX] = {0}; /* static int check_dev_present_status(uint8_t* pMaskAllPresentBuf, uint8_t MallAllPresentLen, uint8_t DeviceIndex) { uint8_t unit_index = 0; uint8_t bit_index = 0; if(DeviceIndex >= MallAllPresentLen*8) { return ASSET_INFO_DEVICE_ABSENT; } unit_index = DeviceIndex/8; bit_index = DeviceIndex%8; if(pMaskAllPresentBuf[unit_index] & (0x01<<bit_index)) { return ASSET_INFO_DEVICE_PRESENT; } else { return ASSET_INFO_DEVICE_ABSENT; } return ASSET_INFO_DEVICE_ABSENT; } static int check_dev_pconfig_status(uint8_t* pMaskAllPresentBuf, uint8_t MallAllPresentLen, uint8_t DeviceIndex) { uint8_t unit_index = 0; uint8_t bit_index = 0; if(DeviceIndex >= MallAllPresentLen*8) { return ASSET_INFO_DEVICE_ABSENT; } unit_index = DeviceIndex/8; bit_index = DeviceIndex%8; if(pMaskAllPresentBuf[unit_index] & (0x01<<bit_index)) { return ASSET_INFO_DEVICE_PRESENT; } else { return ASSET_INFO_DEVICE_ABSENT; } return ASSET_INFO_DEVICE_ABSENT; } static int check_dev_enable_status(uint8_t* pEnableStatusBuf, uint8_t EnableStatusLen, uint8_t DeviceIndex) { uint8_t unit_index = 0; uint8_t bit_index = 0; if(DeviceIndex >= EnableStatusLen*8) { return ASSET_INFO_DEVICE_DISABLE; } unit_index = DeviceIndex/8; bit_index = DeviceIndex%8; if(pEnableStatusBuf[unit_index] & (0x01<<bit_index)) { return ASSET_INFO_DEVICE_ENABLE; } else { return ASSET_INFO_DEVICE_DISABLE; } return ASSET_INFO_DEVICE_DISABLE; } static int check_dev_data_status(uint8_t* pMaskPresentBuf, uint8_t DeviceIndex) { uint8_t unit_index = DeviceIndex/8; uint8_t bit_index = DeviceIndex%8; if(pMaskPresentBuf[unit_index] & (0x01<<bit_index)) { return ASSET_INFO_DEVICE_DATA_OK; } else { return ASSET_INFO_DEVICE_DATA_NULL; } return ASSET_INFO_DEVICE_DATA_NULL; } */ ipmi_ret_t update_cpu_info(SetAssetInfoFrameHeader_1B *pFrameHeader1B,uint8_t *pDeviceData) { ipmi_ret_t rc = IPMI_CC_OK; memcpy(&cpu_infodata,pDeviceData,sizeof(CPUInfoData)); return rc; } ipmi_ret_t update_mem_info(SetAssetInfoFrameHeader_1B *pFrameHeader1B,uint8_t *pDeviceData) { ipmi_ret_t rc = IPMI_CC_OK; memcpy(&mem_infodata[0],pDeviceData,sizeof(MemInfoData)); pDeviceData+=sizeof(MemInfoData); memcpy(&mem_infodata[1],pDeviceData,sizeof(MemInfoData)); return rc; } ipmi_ret_t update_fw_revision(SetAssetInfoFrameHeader_1B *pFrameHeader1B,uint8_t *pDeviceData) { ipmi_ret_t rc = IPMI_CC_OK; memcpy(&revision_info[0],pDeviceData,sizeof(RevisionInfoData)); pDeviceData+=sizeof(RevisionInfoData); memcpy(&revision_info[1],pDeviceData,sizeof(RevisionInfoData)); return rc; } ipmi_ret_t update_asset_info_share_memory(ipmi_request_t request) { auto pFrameHeader1B = reinterpret_cast<SetAssetInfoFrameHeader_1B*>(request); auto pAssetInfo = reinterpret_cast<uint8_t*>(request); uint8_t *pDeviceData = pAssetInfo + sizeof(SetAssetInfoFrameHeader_1B); //uint8_t AllInfoDone = pFrameHeader1B->AllInfoDone; uint8_t DeviceType = pFrameHeader1B->DeviceType; ipmi_ret_t rc = IPMI_CC_OK; switch(DeviceType) { case DEVICE_TYPE_CPU: { rc = update_cpu_info(pFrameHeader1B,pDeviceData); break; } case DEVICE_TYPE_MEM: { rc = update_mem_info(pFrameHeader1B,pDeviceData); break; } case DEVICE_TYPE_FW_REVISION: { rc = update_fw_revision(pFrameHeader1B,pDeviceData); break; } default: { //DEBUG_PRINT("[Warning]: Invalid asset device type(%d) passed into update_asset_info_share_memory() \n", pFrameHeader1B->DeviceType); return IPMI_CC_UNSPECIFIED_ERROR; break; } } asset_info_got_flag[DeviceType] = 1; return rc; } int prepare_eeprom(struct eeprom *e,uint8_t DeviceType,u_int8_t **data, int *data_len,u_int16_t *addr) { std::string i2c_device = "/dev/i2c-1"; int ret; ret = eeprom_open(i2c_device.data(), SYS_EEPROM_ADDRESS, EEPROM_TYPE, e); if (ret != 0) { phosphor::logging::log<phosphor::logging::level::ERR>("guoms ERROR: Cannot open I2C device\n"); return -1; } switch(DeviceType) { case DEVICE_TYPE_CPU: { *addr = EEPROM_OFFSET_CPU; *data = reinterpret_cast<u_int8_t *>(&cpu_infodata); *data_len = sizeof(CPUInfoData); break; } case DEVICE_TYPE_MEM: { *addr = EEPROM_OFFSET_MEM; *data = reinterpret_cast<u_int8_t *>(mem_infodata); *data_len = 2*sizeof(MemInfoData); break; } case DEVICE_TYPE_FW_REVISION: { *addr = EEPROM_OFFSET_FW_VERSION; *data = reinterpret_cast<u_int8_t *>(&revision_info); *data_len = 2*sizeof(RevisionInfoData); break; } default: { //DEBUG_PRINT("[Warning]: Invalid asset device type(%d) passed into update_asset_info_share_memory() \n", pFrameHeader1B->DeviceType); return IPMI_CC_UNSPECIFIED_ERROR; break; } } return 0; } int read_asset_info_from_eeprom(ipmi_request_t request,ipmi_response_t response) { auto pFrameHeader1B = reinterpret_cast<SetAssetInfoFrameHeader_1B*>(request); uint8_t DeviceType = pFrameHeader1B->DeviceType; struct eeprom e; u_int8_t *data=NULL; int data_len=0; u_int16_t addr = 0; if(prepare_eeprom(&e,DeviceType,&data,&data_len,&addr) !=0 ) { return -1; } int i = 0; char tmp_data = 0; for(i=0;i<data_len;i++) { tmp_data = static_cast<char>(eeprom_read_byte(&e, addr)); memcpy(data,&tmp_data,1); data++; addr++; } asset_info_got_flag[DeviceType] = 1; return 0; } int write_asset_info_to_eeprom(ipmi_request_t request) { auto pFrameHeader1B = reinterpret_cast<SetAssetInfoFrameHeader_1B*>(request); uint8_t DeviceType = pFrameHeader1B->DeviceType; struct eeprom e; u_int8_t *data=NULL; int data_len=0; u_int16_t addr = 0; if(prepare_eeprom(&e,DeviceType,&data,&data_len,&addr) !=0) { return -1; } int i = 0; int ret = 0; for(i=0;i<data_len;i++) { ret = eeprom_write_byte(&e, addr, *data); if (ret < 0) { char test[64]; snprintf(test, sizeof(test), "write eeprom error"); phosphor::logging::log<phosphor::logging::level::ERR>(test); return -1; } data++; addr++; } eeprom_close(&e); return 0; } ipmi_ret_t set_system_info(ipmi_request_t request) { ipmi_ret_t rc = IPMI_CC_OK; rc = update_asset_info_share_memory(request); write_asset_info_to_eeprom(request); return rc; } ipmi_ret_t ipmi_set_system_info(ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request, ipmi_response_t response, ipmi_data_len_t data_len, ipmi_context_t context) { ipmi_ret_t rc = IPMI_CC_OK; try { if (*data_len <= sizeof(SetAssetInfoFrameHeader_1B)) { log<level::ERR>("Unsupported request length", entry("LEN=0x%x", *data_len)); *data_len = 0; return IPMI_CC_REQ_DATA_LEN_INVALID; } rc = set_system_info(request); } catch (std::exception& e) { //log<level::ERR>(e.what()); std::printf("bios set error: %s\n",e.what()); return IPMI_CC_UNSPECIFIED_ERROR; } // Status code. *data_len = 1; memset(response,0x0,1); return rc; } ipmi_ret_t get_system_info(ipmi_request_t request,ipmi_response_t response, ipmi_data_len_t data_len) { int offset = 0; auto pDataLen = reinterpret_cast<uint8_t*>(data_len); auto requestDate = reinterpret_cast<GetBIOSRevisionInfoData_Req*>(request);; uint8_t DeviceType = requestDate->DeviceType; ipmi_ret_t rc = IPMI_CC_OK; if(asset_info_got_flag[DeviceType] == 0) { if(read_asset_info_from_eeprom(request,response) != 0) { return IPMI_CC_UNSPECIFIED_ERROR; } } switch(DeviceType) { case DEVICE_TYPE_FW_REVISION: { memcpy(response, &revision_info[BIOS_INDEX], sizeof(GetBIOSRevisionInfoData_Res)); offset += sizeof(GetBIOSRevisionInfoData_Res); *pDataLen = offset; break; } default: { return IPMI_CC_UNSPECIFIED_ERROR; } } return rc; } ipmi_ret_t ipmi_get_system_info(ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request, ipmi_response_t response, ipmi_data_len_t data_len, ipmi_context_t context) { // Status code. ipmi_ret_t rc = IPMI_CC_OK; try { if (*data_len != (sizeof(GetBIOSRevisionInfoData_Req))) { log<level::ERR>("Unsupported request length", entry("LEN=0x%x", *data_len)); *data_len = 0; return IPMI_CC_REQ_DATA_LEN_INVALID; } rc = get_system_info(request, response, data_len); } catch (std::exception& e) { log<level::ERR>(e.what()); return IPMI_CC_UNSPECIFIED_ERROR; } return rc; } void register_netfn_bios_functions() { // set bios version ipmiPrintAndRegister(netfunInspurAppOEM, cmdSetSystemInfo, NULL, ipmi_set_system_info, PRIVILEGE_ADMIN); //get bios version ipmiPrintAndRegister(netfunInspurAppOEM, cmdGetSystemInfo, NULL, ipmi_get_system_info, PRIVILEGE_ADMIN); }
4a24ee7656c1de0e5711d541d010957ac34747f3
ba25c8a5dcb510c73f1764a268d33fe594fe625e
/winCount.cpp
68600ab3d65a8a12082f247932c93ee3e55fca18
[]
no_license
gauravgulzar/CodeChef
8dd5db3fc54000577fcc4f3ebeaefa847510c704
c0e5e86b4c85ded646aa7f8eb6150c5d1706b0c1
refs/heads/master
2021-01-22T03:13:39.955992
2015-04-14T17:08:55
2015-04-14T17:08:55
33,945,212
0
1
null
null
null
null
UTF-8
C++
false
false
612
cpp
winCount.cpp
// // winCount.cpp // // // Created by Gaurav Gulzar on 20/05/14. // // #include <iostream> using namespace std; int calcWin(int *m, int n, int maxn){ int win[maxn],winc=0; win[0] = 0; for(int i=1;i<maxn; i++){ win[i] = 0; for(int j=0; j<n && i-m[j] >=0; j++){ if(win[i-m[j]] == 0){ win[i] = 1; break; } } if(win[i] == 0) ++winc; } return winc; } int main(){ int m[] = {2,4,7,11,20}; int maxn = 6543; cout << calcWin(m,sizeof(m)/sizeof(m[0]),maxn) << "\n"; return 0; }
c746d2a98e5fd0cec1a215c11236d298fc499992
39231dc31cbb54c970bb7f95b31f78dee8bcd1b7
/Tutorials/pimpleFoam/channel395/500/nuSgs
c03b4627b9faf60ff09026492da00c0f5b566c51
[]
no_license
kevinPangChina/IR_OpenFOAM
8ed3273049820b4cf92d40e15d0fc63fbdf16aae
ad97506146fac191c9ebc6d23c00ecef3d50203d
refs/heads/master
2020-08-01T19:39:42.922930
2019-09-26T19:48:56
2019-09-26T19:48:56
211,094,540
0
1
null
null
null
null
UTF-8
C++
false
false
1,094,060
nuSgs
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "500"; object nuSgs; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -1 0 0 0 0]; internalField nonuniform List<scalar> 90000 ( -6.09076e-09 -1.53072e-07 -2.29716e-07 -2.2264e-07 -2.07082e-07 -2.13742e-07 -1.03453e-07 -5.04571e-08 -5.71263e-08 -8.51055e-08 -3.57402e-07 -6.05326e-07 -4.15451e-07 2.88426e-07 8.75407e-07 9.24067e-07 9.86837e-07 1.10363e-06 1.04392e-06 7.96993e-07 4.2181e-07 1.07034e-07 -2.77017e-08 -1.31866e-07 -2.89907e-07 -3.85343e-07 -2.79568e-07 -5.71529e-08 8.18283e-08 2.96935e-08 -5.29042e-08 -2.7925e-08 9.38689e-08 1.43692e-07 1.08455e-07 1.10343e-07 7.06152e-08 -5.54812e-08 -1.40823e-07 -1.5143e-07 -1.44418e-07 -1.43066e-07 -1.34414e-07 -1.33082e-07 -1.29498e-07 -3.49789e-08 1.41239e-07 1.85789e-07 1.7726e-07 1.31443e-07 -2.62575e-08 -2.51672e-07 -3.68833e-07 -3.23279e-07 -2.47546e-07 -3.40561e-07 -2.79747e-07 -1.29575e-07 -1.77449e-07 -9.022e-08 -2.55736e-07 -7.58248e-07 -5.97529e-07 2.72981e-07 1.07676e-06 1.24676e-06 1.49099e-06 1.90905e-06 1.97157e-06 1.52432e-06 8.48331e-07 2.38887e-07 -4.08748e-08 -1.87556e-07 -3.61736e-07 -4.87756e-07 -3.92807e-07 -7.31656e-08 1.22291e-07 2.42093e-08 -1.16405e-07 -1.21291e-07 7.93492e-08 2.44818e-07 2.45222e-07 2.26371e-07 1.32924e-07 -5.46483e-08 -2.05693e-07 -2.72955e-07 -2.84186e-07 -2.47898e-07 -1.45524e-07 -1.05698e-07 -1.56708e-07 -2.18548e-08 2.14812e-07 2.48604e-07 2.31324e-07 1.77871e-07 3.42441e-08 -2.62538e-07 -4.21979e-07 -4.18888e-07 -1.91816e-07 -2.11353e-07 -4.45708e-07 -2.33886e-07 -3.00208e-07 -2.42663e-07 1.64043e-08 -6.42169e-07 -8.35314e-07 3.17469e-07 1.28738e-06 1.17449e-06 1.07072e-06 1.87497e-06 2.8952e-06 2.836e-06 1.82935e-06 7.66665e-07 6.40459e-08 -2.72313e-07 -4.60137e-07 -4.70431e-07 -3.51119e-07 -6.85004e-09 2.2882e-07 5.62845e-08 -1.82783e-07 -2.90963e-07 -1.09424e-07 2.49805e-07 4.54766e-07 4.80913e-07 3.04115e-07 4.3074e-08 -1.59162e-07 -3.2327e-07 -4.08315e-07 -3.32035e-07 -8.08585e-08 3.78194e-08 -9.76799e-08 9.516e-08 3.88978e-07 3.17553e-07 2.30169e-07 2.44129e-07 4.23835e-07 1.07466e-07 -3.81773e-08 -2.79656e-07 -3.44517e-07 -9.6708e-09 -3.22666e-07 -2.01449e-07 -2.17326e-07 -1.42394e-07 -2.28172e-07 -4.32913e-07 -7.64794e-07 7.28314e-07 1.62346e-06 1.21168e-06 3.2999e-07 4.11496e-07 1.69567e-06 3.55776e-06 3.28263e-06 1.78142e-06 5.67944e-07 -2.51036e-07 -8.17983e-07 -7.56887e-07 -3.1298e-07 2.8654e-07 5.91028e-07 2.99596e-07 -8.61653e-08 -3.36551e-07 -3.51105e-07 4.60887e-09 5.66468e-07 9.90607e-07 8.83313e-07 4.82301e-07 1.38402e-07 -2.29528e-07 -3.60261e-07 -2.93633e-07 1.25266e-07 2.96449e-07 7.16381e-08 3.20684e-07 9.57602e-07 8.96719e-07 5.03121e-07 5.08295e-07 1.43e-06 1.15597e-06 9.54915e-07 5.74308e-07 -3.69632e-07 -4.22685e-07 -1.18353e-07 3.55024e-07 3.10402e-07 6.20734e-07 -7.04613e-07 -1.11799e-06 -1.06911e-06 3.2404e-07 1.34387e-06 1.25998e-06 -4.99499e-07 -3.0376e-06 1.03729e-07 1.76024e-06 3.94366e-06 3.08681e-06 1.50977e-06 1.46704e-07 -9.21066e-07 -1.50328e-06 -7.69202e-07 6.43232e-07 1.41264e-06 1.05774e-06 3.73464e-07 -1.05606e-07 -3.43313e-07 -2.48078e-07 3.74285e-07 1.48689e-06 1.90357e-06 1.54605e-06 1.11679e-06 -8.14778e-08 -4.23733e-07 -4.37261e-08 3.35382e-07 5.62253e-07 2.74336e-07 7.09701e-07 1.89533e-06 2.76464e-06 2.18287e-06 1.65216e-06 4.03876e-06 3.37143e-06 3.07571e-06 1.67145e-06 -2.64406e-07 -8.67012e-07 -1.44295e-07 1.52008e-06 9.8768e-07 2.05623e-06 -4.12804e-07 -1.88124e-06 -1.30788e-06 -2.97924e-06 -1.71912e-06 1.00748e-06 -3.26296e-06 5.60231e-06 -1.34407e-05 -1.43712e-06 2.23323e-06 3.88051e-06 2.7599e-06 1.18322e-06 -3.61476e-07 -1.42903e-06 -1.42962e-06 7.83247e-07 2.53525e-06 2.26651e-06 1.14443e-06 4.17066e-07 1.93078e-07 -3.66586e-07 -6.37606e-08 1.31872e-06 2.68071e-06 2.72028e-06 2.48663e-06 5.67513e-07 -1.34844e-06 -6.83309e-08 8.60071e-07 1.41796e-06 5.80047e-07 1.12235e-06 2.68259e-06 5.09741e-06 7.45985e-06 6.80573e-06 1.12174e-05 7.21616e-06 6.85273e-06 2.17165e-06 -9.88595e-07 -1.24284e-06 6.76094e-07 2.79568e-06 2.30085e-06 1.29773e-06 9.54263e-07 -2.56775e-06 8.17599e-07 -2.99663e-06 -6.08075e-06 -6.9684e-07 -1.07687e-05 1.01109e-05 9.74789e-07 -4.195e-06 -5.54853e-07 2.85646e-06 4.07833e-06 2.65731e-06 1.22708e-06 -7.40976e-07 -1.05606e-06 4.35588e-07 3.31471e-06 3.73772e-06 2.04119e-06 6.69851e-07 5.78465e-07 1.00862e-06 -5.65855e-06 2.64436e-07 2.50063e-06 3.36515e-06 2.36581e-06 4.60367e-07 -1.79114e-06 -1.88655e-06 2.07956e-08 2.25916e-06 1.88159e-06 2.25142e-06 4.38072e-06 6.94885e-06 1.30056e-05 1.77426e-05 1.38491e-05 8.87012e-06 7.00485e-06 3.83105e-06 -1.33609e-06 -1.59267e-06 2.38783e-06 2.21875e-06 3.59371e-06 4.14345e-06 1.08952e-06 -2.16773e-06 -7.63366e-07 -3.38945e-06 -2.10654e-06 3.80171e-08 -1.73321e-05 -1.6811e-06 1.04335e-05 -5.35689e-07 -3.90852e-06 4.22595e-07 4.04352e-06 4.72155e-06 2.7663e-06 1.66704e-06 1.91777e-06 1.73236e-06 2.29163e-06 4.09127e-06 3.09122e-06 2.07831e-06 2.32413e-06 3.08335e-06 -3.2851e-06 -7.29543e-06 1.4354e-06 3.48793e-06 1.4325e-06 -1.64477e-07 -8.2859e-07 -4.45383e-06 -3.2001e-06 1.11205e-06 2.79125e-06 3.81896e-06 9.44466e-06 1.12988e-05 1.74912e-05 2.2113e-05 9.22976e-06 7.77559e-06 9.18207e-06 7.92261e-06 1.52602e-06 -7.44716e-07 3.41014e-06 3.49084e-06 4.9252e-06 6.82072e-06 3.40464e-06 -5.96797e-06 -4.19063e-06 -1.50149e-05 -4.96811e-07 1.35848e-06 -8.38214e-06 -2e-05 4.93862e-06 -2.81324e-06 8.45801e-07 -2.10297e-06 2.408e-06 5.80022e-06 5.76479e-06 3.34812e-06 2.33401e-06 4.99717e-06 4.0767e-06 7.64552e-07 2.89033e-06 4.73541e-06 7.53653e-06 2.3727e-06 5.97106e-07 -3.39896e-06 1.05005e-07 3.78008e-06 9.28705e-07 3.21813e-07 2.67333e-06 -6.33381e-06 -1.02205e-05 -2.9188e-06 2.98498e-06 5.69404e-06 8.19398e-06 9.04213e-06 8.8834e-06 1.0485e-05 1.61419e-06 4.55392e-06 8.55994e-06 9.91274e-06 5.11393e-06 2.24941e-06 6.31895e-06 6.99195e-06 7.17406e-06 6.39988e-06 2.15482e-06 -6.9617e-06 -7.77831e-06 -1.20467e-05 -2e-05 3.98978e-06 -2.46845e-06 -1.62197e-05 1.36491e-08 -1.18642e-06 3.46963e-07 3.58228e-07 6.86941e-07 4.89166e-06 8.04334e-06 1.50631e-05 4.44234e-06 1.85685e-06 2.90707e-06 -4.4529e-06 7.10878e-07 6.4847e-06 8.83274e-06 1.38335e-06 1.46511e-06 1.64495e-06 1.35758e-06 4.10093e-06 5.82147e-07 8.51798e-07 4.34989e-06 -1.28237e-05 -2e-05 -1.51673e-05 -3.60523e-06 -5.94601e-06 -4.80867e-06 -1.23413e-06 -8.73012e-07 -4.02618e-07 -3.1938e-06 8.84179e-07 4.66151e-06 5.69664e-06 4.22832e-06 4.67963e-06 9.89896e-06 1.1504e-05 8.03203e-06 6.33124e-06 1.91973e-06 -4.67753e-06 -5.46364e-06 -5.8278e-06 -2e-05 5.54835e-06 -8.97971e-07 -2.96758e-06 3.39538e-07 1.25771e-07 -5.61827e-06 -3.08966e-06 -3.25668e-06 2.62585e-06 9.61406e-06 2.4918e-05 1.55766e-05 -4.29625e-06 6.69385e-06 2.43228e-06 8.36006e-07 4.67506e-06 5.27996e-06 1.16234e-06 4.08432e-06 7.2676e-06 6.58764e-06 4.96189e-06 -1.56945e-07 -4.07842e-07 1.37156e-06 -4.15445e-06 -2e-05 -2e-05 -1.37059e-05 -1.50607e-05 -9.96892e-06 -3.83432e-06 -6.27176e-06 -6.95754e-06 -2.60142e-06 -1.10239e-06 1.40344e-06 1.18807e-06 8.62742e-07 3.57135e-06 9.26932e-06 1.26144e-05 1.03405e-05 6.48754e-06 2.55062e-06 -2.0474e-06 -2.7577e-06 3.33229e-07 -1.41318e-05 2.66884e-06 3.97867e-06 2.27428e-06 7.0005e-06 1.02835e-06 -3.73944e-06 -7.45768e-06 -7.52832e-06 7.53345e-07 1.29738e-05 2.52726e-05 1.77973e-05 -6.72673e-06 8.45162e-06 1.24755e-05 6.32453e-06 4.4647e-06 2.25689e-06 1.48909e-06 6.70742e-06 1.15967e-05 8.69717e-06 5.45845e-06 -7.71118e-07 -1.60542e-06 7.7852e-07 2.63548e-06 -5.37531e-06 -2e-05 -1.68202e-05 -1.21211e-05 -5.2943e-06 9.14985e-07 3.29284e-06 -3.13742e-06 -5.81449e-06 -3.12055e-06 -5.16179e-07 3.12592e-07 -1.28728e-06 1.40694e-06 4.48703e-06 8.55826e-06 9.99075e-06 7.9145e-06 3.83833e-06 8.99973e-07 1.98378e-06 3.20091e-06 -4.59933e-06 -4.97186e-07 5.13497e-06 1.91761e-06 1.12084e-05 1.69468e-07 -3.28511e-06 -5.66272e-06 -6.61187e-06 2.34668e-06 1.20647e-05 1.96056e-05 1.18565e-05 -3.97104e-06 3.29744e-06 1.86467e-05 1.00987e-05 8.79083e-06 6.68167e-06 1.97212e-06 9.48959e-06 1.71763e-05 1.23185e-05 4.45546e-06 -3.60824e-06 -3.19337e-06 9.69499e-08 6.02057e-06 1.88219e-05 1.16162e-05 -3.49376e-06 1.95573e-06 8.46706e-06 5.30166e-06 5.05379e-06 2.60426e-06 -3.21032e-06 -7.83696e-06 -8.6647e-06 1.87267e-06 1.15238e-06 3.02912e-07 1.25834e-06 3.34589e-06 7.64601e-06 9.04807e-06 5.67998e-06 2.80864e-06 4.22781e-06 4.0535e-06 1.85101e-06 -6.83983e-06 3.86175e-06 1.19862e-06 8.36113e-06 4.7294e-07 -2.66696e-06 -4.21973e-06 -6.6913e-07 7.71439e-06 2.72292e-06 1.00618e-05 6.61511e-06 -2.88562e-06 -1.0684e-06 2.12495e-05 1.03871e-05 7.4485e-06 3.44615e-06 1.76661e-07 1.04076e-05 2.16194e-05 1.76582e-05 7.12615e-06 -4.65498e-06 -5.71319e-06 1.65772e-06 4.14636e-06 2.73166e-05 3.26247e-05 1.2628e-05 1.10364e-05 1.14569e-05 8.56889e-06 6.92733e-06 4.34591e-06 4.59709e-06 1.22268e-06 -3.14424e-06 5.82066e-06 2.35327e-06 1.57626e-06 -3.81528e-06 3.01638e-07 1.06197e-05 1.27241e-05 8.88691e-06 6.14081e-06 6.22444e-06 4.01062e-06 4.21202e-06 -4.06796e-06 3.49346e-06 3.18853e-06 5.72109e-06 1.96254e-06 -2.90947e-06 1.2238e-06 3.25689e-06 5.82688e-06 -6.70217e-06 -6.95715e-07 1.7084e-06 -2.396e-07 -4.17777e-07 2.37881e-05 1.10325e-05 8.58742e-06 1.46078e-06 -2.77867e-06 5.71514e-06 1.77236e-05 2.27424e-05 1.23042e-05 1.31151e-06 -6.60941e-06 -4.78196e-06 -8.07746e-07 2.42037e-05 3.19156e-05 1.34619e-05 5.2557e-06 8.08181e-06 1.13141e-05 1.09318e-05 8.0052e-06 7.002e-06 4.2331e-06 1.39055e-06 8.51515e-06 6.78634e-06 2.18751e-06 -4.74331e-06 -4.52872e-06 7.08375e-06 1.24633e-05 1.08648e-05 6.02262e-06 3.8778e-06 2.65022e-06 3.21937e-06 -5.77729e-07 2.81253e-06 1.82417e-06 9.57714e-07 2.32201e-06 1.1847e-06 2.8734e-06 8.92922e-07 -1.46551e-07 -9.04574e-06 8.99443e-07 3.22194e-06 8.99205e-06 4.92952e-06 1.84414e-05 1.21992e-05 8.94722e-06 3.44633e-06 2.1923e-08 9.66837e-06 1.50789e-05 1.86775e-05 1.11806e-05 3.80794e-06 -7.76056e-06 -5.98828e-06 -4.35024e-06 1.43418e-05 2.33079e-05 9.63139e-06 4.32185e-07 3.55139e-06 8.06048e-06 9.6434e-06 8.85812e-06 4.33224e-06 3.79237e-06 3.47807e-06 8.14422e-06 8.90483e-06 1.06239e-06 -3.96644e-06 -2.64984e-06 7.67922e-06 1.2496e-05 8.79717e-06 4.69954e-06 2.28983e-06 2.85633e-07 3.90015e-07 -1.86088e-07 1.23965e-06 -3.55975e-07 9.83374e-07 6.25265e-06 9.12772e-06 9.609e-06 1.08114e-05 9.10069e-06 1.08195e-05 7.16702e-06 7.35717e-06 1.11764e-05 1.09564e-05 6.30347e-06 5.98957e-06 7.46677e-06 4.96368e-06 -1.20258e-05 -1.21602e-05 -8.05171e-06 -9.58454e-06 -5.16121e-06 -4.51511e-07 4.40455e-06 1.27686e-05 1.02352e-05 4.77334e-06 7.94328e-06 6.40062e-06 -1.85895e-06 -3.50827e-07 3.66998e-06 -2.98682e-06 5.6227e-09 1.92867e-06 5.3283e-06 6.66627e-06 1.04452e-05 1.34282e-05 4.24354e-06 -4.29048e-06 -1.45633e-06 1.01469e-05 1.78527e-05 1.30798e-05 6.46255e-06 3.6176e-06 -5.71609e-07 -3.39863e-07 -2.1419e-06 -4.48523e-06 -5.59039e-06 6.92618e-06 8.91362e-06 1.37951e-05 1.10531e-05 9.26931e-06 8.07779e-06 6.59938e-06 6.79739e-06 3.51151e-06 3.04031e-06 4.01652e-06 -3.55593e-06 3.9712e-06 5.10294e-06 -3.5427e-06 -2e-05 -2e-05 -1.40476e-05 -1.21301e-05 -8.51554e-06 -7.12158e-06 -5.2414e-07 7.97595e-06 1.07257e-05 6.1253e-06 1.61568e-06 8.1475e-07 -3.18267e-06 9.9766e-07 4.05472e-06 4.12455e-07 -5.23822e-07 -4.00325e-06 6.7103e-06 9.28428e-06 1.13032e-05 1.41442e-05 7.18948e-06 -5.32461e-06 -1.91101e-06 7.39053e-06 1.79298e-05 1.71254e-05 1.28505e-05 9.83418e-06 1.2453e-06 -1.77849e-06 -5.70978e-07 -2.45672e-06 -4.42602e-06 7.13069e-06 9.58825e-06 1.34061e-05 9.63683e-06 8.13014e-06 1.28452e-05 6.66289e-06 2.08485e-06 -5.91174e-07 1.4668e-05 1.87689e-05 8.05772e-06 -5.22401e-06 -9.22907e-06 -1.04995e-05 -2e-05 -2e-05 1.0744e-06 -2.67244e-07 -9.3659e-06 -1.1971e-05 -4.99944e-06 1.74894e-06 5.91834e-06 7.39511e-06 -2.88238e-06 -4.08849e-06 -4.71372e-06 -4.17097e-07 1.93423e-06 1.59302e-06 -2.19207e-06 -1.86302e-05 -3.5864e-06 4.84323e-06 5.79391e-06 6.02665e-06 3.1018e-06 -3.79664e-06 -2.9347e-06 3.823e-06 1.27162e-05 1.27536e-05 1.23845e-05 1.1808e-05 3.98899e-06 -5.75822e-07 2.31187e-06 2.6879e-06 9.70219e-07 1.44763e-06 7.47042e-06 9.50462e-06 7.24534e-06 6.1607e-06 9.81238e-06 4.06976e-06 1.00638e-06 -9.20681e-06 1.86174e-06 5.41839e-06 6.73444e-06 1.49638e-06 -5.02487e-06 6.05665e-06 1.37467e-06 4.07824e-06 1.30132e-05 7.72465e-06 -2.09551e-06 2.14109e-06 7.92321e-06 3.39417e-06 1.31099e-06 2.76473e-06 -4.80554e-07 -1.74999e-07 -5.48649e-06 -2.16336e-07 6.51361e-06 5.41331e-06 -5.49416e-06 -1.30089e-05 -1.10303e-05 -1.17028e-06 1.73466e-07 1.59425e-06 2.50557e-06 -6.92844e-07 3.1469e-06 3.7119e-06 1.57119e-05 1.62889e-05 1.11469e-05 6.19942e-06 1.71337e-06 3.82795e-06 6.19795e-06 7.24287e-06 1.66023e-06 -8.45637e-08 2.04814e-06 5.45001e-06 5.96768e-06 3.45317e-06 4.83778e-06 3.984e-06 -1.27293e-06 9.45183e-07 4.01133e-06 6.76991e-06 5.0688e-07 -3.05986e-06 8.87802e-07 4.69119e-06 5.72647e-06 8.14598e-06 7.99777e-06 1.02608e-06 -2.2526e-06 1.39011e-06 7.28904e-06 8.40118e-06 1.1716e-06 -5.29345e-07 3.10662e-06 5.47854e-06 8.15624e-07 -2.10227e-06 1.46511e-06 2.12896e-06 -4.74253e-06 -5.66873e-06 -2.35158e-06 1.13646e-06 3.16822e-07 4.98069e-07 4.64232e-06 -9.2039e-06 6.4568e-07 4.42161e-06 7.84245e-06 3.12137e-05 1.8374e-05 2.22553e-06 1.24153e-06 8.30186e-06 5.84727e-06 2.48334e-06 1.49504e-06 8.26112e-07 2.70455e-06 5.23357e-06 6.92715e-06 4.98875e-06 2.6076e-06 -1.29801e-07 -1.10166e-06 2.68559e-06 3.28468e-06 3.20765e-06 1.25415e-06 6.39742e-07 -2.10412e-06 2.19494e-06 8.40624e-07 2.38128e-06 2.92958e-06 2.23116e-07 -2.53388e-06 -3.81796e-06 5.366e-07 4.72564e-06 3.92041e-06 5.88961e-06 1.30341e-05 1.38859e-05 9.05472e-06 5.57096e-06 1.45297e-06 -4.99652e-06 -8.96449e-06 -2.81964e-06 6.56367e-07 4.35621e-06 6.70155e-06 8.39621e-06 1.39295e-05 3.91662e-07 -7.718e-06 6.3231e-07 -6.94527e-06 5.82905e-06 2.35032e-05 1.38527e-05 8.02629e-06 4.85296e-06 9.15853e-07 -1.64321e-06 5.77212e-07 2.62334e-07 1.59319e-06 4.88545e-06 7.16472e-06 6.68518e-06 4.22552e-06 2.77467e-06 1.87593e-06 2.92057e-06 2.45574e-06 2.57349e-06 5.12149e-06 5.57192e-06 2.00198e-06 7.61182e-06 8.72804e-06 7.7731e-06 6.35552e-06 4.18563e-06 2.3149e-06 2.60775e-06 6.8523e-06 1.79407e-05 2.10296e-05 1.96349e-05 1.58426e-05 1.40265e-05 1.18309e-05 1.0237e-05 5.74497e-06 -2.66865e-06 -8.88778e-06 -4.34795e-07 2.67408e-06 2.2032e-06 4.16187e-06 6.5334e-06 1.05926e-05 5.70427e-06 -1.3172e-06 4.79517e-06 -8.31137e-06 1.90889e-06 3.12543e-05 2.72794e-05 1.17699e-05 1.2776e-06 6.14867e-07 1.87373e-06 1.67724e-06 1.23974e-06 -1.81739e-06 1.02854e-07 3.88319e-06 6.06862e-06 4.99065e-06 1.73902e-06 4.22979e-06 4.71838e-06 3.594e-06 2.77403e-06 3.52158e-06 5.86454e-06 4.86581e-06 7.52066e-06 8.57748e-06 6.64778e-06 3.97226e-06 5.62287e-06 5.62338e-06 4.67283e-06 4.13526e-06 8.73852e-06 1.73488e-05 2.06376e-05 1.35963e-05 6.8744e-06 4.89408e-06 4.77374e-06 6.12454e-06 4.72052e-06 4.4684e-07 7.97444e-06 2.46558e-06 8.62931e-07 1.73663e-06 3.55389e-06 9.2322e-06 1.12061e-05 4.83897e-06 8.70013e-06 -1.31494e-06 -5.17916e-06 2.37371e-05 2.72803e-05 1.3331e-05 7.9201e-06 7.58408e-06 6.47896e-06 4.51987e-06 1.86875e-06 -1.11456e-06 -3.1504e-06 -7.92263e-07 1.87034e-06 2.73893e-06 6.0526e-07 2.69883e-06 5.61716e-06 6.21419e-06 5.50339e-06 5.63276e-06 5.6821e-06 2.12309e-06 2.76636e-06 3.64229e-06 2.34978e-06 -8.1778e-07 2.67574e-06 4.57343e-06 3.44669e-06 2.61099e-06 2.86026e-06 6.54093e-06 9.744e-06 7.99373e-06 4.0163e-06 1.63753e-06 1.6446e-06 2.53515e-06 4.54993e-06 2.01146e-06 2.94489e-06 -5.92409e-08 -4.01432e-06 -2.24547e-07 1.63711e-06 5.80756e-06 1.11584e-05 7.59562e-06 3.30492e-06 1.63316e-06 -3.36929e-06 4.22747e-06 7.75542e-06 8.06572e-06 1.13222e-05 1.27243e-05 1.10741e-05 8.55258e-06 5.00037e-06 2.71752e-06 1.31777e-06 1.95195e-07 5.9653e-07 8.78692e-07 4.70338e-08 1.23219e-06 5.18325e-06 8.64442e-06 1.02206e-05 1.07033e-05 9.53862e-06 5.36581e-06 -4.42193e-07 -2.7882e-06 -3.28236e-06 -1.88316e-06 1.07047e-06 2.38316e-06 2.17628e-06 2.41828e-06 2.47129e-06 3.3206e-06 3.92263e-06 3.58396e-06 2.33437e-06 1.16437e-06 4.36061e-07 4.751e-06 7.39956e-07 5.68145e-07 1.65389e-06 -9.20768e-07 -2.40329e-06 -1.93058e-06 9.0962e-07 3.25837e-06 7.43177e-06 8.88055e-06 4.61953e-06 2.54764e-06 1.63469e-06 7.89093e-07 9.23678e-07 2.89435e-06 5.69011e-06 7.19157e-06 7.1228e-06 6.23065e-06 4.35772e-06 2.24322e-06 1.03831e-06 4.64851e-07 5.52193e-07 9.28163e-07 6.59189e-07 6.54708e-07 2.18578e-06 5.19457e-06 8.25413e-06 1.04529e-05 1.07772e-05 8.41616e-06 4.62405e-06 1.69968e-06 5.77628e-07 5.89882e-07 9.03129e-07 6.41243e-07 9.03293e-07 1.62692e-06 2.13585e-06 2.4182e-06 2.3248e-06 2.12019e-06 1.89821e-06 5.33333e-07 -2.59856e-07 4.25438e-07 2.20062e-06 1.81375e-06 2.23638e-06 1.01803e-06 -2.5732e-07 5.54653e-08 1.09646e-06 2.1951e-06 3.82146e-06 4.80411e-06 4.00962e-06 3.45399e-06 3.22662e-06 1.98705e-06 1.5506e-07 6.58239e-07 2.08592e-06 2.93118e-06 2.93443e-06 2.8911e-06 3.55796e-06 2.65349e-06 8.09661e-07 8.72655e-08 1.76856e-07 5.62955e-07 1.11672e-06 1.44706e-06 1.60562e-06 2.67193e-06 4.59377e-06 6.49074e-06 7.58102e-06 7.01211e-06 5.17208e-06 3.33178e-06 2.11102e-06 1.23762e-06 8.08414e-07 -4.13995e-07 -1.3923e-06 2.2144e-07 1.47502e-06 1.4216e-06 1.2498e-06 1.47314e-06 1.71314e-06 5.67012e-07 1.15471e-07 1.1795e-06 2.52422e-06 2.68094e-06 3.5849e-06 4.0362e-06 4.23649e-06 4.26397e-06 4.17821e-06 3.79121e-06 3.13117e-06 2.51258e-06 2.06337e-06 1.68133e-06 1.55119e-06 1.0598e-06 9.78783e-08 3.3256e-07 1.25201e-06 1.12292e-06 6.80663e-07 5.72067e-07 1.57921e-06 3.28641e-06 3.74384e-06 2.67332e-06 1.65964e-06 9.84279e-07 6.6941e-07 8.56623e-07 1.88024e-06 2.37603e-06 3.10087e-06 3.97705e-06 4.65345e-06 4.70624e-06 4.3449e-06 3.95721e-06 3.20458e-06 1.94755e-06 8.37641e-07 1.99667e-07 1.13976e-08 4.31155e-07 5.0152e-07 4.69262e-07 9.9962e-07 1.61909e-06 2.14191e-06 2.13708e-06 2.0674e-06 2.3231e-06 2.76676e-06 3.22585e-06 8.82232e-06 9.74397e-06 9.28222e-06 7.82597e-06 6.56462e-06 5.98862e-06 5.44795e-06 4.70343e-06 3.86467e-06 2.64589e-06 1.26047e-06 9.13594e-07 1.37737e-06 2.62647e-06 3.58203e-06 3.47305e-06 2.78361e-06 2.11312e-06 1.49493e-06 1.06162e-06 1.07133e-06 6.92087e-07 -7.49085e-08 -3.19576e-07 -1.22648e-07 3.19609e-07 1.19783e-06 1.99152e-06 2.19627e-06 2.54789e-06 2.78122e-06 2.64467e-06 2.57321e-06 2.82829e-06 2.54605e-06 1.79115e-06 9.75546e-07 3.46364e-07 6.8969e-07 1.37912e-06 1.9426e-06 1.19652e-06 1.92571e-06 3.25956e-06 4.2923e-06 4.30915e-06 2.68074e-06 2.51447e-06 4.17824e-06 6.46171e-06 1.34032e-07 1.05534e-07 2.29042e-07 4.91831e-07 5.22024e-07 2.93491e-07 1.09934e-07 1.0112e-08 -1.32644e-07 -2.54395e-07 -1.62629e-07 2.20946e-07 5.38188e-07 4.15262e-07 2.68326e-07 1.28663e-07 -5.44689e-08 -2.92918e-07 -4.87295e-07 -4.89074e-07 -3.5901e-07 -1.63504e-07 2.61003e-08 1.59135e-07 2.54904e-07 3.24085e-07 2.86914e-07 2.10832e-07 1.14577e-07 -4.78105e-08 -1.68735e-07 -1.56255e-07 -1.06566e-07 -1.32948e-07 -1.87383e-07 -2.43206e-07 -3.05339e-07 -3.30849e-07 -2.43795e-07 -1.08157e-07 -6.67011e-08 6.2602e-08 3.76431e-07 6.33476e-07 7.02431e-07 7.09117e-07 6.24868e-07 3.53633e-07 1.95772e-07 1.82122e-07 1.73985e-07 1.37999e-07 3.57724e-07 8.01197e-07 9.36705e-07 5.81278e-07 2.05001e-07 -1.64399e-08 -2.42287e-07 -3.86497e-07 -2.52762e-07 2.2229e-07 7.0445e-07 5.4783e-07 4.22707e-07 3.08501e-07 9.04776e-08 -1.16284e-07 -3.74456e-07 -5.59238e-07 -5.0397e-07 -3.09858e-07 -6.13197e-08 1.89921e-07 4.26933e-07 6.53993e-07 6.10509e-07 3.79991e-07 1.46676e-07 -8.21962e-08 -2.57559e-07 -2.92664e-07 -2.3794e-07 -2.34714e-07 -2.76391e-07 -3.55769e-07 -4.62857e-07 -4.91287e-07 -3.33684e-07 -1.50427e-07 -1.22705e-07 5.23993e-08 5.55355e-07 1.03134e-06 1.22535e-06 1.36175e-06 1.15303e-06 7.03837e-07 5.09162e-07 3.67872e-07 3.64366e-07 1.27163e-07 3.46144e-07 8.22615e-07 1.24652e-06 1.01525e-06 4.61999e-07 2.52724e-08 -4.0431e-07 -6.92952e-07 -4.62631e-07 5.08842e-08 5.26093e-07 4.16753e-07 5.07986e-07 5.85836e-07 3.09386e-07 6.71459e-08 5.94244e-08 -1.34463e-07 -4.29005e-07 -4.03285e-07 -2.54099e-07 1.71924e-09 3.80875e-07 9.62619e-07 1.15511e-06 9.35973e-07 3.37353e-07 -8.45866e-08 -2.60151e-07 -3.73872e-07 -4.38468e-07 -4.28072e-07 -4.35354e-07 -5.32251e-07 -7.23535e-07 -7.67555e-07 -4.68209e-07 -1.87292e-07 -2.21199e-07 -1.2518e-07 3.26328e-07 1.01464e-06 1.53513e-06 2.04638e-06 1.94714e-06 1.2927e-06 1.00753e-06 9.18453e-07 1.36663e-06 3.60647e-07 1.92165e-07 1.71084e-07 5.66736e-07 9.9942e-07 8.12431e-07 3.25151e-07 -2.74031e-07 -8.42589e-07 -7.00939e-07 -2.03677e-07 1.7411e-08 7.0599e-08 4.24982e-07 8.52588e-07 8.98704e-07 4.24648e-07 -3.60439e-08 3.14949e-07 1.64911e-07 -2.06654e-07 -2.70685e-07 -2.25648e-07 -5.35136e-08 9.04595e-07 1.73657e-06 2.04139e-06 1.54437e-06 4.7972e-07 -1.64074e-08 -2.48588e-07 -5.48386e-07 -6.34329e-07 -5.07288e-07 -5.72984e-07 -9.89315e-07 -1.17093e-06 -6.14558e-07 -9.45332e-08 -2.30639e-07 -3.33665e-07 -1.93727e-07 2.86047e-07 9.29814e-07 1.47313e-06 2.00063e-06 1.75713e-06 1.6589e-06 1.98598e-06 3.80547e-06 1.99478e-06 1.12529e-06 -5.12281e-07 -1.34866e-06 -2.83565e-07 4.82437e-07 6.83489e-07 3.0187e-07 -1.32365e-07 -9.88823e-08 1.52594e-07 -1.4762e-07 2.62828e-07 4.89217e-07 1.05053e-06 1.5084e-06 1.42648e-06 2.49107e-07 -2.94216e-07 4.99281e-07 4.37082e-07 5.11149e-08 -4.20088e-07 -3.00685e-07 1.16477e-07 1.60719e-06 3.01883e-06 3.43092e-06 2.93448e-06 1.35252e-06 3.83117e-08 -2.6368e-07 -3.11417e-07 -5.2014e-08 -3.95541e-08 -8.33524e-07 -1.95924e-06 -7.2984e-07 8.96597e-07 4.88372e-07 -1.10574e-06 -2.58064e-06 -2.00275e-06 1.04513e-07 8.16886e-07 7.5176e-07 1.25884e-06 2.14332e-06 3.73655e-06 7.42075e-06 4.97524e-06 3.36658e-06 2.24584e-06 -1.26709e-06 -3.86047e-06 -1.52025e-06 1.27699e-07 7.98741e-07 9.68478e-07 1.76563e-06 2.34681e-06 5.7645e-07 7.07099e-07 9.60181e-07 1.27926e-06 2.03877e-06 2.76042e-06 1.15957e-06 -5.05329e-07 -1.46171e-07 7.23115e-07 7.2182e-07 -7.92574e-09 -8.86249e-07 -2.94738e-06 4.13481e-07 2.93342e-06 5.00571e-06 5.5041e-06 3.98713e-06 1.47957e-07 3.52064e-07 1.12971e-06 2.23472e-06 1.52683e-06 -2.23955e-07 -1.74454e-06 5.7077e-07 7.72579e-06 2.68879e-06 -3.32061e-06 -4.59744e-06 -3.46372e-06 -2.43772e-06 1.1116e-06 -6.77834e-07 1.69621e-07 1.81682e-06 5.69226e-06 1.12346e-05 9.05771e-06 4.57001e-06 3.71963e-06 2.82227e-06 -9.65249e-07 -4.18909e-06 -2.24795e-06 4.66407e-07 1.46826e-06 2.9916e-06 4.15417e-06 2.86158e-06 5.10452e-07 1.19053e-06 1.36029e-06 2.80012e-06 2.95943e-06 3.00035e-06 3.97613e-07 -4.5073e-07 4.71212e-07 1.12251e-06 -1.20453e-07 -1.02575e-06 -4.24164e-06 -3.90807e-06 1.43651e-06 5.54053e-06 7.55302e-06 5.87782e-06 5.76114e-07 1.19009e-06 2.66112e-06 4.04338e-06 4.13711e-06 -2.93019e-08 -2.86376e-07 3.45203e-06 8.88501e-06 2.46779e-06 -5.16376e-06 -5.81293e-06 -1.75155e-06 -3.19979e-06 3.55795e-07 -6.22109e-06 -1.33224e-05 9.24197e-07 5.49349e-06 1.6269e-05 1.16841e-05 3.69211e-06 2.22786e-06 3.43549e-06 2.36274e-06 -2.08524e-07 -2.89148e-06 -7.94217e-07 9.92984e-07 3.23701e-06 5.25905e-06 4.62687e-06 -2.72536e-06 8.98387e-07 1.69739e-06 2.55451e-06 2.50927e-06 2.24936e-06 5.25199e-06 9.88898e-07 -1.33803e-07 1.025e-06 1.01774e-06 -1.27762e-06 -1.17528e-06 -4.43506e-06 2.0679e-07 4.04635e-06 8.57797e-06 7.26367e-06 1.93637e-06 2.81701e-06 4.1994e-06 2.85058e-06 3.4352e-06 1.08872e-06 1.21612e-06 2.85689e-06 6.92848e-06 3.94723e-06 -6.20615e-06 -7.47277e-06 -2.01409e-06 -1.2023e-06 -7.20109e-06 -3.8317e-06 -5.15751e-06 2.52243e-06 2.37232e-05 2.62412e-05 5.58146e-06 -4.55552e-06 -3.45634e-06 8.5229e-07 2.53191e-06 3.35198e-06 1.40098e-06 -8.76698e-07 3.48062e-07 2.79128e-06 6.53181e-06 1.18983e-05 -2.62215e-06 -1.69152e-05 2.39465e-06 1.25334e-06 2.00088e-07 -1.68035e-06 5.87333e-06 6.66091e-06 3.64064e-07 -6.30072e-08 1.79351e-06 1.19903e-06 3.01374e-06 3.65313e-07 -4.28698e-08 3.51217e-06 5.5088e-06 6.78202e-06 3.74625e-06 5.47164e-06 5.81672e-06 1.73602e-06 3.99825e-08 8.07765e-07 1.89501e-06 2.50831e-06 5.22318e-06 5.70413e-06 -5.9032e-06 -2e-05 -7.31612e-06 4.72298e-06 -5.78453e-06 -7.18872e-07 -4.48995e-07 1.53876e-06 1.09681e-05 5.17109e-06 -8.60774e-06 -1.09578e-05 -1.06155e-05 -2.73772e-06 5.59599e-07 5.00384e-06 5.68154e-06 1.83842e-06 1.08908e-06 2.379e-06 7.06052e-06 1.31529e-05 3.59393e-06 -2e-05 1.14758e-07 5.39946e-07 -5.86985e-07 -5.79889e-06 4.69964e-06 7.20487e-06 3.29838e-06 -5.7487e-07 8.84835e-07 2.8636e-06 4.50776e-06 2.01287e-05 1.28424e-06 1.34065e-05 4.82039e-06 3.54102e-06 5.4825e-06 9.05396e-06 8.02479e-06 3.86484e-06 -1.71345e-06 -1.25813e-06 6.53712e-07 1.93747e-06 3.07104e-06 3.59667e-06 -9.5521e-06 -2e-05 -2e-05 -2.14131e-06 6.17885e-07 4.42599e-06 4.00938e-06 9.80452e-07 2.88753e-06 -1.16983e-06 -4.55769e-06 -5.17315e-06 -9.21556e-06 -1.15529e-05 -1.65045e-06 4.31724e-06 8.11588e-06 4.7016e-06 3.73342e-06 4.51017e-06 6.90346e-06 1.11615e-05 1.54865e-05 -7.99181e-06 -9.56447e-06 -1.58292e-06 3.72744e-06 -5.0595e-06 2.63404e-06 2.50792e-06 9.70763e-08 -2.31782e-06 -2.3075e-06 2.99893e-06 9.26894e-06 3.06362e-05 6.77424e-06 8.54216e-06 6.12175e-06 3.53866e-07 7.39632e-06 8.56956e-06 1.81155e-06 2.13788e-06 -2.04928e-07 -3.53644e-06 -6.41217e-07 1.7227e-07 1.1413e-06 -1.43686e-06 -1.63623e-05 -2e-05 -2e-05 -2e-05 -1.24682e-06 6.78533e-06 4.85706e-06 -1.83622e-06 -4.05122e-06 -1.32746e-05 -1.55645e-06 -6.38779e-06 -7.21336e-06 -1.1385e-05 -5.99163e-06 1.33854e-06 5.74908e-06 5.09672e-06 6.28287e-06 1.05988e-05 7.46848e-06 4.99815e-06 9.85123e-06 1.19465e-05 -6.53593e-06 -1.04844e-06 5.18841e-07 2.94658e-06 2.34538e-06 -2.78465e-06 -9.74782e-06 -1.11233e-05 -1.13918e-05 9.48128e-07 1.0216e-05 2.44349e-05 7.51847e-06 5.55639e-06 3.761e-06 -1.8783e-06 7.39936e-06 5.01106e-06 5.01175e-06 4.50964e-06 3.26278e-06 1.42715e-07 -1.01136e-06 -1.75415e-06 1.27339e-06 1.63985e-07 -1.09088e-05 -2e-05 -2e-05 -1.63183e-05 -1.37754e-06 1.39364e-05 1.2443e-05 2.03231e-06 -8.5761e-06 -6.31007e-06 -3.65828e-06 -3.92413e-06 -8.83862e-06 -5.42486e-06 -1.09284e-06 -1.75528e-06 2.47154e-07 2.60528e-06 6.99725e-06 1.50472e-05 8.24807e-06 -8.98404e-07 3.91401e-06 8.60596e-06 -4.5658e-06 -9.50951e-08 -4.29218e-08 1.01602e-05 7.50327e-06 1.70976e-06 -3.88292e-06 -1.34167e-05 -1.47171e-05 5.46497e-07 1.07104e-05 1.35873e-05 3.05711e-06 1.38399e-05 7.12237e-06 4.19992e-07 3.9428e-06 2.17125e-06 4.96238e-06 5.6273e-06 6.08598e-06 4.03708e-06 8.6188e-07 -5.47742e-06 2.3331e-06 4.86297e-06 -5.05312e-07 -1.04206e-05 -7.68191e-06 -5.01348e-06 1.05339e-05 2.3534e-05 1.87472e-05 1.21788e-05 5.00635e-06 -2.53191e-06 -5.74976e-06 -1.10665e-06 -9.47858e-07 -1.69698e-06 2.59539e-06 3.51373e-06 -4.87533e-06 9.52254e-08 6.14384e-06 1.4654e-05 5.49795e-06 -1.81054e-06 2.91222e-06 2.41015e-06 -1.27296e-05 -3.4004e-06 -3.35205e-06 6.80316e-06 6.64861e-06 1.52417e-06 2.26725e-07 -4.62112e-06 -5.97895e-06 4.9034e-06 1.84928e-05 1.29907e-05 7.45406e-07 8.98384e-06 1.61437e-05 6.15571e-06 9.66112e-06 2.26912e-07 1.05877e-06 4.20316e-06 7.69529e-06 7.49689e-06 4.19611e-06 -2.49824e-06 -1.73703e-06 3.58627e-06 4.57782e-06 8.95119e-06 1.72084e-05 1.27698e-05 2.07886e-05 2.32574e-05 1.27949e-05 1.03377e-05 8.63561e-06 5.046e-06 -2.23861e-06 1.78701e-06 1.03664e-05 8.04042e-06 3.71842e-06 9.70689e-07 2.8996e-06 5.53723e-07 9.17634e-06 1.98648e-05 8.70573e-06 6.20606e-07 2.87618e-06 1.4773e-06 -3.1803e-06 -4.68303e-06 -1.3737e-05 -5.6857e-06 3.23705e-06 1.78105e-06 1.4413e-06 1.47947e-06 5.48142e-06 8.82797e-06 1.26882e-05 1.33329e-05 4.35386e-06 6.00847e-06 1.04349e-05 7.2819e-06 1.36409e-05 5.3598e-06 -2.53581e-06 1.57309e-06 7.15671e-06 1.15665e-05 7.61492e-06 -8.7487e-08 -8.14818e-06 -2.62255e-06 4.497e-06 1.46613e-05 2.6363e-05 1.96024e-05 7.93088e-06 3.97125e-06 3.37741e-06 4.50076e-06 7.97774e-06 4.97451e-06 9.07503e-07 2.30008e-06 1.05073e-05 1.1388e-05 4.21627e-06 6.47891e-07 1.42731e-06 8.43041e-07 1.71658e-05 3.19616e-05 1.73044e-05 4.54803e-06 3.34556e-06 5.16449e-06 2.01922e-06 -3.02612e-06 -1.70884e-05 -1.51324e-05 2.45931e-06 5.79512e-06 3.61412e-06 3.50806e-06 1.02648e-05 1.28445e-05 2.6929e-06 7.80558e-06 6.62258e-06 1.01941e-05 9.67593e-06 3.51195e-06 8.01993e-06 5.68449e-06 3.8139e-06 1.1104e-05 4.77159e-06 9.6893e-06 7.54496e-06 1.32196e-06 -8.58979e-06 -5.00346e-06 1.98763e-06 7.03031e-06 1.50827e-05 1.21704e-05 4.14266e-06 9.68546e-07 2.45763e-06 2.67012e-06 5.66819e-06 3.07595e-06 1.46989e-06 2.26833e-06 1.09027e-05 1.43602e-05 7.02975e-06 2.67973e-06 2.10416e-06 2.56889e-06 1.90923e-05 3.15901e-05 2.79121e-05 7.61289e-06 2.31579e-06 1.11984e-06 1.61227e-06 2.89395e-06 4.09883e-06 1.30625e-06 5.08529e-06 8.00275e-06 5.14331e-06 5.65662e-06 7.4681e-06 2.18629e-05 5.71206e-06 6.66608e-06 1.24747e-05 1.82623e-05 -7.46413e-06 9.65288e-06 1.55198e-06 3.45474e-06 1.87705e-05 2.5362e-05 4.39103e-06 1.27471e-06 9.72793e-07 2.66381e-07 -5.48855e-07 4.25475e-06 9.44007e-06 4.80357e-06 2.95726e-06 5.26647e-06 2.3929e-06 3.15026e-06 4.57756e-06 4.92618e-06 1.66621e-06 1.3788e-06 4.93966e-06 7.58542e-06 1.30921e-05 1.46263e-05 6.5483e-06 -3.33111e-07 1.19957e-06 3.82163e-06 1.54034e-05 2.3472e-05 2.17957e-05 1.06017e-05 1.98192e-06 1.72087e-06 2.03248e-06 1.93016e-06 2.54093e-06 5.49718e-06 8.28428e-06 9.8784e-06 7.72773e-06 7.97107e-06 1.00895e-05 1.29043e-05 6.33947e-06 6.30408e-06 1.59925e-05 1.615e-05 -1.34193e-06 4.56381e-06 1.79469e-06 3.38737e-06 1.32855e-05 1.92971e-05 6.5782e-06 1.19958e-06 9.20159e-07 -3.34145e-06 -1.07085e-05 1.56961e-06 1.02477e-05 1.02615e-05 2.98336e-06 1.29683e-06 2.56274e-06 7.30135e-06 1.02877e-05 9.12562e-06 2.55625e-06 9.48482e-07 8.64083e-06 1.39995e-05 1.51574e-05 1.45266e-05 6.51813e-06 -6.26165e-06 -3.55414e-06 3.44883e-06 1.07273e-05 1.28865e-05 1.16708e-05 6.17397e-06 -6.90779e-07 -8.87553e-07 2.23606e-07 8.56418e-07 1.09573e-06 3.04346e-06 7.80596e-06 1.43189e-05 1.62571e-05 1.30591e-05 7.18216e-06 6.34181e-06 1.10334e-05 2.1265e-06 1.04157e-05 6.79406e-06 2.72807e-06 2.00883e-06 -3.57046e-06 -2.25499e-06 3.12525e-06 1.1433e-05 1.10053e-05 3.38501e-06 2.67197e-06 1.25455e-07 -4.41723e-06 -5.6387e-06 3.88871e-06 1.12586e-05 9.74438e-06 2.25045e-06 -2.64155e-06 3.99294e-06 7.60577e-06 6.63014e-06 2.35937e-06 -8.54782e-06 2.39719e-06 1.28624e-05 1.70756e-05 1.4162e-05 7.93285e-06 -3.95889e-06 -3.52176e-06 3.36613e-06 8.47283e-06 7.11414e-06 5.74608e-06 4.99418e-06 1.41968e-06 1.19417e-07 -4.54403e-08 -1.64965e-06 -9.88472e-07 4.81428e-06 1.01875e-05 1.65661e-05 1.92767e-05 1.32175e-05 4.22485e-06 2.52384e-06 1.88173e-06 -3.53061e-06 4.35785e-06 6.62924e-06 2.49093e-06 4.3041e-06 2.95581e-06 1.63138e-06 6.34753e-06 8.41862e-06 1.4489e-05 8.35028e-06 1.89273e-06 3.21458e-06 3.95589e-06 -3.73809e-07 -5.41632e-06 4.32322e-06 1.03432e-05 8.39665e-06 -2.02202e-06 6.23958e-07 5.63372e-06 4.34605e-06 -1.67278e-06 -7.15968e-06 -1.10248e-05 3.63472e-06 1.06984e-05 1.21763e-05 8.87366e-06 2.64371e-06 2.19605e-06 7.54279e-06 1.04211e-05 9.84547e-06 1.03386e-05 1.18146e-05 7.17959e-06 1.42155e-06 3.40643e-07 2.66098e-07 1.77462e-06 5.19909e-06 9.78967e-06 1.37015e-05 1.4397e-05 1.11505e-05 7.62692e-06 3.72402e-06 -1.48547e-06 -6.28985e-07 2.77074e-06 7.45325e-06 5.20109e-06 7.07262e-06 6.18828e-06 2.98889e-06 2.61727e-06 3.67258e-06 4.79181e-06 4.31495e-06 1.00963e-06 -1.94834e-06 9.91767e-07 8.80919e-07 -1.55731e-06 4.1827e-07 5.43005e-06 1.02054e-05 6.48258e-06 1.51885e-07 2.2354e-07 2.10481e-06 9.94896e-08 -2.86989e-06 -6.2079e-06 -8.3432e-06 1.64623e-06 4.12211e-06 8.53179e-06 1.34057e-05 6.08232e-06 1.06451e-05 1.51889e-05 2.38386e-05 2.68687e-05 1.60317e-05 7.32193e-06 6.25363e-06 5.40426e-06 3.07232e-06 2.8173e-06 3.83863e-06 6.8693e-06 1.02187e-05 1.10424e-05 9.58145e-06 1.13773e-05 8.22958e-06 2.00471e-06 2.78489e-06 4.75437e-06 4.95503e-06 4.65365e-06 6.10599e-06 4.66707e-06 4.21852e-06 3.75417e-06 2.1691e-06 9.23668e-07 3.29214e-06 2.82133e-06 -9.54007e-07 -1.92462e-06 9.22699e-08 8.05374e-08 2.00443e-06 4.03066e-06 7.84404e-06 1.14469e-05 5.92e-06 -2.0706e-06 -5.61427e-06 -4.42146e-06 -1.17338e-06 -2.09831e-06 -4.80344e-06 -6.87816e-07 4.20866e-06 1.42234e-05 1.44537e-05 1.38236e-06 3.95077e-06 9.57582e-06 2.01569e-05 1.64338e-05 5.72537e-06 5.30568e-06 5.27849e-07 -3.92757e-06 2.01318e-06 2.89273e-06 -5.2976e-07 2.17621e-07 3.24719e-06 5.26714e-06 6.0602e-06 4.8513e-06 7.60052e-06 7.06523e-06 5.95774e-06 6.68529e-06 7.83453e-06 6.89227e-06 2.82269e-06 2.7613e-06 8.39706e-06 1.12452e-05 9.48855e-06 4.31862e-06 1.60907e-06 3.85054e-06 2.5183e-06 1.14386e-06 8.02513e-06 1.16554e-05 1.35363e-05 9.69913e-06 6.68464e-06 7.65792e-06 6.3547e-06 1.86308e-06 -1.80769e-06 -2.97429e-06 7.80975e-07 4.90612e-07 -7.23143e-07 1.33615e-06 5.19665e-06 6.09349e-06 -5.899e-06 -9.26117e-06 -2.14639e-07 6.2538e-07 7.16271e-06 1.39191e-05 9.28797e-06 1.85435e-06 -6.24102e-06 -5.24068e-07 7.47338e-06 6.24246e-06 6.16746e-07 -3.17297e-06 -3.92962e-06 -1.38271e-07 3.59217e-06 3.65677e-06 8.59767e-06 1.24887e-05 1.00661e-05 7.02397e-06 6.31596e-06 7.97947e-06 5.25026e-06 -3.4184e-07 5.49116e-06 7.42689e-06 5.00043e-06 1.37269e-06 1.68686e-07 1.94261e-06 3.30531e-06 1.7662e-06 2.39147e-06 6.69989e-06 8.51894e-06 5.00757e-06 1.80528e-06 1.63693e-06 1.75486e-06 3.0598e-06 2.29326e-06 1.16442e-06 2.13451e-06 -1.09757e-06 -2.95675e-07 1.6394e-06 5.20431e-07 1.40195e-06 -9.90517e-07 4.60254e-07 4.61864e-06 5.68988e-07 1.79751e-06 1.49955e-05 1.05221e-05 5.25797e-06 4.84455e-06 7.15892e-06 8.73443e-06 7.24978e-06 2.83932e-06 -9.98122e-07 -4.51205e-06 -3.95271e-06 -1.35724e-06 -4.63062e-07 3.79191e-06 1.08245e-05 1.09303e-05 6.89379e-06 3.94356e-06 4.51607e-06 3.11811e-06 -7.38697e-06 -2.49984e-06 -1.84598e-07 -4.83449e-07 1.33055e-07 2.82539e-06 4.62321e-06 4.92935e-06 5.10566e-06 3.89617e-06 3.37319e-06 4.20022e-06 4.59865e-06 5.16486e-06 3.20838e-06 1.98399e-06 2.7899e-06 1.42053e-06 3.50616e-07 -6.24867e-07 -5.07566e-06 -3.81614e-06 -6.42285e-07 4.2968e-07 2.8417e-06 6.91344e-06 1.01068e-05 7.13054e-06 2.95136e-06 1.66433e-06 4.47741e-06 5.64228e-06 5.28423e-06 5.63259e-06 6.17337e-06 6.64135e-06 5.55383e-06 1.30712e-06 -9.10403e-07 -1.57783e-06 -1.55311e-06 -2.17981e-06 -4.76471e-06 -1.96217e-06 5.29021e-06 1.17105e-05 1.15984e-05 8.4278e-06 6.0086e-06 3.45101e-06 9.90104e-07 -3.2832e-06 -3.25266e-06 -2.23862e-06 8.9166e-07 3.43578e-06 4.32804e-06 2.90943e-06 1.93413e-06 1.65518e-06 2.28837e-06 2.11288e-06 3.44615e-06 4.11919e-06 1.86525e-06 -4.63721e-07 1.60729e-06 2.46382e-06 2.09902e-06 -6.29815e-07 -3.57365e-06 -4.26546e-06 -2.41779e-06 -4.09102e-07 1.70795e-06 4.91776e-06 6.86988e-06 7.49603e-06 7.91024e-06 6.15384e-06 1.08239e-06 4.82076e-07 3.13327e-06 2.39982e-06 3.56287e-07 3.70368e-07 1.86344e-06 1.1194e-06 -2.63457e-07 -2.61294e-07 2.35068e-08 -8.72802e-07 -1.95726e-06 -4.00726e-06 2.59896e-06 5.92744e-06 1.03025e-05 1.18134e-05 1.1415e-05 9.79929e-06 6.54884e-06 2.06258e-06 -1.09752e-06 -1.1836e-06 4.92414e-07 1.47093e-06 1.53006e-06 5.69024e-07 -1.30859e-07 2.84944e-07 5.35443e-07 4.05739e-07 1.05272e-06 1.49338e-06 8.05196e-07 -1.74997e-08 6.7974e-07 1.35875e-06 1.17848e-06 1.11381e-06 -9.75568e-07 -2.04063e-06 -5.36098e-07 1.6821e-07 8.074e-07 2.51197e-06 3.82304e-06 4.79571e-06 5.87324e-06 5.74407e-06 2.6602e-06 -2.72278e-07 7.74424e-07 7.57063e-07 -1.03017e-06 -1.36494e-06 -2.381e-07 1.71163e-06 8.34149e-07 6.77404e-07 1.34723e-06 4.8843e-07 -3.15427e-07 -1.14185e-06 -4.41813e-07 2.28626e-06 5.08028e-06 7.75595e-06 9.55039e-06 9.90429e-06 8.08445e-06 4.55207e-06 1.48592e-06 1.88181e-07 -1.13537e-07 4.00546e-08 -2.24744e-07 -8.87026e-07 -7.14501e-07 6.73146e-07 4.69598e-07 4.12397e-08 2.68395e-07 8.1807e-07 9.80751e-07 6.95242e-07 1.54765e-06 2.59216e-06 2.59395e-06 7.55842e-07 5.05416e-07 3.77933e-07 1.38226e-06 2.51471e-06 1.87056e-06 1.86216e-06 2.2966e-06 2.53426e-06 3.03843e-06 2.86238e-06 1.47579e-06 1.66049e-07 1.84525e-06 2.20333e-06 9.50973e-07 3.91242e-07 5.8177e-07 1.09819e-06 1.52277e-06 1.98717e-06 1.0946e-06 -1.56125e-07 -7.04132e-07 -1.10745e-06 -2.01311e-06 7.13709e-07 2.19912e-06 3.73877e-06 5.49335e-06 6.53896e-06 6.1469e-06 4.58345e-06 2.84038e-06 1.5116e-06 4.26052e-07 -4.63237e-07 -1.10298e-06 -1.50967e-06 -1.47039e-06 -3.03285e-07 1.20056e-06 1.0328e-06 1.15235e-06 1.26086e-06 1.14593e-06 1.14417e-06 1.46385e-06 1.87374e-06 1.3436e-06 1.89104e-06 3.57339e-06 5.04248e-06 4.47974e-06 3.00195e-06 2.71111e-06 3.28062e-06 4.01621e-06 4.17995e-06 2.87732e-06 6.90697e-07 4.78206e-07 1.4399e-06 1.89694e-06 1.16862e-06 1.12143e-06 1.36509e-06 1.47255e-06 1.49856e-06 1.31341e-06 3.7655e-07 -1.168e-06 -1.78891e-06 -1.74396e-06 -1.19802e-06 -3.92306e-07 8.26137e-07 1.4494e-06 1.92823e-06 3.03085e-06 3.88216e-06 3.82852e-06 3.11575e-06 2.53221e-06 1.96406e-06 1.09803e-06 1.80553e-07 -7.37819e-07 -7.1878e-07 1.9182e-07 7.64316e-07 2.59789e-06 3.12138e-06 2.2267e-06 2.36204e-06 2.27944e-06 1.74798e-06 2.05558e-06 1.64574e-06 1.34033e-06 -5.40282e-08 3.90042e-08 2.54775e-07 5.68487e-07 6.72001e-07 4.92811e-07 2.57459e-07 3.97255e-08 -1.06159e-07 -2.91234e-08 2.72082e-07 4.9669e-07 4.61448e-07 1.76265e-07 -5.59875e-08 -1.52848e-07 -1.63258e-07 -2.29573e-07 -3.50912e-07 -3.51943e-07 -1.55663e-07 1.20097e-07 3.24755e-07 4.4403e-07 5.30923e-07 5.86621e-07 6.14225e-07 5.29248e-07 2.89963e-07 7.44426e-08 5.44036e-08 1.78184e-07 1.96529e-07 6.33211e-08 -8.00226e-08 -1.58752e-07 -2.04927e-07 -1.84517e-07 -4.16629e-08 2.04868e-07 3.87218e-07 6.02249e-07 8.7847e-07 9.75699e-07 6.70291e-07 2.50704e-07 -8.12218e-09 -9.02014e-08 -1.51107e-07 -1.75383e-07 -6.07345e-08 6.80006e-08 3.92063e-07 9.08732e-07 1.09763e-06 7.98336e-07 3.63173e-07 1.11602e-08 -2.01884e-07 -9.5603e-08 3.13473e-07 6.64844e-07 7.07074e-07 3.40496e-07 -5.37667e-08 -2.35582e-07 -2.52091e-07 -3.31912e-07 -4.76564e-07 -4.8708e-07 -2.60232e-07 9.40446e-08 3.77824e-07 5.68526e-07 6.98145e-07 7.91605e-07 9.12737e-07 8.58998e-07 4.74996e-07 1.20261e-07 9.40833e-08 2.83245e-07 2.7593e-07 9.06913e-08 -6.78237e-08 -1.81671e-07 -2.76249e-07 -2.52527e-07 -3.29231e-08 2.79151e-07 4.50274e-07 6.90204e-07 1.16498e-06 1.52992e-06 1.22447e-06 6.09364e-07 1.39383e-07 -7.90009e-08 -1.82529e-07 -2.15152e-07 -4.77648e-08 1.03731e-07 4.575e-07 1.23622e-06 1.70025e-06 1.38921e-06 6.44855e-07 -4.7868e-09 -3.6178e-07 -2.36418e-07 2.1358e-07 6.46948e-07 9.04281e-07 6.57302e-07 6.69511e-08 -3.05917e-07 -3.64134e-07 -4.73961e-07 -6.71715e-07 -6.74498e-07 -4.27623e-07 -3.37525e-08 3.06378e-07 5.36683e-07 6.55112e-07 7.54025e-07 1.04894e-06 1.2585e-06 7.98106e-07 1.93739e-07 1.33714e-07 4.80779e-07 4.74265e-07 1.51506e-07 -3.70158e-08 -1.7587e-07 -3.52539e-07 -3.87989e-07 -5.69186e-08 4.13573e-07 4.91215e-07 5.54386e-07 9.40126e-07 1.53763e-06 1.69069e-06 1.21837e-06 5.32192e-07 5.97065e-08 -1.67179e-07 -2.76175e-07 -8.89608e-08 1.42346e-07 2.48041e-07 1.17361e-06 2.2286e-06 2.26135e-06 1.23631e-06 1.37758e-07 -4.58207e-07 -3.66139e-07 7.74958e-08 3.96141e-07 7.26331e-07 8.05048e-07 3.18949e-07 -1.73315e-07 -3.06315e-07 -4.57652e-07 -6.82203e-07 -6.21023e-07 -4.63949e-07 -1.80699e-07 9.18115e-08 3.00316e-07 3.60513e-07 3.2015e-07 5.40278e-07 1.07107e-06 9.76621e-07 2.76672e-07 1.65499e-07 7.79632e-07 9.51271e-07 4.11201e-07 3.71574e-08 -1.54143e-07 -3.49311e-07 -4.62615e-07 -1.03057e-07 5.6448e-07 5.20901e-07 2.41554e-07 3.36932e-07 7.66049e-07 1.20795e-06 1.25211e-06 7.06569e-07 2.41289e-07 3.96702e-09 -2.49632e-07 -9.33657e-08 3.05075e-07 -9.44443e-08 3.99809e-07 2.09826e-06 3.16596e-06 2.20525e-06 5.43956e-07 -3.69586e-07 -3.54373e-07 2.10188e-07 3.09522e-07 4.42078e-07 6.18842e-07 4.74781e-07 1.7312e-07 1.12101e-07 -4.48236e-08 -4.18151e-07 5.66883e-08 5.71595e-07 5.81565e-07 3.33812e-07 1.47604e-07 1.04817e-07 -1.74086e-07 1.72952e-07 5.09079e-07 8.40297e-07 3.1984e-07 2.56076e-07 1.30329e-06 1.93783e-06 1.35997e-06 6.42985e-07 5.58933e-08 -5.70173e-07 -6.45279e-07 -1.50213e-07 8.49084e-07 7.34498e-07 1.09063e-07 -1.17815e-07 -1.37496e-08 5.04534e-07 8.77629e-07 2.23968e-07 -3.17061e-07 2.51917e-08 2.00488e-07 8.11462e-07 5.96886e-07 8.81038e-08 -1.55228e-06 7.40585e-07 3.14604e-06 3.22178e-06 1.21741e-06 -2.73451e-08 4.70377e-10 9.20024e-07 9.81421e-07 6.70478e-07 5.20601e-07 4.33053e-07 5.05614e-07 8.5253e-07 9.18263e-07 4.91491e-07 1.10991e-06 1.79196e-06 2.42934e-06 3.15305e-06 2.40573e-06 1.32166e-06 -1.99502e-06 -2.09658e-06 2.20638e-07 6.47463e-07 2.46662e-07 5.78193e-08 2.09702e-06 3.6661e-06 3.3151e-06 3.15311e-06 3.34424e-06 -1.14928e-07 -3.41563e-06 -6.20456e-07 1.64662e-06 4.12714e-06 2.03388e-07 -6.26088e-07 -1.23549e-06 -3.78539e-07 1.02783e-06 -8.94258e-08 -2.47703e-06 -7.84272e-07 7.87629e-07 2.17108e-06 1.51661e-06 1.07099e-06 -3.60319e-07 -1.45686e-06 1.45724e-06 3.70757e-06 2.24938e-06 4.93525e-07 7.60318e-07 1.89732e-06 2.43397e-06 2.22168e-06 1.36619e-06 5.38734e-07 6.89294e-07 1.65124e-06 2.08164e-06 1.98132e-06 2.69308e-06 2.89199e-06 2.41402e-06 3.47968e-06 3.55786e-06 3.37709e-06 7.0581e-07 -4.39762e-06 -8.64054e-07 4.41532e-07 6.432e-07 -3.66716e-06 2.33909e-06 6.28459e-06 6.76527e-06 7.33714e-06 6.1824e-06 1.75441e-06 -2.34671e-06 -3.55765e-06 1.77266e-05 1.32578e-05 -5.45733e-07 -1.93142e-06 -1.82284e-06 -1.56176e-06 2.04147e-06 3.04466e-06 -7.94165e-06 -1.00897e-05 7.95148e-07 6.60859e-06 3.10749e-06 1.193e-06 6.03674e-08 8.07076e-08 -4.55985e-08 2.62264e-06 3.5666e-06 1.09688e-06 1.26743e-06 3.21978e-06 4.28598e-06 4.9248e-06 4.12086e-06 1.19771e-06 9.9027e-07 2.35435e-06 3.20964e-06 3.56821e-06 4.1328e-06 4.4742e-06 2.56729e-06 2.62858e-06 3.99768e-06 3.30737e-06 2.2861e-06 -1.70435e-06 -5.17871e-06 5.50906e-07 1.24682e-06 -3.908e-06 -1.66739e-06 8.55483e-06 8.19011e-06 5.36423e-06 3.17257e-06 1.77607e-06 8.07697e-08 -2.04996e-06 5.77775e-06 8.63772e-06 -1.16264e-06 -4.69418e-06 -1.69899e-06 -3.27853e-06 1.75884e-06 5.88605e-06 -1.58701e-06 -3.11717e-06 1.03589e-05 3.71397e-06 -5.17304e-07 -1.31737e-06 -4.99303e-06 -2.86733e-07 3.41431e-07 7.85222e-07 3.3634e-06 2.2107e-06 4.60302e-07 4.22464e-06 7.73303e-06 9.67866e-06 1.25824e-05 2.99349e-06 1.72407e-06 3.08706e-06 4.18158e-06 4.24089e-06 5.70912e-06 2.64235e-06 1.92917e-06 1.36462e-06 3.21703e-06 3.81523e-06 2.43953e-06 -1.95819e-06 -1.88596e-07 4.30013e-06 1.55113e-06 -2.28642e-06 -4.09728e-06 6.95436e-06 7.25899e-06 4.11104e-06 8.67644e-07 1.11514e-06 1.67505e-06 -7.03957e-07 1.26537e-06 2.45203e-06 -1.11377e-07 -3.55395e-06 -4.07047e-07 -4.38268e-06 -4.44787e-07 4.40937e-06 2.5476e-06 4.91946e-08 2.80486e-06 -1.392e-06 -3.7519e-06 -4.72702e-06 -6.2829e-06 -1.71919e-05 -2.6746e-07 7.78749e-07 1.62578e-06 2.8917e-06 4.08661e-07 3.0387e-06 1.20954e-05 1.55098e-05 1.90975e-05 9.92033e-06 3.79347e-06 4.32252e-06 4.68829e-06 4.46544e-06 7.35119e-06 5.86936e-07 -1.87244e-06 -1.38001e-06 8.40146e-07 1.35957e-06 8.83789e-07 3.28276e-08 1.06479e-06 5.21805e-06 2.84272e-06 -6.28406e-06 -4.34381e-06 6.98761e-06 8.2389e-06 4.36845e-06 9.83339e-07 4.00292e-07 2.05857e-06 7.23205e-07 1.58568e-06 1.64317e-06 -5.65268e-07 -1.43454e-06 1.81983e-06 -3.68428e-06 4.83077e-07 3.81457e-06 4.30672e-06 1.30723e-06 1.04476e-06 -7.25604e-08 1.08904e-06 -1.50188e-06 -3.59742e-06 -4.27479e-06 -5.79004e-06 1.27923e-06 9.44777e-07 2.42096e-06 2.0249e-06 5.02315e-07 1.47809e-05 1.77407e-05 1.70709e-05 1.57919e-05 8.10583e-06 4.52987e-06 3.95187e-06 4.97568e-06 8.68807e-06 -2e-05 -2e-05 -1.51687e-05 -6.37249e-06 -7.55946e-06 -4.1912e-06 4.90811e-06 8.28136e-06 8.41219e-06 3.26987e-06 -9.1734e-06 -2.68715e-06 9.5927e-06 9.25159e-06 3.6323e-06 1.03543e-06 2.57088e-07 2.13102e-06 1.67018e-06 1.84709e-06 7.88098e-07 -2.43773e-06 -1.54951e-06 2.92151e-06 -2.27152e-06 6.48972e-06 1.13499e-05 1.36278e-05 8.23104e-06 3.58418e-06 2.41153e-06 3.29e-06 1.00199e-06 -1.52783e-05 -3.26808e-06 -6.95572e-07 -1.74273e-06 6.38283e-07 1.55828e-06 2.80161e-06 1.38409e-06 1.28549e-05 1.69191e-05 1.3737e-05 1.57682e-05 1.12757e-05 3.09964e-06 1.13788e-06 1.71246e-06 -2.31838e-07 -1.42055e-05 -2e-05 -2e-05 -1.71306e-05 -1.80549e-05 -7.30296e-06 6.61603e-06 6.36442e-06 1.29567e-05 7.18733e-06 -2.42077e-06 6.04272e-07 1.03817e-05 1.01408e-05 6.13947e-06 2.72e-06 1.66808e-06 2.355e-06 2.00169e-06 1.19466e-06 -7.95138e-07 -2.40293e-06 -6.75124e-07 2.66667e-06 -2.41254e-06 7.52756e-06 8.86764e-06 8.20576e-06 7.13576e-06 5.59878e-06 6.8787e-06 5.73551e-06 2.99899e-06 -3.79423e-06 8.00203e-07 4.16124e-07 -9.284e-07 -5.09511e-06 -3.0164e-07 3.27517e-06 4.29165e-06 2.72563e-06 9.99555e-06 1.3996e-05 1.49293e-05 7.8858e-06 1.78936e-06 -1.70661e-07 1.23691e-06 2.78108e-06 4.33757e-06 -3.63247e-06 -9.18044e-06 -9.25319e-06 -1.62323e-05 -5.90558e-06 7.60233e-06 3.1844e-06 1.15474e-05 8.09676e-06 2.91831e-06 7.94584e-07 5.28856e-06 7.47729e-06 6.20255e-06 4.41244e-06 3.39853e-06 2.06509e-06 1.4694e-06 -2.60148e-07 -2.29133e-06 -2.30246e-06 1.75668e-06 3.98414e-06 -4.11212e-08 9.17231e-06 7.55231e-06 8.85337e-07 2.51759e-06 5.68259e-06 8.86462e-06 8.94063e-06 1.196e-05 1.88184e-06 3.29539e-06 5.16152e-06 8.20468e-07 -2.63176e-06 -3.92365e-06 3.18777e-06 6.05883e-06 -1.15847e-06 6.79787e-06 1.4428e-05 1.04329e-05 4.23464e-06 1.71191e-06 -5.27654e-06 -6.67637e-06 4.51049e-06 1.38265e-05 9.58191e-06 4.28875e-06 3.02874e-06 -3.96773e-06 -9.41804e-07 9.05829e-06 2.32372e-06 7.66559e-06 6.24011e-06 8.12469e-06 3.07286e-06 -2.11715e-07 2.95596e-06 4.98745e-06 6.98081e-06 6.33734e-06 1.49558e-06 -3.52571e-07 -2.00768e-06 -3.78249e-06 -2.41254e-06 3.82553e-06 6.22437e-06 4.6168e-06 4.95606e-06 -2.58378e-06 -8.57244e-06 -7.76718e-07 4.82761e-06 2.46661e-05 1.42363e-05 1.02576e-05 6.44083e-06 3.13879e-06 4.63265e-06 8.25156e-07 -2.90292e-07 -1.07388e-06 3.3948e-06 1.22151e-05 1.16343e-05 7.86633e-06 8.78231e-06 7.25238e-06 6.59988e-06 3.14039e-06 -1.50428e-05 -2e-05 -1.28098e-06 1.08174e-05 1.14135e-05 8.95385e-06 8.0762e-06 6.3247e-06 2.7365e-06 6.96366e-06 3.55724e-06 4.93145e-06 3.09534e-06 6.63872e-06 6.45511e-06 -1.27416e-06 -1.40766e-06 2.23919e-06 9.27583e-06 8.46834e-06 1.31904e-06 -2.18005e-06 -3.54133e-06 -3.47508e-06 -9.52763e-07 6.30106e-06 7.34565e-06 5.82956e-06 5.90255e-06 -4.21454e-06 -1.23704e-05 -7.70367e-06 2.80297e-06 2.69073e-05 1.93613e-05 1.15821e-05 1.2586e-05 3.47319e-06 6.50405e-06 2.49927e-06 -1.24691e-07 -1.144e-06 4.31289e-06 1.38951e-05 2.19708e-05 1.31386e-05 4.80748e-06 2.50495e-07 2.98231e-06 1.78197e-06 -7.58618e-06 -1.19182e-05 1.62135e-06 1.04169e-05 1.19413e-05 1.05133e-05 9.90732e-06 1.12445e-05 6.93682e-06 7.62134e-06 4.10766e-06 4.03735e-06 1.58746e-06 4.97937e-06 4.74067e-06 2.70519e-06 7.11343e-08 1.70326e-06 7.86945e-06 7.8465e-06 1.64812e-06 -2.17054e-06 -3.90261e-06 -1.89544e-06 2.06546e-06 7.05434e-06 4.9554e-06 4.15974e-06 4.18153e-06 -1.04296e-07 -4.44047e-06 -5.96608e-06 4.61482e-06 1.3298e-05 8.01996e-06 1.73861e-05 3.11582e-05 5.99295e-06 1.13076e-05 8.2986e-06 1.25898e-06 -2.02467e-06 4.60904e-06 1.29206e-05 2.60155e-05 2.24112e-05 1.2053e-05 6.8544e-06 5.59244e-06 7.10974e-06 1.02513e-05 8.73385e-06 7.94666e-06 7.97277e-06 9.47705e-06 1.38044e-05 1.06787e-05 1.10496e-05 8.30075e-06 1.0073e-05 7.79683e-06 3.57342e-06 -2.44811e-06 6.16772e-06 2.64927e-06 6.83637e-06 8.36432e-06 7.12553e-06 6.04171e-06 6.73418e-06 2.40293e-06 1.52673e-06 3.08338e-06 8.12533e-06 9.88503e-06 5.60411e-06 5.10714e-06 9.14482e-08 -3.31506e-06 -8.03714e-07 5.97002e-06 7.04666e-06 2.94183e-06 1.0686e-06 7.82477e-06 1.73351e-05 1.96789e-05 1.15871e-05 1.36063e-05 1.04142e-05 3.56196e-06 1.47248e-06 2.23091e-06 4.87586e-06 9.83497e-06 1.50719e-05 1.49769e-05 1.43341e-05 1.19147e-05 1.13456e-05 1.0714e-05 7.70843e-06 5.76777e-06 3.32366e-06 6.19384e-06 1.81691e-05 1.39668e-05 1.09793e-05 9.95124e-06 1.33732e-05 1.05674e-05 2.73611e-06 -2.52634e-06 7.0348e-06 5.53698e-06 8.45183e-06 1.0538e-05 9.73381e-06 7.81681e-06 6.86945e-06 3.81226e-06 3.09326e-06 3.17303e-06 8.47436e-06 1.28844e-05 4.25827e-06 6.55858e-06 1.97377e-06 -4.34452e-06 2.23913e-06 1.18975e-05 1.43253e-05 2.98498e-06 2.73438e-06 6.1401e-06 1.16338e-05 1.27998e-05 9.2753e-06 1.17227e-05 5.57386e-06 4.26962e-06 7.03386e-06 4.87372e-06 1.92895e-06 2.61213e-06 3.74704e-06 7.14648e-06 7.03675e-06 5.93041e-06 8.57011e-06 9.73138e-06 4.49901e-06 1.28774e-06 -2.73352e-06 4.85357e-07 2.10673e-05 1.81935e-05 1.26134e-05 1.10917e-05 1.35438e-05 7.78314e-06 3.63796e-07 -2.13346e-08 2.51613e-06 8.09013e-06 7.47247e-06 9.09195e-06 1.03295e-05 9.47758e-06 6.39534e-06 4.6388e-06 7.86991e-06 5.66871e-06 6.3883e-06 1.12649e-05 5.66575e-06 7.54156e-06 1.03278e-05 -2.41994e-07 1.37189e-06 1.61355e-05 1.64595e-05 9.96839e-06 4.21665e-06 6.79194e-06 7.68956e-06 8.89517e-06 7.66299e-06 8.97321e-06 5.38413e-06 4.18799e-06 8.7311e-06 7.50818e-06 6.57001e-07 -1.40346e-06 3.63134e-06 6.70844e-06 3.14555e-06 3.98234e-07 1.37716e-06 3.22385e-06 9.24841e-07 -1.36822e-06 -2.49566e-06 -6.45141e-07 1.19822e-05 1.43904e-05 1.02797e-05 6.51914e-06 4.41058e-06 2.59068e-06 -1.91788e-06 -2.88512e-07 2.04663e-06 2.42663e-06 1.99397e-06 3.69786e-06 5.99517e-06 6.21226e-06 2.89059e-06 1.21514e-06 3.14339e-06 -9.4325e-07 1.41038e-06 4.88041e-06 5.05054e-06 3.2622e-06 1.00625e-05 5.85151e-06 1.77327e-06 1.49576e-05 1.48635e-05 6.27224e-06 9.18673e-07 2.59498e-06 1.01969e-05 8.69826e-06 7.3413e-06 7.29673e-06 5.70684e-06 3.6362e-06 5.63613e-06 7.05733e-06 2.92924e-06 -7.09739e-08 9.0273e-06 8.81054e-06 -2.17203e-07 -5.68932e-06 -9.98808e-06 2.23603e-06 2.51834e-06 1.29135e-06 2.33746e-06 1.49695e-06 9.15428e-06 1.96296e-05 1.52111e-05 8.3175e-06 3.86651e-06 1.14168e-06 -1.78917e-06 1.35007e-07 1.682e-06 1.66552e-06 1.56951e-06 8.42284e-07 1.88162e-06 2.07125e-06 4.5523e-07 1.01117e-06 1.19826e-06 -8.24556e-06 -7.26179e-06 2.18987e-07 -5.81916e-07 4.88322e-07 4.46395e-06 6.03214e-06 1.93362e-06 6.3997e-06 1.07847e-05 8.00616e-06 -9.45253e-08 -4.12661e-07 1.3959e-06 2.34108e-06 9.95075e-07 3.35149e-06 5.20275e-06 2.75946e-06 4.10356e-06 5.81813e-06 4.4345e-06 3.37752e-06 4.97768e-06 4.29833e-06 2.45793e-06 -2.01789e-06 -2.34391e-06 5.32197e-06 1.11454e-05 9.10355e-06 4.02465e-06 -1.75016e-06 5.45348e-06 2.95179e-05 2.63829e-05 1.43891e-05 5.92679e-06 2.70118e-06 1.97247e-06 2.83574e-06 3.49303e-06 3.90795e-06 4.29075e-06 3.65027e-06 2.42619e-06 2.86263e-06 3.28689e-06 3.99828e-06 2.83979e-08 -5.62747e-06 -3.43578e-06 1.44351e-06 9.15299e-07 -1.98131e-06 2.27999e-06 2.96448e-06 2.06238e-06 -8.04151e-07 2.99747e-06 6.25525e-06 2.70731e-06 -2.53999e-06 -4.35971e-06 -1.74325e-06 -1.61099e-06 5.76818e-06 4.77763e-06 2.09642e-06 2.90515e-06 3.38536e-06 3.90232e-06 8.77109e-06 8.09957e-06 2.17433e-06 -6.06844e-07 5.03533e-07 5.0405e-06 6.5845e-06 3.83255e-06 2.27773e-07 -1.70669e-06 -3.21217e-06 3.66594e-06 1.91974e-05 1.74059e-05 9.6435e-06 4.41602e-06 3.19963e-06 4.64824e-06 5.7368e-06 4.25876e-06 1.87183e-06 2.40737e-06 5.19279e-06 7.02371e-06 7.83688e-06 5.09299e-06 2.82903e-06 1.20002e-06 -2.8245e-06 4.82496e-07 5.46172e-06 6.65414e-06 1.929e-06 5.0971e-07 2.98866e-06 1.54564e-06 -4.7787e-07 -6.30011e-07 5.37432e-06 4.58749e-06 -9.76242e-08 -1.97681e-06 1.80767e-06 2.73146e-07 1.12271e-06 -7.8566e-06 -1.13757e-05 2.1906e-06 6.82005e-06 1.06258e-05 1.60619e-05 7.27227e-06 -2.48237e-06 4.32676e-07 6.99188e-06 9.07131e-06 8.19775e-06 4.0111e-06 -1.73317e-06 -6.87508e-06 -3.74639e-06 5.51086e-06 1.26662e-05 1.33959e-05 1.26994e-05 1.00098e-05 7.20067e-06 6.5114e-06 6.744e-06 3.2042e-06 -2.74298e-06 -1.4981e-06 3.83718e-06 7.05751e-06 5.67937e-06 2.09942e-06 3.74938e-07 1.04456e-06 -1.92399e-07 2.0517e-06 5.40312e-06 6.37983e-06 5.49181e-06 2.5341e-06 1.03015e-06 4.77799e-06 -5.24314e-08 -3.14101e-06 3.59289e-06 5.66483e-08 4.34715e-07 1.25446e-07 3.60855e-06 1.34591e-06 1.13285e-07 -6.68908e-06 -6.11933e-06 4.87321e-06 6.99554e-06 1.05837e-05 1.4327e-05 1.1999e-05 1.06833e-05 1.27136e-05 1.0463e-05 4.2823e-06 3.77566e-06 5.34834e-06 3.36855e-06 1.13416e-06 -1.22888e-06 -7.58286e-07 4.81583e-06 1.24367e-05 1.53736e-05 1.17119e-05 7.70298e-06 5.87576e-06 5.90548e-06 1.76766e-06 -7.82084e-06 -5.13737e-06 1.46043e-06 4.61052e-06 3.44867e-06 2.72082e-07 1.31442e-06 3.94733e-06 4.85196e-06 3.54736e-06 3.39909e-06 4.48952e-06 5.64565e-06 5.10441e-06 2.05493e-06 6.00244e-06 3.50693e-06 -1.05978e-06 -2.38278e-06 -2.65238e-06 -3.04903e-07 7.58182e-07 4.17306e-06 1.89149e-06 1.46626e-06 -4.79067e-07 2.45529e-06 8.12375e-06 3.0267e-06 3.22187e-06 9.48419e-06 1.15354e-05 7.82271e-06 4.27025e-06 4.18894e-06 3.48024e-06 8.33469e-08 -1.75508e-06 -4.54198e-07 1.26869e-06 1.86011e-06 -1.06505e-06 -3.13941e-06 5.27282e-06 1.23267e-05 1.21628e-05 8.86276e-06 6.1984e-06 6.97911e-06 7.97275e-06 -3.34884e-06 -4.29324e-06 -8.01034e-07 2.7279e-08 -4.99849e-07 -3.70761e-07 4.90176e-07 1.75672e-06 1.88004e-06 1.32015e-06 1.47148e-06 1.9105e-06 2.57553e-06 2.5765e-06 1.69861e-06 8.58856e-07 2.49457e-06 1.33032e-07 -1.91031e-06 -2.41883e-06 -1.15901e-06 4.0862e-07 2.48631e-06 1.02994e-06 2.34269e-07 2.45245e-07 6.08938e-07 4.7333e-06 4.39172e-06 2.62768e-06 3.30891e-06 4.56251e-06 3.404e-06 7.95518e-07 -1.29851e-06 -1.2815e-07 -4.19187e-07 -2.37956e-06 -1.98498e-06 -7.62458e-07 5.36514e-07 -5.20939e-07 -3.33993e-06 -1.45524e-06 6.11102e-06 1.06171e-05 1.11683e-05 9.88527e-06 9.06006e-06 1.0413e-05 1.05935e-05 2.81351e-06 -2.4376e-06 -3.65705e-06 -3.77638e-06 -3.63965e-06 -2.98746e-06 -1.84564e-06 -8.13121e-07 -4.55114e-07 1.31364e-07 1.32882e-07 5.66014e-08 1.67072e-07 -5.0669e-09 1.22587e-07 3.62952e-07 -4.5378e-07 1.78927e-07 -4.88104e-07 -1.01037e-06 5.18367e-07 2.35541e-06 1.99057e-06 2.77783e-08 2.95557e-07 -2.05994e-07 1.13553e-06 2.69496e-06 2.44593e-06 1.12123e-06 9.78698e-07 2.06937e-06 -9.23855e-08 -1.28206e-06 -1.26109e-07 7.93573e-07 1.0853e-06 -6.21362e-07 -4.02603e-07 1.26778e-06 1.5973e-07 -1.4007e-06 -3.09153e-06 8.65459e-07 4.88643e-06 7.21205e-06 8.81192e-06 9.98408e-06 1.01992e-05 8.14874e-06 2.63089e-06 -2.57141e-06 -4.54568e-06 -4.70006e-06 -4.20596e-06 -3.25599e-06 -1.89921e-06 -3.00481e-07 6.33499e-07 -1.53234e-08 -1.71235e-06 -1.7004e-06 -1.09187e-06 -3.65776e-07 9.40572e-07 1.82474e-06 1.82882e-06 1.80578e-06 -3.94415e-07 -1.90759e-07 7.50477e-07 1.99086e-06 2.76779e-06 1.20212e-06 5.36789e-07 1.00892e-07 -6.80023e-08 7.55699e-07 1.00506e-06 6.97653e-07 1.32871e-06 1.99531e-06 5.8453e-07 -3.41819e-07 6.85896e-07 1.43768e-06 2.47976e-06 2.0028e-06 4.8781e-07 -6.50488e-07 -1.62408e-06 -2.23052e-06 -3.54492e-06 -5.36286e-06 5.27795e-07 2.89598e-06 4.10439e-06 6.27512e-06 7.21984e-06 5.61637e-06 1.78463e-06 -1.62997e-06 -2.85011e-06 -2.95466e-06 -2.7823e-06 -2.3346e-06 -1.48298e-06 -2.61473e-08 1.11619e-06 -1.04529e-06 -2.92294e-06 -2.97395e-06 -1.60118e-06 -2.63757e-07 -1.36509e-08 7.37432e-07 1.65784e-06 1.65257e-07 -2.46326e-06 -7.52075e-07 1.42273e-06 2.33774e-06 1.99074e-06 1.69015e-06 1.5931e-06 1.66259e-06 1.72055e-06 1.01221e-06 -4.29221e-08 3.5693e-07 6.72136e-07 4.98e-08 1.20168e-06 2.81088e-06 3.52621e-06 3.42785e-06 2.73156e-06 1.49786e-06 -2.64453e-07 -1.26291e-06 -1.13841e-06 -1.27778e-06 -1.23852e-06 -1.32793e-06 -2.01048e-06 1.38751e-07 1.70076e-06 3.18787e-06 4.30628e-06 3.82896e-06 1.75154e-06 -2.62928e-07 -1.14356e-06 -1.44817e-06 -1.5451e-06 -1.5626e-06 -1.01779e-06 -3.99064e-07 -1.81425e-07 8.57936e-07 1.08761e-06 1.01752e-06 7.30843e-07 5.11294e-07 5.23055e-07 5.07092e-07 -5.01402e-07 -2.09069e-06 1.15975e-07 1.97913e-08 -1.41234e-07 -2.79727e-07 -3.35937e-07 -3.14391e-07 -2.80965e-07 -2.77608e-07 -2.47607e-07 -1.86052e-07 -1.93297e-07 -2.46968e-07 -2.26495e-07 -1.04955e-07 -2.22207e-08 5.22747e-08 1.49235e-07 1.47248e-07 4.17513e-08 -3.19804e-08 -3.98327e-08 -7.65894e-09 4.11399e-08 9.47531e-08 1.51002e-07 1.94642e-07 2.08741e-07 1.8268e-07 1.75854e-07 2.12525e-07 2.15437e-07 1.5857e-07 1.49081e-07 1.90869e-07 2.17173e-07 2.32636e-07 2.23841e-07 1.43613e-07 6.92704e-08 8.95876e-08 9.92586e-08 6.92505e-08 8.54523e-08 2.22006e-07 3.07949e-07 1.93461e-07 5.78601e-08 -7.05639e-09 -9.93674e-10 7.69009e-08 1.96803e-07 4.54925e-08 -1.79486e-07 -3.41836e-07 -4.66074e-07 -5.10216e-07 -4.73574e-07 -4.41521e-07 -3.52154e-07 -2.14744e-07 -1.98969e-07 -3.14135e-07 -3.51889e-07 -2.01406e-07 -5.33392e-08 7.28942e-08 1.95982e-07 1.78942e-07 2.20879e-08 -9.5103e-08 -1.11573e-07 -5.91314e-08 1.74869e-08 9.74657e-08 1.7978e-07 2.57404e-07 3.04478e-07 3.00053e-07 3.02175e-07 3.59272e-07 3.72796e-07 2.85867e-07 2.42423e-07 2.783e-07 3.28502e-07 3.98582e-07 4.60703e-07 3.63346e-07 2.04461e-07 1.7648e-07 1.16851e-07 2.1899e-10 2.82326e-08 2.85092e-07 4.82793e-07 3.76139e-07 1.64759e-07 1.62301e-09 -4.11282e-08 7.72136e-08 2.46294e-07 2.67297e-07 -4.1709e-08 -2.15247e-07 -2.97425e-07 -3.97655e-07 -4.19039e-07 -4.42654e-07 -3.37786e-07 -9.16272e-08 5.42496e-08 -1.29796e-07 -4.16275e-07 -4.06967e-07 -1.83966e-07 6.60167e-08 2.44812e-07 2.05138e-07 -1.24196e-08 -2.1403e-07 -2.87312e-07 -2.28083e-07 -1.1785e-07 -3.01424e-08 5.34895e-08 1.49365e-07 2.46053e-07 3.52676e-07 4.23304e-07 5.26011e-07 5.99091e-07 5.2324e-07 4.33867e-07 4.09117e-07 4.20132e-07 5.29874e-07 7.55175e-07 7.93301e-07 5.76465e-07 4.6097e-07 2.85266e-07 -6.36964e-08 -2.67694e-07 -6.59452e-09 4.36805e-07 5.75495e-07 4.05458e-07 1.00367e-07 -1.17722e-07 -6.43712e-08 1.66191e-07 7.25352e-07 7.8556e-07 5.3905e-07 4.81823e-07 4.25433e-07 3.48658e-07 1.12949e-07 -4.5819e-08 1.83243e-07 5.45182e-07 4.57289e-07 -1.28145e-07 -5.60483e-07 -4.25899e-07 -2.36312e-08 3.15207e-07 2.65018e-07 2.1414e-08 -2.26196e-07 -4.14942e-07 -4.373e-07 -3.12946e-07 -2.11307e-07 -2.00561e-07 -1.25884e-07 -3.41376e-08 9.24931e-08 2.56349e-07 4.40813e-07 6.62798e-07 7.74142e-07 7.14747e-07 5.98053e-07 4.44545e-07 4.16359e-07 6.78861e-07 1.02771e-06 1.08074e-06 9.79652e-07 7.31587e-07 2.75031e-07 -2.44915e-07 -4.18458e-07 -8.20644e-08 3.28591e-07 4.84495e-07 3.58394e-07 -2.38684e-08 -2.20026e-07 9.33166e-08 1.02089e-06 1.89415e-06 2.18403e-06 2.09952e-06 2.16446e-06 2.11502e-06 1.74738e-06 9.571e-07 5.94017e-07 1.02601e-06 1.17937e-06 5.13274e-07 -4.17606e-07 -6.23172e-07 -1.68991e-07 4.8675e-07 5.0972e-07 1.85301e-07 -5.05191e-08 -3.11916e-07 -4.73277e-07 -3.928e-07 -1.72229e-07 -2.03966e-07 -2.5565e-07 -1.96771e-07 -3.01007e-07 -1.35543e-07 5.01169e-08 3.13996e-07 7.59067e-07 1.01454e-06 8.7196e-07 5.29924e-07 2.03967e-07 2.92852e-07 7.56775e-07 1.19415e-06 1.32826e-06 1.05989e-06 6.21744e-07 3.05536e-07 5.49505e-09 -4.49448e-07 -3.76989e-07 1.79281e-07 3.88526e-07 2.36978e-07 -7.4017e-08 2.22749e-07 1.02811e-06 2.28186e-06 3.38221e-06 3.35418e-06 3.54321e-06 3.87445e-06 3.95239e-06 3.47968e-06 1.70349e-06 1.3138e-06 1.79368e-06 1.2752e-06 8.0924e-08 -5.29097e-07 -2.49466e-07 7.90221e-07 1.25521e-06 8.65063e-07 3.99467e-07 6.28037e-08 -2.04543e-07 -2.90925e-07 -4.55957e-08 1.16097e-07 1.01186e-07 1.58805e-07 -2.59603e-07 -9.41943e-07 -1.02055e-06 -2.9629e-07 3.33896e-07 9.57943e-07 9.76116e-07 5.48388e-07 5.82258e-08 -1.77852e-07 2.43382e-07 9.22854e-07 1.05929e-06 8.49162e-07 5.09094e-07 4.3733e-07 6.86258e-07 1.43502e-07 -8.04555e-07 -8.83939e-07 1.63085e-07 2.21966e-07 6.33824e-08 -3.40965e-09 6.45253e-07 1.54685e-06 2.94127e-06 3.44323e-06 3.53409e-06 4.03081e-06 4.67591e-06 5.7959e-06 4.40538e-06 1.72399e-06 2.14682e-06 2.37091e-06 6.6892e-07 -1.81377e-07 -1.29504e-07 1.0829e-06 2.47424e-06 2.81386e-06 2.06439e-06 1.49355e-06 1.23747e-06 9.47336e-07 4.05844e-07 2.99822e-07 3.53839e-07 2.80154e-07 -8.66737e-08 -5.23251e-07 -2.15555e-06 -7.2477e-06 -1.45869e-06 1.36157e-06 1.49781e-06 7.45786e-07 -5.1175e-08 -1.58964e-06 -3.72513e-07 5.69483e-07 6.85801e-07 4.87888e-07 2.11199e-07 6.61462e-08 6.14462e-07 -2.72092e-08 -3.93022e-07 -1.31583e-06 -4.39908e-07 -6.54156e-08 -3.77686e-07 -2.74128e-06 4.58449e-07 5.18437e-07 1.11092e-06 2.12421e-06 2.42538e-06 2.72838e-06 3.76686e-06 6.07374e-06 6.56634e-06 2.89934e-06 2.16609e-06 3.3421e-06 1.77607e-06 8.1265e-08 3.53175e-07 1.37051e-06 3.53294e-06 5.4556e-06 5.28376e-06 4.61534e-06 4.1508e-06 4.052e-06 3.59101e-06 1.82755e-06 8.3415e-07 7.64452e-07 -5.47083e-07 -9.07334e-07 -2.88201e-06 -6.99288e-06 -3.87564e-06 3.33792e-06 4.61831e-06 8.76917e-07 -2.4177e-06 -4.6677e-06 -6.23286e-07 2.03067e-07 6.98588e-07 -6.62652e-07 -2.48028e-07 -4.45522e-07 4.62564e-07 -1.28811e-06 -1.11091e-06 -3.76763e-07 -1.6314e-07 2.35482e-06 -4.24294e-06 -1.45872e-06 6.37293e-07 6.22903e-07 1.9348e-07 5.3557e-07 1.02286e-06 9.15649e-07 2.26212e-06 5.77922e-06 6.82058e-06 4.14043e-06 2.27719e-06 3.40178e-06 3.24748e-06 -3.69587e-07 1.81911e-06 2.18339e-06 3.94567e-06 6.41262e-06 6.83942e-06 6.74247e-06 5.72796e-06 5.31802e-06 6.22164e-06 5.84515e-06 2.45778e-06 1.6576e-06 1.74272e-07 3.66382e-06 -1.14864e-06 -1.18686e-05 -2.98594e-06 2.17236e-06 3.55217e-06 1.4191e-06 -1.31959e-06 -1.83213e-06 7.68327e-07 1.23981e-06 2.3172e-07 -1.88097e-06 -5.51292e-07 -5.25566e-07 1.2241e-06 -1.80734e-06 -4.67965e-06 -9.00473e-07 1.3386e-06 1.92207e-05 1.99641e-06 3.98426e-07 2.43852e-07 8.02807e-07 1.14212e-07 -5.40301e-08 3.08321e-08 8.23986e-08 1.73939e-06 6.94785e-06 7.26272e-06 4.56015e-06 2.95778e-06 3.13627e-06 3.95334e-06 -1.52386e-07 2.2737e-06 1.46131e-06 2.50112e-06 4.07114e-06 4.09516e-06 5.46636e-06 4.72598e-06 4.33784e-06 6.21618e-06 8.15955e-06 4.74059e-06 2.66278e-06 1.51494e-06 4.52418e-06 1.40035e-06 -1.29758e-05 -2.6117e-06 4.93112e-06 7.7033e-06 5.89548e-06 2.14706e-06 1.0456e-06 1.80428e-06 2.07116e-06 4.00366e-07 2.06484e-07 3.38941e-07 2.9866e-07 1.97872e-06 1.00578e-06 -6.85475e-06 -4.27977e-06 4.69951e-06 1.92555e-05 1.20129e-05 4.44989e-07 2.08069e-06 -1.24164e-07 -2.08233e-06 -1.94422e-07 -2.46494e-07 1.4449e-07 1.58361e-06 6.95316e-06 7.8259e-06 4.17911e-06 4.32352e-06 3.25061e-06 3.12591e-06 1.4356e-06 2.8287e-07 -9.04878e-07 -1.30746e-07 -3.27561e-07 -7.37337e-07 1.45614e-06 4.642e-07 7.49442e-07 4.32143e-06 8.31708e-06 6.20795e-06 3.3926e-06 2.81692e-06 9.63245e-06 4.32505e-06 -5.79877e-06 -3.28682e-07 1.04302e-05 1.42749e-05 1.01516e-05 6.43816e-06 4.6539e-06 3.4278e-06 3.02063e-06 9.79081e-07 1.20134e-07 4.63577e-07 7.80746e-07 1.90354e-06 2.34741e-06 -6.17248e-06 -2.19609e-06 4.27057e-06 1.42571e-05 6.50208e-06 6.74922e-07 6.27281e-06 4.19353e-06 -2.28722e-06 -2.72157e-06 -1.49766e-06 -5.28305e-07 3.73537e-07 4.16907e-06 6.1981e-06 2.03205e-06 5.33575e-06 3.94015e-06 2.34522e-06 1.17503e-06 -1.11495e-06 -1.42752e-06 -2.5352e-07 -2.78623e-06 -5.05402e-06 -2.908e-06 -3.22435e-06 -3.68772e-06 1.067e-06 6.52113e-06 6.80248e-06 4.1419e-06 2.92113e-06 1.00095e-05 5.04933e-06 2.89956e-06 1.23837e-06 6.01275e-06 1.14181e-05 8.05064e-06 6.56911e-06 6.52115e-06 5.17297e-06 4.95399e-06 3.47389e-06 1.34757e-06 5.45101e-07 1.5094e-06 1.75073e-06 1.04104e-06 -2.02027e-06 -9.03734e-07 1.57938e-06 5.12133e-06 2.51215e-06 1.1311e-06 5.17219e-06 5.30172e-06 -4.13482e-06 -5.558e-06 -4.15648e-06 -4.31935e-06 -2.05441e-06 7.65592e-07 3.26062e-06 -2.91773e-07 5.24578e-06 5.83454e-06 3.10208e-06 1.1677e-06 -1.69949e-06 -7.71747e-07 4.50314e-07 -3.1797e-06 -4.68551e-06 -1.65999e-06 -1.57405e-06 -3.48187e-06 -1.06205e-06 3.3731e-06 5.87118e-06 5.76811e-06 2.99637e-06 6.0281e-06 4.0502e-06 5.34579e-06 6.25625e-06 1.70395e-06 4.57312e-06 3.88671e-06 4.76849e-06 6.35105e-06 4.73201e-06 6.47567e-06 7.22772e-06 4.95773e-06 1.56046e-06 3.87996e-06 2.93015e-06 2.69129e-08 -2.84904e-07 -1.82281e-07 -2.45271e-06 -1.57491e-07 1.81073e-09 -6.33671e-07 6.17124e-06 6.9899e-06 -2.431e-06 -4.19422e-06 -3.56394e-06 -5.11021e-06 -4.29966e-06 -1.39155e-06 1.22967e-06 -4.49887e-07 4.82138e-06 6.71894e-06 2.9015e-06 2.85166e-06 1.64822e-07 1.09654e-06 4.94545e-07 -1.57707e-06 3.94693e-07 3.45939e-06 3.83725e-06 1.92449e-06 1.12703e-06 1.27805e-06 3.68585e-06 7.53067e-06 5.2113e-06 4.46469e-06 2.76319e-06 4.79156e-06 8.90852e-06 4.40683e-06 1.0206e-06 1.6587e-06 4.04838e-06 6.33704e-06 3.62008e-06 4.74487e-06 7.03112e-06 5.66397e-06 2.41641e-06 5.22046e-06 4.62991e-06 -8.95521e-07 -1.01028e-06 6.98202e-07 -3.41334e-06 -5.59924e-06 -3.55122e-06 -4.56734e-06 1.88615e-06 7.2319e-06 -3.71716e-06 -2.92192e-06 4.8206e-07 2.86478e-07 -5.90056e-06 -1.02065e-06 3.61678e-07 2.31623e-06 4.44842e-06 6.04407e-06 3.45889e-07 1.16458e-06 1.5279e-06 3.28878e-07 -2.48174e-06 -1.84368e-06 2.83273e-06 7.00663e-06 7.28307e-06 3.74026e-06 2.88579e-06 1.26327e-06 1.56082e-06 8.26963e-06 7.93383e-06 3.83073e-06 1.98613e-06 3.68278e-06 8.52746e-06 8.56799e-06 3.33327e-06 1.89522e-06 4.44057e-06 5.74585e-06 1.1562e-06 7.81774e-09 1.7701e-06 1.88348e-06 1.20672e-06 4.50972e-06 4.31644e-06 -2.90795e-06 -9.31623e-07 4.51246e-06 -2.11795e-06 -6.55277e-06 -5.51907e-06 8.48507e-07 6.83628e-06 1.2289e-05 -2.82093e-06 -3.39502e-06 3.79864e-06 3.74734e-06 -3.51992e-06 -1.05376e-06 -2.62366e-08 1.69013e-06 5.40319e-06 7.66773e-06 5.8266e-06 4.99945e-06 4.61319e-06 5.60718e-06 8.50792e-06 8.87564e-06 8.80312e-06 1.18363e-05 1.65279e-05 8.43396e-06 -4.93506e-07 8.48061e-07 2.40432e-06 6.98008e-06 1.02969e-05 2.76202e-06 1.01311e-06 2.17243e-06 6.84089e-06 1.04179e-05 5.52103e-06 2.79651e-06 7.67274e-06 6.84084e-06 -2.51038e-07 -1.63061e-06 5.95198e-07 1.80459e-06 2.43688e-06 3.94549e-06 2.81738e-06 -4.47206e-06 8.46908e-07 8.5012e-06 3.86837e-06 -5.04039e-06 -2.29289e-06 2.0802e-06 1.0086e-05 1.40572e-05 9.96249e-06 7.85922e-07 1.10994e-05 7.50356e-06 2.13395e-07 1.60077e-06 -3.0482e-07 -3.61581e-06 6.85736e-06 6.24533e-06 8.37276e-06 9.59088e-06 7.71854e-06 8.98624e-06 1.38297e-05 1.27678e-05 1.19982e-05 1.33444e-05 1.50559e-05 5.19274e-06 -4.96694e-07 6.10825e-07 3.58274e-06 7.99775e-06 1.35051e-05 5.06881e-06 2.81966e-07 -8.06163e-07 2.45641e-06 7.06382e-06 7.69541e-06 3.10906e-06 1.80321e-05 8.09423e-06 -8.11648e-07 -1.02225e-06 7.4642e-06 6.61015e-06 4.16446e-06 3.78872e-06 1.39201e-06 -3.28025e-06 -8.32454e-07 1.12295e-05 6.00625e-06 -3.18391e-07 -2.65066e-06 2.29308e-06 1.17502e-05 2.20092e-05 1.78815e-05 3.59114e-06 8.2588e-06 6.62681e-06 3.5701e-06 6.85066e-06 2.08236e-06 -1.81181e-05 -6.63604e-06 3.47726e-06 5.04125e-06 7.67683e-06 4.38765e-06 3.76915e-06 1.18319e-05 1.19877e-05 1.26317e-05 1.31914e-05 1.23123e-05 5.65212e-06 -1.66815e-06 -1.49438e-06 2.38589e-06 8.5302e-06 1.38876e-05 6.32585e-06 6.73403e-07 1.77517e-06 6.60301e-06 8.51257e-06 6.93519e-06 3.72921e-06 7.98697e-06 1.1666e-05 4.1045e-06 2.81232e-06 5.39362e-06 1.03589e-05 7.57427e-06 9.09392e-08 -7.85548e-07 -1.78641e-06 -3.43216e-06 9.27483e-06 1.05242e-05 3.02987e-06 4.93529e-06 5.29462e-06 5.39357e-06 1.52398e-05 1.5009e-05 6.09252e-06 6.46706e-06 5.62447e-06 6.51512e-06 1.37016e-05 1.38361e-05 4.58176e-06 -4.85089e-06 1.83587e-07 2.38389e-06 3.32033e-06 2.3968e-06 1.8611e-06 4.01436e-06 4.43194e-06 9.99889e-06 1.27747e-05 1.23101e-05 9.28178e-06 1.07147e-06 1.25976e-06 6.33429e-06 1.12946e-05 1.18819e-05 4.20987e-06 -6.88282e-07 -2.23816e-06 3.03437e-06 9.08371e-06 9.8835e-06 7.81974e-06 6.5743e-06 5.81315e-06 3.41572e-06 3.44034e-06 7.55234e-06 1.40747e-05 1.11511e-05 2.12349e-06 -7.40423e-07 1.0453e-06 3.19431e-07 1.17954e-05 1.67659e-05 1.06749e-05 9.02813e-06 9.4477e-06 4.60945e-06 7.86368e-06 7.83771e-06 6.70209e-06 1.02957e-05 4.05921e-06 3.9756e-06 1.21925e-05 1.71007e-05 1.35178e-05 1.10732e-06 3.82266e-06 3.02358e-06 -1.37769e-06 2.65403e-06 1.77228e-06 -1.51606e-06 -1.68724e-06 7.46358e-06 1.33592e-05 1.42428e-05 1.11932e-05 2.84304e-06 2.68207e-06 7.98466e-06 1.30749e-05 6.11383e-06 -3.92789e-07 6.47736e-07 4.98508e-06 7.82998e-06 5.83103e-06 5.43509e-06 7.26144e-06 6.95357e-06 3.61394e-06 2.18553e-07 -1.7003e-06 -2.6465e-07 7.03718e-06 9.49627e-06 1.6305e-06 -1.14589e-06 3.40416e-07 1.33231e-06 1.26256e-05 1.71008e-05 1.13833e-05 1.08663e-05 7.4739e-06 9.07394e-06 1.13907e-05 2.46668e-06 2.51548e-06 4.99542e-06 3.5432e-06 8.03001e-06 1.12712e-05 1.51927e-05 1.30229e-05 4.11292e-06 8.41456e-06 3.66022e-06 -7.70383e-06 -5.66528e-06 5.81284e-07 2.23262e-06 1.45325e-06 6.76563e-06 1.55883e-05 1.79258e-05 1.57066e-05 1.47321e-05 1.28287e-05 1.11255e-05 1.59035e-05 7.25752e-06 2.93767e-06 4.13888e-06 9.68802e-06 1.3172e-05 1.19613e-05 4.19806e-06 1.28656e-06 1.9904e-06 -1.40348e-07 -2.10327e-06 -3.8554e-06 -8.33768e-06 -3.19943e-06 2.10194e-06 -2.13286e-07 -3.7169e-06 -2.06841e-06 -6.50498e-09 5.12316e-06 1.27131e-05 8.7787e-06 6.28972e-06 3.12314e-06 5.90664e-06 1.03588e-05 7.50949e-06 1.72187e-06 7.6353e-06 6.0657e-06 7.2553e-06 9.3515e-06 1.19105e-05 8.24103e-06 1.33118e-06 5.33355e-06 1.47025e-06 -4.51469e-06 -1.30094e-05 -1.70368e-05 -6.31394e-06 7.03197e-06 3.36514e-06 9.48594e-06 1.29561e-05 2.07378e-05 3.02454e-05 2.77974e-05 2.27169e-05 1.97383e-05 1.08896e-05 6.60493e-06 7.3717e-06 1.1174e-05 1.34423e-05 1.31843e-05 8.63539e-06 1.47176e-06 -1.15149e-06 -8.78737e-07 -6.02606e-07 4.35444e-08 -1.5325e-06 -2.54051e-06 -7.15213e-07 -8.80724e-07 -4.28962e-06 -1.76832e-06 -1.08432e-06 7.10223e-07 4.77867e-06 5.52179e-06 3.72267e-06 1.73903e-06 1.53314e-06 2.84774e-06 3.57157e-06 7.2596e-07 4.31041e-06 6.63839e-06 4.31625e-06 3.79238e-06 5.83684e-06 2.84845e-06 2.41673e-06 2.0977e-06 -1.90755e-06 -9.19919e-07 -5.85237e-06 -6.83482e-06 1.04514e-06 7.76424e-06 4.81509e-06 4.58747e-06 5.25495e-06 1.84441e-05 3.19016e-05 3.08708e-05 2.56192e-05 2.0448e-05 1.12369e-05 5.16942e-06 3.25024e-06 4.92226e-06 6.46631e-06 6.84436e-06 5.71352e-06 2.48626e-06 7.16532e-07 3.03343e-06 4.10217e-06 4.15643e-06 2.00615e-06 -1.46912e-06 1.80911e-06 3.90723e-06 2.32617e-06 9.63164e-07 -1.10765e-06 -2.21649e-06 2.51115e-07 2.36376e-06 2.49225e-06 1.3571e-06 -1.39024e-06 -8.55387e-07 3.20068e-06 2.18533e-06 2.16262e-06 4.12597e-06 2.55586e-06 2.02435e-06 6.89234e-06 8.84456e-06 8.58764e-06 4.27598e-06 2.86308e-06 6.11484e-06 6.5941e-06 7.33462e-06 9.58716e-06 5.92096e-06 3.91465e-06 5.00057e-06 5.08037e-06 1.19434e-05 1.85332e-05 1.74285e-05 1.34091e-05 1.12436e-05 9.8385e-06 3.9785e-06 -1.03568e-06 -2.15173e-06 -1.32278e-06 3.85305e-06 1.32101e-05 1.48274e-05 7.96319e-06 5.23597e-06 3.61329e-06 2.36969e-06 9.61338e-07 1.31179e-06 4.33266e-06 5.61899e-06 5.02407e-06 3.44752e-06 2.21879e-06 -2.94375e-07 -1.21202e-06 1.33807e-06 3.4628e-06 -1.56452e-07 -1.74346e-06 -1.03455e-06 2.70511e-06 3.01968e-06 8.29996e-07 3.5867e-06 1.91477e-06 1.29887e-06 5.89171e-06 1.00991e-05 1.41191e-05 1.39397e-05 1.20202e-05 1.1382e-05 6.68004e-06 2.97758e-06 8.44004e-06 1.00701e-05 1.09824e-05 1.08986e-05 7.42381e-06 3.80683e-06 7.98752e-06 8.86493e-06 6.94113e-06 5.04921e-06 6.55981e-06 7.39443e-06 -5.82908e-07 -7.88958e-07 3.57848e-06 7.6412e-06 1.17397e-05 9.549e-06 3.15407e-06 5.07858e-07 6.17889e-07 4.57832e-06 5.27695e-06 3.29445e-06 3.16321e-06 4.59629e-06 5.26059e-06 4.24484e-06 3.17812e-06 2.49591e-06 1.67769e-07 -3.04508e-07 3.34115e-06 -6.84604e-07 -5.68783e-07 -1.01806e-07 1.93391e-06 2.65704e-06 5.1084e-07 5.07091e-07 -1.41012e-06 5.29827e-07 1.33793e-06 2.66473e-06 6.82067e-06 8.40341e-06 5.09973e-06 1.80727e-06 1.20253e-06 1.25942e-06 1.25197e-06 4.03062e-06 8.03341e-06 9.90575e-06 8.78772e-06 3.86274e-06 3.11796e-07 3.08625e-06 5.20576e-06 5.80129e-06 6.07904e-06 9.5407e-06 1.65949e-05 1.45794e-05 5.73919e-06 4.71429e-06 6.5362e-06 4.51135e-06 1.21832e-06 -7.36223e-08 3.2664e-07 1.73944e-06 2.20545e-06 1.48243e-06 1.03706e-06 1.58611e-06 2.06262e-06 1.95124e-06 1.76297e-06 2.38148e-06 1.27198e-06 -4.97486e-07 6.46204e-07 -8.27237e-07 -6.68967e-07 6.93401e-07 1.64283e-06 1.66208e-06 -1.76917e-07 -6.0074e-07 -2.35328e-06 -1.70257e-06 6.65945e-07 5.05268e-07 1.71723e-06 2.82247e-06 1.5977e-06 -5.65224e-07 -2.31471e-06 6.72251e-08 1.15651e-07 7.45715e-07 2.71522e-06 4.48923e-06 5.10182e-06 3.03019e-06 3.16398e-07 -3.37094e-07 2.62514e-06 4.39941e-06 5.32714e-06 7.07091e-06 1.09137e-05 1.40516e-05 9.89666e-06 4.61739e-06 1.29312e-06 -3.46185e-07 -1.0673e-06 -1.08721e-06 -1.14223e-06 -1.12452e-06 -7.40891e-07 -3.10711e-07 3.69116e-07 8.16292e-07 6.51126e-07 3.71473e-07 5.20837e-07 1.47338e-06 1.55757e-06 1.31338e-07 -3.44857e-08 -4.41793e-07 -7.33023e-07 4.23584e-07 1.74561e-06 2.23395e-06 4.44746e-07 -1.16703e-06 -1.84607e-06 -1.79783e-06 -1.29607e-07 1.17048e-06 1.78905e-06 3.27335e-06 3.87636e-06 1.0111e-06 -1.33529e-07 1.32063e-06 3.21219e-06 2.8608e-06 2.0598e-06 1.42265e-06 1.73727e-06 1.87639e-06 7.78738e-07 -2.06905e-06 -4.08089e-07 2.10439e-07 8.00968e-07 3.21789e-06 6.52155e-06 9.11569e-06 7.8404e-06 3.00366e-06 -8.39552e-07 -2.66521e-06 -3.56874e-06 -3.52144e-06 -2.89848e-06 -1.794e-06 -5.91663e-07 2.40644e-07 3.96344e-07 -2.2804e-07 -1.47089e-06 -1.56069e-06 -6.1352e-07 9.88388e-07 1.85605e-06 1.82955e-06 1.35354e-06 -1.10135e-06 -5.56617e-07 1.30082e-06 1.83853e-06 1.88403e-06 1.62513e-06 2.2473e-08 -7.18788e-07 -7.01042e-07 4.91847e-08 1.1211e-06 1.2684e-06 1.34886e-06 1.16376e-06 3.0733e-07 1.00514e-06 2.38693e-06 3.79765e-06 3.83026e-06 2.88588e-06 8.08498e-07 -4.52583e-07 6.41986e-08 -8.39362e-07 -3.17721e-06 -4.90332e-06 -2.12637e-06 -1.54796e-06 -1.07784e-06 1.48764e-06 3.65496e-06 2.80833e-06 -6.48798e-07 -3.26882e-06 -4.148e-06 -4.24561e-06 -3.73792e-06 -2.48352e-06 -5.57159e-07 1.0776e-06 1.09432e-06 4.38602e-07 -1.8649e-06 -3.75387e-06 -2.37807e-06 6.42197e-07 1.75597e-06 3.83707e-07 -5.07837e-08 -7.30757e-07 -3.13632e-06 -9.97457e-07 1.77018e-06 2.8893e-06 2.24303e-06 1.67257e-06 1.50116e-06 1.4296e-06 1.12622e-06 4.02195e-07 6.93159e-08 4.6335e-07 5.26139e-07 8.4796e-07 1.67897e-06 2.19758e-06 2.38116e-06 2.14384e-06 1.17038e-06 -2.05417e-07 -6.32339e-07 2.35214e-07 9.88728e-07 1.15049e-06 2.58218e-07 -1.54261e-06 -2.99932e-06 -2.19827e-06 -1.25589e-06 1.58833e-07 1.55539e-06 1.2236e-06 -6.90343e-07 -1.85832e-06 -2.04891e-06 -2.0423e-06 -1.81219e-06 -1.18001e-06 -4.72626e-07 -9.44361e-07 -1.17377e-06 -3.47608e-07 -1.03049e-06 -2.63519e-06 -1.60792e-07 1.9698e-06 5.2926e-07 -1.95301e-06 -3.33903e-06 -4.4043e-06 -2.88289e-07 -3.03323e-07 -3.78104e-07 -3.87091e-07 -2.92321e-07 -9.25296e-08 1.59116e-07 3.2436e-07 3.77726e-07 4.23118e-07 4.64026e-07 4.36211e-07 3.39837e-07 1.70646e-07 4.45438e-08 -1.77588e-08 5.88963e-09 1.0487e-07 1.55404e-07 8.6086e-08 -3.14796e-08 -1.13343e-07 -1.58294e-07 -1.92329e-07 -2.05911e-07 -1.84873e-07 -1.48664e-07 -1.1805e-07 -3.47082e-08 4.43628e-08 2.31406e-09 -8.1431e-08 -7.14921e-08 1.70495e-08 1.24567e-07 3.63931e-07 6.53041e-07 5.01513e-07 1.16865e-07 -6.55578e-08 5.42654e-08 8.59091e-08 -6.1625e-09 -6.74208e-08 -3.55891e-08 1.02272e-07 1.49868e-07 -1.02607e-08 -1.99227e-07 -2.90341e-07 -4.42197e-07 -4.59581e-07 -5.18659e-07 -4.8167e-07 -3.41602e-07 -1.09265e-07 2.17012e-07 4.76768e-07 5.88342e-07 6.84927e-07 8.14563e-07 8.31603e-07 6.24725e-07 3.10422e-07 1.03368e-07 -1.41729e-09 3.6557e-08 2.27994e-07 3.6758e-07 2.79232e-07 7.9815e-08 -8.15038e-08 -1.83512e-07 -2.62078e-07 -2.96909e-07 -2.65452e-07 -2.06766e-07 -1.62838e-07 -4.75716e-08 6.39548e-08 5.84523e-11 -1.28639e-07 -1.28863e-07 -1.70022e-08 1.2385e-07 4.73239e-07 1.02591e-06 9.18133e-07 3.41747e-07 3.60438e-08 1.90166e-07 2.36589e-07 2.47349e-08 -1.22291e-07 -1.18349e-07 7.59971e-08 2.10459e-07 1.12258e-08 -2.69715e-07 -4.15989e-07 -6.03837e-07 -6.23061e-07 -6.80424e-07 -5.62907e-07 -3.40955e-07 -1.53142e-07 1.21816e-07 4.47894e-07 6.61261e-07 8.01302e-07 1.12606e-06 1.44801e-06 1.21162e-06 6.09713e-07 1.91972e-07 1.32661e-09 6.39809e-08 4.12964e-07 7.92415e-07 7.98627e-07 4.9038e-07 1.78193e-07 -2.08778e-09 -1.33571e-07 -2.40608e-07 -2.64335e-07 -2.48602e-07 -2.10612e-07 -6.76611e-08 9.26859e-08 2.97714e-08 -1.6406e-07 -2.20374e-07 -1.19431e-07 3.6499e-08 3.7278e-07 1.19695e-06 1.54066e-06 8.93057e-07 3.20076e-07 4.18099e-07 5.65236e-07 2.65966e-07 -1.1918e-07 -3.24696e-07 -2.01712e-07 1.0266e-07 3.05985e-08 -3.22604e-07 -5.52424e-07 -5.74794e-07 -5.00967e-07 -5.70032e-07 -5.08168e-07 -2.52761e-07 -1.58976e-07 -1.21118e-08 2.1649e-07 3.54484e-07 4.36986e-07 7.19917e-07 1.425e-06 1.64872e-06 9.68144e-07 2.28711e-07 -1.11932e-07 -2.52512e-08 4.91184e-07 1.24768e-06 1.55148e-06 1.19449e-06 6.64685e-07 3.8273e-07 2.56107e-07 1.72674e-07 1.10393e-07 -6.73092e-08 -2.36732e-07 -1.5812e-07 5.29989e-08 8.35329e-08 -1.00908e-07 -2.61034e-07 -2.65882e-07 -1.57205e-07 1.06978e-07 7.71644e-07 1.68827e-06 1.50495e-06 6.81855e-07 6.34162e-07 1.01487e-06 7.72474e-07 2.76654e-07 -2.08791e-07 -5.85826e-07 -3.89238e-07 -5.87461e-08 -2.40098e-07 -5.67334e-07 -5.63886e-07 -2.19617e-07 1.6531e-08 -5.21361e-08 2.38218e-07 5.97262e-07 7.87732e-07 8.46616e-07 2.72758e-07 -1.48289e-07 -3.98773e-08 8.35136e-07 1.35946e-06 1.06296e-06 1.43785e-07 -4.08037e-07 -2.83352e-07 3.20673e-07 1.37731e-06 2.12598e-06 1.87158e-06 1.12334e-06 6.94744e-07 6.27935e-07 7.6748e-07 9.335e-07 6.1557e-07 1.30303e-08 -2.19417e-07 -1.0118e-07 -1.14519e-08 -4.87506e-08 -1.95402e-07 -3.02389e-07 -3.90019e-07 -2.38011e-07 2.87439e-07 1.20086e-06 1.6875e-06 8.96722e-07 7.18383e-07 1.50239e-06 1.57622e-06 9.14312e-07 3.51025e-07 -9.35759e-08 -6.7624e-07 -3.77524e-07 -4.49229e-08 -3.76903e-07 -4.74777e-07 -2.12807e-07 3.7593e-07 4.07125e-07 3.26158e-07 7.50923e-07 1.3124e-06 2.00397e-06 1.84533e-06 -7.51502e-07 -2.86425e-06 -4.40555e-07 1.38177e-06 8.48745e-07 -5.93192e-08 -8.91043e-07 -6.93844e-07 -5.16721e-09 1.02572e-06 2.02255e-06 2.09152e-06 1.30699e-06 6.61417e-07 5.24426e-07 8.8769e-07 1.59503e-06 1.44456e-06 5.99036e-07 -2.10493e-08 -3.89439e-08 -5.82436e-08 -8.81944e-08 -3.23622e-07 -2.22796e-07 -3.70411e-07 -6.71168e-07 -7.38428e-08 7.18191e-07 1.51291e-06 8.37158e-07 4.99314e-07 1.49218e-06 2.13374e-06 1.58694e-06 5.93041e-07 6.8994e-07 2.26908e-07 -3.51394e-07 2.12431e-07 1.65748e-07 3.51366e-08 4.0892e-07 7.24222e-07 2.47946e-07 -3.3519e-07 -1.79491e-07 7.42773e-07 2.34165e-06 4.31531e-06 1.97922e-06 -3.50101e-06 -4.52584e-06 1.25152e-06 5.80688e-07 -2.96301e-07 -1.26871e-06 -9.14876e-07 -1.41932e-07 5.38455e-07 1.22577e-06 1.55462e-06 1.22917e-06 5.27383e-07 1.50497e-07 4.23893e-07 1.30851e-06 1.31397e-06 7.33357e-07 2.52432e-07 4.86595e-07 4.43753e-07 4.45845e-07 -4.28005e-07 -3.75618e-07 -1.43247e-07 -6.27691e-07 -4.70592e-07 4.64924e-07 1.4e-06 9.46484e-07 2.3782e-07 9.05183e-07 1.56974e-06 1.15683e-06 1.12037e-07 6.87936e-07 1.70833e-06 3.90608e-07 6.00419e-07 7.55033e-07 3.82184e-07 1.51388e-06 1.92499e-06 8.56245e-07 -4.80957e-07 -1.18978e-06 -8.55029e-07 1.13504e-06 4.96483e-06 6.04171e-06 4.99141e-07 -4.3182e-06 1.83683e-06 3.27846e-07 -2.66726e-07 -7.42069e-07 -3.50441e-07 7.25753e-07 1.12287e-06 8.63166e-07 8.56383e-07 9.37289e-07 6.35377e-07 -1.46248e-07 -5.20988e-07 5.94341e-07 8.16004e-07 2.50835e-07 -4.63413e-08 2.25091e-07 6.37122e-07 1.57976e-06 6.09845e-07 -6.55847e-07 -1.57663e-08 -5.75586e-07 -4.52851e-07 5.17281e-07 1.15554e-06 7.94996e-07 1.35631e-07 5.3623e-07 1.33571e-06 4.7499e-07 -1.29224e-07 9.84466e-08 2.84093e-06 1.59823e-06 9.7326e-07 7.41588e-07 -1.51191e-07 8.77934e-07 2.52075e-06 1.80405e-06 8.56386e-08 -1.03001e-06 -1.54689e-06 -1.9821e-07 4.91199e-06 8.61639e-06 4.63695e-06 -8.10654e-08 5.2056e-06 6.78619e-07 -3.4937e-07 -1.91096e-07 4.40889e-07 3.40512e-06 6.57567e-06 1.59237e-06 5.14031e-07 3.39004e-07 -2.69449e-07 3.92809e-07 -8.92151e-07 -8.25639e-07 2.9047e-07 -7.68105e-07 -2.48432e-06 -2.07714e-06 -7.70406e-07 1.00801e-06 1.58545e-06 -8.64618e-07 -2.03238e-07 -5.86918e-07 -6.55089e-08 1.72568e-06 1.30044e-06 3.40543e-07 -4.66779e-07 9.64171e-07 2.00304e-06 3.88346e-06 -2.32664e-06 -1.209e-06 1.30293e-06 3.41754e-06 1.62714e-06 4.14224e-07 -3.28316e-07 -8.50239e-08 8.01099e-07 1.07294e-06 -1.27861e-08 -7.25136e-07 -9.12324e-07 -2.07086e-07 4.33364e-06 9.56997e-06 7.09174e-06 5.35456e-06 7.52322e-06 -5.49225e-07 -6.51662e-06 -2.43499e-06 3.16657e-06 7.5431e-06 9.45988e-06 2.12715e-06 -2.71391e-06 -8.08524e-07 -2.80521e-06 -6.62517e-07 4.46318e-07 -3.26763e-08 7.82931e-07 2.04246e-07 -1.39491e-07 1.45678e-06 5.92272e-07 -1.47995e-06 1.23255e-06 -5.16192e-07 2.50081e-06 1.51038e-06 7.51398e-07 2.10252e-06 2.33e-06 1.04341e-06 -2.73944e-06 3.51089e-07 2.81885e-06 8.40991e-06 5.86648e-07 -3.0597e-06 3.51075e-07 4.45837e-06 6.32145e-06 4.67749e-06 2.61033e-06 2.34769e-06 -3.94615e-07 3.86567e-07 -1.50488e-07 -3.9046e-07 -9.34555e-08 1.75379e-07 2.68772e-06 7.95775e-06 7.81891e-06 1.01112e-05 1.08088e-05 6.11766e-07 -4.2585e-06 -1.28402e-06 2.70318e-06 5.27585e-06 6.70921e-06 9.98472e-07 -2.89793e-06 -1.36292e-06 -2.93818e-06 -2.74393e-06 1.19837e-06 1.40048e-06 1.3546e-06 1.31324e-06 4.77877e-06 5.77687e-06 4.08957e-06 -2.99804e-07 1.6259e-06 2.60687e-06 5.99e-06 4.49486e-06 2.02261e-06 3.09313e-06 2.30498e-06 9.34929e-07 -3.61032e-06 3.6096e-06 2.35559e-06 4.91542e-06 -2.83774e-07 -2.77687e-06 -1.20727e-06 3.42295e-06 7.36596e-06 4.61165e-06 3.05768e-06 9.20605e-07 6.50092e-07 2.07692e-06 1.06631e-06 7.44973e-07 4.93208e-07 -2.22977e-07 8.45219e-07 3.7051e-06 7.57599e-06 1.27435e-05 1.40186e-05 4.30872e-06 -1.11314e-06 -1.58036e-06 1.32861e-06 2.00284e-06 1.26431e-06 -2.17938e-06 -1.10006e-06 -7.44658e-07 -1.18713e-06 -2.47639e-07 1.08048e-06 2.69027e-06 3.06558e-06 2.32207e-06 8.23298e-06 8.04222e-06 6.39887e-06 1.83641e-06 5.07002e-06 3.65377e-06 6.24283e-06 6.3872e-06 3.71523e-06 3.33709e-06 2.55025e-06 1.51042e-06 -1.29978e-06 8.68981e-06 3.71064e-06 2.63235e-06 -1.3003e-06 -1.39502e-06 7.08659e-07 1.92167e-06 4.87393e-06 6.17507e-06 5.73068e-06 7.1172e-06 2.26069e-06 1.30381e-06 2.50432e-07 3.23324e-07 -1.02256e-06 -2.65821e-06 -1.35224e-06 1.07121e-06 7.10866e-06 1.37879e-05 1.37279e-05 6.52594e-06 4.62884e-07 -1.53938e-06 1.03776e-07 -1.09716e-06 -3.71365e-06 -1.11405e-06 1.93621e-06 3.82901e-06 4.44493e-06 5.92187e-06 2.03139e-06 1.22413e-06 5.98486e-06 4.41564e-06 9.38117e-06 8.23197e-06 7.90654e-06 3.89882e-06 9.21482e-06 4.86289e-06 6.44782e-06 7.36354e-06 4.66622e-06 3.01703e-06 2.73095e-06 2.05147e-06 -1.24697e-06 6.56897e-06 5.88765e-06 1.56533e-06 -2.29106e-06 -8.00713e-07 3.48033e-06 2.80129e-06 3.4506e-06 5.96299e-06 6.65703e-06 1.09631e-05 8.4859e-06 -3.06971e-07 -2.05504e-06 -7.07387e-07 -1.61731e-06 -4.10509e-06 -1.80952e-06 -4.05681e-08 7.47182e-06 1.39238e-05 1.31031e-05 6.74057e-06 1.64171e-06 1.01829e-08 7.28595e-08 -3.06539e-06 -1.67846e-06 2.07918e-06 5.65513e-06 9.52778e-06 1.14013e-05 1.25539e-05 5.10743e-06 -2.1327e-06 5.27131e-06 6.84353e-06 8.46166e-06 7.10835e-06 6.74197e-06 4.65583e-06 1.17671e-05 7.43738e-06 7.26607e-06 8.15765e-06 5.07684e-06 2.27292e-06 1.74894e-06 1.61307e-06 -3.91234e-06 -9.15462e-07 3.97457e-06 -7.14149e-07 -5.65336e-06 -2.59963e-06 6.99117e-06 3.13035e-06 2.20689e-06 4.30646e-06 4.50919e-06 1.2495e-05 1.12534e-05 9.38863e-07 -1.16984e-06 -3.75389e-07 -1.50785e-07 -1.77459e-06 -1.63521e-06 2.04822e-06 7.25314e-06 1.17947e-05 7.36278e-06 6.69672e-06 2.34495e-06 1.09614e-06 -1.7325e-07 -1.81124e-06 5.91718e-07 3.6389e-06 7.81778e-06 1.32446e-05 1.55815e-05 1.67929e-05 9.43491e-06 -4.13886e-06 3.46158e-06 7.27038e-06 7.33123e-06 3.70405e-06 5.46263e-07 1.6514e-06 6.68643e-06 8.36298e-06 9.92727e-06 1.00573e-05 5.83009e-06 -7.31927e-08 -2.76074e-06 -6.13315e-08 -6.33362e-06 -1.02699e-05 3.51112e-07 -5.42854e-06 -8.94305e-06 -2.94979e-06 1.51749e-05 6.29894e-06 1.39316e-06 2.26261e-06 3.93796e-06 9.68535e-06 7.43763e-06 -2.11916e-06 -6.23677e-06 -7.75846e-07 2.05433e-06 3.10871e-06 1.06013e-07 1.44326e-06 4.60095e-06 8.52596e-06 5.27381e-06 1.12454e-06 1.42697e-06 1.07066e-06 3.52057e-06 7.48602e-06 9.04962e-06 6.58087e-06 7.90567e-06 1.6748e-05 1.66852e-05 2.01898e-05 1.74648e-05 4.53198e-06 4.14799e-06 7.27206e-06 6.4413e-06 -8.49257e-07 -3.81033e-06 7.86259e-07 4.07569e-06 5.50135e-06 9.72502e-06 9.82114e-06 6.97205e-06 -1.5757e-06 -5.21629e-06 -1.60145e-08 -2.38858e-06 -3.54587e-06 -1.4305e-06 -1.18163e-05 -1.43989e-05 -8.18478e-07 2.34135e-05 1.58302e-05 4.06361e-06 6.31559e-08 -1.76866e-07 3.98661e-06 7.70314e-07 -1.13936e-05 -1.52403e-05 1.92687e-06 7.37099e-06 8.98433e-06 4.13086e-06 1.3031e-06 2.73621e-06 4.01463e-06 2.20644e-06 9.14391e-07 2.01363e-06 1.15764e-06 3.04852e-06 3.34249e-06 7.80406e-06 8.43907e-06 6.64449e-06 1.47566e-05 1.51165e-05 1.39688e-05 5.09856e-06 2.55368e-06 5.3039e-06 6.36277e-06 3.67733e-06 -4.33041e-06 -6.07796e-06 4.11587e-06 6.83114e-06 3.49924e-06 1.45388e-06 5.9642e-06 6.2668e-06 -1.07351e-06 -1.21507e-06 2.10031e-06 4.84359e-06 6.61811e-06 1.01076e-06 -9.64561e-06 -1.4128e-05 -5.28907e-06 2.03036e-05 2.09172e-05 8.25501e-06 1.73531e-06 2.7466e-06 3.90033e-06 6.29646e-06 2.2924e-06 5.93396e-07 8.33742e-06 1.42707e-05 1.18517e-05 6.11927e-06 4.21782e-06 1.02615e-05 5.99678e-06 -3.49567e-07 -5.42886e-07 1.1127e-06 1.33638e-06 4.49353e-06 4.0972e-06 2.95875e-06 6.27399e-06 6.75922e-06 8.95528e-06 5.21676e-06 -4.42026e-07 -6.95557e-06 9.22637e-08 3.55075e-06 2.69813e-06 3.81982e-06 -3.92459e-06 -4.15857e-06 5.80405e-06 1.13315e-05 8.9198e-06 8.37858e-06 7.71505e-06 1.27175e-06 -3.67524e-06 -2.64696e-07 3.35876e-06 6.83295e-06 9.7705e-06 6.50563e-06 -4.99746e-07 -8.57768e-06 -8.76342e-06 7.95186e-06 9.666e-06 3.22532e-06 5.57614e-07 5.65999e-06 2.61631e-06 6.04028e-06 7.97155e-06 8.70279e-06 9.21542e-06 9.62832e-06 1.06026e-05 6.58251e-06 8.95407e-06 1.74946e-05 1.04988e-05 -1.34373e-06 -7.60212e-06 2.62049e-06 6.34325e-06 4.22962e-06 -1.09806e-06 -6.21547e-07 1.84773e-06 5.94323e-06 7.16505e-06 1.61683e-06 -7.08629e-06 -2e-05 -4.13547e-06 2.85117e-06 1.66489e-06 1.03408e-06 5.61773e-08 -5.14408e-06 6.33083e-06 1.54939e-05 1.60484e-05 1.41001e-05 9.60037e-06 3.44122e-06 -2.05005e-06 -2.08326e-06 3.80097e-08 5.4729e-06 9.5794e-06 8.07049e-06 1.59734e-06 -2.3741e-06 -7.69332e-07 3.72774e-06 5.26536e-06 4.22571e-06 3.83891e-06 9.15272e-06 4.38694e-06 2.15758e-06 3.67464e-06 7.52823e-06 9.3008e-06 6.7055e-06 4.68029e-06 4.69926e-06 7.02855e-06 1.14761e-05 6.02891e-06 3.68152e-06 4.02346e-06 7.43142e-06 1.2578e-05 9.86494e-06 3.23853e-06 -1.99814e-06 1.17921e-06 4.6979e-06 5.79166e-06 4.12791e-06 -1.31636e-06 -1.06807e-05 5.48074e-06 8.35829e-06 3.07414e-06 4.11113e-06 2.79537e-06 4.80356e-07 7.90418e-06 1.28736e-05 1.35768e-05 1.54242e-05 1.34582e-05 5.22819e-06 -2.24568e-06 -4.10686e-06 -3.42961e-06 1.83168e-06 4.9787e-06 4.58222e-06 -4.06466e-07 -4.09825e-06 1.95903e-06 2.28936e-06 6.09861e-06 9.40004e-06 9.9503e-06 9.50304e-06 4.94703e-06 3.29729e-06 3.11808e-06 4.05131e-06 4.61776e-06 7.28859e-06 4.97099e-06 3.20543e-06 4.95548e-06 6.9132e-06 3.18188e-06 5.07393e-06 1.02654e-06 -9.59478e-07 4.98772e-06 8.01261e-06 8.30642e-06 7.59247e-06 1.05236e-05 1.27741e-05 1.09143e-05 1.28593e-05 9.58538e-06 9.61179e-06 2.03094e-05 1.56383e-05 8.23824e-06 1.00856e-05 6.88564e-06 2.19398e-06 5.81944e-06 1.05641e-05 9.20237e-06 9.16299e-06 7.53031e-06 1.12744e-06 -4.5778e-06 -7.49479e-06 -9.58119e-06 -4.69164e-06 1.15833e-06 7.64206e-07 -3.54655e-06 -1.75852e-06 6.64618e-08 3.88364e-07 5.97696e-06 1.10081e-05 1.20527e-05 6.39195e-06 3.72861e-06 2.53602e-06 3.06024e-06 3.20672e-06 1.01949e-06 3.53371e-06 4.64417e-06 2.34981e-06 2.57754e-06 2.56841e-06 2.60225e-06 5.54502e-06 -7.76757e-07 -5.49177e-06 -2.73131e-06 2.01676e-07 7.3669e-06 1.67261e-05 2.21572e-05 2.18271e-05 1.5627e-05 1.55327e-05 1.19069e-05 6.68403e-06 9.93099e-06 1.55182e-05 7.79842e-06 4.9412e-06 2.92312e-06 1.87324e-06 3.25004e-06 6.24609e-06 7.34475e-06 5.78543e-06 3.57576e-06 4.36563e-08 -1.60281e-06 -8.45012e-07 9.82494e-07 9.22525e-07 -5.4299e-07 -1.96481e-06 -3.16225e-06 -1.54122e-08 7.85221e-07 -1.55386e-06 3.70293e-06 6.73462e-06 8.14843e-06 2.07614e-06 4.53016e-07 7.31471e-08 4.91871e-07 2.53756e-06 1.47399e-06 3.13635e-06 3.58729e-06 4.03359e-06 2.24446e-06 3.40712e-07 1.73529e-06 3.55442e-06 -4.18285e-06 -3.90083e-06 -6.11988e-06 -7.39164e-06 1.08273e-05 1.5212e-05 1.31253e-05 1.02588e-05 1.02544e-05 1.09324e-05 9.40914e-06 7.07887e-06 5.80881e-06 7.604e-06 8.14527e-06 6.65507e-06 3.27312e-06 3.09885e-07 3.6746e-07 1.95798e-06 4.5806e-06 4.17469e-06 1.92093e-06 2.67389e-06 5.65896e-06 5.81407e-06 4.01681e-06 1.35548e-06 1.66862e-06 1.77474e-06 1.64719e-06 2.22801e-06 2.37885e-06 -1.16248e-08 5.66295e-07 2.66286e-06 3.57412e-06 -2.79905e-07 -1.19584e-06 5.97746e-07 3.31282e-06 3.36918e-06 1.76313e-06 2.48125e-06 3.8179e-06 6.00271e-06 5.50487e-06 7.35058e-07 2.37068e-06 3.80999e-06 -4.04464e-06 -3.47423e-06 -2.37926e-06 -7.82753e-07 1.90686e-05 1.23742e-05 3.98361e-06 2.36487e-06 6.11931e-06 8.57564e-06 8.71099e-06 6.69363e-06 1.32244e-06 -1.26801e-06 2.80692e-06 4.03937e-06 1.03234e-06 -3.38658e-06 4.38028e-06 1.06991e-05 1.40718e-05 1.32925e-05 8.21929e-06 7.78875e-06 7.48762e-06 5.24385e-06 2.96494e-06 2.37044e-06 2.88531e-06 2.9741e-06 3.26389e-06 4.42602e-06 5.18202e-06 2.22299e-06 -1.57596e-06 -9.00824e-07 1.2999e-06 -9.7404e-07 -9.75369e-07 3.31355e-07 2.16148e-06 1.98682e-06 -8.67405e-08 9.00771e-07 2.2404e-06 3.33272e-06 1.81978e-06 3.34437e-07 4.09348e-06 3.53155e-06 -1.25105e-06 -2.95012e-06 -2.09576e-06 -9.36433e-11 1.63683e-05 9.5276e-06 2.70579e-06 1.65365e-06 2.17183e-06 2.12072e-06 4.62601e-06 5.97368e-06 1.30454e-06 -2.86381e-06 -7.77295e-07 3.70214e-07 -4.18244e-06 5.62237e-06 1.5502e-05 1.28597e-05 1.31425e-05 1.17778e-05 4.27037e-06 2.29264e-06 3.66511e-06 6.93854e-06 7.52602e-06 4.88688e-06 3.54689e-06 4.53605e-06 5.4889e-06 5.29458e-06 4.96571e-06 3.38176e-06 -3.72276e-07 -2.55467e-06 -6.53295e-07 -1.88365e-07 9.75708e-07 1.65012e-06 1.98084e-06 1.76101e-06 -6.09421e-07 -5.22475e-07 -7.18721e-07 3.34032e-07 -9.49655e-07 -1.29047e-06 1.81942e-06 1.94403e-06 -1.35502e-06 -3.60807e-06 -2.17919e-06 -4.07912e-07 6.88944e-06 1.14726e-05 1.23927e-05 1.32037e-05 1.30035e-05 7.88552e-06 1.65975e-06 2.94686e-06 3.36953e-06 -3.04278e-08 1.59528e-07 2.53504e-06 3.58129e-06 8.6172e-06 7.32193e-06 5.92368e-06 6.87938e-06 5.98684e-06 1.51745e-06 1.02709e-06 3.05076e-06 5.15291e-06 5.47138e-06 4.16148e-06 2.399e-06 1.71862e-06 2.01014e-06 1.73453e-06 1.00664e-06 1.78325e-06 1.85979e-06 5.34769e-09 -2.02072e-07 3.1797e-08 1.08983e-06 2.80503e-06 3.06545e-06 1.72331e-06 2.20141e-07 -5.2597e-07 -2.21137e-06 -2.81502e-06 -1.07388e-06 1.08109e-06 3.91136e-06 3.79374e-06 2.57854e-06 -9.33267e-07 -2.15971e-06 -2.39279e-07 9.33188e-07 4.42916e-06 7.19508e-06 1.00465e-05 1.10919e-05 8.27212e-06 3.88433e-06 1.16556e-06 3.76808e-06 1.13238e-06 -1.53569e-06 5.36694e-07 5.42264e-06 6.66915e-06 3.3889e-06 1.28884e-06 1.13296e-06 1.06653e-06 1.16217e-06 1.57557e-06 2.00903e-06 2.05467e-06 1.94044e-06 1.97882e-06 2.07755e-06 1.79383e-06 1.25763e-06 3.25737e-07 -5.57306e-07 7.947e-07 2.56398e-06 2.30467e-06 9.98734e-07 -1.46362e-07 4.4398e-07 2.18946e-06 3.13999e-06 2.95162e-06 1.61492e-06 -2.61504e-07 -1.5171e-06 -2.02306e-06 -4.53727e-07 2.14434e-06 3.31458e-06 3.55128e-06 2.45437e-06 -1.17087e-08 -3.7723e-07 1.41684e-06 3.69375e-06 3.10836e-06 3.40824e-06 4.7671e-06 4.47521e-06 3.72913e-06 2.64003e-06 6.18752e-07 1.32416e-06 -3.67459e-07 -3.15924e-06 -2.81313e-06 4.11831e-07 3.06931e-06 2.54888e-06 7.34274e-07 -7.00426e-07 -1.35526e-06 -1.26612e-06 -6.40326e-07 4.20922e-08 4.68251e-07 6.5089e-07 8.08328e-07 8.65373e-07 7.98712e-07 7.8058e-07 -3.91837e-07 -1.12712e-06 2.60266e-07 1.85463e-06 1.91487e-06 8.40161e-07 -1.03218e-06 -3.62704e-07 1.77207e-06 1.90123e-06 1.88787e-06 2.03509e-06 1.13401e-06 -2.28124e-07 -7.13253e-07 -2.23429e-07 8.9337e-07 9.35344e-07 1.19211e-06 1.07444e-06 4.62978e-07 8.25392e-07 1.74783e-06 2.3243e-06 1.80552e-06 9.06788e-07 -5.69686e-08 -5.35829e-07 1.10313e-06 1.56634e-06 5.9772e-07 -1.29331e-06 -1.02437e-06 -2.19791e-06 -3.87752e-06 -3.04116e-06 -6.67985e-07 4.71335e-08 -7.20741e-07 -1.1778e-06 -1.56656e-06 -2.12809e-06 -2.56391e-06 -2.15495e-06 -5.47491e-07 3.33907e-07 -1.6652e-07 -3.64984e-07 9.00366e-07 -1.50775e-07 -7.80245e-07 -9.8854e-08 2.88161e-07 1.53533e-07 -3.32976e-08 -5.55978e-07 -2.56861e-06 -4.73705e-07 2.37169e-06 3.5096e-06 2.94568e-06 2.28374e-06 1.67299e-06 1.02989e-06 5.39229e-07 2.78908e-07 5.56343e-08 -5.32445e-08 3.28083e-07 1.13704e-06 1.78306e-06 1.66206e-06 1.09423e-06 3.693e-07 -8.85263e-07 -1.15459e-06 2.63545e-07 2.36554e-07 -2.41645e-07 1.05027e-06 1.39664e-06 3.07887e-07 -9.46934e-07 -9.38589e-07 -1.5427e-06 -1.26427e-06 -2.49338e-07 -7.08889e-08 -1.78487e-07 1.8579e-07 1.61254e-07 -2.51922e-07 -5.6342e-07 -4.5384e-07 -6.37796e-07 -1.85252e-06 -2.71805e-06 -1.58304e-06 5.35384e-07 4.75541e-07 1.14251e-06 1.99038e-06 7.11807e-07 -1.79989e-06 -3.42366e-06 -3.7584e-06 -2.10616e-07 -2.04198e-08 1.98144e-07 2.97464e-07 2.94199e-07 3.32929e-07 5.08976e-07 7.71976e-07 8.7063e-07 8.41011e-07 8.63526e-07 8.28692e-07 5.32758e-07 7.83896e-08 -1.63722e-07 -2.27913e-07 -1.58825e-07 5.74598e-08 3.11518e-07 4.65186e-07 4.65225e-07 3.0646e-07 9.36461e-08 -4.03375e-08 -1.43639e-07 -2.23025e-07 -2.25023e-07 -1.50076e-07 -7.13711e-08 -3.4391e-08 2.30903e-08 1.60447e-07 2.24263e-07 1.17629e-07 4.17654e-08 1.52314e-07 2.76522e-07 2.71171e-07 3.16772e-07 4.74451e-07 4.40544e-07 2.56605e-07 1.24658e-07 9.53806e-08 6.0254e-08 -2.72939e-08 -1.30315e-07 -2.14875e-07 -2.77171e-07 -3.02903e-07 -2.57131e-07 -1.55876e-08 3.10835e-07 5.07897e-07 5.03364e-07 5.07404e-07 7.32211e-07 1.18406e-06 1.38223e-06 1.2649e-06 1.32129e-06 1.39712e-06 8.937e-07 1.93733e-07 -1.88678e-07 -3.13789e-07 -2.12575e-07 1.3036e-07 5.58852e-07 8.47431e-07 8.85893e-07 6.13296e-07 2.33648e-07 5.04849e-09 -1.72795e-07 -3.17513e-07 -3.48429e-07 -2.61057e-07 -1.51201e-07 -7.536e-08 2.98839e-08 2.47061e-07 3.43792e-07 1.75703e-07 5.74255e-08 2.05384e-07 4.32876e-07 4.78078e-07 5.59276e-07 8.5826e-07 8.58507e-07 5.63567e-07 3.35758e-07 2.41894e-07 1.44626e-07 -5.59212e-09 -1.57741e-07 -2.70315e-07 -3.37391e-07 -3.59214e-07 -2.54382e-07 -3.68321e-08 3.26542e-07 7.08969e-07 7.80191e-07 6.18927e-07 6.92019e-07 1.30967e-06 1.72976e-06 1.40999e-06 1.47621e-06 2.06226e-06 1.66617e-06 5.62559e-07 -1.22251e-07 -4.06158e-07 -2.88441e-07 2.18927e-07 8.98113e-07 1.39179e-06 1.57095e-06 1.23999e-06 6.26807e-07 2.44574e-07 -2.38667e-08 -3.31379e-07 -5.03311e-07 -4.78978e-07 -3.60548e-07 -2.06953e-07 -1.12198e-09 3.12238e-07 4.66894e-07 2.40102e-07 5.67739e-08 1.68373e-07 5.01651e-07 6.97343e-07 8.12217e-07 1.24373e-06 1.41535e-06 1.0763e-06 7.09406e-07 5.48975e-07 4.16077e-07 1.57172e-07 -1.42927e-07 -3.50733e-07 -4.34136e-07 -3.57821e-07 -1.20928e-07 -1.55637e-08 1.56859e-07 4.20354e-07 6.89301e-07 5.16595e-07 2.95152e-07 6.41702e-07 1.35596e-06 9.13089e-07 7.11781e-07 2.104e-06 2.42531e-06 8.99793e-07 -6.02451e-08 -4.56038e-07 -3.74336e-07 2.28072e-07 1.16903e-06 1.87025e-06 2.05884e-06 1.81137e-06 1.18865e-06 7.01608e-07 4.5789e-07 1.01301e-07 -3.29377e-07 -5.97381e-07 -6.32764e-07 -4.93733e-07 -1.54035e-07 2.55589e-07 4.82441e-07 3.0948e-07 6.85981e-08 5.97481e-08 2.69178e-07 6.02108e-07 7.79384e-07 1.14217e-06 1.55703e-06 1.46121e-06 1.06417e-06 9.25211e-07 9.55951e-07 8.56049e-07 1.93948e-07 -4.98135e-07 -6.95842e-07 -6.00023e-07 9.23642e-08 7.55098e-07 3.43522e-07 1.2803e-07 2.00111e-07 4.27037e-07 2.55818e-07 6.69419e-08 6.87388e-07 4.24519e-07 -3.62684e-07 1.40904e-06 3.13307e-06 1.16783e-06 -5.76214e-07 -8.68937e-07 -5.98329e-07 1.06534e-07 1.3767e-06 2.57362e-06 2.76128e-06 1.93076e-06 1.21222e-06 8.93403e-07 9.67856e-07 9.84984e-07 5.28325e-07 -2.03115e-07 -6.65652e-07 -8.32457e-07 -6.49369e-07 4.57286e-08 3.55388e-07 3.54008e-07 2.4773e-07 1.41807e-07 -3.97454e-09 2.37755e-07 5.65154e-07 6.48542e-07 9.82251e-07 1.20847e-06 9.66335e-07 9.58469e-07 1.44474e-06 1.98353e-06 1.69032e-06 -3.46661e-08 -8.81613e-07 -8.31989e-07 1.77218e-06 3.51526e-06 2.33611e-06 1.20336e-06 -2.43647e-07 -8.69918e-07 1.08555e-07 1.43806e-07 -1.18743e-07 -2.61678e-07 -1.79427e-06 4.0348e-07 3.804e-06 2.04533e-06 -8.14997e-07 -1.37798e-06 -7.89469e-07 -3.47173e-08 1.5427e-06 3.4684e-06 4.84615e-06 3.60016e-06 9.99743e-07 4.17275e-07 6.69635e-07 1.53494e-06 1.84231e-06 1.00954e-06 -6.78958e-08 -7.14196e-07 -1.07523e-06 -7.604e-07 1.69502e-07 2.57659e-07 3.28198e-07 4.99168e-07 5.25532e-08 -1.06652e-07 3.2831e-07 2.75008e-07 3.19801e-07 6.79571e-07 5.0503e-07 4.06902e-07 1.04816e-06 2.582e-06 3.64032e-06 2.17709e-06 5.26728e-08 -2.35351e-07 9.38717e-07 1.75078e-06 1.85525e-06 1.23654e-06 -7.11967e-07 -1.02716e-06 -5.6233e-07 5.48541e-08 2.99017e-07 -7.75622e-07 -7.37964e-07 -1.10052e-06 3.86121e-06 2.66403e-06 -5.163e-07 -1.38584e-06 -4.75182e-07 1.12676e-06 2.46893e-06 5.72237e-06 1.00051e-05 1.18503e-05 5.49595e-06 5.03698e-07 1.01769e-07 9.96191e-07 2.32054e-06 2.28083e-06 9.92947e-07 -2.35362e-07 -9.41568e-07 -1.1038e-06 -4.69387e-07 -7.91573e-08 2.31068e-07 6.34509e-07 4.76312e-07 -7.14955e-08 9.14547e-08 1.4318e-07 -3.23164e-07 2.98416e-07 3.48613e-07 3.39589e-08 1.4775e-07 1.66733e-06 4.46836e-06 4.67183e-06 2.81438e-06 1.09367e-06 1.0799e-07 1.09495e-07 4.62504e-07 6.94084e-07 -9.78089e-07 -1.33569e-06 -5.66443e-07 -6.85546e-07 4.08415e-07 -2.20436e-06 -2.34212e-07 -1.7443e-06 2.91661e-06 2.19927e-06 -2.40367e-07 -1.14471e-06 -1.95716e-08 3.62014e-06 7.68439e-06 6.86804e-06 1.219e-05 1.61752e-05 7.75347e-06 2.83677e-06 1.47257e-07 3.70036e-08 1.65043e-06 2.33085e-06 1.33542e-06 -1.46233e-07 -8.25916e-07 -9.39971e-07 -4.27126e-07 6.36702e-08 6.63772e-07 9.12315e-07 4.1681e-06 1.42678e-06 1.24978e-07 -7.81108e-07 -1.0893e-06 -2.61673e-07 1.20421e-07 -2.07628e-06 -3.73462e-06 3.51772e-07 3.34137e-06 5.68445e-06 6.07469e-06 4.072e-06 -6.60575e-07 -2.08701e-06 -5.32275e-07 9.43277e-09 -6.34142e-07 -7.36166e-07 3.24045e-07 -8.73535e-07 -2.40503e-07 -7.24164e-07 -7.6342e-07 2.52426e-07 1.07736e-06 1.2786e-06 1.17744e-07 -3.92726e-07 6.73086e-07 6.17733e-06 1.65395e-05 1.16453e-05 5.79573e-06 6.07653e-06 2.70986e-06 2.77992e-06 2.00916e-06 -7.14107e-07 2.40821e-07 1.46987e-06 9.72608e-07 -5.86426e-07 -1.09199e-06 -7.4571e-07 -1.24238e-07 2.04186e-06 5.41955e-06 4.51417e-06 5.07415e-06 4.70971e-06 1.65711e-06 -1.2376e-06 -1.19846e-06 -3.2018e-06 1.90778e-06 -1.45439e-06 -1.54538e-06 -2.83543e-06 1.72567e-06 5.05127e-06 8.24451e-06 6.32081e-06 1.46884e-06 -5.27822e-07 -1.52251e-06 -1.37275e-06 -1.38655e-06 -4.27941e-07 1.43899e-06 5.05716e-07 -1.69349e-06 -2.22161e-07 -1.7812e-06 1.08055e-06 6.09405e-07 -1.03617e-06 -5.79012e-07 -8.312e-07 1.52749e-07 2.8356e-06 1.37954e-05 1.10231e-05 1.36628e-06 -1.58331e-07 -1.00128e-06 1.1408e-06 2.44431e-06 2.43877e-07 -1.17772e-06 3.19124e-07 1.6225e-06 -2.55775e-07 -1.10474e-06 -1.0243e-06 2.75824e-07 4.67316e-06 6.28301e-06 5.90168e-06 5.50644e-06 6.17058e-06 3.76584e-06 -8.52905e-07 -4.49107e-07 -7.73033e-06 3.82488e-06 -1.93508e-06 -1.13719e-06 -3.09524e-06 1.74359e-07 3.82221e-06 9.8538e-06 7.95215e-06 6.15069e-06 3.20226e-06 9.58535e-07 1.00463e-06 -1.08555e-07 4.34665e-07 3.19032e-06 1.93522e-06 -2.86919e-06 -1.69082e-06 -2.24609e-06 9.162e-07 7.491e-07 -2.13809e-07 -2.74519e-06 -6.53224e-06 -6.593e-06 1.23936e-06 9.07096e-06 6.48435e-06 7.07153e-07 -5.47678e-06 -7.27447e-06 -9.70087e-07 1.10213e-06 4.49251e-07 -2.30148e-06 -1.05073e-06 3.67158e-06 8.48773e-07 -5.75896e-08 6.95214e-07 5.04946e-07 6.64941e-06 8.84417e-06 7.3251e-06 5.72946e-06 6.34406e-06 5.24716e-06 5.06415e-08 2.91742e-06 -2.92548e-06 5.52524e-06 1.21397e-06 -1.79757e-06 -2.28301e-06 -2.43556e-07 2.14368e-06 8.45831e-06 8.77054e-06 8.2551e-06 3.68007e-06 5.45855e-07 1.41982e-06 1.25157e-06 1.52474e-06 2.75176e-06 1.14939e-06 -3.05695e-06 -7.39964e-06 -7.84834e-07 -2.98766e-08 2.63161e-06 5.20128e-06 9.44506e-07 -8.51943e-07 -3.86223e-06 -5.84003e-06 5.21967e-06 1.40213e-06 -2.45735e-06 -5.02352e-06 -7.02973e-06 -4.72679e-06 5.36381e-07 1.61934e-06 -2.89595e-06 -2.71787e-06 4.54629e-06 9.74312e-07 -5.69566e-07 1.31488e-06 7.66823e-07 6.94117e-06 1.1899e-05 1.01239e-05 5.83893e-06 5.41101e-06 4.62899e-06 1.24978e-06 6.81232e-06 1.41899e-06 4.4057e-06 4.34397e-06 -1.60405e-06 -8.92319e-07 9.01379e-07 1.04684e-06 6.68907e-06 7.80476e-06 6.57013e-06 2.15331e-06 -3.21864e-07 8.70297e-07 1.29249e-06 9.37835e-07 9.68263e-07 6.96253e-08 -2.69071e-06 -7.91116e-06 2.90459e-06 3.70217e-06 1.14156e-05 1.001e-05 3.38647e-06 1.10414e-06 -1.44569e-06 -3.17527e-06 1.15133e-06 -8.939e-07 -2.39307e-06 3.01786e-07 -2.18001e-06 -2.41323e-06 2.35849e-06 6.44818e-06 9.75637e-07 2.38909e-07 2.02575e-06 7.20175e-07 4.15618e-07 2.2181e-06 2.82554e-06 5.86957e-06 1.30969e-05 1.27194e-05 5.93646e-06 4.12283e-06 2.67024e-06 1.10972e-06 4.88693e-06 5.08862e-06 1.51243e-06 3.24733e-06 -1.19351e-06 -4.3877e-09 4.35486e-07 1.32021e-06 5.26995e-06 9.00346e-06 9.64627e-06 5.88429e-06 1.61097e-06 3.67306e-07 -9.47206e-07 -2.05915e-06 -9.86864e-07 1.37042e-06 -1.4111e-06 -3.3425e-06 8.84132e-06 1.06522e-05 1.31127e-05 1.06725e-05 5.48353e-06 3.44074e-06 4.36146e-06 3.33152e-06 2.72854e-06 2.07161e-06 1.37271e-06 4.61369e-06 7.13212e-06 1.99333e-06 2.41305e-06 3.76656e-06 3.14962e-06 6.77158e-06 2.19647e-06 -1.55147e-06 4.29511e-06 5.03262e-06 5.90552e-06 4.52307e-06 1.27234e-05 1.58305e-05 5.84018e-06 2.16822e-06 9.73323e-07 8.1502e-07 2.35837e-07 4.89148e-06 -1.96131e-06 5.98511e-07 -4.2969e-07 1.06685e-06 1.33415e-06 5.15203e-07 2.96992e-06 8.75714e-06 8.1787e-06 1.16927e-05 5.19011e-06 2.52445e-06 4.40237e-07 -3.31031e-07 8.97881e-07 3.08756e-06 6.85318e-07 1.07009e-08 1.39469e-05 1.39105e-05 1.07519e-05 1.03044e-05 6.60277e-06 5.60167e-06 7.01121e-06 6.30681e-06 4.87004e-06 5.79564e-06 3.81352e-06 6.51969e-06 9.5454e-06 6.41815e-06 3.23369e-06 7.87204e-07 2.73725e-06 9.66885e-06 6.60107e-06 -1.11383e-06 8.2778e-07 2.8538e-06 4.88823e-06 3.41182e-06 6.77034e-06 9.24223e-06 2.46754e-06 -2.7032e-06 6.29459e-08 1.69075e-06 1.26797e-07 2.72098e-06 -3.79204e-06 -1.22252e-06 2.32255e-06 3.94085e-06 5.78078e-06 2.60785e-06 2.37818e-06 2.17426e-06 7.1142e-07 7.91362e-06 9.0124e-06 5.97609e-06 3.63956e-06 -6.93871e-08 -2.01578e-06 9.44319e-07 -3.85002e-08 -8.07808e-07 1.40534e-05 1.29975e-05 7.57316e-06 3.63392e-06 2.62275e-06 1.21056e-06 4.74564e-06 2.42817e-06 6.28324e-06 7.64367e-06 6.37613e-06 7.77631e-06 9.81122e-06 6.36959e-06 2.57745e-07 2.74455e-06 4.06219e-06 5.17593e-06 2.66548e-06 -1.40683e-07 4.18824e-06 9.55846e-06 6.46526e-06 1.51744e-06 -2.55047e-06 5.67386e-07 -1.23348e-06 -9.67683e-06 -2.20279e-06 4.09878e-06 3.551e-06 3.46599e-06 -1.93561e-06 -4.605e-06 2.01255e-06 6.96235e-06 1.16115e-05 8.72538e-06 5.54425e-06 2.58121e-06 4.44418e-06 7.67978e-06 1.03539e-05 5.61283e-06 8.94977e-07 -3.64786e-06 -1.60338e-06 1.49506e-06 2.30473e-06 -1.1917e-06 1.60026e-05 8.23685e-06 8.08438e-07 -2.11101e-06 -1.58115e-06 -1.84837e-06 -1.05356e-06 -7.04645e-07 7.08819e-06 5.17193e-06 4.21248e-06 4.09385e-06 1.17002e-07 1.05717e-06 -2.25321e-07 4.60121e-06 8.70085e-06 5.69326e-06 -7.1611e-07 -3.89477e-06 2.81532e-06 1.34608e-05 1.32904e-05 8.12121e-06 4.73055e-06 9.51279e-07 2.71371e-07 -6.83008e-06 -5.11963e-06 4.91238e-06 6.76934e-06 4.51263e-06 2.67686e-06 -5.94726e-06 -6.41318e-07 7.30662e-06 1.34286e-05 1.66368e-05 1.27854e-05 9.37924e-06 1.27086e-05 5.58512e-06 4.97795e-06 3.82443e-07 -1.73545e-06 4.5488e-07 3.30054e-06 4.6527e-06 9.12616e-06 2.69024e-06 1.34689e-05 8.83647e-06 -5.74296e-06 -1.37553e-05 -3.35371e-06 2.79746e-06 2.76038e-06 2.36969e-06 6.89724e-06 3.74592e-06 9.76107e-07 -4.40638e-06 -1.27612e-05 -5.73564e-06 2.18356e-06 5.49749e-06 1.08574e-05 7.26313e-06 1.80786e-07 -2.83766e-06 -6.28189e-07 6.8319e-06 1.07762e-05 7.9136e-06 6.53668e-06 1.01506e-05 1.13189e-05 2.03861e-06 -2.74543e-06 2.52991e-06 8.52715e-06 8.42391e-06 4.22268e-06 -2.97337e-06 2.18845e-06 1.13865e-05 9.01146e-06 1.54281e-05 1.57925e-05 1.39777e-05 7.96905e-06 4.53577e-06 1.65881e-06 1.00359e-06 2.68831e-06 6.15978e-06 7.72579e-06 5.95078e-06 1.1657e-05 9.64978e-06 1.12518e-05 1.37292e-05 -3.27384e-06 -5.65971e-06 7.6238e-06 1.28775e-05 1.04685e-05 6.5013e-06 4.92103e-06 2.53971e-06 -8.55034e-07 -2.87086e-06 -1.01582e-05 -1.46694e-05 -2.53366e-06 6.10681e-06 1.09047e-05 6.09877e-06 1.72724e-06 1.07719e-05 3.16169e-06 2.45486e-06 3.72601e-06 6.09651e-06 8.73783e-06 8.39365e-06 2.9735e-06 -7.19694e-07 -2.51556e-06 -1.95836e-07 8.7922e-06 1.30142e-05 7.73696e-06 1.38755e-06 5.79796e-06 1.45146e-05 1.04302e-05 4.58609e-06 4.1212e-06 5.19413e-06 7.06584e-06 5.73048e-06 -8.66265e-07 -3.15759e-06 1.7059e-06 5.04691e-06 6.65379e-06 4.98002e-06 5.63109e-06 1.02121e-05 1.33989e-05 1.01177e-05 3.08154e-06 4.09294e-07 9.60383e-06 1.93893e-05 2.07566e-05 1.38313e-05 6.08418e-06 1.1487e-06 -1.17172e-06 -3.10295e-06 -3.39501e-06 -1.97534e-06 -1.2944e-06 4.36257e-06 7.23818e-06 5.44236e-06 2.54217e-06 5.09536e-06 7.11819e-06 7.46041e-06 5.04951e-06 6.56674e-06 9.74686e-06 8.99425e-06 6.32748e-07 -5.8639e-06 -3.13831e-06 1.05497e-06 4.50542e-06 8.68849e-06 7.57618e-06 2.24081e-06 1.90176e-06 8.16663e-06 1.28102e-05 6.73729e-06 6.05117e-06 6.79222e-06 8.77065e-06 6.82852e-06 1.50412e-07 -2.60784e-06 6.7555e-07 2.2043e-06 2.76704e-06 2.236e-06 2.43727e-06 5.60998e-06 9.87009e-06 1.05725e-05 4.71814e-06 -5.5678e-06 -3.86497e-06 7.8965e-06 1.58303e-05 1.43786e-05 1.04867e-05 8.45066e-06 4.93576e-06 -4.67024e-07 3.67692e-06 5.06791e-06 8.22496e-06 9.97367e-06 5.09588e-06 4.39797e-06 5.29493e-06 2.04295e-06 4.71995e-06 5.4159e-06 6.39763e-06 7.23539e-06 8.2401e-06 6.56618e-06 -1.80852e-06 -1.01312e-05 -8.71644e-06 -2.8976e-06 -4.50914e-07 2.76871e-06 2.45033e-06 -2.48216e-06 -1.6356e-06 7.7928e-06 1.15821e-05 4.23204e-06 5.52585e-06 7.87901e-06 5.52826e-06 4.38249e-06 3.72934e-09 -2.93189e-06 8.41124e-07 6.00936e-07 2.88481e-06 3.87464e-06 6.03174e-06 5.46544e-06 8.5557e-06 9.62757e-06 2.86062e-06 -9.21019e-06 -1.61584e-05 -4.66239e-06 3.50117e-06 1.20855e-05 2.16689e-05 1.78547e-05 1.10377e-05 8.49317e-06 9.92094e-06 6.43503e-06 3.33342e-06 4.35201e-06 4.4174e-06 3.98198e-06 3.76184e-06 3.57581e-06 3.28128e-06 7.59937e-07 1.62398e-06 4.10931e-06 3.84976e-06 3.16664e-06 -6.11918e-07 -3.9575e-06 -2.00195e-06 -1.16095e-06 -4.25697e-07 1.38027e-07 -1.0155e-06 -2.18975e-06 -2.37736e-06 3.7394e-06 6.54065e-06 4.91197e-06 4.65063e-06 5.46632e-06 4.35271e-06 3.69419e-06 -7.04315e-07 -5.3043e-06 2.60433e-06 5.87938e-06 7.3298e-06 6.87151e-06 7.63813e-06 7.47574e-06 6.74237e-06 4.87828e-06 -1.72351e-06 -1.19265e-05 -7.53865e-06 -3.33563e-06 -1.30094e-06 9.39566e-06 1.6631e-05 1.46366e-05 1.01736e-05 8.33501e-06 7.19065e-06 4.14474e-06 1.35368e-06 1.14559e-06 1.85477e-06 5.55113e-06 8.71653e-06 1.21981e-05 1.063e-05 3.20877e-06 3.71386e-06 4.18722e-06 1.97211e-06 1.57944e-06 1.78217e-06 2.37747e-06 5.62932e-06 5.73036e-06 3.08399e-06 2.48695e-06 1.91727e-06 2.54211e-06 2.36576e-06 7.32718e-07 1.19753e-06 1.52107e-06 3.42901e-06 4.52605e-06 3.02707e-06 1.3555e-06 -1.23888e-07 -1.38876e-06 1.66763e-06 5.11433e-06 9.10415e-06 1.13521e-05 1.25879e-05 9.97045e-06 4.01386e-06 -3.92445e-07 -2.54146e-06 -3.40313e-06 -1.13291e-06 -5.59854e-07 -2.60824e-06 3.9768e-06 4.88096e-06 3.25185e-06 2.81742e-06 4.19201e-06 4.34939e-06 3.228e-06 1.0284e-06 -1.69519e-06 -2.41756e-06 2.50248e-06 9.28105e-06 1.16004e-05 9.29441e-06 8.59571e-06 1.37347e-05 1.34015e-05 1.02076e-05 5.06148e-06 6.24061e-06 8.65365e-06 1.04216e-05 8.28815e-06 5.58574e-06 5.97555e-06 4.80435e-06 3.65018e-06 3.72064e-06 2.05443e-06 3.71406e-07 -3.50834e-06 -2.73763e-06 1.65992e-06 8.81672e-07 -5.11222e-07 3.40073e-07 1.48078e-06 2.35409e-06 2.16752e-06 3.89093e-06 7.29396e-06 9.28417e-06 5.82219e-06 1.88956e-07 -2.50365e-06 -1.50131e-06 1.78808e-06 1.56563e-06 4.36214e-08 -1.1331e-06 7.28185e-06 -2.13016e-06 -9.31242e-06 -7.60421e-06 -4.3214e-06 -1.25371e-06 1.09557e-06 1.12283e-06 -1.64632e-06 -4.57172e-06 -3.75794e-06 3.38386e-06 3.99125e-06 8.1634e-06 1.79721e-05 1.64207e-05 1.38256e-05 8.26815e-06 3.9414e-06 5.01269e-06 5.54606e-06 6.81466e-06 6.74129e-06 5.08845e-06 3.74816e-06 3.40265e-06 3.37607e-06 2.55347e-06 1.14195e-06 8.77063e-08 -2.70929e-06 -3.97426e-06 -5.86025e-07 7.2791e-07 2.22584e-07 1.67608e-06 2.92769e-06 2.25732e-06 7.13533e-07 1.16229e-06 3.08974e-06 5.03498e-06 3.94223e-06 6.74879e-07 -2.03003e-06 -3.53725e-06 3.06242e-07 -1.92352e-07 -5.22978e-07 -1.40474e-06 3.64803e-06 4.57273e-06 9.47884e-07 -8.64994e-07 -4.99037e-07 3.47746e-07 5.82394e-07 1.22872e-06 7.0083e-07 -2.30694e-06 -3.17533e-06 2.68197e-07 3.37894e-06 1.26178e-05 1.23823e-05 1.21408e-05 1.17125e-05 8.46725e-06 3.84752e-06 3.18215e-06 5.36239e-06 8.02675e-06 8.61579e-06 6.92781e-06 4.23367e-06 1.7093e-06 -1.07318e-07 -1.42684e-06 -2.15585e-06 -9.12815e-07 -5.31446e-10 -5.20347e-07 3.34825e-07 1.21766e-06 9.00942e-07 1.40884e-06 2.62776e-06 1.40281e-06 5.42225e-07 1.37953e-07 2.8703e-07 1.2415e-06 2.0693e-06 2.97545e-06 3.82861e-06 1.71108e-06 3.73456e-07 -1.361e-06 -1.91989e-06 -1.47841e-06 1.06344e-06 4.45169e-06 4.60999e-06 1.69597e-06 1.58222e-06 2.6394e-06 3.31367e-06 2.50095e-06 2.91697e-06 2.12539e-08 -3.36068e-06 -1.93711e-06 3.4327e-06 7.82344e-06 6.37587e-06 6.44772e-06 7.18537e-06 6.21272e-06 3.45867e-06 2.40567e-06 2.32176e-06 2.86875e-06 3.49839e-06 4.1661e-06 4.82817e-06 4.49802e-06 2.62147e-06 1.26344e-07 -1.86913e-06 -1.24667e-06 1.11004e-06 2.06456e-06 1.65761e-06 2.08632e-07 1.6471e-08 2.96594e-07 1.21805e-06 1.66952e-06 1.16297e-06 5.94698e-07 -2.33483e-07 -4.7802e-07 -1.49369e-07 6.83795e-07 1.67607e-06 9.30124e-07 -3.54094e-07 -4.44717e-07 -7.62713e-07 -3.91059e-07 7.06418e-07 1.67363e-06 2.51811e-06 1.05446e-06 -1.97536e-06 1.65263e-06 3.18504e-06 2.54373e-06 6.13412e-07 -9.15255e-07 -3.65549e-06 -4.10885e-06 -1.10658e-06 2.86655e-06 3.65377e-06 2.56697e-06 1.55208e-06 6.28897e-07 1.09381e-07 3.36085e-07 1.02573e-06 1.38713e-06 1.38784e-06 1.51823e-06 1.86475e-06 2.15174e-06 2.08443e-06 5.67824e-07 -1.65085e-06 -9.42274e-07 9.0226e-07 1.52974e-06 9.97718e-07 -5.0211e-07 -3.66433e-07 1.15745e-08 5.91266e-07 1.38787e-06 1.86067e-06 1.45771e-06 2.41652e-07 -5.31165e-07 -5.91304e-07 -2.88202e-07 7.99097e-08 -1.02772e-07 1.4517e-07 1.06938e-06 1.34807e-06 1.25912e-06 3.64625e-07 -4.6027e-07 -5.34183e-07 -4.60012e-07 -1.25678e-06 1.3639e-06 2.497e-06 1.88945e-06 2.09683e-07 -8.41976e-07 -2.2617e-06 -4.08084e-06 -3.78119e-06 -1.57759e-06 8.50476e-07 1.80583e-06 1.35427e-06 -1.06811e-07 -1.89449e-06 -3.06739e-06 -2.46414e-06 -2.3037e-07 4.96805e-07 -2.32022e-07 -7.55704e-07 -2.31653e-09 1.6137e-06 -5.08237e-08 -1.18533e-06 -1.28344e-06 -6.52451e-07 -1.15693e-07 -1.40309e-07 -8.30591e-07 -1.79551e-07 3.82234e-07 1.54265e-06 1.92894e-06 2.23028e-06 2.12234e-06 1.18905e-06 9.4812e-08 -1.32982e-07 -1.24658e-08 2.73336e-08 1.01806e-06 1.86057e-06 2.58528e-06 2.53884e-06 1.81564e-06 8.41481e-07 -8.34134e-07 -1.16594e-06 3.16948e-08 6.3379e-07 -7.03328e-07 4.23356e-07 1.47946e-06 9.42387e-07 1.63966e-07 3.38891e-07 -1.30384e-06 -1.17709e-06 -3.26568e-07 9.53009e-07 1.86212e-06 1.40614e-06 3.15481e-07 -2.97761e-07 -2.88976e-07 -3.25336e-08 -3.24138e-07 -1.36942e-06 -2.16931e-06 -1.91876e-06 -6.13936e-07 1.01865e-06 6.77373e-07 3.51737e-07 -6.87488e-07 -1.96127e-06 -2.48594e-06 -2.15067e-06 3.26104e-07 2.8857e-07 5.6043e-07 7.37416e-07 5.0247e-07 2.26908e-07 1.65352e-07 2.21642e-07 2.57608e-07 2.23954e-07 1.33123e-07 2.91094e-08 -3.76872e-08 -9.403e-08 -1.31086e-07 -1.57417e-07 -2.12351e-07 -2.38999e-07 -1.9985e-07 -1.3738e-07 -1.17095e-07 -1.56785e-07 -1.86648e-07 -1.49028e-07 -8.3861e-08 -7.31527e-08 -1.1809e-07 -1.38977e-07 -7.12308e-08 3.05396e-08 7.33556e-08 9.51908e-08 1.28172e-07 1.06362e-07 1.581e-08 -1.1461e-07 -1.96592e-07 -1.27865e-07 1.13552e-07 2.46158e-07 1.89192e-07 1.20092e-07 1.20422e-07 1.08421e-07 6.72437e-08 9.4987e-08 2.17228e-07 3.58065e-07 4.92131e-07 4.81861e-07 6.36007e-07 4.77612e-07 8.96767e-07 1.42641e-06 1.2022e-06 7.12117e-07 4.64644e-07 5.20653e-07 5.86326e-07 5.03023e-07 3.56007e-07 1.66822e-07 4.97827e-09 -8.49866e-08 -1.45418e-07 -1.96086e-07 -2.89393e-07 -3.64118e-07 -3.21755e-07 -2.20119e-07 -1.74769e-07 -2.2773e-07 -2.78446e-07 -2.25864e-07 -1.23915e-07 -1.08796e-07 -1.85019e-07 -2.31059e-07 -1.36643e-07 4.83248e-08 1.6838e-07 2.42138e-07 3.04692e-07 2.49058e-07 7.91275e-08 -1.3438e-07 -2.59701e-07 -1.81673e-07 1.21243e-07 3.71531e-07 3.36022e-07 2.34559e-07 2.35372e-07 2.35671e-07 1.63982e-07 1.35392e-07 2.88655e-07 5.37633e-07 8.27838e-07 9.35533e-07 1.30814e-06 6.78187e-07 9.17292e-07 2.0456e-06 2.3742e-06 1.74493e-06 1.06e-06 8.97286e-07 1.11625e-06 9.88494e-07 7.40511e-07 7.23287e-07 3.26994e-07 5.06485e-08 -4.31973e-08 -1.30574e-07 -2.46856e-07 -3.66564e-07 -3.81998e-07 -3.00615e-07 -2.30959e-07 -2.83478e-07 -3.6591e-07 -3.06288e-07 -1.6122e-07 -1.25906e-07 -2.60768e-07 -3.70971e-07 -2.75332e-07 9.80151e-10 2.71115e-07 5.07352e-07 6.99252e-07 6.62113e-07 3.89488e-07 -2.12964e-08 -3.09252e-07 -2.60191e-07 2.13013e-08 4.32667e-07 5.32054e-07 4.46456e-07 4.45963e-07 4.99716e-07 4.65186e-07 2.56204e-07 2.77304e-07 6.00838e-07 1.09555e-06 1.67581e-06 1.85724e-06 9.07728e-07 4.79213e-07 1.3933e-06 2.81939e-06 2.74317e-06 1.76046e-06 1.08365e-06 1.35021e-06 2.03528e-06 1.74683e-06 1.7061e-06 1.25633e-06 2.9364e-07 1.88706e-07 7.46369e-08 -4.58072e-08 -1.45383e-07 -1.86245e-07 -2.06225e-07 -3.13649e-07 -4.1038e-07 -4.64094e-07 -3.67796e-07 -1.70758e-07 -8.21372e-08 -2.39541e-07 -4.16148e-07 -3.9866e-07 -1.39668e-07 2.29564e-07 7.11483e-07 1.22028e-06 1.44025e-06 1.21563e-06 5.81739e-07 -2.07359e-07 -3.98591e-07 -2.22391e-07 1.95541e-07 4.90109e-07 5.50361e-07 5.36694e-07 6.05027e-07 8.11153e-07 6.29942e-07 1.53087e-07 3.67886e-07 7.89432e-07 1.42022e-06 1.06832e-06 7.52516e-07 3.23439e-07 2.31584e-07 1.50924e-06 2.35026e-06 1.87209e-06 8.71573e-07 5.72565e-07 2.26751e-06 3.78499e-06 3.80764e-06 2.77098e-06 6.60024e-07 6.25176e-07 6.1154e-07 4.23493e-07 4.49881e-07 5.51849e-07 5.31402e-07 -6.44291e-08 -6.20234e-07 -7.72706e-07 -5.51983e-07 -1.68974e-07 9.55156e-10 -1.37894e-07 -2.93862e-07 -3.09339e-07 -1.72354e-07 1.04076e-07 6.68037e-07 1.38031e-06 1.97915e-06 2.33028e-06 1.82523e-06 4.47759e-07 -5.71061e-07 -5.11252e-07 -2.61571e-07 1.13796e-07 4.16626e-07 4.13315e-07 3.52e-07 6.5853e-07 9.474e-07 1.53071e-07 -1.20909e-07 6.44589e-07 6.7413e-07 -2.06998e-06 -7.43464e-07 3.57634e-07 1.81094e-07 2.93268e-07 8.43957e-07 9.07737e-07 4.62118e-07 -6.09937e-07 8.32851e-07 5.05933e-06 6.43041e-06 4.70263e-06 1.1718e-06 7.4839e-07 1.11157e-06 1.27535e-06 1.81702e-06 2.26989e-06 2.46009e-06 1.28686e-06 -5.15324e-07 -8.55575e-07 -6.93445e-07 -2.43118e-07 1.65879e-07 4.49712e-08 -1.13408e-07 -1.22674e-08 1.11278e-07 2.59706e-07 6.45104e-07 1.35199e-06 1.60077e-06 2.18937e-06 2.65488e-06 1.55559e-06 -2.55877e-07 -6.36442e-07 -5.57202e-07 -4.58065e-07 6.44149e-08 2.31452e-07 -4.42175e-10 1.29362e-07 7.5846e-07 6.39377e-07 -1.56701e-07 2.54093e-06 1.56052e-06 2.7161e-06 -1.38212e-06 1.79443e-06 3.71412e-06 1.31027e-06 -6.13946e-07 -5.83549e-07 2.22988e-07 -7.49795e-07 -9.25076e-07 4.62175e-06 7.96193e-06 6.52168e-06 1.85227e-06 4.43898e-07 7.97066e-07 2.19269e-06 4.20692e-06 6.29312e-06 5.64896e-06 5.00865e-06 9.52024e-07 -1.12906e-06 -6.07987e-08 1.79137e-07 7.97789e-07 6.39245e-07 1.03299e-07 1.90545e-07 4.4912e-07 5.79966e-07 1.17956e-06 2.62122e-06 1.94091e-06 9.41437e-07 1.49489e-06 1.44413e-06 1.62924e-07 -4.60364e-07 -3.12857e-07 -6.70019e-07 -3.18695e-07 3.08738e-09 -2.09912e-07 -4.30025e-07 2.45007e-07 1.05781e-06 9.07241e-07 2.52814e-06 1.26474e-05 7.6816e-06 2.07152e-06 3.23281e-06 5.51679e-06 3.44871e-06 1.06007e-06 -1.70448e-07 -3.35835e-07 -8.56451e-08 -1.2682e-06 2.71643e-06 8.38036e-06 6.85462e-06 2.48684e-06 5.89505e-07 8.08817e-07 3.54403e-06 7.4042e-06 9.94457e-06 1.00388e-05 8.75756e-06 4.69616e-06 -1.22898e-06 -4.60034e-07 5.76961e-07 5.94474e-07 1.7936e-06 1.32859e-06 2.49942e-07 6.08792e-07 2.56875e-07 1.00364e-06 6.87151e-06 1.35099e-05 9.15836e-06 3.6754e-06 1.07353e-06 3.1452e-07 -2.02431e-07 -9.78271e-08 -5.52849e-07 -8.41506e-08 9.17987e-07 5.96198e-07 4.63027e-08 -7.94756e-07 8.46045e-07 1.31926e-06 3.01552e-06 1.03564e-05 6.29622e-06 3.42458e-06 2.89322e-06 5.51176e-06 4.26861e-06 4.09376e-06 3.5203e-06 9.56899e-07 -6.35067e-07 -5.73445e-06 8.42064e-07 7.4607e-06 7.74755e-06 2.33449e-06 -1.65236e-07 1.64594e-06 5.74173e-06 1.1158e-05 1.28199e-05 1.05014e-05 8.60141e-06 6.64487e-06 7.43423e-07 -3.32036e-07 1.22393e-06 -1.93013e-07 7.49922e-07 3.19526e-06 1.30908e-06 5.53247e-07 -2.16426e-06 -3.29952e-06 8.43696e-06 2.49618e-05 1.49085e-05 7.4084e-06 2.66957e-06 1.30151e-06 5.40715e-07 1.77513e-07 5.94598e-07 1.45933e-06 4.69297e-06 1.76196e-06 1.14875e-07 -2.40446e-06 -2.90025e-06 1.25937e-06 8.22308e-06 9.00167e-06 6.09017e-06 4.21982e-06 3.30238e-06 3.25663e-06 3.51845e-06 3.95426e-06 4.09304e-06 2.8593e-06 -2.34472e-06 -6.28649e-06 -1.71599e-06 5.20995e-06 7.86407e-06 3.72981e-06 -2.28067e-06 -7.37548e-07 4.84224e-06 9.99711e-06 1.27639e-05 1.1068e-05 8.10744e-06 4.9738e-06 1.73715e-06 4.91361e-08 1.35447e-06 4.6788e-07 -1.8119e-06 2.39705e-06 3.04554e-06 -6.82036e-07 -5.93333e-06 -1.61649e-05 4.78927e-06 2.02018e-05 1.36459e-05 8.9874e-06 5.08814e-06 2.0946e-06 1.62223e-06 1.65021e-06 3.14737e-06 2.54913e-06 6.40009e-06 5.80468e-07 -8.65467e-07 -3.49115e-06 -7.25455e-06 -9.80124e-07 1.21206e-05 9.91383e-06 6.69828e-06 4.37043e-06 3.6547e-06 2.25195e-06 1.23462e-06 3.02152e-06 2.38733e-06 6.68071e-07 -5.09131e-06 -5.68716e-06 -9.31327e-06 1.68497e-06 5.95016e-06 4.81336e-06 -2.75716e-07 -2.42703e-07 5.17163e-06 5.76063e-06 7.00553e-06 6.90613e-06 5.29841e-06 1.78375e-06 -2.67389e-07 -9.36223e-07 2.14365e-07 4.76309e-07 -4.16615e-06 -2.91797e-06 1.39069e-06 -2.04761e-06 -6.97383e-06 -1.90916e-05 -4.26149e-06 1.42568e-05 1.03782e-05 7.92738e-06 5.47068e-06 2.10659e-06 1.2627e-06 4.21052e-06 6.19545e-06 4.1082e-06 5.34185e-06 -5.77185e-07 -2.4323e-06 -2.82869e-06 -6.86014e-06 -7.94252e-06 8.98933e-06 1.04451e-05 8.35875e-06 2.67431e-06 2.81651e-06 3.39136e-06 2.78298e-06 2.83231e-06 1.24831e-06 -2.1913e-06 -1.23103e-05 -5.80202e-06 -9.69582e-06 -4.75319e-06 2.40598e-06 3.10357e-06 1.99916e-06 7.05914e-06 7.43587e-06 3.60594e-06 2.15523e-06 1.62928e-06 2.01998e-06 7.39766e-09 -4.87805e-06 -5.89505e-06 -2.31071e-06 3.69749e-07 -2.05281e-06 -1.78198e-05 -1.00183e-05 -7.66471e-06 -9.31377e-06 -1.63222e-05 -6.25949e-06 8.19921e-06 6.07903e-06 4.33102e-06 2.39582e-06 8.37332e-07 7.83189e-07 7.50133e-06 1.1026e-05 6.41257e-06 3.04621e-06 -1.43773e-06 -3.62533e-06 9.46847e-07 -3.59615e-06 -1.03155e-05 2.63798e-06 9.80634e-06 1.55473e-05 2.43648e-06 1.44241e-06 3.41457e-06 2.73169e-06 2.81539e-06 2.17545e-06 -1.19702e-06 -1.09525e-05 -6.06986e-06 -2.96387e-06 -1.02929e-05 -3.02978e-06 -5.68276e-07 8.07973e-07 1.00844e-05 8.01309e-06 1.23747e-06 7.26901e-07 -1.89288e-06 -2.23605e-06 -1.37604e-06 -3.8748e-06 -5.03935e-06 -2.21935e-06 1.71176e-06 1.81111e-06 -1.51856e-05 -2e-05 -1.56984e-05 -8.69411e-06 -7.93107e-06 -3.81581e-06 4.48682e-06 4.09553e-06 2.68091e-06 1.44035e-06 1.76159e-06 1.38208e-06 8.90391e-06 1.46028e-05 8.90541e-06 1.2958e-06 -3.42412e-06 -4.22995e-06 1.94575e-06 1.19239e-06 -1.84616e-06 -4.54783e-07 6.69302e-06 8.18492e-06 9.38996e-07 5.63353e-07 4.77893e-06 2.15469e-06 1.27753e-06 7.5417e-07 4.70777e-06 2.5299e-07 5.80626e-06 5.4336e-06 -2.79532e-06 -5.11657e-06 -1.76146e-06 -3.93126e-07 6.48477e-06 6.73216e-06 -4.16601e-07 1.26048e-06 -3.56147e-07 -2.23499e-06 -8.83817e-07 -8.06328e-07 -1.8446e-06 -2.74319e-08 1.74613e-06 1.68653e-06 -1.08028e-06 -2e-05 -2e-05 -6.68696e-06 -5.08315e-06 -3.45708e-06 3.59967e-06 1.28009e-06 1.58957e-07 2.38827e-06 2.96413e-06 1.00438e-06 2.74814e-06 8.91034e-06 8.4767e-06 -9.24979e-07 -8.22014e-06 -4.05802e-06 2.03453e-06 1.83198e-06 3.41792e-06 -2.50573e-06 2.31587e-06 -2.65515e-06 -3.09327e-06 -2.29324e-06 4.19264e-07 1.87155e-06 -8.41712e-07 -3.52761e-06 -2.2684e-06 1.46439e-06 1.57248e-06 8.41733e-06 -5.40488e-07 1.8014e-06 2.01429e-06 4.88868e-07 5.16156e-06 7.13186e-06 2.14887e-06 -1.15938e-06 -1.41102e-06 -5.99431e-07 1.51253e-06 4.87916e-06 2.69181e-06 2.86957e-06 2.74807e-06 5.28544e-07 3.39662e-06 -8.9438e-06 -1.76031e-05 -6.93051e-06 -7.69028e-06 -4.0443e-06 3.44526e-07 -1.82656e-06 -4.12481e-06 2.21078e-06 1.8412e-06 2.62861e-07 4.99244e-07 4.0974e-07 2.18803e-06 -3.58731e-06 -8.50286e-06 -8.03831e-07 3.62499e-06 3.80179e-06 4.85175e-06 3.82092e-06 7.13594e-07 -4.79721e-06 -5.31554e-06 1.39296e-06 2.86457e-06 3.24686e-06 -7.25485e-07 -3.29005e-06 -3.95163e-06 -3.70617e-06 1.07234e-06 7.25234e-06 2.06454e-06 2.42165e-06 1.07794e-06 -1.48261e-06 4.38843e-06 3.93026e-06 -8.9154e-06 -7.44997e-06 -4.5566e-06 -7.43624e-07 3.13882e-06 2.40121e-06 6.75543e-06 4.78852e-06 6.02156e-06 7.04401e-06 4.53406e-06 2.81625e-06 -3.53414e-06 -4.52918e-06 -5.87686e-06 -1.7966e-06 -1.38412e-06 -5.74178e-06 -6.70045e-06 -1.65696e-06 -1.22266e-06 3.66804e-07 3.68853e-06 3.91752e-06 5.87879e-07 -2.92407e-06 -4.07205e-06 1.62192e-06 4.59116e-06 6.58243e-06 9.92307e-06 1.12064e-05 4.61511e-06 -9.47319e-07 -1.39069e-06 3.3853e-06 6.06888e-06 4.09127e-06 5.90315e-08 -1.68951e-06 -3.04351e-06 -3.33695e-06 -1.09977e-05 7.50591e-06 3.76005e-06 -2.76005e-06 -6.0182e-06 -4.84258e-06 -5.60238e-06 -1.82172e-05 -1.14984e-05 -3.40543e-06 -2.22392e-06 4.80986e-07 3.02984e-07 -1.79977e-06 5.36728e-06 1.87535e-06 4.77509e-06 8.79897e-06 8.56163e-06 4.97411e-06 4.43595e-06 5.95231e-06 6.54584e-06 4.58672e-06 2.18759e-06 -1.44368e-07 -2.29565e-06 -9.14571e-07 -4.66305e-06 -3.16522e-06 6.15834e-06 9.97482e-06 6.08579e-06 6.14405e-07 -3.6754e-07 2.65848e-06 4.03883e-06 7.2636e-06 1.27767e-05 1.73329e-05 1.04396e-05 4.3019e-06 1.37242e-06 2.38478e-06 5.5323e-06 3.12261e-06 6.19307e-07 1.17667e-07 -1.72232e-06 9.76856e-07 -2.51512e-06 1.25486e-05 5.38601e-06 -7.99997e-06 -1.045e-05 -9.73729e-07 1.73787e-06 -2.48391e-06 -1.02768e-07 7.81182e-07 -1.51799e-06 -3.34199e-06 -8.28037e-06 -7.31517e-07 7.81603e-06 6.15786e-06 1.28752e-06 4.17596e-06 5.24647e-06 4.26654e-06 4.14707e-06 4.79043e-06 5.08475e-06 3.63299e-06 2.85352e-06 2.50058e-06 4.72585e-06 2.90699e-06 -1.75182e-06 -6.68161e-06 2.55218e-06 8.2277e-06 8.01044e-06 3.82129e-06 1.35498e-06 5.3217e-06 5.72277e-06 5.19709e-06 7.84006e-06 1.20096e-05 1.17834e-05 2.78756e-06 1.02832e-06 1.67415e-07 4.79394e-07 3.57101e-07 1.70912e-06 2.91711e-06 1.94396e-06 4.95762e-06 9.88011e-06 1.9682e-05 1.68782e-05 1.94607e-06 -4.30328e-06 5.77512e-06 1.0674e-05 8.4204e-06 5.01965e-06 3.54007e-06 3.23332e-06 -2.74562e-07 -5.70688e-06 3.44155e-06 4.42937e-06 1.07572e-05 1.17916e-06 1.89318e-06 3.07652e-07 5.16281e-07 2.9368e-06 3.48744e-06 2.76076e-06 2.02893e-06 6.64086e-06 1.34523e-05 1.0688e-05 2.84483e-06 9.77077e-08 1.09491e-06 3.58745e-07 6.38044e-07 4.98017e-06 5.25569e-06 3.95063e-06 7.8948e-06 1.1238e-05 6.87382e-06 6.28938e-06 3.5922e-06 5.2758e-06 3.47187e-06 1.53314e-06 -3.7009e-06 -3.93639e-06 6.08136e-07 3.67101e-06 3.94906e-06 3.9324e-06 5.68381e-06 1.17954e-05 1.4006e-05 2.03922e-05 1.6851e-05 7.40294e-06 3.88374e-06 1.40229e-05 1.51228e-05 1.00492e-05 6.09981e-06 6.73598e-06 3.99625e-06 9.57528e-07 7.65759e-06 1.84333e-05 7.21257e-06 1.72284e-06 1.02068e-06 -3.83787e-07 -5.72638e-06 1.36002e-06 3.60241e-06 3.86301e-06 3.63764e-06 1.04415e-05 2.05758e-05 1.72759e-05 5.07146e-06 -7.80303e-07 4.83278e-06 6.00491e-06 4.05454e-07 7.17762e-07 2.39188e-06 1.9688e-06 5.10561e-06 1.07863e-05 1.48442e-05 8.6891e-06 4.54232e-06 5.26012e-06 5.64571e-06 2.59989e-06 -7.84848e-06 -1.02715e-05 -2.45407e-06 5.23155e-06 4.39369e-06 4.23773e-06 6.14706e-06 1.03399e-05 1.226e-05 1.14978e-05 1.40324e-05 9.59388e-06 -9.47496e-07 2.73851e-07 9.46365e-06 1.14564e-05 9.40598e-06 1.0397e-05 8.78256e-06 5.79067e-06 6.8602e-06 1.73017e-05 1.30138e-05 9.4108e-07 -4.19442e-07 8.33919e-07 8.65101e-07 1.17188e-06 8.75081e-07 4.71424e-06 5.46833e-06 5.59358e-06 1.45671e-05 1.39296e-05 4.60996e-06 -2.63914e-06 2.28921e-07 7.63816e-07 -1.83394e-06 -2.1405e-06 8.32342e-08 1.20329e-06 4.54446e-06 1.34391e-05 1.80281e-05 1.44717e-05 8.46006e-06 6.61278e-06 5.85781e-06 3.87073e-06 -7.61381e-06 -1.2156e-05 6.96314e-07 9.70997e-06 7.43741e-06 6.25044e-06 8.28209e-06 9.28946e-06 1.07047e-05 5.99342e-06 1.19789e-06 -1.96574e-06 -8.73611e-06 -7.06592e-06 2.46848e-06 5.29617e-06 1.3515e-05 1.69383e-05 1.17115e-05 7.96954e-06 8.77399e-06 1.09726e-05 9.00631e-06 3.75996e-06 -6.16392e-07 1.92802e-06 3.17009e-06 6.24427e-06 -1.05745e-07 -2.19221e-06 -1.83681e-06 4.98683e-06 9.27351e-06 1.0033e-05 7.06388e-06 3.00434e-06 8.48085e-07 4.796e-08 4.24298e-07 1.40021e-06 2.98666e-06 3.18237e-06 4.77043e-06 9.36037e-06 1.35159e-05 7.6985e-06 7.34929e-06 6.87419e-06 3.54422e-06 3.13176e-06 -4.93022e-06 -4.4851e-06 9.72082e-06 1.95953e-05 1.43939e-05 9.13363e-06 7.5359e-06 6.18052e-06 8.09154e-06 5.67088e-06 -2.59052e-06 -8.80183e-06 -9.67741e-06 -3.23466e-06 4.033e-07 1.98835e-05 1.31689e-05 8.91291e-06 8.59444e-06 7.57623e-06 7.42681e-06 5.22702e-06 3.65135e-06 4.33906e-06 5.07385e-07 1.61836e-06 7.4109e-06 1.10654e-05 4.6836e-06 -1.12212e-07 5.19447e-06 1.2946e-05 1.05812e-05 1.03308e-05 8.4944e-06 4.48535e-06 5.2187e-06 6.55181e-06 4.02485e-06 3.78425e-06 6.21206e-06 4.87153e-06 3.84882e-06 3.47412e-06 4.40222e-06 2.37953e-06 9.34474e-07 1.96234e-06 1.86749e-06 8.39327e-07 -3.72065e-06 -8.40877e-06 6.14298e-06 1.60856e-05 2.08407e-05 1.75115e-05 1.36162e-05 9.21411e-06 5.80491e-06 2.64354e-06 -2.96973e-06 -3.94468e-06 -1.34249e-06 -1.13694e-06 2.05831e-06 1.15676e-05 5.88909e-06 3.1007e-06 6.84477e-06 8.24351e-06 1.00909e-05 7.42756e-06 1.23067e-06 1.63353e-06 1.0083e-06 -1.24188e-08 6.35329e-06 8.50061e-06 6.97867e-06 6.8777e-06 8.91555e-06 8.17021e-06 3.42537e-06 3.36267e-06 3.1618e-06 3.62202e-06 5.9921e-06 5.21451e-06 3.2724e-06 3.04689e-06 1.96197e-06 1.57971e-06 3.90528e-06 1.34768e-06 -1.81036e-06 -2.90538e-06 -2.84582e-06 4.54198e-07 8.15363e-07 -8.26346e-07 -1.39224e-06 -1.72355e-06 2.53789e-06 4.9233e-06 1.05899e-05 1.32114e-05 1.33914e-05 8.4972e-06 2.65401e-06 -4.10856e-07 -4.70436e-07 3.05003e-06 4.72283e-06 1.3972e-06 -7.38363e-07 2.70652e-06 6.65948e-07 -2.17044e-06 -1.23829e-08 2.25244e-06 4.34182e-06 4.28861e-06 -2.41178e-07 -1.25561e-06 -9.97736e-07 -1.04468e-06 2.04343e-06 3.03583e-06 5.07956e-06 8.0021e-06 1.31337e-05 1.54751e-05 5.38398e-06 -3.21407e-06 -3.07074e-07 3.81294e-06 4.25365e-06 4.15827e-06 4.07091e-06 1.54204e-06 -6.9142e-08 9.85523e-07 1.41493e-06 1.1476e-06 -1.72023e-06 -5.46549e-06 -3.89246e-06 -1.79157e-07 2.5974e-06 9.27926e-07 1.66212e-06 2.11165e-06 8.94452e-07 2.22977e-06 4.72231e-06 8.00205e-06 1.06242e-05 9.09971e-06 4.04844e-06 -3.72413e-07 -1.03645e-06 9.24912e-07 2.50276e-06 7.61896e-07 -1.3143e-06 2.95448e-06 4.64666e-06 3.97966e-06 1.70449e-06 2.2584e-07 1.75705e-06 2.94027e-06 1.46513e-06 -5.25505e-07 -1.58659e-06 6.98821e-07 5.42535e-06 6.6712e-06 7.24527e-06 6.47879e-06 1.14145e-05 1.41128e-05 1.06308e-05 7.43746e-06 8.92233e-06 1.05914e-05 1.13078e-05 1.02207e-05 7.14151e-06 3.3915e-06 -2.411e-07 -2.64622e-06 -1.74541e-06 1.76499e-07 1.98116e-07 -1.57299e-06 -1.47907e-06 1.60894e-06 2.40676e-06 1.31603e-06 2.21742e-07 9.96027e-07 1.07143e-06 -1.94297e-07 2.01579e-06 3.69563e-06 6.18681e-06 7.20813e-06 6.17788e-06 3.5653e-06 -7.96695e-07 -9.84675e-07 -7.28908e-07 -1.27132e-06 -2.37147e-06 3.67179e-07 3.17657e-06 4.10737e-06 1.13015e-06 -1.88393e-06 1.56937e-06 2.85949e-06 2.49464e-06 1.21583e-06 -5.85337e-07 -2.39872e-06 -8.90498e-07 2.38303e-06 2.4703e-06 1.58635e-06 4.4644e-06 7.15064e-06 1.04393e-05 7.454e-06 6.81414e-06 4.94996e-06 3.25422e-06 2.52158e-06 2.72061e-06 3.29769e-06 2.94741e-06 1.37051e-06 -9.20197e-08 -3.11214e-07 4.16997e-07 5.06685e-07 8.07988e-07 2.12164e-06 1.56281e-06 1.12473e-06 4.80376e-07 8.10162e-08 1.22678e-06 1.71208e-06 9.57296e-07 1.32116e-06 2.26659e-06 3.17878e-06 3.52156e-06 2.49629e-06 -1.98559e-06 -3.90694e-06 -1.46173e-06 -5.161e-07 -9.06956e-07 -8.18343e-08 8.63105e-07 1.0787e-06 7.13625e-09 -2.92333e-06 1.06762e-06 3.04071e-06 2.83633e-06 5.06708e-07 -1.08709e-06 -2.893e-06 -3.29248e-06 -1.28932e-06 1.40227e-06 6.88256e-07 9.06943e-07 2.06459e-06 3.19374e-06 3.82141e-06 3.47042e-06 2.29726e-06 1.38059e-06 9.18165e-07 9.20798e-07 1.24773e-06 1.28498e-06 1.14775e-06 7.96756e-07 -4.83983e-07 -3.61004e-07 8.73015e-07 1.64435e-06 1.80038e-06 1.02587e-06 1.14409e-06 9.49997e-07 4.19405e-07 1.00316e-06 2.06165e-06 1.78329e-06 7.00887e-07 4.72516e-07 6.88999e-07 5.92838e-07 -4.08773e-07 -3.0628e-06 -1.86953e-06 5.33109e-07 1.30399e-06 5.09634e-07 6.15909e-07 2.56025e-07 -4.35309e-07 -5.45535e-07 -6.09799e-07 1.07723e-06 2.22299e-06 2.2228e-06 8.90874e-07 -7.10675e-07 -1.49275e-06 -2.51174e-06 -2.40569e-06 -1.07036e-06 1.13025e-07 4.94539e-07 1.35153e-06 1.37204e-06 2.88043e-09 -2.63604e-06 -3.4577e-06 -7.31455e-07 4.03213e-07 -1.68561e-07 -4.87091e-07 -8.45409e-08 7.43909e-07 -3.80568e-07 -1.26835e-06 -1.18284e-06 -6.22589e-07 2.30111e-08 5.78358e-07 6.42883e-07 1.43797e-06 1.45635e-06 4.03232e-07 3.97035e-07 1.67238e-06 1.89153e-06 1.16036e-06 2.60545e-07 -1.49876e-07 -4.29538e-07 -9.07672e-07 -1.01095e-06 -4.52974e-07 1.36837e-06 1.88507e-06 8.35631e-07 7.83316e-07 9.35771e-08 -8.58048e-07 -8.93128e-07 -4.58883e-07 -1.55222e-07 6.85519e-07 1.33264e-06 6.13416e-07 9.19585e-08 1.17832e-06 2.51714e-07 -3.40857e-07 -7.25686e-07 -7.37465e-08 1.5166e-06 1.43685e-06 7.40237e-07 5.1663e-07 3.79882e-07 9.43798e-08 -4.0249e-07 -1.1419e-06 -1.70094e-06 -1.80232e-06 -1.25482e-06 -1.9094e-07 -2.4377e-07 -6.62692e-07 -1.24823e-06 -1.92621e-06 -1.82337e-06 -9.45659e-07 5.58979e-07 4.25999e-07 3.36323e-07 2.22478e-07 8.68407e-08 -3.11231e-10 -3.85788e-08 7.06153e-09 6.0765e-08 9.25644e-10 -1.09632e-07 -1.13897e-07 5.49058e-08 2.66844e-07 3.49492e-07 4.13419e-07 4.68239e-07 4.28346e-07 2.74816e-07 1.2661e-07 7.19698e-08 1.52662e-07 2.89062e-07 3.6184e-07 3.48356e-07 2.39845e-07 8.47622e-08 -2.58399e-08 -5.50586e-08 -9.19139e-08 -1.83438e-07 -2.70934e-07 -2.89772e-07 -2.51169e-07 -2.2642e-07 -2.51566e-07 -2.79581e-07 -2.63609e-07 -2.2418e-07 -2.10614e-07 -1.48025e-07 -1.3962e-08 9.64178e-08 9.66232e-08 3.54413e-08 2.60818e-08 1.00463e-07 2.16657e-07 3.58229e-07 5.1067e-07 1.08565e-06 8.38805e-07 5.59474e-07 4.41197e-07 2.55416e-07 7.23753e-08 1.69746e-08 1.0735e-07 1.51575e-07 2.38087e-08 -1.55596e-07 -2.03568e-07 2.74709e-09 3.48736e-07 5.27262e-07 6.4223e-07 7.35139e-07 6.76106e-07 4.74516e-07 2.91541e-07 1.92705e-07 2.7115e-07 4.43944e-07 5.19969e-07 4.86092e-07 3.46184e-07 1.32138e-07 -2.87915e-08 -7.08308e-08 -1.27364e-07 -2.69985e-07 -4.11296e-07 -4.492e-07 -3.92413e-07 -3.49676e-07 -3.79116e-07 -4.18466e-07 -3.90502e-07 -3.31103e-07 -3.06932e-07 -2.27e-07 -4.81527e-08 1.20446e-07 1.46243e-07 5.64379e-08 2.51667e-09 5.79711e-08 2.18027e-07 5.17927e-07 9.0432e-07 1.80577e-06 1.53355e-06 8.40466e-07 6.91665e-07 6.37384e-07 3.26883e-07 1.66155e-07 3.45564e-07 4.16882e-07 1.3409e-07 -1.74506e-07 -3.3533e-07 -2.29513e-07 2.10701e-07 4.82359e-07 5.41441e-07 6.69128e-07 7.6475e-07 6.69355e-07 4.98496e-07 3.64895e-07 3.98658e-07 5.57723e-07 5.91588e-07 5.46461e-07 4.36311e-07 1.95927e-07 -2.50494e-08 -7.35705e-08 -1.25425e-07 -3.05062e-07 -4.99427e-07 -5.57828e-07 -4.86038e-07 -4.31355e-07 -5.03816e-07 -5.9722e-07 -5.64207e-07 -4.51835e-07 -4.02954e-07 -3.31702e-07 -1.44803e-07 9.22071e-08 2.31802e-07 1.68032e-07 7.7836e-09 -6.79773e-08 -5.81443e-09 4.34809e-07 1.26859e-06 1.84703e-06 2.11047e-06 1.08324e-06 5.30652e-07 8.54562e-07 7.43192e-07 4.44578e-07 6.00349e-07 8.56805e-07 4.72915e-07 -4.44995e-08 -3.17577e-07 -4.76349e-07 -1.11386e-07 3.53767e-07 2.08864e-07 9.73669e-08 2.7345e-07 3.7401e-07 3.51819e-07 3.40429e-07 4.12932e-07 6.40637e-07 5.90024e-07 4.449e-07 3.84195e-07 1.83393e-07 -4.31542e-08 -8.83302e-08 -1.384e-07 -2.98769e-07 -4.48137e-07 -4.94296e-07 -3.85465e-07 -2.71916e-07 -3.5407e-07 -5.81716e-07 -6.39525e-07 -4.69774e-07 -3.72543e-07 -3.71257e-07 -2.68823e-07 -8.8251e-08 2.07674e-07 4.15946e-07 2.00275e-07 -1.14765e-07 -2.69702e-07 6.27848e-08 8.03626e-07 6.71893e-07 1.68831e-06 1.2382e-06 2.07453e-07 4.72423e-07 8.66722e-07 8.50878e-07 1.05778e-06 1.28586e-06 1.14092e-06 6.27942e-07 2.24337e-08 -6.7225e-07 -4.06958e-07 5.84683e-07 4.32879e-07 -3.80628e-07 -3.96899e-07 -1.3904e-07 -8.90173e-08 -4.34398e-07 -1.93891e-07 5.85529e-07 8.51349e-07 4.10403e-07 2.72673e-07 1.41671e-07 -2.50063e-08 4.4651e-09 -8.68148e-08 -4.91455e-07 -6.25814e-07 -4.95982e-07 -2.64967e-07 8.37947e-08 1.26456e-07 -2.0973e-07 -4.94697e-07 -4.10553e-07 -1.69877e-07 -2.666e-07 -3.67451e-07 -3.83744e-07 -1.09422e-07 5.42232e-07 5.78608e-07 1.78665e-07 -2.8357e-07 -2.07133e-08 4.84283e-07 3.07351e-06 3.3948e-07 1.15466e-06 1.48322e-07 2.18783e-08 4.16564e-07 9.11266e-07 1.97513e-06 2.4013e-06 1.36539e-06 1.64118e-06 1.73815e-06 -8.45173e-07 -1.02882e-06 7.18211e-07 1.61381e-06 -2.27774e-07 -1.02439e-06 -9.40283e-07 -6.71177e-07 -1.31892e-06 -2.05503e-06 -4.6988e-07 1.3739e-06 9.52031e-07 3.49721e-07 2.67668e-07 2.3788e-07 5.49771e-07 7.61982e-07 -2.96142e-08 -1.24701e-06 -1.11052e-06 -4.03853e-07 1.00759e-07 4.89861e-07 4.23806e-07 -7.45593e-09 -2.78331e-07 -5.85851e-08 -8.3973e-09 -3.53487e-07 -3.06254e-07 -5.34855e-07 1.3395e-07 6.65929e-07 5.24614e-07 7.15399e-07 1.10104e-06 3.69601e-06 4.67587e-06 3.52381e-07 4.87164e-07 6.67495e-07 4.34522e-08 -3.35182e-07 3.19503e-07 2.65245e-06 5.22303e-06 3.06026e-06 1.70153e-06 2.13334e-06 8.8197e-07 -2.99745e-06 -2.99226e-07 1.94528e-06 5.70184e-07 -1.26003e-06 -1.00636e-06 -1.82862e-06 -2.38165e-06 -3.78799e-06 -2.74481e-06 1.33169e-06 2.23108e-06 8.70185e-07 5.81497e-07 7.54138e-07 1.51503e-06 2.42151e-06 2.3222e-06 2.79699e-07 -1.89854e-06 -3.95278e-07 1.4052e-06 7.26911e-07 5.62233e-07 3.71077e-07 -7.87489e-08 -2.0712e-07 1.04942e-07 -5.7081e-08 8.41886e-07 1.07986e-06 -2.09509e-07 3.04494e-08 5.09202e-07 2.06354e-06 8.22385e-07 1.03449e-06 1.85825e-06 3.03201e-06 1.60969e-06 1.68616e-06 7.44663e-07 -7.66989e-07 -3.38227e-06 2.70165e-06 9.77432e-06 9.43698e-06 4.29119e-06 4.68146e-06 5.11027e-06 -1.07871e-06 -1.39128e-06 1.15762e-06 1.53826e-06 1.47703e-07 1.13005e-06 -4.11169e-07 -5.48581e-06 -5.89017e-06 -3.34943e-06 6.92917e-11 3.00206e-06 1.58998e-06 9.6804e-07 1.23933e-06 2.50266e-06 3.97911e-06 4.75869e-06 4.0847e-06 1.44171e-06 1.03507e-06 3.97992e-06 2.84547e-06 1.19184e-06 8.27401e-07 -4.02683e-08 -4.72038e-07 2.15707e-08 7.88354e-07 2.70052e-06 3.92104e-06 2.11311e-06 5.60807e-07 1.95437e-06 4.88622e-06 1.24417e-06 -4.30538e-07 8.00834e-07 3.95548e-06 4.31855e-06 2.40383e-06 1.30836e-06 2.18082e-06 -9.20864e-06 -2.85347e-06 1.67881e-05 1.78584e-05 1.1468e-05 7.76197e-06 7.00777e-06 1.39967e-06 3.06782e-07 1.49714e-06 3.56306e-06 4.59692e-06 8.37022e-06 5.73545e-06 -1.83507e-06 -1.01207e-05 -9.37029e-06 -7.25918e-07 2.1089e-06 1.73911e-06 4.95251e-07 1.55236e-06 3.4588e-06 5.20427e-06 5.8769e-06 6.18983e-06 5.12662e-06 4.28751e-06 3.98696e-06 2.85943e-06 9.54007e-07 1.50151e-06 2.37536e-07 -1.44178e-06 -3.12539e-07 1.84301e-06 4.23729e-06 4.83764e-06 2.81653e-06 2.01827e-06 3.6926e-06 6.72824e-06 4.88887e-06 -3.0376e-07 4.98837e-07 3.69527e-06 5.76539e-06 2.97245e-06 -4.34314e-08 9.06632e-07 -7.5124e-06 -2e-05 1.67262e-05 2.41295e-05 1.48481e-05 8.27794e-06 5.81589e-06 2.57875e-06 1.0645e-06 2.20361e-06 4.85576e-06 6.27752e-06 1.21968e-05 1.29749e-05 4.62994e-06 1.62533e-06 -2.7965e-06 -2.8113e-06 1.22855e-06 2.14757e-06 -2.92916e-07 -1.00779e-07 4.44457e-06 7.19333e-06 5.99622e-06 5.30687e-06 5.03243e-06 6.35065e-06 5.89788e-06 2.55407e-06 4.81504e-07 1.05062e-06 8.65677e-07 -1.41741e-06 -9.21007e-07 3.23365e-06 5.33614e-06 3.57422e-06 2.97135e-06 1.14273e-06 2.89336e-06 3.98088e-06 8.59667e-06 1.38099e-06 1.66167e-07 3.10658e-06 4.49915e-06 3.4646e-06 -2.31686e-06 -1.5976e-06 -2.14691e-06 -2e-05 -4.6774e-06 2.33083e-05 1.61927e-05 6.17983e-06 3.19529e-06 2.34986e-06 2.3339e-06 1.78403e-06 5.51564e-06 6.42578e-06 1.03507e-05 1.45236e-05 1.02404e-05 6.46518e-06 3.88657e-06 -3.39841e-06 -1.44117e-06 2.64242e-06 1.0506e-06 -3.89397e-06 -7.60075e-07 6.3711e-06 4.81098e-06 1.50928e-06 1.31629e-06 4.47352e-06 6.72981e-06 2.79123e-06 -2.24796e-07 1.18939e-07 8.3725e-07 7.32427e-07 5.26519e-07 4.74218e-06 4.73474e-06 6.60234e-07 3.71851e-06 2.73924e-06 4.14397e-06 2.39694e-06 7.53265e-06 2.49299e-06 -3.34485e-07 5.40981e-06 3.03578e-06 1.80054e-06 -2.93763e-06 -5.28623e-06 7.09286e-07 -6.47673e-06 -2e-05 1.15794e-05 1.32723e-05 3.48934e-06 -2.72254e-07 7.41749e-07 2.79815e-06 1.84713e-06 6.60354e-06 8.2658e-06 7.23435e-06 9.6354e-06 1.13166e-05 7.06955e-06 5.46354e-06 -1.21283e-06 -2.05941e-06 2.60135e-06 4.41762e-06 -1.47313e-06 -7.53004e-06 -2.2586e-06 4.79235e-07 -2.36509e-06 -2.93653e-06 1.5296e-06 4.94624e-06 1.8237e-06 -1.84258e-06 -1.20903e-06 6.75095e-07 2.10535e-06 3.55648e-06 5.38489e-06 4.16181e-06 -1.65683e-06 -5.3676e-07 1.69496e-06 6.54981e-06 6.20987e-06 8.09919e-06 1.25483e-06 -1.78097e-06 3.40293e-06 3.28489e-07 -1.04283e-06 -2.57622e-06 -3.8072e-06 4.9957e-06 1.05906e-05 -7.36915e-07 7.51497e-07 9.90258e-06 -8.07926e-07 -5.60712e-06 -3.0759e-06 1.65227e-06 -4.76073e-08 5.74044e-06 1.04598e-05 6.26086e-06 6.32062e-06 9.16763e-06 6.9216e-06 4.68942e-06 -9.28951e-07 -9.84706e-06 2.25081e-06 7.39067e-06 5.81554e-06 -6.58798e-06 -1.53087e-05 -8.12832e-06 -2.04388e-06 -2.0889e-06 6.32435e-08 1.47576e-06 1.87223e-06 -6.1249e-07 -1.5768e-06 -1.22373e-06 1.08009e-06 2.20613e-06 3.48751e-06 3.60236e-06 -1.85351e-06 -5.36445e-06 -2.68208e-06 4.76622e-06 7.09007e-06 7.18137e-06 -1.52388e-06 -6.38489e-06 -4.06879e-06 -1.49721e-06 -1.72617e-06 -1.21443e-06 -1.80842e-06 4.02617e-06 1.87977e-05 8.83964e-06 -3.50101e-06 -4.09865e-06 -4.49932e-06 -7.56672e-06 -5.40805e-06 1.10134e-06 -3.7463e-06 2.16428e-06 1.20353e-05 6.55362e-06 3.66296e-06 5.9103e-06 4.20527e-06 7.29987e-07 5.89253e-08 -6.75689e-06 -7.44876e-07 6.21025e-06 1.04266e-05 3.62505e-06 -2e-05 -2e-05 -9.48737e-06 -6.93506e-07 -1.00596e-06 9.76937e-08 2.41934e-06 2.78026e-06 2.54069e-06 -5.93175e-07 -2.13582e-06 -3.62024e-06 -2.01002e-06 -4.99286e-07 -2.60751e-06 -8.14102e-06 -4.22777e-06 2.22651e-06 7.41839e-06 4.4667e-06 -3.80241e-06 -8.51251e-07 -5.64833e-06 -2.99583e-06 2.31863e-07 5.11452e-06 1.5728e-06 3.46187e-06 1.02589e-05 7.60346e-06 3.00185e-07 -1.17339e-05 -1.97041e-05 -7.51507e-06 -7.76091e-07 8.48558e-07 2.72605e-06 2.40582e-06 1.11574e-05 3.59348e-06 -4.84206e-06 -3.30849e-06 3.85558e-06 -2.17085e-06 -1.41785e-06 -2.59893e-06 -2.30606e-06 2.05662e-06 1.14609e-05 1.74261e-05 4.34919e-07 -6.06893e-06 -7.79759e-06 -3.51285e-06 -6.0165e-08 3.62987e-08 -1.49962e-07 6.09598e-06 7.66796e-06 1.12948e-06 -5.41152e-07 -3.85068e-06 -1.41441e-05 -9.37308e-06 -4.97947e-06 -8.1981e-06 -3.60606e-06 1.11115e-06 4.10547e-06 2.32655e-06 -2.38626e-06 1.33546e-06 -2.51215e-06 -2.34114e-06 1.61602e-06 5.90726e-06 1.61627e-06 2.57007e-06 9.27218e-06 2.06497e-06 -5.08558e-07 -8.06676e-06 -1.12856e-05 -1.99913e-07 5.13232e-06 1.34625e-06 6.18942e-06 5.61968e-06 2.09507e-06 -1.18648e-05 -2e-05 -1.05189e-05 2.34068e-06 -2.79917e-06 -3.75417e-07 2.88195e-06 3.83038e-06 3.57628e-06 3.15454e-06 6.3296e-06 1.83472e-05 8.63439e-06 -1.58e-06 -5.2446e-06 -6.30362e-07 2.27929e-07 -3.80012e-07 4.74185e-06 4.8551e-06 2.15544e-06 1.05692e-06 -4.16566e-07 -5.84159e-06 -4.75324e-06 -1.75794e-06 -7.52211e-07 1.82198e-06 2.92005e-06 2.29325e-06 9.8221e-07 -1.34442e-07 3.67336e-06 1.69478e-07 -9.25871e-08 3.29723e-06 5.23665e-06 2.2712e-06 4.21815e-06 5.0974e-06 -3.76905e-06 -5.07765e-07 -1.79213e-06 -5.69948e-06 2.4491e-06 -1.33991e-06 -8.48736e-06 1.17732e-06 4.21345e-06 5.10236e-06 -1.14178e-05 -1.95979e-05 -9.02908e-06 3.41221e-06 4.573e-07 -2.14263e-07 7.2671e-06 6.09503e-06 1.06028e-05 1.05427e-05 9.21777e-06 9.81119e-06 9.9184e-06 -8.96791e-08 -4.56314e-06 -3.51101e-06 6.21505e-06 6.69459e-06 2.70649e-06 1.62724e-06 -3.71416e-06 -1.29042e-07 1.21761e-06 1.82679e-06 1.78239e-06 3.76738e-06 7.73531e-06 8.49724e-06 7.01074e-06 5.07256e-06 3.53769e-06 1.44364e-06 4.28853e-06 3.69894e-07 2.55241e-06 2.51907e-06 3.75028e-06 3.77372e-06 5.84944e-06 3.83038e-06 -2.06395e-06 2.76174e-07 -1.22175e-07 5.57666e-06 7.21458e-06 3.62506e-06 -7.06079e-06 -1.44037e-05 1.35772e-06 1.29822e-05 1.34622e-06 -1.21028e-05 -1.0938e-05 -2.50116e-06 -5.87747e-07 -4.25798e-06 1.77226e-06 1.71977e-06 8.67147e-06 1.58609e-05 1.52277e-05 1.3713e-05 1.1602e-05 4.08623e-06 -8.46148e-08 8.77849e-07 5.90313e-06 6.40699e-06 5.68732e-06 3.8739e-06 -3.42719e-06 -3.87246e-06 6.95192e-07 3.79107e-06 5.02544e-06 6.56832e-06 1.16617e-05 1.47145e-05 1.24225e-05 9.05287e-06 6.47402e-06 3.02859e-06 1.96213e-06 1.56075e-06 4.94636e-06 2.14198e-07 -1.26283e-07 5.03179e-06 9.19385e-06 7.35146e-06 5.36281e-06 4.41063e-06 6.25969e-07 1.45764e-05 2.22521e-05 8.93551e-06 -1.09415e-06 -9.9842e-06 1.8596e-06 1.18813e-05 1.01203e-05 1.18981e-06 -6.45259e-06 -3.24379e-06 3.73397e-07 -5.43473e-06 -4.00749e-06 -7.82658e-06 1.66153e-06 7.6197e-06 1.28163e-05 1.5196e-05 1.53376e-05 8.10413e-06 2.16787e-06 3.77011e-06 3.67354e-06 3.50037e-06 6.12644e-06 7.66533e-06 1.08959e-05 1.00666e-05 1.49036e-06 1.27959e-06 6.16873e-06 9.90369e-06 1.46439e-05 1.80636e-05 1.66076e-05 1.4612e-05 1.09918e-05 6.82388e-06 -3.8578e-06 -3.22431e-07 2.27123e-06 -1.19522e-06 -2.33367e-06 4.77694e-06 7.14879e-06 6.01167e-06 4.70881e-06 4.77527e-06 2.00939e-06 5.56496e-06 1.48737e-05 1.00965e-05 1.50303e-06 1.1534e-06 3.81013e-06 5.38115e-06 9.98489e-06 1.20996e-05 5.27881e-06 1.43644e-06 5.76232e-06 3.76037e-06 -7.78219e-07 -1.03542e-06 -6.74906e-06 -3.91146e-07 4.54153e-06 9.59107e-06 1.28379e-05 9.66036e-06 5.49644e-06 8.04676e-06 7.81614e-06 6.22286e-06 6.81014e-06 7.71603e-06 1.1772e-05 1.37109e-05 5.66355e-06 8.11885e-07 4.7778e-06 4.06824e-06 3.54426e-06 3.75798e-06 4.42249e-06 4.95198e-06 5.73873e-06 2.40922e-06 -8.68108e-07 1.31391e-06 -1.92759e-06 -4.49419e-06 -2.87345e-06 5.85562e-06 4.55039e-06 3.99925e-06 2.87523e-06 5.17473e-06 7.46141e-06 2.05695e-06 3.29923e-06 2.43135e-06 -2.34359e-07 -3.74598e-07 3.21347e-06 4.02827e-06 4.84991e-06 1.50259e-05 1.18714e-05 7.77776e-06 1.06824e-05 9.08525e-06 3.5711e-06 2.43684e-06 8.29065e-07 -4.41277e-06 5.09428e-08 2.45045e-06 4.84638e-06 7.07625e-06 7.97993e-06 1.19798e-05 1.13869e-05 7.1179e-06 5.70594e-06 4.0103e-06 3.03799e-06 2.97587e-06 5.66532e-08 4.80797e-07 8.50215e-06 7.83105e-06 4.57867e-06 7.90895e-06 1.47559e-05 7.92883e-06 1.81833e-06 -2.11921e-07 1.06259e-06 3.42509e-06 -2.11191e-06 -3.02745e-06 8.26352e-06 1.11403e-05 2.99272e-06 3.14957e-06 5.64549e-06 7.83713e-06 4.66442e-06 -5.22446e-06 6.45605e-07 -1.54245e-06 -2.80076e-06 -2.64911e-07 2.00837e-06 6.71759e-06 1.62164e-05 1.59061e-05 8.50121e-06 1.03154e-05 1.50481e-05 1.23268e-05 5.12409e-06 2.90949e-06 5.38836e-07 2.18601e-07 4.02852e-06 -6.23788e-07 -3.40518e-06 -4.44185e-06 -3.39554e-06 7.68805e-06 1.15756e-05 8.66381e-06 6.03177e-06 7.2753e-06 6.40487e-06 4.09728e-06 2.10981e-06 6.67913e-06 8.71309e-06 8.16688e-06 8.68678e-06 1.05943e-05 1.13869e-05 1.08023e-06 -5.81906e-06 -2.62197e-06 -2.37931e-06 1.02722e-06 1.5555e-06 3.95929e-06 1.1162e-05 1.26292e-05 6.89939e-06 5.75376e-06 5.76647e-07 -1.55587e-06 -6.32454e-06 -5.888e-06 2.48793e-06 -4.53075e-07 -4.56353e-06 -1.12284e-06 1.50401e-06 1.04052e-05 1.01385e-05 4.76937e-06 7.05593e-06 1.22459e-05 1.21007e-05 8.91333e-06 3.74237e-06 4.00971e-06 2.56837e-06 5.59558e-07 5.64984e-06 8.27939e-06 4.60908e-06 1.49613e-06 1.01402e-05 1.96894e-05 1.81128e-05 1.45639e-05 1.09987e-05 9.4114e-06 1.22965e-05 1.18858e-05 6.95365e-06 7.20557e-06 6.9328e-06 3.78861e-06 7.53205e-06 5.7044e-06 2.78204e-06 -1.05316e-06 -6.33513e-06 -8.06488e-06 -1.79919e-06 -1.06587e-06 -4.55231e-07 3.35494e-06 1.1049e-05 1.62904e-05 1.65427e-05 9.95466e-06 4.47054e-06 1.93656e-06 -9.70098e-07 -5.5843e-06 -4.43684e-06 -2.34992e-06 -5.2737e-07 -2.99457e-07 5.59138e-06 6.11355e-06 1.16564e-06 -3.50536e-07 6.29651e-06 5.92385e-06 5.47545e-06 5.73812e-06 8.54243e-07 1.62418e-06 4.81494e-06 1.18125e-06 2.59917e-06 6.24692e-06 1.1653e-05 1.63964e-05 2.23807e-05 2.55529e-05 2.16579e-05 1.44547e-05 8.05424e-06 5.75564e-06 8.51312e-06 6.55705e-06 1.2242e-06 2.5116e-06 3.26314e-06 3.34703e-07 -9.87213e-07 -5.94685e-06 -2.05829e-06 1.72777e-06 1.28238e-06 -1.80608e-07 -9.74114e-07 -3.56536e-06 -4.29006e-06 3.36838e-06 7.34279e-06 1.16606e-05 1.36753e-05 1.4407e-05 1.60487e-05 1.47861e-05 1.03192e-05 8.1085e-07 -2.74282e-06 3.19267e-06 6.84689e-06 5.73914e-06 1.7376e-06 -1.455e-06 -4.23918e-06 -2.28089e-06 1.35134e-06 1.98871e-06 1.43906e-06 3.65719e-06 8.54601e-07 -4.1831e-06 -3.74275e-07 1.14469e-06 2.89293e-06 2.52608e-06 5.10615e-06 7.18265e-06 9.21265e-06 1.59659e-05 1.7817e-05 9.08651e-06 2.22577e-06 -1.37636e-06 7.25141e-07 2.65069e-06 2.43698e-06 2.84321e-06 7.23791e-06 9.13957e-06 6.5505e-06 2.18968e-06 -2.03094e-06 -3.24048e-06 -2.19253e-07 1.97042e-06 8.93558e-07 2.09462e-07 2.86489e-06 3.98452e-06 4.07449e-06 5.31098e-06 8.08314e-06 9.83216e-06 1.05923e-05 1.08681e-05 8.80007e-06 3.66397e-06 1.1814e-07 2.08057e-06 4.25579e-06 2.77225e-06 -3.14032e-07 2.56818e-07 -1.08285e-06 -3.30443e-06 -3.13956e-06 -9.94243e-07 2.18654e-06 2.14794e-06 1.51677e-06 -1.34378e-06 -2.83938e-06 -1.62659e-06 5.15298e-06 4.89503e-06 2.20702e-06 2.6043e-06 8.86324e-06 1.40747e-05 9.77519e-06 4.32414e-06 3.88171e-06 4.73357e-06 4.58225e-06 7.19536e-06 8.31317e-06 5.44513e-06 3.24372e-06 4.29034e-06 6.45131e-06 6.06444e-06 7.99792e-07 -3.60638e-06 -2.80929e-06 -1.68457e-07 1.4901e-06 8.48997e-07 1.10899e-06 2.29977e-06 2.41266e-06 2.38547e-06 3.99246e-06 5.83364e-06 6.61254e-06 5.22074e-06 3.67105e-06 2.62968e-06 6.15009e-07 3.54564e-08 -3.40159e-08 -1.54449e-06 -1.17773e-06 1.23546e-06 1.80198e-06 2.13177e-07 -2.31718e-06 -2.39801e-06 6.36448e-07 1.5317e-06 9.49913e-07 6.01624e-07 -9.17533e-07 -1.25723e-06 4.59004e-07 4.67871e-06 4.54728e-06 7.64325e-06 1.16724e-05 1.22954e-05 8.61082e-06 1.02313e-05 1.2824e-05 1.19458e-05 8.38328e-06 5.44109e-06 5.38445e-06 6.04862e-06 5.49345e-06 4.00505e-06 3.35154e-06 3.26554e-06 1.03503e-06 -1.6831e-06 -1.55668e-06 4.13956e-07 2.23623e-06 2.01367e-06 7.45532e-07 1.17376e-07 7.24655e-07 1.84911e-06 1.90927e-06 2.05455e-06 3.8382e-06 3.99265e-06 2.72036e-06 1.72583e-06 -3.3525e-07 -4.60168e-06 -2.40169e-06 -2.41194e-06 -1.94065e-06 5.83408e-07 1.55231e-06 5.13694e-07 -1.13816e-06 -2.23042e-06 4.21388e-07 2.30994e-06 1.78528e-06 3.65878e-07 -5.41786e-07 -2.06589e-06 -2.45557e-06 5.45964e-07 1.18405e-06 3.90395e-06 8.51381e-06 1.19761e-05 1.29762e-05 1.28239e-05 1.04969e-05 8.38719e-06 5.57636e-06 3.2564e-06 2.18721e-06 2.18077e-06 2.06194e-06 2.31684e-06 1.93639e-06 1.20431e-06 8.31695e-07 8.09959e-07 1.27287e-06 1.75666e-06 1.80218e-06 1.94091e-06 1.43902e-06 3.98447e-07 3.36721e-07 2.02762e-06 3.02315e-06 1.88692e-06 2.39631e-06 2.84342e-06 2.5793e-06 1.59008e-06 -3.73505e-07 -7.68051e-07 -2.23397e-07 -5.87683e-07 -1.17365e-06 4.4547e-09 1.13551e-06 7.24443e-07 3.02315e-07 2.4064e-07 4.81767e-07 1.70505e-06 1.87823e-06 5.79782e-07 -6.14775e-07 -7.68308e-07 -1.11919e-06 -1.1173e-07 5.62698e-07 1.61583e-06 4.37531e-06 5.64169e-06 5.50996e-06 4.28494e-06 2.06568e-06 2.98251e-08 2.42716e-07 1.34072e-07 -8.57289e-07 -5.42978e-07 5.60317e-07 9.44447e-07 -1.00163e-06 -1.82301e-06 -1.27841e-06 -1.54051e-07 6.1359e-07 1.2459e-06 1.48157e-06 2.09409e-06 2.01981e-06 9.67775e-07 -1.36283e-07 6.70166e-07 1.55766e-06 1.49329e-06 1.0069e-06 7.00189e-07 3.0883e-07 -6.44339e-07 -1.30056e-06 -8.75057e-07 8.17569e-07 2.4962e-06 1.51783e-06 2.751e-07 1.72756e-07 -1.70427e-07 -6.60251e-07 -6.64031e-07 8.61963e-07 1.82668e-06 1.37816e-06 6.9316e-07 6.77476e-07 1.55971e-06 8.68067e-07 8.23041e-07 3.48526e-07 -1.48327e-07 6.08234e-07 1.39503e-06 1.87365e-06 1.561e-06 6.72262e-07 8.34456e-08 -3.61958e-07 -9.94932e-07 -1.46383e-06 -1.72432e-06 -1.35853e-06 -4.01772e-07 -1.04955e-06 -1.47679e-06 -1.17616e-06 -8.72736e-07 -2.94839e-07 4.61232e-07 2.92207e-07 5.78199e-07 3.81968e-07 4.01769e-08 -7.30309e-08 -4.26514e-09 2.87308e-08 -3.1901e-08 -1.20641e-07 -2.09487e-07 -2.66201e-07 -2.27093e-07 -4.56963e-08 1.9317e-07 3.12149e-07 3.48311e-07 3.52736e-07 4.04643e-07 5.08452e-07 6.21422e-07 6.78896e-07 6.90061e-07 6.9105e-07 6.52443e-07 5.32255e-07 3.1046e-07 1.17064e-07 -5.33312e-08 -1.47455e-07 -1.93494e-07 -2.16091e-07 -2.23435e-07 -1.90281e-07 -1.24831e-07 -8.5947e-08 -1.01302e-07 -1.1724e-07 -1.05865e-07 -1.10174e-07 -1.46349e-07 -1.80048e-07 -1.87879e-07 -1.43896e-07 5.24035e-08 2.95329e-07 3.8757e-07 2.68862e-07 3.3754e-08 -1.18252e-07 -8.7681e-08 3.43635e-07 9.51219e-07 6.16271e-07 6.6357e-08 -1.21579e-07 -1.61478e-08 4.89449e-08 -4.28928e-08 -1.82795e-07 -3.08026e-07 -3.87606e-07 -3.51862e-07 -1.22108e-07 2.31591e-07 4.72974e-07 5.84631e-07 6.21567e-07 7.29944e-07 9.78362e-07 1.21092e-06 1.24139e-06 1.20011e-06 1.12287e-06 9.58961e-07 6.85466e-07 3.51401e-07 9.6898e-08 -1.14447e-07 -2.5201e-07 -3.22582e-07 -3.47792e-07 -3.52496e-07 -3.09165e-07 -2.19272e-07 -1.55627e-07 -1.62569e-07 -1.69833e-07 -1.37433e-07 -1.42668e-07 -2.03715e-07 -2.62464e-07 -2.86904e-07 -2.27236e-07 7.04338e-08 4.61531e-07 6.35297e-07 4.33784e-07 3.88349e-10 -2.90099e-07 -3.23094e-07 -5.26835e-08 1.22941e-06 1.07825e-06 2.15855e-07 -1.62133e-07 -4.89781e-08 1.05282e-07 1.10259e-08 -1.92962e-07 -3.67398e-07 -5.10175e-07 -5.63973e-07 -3.72682e-07 1.00317e-07 5.43018e-07 7.49317e-07 7.41238e-07 8.86922e-07 1.43752e-06 2.0554e-06 2.23143e-06 2.03816e-06 1.74969e-06 1.34965e-06 8.60937e-07 3.39104e-07 -7.14561e-09 -2.2489e-07 -4.1365e-07 -5.35266e-07 -5.64661e-07 -5.52588e-07 -5.08319e-07 -4.07243e-07 -3.06519e-07 -2.83223e-07 -2.58571e-07 -1.76838e-07 -1.52753e-07 -2.45106e-07 -3.70029e-07 -4.73903e-07 -4.10632e-07 3.22358e-08 6.09921e-07 9.39288e-07 6.82513e-07 -3.35749e-08 -7.14257e-07 -9.69358e-07 -1.16413e-06 8.31291e-07 1.63164e-06 5.15773e-07 -1.14553e-07 6.08789e-09 2.77188e-07 2.97926e-07 1.1336e-07 -4.66533e-08 -2.0684e-07 -5.65206e-07 -8.2465e-07 -3.68849e-07 3.427e-07 6.68272e-07 3.83104e-07 2.63507e-07 5.06208e-07 1.86163e-06 3.14708e-06 3.28346e-06 2.83492e-06 2.03146e-06 1.07707e-06 2.22766e-07 -1.88538e-07 -3.04124e-07 -4.77195e-07 -6.72828e-07 -7.2143e-07 -6.48768e-07 -5.99407e-07 -5.78436e-07 -4.80671e-07 -4.17224e-07 -3.48146e-07 -2.16479e-07 -1.07034e-07 -1.57873e-07 -3.35861e-07 -6.30231e-07 -6.88659e-07 -7.81174e-08 5.80192e-07 1.08068e-06 9.10784e-07 1.72823e-07 -9.03607e-07 -1.50729e-06 -2.1043e-06 -7.74443e-07 1.71109e-06 9.2537e-07 -1.77239e-07 1.24257e-07 8.10433e-07 1.02991e-06 1.03661e-06 1.22019e-06 1.46912e-06 5.33513e-07 -1.84378e-06 -1.81698e-06 -2.55754e-08 1.14805e-06 7.60322e-07 -1.00746e-06 -5.1293e-06 5.63366e-07 1.94714e-06 3.976e-06 4.38678e-06 3.4383e-06 1.75413e-06 1.80397e-07 -4.3499e-07 -4.06304e-07 -4.29752e-07 -7.17832e-07 -8.89142e-07 -6.83262e-07 -4.43046e-07 -4.84227e-07 -5.26936e-07 -4.71509e-07 -4.18081e-07 -2.86012e-07 -6.42547e-08 5.82644e-08 -7.18122e-08 -6.41237e-07 -1.12042e-06 -2.59459e-07 4.67003e-07 7.48138e-07 8.82816e-07 8.0522e-07 -3.57253e-07 -1.82475e-06 -1.07842e-05 -2.39132e-06 1.03394e-06 1.56896e-06 1.77227e-08 -4.56817e-08 1.77047e-06 2.81845e-06 2.71255e-06 3.37758e-06 4.40575e-06 2.82814e-06 -2.81746e-06 -4.04434e-06 -1.35241e-06 2.0054e-06 4.0418e-06 2.40289e-06 1.48589e-07 -1.88952e-05 -2.36574e-06 2.53597e-06 4.93399e-06 5.16484e-06 3.16327e-06 6.19882e-07 -6.31609e-07 -6.73068e-07 -3.73071e-07 -5.35049e-07 -1.04749e-06 -1.008e-06 -3.03193e-07 -7.96948e-09 -1.23297e-07 -1.10918e-07 -1.58974e-07 -2.73037e-07 -1.02789e-08 5.00142e-07 6.15312e-07 -4.31363e-08 -1.75172e-06 -8.42998e-07 4.03145e-07 6.64746e-07 1.09309e-07 8.39778e-07 1.17528e-06 -1.97062e-07 -1.87542e-06 -3.56543e-06 2.36402e-07 2.27013e-06 1.21137e-06 2.83865e-08 2.19498e-06 6.07322e-06 6.228e-06 4.6697e-06 5.19247e-06 4.87834e-06 -2.76389e-06 -4.70423e-06 -2.42552e-06 5.55517e-07 1.44646e-06 2.00319e-06 5.06802e-06 -7.59674e-07 -2e-05 -5.48108e-06 3.30561e-06 5.93097e-06 4.92152e-06 1.90362e-06 -3.15607e-07 -8.75319e-07 -3.74617e-07 -9.20828e-08 -5.64177e-07 -1.20231e-06 -6.49317e-07 4.31648e-07 6.0915e-07 5.65139e-07 7.68074e-07 1.96932e-07 1.77374e-07 1.34141e-06 2.22608e-06 2.80068e-06 8.3304e-07 -1.14083e-06 1.02778e-08 7.34846e-07 -1.65675e-06 -3.89232e-07 7.04338e-07 6.88672e-07 -1.67533e-06 -1.15793e-06 -2.83247e-07 2.569e-06 2.65152e-06 6.92848e-07 1.14744e-06 7.54015e-06 1.08165e-05 6.18667e-06 4.69767e-06 4.98883e-06 -5.62383e-07 -4.53241e-06 1.22493e-06 9.05733e-07 -1.41051e-06 -1.84729e-07 4.93384e-06 9.2089e-06 -1.43333e-05 -2e-05 -4.31341e-06 4.56503e-06 6.47948e-06 3.97542e-06 1.01473e-06 -6.37383e-07 -2.61711e-07 4.38021e-07 3.7019e-07 -1.05695e-07 -6.45024e-07 4.20175e-07 1.58488e-06 1.17982e-06 8.49362e-07 4.67078e-07 1.42573e-07 1.84856e-06 2.86903e-06 3.0893e-06 3.57926e-06 9.19696e-07 2.57584e-07 5.16088e-07 2.77035e-06 -2.76124e-06 -8.27271e-07 -1.08477e-07 -1.73895e-06 -5.35346e-07 -5.33704e-07 3.13861e-06 4.35594e-06 1.70535e-06 -5.88627e-08 6.1623e-06 1.46094e-05 1.11419e-05 5.63644e-06 4.38257e-06 2.18819e-06 -2.00423e-06 6.79373e-06 7.923e-06 2.9569e-06 -4.09074e-06 2.61404e-06 1.15073e-05 -2.36434e-06 -2e-05 -2e-05 -1.97189e-06 6.93424e-06 6.39106e-06 3.4052e-06 8.97255e-07 4.62045e-07 1.39235e-06 1.46132e-06 1.76553e-06 1.21792e-06 4.30068e-07 2.50528e-06 2.95611e-06 1.33693e-06 2.84977e-07 -2.45872e-07 1.36132e-06 1.59717e-06 7.819e-07 1.26374e-06 1.27452e-06 -4.15314e-07 -7.87161e-07 1.82225e-06 -7.08276e-06 -1.86278e-06 -3.1283e-07 -1.73643e-06 -1.22274e-06 -9.26743e-07 1.68049e-06 4.58082e-06 4.31964e-06 2.59713e-06 5.0305e-06 1.63436e-05 2.03939e-05 1.25372e-05 7.28678e-06 4.31808e-06 8.20718e-07 6.31747e-06 1.2929e-05 1.25851e-05 -8.27158e-08 -1.22751e-07 1.24469e-05 5.31368e-06 -2e-05 -2e-05 -1.98625e-05 3.85345e-06 7.89917e-06 5.38237e-06 4.20253e-06 2.53487e-06 3.16387e-06 3.3673e-06 3.15207e-06 5.38238e-06 1.56012e-06 2.31521e-06 3.99683e-06 3.30209e-06 1.703e-06 7.60402e-07 1.36165e-06 1.36067e-06 -2.90959e-07 -2.98345e-07 1.62422e-06 9.30982e-07 -3.05854e-07 2.46292e-06 -7.99573e-06 -4.47194e-06 -5.86451e-07 -2.91016e-06 -1.9649e-06 6.146e-07 -1.83234e-06 1.56977e-06 5.64066e-06 7.73996e-06 9.60749e-06 1.80702e-05 2.66102e-05 1.65622e-05 7.56349e-06 4.83625e-06 1.85585e-06 4.10099e-06 1.37549e-05 2.00568e-05 1.40289e-05 -5.34909e-06 5.74477e-06 3.42657e-06 -1.96727e-06 -1.62395e-05 -2e-05 -2.99451e-06 6.51774e-06 5.68884e-06 4.34512e-06 4.21751e-06 4.13502e-06 5.06242e-06 3.99691e-06 8.18346e-06 6.63567e-06 2.99606e-06 4.08138e-06 4.26035e-06 3.39963e-06 2.6259e-06 2.80763e-06 2.36191e-06 -5.2653e-08 1.22809e-06 4.03008e-07 5.36468e-06 4.78367e-06 1.15864e-05 4.53244e-06 -4.15957e-06 -3.18582e-06 -6.04683e-06 -1.75845e-06 5.01548e-06 -4.91047e-06 -3.10496e-06 2.93648e-06 9.81339e-06 1.41373e-05 1.70585e-05 2.16981e-05 1.52617e-05 8.31069e-06 4.06033e-06 2.85065e-06 4.28653e-06 1.13391e-05 2.40827e-05 2.52784e-05 1.05485e-05 3.82594e-06 2.25253e-06 -8.39004e-07 -1.80512e-06 -4.10715e-06 -1.4145e-06 4.22545e-06 6.11707e-06 4.21769e-06 2.45736e-06 2.92045e-06 4.14346e-06 2.61388e-06 6.74888e-06 1.27113e-05 2.39687e-06 2.88327e-06 3.68699e-06 4.1066e-06 4.14338e-06 4.63399e-06 3.23738e-06 1.53452e-06 7.8791e-06 7.62811e-07 5.86045e-06 8.76384e-06 1.85412e-05 1.58103e-05 3.07524e-06 -9.88494e-06 -7.13089e-06 -1.85185e-06 6.08632e-06 -3.72712e-06 -7.52263e-06 1.8457e-07 1.02716e-05 1.56478e-05 1.33492e-05 8.24968e-06 6.14271e-06 5.46117e-06 2.35687e-06 2.86928e-06 5.75264e-06 5.99391e-06 2.27793e-05 3.48035e-05 1.62354e-05 1.04745e-05 4.89229e-06 2.54454e-06 1.97561e-07 -2.47297e-06 8.1846e-07 5.71806e-06 1.01071e-05 8.19314e-06 2.91334e-06 -2.82258e-06 8.11484e-07 -1.27893e-07 1.81229e-06 7.15672e-06 6.08701e-06 3.54101e-06 1.00628e-06 1.05848e-06 4.05039e-07 3.99109e-06 4.42267e-06 3.41412e-06 1.10845e-05 7.89076e-06 3.77555e-06 6.88327e-06 1.64522e-05 2.02913e-05 1.29984e-05 -4.99878e-06 -2.19779e-06 -1.50076e-06 3.00696e-06 -1.42393e-06 -5.80286e-06 -2.60528e-06 1.13697e-05 1.63696e-05 1.27956e-05 4.15643e-06 -2.064e-06 -3.71298e-06 -2.76403e-06 1.3053e-06 6.77043e-06 2.96456e-06 9.72678e-06 2.65527e-05 1.8744e-05 1.19474e-05 7.76103e-06 6.44365e-06 2.42448e-08 2.13834e-06 -4.49653e-06 5.31392e-06 1.22806e-05 1.26507e-05 6.12942e-06 -5.33781e-06 -5.14475e-06 -1.24709e-06 1.91308e-06 5.04034e-06 8.39112e-06 5.33628e-06 -5.05931e-07 -2.21612e-07 -1.54126e-06 -6.36359e-07 6.58803e-07 2.46401e-06 6.72104e-06 7.31551e-06 5.53821e-06 3.07942e-06 1.49045e-05 2.18407e-05 1.77874e-05 3.29142e-06 1.05055e-06 6.16436e-07 -3.86893e-07 -1.69087e-07 9.97539e-08 -3.30735e-06 8.51545e-06 1.13912e-05 7.78609e-06 3.66515e-06 -2.65195e-06 -7.03075e-06 -9.73566e-06 4.08101e-08 8.01715e-06 1.10755e-05 1.38606e-05 2.28727e-05 1.85754e-05 1.22025e-05 5.61064e-06 1.30506e-05 2.06272e-06 2.43435e-06 -3.11385e-06 -1.85266e-07 5.63627e-06 9.15615e-06 7.87131e-06 2.29233e-06 2.90439e-06 4.14261e-06 2.25669e-06 1.41444e-06 4.86535e-06 1.10472e-06 1.6285e-07 4.91191e-06 2.90215e-06 -4.00713e-06 -7.0684e-06 -2.9e-06 1.25479e-06 1.37186e-06 3.24709e-06 6.42845e-07 9.96862e-06 1.72268e-05 1.49096e-05 3.83433e-06 1.5586e-06 1.43666e-06 -8.34401e-07 3.19771e-08 1.56167e-06 -2.96792e-06 5.85585e-06 6.60484e-06 1.74461e-06 7.06169e-07 -3.00704e-07 1.09141e-06 2.07876e-06 1.294e-06 8.16822e-06 1.74591e-05 2.10674e-05 3.15688e-05 9.01494e-06 -2.41057e-07 -1.82828e-06 3.37627e-06 7.03974e-06 -8.61851e-07 -2.19463e-06 1.98907e-06 1.53676e-06 1.4902e-06 1.97057e-06 7.14315e-06 9.63873e-06 7.67398e-06 -3.35829e-07 1.21014e-06 5.57435e-06 5.69982e-07 5.77287e-06 1.44196e-05 9.83357e-06 -2.36806e-06 -5.89398e-06 -4.2965e-06 -1.51793e-06 -1.64301e-06 3.54537e-07 -2.86667e-07 4.86934e-06 8.51111e-06 7.91412e-06 2.87132e-06 2.66719e-06 1.64802e-06 -1.30099e-06 8.2028e-08 3.03592e-06 9.6438e-07 6.9365e-06 -5.09422e-07 -7.5268e-06 -6.33325e-07 5.0748e-06 1.22323e-05 9.94075e-06 1.8646e-06 6.35375e-06 1.38818e-05 2.15961e-05 2.59819e-05 7.60843e-06 -3.78641e-06 -5.67691e-06 -2.29412e-06 5.62649e-06 -6.13584e-07 -1.9665e-06 6.541e-06 3.38725e-06 3.52457e-06 3.42852e-06 9.19944e-06 8.68003e-06 3.91644e-06 -1.62046e-06 -1.34208e-06 4.35263e-06 3.57174e-06 7.44283e-06 1.41949e-05 7.91193e-06 -9.56284e-07 -2.22252e-06 -1.76518e-06 -1.67192e-06 1.02293e-06 3.63484e-06 4.5628e-06 3.4626e-06 2.16559e-06 2.59334e-06 4.24999e-06 4.99791e-06 4.87482e-06 2.73351e-06 -3.4343e-08 1.06958e-06 3.93616e-06 8.26364e-06 -3.03717e-07 -1.63951e-05 2.60311e-06 8.03349e-06 1.32761e-05 8.73344e-06 -3.13681e-07 1.38824e-07 6.88654e-06 1.41985e-05 2.77311e-05 1.98218e-05 -6.64684e-06 -1.13568e-05 -9.64461e-06 6.73251e-07 -7.69936e-08 -1.00903e-06 9.62321e-06 2.43029e-06 4.20887e-06 3.91984e-06 7.13065e-06 7.72044e-06 3.47903e-06 -3.37068e-07 2.67621e-07 3.25879e-06 1.52335e-06 5.51216e-06 9.74829e-06 8.28344e-06 4.14341e-06 3.52588e-06 2.48506e-06 6.2709e-07 4.27145e-06 7.80284e-06 1.14046e-05 8.65079e-06 2.96193e-06 1.79613e-06 3.9393e-06 3.04193e-06 4.35442e-06 4.80477e-06 3.18218e-06 -6.93533e-08 3.88817e-06 8.03378e-06 5.13615e-06 2.61133e-06 5.50197e-06 1.34736e-06 2.84451e-06 5.02215e-06 -4.88323e-06 -5.82019e-06 -9.2681e-07 2.65039e-06 1.81169e-05 1.81965e-05 2.40247e-06 -5.8686e-06 -9.38156e-06 -4.77224e-06 -7.34356e-07 -2.36121e-06 4.8184e-06 1.25144e-06 9.59687e-07 3.29849e-06 4.75377e-06 6.00809e-06 3.47778e-06 1.44069e-06 7.40835e-06 5.70378e-06 5.42883e-06 5.93052e-06 8.16914e-06 7.86469e-06 1.72939e-05 1.83359e-05 1.59197e-05 1.30081e-05 1.00665e-05 1.53688e-05 2.02844e-05 1.74111e-05 1.0741e-05 6.15677e-06 1.75751e-06 -6.4982e-06 -7.70709e-06 1.63473e-06 4.12013e-06 3.88584e-06 4.36708e-06 8.64633e-06 9.10957e-06 4.58352e-06 8.83139e-06 7.93907e-06 5.13747e-06 5.43688e-06 4.19936e-06 -5.68599e-07 -2.44876e-06 -6.6033e-06 -6.72768e-06 7.35921e-06 7.29076e-06 -3.75615e-07 -5.8123e-06 -1.51044e-06 2.62097e-06 6.10025e-07 2.90023e-06 -5.64536e-07 -2.94306e-06 4.3148e-06 5.14139e-06 4.85139e-06 3.96466e-06 1.80947e-06 1.22213e-05 1.18515e-05 1.11821e-05 1.04589e-05 3.26758e-06 -1.79306e-07 3.41602e-06 4.42679e-07 7.82331e-06 5.19841e-06 -4.83453e-07 3.95376e-06 1.03722e-05 9.49213e-06 1.14951e-05 8.45051e-06 -6.97129e-07 -7.16943e-07 -1.08786e-05 -3.81542e-06 -1.19012e-08 3.85751e-06 7.45951e-06 5.09009e-06 6.73445e-06 7.40929e-06 2.02762e-05 2.47215e-05 1.74586e-05 1.1297e-05 9.2178e-06 8.95446e-06 5.15812e-06 -3.1085e-06 -2e-05 -1.83715e-05 6.21718e-06 2.58615e-06 4.61658e-06 3.05218e-06 6.16684e-06 7.35338e-06 8.43426e-06 4.69174e-06 3.41837e-06 1.16633e-05 5.63864e-06 2.25057e-06 4.72115e-06 3.57658e-06 8.11225e-06 9.88555e-06 1.02874e-05 6.31326e-06 -2.32288e-06 -1.3508e-05 -2e-05 -2e-05 -6.14633e-06 -1.41874e-06 2.60002e-06 2.56924e-06 5.95731e-06 1.11053e-05 4.88652e-06 2.16385e-07 6.91213e-08 5.9312e-06 3.66661e-06 1.98323e-06 2.38822e-06 6.49935e-06 1.89757e-05 -8.74987e-06 -1.32813e-05 -3.20701e-07 1.18607e-05 1.22267e-05 -2.47117e-06 -1.62293e-06 4.89653e-06 1.29567e-05 1.06502e-05 -1.00086e-05 -2e-05 -1.0095e-05 1.95477e-06 4.49274e-06 1.01596e-05 8.86432e-06 6.81205e-06 9.80727e-06 8.06882e-06 3.58341e-06 3.86174e-06 8.44691e-06 4.65688e-06 3.34372e-06 3.57975e-07 -4.12878e-06 3.85126e-06 8.43925e-06 9.49173e-06 1.09451e-05 -5.25752e-07 -8.49078e-06 -7.71765e-06 1.85932e-06 2.76138e-06 1.37435e-06 9.15325e-06 9.70214e-06 6.99055e-06 4.80651e-06 2.67073e-06 -1.8079e-07 1.04502e-06 3.00078e-06 2.7621e-06 5.98366e-06 1.03898e-05 1.3088e-05 1.46925e-05 1.58138e-06 -5.762e-06 -7.11064e-06 -1.49726e-05 -2e-05 -2e-05 -1.34722e-05 -1.04582e-05 -1.05652e-05 -5.21118e-06 -1.25028e-05 -1.27566e-05 1.76485e-07 2.57623e-06 2.09837e-06 5.37717e-06 5.64111e-06 1.02999e-05 9.7785e-06 3.6468e-06 -2.05529e-07 1.00949e-06 1.1703e-05 2.20845e-05 2.38739e-05 1.8144e-05 9.83666e-06 4.1398e-06 5.44032e-06 6.71104e-06 5.24008e-06 7.37124e-06 8.51611e-06 9.68586e-06 9.02176e-06 5.72041e-06 3.08078e-06 7.58549e-06 6.52624e-06 3.80411e-06 1.14263e-05 1.07236e-05 1.2228e-06 -2.27413e-06 1.53601e-06 2.75403e-06 7.2582e-06 1.42771e-05 1.70045e-05 1.16287e-05 4.42887e-06 2.49206e-06 6.7051e-07 -6.56807e-06 -1.98726e-05 -2e-05 -4.05954e-06 -1.20369e-06 -1.21408e-05 -7.28151e-06 4.26433e-06 5.67724e-06 7.51556e-06 7.22654e-06 7.52823e-06 6.41903e-06 5.67771e-06 7.11589e-06 4.6368e-06 -2.2097e-06 -3.00238e-07 1.09212e-06 8.91896e-06 2.1697e-05 3.50104e-05 3.93595e-05 3.53756e-05 2.6902e-05 1.5206e-05 1.04105e-05 1.10873e-05 1.00696e-05 6.55597e-06 4.56845e-06 7.63763e-06 8.87089e-06 7.13707e-06 4.92178e-06 2.76883e-06 -1.10576e-06 5.06441e-06 8.07062e-06 3.25223e-06 -3.29979e-07 5.73352e-07 1.97438e-06 9.262e-06 1.89128e-05 1.50109e-05 3.91467e-06 4.86398e-06 1.16903e-05 1.31095e-05 1.29701e-05 1.02671e-05 1.92448e-06 3.14732e-07 3.65812e-06 4.24342e-07 6.34174e-06 9.62688e-06 4.69975e-06 1.72206e-06 3.53847e-06 2.09804e-06 1.05296e-06 4.50176e-06 7.03495e-06 5.02366e-06 -6.74475e-06 -5.08285e-06 -8.48091e-07 5.51691e-06 1.07449e-05 1.68837e-05 2.42919e-05 2.96695e-05 3.54213e-05 3.07127e-05 1.48482e-05 9.88686e-07 -1.06025e-05 -1.0256e-05 2.14235e-06 2.99454e-06 6.87704e-06 1.30294e-05 1.45222e-05 1.21725e-05 5.94908e-06 8.20831e-07 1.06114e-06 5.93353e-07 -3.91769e-08 2.04927e-07 2.74426e-07 3.76413e-06 7.35204e-06 6.5526e-06 2.20676e-06 4.52312e-06 7.94056e-06 8.98556e-06 8.39232e-06 9.47488e-06 6.45318e-06 4.71777e-06 4.80923e-06 4.06094e-06 4.88682e-06 5.02081e-06 1.72944e-06 -3.41121e-06 -4.5211e-06 1.13342e-06 2.12409e-06 1.6896e-06 4.32893e-06 4.00699e-06 -9.23682e-07 -3.67243e-06 -1.85345e-06 3.98848e-06 1.89008e-06 7.75682e-06 1.15054e-05 1.39305e-05 1.43894e-05 5.17526e-06 -5.52255e-07 1.04968e-06 1.39668e-07 -2.40859e-06 4.75349e-06 7.46341e-06 6.00523e-06 8.34878e-06 1.18346e-05 1.36043e-05 1.08544e-05 4.19021e-06 -4.83267e-08 -2.0958e-07 7.62282e-07 2.26666e-07 5.3254e-07 1.98451e-06 4.37838e-06 3.40403e-06 1.74862e-06 4.4243e-06 3.83902e-06 4.44436e-06 4.45811e-06 3.54274e-06 3.5617e-06 2.6952e-06 2.80059e-06 1.29661e-06 -2.47735e-07 5.9497e-07 -4.4174e-08 -1.52666e-06 -3.18134e-06 -9.95595e-07 5.87043e-06 4.78077e-06 2.37037e-06 3.51315e-06 3.60514e-06 5.73679e-07 1.79801e-06 2.32647e-06 8.8819e-06 1.48271e-05 1.99627e-05 2.1688e-05 1.46969e-05 1.68662e-06 1.93972e-06 5.71098e-06 6.32933e-06 1.76216e-06 -2.6762e-06 -4.04202e-07 2.73595e-06 4.31903e-06 5.23582e-06 5.92353e-06 5.97705e-06 2.14082e-06 -1.42681e-06 -1.13631e-06 -2.7824e-07 1.03516e-06 7.13247e-07 3.52246e-07 7.80947e-07 6.46637e-07 4.60917e-07 1.99288e-06 1.67709e-06 1.97796e-06 2.29282e-06 1.97795e-06 1.90041e-06 4.62765e-07 1.07651e-06 3.94211e-07 -9.77525e-07 -8.46118e-07 7.03949e-10 4.27961e-07 -1.95036e-06 -9.62501e-07 2.13291e-06 4.61719e-07 9.28148e-07 2.01889e-06 1.42364e-06 3.85007e-07 -1.72263e-06 -3.70479e-06 2.95626e-06 7.63175e-06 1.42607e-05 2.05541e-05 2.2898e-05 2.02695e-05 1.63045e-05 1.13636e-05 7.75555e-06 3.41859e-06 -4.1021e-07 -1.57477e-06 1.67191e-07 1.63746e-06 2.53078e-06 2.76418e-06 2.1731e-06 3.24904e-07 -5.48994e-07 -5.90999e-08 5.11778e-07 1.49152e-06 1.4471e-06 6.38021e-07 -3.93945e-07 -3.66645e-07 6.83706e-07 1.81992e-06 1.53565e-06 1.62927e-06 1.83119e-06 2.00708e-06 1.76198e-06 8.95184e-07 1.19893e-06 1.33306e-06 1.09201e-07 -2.39329e-07 -3.45535e-07 3.06265e-07 4.38352e-07 6.51956e-07 1.74995e-06 4.88543e-07 6.78305e-07 1.19622e-06 6.64718e-07 5.39956e-07 -7.10308e-07 -1.40926e-06 1.05869e-06 2.87289e-06 6.55144e-06 1.22194e-05 1.71925e-05 1.69582e-05 1.28038e-05 7.59123e-06 3.23158e-06 1.95655e-06 1.14171e-06 -3.95595e-07 -9.27231e-07 3.90908e-07 6.91209e-07 -8.27908e-07 -1.64423e-06 -1.27225e-06 1.54714e-07 8.36183e-07 1.20828e-06 2.04005e-06 1.95334e-06 1.4379e-06 3.81139e-07 -3.11758e-07 2.71597e-08 7.97013e-07 1.27672e-06 1.5285e-06 1.4524e-06 9.63873e-07 -2.80708e-07 -1.7544e-06 -5.76532e-07 9.20181e-07 2.12323e-06 2.52744e-06 1.49877e-06 4.99103e-07 8.5212e-07 4.69862e-07 2.63649e-07 2.37214e-06 3.31706e-06 1.29285e-06 4.13738e-07 1.12788e-06 1.52098e-06 3.00779e-07 1.06951e-06 1.17704e-06 2.53319e-06 5.67069e-06 7.71999e-06 7.39676e-06 5.34906e-06 2.89808e-06 1.39855e-06 9.50839e-07 1.4287e-07 -7.27027e-07 -1.16003e-06 -4.2662e-07 3.08028e-07 -6.57981e-07 -1.2337e-06 -6.7812e-07 1.63673e-07 1.0258e-06 1.70971e-06 -1.317e-07 -6.72268e-08 -8.88204e-09 1.40332e-08 1.04416e-08 -4.25081e-08 -1.01824e-07 -1.30825e-07 -1.26642e-07 -1.19376e-07 -1.21924e-07 -1.15581e-07 -8.45443e-08 -7.03689e-08 -7.6265e-08 -9.16455e-08 -1.19501e-07 -1.31828e-07 -1.1603e-07 -1.21088e-07 -1.86114e-07 -2.78948e-07 -3.6661e-07 -4.30228e-07 -4.47389e-07 -3.9638e-07 -2.68742e-07 -1.40851e-07 -1.18035e-07 -1.0239e-07 -2.09135e-08 9.612e-08 1.8328e-07 1.76684e-07 1.10007e-07 1.99457e-08 -4.23379e-08 -4.33558e-08 -6.45974e-08 -1.31705e-07 -1.96407e-07 -2.31991e-07 -2.49107e-07 -2.07542e-07 -9.37303e-08 4.88471e-08 2.92921e-07 4.95845e-07 3.73424e-07 6.8346e-08 -1.08073e-08 4.55787e-08 -2.30313e-08 -3.03764e-08 -1.7266e-08 -5.70939e-08 -1.24785e-07 -1.79202e-07 -1.84398e-07 -1.71365e-07 -1.83305e-07 -1.88817e-07 -1.50883e-07 -1.1085e-07 -8.68873e-08 -9.93637e-08 -1.49736e-07 -1.51316e-07 -8.59389e-08 -5.75075e-08 -1.59523e-07 -3.37982e-07 -5.13824e-07 -6.41223e-07 -6.84155e-07 -6.15998e-07 -3.99068e-07 -1.80391e-07 -1.47367e-07 -1.48956e-07 -2.98562e-08 1.81389e-07 3.40001e-07 3.20173e-07 1.78318e-07 2.06543e-08 -7.98992e-08 -8.93343e-08 -1.24381e-07 -2.2111e-07 -3.06188e-07 -3.42679e-07 -3.60883e-07 -3.13522e-07 -1.89301e-07 -2.82139e-09 4.88142e-07 8.71474e-07 5.32569e-07 7.56347e-08 5.66769e-08 3.12492e-07 9.92469e-08 -8.29267e-08 -9.49077e-08 -2.67622e-08 -4.02111e-09 -3.68098e-08 -2.53517e-08 2.68593e-08 -8.91512e-09 -8.27878e-08 -9.39695e-08 -2.82109e-08 7.92509e-08 6.09925e-08 -1.20379e-07 -2.09753e-07 -3.64367e-09 2.17281e-07 1.88482e-07 -6.43713e-09 -3.22627e-07 -6.8215e-07 -8.70574e-07 -7.55101e-07 -3.75628e-07 -6.39041e-08 -6.01972e-08 -1.52715e-07 -6.08691e-08 2.29969e-07 4.87001e-07 5.0006e-07 2.96716e-07 4.81487e-08 -1.19545e-07 -1.61866e-07 -2.18621e-07 -3.4742e-07 -4.38899e-07 -4.44021e-07 -4.31709e-07 -3.83139e-07 -3.64341e-07 -3.5855e-07 3.355e-07 1.25132e-06 8.78194e-07 4.42382e-08 -1.2639e-07 3.46651e-07 5.39835e-07 2.86501e-07 5.42078e-08 1.58203e-07 3.37004e-07 2.95095e-07 2.31177e-07 3.39909e-07 3.76011e-07 2.67654e-07 2.22419e-07 3.0749e-07 5.26949e-07 5.51877e-07 1.82283e-07 -1.88223e-07 -2.36706e-07 3.29203e-07 7.6773e-07 7.61433e-07 4.77525e-07 -2.20423e-07 -8.07445e-07 -7.18235e-07 -5.23375e-08 4.43402e-07 2.83953e-07 -4.71055e-08 -9.21411e-08 1.81637e-07 5.26906e-07 6.04003e-07 4.39199e-07 1.64647e-07 -7.75665e-08 -1.86547e-07 -2.75013e-07 -4.5631e-07 -5.98195e-07 -5.84882e-07 -5.18784e-07 -3.94891e-07 -4.82763e-07 -9.54257e-07 -4.02102e-07 1.57901e-06 1.75851e-06 5.61009e-07 2.90297e-07 2.2547e-07 1.35217e-06 1.42748e-06 1.17761e-06 1.0769e-06 1.34172e-06 1.20356e-06 8.22746e-07 8.97542e-07 8.71759e-07 5.92279e-07 5.96126e-07 9.04501e-07 1.25669e-06 1.32147e-06 7.79323e-07 4.34716e-07 1.60924e-07 -3.55753e-08 6.40194e-07 1.73351e-06 1.77458e-06 8.88093e-07 -2.70259e-07 -4.07261e-07 5.4003e-07 1.43033e-06 1.11431e-06 2.97576e-07 5.56826e-08 1.62156e-07 4.25104e-07 5.8373e-07 5.21596e-07 3.37748e-07 5.66172e-08 -1.8515e-07 -2.60727e-07 -4.28097e-07 -7.16414e-07 -7.84744e-07 -7.79504e-07 -5.56055e-07 -4.19342e-07 -1.37247e-06 -1.67224e-06 1.49381e-06 3.18349e-06 1.89191e-06 1.32843e-06 7.72149e-07 2.40443e-06 3.36049e-06 3.26828e-06 2.74968e-06 2.81439e-06 2.47229e-06 2.18911e-06 2.06744e-06 1.76878e-06 9.24375e-07 7.14051e-07 1.81839e-06 2.58336e-06 2.25337e-06 1.12445e-06 1.25374e-06 1.43445e-06 -2.34015e-07 -9.46755e-07 1.07823e-06 3.05501e-06 2.43001e-06 8.57517e-07 3.8481e-08 8.7379e-07 2.208e-06 2.1888e-06 8.88461e-07 2.74558e-07 2.72519e-07 3.91021e-07 5.80967e-07 6.96117e-07 6.55656e-07 3.08381e-07 -2.588e-07 -4.32896e-07 -2.76057e-07 -4.80428e-07 -8.13997e-07 -9.0392e-07 -7.10153e-07 -3.63019e-07 -1.56799e-06 -3.32873e-06 9.85758e-08 4.19648e-06 3.52691e-06 1.89991e-06 1.20694e-06 2.40939e-06 4.83792e-06 5.83057e-06 4.96463e-06 4.12765e-06 3.08047e-06 2.89614e-06 3.02339e-06 2.56806e-06 1.71336e-06 1.05907e-06 2.79001e-06 4.7462e-06 3.67431e-06 1.1032e-06 9.48178e-07 2.64396e-06 2.04808e-06 -3.06742e-06 -3.30977e-06 1.51648e-06 3.19784e-06 2.44851e-06 1.55741e-06 1.00572e-06 2.29607e-06 2.89063e-06 1.64706e-06 3.13151e-07 6.47461e-08 2.92303e-07 8.19555e-07 1.29704e-06 1.49503e-06 9.31261e-07 -2.67159e-07 -1.01877e-06 -5.56787e-07 -9.57719e-08 -4.63617e-07 -6.23934e-07 -2.74614e-07 2.28211e-07 -8.21466e-07 -9.72696e-06 -3.58998e-06 2.60408e-06 3.4279e-06 1.2342e-06 1.1639e-06 1.0045e-06 3.47589e-06 6.13811e-06 6.49224e-06 5.16105e-06 3.11436e-06 2.23948e-06 1.74192e-06 2.24822e-06 2.9727e-06 2.62914e-06 4.04306e-06 7.69784e-06 5.7833e-06 2.06082e-06 2.42648e-07 2.88843e-06 4.30038e-06 -4.57145e-08 -6.60818e-06 -5.8524e-06 2.21796e-07 2.56761e-06 3.25298e-06 2.95925e-06 2.14188e-06 2.85468e-06 2.11805e-06 4.37148e-07 -1.12604e-06 -7.21531e-07 6.58283e-07 2.11193e-06 2.90409e-06 2.21745e-06 7.046e-09 -1.71081e-06 -1.39255e-06 -1.0483e-06 -1.20504e-06 -6.95881e-07 -3.54606e-07 8.34852e-08 -9.18716e-08 -5.16329e-06 -1.71874e-05 -1.28923e-06 1.39064e-06 8.98195e-07 1.60677e-06 -6.65463e-07 1.44812e-06 3.56906e-06 5.225e-06 5.09297e-06 2.84782e-06 1.70045e-06 -4.3731e-08 4.65099e-07 3.10729e-06 4.19943e-06 6.00532e-06 1.01888e-05 8.61576e-06 4.27115e-06 1.14836e-06 7.80778e-07 2.88483e-06 2.62074e-06 -2.9157e-06 -9.276e-06 -6.98533e-06 1.53519e-07 2.92695e-06 4.53837e-06 4.02275e-06 2.20648e-06 1.87142e-06 7.11009e-07 6.73383e-08 -4.0946e-06 -1.32904e-06 1.80086e-06 4.20584e-06 4.08905e-06 2.01997e-06 -7.45948e-07 -1.75206e-06 -2.68909e-06 -3.43121e-06 -2.07496e-06 -6.91249e-07 -1.12479e-06 -1.57812e-06 -5.0363e-07 -1.12821e-05 -1.15955e-05 -5.65477e-07 -5.29793e-07 2.09356e-06 -4.43122e-06 -5.44328e-06 2.88514e-06 3.6043e-06 3.96419e-06 2.38165e-06 1.53096e-06 -1.15787e-06 -1.32409e-06 1.59702e-06 3.96754e-06 7.63439e-06 1.18267e-05 1.22846e-05 7.50698e-06 4.04467e-06 -1.9064e-06 -3.21527e-06 1.4029e-06 2.651e-06 -2.51592e-06 -7.24311e-06 -2.29694e-06 2.66484e-06 4.63914e-06 6.34051e-06 1.17339e-06 6.39103e-09 2.75634e-07 1.3381e-06 1.93077e-06 -1.64147e-05 -7.3319e-07 2.89556e-06 4.89341e-06 3.61929e-06 1.50294e-06 5.55444e-07 -2.17224e-06 -3.2574e-06 -3.60695e-06 -1.30896e-06 -7.62975e-07 -2.69211e-06 1.10086e-06 3.65161e-07 -3.46944e-06 -3.40262e-06 -7.89665e-06 -2.80161e-06 2.77934e-07 -2.87078e-06 2.66364e-07 2.32394e-06 4.22922e-06 3.27353e-06 6.4272e-07 -6.24309e-06 -7.18602e-06 -8.9295e-08 1.81272e-06 6.37875e-06 1.26068e-05 2.04648e-05 1.4727e-05 8.63272e-06 -1.35492e-06 -6.87e-06 -1.03915e-06 3.82527e-06 4.95142e-06 -7.7554e-08 -6.37428e-07 3.67412e-06 5.11244e-06 7.55817e-06 4.31873e-06 -3.02607e-06 -1.69208e-06 9.36236e-07 7.07648e-06 -2.43261e-06 -7.05098e-06 2.59839e-07 2.31549e-06 2.58457e-06 3.85209e-06 3.69155e-06 -2.18736e-07 -2.25789e-06 -4.53771e-06 -3.63256e-06 -6.71958e-08 -2.11158e-07 7.29555e-06 6.19014e-06 1.89802e-06 -7.14165e-06 -1.79883e-05 -9.01496e-06 1.12837e-05 6.19539e-06 -2.66035e-06 -1.34521e-07 5.58972e-06 6.11415e-06 2.64168e-06 -1.07215e-05 -1.65468e-05 -8.01993e-06 6.12401e-07 3.17247e-06 1.35047e-05 3.60321e-05 2.914e-05 1.10487e-05 2.64188e-06 -4.39757e-06 -8.53773e-07 2.46079e-06 4.79563e-06 6.29747e-06 3.48389e-06 4.49993e-06 7.45333e-06 1.06548e-05 9.11901e-06 -2.46582e-06 -6.15752e-06 -3.13923e-06 6.81237e-06 5.64956e-06 -4.34426e-06 -3.38029e-06 -2.26626e-06 2.35466e-07 5.33901e-06 6.13183e-06 1.04306e-06 -1.44976e-06 -2.24803e-06 -6.97888e-06 2.03503e-06 4.95166e-06 1.04174e-05 1.29596e-05 5.42751e-06 -7.73918e-06 -1.80957e-05 -5.83449e-06 1.09605e-05 7.53367e-06 -1.46412e-06 -1.93951e-06 6.58742e-06 7.74065e-06 5.12528e-06 -1.07816e-06 -8.27309e-06 -5.68926e-06 2.29097e-06 1.80546e-06 1.79571e-05 6.07089e-05 4.38526e-05 8.60318e-06 6.98762e-06 9.79835e-07 1.34762e-06 5.74728e-06 2.43373e-06 2.85459e-06 4.72666e-06 4.59545e-06 8.52051e-06 1.46221e-05 1.18746e-05 -5.64541e-07 -8.98159e-06 -1.98251e-05 -3.22714e-06 1.09823e-06 -7.89628e-07 -1.56283e-07 -1.14496e-06 -2.54423e-06 3.62692e-06 6.99499e-06 2.952e-06 -8.62313e-07 -1.37629e-06 -1.90953e-06 3.73315e-06 5.48654e-06 1.54121e-05 1.6183e-05 7.58647e-06 -1.02307e-05 -7.11963e-06 -1.31132e-06 5.29824e-06 5.35285e-06 1.54094e-06 -6.70258e-07 6.62703e-06 7.55259e-06 5.39539e-06 1.39728e-06 -1.92723e-06 -3.42616e-06 3.4788e-06 2.82689e-06 2.77513e-05 8.16127e-05 3.86652e-05 2.56738e-06 5.33865e-06 5.16363e-06 3.19248e-07 2.78707e-06 2.07937e-06 3.21877e-07 2.32939e-06 2.29786e-06 4.97052e-06 1.03299e-05 7.69226e-06 -5.41631e-06 -1.14759e-05 -1.51033e-05 -1.31168e-05 2.20806e-06 4.25284e-06 4.80334e-06 1.0581e-06 7.49271e-07 1.82216e-06 3.67847e-06 2.46993e-06 -5.73019e-07 -2.46907e-07 5.71977e-06 3.04885e-06 1.23969e-07 1.17849e-05 1.8004e-05 1.65301e-05 -5.73773e-06 -6.08059e-06 -1.0584e-06 2.95326e-06 1.14143e-06 4.17751e-06 7.5167e-06 8.13746e-06 5.05285e-06 5.16155e-06 4.70437e-06 4.89624e-07 3.55835e-06 8.83503e-06 3.55598e-06 3.27838e-05 7.48562e-05 4.51351e-05 2.59304e-06 2.27638e-06 3.40225e-06 -5.78954e-06 -7.11436e-07 3.62805e-07 4.62847e-08 -7.3663e-07 -4.39945e-07 2.693e-06 8.43369e-06 3.37673e-06 -9.19166e-06 -9.13895e-06 -5.95766e-06 -1.01537e-06 6.21347e-06 8.56925e-06 1.07313e-05 6.28826e-06 8.95139e-06 3.24113e-06 -9.47157e-07 -1.45474e-06 -9.55938e-07 3.22749e-06 9.53304e-06 1.39336e-05 -2.32754e-06 6.65845e-06 1.25971e-05 1.19216e-05 -8.90589e-06 -1.49912e-05 -2.70796e-06 2.10593e-07 2.6488e-07 8.61497e-06 1.74562e-05 1.30771e-05 5.91166e-06 6.86723e-06 1.09571e-05 2.78876e-06 2.96679e-06 9.86077e-06 2.86192e-06 2.93322e-05 5.95588e-05 3.82984e-05 9.2828e-06 4.89541e-06 4.10503e-06 -4.93443e-06 -6.57154e-06 -4.12872e-06 -9.7329e-07 2.20643e-08 -1.8857e-07 1.16215e-06 6.77176e-07 -1.30591e-06 -3.50929e-06 -1.05508e-06 9.36775e-07 4.78016e-06 7.4377e-06 6.77473e-06 4.29363e-06 7.07982e-06 2.07921e-05 1.45549e-05 -2.48973e-06 -7.07856e-06 -2.57512e-06 2.45301e-06 3.82179e-06 5.09691e-06 -1.19427e-06 4.65734e-06 6.75867e-06 4.42653e-06 -6.76524e-06 -7.27441e-06 1.62786e-06 2.13187e-07 -1.41641e-06 7.32024e-06 1.21264e-05 1.39877e-05 1.00602e-05 1.30198e-05 2.16784e-05 4.05709e-06 4.60398e-08 7.82601e-06 3.12169e-06 2.002e-05 5.23629e-05 3.59172e-05 1.84371e-05 6.97426e-06 6.35126e-06 1.02698e-06 -3.23137e-06 -2.1777e-06 -2.05525e-06 -1.66914e-06 1.84923e-07 3.694e-07 -6.62746e-07 -5.30555e-07 3.73076e-06 2.64446e-06 4.12491e-06 6.22191e-06 8.17881e-06 4.45667e-06 6.33368e-07 2.81676e-06 1.78332e-05 1.32343e-05 -4.33151e-06 -8.33898e-06 -2.70457e-06 -2.07793e-06 -8.87704e-06 -6.76285e-06 1.36119e-07 5.77062e-06 2.87381e-06 -4.67524e-07 -3.43427e-06 3.59236e-07 6.85689e-06 5.66911e-06 -8.06376e-07 3.15618e-07 3.70026e-06 7.68475e-06 1.66941e-05 1.66676e-05 1.26268e-05 -7.02294e-08 -3.65098e-06 2.44063e-06 9.53505e-07 1.23176e-05 3.9746e-05 3.5027e-05 2.61107e-05 9.1652e-06 5.3478e-06 3.34449e-06 -3.93925e-07 5.25904e-07 5.43739e-07 -2.24009e-06 2.99478e-06 -3.18842e-06 -5.93854e-06 1.54971e-06 5.25139e-06 3.55881e-06 5.68922e-06 6.27945e-06 6.25478e-06 3.72993e-06 -2.92549e-06 1.1499e-06 1.14051e-05 7.27884e-06 -3.61306e-06 -3.06512e-06 -3.18179e-06 -1.41086e-05 -1.1686e-05 -5.13047e-06 9.3735e-06 9.58399e-06 1.19628e-06 -6.2365e-06 -2.45191e-06 5.73039e-07 4.21156e-06 3.71557e-06 -1.14853e-06 -3.4861e-06 -4.26216e-06 -2.05059e-06 7.044e-06 1.50215e-05 1.14221e-05 5.0731e-06 3.28587e-06 5.75042e-06 3.53842e-06 4.48832e-06 1.92278e-05 2.55915e-05 2.75078e-05 1.01629e-05 1.62711e-06 -7.07164e-07 -1.2048e-06 -1.33234e-07 3.82135e-06 1.76102e-06 3.0205e-06 -2.16897e-06 -6.34792e-06 2.20749e-06 5.72369e-06 4.97963e-06 5.80443e-06 2.53296e-06 3.30153e-06 6.44711e-06 8.62542e-07 1.39795e-06 2.37306e-06 5.47147e-06 9.90991e-06 -6.14019e-07 -1.31663e-06 3.58044e-06 6.04663e-07 3.52077e-06 6.5217e-06 2.75665e-06 -1.6914e-06 -6.06576e-06 -2.33832e-06 -1.47735e-06 -7.28703e-07 1.16006e-07 -5.07541e-06 -6.87936e-07 -2.60495e-06 -4.98307e-06 -2.82785e-06 2.93189e-06 1.56014e-05 1.84773e-05 1.68887e-05 1.60275e-05 1.19099e-05 9.00377e-06 2.55312e-05 7.19146e-06 1.26215e-05 4.04142e-06 -5.03286e-07 -3.72097e-06 -4.07162e-06 6.31579e-07 8.97489e-06 6.25535e-06 4.17775e-06 4.76144e-07 -1.85247e-06 5.52994e-06 6.39814e-06 6.68162e-06 8.56231e-06 3.30572e-06 6.12985e-06 1.26497e-05 4.45946e-06 2.23678e-06 4.05988e-06 6.25068e-07 -9.59795e-06 -2e-05 -5.75129e-06 1.96979e-06 2.99264e-06 6.19084e-06 5.40098e-06 8.39599e-07 -3.93679e-06 -1.36276e-06 -2.87776e-06 -1.9871e-07 -5.28863e-06 -1.72959e-06 2.19008e-07 6.83568e-06 4.14521e-06 -1.40833e-05 -1.35087e-05 -2.14312e-06 1.05894e-05 2.61593e-05 2.66184e-05 1.99689e-05 1.23357e-05 7.48799e-06 2.89871e-06 -6.75112e-07 -5.08221e-06 -3.54132e-06 6.94544e-07 -1.69341e-06 -5.00437e-06 4.0369e-07 1.11557e-05 9.69371e-06 5.85142e-06 1.79424e-06 -1.85674e-06 4.99721e-06 6.43103e-06 6.59403e-06 8.62036e-06 3.19344e-06 5.72335e-06 1.29519e-05 6.00451e-06 5.7871e-06 5.71036e-06 -4.69851e-06 -2e-05 -2e-05 -6.32936e-06 1.16238e-06 1.49555e-05 1.11848e-05 6.71701e-06 4.58721e-06 3.68146e-06 5.10116e-06 3.71343e-06 1.27447e-05 3.24608e-06 5.23791e-07 2.75566e-07 1.61e-05 1.91818e-05 -1.40779e-05 -2e-05 -1.49971e-05 -3.47889e-07 1.28859e-05 1.19445e-05 4.62086e-06 -1.68915e-06 -2.1566e-07 -2.75787e-06 -8.78501e-06 -1.20349e-05 -5.03e-06 -9.59662e-07 3.26856e-07 1.38844e-06 4.24771e-06 1.40812e-05 1.04717e-05 3.08211e-06 2.92584e-06 -1.41074e-06 1.08904e-06 6.73925e-06 9.98938e-06 9.47103e-06 4.52826e-06 1.64246e-06 7.41624e-06 1.31145e-05 1.87588e-05 1.47053e-05 8.41299e-06 6.61636e-06 5.07679e-06 9.68392e-08 -6.19219e-06 1.36151e-05 1.26213e-05 1.09034e-05 9.6374e-06 8.42691e-06 1.11426e-05 1.37086e-05 1.14972e-05 3.6287e-06 4.18343e-06 2.14703e-06 1.00925e-05 2.21472e-05 -1.04464e-06 -1.91871e-05 -1.03834e-05 -1.91496e-05 -1.45724e-05 -1.17461e-05 -1.48165e-05 -1.32175e-05 -6.25326e-06 -2.1035e-06 -5.9173e-06 -6.19e-06 3.20259e-07 2.08508e-06 6.20621e-06 7.12936e-06 5.90669e-06 1.19922e-05 1.22816e-05 3.55707e-06 6.79821e-07 -2.26133e-06 -2.21453e-08 1.37852e-05 2.03784e-05 1.66396e-05 9.76782e-06 3.0521e-06 -7.33148e-06 -5.30454e-06 1.62925e-05 2.34173e-05 1.7506e-05 1.55002e-05 1.26277e-05 7.03452e-06 1.14401e-06 1.57255e-07 2.89209e-06 7.73063e-06 1.26373e-05 1.26144e-05 1.12046e-05 1.25774e-05 8.07823e-06 8.02548e-06 1.98387e-05 1.6255e-05 9.76061e-06 1.48222e-05 4.69967e-06 -3.52385e-06 -1.69696e-07 -1.11541e-05 -1.65832e-05 -6.61988e-06 -2.57145e-06 -4.50254e-06 -3.4927e-06 2.42934e-06 4.4039e-06 4.5759e-06 3.87739e-06 6.29412e-06 1.41246e-05 1.48181e-05 8.59062e-06 8.40979e-06 1.04891e-05 2.4886e-06 8.49394e-07 -1.0071e-06 -5.28026e-07 1.43627e-05 1.95865e-05 2.09172e-05 1.73527e-05 1.00666e-05 6.19457e-06 2.97013e-06 1.74252e-06 7.82154e-06 6.78182e-06 1.06714e-05 1.40838e-05 1.22433e-05 8.61753e-06 6.35362e-06 2.05948e-06 -7.44799e-07 4.21729e-06 1.14396e-05 1.59302e-05 1.45775e-05 8.61845e-07 6.3044e-06 2.35515e-05 2.75907e-05 1.43786e-05 9.96644e-06 3.56054e-06 2.81406e-06 1.07677e-05 1.40546e-05 9.66014e-06 7.84809e-06 6.22374e-06 -2.38578e-06 -1.53213e-05 3.25418e-06 1.04272e-05 8.11075e-06 4.2378e-06 2.28888e-06 2.454e-06 4.58548e-06 7.62082e-06 1.0863e-05 1.03569e-05 2.41035e-06 -5.52628e-07 -1.49158e-06 -2.78498e-06 7.58589e-06 1.17422e-05 1.64526e-05 2.15873e-05 2.08269e-05 7.41451e-06 2.46132e-07 -2.80897e-06 2.61556e-06 5.55273e-06 5.19941e-06 4.35099e-06 6.71181e-06 1.13501e-05 1.26558e-05 7.70347e-06 -1.53746e-06 -4.442e-06 4.66548e-07 4.62029e-06 4.34517e-06 -2.22956e-06 2.54546e-07 8.03911e-06 1.49942e-05 4.67901e-06 9.113e-07 1.92928e-07 -7.17664e-07 5.89811e-06 1.55287e-05 2.27078e-05 2.60614e-05 1.5145e-05 5.49202e-06 -3.64843e-06 8.68805e-06 1.25147e-05 9.09974e-06 2.64515e-06 -2.57853e-06 -3.77405e-06 -1.16441e-07 4.5085e-06 9.50807e-06 1.11065e-05 6.136e-06 -2.44523e-06 -4.68677e-06 -1.41055e-06 9.51392e-06 1.59158e-05 1.94248e-05 1.26887e-05 -6.95683e-08 -9.84068e-06 -5.39551e-06 1.3103e-06 5.27907e-06 -2.91376e-07 -4.22538e-06 -1.25056e-06 3.13832e-06 8.01148e-06 9.87529e-06 7.5085e-06 2.54012e-06 -1.92607e-06 -3.49711e-06 -3.09898e-06 -2.9388e-06 -3.77276e-07 -1.80572e-07 1.23044e-06 3.79758e-06 6.2578e-07 -2.35735e-06 -2.97929e-07 -2.82342e-06 -5.51532e-07 3.47513e-06 1.01135e-05 1.93885e-05 1.62244e-05 7.88333e-06 1.97678e-06 3.49082e-06 5.00999e-06 2.96153e-06 8.51071e-07 7.32787e-07 1.84761e-09 3.07503e-06 1.48462e-05 5.66972e-06 7.06737e-06 1.20424e-05 7.29256e-07 -3.42454e-06 -2.31977e-06 9.3493e-06 1.6936e-05 2.11998e-05 1.63162e-05 5.04987e-06 -8.82509e-06 -5.66855e-06 -1.0783e-06 3.8174e-07 -4.63164e-06 -1.192e-05 -8.02334e-06 -1.01915e-06 2.59952e-06 3.22255e-06 3.16551e-06 1.94279e-06 -1.31121e-06 -2.72669e-06 -1.88881e-06 -6.32026e-07 1.57732e-07 5.93568e-07 1.46453e-06 1.9135e-06 -1.58913e-07 -1.06688e-06 6.75878e-07 -2.00506e-07 -2.24192e-07 5.49902e-07 2.27854e-06 3.67524e-06 4.57315e-06 4.70062e-06 2.67514e-06 1.13352e-06 7.60518e-07 1.50565e-07 6.16742e-09 4.58835e-07 -2.36628e-06 1.76795e-07 3.51563e-06 2.73686e-06 2.23283e-06 6.04881e-06 6.50685e-07 -3.12744e-06 -7.59596e-06 3.06382e-06 6.7662e-06 1.23673e-05 1.77925e-05 1.91253e-05 1.50646e-05 9.31448e-06 2.10216e-06 5.6053e-07 -1.81691e-06 -4.36998e-06 -2.80373e-06 8.71274e-07 2.79206e-06 2.14898e-06 1.66327e-06 7.45151e-07 -1.59899e-06 -1.97968e-06 -8.70294e-07 -3.56436e-07 7.01477e-07 8.12914e-07 9.18915e-07 7.5256e-07 3.82828e-07 1.48586e-06 2.40719e-06 2.40258e-06 1.67201e-06 1.00557e-06 1.21042e-06 1.38721e-06 7.69752e-07 2.82623e-06 3.78202e-06 2.68173e-06 1.28984e-06 -3.80231e-08 -1.70807e-07 -8.07247e-07 -2.19027e-06 -2.28128e-06 -1.65113e-06 -1.00488e-06 1.64729e-06 2.27609e-06 1.4412e-06 -2.65127e-07 -1.40061e-06 1.21596e-06 1.91491e-06 3.94291e-06 8.99213e-06 1.31212e-05 1.17862e-05 6.81899e-06 3.82291e-06 -1.28441e-07 -3.51336e-07 6.91062e-07 -1.16821e-07 2.89949e-06 2.33779e-06 -5.57849e-07 -1.29941e-06 -1.08984e-06 -8.65479e-07 -2.00397e-07 4.9247e-08 3.25325e-07 1.56831e-06 1.35336e-06 9.27027e-07 4.00682e-07 3.23022e-07 9.49541e-07 1.90808e-06 2.68202e-06 2.84845e-06 2.63079e-06 2.06023e-06 5.10648e-07 -8.92052e-07 7.56847e-07 2.10366e-06 2.85554e-06 3.01074e-06 2.54327e-06 1.58235e-06 1.53511e-06 7.25816e-07 -7.84344e-07 -1.15838e-07 7.63937e-07 -5.43186e-08 4.22907e-08 6.45022e-07 6.41674e-07 -3.90635e-07 7.14616e-07 1.0204e-06 1.23317e-06 3.56305e-06 5.22875e-06 5.00632e-06 3.58557e-06 2.05392e-06 1.50565e-06 1.40943e-06 8.93261e-07 -7.26216e-09 -9.66189e-07 -7.73827e-07 -1.98837e-07 8.38459e-08 3.07478e-07 5.72708e-07 5.79258e-07 8.49059e-07 1.29619e-06 -3.10036e-07 -3.60113e-07 -4.27226e-07 -2.68198e-07 -3.96803e-08 7.34504e-08 8.98842e-08 1.21534e-07 2.3596e-07 3.67288e-07 3.90897e-07 3.24964e-07 2.7147e-07 2.28414e-07 1.82445e-07 1.18608e-07 2.58403e-08 -7.21616e-08 -1.32474e-07 -1.41979e-07 -8.99486e-08 -1.43117e-08 -3.48202e-08 -1.48074e-07 -2.08696e-07 -1.39581e-07 2.62655e-08 2.20447e-07 3.09733e-07 3.10778e-07 3.76537e-07 4.34451e-07 3.58804e-07 1.97545e-07 1.17872e-07 1.55978e-07 2.2341e-07 2.30366e-07 1.62063e-07 8.02204e-08 7.96834e-09 -6.49637e-08 -1.1611e-07 -1.20352e-07 -1.23767e-07 -2.01529e-07 -3.06331e-07 -3.46748e-07 -3.51625e-07 -3.64484e-07 -3.49647e-07 -5.35479e-07 -6.78815e-07 -4.47978e-07 -1.01954e-07 1.01371e-07 1.84261e-07 2.98643e-07 5.19589e-07 7.30684e-07 7.10939e-07 5.53286e-07 4.40758e-07 3.5795e-07 2.76608e-07 1.78746e-07 5.89409e-08 -8.27449e-08 -1.8967e-07 -2.22612e-07 -1.56005e-07 -2.08654e-08 4.02069e-09 -1.16629e-07 -1.7653e-07 -5.98826e-08 1.87304e-07 4.41138e-07 5.68763e-07 5.90077e-07 7.26864e-07 8.79258e-07 7.64171e-07 4.39043e-07 2.68104e-07 3.08908e-07 3.97403e-07 3.74279e-07 2.67588e-07 1.70309e-07 6.24784e-08 -8.20401e-08 -2.03166e-07 -2.40013e-07 -2.39291e-07 -3.14649e-07 -3.90266e-07 -4.28218e-07 -4.81572e-07 -4.20804e-07 -2.08436e-08 -4.61867e-07 -9.35751e-07 -7.52945e-07 -2.96703e-07 3.70761e-08 2.73636e-07 5.76095e-07 9.8672e-07 1.32296e-06 1.20486e-06 8.45397e-07 6.33436e-07 5.18697e-07 3.71708e-07 1.94736e-07 8.56318e-08 -7.08648e-09 -1.39298e-07 -2.24014e-07 -1.87205e-07 -2.43109e-08 4.8528e-08 -8.33963e-08 -9.27365e-08 1.77826e-07 5.62678e-07 8.52562e-07 9.68401e-07 9.96525e-07 1.206e-06 1.54404e-06 1.4997e-06 9.27305e-07 4.94238e-07 4.36792e-07 5.515e-07 5.70855e-07 4.50868e-07 3.78957e-07 3.29077e-07 7.49139e-08 -2.74019e-07 -3.89349e-07 -3.49116e-07 -3.60859e-07 -2.70623e-07 -2.93128e-07 -5.23857e-07 -2.53332e-07 8.47648e-07 2.6804e-07 -9.80681e-07 -1.07956e-06 -5.91519e-07 -1.99786e-07 1.44408e-07 6.95356e-07 1.43655e-06 2.20465e-06 2.08328e-06 1.20182e-06 7.10687e-07 6.6381e-07 4.57507e-07 4.63481e-08 -1.49662e-07 -2.42691e-08 7.99955e-08 8.68646e-08 1.0578e-07 2.11153e-07 2.24204e-07 -7.58961e-08 -1.90264e-07 2.05364e-07 8.6132e-07 1.28363e-06 1.27139e-06 1.21535e-06 1.42794e-06 1.94911e-06 2.21724e-06 1.59024e-06 7.62328e-07 4.67868e-07 5.71385e-07 7.12744e-07 7.30128e-07 7.67109e-07 8.47773e-07 7.14348e-07 7.69836e-09 -5.43406e-07 -5.03242e-07 -3.48368e-07 -2.99812e-08 3.91597e-07 2.32586e-08 1.55134e-07 2.27701e-06 1.44561e-06 -5.55373e-07 -1.18005e-06 -8.50298e-07 -4.42586e-07 -1.75352e-07 3.43695e-07 1.21597e-06 2.79796e-06 3.40735e-06 1.94471e-06 6.65946e-07 8.31952e-07 8.8245e-07 -8.94178e-08 -1.02546e-06 -7.64612e-07 1.63163e-08 5.63816e-07 9.51558e-07 1.22562e-06 1.16414e-06 3.28028e-07 -1.72826e-07 8.68466e-08 5.82431e-07 1.20622e-06 1.26604e-06 1.11877e-06 1.25692e-06 1.56437e-06 2.09928e-06 1.97646e-06 1.07226e-06 4.79455e-07 4.29214e-07 6.42987e-07 9.69844e-07 1.40406e-06 1.62178e-06 1.58593e-06 8.44066e-07 -4.36819e-07 -8.96225e-07 -3.63881e-07 4.26217e-07 9.70699e-07 1.16898e-06 1.1309e-06 2.83312e-06 1.70039e-06 3.39649e-07 -4.14789e-08 -1.87207e-08 -7.68651e-08 -2.50926e-07 -3.63495e-07 1.21566e-07 1.47383e-06 3.71119e-06 2.98966e-06 7.25767e-07 1.03571e-06 2.18504e-06 1.11738e-06 -1.54118e-06 -2.75366e-06 -1.20309e-06 7.02892e-07 1.95878e-06 3.35983e-06 4.49568e-06 3.33621e-06 1.59387e-06 1.49622e-06 7.71277e-07 1.25268e-06 9.97371e-07 7.91998e-07 1.07943e-06 8.76885e-07 9.5801e-07 1.4277e-06 1.18639e-06 6.27895e-07 2.04295e-07 1.93602e-07 5.64406e-07 1.65091e-06 2.64019e-06 2.54326e-06 1.69421e-06 2.44995e-07 -9.38408e-07 -7.60834e-07 1.79909e-06 9.67982e-07 1.85327e-06 1.85254e-06 1.34364e-06 1.06482e-06 6.52148e-07 1.25923e-06 1.72787e-06 1.34635e-06 2.23584e-06 1.08659e-06 -3.2444e-06 -6.73959e-06 2.03631e-06 3.16219e-06 6.78478e-07 6.38401e-07 3.77052e-06 4.22544e-06 1.02183e-06 -2.21674e-06 -2.46392e-06 2.0396e-07 2.52914e-06 4.77387e-06 8.12778e-06 8.13889e-06 2.22738e-06 1.44443e-06 1.00559e-06 -3.4356e-07 4.60648e-07 2.41094e-06 2.22403e-06 1.72745e-06 6.72659e-07 3.54889e-07 7.97219e-07 9.82908e-07 3.09518e-07 -3.76474e-07 -4.98589e-07 8.19901e-07 3.30698e-06 3.40119e-06 1.8455e-06 1.02887e-06 1.37095e-07 -6.91755e-07 2.6947e-06 5.21449e-07 1.39761e-06 1.44948e-06 -9.92428e-08 -3.98876e-07 -3.93979e-07 1.09933e-06 2.11909e-06 1.4257e-06 2.34591e-06 8.64416e-06 2.89509e-06 -5.45731e-06 -6.07037e-06 1.71365e-06 1.28712e-07 -1.29113e-06 3.62722e-06 6.99766e-06 4.62831e-06 1.19141e-06 -6.65888e-07 4.83602e-07 2.43817e-06 3.49604e-06 6.2825e-06 7.47703e-06 3.18661e-06 7.19751e-07 1.82375e-06 1.31655e-06 -1.13512e-06 8.95637e-07 1.94603e-06 2.03158e-06 -3.55306e-07 2.82467e-07 3.44402e-07 9.11714e-07 8.98411e-07 -7.95764e-07 -1.34551e-06 -2.4921e-07 2.18418e-06 3.51374e-06 8.81592e-07 1.06271e-06 1.88811e-06 4.743e-07 2.67374e-06 3.93287e-06 2.24065e-06 1.10147e-06 -3.31457e-06 -8.98489e-06 -8.68732e-06 -7.7049e-06 -2.56497e-07 -1.21751e-06 1.20608e-06 1.01129e-05 1.0866e-05 1.46014e-07 -3.57988e-06 -7.06465e-07 -7.35187e-07 -5.15066e-06 1.84401e-07 7.5541e-06 7.33974e-06 4.15373e-06 1.83412e-06 7.30707e-07 2.54954e-06 3.5501e-06 2.93646e-06 3.36096e-06 2.06822e-06 -6.78123e-07 2.96891e-06 5.15684e-06 1.3271e-06 1.17491e-06 2.22692e-06 3.55437e-06 3.09259e-06 -4.6495e-07 2.14171e-06 1.19858e-06 7.55593e-07 -7.59178e-07 -2.47373e-06 -5.74741e-07 5.34221e-07 1.0013e-06 -1.85434e-06 4.96955e-07 3.11144e-06 1.73814e-06 1.97912e-06 7.13986e-06 1.02644e-05 6.29387e-06 -8.69288e-06 -2e-05 -2e-05 -1.81571e-05 -3.10193e-06 -1.98743e-06 -1.43203e-06 9.69004e-06 1.22039e-05 2.29057e-06 -3.71093e-06 -3.85364e-06 -1.78523e-06 -9.12581e-06 -7.28467e-06 6.13634e-06 8.95763e-06 6.24406e-06 3.72517e-06 1.52161e-06 1.40942e-06 2.92658e-06 2.90404e-06 1.89996e-07 2.42163e-07 -2.12012e-06 8.50839e-07 8.02834e-06 3.97391e-06 3.10004e-06 7.98073e-07 4.08832e-06 5.28367e-06 2.02355e-06 2.2315e-06 2.5907e-06 1.28302e-06 3.16194e-07 -2.92311e-06 -2.06121e-06 -7.17073e-08 -1.95698e-06 -2.8687e-06 -3.24675e-07 4.71162e-06 1.73509e-06 8.75616e-07 7.3555e-06 1.79564e-05 1.46451e-05 -3.3219e-06 -2e-05 -2e-05 -1.28632e-05 -3.16427e-06 -1.00912e-07 -3.6201e-08 3.22391e-06 9.77382e-06 3.10758e-06 -6.67826e-06 -3.05023e-06 -8.52964e-06 -1.43234e-05 -1.81159e-05 3.40305e-06 1.04937e-05 8.28367e-06 4.93709e-06 3.25393e-06 2.76371e-06 2.37e-06 2.63653e-06 1.39986e-06 -5.23587e-08 -1.43607e-06 -1.2131e-06 4.95528e-06 5.18677e-06 1.24497e-06 -1.94784e-06 1.04103e-06 3.77129e-06 3.88554e-06 1.93842e-06 8.19489e-07 -5.54335e-07 2.59795e-07 -4.2912e-07 -1.01167e-06 2.86577e-06 -2e-05 -2e-05 -1.79965e-06 3.92178e-06 1.85312e-06 4.16074e-07 6.25511e-06 2.12168e-05 2.36224e-05 7.51638e-06 -1.56759e-06 -2.51709e-07 -2.01138e-08 9.43776e-07 2.97472e-06 3.49054e-06 2.56414e-06 2.46223e-06 1.62192e-06 -2.66253e-06 -4.74595e-06 -9.75596e-06 -1.88524e-05 -2e-05 5.87061e-07 1.61135e-05 1.15111e-05 4.92543e-06 5.2225e-06 5.81081e-06 5.72966e-06 6.10426e-06 4.74427e-06 2.15381e-06 -1.43983e-07 -5.33603e-07 3.0622e-06 2.52724e-06 2.28364e-07 -6.44583e-06 -1.0589e-05 1.29767e-06 1.38679e-06 5.41049e-06 3.04493e-06 3.11757e-07 -7.11713e-07 5.29053e-07 1.25047e-06 8.33569e-06 -8.55236e-08 -1.90293e-05 -2e-05 -2.86674e-07 2.52357e-06 -9.04521e-08 3.9227e-06 1.66418e-05 2.37762e-05 1.07515e-05 7.97272e-06 7.33078e-06 7.58208e-06 7.85666e-06 7.4134e-06 6.66669e-06 4.33595e-06 4.42061e-07 -3.27923e-07 1.38321e-06 2.87294e-06 -5.82641e-06 -1.08692e-05 -2e-05 -2.94127e-06 3.33306e-05 1.42586e-05 2.78291e-06 2.50972e-06 3.50503e-06 5.52695e-06 8.5737e-06 1.0097e-05 7.17201e-06 1.40024e-06 4.77496e-07 2.65493e-06 2.62842e-06 1.76939e-06 -2.54557e-06 -1.33919e-05 -1.86488e-06 -5.14973e-07 4.5842e-06 6.46345e-06 2.68787e-06 9.84833e-07 1.15458e-06 9.45257e-07 5.48077e-06 7.31802e-06 -5.95736e-06 -1.16802e-05 -9.06348e-06 -2.01414e-07 -4.27848e-06 1.98186e-06 1.15571e-05 1.64202e-05 3.63226e-06 6.98581e-06 1.04999e-05 1.34238e-05 1.25186e-05 9.65987e-06 6.73641e-06 3.48443e-06 1.11727e-06 3.0881e-06 6.6958e-06 7.79504e-06 1.78639e-06 -2.98699e-06 -1.4249e-05 -4.849e-06 3.1264e-05 1.24034e-05 -1.67082e-06 -3.69043e-06 -1.8129e-06 1.53658e-06 6.44439e-06 9.05534e-06 7.45632e-06 1.89971e-06 -2.55304e-07 2.40491e-06 2.15989e-06 -1.52665e-06 -1.14491e-05 -3.23931e-06 -3.90333e-06 -6.64126e-07 2.24092e-06 7.39351e-06 5.70615e-06 4.58536e-06 5.26557e-06 1.7162e-06 2.97372e-06 5.05394e-06 8.73454e-07 -1.89454e-06 -8.88352e-06 -4.49421e-06 -7.47962e-06 -5.52797e-06 4.39631e-06 5.66977e-06 -6.19812e-06 -5.95392e-09 7.67269e-06 1.33145e-05 1.21197e-05 9.25839e-06 7.94108e-06 4.93746e-06 2.95188e-06 6.88246e-06 1.14475e-05 1.04877e-05 6.34491e-06 2.34395e-06 -3.18379e-06 -5.82372e-06 1.40678e-05 5.87106e-06 -6.1221e-06 -8.63412e-06 -6.20926e-06 -1.34649e-06 3.31855e-06 4.70675e-06 3.7852e-06 -1.66285e-07 -3.79418e-06 4.09856e-06 1.22471e-06 -2.4734e-06 -1.25549e-05 -8.46661e-06 4.8256e-06 6.12392e-06 5.17983e-06 3.95715e-06 2.46554e-06 6.5998e-06 4.10187e-06 4.93437e-06 2.46692e-06 8.49993e-07 -9.57303e-07 1.87193e-06 -6.96753e-08 -6.60475e-06 -4.39152e-06 -8.69661e-06 -1.05887e-06 -2.26626e-06 -3.01533e-06 -1.19796e-06 3.23773e-06 5.37182e-06 4.59107e-06 5.53021e-06 1.09214e-05 9.24218e-06 7.76933e-06 9.40369e-06 1.06042e-05 7.31726e-06 6.76464e-06 4.1723e-06 2.6169e-06 -2.77655e-06 4.34255e-06 -2.86682e-06 -6.60217e-06 -2.72393e-06 -1.01783e-06 1.19206e-06 -5.77812e-07 -1.07091e-06 -3.62253e-06 -1.3619e-05 -5.70807e-06 -4.43107e-07 -4.43521e-07 -1.33969e-06 -9.83451e-06 -1.05573e-05 4.99851e-06 1.08533e-05 8.0564e-06 6.64836e-06 -2.61195e-07 5.33859e-06 4.2896e-06 2.44767e-06 -9.58806e-07 -2.01523e-06 -2.05181e-06 3.27784e-06 5.40572e-06 -6.97868e-06 -6.03934e-07 -2.51616e-06 2.21879e-06 -1.90835e-06 -9.04499e-07 2.04646e-06 3.74713e-06 1.98123e-06 3.31132e-06 6.9257e-06 5.90298e-06 9.42956e-06 8.94932e-06 6.33566e-06 5.41763e-06 7.08865e-06 9.07439e-06 1.08991e-05 1.01415e-05 1.06871e-05 5.82408e-06 -3.28994e-07 -2.5748e-06 3.59242e-07 2.47472e-06 2.69923e-06 6.97375e-07 -2.16079e-07 -3.41349e-06 -1.14537e-05 -5.06074e-06 -9.03456e-07 -3.64516e-07 2.77063e-06 -4.50157e-07 -4.30894e-06 2.07497e-06 8.61329e-06 9.28364e-06 2.65063e-06 1.12906e-07 4.30358e-06 2.53872e-06 -1.00723e-06 -9.9643e-07 3.50273e-06 3.66511e-06 4.01947e-06 2.21955e-06 -5.69115e-06 3.02655e-06 8.42222e-07 2.40717e-06 -2.72268e-06 -6.74303e-07 3.05706e-06 6.07774e-06 3.48148e-06 1.06093e-06 6.84912e-06 5.84615e-06 6.15301e-06 5.60524e-06 -4.13678e-06 -6.83292e-06 5.74843e-06 1.39472e-05 1.55168e-05 1.10961e-05 1.04492e-05 7.6209e-06 5.96826e-06 8.4608e-07 1.10927e-06 2.36614e-06 2.7571e-06 1.97212e-06 2.72991e-06 8.64661e-07 -1.85402e-06 -2.54331e-06 -2.1802e-06 -9.2127e-07 4.47902e-06 2.38316e-06 6.14245e-07 2.25256e-06 4.0773e-06 5.808e-06 2.01296e-06 -2.07199e-08 2.4507e-06 6.71465e-07 9.25411e-07 2.93602e-06 2.90354e-06 7.87671e-07 -4.70584e-06 -2.01505e-06 -1.06051e-06 1.03221e-06 -2.11648e-06 -3.71208e-07 -4.38446e-06 -2.76261e-06 3.61314e-06 4.12872e-06 3.32481e-06 1.47644e-06 -3.21605e-06 -2.41054e-06 -1.20217e-06 -5.59218e-06 -1.30226e-05 -1.75678e-05 2.82322e-06 2.20447e-05 2.30526e-05 1.42982e-05 1.37499e-05 1.26117e-05 7.87826e-06 3.38713e-06 1.44808e-06 1.03989e-06 1.48614e-06 1.0483e-06 4.6064e-06 5.22577e-06 3.77522e-06 2.60145e-06 -2.62571e-06 -2.14189e-07 7.6335e-06 4.7285e-06 4.04595e-06 3.99282e-06 2.33633e-06 2.66238e-06 -3.57253e-06 6.99635e-06 9.72562e-06 9.24481e-06 4.76187e-06 2.18774e-06 1.44185e-06 2.82834e-06 6.85267e-06 1.25611e-05 1.01285e-05 -2.92518e-07 -1.02773e-05 -5.3928e-06 -2.99299e-06 -2.4156e-06 3.40899e-07 -1.32367e-06 -4.38931e-06 -6.24147e-07 -2.67457e-06 2.95492e-06 2.87438e-06 -4.07139e-06 -5.02739e-06 -1.15353e-05 1.31609e-06 1.71952e-05 1.58966e-05 1.02178e-05 1.50208e-05 1.85978e-05 1.09045e-05 1.36795e-06 -8.07414e-08 -3.35131e-06 -5.93966e-06 -3.51845e-06 5.23022e-06 8.6397e-06 6.36526e-06 1.76022e-06 -7.39458e-07 5.2668e-06 1.22817e-05 7.28857e-06 6.39755e-06 5.62317e-06 3.94185e-06 4.15044e-06 -2.57051e-06 1.14971e-05 1.32728e-05 1.54847e-05 1.2907e-05 1.2875e-06 1.64938e-06 9.14938e-06 1.5116e-05 1.53208e-05 9.77524e-06 -5.07388e-08 -8.74739e-06 -4.45952e-06 -1.34511e-06 -4.38229e-06 -2.08261e-06 -3.38853e-06 -9.46722e-06 -7.1769e-07 2.71178e-06 1.35645e-05 1.65017e-05 6.22026e-06 1.50947e-06 2.11413e-06 6.99526e-06 1.50494e-05 1.31088e-05 7.39583e-06 8.46449e-06 1.09488e-05 6.85913e-06 4.03049e-06 4.28323e-07 -2.6612e-06 -3.49644e-06 -1.83608e-07 6.2373e-06 9.18692e-06 8.30417e-06 2.40298e-06 -8.13746e-07 4.90989e-06 1.03281e-05 6.3087e-06 6.33392e-06 5.83065e-06 3.65554e-06 2.17591e-06 1.37749e-06 1.51179e-05 1.65259e-05 1.29528e-05 9.76037e-06 3.31695e-06 -1.32873e-06 1.2285e-05 1.74006e-05 1.07865e-05 6.38312e-06 3.08319e-06 5.17829e-06 2.96443e-06 -5.16229e-06 -8.98923e-07 -2.79852e-07 -3.94516e-07 -1.40402e-06 1.51928e-06 -2.02859e-06 -1.37729e-06 3.19018e-06 1.44253e-06 9.8002e-06 1.57765e-05 5.44846e-06 8.11222e-06 8.58977e-06 1.67124e-05 -1.30463e-07 -1.14383e-06 -3.56907e-07 -3.03212e-06 -1.25915e-06 -4.2479e-07 6.29289e-08 3.43018e-06 4.99674e-06 4.8221e-06 5.41873e-06 4.28527e-06 -3.33492e-07 -2.33277e-06 7.32942e-06 8.57247e-06 6.5715e-06 5.81538e-06 2.99634e-06 1.84407e-06 9.69101e-06 2.97133e-05 3.2525e-05 2.0188e-05 1.31198e-05 9.67477e-06 -1.23249e-06 -9.77835e-07 7.45655e-06 6.30453e-06 5.71284e-06 6.23271e-06 7.36174e-06 6.73271e-06 3.95956e-06 1.1657e-06 2.68487e-08 3.46388e-06 1.5435e-06 5.04539e-06 -1.22482e-07 -1.40043e-05 -1.03765e-05 -2.78736e-06 2.14854e-06 6.80952e-06 6.43506e-07 -2.80044e-07 7.39899e-07 7.07687e-06 -2.01322e-06 4.25473e-07 1.91369e-06 -2.16931e-06 8.49218e-07 5.70589e-07 2.37211e-06 6.41434e-06 5.40077e-06 8.40037e-06 8.12147e-06 5.09543e-06 -1.65442e-07 -6.56191e-06 5.40095e-06 7.53112e-06 5.81517e-06 1.78322e-06 9.22792e-08 -3.73041e-06 -8.52988e-06 1.30097e-05 2.47996e-05 2.44899e-05 2.06053e-05 1.63788e-05 7.59912e-06 -4.64329e-06 -4.00455e-06 5.5228e-06 5.91501e-06 7.84411e-06 1.01589e-05 8.7347e-06 4.77274e-06 7.87047e-07 4.44789e-06 8.99645e-06 1.32913e-05 1.42898e-05 9.7438e-06 -6.20156e-06 -1.11197e-05 -1.55701e-06 1.74274e-06 6.35873e-06 3.85437e-06 4.59002e-06 4.06703e-06 3.50787e-06 6.35731e-06 1.68734e-05 9.61024e-06 1.2628e-07 1.92529e-06 7.05993e-06 1.19026e-05 1.24081e-05 8.72032e-06 4.90731e-06 5.40965e-06 4.99673e-06 8.84469e-07 6.58369e-06 1.13397e-05 4.73602e-06 3.02454e-06 3.35349e-06 5.79505e-06 6.50141e-06 5.66172e-06 8.43547e-06 8.51431e-06 8.45482e-06 1.10438e-05 1.42677e-05 1.1642e-05 3.51879e-06 3.76378e-07 4.72856e-06 2.10879e-06 8.43448e-07 6.2564e-06 6.83681e-06 4.16618e-06 6.0792e-08 2.23863e-06 6.3822e-06 1.29114e-05 1.37591e-05 9.36299e-06 3.12912e-06 -3.3267e-07 1.01096e-05 1.09949e-05 2.38086e-05 2.25266e-05 1.99897e-05 1.53249e-05 9.4194e-06 7.42951e-06 7.57873e-06 4.27733e-06 1.08829e-06 6.50931e-07 3.51054e-06 1.07232e-05 9.63231e-06 7.32871e-06 7.42908e-06 7.26435e-06 2.15044e-06 -4.58867e-07 7.34139e-06 1.29132e-05 5.04226e-06 1.9766e-06 3.13289e-06 7.18052e-06 1.2534e-05 1.317e-05 1.17549e-05 5.78859e-06 2.04946e-06 4.35368e-06 5.43254e-06 4.88115e-06 4.71839e-06 4.68355e-06 2.75568e-06 -6.97843e-07 -2.38566e-06 2.52778e-06 1.0122e-05 4.83101e-06 -1.59317e-06 -9.31224e-07 3.1081e-07 2.65478e-06 1.20861e-07 7.63514e-07 2.27305e-06 2.72319e-06 2.04971e-05 1.48168e-05 1.18943e-05 9.11842e-06 1.79034e-05 2.00786e-05 1.49195e-05 1.50419e-05 1.52451e-05 1.03953e-05 3.83849e-06 3.01118e-07 9.28766e-07 3.22263e-06 3.19115e-06 3.1743e-06 4.35688e-06 4.87372e-06 6.33265e-07 -2.03723e-06 5.38202e-06 5.79494e-06 4.35622e-06 2.71792e-06 -6.06671e-06 -8.26459e-06 -5.49472e-06 1.5906e-07 8.47912e-06 1.34258e-05 -1.10138e-06 -3.69926e-06 1.98964e-07 3.17514e-06 4.1779e-06 3.4968e-06 1.96631e-06 -5.53725e-07 -2.6246e-06 -1.99416e-06 -8.96826e-07 -2.27378e-06 6.73632e-07 4.19041e-07 6.78322e-09 -1.64451e-07 -2.43919e-06 -1.43514e-06 -2.94697e-07 -1.00305e-06 2.21539e-06 2.56106e-06 1.29883e-06 -1.1891e-06 5.79936e-06 5.42536e-06 5.90196e-06 7.82404e-06 8.96697e-06 5.87025e-06 3.33827e-06 6.29161e-06 1.04675e-05 1.00753e-05 6.50322e-06 4.08254e-06 3.17559e-06 6.27872e-06 3.05286e-06 -2.83175e-06 -1.78162e-07 5.64292e-06 4.85202e-06 4.26798e-06 -3.09898e-06 -1.19418e-05 -1.22357e-05 -9.74007e-06 -5.37727e-06 -1.81088e-06 -2.0541e-06 -3.46431e-06 2.64882e-07 4.02292e-06 5.11352e-06 4.00684e-06 3.02953e-06 1.64079e-06 -1.20404e-06 -1.81072e-06 -6.59572e-07 -7.80819e-07 1.34153e-06 1.85662e-08 7.72838e-07 1.43357e-06 9.52029e-07 5.91805e-07 4.9393e-07 -1.10365e-06 -1.64897e-06 -3.35222e-07 -2.39488e-06 -7.34309e-06 -4.34938e-06 2.43258e-06 2.28517e-06 3.23333e-06 3.79255e-06 2.98581e-06 1.95368e-06 2.83805e-06 2.93611e-06 4.16194e-06 4.86339e-06 1.98531e-06 3.61733e-06 2.55415e-06 2.90539e-07 -1.70314e-06 -1.98117e-06 2.33576e-06 2.65076e-06 3.8874e-06 4.63071e-06 9.61651e-06 7.83082e-06 3.5629e-06 -1.24731e-06 -2.14469e-06 -2.46888e-06 -8.32252e-07 1.11622e-06 3.28243e-06 4.16119e-06 2.9968e-06 1.88675e-06 1.16665e-06 -1.35387e-07 -1.01748e-06 -1.82397e-06 -1.3242e-06 9.94187e-07 9.30962e-07 2.30411e-07 3.32056e-07 1.05601e-06 1.6162e-06 1.63906e-06 9.8344e-07 5.40207e-07 3.85016e-07 -2.0025e-07 -1.91888e-06 -7.91993e-07 2.8196e-06 3.26521e-06 1.7791e-06 3.70085e-07 4.67109e-07 6.21871e-07 -5.82142e-07 -2.22703e-06 -1.429e-06 -1.41971e-06 -1.21338e-06 9.90082e-07 1.05224e-06 3.63053e-07 -1.63077e-07 1.95912e-07 1.7257e-06 1.66905e-06 1.73483e-06 3.69024e-06 3.82843e-06 3.27439e-06 2.47843e-06 -1.82275e-06 -6.36734e-06 -3.94166e-06 -2.9415e-07 1.10801e-06 1.69458e-06 1.16302e-06 4.9391e-07 1.22951e-07 1.08429e-07 -4.36137e-08 -2.30759e-07 -2.20649e-07 2.00343e-07 7.60225e-08 2.32465e-07 2.23132e-07 -4.46834e-08 -8.33484e-08 7.85152e-07 1.8717e-06 2.12172e-06 1.72297e-06 1.55973e-06 1.36321e-06 3.65506e-07 2.22249e-07 1.36883e-06 2.22369e-06 2.56193e-06 2.30823e-06 1.58873e-06 6.33017e-07 -6.04998e-07 -4.42659e-07 -9.57604e-08 -2.97874e-07 -6.32893e-07 -5.00653e-07 -2.87974e-07 -2.01145e-07 1.35029e-07 7.36097e-07 1.11885e-06 6.62046e-07 5.40917e-07 1.02677e-06 1.24351e-06 1.29986e-06 1.4148e-06 6.40457e-07 -4.30802e-07 -2.18286e-07 -1.93508e-07 -5.24515e-07 -4.62968e-07 3.50575e-07 1.27751e-06 1.34996e-06 1.224e-06 1.04676e-06 6.33469e-07 3.04812e-07 3.60187e-07 5.92614e-07 3.71532e-07 -2.47131e-08 -2.89929e-07 -3.24908e-07 -2.56079e-07 -2.61995e-07 -3.48829e-07 -3.56637e-07 -2.09333e-07 -8.72542e-08 -6.54327e-08 -2.61168e-08 5.73128e-08 1.59953e-07 2.85021e-07 3.6751e-07 3.02998e-07 1.62406e-07 1.04612e-07 1.78017e-07 3.09323e-07 4.45031e-07 6.0403e-07 7.13854e-07 6.62737e-07 4.70823e-07 4.03085e-07 5.18858e-07 5.37673e-07 3.1485e-07 4.45347e-08 -9.13281e-08 3.41746e-08 2.97096e-07 4.6738e-07 4.23093e-07 3.12041e-07 2.82414e-07 3.51611e-07 4.41792e-07 4.39129e-07 3.14902e-07 1.3385e-07 -2.13904e-08 -1.21043e-07 -2.28076e-07 -3.11003e-07 -1.4906e-07 3.12634e-07 1.07467e-06 6.41106e-07 -1.94795e-08 -4.33217e-07 -5.16329e-07 -4.04246e-07 -3.75745e-07 -4.69026e-07 -4.61053e-07 -2.45826e-07 -7.20247e-08 -4.37263e-08 -1.27882e-08 6.31271e-08 1.84674e-07 3.70033e-07 5.39898e-07 4.79385e-07 2.51635e-07 1.54344e-07 2.66751e-07 4.75208e-07 7.06836e-07 1.00275e-06 1.24969e-06 1.15312e-06 7.81266e-07 6.40869e-07 8.10643e-07 8.27389e-07 5.04828e-07 1.34537e-07 -7.00081e-08 8.63338e-08 4.82261e-07 7.74366e-07 7.53747e-07 6.12101e-07 5.99924e-07 7.49891e-07 8.99665e-07 8.23298e-07 5.26113e-07 1.66677e-07 -1.11052e-07 -2.55959e-07 -3.88765e-07 -5.01326e-07 -2.47897e-07 5.78154e-07 1.79391e-06 1.27649e-06 1.75849e-07 -5.71017e-07 -7.84097e-07 -6.58447e-07 -5.59143e-07 -5.9853e-07 -4.97405e-07 -1.76728e-07 4.51558e-08 8.59936e-08 9.69702e-08 1.02555e-07 1.40331e-07 3.39103e-07 6.6083e-07 7.61202e-07 4.68189e-07 2.54109e-07 3.82564e-07 6.25797e-07 8.16528e-07 1.16202e-06 1.75676e-06 1.87829e-06 1.28921e-06 9.63773e-07 1.16827e-06 1.23439e-06 8.20534e-07 3.51713e-07 6.18925e-08 1.55521e-07 6.44289e-07 1.03853e-06 1.06058e-06 9.69168e-07 1.04524e-06 1.40181e-06 1.78966e-06 1.70967e-06 1.19005e-06 4.74192e-07 -1.85447e-07 -5.04639e-07 -7.12646e-07 -8.72091e-07 -5.33611e-07 7.33925e-07 2.37967e-06 2.24915e-06 6.53062e-07 -4.38029e-07 -8.23078e-07 -8.11407e-07 -7.31267e-07 -6.94286e-07 -4.73809e-07 -5.68018e-09 2.43808e-07 3.24264e-07 4.14517e-07 3.54456e-07 1.31814e-07 1.34422e-07 5.22993e-07 8.74834e-07 7.50616e-07 4.47159e-07 5.04335e-07 7.25982e-07 6.75258e-07 5.13582e-07 9.12718e-07 1.58736e-06 1.41038e-06 1.14561e-06 1.42784e-06 1.55362e-06 1.02948e-06 4.71091e-07 2.50585e-07 2.19532e-07 5.5283e-07 9.36704e-07 8.21882e-07 7.04006e-07 9.00178e-07 1.63123e-06 2.78365e-06 3.25697e-06 2.55835e-06 1.51213e-06 4.76029e-07 -4.45261e-07 -9.30365e-07 -1.15474e-06 -9.5173e-07 4.24423e-07 2.57441e-06 3.42862e-06 1.22804e-06 -2.62034e-07 -5.08158e-07 -4.92688e-07 -6.44468e-07 -6.65643e-07 -5.47437e-07 1.13084e-08 4.12306e-07 4.54655e-07 6.83043e-07 8.30637e-07 4.28751e-07 6.62642e-09 3.40182e-07 7.75266e-07 8.83029e-07 7.19923e-07 7.45243e-07 9.82602e-07 1.22785e-06 -7.05359e-08 -3.2933e-07 4.8868e-07 4.31653e-07 7.56482e-07 1.81691e-06 2.32164e-06 1.51386e-06 3.28125e-07 7.70995e-08 2.26196e-07 2.67214e-07 6.39451e-07 6.02511e-07 3.49186e-07 4.73683e-07 6.48782e-07 2.18752e-06 4.38825e-06 4.48405e-06 3.06864e-06 1.82334e-06 7.98825e-07 -5.98821e-07 -1.25229e-06 -1.325e-06 -7.07684e-08 3.12257e-06 5.03136e-06 1.80252e-06 -5.58667e-07 8.36552e-08 8.43081e-07 1.48622e-07 -1.10862e-07 -1.76725e-07 -5.06044e-07 3.10516e-07 6.77066e-07 7.1172e-07 1.01006e-06 5.21582e-07 4.9385e-08 7.87446e-07 1.31992e-06 9.04985e-07 8.30217e-07 7.03465e-07 5.5814e-07 1.16048e-06 2.441e-07 -1.05407e-06 -4.09565e-06 -4.36732e-06 -1.24061e-06 2.2542e-06 4.48996e-06 3.52667e-06 8.51548e-07 -1.44834e-06 -9.20094e-07 1.46839e-07 3.9999e-07 8.79757e-07 1.75458e-07 -2.13137e-09 -8.35256e-07 5.32257e-07 2.89195e-06 5.36666e-06 4.58236e-06 3.10616e-06 2.16273e-06 9.47171e-07 -1.37226e-06 -2.06407e-06 -4.31232e-07 6.97657e-06 8.81811e-06 2.47534e-06 -1.40553e-06 7.66559e-07 3.55645e-06 2.20383e-06 7.9689e-07 7.92855e-07 7.13807e-08 -7.08377e-07 8.25404e-07 6.43985e-07 6.16468e-07 -2.16677e-07 -7.00077e-07 2.15823e-06 7.62373e-06 6.04974e-06 1.81759e-06 6.74069e-07 7.13264e-07 4.76762e-07 8.53111e-07 -2.21854e-07 -8.58469e-07 -2.64006e-06 -7.27519e-06 1.35057e-06 7.83574e-06 7.59737e-06 3.91366e-06 -1.80218e-07 -2.03712e-06 -4.54037e-07 8.94488e-07 1.14949e-06 2.32994e-07 -1.54065e-06 -6.50052e-07 -4.62902e-06 7.96153e-07 3.75794e-06 4.82276e-06 3.82021e-06 2.92121e-06 2.52317e-06 -1.01853e-07 -3.85589e-06 -2.31176e-06 5.29475e-06 1.19429e-05 2.79844e-06 -2.4525e-06 4.15898e-08 4.27619e-06 5.68651e-06 1.97421e-06 8.65451e-07 2.57169e-07 -5.92361e-07 -5.81939e-07 4.68561e-07 -3.34818e-07 -7.30871e-07 -2.67715e-06 1.95853e-06 1.49401e-05 1.52903e-05 4.63999e-06 -8.85114e-07 -6.76504e-07 6.88575e-07 3.404e-06 2.70446e-06 5.78844e-07 1.80143e-07 -3.58357e-06 -2.73566e-06 9.77154e-06 1.1777e-05 8.23081e-06 3.01412e-06 -8.97963e-08 5.4737e-07 1.89434e-06 7.05368e-07 -2.66243e-07 -2.52265e-06 -2.0331e-06 -7.27979e-07 -2.81996e-06 1.24272e-06 3.30917e-06 3.61564e-06 3.07162e-06 3.3792e-06 2.05491e-06 -3.43437e-06 -8.33252e-06 -2.19493e-06 7.48059e-06 1.89185e-06 -3.41519e-06 -1.96016e-06 -8.8587e-07 4.59518e-06 4.86693e-06 1.35862e-06 -7.2435e-07 -1.39406e-06 -1.30915e-06 -5.11548e-07 -2.2054e-06 -4.80377e-07 -3.57596e-07 4.00537e-07 7.37141e-06 1.21291e-05 6.03318e-06 8.13146e-07 -5.98135e-07 7.96794e-07 3.85512e-06 4.93189e-06 6.6466e-06 4.35673e-06 6.09062e-07 -1.03437e-06 8.68848e-06 1.25072e-05 1.12789e-05 7.04229e-06 2.8854e-06 2.26237e-06 3.26883e-06 1.22864e-06 -6.9638e-07 -1.0435e-06 -2.24638e-07 6.94675e-07 -7.0191e-07 -8.85371e-07 8.17636e-07 2.92921e-06 2.76293e-06 3.01694e-06 3.28651e-06 1.54565e-06 -9.23301e-06 -3.39926e-06 2.55827e-06 1.76511e-06 -2.61106e-06 -5.8249e-07 -7.31684e-06 -1.0158e-05 6.40728e-07 3.77288e-06 -5.73058e-07 -2.61856e-06 -1.84237e-06 -1.78477e-07 -4.79435e-06 -3.15074e-06 3.20853e-07 7.35026e-07 1.86643e-06 4.70194e-06 4.73624e-06 3.86784e-06 2.52045e-06 1.89148e-06 2.35465e-06 2.04413e-06 2.97224e-06 6.96727e-06 5.20074e-06 4.57096e-06 7.09847e-06 6.32226e-06 8.13919e-06 8.51817e-06 5.684e-06 3.62545e-06 3.78618e-06 2.59196e-06 -3.01409e-07 -1.91626e-06 7.38212e-07 3.02777e-06 4.72525e-07 -3.38959e-06 -1.22307e-08 2.42788e-06 2.75491e-06 2.3636e-06 3.24033e-06 6.20867e-06 3.83197e-06 8.86206e-07 2.27994e-06 4.53742e-06 2.55237e-06 2.10519e-06 -1.30943e-05 -2e-05 -8.59189e-06 1.53277e-06 -7.21256e-07 -2.65306e-06 -2.58722e-06 9.86234e-07 -3.25681e-06 -7.66112e-06 7.83952e-07 2.20008e-06 1.24574e-06 4.08865e-06 5.30677e-06 5.90433e-06 5.34565e-06 3.40081e-06 2.97717e-06 1.36217e-07 -1.43193e-07 3.93775e-06 7.86383e-06 8.46499e-06 7.55569e-06 1.64596e-06 1.61237e-06 5.00975e-06 4.27167e-06 1.60685e-06 2.41624e-06 3.17115e-06 1.33572e-06 -4.07502e-06 -3.34311e-06 1.57326e-06 -6.65721e-07 -5.20473e-06 -3.79937e-06 1.36977e-06 3.51955e-06 2.03373e-06 3.4546e-06 8.02917e-06 8.39357e-06 5.57991e-06 6.04533e-06 8.16739e-06 5.12319e-06 -1.13976e-06 -1.79234e-05 -2e-05 -1.30968e-05 -3.36562e-06 -4.88251e-06 -4.12617e-06 -3.12667e-06 1.40043e-06 -1.60824e-06 -6.33226e-07 2.86217e-06 9.43431e-06 2.48156e-06 4.8423e-06 6.39624e-06 5.71778e-06 5.02502e-06 4.24594e-06 4.5709e-06 6.72387e-07 -1.6305e-06 1.67755e-06 6.06285e-06 8.6173e-06 7.01682e-06 1.68671e-06 -8.05279e-08 1.59206e-06 2.50547e-06 1.03584e-06 1.77174e-06 3.26515e-06 4.36044e-06 -1.92274e-06 -7.39574e-06 2.30334e-06 1.09532e-05 -1.53725e-06 -7.0409e-06 -1.47782e-06 3.6471e-06 1.37827e-06 4.23708e-06 1.05855e-05 9.7715e-06 7.27384e-06 7.25119e-06 6.22108e-06 5.44265e-06 2.41e-07 -1.85383e-06 -8.60522e-06 -9.57138e-06 -6.42176e-06 -8.36212e-06 -6.80401e-06 -2.93186e-06 1.62915e-08 -2.38961e-07 2.58079e-06 3.44032e-06 1.32782e-05 2.85791e-06 2.97675e-06 4.05471e-06 2.64663e-06 2.68599e-06 3.11791e-06 2.82293e-06 1.51957e-06 -8.20216e-07 1.25626e-06 1.93631e-06 5.17331e-06 5.98562e-06 8.70213e-07 5.95115e-07 -3.32281e-07 6.66367e-07 1.77002e-06 3.61851e-06 8.01747e-06 8.49925e-06 2.73117e-06 -9.22942e-06 -5.4724e-07 4.35332e-06 8.1399e-06 -5.70906e-06 -9.34163e-06 1.68487e-06 2.77851e-06 1.09324e-05 1.78832e-05 1.18902e-05 3.82245e-06 4.62043e-06 8.11364e-06 1.10976e-05 9.23164e-06 6.59942e-06 -1.00603e-07 -3.61919e-06 -4.80075e-06 -7.48256e-06 -5.44007e-06 2.00525e-06 1.13877e-06 3.18079e-07 5.49052e-06 3.66972e-06 9.92918e-06 1.47995e-06 -3.717e-07 7.38645e-07 5.00633e-07 1.4808e-06 3.14658e-06 2.61516e-06 1.02658e-06 -1.49953e-06 -6.07605e-06 -2.13622e-06 -5.69921e-06 2.28611e-06 -5.79627e-06 -4.77819e-06 -3.23411e-06 -1.83319e-06 1.91893e-06 3.79655e-06 7.84462e-06 1.08389e-05 6.42307e-06 -4.94076e-06 -1.95454e-06 6.52232e-07 7.59112e-06 -2.97865e-06 -8.08335e-06 -1.21722e-06 6.19563e-06 1.74591e-05 2.528e-05 1.11206e-05 2.68282e-06 1.07981e-05 2.55167e-05 3.49755e-05 2.35584e-05 1.18836e-05 3.11984e-06 5.80669e-08 1.81883e-08 -2.32252e-06 1.7393e-06 9.21131e-06 5.00046e-06 2.42293e-06 7.70587e-06 3.84614e-06 6.97851e-06 1.22412e-06 -2.70318e-06 -1.94683e-06 -1.79082e-06 -6.5292e-07 1.98676e-06 2.71751e-06 2.67187e-07 -1.01269e-05 -1.30324e-05 -2.4259e-06 -5.15559e-06 1.19071e-07 -3.54796e-06 -8.62216e-06 -7.99852e-06 -1.38389e-07 9.06206e-06 3.63227e-06 4.2606e-07 4.65947e-06 7.4344e-06 -4.79549e-07 -2.10891e-07 -8.57164e-06 4.54672e-06 -3.16108e-07 -2.57173e-06 -8.32308e-08 8.45611e-06 1.67749e-05 2.71214e-05 9.47782e-06 3.25196e-06 1.38251e-05 2.65433e-05 2.29193e-05 1.76363e-05 1.10219e-05 5.28305e-06 3.61244e-06 5.84144e-06 4.44403e-06 3.72743e-06 9.91181e-06 6.78835e-06 4.51407e-06 6.48838e-06 1.31331e-06 3.59578e-06 2.84914e-06 -6.68416e-07 -2.93785e-06 1.09877e-06 -2.55668e-06 -4.83411e-07 1.49619e-06 -2.81671e-06 -8.00829e-06 -3.30835e-06 2.52272e-06 -2.50879e-06 1.46195e-06 -6.16442e-07 -6.88104e-06 -1.30412e-05 2.19882e-07 9.87333e-06 4.61152e-06 -5.24023e-06 -1.93316e-07 3.74908e-06 2.0542e-06 6.56082e-07 -1.66597e-06 -2.68164e-07 2.03618e-07 1.50674e-06 3.64568e-07 1.25545e-05 1.30881e-05 1.98391e-05 5.10938e-06 4.00449e-06 1.03022e-05 1.53572e-05 1.51784e-05 9.32709e-06 5.43807e-06 2.55387e-06 2.23428e-06 4.13285e-06 1.61987e-06 1.75513e-06 5.55501e-06 4.73273e-06 4.70207e-06 4.88791e-06 3.38624e-07 3.32583e-08 3.0287e-06 1.08225e-05 1.21593e-06 4.01778e-06 5.88567e-07 -8.65496e-07 1.29601e-06 -1.34625e-06 -1.4034e-06 -5.29489e-07 4.95204e-06 -7.17415e-07 1.71462e-06 2.51847e-06 2.73712e-07 -5.4117e-06 -2.57849e-06 1.05164e-05 5.68774e-06 -4.64229e-06 4.98994e-07 1.48408e-06 4.93458e-06 7.76391e-06 6.68727e-06 5.07847e-06 4.08226e-06 5.36486e-06 -6.0285e-07 7.17965e-06 1.29271e-05 1.26437e-05 3.4587e-07 4.52549e-06 9.6394e-06 1.0759e-05 6.9539e-06 2.89959e-06 1.50663e-06 1.16128e-06 7.70909e-07 1.84255e-06 -2.7923e-06 -5.19207e-07 2.67163e-06 4.07419e-06 6.27563e-06 4.91164e-06 4.2432e-06 2.69258e-06 3.0901e-09 3.02785e-06 1.184e-06 2.54678e-06 2.28861e-06 4.85685e-07 4.48789e-06 3.74934e-06 4.74235e-06 2.45607e-06 3.0987e-06 9.84381e-07 4.76653e-06 5.61159e-06 5.83837e-06 1.83557e-06 6.25528e-06 1.12752e-05 5.9923e-06 1.69916e-06 3.00984e-06 6.10495e-07 6.99128e-06 1.18899e-05 1.22919e-05 1.05845e-05 9.24928e-06 9.77811e-06 2.65574e-06 -6.67687e-08 4.73809e-06 4.74189e-06 -3.82159e-06 -1.69165e-06 7.31229e-06 6.92181e-06 3.47002e-06 -7.18371e-07 -1.80302e-06 -1.03664e-06 -2.54998e-07 -4.1925e-06 -6.72343e-06 -4.78623e-06 -9.92714e-07 3.756e-06 6.52827e-06 6.9972e-06 4.65867e-06 2.21727e-06 1.52197e-06 3.05883e-06 1.49239e-06 1.5247e-07 -4.00184e-07 4.75524e-07 6.32176e-06 8.2928e-06 9.28021e-06 5.97059e-06 1.29445e-06 1.7114e-06 6.55395e-06 6.20591e-06 6.37973e-06 4.7843e-06 5.85096e-06 9.86466e-06 7.15552e-07 -8.22676e-07 2.02821e-05 8.51327e-06 1.05738e-05 1.21538e-05 1.30397e-05 8.35647e-06 6.80911e-06 1.06028e-05 7.88188e-06 4.65938e-07 -4.81624e-06 -1.54548e-06 -6.59925e-06 -6.03235e-06 1.64264e-06 5.71801e-06 4.63388e-06 -2.60382e-07 -2.38043e-06 -1.30403e-06 -1.40303e-06 -3.68489e-06 -3.65248e-06 -7.82269e-06 -4.32122e-07 6.07733e-06 4.69533e-06 7.49343e-06 7.50335e-06 4.33671e-06 1.36566e-06 3.05878e-06 1.57729e-06 -1.72278e-06 -5.03768e-06 -4.21981e-06 2.18584e-06 7.69645e-06 1.01031e-05 3.92847e-06 4.23859e-08 7.62562e-06 1.17907e-05 6.82022e-06 5.70683e-06 4.63135e-06 4.91543e-06 4.47899e-06 -6.47384e-06 2.55656e-06 1.66378e-05 1.25244e-05 1.23167e-05 1.33855e-05 1.38838e-05 9.02393e-06 6.99588e-06 6.77262e-06 4.95852e-06 1.2078e-06 -4.95098e-07 1.17168e-06 -5.44142e-06 -6.64131e-06 -1.72691e-06 5.97807e-06 4.79748e-06 8.68215e-07 6.81173e-07 1.62038e-06 3.2585e-06 2.38198e-06 -1.14951e-07 -1.43763e-06 5.77938e-06 4.97995e-06 1.90789e-06 4.87624e-06 5.10827e-06 3.255e-06 1.99345e-06 2.91781e-06 2.68695e-06 5.82819e-07 -2.22262e-06 -3.30335e-06 9.26574e-07 3.35351e-06 6.09345e-06 2.39464e-06 3.67474e-06 1.37181e-05 1.66641e-05 6.58798e-06 4.38795e-06 2.94495e-06 2.79114e-06 3.31655e-06 -1.00985e-06 1.02932e-05 2.16609e-05 1.54944e-05 1.04319e-05 7.37623e-06 5.09542e-06 4.84049e-06 5.43402e-06 4.03472e-06 3.66279e-06 3.66759e-06 1.99767e-06 -7.7412e-06 -1.00859e-05 -9.35851e-06 -2.78834e-06 6.57556e-06 6.98831e-06 4.11279e-06 -9.98603e-07 -5.78452e-07 4.86215e-06 5.05196e-06 4.15607e-06 6.84978e-06 8.22575e-06 1.70928e-06 2.0234e-07 5.92223e-06 3.14123e-06 -2.00867e-06 -1.12246e-06 -7.98543e-07 4.05865e-06 6.59709e-06 1.27766e-06 -7.47325e-07 1.7329e-06 2.39853e-06 2.42786e-06 1.87534e-06 3.12782e-06 8.38603e-06 1.37538e-05 1.26817e-05 6.91648e-06 2.91321e-06 -2.10201e-08 2.2178e-06 3.93479e-06 2.40446e-05 3.1837e-05 2.17051e-05 1.02534e-05 3.51773e-06 -4.85486e-06 -8.04503e-06 -1.3165e-07 7.39012e-06 1.19224e-05 1.24161e-05 7.04272e-06 -1.41516e-06 -9.82896e-06 -3.98837e-06 6.64024e-07 3.15953e-06 8.86586e-06 8.51969e-06 5.15836e-07 -5.56235e-06 -2.35521e-06 3.79691e-06 3.63134e-06 2.27485e-06 6.72203e-06 6.34574e-06 3.63035e-06 5.52245e-06 4.46052e-06 2.00379e-06 -1.64907e-06 -3.98929e-06 7.14095e-07 2.6435e-06 1.64332e-07 3.18184e-06 5.37401e-06 4.46965e-06 5.82962e-06 5.1422e-06 3.0806e-06 1.88719e-06 6.46787e-06 5.97485e-06 3.47128e-06 1.43013e-08 -6.1885e-06 -3.31149e-06 2.52346e-06 1.346e-05 1.37907e-05 1.16101e-05 9.98906e-06 8.56158e-06 1.88473e-06 -6.24736e-06 -3.17549e-06 4.24947e-06 9.24756e-06 1.27959e-05 1.039e-05 1.58932e-06 -4.74634e-06 -1.95557e-06 4.22009e-06 4.05358e-06 7.04344e-06 1.47563e-05 5.78228e-06 -4.02858e-07 -1.13013e-05 -4.89425e-06 2.11805e-06 -9.12113e-07 3.85237e-06 8.2955e-06 7.132e-06 5.87449e-06 4.00516e-06 4.65835e-06 4.03026e-06 -6.2461e-07 6.09543e-07 -2.50906e-07 8.00889e-07 4.42721e-06 5.2267e-06 2.40209e-06 4.83555e-06 7.4963e-06 6.35517e-06 4.2646e-06 1.4679e-06 -2.19002e-06 -1.73848e-06 -1.87089e-06 -5.85549e-06 7.13424e-07 1.53482e-05 9.08931e-06 4.11674e-06 3.59622e-06 5.81031e-06 9.33873e-06 8.19175e-06 9.10482e-07 1.03303e-06 5.28814e-06 3.59412e-06 4.9617e-06 5.19027e-06 -3.5969e-06 -1.26572e-05 4.36226e-07 3.23731e-06 2.41254e-06 3.03374e-06 4.39993e-06 7.84805e-06 1.10992e-05 1.63763e-06 -3.04351e-07 9.90946e-06 6.6249e-06 6.33312e-06 1.59125e-05 1.85873e-05 1.51903e-05 1.22001e-05 8.94374e-06 5.53244e-06 2.62084e-06 7.45294e-07 -6.31447e-07 1.77013e-06 5.14955e-06 7.21296e-06 5.71605e-06 3.03151e-06 3.03077e-06 5.5923e-06 6.18844e-06 4.64888e-06 -1.69032e-06 -2.64834e-06 -5.03119e-07 1.70831e-06 8.94808e-06 2.1199e-05 1.6588e-05 -3.08911e-07 -3.91391e-08 4.21762e-06 6.44772e-06 5.46895e-06 3.09188e-06 3.59206e-06 2.30127e-06 1.34071e-06 1.05783e-06 2.20807e-06 -2.48592e-07 -2.11137e-06 9.95543e-07 1.18063e-06 5.06904e-07 -7.70119e-07 -1.51138e-06 4.94764e-07 5.52922e-06 9.5323e-06 1.50503e-06 3.58429e-06 2.26667e-05 1.48618e-05 5.03011e-06 1.12156e-05 1.49169e-05 1.51508e-05 1.31439e-05 8.99021e-06 4.4445e-06 9.16403e-07 -1.84536e-06 -3.23761e-06 4.0092e-07 4.8227e-06 6.6179e-06 4.04421e-06 1.8675e-06 2.29092e-06 2.3305e-06 1.90484e-06 6.68703e-07 -6.07717e-07 -1.1667e-06 -3.2377e-06 -9.86824e-07 3.7884e-06 7.95727e-06 5.20092e-06 -6.34953e-07 2.36524e-08 2.53707e-06 4.34217e-06 3.12732e-06 1.04979e-06 -1.50969e-06 -4.09789e-06 -3.60051e-06 8.05682e-07 2.94753e-07 1.82503e-08 1.71873e-06 3.77489e-06 2.26704e-06 1.09806e-07 -4.03439e-07 -7.48568e-07 1.10012e-06 -1.87093e-07 -4.83675e-06 -6.59913e-06 3.29471e-06 4.65551e-06 -2.63356e-06 1.2377e-06 5.54598e-06 8.10687e-06 8.77065e-06 6.63655e-06 3.85145e-06 3.38081e-06 3.52159e-06 2.31581e-06 7.01171e-07 1.86217e-06 2.9262e-06 2.52437e-06 7.25582e-07 -2.05101e-06 4.42126e-07 3.7594e-06 4.7259e-06 4.0347e-06 -5.39046e-08 -2.97442e-06 -2.47061e-06 -1.45988e-06 -4.19447e-06 -2.87272e-06 3.57968e-06 2.19255e-06 2.22028e-06 3.7219e-06 3.02567e-06 1.06476e-06 -5.19823e-07 -2.69807e-06 -1.80102e-06 1.63072e-06 1.31312e-06 -3.28858e-07 5.33326e-07 1.9803e-06 2.24694e-06 2.06371e-06 8.40188e-07 -8.50368e-07 -1.30649e-06 -1.20202e-06 -2.07197e-06 -2.46544e-06 -2.34951e-06 -2.39958e-06 -2.2383e-06 6.7936e-07 1.28446e-06 2.43528e-06 3.16396e-06 2.87546e-06 2.15993e-06 1.34111e-06 1.26624e-06 1.1268e-06 3.19424e-07 -1.79605e-07 3.37413e-06 3.55319e-06 1.99531e-07 -7.55957e-07 -7.9059e-07 -4.33147e-07 1.44683e-06 2.4765e-06 1.92213e-06 1.53064e-06 2.44629e-06 1.7894e-06 -6.23681e-06 -7.3709e-06 -5.34062e-06 -1.00353e-06 1.33879e-06 2.06043e-06 2.99566e-06 3.77224e-06 3.04672e-06 1.28889e-06 5.1642e-07 1.10787e-06 1.4713e-06 -3.59169e-08 2.18713e-06 6.06809e-07 5.93219e-07 8.57836e-07 7.78335e-07 4.16021e-07 -1.10187e-07 -6.32133e-07 -5.1182e-07 -6.35804e-08 -1.86085e-07 -6.00767e-07 1.09192e-07 3.19428e-06 2.05449e-06 3.50437e-07 -6.83766e-07 -3.1471e-07 4.14886e-07 2.20953e-08 -1.0822e-06 4.21508e-07 8.07364e-07 -4.02831e-07 1.6325e-06 1.7256e-06 1.06127e-07 -1.4026e-07 -8.45262e-07 -1.66546e-06 -1.80189e-06 -1.19812e-06 1.06036e-06 4.98075e-06 5.17178e-06 1.21431e-06 -2.57159e-06 -4.55251e-06 -3.85746e-06 -1.30522e-06 1.20918e-07 2.99183e-07 1.253e-06 2.10952e-06 1.91866e-06 1.37595e-06 9.82461e-07 9.56231e-07 1.64949e-06 2.57757e-06 -1.71006e-07 -7.23129e-07 -9.02483e-07 -6.88371e-07 -4.13745e-07 1.0204e-07 8.50401e-07 7.97558e-07 5.745e-07 7.55969e-07 8.0126e-07 1.50119e-07 -3.10161e-07 5.89485e-07 1.68442e-06 1.93624e-06 1.11901e-06 3.86109e-07 6.30835e-07 1.30068e-07 6.26502e-07 1.66978e-06 8.83948e-07 -1.3768e-07 -1.75798e-07 4.23534e-08 1.41652e-07 6.20522e-07 -2.57394e-09 -1.07543e-06 -1.51968e-06 -1.05666e-06 1.43216e-06 3.20483e-06 3.21163e-06 2.41836e-06 7.47788e-07 -6.87767e-07 -5.42333e-07 6.10539e-07 -1.98814e-07 -9.21152e-07 1.90998e-07 1.5788e-06 1.86469e-06 1.70348e-06 1.47626e-06 1.207e-06 1.26572e-06 1.35803e-06 2.90436e-07 2.30499e-07 1.55256e-07 3.93981e-08 -1.02873e-07 -1.65148e-07 -1.83138e-07 -2.28465e-07 -2.89195e-07 -2.95675e-07 -1.85781e-07 -9.40492e-08 -8.59139e-08 -4.22007e-08 4.939e-08 2.53271e-07 4.68835e-07 4.38062e-07 2.1623e-07 4.8309e-08 -4.37977e-09 1.43882e-08 7.57168e-08 1.58821e-07 2.39855e-07 2.62709e-07 1.9013e-07 5.10321e-08 -6.15515e-08 -1.348e-07 -2.3715e-07 -3.19867e-07 -3.04909e-07 -1.49821e-07 4.01036e-08 3.49024e-08 -1.27701e-07 -2.60518e-07 -2.83684e-07 -2.70252e-07 -2.22832e-07 -7.65635e-08 7.50252e-08 6.36522e-08 -4.27907e-08 -7.9796e-08 -1.53381e-08 1.05277e-07 2.20909e-07 2.98959e-07 5.31203e-07 3.69214e-07 2.45463e-07 1.01144e-07 -8.23513e-08 -2.09082e-07 -2.63836e-07 -3.30963e-07 -4.47285e-07 -4.82171e-07 -2.94306e-07 -8.59445e-08 -4.45879e-08 9.64063e-09 1.02739e-07 3.55552e-07 7.49336e-07 7.93787e-07 4.55763e-07 1.51434e-07 2.95325e-08 6.24334e-08 1.92988e-07 3.40723e-07 4.14368e-07 3.66874e-07 2.21978e-07 3.88475e-08 -9.73569e-08 -2.28097e-07 -3.90043e-07 -4.93628e-07 -4.6187e-07 -2.26151e-07 5.49314e-08 4.76148e-08 -1.88669e-07 -3.66919e-07 -3.82909e-07 -3.57748e-07 -3.17538e-07 -1.63592e-07 2.48126e-08 1.62997e-08 -1.17145e-07 -1.54363e-07 -3.80049e-08 1.72525e-07 3.89173e-07 5.60524e-07 9.71104e-07 5.51756e-07 2.84775e-07 1.58542e-07 2.99945e-08 -1.28272e-07 -2.99038e-07 -4.35301e-07 -6.30731e-07 -7.08655e-07 -4.38806e-07 -2.66416e-08 1.20137e-07 2.07147e-07 2.69782e-07 3.9119e-07 9.56531e-07 1.34549e-06 9.50713e-07 4.30988e-07 1.56094e-07 1.42507e-07 2.54929e-07 4.25141e-07 5.54692e-07 3.92233e-07 1.24748e-07 -2.64021e-08 -9.50121e-08 -2.64814e-07 -5.02771e-07 -6.67263e-07 -6.60491e-07 -3.24951e-07 5.29521e-08 5.93064e-09 -3.31247e-07 -5.57701e-07 -5.15985e-07 -3.8692e-07 -3.07447e-07 -2.02177e-07 -1.13922e-07 -2.0653e-07 -3.69906e-07 -3.85638e-07 -1.74913e-07 2.35128e-07 6.70899e-07 1.00751e-06 1.68604e-06 9.56998e-07 2.63471e-07 4.20867e-08 8.17485e-08 1.45927e-07 -3.03577e-08 -2.21079e-07 -5.25155e-07 -7.50325e-07 -5.43387e-07 9.38894e-09 3.4186e-07 5.23708e-07 6.0207e-07 4.04243e-07 8.03623e-07 1.78076e-06 1.74291e-06 1.00031e-06 4.53014e-07 3.02313e-07 3.86415e-07 5.72364e-07 6.85326e-07 2.58111e-07 -2.15804e-07 -1.88303e-07 3.03624e-08 -1.08775e-07 -4.55104e-07 -6.46494e-07 -6.95835e-07 -3.19622e-07 1.39082e-07 -5.71204e-08 -5.89792e-07 -9.47827e-07 -9.12632e-07 -5.68288e-07 -1.34798e-07 9.41113e-08 9.71985e-08 -3.54696e-07 -8.40805e-07 -8.98053e-07 -5.85999e-07 1.6505e-08 7.61447e-07 1.50994e-06 2.48867e-06 1.76285e-06 4.04141e-07 -8.72138e-08 3.54789e-08 4.2235e-07 5.27951e-07 4.95582e-07 1.30765e-07 -4.2761e-07 -4.75025e-07 -5.12875e-09 4.43261e-07 7.38804e-07 9.69696e-07 6.37551e-07 3.22698e-07 1.29615e-06 2.28865e-06 1.87195e-06 1.11002e-06 7.40096e-07 6.46462e-07 8.24212e-07 1.12758e-06 1.00697e-06 1.93933e-08 -3.33048e-07 4.4967e-07 4.29598e-07 -2.03163e-07 -3.9603e-07 -3.36794e-07 -8.0346e-08 3.76186e-07 1.4069e-07 -6.13035e-07 -1.12489e-06 -1.12966e-06 -1.03673e-06 -4.4597e-07 4.82305e-07 1.02455e-06 3.68564e-07 -8.58777e-07 -1.50061e-06 -1.40085e-06 -5.65671e-07 4.44423e-07 1.28091e-06 1.34915e-06 1.88728e-06 3.67586e-07 -1.57232e-07 -1.40087e-07 5.939e-07 1.25142e-06 1.75875e-06 1.50446e-06 4.67148e-07 2.84451e-08 1.14164e-07 4.99266e-07 5.68994e-07 8.36508e-07 9.72896e-07 6.9465e-08 3.56272e-07 1.34499e-06 2.18751e-06 1.91369e-06 1.5384e-06 1.33359e-06 7.78977e-07 6.42769e-07 1.53882e-06 1.95894e-06 1.1821e-06 1.67084e-06 1.86352e-06 7.45576e-07 9.66653e-08 2.27768e-07 2.45568e-07 2.19257e-07 2.85605e-07 4.14856e-07 -2.15773e-07 -4.4523e-07 -7.25591e-07 -1.06292e-06 2.25474e-08 1.23737e-06 1.77904e-06 1.16814e-07 -1.12614e-06 -1.31828e-06 -9.44472e-07 3.16093e-07 8.5015e-07 -7.33182e-07 -3.15345e-07 -2.06517e-06 -7.29356e-07 -1.07959e-07 2.20693e-07 1.45265e-06 2.7979e-06 3.29316e-06 1.71315e-06 7.03865e-07 4.93518e-07 7.04959e-07 5.39219e-07 8.83647e-08 7.54651e-07 3.19853e-07 -1.40638e-07 7.60026e-07 1.08717e-06 1.63273e-06 2.41539e-06 2.54863e-06 1.10076e-06 -5.68632e-07 8.74205e-07 3.49033e-06 4.16889e-06 4.95433e-06 4.85076e-06 2.6763e-06 9.95508e-07 7.41385e-07 7.12206e-07 3.62179e-07 8.173e-08 1.00034e-06 1.13096e-06 4.74667e-07 2.04069e-07 -4.29545e-07 -1.5317e-06 1.06379e-06 1.42078e-06 1.12737e-06 2.52435e-07 3.8976e-07 -3.04928e-07 1.53134e-07 5.8148e-07 -8.50942e-07 -8.68992e-06 -1.19044e-05 -5.05091e-06 8.86889e-07 1.89159e-07 3.68437e-07 2.63791e-06 3.35546e-06 1.93739e-06 5.34815e-07 2.31582e-07 -1.83879e-07 8.38027e-07 -5.72898e-06 -9.39924e-07 3.73001e-07 7.62003e-07 1.22687e-06 -3.2357e-07 -1.28759e-07 2.40887e-07 3.61175e-06 1.58679e-06 -8.8322e-07 -3.79882e-07 3.79097e-06 6.22976e-06 9.03012e-06 7.73386e-06 4.73771e-06 1.08538e-06 3.72704e-07 8.56892e-07 6.99082e-07 -1.70759e-07 -2.99413e-07 8.92585e-07 1.2094e-06 2.31437e-07 3.54576e-07 7.37985e-07 -4.17664e-07 1.09181e-06 1.01899e-06 1.52417e-06 2.96132e-06 3.13457e-06 2.6144e-07 2.6825e-07 -2.06409e-06 -8.62821e-06 -1.65924e-05 -7.17248e-06 3.68959e-06 2.59222e-07 -3.70294e-06 3.61435e-07 1.41704e-06 -9.31227e-07 -1.26316e-06 -3.49652e-07 4.87171e-07 2.67822e-06 -3.50372e-06 -1.02225e-05 4.8453e-07 5.66346e-07 2.26031e-06 1.92381e-06 -2.1464e-06 -2.86896e-06 1.37268e-06 1.78717e-06 -9.39532e-07 -1.10241e-06 2.27908e-06 6.22031e-06 1.3049e-05 1.14657e-05 5.90358e-06 2.22389e-06 -3.25357e-07 -8.37381e-08 2.82305e-07 6.96047e-07 -3.78175e-07 -2.31731e-06 8.24805e-07 1.42913e-06 -2.91033e-07 3.75223e-06 5.79338e-06 -1.17326e-07 -7.6992e-07 1.47874e-06 3.00878e-06 4.96687e-06 2.51006e-06 2.88967e-07 -4.1494e-06 -8.21911e-06 -1.35918e-05 -4.90484e-06 4.95624e-06 7.08881e-07 -1.2e-05 -7.25508e-06 -1.61114e-06 -4.55899e-06 -4.14345e-06 -1.79806e-06 2.15464e-06 6.7285e-06 4.53023e-06 -8.4641e-06 2.1066e-06 -1.05614e-06 2.7532e-06 4.5935e-06 2.53997e-06 -2.91564e-06 5.78345e-07 -2.56374e-06 -7.93283e-07 -9.58525e-06 7.04137e-07 4.39218e-06 1.82338e-05 2.08365e-05 9.31135e-06 3.83075e-06 1.10111e-06 -3.83782e-07 3.11709e-07 1.62951e-06 1.1523e-06 -1.40425e-06 1.28837e-07 3.37209e-06 -9.75139e-07 1.97181e-06 8.51015e-06 4.61906e-06 -3.12731e-07 -9.31955e-08 1.5408e-06 3.50895e-06 5.3743e-06 3.1582e-06 1.01444e-06 -5.29717e-06 -8.29635e-06 -3.89153e-06 3.39286e-06 -4.99426e-07 -1.7681e-05 -1.87112e-05 -6.02232e-06 -5.47408e-06 -4.74625e-06 -2.79508e-06 5.47671e-06 1.43709e-05 1.05815e-05 -6.40256e-08 2.1493e-07 -8.86644e-07 2.11753e-06 5.94616e-06 6.54829e-06 1.63049e-06 -6.39782e-07 -4.3322e-06 -1.93714e-06 -1.59175e-06 1.11021e-06 1.55629e-06 1.55399e-05 1.99329e-05 7.21198e-06 2.28878e-06 3.33201e-06 7.82044e-07 -1.42852e-07 1.85055e-06 2.89642e-06 1.5843e-06 -8.57223e-07 1.85062e-06 7.38581e-07 -1.80078e-06 8.18891e-06 6.94955e-06 6.99817e-06 3.85021e-06 1.37861e-06 3.88883e-06 5.27659e-06 6.82916e-06 8.71882e-06 5.96887e-07 -2.48032e-06 -7.15278e-06 -6.91176e-06 -4.75442e-06 -1.63571e-05 -2e-05 -1.39489e-05 -4.86554e-06 -2.24135e-06 -8.56386e-07 8.44558e-06 1.37086e-05 1.33017e-05 1.80124e-06 -6.62712e-07 7.38051e-07 1.73252e-06 4.48651e-06 6.5606e-06 3.60963e-06 -2.39399e-06 -3.35479e-06 -3.97974e-06 -9.53068e-07 2.66113e-06 -1.51013e-07 7.36075e-06 1.46448e-05 6.21679e-06 1.15514e-06 1.77867e-06 1.49001e-06 2.23553e-07 1.41396e-06 3.55645e-06 6.64313e-06 1.31431e-06 -9.4803e-08 1.80551e-06 7.63369e-08 1.32175e-05 9.86177e-06 7.21814e-06 7.28721e-06 3.23752e-06 2.7501e-06 5.52139e-06 1.12105e-05 1.42138e-05 6.52881e-06 1.50748e-06 -1.44535e-05 -2e-05 -8.74892e-06 -6.27209e-06 -1.19476e-05 -1.52473e-05 -1.099e-05 -2.26444e-08 1.59418e-06 6.23844e-06 2.78724e-07 2.08476e-06 5.60721e-06 -4.11138e-06 -3.08736e-07 2.52106e-06 3.29006e-06 5.90466e-06 4.58276e-06 -1.35493e-06 -2.69863e-06 -4.29523e-06 -6.55907e-06 3.91289e-07 1.67203e-06 1.09481e-06 6.00815e-06 4.72692e-06 1.2463e-06 -3.75347e-07 2.75853e-07 7.36836e-07 1.31075e-06 3.87669e-06 8.79006e-06 6.48114e-06 -2.68822e-06 2.28065e-06 2.26116e-06 1.12736e-05 1.02448e-05 1.16889e-06 2.74621e-06 1.55316e-06 2.5419e-06 1.00273e-05 1.62753e-05 1.59595e-05 1.14018e-05 3.62625e-06 -1.82663e-05 -2e-05 -8.03826e-06 9.32794e-07 -7.84932e-07 -7.54666e-06 -8.09541e-06 2.72506e-06 4.49224e-06 1.41986e-06 -1.76275e-05 -1.69293e-05 -6.06176e-06 -9.54004e-06 -5.72738e-06 6.04393e-06 3.32465e-06 5.40097e-06 4.90669e-06 1.46084e-06 -1.22545e-07 -2.38295e-06 -1.64284e-05 -1.11235e-05 -1.09141e-06 1.74905e-06 1.77856e-06 1.40603e-06 3.03688e-07 -2.91846e-06 -2.79907e-06 6.47839e-07 6.85212e-07 1.82706e-06 6.29179e-06 7.82157e-06 -5.95211e-07 -3.12276e-07 1.13411e-06 8.2789e-06 5.20801e-06 -1.69133e-07 -4.97826e-10 7.0475e-07 4.397e-06 1.52388e-05 1.87709e-05 1.19229e-05 1.35922e-05 1.06423e-05 -3.72807e-07 -4.40036e-06 -1.11719e-06 2.12819e-06 2.3521e-06 -2.95082e-06 -2.84029e-06 8.86484e-06 4.56127e-06 -6.72683e-07 -7.64307e-06 -1.76041e-05 -1.36011e-05 -9.68505e-06 -4.11381e-06 4.02645e-06 3.17553e-06 3.22806e-06 3.03506e-06 2.94336e-06 2.80045e-06 8.35518e-07 -1.16933e-05 -1.46729e-05 -1.00318e-05 1.43237e-05 9.56241e-06 2.59605e-06 -3.57233e-07 -2.13565e-06 3.15569e-07 6.04047e-06 2.79822e-06 -7.62921e-07 3.56632e-06 3.14526e-06 -8.57921e-08 -8.01522e-09 3.79738e-07 6.63271e-06 2.73545e-06 -1.01962e-06 -8.79028e-09 2.17357e-06 5.38905e-06 1.26362e-05 1.28356e-05 4.49657e-06 1.02602e-05 1.07192e-05 6.65274e-06 4.48298e-06 3.41264e-06 2.93436e-06 1.11256e-06 -1.83916e-06 -1.19736e-05 -5.98135e-06 -9.21562e-07 5.90899e-06 1.09477e-05 -2.70291e-07 -8.54594e-06 -9.50925e-06 4.16533e-06 4.16853e-06 -5.92366e-06 3.42226e-07 1.30629e-06 2.00158e-06 3.7468e-06 3.76959e-06 1.58268e-06 -7.56192e-06 -2e-05 -7.67045e-06 9.35436e-06 6.38771e-06 2.5604e-06 4.26006e-07 5.33029e-06 9.84052e-06 5.5054e-06 9.66178e-07 2.66777e-06 9.58957e-07 -2.48451e-07 -4.2047e-07 6.15194e-06 6.03347e-06 -1.70367e-06 -2.96123e-06 1.44317e-06 4.28256e-06 4.95289e-06 1.08527e-05 4.00759e-06 8.48159e-08 2.61906e-06 4.77386e-06 3.50513e-06 8.58e-07 5.37132e-07 1.51379e-06 4.24552e-07 -7.30551e-07 -8.53929e-06 -1.0237e-06 -1.19729e-06 9.08244e-06 2.00349e-05 1.13538e-05 -7.19019e-06 -8.88422e-06 5.56133e-06 9.34793e-07 -2.59425e-06 1.38687e-06 2.41222e-06 3.67448e-07 1.44167e-06 2.79379e-06 2.65331e-06 -6.56655e-06 -2e-05 -1.0331e-05 1.08061e-06 2.51385e-06 2.71353e-06 5.40023e-06 9.34536e-06 1.34932e-05 9.78023e-06 6.06082e-06 5.19154e-06 2.65444e-06 8.45912e-08 1.71991e-06 1.08842e-05 9.15341e-06 -1.2789e-08 -3.51055e-06 -4.04643e-07 5.28278e-06 5.62933e-06 9.74608e-06 2.54817e-06 -2.60538e-07 2.73881e-06 3.42283e-06 2.4653e-06 -1.98745e-06 -6.38281e-07 2.12266e-07 1.34064e-06 3.0315e-06 6.39437e-06 6.60922e-06 -2.05804e-06 2.89068e-06 2.52035e-05 1.35879e-05 -1.11845e-05 -8.35374e-06 3.0703e-06 -9.15029e-06 1.77167e-06 4.69247e-06 5.02415e-06 3.07878e-07 7.11939e-07 1.60882e-06 2.52604e-06 -2.61149e-06 -1.03657e-05 -6.08073e-06 3.12081e-06 5.38102e-06 4.93332e-06 6.47687e-06 6.68031e-06 1.26547e-05 1.05022e-05 5.69263e-06 7.65641e-06 4.6062e-06 1.34635e-06 2.68349e-06 8.97803e-06 7.44493e-06 4.03115e-06 1.03389e-06 1.20505e-07 3.89053e-06 4.18169e-06 2.14693e-06 -9.50488e-07 -3.13864e-06 4.09866e-06 4.16291e-06 3.46195e-06 -4.36648e-06 -2.95098e-06 5.82473e-07 3.99798e-06 4.52747e-06 1.08796e-05 5.79222e-06 -7.14593e-06 -4.26911e-06 -2.14525e-06 -5.74519e-06 -1.31841e-05 -4.40102e-06 2.15112e-06 6.18793e-07 6.25016e-06 7.39279e-06 7.58994e-06 3.6487e-06 2.80522e-06 3.22825e-06 2.86563e-06 -9.41535e-07 -4.14477e-06 -3.97961e-07 6.80345e-06 6.99683e-06 5.58527e-06 5.72873e-06 5.13771e-06 5.31253e-06 3.80249e-06 -1.26591e-06 -1.69836e-06 3.20912e-06 2.04978e-06 2.88018e-06 5.21952e-06 3.9677e-06 2.98538e-06 3.2332e-06 2.07846e-06 3.28557e-06 4.08886e-06 2.73406e-07 -5.36891e-06 -4.73109e-06 2.91519e-06 6.7899e-06 8.88758e-06 -1.38709e-06 -3.10024e-06 3.4776e-06 7.49673e-06 5.94649e-06 8.80386e-06 2.04927e-06 -6.93615e-06 -8.4875e-06 -1.37828e-05 -1.03389e-05 -9.18138e-06 -4.60198e-06 3.10394e-06 6.19172e-06 8.4863e-06 7.07388e-06 3.16781e-06 1.28896e-06 1.08125e-06 3.88873e-06 1.66538e-06 -5.6454e-06 -6.6519e-06 3.55903e-07 7.41021e-06 7.41057e-06 6.35418e-06 3.36275e-06 9.18727e-07 -2.17356e-06 -4.01381e-06 -3.86125e-06 2.34447e-06 5.84503e-06 7.8275e-06 5.57765e-06 5.54069e-06 4.56928e-06 1.21098e-06 1.38653e-06 7.12123e-07 1.65964e-06 4.06728e-06 -4.68756e-07 -6.58725e-06 -5.54714e-06 1.31117e-06 7.62113e-06 1.26199e-05 5.72621e-06 1.44838e-06 4.57504e-06 8.91948e-06 7.01643e-06 3.07238e-06 -1.60005e-06 9.89744e-07 -5.89707e-06 -1.47554e-05 -5.26283e-06 -2.93354e-06 -2.5547e-06 2.676e-06 6.7104e-06 5.99831e-06 3.53522e-06 1.16607e-06 -1.56511e-09 -1.85163e-06 -3.49316e-07 -2.85366e-06 -7.54297e-06 -5.33999e-06 1.54128e-06 6.44732e-06 5.60174e-06 4.66539e-06 1.50975e-06 -2.03648e-06 -3.92299e-06 -2.16291e-06 2.94957e-06 7.59936e-06 1.18192e-05 1.44437e-05 7.12853e-06 3.79227e-06 4.21374e-06 1.97972e-06 2.47618e-06 2.00267e-06 2.49817e-07 -4.69376e-06 -5.49177e-06 -9.66148e-06 -5.3598e-06 1.15119e-06 7.51964e-06 9.45762e-06 7.18648e-06 3.618e-06 4.75627e-06 9.93826e-06 5.73478e-06 -4.52946e-07 1.72466e-07 2.87155e-06 -9.8549e-07 -2.49846e-06 4.79842e-06 4.30161e-06 3.94297e-07 1.29464e-06 4.22663e-06 6.78288e-06 7.13151e-06 4.98916e-06 1.70575e-06 -1.6488e-06 -1.65598e-06 -2.14829e-06 -2.04043e-06 -7.1396e-07 1.39676e-06 3.57812e-06 4.45224e-06 5.10706e-06 6.55278e-07 -3.62276e-06 -2.58588e-06 2.48718e-06 1.26304e-05 1.44982e-05 1.71088e-05 1.60884e-05 6.91185e-06 -2.19866e-08 7.2091e-07 4.33436e-06 7.83411e-06 7.71358e-06 4.43167e-06 -6.53628e-07 -1.78369e-06 -4.89998e-06 -2.62692e-06 2.07464e-06 9.10108e-06 6.54917e-06 6.23168e-06 6.5815e-06 4.99479e-06 2.69057e-06 4.92079e-06 2.62595e-06 -3.40239e-06 1.26198e-06 7.43539e-06 8.62201e-06 1.07488e-05 8.40947e-06 3.89951e-06 3.01209e-06 3.60308e-06 5.67265e-06 5.03851e-06 3.24084e-06 2.99404e-06 3.22314e-06 2.59145e-06 1.3074e-06 8.11291e-07 4.09258e-06 7.06317e-06 6.21546e-06 8.08644e-06 8.53172e-06 3.45244e-06 -8.85571e-07 2.86708e-06 1.1133e-05 1.92762e-05 1.31087e-05 1.05762e-05 1.19146e-05 1.02048e-05 4.93408e-06 1.74868e-06 6.06178e-06 6.82851e-06 6.83133e-06 5.06078e-06 3.67503e-07 -3.10698e-06 -3.11125e-06 2.85898e-07 4.14401e-06 8.9321e-06 9.86348e-06 4.69383e-06 6.32746e-06 1.26994e-05 2.93718e-06 -5.80558e-07 7.53908e-06 1.6873e-07 5.72172e-07 6.94923e-06 1.01756e-05 1.2925e-05 1.26422e-05 1.04185e-05 7.70107e-06 5.61174e-06 4.86186e-06 2.35741e-06 -6.53658e-07 2.04376e-06 6.58695e-06 6.26861e-06 3.15494e-06 1.47332e-06 1.08286e-06 1.80267e-06 5.67264e-07 7.36518e-08 2.38134e-06 3.61788e-06 1.55528e-06 9.58139e-06 1.57191e-05 1.74886e-05 1.42067e-05 7.91229e-06 6.95689e-06 6.69178e-06 5.13383e-06 2.09374e-06 4.22525e-06 7.97489e-06 8.17029e-06 3.59392e-06 -3.30028e-06 -7.96183e-06 -6.57398e-06 2.86447e-06 3.28535e-06 4.46568e-06 7.09129e-06 2.68672e-06 2.4059e-06 6.61029e-06 8.42447e-06 1.91151e-06 4.02227e-06 1.32779e-05 1.82131e-06 4.24262e-06 1.06718e-05 1.52595e-05 1.61812e-05 1.45679e-05 1.1988e-05 8.3659e-06 3.41692e-06 -8.19913e-07 -1.70264e-07 1.92148e-06 3.34378e-06 4.36669e-06 4.33342e-06 3.68985e-06 1.19978e-06 1.35294e-06 1.43714e-06 -1.01854e-06 -5.99688e-07 1.57014e-06 2.65884e-06 8.57092e-06 9.84191e-06 7.70521e-06 2.35435e-06 2.03165e-06 2.12481e-06 2.49116e-06 2.50926e-06 1.54771e-06 2.42237e-06 5.44096e-06 9.2366e-06 9.0024e-06 4.61836e-06 7.83763e-07 1.13037e-06 2.32034e-06 2.44648e-06 3.4934e-06 3.98991e-06 1.18246e-06 2.20285e-06 3.57054e-06 2.95454e-06 -2.16265e-06 -6.1046e-06 6.95763e-06 5.70116e-06 -1.89872e-07 4.01017e-06 7.9772e-06 1.01691e-05 1.01947e-05 8.19549e-06 5.50611e-06 2.26008e-06 -1.07645e-06 -2.38803e-06 -1.26765e-06 1.19413e-06 2.0847e-06 2.92238e-06 3.06929e-06 2.62884e-07 3.23868e-06 4.41926e-06 4.85242e-07 -1.21404e-06 1.96085e-06 7.91575e-07 1.70764e-06 8.73485e-07 1.46248e-06 2.80622e-06 3.25645e-10 -5.44741e-07 3.87385e-07 1.37101e-06 9.3686e-07 3.1689e-07 1.69756e-06 3.69435e-06 4.66296e-06 4.78715e-06 3.10641e-06 2.12249e-06 1.42762e-06 2.68498e-06 3.4713e-06 2.22159e-06 7.56577e-07 4.10347e-07 1.17256e-06 2.36155e-06 1.42156e-06 -8.92743e-07 -1.94387e-06 -3.05505e-06 -4.0985e-06 4.68841e-07 1.75487e-06 3.52992e-06 4.20821e-06 3.38104e-06 2.34202e-06 1.53671e-06 -9.9103e-08 -1.43759e-06 -1.6425e-06 -5.93667e-07 3.40278e-07 1.42501e-06 1.58754e-06 -5.68444e-07 7.28068e-08 1.18453e-06 1.67963e-06 1.59162e-06 4.50627e-06 8.0818e-06 4.3627e-06 2.38439e-06 2.20537e-06 1.61072e-06 2.16444e-07 3.55213e-07 2.72275e-07 5.55901e-07 1.41118e-06 1.52957e-06 3.42231e-07 3.27183e-07 8.44486e-07 1.5818e-06 1.69483e-06 1.41863e-06 6.73161e-07 2.34033e-06 3.47677e-06 3.01809e-06 1.67853e-06 2.47248e-07 -8.61292e-07 1.72804e-07 1.77232e-06 1.5946e-06 6.30973e-07 -1.44356e-06 -2.83565e-06 -3.19458e-06 -3.42078e-07 2.54917e-07 4.18414e-07 9.0513e-07 1.98065e-06 2.05604e-06 1.5966e-08 -4.41276e-07 -4.57948e-07 2.1408e-07 1.3246e-06 1.60936e-06 1.77076e-06 -2.2945e-08 -3.36254e-06 -2.06826e-06 -1.6533e-06 -1.16652e-06 2.16979e-06 4.52313e-06 3.19064e-06 1.21284e-07 -1.87576e-06 -3.72788e-06 -3.434e-06 -1.01392e-06 1.33212e-07 -4.29919e-08 9.44033e-07 2.10226e-06 1.37065e-06 -9.15883e-08 -3.2933e-07 1.58898e-07 3.34563e-07 2.29641e-07 6.53683e-08 -1.33462e-06 -1.14858e-06 -1.97644e-07 4.38221e-07 2.93554e-07 -7.69169e-07 -1.66819e-06 -7.37952e-07 4.62841e-07 8.58003e-07 7.01702e-07 -1.06317e-07 -8.19137e-07 2.34278e-07 6.49931e-07 -6.04646e-07 -1.1912e-07 1.52119e-06 1.66489e-06 2.60678e-07 1.37521e-06 1.30567e-06 7.49009e-07 6.94948e-07 7.87516e-07 1.2278e-06 8.20031e-07 -1.14696e-06 -1.9345e-06 -1.73439e-06 2.87872e-08 3.88401e-06 5.89984e-06 4.12765e-06 2.06588e-06 -8.13529e-07 -3.71384e-06 -4.95507e-06 -1.73686e-06 -4.70876e-08 4.43161e-08 4.40162e-07 1.59783e-06 1.5562e-06 9.46776e-07 6.03455e-07 7.65334e-07 1.87425e-06 2.31282e-06 -5.57486e-07 -1.4101e-06 -1.14054e-06 -2.84224e-07 3.54015e-07 3.59922e-07 1.44844e-08 -6.93436e-08 1.42601e-07 7.25202e-07 9.97364e-07 2.61431e-07 -1.09583e-06 -5.11013e-07 1.21597e-06 2.20828e-06 7.10509e-07 -4.85273e-07 1.14109e-07 1.99174e-07 9.42355e-08 1.47846e-06 1.56529e-06 1.74024e-06 1.19051e-06 8.15404e-07 6.64051e-07 1.26348e-06 9.11631e-07 -9.52956e-08 -2.22897e-07 8.59681e-07 3.20753e-06 5.2275e-06 5.73575e-06 4.57547e-06 1.63932e-06 -1.70899e-06 -1.49602e-06 -8.23144e-08 -1.5476e-07 -9.82731e-07 -7.0825e-07 7.88267e-07 1.75723e-06 1.61939e-06 1.0159e-06 6.63585e-07 1.29352e-06 1.351e-06 2.81933e-07 3.23986e-07 3.00553e-07 2.7286e-07 3.41844e-07 4.07388e-07 4.16589e-07 4.8692e-07 4.42186e-07 1.58199e-07 -6.66748e-08 -5.9702e-09 1.09025e-07 1.55618e-07 1.76166e-07 1.36777e-07 9.92248e-09 -1.09336e-07 -9.38087e-08 -1.63156e-08 4.20152e-08 7.15746e-08 1.41434e-08 -1.61665e-07 -3.05406e-07 -3.29441e-07 -2.69781e-07 -2.38894e-07 -2.25566e-07 -1.39059e-07 1.49805e-08 1.07047e-07 5.10322e-08 -7.47755e-08 -1.6798e-07 -1.99185e-07 -1.65449e-07 -1.18573e-07 -1.48966e-07 -2.00834e-07 -2.50187e-07 -2.72941e-07 -2.46757e-07 -2.09706e-07 -1.35792e-07 -1.17092e-08 1.06476e-07 1.17111e-07 6.94229e-08 1.35582e-07 3.7247e-07 4.8779e-07 5.15004e-07 5.28286e-07 6.3134e-07 6.8899e-07 6.9141e-07 7.96931e-07 6.78397e-07 1.95461e-07 -1.51342e-07 -6.94262e-08 1.54661e-07 2.83683e-07 3.29792e-07 2.5329e-07 1.06131e-07 -8.23339e-08 -1.57717e-07 -9.57765e-08 -5.00517e-09 6.01346e-08 -7.15756e-09 -2.36603e-07 -4.82639e-07 -5.79322e-07 -4.92947e-07 -3.88968e-07 -3.09034e-07 -1.59801e-07 3.18001e-08 1.38289e-07 6.24185e-08 -9.74409e-08 -2.3841e-07 -3.03701e-07 -2.74651e-07 -2.27462e-07 -2.79419e-07 -3.54878e-07 -4.14711e-07 -4.25723e-07 -3.78709e-07 -3.19048e-07 -2.13497e-07 -4.18692e-08 1.50171e-07 2.12826e-07 1.43942e-07 1.82919e-07 3.85788e-07 5.58172e-07 7.13764e-07 8.20038e-07 9.64906e-07 1.11744e-06 1.12107e-06 1.24971e-06 1.05881e-06 2.9151e-07 -3.10025e-07 -2.89989e-07 1.23495e-09 2.50501e-07 4.59725e-07 4.46703e-07 2.69229e-07 1.11519e-07 -9.7691e-08 -2.15568e-07 -1.66248e-07 -2.11233e-08 -4.26144e-08 -2.51275e-07 -5.42962e-07 -7.4718e-07 -6.98503e-07 -5.25117e-07 -3.09956e-07 -5.6379e-08 1.70554e-07 2.58519e-07 1.22271e-07 -6.7107e-08 -1.80161e-07 -2.27091e-07 -2.73734e-07 -3.44778e-07 -4.81939e-07 -6.05999e-07 -6.9174e-07 -7.0025e-07 -6.36159e-07 -5.38591e-07 -3.69433e-07 -1.49831e-07 1.13584e-07 3.60382e-07 3.55624e-07 2.74426e-07 3.90908e-07 4.17021e-07 5.33033e-07 5.74952e-07 7.21697e-07 1.31086e-06 1.69015e-06 2.10558e-06 1.80225e-06 5.79096e-07 -3.85849e-07 -5.56325e-07 -3.14517e-07 -4.15861e-08 3.5143e-07 6.47332e-07 4.7965e-07 3.7044e-07 2.59343e-07 -6.4689e-08 -2.82082e-07 -1.23787e-08 1.55494e-07 5.82302e-09 -2.16053e-07 -5.98287e-07 -7.14478e-07 -5.54158e-07 -2.18275e-07 1.60919e-07 5.23895e-07 6.92429e-07 5.1128e-07 1.38388e-07 1.44162e-08 8.59209e-08 4.11426e-08 -2.40107e-07 -5.57842e-07 -7.80205e-07 -8.9529e-07 -8.86917e-07 -8.62138e-07 -7.82342e-07 -5.23327e-07 -2.68098e-07 -6.71309e-08 2.37094e-07 5.19571e-07 4.76067e-07 3.50542e-07 3.09013e-07 2.22467e-07 1.97152e-07 4.2431e-08 2.96672e-07 1.6928e-06 3.5626e-06 3.70661e-06 1.5201e-06 -2.05269e-07 -5.56309e-07 -4.22075e-07 -3.98849e-07 -3.19727e-08 6.68057e-07 6.82231e-07 5.05797e-07 7.56631e-07 5.92294e-07 2.13132e-07 7.04281e-07 1.23442e-06 8.82137e-07 7.29298e-07 1.44016e-07 -3.03241e-07 -3.01665e-07 -7.48303e-08 2.8157e-07 9.15125e-07 1.38135e-06 1.33609e-06 6.03741e-07 1.55763e-07 4.38972e-07 9.36772e-07 5.27143e-07 -2.00718e-07 -7.08433e-07 -9.32947e-07 -8.51869e-07 -6.27577e-07 -7.92107e-07 -5.7449e-07 -1.66556e-07 -1.43171e-07 -1.56796e-09 3.34211e-07 4.36349e-07 1.0837e-08 5.90233e-08 -4.46524e-07 -8.66289e-07 -2.23213e-07 -2.91038e-06 -2.88955e-08 4.34109e-06 7.31359e-06 4.3502e-06 5.9656e-07 -5.42021e-07 -3.88761e-07 -4.83762e-07 -4.14372e-07 4.11414e-07 6.61024e-07 5.07316e-07 9.14406e-07 1.48419e-06 1.40065e-06 2.75758e-06 4.0391e-06 2.7627e-06 2.44431e-06 1.50458e-06 8.92472e-07 1.40069e-07 -1.67726e-07 -8.71086e-08 8.27716e-07 1.76263e-06 2.10408e-06 1.19078e-06 2.46897e-07 6.60531e-07 2.50049e-06 2.76068e-06 1.4388e-06 1.42202e-07 -4.98481e-07 -4.60808e-07 -1.98491e-07 9.26851e-08 1.43323e-07 6.09681e-07 1.04978e-06 1.68192e-06 8.86755e-07 1.33091e-07 -1.03459e-06 -1.55196e-06 -1.02075e-06 -5.25231e-06 -4.01896e-06 -4.74766e-07 -1.7194e-05 1.52905e-06 1.0678e-05 9.58026e-06 3.36367e-06 -8.85531e-07 -1.8451e-06 -1.145e-06 -8.01616e-07 -1.05808e-07 2.72626e-07 1.30909e-07 7.68718e-07 1.29639e-06 1.6138e-06 4.89536e-06 8.44929e-06 6.54089e-06 5.38018e-06 1.7974e-06 1.5421e-06 4.61755e-07 -5.18676e-07 1.27775e-07 7.65055e-07 1.16619e-06 1.93188e-06 1.7869e-06 4.96237e-07 4.68645e-07 3.44493e-06 5.81914e-06 4.86287e-06 2.79055e-06 9.60216e-07 3.01436e-07 4.99474e-07 4.51338e-07 8.59996e-07 9.31527e-07 1.92141e-06 5.40885e-06 8.29145e-06 3.59948e-06 4.09627e-07 -5.85065e-07 -1.12233e-05 -3.77479e-06 -6.06636e-06 3.67524e-07 -9.39183e-06 -2e-05 8.87637e-06 1.45826e-05 7.31585e-06 -1.4241e-07 -3.28376e-06 -3.64661e-06 -5.2892e-06 -1.16998e-06 -2.21063e-07 -5.53742e-07 4.93606e-09 1.2964e-06 5.23049e-07 2.37193e-06 8.8168e-06 1.07787e-05 1.20744e-05 5.30451e-06 1.57675e-06 1.22567e-06 -1.08813e-07 2.04569e-06 2.43233e-06 4.80137e-07 9.89814e-07 1.63667e-06 1.13188e-07 -1.02604e-07 1.59037e-06 5.89167e-06 7.6897e-06 6.10521e-06 3.66443e-06 1.54005e-06 5.81693e-07 2.75068e-07 3.62111e-07 6.55194e-07 1.53069e-06 6.58979e-06 1.23044e-05 1.25225e-05 3.03171e-06 -2.50422e-06 -2.64151e-06 -1.29537e-05 -6.21283e-06 -3.56404e-07 -1.17678e-06 -2e-05 1.24075e-06 1.57534e-05 9.25963e-06 2.95131e-07 -5.45603e-07 1.48969e-07 -5.73346e-06 -1.45263e-05 -5.20385e-06 -2.03211e-06 -1.33286e-06 1.86877e-06 -2.32567e-06 -3.24955e-06 5.37759e-06 1.08794e-05 1.6384e-05 6.4242e-06 1.19009e-06 2.2765e-06 1.2409e-06 4.80403e-06 8.15552e-06 1.24838e-06 -2.8451e-07 6.50133e-07 -7.04287e-07 3.09519e-06 1.82593e-06 1.86475e-06 6.8047e-06 8.20965e-06 6.93527e-06 4.2536e-06 1.56304e-06 -2.17741e-06 -1.51295e-06 -1.26983e-06 7.3726e-07 6.40438e-06 1.32973e-05 1.54615e-05 4.10866e-06 -3.24654e-06 -2.46354e-06 -4.2982e-06 -9.70761e-06 -4.85531e-06 -4.82832e-06 -3.23418e-06 -8.99813e-06 4.18701e-06 3.11663e-06 -5.00949e-07 1.64735e-06 5.80525e-06 3.4777e-06 -2.64524e-06 -9.88578e-06 -1.07221e-05 -4.24078e-06 2.92682e-06 6.67143e-06 -1.5283e-05 2.44719e-05 1.40851e-05 1.28544e-05 4.26262e-06 7.98559e-07 2.4578e-06 1.90026e-06 4.43312e-06 9.98565e-06 3.60087e-06 -3.14188e-06 -7.4247e-07 1.25865e-06 2.89266e-06 2.12499e-06 6.0911e-07 4.02528e-06 8.08926e-06 8.88145e-06 7.88307e-06 4.2803e-06 4.37534e-07 -7.6555e-07 -1.68179e-06 -1.90036e-07 5.23357e-06 1.28156e-05 1.55513e-05 1.91818e-06 -1.73435e-06 -1.71893e-06 -4.9913e-07 -3.73309e-06 -1.72352e-05 -5.02779e-06 2.38548e-07 -3.99264e-06 2.03054e-06 4.82324e-07 -1.94355e-07 3.38106e-06 1.02415e-05 1.09096e-05 1.74303e-06 -7.38852e-06 -1.35619e-05 -1.00797e-05 1.72327e-06 1.12049e-05 -2.03728e-06 2.46779e-05 9.44458e-06 4.95621e-06 2.87465e-07 -7.97611e-07 1.26765e-06 1.58252e-06 2.79425e-06 4.97639e-06 2.31633e-06 -6.7013e-06 -2.3394e-06 8.34138e-07 3.46694e-06 2.26642e-07 -4.56363e-06 1.13574e-06 6.62284e-06 1.01557e-05 9.97525e-06 7.79764e-06 2.64116e-06 2.09801e-06 2.86785e-06 2.11855e-06 2.96894e-06 4.88048e-06 5.91675e-06 1.22022e-06 4.4817e-07 1.96919e-06 9.29297e-07 -5.19077e-06 -5.55925e-06 -1.58516e-05 -7.63333e-06 -4.19421e-06 1.76021e-06 2.61074e-06 4.84708e-07 6.68358e-06 1.18315e-05 7.83683e-06 1.44984e-06 -2.23497e-06 -6.16928e-06 -1.0766e-05 -1.35004e-06 8.47001e-06 9.38874e-06 1.8651e-05 2.89209e-06 -5.22519e-07 -3.252e-06 -3.61621e-06 -3.16795e-07 -1.86428e-08 -7.07023e-07 5.08806e-06 1.81451e-06 -2.51832e-06 -1.9296e-06 -4.04538e-07 1.49156e-06 -3.0708e-07 -1.05182e-06 -1.26423e-06 4.10917e-06 1.05059e-05 1.37374e-05 1.17831e-05 4.81811e-06 2.36315e-06 4.0096e-06 2.65527e-06 1.59244e-06 1.43444e-06 1.23529e-06 5.41945e-06 4.67507e-06 6.16335e-06 3.30601e-06 -6.99859e-06 -1.56668e-06 -8.65731e-06 -1.0587e-05 -7.60559e-06 -3.75921e-07 -4.6956e-08 3.20904e-06 6.23271e-06 6.39323e-06 5.47083e-06 3.40059e-07 -9.20108e-07 -3.10914e-07 -1.92394e-06 3.18976e-07 7.52364e-06 9.74466e-06 4.37719e-06 6.21614e-07 -1.60218e-06 -5.19196e-06 -3.66402e-06 -1.73587e-06 -2.91097e-06 -3.54688e-06 1.10142e-06 7.76908e-07 -7.73923e-07 -6.07755e-07 -3.43236e-07 3.15785e-07 4.08895e-07 2.33439e-06 -2.04908e-06 2.00826e-06 7.64545e-06 1.4349e-05 1.60451e-05 7.86165e-06 1.5988e-06 1.89858e-06 1.70356e-06 1.01561e-06 1.27829e-06 3.60746e-06 5.77476e-06 6.2288e-06 8.80875e-06 5.38681e-06 -6.52601e-06 -2.50682e-06 -3.72606e-06 -6.686e-06 -6.16349e-06 1.4582e-06 -4.7979e-06 1.27967e-06 2.04547e-06 -2.59164e-06 -2.48112e-06 -2.58722e-06 -1.84605e-06 -5.11792e-07 2.4402e-07 1.64773e-06 4.90122e-06 6.12453e-06 1.92179e-06 8.82444e-07 -9.62947e-07 -7.466e-06 -4.71328e-06 -5.37193e-06 -8.95366e-06 -1.68182e-06 -2.92751e-06 -7.78545e-07 7.83983e-07 2.10109e-06 3.3213e-06 1.37603e-06 2.90066e-06 4.73282e-06 6.95778e-07 7.23857e-07 4.1149e-06 7.72835e-06 1.37977e-05 8.42898e-06 1.00359e-06 -1.46447e-07 2.21844e-07 1.68778e-07 1.56004e-06 3.33439e-06 2.61138e-06 4.66487e-06 6.84151e-06 4.70243e-06 -4.33838e-06 -1.55849e-06 -1.06053e-06 -5.38861e-06 -5.04193e-06 7.3283e-06 -4.01754e-06 -2.38776e-07 2.21631e-06 6.09277e-06 1.95098e-06 -3.58979e-06 -1.82456e-05 -1.69731e-05 -7.63278e-08 9.06848e-07 3.30945e-06 4.56761e-06 3.95829e-06 2.15507e-06 5.19953e-07 -6.25093e-06 -7.30792e-06 -1.88953e-05 -1.48454e-05 -7.78468e-06 -5.62654e-06 4.64137e-07 3.4945e-06 5.84265e-06 6.44777e-06 2.89101e-06 2.08682e-06 3.6978e-06 -6.27732e-07 2.86988e-07 -2.1667e-06 1.35762e-06 7.82259e-06 4.69143e-06 -6.95443e-07 -1.22047e-06 -4.07353e-08 3.32118e-07 3.31903e-06 2.12404e-06 2.62738e-06 3.84475e-06 3.77867e-06 6.41279e-07 -1.42909e-06 8.02609e-07 1.27164e-06 -3.54481e-06 -4.57977e-06 -1.57306e-07 -3.39238e-06 -5.60439e-06 7.46105e-06 1.48426e-05 1.33176e-05 1.01785e-05 -1.82458e-05 -1.01497e-05 -1.39888e-06 1.16172e-06 3.37901e-06 4.1701e-06 3.58729e-06 3.88743e-06 1.74517e-06 -3.37867e-06 -1.8593e-05 -2e-05 -1.31361e-05 -7.81674e-06 -4.4114e-06 1.13531e-06 3.67583e-06 5.11911e-06 6.27775e-06 3.22093e-06 2.23657e-06 3.8107e-06 -2.41106e-08 6.8404e-08 -1.67887e-06 -1.80858e-06 4.19367e-06 -3.16142e-07 -4.65098e-06 -5.3714e-06 4.69895e-06 3.27472e-06 2.37302e-06 7.75563e-06 9.18589e-07 7.32746e-07 2.15226e-06 4.02539e-07 3.42673e-06 4.77259e-06 2.72394e-06 -1.57739e-06 -3.89261e-06 -2.13761e-06 -6.32947e-06 -6.35652e-06 2.36043e-06 1.90496e-05 2.28122e-05 9.10086e-06 -1.05092e-06 -7.3227e-06 -2.90051e-06 -7.50251e-07 5.57668e-06 5.01767e-06 2.34627e-06 2.82639e-06 1.11138e-06 -4.50911e-06 -2e-05 -2e-05 -8.77105e-06 4.68547e-06 6.79043e-06 6.00212e-06 7.73508e-06 5.78437e-06 3.64713e-06 2.2717e-06 2.89314e-06 4.24727e-06 1.44797e-06 2.09029e-08 5.63238e-07 2.12797e-06 1.87151e-06 -4.24686e-06 -1.05536e-05 -8.31744e-06 2.64362e-06 2.45105e-06 -2.58559e-08 4.71963e-06 6.6798e-07 6.86414e-07 4.00397e-06 6.40823e-07 3.65357e-06 5.69368e-06 3.64096e-06 -8.33736e-08 -3.63573e-07 2.07741e-06 1.13777e-06 -6.38794e-06 -4.49978e-06 6.28568e-06 1.58332e-05 8.53612e-06 4.38871e-06 2.5904e-06 -3.83489e-06 -5.10784e-06 4.81112e-06 6.66452e-06 1.85237e-06 8.74061e-07 3.99897e-07 -2.36446e-06 -1.57867e-05 -2e-05 -4.25368e-06 9.98751e-06 1.54451e-05 1.23639e-05 7.58562e-06 4.7522e-06 3.82908e-07 -7.29524e-07 -3.24961e-07 2.4441e-06 8.71028e-07 -1.99514e-06 -7.71599e-07 2.97463e-06 1.55287e-06 -2.26084e-06 -6.54993e-06 -7.06849e-06 4.73527e-07 1.50587e-06 -6.27831e-07 1.24293e-06 -8.09171e-07 2.42921e-06 7.95615e-06 2.2559e-06 1.45837e-06 5.25329e-06 4.03507e-06 7.73753e-07 3.33213e-06 1.0871e-05 1.17782e-05 -1.52254e-07 -6.58802e-06 4.21212e-07 3.20134e-06 -3.52479e-06 -1.32116e-07 4.06141e-06 -1.77347e-06 -4.08966e-06 2.56432e-06 4.4018e-06 2.38538e-06 1.32577e-06 2.07094e-06 -2.4986e-07 -6.22658e-06 -1.60621e-05 -2.68518e-06 8.5223e-06 1.67298e-05 1.11183e-05 7.11532e-06 4.0637e-06 -8.97025e-07 -3.61486e-06 -4.81673e-06 -2.97551e-06 2.76716e-07 -1.83147e-06 -3.52793e-06 -6.89391e-07 1.04526e-06 2.57137e-06 7.23599e-07 -2.10497e-06 -7.73785e-07 -4.41709e-07 -1.03231e-06 -5.84061e-07 -4.94872e-06 -2.07312e-07 6.52913e-06 3.65698e-06 -1.96192e-06 2.94521e-06 2.25341e-06 1.20996e-06 3.83108e-06 1.01241e-05 1.3821e-05 4.64079e-06 -3.05502e-06 -1.1863e-06 -2.58654e-06 -6.83593e-06 -4.73458e-06 1.83653e-06 1.23204e-06 -9.61446e-07 2.07939e-07 -7.64437e-07 -4.16535e-07 1.89894e-06 2.39307e-06 -3.58443e-07 -9.31597e-07 -3.49282e-06 -1.46807e-06 6.77764e-06 1.422e-05 1.33205e-05 9.14633e-06 3.21075e-06 -2.34198e-06 -4.11745e-06 -3.65722e-06 -3.03692e-08 3.58563e-06 2.98322e-06 -7.01749e-07 -2.15835e-07 2.27779e-06 3.41049e-06 6.28989e-06 7.55878e-07 -2.48488e-06 -2.1694e-06 -6.40475e-06 -9.96553e-06 -1.02484e-05 -1.04367e-05 1.29657e-06 7.50571e-06 2.72885e-06 1.37376e-06 2.03742e-06 3.61618e-06 3.56889e-06 5.06463e-06 6.736e-06 2.53356e-06 -5.10894e-06 -6.135e-06 4.81736e-07 -3.91496e-08 -1.4756e-06 6.78773e-07 1.57957e-06 1.01997e-07 -1.83075e-06 -3.47168e-06 -2.37342e-06 2.4862e-07 5.00691e-07 -1.79571e-06 -8.1835e-07 -1.11205e-07 1.03716e-06 5.76733e-06 8.9116e-06 1.04133e-05 7.89146e-06 1.77561e-06 -4.22154e-06 -3.80323e-06 -1.44065e-06 3.0514e-06 9.15423e-06 1.10244e-05 5.15861e-06 3.43769e-06 5.54774e-06 5.90214e-06 6.82618e-06 3.9404e-06 -4.67743e-06 -4.09865e-06 -1.91138e-06 -2.33116e-06 -9.83858e-07 -1.3597e-05 -3.32022e-06 6.73106e-06 7.11901e-06 5.99354e-06 7.40941e-06 9.78322e-06 9.10181e-06 5.5808e-06 8.79294e-07 -2.41167e-07 1.20385e-06 1.95504e-06 1.04228e-05 8.25696e-06 5.68357e-06 4.32385e-06 4.02009e-06 4.34115e-06 3.17025e-06 2.9572e-06 2.0228e-06 -1.39794e-07 -6.93477e-07 5.08868e-07 8.79357e-07 -3.67103e-07 -1.18452e-06 3.37933e-06 7.40523e-06 6.90165e-06 3.262e-06 -1.54302e-06 -6.70148e-06 -6.42605e-06 -1.80883e-06 5.3488e-06 1.2879e-05 1.77736e-05 1.25188e-05 3.07092e-06 7.58424e-06 8.90257e-06 7.07067e-06 4.2524e-06 -2.36675e-06 -3.68523e-06 -6.06434e-07 2.84913e-06 1.71857e-06 -3.13931e-06 -3.03964e-06 3.4355e-06 8.00829e-06 1.19055e-05 9.30044e-06 6.1381e-06 4.95916e-06 3.08956e-06 1.64243e-07 -1.04169e-06 5.71361e-06 9.1438e-06 1.07899e-05 1.08556e-05 9.24313e-06 9.35457e-06 9.18647e-06 8.88287e-06 8.83995e-06 9.6919e-06 8.84796e-06 6.85965e-06 4.15143e-06 1.88143e-06 1.95189e-06 1.24317e-06 1.19509e-06 2.95114e-06 7.41062e-06 7.21577e-06 2.24105e-06 -9.03705e-07 -3.01394e-06 -1.24297e-06 9.70912e-06 1.10959e-05 9.27513e-06 7.84162e-06 6.70384e-06 3.6415e-06 3.79173e-06 7.04434e-06 7.44688e-06 3.92652e-06 -6.25122e-07 -3.02543e-06 -1.34196e-06 2.71864e-06 3.71649e-06 1.62523e-06 2.56564e-06 6.34075e-06 4.24087e-06 6.16185e-06 1.20127e-05 1.04612e-05 8.01379e-06 1.13863e-05 1.50379e-05 2.99791e-06 2.70995e-06 7.42414e-06 1.08263e-05 1.17819e-05 1.23948e-05 1.3066e-05 1.17441e-05 8.63416e-06 6.21454e-06 5.50919e-06 6.61086e-06 9.39339e-06 1.03063e-05 6.8813e-06 2.10047e-06 7.17041e-07 7.19448e-07 1.46703e-06 2.48042e-06 2.50409e-06 1.17039e-06 9.71147e-07 2.96408e-06 4.73545e-06 7.13058e-06 7.75464e-06 5.29348e-06 3.44574e-06 2.35734e-06 1.60357e-06 4.69861e-06 6.93711e-06 6.3508e-06 4.48208e-06 1.23447e-06 -1.24988e-06 -5.86973e-07 3.40671e-06 5.91983e-06 5.27922e-06 4.52268e-06 4.96292e-06 4.18855e-06 5.27888e-06 7.11532e-06 8.56878e-06 7.37745e-06 9.17104e-06 9.21921e-06 4.78346e-06 6.10456e-07 3.89497e-06 7.0658e-06 8.82731e-06 9.97625e-06 1.00168e-05 8.43359e-06 4.94943e-06 1.52037e-06 1.24319e-06 2.48734e-06 5.10627e-06 8.50776e-06 9.39866e-06 7.6866e-06 2.9995e-06 2.51864e-07 1.89019e-06 1.81972e-06 2.14143e-06 3.40493e-06 2.72838e-06 9.96791e-07 1.60534e-06 4.83931e-06 7.98498e-06 2.44897e-06 4.63708e-08 -5.23165e-08 1.625e-06 4.2295e-06 6.37243e-06 6.3802e-06 5.39543e-06 4.33008e-06 3.29791e-06 3.41547e-06 5.18886e-06 4.77439e-06 4.98074e-06 6.19008e-06 5.67371e-06 4.54233e-06 4.54337e-06 6.40258e-06 6.46485e-06 3.44798e-06 2.26054e-06 1.83984e-06 9.64394e-07 3.83491e-07 8.25077e-07 1.97903e-06 3.03833e-06 3.44676e-06 2.97053e-06 2.58638e-06 1.9381e-06 9.5318e-09 -4.85354e-07 4.50379e-07 1.7786e-06 3.23954e-06 4.74159e-06 5.70023e-06 3.80704e-06 5.30338e-07 1.01292e-06 7.38613e-07 1.5229e-06 5.3899e-06 1.48462e-06 -1.40196e-06 -1.07613e-06 1.30591e-06 2.42984e-06 5.75257e-07 -6.06545e-07 -1.32143e-06 -7.27337e-07 9.305e-07 3.29334e-06 5.27593e-06 5.70331e-06 4.97297e-06 4.44121e-06 5.3872e-06 5.98155e-06 4.13094e-06 3.64368e-06 3.92113e-06 4.1628e-06 3.63402e-06 3.29366e-06 3.66056e-06 3.48522e-06 3.09547e-06 2.07981e-06 6.58316e-07 -3.41686e-07 -9.8119e-07 -1.42449e-06 -3.87602e-07 -5.73247e-07 -1.03679e-06 -1.37052e-06 -5.64274e-07 5.98934e-07 -5.99602e-07 -5.60297e-07 4.0821e-07 3.90087e-07 6.43705e-07 6.70308e-07 1.22368e-06 1.285e-06 -1.51493e-06 -1.34751e-06 -4.70099e-08 3.32869e-06 1.06788e-05 6.06897e-06 1.61058e-06 9.18412e-07 1.62504e-06 1.2434e-06 -3.31202e-07 1.28842e-07 3.41758e-07 -9.43753e-07 -8.14766e-07 3.99624e-07 1.66494e-06 2.76166e-06 3.1653e-06 3.09967e-06 3.89878e-06 4.76794e-06 2.64202e-06 3.3263e-06 3.53525e-06 3.39054e-06 3.03917e-06 2.4532e-06 1.68909e-06 5.63784e-07 6.23281e-07 2.39822e-06 3.16209e-06 1.93223e-06 4.18259e-08 -3.85461e-07 -8.64474e-07 -6.32953e-07 -9.32289e-07 -5.97496e-07 2.953e-07 5.02275e-07 -7.49583e-08 8.11263e-07 1.25793e-06 8.46877e-07 3.56352e-07 1.48585e-06 2.57528e-06 1.05862e-06 -1.44148e-06 -2.378e-06 -2.23693e-06 -6.74837e-07 1.86518e-06 1.89647e-06 8.31731e-07 1.10442e-06 1.03301e-06 1.58731e-07 -5.87276e-07 1.66973e-07 1.07649e-06 7.13878e-07 -5.11348e-07 -1.7786e-07 5.46902e-08 1.50901e-07 5.9349e-07 1.08649e-06 1.30536e-06 1.76383e-06 2.80608e-07 -7.45156e-07 -4.51348e-07 6.52501e-07 1.52235e-06 1.54937e-06 6.35065e-07 -1.16593e-06 -1.94672e-06 -3.59807e-07 9.30484e-07 1.394e-06 8.22957e-07 -4.59607e-07 -1.09409e-06 4.82737e-07 4.7083e-08 -1.61518e-07 2.89644e-07 1.88054e-07 -3.32479e-07 2.12796e-06 2.55777e-06 1.90712e-06 3.63892e-08 2.10808e-07 1.29498e-06 1.23323e-06 -1.3267e-06 -2.60452e-06 -2.56669e-06 -1.00462e-06 1.484e-06 2.92547e-06 3.36489e-06 3.45071e-06 2.73033e-06 -7.31359e-07 -2.31119e-06 -9.26686e-07 8.01955e-08 3.41086e-07 -2.24598e-07 -3.34931e-07 1.18554e-07 -1.18842e-07 -5.80117e-07 -6.93597e-07 4.96758e-07 1.39403e-06 1.53112e-07 -4.09896e-07 -5.33767e-08 9.3744e-07 1.52763e-06 1.07665e-06 8.32546e-08 -4.61051e-07 -4.18323e-07 3.38981e-07 1.05243e-06 8.50425e-07 -7.07281e-07 -8.12493e-07 7.07739e-07 2.3083e-06 8.07201e-07 -1.34613e-06 -1.5296e-06 -1.19359e-06 -1.64018e-07 1.03827e-06 1.85022e-06 2.75927e-06 2.68644e-06 1.99776e-06 1.41215e-06 1.34706e-06 1.94898e-07 -8.87392e-07 -1.02972e-06 -9.73375e-08 9.7913e-07 1.67598e-06 2.00042e-06 1.53232e-06 4.57557e-07 -5.55507e-07 -1.2715e-06 -1.23497e-06 -8.27597e-07 -9.11825e-07 -1.23721e-06 -7.85455e-07 6.08587e-07 1.08898e-06 4.44748e-07 7.49533e-07 1.11604e-06 1.02492e-06 1.03094e-07 1.47225e-07 1.94244e-07 2.8108e-07 3.54124e-07 2.49443e-07 5.01275e-08 -7.44408e-08 -1.32743e-07 -1.73822e-07 -1.5949e-07 -1.04205e-07 -6.96369e-08 -8.86275e-08 -1.46746e-07 -2.08809e-07 -2.28142e-07 -2.53646e-07 -3.07287e-07 -2.4812e-07 -8.96762e-08 4.63745e-08 8.26236e-08 -1.79464e-08 -1.50929e-07 -2.32595e-07 -1.17053e-07 7.0105e-08 2.3883e-07 3.7597e-07 3.62652e-07 2.47706e-07 9.2388e-08 -7.58222e-08 -1.64245e-07 -4.8388e-08 1.81423e-07 3.12057e-07 2.65724e-07 1.81523e-07 1.33996e-07 1.06599e-07 4.21203e-08 -4.28663e-08 -5.92909e-08 1.34263e-08 1.19554e-07 1.73083e-07 1.20565e-07 6.88784e-08 2.58181e-07 3.16565e-07 3.79474e-07 4.76576e-07 4.88958e-07 3.21243e-07 8.6798e-08 -7.20903e-08 -1.92714e-07 -2.94166e-07 -3.19621e-07 -2.61238e-07 -1.88674e-07 -2.16612e-07 -3.00022e-07 -3.64897e-07 -3.64455e-07 -3.6758e-07 -4.26513e-07 -3.59084e-07 -1.63694e-07 -9.44671e-10 7.18638e-08 1.93272e-08 -1.15695e-07 -2.44586e-07 -1.33701e-07 1.48908e-07 4.55896e-07 6.95268e-07 6.91467e-07 5.12597e-07 2.43626e-07 -5.11648e-08 -2.28483e-07 -7.08782e-08 2.77843e-07 4.78968e-07 4.2497e-07 3.13286e-07 2.42456e-07 1.85917e-07 1.03872e-07 -5.14053e-09 -6.94356e-08 -2.1152e-08 1.28296e-07 2.52831e-07 2.39999e-07 1.98824e-07 4.31277e-07 5.27622e-07 5.99045e-07 7.39283e-07 6.24757e-07 3.53926e-07 1.68398e-07 5.34247e-08 -1.28044e-07 -3.41619e-07 -4.97596e-07 -4.95023e-07 -3.87935e-07 -3.9816e-07 -5.09788e-07 -5.858e-07 -5.60274e-07 -5.35665e-07 -5.40452e-07 -4.16762e-07 -1.75404e-07 -4.40779e-08 -6.73441e-08 3.85597e-08 1.82388e-08 -1.34575e-07 -9.20728e-08 2.25049e-07 6.92534e-07 1.02474e-06 1.10576e-06 9.84024e-07 6.81922e-07 1.69228e-07 -1.58308e-07 3.4068e-08 4.99564e-07 7.24263e-07 6.2699e-07 4.86676e-07 3.79771e-07 2.65643e-07 1.89579e-07 1.17099e-07 2.43033e-08 -3.52559e-08 -1.87137e-08 1.07178e-07 2.02308e-07 2.72369e-07 3.6838e-07 6.11724e-07 7.91889e-07 1.19894e-06 1.22079e-06 5.80891e-07 2.89126e-07 3.25178e-07 2.31618e-07 -1.5495e-07 -6.41342e-07 -8.13058e-07 -6.63189e-07 -5.22704e-07 -4.78626e-07 -5.22751e-07 -5.56871e-07 -7.32756e-07 -8.7185e-07 -5.63971e-07 -3.4076e-08 1.96949e-07 -2.92455e-07 -2.09801e-07 2.04654e-07 1.20782e-07 5.60166e-08 2.11e-07 6.4384e-07 7.9063e-07 8.34798e-07 1.01555e-06 1.18623e-06 6.49378e-07 2.44999e-07 4.75852e-07 1.16356e-06 1.38143e-06 9.96492e-07 6.87157e-07 5.13058e-07 2.87179e-07 8.35344e-08 6.89909e-08 1.77641e-07 1.56989e-07 -2.93838e-08 -2.66694e-07 -3.17306e-07 -6.22308e-08 -1.65837e-07 2.44982e-07 6.66874e-07 1.59312e-06 2.41543e-06 1.7171e-06 6.86686e-07 8.14538e-07 7.51206e-07 3.10605e-07 -6.80808e-07 -1.31684e-06 -1.126e-06 -7.12554e-07 -3.26318e-07 -1.766e-08 -2.22162e-08 -6.5883e-07 -1.36099e-06 -9.58262e-07 -6.64543e-08 7.7429e-07 3.21236e-08 -8.41719e-07 2.70494e-07 5.70537e-07 4.33378e-07 2.05292e-07 4.3467e-07 3.02182e-07 2.31395e-07 3.39393e-07 8.22949e-07 9.05248e-07 7.90385e-07 1.04139e-06 2.12777e-06 2.71335e-06 1.95695e-06 1.18676e-06 8.16307e-07 4.75209e-07 8.76124e-08 -1.84707e-07 -1.53457e-07 2.07183e-07 2.31788e-07 -1.6172e-07 -7.42176e-07 -6.91266e-07 -6.26724e-07 -3.66965e-07 -3.27107e-08 1.13187e-06 3.17256e-06 3.87595e-06 2.55307e-06 2.28421e-06 1.91888e-06 8.8572e-07 -5.92239e-07 -1.97719e-06 -1.83604e-06 -1.04912e-06 -1.49161e-07 6.58934e-07 8.8937e-07 5.11721e-08 -1.68087e-06 -1.26095e-06 4.24808e-08 6.44514e-07 1.09097e-06 -6.24034e-07 4.71297e-07 1.85048e-06 3.5766e-06 2.68081e-06 2.7321e-06 -5.83627e-07 -1.51967e-06 -1.35788e-06 -7.08778e-08 5.48748e-07 7.64166e-07 5.47022e-07 1.83211e-06 3.66557e-06 3.1431e-06 2.14401e-06 1.65941e-06 1.34793e-06 6.44254e-07 -6.43916e-08 -3.36744e-07 -5.82395e-07 -1.20282e-08 3.29714e-07 -2.7197e-07 -8.45444e-07 -4.14113e-07 -6.0904e-07 -7.65003e-07 -1.01388e-07 2.07144e-06 5.30794e-06 6.07378e-06 5.64845e-06 5.45927e-06 2.52555e-06 -4.79583e-07 -2.91963e-06 -2.31742e-06 -1.018e-06 3.68854e-07 2.26198e-06 2.95979e-06 1.36692e-06 -1.18731e-06 -1.87978e-06 3.75155e-07 1.51179e-06 2.02531e-06 1.19653e-06 2.33139e-06 7.40647e-06 4.39855e-06 1.05568e-06 -7.82906e-07 1.02201e-07 -4.63229e-07 -1.56247e-06 -1.99526e-06 3.61348e-08 7.99417e-07 -1.92817e-07 4.34335e-07 1.70455e-06 3.29225e-06 2.95996e-06 3.12498e-06 3.4232e-06 4.19328e-06 3.2853e-06 -2.30291e-07 -1.02633e-06 -1.51881e-06 3.44652e-07 8.21548e-07 -9.42005e-08 4.21049e-08 3.41043e-09 -7.86642e-07 -4.2516e-06 -3.70186e-08 4.5378e-06 8.63347e-06 9.84407e-06 8.38963e-06 4.49852e-06 5.97953e-07 -1.84301e-06 -1.73256e-06 -9.57887e-07 8.29212e-08 1.73395e-06 7.03031e-06 4.64643e-06 -4.89149e-07 2.29762e-07 2.65135e-06 7.62708e-07 2.33341e-06 2.89205e-06 5.60838e-06 1.19549e-05 5.1209e-06 -7.74361e-07 -2.45927e-06 1.52566e-06 3.41873e-07 -3.6294e-07 -1.53133e-06 -1.63799e-07 1.92009e-06 -2.77357e-06 -4.94576e-06 1.91832e-06 2.21652e-06 3.51175e-06 5.09917e-06 6.29367e-06 6.40012e-06 5.23557e-06 -1.65768e-06 -5.12048e-06 -1.59536e-06 9.93633e-07 4.58093e-06 1.17445e-06 -1.03636e-07 -1.07462e-06 -1.08456e-06 -7.56446e-06 -6.43441e-06 1.57105e-06 8.80216e-06 1.29331e-05 1.06736e-05 5.34936e-06 1.41027e-06 -1.94422e-07 -2.64e-07 -8.98101e-07 -3.18186e-06 -3.12944e-06 3.65347e-06 3.16133e-06 -3.93561e-06 -3.78571e-07 3.21371e-06 -6.15705e-07 -1.43228e-06 2.37076e-06 7.52155e-06 5.94797e-06 2.56176e-06 7.65757e-07 -9.73195e-07 2.25516e-06 2.1642e-06 -2.11523e-07 -1.39952e-06 -8.57205e-08 4.83375e-06 4.2226e-06 -1.42231e-06 -4.04875e-07 1.13369e-06 3.46617e-06 6.57083e-06 8.41939e-06 7.71737e-06 7.66264e-06 -6.37036e-08 -1.15667e-05 -3.06462e-06 6.23625e-06 1.22388e-05 1.08579e-05 -2.94883e-07 -2.91585e-06 -3.43994e-06 -2.12472e-06 -6.82625e-06 -3.63117e-06 6.07425e-06 1.23108e-05 1.05551e-05 4.50857e-06 1.57433e-06 1.49085e-06 2.55307e-06 1.97274e-06 -2.15024e-06 -2.24404e-06 1.72015e-06 -7.56635e-07 -1.07129e-05 -5.97695e-06 4.83492e-07 -3.04479e-06 1.56242e-06 2.01042e-06 5.83369e-06 6.86877e-06 7.31101e-06 3.75239e-06 1.11935e-07 1.77927e-06 3.14181e-06 1.19916e-06 -6.39933e-06 -2.05599e-07 5.79497e-06 6.92367e-06 9.09964e-07 -1.19133e-06 7.79611e-07 2.55122e-06 5.30794e-06 7.74168e-06 8.94344e-06 9.65219e-06 4.55591e-06 -6.291e-06 -4.9227e-06 7.16838e-06 1.44039e-05 1.58452e-05 -1.10713e-06 -5.86902e-06 -5.2503e-06 -2.06697e-07 2.46399e-09 -1.22045e-05 9.36458e-07 9.61859e-06 7.64507e-06 2.04933e-06 7.77819e-07 3.69841e-06 8.27664e-06 9.61333e-06 4.62595e-06 1.619e-06 3.21263e-06 4.99052e-07 -1.19307e-05 -1.20966e-05 -1.76818e-06 8.80729e-07 2.4703e-06 5.29343e-07 2.38337e-06 3.99168e-06 6.0932e-06 3.14254e-06 2.51463e-08 5.5313e-08 2.70652e-06 3.4982e-06 -1.03236e-05 -9.10534e-06 3.50259e-06 1.57313e-06 1.58647e-06 -2.94347e-06 3.13884e-07 2.15478e-06 3.94556e-06 6.22297e-06 7.03227e-06 6.92439e-06 4.86651e-06 1.86472e-06 1.63665e-06 3.43116e-06 7.55202e-06 1.33771e-05 -1.06277e-06 -2e-05 -6.17092e-06 -8.547e-07 5.71831e-07 -8.60286e-06 -1.31737e-05 5.80399e-06 5.7067e-06 5.19563e-07 3.48424e-08 2.59654e-06 1.30745e-05 1.75156e-05 8.73489e-06 2.43039e-06 3.21645e-06 2.64606e-06 -3.81414e-06 -4.83154e-06 1.38351e-06 6.3913e-06 4.62012e-06 -1.70876e-06 3.92029e-07 1.68923e-06 2.24141e-06 8.50772e-07 -1.92361e-06 -9.8319e-06 2.71414e-06 5.60167e-06 -5.73308e-06 -1.23676e-05 1.57789e-06 7.74023e-07 2.85223e-07 -1.35462e-06 8.87214e-07 3.23109e-06 4.03337e-06 5.15478e-06 4.58794e-06 3.56742e-06 3.05914e-06 4.5516e-06 6.18852e-06 4.22477e-06 2.71938e-06 5.67548e-06 2.41859e-06 -1.09414e-05 -2e-05 -3.12835e-07 -3.37119e-06 -4.88807e-06 -1.93668e-05 -6.14457e-06 3.59495e-06 1.1661e-06 -9.20956e-07 1.45759e-05 2.54952e-05 1.88588e-05 5.32917e-06 1.74546e-08 7.40523e-07 2.74539e-06 1.96655e-06 2.25346e-06 4.76683e-06 5.19715e-06 1.86146e-06 -1.4484e-06 7.54206e-07 1.66169e-06 1.41552e-06 -2.69246e-06 -2.79736e-06 -4.14775e-06 1.01646e-06 3.23365e-06 -2.06986e-06 -6.98973e-06 2.36163e-06 3.54233e-06 6.06591e-06 4.43837e-07 2.22756e-06 3.27887e-06 6.44469e-06 5.018e-06 4.42186e-06 2.90509e-06 1.55264e-06 2.37997e-06 5.58087e-06 6.36311e-06 4.52997e-06 2.95438e-06 5.41917e-06 -4.70419e-07 -9.86011e-06 4.86347e-06 -3.05656e-06 -2.23823e-06 -1.41975e-05 -1.25783e-05 -4.72449e-06 6.58768e-07 -3.98514e-06 3.68603e-06 1.79825e-05 1.30435e-05 3.29509e-06 -6.38288e-07 -5.09953e-07 5.18142e-07 2.26397e-06 5.82345e-06 7.65577e-06 3.95317e-06 -4.51461e-07 -7.83287e-07 4.85599e-07 1.92781e-06 2.53373e-06 -5.5269e-06 -4.34754e-06 -2.82277e-07 1.32011e-06 3.24348e-06 -8.22118e-07 -1.11648e-06 3.5435e-06 3.73676e-06 6.64204e-06 3.12196e-06 2.07721e-06 7.73953e-07 3.23207e-06 3.82898e-06 4.10151e-06 3.46858e-06 1.8858e-06 8.29368e-07 2.83511e-06 3.40899e-06 4.0919e-06 7.39762e-06 4.99592e-06 2.06886e-06 -4.2801e-06 1.59914e-06 5.38439e-06 9.31407e-07 -6.3601e-06 -1.10423e-05 -2.83875e-06 2.19459e-06 -7.78542e-06 -6.25204e-06 5.9573e-06 6.41366e-06 5.20866e-06 4.98706e-06 -5.70078e-06 -3.91482e-06 4.95937e-07 4.21937e-06 6.76938e-06 3.06263e-06 -2.96869e-07 -2.84197e-07 -3.53425e-07 3.08442e-06 2.88691e-06 -8.83617e-06 -4.61084e-06 -3.27364e-07 7.43646e-07 4.15032e-06 6.74012e-07 8.88778e-07 3.85347e-06 3.75704e-06 3.19745e-06 1.94176e-06 -5.5327e-07 7.76953e-07 6.27603e-07 4.2432e-07 2.09797e-06 2.21103e-06 1.35379e-06 3.63906e-08 9.31487e-07 3.29049e-06 8.80115e-06 6.18148e-06 3.73626e-06 3.70701e-06 -3.95854e-07 3.41776e-06 1.03326e-05 5.86205e-06 1.42422e-07 -3.45705e-06 1.02117e-06 9.72855e-07 -8.50934e-06 -1.29494e-05 -5.1677e-06 4.14572e-06 6.34229e-06 2.73166e-06 -3.82309e-06 -7.87808e-06 -4.53184e-06 1.62947e-06 7.00256e-06 6.17071e-06 3.34118e-06 6.11122e-07 -1.14236e-06 2.32493e-06 -2.98011e-06 -6.79036e-06 4.31105e-07 -9.69019e-07 6.7466e-09 4.0835e-06 3.47989e-06 3.06167e-06 3.33045e-06 2.40562e-06 8.96193e-07 -5.91161e-07 -3.727e-06 1.07588e-06 3.03777e-06 5.95571e-07 1.74887e-06 4.0767e-07 -7.40612e-07 -1.13085e-06 2.48918e-06 3.95583e-06 4.39177e-06 2.55011e-06 2.38486e-06 4.92742e-06 3.32979e-06 3.96735e-06 8.59198e-06 1.00042e-05 6.80885e-06 2.15254e-06 1.36877e-07 -8.89097e-07 -1.11432e-05 -1.54754e-05 -1.11444e-05 -1.56907e-06 1.4035e-06 -6.14862e-08 -1.50178e-06 -6.07523e-06 -8.10843e-06 -1.45189e-06 7.19522e-06 1.04896e-05 7.52506e-06 2.37118e-06 -2.07134e-06 -2.23595e-07 -3.88335e-06 -1.76986e-06 5.41939e-06 2.10258e-06 -3.60463e-07 6.78124e-07 1.24333e-05 8.96678e-06 1.23418e-06 -2.00999e-07 6.02182e-07 -2.10904e-06 -3.09172e-06 4.27581e-07 4.79778e-06 3.61701e-06 1.76256e-06 4.3485e-07 -1.35695e-06 -1.06205e-05 -2.65455e-06 3.55274e-06 5.29547e-06 2.40937e-06 1.01766e-06 1.9537e-06 3.75774e-06 4.59389e-06 7.71537e-06 1.16944e-05 1.0332e-05 3.89074e-06 4.9291e-07 2.923e-07 -9.28146e-06 -1.46894e-05 -1.20235e-05 -1.56111e-06 -4.79554e-07 -2.9935e-06 -1.13038e-07 -1.23682e-06 -6.11974e-06 -1.14894e-05 5.26953e-06 1.14189e-05 8.51236e-06 3.14472e-06 -1.27773e-06 1.09396e-06 -1.17913e-06 1.45626e-06 8.31287e-06 5.63914e-06 2.64974e-06 2.75649e-06 8.8998e-06 3.87417e-06 -3.14227e-08 8.71954e-07 1.7781e-06 -1.03482e-06 -1.66801e-06 -2.83119e-06 1.28775e-06 2.68367e-06 -3.66275e-07 1.34757e-06 -1.14393e-06 -1.05752e-05 -6.5259e-06 5.54096e-06 6.07615e-06 2.3602e-06 2.28877e-07 5.12512e-07 2.04656e-06 2.7694e-06 5.07455e-06 1.11408e-05 1.39833e-05 1.00473e-05 3.32608e-06 -1.52442e-06 -2.3842e-06 -3.67042e-06 -2.18054e-06 1.54771e-06 3.35263e-06 4.23653e-07 2.86544e-06 1.55188e-06 -3.84872e-06 -1.04733e-05 1.35875e-06 8.44495e-06 7.94721e-06 4.12548e-06 7.0848e-07 4.20163e-06 4.51782e-06 1.96124e-07 6.27253e-06 7.90774e-06 7.08758e-06 5.21219e-06 4.57566e-06 -3.54905e-07 -2.53708e-06 -1.5418e-06 -4.1645e-07 3.75034e-06 3.77159e-06 4.81546e-07 -2.98709e-06 -2.54541e-06 -3.47887e-06 -7.96388e-07 4.62553e-07 -3.43695e-06 -3.80746e-06 -8.39e-07 2.47245e-06 3.74134e-06 1.13973e-06 1.92216e-06 3.39268e-06 1.18502e-06 1.31565e-06 7.90358e-06 1.04313e-05 8.32453e-06 5.57143e-07 1.68577e-06 5.53449e-06 7.48439e-06 1.04293e-05 9.19235e-06 1.6698e-06 -1.53527e-06 -3.86308e-06 -1.08894e-06 -1.98954e-06 -5.21767e-06 -8.69732e-07 5.24401e-06 4.97075e-06 3.57182e-06 1.27952e-06 4.84192e-06 8.18222e-06 3.57759e-06 1.65296e-06 6.80832e-06 9.12967e-06 8.88944e-06 8.17206e-06 4.35729e-06 1.45876e-06 7.14291e-08 6.29082e-07 4.22709e-06 4.73942e-06 2.62748e-06 8.15589e-07 -3.79394e-07 -2.43589e-06 -1.96202e-06 5.73512e-06 2.17589e-07 -1.69725e-06 -2.20631e-06 -1.01526e-06 3.65575e-06 7.74109e-06 8.0071e-06 1.74946e-05 2.59188e-06 1.14639e-06 7.07567e-06 6.70824e-06 3.75965e-06 4.96204e-06 4.82118e-06 3.14619e-06 3.3892e-06 4.38528e-06 3.50763e-06 -1.69964e-06 -3.69612e-06 -8.92604e-06 -8.64562e-06 1.63248e-07 3.94284e-07 1.70116e-07 2.63316e-06 8.52039e-07 1.89513e-06 3.76121e-07 1.33727e-06 5.56246e-06 4.08542e-06 -1.07849e-06 4.00875e-06 7.6064e-06 8.77372e-06 9.51486e-06 7.4373e-06 4.67139e-06 3.70067e-06 2.07062e-06 2.83181e-06 3.93718e-06 2.59732e-06 2.03542e-06 3.10751e-06 2.25724e-06 8.87638e-07 5.30375e-06 -1.89643e-06 -3.5961e-06 -8.9328e-07 5.01041e-06 1.44952e-05 1.98099e-05 6.41698e-07 4.57094e-05 3.05324e-05 5.62246e-06 1.07165e-05 1.4073e-05 1.40506e-05 1.53211e-05 1.10386e-05 2.61137e-06 -1.44761e-06 2.78061e-08 3.44099e-06 4.29242e-06 1.60658e-06 -2.0194e-06 -8.17759e-08 8.19672e-06 4.28785e-06 1.93186e-07 1.56762e-07 4.91251e-06 3.92361e-06 1.78228e-06 4.45986e-08 5.04473e-07 -1.25495e-06 -8.72778e-07 4.31952e-06 6.93233e-06 6.58536e-06 6.75518e-06 5.33397e-06 1.19602e-06 -1.44258e-06 -1.14383e-06 2.03307e-06 4.35708e-06 4.04928e-06 3.20304e-06 5.95021e-06 7.35871e-06 6.27546e-06 5.6333e-06 1.94937e-06 -2.52233e-06 2.98601e-07 7.20848e-06 1.66202e-05 1.07925e-05 1.344e-06 -4.51646e-06 -6.07829e-07 2.16209e-06 7.22582e-06 1.22794e-05 1.60021e-05 1.4793e-05 7.72199e-06 3.01823e-07 -3.30315e-06 -2.31396e-06 2.07946e-06 4.00065e-06 2.35666e-06 2.65119e-06 6.51712e-06 8.59689e-06 3.63578e-06 3.02863e-07 1.54117e-06 3.97978e-06 6.53221e-06 3.58311e-06 8.45967e-08 -1.35348e-07 -1.17922e-06 -1.86314e-06 6.25742e-06 6.08635e-06 4.73806e-06 5.00514e-06 3.24587e-06 -3.92928e-07 -2.23296e-06 1.32632e-06 4.38692e-06 4.07037e-06 2.70145e-06 1.72085e-06 4.06205e-06 5.60645e-06 6.63843e-06 7.5984e-06 6.39589e-06 1.06307e-06 -1.70931e-06 1.48721e-06 5.58003e-06 3.40579e-06 -9.17541e-07 -6.86991e-06 -4.68778e-06 -3.4393e-06 -3.77058e-06 2.1926e-06 6.8373e-06 6.5312e-06 3.12836e-06 6.52388e-07 3.16827e-08 -1.67839e-07 3.8183e-07 4.27593e-06 5.59605e-06 6.12639e-06 7.02471e-06 6.33851e-06 3.50677e-06 3.06326e-06 7.25222e-06 8.91798e-06 5.77577e-06 4.59777e-06 2.42707e-06 1.50212e-06 8.76589e-07 2.53946e-06 6.01748e-06 5.57416e-06 2.68978e-06 5.7521e-07 3.30613e-06 2.75191e-06 3.80045e-06 6.2859e-06 3.8671e-06 3.64334e-06 3.1385e-06 4.63965e-06 7.12514e-06 6.83586e-06 5.6696e-06 5.17604e-06 5.03522e-06 1.96443e-06 -1.2556e-06 -1.1576e-06 1.9007e-06 4.64165e-06 2.55658e-06 1.89633e-06 5.41513e-06 4.48137e-06 -2.80677e-07 -9.53401e-07 2.03415e-06 2.35257e-06 1.48836e-06 3.35436e-07 -7.67337e-07 -1.99143e-06 9.7364e-07 2.60812e-06 2.74031e-06 3.34153e-06 3.68389e-06 3.42917e-06 3.16899e-06 4.36478e-06 5.46865e-06 6.29984e-06 7.22505e-06 7.07233e-06 6.17367e-06 5.01204e-06 3.49943e-06 4.46507e-06 8.32068e-06 6.8422e-06 3.41349e-06 6.8203e-07 5.93242e-07 9.69968e-07 1.93995e-06 2.79732e-06 2.23273e-06 4.20023e-07 -3.4434e-07 1.98989e-06 5.24941e-06 6.7307e-06 6.49326e-06 5.58008e-06 4.86416e-06 3.28001e-06 1.01871e-06 1.78478e-06 5.4105e-06 5.99611e-06 4.02025e-06 3.93318e-06 4.51783e-06 5.29159e-06 5.16437e-06 4.57729e-06 2.19216e-06 -7.87655e-07 -6.91021e-07 1.16656e-07 -3.01247e-07 -7.22081e-07 6.64829e-07 2.05506e-07 -6.79894e-07 -1.06346e-06 -1.37279e-06 -8.30722e-07 1.31031e-06 2.70957e-06 3.36815e-06 3.54236e-06 3.70664e-06 4.32831e-06 5.34099e-06 6.30905e-06 5.94326e-06 5.00449e-06 5.67321e-06 5.45729e-06 5.04171e-06 6.56498e-06 1.69515e-06 1.48379e-07 7.31529e-08 6.81663e-07 6.04264e-07 -6.64206e-08 -1.80575e-06 -1.99704e-06 1.14136e-06 3.17822e-06 4.90843e-06 6.07226e-06 6.30739e-06 5.26032e-06 3.8946e-06 5.028e-06 7.1476e-06 5.77903e-06 4.14803e-06 3.22842e-06 3.34922e-06 4.08462e-06 4.69552e-06 4.8344e-06 3.93877e-06 1.2085e-06 1.1759e-07 -4.30823e-07 -7.68711e-07 6.1622e-07 1.50522e-06 1.93417e-06 -3.53699e-07 -1.29365e-06 -2.17519e-06 -2.25988e-06 -1.14466e-06 1.08187e-06 2.05788e-06 1.44465e-06 2.82401e-07 7.25322e-07 1.57586e-06 2.08757e-06 1.95343e-06 1.34407e-06 6.88482e-07 4.02365e-06 9.23297e-06 7.43835e-06 2.23089e-06 7.94316e-07 9.01819e-07 1.5359e-06 1.50917e-06 7.9486e-07 9.97725e-07 6.60769e-07 -1.85542e-06 -3.02934e-07 1.90088e-06 3.64369e-06 5.33092e-06 6.03318e-06 5.43677e-06 5.2933e-06 6.2344e-06 4.40415e-06 4.35057e-06 4.08823e-06 4.27792e-06 5.01405e-06 5.67231e-06 5.70381e-06 5.11489e-06 3.55426e-06 6.6077e-07 -8.00108e-07 -7.2173e-07 9.03644e-07 2.24474e-06 2.80906e-06 1.33053e-06 -4.01381e-07 -1.19583e-06 -1.65673e-06 -1.32881e-06 7.04851e-07 1.49837e-06 3.00686e-07 -5.33307e-07 4.63256e-08 9.06197e-07 1.33128e-06 6.724e-07 -1.12338e-06 -1.82105e-06 -1.4415e-06 -1.56277e-07 1.05149e-06 1.64787e-06 2.12315e-06 2.46177e-06 1.96858e-06 1.86352e-06 8.32843e-07 1.0246e-06 2.11314e-06 1.52782e-06 -7.37684e-07 -3.76575e-07 1.28678e-06 2.7141e-06 3.72914e-06 3.6861e-06 3.12888e-06 3.56259e-06 1.67299e-06 1.40468e-06 1.84879e-06 2.95674e-06 4.12753e-06 4.66466e-06 4.26468e-06 3.23213e-06 1.96288e-06 8.25774e-07 6.17105e-07 1.0911e-06 1.93246e-06 1.96377e-06 1.59077e-06 1.11667e-06 3.43241e-07 -3.46101e-07 -2.36969e-07 6.10115e-07 1.78852e-06 2.28869e-06 1.60839e-06 8.88417e-07 1.21108e-06 1.31515e-06 8.33958e-07 4.11781e-07 3.46047e-07 -1.24762e-07 -1.98469e-07 9.25415e-07 1.71846e-06 1.97479e-06 2.28864e-06 2.35581e-06 1.68776e-06 2.22195e-07 -8.50321e-07 -4.76416e-07 4.63058e-07 1.10424e-06 1.95816e-07 -7.94332e-07 1.2654e-07 1.26126e-06 1.58247e-06 8.17751e-07 6.93186e-07 1.27526e-06 1.27711e-06 5.77744e-07 8.08998e-07 1.79625e-06 2.45793e-06 2.30164e-06 1.77196e-06 1.48011e-06 1.04275e-06 4.2269e-07 6.47676e-07 1.34851e-06 1.50015e-06 1.18332e-06 1.29412e-06 1.86532e-06 1.1352e-06 -1.14376e-07 -4.69942e-07 -1.8465e-07 3.24221e-07 3.40007e-07 -1.17507e-07 -1.55043e-07 8.28828e-07 1.38986e-06 6.77079e-07 -2.1746e-07 -3.53964e-07 -3.10928e-07 2.85565e-09 5.07537e-07 6.81555e-07 9.60272e-07 1.0448e-06 9.65487e-07 8.58343e-07 6.23015e-07 -4.2034e-07 -1.14086e-06 -6.96274e-07 -4.49969e-07 -1.11309e-06 -1.46721e-06 -3.13689e-07 1.74663e-06 1.8851e-06 2.14848e-06 2.25787e-06 1.94222e-06 -8.58626e-08 -7.31394e-08 -1.41575e-07 -2.57013e-07 -3.20857e-07 -3.52578e-07 -3.74074e-07 -3.89967e-07 -2.70829e-07 5.01618e-09 5.40251e-08 -1.64361e-07 -3.48003e-07 -3.58936e-07 -2.88633e-07 -1.64893e-07 5.22404e-09 1.08806e-07 -7.30496e-08 -2.1885e-07 -5.72637e-08 1.90186e-07 3.46562e-07 4.4022e-07 5.23196e-07 6.18971e-07 7.24296e-07 7.77596e-07 7.7283e-07 6.64147e-07 3.83625e-07 5.39248e-08 -1.23692e-07 -1.73915e-07 -1.81853e-07 -1.20443e-07 1.75214e-08 1.39654e-07 2.70328e-07 4.3715e-07 5.26601e-07 5.52276e-07 5.13686e-07 4.41262e-07 3.08062e-07 1.49593e-07 2.54259e-08 -1.74298e-08 -2.57959e-08 -6.7333e-08 -1.33662e-07 -8.37809e-08 -1.71085e-07 -3.61236e-07 -4.78993e-07 -4.92189e-07 -4.807e-07 -5.13176e-07 -3.83294e-07 2.26956e-08 1.03692e-07 -2.13316e-07 -4.6615e-07 -5.11927e-07 -4.29732e-07 -2.77161e-07 -7.79186e-08 7.4983e-08 -1.28567e-07 -3.14328e-07 -4.79284e-08 3.32313e-07 4.40412e-07 4.99204e-07 6.97704e-07 9.83796e-07 1.19649e-06 1.28439e-06 1.3532e-06 1.2353e-06 7.31919e-07 1.57913e-07 -1.57437e-07 -2.5062e-07 -2.72886e-07 -2.08522e-07 -2.5242e-08 1.51814e-07 3.42795e-07 6.30232e-07 8.6209e-07 9.90357e-07 1.02073e-06 9.26723e-07 6.64131e-07 3.65611e-07 1.26699e-07 7.71777e-09 -6.03368e-08 -1.35645e-07 -1.99543e-07 -2.94393e-08 -7.86131e-09 -2.73501e-07 -6.3981e-07 -6.60497e-07 -5.16042e-07 -5.01243e-07 -4.13244e-07 6.15005e-08 2.14111e-07 -1.95397e-07 -5.74146e-07 -6.69712e-07 -5.00829e-07 -2.90151e-07 -2.35364e-07 -1.89664e-07 -3.93636e-07 -5.30481e-07 -3.98376e-08 7.04007e-07 7.10729e-07 3.47496e-07 5.38341e-07 1.1461e-06 1.49637e-06 1.49444e-06 1.76268e-06 2.0017e-06 1.47848e-06 5.57225e-07 -6.09717e-08 -3.35883e-07 -4.17395e-07 -3.53497e-07 -1.27973e-07 1.33757e-07 3.43955e-07 6.59079e-07 1.01501e-06 1.28598e-06 1.59598e-06 1.73547e-06 1.44822e-06 9.19815e-07 4.92772e-07 2.18227e-07 -1.88757e-08 -2.1153e-07 -2.88397e-07 7.27427e-10 3.47058e-07 3.58188e-07 -3.2982e-07 -9.01958e-07 -5.74647e-07 -3.39135e-07 -2.72048e-07 1.32848e-07 3.18059e-07 -1.17663e-07 -5.36938e-07 -5.57735e-07 -1.81974e-07 7.83754e-08 -2.58046e-07 -5.18137e-07 -8.07623e-07 -8.49554e-07 -1.82109e-07 8.99219e-07 1.40559e-06 2.92515e-07 5.18462e-08 5.96078e-07 1.05034e-06 8.38805e-07 8.62806e-07 1.69658e-06 2.13087e-06 1.18733e-06 2.81687e-07 -1.6826e-07 -3.61255e-07 -3.52954e-07 -1.84274e-07 1.124e-07 4.06266e-07 5.02685e-07 7.37262e-07 8.6296e-07 1.07188e-06 1.78414e-06 2.24923e-06 1.8669e-06 1.24232e-06 8.39923e-07 3.49798e-07 -1.33526e-07 -1.31234e-07 -3.62974e-08 6.24141e-07 1.24173e-06 9.62832e-07 -4.50719e-07 -6.96986e-07 -1.50663e-07 -9.64275e-08 1.87469e-07 2.28952e-07 -2.65704e-07 -5.71521e-07 -2.5554e-07 6.13633e-07 1.18251e-06 -1.26463e-08 -1.5284e-06 -1.44733e-06 -1.03874e-06 -2.71146e-07 9.34738e-07 1.74117e-06 1.68693e-06 -1.42961e-08 -2.58512e-07 2.50215e-07 3.12074e-07 3.91336e-07 7.0041e-07 1.53439e-06 1.52117e-06 4.95136e-07 -1.63724e-08 -5.4636e-08 -8.64606e-08 1.82369e-09 1.23173e-07 4.6738e-07 7.00942e-07 6.09992e-07 6.80037e-07 3.26218e-07 5.15673e-07 1.49825e-06 2.38171e-06 2.23895e-06 1.93e-06 1.28975e-06 4.54482e-07 7.0265e-07 3.96704e-07 8.16984e-07 1.95313e-06 2.55347e-06 1.44307e-06 1.2872e-07 6.00751e-07 -3.49245e-08 -1.96164e-07 -7.83122e-07 -1.3928e-06 -8.26815e-07 3.45721e-07 1.86987e-06 3.70453e-06 5.70264e-07 -6.56349e-06 -4.45173e-06 -1.34256e-06 1.50097e-06 4.46784e-06 1.12293e-05 4.93955e-06 7.48559e-06 -3.26981e-07 -2.70226e-06 -4.34091e-07 5.51301e-07 3.828e-07 6.67026e-07 1.15091e-06 5.44934e-07 -4.93161e-08 2.31109e-07 -4.07037e-07 -9.19109e-07 -3.34975e-08 2.40881e-07 1.1225e-06 8.2056e-07 9.46671e-07 7.56101e-07 -2.94084e-07 2.63769e-07 1.15994e-06 2.37933e-06 3.15312e-06 2.80264e-06 1.57288e-06 1.72597e-06 1.36411e-06 1.28938e-06 2.12454e-06 3.48333e-06 3.70769e-06 2.72935e-06 2.61626e-06 5.36225e-08 -6.22224e-07 -3.30163e-06 -5.2403e-06 -1.17299e-06 1.84242e-06 2.87229e-06 2.30563e-06 -3.41007e-08 -7.34635e-06 -1.00284e-05 -1.06471e-07 5.91092e-07 2.38279e-06 7.47987e-06 7.41767e-06 6.33735e-06 4.33827e-06 -9.36531e-07 6.44202e-07 2.13355e-06 1.59451e-06 -1.55865e-07 5.63834e-07 5.65388e-07 3.14087e-07 1.1593e-06 4.48424e-07 -2.6862e-06 -1.4401e-06 4.9636e-09 2.05993e-06 3.30254e-06 4.48792e-06 4.74125e-07 -1.48583e-05 -1.26037e-05 1.85585e-08 1.03531e-06 3.07307e-06 4.28107e-06 2.93363e-06 1.84237e-06 2.04328e-06 2.13494e-06 2.08916e-06 3.11387e-06 4.94321e-06 5.79461e-06 4.54306e-06 -6.34719e-07 2.51633e-08 1.1063e-07 -4.44981e-06 -1.2096e-06 3.66793e-06 3.91082e-06 1.52386e-06 2.9368e-08 -4.83592e-06 -4.85683e-06 -8.75581e-07 -1.26377e-06 9.0017e-07 4.90341e-06 4.96141e-06 4.1403e-06 7.73696e-06 9.06295e-07 1.19462e-06 2.36562e-06 6.71498e-06 2.40488e-06 -5.95436e-08 8.90518e-07 1.41827e-06 2.66909e-06 2.796e-06 -9.31253e-07 -2.41301e-06 -9.56931e-07 1.46541e-06 9.94599e-06 3.63008e-06 -2.70813e-06 -8.20964e-06 -2e-05 -2e-05 -1.39628e-07 1.4239e-06 2.98528e-06 2.60524e-06 1.76173e-07 7.85621e-07 2.09405e-06 2.06442e-06 2.07748e-06 4.05216e-06 8.30486e-06 5.00969e-06 -1.53079e-06 3.18839e-08 1.84488e-06 1.50364e-07 -3.09132e-07 1.65661e-06 2.7475e-06 1.06822e-08 1.49626e-06 -1.29156e-06 -2.78298e-06 -2.23035e-06 -5.44033e-06 -2.99159e-06 9.88085e-07 -3.99861e-07 9.78835e-07 9.59265e-06 2.74429e-06 9.12511e-08 1.20953e-06 5.29622e-06 4.53849e-06 2.44495e-07 2.38668e-06 3.85029e-06 5.49907e-06 6.93216e-06 3.89954e-06 2.0375e-07 -1.47375e-06 3.94518e-06 7.70423e-06 1.1882e-05 1.0367e-06 -1.74709e-05 -2e-05 -2e-05 -1.36597e-05 4.08304e-06 3.60603e-06 7.93207e-07 -6.18592e-06 -5.09587e-07 2.93032e-07 1.27994e-06 1.46419e-06 1.53246e-06 9.90227e-06 4.25159e-06 -1.83152e-06 -6.26849e-07 2.52813e-06 3.09604e-06 1.07963e-06 -2.97555e-07 -2.1774e-06 1.69441e-06 3.06854e-06 1.75831e-06 -7.07762e-07 -2.21052e-06 -7.02701e-06 -9.7186e-06 -5.81467e-06 -3.89845e-06 -2.72713e-06 6.39079e-06 1.87539e-06 -7.13285e-07 -7.37885e-07 1.84291e-06 5.89665e-06 -6.10572e-07 4.6585e-06 6.15569e-06 8.0297e-06 8.79797e-06 5.52334e-06 3.0972e-06 9.7815e-07 2.19238e-06 5.2199e-06 9.07489e-06 7.20226e-06 -2.39741e-06 -2e-05 -2e-05 -2e-05 1.19873e-05 1.11543e-05 -5.02348e-06 -1.31099e-06 3.96399e-06 7.66974e-07 -5.15633e-07 2.51341e-06 4.25915e-07 7.87303e-06 3.36739e-06 -2.89207e-06 -8.23283e-07 3.56198e-06 1.22528e-05 1.0224e-05 3.07696e-06 3.69686e-07 4.51946e-06 5.39517e-06 5.1379e-06 2.90062e-06 3.30129e-06 4.48349e-06 -1.77549e-06 -1.10804e-05 -1.23193e-05 -3.35574e-06 1.69824e-06 -3.61406e-09 -8.07787e-07 -2.13277e-06 9.33932e-09 5.78382e-06 -1.16362e-06 3.45926e-06 6.19836e-06 7.22935e-06 5.29335e-06 2.60148e-06 3.10527e-06 3.62518e-06 2.73069e-06 3.68757e-06 5.29553e-06 6.72992e-06 3.56709e-06 -3.98619e-06 -1.95185e-05 -2e-05 8.08146e-06 1.81752e-05 2.92493e-06 7.16581e-06 3.93981e-06 -3.36045e-07 -5.86084e-06 3.10183e-06 3.1011e-06 3.5733e-06 -5.60042e-06 -1.25765e-05 -1.40741e-06 3.96904e-06 2.72482e-05 4.98291e-05 1.0489e-05 -7.16074e-07 3.17346e-06 4.3984e-06 8.55937e-06 8.80913e-06 9.02846e-06 7.68935e-06 2.48959e-06 -4.93232e-06 -1.43272e-05 -2.767e-06 -2.79906e-09 -2.48472e-06 -7.99781e-07 -5.24119e-06 -2.24874e-07 3.70831e-06 -3.10915e-07 -1.65686e-06 5.82366e-06 5.32721e-06 1.8769e-06 8.76033e-07 1.47039e-06 2.85761e-06 3.45845e-06 2.9957e-06 2.62393e-06 2.98366e-06 5.26754e-06 4.32598e-06 -1.0525e-06 -3.76234e-06 2.72775e-07 1.09038e-05 5.9982e-06 8.68481e-06 7.36858e-06 -3.71401e-06 -7.79343e-06 1.07949e-06 5.31443e-06 2.68106e-06 -1.20181e-05 -1.92946e-05 -8.39964e-06 1.34221e-05 3.26046e-05 5.27445e-05 1.87563e-05 -6.70225e-06 -3.1146e-06 5.02774e-07 5.97091e-06 9.96241e-06 9.96036e-06 5.80064e-06 1.3242e-06 -8.7803e-07 -9.84678e-06 -1.39934e-06 4.40263e-06 -4.98412e-06 -1.20846e-06 -7.41998e-06 -5.99151e-07 2.46914e-06 2.6847e-06 -2.47825e-06 2.02399e-06 9.06467e-07 2.93336e-06 5.80144e-06 5.34324e-06 5.25307e-06 3.64622e-06 1.2029e-06 5.80662e-07 -5.49595e-07 2.938e-06 1.15708e-05 3.30943e-06 5.08355e-07 2.43775e-06 6.35774e-06 6.56269e-06 9.212e-06 1.06435e-05 1.96329e-06 -4.33229e-06 -1.01994e-06 2.77902e-06 4.07988e-06 -1.07714e-05 -2e-05 -4.90468e-06 8.81291e-06 2.88465e-05 4.48521e-05 1.61417e-05 -5.18449e-06 -5.15888e-06 -8.5495e-06 1.28015e-06 4.3363e-06 6.27338e-06 2.92866e-06 -5.26412e-07 2.02661e-06 -6.25725e-06 -2.82517e-06 4.29352e-06 -4.04004e-06 -1.21617e-06 -9.14759e-06 4.95442e-06 1.41043e-06 3.21706e-06 -2.91825e-07 -5.21688e-07 3.41331e-06 1.10378e-05 1.20022e-05 1.18135e-05 7.96586e-06 4.43717e-06 6.00416e-07 1.27385e-06 -2.5729e-06 -1.32784e-06 1.00008e-05 7.06961e-06 3.51535e-06 7.72053e-06 9.08002e-06 6.84115e-06 8.79791e-06 1.44949e-05 1.33889e-05 4.39925e-06 9.65497e-07 1.5293e-06 7.39793e-06 -3.86718e-06 -7.50061e-06 -6.31262e-06 3.79793e-07 1.85922e-05 2.81568e-05 6.98659e-06 -1.68677e-06 -1.54877e-08 -7.13082e-06 -1.2241e-05 6.19422e-07 2.88517e-06 8.58433e-07 -8.26921e-07 5.90354e-06 -4.93209e-06 -4.71255e-06 -2.55926e-07 -3.9419e-06 -8.03475e-07 -6.44125e-06 8.05147e-06 2.64673e-06 2.65972e-06 1.55157e-06 -1.36227e-06 6.44364e-06 1.01863e-05 1.0647e-05 1.22346e-05 1.04788e-05 5.3426e-06 4.11189e-06 5.03723e-06 2.80868e-07 -3.88298e-06 5.15772e-06 7.25941e-06 7.00642e-06 8.8429e-06 8.42476e-06 5.61903e-06 7.64061e-06 1.5763e-05 1.87193e-05 1.2132e-05 4.10398e-06 2.96852e-07 5.69678e-06 3.30757e-06 -1.95274e-06 -5.83295e-06 -2.89419e-06 7.5662e-06 2.16175e-06 1.51917e-06 6.06152e-06 1.02273e-05 2.31167e-06 -7.34106e-06 -2.98447e-06 2.84298e-06 3.27688e-06 2.44166e-06 9.43956e-06 3.63992e-06 -5.96842e-06 -1.31469e-06 -6.2002e-06 5.92976e-07 -9.20117e-07 4.80043e-06 6.44134e-06 3.44949e-06 5.32337e-06 8.62928e-08 3.5821e-06 4.96616e-06 7.59262e-06 1.21768e-05 7.74707e-06 3.71082e-06 3.17662e-06 7.34209e-07 -1.27888e-06 -2.23528e-06 -8.28821e-07 3.49119e-06 6.12121e-06 5.18485e-06 3.97404e-06 2.92639e-06 5.1026e-06 1.18587e-05 1.90415e-05 1.74708e-05 1.05967e-05 5.64007e-06 6.07871e-06 7.58048e-06 6.87365e-06 -9.41072e-07 -4.64314e-06 -5.87512e-06 -3.38431e-06 8.4328e-07 9.26892e-06 1.25767e-05 8.28503e-06 -5.16572e-06 -6.39942e-06 2.12839e-06 5.7915e-06 5.11561e-06 9.89108e-06 7.84369e-06 -6.12216e-06 2.29581e-06 -3.09261e-06 4.57701e-06 2.30922e-06 -5.12986e-06 -5.18183e-07 4.34898e-06 8.24954e-06 1.99388e-06 4.48548e-08 -8.25041e-07 2.09128e-06 1.07991e-05 5.74565e-06 -1.43837e-06 1.70618e-06 -2.91582e-06 -7.28018e-06 -4.82387e-06 -7.35354e-06 2.03625e-07 5.41872e-06 5.45916e-06 4.85852e-06 4.35185e-06 5.43469e-06 7.73732e-06 1.7383e-05 2.15697e-05 1.67782e-05 1.12417e-05 7.7997e-06 5.92173e-06 4.64414e-06 -1.38527e-06 -3.89791e-06 -2.6068e-06 -7.01143e-07 -6.28272e-07 7.30505e-07 5.83397e-06 8.01047e-06 -2.41121e-06 -1.04714e-05 -2.15458e-06 7.85982e-06 7.57662e-06 9.25744e-06 9.82343e-06 -3.34488e-06 5.17802e-06 1.12913e-06 3.5918e-06 7.41955e-06 8.95525e-07 -6.01677e-06 2.78496e-06 2.6999e-06 -9.26075e-07 -1.72339e-06 -1.82243e-06 9.30709e-07 5.82467e-06 1.80994e-06 -6.0965e-06 1.85657e-06 -1.71314e-06 -9.865e-06 -7.16256e-06 -1.1826e-05 -1.05084e-06 8.42413e-06 7.75181e-06 5.21885e-06 6.15093e-06 4.73435e-06 3.91491e-06 9.15736e-06 1.78111e-05 1.75797e-05 1.51234e-05 1.49293e-05 1.47614e-05 1.13794e-05 3.22345e-06 -8.6454e-07 1.23714e-06 3.9189e-06 5.37164e-06 1.95693e-06 -1.03491e-06 7.99986e-06 3.69847e-06 -1.13587e-05 -1.04236e-05 9.14081e-06 1.20109e-05 1.00514e-05 8.58457e-06 2.85422e-06 5.86726e-06 9.69104e-06 2.22419e-06 7.94425e-06 6.41246e-06 1.2574e-06 3.51244e-06 5.04715e-06 2.19002e-06 -2.33074e-07 -1.37433e-06 9.06525e-07 4.91837e-06 6.23869e-06 1.50935e-06 -2.5398e-07 -4.23318e-07 -1.23609e-05 -9.32274e-06 -6.59697e-06 -9.97579e-06 6.12659e-06 1.47526e-05 6.61185e-06 6.6003e-06 5.94294e-06 4.13938e-06 5.48131e-06 1.03858e-05 1.11325e-05 1.15651e-05 1.49036e-05 1.82157e-05 1.25192e-05 1.00796e-06 -6.18163e-06 -9.34307e-07 7.65865e-06 9.86479e-06 1.11699e-06 -2.44226e-06 2.64205e-06 3.26097e-06 -8.60395e-06 -2e-05 1.43568e-06 1.10483e-05 1.34372e-05 4.56134e-06 5.0448e-06 4.89994e-06 1.21502e-05 8.11294e-06 3.79556e-06 6.04819e-06 5.14267e-06 8.71128e-06 1.18724e-05 9.38345e-06 5.04639e-06 4.40273e-06 7.81525e-06 1.04817e-05 8.09949e-06 4.64784e-06 3.86265e-06 3.65742e-06 -5.19387e-06 -1.23841e-05 -8.64785e-06 -7.03995e-07 -2.58961e-06 2.68792e-06 -5.19235e-06 1.06229e-05 1.36342e-05 2.18357e-06 1.38862e-06 6.1355e-06 8.93936e-06 9.16908e-06 1.20445e-05 1.52739e-05 9.56628e-06 -4.22454e-06 -1.11894e-05 -5.10028e-06 2.39241e-06 5.99038e-06 1.06105e-06 -2.66889e-06 -6.16075e-06 -1.10465e-06 -1.72966e-06 -8.47005e-06 -6.16653e-06 3.68662e-06 7.79037e-06 3.06292e-06 5.47087e-06 3.70693e-06 3.58309e-06 2.11024e-06 -9.29026e-06 4.95102e-07 9.92427e-06 1.51369e-05 1.41413e-05 9.60194e-06 5.89252e-06 5.84378e-06 8.73121e-06 1.01652e-05 7.88893e-06 5.75741e-06 6.63112e-06 7.19083e-06 5.99904e-06 1.71175e-06 1.59412e-06 -1.50311e-06 -9.44987e-06 -2.47348e-06 -2.27568e-06 1.03968e-05 7.75838e-06 -2e-05 -2e-05 6.33143e-06 2.50102e-05 2.45861e-05 2.06431e-05 1.47848e-05 7.997e-06 1.62293e-06 -5.53118e-07 -1.2558e-06 7.7657e-07 5.01998e-06 5.90066e-06 1.248e-06 -1.72594e-06 6.49512e-07 1.78029e-06 2.70272e-07 -6.20314e-07 -1.514e-06 8.26989e-06 9.16467e-06 6.96931e-06 3.77143e-06 -3.22147e-07 -1.62216e-07 -2.48922e-06 6.57087e-07 3.95526e-06 5.71947e-06 5.98227e-06 7.07241e-06 5.38861e-06 5.01183e-07 1.99633e-06 5.26939e-06 5.14833e-06 4.06515e-06 5.1178e-06 7.03792e-06 9.67292e-06 1.09099e-05 1.47933e-05 7.97388e-06 -1.5827e-06 2.44312e-07 2.65024e-06 9.41828e-06 -6.75044e-06 -1.61605e-05 -2e-05 -2e-05 5.58343e-06 2.10576e-05 2.61603e-05 2.22105e-05 1.4569e-05 6.17408e-06 -6.96526e-07 -4.53021e-06 -5.53829e-06 -3.10625e-06 6.32932e-07 -4.03797e-06 -3.60912e-06 5.76616e-06 5.06695e-06 4.20488e-06 3.51621e-06 4.18376e-06 1.34764e-05 2.17392e-05 9.13026e-06 2.82045e-06 3.17617e-06 3.25297e-06 2.81139e-06 2.84655e-06 3.18878e-06 8.71993e-07 2.149e-06 6.53925e-06 6.56956e-06 2.2907e-08 -2.43908e-06 5.75514e-08 5.39066e-07 1.50858e-06 1.41943e-06 2.1981e-06 3.73083e-06 7.02156e-06 1.2048e-05 1.26967e-05 3.43141e-06 -2.15458e-06 -1.03036e-08 1.32949e-06 4.09973e-06 -5.43054e-06 -1.56722e-05 -1.92707e-05 -2e-05 -4.88098e-06 3.89435e-07 1.87241e-06 2.10408e-06 4.72709e-07 -8.20738e-07 -7.55121e-07 -1.82887e-06 -5.26421e-06 -4.7812e-06 -2.88261e-06 6.46989e-07 7.28953e-06 7.70442e-06 6.58412e-06 5.31159e-06 5.96297e-06 7.55748e-06 1.22712e-05 6.98956e-06 1.07982e-06 2.30159e-06 -6.11945e-07 -3.45004e-06 9.68112e-07 1.53184e-06 -8.94832e-08 1.5592e-06 8.58361e-06 1.26376e-05 1.14962e-05 6.55943e-06 1.36213e-06 -2.58206e-06 2.37237e-07 3.80446e-07 1.98479e-06 2.53438e-06 3.29304e-06 4.44851e-06 4.35354e-06 1.76005e-06 -1.11549e-06 3.87876e-07 4.65978e-06 8.18344e-06 6.66327e-06 4.6879e-06 5.23285e-06 2.01243e-06 -7.12023e-06 -7.44842e-06 -4.37144e-06 -2.43927e-06 -1.91292e-06 -1.56239e-06 -8.96549e-07 -1.45131e-06 -4.77364e-06 -7.84417e-06 -7.18534e-07 2.49565e-06 3.71411e-06 4.97388e-06 6.69171e-06 8.01346e-06 8.57798e-06 6.62347e-06 3.54967e-06 1.33822e-06 6.82198e-07 1.16908e-06 -2.47823e-06 -4.39825e-06 1.08931e-06 2.51625e-06 1.24234e-06 5.18813e-07 3.40026e-06 5.79986e-06 5.43908e-06 3.18902e-06 1.60568e-06 -1.55096e-07 -1.21219e-06 6.58247e-07 3.68909e-06 6.65437e-06 6.64228e-06 5.61197e-06 3.87808e-06 1.02635e-06 2.74864e-07 -5.28856e-07 3.36002e-06 3.59934e-06 1.89469e-06 3.47895e-06 7.39953e-06 9.75998e-06 5.7401e-06 1.53212e-07 -2.94491e-06 -3.43131e-06 -2.39556e-06 -2.32395e-06 -2.39405e-06 -2.80315e-06 -2.95236e-06 -3.70215e-06 -3.42062e-06 -1.71415e-06 -4.10769e-07 5.85323e-07 2.88235e-06 5.56613e-06 6.5787e-06 5.85962e-06 4.6204e-06 3.28757e-06 2.69078e-06 2.95976e-06 2.93558e-06 2.63668e-06 3.97664e-06 5.93407e-06 8.73286e-06 2.16488e-06 2.1736e-06 3.29324e-06 3.39163e-06 2.60063e-06 9.40459e-07 4.39342e-07 -1.72602e-06 -3.27113e-07 2.54848e-06 6.65011e-06 8.19714e-06 7.728e-06 6.77583e-06 4.26372e-06 9.58739e-07 1.69108e-06 3.63904e-06 2.53916e-06 5.9351e-07 1.42499e-07 1.90748e-06 3.84452e-06 3.97908e-06 2.28825e-06 -1.17291e-08 -1.06542e-06 1.19566e-07 8.37943e-07 1.57804e-08 -8.53702e-07 -5.69338e-07 -3.18737e-07 -1.9648e-06 -2.05481e-06 -2.14104e-06 -1.8396e-06 7.43187e-07 2.7429e-06 3.15454e-06 2.79689e-06 2.29686e-06 2.03671e-06 1.34681e-06 1.05062e-06 1.23963e-06 1.39582e-06 1.61234e-06 4.86683e-06 4.62139e-06 2.97766e-06 1.9911e-06 2.83729e-06 3.44572e-06 3.42946e-06 2.61323e-06 1.61958e-06 8.14517e-07 -4.26199e-07 1.5721e-06 2.20496e-06 4.56127e-06 5.85786e-06 6.42312e-06 5.77294e-06 3.22071e-06 1.57392e-06 2.62652e-06 3.54415e-06 2.03264e-06 1.17168e-06 1.70671e-06 3.22533e-06 4.76491e-06 5.42022e-06 4.90011e-06 2.99002e-06 5.14214e-07 -5.00242e-09 6.29106e-08 -3.58703e-07 1.71214e-07 2.08183e-06 5.48079e-07 -1.26768e-06 -1.83327e-06 -1.11996e-06 9.58402e-07 2.27125e-06 1.68074e-06 9.28423e-07 1.47659e-06 2.60955e-06 2.77167e-06 3.33081e-06 3.43018e-06 1.6741e-06 3.46758e-07 1.58608e-06 2.25913e-06 2.45218e-06 2.54892e-06 2.82348e-06 2.71782e-06 2.23289e-06 2.04531e-06 1.84413e-06 1.90043e-06 1.89767e-06 6.31055e-07 1.52075e-06 2.75226e-06 3.29704e-06 3.64851e-06 3.60728e-06 2.95003e-06 2.96346e-06 4.11188e-06 2.36197e-06 1.53473e-06 1.8338e-06 3.05385e-06 4.6648e-06 6.1168e-06 6.58582e-06 5.88458e-06 4.48186e-06 2.86533e-06 2.01413e-06 1.88294e-06 1.48078e-06 1.03355e-06 5.0265e-07 -5.40354e-08 -3.49584e-07 1.38497e-07 1.0813e-06 2.23818e-06 2.89896e-06 2.34301e-06 1.41669e-06 2.03519e-06 3.03213e-06 2.5256e-06 1.57585e-06 3.55204e-07 5.1906e-07 1.41213e-06 1.61039e-06 1.45559e-06 1.2623e-06 1.58461e-06 1.63279e-06 9.82047e-07 1.70865e-07 -4.17128e-08 -2.27515e-07 -1.71292e-07 4.40723e-07 5.0085e-07 7.57039e-08 8.28326e-07 1.49865e-06 1.587e-06 1.36431e-06 1.14634e-06 2.04697e-06 2.77737e-06 2.02865e-06 9.614e-07 7.23423e-07 1.65849e-06 2.79479e-06 3.62591e-06 4.08415e-06 4.16787e-06 3.51673e-06 2.25167e-06 1.9062e-06 2.54176e-06 3.09605e-06 2.94279e-06 2.3377e-06 1.24406e-06 8.74903e-08 -4.76793e-07 -6.86319e-07 -4.45807e-07 2.60266e-07 4.07357e-07 -1.48588e-07 -7.3529e-08 7.74201e-07 9.60746e-07 3.91901e-07 7.3824e-07 2.27708e-06 1.91737e-06 1.18642e-06 -5.72737e-07 5.77535e-08 1.17336e-06 1.35083e-06 7.15277e-07 -3.27095e-07 -5.90396e-07 -2.48658e-07 -5.30532e-07 -5.38189e-07 -3.57808e-07 -9.47629e-07 -1.4902e-06 -8.09474e-07 4.56267e-08 1.00263e-06 2.35002e-06 3.02951e-06 2.95945e-06 -2.03562e-07 -1.64798e-07 -1.12842e-07 -1.33211e-07 -1.17016e-07 -4.22808e-09 1.10379e-07 1.76762e-07 1.47914e-07 1.08769e-07 5.53699e-09 -2.01384e-07 -3.41865e-07 -2.62362e-07 -2.05527e-08 2.53399e-07 3.70069e-07 3.57887e-07 2.81963e-07 1.73956e-07 9.92549e-08 9.49046e-08 1.55514e-07 4.99454e-07 1.07486e-06 1.45107e-06 1.09948e-06 5.84439e-07 3.30369e-07 3.44834e-07 3.20682e-07 1.98656e-07 1.11529e-07 9.13728e-08 9.56067e-08 1.02212e-07 1.39183e-07 2.72144e-07 4.71676e-07 5.51998e-07 5.14808e-07 4.14112e-07 3.01896e-07 1.44702e-07 1.53378e-08 -5.93287e-08 -1.28721e-07 -1.67982e-07 -1.46042e-07 -1.52224e-07 -3.32056e-07 -2.94686e-07 -2.31809e-07 -2.55569e-07 -2.09475e-07 2.28162e-08 2.34847e-07 3.26846e-07 2.74054e-07 2.05238e-07 5.94051e-08 -2.12968e-07 -3.90435e-07 -3.05042e-07 -5.02714e-08 2.25249e-07 3.71934e-07 4.5888e-07 4.74118e-07 3.44578e-07 2.248e-07 2.37707e-07 2.10594e-07 5.84696e-07 1.51581e-06 2.40629e-06 1.99736e-06 1.08504e-06 6.12898e-07 6.13021e-07 5.14555e-07 2.57081e-07 1.1504e-07 1.09e-07 1.3754e-07 1.3993e-07 1.79799e-07 3.65215e-07 6.76315e-07 8.64712e-07 8.62006e-07 7.25343e-07 5.80155e-07 3.86547e-07 1.59643e-07 -4.61701e-08 -2.02914e-07 -2.749e-07 -2.54595e-07 -2.5981e-07 -5.46822e-07 -5.36954e-07 -5.16519e-07 -5.79527e-07 -5.08483e-07 -7.10347e-08 3.91196e-07 5.53353e-07 4.63591e-07 3.46949e-07 1.67943e-07 -1.72736e-07 -3.78375e-07 -2.53942e-07 -2.8354e-08 1.23396e-07 2.10544e-07 3.95481e-07 5.1718e-07 4.59226e-07 3.88937e-07 5.88893e-07 3.20782e-07 3.07253e-07 1.26141e-06 3.04985e-06 3.23101e-06 1.91688e-06 9.77047e-07 1.00784e-06 9.74953e-07 5.16918e-07 1.67178e-07 1.4525e-07 2.08959e-07 1.61994e-07 1.50663e-07 3.36417e-07 6.90806e-07 1.0068e-06 1.13019e-06 1.04185e-06 9.46968e-07 8.15781e-07 6.13841e-07 2.6499e-07 -1.76283e-07 -4.08475e-07 -4.2608e-07 -4.45932e-07 -6.77591e-07 -7.41932e-07 -8.04878e-07 -9.59491e-07 -8.97642e-07 -4.63581e-07 4.16699e-07 7.42572e-07 5.14706e-07 3.61439e-07 2.13801e-07 -8.85095e-08 -2.72117e-07 -5.61692e-08 9.76018e-08 2.2024e-08 -1.15956e-07 1.03061e-07 3.05681e-07 3.1188e-07 1.92296e-07 8.43868e-07 6.70568e-07 -2.50336e-07 2.38696e-07 2.31481e-06 3.26883e-06 1.99346e-06 8.51928e-07 1.17588e-06 1.75001e-06 1.27537e-06 5.00341e-07 2.0858e-07 2.53217e-07 1.59642e-07 9.06186e-08 2.35394e-07 4.7091e-07 7.77449e-07 9.41006e-07 7.61967e-07 6.63174e-07 8.9519e-07 1.15471e-06 1.03017e-06 4.10698e-07 -2.45964e-07 -4.67491e-07 -5.44831e-07 -6.42651e-07 -7.7332e-07 -7.90614e-07 -9.6375e-07 -9.33053e-07 -1.08611e-06 1.91922e-07 1.21088e-06 4.64522e-07 1.23513e-07 3.25459e-08 -4.66385e-08 -9.93723e-08 8.04392e-08 3.24149e-07 8.42737e-08 -7.20268e-08 -2.58453e-07 -5.0482e-09 2.82152e-07 -1.13324e-07 5.73595e-07 1.28188e-06 -1.88449e-06 -2.97648e-06 1.46814e-06 3.12283e-06 1.13541e-06 2.3475e-07 6.24078e-07 2.36274e-06 2.69592e-06 1.68179e-06 7.3558e-07 4.5757e-07 2.91276e-07 2.03471e-07 4.85021e-07 5.75577e-07 5.92036e-07 8.53427e-07 4.17941e-07 4.06546e-08 1.25074e-07 7.78808e-07 1.75162e-06 1.56475e-06 5.94468e-07 -1.7644e-07 -4.73532e-07 -4.27519e-07 -5.88879e-07 -4.53963e-07 -5.08463e-08 7.11172e-07 -1.98828e-06 -6.15783e-07 2.67885e-06 1.45222e-06 -5.29815e-07 -7.84036e-07 -3.03805e-07 8.23327e-08 2.4271e-07 1.38373e-06 1.75612e-06 1.37731e-06 8.19414e-07 1.63352e-07 -1.70896e-08 4.85613e-07 2.8092e-07 4.13961e-06 -1.48692e-05 -2e-05 9.64608e-07 2.18669e-05 1.54832e-05 2.06971e-06 -4.28042e-07 1.88722e-06 4.17693e-06 3.89912e-06 2.59548e-06 1.75494e-06 1.12151e-06 4.41536e-07 1.14843e-06 2.19029e-06 1.50272e-06 1.73982e-06 1.94653e-06 -2.70647e-07 -5.90607e-07 -9.17309e-08 1.01785e-06 2.54622e-06 2.14914e-06 7.03028e-07 -1.53681e-07 -8.79726e-08 -2.83855e-07 -1.54604e-07 7.3419e-07 1.98995e-06 -6.63574e-07 -4.11106e-06 5.93467e-06 6.62768e-06 -2.96841e-07 -4.2533e-06 -1.43689e-06 1.33641e-06 1.89102e-06 1.83768e-06 1.57693e-06 2.92683e-07 6.97745e-06 2.6258e-06 1.8868e-07 2.29613e-07 1.9497e-06 1.28449e-06 -2e-05 -2e-05 1.01722e-05 5.10426e-05 1.76208e-05 3.91902e-06 -1.74891e-06 6.1873e-07 4.87952e-06 6.39873e-06 5.6906e-06 5.52007e-06 4.85432e-06 1.67908e-06 1.12618e-06 4.77919e-06 5.35545e-06 4.70948e-06 5.99235e-06 4.51164e-06 1.05437e-06 -1.60892e-06 -1.77223e-07 1.60162e-06 3.71021e-06 2.42337e-06 6.06848e-07 2.18648e-07 -1.90978e-07 -3.50923e-08 1.05044e-06 3.10241e-06 1.14758e-06 -4.18369e-06 1.00821e-05 9.55755e-06 4.43257e-07 -3.8355e-06 -1.74026e-06 1.25462e-05 3.89041e-06 1.79274e-06 1.07858e-06 -1.16172e-06 6.37897e-06 3.43949e-06 1.84055e-07 -4.07711e-06 2.47058e-06 -3.16733e-07 -2e-05 -2e-05 3.42149e-05 5.18946e-05 1.08275e-05 1.38636e-06 -1.63668e-06 -7.48623e-06 5.11611e-06 8.76609e-06 8.8882e-06 1.03136e-05 1.0549e-05 3.92281e-06 4.2142e-07 4.73774e-06 8.5583e-06 8.53552e-06 6.83249e-06 5.67067e-06 4.78464e-06 1.14976e-06 -3.03308e-06 -2.99838e-07 2.5257e-06 3.52273e-06 1.51481e-06 -5.20822e-07 -1.00784e-06 -5.03666e-07 9.61933e-07 3.70347e-06 2.4435e-06 2.95288e-07 8.48535e-06 6.01995e-06 -4.99342e-07 -1.07916e-07 7.64313e-07 1.20669e-05 4.33314e-06 1.67611e-06 1.5274e-06 -2.20736e-06 3.50663e-06 3.15242e-06 -3.94027e-07 -7.6719e-06 2.57691e-06 2.03117e-06 -1.37766e-05 -1.48115e-05 2.91033e-05 2.90676e-05 1.84482e-06 -3.93099e-07 5.20673e-07 -7.59504e-06 2.06578e-06 1.1612e-05 1.22753e-05 1.26462e-05 1.04645e-05 3.91823e-06 2.09352e-06 4.82601e-06 9.21161e-06 1.0993e-05 9.50177e-06 4.33612e-06 3.96688e-06 5.42511e-06 3.33201e-07 -7.41143e-06 -5.35984e-07 1.84028e-06 1.07723e-06 -1.54933e-06 -8.97947e-07 -5.4659e-07 9.88043e-07 4.24839e-06 2.72119e-06 3.9444e-06 4.97879e-06 2.30246e-06 -1.39551e-06 1.0314e-06 1.47393e-06 5.32773e-06 4.44103e-06 5.59115e-06 3.85013e-06 9.62324e-07 4.64313e-07 1.00769e-06 -1.36309e-06 -1.20787e-05 -1.87758e-06 3.05794e-06 2.07695e-06 -4.96052e-06 1.4583e-05 8.1829e-06 -4.1121e-06 -4.23647e-06 -8.40849e-08 -1.95731e-06 -1.47439e-06 1.53169e-05 1.57879e-05 1.17372e-05 6.04252e-06 3.09043e-06 4.08694e-06 7.32841e-06 9.99105e-06 1.11684e-05 1.05863e-05 5.41166e-06 2.91825e-06 5.42559e-06 5.47052e-06 -6.36497e-06 -9.94805e-06 -1.39412e-06 -3.6346e-08 -9.28965e-07 4.56159e-06 3.96879e-06 2.79576e-06 5.69243e-06 3.49175e-06 3.98732e-06 2.22035e-06 1.64985e-06 -2.57876e-07 3.86762e-06 4.84613e-06 5.32862e-06 7.47866e-06 1.01071e-05 6.45923e-06 3.39641e-06 2.29176e-06 2.22671e-06 1.48357e-06 -9.39709e-06 -1.21926e-05 -3.35064e-06 8.51356e-06 2.81532e-06 8.69633e-06 -3.64891e-06 -4.58419e-06 -4.52246e-06 -1.33833e-06 -4.42172e-07 -2.84086e-06 1.67158e-05 1.6836e-05 7.86727e-06 2.26428e-06 2.7642e-06 6.61146e-06 9.57666e-06 1.11766e-05 1.07304e-05 9.94404e-06 5.99711e-06 2.90713e-06 4.52933e-06 6.61438e-06 -2.80101e-06 -8.41315e-06 -6.55084e-06 -9.90019e-07 5.97284e-06 8.95992e-06 5.24944e-06 2.31507e-06 6.83765e-06 5.58709e-06 3.228e-06 -6.83115e-07 -2.84002e-06 2.05791e-06 8.75274e-06 9.52377e-06 1.36319e-05 1.28098e-05 8.53911e-06 4.2823e-06 3.09028e-06 4.70509e-06 4.85352e-06 5.34174e-06 -1.90725e-07 -9.47322e-06 -1.55711e-05 4.07613e-06 9.76543e-06 -5.58271e-07 -2e-05 -1.05409e-05 -3.81621e-06 -1.84692e-06 7.25995e-07 -2.19324e-06 1.20102e-05 1.39036e-05 3.54529e-06 -3.97894e-07 2.54728e-06 8.76206e-06 1.1377e-05 1.15677e-05 9.41463e-06 8.4084e-06 6.53193e-06 4.1709e-06 4.52277e-06 6.77647e-06 3.08358e-06 -4.11549e-07 -4.20153e-07 5.48031e-07 9.28583e-06 1.10723e-05 5.83223e-06 8.20476e-07 3.96196e-06 6.56386e-06 4.96224e-06 -2.79642e-06 -1.29872e-05 1.25883e-06 1.22754e-05 9.9211e-06 1.56608e-05 1.01359e-05 6.63429e-07 7.93671e-07 9.94835e-07 4.5419e-06 4.42152e-06 3.6901e-06 -4.47468e-07 -5.00271e-06 -1.73846e-05 -1.05214e-05 1.90678e-05 -5.64559e-06 -2e-05 -9.33312e-06 -4.29694e-06 1.96967e-06 3.41581e-06 -2.03984e-06 6.8551e-06 9.20615e-06 -3.71808e-07 -1.34476e-06 3.43659e-06 1.0979e-05 1.31649e-05 9.20411e-06 6.2181e-06 5.45188e-06 5.60601e-06 5.68762e-06 5.60637e-06 7.84041e-06 9.30023e-06 6.75068e-06 3.52836e-06 2.83969e-06 7.41925e-06 1.05609e-05 3.37558e-06 -3.55922e-06 -2.26545e-07 2.60894e-06 4.47168e-06 -3.55379e-07 -1.49392e-05 -1.67101e-06 1.5922e-05 1.32374e-05 1.28313e-05 5.42582e-06 -6.73364e-07 -2.76415e-07 -1.10765e-06 2.21456e-06 5.44208e-06 3.78103e-06 -2.55898e-06 -4.69701e-06 -1.28806e-05 -2e-05 1.39415e-05 -1.51856e-05 -2e-05 -8.21638e-06 6.97706e-06 3.42981e-05 1.03674e-05 -6.36501e-06 -4.55782e-06 4.16794e-06 -2.83583e-07 2.58854e-06 8.29375e-06 1.67981e-05 1.41918e-05 5.76799e-06 4.02413e-06 4.62684e-06 2.25079e-06 3.20166e-07 5.23536e-06 9.05665e-06 1.42454e-05 1.31979e-05 7.98219e-06 5.12192e-06 7.09307e-06 1.05828e-05 -4.02425e-07 -7.18327e-06 -6.81765e-07 -1.04915e-06 2.30757e-06 2.72846e-06 -1.18698e-05 -8.32798e-06 1.49487e-05 1.6557e-05 1.69898e-05 9.49044e-06 4.89349e-06 1.84e-06 -4.6974e-08 1.10357e-06 5.9475e-06 3.98821e-06 -3.60015e-06 -5.29766e-06 -1.06593e-05 -1.95902e-05 1.2424e-05 -1.51496e-05 -2e-05 -9.80345e-06 8.27363e-06 4.45977e-05 1.944e-05 -5.28141e-06 -8.33491e-06 3.99276e-06 7.6778e-06 1.23033e-05 2.28802e-05 2.62625e-05 1.72137e-05 6.33646e-06 4.45298e-06 3.0463e-06 -2.79747e-06 -5.52974e-06 2.24474e-06 9.50664e-06 1.45054e-05 1.23692e-05 6.87477e-06 4.64572e-06 1.04838e-05 1.72898e-05 5.92658e-06 -3.63899e-06 -2.72597e-06 -4.43407e-06 7.99773e-07 2.22664e-06 -9.92738e-06 -1.08595e-05 6.96275e-06 2.50395e-05 2.02975e-05 8.9189e-06 6.04921e-06 5.92574e-06 2.89103e-06 -2.05435e-07 1.38039e-06 5.13377e-06 4.31468e-06 -1.06969e-06 -2.8471e-06 -1.9059e-05 9.04559e-07 -1.42195e-05 -2e-05 -1.16445e-05 2.01286e-07 3.0339e-05 2.2012e-05 3.05723e-06 -3.81344e-06 4.40389e-06 4.55603e-06 5.35915e-06 1.94844e-05 4.26163e-05 2.37512e-05 5.35782e-06 6.70809e-06 1.89881e-06 -6.03909e-06 -8.29095e-06 -1.72167e-06 9.15585e-06 1.30136e-05 1.00331e-05 7.56952e-06 7.40868e-06 1.16764e-05 1.79916e-05 1.91559e-05 2.28778e-07 -8.3065e-06 -9.1493e-06 -2.28141e-06 -1.83565e-06 -8.52779e-06 -1.03794e-05 6.34176e-07 2.9843e-05 1.2749e-05 7.86566e-06 1.39298e-05 1.5533e-05 7.1e-06 2.43341e-06 3.25297e-06 4.40318e-06 3.75728e-06 -2.6786e-06 4.76392e-06 -1.26731e-05 -2.22405e-06 -7.61809e-06 -1.14579e-05 -1.41315e-06 1.40414e-06 2.64201e-06 9.7572e-06 8.5922e-06 5.03597e-06 2.46851e-06 -7.24952e-06 -3.60977e-06 9.79936e-06 2.53882e-05 2.00659e-05 2.51628e-06 5.51299e-06 1.12956e-06 -6.82067e-06 -1.01362e-05 -5.15272e-06 7.48172e-06 1.33387e-05 1.08334e-05 1.03875e-05 1.08328e-05 1.40965e-05 1.39505e-05 1.65875e-05 1.82322e-05 1.2598e-05 6.48517e-06 8.6436e-07 -4.92192e-06 -2.7289e-06 -2.59202e-06 -2.09368e-06 6.22566e-06 6.21731e-06 9.27881e-06 1.96744e-05 1.76304e-05 8.28931e-06 7.8792e-06 1.27997e-05 8.51667e-06 6.16036e-06 -4.14192e-06 7.40333e-06 2.21175e-06 -6.00519e-06 4.71287e-06 1.56489e-06 -1.4101e-06 2.45158e-06 1.47372e-05 8.89103e-06 6.70018e-06 3.82994e-06 8.2815e-08 -9.8439e-06 -3.40951e-06 1.07091e-05 1.95193e-05 1.76927e-05 2.64172e-06 3.29617e-06 1.97826e-07 -7.51074e-06 -1.2028e-05 -6.57101e-06 7.26146e-06 1.51828e-05 1.4481e-05 1.32137e-05 1.43475e-05 1.60595e-05 1.34616e-05 1.55275e-05 1.85544e-05 1.54128e-05 1.06675e-05 7.50112e-06 3.39286e-06 5.72519e-06 8.73801e-06 3.13683e-06 6.84967e-06 1.2756e-05 1.17247e-05 4.71411e-06 7.19296e-06 9.8602e-06 1.40775e-05 1.96621e-05 1.44601e-05 1.0805e-05 1.5467e-06 6.04927e-06 6.58483e-06 -5.18445e-07 8.12969e-06 1.65014e-05 7.01727e-06 4.49937e-06 1.0841e-05 1.15869e-05 9.00151e-06 8.66354e-06 1.18683e-06 -4.28758e-06 -3.2301e-06 7.06926e-07 -8.2034e-08 6.86924e-06 5.17703e-06 4.77156e-06 5.70155e-06 2.99286e-10 -3.2552e-06 -5.73826e-06 -3.30438e-06 3.71561e-06 9.58047e-06 1.94298e-05 2.29037e-05 2.04195e-05 1.55535e-05 1.36007e-05 1.30951e-05 1.03778e-05 1.0762e-05 1.22178e-05 1.22669e-05 1.88546e-05 1.6053e-05 -1.83515e-06 -7.07183e-07 3.73603e-06 5.53e-06 4.64561e-06 4.54142e-06 5.02433e-06 1.17668e-05 1.53211e-05 1.40755e-05 1.37887e-05 4.85085e-06 5.8243e-06 1.26322e-06 2.28322e-06 1.39086e-05 1.93761e-05 2.09695e-05 1.0396e-05 2.66957e-06 1.01401e-05 1.04545e-05 5.99017e-06 3.70722e-06 4.48257e-06 4.45659e-06 6.62412e-06 5.16856e-06 3.71787e-06 5.42483e-06 6.46154e-06 8.0871e-06 6.01019e-06 -4.702e-07 -6.26162e-06 -4.69861e-06 -2.79729e-06 -5.00272e-06 7.61158e-06 2.37097e-05 1.9709e-05 2.17868e-05 1.77452e-05 1.03486e-05 5.66938e-06 8.2737e-06 1.14286e-05 1.17636e-05 1.33799e-05 1.45979e-06 -4.28935e-06 -3.2309e-06 -3.73964e-06 -2.09133e-06 9.32831e-07 -4.0317e-07 -2.07739e-06 4.01049e-06 8.04772e-06 5.41369e-06 9.55385e-06 1.17345e-05 1.17444e-05 8.91649e-06 5.34856e-06 4.88056e-06 4.59771e-06 4.70832e-06 -8.43161e-07 1.31796e-05 2.25711e-05 1.68525e-05 1.28118e-05 1.14636e-05 8.09912e-06 1.00465e-05 1.4498e-05 1.17819e-05 6.70232e-06 7.09205e-06 1.0987e-05 1.10353e-05 9.88706e-06 7.45425e-06 6.6366e-09 3.24456e-06 7.23197e-06 -5.30089e-06 -3.9903e-06 1.85115e-05 1.52919e-05 1.99612e-06 -5.71072e-06 -1.64311e-06 4.04683e-06 5.02137e-06 8.54782e-06 1.19564e-05 7.60221e-06 3.63201e-06 1.67818e-06 -3.36363e-06 -6.01052e-06 -5.75555e-07 6.26164e-06 2.83556e-06 -1.20536e-06 5.06531e-07 3.65622e-06 5.18102e-06 3.82452e-06 7.10211e-06 1.11334e-05 1.19096e-05 6.86649e-06 3.27337e-06 -1.17766e-06 3.48855e-07 -7.92826e-07 3.42308e-06 1.36132e-05 1.37068e-05 1.18881e-05 8.38515e-06 2.04549e-06 1.31012e-06 9.3501e-06 1.22394e-05 1.05579e-05 9.03801e-06 1.05519e-05 1.08874e-05 1.31693e-05 1.45869e-05 8.72491e-06 4.56116e-06 6.7989e-06 6.06613e-07 3.53805e-06 1.60319e-05 3.48739e-06 -1.58495e-06 -9.64475e-06 -1.13741e-05 2.07257e-06 1.23494e-05 1.18641e-05 9.21162e-06 6.08442e-06 2.19387e-06 -2.07813e-06 -4.55491e-06 -4.07832e-06 6.60846e-07 4.26698e-06 2.42064e-06 8.14671e-07 3.0607e-06 3.39258e-06 3.64314e-06 4.38102e-06 4.73634e-06 7.69091e-06 1.16081e-05 3.65471e-06 1.10516e-06 3.18595e-06 3.80642e-06 6.66469e-06 4.22662e-06 6.8899e-06 5.67053e-06 3.46057e-06 1.43865e-06 -6.32063e-07 -2.06505e-06 2.27114e-06 2.18203e-06 3.27089e-06 8.38343e-06 7.21254e-06 5.51007e-06 7.58345e-06 1.52061e-05 1.5334e-05 6.42517e-06 -1.05954e-05 -1.88131e-05 -3.90072e-06 4.57358e-06 1.74016e-05 9.54241e-06 3.04921e-06 7.50639e-08 -1.42124e-06 -2.86136e-06 -4.57246e-06 -8.12892e-07 1.75476e-06 2.11675e-06 1.86367e-06 2.37731e-06 2.24422e-06 -9.4937e-07 -2.9016e-06 1.38092e-07 3.64844e-06 4.04665e-06 3.75867e-06 3.60488e-06 2.92331e-06 2.33698e-06 3.96076e-06 7.50208e-06 2.93645e-06 -4.16252e-07 2.59535e-06 2.95462e-06 -3.63397e-08 3.36354e-06 4.03554e-06 2.71624e-06 4.36724e-06 6.16524e-06 1.06183e-05 5.59124e-06 3.11293e-06 4.00998e-06 -4.30817e-06 1.70252e-06 2.37713e-06 2.54388e-06 2.76153e-06 5.5846e-06 7.0064e-06 3.82785e-06 1.97009e-06 3.64647e-06 9.9158e-06 1.76748e-05 1.99994e-05 2.3715e-05 2.12115e-05 1.89532e-05 1.5874e-05 1.17e-05 6.91234e-06 2.75675e-06 1.28976e-07 3.39496e-08 1.43816e-06 2.86959e-06 2.12412e-06 -2.62503e-06 -6.71033e-06 -8.77131e-07 2.64783e-06 1.80125e-06 4.09636e-06 5.03791e-06 4.99913e-06 5.79759e-06 4.28329e-06 1.39694e-06 -3.52877e-07 -2.38805e-06 -1.66884e-06 -5.3635e-06 -1.01627e-05 2.67107e-07 4.26942e-06 6.03135e-06 2.98073e-06 9.67339e-07 3.40889e-06 4.14701e-06 4.45993e-06 2.94579e-06 6.8643e-07 1.65538e-07 1.99912e-06 4.34349e-06 5.10167e-06 4.20884e-06 3.53343e-06 3.08807e-06 1.73027e-06 4.4598e-07 1.53951e-06 7.54683e-06 5.23193e-06 9.70989e-06 1.55826e-05 2.2325e-05 2.30193e-05 1.66944e-05 7.98073e-06 1.91965e-06 -7.82068e-07 -7.13659e-07 4.54092e-07 1.20693e-06 6.09324e-07 -2.13286e-06 -5.95384e-06 -3.38279e-06 -1.91961e-06 -6.82988e-07 1.63853e-06 4.11491e-06 5.93963e-06 6.45458e-06 4.30413e-06 8.42284e-07 -5.77615e-07 -8.77002e-07 1.49487e-07 -1.66177e-06 -3.73894e-06 5.04833e-07 3.48019e-06 4.84655e-06 2.45884e-06 1.31697e-06 2.54859e-06 3.22383e-06 3.71287e-06 3.17822e-06 2.48312e-06 4.28827e-06 1.91378e-06 3.9537e-06 6.14893e-06 6.22967e-06 4.91247e-06 3.63213e-06 2.41566e-06 2.27122e-06 8.91367e-07 2.59998e-06 2.16354e-06 2.63447e-06 6.25323e-06 1.11018e-05 1.32912e-05 1.05784e-05 5.19307e-06 7.82114e-07 -1.06166e-06 -8.4232e-07 5.2451e-08 1.38921e-07 6.27028e-09 -5.37073e-07 -1.51375e-06 -2.702e-06 -2.39228e-06 -1.88526e-06 5.5532e-08 2.04518e-06 3.06733e-06 2.91136e-06 1.34463e-06 -3.32573e-07 -6.75029e-07 7.08265e-07 1.69006e-06 1.75773e-06 2.43117e-06 4.97852e-06 7.26368e-06 8.57324e-06 6.90831e-06 3.9113e-06 2.49779e-06 3.33139e-06 4.28958e-06 4.64791e-06 5.18582e-06 5.57282e-06 3.08939e-06 2.80086e-06 4.07594e-06 4.46541e-06 4.06361e-06 3.8997e-06 3.52398e-06 1.93376e-06 1.86265e-06 2.10117e-06 5.15417e-07 1.45238e-07 1.02557e-06 2.9192e-06 4.89525e-06 5.7849e-06 5.23866e-06 3.72755e-06 1.69053e-06 3.39812e-07 -3.49639e-07 -2.84261e-07 -8.84686e-07 -2.40228e-07 -2.53363e-07 -1.02432e-06 -6.09231e-07 4.45087e-07 1.67569e-06 2.48586e-06 2.22238e-06 1.20866e-06 6.17037e-07 1.58968e-06 1.84885e-06 2.38465e-06 3.49532e-06 4.09088e-06 4.4721e-06 4.35109e-06 4.03438e-06 3.07498e-06 1.61529e-06 1.65402e-06 1.68107e-06 1.75731e-06 2.46857e-06 2.43266e-06 1.64599e-06 1.28054e-06 1.08383e-06 1.72382e-06 3.45639e-06 3.75486e-06 3.08682e-06 2.70102e-06 2.33186e-06 1.0185e-06 8.69423e-07 1.10994e-06 -5.66142e-07 -1.39934e-06 -5.00236e-07 1.66779e-06 4.15186e-06 6.22194e-06 7.10878e-06 6.52477e-06 4.79381e-06 2.17168e-06 5.35108e-07 4.05044e-07 -6.54381e-08 -5.77209e-07 -7.44115e-07 -5.57926e-07 -8.22704e-08 1.0242e-06 1.85136e-06 2.08923e-06 1.75929e-06 1.12598e-06 8.14861e-07 8.81935e-07 3.84073e-07 -3.82644e-07 -4.71204e-07 -1.42326e-07 -3.72503e-07 6.24654e-07 9.64173e-07 7.53266e-07 8.96235e-07 1.60182e-06 1.11511e-06 -3.44627e-07 -7.82932e-07 -2.64774e-07 1.72094e-07 3.30339e-07 4.40715e-07 4.56284e-07 1.22163e-06 2.18605e-06 1.79329e-06 1.47376e-06 1.23778e-06 6.1814e-07 4.52109e-07 4.28225e-07 1.58301e-06 -8.9627e-08 -1.23476e-06 -1.30151e-07 2.17622e-06 4.63032e-06 6.42994e-06 6.4676e-06 4.73365e-06 1.89933e-06 5.99638e-08 6.94824e-07 2.15776e-06 2.03017e-06 1.55299e-06 1.09203e-06 9.97277e-07 1.13311e-06 1.20885e-06 1.12341e-06 1.27784e-06 1.66009e-06 2.04833e-06 2.08706e-06 1.04734e-06 -6.05283e-07 -8.10413e-07 1.22914e-06 1.10716e-06 1.4384e-07 3.45556e-07 2.20203e-07 1.20807e-06 2.48746e-06 2.56908e-06 1.59714e-06 1.11464e-07 -8.22601e-07 -2.37572e-07 3.35191e-07 -2.59612e-08 -1.33401e-07 -8.72278e-07 -1.59761e-06 -6.84001e-07 3.48273e-07 1.15312e-06 2.33198e-06 3.13418e-06 2.93422e-06 -1.32015e-07 -8.50432e-08 -3.84505e-08 5.74179e-08 2.88838e-07 5.6351e-07 6.2666e-07 4.7086e-07 2.8937e-07 2.11289e-07 2.97801e-07 4.36039e-07 3.48822e-07 7.65381e-08 -4.04927e-08 9.84133e-08 4.84722e-07 7.88469e-07 8.49405e-07 6.91521e-07 3.22004e-07 1.62047e-08 -3.51009e-08 8.37812e-08 2.32972e-07 3.25375e-07 2.29553e-07 8.03788e-08 3.10796e-08 4.24704e-08 5.27624e-08 2.01761e-08 -4.29203e-08 -8.1122e-08 -7.07173e-08 -4.01355e-08 1.43124e-08 9.08983e-08 8.16902e-08 -8.28699e-08 -3.29792e-07 -5.0586e-07 -5.14212e-07 -3.88635e-07 -2.68276e-07 -2.20051e-07 -2.21433e-07 -2.09207e-07 -1.60667e-07 -1.557e-07 -2.13341e-07 -1.63079e-07 -9.32746e-08 5.29857e-08 4.00239e-07 8.11175e-07 9.59128e-07 8.13513e-07 5.30622e-07 3.24751e-07 4.19467e-07 7.19059e-07 7.13852e-07 2.91723e-07 7.06284e-09 1.7963e-07 7.8799e-07 1.37746e-06 1.67201e-06 1.39246e-06 5.34724e-07 8.49298e-08 -7.05659e-09 1.66617e-07 5.38793e-07 7.80887e-07 5.6587e-07 2.07505e-07 4.60888e-08 4.35683e-09 -2.68196e-08 -7.43669e-08 -1.61229e-07 -2.22167e-07 -2.03499e-07 -1.4118e-07 -3.11148e-08 1.18515e-07 1.38247e-07 -5.0273e-08 -3.60752e-07 -6.09414e-07 -6.46437e-07 -4.97502e-07 -3.40679e-07 -2.93396e-07 -3.21375e-07 -3.26156e-07 -2.62007e-07 -2.37561e-07 -3.86536e-07 -3.69376e-07 -2.68202e-07 -2.93311e-08 4.24893e-07 9.78621e-07 1.23174e-06 1.23101e-06 9.26445e-07 4.45038e-07 3.79002e-07 8.27884e-07 1.20484e-06 7.91583e-07 1.51335e-07 2.92259e-07 9.68223e-07 1.57896e-06 2.37824e-06 2.52751e-06 1.29187e-06 3.02117e-07 -4.31288e-08 -3.06315e-08 5.56991e-07 1.42851e-06 1.26363e-06 5.30367e-07 1.17948e-07 9.75104e-09 -1.60497e-07 -2.92943e-07 -3.65697e-07 -4.48109e-07 -4.74543e-07 -4.16658e-07 -2.66798e-07 -2.1412e-08 1.19688e-07 1.48671e-08 -2.98721e-07 -6.32407e-07 -6.91002e-07 -4.84799e-07 -2.6236e-07 -2.34517e-07 -3.35021e-07 -4.16976e-07 -4.24369e-07 -4.10929e-07 -6.38148e-07 -6.87592e-07 -6.56378e-07 -2.3158e-07 2.15994e-07 8.67455e-07 1.20868e-06 1.28431e-06 1.17689e-06 5.25769e-07 1.56461e-07 4.47019e-07 1.09132e-06 1.13366e-06 2.55362e-07 3.43553e-07 1.32752e-06 1.0446e-06 2.02648e-06 3.54836e-06 3.27709e-06 1.61007e-06 -1.8415e-07 -1.04486e-06 -5.43961e-07 1.54961e-06 1.98635e-06 8.5094e-07 1.85305e-07 2.57623e-07 1.42328e-07 -3.20633e-07 -4.88469e-07 -5.70012e-07 -6.96413e-07 -7.06732e-07 -5.61553e-07 -2.41953e-07 2.52826e-08 3.54286e-08 -2.02479e-07 -6.57899e-07 -8.06315e-07 -4.42538e-07 2.24638e-08 1.10603e-07 -5.81514e-08 -1.96515e-07 -3.75815e-07 -6.26817e-07 -1.10912e-06 -1.15896e-06 -1.40348e-06 -8.39685e-07 -1.68269e-07 4.25018e-07 1.08619e-06 1.25905e-06 1.19739e-06 6.60046e-07 -1.02962e-07 7.12218e-08 5.64872e-07 8.53451e-07 2.25585e-07 1.40658e-07 2.44861e-06 7.13588e-07 7.85177e-07 3.15544e-06 5.6385e-06 5.07367e-06 5.77878e-07 -2.6587e-06 -3.66277e-06 4.4105e-07 2.31849e-06 5.51142e-07 -1.47683e-07 6.07884e-07 1.24985e-06 5.66074e-07 -1.09395e-07 -4.08907e-07 -6.98583e-07 -7.29221e-07 -5.0581e-07 -7.30898e-08 2.00775e-07 4.42108e-08 -5.5989e-08 -4.3115e-07 -8.08969e-07 -6.13345e-07 4.01407e-08 4.67897e-07 4.17701e-07 4.00307e-07 3.18424e-07 -4.45765e-07 -1.29251e-06 -1.87993e-06 -2.21539e-06 -2.31314e-06 -2.4152e-06 -1.40898e-06 7.66462e-07 1.78128e-06 1.58964e-06 9.15665e-07 8.60785e-08 -4.01874e-07 3.55118e-07 4.38128e-07 2.27913e-07 -1.33444e-07 1.84705e-06 7.31284e-07 6.00627e-07 1.81583e-06 7.32089e-06 1.10023e-05 2.82372e-06 -1.82298e-06 -6.52393e-06 -2.09296e-06 3.06888e-06 -7.55282e-07 -1.36335e-06 1.90434e-08 2.76526e-06 2.83196e-06 1.6072e-06 5.96192e-07 -3.71605e-07 -6.21977e-07 -1.20443e-07 5.71599e-07 9.91937e-07 3.44548e-07 6.91386e-08 1.93689e-07 3.41894e-07 5.71126e-07 2.4923e-07 3.39976e-07 5.07664e-07 8.06275e-07 1.4377e-06 7.63931e-07 -2.68725e-07 -2.24662e-06 -2.99882e-06 -3.29402e-06 -2.29512e-06 -1.15761e-05 -1.4091e-06 4.08998e-06 4.43504e-06 2.05711e-06 1.15832e-06 1.73287e-07 4.65266e-07 -7.063e-08 -8.17809e-07 -1.56855e-06 1.5439e-06 5.56122e-07 2.92485e-06 9.09106e-07 7.97022e-06 1.81621e-05 1.15429e-05 -4.44586e-07 -4.04184e-06 -3.73658e-06 3.03822e-06 -2.04267e-06 -9.31677e-07 -1.77791e-06 2.47447e-06 6.00351e-06 5.23122e-06 3.5589e-06 1.11327e-06 -4.41529e-07 6.70093e-08 9.43947e-07 1.63571e-06 1.22047e-06 4.41388e-07 4.39692e-07 6.3275e-07 2.05365e-06 1.87939e-06 4.32396e-07 1.46307e-07 4.77608e-07 1.63204e-06 2.3203e-06 1.36838e-06 -1.54668e-06 -3.61704e-06 -4.48155e-06 -2.07122e-06 -1.20808e-05 -7.86987e-06 1.0714e-05 1.09406e-05 5.13668e-06 2.63072e-06 1.93776e-06 3.83333e-06 7.52424e-07 -1.51492e-06 -1.85195e-06 -5.18346e-06 3.05086e-06 2.18218e-06 1.33567e-06 6.84468e-06 2.09115e-05 2.03899e-05 7.46559e-06 -1.37052e-06 -7.43825e-07 2.01129e-06 -8.68027e-07 1.2227e-06 3.49298e-07 -1.06786e-08 7.64027e-06 1.04857e-05 8.68124e-06 5.14499e-06 8.21868e-07 -2.00237e-07 9.43161e-07 1.94637e-06 2.35339e-06 1.62855e-06 8.73463e-07 1.36232e-07 9.85992e-07 1.72072e-06 8.7079e-07 -2.35389e-07 6.40101e-07 1.46004e-06 2.37357e-06 2.01236e-06 -5.48226e-08 -3.28912e-06 -4.79378e-06 -1.91039e-06 -8.17106e-06 -1.12233e-05 1.0785e-05 1.6984e-05 5.69271e-06 3.39357e-06 2.30408e-06 2.34126e-06 1.57251e-06 -1.9856e-06 -2.7806e-06 -9.59197e-06 3.78124e-06 3.99403e-07 -1.02807e-07 4.4491e-06 1.7839e-05 1.93826e-05 1.36606e-05 1.15387e-05 4.34962e-06 1.82088e-06 7.63581e-07 2.32714e-06 4.06835e-06 1.53775e-06 7.26938e-06 1.50988e-05 1.2362e-05 5.50407e-06 1.59277e-06 1.55879e-06 9.90458e-07 2.62317e-06 3.62761e-06 3.79774e-06 2.61881e-06 -3.20711e-07 -2.13895e-07 5.00838e-07 6.39666e-07 6.97386e-07 2.94479e-06 2.86278e-06 2.07476e-06 3.87868e-06 1.89694e-06 -1.60651e-06 -2.41263e-06 1.67646e-07 -4.84278e-06 -1.4413e-05 5.81925e-06 1.80824e-05 5.35821e-06 4.37399e-06 1.81646e-06 7.30585e-07 1.65874e-06 -1.12884e-06 -5.62268e-07 -2.00128e-06 2.60879e-06 1.65386e-06 -2.21861e-06 -4.77985e-08 1.19544e-05 1.48411e-05 1.28898e-05 1.8985e-05 8.78317e-06 -1.11632e-07 4.2034e-07 1.18988e-06 5.83639e-06 5.24042e-06 8.48012e-06 1.83096e-05 1.33912e-05 3.03211e-06 -1.37532e-07 1.92445e-06 3.86629e-06 4.26209e-06 5.42713e-06 6.57358e-06 5.75022e-06 1.13102e-07 -2.11948e-06 -2.59569e-07 4.90301e-07 6.25517e-07 3.64319e-06 6.48356e-06 2.47487e-06 6.43407e-06 8.12123e-06 -3.40078e-08 1.84962e-07 2.72415e-06 -1.00258e-06 -1.08364e-05 3.2336e-06 1.56729e-05 8.30158e-06 7.14935e-06 2.46464e-06 4.40799e-07 1.85753e-06 5.9023e-07 1.54816e-06 2.8032e-06 2.43664e-06 3.55148e-06 3.62589e-07 -4.24524e-06 5.72401e-06 1.07098e-05 9.7608e-06 1.8281e-05 1.18596e-05 -1.76312e-06 1.88955e-06 1.56058e-06 5.5997e-06 7.95915e-06 1.15856e-05 1.97024e-05 1.08e-05 -5.96801e-07 -1.9169e-06 9.6312e-07 5.48859e-06 6.99903e-06 8.09099e-06 1.01691e-05 1.20168e-05 -3.32156e-07 -4.79412e-06 -8.02692e-07 3.43707e-06 1.35811e-06 1.71443e-06 7.66778e-06 3.11374e-06 2.88807e-06 9.24213e-06 4.04216e-06 -4.13383e-07 2.47352e-06 2.82002e-06 -2.90183e-06 4.74285e-06 1.35121e-05 9.31039e-06 9.62268e-06 5.07754e-06 2.75359e-06 1.67059e-06 9.09467e-07 1.25754e-06 4.51887e-06 3.93931e-06 4.78406e-06 3.26848e-06 -1.60547e-06 6.94968e-07 8.11335e-06 8.40639e-06 1.49628e-05 1.75984e-05 -4.91296e-06 -1.29441e-06 4.05361e-07 3.66925e-06 8.93532e-06 1.47637e-05 1.73746e-05 6.2502e-06 -2.39386e-06 -2.93832e-06 7.56618e-07 5.66542e-06 7.97053e-06 9.30212e-06 1.36541e-05 1.46419e-05 -7.38392e-06 -5.67815e-06 1.7145e-06 7.17582e-06 1.14336e-05 5.67101e-06 1.33637e-07 -2.36486e-06 5.00974e-06 1.13855e-05 9.12715e-06 -1.69887e-07 -3.21352e-08 5.17673e-06 3.58135e-06 7.86624e-06 1.20759e-05 9.13914e-06 9.933e-06 8.73177e-06 8.01976e-06 3.41519e-06 -3.64213e-07 -3.12317e-06 1.80648e-06 4.7445e-06 6.21944e-06 5.20685e-06 7.54041e-07 6.61779e-07 4.8073e-06 9.97287e-06 1.03811e-05 1.47965e-05 -2e-05 -2e-05 -2.19845e-07 7.25257e-06 8.02713e-06 1.45952e-05 1.02742e-05 1.02299e-06 -2.35914e-06 -1.45397e-06 2.81468e-06 4.73657e-06 5.58926e-06 7.86036e-06 1.19788e-05 9.57059e-06 -1.26271e-05 -5.79031e-06 3.39978e-06 7.97266e-06 1.22374e-05 7.59098e-06 -4.99052e-06 -8.86174e-06 3.68124e-06 9.24238e-06 9.44554e-06 4.65556e-06 2.06213e-06 3.8485e-06 4.79584e-06 9.03393e-06 1.00692e-05 8.47902e-06 1.04776e-05 1.1927e-05 1.14582e-05 6.44062e-06 -6.81783e-07 -8.72678e-06 -6.2926e-06 4.54623e-06 5.39777e-06 5.75637e-06 1.29435e-06 5.53977e-07 2.61381e-07 9.26972e-06 4.52715e-06 2.7008e-06 -2e-05 -2e-05 9.26825e-06 2.97089e-05 6.76939e-06 9.99682e-06 1.44431e-06 -3.80817e-06 2.75112e-06 7.95825e-06 1.0442e-05 4.43036e-06 7.84007e-07 2.64085e-06 5.05581e-06 3.20314e-06 -7.40072e-06 -6.09027e-06 2.40616e-06 8.797e-06 7.68898e-06 3.80443e-06 -4.1488e-06 -5.08237e-06 -7.32299e-07 2.52825e-06 5.70555e-06 7.82652e-06 4.04547e-06 4.82718e-07 2.63152e-06 7.01167e-06 4.06449e-06 4.08654e-06 9.47381e-06 1.43865e-05 1.43167e-05 7.87286e-06 -9.93868e-08 -1.00146e-05 -1.187e-05 2.42762e-07 2.72963e-06 4.63511e-06 1.04391e-06 -1.1905e-06 -2.60384e-06 7.92446e-06 -1.58086e-06 -6.70579e-06 -1.89059e-05 -8.76124e-06 1.46692e-05 2.67579e-05 3.11077e-06 4.11479e-06 -7.81749e-07 -3.83459e-06 8.69935e-06 1.33554e-05 1.51378e-05 2.58598e-06 -3.31681e-06 -2.18293e-06 -3.21507e-06 -2.20127e-06 -3.5157e-06 -4.75936e-06 -1.34738e-06 1.01136e-05 1.1145e-05 3.56041e-06 -2.49482e-06 -1.46625e-06 -8.75763e-07 2.04059e-06 4.47338e-06 6.14897e-06 1.64979e-06 -3.44202e-06 -1.22444e-06 1.28248e-06 -2.77843e-06 -1.16956e-06 7.76411e-06 1.69708e-05 1.24068e-05 5.30007e-06 1.80897e-06 -3.61593e-06 -4.17531e-06 -2.00478e-06 -5.67521e-06 -1.04975e-07 4.27167e-06 1.3929e-05 1.35356e-06 1.2797e-06 1.27529e-06 -7.2474e-06 -1.18576e-05 7.51185e-06 8.57e-06 8.09506e-06 -3.16093e-06 2.5862e-06 3.67443e-06 -9.15915e-09 7.94519e-06 1.11985e-05 1.14459e-05 1.57501e-07 -5.55117e-06 -5.57738e-06 -3.29128e-06 2.19901e-06 3.95732e-07 -3.89163e-06 -3.78051e-06 1.09037e-05 1.35975e-05 5.66922e-06 -1.92566e-06 -3.55048e-06 2.99621e-06 6.09739e-06 9.80185e-06 4.79539e-06 -1.18585e-06 -4.21336e-06 -2.00788e-06 -2.52935e-06 -6.75953e-06 -7.33281e-06 2.10648e-06 1.1815e-05 7.03276e-06 4.93402e-06 5.81316e-06 7.44358e-06 6.61828e-06 3.68473e-06 1.92507e-07 1.74113e-06 3.92545e-06 2.16715e-06 1.50652e-07 -3.08999e-06 -2.58714e-06 -5.28013e-06 -1.3693e-05 5.26055e-06 1.04386e-05 -2.5294e-06 -1.8202e-06 1.02831e-05 1.139e-05 5.74504e-06 -1.24415e-06 -7.93396e-06 -1.2237e-05 -4.15717e-06 -6.49108e-06 -4.65955e-06 1.23779e-06 7.83204e-06 1.75636e-06 -3.85463e-06 -5.95989e-07 1.11018e-05 1.52333e-05 7.70967e-06 3.84665e-06 2.62779e-06 4.94963e-06 3.5483e-06 1.4167e-05 1.61871e-05 2.47403e-06 3.10766e-06 2.42483e-06 -9.14298e-07 -1.61309e-06 -1.03857e-05 -1.27651e-05 -3.75583e-06 4.11183e-06 8.80928e-06 1.03225e-05 9.51508e-06 8.59608e-06 7.72446e-06 8.56901e-06 6.4941e-07 -4.32555e-06 -2e-05 -2.60123e-06 3.33328e-06 5.45871e-06 8.23859e-06 -1.3655e-05 -1.00961e-05 1.15045e-05 8.73104e-06 4.47482e-06 1.17613e-05 1.20198e-05 9.68121e-06 3.12264e-06 -1.04113e-05 -1.11546e-05 -5.75148e-06 7.01872e-06 3.08295e-06 1.17288e-05 1.08092e-05 6.42452e-07 -1.51665e-06 4.14697e-06 1.40947e-05 1.78333e-05 1.16985e-05 7.71558e-06 6.2435e-06 7.98314e-06 6.08488e-06 6.84153e-06 8.06168e-06 4.36136e-06 8.81164e-06 7.35141e-06 4.06525e-06 1.35004e-05 1.76802e-06 -3.35154e-06 -3.473e-07 3.99567e-06 6.23232e-06 8.21952e-06 1.10731e-05 9.17824e-06 1.10687e-05 1.36158e-05 -1.92432e-07 -1.67249e-05 -2e-05 8.64135e-07 5.23474e-06 1.21836e-05 2.46894e-05 3.26153e-06 -4.43955e-06 1.57278e-05 1.6555e-05 -2.62683e-07 2.84725e-06 1.03188e-05 1.18787e-05 9.7244e-06 1.7938e-06 -4.9804e-06 2.15855e-06 1.42827e-05 8.52556e-06 1.88723e-05 1.54275e-05 5.30761e-06 1.74729e-06 -9.37276e-07 -1.83726e-06 7.16504e-06 1.69252e-05 1.88804e-05 1.32387e-05 1.19286e-05 7.49843e-06 5.08085e-06 3.52169e-06 7.94454e-07 8.38515e-06 9.97307e-06 1.49125e-05 3.28792e-05 8.05652e-06 2.83005e-06 5.35871e-06 6.83778e-06 8.16673e-06 8.2523e-06 2.84108e-06 3.94345e-06 1.23609e-05 1.47543e-05 7.08548e-06 -1.16735e-05 -5.76233e-06 4.55679e-06 2.2173e-06 1.10208e-05 2.62918e-05 2.80705e-05 1.60807e-05 1.59268e-05 1.64769e-05 6.01153e-06 1.57378e-05 1.36914e-05 7.35303e-06 1.22488e-05 1.19375e-05 2.99027e-06 2.44448e-06 7.2372e-06 9.33919e-06 2.37977e-05 2.87123e-05 8.6384e-06 3.7198e-06 2.69588e-06 -3.0694e-06 -2.9894e-06 1.31952e-05 2.45571e-05 2.20755e-05 1.99667e-05 1.9146e-05 1.03513e-05 4.85876e-06 -3.68958e-07 2.957e-06 1.30631e-05 2.30295e-05 2.36959e-05 1.26557e-05 7.4784e-06 8.85849e-06 8.49593e-06 7.10769e-06 9.05103e-06 2.93035e-07 -6.34775e-06 6.99913e-06 1.39325e-05 1.31368e-05 7.57892e-06 9.24794e-06 7.73988e-06 2.16704e-06 6.76735e-06 1.61109e-05 1.47692e-05 -1.71703e-06 -7.37514e-06 3.86585e-06 2.78511e-05 2.62433e-05 1.60186e-05 1.84579e-05 2.57551e-05 2.0363e-05 9.35094e-06 7.37071e-06 8.15107e-06 6.7404e-06 9.72475e-06 1.29398e-05 9.35075e-06 3.3542e-06 -1.98991e-07 -4.33884e-06 -8.73642e-06 -1.53813e-06 1.00564e-05 1.6817e-05 8.57497e-06 6.70121e-06 2.41169e-06 8.19836e-06 3.83861e-06 2.43076e-06 1.37404e-05 2.28338e-05 2.57853e-05 1.68445e-05 6.85376e-06 3.70252e-06 2.40082e-06 5.04217e-07 8.46094e-07 -3.63425e-06 -1.25447e-05 -4.41867e-06 9.43576e-06 1.52456e-05 9.6127e-06 5.69619e-06 5.20327e-06 3.92708e-06 9.84833e-06 1.55195e-05 1.33307e-05 8.374e-06 2.28352e-06 2.35313e-06 6.05196e-06 1.36267e-05 2.31344e-05 2.28901e-05 1.87126e-05 1.41566e-05 1.00457e-05 1.54124e-05 2.30164e-05 1.95476e-05 1.11365e-05 5.94736e-06 4.83598e-06 3.66258e-06 3.64335e-06 4.5673e-06 -7.51566e-07 -8.16223e-06 -1.55796e-06 6.64742e-06 8.84073e-06 5.63847e-06 9.17159e-07 6.93017e-07 3.86774e-06 6.51315e-06 1.19465e-05 1.33485e-05 1.17465e-05 6.14344e-06 1.23504e-06 -3.27869e-07 -6.15499e-08 -5.7828e-06 -1.38269e-06 -2.96996e-06 -3.78676e-06 -2.14089e-06 1.09812e-06 5.69228e-06 1.03865e-05 7.96599e-06 4.09156e-06 5.12517e-06 6.10979e-06 7.97669e-06 1.18464e-05 1.36487e-05 6.71033e-06 -5.01808e-07 5.6595e-06 8.65483e-06 1.10665e-05 8.1878e-06 5.29366e-06 5.33678e-06 2.94373e-06 4.96357e-06 1.67982e-05 2.40418e-05 1.76836e-05 1.17343e-05 9.10804e-06 8.69859e-06 1.45838e-05 2.7312e-05 1.12819e-05 5.34709e-06 8.16442e-06 1.11535e-05 2.15677e-05 1.7022e-05 1.07454e-05 7.13325e-06 9.24037e-06 1.27731e-05 1.40643e-05 1.22878e-05 7.43941e-06 3.51902e-06 1.55341e-06 1.24518e-06 1.38586e-06 1.23487e-06 2.07409e-07 5.21785e-06 3.41241e-06 1.99335e-06 2.4707e-06 1.77087e-06 3.47894e-06 6.72271e-06 6.42057e-06 4.32247e-06 4.8708e-06 3.7583e-06 8.1346e-06 1.09064e-05 8.51518e-06 -1.34581e-06 1.23433e-06 3.67496e-06 -9.69061e-07 -8.09782e-06 -7.94638e-06 -5.37064e-07 -7.44865e-07 -1.45875e-06 3.39849e-06 1.05007e-05 8.74705e-06 5.99036e-06 6.05964e-06 7.20724e-06 5.80687e-06 7.70573e-06 1.41683e-05 2.40709e-05 2.95104e-05 2.65525e-05 2.74769e-05 3.04832e-05 2.92917e-05 2.71096e-05 2.48087e-05 2.23315e-05 1.83237e-05 1.31256e-05 8.10752e-06 4.47478e-06 2.32373e-06 1.40138e-06 7.21667e-07 -1.30043e-06 -8.72274e-07 4.33132e-06 5.63109e-06 1.3284e-06 3.29454e-06 7.04921e-06 4.29254e-06 2.1933e-06 5.58217e-06 7.03074e-06 3.3808e-06 -1.09349e-06 4.02822e-07 2.36511e-06 6.65896e-07 -2.17041e-06 -2.67234e-06 -4.92689e-07 -8.33406e-08 -1.20729e-07 1.95916e-06 4.43147e-06 3.78136e-06 3.32063e-07 -4.81051e-06 1.97218e-06 3.74028e-06 5.46219e-06 7.48822e-06 7.04762e-06 6.72381e-06 6.20106e-06 5.36001e-06 6.83994e-06 1.08278e-05 1.71061e-05 9.07602e-06 1.34218e-05 1.73699e-05 2.01636e-05 1.88562e-05 1.47114e-05 1.03854e-05 7.38578e-06 5.72556e-06 4.9255e-06 4.10617e-06 2.30657e-06 -2.00977e-07 -1.47887e-06 -1.88391e-06 2.21979e-08 2.00657e-06 8.05045e-07 2.28633e-06 4.53934e-06 5.59257e-06 6.08882e-06 7.84474e-06 6.97515e-06 2.07481e-06 -8.23989e-07 -9.27695e-07 -1.35949e-07 -1.96274e-06 -4.98556e-06 -4.81308e-06 -1.23285e-06 2.26304e-06 6.87929e-07 1.77716e-06 5.51337e-06 6.89414e-06 3.00936e-06 -1.76393e-07 3.63176e-06 2.23496e-06 2.78306e-06 4.8235e-06 6.08846e-06 5.83465e-06 5.27324e-06 4.21545e-06 2.71525e-06 2.65904e-06 4.98331e-06 2.52833e-06 3.01516e-06 5.71313e-06 7.95476e-06 8.56771e-06 7.58777e-06 5.65828e-06 4.23808e-06 3.74694e-06 3.69353e-06 3.22088e-06 1.44202e-06 -5.57186e-07 -1.30059e-06 -1.22756e-06 -1.21759e-06 -3.86626e-07 -1.87267e-07 9.60187e-07 2.15115e-06 3.08032e-06 3.75993e-06 3.5196e-06 1.93691e-06 2.43621e-07 -1.94109e-07 7.68468e-07 1.49274e-06 7.53162e-07 -1.06937e-06 -8.59561e-07 2.58302e-06 2.86523e-06 1.4502e-06 2.35579e-06 4.03641e-06 4.81062e-06 4.92905e-06 4.97639e-06 5.58904e-06 3.8473e-06 2.49759e-06 1.74642e-06 1.89822e-06 2.55722e-06 2.86566e-06 3.27392e-06 3.87595e-06 3.95499e-06 3.41914e-06 1.92425e-06 4.25402e-07 2.77653e-07 1.89665e-06 3.5608e-06 4.40894e-06 4.25661e-06 3.4076e-06 2.10666e-06 5.58596e-07 5.57422e-08 4.5175e-07 3.45755e-07 -3.12548e-07 -1.35001e-06 -5.67483e-07 9.09203e-07 1.40334e-06 1.68833e-06 1.69149e-06 1.47927e-06 1.32036e-06 1.19149e-06 7.68636e-07 -5.91255e-08 -5.68818e-09 1.27377e-06 2.29542e-06 1.61212e-06 1.05959e-07 -3.09441e-07 -1.34135e-06 -7.20431e-07 9.82764e-07 4.15886e-07 7.81724e-07 2.86171e-06 3.95126e-06 3.89374e-06 3.05934e-06 2.01748e-06 2.53063e-06 3.31498e-06 2.51947e-06 1.19472e-06 4.08071e-07 3.1885e-07 1.22882e-06 2.27258e-06 2.80398e-06 1.58297e-06 7.83589e-07 -9.38949e-09 4.49772e-07 1.78507e-06 3.0846e-06 3.86169e-06 3.4981e-06 2.03868e-06 2.72314e-07 -8.07739e-07 -3.06292e-07 6.64891e-08 -1.80011e-07 -7.84519e-08 -4.22134e-07 -6.47891e-07 4.79477e-08 5.72656e-07 6.69847e-07 5.07467e-07 3.24719e-07 2.25834e-07 1.406e-08 -4.70042e-07 -4.26928e-07 1.1211e-06 1.75048e-06 -2.34152e-06 -2.61948e-06 -1.89066e-06 -9.07829e-07 9.77774e-07 2.12863e-06 1.2118e-06 -7.67647e-07 -1.24154e-06 4.55047e-07 1.64175e-06 1.67125e-06 1.58433e-06 1.64073e-06 1.88473e-06 1.69537e-06 9.25194e-07 1.09901e-07 -3.72089e-07 7.02055e-08 8.65561e-07 1.56931e-06 1.33e-06 1.59205e-07 1.28037e-07 2.01043e-07 -1.29295e-07 8.19117e-07 2.18863e-06 1.85812e-06 6.19617e-07 -8.00598e-07 -1.45934e-06 2.99343e-07 2.00483e-06 2.13593e-06 1.12418e-06 -3.18783e-07 -1.32058e-06 -1.68956e-06 -1.53981e-06 -7.79741e-07 5.11245e-07 1.52455e-06 1.91811e-06 1.1233e-06 -7.0369e-07 -1.15148e-06 8.03189e-07 2.01072e-06 -1.53332e-06 -1.95906e-06 -7.96633e-07 1.31458e-06 2.81299e-06 3.70216e-06 3.78013e-06 2.93295e-06 2.0186e-06 2.0588e-06 2.24316e-06 1.52766e-06 6.32782e-07 9.3714e-07 8.91904e-07 2.72031e-07 -1.28401e-08 6.67994e-09 1.09235e-06 2.34123e-06 3.2867e-06 3.02851e-06 -1.98049e-07 -2.00378e-07 -1.48251e-07 -1.85881e-08 1.63801e-07 2.78559e-07 2.74798e-07 2.22137e-07 1.6418e-07 1.44342e-07 3.02231e-07 5.76515e-07 5.58232e-07 2.45475e-07 -5.95796e-09 -1.00859e-07 -4.41475e-08 1.26288e-07 4.01919e-07 4.75081e-07 3.04685e-07 9.62556e-08 4.19442e-08 1.78105e-08 -1.37462e-07 -3.77179e-07 -3.44076e-07 -3.17691e-07 -3.65592e-07 -3.87226e-07 -3.11977e-07 -1.30824e-07 3.83671e-08 8.58109e-08 4.06624e-08 -3.07067e-08 -1.1252e-07 -1.94405e-07 -2.7151e-07 -3.20025e-07 -2.9389e-07 -2.40657e-07 -2.43969e-07 -2.47256e-07 -1.95267e-07 -1.40184e-07 -9.7999e-08 -7.35519e-08 -9.94236e-08 -1.60831e-07 -2.90924e-07 -2.95666e-07 -2.22208e-07 -1.59905e-08 2.86801e-07 4.55003e-07 4.25323e-07 3.55444e-07 2.84906e-07 2.41857e-07 4.18975e-07 9.13625e-07 1.03728e-06 5.32318e-07 1.21213e-07 -1.71751e-08 5.73711e-08 2.76907e-07 8.04175e-07 9.64853e-07 5.7904e-07 2.79613e-07 2.03981e-07 9.10849e-08 -1.99151e-07 -5.75841e-07 -5.2129e-07 -5.1435e-07 -5.93702e-07 -6.44672e-07 -5.67317e-07 -2.81082e-07 6.22043e-08 1.97802e-07 1.50491e-07 3.73128e-08 -1.22698e-07 -2.79209e-07 -3.94297e-07 -4.19941e-07 -3.60914e-07 -3.56721e-07 -4.33982e-07 -4.58428e-07 -3.57558e-07 -2.41559e-07 -1.61553e-07 -1.2167e-07 -1.54544e-07 -2.35885e-07 -4.62686e-07 -4.64384e-07 -3.50486e-07 -2.56892e-08 4.84051e-07 7.34025e-07 6.12622e-07 5.30766e-07 4.77568e-07 3.36858e-07 3.4477e-07 9.52183e-07 1.67904e-06 1.18644e-06 4.54181e-07 2.27794e-07 2.67564e-07 2.86679e-07 1.15799e-06 1.95813e-06 1.32611e-06 6.59784e-07 4.62554e-07 2.85445e-07 -1.25449e-07 -7.36632e-07 -6.62397e-07 -7.84385e-07 -9.45395e-07 -1.03405e-06 -9.59685e-07 -5.80807e-07 6.87179e-09 3.79182e-07 4.22862e-07 2.87331e-07 4.05824e-08 -2.33308e-07 -4.62053e-07 -4.80741e-07 -3.41076e-07 -4.22092e-07 -7.15166e-07 -8.02868e-07 -6.20419e-07 -3.87273e-07 -2.52392e-07 -2.09897e-07 -2.36865e-07 -3.55371e-07 -6.69787e-07 -7.46762e-07 -6.19622e-07 -1.86724e-07 6.16616e-07 1.1543e-06 8.45795e-07 6.38939e-07 6.95194e-07 5.0417e-07 2.00245e-07 2.9451e-07 1.57973e-06 2.03303e-06 1.11565e-06 3.90036e-07 3.65886e-07 3.05612e-08 8.17537e-07 2.95118e-06 2.65417e-06 1.24063e-06 7.17975e-07 6.67463e-07 2.31407e-07 -5.40381e-07 -6.36075e-07 -8.81534e-07 -1.07764e-06 -1.17293e-06 -1.15199e-06 -8.69379e-07 -1.84838e-07 5.18752e-07 8.8393e-07 9.11135e-07 5.64443e-07 3.69089e-08 -5.16379e-07 -6.78784e-07 -3.40521e-07 -1.84248e-07 -6.3954e-07 -1.03332e-06 -9.13485e-07 -5.26651e-07 -2.28929e-07 -1.59497e-07 -2.78889e-07 -4.48492e-07 -7.67731e-07 -1.13309e-06 -1.41896e-06 -9.47917e-07 3.95936e-07 1.61966e-06 1.32552e-06 7.05903e-07 7.81964e-07 1.07831e-06 7.04799e-07 -5.2412e-07 4.91822e-07 2.05842e-06 2.01392e-06 5.62088e-07 1.27037e-11 6.21843e-08 1.77625e-07 2.93879e-06 3.83678e-06 1.89218e-06 5.97546e-07 1.0951e-06 1.11571e-06 1.90549e-07 -4.32027e-07 -8.36105e-07 -9.67156e-07 -9.48971e-07 -9.05942e-07 -8.51531e-07 -3.66641e-07 4.64513e-07 1.18963e-06 1.65989e-06 1.51675e-06 6.99085e-07 -4.11194e-07 -9.02767e-07 -4.28598e-07 2.67425e-07 1.36761e-07 -6.35066e-07 -1.01662e-06 -6.41256e-07 -9.19997e-09 4.75162e-07 3.25246e-07 -3.32755e-07 -3.24084e-07 -3.91915e-07 -1.79e-06 -3.38272e-06 -8.1065e-07 2.23371e-06 2.44935e-06 1.05368e-06 8.05157e-07 1.47669e-06 2.37311e-06 1.12219e-07 -3.14576e-06 1.12974e-06 1.92519e-06 8.63872e-07 -6.45263e-07 -1.11063e-07 4.21157e-07 1.70612e-06 4.25072e-06 2.38798e-06 5.01509e-07 8.02552e-07 1.83489e-06 6.83917e-07 5.79282e-07 3.08991e-07 -2.4027e-07 -3.57548e-07 -1.37441e-07 -2.65551e-07 -2.70773e-07 2.57453e-07 1.0856e-06 2.0261e-06 2.35066e-06 1.51652e-06 -6.91388e-08 -7.75629e-07 -2.62554e-07 9.67893e-07 1.40956e-06 9.06917e-07 -3.65782e-07 -6.70073e-07 1.38652e-07 1.49227e-06 2.09615e-06 8.32093e-07 9.73602e-07 1.34143e-06 5.64431e-07 -4.25211e-06 -3.29371e-06 5.66922e-06 5.66815e-06 2.93141e-06 -1.11912e-07 2.24863e-06 3.17991e-06 4.75866e-06 -1.86989e-06 6.42582e-11 1.16744e-06 6.32941e-07 -3.30386e-07 -2.74689e-07 3.49611e-06 4.59679e-07 3.24487e-06 3.49884e-06 1.13607e-06 4.89102e-07 1.19849e-06 8.57835e-07 2.4197e-06 2.51359e-06 1.3646e-06 5.29569e-07 3.85543e-07 1.00601e-06 7.32869e-07 2.84932e-07 5.69471e-07 1.62107e-06 2.75473e-06 2.30379e-06 4.15303e-07 -3.57217e-07 4.40921e-08 1.80613e-06 2.84142e-06 2.70145e-06 1.72163e-06 -2.08366e-07 -1.21186e-07 1.84686e-06 3.98376e-06 3.00844e-06 2.95761e-06 3.13681e-06 3.38528e-06 -1.01055e-06 -2.17701e-06 1.03059e-05 9.32916e-06 6.37724e-06 1.92065e-06 2.38292e-06 4.8652e-06 4.87966e-06 4.7046e-06 -4.19387e-07 7.31757e-08 5.69033e-07 4.09477e-07 1.10129e-07 4.06665e-06 -1.00105e-06 8.80322e-07 4.48283e-06 3.63974e-06 8.19094e-07 -1.76886e-07 4.80421e-07 5.33532e-06 6.53757e-06 4.12776e-06 2.37008e-06 5.41708e-07 1.5069e-06 3.53242e-06 3.2538e-06 2.23629e-06 1.62181e-06 1.9646e-06 2.13997e-06 1.01805e-06 9.39977e-08 -2.17517e-08 1.71273e-06 3.80501e-06 3.89513e-06 3.31824e-06 1.6992e-06 -4.61039e-07 9.99409e-07 4.39503e-06 4.97502e-06 5.09351e-06 4.91545e-06 5.2262e-06 3.72645e-06 1.58275e-06 1.07614e-05 1.06964e-05 8.6341e-06 5.27977e-06 3.12228e-06 6.13983e-06 5.74001e-06 4.05678e-06 1.52085e-06 1.04292e-06 5.65655e-07 3.5387e-06 5.35736e-07 2.35062e-06 1.463e-07 -2.55703e-06 2.32588e-06 6.24368e-06 2.63788e-06 -6.21593e-07 -6.82963e-07 5.38426e-06 9.67403e-06 8.20369e-06 5.44778e-06 2.5334e-06 2.087e-06 5.79914e-06 7.16211e-06 5.78757e-06 3.89527e-06 5.19512e-06 9.01577e-07 9.3632e-07 4.35026e-07 -2.55167e-07 8.0723e-07 3.19401e-06 4.66574e-06 3.59407e-06 2.78571e-06 4.65639e-07 -8.13276e-07 2.78587e-06 5.69541e-06 6.61366e-06 5.73043e-06 5.44164e-06 6.76512e-06 6.95321e-06 7.84187e-06 8.51381e-06 8.77753e-06 7.2474e-06 3.52229e-06 6.36507e-06 7.00583e-06 4.72871e-06 1.21683e-06 2.64054e-06 9.31701e-07 2.44289e-06 -5.8959e-06 6.28804e-07 -4.46412e-06 -3.22702e-06 -2.93271e-06 3.2558e-06 4.07629e-06 1.79788e-06 -2.64203e-06 1.41433e-06 5.71932e-06 9.55243e-06 8.80831e-06 4.79242e-06 3.52055e-06 7.50923e-06 1.39932e-05 9.58525e-06 3.97946e-06 5.22767e-06 4.27905e-06 6.13705e-07 7.58543e-07 2.15246e-07 2.98771e-06 1.95971e-06 3.9443e-06 3.70484e-06 2.57378e-06 1.51436e-06 -1.77187e-06 1.01091e-07 5.13536e-06 7.46168e-06 3.94998e-06 3.22216e-06 6.36768e-06 1.11504e-05 7.13239e-06 5.51777e-06 8.0135e-06 8.25486e-06 3.8657e-06 5.50143e-06 7.65928e-06 5.31201e-06 3.47393e-07 3.4442e-06 3.82257e-06 1.80185e-06 -2.23203e-06 1.28704e-07 -3.58833e-06 -6.34387e-06 -3.43052e-06 -9.24041e-08 2.0751e-06 3.95957e-06 -1.43857e-07 7.58707e-07 3.61766e-06 6.38338e-06 9.64079e-06 6.36208e-06 4.8054e-06 7.99009e-06 1.22694e-05 8.71408e-06 2.22569e-06 8.90127e-07 4.3304e-06 4.87312e-06 2.2298e-06 -8.36454e-08 3.76659e-06 -1.24365e-06 1.53862e-06 2.1685e-06 1.56496e-06 1.31204e-06 -7.33721e-07 3.48339e-06 5.67298e-06 2.82786e-06 -2.09891e-07 4.58364e-07 4.26198e-06 1.17404e-05 8.77149e-06 5.23405e-06 7.95755e-06 9.7138e-06 5.2025e-06 4.48706e-06 8.2895e-06 4.97076e-06 -8.19081e-07 1.94129e-06 6.67716e-06 2.09746e-06 1.55617e-06 1.06254e-06 -5.09516e-07 -1.40801e-06 -2.85323e-07 -1.99968e-06 4.46921e-07 3.64559e-06 1.7859e-06 1.12646e-05 1.64935e-05 2.03827e-06 7.41624e-06 6.93122e-06 7.04864e-06 7.90012e-06 6.24635e-06 4.20391e-06 -1.40596e-06 -4.29355e-06 6.18647e-07 7.0789e-06 4.69066e-06 4.48868e-08 4.06226e-06 -5.59723e-06 -5.74215e-06 7.42176e-07 5.18049e-07 5.00181e-06 2.70167e-06 6.7941e-06 4.82201e-06 -3.92018e-07 1.17988e-06 -1.05524e-06 1.83469e-06 1.0106e-05 9.67883e-06 6.19895e-06 8.43129e-06 1.00018e-05 5.79089e-06 2.78464e-06 8.35423e-06 3.90068e-06 1.01666e-06 -1.39223e-06 -1.76837e-06 -8.09231e-07 3.10233e-06 -3.14281e-07 -5.01168e-07 5.2413e-07 3.29969e-07 -1.0688e-06 -9.39981e-07 1.84654e-06 6.82711e-06 1.4558e-05 2.14007e-05 -1.03227e-06 4.87984e-06 8.49574e-06 1.29849e-05 7.19991e-06 8.15939e-07 -3.05657e-06 -4.48998e-06 -4.47444e-06 7.77208e-07 3.23749e-06 2.52029e-06 1.56516e-06 3.285e-06 -5.25959e-06 -8.71362e-06 -3.07358e-07 5.11092e-06 1.12716e-05 9.42395e-06 -3.29286e-06 -3.04714e-06 -7.42965e-07 6.35139e-06 3.26175e-06 2.15393e-06 1.35292e-05 1.33689e-05 7.43186e-06 8.74573e-06 5.57568e-06 1.45912e-06 1.83402e-06 6.70239e-06 2.41667e-06 3.47583e-06 -8.28317e-08 -5.02571e-06 -5.51484e-06 2.82238e-07 -3.97863e-06 -3.82901e-06 1.43067e-07 1.77574e-06 -1.14866e-06 -1.49511e-06 -4.25586e-06 4.16364e-06 1.38933e-05 1.9461e-05 5.79587e-07 7.47234e-06 1.67178e-05 1.75517e-05 3.68074e-06 -1.83273e-06 -7.19781e-06 -6.05756e-06 -1.51032e-06 4.27915e-06 3.7405e-06 7.42048e-07 4.47424e-06 -7.85532e-06 -9.65468e-06 -5.9891e-06 -7.09459e-07 1.72525e-06 8.47807e-06 9.22149e-06 -7.99858e-07 -9.16588e-07 -4.46131e-06 8.48106e-06 3.85154e-06 6.27985e-06 1.8843e-05 1.21453e-05 4.62598e-06 4.9999e-06 -1.1899e-06 -1.83086e-06 2.0827e-06 6.72875e-06 2.66651e-06 3.0577e-06 1.25081e-06 -3.68791e-06 -6.5635e-06 -1.38573e-06 -2.60738e-06 -2.72561e-06 2.69353e-09 9.70105e-07 -1.66904e-06 -4.10536e-07 -9.07617e-06 9.40292e-07 1.55147e-05 2.36188e-05 1.98074e-06 6.70959e-06 1.42788e-05 1.26784e-05 5.37046e-06 5.60459e-07 -4.28391e-06 -4.13537e-06 2.65377e-06 6.56248e-06 3.91182e-06 1.94109e-06 6.80864e-06 -2e-05 -1.58034e-05 9.73635e-09 -2.40984e-06 -2.04276e-06 5.09629e-06 6.41252e-06 -3.1773e-06 -7.27564e-06 -2.86546e-06 7.18079e-06 1.26199e-05 6.40557e-06 4.31219e-06 1.76108e-06 4.59789e-07 3.18791e-06 6.40614e-06 6.19576e-06 4.13173e-06 6.97488e-06 1.54438e-06 2.21667e-06 6.87849e-06 1.96215e-06 -1.30874e-06 2.98113e-06 5.88745e-06 7.57028e-06 7.83344e-07 -4.80316e-06 8.54459e-07 3.39642e-06 -6.50637e-06 -2.96062e-06 1.55546e-05 3.63103e-05 -2.60085e-06 4.50828e-06 -7.3597e-08 5.83788e-06 9.06339e-06 4.51358e-06 -2.56155e-06 -3.26891e-06 4.37619e-06 6.22452e-06 4.39557e-06 5.57172e-06 5.85874e-06 -1.57359e-05 -4.90674e-06 6.51644e-06 -2.22792e-06 -2.10199e-06 1.04454e-05 1.07161e-05 -1.98887e-05 -2e-05 2.88153e-06 4.65736e-06 8.42928e-06 1.30869e-05 7.06818e-06 7.29488e-06 -2.57576e-07 2.05977e-06 1.03453e-05 5.80992e-06 2.7341e-06 6.79276e-06 3.99029e-06 6.00252e-06 8.24568e-06 9.98496e-06 5.9049e-06 5.00114e-06 8.8756e-06 8.24942e-06 1.22409e-06 -1.10805e-06 4.79795e-07 3.75654e-06 5.51072e-06 -7.23079e-06 -1.31338e-05 -9.81052e-06 -8.46155e-06 -9.10555e-06 9.7712e-07 7.4624e-06 6.77017e-06 4.21264e-06 -3.62976e-06 -4.65072e-06 1.1574e-06 5.27235e-06 6.03496e-06 5.58542e-06 4.11218e-06 5.34588e-06 4.92623e-06 1.24966e-05 1.28728e-05 1.58635e-05 3.38889e-05 1.70365e-05 -2e-05 -1.17243e-05 9.39515e-07 -7.87384e-06 -6.34665e-06 2.31774e-05 8.39179e-06 -1.93645e-06 -5.28572e-06 -7.80654e-07 6.26083e-07 -2.22709e-06 -3.3072e-06 -4.0856e-06 -1.15125e-06 5.43784e-06 5.65189e-06 7.77775e-06 6.8701e-06 3.91556e-06 6.75916e-06 9.38019e-06 -5.55636e-06 -5.75606e-06 3.57455e-06 7.96666e-06 7.33782e-07 -6.62911e-06 -1.28268e-06 -2.67825e-06 5.86242e-06 3.20652e-06 1.03642e-05 9.40751e-06 2.97242e-06 3.54036e-06 -9.32674e-07 -6.44615e-06 -2.72989e-06 2.09465e-06 5.79843e-06 2.44026e-06 2.49595e-06 1.16551e-05 8.07648e-06 1.25565e-05 1.61426e-05 1.78919e-05 3.95142e-05 2.01703e-05 -9.50287e-06 2.10498e-07 5.99243e-06 9.30518e-07 -5.64204e-06 8.42195e-06 2.37354e-06 1.82306e-06 2.65977e-07 7.58961e-08 6.10272e-06 7.23086e-06 7.14713e-06 5.12227e-07 -2.86126e-06 1.89848e-06 1.60535e-06 4.10705e-06 8.14505e-06 7.47995e-06 7.5289e-06 3.37815e-06 -1.57469e-05 -2e-05 -5.14672e-07 2.97554e-06 -3.39881e-06 6.26185e-07 4.85185e-06 6.23928e-06 2.38181e-05 1.1425e-05 3.45951e-06 4.32833e-06 5.46872e-06 1.23276e-05 7.87705e-06 3.23247e-06 -9.73261e-07 1.83449e-06 6.91303e-06 -4.22795e-06 -8.67528e-07 2.16152e-05 1.27094e-05 1.27158e-05 9.34124e-06 9.75482e-06 2.03802e-05 6.42765e-06 4.5864e-06 6.91516e-06 1.11499e-05 1.12095e-05 8.72893e-06 4.80466e-06 3.59963e-06 6.67739e-06 4.62528e-06 4.61219e-06 1.67502e-05 1.76237e-05 1.53661e-05 8.76113e-06 2.10135e-06 1.39488e-08 -5.65058e-06 -9.74995e-06 4.0399e-06 1.56972e-05 1.54102e-05 9.48792e-06 -1.419e-05 -2e-05 -8.20067e-07 1.52754e-06 1.96068e-06 6.20935e-06 7.52221e-06 1.3485e-05 2.39527e-05 2.08608e-05 5.56378e-06 1.47942e-06 6.72766e-06 1.38165e-05 1.69705e-05 1.31373e-05 5.82718e-06 2.74699e-06 -6.23067e-06 -1.86566e-05 -9.16474e-06 2.11424e-05 1.5193e-05 1.0388e-05 1.30514e-05 1.03931e-05 9.14346e-06 4.52724e-06 1.40036e-05 1.53668e-05 6.11715e-06 5.29899e-06 1.71318e-06 2.29013e-06 9.01605e-06 1.00039e-05 7.77301e-06 1.19538e-05 1.95152e-05 1.79713e-05 1.02571e-05 5.34757e-06 2.75751e-06 3.59842e-07 -1.63453e-05 -2e-05 -9.34058e-06 1.94479e-05 2.72805e-05 2.27846e-05 8.60754e-06 -4.88963e-06 1.73815e-06 1.55069e-06 -1.28462e-06 9.25964e-07 6.46445e-06 1.77075e-06 3.27368e-06 5.39951e-06 3.04786e-06 3.67251e-06 -1.40958e-06 8.26684e-06 1.88378e-05 2.07656e-05 1.46255e-05 1.07887e-05 6.48938e-06 -1.12747e-05 -8.30829e-06 6.05321e-06 1.01661e-05 1.13235e-05 1.09333e-05 9.23086e-06 6.10127e-06 -7.03948e-07 1.41327e-06 6.98983e-06 6.06959e-07 3.38392e-07 1.18822e-06 7.58477e-06 1.20784e-05 9.98704e-06 6.79715e-06 1.28065e-05 2.00143e-05 1.39221e-05 5.12592e-06 1.16875e-06 -3.35786e-06 -2e-05 -1.92929e-05 -2e-05 -2e-05 1.15781e-06 2.03802e-05 2.77716e-05 1.58579e-05 1.58769e-06 -9.46748e-07 -6.89801e-09 -2.26412e-07 5.94354e-06 6.51082e-06 3.32562e-06 -2.77445e-06 -2.16855e-06 3.04128e-06 7.77597e-06 9.3e-06 5.71124e-06 8.90313e-06 1.86259e-05 2.09521e-05 2.29579e-05 1.98791e-05 9.78412e-06 6.58628e-06 1.14307e-05 3.40359e-06 4.06696e-06 8.15744e-06 8.66444e-06 5.51571e-06 3.70886e-06 1.90518e-06 3.02783e-06 8.20737e-06 9.09763e-06 1.33412e-05 1.61007e-05 1.14027e-05 7.28442e-06 6.63197e-06 7.87791e-06 9.65734e-06 7.3315e-06 4.56917e-06 6.29495e-06 3.60557e-06 -1.8737e-05 -2e-05 -2e-05 -7.17458e-06 -1.2441e-05 3.55114e-06 1.36983e-05 2.17209e-05 1.79769e-05 9.91221e-06 8.61824e-06 1.03359e-05 9.69442e-06 1.09564e-05 9.92675e-06 2.47903e-06 -6.43188e-06 -1.89247e-06 8.06889e-07 -1.36886e-07 -3.38715e-06 2.07286e-06 7.08861e-06 1.02208e-05 1.85165e-05 2.709e-05 2.5378e-05 1.72704e-05 1.28343e-05 8.05045e-06 4.15401e-06 4.17371e-06 1.13686e-05 1.32037e-05 1.31365e-05 1.29543e-05 1.15809e-05 1.82476e-05 1.63518e-05 1.86478e-05 2.29187e-05 3.07692e-05 3.17278e-05 2.46314e-05 1.61163e-05 9.85967e-06 5.67765e-06 2.76809e-06 4.11279e-06 6.96141e-06 8.30825e-07 -4.54877e-06 -8.33459e-06 -3.41768e-06 9.99064e-07 -6.5501e-07 3.2084e-06 1.01479e-05 1.94059e-05 1.99666e-05 1.22792e-05 1.00181e-05 1.1564e-05 1.17811e-05 1.05802e-05 6.6687e-06 -6.27203e-06 -8.21911e-06 -9.09431e-06 -1.15127e-05 -1.04781e-05 -9.29474e-06 3.76631e-07 3.41877e-06 8.07903e-06 1.5346e-05 1.70354e-05 1.17898e-05 9.06717e-06 1.00013e-05 1.014e-05 4.61947e-06 2.42926e-06 3.96953e-06 7.46131e-06 1.50406e-05 2.04816e-05 1.14708e-05 1.13227e-05 1.23193e-05 1.49465e-05 1.44603e-05 1.14857e-05 9.34983e-06 8.08278e-06 7.68907e-06 7.49416e-06 6.051e-06 3.48682e-06 3.25406e-06 4.9954e-06 1.9485e-06 -2.21566e-06 1.08614e-06 3.26407e-06 -1.79481e-07 2.71255e-06 2.8689e-06 9.33817e-06 1.13733e-05 9.83482e-06 7.44549e-06 5.62876e-06 3.85605e-06 1.45886e-06 -2.19587e-06 -5.96013e-06 -7.64122e-06 -7.61023e-06 -7.80084e-06 -8.08759e-06 -2.51106e-06 3.03887e-06 5.46562e-06 5.66798e-06 7.17647e-06 6.6456e-06 4.62376e-06 4.92125e-06 8.58337e-06 1.11753e-05 9.6538e-06 5.53116e-06 1.69106e-06 3.29361e-06 7.40554e-06 9.99366e-06 4.76854e-06 6.26916e-06 8.54771e-06 8.86577e-06 7.46935e-06 5.12418e-06 2.9402e-06 1.92078e-06 1.87702e-06 2.37946e-06 2.32132e-06 9.41558e-07 -1.11123e-06 -1.88369e-06 -1.43226e-06 3.25656e-07 2.56123e-06 1.85588e-06 -2.69727e-07 -6.77616e-07 2.18779e-06 5.00237e-06 1.05868e-05 1.05339e-05 5.93233e-06 2.43243e-06 -8.20342e-07 -4.15005e-06 -5.50876e-06 -9.64372e-06 -1.04423e-05 -7.4402e-06 -3.30014e-06 -6.06751e-07 3.11033e-06 9.65508e-06 1.04532e-05 9.67742e-06 6.45762e-06 3.00674e-06 1.73889e-07 1.05859e-07 2.60694e-06 6.22951e-06 8.58474e-06 7.59267e-06 3.96411e-06 2.20588e-06 3.7604e-06 5.08271e-06 4.98564e-06 5.60594e-06 4.60771e-06 2.77899e-06 1.91753e-06 2.01607e-06 2.06168e-06 1.25101e-06 3.41686e-07 -8.57979e-09 1.06188e-07 -1.06554e-07 -1.07205e-06 -1.72075e-06 -6.60822e-07 1.04723e-06 1.53878e-06 1.40996e-06 2.55559e-07 -9.20667e-07 1.0521e-06 4.42088e-06 8.0464e-06 6.96365e-06 3.06574e-06 1.36453e-06 8.61784e-07 -1.32486e-07 -1.22926e-06 -2.38736e-06 -2.70498e-06 -2.0812e-06 6.16533e-07 3.35198e-06 4.74439e-06 6.57473e-06 7.82132e-06 9.09486e-06 9.88882e-06 7.49514e-06 2.82695e-06 1.40614e-06 1.80498e-07 9.76322e-08 3.11877e-06 4.23407e-06 4.41431e-06 3.96469e-06 3.92789e-06 4.2177e-06 5.31503e-06 5.12926e-06 4.16968e-06 2.59134e-06 1.30387e-06 1.46376e-06 2.38404e-06 2.13981e-06 1.22923e-06 -1.71052e-08 -7.72462e-07 8.2477e-08 4.95013e-07 -3.81357e-08 -4.90444e-07 8.03801e-07 1.45904e-06 1.57634e-06 1.56249e-06 8.18487e-07 7.54604e-07 1.82913e-06 2.71249e-06 2.49936e-06 6.84818e-07 2.25354e-07 1.21819e-06 1.33093e-06 -1.12365e-06 -3.18436e-06 -2.5069e-06 -1.48437e-06 7.22058e-07 2.98118e-06 1.641e-06 5.34464e-07 3.35776e-06 6.29312e-06 7.72231e-06 6.58315e-06 3.98447e-06 2.83326e-06 3.34529e-06 2.3913e-06 2.32052e-07 -8.03789e-07 1.85742e-06 3.237e-06 3.99119e-06 4.68197e-06 3.72088e-06 3.07431e-06 1.8214e-06 1.76789e-07 -9.70991e-07 -3.21859e-07 2.58084e-07 -2.02541e-07 -4.52726e-07 -5.11938e-07 -3.17352e-07 6.03177e-07 1.2837e-06 1.26251e-06 5.81506e-07 -3.34735e-07 -9.00438e-07 -4.31246e-08 1.13738e-06 1.24907e-06 7.80511e-07 1.83542e-07 5.61539e-07 1.32157e-06 1.33546e-06 1.14333e-06 2.24869e-06 2.98669e-06 -2.93874e-06 -4.11292e-06 -3.00582e-06 -1.2301e-06 6.03863e-07 2.57264e-06 2.62855e-06 1.10785e-06 8.09676e-07 2.6074e-06 3.69233e-06 3.34829e-06 2.39798e-06 1.49345e-06 1.57457e-06 1.66e-06 3.46477e-07 -1.04371e-06 2.0399e-07 1.39131e-06 2.56894e-06 3.46917e-06 2.8069e-06 1.31696e-06 5.04252e-07 -5.55525e-07 -2.05846e-06 -6.50527e-07 7.72125e-07 -3.63821e-07 -7.91683e-07 1.33698e-06 2.74261e-06 2.84679e-06 2.91783e-06 2.1889e-06 1.66617e-07 -2.24646e-06 -3.0895e-06 -2.23224e-06 -7.16145e-07 2.43636e-07 6.2765e-07 2.3902e-07 -2.80438e-07 -5.02642e-08 2.40562e-07 5.78872e-07 1.37842e-06 1.60711e-06 -1.49067e-06 -3.16595e-06 -2.00923e-06 4.83225e-07 2.65486e-06 5.94706e-06 7.55823e-06 6.86351e-06 5.53236e-06 3.96779e-06 2.46336e-06 1.3517e-06 5.44056e-07 1.11782e-06 1.29911e-06 7.34568e-07 3.93953e-08 -3.4928e-07 -6.42654e-08 1.84265e-06 3.50252e-06 3.89101e-06 6.53115e-08 -7.05088e-08 -1.37049e-07 -1.3874e-07 -9.68802e-08 -6.59241e-08 -7.37481e-08 -9.6277e-08 -9.62963e-08 -7.71768e-08 -5.28996e-08 -1.06367e-08 3.48847e-08 9.41456e-08 4.24471e-08 -1.88182e-07 -4.90961e-07 -6.7782e-07 -6.99665e-07 -5.71325e-07 -2.63832e-07 1.11865e-07 3.61395e-07 4.35693e-07 2.25075e-07 -1.10293e-07 -3.28316e-07 -4.29426e-07 -5.14968e-07 -5.73527e-07 -5.45309e-07 -3.28599e-07 1.90902e-08 2.91233e-07 4.08792e-07 4.14309e-07 3.32928e-07 2.17667e-07 1.84329e-07 3.40711e-07 5.84568e-07 6.67362e-07 5.61152e-07 4.16374e-07 2.91104e-07 1.83161e-07 1.41246e-07 1.84937e-07 2.38706e-07 2.07208e-07 1.77143e-07 -3.79416e-08 -1.86253e-07 -2.25113e-07 -1.58324e-07 -1.0856e-07 -1.25844e-07 -1.55151e-07 -1.57776e-07 -1.31043e-07 -1.0308e-07 1.82997e-08 1.45599e-07 2.26977e-07 1.02036e-07 -2.6411e-07 -6.76699e-07 -8.81113e-07 -8.34126e-07 -6.84078e-07 -3.15578e-07 2.69852e-07 7.09351e-07 7.71729e-07 3.9178e-07 -7.79713e-08 -3.44686e-07 -5.03766e-07 -5.99775e-07 -6.59889e-07 -6.33232e-07 -3.78093e-07 4.65613e-08 4.17482e-07 6.49628e-07 7.17509e-07 5.91234e-07 3.85467e-07 2.83109e-07 4.98285e-07 8.95512e-07 1.0152e-06 8.10656e-07 5.97832e-07 4.38603e-07 2.844e-07 2.10764e-07 2.94171e-07 4.17603e-07 3.80081e-07 4.35036e-07 2.17567e-07 -2.02845e-08 -1.73718e-07 -1.15683e-07 -6.42236e-08 -1.12166e-07 -1.54972e-07 -1.92124e-07 -2.04713e-07 -2.15932e-07 -7.18113e-08 3.09736e-07 5.5074e-07 3.67113e-07 -2.61441e-07 -8.60223e-07 -9.95324e-07 -7.08473e-07 -4.48413e-07 -1.06155e-07 5.84935e-07 1.43839e-06 1.62622e-06 9.1817e-07 1.41954e-07 -1.56609e-07 -3.58594e-07 -5.54216e-07 -6.40612e-07 -6.57235e-07 -3.80449e-07 1.00263e-07 4.31274e-07 7.29188e-07 9.71482e-07 9.06399e-07 6.08078e-07 3.02734e-07 4.33878e-07 9.9888e-07 1.28875e-06 1.02458e-06 7.09363e-07 5.07254e-07 3.00622e-07 1.39596e-07 2.38377e-07 5.36886e-07 6.33761e-07 9.53164e-07 6.98292e-07 4.91618e-07 2.4727e-07 1.60417e-07 1.50433e-07 9.27149e-09 -1.02622e-08 -7.97405e-08 -2.57463e-07 -2.57386e-07 -4.03964e-07 1.19409e-07 9.52694e-07 1.0092e-06 1.96181e-07 -7.4418e-07 -8.90372e-07 -4.93382e-07 1.42415e-07 4.66353e-07 9.12462e-07 2.38564e-06 3.5598e-06 2.37978e-06 6.89423e-07 2.67704e-07 7.8858e-08 -2.47621e-07 -6.03048e-07 -6.61671e-07 -4.08913e-07 1.85311e-07 4.62867e-07 4.79517e-07 7.75012e-07 9.80695e-07 7.35613e-07 2.39581e-07 1.23209e-07 8.0433e-07 1.51527e-06 1.36292e-06 7.95183e-07 3.28814e-07 3.40217e-08 -1.20184e-07 -9.40393e-08 3.42987e-07 8.83226e-07 1.81665e-06 1.88853e-06 1.34301e-06 9.46679e-07 7.28246e-07 4.85193e-07 1.96002e-08 1.06267e-07 2.14433e-07 -1.0897e-07 -1.88445e-07 -3.53038e-07 -5.12132e-07 8.71151e-07 1.92795e-06 1.22502e-06 -8.69937e-08 -4.8712e-07 -2.99403e-07 6.69945e-08 6.73006e-07 8.87422e-07 2.23354e-06 5.72635e-06 5.244e-06 1.95278e-06 7.46001e-07 4.31213e-07 3.32193e-07 -1.70202e-07 -7.88197e-07 -6.3159e-07 2.62967e-07 9.03435e-07 3.54754e-07 2.25202e-07 5.43479e-07 5.91493e-07 2.23986e-07 -1.78517e-07 3.74496e-07 1.69686e-06 2.11361e-06 1.54505e-06 4.60186e-07 -4.20992e-07 -4.55332e-07 -3.27076e-07 -8.44185e-08 7.85263e-07 2.27946e-06 4.00058e-06 3.82122e-06 2.2215e-06 1.25226e-06 7.76731e-07 -2.61989e-07 -2.19853e-07 2.548e-07 2.08715e-07 1.46625e-08 3.93112e-07 -4.13612e-07 1.16407e-07 2.2732e-06 2.85062e-06 1.40357e-06 5.13159e-07 2.37e-07 -7.50742e-07 -4.71501e-07 8.30084e-07 1.01035e-06 5.04327e-06 7.70367e-06 4.35062e-06 2.19617e-06 5.68272e-07 7.05324e-07 1.13348e-06 -4.94292e-08 -7.71343e-07 4.6141e-08 1.51866e-06 6.70632e-07 -2.4006e-07 -3.01282e-07 -6.42919e-08 2.71508e-07 -3.43969e-07 -2.78225e-07 1.21477e-06 2.82798e-06 3.23611e-06 1.62816e-06 -5.37489e-07 -1.04798e-06 -2.53299e-07 -6.70533e-08 3.20355e-07 2.01722e-06 5.68527e-06 7.66614e-06 6.56468e-06 2.47093e-06 1.08573e-06 -7.00665e-07 -8.26722e-07 -1.80068e-07 2.70458e-07 3.08001e-07 5.35113e-07 1.73226e-06 2.76131e-07 1.20369e-06 3.69287e-06 3.72457e-06 2.69086e-06 1.8835e-06 -6.18648e-07 -1.30961e-06 1.26336e-06 -2.09611e-07 2.86716e-06 7.35967e-06 6.68393e-06 5.33576e-06 2.46813e-06 4.65806e-07 1.90375e-06 1.4586e-06 -2.32005e-07 1.20893e-07 2.33016e-06 3.33398e-06 -1.16422e-06 -3.11497e-06 -1.87228e-06 3.2019e-07 -1.51764e-06 -1.17068e-05 1.95904e-07 1.92434e-06 4.52577e-06 3.71589e-06 4.50229e-07 -1.76002e-06 -7.77656e-07 7.32746e-07 3.04608e-07 1.76844e-06 6.31512e-06 1.00581e-05 1.22924e-05 6.92018e-06 1.97775e-06 -1.11866e-06 -1.4424e-06 -7.63884e-07 -1.32024e-07 3.38706e-07 1.17464e-07 1.32341e-06 3.57597e-06 1.52958e-06 2.04395e-06 3.95915e-06 4.43253e-06 5.03402e-06 1.79442e-06 -4.89593e-07 2.65035e-06 8.10764e-07 5.51424e-07 5.2428e-06 7.1418e-06 7.72393e-06 5.63855e-06 1.84522e-06 1.43517e-06 1.69264e-06 6.06661e-07 2.36016e-06 5.52719e-06 4.39959e-06 -7.55052e-07 -5.56547e-06 -3.40857e-06 5.0893e-07 -4.38534e-07 -1.06721e-05 -2.85267e-06 7.45107e-07 3.72876e-06 5.3903e-06 2.0827e-06 -9.65681e-07 -2.25766e-06 8.5557e-07 1.32521e-06 2.19241e-06 6.32565e-06 1.03699e-05 1.37387e-05 1.06221e-05 6.23307e-07 -1.52857e-06 -2.29728e-06 -1.67349e-06 -1.60679e-06 3.24464e-07 1.27399e-07 9.3615e-07 4.70047e-06 4.3394e-06 2.54977e-06 1.96851e-06 3.38039e-06 5.16792e-06 3.83668e-06 8.14951e-07 3.27107e-06 2.30764e-06 -1.58207e-07 1.43947e-06 5.13506e-06 8.50912e-06 6.85975e-06 4.13431e-06 2.58932e-06 1.85591e-06 1.68322e-06 5.47942e-06 8.15813e-06 5.79599e-06 6.66491e-07 -5.80406e-07 -1.10198e-05 -7.09204e-07 -2.43738e-06 -8.38165e-06 -4.4758e-06 5.66209e-07 2.32301e-06 5.84567e-06 3.70823e-06 1.26452e-06 -2.14114e-06 -2.84899e-07 2.22864e-06 2.35488e-06 5.242e-06 9.12361e-06 1.21359e-05 1.06622e-05 -1.14993e-06 -3.64243e-06 -2.52672e-06 -2.96045e-06 -4.52739e-06 -7.72986e-08 6.2161e-07 1.13143e-06 5.5402e-06 4.98896e-06 3.25708e-06 2.6569e-06 1.69843e-06 3.6869e-06 3.48144e-06 -3.16121e-08 1.91237e-06 6.04879e-06 3.24058e-06 2.01163e-06 1.82217e-06 5.30532e-06 4.7309e-06 3.46256e-06 3.88651e-06 3.96227e-06 6.16018e-06 8.5688e-06 1.09135e-05 1.11486e-05 5.83551e-06 1.59808e-06 -5.48959e-06 -5.55836e-06 -9.9165e-07 -4.73168e-06 -6.40039e-06 -2.52214e-07 1.33813e-06 4.93004e-06 5.4837e-06 3.79699e-06 3.76002e-07 -1.58285e-06 1.65416e-06 1.79614e-06 3.20507e-06 7.04124e-06 1.00226e-05 9.06331e-06 -4.88204e-07 -4.46385e-06 -1.7799e-06 -3.55357e-06 -5.36172e-06 -5.1355e-07 1.32087e-06 1.83311e-06 4.48196e-06 6.84504e-06 2.85862e-06 2.78003e-06 3.84199e-06 3.63656e-06 2.01079e-06 -3.73724e-06 -2.26431e-06 1.28939e-05 1.53461e-05 1.00527e-05 3.26494e-06 2.83146e-06 2.12961e-06 1.28096e-06 3.58082e-06 5.39713e-06 9.78045e-06 1.1202e-05 1.23793e-05 1.44566e-05 1.00709e-05 3.90687e-06 -1.91742e-06 -9.15046e-06 -3.70344e-06 -2.17028e-06 -6.00594e-06 -6.29145e-07 -3.4522e-06 1.73464e-06 5.80873e-06 7.20727e-06 4.22621e-06 -1.27819e-06 -8.61728e-07 1.94004e-06 1.84919e-06 4.64013e-06 8.15816e-06 6.72921e-06 -4.19289e-07 -3.58979e-06 -2.76702e-07 -3.79787e-06 -4.92851e-06 2.05291e-07 1.41559e-06 2.76989e-06 4.55731e-06 5.80091e-06 4.19441e-06 2.20895e-06 2.77126e-06 3.59179e-07 -2.71602e-06 -5.94061e-06 1.0458e-07 1.59044e-05 2.13467e-05 1.66361e-05 8.29806e-06 3.19138e-06 2.12563e-06 -6.66438e-07 2.25778e-06 6.88867e-06 1.24351e-05 1.18473e-05 1.10814e-05 1.20193e-05 8.47491e-06 2.70041e-06 -2.82827e-07 -1.94509e-06 -5.89234e-06 -1.0087e-05 -2.15013e-06 -1.86048e-06 -1.07226e-05 -1.70986e-06 3.22086e-06 1.06783e-05 8.80749e-06 9.57733e-07 -4.14227e-07 1.9986e-06 2.35246e-06 2.46131e-06 5.53657e-06 4.41573e-06 -4.15139e-07 -9.23269e-07 2.19703e-06 -3.00852e-06 -6.07646e-06 -2.97853e-06 1.38858e-06 4.65353e-08 3.33605e-06 1.57267e-06 4.69781e-06 4.91694e-06 1.89247e-06 -3.74765e-06 -7.69688e-06 -6.24881e-06 3.13484e-06 1.38693e-05 1.80538e-05 1.66762e-05 1.45121e-05 5.4355e-06 7.97836e-06 -1.86739e-06 1.34952e-06 8.82367e-06 1.37736e-05 1.09107e-05 7.5517e-06 5.30502e-06 4.63074e-06 2.65018e-06 3.41492e-06 7.43857e-06 2.85722e-06 -4.80588e-06 3.72009e-06 -1.75558e-07 -1.51666e-07 -4.83541e-09 1.24971e-06 8.35187e-06 9.69669e-06 4.32522e-06 3.63138e-06 2.31053e-06 3.14223e-06 2.33159e-06 2.46233e-06 2.45065e-06 4.28438e-07 2.30453e-06 6.08503e-06 5.03186e-06 -9.5019e-06 -1.31904e-05 -4.2074e-06 -1.13392e-05 -3.39178e-06 -9.67543e-07 3.65251e-06 1.02372e-05 6.08632e-06 -4.9062e-06 -4.04173e-06 7.12329e-07 4.08226e-06 8.84917e-06 1.23563e-05 9.89697e-06 1.23332e-05 5.41432e-06 1.0987e-05 -2.24433e-06 1.60803e-06 1.00389e-05 1.50203e-05 9.7472e-06 -6.7501e-07 -5.51964e-06 -3.837e-06 3.25959e-06 7.13029e-06 1.15201e-05 9.2366e-06 5.57197e-06 7.07544e-06 7.85308e-07 9.02707e-06 1.84e-06 2.07012e-06 1.59978e-06 9.37942e-06 1.17145e-05 7.50826e-06 3.54241e-06 4.47001e-06 2.85718e-06 2.68979e-06 2.85397e-06 3.01702e-06 8.19524e-06 1.21349e-05 1.53751e-05 -1.69051e-06 -1.57387e-05 -1.20932e-05 -1.86518e-05 -8.23442e-06 5.67126e-07 5.13574e-06 1.18877e-05 8.07661e-06 9.18934e-07 1.67462e-06 3.4832e-06 1.28326e-06 2.96027e-06 6.2555e-06 3.84528e-06 6.34339e-06 8.26141e-06 7.34596e-06 -3.51651e-06 1.73498e-06 1.16179e-05 1.68609e-05 8.97458e-06 -8.45636e-07 -8.58545e-06 -1.27772e-05 2.17435e-06 9.52639e-06 1.14795e-05 9.59908e-06 6.41397e-06 8.22626e-06 2.6945e-06 1.42024e-05 6.42944e-06 5.02948e-07 -3.42209e-06 6.75171e-06 1.52194e-05 1.02178e-05 6.12469e-06 4.69002e-06 3.85831e-07 2.44023e-06 5.29186e-06 6.38564e-06 9.79423e-06 1.77281e-05 2.94407e-05 6.0464e-06 -3.50196e-06 -2e-05 -2e-05 -1.34204e-05 -5.70687e-06 7.87975e-06 8.7456e-06 4.74299e-06 4.67174e-06 5.68099e-06 8.57995e-06 5.44399e-07 -4.97645e-07 2.98498e-06 4.28247e-06 1.88809e-06 9.05601e-06 1.20793e-05 -1.2402e-05 2.42168e-06 1.24866e-05 1.44703e-05 1.16909e-05 3.50479e-06 -7.80439e-06 -1.54933e-05 8.58759e-07 1.08546e-05 1.17453e-05 1.0431e-05 4.56146e-06 2.16863e-06 1.0432e-05 1.13931e-05 1.0968e-05 -7.14395e-07 -1.01152e-05 -9.9158e-06 1.62491e-06 6.55612e-06 7.2473e-06 1.65894e-06 -3.48656e-06 4.45994e-06 5.50176e-06 5.17412e-07 6.39128e-06 1.46057e-05 1.8448e-05 5.94998e-07 -3.11797e-06 4.23329e-07 3.61115e-06 -1.0757e-06 3.79458e-06 3.6389e-06 3.46716e-07 4.90382e-06 -3.52659e-06 7.55438e-06 1.18126e-05 5.038e-06 4.40617e-06 6.15855e-06 6.19591e-07 -3.40345e-06 6.93202e-06 -2e-05 -2e-05 -3.7315e-06 6.91405e-06 6.90911e-06 9.12302e-06 5.7443e-06 -1.14677e-05 -1.26942e-05 8.79569e-07 7.1601e-06 7.30146e-06 1.06195e-05 6.78351e-06 1.42009e-06 3.6528e-06 8.85894e-06 8.89868e-06 6.62056e-06 5.73845e-06 -2e-05 -1.328e-05 8.80791e-06 2.84433e-06 -4.57145e-06 -1.49545e-05 1.16432e-06 4.08928e-06 2.6313e-06 -2.89836e-06 9.80405e-07 1.47875e-06 4.56537e-07 -1.30297e-05 -1.03995e-05 -6.73775e-06 7.3116e-06 1.07365e-05 4.07835e-06 1.48008e-06 5.63864e-06 -6.71384e-07 3.72941e-06 8.69672e-06 7.94489e-06 7.83352e-06 3.11465e-06 -2e-05 -1.3172e-05 7.33166e-06 -1.66531e-05 -2e-05 4.74565e-06 1.84659e-05 1.64594e-05 9.57645e-06 5.44211e-06 -6.1097e-06 -8.89216e-06 -4.4032e-08 1.92901e-06 1.77607e-06 2.54757e-06 2.97759e-06 5.67591e-06 5.67535e-06 3.54838e-06 -5.30854e-06 -9.13487e-06 5.63759e-06 -1.15512e-05 -5.71941e-06 5.61766e-06 4.26641e-06 -2.39696e-06 -1.05178e-05 -6.63836e-06 -2.93796e-06 -2.46137e-06 8.39787e-07 4.74704e-06 1.01012e-06 2.05928e-06 -6.43573e-06 -7.6397e-06 -4.73387e-06 4.61154e-06 1.34924e-05 1.67035e-05 1.0484e-05 1.02248e-05 6.08134e-06 9.56248e-06 1.07393e-05 8.23604e-06 9.50647e-06 2.74714e-07 -4.33805e-06 3.18679e-06 9.63106e-06 -2.32127e-06 -1.24609e-06 6.32516e-06 1.63947e-05 1.33731e-05 4.17172e-06 6.45339e-06 2.80318e-06 -4.07161e-06 -2.37415e-06 -3.41047e-06 -6.13357e-06 -1.2763e-05 -8.28709e-06 1.04701e-05 1.00755e-05 2.22245e-06 -2e-05 -2e-05 -5.65987e-06 4.5839e-08 7.61827e-06 1.07781e-05 8.04239e-06 5.95279e-06 8.16061e-07 3.49523e-07 -5.68776e-07 3.89543e-06 8.86719e-06 6.81856e-06 3.94807e-06 6.14968e-06 1.90236e-06 -3.23842e-06 6.01422e-07 2.58339e-06 3.19873e-06 3.82182e-06 2.84762e-06 8.2877e-06 1.09665e-05 4.42874e-06 5.5466e-06 6.88152e-06 9.65775e-06 4.0809e-06 1.06015e-05 1.03423e-05 3.4262e-06 6.91933e-06 2.29684e-05 8.69054e-06 7.66881e-06 2.21287e-06 -6.55683e-06 1.87844e-06 5.73309e-06 2.80863e-06 -5.05445e-08 7.6257e-07 -3.09377e-06 -1.71909e-05 -1.55686e-05 -1.02101e-06 8.07701e-06 7.79463e-06 -6.49255e-06 -2e-05 -1.563e-05 9.13109e-06 2.11983e-05 1.60703e-05 6.58916e-06 2.91532e-06 -6.1834e-07 9.45487e-07 4.57608e-06 1.18323e-05 1.31204e-05 1.10108e-05 1.2021e-05 9.99997e-06 2.52486e-06 -1.30277e-06 3.38052e-06 3.85173e-06 -1.57858e-06 -1.06949e-05 9.13458e-06 1.98767e-05 1.80698e-05 1.39505e-05 6.35116e-06 -3.87511e-06 1.05067e-06 1.71514e-06 -1.28368e-06 -2.86428e-06 -4.95032e-06 5.52445e-06 1.27833e-05 3.82823e-06 2.72423e-06 -3.71925e-06 -1.10728e-05 -3.21514e-06 4.74299e-06 8.79171e-06 6.30305e-06 5.75388e-06 1.10313e-06 -3.76207e-06 -8.17826e-06 -4.11632e-06 9.65362e-07 7.02442e-06 6.12733e-06 -2.35309e-06 -4.45017e-06 7.33476e-07 7.04064e-06 9.31751e-06 3.01591e-06 4.94287e-07 2.77081e-06 7.79586e-06 8.91024e-06 9.7409e-06 9.31634e-06 8.83108e-06 9.32353e-06 1.09813e-05 9.64696e-06 1.23102e-06 -3.87645e-06 -6.68123e-06 -7.40518e-06 -2.77291e-06 2.77986e-05 2.30876e-05 3.37417e-05 3.85242e-05 2.04768e-05 -5.78701e-06 -9.22646e-06 4.01097e-06 6.79977e-06 7.07662e-06 7.17057e-06 3.88757e-06 3.59535e-06 4.57008e-06 7.61437e-06 5.60306e-06 2.83985e-07 -1.97851e-06 1.39062e-05 2.04294e-05 1.56264e-05 1.23724e-05 1.11819e-05 3.85424e-06 -8.50685e-07 3.2408e-06 5.66825e-06 2.84186e-06 4.22869e-06 5.50313e-06 2.25168e-06 1.28123e-06 2.67291e-06 7.85228e-06 2.20161e-06 -2.8416e-07 4.15141e-06 8.7805e-06 9.05842e-06 6.26702e-06 4.50453e-06 4.82982e-06 5.82981e-06 7.22633e-06 6.98394e-06 1.34946e-06 -4.42816e-06 -8.32951e-06 -1.15398e-05 -7.94601e-06 8.73894e-06 7.729e-07 3.20755e-06 2.60862e-05 3.13838e-05 1.86474e-05 1.0636e-05 1.98611e-05 2.408e-05 1.63118e-05 1.01217e-05 7.85258e-06 5.5002e-06 1.70272e-06 -3.93061e-07 -1.60374e-06 -2.66201e-06 -5.25987e-07 1.83724e-05 2.7889e-05 2.60406e-05 2.21294e-05 1.31529e-05 8.82916e-06 8.23362e-07 1.45143e-06 1.66805e-06 4.49401e-06 8.01532e-06 8.70355e-06 5.25551e-06 5.25049e-06 4.8579e-06 5.12251e-06 5.03597e-06 5.08486e-06 8.62336e-06 1.06245e-05 7.16862e-06 5.83201e-06 6.90468e-06 4.27937e-06 2.54484e-06 2.76654e-06 3.14524e-06 2.76006e-07 -3.48885e-06 -5.59852e-06 8.52585e-07 2.59952e-06 9.59145e-07 3.41159e-06 -2.59292e-06 7.01639e-06 1.12351e-05 1.96241e-05 2.47641e-05 2.61731e-05 2.4899e-05 2.23596e-05 1.69279e-05 8.99648e-06 1.38823e-06 -2.67075e-06 -1.26211e-05 -1.92389e-05 -1.20271e-05 -8.44118e-06 5.84123e-06 1.84531e-05 2.31487e-05 2.52318e-05 2.41875e-05 9.66363e-06 1.17774e-07 -3.21582e-06 4.16451e-06 7.38455e-06 3.61792e-06 4.68455e-06 4.1654e-06 3.58311e-06 5.78977e-06 6.23032e-06 3.42672e-06 3.92115e-06 6.9516e-06 5.57876e-06 8.68754e-07 8.17997e-07 2.23196e-06 2.29568e-06 2.2677e-06 2.37098e-06 1.86213e-06 1.03978e-06 -1.63066e-06 -2.38205e-06 1.23113e-06 4.67591e-06 3.61674e-06 3.60237e-06 7.32796e-06 7.09357e-06 6.05802e-06 6.5178e-06 9.39819e-06 1.20382e-05 1.25249e-05 1.3338e-05 1.27994e-05 9.18584e-06 4.55424e-06 -1.50307e-06 -8.22735e-06 -1.03225e-05 -5.87441e-06 -2.19476e-06 2.02051e-06 9.3928e-06 1.41645e-05 1.65232e-05 1.72016e-05 1.38047e-05 3.21178e-06 -2.58455e-07 4.89982e-06 1.15088e-05 1.21628e-05 1.00377e-05 7.69944e-06 6.60626e-06 6.7118e-06 5.67755e-06 2.43475e-06 3.89889e-06 3.76748e-06 5.60526e-07 -1.98877e-06 -1.55504e-06 -3.93765e-07 -1.05378e-06 -2.3331e-06 -1.89617e-06 -3.60897e-07 1.64032e-07 5.11476e-07 1.02018e-06 2.40841e-07 1.35683e-06 3.14218e-06 4.49007e-06 1.58771e-06 7.54775e-07 -3.74766e-06 -5.68424e-06 1.61071e-06 4.79881e-06 5.21881e-06 5.5585e-06 5.60343e-06 4.48431e-06 2.96517e-06 -8.27779e-07 -3.04904e-06 -5.30581e-06 -3.89506e-06 7.89447e-07 5.99465e-06 1.3135e-05 1.84594e-05 2.15656e-05 1.44383e-05 6.39036e-06 4.05469e-06 4.07963e-06 3.53752e-06 7.77512e-06 1.1081e-05 1.09214e-05 8.01179e-06 5.74196e-06 4.91566e-06 3.44553e-06 7.95471e-06 8.93168e-06 6.31637e-06 1.3496e-06 -1.93462e-06 -1.70116e-06 4.62017e-07 1.73764e-06 1.2703e-06 2.05191e-08 -2.95818e-07 -1.90305e-07 -3.28775e-07 -1.21458e-07 1.63855e-07 1.42703e-06 3.27402e-06 3.92844e-06 1.64746e-06 -8.73464e-07 -2.33262e-06 -2.76445e-06 3.57639e-07 2.41515e-06 2.89344e-06 1.99605e-06 1.61067e-06 1.55175e-06 3.43236e-07 1.51e-08 -7.54282e-07 -1.23726e-06 8.36959e-07 3.80749e-06 6.2377e-06 6.50335e-06 1.21993e-05 1.79652e-05 1.75713e-05 9.74579e-06 4.13782e-06 4.63048e-06 4.57724e-06 4.43012e-06 4.86098e-06 6.35578e-06 6.45313e-06 6.03767e-06 6.00619e-06 6.15121e-06 9.89869e-06 1.03679e-05 8.89262e-06 5.60742e-06 2.18743e-06 4.09979e-07 6.5362e-07 1.18989e-06 1.06219e-06 1.68697e-07 -5.48201e-07 6.62478e-07 1.26094e-06 5.87176e-07 3.56247e-07 1.9157e-06 2.8693e-06 3.12229e-06 2.41061e-06 1.20574e-06 -2.0604e-07 -1.36271e-06 5.49762e-07 1.69593e-06 8.38462e-07 4.41914e-07 1.21351e-06 1.9296e-06 -1.61175e-06 -2.88711e-06 -3.01503e-06 -2.61099e-06 -3.52004e-07 2.80318e-06 2.67061e-06 7.65942e-07 2.40654e-06 5.82371e-06 8.89932e-06 8.75029e-06 5.7468e-06 4.48839e-06 5.76426e-06 5.26791e-06 3.36632e-06 2.46027e-06 4.10934e-06 5.53398e-06 6.7729e-06 8.13974e-06 6.39726e-06 6.30844e-06 5.30891e-06 3.53459e-06 1.7094e-06 5.02668e-07 -7.02513e-07 -1.67e-06 -1.22967e-06 3.01959e-07 1.19942e-06 1.47432e-06 1.53598e-06 9.81181e-07 2.32985e-07 -1.90115e-07 -1.49978e-07 3.31359e-07 1.40207e-06 1.58041e-06 6.1404e-07 -5.1906e-07 3.27708e-07 1.90842e-06 1.72522e-06 1.10488e-07 -4.60895e-07 8.7927e-07 -1.35452e-06 -2.81172e-06 -2.59363e-06 -2.06508e-06 -1.01156e-06 1.74108e-06 1.99139e-06 1.36205e-06 2.05849e-06 3.18497e-06 4.3343e-06 4.31242e-06 3.1014e-06 2.22787e-06 2.61041e-06 2.51727e-06 1.50444e-06 5.68772e-07 1.48543e-06 2.59241e-06 4.0174e-06 5.44714e-06 3.72305e-06 2.62164e-06 7.90431e-07 -8.58371e-07 -5.93136e-07 5.30014e-07 -9.26743e-07 -2.20868e-06 3.16204e-07 4.23422e-06 4.91956e-06 3.6361e-06 2.06835e-06 -4.96881e-07 -2.11639e-06 -2.58743e-06 -2.07605e-06 -8.96171e-07 5.31753e-07 8.91404e-07 7.50338e-08 -6.65574e-07 2.94646e-07 1.08692e-06 5.58967e-07 -7.3941e-07 -9.85773e-07 3.21198e-07 2.08128e-07 -1.39597e-06 -7.74733e-07 -5.48655e-08 -8.03227e-07 2.56056e-06 4.79383e-06 3.67733e-06 4.20256e-06 4.76441e-06 3.37031e-06 1.42775e-06 3.60753e-07 5.36651e-08 -2.45565e-08 -1.73913e-08 2.30166e-07 7.15e-07 7.01758e-07 2.40567e-06 3.81281e-06 4.1689e-06 3.93515e-07 3.69596e-07 3.28332e-07 2.50136e-07 9.4881e-08 -5.37462e-08 -8.16124e-08 -1.2655e-08 2.77805e-08 -1.08653e-08 -6.27423e-08 -8.9382e-08 -6.94317e-08 2.67957e-08 1.11245e-07 1.22269e-07 7.02806e-08 -1.84583e-08 -1.34689e-07 -2.56738e-07 -3.33529e-07 -3.80442e-07 -4.42953e-07 -4.58634e-07 -3.08298e-07 2.64935e-08 3.96248e-07 5.36541e-07 5.0592e-07 2.93386e-07 -3.81446e-08 -2.4973e-07 -1.72447e-07 1.68536e-07 3.42681e-07 2.02173e-07 -2.82144e-08 -9.57919e-08 5.305e-08 3.51755e-07 5.8098e-07 5.42607e-07 3.61632e-07 2.70753e-07 2.55426e-07 1.62014e-07 8.80035e-08 1.57843e-07 2.79145e-07 3.5951e-07 6.49009e-07 6.56577e-07 5.90327e-07 4.35628e-07 1.92959e-07 -4.8815e-08 -1.3099e-07 -3.17292e-08 4.95248e-08 -2.2417e-08 -1.34448e-07 -1.91343e-07 -1.73298e-07 -1.33557e-08 1.73282e-07 1.89589e-07 7.60424e-08 -4.10424e-09 -1.91986e-07 -5.05962e-07 -6.3821e-07 -6.02747e-07 -6.35645e-07 -6.87172e-07 -5.44589e-07 -1.7843e-08 5.68899e-07 9.03091e-07 9.04938e-07 6.99038e-07 2.71779e-07 -1.73922e-07 -1.46828e-07 2.29032e-07 4.20011e-07 2.56233e-07 -4.04676e-08 -1.21876e-07 1.21262e-07 5.73299e-07 9.73525e-07 9.77681e-07 7.1133e-07 5.28683e-07 4.14541e-07 2.17137e-07 9.61128e-08 1.89303e-07 4.04674e-07 5.66085e-07 8.33239e-07 9.07988e-07 8.65647e-07 6.85314e-07 3.6635e-07 8.62641e-09 -1.89784e-07 -1.09513e-07 4.92712e-08 2.0933e-08 -1.8196e-07 -3.6654e-07 -4.02756e-07 -2.15585e-07 1.63593e-07 3.05556e-07 -7.99053e-08 -1.78026e-07 -2.13523e-07 -6.61487e-07 -9.38047e-07 -7.98855e-07 -6.81077e-07 -8.64343e-07 -9.3108e-07 -2.19316e-07 6.57753e-07 1.00079e-06 1.02864e-06 1.14762e-06 1.03353e-06 3.26853e-07 1.99662e-07 3.99044e-07 3.71476e-07 1.89022e-07 -9.10657e-08 -1.95094e-07 1.4276e-07 6.69683e-07 1.27156e-06 1.59237e-06 1.44442e-06 1.19244e-06 8.41355e-07 3.38958e-07 8.92113e-08 1.48168e-07 4.1919e-07 6.71232e-07 7.39368e-07 9.8284e-07 1.0624e-06 9.22084e-07 5.75257e-07 1.08229e-07 -2.66425e-07 -2.96065e-07 -5.45769e-08 1.69931e-07 8.47306e-08 -4.0358e-07 -7.494e-07 -5.7075e-07 -1.54389e-08 7.35263e-07 1.08419e-07 -8.62049e-07 -3.60982e-07 -3.86994e-07 -7.58844e-07 -7.72299e-07 -3.52179e-07 -3.96065e-07 -1.09757e-06 -6.10776e-07 8.08946e-07 9.07185e-07 7.82592e-07 7.17723e-07 1.20887e-06 1.09953e-06 1.11676e-06 1.18581e-06 5.71933e-07 2.87782e-08 -1.85102e-07 -3.09619e-07 -1.38645e-08 3.65608e-07 7.06754e-07 1.32056e-06 1.95407e-06 2.24708e-06 1.89408e-06 7.03353e-07 8.9869e-08 4.17609e-08 2.16048e-07 4.53537e-07 3.34778e-07 8.10921e-07 1.18348e-06 1.18768e-06 8.10206e-07 2.59576e-07 -2.72784e-07 -5.333e-07 -3.85028e-07 1.59814e-07 6.83281e-07 3.06027e-07 -9.01717e-07 -9.93994e-07 -2.44499e-07 1.1378e-06 1.85719e-06 -1.46292e-06 -1.39234e-06 -1.07188e-07 9.54942e-08 1.23752e-07 2.68399e-07 4.90166e-07 -4.93403e-07 -8.47848e-07 1.51699e-06 1.65285e-06 6.15721e-07 4.54491e-07 5.67684e-07 1.23686e-06 2.19998e-06 2.65126e-06 1.50771e-06 1.74061e-07 -1.34718e-07 -2.22627e-07 -2.3845e-07 2.77477e-09 6.21335e-08 5.00565e-07 1.24104e-06 2.88071e-06 3.67092e-06 1.8649e-06 2.76935e-07 -6.95709e-09 1.62812e-08 1.10472e-07 -6.23521e-07 3.07424e-07 1.18807e-06 1.44099e-06 9.91829e-07 3.34526e-07 -2.00891e-07 -5.56283e-07 -7.24024e-07 -2.416e-07 9.71264e-07 1.63699e-06 1.25386e-07 -1.36061e-06 -4.91532e-07 1.02546e-06 3.68145e-06 1.85181e-06 -2.66925e-06 -5.24419e-07 3.91332e-07 1.41766e-06 1.55357e-06 8.90094e-07 4.96506e-07 -2.18468e-07 2.70446e-06 4.54713e-06 1.76407e-06 5.73621e-07 3.91331e-07 8.53683e-07 2.06864e-06 2.89457e-06 2.17112e-06 4.93792e-07 7.77959e-08 2.0596e-07 -2.7167e-07 -7.00084e-07 -9.62486e-07 -4.22143e-07 6.83567e-07 1.97829e-06 4.79861e-06 3.86848e-06 1.10419e-06 3.57062e-07 2.71741e-08 -7.52226e-07 -5.99944e-06 -2.36743e-06 1.01577e-06 2.03715e-06 1.12186e-06 9.72966e-08 -4.7107e-07 -5.8724e-07 -6.71108e-07 -6.87628e-07 5.4595e-07 2.1958e-06 2.16576e-06 -6.93383e-07 -8.5136e-07 7.27523e-07 3.72949e-06 5.80174e-06 5.65611e-07 -1.17139e-06 -1.76022e-07 1.87856e-06 3.31977e-06 1.10804e-06 8.06362e-07 1.03644e-06 4.19511e-06 7.44433e-06 5.25108e-06 1.22425e-06 5.13388e-07 5.18489e-07 1.1942e-06 1.37773e-06 1.37346e-06 2.0581e-07 -2.4636e-07 1.58693e-07 -2.85157e-07 -4.88334e-07 3.88299e-08 -8.57107e-07 -4.41039e-07 1.38038e-06 4.44007e-06 5.62659e-06 2.82569e-06 1.18818e-06 1.06282e-06 -1.80105e-07 -3.18337e-06 -1.255e-05 -2.46508e-06 3.75548e-06 2.49747e-06 -3.82214e-07 -1.21488e-06 -1.09808e-06 -4.99561e-07 -6.78033e-07 -1.38085e-07 1.47845e-06 2.65325e-06 1.62685e-06 -1.54602e-07 6.05132e-07 3.07854e-06 6.58993e-06 4.82036e-06 -6.88959e-07 -1.39278e-06 1.56166e-06 4.93624e-06 1.63022e-06 1.7004e-06 2.74812e-06 5.37952e-06 1.00604e-05 6.37876e-06 2.62973e-06 -3.32622e-07 -1.88948e-07 1.05508e-06 1.60268e-06 2.81431e-06 -2.69999e-07 -3.81454e-06 -1.99558e-06 -1.13815e-07 5.8337e-07 1.5282e-06 3.1864e-06 5.66625e-07 -4.01535e-06 3.87386e-06 6.72056e-06 5.36069e-06 2.42814e-06 2.20501e-06 2.25715e-06 2.49875e-06 -7.4697e-06 -1.06961e-05 2.49684e-06 7.22436e-06 -1.23763e-06 -2.61065e-06 -2.11239e-06 -9.7797e-07 -4.53605e-07 -4.37411e-07 4.35261e-07 1.51811e-06 2.14766e-06 1.99198e-06 2.22795e-06 3.29565e-06 5.90316e-06 7.43161e-06 1.09292e-06 -1.61989e-06 8.8727e-07 4.31765e-06 3.42641e-06 4.31361e-06 4.05886e-06 4.19632e-06 7.0801e-06 5.6599e-06 2.58206e-06 4.97389e-07 -2.51133e-06 2.08431e-06 7.49568e-06 8.36777e-06 1.25626e-06 -8.93686e-06 -4.3939e-06 1.75405e-07 1.2755e-06 8.67491e-07 3.9664e-06 5.21086e-06 -4.52568e-06 -1.28453e-07 6.29907e-06 7.44659e-06 4.43411e-06 3.3201e-06 3.87719e-06 5.29109e-06 1.09149e-06 -8.22965e-06 -1.73525e-06 8.64022e-06 3.68379e-06 -9.01879e-06 -6.94687e-06 -2.51672e-06 -1.16089e-06 -3.82623e-07 -3.81891e-07 3.14114e-07 1.76423e-06 2.34763e-06 4.08113e-06 6.31355e-06 5.56113e-06 8.53201e-06 5.13189e-06 2.58837e-06 3.0159e-06 4.79091e-06 3.46502e-06 3.65688e-06 3.20319e-06 1.03e-06 1.88341e-06 3.12667e-06 1.90404e-06 1.2435e-06 7.15378e-07 2.52097e-06 1.19498e-05 1.25036e-05 2.12e-06 -1.04994e-05 -7.12403e-06 -2.55496e-06 1.89969e-06 1.61273e-07 2.16283e-06 7.70775e-06 1.73281e-07 -1.19982e-06 3.48898e-06 8.04363e-06 6.08058e-06 3.51972e-06 5.23489e-06 6.48178e-06 5.89322e-06 -1.02015e-06 -1.18726e-06 4.27024e-06 5.34629e-06 -2.59117e-06 -1.75749e-05 -1.35405e-05 -3.25524e-06 -1.53506e-06 -9.1533e-07 -8.31919e-07 1.83403e-06 2.13057e-06 4.19262e-06 7.54261e-06 8.36685e-06 7.63618e-06 8.77155e-06 1.04375e-05 1.20915e-05 7.39213e-06 4.72259e-06 4.60582e-06 4.71251e-06 3.3277e-06 5.71918e-07 8.46939e-07 1.26443e-06 1.75318e-06 5.5123e-06 3.73165e-06 1.11655e-05 1.33127e-05 2.63996e-06 -7.51e-06 -8.16477e-06 -7.62309e-06 -6.56648e-07 5.82427e-06 2.15343e-06 8.71911e-06 4.77783e-06 -1.79729e-06 1.46719e-06 7.16727e-06 7.49092e-06 2.84189e-06 4.41561e-06 4.37716e-06 5.43472e-06 2.46188e-06 6.34233e-07 6.46626e-07 1.03632e-06 -1.99439e-06 -6.48483e-06 -1.46728e-05 -6.76449e-06 -4.65009e-06 -3.22528e-06 -7.58093e-07 1.00933e-06 2.61489e-06 2.1949e-06 5.69083e-06 7.98896e-06 4.97957e-06 6.08516e-06 1.51634e-05 2.71555e-05 1.44914e-05 1.13729e-05 7.68421e-06 6.12409e-06 4.19885e-06 2.99765e-06 -1.24455e-06 6.92551e-07 2.36441e-06 1.04068e-05 5.80719e-06 8.53152e-06 1.0925e-05 3.32021e-06 -3.33214e-06 -3.64749e-06 -6.36928e-06 -5.41491e-06 5.26679e-06 3.23647e-06 6.69614e-06 6.41243e-06 2.85974e-06 2.5253e-06 5.22892e-06 8.16396e-06 3.21162e-06 1.2696e-06 1.38062e-06 2.44692e-06 2.38328e-06 1.5938e-06 2.95859e-07 -4.34458e-07 -1.96818e-06 -1.60151e-06 -2.84444e-06 -7.29988e-06 -1.54699e-05 -5.28536e-06 2.20988e-06 1.46595e-06 4.29875e-06 1.2046e-06 1.95282e-06 2.09302e-06 -2.4478e-06 -3.36803e-07 8.52048e-06 2.3352e-05 1.95898e-05 1.03327e-05 8.83958e-06 8.23767e-06 3.33431e-06 5.52864e-06 -6.05022e-06 -2.65561e-06 2.95294e-06 9.96708e-06 5.42564e-06 2.46286e-06 7.66989e-06 5.78655e-06 2.51222e-07 -5.88427e-07 -1.97143e-06 -7.0106e-06 1.244e-06 6.79432e-06 4.71895e-06 7.37355e-06 2.86998e-06 8.48252e-06 3.89434e-06 5.66862e-06 3.0974e-06 1.31323e-06 8.57971e-07 1.5477e-06 1.32339e-06 2.45064e-06 2.29361e-06 9.62795e-07 5.40677e-07 3.005e-07 4.5393e-06 -2.46043e-06 -9.84119e-06 -1.54692e-07 2.2456e-07 8.69431e-07 3.22648e-06 1.2941e-07 1.31983e-06 1.17888e-06 2.28278e-06 3.40243e-06 4.79273e-06 9.4806e-06 9.55627e-06 5.61043e-06 7.12949e-06 6.89022e-06 3.37625e-06 7.11587e-06 -1.72322e-06 -7.57146e-06 1.21384e-06 8.16652e-06 9.52722e-06 -3.73683e-06 -3.43664e-06 7.24713e-06 3.38701e-06 1.47482e-06 1.95501e-06 -2.84859e-06 -4.4745e-06 1.28133e-05 7.38209e-06 1.01849e-05 9.03795e-06 3.50942e-06 9.22442e-06 2.46716e-06 2.2805e-06 1.70423e-06 -1.82148e-08 3.93385e-06 1.27668e-06 2.66236e-06 4.72769e-06 6.66959e-06 3.14715e-06 2.39015e-06 1.20381e-05 6.84048e-06 -4.35623e-06 -8.05362e-06 -5.03575e-06 -3.63245e-06 -1.668e-06 -1.04991e-06 9.3827e-07 7.15607e-06 1.59167e-05 1.23426e-05 8.24002e-06 4.03576e-06 -2.25139e-07 -4.52558e-07 1.94305e-06 3.77708e-06 3.04978e-06 4.74341e-06 -6.88445e-07 -1.57131e-06 1.94982e-06 1.12018e-05 1.79057e-05 -1.15054e-06 -1.36901e-05 2.17001e-06 4.81332e-06 4.39741e-06 4.07999e-06 1.52829e-06 -5.90846e-06 6.63441e-06 1.35246e-05 9.82334e-06 1.39302e-05 2.89851e-06 6.72559e-06 3.98557e-06 1.38093e-06 1.54942e-07 -1.33039e-06 1.93709e-06 7.65585e-07 1.45777e-06 3.49606e-06 -8.78757e-07 -2.26984e-06 4.35466e-06 1.85964e-05 1.69304e-05 -6.0766e-07 -1.99852e-05 -1.58238e-05 -8.84391e-06 -6.5655e-06 2.2728e-07 -7.14441e-06 2.60286e-06 2.12238e-05 1.77901e-05 1.11087e-05 3.9134e-06 -3.02278e-07 -4.85489e-06 -1.00047e-06 -1.10704e-06 1.87011e-06 3.64628e-06 5.14928e-08 6.28281e-06 4.85977e-06 1.29052e-05 1.8139e-05 6.867e-07 -1.55281e-05 -6.54926e-06 5.46749e-06 9.32156e-06 6.62075e-06 4.84552e-06 -1.44007e-06 -7.99754e-06 -2.24311e-07 1.0346e-05 1.46275e-05 2.39431e-06 1.5208e-06 -4.87307e-06 -1.03993e-05 -2.71415e-06 4.12385e-07 -6.17548e-08 3.40687e-07 1.21704e-06 3.0569e-06 -3.87443e-06 -5.76905e-06 3.20976e-06 2.31661e-05 1.18917e-05 1.5848e-06 -3.18951e-06 -2e-05 -9.38827e-06 -2.06149e-06 -3.78029e-06 -2e-05 -1.41667e-05 1.3051e-05 3.98819e-05 2.57864e-05 1.47462e-05 5.54406e-06 6.81626e-07 7.50766e-07 1.78812e-06 1.09887e-05 3.24828e-06 5.46762e-07 1.11544e-05 2.71824e-06 4.37938e-06 8.56429e-06 6.447e-07 -1.54576e-05 -7.64196e-06 6.35971e-06 2.0761e-06 2.60721e-06 3.2725e-06 3.83807e-06 -4.91884e-06 -3.73398e-06 7.62214e-06 1.81375e-05 1.32321e-05 9.94168e-07 -1.59696e-05 -5.64475e-06 2.04589e-06 1.11507e-06 -6.97592e-07 -1.08548e-05 -5.23522e-06 1.55612e-06 1.24962e-06 9.81027e-07 1.95819e-07 -3.20598e-06 2.42593e-07 -3.16407e-06 5.33709e-07 -2.98405e-06 1.62825e-06 2.49721e-06 -1.07035e-05 -2e-05 -1.61797e-05 -2e-05 1.93174e-05 1.596e-05 1.14102e-05 3.74833e-06 1.97582e-06 -1.00028e-06 6.36223e-06 -2.89479e-06 -2e-05 -1.08186e-05 1.06045e-05 9.45353e-06 7.56621e-06 3.75012e-06 -1.48278e-07 -9.62254e-06 -2.05491e-06 4.21963e-06 -1.03484e-05 -7.31239e-06 -3.33494e-06 1.09079e-06 2.43382e-06 -5.87607e-07 4.34772e-06 1.25622e-05 1.70235e-05 1.04447e-05 2.44995e-06 9.91135e-07 1.73702e-06 1.3404e-06 -3.75669e-06 -3.6659e-06 -9.11648e-07 -2.6024e-06 1.41636e-06 3.57709e-06 1.45048e-06 -2.27009e-07 1.9348e-06 -4.34516e-06 7.00539e-06 7.38853e-06 1.12986e-05 9.18267e-06 1.18027e-06 -1.66802e-05 -1.58583e-05 -2e-05 -3.81709e-06 1.46714e-05 8.04423e-06 7.84646e-06 4.08219e-06 5.2921e-06 9.01602e-06 -5.29829e-06 -2e-05 -9.2188e-06 4.37356e-06 3.45831e-06 2.50984e-06 -2.99369e-06 1.44235e-06 8.99674e-07 2.16269e-06 1.62217e-06 -1.8394e-05 -1.62794e-05 -1.0617e-05 -6.873e-06 3.8716e-06 7.84434e-06 2.20928e-06 5.24335e-07 -1.26477e-06 5.14215e-06 1.05756e-05 1.63277e-05 3.52045e-06 3.60988e-06 -1.37845e-06 -1.65075e-06 1.79127e-06 -2.77891e-06 -9.98579e-07 2.62267e-06 5.11535e-06 9.48673e-06 3.98318e-06 -2.20902e-06 -2.06744e-07 8.72448e-06 1.16591e-05 8.67826e-06 5.49688e-06 -8.38162e-06 -4.23532e-06 -7.44338e-06 8.91816e-06 1.09668e-05 2.34075e-06 3.40838e-06 5.74997e-06 1.01842e-05 8.14374e-06 -1.08187e-05 -1.14774e-05 1.26647e-05 8.15322e-06 3.04073e-06 -6.48734e-07 -1.24612e-05 -6.44552e-06 -1.22895e-06 -5.12982e-07 6.81431e-07 -1.23705e-05 -1.29596e-05 -8.60957e-06 -5.65178e-06 1.0067e-06 6.22583e-06 6.31726e-06 3.70236e-06 -2e-05 -7.38691e-08 3.29276e-06 2.12829e-05 1.85104e-05 2.21359e-06 2.41588e-06 5.46745e-06 5.95982e-06 1.49599e-06 9.76194e-07 5.12057e-06 1.02186e-05 1.50841e-05 1.30713e-05 2.01638e-06 -6.12219e-06 -2.22701e-07 9.07628e-06 6.0118e-06 2.67657e-06 1.12688e-05 1.30537e-05 9.46252e-06 1.72548e-05 6.82603e-06 -3.89391e-06 2.05821e-06 1.22677e-05 9.18983e-06 2.60694e-07 -1.48085e-05 -1.82985e-08 1.80505e-05 2.89185e-06 4.87209e-06 9.10979e-06 -1.79622e-06 -1.10646e-05 -1.07148e-06 7.30892e-06 7.27658e-06 2.11943e-06 -3.51265e-06 -4.74058e-06 -2.10637e-06 -7.26937e-08 1.29092e-06 5.26581e-06 1.1508e-05 4.39623e-06 -4.40976e-06 1.57408e-06 4.79666e-06 3.4065e-06 8.33812e-06 1.02157e-05 9.57364e-06 7.78575e-06 3.88099e-06 3.14053e-06 1.26372e-05 1.57006e-05 1.44316e-05 1.50812e-05 1.14722e-05 3.73943e-06 -2.32778e-06 1.76918e-06 4.20294e-06 -8.5947e-08 9.23019e-06 1.61476e-05 1.53947e-05 1.18348e-05 1.16031e-06 -1.71547e-05 -1.18315e-05 1.66101e-05 2.19477e-05 1.7426e-05 9.59034e-06 6.7678e-06 7.69706e-06 1.35617e-06 6.3531e-06 1.26715e-05 4.75944e-06 -8.12618e-06 -1.10907e-06 1.35282e-05 2.04995e-05 1.84704e-05 1.1007e-05 4.42415e-06 1.20781e-06 1.34936e-06 1.14776e-06 2.09888e-06 8.89356e-06 1.37642e-05 1.49325e-06 1.1111e-06 5.34841e-06 8.48853e-06 1.25617e-05 9.04182e-06 4.61294e-06 3.29656e-06 1.83917e-06 2.70416e-06 1.47657e-05 1.6769e-05 1.04187e-05 7.42813e-06 5.96621e-06 2.31975e-06 -2.25185e-06 -3.56947e-06 -6.58742e-06 -1.04021e-05 -1.47373e-06 1.57394e-06 -5.68418e-06 5.19439e-06 5.11733e-06 -5.41879e-06 -1.72064e-05 1.45528e-05 3.61988e-05 3.46875e-05 2.14992e-05 1.10262e-05 1.0146e-05 6.74324e-06 3.43601e-06 6.28485e-06 2.09491e-06 -7.42408e-06 -3.54936e-06 8.06342e-06 1.58267e-05 1.65176e-05 1.5081e-05 9.43537e-06 2.36821e-06 3.68231e-06 6.91312e-06 5.15797e-06 5.47061e-06 6.14217e-06 4.46331e-06 5.36491e-06 9.07048e-06 1.29182e-05 1.05755e-05 7.91739e-06 4.48634e-06 3.56846e-06 2.85988e-06 2.39604e-06 3.30613e-06 3.87097e-06 3.15467e-06 3.30745e-06 4.56306e-06 4.0736e-06 -6.2513e-07 -2.70133e-06 -2.34816e-06 -3.35922e-07 -6.74772e-06 -4.90783e-06 -9.78086e-07 -6.53818e-07 3.71295e-06 5.81144e-06 3.7992e-07 4.20108e-06 1.4316e-05 1.82345e-05 1.50755e-05 7.69862e-06 5.87844e-06 7.55937e-06 3.03947e-06 -1.72231e-07 -5.88443e-07 -2.325e-06 -2.382e-06 1.79491e-06 6.60762e-06 9.24423e-06 1.305e-05 1.15603e-05 -9.41767e-07 -4.08818e-06 1.74469e-06 5.70748e-06 7.44103e-06 9.73703e-06 8.69091e-06 7.12702e-06 5.78221e-06 8.08908e-06 5.18987e-06 6.2708e-06 5.8819e-06 2.50451e-06 -1.52948e-07 -4.63702e-07 6.7344e-07 9.28019e-07 1.8836e-06 3.94337e-06 4.33405e-06 3.45101e-06 3.69674e-06 2.28523e-06 -5.63055e-07 2.97865e-07 -1.68551e-06 -1.13949e-06 2.36861e-07 1.39249e-06 8.01421e-07 3.4063e-06 -1.62263e-06 -1.69613e-06 2.47458e-06 5.00011e-06 5.2327e-06 2.80508e-06 1.66312e-06 3.17497e-06 8.64527e-07 -1.22529e-06 1.50455e-07 1.6121e-06 -3.16319e-07 -9.41959e-07 -9.3569e-08 3.69219e-06 8.40613e-06 1.04711e-05 6.38993e-06 -2.11025e-06 -3.85199e-06 5.54175e-06 1.20328e-05 1.48498e-05 1.42414e-05 9.2242e-06 5.19544e-06 3.8633e-06 9.79185e-07 2.15755e-06 2.1031e-06 -1.97975e-07 -1.98158e-06 -1.57435e-06 2.06787e-07 3.14436e-07 -1.11557e-06 1.35493e-07 1.4133e-06 1.02513e-06 8.49697e-07 9.74467e-07 -1.14346e-07 -3.16901e-07 6.69437e-07 1.84923e-06 1.02973e-06 -3.63192e-07 5.3883e-07 2.00551e-06 -4.81865e-07 4.35704e-07 1.52598e-06 7.39005e-07 -5.64225e-08 -1.06153e-06 -2.01439e-07 1.64236e-06 8.2289e-07 1.19623e-07 2.46162e-06 3.68596e-06 2.44398e-06 -9.19508e-07 1.61015e-06 8.21276e-06 1.09456e-05 7.62249e-06 5.74539e-06 5.78247e-06 4.75642e-06 8.74169e-06 1.3036e-05 1.44968e-05 1.3737e-05 1.1562e-05 8.10491e-06 3.71827e-06 2.29518e-06 2.3844e-06 1.19374e-06 -1.7768e-06 -3.47785e-06 -2.73804e-06 -6.55126e-07 8.52247e-07 7.18935e-07 5.7833e-08 3.18164e-07 6.08577e-07 1.10202e-06 2.19129e-06 1.33374e-06 1.0143e-06 1.71622e-06 1.92212e-06 1.60683e-06 7.11915e-07 -2.80629e-07 4.674e-07 1.77833e-06 3.54388e-06 1.63282e-06 2.71199e-08 8.39837e-07 2.05851e-06 6.40457e-07 2.55872e-07 -6.17678e-07 1.70244e-07 3.80407e-06 5.5256e-06 4.57072e-06 -3.73311e-07 1.03836e-06 4.97391e-06 7.76663e-06 5.83995e-06 4.64716e-06 7.16396e-06 8.65937e-06 1.08465e-05 1.02221e-05 1.0321e-05 1.09761e-05 1.03869e-05 7.77055e-06 4.4254e-06 1.30935e-05 1.2384e-05 9.46182e-06 4.87451e-06 7.83027e-07 -1.15467e-06 -8.30621e-07 3.55205e-07 1.04975e-06 1.15939e-06 1.32681e-06 2.08967e-06 2.66414e-06 2.43018e-06 1.90822e-06 1.92865e-06 1.71508e-06 2.01185e-06 1.82216e-06 1.31511e-06 3.64254e-07 -1.79589e-07 1.14176e-06 2.677e-06 1.34055e-06 -3.68092e-07 -4.32033e-07 9.59968e-07 -1.63619e-07 -1.79565e-06 -2.95195e-06 -3.55157e-06 -2.48413e-06 4.00517e-07 2.5587e-06 -1.07196e-07 -8.46773e-07 1.81352e-06 3.97082e-06 4.80667e-06 3.10193e-06 2.68277e-06 5.51479e-06 5.94494e-06 4.22889e-06 4.25871e-06 6.71755e-06 9.03101e-06 1.0964e-05 1.23923e-05 1.08121e-05 1.08277e-05 8.90941e-06 5.47334e-06 2.05752e-06 -3.21341e-07 -2.06001e-06 -2.22821e-06 -1.68952e-07 2.37102e-06 3.99837e-06 5.08177e-06 5.52496e-06 5.00898e-06 4.19212e-06 3.26818e-06 2.61507e-06 2.19966e-06 2.42299e-06 1.57947e-06 1.95942e-07 -7.3174e-07 -3.68332e-07 1.13167e-06 1.24866e-06 -1.93313e-07 -8.76256e-07 2.93438e-07 1.42956e-08 -1.41197e-06 -2.36092e-06 -3.36694e-06 -4.58584e-06 -2.34171e-06 2.42282e-06 1.84119e-06 2.35699e-06 2.00815e-06 1.49759e-06 1.63998e-06 1.20948e-06 6.82392e-07 1.63575e-06 1.71211e-06 1.92262e-07 9.34062e-07 2.32191e-06 4.4398e-06 6.92871e-06 9.10276e-06 4.68895e-06 4.34677e-06 3.46805e-06 2.3153e-06 1.27658e-06 -1.08145e-06 -3.48124e-06 -1.90692e-06 2.68171e-06 6.65502e-06 7.36622e-06 5.41618e-06 3.90493e-06 3.11837e-06 2.6587e-06 2.32683e-06 2.06959e-06 2.20495e-06 2.59927e-06 2.19211e-06 9.04388e-07 -5.57431e-07 -5.01234e-08 8.19703e-07 1.66157e-07 -1.30797e-06 -9.12489e-07 4.84483e-07 4.44302e-06 -4.89768e-08 -9.28162e-07 -2.10622e-06 -7.59609e-06 -6.02919e-06 4.37327e-06 3.46136e-06 5.01604e-06 7.56377e-06 5.97252e-06 2.29493e-06 5.75317e-07 8.66126e-07 1.54341e-06 1.39442e-06 7.49223e-07 3.58628e-07 -1.85136e-07 1.14242e-06 2.95149e-06 4.17185e-06 3.76036e-07 3.55042e-07 3.23902e-07 2.87406e-07 1.6412e-07 2.20325e-08 -5.2669e-08 -9.21988e-08 -1.16638e-07 -8.28447e-08 6.24494e-08 2.05915e-07 2.08518e-07 1.40138e-07 1.38932e-07 1.75723e-07 3.53537e-07 6.991e-07 8.57325e-07 6.79724e-07 3.24752e-07 -4.41072e-08 -2.67449e-07 -2.98169e-07 -1.20325e-07 2.80288e-07 7.20016e-07 8.65066e-07 9.96781e-07 1.15673e-06 8.98211e-07 3.58865e-07 -6.89307e-08 -2.24032e-07 -1.19737e-07 1.76755e-07 3.5355e-07 2.71602e-07 6.61916e-08 -9.07023e-08 -1.98467e-07 -2.00771e-07 -1.25989e-07 -5.82605e-08 1.98469e-08 1.57291e-07 2.6322e-07 2.53497e-07 2.34131e-07 3.08894e-07 5.50422e-07 5.70807e-07 5.4506e-07 5.36266e-07 3.69307e-07 8.25312e-08 -7.25514e-08 -1.34368e-07 -1.7997e-07 -1.58321e-07 3.42779e-08 2.6559e-07 2.92198e-07 2.23861e-07 2.64887e-07 2.62284e-07 3.86323e-07 9.65688e-07 1.37348e-06 1.066e-06 5.02014e-07 4.1432e-08 -2.82968e-07 -3.79476e-07 -2.15426e-07 2.44519e-07 8.3939e-07 1.11602e-06 1.52143e-06 2.23916e-06 2.17247e-06 1.01339e-06 2.66323e-07 -1.54263e-07 -1.52983e-07 2.58843e-07 6.06182e-07 5.07427e-07 2.02958e-07 -3.42067e-08 -1.9224e-07 -2.09079e-07 -1.40657e-07 -7.83189e-08 2.72771e-08 2.54032e-07 4.0185e-07 3.68976e-07 3.23769e-07 4.15131e-07 7.19859e-07 8.04286e-07 7.99752e-07 9.27729e-07 8.34579e-07 2.95757e-07 -8.33764e-08 -1.87724e-07 -2.44585e-07 -2.66837e-07 -8.47353e-08 2.15549e-07 2.84926e-07 2.62244e-07 5.10946e-07 5.60433e-07 1.37745e-07 6.16693e-07 1.52089e-06 1.452e-06 6.99196e-07 1.75105e-07 -1.59972e-07 -3.93495e-07 -3.1969e-07 2.93684e-08 7.57995e-07 9.23819e-07 8.8807e-07 2.76303e-06 4.41253e-06 2.89443e-06 1.3825e-06 4.3581e-07 -1.58346e-08 2.82472e-07 8.82227e-07 1.01169e-06 6.7896e-07 2.8308e-07 -4.05052e-08 -1.04792e-07 -4.81751e-08 -2.97759e-08 4.19606e-08 3.69743e-07 6.01597e-07 5.07362e-07 4.14214e-07 5.02715e-07 5.91068e-07 7.31362e-07 6.94336e-07 9.55673e-07 1.2839e-06 6.90749e-07 5.33121e-11 -1.83305e-07 -1.99483e-07 -2.73471e-07 -1.80591e-07 1.0204e-07 1.39817e-07 6.79151e-08 6.26222e-07 1.40606e-06 3.22485e-07 -6.94592e-08 1.29286e-06 1.69114e-06 6.02684e-07 -1.74413e-07 -1.10376e-07 -1.4063e-07 -1.80129e-07 -2.19538e-07 2.05381e-07 6.85658e-07 1.04445e-07 9.11817e-07 4.46984e-06 5.12455e-06 3.3136e-06 1.44144e-06 1.94118e-07 2.92539e-07 1.32152e-06 1.88547e-06 1.56144e-06 9.68318e-07 3.39128e-07 -1.16694e-08 9.21305e-08 2.02672e-07 1.69603e-07 4.17222e-07 8.62586e-07 6.2301e-07 3.69735e-07 4.25427e-07 3.95882e-07 5.62126e-07 5.43846e-07 5.37354e-07 1.11119e-06 9.58868e-07 1.44768e-07 -1.05333e-07 4.36899e-08 5.86634e-08 -3.54154e-08 1.46272e-07 7.54607e-08 -1.89207e-07 3.43355e-07 2.07247e-06 1.60346e-06 -3.21524e-07 1.47437e-06 2.66216e-06 1.31741e-06 -7.25161e-07 -6.34394e-07 1.33162e-07 1.54452e-07 3.13039e-08 -2.38163e-07 -1.27078e-06 -3.10454e-06 -3.38322e-06 1.54624e-06 5.07273e-06 4.98678e-06 2.54378e-06 4.95247e-07 1.44635e-07 1.81554e-06 3.11592e-06 2.66005e-06 1.67305e-06 1.07848e-06 4.2026e-07 -2.29846e-08 2.89481e-07 5.23038e-07 4.95016e-07 1.14309e-06 1.30681e-06 3.59424e-07 4.58765e-07 2.88438e-07 1.25907e-08 6.76354e-07 3.01965e-07 4.71124e-07 7.27379e-07 1.66439e-07 -6.37357e-08 3.17475e-07 8.24502e-07 7.97403e-07 7.05473e-07 2.60707e-07 -4.5844e-07 -1.54367e-07 1.6251e-06 2.36435e-06 -1.47511e-06 1.81003e-06 4.68622e-06 3.63496e-06 1.02855e-06 -1.34105e-07 3.68024e-07 -5.2705e-08 3.79407e-07 2.24389e-06 1.35954e-08 -4.0663e-06 -1.57962e-06 5.42911e-07 2.99462e-06 5.11503e-06 3.15248e-06 8.2553e-07 1.38272e-07 1.67187e-06 3.88641e-06 3.38343e-06 1.64294e-06 1.20673e-06 1.43923e-06 3.77928e-07 -1.88513e-07 7.08071e-07 8.62116e-07 1.5805e-06 2.69959e-06 1.48353e-06 2.52134e-07 1.90126e-07 -7.72569e-07 8.06073e-08 8.00938e-07 1.92566e-07 2.25127e-07 -1.11086e-07 -2.47757e-07 1.21207e-07 1.13737e-06 1.88085e-06 1.64252e-06 4.93111e-07 -2.54741e-06 -1.52078e-06 1.28287e-06 1.96871e-06 -4.90287e-06 -1.38365e-06 6.53546e-06 6.21492e-06 4.46005e-06 2.98965e-06 1.25762e-06 9.56016e-08 5.97581e-07 4.05233e-06 3.3772e-06 -9.26653e-07 -2.51533e-06 -2.32978e-06 6.71349e-07 3.56268e-06 2.9932e-06 1.05684e-06 5.76329e-07 1.47329e-06 3.52597e-06 3.21341e-06 1.33983e-06 6.97991e-07 1.78994e-06 1.83443e-06 -4.42361e-08 3.47844e-07 1.48733e-06 2.74958e-06 4.67248e-06 3.50397e-06 -2.68705e-08 6.89831e-07 -1.12761e-06 -1.05724e-06 1.58751e-06 2.07746e-07 5.14167e-07 -2.26593e-07 -1.82969e-06 -2.18032e-06 -7.66635e-07 1.64758e-06 2.40114e-06 9.0262e-07 -4.01385e-06 -6.9787e-06 -1.87871e-06 3.59161e-06 -2.93165e-06 -1.15113e-05 3.76584e-06 7.14043e-06 6.92505e-06 6.6175e-06 3.82467e-06 1.11816e-06 7.09345e-07 2.91819e-06 1.01209e-05 1.46983e-06 -1.31133e-06 -2.56094e-07 -3.32229e-07 1.72828e-06 2.11982e-06 5.47788e-07 3.90383e-07 1.1037e-06 3.0042e-06 2.47908e-06 2.32322e-06 2.88365e-06 1.42363e-06 2.24064e-06 1.33884e-06 2.54531e-07 2.10526e-06 4.7436e-06 7.08971e-06 5.60311e-06 1.40988e-06 1.7964e-06 2.40867e-07 -1.62787e-06 1.59963e-06 1.4829e-06 1.78136e-06 2.38265e-06 -2.58248e-06 -9.47396e-06 -7.01638e-06 -7.8594e-07 2.83908e-06 2.93609e-06 -8.61915e-07 -8.79206e-06 -7.12682e-06 5.52898e-06 1.98947e-06 -1.34895e-05 -7.76186e-06 4.92232e-06 7.99064e-06 9.02602e-06 5.62454e-06 2.36275e-06 1.49085e-06 -1.43931e-06 1.02914e-05 3.9307e-06 -3.96642e-07 1.6197e-07 -1.35097e-06 5.2376e-07 1.00316e-06 -1.55905e-06 -4.05765e-06 -5.23162e-06 5.37741e-06 2.34735e-06 2.65703e-06 8.28095e-06 6.41576e-06 1.47477e-06 1.17975e-06 -2.74811e-07 2.49595e-06 7.01368e-06 9.28178e-06 7.44297e-06 3.1216e-06 2.41071e-06 2.22068e-06 7.41836e-07 2.40688e-06 2.94217e-06 2.47378e-06 2.91314e-06 5.42035e-07 -4.31245e-06 -9.38453e-06 -4.46858e-06 8.27075e-07 5.78303e-06 5.16719e-06 -2.38643e-06 -5.82948e-06 -1.38365e-06 1.14729e-05 -5.31481e-06 -1.67596e-05 8.49982e-08 8.52799e-06 1.05202e-05 5.8891e-06 2.41145e-06 8.35623e-07 -1.69874e-06 2.99333e-06 4.4654e-06 -8.21815e-08 -5.01057e-07 -7.88819e-07 -3.63383e-07 -2.27415e-08 7.86854e-07 -4.99915e-06 -8.42729e-06 -2.09132e-06 3.4853e-06 9.89387e-07 6.79723e-06 6.80938e-06 5.91697e-06 1.02823e-06 -2.54174e-06 1.60324e-06 8.26407e-06 1.08523e-05 8.56497e-06 4.0919e-06 2.422e-06 2.83076e-06 3.75066e-06 4.08325e-06 3.90135e-06 2.43342e-06 2.66706e-06 1.29193e-06 1.46392e-06 1.20035e-06 -4.51976e-06 -1.75509e-06 2.88674e-06 7.59207e-06 2.92532e-06 -2.13411e-06 -3.09496e-06 3.81383e-06 1.88639e-06 -8.49794e-06 -1.78918e-06 7.05146e-06 1.27913e-05 7.97793e-06 3.21395e-06 2.0308e-06 3.15676e-06 -1.21769e-06 1.09341e-06 -3.6785e-07 -1.23174e-06 6.22398e-07 -4.51726e-07 -7.83767e-07 5.4238e-06 -1.39112e-06 -2.28672e-06 -8.13264e-07 2.83901e-06 1.02656e-06 5.52597e-06 6.88324e-06 7.60501e-06 3.32767e-06 -3.39589e-06 -2.43842e-06 7.37653e-06 1.1139e-05 9.15734e-06 3.8067e-06 1.2082e-06 1.51488e-06 3.30539e-06 4.58495e-06 3.71813e-06 5.85273e-07 1.61475e-06 3.14538e-06 1.19899e-06 5.64679e-06 1.66776e-06 2.5044e-06 5.45762e-06 2.41439e-06 2.93688e-06 -1.20127e-06 -2.75347e-06 5.10726e-07 3.92238e-06 -1.29916e-06 1.08888e-06 3.78092e-06 1.20176e-05 8.85052e-06 2.8793e-06 2.554e-06 5.30397e-06 2.28374e-07 -9.19148e-07 -1.05127e-07 -1.23432e-06 2.57888e-06 -9.93749e-07 2.32897e-07 3.58061e-06 4.94368e-07 1.38158e-05 1.38237e-05 1.64212e-06 2.34717e-06 4.4027e-06 6.74254e-06 7.77825e-06 2.24229e-06 -1.48066e-06 -4.31695e-06 1.08703e-05 8.12508e-06 9.03606e-06 3.29745e-06 1.31217e-06 7.40336e-08 1.57402e-06 2.26801e-06 1.02436e-06 9.85315e-08 1.17273e-06 3.55136e-06 9.2224e-07 -7.12601e-08 2.75438e-06 1.01049e-06 7.05057e-06 3.3683e-06 2.86047e-07 -9.97595e-07 -2.33726e-06 -2.94494e-06 -8.12689e-07 4.67292e-06 2.23293e-06 1.34381e-06 7.62122e-06 4.17931e-06 9.36154e-07 5.41446e-06 5.0778e-06 1.82519e-06 6.69011e-07 3.45162e-07 -3.43272e-07 1.44037e-06 -5.99436e-07 -3.35883e-06 2.87419e-07 4.52502e-06 3.16491e-05 2.29146e-05 3.76297e-06 2.22848e-06 3.05588e-06 4.45802e-06 6.27532e-06 4.58271e-07 -1.66849e-06 2.1061e-07 2.21848e-05 6.02812e-06 6.48056e-06 4.62166e-06 4.07215e-06 1.67704e-06 4.86234e-07 1.02726e-06 1.46895e-06 1.96639e-06 2.85789e-06 2.77376e-06 -3.41283e-07 -4.98959e-06 -2.6206e-06 -5.19154e-06 1.80154e-06 3.68862e-06 1.55521e-06 1.08185e-06 -3.06004e-07 4.43962e-07 6.30497e-07 6.47885e-06 3.35395e-06 1.787e-07 -1.60021e-06 -2.93613e-07 -2.48099e-08 2.59002e-06 3.60395e-06 4.18789e-06 4.85258e-06 1.26278e-06 4.29775e-07 3.42498e-06 5.34973e-06 -7.70651e-06 -3.45336e-06 3.33412e-06 3.4619e-05 1.94259e-05 7.79327e-06 -6.91783e-07 1.81155e-06 1.8585e-06 4.50501e-06 3.71036e-07 -2.82077e-06 4.91541e-06 1.99762e-05 1.17855e-05 3.31004e-06 7.02191e-06 4.92781e-06 3.09329e-06 1.98781e-07 1.27264e-06 1.52753e-06 1.55227e-06 2.06502e-06 7.32161e-07 -7.41372e-07 -4.70931e-06 -1.37364e-06 -1.99656e-06 -4.13318e-06 -5.89592e-07 2.73988e-06 8.79626e-06 4.30209e-06 5.49143e-06 4.06194e-06 3.66342e-06 -1.72397e-06 -4.64698e-06 -1.21682e-05 -6.2741e-06 -1.85618e-06 1.42957e-06 1.6403e-06 1.28731e-06 4.96302e-06 2.92747e-06 1.0483e-06 9.67898e-06 1.82357e-05 -1.43541e-08 -4.12712e-06 -1.06198e-05 2.39175e-05 1.19478e-05 7.52065e-06 2.77404e-06 -9.44284e-06 -5.18385e-06 1.87574e-06 1.87352e-06 -1.93073e-06 4.09115e-06 8.84547e-06 1.37263e-05 1.77105e-06 7.20288e-06 4.36166e-06 3.10098e-06 9.4654e-07 1.87238e-06 7.63714e-07 -5.46507e-06 -3.91266e-06 3.35127e-09 2.3034e-06 1.05132e-06 4.36501e-06 8.52242e-07 -2.54592e-06 -3.99588e-08 5.20148e-07 1.40704e-05 8.02488e-06 9.89905e-06 5.62393e-06 2.4625e-06 -4.4707e-06 -1.09502e-05 -7.24388e-06 -5.90678e-06 -2.76425e-06 -1.61159e-07 -1.10079e-06 -1.14254e-06 5.91453e-06 3.41965e-06 7.31742e-07 8.01643e-06 1.85001e-05 6.47695e-06 4.61448e-06 -1.32075e-05 1.13676e-05 7.00073e-06 3.80574e-06 5.06394e-06 -1.47787e-05 -2e-05 -5.25616e-06 4.54517e-06 1.95896e-06 4.81061e-06 3.34472e-06 7.70778e-06 -1.01032e-06 3.98515e-06 4.84952e-06 3.77554e-06 3.76009e-06 6.22724e-06 3.05545e-06 -4.55572e-06 -9.23596e-06 -2.9604e-06 3.78291e-06 4.64797e-06 9.22014e-06 5.94747e-06 5.00027e-06 6.45184e-06 2.89104e-06 9.2629e-06 5.70168e-06 1.79711e-05 2.69747e-05 1.71915e-05 2.4402e-06 -2.86422e-06 -2.01702e-06 2.02282e-06 4.13811e-06 8.62635e-07 3.86684e-07 3.7938e-06 9.89695e-06 8.55745e-06 -2.10456e-07 2.20295e-06 1.18688e-05 7.87991e-07 2.83907e-06 2.19266e-06 7.60086e-06 8.50075e-06 3.94793e-06 1.12279e-07 -3.73659e-06 -2e-05 -1.93088e-05 5.60765e-06 5.45387e-06 1.26019e-05 7.32117e-06 -1.82863e-06 -2.20867e-06 1.49094e-06 3.39137e-06 4.92377e-06 8.23264e-06 1.11752e-05 7.52651e-06 1.13664e-05 1.08089e-05 1.52578e-06 -6.32017e-06 -8.72627e-07 3.46363e-06 5.04713e-06 6.25163e-06 9.59314e-06 8.24591e-06 2.16242e-06 -4.93657e-07 1.90938e-05 2.15845e-05 1.95855e-05 8.72829e-07 -3.62699e-06 -6.34033e-07 1.83572e-06 4.0076e-06 5.2338e-06 4.24526e-06 -5.66844e-06 1.7099e-06 7.29991e-06 2.48483e-06 -1.27634e-06 1.69962e-06 -5.79953e-06 -3.3551e-06 4.12451e-06 6.19567e-06 -8.67344e-07 -2.96094e-06 -3.02242e-06 1.84236e-06 -9.16968e-06 -1.23916e-05 8.90342e-07 8.12247e-06 9.46735e-06 4.42803e-06 -3.4135e-06 1.31559e-06 1.28122e-06 9.6031e-07 7.71027e-06 7.78527e-06 1.40227e-06 -1.41683e-06 7.36601e-06 1.03892e-05 5.10197e-06 3.96032e-06 3.4941e-06 -1.40699e-06 8.56366e-07 9.5466e-06 1.89702e-05 1.92856e-05 5.90664e-06 4.30199e-06 1.46772e-05 7.85728e-06 7.13226e-06 2.85817e-06 1.76882e-06 4.76097e-06 4.18123e-06 3.75546e-06 8.14403e-06 2.57103e-06 -1.58494e-05 -3.53288e-06 5.62874e-06 1.88754e-06 -7.38166e-06 -1.88992e-05 -8.88764e-06 -3.10519e-06 2.60117e-06 -2.00656e-06 -1.8295e-05 -1.44138e-05 -8.64797e-06 -8.2449e-08 8.47025e-06 -8.93272e-09 -7.44598e-07 3.18378e-06 4.56665e-07 -2.93525e-06 -2.06702e-08 6.88885e-06 9.11052e-07 7.93194e-06 1.1505e-05 7.5298e-06 2.09517e-06 -1.63329e-06 4.20328e-06 7.48285e-06 1.06094e-05 1.46343e-05 1.22693e-05 3.85306e-06 -4.65051e-07 1.00851e-05 1.46282e-05 1.13611e-05 4.82172e-06 3.13978e-06 1.10794e-05 8.45367e-06 6.53599e-06 7.25243e-06 8.46027e-06 1.10925e-05 1.08546e-05 8.20058e-06 2.35504e-06 -9.23087e-06 -2e-05 -4.1017e-06 9.09708e-06 9.18749e-06 6.76975e-06 -4.72012e-06 3.26229e-06 4.21153e-06 1.44698e-06 -2.14035e-06 -1.71082e-05 -1.03227e-05 -6.17828e-06 -1.44421e-06 1.41612e-05 7.66058e-06 1.90324e-06 -1.14941e-07 -2.34604e-06 -2.11006e-06 1.82802e-06 6.43378e-06 1.82829e-06 6.37602e-06 6.88251e-06 4.81872e-06 2.95759e-06 2.93259e-06 5.73529e-06 9.22796e-06 1.19425e-05 1.34376e-05 1.03472e-05 3.06661e-06 -2.76713e-06 3.23981e-06 8.44336e-06 5.70534e-06 4.14058e-06 4.09513e-06 1.10688e-05 1.05109e-05 6.24141e-06 4.75578e-06 4.16194e-06 5.05592e-06 6.29528e-06 5.35713e-06 -2.22225e-06 -1.19174e-05 -1.319e-05 3.93547e-06 6.1621e-06 1.39092e-05 1.94424e-05 1.00131e-05 2.81913e-06 6.00349e-06 6.49536e-06 7.21645e-06 4.55133e-06 3.43905e-06 1.22884e-07 4.89359e-07 1.07123e-05 6.37298e-06 2.07543e-06 -1.89593e-06 -2.04746e-06 -9.82221e-07 2.50898e-06 5.44052e-06 4.52197e-06 2.56401e-06 5.2119e-06 5.763e-06 4.19823e-06 2.21614e-06 2.14017e-06 6.2679e-06 9.45818e-06 1.04535e-05 8.19651e-06 4.18606e-06 1.09777e-06 8.94255e-08 1.01755e-06 2.0472e-06 2.04643e-06 3.52248e-06 6.52129e-06 7.13737e-06 5.12445e-06 5.10802e-07 -4.25284e-06 -5.46152e-06 5.08265e-06 5.93046e-06 8.97465e-06 8.80125e-06 7.74757e-06 1.00534e-05 8.78867e-06 1.25044e-05 1.34491e-05 5.53192e-06 9.5481e-08 3.16977e-06 5.0945e-06 8.99516e-06 1.12284e-05 9.04074e-06 7.60748e-06 1.17702e-05 1.93356e-05 6.03411e-06 1.0696e-06 4.25349e-07 2.63777e-06 1.46905e-06 7.61388e-06 1.84246e-05 1.86727e-05 8.31678e-06 1.00387e-05 3.90651e-06 -1.95363e-06 3.14563e-06 6.36504e-06 5.91079e-06 5.58809e-06 5.86973e-06 5.75974e-06 5.1982e-06 4.80543e-06 2.5856e-06 5.32591e-08 -3.3085e-06 -1.39192e-06 6.6616e-07 1.57537e-06 2.62915e-06 6.27654e-06 1.56215e-05 1.43273e-05 -7.59974e-06 5.43614e-06 1.00277e-05 9.32085e-06 7.70998e-06 5.59886e-06 4.92261e-06 4.26256e-06 6.10606e-06 9.25183e-06 4.52272e-06 4.31542e-06 -1.47349e-06 7.75183e-08 5.52302e-06 8.38677e-06 9.56094e-06 1.32821e-05 2.22175e-05 2.3721e-05 1.44272e-05 1.11561e-05 9.14432e-06 6.90893e-06 8.28145e-06 1.68648e-05 2.09855e-05 1.22421e-05 5.9862e-06 6.77379e-06 4.68794e-07 7.94238e-07 6.92869e-06 8.59205e-06 7.78835e-06 6.52222e-06 5.80021e-06 5.13366e-06 4.34466e-06 4.06053e-06 5.97953e-06 6.91629e-06 5.07984e-07 -4.43995e-08 -7.75119e-07 3.51388e-07 5.17977e-06 9.55521e-06 7.93914e-06 1.43129e-05 1.44641e-05 2.63081e-06 3.19048e-06 3.88029e-06 4.93954e-06 4.52815e-06 2.14818e-06 3.72235e-06 5.93773e-06 7.52473e-06 3.03226e-06 5.0875e-06 -1.4475e-06 -2.66511e-06 3.43202e-06 5.34445e-06 1.21763e-05 1.21781e-05 1.40275e-05 1.20186e-05 1.1322e-05 1.34928e-05 1.32389e-05 1.29729e-05 1.73375e-05 1.98766e-05 1.38446e-05 6.13405e-06 4.12522e-06 3.98423e-06 2.88215e-06 3.41992e-06 2.14857e-06 -3.14211e-08 -1.14987e-07 1.0218e-06 2.10966e-06 2.12711e-06 1.0219e-06 1.34813e-07 8.1741e-07 2.7061e-06 2.03164e-06 -1.04095e-06 -1.60654e-06 1.86328e-06 3.62628e-06 3.58647e-06 4.28519e-06 8.12736e-06 9.01007e-06 3.40018e-06 1.11938e-06 -9.57155e-07 -1.07929e-08 1.44172e-06 1.20513e-06 4.39502e-06 8.94877e-06 8.67403e-06 3.55627e-06 1.38504e-06 -1.38937e-06 -9.26083e-07 -4.23476e-07 4.39613e-06 1.07164e-05 7.9078e-06 3.40125e-06 2.52674e-06 1.36811e-06 6.11306e-06 1.18745e-05 1.4241e-05 1.79768e-05 1.85815e-05 1.27329e-05 6.05299e-06 6.16226e-06 5.1967e-06 2.81044e-06 3.38741e-07 -2.9201e-06 -5.06251e-06 -4.42255e-06 -3.9604e-06 -3.51354e-06 -1.95732e-06 -1.08987e-06 -1.30055e-06 -8.83722e-07 3.77231e-07 8.45662e-07 5.91389e-07 -2.41558e-07 1.25318e-06 2.62207e-06 2.9803e-06 2.49965e-06 1.9624e-06 2.97216e-06 2.29281e-06 1.47145e-06 -2.73246e-06 -2.36176e-06 -1.10151e-07 1.73247e-06 1.28583e-06 2.17586e-06 4.94136e-06 9.23775e-06 6.24401e-06 -1.06331e-06 -1.01817e-06 4.68365e-07 4.4221e-06 1.36766e-05 1.16798e-05 -2.15368e-07 -7.54312e-06 -5.4215e-06 3.73954e-06 1.19034e-05 1.19965e-05 1.09786e-05 1.04437e-05 9.79507e-06 8.28372e-06 4.58987e-06 1.69886e-06 -2.49786e-06 -5.60681e-06 -6.63617e-06 -5.95876e-06 -4.28731e-06 -2.48199e-06 -1.26002e-06 -8.6898e-07 -9.34857e-07 -1.25893e-06 -7.33041e-07 5.49682e-07 1.12372e-06 9.19839e-07 -2.06528e-07 -8.22685e-08 9.35483e-07 1.69896e-06 1.79356e-06 2.4122e-06 3.07054e-06 2.36566e-06 5.89104e-07 -1.33287e-06 -4.90499e-10 1.97903e-06 3.07363e-07 -7.31922e-07 -1.96739e-06 -1.92046e-06 1.61258e-06 4.12508e-06 1.75375e-06 1.22149e-06 4.51696e-06 2.75644e-06 5.62324e-06 8.52937e-06 6.03704e-06 -3.62555e-07 -4.67924e-06 1.03297e-06 7.74994e-06 1.20407e-05 1.41139e-05 1.29474e-05 1.08224e-05 8.77757e-06 1.40077e-05 1.07978e-05 5.77333e-06 6.05861e-07 -2.45231e-06 -2.95373e-06 -1.82399e-06 -1.299e-07 1.30835e-06 2.58628e-06 3.33711e-06 2.95181e-06 2.09233e-06 1.64131e-06 1.44934e-06 1.06116e-06 -3.64245e-07 -4.62133e-07 -2.80742e-07 -5.54576e-08 4.27162e-07 1.09477e-06 1.6301e-06 1.91301e-06 1.00024e-06 -7.31476e-08 2.57533e-07 2.14449e-06 5.67592e-07 -7.30373e-07 -2.78722e-06 -4.3971e-06 -3.47666e-06 -1.21044e-06 6.86896e-07 1.30017e-06 1.32784e-06 2.41947e-06 1.28827e-06 2.12671e-06 3.36189e-06 3.3061e-06 1.41821e-06 -1.18745e-07 -2.56428e-07 4.48603e-06 1.1169e-05 1.42201e-05 1.51899e-05 1.50432e-05 1.56123e-05 1.41569e-05 1.02056e-05 4.9166e-06 6.26305e-07 -1.28702e-06 -1.29319e-06 8.37032e-08 2.99895e-06 7.06846e-06 9.22257e-06 8.677e-06 7.40328e-06 5.70615e-06 4.27271e-06 2.80304e-06 1.64594e-06 9.77388e-07 6.01754e-07 -5.39393e-08 -2.41048e-07 3.89364e-08 6.61592e-07 1.43401e-06 1.7475e-06 1.67412e-06 1.16348e-06 -6.33984e-08 -5.2518e-07 -1.5742e-06 -3.00589e-06 -4.11044e-06 -3.97828e-06 -1.99463e-06 1.6495e-06 2.75177e-06 2.59689e-06 1.9923e-06 7.39333e-07 6.92096e-07 1.62162e-06 1.53641e-06 -5.34095e-07 -2.5849e-06 -4.4395e-06 -7.43851e-07 4.08249e-06 7.75362e-06 1.13611e-05 1.41319e-05 8.53007e-06 7.30092e-06 5.21173e-06 2.93704e-06 1.55291e-06 1.70132e-06 1.23054e-06 2.49107e-06 5.95526e-06 1.0169e-05 1.16804e-05 1.1229e-05 1.06214e-05 9.10967e-06 7.71365e-06 5.79338e-06 4.09787e-06 3.02624e-06 2.37013e-06 1.73593e-06 9.35911e-07 7.12973e-07 1.74122e-06 1.93324e-06 4.75516e-07 -1.02911e-07 1.62575e-07 -8.93589e-07 3.84995e-07 -6.40563e-07 -1.74428e-06 -2.8174e-06 -4.70918e-06 -3.11069e-06 1.73919e-06 2.15385e-06 4.69947e-06 6.77304e-06 4.93203e-06 1.55173e-06 -2.3484e-07 -6.27612e-07 -8.31917e-07 -1.39782e-06 -1.90805e-06 -1.50247e-06 5.3555e-07 3.30348e-06 6.06417e-06 7.98235e-06 -3.60268e-08 7.74723e-08 1.69078e-07 2.49174e-07 3.20864e-07 4.19734e-07 5.01933e-07 4.85208e-07 4.61786e-07 3.95105e-07 3.2963e-07 3.67021e-07 3.5659e-07 1.95424e-07 9.83827e-08 2.27765e-07 4.71462e-07 6.65224e-07 6.77489e-07 5.7404e-07 3.96322e-07 3.23536e-07 3.26541e-07 2.74142e-07 1.82273e-07 9.4121e-08 -2.29614e-08 -6.69801e-09 1.72568e-07 3.71805e-07 5.30834e-07 7.59461e-07 7.10946e-07 4.18613e-07 2.85687e-07 4.08825e-07 1.01628e-06 1.38093e-06 1.01082e-06 3.73706e-07 -7.15456e-08 -2.42161e-07 -2.65798e-07 -1.60805e-07 1.65215e-07 5.70149e-07 5.94094e-07 2.14241e-07 -1.04495e-07 -1.61258e-07 -3.32739e-08 1.03773e-07 2.25871e-07 3.28442e-07 3.74547e-07 4.90437e-07 6.75967e-07 7.542e-07 7.68397e-07 6.62968e-07 5.35249e-07 5.75794e-07 5.66149e-07 3.42932e-07 1.66133e-07 2.71259e-07 5.89389e-07 9.26385e-07 1.0063e-06 9.13961e-07 7.47311e-07 7.02882e-07 6.7287e-07 5.00547e-07 2.83203e-07 9.7587e-08 -6.08203e-08 -8.43742e-08 1.15457e-07 3.9768e-07 6.10494e-07 9.90605e-07 1.21704e-06 8.87188e-07 6.88811e-07 9.63554e-07 1.78363e-06 2.10998e-06 1.38713e-06 4.50335e-07 -1.27091e-07 -3.55435e-07 -4.05368e-07 -2.67462e-07 2.37372e-07 8.68674e-07 8.79102e-07 3.31026e-07 -1.05485e-07 -1.89523e-07 -3.0776e-08 1.02393e-07 2.65167e-07 4.027e-07 3.26655e-07 3.165e-07 5.61445e-07 8.91422e-07 1.06637e-06 1.00324e-06 8.04407e-07 7.85488e-07 7.80184e-07 5.97233e-07 3.93322e-07 3.4088e-07 5.59653e-07 1.02558e-06 1.04563e-06 9.0937e-07 1.02611e-06 1.25094e-06 1.3583e-06 1.05715e-06 6.15978e-07 2.03605e-07 -8.24144e-08 -1.87116e-07 -1.71612e-07 2.36396e-07 5.36254e-07 5.22683e-07 1.51193e-06 1.69303e-06 1.28027e-06 1.73497e-06 2.89085e-06 3.23125e-06 2.2161e-06 7.64225e-07 -2.05986e-07 -5.96961e-07 -6.9491e-07 -4.99662e-07 2.07217e-07 1.16753e-06 1.38789e-06 6.05401e-07 -8.88131e-08 -2.03759e-07 2.14513e-09 5.47544e-08 2.15574e-07 3.77609e-07 2.04222e-07 5.97178e-08 1.47537e-07 5.86009e-07 9.25597e-07 1.01762e-06 9.00491e-07 7.58824e-07 6.1144e-07 5.34605e-07 6.09601e-07 5.25424e-07 2.82335e-07 6.0405e-07 8.02071e-07 3.36272e-07 4.62148e-07 1.17599e-06 1.94489e-06 1.75811e-06 1.01738e-06 4.86399e-07 3.2219e-08 -1.37044e-07 -3.21896e-07 -3.49487e-07 3.04915e-07 7.51498e-08 6.22147e-07 1.86614e-06 1.43028e-06 2.29444e-06 4.63034e-06 5.59169e-06 3.9562e-06 1.57165e-06 -5.75249e-08 -7.23643e-07 -9.31233e-07 -7.62569e-07 1.11836e-07 1.50133e-06 2.08002e-06 1.00988e-06 -1.1538e-07 -1.58602e-07 4.83287e-07 2.06933e-07 1.64369e-07 2.63941e-07 7.25338e-08 1.3215e-08 -1.14237e-07 2.54693e-07 5.22569e-07 6.88917e-07 8.00494e-07 6.74229e-07 2.32782e-07 1.50355e-07 4.48235e-07 7.40482e-07 1.65159e-07 -8.88649e-08 4.0374e-07 -2.64515e-07 -7.202e-07 3.97339e-07 1.79282e-06 2.10411e-06 1.08137e-06 6.31246e-07 1.92062e-07 -5.45541e-08 -3.82744e-08 -6.42922e-07 -2.36917e-06 8.4406e-09 -2.33164e-07 1.30684e-06 8.06684e-07 1.52646e-06 5.85455e-06 9.12092e-06 7.26414e-06 3.43261e-06 7.37463e-07 -5.28588e-07 -1.03768e-06 -1.02865e-06 2.38367e-07 2.87908e-06 4.59456e-06 3.07444e-06 -3.37939e-08 -2.96843e-10 9.26991e-07 7.34036e-07 1.7998e-07 3.0917e-07 6.1377e-07 1.84382e-06 -4.56869e-08 9.02458e-07 8.70196e-07 6.73137e-07 8.02394e-07 9.06306e-07 -4.49532e-07 -5.93376e-07 6.06372e-09 8.00278e-07 1.04272e-07 -1.93943e-07 -1.254e-07 9.23508e-07 -5.39899e-06 -6.06392e-06 3.01941e-06 3.39947e-06 1.25551e-06 1.1774e-06 3.54041e-07 -2.50393e-08 5.79919e-08 -5.91086e-07 -2.95196e-06 -5.26171e-06 -8.45628e-07 5.72191e-07 3.00336e-07 -7.62918e-07 3.80717e-06 1.09407e-05 1.12672e-05 6.61773e-06 2.46604e-06 1.22381e-07 -1.04036e-06 -1.5368e-06 5.70132e-07 6.10206e-06 1.05907e-05 8.43592e-06 9.56777e-07 -1.74216e-07 7.59615e-07 7.34962e-07 2.3683e-07 1.96695e-06 1.62512e-06 4.27609e-06 5.27275e-06 2.1479e-06 2.80815e-06 2.37236e-06 1.51562e-06 1.45292e-06 9.24464e-07 8.76181e-07 -3.4209e-07 3.24614e-07 -1.06689e-06 -1.89329e-06 -7.96921e-07 1.81971e-06 -1.50513e-06 -1.23613e-05 7.72402e-06 1.36793e-05 2.6305e-06 3.54563e-06 1.9014e-06 5.86425e-07 5.54114e-07 -1.34187e-06 -2.59355e-06 -6.84408e-06 -7.43835e-06 -1.92383e-06 1.44502e-06 -1.57832e-05 -2.43705e-06 9.34426e-06 1.40582e-05 1.02785e-05 5.15802e-06 9.60329e-07 -1.76009e-06 -2.77973e-06 4.28884e-07 9.98591e-06 1.511e-05 1.13405e-05 2.92367e-06 -5.59514e-07 3.07433e-07 6.87617e-07 1.60646e-06 3.87668e-06 2.7717e-06 4.65614e-06 8.35455e-06 1.95391e-06 1.94989e-06 3.36424e-06 1.76199e-06 1.18247e-06 1.91278e-06 3.28741e-06 2.83398e-07 7.45946e-07 3.3979e-07 4.16947e-07 -5.59091e-06 1.40803e-06 9.44469e-07 -2.45563e-06 4.82884e-06 1.85539e-05 4.27141e-06 5.21599e-06 5.10198e-06 1.27362e-06 6.69093e-07 -1.34125e-06 -1.96612e-06 -3.57402e-06 -7.74698e-06 -9.13567e-06 -3.98939e-06 -2e-05 -2e-05 7.5902e-06 1.75777e-05 1.27284e-05 6.74895e-06 1.94304e-06 -4.01487e-06 -4.33234e-06 -1.42218e-06 1.35156e-05 1.70381e-05 1.17103e-05 4.63843e-06 -3.77809e-07 1.28411e-07 1.23069e-06 1.84846e-06 5.46224e-06 6.18494e-06 5.73936e-06 7.97678e-06 2.9145e-06 -4.80976e-06 -4.20922e-08 -1.70001e-06 -3.63359e-07 7.53204e-07 4.47689e-06 -1.75348e-07 1.34449e-06 3.42724e-06 3.314e-06 -4.81611e-06 -5.0324e-07 8.19976e-07 -2.62997e-06 3.62675e-06 1.47948e-05 4.57567e-06 3.00553e-06 1.97858e-06 -9.84284e-08 -3.78964e-07 -1.4977e-06 -1.29526e-06 -2.15574e-06 -3.85828e-06 -1.2647e-05 -9.39219e-06 -2e-05 -2e-05 -1.03583e-05 2.57576e-05 1.29572e-05 5.43472e-06 1.1111e-06 -1.83829e-06 -4.75926e-06 -6.64347e-06 1.46877e-05 1.77831e-05 1.08775e-05 4.66908e-06 1.13648e-06 5.94836e-07 2.19035e-06 4.25693e-06 7.24459e-06 1.12408e-05 6.2482e-06 3.81215e-06 2.04226e-06 -8.40748e-06 -7.63705e-06 -8.0092e-06 -7.7362e-06 -2.31609e-06 3.21836e-06 -4.89893e-07 -2.84283e-07 7.07772e-06 1.68165e-06 -3.38738e-08 -7.37079e-07 4.72582e-07 1.02149e-06 7.74035e-06 1.19489e-05 6.04708e-06 2.70346e-06 9.91979e-07 -8.14396e-06 -2.93389e-06 -1.9657e-06 -2.2326e-06 -2.4102e-07 9.0554e-06 -7.95833e-06 -1.42442e-05 -1.66716e-05 -2e-05 -1.03754e-05 3.3729e-05 1.4011e-05 4.70997e-06 8.7249e-07 -6.31802e-07 -5.95007e-06 -1.17041e-05 8.77448e-06 1.83474e-05 9.30281e-06 3.57084e-06 1.87186e-06 5.13393e-07 3.38961e-06 7.85105e-06 8.08805e-06 8.50196e-06 2.01422e-06 -6.42368e-08 -1.60858e-07 -4.55622e-06 -5.16064e-06 -6.25808e-06 -9.72212e-06 -5.6159e-06 5.4115e-07 1.24093e-06 2.97938e-08 4.04432e-06 1.34311e-06 -1.23475e-06 -8.65419e-08 -4.53843e-07 2.58374e-06 7.96093e-06 6.5969e-06 4.8295e-06 5.28648e-06 2.63089e-06 3.16645e-06 -1.83027e-06 -2.47575e-06 -7.13976e-07 1.31098e-06 1.9916e-05 -1.94401e-06 -9.80463e-06 -6.44313e-06 -3.89272e-06 2.30418e-06 3.28165e-05 1.64592e-05 5.85127e-06 1.08509e-06 -1.46932e-06 -8.7467e-06 -1.35225e-05 -2.79131e-06 1.82639e-05 7.47966e-06 1.83891e-06 5.29578e-07 -1.84542e-07 3.00939e-06 7.52561e-06 5.86753e-06 2.46549e-06 -1.0876e-08 -2.94639e-06 -1.72528e-06 -2.33203e-06 -1.70399e-06 -2.02622e-06 -4.52835e-06 -2.42627e-06 5.86437e-07 3.79687e-06 -1.55905e-07 1.39069e-07 3.69005e-06 -1.33089e-06 -5.51248e-06 -9.75028e-06 -1.00512e-06 4.04894e-06 5.23692e-07 -6.97361e-08 5.86053e-06 5.73326e-06 2.46417e-06 9.10285e-07 2.6035e-06 4.45812e-07 -1.90885e-06 1.43822e-05 1.54182e-05 -9.09819e-06 -1.55515e-05 1.24225e-07 6.54681e-06 1.99849e-05 2.1392e-05 1.11442e-05 3.98868e-06 -1.15325e-06 -1.10114e-05 -1.36943e-05 -7.40462e-06 1.49711e-05 5.6954e-06 1.23741e-06 -2.0501e-06 -1.92043e-06 -3.76409e-08 5.86476e-06 3.48865e-06 4.39498e-06 3.07892e-06 -3.3691e-06 -3.32192e-06 -1.7476e-06 -3.87797e-06 -1.44396e-06 1.15197e-06 3.71329e-07 2.33961e-06 7.57307e-06 2.86266e-06 -7.89503e-07 1.23128e-06 1.06778e-06 -7.08366e-06 -1.92298e-05 -5.55181e-06 1.43947e-06 -3.97689e-06 -2.09774e-06 1.34251e-05 8.56404e-06 4.12798e-06 5.03001e-06 9.68426e-07 1.8363e-06 -6.24202e-06 5.2177e-06 1.4363e-05 -7.79892e-06 -2e-05 -2e-05 9.33516e-06 1.87882e-05 2.64239e-05 1.81831e-05 8.78971e-06 1.61416e-06 -9.20643e-06 -1.42085e-05 -1.87917e-06 1.01966e-05 3.23779e-06 3.6525e-06 6.59702e-07 2.2574e-06 4.33265e-07 3.15077e-06 3.96088e-06 5.45667e-06 3.98034e-06 -7.37244e-07 -3.70405e-06 -2.43546e-06 -2.87939e-06 -4.8644e-07 2.6428e-06 9.5765e-07 2.21823e-06 7.35105e-06 7.37648e-06 2.87464e-06 1.09856e-06 -7.2569e-08 -5.33891e-06 -1.00446e-05 -6.9346e-06 -3.00644e-06 -4.69854e-06 5.66965e-06 1.52389e-05 8.88845e-06 4.66588e-06 1.13225e-05 3.3894e-06 9.43611e-07 -3.42769e-07 2.62918e-06 2.61911e-06 -1.10962e-05 -2e-05 -2e-05 -1.66416e-07 2.31829e-05 1.94519e-05 1.91602e-05 1.19499e-05 5.66375e-06 -3.50025e-06 -1.26424e-05 5.14269e-06 7.24362e-06 1.3527e-06 7.27154e-06 7.47984e-06 5.89312e-06 2.80891e-06 1.14798e-06 3.84795e-06 3.10036e-06 2.19677e-06 2.15631e-06 -6.46264e-07 -2.82294e-06 8.30563e-09 4.70922e-06 4.3979e-06 3.34371e-07 1.54894e-06 4.65554e-06 9.08116e-06 8.42668e-06 4.07244e-06 -5.6721e-07 -1.20127e-05 -1.21555e-05 -2.40863e-06 -1.82791e-06 -4.51661e-06 1.35488e-05 1.69249e-05 5.46666e-06 2.94521e-06 1.22541e-05 5.09272e-06 1.64237e-06 5.10107e-06 1.70805e-06 1.19869e-06 -1.80167e-05 -2e-05 -1.16288e-05 -5.24751e-06 3.05246e-05 1.3441e-05 8.69287e-06 8.6242e-06 8.87805e-06 6.39111e-06 -4.48056e-06 1.45441e-06 2.75301e-06 4.12068e-06 7.12592e-06 9.54264e-06 7.61082e-06 3.02725e-06 1.18676e-06 3.60003e-06 1.0677e-06 -3.43771e-06 2.17417e-06 5.23556e-06 -3.51294e-07 3.37429e-06 1.08382e-05 8.70056e-06 5.72726e-06 3.31563e-06 2.64054e-06 7.48652e-06 8.54872e-06 6.84156e-06 1.85094e-06 -9.9561e-06 -7.59989e-06 1.7136e-06 4.64444e-08 -3.24779e-06 1.16866e-05 8.61553e-06 -2.32934e-06 -2.787e-07 1.82645e-05 4.78143e-06 3.09295e-06 8.58922e-06 5.04944e-06 2.65045e-06 -1.68922e-05 -2e-05 -5.20282e-06 6.34345e-07 1.46836e-05 8.62078e-06 -5.91323e-07 3.26812e-06 1.2063e-05 1.76684e-05 4.94163e-06 4.53945e-08 -2.7666e-06 7.24802e-06 3.67387e-06 7.83983e-06 8.73722e-06 4.81178e-06 2.91214e-06 6.15418e-06 1.22924e-06 -1.12926e-05 -6.87433e-06 9.83533e-06 1.03757e-05 3.58604e-06 1.25769e-05 1.04065e-05 8.41135e-06 8.54366e-06 1.04518e-06 7.46334e-06 9.11365e-06 1.0106e-05 1.01688e-05 2.7789e-06 -2.15372e-06 1.99992e-06 -9.23448e-07 -3.16204e-06 -1.11227e-06 -4.00389e-06 -1.06104e-05 -3.94345e-06 2.70637e-05 1.26381e-05 7.43968e-07 2.95782e-06 4.28438e-06 3.57132e-06 3.1059e-06 -8.59362e-06 -2.45883e-06 4.07734e-06 2.5396e-07 -1.13901e-06 -4.57299e-06 1.33563e-07 1.15724e-05 2.5856e-05 2.04382e-05 1.44352e-05 4.13487e-06 4.94056e-06 4.27598e-07 1.76976e-06 7.15006e-06 4.68265e-06 2.92914e-06 6.25514e-06 7.33294e-07 -9.21974e-06 -7.19175e-06 7.0544e-06 1.59578e-05 3.82381e-06 4.34478e-06 6.63808e-06 6.95117e-06 9.59227e-06 3.69483e-06 3.16715e-06 7.96093e-06 1.11932e-05 1.21532e-05 6.98379e-06 -8.20871e-07 1.61548e-06 1.27321e-06 -2.14003e-06 -2.86098e-06 -4.15389e-06 -1.41381e-05 -1.14197e-05 2.12307e-05 1.41112e-05 4.5501e-06 -4.16876e-06 1.42318e-06 1.66542e-06 9.81058e-06 -7.2309e-06 -2.60395e-06 -1.78551e-06 -1.13787e-05 -1.1654e-05 3.71113e-07 2.77096e-06 5.14822e-06 1.65427e-05 1.71436e-05 1.79448e-05 1.71726e-05 1.15482e-05 8.52453e-06 7.52381e-08 7.95468e-07 1.37068e-06 1.7413e-06 3.63024e-06 2.0916e-06 2.7836e-06 6.12262e-07 2.33566e-06 8.59796e-06 3.6438e-06 -2.97784e-06 6.3754e-07 4.03193e-06 8.50445e-06 5.51118e-06 3.28938e-06 7.7327e-06 1.27707e-05 1.56985e-05 1.07692e-05 -2.46954e-06 -1.10525e-06 1.94992e-06 9.1462e-07 1.61256e-06 3.43735e-06 -8.43027e-06 -1.7709e-05 6.67012e-06 1.00357e-05 5.75256e-06 6.11508e-07 5.14237e-06 5.60465e-06 1.16108e-05 1.8936e-06 4.27153e-07 -4.01416e-06 -1.13617e-05 -1.75255e-05 -4.02207e-06 2.73489e-06 -1.59639e-06 4.20535e-06 7.03512e-06 9.00465e-06 1.19134e-05 1.30994e-05 1.46949e-05 6.69527e-06 3.77116e-06 1.83563e-06 5.38375e-06 8.98311e-06 6.29568e-06 5.4524e-06 6.12255e-06 6.00956e-06 8.43076e-06 6.13634e-06 1.30319e-06 1.46915e-06 3.30744e-06 5.07868e-06 2.74691e-06 3.64493e-06 1.25381e-05 1.66736e-05 1.79082e-05 1.27475e-05 -1.34871e-06 -3.42184e-06 2.31358e-06 5.51643e-06 6.70067e-06 5.32948e-06 -2.72928e-06 -1.89215e-05 -1.15265e-06 1.76687e-05 1.27736e-05 1.83976e-06 2.64447e-06 1.20414e-05 1.76432e-05 9.92678e-06 2.07702e-06 3.03041e-06 1.96765e-06 -1.06163e-05 -1.03149e-05 8.54138e-07 -1.95603e-06 -1.19956e-06 -3.97327e-06 -1.92156e-06 3.55336e-06 9.96397e-06 1.46665e-05 7.18671e-06 4.37153e-06 1.90558e-06 8.94455e-06 1.15899e-05 8.98184e-06 6.07521e-06 6.07534e-06 6.41323e-06 5.68561e-06 3.84595e-06 2.57419e-06 3.36136e-06 2.94804e-06 1.10983e-06 2.89451e-06 8.85559e-06 9.95301e-06 8.266e-06 8.65312e-06 8.4951e-06 9.37086e-07 -7.66731e-07 1.77837e-06 4.25005e-06 5.53055e-06 4.51476e-06 2.42361e-06 8.66704e-08 -4.64924e-06 9.80612e-06 1.37753e-05 7.29992e-06 -8.7015e-07 6.66381e-06 1.52973e-05 1.28075e-05 6.77864e-06 2.85129e-06 9.31085e-06 6.33392e-06 1.15846e-07 -1.91453e-06 -1.6487e-06 -1.96606e-07 -5.02022e-06 -3.94142e-06 9.47537e-08 9.17293e-06 1.51934e-05 1.00642e-05 4.27735e-06 -1.08031e-08 6.36462e-06 6.46609e-06 4.74862e-06 4.24449e-06 4.74434e-06 5.04669e-06 5.07167e-06 3.83168e-06 5.7398e-06 7.93966e-06 7.94439e-06 6.52909e-07 5.52813e-07 5.19432e-06 4.30887e-06 3.49955e-06 6.07954e-07 3.03868e-06 5.16448e-06 4.68468e-06 4.43635e-06 7.53776e-06 8.13217e-06 5.93498e-06 5.3454e-06 6.999e-06 2.22622e-06 6.09542e-06 1.63731e-05 8.7129e-06 -1.89757e-06 -7.2719e-07 5.29645e-06 8.02661e-06 2.73151e-06 3.38683e-06 1.43266e-05 1.58287e-05 1.12474e-05 9.35472e-06 5.85538e-06 3.92486e-06 3.83263e-06 5.6814e-06 2.52098e-06 6.77751e-06 1.34788e-05 2.0358e-05 4.07007e-06 2.36259e-06 3.75369e-06 1.64771e-06 2.79402e-06 5.83044e-06 6.03841e-06 4.93824e-06 4.95519e-06 4.32502e-06 3.57488e-06 2.66617e-06 2.37482e-06 1.02662e-06 6.19473e-07 2.9949e-06 1.86848e-06 -1.09104e-06 -7.17096e-06 -2.74656e-07 9.05716e-06 1.18143e-05 1.17593e-05 1.45978e-05 1.41226e-05 8.73169e-06 4.30872e-06 1.24875e-06 3.49807e-06 6.27625e-06 1.38857e-05 5.66731e-06 6.7971e-06 1.35313e-05 4.66964e-07 2.78914e-06 3.34644e-06 1.29341e-06 1.36322e-05 1.74893e-05 1.9041e-05 1.65145e-05 1.0496e-05 1.33731e-05 1.71431e-05 1.44126e-05 7.93501e-06 8.08287e-06 1.59848e-05 2.18829e-05 2.6416e-06 2.08733e-06 -1.50961e-07 -8.13526e-07 2.36721e-06 2.55904e-06 1.87673e-06 1.98462e-06 2.55729e-06 1.00662e-06 -2.27269e-06 -2.30229e-06 -1.65825e-06 6.52683e-07 1.30722e-06 1.68282e-06 -8.10361e-07 1.42389e-06 -6.68284e-07 1.03613e-06 7.65446e-06 1.95453e-05 1.85128e-05 1.42466e-05 1.12738e-05 6.84995e-06 3.11156e-06 6.23366e-07 9.58917e-06 5.29333e-06 6.36105e-06 4.02788e-07 4.55776e-07 1.41669e-05 5.97033e-06 2.92028e-06 2.07087e-06 5.30891e-06 1.06489e-05 9.94198e-06 1.61818e-05 1.40137e-05 1.17575e-05 1.54426e-05 1.74335e-05 1.36445e-05 1.21913e-05 1.82676e-05 2.07971e-05 1.60709e-05 7.86412e-06 2.07917e-06 -3.42707e-07 7.72888e-07 -1.04033e-06 -4.64341e-06 -5.62581e-06 -4.87183e-06 -3.02193e-06 -2.13758e-06 -4.44269e-06 -6.12385e-06 -6.42813e-06 -1.74493e-06 2.04105e-06 1.81521e-06 -2.62012e-06 -7.11052e-06 1.54443e-09 3.12326e-06 4.43852e-06 1.01814e-05 1.43424e-05 1.24778e-05 8.27581e-06 3.3837e-06 -1.14061e-07 1.08793e-06 5.03765e-06 7.67432e-06 3.86438e-06 -2.37386e-07 -3.44595e-06 8.64151e-06 6.15878e-06 4.94998e-07 1.79603e-08 7.56395e-06 8.85522e-06 6.26749e-06 9.06451e-06 1.0567e-05 9.89436e-06 1.07744e-05 5.17911e-06 6.94583e-06 1.39169e-05 2.56818e-05 2.65224e-05 1.83957e-05 2.42597e-06 7.83483e-07 3.21525e-07 -1.59314e-06 -4.40891e-06 -5.64659e-06 -4.55967e-06 -4.15805e-06 -4.59498e-06 -3.21732e-06 -1.20126e-06 -4.12036e-07 -7.12289e-07 -2.44624e-07 1.67769e-06 2.98982e-06 2.82851e-06 2.44374e-06 6.34032e-06 8.73926e-06 7.03736e-06 5.36799e-06 6.04667e-06 5.0004e-06 2.72953e-06 2.63233e-07 1.02531e-06 2.0542e-06 2.3071e-06 1.37013e-06 -8.56425e-07 -8.34821e-07 -2.47578e-07 1.76516e-06 1.57225e-06 -3.55879e-07 4.85018e-06 1.05919e-05 1.34644e-05 1.04335e-05 3.52011e-06 2.79206e-08 -6.44698e-07 8.36765e-07 6.37618e-06 1.17073e-05 1.30992e-05 1.36892e-05 1.14553e-05 8.26377e-06 2.2526e-06 -4.51569e-07 -4.22695e-06 -8.15759e-06 -9.7378e-06 -8.17929e-06 -4.94011e-06 -2.82415e-06 -2.44808e-06 -2.70002e-06 -8.51909e-07 8.44188e-07 1.2921e-06 2.32182e-06 3.70193e-06 3.44507e-06 2.03998e-06 2.11426e-06 1.71718e-06 4.63221e-06 7.13139e-06 7.66558e-06 5.06033e-06 5.0129e-07 -1.36159e-06 -1.47741e-06 1.98104e-06 4.35891e-06 1.82413e-06 1.05056e-06 -4.13225e-07 -3.8071e-07 8.40514e-07 4.75902e-07 1.71536e-06 3.66003e-06 6.17023e-06 8.50935e-06 9.11017e-06 1.04368e-05 9.38048e-06 2.70453e-06 -3.83571e-06 -6.23837e-06 2.48992e-06 1.3672e-05 2.18951e-05 2.16158e-05 1.58789e-05 9.96523e-06 1.52274e-05 9.19964e-06 1.5262e-06 -4.0866e-06 -6.07446e-06 -5.86493e-06 -5.2231e-06 -4.44688e-06 -3.31557e-06 -6.97208e-07 3.05781e-06 5.3916e-06 4.66295e-06 1.49803e-06 1.27869e-06 1.74473e-06 1.70254e-06 1.32632e-06 1.3229e-06 2.05173e-06 3.3582e-06 4.51219e-06 4.19598e-06 2.39798e-06 1.27377e-06 1.00424e-06 2.54983e-06 3.90442e-06 2.20993e-06 1.0239e-06 -1.26358e-07 -1.3229e-06 -1.03366e-06 1.69327e-07 2.17406e-06 2.90605e-06 3.491e-06 3.78555e-06 3.46782e-06 4.33744e-06 6.4927e-06 9.14975e-06 4.85868e-06 1.9024e-06 4.02107e-06 4.88785e-06 1.50958e-05 2.21977e-05 2.23463e-05 1.95389e-05 1.78021e-05 1.38826e-05 8.32536e-06 2.94416e-06 -3.16781e-07 -1.14861e-06 -9.21308e-07 -3.79714e-07 1.84078e-06 3.84016e-06 4.86292e-06 4.94899e-06 4.39145e-06 3.46035e-06 2.51121e-06 1.66032e-06 1.0695e-06 4.02364e-07 -3.83534e-07 -1.1664e-07 9.73752e-07 2.19383e-06 3.42823e-06 4.16508e-06 4.11724e-06 3.27729e-06 1.9976e-06 4.66667e-07 1.97332e-07 -5.86411e-07 -1.89332e-06 -2.55096e-06 -1.65853e-06 -2.11335e-07 1.28111e-06 1.59311e-06 1.27542e-06 6.64426e-07 4.22767e-07 1.31887e-06 2.45387e-06 3.57813e-06 2.17546e-07 -1.5462e-06 -1.42866e-06 -1.47624e-06 5.45061e-06 1.1531e-05 1.61121e-05 1.8358e-05 9.26985e-06 6.81903e-06 4.46974e-06 2.84406e-06 3.20722e-06 4.87893e-06 2.90158e-06 2.87297e-06 5.82335e-06 9.3285e-06 1.08907e-05 1.1197e-05 1.05496e-05 8.80221e-06 6.88944e-06 4.82992e-06 3.22276e-06 2.20585e-06 1.50383e-06 9.53455e-07 5.8775e-07 8.39082e-07 1.68181e-06 1.2821e-06 1.11695e-06 6.92024e-07 2.46951e-07 7.00664e-07 6.85053e-07 -5.48343e-07 -2.20594e-06 -3.17159e-06 -2.17944e-06 6.86152e-07 2.5713e-06 2.91437e-06 3.86463e-06 3.73168e-06 1.92777e-06 -3.31784e-07 -1.23839e-06 -6.87108e-07 -1.53141e-06 -1.57346e-06 -1.47993e-06 -9.72664e-07 1.50508e-06 4.76397e-06 7.88449e-06 9.59494e-06 -3.98472e-07 -1.98542e-07 7.44483e-08 2.81098e-07 4.76439e-07 7.18312e-07 8.48701e-07 7.49952e-07 6.51575e-07 5.54792e-07 2.87749e-07 9.59866e-08 2.48352e-07 4.00552e-07 2.09041e-07 -1.23051e-08 -3.21096e-08 7.75068e-08 2.41363e-07 3.00425e-07 1.22404e-07 6.06811e-09 8.90055e-08 1.85124e-07 1.6018e-07 1.90565e-07 1.63375e-07 -6.66551e-08 -2.33093e-07 -2.13611e-07 3.03169e-07 1.32414e-06 1.80183e-06 1.43192e-06 6.63482e-07 -5.61258e-09 -1.19058e-07 2.79989e-07 5.54866e-07 2.89776e-07 -1.08049e-07 -2.29561e-07 -2.09089e-07 -1.82852e-07 -1.42369e-07 -9.14748e-08 -2.00248e-07 -4.04074e-07 -4.36792e-07 -4.31699e-07 -5.60599e-07 -3.00459e-07 9.17144e-08 3.60973e-07 5.5834e-07 8.98692e-07 1.23679e-06 1.24043e-06 1.13437e-06 9.9024e-07 5.74519e-07 2.64726e-07 4.48939e-07 6.46319e-07 3.37737e-07 1.667e-08 1.77003e-08 1.67363e-07 3.4828e-07 4.45878e-07 2.361e-07 7.2829e-08 2.04682e-07 3.86237e-07 3.96654e-07 3.86797e-07 2.44644e-07 -1.01003e-07 -3.79691e-07 -4.4306e-07 1.28159e-07 1.84226e-06 3.2215e-06 2.52773e-06 1.03773e-06 1.96611e-07 1.21886e-07 4.95868e-07 6.46859e-07 2.64148e-07 -2.24401e-07 -3.1629e-07 -2.50119e-07 -2.20214e-07 -1.59659e-07 -8.23309e-08 -3.10528e-07 -6.94324e-07 -6.81353e-07 -6.08877e-07 -8.19817e-07 -4.76283e-07 7.85354e-08 4.04195e-07 4.21369e-07 6.49266e-07 1.23777e-06 1.65719e-06 1.73829e-06 1.6389e-06 1.1034e-06 5.857e-07 6.8576e-07 9.74032e-07 6.21016e-07 1.33346e-07 1.40036e-07 3.1537e-07 3.86151e-07 5.14014e-07 4.03351e-07 1.8381e-07 3.78424e-07 7.56259e-07 9.32197e-07 9.19057e-07 5.06334e-07 -6.4101e-08 -5.14263e-07 -7.30809e-07 -5.79384e-07 1.04655e-06 4.35232e-06 4.65626e-06 2.19049e-06 7.62322e-07 8.49388e-07 1.27723e-06 1.19785e-06 2.93669e-07 -3.54305e-07 -4.02268e-07 -2.80805e-07 -2.22853e-07 -3.05246e-08 2.45042e-07 -9.23262e-08 -8.92706e-07 -1.00028e-06 -9.0306e-07 -1.00102e-06 -6.41751e-07 1.31728e-08 3.3444e-07 1.02187e-07 3.27058e-08 5.24906e-07 1.18261e-06 1.62767e-06 1.77706e-06 1.39847e-06 7.2335e-07 5.67665e-07 9.19213e-07 8.04445e-07 3.20243e-07 2.75791e-07 4.68896e-07 3.85308e-07 3.73915e-07 4.08912e-07 2.58058e-07 4.28972e-07 9.0269e-07 1.27765e-06 1.53744e-06 1.03163e-06 1.29512e-07 -9.59005e-08 -1.18625e-06 -3.19406e-06 -8.35055e-07 3.40309e-06 7.28448e-06 4.28308e-06 1.0775e-06 1.6127e-06 2.66089e-06 2.35678e-06 9.94057e-07 -6.39501e-08 -3.3593e-07 -1.07056e-07 2.53532e-08 5.97551e-07 1.55571e-06 1.33673e-06 -6.26115e-07 -1.18629e-06 -1.02703e-06 -1.04265e-06 -7.84663e-07 -5.6674e-08 3.96874e-07 -1.60738e-07 -2.99018e-06 -1.74675e-06 4.55214e-07 7.83201e-07 9.72663e-07 8.98942e-07 4.83595e-07 2.22325e-07 5.1483e-07 7.22658e-07 4.22606e-07 3.51307e-07 6.23821e-07 4.50607e-07 2.57073e-07 2.72363e-07 3.65089e-07 4.94509e-07 7.10479e-07 9.43152e-07 1.65247e-06 1.6802e-06 2.03937e-07 5.64242e-07 -1.58214e-08 -2e-05 -2e-05 -2.13197e-08 8.93465e-06 7.62714e-06 4.95198e-07 9.7829e-07 4.43625e-06 4.65495e-06 2.23135e-06 1.39679e-06 2.38125e-07 4.23579e-07 6.01975e-07 1.84492e-06 3.8121e-06 3.93538e-06 3.13221e-07 -1.34912e-06 -8.98979e-07 -9.4009e-07 -6.8353e-07 4.06233e-07 1.39662e-06 9.44707e-07 1.06959e-07 -2.10264e-06 -3.03501e-06 -2.43923e-06 4.53726e-07 7.28475e-07 5.78508e-07 1.11737e-06 8.50011e-07 6.2728e-07 6.62795e-07 3.06945e-07 5.83358e-07 5.08094e-07 1.55695e-07 -1.8797e-07 3.15988e-07 9.69077e-07 4.03149e-07 9.04513e-07 1.34824e-06 2.39028e-06 1.6576e-06 4.35732e-07 5.24396e-07 -8.14857e-06 -2e-05 -2e-05 8.19461e-06 1.1922e-05 1.21308e-06 -5.68666e-06 4.72433e-06 7.92005e-06 4.76844e-06 2.38635e-06 1.23889e-06 8.82634e-07 1.05644e-06 3.22286e-06 5.63085e-06 5.20775e-06 1.94061e-06 -1.79256e-06 -1.19659e-06 -1.02626e-06 -3.46604e-07 6.61123e-07 1.15914e-06 1.98883e-06 2.82822e-06 6.47288e-06 2.41947e-06 -4.68705e-07 -6.32465e-08 -4.24315e-07 1.64159e-06 2.845e-06 3.24131e-06 1.61602e-06 1.20286e-06 5.88692e-08 4.37518e-07 1.97791e-06 2.27131e-07 -1.16851e-06 -4.4008e-07 9.5771e-07 -1.06185e-06 1.0133e-06 1.91503e-06 3.19961e-06 4.92559e-06 3.12753e-06 2.90957e-07 -1.00939e-06 -1.96362e-05 -2e-05 -1.23471e-06 1.64032e-05 6.34517e-06 -1.00794e-05 1.57061e-07 9.69359e-06 6.08313e-06 2.25727e-06 9.14771e-07 1.93971e-07 6.08977e-07 4.22914e-06 8.3036e-06 7.55363e-06 4.12954e-06 -1.00704e-06 -2.04621e-06 -1.13591e-06 8.66853e-07 2.10594e-06 2.26324e-06 5.43712e-06 4.62397e-06 7.32206e-06 1.01837e-05 2.17402e-06 8.19239e-07 -1.85486e-06 6.37031e-07 2.46607e-06 3.65243e-06 2.25263e-06 1.56644e-06 -1.12158e-06 -2.14787e-06 4.45704e-06 1.71088e-06 6.98427e-07 -1.50448e-06 -6.30673e-06 -9.42015e-06 1.51421e-07 5.4012e-06 4.11857e-07 -3.43233e-07 1.08527e-06 -3.08178e-06 -8.9911e-07 -4.52296e-06 -2e-05 -2e-05 1.47226e-05 1.08919e-05 -6.87693e-06 -3.77717e-06 8.48076e-06 5.64363e-06 1.4242e-06 2.8465e-07 -2.08045e-07 4.1283e-07 5.2553e-06 1.40507e-05 1.1669e-05 4.38126e-06 5.1108e-07 -2.00051e-06 3.04109e-07 3.08323e-06 6.6441e-06 7.74633e-06 9.1882e-06 5.75426e-06 3.9834e-06 7.24911e-06 6.57125e-06 1.42249e-06 -1.8036e-06 -2.31668e-06 2.24009e-07 2.82656e-06 1.69004e-06 1.46089e-06 -2.02516e-06 -7.15918e-06 1.43066e-06 2.12965e-06 3.30945e-07 -4.64697e-06 -1.77993e-05 -7.25816e-06 -5.15921e-06 7.44653e-06 -1.88941e-06 -1.08266e-05 -4.44733e-06 -5.68274e-06 -3.78388e-06 2.21838e-06 -1.86833e-05 -2e-05 5.39813e-06 1.05896e-05 5.79012e-07 -1.21954e-06 6.90549e-06 3.95351e-06 6.85081e-07 -4.57408e-07 7.87633e-07 2.56484e-06 7.47867e-06 2.16663e-05 1.33095e-05 2.18238e-06 7.41659e-07 6.39208e-07 1.44105e-06 6.10628e-06 1.02758e-05 1.40766e-05 8.95872e-06 3.58397e-06 2.185e-06 2.27128e-06 1.5107e-07 2.20135e-06 -2.65971e-06 -8.21557e-06 -8.48903e-06 2.17573e-06 4.59574e-06 3.12057e-06 -4.13737e-07 -5.93089e-06 -7.43983e-07 4.34075e-06 6.96322e-06 -6.66412e-07 -1.74264e-05 -8.36816e-06 -4.03591e-06 7.56717e-06 -3.51483e-06 -2e-05 -1.03059e-05 -5.86997e-06 -8.17056e-06 3.14238e-06 -1.23239e-05 -2e-05 -2e-05 1.26048e-05 9.91011e-06 7.55431e-06 5.68452e-06 2.42401e-06 9.85405e-07 -8.80457e-07 2.55052e-06 7.54193e-06 1.31422e-05 2.70383e-05 1.41134e-05 -1.30254e-06 1.46619e-07 2.50271e-06 1.16119e-06 7.95921e-06 1.51402e-05 1.41064e-05 5.37433e-06 -1.87169e-07 -3.44448e-06 -8.91397e-07 -1.44489e-06 2.62129e-06 8.42213e-07 -8.31904e-06 -1.46066e-05 3.68584e-07 1.57595e-05 5.99767e-06 2.6012e-06 -2.42592e-06 -1.23045e-06 9.2217e-06 3.78857e-06 8.18739e-06 -7.95455e-06 -4.69113e-06 3.11157e-07 1.2997e-05 -4.00941e-07 -1.27074e-05 -1.85955e-05 -1.42445e-06 -7.14868e-06 4.63662e-06 8.21495e-06 -2e-05 -2e-05 9.73459e-06 1.91694e-05 1.82402e-05 5.5335e-06 -1.12279e-06 1.57961e-06 4.77034e-07 2.42676e-06 8.54273e-06 2.06164e-05 3.21027e-05 1.63045e-05 -3.18304e-06 -1.94027e-06 1.56279e-06 2.24533e-08 7.63941e-06 1.73935e-05 9.93713e-06 6.48004e-06 2.08706e-06 -2.89724e-06 -4.01549e-06 -1.5878e-06 1.33685e-06 3.14119e-06 -1.90349e-07 -1.13067e-05 -2.70084e-06 2.24748e-05 1.42097e-05 2.32135e-06 2.84093e-06 -2.30579e-06 2.83311e-06 -2.81303e-06 2.90562e-06 2.82009e-07 -7.90919e-07 8.5626e-06 8.27878e-06 2.14662e-05 2.80439e-06 -1.79735e-06 1.06121e-05 -1.5133e-06 -2.93092e-06 2.97553e-05 -8.18769e-06 -2e-05 -3.04775e-06 1.6155e-05 2.18325e-05 3.07439e-06 -5.19257e-06 -3.01825e-06 2.70484e-06 1.44758e-06 8.04728e-07 2.10499e-05 3.78524e-05 1.57106e-05 -4.27191e-06 -2.90413e-06 -6.8893e-08 7.59487e-07 7.06484e-06 1.61003e-05 8.61256e-06 9.26943e-06 5.48392e-06 -5.07537e-07 -4.38818e-06 -1.45146e-06 -4.80819e-07 3.07407e-06 3.00595e-06 -3.46722e-06 -4.13223e-06 2.42906e-05 1.84438e-05 5.01898e-06 -4.55633e-08 -2.57503e-06 -4.18859e-07 -6.20186e-06 -4.65321e-06 3.13036e-06 7.59196e-06 1.67909e-05 9.9492e-06 6.21027e-06 2.1573e-05 2.49277e-06 5.0031e-06 4.60119e-06 -7.97924e-06 1.85061e-05 1.39199e-05 -1.21861e-05 -1.49503e-05 5.28996e-06 9.47636e-06 1.59629e-06 2.73302e-06 3.81179e-06 3.4596e-06 1.95785e-06 -4.28867e-06 1.32979e-05 4.46133e-05 1.47187e-05 -3.34562e-06 4.42825e-06 8.96999e-06 4.05475e-06 5.87872e-06 2.47811e-05 3.72468e-06 5.54688e-06 3.64162e-06 1.02624e-06 -5.07454e-06 -4.02805e-06 -2.30309e-07 1.80614e-06 6.12917e-06 2.33736e-06 -1.10351e-06 2.01916e-05 2.33566e-05 1.50564e-05 2.11751e-06 -4.74229e-06 -4.48718e-06 -8.90092e-06 -9.05212e-06 -9.84984e-07 5.91603e-06 1.56549e-05 1.46469e-05 -3.26001e-07 1.16978e-05 5.76171e-06 1.41252e-06 4.9685e-06 1.80379e-06 3.58255e-06 1.03615e-05 -9.92174e-06 -2e-05 -6.03242e-06 4.02546e-06 3.17594e-06 9.12252e-06 9.91038e-06 7.95165e-06 6.16482e-06 -1.80701e-06 -6.59524e-06 3.26992e-05 4.91213e-06 -4.70098e-07 1.07591e-05 1.82089e-05 7.37572e-06 2.48227e-05 1.56893e-05 -2.85624e-07 1.81729e-06 2.77437e-07 1.98837e-06 -2.11421e-06 -7.61384e-06 -6.86073e-07 1.76013e-06 6.03008e-06 2.47373e-06 1.33339e-06 1.65651e-05 3.10465e-05 2.74832e-05 1.45794e-05 -1.60645e-06 -2.96561e-06 -2.55017e-06 -3.80972e-06 -3.63357e-06 2.37092e-06 7.32961e-06 1.51476e-05 1.45119e-06 8.08439e-06 9.84671e-06 3.37089e-06 5.39511e-06 9.22306e-06 -3.9851e-06 -5.37113e-06 -2e-05 -2e-05 -9.13558e-06 3.54668e-06 1.42218e-05 1.44192e-05 1.00567e-05 1.52462e-05 1.50647e-05 9.11824e-06 -3.0584e-06 1.49548e-05 -5.4709e-06 1.04151e-06 1.37218e-05 2.02181e-05 7.19941e-06 1.63547e-05 1.36741e-05 5.48449e-08 -1.29951e-06 -9.75868e-07 4.23737e-06 2.32887e-06 -4.57598e-06 -2.6202e-06 4.82051e-06 5.77744e-06 -1.60297e-06 -3.19276e-06 1.25754e-05 3.09489e-05 3.22529e-05 2.30836e-05 7.83127e-06 1.65356e-06 4.059e-06 3.59129e-06 -6.04274e-07 1.92882e-06 7.88839e-06 1.85599e-05 5.32948e-06 7.5478e-06 9.89294e-06 1.62993e-06 4.19952e-06 1.68862e-05 1.95084e-06 -1.41006e-05 -9.32204e-06 -8.3926e-06 -2.82173e-06 1.01225e-05 1.92892e-05 1.16639e-05 6.65139e-06 1.8953e-05 3.22808e-05 3.15841e-05 3.57738e-06 1.82807e-05 -2.63304e-06 4.20578e-06 1.23052e-05 1.79452e-05 8.20878e-06 1.45853e-05 2.15162e-05 4.14498e-06 1.35955e-07 8.81308e-07 8.34069e-06 5.85805e-06 3.53576e-06 8.04923e-07 5.06857e-06 6.996e-06 2.93221e-06 -5.18442e-06 8.10232e-06 2.65623e-05 3.37435e-05 3.03042e-05 2.35669e-05 1.57295e-05 1.27823e-05 1.25528e-05 5.12133e-06 1.4269e-06 6.25226e-06 1.4297e-05 1.19581e-05 7.81674e-06 7.8648e-06 -3.76974e-06 7.01586e-07 1.20837e-05 8.58983e-06 -1.04741e-05 -1.35353e-05 4.00269e-06 1.35312e-05 1.64398e-05 1.46443e-05 -5.26359e-06 4.6113e-07 2.26051e-05 4.12659e-05 5.73408e-05 3.16961e-05 2.76227e-05 1.29566e-05 6.42972e-06 7.98194e-06 1.3689e-05 1.10615e-05 1.39067e-05 1.60359e-05 5.71195e-06 7.08415e-06 8.97779e-06 6.55053e-06 5.88251e-06 4.16625e-06 3.79377e-06 5.14366e-06 3.44822e-06 5.25589e-07 -5.37734e-06 4.29315e-06 1.90007e-05 2.65073e-05 2.65687e-05 2.10088e-05 1.37659e-05 1.50604e-05 1.59699e-05 1.17916e-05 5.05579e-06 3.40381e-06 8.27527e-06 5.75934e-06 -1.92941e-07 -5.21532e-06 -1.09716e-05 -2.519e-06 4.61264e-06 9.28034e-06 -3.47063e-06 -1.24219e-05 -6.77109e-07 1.27996e-05 1.20044e-05 5.45754e-06 -7.24121e-06 4.45878e-06 1.68613e-05 2.93952e-05 4.83891e-05 4.43893e-05 2.90316e-05 1.40709e-05 3.26848e-06 5.21649e-06 1.09358e-05 1.69071e-05 -6.86692e-07 -1.85658e-05 9.16265e-07 8.1228e-06 1.46626e-05 1.11061e-05 9.29346e-06 6.6554e-06 6.88193e-06 1.2026e-05 1.15663e-05 1.97675e-06 1.40081e-06 2.16015e-06 1.52802e-05 1.79161e-05 1.86949e-05 1.73019e-05 9.45356e-06 9.56051e-06 1.54251e-05 1.74669e-05 1.71238e-05 1.26794e-05 8.55077e-06 8.30386e-07 -8.81836e-06 -1.34775e-05 -1.30242e-05 -5.80057e-06 5.76253e-06 1.44775e-05 6.76691e-06 -5.35418e-06 -2.6161e-06 1.20379e-05 7.1074e-06 -4.23955e-06 -9.62045e-06 -1.00989e-07 9.53437e-06 1.76664e-05 2.63335e-05 2.84269e-05 2.46426e-05 1.30978e-05 4.09799e-06 8.41379e-06 1.04195e-05 1.58655e-05 -3.3371e-06 -7.54307e-06 5.66708e-06 1.11377e-05 1.58339e-05 1.20695e-05 5.44948e-06 5.60128e-06 7.87905e-06 1.28303e-05 2.05946e-05 1.26796e-06 -4.86303e-06 7.22934e-06 1.81258e-05 2.55834e-05 2.99325e-05 2.22221e-05 1.06655e-05 3.37536e-06 9.7016e-06 2.04521e-05 2.62967e-05 2.19898e-05 1.06563e-05 -1.42602e-06 -6.61143e-06 -4.42146e-06 -6.88541e-06 -5.03444e-06 4.80143e-06 1.02071e-05 5.26526e-06 -4.61244e-06 -7.25355e-06 1.06868e-05 1.79144e-05 8.97799e-06 -3.67191e-06 -9.09247e-06 3.36914e-07 1.29444e-05 1.77771e-05 1.00244e-05 7.32345e-06 6.61339e-06 3.43199e-06 8.04276e-06 7.9882e-06 9.53712e-06 -5.88601e-07 4.81219e-06 1.24371e-05 1.1252e-05 1.06558e-05 9.32273e-06 5.90279e-06 3.38369e-06 5.58024e-06 6.61235e-06 1.03035e-05 1.53754e-06 -3.64065e-06 9.67771e-06 1.45634e-05 1.73014e-05 1.43161e-05 1.96472e-05 1.48953e-05 6.53366e-06 8.6096e-06 1.45518e-05 2.06652e-05 2.05265e-05 1.15964e-05 3.42174e-06 7.76256e-06 1.37125e-05 5.03933e-06 1.28616e-06 2.8788e-06 -7.14268e-07 -4.62068e-06 -1.15957e-05 -2e-05 -1.19446e-05 1.26253e-05 2.07474e-05 1.21162e-05 -8.90377e-07 -5.73988e-06 8.75149e-07 2.49715e-06 -3.38597e-06 -2.00205e-06 2.10091e-06 3.18341e-06 3.17036e-06 6.22525e-06 3.35281e-06 -1.35068e-06 6.45399e-06 9.52601e-06 8.01312e-06 7.43834e-06 7.06791e-06 4.13411e-06 2.19548e-06 1.82421e-06 3.19866e-06 5.13348e-06 2.01983e-06 -5.97691e-06 5.04347e-06 1.34717e-05 1.32014e-05 6.77944e-06 4.42517e-06 7.13308e-06 8.97143e-06 1.02711e-05 1.19808e-05 1.56174e-05 1.59444e-05 9.42839e-06 1.50672e-06 6.64397e-06 1.89483e-05 1.81429e-05 6.95455e-06 -5.07889e-06 -1.37351e-05 -1.28881e-05 -1.64616e-05 -2e-05 -2e-05 -3.55573e-06 2.23492e-05 2.41209e-05 1.23943e-05 5.13154e-06 6.61941e-06 2.55552e-08 7.74523e-07 5.3515e-06 6.36944e-06 2.26505e-06 -2.92316e-06 2.8897e-06 -1.82271e-07 -2.55567e-06 6.29848e-06 6.53693e-06 7.6767e-06 1.04207e-05 9.58368e-06 5.15311e-06 1.96396e-06 4.39905e-07 -2.0653e-07 -7.33209e-07 -2.81436e-06 -5.82508e-06 2.52327e-06 7.10935e-06 7.89815e-06 2.23076e-06 -9.69803e-06 -5.22025e-06 6.87735e-06 1.0555e-05 1.3912e-05 1.70955e-05 1.70748e-05 1.02868e-05 -1.99029e-06 -9.73575e-06 -6.41366e-06 6.22977e-06 8.43098e-06 -3.64899e-06 -8.51485e-06 -2e-05 -1.47629e-05 -5.22183e-06 1.15375e-06 2.16833e-06 1.92508e-05 2.62996e-05 2.29135e-05 1.76402e-05 5.01913e-06 3.19741e-06 1.12008e-05 1.82295e-05 1.57598e-05 7.32482e-06 3.03624e-06 3.65009e-06 4.55061e-06 -1.39621e-06 3.67451e-06 5.7229e-06 6.16027e-06 4.98145e-06 3.43357e-06 7.0099e-07 -2.51755e-06 -6.89495e-06 -5.35339e-06 -2.46087e-06 -2.97895e-06 -2.39444e-06 1.42158e-06 5.31322e-06 4.06936e-06 5.66182e-06 -1.25752e-06 -3.44704e-06 6.23549e-06 1.42982e-05 1.34228e-05 1.00204e-05 9.47384e-06 6.67142e-06 -1.96401e-06 -8.90106e-06 -1.10286e-05 -2.03793e-06 -4.02138e-07 -1.05645e-05 -1.31884e-05 -1.3499e-05 -1.32339e-05 -5.66648e-07 7.33767e-06 7.30532e-06 1.42536e-05 1.37839e-05 1.47417e-05 1.60471e-05 9.95968e-06 7.15718e-06 9.76447e-06 1.21838e-05 9.31868e-06 1.62467e-05 1.88197e-05 1.50199e-05 9.89258e-06 6.65863e-06 7.96638e-06 7.17427e-06 5.42539e-06 1.43947e-06 -5.03479e-06 -8.30109e-06 -8.04552e-06 -7.01098e-06 -8.46879e-06 -6.79239e-06 1.76613e-07 3.88903e-06 4.91834e-06 6.24156e-06 3.89183e-06 4.32405e-06 5.20054e-06 3.78895e-06 3.41062e-06 9.80221e-06 1.75375e-05 1.38191e-05 6.25831e-06 2.16732e-06 -1.29581e-06 1.7245e-06 6.16038e-06 5.71471e-06 1.84036e-06 -6.05307e-06 -1.02007e-05 -2.34686e-06 -6.20402e-07 -6.84664e-07 1.39691e-06 1.13443e-06 4.48887e-06 1.06213e-05 1.13925e-05 8.86129e-06 5.02075e-06 -1.18188e-06 -1.73721e-06 1.69856e-06 2.98516e-06 2.05847e-05 2.26413e-05 1.81053e-05 7.15049e-06 6.4378e-06 6.78956e-06 6.35926e-06 3.76017e-06 -8.74926e-07 -3.99343e-06 -4.49639e-06 -4.16156e-06 -5.61525e-06 -5.13277e-06 -1.88035e-06 3.96648e-06 4.68743e-06 5.27466e-06 6.15714e-06 8.80672e-06 1.15781e-05 1.4707e-05 1.15069e-05 5.15833e-06 3.06259e-06 5.41159e-06 4.92825e-06 2.80541e-06 1.03341e-06 1.03278e-06 4.47621e-06 7.31978e-06 3.16597e-06 -8.74333e-07 -2.49483e-06 -4.81886e-06 -8.75859e-07 1.36452e-06 1.46788e-06 4.42524e-06 5.34041e-06 4.37775e-06 8.13442e-06 9.85185e-06 5.91451e-06 -3.40514e-07 -6.20621e-06 -2.25135e-06 4.25888e-06 1.28335e-05 2.04347e-05 1.88225e-05 1.26281e-05 3.57098e-06 9.28878e-07 -1.12464e-06 -3.71624e-06 -6.06988e-06 -6.12253e-06 -3.68667e-06 -1.8964e-06 -1.3148e-06 4.56733e-07 2.99962e-06 4.87101e-06 9.06821e-06 8.99187e-06 3.39137e-06 4.45741e-06 4.70763e-06 6.14379e-06 8.87929e-06 1.06419e-05 9.53614e-06 6.0473e-06 1.64596e-06 -2.33483e-06 -2.82867e-06 -8.8758e-07 2.28945e-06 3.77753e-06 3.21518e-06 7.55967e-07 -2.24593e-06 1.31597e-06 2.41699e-06 5.09454e-07 1.29401e-06 7.03225e-06 1.23756e-05 1.26052e-05 7.18467e-06 6.02556e-06 8.25259e-06 8.53469e-06 1.99502e-07 -7.03538e-06 -1.60416e-06 6.04664e-06 1.48742e-05 2.36657e-05 2.23347e-05 1.40606e-05 1.65333e-05 1.16999e-05 4.37801e-06 -3.34346e-06 -8.80038e-06 -1.07934e-05 -1.01027e-05 -8.09798e-06 -6.45644e-06 -4.28024e-06 9.6896e-08 1.9466e-06 2.85221e-06 1.05232e-06 4.96158e-07 2.31223e-06 3.1496e-06 3.72588e-06 4.8499e-06 6.62367e-06 7.6717e-06 7.03326e-06 4.68258e-06 1.74015e-06 8.92375e-07 2.24026e-06 4.42046e-06 4.22086e-06 2.29771e-06 -1.41022e-07 -6.67107e-07 -8.24744e-07 -1.3775e-07 1.6589e-06 3.39439e-06 3.72964e-06 6.55498e-06 8.73674e-06 8.07487e-06 6.53401e-06 5.98647e-06 6.79318e-06 7.51189e-06 3.46353e-06 4.53857e-06 3.46495e-06 5.94071e-06 1.30039e-05 1.77264e-05 1.86763e-05 1.31144e-05 1.05184e-05 6.15414e-06 1.14501e-06 -2.30393e-06 -3.17996e-06 -3.34682e-06 -1.94232e-06 4.38566e-07 1.85912e-06 2.26439e-06 2.64731e-06 2.71226e-06 1.17726e-06 1.02963e-07 7.12641e-07 1.36042e-06 1.43085e-06 3.21335e-07 1.58988e-06 3.2037e-06 4.65143e-06 5.66975e-06 6.21218e-06 5.88203e-06 4.57589e-06 3.31244e-06 1.05171e-06 -4.39388e-08 -9.31514e-07 -1.84503e-06 -1.86302e-06 -7.41377e-07 3.75811e-07 1.30808e-06 1.35001e-06 1.83257e-06 2.60449e-06 3.0468e-06 2.83233e-06 2.70751e-06 2.06254e-06 6.63927e-07 -2.80455e-06 -2.45319e-06 3.75463e-07 1.79659e-06 5.15853e-06 9.39406e-06 1.24462e-05 5.62139e-06 4.66647e-06 3.77512e-06 2.1969e-06 1.53305e-06 2.09839e-06 9.28463e-07 2.11757e-06 5.09257e-06 7.20433e-06 7.82954e-06 7.13141e-06 5.55652e-06 3.89553e-06 2.85127e-06 2.05841e-06 1.53081e-06 1.0912e-06 6.44414e-07 2.3569e-07 4.84012e-07 1.15652e-06 2.14927e-06 2.84191e-06 2.27011e-06 1.50957e-06 1.35644e-06 1.41835e-06 1.04372e-06 1.76483e-07 -1.58723e-06 -2.25541e-06 -9.02835e-07 1.3801e-06 3.06888e-06 3.70719e-06 3.46535e-06 2.33031e-06 7.82047e-07 -1.69279e-07 -1.25481e-07 -3.30886e-07 -6.85778e-07 -3.47323e-07 -1.88308e-07 1.38651e-07 1.89655e-06 2.75925e-06 4.28711e-06 5.60458e-06 -4.83397e-07 -3.64293e-07 -2.13181e-07 -1.34491e-07 -3.34082e-08 9.73941e-08 1.35364e-07 5.90171e-08 -2.02268e-08 -2.23162e-09 1.20567e-08 -6.85212e-08 -5.81251e-08 1.36265e-07 1.30038e-07 -7.55017e-08 -2.19689e-07 -2.9161e-07 -2.96299e-07 -1.86368e-07 -5.0445e-08 8.05968e-08 3.1176e-07 2.78534e-07 3.93719e-09 -5.83722e-08 9.78519e-08 2.6444e-07 1.08312e-07 -4.19463e-08 2.94379e-08 1.40464e-07 2.20209e-08 -1.83569e-07 -2.09444e-07 -1.08348e-07 -9.45532e-08 -8.76541e-08 7.23324e-08 1.98553e-07 2.15192e-07 7.65827e-08 -2.007e-08 -1.0091e-07 -2.0244e-07 -3.05532e-07 -3.62814e-07 -3.62856e-07 -3.92635e-07 -4.61545e-07 -7.00936e-07 -5.47279e-07 -3.12893e-07 -1.86209e-07 -6.32618e-09 2.74485e-07 4.17643e-07 3.06631e-07 1.25537e-07 7.51783e-08 5.68018e-08 -6.6441e-08 -5.66573e-08 2.05877e-07 1.94075e-07 -7.63576e-08 -2.6862e-07 -3.97118e-07 -4.33828e-07 -2.24677e-07 9.54354e-08 1.8894e-07 3.0303e-07 2.67076e-07 4.83873e-08 2.58695e-08 2.73944e-07 7.90067e-07 4.55306e-07 -1.25689e-07 -8.48237e-08 3.69689e-07 4.38757e-07 -1.49497e-08 -3.48079e-07 -2.47965e-08 2.38082e-07 3.31286e-07 5.93854e-07 6.6749e-07 6.08865e-07 2.78007e-07 -3.77191e-08 -1.991e-07 -3.66398e-07 -5.28497e-07 -5.81115e-07 -5.56516e-07 -5.94243e-07 -6.61505e-07 -9.60679e-07 -7.12834e-07 -3.65564e-07 -1.97722e-07 6.54034e-08 5.54095e-07 8.95013e-07 8.64821e-07 5.63705e-07 3.30743e-07 1.81779e-07 -1.60815e-08 2.0293e-09 3.5181e-07 3.50323e-07 -6.22992e-09 -2.02333e-07 -3.32864e-07 -4.53969e-07 -1.77904e-07 4.57285e-07 6.41392e-07 2.64011e-07 3.72745e-08 1.49971e-08 1.07274e-07 3.8408e-07 1.37633e-06 1.35529e-06 1.93627e-07 -6.0997e-07 -1.13534e-07 1.06191e-06 9.80645e-07 2.7059e-07 5.24344e-07 1.38591e-06 1.88707e-06 2.49988e-06 2.05416e-06 1.19383e-06 9.12517e-07 1.97654e-07 -3.20067e-07 -5.90677e-07 -7.52277e-07 -7.23331e-07 -6.86776e-07 -8.06196e-07 -9.45749e-07 -9.33008e-07 -6.49352e-07 -1.83927e-07 -6.94893e-08 8.97301e-08 7.01396e-07 1.11206e-06 1.3345e-06 1.17165e-06 8.18168e-07 4.4315e-07 6.77777e-08 1.18247e-07 5.86807e-07 6.22117e-07 1.4762e-07 -2.52347e-08 2.16296e-08 -1.69688e-07 -1.47093e-07 7.17558e-07 1.55489e-06 8.95679e-07 5.20726e-09 -1.47505e-07 -2.08238e-07 4.27019e-08 1.4871e-06 2.51444e-06 1.48182e-06 -6.7531e-07 -2.36485e-06 8.88526e-07 2.55089e-06 2.03202e-06 1.92916e-06 2.72902e-06 4.2854e-06 6.11128e-06 7.69787e-06 4.18861e-06 2.1047e-06 8.97155e-07 -3.13645e-07 -7.96323e-07 -1.01549e-06 -7.44111e-07 -4.58646e-07 -7.52826e-07 -9.48821e-07 -8.39953e-07 -3.71423e-07 4.01177e-07 3.61355e-07 -4.1127e-09 6.54798e-07 9.33393e-07 1.18879e-06 1.41373e-06 1.36343e-06 9.54039e-07 2.24272e-07 2.04449e-07 9.93409e-07 1.00163e-06 3.06988e-07 7.6084e-08 5.44841e-07 5.43213e-07 -1.75783e-07 3.31792e-07 2.0235e-06 2.40607e-06 9.73758e-07 3.25155e-07 -5.46458e-07 -8.08889e-07 6.8402e-07 3.00969e-06 2.87785e-06 1.12691e-06 -5.55098e-06 -3.24181e-06 4.37269e-06 4.24329e-06 3.27043e-06 3.46046e-06 5.20722e-06 5.99085e-06 8.55134e-06 1.27971e-05 5.51386e-06 1.76515e-06 -3.27189e-07 -8.98231e-07 -1.05795e-06 -2.36877e-07 5.2062e-07 -4.59938e-07 -9.03802e-07 -1.28085e-06 6.25094e-08 1.33376e-06 1.13821e-06 8.88335e-07 6.43973e-07 8.85483e-07 7.20635e-07 9.1795e-07 1.37522e-06 1.61294e-06 5.57905e-07 -6.74343e-09 1.76888e-06 1.88656e-06 3.04697e-07 -1.64439e-07 9.63647e-07 2.31447e-06 -8.53178e-08 -1.45157e-06 8.63236e-07 3.13043e-06 2.76903e-06 2.02569e-06 4.24694e-07 -2.20909e-06 -4.20593e-07 2.41716e-06 4.08339e-06 3.38548e-06 -1.52503e-06 -1.09559e-05 2.04144e-06 6.32582e-06 5.51188e-06 4.5749e-06 6.3292e-06 7.29814e-06 6.23191e-06 1.3281e-05 6.03137e-06 1.00058e-06 -8.58849e-07 -7.66709e-07 -5.02527e-07 1.04464e-06 2.22524e-06 8.47807e-07 -1.14794e-06 -1.39374e-06 1.09693e-06 2.42722e-06 2.06383e-06 3.10212e-06 1.31873e-06 1.2127e-06 1.17954e-06 6.91094e-07 1.18787e-06 1.71089e-06 7.8918e-07 -1.68916e-07 3.00615e-06 5.26919e-06 1.36442e-07 -1.98191e-06 5.29524e-07 4.95377e-06 3.01065e-06 -6.59856e-06 -5.93369e-06 1.96545e-06 3.51681e-06 4.41078e-06 4.62124e-06 -5.08909e-06 -2.62046e-06 9.74763e-07 4.61832e-06 5.01726e-06 6.8141e-06 -7.77611e-06 -9.61584e-06 7.99562e-06 9.0622e-06 7.36461e-06 5.39831e-06 7.82388e-06 1.17534e-05 1.14436e-05 3.80323e-06 -3.96319e-06 -2.30658e-06 -9.15656e-07 3.52123e-07 2.63983e-06 3.84404e-06 2.45631e-06 1.94015e-07 3.50227e-07 2.35498e-06 4.92559e-06 4.23405e-06 4.20725e-06 1.73281e-06 8.42161e-07 1.80513e-06 1.45616e-06 2.28723e-06 2.12663e-06 -1.31117e-06 -1.78829e-06 3.59903e-06 1.19964e-05 1.99717e-06 -7.22617e-06 -4.59667e-06 5.75136e-06 9.89171e-06 -1.50894e-07 -3.05896e-06 -9.1343e-06 -3.20956e-08 5.78053e-06 1.70721e-05 -5.95938e-06 -4.40989e-06 -6.6952e-06 1.11726e-06 4.51105e-06 1.28097e-05 7.44927e-06 -2e-05 1.87151e-06 1.41909e-05 1.16677e-05 3.8063e-06 8.73158e-06 1.96238e-05 1.69277e-05 7.37963e-06 -4.59033e-06 -2.96492e-06 -9.06275e-07 1.18019e-06 3.08789e-06 4.23398e-06 3.06615e-06 1.95254e-06 1.97952e-06 3.89282e-06 8.38775e-06 9.74343e-06 4.21767e-06 8.93355e-07 -8.73556e-07 9.3485e-07 1.22216e-06 9.34926e-07 8.41799e-07 -4.42219e-06 -7.71076e-06 -1.60453e-06 1.28881e-05 4.82271e-06 -5.75979e-06 -1.3819e-05 -4.08426e-07 9.33549e-06 1.19397e-05 3.79222e-06 -1.39603e-05 -1.66522e-05 1.60319e-06 3.08434e-05 5.7104e-06 -7.87695e-06 -1.98031e-05 -1.01496e-05 4.7133e-07 1.55263e-05 2.27408e-05 -2e-05 -1.36677e-05 1.17707e-05 1.81656e-05 6.26582e-06 6.31349e-06 1.85625e-05 1.64062e-05 9.22077e-06 -1.79745e-06 -8.25793e-07 2.2824e-06 2.90742e-06 2.59754e-06 3.79445e-06 2.92406e-06 2.52098e-06 3.53591e-06 7.37386e-06 1.29121e-05 1.22917e-05 3.81787e-06 8.97276e-07 -2.29718e-06 -8.09115e-07 7.47518e-07 2.83902e-06 1.94147e-07 -5.2323e-06 -9.51475e-06 -9.62368e-06 2.66022e-06 4.35492e-06 -2.14439e-06 -1.22041e-05 -1.23177e-05 2.35839e-06 8.07724e-06 3.24453e-05 -3.96767e-06 -1.65905e-05 -1.36327e-05 2.19047e-05 -4.08343e-06 -1.90002e-05 -2e-05 -2e-05 -1.01946e-05 1.19295e-05 1.70832e-05 -2e-05 -2e-05 -3.37294e-07 1.93517e-05 1.17854e-05 1.09068e-05 1.84967e-05 9.77655e-06 5.81857e-06 9.31757e-08 2.05231e-06 8.49055e-06 9.62588e-06 6.40803e-06 7.99703e-07 7.67665e-07 2.53717e-06 4.40255e-06 1.4992e-05 1.94743e-05 8.92687e-06 8.10953e-06 4.43262e-06 -1.40057e-07 -1.61714e-06 9.71355e-07 6.30731e-06 5.59215e-06 -3.35296e-06 -1.00053e-05 -1.16623e-05 -6.46619e-06 -8.71348e-07 3.61354e-07 -5.72337e-06 -9.45863e-06 -4.34859e-07 -5.63976e-06 8.30882e-06 -6.98575e-07 -7.75224e-06 -2e-05 2.73771e-06 -9.33346e-06 -2e-05 -1.10571e-05 -2e-05 -2e-05 9.1363e-06 2.82143e-05 1.09155e-05 -1.97776e-05 -1.27663e-05 1.2487e-05 1.13181e-05 7.15986e-06 1.26138e-05 8.3347e-06 5.54134e-06 3.35168e-07 1.30272e-06 1.13113e-05 1.82884e-05 5.17305e-07 -1.41027e-05 -4.61753e-06 5.95929e-08 3.13689e-06 2.23234e-05 2.32671e-05 8.77811e-06 9.95274e-06 7.12208e-06 3.25471e-06 6.72037e-07 1.90876e-06 3.52632e-06 8.69112e-06 2.32196e-06 -9.00666e-06 -1.10948e-05 -9.39778e-06 -6.08268e-06 -2.03834e-06 -3.10675e-06 -5.88857e-06 -1.41827e-06 -9.86138e-06 -2.40246e-07 -8.79054e-07 -2.01488e-06 -1.62693e-05 -1.29218e-05 -1.06478e-06 -2.16433e-06 -3.83481e-06 -6.11816e-06 -1.39735e-05 -3.97148e-06 3.73645e-05 2.37879e-05 6.44398e-06 -9.41284e-06 6.73653e-06 5.96451e-06 1.53711e-06 2.23239e-06 -5.19957e-06 3.55477e-06 1.06665e-06 -3.36666e-06 1.07291e-05 1.89235e-05 1.11167e-06 -6.45693e-06 -1.47263e-05 -4.01276e-06 2.26237e-06 2.63514e-05 1.53274e-05 1.26324e-05 7.8699e-06 6.56331e-06 5.91667e-06 3.88573e-06 3.47311e-06 4.33859e-06 7.93352e-06 5.01663e-06 -2.03701e-06 -6.73245e-06 -4.38637e-06 -4.30176e-06 -5.65407e-06 -5.98219e-06 -7.78977e-06 -4.55485e-06 -1.12248e-05 -4.49832e-06 2.87789e-06 5.10991e-06 -1.00985e-05 -9.71973e-06 2.70033e-07 1.978e-05 7.45537e-06 1.17245e-06 4.00649e-06 -1.03458e-05 3.12138e-05 3.56785e-05 1.94379e-05 -7.68308e-08 6.35963e-06 7.64701e-06 3.36412e-06 2.41887e-07 -7.82735e-07 4.87067e-06 7.21584e-06 9.79526e-07 8.72839e-06 1.78751e-05 1.92732e-06 1.13098e-06 -2.94474e-06 -4.81903e-06 3.09159e-06 1.0336e-05 6.66083e-06 9.24246e-07 7.51819e-06 1.05986e-05 5.51446e-06 3.93069e-06 3.53199e-06 6.55057e-06 6.8972e-06 6.00795e-06 3.83366e-06 3.37114e-06 7.20417e-06 7.2731e-06 -1.6492e-06 -1.04606e-05 -1.05503e-05 -9.59417e-06 -1.38516e-05 -8.55537e-06 5.4383e-06 9.93019e-06 -1.6885e-06 -6.98244e-06 -1.05193e-05 1.2374e-05 6.5597e-06 -3.12376e-07 5.28458e-06 -8.62904e-06 1.31913e-05 2.33461e-05 1.06345e-05 -3.88644e-06 1.11262e-06 5.28324e-06 4.29298e-06 3.99412e-08 5.54891e-06 1.32938e-05 1.24976e-05 1.01548e-05 4.90524e-06 1.91425e-05 2.91283e-06 7.35493e-06 8.98111e-06 2.151e-06 1.02518e-05 1.32353e-05 4.25235e-06 5.42269e-06 1.05979e-05 1.56223e-05 1.35431e-05 6.05523e-06 8.5088e-07 3.73435e-06 4.45362e-06 4.46817e-06 3.46975e-06 7.61243e-06 1.63624e-05 2.308e-05 1.65482e-05 -2.33682e-06 -9.98226e-06 -9.66205e-06 -9.60785e-06 -7.0536e-06 3.48088e-07 5.20242e-06 3.24763e-06 6.67671e-07 -6.16327e-06 4.89492e-06 5.19126e-06 1.80234e-06 4.80993e-06 -4.88965e-06 -3.73321e-06 4.52622e-06 -1.55911e-06 -2e-05 -7.61824e-06 5.26263e-07 2.60588e-06 -8.0151e-08 2.08239e-06 8.11469e-06 2.67389e-05 1.35833e-05 1.07071e-05 2.69139e-05 2.82927e-06 9.22459e-06 1.56335e-05 1.01375e-05 1.47808e-05 2.5389e-05 7.40498e-06 3.10252e-06 4.90683e-06 1.15034e-05 1.57611e-05 1.0029e-05 3.0269e-06 -1.0893e-06 1.53757e-06 6.72829e-06 2.65451e-07 7.71145e-06 2.42845e-05 3.6329e-05 3.07206e-05 1.76433e-05 -5.1646e-06 -5.30636e-06 1.40692e-06 1.76525e-06 2.83448e-07 5.65769e-06 8.45781e-06 1.48865e-05 1.18671e-05 1.86431e-05 1.57691e-05 1.59027e-06 6.36953e-06 -2.07748e-06 -8.50673e-06 -1.48425e-05 -1.49825e-05 -1.399e-05 -6.12593e-06 -6.82359e-06 -2.12343e-06 -2.63422e-06 3.30788e-08 1.37542e-05 2.24876e-05 1.79777e-05 1.34534e-05 3.67387e-05 7.1773e-06 1.11757e-05 1.67876e-05 9.74466e-06 1.9901e-05 3.25878e-05 1.66651e-05 -3.9528e-07 5.61123e-07 9.91456e-06 2.16672e-05 1.63975e-05 1.48191e-05 5.81071e-06 4.32845e-06 5.97174e-06 8.26885e-07 1.62661e-06 2.48683e-05 4.38464e-05 4.49264e-05 2.88812e-05 1.10316e-05 1.72034e-08 1.12794e-05 1.38561e-05 3.07462e-06 4.42961e-06 1.41775e-05 1.91587e-05 1.91462e-05 2.16773e-05 2.02949e-05 -4.76307e-07 5.08521e-06 8.10961e-06 5.72122e-06 -1.18446e-05 -1.05361e-05 -1.37102e-05 -1.8408e-06 2.3595e-06 -6.15755e-06 -1.26034e-05 3.52705e-06 1.68798e-05 2.1315e-05 3.8316e-05 1.34633e-05 3.60437e-05 1.74351e-05 6.82675e-06 9.52245e-06 7.83791e-06 2.32632e-05 4.00514e-05 2.98039e-05 5.76004e-06 2.27407e-06 9.95291e-06 2.37713e-05 1.12969e-05 7.73836e-06 6.0653e-06 9.54052e-07 5.40415e-06 -5.75884e-07 -6.43393e-06 2.11373e-05 4.58846e-05 4.91619e-05 3.31259e-05 1.47555e-05 1.47974e-06 4.37614e-06 1.20886e-05 5.29083e-06 -2.37807e-06 1.78497e-06 6.78752e-06 8.69741e-06 9.19928e-06 1.07727e-05 3.11419e-06 8.47984e-06 1.41903e-05 1.66882e-05 9.59216e-06 7.43399e-06 -1.02468e-06 2.49869e-06 1.21705e-06 -1.27225e-05 -8.07622e-06 5.12826e-06 2.06844e-05 3.21021e-05 3.37113e-05 1.34803e-05 2.4076e-05 2.58207e-05 2.2367e-06 5.46731e-06 7.71719e-06 3.88726e-05 2.34299e-05 7.14386e-06 6.14098e-06 4.49935e-06 4.31899e-06 1.50585e-05 1.21356e-05 4.50625e-07 4.23061e-06 6.22241e-06 2.46377e-05 2.57083e-06 2.43114e-06 1.55229e-05 4.43821e-05 5.25023e-05 2.69481e-05 1.63703e-05 8.2132e-06 3.11948e-06 9.66838e-06 1.56372e-05 1.07512e-05 1.20618e-06 -6.50132e-06 -1.02061e-05 -1.06435e-05 -3.58533e-06 9.37776e-06 1.41889e-05 1.9419e-05 2.19425e-05 1.89298e-05 1.84046e-05 1.77422e-05 1.76199e-05 1.14827e-05 -3.76272e-06 -8.99818e-06 6.59789e-06 3.49644e-05 4.30235e-05 2.80797e-05 1.05841e-05 1.46579e-05 1.70022e-05 7.67722e-06 4.23036e-06 1.81287e-05 2.72318e-05 1.77167e-05 -1.25183e-07 -1.32922e-06 2.88801e-06 6.28684e-06 1.27267e-05 1.06445e-05 5.47936e-07 7.30277e-06 1.93204e-05 7.84964e-06 1.9424e-07 8.08603e-07 2.81769e-05 4.70243e-05 3.43692e-05 2.40286e-05 2.02335e-05 5.14545e-06 5.09556e-06 1.55158e-05 2.6675e-05 2.81377e-05 1.49379e-05 -3.90081e-06 -1.49028e-05 -1.44095e-05 -4.16328e-06 1.32554e-05 1.56151e-05 1.81981e-05 1.96328e-05 1.38922e-05 4.97822e-06 1.40187e-05 2.84679e-05 2.70797e-05 1.11318e-05 -3.76154e-06 1.2732e-05 5.49944e-05 5.36635e-05 2.35993e-05 1.07487e-05 5.029e-06 1.1461e-05 9.5752e-06 4.24671e-07 9.91748e-06 9.82272e-06 5.37027e-06 -1.61628e-06 -1.31592e-06 7.59428e-07 7.85975e-06 9.08346e-06 8.93301e-06 4.27554e-06 3.38151e-06 8.58036e-06 7.37475e-06 -1.22984e-06 -7.40453e-06 1.33776e-05 3.56993e-05 3.49694e-05 2.48273e-05 1.2388e-05 2.91345e-06 4.22086e-06 1.34979e-05 2.07316e-05 2.93236e-05 2.79095e-05 1.23425e-05 3.02346e-07 1.0775e-06 3.3657e-06 8.47444e-06 1.43951e-05 1.47116e-05 1.48409e-05 1.21342e-05 -2.43135e-06 -1.14541e-05 -2.12745e-06 7.04761e-06 9.31828e-06 1.20056e-05 2.20887e-05 4.7702e-05 4.45008e-05 1.51754e-05 5.06269e-06 2.22097e-06 9.4473e-06 2.01602e-06 -1.74912e-06 3.89875e-06 6.12287e-07 -1.04584e-06 -3.45093e-06 3.83478e-07 4.24003e-06 6.64462e-06 6.59953e-06 5.34259e-06 3.38156e-06 3.28245e-06 3.68303e-06 5.76575e-06 6.21176e-07 -3.59207e-06 4.84015e-06 1.68414e-05 2.61622e-05 1.77136e-05 -2.10217e-06 1.15255e-06 9.84084e-06 8.73095e-06 1.19869e-05 1.68685e-05 1.87018e-05 1.26673e-05 7.61773e-06 1.26312e-05 1.62103e-05 1.0541e-05 5.34586e-06 3.31746e-06 9.12394e-06 1.63532e-05 7.2465e-06 -7.62898e-06 -1.26005e-05 -8.50669e-06 6.16219e-06 1.35118e-05 1.88904e-05 3.8094e-05 3.23359e-05 9.34393e-06 1.42642e-06 3.36747e-06 6.81498e-06 1.95772e-06 3.61264e-06 2.33255e-06 -4.47386e-07 -9.48734e-07 1.18984e-06 4.22193e-06 9.07939e-06 9.7939e-06 3.8706e-06 -7.89265e-08 -2.72251e-06 2.60673e-06 1.80088e-06 1.91267e-06 7.39703e-07 -3.91122e-06 4.6108e-08 8.45126e-06 1.2351e-05 5.58467e-06 -1.17611e-05 -5.08291e-06 8.65135e-06 9.95978e-06 1.41341e-05 1.63125e-05 1.36289e-05 8.24759e-06 2.81915e-06 1.32925e-06 -2.3092e-07 -2.50139e-06 -1.47384e-06 -2.39037e-06 -2.50538e-06 2.98722e-06 7.37641e-06 1.10578e-05 1.43569e-05 1.42807e-05 2.2457e-05 1.74983e-05 1.00523e-05 1.185e-05 1.17032e-05 5.82549e-06 -6.00556e-07 -2.22663e-06 -3.54077e-06 1.08237e-05 1.52886e-05 7.54299e-06 8.43718e-06 4.63614e-06 6.44157e-06 1.02698e-05 1.31445e-05 1.21745e-05 4.67154e-06 -6.26146e-06 -8.27235e-06 -4.03817e-07 3.18216e-06 8.14841e-07 2.63405e-06 2.17682e-06 6.36275e-07 2.64351e-06 7.70851e-06 5.78809e-06 -1.16383e-05 -7.71601e-06 3.05459e-07 6.17961e-06 1.37572e-05 2.03093e-05 1.69566e-05 7.96191e-06 9.39711e-07 -2.72426e-06 -5.8239e-06 -1.14402e-05 -1.31349e-05 -1.09542e-05 -1.76754e-05 -2e-05 -4.22966e-06 1.20122e-05 2.50654e-05 3.006e-05 2.73477e-05 1.2551e-05 9.51007e-06 1.29488e-05 1.15105e-05 6.51774e-06 -5.7585e-06 -1.26704e-05 -1.43925e-05 1.4016e-05 2.28543e-05 1.59668e-05 1.81125e-05 1.54512e-05 1.46148e-05 1.26744e-05 9.90816e-06 6.58083e-06 -1.07917e-06 -8.16238e-06 -3.91553e-06 -4.17809e-07 -3.27309e-06 -1.34787e-06 9.06293e-06 1.26897e-05 1.17332e-05 6.6243e-06 3.41769e-06 2.83897e-06 -2.70406e-06 -1.90181e-06 2.44307e-06 8.5316e-06 6.85561e-06 9.71674e-06 1.22604e-05 9.40512e-06 7.01575e-06 7.55516e-06 6.14705e-06 -2.1846e-06 -6.21191e-06 -7.02201e-06 -6.12141e-06 -3.10316e-06 2.34725e-06 1.02881e-05 1.81034e-05 2.26695e-05 1.66606e-05 4.09563e-06 7.49535e-06 1.45466e-05 1.74483e-05 5.39893e-06 -1.42266e-05 -1.73637e-05 -1.42537e-05 6.19254e-06 1.9476e-05 2.08759e-05 1.91547e-05 1.97288e-05 1.80899e-05 1.4951e-05 1.03686e-05 3.44101e-06 -3.42614e-06 -3.48906e-06 -1.89671e-06 -3.34286e-06 -1.84455e-06 1.26896e-06 1.03947e-05 1.67367e-05 1.7315e-05 1.42109e-05 1.03055e-05 9.33902e-06 6.63273e-06 2.30741e-06 3.6297e-07 1.01619e-06 4.81554e-06 4.82719e-06 4.15231e-06 4.84322e-06 7.44883e-06 1.09422e-05 9.4946e-06 1.68884e-06 -8.26852e-07 -2.07786e-06 -8.97753e-07 3.62324e-06 6.78008e-06 8.63876e-06 1.1284e-05 1.12911e-05 4.54179e-06 1.57896e-06 5.28846e-06 9.97455e-06 1.23047e-05 3.47605e-06 -1.07336e-05 -5.10442e-06 7.32592e-06 1.0946e-05 1.38416e-05 1.62249e-05 5.41911e-06 5.12132e-06 4.98807e-06 4.56554e-06 2.89924e-06 -1.30044e-07 -2.38066e-06 3.79592e-07 4.34159e-06 7.63438e-06 8.4843e-06 7.41763e-06 1.17e-05 8.66951e-06 9.33405e-06 1.00277e-05 1.16824e-05 1.13359e-05 6.1545e-06 3.08406e-06 1.46755e-06 -7.63042e-07 -2.30623e-06 -3.30518e-06 -1.07236e-06 1.63634e-06 3.85113e-06 5.37749e-06 4.44054e-06 9.48313e-07 -7.7235e-07 5.04341e-07 1.97628e-06 2.10197e-06 3.89796e-06 5.35795e-06 9.11965e-06 1.10074e-05 9.46174e-06 7.48796e-06 6.94044e-06 7.30129e-06 7.90109e-06 2.81291e-06 -2.66389e-06 3.63235e-06 3.78039e-06 8.23212e-06 1.03469e-05 7.80857e-06 6.32382e-06 2.80789e-06 -7.59674e-07 -3.30663e-06 -4.38981e-06 -4.45357e-06 -4.09812e-06 -3.36524e-06 -1.59974e-06 2.94392e-08 1.12027e-06 4.80469e-06 8.23451e-06 2.80566e-06 2.12408e-06 4.16766e-06 7.76663e-06 9.49935e-06 8.24158e-06 6.11037e-06 4.91224e-06 3.63656e-06 1.36724e-06 -2.47626e-07 8.64516e-08 1.50517e-06 2.7314e-06 3.07017e-06 2.06692e-06 -8.93898e-08 -1.32581e-06 -1.03397e-06 4.25321e-07 2.71005e-06 3.47765e-06 4.5704e-06 8.35549e-06 1.08588e-05 1.0581e-05 8.36357e-06 5.70554e-06 3.35375e-06 2.8377e-06 1.853e-06 1.3966e-06 1.58275e-06 1.61174e-06 3.77191e-06 6.51332e-06 8.23195e-06 4.3669e-06 2.36188e-06 1.03389e-06 9.74891e-08 -1.03375e-06 -1.33275e-06 -1.16457e-07 5.83621e-07 7.78923e-07 6.54808e-07 5.88103e-07 1.21584e-06 1.71459e-06 1.94071e-07 6.99797e-07 2.26421e-06 3.89096e-06 5.09941e-06 4.84967e-06 4.09253e-06 3.83415e-06 3.94596e-06 3.95837e-06 4.33604e-06 4.56268e-06 4.2854e-06 3.64902e-06 2.60962e-06 1.21756e-06 4.68316e-07 -6.15375e-07 -8.0507e-07 -2.61186e-07 5.99808e-07 5.206e-07 5.19839e-07 2.35173e-06 4.12242e-06 4.70053e-06 3.97361e-06 2.5219e-06 -1.71248e-07 -1.90839e-06 -4.77256e-07 1.37437e-06 1.73141e-06 2.86086e-06 2.26611e-06 3.94863e-06 5.34909e-06 1.26073e-06 1.07321e-06 1.22562e-06 1.44517e-06 1.30247e-06 -2.69242e-07 1.72943e-07 2.07307e-06 3.50481e-06 3.85335e-06 3.48548e-06 2.99879e-06 2.52783e-06 1.49624e-06 6.0209e-07 1.01465e-06 1.84824e-06 2.17516e-06 1.64202e-06 -3.1132e-08 -9.95178e-07 -1.28996e-06 -8.61279e-07 3.59973e-07 1.39177e-06 1.49245e-06 1.999e-06 2.29417e-06 1.72057e-06 1.13619e-06 -4.52768e-07 -1.03184e-06 1.00792e-07 1.27506e-06 1.8139e-06 2.05535e-06 1.86158e-06 1.09309e-06 2.85336e-07 -9.50378e-08 -4.63382e-07 -7.78934e-07 -5.70535e-07 1.86855e-06 3.7393e-06 4.14999e-06 3.48098e-06 1.93323e-06 1.75306e-06 1.68226e-06 -8.81631e-08 -2.18751e-07 -2.94629e-07 -3.17419e-07 -3.3124e-07 -3.21916e-07 -2.84211e-07 -2.03568e-07 -3.55422e-08 1.37029e-07 1.74479e-07 7.50825e-08 2.31278e-08 1.27261e-07 1.39386e-07 -5.04054e-09 -1.22173e-07 -2.12182e-07 -2.85285e-07 -2.14455e-07 5.58676e-08 2.71431e-07 2.20525e-07 -2.66134e-08 -2.54955e-07 -2.52543e-07 -2.21072e-07 -1.60385e-07 -7.39686e-08 1.30343e-07 2.88348e-07 8.47615e-08 -1.00371e-07 -1.96007e-07 5.26284e-08 5.67172e-07 6.53065e-07 5.90533e-07 1.11719e-06 1.5252e-06 1.66394e-06 1.68195e-06 9.61069e-07 3.21077e-07 5.72028e-08 9.15783e-08 2.33103e-07 3.08249e-07 1.80514e-07 4.22776e-08 -1.12187e-07 -3.19349e-07 -4.39394e-07 -5.10184e-07 -5.57256e-07 -5.13634e-07 -4.06589e-07 -2.66901e-07 -1.3439e-08 2.33674e-07 2.74903e-07 1.10422e-07 1.67642e-09 1.49757e-07 1.62422e-07 -4.46504e-08 -2.15681e-07 -3.75482e-07 -5.26403e-07 -4.60364e-07 1.4972e-09 3.07988e-07 1.98372e-07 -5.70674e-08 -3.44361e-07 -4.44455e-07 -4.47012e-07 -2.70729e-07 -3.90144e-07 -1.05884e-07 3.67237e-07 1.14627e-07 -5.45043e-08 -1.29439e-07 1.47613e-07 8.69599e-07 1.15119e-06 1.31781e-06 2.28697e-06 3.29122e-06 3.44412e-06 2.79452e-06 1.23097e-06 3.21849e-07 8.26121e-08 1.58845e-07 3.40036e-07 4.86489e-07 3.96907e-07 1.18343e-07 -9.84247e-08 -4.77965e-07 -5.71098e-07 -6.70118e-07 -7.55096e-07 -6.2753e-07 -3.92266e-07 -1.71743e-07 1.33071e-07 4.24489e-07 4.56381e-07 1.66668e-07 -5.47938e-08 1.45591e-07 2.14448e-07 -3.96129e-08 -2.342e-07 -4.61463e-07 -7.8669e-07 -8.18642e-07 -2.08222e-07 2.21427e-07 -2.19737e-09 -5.74825e-08 -2.16992e-07 -4.15047e-07 -4.61015e-07 4.24969e-08 -2.5278e-07 -7.27659e-07 1.51718e-07 3.02391e-07 3.66614e-07 3.59775e-08 -9.1031e-08 6.52842e-07 1.37212e-06 2.19076e-06 3.2053e-06 4.59679e-06 6.23081e-06 5.7298e-06 2.73223e-06 7.50514e-07 1.40891e-07 1.30997e-07 8.23157e-08 1.41307e-07 5.64408e-07 4.79942e-07 3.55412e-07 -3.1733e-07 -4.48362e-07 -6.94352e-07 -9.04709e-07 -6.66435e-07 -2.53919e-07 1.72902e-07 6.4048e-07 9.74671e-07 8.78068e-07 3.60694e-07 -2.25038e-10 3.10879e-07 4.86847e-07 1.27453e-07 -5.70294e-08 -2.50744e-07 -8.21983e-07 -1.15617e-06 -4.62892e-07 4.5931e-07 1.10102e-07 9.26969e-08 1.71078e-07 -2.51701e-07 -7.88615e-07 -2.5101e-07 2.16394e-07 -2.84877e-07 5.78241e-07 8.41004e-07 1.77264e-06 1.55363e-06 1.96948e-06 2.36439e-06 1.0988e-06 1.765e-06 1.98356e-06 1.82924e-06 8.10819e-06 1.18747e-05 6.41286e-06 1.57187e-06 2.71593e-07 4.29622e-07 -1.48388e-07 -1.4146e-06 -4.03856e-07 7.96158e-07 1.22502e-06 1.72841e-07 -9.90677e-08 -4.61471e-07 -9.10184e-07 -6.18807e-07 7.74181e-08 8.71118e-07 1.81111e-06 2.48439e-06 2.10958e-06 1.01609e-06 4.305e-07 9.51736e-07 1.22521e-06 4.57961e-07 2.47371e-07 3.41277e-07 -3.38117e-07 -9.13398e-07 -1.9909e-07 1.50255e-06 1.65668e-06 1.28973e-06 9.93377e-07 -3.92737e-07 -1.50153e-06 -2.24181e-06 -8.13748e-07 1.15321e-06 2.71179e-06 1.65732e-06 3.21287e-06 4.859e-06 9.75643e-06 9.57746e-06 4.35077e-06 3.21462e-06 5.23296e-06 -6.11342e-06 3.41461e-06 1.7822e-05 1.36394e-05 3.08232e-06 9.61362e-07 1.18856e-06 1.65855e-07 -2.24829e-06 -3.84599e-06 -1.02882e-07 1.82804e-06 1.20941e-06 3.11067e-07 1.94586e-07 -3.49062e-07 -6.70062e-07 1.39555e-07 1.51523e-06 3.36018e-06 5.18819e-06 4.97357e-06 2.63881e-06 1.6574e-06 2.6274e-06 2.91211e-06 1.06232e-06 4.8515e-07 1.24113e-06 8.61943e-07 7.81713e-08 8.36603e-07 3.375e-06 5.41e-06 5.19164e-06 3.11874e-06 -1.37015e-06 -2.81597e-06 -3.55113e-06 -3.44698e-06 1.0491e-06 3.77907e-06 2.86355e-06 5.36117e-06 5.82645e-06 8.89395e-06 1.94256e-05 8.84601e-06 4.50532e-06 3.91588e-06 -3.12082e-06 -1.62167e-05 1.67479e-05 2.00829e-05 4.76738e-06 2.09395e-06 1.96923e-06 3.64719e-07 -1.15232e-06 -2.84639e-06 -2.52086e-06 1.61223e-06 2.39698e-06 1.06839e-06 8.42372e-07 9.60887e-07 -4.11675e-07 -7.8796e-07 1.29027e-06 4.45162e-06 7.83902e-06 8.69409e-06 5.3291e-06 3.19231e-06 5.69515e-06 6.11262e-06 2.40905e-06 4.43874e-07 2.1103e-06 2.71754e-06 2.00452e-06 2.30556e-06 5.21496e-06 9.63948e-06 1.13456e-05 5.69943e-06 -2.97137e-06 -6.33752e-06 -6.16588e-06 -5.24556e-06 9.92801e-07 2.50493e-06 4.00594e-06 5.07889e-06 3.68765e-06 3.08589e-06 6.47047e-06 1.47596e-05 2.98614e-06 2.60258e-06 1.73079e-06 -1.51932e-05 2.22644e-05 2.18528e-05 5.19443e-06 2.61675e-06 1.85141e-06 1.17698e-08 -9.05009e-07 2.70295e-08 -7.11458e-07 2.71838e-06 3.74905e-06 2.5666e-06 1.41474e-06 1.64439e-06 6.87522e-07 -1.81852e-06 -7.81843e-07 5.03312e-06 9.96834e-06 1.08781e-05 6.81557e-06 3.13579e-06 8.07582e-06 9.04291e-06 3.58868e-06 2.28137e-07 2.04584e-06 3.92654e-06 4.06871e-06 5.32226e-06 7.35308e-06 1.23958e-05 1.55615e-05 6.93061e-06 -1.69465e-06 -2.99546e-06 -3.56302e-06 -6.91396e-06 -5.04449e-06 -1.35433e-07 5.10484e-06 3.35695e-06 -1.4046e-06 1.30288e-06 4.56162e-06 1.05392e-05 -7.84659e-07 -6.54374e-07 1.50477e-05 -1.28295e-06 1.09408e-05 1.76154e-05 4.64076e-06 2.25159e-06 1.09657e-06 1.28481e-07 -4.05903e-07 8.42794e-07 3.2919e-06 7.12753e-06 6.51718e-06 5.21032e-06 2.38452e-06 3.77643e-06 2.15534e-06 -1.18106e-06 -3.45846e-06 3.59935e-06 1.20599e-05 9.67543e-06 3.43435e-06 -1.79522e-06 5.07332e-06 9.38925e-06 3.1532e-06 -4.77965e-07 -1.08564e-06 1.60654e-06 2.21758e-06 8.09277e-06 1.09146e-05 1.25592e-05 1.40454e-05 4.66958e-06 -5.99513e-07 5.31379e-06 5.99065e-08 -4.95062e-06 -1.49114e-05 -1.14892e-05 3.37869e-06 3.42129e-06 -3.20943e-06 -1.27957e-05 2.46808e-06 9.24265e-06 2.63321e-06 1.49693e-05 1.22356e-05 8.8089e-06 6.35456e-06 7.53032e-06 3.5103e-06 2.41147e-06 2.61344e-06 2.30956e-06 1.92446e-06 1.03267e-06 5.11736e-06 1.15435e-05 9.87997e-06 7.53219e-06 3.71818e-06 3.68581e-06 4.06811e-06 2.05559e-06 -3.83868e-06 1.76682e-07 1.21526e-05 6.43894e-06 -2.539e-06 -5.39958e-06 -3.57269e-06 4.78177e-06 2.53616e-06 -3.84389e-07 -2.96771e-06 -2.3192e-06 -6.20455e-06 -3.48486e-06 1.41655e-05 1.36865e-05 1.36374e-05 2.83175e-06 -4.80964e-06 4.25232e-06 2.51244e-06 -3.77846e-06 -9.89149e-06 -1.96396e-05 -4.3378e-06 2.40739e-06 -1.03652e-06 -7.47382e-06 7.11606e-07 5.05532e-06 8.13944e-06 2.35378e-05 2.34971e-05 2.41918e-05 8.67041e-06 -2.65754e-06 4.38363e-07 5.64722e-06 1.00327e-05 1.28898e-05 7.37377e-06 1.82741e-06 3.62253e-06 1.74034e-05 2.08836e-05 8.58576e-06 5.58787e-06 4.96419e-06 6.96434e-06 6.64754e-06 1.8558e-07 -2.69823e-06 5.60341e-06 1.96575e-06 -1.26899e-05 -1.19832e-05 -6.94136e-06 -2.37996e-06 4.03294e-06 3.87964e-06 2.11834e-06 -1.41755e-07 -1.22822e-05 -1.69045e-05 1.41684e-06 1.36154e-05 1.47819e-05 6.75041e-06 -2.44796e-06 1.02162e-05 -1.55116e-06 -2.67789e-06 -9.53289e-07 -1.47001e-05 -8.74039e-06 7.78809e-08 1.66204e-06 2.39413e-06 8.80662e-07 1.41891e-06 1.43967e-06 2.28589e-05 1.89315e-05 6.65671e-06 2.36342e-05 -1.26325e-06 -8.76787e-06 3.23474e-06 7.77813e-06 1.30182e-05 1.68996e-05 5.06431e-06 8.72394e-07 2.96055e-05 3.6895e-05 1.15324e-05 4.95087e-06 5.0932e-06 9.48869e-06 1.10102e-05 5.85226e-06 1.95195e-07 3.26734e-06 4.89377e-06 -2.89844e-06 -6.45875e-06 -6.4915e-06 -7.14658e-06 2.01184e-06 8.93396e-06 8.60033e-06 3.8476e-06 -9.14978e-06 -2e-05 -9.5167e-06 5.8501e-06 1.20922e-05 9.23634e-06 3.46997e-06 1.59942e-05 7.59261e-06 -1.09441e-05 2.07223e-07 -5.95567e-06 -1.12697e-05 8.77923e-07 4.2289e-06 4.84661e-06 -7.89585e-07 8.90628e-07 -1.74294e-06 1.83491e-05 3.0129e-05 5.80771e-06 3.17917e-05 1.55985e-05 -4.13633e-06 -5.90814e-06 4.64697e-06 8.58711e-06 1.45863e-05 1.86517e-05 3.97927e-08 3.12287e-05 3.01551e-05 7.50573e-06 1.46863e-06 4.12095e-06 8.60944e-06 1.309e-05 1.06961e-05 3.03089e-06 4.68719e-06 8.90534e-06 3.61869e-06 9.14445e-07 4.45706e-07 -1.50233e-06 7.35981e-07 6.96812e-06 7.76514e-06 2.81281e-06 -4.22944e-06 -1.66472e-05 -1.19563e-05 1.75841e-06 7.92755e-06 6.67955e-06 8.52752e-06 1.34572e-05 9.74018e-06 -1.03207e-05 -9.58981e-06 1.29951e-06 -1.07965e-05 9.47127e-08 6.53835e-06 4.38673e-06 -2.78118e-06 -1.37671e-07 -2.02459e-06 3.25117e-06 2.31333e-05 3.9124e-06 3.16506e-05 3.67725e-05 1.35402e-05 1.51177e-06 2.50906e-06 9.04309e-06 1.30569e-05 2.03678e-05 4.46966e-06 1.942e-05 1.55794e-05 2.9235e-06 6.4899e-06 1.47025e-05 1.13722e-05 8.86674e-06 1.36612e-05 2.81549e-06 4.97875e-06 1.04523e-05 3.95605e-06 6.89819e-07 3.70888e-06 4.12836e-06 3.9516e-06 5.95777e-06 2.60474e-06 -3.26302e-07 -2.83503e-06 -9.92122e-06 -7.37329e-06 -3.00458e-06 2.28402e-06 1.10416e-06 4.1958e-06 7.81019e-07 -4.33076e-06 -9.66746e-06 -9.47041e-06 4.18795e-06 -2.87398e-06 -4.53435e-06 1.45533e-06 1.07113e-06 -5.49846e-06 -7.09918e-07 -1.09801e-06 -6.51746e-07 8.16874e-06 1.23441e-06 1.82365e-05 4.6863e-05 3.31146e-05 1.21899e-05 4.62822e-06 1.20188e-05 1.45491e-05 1.07484e-05 7.19364e-06 1.29258e-05 8.98637e-06 9.27283e-07 6.97791e-06 8.00307e-06 6.95875e-06 6.18677e-06 1.54716e-05 5.93999e-06 2.46069e-06 4.35202e-06 -1.30413e-06 -4.24079e-06 4.5274e-07 5.23409e-06 8.32367e-06 8.69846e-06 5.07104e-06 -5.08379e-07 -1.68024e-06 -2.97667e-06 -2.346e-06 -4.67471e-06 -1.0194e-05 -8.28156e-06 1.70621e-07 -4.20521e-06 -1.42096e-05 -2e-05 -7.42863e-06 5.46336e-06 3.00656e-06 -2.69406e-06 -4.47937e-06 2.02085e-06 -7.65798e-06 -6.55716e-07 -6.33482e-07 6.42945e-07 4.76221e-06 1.29155e-06 9.13794e-07 3.66384e-05 3.91031e-05 1.93914e-05 8.55477e-06 6.58777e-06 1.25152e-05 6.71863e-06 8.60892e-06 1.23849e-05 9.13455e-06 2.36354e-06 3.49712e-06 3.14003e-06 7.47763e-06 1.27539e-05 2.11933e-05 1.58542e-05 2.09346e-06 -5.22641e-07 -1.95305e-06 -1.02873e-06 -6.48904e-07 4.70767e-06 1.51631e-05 1.62167e-05 1.13911e-05 1.04346e-06 -2.34135e-06 -6.4015e-07 3.92009e-06 -1.71946e-06 -1.59149e-05 -9.79214e-06 -4.13851e-06 2.56372e-06 8.91369e-06 -2.56853e-06 -2e-05 7.18539e-07 5.83952e-06 1.56594e-06 -1.9291e-07 1.32202e-06 -6.06503e-06 -2.83897e-06 -3.46185e-06 7.72338e-07 4.09672e-06 1.79841e-06 -2e-05 1.76752e-05 4.2973e-05 2.60237e-05 1.43309e-05 4.7019e-06 9.50373e-06 4.19143e-06 8.0025e-06 9.46236e-06 1.18401e-05 7.21088e-06 4.04044e-06 8.13953e-06 7.74652e-06 2.20192e-05 3.60638e-05 4.73591e-05 2.19665e-05 6.70841e-07 -5.50772e-06 -6.46638e-06 -1.54654e-05 2.89583e-06 2.3457e-05 3.69364e-05 2.16061e-05 1.23152e-05 1.40758e-06 -1.18934e-06 1.65759e-06 1.37959e-05 2.00091e-06 -4.61418e-06 -2.66617e-06 5.15752e-06 1.64591e-05 1.39843e-05 -1.24723e-05 -4.74299e-06 7.76069e-06 1.42439e-05 1.42183e-05 4.36155e-06 -1.62998e-06 2.61509e-06 -2.18086e-06 2.66029e-06 5.69449e-06 6.10726e-06 -2e-05 -7.70181e-06 6.41148e-05 5.12851e-05 3.10767e-05 1.07345e-05 -2.44942e-06 8.01931e-06 9.44261e-06 8.13699e-06 1.30161e-05 8.50536e-06 -5.84211e-07 4.68281e-07 -1.08101e-06 1.55851e-05 2.34733e-05 2.60263e-05 1.53755e-05 -1.97103e-06 8.38448e-06 8.18264e-06 -8.11191e-06 -7.64006e-06 2.94424e-05 5.78463e-05 3.7509e-05 8.54188e-06 6.97098e-06 4.05526e-06 4.11101e-06 1.07649e-05 -1.15506e-06 -1.24232e-05 -7.17788e-06 -1.7615e-08 1.22799e-05 2.2044e-05 5.8699e-06 3.59497e-06 6.9111e-06 1.36981e-05 1.76169e-05 8.42482e-06 3.43139e-06 7.95223e-06 -4.96092e-06 -6.8915e-07 9.69826e-06 3.08197e-06 -2e-05 -2e-05 3.7828e-05 5.77008e-05 4.03607e-05 1.61464e-05 7.59185e-06 1.6145e-05 1.80172e-05 1.1486e-05 7.86002e-06 3.60598e-06 6.14077e-06 6.07612e-06 9.93068e-08 4.9506e-06 9.10654e-06 1.10269e-05 7.7617e-06 -2.25613e-06 5.62601e-06 7.91072e-06 -3.79121e-07 -6.64863e-06 2.48831e-05 0.000106646 7.44988e-05 1.29729e-05 7.26862e-06 1.06078e-05 1.00495e-05 1.1669e-05 9.60892e-06 -1.97424e-06 -6.78154e-06 -7.15511e-06 -4.55388e-06 8.90835e-06 2.33091e-05 2.29527e-05 2.00122e-05 9.5938e-06 1.02237e-05 5.31787e-06 1.12364e-05 1.37304e-05 -1.20279e-06 -1.74785e-06 6.12028e-06 -5.6877e-06 -2e-05 -2e-05 2.42988e-05 5.19279e-05 3.54581e-05 2.53666e-05 1.77038e-05 1.47662e-05 1.96131e-05 5.19218e-06 -3.7042e-06 -1.10346e-05 -2.78025e-06 6.07325e-06 5.93257e-06 3.16045e-06 7.79988e-06 6.94064e-06 8.60659e-06 1.52652e-05 3.27251e-05 1.65331e-05 7.0035e-06 1.82385e-05 5.98078e-05 8.91078e-05 1.01039e-05 4.70049e-06 -3.32418e-06 1.64258e-05 2.42425e-05 1.49685e-05 9.37523e-06 4.02918e-06 -3.58157e-07 -7.27782e-06 -1.04079e-05 7.02519e-06 3.68402e-05 3.41677e-05 2.56854e-05 1.19114e-05 7.62019e-06 3.04551e-06 1.26072e-05 1.67033e-05 2.52052e-05 1.41559e-05 -6.44617e-06 -1.5123e-05 -3.20346e-06 -2e-05 1.52408e-05 3.14498e-05 1.94148e-05 2.14326e-05 1.83058e-05 9.27732e-06 1.32794e-05 -3.86813e-06 -4.82488e-06 -8.93009e-06 -5.51119e-06 5.10004e-07 5.35228e-06 7.0523e-06 9.52983e-06 9.2467e-06 8.02243e-06 7.84163e-06 9.28663e-06 3.89147e-06 1.24825e-05 3.51029e-05 5.41209e-05 2.65972e-05 2.15818e-05 1.20425e-05 -3.12789e-06 1.72767e-05 3.84843e-05 2.3386e-05 1.0959e-05 8.56655e-06 5.58787e-06 -5.19383e-08 -2.41086e-06 2.63788e-06 2.47255e-05 2.63656e-05 1.71178e-05 1.54749e-05 1.52341e-05 1.02389e-05 3.36762e-06 1.18342e-05 2.15834e-05 1.09788e-05 2.89965e-06 1.15866e-06 3.35133e-06 1.46716e-05 2.20916e-05 1.40093e-05 7.89353e-06 1.30094e-05 1.25789e-05 9.84733e-06 4.14404e-06 -3.65868e-06 -2.83255e-06 -8.56242e-06 -5.76133e-06 3.73033e-07 3.6207e-06 4.06618e-06 1.19523e-05 1.52267e-05 -5.75643e-07 4.62211e-06 6.71686e-07 1.31202e-06 1.56574e-05 2.272e-05 3.63173e-05 3.35395e-05 1.9616e-05 4.94927e-06 -9.06581e-07 4.95876e-06 2.77965e-05 2.50415e-05 1.28557e-05 4.85592e-06 1.12472e-07 -3.36741e-06 -5.18548e-06 -1.84785e-06 3.45394e-06 5.51896e-06 1.03479e-05 2.67273e-05 2.93148e-05 2.33845e-05 1.08098e-05 1.37011e-06 1.46251e-06 4.24827e-06 1.31032e-05 7.89773e-06 4.24633e-06 1.25966e-05 2.11987e-05 8.67834e-06 6.98675e-06 9.73149e-06 1.29098e-05 1.70229e-05 7.33023e-06 4.12478e-06 3.32782e-06 -2.1315e-06 1.23862e-06 7.151e-06 6.16381e-06 2.06054e-07 3.87989e-06 6.46043e-06 -2.98458e-07 -8.15339e-07 -1.37022e-06 -4.43705e-07 -2.8753e-07 8.30083e-06 1.635e-05 2.38726e-05 8.09837e-06 -2e-05 5.28988e-06 5.41532e-06 1.25501e-05 1.9198e-05 1.38115e-05 6.41496e-06 -2.23755e-06 -9.19681e-06 -9.30054e-06 -7.41401e-06 -7.92615e-06 -5.09881e-06 7.51715e-07 1.44153e-05 2.04073e-05 1.96784e-05 1.55288e-05 1.10958e-05 9.90339e-06 1.2566e-05 2.12173e-05 1.59189e-05 6.8505e-06 9.83725e-06 1.60114e-05 7.75761e-06 -8.6395e-07 -1.42688e-06 1.15249e-05 2.0289e-05 1.17027e-05 1.68979e-05 1.43316e-05 7.9254e-06 8.07375e-06 1.3933e-05 1.6437e-05 8.56181e-06 3.99595e-06 6.49843e-06 4.37354e-06 1.79584e-06 -5.70918e-07 8.22907e-07 3.86677e-07 4.67214e-07 6.34681e-06 1.07988e-05 -4.24526e-06 -1.86614e-05 6.46257e-06 1.20446e-05 6.65709e-06 1.54113e-05 1.97979e-05 1.4003e-05 5.22628e-06 -1.76091e-06 -4.56697e-06 -6.04104e-06 -8.53467e-06 -6.70327e-06 -4.64344e-06 -7.10601e-06 -5.21746e-06 4.21726e-06 1.76652e-05 2.75016e-05 2.83917e-05 1.65241e-05 7.6154e-06 5.308e-06 1.39986e-05 2.28612e-05 1.82638e-05 3.01516e-06 -7.51274e-06 -8.176e-06 5.18831e-06 1.62795e-05 1.65619e-05 2.55953e-05 2.52582e-05 1.99632e-05 1.21018e-05 8.82061e-06 1.20019e-05 1.17363e-05 9.20814e-06 1.51492e-05 1.62932e-05 7.21049e-06 5.47652e-06 8.93147e-06 9.0016e-06 7.11783e-06 3.38532e-06 5.71595e-06 5.92005e-06 -3.80887e-06 2.56787e-06 9.00413e-06 5.62916e-06 5.16981e-06 9.67319e-06 1.09879e-05 6.88766e-06 1.8418e-06 -1.73729e-06 -3.20658e-06 -4.97354e-06 -5.44697e-06 -5.45525e-06 -4.65061e-06 9.63658e-07 1.06811e-05 1.94574e-05 2.50545e-05 2.2422e-05 9.97168e-06 2.57688e-06 6.70973e-06 1.36761e-05 1.72461e-05 1.22306e-05 -1.77917e-06 -6.40707e-06 -7.13505e-06 1.11793e-06 1.0082e-05 2.00713e-05 1.30734e-05 1.64517e-05 1.49031e-05 8.88041e-06 3.86694e-06 3.50912e-06 1.80029e-06 7.3485e-07 4.50967e-06 9.96323e-06 1.2201e-05 1.20434e-05 1.46526e-05 1.59133e-05 1.36807e-05 8.9556e-06 4.98847e-06 5.16801e-06 1.7937e-06 -1.43399e-07 -6.12363e-07 -3.32361e-06 2.73423e-06 5.50052e-06 6.9053e-06 6.0462e-06 3.86731e-06 1.08079e-06 -1.10183e-06 -7.3497e-07 2.07923e-06 1.04665e-06 -2.0507e-07 6.10178e-06 1.5473e-05 2.22764e-05 2.65496e-05 2.61683e-05 1.80703e-05 8.07872e-06 4.73388e-06 4.82294e-06 6.86453e-06 5.14268e-06 -2.07467e-06 1.03887e-06 4.53336e-06 2.22686e-06 3.51376e-06 8.08921e-06 2.43586e-06 4.08067e-06 3.74274e-06 3.05281e-06 1.10242e-06 1.40191e-06 8.5652e-07 3.44862e-06 7.72277e-06 8.46662e-06 4.99368e-06 5.10724e-06 1.32728e-05 1.55512e-05 1.21468e-05 8.40773e-06 7.76115e-06 7.41003e-06 1.69203e-06 -1.59778e-06 -2.49438e-06 -4.3474e-06 -3.95777e-06 -3.97935e-07 4.18801e-06 5.36712e-06 4.99666e-06 3.08694e-06 4.124e-08 -7.46685e-07 2.0369e-06 2.18153e-06 5.27892e-07 5.41407e-06 6.09923e-06 9.5102e-06 1.43916e-05 1.67363e-05 1.46267e-05 9.84055e-06 5.39991e-06 2.8693e-06 2.2228e-06 2.85901e-06 1.73279e-06 9.16361e-07 -7.90194e-07 -3.83583e-07 3.66753e-06 1.77418e-06 1.46193e-06 -1.03742e-06 -3.50008e-06 -2.7776e-06 -4.49984e-07 -1.23679e-06 -4.22583e-06 -2.747e-06 9.45954e-07 2.64149e-06 3.77991e-06 7.25183e-06 7.05425e-06 4.70697e-06 6.91263e-06 8.11948e-06 8.02083e-06 7.21548e-06 3.72491e-06 1.50384e-06 9.06948e-07 5.95297e-07 -8.73271e-07 -1.84977e-06 -7.33681e-07 1.64946e-06 3.51246e-06 3.94137e-06 2.29759e-06 1.22579e-06 5.17765e-07 4.93117e-07 1.23776e-06 3.06408e-06 3.64914e-06 3.54667e-06 5.61599e-06 7.41898e-06 7.44903e-06 5.81996e-06 3.46857e-06 1.52941e-06 8.03409e-07 4.43842e-07 -2.65376e-07 8.6666e-07 2.29642e-06 2.01699e-06 3.35625e-06 4.16204e-06 2.99429e-06 2.08955e-06 8.86873e-07 -1.62459e-06 -9.07982e-07 2.35174e-07 -3.80089e-07 -3.94341e-07 2.3374e-07 9.37101e-07 1.29666e-06 2.29631e-06 1.81428e-06 1.84914e-06 4.32722e-06 6.74082e-06 8.43883e-06 8.7264e-06 6.51698e-06 3.41171e-06 1.54442e-06 1.37089e-06 1.32623e-06 1.57932e-06 1.98658e-06 1.94748e-06 1.94956e-06 2.54077e-06 2.75133e-06 2.34837e-06 1.83537e-06 1.29039e-06 1.17214e-06 1.43975e-06 1.45958e-06 1.06707e-06 1.05522e-06 1.57851e-06 1.60898e-06 8.28677e-07 -3.36598e-07 -1.44061e-06 -1.8219e-06 4.25742e-07 1.76004e-06 1.80478e-06 2.59811e-06 2.88099e-06 3.33613e-06 3.55713e-06 1.69955e-06 1.3369e-06 8.02416e-07 9.75566e-07 2.27527e-06 1.48576e-06 4.99706e-07 1.50321e-06 2.11637e-06 1.96933e-06 1.36982e-06 7.43199e-07 3.55964e-07 8.88901e-07 2.4589e-06 4.30728e-06 5.41935e-06 5.48554e-06 4.01162e-06 1.24406e-06 -1.50785e-06 -2.58806e-06 -1.78416e-06 -2.20225e-07 -4.32882e-07 -4.0262e-07 9.42914e-07 1.79454e-06 1.99517e-06 2.04484e-06 1.59887e-06 7.57765e-07 6.63338e-07 6.68849e-07 5.65249e-07 5.64544e-07 3.36019e-07 -5.68721e-07 -1.69507e-06 -1.99682e-06 -1.66974e-06 -6.79188e-07 8.0019e-07 2.461e-06 2.8491e-06 2.7944e-06 2.49329e-06 1.38573e-06 1.58685e-06 1.79893e-06 4.69519e-07 2.21733e-07 8.56231e-08 6.74777e-08 1.01758e-07 8.74906e-08 2.29929e-08 2.64158e-08 -8.35146e-09 -9.83297e-08 -1.59678e-07 -1.51735e-07 -4.37392e-08 -3.19918e-08 -1.33156e-07 -1.79288e-07 -2.16598e-07 -2.49527e-07 -1.70901e-07 -1.10715e-07 -2.04913e-07 -3.00493e-07 -2.28461e-07 6.67183e-08 2.72966e-07 3.47491e-07 1.84511e-07 1.48957e-08 3.46225e-07 7.89892e-07 9.26836e-07 6.65604e-07 7.20939e-07 9.61206e-07 1.3937e-06 1.77316e-06 1.50378e-06 1.00824e-06 1.0223e-06 1.08505e-06 5.83751e-07 6.80465e-08 -1.84082e-07 -1.97829e-07 -1.01801e-07 -1.63989e-07 -1.61435e-07 2.03668e-07 6.13302e-07 6.8178e-07 7.2393e-07 3.88931e-07 2.13975e-07 1.13981e-07 8.43631e-08 1.02669e-08 -4.24339e-08 7.59771e-08 1.22217e-07 4.77414e-09 -1.60228e-07 -2.43321e-07 -1.18621e-07 -7.01923e-08 -1.86132e-07 -2.84029e-07 -4.25255e-07 -4.73561e-07 -3.37356e-07 -2.59187e-07 -3.58782e-07 -4.82349e-07 -3.68864e-07 1.25343e-07 3.96753e-07 4.07124e-07 1.54866e-07 -7.49298e-08 1.87659e-07 9.10515e-07 1.18903e-06 6.4472e-07 8.91284e-07 1.42891e-06 2.26508e-06 3.07058e-06 2.71139e-06 2.05109e-06 2.05256e-06 1.62779e-06 8.40055e-07 1.54658e-07 -2.30519e-07 -1.5321e-07 -8.7651e-08 -3.94705e-07 -4.40451e-07 3.52713e-07 1.34061e-06 1.3288e-06 1.29924e-06 8.45597e-07 5.76349e-07 2.39636e-07 3.29803e-08 -1.08198e-07 -2.01116e-07 1.5268e-07 5.09621e-07 4.47734e-07 2.26306e-07 -6.28973e-08 -2.01568e-07 -1.31792e-07 -8.69768e-08 -1.7936e-07 -5.38708e-07 -7.13714e-07 -5.39196e-07 -4.781e-07 -6.00549e-07 -8.05174e-07 -6.64276e-07 1.88005e-07 6.407e-07 6.20476e-07 3.68336e-07 -1.30893e-07 -7.61795e-08 5.34968e-07 2.22963e-06 8.47653e-07 4.86971e-07 7.4915e-07 1.71289e-06 3.45264e-06 3.98079e-06 3.29618e-06 3.61845e-06 2.68926e-06 1.32883e-06 9.39485e-07 -7.03284e-08 2.09995e-07 1.35844e-07 -8.64486e-07 -1.2165e-06 8.36378e-08 1.99503e-06 2.33178e-06 2.58903e-06 1.6536e-06 1.23995e-06 6.40397e-07 2.98378e-07 1.6819e-07 7.62552e-08 4.26771e-07 1.03402e-06 1.23664e-06 8.81721e-07 5.92714e-07 1.65904e-07 -1.17569e-08 2.63885e-07 2.3555e-07 -4.03282e-07 -8.16298e-07 -6.82572e-07 -6.08612e-07 -7.49276e-07 -9.54371e-07 -1.01663e-06 1.57977e-07 1.12762e-06 1.20535e-06 1.18043e-06 1.12485e-06 -1.31913e-06 -1.88554e-06 1.7946e-06 5.29251e-06 -9.83311e-07 -1.12973e-06 -1.87213e-07 1.23265e-06 3.15255e-06 3.35206e-06 4.75649e-06 4.43261e-06 2.04517e-06 2.31741e-06 1.16209e-06 9.3921e-07 6.40651e-07 -1.33361e-06 -2.34977e-06 -1.01421e-06 1.84896e-06 3.50904e-06 4.53287e-06 2.94963e-06 2.29736e-06 1.45769e-06 1.20702e-06 1.4025e-06 1.02486e-06 1.20786e-06 1.71418e-06 1.95207e-06 1.80196e-06 1.99464e-06 1.52335e-06 7.94079e-07 1.06792e-06 9.46144e-07 -7.45968e-08 -5.87538e-07 -5.77435e-07 -6.02735e-07 -7.15049e-07 -4.69837e-07 -6.31675e-07 3.08048e-07 2.35585e-06 2.86772e-06 1.86569e-06 8.58293e-07 2.20192e-06 1.00263e-07 1.3165e-06 5.1372e-06 -2.9996e-06 -5.04156e-06 -2e-05 -2.67927e-06 7.18474e-07 1.81692e-06 4.49054e-06 7.29186e-06 3.35732e-06 4.84586e-06 3.45878e-06 1.92492e-06 1.33054e-06 -8.38128e-07 -2.20678e-06 -1.90426e-06 3.56077e-08 3.56332e-06 5.86597e-06 5.01326e-06 3.34597e-06 2.66472e-06 3.37889e-06 3.82276e-06 3.34329e-06 3.63754e-06 4.47149e-06 3.33809e-06 2.18851e-06 3.2451e-06 4.76836e-06 3.54233e-06 3.85614e-06 3.18088e-06 5.38348e-07 1.38218e-07 3.49533e-07 -1.38765e-07 -4.81922e-07 8.88913e-07 2.38081e-06 1.96459e-06 5.10558e-06 6.30854e-06 3.38247e-06 1.03835e-07 1.27552e-07 2.23874e-06 6.05621e-06 4.39644e-06 -2.23955e-06 -6.58291e-07 -1.05836e-05 -2e-05 -5.23526e-06 -6.6392e-08 2.27724e-06 8.14553e-06 8.16412e-06 7.43423e-06 6.8146e-06 1.98037e-06 1.35214e-06 4.33723e-07 -1.33319e-07 -1.46281e-06 -3.85802e-06 1.34078e-06 5.347e-06 6.82013e-06 4.42832e-06 3.59116e-06 6.81447e-06 8.32097e-06 5.58726e-06 5.14141e-06 7.20345e-06 9.4438e-06 3.42253e-06 2.42047e-06 6.01376e-06 7.21024e-06 7.12153e-06 7.71966e-06 2.3573e-06 9.36966e-07 2.29188e-06 1.65032e-06 1.72558e-07 2.4731e-06 8.08594e-06 7.89308e-06 9.40518e-06 9.31502e-06 7.10752e-06 1.09928e-06 -5.48429e-07 3.88397e-06 1.29825e-05 7.26998e-06 -7.2423e-07 -1.27345e-06 8.09722e-07 -2e-05 -2e-05 -1.78889e-05 -4.30004e-06 6.80574e-06 1.22409e-05 1.14127e-05 1.49749e-05 2.55837e-06 1.1035e-06 3.59295e-07 -6.31927e-08 1.92951e-06 -3.31136e-06 -3.23037e-06 4.4783e-06 7.36081e-06 5.01044e-06 3.89352e-06 9.48242e-06 1.46791e-05 7.834e-06 4.4737e-06 5.53662e-06 1.0758e-05 1.08114e-05 1.35079e-06 4.91102e-06 8.40944e-06 6.01299e-06 6.60891e-06 5.57082e-06 3.45421e-06 7.25717e-06 5.50431e-06 1.65461e-06 3.22585e-06 1.07192e-05 1.36813e-05 1.21112e-05 9.43144e-06 1.04603e-05 6.02714e-06 1.24616e-06 5.71629e-06 2.05358e-05 9.88817e-06 3.37083e-06 -5.82969e-06 3.24722e-06 -1.26603e-05 -2e-05 -2e-05 -2e-05 -2.83384e-07 1.63008e-05 1.43623e-05 2.11759e-05 7.69994e-06 2.08908e-06 -1.53114e-07 2.35587e-07 2.31884e-06 -6.00044e-07 -8.79337e-06 3.9013e-06 8.58245e-06 4.58457e-06 2.33688e-06 1.07491e-05 1.91959e-05 1.02546e-05 4.82378e-06 6.7215e-06 1.26052e-05 1.3768e-05 5.03859e-06 2.75883e-06 7.29554e-06 2.17188e-06 3.10247e-06 3.3224e-06 3.89982e-06 1.28953e-05 1.05015e-05 4.3789e-06 3.38587e-06 9.60883e-06 1.48537e-05 1.22522e-05 6.5394e-06 9.03721e-06 8.45874e-06 4.84122e-06 4.0782e-06 1.48067e-05 1.09349e-05 7.56305e-06 -2.31732e-06 -9.71092e-07 -2.3995e-06 -1.26911e-05 -9.74238e-06 -2e-05 -2e-05 2.15996e-05 1.43652e-05 1.69304e-05 1.17954e-05 4.31101e-06 1.17586e-06 3.61453e-06 8.06567e-06 3.69695e-06 -4.24363e-06 6.62116e-06 1.10821e-05 5.42116e-06 -1.34579e-06 9.76686e-06 1.80121e-05 1.1047e-05 6.55985e-06 7.99273e-06 1.36877e-05 1.72218e-05 9.31315e-06 5.50196e-07 3.50903e-06 1.83306e-06 6.12889e-09 -1.02076e-07 -2.93016e-06 8.77172e-06 9.57745e-06 4.94195e-06 4.13603e-06 7.78639e-06 1.41846e-05 1.1519e-05 3.07429e-06 1.17352e-05 9.72227e-06 4.12197e-06 2.26676e-06 8.0267e-06 1.09325e-05 7.88985e-06 3.2838e-06 -5.36563e-06 -4.40853e-07 -5.58943e-07 5.46904e-06 -2e-05 -2e-05 1.80694e-05 1.27467e-05 8.50024e-06 8.69694e-06 7.36126e-06 4.73377e-06 6.45255e-06 1.11453e-05 1.314e-05 2.7071e-06 1.09631e-05 1.42363e-05 1.04024e-05 -1.46522e-06 4.44255e-06 1.12878e-05 8.27238e-06 7.95993e-06 5.56869e-06 6.44245e-06 1.16728e-05 3.99124e-06 1.23258e-06 1.44518e-06 5.4371e-06 5.68172e-06 1.96925e-06 -3.62858e-06 9.23156e-07 1.71103e-06 1.86723e-06 2.77413e-06 7.35607e-06 1.72391e-05 1.23185e-05 1.71858e-06 1.24032e-05 1.95264e-05 1.98701e-06 2.60994e-06 8.77792e-06 1.00736e-05 6.1878e-06 7.97417e-06 1.8738e-06 -2.90928e-06 3.06705e-06 1.33132e-05 -8.10919e-06 -2e-05 5.01027e-06 1.31584e-05 4.21027e-06 2.90608e-06 9.80666e-06 8.35053e-06 8.42495e-06 1.27014e-05 1.79455e-05 8.38258e-06 1.3853e-05 1.98107e-05 1.16748e-05 1.94662e-06 3.61646e-06 8.15699e-06 7.82567e-06 9.46877e-06 6.8824e-06 2.03894e-06 3.61987e-06 1.87963e-06 3.09496e-06 1.16768e-06 3.95662e-06 1.04305e-05 4.9606e-06 2.44255e-06 -1.38629e-06 -4.86722e-06 -2.6166e-06 3.60807e-07 7.0959e-06 2.00433e-05 1.2238e-05 4.04678e-06 1.08775e-05 1.19735e-05 -3.65075e-08 -5.34701e-06 1.28991e-05 8.61696e-06 4.92991e-06 9.15834e-06 5.74252e-06 -1.89994e-06 1.89059e-06 1.02851e-05 3.21687e-06 -2e-05 -6.97154e-06 1.56486e-05 5.09239e-06 -2.31663e-06 5.79602e-06 8.45545e-06 1.01145e-05 1.36145e-05 1.65066e-05 8.77309e-06 1.26572e-05 1.82732e-05 1.08599e-05 1.45384e-06 9.45777e-06 2.42222e-05 2.18371e-05 1.62454e-05 1.24659e-05 3.4462e-06 1.52832e-06 1.46716e-06 2.46749e-06 -3.35184e-07 1.11509e-08 6.5947e-06 3.2388e-06 5.68321e-06 -8.47124e-07 -8.91458e-06 -6.46416e-06 -4.44844e-06 2.21324e-06 1.33097e-05 9.52825e-06 5.08329e-06 1.05713e-05 1.50914e-05 4.13315e-06 -5.27493e-06 1.1625e-05 5.31645e-06 4.6838e-06 1.23868e-05 1.16837e-05 -1.36868e-06 1.42185e-06 5.69369e-06 1.06618e-05 -7.36743e-06 -9.47276e-06 1.77583e-05 1.02762e-05 -3.14667e-06 -8.45864e-08 6.6875e-06 1.02781e-05 1.20361e-05 8.44381e-06 4.02093e-06 1.19199e-05 1.63294e-05 9.89638e-06 2.85098e-06 2.41365e-06 1.15172e-05 3.23397e-05 3.33964e-05 2.48128e-05 6.90266e-06 1.7868e-06 5.80325e-07 2.96424e-06 3.01208e-07 4.63273e-08 4.75744e-06 3.19712e-06 4.86168e-06 2.9171e-06 -7.47173e-06 -1.42641e-05 -1.86969e-05 -1.36141e-05 2.78206e-06 4.09491e-06 6.05931e-06 5.27076e-06 7.52381e-06 7.75811e-06 5.9931e-06 1.43491e-05 7.78846e-06 3.41176e-06 1.63191e-05 2.03343e-05 3.90334e-06 2.7888e-06 8.146e-06 1.32614e-05 2.02519e-06 -2.82873e-06 2.55823e-05 1.75514e-05 1.92634e-06 -1.82907e-06 1.19043e-05 2.05656e-05 1.40378e-05 2.76297e-06 7.44663e-06 1.76884e-05 1.51842e-05 1.13465e-05 6.67816e-06 4.73539e-06 4.05776e-06 1.32046e-05 3.48257e-05 1.61874e-05 4.3874e-06 -4.70639e-07 -5.94994e-07 5.63318e-06 3.26359e-06 1.69424e-06 5.72223e-06 2.6073e-06 4.01541e-06 4.92265e-06 -8.48766e-06 -2e-05 -2e-05 -2e-05 -1.50268e-05 -1.7653e-06 9.51568e-06 1.85105e-06 -1.3256e-08 1.8892e-06 7.64863e-06 1.45321e-05 1.13376e-05 1.95633e-06 9.96496e-06 1.64548e-05 3.65186e-06 2.16206e-06 1.09949e-05 1.32041e-05 3.60983e-06 4.19507e-06 3.89964e-05 2.5156e-05 1.15104e-06 -1.57011e-06 7.93966e-06 1.3796e-05 4.61694e-06 1.06474e-06 2.27224e-05 2.06378e-05 1.66419e-05 1.43708e-05 8.1676e-06 1.15083e-05 1.20367e-05 1.08007e-05 1.92426e-05 8.97214e-06 -3.30173e-08 -1.20121e-06 -3.06623e-06 6.53169e-06 1.18468e-05 9.87136e-06 7.38707e-06 5.53398e-06 3.20876e-06 3.45176e-06 -9.89005e-06 -2e-05 -2e-05 -2e-05 -2e-05 -5.26608e-06 2.1888e-05 -7.73255e-06 -9.46997e-06 -8.13845e-06 1.90571e-06 6.55982e-06 8.53359e-06 2.96832e-06 3.59731e-06 8.69491e-06 -5.00401e-07 -5.72527e-06 1.03514e-05 9.07301e-06 8.54986e-07 -2.17349e-06 3.12439e-05 2.47479e-05 -1.5533e-06 1.45418e-06 1.52167e-06 -9.86531e-06 -7.24699e-06 -8.92955e-06 2.22177e-05 1.54467e-05 1.80304e-05 1.31172e-05 -4.43681e-06 7.15109e-06 1.62343e-05 2.1008e-05 3.63904e-05 2.48689e-05 8.0481e-06 -2.09896e-06 -9.87736e-06 2.42341e-06 1.52258e-05 2.47976e-05 3.61794e-05 1.16496e-05 7.04914e-06 7.64373e-06 -4.61276e-06 -9.403e-06 -2e-05 -2e-05 -8.68085e-06 8.88155e-06 1.84179e-05 -9.76585e-06 -8.11203e-06 -5.76432e-06 -1.06334e-05 -1.04363e-05 -1.3767e-06 -6.08629e-06 6.72048e-07 2.73259e-06 4.13316e-06 -5.22224e-06 1.69218e-06 9.43945e-06 8.11776e-06 -1.01418e-05 -2e-05 -1.42902e-05 -2.35807e-06 8.37036e-06 3.12083e-06 -1.00399e-05 -2e-05 -5.04511e-06 -2.19189e-06 1.0124e-05 1.77593e-05 1.21394e-05 -1.14684e-05 -2.65435e-06 8.16323e-06 1.91222e-05 3.62094e-05 3.57231e-05 1.37167e-05 -1.16439e-06 -3.63969e-07 1.22057e-05 2.9672e-05 1.44868e-05 5.37652e-05 3.94651e-05 1.67647e-05 1.31803e-05 -9.01801e-07 8.90273e-06 1.74668e-06 -1.92324e-06 -1.6247e-05 -2e-05 -2e-05 -1.81463e-05 -4.85182e-06 6.61538e-07 -7.07829e-06 -9.66477e-06 -4.37746e-07 2.52735e-06 1.94217e-05 1.13247e-05 4.01157e-06 -7.45062e-07 5.94119e-07 3.17128e-06 7.78234e-06 -1.5678e-06 -1.85493e-05 -2e-05 -1.57202e-05 1.27476e-05 7.29917e-06 -1.9918e-05 -2e-05 3.21572e-06 6.65548e-06 2.3495e-06 1.06217e-05 9.77921e-06 -2.31776e-06 -3.747e-06 3.04918e-08 8.86543e-06 1.87962e-05 2.16688e-05 1.16303e-05 -4.75019e-06 1.65688e-05 2.02829e-05 1.56153e-05 1.69482e-05 8.22752e-05 8.1759e-05 3.77763e-05 5.49073e-06 -1.42942e-06 1.67332e-05 1.81145e-05 2.23623e-05 1.87359e-05 2.07978e-06 -9.11635e-06 1.14221e-06 8.80453e-06 8.54621e-06 4.80877e-07 2.92763e-07 1.03849e-05 2.31368e-05 6.78912e-05 3.26345e-05 4.94707e-06 1.88446e-06 -1.76333e-06 -9.49547e-06 -9.6576e-06 1.21796e-05 1.67494e-05 -3.6857e-06 -1.39112e-05 9.53189e-06 1.22911e-05 4.66726e-06 -5.59468e-06 1.1147e-05 2.16357e-05 -8.32072e-07 4.71901e-06 -3.21199e-06 -3.69748e-06 2.36264e-06 6.23353e-06 8.32444e-06 5.97835e-06 9.56662e-06 7.09514e-06 -6.56879e-06 8.5646e-06 2.11234e-05 1.93237e-05 4.33593e-05 6.03667e-05 3.02083e-05 1.37038e-05 -2e-05 -1.16964e-05 1.29387e-05 2.23002e-05 1.80338e-05 7.73884e-06 2.54814e-06 3.65943e-06 1.39279e-06 1.63758e-06 4.51958e-06 3.39598e-06 1.48573e-05 9.70614e-06 6.25111e-06 1.42208e-05 5.50158e-06 -1.20041e-05 8.19098e-06 3.68049e-06 -1.39863e-05 -2e-05 7.87009e-06 3.23021e-05 3.83455e-05 1.45258e-05 2.7889e-06 5.02284e-06 4.95746e-06 2.86867e-06 1.6077e-05 3.13884e-05 5.95798e-06 7.19972e-06 -1.03432e-06 -2.50118e-06 4.39503e-06 1.91241e-05 2.32305e-05 1.05037e-05 7.4644e-06 -7.97226e-08 -4.13968e-06 -3.49688e-06 5.63389e-06 1.47695e-05 4.82957e-05 4.74309e-05 2.31654e-05 -6.54271e-06 -1.67284e-05 -1.00246e-05 9.5496e-06 2.52179e-05 1.33978e-05 -6.20588e-06 -3.73414e-06 1.29391e-05 5.49506e-06 1.46376e-06 1.03945e-06 5.08956e-06 3.13057e-06 -9.10354e-06 -3.36912e-06 7.04465e-07 -5.1648e-06 -1.82427e-05 -2.3796e-06 1.54079e-05 2.03897e-06 -1.81496e-05 1.23546e-06 2.04298e-05 3.32135e-05 1.85266e-05 1.5739e-06 -7.07691e-07 -3.61045e-06 -5.63697e-07 9.59447e-06 2.58741e-05 5.85768e-06 4.4902e-06 -4.1115e-07 -4.42787e-06 -1.79329e-07 1.06446e-05 2.17617e-05 2.08467e-05 6.63007e-06 -9.31944e-06 -4.3913e-06 -7.44105e-06 -4.13808e-06 9.3231e-06 3.38114e-05 4.41206e-05 2.4255e-05 5.77487e-07 6.92637e-06 7.21163e-06 1.31328e-05 3.40771e-05 2.12148e-05 5.83126e-06 -5.3011e-06 -7.39335e-06 -1.86853e-05 -2e-05 -1.66064e-06 2.03098e-05 1.44253e-05 -2.70773e-06 3.71079e-06 1.26109e-05 6.83845e-06 -1.13157e-06 2.08471e-06 1.10829e-05 9.05562e-06 3.31968e-06 -2.20504e-06 6.31428e-06 1.35324e-05 1.13153e-05 5.57106e-06 2.9768e-06 2.88286e-06 9.03217e-06 9.65307e-06 7.33663e-06 7.98027e-06 5.23197e-06 2.21597e-06 7.26046e-07 4.06408e-06 5.63813e-06 9.08045e-06 1.31717e-05 6.56834e-06 -4.65937e-06 -3.63813e-06 -3.32474e-06 -7.61211e-06 3.29149e-06 1.93107e-05 2.35099e-05 1.57565e-05 3.86539e-06 -8.96369e-07 4.5771e-06 6.90936e-06 4.09461e-05 4.18224e-05 2.07191e-05 -9.3648e-07 -2e-05 -2e-05 -2e-05 -5.86151e-06 1.55159e-05 4.52158e-06 -2e-05 -1.73055e-05 8.10765e-06 1.0548e-05 5.96878e-06 3.47528e-06 4.60732e-06 9.3248e-08 -1.7272e-06 -4.57441e-07 1.31922e-05 2.35389e-05 2.37226e-05 1.35974e-05 4.97054e-06 3.18088e-06 1.23969e-05 1.94422e-05 1.04318e-05 1.57084e-05 1.36429e-05 7.39159e-06 5.276e-06 8.82754e-06 1.75694e-05 1.45582e-05 9.45529e-06 5.90803e-06 2.73731e-06 4.49238e-06 8.66247e-07 -4.11595e-06 -1.75796e-06 9.5843e-06 1.46671e-05 7.32885e-06 6.89799e-06 -7.17688e-06 9.20085e-06 7.48018e-06 2.01334e-05 3.49789e-05 3.3396e-05 2.13882e-05 4.55434e-06 -3.12663e-06 6.36977e-07 7.04387e-07 3.60255e-06 2.44995e-06 -9.71152e-06 -8.34989e-06 -3.88516e-06 5.78676e-06 1.06466e-05 1.00052e-05 9.33456e-06 1.3836e-06 -8.3453e-06 -6.20245e-06 1.3131e-05 2.74597e-05 2.63518e-05 1.39723e-05 2.66112e-06 -1.70874e-06 3.95086e-06 1.25761e-05 1.3283e-05 8.15599e-06 7.32933e-06 5.23065e-06 3.9602e-06 2.98311e-06 1.38098e-05 2.26575e-05 1.78873e-05 1.62817e-05 1.25317e-05 6.37473e-06 6.47876e-06 6.22018e-06 7.0762e-06 8.08851e-06 8.30068e-06 4.51601e-06 5.22932e-06 -9.30091e-08 2.55419e-06 2.85594e-06 7.09694e-06 1.94974e-05 2.85868e-05 2.80935e-05 1.97084e-05 1.10022e-05 5.78287e-06 3.31106e-06 2.83655e-06 2.87289e-06 5.62967e-06 5.54893e-06 4.07444e-06 7.79925e-06 1.29491e-05 1.44684e-05 1.31309e-05 9.25367e-06 6.61636e-06 9.7409e-06 1.43809e-05 1.46038e-05 1.24604e-05 7.96042e-06 1.96962e-06 -1.84358e-06 -5.21489e-07 5.93923e-06 8.87343e-06 1.85249e-06 -1.6166e-06 -4.20732e-06 -1.48276e-06 9.37221e-07 1.23053e-05 7.15388e-06 9.936e-06 1.38588e-05 1.66404e-05 1.51093e-05 1.13409e-05 1.04213e-05 1.24065e-05 1.39747e-05 1.09171e-05 6.3381e-06 5.40969e-06 3.68196e-06 -1.72802e-06 -2.62007e-06 3.08106e-06 1.43685e-05 2.26602e-05 2.65912e-05 2.18683e-05 1.28797e-05 5.54427e-06 2.50069e-06 3.61993e-06 5.41437e-06 5.12887e-06 7.58831e-06 1.27323e-05 9.153e-06 7.72493e-06 1.14788e-05 1.56034e-05 1.29926e-05 6.39705e-06 4.60017e-06 5.52539e-06 5.323e-06 3.69664e-06 1.50497e-06 -1.24265e-06 -8.06073e-07 -1.50009e-06 8.95794e-08 3.23144e-06 1.4776e-07 -3.23825e-06 -4.04292e-06 -8.01161e-07 -1.12012e-06 5.02261e-07 1.71711e-06 4.58922e-06 5.83601e-06 5.35791e-06 5.85502e-06 1.30891e-05 1.86996e-05 1.7876e-05 1.49932e-05 1.13559e-05 9.01003e-06 7.71826e-06 3.19125e-06 -1.41215e-06 -1.83618e-06 -6.24303e-07 4.42371e-06 1.03862e-05 1.46062e-05 1.57692e-05 1.3718e-05 8.68413e-06 3.75792e-06 2.81536e-06 6.3114e-06 7.47279e-06 6.30188e-06 6.19612e-06 6.32537e-06 2.98857e-06 4.61043e-06 6.39356e-06 5.82669e-06 4.1521e-06 3.91958e-06 5.47798e-06 6.25048e-06 4.1836e-06 9.00088e-07 -5.88066e-07 -1.27363e-06 -4.9053e-08 1.50643e-06 1.70714e-06 -1.19772e-06 -3.48151e-06 -2.65092e-06 -3.42835e-07 -6.85199e-07 -2.98739e-06 -2.50456e-06 3.459e-07 2.85896e-06 3.29847e-06 1.98178e-06 3.66262e-06 8.01269e-06 1.16963e-05 1.28432e-05 1.1656e-05 8.33188e-06 3.93996e-06 2.38593e-06 3.90761e-06 2.75462e-06 -2.78324e-07 -6.44581e-07 1.70776e-06 3.99551e-06 6.32265e-06 8.59272e-06 8.28944e-06 5.13387e-06 3.41071e-06 3.48401e-06 3.94186e-06 4.00685e-06 3.2283e-06 2.67877e-06 1.95715e-06 2.22982e-06 2.688e-06 2.77724e-06 2.93459e-06 3.68678e-06 4.65786e-06 4.50311e-06 1.68795e-06 -3.73981e-07 1.01108e-06 1.9039e-06 2.02583e-06 2.15514e-06 3.19245e-06 1.37747e-06 1.45066e-06 1.48526e-06 1.75011e-06 3.26988e-06 2.98748e-06 6.76693e-07 -1.65202e-06 -2.22659e-06 7.66355e-07 2.30036e-06 9.56238e-07 -3.06381e-07 2.22936e-06 5.39136e-06 7.70395e-06 7.97393e-06 6.80479e-06 3.67191e-06 1.36644e-06 1.28351e-06 9.20592e-07 -2.60109e-06 -2.82668e-06 -6.17621e-07 9.5645e-07 3.34904e-06 5.45281e-06 5.80397e-06 4.90994e-06 4.59801e-06 4.39201e-06 3.85384e-06 3.21983e-06 2.6038e-06 2.06331e-06 1.62688e-06 1.52157e-06 1.7378e-06 2.11027e-06 2.38038e-06 2.17133e-06 1.0793e-06 -7.03646e-08 6.85742e-07 1.70759e-06 1.60299e-06 1.12834e-06 1.25062e-06 1.59473e-06 2.09218e-06 1.17654e-06 1.40675e-07 1.71293e-07 1.47368e-06 1.99943e-06 3.20181e-07 -3.16041e-08 3.39728e-07 7.92173e-07 6.62564e-07 8.35394e-08 7.53668e-09 1.03923e-06 2.36004e-06 3.4628e-06 3.94701e-06 4.18437e-06 3.97163e-06 1.56337e-06 -1.39653e-06 -8.47952e-07 1.82227e-06 2.2958e-06 2.80991e-07 -6.0814e-07 7.22438e-07 2.73528e-06 4.02343e-06 4.24063e-06 3.62194e-06 2.35166e-06 1.39044e-06 3.88674e-07 -3.53025e-07 -3.73118e-07 5.57748e-08 5.55852e-07 9.88166e-07 1.37652e-06 1.82285e-06 2.55053e-06 2.35913e-06 1.75029e-06 1.44686e-06 1.65656e-06 1.19962e-06 7.08829e-07 1.75098e-06 2.3627e-06 2.39439e-07 3.34547e-07 3.27297e-07 2.84035e-07 3.64386e-07 4.35516e-07 3.9676e-07 4.83127e-07 4.63453e-07 3.30179e-07 2.47037e-07 1.50651e-07 -4.27314e-08 -2.05057e-07 -1.73439e-07 -3.47124e-08 -5.54066e-08 -3.26911e-08 3.21673e-08 -7.54815e-08 -2.60447e-07 -4.17259e-07 -4.33426e-07 -7.60912e-08 4.24239e-07 5.58548e-07 2.56372e-07 -1.77284e-07 -7.63897e-08 2.78955e-07 4.3442e-07 5.33553e-07 6.44195e-07 5.77313e-07 4.88525e-07 3.11821e-07 6.30739e-08 -2.91423e-07 -7.20607e-07 -6.56335e-07 -7.06801e-07 -7.48405e-07 -3.28691e-07 3.03946e-07 5.08428e-07 2.53179e-07 -1.3344e-07 -3.80406e-07 -3.60953e-07 -1.08435e-07 4.04112e-07 7.27874e-07 6.86214e-07 4.87754e-07 5.01054e-07 5.28319e-07 4.37406e-07 7.22949e-07 8.54381e-07 7.69133e-07 7.40115e-07 5.10884e-07 1.69953e-07 -2.22597e-07 -2.35557e-07 -4.60298e-08 -1.09386e-07 -8.31625e-08 4.5198e-08 -1.03788e-07 -3.66889e-07 -5.79788e-07 -6.1899e-07 -5.4507e-08 7.64946e-07 8.64066e-07 3.12766e-07 -2.56729e-07 -1.36956e-07 4.21652e-07 7.33719e-07 9.49155e-07 1.49239e-06 1.09102e-06 7.27438e-07 7.67978e-07 4.65272e-07 -9.75402e-08 -5.10904e-07 -6.95802e-07 -1.02297e-06 -1.19169e-06 -5.54642e-07 5.62424e-07 8.50578e-07 3.82971e-07 -1.94518e-07 -5.67254e-07 -5.48998e-07 -2.59052e-07 3.20728e-07 1.17043e-06 1.12851e-06 8.48274e-07 5.04077e-07 2.70426e-07 -1.81527e-07 4.07237e-07 9.33406e-07 1.25802e-06 1.6191e-06 1.4586e-06 9.03693e-07 1.29064e-07 -1.36935e-07 9.51366e-09 -1.66026e-07 -1.82205e-07 5.81529e-08 -5.55295e-08 -4.64272e-07 -7.75168e-07 -8.01832e-07 -3.36904e-08 1.21209e-06 1.44659e-06 6.27492e-07 -4.66467e-07 -2.86761e-07 -6.31835e-08 4.44516e-07 8.22462e-07 1.79006e-06 1.85614e-06 3.82557e-07 5.66696e-07 8.63515e-07 6.58457e-07 5.72139e-07 7.81025e-08 -8.16309e-07 -1.56459e-06 -1.04384e-06 8.12676e-07 1.42647e-06 7.02777e-07 -2.75229e-07 -6.9096e-07 -3.93033e-07 -3.7682e-07 -1.91544e-07 1.21668e-06 1.23266e-06 1.16263e-06 1.0695e-06 6.44727e-07 -1.96574e-06 -1.02057e-06 1.0269e-06 1.07848e-06 1.92713e-06 2.52693e-06 2.21092e-06 1.23347e-06 5.57533e-07 4.42452e-07 9.97531e-08 5.93481e-09 9.4262e-08 2.25028e-08 -4.46033e-07 -7.54421e-07 -7.70521e-07 -7.02427e-08 1.49961e-06 2.48913e-06 1.55997e-06 -5.32153e-07 -9.20996e-07 -6.93935e-07 -8.36583e-07 3.52417e-07 1.16825e-06 2.66858e-06 -1.11955e-06 -4.6065e-06 -5.95204e-07 7.56825e-07 1.86069e-06 1.52327e-06 3.40587e-07 -9.19509e-07 -1.61332e-06 7.72704e-07 2.0751e-06 1.2529e-06 -2.28737e-07 -1.00515e-06 -2.7342e-07 1.79938e-08 -6.9415e-07 2.27459e-07 6.36155e-07 8.40388e-07 2.15107e-06 3.51005e-06 1.37951e-06 2.13942e-06 6.59165e-06 6.19446e-06 1.44909e-06 2.3924e-06 3.52063e-06 3.29844e-06 2.42201e-06 1.70009e-06 1.05791e-06 1.21853e-06 9.61804e-07 1.91848e-07 -4.12939e-07 -6.42848e-07 -4.04811e-07 3.33638e-08 1.09679e-06 3.42596e-06 3.47488e-06 5.66778e-08 -8.99227e-07 2.77199e-06 -7.33337e-07 -2.76175e-07 -1.56272e-08 2.7072e-06 -6.14074e-07 -1.20819e-05 -1.13964e-05 -1.84413e-06 3.76481e-06 4.15804e-06 1.30906e-06 1.47114e-06 -2.11105e-06 4.57092e-07 2.70782e-06 2.15559e-06 2.42398e-07 -1.26704e-06 -1.54399e-06 5.08819e-07 4.51749e-07 -2.81014e-06 -5.14697e-07 -4.02753e-07 2.89714e-06 7.53711e-06 9.20073e-06 1.1286e-05 5.88174e-06 6.75487e-06 5.79211e-06 2.14399e-06 2.90188e-06 5.1636e-06 5.24725e-06 3.61802e-06 2.22867e-06 3.04884e-06 4.06238e-06 1.56688e-06 -4.8374e-08 -3.71208e-07 2.60732e-07 5.93636e-07 8.59596e-07 3.40938e-06 6.12614e-06 6.64546e-07 -2.03672e-08 6.90134e-06 4.28848e-06 -1.49807e-06 -1.29651e-06 1.00856e-06 2.84484e-06 -1.04696e-05 -1.94583e-05 -1.13804e-05 3.90564e-06 8.71784e-06 3.13616e-06 3.35555e-06 -2.27693e-06 -6.11243e-07 3.6743e-06 3.25086e-06 6.0502e-07 -7.57493e-07 -1.82411e-06 -1.15875e-06 1.29228e-06 -4.04901e-06 -7.17685e-06 -2.37697e-06 2.9101e-06 1.18672e-05 1.3383e-05 1.6405e-05 9.80546e-06 2.61568e-06 3.13464e-06 3.10687e-06 3.85363e-06 3.29325e-06 2.40467e-06 8.16825e-07 2.38145e-07 3.4073e-06 8.49191e-06 6.66772e-06 1.58809e-06 8.3115e-07 1.59733e-06 1.65362e-06 9.80342e-07 4.27086e-06 9.88864e-06 1.05898e-06 -1.85315e-06 3.50702e-06 6.6707e-06 -9.03107e-07 -2.60219e-06 -1.01294e-06 4.85742e-06 -3.43776e-07 -1.41894e-05 -1.54185e-05 -5.869e-06 9.73662e-06 5.02911e-06 3.13596e-06 -2.39739e-06 -1.11614e-05 5.34328e-06 3.80632e-06 3.19922e-07 2.53717e-07 -1.02285e-07 -1.30151e-06 5.52597e-07 -7.49334e-07 -8.42203e-06 -1.48085e-05 1.56016e-06 1.74281e-05 1.50987e-05 1.29514e-05 8.04083e-06 8.57259e-06 8.13486e-07 -1.05961e-06 -1.80973e-06 1.18411e-05 9.97658e-06 1.03539e-06 -8.32047e-06 -6.18543e-07 1.02401e-05 1.51673e-05 8.44614e-06 4.32313e-06 5.19996e-06 2.40313e-06 8.67798e-07 7.44013e-06 1.61347e-05 1.9403e-06 -3.52881e-06 4.45595e-07 3.41269e-06 8.06797e-07 -1.44543e-06 -2.46861e-06 3.08367e-06 5.87705e-06 -3.52219e-06 -9.30875e-06 -1.31947e-05 -1.07639e-05 -2.1299e-06 2.33139e-06 -9.7425e-08 -2e-05 1.54739e-06 3.61688e-06 6.26383e-07 8.87688e-07 1.80274e-06 -1.30185e-06 4.61384e-08 -4.44926e-08 -4.12487e-06 -1.63386e-05 -7.52852e-06 2.41917e-05 1.58722e-05 1.04925e-05 5.07383e-06 5.77024e-06 5.89104e-06 -4.35774e-06 -5.13202e-06 1.09726e-05 1.08939e-05 7.98545e-06 -1.0698e-05 -2e-05 5.28226e-06 2.21444e-05 1.91094e-05 8.17208e-06 6.79106e-07 1.0168e-06 9.47414e-07 8.94362e-06 1.177e-05 3.31373e-06 -3.28952e-06 -1.97712e-06 1.28766e-05 7.40714e-06 1.18203e-06 -3.22601e-06 1.38393e-06 5.79214e-06 4.07176e-06 5.10121e-07 -9.50658e-06 -2e-05 -1.93143e-05 -5.36409e-06 4.5475e-06 -9.47675e-06 -4.75769e-07 2.49319e-06 1.05175e-06 1.84259e-06 1.16274e-06 -1.41191e-06 5.4767e-07 8.82436e-07 4.71975e-06 -1.4744e-05 -1.69343e-05 2.94198e-05 1.51827e-05 9.05472e-06 8.98171e-06 7.88733e-06 5.65366e-06 -3.31064e-06 -3.14279e-06 7.41963e-06 9.07719e-06 8.73655e-06 -5.16881e-06 -2e-05 -2.7079e-06 2.41703e-05 2.40319e-05 1.55447e-05 2.05421e-06 8.00075e-07 3.18287e-06 7.71807e-06 1.40244e-05 5.35925e-06 5.74559e-06 4.38094e-06 6.24177e-06 9.14836e-06 -6.47005e-06 -4.78164e-06 -4.06934e-07 2.79048e-06 7.55357e-06 8.15145e-06 -3.29632e-07 -1.71082e-05 -1.87039e-05 -6.7588e-06 2.79944e-06 4.01092e-07 2.22098e-07 -1.08405e-06 1.06173e-06 3.48635e-06 2.49764e-06 -4.06929e-07 2.1931e-06 5.35708e-06 1.51504e-05 -7.31141e-06 -1.44685e-05 2.17114e-05 1.44907e-05 8.71565e-06 1.38161e-05 9.72836e-06 9.74758e-06 1.89506e-06 1.93074e-06 6.58216e-06 1.29616e-05 7.25259e-06 -9.42146e-06 -2e-05 -2e-05 1.67641e-05 2.25286e-05 1.87847e-05 9.42015e-06 9.06925e-06 9.45739e-06 5.57289e-06 8.63047e-06 1.3378e-05 1.57838e-05 7.50007e-06 1.38708e-06 -1.14705e-06 -2e-05 -1.03191e-05 -5.21965e-06 -3.03738e-06 7.99303e-06 1.04234e-05 5.80472e-06 -6.46494e-06 -1.37749e-05 -6.39861e-06 -1.91825e-06 2.58194e-06 4.33177e-06 -4.87508e-06 -4.49048e-07 4.48989e-06 1.20956e-06 1.15689e-06 3.7004e-06 1.23455e-05 2.14264e-05 9.56113e-06 -8.71654e-06 1.24526e-05 1.46292e-05 1.2659e-05 1.91156e-05 1.28963e-05 1.39444e-05 6.09066e-06 4.17869e-06 8.07158e-06 2.01462e-05 8.7508e-06 -3.54567e-06 -2e-05 -2e-05 -6.43607e-06 1.37407e-05 1.68275e-05 1.54247e-05 1.86334e-05 1.57207e-05 4.07996e-06 9.22248e-06 2.24039e-05 2.3512e-05 1.02584e-05 -1.19836e-06 -7.52696e-06 -2e-05 -1.0193e-05 -8.11361e-06 -1.20951e-05 4.54952e-06 8.64146e-06 6.49802e-06 2.70852e-06 -9.57795e-06 -6.46825e-06 -5.2257e-06 -1.25406e-06 5.96012e-06 -8.41769e-06 -7.59296e-06 4.13894e-06 -1.61744e-06 -1.63251e-06 3.76076e-06 1.26577e-05 2.06707e-05 1.5614e-05 4.22405e-06 7.85739e-06 1.21369e-05 1.61115e-05 2.33184e-05 1.58041e-05 1.49733e-05 8.18043e-06 5.47416e-07 5.12411e-06 1.71269e-05 1.4481e-05 -1.40223e-06 -1.91115e-05 -2e-05 -1.72917e-05 -3.47834e-06 1.03918e-05 1.84101e-05 2.19035e-05 1.8336e-05 1.64527e-05 1.38075e-05 1.94674e-05 2.0352e-05 1.02866e-05 2.27902e-07 -2.54582e-06 -1.59006e-05 -7.94632e-06 -4.76797e-06 -1.27997e-05 1.39626e-06 5.40048e-06 4.247e-06 8.25829e-06 -3.28399e-06 -6.24976e-06 -3.15384e-06 -1.00802e-05 8.58962e-07 -1.0192e-05 -1.84938e-05 3.35898e-06 -9.69084e-07 3.11921e-07 8.03802e-06 9.33263e-06 1.81263e-05 2.03444e-05 1.30191e-05 8.01786e-06 8.97399e-06 1.30906e-05 2.62652e-05 1.64506e-05 1.29661e-05 6.4128e-06 -1.52063e-06 2.17564e-07 1.1696e-05 1.56085e-06 -6.4158e-06 -1.15119e-05 -1.65519e-05 -1.42359e-05 -1.79298e-05 -9.77998e-06 8.54086e-06 2.27999e-05 2.91296e-05 2.7711e-05 1.71757e-05 1.25681e-05 1.42932e-05 9.89165e-06 5.9814e-06 5.2551e-06 -8.78203e-06 -8.32603e-06 -2.00504e-06 -4.90234e-06 3.1927e-06 4.5115e-06 1.32832e-06 6.8799e-06 4.14306e-07 -1.83651e-06 -6.04765e-07 -7.01601e-06 -3.31784e-07 -1.78388e-06 -9.03818e-06 1.29598e-06 5.18724e-07 6.57296e-06 1.37714e-05 8.23568e-06 1.34471e-05 2.40389e-05 2.71572e-05 8.65608e-06 1.86633e-06 1.01673e-05 1.23747e-05 1.83925e-05 1.03951e-05 2.73886e-06 2.81874e-06 -4.16783e-07 2.19586e-06 1.77289e-07 4.11897e-06 3.14505e-06 -9.5831e-06 -1.3357e-05 -2e-05 -2e-05 -2e-05 2.10248e-05 4.41999e-05 3.43813e-05 1.64931e-05 9.28736e-06 1.03922e-05 9.81927e-06 7.83384e-06 7.42303e-06 -3.10297e-06 -1.1295e-05 -6.30351e-06 1.7259e-06 7.54556e-06 5.81508e-06 2.49081e-06 3.02725e-06 -2.58699e-06 4.41987e-06 2.16566e-06 -9.4451e-06 -4.14574e-06 5.14831e-06 -7.54739e-06 2.00148e-07 1.06087e-06 1.09718e-05 1.50255e-05 8.07552e-06 1.07052e-05 1.58376e-05 2.83751e-05 2.25197e-05 3.96795e-06 2.89196e-06 3.01839e-05 2.12801e-05 7.11422e-06 3.36843e-06 5.60717e-06 4.23614e-06 8.41969e-07 4.98948e-06 1.63407e-05 1.54888e-05 -1.6612e-07 -1.16432e-05 -2e-05 -2e-05 -2e-05 -1.04582e-05 6.1887e-05 4.60197e-05 1.0127e-05 -7.78363e-06 -4.02571e-06 4.11725e-06 2.0636e-06 3.12964e-06 7.25268e-07 -1.33549e-05 -1.29426e-05 7.43728e-06 6.70326e-06 7.13731e-06 7.24623e-06 -3.81667e-06 -2e-05 3.50571e-06 6.65812e-06 -1.14504e-05 -1.23721e-05 2.68884e-06 -2.45498e-06 -7.79017e-06 -6.52323e-06 5.84801e-06 1.32222e-05 1.58641e-05 3.34497e-07 2.22011e-06 1.58093e-05 1.97327e-05 1.78127e-05 1.62349e-05 1.0203e-05 6.01153e-07 -3.14606e-06 -2.73567e-06 2.74928e-06 7.7791e-06 6.45933e-06 1.47029e-05 2.55528e-05 1.92202e-05 1.03459e-05 -4.61487e-06 -2e-05 -2e-05 -2e-05 -2e-05 1.35453e-05 5.47807e-05 1.29269e-05 -9.50319e-06 -4.17925e-06 -4.26968e-06 -4.85844e-06 3.50976e-06 2.0933e-05 3.00229e-06 -2.49334e-06 1.26218e-05 1.01618e-05 1.74582e-05 3.63817e-05 1.35686e-05 -1.57582e-05 -1.55159e-05 -3.47248e-06 2.78982e-06 2.71626e-06 -1.46279e-06 -3.5469e-07 -1.0815e-05 -1.30739e-05 -8.86117e-06 4.57674e-06 1.36338e-05 2.95429e-07 -2.62281e-06 8.8641e-06 1.37362e-05 1.89569e-05 2.26916e-05 1.36713e-05 8.90064e-07 -8.19281e-06 -3.66637e-06 9.96959e-07 4.34822e-06 3.52103e-06 1.89158e-05 3.09971e-05 2.69809e-05 2.82426e-05 1.04483e-05 -1.07043e-05 -2e-05 -2e-05 -2e-05 -2e-05 9.80105e-06 2.12781e-05 1.14794e-05 5.34203e-06 -1.19392e-06 -3.80562e-06 5.57661e-07 2.44744e-05 1.27008e-05 2.9814e-07 1.12025e-05 7.46347e-06 6.18652e-06 2.31752e-05 1.91039e-05 5.48855e-08 -8.40307e-06 -6.51953e-06 2.51433e-06 1.02667e-05 -5.40224e-06 -1.32958e-05 -1.92522e-05 -1.22382e-05 -3.41263e-06 1.20259e-05 5.73406e-06 2.38002e-06 -7.14084e-06 -7.39231e-07 5.11299e-06 1.54491e-05 1.90273e-05 9.45066e-06 2.88729e-06 -7.68546e-06 -5.00356e-06 1.60102e-05 2.4215e-05 3.58112e-06 1.44962e-05 4.59305e-05 4.71791e-05 3.73984e-05 2.16257e-05 1.46029e-05 7.81136e-06 -7.1862e-07 -2e-05 -2e-05 -5.73156e-06 1.54218e-05 3.34572e-05 2.09996e-05 3.27053e-06 -6.62002e-06 -7.96788e-06 8.54114e-06 1.93085e-06 -1.7847e-05 -1.00334e-05 -2.67443e-06 -1.06513e-06 2.09036e-06 9.79979e-06 1.31708e-05 1.01323e-05 3.33907e-06 2.60832e-06 1.03216e-05 6.04285e-06 -1.82538e-05 -1.54266e-05 -6.30247e-07 7.37417e-06 9.41834e-06 6.3228e-06 2.63104e-07 -1.21096e-06 -2.83793e-06 -7.61977e-07 1.29464e-05 1.00336e-05 4.4773e-06 6.00979e-06 -1.80903e-06 -3.93741e-06 1.21928e-05 2.37783e-05 1.62142e-05 5.97981e-06 1.50202e-05 1.51558e-05 1.069e-05 6.61551e-06 1.48801e-05 1.92822e-05 5.09019e-06 -1.52386e-05 -2e-05 -2e-05 -5.497e-06 1.41437e-05 1.13946e-05 3.3337e-06 -2.97231e-06 -7.12928e-06 -4.322e-06 -1.92456e-05 -2e-05 -2e-05 -2e-05 -1.01188e-05 -1.10089e-06 -1.44401e-06 6.16047e-06 7.59885e-06 6.58716e-06 2.7812e-06 6.19584e-06 1.06995e-05 2.69532e-06 -5.59613e-07 8.9933e-06 1.46682e-05 9.6509e-06 8.51686e-06 5.37955e-06 6.71771e-06 2.25401e-06 4.48167e-06 9.77211e-06 7.04541e-07 -6.95107e-07 -4.04087e-07 1.27357e-06 -7.45597e-06 -1.39604e-06 1.49502e-05 2.16039e-05 1.11148e-05 -5.54377e-06 -2e-05 -7.09629e-06 4.66884e-06 1.08041e-05 2.02927e-05 1.11713e-05 -9.96054e-06 -3.08228e-06 2.0178e-06 5.04153e-06 5.44489e-06 -3.35831e-06 2.66839e-06 9.66436e-06 3.43018e-06 -2.17758e-06 -6.05157e-06 -2e-05 -2e-05 -2e-05 -9.19071e-06 4.18168e-06 5.3759e-06 5.58731e-06 2.93763e-06 4.61518e-06 1.2793e-05 1.76739e-05 1.53474e-05 6.73064e-06 6.48179e-07 6.57096e-06 1.12794e-05 4.88438e-06 4.65504e-06 5.01926e-06 2.47788e-06 5.27946e-07 5.48602e-06 1.3441e-05 1.1306e-05 -1.05149e-07 -3.05972e-06 6.22546e-06 -3.9559e-06 -7.06441e-06 3.25133e-06 1.34628e-05 1.42371e-05 8.36986e-06 7.53719e-07 1.75541e-05 1.16666e-05 1.78981e-05 1.34553e-05 1.88756e-05 4.20364e-06 -4.14636e-06 -3.87959e-06 -8.09964e-06 -5.15577e-06 -9.08638e-06 2.67175e-06 1.98375e-05 2.46044e-05 2.98783e-06 -4.20804e-06 -1.08314e-05 -1.26635e-05 -5.8186e-06 2.53216e-06 6.68596e-06 6.14595e-06 7.3686e-06 5.1056e-06 1.22715e-05 2.25027e-05 2.11155e-05 1.13385e-05 2.20737e-06 1.31218e-06 6.5442e-07 3.12312e-06 3.34729e-06 2.31922e-06 3.77869e-06 1.61958e-06 6.47887e-07 2.64824e-06 1.21426e-05 2.08296e-05 7.05885e-06 1.86086e-06 5.02994e-06 1.3449e-07 -9.12848e-06 -4.79642e-06 9.30124e-06 1.0265e-05 5.73714e-06 8.39289e-06 3.74128e-06 2.57301e-06 6.30493e-06 9.87188e-06 1.57923e-05 7.51641e-06 -7.72562e-06 -1.7842e-05 -1.81034e-05 -1.12269e-05 -1.505e-05 -3.49459e-06 1.3901e-05 7.50923e-06 -4.31822e-06 -6.96155e-06 -7.72244e-06 -3.78827e-06 4.59439e-06 1.19601e-05 1.59786e-05 1.08876e-05 7.79969e-06 7.84056e-06 8.9587e-06 1.06471e-05 5.9402e-06 1.90559e-06 3.87803e-06 7.84858e-06 1.26642e-06 -1.51685e-06 5.0241e-06 8.85922e-06 8.54383e-06 2.80978e-06 4.19541e-06 1.00062e-05 1.01448e-05 9.09225e-06 4.58292e-06 -1.79933e-06 -6.63135e-07 1.41915e-06 1.68372e-07 8.43735e-08 3.61773e-06 7.60523e-06 4.9737e-06 6.75655e-06 -3.33072e-06 -3.90831e-06 1.17313e-06 1.00751e-05 1.26412e-05 1.74668e-05 1.6185e-05 7.62737e-06 6.65758e-06 1.11301e-05 7.50602e-06 1.23395e-06 -5.87216e-07 -9.13954e-06 -1.28625e-05 -6.1515e-06 4.73563e-07 1.2534e-05 1.53571e-05 1.56833e-05 1.39864e-05 7.49516e-06 4.19293e-06 5.98097e-06 7.92824e-06 1.07519e-05 9.50307e-06 2.63199e-06 -3.3342e-06 -3.36424e-06 -1.97937e-06 -1.80927e-06 -2.62364e-06 6.67833e-07 5.13928e-06 7.48177e-06 9.48609e-06 1.91498e-05 1.94608e-05 1.17452e-05 8.67131e-06 7.16941e-06 2.96273e-06 2.18266e-06 5.721e-06 5.67233e-06 5.05894e-06 5.95863e-06 5.57229e-06 5.87834e-06 -3.22096e-06 -7.78926e-06 1.73253e-06 1.45104e-05 1.56369e-05 1.65714e-05 2.01711e-05 2.02941e-05 1.76881e-05 1.34811e-05 8.82661e-06 5.66237e-06 2.53634e-06 -2.15237e-06 7.49653e-07 1.44735e-05 1.2783e-05 7.10777e-06 1.11647e-05 1.91781e-05 1.9169e-05 1.47006e-05 1.52626e-05 1.49054e-05 1.02487e-05 8.51422e-06 7.57567e-06 2.76092e-06 -7.67681e-07 2.12001e-06 5.5647e-06 8.16908e-07 -1.4027e-06 -4.27538e-06 -3.10795e-06 1.19937e-06 3.93559e-06 8.64263e-06 1.23483e-05 1.27478e-05 1.28704e-05 1.17302e-05 8.26048e-06 4.36519e-06 2.48698e-06 2.8702e-06 4.18359e-06 6.50913e-06 7.36435e-06 7.55481e-06 2.3473e-06 -3.7403e-06 -2.00781e-06 5.92394e-06 1.11221e-05 1.32723e-05 1.48325e-05 1.41756e-05 1.19592e-05 9.5617e-06 7.7509e-06 6.2218e-06 4.4532e-06 9.87427e-07 -6.55937e-07 7.2555e-06 1.33993e-05 1.09704e-05 5.10907e-06 8.83766e-06 1.20162e-05 1.16991e-05 1.10588e-05 8.94851e-06 4.13692e-06 3.68593e-07 -2.18624e-07 -2.06707e-06 -4.27129e-06 3.47285e-06 5.90622e-06 1.41126e-06 -1.49149e-06 -1.87439e-06 -9.0217e-07 -2.74697e-07 2.33955e-08 1.71055e-06 5.68768e-06 8.42534e-06 8.50584e-06 5.45786e-06 3.13769e-06 4.21602e-06 6.23893e-06 6.78029e-06 6.56256e-06 5.73245e-06 3.58644e-06 1.94316e-06 1.10621e-06 -4.51072e-07 -2.05153e-06 7.97173e-07 2.74124e-06 3.56338e-06 5.13818e-06 7.20347e-06 8.28243e-06 7.58527e-06 5.61299e-06 3.48509e-06 1.45079e-06 -1.10404e-06 -3.88141e-06 -1.55619e-06 4.04418e-06 6.62862e-06 4.87615e-06 3.59636e-06 4.26551e-06 5.46688e-06 6.20245e-06 5.53682e-06 2.66941e-06 -1.89998e-06 -3.92943e-06 -2.46369e-06 -1.73408e-06 1.7078e-08 4.86938e-06 4.19604e-06 -6.94074e-07 -1.26432e-06 -5.24156e-08 9.892e-07 1.48396e-06 6.41954e-07 6.64651e-07 2.79309e-06 3.9051e-06 3.15479e-06 2.1772e-06 2.17487e-06 1.88674e-06 3.61939e-06 5.98377e-06 7.18914e-06 5.49959e-06 2.28629e-06 8.65188e-07 2.11165e-06 2.5859e-06 5.17272e-07 -9.88119e-07 3.02117e-07 5.10162e-07 1.96052e-06 4.74686e-06 6.29039e-06 5.35716e-06 3.27898e-06 7.24166e-07 -1.56987e-06 -2.50252e-06 -1.96073e-06 -1.99519e-06 -7.36514e-07 2.12714e-06 4.29981e-06 5.0349e-06 5.34551e-06 5.18727e-06 3.62924e-06 2.24011e-06 1.46812e-07 -6.63942e-07 4.58627e-07 1.25832e-06 1.58694e-06 1.37764e-06 1.73435e-06 1.32543e-06 1.32352e-06 1.32218e-06 1.71116e-06 2.3894e-06 3.13585e-06 2.77919e-06 1.41335e-06 -2.66435e-07 1.49364e-06 9.11046e-07 5.19244e-07 7.91891e-07 8.78477e-07 2.66962e-06 4.68164e-06 5.22168e-06 4.18318e-06 1.70896e-06 6.05676e-07 2.16678e-06 3.15341e-06 -8.75837e-07 -1.9588e-06 -1.08045e-07 4.80869e-07 3.32581e-06 6.58321e-06 8.5495e-06 6.23928e-06 2.05159e-06 -6.33361e-07 -1.05447e-06 -1.24328e-06 -6.93034e-07 1.39252e-06 4.39462e-06 6.90631e-06 8.15971e-06 8.17637e-06 7.20531e-06 5.37499e-06 3.3037e-06 3.2858e-07 7.7798e-07 1.60928e-06 1.23613e-06 3.5318e-07 2.94399e-07 9.08758e-07 2.05233e-06 1.52535e-06 1.60966e-06 2.00745e-06 1.93638e-06 8.56238e-07 -2.18313e-07 -7.23922e-07 -9.52698e-07 -1.38161e-06 -1.57182e-06 -9.40072e-07 3.33887e-07 4.69288e-07 5.90373e-07 9.83106e-07 1.5949e-06 2.2954e-06 2.52325e-06 1.71549e-06 1.05528e-06 1.89781e-06 2.74964e-06 1.95972e-06 9.05994e-07 1.44522e-06 2.91894e-06 5.78373e-06 6.38064e-06 4.73471e-06 1.4852e-06 -1.48506e-07 -2.46255e-07 -8.36059e-07 -1.46134e-06 -7.36036e-07 1.74218e-06 5.13364e-06 7.42664e-06 7.56364e-06 6.13025e-06 3.9256e-06 2.25722e-06 1.3568e-06 2.17062e-06 3.38725e-06 1.77127e-06 1.26315e-06 2.64643e-06 3.30966e-06 -4.43997e-08 1.31116e-08 2.07803e-07 3.12957e-07 3.53247e-07 4.64155e-07 6.482e-07 9.4473e-07 8.74829e-07 8.59167e-07 1.08383e-06 7.24386e-07 3.33317e-09 -4.50955e-07 -2.90194e-07 -7.11802e-08 7.75557e-08 2.90114e-07 3.65852e-07 1.32432e-07 -8.43012e-08 -5.66843e-08 1.79309e-08 2.62172e-08 1.22159e-07 2.37501e-07 2.2666e-09 -1.49269e-07 -2.1063e-07 -1.58017e-07 -1.00052e-07 -6.2321e-08 -1.31159e-07 -2.30174e-07 -3.65773e-07 -4.97343e-07 -5.07421e-07 -4.01546e-07 -2.93311e-07 -2.84291e-07 -2.21112e-07 2.86443e-08 3.73935e-07 4.88383e-07 4.43781e-07 3.64864e-07 1.22487e-07 -1.48598e-07 -2.35007e-07 -1.57375e-07 -1.4487e-08 9.0047e-08 2.52432e-07 4.28495e-07 4.3405e-07 4.49361e-07 6.59441e-07 1.22612e-06 1.00894e-06 1.09611e-06 1.84921e-06 1.52514e-06 1.62873e-07 -5.12129e-07 -4.2318e-07 -1.77619e-07 7.32882e-08 4.37965e-07 6.1608e-07 3.34946e-07 1.7445e-08 3.47069e-08 7.63164e-08 7.36592e-08 3.71849e-07 5.08443e-07 2.82441e-08 -2.37609e-07 -3.3735e-07 -2.57243e-07 -1.23718e-07 -4.94024e-08 -1.09247e-07 -3.40435e-07 -5.33595e-07 -7.03207e-07 -7.16972e-07 -5.56493e-07 -3.60111e-07 -3.20966e-07 -2.56868e-07 6.11717e-08 5.35917e-07 8.25184e-07 8.30749e-07 6.29387e-07 1.89948e-07 -2.21217e-07 -3.80228e-07 -2.86411e-07 -1.07627e-07 1.73988e-07 1.24278e-07 4.57454e-07 5.57308e-07 3.97835e-07 3.56618e-07 1.38894e-06 8.21129e-07 4.65575e-07 1.98926e-06 2.88314e-06 8.82106e-07 -4.93674e-07 -2.50573e-07 -1.35919e-07 -1.32293e-07 1.17696e-07 6.42848e-07 6.67319e-07 2.99188e-07 3.99078e-07 3.03389e-07 2.42377e-08 4.95879e-07 9.32489e-07 2.45628e-07 -2.75182e-07 -3.39854e-07 -2.26303e-07 -2.29952e-08 1.40061e-07 3.13261e-07 -6.84816e-08 -5.29987e-07 -7.67626e-07 -8.43442e-07 -6.99862e-07 -4.04178e-07 -2.61867e-07 -2.18808e-07 1.00677e-07 5.5251e-07 1.12736e-06 1.42894e-06 1.14674e-06 3.73331e-07 -2.76363e-07 -5.92839e-07 -6.76139e-07 -7.96441e-07 3.20339e-08 -1.45464e-07 1.35127e-07 7.89309e-07 5.79095e-07 -4.45579e-07 8.13693e-07 1.07134e-06 -1.86563e-06 4.80848e-07 2.93684e-06 1.96071e-06 4.12227e-07 5.09523e-07 2.12173e-07 -2.47469e-07 -1.84181e-07 1.40746e-07 4.62294e-07 4.89759e-07 9.80068e-07 9.98315e-07 -3.5992e-08 2.50176e-07 1.47266e-06 1.0185e-06 1.06894e-07 1.40335e-07 5.67151e-07 2.533e-07 4.62781e-07 1.24177e-06 1.22878e-06 -6.33086e-08 -8.20893e-07 -7.41342e-07 -5.5953e-07 -3.47853e-07 -5.08713e-08 4.98869e-08 1.83797e-07 2.84711e-07 7.96669e-07 1.7765e-06 1.91933e-06 8.09777e-07 -1.48584e-07 -5.62421e-07 -1.1116e-06 -1.98883e-06 -2.73631e-06 -1.54933e-06 -7.02851e-07 9.06618e-07 2.02923e-06 -5.26136e-06 8.89955e-07 1.54029e-05 1.06165e-06 -6.16415e-06 1.25285e-06 2.49661e-06 2.93088e-06 2.65728e-06 1.10573e-06 -3.80373e-07 9.98125e-08 5.7647e-07 1.25224e-07 7.4292e-08 1.24217e-06 2.1316e-06 3.14344e-07 -2.60852e-07 1.96149e-06 2.30718e-06 1.09282e-06 4.36276e-07 9.44614e-07 1.51957e-06 3.07534e-07 1.88833e-06 3.22342e-06 1.46952e-06 -4.2472e-07 -4.72216e-07 2.3255e-07 3.10847e-07 5.28058e-07 5.58854e-07 8.16984e-07 2.11859e-07 1.91193e-07 1.46861e-06 2.60636e-06 1.5921e-06 1.90127e-07 8.69918e-08 -9.27426e-07 -2.11102e-06 -4.77875e-06 -8.49799e-06 -1.01663e-06 9.86029e-07 1.67746e-06 -2.3622e-06 1.9934e-06 3.40161e-05 2.62795e-06 -2.58032e-06 -2.21458e-06 2.63043e-06 6.89144e-06 8.46589e-06 3.71368e-06 1.949e-07 -3.50878e-07 1.05098e-06 7.97411e-07 -2.11271e-07 6.49142e-07 2.84904e-06 1.08897e-06 -4.48028e-07 2.07123e-06 3.87714e-06 2.0789e-06 -2.04843e-07 -4.11051e-08 1.70494e-06 1.79095e-06 1.45752e-06 4.90765e-06 3.55952e-06 8.07207e-07 1.12706e-07 1.51425e-06 2.91451e-06 2.66699e-06 1.73655e-06 2.77981e-06 2.26391e-06 -6.49345e-07 2.15492e-06 2.74322e-06 2.64246e-06 5.35438e-07 1.33552e-06 1.02298e-06 5.56202e-07 -3.83023e-06 -7.78028e-06 -1.43128e-07 5.06708e-07 3.91958e-06 2.0072e-06 2.35301e-07 2.67078e-05 1.23693e-05 -1.50339e-06 -1.7354e-06 3.2322e-06 1.118e-05 1.99339e-05 1.00668e-05 -1.62415e-06 -3.07033e-06 -6.8568e-07 7.3308e-07 2.69419e-07 2.40701e-07 2.24703e-06 2.24122e-06 -4.12518e-07 1.60801e-06 4.9467e-06 2.92956e-06 -1.47723e-06 -3.33341e-06 4.194e-07 4.37454e-06 3.32161e-06 5.53453e-06 5.67772e-06 3.21446e-06 1.51336e-06 1.98454e-06 4.12495e-06 2.32745e-06 1.35881e-06 5.11336e-06 5.42639e-06 -1.75577e-07 -2.13345e-06 3.26959e-06 4.67508e-06 1.65733e-06 1.96326e-06 3.60918e-06 4.81662e-06 -1.60077e-06 -3.98294e-06 5.56784e-07 -5.75878e-07 6.16238e-06 2.89922e-06 -1.86781e-06 8.96676e-06 8.91491e-06 2.85959e-06 -3.57296e-06 3.30875e-06 1.11513e-05 2.21839e-05 4.29699e-06 -4.79369e-06 -7.13763e-06 -3.87547e-06 1.99895e-06 1.35456e-06 3.28036e-07 1.03334e-06 2.43579e-06 -1.30794e-07 8.75776e-07 5.7201e-06 3.72251e-06 -2.61159e-07 -3.16244e-06 -2.07254e-06 6.49142e-06 7.44437e-06 7.04264e-06 7.34479e-06 4.76077e-06 3.47612e-06 5.95422e-07 3.06992e-06 -6.4749e-07 -5.36777e-07 4.13618e-06 7.12047e-06 -1.10061e-06 -1.8499e-06 2.3954e-06 7.29377e-06 5.19826e-06 3.67663e-06 4.24511e-06 6.57445e-06 2.98712e-06 -1.6251e-06 -5.71534e-08 -9.80166e-07 8.50591e-06 2.44649e-06 -3.68817e-07 3.96505e-06 6.97624e-06 7.92202e-06 -4.1787e-06 9.62661e-07 8.22941e-06 1.8684e-05 -7.14868e-08 -4.01206e-06 -3.68163e-06 -5.8416e-06 2.75178e-06 3.56025e-06 1.81756e-06 -3.87434e-07 1.23043e-06 1.64255e-06 -4.54176e-07 7.52336e-06 4.74509e-06 2.97418e-06 -1.48621e-06 -1.984e-06 4.86745e-06 1.12437e-05 1.0006e-05 9.2008e-06 5.44558e-06 3.99807e-06 5.05081e-07 3.84486e-06 -7.1348e-06 -4.97096e-06 -8.42213e-07 4.28707e-06 -2.75537e-06 -8.5806e-07 8.42523e-06 7.19946e-06 1.00726e-05 9.3535e-06 4.80133e-06 6.3075e-06 1.83327e-06 -3.4782e-06 5.36931e-06 -4.13853e-06 7.34996e-06 -1.31164e-06 1.68626e-06 5.35571e-06 7.30065e-06 1.18876e-05 8.83419e-07 1.80604e-06 5.221e-06 1.24023e-05 -5.93184e-06 -2.94491e-06 -1.07348e-06 -7.15781e-06 4.8893e-06 2.43646e-06 2.53694e-06 -4.3751e-06 2.80221e-07 2.2348e-06 7.20665e-08 1.16321e-05 7.49922e-06 4.43378e-06 4.86895e-06 -8.52092e-06 2.50666e-06 7.24534e-06 9.47722e-06 9.34596e-06 7.95101e-06 4.97272e-06 2.45331e-06 2.98612e-06 -4.78854e-06 -6.13223e-06 -5.35191e-06 2.7044e-06 -2.92034e-06 -1.46072e-06 1.88842e-05 1.24707e-05 1.14857e-05 1.49317e-05 7.76519e-06 3.68346e-06 -4.39474e-07 -1.49809e-06 1.72453e-05 -1.34397e-06 5.06107e-06 -4.68685e-06 5.2104e-06 7.89131e-06 5.68733e-06 1.2235e-05 4.69191e-06 4.1301e-06 2.32691e-06 4.25795e-07 -3.70157e-06 -9.6396e-07 -1.52486e-05 -6.88253e-06 1.76516e-05 4.65143e-06 9.51358e-07 -8.91476e-07 8.80599e-07 1.98212e-06 1.17511e-06 4.09595e-05 1.49035e-05 3.77742e-06 3.4605e-06 -2.37409e-06 4.62856e-06 1.72283e-06 3.95347e-06 8.19346e-06 7.7528e-06 6.73966e-06 5.80311e-06 3.37574e-06 -9.69859e-07 -2.08234e-06 -6.00337e-06 1.49907e-06 -1.0212e-06 -1.6057e-06 1.89774e-05 2.36037e-05 1.19149e-05 1.22848e-05 6.4959e-06 2.38263e-07 1.02617e-06 3.84099e-06 2.42952e-05 6.72284e-06 2.4508e-06 -7.10311e-08 1.6807e-05 1.33831e-05 4.14591e-06 1.24417e-05 1.20513e-05 4.88878e-06 -2.55413e-06 -9.03004e-06 4.32213e-08 -1.34856e-07 -1.42637e-05 -9.74347e-06 2.21532e-05 1.03048e-05 2.42894e-06 2.29991e-06 2.8261e-06 8.28851e-06 -6.05548e-07 2.65725e-05 5.69828e-06 3.75115e-06 2.7438e-06 3.6539e-07 1.2003e-06 -3.25077e-06 -7.71756e-07 6.62604e-06 8.26897e-06 6.85682e-06 6.25946e-06 5.39798e-06 2.01822e-06 -5.0674e-07 -2.15244e-06 -3.06989e-06 6.45297e-07 1.49004e-06 4.5159e-06 2.08148e-05 8.00878e-06 7.15714e-06 6.86471e-07 1.00743e-06 4.93749e-06 3.33727e-06 2.37478e-05 1.67735e-05 4.95062e-06 9.12384e-06 2.49762e-05 1.91816e-05 7.36861e-06 1.37695e-05 1.63371e-05 6.68061e-06 -4.39063e-06 -5.5571e-06 2.32968e-06 -2.51915e-06 -1.01607e-05 -1.00738e-05 8.50228e-06 1.05181e-05 3.34585e-06 2.01369e-06 7.90623e-06 1.31976e-05 3.89595e-06 3.74037e-06 -1.35857e-06 8.38522e-06 7.16127e-06 3.91839e-06 2.00969e-06 -1.99617e-07 -3.79911e-06 3.44967e-06 8.40571e-06 5.57772e-06 4.10308e-06 5.09577e-06 5.12143e-06 1.03804e-06 4.15856e-06 -4.05505e-06 1.7995e-06 1.96538e-06 -2.02939e-06 9.34525e-06 7.22642e-08 -2.86351e-06 -2.50644e-07 1.28045e-06 8.52202e-06 2.14987e-06 1.52313e-05 2.35123e-05 1.44444e-05 1.44973e-05 2.82097e-05 2.47218e-05 1.24054e-05 1.39561e-05 1.61906e-05 7.43914e-06 -3.3777e-06 -3.65835e-06 -1.57176e-06 -6.63579e-06 -6.0356e-07 -3.57275e-06 2.80386e-06 1.85188e-06 -3.83451e-06 -1.89861e-06 1.28347e-05 1.38689e-05 1.17953e-05 5.28065e-06 -1.08786e-06 7.21095e-06 1.22815e-05 7.97125e-06 3.47124e-06 2.34685e-06 -9.73107e-06 1.41226e-06 1.07436e-05 3.76086e-06 -1.84838e-06 -1.08229e-06 5.85154e-06 1.4444e-06 6.76485e-06 3.21072e-06 1.5111e-06 7.55892e-07 -1.0484e-06 -5.96243e-06 -3.78042e-06 -7.04771e-06 6.80521e-06 4.07368e-07 1.69616e-06 -1.09942e-06 9.61585e-06 2.94412e-05 2.17229e-05 1.29937e-05 2.21509e-05 2.68013e-05 1.79065e-05 1.29779e-05 7.81055e-06 2.03163e-06 -4.27317e-07 -3.67092e-06 -6.70085e-06 -9.30457e-06 1.68484e-05 4.73801e-06 -2.98937e-06 -4.91116e-06 -1.04776e-05 -4.84603e-06 1.11475e-05 5.1166e-06 2.69777e-05 1.12571e-05 3.05745e-07 2.28033e-06 8.55051e-06 6.93789e-06 2.18781e-06 1.59516e-06 -7.69741e-06 -4.47626e-06 1.20018e-05 1.10703e-06 -7.70473e-06 -1.05001e-05 -7.38003e-08 8.74708e-07 1.08015e-05 1.04283e-05 3.45379e-06 3.73724e-06 4.66335e-07 -8.78832e-06 -5.19497e-06 -3.15976e-06 4.96654e-06 -1.81141e-07 -7.18038e-07 -2.06847e-06 4.82578e-06 2.60305e-05 2.7608e-05 1.20465e-05 1.51882e-05 2.80494e-05 2.78737e-05 1.48733e-05 2.36157e-06 2.55306e-06 1.87608e-06 -3.49957e-06 -1.06376e-05 -9.06481e-07 2.81188e-05 1.58692e-05 -2.38912e-06 -1.1483e-05 -1.78402e-05 -5.10993e-06 9.62902e-06 3.16558e-05 3.59659e-05 1.53329e-05 -1.96355e-06 -5.06756e-07 4.71806e-06 4.28178e-07 1.04567e-06 9.43955e-07 -4.77939e-06 -5.33914e-06 5.0834e-06 1.84473e-06 -6.53081e-06 -9.19082e-06 -6.32411e-06 -8.36651e-06 1.85092e-05 1.64126e-05 6.41345e-06 2.51302e-06 -1.73837e-07 -9.88532e-06 -1.57378e-05 -4.02596e-06 4.76084e-07 1.43532e-06 4.79388e-06 8.20763e-06 4.00522e-06 1.13135e-05 1.22161e-05 8.12083e-06 1.19563e-05 1.93684e-05 1.30048e-05 -3.05517e-06 -1.8206e-06 5.19343e-06 1.80427e-06 -4.0992e-06 -1.35654e-05 8.63388e-06 3.73662e-05 2.87029e-05 1.08998e-05 -1.61033e-05 -2e-05 -3.93198e-06 2.4963e-06 7.95761e-06 2.04065e-05 1.04164e-05 -4.85794e-06 2.79782e-06 8.54972e-06 1.05886e-06 1.2417e-05 3.21915e-05 1.55695e-07 -2.90489e-06 1.13814e-05 1.04859e-05 -8.69877e-07 -7.65986e-07 4.9506e-06 3.1616e-06 4.96037e-06 2.08335e-05 1.80372e-05 1.19618e-05 -2.71695e-06 -8.75992e-06 -2e-05 -2e-05 -1.23425e-05 -3.0109e-06 4.92671e-06 5.44092e-06 2.34438e-06 6.98133e-06 1.06826e-05 1.1183e-05 1.17655e-05 1.49732e-05 8.1e-06 -4.51409e-06 -2.9705e-06 2.54988e-06 -6.57607e-08 -5.73609e-06 -1.53898e-05 1.11427e-05 4.20096e-05 3.05439e-05 1.55733e-05 -1.55236e-06 -1.39975e-05 -5.75065e-06 -1.01542e-05 1.84367e-06 1.67208e-05 3.60781e-05 1.55813e-05 1.45026e-05 9.33646e-06 2.06554e-06 4.80633e-06 3.02298e-05 -6.73636e-06 -1.6198e-05 -1.5483e-06 5.02321e-06 8.77145e-06 6.10954e-06 1.43719e-05 1.72259e-05 1.3475e-05 1.65731e-05 2.35582e-05 2.16036e-05 1.11405e-05 -9.47847e-06 -1.22496e-05 -2e-05 -1.40502e-05 2.38743e-06 1.52493e-05 1.33418e-05 7.33824e-06 3.24933e-06 1.14303e-05 2.19399e-05 2.093e-05 1.40069e-05 6.17471e-06 -2.91355e-06 -1.59338e-06 4.76962e-06 1.1065e-05 9.32415e-06 -7.8648e-06 1.78514e-06 2.79892e-05 2.40213e-05 2.00682e-05 1.55684e-05 4.323e-06 -5.10849e-06 -1.84354e-05 -1.31011e-05 1.13245e-06 2.23389e-05 2.32875e-05 1.57376e-05 8.99411e-06 9.74234e-06 3.5639e-06 2.22315e-06 -2.31195e-06 -2e-05 -2e-05 -1.04224e-05 -4.9706e-07 2.80687e-06 1.02111e-05 1.82223e-05 1.84687e-05 1.46324e-05 1.40707e-05 1.21415e-05 7.20283e-06 -6.61988e-06 -6.2857e-07 -3.02128e-06 -3.85035e-06 -2.25531e-08 2.4495e-06 8.10051e-06 7.207e-06 -1.91295e-06 4.4861e-06 1.31147e-05 1.85711e-05 1.37908e-05 3.55801e-06 7.21056e-07 7.10551e-07 2.75889e-06 1.75445e-05 2.05287e-05 1.03901e-05 -1.40712e-05 2.70353e-06 1.94094e-05 3.27013e-05 3.05595e-05 1.05621e-05 -8.91303e-06 -2e-05 -1.95674e-05 5.87728e-07 2.1377e-05 3.91254e-05 3.16468e-05 1.44252e-05 3.53222e-06 1.89778e-07 2.19153e-06 -1.01836e-05 -2e-05 -2e-05 -2e-05 -4.99647e-06 6.12266e-06 1.40669e-05 1.7396e-05 1.49067e-05 6.24909e-06 1.2679e-06 1.67037e-06 3.07838e-06 3.14459e-06 5.34785e-06 1.13297e-05 9.57487e-06 4.32278e-06 1.53111e-06 3.13899e-06 6.54937e-06 4.10617e-07 -9.27869e-07 3.25627e-06 4.05007e-06 1.37689e-07 -3.57486e-06 -3.91741e-06 -6.76846e-07 -4.92341e-06 7.99473e-06 1.97599e-05 1.93735e-05 -3.09956e-06 -2e-05 9.31967e-06 3.24944e-05 3.71046e-05 1.48955e-05 -1.06631e-05 -2e-05 -1.43656e-06 1.7339e-05 1.24772e-05 1.34797e-05 1.60022e-05 5.4592e-06 -3.0919e-06 -6.08521e-06 3.93137e-06 6.14957e-06 -2e-05 -2e-05 -2e-05 -1.53618e-06 1.13458e-05 2.30678e-05 2.83059e-05 2.15157e-05 8.3048e-06 3.41597e-06 8.16379e-06 4.95632e-06 9.78175e-06 2.82514e-06 9.85027e-06 1.26929e-05 4.73585e-06 3.12519e-06 3.30828e-06 6.55536e-06 -2.45466e-06 1.59074e-06 6.8455e-06 3.10884e-06 -4.80316e-06 -7.42907e-06 -7.36292e-06 -2.45969e-06 -4.30923e-06 -2.13005e-07 6.65763e-06 9.70899e-06 2.55228e-06 -1.32356e-06 1.90019e-05 1.37575e-05 1.83943e-05 6.23371e-06 -4.01779e-06 -4.68941e-06 6.59245e-06 1.96336e-05 1.17786e-05 5.50521e-06 5.7662e-06 -1.97813e-07 3.37625e-06 3.16979e-06 5.14808e-06 1.39554e-05 -2.64858e-06 -2e-05 -1.50906e-05 -5.03862e-06 2.81329e-06 1.29753e-05 2.15321e-05 2.09033e-05 1.50655e-05 1.84303e-05 3.75747e-05 6.76025e-05 2.61426e-05 2.63603e-06 7.07785e-06 8.58425e-06 5.0759e-06 3.52025e-06 3.43216e-06 2.59753e-07 -1.94674e-06 -1.27127e-06 8.38417e-06 1.40215e-05 2.44583e-06 -9.40725e-06 -6.89966e-06 -1.48827e-06 -3.01424e-07 1.86815e-06 3.96309e-06 2.89049e-06 1.15584e-06 -9.95207e-08 7.24726e-06 1.14017e-06 3.46233e-06 -1.12425e-07 -3.29128e-06 1.59764e-06 1.81622e-06 4.17099e-06 5.69025e-06 7.84901e-06 -3.92622e-06 -8.6909e-06 1.79929e-06 1.01068e-06 8.46015e-06 9.57396e-06 -4.14912e-06 -2e-05 -1.46234e-05 -1.88058e-06 3.76863e-06 6.28541e-06 1.18543e-05 2.58167e-05 9.14077e-05 0.000116528 5.81115e-05 8.11629e-06 1.3642e-06 -4.12076e-07 1.3172e-06 5.95795e-06 9.53434e-06 7.82218e-06 4.50942e-06 2.86681e-07 3.21654e-06 8.86297e-06 1.03452e-05 8.13315e-06 -2.20968e-06 -1.36165e-05 -9.85276e-06 1.47936e-08 6.73737e-06 1.07844e-05 1.29232e-05 3.53693e-06 1.63377e-06 4.17914e-06 2.13109e-06 -6.63947e-06 -1.6592e-06 3.85517e-06 5.31366e-06 4.68143e-06 4.72967e-06 5.07996e-06 8.5938e-06 1.5559e-05 1.59469e-05 7.66894e-06 9.60752e-06 8.0601e-06 5.86857e-06 7.8631e-06 3.21579e-06 1.57525e-07 -3.89369e-06 3.55888e-06 1.48166e-05 1.48226e-05 1.16201e-05 1.14833e-05 1.20655e-05 1.04492e-05 6.85152e-06 3.28351e-06 -8.22028e-07 -3.43177e-06 -1.44415e-06 3.40593e-06 9.97602e-07 1.88767e-06 2.62743e-06 4.04499e-06 1.1225e-05 2.05978e-05 1.82404e-05 8.48674e-06 1.31551e-06 -3.34596e-06 -1.35939e-06 2.18091e-06 6.58992e-06 1.11511e-05 1.39847e-05 1.29435e-05 6.68724e-06 2.08224e-06 -7.4924e-07 -2.97609e-06 -6.97862e-07 5.29258e-06 6.49204e-06 5.48706e-06 6.24693e-06 7.7043e-06 7.0313e-06 7.83248e-06 1.15592e-05 1.48361e-05 1.52738e-05 1.18526e-05 7.19563e-06 5.4639e-06 7.29016e-06 1.16502e-05 7.52788e-06 8.79666e-06 1.5105e-05 1.89755e-05 2.14718e-05 2.20956e-05 1.93682e-05 1.62265e-05 1.28859e-05 8.62439e-06 3.8626e-06 3.36521e-07 6.10763e-07 1.46373e-06 -7.82141e-07 -1.034e-06 -1.10236e-06 2.39699e-06 6.53532e-06 1.23039e-05 1.68716e-05 1.41155e-05 9.47057e-06 5.03672e-06 1.71031e-06 -4.44279e-07 -3.55407e-07 2.37807e-06 4.829e-06 6.98855e-06 8.58315e-06 7.33102e-06 4.04437e-06 2.10378e-06 4.10471e-07 2.12822e-06 3.84487e-06 3.60601e-06 3.99818e-06 5.75428e-06 5.95151e-06 5.82476e-06 6.92062e-06 8.13601e-06 7.80976e-06 6.09036e-06 4.26881e-06 2.04064e-06 3.97842e-06 6.67688e-06 7.57764e-06 7.45787e-06 6.72797e-06 9.39616e-06 1.51702e-05 1.84819e-05 1.66031e-05 1.34676e-05 1.14921e-05 8.10219e-06 4.60226e-06 3.94831e-06 5.13148e-06 3.11695e-06 2.53684e-06 -1.21069e-06 -2.47872e-06 9.57293e-07 3.55838e-06 6.06735e-06 9.2584e-06 9.86698e-06 7.18716e-06 3.78291e-06 1.32287e-06 -4.07983e-07 -8.69521e-07 -7.63382e-07 -6.36254e-07 7.0484e-07 2.1905e-06 2.4995e-06 1.18913e-06 -8.81102e-07 4.18187e-07 1.65719e-06 1.22072e-06 1.11716e-06 1.61122e-06 3.02563e-06 4.17313e-06 4.6904e-06 4.6556e-06 4.28625e-06 3.24519e-06 1.922e-06 2.41459e-07 -3.39794e-06 -3.72315e-06 7.33263e-07 3.33234e-06 4.66656e-06 4.29858e-06 4.379e-06 6.0953e-06 7.18673e-06 6.52179e-06 5.00387e-06 4.48107e-06 4.48565e-06 2.52423e-06 2.37902e-06 1.62229e-06 6.06736e-06 1.22188e-06 -1.18396e-06 -1.24235e-06 1.94199e-06 3.83984e-06 4.49154e-06 5.06077e-06 5.19834e-06 4.39094e-06 3.81881e-06 3.31599e-06 2.27277e-06 5.78311e-07 -3.15697e-07 5.00862e-07 1.41409e-06 1.42949e-06 9.3311e-07 1.49212e-07 -6.24513e-07 -3.17363e-08 5.30576e-07 2.66367e-07 1.11522e-06 1.38292e-06 9.70684e-07 2.52306e-06 4.95614e-06 6.16096e-06 5.65266e-06 3.5957e-06 -1.34656e-07 -2.81215e-06 -3.42271e-06 -3.99726e-06 -4.04557e-06 -1.54942e-06 2.22191e-06 4.23993e-06 4.82862e-06 4.72e-06 4.27806e-06 3.42296e-06 1.7915e-06 -5.77552e-07 -3.25148e-07 -2.02293e-07 -6.65057e-07 -1.2651e-06 -5.51568e-08 2.18405e-06 2.89551e-06 2.73311e-06 2.2108e-06 1.7125e-06 2.23449e-06 2.98918e-06 2.83076e-06 2.58497e-06 1.81237e-06 1.7069e-06 2.05622e-06 1.38229e-06 1.16201e-07 8.56836e-07 1.94145e-06 2.45411e-06 2.26917e-06 1.8519e-06 1.62685e-06 1.58647e-06 9.10158e-07 -6.14215e-07 -2.63221e-07 1.32171e-06 1.83085e-06 1.63237e-06 3.69405e-06 5.84683e-06 4.84262e-06 1.29113e-06 -2.01792e-06 -2.65254e-06 -2.42426e-06 -2.388e-06 -1.52349e-06 1.07175e-06 3.82923e-06 5.26043e-06 5.39679e-06 4.66866e-06 3.33226e-06 1.8025e-06 3.61114e-07 -1.39145e-07 5.73641e-07 9.51813e-07 3.27083e-07 -7.01371e-07 -2.44863e-08 5.63405e-06 7.19592e-06 7.65881e-06 6.80318e-06 4.50062e-06 1.30014e-06 -9.72156e-07 -1.27646e-06 -1.32344e-06 -6.47311e-07 -5.83208e-07 -9.1929e-07 -8.31117e-07 -7.68892e-07 -5.44228e-07 -7.80348e-08 6.29409e-07 1.56926e-06 2.73835e-06 3.47955e-06 3.14479e-06 2.61223e-06 2.32745e-06 1.94902e-06 1.76596e-06 1.932e-06 2.19055e-06 3.67715e-06 4.52134e-06 2.57607e-06 -5.69404e-07 -1.32926e-06 -3.83468e-08 5.87867e-07 -3.42705e-07 -1.00898e-06 2.80557e-07 2.32316e-06 3.44355e-06 3.13042e-06 2.08529e-06 6.12527e-07 -3.94207e-07 4.3939e-07 1.82483e-06 2.79163e-06 3.20637e-06 2.17259e-06 1.99152e-06 3.80314e-06 -2.44783e-07 -1.38119e-07 -3.69704e-08 -1.28463e-07 -2.52509e-07 -1.72968e-07 1.86618e-07 4.65527e-07 4.0959e-07 6.32047e-07 6.558e-07 6.05405e-09 -5.0443e-07 -4.10095e-07 2.78377e-07 8.49375e-07 1.25382e-06 1.38327e-06 1.17774e-06 8.03335e-07 5.1612e-07 3.21874e-07 1.73143e-07 2.22693e-08 -1.46534e-07 -1.96289e-07 -8.85392e-08 6.84788e-08 1.12548e-07 -5.30862e-09 -1.02528e-07 -2.61597e-08 5.14112e-08 3.67759e-08 -7.44096e-08 -1.87652e-07 -9.4603e-08 1.26331e-07 2.08372e-07 1.23265e-07 3.70825e-08 -1.58778e-08 -3.04823e-08 -5.44833e-08 -8.06553e-08 -9.55814e-08 -1.88934e-07 -2.98052e-07 -3.45897e-07 -3.1626e-07 -4.56668e-07 -2.8598e-07 -6.54188e-08 -1.37118e-07 -2.96643e-07 -3.33812e-07 8.00089e-08 6.02509e-07 4.11217e-07 7.77871e-07 1.15306e-06 2.33793e-07 -5.903e-07 -4.23945e-07 3.33518e-07 9.52961e-07 1.55078e-06 1.9986e-06 2.05379e-06 1.62008e-06 1.00349e-06 5.6458e-07 2.46657e-07 3.43486e-09 -2.17864e-07 -3.10604e-07 -1.58462e-07 8.2844e-08 1.38647e-07 -1.94863e-08 -1.43539e-07 -3.65845e-08 7.28448e-08 5.38566e-08 -7.54217e-08 -2.72402e-07 -1.55178e-07 1.98351e-07 3.4755e-07 2.74402e-07 1.97682e-07 2.03101e-08 -1.07352e-07 -1.35841e-07 -1.28113e-07 -1.1553e-07 -2.4368e-07 -4.27397e-07 -5.4003e-07 -5.22032e-07 -8.04323e-07 -6.30352e-07 -8.53963e-08 5.67254e-08 -1.51222e-07 -3.77381e-07 -2.52462e-07 7.72146e-07 1.54631e-07 1.76948e-07 1.48458e-06 9.57909e-07 -4.89532e-07 -8.48102e-08 5.8246e-07 7.34271e-07 1.11495e-06 1.40116e-06 2.24165e-06 2.6468e-06 2.01384e-06 1.1927e-06 5.19321e-07 9.20885e-09 -3.02544e-07 -5.56201e-07 -3.57146e-07 7.33581e-08 2.61753e-07 7.56006e-08 -1.15255e-07 2.96198e-09 1.24038e-07 9.68343e-08 1.74801e-08 -3.14715e-07 -2.05713e-07 2.85186e-07 5.18986e-07 5.00937e-07 6.36626e-07 4.03003e-07 -2.01847e-07 -3.77742e-07 -2.81701e-07 -1.92321e-07 -2.84374e-07 -5.56325e-07 -7.12693e-07 -7.33906e-07 -1.02139e-06 -1.15856e-06 -1.69629e-07 7.77353e-07 6.17591e-07 -5.85271e-08 -8.90407e-07 7.92521e-07 4.30843e-08 -9.64593e-07 6.61042e-07 1.6266e-06 1.45434e-08 6.33443e-07 1.66137e-06 5.13539e-07 4.54739e-07 6.09483e-07 6.95027e-07 1.93877e-06 2.79349e-06 2.22739e-06 1.34049e-06 2.49833e-07 -3.17254e-07 -8.18504e-07 -6.6627e-07 4.86966e-08 6.87701e-07 6.27992e-07 3.87852e-07 4.5055e-07 3.05851e-07 1.0121e-07 1.34328e-07 -1.05117e-07 -8.09815e-08 3.40764e-07 5.28523e-07 5.7909e-07 1.1995e-06 1.36378e-06 2.17055e-07 -7.8517e-07 -7.62089e-07 -4.27293e-07 -1.8701e-07 -4.35635e-07 -7.49888e-07 -7.55129e-07 -8.75601e-07 -1.87381e-06 -8.14372e-07 1.73199e-06 1.92843e-06 9.97316e-07 -7.47455e-06 1.85686e-07 3.43995e-06 -1.48765e-05 -6.21488e-07 1.17066e-06 5.11952e-07 1.1265e-06 3.85835e-06 2.95431e-06 4.39435e-07 -5.38629e-07 -1.37852e-06 8.05702e-07 1.80778e-06 2.81065e-06 2.70672e-06 1.30717e-06 -2.73613e-07 -1.13459e-06 -7.64999e-07 1.66394e-07 1.46724e-06 1.44362e-06 1.27678e-06 2.05387e-06 2.49162e-06 3.6493e-07 1.34946e-07 2.04709e-07 2.41344e-07 3.00776e-07 2.27563e-07 2.18528e-07 1.25658e-06 2.42639e-06 1.2441e-06 -5.61911e-07 -1.18222e-06 -1.10299e-06 1.09418e-07 3.59488e-07 -2.15521e-07 -4.84719e-07 2.05928e-07 -2.12752e-06 -1.7411e-06 2.39157e-06 2.90365e-06 1.49509e-06 -1.44483e-06 -4.75015e-06 5.50932e-06 -7.12915e-06 -1.43903e-05 4.02449e-07 4.38557e-07 5.86157e-07 4.44482e-06 1.11887e-05 7.98993e-06 1.70493e-06 -3.17462e-07 -1.1377e-06 6.59547e-07 1.76656e-06 3.32813e-06 3.18081e-06 5.73239e-07 -1.51742e-06 -1.12932e-07 6.09005e-07 2.11082e-06 1.54294e-06 1.57435e-06 2.50335e-06 5.27612e-06 4.29752e-06 4.42106e-08 8.39575e-07 6.22388e-07 9.56768e-07 4.06968e-07 -1.29563e-07 4.62021e-07 2.41415e-06 1.90522e-06 -1.02397e-07 -6.16005e-07 -9.06676e-07 1.05401e-06 1.7657e-06 1.77188e-06 1.15917e-06 3.20127e-06 -1.44481e-06 -1.80557e-06 2.56508e-06 3.16329e-06 1.60229e-06 1.47007e-06 -3.4852e-06 5.72913e-06 3.70137e-06 -9.83839e-06 -4.03013e-07 6.73989e-07 -5.55264e-07 4.59278e-06 1.57448e-05 1.34906e-05 5.72635e-06 -2.92656e-06 -8.62395e-07 -3.81247e-06 3.09595e-07 2.10501e-06 4.17746e-06 2.52927e-06 -2.40469e-06 7.86546e-07 1.60372e-06 1.98845e-06 -4.83041e-08 1.84327e-07 1.93665e-06 6.02479e-06 9.43088e-06 3.14471e-06 -1.51103e-06 7.1179e-07 1.49366e-06 1.70712e-06 -4.81496e-06 -8.08391e-07 1.29561e-06 1.68374e-06 -2.85496e-07 -4.41574e-07 9.91945e-07 4.77037e-06 4.44066e-06 4.71432e-06 4.45545e-06 4.18006e-06 3.60567e-06 -1.45371e-06 5.20556e-06 1.98583e-06 1.11785e-06 1.32783e-06 -6.68951e-07 5.02213e-06 5.25499e-06 -6.07002e-06 -5.58796e-07 -1.27928e-07 -1.7989e-06 4.33121e-06 1.97146e-05 4.44133e-06 1.70328e-06 -8.45017e-07 -2.57762e-06 -1.18164e-06 -5.67201e-06 4.70699e-07 2.97632e-06 4.01297e-06 -2.23644e-06 8.27162e-07 1.44776e-06 1.93718e-06 -8.73633e-08 -1.00003e-06 9.13581e-07 4.36378e-06 1.1932e-05 7.71584e-06 -2.08287e-06 -3.36524e-07 1.29368e-06 1.98484e-06 -2.32559e-06 -1.79437e-05 3.75657e-07 1.40206e-06 -4.06059e-07 -6.14889e-07 3.21055e-06 9.67225e-06 7.31996e-06 4.45221e-06 4.96009e-06 2.64689e-06 4.32681e-06 2.73807e-06 6.20833e-06 1.52977e-06 2.07817e-07 -3.79145e-08 2.85614e-06 7.93994e-07 4.26808e-06 3.34317e-06 -2.51058e-06 -4.58603e-06 -1.15278e-06 -9.33085e-06 1.62319e-05 1.74414e-06 1.24489e-06 -2.97754e-06 -1.42053e-06 -3.38255e-06 -3.5668e-06 -3.54883e-07 1.06115e-06 4.55918e-06 3.73002e-06 1.99093e-06 2.5945e-06 2.52719e-06 9.5226e-08 -1.01541e-05 -3.68815e-07 3.20258e-06 1.13436e-05 1.032e-05 -8.7556e-07 -5.67731e-07 6.69345e-07 1.23795e-06 -2.58988e-06 -1.92593e-05 -1.15912e-05 1.21666e-06 -2.21752e-07 -1.63455e-06 3.60965e-06 1.06556e-05 5.57859e-06 2.09152e-06 4.87693e-07 1.10846e-06 2.4332e-06 3.2356e-06 2.10233e-06 1.48223e-06 8.02339e-07 2.14195e-07 3.87736e-06 4.39e-06 2.28031e-06 4.01535e-06 -3.37756e-06 -1.09562e-06 -2.5449e-06 -2e-05 9.35207e-06 2.89454e-06 3.08283e-07 -5.7426e-06 -8.07138e-07 -6.50491e-06 -5.11573e-06 -3.83418e-06 2.19076e-09 5.53188e-06 1.48951e-05 2.09834e-05 9.31018e-06 1.25814e-06 2.47448e-06 -3.62476e-06 -5.67397e-06 2.95581e-06 7.8057e-06 9.15837e-06 4.75467e-06 7.98563e-07 1.48269e-07 -1.86003e-06 -5.91294e-06 -1.80961e-05 -1.16558e-05 -1.94147e-06 -5.24826e-07 -2.3151e-06 3.26385e-06 9.29068e-06 3.31599e-06 4.52068e-06 2.4572e-06 2.18423e-06 2.23976e-06 5.14119e-06 6.62466e-06 2.26726e-06 1.22643e-06 1.35262e-06 4.95741e-06 9.72413e-06 3.42085e-06 3.3638e-06 -1.39142e-07 2.30233e-07 -5.83608e-06 -2e-05 3.42499e-06 3.54206e-06 -5.15291e-06 -6.43607e-06 -4.85908e-06 -4.18254e-06 -7.84708e-06 -5.54488e-06 2e-07 9.27793e-06 2.5846e-05 2.97908e-05 4.91336e-06 3.74017e-06 3.96885e-06 8.14816e-07 1.77685e-06 1.03494e-06 3.6232e-06 8.54692e-06 8.55759e-06 5.63677e-06 1.81812e-06 -2.14894e-06 -3.98634e-06 -1.12484e-05 -1.08276e-05 -5.16299e-06 -6.0171e-06 -1.78808e-06 4.23711e-06 5.29441e-06 3.91482e-06 9.00546e-06 5.77917e-06 4.03419e-06 5.46316e-06 6.94424e-06 8.91738e-06 3.40906e-06 1.5997e-06 1.2276e-06 6.58764e-06 1.11482e-05 7.03359e-06 3.70637e-06 4.93661e-06 3.83477e-06 -6.38378e-06 -1.47032e-05 2.36302e-06 2.32501e-06 -1.41043e-05 -9.8411e-06 -8.59212e-06 -1.79582e-06 -5.90655e-06 -5.31563e-06 2.94765e-06 1.48581e-05 2.66281e-05 2.38095e-05 2.9546e-06 1.47738e-06 2.87947e-06 2.1209e-06 4.31552e-06 2.5018e-06 2.65977e-06 8.65627e-06 1.00576e-05 5.47919e-06 2.13358e-06 7.22143e-07 -3.47764e-06 -1.65889e-06 -1.10849e-06 -6.33098e-06 -8.31021e-07 -4.12119e-07 7.46637e-06 9.23127e-06 -2.66349e-06 1.48538e-06 2.60814e-06 4.21165e-07 2.72844e-06 5.21659e-06 1.08976e-05 4.7027e-06 -1.23389e-06 1.95532e-06 1.20918e-05 1.58663e-05 1.10939e-05 7.17303e-06 9.10796e-06 1.13123e-05 1.10269e-06 -6.48142e-06 2.25713e-06 -3.78505e-06 -3.46535e-06 -5.94885e-06 -9.36719e-06 -1.263e-06 -4.48688e-06 -5.64207e-06 3.53286e-06 1.54703e-05 1.55217e-05 1.2526e-05 2.40733e-06 9.39453e-07 2.19068e-06 3.72443e-06 1.84452e-06 1.43216e-06 3.26161e-06 1.08238e-05 1.29765e-05 5.95018e-06 3.40923e-07 1.42852e-06 -8.5949e-07 -1.40605e-06 4.73293e-06 1.68535e-07 1.00161e-05 7.91249e-06 5.04211e-06 4.36288e-06 -7.99848e-06 -1.52716e-05 -3.87438e-06 -1.1465e-05 -9.34398e-07 -3.32076e-08 7.69852e-06 6.7674e-06 -1.44638e-06 6.28734e-06 2.00134e-05 2.23456e-05 1.59766e-05 1.1185e-05 1.28281e-05 1.49146e-05 7.22089e-06 3.88476e-07 6.05767e-07 -1.89861e-06 8.42406e-06 -3.56852e-06 -8.16372e-06 -6.8215e-07 -1.44135e-06 -1.03737e-06 6.39346e-06 2.0749e-05 7.21548e-06 4.36182e-06 1.03022e-06 1.29591e-06 3.7673e-06 5.96062e-06 -8.67284e-07 2.95288e-07 3.91509e-06 1.74667e-05 1.91454e-05 7.99014e-06 -3.12312e-06 -1.51722e-06 1.23402e-06 2.94419e-07 3.30591e-06 2.79893e-06 9.99736e-06 6.00275e-06 8.19335e-06 6.85417e-06 3.57866e-06 7.81165e-07 -2.17903e-06 1.5631e-06 1.44196e-07 -1.59219e-06 1.9709e-06 1.1221e-05 2.39652e-06 4.9681e-06 2.12374e-05 2.6387e-05 2.41374e-05 1.73712e-05 1.34559e-05 1.19901e-05 8.47048e-06 1.05907e-06 -2.09855e-07 8.0164e-06 2.32733e-05 -4.02893e-06 -1.15717e-06 2.47941e-06 3.14297e-06 4.43198e-08 4.02946e-06 1.23156e-05 7.11175e-06 7.6738e-06 1.42252e-06 9.34455e-07 5.67743e-06 7.01177e-06 -6.3534e-07 -3.997e-07 4.06249e-06 2.0847e-05 2.46438e-05 1.08378e-05 -5.12751e-07 -2.68165e-06 -5.43059e-06 -3.27034e-06 1.24978e-06 3.26793e-06 8.35438e-06 4.43501e-06 5.97162e-06 9.59783e-06 8.5809e-06 6.31096e-06 2.51454e-06 3.5454e-06 2.23254e-06 3.24914e-06 4.18151e-06 7.27623e-06 6.26682e-06 -1.3921e-06 1.00053e-05 2.24042e-05 2.90215e-05 2.14548e-05 1.37059e-05 1.27901e-05 8.78e-06 -1.19795e-06 -5.77797e-07 1.32429e-05 2.38924e-05 2.81021e-06 5.59986e-06 3.93285e-06 3.98553e-06 1.58551e-06 -1.43174e-06 1.69483e-06 1.37016e-05 7.086e-06 6.3898e-06 1.80133e-05 2.62101e-05 8.3583e-06 3.92554e-06 1.76352e-06 6.44697e-06 2.21777e-05 4.18741e-05 1.70739e-05 3.03502e-06 1.0339e-06 -2.14703e-06 -4.456e-06 -1.98592e-06 2.74707e-06 6.17905e-06 4.15762e-06 1.70733e-06 6.76323e-06 4.97104e-06 1.74833e-06 7.10997e-07 2.45489e-06 3.73159e-06 4.68211e-06 1.39253e-06 4.90539e-06 3.61656e-06 -5.27906e-07 1.92098e-06 1.5725e-05 2.06465e-05 8.99646e-06 4.2281e-06 7.01657e-06 4.56045e-06 -1.34426e-06 -2.90683e-06 5.52069e-06 1.30916e-05 1.43683e-05 1.74552e-05 1.13173e-05 1.0595e-06 8.42976e-06 7.35726e-07 4.59648e-06 1.49431e-05 4.87317e-06 -9.69621e-07 1.2498e-05 3.13636e-05 1.06631e-05 5.30041e-06 1.24529e-05 -8.67589e-06 -4.12669e-06 1.98081e-05 3.44079e-06 -3.88161e-06 6.86281e-06 1.58996e-05 1.2983e-05 6.94358e-06 6.63789e-06 4.86288e-06 2.83611e-06 -3.26254e-06 -2.54663e-06 2.28489e-06 -1.54879e-05 -1.32479e-05 2.81555e-06 2.23879e-06 5.94998e-06 7.29418e-06 4.40685e-06 3.31312e-06 4.34244e-06 5.95636e-06 1.36212e-05 1.24743e-05 2.90561e-06 -4.55903e-07 1.74696e-06 2.64051e-06 -3.32779e-06 -8.0165e-06 -6.02942e-06 6.29073e-06 2.51056e-05 2.18566e-05 1.62735e-05 7.014e-06 1.43237e-06 -3.52923e-06 -1.89975e-06 7.15875e-06 1.3579e-06 1.28795e-05 2.19932e-05 1.31274e-05 -5.65327e-07 -8.16318e-06 -9.79734e-07 -2e-05 -1.90428e-05 1.22426e-05 4.36193e-07 -7.8595e-06 6.63126e-07 1.0967e-05 1.61502e-05 1.28144e-05 1.15799e-05 8.33884e-06 3.53567e-06 1.77764e-06 -3.04838e-06 1.97982e-06 -7.97212e-06 -8.00493e-06 5.27142e-06 4.61688e-06 4.44414e-06 5.67333e-06 7.29579e-06 3.28948e-06 6.16902e-06 1.18203e-05 1.45548e-05 1.0822e-05 3.88891e-06 2.37169e-06 3.66138e-06 6.28164e-06 3.66632e-06 -8.4727e-07 -1.1588e-05 2.43629e-06 1.70157e-05 2.70613e-05 1.80706e-05 7.59421e-06 -2.58847e-06 -9.16839e-06 -1.11861e-05 -4.54754e-06 1.32246e-05 4.41773e-05 3.69775e-05 1.68446e-05 1.6874e-06 -1.12769e-05 5.89569e-07 -2e-05 -1.10652e-05 4.16341e-06 -4.97343e-06 -1.03819e-05 -4.99653e-06 1.94801e-06 7.01114e-06 1.24448e-05 1.48792e-05 6.53148e-06 7.07807e-06 6.00278e-06 1.07875e-06 2.57935e-06 1.43329e-06 1.33057e-06 -2.82595e-06 -6.75904e-07 5.88108e-06 7.55336e-06 2.91811e-06 -1.40996e-06 -3.26017e-07 3.22916e-06 6.55219e-06 6.88799e-06 1.43713e-06 -7.56596e-07 2.02286e-06 1.08226e-05 1.29914e-05 1.25743e-05 5.93201e-07 -7.14715e-06 3.8772e-06 2.23451e-05 2.12714e-05 8.57773e-06 -5.91343e-07 -6.40931e-06 -9.28794e-06 -3.2568e-06 6.92979e-06 1.43567e-05 1.96962e-05 1.74803e-05 5.51592e-06 3.52584e-06 8.6082e-06 -2.74943e-06 -1.21837e-05 -9.44148e-06 -4.51429e-06 -4.66735e-06 1.79927e-06 8.25917e-06 1.00065e-05 1.23586e-05 1.02187e-05 -4.04249e-06 -6.59343e-06 5.0233e-06 8.08283e-06 1.09328e-05 1.03555e-05 4.07672e-06 -2.74617e-06 -2.26207e-06 -1.63072e-06 -1.04049e-06 -6.37467e-06 -6.72361e-06 -4.60382e-06 -4.33698e-06 -3.09991e-06 2.25216e-06 -5.67651e-06 -1.21739e-05 -1.03631e-05 2.57483e-06 1.12952e-05 1.41014e-05 8.77454e-06 -2.07194e-06 3.62977e-06 8.64706e-06 1.47023e-05 9.97155e-06 1.52841e-06 -1.71592e-06 4.00276e-08 5.03876e-06 3.19737e-06 6.07216e-06 5.63595e-06 3.4333e-06 -8.00894e-06 -7.09121e-07 1.30943e-05 1.40713e-05 -1.17332e-06 -1.31974e-05 -7.18667e-06 1.1448e-06 7.93088e-06 1.59039e-05 2.00666e-05 1.54519e-05 4.83694e-06 -3.1858e-06 2.55298e-06 9.80732e-06 4.57937e-06 6.77066e-06 8.31361e-06 3.13642e-06 -2.87261e-06 -2.67909e-06 -1.40453e-06 1.86432e-06 -5.49343e-07 -5.15421e-06 -1.75282e-06 -2.1329e-06 -4.85676e-06 -2.84763e-07 -4.92562e-06 -1.10055e-05 -8.83272e-06 -2.14384e-06 4.78785e-06 4.8286e-06 5.39733e-06 3.19132e-06 4.17353e-06 5.09116e-06 8.1382e-06 6.32355e-06 -5.88562e-07 -2.29357e-06 1.10035e-06 8.29012e-06 2.85461e-06 6.51296e-07 -5.39453e-06 -5.73262e-06 -5.69259e-06 -3.11642e-06 7.86442e-06 2.03744e-05 9.0196e-06 -3.34804e-06 -9.27073e-06 -6.20592e-06 -8.41781e-07 4.26022e-06 7.46112e-06 7.76359e-06 1.02419e-05 1.38283e-05 1.53689e-05 4.88413e-06 1.6731e-06 -4.89655e-07 -1.41734e-06 -1.5995e-06 -4.6934e-06 -4.84618e-06 -1.52402e-06 1.79171e-06 4.25385e-06 3.76925e-06 -4.8032e-06 4.05924e-07 -4.95585e-06 -8.52578e-06 -3.05944e-06 -1.23622e-06 -2.8032e-07 -4.99277e-07 -2.0934e-07 -2.56314e-06 -3.28573e-07 3.94383e-06 2.9184e-06 2.41821e-06 6.57375e-06 6.7067e-06 2.03991e-06 -9.5665e-09 1.95254e-06 5.37195e-06 3.17473e-06 1.83432e-06 -1.21064e-05 -1.03777e-05 -1.60393e-07 -8.17663e-06 4.0131e-06 5.60816e-06 2.35086e-06 4.26283e-06 -1.03084e-06 -5.66594e-06 3.34786e-06 1.0865e-05 1.15166e-05 1.14713e-05 1.1176e-05 8.49544e-06 5.93234e-06 5.86755e-06 4.31846e-06 -6.24923e-07 -6.13283e-06 -7.74717e-06 -8.79296e-07 -9.56817e-07 -1.24605e-06 2.97013e-07 2.98492e-06 8.18898e-06 5.87338e-06 -6.40009e-06 -1.196e-05 -1.02255e-05 -2.33691e-07 7.74044e-06 1.00402e-05 6.30105e-06 4.8268e-06 2.2502e-06 8.43257e-07 7.34982e-06 1.00418e-05 3.19407e-06 2.31432e-06 5.58286e-06 4.68097e-06 1.11692e-06 -2.11686e-06 3.43841e-08 5.12696e-06 6.39259e-06 4.59097e-06 1.76149e-06 7.46478e-06 1.09978e-05 9.63109e-06 6.71142e-06 2.17062e-06 1.00785e-05 1.38669e-05 6.32471e-06 1.04934e-05 1.81854e-05 2.16076e-05 2.24276e-05 2.07993e-05 1.7248e-05 1.30503e-05 9.17497e-06 6.32143e-06 3.59658e-06 3.28643e-07 -2.46547e-06 -3.22084e-07 8.81724e-07 4.29795e-08 1.48635e-06 2.8383e-06 1.2445e-05 2.43164e-05 1.34256e-05 -4.73792e-07 -1.2718e-06 5.28485e-06 1.05246e-05 1.35285e-05 1.39429e-05 1.32039e-05 9.89574e-06 5.192e-06 3.64862e-06 4.80679e-06 2.97069e-06 -1.4183e-07 1.65178e-06 3.09206e-06 1.87498e-06 1.25438e-07 7.28237e-07 3.234e-06 6.57074e-06 7.47923e-06 5.01585e-06 4.40201e-06 6.29176e-06 6.12141e-06 4.1241e-06 7.6502e-07 3.43236e-06 9.20248e-06 9.67048e-06 7.67862e-06 1.00821e-05 1.27605e-05 1.59728e-05 1.81478e-05 1.68487e-05 1.30542e-05 8.44894e-06 5.60621e-06 4.37474e-06 2.76976e-06 1.00973e-06 1.14314e-06 5.88347e-07 -2.11351e-06 1.04813e-07 1.93904e-06 5.10579e-06 1.05863e-05 1.14528e-05 7.361e-06 6.52912e-06 6.326e-06 3.3268e-06 2.33189e-06 6.35692e-06 9.99393e-06 1.09642e-05 1.01174e-05 9.56234e-06 1.05432e-05 8.95861e-06 5.28413e-06 1.80596e-06 1.92358e-06 1.62585e-06 1.59302e-06 2.06414e-06 2.86758e-06 5.04001e-06 6.91104e-06 7.44289e-06 5.84141e-06 4.0363e-06 2.40733e-06 4.53177e-07 -3.20293e-06 -1.00728e-06 3.24373e-06 6.5952e-06 6.34575e-06 5.27198e-06 6.14894e-06 7.70317e-06 7.84553e-06 6.463e-06 5.08415e-06 4.10491e-06 3.30201e-06 2.22467e-06 3.82592e-06 3.82668e-06 3.82677e-06 2.68408e-07 -2.0519e-06 -1.35423e-06 1.29247e-06 2.87526e-06 5.07463e-06 5.79125e-06 4.18193e-06 3.40277e-06 3.77475e-06 2.02124e-06 -2.3863e-07 4.75562e-07 2.63429e-06 4.18536e-06 5.12442e-06 6.18038e-06 7.31861e-06 5.99615e-06 3.35922e-06 1.19282e-06 1.04819e-06 1.27399e-06 1.72812e-06 2.07475e-06 2.23781e-06 3.17741e-06 4.61565e-06 5.75082e-06 5.91606e-06 4.47213e-06 1.68209e-06 -1.41099e-06 -3.38651e-06 -3.61108e-06 -1.77741e-07 2.33805e-06 3.47772e-06 3.98525e-06 4.17799e-06 4.37288e-06 3.76486e-06 2.41295e-06 1.22056e-06 -2.85956e-07 -8.46656e-07 -1.17362e-06 2.50097e-07 3.61803e-06 2.70918e-06 6.36673e-07 -9.32068e-07 -2.50411e-07 1.10468e-06 1.91372e-06 2.42627e-06 2.76829e-06 2.73801e-06 2.7834e-06 3.19163e-06 2.82537e-06 8.5009e-07 -8.46198e-07 -6.46665e-07 4.73251e-07 1.51388e-06 2.20227e-06 2.31282e-06 1.25178e-06 1.91264e-07 -2.17407e-07 1.1584e-07 5.28626e-07 1.03284e-06 1.51579e-06 1.38961e-06 2.24323e-06 3.46099e-06 4.2559e-06 4.25133e-06 3.16881e-06 1.74026e-06 -8.32779e-07 -1.22719e-06 -1.7035e-06 -1.20014e-06 7.20433e-07 2.36338e-06 3.29699e-06 3.57453e-06 3.1627e-06 2.8402e-06 2.40378e-06 5.57602e-07 -1.07005e-06 -8.70588e-07 -6.91194e-07 -1.31454e-06 5.35334e-08 5.98241e-06 6.53022e-06 5.81965e-06 4.29178e-06 2.72933e-06 1.97301e-06 1.61033e-06 1.32498e-06 1.39423e-06 1.26312e-06 1.23267e-06 1.21463e-06 8.09477e-07 6.38528e-08 6.92018e-08 4.97172e-07 7.59571e-07 8.98797e-07 1.76479e-06 2.93139e-06 3.59755e-06 2.80917e-06 1.38968e-06 6.79315e-07 8.22389e-07 1.12836e-06 7.87096e-07 1.27172e-06 2.49272e-06 3.11609e-06 2.94612e-06 1.98817e-06 1.0795e-06 8.60788e-07 5.07557e-07 1.18852e-07 5.84825e-07 1.67969e-06 2.38274e-06 2.5738e-06 2.49973e-06 1.34539e-06 5.8983e-07 6.14039e-07 6.63417e-07 1.1517e-06 1.96082e-06 1.60724e-06 4.56809e-07 2.40688e-06 1.44772e-05 1.511e-05 1.30584e-05 9.82581e-06 6.35633e-06 3.60074e-06 1.93005e-06 9.13424e-07 2.18667e-07 -2.53607e-07 -2.84686e-07 3.3429e-08 3.1035e-07 1.02124e-06 1.86027e-06 1.89615e-06 1.65419e-06 1.21822e-06 7.3899e-07 6.60575e-07 1.60152e-06 2.45493e-06 2.67688e-06 2.34283e-06 1.80526e-06 1.39464e-06 1.16763e-06 1.57288e-06 1.9198e-06 1.67358e-06 7.97871e-07 6.11726e-08 7.84794e-07 1.82704e-06 1.72908e-06 7.45884e-07 4.18053e-07 1.31428e-06 2.15779e-06 1.99185e-06 1.22732e-06 -3.43253e-07 3.40435e-07 1.74309e-06 2.69146e-06 3.6776e-06 3.12773e-06 2.77964e-06 5.64824e-06 9.99814e-06 1.18431e-05 1.17493e-05 9.83007e-06 5.94404e-06 2.46582e-06 1.157e-06 1.3603e-06 2.13858e-06 3.18488e-06 4.30924e-06 4.9894e-06 3.836e-06 2.27143e-06 9.89215e-07 7.65581e-07 1.18999e-06 1.55136e-06 1.63718e-06 1.6872e-06 1.90001e-06 2.31188e-06 2.17152e-06 5.67313e-08 -9.08835e-07 -6.95737e-07 -4.20803e-08 6.67546e-07 1.37015e-06 1.61485e-06 1.5413e-06 6.72313e-07 -3.04526e-07 3.88113e-07 1.52677e-06 1.76164e-06 1.59451e-06 1.43964e-06 5.22126e-08 -5.22181e-07 1.00968e-06 4.24394e-06 2.89381e-06 4.38786e-06 5.22825e-06 4.61473e-06 3.77655e-06 3.77997e-06 4.60834e-06 6.43214e-06 8.95411e-06 7.96182e-06 9.85805e-06 9.01549e-06 5.30396e-06 3.57377e-06 3.24539e-06 2.38857e-06 1.1942e-06 5.28185e-07 8.81334e-07 1.991e-06 2.35347e-06 1.39746e-06 7.19312e-07 5.31531e-07 1.71909e-06 3.37806e-06 4.2015e-06 4.17504e-06 3.58777e-06 2.85302e-06 2.13232e-06 6.4369e-07 -2.95124e-07 -2.3783e-07 5.26642e-07 1.2301e-06 1.22147e-06 1.57221e-06 1.56763e-06 2.21617e-07 1.1061e-07 1.33881e-06 2.44957e-06 2.00756e-06 1.99903e-06 2.64785e-06 1.12749e-06 -1.40295e-07 -5.98519e-07 -2.51505e-06 4.54377e-07 2.14429e-06 2.47909e-06 1.88721e-06 5.6662e-06 6.28052e-06 3.93781e-06 3.82324e-06 5.04111e-06 2.49873e-06 5.34692e-06 5.02294e-06 2.40526e-06 7.80386e-07 1.28381e-06 4.73947e-07 -2.55797e-06 -4.80142e-06 -4.90422e-06 -2.33613e-06 1.47912e-06 2.70804e-06 2.75765e-06 1.72094e-06 1.5677e-07 3.06653e-07 1.72152e-06 1.82681e-06 7.1728e-07 2.62039e-07 3.99627e-07 5.30668e-07 5.33557e-08 1.16705e-07 1.38696e-06 2.41517e-06 2.62113e-06 2.12885e-06 2.45959e-06 3.65489e-07 1.87696e-07 9.59124e-07 1.60834e-06 2.00266e-06 1.72134e-06 2.47416e-06 2.52198e-06 1.43681e-06 -7.1297e-07 -2.58594e-06 -1.32677e-06 5.17945e-07 5.18843e-07 3.42487e-06 7.78945e-06 3.41473e-06 1.75373e-06 7.81557e-07 -3.47317e-07 -3.25739e-06 2.554e-06 4.25473e-06 2.4595e-06 -1.9125e-06 -2.74194e-06 -1.35176e-06 -2.02724e-06 -3.9902e-06 -4.96046e-06 -7.71838e-07 2.61794e-06 4.98579e-06 5.70916e-06 4.68951e-06 2.91991e-06 2.33796e-06 2.15533e-06 4.87234e-07 -1.17357e-06 -1.6423e-06 -1.00436e-06 -2.24112e-07 -2.73016e-07 -8.92241e-08 1.60566e-06 3.41323e-06 5.20793e-06 2.79715e-06 1.5269e-06 4.19852e-07 6.36403e-07 1.08459e-06 1.29146e-06 9.92206e-07 1.08953e-06 2.23291e-06 2.41094e-06 8.74328e-07 -4.39995e-07 -4.3642e-07 1.88773e-07 5.46605e-07 1.30329e-06 6.96795e-06 6.73521e-06 3.03279e-06 7.61001e-07 -4.99268e-06 -1.12587e-05 -4.41551e-06 4.28217e-06 6.89529e-06 6.19864e-06 1.32418e-06 -6.19171e-07 9.93054e-07 1.18379e-06 2.80685e-07 -2.80856e-07 2.08785e-06 5.14917e-06 6.42278e-06 6.07079e-06 5.0726e-06 4.69483e-06 5.46812e-06 4.88291e-06 1.65806e-06 -1.29971e-06 -1.98883e-06 -1.05476e-06 -4.39071e-08 3.273e-07 -1.175e-06 8.90399e-08 2.77576e-06 4.06154e-06 3.02913e-06 1.4595e-06 2.36663e-06 2.95331e-06 2.56416e-06 1.34064e-06 6.25388e-07 1.93757e-06 2.09393e-06 6.78914e-07 -3.47122e-07 6.10435e-07 8.45269e-07 -3.44886e-07 -2.48637e-07 6.69062e-06 1.0492e-05 7.08919e-06 2.30964e-06 -3.53715e-06 -1.47741e-05 -2e-05 1.98625e-06 9.18462e-06 9.31024e-06 6.09891e-06 2.42347e-06 3.03457e-06 3.60623e-06 1.83286e-06 -1.00057e-07 4.69645e-07 2.04061e-06 4.49325e-06 5.98955e-06 5.85891e-06 4.27019e-06 2.75898e-06 3.651e-06 4.79366e-06 2.23088e-06 -4.30054e-07 -6.92716e-07 -6.9268e-07 -9.04308e-07 -1.449e-06 -3.64175e-06 -2.47758e-06 -4.17162e-10 3.49786e-07 1.73173e-06 5.1666e-06 8.09475e-06 8.45735e-06 6.29523e-06 3.31537e-06 2.65437e-06 3.87899e-06 2.08038e-06 -8.17081e-08 7.3507e-07 2.15967e-06 1.28359e-06 -1.3051e-06 2.15285e-06 1.20448e-05 9.43083e-06 6.80571e-06 1.70687e-06 -4.60861e-06 -9.33826e-06 -1.19548e-05 5.30343e-06 1.20358e-05 1.18681e-05 8.14411e-06 4.75946e-06 5.1694e-06 5.06631e-06 1.65582e-06 -3.12085e-08 -1.77193e-06 -3.85793e-07 4.30666e-06 6.68969e-06 5.59983e-06 3.98917e-06 2.15131e-06 8.77154e-07 1.01791e-06 1.28863e-06 1.72628e-06 1.77916e-06 5.96916e-07 -1.32043e-06 -3.61856e-06 -2.71422e-06 -2.72381e-06 -4.4904e-06 1.06811e-06 7.19533e-06 1.51253e-05 1.78768e-05 1.52081e-05 9.93434e-06 5.70853e-06 5.42651e-06 5.56417e-06 2.57477e-06 6.09532e-07 1.77514e-06 3.00266e-06 1.41509e-06 -8.11657e-07 3.20748e-06 7.26935e-06 6.65811e-06 4.4433e-06 -1.0657e-06 -6.36486e-06 -7.5613e-06 -5.83016e-06 4.89857e-06 1.15751e-05 1.21716e-05 7.99554e-06 5.68618e-06 8.39903e-06 8.31952e-06 2.34139e-06 -9.02624e-07 -2.34338e-06 8.13912e-07 4.974e-06 5.79444e-06 5.27719e-06 7.68191e-06 8.32313e-06 6.88997e-06 4.92375e-06 4.33162e-06 4.15756e-06 2.6539e-06 1.40595e-06 -7.11636e-07 -1.38615e-06 -3.91758e-06 -7.93795e-06 -2.24633e-07 5.12534e-06 1.47493e-05 2.15608e-05 2.01212e-05 1.38311e-05 8.97784e-06 7.2201e-06 8.05066e-06 6.41254e-06 3.32118e-06 8.10754e-07 3.32018e-07 1.3934e-06 1.99759e-07 -9.55834e-07 1.48516e-06 2.52453e-06 4.04889e-06 5.76975e-07 -3.95652e-06 -5.81227e-06 -4.69262e-06 -3.31445e-06 5.93224e-06 1.20634e-05 9.70196e-06 5.07537e-06 7.12583e-06 1.06057e-05 7.14709e-06 1.50673e-06 1.13492e-06 2.28927e-06 4.80511e-06 4.05606e-06 7.27707e-07 4.30835e-06 7.38362e-06 7.89244e-06 6.16271e-06 5.97509e-06 4.22454e-06 1.53457e-06 1.94096e-06 3.1824e-06 1.98973e-06 -1.78294e-06 -8.48394e-06 1.5502e-07 3.65409e-06 4.59213e-06 1.10179e-05 1.32943e-05 6.91096e-06 4.80183e-06 6.43309e-06 7.00899e-06 6.62684e-06 4.95522e-06 4.80671e-06 3.39959e-06 -1.26788e-06 9.26168e-07 3.8424e-07 -2.23135e-06 -1.44015e-06 -2.01632e-07 2.27192e-06 -2.59723e-07 -2.42536e-06 -2.43051e-06 -3.20185e-06 -1.23228e-06 9.1735e-06 1.00917e-05 5.60571e-06 3.55919e-06 7.96096e-06 7.64771e-06 3.83693e-06 1.78984e-06 1.7377e-06 4.54754e-06 4.87409e-06 4.90055e-07 -2.35907e-06 -1.95362e-06 -1.33992e-06 -2.6766e-06 -4.50818e-06 -4.26755e-06 -1.56643e-06 -5.70331e-08 1.70324e-06 4.09554e-06 3.36084e-06 -1.16758e-06 5.9675e-07 5.34913e-06 9.70626e-06 8.94593e-06 6.3479e-06 8.51046e-06 1.00686e-05 6.28626e-06 7.91936e-06 9.42132e-06 6.62268e-06 5.67626e-06 7.67595e-06 5.69237e-06 3.15523e-06 5.92748e-06 1.43576e-06 -8.02865e-07 -1.67706e-06 2.23107e-06 4.57675e-06 2.8405e-06 3.42599e-06 5.93563e-06 5.33215e-06 4.82593e-06 8.52426e-06 6.05086e-06 3.34125e-06 3.00398e-06 4.17742e-06 3.64738e-06 3.81261e-06 3.55682e-06 1.2047e-06 3.03461e-06 2.91185e-06 -2.14023e-06 -2.83252e-06 -2.69117e-06 -8.10353e-06 -1.04999e-05 -9.17956e-06 -3.81838e-06 1.13826e-06 2.32148e-06 2.39751e-06 2.52408e-06 -2.15092e-06 -3.6188e-06 6.29593e-06 1.46493e-05 1.92124e-05 2.02164e-05 1.36562e-05 3.95732e-06 5.46248e-06 1.17213e-05 1.49837e-05 1.22837e-05 6.74013e-06 6.09944e-06 1.15205e-05 1.18104e-05 9.70297e-06 6.89588e-06 3.41224e-07 3.48704e-06 1.82409e-06 9.18312e-06 1.12898e-05 5.4031e-06 5.87159e-06 1.37162e-05 1.62122e-05 1.19364e-05 4.44791e-06 2.59501e-06 4.82041e-06 8.93338e-07 -1.3321e-06 3.11206e-06 6.45211e-06 6.25756e-06 3.5769e-06 4.71577e-06 2.99766e-06 -5.91434e-06 -4.02744e-06 4.59058e-06 -3.80803e-06 -6.43991e-06 -9.29023e-06 -9.95926e-06 3.53643e-06 6.4615e-06 5.37871e-06 -3.15831e-07 -7.59529e-06 3.81411e-06 1.75731e-05 2.16749e-05 1.84028e-05 1.58041e-05 9.51428e-06 3.48024e-06 5.28299e-06 1.02339e-05 1.08621e-05 6.79009e-06 3.00231e-06 -2.49925e-06 3.78463e-06 1.94929e-05 1.34579e-05 6.38237e-06 -6.99714e-06 -5.64921e-06 5.54291e-06 2.47831e-05 2.1546e-05 9.09932e-06 7.9687e-06 1.78458e-05 1.73284e-05 9.89048e-06 7.16738e-06 5.76153e-06 6.53871e-06 1.80034e-06 8.17118e-07 4.58743e-06 8.65833e-06 8.15005e-06 6.33641e-06 6.61608e-06 3.22127e-06 -4.19073e-06 6.19848e-06 8.65955e-06 6.978e-06 -4.32027e-06 -1.09051e-05 -6.97972e-06 4.83328e-06 4.62459e-06 1.96181e-06 -9.67386e-06 -2.07734e-06 6.3747e-06 1.66094e-05 1.39443e-05 1.12056e-05 7.91457e-06 3.51452e-06 4.30288e-06 5.26646e-06 4.38587e-06 6.2976e-06 1.06112e-05 2.18041e-06 -1.30286e-05 -1.71611e-05 2.09437e-06 1.13725e-05 -2.82933e-06 -2e-05 1.08107e-06 3.16771e-05 4.70331e-05 2.95481e-05 1.02585e-05 5.64025e-06 1.07885e-05 1.05327e-05 8.20387e-06 8.3081e-06 6.98936e-06 7.23138e-06 1.74982e-06 3.5116e-06 6.89078e-06 1.20723e-05 1.17823e-05 8.31959e-06 3.90787e-06 7.48952e-07 3.01879e-06 6.43391e-06 1.20236e-05 1.24659e-05 -2.59682e-06 -6.2785e-06 1.76746e-06 6.87687e-06 2.38613e-06 -2.79241e-06 -1.95008e-05 -4.59939e-07 6.1645e-06 1.10614e-05 8.85883e-06 1.12927e-05 1.45939e-05 5.47335e-06 1.85108e-06 -4.21372e-06 -6.11375e-06 4.19428e-06 2.20384e-06 -1.22006e-05 -1.2429e-05 -1.23701e-05 -2.19248e-06 2.46037e-06 -2e-05 -2e-05 4.21839e-06 4.28527e-05 4.85456e-05 2.20198e-05 8.47675e-06 5.88571e-06 8.74371e-06 7.4803e-06 7.56601e-06 9.27257e-06 8.82916e-06 5.81984e-06 3.46934e-06 4.6645e-06 9.04226e-06 1.46289e-05 1.27342e-05 7.39173e-06 1.88985e-06 -2.19356e-06 1.6218e-06 7.89084e-06 1.68964e-05 1.49775e-05 5.25073e-07 -4.55011e-07 6.31979e-06 1.0329e-05 2.56671e-06 -9.24043e-06 -3.077e-06 -7.22944e-07 5.61455e-07 4.25527e-06 3.61509e-06 8.01235e-06 7.12683e-06 4.13483e-06 2.71065e-06 -6.99769e-06 -3.87829e-06 5.02923e-06 3.01683e-06 -6.42035e-06 -8.52599e-06 -7.73178e-06 4.42299e-06 7.20432e-06 -2e-05 -1.36521e-05 1.81028e-07 2.26284e-05 4.12243e-05 3.32868e-05 1.36846e-05 5.46374e-06 8.96946e-06 6.0888e-06 4.71561e-06 6.42316e-06 7.60462e-06 5.2099e-06 4.98122e-06 3.72099e-06 8.09392e-06 1.21663e-05 1.14408e-05 7.22398e-06 2.76338e-06 -1.72112e-06 9.10078e-07 1.0514e-05 1.26811e-05 7.64556e-06 1.94779e-06 -4.20795e-06 1.80125e-06 5.27386e-06 9.46394e-06 -5.3446e-07 1.68982e-07 -1.15816e-06 -6.57633e-06 -9.82661e-06 -4.67392e-07 4.53718e-06 2.84382e-06 1.71362e-06 2.88044e-06 -3.52569e-06 2.00954e-06 3.78696e-06 2.92739e-06 2.113e-06 8.04843e-07 -2.5388e-06 7.36129e-06 1.6695e-05 2.42326e-06 -1.67199e-06 -1.19231e-05 5.76188e-06 1.65718e-05 1.40893e-05 1.61437e-05 5.06592e-06 5.15178e-06 3.22152e-06 2.89272e-06 5.86401e-06 6.48906e-06 4.15965e-06 3.41241e-06 1.84603e-06 4.06413e-06 4.0816e-06 6.77207e-06 7.05637e-06 5.53744e-06 2.45587e-06 4.09475e-06 6.90678e-06 1.10404e-06 -1.51118e-06 -1.22539e-06 -9.22073e-06 -1.92016e-06 -3.24404e-06 3.99187e-06 1.69488e-06 -1.43683e-06 -5.59842e-06 -1.32458e-05 -1.01909e-05 2.03439e-06 4.0252e-06 3.5372e-06 3.66526e-06 3.97738e-06 9.45866e-07 1.01823e-06 1.44654e-06 2.01464e-06 7.13583e-06 7.91662e-06 -9.85285e-07 4.22269e-06 1.19233e-05 1.73442e-05 5.25445e-06 3.30481e-06 2.89052e-06 1.0843e-05 1.10153e-05 7.2202e-06 3.91975e-06 1.27626e-06 2.05059e-06 3.85486e-06 5.47421e-06 6.46166e-06 2.33561e-06 1.58596e-06 5.17176e-07 -1.89551e-06 -9.43494e-06 6.45719e-07 5.39633e-06 5.57815e-06 4.316e-06 3.78414e-06 5.38857e-07 -7.31088e-06 -1.43204e-06 -3.32955e-06 -1.03491e-05 -6.94971e-06 -6.11233e-06 8.40193e-06 3.95552e-06 -1.03114e-05 -2e-05 -2e-05 -1.50433e-06 5.75359e-06 7.42994e-06 6.38201e-06 1.01477e-05 1.78897e-05 4.36813e-06 -4.33398e-06 -3.27453e-06 1.61516e-06 9.62112e-06 1.01298e-05 -2.87377e-08 1.86349e-06 4.33068e-06 1.92114e-05 4.07605e-06 4.24441e-06 3.9509e-06 1.33948e-05 1.49226e-05 7.96398e-06 8.27627e-06 3.41202e-06 4.85771e-06 5.19639e-06 4.29529e-06 4.79544e-06 -1.34781e-07 -9.85802e-08 3.78815e-08 -2.7714e-06 -1.40298e-05 -1.29063e-06 2.92503e-06 3.67858e-06 6.33298e-06 2.0655e-06 6.7175e-09 -4.09551e-06 3.33625e-06 -5.7038e-06 -6.88193e-06 -2e-05 -1.67884e-05 1.23338e-05 7.08132e-06 -8.42654e-06 -1.1457e-05 -2.7461e-06 2.46206e-06 2.69518e-06 7.46739e-06 3.91674e-06 9.02992e-06 1.4974e-05 3.21393e-06 -8.58488e-06 -6.94264e-06 3.19692e-06 7.69685e-06 9.28626e-06 -1.52706e-06 -5.3797e-06 2.88173e-06 1.05985e-05 4.4574e-06 8.02546e-06 6.78318e-06 1.01256e-05 1.51195e-05 8.38582e-06 9.55029e-06 8.28628e-06 5.66973e-06 4.80346e-06 6.49023e-06 3.86509e-06 -2.87657e-06 -3.26565e-06 -8.73767e-09 -1.25381e-06 -1.02797e-05 -3.62954e-07 2.43706e-06 4.04939e-06 7.38981e-06 2.94998e-07 1.19934e-06 -1.25292e-06 -1.37605e-06 -3.18658e-06 -1.29891e-05 -2e-05 -1.02245e-05 8.30175e-06 5.97339e-06 -1.45728e-06 -7.5125e-07 8.93457e-06 2.49718e-06 1.20075e-06 5.97797e-06 8.42003e-06 1.12431e-05 7.29567e-06 5.32432e-07 -8.2143e-06 -2.40219e-06 4.53519e-06 4.82347e-06 9.91712e-06 -1.14087e-05 -6.63753e-06 4.87786e-06 1.58783e-05 7.81536e-06 8.97678e-06 6.57954e-06 5.15973e-06 7.04708e-06 8.91852e-06 1.07676e-05 7.39928e-06 4.04413e-06 3.438e-06 4.6186e-06 1.20221e-06 -3.21228e-06 -4.52749e-06 8.86114e-07 -6.00387e-07 -6.33223e-06 9.07024e-07 3.44404e-06 3.96988e-06 2.0505e-06 -5.53007e-06 2.73877e-06 -2.08554e-06 -3.99235e-06 -2.48103e-06 -2e-05 -2e-05 2.08303e-06 7.04893e-06 5.95791e-06 -1.7098e-06 2.39347e-06 2.82942e-06 6.49732e-07 2.44108e-06 9.14996e-06 1.35883e-05 8.81894e-06 3.93162e-06 4.1931e-07 -1.35638e-06 1.23085e-06 2.10049e-06 3.08333e-06 1.44829e-05 -1.00194e-05 -2.1515e-06 5.92172e-06 2.10286e-05 1.1012e-05 6.35265e-06 4.27099e-06 6.43015e-07 -1.24996e-06 1.11539e-05 1.50303e-05 9.06467e-06 2.9551e-06 1.46286e-06 1.21524e-06 -1.95231e-07 -1.33009e-06 -1.96016e-06 1.5574e-06 -1.7377e-06 -3.07881e-06 1.22677e-06 3.48395e-06 4.22478e-06 -5.94728e-06 1.60312e-06 3.05141e-07 -3.84313e-06 -3.27087e-06 -8.29494e-06 -1.58156e-05 -1.09086e-05 5.58969e-06 8.06769e-06 6.45212e-06 7.65654e-07 1.05579e-06 2.74456e-06 1.31242e-06 2.46761e-06 7.57124e-06 1.10983e-05 7.36809e-06 4.14122e-06 2.53411e-06 1.99559e-06 1.91963e-06 -3.77512e-07 2.64457e-06 5.93033e-06 -5.02846e-06 1.65978e-06 7.95925e-06 1.80802e-05 1.43677e-05 4.88028e-06 1.19308e-06 -4.17399e-06 -3.59942e-06 1.45321e-05 1.64638e-05 9.78738e-06 2.85799e-06 9.64314e-07 3.66935e-06 5.78073e-07 -1.86327e-07 2.77116e-08 2.55436e-08 -1.34767e-06 -5.53028e-07 1.29897e-06 3.69512e-06 -3.98764e-07 8.7937e-07 4.48197e-07 -4.88478e-07 -2.12536e-06 -1.49063e-06 -4.46122e-06 -8.48674e-06 1.06834e-06 7.54827e-06 8.30167e-06 5.21969e-06 9.62237e-07 1.18426e-06 2.05539e-06 1.84443e-06 1.63286e-06 5.42048e-06 8.65442e-06 6.68119e-06 5.20881e-06 5.14196e-06 3.55628e-06 1.21151e-06 -2.24162e-06 2.55166e-06 2.53069e-06 -1.31342e-06 3.44626e-06 8.03491e-06 1.35661e-05 1.38747e-05 5.32534e-06 -8.9875e-07 -5.09235e-06 -1.99615e-06 1.87613e-05 1.66709e-05 8.09761e-06 5.2299e-06 5.06938e-06 3.74408e-06 5.82216e-08 3.66059e-08 -1.24401e-06 -3.742e-07 5.402e-07 -5.96399e-07 9.03819e-07 1.27846e-06 2.83644e-06 1.53933e-06 2.38345e-06 -6.00412e-07 -1.00901e-06 -5.33695e-07 -1.3897e-06 -7.45162e-07 4.23572e-06 7.66478e-06 5.64107e-06 2.49497e-06 -5.18214e-08 1.93764e-07 1.23821e-06 8.49049e-07 4.9881e-07 3.54593e-06 6.30884e-06 5.71097e-06 5.84252e-06 6.57574e-06 3.18857e-06 -2.66653e-07 -3.02656e-06 -1.41484e-06 -1.90147e-06 1.00123e-06 4.20202e-06 6.2304e-06 8.94031e-06 8.97618e-06 2.92369e-06 -2.05269e-07 -2.8833e-06 1.33786e-07 1.49081e-05 1.66481e-05 7.18163e-06 7.30484e-06 6.97701e-06 1.05208e-06 -4.74484e-07 -1.18176e-06 -3.45705e-06 1.40506e-06 1.09847e-06 -1.24032e-06 -5.22843e-08 1.77175e-06 3.9899e-06 5.70782e-06 2.06781e-06 -2.03159e-06 -1.45208e-06 4.2821e-07 -2.74415e-07 1.83403e-06 5.18864e-06 5.19701e-06 2.76689e-06 9.3747e-08 -7.70136e-07 -1.20311e-08 2.7661e-07 -5.60832e-07 -1.77984e-07 2.00755e-06 3.59011e-06 3.52888e-06 4.02855e-06 3.82297e-06 2.61744e-07 -8.484e-07 -1.17159e-07 -1.39463e-05 3.30723e-08 2.19689e-06 3.8109e-06 3.81212e-06 4.32748e-06 3.06004e-06 2.66421e-07 -1.23005e-07 -1.57695e-06 2.01748e-07 6.2387e-06 7.91868e-06 8.15484e-06 7.28599e-06 4.4319e-06 5.03186e-07 1.37265e-07 -5.0339e-07 6.41244e-07 2.96724e-06 9.18998e-07 -1.32823e-06 -3.35348e-07 2.07473e-06 4.80591e-06 3.9624e-06 2.74787e-07 -1.01673e-06 -5.53109e-07 -5.41295e-08 9.4052e-07 3.01626e-06 3.87137e-06 2.53514e-06 6.61354e-07 -8.27461e-07 -5.92704e-07 -2.9121e-07 -5.0781e-07 -9.12472e-07 -2.50259e-07 8.34509e-07 1.06992e-06 7.5758e-07 4.62075e-07 -3.09623e-07 -1.13934e-07 -5.13098e-08 -2.90112e-07 -1.6819e-07 7.90309e-07 2.57613e-06 2.48974e-06 1.54417e-06 1.24702e-06 5.06951e-07 -5.38647e-07 -1.17746e-06 -1.47886e-06 -1.57513e-07 2.2706e-06 2.40772e-06 1.92048e-06 1.67609e-06 8.93018e-07 9.96787e-07 5.54691e-07 5.34606e-07 1.96037e-06 2.77304e-06 3.28629e-07 -9.63534e-07 -1.75721e-08 2.16697e-06 3.27951e-06 1.67703e-06 1.75165e-10 -3.23215e-07 -9.04961e-08 4.50422e-07 1.76474e-06 2.58409e-06 2.10895e-06 8.89015e-07 -2.02495e-07 -7.32841e-07 -6.3378e-07 -7.04594e-07 -8.43738e-07 -6.50566e-07 -1.8958e-07 1.80177e-07 8.17686e-08 9.35261e-09 5.66758e-08 1.6829e-07 2.52525e-07 1.95397e-07 -7.80563e-07 4.44334e-07 1.43926e-06 1.98734e-06 1.193e-06 3.40374e-07 7.52916e-08 -2.86628e-07 -9.26e-07 -1.34265e-06 -1.17238e-06 -1.32538e-07 1.16517e-06 1.56176e-06 1.45115e-06 1.28881e-06 1.00722e-06 1.16339e-06 9.39048e-07 1.23344e-06 1.96044e-06 1.55098e-06 -6.30198e-09 -6.50997e-07 2.16488e-07 1.52893e-06 1.67087e-06 7.96522e-07 1.7222e-07 7.37159e-08 3.39473e-07 9.91259e-07 1.73483e-06 1.64996e-06 1.0266e-06 3.62117e-07 -2.1278e-07 -5.64437e-07 -7.30566e-07 -7.68396e-07 -6.46307e-07 -3.80545e-07 -1.22282e-07 3.12359e-08 5.13728e-08 1.25379e-07 2.8625e-07 4.68686e-07 5.71317e-07 5.93664e-07 7.31922e-07 1.03999e-06 1.42421e-06 1.2143e-06 4.49198e-07 -1.50744e-07 -3.83276e-07 -5.83144e-07 -8.79213e-07 -9.95631e-07 -7.30812e-07 -1.26626e-08 7.08274e-07 8.66044e-07 8.10287e-07 1.11388e-06 1.31556e-06 8.11656e-07 7.31118e-07 9.40597e-07 1.20641e-06 7.58785e-07 -6.15527e-08 -4.50345e-07 1.31169e-07 7.64837e-07 7.80784e-07 4.6204e-07 2.42983e-07 2.51685e-07 4.92978e-07 9.55173e-07 1.18507e-06 9.57382e-07 6.2686e-07 2.76691e-07 -7.11138e-08 -3.64678e-07 -5.66163e-07 -5.5725e-07 -3.82917e-07 -1.95299e-07 -5.28084e-08 4.18572e-08 9.95516e-08 1.88332e-07 3.32885e-07 4.94252e-07 5.72203e-07 6.40179e-07 8.26431e-07 9.80683e-07 9.94347e-07 6.64503e-07 1.16349e-07 -2.56387e-07 -3.99248e-07 -4.75549e-07 -5.6552e-07 -5.60267e-07 -3.88851e-07 -9.72346e-09 3.25093e-07 3.24358e-07 3.53106e-07 7.04847e-07 9.29679e-07 4.64156e-07 4.09864e-07 5.21704e-07 6.77485e-07 4.70639e-07 -4.9236e-08 -3.18592e-07 2.74039e-08 3.73318e-07 4.34851e-07 3.08427e-07 2.01963e-07 2.1054e-07 3.40554e-07 5.81254e-07 6.85082e-07 5.78589e-07 4.23774e-07 2.35769e-07 2.97365e-09 -2.39963e-07 -3.96597e-07 -3.82423e-07 -2.57077e-07 -1.15671e-07 -1.51071e-08 5.76652e-08 1.1444e-07 1.79934e-07 2.58597e-07 3.36882e-07 3.78867e-07 4.42914e-07 5.72832e-07 6.47697e-07 5.91979e-07 3.66027e-07 3.30132e-08 -2.08276e-07 -2.81765e-07 -2.94233e-07 -3.37835e-07 -3.41594e-07 -2.46492e-07 -4.27118e-08 1.33575e-07 1.17696e-07 1.57387e-07 3.96019e-07 5.36296e-07 3.26082e-06 5.58678e-06 6.93834e-06 4.86542e-06 2.18367e-06 9.25979e-07 8.76718e-07 1.52915e-06 2.34032e-06 2.79532e-06 2.56434e-06 1.58978e-06 6.30574e-07 8.49203e-07 2.76437e-06 3.95564e-06 4.21682e-06 3.8006e-06 3.00808e-06 2.10524e-06 1.23768e-06 3.35574e-07 -2.19873e-07 -3.61217e-07 -1.37884e-07 5.53371e-07 1.29307e-06 1.55541e-06 1.46347e-06 1.64875e-06 1.63772e-06 1.05513e-06 7.99623e-07 1.13452e-06 1.06646e-06 1.5529e-06 2.172e-06 5.97123e-07 -6.87902e-07 -1.88519e-07 1.344e-06 3.44192e-06 4.45423e-06 3.26449e-06 2.27777e-06 3.78922e-06 4.72507e-06 1.62795e-06 3.20359e-07 9.59294e-07 5.76322e-07 4.62935e-06 8.27609e-06 6.92223e-06 4.88892e-06 4.18812e-06 3.59172e-06 2.50103e-06 1.29965e-06 5.66988e-07 2.84227e-07 3.42847e-07 6.41873e-07 6.22031e-07 7.80091e-07 1.87301e-06 2.76088e-06 2.88405e-06 2.17474e-06 1.1888e-06 7.39823e-07 6.15191e-07 2.8179e-07 3.89593e-07 7.02235e-07 1.11827e-06 1.56208e-06 2.05346e-06 1.65685e-06 1.19223e-06 3.70205e-07 -1.88618e-07 9.56002e-07 1.09225e-06 1.46864e-07 1.47674e-06 2.72064e-06 6.84642e-07 -1.80814e-08 -4.0751e-08 3.31376e-07 1.22162e-06 2.82845e-06 1.42086e-06 1.81681e-06 6.84036e-06 5.31301e-06 7.2847e-07 -1.4558e-06 -1.37605e-06 -7.26615e-07 6.06716e-06 1.0966e-05 9.87725e-06 7.27719e-06 5.58679e-06 3.98387e-06 1.27308e-06 -1.00341e-06 -1.51645e-06 -3.44733e-07 1.60938e-06 1.946e-06 1.28715e-06 4.99265e-07 1.5252e-08 3.65768e-07 1.02577e-06 7.67338e-07 3.79055e-07 7.95897e-07 9.45063e-07 5.78673e-07 1.92894e-07 3.95852e-07 1.3628e-06 1.98904e-06 1.78227e-06 6.59759e-07 1.72244e-06 3.45647e-06 1.29423e-06 1.27423e-06 7.41287e-07 -4.22147e-07 6.29402e-07 6.36138e-07 2.27148e-07 8.64742e-08 -7.60925e-08 -4.24087e-07 -8.97687e-07 1.28421e-06 1.41864e-06 2.90692e-06 5.53298e-06 3.41298e-06 -1.25255e-06 -3.07194e-06 -2.93567e-06 -1.24483e-06 4.6985e-06 7.53852e-06 7.50368e-06 5.00609e-06 8.73728e-07 -6.93176e-07 -1.16828e-06 -2.45567e-06 -2.59401e-06 -4.07866e-08 1.73965e-06 2.37475e-06 2.01043e-06 1.40687e-06 1.10823e-06 1.45312e-06 1.31949e-06 -8.01751e-08 -4.55967e-07 4.58117e-09 3.69089e-07 7.28696e-07 6.32901e-07 8.31827e-07 1.67554e-06 2.36215e-06 2.07099e-06 2.56001e-07 8.2206e-07 1.99201e-06 1.31051e-06 1.18951e-06 1.02366e-06 1.83211e-06 1.5793e-06 4.80501e-08 8.25856e-07 5.23864e-07 2.35185e-07 -1.22937e-07 3.52708e-07 2.12218e-06 3.50738e-06 5.31491e-06 6.65195e-06 4.2406e-06 -1.26545e-06 -4.01058e-06 -4.30059e-06 -9.05983e-07 5.60567e-06 7.50085e-06 7.16055e-06 4.01437e-06 4.58738e-07 2.41549e-07 1.16299e-06 7.69911e-07 -1.5015e-06 -3.89479e-07 2.07057e-06 2.74396e-06 1.57466e-06 9.16633e-07 1.78694e-06 3.26705e-06 2.24916e-06 -7.73723e-07 -1.98221e-06 -1.48705e-06 -2.72286e-07 8.35243e-07 1.3667e-06 9.99696e-09 -1.20177e-07 1.32672e-06 7.56186e-07 6.27278e-07 1.83332e-06 1.29497e-06 2.91837e-07 3.25786e-07 9.80004e-07 1.25988e-06 1.12719e-06 1.06746e-06 8.66708e-07 -2.30354e-07 -1.61438e-07 -7.8137e-08 5.36695e-07 1.34342e-06 5.14865e-06 7.76967e-06 7.82805e-06 3.98278e-06 -3.31911e-06 -6.45666e-06 -8.73073e-06 2.52557e-06 7.16179e-06 7.90236e-06 5.61219e-06 2.40496e-06 1.28364e-06 2.06096e-06 1.78778e-06 -1.02812e-06 -2.7269e-06 -3.8992e-07 2.36899e-06 3.15429e-06 1.91503e-06 9.63737e-07 1.34916e-06 3.27578e-06 3.315e-06 8.87978e-07 1.6804e-07 8.85868e-07 1.0922e-06 1.73595e-06 2.65256e-06 2.26165e-06 1.9748e-06 1.43408e-06 3.75766e-07 2.63692e-06 3.23871e-06 1.75522e-06 1.87978e-06 2.12111e-06 1.8092e-06 1.1355e-06 6.6923e-07 2.6658e-06 2.62431e-07 3.43244e-08 1.2712e-10 3.06831e-07 3.48552e-07 1.95608e-06 7.346e-06 8.65345e-06 7.61836e-06 2.32928e-06 -4.37567e-06 -5.06043e-06 -3.39857e-06 1.78199e-06 7.45846e-06 7.08223e-06 3.87444e-06 1.85815e-06 1.22713e-06 2.29973e-06 1.7447e-06 -5.1012e-07 -2.51508e-06 -1.71449e-06 2.02395e-06 3.17725e-06 1.52166e-06 -4.83187e-07 -3.24628e-06 -2.45271e-06 8.86616e-07 3.10559e-06 4.78794e-06 5.22888e-06 3.94046e-06 1.92857e-06 1.09991e-07 -5.93856e-07 1.99337e-07 2.52113e-07 1.48736e-07 2.24104e-06 3.69375e-06 4.65411e-06 5.26167e-06 4.69288e-06 3.57064e-06 2.70453e-06 2.33652e-06 2.87052e-06 1.74839e-06 1.63361e-06 2.90512e-06 2.59233e-06 5.40422e-07 4.35752e-06 8.17693e-06 5.95454e-06 3.91809e-06 1.94516e-06 -1.85855e-06 -3.37452e-06 -4.21676e-06 4.25601e-06 9.53606e-06 6.84388e-06 3.5623e-06 2.18271e-06 1.48377e-06 2.82192e-06 1.05369e-06 -6.16943e-07 -2.71157e-06 -2.61227e-06 1.59541e-06 4.07333e-06 2.97798e-06 1.4853e-06 1.53342e-07 1.22362e-06 3.44012e-06 5.27575e-06 7.57082e-06 7.2297e-06 3.25215e-06 3.05376e-06 2.89126e-06 1.4407e-06 9.54014e-08 -3.68652e-08 2.00201e-06 4.79989e-06 7.65659e-06 9.69033e-06 9.65661e-06 6.54414e-06 3.42834e-06 3.66959e-06 4.69913e-06 3.58161e-06 2.80486e-06 5.57429e-06 5.27828e-06 2.2875e-06 6.53149e-08 2.41462e-06 3.28025e-06 2.0581e-06 7.82335e-07 3.32305e-07 2.41932e-07 -8.21303e-07 -3.33662e-06 6.81365e-06 8.61258e-06 3.08461e-06 1.58736e-06 1.51233e-06 1.77432e-06 3.76422e-06 1.09684e-06 -1.64824e-06 -6.04486e-07 7.77204e-07 2.21264e-06 3.89375e-06 4.60828e-06 3.77866e-06 4.83513e-06 6.44516e-06 6.81355e-06 4.29924e-06 5.26156e-06 2.33949e-06 2.5692e-06 5.25867e-06 2.7503e-06 2.12002e-06 2.33466e-06 3.30623e-06 7.12705e-06 1.22254e-05 1.4245e-05 1.24224e-05 8.38082e-06 5.2594e-06 7.3212e-06 8.90344e-06 7.26731e-06 3.96665e-06 3.94055e-06 6.46542e-06 4.82879e-06 2.11532e-06 -1.20745e-06 -3.15144e-07 2.40827e-06 1.67322e-06 -2.49349e-07 -4.0405e-07 9.23054e-07 -3.79762e-06 -4.1131e-06 7.62821e-06 5.16538e-06 -4.13053e-07 -2.50584e-07 4.3159e-07 2.74828e-06 6.30373e-06 5.67626e-06 4.72477e-06 7.35461e-06 9.4654e-06 5.08154e-06 3.45248e-06 2.05834e-06 3.79518e-07 3.0665e-06 2.41653e-06 2.31513e-06 -7.11581e-08 3.1074e-06 3.27116e-06 3.76195e-06 2.7453e-06 1.70454e-06 7.61524e-06 6.28251e-06 5.65356e-06 7.07616e-06 9.12549e-06 9.55228e-06 5.13711e-06 1.37512e-06 5.92676e-06 1.05177e-05 1.00018e-05 7.12762e-06 4.10092e-06 3.99317e-06 5.97951e-06 7.02928e-06 4.25653e-06 -1.0824e-06 1.21206e-06 6.42975e-06 6.80329e-06 2.29679e-06 -1.35327e-06 -2.20421e-06 -4.82592e-06 -5.92922e-07 6.55503e-06 2.85715e-06 -4.2257e-07 -6.54466e-07 -3.88083e-08 5.27467e-06 1.0529e-05 1.1889e-05 1.2277e-05 1.39711e-05 1.25517e-05 4.87747e-06 2.29295e-06 1.64312e-06 3.79684e-08 2.13941e-06 2.51569e-06 3.93661e-06 2.99198e-06 8.14911e-06 8.21316e-06 4.89643e-06 -4.9073e-08 8.42946e-07 9.83082e-06 4.81019e-06 6.56412e-06 7.40822e-06 4.91045e-06 2.25461e-06 1.6483e-06 2.31179e-06 7.63385e-06 1.16154e-05 1.20425e-05 1.00208e-05 7.24546e-06 1.03401e-05 8.76225e-06 9.11606e-06 3.32386e-06 2.91946e-06 7.10531e-06 1.24084e-05 1.48523e-05 6.66341e-06 4.31065e-06 4.55798e-06 4.5193e-06 5.83381e-06 3.99546e-06 1.76832e-06 1.71441e-06 -2.18874e-06 1.88997e-06 1.06254e-05 1.52585e-05 1.60991e-05 1.86303e-05 2.04712e-05 1.71304e-05 5.90992e-06 2.48304e-06 6.18909e-06 3.47511e-06 2.13447e-06 -6.7204e-07 -4.06771e-07 1.0376e-05 1.49869e-05 1.34801e-05 6.95154e-06 -1.86352e-06 -1.57043e-06 5.98931e-06 6.93727e-06 1.32301e-05 1.37296e-05 7.5702e-06 2.10216e-06 3.48797e-07 2.27082e-06 5.29187e-06 6.8655e-06 1.02842e-05 8.37124e-06 4.95941e-06 7.63878e-06 6.63923e-06 6.69637e-06 7.72614e-07 3.4688e-07 1.3139e-05 1.6571e-05 1.68653e-05 9.24607e-06 9.15505e-06 1.02945e-05 8.08276e-06 6.01074e-06 3.87967e-06 6.13334e-06 6.22487e-06 1.39919e-06 1.02998e-05 1.48566e-05 1.47442e-05 1.35488e-05 1.88311e-05 2.42384e-05 2.08372e-05 8.13908e-06 3.02322e-06 7.37655e-06 6.51641e-06 -2.8858e-06 -2.58789e-06 9.00268e-06 1.4345e-05 1.23171e-05 1.00589e-05 1.82983e-06 -6.0576e-06 1.17085e-06 1.68867e-06 9.02971e-06 1.26791e-05 1.2302e-05 8.8377e-06 6.20019e-06 3.46883e-06 3.01021e-06 4.47339e-06 1.5153e-06 5.11163e-07 -5.31856e-06 -1.23944e-05 -5.83345e-06 -2.80852e-06 -1.91672e-06 -6.3233e-06 -5.9769e-06 1.59616e-05 2.4992e-05 2.02605e-05 8.61099e-06 9.51489e-06 1.03401e-05 6.47376e-06 4.71809e-06 8.74909e-06 1.21322e-05 8.31708e-06 6.52364e-06 1.63375e-05 1.78699e-05 1.42007e-05 8.21756e-06 4.32098e-06 4.04379e-06 1.67802e-05 4.9525e-06 9.05717e-07 8.95506e-06 6.51054e-06 -9.29283e-06 6.68666e-07 1.09836e-05 8.99543e-06 3.88907e-06 5.12726e-06 -3.38994e-06 1.31379e-06 -2.86291e-07 3.2525e-06 1.21985e-05 1.52279e-05 1.59432e-05 1.64367e-05 6.70065e-06 -8.26641e-07 3.59273e-06 4.57474e-06 3.18253e-06 -7.77866e-06 -1.45339e-05 -9.84364e-06 -1.32904e-05 -1.02983e-05 -3.8098e-06 -8.10185e-06 2.32605e-06 6.30701e-06 2.4316e-05 2.94581e-05 1.21615e-05 7.72656e-06 8.40494e-06 6.24026e-06 7.42732e-06 1.01306e-05 1.18992e-05 5.81876e-06 9.75442e-06 1.71982e-05 1.89309e-05 1.32199e-05 6.14393e-06 2.18847e-06 -2.30033e-08 6.7722e-06 -3.40443e-07 8.728e-07 1.15244e-05 5.72946e-06 -5.66963e-06 1.60239e-06 6.89467e-06 4.40787e-06 1.55088e-06 -7.61032e-07 -1.33771e-06 -3.33157e-07 -3.78655e-06 2.08873e-06 8.23526e-06 7.89805e-06 9.63562e-06 3.30348e-06 -3.09039e-06 -3.54886e-06 1.47756e-06 5.41185e-06 -1.43036e-06 -1.75909e-05 -7.0941e-06 2.91978e-06 1.96645e-06 4.10684e-06 1.10386e-06 -3.24118e-06 7.13559e-06 5.82071e-09 1.13791e-05 2.03488e-05 1.90562e-05 9.30598e-06 5.45592e-06 4.58381e-06 6.12575e-06 5.46371e-06 6.43837e-06 5.39543e-06 9.64314e-06 1.61176e-05 1.46248e-05 9.10854e-06 5.0312e-06 3.36301e-06 4.5879e-06 3.88397e-06 -1.303e-07 4.4589e-06 1.27819e-05 4.81621e-06 -1.13604e-05 1.77522e-06 3.00987e-06 2.5312e-06 1.35172e-06 1.10677e-06 2.32534e-06 -2.41202e-06 -7.21622e-06 -4.50793e-06 -1.3529e-07 2.47043e-06 1.10481e-05 -4.27378e-07 -4.89803e-06 -3.49395e-06 -5.73253e-07 3.06965e-06 -1.93781e-06 -3.47072e-06 5.71758e-06 4.57373e-06 4.57388e-06 7.53844e-06 3.59539e-06 4.32053e-06 4.60888e-06 6.18023e-06 1.99886e-05 2.31323e-05 1.65794e-05 1.21706e-05 7.79006e-06 4.45001e-06 5.02888e-06 -2.43367e-06 8.07373e-07 4.42283e-06 9.45663e-06 1.10637e-05 7.8569e-06 6.53909e-06 5.42037e-06 4.76398e-06 3.74807e-06 -3.45968e-06 -5.40746e-06 7.28341e-06 7.60192e-06 -2.61901e-06 -6.87282e-06 3.41453e-06 6.84265e-06 1.86286e-06 4.82197e-07 2.4277e-06 1.14143e-06 -4.13087e-06 -1.04028e-05 -7.30996e-06 -1.99956e-06 6.14668e-06 4.32449e-06 1.4164e-06 -3.24581e-06 -7.49195e-06 -6.99447e-06 -1.95632e-06 1.99322e-06 5.74329e-06 3.70395e-06 3.93672e-06 6.60673e-06 8.01074e-06 4.59488e-06 5.30499e-06 5.47719e-06 1.19603e-05 2.3175e-05 1.80088e-05 5.6079e-06 3.27764e-06 -1.10025e-06 -7.23739e-06 -5.31534e-06 -1.00091e-05 -1.42351e-06 3.77079e-06 6.56492e-06 4.72016e-06 1.89908e-06 -8.56028e-07 6.75689e-06 5.31614e-06 4.55354e-06 6.8345e-07 1.04947e-06 2.87484e-06 1.26304e-06 -4.81014e-06 -1.21456e-06 1.93742e-06 9.40297e-06 -1.0804e-06 -4.33619e-07 2.64775e-06 -1.04177e-06 -1.21111e-05 -7.67309e-06 5.46877e-09 3.87228e-06 1.40272e-05 1.12566e-05 5.82063e-06 1.35019e-06 -5.36404e-06 -1.17853e-05 -5.37146e-07 6.08677e-06 4.16871e-06 -2.50076e-06 2.53141e-06 4.53301e-06 3.40378e-06 5.89767e-06 6.38616e-06 3.6073e-06 1.13423e-05 2.14165e-05 1.50372e-05 1.98668e-07 -9.94096e-07 -5.67273e-06 -1.39428e-05 -1.29651e-05 -7.349e-06 -1.55527e-06 1.73719e-06 2.41125e-06 -1.23246e-06 -2.83442e-07 -1.61717e-06 7.59676e-06 4.29362e-06 2.92132e-06 1.8579e-06 1.8597e-06 2.03242e-06 -5.01015e-06 -5.42905e-06 4.0126e-07 1.50607e-06 3.00251e-06 -9.64792e-06 -1.04125e-06 1.72226e-06 -1.36259e-06 -1.53947e-05 4.06375e-06 7.33601e-06 3.29966e-06 1.36812e-05 9.1081e-06 2.1268e-06 9.55313e-07 -2.40683e-06 -8.82729e-06 2.39836e-06 6.35431e-06 5.72038e-06 -5.19319e-06 -1.07381e-06 -2.73845e-06 2.88085e-07 6.52724e-06 7.16514e-06 5.32584e-06 8.9928e-06 2.14831e-05 2.08976e-05 1.11696e-06 -3.21728e-07 -2.38032e-06 -2e-05 -1.99104e-05 6.81525e-06 2.46147e-07 8.66157e-08 -2.40349e-06 -3.81539e-06 6.01613e-07 8.29539e-07 7.29533e-06 2.78858e-06 4.11565e-06 2.4403e-06 1.52441e-06 3.58242e-06 8.86124e-07 4.70221e-07 3.72229e-06 6.24009e-07 -1.12246e-05 -1.72493e-05 -9.78377e-07 1.47184e-06 -1.32994e-06 -3.98056e-07 7.44686e-06 2.38758e-06 5.70239e-06 1.31844e-05 4.60117e-06 -3.36221e-06 2.30623e-07 -1.22701e-06 -4.2634e-06 2.28089e-06 2.68973e-06 3.59992e-06 -1.47523e-06 -6.60857e-06 -1.13371e-05 -5.49816e-08 4.71816e-06 6.10885e-06 6.96613e-06 7.38601e-06 1.61355e-05 2.36089e-05 5.76139e-06 1.0136e-06 -2.17547e-06 -9.00113e-06 -9.00743e-06 2.92054e-06 3.39394e-07 -1.32823e-06 -3.35187e-06 -1.74288e-06 1.31598e-06 1.32061e-06 4.24457e-06 2.5638e-06 5.68534e-06 -6.52688e-07 1.12988e-06 2.5266e-06 1.84217e-07 1.53454e-06 5.15334e-06 -5.94968e-06 -2e-05 -1.01406e-05 -6.22626e-07 2.19146e-06 -4.87586e-07 1.59055e-06 6.93657e-06 2.8501e-06 8.579e-06 1.41043e-05 3.64027e-06 -5.72719e-06 -1.59964e-06 -1.44406e-06 -1.57437e-06 1.01271e-06 -3.57175e-08 2.87472e-06 1.22599e-06 -1.03959e-05 -1.12099e-05 -7.10598e-07 2.71539e-06 3.80885e-06 6.75728e-06 5.04417e-06 9.24011e-06 1.71559e-05 9.00292e-06 6.59312e-07 -2.90188e-06 -2.75423e-06 -2.74864e-07 1.56206e-07 -4.75669e-07 -1.35618e-06 -4.64186e-07 2.41737e-07 9.61983e-07 8.75562e-07 2.55126e-06 2.10636e-06 7.0098e-07 8.8215e-07 3.53308e-06 1.88722e-06 -1.85e-06 2.14918e-06 8.52639e-07 -1.17121e-05 -1.28564e-05 -2.8733e-06 5.58961e-07 9.49741e-08 -1.55354e-06 2.9752e-06 3.36528e-06 6.29032e-06 8.84547e-06 9.46434e-06 3.2674e-06 -4.19572e-07 -1.03106e-06 -1.27264e-06 -6.28026e-07 -1.03871e-07 -1.21457e-06 1.67579e-06 1.03667e-06 -7.68001e-06 -4.00738e-06 5.69082e-07 1.45471e-06 2.85389e-06 4.91773e-06 2.894e-06 5.33082e-06 1.06856e-05 1.39946e-05 1.23476e-06 -1.97113e-06 -3.14549e-06 -1.55608e-06 5.05963e-07 -9.28026e-07 -5.27186e-07 1.35772e-06 1.49653e-06 1.06996e-06 1.24928e-06 2.83588e-06 3.04714e-06 1.87839e-06 2.20404e-06 2.4051e-06 -6.52354e-07 -1.51252e-06 1.25505e-06 -3.45669e-06 -5.93583e-06 -1.11114e-06 1.32509e-06 1.21848e-06 7.41126e-07 -5.02823e-07 2.0286e-06 3.05096e-06 7.50649e-06 5.99936e-06 5.88629e-06 4.96547e-06 1.51837e-06 -3.96508e-08 -4.86198e-07 -5.39196e-07 -9.70365e-07 -1.18962e-06 6.16497e-07 4.0484e-07 -6.03174e-07 1.99215e-07 1.4511e-06 2.12053e-06 3.28514e-06 3.38207e-06 2.07464e-06 3.55347e-06 8.56711e-06 1.91672e-05 5.22638e-06 1.08617e-06 -1.68161e-06 5.4791e-07 -2.37984e-07 -1.12478e-06 5.60867e-07 2.12762e-06 2.06049e-06 1.47123e-06 1.65782e-06 2.92328e-06 3.56643e-06 2.59642e-06 1.65089e-06 6.43163e-07 -1.43165e-06 -1.28101e-06 -1.31708e-06 -1.87457e-06 7.37406e-07 2.64202e-06 1.4536e-06 2.26102e-06 2.50702e-06 8.26897e-07 1.34328e-06 4.4551e-06 5.2689e-06 2.20584e-06 3.26608e-06 3.58567e-06 1.40839e-06 7.60314e-07 2.8051e-07 -6.74213e-07 -6.42071e-07 6.26523e-07 1.19028e-06 1.06221e-06 1.40658e-06 1.5557e-06 2.38992e-06 2.89785e-06 3.21597e-06 2.67009e-06 2.48404e-06 2.46556e-06 4.78028e-06 8.53878e-06 7.27053e-06 3.26702e-06 8.26294e-07 1.60154e-06 -1.10308e-06 -6.23696e-07 1.00416e-06 1.99383e-06 1.98768e-06 1.38527e-06 8.74947e-07 1.69005e-06 2.73149e-06 2.32029e-06 1.02297e-06 -3.94052e-07 -1.72735e-06 -1.75664e-06 -1.04627e-06 6.16359e-07 2.14802e-06 1.63174e-06 1.04186e-06 1.92576e-06 5.40754e-07 7.15354e-07 1.53181e-06 2.51212e-06 8.65661e-07 1.95665e-07 9.85515e-07 7.18163e-07 2.44407e-07 3.72246e-07 -6.20591e-08 -4.92923e-07 2.65822e-07 1.29006e-06 1.21125e-06 1.99697e-06 2.44123e-06 2.00421e-06 2.34978e-06 2.30132e-06 2.05198e-06 2.20187e-06 1.93814e-06 5.04623e-07 1.02688e-06 3.56232e-06 4.35819e-06 3.4009e-06 1.85003e-06 5.98936e-07 -2.16809e-07 1.89606e-07 8.89124e-07 1.36751e-06 1.58405e-06 6.56754e-07 -1.1025e-07 2.73042e-07 1.43059e-06 1.64638e-06 5.34265e-07 -7.83911e-07 -1.03411e-06 -6.40706e-07 -9.76322e-08 7.74878e-07 1.08969e-06 5.75079e-07 -1.4874e-07 -3.05848e-07 -4.69155e-07 7.08775e-07 1.10281e-06 9.10584e-07 1.16987e-07 -4.80572e-07 -3.91987e-07 -5.19874e-07 -4.29935e-07 -4.16057e-07 -6.50423e-07 -4.66497e-07 4.63872e-07 9.97515e-07 1.52125e-06 2.2471e-06 2.06391e-06 1.43561e-06 1.36945e-06 1.04402e-06 7.06134e-07 9.98602e-07 2.83722e-07 -4.0472e-07 2.46011e-07 1.59504e-06 2.21878e-06 1.85395e-06 4.83682e-07 -6.82003e-08 7.22037e-07 5.16992e-07 4.67834e-07 8.77532e-07 8.22537e-07 -5.92596e-09 -6.23913e-07 -4.38859e-07 5.05299e-07 8.30742e-07 2.05762e-07 -3.03721e-07 -2.8872e-07 -3.14389e-07 -1.45881e-07 1.8102e-07 6.4601e-08 -5.79562e-07 -7.84622e-07 -9.25627e-07 -5.95076e-07 4.67014e-07 5.66347e-07 1.75111e-07 -1.97932e-07 -5.44348e-07 -7.11864e-07 -8.37172e-07 -7.91182e-07 -6.43401e-07 -4.26026e-07 -1.18323e-09 5.70674e-07 1.02887e-06 1.28282e-06 1.41532e-06 1.09796e-06 6.14625e-07 2.39655e-07 -1.33979e-07 -8.21019e-08 1.19057e-07 -3.64243e-07 -5.38555e-07 -1.57127e-07 4.24303e-07 6.05036e-07 1.95853e-07 -8.79897e-08 4.07362e-07 8.56402e-07 4.23051e-07 2.35945e-07 3.80534e-07 1.78147e-07 -2.49537e-07 -5.24163e-07 -3.10962e-07 2.36781e-07 3.73233e-07 1.44947e-07 -5.82268e-08 -2.1777e-07 -3.67497e-07 -2.98815e-07 -3.50459e-07 -7.23308e-07 -8.73385e-07 -8.39644e-07 -9.07179e-07 -4.66971e-07 1.95488e-07 1.14805e-07 2.07821e-08 -4.28388e-08 -3.35173e-07 -5.99928e-07 -7.20088e-07 -5.41282e-07 -1.43588e-07 2.21574e-07 4.49187e-07 5.6647e-07 5.43092e-07 7.19891e-07 6.34006e-07 3.08741e-07 -1.12421e-07 -4.19479e-07 -4.96104e-07 -2.38478e-07 -1.40659e-07 -3.47187e-07 -4.22282e-07 -2.81792e-07 -1.53588e-07 -2.79606e-07 -4.90031e-07 -1.95137e-07 6.96396e-07 5.51416e-07 1.87073e-07 -1.40232e-08 2.28659e-08 -3.94854e-08 -1.66282e-07 -2.50081e-07 -9.78394e-08 1.41295e-07 1.62245e-07 5.94444e-08 -7.66476e-08 -2.35703e-07 -3.7856e-07 -4.49815e-07 -6.21741e-07 -7.41181e-07 -6.73135e-07 -6.04134e-07 -5.22815e-07 -2.62457e-07 -6.93208e-08 -2.97347e-08 5.68474e-08 1.19052e-07 -8.89222e-08 -3.25539e-07 -3.78847e-07 -1.26121e-07 2.16037e-07 3.72626e-07 3.52977e-07 2.86505e-07 2.73303e-07 2.64622e-07 1.29085e-07 -1.30717e-07 -3.40852e-07 -3.89346e-07 -3.38074e-07 -2.20122e-07 -1.30679e-07 -1.84198e-07 -2.51314e-07 -2.84437e-07 -3.60263e-07 -4.81299e-07 -5.23248e-07 -1.40034e-07 5.547e-07 2.80472e-07 4.08494e-08 -1.21271e-07 -7.7949e-08 -2.76826e-08 -7.27558e-08 -9.80534e-08 -2.00253e-08 7.44248e-08 7.10033e-08 1.25842e-08 -6.40655e-08 -1.66356e-07 -2.74617e-07 -3.59863e-07 -4.34793e-07 -4.35513e-07 -3.67773e-07 -3.16577e-07 -2.82751e-07 -2.21063e-07 -1.35998e-07 -4.19678e-08 5.74248e-08 1.52871e-07 1.04943e-08 -1.49954e-07 -1.49435e-07 1.51788e-08 1.66738e-07 1.98775e-07 1.55326e-07 9.74261e-08 6.25711e-08 3.69008e-08 -3.71288e-08 -1.54305e-07 -2.03936e-07 -1.85863e-07 -1.71733e-07 -1.26572e-07 -6.66036e-08 -8.37399e-08 -1.46604e-07 -2.10415e-07 -2.68817e-07 -3.16967e-07 -3.04851e-07 -8.35319e-08 2.75227e-07 -1.46866e-06 6.00164e-07 2.28885e-06 3.21089e-06 3.24975e-06 2.72187e-06 1.9824e-06 1.37874e-06 1.03729e-06 8.28451e-07 4.46999e-07 -2.74214e-07 -7.61232e-07 6.48539e-07 1.95904e-06 2.81642e-06 2.86673e-06 2.20358e-06 1.16146e-06 3.105e-07 5.8368e-08 -7.01704e-08 3.4557e-07 7.70525e-07 6.45648e-07 3.71215e-07 2.58871e-07 7.04139e-07 1.08195e-06 1.37227e-06 1.57306e-06 1.14501e-06 5.56521e-07 3.52588e-07 5.61886e-07 1.86867e-06 2.92817e-06 1.14471e-06 -2.52602e-08 -3.3584e-07 8.2454e-07 2.28447e-06 2.91418e-06 2.88339e-06 1.29028e-06 1.77994e-06 1.5914e-06 -1.22301e-06 -3.74212e-06 -4.06571e-06 -1.6609e-06 8.64399e-08 3.17457e-06 4.64904e-06 5.32077e-06 5.91422e-06 5.54927e-06 4.20235e-06 2.46065e-06 1.05608e-06 8.12179e-08 -3.07231e-07 3.22485e-07 1.03187e-06 1.12412e-06 1.10408e-06 1.07e-06 7.86791e-07 3.14611e-08 -1.3674e-07 5.92098e-07 6.57703e-07 -3.68257e-07 4.39727e-07 1.22309e-06 8.42977e-07 3.30112e-07 3.48345e-07 5.66702e-07 8.98108e-07 6.29752e-07 -3.23395e-07 3.18624e-07 5.0577e-07 7.54512e-07 3.07994e-06 3.03399e-06 3.20603e-07 -6.9866e-08 1.63848e-07 1.59618e-06 1.60467e-06 2.70901e-06 2.36336e-06 -8.99069e-08 2.12524e-06 1.37124e-06 -2.2957e-06 -4.36746e-06 -3.73463e-06 -1.30093e-06 6.97795e-07 5.46154e-06 7.2094e-06 5.34388e-06 5.21618e-06 5.09146e-06 3.13468e-06 1.46221e-06 1.16244e-06 1.55094e-06 1.65847e-06 1.30982e-06 1.16185e-06 1.26314e-06 1.3268e-06 1.10802e-06 1.02348e-07 -6.48543e-07 -7.97247e-08 1.07709e-06 1.67562e-06 1.42045e-06 3.79528e-07 -2.06979e-07 1.90683e-07 6.40919e-07 1.2206e-06 7.78498e-07 1.28083e-06 1.96199e-06 7.07459e-07 3.34252e-07 -2.74696e-07 1.32623e-07 1.74024e-06 6.42099e-07 -1.05543e-06 -1.18183e-06 -3.6112e-08 1.11611e-06 -3.99078e-07 1.57085e-06 6.93102e-07 -8.54525e-07 1.93501e-06 4.27335e-07 -2.91908e-06 -2.99744e-06 -1.2019e-06 5.78388e-07 2.19077e-06 6.00686e-06 7.60831e-06 5.05744e-06 3.1418e-06 2.8953e-06 2.00788e-06 4.29801e-07 -4.01224e-07 -1.08861e-06 -7.84949e-07 -2.25213e-07 4.46161e-07 1.06753e-06 1.63946e-06 1.58877e-06 -1.65553e-07 -1.30647e-06 -3.2927e-07 1.06891e-06 1.95279e-06 2.32292e-06 1.32391e-06 5.51381e-07 4.99727e-08 1.77297e-06 2.11335e-06 7.45717e-07 6.03678e-07 8.46002e-07 -4.25722e-07 -5.60777e-07 4.35739e-07 2.84135e-06 3.6637e-06 2.23039e-06 -4.44678e-07 -1.43156e-06 1.8622e-07 -3.51788e-07 7.61512e-07 2.83771e-06 2.80543e-06 3.53948e-06 5.17968e-06 1.59706e-06 -3.14569e-06 -3.42626e-06 2.36274e-07 2.07893e-06 5.6224e-06 8.95237e-06 9.05495e-06 7.54314e-06 5.76417e-06 3.65886e-06 2.43315e-06 5.73712e-07 -2.39743e-06 -3.50515e-06 -1.40903e-06 -3.15269e-07 -8.8564e-07 -1.00936e-06 1.23307e-07 8.16783e-07 -4.1376e-07 -8.41452e-07 -1.04326e-07 -4.55617e-08 3.56282e-07 2.71993e-06 3.17174e-06 3.20627e-06 2.31575e-06 1.80863e-06 1.74244e-06 2.63575e-06 5.01261e-06 2.65559e-06 -9.74968e-07 -1.31699e-06 1.79494e-06 4.7379e-06 5.59638e-06 3.42554e-06 -9.10191e-07 -1.94453e-06 -9.1349e-07 -1.18881e-07 2.42067e-06 4.16303e-06 5.16043e-06 6.64894e-06 4.33177e-06 -6.27661e-07 -3.60672e-06 -4.63746e-06 -1.86717e-06 2.46346e-06 6.31588e-06 7.592e-06 6.70633e-06 5.97933e-06 4.61777e-06 1.46371e-06 -6.3482e-07 -3.71924e-06 -5.05139e-06 -2.0331e-06 1.6706e-06 1.69705e-06 -1.381e-06 -2.76328e-06 -2.0965e-06 -2.19569e-06 -1.00169e-06 2.49439e-06 3.06704e-06 -1.78315e-07 6.2763e-07 4.10428e-06 4.58966e-06 3.44831e-06 2.05049e-06 1.22239e-06 8.36439e-07 3.5989e-06 5.47667e-06 1.35168e-06 7.64767e-08 4.63343e-07 2.35149e-06 4.03664e-06 2.9672e-06 2.11457e-06 3.63522e-07 -3.68209e-07 1.87997e-07 1.29305e-06 3.00767e-06 5.12336e-06 8.06485e-06 8.60529e-06 5.83821e-06 4.12449e-06 8.94936e-07 -3.65533e-06 -2.42049e-06 2.47887e-06 4.16098e-06 4.17652e-06 2.87663e-06 3.86029e-06 4.11047e-06 1.89775e-06 -7.1262e-07 -5.13101e-06 -4.35098e-06 1.99874e-06 3.63526e-06 2.2142e-06 -6.0509e-07 -1.13671e-06 -7.1781e-07 -6.25643e-07 2.05777e-06 6.73842e-06 5.47099e-06 3.45236e-06 4.97338e-06 5.04561e-06 1.20946e-06 -6.2893e-07 4.43031e-07 1.30148e-06 9.26752e-07 9.04985e-07 6.84634e-07 9.19533e-07 1.21702e-06 1.12514e-06 2.22116e-06 3.23667e-06 6.61382e-06 9.94174e-06 6.51963e-06 3.54619e-06 4.3626e-06 4.16594e-06 1.47678e-06 3.16762e-06 8.61244e-06 1.06365e-05 1.28426e-05 1.1358e-05 5.26428e-06 1.96674e-07 5.6969e-07 3.22003e-06 5.27434e-06 3.17295e-06 1.78588e-06 3.41577e-06 4.10816e-06 2.53312e-06 -1.07873e-06 -5.011e-06 -2.03566e-06 1.97563e-06 3.15225e-06 3.71361e-06 1.74099e-06 2.61131e-06 5.6664e-06 4.68855e-06 5.81923e-06 9.20346e-06 4.04827e-06 3.98929e-06 5.19779e-06 4.79308e-06 2.23255e-06 6.6711e-07 -2.23871e-07 -1.67503e-07 1.95668e-06 8.87362e-07 7.12801e-07 4.27292e-06 6.59847e-06 4.77036e-06 1.82377e-06 1.72668e-06 3.83639e-06 8.37302e-06 8.55925e-06 8.78334e-06 9.65104e-06 6.58858e-06 4.09724e-07 -1.23537e-07 2.14539e-06 5.98037e-06 5.78332e-06 3.89799e-06 9.05758e-07 4.21729e-07 1.2724e-06 5.42011e-06 5.36339e-06 1.61387e-06 9.44548e-07 2.52402e-06 4.94418e-06 6.76077e-06 5.76012e-06 1.17754e-06 -1.62157e-06 2.48585e-06 7.34089e-06 2.51444e-06 3.86774e-06 6.62131e-06 6.78662e-06 -1.6179e-06 -2.197e-06 6.79428e-06 3.68137e-06 1.20157e-06 5.43103e-06 6.47689e-06 4.19586e-06 4.12853e-06 4.78559e-06 5.97639e-06 6.06292e-06 4.37922e-06 5.05712e-06 7.07583e-06 6.82471e-06 6.19841e-06 8.2565e-06 8.67454e-06 4.07248e-06 2.95231e-06 6.94269e-06 9.136e-06 1.01168e-05 6.6599e-06 1.34901e-06 1.41152e-06 5.35724e-07 -1.6611e-06 1.9253e-06 2.40582e-07 -2.24617e-06 -1.10515e-06 1.66325e-06 5.12122e-06 3.76638e-06 1.83499e-06 1.5867e-06 5.27321e-06 1.00624e-05 1.43458e-05 1.60148e-05 1.5345e-05 1.50863e-05 1.50835e-05 9.2504e-06 8.51783e-07 2.93477e-06 4.57985e-06 5.20024e-06 8.83415e-07 -5.81559e-06 1.66058e-06 3.58626e-06 4.11664e-06 9.04806e-06 8.37041e-06 6.23588e-06 9.65152e-06 1.14513e-05 6.96389e-06 3.23869e-06 3.15718e-06 3.7603e-06 3.61658e-06 6.45564e-06 1.31443e-05 1.77737e-05 1.54672e-05 8.32117e-06 3.45089e-06 4.14932e-06 8.6811e-06 9.90116e-06 6.16391e-06 3.26505e-06 2.22797e-06 -2.0833e-07 -5.80371e-06 -4.14143e-07 -2.15563e-06 -4.89109e-06 -4.47993e-06 4.08432e-07 7.36466e-06 4.47195e-06 3.91666e-06 6.81554e-06 1.2119e-05 1.68904e-05 2.01178e-05 2.18123e-05 2.27293e-05 2.30163e-05 1.71973e-05 3.45348e-06 -3.74977e-06 2.69249e-06 9.65001e-06 1.54462e-05 1.42734e-05 6.87962e-06 1.67511e-06 2.696e-06 5.64588e-06 9.71813e-06 9.57987e-06 7.21921e-06 9.67996e-06 1.02279e-05 6.19721e-06 4.90303e-06 8.23553e-06 7.75198e-06 8.6085e-06 1.46953e-05 1.91629e-05 1.77245e-05 1.16714e-05 6.4444e-06 4.13941e-06 3.62512e-06 6.67593e-06 4.55391e-06 4.80322e-06 6.44912e-06 7.12906e-06 -5.047e-08 3.42797e-06 3.8432e-06 1.1457e-06 -8.17271e-07 -2.20312e-07 4.04926e-06 9.93893e-06 7.00522e-06 7.46792e-06 1.21285e-05 1.61985e-05 1.80316e-05 1.93978e-05 2.25711e-05 2.93159e-05 3.43546e-05 2.08442e-05 -2.18295e-06 -4.38872e-06 3.57332e-06 9.07174e-06 1.51128e-05 1.71027e-05 8.35694e-06 2.63049e-06 8.28468e-06 1.20083e-05 1.18295e-05 9.6769e-06 7.75936e-06 1.2609e-05 1.34168e-05 7.31986e-06 4.69069e-06 3.73769e-06 1.97431e-06 2.93647e-06 1.10601e-05 1.64618e-05 1.49383e-05 1.17826e-05 7.13641e-06 1.7052e-06 -1.13901e-06 -3.83712e-06 -1.64614e-06 4.8429e-06 7.19026e-06 8.67916e-06 -1.21798e-06 9.0917e-06 1.1862e-05 8.08298e-06 5.88999e-06 2.9559e-06 6.49459e-06 7.57681e-06 5.22777e-06 7.51016e-06 1.37834e-05 1.95995e-05 1.56867e-05 1.29759e-05 1.52965e-05 1.04513e-05 2.10958e-05 6.29978e-06 -1.57932e-05 -6.95105e-06 1.32033e-06 5.52745e-06 1.16743e-05 1.27407e-05 5.33325e-06 7.29717e-06 1.07887e-05 1.13123e-05 8.64789e-06 4.98416e-06 7.57631e-06 1.05301e-05 6.99677e-06 3.87235e-06 1.96141e-06 3.47883e-06 4.13003e-06 4.97943e-06 6.01785e-06 9.04853e-06 9.12738e-06 7.85164e-06 3.35675e-06 8.62136e-07 -7.47375e-06 -1.32196e-05 2.49314e-08 8.62189e-06 9.65476e-07 -8.01589e-07 7.79321e-06 3.74496e-05 2.45205e-05 9.41173e-06 3.94881e-06 -7.46351e-07 3.85674e-06 4.77114e-06 4.24783e-06 9.59003e-06 2.17404e-05 2.89945e-05 1.55317e-05 1.00851e-05 1.40037e-05 5.3396e-06 3.54954e-07 -1.27766e-05 -1.77644e-05 -1.06351e-06 1.03696e-07 2.61235e-06 5.74405e-06 5.48887e-06 8.74862e-06 9.13319e-06 7.32831e-06 6.20816e-06 4.29808e-06 2.21292e-06 1.61762e-06 3.413e-06 4.35453e-06 4.08161e-06 7.08385e-06 9.46288e-06 9.03786e-06 1.27208e-06 1.49277e-07 6.57965e-06 6.87134e-06 6.85262e-07 1.27424e-06 5.07658e-06 1.83487e-06 2.2744e-06 9.93708e-06 9.39427e-06 -5.93631e-06 -3.85035e-06 6.88565e-06 4.0815e-05 2.40668e-05 5.09001e-06 1.11949e-06 -2.16916e-06 3.11395e-06 5.70472e-06 7.13986e-06 1.80165e-05 4.18355e-05 4.3084e-05 2.39471e-05 1.47051e-05 7.41898e-06 -1.49281e-06 3.27208e-07 8.22869e-06 1.01892e-05 3.80141e-06 9.11547e-07 2.49669e-06 1.83493e-06 2.36279e-06 1.12967e-05 8.24139e-06 1.96021e-06 6.33913e-07 1.74988e-06 1.11855e-06 6.3012e-07 1.44848e-06 2.26329e-06 6.82283e-06 8.34961e-06 9.31178e-06 4.2079e-06 2.10754e-07 2.42976e-06 5.66616e-06 -2.58013e-06 -4.19668e-07 1.31296e-05 1.49386e-05 7.63973e-06 8.78371e-06 8.84488e-06 3.00316e-06 -4.71528e-06 -6.9792e-08 8.38692e-06 2.07304e-05 1.3009e-05 1.64448e-05 9.51669e-06 1.26237e-07 2.56232e-06 6.26818e-10 5.57715e-06 2.19399e-05 2.41293e-05 1.39296e-05 1.68854e-05 1.6122e-05 8.05904e-06 1.02344e-05 1.75651e-05 9.96961e-06 2.91714e-05 1.67235e-05 9.66105e-06 6.89908e-06 1.72154e-06 9.36672e-07 3.7886e-06 4.40104e-06 -7.00512e-07 3.46773e-08 8.36204e-07 -1.907e-07 -1.93057e-06 -4.01813e-06 -2.54352e-06 4.92251e-07 2.27528e-06 1.71519e-06 3.40575e-07 -6.00848e-07 2.41165e-06 -2.16718e-06 -1.14314e-05 9.11604e-06 2.18541e-05 1.77868e-05 1.05092e-05 8.00771e-06 1.66545e-06 -1.08943e-06 2.89679e-06 3.09508e-07 8.44462e-06 1.34712e-05 8.4176e-06 1.75525e-05 1.52969e-05 6.23906e-07 -1.67307e-06 -3.22544e-06 7.35103e-07 1.24686e-05 9.04726e-06 1.17745e-05 2.0297e-05 1.19397e-05 7.57217e-06 1.5298e-05 1.58611e-05 1.04099e-05 1.63338e-05 1.42077e-05 8.78021e-06 4.30298e-06 4.63215e-06 3.15385e-06 1.98082e-06 1.09418e-06 3.42646e-07 3.01712e-07 -2.0597e-07 -1.83476e-06 -4.56407e-06 -8.74749e-06 -4.05519e-06 -8.43838e-07 -6.00204e-06 -3.471e-07 1.62128e-06 2.90269e-07 -8.61472e-07 9.76096e-07 2.25801e-06 1.45148e-05 1.42273e-05 1.09046e-05 7.46016e-06 4.75004e-06 -1.56324e-06 2.66897e-06 4.02381e-06 5.27738e-07 1.02364e-05 1.24699e-05 6.79219e-06 1.02503e-06 4.94767e-06 -3.32645e-06 -3.78158e-06 2.36863e-06 5.82068e-06 3.29676e-06 5.23949e-06 1.15282e-05 1.28516e-05 7.36995e-06 7.68205e-06 1.90518e-05 2.40732e-05 9.19823e-06 1.34733e-06 6.94034e-06 4.60688e-06 2.80066e-06 5.9797e-06 5.47275e-06 4.42665e-06 1.08607e-06 4.68923e-08 1.30979e-06 -1.18081e-06 -2.63541e-06 -3.46492e-06 -6.65831e-06 -2.02375e-06 2.50732e-06 1.19701e-06 1.52117e-06 1.82053e-06 -4.30278e-07 -8.96275e-08 6.811e-06 5.71348e-06 9.98894e-06 4.33078e-06 5.3114e-06 5.326e-06 3.01135e-06 -4.01787e-07 3.59367e-06 9.22017e-07 2.15955e-07 7.32506e-06 6.91369e-06 3.67002e-06 5.05429e-07 3.92339e-06 -7.11162e-06 -9.17424e-06 1.61019e-05 1.93146e-05 3.93328e-06 4.97119e-06 6.75667e-06 4.01714e-06 5.07077e-06 9.58543e-06 1.98025e-05 2.34764e-05 1.28508e-05 2.94701e-06 1.69639e-06 2.79147e-06 5.74816e-06 7.73423e-06 6.60586e-06 4.94382e-06 1.66352e-07 7.26447e-07 1.042e-06 -1.45989e-06 -1.89055e-06 -4.4097e-07 -2.86779e-06 -1.44783e-07 1.88741e-06 -6.44047e-07 -2.87005e-06 -6.484e-07 -1.12826e-06 9.41797e-07 5.7241e-06 7.29585e-06 6.50714e-06 -1.00869e-07 3.8986e-06 3.98511e-06 7.93752e-07 5.13706e-07 -1.0022e-07 -1.43472e-06 2.69423e-07 3.43466e-06 7.67215e-06 7.0131e-06 1.94369e-06 2.03204e-06 -8.60225e-06 -1.45237e-05 1.36717e-05 1.29179e-05 5.75923e-06 4.77988e-06 1.83472e-06 4.98052e-07 4.39843e-06 1.09701e-05 1.66692e-05 1.31318e-05 5.60695e-06 3.23054e-06 3.6831e-06 7.7546e-06 9.53426e-06 8.60313e-06 5.23898e-06 1.65086e-06 -1.64003e-06 3.11915e-07 8.2247e-07 -2.97837e-07 6.61575e-08 2.9483e-06 2.42729e-06 5.89464e-06 3.27023e-06 -7.46792e-07 -3.13008e-06 -1.27581e-06 -4.79254e-07 -8.91714e-07 2.27172e-06 5.40307e-06 4.93574e-06 1.74521e-06 2.83522e-06 -1.19031e-06 -2.08052e-06 -5.90327e-07 -3.05766e-06 -1.90059e-06 3.27743e-07 4.55088e-07 8.19324e-06 1.14259e-05 2.40482e-06 -2.02802e-06 -6.3417e-06 -1.31378e-05 6.01953e-06 8.54768e-06 5.50085e-06 4.42328e-06 -1.49271e-07 -2.59081e-07 4.26632e-06 9.63629e-06 9.14416e-06 5.29488e-06 1.37681e-06 3.68274e-06 6.16321e-06 6.72446e-06 6.49742e-06 6.51817e-06 1.78661e-06 -3.0858e-06 -1.77143e-06 7.93353e-07 1.66075e-06 2.31522e-07 4.40101e-07 1.42926e-06 1.11793e-05 1.32185e-05 7.07119e-06 2.43076e-06 -1.56251e-06 -1.95002e-06 -2.88048e-06 -2.75617e-06 6.02145e-07 3.62632e-06 3.67384e-06 2.31255e-06 -2.70461e-06 -6.7309e-06 -2.94913e-06 -2.04974e-06 -4.94099e-06 -9.87032e-08 4.58745e-07 -5.83937e-07 7.60536e-06 7.91705e-06 -5.25153e-06 -8.87198e-06 -3.39604e-06 -8.45586e-07 6.10452e-06 6.34125e-06 3.88062e-06 2.4132e-06 -5.52037e-07 3.89221e-07 4.3961e-06 5.19091e-06 4.78238e-06 1.93313e-06 -5.1317e-07 2.70997e-06 2.43404e-06 9.40618e-07 3.1063e-06 3.52218e-06 -1.91436e-06 -4.37552e-06 1.19528e-06 2.76907e-06 4.51253e-07 -1.91714e-07 8.47605e-07 -1.01564e-06 1.09325e-05 1.40951e-05 9.16617e-06 2.44672e-06 -3.29564e-06 -4.18292e-06 -3.91256e-06 -2.36672e-06 1.12768e-06 2.80119e-06 1.51455e-06 -9.08335e-07 -5.8503e-06 -6.80596e-06 -1.46913e-06 -3.86499e-06 -4.73638e-06 5.4282e-07 3.3691e-07 1.12304e-06 6.84949e-06 -1.10923e-06 -2e-05 2.53146e-07 -2.73596e-07 1.84e-06 5.29923e-06 4.17944e-06 2.00474e-06 5.8066e-07 -6.17265e-07 5.53551e-07 2.85399e-06 2.84235e-06 3.65491e-06 9.59429e-07 1.96708e-08 7.81112e-07 2.58799e-07 6.98068e-07 1.82722e-06 1.06776e-06 -6.64164e-07 -1.9852e-07 2.79437e-06 1.73626e-06 -3.66888e-07 1.71868e-06 8.81409e-07 2.68009e-07 6.72848e-06 1.11292e-05 9.26192e-06 9.52291e-07 -4.32169e-06 -3.34781e-06 -1.85098e-06 -1.99446e-07 1.62381e-06 1.34456e-06 -1.14146e-06 -6.01876e-07 -3.07774e-06 -1.1554e-06 -2.61575e-06 -5.47625e-06 -1.24932e-06 1.80938e-06 6.28566e-07 4.70302e-06 3.27976e-06 -1.69891e-05 -4.81224e-07 3.43507e-06 1.72196e-06 3.52147e-06 3.4064e-06 2.22429e-06 7.63774e-07 -1.34831e-07 -5.86029e-07 2.2787e-07 1.13167e-06 2.09617e-06 2.73487e-06 1.25674e-06 2.78488e-07 1.8762e-07 1.10339e-06 1.6484e-06 5.16074e-07 1.20408e-06 2.81096e-06 9.3167e-07 5.90671e-07 -9.64486e-07 5.34379e-07 3.38165e-06 6.00856e-07 2.71688e-06 5.02511e-06 6.13769e-06 5.49033e-06 -3.94047e-07 -2.16401e-06 -8.62171e-07 1.45e-07 8.60043e-07 1.05375e-06 4.24058e-07 -8.93969e-07 -5.52427e-07 3.69566e-08 -3.71788e-07 -1.62905e-06 -2.70395e-06 1.07107e-06 4.70605e-07 3.1117e-06 4.2471e-06 -6.59614e-06 -8.10294e-06 2.26517e-06 4.86834e-06 2.85461e-06 3.09654e-06 1.30802e-06 7.04009e-07 -9.33117e-09 -4.45498e-07 -5.37757e-07 -1.75206e-07 2.76956e-07 1.2527e-06 1.87882e-06 9.74487e-07 -4.40533e-08 -4.12053e-09 1.24845e-06 1.04343e-06 -4.45103e-07 1.65219e-06 3.38511e-06 -5.59418e-07 -1.28401e-06 -2.21183e-06 -1.2297e-07 -4.14283e-07 1.87733e-06 3.56863e-06 1.92751e-06 2.91624e-06 2.08007e-06 -9.55588e-08 -4.97968e-08 4.62865e-07 7.02053e-07 7.78901e-07 6.06713e-07 -6.24678e-08 -5.33307e-07 -2.8621e-07 6.20955e-07 5.90766e-07 1.07475e-07 1.74876e-06 1.53728e-06 2.42096e-07 3.52184e-06 -1.02416e-06 -6.48823e-06 -4.42428e-07 2.73693e-06 4.44792e-06 2.60219e-06 1.6182e-06 -1.20725e-07 6.76924e-09 -3.92257e-07 -6.56349e-07 -6.50919e-07 -3.32985e-07 3.30026e-07 1.08516e-06 1.07103e-06 1.83328e-07 -3.93686e-07 3.60944e-08 7.63176e-07 5.44397e-08 -6.43132e-07 9.32543e-07 5.85156e-07 -9.78392e-07 -1.93686e-06 -1.87825e-06 -6.28567e-06 6.19132e-07 3.84916e-06 3.32407e-06 1.12481e-06 8.84007e-07 7.05963e-07 4.17552e-07 4.93511e-07 3.95542e-07 2.84233e-07 1.99855e-07 1.28822e-08 -4.51298e-07 -8.05222e-07 -1.1521e-07 6.04479e-07 4.03338e-07 1.62287e-06 3.50124e-06 -5.14494e-08 1.12207e-06 1.36165e-06 -5.70064e-07 -5.23531e-07 5.386e-07 2.57913e-06 3.21236e-06 1.72186e-06 1.80679e-07 -2.97991e-07 -9.36187e-08 -3.6195e-07 -5.63745e-07 -4.81536e-07 -2.04299e-08 5.94718e-07 8.78696e-07 4.20241e-07 -1.89362e-07 -3.08522e-07 7.4524e-08 2.39169e-07 -3.75916e-07 -5.86976e-07 -4.20572e-07 -6.37032e-07 -8.01821e-07 -4.86841e-07 -2.65113e-07 1.28426e-07 2.498e-06 3.8061e-06 1.87105e-06 1.50301e-07 -1.90981e-07 3.20783e-08 2.41889e-07 5.39457e-08 -1.94487e-07 -2.95315e-07 -2.57487e-07 -2.92022e-07 -5.43511e-07 -4.24441e-07 -1.10347e-07 2.02473e-07 -4.51436e-08 -3.31369e-08 4.56141e-08 3.08994e-07 1.19048e-06 4.35857e-07 -1.77831e-07 5.22829e-08 9.865e-07 1.89203e-06 1.72902e-06 5.72384e-07 -4.13003e-07 -2.02169e-07 -4.96596e-09 -1.71114e-07 -3.48731e-07 -2.22822e-07 2.0348e-07 5.78805e-07 5.16876e-07 1.09604e-07 -1.71113e-07 -1.30901e-07 6.09492e-08 6.21563e-09 -3.38105e-07 -5.56309e-07 -6.85613e-07 -6.68623e-07 -3.17456e-07 4.71355e-08 -4.51938e-09 9.227e-07 2.56291e-06 2.09014e-06 5.36061e-07 -4.16091e-07 -5.74804e-07 -2.46408e-07 -2.12975e-07 -4.51797e-07 -5.36224e-07 -4.59599e-07 -3.20184e-07 -2.77243e-07 -3.489e-07 -3.96936e-07 -1.76646e-07 -8.72113e-08 -1.8432e-07 -1.66087e-07 3.57743e-08 5.21813e-07 6.45609e-07 1.93653e-07 1.34427e-07 5.40241e-07 1.05892e-06 1.16736e-06 6.8463e-07 -6.42026e-08 -4.32174e-07 -1.33149e-07 5.36592e-08 -7.40237e-08 -2.03234e-07 -1.10796e-07 1.72707e-07 3.66195e-07 2.78464e-07 6.4005e-08 -4.95611e-08 -1.93973e-08 4.68702e-08 3.08516e-09 -1.77669e-07 -3.93169e-07 -5.35573e-07 -4.07337e-07 -9.88301e-08 4.42259e-08 1.86471e-07 8.96417e-07 1.41639e-06 8.1348e-07 -1.57971e-08 -4.21934e-07 -5.58675e-07 -4.70547e-07 -4.90962e-07 -5.28249e-07 -4.63863e-07 -3.46849e-07 -2.21663e-07 -1.92305e-07 -2.87554e-07 -3.2175e-07 -2.1949e-07 -1.49131e-07 -1.29196e-07 -3.23412e-08 1.28293e-07 2.75897e-07 2.42354e-07 1.62386e-07 3.413e-07 6.56043e-07 8.02995e-07 6.67321e-07 2.79151e-07 -1.43815e-07 -3.51459e-07 -6.6836e-08 4.7973e-08 -4.31011e-08 -1.37456e-07 -8.28027e-08 9.6438e-08 2.09282e-07 1.67298e-07 6.60455e-08 8.4686e-10 8.80055e-09 4.06194e-08 2.91553e-08 -1.00241e-07 -3.11714e-07 -3.94765e-07 -2.61111e-07 -6.31917e-08 -1.21135e-08 1.26908e-07 5.08592e-07 6.4098e-07 3.57859e-07 -8.41993e-08 -3.13528e-07 -4.44017e-07 -4.50407e-07 -3.96087e-07 -3.6593e-07 -3.15155e-07 -2.30816e-07 -1.41345e-07 -1.27805e-07 -2.08291e-07 -2.44649e-07 -1.79056e-07 -1.10844e-07 -6.31443e-08 1.92804e-08 9.09629e-08 1.1904e-07 1.06729e-07 1.37751e-07 2.88354e-07 4.57379e-07 4.87082e-07 4.04958e-07 1.90009e-07 -6.80516e-08 -1.80376e-07 -1.70366e-06 3.6193e-07 2.43047e-06 4.04969e-06 4.3759e-06 3.57652e-06 2.37991e-06 1.42432e-06 8.93547e-07 5.40324e-07 -2.5368e-07 -7.80714e-07 -3.69171e-07 1.13337e-06 1.56423e-06 1.509e-06 1.13363e-06 5.87904e-07 -4.70861e-07 -8.37134e-07 -1.01686e-07 -1.70679e-07 -2.22761e-08 1.37664e-06 1.28268e-06 -1.56054e-07 -1.06303e-06 -1.08157e-06 -3.55726e-07 2.7488e-07 8.19424e-07 -6.65263e-08 3.42691e-07 1.50756e-06 1.96292e-06 2.38077e-06 1.96751e-06 1.47048e-07 -8.04834e-07 -1.48622e-06 -6.04886e-07 1.77726e-06 2.20724e-06 2.7637e-06 2.32135e-06 -9.30811e-08 -2.21091e-06 -4.3301e-06 -5.83449e-06 -4.9802e-06 2.4047e-07 1.83779e-06 2.99038e-06 4.52987e-06 5.76503e-06 5.91268e-06 5.14829e-06 3.82695e-06 2.54829e-06 1.46234e-06 2.60952e-07 -1.68554e-07 2.46667e-07 7.22605e-07 1.02939e-06 9.74473e-07 5.73203e-07 -5.97477e-08 -7.6985e-07 -7.86245e-07 -1.25829e-08 7.75645e-07 7.21068e-07 5.57628e-07 1.19368e-06 5.9079e-07 -3.58073e-08 -6.04898e-07 -1.15857e-07 7.83863e-07 9.87963e-07 3.42577e-07 1.27636e-06 1.90783e-06 2.13201e-06 2.39643e-06 1.04848e-06 -3.48644e-07 -7.28791e-07 -1.13472e-06 4.36211e-07 1.54056e-06 2.96124e-06 3.25909e-06 1.64291e-06 -8.07769e-07 -3.18626e-06 -5.4222e-06 -5.99879e-06 -4.11951e-06 1.85656e-06 3.2782e-06 4.50903e-06 4.59436e-06 4.17908e-06 4.21384e-06 3.18402e-06 2.13328e-06 2.07243e-06 2.16551e-06 1.6899e-06 1.0324e-06 4.98213e-07 2.24033e-07 8.79625e-07 1.50402e-06 1.40393e-06 -4.05078e-07 -1.23256e-06 -9.70831e-07 -3.63395e-08 1.86112e-06 2.86069e-06 1.63005e-06 3.57017e-07 -2.26676e-07 -1.78247e-07 3.17777e-07 1.74825e-07 7.13249e-07 1.38826e-06 7.97949e-07 9.49026e-07 1.2022e-06 3.02e-06 3.44752e-06 2.88886e-06 -3.30439e-07 -1.81367e-06 -8.27235e-07 8.94293e-08 1.71228e-06 3.73243e-06 2.65495e-06 1.08267e-06 -8.59767e-07 -4.80317e-06 -5.55355e-06 -3.63998e-06 -1.63452e-06 3.74041e-06 6.13422e-06 7.43077e-06 6.34193e-06 4.01074e-06 2.23036e-06 1.21432e-06 1.93467e-06 2.36806e-06 1.14426e-06 -1.97154e-06 -2.14662e-06 -2.17474e-06 -1.87695e-06 1.52487e-07 1.99287e-06 1.62188e-06 -1.49225e-06 -1.22958e-06 -1.3718e-06 -8.58487e-07 2.32411e-06 3.27356e-06 2.8866e-06 2.01114e-06 6.7696e-07 4.99624e-07 1.06059e-06 -1.79816e-07 -7.80588e-07 -2.308e-06 -2.56163e-06 9.70092e-08 5.79235e-06 8.9243e-06 1.01172e-05 8.06505e-06 1.02237e-06 -2.89582e-06 -1.13537e-06 8.18591e-07 5.27043e-06 6.77005e-06 5.39665e-06 5.36627e-06 2.38523e-06 -4.5127e-06 -4.65287e-06 -2.26135e-06 2.33704e-07 6.34091e-06 9.6927e-06 9.7199e-06 8.57675e-06 7.72372e-06 3.97732e-06 -2.90265e-07 7.02327e-07 2.94773e-06 -3.39596e-06 -2.18856e-06 7.78832e-07 -6.44308e-07 -1.69618e-06 5.58424e-07 2.09626e-06 -5.92768e-07 -2.16087e-06 2.76392e-06 2.62927e-06 -9.44444e-07 1.9962e-06 4.28215e-06 4.83823e-06 3.22628e-06 1.1152e-06 7.18898e-07 2.53542e-07 -1.63234e-06 -3.7211e-06 -7.49277e-06 3.54517e-06 2.53905e-06 9.79097e-06 1.66943e-05 1.76013e-05 1.11501e-05 -3.25643e-06 -6.67015e-06 -2.18942e-06 3.44688e-06 9.14358e-06 9.13833e-06 7.53134e-06 6.66363e-06 3.01984e-06 1.78499e-06 1.90711e-07 -1.11243e-06 -6.94002e-07 5.93343e-06 8.65924e-06 8.4773e-06 9.29183e-06 8.59388e-06 3.11397e-06 -3.47516e-06 -6.01636e-06 -8.54785e-06 -4.60217e-06 3.62428e-06 4.72182e-06 3.4591e-08 -8.85791e-07 -6.6231e-07 -3.22957e-06 -1.25926e-05 -1.28861e-06 7.84752e-06 1.02499e-05 4.06225e-06 6.73416e-06 8.98957e-06 7.92698e-06 4.28746e-06 1.50809e-06 6.93899e-07 -9.28666e-07 -1.64231e-06 -2.34891e-06 -4.98823e-07 1.5151e-06 6.90382e-06 1.33916e-05 1.82202e-05 1.72072e-05 3.09378e-06 -7.22949e-06 -6.50149e-06 -1.28446e-06 3.98101e-06 8.27249e-06 7.05486e-06 4.58762e-06 4.39603e-06 7.62296e-06 1.02537e-05 8.31877e-06 2.96927e-06 4.25178e-07 4.86605e-06 5.57366e-06 8.31708e-06 8.78113e-06 6.60457e-06 4.04364e-06 -7.8222e-07 -4.89596e-06 -5.002e-06 2.51971e-06 1.18527e-05 8.19404e-06 8.02438e-07 3.20371e-06 1.43424e-06 -5.43049e-06 -4.48193e-06 1.24399e-06 9.45242e-06 7.20287e-06 1.20756e-05 1.64076e-05 1.58014e-05 9.67146e-06 1.84267e-06 -1.10684e-06 -5.74376e-07 2.66949e-07 1.46204e-07 -2.84982e-07 -1.48362e-06 -2.43366e-06 -2.34359e-07 4.9917e-06 6.33529e-06 8.80835e-06 4.43434e-06 -8.33375e-07 -2.24044e-06 2.53179e-06 4.00551e-06 2.84778e-06 2.20268e-06 2.65857e-06 3.63729e-06 1.1192e-05 1.52306e-05 1.08021e-05 1.9664e-06 1.85893e-06 7.70732e-07 1.25254e-06 5.48239e-06 7.1468e-06 6.64145e-06 4.72688e-06 1.82749e-06 -1.27193e-06 -3.13818e-06 5.55512e-06 1.35794e-05 7.20173e-06 3.29553e-06 7.12808e-06 4.37332e-06 -1.7113e-06 -9.26801e-06 -9.31731e-06 -1.13838e-06 8.10992e-06 1.30507e-05 1.16023e-05 7.40586e-06 -9.81163e-08 -6.20086e-06 -7.73307e-06 -5.26335e-06 -1.6715e-06 -2.3356e-06 -4.98096e-06 -5.30812e-06 -1.41873e-06 1.04399e-06 3.89281e-07 -5.00039e-06 3.6308e-06 3.94296e-06 3.10817e-06 4.96357e-06 8.39031e-06 6.53949e-06 5.23334e-06 3.82561e-06 4.28009e-06 4.42035e-07 2.66855e-06 6.01807e-06 1.32389e-06 2.11609e-07 2.09831e-06 9.01987e-07 1.51623e-06 5.66061e-06 5.91026e-06 5.19021e-06 4.07333e-06 3.25255e-06 -2.68664e-06 -1.13965e-05 -1.79394e-06 3.09006e-06 3.2075e-06 3.65709e-06 5.22197e-06 1.16663e-06 -6.54775e-06 -1.92137e-05 -2e-05 -4.02717e-06 9.23164e-06 6.96189e-06 5.69974e-06 2.68011e-06 -2.8422e-06 -7.45549e-06 -3.9514e-06 1.54633e-06 2.39624e-06 4.86202e-07 3.46972e-07 2.15472e-06 4.56952e-06 8.20414e-06 1.10705e-05 8.46083e-06 7.27077e-06 2.60621e-06 1.69752e-06 5.94842e-06 6.98369e-06 5.17198e-06 7.61041e-06 9.45616e-06 4.76365e-06 3.17907e-06 -2.02695e-07 9.12742e-07 -3.01203e-06 2.89606e-07 3.38099e-06 6.89358e-07 2.28304e-06 5.16534e-06 4.00827e-06 2.96744e-06 2.3357e-06 4.72473e-06 4.50048e-06 8.84385e-07 -1.40866e-06 -3.869e-06 2.53173e-06 2.17451e-07 2.76311e-06 -1.09782e-06 -7.41146e-06 -2e-05 -2e-05 -7.91788e-06 8.44417e-06 7.31217e-06 8.24576e-06 5.38701e-06 1.23477e-06 5.29434e-07 2.90891e-06 5.58836e-06 5.07281e-06 4.3489e-06 7.77761e-06 9.79057e-06 8.87171e-06 8.27682e-06 1.20274e-05 1.17378e-05 1.2245e-05 7.14822e-06 4.7442e-06 8.39433e-06 4.27474e-06 2.00084e-06 6.06299e-06 9.53745e-06 -5.97091e-07 -1.25522e-05 -8.40501e-06 -6.81038e-06 -5.69679e-06 1.03587e-06 3.86843e-06 3.3223e-06 3.61813e-06 5.02569e-06 3.94271e-06 4.16993e-06 4.3241e-06 7.50685e-06 9.79264e-06 6.62635e-06 3.67025e-06 -2.02762e-06 2.00658e-06 -3.4927e-06 2.82509e-06 2.67452e-06 -3.41919e-07 -1.46308e-05 -2e-05 -2.5361e-06 5.3454e-06 5.95488e-06 9.18647e-06 8.45371e-06 4.17291e-06 1.95924e-06 4.60221e-06 7.29751e-06 6.97486e-06 8.65089e-06 1.31713e-05 1.71729e-05 1.3212e-05 9.45711e-06 7.0434e-06 6.05899e-06 5.66652e-06 7.14381e-07 2.26508e-06 3.66029e-06 2.7913e-07 2.22272e-06 7.66552e-06 3.30821e-06 -8.4035e-06 -3.03811e-06 -6.06914e-07 -3.32198e-06 4.437e-07 3.86589e-06 4.09635e-06 5.64232e-06 4.67221e-06 6.72981e-06 6.4511e-06 5.87592e-06 4.62291e-06 1.31961e-05 1.44221e-05 8.50583e-06 2.74287e-06 -8.88301e-06 -1.05873e-05 -6.4244e-06 7.40142e-07 5.44855e-06 5.1642e-06 -4.48817e-06 -1.20508e-05 4.4668e-06 7.33016e-06 5.92775e-06 7.10813e-06 6.70942e-06 4.01559e-06 4.5193e-06 7.75668e-06 9.45354e-06 1.0097e-05 1.10884e-05 8.89049e-06 8.13955e-06 1.29318e-05 1.27411e-05 9.73526e-06 4.09421e-06 5.66763e-06 2.99661e-06 1.97948e-07 -1.33782e-06 8.68307e-07 7.69271e-06 9.33843e-06 6.37852e-06 2.34417e-06 1.02498e-05 7.0154e-06 4.26316e-06 4.85329e-07 -1.65299e-06 3.08899e-06 5.22475e-06 2.92257e-06 5.9425e-06 4.44197e-06 7.33397e-06 6.67004e-06 1.20051e-05 1.41808e-05 8.47819e-06 -8.52768e-06 -2e-05 -2e-05 2.34132e-06 1.53708e-07 1.32372e-06 2.05842e-06 -6.37618e-06 -7.69811e-06 5.76868e-06 5.27233e-06 3.4312e-06 3.41163e-06 1.16849e-06 -5.50891e-07 2.42136e-06 3.16911e-06 5.65588e-06 7.30208e-06 6.20008e-06 3.81456e-06 3.96179e-06 1.36055e-05 1.37624e-05 1.17762e-05 4.35559e-06 6.52037e-06 6.91632e-06 4.32575e-07 -3.57136e-06 4.3905e-06 1.22469e-05 8.64116e-06 1.82242e-06 2.948e-06 1.21907e-05 9.42534e-06 1.87778e-06 -1.05622e-05 -7.15431e-06 2.66459e-06 5.48147e-06 1.36981e-06 2.5093e-06 3.02395e-06 6.64084e-06 4.47448e-06 8.65041e-06 1.03574e-05 5.53912e-06 -7.94366e-06 -1.96315e-05 -2.52856e-06 6.61692e-06 6.43419e-07 -3.62937e-07 -2.7826e-07 -1.03213e-05 -3.10841e-06 3.69802e-06 2.77355e-06 1.01898e-06 1.4815e-06 -1.18816e-06 9.55598e-07 1.24588e-06 7.57915e-07 4.41663e-06 2.13037e-06 2.0899e-06 4.9469e-06 6.34044e-06 4.91923e-06 1.34159e-05 1.71054e-05 1.56451e-05 1.89716e-05 1.79995e-05 9.13582e-06 3.85208e-06 5.6683e-06 3.85565e-06 -1.173e-07 5.12119e-07 1.24855e-05 4.85131e-06 2.96402e-06 -1.5635e-06 -6.70421e-06 -1.41821e-07 5.33527e-06 5.82013e-06 1.5263e-06 3.58531e-06 3.77948e-06 7.39406e-06 5.92267e-06 7.559e-06 7.27892e-06 4.96467e-06 6.06262e-06 1.005e-05 1.07985e-05 5.29339e-06 1.27017e-06 6.8171e-06 6.53143e-06 -1.64526e-06 -2.35908e-06 2.85193e-06 9.14604e-07 -3.16144e-07 1.16867e-06 7.22672e-07 4.42332e-07 2.19096e-06 6.66612e-07 9.81571e-07 -6.69872e-07 2.62204e-06 4.96928e-06 3.83337e-06 1.53384e-05 2.22105e-05 1.96116e-05 2.0083e-05 2.34122e-05 1.99302e-05 1.10638e-05 5.74238e-06 2.99284e-06 -4.5241e-07 -1.44842e-06 6.29726e-06 1.27564e-05 2.10501e-07 -1.24465e-06 3.17426e-06 2.05119e-06 2.65241e-06 8.02194e-06 2.38651e-07 1.70549e-06 4.29407e-06 2.94703e-06 2.95715e-06 1.00032e-05 5.97479e-06 -6.75172e-06 3.51088e-06 1.6644e-05 1.90691e-05 1.42031e-05 4.58984e-06 2.69783e-06 9.48245e-06 1.03724e-05 5.31484e-06 -2.37059e-06 -8.88699e-07 -8.15612e-07 -1.7618e-06 8.1313e-07 -6.61168e-08 8.09481e-07 3.2368e-06 -5.59467e-07 -1.3898e-07 1.211e-06 3.40557e-06 1.72644e-07 5.00144e-06 1.59963e-05 1.11304e-05 1.14034e-05 1.56021e-05 1.59717e-05 1.22185e-05 6.38392e-06 3.19892e-06 -6.22312e-07 -2.14729e-06 8.06308e-07 2.34833e-06 5.80045e-06 3.88056e-06 1.05151e-06 5.73679e-06 5.71253e-06 3.62642e-06 5.79082e-06 -2.82072e-06 4.28189e-06 5.15573e-06 -1.46101e-07 3.20667e-06 1.11777e-05 6.04399e-06 -8.82791e-06 1.35391e-05 1.62407e-05 1.24112e-05 1.18655e-05 4.98182e-06 1.91777e-06 9.67799e-06 1.46884e-05 1.24079e-05 2.04147e-06 -1.34331e-06 -1.13444e-06 -8.60522e-07 2.20551e-07 -5.54834e-07 1.54728e-06 3.73191e-06 -6.95968e-07 1.71771e-06 3.18472e-06 1.80016e-06 -1.99973e-07 4.29643e-06 6.16174e-06 6.49422e-06 6.96179e-06 1.2149e-05 1.09538e-05 4.71184e-06 2.60221e-06 8.45323e-07 -2.50616e-06 -2.47556e-07 2.53356e-06 2.04476e-07 2.14575e-06 2.80117e-06 1.90873e-06 1.83996e-06 3.42942e-06 -2.12145e-06 -8.18681e-06 -2.53389e-06 7.84393e-06 3.44634e-06 1.35183e-06 3.67313e-06 1.17735e-05 6.87025e-06 2.11184e-06 2.59129e-05 1.72396e-05 7.69438e-06 1.13793e-05 7.41814e-06 1.35026e-06 9.76935e-06 1.04653e-05 1.16379e-05 4.08205e-06 -7.23051e-07 -3.55688e-07 1.64495e-06 -1.26725e-07 2.96132e-07 3.48191e-06 3.16448e-06 1.71282e-07 4.25423e-06 1.69814e-06 -2.14732e-06 -1.73342e-07 1.26303e-06 3.3145e-06 6.85327e-06 2.89563e-06 6.98726e-06 8.3059e-06 2.41162e-06 3.13545e-06 -3.4209e-07 -2.26026e-06 8.41139e-07 4.18873e-06 2.42788e-07 -4.71354e-07 3.48064e-06 2.92798e-06 -1.52297e-07 9.46436e-07 -4.93588e-06 -5.9557e-06 -3.93146e-06 2.34501e-06 1.45204e-06 7.1099e-07 2.27927e-06 9.81939e-06 3.7134e-06 1.21928e-05 3.57462e-05 2.1504e-05 7.12928e-06 8.85176e-06 6.2019e-06 1.30632e-06 4.83255e-06 5.7382e-06 6.25421e-06 2.8567e-06 2.24072e-07 4.06258e-07 1.38116e-06 -2.51276e-07 3.3601e-06 2.46349e-06 7.21573e-07 5.66912e-07 1.25414e-08 -1.776e-06 -9.86849e-06 -3.2631e-06 -1.86071e-06 1.81797e-06 5.60359e-06 4.68508e-06 6.03088e-06 5.56187e-06 3.84815e-06 3.36951e-06 -1.30545e-06 -2.27425e-06 1.24399e-06 4.76069e-06 1.58765e-06 1.33876e-06 8.25209e-06 5.15313e-06 -1.55805e-07 1.51289e-06 -4.39351e-06 -6.24474e-06 -3.09402e-06 3.01476e-06 1.49881e-06 2.48933e-07 3.89177e-06 5.67159e-06 -3.13217e-06 1.54837e-05 3.76682e-05 2.07519e-05 7.99552e-06 9.17296e-06 4.52874e-06 2.26363e-06 3.60232e-06 5.70384e-06 3.17838e-06 6.12091e-07 1.41692e-07 1.52914e-06 1.28919e-06 4.69229e-07 2.36473e-06 1.13257e-06 -2.72306e-07 1.66008e-06 -1.37097e-06 -9.57082e-06 -1.59611e-05 -3.77327e-06 -4.47315e-06 -2.39385e-07 7.45233e-06 9.24185e-06 8.95554e-06 6.53797e-06 6.15519e-06 2.69856e-06 -2.64813e-06 -1.89241e-06 1.983e-06 5.81307e-06 4.36291e-06 2.73586e-06 1.02723e-05 5.32775e-06 2.57e-06 8.80668e-06 -4.23169e-06 -7.83955e-06 2.58949e-06 5.02517e-06 1.13976e-06 1.29357e-06 4.97725e-06 9.39239e-07 -8.42542e-06 1.73382e-05 3.00037e-05 1.55081e-05 7.90856e-06 4.70159e-06 1.8539e-06 2.22667e-06 4.72562e-06 5.82134e-06 2.81198e-06 1.63663e-07 7.41802e-07 2.36942e-06 1.48581e-06 1.0667e-06 3.99268e-06 1.37745e-06 -2.00318e-06 1.2448e-06 -2.58e-06 -8.72047e-06 -1.3017e-05 -1.21588e-06 -7.61998e-06 1.18258e-06 7.35522e-06 1.35731e-05 1.09919e-05 6.27159e-06 5.71092e-06 5.70135e-07 -3.35865e-06 1.94393e-07 3.13929e-06 8.38604e-06 4.96151e-06 7.09396e-07 4.22078e-06 2.48687e-06 8.063e-06 5.54554e-06 -6.3779e-06 -5.84048e-06 3.77534e-06 3.01729e-06 4.72036e-07 2.39066e-06 7.30401e-06 -3.52723e-06 -3.84484e-06 1.57144e-05 1.6209e-05 1.15176e-05 3.39559e-06 1.27146e-06 1.39165e-06 4.61642e-06 6.08376e-06 5.53104e-06 4.42319e-06 1.64426e-06 7.74358e-07 2.29497e-06 1.17217e-06 1.75462e-06 5.23056e-06 1.18393e-06 2.36082e-06 3.10704e-06 8.38109e-06 1.29524e-06 -5.37361e-06 -3.10012e-06 -2.63018e-06 1.10507e-06 8.68752e-06 1.35075e-05 9.64997e-06 6.13468e-06 4.85268e-06 1.15289e-07 -9.78871e-07 1.65262e-06 4.98429e-06 7.68273e-06 1.70156e-06 4.18346e-07 1.91117e-06 1.03451e-06 8.58054e-06 1.98187e-06 -3.64514e-06 -3.26097e-07 1.74534e-06 1.29189e-06 2.81014e-07 3.25041e-06 5.91039e-06 -3.85826e-06 4.26781e-09 7.64857e-06 8.42581e-06 8.37823e-06 2.0317e-06 9.7207e-07 2.25013e-06 5.13361e-06 4.85416e-06 5.76823e-06 6.78479e-06 1.87247e-06 2.91058e-07 2.56111e-07 1.15192e-06 2.27373e-06 1.98695e-06 1.91414e-06 2.45967e-06 2.9767e-06 1.10034e-05 6.14492e-06 -2.18979e-06 -1.48628e-06 -1.50365e-06 1.93202e-06 6.93714e-06 8.17407e-06 5.30202e-06 5.29306e-06 6.53426e-06 2.22628e-06 7.32859e-07 2.13432e-06 7.41445e-06 3.40718e-06 3.36978e-07 2.57298e-06 1.97426e-06 3.08851e-06 6.93938e-06 1.1388e-06 6.32105e-07 1.2657e-06 1.07326e-06 6.62447e-07 5.81481e-07 2.46992e-06 2.3698e-07 -2.76149e-06 1.70627e-07 2.68034e-06 4.76486e-06 4.20395e-06 1.52477e-06 1.38034e-06 2.66606e-06 3.27434e-06 2.21243e-06 4.04514e-06 3.72762e-06 3.48538e-07 2.81203e-07 8.381e-07 1.72949e-06 4.73978e-09 4.46588e-07 2.02896e-06 2.62637e-06 7.86998e-06 1.49949e-05 2.05034e-06 -2.50715e-07 -9.93037e-07 -9.31517e-07 1.60807e-06 3.65077e-06 3.34888e-06 1.91767e-06 3.85405e-06 5.09888e-06 1.99036e-06 1.70845e-06 7.9347e-06 7.30704e-06 -1.64772e-07 1.11665e-06 4.25473e-06 1.78857e-06 6.96539e-06 3.12534e-06 1.33402e-06 3.24457e-06 2.00236e-06 6.1416e-07 5.76233e-07 2.75724e-07 -1.0839e-06 -1.89525e-06 -1.25425e-06 5.7216e-07 1.76516e-06 2.69894e-06 2.32038e-06 1.55263e-06 1.56703e-06 1.70877e-06 9.47295e-07 -1.262e-07 8.93187e-08 3.93064e-08 -1.30599e-07 7.46386e-07 1.5321e-06 5.44315e-07 -3.17668e-07 9.96545e-07 1.56808e-06 6.36344e-08 6.4375e-06 4.41208e-06 1.65222e-07 7.76881e-07 -7.39984e-08 -1.6238e-07 9.46386e-07 1.45734e-06 9.14749e-07 4.28255e-07 1.54915e-06 2.01424e-06 1.78086e-06 5.18355e-06 1.04524e-05 1.63931e-06 -1.68912e-06 6.41798e-07 1.59399e-06 1.3013e-06 1.96291e-06 7.62311e-07 2.03004e-06 5.044e-06 2.70029e-06 1.83937e-07 -2.58305e-07 -6.984e-07 -5.31795e-07 -2.19432e-07 2.36754e-07 8.5533e-07 1.87544e-06 2.50287e-06 1.94085e-06 1.35078e-06 9.46944e-07 4.51018e-07 -3.08903e-07 -9.03981e-07 -8.85744e-07 -5.18096e-07 -5.35177e-08 4.21008e-07 1.52128e-07 -3.31456e-07 -2.36544e-07 1.12312e-06 7.88924e-07 2.53806e-08 7.87668e-07 -5.00462e-08 9.29357e-07 1.41508e-06 4.36347e-07 1.22604e-07 3.67758e-07 3.21204e-07 4.32318e-08 -8.80513e-08 2.78383e-07 7.12515e-07 9.33079e-07 3.25596e-06 2.95737e-06 -4.8811e-07 1.18789e-07 3.4114e-07 6.66746e-07 1.6924e-07 4.20362e-07 6.89003e-07 2.85454e-06 3.86228e-06 1.91362e-06 -2.92167e-07 -4.23803e-07 -1.65954e-07 1.10556e-07 2.84888e-07 5.97741e-07 1.35624e-06 2.1249e-06 1.98675e-06 1.34581e-06 7.98484e-07 2.96893e-07 -1.9129e-07 -5.68318e-07 -7.97118e-07 -6.60179e-07 -2.8076e-07 -1.98519e-07 -4.39357e-07 -5.71237e-07 -4.42323e-07 2.72379e-07 9.75276e-07 2.76699e-07 -2.47717e-07 -4.40479e-07 3.24229e-07 1.56053e-06 1.28972e-06 3.73018e-07 -1.41029e-08 -8.55267e-08 -1.10236e-07 -1.86926e-07 -2.86106e-07 -1.48064e-07 -3.47231e-08 8.73135e-09 1.78964e-07 8.03647e-08 1.47631e-07 3.5788e-07 6.30621e-07 8.15e-07 5.2178e-07 6.86848e-07 1.63038e-06 2.78326e-06 2.20783e-06 7.69888e-07 -2.89222e-07 -1.87986e-07 1.20852e-07 3.27078e-07 4.73602e-07 7.80491e-07 1.30366e-06 1.51308e-06 1.20467e-06 7.68498e-07 3.65291e-07 -8.83493e-09 -2.7993e-07 -4.06834e-07 -4.58972e-07 -3.53573e-07 -2.05642e-07 -4.00513e-07 -6.86439e-07 -4.79067e-07 7.79756e-08 6.94214e-07 5.39154e-07 -5.2197e-08 -4.89764e-07 -2.46067e-07 8.96748e-07 1.36255e-06 7.71447e-07 7.67516e-08 -2.13543e-07 -2.24405e-07 -1.39094e-07 -1.6311e-07 -2.7071e-07 -2.59369e-07 -1.02981e-07 8.45163e-08 2.081e-07 3.15307e-07 4.62533e-07 6.46985e-07 9.28369e-07 1.11554e-06 1.1787e-06 1.40735e-06 1.82331e-06 1.87789e-06 1.09553e-06 2.04211e-07 -1.67065e-07 -1.53755e-08 2.04742e-07 3.07057e-07 3.77861e-07 5.24671e-07 7.76773e-07 8.40258e-07 6.57739e-07 4.06943e-07 1.56852e-07 -4.99932e-08 -1.57438e-07 -1.95894e-07 -2.20574e-07 -2.09172e-07 -1.80225e-07 -3.19889e-07 -3.85538e-07 -7.81155e-08 3.49869e-07 4.69245e-07 1.26153e-07 -2.05178e-07 -4.36077e-07 2.11718e-08 8.11297e-07 8.66642e-07 3.5842e-07 -8.42857e-08 -2.16327e-07 -1.51799e-07 -6.19873e-08 -8.54873e-08 -1.6664e-07 -1.45412e-07 2.63257e-08 2.02852e-07 3.35029e-07 4.61328e-07 5.52198e-07 6.91933e-07 9.13831e-07 1.06215e-06 1.07234e-06 1.05251e-06 1.15935e-06 1.06072e-06 5.61977e-07 4.88663e-08 -9.64916e-08 3.10106e-08 1.67938e-07 2.09869e-07 2.30068e-07 2.7976e-07 3.98473e-07 4.58043e-07 3.90529e-07 2.51601e-07 9.53605e-08 -2.73155e-08 -7.56652e-08 -9.48325e-08 -1.2965e-07 -1.36858e-07 -1.22309e-07 -1.7619e-07 -1.67131e-07 2.96279e-08 2.64999e-07 2.09419e-07 1.01584e-09 -1.99367e-07 -3.07294e-07 3.54113e-08 5.1039e-07 5.16188e-07 2.00258e-07 -8.93036e-08 -1.55413e-07 -8.40998e-08 -1.76047e-08 -3.07886e-08 -8.32229e-08 -5.00685e-08 1.02966e-07 2.55204e-07 3.49106e-07 4.08057e-07 4.65274e-07 5.83247e-07 7.26959e-07 7.67437e-07 6.86859e-07 5.96563e-07 6.36883e-07 6.46179e-07 3.90127e-07 3.32333e-08 -1.19232e-06 1.05605e-06 2.35238e-06 3.35256e-06 3.85894e-06 3.49762e-06 2.35655e-06 1.19074e-06 5.57487e-07 3.31741e-07 1.58621e-07 8.16737e-08 8.47089e-07 1.4495e-06 1.79566e-06 1.38884e-06 4.64267e-07 -3.87005e-07 -1.2233e-06 -1.21517e-06 -5.09756e-07 -2.81744e-07 -8.2419e-07 9.68252e-07 2.05532e-06 1.16193e-06 6.66171e-08 -1.24167e-07 4.98512e-07 1.35704e-06 8.19487e-07 -3.25627e-07 7.86101e-07 1.76005e-06 2.00158e-06 1.99718e-06 1.63154e-06 5.85927e-07 -5.17848e-07 -2.02514e-06 -2.59433e-06 6.5247e-07 2.63123e-06 3.48829e-06 3.55925e-06 1.32458e-06 -2.5476e-06 -4.65738e-06 -5.34407e-06 -4.38471e-06 1.27888e-06 3.75408e-06 3.28905e-06 3.46204e-06 4.60706e-06 4.47253e-06 2.9341e-06 1.44918e-06 6.59207e-07 1.39336e-07 -6.70753e-07 -1.04035e-06 -6.92672e-07 -2.86207e-07 -1.50608e-08 2.2411e-07 -5.05834e-08 -9.08254e-07 -1.0736e-06 -7.88795e-07 -1.58798e-07 8.05217e-07 1.59001e-06 1.51596e-06 1.54352e-06 1.1667e-06 6.85291e-07 3.69704e-07 8.95939e-07 6.89795e-07 -5.08465e-07 2.01884e-07 1.72061e-06 2.38435e-06 2.45593e-06 2.28551e-06 1.60321e-06 1.25754e-06 5.74593e-07 -1.19554e-06 -1.17665e-06 2.3087e-06 4.25999e-06 4.50104e-06 3.74556e-06 1.11343e-06 -3.60494e-06 -5.274e-06 -5.24751e-06 -4.45731e-06 3.29312e-06 6.65237e-06 6.28949e-06 5.02062e-06 4.69659e-06 3.33783e-06 1.29959e-06 6.32279e-07 6.65838e-07 7.73802e-07 -4.12405e-09 -8.05249e-07 -1.14219e-06 -1.31238e-06 -6.82747e-07 1.62036e-06 1.54791e-06 -7.10791e-07 -3.97564e-07 -6.3105e-07 6.64809e-07 3.3845e-06 3.47886e-06 1.34989e-06 9.82007e-08 -2.65417e-07 -3.58443e-07 2.52635e-07 1.60723e-06 1.8226e-06 -2.84124e-07 1.23097e-06 1.78562e-06 1.48838e-06 9.04075e-07 5.6535e-07 5.09622e-07 -3.68322e-07 -1.67114e-06 -1.36517e-06 -9.43775e-08 3.57099e-06 5.22844e-06 3.44023e-06 2.41785e-06 1.51347e-06 -5.42345e-06 -4.71579e-06 -2.24216e-06 -3.52037e-06 6.79247e-06 1.04479e-05 9.89609e-06 6.92717e-06 3.61931e-06 1.94682e-06 2.32903e-06 3.01205e-06 3.28693e-06 2.15997e-06 -9.52275e-07 -1.17005e-06 -2.5392e-06 -2.28979e-06 6.83821e-07 4.43011e-06 7.58868e-06 -1.18258e-07 -7.80344e-07 -3.55657e-06 1.12156e-06 5.60701e-06 3.55607e-06 6.3674e-07 -5.12872e-07 -8.66956e-07 -7.0335e-07 1.82799e-07 1.87092e-06 2.89855e-06 2.8365e-07 9.11089e-07 7.16154e-08 -2.48692e-07 1.73016e-06 3.32402e-06 2.25734e-06 -1.35732e-06 -3.54851e-06 -9.56764e-07 2.35411e-07 4.03422e-06 4.95373e-06 4.02328e-06 2.05096e-06 -4.8594e-07 -6.18866e-07 -3.43649e-07 1.59907e-06 -7.14909e-07 8.72802e-06 1.14335e-05 9.91355e-06 7.08174e-06 5.2838e-06 4.52648e-06 3.09733e-06 3.49913e-06 5.83427e-06 4.03758e-06 6.92304e-07 9.89103e-07 -4.07164e-08 1.67867e-06 1.7342e-06 7.04941e-06 3.52416e-06 -2.16451e-06 8.58315e-07 -2.40326e-06 4.0965e-06 7.10731e-06 4.17359e-06 4.45654e-07 -1.34912e-06 -1.94701e-06 -1.72747e-06 -1.73155e-06 -2.54991e-06 -2.64798e-06 -2.31902e-06 -1.15794e-06 -2.99345e-06 4.87787e-07 5.89974e-06 7.87573e-06 2.76026e-06 -3.98996e-06 -6.4585e-06 -3.23011e-06 4.85487e-07 4.32596e-06 6.01772e-06 5.29594e-06 1.61545e-06 9.57757e-07 5.6247e-06 6.89523e-06 6.08382e-06 1.64783e-06 6.20587e-06 9.09232e-06 8.83868e-06 6.95287e-06 6.09789e-06 3.475e-06 -1.35399e-06 -3.6228e-06 -5.13799e-06 -8.01839e-06 -5.96955e-06 3.65736e-06 4.64879e-06 1.51559e-06 -5.13645e-07 9.80044e-07 -3.9637e-06 -2.90055e-06 5.72359e-06 6.25997e-06 8.29009e-06 1.27726e-05 9.00148e-06 3.4824e-06 -4.21652e-07 -2.11125e-06 -2.72286e-06 -5.06585e-06 -8.04829e-06 -9.42756e-06 -7.84848e-06 -6.43084e-06 -4.6762e-06 3.34203e-06 1.06043e-05 1.08728e-05 1.01757e-06 -5.94355e-06 -7.2934e-06 -5.5161e-06 2.75412e-07 4.99578e-06 5.30932e-06 1.96407e-06 -4.88598e-06 2.09234e-06 1.19291e-05 1.56658e-05 1.13119e-05 3.24705e-06 7.97172e-06 9.90984e-06 7.60355e-06 4.8175e-06 3.94753e-06 3.52091e-06 9.64391e-07 -3.90606e-06 -8.59251e-06 -3.95691e-06 1.15064e-06 2.92726e-06 8.77409e-06 7.71843e-06 4.41082e-06 -5.95809e-06 -1.12823e-05 -3.95788e-06 4.05643e-06 1.45036e-05 2.104e-05 1.83508e-05 1.12534e-05 3.9207e-06 -8.60001e-08 -1.10472e-07 8.69899e-07 -1.15965e-06 -5.50707e-06 -7.09854e-06 -7.06411e-06 -5.76634e-06 -2.64044e-06 1.84531e-06 7.27103e-06 7.45931e-06 2.87421e-06 -1.23639e-06 -5.84944e-06 -5.35129e-06 3.54472e-06 9.08801e-06 5.71253e-06 1.84821e-06 -9.47668e-06 -1.28905e-05 2.15056e-06 7.13945e-06 5.79023e-06 -1.2505e-06 3.60556e-06 5.09795e-06 5.3601e-06 4.5833e-06 5.57568e-06 7.97374e-06 7.86552e-06 -2.50227e-06 -2.23998e-06 5.76884e-06 7.69127e-06 6.03291e-06 5.99188e-06 1.11083e-05 8.27761e-06 -2.35464e-07 -1.05494e-05 -2e-05 -9.20387e-06 1.4819e-05 1.92684e-05 1.29855e-05 5.3284e-06 -1.27965e-06 -1.16732e-05 -2.06814e-06 2.41886e-06 6.60719e-08 -2.48074e-06 -5.43874e-06 -3.16013e-06 -3.07712e-07 3.72826e-07 -3.4417e-06 -2.90502e-06 7.31957e-06 4.03015e-06 4.34202e-06 1.61656e-06 3.11928e-06 1.15261e-05 1.54762e-05 9.95074e-06 8.1429e-06 5.8201e-06 -1.26187e-05 -1.48417e-06 3.37217e-06 -3.64435e-06 -4.38879e-06 1.32385e-06 4.28971e-06 6.83339e-06 4.70902e-06 3.64e-06 7.01421e-06 1.18702e-05 4.65184e-06 1.37033e-06 4.38544e-06 4.27621e-06 1.97393e-06 7.01511e-06 8.9774e-06 7.68248e-06 2.82567e-06 -9.42022e-06 -2e-05 -2e-05 -8.12344e-07 3.91638e-06 1.64734e-06 -2.91742e-06 -3.97709e-06 -3.77205e-06 1.11337e-06 7.19998e-06 5.0589e-06 4.41363e-06 7.02576e-06 6.99125e-06 4.78861e-06 3.08975e-06 1.31558e-06 3.34508e-06 7.08161e-06 3.04447e-06 2.37743e-06 5.61832e-06 8.8075e-06 1.17465e-05 1.12003e-05 9.33198e-06 1.29006e-05 1.30676e-05 -3.11257e-06 1.39472e-07 7.89698e-06 1.8789e-06 -1.89893e-07 1.99626e-06 4.71844e-06 5.81882e-06 3.95408e-06 9.75842e-07 1.81793e-06 5.54982e-06 9.19617e-06 4.75869e-06 -1.02559e-06 -5.00711e-06 1.05979e-05 1.76279e-05 1.05004e-05 7.98e-06 -7.96624e-09 -1.73446e-05 -2e-05 -2e-05 -1.67288e-05 -1.19214e-05 -3.71976e-06 1.15164e-06 1.00834e-06 -3.16007e-06 -5.1483e-06 -2.52253e-06 -3.6361e-06 2.89526e-06 1.05771e-05 1.14268e-05 8.57681e-06 6.14117e-06 6.16362e-06 9.53518e-06 1.06717e-05 3.55328e-06 2.62273e-06 8.95164e-06 6.5628e-06 5.02397e-06 5.61314e-06 8.85443e-06 9.01563e-06 -4.63376e-06 -1.59886e-05 -9.7603e-06 2.39245e-06 4.41041e-06 2.88467e-06 4.88344e-06 5.0788e-06 7.86135e-06 9.62346e-06 5.97197e-06 3.33853e-06 6.66536e-06 1.39872e-05 1.28686e-05 5.12727e-06 2.47965e-07 1.87336e-05 2.55433e-05 1.52625e-05 4.12222e-06 -8.33621e-06 -2e-05 -2e-05 -2e-05 -1.88232e-05 -1.5839e-05 -1.68226e-06 5.95125e-06 2.35172e-06 -1.08887e-05 -1.33645e-05 -9.04507e-06 -1.97593e-06 4.50958e-06 1.106e-05 1.27811e-05 1.29655e-05 1.47345e-05 1.16635e-05 8.96994e-06 7.85483e-06 4.62932e-07 5.00308e-07 5.60806e-06 3.4413e-06 2.89576e-06 4.61014e-06 5.08503e-06 -3.46555e-06 -1.17315e-05 -1.14121e-05 -1.04208e-06 1.08133e-05 8.41602e-06 4.09732e-06 2.45976e-06 4.70936e-06 1.17179e-05 1.32282e-05 1.01899e-05 7.73456e-06 5.56356e-06 8.3512e-06 6.88305e-06 9.02528e-07 -1.70814e-06 1.61427e-05 1.91542e-05 7.43665e-06 -8.98319e-07 -7.50919e-06 -2e-05 -2e-05 -7.14741e-06 -3.09689e-06 2.05577e-07 8.3205e-07 3.08175e-06 3.65207e-06 -1.61958e-06 -1.44411e-08 1.84841e-06 6.91898e-06 6.57038e-06 5.49041e-06 5.93436e-06 1.39898e-05 1.95862e-05 1.61438e-05 7.75411e-06 3.24725e-06 -1.96652e-06 2.7089e-07 2.64759e-06 4.4104e-06 7.44219e-06 6.27783e-06 -4.22836e-07 -1.25863e-05 -5.13031e-06 2.17936e-06 3.9839e-06 1.42756e-06 -2.10731e-06 2.36329e-07 3.46468e-06 3.98436e-06 9.54903e-06 1.32907e-05 1.34087e-05 8.34895e-06 3.76618e-06 4.77517e-06 4.11202e-06 -1.92451e-06 -3.47245e-06 7.40106e-06 5.2963e-06 -1.0002e-07 -5.51318e-06 -6.77594e-06 -7.36447e-06 2.23775e-06 8.49757e-06 8.57937e-06 2.40594e-08 -8.41911e-07 -1.47819e-07 7.75238e-06 9.07121e-07 5.3871e-08 2.52349e-06 3.095e-06 5.96304e-06 1.24229e-05 9.25567e-06 8.2403e-06 1.41974e-05 2.01747e-05 9.63847e-06 1.30559e-06 -9.82483e-07 1.77968e-07 3.45521e-06 9.07297e-06 9.18453e-06 2.34094e-06 -1.24917e-05 -1.04989e-05 4.36968e-06 1.25e-05 1.2527e-06 -7.8367e-06 2.48913e-07 3.0266e-06 3.36298e-06 1.77632e-06 7.14765e-06 1.05345e-05 1.14689e-05 7.13174e-06 4.30629e-06 4.16257e-06 2.48867e-07 -5.11873e-06 1.68866e-06 2.45096e-06 2.20529e-06 -1.74743e-06 -5.93597e-06 -6.75568e-07 -1.39476e-06 4.10375e-06 1.04858e-05 4.14888e-06 -2.68347e-06 -2.30121e-06 2.50154e-06 6.54084e-06 1.18159e-06 -3.06191e-06 1.22894e-06 5.07505e-06 1.43132e-05 1.90077e-05 1.37412e-05 1.8803e-05 3.04257e-05 2.67051e-05 1.47678e-05 1.04295e-05 8.74231e-06 5.82527e-06 2.81416e-06 4.06769e-06 2.67529e-06 2.47991e-06 -4.63249e-06 -2.63379e-06 7.13258e-06 1.22399e-05 2.1336e-08 2.30932e-06 8.7035e-06 7.9409e-06 1.15374e-06 3.08862e-06 8.04436e-06 9.93185e-06 7.78473e-06 5.02807e-06 5.92733e-06 5.16139e-06 -2.71942e-06 -9.53051e-08 6.39565e-06 2.5255e-06 -6.81361e-07 -2.36678e-06 2.58713e-06 3.1247e-06 -1.08e-07 5.85048e-07 3.65409e-06 2.96057e-07 -2.47156e-06 2.13685e-06 6.80589e-06 4.18179e-06 1.47178e-06 2.48953e-07 1.83722e-06 5.21183e-06 1.4235e-05 2.10728e-05 1.33184e-05 1.54359e-05 1.29847e-05 8.14529e-06 8.78475e-06 1.32484e-05 9.96949e-06 7.39032e-06 3.46476e-06 1.38068e-06 3.86185e-07 -1.7158e-06 -5.37829e-08 7.16298e-06 1.0104e-05 9.80361e-06 2.59737e-06 8.81466e-06 8.82602e-06 5.1913e-06 1.62424e-06 5.37418e-06 8.58119e-06 6.95353e-06 9.37115e-07 7.16303e-06 8.12922e-06 4.24262e-06 -4.96411e-06 2.98419e-06 6.84973e-06 2.64765e-06 -2.95694e-06 -6.3745e-07 7.16033e-06 4.0732e-06 -1.67705e-07 -3.54811e-07 1.16933e-06 1.07087e-06 -3.34345e-07 5.76519e-06 7.03815e-06 1.98314e-06 1.00206e-06 -7.57734e-07 4.66746e-07 5.07299e-06 1.27163e-05 1.51981e-05 3.53405e-06 4.50619e-06 1.01401e-06 3.55174e-06 6.86147e-06 1.09162e-05 6.11619e-06 7.04578e-06 3.29186e-06 -7.73838e-07 -9.4694e-07 -6.57242e-06 5.303e-06 1.30078e-05 1.33853e-05 1.11266e-05 6.07265e-06 8.53011e-06 5.04677e-06 1.8885e-06 4.13318e-06 8.37444e-06 7.85869e-06 -7.1528e-07 -1.1718e-05 7.79254e-06 7.15759e-06 9.83618e-07 -5.43178e-06 -3.65058e-08 1.87319e-06 6.19173e-07 -2.59356e-06 1.11484e-06 7.64247e-06 4.78218e-06 2.15168e-07 9.13392e-08 -5.65692e-08 3.65203e-06 1.96451e-06 6.90253e-06 7.56446e-06 3.24807e-06 4.88131e-06 -1.41118e-06 1.60777e-07 3.88473e-06 9.46039e-06 8.06091e-06 2.26963e-06 5.28369e-06 4.43837e-07 4.46369e-06 8.91699e-06 1.23368e-05 6.09474e-06 6.4981e-06 1.2813e-06 -3.4784e-06 -2.976e-06 -1.08684e-06 6.25553e-06 1.41195e-05 1.46999e-05 9.94911e-06 8.95354e-06 4.93109e-06 2.64142e-06 1.74685e-06 7.97728e-06 9.17778e-06 2.67044e-06 -7.42034e-06 -1.44297e-05 9.79036e-06 6.65902e-06 -1.89604e-06 -3.80217e-06 -3.2891e-06 -4.04507e-06 -2.76707e-06 2.56799e-06 3.01217e-06 6.3549e-06 3.46528e-06 8.63993e-07 8.30331e-07 -1.67914e-07 1.42442e-06 1.1188e-06 4.62638e-06 8.1431e-06 8.0706e-06 9.82663e-06 2.57781e-06 3.38562e-07 2.77045e-06 3.60449e-06 1.45356e-06 1.71204e-07 8.08722e-06 6.91629e-06 7.98498e-06 8.14357e-06 1.48981e-05 8.79262e-06 4.84108e-06 -3.08299e-06 -6.60542e-06 -5.33043e-06 2.18936e-06 7.54119e-06 1.29522e-05 1.33618e-05 1.01361e-05 7.60117e-06 2.78916e-06 3.19217e-06 2.38747e-06 8.10598e-06 6.83814e-06 4.23846e-07 -8.3029e-06 8.47208e-07 9.14443e-06 5.49608e-06 -4.01871e-06 -1.61404e-06 -5.40925e-06 -7.84912e-06 -2.92563e-06 3.27068e-06 2.87963e-06 5.04375e-06 2.20541e-06 1.04356e-07 -9.93499e-07 8.3965e-08 -9.82923e-08 2.1449e-06 3.20821e-06 1.13516e-05 1.29534e-05 2.59206e-06 -1.50578e-06 2.87636e-07 1.5913e-06 -6.21629e-06 -2.01927e-06 -3.11264e-06 7.90383e-06 1.21975e-05 1.14547e-05 9.02847e-06 1.31271e-05 6.15096e-06 -2.59424e-08 -6.96568e-06 -1.03797e-05 -1.67032e-06 4.05501e-06 6.26454e-06 1.00846e-05 1.4174e-05 1.16827e-05 8.66802e-06 2.63114e-06 3.49595e-06 1.17287e-06 3.93496e-06 3.72481e-06 -1.14398e-06 -3.10402e-06 3.41937e-06 7.24173e-06 -1.17225e-06 -5.69933e-06 4.16635e-07 -6.41781e-06 -7.64474e-06 1.6377e-06 6.01345e-06 1.77247e-06 2.36463e-06 3.82166e-06 2.25294e-06 -1.66993e-07 3.29496e-07 2.45189e-07 2.29576e-06 2.18246e-06 1.31119e-05 9.77011e-06 -6.06665e-06 -8.23068e-06 -1.46092e-06 -1.76097e-07 -7.58816e-06 -2.3387e-06 -3.27787e-06 6.52209e-06 1.58606e-05 1.31821e-05 9.4627e-06 1.04566e-05 2.4933e-06 -3.4234e-06 -8.49923e-06 -6.90217e-06 1.07234e-06 3.82726e-06 4.57606e-06 6.50036e-06 1.28863e-05 1.52673e-05 9.87495e-06 4.02696e-06 1.08174e-07 -1.15161e-06 1.68719e-06 8.12418e-07 -1.7974e-06 -5.43742e-07 2.18473e-06 1.37799e-06 -7.18949e-06 -1.49535e-06 2.63761e-06 -4.95491e-06 -4.64232e-06 5.63328e-06 1.34448e-05 1.47747e-06 2.7891e-06 5.90149e-06 4.93739e-06 1.76912e-06 4.69899e-07 7.26629e-07 1.38403e-06 2.74656e-06 1.22728e-05 2.44169e-06 -9.59467e-06 -1.58635e-05 -2.6031e-06 -3.67878e-06 -4.86995e-06 -7.08599e-07 3.769e-06 6.59123e-06 1.53053e-05 1.1181e-05 8.17143e-06 6.94898e-06 -3.32334e-07 -4.65505e-06 -5.4543e-06 -2.26299e-06 1.67398e-06 2.64601e-06 3.45023e-06 4.18984e-06 5.63787e-06 3.26517e-06 4.2135e-06 3.19302e-06 -1.31373e-06 -1.06401e-06 1.03781e-06 -2.01876e-06 -1.02446e-06 -7.50043e-07 2.75483e-07 -1.94422e-06 -6.26461e-06 3.65058e-06 4.36283e-06 -2.07777e-06 -8.4184e-07 1.23154e-05 8.80287e-06 1.2011e-06 4.56973e-06 6.45307e-06 5.33235e-06 1.14965e-06 1.88459e-07 1.03253e-06 2.77251e-06 5.1473e-06 1.29829e-05 2.75753e-07 -3.63514e-06 -4.01391e-06 -4.67568e-06 -5.39505e-06 1.40798e-06 3.16589e-06 2.70372e-06 5.82629e-06 1.04244e-05 7.17534e-06 5.97414e-06 3.23108e-06 -1.08492e-06 -1.94993e-06 -6.74407e-07 1.06965e-07 1.26432e-06 7.82712e-07 2.41288e-06 3.44581e-06 2.328e-06 1.77799e-06 3.54062e-06 8.87902e-07 -2.8069e-06 -9.18177e-08 -1.03782e-06 -1.21106e-06 -2.91993e-07 -1.20206e-06 -2.99977e-07 -1.52052e-07 -5.41427e-07 4.16335e-06 4.52218e-06 -3.21669e-08 1.25682e-06 4.32864e-06 7.23778e-07 1.17909e-06 4.996e-06 4.7718e-06 3.79702e-06 4.42258e-07 3.77309e-07 1.20014e-06 1.81829e-06 3.05613e-06 7.7323e-06 1.51256e-06 1.44646e-07 -2.10209e-06 -3.48343e-06 -3.11855e-06 4.47159e-06 2.1512e-06 1.9015e-06 4.23885e-06 5.38709e-06 3.84241e-06 4.19087e-06 2.8982e-06 1.08407e-06 2.04454e-06 2.131e-06 1.05511e-06 5.52999e-07 -1.53492e-06 1.61147e-06 4.87794e-06 2.18956e-06 1.2521e-06 2.2469e-06 -4.8789e-07 -2.27952e-06 4.14988e-07 -6.95279e-07 -4.03636e-07 -1.66969e-07 -1.25232e-06 7.65056e-07 4.44358e-07 8.31428e-07 3.36408e-06 3.19678e-06 7.64792e-07 7.85142e-07 2.63599e-07 2.03066e-07 1.02387e-06 2.32179e-06 1.5849e-06 5.08063e-08 1.42858e-07 9.05645e-07 7.43571e-07 1.22972e-07 4.60426e-07 2.65521e-06 8.45175e-07 7.1056e-07 -1.43455e-06 2.24328e-06 -2.01162e-07 1.76637e-06 2.77936e-06 2.15224e-06 2.87962e-06 2.51104e-06 2.0268e-06 3.07706e-06 3.64586e-06 3.32009e-06 3.21516e-06 1.62647e-06 1.03325e-06 -7.64113e-07 -3.56097e-06 1.78154e-06 6.40895e-06 2.60135e-06 7.36152e-07 7.66698e-07 -6.78235e-07 -6.68664e-07 6.2203e-07 -3.70451e-07 -6.03277e-08 -5.49796e-07 -1.4881e-06 -4.19425e-07 -2.62964e-07 8.48782e-07 1.94062e-06 1.49325e-06 3.46252e-07 -2.06304e-07 -4.91286e-07 5.21272e-09 9.75853e-07 1.42218e-06 4.40333e-07 -2.19769e-07 4.93015e-07 1.2794e-06 7.03182e-07 1.18433e-07 4.61618e-07 5.84351e-07 1.24684e-06 8.74352e-07 -3.40696e-07 -8.43008e-07 7.36963e-07 2.33608e-06 3.25813e-06 2.31269e-06 1.95888e-06 1.10621e-06 9.64566e-07 1.67189e-06 2.08599e-06 1.70391e-06 8.78678e-07 4.23236e-07 1.02426e-08 -2.09403e-06 -2.475e-06 1.32395e-06 4.14222e-06 1.44566e-06 7.70575e-07 4.56536e-07 3.91717e-07 9.72871e-07 4.0193e-07 -2.36536e-07 -1.24211e-07 -5.12078e-07 -7.05933e-07 -5.5469e-07 -1.41592e-07 7.20429e-07 9.24753e-07 3.99042e-07 -2.46344e-07 -5.43838e-07 -5.48064e-07 4.40216e-08 8.91461e-07 1.06999e-06 3.897e-07 6.1748e-08 8.33124e-07 1.20029e-06 6.48279e-07 3.21761e-07 2.37664e-07 4.14424e-07 1.09926e-06 6.85666e-07 1.92412e-07 4.30958e-07 1.41606e-06 3.52618e-06 3.02631e-06 1.80453e-06 1.01598e-06 1.74736e-07 1.0351e-07 6.73899e-07 7.15963e-08 -1.26507e-07 -1.23903e-07 -2.01754e-07 -7.40651e-07 -9.45017e-07 -4.69731e-07 2.69832e-07 8.0576e-07 2.66121e-07 1.73652e-07 3.68183e-07 1.05304e-06 1.05052e-06 2.38258e-07 -1.27286e-07 -1.3444e-07 -3.38234e-07 -4.95778e-07 -4.03794e-07 5.62007e-08 5.84707e-07 4.84931e-07 -3.65557e-08 -4.20294e-07 -3.92174e-07 -1.67529e-07 2.3408e-07 7.32799e-07 8.46012e-07 4.73634e-07 3.35499e-07 6.55796e-07 5.14207e-07 1.8745e-07 9.14841e-08 4.2496e-08 2.55838e-07 4.24074e-07 8.65925e-07 8.66404e-07 1.32487e-06 3.16232e-06 3.54502e-06 2.14227e-06 1.01723e-06 2.8668e-07 -2.51101e-07 -2.95757e-07 -6.19011e-07 -6.69456e-07 -5.46552e-07 -3.52083e-07 -3.71696e-07 -4.48448e-07 -3.05395e-07 3.99853e-08 6.08896e-07 9.60507e-07 6.64646e-07 4.99467e-07 8.16717e-07 1.22813e-06 7.88604e-07 6.0227e-08 -5.3624e-08 -3.52819e-08 -1.55084e-07 -2.74719e-07 -1.75564e-07 1.67729e-07 4.22567e-07 2.2625e-07 -1.51687e-07 -2.16123e-07 7.00847e-09 1.72946e-07 3.43004e-07 6.00445e-07 6.34028e-07 3.77394e-07 1.94839e-07 9.43884e-08 -7.94938e-08 -1.15541e-07 -1.43767e-07 -6.1436e-08 1.5877e-07 5.91921e-07 1.20061e-06 1.64953e-06 2.54205e-06 3.22948e-06 2.4471e-06 1.2295e-06 4.89068e-07 7.68519e-08 -2.28221e-07 -4.73177e-07 -6.77937e-07 -6.98197e-07 -4.97421e-07 -2.8796e-07 -2.38801e-07 -1.51464e-07 8.31666e-08 4.37719e-07 9.96673e-07 1.29521e-06 1.05662e-06 7.83183e-07 8.47761e-07 8.57085e-07 4.15356e-07 -2.67192e-09 1.47108e-08 8.51804e-08 1.36113e-08 -9.35842e-08 -3.58308e-08 1.43231e-07 2.19764e-07 6.84047e-08 -6.43963e-08 4.94409e-08 2.09527e-07 2.65074e-07 3.35765e-07 4.12546e-07 3.28212e-07 1.35148e-07 -3.19873e-08 -1.49413e-07 -1.96468e-07 -2.14976e-07 -1.99046e-07 -3.1679e-08 2.15375e-07 5.63394e-07 9.80416e-07 1.44811e-06 2.05037e-06 2.1565e-06 1.40278e-06 6.44801e-07 2.79003e-07 1.14487e-07 -4.46516e-08 -2.60777e-07 -4.30126e-07 -4.45241e-07 -2.92154e-07 -1.30774e-07 -5.042e-08 7.7957e-08 2.86707e-07 5.30315e-07 8.78461e-07 1.00911e-06 7.5657e-07 4.8596e-07 4.88359e-07 4.57767e-07 2.04371e-07 4.97622e-09 3.99655e-08 1.06902e-07 5.98519e-08 -2.76249e-08 -1.86447e-09 8.38448e-08 9.97061e-08 2.15046e-08 4.10951e-09 9.9286e-08 1.64862e-07 1.7534e-07 2.00991e-07 2.11472e-07 1.33255e-07 1.60294e-08 -8.03364e-08 -1.3641e-07 -1.66802e-07 -1.8196e-07 -1.51971e-07 1.68185e-08 2.0716e-07 3.87276e-07 5.82273e-07 8.55525e-07 1.13622e-06 1.22474e-06 8.55773e-07 4.17859e-07 2.0845e-07 1.359e-07 4.31546e-08 -1.25993e-07 -2.42745e-07 -2.45014e-07 -1.3468e-07 -1.64237e-08 4.70086e-08 1.35492e-07 2.66533e-07 3.93104e-07 5.69312e-07 6.09309e-07 4.24074e-07 2.42116e-07 2.53423e-07 2.64917e-07 1.35886e-07 1.67622e-08 -5.40243e-07 1.53285e-06 1.148e-06 9.70173e-07 1.62677e-06 2.13637e-06 1.84452e-06 1.34873e-06 1.22787e-06 1.28151e-06 1.11968e-06 8.43745e-07 9.23377e-07 1.02458e-06 1.04555e-06 9.93775e-07 2.1296e-07 -6.57737e-07 -1.5612e-06 -1.80897e-06 -1.01849e-06 -8.60927e-08 6.42257e-08 6.32679e-07 1.83806e-06 1.67354e-06 1.04679e-06 1.20665e-06 8.62653e-07 -8.57233e-08 -1.33548e-06 -9.64017e-07 8.17844e-07 1.52832e-06 1.5392e-06 1.48987e-06 1.25515e-06 9.18611e-07 2.61855e-07 -1.30196e-06 -2.41579e-06 -1.2209e-06 2.07411e-06 3.77781e-06 3.91092e-06 2.57993e-06 1.85964e-07 -2.10097e-06 -2.96626e-06 -2.73703e-06 -3.0283e-08 2.14309e-06 1.16375e-06 1.19144e-06 2.33827e-06 2.51152e-06 1.52499e-06 9.22822e-07 6.84508e-07 2.77723e-07 -6.19223e-07 -8.47915e-07 1.1814e-07 3.42318e-07 -1.21562e-07 -1.02857e-06 -2.64216e-06 -2.86165e-06 -1.40669e-06 4.1914e-07 2.12824e-06 3.45233e-06 3.67888e-06 2.47025e-06 1.87279e-06 2.21455e-06 2.32113e-06 2.08399e-06 8.89706e-07 -3.87214e-07 -1.14576e-06 3.48007e-07 1.98579e-06 2.68729e-06 2.81352e-06 2.3171e-06 1.55517e-06 1.54499e-06 5.03645e-07 -1.61104e-06 -2.21767e-06 1.59061e-06 4.95043e-06 6.19093e-06 6.01851e-06 4.17855e-06 6.89573e-07 -2.58431e-06 -3.75836e-06 -4.24929e-06 -2.57642e-07 3.14954e-06 2.69219e-06 2.64561e-06 3.59311e-06 3.66611e-06 3.33473e-06 2.89779e-06 2.14711e-06 1.21941e-06 -1.16391e-07 -6.92876e-07 -1.42815e-07 1.5243e-07 2.50495e-07 -2.53659e-06 -3.9616e-06 -3.13813e-06 9.05886e-07 3.37524e-06 6.06337e-06 8.41905e-06 7.62632e-06 3.89977e-06 2.86948e-07 -9.58693e-07 -7.52231e-07 -1.46722e-07 1.23998e-06 2.24524e-06 1.86892e-06 1.70122e-06 2.09878e-06 2.58158e-06 2.68329e-06 1.93614e-06 9.25996e-07 2.16798e-07 -1.1618e-06 -1.23193e-06 -4.41256e-07 3.97977e-06 7.15165e-06 6.00653e-06 4.61054e-06 4.39199e-06 1.19419e-06 -3.6492e-06 -2.13311e-06 -3.79249e-06 4.4254e-07 4.60947e-06 6.34915e-06 6.96976e-06 6.97708e-06 6.5919e-06 6.5579e-06 6.18213e-06 4.86704e-06 3.58089e-06 2.68931e-06 1.27764e-06 5.73065e-07 1.6807e-06 6.89829e-08 -3.3129e-06 -2.23033e-06 -2.76195e-06 2.17724e-06 4.17447e-06 9.36413e-06 1.26842e-05 9.4554e-06 3.00391e-06 -2.02047e-06 -4.09451e-06 -3.69127e-06 -1.81418e-06 9.75623e-07 2.44519e-06 2.80774e-06 2.47765e-06 5.95667e-07 -1.88257e-08 1.36293e-06 1.61043e-06 -7.95269e-08 -9.00508e-07 -1.13133e-06 6.12323e-07 1.86046e-06 6.02996e-06 7.05982e-06 6.8509e-06 2.95994e-06 2.49735e-06 8.17001e-07 3.49333e-07 4.00269e-07 -2.01964e-06 2.66873e-06 6.824e-06 1.03445e-05 1.32954e-05 1.48517e-05 1.23483e-05 7.75698e-06 4.96822e-06 4.57571e-06 5.23853e-06 5.71857e-06 4.50824e-06 4.41214e-06 5.07309e-06 -3.25719e-06 -4.45178e-06 -6.6711e-06 -1.10406e-05 6.01054e-06 1.13318e-05 1.4478e-05 1.40868e-05 6.9765e-06 -1.57247e-06 -5.64749e-06 -6.28577e-06 -5.39189e-06 -4.37376e-06 -1.21176e-06 1.32101e-06 2.68424e-06 1.4553e-06 -1.72136e-06 -9.6811e-07 1.63655e-06 2.8176e-06 1.15106e-06 4.68125e-07 -1.21137e-06 1.39483e-06 5.06696e-06 5.68015e-06 1.12882e-05 1.59095e-05 1.28082e-05 7.74988e-06 5.59084e-06 7.30036e-06 6.64755e-06 2.6247e-06 3.93668e-06 8.69308e-06 1.41619e-05 1.66658e-05 1.49666e-05 8.63126e-06 1.01434e-06 -4.41131e-06 -9.61565e-06 -1.29837e-05 -6.40177e-06 4.58555e-06 8.65436e-06 -2.54569e-06 -1.18725e-05 -1.92969e-05 -1.74879e-05 3.76133e-06 2.13743e-05 2.99323e-05 2.35406e-05 1.55693e-05 7.33488e-06 5.12451e-07 -3.05782e-06 -5.02195e-06 -5.85479e-06 -5.41068e-06 -3.33068e-06 -2.42867e-06 -2.80748e-06 -4.2919e-06 -2.85195e-06 3.20095e-06 5.72751e-06 4.31809e-06 2.70731e-06 4.19661e-06 8.0117e-07 -1.42652e-06 9.19528e-06 1.27057e-05 1.65201e-05 1.96156e-05 1.81832e-05 6.57527e-06 4.20729e-06 1.02777e-05 1.36164e-05 1.05698e-05 1.10893e-05 1.29451e-05 9.43674e-06 5.75924e-06 4.16131e-06 -3.31018e-07 -1.00568e-05 -1.3146e-05 -1.19661e-05 -1.27322e-05 -8.19175e-06 -4.14404e-06 -5.69223e-06 -2.4721e-06 -4.33073e-06 -1.05312e-05 -3.74067e-06 1.98043e-05 4.35489e-05 4.95597e-05 2.94701e-05 1.12267e-05 5.62499e-06 6.06595e-07 -8.50952e-07 -1.51948e-06 -6.204e-06 -1.1658e-05 -5.36664e-06 -3.11144e-06 -2.25638e-06 5.71601e-07 4.30136e-06 8.37065e-06 8.35966e-06 3.83601e-06 7.3109e-06 1.14815e-05 8.94019e-06 4.65576e-06 1.39457e-05 1.94402e-05 1.63907e-05 1.50689e-05 1.0948e-05 1.66803e-06 4.13955e-06 1.00994e-05 7.81584e-06 2.73267e-06 3.77852e-06 5.2066e-06 3.58819e-06 1.63687e-06 3.82533e-06 4.44329e-06 6.73979e-08 -1.09077e-06 4.32471e-07 1.58971e-06 2.08657e-06 -3.74926e-06 -8.13113e-06 3.6291e-06 1.2708e-05 1.32297e-05 1.23477e-05 1.74046e-05 2.86344e-05 2.55113e-05 1.21049e-05 5.53898e-06 9.07671e-07 -3.76132e-08 6.01801e-06 1.05301e-05 2.85802e-06 1.51652e-06 -5.1183e-07 1.97263e-07 3.38627e-06 4.21143e-06 3.31502e-06 5.0026e-06 3.41305e-06 7.30825e-06 1.12333e-05 1.76444e-05 1.6908e-05 1.06191e-05 2.05884e-05 2.03339e-05 1.43058e-05 1.43021e-05 1.00895e-05 3.67933e-06 1.05487e-05 3.57219e-06 -1.39607e-05 -1.92482e-05 5.25639e-06 7.7034e-06 9.13242e-06 6.28327e-06 5.48506e-07 4.61155e-06 1.23273e-05 1.46101e-05 9.58493e-06 4.22287e-06 4.06976e-06 6.95752e-06 -3.63425e-06 8.8636e-06 2.20255e-05 1.85366e-05 8.96509e-06 3.37564e-06 1.02933e-06 -1.67851e-06 -1.61977e-06 2.89096e-06 4.98084e-06 7.08511e-06 1.46093e-06 -6.59431e-07 9.46762e-06 9.57691e-06 1.75488e-06 2.4101e-06 3.00973e-07 -2.22121e-06 -1.46472e-06 9.08669e-07 1.56859e-06 7.83266e-06 1.05565e-05 1.14535e-05 1.17842e-05 1.04082e-05 1.74994e-05 1.56847e-05 1.01959e-05 1.13139e-05 1.17669e-05 3.76926e-06 3.7056e-06 1.74672e-06 -5.41913e-06 -8.2597e-09 8.38429e-06 1.10035e-05 1.07635e-05 6.35841e-06 3.33761e-06 7.04038e-06 1.1405e-05 1.13894e-05 7.04716e-06 7.7272e-06 2.01307e-05 2.26363e-05 7.83558e-06 8.60055e-06 1.75994e-05 1.14337e-05 4.19996e-06 2.42037e-07 -9.78767e-07 -4.61882e-06 -5.98059e-06 3.20163e-06 7.30047e-06 1.53815e-06 -3.99056e-06 -8.15118e-06 -4.4951e-07 6.13368e-06 -7.83949e-07 -2.13006e-06 -2.58348e-06 8.30266e-07 5.18305e-06 7.58131e-06 4.40782e-06 4.29131e-06 4.72869e-06 7.04073e-06 1.06476e-05 1.03886e-05 1.1015e-05 6.2827e-06 3.69526e-06 5.44971e-06 7.61176e-06 4.21724e-06 3.07671e-06 2.92719e-06 4.19645e-06 8.07254e-06 1.24306e-05 1.18445e-05 8.44541e-06 5.59332e-06 6.89217e-06 7.42491e-06 4.9349e-06 2.92555e-06 5.32143e-06 8.52084e-06 1.70078e-05 1.77088e-05 8.69812e-06 3.6849e-07 -9.56554e-06 -5.96754e-06 1.36863e-06 8.29605e-06 6.76839e-06 4.93208e-06 1.50404e-06 -2.9443e-06 2.64343e-06 4.45522e-06 -9.38294e-06 -7.85964e-06 -2.32552e-07 -8.49082e-07 -2.92879e-06 2.40316e-06 4.53674e-06 7.24765e-06 9.3929e-06 1.01815e-05 1.06345e-05 9.73064e-06 7.20732e-06 1.34079e-05 1.33131e-05 5.08939e-06 5.65157e-06 1.69319e-08 -3.38847e-06 -2.51857e-06 2.33509e-06 4.56845e-06 6.95429e-06 6.44725e-06 4.44344e-06 7.87264e-06 9.3653e-06 6.5569e-06 4.60672e-06 7.086e-06 1.02273e-05 7.59737e-06 2.43158e-06 7.52534e-06 1.19787e-05 7.86986e-06 1.00255e-05 7.85519e-06 3.88531e-06 -2.62331e-06 -1.94292e-05 -2.51417e-06 2.96594e-06 1.02599e-05 8.91994e-06 9.58221e-06 1.04969e-05 -2.11099e-06 1.19964e-06 1.59822e-05 1.19133e-05 5.78422e-06 8.33975e-06 -6.13675e-07 -1.35999e-06 4.92981e-06 6.53169e-06 4.31656e-06 7.27412e-06 9.29975e-06 9.9728e-06 6.35208e-06 6.52402e-06 1.4812e-05 1.00074e-05 5.82232e-06 9.77137e-06 5.08582e-06 -2.269e-06 -3.03609e-06 3.6189e-06 1.74686e-05 9.76107e-06 2.13679e-06 -2.52295e-06 3.63e-06 2.98927e-06 3.97813e-06 5.07094e-06 8.03031e-06 1.07172e-05 5.73577e-06 1.42892e-06 8.94014e-06 1.50631e-05 7.06841e-06 4.73896e-06 3.57237e-06 4.14992e-06 -7.38958e-07 -9.44298e-06 -2.01968e-06 3.19449e-06 1.00664e-05 1.15736e-05 1.03899e-05 5.27621e-06 4.76789e-06 5.71001e-06 1.80483e-05 1.47549e-05 7.4295e-06 5.25538e-06 -5.65061e-06 -7.11511e-07 6.65677e-06 5.03989e-06 3.54465e-06 7.02768e-06 8.45561e-06 7.08307e-06 1.5336e-06 4.17554e-06 1.02342e-05 8.04147e-06 8.6822e-06 8.91151e-06 2.42414e-06 -2.91263e-06 -8.08789e-07 2.01279e-05 2.41138e-05 9.78955e-06 -2.8336e-06 -1.10563e-05 -3.66355e-06 2.96738e-06 4.57779e-06 5.47957e-06 6.93306e-06 8.49731e-06 3.92861e-06 1.08359e-06 7.06313e-06 1.00325e-05 9.84812e-06 1.16648e-05 2.22282e-06 1.79417e-06 1.86574e-06 -2.31903e-06 -2.40299e-06 1.14374e-06 7.4494e-06 1.07517e-05 6.26795e-06 6.42491e-07 5.18172e-06 4.62681e-06 5.04108e-06 8.57998e-06 6.2056e-06 3.39622e-06 -3.15321e-06 1.86161e-06 1.10377e-05 6.4666e-06 6.06344e-07 6.07444e-06 3.18818e-07 1.1831e-06 1.33124e-06 6.62713e-06 8.12084e-06 7.60539e-06 4.86334e-06 3.73093e-06 -1.69158e-07 9.66329e-06 2.34091e-05 1.80478e-05 1.26604e-05 3.14882e-06 -5.79643e-06 -1.99853e-06 3.91523e-08 4.06378e-06 5.36218e-06 6.08464e-06 7.11519e-06 7.24129e-06 2.60313e-06 3.97598e-06 1.15288e-05 1.16911e-05 9.39387e-06 5.88069e-06 1.53529e-06 -4.3137e-07 4.43507e-06 1.2304e-06 -3.97568e-07 2.97427e-08 3.44477e-06 7.02851e-06 3.63381e-06 2.15348e-06 8.81114e-06 5.46683e-06 6.5006e-06 1.0494e-05 1.26758e-05 9.16718e-06 -1.49801e-06 6.76614e-06 1.77831e-05 6.76285e-06 -1.07441e-06 7.55607e-07 -9.53914e-06 -2.25203e-06 4.31041e-06 5.34557e-06 9.02742e-06 6.51056e-06 1.99214e-06 3.24567e-06 2.76662e-06 1.83772e-05 2.4422e-05 2.16008e-05 1.35009e-05 1.11799e-06 4.37257e-07 4.78424e-06 5.3531e-06 4.5939e-06 5.27746e-06 7.56244e-06 6.87337e-06 2.10535e-06 3.57301e-06 1.19808e-05 1.82071e-05 1.74506e-05 8.99905e-06 2.53851e-06 4.24237e-07 -4.37081e-06 1.90959e-06 2.56115e-06 1.12195e-06 -1.59321e-07 1.51131e-06 4.20249e-06 7.60118e-06 7.95152e-06 9.31302e-06 5.19659e-06 2.56619e-06 4.17381e-06 7.86831e-06 7.65375e-06 3.41224e-06 1.28941e-05 1.87656e-05 2.82054e-06 -1.57577e-06 -2.47135e-06 -5.81019e-06 2.06499e-06 7.05929e-06 4.65921e-06 8.51012e-06 2.64499e-06 5.63888e-07 1.60414e-06 7.5278e-06 1.92803e-05 2.47254e-05 2.39952e-05 1.62708e-05 3.84507e-06 4.2868e-06 6.94644e-06 5.2577e-06 4.98598e-06 4.24081e-06 3.01062e-06 7.80904e-07 -1.46808e-06 1.1437e-05 1.70968e-05 2.0848e-05 1.73641e-05 3.66221e-06 1.05658e-06 -2.18246e-06 -2.61243e-06 8.42348e-06 5.24428e-06 2.29161e-06 -5.42428e-08 6.44264e-07 3.20031e-06 1.34855e-05 1.16393e-05 9.21313e-06 5.20163e-06 1.67996e-06 2.8429e-06 3.21852e-06 4.44114e-06 6.23909e-06 1.52698e-05 1.17451e-05 5.71058e-06 1.11934e-05 2.44582e-06 -4.63272e-06 6.46958e-06 1.28648e-05 5.71291e-06 5.71113e-06 -7.00765e-07 2.67356e-06 1.21885e-06 1.37321e-05 1.92738e-05 2.42977e-05 1.99811e-05 9.93648e-06 2.1664e-06 2.80659e-06 4.9432e-06 4.84483e-06 3.07502e-06 1.13891e-06 7.69576e-07 -1.3132e-06 2.83016e-06 1.63226e-05 2.10932e-05 2.34068e-05 1.71518e-05 1.29296e-06 -2.43561e-06 -5.4579e-06 2.89928e-07 7.28584e-06 5.75389e-06 3.68975e-06 -1.24534e-06 -6.42365e-07 1.94261e-06 1.14633e-05 6.41346e-06 4.29056e-06 2.22723e-06 3.27788e-06 6.73406e-06 1.5882e-06 1.97896e-06 4.94116e-06 6.89085e-06 -2.37737e-06 1.46905e-05 2.47383e-05 1.10725e-05 -2.61154e-07 9.51036e-06 1.25437e-05 5.37219e-06 4.16642e-07 -3.78161e-07 4.60997e-06 3.19491e-06 1.4154e-05 1.40172e-05 1.53291e-05 1.54625e-05 7.32842e-06 1.61893e-06 2.26576e-06 3.62319e-06 2.93972e-06 2.0044e-06 2.33288e-06 1.40222e-06 -1.30699e-06 5.64267e-06 1.69018e-05 2.00007e-05 1.86033e-05 1.32468e-05 1.63408e-06 -4.16824e-06 -4.41198e-06 2.9641e-06 6.30172e-06 3.72509e-06 3.04306e-06 -3.55e-06 -1.40223e-06 -6.30157e-07 6.22211e-06 2.40662e-06 -9.64115e-07 7.32747e-07 9.09877e-06 4.59451e-06 2.83037e-07 -5.34578e-06 3.29252e-06 1.20391e-06 -1.84446e-05 1.14369e-05 2.22486e-05 2.02819e-05 7.38917e-06 1.07044e-05 9.80651e-06 1.09107e-06 -5.01667e-06 4.04673e-08 2.90197e-06 4.33896e-06 1.16409e-05 7.84503e-06 4.69347e-06 1.19209e-05 9.69416e-06 5.01521e-06 8.23871e-07 6.03688e-07 8.56947e-07 3.25415e-06 1.70644e-06 -1.17043e-06 -4.05085e-07 5.61581e-06 7.95334e-06 7.12984e-06 6.0733e-06 6.28839e-06 4.489e-07 -2.71097e-06 1.37902e-06 5.63928e-06 5.23715e-06 8.28944e-07 1.65916e-06 -3.61687e-06 -4.69788e-07 -2.32209e-06 1.48915e-06 2.51825e-08 -4.06443e-06 1.34397e-06 1.12671e-05 5.18729e-06 -5.75362e-06 -1.55755e-05 -1.06655e-06 -6.35327e-06 -2e-05 1.26193e-05 2.60833e-05 2.17842e-05 9.71435e-06 1.44491e-05 8.10607e-06 -3.59375e-06 -8.95045e-06 -1.7721e-06 8.71308e-08 5.05184e-06 1.08065e-05 4.10102e-06 -3.34248e-06 6.3704e-06 1.5994e-05 1.41389e-06 -2.70201e-07 1.27501e-07 8.42005e-07 3.2787e-06 -1.09363e-06 -2.25465e-06 4.82466e-07 2.27468e-06 2.01877e-06 -1.944e-07 -1.1127e-06 1.59785e-06 -3.15818e-07 -3.01664e-07 6.34233e-06 6.52944e-06 3.56815e-06 -1.50149e-06 1.60711e-06 -1.87506e-06 8.94586e-07 -2.50695e-06 -8.39061e-07 -7.11737e-07 -1.17187e-06 3.73283e-06 9.48287e-06 4.18489e-06 -4.82994e-06 -2e-05 -6.89832e-06 -2e-05 2.15171e-06 1.92839e-05 1.93915e-05 1.15528e-05 5.52399e-06 9.04797e-06 2.91038e-06 -6.33872e-06 -7.02998e-06 -2.29334e-06 2.47241e-07 5.70105e-06 1.04002e-05 2.16344e-06 -8.16172e-06 -3.50616e-07 -2.99993e-06 2.38716e-06 2.64759e-06 2.34367e-07 1.21337e-06 -4.36595e-07 -1.30903e-06 -1.34661e-06 4.86742e-08 -2.8568e-07 -7.41587e-07 -4.37812e-06 4.41026e-07 2.03179e-06 1.64816e-07 1.81367e-06 6.9016e-06 6.02131e-06 1.38355e-06 -2.11627e-06 1.40904e-06 2.42711e-07 7.43393e-07 -1.04103e-06 -9.72496e-07 5.54266e-07 2.25999e-06 5.84799e-06 8.79268e-06 2.57644e-06 -6.70722e-06 -1.92096e-05 -2e-05 -1.50672e-05 9.54125e-06 1.43085e-05 8.54573e-06 5.0809e-06 3.75351e-06 2.85792e-06 -1.74534e-07 -7.08643e-06 -5.22583e-06 -1.7874e-06 8.20738e-07 5.79548e-06 9.09371e-06 1.05064e-06 -1.15361e-05 -3.99245e-06 -1.05678e-06 1.20919e-05 9.0774e-06 1.25464e-06 1.79305e-06 -2.09797e-07 8.41568e-07 2.28837e-07 2.27624e-07 -1.52251e-06 -1.39019e-06 -5.67262e-07 3.95065e-06 2.73279e-06 1.24166e-06 3.43904e-06 5.59122e-06 3.90047e-06 -2.39862e-07 -2.18741e-06 3.61561e-07 9.93535e-07 3.92904e-07 -2.67739e-07 9.84213e-08 2.61044e-07 1.48289e-06 4.86672e-06 1.99398e-06 2.71713e-07 -1.33626e-05 -2e-05 -2e-05 2.89581e-06 9.65685e-06 6.93363e-06 3.10279e-06 3.06171e-06 5.33697e-06 5.09756e-06 -2.38841e-06 -5.55712e-06 -3.21339e-06 -7.92138e-07 1.72337e-06 5.26263e-06 6.87812e-06 -6.91261e-07 -9.56631e-06 -4.36913e-06 5.59036e-07 1.00419e-05 4.70289e-06 1.9197e-06 4.92472e-07 2.23695e-07 1.43004e-06 1.0567e-06 6.45236e-07 -3.34499e-07 1.20117e-06 3.36864e-06 3.90129e-06 3.12998e-06 2.78716e-06 4.01312e-06 4.47224e-06 1.02869e-06 -4.84947e-07 -2.18116e-06 4.64691e-07 1.59742e-06 1.54096e-07 1.89188e-07 4.47978e-07 -1.6586e-06 -2.64899e-07 1.17592e-06 -1.67234e-06 -2.13385e-06 -1.44381e-05 -9.00978e-06 -3.88094e-07 6.48227e-06 6.2003e-06 2.92304e-06 1.08992e-06 9.09448e-07 3.41144e-06 2.87885e-06 -1.91737e-06 -2.84706e-06 -1.25865e-06 4.9478e-08 2.19445e-06 4.01301e-06 4.17133e-06 -1.45317e-06 -4.47058e-06 -3.72707e-06 1.39153e-07 1.69646e-06 1.98777e-07 1.72096e-07 2.65238e-07 2.13676e-07 1.20681e-06 8.86692e-07 2.13867e-07 -2.13247e-07 1.38328e-06 3.39399e-06 2.83824e-06 3.01063e-06 3.82722e-06 3.14668e-06 1.56871e-06 -7.28389e-07 -1.97234e-07 -1.8759e-07 7.03507e-07 8.36612e-07 7.06575e-07 2.90608e-07 1.89795e-07 -1.65278e-07 6.04327e-07 -3.2427e-07 -4.75034e-07 -7.96396e-07 -1.76431e-06 -1.1666e-06 2.66899e-06 4.92398e-06 2.92799e-06 1.0132e-06 -3.52578e-07 -3.78504e-07 9.21329e-07 3.46602e-07 -1.16004e-06 -1.52774e-06 -4.58469e-07 7.77329e-07 1.95354e-06 2.47928e-06 5.47473e-07 -7.91897e-07 -1.99251e-06 -1.40966e-06 1.54071e-07 2.10812e-07 1.67503e-07 4.59739e-07 6.07851e-07 5.74627e-08 6.536e-07 3.98407e-07 -2.45838e-07 -6.18902e-07 3.08097e-07 1.40148e-06 1.33271e-06 1.66379e-06 1.244e-06 1.2037e-06 3.59052e-07 -8.72423e-07 -2.58156e-08 4.16339e-07 1.00512e-06 6.77759e-07 -1.50443e-07 -6.1571e-07 -3.72383e-10 7.83698e-07 6.84473e-07 -5.49834e-08 -1.53051e-07 -4.64535e-07 -8.12596e-07 5.86699e-07 2.62988e-06 2.41805e-06 9.50483e-07 7.76773e-09 -1.12709e-06 -8.36298e-07 -1.24587e-07 -1.1028e-07 -1.18874e-06 -8.48865e-07 1.65566e-07 1.02975e-06 1.42875e-06 7.47753e-07 -4.69833e-07 -6.52286e-07 -7.3308e-07 -1.31113e-07 3.31947e-07 2.98033e-07 5.13414e-07 9.51072e-07 5.30722e-07 -8.54572e-08 2.1665e-07 1.75889e-08 -5.44925e-07 -8.20417e-07 -3.57414e-07 3.0127e-08 -1.22134e-07 -8.39226e-08 3.73529e-07 1.09182e-06 5.993e-07 2.53823e-07 5.61941e-07 1.13151e-06 1.21278e-06 1.7958e-07 -6.42252e-07 -2.88005e-07 7.96393e-07 1.14981e-06 4.26724e-07 -1.43911e-07 -3.09824e-08 2.35738e-07 4.18606e-07 1.15389e-06 1.66683e-06 9.75105e-07 3.05017e-07 -2.37805e-07 -1.01063e-06 -9.28237e-07 -3.77378e-07 -3.94056e-07 -5.64788e-07 -3.95225e-07 3.6948e-07 9.70509e-07 6.91379e-07 -5.60248e-08 -6.21086e-07 -4.19363e-07 -3.016e-08 3.7299e-07 5.15647e-07 5.2151e-07 7.48252e-07 7.81418e-07 1.86782e-07 -1.44602e-07 1.20232e-08 -2.06458e-07 -6.13804e-07 -7.09112e-07 -4.39208e-07 -2.55087e-07 -3.1314e-07 -1.52027e-07 3.85076e-07 8.04781e-07 7.67088e-07 9.30721e-07 1.27322e-06 1.47159e-06 1.00469e-06 8.26824e-08 -1.57717e-07 5.94656e-07 1.10632e-06 7.36159e-07 7.05775e-08 -1.07243e-07 3.59009e-07 8.2295e-07 9.16123e-07 1.09086e-06 1.05499e-06 6.91407e-07 3.67144e-07 -3.06286e-08 -6.32498e-07 -8.49465e-07 -5.59297e-07 -3.3414e-07 -5.05969e-07 -3.19142e-07 3.26784e-07 5.28242e-07 1.75856e-07 -2.75558e-07 -4.53502e-07 -1.83429e-07 2.56315e-07 6.29849e-07 6.37981e-07 5.151e-07 5.33923e-07 3.8061e-07 -4.61369e-08 -1.06109e-07 -2.1896e-08 -2.19216e-07 -4.74045e-07 -4.60499e-07 -3.00906e-07 -1.87444e-07 -2.05067e-07 -3.63023e-08 3.49054e-07 6.59687e-07 8.72772e-07 1.09725e-06 1.23892e-06 1.08302e-06 5.92463e-07 1.79223e-07 3.37244e-07 7.54503e-07 7.28204e-07 3.10226e-07 -2.36411e-08 1.30693e-07 6.04113e-07 8.56669e-07 7.78049e-07 8.36701e-07 8.80111e-07 7.01265e-07 4.33574e-07 1.6105e-07 -2.21309e-07 -5.38527e-07 -4.70614e-07 -4.83345e-07 -5.88044e-07 -3.40168e-07 7.19649e-08 1.57392e-07 -2.54873e-08 -2.26276e-07 -2.91277e-07 -1.3122e-07 2.04289e-07 4.60297e-07 4.22062e-07 3.03126e-07 2.6907e-07 1.23705e-07 -9.14766e-08 -5.73635e-08 -9.15155e-09 -1.54386e-07 -3.28265e-07 -3.0741e-07 -2.09409e-07 -1.26624e-07 -1.2245e-07 2.39214e-08 2.94131e-07 5.07836e-07 6.68865e-07 7.88335e-07 8.6959e-07 6.37338e-07 3.17849e-07 1.49143e-07 3.1496e-07 5.32165e-07 4.22674e-07 1.4117e-07 1.27887e-09 1.92217e-07 4.55071e-07 6.50095e-07 4.38764e-07 5.56246e-07 6.95699e-07 6.31359e-07 4.196e-07 2.08124e-07 -4.90671e-08 -3.0589e-07 -3.80351e-07 -4.08463e-07 -4.09653e-07 -2.53732e-07 -2.1819e-08 4.15825e-08 -4.33646e-08 -1.52673e-07 -2.16735e-07 -1.44225e-07 8.94084e-08 2.69342e-07 2.42816e-07 1.58839e-07 1.26839e-07 4.04742e-08 -6.14751e-08 2.94207e-07 2.20891e-06 1.8491e-06 4.92191e-07 2.44861e-07 1.05083e-06 1.5549e-06 1.69801e-06 1.88932e-06 2.03702e-06 1.78179e-06 1.17705e-06 6.76732e-07 7.72899e-07 1.2141e-06 1.28786e-06 -2.19566e-07 -7.10918e-07 -9.01111e-07 -1.41979e-06 -1.42758e-06 -1.05416e-06 -2.49164e-08 1.55384e-06 1.70706e-06 1.33202e-06 1.3742e-06 1.98706e-06 1.03366e-06 -2.88607e-07 -1.08891e-06 -2.59908e-07 1.0558e-06 1.51137e-06 1.89793e-06 2.23485e-06 2.04279e-06 1.2532e-06 -6.02238e-08 -1.37685e-06 -1.99974e-06 -1.79841e-06 -3.82206e-07 1.08371e-06 1.13916e-06 7.49211e-07 -1.51682e-08 -1.18589e-06 -1.95017e-06 -1.80964e-06 -6.80741e-07 1.63144e-06 1.44485e-06 1.05307e-06 1.33237e-06 1.62314e-06 1.27688e-06 1.26782e-06 1.85006e-06 2.21871e-06 1.36152e-06 4.44187e-07 8.02288e-07 1.13327e-06 9.99712e-07 2.61718e-07 -1.32812e-06 -2.14585e-06 -1.58365e-06 4.0351e-08 1.499e-06 2.27511e-06 2.34488e-06 2.06859e-06 2.55766e-06 2.83248e-06 1.64575e-06 1.20518e-06 1.00433e-06 8.89543e-07 9.92268e-07 1.43557e-06 2.01522e-06 2.53581e-06 2.82466e-06 2.61439e-06 1.9763e-06 1.07432e-06 -2.85622e-07 -1.19622e-06 -1.43871e-06 -7.51515e-07 1.1909e-06 1.73828e-06 1.77916e-06 1.83891e-06 1.24083e-06 -2.30961e-07 -2.0649e-06 -2.93151e-06 -2.64765e-06 1.75298e-06 1.08998e-06 8.09255e-07 2.1776e-06 2.97606e-06 3.35902e-06 4.1019e-06 4.70422e-06 4.71062e-06 3.6132e-06 1.92641e-06 1.02963e-06 7.15761e-07 2.35179e-07 -1.88557e-07 -1.09505e-06 -2.50106e-06 -6.4918e-07 2.1216e-06 4.61526e-06 6.69391e-06 6.43023e-06 4.05078e-06 1.41947e-06 6.87946e-08 -1.70528e-07 4.47798e-07 1.70055e-06 1.62343e-06 1.1085e-06 7.69066e-07 1.84199e-06 3.00702e-06 3.20381e-06 2.30418e-06 8.25547e-07 -1.3298e-07 -6.90613e-07 -6.07886e-08 1.77418e-07 -1.09803e-06 -1.00581e-07 -9.79789e-07 2.43419e-07 3.3551e-06 4.08521e-06 1.48689e-06 -2.10696e-06 -4.34413e-06 4.04214e-07 3.75719e-06 3.75565e-06 3.61672e-06 3.52496e-06 3.69094e-06 5.18895e-06 7.43109e-06 8.94217e-06 9.07092e-06 7.56704e-06 4.90263e-06 1.97478e-06 8.37143e-09 -1.22706e-06 -8.30553e-07 1.22746e-06 -1.46571e-06 1.41326e-06 4.58717e-06 8.34197e-06 1.26167e-05 1.34403e-05 9.83755e-06 4.39068e-06 2.73459e-07 -1.18709e-06 -1.04627e-06 -7.69108e-08 9.14125e-07 1.13012e-06 1.30274e-06 2.01534e-06 2.89956e-06 3.92602e-06 2.47196e-06 -8.90288e-08 -1.1628e-06 -1.88861e-07 2.60336e-06 5.11062e-06 2.13106e-06 -1.83834e-06 -5.14121e-06 -5.59126e-06 1.26417e-06 6.86701e-06 2.15737e-06 1.25446e-06 -2.20444e-06 6.75884e-06 6.12752e-06 6.69797e-06 8.05241e-06 8.71875e-06 8.10238e-06 6.93441e-06 7.15293e-06 9.06189e-06 1.03278e-05 9.67704e-06 7.53382e-06 2.37063e-06 -1.17925e-06 -3.61052e-06 -1.13545e-06 2.27947e-07 3.13686e-07 4.63563e-06 9.84527e-06 1.33332e-05 1.58599e-05 1.58243e-05 1.07913e-05 4.21591e-06 -3.60997e-07 -2.58482e-06 -2.54425e-06 -2.52091e-07 1.3787e-06 2.40925e-06 1.93138e-06 -9.54449e-08 1.45575e-07 3.17832e-06 3.37823e-06 -2.45593e-07 -1.92754e-06 1.64242e-07 5.3418e-06 1.07257e-05 8.80418e-06 4.58227e-06 1.75297e-06 -4.61498e-06 6.08511e-07 5.75241e-06 6.55491e-06 8.17759e-06 7.31163e-06 1.1589e-05 8.79333e-06 1.0891e-05 1.38698e-05 1.36834e-05 9.44749e-06 3.87277e-06 3.79706e-07 -1.19259e-06 -2.88461e-06 -1.26148e-06 3.1621e-06 -6.84596e-08 -3.61454e-06 -2.7824e-07 -1.51218e-06 -6.37625e-06 -5.63908e-06 7.62578e-06 1.47059e-05 1.64567e-05 1.38869e-05 9.48724e-06 4.52955e-06 1.6736e-06 -2.16597e-06 -2.56584e-06 -1.74837e-07 2.06714e-06 1.48699e-06 -2.13472e-08 -3.13507e-06 -2.93695e-06 2.1259e-06 6.21798e-06 5.02058e-06 -9.76628e-07 -2.52877e-06 1.56796e-07 7.8855e-06 1.47637e-05 1.57954e-05 9.06862e-06 1.01836e-05 1.09822e-05 9.32433e-06 1.22511e-05 1.13869e-05 1.38736e-05 1.69043e-05 8.06159e-06 6.8928e-06 7.53661e-06 9.45398e-06 7.79822e-06 2.27034e-06 -3.78342e-06 -5.28601e-06 -3.14844e-06 -2.35433e-06 -1.36857e-06 -2.75919e-06 -4.53884e-06 2.812e-08 2.45836e-06 -5.60008e-06 -5.2302e-06 3.96619e-06 9.11052e-06 2.36542e-05 2.40642e-05 1.66e-05 1.06902e-05 1.28686e-05 7.38633e-06 7.44582e-07 8.68267e-07 1.40042e-06 3.01481e-06 2.13855e-06 -1.84849e-06 -1.35106e-06 3.13425e-06 6.9834e-06 5.87702e-06 1.30042e-06 -3.1584e-07 3.75828e-06 7.13311e-06 1.3647e-05 1.96262e-05 1.71066e-05 1.06744e-05 1.31546e-05 1.93687e-05 1.93584e-05 2.58744e-05 3.13008e-05 2.8083e-05 1.66166e-05 -5.09316e-07 5.09843e-07 -7.97483e-07 1.89516e-06 2.24235e-06 4.44949e-06 1.15964e-05 8.79846e-06 4.86619e-06 3.27315e-06 9.33441e-07 -5.56428e-06 -5.78476e-06 -1.81839e-06 -4.55917e-07 5.06351e-06 6.48286e-06 8.84906e-06 1.88231e-05 3.76016e-05 3.07427e-05 1.56143e-05 1.48517e-05 1.7864e-05 6.06144e-06 3.80172e-06 8.37468e-06 6.98784e-06 4.38585e-06 8.96629e-07 8.00289e-07 4.04072e-06 5.93715e-06 4.35299e-06 2.29341e-06 7.14205e-07 1.78947e-06 1.10053e-05 1.80826e-05 2.0655e-05 2.10676e-05 1.67302e-05 9.33679e-06 6.88035e-06 1.07424e-05 1.77833e-05 2.53561e-05 1.89191e-05 5.60898e-06 -9.39919e-06 3.85963e-06 2.99689e-06 1.37082e-06 1.46008e-06 -1.60586e-06 7.57516e-06 1.78433e-05 1.63719e-05 7.69719e-06 2.53071e-06 4.16561e-06 3.45799e-06 -1.49378e-06 -1.02307e-06 5.39382e-06 1.56379e-05 1.6539e-05 8.65993e-06 -2.95386e-06 4.38966e-07 1.58762e-05 1.82188e-05 3.11711e-05 3.82562e-05 1.60482e-05 -1.87026e-06 4.52997e-06 5.43342e-06 8.15004e-07 2.72899e-06 2.41416e-06 -5.36909e-07 -1.32833e-06 -3.65759e-06 1.32593e-06 2.98648e-06 2.8358e-06 1.10718e-05 1.82113e-05 2.42353e-05 2.17028e-05 2.09827e-05 1.50705e-05 9.10462e-06 5.4681e-06 4.8513e-06 7.14353e-06 6.13738e-06 9.12761e-07 -3.46944e-06 2.38846e-06 2.82285e-06 3.35877e-06 2.59361e-06 -3.94352e-06 -1.54688e-06 1.22365e-05 1.3636e-05 7.75077e-06 3.49014e-06 5.35519e-06 6.94699e-06 4.08684e-07 -1.07085e-05 -4.08076e-06 1.46161e-05 1.55118e-05 2.33056e-06 -1.17458e-05 -1.41709e-05 1.53439e-05 2.37248e-05 3.62949e-05 2.92806e-05 8.06716e-06 -5.52134e-06 -2.81341e-07 1.54497e-06 1.15381e-08 5.94996e-06 3.81591e-06 1.97631e-06 1.03338e-06 5.95988e-07 3.9116e-06 -1.72104e-06 -1.67506e-06 5.98216e-06 1.86622e-05 2.74131e-05 1.99267e-05 9.27131e-06 9.2488e-06 8.04736e-06 2.69398e-06 9.16828e-06 1.27905e-05 6.93995e-06 4.13958e-06 5.17513e-06 4.27273e-06 3.1012e-06 -4.56941e-07 -3.83891e-06 -5.3539e-06 9.10028e-07 7.09879e-06 9.47772e-06 6.99073e-06 2.07531e-06 6.61086e-06 1.07712e-05 4.30648e-07 -2e-05 -1.43231e-05 1.94787e-05 1.73287e-05 2.95918e-06 -1.22879e-05 -7.63748e-06 1.22962e-05 9.63591e-06 1.46666e-05 2.40023e-05 4.41832e-06 -7.64126e-06 2.28263e-06 3.98558e-06 -2.00962e-06 3.58689e-06 6.88094e-06 9.76264e-06 7.20429e-06 3.94475e-06 2.65304e-06 -9.45389e-07 3.82809e-06 7.23407e-06 1.30602e-05 1.26427e-05 6.25441e-06 1.11783e-06 3.39266e-06 -1.11317e-06 -1.08407e-06 9.62892e-06 9.8292e-06 7.523e-06 7.51902e-06 6.74565e-06 1.40455e-06 4.04888e-06 3.36568e-06 -1.11885e-06 -3.31382e-07 1.50269e-06 8.99112e-06 8.90553e-06 7.5207e-06 8.5458e-07 1.62378e-05 2.71952e-05 1.20538e-05 -2e-05 4.08098e-06 2.33072e-05 1.52881e-05 -5.59395e-07 -1.21118e-05 -2.1669e-06 3.67777e-06 -3.24833e-06 -1.44051e-06 4.05497e-05 2.86428e-05 1.75789e-06 3.32698e-06 5.42737e-06 -3.87728e-06 -2.51499e-06 4.05693e-06 9.72497e-06 9.73539e-06 8.05452e-06 6.03302e-06 1.10333e-06 8.90568e-06 1.35569e-05 9.86732e-06 7.02352e-06 5.72542e-06 4.25409e-06 1.18915e-07 -9.57327e-06 -9.69559e-06 2.45551e-06 5.62227e-06 1.20964e-06 -3.29293e-06 -2.22199e-06 5.63553e-06 8.69707e-06 5.30436e-06 3.44301e-07 9.14775e-07 2.18835e-06 4.98168e-06 5.90232e-06 4.91784e-06 -1.9846e-06 1.3509e-05 3.17915e-05 2.40111e-05 9.59559e-06 2.1013e-05 1.60324e-05 6.93313e-06 -3.85745e-06 -8.05031e-06 -1.17145e-07 1.27186e-06 -1.34135e-06 -1.06486e-06 8.50588e-06 1.37011e-05 7.9025e-06 2.45824e-06 -3.86287e-07 -3.93356e-06 -5.82319e-06 1.03215e-06 6.38819e-06 8.16544e-06 8.51749e-06 5.57107e-06 1.23489e-06 1.13441e-05 1.66219e-05 1.02655e-05 9.97735e-06 7.17262e-06 2.08754e-06 -3.64753e-06 -1.26154e-05 4.02051e-06 5.8247e-06 5.92108e-06 -9.29582e-06 -1.52222e-05 -7.37803e-06 6.57751e-06 6.40251e-06 1.05387e-06 -1.8098e-06 1.58804e-06 2.742e-06 2.67128e-06 3.30328e-06 2.36865e-06 1.48229e-06 1.25603e-05 2.6534e-05 1.67519e-05 9.79125e-06 1.95209e-05 1.54036e-05 -4.63311e-07 8.62607e-07 -6.75373e-07 -1.01306e-06 2.14299e-06 7.11042e-07 1.58612e-06 9.46482e-06 1.39265e-05 1.46108e-05 9.99184e-06 5.31413e-06 -1.24133e-06 -2.1119e-06 -8.81782e-08 9.07911e-07 4.23702e-06 6.32501e-06 1.66824e-06 -1.39386e-06 1.41812e-05 1.01934e-05 8.75543e-06 7.53956e-06 1.05493e-05 6.09812e-06 1.04799e-05 1.45005e-05 8.32119e-06 5.15211e-06 4.5436e-06 4.82562e-07 -9.35601e-07 3.36278e-06 5.42059e-06 2.91733e-06 -9.51346e-07 -7.20117e-07 5.0016e-06 7.2511e-06 3.73625e-06 3.84483e-06 3.77895e-06 5.31069e-06 1.52192e-05 2.0204e-05 6.89502e-06 8.12888e-06 1.44081e-05 5.9156e-06 -9.20929e-07 1.84388e-06 3.52621e-06 4.03274e-06 4.6846e-06 1.0112e-06 7.83405e-07 3.46532e-06 8.47538e-06 1.69489e-05 1.09201e-05 2.05086e-06 2.22136e-06 7.91878e-06 5.49405e-06 -1.13371e-06 -1.95359e-06 3.95409e-06 9.00668e-07 -1.03786e-06 1.23598e-05 7.38819e-06 7.65792e-06 1.91031e-06 6.92235e-06 5.94538e-06 7.67711e-06 2.0546e-05 1.42328e-05 5.22074e-06 6.01338e-06 6.25477e-06 2.91334e-06 4.13902e-06 2.71522e-06 -9.2435e-07 -9.02694e-07 5.58375e-06 1.23718e-05 9.6551e-06 5.88947e-06 5.92836e-06 1.03796e-05 1.23896e-05 1.0242e-05 6.42745e-06 5.7831e-06 7.69141e-06 6.56348e-06 2.67559e-06 1.10442e-06 1.22326e-06 6.05761e-06 1.08914e-05 3.92091e-06 -4.04977e-07 -8.59683e-07 1.16212e-06 4.70159e-06 1.71256e-05 3.43523e-06 1.11441e-07 1.46114e-05 1.96508e-05 1.28942e-05 -1.91666e-06 -7.72433e-06 2.50443e-06 2.70002e-06 2.35443e-06 7.01843e-06 5.45452e-06 2.77714e-06 -1.80918e-06 2.54408e-06 8.75144e-06 6.88014e-06 1.28742e-05 1.17587e-05 8.43242e-06 1.02927e-05 6.17824e-06 3.03535e-06 4.9898e-06 3.47286e-06 2.86298e-07 -1.48596e-07 4.15461e-06 1.42621e-05 9.3126e-06 3.7076e-06 9.19032e-06 1.2823e-05 1.08924e-05 5.71355e-06 5.36374e-06 8.19349e-06 5.72571e-06 4.68934e-06 5.35868e-06 3.78549e-06 1.80224e-06 7.45942e-06 1.44369e-05 5.02837e-06 2.0328e-07 -2.20614e-06 3.84922e-06 2.52187e-06 7.3172e-06 -4.57831e-06 3.47146e-07 1.64377e-05 1.56394e-05 4.84011e-06 -7.33845e-06 -5.9678e-06 1.93742e-06 4.00984e-06 6.34339e-06 2.57985e-06 1.43982e-06 -1.15253e-06 -9.90028e-07 1.82273e-06 8.80432e-06 5.6677e-06 4.85943e-06 2.64368e-06 7.19561e-06 6.47549e-06 4.20351e-06 7.47047e-06 7.61506e-06 6.57309e-06 2.94396e-06 2.96009e-07 3.17901e-06 1.52403e-05 2.72782e-06 1.6996e-06 8.07327e-06 1.19118e-05 8.04649e-06 1.84069e-06 6.30747e-06 5.89176e-06 4.74243e-06 4.04677e-06 5.12285e-06 4.27118e-06 2.60574e-06 5.8799e-06 1.16585e-05 2.5431e-06 -1.13336e-06 -6.82683e-06 1.70757e-06 4.30434e-06 4.54031e-06 -2.38891e-06 2.69985e-06 1.13907e-05 4.34025e-06 4.20163e-06 -4.21921e-06 -1.56787e-06 3.98723e-06 4.27744e-06 4.66921e-06 1.91524e-07 -2.1118e-06 -4.05669e-07 1.40292e-06 6.03793e-06 1.0155e-05 2.44534e-06 7.2065e-07 3.76927e-06 7.14239e-06 7.43275e-06 5.36221e-06 3.73952e-06 5.49266e-06 4.5889e-06 1.6216e-06 -2.68863e-07 1.6764e-06 3.81631e-06 6.01071e-09 1.44543e-06 6.37123e-06 9.98101e-06 5.21329e-06 -9.24896e-07 2.52511e-06 6.42676e-06 3.95607e-06 6.24717e-07 2.33174e-06 7.2852e-07 1.35363e-06 1.16805e-06 4.15482e-06 -2.79731e-06 -2.77493e-06 -4.94102e-06 2.8666e-06 6.35067e-06 2.70677e-06 2.42001e-06 6.81151e-06 1.8576e-06 1.05286e-06 7.55043e-06 3.55859e-06 4.35096e-06 6.85399e-06 5.25735e-06 1.65258e-06 -1.62945e-06 -2.72677e-06 1.84014e-06 2.15678e-06 9.34934e-06 9.79671e-06 1.42636e-06 -1.21887e-06 1.01067e-05 1.14831e-05 6.22773e-06 2.50441e-06 -2.83191e-07 4.0578e-06 2.45897e-06 6.36247e-07 -1.97365e-06 -9.4132e-07 1.56835e-06 5.03449e-07 1.21643e-06 4.95562e-06 6.82072e-06 2.33593e-06 2.49513e-07 4.32066e-06 9.35344e-06 2.12788e-06 -2.51327e-06 -3.52343e-06 -6.5711e-07 -7.31786e-07 -8.24516e-06 -7.17307e-06 -1.00388e-05 6.71571e-07 4.46888e-06 9.35276e-06 1.68006e-06 6.07492e-07 1.75669e-06 5.04934e-06 -4.06768e-07 3.57591e-06 7.80999e-06 5.0462e-06 1.90648e-06 3.27095e-06 6.16504e-06 -2.01596e-06 -2.51716e-06 -1.04193e-06 3.47153e-06 4.44016e-06 8.47799e-06 9.36893e-06 2.40556e-06 -2.35922e-06 1.84126e-05 -4.35519e-06 -4.13799e-07 1.10797e-07 -9.12977e-07 3.83835e-06 2.93968e-06 1.31158e-06 -1.72516e-06 -4.10829e-07 2.02746e-06 2.22407e-06 1.03821e-06 3.08016e-06 1.62089e-06 6.84277e-07 2.29413e-06 1.06734e-05 1.15496e-05 6.59044e-07 -3.79853e-06 -1.04031e-05 -3.38353e-07 -4.83729e-06 -1.67931e-05 -1.37228e-05 -3.04823e-06 4.9378e-06 1.3598e-05 1.16469e-05 4.09455e-07 -7.33333e-07 -1.02618e-06 1.46615e-06 1.73346e-06 6.95082e-06 7.56227e-06 3.8058e-06 -2.67468e-07 3.56818e-07 3.29455e-07 -1.68053e-06 -1.90399e-06 6.23912e-07 3.90291e-06 4.86373e-06 8.19087e-06 1.14446e-05 5.31037e-06 -1.60228e-06 8.33918e-07 -2e-05 -2.62332e-06 8.7188e-06 -3.99949e-08 2.22866e-06 3.93681e-06 3.31245e-06 1.05798e-07 2.79747e-07 1.96433e-06 2.84677e-06 -2.9324e-07 -3.29043e-06 -2.22464e-06 1.49526e-06 5.0404e-06 1.28106e-05 8.84196e-06 8.89236e-07 -3.97585e-06 -8.73216e-06 3.07565e-07 -7.14446e-06 -1.30813e-05 -8.40825e-06 7.91496e-07 9.00454e-06 1.88757e-05 1.03843e-05 4.73925e-07 2.43625e-07 1.36223e-07 1.14922e-06 5.28055e-06 7.16725e-06 4.50683e-06 1.41076e-06 9.85972e-07 1.79776e-06 3.14168e-07 -2.45501e-07 -2.29751e-06 1.05528e-06 1.94964e-06 3.22735e-06 8.94236e-06 1.42493e-05 7.50604e-06 9.76838e-07 -8.26551e-06 -2e-05 -2.46885e-07 2.32144e-05 6.3839e-06 1.17053e-06 3.7238e-06 5.70974e-06 1.01825e-06 -1.98352e-07 1.36915e-06 2.84753e-06 -3.60818e-06 -4.84445e-06 7.20923e-07 2.12681e-06 5.93782e-06 7.31009e-06 2.8617e-06 -4.1613e-07 -6.46162e-06 -1.03522e-05 8.45949e-07 -4.08615e-06 -1.59377e-06 -3.87063e-06 -5.64761e-07 5.3617e-06 1.34958e-05 7.23676e-06 1.22921e-06 1.16254e-06 -2.7347e-06 -3.91229e-06 4.9133e-06 3.38332e-06 1.45818e-06 -2.90151e-07 3.42944e-07 2.79153e-08 -1.34198e-06 -2.87716e-06 -2.84924e-06 -3.50456e-07 1.07311e-06 4.0782e-06 8.78734e-06 1.13846e-05 3.32928e-06 1.82033e-06 -1.09153e-05 -6.49193e-06 2.56731e-06 1.12578e-05 6.62952e-06 9.52797e-07 3.43573e-06 4.59805e-06 6.22002e-07 -3.298e-07 6.84524e-07 2.54008e-06 -3.4303e-06 -1.48181e-06 1.1782e-06 2.73319e-06 4.84653e-06 2.9603e-06 4.16831e-07 -2.981e-06 -7.8759e-06 -3.70842e-06 1.86596e-06 1.1e-07 -4.3257e-07 -1.11459e-06 1.2478e-07 1.58014e-06 4.45912e-06 5.38752e-06 1.41286e-06 -8.01449e-07 -3.91556e-06 8.92724e-08 2.78475e-06 1.61766e-06 9.12042e-07 1.89913e-07 1.35971e-06 -5.70636e-07 -1.20002e-06 -1.98037e-06 -4.65767e-07 1.06423e-06 2.42119e-06 4.01273e-06 4.96624e-06 3.38812e-06 1.99626e-06 1.8495e-06 -3.14312e-06 -1.20844e-06 2.77261e-06 3.29478e-06 1.22292e-06 1.35517e-06 2.50798e-06 2.14195e-06 -2.89502e-08 -5.83691e-07 -4.3262e-09 1.32498e-06 -9.02402e-07 -1.34198e-07 1.08353e-06 1.93076e-06 2.08538e-06 5.6427e-07 -5.99669e-07 -2.20188e-06 -6.52779e-06 1.79598e-07 3.15854e-06 -1.61486e-06 -1.83308e-06 6.33702e-07 1.90135e-06 2.40333e-06 4.08295e-06 3.97367e-06 6.18157e-07 -1.73489e-06 -5.30599e-07 1.9353e-06 2.07257e-06 2.00076e-06 2.1163e-07 -4.32237e-07 2.36326e-06 9.73361e-07 5.28057e-07 2.24387e-07 1.24083e-06 2.52545e-06 2.75113e-06 2.35593e-06 1.03694e-06 6.55903e-07 1.84403e-06 -2.22401e-07 -1.28637e-06 -3.3762e-07 1.0246e-06 1.06239e-06 1.17645e-06 1.78366e-06 1.42354e-06 5.53454e-07 -5.96079e-07 -5.24811e-07 -3.87736e-10 1.84509e-07 -2.24852e-07 -2.78086e-07 -7.01624e-08 1.93854e-07 -3.70883e-07 4.3036e-09 4.18362e-07 -3.0079e-06 -1.04595e-06 1.47937e-06 5.88224e-08 -6.83105e-06 -2.7479e-07 1.79407e-06 4.27536e-06 3.48071e-06 2.98581e-06 2.31857e-06 2.94955e-07 -2.71793e-07 8.10266e-07 1.80278e-06 2.07315e-06 1.58899e-06 -7.11304e-07 -1.36753e-06 5.92389e-07 1.93818e-07 8.28857e-07 1.45999e-06 2.57537e-06 2.54043e-06 1.6458e-06 7.41313e-07 -3.37183e-07 8.87139e-07 5.97079e-07 -9.29215e-07 -9.2987e-07 -2.26903e-07 4.39183e-07 9.27653e-07 1.25519e-06 1.57881e-06 5.49706e-07 -2.92733e-07 -6.96389e-07 -1.42344e-07 7.89919e-08 -2.74957e-07 -4.5359e-07 -9.75674e-07 -6.04473e-07 -2.02965e-07 -1.44592e-07 1.10907e-08 -9.85418e-07 3.59588e-08 8.01872e-07 9.27128e-07 3.3439e-07 2.28495e-07 1.61981e-06 4.41627e-06 4.08444e-06 2.42075e-06 1.47316e-06 7.69791e-07 1.92912e-07 1.91831e-07 8.29472e-07 1.1762e-06 8.90668e-07 2.15515e-07 -1.19661e-06 -1.64706e-06 -4.09336e-07 1.21893e-07 1.53525e-06 2.59258e-06 2.23789e-06 1.33912e-06 5.75202e-07 3.39356e-08 8.61989e-08 4.94959e-07 -5.32114e-07 -1.16976e-06 -7.75015e-07 -7.24898e-08 4.95184e-07 9.30026e-07 1.08196e-06 1.12338e-06 3.35548e-08 -5.16106e-07 -5.08248e-07 7.20498e-08 3.48366e-08 -4.82312e-07 -7.70324e-07 -8.99067e-07 -4.69193e-07 -1.44192e-07 2.77177e-09 8.83941e-08 2.1554e-07 6.64404e-07 1.30572e-06 1.33075e-06 8.29817e-07 1.43965e-06 3.47982e-06 3.75163e-06 2.38484e-06 1.14256e-06 4.47961e-07 2.28673e-07 6.98161e-08 -2.12844e-08 1.87645e-07 3.40414e-08 -3.0677e-07 -5.55853e-07 -1.05815e-06 -1.29088e-06 -7.14119e-07 3.70952e-07 1.81741e-06 1.87319e-06 1.07436e-06 4.29188e-07 5.11e-08 1.22279e-07 2.49733e-07 -8.29232e-08 -8.15017e-07 -1.12849e-06 -6.34132e-07 -1.38627e-08 4.54123e-07 7.69369e-07 8.26933e-07 6.85681e-07 -1.01192e-07 -4.02766e-07 -3.33412e-07 5.73305e-08 -2.72604e-08 -3.91414e-07 -6.09675e-07 -5.8011e-07 -2.86389e-07 -1.16781e-07 7.92132e-10 2.34107e-07 5.49556e-07 9.18958e-07 1.23119e-06 1.19144e-06 1.06912e-06 1.74079e-06 2.54657e-06 2.01611e-06 1.08269e-06 4.27133e-07 1.23572e-07 -7.04167e-09 -2.64772e-07 -3.40617e-07 -3.38325e-07 -4.81196e-07 -5.98679e-07 -6.45075e-07 -8.05095e-07 -1.00951e-06 -6.77687e-07 4.42151e-07 1.0621e-06 8.36299e-07 3.70671e-07 -2.13529e-11 -4.28177e-08 1.8687e-07 1.30968e-07 -2.19638e-07 -5.72304e-07 -7.80015e-07 -4.62576e-07 -6.1383e-08 3.13513e-07 5.38989e-07 5.4177e-07 3.50987e-07 -8.68695e-08 -2.6026e-07 -2.1085e-07 7.10135e-09 -3.07196e-08 -2.86156e-07 -4.29453e-07 -3.72515e-07 -1.87738e-07 -9.97412e-08 -5.91308e-09 2.4862e-07 5.4823e-07 7.54953e-07 8.5063e-07 7.83312e-07 7.28045e-07 1.11129e-06 1.35189e-06 9.97297e-07 5.17104e-07 1.80582e-07 2.76795e-08 -8.28069e-08 -1.5514e-07 -1.67488e-07 -2.36752e-07 -3.63225e-07 -4.45497e-07 -5.01041e-07 -6.07149e-07 -7.24332e-07 -4.52394e-07 2.79513e-07 5.56233e-07 3.49719e-07 1.03345e-07 -7.51587e-08 -2.51097e-08 1.47565e-07 6.40245e-08 -1.75723e-07 -4.00978e-07 -5.22643e-07 -3.45374e-07 -8.12188e-08 1.8317e-07 3.30228e-07 3.09791e-07 1.84233e-07 6.58527e-07 1.78777e-06 1.66254e-06 4.96346e-07 -3.8206e-07 -2.15437e-07 4.02111e-07 9.53291e-07 1.38412e-06 1.72046e-06 1.81084e-06 1.76147e-06 1.7474e-06 1.75655e-06 1.71322e-06 1.79004e-06 1.11286e-06 -3.42657e-07 -7.89592e-07 -7.31551e-07 -8.68855e-07 -1.00703e-06 4.34871e-07 4.4061e-06 3.36235e-06 2.16352e-06 1.69413e-06 1.28369e-06 5.1568e-07 -2.80041e-08 -3.90404e-07 2.07537e-07 1.36772e-06 1.63691e-06 1.85276e-06 2.09361e-06 2.1777e-06 1.79591e-06 5.60888e-07 -8.28763e-07 -1.40745e-06 -1.18802e-06 -5.43067e-07 3.53655e-07 3.89514e-07 4.04613e-08 -4.65806e-07 -8.98375e-07 -8.98263e-07 -5.60893e-07 2.06889e-07 2.36974e-06 2.70549e-06 2.23044e-06 1.81199e-06 1.62363e-06 1.84994e-06 2.20351e-06 2.39804e-06 2.56056e-06 2.75562e-06 2.81635e-06 3.07211e-06 2.95358e-06 2.43792e-06 1.81061e-06 5.69644e-07 -7.23755e-07 -8.06741e-07 2.03019e-07 1.02822e-06 8.49334e-07 1.81389e-07 -1.04725e-07 2.19068e-07 1.164e-07 1.73606e-07 8.50319e-07 1.33761e-06 1.14368e-06 5.74207e-07 8.84249e-07 2.1578e-06 2.61087e-06 2.49489e-06 2.27338e-06 2.19371e-06 1.54147e-06 8.24736e-08 -9.02415e-07 -6.952e-07 2.57281e-07 6.33067e-07 3.51612e-07 2.12974e-07 7.41191e-08 3.82501e-08 -3.61542e-07 -1.14421e-06 -1.65342e-06 -2.91872e-07 3.07002e-06 3.28212e-06 3.26126e-06 3.9098e-06 4.92029e-06 6.2438e-06 7.08801e-06 7.26903e-06 7.22329e-06 6.84036e-06 5.6728e-06 3.49719e-06 1.37635e-06 5.21108e-07 1.36706e-06 9.35864e-07 -4.25387e-07 -5.32254e-07 1.28013e-06 3.20381e-06 3.44343e-06 2.74075e-06 1.73236e-06 5.76438e-07 -2.45812e-07 4.1547e-07 2.21941e-06 2.08053e-06 1.46377e-06 6.52181e-07 1.10073e-06 2.75384e-06 3.22715e-06 2.74458e-06 1.93152e-06 1.25495e-06 6.60288e-07 -6.46647e-08 -7.68368e-07 7.27199e-08 1.75991e-06 -2.79176e-07 -1.54098e-06 -1.09974e-06 2.10018e-07 1.45339e-06 7.84376e-07 -9.75186e-07 -2.70221e-06 2.60609e-06 5.27116e-06 3.09329e-06 3.59909e-06 5.72234e-06 8.66846e-06 1.20808e-05 1.4454e-05 1.51026e-05 1.49791e-05 1.35083e-05 1.00737e-05 3.64367e-06 -3.43388e-07 -2.06203e-06 8.31708e-07 1.65865e-06 -7.54938e-07 -4.58158e-07 3.04382e-06 6.27615e-06 8.47315e-06 8.31626e-06 5.77419e-06 2.31431e-06 -1.84142e-07 -5.15028e-07 6.71725e-07 1.53199e-06 8.54348e-07 -2.27679e-07 1.8976e-07 1.34194e-06 2.22797e-06 2.38604e-06 5.91031e-07 -7.202e-07 -1.05573e-06 -8.66287e-07 3.73275e-07 5.99622e-06 7.30014e-06 -5.06047e-07 -5.68817e-06 -6.16068e-06 -2.26285e-06 2.56665e-06 2.75031e-06 2.07516e-06 1.19061e-06 6.09204e-06 4.43408e-06 5.67706e-06 7.78504e-06 1.02184e-05 1.27272e-05 1.49851e-05 1.63818e-05 1.54552e-05 1.32952e-05 1.0369e-05 5.83201e-06 -1.78543e-06 -4.77096e-06 -3.82001e-06 3.45896e-07 2.97042e-06 1.57915e-06 1.37441e-06 5.6551e-06 8.81847e-06 1.26159e-05 1.46636e-05 1.13344e-05 4.71406e-06 -6.42946e-08 -6.73472e-07 6.14447e-07 1.25293e-06 6.57985e-07 -2.10909e-07 3.12373e-07 5.82361e-07 7.38938e-07 1.93272e-06 5.13659e-07 -1.82541e-06 -2.79178e-06 -1.26522e-06 7.36409e-06 1.4616e-05 1.16207e-05 1.95272e-06 -8.60987e-06 -1.38245e-05 -1.10655e-05 -7.1283e-08 1.63634e-06 4.25573e-06 5.7697e-06 5.8429e-06 6.09891e-06 8.68996e-06 9.95547e-06 9.22898e-06 8.4738e-06 8.79131e-06 7.73468e-06 3.33264e-06 3.99309e-07 -1.56583e-06 -2.19982e-06 -1.71153e-06 -1.90622e-06 -1.75262e-06 -1.01417e-06 -1.10577e-07 4.11476e-06 5.20029e-06 7.8868e-06 1.00473e-05 1.02292e-05 1.14074e-05 8.49392e-06 1.88476e-06 -4.48649e-07 1.7632e-06 3.21556e-06 1.14258e-06 -7.06733e-07 -1.01496e-06 -7.78716e-08 -1.97783e-08 8.53962e-07 3.55002e-06 1.7479e-06 -2.17437e-06 -1.98607e-06 6.02253e-06 1.65745e-05 1.75008e-05 9.06721e-06 5.29479e-06 6.85513e-06 -7.37063e-06 -3.50134e-06 2.83975e-06 1.66206e-06 1.43004e-06 4.52399e-06 3.53427e-06 2.47336e-06 4.54246e-06 5.83625e-06 3.15332e-06 9.95066e-07 3.6483e-07 9.33245e-07 3.22497e-06 3.65766e-06 3.12785e-06 2.83756e-06 2.65826e-06 2.66358e-06 2.42104e-06 1.71213e-06 1.58031e-06 5.31856e-06 6.1141e-06 4.55531e-06 8.30207e-06 9.43295e-06 6.2308e-06 3.74386e-06 1.29826e-06 -1.513e-07 8.08193e-07 1.18661e-06 1.81997e-06 1.51657e-06 2.24609e-07 1.61002e-06 2.03147e-06 2.62653e-06 3.14975e-06 1.02045e-06 -1.89542e-06 1.34819e-06 1.30274e-05 1.9618e-05 1.50602e-05 1.07508e-05 1.24278e-05 1.00561e-05 4.3845e-06 5.85614e-06 1.3783e-05 1.51788e-05 9.6571e-06 4.92714e-06 2.15347e-06 3.63519e-07 -5.80203e-07 1.32273e-06 -3.66909e-06 -6.01423e-06 1.25103e-06 7.30177e-06 9.9083e-06 7.90472e-06 6.61512e-06 6.09928e-06 2.90815e-06 1.48408e-06 -6.51119e-07 4.75388e-07 1.44895e-06 4.05997e-06 7.0715e-06 9.25352e-06 8.38444e-06 9.88446e-06 8.49062e-06 5.28783e-08 -1.80018e-06 -9.23641e-07 4.19388e-07 -1.30156e-06 2.83313e-07 1.95126e-06 3.16808e-06 4.08129e-06 2.80916e-06 4.1822e-07 6.32176e-07 3.02865e-07 -2.55695e-06 4.49393e-06 1.77352e-05 2.749e-05 2.71803e-05 2.24471e-05 2.36993e-05 1.7651e-05 9.55029e-06 1.26577e-05 2.38882e-05 2.67918e-05 1.707e-05 6.53192e-06 2.31916e-06 -1.71618e-06 -4.41035e-06 1.98535e-06 -7.55905e-06 -9.88223e-06 8.42428e-06 1.62023e-05 1.09935e-05 7.09967e-06 7.70025e-06 1.09038e-05 6.67494e-06 9.33845e-07 1.02556e-06 4.72954e-06 6.0103e-06 2.72421e-06 2.33246e-07 6.97011e-07 5.07837e-06 6.38047e-06 1.03466e-05 6.14e-06 2.55566e-06 -5.88964e-06 1.94601e-06 1.63945e-08 -1.5404e-06 1.56383e-06 3.91076e-06 1.743e-06 -9.97563e-07 -2.82633e-06 1.55188e-06 -3.62463e-06 -8.37929e-06 9.56382e-06 2.69865e-05 4.52627e-05 5.7684e-05 4.07923e-05 2.48394e-05 2.26206e-05 1.98558e-05 1.40697e-05 1.00375e-05 9.40048e-06 7.50284e-06 5.20414e-06 9.45743e-06 -2.38012e-07 1.77874e-06 3.85061e-06 -7.95401e-06 -1.88294e-05 1.0056e-05 1.93128e-05 1.31873e-05 6.77341e-06 5.01501e-06 6.54948e-06 4.352e-06 1.49461e-06 6.53723e-06 1.19516e-05 9.76504e-06 7.21743e-06 2.97741e-06 5.16132e-06 7.69758e-06 4.73337e-06 1.25096e-05 1.30679e-05 1.41821e-05 3.57234e-06 2.61726e-06 1.04608e-06 -9.61673e-07 4.38049e-06 4.94785e-06 7.99565e-07 1.8513e-06 5.59401e-06 4.49347e-06 -1.38644e-05 -2e-05 1.40934e-05 4.14525e-05 4.29577e-05 3.61156e-05 4.70276e-05 3.50881e-05 1.07017e-05 8.88335e-06 1.11785e-05 9.52232e-06 6.46296e-06 1.17025e-05 1.75388e-05 1.34244e-05 -2.19426e-06 -2.50016e-06 2.32134e-06 9.2366e-07 -2.67607e-06 1.67528e-05 2.26364e-05 1.71485e-05 6.56629e-06 1.91109e-06 2.9252e-06 3.54833e-06 1.55595e-06 9.91899e-06 1.38623e-05 9.28743e-06 7.42724e-06 -6.8498e-08 3.83917e-06 6.92652e-06 -1.63201e-06 8.72517e-06 2.35221e-05 2.69367e-05 1.21052e-05 3.98235e-06 -1.0033e-06 3.40051e-06 7.85622e-06 7.42131e-06 3.60595e-06 7.66675e-06 1.08928e-05 8.99276e-06 -2e-05 -2e-05 1.59975e-05 1.91224e-05 1.47038e-05 1.48987e-05 1.9942e-05 4.03127e-05 1.63334e-05 3.14098e-06 3.84893e-06 3.42409e-06 1.1417e-05 1.38713e-05 1.41499e-05 1.10646e-06 8.10077e-07 1.55904e-06 2.26118e-06 4.6165e-06 7.36685e-06 2.26924e-05 2.67604e-05 1.91082e-05 5.82664e-06 1.41559e-06 5.40966e-06 4.03098e-06 1.47251e-06 1.24326e-05 9.53734e-06 4.39646e-06 2.39056e-06 -5.08948e-06 2.13722e-06 5.81428e-06 -4.05218e-06 8.22059e-06 3.00862e-05 3.11995e-05 1.47849e-05 9.44609e-06 1.16644e-05 7.30719e-06 4.54296e-06 1.63075e-06 2.74877e-06 7.4655e-06 9.47705e-06 1.44592e-05 -1.35789e-05 -3.4797e-06 1.10962e-05 6.47585e-06 3.76202e-06 2.3324e-05 1.2335e-05 1.38097e-05 2.0855e-06 1.10675e-06 1.25591e-05 2.76792e-05 1.71924e-05 1.38989e-05 1.45638e-05 4.34475e-06 6.19829e-06 5.44125e-06 5.10587e-06 4.12971e-06 6.44532e-06 2.1334e-05 2.11472e-05 9.72595e-06 2.73004e-06 -3.43788e-07 4.76031e-06 6.2833e-06 5.50099e-06 1.62276e-05 4.01394e-06 1.32209e-06 -5.56134e-06 -3.69968e-06 1.00399e-05 9.74221e-06 5.18911e-06 9.25411e-06 2.62621e-05 3.86043e-05 2.70399e-05 1.09053e-05 7.13482e-07 -6.85549e-07 -5.86976e-06 -3.31146e-06 9.58867e-07 7.4645e-06 1.10494e-05 1.5421e-05 -1.08667e-06 6.78196e-06 4.59468e-06 2.83585e-07 1.24609e-05 2.68798e-05 1.3893e-05 3.07909e-06 1.19977e-05 1.83151e-07 4.94364e-06 1.91244e-05 8.36019e-06 -3.8455e-07 2.06936e-06 9.14232e-06 6.86274e-06 2.76062e-06 1.55768e-06 2.21179e-06 4.76226e-06 1.22746e-05 8.23342e-06 2.36905e-06 2.66108e-06 1.57479e-06 5.40782e-06 3.91245e-06 3.97981e-06 4.40809e-06 4.0841e-06 1.41353e-06 -4.714e-06 3.95182e-07 1.16087e-05 1.2809e-05 5.04187e-06 8.23358e-08 1.4615e-05 3.20846e-05 3.45147e-05 1.26571e-05 1.15884e-07 -3.33991e-07 3.58817e-06 5.21117e-06 5.30708e-06 5.46109e-06 7.33936e-06 6.58791e-06 9.23659e-07 1.2281e-05 -3.23288e-06 1.87337e-06 8.64692e-06 2.51899e-05 2.09779e-05 2.06419e-05 2.04892e-05 -2.05467e-06 9.92711e-07 1.13644e-05 6.71139e-06 -8.91687e-08 6.15553e-06 7.51404e-06 2.67235e-06 -8.77857e-07 1.59075e-06 2.48172e-06 3.48094e-06 8.88341e-06 1.24118e-05 7.66849e-06 4.09365e-06 3.835e-06 5.55568e-06 3.383e-06 3.37438e-06 8.8856e-07 2.27084e-06 5.86671e-07 7.30165e-07 2.33039e-06 7.19734e-06 9.21002e-06 2.12137e-06 -2.78562e-06 5.55501e-06 2.35349e-05 3.27685e-05 1.23695e-05 1.11843e-06 3.06492e-06 5.15561e-06 4.871e-06 3.92681e-06 5.35485e-06 7.31106e-06 5.97739e-06 2.41359e-06 1.69326e-05 4.62706e-06 4.21437e-06 4.72828e-06 1.84538e-05 2.21075e-05 1.86656e-05 1.76644e-05 -8.34222e-08 -2.09561e-07 3.20355e-06 -1.62655e-06 -7.7826e-07 5.45059e-06 -3.09791e-06 -3.42145e-06 -3.99452e-07 1.69208e-07 6.63453e-06 1.1132e-05 8.04916e-06 7.01327e-06 7.19252e-06 3.03878e-06 1.1844e-06 8.76288e-07 4.66693e-06 4.75932e-06 4.81004e-07 1.29524e-06 7.37151e-06 6.06704e-06 4.91068e-06 3.01434e-06 9.82726e-07 -6.768e-06 -3.54937e-06 1.89145e-06 1.15074e-05 2.17439e-05 1.18187e-05 4.59145e-06 5.35737e-06 4.9605e-08 -2.51112e-06 -4.68744e-08 5.37427e-06 9.71503e-06 7.61514e-06 1.11539e-05 1.82037e-05 9.87452e-06 5.13657e-06 2.79226e-06 1.263e-05 2.44325e-05 1.95111e-05 1.74998e-05 1.3989e-06 1.13329e-07 1.58421e-06 -1.13813e-06 -4.21169e-07 1.6491e-06 -1.68488e-06 -2.21959e-06 6.08347e-08 1.4106e-06 9.0973e-06 9.8439e-06 3.07949e-06 4.86611e-06 6.47065e-06 -4.12163e-07 -3.29292e-06 2.40178e-06 4.77514e-06 5.81459e-06 1.57474e-06 5.39621e-06 1.36707e-05 9.00314e-06 5.32562e-06 -6.67662e-07 -8.90108e-06 -1.17694e-05 -9.23355e-06 3.02673e-06 8.88413e-06 1.37142e-05 1.2275e-05 5.58747e-06 3.38288e-06 -4.87107e-06 -7.75429e-06 -2.87747e-06 6.80506e-06 9.38197e-06 9.38416e-06 1.56807e-05 1.19571e-05 6.08739e-06 4.21652e-06 3.90127e-06 8.96835e-06 2.50649e-05 1.71711e-05 1.6095e-05 8.60254e-06 9.58566e-06 9.68288e-06 5.93001e-06 2.17325e-06 -2.01696e-06 2.04588e-06 2.50261e-06 1.87042e-06 3.97965e-06 1.07686e-05 8.80758e-06 -1.08039e-07 3.40832e-06 3.75924e-06 -5.10899e-06 -3.08896e-06 1.16559e-06 5.04081e-06 6.41164e-06 2.16232e-06 4.68318e-06 1.26711e-05 9.93894e-06 3.19285e-06 -9.16125e-06 -9.82434e-06 -1.07409e-05 -1.35413e-05 1.09189e-06 1.17453e-05 1.3173e-05 1.11774e-05 3.27524e-06 2.76672e-06 -6.63315e-06 -5.71171e-06 -2.03727e-06 9.56831e-06 9.65732e-06 1.00712e-05 1.18751e-05 3.35965e-06 2.68978e-06 4.25441e-06 4.51774e-06 3.45613e-06 2.09241e-05 1.3362e-05 1.43346e-05 1.37685e-05 1.27208e-05 7.93465e-06 2.99244e-06 2.29457e-07 2.0792e-06 4.41938e-06 5.11036e-06 2.74449e-06 4.48946e-06 9.77153e-06 6.94914e-06 2.88699e-07 1.99354e-06 6.3325e-07 -7.68228e-06 2.20263e-07 4.41127e-06 7.61351e-06 4.64935e-06 3.50303e-07 8.91121e-07 4.6124e-06 8.85447e-06 -4.60257e-06 -1.89095e-05 -1.90097e-05 -5.48762e-06 -4.42149e-06 -1.3434e-08 7.92707e-06 1.18673e-05 8.82384e-06 4.98341e-06 1.93419e-06 -5.06132e-06 -1.56673e-06 -1.85466e-07 6.33042e-06 2.16685e-06 1.1322e-05 8.76811e-06 -6.94538e-07 2.18499e-06 4.38906e-06 2.87296e-06 2.96343e-06 1.9751e-05 7.97207e-06 9.05512e-06 1.25961e-05 9.73652e-06 3.95751e-06 -1.27224e-07 -3.31089e-06 1.83176e-06 4.20565e-06 2.99095e-06 1.09396e-06 3.6633e-06 7.42846e-06 3.51973e-06 9.36298e-07 4.27181e-07 -5.60879e-06 -3.92143e-07 4.04851e-06 8.68266e-06 8.50771e-06 1.70202e-06 -9.91887e-07 1.51147e-06 1.76358e-06 5.19718e-06 -2e-05 -1.17916e-05 -9.61061e-06 -2.61926e-06 -1.11481e-06 2.77582e-06 4.78972e-06 9.99971e-06 6.36276e-06 3.28131e-06 -2.42391e-06 -4.75693e-07 7.42713e-07 -1.62865e-06 -1.47106e-07 -4.4355e-06 7.61615e-06 1.0576e-05 1.79847e-06 3.49711e-06 1.88953e-06 1.12572e-06 6.36825e-06 1.96321e-05 -2.67898e-07 2.88014e-06 1.16127e-05 4.17916e-06 2.93753e-08 -4.11681e-06 -4.09471e-06 3.14584e-06 1.89702e-06 8.95891e-07 -6.10244e-08 1.743e-06 2.43889e-06 6.74786e-06 1.12741e-06 -4.37579e-06 -1.69391e-06 4.07406e-06 9.39611e-06 1.06489e-05 5.72548e-06 -1.49821e-09 -5.19919e-08 2.6276e-06 2.35186e-06 -3.23985e-06 -1.88211e-05 -1.7041e-06 -5.9621e-06 -3.09828e-07 -1.90889e-06 6.84772e-06 7.88406e-06 9.04441e-06 4.32904e-06 -7.69911e-07 -4.65082e-06 7.3817e-07 6.80538e-07 -2.5595e-06 -2.02679e-06 -2.38802e-06 1.01189e-05 1.78109e-05 4.38072e-06 -1.84089e-06 -7.47971e-07 8.17604e-07 9.87828e-06 9.97642e-06 -3.36902e-06 4.61177e-06 9.57414e-06 -1.77677e-06 -8.62201e-06 -1.08007e-05 -4.70228e-06 3.32298e-06 7.8783e-07 7.4798e-07 3.99597e-07 -8.70389e-07 3.09126e-06 7.23217e-06 -8.11906e-07 -2e-05 1.46241e-06 8.09046e-06 1.13504e-05 8.84776e-06 1.53606e-06 1.358e-07 -1.63569e-06 -1.58334e-07 1.06811e-06 -1.01187e-05 -4.61993e-06 9.18394e-07 2.13254e-06 -4.40815e-06 6.48353e-06 9.27707e-06 1.02957e-05 6.97038e-06 2.99927e-06 -1.66398e-06 5.87182e-08 1.96287e-06 5.73978e-07 -2.30965e-06 -1.25888e-06 1.44521e-06 -3.99238e-07 -1.60048e-06 -2.74298e-06 -2.6768e-06 -3.88103e-07 5.00111e-07 8.67055e-06 2.67374e-06 5.8349e-06 7.53372e-06 8.4165e-06 -2.41068e-06 -1.25731e-05 -1.14901e-05 -3.10302e-06 9.02701e-07 6.06815e-07 8.67053e-07 4.21457e-07 -2.24258e-06 3.45241e-06 2.99221e-06 -1.31875e-05 -6.08243e-07 3.61737e-06 8.41056e-06 8.98137e-06 6.30194e-06 -4.13003e-07 -8.05687e-07 -5.28584e-06 -4.87411e-06 -3.23464e-06 -4.70225e-06 -1.18659e-07 3.39258e-06 2.78963e-06 1.12235e-06 7.51175e-06 1.16192e-05 7.2586e-06 4.53259e-06 1.59836e-06 -8.74677e-07 2.53345e-06 4.41345e-06 3.46163e-06 -1.38811e-06 -1.25487e-06 2.40031e-06 2.92354e-07 -7.53921e-06 -4.48198e-06 -3.77544e-06 2.74554e-07 1.68073e-07 6.08999e-06 -1.18048e-06 1.03125e-05 9.48674e-06 7.9234e-06 -1.26808e-06 -5.07081e-06 -3.09049e-06 -1.3424e-06 -5.78554e-07 3.96017e-07 1.71486e-07 -1.15954e-06 -2.66264e-06 1.24064e-06 -1.64144e-06 -1.74479e-06 3.17853e-07 4.49805e-06 5.62837e-06 4.82509e-06 4.05673e-07 -1.0666e-06 -1.67787e-06 -4.36875e-06 -4.61327e-06 1.80483e-07 3.69709e-07 1.96883e-06 4.91185e-06 4.89347e-06 4.04348e-06 7.59496e-06 6.30156e-06 2.93887e-06 1.58551e-06 -3.11253e-07 2.93984e-06 3.95423e-06 5.95327e-06 6.57087e-06 3.78793e-07 6.70634e-07 1.90477e-06 -1.12676e-06 -3.652e-06 -4.59284e-06 5.73625e-07 6.82152e-07 1.02784e-07 1.25394e-06 2.0432e-06 1.06998e-05 9.66064e-06 5.69232e-06 4.91419e-07 3.22991e-07 -1.98117e-07 -6.65519e-07 1.5458e-08 -4.97896e-08 -7.18225e-07 -1.15588e-06 -5.82497e-07 -3.33819e-07 -9.8209e-07 -1.01063e-06 1.34698e-06 3.59519e-06 2.33804e-06 1.24681e-06 1.80069e-08 2.80573e-07 -1.20512e-06 -3.70227e-06 -1.4525e-06 1.21302e-06 1.88034e-06 3.53479e-06 4.13568e-06 2.58822e-06 2.30967e-06 4.01269e-06 2.56962e-06 7.10842e-07 1.01183e-06 9.79684e-07 4.03091e-06 3.56139e-06 6.27681e-06 6.14059e-06 -6.32259e-09 2.8635e-06 2.81009e-06 -2.44808e-06 -2.5473e-06 1.17174e-06 1.60179e-06 9.5908e-07 1.35485e-07 4.09846e-08 3.94526e-06 1.02516e-05 6.46439e-06 3.11028e-06 1.02337e-06 6.31227e-07 -9.82217e-08 1.68781e-08 4.52313e-07 -4.17051e-07 -4.38615e-07 1.64436e-08 6.32858e-08 -2.97394e-07 -7.58193e-07 -1.47901e-07 1.69245e-06 1.91234e-06 5.5368e-07 -2.63249e-07 1.764e-07 -2.99402e-08 -9.84186e-07 -1.12336e-06 4.09252e-07 1.76062e-06 2.70577e-06 2.99496e-06 2.04434e-06 7.61562e-07 7.26632e-07 1.66342e-06 6.56507e-07 -4.54955e-08 1.7585e-06 2.58584e-06 2.73838e-06 1.88627e-06 7.12342e-07 -3.64328e-08 -1.27591e-06 6.86707e-07 1.08817e-06 -3.61273e-06 1.66439e-06 2.81933e-06 2.05086e-06 6.72096e-07 2.74053e-07 5.02044e-07 5.2103e-06 6.77252e-06 2.74715e-06 1.32942e-06 7.09765e-07 7.29959e-08 -1.84132e-07 2.31922e-08 9.87881e-08 -2.63527e-07 -1.93134e-07 1.93371e-07 3.97855e-07 1.66424e-07 3.31469e-08 6.16254e-07 1.20713e-06 6.78289e-07 -3.49761e-07 -3.42367e-07 -1.38806e-07 -1.03385e-07 -2.74366e-07 6.22824e-09 1.02579e-06 1.98893e-06 2.31162e-06 1.84852e-06 1.1755e-06 3.61829e-07 2.67915e-08 2.84703e-07 -9.38732e-07 -6.86765e-07 2.22863e-07 7.45848e-07 8.88055e-07 5.81448e-07 1.72948e-07 -7.44873e-07 -1.87222e-06 1.21607e-06 1.00667e-06 1.45554e-06 4.32016e-06 3.54353e-06 1.37492e-06 5.10374e-07 2.55416e-07 8.69476e-07 3.72969e-06 2.87084e-06 5.09175e-07 2.42225e-07 4.12885e-08 -3.17767e-07 -3.36811e-07 -2.98181e-07 -1.57688e-07 -1.38725e-07 -1.52264e-07 3.47204e-07 6.97852e-07 5.69009e-07 4.87981e-07 6.36259e-07 5.90291e-07 -9.89708e-09 -3.90176e-07 -4.27935e-07 -3.36021e-07 -1.68867e-07 -5.44675e-08 4.24086e-07 1.25157e-06 1.65207e-06 1.43452e-06 1.14142e-06 6.33104e-07 -7.88771e-08 -4.15973e-07 -4.24296e-07 -6.29727e-07 -3.21119e-07 1.24208e-07 5.2763e-07 5.83853e-07 3.29451e-07 -9.53176e-08 -8.03414e-07 -8.3928e-07 1.42175e-06 2.12504e-06 4.15403e-06 4.38857e-06 2.1494e-06 7.32052e-07 4.42725e-07 2.00572e-07 8.00816e-07 1.82862e-06 8.66043e-07 -3.82341e-07 -3.94552e-07 -3.79931e-07 -4.53163e-07 -4.52405e-07 -3.66927e-07 -8.45437e-08 -8.72358e-08 -8.30465e-08 3.6258e-07 6.4446e-07 5.00048e-07 3.67054e-07 3.19548e-07 1.5647e-07 -1.28153e-07 -2.9825e-07 -3.86865e-07 -3.5226e-07 -2.87112e-07 5.2954e-08 4.48877e-07 9.65621e-07 9.78112e-07 6.99122e-07 5.17795e-07 1.17602e-07 -3.18896e-07 -4.10894e-07 -2.91407e-07 -2.52787e-07 -7.12197e-08 1.33053e-07 2.81713e-07 2.84139e-07 4.05165e-08 -2.14244e-07 -3.47145e-07 -3.69417e-07 9.63964e-07 2.03472e-06 3.1412e-06 2.39605e-06 1.00229e-06 4.0571e-07 2.37724e-07 1.46205e-07 5.42333e-07 9.0371e-07 3.1224e-07 -2.64434e-07 -4.4021e-07 -4.56845e-07 -4.60125e-07 -4.07893e-07 -2.45348e-07 -2.28238e-08 -5.78499e-08 -4.27602e-08 2.45582e-07 4.16102e-07 2.97269e-07 1.48162e-07 7.40496e-08 2.59708e-08 -8.82223e-08 -2.05826e-07 -2.64257e-07 -1.92897e-07 -2.9368e-07 4.17427e-08 2.35863e-07 4.85396e-07 4.47329e-07 3.01626e-07 1.47657e-07 -7.036e-08 -2.66184e-07 -2.54617e-07 -1.32906e-07 -9.54206e-08 2.14578e-08 1.55903e-07 2.16143e-07 1.58465e-07 -1.64072e-08 -1.76744e-07 -2.88319e-07 -2.97529e-07 3.90627e-07 1.18925e-06 1.59947e-06 1.18119e-06 6.00414e-07 2.41335e-07 1.26724e-07 8.27309e-08 2.83352e-07 4.43034e-07 2.52367e-07 -1.97054e-07 -3.53404e-07 -2.98751e-07 -3.15746e-07 -2.88395e-07 -1.56887e-07 -9.41032e-09 1.2422e-06 1.24688e-06 9.65997e-07 2.36991e-07 -3.58334e-07 -5.69941e-07 -5.38743e-07 -4.0392e-07 -5.59471e-08 5.60368e-07 9.77143e-07 9.27863e-07 9.83184e-07 1.77753e-06 2.67731e-06 3.13932e-06 2.74425e-06 1.47288e-06 1.20497e-07 -2.93598e-08 5.42471e-08 -1.79675e-07 4.53143e-07 2.32701e-06 1.56043e-06 6.53386e-07 7.76852e-07 9.59576e-07 3.90519e-07 1.38015e-07 2.99026e-07 6.54647e-07 1.61489e-06 2.5641e-06 2.9391e-06 3.02866e-06 2.99247e-06 2.69786e-06 1.50962e-06 -9.87916e-08 -8.99706e-07 -7.93767e-07 -1.3342e-07 8.28992e-07 8.62773e-07 -1.44078e-07 -4.87019e-07 -2.19231e-07 4.43913e-07 9.99261e-07 7.34843e-07 1.34954e-06 1.61193e-06 1.24519e-06 7.2908e-07 6.60148e-07 1.12507e-06 1.53302e-06 1.49489e-06 1.31152e-06 1.42755e-06 2.42468e-06 3.05978e-06 3.7697e-06 4.32536e-06 4.18961e-06 2.94229e-06 1.04847e-06 -2.62696e-07 -1.02816e-07 5.58833e-07 1.00349e-07 -5.8497e-07 -4.88509e-07 -7.78899e-07 -8.80561e-07 2.15263e-07 8.65067e-07 6.30771e-07 3.66785e-07 6.82767e-07 1.43099e-06 2.0905e-06 2.57337e-06 2.7295e-06 2.73009e-06 2.79235e-06 2.26466e-06 5.83056e-07 -1.12184e-06 -1.54678e-06 -4.56957e-07 2.70734e-07 1.61483e-07 -3.14922e-09 -8.16351e-07 -1.195e-06 -9.12232e-07 -3.70058e-07 1.42298e-07 1.68362e-06 1.91365e-06 2.45189e-06 2.81811e-06 3.47129e-06 4.44162e-06 5.05227e-06 4.93651e-06 4.15668e-06 3.46616e-06 3.66235e-06 4.13543e-06 4.24022e-06 3.49938e-06 2.84886e-06 2.65285e-06 1.62972e-06 1.92315e-07 -7.61551e-07 1.68396e-07 1.76078e-06 1.07233e-06 -4.01676e-07 -7.82968e-07 -5.68405e-07 -5.35304e-07 9.71254e-07 1.84184e-06 1.26818e-06 1.06824e-06 1.3872e-06 1.50155e-06 1.9961e-06 2.38029e-06 2.03633e-06 1.15428e-06 1.06358e-06 1.60474e-06 1.06087e-06 -5.94472e-07 -1.91118e-06 -5.08105e-07 8.82645e-07 -3.38148e-07 -1.00878e-06 -1.09984e-06 -9.64281e-07 -7.26022e-07 -5.16338e-07 3.54872e-07 3.89624e-06 2.20424e-06 2.29915e-06 4.04121e-06 6.95161e-06 9.75508e-06 1.15904e-05 1.13044e-05 9.12273e-06 7.09872e-06 6.08129e-06 5.15186e-06 3.64348e-06 1.88443e-06 7.08561e-07 1.50433e-06 4.41449e-07 -1.34495e-06 -1.64724e-06 1.49866e-06 3.83912e-06 3.80726e-06 2.87887e-06 1.14548e-06 -1.0589e-06 -1.83225e-06 -9.40432e-07 1.34716e-06 7.01739e-07 -1.34819e-07 3.96117e-07 7.94467e-07 1.1219e-06 1.27543e-06 1.31741e-06 4.36089e-07 -4.1784e-07 -9.46965e-07 -6.97898e-07 -1.02758e-06 -8.26314e-07 5.18342e-07 6.38852e-07 -5.1248e-07 -1.70736e-06 -1.70097e-06 1.39456e-07 1.20661e-06 1.56461e-06 2.48808e-06 1.98793e-06 1.29618e-06 2.47854e-06 5.52868e-06 1.09647e-05 1.54887e-05 1.78893e-05 1.66058e-05 9.37345e-06 1.62799e-06 -1.93772e-06 -2.98719e-06 -3.63719e-06 -3.77536e-06 -2.95492e-06 1.25879e-08 1.08112e-06 1.3097e-07 8.80272e-07 4.50927e-06 7.0988e-06 9.04581e-06 9.26328e-06 4.79037e-06 -1.26031e-06 -3.618e-06 -1.20454e-06 1.77482e-06 2.30519e-06 2.98791e-07 1.43277e-06 2.51203e-06 2.74372e-06 2.72922e-06 2.97396e-06 2.82764e-06 8.92326e-07 -1.02307e-06 -9.1845e-08 1.08999e-06 1.80978e-06 1.9548e-06 -2.15363e-07 -1.69145e-06 -3.52117e-06 -1.5443e-06 1.75544e-06 2.40543e-06 3.06996e-06 3.48003e-06 3.94023e-06 1.86496e-06 4.91361e-06 1.00763e-05 1.34504e-05 1.58356e-05 1.62796e-05 9.25439e-06 -2.5024e-06 -7.82127e-06 -9.30023e-06 -8.47095e-06 -4.18025e-06 -2.79926e-06 -1.03837e-06 2.73952e-06 3.97857e-06 5.9373e-06 6.82414e-06 6.83946e-06 8.97923e-06 1.2211e-05 1.32146e-05 4.44584e-06 -3.43264e-06 -3.96419e-06 9.92777e-07 4.18107e-06 1.00448e-06 -3.14539e-08 3.43623e-06 4.55422e-06 4.40558e-06 4.53349e-06 4.95467e-06 4.48137e-06 2.32539e-06 2.87895e-06 7.41281e-06 3.77618e-06 4.65638e-06 4.95675e-06 4.83474e-06 5.82242e-07 -8.23916e-06 -5.19986e-06 3.76187e-07 5.0192e-07 1.04311e-06 3.10772e-06 1.18416e-06 1.17273e-06 5.43284e-06 9.37535e-06 9.39586e-06 8.07764e-06 3.83841e-06 -3.02088e-06 -2.1219e-06 -3.34152e-07 -3.94682e-07 -9.33314e-09 5.49207e-07 1.39521e-06 6.00867e-06 7.9397e-06 5.59687e-06 4.65224e-06 2.77296e-06 -9.99231e-07 6.00522e-06 6.97192e-06 4.71426e-06 4.01986e-06 -6.72568e-07 -2.22041e-06 -1.36653e-07 6.11037e-07 -7.36787e-07 2.95009e-06 3.93748e-06 5.00082e-06 5.47179e-06 4.17684e-06 1.85205e-06 2.69347e-06 3.73475e-06 7.293e-06 7.60682e-06 5.30643e-06 9.15497e-06 1.73106e-05 2.13324e-05 1.18833e-05 3.72101e-06 2.68178e-06 4.71705e-06 1.62298e-06 -5.34179e-08 1.25768e-06 2.82822e-06 1.94342e-06 9.62251e-07 4.39856e-06 4.28616e-06 -3.21614e-07 -4.44223e-06 -5.80134e-07 9.62394e-06 1.27508e-05 9.23429e-06 6.0216e-06 1.11425e-06 -1.41766e-06 1.46852e-06 3.01772e-06 7.03383e-07 3.80798e-06 3.59227e-06 -4.0089e-06 2.93753e-06 2.08975e-06 1.53304e-06 1.11757e-05 9.07954e-07 1.74762e-06 2.19607e-06 -2.34764e-06 -8.85615e-07 3.21303e-06 4.21382e-06 5.99243e-06 4.16224e-06 -3.49596e-07 -5.81428e-07 3.88977e-06 4.57398e-06 8.95556e-06 5.37829e-06 7.99876e-06 2.44148e-05 2.91192e-05 2.80915e-05 2.45648e-05 1.96482e-05 1.81556e-05 1.44897e-05 9.4357e-06 3.69562e-06 1.92393e-06 1.13804e-05 6.56938e-06 -2.57904e-06 -8.22162e-07 -1.40668e-07 -7.65055e-06 -3.69788e-06 1.18475e-05 1.45814e-05 1.28597e-05 1.21369e-05 1.15116e-05 4.98637e-06 1.98415e-06 -1.66234e-07 6.54018e-08 2.47618e-06 8.58245e-06 9.47294e-06 6.79728e-06 6.3318e-06 6.28717e-07 3.01371e-06 5.98712e-06 5.381e-06 4.73804e-06 7.55122e-06 4.52112e-06 3.87441e-06 5.89689e-06 7.59831e-06 6.06111e-06 2.88403e-06 -1.00168e-06 -1.95876e-07 -4.21215e-06 -5.10748e-06 -3.64993e-06 5.46017e-06 1.75051e-05 3.50027e-05 7.78544e-05 5.63675e-05 2.13488e-05 3.96858e-05 3.59987e-05 2.50427e-05 1.25713e-05 4.96746e-06 8.52169e-06 1.93669e-05 1.14621e-05 6.43841e-07 3.14112e-06 2.53337e-06 -1.17641e-05 1.50331e-06 1.94717e-05 1.20197e-05 7.90964e-06 9.61467e-06 1.09225e-05 8.59659e-06 8.52328e-06 5.5979e-06 4.38248e-06 1.23298e-05 1.82742e-05 1.58699e-05 1.31086e-05 1.05968e-05 1.74495e-06 4.99968e-06 5.84883e-06 8.4383e-06 1.2273e-05 1.31884e-05 5.90741e-06 4.85803e-06 1.24881e-05 1.03172e-05 5.67772e-06 5.37384e-06 1.44598e-06 -7.61383e-06 -1.72302e-05 -1.35172e-05 -1.30036e-05 1.42471e-05 2.10535e-05 9.52788e-06 2.83384e-05 8.87793e-05 5.27182e-05 1.35769e-05 2.39886e-05 2.46063e-05 1.47547e-05 8.76593e-06 1.63493e-05 1.30594e-05 2.89449e-06 -1.11333e-06 8.29424e-06 9.83361e-06 4.904e-06 8.97888e-06 1.72479e-05 1.2738e-05 5.71e-06 3.93212e-06 7.41315e-06 9.3751e-06 1.11253e-05 1.13871e-05 1.56357e-05 2.16931e-05 1.42533e-05 1.06896e-05 1.03366e-05 8.86718e-06 1.44144e-07 4.06177e-06 5.54422e-06 1.60781e-05 1.15367e-05 9.0684e-06 1.67659e-06 1.1281e-05 1.91384e-05 1.24961e-05 3.82003e-06 5.64699e-06 5.44634e-06 -4.28691e-06 -1.57031e-05 -2e-05 -3.53947e-06 5.82153e-06 -3.21881e-07 8.1452e-06 2.64213e-05 4.91575e-05 3.67713e-05 1.28751e-05 7.25556e-06 1.66812e-05 1.37322e-05 7.60446e-06 1.29128e-05 8.59097e-06 2.84263e-07 -1.62081e-06 2.62512e-06 1.28587e-05 8.8838e-06 7.15577e-06 9.55312e-06 1.78754e-05 1.21168e-05 2.63725e-06 9.67982e-07 1.29356e-08 2.21529e-06 5.62397e-06 1.19412e-05 1.69657e-05 1.02669e-05 6.93152e-06 1.09997e-05 8.14841e-06 1.51306e-06 2.47753e-06 6.14311e-06 2.51883e-05 7.734e-06 1.26168e-05 2.98952e-06 7.65054e-06 1.45238e-05 5.48224e-06 4.61947e-07 4.44008e-06 9.02271e-06 9.40476e-06 -1.48536e-05 -1.19175e-05 2.70888e-06 -1.20957e-05 -4.76827e-06 2.03095e-05 3.0497e-05 2.65714e-05 1.10529e-05 3.29584e-06 1.46385e-05 1.91872e-05 5.97257e-06 -7.59487e-06 6.10858e-06 7.48201e-06 1.06672e-06 -2.77695e-06 7.57645e-06 1.20783e-05 3.20585e-06 6.57164e-07 7.49454e-06 1.82916e-05 9.79989e-06 6.65706e-07 -4.98216e-06 -2.08809e-06 -6.24998e-06 3.46177e-08 4.91047e-06 6.11642e-06 2.49108e-06 1.86005e-06 3.28223e-06 1.31685e-05 7.56208e-06 4.6052e-07 2.94184e-06 3.12912e-05 8.70496e-06 1.19004e-06 -8.57416e-06 -1.17799e-05 1.70003e-06 1.11211e-07 2.95405e-06 5.3171e-06 1.25373e-05 2.09241e-05 5.64203e-06 1.76604e-07 4.23362e-06 -2e-05 3.93209e-06 3.22433e-05 2.14391e-05 5.20522e-06 -5.85382e-07 3.56944e-06 2.34143e-05 1.83653e-05 -9.99218e-06 -2e-05 1.64532e-07 1.47144e-05 4.17071e-06 1.66115e-06 5.0003e-06 2.08813e-06 3.0757e-06 8.42612e-06 6.52745e-06 4.34353e-06 3.2081e-06 -3.6558e-06 -6.88016e-07 3.89271e-06 1.76658e-06 2.83545e-06 2.27231e-06 8.3915e-06 -1.52281e-06 -2.66339e-06 -1.02714e-06 1.32252e-05 4.71532e-06 -8.45656e-06 2.79404e-06 4.01348e-05 1.77466e-05 -4.11822e-06 -1.64657e-05 -8.9045e-06 -5.28063e-07 7.94683e-06 8.99739e-06 5.10914e-06 1.12981e-05 1.59766e-05 5.58553e-06 3.23911e-06 -1.43707e-05 -2e-05 -1.90352e-06 1.59768e-05 1.80031e-05 -8.48056e-07 -1.01946e-05 -7.60467e-06 3.64744e-06 2.88727e-06 -1.31186e-05 -1.77296e-05 1.0954e-05 1.74486e-05 3.45431e-06 1.43515e-06 2.12279e-06 5.09614e-06 7.15864e-06 1.79076e-05 2.3776e-05 1.90168e-05 7.88108e-06 -1.46114e-06 1.63976e-06 3.2026e-06 5.87915e-06 3.82959e-06 2.5406e-06 5.25997e-06 8.8041e-07 -1.04148e-06 1.20513e-06 3.16584e-06 -3.95162e-06 -9.97317e-06 6.3868e-06 4.41226e-05 4.61706e-05 4.23733e-06 5.95738e-07 4.25215e-06 3.46401e-06 1.42508e-05 9.28001e-06 3.48283e-06 2.36841e-06 5.0279e-06 6.25846e-06 3.55713e-06 -7.87574e-06 -1.27001e-05 -2.64877e-06 2.14146e-05 2.66572e-05 1.81978e-05 -8.16152e-06 -1.64741e-05 1.73565e-06 7.78943e-06 2.25243e-06 2.62616e-06 1.96776e-05 -4.95035e-06 -2.15363e-06 1.66876e-06 5.05895e-06 3.55587e-06 7.28778e-06 1.98714e-05 3.27042e-05 2.47922e-05 6.51662e-06 3.5657e-07 3.40156e-06 3.6383e-06 2.87417e-06 5.99081e-06 3.22769e-06 2.66025e-06 1.21699e-06 -9.05223e-07 -1.17259e-06 3.17066e-07 -5.23552e-06 -4.6619e-06 5.13125e-06 3.79306e-05 4.86337e-05 1.76058e-05 2.15089e-05 1.74842e-05 3.98472e-06 1.72354e-05 1.36114e-05 3.0062e-06 -1.82026e-07 -8.06232e-06 2.06384e-06 3.95995e-06 -8.70738e-07 5.03102e-06 4.76023e-06 2.80665e-05 2.83036e-05 1.89862e-05 7.16755e-06 -9.49257e-06 1.28165e-05 2.58241e-05 1.18653e-05 4.61903e-06 7.40935e-06 7.02775e-06 3.58638e-06 -2.20654e-06 -4.40272e-07 5.87604e-06 3.14852e-06 9.94017e-06 2.53472e-05 1.90199e-05 5.21214e-06 -2.45685e-06 3.30536e-06 4.39135e-06 2.00489e-06 7.38351e-06 2.84993e-06 4.18103e-06 1.53981e-06 3.06848e-07 -5.16512e-06 -1.36335e-06 -3.93326e-06 -2.90571e-06 -1.60943e-06 1.40037e-05 3.01808e-05 1.6728e-05 3.01841e-05 1.74311e-05 5.77085e-06 1.97594e-05 1.71495e-05 2.33814e-06 6.35823e-07 -8.8959e-06 1.02104e-06 8.76832e-07 -3.42819e-06 8.65391e-06 5.22435e-06 1.61181e-05 1.9768e-05 1.05756e-05 9.73611e-06 2.30444e-05 3.4282e-05 1.51439e-05 4.40373e-06 4.24359e-06 1.05e-05 8.42165e-06 2.21328e-06 -8.3085e-07 3.55529e-07 5.50429e-06 5.33397e-06 7.19284e-06 2.28554e-05 1.65115e-05 1.44062e-06 -5.64084e-06 2.75076e-06 4.77386e-06 3.65805e-06 4.09395e-06 1.16499e-06 2.46447e-06 1.6346e-06 3.67343e-06 -6.08188e-06 -1.8245e-06 2.07303e-08 -1.63479e-06 -9.74297e-07 9.69797e-06 2.07791e-05 1.17989e-05 2.06496e-05 6.87e-06 4.11854e-06 1.49469e-05 1.13298e-05 1.59217e-06 -2.45874e-06 -1.58821e-05 6.94637e-06 4.24396e-06 4.07607e-06 8.21249e-06 3.03793e-06 8.48034e-06 1.54466e-05 1.03827e-05 1.1403e-05 3.3655e-05 3.12448e-05 1.13105e-05 4.26056e-06 4.90746e-06 1.46847e-05 4.62683e-06 6.2754e-06 4.71082e-06 3.56297e-06 4.57953e-06 7.39007e-06 7.56266e-06 1.74616e-05 1.32693e-05 -2.74184e-06 -4.28488e-06 3.83896e-06 2.17855e-06 4.06914e-06 2.4486e-07 2.84768e-07 -6.40424e-07 7.32592e-07 6.79613e-06 -6.60904e-06 -7.76061e-06 -2.19764e-06 1.65461e-06 3.36736e-06 7.42348e-06 1.60991e-05 3.90279e-06 5.14374e-06 1.45427e-06 -1.23528e-06 4.48998e-06 5.77781e-06 -1.77559e-06 -4.59354e-06 -2e-05 1.42635e-05 4.87456e-06 1.45795e-05 1.34788e-05 2.80027e-06 8.05043e-06 1.55257e-05 6.32663e-06 7.35336e-06 2.62911e-05 2.20044e-05 1.1125e-05 3.3293e-06 2.22041e-06 4.07654e-06 6.56392e-06 9.00116e-06 6.771e-06 4.51007e-06 3.33325e-06 5.00634e-06 2.55928e-06 9.36475e-06 6.31426e-06 -6.03187e-06 2.27363e-06 9.98186e-08 3.59745e-07 9.32873e-07 2.22625e-06 1.22477e-06 -1.89034e-06 8.17108e-07 8.09068e-06 -2.93879e-06 -1.18232e-05 -8.01559e-06 -8.19525e-07 -4.02191e-07 2.26661e-06 9.48413e-06 1.9371e-06 2.53577e-06 6.46741e-07 -7.60092e-06 -1.17463e-06 6.9237e-06 -3.97877e-06 -6.22842e-06 -2e-05 6.66384e-06 1.31589e-05 2.50674e-05 7.58164e-06 4.36839e-06 7.14472e-06 1.05374e-05 6.33871e-07 2.64395e-06 1.79443e-05 1.77262e-05 1.19811e-05 2.20573e-06 3.07485e-06 5.45231e-06 6.12535e-06 6.31853e-06 4.79999e-06 2.5745e-06 2.26628e-06 3.01687e-06 -3.43411e-07 1.78629e-06 -1.41865e-06 -1.10198e-06 2.38652e-06 -2.42844e-06 -1.57087e-06 4.32221e-07 3.08427e-06 1.95767e-06 -2.22716e-06 6.48612e-07 6.64842e-06 2.22895e-06 -9.16243e-07 -2.32376e-06 -6.37674e-06 -7.51587e-06 4.23786e-08 4.68013e-06 4.27627e-06 3.43322e-07 -8.07634e-07 -1.00703e-05 4.25138e-06 8.27308e-06 2.07294e-06 -4.12503e-06 -7.5639e-06 -2.62046e-06 1.82014e-05 6.68477e-06 2.67363e-06 7.00643e-06 6.12489e-06 6.99723e-06 -6.08784e-06 -2.16689e-06 1.3177e-05 1.40781e-05 8.75645e-06 4.57526e-06 9.20445e-06 9.0691e-06 3.09696e-06 4.3543e-06 3.85684e-06 4.90198e-07 1.40046e-06 2.3759e-06 -1.87483e-06 -4.81783e-06 -2.95615e-06 1.60285e-06 -1.15326e-06 -3.60628e-06 -2.02367e-06 5.34111e-08 1.71908e-06 9.90522e-07 -2.7008e-06 1.83231e-07 2.88366e-06 3.86885e-06 3.60208e-06 1.42481e-07 -3.54704e-06 -2.85095e-06 1.52302e-06 4.72026e-06 5.70985e-06 1.06729e-06 7.47646e-08 -3.5895e-06 1.31314e-05 1.08095e-06 6.52898e-06 -1.21498e-06 -9.19791e-06 -1.35326e-05 -2.20736e-06 -1.27027e-07 5.18105e-06 7.04022e-06 4.55345e-06 3.86728e-06 -9.13675e-06 -1.97228e-06 7.83765e-06 8.67383e-06 5.02552e-06 4.14772e-06 4.74809e-06 3.84985e-06 5.06993e-07 3.46561e-06 3.09106e-06 -3.96054e-07 8.08284e-07 5.58003e-07 -4.53265e-06 -9.53341e-06 5.75971e-07 -3.76947e-09 -1.79897e-06 -2.83691e-06 -1.83386e-06 -7.47048e-07 5.23179e-08 7.2836e-08 -1.05491e-06 6.01551e-07 2.28908e-06 5.39815e-06 5.06642e-06 8.31032e-07 1.49241e-06 1.38248e-06 2.19522e-06 5.51275e-06 5.4889e-06 3.37358e-06 1.59208e-06 8.30006e-06 1.40914e-05 2.39568e-06 2.82045e-06 1.98424e-06 -3.30256e-06 -1.79584e-05 -6.96589e-06 -1.61459e-06 5.48774e-06 4.9793e-06 4.01928e-06 1.74455e-06 -6.32795e-06 1.14827e-06 5.52951e-06 4.80756e-06 2.10112e-06 1.69629e-07 -2.38825e-07 -8.85368e-08 4.09188e-07 2.60307e-06 3.94496e-07 -2.07042e-07 5.74286e-07 -1.69331e-06 -1.41809e-05 3.40094e-07 7.34152e-07 -4.2945e-07 -1.14841e-06 -1.92726e-06 -2.48446e-06 -2.0867e-06 -1.22886e-06 -3.76716e-07 3.96332e-07 9.70734e-07 1.97175e-06 4.17709e-06 3.39713e-06 1.65046e-06 1.77328e-06 2.2486e-07 8.46076e-07 3.59556e-06 3.66631e-06 3.81227e-06 6.31069e-06 6.1562e-06 6.27402e-06 5.6311e-06 1.4458e-06 3.07754e-06 6.52255e-08 -2e-05 -2e-05 2.02974e-06 5.73608e-06 4.03052e-06 4.41492e-06 6.22259e-07 -1.04469e-06 2.66223e-06 4.46489e-06 4.60011e-06 1.37736e-06 -8.68925e-07 -6.86117e-07 -1.4582e-07 -4.37961e-08 3.67948e-07 -3.66378e-07 6.20228e-07 6.64013e-07 -3.09611e-06 7.15117e-07 1.57684e-06 1.15054e-06 2.18854e-07 -5.28475e-07 -2.28257e-06 -3.0727e-06 -2.11701e-06 -5.85694e-07 2.68048e-08 7.58697e-07 1.04339e-06 1.37046e-06 2.14479e-06 1.66643e-06 6.00496e-07 1.815e-07 -9.09255e-07 3.63542e-07 3.47842e-07 -8.91672e-07 4.52353e-06 7.6339e-06 4.31562e-06 6.49252e-06 4.5147e-06 2.59344e-06 2.34671e-06 -1.03593e-06 -3.96446e-06 8.0073e-07 5.01541e-06 5.42873e-06 3.5855e-06 3.56126e-06 6.13931e-07 1.80638e-06 1.87689e-06 3.83009e-06 3.98843e-06 1.70053e-07 -7.91002e-07 -3.04072e-07 -9.08477e-08 -6.79873e-07 -5.5839e-07 2.55565e-07 1.04929e-06 2.97138e-07 2.11814e-07 1.92469e-06 2.55573e-06 1.5271e-06 8.35997e-07 -6.1397e-07 -1.60612e-06 -1.35887e-06 -8.34586e-07 -4.21212e-07 1.89309e-08 4.6866e-07 6.22189e-07 7.94201e-07 9.03948e-07 1.4191e-06 7.5383e-07 -7.09321e-07 -4.88239e-07 1.07873e-06 -1.66726e-06 8.83602e-08 8.22239e-06 3.59659e-06 1.05841e-06 5.69761e-06 1.58869e-06 3.27103e-06 2.58493e-06 -2.37932e-06 1.10564e-07 3.40188e-06 4.71086e-06 3.99277e-06 2.53625e-06 1.4969e-06 1.14189e-06 1.20618e-06 2.60935e-07 1.9841e-06 1.25638e-06 -3.34105e-07 -4.94079e-07 -3.69033e-07 -5.36119e-07 -7.76128e-07 -3.17155e-07 4.65862e-07 6.24197e-07 3.64404e-07 1.01804e-06 2.57153e-06 2.28724e-06 1.42105e-06 7.40364e-07 -2.89537e-07 -5.11354e-07 -5.7819e-07 -6.31817e-07 -6.02801e-07 -1.81277e-07 4.53971e-08 -2.55191e-08 -2.06244e-07 -6.20845e-07 -4.72279e-07 -2.15607e-07 -5.84652e-07 -9.27363e-07 -1.91141e-08 2.77694e-07 -2.09019e-06 2.83416e-06 4.08307e-07 -8.79263e-06 1.26975e-06 2.83133e-06 4.11944e-06 2.67056e-06 6.00586e-08 1.70109e-06 3.19385e-06 3.27441e-06 2.60785e-06 1.22905e-06 2.89314e-07 5.30212e-07 -1.87424e-07 -5.3582e-07 3.74638e-07 2.18222e-07 -1.96814e-07 -3.60854e-07 -6.47709e-07 -8.66638e-07 -5.58603e-07 -1.36217e-07 3.8039e-07 4.72563e-07 5.20035e-07 1.15862e-06 1.91026e-06 1.46221e-06 9.40619e-07 3.29039e-07 -1.52325e-07 -3.74707e-07 -4.19994e-07 -5.35307e-07 -5.18847e-07 -2.59414e-07 -2.86534e-07 -6.28647e-07 -9.51999e-07 -1.25062e-06 -1.073e-06 -5.44358e-07 -4.19371e-07 -3.93856e-07 2.71514e-07 4.32458e-07 2.98333e-07 6.54242e-07 3.54988e-07 2.9438e-07 2.22342e-06 4.49729e-06 3.28224e-06 1.56075e-06 1.07826e-06 1.99088e-06 2.36359e-06 2.28044e-06 1.59758e-06 4.4279e-07 -5.99212e-08 -2.1717e-07 -7.05431e-07 -6.88246e-07 -8.59334e-08 2.00754e-07 -5.6286e-09 -3.97576e-07 -7.77676e-07 -7.98748e-07 -3.52472e-07 -6.43669e-08 2.45528e-07 3.21434e-07 3.58105e-07 7.06471e-07 1.04279e-06 8.1425e-07 4.50239e-07 9.10698e-08 -1.69988e-07 -3.08439e-07 -3.0979e-07 -3.90219e-07 -3.91673e-07 -2.92108e-07 -4.23597e-07 -6.96688e-07 -8.87538e-07 -9.81931e-07 -8.34562e-07 -4.48911e-07 -2.89717e-07 -2.10006e-07 3.92809e-07 6.31278e-07 7.11722e-07 1.11596e-06 8.08399e-07 1.09928e-06 2.6355e-06 2.74133e-06 1.45946e-06 8.65711e-07 9.55532e-07 1.57548e-06 1.75055e-06 1.6029e-06 9.69343e-07 2.27349e-07 -1.78137e-07 -3.34449e-07 -4.91277e-07 -5.12966e-07 -2.61397e-08 2.89454e-07 3.98868e-08 -3.50504e-07 -6.00397e-07 -5.68267e-07 -2.3025e-07 -4.94274e-08 1.33266e-07 1.82523e-07 1.93375e-07 3.46664e-07 5.21858e-07 4.30253e-07 2.03991e-07 1.18941e-08 -1.39244e-07 -2.08268e-07 -2.02709e-07 -2.42103e-07 -2.57082e-07 -2.41418e-07 -3.52563e-07 -5.58046e-07 -6.9722e-07 -7.49767e-07 -6.33885e-07 -3.53602e-07 -1.98382e-07 -1.05483e-07 4.20087e-07 8.4294e-07 1.06345e-06 1.3344e-06 9.8161e-07 8.32345e-07 1.48474e-06 1.22639e-06 5.67728e-07 3.39828e-07 5.51787e-07 9.37096e-07 1.05973e-06 9.85513e-07 6.5719e-07 2.04499e-07 -1.27246e-07 -2.3434e-07 -3.02017e-07 -3.35148e-07 2.42058e-08 2.67403e-07 4.49615e-08 -2.50139e-07 -4.00152e-07 -3.85147e-07 1.64866e-06 1.22501e-06 6.71054e-07 4.13905e-07 3.25875e-07 -2.1726e-07 -3.10456e-07 -1.98988e-08 5.03214e-07 1.38311e-06 1.57318e-06 -5.95643e-07 -1.22753e-07 1.76343e-06 3.43103e-06 4.5105e-06 4.71793e-06 3.85886e-06 1.99629e-06 4.09701e-07 3.63793e-07 -1.12307e-07 -6.28449e-07 -8.45771e-07 -6.00601e-07 -1.54604e-07 1.274e-07 1.09768e-07 -7.99147e-08 4.68683e-07 1.32464e-06 1.06758e-06 1.0964e-06 1.79155e-06 2.27655e-06 2.58388e-06 2.68548e-06 2.22262e-06 6.0678e-07 -9.55278e-07 -1.52604e-06 -1.16876e-06 -1.51119e-07 1.12365e-06 1.16918e-06 8.33425e-07 8.11178e-07 1.05354e-06 1.50517e-06 1.82353e-06 1.33414e-06 9.82553e-07 8.78876e-07 8.34593e-07 2.71397e-07 -6.34964e-07 -1.25801e-06 -1.40129e-06 -9.1157e-07 1.0494e-07 1.29996e-06 8.34155e-07 2.39024e-06 4.02546e-06 4.83287e-06 4.68417e-06 3.81184e-06 2.5502e-06 9.87842e-07 -4.43282e-07 -2.54662e-07 -2.89926e-07 -8.22357e-07 -4.71415e-07 -6.05233e-07 -7.93709e-07 -4.82544e-07 -1.09707e-07 9.91257e-07 1.75404e-06 1.93388e-06 1.94286e-06 1.76531e-06 1.74665e-06 1.34939e-06 8.78644e-07 1.63805e-06 1.78255e-06 4.78101e-08 -1.99148e-06 -2.8745e-06 -1.78925e-06 -7.82802e-08 5.97369e-07 3.58686e-08 -3.81302e-07 -8.38014e-07 -7.08876e-07 4.07427e-07 1.38748e-06 1.57395e-06 1.6385e-06 8.2344e-07 5.66808e-07 5.20063e-07 5.76521e-07 1.14445e-06 1.99573e-06 2.37352e-06 1.73566e-06 1.1921e-06 1.65233e-06 2.45289e-06 3.0575e-06 2.75726e-06 1.79022e-06 8.27375e-07 5.07672e-07 2.60687e-07 -1.07097e-07 4.06927e-07 -3.47563e-07 -6.24833e-07 7.47103e-07 2.01157e-07 -1.8509e-06 -1.20595e-06 -2.71918e-07 1.90376e-06 3.21185e-06 2.06838e-06 5.00032e-07 1.07236e-06 2.57742e-06 1.71857e-06 2.12924e-07 6.88107e-07 8.66985e-07 4.26175e-07 -1.10936e-06 -2.93338e-06 -2.87836e-06 -7.16462e-07 9.95725e-07 7.01926e-07 -1.29129e-07 -1.13331e-06 -1.64187e-06 -6.9917e-07 5.50976e-07 3.5977e-06 3.0138e-06 5.52311e-07 1.06234e-06 2.74097e-06 4.43305e-06 5.95454e-06 6.51286e-06 5.40172e-06 2.95922e-06 1.54251e-06 1.39395e-06 1.34439e-06 6.8673e-07 6.06039e-08 -3.35458e-07 -1.12503e-06 -1.49396e-06 -1.19622e-06 9.12742e-07 1.21294e-06 3.2786e-07 2.07425e-07 7.04816e-07 -1.25515e-06 -2.42855e-06 -1.93243e-07 -3.73583e-07 -5.52387e-07 9.31471e-07 7.49202e-07 8.29738e-07 1.35609e-06 1.88496e-06 3.39495e-06 4.83857e-06 2.55728e-06 -3.10652e-07 -1.97266e-06 -2.05274e-06 -1.747e-06 -9.30415e-07 -3.60812e-07 9.10437e-09 4.83392e-07 4.24528e-07 8.84787e-07 8.27439e-07 -4.51093e-07 1.25775e-06 4.40149e-06 1.47154e-06 1.44796e-07 2.48564e-06 6.01831e-06 9.1743e-06 1.17678e-05 1.19402e-05 6.70059e-06 -5.36007e-07 -2.80919e-06 -2.62443e-06 -1.89477e-06 -2.45598e-06 -2.03408e-06 -1.01653e-06 4.34953e-09 2.84601e-07 1.71017e-06 3.77904e-06 3.61989e-06 3.81198e-06 4.24124e-06 1.46044e-06 -1.56005e-06 -2.53629e-07 -2.0542e-07 6.38762e-07 1.332e-06 4.06484e-07 2.1343e-06 3.34007e-06 5.23623e-06 7.10187e-06 9.55734e-06 8.71146e-06 3.81409e-06 -1.93553e-08 -2.51656e-08 4.58411e-06 5.60887e-06 2.98141e-06 5.52581e-07 -6.40209e-07 -2.01522e-07 1.32981e-06 4.55599e-06 2.7428e-06 1.58834e-06 3.09697e-06 2.82069e-06 3.41339e-07 1.53611e-06 4.30005e-06 7.27839e-06 9.54639e-06 9.6085e-06 3.44108e-06 -4.92291e-06 -6.96276e-06 -6.08514e-06 -4.29196e-06 -3.31713e-06 -5.31014e-06 -2.39209e-06 6.36556e-07 2.63502e-06 6.19598e-06 7.80934e-06 9.55405e-06 9.03001e-06 9.53477e-06 9.74552e-06 3.61748e-06 1.77268e-06 2.54996e-06 1.44562e-06 4.89266e-07 -2.19619e-06 2.49639e-06 5.52755e-06 8.35375e-06 9.1464e-06 7.83641e-06 6.83654e-06 4.6108e-06 1.90792e-06 4.04624e-06 1.27508e-05 1.83729e-05 1.207e-05 4.82136e-06 1.59231e-07 -1.86884e-06 -1.03387e-06 -1.39155e-07 1.94479e-06 3.14897e-06 3.67752e-06 4.04691e-06 2.76818e-06 2.3691e-06 3.23914e-06 4.71635e-06 4.74616e-06 5.65304e-06 1.73713e-06 -6.31166e-06 -5.07372e-06 2.35062e-07 1.87775e-06 2.07449e-06 4.40994e-07 -8.28288e-07 6.9308e-07 6.67258e-07 4.17756e-06 9.67541e-06 8.43038e-06 5.23805e-06 3.84294e-06 3.28467e-06 5.99606e-06 5.17477e-06 4.24564e-06 3.42336e-06 -2.42831e-06 -4.1856e-06 1.32565e-06 7.468e-06 9.29192e-06 9.79703e-06 8.65351e-06 3.79613e-06 -2.65854e-06 -3.76034e-06 1.14207e-06 8.43516e-06 1.98675e-05 1.65371e-05 1.71599e-05 1.4526e-05 9.39757e-06 1.77895e-06 -5.16428e-06 -2.59002e-06 3.35104e-06 1.02282e-06 8.77028e-07 2.08872e-06 7.26454e-06 6.93306e-06 4.09443e-06 2.54082e-06 5.29729e-06 6.41097e-06 -6.7482e-07 -6.53769e-06 4.73231e-06 1.27603e-05 1.33636e-05 5.80071e-06 -2.66513e-07 -3.39056e-06 -1.62838e-06 4.4688e-07 8.91953e-06 2.0076e-05 1.88473e-05 1.02821e-05 4.33759e-06 -4.7448e-07 -3.91124e-06 9.4526e-06 7.18493e-06 9.64789e-06 6.77028e-06 6.30648e-06 1.06496e-05 1.38001e-05 1.09192e-05 9.07675e-06 5.81442e-06 -9.49071e-07 -4.28138e-06 -3.08774e-06 2.26183e-06 7.51494e-06 1.21665e-05 2.02065e-05 2.50639e-05 2.77041e-05 2.34941e-05 1.19798e-05 2.57615e-06 2.80594e-06 1.08075e-05 1.06202e-05 1.98668e-06 2.28638e-06 9.6851e-06 7.33257e-06 2.4001e-06 2.61608e-06 1.02956e-05 1.11363e-05 4.80696e-06 5.73657e-06 1.03896e-05 1.33728e-05 1.13749e-05 5.7527e-06 -1.05935e-06 -4.93019e-06 -3.61376e-06 1.24076e-06 1.16975e-05 2.84935e-05 3.51731e-05 2.65143e-05 1.3176e-05 6.39077e-06 7.31168e-06 1.69202e-05 1.87361e-05 1.1427e-05 1.01347e-05 1.70755e-05 2.01975e-05 1.54733e-05 9.07899e-06 5.27599e-06 2.08305e-06 -6.1963e-06 -1.11402e-05 -6.90033e-06 -2.78413e-06 -8.97449e-06 1.15863e-05 2.86999e-05 2.83814e-05 2.51043e-05 1.60104e-05 1.80103e-05 2.11512e-05 1.54945e-05 1.81155e-05 1.88411e-05 1.03183e-05 7.35153e-06 6.75098e-06 3.29005e-06 1.43367e-06 6.0064e-06 1.35556e-05 8.46411e-06 5.82939e-06 1.01557e-05 1.0052e-05 6.7479e-06 5.49926e-06 6.57823e-06 6.16328e-06 4.39331e-06 1.60465e-06 3.24208e-06 2.04382e-05 3.12701e-05 3.43384e-05 3.15407e-05 2.23521e-05 1.1685e-05 9.20927e-06 1.97452e-05 2.36559e-05 1.27891e-05 7.47212e-06 1.73019e-05 1.60711e-05 1.1737e-05 8.67672e-06 3.7555e-06 -1.447e-06 4.67604e-07 4.83883e-06 -4.33477e-06 -8.54601e-06 -1.24133e-05 1.29239e-05 1.52542e-05 6.98184e-06 2.22557e-05 3.47915e-05 7.21843e-06 1.64439e-05 2.12777e-05 2.36277e-05 2.43029e-05 1.49299e-05 6.74748e-06 2.36685e-06 7.47049e-07 1.62447e-06 1.11051e-05 1.51079e-05 1.12164e-05 1.28822e-05 1.78093e-05 1.3877e-05 6.35187e-06 4.79718e-06 6.40147e-06 1.13093e-05 1.52103e-05 1.23635e-05 1.33934e-05 2.36884e-05 2.73791e-05 1.76912e-05 1.58326e-05 7.34829e-06 4.37263e-06 7.65484e-06 8.65324e-06 1.46732e-05 1.78572e-05 1.64518e-05 1.27953e-05 1.14876e-05 1.63293e-05 1.13167e-05 2.44964e-06 1.17394e-06 9.55677e-06 7.3137e-06 -7.93505e-06 -9.97206e-06 -1.17275e-05 -2.2992e-07 -1.35467e-05 -6.66995e-06 2.06075e-05 3.46681e-05 1.97118e-05 8.84945e-06 1.59823e-05 1.7097e-05 1.54105e-05 6.04872e-06 3.52629e-06 1.57346e-06 -7.35007e-07 1.79542e-06 1.69992e-05 2.67809e-05 2.29622e-05 1.85713e-05 1.72677e-05 1.38648e-05 6.92334e-06 2.87267e-06 2.407e-06 3.4797e-06 6.46964e-06 1.08335e-05 1.39533e-05 1.41158e-05 3.17481e-05 2.3394e-05 8.2642e-06 -1.08658e-06 3.17608e-06 7.00427e-06 6.683e-06 1.17953e-05 1.5994e-05 2.25682e-05 1.37155e-05 8.97294e-06 1.09009e-05 7.01205e-06 5.30855e-06 5.33669e-06 1.20831e-05 1.06221e-05 -1.08521e-07 -5.40407e-06 -1.42161e-05 -7.77571e-06 -2e-05 3.88043e-06 2.00541e-05 1.61801e-05 7.79652e-06 -8.03759e-07 7.05328e-06 3.87584e-06 -1.40098e-05 -2e-05 -2.14863e-06 -4.2732e-06 -7.96242e-06 -8.03072e-06 2.85398e-05 4.59802e-05 1.32676e-05 -8.24218e-07 -3.63833e-06 -2.4656e-06 -7.25161e-07 -3.7458e-06 -1.28422e-05 6.53868e-06 8.4911e-06 4.31576e-06 1.8e-06 1.29252e-05 2.95159e-05 2.26149e-05 5.44275e-06 5.39376e-06 5.44536e-06 -1.27893e-06 1.18692e-06 1.31484e-05 7.7783e-06 3.14776e-06 -1.8002e-06 3.10798e-06 1.56875e-05 1.01475e-05 6.7575e-06 5.15718e-06 1.11969e-05 1.77886e-05 1.10509e-05 -7.57243e-06 -2.49003e-06 -1.01974e-05 -1.95834e-05 2.47689e-05 2.28119e-05 7.19072e-06 4.49904e-06 -5.0186e-06 1.36312e-05 8.83775e-06 -2e-05 -2e-05 -2.59317e-06 5.97524e-07 -1.25007e-05 -4.05776e-06 4.12486e-05 1.87987e-05 -2.93374e-06 -1.58132e-05 -2e-05 -2e-05 -1.59165e-05 -1.10753e-05 -5.55749e-06 1.30938e-05 1.39707e-05 9.13476e-06 2.99689e-06 6.95383e-06 2.03767e-05 2.30928e-05 9.75718e-06 3.11476e-06 -2.6248e-08 -5.85854e-06 -4.15539e-07 1.21643e-05 1.15479e-05 -1.08423e-06 -3.05065e-06 6.54205e-06 1.86737e-05 2.11884e-05 1.78381e-05 1.01823e-05 -6.25335e-06 1.25203e-05 8.33104e-06 -8.80707e-06 -7.11629e-06 -1.37545e-05 -1.32772e-05 2.06875e-05 1.78593e-05 1.18514e-06 -2.6744e-06 -2e-05 2.22182e-07 6.85381e-06 -5.87915e-06 -6.6421e-06 1.17286e-05 4.19594e-06 -5.39361e-06 3.50061e-06 1.44096e-05 1.13116e-05 -4.98856e-06 -5.73686e-06 -9.10385e-06 -1.76826e-05 -1.21136e-05 -2.60612e-06 -2.74225e-06 6.52058e-06 7.96841e-06 8.90077e-06 2.78114e-06 5.42501e-06 1.48598e-05 2.02132e-05 1.75092e-05 6.01489e-06 -1.88029e-06 -7.91517e-06 1.84454e-06 8.86326e-06 1.00015e-05 4.35643e-06 5.71899e-06 1.71567e-05 1.93525e-05 2.09366e-05 1.88883e-05 5.2939e-06 -1.49343e-05 -2.24921e-06 9.4209e-07 -1.0185e-05 -1.87628e-05 -1.14635e-05 -1.55202e-05 5.96331e-06 8.13857e-06 1.3913e-06 -1.26198e-05 -2e-05 1.99312e-06 1.49067e-05 1.72798e-05 1.7788e-05 1.09832e-05 -9.67417e-06 5.82058e-06 -1.73364e-05 -1.69505e-06 1.2553e-05 1.37069e-05 1.55576e-05 2.36391e-05 1.02585e-05 5.64671e-06 3.04527e-06 1.01018e-07 -2.02459e-06 -3.65143e-06 7.12667e-06 8.26047e-06 6.63918e-06 1.19944e-05 8.82136e-06 1.59049e-05 1.24301e-05 5.57014e-06 -4.51105e-06 -5.3236e-06 6.39308e-07 6.57282e-06 7.24426e-06 6.02909e-06 2.03132e-05 1.57812e-05 1.82186e-05 1.55928e-05 -5.99167e-06 -6.1811e-06 -1.09345e-05 -1.51527e-05 -1.75612e-06 -1.68563e-05 -8.70488e-06 -1.26061e-05 -1.50238e-06 1.38699e-05 1.37222e-05 2.01046e-08 -1.71587e-05 3.08996e-06 1.11276e-05 2.8276e-05 3.28164e-05 2.8472e-05 5.57986e-06 8.36596e-06 9.99727e-07 8.35942e-06 2.09973e-05 1.47874e-05 9.89601e-06 1.84934e-05 1.31999e-05 9.03456e-06 3.07381e-06 -7.38304e-08 -8.58527e-06 -5.54745e-07 1.44312e-05 1.15982e-05 8.79387e-06 8.18521e-06 2.81027e-06 5.78619e-06 8.7135e-06 6.40103e-06 -7.43544e-06 -2e-05 -8.84083e-06 1.51695e-05 1.2302e-05 6.68145e-06 1.9111e-05 9.95537e-06 1.76567e-05 1.05909e-05 -1.4549e-05 -1.79361e-06 1.46673e-07 -1.60774e-05 7.36125e-06 -1.3059e-06 -2.38393e-06 3.42036e-06 1.27041e-05 2.04738e-05 2.27972e-05 2.71256e-05 2.55887e-05 1.89394e-05 2.02478e-05 1.32681e-05 -7.01042e-06 -1.56659e-06 1.69035e-05 6.1775e-06 1.8605e-06 6.23415e-06 2.44478e-05 2.34177e-05 1.47618e-05 1.37485e-05 1.06199e-05 5.11499e-06 -9.35016e-08 -5.16953e-07 -1.00656e-06 5.70401e-06 1.69572e-05 6.81612e-06 7.34228e-06 5.66797e-06 2.71218e-06 -1.20792e-06 5.53979e-06 7.77492e-06 -6.73722e-06 -2e-05 -3.89035e-08 2.36192e-05 1.88688e-05 6.68974e-06 1.20196e-05 3.28962e-06 1.33915e-05 4.4706e-06 -8.93943e-06 4.15842e-06 2.17112e-06 -1.67575e-05 4.23317e-06 7.1139e-06 3.7293e-07 2.0339e-06 1.34251e-05 1.72647e-05 1.38387e-05 3.16686e-05 2.17553e-05 2.2967e-05 2.0516e-05 1.43094e-05 -1.61059e-06 5.61607e-06 1.25903e-05 -4.96965e-07 9.33223e-07 1.82474e-06 2.17751e-05 3.1492e-05 2.02652e-05 6.8736e-06 5.45392e-06 5.65111e-08 -2.96449e-06 -7.25119e-07 1.95373e-06 6.15321e-06 5.58228e-06 3.90342e-06 4.2301e-06 4.82174e-06 1.96625e-06 -1.30369e-06 2.36411e-06 5.39611e-06 -2.0043e-06 -1.5339e-05 1.22749e-05 2.84221e-05 1.66483e-05 3.34042e-06 5.10173e-06 -2.29957e-06 -1.26903e-06 -6.64299e-06 5.54661e-06 6.7686e-06 -2e-05 -6.80435e-06 1.01443e-06 1.14072e-05 2.63052e-07 4.79907e-06 1.00194e-05 1.09838e-05 6.5679e-06 1.58324e-05 1.69131e-05 1.67308e-05 1.36947e-05 7.87851e-06 3.06505e-06 1.06818e-05 3.16861e-06 -8.68608e-07 4.96434e-06 1.54375e-06 1.35778e-05 2.51575e-05 1.75861e-05 5.45806e-06 3.09863e-06 -1.65156e-06 -3.75405e-06 1.32714e-06 5.95889e-06 1.36604e-06 2.73347e-07 6.56221e-07 1.76654e-06 5.55601e-06 1.1093e-06 -1.34367e-06 1.8755e-06 4.03261e-06 -6.05709e-07 -9.03561e-06 1.86642e-05 2.81989e-05 9.75016e-06 1.90457e-06 1.10435e-06 -8.06633e-06 -2e-05 -1.25856e-05 9.80885e-06 -4.47339e-06 -2e-05 -1.40517e-05 -9.22002e-06 -6.77916e-07 3.44316e-06 8.67017e-06 7.99411e-06 6.97863e-06 6.61602e-06 8.63929e-06 8.67025e-06 1.03209e-05 1.14681e-05 6.2296e-06 2.34059e-06 6.80988e-06 -5.23119e-07 3.49041e-06 2.06039e-06 1.50545e-06 7.42575e-06 1.21405e-05 1.25397e-05 8.89499e-06 5.25053e-06 1.29619e-06 -9.566e-07 3.14507e-06 2.30783e-07 4.26937e-07 1.36912e-06 -4.69821e-07 1.79583e-06 5.31741e-06 3.7702e-08 4.16634e-07 3.43932e-06 5.21387e-06 3.32767e-06 -2.71071e-06 1.98986e-05 2.31889e-05 6.57924e-06 2.14494e-06 -3.8162e-06 -1.55727e-05 -2e-05 -4.81042e-06 1.0562e-06 -7.53989e-06 -2e-05 -1.54595e-05 -4.30578e-06 7.2796e-07 6.34314e-06 7.32714e-06 6.51698e-06 5.58093e-06 5.02848e-06 1.53974e-06 4.7134e-06 8.27253e-06 9.83854e-06 5.76939e-06 2.91386e-06 2.09949e-06 2.08058e-06 2.17906e-06 -5.90604e-07 1.67523e-06 4.48206e-06 6.17432e-06 1.07321e-05 1.06657e-05 8.6658e-06 6.09689e-06 2.08642e-06 -2.26226e-06 -2.64909e-06 1.63366e-06 2.30477e-06 8.29826e-07 2.59412e-06 2.71403e-06 -3.99821e-07 6.63921e-07 2.45072e-06 4.51763e-06 4.75434e-06 -1.08656e-06 1.613e-05 1.59519e-05 7.58086e-06 1.85948e-06 -6.96831e-06 -2e-05 -2e-05 -7.54321e-06 1.58692e-06 -8.38552e-07 -1.82396e-06 -8.95373e-06 -3.69679e-06 2.35237e-06 5.30539e-06 4.97655e-06 4.82463e-06 4.61174e-06 6.36943e-07 -9.27492e-07 4.13617e-06 5.96169e-06 5.8798e-06 3.49395e-06 2.66718e-06 5.32524e-07 5.67233e-07 4.94882e-09 -3.17687e-07 9.91418e-07 2.40493e-06 3.89845e-06 6.42612e-06 8.2026e-06 1.27017e-05 6.58002e-06 -1.02204e-06 -5.1503e-06 -5.82659e-07 3.90544e-06 2.83145e-06 9.70299e-07 1.61363e-06 8.16372e-07 -5.20647e-07 1.25373e-07 1.15718e-06 2.25369e-06 2.86495e-06 -2.81886e-07 6.86943e-06 1.3234e-05 7.27982e-06 -7.6526e-06 -1.29322e-05 -1.82069e-05 -2e-05 -2e-05 4.14511e-06 4.68695e-06 2.86364e-06 -2.81763e-06 -1.34496e-06 2.32993e-06 2.75764e-06 2.67214e-06 3.59854e-06 3.72755e-06 -5.04859e-07 2.36517e-06 4.41746e-06 3.98058e-06 4.82302e-06 2.16199e-06 1.75257e-06 1.6218e-06 -2.84417e-07 -4.00916e-07 -1.88113e-07 4.52681e-08 1.23495e-06 2.6888e-06 2.70117e-06 3.96087e-06 1.06652e-05 5.90444e-07 -2.26155e-06 -3.32059e-06 2.48258e-06 4.66132e-06 1.86468e-06 6.14078e-07 4.87917e-07 -1.0672e-08 -3.72861e-07 -8.93268e-08 3.69102e-07 6.05702e-07 7.86041e-07 -4.55045e-07 5.72792e-06 1.39376e-05 -9.00409e-06 -2e-05 -1.40149e-06 -1.54659e-05 -2e-05 -4.01096e-06 6.62379e-06 8.56944e-06 3.25918e-06 -4.88593e-07 8.93206e-07 1.18634e-06 1.30758e-06 1.71402e-06 2.24044e-06 3.00823e-07 2.88241e-07 4.81339e-06 2.43275e-06 3.91626e-06 4.24969e-06 1.5381e-06 3.47316e-07 -2.60132e-10 -4.39244e-07 -4.01689e-07 -3.01004e-07 -3.32462e-07 9.89792e-07 1.45985e-06 9.08096e-07 2.39436e-06 2.842e-06 2.36805e-07 -1.09375e-06 2.69054e-07 2.8144e-06 2.75829e-06 9.65972e-07 1.47536e-07 -2.22013e-07 -1.96763e-07 -3.82772e-07 -4.5453e-07 -2.16244e-07 -2.82749e-07 -7.71947e-07 -5.10358e-07 4.92948e-06 1.03092e-07 -2e-05 -1.48116e-06 6.22077e-06 -1.41433e-05 -2e-05 3.62185e-06 9.24318e-06 6.40157e-06 2.5821e-06 1.1165e-06 4.2085e-07 5.63798e-07 1.23632e-06 1.2322e-06 -3.69066e-08 -1.87925e-06 8.88477e-07 1.82285e-06 1.42437e-06 2.99153e-06 2.69221e-06 5.66782e-07 -1.67231e-08 -2.66557e-07 -4.80693e-07 -4.0695e-07 -3.95719e-07 -2.75872e-08 8.43571e-07 5.191e-07 5.25232e-07 1.01841e-06 7.26047e-07 2.70337e-07 4.11122e-08 7.70155e-07 1.63587e-06 1.32224e-06 3.91279e-07 -2.77369e-07 -5.27891e-07 -2.6043e-07 -3.96839e-07 -7.65105e-07 -6.23735e-07 -4.91015e-07 -1.1815e-06 -2.46667e-07 6.7605e-07 -1.3176e-05 -1.67036e-06 1.97653e-06 4.22328e-06 -1.01248e-05 -2.39453e-07 6.05671e-06 6.46093e-06 3.22179e-06 1.72415e-06 -3.1058e-07 -9.17691e-08 7.10165e-07 9.80669e-07 3.31023e-07 -1.39892e-06 -1.39978e-06 -9.07067e-08 3.75537e-07 8.35236e-07 1.87533e-06 1.44054e-06 4.37715e-07 4.56998e-08 -3.14292e-07 -5.63585e-07 -5.11698e-07 -3.57987e-07 1.07805e-07 3.83705e-07 1.37012e-07 2.47667e-07 6.03632e-08 1.56628e-07 2.68312e-07 2.44491e-07 4.86106e-07 8.21077e-07 6.25605e-07 -4.28507e-09 -5.01572e-07 -5.35147e-07 -2.25769e-07 -3.65842e-07 -8.11669e-07 -5.99674e-07 -3.11605e-07 -4.94568e-07 -2.18843e-07 -5.48487e-07 -3.77764e-07 2.36384e-07 1.27557e-06 -8.82719e-08 -8.85433e-07 1.27478e-06 4.84879e-06 3.22266e-06 1.32867e-06 -7.07885e-07 -4.50408e-07 1.29694e-07 7.11461e-07 5.78911e-07 -2.50724e-07 -1.04063e-06 -1.19697e-06 -5.02156e-07 -4.9486e-08 5.5998e-07 1.33614e-06 9.74544e-07 5.5031e-07 4.93064e-08 -4.05519e-07 -5.93968e-07 -5.52858e-07 -3.71843e-07 -7.92166e-08 -4.96055e-10 -8.76223e-08 -2.46394e-07 -4.49996e-07 -1.54517e-07 1.44077e-07 1.39065e-07 2.73201e-07 4.67915e-07 3.00482e-07 -1.70399e-07 -4.44499e-07 -3.751e-07 -1.54272e-07 -3.18742e-07 -7.01489e-07 -5.76973e-07 -2.51319e-07 -2.19099e-07 -2.17777e-07 -7.25105e-08 4.85139e-07 8.49246e-07 1.00495e-06 1.87005e-07 9.11401e-08 2.11044e-06 2.84653e-06 1.3594e-06 -2.31079e-07 -6.02085e-07 -2.43775e-07 3.74007e-07 6.47377e-07 2.64106e-07 -3.30406e-07 -9.31764e-07 -9.5296e-07 -5.28067e-07 -3.09019e-07 4.34921e-07 9.07197e-07 7.75921e-07 4.49812e-07 -9.37701e-08 -5.06631e-07 -4.80438e-07 -4.51235e-07 -3.85336e-07 -2.36755e-07 -1.37612e-07 -2.10069e-07 -4.45715e-07 -5.44817e-07 -2.36732e-07 2.39567e-08 3.73108e-08 1.5643e-07 2.948e-07 1.75142e-07 -1.11089e-07 -2.45772e-07 -1.88323e-07 -7.91084e-08 -2.21331e-07 -4.902e-07 -4.5829e-07 -1.76659e-07 -8.93345e-08 -1.58498e-07 1.94914e-07 7.47411e-07 9.96032e-07 1.12136e-06 8.80687e-07 1.08528e-06 1.71823e-06 1.4488e-06 4.80322e-07 -3.55287e-07 -5.31886e-07 -1.24238e-07 4.12601e-07 3.73855e-07 7.9628e-08 -2.93324e-07 -6.82397e-07 -7.05092e-07 -6.33261e-07 -3.70997e-07 2.49712e-07 5.3349e-07 4.95551e-07 2.3061e-07 -2.02713e-07 -4.6183e-07 -3.03591e-07 -2.94638e-07 -2.90803e-07 -2.13461e-07 -1.27779e-07 -1.97797e-07 -3.98078e-07 -4.32486e-07 -1.93762e-07 -1.59905e-08 -1.82896e-09 8.34879e-08 1.84724e-07 1.28322e-07 -4.11371e-08 -1.31101e-07 -9.31375e-08 -3.63299e-08 -1.60589e-07 -3.73787e-07 -3.58556e-07 -1.27608e-07 -4.61036e-08 -1.02749e-07 2.25195e-07 6.54669e-07 8.18327e-07 8.02067e-07 6.19073e-07 6.90139e-07 1.00093e-06 8.55815e-07 2.89421e-07 -2.74438e-07 -3.54378e-07 -7.84692e-08 2.43129e-07 2.19965e-07 2.72361e-08 -2.29035e-07 -4.65882e-07 -5.60547e-07 -5.92301e-07 -3.28721e-07 1.33247e-07 3.29756e-07 3.1288e-07 1.0712e-07 -1.74461e-07 -3.09238e-07 1.13517e-06 8.94954e-07 2.40574e-07 -9.34209e-08 1.45381e-07 4.3343e-07 1.13892e-06 1.36575e-06 1.57788e-06 2.00576e-06 1.95162e-06 3.81522e-07 -1.16545e-07 1.91187e-06 3.78514e-06 4.79026e-06 4.85642e-06 4.08259e-06 2.07882e-06 -1.36202e-07 -6.2599e-07 -1.00625e-06 -1.7186e-06 -1.65144e-06 -3.4927e-07 -3.33266e-08 -5.79563e-08 6.41928e-07 1.51581e-06 1.96079e-06 1.97732e-06 1.66787e-06 9.21683e-07 1.4141e-06 1.91054e-06 1.91845e-06 2.09214e-06 2.45874e-06 5.4384e-07 -2.12314e-06 -3.15808e-06 -2.46486e-06 -1.30114e-06 -5.07808e-07 5.78883e-07 1.09122e-06 9.34979e-07 5.14864e-07 5.4074e-07 9.45369e-07 1.88603e-06 9.39279e-07 2.90943e-07 8.32776e-07 7.51325e-07 1.22263e-07 -2.36549e-07 -3.12165e-07 9.05172e-08 7.16483e-07 1.15677e-06 9.47018e-07 2.54814e-06 4.02651e-06 4.60326e-06 4.08882e-06 2.88046e-06 1.9609e-06 1.13015e-06 -8.84279e-07 -1.63674e-06 -1.41295e-06 -1.55123e-06 -7.85148e-07 -2.78899e-07 -8.63897e-07 -6.54484e-07 5.30292e-07 3.0156e-06 3.49005e-06 1.87757e-06 6.89911e-08 -1.35648e-07 1.14097e-06 8.6062e-07 -8.94576e-07 8.55247e-08 2.03326e-06 1.01436e-06 -2.27334e-06 -4.46159e-06 -4.22888e-06 -2.17705e-06 1.29947e-07 8.22139e-07 6.21803e-07 -1.05996e-07 -7.98483e-07 3.21807e-07 1.81139e-06 1.1006e-06 7.2242e-07 1.60071e-07 -1.8446e-07 -6.43782e-07 -8.84276e-07 -1.35049e-06 -1.31141e-06 -5.51302e-07 5.5207e-09 4.81941e-07 1.30723e-06 1.77023e-06 2.36033e-06 2.55956e-06 1.31264e-06 -6.76321e-07 -1.01872e-06 -1.1011e-07 -1.04734e-06 -1.53259e-06 -1.02257e-06 -4.02545e-07 -1.28286e-07 -4.35794e-07 -1.8983e-06 -1.4193e-06 -6.33304e-07 6.74628e-07 1.20187e-06 -2.33698e-07 -2.121e-06 -2.35368e-06 -8.39393e-07 1.83461e-06 3.02543e-06 2.12021e-06 1.31299e-06 2.68981e-07 -1.29697e-06 -2.80288e-06 -3.69336e-06 -2.93597e-06 -1.69724e-07 1.59676e-06 1.05376e-06 -2.7166e-07 -1.11423e-06 -1.95718e-07 1.04402e-06 1.50289e-06 1.20932e-06 -2.12339e-07 -3.05419e-07 2.40625e-07 1.69692e-07 6.60875e-07 2.02787e-06 2.69339e-06 1.49206e-06 6.35737e-07 7.47014e-07 1.61444e-07 -4.56291e-07 -3.94783e-07 -7.95901e-07 -1.19862e-06 -3.61564e-07 1.08257e-06 -9.53481e-08 -6.17185e-08 1.20882e-06 1.89003e-06 5.33664e-07 -1.73941e-07 -3.39592e-07 4.74709e-08 -9.01908e-07 -5.49401e-06 -1.91667e-06 -1.6209e-06 -2.51142e-06 -2.37485e-06 -5.48492e-07 6.7889e-06 7.7252e-06 2.83727e-06 -8.19788e-07 -2.02989e-06 -8.76662e-07 1.73066e-06 2.17646e-06 7.57769e-08 -1.01048e-06 7.1907e-07 1.46698e-06 1.01403e-06 8.58327e-07 1.53731e-06 1.18644e-06 1.72213e-06 7.68533e-07 -1.2714e-07 9.10249e-07 1.94776e-06 2.61001e-06 4.38488e-06 6.86944e-06 5.20141e-06 9.90532e-07 -5.99181e-07 -6.32972e-07 -4.57527e-07 -5.07206e-07 -1.11438e-07 6.78759e-07 2.86271e-06 4.85695e-06 3.65636e-06 2.07061e-06 2.72223e-06 5.40606e-06 4.44251e-06 1.93967e-06 2.9779e-06 2.12415e-06 -6.23395e-07 -1.80552e-06 -1.81418e-06 2.15513e-07 -2.03218e-06 -2.36374e-06 1.01152e-06 4.8269e-06 9.0276e-06 6.54432e-06 3.96882e-07 -1.91928e-06 1.35967e-06 8.43207e-06 1.1137e-05 6.46436e-06 1.71453e-06 -2.05636e-06 -1.56949e-06 1.37771e-06 2.40939e-06 2.70226e-06 8.07726e-07 1.10653e-06 2.39677e-06 1.27409e-06 1.32081e-06 2.11269e-06 2.58261e-06 3.92543e-06 7.03997e-06 7.04722e-06 1.09412e-06 -5.41761e-07 -1.36885e-06 -4.90291e-07 1.24518e-06 2.15558e-06 3.5107e-06 4.8874e-06 8.8359e-06 1.1893e-05 1.05444e-05 7.75821e-06 6.13335e-06 1.10968e-05 5.68137e-06 6.32283e-06 1.00825e-05 6.754e-06 -2.34941e-06 -4.9888e-06 1.67907e-06 1.74275e-06 -7.7778e-07 7.26317e-07 2.98903e-06 2.04845e-06 -1.12766e-06 -3.62351e-06 -3.1956e-06 4.07301e-06 1.31448e-05 1.84786e-05 1.48065e-05 4.07814e-06 -1.43647e-06 -2.53559e-06 -9.65631e-07 8.52625e-07 5.00459e-06 3.6532e-06 9.53399e-07 1.43858e-06 3.54665e-06 1.76291e-06 1.42379e-06 2.05159e-06 1.44257e-06 3.22364e-06 6.12718e-06 1.08622e-06 4.21002e-06 5.16005e-06 3.05037e-06 3.39931e-06 6.43171e-06 8.23204e-06 4.39162e-06 5.20463e-06 1.50402e-05 2.66763e-05 2.49218e-05 1.16749e-05 3.02702e-06 4.04611e-06 1.88558e-06 8.28571e-06 1.02142e-05 7.96038e-06 -1.81789e-06 -7.38737e-07 1.03947e-05 6.58414e-06 2.50276e-06 3.78717e-06 9.74399e-06 5.17829e-06 -4.85767e-07 -1.74586e-06 4.66309e-06 1.28422e-05 2.45872e-05 2.44674e-05 1.21544e-05 -6.20726e-07 -4.52086e-06 -1.86754e-06 8.71875e-07 2.87464e-06 1.13969e-05 1.14308e-05 3.03689e-06 2.60008e-06 1.06126e-06 2.68286e-06 1.68708e-06 3.61511e-06 1.83589e-06 -1.10953e-07 1.80016e-06 6.20876e-06 1.38308e-05 1.31257e-05 8.9789e-06 6.38025e-06 4.6425e-06 4.00808e-07 -6.4636e-06 7.22312e-06 2.99122e-05 4.66789e-05 3.97364e-05 1.95501e-05 1.12364e-05 7.37347e-06 5.28304e-06 9.76582e-06 9.68165e-06 1.25536e-05 1.51783e-05 2.05872e-05 2.27315e-05 1.41e-05 8.11259e-06 1.08824e-05 1.1823e-05 8.02218e-06 9.07406e-06 8.19334e-06 5.87835e-06 9.51491e-06 2.22873e-05 2.5791e-05 1.62825e-05 3.95727e-06 7.87035e-07 2.54118e-06 6.5349e-08 1.83203e-06 1.25887e-05 1.06944e-05 6.59087e-06 2.01103e-06 -3.74384e-06 -6.17431e-07 6.78166e-06 1.70042e-05 1.243e-05 7.32877e-06 1.33358e-05 1.86425e-05 2.02275e-05 1.92077e-05 1.60743e-05 9.6903e-06 1.68322e-06 -6.56013e-06 -1.21812e-05 1.16587e-05 4.55723e-05 5.48327e-05 3.94355e-05 2.84214e-05 2.35567e-05 1.38268e-05 1.55793e-05 2.42096e-05 1.62666e-05 1.00181e-05 1.49673e-05 2.8691e-05 2.70991e-05 1.63621e-05 1.04296e-05 7.27454e-06 4.44581e-06 2.65812e-06 4.16897e-06 2.28952e-06 -3.73953e-07 8.65394e-06 2.27746e-05 1.9822e-05 9.66282e-06 -5.65852e-08 -1.36218e-05 -1.20745e-06 6.46468e-06 3.78795e-06 1.8652e-05 2.30701e-05 1.89928e-05 2.512e-06 -7.10491e-06 -1.91288e-06 2.68803e-05 3.3522e-05 2.98399e-05 2.54384e-05 2.39325e-05 2.35747e-05 2.24054e-05 1.86101e-05 1.24005e-05 1.18836e-05 1.37215e-05 7.42542e-06 -5.80707e-06 1.46879e-05 4.83918e-05 5.54733e-05 1.81032e-05 1.63616e-05 1.6273e-05 1.10039e-05 2.24363e-05 2.53883e-05 1.38953e-05 4.76321e-06 5.98986e-06 1.16467e-05 8.51368e-06 5.20302e-06 5.13163e-06 4.19538e-06 -5.11216e-06 5.34749e-06 3.03701e-05 1.12649e-05 -1.7159e-06 1.15533e-05 1.69809e-05 3.57643e-06 -3.8715e-06 3.41819e-06 3.25701e-06 -1.70816e-05 9.50868e-06 1.2054e-05 2.48256e-05 3.65627e-05 2.80095e-05 1.8868e-06 -9.56657e-06 7.73328e-06 3.91509e-05 6.40071e-05 5.83601e-05 3.83268e-05 2.50514e-05 2.03137e-05 1.50872e-05 1.20555e-05 1.47892e-05 1.82563e-05 1.7026e-05 1.27524e-05 6.68093e-06 1.96549e-05 3.33496e-05 4.1285e-05 2.70014e-05 8.27278e-06 4.49635e-06 7.9557e-07 1.09105e-05 1.23756e-05 7.43253e-06 5.00505e-06 3.49934e-06 -4.05642e-06 -1.00514e-05 4.60597e-07 1.87857e-06 -1.06323e-07 -3.56468e-06 1.16734e-05 1.91746e-05 6.06011e-07 -4.94827e-06 2.78027e-06 -7.27371e-06 -2e-05 -1.30098e-05 6.69592e-06 1.7256e-05 1.39365e-06 -1.32963e-08 1.04978e-05 1.85817e-05 1.71635e-05 9.58319e-06 -7.05744e-06 -3.86817e-06 1.78428e-05 7.3534e-05 9.05539e-05 6.9071e-05 3.99781e-05 2.12228e-05 1.5297e-05 1.11579e-05 8.93413e-06 9.93466e-06 1.0129e-05 6.80161e-06 4.19399e-06 4.81613e-06 8.95341e-06 2.28163e-05 3.473e-05 2.58297e-05 7.69886e-06 -2.05277e-06 -6.04036e-06 2.5615e-06 3.15997e-06 -1.01019e-09 6.74023e-06 2.4382e-05 2.99919e-05 -1.63097e-05 -5.90859e-06 -2.32705e-06 -3.46102e-06 5.69828e-06 1.5489e-05 1.32846e-05 3.32558e-06 -9.17753e-06 -5.9071e-06 -1.21111e-05 -2e-05 -2e-05 3.69979e-06 1.164e-05 1.0229e-06 -1.93362e-06 1.96191e-05 3.06995e-05 -1.52042e-06 -1.4406e-05 -5.42436e-06 2.12893e-05 4.21123e-05 7.65725e-05 6.99332e-05 5.05138e-05 2.38766e-05 6.5686e-06 4.61666e-06 4.56011e-06 3.67496e-06 3.06739e-06 -7.92577e-07 7.10991e-06 1.17155e-05 1.26783e-05 7.6896e-06 1.32698e-05 3.6913e-05 2.54763e-05 3.33025e-06 3.70981e-08 3.04631e-06 1.18617e-06 5.16344e-06 2.992e-06 3.12349e-06 1.45246e-05 2.00519e-05 -6.69928e-06 3.21968e-07 3.37235e-06 2.44795e-06 8.20762e-06 1.95177e-05 1.7965e-05 8.83587e-06 -5.91644e-06 -1.97499e-07 -6.61978e-06 -1.44822e-05 2.02849e-06 1.18388e-05 5.68571e-06 1.16741e-06 -2.62823e-06 1.09972e-05 1.11301e-05 -1.70053e-05 -1.96288e-05 3.30779e-07 2.24936e-05 2.61937e-05 5.06126e-05 4.14007e-05 1.71941e-05 1.67876e-05 -6.2244e-07 3.60772e-07 -1.26279e-06 7.47666e-07 -2.8295e-06 2.49217e-06 1.02562e-05 1.2348e-05 1.12681e-05 3.96723e-06 1.38365e-05 3.94363e-05 3.80716e-05 1.01867e-05 1.52695e-06 1.3387e-06 3.19424e-06 2.87464e-06 -3.6583e-06 2.52502e-07 1.36161e-05 2.78827e-05 2.67709e-05 1.08187e-05 1.09584e-05 1.09075e-05 1.08403e-05 3.08518e-06 1.26883e-06 3.38487e-06 -5.6992e-06 -1.42657e-05 -1.80065e-05 -2e-05 9.84874e-06 1.1761e-05 1.00105e-06 6.89642e-07 2.33429e-06 -1.11485e-06 -4.28828e-06 -1.95645e-05 -1.93911e-05 1.84029e-05 1.47689e-05 1.02926e-05 3.90257e-05 4.03696e-05 8.14202e-06 2.51329e-06 2.04421e-06 1.50595e-06 -7.98291e-07 -1.17121e-08 -2.64485e-06 4.83474e-06 2.16898e-05 8.38843e-06 4.31489e-07 6.69896e-06 1.93159e-05 4.32706e-05 4.00517e-05 1.51487e-05 1.13592e-05 3.45344e-06 1.29473e-06 -5.08412e-06 -1.15236e-05 -6.38377e-06 1.78442e-05 3.56414e-05 2.76855e-05 1.27715e-05 1.08893e-05 1.06228e-05 -1.69394e-06 -9.37007e-06 -1.26002e-05 -1.15798e-05 -1.8127e-05 -1.31121e-05 -1.09406e-05 -1.892e-05 8.97403e-06 9.98677e-06 2.33766e-06 6.83764e-06 6.06485e-06 4.44041e-06 -7.35414e-06 -1.22944e-05 -7.53231e-06 2.90628e-05 5.69357e-06 9.22386e-06 4.10972e-05 5.96907e-05 1.79703e-05 1.99122e-06 7.79436e-07 3.8311e-06 3.22049e-06 -3.54056e-08 2.23014e-06 4.72739e-06 1.88635e-05 1.30815e-05 4.8828e-06 1.2874e-05 1.9755e-05 3.49524e-05 2.41572e-05 6.86333e-06 7.4825e-06 2.563e-06 -2.10294e-06 -9.72488e-06 -1.36577e-05 -7.58159e-06 1.5726e-05 3.13505e-05 1.89893e-05 7.00401e-06 3.84654e-06 -6.32694e-06 -1.55697e-05 -1.58816e-05 -1.65689e-05 -1.88015e-05 -1.92107e-05 -2.33907e-06 -4.73739e-06 -1.53211e-05 -4.99378e-06 7.75939e-06 6.99377e-06 1.16736e-05 1.59717e-06 4.36217e-06 -3.34369e-06 -5.14712e-06 3.28195e-06 2.02742e-05 6.63842e-07 9.37936e-06 4.93535e-05 9.13919e-05 4.90838e-05 2.38949e-06 1.15277e-05 1.00086e-05 4.65341e-07 -1.65536e-06 6.99268e-06 5.66972e-06 1.28098e-05 1.94225e-05 1.34556e-05 1.45827e-05 1.70733e-05 2.54642e-05 1.50976e-05 5.50292e-06 8.98169e-06 5.11914e-06 3.90976e-07 -3.81722e-06 -3.25707e-06 4.1492e-06 1.31349e-05 1.73893e-05 7.33282e-06 3.52663e-06 2.53935e-06 -1.32475e-05 -1.61983e-05 -4.0677e-06 -6.74345e-06 -2e-05 -1.61023e-05 4.95342e-06 -1.82466e-06 -6.74243e-06 -1.28033e-05 5.30464e-07 1.65591e-05 1.0492e-05 4.14215e-06 -1.30686e-06 5.966e-06 -3.91108e-06 -3.70384e-06 4.42292e-06 4.07115e-06 8.48062e-06 4.34232e-05 7.99175e-05 5.8224e-05 1.08725e-05 5.96608e-06 -7.56411e-06 -2.01358e-06 1.48253e-06 1.03181e-05 1.04118e-05 9.68765e-06 2.14228e-05 1.48224e-05 1.05638e-05 1.05371e-05 1.40142e-05 8.32923e-06 4.64165e-06 8.433e-06 7.61343e-06 4.10435e-06 -6.63308e-06 1.25132e-05 2.26605e-05 1.05714e-05 -8.2002e-07 -3.82195e-06 -2.10552e-06 4.45707e-06 -5.57271e-06 -8.66969e-06 8.95756e-06 9.95147e-07 -7.47221e-06 -7.14664e-08 1.49258e-05 2.19419e-07 -3.96004e-06 -8.00223e-06 -7.85886e-07 2.39683e-05 7.79129e-06 1.41366e-05 -5.11544e-06 8.98222e-06 1.2564e-06 -9.76891e-06 -7.46289e-06 6.5342e-06 8.62624e-06 3.40619e-05 6.79751e-05 5.18124e-05 6.75912e-06 -1.29989e-05 -2e-05 -2.91824e-06 3.82869e-06 7.90393e-06 1.02356e-05 4.66035e-06 7.03905e-06 8.67337e-06 3.66972e-06 3.47821e-06 7.87389e-06 7.35993e-06 6.52887e-06 8.40687e-06 7.81108e-06 6.98672e-06 7.28478e-06 2.32012e-05 2.8946e-05 9.16359e-06 -3.31387e-06 -3.59562e-06 1.8624e-07 6.96265e-06 4.97322e-06 2.30125e-06 1.23389e-05 2.0582e-06 -2.39615e-06 1.62571e-06 2.04898e-06 -2.82011e-06 -1.63239e-06 -3.66944e-06 -1.2005e-05 -1.0106e-05 -4.21276e-06 -5.95689e-06 4.12235e-06 1.39854e-05 1.68168e-05 2.94948e-06 6.79247e-06 6.57154e-06 9.87001e-06 3.01841e-05 5.78606e-05 4.08327e-05 1.2625e-06 -2e-05 -2e-05 -2.37658e-06 4.40243e-06 4.16068e-06 6.13872e-06 4.41636e-06 -7.04098e-07 -1.71956e-07 -3.26673e-07 6.4234e-07 6.11828e-06 4.47078e-06 3.81103e-06 6.6787e-06 4.94869e-06 5.27334e-06 1.29243e-05 2.50427e-05 2.26698e-05 9.03573e-06 1.94749e-06 1.79632e-06 4.71475e-06 6.64289e-06 9.47241e-06 8.04442e-06 7.05185e-06 -6.82147e-06 -3.53286e-06 -8.77497e-06 -5.72672e-06 -9.40231e-07 -1.75896e-06 -6.91797e-06 -1.30962e-05 -1.01892e-05 -1.59773e-05 -9.12514e-06 6.38483e-06 1.06372e-05 1.85952e-05 6.29734e-06 6.41762e-06 4.13955e-06 6.43921e-06 2.45053e-05 4.07215e-05 1.88764e-05 7.12925e-07 -1.39178e-05 -1.07829e-05 -2.43469e-06 3.53312e-06 2.34927e-06 5.40034e-06 5.97217e-06 -2.08778e-06 -1.5735e-06 -2.87124e-06 -6.97618e-07 2.37298e-06 -4.36931e-07 4.07662e-06 5.50393e-06 3.22853e-06 5.55825e-06 1.38103e-05 2.48858e-05 2.00524e-05 1.1126e-05 1.46448e-06 3.13906e-06 4.92507e-06 5.24815e-06 8.92542e-06 3.05347e-06 -1.22277e-06 -7.72965e-06 5.5101e-07 -1.19148e-06 1.13206e-06 2.40418e-06 -2.67954e-06 -4.89407e-06 -5.82004e-06 -1.67449e-05 -2e-05 -4.30833e-06 6.01107e-06 6.69501e-06 1.73519e-05 9.38367e-06 3.13419e-06 1.69198e-06 3.50677e-06 2.0747e-05 2.75081e-05 1.25628e-05 1.99084e-06 7.27277e-06 6.09961e-06 4.31263e-06 2.14852e-06 2.98773e-06 8.17224e-06 6.51327e-06 2.46896e-06 2.29063e-06 1.23633e-07 -6.49246e-07 -7.33568e-07 -1.26292e-06 3.21765e-06 2.49861e-06 1.60292e-06 4.65582e-06 9.88739e-06 1.84839e-05 1.94318e-05 1.14514e-05 -2.01153e-06 -1.16766e-07 -1.3614e-06 5.99165e-06 8.03416e-06 -1.64376e-06 2.04412e-06 2.41601e-06 3.31574e-06 3.49071e-06 3.44574e-06 2.38143e-06 -2.15867e-06 1.44312e-06 -7.73659e-07 -2e-05 -2e-05 3.89605e-06 6.67135e-06 4.57658e-06 1.21963e-05 1.0883e-05 1.58817e-06 1.49136e-06 7.70509e-06 1.89979e-05 1.76542e-05 8.03779e-06 2.73046e-06 4.33798e-06 5.81548e-06 5.97091e-06 4.38882e-06 4.27139e-06 6.27765e-06 7.10807e-06 3.87397e-06 1.64823e-06 3.75085e-07 -1.07024e-07 -4.55625e-07 -9.58423e-07 -4.36111e-07 -1.04282e-06 3.17558e-07 2.76828e-06 4.37959e-06 1.27466e-05 1.87677e-05 7.92225e-06 -8.6249e-06 -7.09943e-06 1.5843e-06 7.7304e-06 3.84635e-06 -1.02565e-06 3.13927e-06 5.9623e-06 5.07808e-06 2.91198e-06 3.42121e-06 2.43772e-06 1.77054e-06 8.05857e-06 -5.03944e-06 -1.72551e-05 -4.74931e-06 6.54432e-06 6.6623e-06 3.17652e-06 6.9265e-06 6.99539e-06 2.00121e-06 2.73062e-06 8.42238e-06 1.29018e-05 8.75962e-06 3.91522e-06 1.61826e-06 1.44198e-06 2.38022e-06 3.35207e-06 3.08473e-06 3.0848e-06 4.5864e-06 4.5454e-06 2.16304e-06 1.08174e-07 -4.12413e-07 -3.73311e-07 -8.51828e-07 -1.87924e-06 -2.49912e-06 -1.94723e-06 3.25086e-07 1.33558e-06 1.52716e-06 8.66255e-06 1.26052e-05 1.38347e-06 -1.37083e-05 -9.76974e-06 4.73508e-06 8.81597e-06 4.06317e-06 4.88051e-07 4.66897e-06 4.75997e-06 2.71729e-06 1.79963e-06 2.96522e-06 2.05264e-06 5.82591e-06 1.00628e-06 -6.90584e-06 -9.9931e-06 3.07262e-06 6.47365e-06 5.2822e-06 1.99226e-06 2.89882e-06 2.86285e-06 1.31559e-06 2.85221e-06 5.75288e-06 5.81371e-06 3.50582e-06 1.22565e-06 2.679e-07 -2.04208e-07 1.16179e-07 1.03437e-06 1.5066e-06 1.65347e-06 2.02958e-06 1.62416e-06 3.20586e-07 -6.59042e-07 -6.46687e-07 -5.32442e-07 -1.14609e-06 -2.17009e-06 -2.12431e-06 -6.61971e-07 7.12213e-07 5.58636e-07 5.68395e-07 4.66804e-06 5.22246e-06 -1.67571e-06 -7.49254e-06 -4.26126e-06 4.3947e-06 5.59976e-06 4.86707e-06 1.86987e-06 2.74938e-06 2.19025e-06 7.17081e-07 6.57834e-07 7.05362e-07 1.40338e-06 3.965e-06 -5.63006e-06 -4.17846e-06 -4.10468e-07 4.23096e-06 5.63468e-06 3.54618e-06 7.05892e-07 2.98171e-07 9.09966e-07 1.30904e-06 2.1148e-06 2.69658e-06 2.31861e-06 9.91599e-07 -6.51224e-08 -6.3071e-07 -7.79903e-07 -5.93426e-07 -3.47511e-09 2.84802e-07 1.6236e-07 1.8913e-07 8.09925e-09 -4.86667e-07 -6.48758e-07 -4.07677e-07 -4.46757e-07 -1.07395e-06 -1.72759e-06 -1.00831e-06 2.88663e-07 5.52574e-07 2.66335e-07 2.41973e-07 1.59942e-06 7.33161e-07 -2.51586e-07 -1.81635e-06 -1.45922e-06 1.16986e-06 3.52183e-06 3.29213e-06 1.19228e-06 9.53519e-07 6.87039e-07 -1.06866e-07 2.63421e-07 5.78944e-07 7.00917e-07 -4.19555e-07 -1.78239e-06 -1.28893e-06 1.22504e-06 4.50846e-06 4.48529e-06 1.98528e-06 -3.94855e-07 -5.67042e-07 7.20366e-07 1.45407e-06 1.20671e-06 1.15412e-06 7.28426e-07 -9.89229e-09 -5.1848e-07 -7.39055e-07 -6.41666e-07 -5.95019e-07 -5.08577e-07 -4.64911e-07 -4.49059e-07 -3.78026e-07 -4.32676e-07 -5.23501e-07 -3.19913e-07 -1.51563e-07 -3.16813e-07 -7.32099e-07 -8.68684e-07 -1.81331e-07 3.64201e-07 3.78349e-07 2.64612e-07 4.95725e-08 -1.27986e-07 -3.95117e-07 1.00173e-07 -3.6581e-07 -1.17977e-06 -3.84756e-07 1.25731e-06 1.43758e-06 1.44735e-07 -3.9256e-08 -5.00501e-07 -2.78855e-07 9.5967e-08 9.71547e-08 -3.89793e-07 -9.35789e-07 -8.73643e-07 -5.40878e-07 2.02935e-06 4.17707e-06 2.94576e-06 6.7617e-07 -7.43364e-07 -4.07523e-07 8.52774e-07 1.23982e-06 6.62375e-07 4.40709e-07 1.2088e-07 -2.02627e-07 -4.403e-07 -4.85547e-07 -3.48781e-07 -4.19217e-07 -5.64858e-07 -5.20173e-07 -3.95145e-07 -3.33138e-07 -3.67388e-07 -3.00179e-07 -9.99396e-08 -7.67013e-08 -2.04298e-07 -3.59569e-07 -3.26884e-07 3.976e-08 3.12971e-07 3.47047e-07 2.60375e-07 3.95491e-08 -1.67815e-07 -4.58557e-08 7.5978e-08 -3.02741e-07 -8.66345e-07 -5.98069e-07 2.3548e-07 -2.83959e-08 -6.52862e-07 -5.76052e-07 -6.22911e-07 -5.62158e-07 -4.14386e-07 -4.70613e-07 -6.72665e-07 -6.99343e-07 -7.43974e-07 -1.01748e-07 2.27419e-06 2.83647e-06 1.3874e-06 -1.09998e-09 -4.82973e-07 -4.87025e-08 7.81788e-07 8.59405e-07 3.64453e-07 2.01645e-07 6.11446e-08 -8.82759e-08 -2.20037e-07 -2.36675e-07 -1.3629e-07 -2.06959e-07 -3.38143e-07 -3.02949e-07 -1.9457e-07 -1.81155e-07 -2.01966e-07 -1.21129e-07 -3.21647e-08 -7.12063e-08 -1.28354e-07 -1.6837e-07 -1.42084e-07 4.09289e-08 1.97361e-07 2.25438e-07 1.74684e-07 8.71474e-08 1.14737e-07 1.76826e-07 1.20796e-07 -1.08982e-07 -4.08593e-07 -4.41607e-07 -5.3992e-07 -7.91366e-07 -6.74079e-07 -5.27082e-07 -6.26591e-07 -6.76745e-07 -5.77087e-07 -5.05943e-07 -4.92305e-07 -5.34884e-07 -5.84446e-07 3.50634e-07 1.64589e-06 1.47152e-06 5.47734e-07 -9.54916e-08 -1.65368e-07 1.16849e-07 5.17521e-07 5.1463e-07 1.89028e-07 1.42508e-07 9.53416e-08 4.13877e-09 -8.49933e-08 -1.07004e-07 -6.35281e-08 -8.50301e-08 -1.57552e-07 -1.3987e-07 -7.99025e-08 -8.28888e-08 -9.29359e-08 -4.2258e-08 -1.52289e-08 -5.11283e-08 -7.06273e-08 -6.38094e-08 -6.15432e-08 -1.67401e-08 6.72391e-08 9.7235e-08 7.33413e-08 4.60776e-08 1.14616e-07 1.66872e-07 1.27949e-07 9.10546e-09 -2.17376e-07 -4.94779e-07 -6.33408e-07 -5.11214e-07 -3.37314e-07 -2.88284e-07 -4.24128e-07 -5.28434e-07 -4.62932e-07 -3.87897e-07 -3.6261e-07 -3.79653e-07 -2.55556e-07 2.78637e-07 8.38919e-07 8.273e-07 3.11378e-07 -9.11344e-08 -9.30462e-08 1.02685e-07 2.4882e-07 2.43702e-07 1.81177e-07 -5.08073e-07 -1.15442e-06 -1.08909e-06 -8.66162e-07 5.01091e-08 6.97446e-07 7.89947e-07 1.26614e-06 1.85596e-06 1.77229e-06 4.16317e-07 -1.21306e-06 3.73618e-07 2.43184e-06 3.13524e-06 2.59935e-06 1.98206e-06 1.85021e-06 5.37267e-07 -1.00571e-06 -7.79019e-07 -9.27674e-07 9.52936e-08 7.38867e-07 3.2777e-07 4.09332e-07 9.43243e-07 1.54715e-06 1.17075e-06 6.70649e-07 2.29693e-07 -2.7693e-07 1.04471e-06 2.22607e-06 2.02275e-06 9.12666e-07 1.24039e-06 2.31122e-06 6.06754e-07 -2.09249e-06 -3.14798e-06 -2.78189e-06 -6.03013e-07 1.57249e-06 1.95589e-06 1.54009e-06 1.0409e-06 5.26876e-07 4.07397e-07 1.55136e-06 -1.75295e-07 -1.04481e-06 -7.75237e-07 -5.17451e-07 -4.53605e-07 -7.5965e-07 -4.54028e-07 5.51654e-07 1.39785e-06 1.52794e-06 4.47324e-07 4.13961e-07 2.13083e-06 3.61489e-06 3.2005e-06 1.1036e-06 2.45058e-07 1.06134e-06 -2.58308e-07 -2.34368e-06 -1.30028e-06 3.57603e-07 1.76645e-06 5.85278e-07 -1.07514e-07 5.05076e-07 1.50659e-06 1.89075e-06 7.42101e-07 -4.67841e-07 -1.26973e-06 -1.77567e-06 -1.20726e-06 2.99501e-07 1.95601e-07 1.80822e-07 2.42984e-06 3.29284e-06 1.17283e-06 -1.86806e-06 -3.92514e-06 -3.71999e-06 -2.46141e-06 1.25298e-06 1.71044e-06 1.13236e-06 4.69781e-07 6.30008e-07 1.77383e-06 1.59694e-06 7.05902e-07 4.12071e-07 5.51318e-07 3.94008e-08 -1.20973e-06 -2.31813e-06 -2.56427e-06 -1.83137e-06 -4.95707e-08 1.51712e-06 1.50849e-06 1.42699e-06 1.79874e-06 2.76982e-06 2.18351e-06 1.97571e-07 -1.19705e-06 -8.06266e-07 -1.96151e-06 -2.18921e-06 -1.18404e-06 -7.2948e-07 9.29464e-07 -1.09777e-07 -8.3064e-07 5.21414e-08 8.08803e-07 1.76191e-07 -1.90229e-07 -6.46764e-07 -2.83595e-06 -3.88094e-06 -3.15039e-06 2.13766e-07 3.42003e-06 4.09522e-06 4.06364e-06 2.43879e-06 2.01514e-07 -1.23898e-06 -2.04006e-06 -2.10545e-06 -1.51872e-06 -3.82458e-07 3.24276e-07 1.45797e-07 8.91999e-08 8.1364e-07 1.68467e-06 7.24418e-07 3.39033e-07 7.76697e-07 1.29036e-06 1.33037e-06 2.46638e-07 -2.05416e-06 -2.64114e-06 -3.8806e-07 1.16334e-06 1.49171e-06 1.69151e-06 2.31638e-06 2.81593e-06 2.53218e-06 2.33034e-06 2.25655e-06 2.5301e-06 1.8929e-06 1.34086e-06 5.55107e-07 -7.93826e-07 -1.32253e-06 1.83313e-07 1.64944e-07 6.86782e-07 2.03944e-06 -9.2769e-07 -2.3191e-06 3.72559e-07 -1.27284e-06 -3.87229e-06 -4.80166e-06 -3.66775e-06 2.4238e-06 5.46836e-06 3.95626e-06 3.07975e-06 2.9201e-06 3.44402e-06 4.4671e-06 5.16279e-06 3.65577e-06 1.45565e-06 -7.77645e-08 -7.68336e-08 -1.87032e-07 -2.27577e-07 2.99591e-07 9.98646e-07 9.25659e-07 4.65243e-07 7.27193e-07 1.94543e-06 3.67228e-06 2.63236e-06 -1.30907e-06 -9.20277e-07 2.73648e-06 2.58286e-06 8.71713e-07 2.10927e-06 4.75918e-06 5.7166e-06 5.70877e-06 5.80555e-06 6.61798e-06 6.3892e-06 6.23059e-06 6.96831e-06 4.48726e-06 1.38911e-06 -1.03335e-06 2.15534e-06 5.99094e-07 3.34881e-06 5.63045e-07 -6.00779e-06 -5.35053e-06 -2.54463e-06 -4.10292e-06 -4.09856e-06 -1.87326e-06 5.89083e-07 1.98619e-06 2.43687e-06 2.58582e-06 4.80329e-06 8.4435e-06 1.23546e-05 1.30612e-05 1.03217e-05 6.73281e-06 2.3928e-06 -1.37058e-06 -6.63073e-07 -3.24259e-08 3.43903e-07 1.05827e-06 1.39141e-06 3.27031e-06 2.15143e-06 1.96352e-06 4.33024e-06 6.95776e-06 4.80028e-06 8.77065e-07 2.23348e-06 3.20898e-06 -2.23142e-07 6.94837e-07 5.00003e-06 9.53879e-06 1.19333e-05 1.16366e-05 1.00517e-05 9.3031e-06 9.17409e-06 1.14223e-05 1.371e-05 1.17802e-05 7.71754e-06 5.25297e-07 6.16728e-06 4.41863e-06 8.53073e-07 -5.53497e-06 -4.74218e-06 -1.32631e-06 -2.61451e-06 -2.75098e-06 -1.72961e-06 2.42551e-06 6.42434e-06 7.4093e-06 7.34755e-06 8.52041e-06 1.36033e-05 1.9103e-05 2.20463e-05 1.95052e-05 1.18671e-05 5.65667e-06 1.1455e-06 -8.95789e-07 -6.03567e-07 -5.44734e-07 2.24398e-06 4.36935e-06 3.80986e-06 3.4086e-06 1.79779e-06 1.95757e-06 6.53806e-06 8.12939e-06 3.96931e-06 5.93638e-07 -8.1217e-06 -7.05897e-07 1.40929e-06 5.37152e-06 1.15149e-05 1.70309e-05 1.85999e-05 1.32437e-05 5.63181e-06 6.79928e-06 1.0887e-05 9.90827e-06 7.60105e-06 3.84623e-06 2.60343e-06 1.90831e-06 2.59335e-06 3.06318e-06 6.52522e-07 -9.30712e-07 2.6436e-06 3.76367e-06 1.79161e-06 -3.79203e-07 2.55689e-06 1.11087e-05 1.78714e-05 2.1603e-05 2.23142e-05 2.29937e-05 2.33819e-05 2.40413e-05 1.96757e-05 1.49595e-05 7.69994e-06 2.31436e-06 -1.05551e-07 -6.89823e-07 -8.73757e-07 1.19473e-06 5.02473e-06 9.16113e-06 7.26087e-06 1.88672e-06 -1.97424e-07 -1.48794e-07 4.51486e-06 2.12621e-06 -1.05421e-06 -9.66614e-06 -1.2888e-05 3.62352e-06 8.75729e-06 1.02785e-05 9.10725e-06 7.94612e-06 8.34203e-06 1.64069e-06 -2.18688e-07 3.39985e-07 8.54054e-06 1.1284e-05 1.39e-05 1.13868e-05 9.19153e-06 7.42339e-06 4.16801e-06 1.19487e-06 -8.44226e-07 3.47209e-06 1.27863e-05 1.47634e-05 1.03667e-05 4.75626e-06 6.43109e-06 1.57912e-05 2.90635e-05 3.03676e-05 2.1156e-05 1.42303e-05 1.40587e-05 1.97291e-05 1.47104e-05 6.60859e-06 3.4184e-06 4.49352e-07 6.52604e-07 -3.90878e-07 -4.79612e-07 1.98988e-06 4.292e-06 7.83646e-06 4.63878e-06 -1.33507e-06 -1.9403e-06 2.94593e-08 2.96144e-06 9.25997e-07 -7.41966e-06 -1.03922e-05 -1.07202e-06 2.90511e-06 6.06497e-06 5.32176e-06 7.58601e-06 2.91092e-06 -4.32299e-06 -4.03482e-06 -3.34088e-06 -6.2328e-06 4.97759e-07 3.16196e-07 6.47815e-06 1.29845e-05 1.56492e-05 1.67211e-05 1.10274e-05 1.59501e-06 -1.26243e-06 7.33385e-06 1.56778e-05 1.2723e-05 6.63965e-06 7.86062e-06 6.66926e-06 7.21724e-06 2.86217e-05 2.76714e-05 2.49536e-05 1.12333e-05 1.10855e-05 1.41718e-05 9.5949e-06 2.06412e-06 -2.40364e-06 -3.91776e-06 -3.03711e-06 -7.53294e-07 -6.62262e-07 5.64608e-06 5.93811e-06 3.94476e-06 3.97529e-07 -3.68691e-06 -2.04033e-06 2.39307e-06 9.96952e-06 2.1792e-06 -7.22767e-06 -9.54747e-06 -7.88942e-06 -7.69157e-06 2.54885e-06 1.13582e-05 1.20617e-05 1.41046e-05 1.45145e-06 -1.3707e-06 7.96785e-07 9.21009e-07 2.51842e-06 1.28397e-05 1.26685e-05 1.30541e-05 1.05821e-05 9.00791e-06 3.28123e-06 -6.37236e-06 -6.50289e-06 -1.36176e-06 -7.91579e-06 -1.31862e-05 -5.14205e-06 1.00783e-05 1.32876e-05 -3.2237e-06 1.98379e-05 6.05331e-05 3.70047e-05 9.15436e-06 4.53636e-06 3.49903e-06 1.02724e-06 1.40566e-06 1.51184e-06 -1.59027e-06 -7.10497e-06 1.88361e-06 2.0417e-06 7.51139e-06 9.68754e-06 6.41189e-06 -5.72687e-07 -7.31687e-06 -7.9391e-06 7.11298e-06 1.23566e-05 2.74546e-06 -7.02283e-06 -7.92526e-06 -6.28638e-06 -1.49776e-06 9.13821e-06 2.35803e-05 2.50289e-05 1.5815e-05 6.03715e-06 3.28083e-06 3.31356e-06 2.98369e-06 6.72131e-06 2.55992e-05 2.20768e-05 1.08701e-05 6.54648e-06 8.92693e-06 2.74053e-06 -5.26572e-06 -2.508e-06 -1.26695e-05 -2e-05 -1.94561e-05 -4.49744e-06 7.27192e-06 1.17313e-05 3.01294e-07 5.80082e-06 8.32558e-06 4.77722e-08 -1.31772e-05 -1.8894e-05 -2e-05 -1.06844e-05 1.03692e-05 1.3847e-05 7.7968e-06 -2.67314e-06 4.48635e-06 1.21635e-06 7.13819e-06 8.10722e-06 7.29909e-07 -4.64365e-06 -4.72511e-06 -4.15891e-06 -5.03522e-06 -4.68077e-06 -5.57122e-07 5.35237e-06 3.53693e-06 4.91221e-06 9.11752e-06 1.75038e-05 2.26548e-05 1.85262e-05 1.42454e-05 7.48644e-06 1.70974e-06 4.63224e-06 1.18362e-05 1.91544e-05 2.73325e-05 1.43765e-05 8.54292e-07 1.34937e-07 6.56797e-06 1.46264e-06 -2.16578e-06 1.32982e-05 4.82446e-06 -9.28139e-06 -2e-05 1.74485e-06 8.27282e-06 9.67382e-06 2.55718e-06 5.46976e-06 5.67582e-06 -1.11957e-05 -2e-05 -2e-05 -2e-05 -1.19075e-05 4.08544e-06 1.67873e-05 1.28577e-05 1.04337e-06 2.27167e-06 3.77327e-07 1.4513e-06 -5.17157e-06 -1.23199e-05 -1.04935e-05 -6.3683e-06 -1.91672e-05 -2e-05 -2e-05 1.41138e-05 2.69635e-05 1.24246e-05 1.00913e-05 1.03167e-05 1.07744e-05 9.14186e-06 7.82069e-06 3.2757e-06 -2.37192e-06 5.30882e-07 7.50146e-06 9.79993e-06 1.89131e-05 2.04157e-05 9.06178e-06 2.00601e-06 -4.74219e-07 7.2627e-07 1.74473e-06 1.6733e-06 4.63154e-06 7.90396e-06 1.06397e-06 -1.00229e-05 9.68978e-06 1.97748e-05 1.99307e-05 8.9802e-06 6.29435e-06 8.12089e-06 -1.0423e-05 -2e-05 -2e-05 -2.65859e-06 3.87314e-06 8.66863e-06 1.07114e-05 1.14463e-05 3.6584e-06 8.50152e-07 -8.83997e-06 -2e-05 -2e-05 -2e-05 -6.11035e-06 -5.30357e-06 -2e-05 -2e-05 -2.54075e-07 5.40615e-06 -4.07345e-06 -1.05584e-06 8.00217e-06 5.93778e-06 3.52027e-06 1.08511e-06 2.54114e-06 3.7347e-06 -2.53188e-06 1.39231e-06 4.82119e-06 5.2615e-06 1.31346e-05 2.43125e-05 1.86407e-05 1.10521e-05 2.97352e-06 2.95928e-06 4.68245e-06 7.941e-06 8.67282e-06 1.24707e-05 8.174e-06 9.58736e-06 2.55027e-05 3.39798e-05 2.96838e-05 1.5804e-05 3.92733e-06 5.04658e-06 1.40234e-05 3.78027e-06 -6.35998e-06 -1.90154e-05 4.5203e-06 1.10671e-05 1.036e-05 9.30401e-06 3.62579e-06 -4.17118e-06 -6.92609e-06 -2e-05 -2e-05 -2e-05 2.8364e-06 -6.28265e-06 -2e-05 1.06088e-05 2.67495e-05 6.87257e-06 -1.21876e-05 8.19952e-07 9.9679e-06 4.15779e-06 6.89121e-06 8.81645e-06 5.147e-06 6.70271e-06 3.76301e-06 -4.05898e-07 -9.95435e-07 2.96155e-06 1.55449e-05 3.30012e-05 2.23579e-05 1.03872e-05 3.22291e-06 2.66071e-06 -2.38099e-06 7.22197e-07 9.751e-06 1.33905e-05 4.34036e-06 1.22185e-05 2.52299e-05 2.36171e-05 1.73828e-05 1.55864e-05 3.98366e-06 1.77252e-07 1.1546e-05 4.42328e-06 -6.4975e-06 -2e-05 -1.99291e-06 1.21439e-05 9.93926e-06 8.6771e-06 7.03474e-06 -8.17831e-07 -2.2315e-06 -1.41556e-05 -2e-05 -1.98267e-05 6.06557e-06 -1.04816e-05 -1.02414e-05 2.53432e-05 3.11001e-05 1.05099e-05 -9.50721e-07 3.81854e-06 6.80978e-06 4.62055e-06 1.87346e-05 2.00988e-05 1.0068e-05 1.0823e-05 1.53225e-05 7.21086e-08 -5.03782e-06 -9.1612e-07 1.70316e-05 2.8716e-05 1.74827e-05 7.07345e-06 1.80306e-06 3.72621e-06 -1.11504e-05 -1.17189e-05 7.44551e-07 4.73805e-06 -2.96452e-06 1.06559e-05 2.22946e-05 2.21753e-05 1.1967e-05 7.00446e-06 -2.88557e-06 -8.94765e-06 -2.21509e-06 -8.98269e-07 -5.14592e-06 -1.05822e-05 -3.11503e-06 1.16066e-05 1.25245e-05 7.05148e-06 3.49577e-06 -1.36679e-06 -3.38595e-06 -4.73069e-06 -4.87046e-06 1.55882e-06 4.2151e-06 -1.28355e-05 7.07246e-07 2.93175e-05 5.71899e-05 2.91733e-05 6.25959e-06 -4.5481e-06 -9.27452e-06 2.70333e-07 3.02407e-05 2.63169e-05 1.33073e-05 1.05617e-05 1.50141e-05 -2.71312e-06 -8.72243e-06 1.14736e-06 1.97962e-05 2.52306e-05 1.39067e-05 6.97026e-06 4.57128e-06 7.56156e-06 1.92641e-06 -1.86683e-06 -7.73422e-06 -1.52932e-05 -1.12847e-05 1.13649e-05 2.66058e-05 3.07511e-05 2.39595e-06 -6.85018e-06 -1.07772e-05 -2e-05 -1.40031e-05 -3.46346e-06 -7.12955e-06 -9.44492e-06 -4.15755e-06 4.47262e-06 1.23493e-05 1.51905e-05 6.82822e-06 7.5401e-06 -8.44665e-07 1.01187e-06 -2.34147e-06 -1.06685e-05 -2e-05 -3.95506e-06 4.18301e-06 3.11287e-05 6.44068e-05 3.69574e-05 -2.40899e-06 -2e-05 -1.80552e-05 -1.68207e-06 1.75086e-05 1.41054e-05 1.17532e-05 4.72694e-06 2.4383e-06 -6.30972e-06 -1.39158e-06 6.94628e-06 1.738e-05 1.56845e-05 6.29369e-06 -8.56056e-07 2.32364e-06 9.23729e-06 5.47187e-06 6.55565e-06 -5.10309e-06 -2e-05 -1.17409e-05 1.37214e-05 2.45335e-05 1.85276e-05 2.14053e-06 -6.37927e-06 -2.00393e-06 -1.43758e-05 -7.03831e-06 5.14279e-06 -3.97517e-06 -8.65363e-06 -6.48951e-06 2.32749e-06 1.01558e-05 2.09092e-05 1.15964e-05 9.80235e-06 1.46918e-06 4.62841e-06 -2.41655e-06 -2e-05 -2e-05 4.36809e-06 3.05335e-06 3.03e-05 5.07721e-05 2.78708e-05 -2e-05 -2e-05 -9.14171e-06 4.74559e-06 7.86e-06 1.76757e-06 6.79432e-07 -4.20851e-06 -3.29342e-06 -7.5124e-07 2.76926e-06 6.81947e-06 1.3229e-05 1.20112e-05 -4.41036e-06 -7.74506e-06 -5.58255e-07 4.59126e-06 6.68859e-06 8.08925e-06 1.07955e-06 -1.09137e-05 -3.7706e-06 1.4194e-05 1.89425e-05 8.45352e-06 3.23688e-06 3.42311e-06 4.52415e-06 -3.44825e-06 1.86061e-06 1.57746e-05 -1.07984e-06 -7.49504e-06 -3.28472e-06 2.68567e-06 5.7865e-06 1.25959e-05 1.75445e-05 1.98153e-06 -3.3838e-07 3.72293e-06 1.66082e-06 -2e-05 -1.27044e-05 8.95555e-06 -2.91012e-06 1.05711e-05 3.18198e-05 2.42487e-05 -1.10142e-05 -1.50807e-05 1.19686e-05 9.12616e-06 2.53766e-06 -8.3541e-06 2.48767e-06 -1.08411e-06 -5.6926e-06 -1.52157e-06 -3.25213e-07 1.84577e-06 9.91379e-06 4.5998e-06 -1.44569e-05 -3.47991e-06 6.02492e-06 1.26831e-05 1.21493e-05 1.15006e-05 7.00462e-06 -1.99435e-06 -6.54512e-07 6.96416e-06 9.75939e-06 5.10336e-06 4.12053e-06 7.99017e-06 5.4157e-06 1.2769e-06 4.82277e-06 3.14971e-06 -2.39576e-07 -2.80319e-06 -2.85388e-06 -4.5488e-07 -3.1099e-06 -3.10291e-07 -1.62225e-06 -4.66509e-06 2.02901e-06 2.83444e-06 1.08693e-05 1.65407e-05 7.77532e-06 4.91607e-06 -2e-05 -1.18463e-05 2.79201e-05 2.52425e-05 2.55577e-06 5.51844e-07 1.0735e-05 4.72805e-06 -9.47735e-08 -5.64828e-07 1.76958e-05 1.43085e-05 -6.45669e-06 -6.75695e-06 -7.51941e-06 -5.50361e-06 -3.83204e-06 -1.2851e-05 -1.75575e-05 3.61073e-06 1.1707e-05 1.58987e-05 1.50422e-05 1.31365e-05 8.87254e-06 1.25678e-06 -3.432e-06 -6.70007e-06 -7.13862e-07 4.51331e-06 6.78739e-06 1.07068e-05 7.59547e-06 6.01545e-06 6.60132e-06 5.33204e-06 2.14068e-06 -1.45401e-06 -7.3035e-07 1.11274e-06 3.14222e-06 3.47681e-06 -3.76979e-06 3.28627e-07 2.21891e-06 1.21965e-06 1.1867e-05 2.57923e-05 1.58599e-05 -6.45694e-06 -2e-05 2.72496e-07 3.00023e-05 2.90548e-05 9.35075e-06 1.24765e-06 2.0998e-06 3.19848e-06 1.3274e-06 7.99201e-06 2.28157e-05 2.24053e-05 1.37217e-06 -2.60538e-06 -1.09256e-05 -1.48696e-05 -1.58351e-05 -1.958e-05 -7.44114e-06 5.51315e-06 1.25456e-05 1.70772e-05 1.83214e-05 1.54645e-05 8.92612e-06 9.96419e-07 -1.04227e-05 -1.69571e-05 -5.25888e-06 5.95448e-06 8.82388e-06 9.15927e-06 5.01505e-06 1.53826e-06 4.58144e-06 6.44859e-06 2.63885e-06 -7.85345e-07 -2.56695e-07 6.89482e-06 1.45756e-05 1.40064e-06 -9.0365e-07 4.34553e-06 3.4302e-06 3.883e-07 7.98463e-06 1.79297e-05 1.67462e-05 -1.75407e-05 -2e-05 1.02866e-05 2.462e-05 2.38772e-05 7.31765e-06 -4.88733e-06 1.26608e-06 4.04292e-06 4.37786e-06 1.30743e-05 2.12864e-05 1.81222e-05 6.09431e-06 -3.27818e-06 -7.72491e-06 -1.35199e-05 -1.28498e-05 -6.91288e-06 3.3685e-07 6.02463e-06 1.27758e-05 1.77251e-05 1.91279e-05 1.45992e-05 7.19636e-06 -8.2846e-07 -1.17522e-05 -1.20776e-05 -3.05513e-06 7.92091e-06 9.74965e-06 4.6585e-06 1.05084e-06 8.04183e-07 4.38234e-06 5.91462e-06 3.18839e-06 2.48574e-07 1.51547e-06 1.08363e-05 1.42215e-05 1.73863e-08 7.33565e-06 3.04338e-06 4.45898e-06 4.24978e-11 4.24635e-06 1.0241e-05 6.47422e-06 -2e-05 -1.51699e-06 1.08036e-05 1.58379e-05 1.18007e-05 5.28718e-06 2.47122e-07 2.10949e-06 3.41316e-06 4.49747e-06 9.35443e-06 1.2469e-05 9.71444e-06 4.16578e-06 -1.93228e-06 -8.45064e-07 -1.4483e-06 -2.07751e-06 -1.84144e-07 2.106e-06 5.87134e-06 1.10067e-05 1.44501e-05 1.44802e-05 9.54997e-06 4.88842e-06 -1.05445e-06 -6.69592e-06 -3.79251e-06 3.36375e-06 1.03431e-05 1.04235e-05 2.14112e-06 7.41825e-07 8.37226e-07 4.48918e-06 4.87882e-06 1.44117e-06 1.54148e-06 2.10767e-06 8.07601e-06 5.72696e-06 2.34448e-06 4.04736e-06 3.58963e-06 5.42207e-06 1.73703e-07 1.7963e-06 3.85516e-06 -3.10458e-06 -1.75039e-06 2.73738e-06 8.508e-06 8.27073e-06 3.77567e-06 6.97916e-07 1.08227e-06 2.16571e-06 2.20641e-06 2.43306e-06 3.90788e-06 3.91501e-06 2.32032e-06 9.34422e-07 -2.18037e-07 4.90724e-07 7.47165e-07 3.38018e-07 8.93678e-07 2.50312e-06 5.2167e-06 7.75174e-06 8.48236e-06 7.47086e-06 4.64612e-06 2.52616e-06 4.90041e-07 -3.31231e-07 1.25994e-06 4.08453e-06 1.00385e-05 1.08606e-05 2.75714e-06 5.33974e-07 1.74527e-06 4.03409e-06 1.48972e-06 8.12616e-08 7.70976e-07 -1.50725e-06 -9.94889e-07 2.49727e-07 1.3928e-06 8.98143e-07 5.1808e-06 5.83238e-06 4.2044e-07 3.85982e-07 3.42138e-07 -3.05641e-06 9.11674e-07 3.74234e-06 5.50859e-06 3.92406e-06 1.38627e-06 6.89532e-07 1.27277e-06 1.44639e-06 9.08953e-07 6.99817e-07 8.73267e-07 6.34339e-07 1.97175e-07 2.33236e-08 2.71391e-08 6.54976e-07 7.22116e-07 4.97893e-07 9.99396e-07 2.50969e-06 3.94016e-06 3.5052e-06 2.57316e-06 2.19888e-06 1.49223e-06 6.62896e-07 2.23212e-07 4.2349e-07 9.96385e-07 2.42096e-06 5.52145e-06 7.37153e-06 2.64087e-06 7.52357e-07 2.82068e-06 6.30471e-07 2.99559e-07 -2.17185e-07 -6.47841e-07 -2.60336e-06 -2.83972e-06 -1.58442e-06 -2.40719e-06 1.76936e-06 5.72507e-06 4.59617e-06 2.34779e-07 -1.52792e-07 7.39781e-08 -1.30387e-07 2.09211e-06 3.07903e-06 3.11299e-06 1.87476e-06 7.72297e-07 6.04654e-07 9.57204e-07 7.19088e-07 1.11509e-07 -1.23918e-07 -1.07753e-07 -1.47064e-07 -1.93376e-07 -1.28819e-07 1.89029e-07 6.4102e-07 5.09792e-07 3.84844e-07 8.95165e-07 1.90965e-06 1.85525e-06 8.62844e-07 5.12638e-07 4.82156e-07 2.3213e-07 -2.1587e-07 -3.31903e-07 -3.0216e-08 4.47485e-07 1.37887e-06 2.40414e-06 1.8364e-06 3.39811e-07 -2.67199e-07 -3.33119e-07 -9.55085e-08 6.28822e-08 -6.48892e-07 -1.41968e-06 -2.42361e-06 -8.57088e-07 -2.85763e-07 8.38558e-07 4.2516e-06 4.71687e-06 2.15842e-06 -7.1605e-07 -3.60951e-07 8.16112e-07 1.27665e-06 1.93766e-06 2.02501e-06 1.68235e-06 9.94159e-07 4.55424e-07 3.87919e-07 5.86906e-07 3.26527e-07 -1.27272e-07 -2.79477e-07 -2.59809e-07 -2.36603e-07 -2.25946e-07 -8.07449e-08 2.75407e-07 4.86916e-07 3.13969e-07 2.17664e-07 5.45525e-07 9.26315e-07 6.26226e-07 1.72814e-07 1.86528e-08 -4.96896e-08 -2.70042e-07 -5.94944e-07 -6.22345e-07 -2.68576e-07 1.63816e-07 6.55075e-07 9.23119e-07 6.80678e-07 3.93663e-07 8.83345e-08 -1.20673e-07 -1.69399e-07 -3.30564e-07 -8.30258e-07 -1.01233e-06 -4.29633e-07 7.7737e-07 8.61225e-07 3.4483e-06 5.04185e-06 2.60353e-06 3.24072e-07 -1.22895e-06 -3.89296e-07 1.2313e-06 1.72935e-06 1.34807e-06 1.23401e-06 9.37934e-07 5.37251e-07 2.12874e-07 1.64555e-07 3.05948e-07 1.69184e-07 -1.05578e-07 -1.96322e-07 -1.66845e-07 -1.55311e-07 -1.42673e-07 1.11349e-08 2.33664e-07 2.51048e-07 1.01223e-07 3.52498e-08 2.03778e-07 3.81828e-07 3.07676e-07 9.26891e-08 -6.52277e-08 -1.97134e-07 -3.99413e-07 -6.45971e-07 -6.57743e-07 -3.32807e-07 -9.35115e-09 2.0864e-07 3.45915e-07 4.42757e-07 4.65357e-07 2.22396e-07 -8.3428e-08 -2.79813e-07 -4.8807e-07 -5.2597e-07 -3.73525e-07 2.60685e-07 8.32822e-07 1.84408e-06 3.59979e-06 3.13609e-06 9.78706e-07 -3.57522e-07 -9.84335e-07 -4.04459e-07 9.57602e-07 1.33801e-06 7.95489e-07 7.35627e-07 5.98825e-07 3.59038e-07 1.15635e-07 5.63857e-08 1.44278e-07 9.48453e-08 -5.97715e-08 -1.15433e-07 -9.04575e-08 -8.12903e-08 -6.52965e-08 3.5068e-08 1.37777e-07 9.64153e-08 -1.23273e-08 -5.35711e-08 4.05355e-08 1.9279e-07 2.14372e-07 8.15323e-08 -5.07303e-08 -1.66622e-07 -3.01265e-07 -4.60435e-07 -4.76158e-07 -2.70895e-07 -7.09371e-08 6.37701e-08 2.00301e-07 3.44917e-07 3.92261e-07 1.85356e-07 -8.10847e-08 -2.6997e-07 -4.36158e-07 -3.74233e-07 -1.88795e-07 3.19859e-07 8.08695e-07 1.40841e-06 2.08543e-06 1.60906e-06 5.11368e-07 -3.99481e-07 -7.1885e-07 -3.47672e-07 5.38789e-07 7.96275e-07 -4.18876e-07 -1.21829e-06 -1.27344e-06 -7.88604e-07 -5.79847e-07 -5.70149e-07 2.0924e-07 6.76516e-07 1.04066e-06 1.50796e-06 1.17828e-06 -2.2368e-07 -1.95305e-06 -1.44035e-06 6.47598e-07 2.16436e-06 1.186e-06 1.47481e-07 6.57471e-07 8.9895e-07 7.58977e-07 1.88711e-06 2.98007e-06 3.78533e-06 3.19749e-06 1.861e-06 4.12581e-07 -2.25635e-07 1.1321e-06 1.53395e-06 1.51018e-06 9.88744e-07 -4.45842e-07 8.63596e-07 1.5662e-06 7.09304e-07 -6.7197e-07 -6.22615e-07 7.58385e-08 -2.07083e-07 -9.61979e-07 -1.63662e-06 -1.64281e-06 -3.75481e-07 1.48166e-06 1.38467e-06 2.7796e-07 -6.12487e-08 3.76685e-07 4.55233e-07 1.13324e-06 -1.15305e-07 -6.64844e-07 -5.95185e-07 -8.99574e-07 -1.11637e-06 -4.15831e-07 -7.34182e-08 1.01126e-07 4.5408e-07 5.95757e-07 7.02583e-08 -4.33283e-07 -2.76283e-07 2.18097e-06 3.72034e-06 1.64309e-06 -2.43576e-07 -3.59579e-08 -1.35349e-07 -3.34733e-07 1.49566e-06 3.39678e-06 3.57326e-06 2.05403e-06 9.24126e-07 1.54781e-07 -3.16137e-07 1.45913e-07 5.72179e-07 5.27043e-07 -3.95408e-07 -1.36401e-06 -1.34509e-06 -7.2323e-07 -3.38065e-08 1.60598e-07 -5.17696e-07 -3.32584e-07 -8.19624e-07 -2.21719e-06 -2.75069e-06 -1.91793e-06 -9.43864e-07 5.73867e-08 1.59333e-06 1.65691e-06 1.8168e-06 2.20683e-06 2.11394e-06 2.35828e-06 1.41732e-06 1.14488e-06 1.3913e-06 1.64163e-06 1.62748e-06 6.19003e-07 -1.28181e-06 -1.97845e-06 -8.02893e-07 6.775e-08 1.09076e-06 1.33636e-06 5.86781e-07 1.9694e-06 3.33819e-06 3.0788e-06 1.40007e-06 -9.18283e-08 -1.75869e-06 -1.44633e-06 7.15335e-07 2.82876e-06 2.03119e-06 1.36179e-07 -5.03485e-07 8.39703e-08 7.2089e-07 5.26981e-07 1.43907e-06 2.46894e-07 -2.27238e-06 -2.91328e-06 -1.55056e-06 1.64908e-06 3.712e-06 3.89068e-06 1.60575e-06 4.26282e-07 -1.66062e-06 -3.39256e-06 -3.41118e-06 -2.42026e-06 -1.10253e-06 3.54267e-07 1.31467e-06 1.90115e-06 2.29332e-06 2.89869e-06 3.22733e-06 1.72325e-06 1.58648e-06 1.87577e-06 2.61995e-06 4.10377e-06 4.68407e-06 3.03083e-06 1.11597e-06 1.35791e-06 1.10682e-06 7.48932e-07 5.77022e-07 -7.2385e-08 1.78649e-06 3.08735e-06 4.39302e-06 4.72356e-06 3.50679e-06 2.27764e-06 3.22154e-07 -1.49093e-06 -1.24514e-06 -1.58076e-06 -2.93778e-07 -6.16636e-08 3.48266e-07 -3.01364e-07 -2.47063e-06 -2.59331e-06 4.52362e-07 -7.44806e-07 -4.47092e-06 -4.67153e-06 -1.40387e-06 4.97251e-06 5.93118e-06 2.74104e-06 3.42798e-06 3.16973e-06 2.76266e-06 3.22044e-06 4.41647e-06 3.94836e-06 3.88362e-06 3.48297e-06 2.74329e-06 1.98408e-06 5.90361e-07 6.81479e-07 1.73862e-06 2.54755e-06 2.07327e-06 2.32632e-06 4.4227e-06 7.15354e-06 7.35553e-06 4.64898e-06 2.49754e-06 4.13991e-06 3.25549e-06 1.49373e-06 -4.41897e-07 2.00797e-06 3.41401e-06 5.37689e-06 5.8937e-06 5.4209e-06 3.97518e-06 2.32076e-06 2.72242e-06 1.01772e-07 -4.39512e-06 -2.04672e-06 -6.83365e-07 1.67423e-06 1.52417e-06 -3.79874e-06 -6.20073e-06 -4.34818e-06 -2.66911e-06 -3.9407e-06 -3.75411e-06 -4.13582e-06 4.27973e-06 1.11187e-05 1.07236e-05 1.05456e-05 1.01625e-05 1.04312e-05 1.17609e-05 1.22499e-05 1.09814e-05 8.13086e-06 4.71636e-06 2.53201e-06 2.06401e-06 8.78296e-07 2.30212e-07 1.72413e-06 2.60388e-06 4.88168e-06 4.63192e-06 4.96322e-06 7.28939e-06 9.19637e-06 7.16558e-06 3.84278e-06 4.37183e-06 5.81622e-06 3.28595e-06 7.49713e-07 2.65076e-06 3.24638e-06 5.3381e-06 7.29015e-06 6.26667e-06 5.91949e-06 5.82944e-06 8.76646e-06 1.05043e-05 5.84363e-06 1.71943e-06 1.72253e-06 1.80109e-06 -3.28121e-07 -1.80064e-06 -2.46062e-06 -1.75362e-06 -8.37692e-07 -3.27689e-06 -3.01267e-06 -3.9021e-06 6.89341e-07 1.96869e-05 3.17507e-05 2.88051e-05 2.17777e-05 1.97263e-05 2.04777e-05 2.09856e-05 1.81853e-05 1.20298e-05 6.33513e-06 1.80164e-06 1.08844e-06 4.6295e-07 -1.57023e-07 4.77738e-06 5.92411e-06 5.08666e-06 6.86205e-06 7.53912e-06 8.49513e-06 1.09814e-05 9.64885e-06 3.75416e-06 -3.63137e-08 2.3286e-06 3.01172e-06 1.24672e-07 3.62216e-06 4.47337e-06 3.1819e-06 7.00471e-06 1.07172e-05 8.65569e-06 8.59297e-06 1.29788e-05 1.73877e-05 1.5201e-05 8.14607e-06 7.41751e-06 2.48168e-06 -2.53964e-06 1.20718e-06 1.16461e-06 2.77163e-06 5.00216e-07 -2.64646e-06 -1.81049e-06 -4.55887e-06 -7.21728e-07 1.90287e-05 4.36567e-05 5.04844e-05 3.7297e-05 2.34643e-05 1.652e-05 1.6244e-05 1.8082e-05 1.71814e-05 1.14217e-05 5.0549e-06 1.23212e-06 1.22795e-06 6.00968e-08 3.6903e-06 1.11335e-05 1.1143e-05 7.43152e-06 6.08398e-06 5.63939e-06 7.03689e-06 1.02381e-05 3.27472e-06 -3.51712e-06 -4.96747e-06 -3.05532e-06 1.67956e-06 5.75926e-06 3.52046e-06 6.44912e-07 -3.13796e-06 1.76124e-06 1.02275e-05 9.71359e-06 9.53144e-06 1.25403e-05 8.90603e-06 6.39323e-06 1.16041e-05 1.22284e-05 2.20408e-06 -3.03973e-06 -1.9074e-07 2.88227e-06 4.5662e-06 1.34631e-06 4.97661e-07 -3.00434e-06 -1.75308e-05 8.77704e-06 4.19044e-05 5.51443e-05 3.45691e-05 2.94447e-05 2.55909e-05 1.32367e-05 7.13407e-06 7.169e-06 8.48889e-06 9.62381e-06 7.17857e-06 4.37648e-06 9.56994e-07 -7.203e-07 3.8643e-06 7.01695e-06 6.17579e-06 4.12946e-06 6.94331e-06 3.99473e-06 9.70009e-06 7.82268e-06 -4.79303e-06 -2.0653e-06 -6.09154e-06 -8.05808e-06 -1.95853e-06 3.13428e-06 2.43283e-06 -6.5755e-06 -1.08466e-05 -4.6243e-06 7.79649e-06 6.16054e-06 4.01527e-06 4.02794e-06 -1.11024e-05 -2.99531e-06 3.61129e-06 4.17486e-06 -1.34352e-06 -4.24628e-06 -3.21725e-06 8.38761e-06 1.51065e-05 5.58243e-06 -1.03662e-07 -1.63468e-05 -5.39762e-06 -1.88533e-06 9.23488e-06 2.99284e-05 5.97226e-05 5.45368e-05 3.33659e-05 2.5059e-05 1.79798e-05 2.31524e-06 1.02957e-06 4.46814e-06 5.90696e-06 4.48396e-06 -1.10764e-06 5.62062e-07 2.15713e-06 2.36528e-06 1.65004e-06 5.00642e-06 7.48546e-06 1.0913e-05 1.97971e-05 6.32269e-06 -3.5629e-06 -5.37673e-06 -1.36712e-05 -1.31895e-05 -9.92057e-06 -2.18093e-06 4.04063e-06 4.88068e-06 -1.2162e-06 3.3118e-06 9.93273e-06 2.68722e-06 3.47195e-06 2.79452e-06 2.18297e-06 1.6613e-05 2.06972e-05 1.04962e-05 -2.67314e-06 -1.08525e-05 -1.5882e-05 -4.34049e-06 8.95245e-06 6.20294e-06 -2.89781e-06 -2e-05 -7.92289e-07 7.22382e-07 -5.29492e-06 6.27156e-06 1.07233e-05 2.49317e-05 2.80323e-05 1.99325e-05 1.3513e-05 2.34957e-06 -5.00252e-06 -2.70599e-06 -2.26707e-06 -1.17779e-06 2.01974e-06 3.58513e-06 3.37085e-06 1.83272e-06 -7.01201e-07 3.49775e-06 5.22207e-06 1.27714e-05 1.85503e-05 9.10339e-06 -3.4843e-06 -7.36063e-06 -2e-05 -1.34205e-05 -1.49999e-05 4.19314e-06 9.78528e-06 9.12394e-06 4.43303e-06 8.08984e-06 6.89947e-06 -6.91686e-06 8.91745e-06 1.23541e-05 7.49218e-06 2.0344e-05 2.55033e-05 1.91293e-05 7.75208e-06 -2.6374e-06 -1.3902e-05 -1.6078e-05 -7.25265e-06 8.81488e-06 1.12546e-05 -2e-05 -2.61254e-07 8.72303e-06 5.95783e-06 1.32569e-05 1.96007e-05 2.09005e-05 1.81637e-05 1.17807e-05 1.39083e-06 -8.33304e-07 3.78999e-07 -2.12654e-07 -6.65987e-07 9.76884e-07 3.85857e-06 7.46313e-06 6.34304e-06 -5.67571e-07 -2.23093e-06 9.88842e-08 -1.98235e-06 3.10019e-06 2.14151e-06 -4.42048e-06 -9.45886e-06 -4.54421e-06 -4.71428e-06 -4.9429e-07 2.79787e-06 6.27255e-06 1.17269e-05 9.97791e-06 6.20259e-06 6.59261e-06 -7.85691e-06 -1.70369e-05 6.46928e-06 8.30286e-06 1.63538e-05 1.7007e-05 1.31154e-05 1.10409e-05 6.35035e-06 -1.05991e-05 -2e-05 -2e-05 -2e-05 4.75548e-06 1.44253e-05 -2e-05 1.35083e-05 1.99797e-05 1.13931e-05 1.26288e-05 1.54156e-05 1.28007e-05 4.00088e-06 -4.2939e-06 -8.12762e-06 -1.61318e-07 6.01236e-06 5.14081e-06 3.88696e-06 1.3123e-06 2.63942e-06 2.98488e-06 -7.94466e-07 -1.12305e-06 -7.94317e-07 -2.16829e-06 -3.1869e-06 1.47096e-06 -2e-05 -1.32198e-05 4.63501e-06 -7.81015e-06 -2e-05 5.24439e-07 7.14827e-06 9.75156e-06 9.07036e-06 4.09994e-06 1.11155e-06 -3.69311e-06 -8.29102e-06 2.63175e-06 8.83712e-06 6.48655e-06 9.12072e-06 9.70213e-06 1.30254e-05 7.2045e-06 6.33133e-06 7.0898e-06 1.0128e-05 3.96146e-06 -9.69161e-07 1.08837e-05 1.8711e-05 2.59108e-06 2.42607e-05 2.61758e-05 1.3199e-05 1.27833e-05 1.55028e-05 8.57668e-06 -1.06581e-05 -2e-05 -2.88916e-06 3.48604e-06 3.44188e-06 4.29317e-06 4.45915e-06 2.79017e-06 1.40121e-06 2.72941e-07 -5.22729e-06 2.47549e-06 2.0206e-06 -2.13184e-06 -4.98585e-07 -7.92744e-06 -1.94436e-05 -3.51986e-07 -1.05083e-05 -2e-05 -2e-05 8.8998e-06 1.55663e-05 1.10272e-05 4.87211e-06 2.80959e-06 1.48368e-06 -7.23664e-06 -8.39065e-06 1.8766e-06 1.03179e-05 4.09057e-06 2.55771e-06 6.28356e-06 1.78068e-05 1.29428e-05 1.32889e-05 2.08453e-05 2.28308e-05 1.2158e-05 6.7537e-06 1.93507e-05 8.69638e-06 8.81561e-06 2.7781e-05 2.79083e-05 1.62795e-05 8.92414e-06 6.05205e-06 2.90145e-06 -7.43334e-07 -2.77396e-06 1.00719e-06 4.49427e-06 6.23283e-06 8.58156e-06 9.16646e-06 4.78391e-06 1.79395e-07 2.92125e-06 -1.68052e-06 9.21473e-06 4.98022e-06 -3.75057e-06 2.72243e-06 -9.00168e-06 3.40618e-06 6.73149e-06 -5.4095e-06 -1.76937e-05 -1.31343e-05 1.53247e-05 1.57747e-05 7.36027e-06 4.61421e-06 5.01403e-06 4.94979e-06 -4.93611e-06 -7.77983e-06 8.97487e-08 9.02772e-06 2.54078e-06 3.1983e-06 4.36436e-06 1.87862e-05 1.6335e-05 2.08254e-05 2.90982e-05 2.62776e-05 1.70064e-05 1.43031e-05 1.48961e-05 6.62601e-06 1.2491e-05 2.82857e-05 2.52825e-05 1.5251e-05 6.25519e-06 3.09681e-06 6.08973e-06 6.70517e-06 2.44615e-06 -1.89692e-06 3.54602e-06 8.9718e-06 1.42003e-05 9.72441e-06 4.17596e-06 -6.62482e-06 1.78636e-06 -7.70051e-07 8.09266e-06 3.58779e-06 -3.30753e-06 3.60202e-06 -2.70955e-06 6.20333e-06 1.01986e-05 -2.01642e-07 -1.24571e-05 -1.17706e-05 1.00949e-05 1.07538e-05 6.37168e-06 1.09702e-05 8.88424e-06 7.71024e-06 3.46095e-06 2.13449e-07 -1.70489e-06 5.44522e-06 2.36279e-06 9.37215e-07 -6.32905e-07 8.01897e-06 1.26814e-05 2.15983e-05 2.72333e-05 2.28171e-05 1.97217e-05 1.72587e-05 1.23542e-05 6.68825e-06 1.21391e-05 2.05996e-05 1.76012e-05 1.26011e-05 5.42187e-06 1.38923e-06 8.79824e-06 5.72281e-06 2.03262e-06 -2.42159e-08 4.36009e-06 9.23744e-06 1.31029e-05 5.64037e-06 2.82288e-07 -2e-05 -5.72926e-06 3.70236e-07 4.30195e-06 -3.58123e-06 -1.3396e-05 -5.82021e-06 4.74835e-06 2.08458e-05 2.49994e-05 6.97143e-06 -5.35566e-06 -8.45445e-06 2.68703e-07 6.52237e-06 1.7374e-05 2.10725e-05 9.82309e-06 6.79107e-06 6.10327e-06 1.21579e-06 -1.54457e-06 4.50653e-06 3.12443e-06 3.02349e-07 3.93803e-07 5.06019e-06 1.21946e-05 2.17872e-05 2.34813e-05 1.34511e-05 1.52499e-05 1.67576e-05 1.11028e-05 7.17997e-06 1.39641e-05 1.96895e-05 1.17985e-05 6.57397e-06 2.0977e-06 9.4126e-06 4.67996e-06 3.54121e-06 -1.389e-06 -4.26213e-07 4.14805e-06 5.23511e-06 3.17869e-06 -1.71267e-06 -2.84038e-06 -1.06463e-05 -5.00995e-06 1.76789e-06 -3.7527e-07 -2e-05 -2e-05 -1.00516e-07 5.63254e-06 2.66734e-05 1.97685e-05 3.86803e-06 -3.44138e-06 -8.97238e-06 -3.11239e-06 6.1794e-06 1.76482e-05 1.39265e-05 1.44887e-06 4.60823e-06 4.04958e-06 1.17452e-06 9.004e-07 4.13592e-06 1.67894e-06 -3.60116e-06 6.57863e-07 3.16928e-06 7.40296e-06 1.53442e-05 1.25287e-05 3.03282e-06 4.84222e-06 1.1392e-05 7.64783e-06 5.0166e-06 1.04801e-05 1.54457e-05 8.86261e-06 1.78181e-06 -2.3926e-06 1.0056e-06 -4.30254e-06 -2.93288e-07 1.54316e-06 3.71449e-06 3.38074e-06 4.90777e-07 -3.91475e-06 -5.56178e-06 4.2489e-06 2.87058e-06 1.61402e-06 4.77002e-06 -1.49596e-07 -1.2243e-05 -1.27224e-06 4.5377e-06 3.95562e-06 1.80738e-05 1.1241e-05 6.48934e-06 -4.98817e-06 -1.78639e-05 -6.63584e-06 7.40468e-06 1.3938e-05 -6.13878e-06 -9.9181e-06 1.02705e-05 1.82124e-06 4.64647e-06 2.07996e-06 1.89572e-06 -1.9181e-06 -6.45617e-06 -5.74283e-06 -2.92782e-06 -2.3968e-06 4.18453e-06 1.76732e-06 -3.72515e-06 -3.81108e-07 3.69087e-06 1.41682e-06 -3.6465e-07 4.53239e-06 9.5514e-06 8.07765e-06 4.25034e-06 9.64741e-07 7.87301e-07 1.84482e-06 5.27721e-06 5.73836e-06 5.65497e-06 3.89864e-06 8.39949e-07 -3.41688e-06 -3.26149e-06 8.718e-06 4.1612e-06 3.68336e-06 3.14451e-06 -1.46984e-06 3.79507e-06 1.04947e-05 7.79057e-06 1.03482e-06 7.002e-06 -1.12516e-06 8.04635e-06 5.00689e-06 -1.36873e-05 -4.41911e-06 7.70943e-06 4.79594e-06 -1.37613e-05 -8.15904e-06 1.89721e-05 6.82271e-06 4.09977e-06 1.59326e-06 1.30222e-08 -3.74342e-06 -1.39311e-05 -4.83275e-06 -1.40511e-06 -8.61167e-06 -2.71676e-06 1.98642e-06 2.36689e-06 4.43116e-06 1.22213e-06 -5.12134e-06 -7.41523e-06 1.64051e-06 5.8772e-06 5.08623e-06 5.57149e-06 4.59397e-06 6.23486e-06 9.65372e-06 8.75704e-06 6.98193e-06 8.26544e-06 5.44064e-06 1.93992e-06 -1.44944e-06 -1.40576e-06 3.47887e-06 1.84847e-06 4.52123e-06 -3.83503e-07 -6.24158e-06 1.89234e-06 5.51604e-08 2.50984e-05 -6.69295e-06 -4.81487e-06 -2.32545e-06 9.15341e-06 7.07644e-06 -5.53606e-06 -5.40558e-06 2.41329e-06 -5.50544e-06 -1.1386e-05 -7.26849e-07 2.69127e-05 1.53515e-05 1.27723e-06 -3.51878e-06 -4.09748e-06 -7.83628e-06 -1.23024e-05 3.73703e-06 5.97073e-06 -7.76311e-06 -1.96486e-06 9.86157e-06 1.12662e-05 7.69062e-06 8.87398e-07 -8.96332e-06 -9.94115e-06 1.08938e-06 1.38333e-06 -2.16371e-08 4.45251e-06 7.06596e-06 8.25557e-06 1.28071e-05 9.95609e-06 3.01056e-06 4.50615e-06 3.87153e-06 3.82517e-06 2.40554e-06 2.55042e-06 2.33009e-06 1.00684e-05 8.85745e-06 2.86684e-06 1.99416e-06 4.76049e-06 2.15452e-07 6.4538e-06 -8.78612e-06 -4.99307e-06 4.29453e-06 1.06628e-05 9.02532e-06 -4.00625e-06 -5.8811e-06 -2.21831e-06 -4.30579e-06 -6.53297e-06 1.08485e-05 2.92606e-05 1.68307e-05 3.64254e-06 -1.36536e-05 -1.0654e-05 -7.86166e-06 -1.90245e-06 8.56567e-06 7.12427e-06 -6.55327e-06 3.8797e-06 1.98622e-05 1.69564e-05 7.64123e-06 1.28348e-06 -8.46777e-06 -7.65278e-06 9.3822e-09 -4.34649e-06 -3.37677e-06 5.74702e-06 6.73012e-06 7.6926e-06 1.35462e-05 1.23879e-05 2.66793e-06 3.60937e-06 2.4413e-06 2.75263e-06 2.24889e-06 2.61838e-06 1.8152e-06 5.73335e-06 1.0791e-05 3.95221e-06 7.29956e-07 2.44745e-07 4.61717e-07 1.40455e-07 -3.79219e-06 2.22573e-07 2.84628e-06 8.4791e-06 9.2864e-06 1.95626e-07 -1.47391e-06 1.37417e-08 -4.62906e-07 -1.4291e-06 1.30534e-05 2.28134e-05 1.3937e-05 4.67802e-06 -4.94643e-06 -9.37607e-06 -2.52618e-06 4.21122e-06 9.60465e-06 1.59645e-06 -5.82855e-06 1.57874e-05 2.85739e-05 2.08686e-05 7.77353e-06 1.67927e-06 -5.54573e-06 -6.86142e-06 -5.41971e-06 -8.73809e-06 -1.39075e-06 7.46089e-06 4.19062e-06 6.09604e-06 1.7144e-05 1.18916e-05 9.67176e-08 1.59598e-06 1.59487e-07 4.38272e-07 -1.34646e-07 6.53308e-07 4.10658e-07 9.2802e-07 5.42879e-06 1.35296e-06 -3.93258e-07 -9.53758e-07 -5.10646e-07 -3.98191e-07 -7.71391e-07 2.00087e-06 2.96121e-06 3.37775e-06 2.25893e-06 -3.28447e-07 -2.71256e-07 1.33472e-06 1.30333e-06 1.58824e-06 6.97151e-06 1.10528e-05 9.96315e-06 4.94538e-06 1.98625e-06 -2.92849e-06 5.64783e-07 5.26269e-06 4.93269e-06 -2.0558e-06 6.18629e-07 5.12694e-06 1.4758e-05 1.80568e-05 7.05937e-06 -1.64459e-07 -4.72501e-06 -7.24307e-06 -9.25969e-06 -9.07562e-06 5.85949e-06 4.45985e-06 2.23976e-06 6.83994e-06 1.50513e-05 8.86827e-07 -7.56278e-08 1.3133e-06 -4.54798e-07 -2.98653e-07 -9.41747e-08 7.03463e-07 6.08603e-07 -6.90767e-07 -3.97911e-07 1.71427e-06 -2.6305e-07 -1.13968e-06 1.14617e-07 5.76768e-07 1.3642e-06 3.26308e-06 2.71845e-06 1.09502e-06 -4.05433e-07 -2.13369e-07 4.85373e-07 7.35657e-07 5.28898e-07 1.45222e-06 3.46191e-06 2.76012e-06 1.62694e-06 3.01341e-06 4.67563e-06 -3.49679e-07 6.92392e-07 2.71011e-06 1.06794e-06 7.6015e-07 1.54529e-06 3.90577e-06 5.76443e-06 4.59935e-06 1.44215e-06 -2.81879e-06 -4.84675e-06 -5.6743e-06 -4.30815e-06 1.988e-06 2.47753e-06 2.69974e-06 1.1916e-06 4.96138e-06 8.17358e-07 3.37688e-07 -2.5851e-07 5.32288e-08 -1.20367e-06 -6.73544e-07 -5.31114e-07 -2.92673e-07 1.50242e-06 -1.95211e-06 1.10551e-06 4.02187e-06 4.47877e-07 -5.70121e-07 1.23582e-06 1.54305e-06 2.91239e-06 3.08172e-06 1.66159e-06 5.33323e-07 4.65117e-07 8.79717e-07 1.02684e-06 6.05289e-07 4.33967e-07 9.14825e-07 1.18432e-06 4.25207e-07 -3.598e-08 1.11418e-07 1.78876e-07 -5.72941e-07 3.15261e-08 7.60004e-07 9.19292e-07 1.62113e-06 2.15877e-06 2.9421e-06 3.06361e-06 2.15699e-06 8.57475e-07 -3.14755e-07 -2.33057e-07 2.41943e-07 1.12402e-06 2.43993e-06 3.06248e-06 1.56152e-06 1.68812e-07 1.37825e-07 1.08606e-06 6.45868e-07 -8.97947e-07 -1.29611e-06 -1.61641e-06 -9.69594e-07 -7.54894e-07 -1.33058e-06 1.41816e-06 1.75888e-06 5.50721e-06 5.25169e-06 1.05866e-06 -9.25589e-08 1.20655e-06 2.28878e-06 2.66569e-06 1.70106e-06 5.5989e-07 3.48982e-07 8.73286e-07 1.13157e-06 8.17278e-07 3.21827e-07 1.24267e-07 1.60711e-07 2.206e-07 7.32717e-08 -1.43128e-07 1.04328e-08 2.89214e-08 -5.53343e-08 2.28983e-07 8.01267e-07 1.87297e-06 2.36988e-06 1.61031e-06 1.53899e-06 1.58747e-06 1.50963e-06 1.11069e-06 7.21482e-07 7.83885e-07 1.1719e-06 2.14296e-06 2.88778e-06 2.00427e-06 7.34388e-07 8.75626e-08 1.16698e-06 1.74572e-06 4.0859e-07 -1.10565e-06 -1.51286e-06 -1.28536e-06 -6.29826e-07 -4.89839e-07 -1.32775e-06 1.27154e-06 3.92339e-06 5.90046e-06 3.61632e-06 7.34011e-07 -1.14987e-07 9.24368e-07 1.72465e-06 1.45244e-06 5.51569e-07 2.69849e-08 2.51955e-07 7.23453e-07 6.59335e-07 2.39876e-07 -7.87821e-08 -1.70191e-07 -1.67006e-07 -2.9375e-08 -3.11914e-08 -1.24341e-07 4.47318e-08 1.39389e-07 2.22564e-07 6.57456e-07 1.49409e-06 2.17895e-06 1.65818e-06 7.52644e-07 5.94047e-07 7.69418e-07 9.06877e-07 7.97494e-07 6.8629e-07 8.75032e-07 1.44665e-06 2.1039e-06 1.96531e-06 1.21078e-06 8.16006e-07 9.89774e-07 1.63119e-06 1.31937e-06 -2.46295e-08 -1.03345e-06 -1.19566e-06 -6.61281e-07 2.55805e-07 2.40354e-07 6.70174e-08 1.85416e-06 3.59976e-06 3.24836e-06 1.63564e-06 3.20639e-08 -3.73023e-07 6.83241e-07 9.56715e-07 6.35052e-07 1.08255e-07 -8.09476e-08 1.31018e-07 3.41519e-07 1.70932e-07 -1.0406e-07 -2.07176e-07 -2.49769e-07 -2.48658e-07 -9.988e-08 -6.38526e-08 -9.81651e-08 2.07328e-08 1.60432e-07 3.25544e-07 7.34253e-07 1.25365e-06 1.36104e-06 7.8783e-07 2.30376e-07 1.30215e-07 2.95808e-07 3.52062e-07 2.69948e-07 2.47121e-07 5.24224e-07 1.06548e-06 1.34324e-06 1.11095e-06 8.69074e-07 8.54579e-07 9.9216e-07 1.13985e-06 6.17177e-07 -2.33642e-07 -7.2619e-07 -6.59505e-07 1.02209e-07 8.16399e-07 7.10355e-07 6.75264e-07 1.30607e-06 1.91558e-06 1.29029e-06 4.56871e-07 -3.40002e-07 -5.70573e-07 3.22743e-07 4.96844e-07 3.39159e-07 3.66675e-08 -6.33357e-08 5.38123e-08 1.31892e-07 1.28091e-08 -1.2713e-07 -1.81853e-07 -2.29026e-07 -2.12854e-07 -8.99489e-08 -5.63264e-08 -8.44988e-08 1.10994e-09 1.17655e-07 2.37214e-07 4.96063e-07 7.63588e-07 7.32081e-07 3.85335e-07 6.32474e-08 -7.29283e-10 1.15502e-07 1.10837e-07 2.1464e-08 2.04998e-08 2.46102e-07 6.15052e-07 7.72694e-07 6.85031e-07 6.48805e-07 6.69265e-07 6.77876e-07 6.4701e-07 2.90136e-07 -2.33952e-07 -4.96795e-07 -3.10534e-07 2.86139e-07 6.57613e-07 4.36433e-07 3.33271e-07 6.66383e-07 9.12363e-07 5.69835e-07 1.43104e-07 -2.69814e-07 -4.58419e-07 8.38565e-08 8.39818e-07 -2.19603e-07 -4.40184e-07 3.06379e-07 6.22127e-07 -1.56239e-07 -1.39472e-07 9.09047e-07 1.67136e-06 1.96702e-06 1.55368e-06 -9.54072e-08 -2.09641e-06 -1.89446e-06 -4.15651e-07 1.56844e-06 1.22892e-06 -3.11164e-07 -8.31907e-07 -4.40972e-07 1.30098e-06 2.55147e-06 3.21219e-06 3.67458e-06 3.66805e-06 2.45244e-06 7.10525e-07 9.00132e-08 7.64816e-07 7.94349e-07 6.53535e-07 3.21262e-07 3.86937e-07 6.42299e-07 4.81035e-07 -2.33411e-07 -6.90235e-07 -2.49635e-07 -5.18907e-07 -8.49685e-07 -4.7275e-07 -3.30925e-07 -5.90796e-07 -3.45974e-07 5.01341e-07 -1.96881e-07 -4.29785e-07 1.17917e-06 2.17056e-06 1.97917e-06 1.90469e-06 7.65427e-07 2.29307e-07 3.97032e-07 9.12649e-07 1.5496e-06 1.6369e-06 1.2259e-06 1.48365e-06 1.1173e-06 2.61993e-07 -7.66616e-07 -8.10064e-07 -6.59553e-07 2.72843e-07 2.15164e-06 1.53569e-06 6.14718e-07 8.21593e-07 1.36613e-06 1.6965e-06 1.83404e-06 2.05414e-06 2.18313e-06 1.91807e-06 7.54943e-07 -6.32958e-07 -8.44807e-07 7.77199e-07 1.23137e-06 9.20427e-07 5.92818e-07 7.15049e-07 8.34873e-07 7.73559e-07 4.57372e-07 5.42077e-08 -6.39009e-07 -1.64472e-06 -1.59364e-06 -1.94357e-06 -1.17215e-06 -3.97124e-07 6.41232e-08 5.87133e-07 6.45223e-07 1.34505e-06 2.96348e-06 3.88442e-06 3.40971e-06 3.04482e-06 2.04479e-06 1.55905e-06 2.03927e-06 3.60919e-06 4.92618e-06 4.41562e-06 2.79877e-06 8.86766e-07 -6.20095e-07 -9.24181e-07 -3.95053e-07 8.38548e-08 -6.91976e-08 4.21278e-07 9.51397e-07 1.24341e-06 2.3578e-06 3.75972e-06 4.41492e-06 3.96701e-06 3.0199e-06 2.35355e-06 2.24251e-06 3.52271e-07 -1.25943e-06 -1.36099e-06 -3.95152e-07 1.65142e-06 2.47665e-06 1.371e-06 -1.18384e-08 -3.51699e-07 5.69889e-07 1.99322e-06 2.11006e-06 1.06513e-06 -7.903e-07 -1.39723e-06 -1.86319e-06 -3.12086e-06 -3.41546e-06 -1.69569e-06 5.83874e-07 1.57798e-06 1.8519e-06 2.62129e-06 3.36774e-06 4.19517e-06 4.34047e-06 2.45335e-06 2.13475e-06 2.36659e-06 4.01433e-06 6.86869e-06 8.5839e-06 7.90436e-06 6.98532e-06 2.9263e-06 -2.09752e-06 -1.55781e-06 -1.15787e-06 -1.08547e-06 8.0621e-07 1.03749e-06 2.72114e-06 5.25766e-06 6.9071e-06 7.65298e-06 6.75941e-06 3.72283e-06 1.28166e-06 2.73486e-07 8.97039e-08 -4.06365e-07 -4.19396e-07 -1.04795e-06 -2.64609e-06 -1.67887e-06 8.57355e-07 1.69209e-07 -2.49265e-06 -2.81833e-06 -9.07339e-07 2.42364e-06 3.93392e-06 1.95326e-06 1.34078e-06 8.71257e-07 1.53874e-07 1.18057e-06 2.03318e-06 3.79501e-06 4.64349e-06 4.27311e-06 4.2664e-06 3.81998e-06 2.48877e-06 2.12349e-06 2.77302e-06 2.20706e-06 2.23446e-06 3.01468e-06 4.64124e-06 6.03274e-06 6.00505e-06 5.81296e-06 4.66116e-06 2.73449e-07 -1.24262e-06 -2.09669e-06 -2.76359e-06 2.309e-06 3.17695e-06 5.11657e-06 6.31242e-06 5.04731e-06 3.52258e-06 2.38974e-06 -1.42127e-06 -6.86319e-06 -9.60634e-06 -8.35536e-06 -2.87706e-06 -7.51686e-07 -7.08267e-07 -2.28087e-06 -3.85598e-06 -2.43449e-06 1.52381e-07 -2.44583e-06 -6.71065e-06 -6.9086e-06 -3.98826e-06 5.80283e-06 5.65555e-06 4.89799e-06 6.137e-06 5.87197e-06 6.09063e-06 7.35941e-06 9.31217e-06 9.86463e-06 8.16322e-06 6.66684e-06 5.4307e-06 3.65001e-06 2.41371e-06 2.41334e-06 2.48142e-06 3.6912e-06 3.43026e-06 3.0303e-06 2.90228e-06 3.23138e-06 2.5402e-06 2.5165e-06 2.65608e-06 2.86102e-06 8.48498e-08 -1.40018e-06 -9.82774e-08 5.91928e-06 1.02199e-05 1.02973e-05 5.67824e-06 1.323e-06 2.73874e-07 1.73154e-06 1.30873e-06 -7.86164e-06 -1.52212e-05 -4.59159e-06 -3.84602e-06 -4.05639e-06 -1.49842e-06 9.14543e-07 4.93138e-07 1.51694e-07 -1.56505e-06 -5.67831e-06 -8.65797e-06 -6.9656e-06 -4.75822e-07 5.33017e-06 1.1517e-05 1.68075e-05 1.75344e-05 1.64819e-05 1.54521e-05 1.26686e-05 8.5172e-06 5.32602e-06 5.14671e-06 6.38425e-06 4.40881e-06 2.0569e-06 2.67718e-06 3.94322e-06 3.97325e-06 5.77971e-06 6.34376e-06 4.80791e-06 3.94971e-06 2.8586e-06 -8.06194e-07 -3.15535e-07 1.14868e-06 -9.97212e-07 6.13651e-06 5.77918e-06 5.63548e-06 1.26937e-05 1.77982e-05 1.42099e-05 7.184e-06 3.6479e-06 4.22283e-06 5.89301e-06 4.89303e-06 7.40624e-07 1.9227e-06 2.24023e-06 -6.92562e-07 -2.04959e-06 -1.0067e-06 6.91942e-06 4.07572e-06 -9.10011e-07 -4.92318e-06 -5.91927e-06 -3.55309e-06 -9.81521e-06 1.0265e-05 1.6013e-05 2.61911e-05 2.81327e-05 2.46815e-05 2.26548e-05 2.10631e-05 1.58975e-05 6.64704e-06 7.30151e-07 1.89853e-06 6.62862e-06 4.36415e-06 2.33254e-06 5.32609e-06 6.65287e-06 6.41639e-06 4.26954e-06 3.81571e-06 3.00271e-06 3.68248e-06 -1.65131e-06 -3.2139e-06 5.05047e-07 -1.51678e-06 2.82494e-08 1.29943e-05 8.1008e-06 5.87699e-06 9.33424e-06 1.45633e-05 1.96914e-05 1.7216e-05 6.1561e-06 5.66921e-06 6.93051e-06 6.07315e-06 2.9398e-06 3.35969e-06 1.67566e-06 -2.8693e-06 -8.45357e-06 -6.83927e-06 1.81784e-06 4.09687e-07 -2.42972e-06 -5.54053e-06 -1.08475e-05 -1.74703e-05 9.94024e-06 3.62275e-05 4.14152e-05 3.15955e-05 1.71909e-05 1.1231e-05 1.10063e-05 1.25823e-05 9.68799e-06 4.75063e-06 -1.53147e-07 2.4511e-06 5.25689e-06 3.29355e-06 2.86468e-06 4.63673e-06 4.35943e-06 3.32199e-06 3.46501e-06 3.13032e-06 4.80394e-06 2.68797e-06 -5.28563e-06 -5.18045e-07 4.90712e-06 1.16548e-06 4.60729e-06 1.19159e-05 3.39665e-06 1.05679e-06 5.27426e-06 7.67398e-06 1.42728e-05 1.77796e-05 8.52959e-06 2.96884e-06 -1.73084e-06 -1.55244e-06 -1.6617e-06 -5.96889e-07 -2.48669e-07 -4.6196e-06 -4.81726e-06 3.53987e-06 3.82656e-06 1.99792e-06 -6.73495e-06 -1.20577e-05 -2e-05 -7.80656e-06 1.69034e-05 2.41854e-05 9.90118e-06 9.86911e-06 1.0079e-05 8.22315e-06 3.99865e-06 3.23482e-06 3.53627e-06 2.13353e-06 1.84354e-06 2.78726e-06 1.90563e-06 1.33446e-06 2.31388e-07 9.17149e-07 1.41956e-06 2.05372e-06 5.33916e-06 4.76845e-06 7.82697e-06 2.46526e-06 -7.5163e-06 -2.9763e-06 4.33793e-06 -1.14443e-06 2.59151e-06 6.44367e-06 1.01435e-06 -4.39665e-07 1.12491e-06 3.26934e-06 5.47287e-06 1.09452e-05 9.21873e-06 -2.09798e-06 -3.43262e-06 5.84939e-06 3.82576e-06 9.69387e-06 8.11564e-06 -3.92718e-06 -6.92983e-06 -1.57678e-06 2.21268e-05 7.02829e-06 -2.57156e-06 -1.88801e-05 -1.00263e-05 -5.62262e-06 5.56528e-06 3.01795e-06 -9.71985e-06 -7.5995e-06 1.53556e-06 5.84747e-06 2.56552e-06 -2.55214e-06 -1.86212e-06 4.48455e-07 2.83109e-06 1.91639e-06 2.11225e-06 2.58464e-06 9.39219e-07 8.74061e-08 2.34865e-07 7.33599e-06 4.63336e-06 3.58576e-06 6.3989e-06 1.85665e-06 -9.70889e-06 -4.98521e-06 -2.61424e-06 -4.5772e-07 8.23649e-07 5.5969e-06 6.89868e-06 6.6344e-06 1.05017e-05 1.27692e-05 3.36239e-06 -5.61912e-06 6.05376e-06 1.40401e-06 -6.93995e-07 4.69367e-06 1.12064e-05 2.43145e-05 1.12285e-05 -1.61419e-05 -2e-05 -1.96628e-05 -7.91798e-06 5.02346e-06 4.91409e-06 -1.26954e-05 -7.74381e-06 -3.29889e-06 2.25745e-06 6.64697e-06 8.41754e-06 8.88191e-06 1.02765e-05 9.09616e-06 3.90314e-06 -3.09174e-06 -5.1555e-06 -5.16679e-07 4.70022e-06 4.8005e-06 4.98247e-06 4.4643e-06 1.11016e-06 -3.11729e-06 7.13694e-07 1.28442e-05 8.3896e-07 -2.76017e-07 5.99838e-06 3.27375e-06 -6.29225e-06 -6.66562e-06 -8.70624e-06 -1.93205e-06 -4.02504e-08 3.14554e-06 8.77548e-06 1.29191e-05 1.84258e-05 1.81285e-05 -8.80633e-07 -1.65133e-05 -3.24613e-06 5.54302e-07 4.008e-06 5.54657e-06 8.16296e-06 1.22704e-05 -3.76284e-06 -2e-05 -2e-05 -2e-05 -2e-05 -1.79039e-05 6.96453e-06 -1.52914e-05 -6.87102e-06 3.36189e-06 2.81261e-06 9.65629e-06 1.03931e-05 6.45808e-06 2.70111e-06 2.06456e-06 5.15563e-06 -2.834e-06 -2.93861e-06 2.39165e-06 7.3088e-06 5.03961e-06 3.40925e-06 2.08962e-06 -1.93571e-06 -5.81099e-06 2.15063e-06 1.06081e-05 -8.55056e-07 -5.86862e-06 6.53875e-06 8.94674e-06 -2.35077e-06 -7.5244e-06 -1.8511e-05 -9.73567e-06 5.13743e-06 4.04079e-06 6.41388e-06 1.47768e-05 1.25599e-05 7.88431e-06 -7.0869e-06 -9.0951e-06 -1.24769e-06 -8.15537e-07 3.62183e-06 4.34779e-06 6.8196e-06 7.4813e-06 9.72954e-06 4.57159e-08 -2.35065e-07 -1.15529e-06 -1.34595e-05 -9.72577e-06 7.11206e-06 -4.89159e-06 5.69839e-06 4.58726e-06 -1.13146e-06 6.26685e-06 1.41881e-05 1.28247e-05 3.21601e-06 -5.61908e-06 3.31928e-07 -2.65789e-06 -2.18709e-06 5.27659e-07 1.58943e-06 7.38795e-07 1.50087e-06 1.61509e-06 -2.13603e-06 -9.59279e-07 2.77673e-06 5.94214e-06 -4.72668e-06 -9.94079e-06 1.20444e-05 6.49589e-06 -1.36799e-06 -4.5691e-06 -8.67599e-06 5.14895e-06 4.70836e-06 8.41092e-06 8.82488e-06 9.29418e-06 6.14092e-06 1.29557e-06 -9.51671e-06 -1.02881e-05 -3.70364e-06 -1.12129e-06 4.59979e-06 2.77222e-06 7.85577e-06 5.45878e-06 9.05419e-06 8.60851e-06 1.23614e-05 1.19838e-05 -6.82106e-06 -1.68863e-06 2.49174e-06 2.43962e-06 6.34451e-06 5.63976e-06 4.87995e-06 9.38118e-06 1.37356e-05 1.01711e-05 2.03579e-06 2.4615e-07 -1.20397e-06 -4.55223e-07 1.92531e-06 2.75029e-06 2.14716e-06 1.55506e-06 -1.76697e-06 5.43005e-07 -9.221e-07 2.27597e-06 -6.33098e-07 -1.02037e-06 -7.08178e-06 -2e-05 6.53649e-06 5.06471e-06 -3.01547e-06 5.38006e-06 2.89259e-06 7.36346e-06 1.28531e-05 1.66494e-05 9.26879e-06 6.54068e-06 8.19177e-06 5.81196e-06 -8.00533e-06 -9.22532e-06 -3.014e-06 2.32738e-07 6.44628e-06 2.40961e-06 8.56143e-06 6.78936e-06 1.17113e-05 1.91256e-05 2.39395e-05 1.83595e-05 8.80415e-06 3.21395e-06 5.93055e-07 7.87539e-06 1.05742e-05 7.78957e-06 9.43982e-06 8.79777e-06 7.32702e-06 5.47161e-06 5.18072e-06 2.03066e-06 -2.26889e-06 1.77286e-06 6.24649e-06 6.54994e-06 2.92424e-06 7.29656e-07 -3.6127e-06 9.59188e-07 5.00548e-07 4.37339e-06 2.92407e-06 -2.3237e-06 -8.56267e-06 -2e-05 3.87359e-06 9.75974e-06 4.37418e-06 9.02705e-07 5.96416e-06 8.75499e-06 1.34944e-05 1.52903e-05 1.01607e-05 1.07538e-05 1.44456e-05 1.98194e-05 1.13168e-05 -1.68726e-07 2.05747e-06 1.12972e-07 6.7436e-06 -4.08376e-07 1.48437e-06 4.70381e-06 1.28685e-05 2.67615e-05 2.63085e-05 1.72705e-05 7.43275e-06 1.42741e-06 -2.70036e-07 1.09905e-05 1.36951e-05 1.36932e-05 1.42279e-05 9.32287e-06 2.07767e-06 -9.7613e-07 6.67177e-06 6.22434e-06 1.00963e-06 4.18529e-06 1.0714e-05 1.16632e-05 3.15557e-06 -7.20253e-07 -6.65987e-06 1.96967e-06 -4.3273e-07 3.48689e-06 2.91173e-06 -1.09931e-06 -1.20676e-05 -1.3358e-05 8.48536e-06 1.24492e-05 6.45991e-06 -2.13025e-06 -5.4303e-06 -2.15438e-06 6.55063e-06 1.52117e-05 1.84654e-05 1.84743e-05 1.83233e-05 2.22267e-05 1.89029e-05 3.86473e-06 3.975e-06 -6.75668e-07 3.84073e-06 4.97103e-06 1.89764e-07 4.02641e-06 1.6153e-05 2.81822e-05 2.24366e-05 1.48803e-05 8.537e-06 1.44267e-06 -1.22389e-06 6.74515e-06 1.70469e-05 1.48787e-05 1.12258e-05 9.92369e-06 -1.51341e-06 -1.68834e-05 3.16483e-06 6.96356e-06 3.94715e-06 5.04571e-06 1.02005e-05 1.24107e-05 6.31364e-06 1.15964e-06 -5.53678e-06 9.82601e-07 4.00105e-07 4.86599e-07 -3.60483e-06 6.83064e-07 -4.45779e-06 3.34474e-07 1.01349e-05 1.38618e-05 9.57243e-06 -7.33927e-06 -1.81335e-05 -1.40084e-05 1.5742e-06 1.63864e-05 2.1515e-05 1.5518e-05 1.85872e-05 2.30497e-05 1.51375e-05 2.67746e-06 1.33623e-06 -2.47089e-06 2.83008e-07 1.05383e-05 2.37954e-06 1.96562e-06 1.78375e-05 2.34666e-05 1.39378e-05 8.53588e-06 5.4112e-06 -7.19791e-07 -4.16009e-06 7.50765e-07 1.11511e-05 8.16868e-06 3.90773e-06 2.2526e-06 -6.33275e-06 -2e-05 -2.27015e-06 5.14747e-06 5.08671e-06 4.06736e-06 4.70412e-06 4.21951e-06 3.87406e-06 3.3661e-06 1.8169e-06 3.02804e-06 1.69798e-06 2.07414e-06 3.24077e-06 1.62337e-06 5.82053e-07 4.34613e-06 7.87902e-06 8.34862e-06 2.06297e-06 -1.5019e-05 -2e-05 -1.94425e-05 1.8582e-06 1.38133e-05 1.50561e-05 2.7987e-06 1.03581e-05 2.07519e-05 1.51244e-05 4.11592e-06 3.82573e-07 -2.16512e-06 1.81877e-07 1.37212e-05 3.31639e-06 4.17293e-08 7.78777e-06 1.09303e-05 6.25198e-07 1.41962e-06 1.74264e-06 -1.812e-06 -8.81418e-06 -7.18748e-06 -2.14964e-07 1.96573e-06 1.46179e-06 -4.3245e-06 -4.08269e-06 -9.93131e-06 -1.55107e-06 3.97659e-06 6.3107e-06 4.02979e-06 1.1621e-06 -7.90669e-09 -6.17862e-07 1.2558e-06 3.74874e-06 3.01526e-06 2.67944e-06 9.13538e-07 -1.27582e-06 -1.98592e-06 -3.78971e-06 2.09927e-06 4.41993e-06 1.39093e-06 1.53233e-06 -1.1794e-05 -2e-05 -1.54685e-05 2.91374e-06 1.85922e-05 7.21515e-06 -2.21641e-08 5.03965e-06 9.33537e-06 1.61632e-05 4.54479e-06 1.28707e-06 6.92878e-07 4.23393e-06 1.20304e-05 4.56029e-06 3.68764e-07 1.05693e-06 7.04229e-07 -7.18005e-06 -6.17107e-06 -1.42724e-06 -1.39068e-07 -8.70331e-06 -6.722e-06 -4.22104e-06 -6.05664e-07 2.67569e-06 -3.44705e-06 -3.21832e-07 5.16645e-07 1.27052e-06 3.09692e-06 6.93283e-06 4.00842e-06 4.89436e-08 -2.17053e-07 -4.05163e-06 -9.37861e-07 5.67713e-06 2.21388e-06 -1.22902e-06 -8.05954e-07 -2.19874e-06 -3.00705e-06 2.43091e-06 3.87086e-06 3.88544e-06 -1.54871e-06 2.18295e-06 -5.98619e-06 -1.81192e-05 -1.26422e-05 8.32871e-07 1.50695e-05 7.68872e-07 3.45885e-06 5.86007e-06 4.40977e-06 1.78225e-05 4.37669e-06 -1.15957e-07 1.1598e-07 -4.49088e-07 8.6202e-06 5.85551e-06 6.98587e-08 4.31505e-07 6.43908e-07 8.22728e-07 -7.86977e-06 -7.57386e-06 -4.185e-07 -1.06636e-05 -2.83851e-06 -4.45785e-06 -2.34173e-06 -6.40593e-07 -3.04124e-06 3.33386e-06 2.23716e-06 2.43325e-06 1.92667e-06 8.57151e-06 4.77251e-06 1.48646e-06 4.72407e-07 3.18853e-07 -6.48403e-07 -1.27032e-07 -2.15065e-06 -1.05459e-06 -4.4715e-08 -1.66447e-06 -1.8206e-06 2.05324e-06 3.14301e-06 3.2764e-06 1.39919e-06 3.03123e-06 -2.48128e-06 -1.37179e-05 -1.15735e-05 -1.12261e-06 4.17709e-06 9.45067e-07 5.71383e-06 1.00005e-06 6.63536e-06 1.65578e-05 5.19691e-06 -4.73605e-07 -1.43771e-06 6.95904e-07 7.33314e-06 5.73759e-06 1.60196e-08 -2.44444e-06 2.61739e-06 1.68754e-06 -1.52242e-05 -1.00085e-05 5.3918e-06 -8.20541e-06 4.22616e-08 -4.62776e-06 -3.36754e-06 -1.35571e-06 6.96334e-07 3.99414e-07 2.32693e-06 4.21212e-06 4.98257e-07 3.65033e-07 2.92125e-07 5.34808e-07 1.09852e-06 7.93353e-07 6.4423e-07 -3.62976e-08 6.79623e-07 3.63607e-06 7.0487e-07 1.14263e-06 1.25533e-06 3.96367e-06 4.07123e-06 2.55065e-06 1.67224e-06 2.57884e-06 1.63382e-06 -2.59567e-06 -5.83848e-06 -1.08772e-06 -1.96842e-06 4.15733e-06 3.19614e-06 -1.18173e-06 1.20453e-05 1.14633e-05 3.22194e-06 2.74738e-06 1.32078e-06 1.5355e-06 3.1366e-06 4.02079e-06 -8.51382e-07 -4.0794e-06 1.0243e-06 3.66112e-06 -2e-05 -6.57284e-06 2.81027e-05 -2.68653e-07 1.71421e-07 -4.05829e-06 -2.56258e-07 6.40039e-07 2.34267e-07 -1.39099e-06 2.72129e-06 4.01053e-07 1.03813e-06 2.15658e-06 5.40139e-07 9.52701e-07 1.42203e-06 1.49459e-06 1.1424e-06 -4.27378e-07 2.27872e-06 4.98971e-06 1.91204e-06 3.87682e-06 3.50347e-06 3.76795e-06 2.88302e-06 2.38356e-06 2.12863e-06 1.3846e-06 2.30031e-06 5.71091e-06 -1.57208e-06 -3.56628e-06 -2.93919e-06 2.96618e-06 -6.30904e-07 -1.81014e-06 9.3732e-06 2.68356e-06 1.29179e-06 1.07051e-06 -2.15102e-08 6.64832e-07 4.03038e-07 1.31702e-06 -2.14566e-06 -3.40665e-06 -2.68237e-07 3.56799e-07 -2e-05 3.07013e-06 2.86948e-05 7.41953e-06 -1.284e-06 9.3781e-07 1.53957e-06 1.25807e-06 -4.36876e-07 -1.60545e-06 2.17683e-07 7.59513e-07 2.90471e-06 3.27887e-06 8.88102e-07 1.17024e-06 2.09919e-06 8.0806e-07 -6.55155e-09 -1.14073e-06 2.93014e-06 2.4654e-06 3.27347e-06 5.648e-06 4.71055e-06 3.42635e-06 2.87836e-06 2.88311e-06 1.89957e-06 -9.63061e-08 -7.2564e-07 6.89058e-08 -2.83141e-06 -4.47001e-06 -2.10995e-06 -6.93388e-08 -5.47061e-07 8.00532e-07 1.11678e-06 5.48496e-07 2.31474e-07 1.6938e-07 -1.95239e-07 -2.70996e-07 1.2988e-07 1.88101e-07 -1.76897e-06 -1.81044e-06 -2.97744e-08 -4.50901e-07 -1.31082e-06 3.49795e-06 4.46395e-06 2.12587e-06 8.83461e-07 2.41375e-06 3.00028e-06 1.35608e-06 -7.48675e-07 -5.48665e-07 -7.30375e-08 1.44021e-06 3.30074e-06 2.95546e-06 8.39421e-07 2.83483e-07 6.30367e-07 -1.14952e-07 -1.56195e-07 3.35488e-07 4.37447e-06 2.22818e-06 4.02019e-06 5.07248e-06 4.41064e-06 2.22785e-06 2.36274e-06 2.19113e-06 9.50944e-07 -5.15143e-07 -6.03903e-07 -7.50917e-07 -7.54149e-07 -1.2155e-06 -1.16377e-06 4.02973e-07 6.82778e-07 1.11343e-06 1.14997e-06 1.95026e-07 1.36559e-07 5.48256e-07 2.45901e-07 2.97241e-07 7.28939e-07 1.43884e-07 -5.7748e-07 -4.57926e-07 2.49319e-07 4.89679e-08 1.06541e-06 2.82003e-06 1.97877e-06 1.35651e-06 2.4958e-06 3.90054e-06 2.91329e-06 6.35122e-07 -7.05203e-07 -6.09862e-07 5.96899e-08 1.51765e-06 2.13908e-06 1.88347e-06 4.63943e-07 -4.19069e-07 -3.60123e-07 -4.05689e-07 4.41374e-07 1.05312e-06 3.5495e-06 2.70366e-06 4.54797e-06 3.14016e-06 2.71381e-06 3.86191e-07 1.02633e-06 9.52427e-07 1.1864e-07 -2.55426e-07 -1.41282e-07 -1.64558e-07 -1.1608e-07 1.03288e-07 5.09745e-07 1.07432e-06 1.59327e-06 1.87045e-06 1.07005e-06 -1.41524e-07 7.63614e-08 6.55702e-07 7.54556e-07 1.1709e-06 1.08202e-06 3.3073e-07 -3.78849e-07 -3.62664e-07 1.83813e-08 4.09048e-07 1.55629e-06 2.73805e-06 2.69159e-06 2.49372e-06 2.96224e-06 2.90289e-06 1.54704e-06 -1.11483e-07 -8.86409e-07 -3.39221e-07 4.8582e-07 1.07176e-06 9.77053e-07 8.68596e-07 1.01714e-07 -6.12438e-07 -7.09071e-07 -9.30175e-07 -7.35156e-07 4.29024e-07 1.3437e-06 4.1402e-06 3.66016e-06 1.18997e-06 2.54526e-07 -4.89934e-07 1.59443e-07 1.96528e-07 -5.7839e-08 -1.79525e-08 9.79804e-08 1.12587e-07 3.0819e-07 7.23472e-07 1.27612e-06 1.54032e-06 1.57461e-06 1.37628e-06 4.64411e-07 -1.77112e-07 1.36778e-07 7.09205e-07 1.21957e-06 1.45883e-06 9.16609e-07 8.11754e-09 -5.82706e-07 -5.02036e-07 -7.58198e-08 5.22299e-07 1.60333e-06 2.56434e-06 2.39343e-06 1.98829e-06 1.87727e-06 1.35183e-06 4.34565e-07 -4.2184e-07 -3.55098e-07 1.43066e-07 6.35362e-07 6.36827e-07 2.35161e-07 3.12269e-08 -1.82435e-07 -3.97252e-07 -6.57174e-07 -1.18158e-06 -8.89271e-07 5.45744e-07 2.56822e-06 3.60643e-06 1.8706e-06 1.25491e-07 -7.30209e-07 -5.92894e-07 -4.44184e-08 2.02663e-08 -3.35156e-08 8.8051e-08 2.19246e-07 3.2704e-07 6.29826e-07 1.03566e-06 1.16995e-06 9.99487e-07 8.64682e-07 6.16678e-07 1.02433e-07 -1.33557e-07 1.64981e-07 7.13086e-07 1.19628e-06 1.12705e-06 4.69809e-07 -2.03481e-07 -5.02947e-07 -4.08395e-07 -4.95422e-08 3.95932e-07 1.11511e-06 1.66603e-06 1.42778e-06 1.15766e-06 9.6034e-07 4.83477e-07 -3.0632e-08 -2.72188e-07 -6.58432e-08 3.14981e-07 4.96438e-07 3.13646e-07 -3.38508e-08 -2.41194e-07 -2.05664e-07 -2.61402e-07 -4.98861e-07 -8.83189e-07 -8.50265e-07 3.13531e-07 1.88013e-06 1.92616e-06 7.38307e-07 -1.88902e-07 -8.21142e-07 -4.05212e-07 -3.88657e-08 6.76917e-09 -7.79019e-09 1.10786e-07 2.36149e-07 3.48325e-07 5.70635e-07 7.86587e-07 7.50942e-07 5.45867e-07 4.15499e-07 2.64289e-07 4.29435e-10 -1.00107e-07 1.41738e-07 5.32932e-07 8.26637e-07 7.2291e-07 2.41587e-07 -2.05874e-07 -3.87874e-07 -3.04143e-07 -2.89172e-08 2.46343e-07 6.36758e-07 9.01181e-07 7.44074e-07 6.26643e-07 5.00612e-07 1.83131e-07 -5.77095e-08 -1.08856e-07 3.53023e-08 2.19396e-07 2.79305e-07 1.55128e-07 -6.7659e-08 -2.05507e-07 -1.11976e-07 -1.42567e-07 -3.6175e-07 -6.85107e-07 -7.02467e-07 1.23739e-07 1.05719e-06 1.03124e-06 4.16842e-07 -2.05078e-07 -5.96034e-07 2.23769e-06 1.08656e-06 7.91011e-07 1.86099e-06 2.76744e-06 2.62494e-06 1.898e-06 1.04427e-06 1.03791e-07 -5.13313e-07 -6.67831e-07 -7.02788e-07 -9.30504e-07 -8.09849e-07 -4.2588e-08 9.90801e-07 4.6976e-07 -5.94808e-08 -3.64916e-08 2.51017e-07 8.08054e-07 1.27968e-06 1.22762e-06 1.15132e-06 1.34701e-06 1.26959e-06 1.64203e-08 -1.42715e-06 -7.43609e-07 -3.96264e-07 -5.83763e-07 2.00677e-07 1.18509e-06 1.72968e-06 1.89603e-06 1.51691e-06 7.49811e-07 3.9886e-07 5.14807e-08 -8.54862e-07 -5.69434e-07 -5.75151e-07 -9.92458e-07 -5.52395e-07 1.91756e-07 -7.29167e-08 1.28565e-06 3.47743e-06 4.39507e-06 3.83164e-06 1.40375e-06 3.45056e-07 -1.69752e-07 6.40254e-07 2.97661e-06 5.22417e-06 5.20084e-06 2.41913e-06 4.39138e-07 -1.99096e-07 -1.22583e-06 -1.68067e-06 -1.25993e-06 -5.22938e-07 -1.71865e-07 -1.65318e-07 3.82963e-07 1.69798e-06 2.99273e-06 3.83436e-06 4.42718e-06 4.32623e-06 3.42918e-06 2.37486e-06 1.58867e-06 7.96299e-07 -8.26144e-07 -1.47521e-06 -9.98485e-08 4.92078e-07 7.21889e-07 1.27597e-06 1.52891e-06 1.67587e-06 1.88278e-06 1.55883e-06 3.4923e-07 -4.80259e-07 -9.41518e-09 -1.67052e-07 -8.18887e-07 -3.16134e-07 5.50215e-07 9.05761e-07 1.31399e-07 2.61501e-08 1.79545e-06 3.82757e-06 4.35452e-06 3.27781e-06 3.68533e-06 2.75556e-06 2.12841e-06 2.69099e-06 5.13501e-06 6.97792e-06 5.71599e-06 3.04789e-06 9.63826e-07 -2.63472e-06 -3.51988e-06 -3.12279e-06 -1.66876e-06 4.25293e-07 6.70191e-07 2.50262e-06 5.46858e-06 8.51397e-06 1.07027e-05 1.12422e-05 1.0071e-05 7.73925e-06 5.05951e-06 2.51137e-06 1.51759e-07 -1.84656e-06 -1.59563e-06 -8.86342e-07 1.27337e-07 7.10296e-07 8.13962e-07 5.22899e-07 -1.68275e-07 2.39844e-07 1.65135e-06 1.78948e-06 5.89928e-08 -1.08696e-06 -1.81695e-07 -2.41312e-07 -1.37146e-06 -1.84058e-06 -9.97368e-07 -9.11221e-07 -1.61156e-06 7.47619e-07 3.61402e-06 4.55763e-06 5.00186e-06 5.10578e-06 4.12711e-06 3.49323e-06 1.80784e-06 9.00369e-07 2.24136e-06 3.11596e-06 2.47756e-06 2.97882e-06 -6.34763e-07 -6.0986e-06 -4.96054e-06 -1.2542e-06 -1.77516e-06 2.56889e-06 5.37515e-06 9.2656e-06 1.2741e-05 1.39601e-05 1.3159e-05 1.12243e-05 8.63934e-06 5.84893e-06 3.08019e-06 6.92522e-07 -7.20649e-07 4.15667e-07 1.14785e-06 1.70604e-07 6.23692e-08 1.03966e-06 7.344e-07 -6.08452e-07 -3.14304e-07 1.40581e-06 4.85668e-06 6.19178e-06 3.67312e-06 2.00733e-06 1.14961e-06 -8.48366e-07 -1.86128e-06 1.92365e-06 1.9994e-06 3.91037e-07 6.8341e-07 3.34616e-06 4.8679e-06 4.20882e-06 3.35861e-06 3.83417e-06 3.16395e-06 2.26331e-06 8.53479e-07 4.03441e-07 1.10696e-06 1.00565e-06 -7.61525e-07 -1.95727e-06 -5.09237e-06 -4.64653e-06 -7.56244e-08 1.33834e-06 5.1251e-06 8.32817e-06 1.19972e-05 1.28112e-05 1.06108e-05 7.60113e-06 4.72066e-06 1.37384e-06 -1.58919e-06 -2.97048e-06 -2.81317e-06 -1.44508e-06 -3.54729e-07 1.24869e-06 2.48918e-06 1.31101e-06 -4.32085e-07 1.23112e-06 -9.26725e-07 -1.87627e-07 2.71349e-06 1.50528e-06 6.78607e-06 1.29855e-05 7.02149e-06 7.03586e-06 5.49583e-06 3.35428e-06 2.62495e-06 4.05978e-06 7.03802e-06 5.50118e-06 5.41044e-06 6.20488e-06 6.41296e-06 6.5085e-06 5.679e-06 3.62673e-06 6.15512e-06 3.12364e-06 -1.27464e-06 1.58589e-06 8.23418e-06 1.72419e-06 -4.42256e-06 -3.99755e-06 -3.38416e-06 -2.20513e-06 1.01179e-06 7.22815e-06 1.32786e-05 1.73195e-05 1.59311e-05 9.41087e-06 1.84227e-06 -2.15317e-06 -1.06698e-06 1.73687e-07 7.57893e-07 1.8799e-06 2.71891e-06 2.17953e-06 4.49706e-07 -6.13033e-07 -5.66626e-08 7.43804e-07 5.19523e-07 -1.135e-06 -2.05341e-06 -7.86667e-07 2.57999e-06 6.04076e-06 4.70696e-06 8.12097e-06 1.27266e-05 1.16764e-05 7.65331e-06 5.8514e-06 6.1199e-06 7.58001e-06 9.068e-06 7.10375e-06 6.70481e-06 7.04936e-06 6.8801e-06 5.95557e-06 4.37342e-06 5.50284e-06 8.06118e-06 2.31867e-06 2.36892e-06 5.40355e-06 4.08013e-06 -1.20428e-06 -2.59711e-06 -2.78644e-06 -6.93577e-06 -3.69695e-06 7.2101e-06 1.67447e-05 1.94049e-05 1.83094e-05 1.31996e-05 4.52063e-06 -4.09329e-06 -6.61502e-06 -2.19596e-06 5.84217e-06 9.32302e-06 9.70839e-06 9.625e-06 7.85129e-06 4.84275e-06 7.92908e-07 1.68984e-06 2.48381e-06 4.99174e-07 -2.45655e-06 -3.45818e-06 5.52889e-06 6.53544e-06 4.36712e-06 1.24928e-05 2.13882e-05 2.33702e-05 1.61473e-05 9.45905e-06 6.47647e-06 4.37988e-06 1.69661e-06 1.16852e-06 4.91111e-06 6.93592e-06 6.23107e-06 5.12676e-06 6.53405e-06 9.42494e-06 1.12903e-05 2.12271e-06 2.53626e-06 5.35649e-06 3.08234e-06 5.67812e-07 1.83147e-06 -2.12477e-07 -6.23463e-06 -9.07402e-06 2.89647e-06 1.51219e-05 1.6567e-05 1.63608e-05 1.48237e-05 1.06187e-05 2.87318e-06 -9.45781e-07 4.70027e-06 8.10313e-06 9.23184e-06 1.20867e-05 1.3504e-05 1.30399e-05 9.90283e-06 4.1818e-06 3.50106e-07 3.78163e-06 1.97919e-06 -2.84131e-06 -5.9565e-06 3.20021e-06 5.91717e-06 4.0894e-06 1.19667e-05 2.46753e-05 3.13335e-05 2.45964e-05 1.64443e-05 1.25873e-05 8.86713e-06 2.70024e-06 -1.26094e-06 -1.4219e-06 5.44372e-06 6.50762e-06 5.6888e-06 5.97161e-06 1.13013e-05 1.28591e-05 8.12157e-06 2.68607e-07 3.81884e-06 6.01142e-06 1.9388e-06 -3.39703e-06 1.63857e-06 1.9948e-06 -2.50956e-06 -5.18326e-06 -1.77255e-06 4.65077e-06 7.09193e-06 1.07024e-05 1.728e-05 1.75268e-05 7.87992e-06 1.11178e-06 3.53323e-06 7.32569e-06 1.017e-05 1.26632e-05 1.28501e-05 8.69869e-06 2.69648e-06 -1.53383e-08 6.4964e-07 1.02905e-06 4.02366e-07 -8.33833e-06 -1.76736e-06 -1.47662e-06 9.5788e-06 1.06757e-05 2.12039e-05 1.66787e-05 7.30217e-06 3.35024e-06 3.71389e-06 4.49047e-06 3.54183e-06 -2.56706e-07 -1.3289e-06 9.57175e-07 1.97248e-06 1.47266e-06 2.60333e-06 5.69029e-06 1.09856e-05 1.02463e-05 4.2598e-06 2.45514e-06 5.55995e-06 6.40658e-06 2.45588e-06 -2.8531e-06 1.19173e-06 3.11518e-06 1.02026e-07 -1.66117e-06 -2.79199e-06 1.51632e-07 2.80836e-06 5.12528e-06 1.32593e-05 1.69652e-05 1.1827e-05 3.9512e-06 -7.43843e-07 2.53163e-06 7.24862e-06 7.10656e-06 7.71936e-06 5.79163e-06 2.6936e-06 5.11534e-06 4.32738e-07 1.88131e-06 -1.24398e-06 -3.00837e-06 -5.39156e-06 -2.83119e-07 3.83266e-06 1.18382e-05 1.05239e-05 -1.38124e-06 -1.33793e-05 -1.20176e-05 -5.95503e-06 1.08181e-06 3.12941e-06 6.76545e-07 1.44679e-06 5.23075e-07 -2.60225e-06 -1.73566e-06 2.62699e-06 7.4199e-06 7.11877e-06 4.59223e-06 2.31282e-06 3.84538e-06 5.42917e-06 4.25798e-06 8.46666e-07 -3.36922e-06 -1.65191e-06 -2.99414e-06 -6.8163e-06 -6.23689e-06 -2.42067e-06 3.91233e-06 9.90319e-07 2.30099e-06 5.73837e-06 6.02541e-06 6.21545e-06 4.37675e-06 1.81152e-06 1.96782e-06 1.96052e-06 3.48679e-06 7.4687e-06 4.49129e-06 -2.95756e-06 -2.90627e-06 -3.24554e-06 -3.48913e-07 2.94326e-07 6.06208e-06 -5.37267e-06 -1.20075e-06 2.79465e-06 7.89832e-06 7.71987e-06 3.53708e-06 -2.17429e-06 -4.17918e-06 -2.83822e-06 8.76359e-07 2.87957e-06 3.10181e-06 4.37524e-06 -1.77906e-07 -2.56118e-06 -7.57151e-07 3.29303e-06 2.54042e-06 -1.10111e-07 2.49503e-07 3.23857e-06 2.30756e-06 3.78551e-06 4.15525e-06 2.44577e-06 -2.84171e-06 -8.63828e-06 -1.02404e-05 -1.46743e-05 -1.16538e-05 -4.15697e-06 1.47028e-06 1.99936e-06 6.22914e-06 1.16838e-05 1.74046e-06 -4.39488e-06 2.90474e-06 3.46789e-06 4.76863e-06 3.60332e-06 3.54408e-06 3.30386e-06 -1.10956e-06 -1.035e-05 -1.13126e-05 -1.13046e-05 -7.40711e-06 -2.71938e-06 5.62911e-06 -1.19316e-06 8.99063e-07 4.18624e-06 8.40445e-06 1.00407e-05 7.06779e-06 2.86306e-07 -4.96484e-06 -2.30053e-06 3.5609e-06 1.91798e-06 -3.17047e-07 1.06728e-06 3.02997e-06 1.42927e-06 2.9675e-07 -1.1689e-06 -4.76069e-06 -6.75033e-06 -7.81748e-07 2.89739e-06 -2.17714e-06 -2.63591e-06 6.28849e-07 5.65535e-06 4.1961e-07 -1.01942e-05 -8.68743e-06 -7.58878e-06 -6.30548e-06 -3.64891e-06 7.81765e-07 5.42085e-06 3.42049e-05 3.21647e-05 3.81767e-06 -5.56504e-07 2.22008e-06 4.59033e-06 6.40099e-06 3.47357e-06 -5.92137e-07 1.99209e-06 3.84765e-06 1.88924e-07 -3.40572e-06 -5.9313e-07 -5.03835e-06 -6.61541e-07 5.70002e-06 6.37652e-06 2.80753e-06 1.45102e-06 2.43916e-06 4.3333e-06 5.81085e-06 4.34537e-06 -2.2961e-06 -1.63262e-06 3.70473e-06 5.84909e-08 -3.64891e-06 -1.53546e-06 9.55152e-06 1.40015e-05 5.92679e-06 -3.8556e-06 -3.32617e-06 -3.60396e-06 5.40076e-07 1.86566e-06 -3.23603e-06 -4.24272e-06 1.70823e-06 7.34506e-06 4.94919e-06 -1.00747e-06 2.79144e-06 8.86328e-06 6.85245e-06 3.13201e-06 2.3264e-06 1.03109e-05 2.87424e-05 9.92524e-06 3.05573e-06 2.43908e-06 1.3355e-06 3.76217e-06 7.37751e-06 3.59637e-06 -3.46167e-07 2.28297e-06 4.42652e-06 1.52544e-06 -3.08869e-07 7.587e-07 -3.70139e-06 2.35087e-06 6.60076e-06 5.41207e-06 1.23505e-07 -2.65353e-06 -1.19813e-06 3.32682e-06 5.18781e-06 2.5471e-06 -1.04556e-07 -1.35014e-07 -3.56426e-06 -1.85783e-06 -4.13797e-06 -4.47206e-06 7.32175e-06 7.3735e-06 2.28028e-06 1.67606e-07 2.48256e-06 1.61595e-06 2.68982e-07 -2.69661e-06 -1.01357e-06 -8.77823e-07 6.19754e-06 6.80108e-06 6.2224e-06 5.85693e-06 1.70562e-05 1.92506e-05 1.31606e-05 7.87365e-06 2.88212e-06 1.19562e-05 8.50524e-06 2.01112e-06 7.38531e-06 5.46985e-06 3.172e-06 4.04886e-06 4.24096e-06 1.81336e-06 1.36084e-06 3.22219e-06 4.11259e-06 7.04374e-06 7.31438e-06 3.57177e-06 -7.21407e-07 1.58254e-06 1.13108e-06 1.43826e-06 -5.13456e-07 -2.30342e-06 1.55288e-06 2.33994e-06 1.09061e-06 2.61645e-06 4.68403e-06 1.84472e-06 -4.29831e-06 -2.31017e-06 -2.72176e-06 -4.68562e-06 2.29645e-06 6.75894e-07 1.29634e-07 2.21019e-06 3.68449e-06 3.39374e-06 2.80073e-06 -1.90913e-06 7.67074e-07 -3.47739e-06 9.03299e-06 6.65266e-06 5.57972e-06 5.00919e-06 1.42623e-05 1.54179e-05 1.29439e-05 1.18049e-05 5.15039e-06 5.62264e-06 3.90255e-06 5.6578e-06 1.45385e-05 3.69569e-06 2.23241e-06 5.23438e-06 3.88491e-07 9.93128e-07 2.21885e-06 1.04172e-06 3.47459e-06 8.47115e-06 5.41947e-06 3.04408e-06 3.28168e-07 -2.96857e-06 -5.75557e-06 -2.20357e-06 -2.98186e-07 1.90196e-06 3.74283e-06 2.24094e-06 -3.51336e-07 4.07489e-06 8.44636e-06 2.33458e-06 -2.00355e-06 3.80443e-08 2.22423e-06 2.81454e-06 2.55817e-06 -4.37032e-06 -3.30511e-06 4.74687e-06 6.11027e-06 3.4352e-08 9.84282e-07 -1.77693e-06 3.10365e-06 -1.07682e-05 8.30368e-06 5.53947e-06 8.03803e-06 4.77917e-06 8.38725e-06 9.50778e-06 1.07017e-05 1.77829e-05 7.83717e-06 3.57355e-06 5.44227e-06 2.04473e-05 1.75816e-05 -3.57914e-06 5.71208e-07 4.06992e-06 1.90543e-07 9.05339e-07 2.6813e-06 5.35996e-07 4.40773e-06 2.31205e-06 2.80342e-06 1.3703e-07 -2.27316e-06 -6.13523e-06 -8.49356e-06 -2.88408e-06 -7.59247e-07 3.38124e-06 2.44502e-06 2.11394e-06 2.63702e-07 2.32196e-06 5.45855e-06 3.22604e-06 1.33688e-06 4.12143e-06 6.3985e-06 5.56485e-06 2.73685e-07 -6.29204e-06 -9.14985e-07 1.0408e-05 8.12911e-06 3.60606e-07 4.3054e-08 1.25438e-06 3.61936e-06 -1.35701e-05 5.3671e-06 5.60035e-06 1.44787e-05 2.28719e-06 3.3975e-06 5.06138e-06 8.43834e-06 1.73317e-05 6.52775e-06 1.87881e-06 7.86463e-06 3.10829e-05 -4.88847e-06 -2e-05 2.41504e-06 4.12033e-06 8.84534e-07 4.78402e-07 6.75805e-06 2.88852e-06 1.40143e-06 2.11226e-06 -7.09814e-07 -4.09402e-06 -1.84521e-06 -2.23775e-06 -7.3484e-06 -5.19935e-06 -3.46165e-06 1.27827e-06 -6.01862e-07 -1.23046e-06 -3.99599e-07 -2.0511e-06 2.30425e-06 2.86811e-06 2.97595e-06 5.57607e-06 6.08284e-06 3.53159e-06 -2.81519e-06 -5.4351e-06 1.69411e-06 1.1153e-05 6.44913e-06 -3.9245e-07 -7.59263e-07 2.18678e-06 1.78007e-06 -2.22478e-06 4.86619e-06 3.811e-06 1.31773e-05 1.40483e-06 1.05657e-06 4.16805e-06 8.90888e-06 1.18269e-05 2.90891e-06 6.34784e-06 1.58376e-05 1.37929e-05 -2e-05 -1.21629e-05 6.73127e-06 3.96902e-06 1.75304e-06 2.82934e-06 9.73871e-06 6.84409e-06 3.19404e-06 -5.36982e-07 -8.4142e-07 -2.00156e-06 1.62974e-07 -1.37145e-06 -8.75556e-06 -1.02054e-05 -6.57145e-06 -7.22865e-07 -1.50782e-06 -4.78408e-06 -1.09622e-06 -1.9624e-07 1.19595e-06 1.44776e-06 2.91898e-06 3.65072e-06 2.40203e-06 3.19824e-08 -6.15625e-06 -5.77923e-06 2.42822e-06 8.65598e-06 3.79639e-06 -2.03703e-06 -5.03283e-06 -6.84882e-07 4.69348e-06 7.48969e-06 3.59911e-06 1.32501e-06 4.81992e-06 1.89934e-06 2.97926e-06 3.58296e-06 7.43323e-06 8.24395e-06 8.20966e-06 1.96872e-05 1.75543e-05 -1.99947e-05 -2e-05 5.72571e-06 1.0663e-05 4.3206e-06 1.19759e-05 4.96362e-06 1.36265e-05 9.83149e-06 4.24085e-06 3.02186e-07 1.53712e-06 1.75346e-06 2.85948e-07 -3.97873e-06 -1.09387e-05 -1.07987e-05 -2.65019e-06 -3.62755e-07 -2.20044e-06 -6.56964e-06 -2.10533e-06 7.4374e-07 2.21835e-06 2.13929e-07 2.14297e-06 1.20746e-06 1.33586e-07 -5.05012e-06 -8.65017e-06 -7.3082e-06 1.38533e-06 3.16906e-06 2.28562e-06 -2.11317e-06 -2.44434e-06 -6.69306e-07 7.19877e-06 7.77794e-06 2.95913e-06 6.5638e-07 1.29045e-06 7.75521e-07 3.25417e-06 5.7929e-07 5.85327e-06 9.96055e-08 1.65525e-05 2.26644e-05 -4.12756e-06 -2e-05 -1.29577e-05 1.19446e-05 7.54168e-06 5.7685e-07 7.37605e-06 6.39522e-06 1.78366e-05 1.12795e-05 5.33779e-06 2.44913e-06 4.72314e-06 5.05765e-06 -7.99802e-07 -7.49455e-06 -8.76224e-06 -3.3287e-06 -1.40088e-07 1.31189e-08 -1.33505e-06 -3.80711e-06 -1.39753e-06 7.7177e-07 -5.09205e-07 -2.72303e-06 4.28394e-07 6.68598e-07 6.32213e-07 1.18956e-07 9.26926e-08 2.87864e-07 9.98239e-07 9.51034e-07 -1.59201e-06 -5.96659e-07 -1.1777e-06 1.34252e-06 4.08479e-06 5.76416e-06 3.21872e-06 8.37447e-07 2.78236e-07 5.34045e-07 1.38397e-06 -2.72269e-06 -1.44321e-06 -1.65643e-05 1.7713e-05 1.0241e-05 -9.95836e-06 -2e-05 5.24687e-06 4.61265e-06 -5.10839e-08 -2.1545e-06 5.37736e-07 7.5165e-06 1.75212e-05 1.10054e-05 5.9187e-06 3.66837e-06 6.50457e-06 6.54172e-06 -1.21177e-06 -7.43183e-06 -3.25198e-06 3.97997e-07 1.12061e-06 4.30238e-07 7.57561e-07 6.06749e-07 8.90345e-07 1.37356e-06 -1.10384e-06 -1.96844e-06 -6.9667e-06 -4.31283e-07 9.46121e-07 1.851e-06 1.11136e-06 1.23064e-06 2.40764e-06 2.27825e-06 -1.52344e-06 -1.07683e-06 3.78993e-07 6.30437e-07 1.44177e-06 3.3759e-06 3.2539e-06 4.77182e-07 -3.97772e-08 8.13029e-07 3.71147e-07 -6.55787e-06 -2e-05 -2e-05 2.38344e-05 -4.3413e-06 -1.7352e-05 -2.04786e-06 7.04478e-06 2.21752e-06 -1.33898e-06 -1.53742e-06 1.75577e-06 7.99934e-06 1.10362e-05 8.25281e-06 5.50175e-06 4.47694e-06 6.76108e-06 6.84984e-06 1.07508e-06 -2.79741e-06 -7.47688e-08 8.45042e-07 9.34108e-07 8.87441e-07 1.91579e-06 1.42199e-06 7.87622e-07 -2.60554e-07 -1.15375e-06 -1.30348e-06 2.73202e-07 9.67213e-07 2.98362e-06 3.64851e-06 1.13579e-06 1.22838e-06 2.2909e-06 2.32667e-06 1.54742e-07 -3.17603e-07 1.35144e-06 4.03974e-07 8.43864e-07 3.0826e-06 2.70813e-06 9.98476e-08 7.85893e-07 4.53584e-07 -1.22841e-06 -7.15355e-06 -2e-05 -1.08139e-05 2.23715e-06 -1.45166e-05 -1.71878e-05 3.2868e-06 6.84676e-06 1.80881e-06 -1.28429e-06 -1.4432e-06 2.53775e-06 5.35898e-06 5.57853e-06 4.65988e-06 3.88538e-06 4.07201e-06 5.63065e-06 6.64633e-06 3.80029e-06 5.9806e-07 -2.735e-07 -2.14267e-08 4.86861e-07 1.45485e-06 1.87483e-06 8.16329e-07 7.21772e-07 7.12157e-08 4.2675e-07 7.05176e-07 1.51245e-06 2.82771e-06 4.15517e-06 2.32803e-06 -2.75134e-07 4.54183e-09 1.26575e-06 2.27814e-06 2.19748e-06 -4.78042e-07 2.40539e-06 8.00606e-07 9.29345e-07 2.52845e-06 1.01692e-06 5.55876e-07 5.96193e-07 -9.3898e-07 -2.12504e-06 -5.29077e-06 -1.68892e-05 -4.30965e-06 -1.11053e-05 -5.15222e-06 9.23894e-07 5.24025e-06 5.05965e-06 1.32352e-06 -8.9421e-07 -4.34423e-07 2.33604e-06 2.85292e-06 2.13452e-06 1.40277e-06 1.23091e-06 1.73026e-06 2.75166e-06 3.0746e-06 1.60016e-06 2.66423e-07 -2.16235e-07 -7.53174e-08 9.34216e-07 1.54454e-06 9.11429e-07 2.41814e-07 5.46167e-07 5.68577e-07 1.06873e-06 2.0365e-06 2.9248e-06 2.95715e-06 1.90302e-06 -1.12426e-07 -1.23479e-06 -2.63254e-07 1.4594e-06 3.64363e-06 2.27511e-06 3.39241e-07 2.40746e-06 1.06353e-06 2.21084e-07 4.35268e-07 6.4012e-07 9.64041e-07 -2.24384e-07 -9.75918e-07 -1.20877e-06 -2.66353e-06 -3.58455e-06 6.93835e-08 6.17403e-07 1.11134e-06 2.8413e-06 4.05354e-06 2.57541e-06 7.10018e-07 -2.98506e-07 4.84952e-07 1.46566e-06 9.92413e-07 2.90538e-07 1.09862e-07 3.04198e-08 5.23741e-08 3.41124e-07 4.80417e-07 4.65918e-07 2.56273e-07 8.47238e-08 4.28146e-07 1.02064e-06 7.08339e-07 -4.6406e-09 1.27827e-07 9.9165e-07 1.20366e-06 1.68821e-06 2.35338e-06 2.29203e-06 1.31331e-06 -8.2421e-08 -8.82122e-07 -4.88712e-07 1.13003e-07 4.84986e-07 1.36101e-07 2.97441e-07 1.33435e-06 2.16588e-06 7.53586e-07 -2.40523e-07 5.41843e-08 9.56554e-07 8.25391e-07 -2.24811e-07 -4.14469e-07 -1.57211e-07 -1.64442e-07 1.44846e-07 1.16252e-06 2.3351e-06 2.64338e-06 2.46081e-06 2.07497e-06 9.77453e-07 2.17887e-07 1.49397e-07 5.85009e-07 4.83604e-07 -2.5732e-08 -3.6403e-07 -3.00291e-07 -3.49358e-07 -3.96576e-07 -3.64136e-07 -2.15696e-07 2.43743e-07 4.26235e-07 3.04219e-07 3.43088e-07 2.57476e-07 -8.77268e-08 -2.26366e-07 3.68928e-07 1.04694e-06 1.28175e-06 1.47794e-06 1.55604e-06 1.04957e-06 1.64323e-07 -4.19034e-07 -1.85748e-07 -7.56727e-08 -5.39195e-07 -1.1372e-06 -7.29248e-07 7.29161e-07 1.72071e-06 1.4922e-06 3.42395e-07 -1.31462e-07 2.36279e-07 8.17113e-07 4.50257e-07 -2.0097e-08 4.53969e-08 2.75014e-07 4.48944e-07 1.14939e-06 2.51517e-06 2.83146e-06 1.97223e-06 1.35187e-06 8.99864e-07 2.14722e-07 -8.585e-08 8.90254e-08 2.17473e-07 -4.00471e-09 -4.47931e-07 -5.25898e-07 -3.64452e-07 -3.32458e-07 -3.57983e-07 -3.85959e-07 -1.19992e-07 4.04379e-07 3.8204e-07 5.8e-08 -1.22014e-07 -2.07399e-07 -2.94549e-07 -1.59029e-07 4.54205e-07 8.5331e-07 9.06163e-07 9.07293e-07 7.68409e-07 3.35233e-07 -3.56825e-08 -9.78773e-08 3.09411e-08 -2.12987e-07 -9.95477e-07 -1.38717e-06 -4.27558e-07 8.50029e-07 1.39676e-06 1.0281e-06 3.42025e-07 -1.58147e-08 2.94653e-07 5.01505e-07 2.46978e-07 1.14958e-07 2.56203e-07 5.11583e-07 9.05835e-07 1.59364e-06 2.05481e-06 1.66401e-06 9.77553e-07 6.80483e-07 4.01586e-07 -1.78294e-10 -1.59753e-07 -2.75628e-08 3.06877e-08 -2.07811e-07 -4.49826e-07 -4.22857e-07 -2.80117e-07 -2.01844e-07 -1.65357e-07 -1.04955e-07 1.56434e-07 3.69905e-07 1.44581e-07 -2.05503e-07 -2.97447e-07 -2.29695e-07 -2.36438e-07 -9.90228e-08 2.88022e-07 4.69429e-07 4.44025e-07 4.06387e-07 2.73186e-07 9.28028e-08 7.06027e-09 1.77848e-08 4.07408e-08 -2.2644e-07 -7.72646e-07 -8.88967e-07 -1.6923e-07 5.77849e-07 8.40048e-07 6.57483e-07 3.18436e-07 2.29366e-08 2.39451e-07 3.23348e-07 1.72853e-07 1.487e-07 2.90397e-07 4.88393e-07 7.28658e-07 1.06319e-06 1.14264e-06 8.42987e-07 4.92484e-07 3.33022e-07 1.9966e-07 -2.09192e-08 -1.20926e-07 -5.2305e-08 -4.64414e-08 -1.8294e-07 -3.08038e-07 -2.95816e-07 -1.97086e-07 -1.15233e-07 -5.31955e-08 2.09341e-08 1.79655e-07 2.38128e-07 8.81207e-09 -2.34299e-07 -2.28906e-07 -1.54713e-07 -1.60895e-07 -6.2334e-08 1.56897e-07 2.17937e-07 1.74046e-07 1.57633e-07 9.46414e-08 3.69761e-08 2.96676e-08 4.64093e-08 4.03974e-08 -1.59954e-07 -5.14961e-07 -5.55656e-07 -9.67405e-08 3.58001e-07 4.89467e-07 4.32251e-07 2.60415e-07 2.06934e-06 8.47389e-07 1.95789e-07 1.26249e-06 2.88128e-06 3.27592e-06 2.65911e-06 1.23113e-06 -7.05846e-07 -1.5042e-06 -1.13661e-06 -4.22466e-07 1.03657e-06 1.58079e-06 9.00351e-07 3.44454e-07 4.92292e-07 1.20982e-06 2.00824e-06 2.57979e-06 3.10731e-06 3.38166e-06 3.26682e-06 2.94713e-06 2.69138e-06 2.1113e-06 1.01717e-06 1.96233e-06 3.94667e-06 3.27721e-06 1.52463e-06 -4.97572e-07 1.16006e-06 2.54299e-06 2.99661e-06 2.55154e-06 1.35631e-06 6.46231e-07 9.38416e-07 2.65032e-07 -4.71511e-07 3.20536e-07 -5.47143e-07 -1.21775e-06 -1.10462e-06 -7.61254e-07 1.54535e-06 4.04089e-06 4.88171e-06 3.93885e-06 3.66695e-07 -1.19015e-06 -2.13619e-06 -3.28092e-06 -2.08994e-06 3.1716e-06 5.97669e-06 3.48455e-06 3.05862e-07 -9.88245e-07 -1.60257e-06 -2.14632e-06 2.60476e-07 1.10057e-06 3.06515e-07 1.60632e-06 3.67442e-06 5.82634e-06 7.74566e-06 9.26492e-06 1.0298e-05 1.00308e-05 8.38745e-06 6.25587e-06 4.20207e-06 1.90213e-06 -9.22334e-07 -2.19025e-07 1.20845e-06 2.34171e-06 1.01469e-06 5.74287e-07 1.67488e-06 2.8127e-06 3.47278e-06 3.42524e-06 2.8527e-06 2.8e-06 2.2487e-06 1.46927e-06 3.506e-07 3.36017e-07 -2.00977e-07 -1.04339e-06 -1.54519e-06 -2.6041e-07 2.36996e-06 4.32344e-06 4.91538e-06 3.53763e-06 5.30779e-06 4.74347e-06 3.78862e-06 1.18145e-06 -9.4133e-07 -1.83366e-07 1.23346e-06 1.48653e-06 -1.408e-06 -3.67565e-06 -2.94343e-06 -1.24908e-06 -9.56498e-07 2.83272e-06 5.27817e-06 9.4161e-06 1.31718e-05 1.49654e-05 1.50116e-05 1.4582e-05 1.42112e-05 1.27343e-05 9.61418e-06 5.38004e-06 6.69053e-07 -2.17887e-06 -6.91217e-07 1.9168e-07 3.84585e-07 4.3443e-07 4.62044e-08 3.2531e-07 1.26375e-06 3.40446e-06 5.29425e-06 5.00846e-06 2.57143e-06 1.5772e-06 2.2081e-06 1.02269e-06 -7.83703e-07 -4.27217e-07 -1.00805e-06 -3.00456e-06 -1.0592e-06 3.14914e-06 6.57374e-06 7.49738e-06 7.37419e-06 6.83842e-06 4.36023e-06 3.46912e-06 3.00202e-06 2.28258e-06 2.06669e-06 4.37476e-06 3.32458e-06 -1.24166e-06 -3.63585e-06 -2.19615e-06 2.01446e-06 5.59918e-06 7.49258e-06 1.19948e-05 1.86138e-05 1.92723e-05 1.52354e-05 1.09085e-05 8.2077e-06 7.56089e-06 7.57602e-06 5.95951e-06 2.8839e-06 2.59696e-07 -1.05181e-06 -1.06845e-06 1.27158e-06 3.69808e-06 3.87066e-06 1.69946e-06 -8.3789e-07 1.16424e-06 4.66701e-06 6.97136e-06 7.56018e-06 5.19203e-06 6.38121e-06 9.33868e-06 4.8955e-06 -8.33378e-07 -2.12646e-06 -1.33106e-06 -2.65744e-06 -2.63069e-06 2.60017e-06 6.73934e-06 7.82947e-06 5.8191e-06 3.34617e-06 3.94646e-06 5.39339e-06 2.87133e-06 1.08296e-06 9.59963e-07 1.33573e-06 4.23074e-07 -7.28466e-06 -6.97299e-06 -1.50962e-06 2.90995e-06 9.44749e-06 1.70812e-05 2.31167e-05 2.4728e-05 2.01546e-05 1.34988e-05 7.5418e-06 3.78519e-06 2.47703e-06 2.14083e-06 1.06575e-06 8.85404e-07 1.59606e-06 1.05526e-06 -1.13199e-06 -7.90085e-07 3.14024e-06 4.33755e-06 1.5513e-06 3.10819e-07 2.68726e-06 7.74468e-06 1.40178e-05 1.22018e-05 4.8968e-06 1.24677e-05 2.00703e-05 1.88249e-05 9.97082e-06 1.95103e-06 -1.73137e-06 -2.62953e-06 1.8119e-06 4.74364e-06 1.01384e-05 1.20957e-05 1.05517e-05 7.13636e-06 2.79059e-06 3.74842e-06 1.05569e-05 6.32317e-06 5.22068e-07 7.08549e-07 3.25877e-06 -8.88146e-07 -9.07001e-06 -1.23012e-06 -4.27116e-08 2.25455e-06 1.37815e-05 3.31125e-05 3.34789e-05 2.32045e-05 1.41225e-05 8.3595e-06 2.97106e-06 1.71233e-06 3.94601e-06 3.76032e-06 3.60897e-06 4.90566e-06 6.21114e-06 6.13484e-06 3.07714e-06 3.7617e-07 1.21131e-06 3.61818e-06 2.83244e-06 3.61517e-06 6.40672e-06 9.62939e-06 7.65598e-06 7.03925e-06 9.33583e-06 1.58678e-05 2.02462e-05 1.358e-05 5.86087e-06 1.86068e-06 5.19283e-07 2.57468e-06 3.06332e-06 7.1354e-06 1.26136e-05 1.32561e-05 9.12007e-06 3.3861e-06 3.26882e-06 8.24009e-06 1.46295e-05 7.05627e-06 2.90451e-06 4.8298e-06 3.58652e-06 -1.03411e-06 3.72764e-07 -1.52685e-06 -9.65867e-07 3.53679e-06 2.93462e-05 3.60976e-05 2.47507e-05 1.15605e-05 4.97638e-06 1.89416e-06 -1.5779e-06 -9.59273e-07 5.09558e-06 9.64573e-06 1.10967e-05 1.25264e-05 1.26709e-05 1.01709e-05 6.17788e-06 2.644e-06 3.99585e-06 6.4163e-06 7.3623e-06 7.90413e-06 6.13129e-06 4.08767e-06 8.41447e-06 1.20696e-05 1.47052e-05 1.50966e-05 9.41093e-06 4.26235e-06 9.36943e-07 -5.16764e-07 -2.84502e-07 1.97508e-07 8.91401e-07 4.56188e-06 6.46061e-06 5.46402e-06 3.48897e-06 4.42615e-06 7.89909e-06 1.31585e-05 1.04255e-05 5.91294e-06 8.07196e-06 6.89643e-06 3.45493e-06 4.74413e-06 2.60988e-06 -2.05049e-06 8.61404e-07 5.70648e-06 2.77172e-05 2.33034e-05 1.18804e-05 -1.73844e-05 -2e-05 -1.05619e-05 -6.14267e-07 4.76931e-07 6.36886e-06 1.10714e-05 1.48244e-05 1.55389e-05 1.30232e-05 9.41819e-06 7.24798e-06 6.62455e-06 7.28761e-06 6.89184e-06 6.24198e-06 4.16207e-06 1.8607e-06 5.8039e-06 1.28777e-05 1.56069e-05 1.58556e-05 1.32086e-05 1.02605e-05 8.30891e-06 4.76972e-06 1.31456e-06 -9.04686e-07 -4.39089e-07 3.71233e-06 4.84642e-06 2.05194e-06 6.35313e-06 8.08434e-06 8.47393e-06 1.06949e-05 1.28805e-05 3.50889e-06 3.78908e-06 5.24465e-06 1.99212e-06 1.9612e-06 7.82321e-06 4.44833e-06 -2.16341e-07 3.44752e-06 -5.26047e-06 4.37542e-06 7.59377e-06 -3.25173e-06 -9.00356e-06 -1.15937e-05 -9.72855e-06 4.40291e-07 4.96261e-06 3.62295e-06 8.07432e-06 1.19179e-05 1.24935e-05 1.00962e-05 7.55438e-06 5.72737e-06 3.63819e-06 3.69547e-06 3.12242e-06 -1.58399e-07 -3.22217e-06 8.04141e-07 6.04654e-06 1.34733e-05 1.5596e-05 1.38468e-05 1.40808e-05 1.61243e-05 1.14886e-05 5.77284e-06 2.51257e-06 -4.61536e-08 1.48234e-06 5.66048e-06 -1.66383e-06 -2.41869e-06 4.6e-06 7.62326e-06 9.27992e-06 1.21119e-05 1.15813e-05 3.44629e-06 2.47755e-06 1.8289e-06 8.77411e-07 2.66936e-06 4.79267e-06 2.23072e-06 -5.15358e-06 -7.71561e-06 -1.45432e-05 -1.23033e-05 -2.02819e-06 -3.00745e-06 -3.2465e-06 -3.74235e-07 5.50373e-07 7.40175e-06 1.16269e-05 8.96063e-06 4.54591e-06 4.34209e-06 5.31217e-06 6.63151e-06 8.16048e-06 7.47146e-06 3.81435e-06 2.29451e-06 1.01379e-06 -1.06334e-06 -2.49301e-06 1.0789e-07 4.67715e-06 1.00321e-05 1.28521e-05 1.36453e-05 7.71699e-06 5.6891e-06 3.29618e-06 5.51399e-06 6.84696e-06 -1.6962e-07 2.49822e-06 1.18713e-06 -6.73623e-06 -4.91003e-06 2.97885e-06 7.32476e-06 6.47222e-06 5.22767e-06 7.33518e-06 5.08822e-06 4.36019e-06 8.38377e-07 -1.72378e-06 -2.4003e-08 1.68912e-06 1.80776e-06 -4.09521e-06 -8.64959e-06 -1.00846e-05 -8.08854e-06 -1.74773e-06 4.02708e-06 -4.28547e-07 4.82166e-06 4.16503e-06 4.5914e-06 7.84021e-06 1.32401e-05 7.29176e-06 2.35735e-06 2.91185e-06 6.92763e-06 9.10378e-06 7.29074e-06 3.94227e-06 1.5486e-06 5.13864e-06 2.46044e-06 -1.13762e-07 2.53867e-06 5.50767e-06 8.03542e-06 1.18554e-05 1.5205e-05 9.96156e-06 5.79306e-06 1.35833e-06 4.65175e-06 9.11863e-06 2.28035e-07 1.21707e-06 -5.37802e-07 -6.70078e-06 -3.01716e-06 -5.45241e-08 3.05941e-06 -2.17745e-06 -1.25442e-06 3.4902e-06 4.91592e-06 6.15599e-06 -6.91694e-07 -2.64711e-06 -9.24009e-07 3.56155e-07 -2.50843e-06 -1.17071e-05 -1.23066e-05 -1.00523e-05 -8.95766e-06 -2e-05 1.11491e-05 9.26301e-06 3.01922e-06 5.153e-06 9.35145e-06 1.35714e-05 1.54768e-05 1.06234e-05 4.65867e-06 3.157e-06 6.27172e-06 7.94824e-06 6.1163e-06 1.97943e-06 5.47803e-07 1.24072e-06 9.13516e-07 3.88603e-06 7.04216e-06 8.52283e-06 9.5327e-06 9.89073e-06 1.20507e-05 8.763e-06 4.87311e-06 2.80693e-06 1.88178e-06 -1.99497e-06 -2.94609e-06 2.76118e-06 7.05851e-06 9.54874e-07 -1.60593e-06 -6.46354e-07 1.51629e-06 -3.97466e-06 -1.42867e-06 3.34775e-06 -6.27371e-06 -7.0017e-07 3.92284e-06 5.80304e-06 5.38662e-06 3.17442e-06 -6.80133e-06 -1.40547e-05 -1.08283e-05 -9.82563e-06 -2e-05 -5.78392e-06 2.5921e-05 2.05741e-05 2.86639e-06 3.56679e-06 8.59718e-06 1.30491e-05 1.47628e-05 8.92615e-06 4.59543e-07 2.62448e-06 6.60466e-06 -1.45387e-06 -1.22976e-05 -1.13879e-05 -6.07641e-06 -1.16731e-06 6.57611e-06 6.87065e-06 6.62264e-06 7.13931e-06 6.18099e-06 3.60233e-06 9.06878e-06 6.55194e-06 3.01303e-06 2.53763e-06 1.41268e-06 -3.05268e-06 -5.59572e-06 1.8392e-06 1.53001e-05 8.40993e-06 6.34925e-07 3.01586e-06 4.50109e-06 1.71836e-06 4.0072e-07 -4.11088e-06 -8.3384e-06 4.11219e-06 7.01989e-06 1.17855e-05 1.46611e-05 1.35215e-05 1.89689e-06 -4.33827e-06 -4.01063e-06 -4.74559e-06 -7.06602e-06 4.09697e-06 2.72503e-05 2.90664e-05 5.74776e-06 2.20609e-06 5.68505e-06 9.024e-06 8.21043e-06 2.49319e-06 1.9032e-06 8.20015e-06 6.93443e-06 -6.80148e-06 -1.89471e-05 -3.55467e-06 2.05727e-06 4.0985e-06 6.36013e-06 4.97214e-06 3.57928e-06 3.74516e-06 9.43141e-07 8.3304e-07 3.12387e-07 -1.49153e-06 -4.67906e-07 2.36541e-06 4.92253e-08 -2.25666e-06 -4.7958e-06 -2.70045e-06 6.01238e-06 2.58149e-06 8.07602e-07 4.2137e-06 8.90642e-06 5.71428e-06 4.2835e-06 -4.50556e-06 -4.49241e-06 4.17161e-06 8.05102e-06 1.3228e-05 1.25448e-05 1.23512e-05 5.36502e-06 1.95999e-06 9.29628e-06 2.20613e-06 -5.69427e-06 6.40115e-06 2.3881e-05 2.36161e-05 9.41634e-06 4.88885e-06 5.84708e-06 6.08701e-06 3.6688e-06 1.74915e-06 8.76298e-06 1.70253e-05 2.08337e-06 -2.44758e-06 3.25195e-06 6.13326e-06 7.82282e-06 7.78438e-06 7.96185e-06 6.05241e-06 3.28284e-06 1.86926e-06 2.00831e-07 -8.22634e-08 -2.15039e-07 -2.43876e-06 4.13849e-07 4.34365e-06 -2.49945e-06 -4.12398e-06 -6.7457e-06 3.73635e-07 2.38462e-06 -3.07131e-07 -1.15463e-05 -2.29742e-06 6.06987e-06 4.56275e-06 7.42635e-06 -2.53962e-06 -1.40855e-06 2.46328e-06 9.95713e-06 1.30923e-05 1.08168e-05 1.14868e-05 5.581e-06 5.14899e-06 1.32623e-05 -8.61595e-06 -1.19135e-05 3.7051e-06 7.33083e-06 2.01217e-05 1.66469e-05 7.80245e-06 4.30664e-06 3.95531e-06 1.51556e-06 2.37141e-06 9.77406e-06 9.19794e-06 -6.20406e-07 2.97929e-06 8.83288e-06 1.18471e-05 9.42575e-06 6.80491e-06 6.39775e-06 4.47039e-06 2.6181e-06 1.12218e-06 4.4656e-07 1.92881e-06 2.0794e-07 -1.7613e-06 1.70963e-06 4.02134e-06 -5.5234e-06 -6.93894e-06 1.27945e-07 7.28954e-06 4.79809e-06 -2e-05 -2e-05 3.21718e-06 9.37412e-06 -1.05639e-06 -3.45636e-07 2.11546e-06 -4.55707e-06 4.56921e-07 1.17435e-05 1.1901e-05 9.21061e-06 8.89632e-06 8.0521e-06 1.5824e-05 1.21194e-05 -1.79656e-05 -6.56527e-06 2.64256e-06 1.31415e-05 2.89472e-05 2.34728e-05 6.53781e-06 -4.29019e-06 -3.12325e-06 -1.85986e-06 -5.21052e-07 1.96866e-06 4.44325e-06 1.21635e-06 7.1744e-06 1.01692e-05 7.75496e-06 2.88534e-06 2.9592e-08 9.56252e-07 -7.61016e-08 5.26039e-07 2.18329e-06 1.13299e-06 9.20336e-07 3.61658e-08 6.25875e-06 2.13991e-06 2.8911e-06 -5.00622e-06 -2.84863e-06 5.5339e-06 1.20212e-05 -4.67698e-06 -2e-05 -2e-05 2.39866e-05 2.59966e-05 6.37743e-06 -1.979e-07 2.0685e-06 -6.72807e-06 4.12844e-07 1.1281e-05 9.05805e-06 4.48738e-06 3.87655e-06 1.01636e-05 1.55878e-05 6.11156e-06 8.05094e-07 8.50107e-07 7.00003e-06 1.85345e-05 2.69582e-05 1.80429e-05 -5.62917e-06 -1.57215e-05 -6.04237e-06 -2.67172e-06 -2.39561e-06 -1.60331e-06 2.86001e-06 2.49107e-06 7.75564e-06 6.15136e-06 2.26147e-06 -2.85286e-06 -3.55042e-06 -1.519e-06 -5.93244e-06 -2.65838e-06 2.76801e-06 7.22005e-08 -8.88384e-08 2.80089e-06 8.86688e-06 1.25194e-06 1.83082e-06 -1.42299e-06 1.48038e-06 5.99564e-06 6.2489e-06 -1.34536e-05 -2e-05 -9.69893e-06 2.48993e-05 2.37832e-05 9.9221e-06 2.00076e-06 -3.81758e-06 -7.58198e-06 2.35993e-06 8.99251e-06 4.89272e-06 3.81058e-07 2.60251e-06 7.55607e-06 1.06859e-05 9.69015e-06 6.68038e-06 5.05773e-06 1.13449e-05 1.61611e-05 1.7675e-05 2.55397e-06 -2e-05 -1.60549e-05 -5.01776e-06 -3.15529e-06 -1.53913e-06 3.57831e-07 6.50082e-06 4.99641e-06 4.72454e-06 2.20525e-06 -1.16453e-06 -1.76733e-06 5.32028e-07 -1.03331e-06 -1.19945e-05 -6.07947e-06 2.21251e-06 4.66229e-07 1.82513e-06 4.06143e-06 1.01256e-06 1.13862e-06 2.22032e-07 -1.12056e-06 1.96199e-06 4.90142e-06 -2.30863e-06 -2e-05 -2e-05 -2.84361e-06 1.68258e-05 1.57819e-05 7.10274e-06 1.44558e-06 -5.97049e-06 -4.25274e-06 6.86489e-06 4.69188e-06 1.31654e-06 3.91974e-09 2.27931e-06 6.67008e-06 8.82e-06 1.3192e-05 1.26177e-05 9.47846e-06 9.382e-06 7.78726e-06 1.17149e-05 -1.24537e-05 -2e-05 -7.26794e-06 -2.81667e-06 -1.74398e-06 -4.50901e-07 7.09652e-06 1.27071e-05 4.68509e-06 1.53075e-06 1.85089e-06 -5.93e-07 1.74461e-07 1.40026e-06 -3.32459e-06 -1.07371e-05 -3.75043e-06 1.72792e-06 1.48002e-06 2.45624e-06 1.75539e-06 1.79767e-06 1.88626e-06 -1.24903e-06 -1.53825e-06 1.30271e-06 3.65551e-06 -1.19932e-05 -2e-05 -1.76665e-05 -5.74428e-07 1.05715e-05 1.02298e-05 3.90439e-06 5.30919e-07 -4.68571e-06 1.47218e-06 4.59918e-06 -1.79245e-07 -5.76034e-07 1.72251e-07 2.99153e-06 5.37174e-06 6.21537e-06 1.16153e-05 1.54321e-05 8.97068e-06 4.64535e-06 2.68249e-06 2.08147e-06 -1.49735e-05 -7.56562e-06 -3.1864e-07 -5.4195e-06 -4.9083e-06 -2.27186e-06 8.63672e-06 1.69977e-05 5.6363e-06 1.35762e-06 1.9703e-06 7.52069e-07 1.58926e-06 2.14482e-07 -3.73275e-06 -7.33285e-06 1.57678e-06 5.28704e-07 4.45693e-07 1.55824e-06 2.81493e-06 4.83104e-06 4.10044e-06 -1.01661e-06 -1.79006e-06 -2.06905e-06 -1.80645e-06 -8.39611e-06 -1.20273e-05 -3.22666e-06 2.87598e-06 3.44824e-06 5.9315e-06 1.37924e-06 -9.75341e-07 -2.33611e-06 1.02624e-06 9.31048e-07 -1.41345e-06 -1.14282e-06 7.86277e-07 2.77003e-06 2.95536e-06 4.35494e-06 9.24391e-06 1.46173e-05 8.99996e-06 2.40202e-06 6.84044e-07 -4.94376e-06 -7.66302e-06 -2.01094e-06 1.45404e-06 -6.59361e-06 -3.00504e-06 1.31678e-06 1.12914e-05 1.74646e-05 8.46471e-06 3.18357e-06 2.76335e-06 1.66293e-06 1.41666e-06 -8.448e-07 -5.2737e-06 -4.31035e-07 9.40874e-07 -3.12305e-06 -2.07943e-07 2.89472e-06 5.70723e-06 7.09154e-06 2.05575e-06 -7.04039e-07 -7.42165e-07 -8.4303e-07 -9.73075e-07 -4.4983e-06 -6.94088e-07 1.93425e-06 1.28662e-06 7.21983e-07 1.79984e-06 -3.34656e-08 -1.51529e-06 2.74216e-07 3.75371e-07 2.35777e-07 -1.29366e-06 -2.13854e-07 1.34036e-06 2.93598e-06 1.99136e-06 3.12243e-06 5.42396e-06 3.71337e-06 7.03403e-06 2.08053e-06 -2.67096e-06 -1.73282e-06 7.79345e-07 3.62702e-07 3.60339e-07 -1.92494e-06 -1.81099e-07 3.66066e-06 1.09843e-05 1.36026e-05 9.33425e-06 4.74992e-06 2.51256e-06 1.40142e-06 2.50655e-07 -1.57356e-06 -1.13959e-06 2.23544e-07 -7.5596e-07 -4.16384e-06 1.81246e-06 4.88323e-06 6.06831e-06 8.46438e-07 -1.65128e-06 -2.08765e-07 2.78294e-07 -3.98006e-07 -4.47871e-07 4.73536e-07 1.72121e-06 1.37823e-06 7.8423e-07 4.85398e-07 1.09666e-06 4.67516e-07 1.07125e-07 6.75606e-07 3.80611e-07 2.68235e-07 -6.47865e-07 2.75865e-07 2.49049e-06 3.38177e-06 2.58349e-07 7.6679e-07 1.96655e-06 5.94003e-06 6.87403e-06 2.00815e-07 -2.99452e-06 3.04737e-06 2.86653e-06 5.50211e-07 -8.10676e-07 -1.47906e-06 1.47843e-07 2.72745e-06 6.99033e-06 8.35484e-06 7.56554e-06 4.30477e-06 1.51324e-06 7.4115e-07 5.17396e-08 -3.11659e-07 -7.9509e-07 -8.85351e-07 -1.57655e-06 -1.27691e-06 2.43617e-06 2.98067e-06 7.38997e-07 -1.51916e-06 -1.43879e-06 -3.12374e-08 5.55185e-07 1.99144e-07 1.37384e-07 7.0475e-07 1.6037e-06 1.3656e-06 6.1276e-07 7.16442e-07 1.31075e-06 2.74958e-07 2.06243e-07 9.16161e-07 3.01085e-07 -2.31621e-07 -4.73912e-07 6.43804e-07 2.6301e-06 1.73147e-06 -5.6536e-07 6.17663e-07 2.59406e-06 5.83522e-06 4.5926e-06 9.75031e-07 -5.81154e-08 2.33224e-06 1.20808e-06 1.86478e-07 -8.81633e-07 -8.8361e-07 -1.48989e-08 1.77273e-06 3.59188e-06 3.85117e-06 3.76036e-06 1.81316e-06 6.90544e-07 2.3566e-07 -1.41303e-07 -5.83945e-07 -9.96014e-07 -1.16433e-06 -9.53907e-07 3.45407e-07 1.7316e-06 9.5457e-07 6.12204e-07 2.43232e-07 1.54971e-07 6.69244e-07 7.59806e-07 4.5318e-08 -9.13122e-08 9.16343e-07 1.68384e-06 1.37674e-06 4.47598e-07 5.3224e-07 4.42777e-07 -4.05919e-07 1.24713e-07 7.28659e-07 1.30054e-07 -5.47258e-07 -5.09287e-07 7.71184e-07 1.73945e-06 3.78499e-07 -1.45541e-07 1.09797e-06 2.53752e-06 3.70534e-06 2.75233e-06 1.10951e-06 8.94123e-07 8.11933e-07 1.99041e-07 -2.40758e-07 -5.54493e-07 -5.11023e-07 1.07483e-07 1.16017e-06 1.42959e-06 1.53697e-06 1.34147e-06 9.08128e-07 6.47368e-07 2.49408e-07 -1.87809e-07 -5.20408e-07 -7.76729e-07 -7.66151e-07 -2.19186e-07 6.10347e-07 1.19935e-06 1.03451e-06 1.95472e-06 7.53474e-07 6.55707e-07 1.01021e-06 6.04228e-07 -6.03111e-08 4.98895e-07 1.35614e-06 1.73564e-06 9.19065e-07 -1.31223e-07 -6.19493e-07 -5.2081e-07 -3.98359e-09 5.86416e-07 7.56635e-07 1.55701e-07 -5.08493e-07 -1.49618e-07 8.52701e-07 9.87346e-07 1.93696e-07 4.31775e-07 1.14992e-06 1.71021e-06 1.87749e-06 1.32915e-06 6.60565e-07 3.15821e-07 -1.34466e-07 -6.38317e-07 -3.5207e-07 -2.92075e-07 -2.50682e-07 2.12609e-07 6.30158e-07 9.57319e-07 1.31618e-06 1.34698e-06 1.17216e-06 8.42622e-07 2.73529e-07 -1.5518e-07 -3.5564e-07 -4.7003e-07 -2.59518e-07 1.86765e-07 7.85652e-07 1.24721e-06 2.56657e-06 1.45788e-06 7.57899e-07 5.79032e-07 6.28181e-07 3.03255e-07 3.52527e-07 9.51759e-07 1.4253e-06 1.16351e-06 1.64736e-07 -8.41495e-07 -1.02356e-06 -1.84561e-07 5.00202e-07 1.01382e-06 1.08132e-06 2.3862e-07 -1.12734e-07 3.24031e-07 8.35101e-07 6.63475e-07 4.02355e-07 5.9209e-07 8.27458e-07 8.63247e-07 8.32378e-07 5.07537e-07 5.75707e-08 -3.45483e-07 -6.63981e-07 -5.85752e-07 -2.77042e-07 -1.85131e-07 -1.06647e-07 1.61531e-07 4.80381e-07 8.80236e-07 1.28809e-06 1.40538e-06 1.20731e-06 7.5544e-07 2.07941e-07 -9.39941e-08 -1.96219e-07 -1.71824e-07 5.18336e-08 4.52335e-07 9.4079e-07 1.41348e-06 1.37537e-06 9.02222e-07 2.65e-07 1.86262e-07 3.01981e-07 3.26683e-07 5.88818e-07 9.11707e-07 8.84282e-07 4.25531e-07 -3.2284e-07 -9.0284e-07 -7.00216e-07 -1.68005e-08 5.84363e-07 1.21753e-06 1.17956e-06 2.48262e-07 1.73393e-07 4.78985e-07 6.06996e-07 4.37971e-07 3.40784e-07 4.07416e-07 4.82041e-07 4.63649e-07 3.24878e-07 -3.48255e-08 -3.86988e-07 -5.01867e-07 -4.77036e-07 -3.61767e-07 -1.90586e-07 -1.2727e-07 -6.78516e-08 9.08356e-08 3.16673e-07 6.09395e-07 8.94568e-07 9.76067e-07 7.97236e-07 4.52754e-07 1.10652e-07 -6.55714e-08 -8.05581e-08 -2.54159e-08 1.40643e-07 4.22443e-07 7.02313e-07 9.16233e-07 7.62464e-07 2.75532e-07 -6.21885e-08 -3.63361e-08 1.48888e-07 2.98195e-07 4.78282e-07 5.36481e-07 3.73419e-07 5.77715e-08 -3.13641e-07 -5.44637e-07 -4.19812e-07 -2.99247e-08 5.10618e-07 9.47918e-07 7.94403e-07 1.62322e-07 1.73113e-07 3.06003e-07 3.1147e-07 2.25594e-07 1.69829e-07 1.84305e-07 2.15293e-07 2.16883e-07 8.94527e-08 -1.94052e-07 -3.47819e-07 -3.43947e-07 -3.01572e-07 -2.4468e-07 -1.47856e-07 -1.00741e-07 -5.77119e-08 4.41904e-08 1.9352e-07 3.78551e-07 5.47432e-07 5.94813e-07 4.78981e-07 2.57523e-07 5.12637e-08 -5.09876e-08 -3.89496e-08 9.73109e-10 1.06476e-07 2.70173e-07 4.03232e-07 4.9776e-07 3.54323e-07 5.32351e-08 -1.27738e-07 -7.83902e-08 7.87202e-08 1.99329e-07 2.93792e-07 2.77817e-07 1.632e-07 -4.29761e-09 -2.02335e-07 -3.32611e-07 -2.75422e-07 -1.79432e-08 3.62546e-07 5.71168e-07 4.26432e-07 1.68398e-06 -3.7996e-07 -8.02414e-07 5.29303e-07 2.53567e-06 3.52808e-06 3.95516e-06 3.57073e-06 1.1763e-06 -1.01874e-06 -1.77611e-06 -7.43811e-07 2.11204e-06 2.65405e-06 2.13255e-06 2.55226e-06 3.8286e-06 5.55216e-06 6.78335e-06 7.2472e-06 7.57766e-06 7.63814e-06 7.21384e-06 6.47517e-06 4.94719e-06 2.17751e-06 -3.25129e-08 1.50358e-06 3.95885e-06 2.77574e-06 1.9019e-06 1.75651e-06 2.95669e-06 4.31932e-06 4.7309e-06 4.48899e-06 3.84374e-06 3.37497e-06 3.09542e-06 2.23154e-06 6.64536e-07 -2.89751e-07 -1.53187e-06 -4.32753e-06 -3.68697e-06 7.60688e-07 2.03032e-06 4.04739e-06 5.47973e-06 4.73019e-06 3.81143e-06 9.27857e-07 3.19907e-07 1.02696e-06 8.30608e-07 1.4734e-06 3.1959e-06 2.8243e-06 1.86414e-06 1.04697e-06 8.60551e-07 2.60513e-06 4.85859e-06 4.38208e-06 3.81725e-06 4.72504e-06 6.50715e-06 8.66981e-06 1.03867e-05 1.1504e-05 1.24022e-05 1.22095e-05 1.0553e-05 7.94021e-06 3.95284e-06 -8.0323e-07 -1.78005e-06 -2.22079e-07 2.36444e-06 2.78017e-06 2.67244e-06 2.89763e-06 3.11925e-06 4.06822e-06 5.44877e-06 6.11207e-06 5.80075e-06 5.36698e-06 5.24396e-06 3.81777e-06 1.36355e-06 -4.51545e-07 -1.30946e-06 -3.62718e-06 -8.60676e-07 3.08015e-06 4.8972e-06 6.66293e-06 8.32645e-06 8.11994e-06 7.39237e-06 5.72056e-06 5.10707e-06 3.99903e-06 1.87184e-06 1.0642e-06 3.79493e-06 4.43706e-06 2.19192e-06 7.83975e-07 1.79548e-06 4.00518e-06 1.0228e-05 6.37421e-06 5.79447e-06 7.27378e-06 8.4306e-06 7.35325e-06 5.86267e-06 5.79075e-06 6.83439e-06 7.59482e-06 6.3433e-06 2.75952e-06 -1.03967e-06 -2.65227e-06 -1.324e-06 -1.3651e-06 -1.44013e-06 1.37863e-06 1.08371e-06 1.10066e-06 2.72422e-06 4.09164e-06 6.21365e-06 6.52598e-06 3.03776e-06 4.09166e-06 6.3821e-06 4.28759e-06 8.0502e-07 -8.88932e-07 -1.57802e-06 -3.35325e-06 -1.12103e-07 7.40909e-06 1.24823e-05 1.38426e-05 1.33519e-05 1.16902e-05 1.27167e-06 -1.29078e-06 -2.68367e-07 1.28226e-06 1.13143e-06 1.03207e-06 3.55404e-06 3.42465e-06 2.36593e-06 2.91219e-06 3.97254e-06 4.43456e-06 1.79209e-05 1.16861e-05 7.34367e-06 5.86205e-06 5.38436e-06 4.5454e-06 2.56499e-06 3.79524e-06 4.05758e-06 1.29426e-06 7.92416e-07 1.08237e-06 -4.44831e-07 -1.39145e-06 -9.18592e-07 -2.37632e-07 3.00343e-07 1.00801e-06 1.30309e-06 4.19801e-06 8.23646e-06 8.09317e-06 4.15673e-06 8.44491e-07 1.12694e-06 2.95478e-06 1.99028e-06 2.07784e-06 1.80097e-06 9.13054e-07 -7.1844e-07 -1.76217e-06 9.1175e-07 6.04817e-06 8.75672e-06 7.72681e-06 6.24051e-06 7.25016e-06 2.27126e-06 7.95785e-07 1.09208e-06 2.63934e-06 4.19576e-06 3.68816e-06 1.33355e-07 3.23429e-07 3.57399e-06 4.84305e-06 6.63984e-06 8.95854e-06 2.64347e-05 2.18387e-05 1.24562e-05 6.37889e-06 7.00841e-06 1.12252e-05 8.6961e-06 4.50383e-06 -7.9775e-07 -9.32901e-07 2.96367e-07 -6.26155e-07 9.97583e-07 8.7528e-07 6.8454e-08 2.05264e-06 1.86855e-06 3.27081e-06 7.28628e-06 1.07604e-05 1.35651e-05 1.34314e-05 7.96277e-06 6.74636e-06 1.07358e-05 1.27704e-05 8.37356e-06 7.03676e-06 4.06699e-06 -9.60575e-07 -4.93111e-07 6.95634e-07 5.44295e-06 1.01389e-05 7.38878e-06 2.99875e-06 1.84963e-06 4.22655e-06 2.09485e-06 4.78896e-06 6.2862e-06 2.96487e-06 3.06228e-06 3.63203e-06 1.62308e-07 2.57133e-06 2.68972e-06 5.57469e-06 9.06519e-06 1.82817e-05 4.50521e-05 3.14482e-05 1.5287e-05 6.52753e-06 8.86454e-06 9.41575e-06 7.75557e-06 3.48502e-06 4.20133e-07 4.61519e-06 7.12177e-06 5.31619e-06 2.44106e-06 6.92282e-07 5.72696e-06 6.10354e-06 5.13889e-06 8.30706e-06 9.64278e-06 9.13415e-06 1.05909e-05 1.37037e-05 1.18668e-05 9.47276e-06 9.9028e-06 8.29828e-06 9.78142e-06 8.61779e-06 1.63058e-06 -2.20887e-06 -1.41183e-06 5.16088e-07 1.12969e-05 1.39309e-05 4.48361e-06 2.65025e-06 1.93589e-06 2.7707e-06 6.25597e-06 8.56103e-06 9.38849e-06 3.47387e-06 2.45434e-06 4.95435e-06 7.40929e-06 4.00864e-06 4.50276e-06 7.84254e-06 1.03485e-05 3.38823e-05 3.86636e-05 1.98118e-05 1.94075e-05 1.81236e-05 4.52728e-06 2.7313e-06 2.40392e-06 3.25704e-06 8.44766e-06 1.18714e-05 1.11858e-05 4.19006e-06 -4.56373e-06 -3.53494e-06 1.44206e-05 1.08838e-05 9.71563e-06 1.02788e-05 8.56205e-06 7.81734e-06 2.10578e-05 1.60272e-05 8.91978e-06 4.62867e-06 9.08785e-06 1.45433e-05 1.1071e-05 2.63367e-06 -2.39275e-06 -1.1615e-06 -7.80728e-06 -6.26432e-06 2.98144e-06 5.01831e-06 6.85562e-06 8.57301e-06 7.63923e-06 5.79665e-06 1.60796e-05 1.33375e-05 8.53753e-06 7.6992e-06 1.05004e-05 1.62722e-05 1.17544e-05 9.54912e-06 1.26638e-05 1.33163e-05 9.81857e-06 2.24188e-05 2.01866e-05 3.54684e-06 5.76741e-06 1.30968e-05 1.06055e-05 6.05986e-06 3.77401e-06 7.10342e-06 1.17104e-05 1.00872e-05 6.31346e-06 -1.20147e-09 -2.21047e-06 1.7843e-06 9.22545e-06 1.20774e-05 6.43587e-06 4.31399e-06 3.06343e-06 6.04218e-06 1.14825e-05 7.7154e-06 6.58485e-06 2.59382e-06 5.49269e-06 7.67797e-06 5.60794e-06 6.02121e-06 7.50537e-06 3.44329e-06 -1.27639e-05 -5.1525e-06 2.06723e-06 1.15707e-05 1.7073e-05 1.54002e-05 7.48271e-06 4.13666e-06 9.64972e-06 2.87077e-06 7.43939e-06 1.03856e-05 1.16543e-05 1.18056e-05 1.16035e-05 1.6493e-05 3.06326e-05 3.92119e-05 4.8246e-06 1.43773e-06 1.11954e-05 3.10354e-07 -9.20231e-07 1.93542e-06 1.42001e-05 1.68365e-05 1.20012e-05 5.20501e-06 5.08501e-06 5.48433e-06 4.92646e-06 3.13041e-06 -1.18459e-07 2.46686e-06 4.08861e-06 5.75401e-06 3.61643e-06 4.54622e-06 5.19043e-06 -1.52509e-06 4.59404e-06 8.10448e-06 6.15764e-06 9.75396e-06 1.6607e-05 1.55491e-05 8.5315e-06 9.20435e-06 1.31756e-05 1.06615e-05 1.95227e-06 -6.16902e-07 2.6577e-06 1.27197e-05 1.85059e-05 1.19907e-05 5.5801e-06 1.80342e-05 1.30144e-05 5.9426e-06 1.13156e-06 -8.88848e-07 2.32526e-06 4.77987e-06 3.34195e-06 9.12016e-06 3.74123e-05 3.73536e-05 -8.09477e-06 4.47114e-06 -1.96983e-06 -1.28277e-06 5.45657e-06 7.22237e-06 1.21984e-05 1.7555e-05 1.17879e-05 2.69442e-06 2.32025e-06 3.97665e-06 7.58823e-06 6.65571e-06 4.59443e-06 2.71294e-06 9.08054e-07 4.90067e-06 5.47566e-06 7.38849e-06 2.94581e-06 3.64906e-06 8.94116e-06 9.2774e-06 1.30033e-05 1.46102e-05 1.28288e-05 9.12032e-06 5.50666e-06 -1.69373e-07 1.70045e-06 6.79287e-06 3.74421e-06 -1.47109e-06 2.7456e-06 1.23627e-05 1.18285e-05 4.02351e-06 2.23584e-06 1.11842e-05 2.13506e-05 2.00554e-06 -4.59395e-06 -4.51491e-06 -2.95007e-06 -5.68655e-06 -9.42554e-06 -4.79981e-06 -1.48436e-06 -1.39811e-05 -2e-05 1.9562e-05 -1.45673e-05 -1.01367e-06 3.61223e-06 4.91556e-06 1.09314e-05 1.711e-05 1.13438e-05 3.79931e-06 3.20009e-06 5.09495e-06 8.54395e-06 7.32633e-06 5.53297e-06 3.06244e-07 1.98862e-06 1.1572e-05 9.93498e-06 6.60792e-06 4.84285e-06 1.06187e-05 1.03486e-05 7.08996e-06 1.17242e-05 1.20947e-05 8.83818e-06 2.55562e-06 2.59616e-06 -1.03714e-07 -3.38252e-06 2.94671e-06 6.02169e-06 1.491e-06 1.59912e-06 1.70028e-06 1.734e-06 -3.09524e-06 -2.85809e-06 5.938e-06 -1.49836e-06 -1.04773e-05 -9.54119e-06 -6.10017e-06 -5.78162e-06 -5.6424e-06 -3.6288e-06 -4.04758e-06 -1.19131e-05 -2e-05 -3.72579e-06 9.19383e-06 -2e-05 5.25329e-07 2.22129e-06 6.05397e-06 1.31282e-05 1.84389e-05 1.65799e-05 8.38425e-06 4.40217e-06 3.903e-06 5.16146e-06 3.45906e-06 1.27165e-06 -3.37115e-06 1.80049e-06 5.10147e-06 5.35182e-06 7.54564e-06 1.15665e-05 1.20398e-05 8.13906e-06 3.52679e-06 8.63589e-06 9.51749e-06 8.28296e-06 2.10752e-06 -1.32491e-06 -9.86852e-07 -3.07961e-06 3.21667e-06 1.10468e-05 1.76275e-07 -4.14605e-06 -2.54325e-06 2.53931e-06 -9.63583e-07 -1.56258e-06 8.67315e-06 -1.42757e-05 3.41876e-07 7.7525e-06 8.41253e-06 1.35125e-06 -1.7844e-07 4.04356e-06 3.63989e-06 -1.76437e-07 -1.65018e-06 7.87561e-07 1.52814e-06 3.68764e-06 1.10146e-06 -1.99768e-07 4.28986e-06 1.17859e-05 1.14459e-05 5.13538e-06 -3.37129e-07 -5.65532e-07 -3.53086e-06 4.11534e-06 2.04074e-06 -2.60452e-07 -1.02596e-06 4.85237e-06 9.21312e-06 1.28658e-05 1.1366e-05 7.59938e-06 5.20226e-06 2.37172e-06 -8.37554e-07 3.92542e-06 5.46008e-06 6.78802e-06 4.31703e-06 7.21096e-07 1.99664e-06 2.61339e-06 -1.33401e-06 -7.37399e-07 -4.77367e-06 -3.20754e-07 6.38296e-06 9.69209e-06 4.69889e-06 -6.23785e-07 -1.01181e-06 -6.83615e-06 1.45305e-05 1.60916e-05 1.20553e-05 8.19895e-06 1.22324e-05 1.48068e-05 9.10925e-06 1.82984e-06 -6.98881e-07 -1.30683e-06 -1.54678e-06 -8.3403e-07 5.79477e-06 3.66745e-06 5.41228e-06 1.01048e-05 9.87537e-06 3.06241e-06 -1.8259e-06 -3.53221e-06 -9.28725e-06 4.16592e-06 3.85312e-06 1.21871e-06 3.62098e-06 1.14856e-05 1.91072e-05 2.04067e-05 1.02548e-05 -9.58357e-07 -1.77106e-06 -2.20376e-06 -1.15716e-06 -2.46095e-06 -3.3935e-06 7.16114e-07 1.80146e-08 -1.06785e-06 2.91938e-06 6.1378e-06 3.93651e-08 -1.37234e-06 -1.01855e-06 8.71941e-06 1.40074e-05 1.06083e-05 5.12952e-06 1.14739e-06 -3.73478e-06 2.17123e-05 2.18738e-05 1.20853e-05 8.22645e-06 8.77574e-06 1.05786e-05 1.37154e-05 1.22468e-06 -6.10506e-06 -5.98366e-06 -5.82319e-06 -5.10585e-06 2.24283e-06 2.47381e-05 1.1878e-05 7.0766e-06 6.13823e-06 5.36169e-06 4.0895e-06 2.67708e-06 -5.03733e-07 -9.22205e-06 3.83515e-07 -6.15659e-07 7.68673e-07 9.66222e-06 1.466e-05 1.89875e-05 1.65952e-05 6.06238e-06 -1.25397e-06 -1.73999e-07 -7.43541e-07 -3.22865e-07 -1.19642e-07 -2.14954e-06 -4.01567e-06 -5.6494e-06 -3.73202e-06 2.95287e-06 6.41326e-06 5.01653e-06 4.05125e-06 7.22624e-06 1.82841e-05 1.47663e-05 9.86293e-07 -7.27006e-07 -2.2386e-06 2.07954e-06 2.65001e-05 1.81929e-05 8.49519e-06 7.30391e-06 5.71011e-06 4.99692e-06 6.40421e-06 -5.7448e-06 -1.75797e-05 -3.99841e-06 -6.3144e-06 -4.3343e-06 1.35497e-05 2.07834e-05 1.23829e-05 6.01625e-06 3.02404e-06 4.3497e-06 6.70136e-06 9.6475e-06 4.09294e-06 -1.27982e-06 2.95347e-06 6.95978e-07 4.84324e-06 9.79123e-06 9.67239e-06 9.71733e-06 9.2561e-06 2.25354e-06 1.02366e-06 1.87644e-06 2.07513e-06 3.05758e-06 -7.07488e-07 -1.4598e-06 -5.05822e-06 1.84085e-06 2.92762e-06 3.33407e-06 1.32637e-05 1.42377e-05 9.09998e-06 6.21573e-06 1.14489e-05 1.32644e-05 9.20158e-07 -4.57905e-06 -3.18635e-06 1.09296e-05 1.741e-05 7.91434e-06 3.75188e-06 4.95177e-06 1.71601e-06 2.61392e-06 4.06036e-06 -4.24514e-06 -6.95964e-06 -1.9768e-06 -7.11231e-06 -1.48159e-06 1.3352e-05 1.51015e-05 1.27048e-05 8.85472e-06 3.69033e-06 2.69768e-06 2.87901e-06 4.52576e-06 5.05845e-06 4.33871e-06 7.48118e-06 7.2885e-06 7.83768e-06 7.07957e-06 4.00944e-06 3.40986e-06 3.22054e-06 1.42644e-06 3.08093e-06 3.57221e-06 4.38148e-06 -8.30629e-07 -1.51566e-06 -8.11359e-07 1.1454e-06 6.07018e-06 4.37223e-06 7.09018e-06 2.0726e-05 1.68207e-05 6.76824e-06 -3.84493e-06 1.88209e-06 1.47671e-05 5.66627e-06 -6.73582e-06 -1.38448e-06 1.30312e-05 3.48217e-06 -1.08509e-06 -1.2553e-06 -8.17845e-08 -1.39089e-06 1.86898e-06 4.16193e-06 7.02023e-07 -2.79553e-06 -3.90286e-06 -2.48218e-06 7.32819e-07 7.02107e-06 1.19646e-05 1.50554e-05 1.06858e-05 2.88213e-06 -4.52836e-08 -6.3518e-07 2.50559e-06 3.30955e-06 5.5802e-06 7.39872e-06 5.93918e-06 5.10426e-06 2.85225e-06 1.11632e-06 -1.49559e-07 8.47529e-07 1.63092e-06 4.12472e-06 5.41613e-06 1.19789e-06 -1.87794e-06 -2.4175e-07 4.3944e-07 3.14478e-06 7.1916e-06 8.29404e-07 1.03917e-05 1.78338e-05 1.55627e-05 3.18284e-06 -9.39909e-06 2.43478e-06 1.31619e-05 8.57015e-06 -4.11792e-06 -1.56536e-06 7.22614e-06 -6.25366e-06 -4.06286e-06 -3.36172e-06 -2.9997e-06 -2.48786e-06 2.06439e-06 7.41601e-06 2.80041e-06 -6.9126e-07 -6.76687e-07 2.72839e-09 -5.56341e-06 -1.5578e-06 9.02398e-06 1.07351e-05 5.19149e-06 2.83512e-07 -1.10492e-06 -2.33172e-06 -4.37104e-07 3.81697e-06 7.05664e-06 6.48685e-06 4.62695e-06 5.18196e-06 3.4273e-06 4.90248e-07 -1.47533e-07 5.71214e-07 9.02785e-07 5.97192e-06 2.33601e-06 6.31536e-07 2.02747e-06 9.12855e-07 2.42621e-06 4.66059e-06 3.12808e-07 -2.25245e-06 1.10478e-05 1.54445e-05 9.78072e-06 -6.2055e-06 -9.96243e-06 2.65011e-06 8.79043e-06 6.76584e-06 8.67616e-08 -2.60382e-06 -1.86589e-06 -7.97784e-06 -3.41851e-06 -3.83163e-06 -2.8757e-06 -1.46895e-06 3.00128e-06 3.70455e-06 3.17938e-06 8.81687e-07 2.75627e-06 -4.61863e-06 -1.87152e-05 -1.32827e-06 8.28454e-06 4.42914e-06 2.39149e-07 -1.35893e-07 4.49326e-09 -9.75175e-07 1.12937e-06 7.55299e-06 9.24757e-06 8.5698e-06 9.68585e-06 1.28121e-05 5.85493e-06 3.48695e-07 6.30657e-07 2.73372e-07 3.69713e-07 5.40238e-06 1.31403e-06 2.41489e-06 1.64485e-06 2.26914e-06 4.68154e-06 3.40055e-06 -4.16381e-06 -2.61274e-06 9.43434e-06 1.09086e-05 -1.00519e-06 -1.44771e-05 -9.08132e-06 2.87629e-06 6.59762e-06 4.79742e-06 4.7505e-07 -2.81804e-06 -3.51915e-06 -6.80349e-06 -3.01653e-06 -9.19063e-07 -2.07798e-06 1.11079e-06 2.41455e-06 6.418e-06 5.73171e-06 3.55203e-06 4.16207e-06 -9.62808e-06 -6.02423e-06 4.67037e-06 7.56592e-06 4.49231e-07 -4.09823e-06 -1.11458e-06 2.60719e-07 -4.49223e-07 3.30031e-06 1.01768e-05 1.12049e-05 1.03406e-05 1.13853e-05 1.25e-05 5.31419e-06 3.56274e-07 2.14428e-06 1.56792e-06 4.1567e-06 4.40677e-06 2.37301e-06 2.87885e-06 1.99719e-06 4.16687e-06 4.82227e-06 -1.52941e-06 -5.04311e-06 -6.70368e-07 1.22167e-06 -7.29626e-06 -1.01155e-05 -4.95484e-06 2.70465e-06 7.43007e-06 6.07804e-06 1.77078e-06 -2.60277e-07 -2.31209e-07 -4.47813e-07 -2.92362e-06 -1.05771e-06 -8.73103e-08 -4.59294e-07 1.53078e-06 5.58733e-06 7.4438e-06 6.1741e-06 4.91159e-06 2.83073e-06 -4.28744e-06 -1.88685e-07 4.32147e-06 3.71009e-06 -4.34898e-06 -5.95636e-06 -4.09186e-07 1.69439e-07 -4.68805e-07 4.90908e-06 1.00567e-05 1.04161e-05 8.89213e-06 9.17822e-06 1.00827e-05 5.19433e-06 -5.54743e-07 1.53484e-06 2.05321e-06 4.3428e-06 2.0721e-06 -2.77777e-07 2.40177e-06 6.36744e-06 5.76816e-06 3.44551e-06 -2.62559e-06 -4.12267e-06 -1.34127e-06 -2.40254e-06 -1.03005e-05 -7.06416e-06 2.26033e-06 8.21029e-06 8.85611e-06 2.01389e-06 -8.53497e-07 7.75503e-07 9.12155e-07 -1.6473e-06 -7.91545e-08 -4.30795e-07 -7.54178e-07 5.12279e-07 3.73714e-06 5.79514e-06 5.14657e-06 4.32487e-06 3.55548e-06 7.20857e-07 -2.00509e-06 1.36081e-07 1.70946e-06 -1.32597e-06 -7.45965e-06 -2.56283e-06 8.02823e-07 -4.57828e-07 -1.96554e-07 4.35026e-06 7.42285e-06 7.62936e-06 6.71212e-06 6.56298e-06 6.10089e-06 1.47737e-06 2.62203e-08 2.17441e-06 1.17139e-06 -9.12543e-07 -5.15354e-06 -6.52192e-08 6.65372e-06 9.14634e-06 4.69429e-06 -1.28937e-06 -2.80412e-06 -3.13145e-06 -2.94174e-06 -5.77387e-06 -9.74939e-06 2.43434e-08 6.75042e-06 8.28532e-06 3.05913e-06 -1.50393e-06 -6.0935e-07 8.13288e-07 -2.16092e-07 -1.72881e-08 3.10617e-07 -4.60476e-07 -6.39049e-07 1.53608e-06 3.89414e-06 3.84976e-06 2.91665e-06 3.11692e-06 2.11803e-06 -4.30923e-07 -1.51318e-06 -2.92935e-07 -7.31125e-07 -4.73038e-06 -3.44688e-06 6.0844e-07 6.48408e-07 -1.28756e-06 -3.97778e-07 2.51997e-06 4.77516e-06 5.37186e-06 4.8493e-06 3.72664e-06 1.59564e-06 -6.87667e-07 2.99446e-07 1.47953e-06 -3.80758e-07 -6.77266e-06 -6.01703e-06 1.08501e-06 6.06026e-06 5.76514e-06 1.147e-06 -1.92911e-06 -2.10901e-06 -2.39652e-06 -3.86562e-06 -6.12273e-06 -6.16514e-07 1.5649e-06 3.00714e-06 1.91717e-06 -5.47411e-07 -8.66787e-07 2.52505e-08 -1.10968e-07 3.6515e-07 8.09417e-07 3.93386e-07 -4.3658e-07 -1.75877e-07 1.74394e-06 2.69918e-06 2.24559e-06 1.39899e-06 1.01958e-06 3.3397e-07 -1.10073e-07 -7.16796e-07 -2.88734e-07 -1.20979e-06 -1.08516e-06 4.28898e-07 7.6551e-07 -4.33056e-08 -1.36953e-06 -6.25059e-07 1.42937e-06 3.11178e-06 3.42836e-06 2.3923e-06 9.89799e-07 -2.49442e-07 -5.78e-07 4.48247e-08 -5.2377e-08 -2.48606e-06 -3.7362e-06 -5.16889e-07 1.39633e-06 3.30087e-06 2.36168e-06 -4.30536e-07 -1.73487e-06 -1.50191e-06 -9.34722e-07 -2.75324e-07 4.1607e-08 7.69058e-07 1.59757e-06 1.51842e-06 3.18218e-07 -3.62738e-07 -3.21925e-07 -3.19289e-07 -6.59113e-08 5.6619e-07 7.88422e-07 4.95371e-07 -1.46971e-07 1.86582e-07 1.19187e-06 1.51681e-06 7.44064e-07 -6.85308e-09 -2.5672e-07 -3.266e-07 -1.76354e-07 1.6971e-07 3.9591e-07 2.32369e-07 4.32962e-07 7.41134e-07 4.69335e-07 -2.02891e-07 -8.04379e-07 -3.74941e-07 9.54776e-07 1.75738e-06 1.35452e-06 3.70434e-07 -1.25282e-07 -2.32565e-07 -2.18371e-07 -1.77934e-08 -1.78495e-07 -3.02517e-07 -1.23646e-07 4.32321e-07 1.50151e-06 2.28901e-06 1.3333e-06 -4.28956e-07 -8.45172e-07 -7.33967e-07 -1.97042e-07 1.76125e-07 6.63909e-07 1.43444e-06 1.54303e-06 9.19285e-07 1.67792e-07 -3.51225e-07 -6.67494e-07 -5.30426e-07 -5.74858e-08 5.17869e-07 8.49304e-07 4.34582e-07 -1.67646e-08 1.32823e-07 4.96203e-07 3.20897e-07 -2.12427e-07 -4.43909e-07 -5.93434e-07 -5.8323e-07 -2.87765e-07 2.56796e-07 6.15565e-07 6.86206e-07 6.79252e-07 4.70117e-07 3.40782e-07 5.72478e-08 -3.03775e-07 1.58566e-08 6.8549e-07 7.82594e-07 3.19968e-07 2.05806e-08 1.03399e-07 1.21483e-07 1.32481e-07 1.95891e-07 1.78363e-07 3.00616e-07 5.77091e-07 1.02784e-06 1.74077e-06 1.94466e-06 1.2588e-06 1.18956e-07 -4.89038e-07 -5.52464e-07 -1.79944e-07 3.96862e-07 1.20191e-06 1.54991e-06 1.10367e-06 4.51955e-07 -6.7682e-08 -4.63471e-07 -6.0071e-07 -3.95721e-07 2.78704e-08 5.89401e-07 8.24826e-07 2.09033e-07 -8.00904e-08 -7.46661e-08 -5.33314e-08 -2.25815e-07 -3.92483e-07 -5.05979e-07 -6.17574e-07 -6.45074e-07 -3.98557e-07 2.02578e-07 6.4485e-07 6.836e-07 4.51611e-07 3.46048e-07 4.19316e-07 2.40191e-07 7.11657e-08 3.02667e-07 5.57438e-07 4.94106e-07 3.50182e-07 3.26653e-07 3.27201e-07 2.80364e-07 2.69854e-07 3.41873e-07 4.97203e-07 7.32764e-07 9.13971e-07 1.24017e-06 1.68077e-06 1.46515e-06 5.52862e-07 -1.27384e-07 -5.3769e-07 -5.09309e-07 -9.71539e-08 5.93348e-07 1.22317e-06 1.09541e-06 5.36849e-07 9.93349e-08 -1.40963e-07 -2.74309e-07 -3.07168e-07 -1.53542e-07 1.95161e-07 5.38983e-07 5.53734e-07 2.18711e-08 -1.50232e-07 -1.82543e-07 -1.98203e-07 -2.62637e-07 -3.37718e-07 -4.11852e-07 -5.01719e-07 -5.60661e-07 -4.09627e-07 7.44176e-08 4.15798e-07 3.92856e-07 2.36831e-07 2.62582e-07 3.47487e-07 2.55658e-07 2.00736e-07 3.3956e-07 4.45342e-07 4.25498e-07 3.76747e-07 3.26126e-07 2.50629e-07 2.04836e-07 2.21007e-07 3.26365e-07 5.1212e-07 6.57862e-07 7.43405e-07 9.87673e-07 1.19809e-06 8.46477e-07 1.78938e-07 -2.58042e-07 -4.13412e-07 -3.34044e-07 8.11572e-09 5.29003e-07 8.25018e-07 5.73583e-07 1.89538e-07 -5.29077e-09 -5.99825e-08 -6.8188e-08 -5.08236e-08 4.80364e-08 2.15488e-07 3.2418e-07 2.50584e-07 -4.16849e-08 -1.30099e-07 -1.48108e-07 -1.47224e-07 -1.84964e-07 -2.40359e-07 -2.94746e-07 -3.66941e-07 -4.19622e-07 -3.32105e-07 5.11555e-10 2.38696e-07 2.21971e-07 1.32992e-07 1.74629e-07 2.31641e-07 1.7792e-07 1.47841e-07 2.17365e-07 2.82334e-07 2.99567e-07 2.74348e-07 2.25329e-07 1.55355e-07 1.2337e-07 1.4525e-07 2.32019e-07 3.61298e-07 4.25561e-07 4.55725e-07 6.03681e-07 7.15197e-07 4.92569e-07 3.55932e-08 -2.23498e-07 -2.84201e-07 -2.05316e-07 2.88308e-08 3.44687e-07 4.78138e-07 3.02264e-07 8.29049e-08 -3.25369e-09 -8.15369e-09 7.81852e-09 3.291e-08 8.37659e-08 1.396e-07 1.48409e-07 8.06274e-08 3.55172e-06 3.09511e-07 -1.75376e-06 -9.73161e-07 1.65794e-06 3.0664e-06 3.42651e-06 2.10668e-06 1.95774e-07 9.59184e-09 2.24165e-06 3.76853e-06 4.17359e-06 3.66054e-06 2.04219e-06 2.04659e-07 6.81473e-08 1.42549e-06 2.72038e-06 3.25294e-06 3.70281e-06 4.5595e-06 5.1228e-06 4.22175e-06 1.38253e-06 -1.10157e-06 -1.10975e-06 -2.80545e-07 -1.02291e-07 -5.09534e-07 7.5345e-07 2.90522e-06 3.60791e-06 4.66103e-06 5.89749e-06 6.73863e-06 7.15342e-06 6.86168e-06 6.0643e-06 4.2042e-06 1.18928e-06 -2.32384e-06 -2.76834e-06 -2.11188e-06 -2.05258e-06 -5.40219e-07 2.54063e-06 5.31357e-06 6.84639e-06 6.63451e-06 1.28468e-05 8.43824e-06 4.68691e-06 3.5793e-06 3.90068e-06 4.56077e-06 4.56318e-06 1.59333e-06 -1.28755e-06 2.36309e-06 7.26355e-06 9.87017e-06 8.94673e-06 4.61868e-06 3.02888e-06 1.96087e-06 2.42766e-06 3.65003e-06 4.60069e-06 4.5657e-06 4.62476e-06 5.78095e-06 6.52437e-06 5.42768e-06 2.06498e-06 -6.72939e-07 -1.1115e-06 -1.3012e-06 -1.07835e-07 2.31028e-06 3.82759e-06 2.44765e-06 1.35276e-06 2.28392e-06 4.39625e-06 7.31051e-06 9.06538e-06 8.42324e-06 6.38638e-06 3.26184e-06 1.24144e-07 -2.93916e-06 -3.64893e-06 -1.32147e-06 1.16124e-06 3.1299e-06 7.46268e-06 1.11529e-05 1.42051e-05 1.54586e-05 1.07377e-05 8.4795e-06 8.20315e-06 7.67279e-06 6.2654e-06 5.64751e-06 5.98535e-06 4.27873e-07 -1.89701e-06 3.73214e-06 1.02217e-05 1.23111e-05 7.97272e-06 -6.82547e-07 3.78029e-07 1.87151e-06 1.33447e-06 1.574e-06 -5.63263e-07 -9.56083e-07 -1.20659e-06 3.85407e-07 3.91202e-06 5.89383e-06 3.64957e-06 4.79826e-07 -7.01608e-07 -1.0577e-06 -7.69215e-07 2.3381e-06 2.17033e-06 4.3429e-06 7.15948e-06 7.26637e-06 6.56113e-06 8.84783e-06 7.91059e-06 7.82791e-06 8.47371e-06 3.82304e-06 -1.11699e-06 -1.83813e-06 -2.22588e-06 -3.05778e-06 -2.06461e-07 1.1906e-05 1.58266e-05 1.65865e-05 1.6946e-05 1.63591e-05 2.00165e-06 -1.5262e-06 -8.54321e-07 3.51338e-07 1.10914e-06 2.8595e-07 -1.50331e-06 -9.94723e-08 2.75687e-06 6.87649e-06 1.18402e-05 1.32128e-05 7.80214e-06 1.35495e-06 9.31953e-07 -1.61692e-06 3.25413e-06 8.44592e-06 6.2883e-06 5.12929e-06 5.50114e-06 4.1961e-06 4.8146e-07 -9.56012e-07 3.01481e-06 3.70377e-06 2.07348e-06 -9.01554e-07 4.25556e-06 4.1937e-06 6.49521e-06 1.14927e-05 1.5955e-05 1.47268e-05 8.69378e-06 2.54002e-06 -1.60232e-07 5.31268e-06 5.7534e-06 4.68709e-06 -8.59271e-07 -4.07367e-06 -3.13906e-06 -2.77387e-06 1.79393e-06 9.92182e-06 9.4252e-06 4.60973e-06 -1.76063e-06 -1.66971e-06 9.05292e-06 8.89706e-07 6.47075e-08 3.89193e-06 6.84991e-06 2.74712e-06 -8.90692e-06 -6.9639e-06 2.49241e-06 3.19427e-06 1.22154e-05 1.80798e-05 1.4614e-05 1.07831e-05 2.57434e-06 1.29632e-06 1.93668e-05 2.88414e-05 2.28108e-05 1.44102e-05 9.92048e-06 5.3095e-06 -4.54872e-06 -2.63974e-06 7.29694e-06 9.89011e-06 5.90721e-06 1.70531e-06 5.24842e-06 1.09132e-05 1.50686e-05 1.61615e-05 1.41656e-05 1.23431e-05 1.24761e-05 6.04376e-06 2.8672e-06 3.96205e-06 6.32219e-06 1.02017e-05 5.98598e-06 3.13153e-06 3.27976e-06 1.38015e-06 2.73817e-06 1.45399e-05 3.5971e-06 4.36279e-07 -5.61734e-06 3.57009e-06 1.21795e-05 7.7121e-06 1.3719e-05 8.43357e-06 5.44003e-06 2.33298e-06 -6.82564e-06 -2.09504e-07 2.95399e-06 2.80431e-06 1.57619e-05 2.11312e-05 1.24276e-05 8.84454e-06 4.29155e-06 9.77726e-06 3.08622e-05 4.02661e-05 2.86818e-05 1.25907e-05 4.94389e-06 2.48013e-06 4.19472e-06 4.27698e-06 1.89387e-06 3.2049e-06 -5.29398e-07 1.33454e-05 1.96567e-05 1.99385e-05 1.46702e-05 9.59491e-06 1.44311e-05 2.93055e-05 2.38073e-05 9.98038e-06 1.14503e-05 1.58273e-05 1.5114e-05 1.41127e-05 4.01113e-06 -5.43566e-06 -9.717e-07 2.62121e-06 2.04945e-06 1.35539e-06 -2.92716e-07 6.79688e-06 7.85909e-06 1.24993e-05 1.03074e-05 1.60183e-05 2.54834e-05 3.16722e-06 -1.19547e-06 -3.58247e-06 -5.00711e-07 5.45386e-06 6.92047e-06 5.41863e-06 1.42688e-05 1.47938e-05 1.44235e-06 2.84586e-07 1.6299e-05 8.13495e-06 1.01102e-05 1.54249e-05 1.08697e-05 -1.74275e-06 -8.65571e-06 -1.12835e-06 2.00168e-07 -9.10406e-06 -2e-05 -1.82363e-05 1.33511e-05 3.67059e-05 2.29602e-05 1.43896e-05 6.98344e-06 1.27737e-05 2.06473e-05 1.10214e-05 1.00922e-05 2.0596e-05 3.12321e-05 2.95277e-05 1.52156e-05 1.05428e-05 6.67825e-06 -9.82765e-06 -1.3829e-05 -2.23084e-06 4.3771e-06 2.33921e-06 4.02876e-06 1.34185e-05 2.0039e-05 1.80571e-05 6.69794e-06 6.61394e-06 1.59956e-05 5.44605e-06 -3.52902e-06 -4.38544e-07 1.43614e-06 4.84769e-06 9.23389e-06 3.00951e-06 -7.23094e-07 4.23753e-06 -8.44093e-07 -1.27915e-07 1.3862e-05 3.1388e-05 1.77759e-05 8.91399e-06 3.70001e-06 -1.06205e-05 -2e-05 -2e-05 -1.69746e-05 -1.85734e-05 -1.53591e-05 6.42957e-06 3.02745e-05 2.69633e-05 9.81844e-06 7.4315e-06 3.69191e-06 5.67083e-06 9.47857e-06 2.22407e-05 3.37295e-05 2.56996e-05 1.64322e-05 1.30429e-05 1.13758e-05 1.98008e-05 2.07519e-05 -1.92791e-06 -1.15797e-05 -4.88352e-07 9.22045e-06 1.10036e-05 1.22005e-05 1.61922e-05 1.38518e-05 9.27605e-06 6.31702e-06 1.32019e-05 1.54438e-05 4.67413e-06 4.00318e-06 1.4129e-05 1.15098e-05 8.21996e-06 1.45633e-05 1.97246e-06 -2e-05 -2.77706e-06 6.60906e-07 3.61669e-06 8.79347e-06 1.76067e-05 1.6768e-05 8.93372e-06 2.26906e-06 -9.01751e-06 -2e-05 -2e-05 -1.66859e-05 -6.57868e-06 -2.75777e-06 1.29847e-05 1.39759e-05 8.749e-06 3.99301e-06 3.82263e-06 -9.50738e-07 2.26657e-06 9.64085e-06 9.24561e-06 8.12863e-06 6.5421e-06 4.78533e-06 1.81412e-06 1.59371e-05 1.79215e-05 7.32397e-06 1.1417e-05 8.97557e-06 3.72279e-06 7.43548e-06 1.15246e-05 1.53984e-05 1.57327e-05 1.15468e-05 7.26791e-06 8.57415e-06 7.03303e-06 -1.03221e-06 -1.67954e-06 7.91739e-06 1.51492e-05 1.29858e-05 1.57828e-05 2.7952e-05 -1.07422e-06 -1.03394e-05 1.32834e-05 1.54074e-05 1.05958e-05 1.27545e-05 1.07183e-05 7.46034e-06 7.01452e-06 5.21221e-06 3.50205e-06 -1.63523e-06 -7.72201e-06 -2.72725e-06 1.20864e-06 -3.43426e-06 3.69414e-06 4.10632e-06 8.65821e-07 5.47996e-06 3.82075e-06 2.82091e-06 1.11872e-05 1.20394e-05 8.37616e-06 8.68614e-06 4.10176e-06 2.07129e-06 4.60431e-07 8.25932e-06 7.97935e-06 7.08353e-07 9.53795e-06 1.51734e-05 4.30195e-06 6.79574e-06 1.39253e-05 1.17394e-05 7.00262e-06 3.48351e-06 3.90414e-06 4.39267e-06 -3.58775e-06 -5.32914e-07 2.39063e-06 3.90743e-06 6.07634e-06 7.622e-06 2.12658e-06 -1.04074e-05 -2e-05 6.11129e-06 3.12656e-05 2.9179e-05 1.4974e-05 9.56279e-06 4.78212e-07 -5.12095e-07 5.25425e-06 4.23326e-06 1.47682e-05 2.44256e-05 4.04218e-06 7.69683e-07 2.54215e-06 -2.16523e-06 -3.73667e-06 2.07156e-06 8.26044e-06 6.10404e-06 7.54494e-06 1.02517e-05 1.09598e-05 5.64468e-06 7.09364e-06 1.03772e-05 2.77337e-06 4.61689e-07 9.60949e-07 6.6401e-06 1.04987e-05 5.63247e-06 1.03201e-05 1.02561e-05 -3.69426e-06 -4.10724e-07 2.34115e-06 6.15553e-08 -2.69911e-06 8.50516e-07 1.2178e-05 3.88738e-05 6.91379e-06 -2.40422e-06 -4.85289e-06 1.20311e-06 8.86905e-06 1.53359e-05 6.06083e-06 -4.72798e-06 1.13864e-06 1.8619e-05 3.47211e-05 2.63434e-05 1.49946e-05 8.2193e-06 9.18144e-07 1.84779e-06 5.68638e-06 3.3178e-06 1.36722e-05 1.32319e-05 5.31772e-08 -2.02483e-07 2.12042e-06 -4.89686e-08 -1.94886e-06 2.19801e-06 1.1257e-05 4.31915e-06 1.27924e-05 8.85796e-06 5.50555e-06 2.63193e-06 4.38472e-06 6.00015e-06 2.13022e-06 -9.16538e-07 -1.90978e-07 4.5014e-06 8.0601e-06 5.32037e-06 1.30712e-05 1.09276e-05 -4.14233e-06 -7.95406e-06 -3.41258e-06 -2.35081e-06 -2.08178e-06 9.6606e-06 1.16373e-05 4.472e-05 6.52476e-06 1.93377e-06 -4.7188e-07 1.03281e-06 9.32943e-06 1.27125e-05 7.93382e-06 5.05722e-06 6.82015e-06 1.16873e-05 1.50573e-05 1.41968e-05 7.16306e-06 7.16564e-06 5.04782e-06 1.93317e-06 3.45294e-06 5.48833e-06 1.6356e-05 1.42494e-05 9.56324e-06 1.67984e-05 1.37567e-05 6.95636e-06 1.62242e-06 4.33285e-06 7.58465e-06 3.48714e-06 5.75957e-06 3.78041e-06 2.03774e-06 -3.4017e-07 6.34199e-07 2.97509e-06 1.92184e-06 -1.05727e-06 3.59941e-07 3.85594e-06 9.13843e-06 8.13555e-06 5.52774e-06 -3.51464e-06 -1.37456e-05 -5.62393e-06 3.13045e-06 5.33038e-06 2.70512e-06 1.09474e-05 2.88927e-05 3.71689e-05 5.61803e-06 3.07225e-07 -4.65823e-07 -2.03996e-06 5.43936e-06 6.49946e-06 2.60304e-06 3.56904e-06 4.06401e-06 3.11168e-06 7.83598e-06 8.58579e-06 3.18095e-06 8.69679e-06 8.67019e-06 3.69935e-06 4.32239e-06 1.70987e-05 3.09627e-05 2.49955e-05 1.72508e-05 2.33687e-05 2.06791e-05 1.30359e-05 5.17329e-06 5.30434e-06 8.11336e-06 1.18077e-05 1.19405e-05 3.14103e-06 4.36651e-07 -4.86361e-06 -3.63487e-06 -5.62644e-07 -1.34814e-06 7.16683e-07 3.56972e-06 7.20092e-06 1.55098e-05 2.24027e-05 1.33667e-05 -9.10507e-06 -1.54304e-05 -5.56482e-07 9.0234e-06 6.77083e-06 2.97796e-06 1.36244e-05 2.89727e-05 1.74572e-05 4.49611e-06 1.46101e-06 7.212e-06 4.48768e-06 2.334e-06 1.26656e-06 -4.6366e-06 4.11608e-07 -4.90113e-07 -3.84833e-07 1.81618e-06 6.14705e-06 6.33902e-06 1.13755e-05 9.56424e-06 3.40238e-06 5.89981e-06 1.83263e-05 3.05762e-05 1.94333e-05 9.2671e-06 1.53306e-05 1.84813e-05 1.24841e-05 4.50127e-06 6.09862e-06 1.10816e-05 1.59103e-05 1.31223e-05 4.02121e-06 -1.93752e-07 -3.94614e-06 -4.06758e-06 -1.55482e-06 -1.50595e-06 3.9192e-07 6.59031e-06 1.74539e-05 3.01659e-05 2.91202e-05 1.7413e-05 2.87555e-06 3.68562e-07 1.0058e-05 9.21991e-06 3.82069e-06 2.41529e-06 1.48556e-05 3.26707e-05 6.41293e-06 1.3127e-06 7.85773e-06 1.70598e-05 5.97892e-06 2.63175e-06 7.83503e-07 -2.92256e-06 5.047e-08 -2.0021e-06 -4.52122e-06 -1.27265e-06 7.68192e-06 1.18578e-05 1.11134e-05 7.04552e-06 2.40489e-06 4.67498e-06 1.55603e-05 2.22753e-05 1.11893e-05 6.028e-06 5.96298e-06 6.58471e-06 4.72844e-06 4.65473e-06 6.22869e-06 9.46207e-06 1.23424e-05 1.01656e-05 2.61669e-06 -6.76647e-07 -1.53111e-06 -3.92998e-06 -2.81609e-06 2.95839e-07 2.62e-06 1.19719e-05 3.03674e-05 3.47511e-05 2.38327e-05 1.27953e-05 6.11809e-06 7.01268e-06 1.45002e-05 8.95476e-06 3.38195e-06 1.55984e-06 1.04471e-05 2.00078e-05 -2.75808e-06 3.48647e-06 1.1814e-05 8.13392e-06 4.55938e-07 1.47905e-06 1.34437e-06 1.95606e-06 4.78498e-06 -6.12609e-07 -8.15645e-06 -1.68972e-06 9.09642e-06 1.05118e-05 9.21721e-06 5.15425e-06 3.98454e-06 4.14293e-06 3.93819e-06 9.84769e-06 8.39185e-06 6.80113e-06 3.39639e-06 1.08379e-06 5.87367e-06 4.60724e-06 5.11154e-06 5.08125e-06 6.52077e-06 6.03389e-06 2.6124e-06 -2.62008e-07 6.33449e-07 -3.53298e-06 -3.44564e-06 5.69486e-07 3.88917e-06 1.82476e-05 2.84562e-05 2.12655e-05 1.3806e-05 7.50901e-06 -1.12364e-06 -3.72195e-07 2.01308e-06 6.5755e-06 2.50653e-06 -1.08523e-06 2.89803e-06 3.14148e-06 -9.35046e-07 4.50887e-06 2.64264e-06 -4.19709e-06 -2.3513e-06 1.26512e-06 1.85211e-06 3.04358e-06 3.98691e-06 -1.15793e-06 -7.56505e-06 4.33403e-07 4.06266e-06 5.02247e-06 5.29117e-06 6.07289e-06 4.48509e-06 2.2283e-06 3.96021e-06 7.75113e-06 1.13755e-05 1.04376e-05 2.97293e-06 4.54043e-06 8.05657e-06 3.86913e-06 2.34538e-06 5.57998e-07 2.31479e-06 4.30217e-06 3.29488e-06 8.22812e-07 2.16315e-06 -3.24943e-06 -3.72682e-07 1.72477e-06 4.59076e-06 1.32669e-05 1.48455e-05 7.91919e-06 2.08732e-06 1.08587e-06 -2e-05 -1.9101e-05 -5.95529e-06 1.50944e-06 5.13414e-07 -1.90215e-06 -1.06096e-06 -1.24893e-06 1.66275e-06 3.16884e-06 2.7301e-06 -3.51823e-06 -1.38213e-06 3.03897e-06 3.19765e-06 3.56839e-06 1.11578e-06 -1.07308e-06 1.99572e-07 -1.32672e-06 -3.15083e-06 2.99327e-06 7.65024e-06 5.61246e-06 2.47456e-06 8.58966e-07 2.73416e-06 7.31452e-06 1.51894e-05 1.08215e-05 4.13053e-06 1.05047e-05 6.9466e-06 -8.92393e-07 -1.58741e-06 -3.13272e-06 9.03934e-07 3.57256e-06 2.50227e-06 2.91091e-06 3.62782e-06 -7.90516e-07 1.17979e-06 3.37548e-06 3.12996e-06 3.62481e-06 2.37312e-06 -2.35515e-06 7.76754e-07 -8.29805e-08 -2e-05 -2e-05 -1.00132e-06 1.37305e-06 4.79572e-07 -6.36462e-07 -2.76274e-07 7.65635e-07 4.44186e-06 5.74266e-06 5.99573e-06 -8.10434e-08 3.07552e-06 5.81779e-06 6.31646e-06 3.8941e-06 1.46623e-07 9.70966e-07 -1.47112e-07 -7.94734e-06 -1.57595e-06 4.43125e-06 7.7441e-06 3.12219e-06 1.38539e-06 9.29211e-07 2.16437e-06 8.12496e-06 1.75756e-05 1.14277e-05 6.96151e-06 1.16464e-05 -2.27806e-06 -7.26782e-06 -5.36289e-06 -3.15162e-06 1.1512e-06 2.06182e-06 1.4959e-06 2.05064e-06 8.70276e-07 1.20477e-06 2.61504e-06 4.03673e-06 7.02497e-07 -8.37833e-06 -1.09801e-05 -7.03201e-06 5.49615e-06 8.20416e-07 -4.49864e-06 -3.78887e-06 1.78135e-06 1.63225e-06 9.68725e-07 -8.02635e-07 -4.00028e-07 2.50913e-06 4.40589e-06 5.09971e-06 4.92044e-06 3.68022e-06 4.93373e-06 3.32719e-06 3.29643e-06 1.55021e-06 1.24219e-06 1.39479e-06 -1.72289e-06 -4.398e-06 1.62403e-06 5.43766e-06 2.6419e-06 5.5859e-07 2.01937e-06 2.3925e-06 3.56727e-06 9.70091e-06 1.74194e-05 1.19175e-05 9.07932e-06 4.82943e-06 -1.37556e-05 -1.30063e-05 -4.01199e-06 2.85955e-07 1.78954e-06 3.10568e-06 2.14665e-06 7.36992e-07 2.30316e-06 3.17063e-06 2.65214e-06 2.52972e-06 -4.93214e-06 -7.31901e-06 -6.20607e-06 -2.16898e-06 7.87814e-06 6.06671e-06 4.63272e-06 4.10623e-06 3.33076e-06 2.29756e-06 -2.07573e-07 1.28465e-06 7.89754e-06 1.08232e-05 5.97474e-07 2.77878e-06 2.1903e-06 1.60795e-06 -4.55593e-07 1.07676e-06 2.06753e-06 2.62933e-06 4.05642e-06 1.86489e-06 -4.91059e-07 -1.48041e-09 1.73115e-06 5.05545e-07 -2.95151e-06 1.27739e-06 3.72972e-06 4.37732e-06 4.82266e-06 8.59445e-06 1.19508e-05 8.94416e-06 9.58107e-06 -4.62269e-06 -1.0665e-05 -4.78527e-06 -8.81717e-07 6.61781e-07 1.60269e-06 1.96645e-06 1.63827e-06 2.9067e-06 4.24277e-06 2.97347e-06 1.29309e-06 2.06722e-07 -4.33719e-06 -4.49362e-06 -3.31708e-06 7.13216e-07 5.69568e-06 5.86873e-06 5.90831e-06 5.24353e-06 3.06052e-06 8.41394e-07 -5.14808e-07 2.39597e-06 6.38212e-06 4.79162e-06 -1.80406e-07 3.2637e-09 -7.32017e-07 -1.71631e-06 -1.08349e-06 7.67027e-07 1.66054e-06 3.99375e-06 4.54355e-06 7.80976e-07 -9.77724e-07 1.48449e-07 -1.61947e-07 -7.37463e-06 -1.65968e-07 2.83237e-06 5.72997e-06 5.7365e-06 4.68428e-06 5.22845e-06 6.80375e-06 7.25375e-06 3.49526e-07 -4.76655e-06 -4.48052e-06 -9.27997e-07 -3.47841e-07 5.92497e-07 1.53209e-06 2.45734e-06 3.01657e-06 3.57542e-06 3.08899e-06 1.34723e-06 -5.19093e-07 -2.40871e-06 -3.12136e-06 -1.20728e-06 2.07406e-06 4.38096e-06 5.95315e-06 6.83235e-06 5.57924e-06 3.94213e-06 1.72162e-06 -1.03769e-07 -1.1055e-06 -8.63187e-07 -1.24402e-07 -5.17703e-09 -2.91926e-07 -1.02946e-06 -1.86101e-06 -1.07853e-06 -2.58967e-07 -2.94521e-07 5.76968e-08 1.9157e-06 1.70041e-06 -6.16441e-07 1.65733e-07 8.31249e-07 -1.96187e-06 -7.87423e-07 1.43828e-06 4.77396e-06 6.56186e-06 5.38513e-06 3.09999e-06 2.80985e-06 4.77053e-06 2.74302e-06 -9.74657e-07 -1.6575e-06 -1.18447e-07 -8.74093e-08 -1.05093e-07 8.04715e-07 1.48964e-06 2.3515e-06 3.6446e-06 3.7238e-06 2.20683e-06 -1.12646e-07 -1.47268e-06 -9.81604e-07 -5.44254e-07 1.26071e-06 3.20429e-06 3.76099e-06 4.28574e-06 5.63278e-06 4.18281e-06 1.99292e-06 5.79933e-08 -8.6328e-07 -1.33523e-06 -1.74066e-06 -1.3446e-06 -4.71085e-07 -5.57493e-07 -1.1703e-06 -1.00292e-06 -3.24081e-07 -4.8928e-07 -1.09636e-06 -1.9928e-07 4.37905e-07 6.71635e-08 1.21362e-07 1.18147e-06 6.24134e-07 -2.33222e-07 6.41795e-07 3.38489e-06 5.46702e-06 5.24613e-06 3.59273e-06 1.19703e-06 1.61642e-06 2.08963e-06 6.25229e-07 1.56488e-07 1.17773e-06 8.22171e-07 -1.88834e-07 1.50462e-07 7.20292e-07 7.75147e-07 1.23929e-06 2.49038e-06 2.57731e-06 1.04549e-06 -2.63631e-07 -3.66436e-07 -1.13773e-07 -7.3091e-08 7.77359e-07 1.39665e-06 1.19526e-06 1.36618e-06 1.47143e-06 5.71681e-07 -4.22183e-07 -5.66978e-07 -8.21027e-07 -1.25589e-06 -1.45692e-06 -9.22001e-07 -3.54153e-07 -5.82919e-07 -8.00566e-07 -6.38272e-07 -5.94163e-07 -8.58968e-07 -5.5111e-07 1.05702e-07 1.01866e-07 1.21919e-08 5.31904e-07 1.11115e-06 6.3922e-07 5.68651e-07 2.0262e-06 3.95919e-06 3.99728e-06 3.05931e-06 1.36153e-06 3.26966e-07 5.46939e-07 4.7877e-07 1.72204e-07 8.15112e-07 1.06173e-06 1.88509e-07 -2.95442e-07 2.13516e-07 3.47238e-07 1.14235e-07 3.82846e-07 1.08833e-06 1.13583e-06 6.21527e-07 9.39006e-08 -7.54475e-08 -3.19703e-07 -4.40558e-07 -1.26641e-07 1.76599e-07 3.9133e-07 4.82459e-07 2.17951e-07 -2.67551e-07 -5.21339e-07 -5.2073e-07 -6.04467e-07 -7.17947e-07 -7.32294e-07 -5.00882e-07 -3.55269e-07 -5.00237e-07 -6.08746e-07 -6.27907e-07 -6.65532e-07 -5.18008e-07 -5.35879e-08 3.06991e-07 1.74364e-07 1.91876e-07 6.74459e-07 1.09654e-06 1.1204e-06 1.39026e-06 2.30589e-06 2.67604e-06 2.00233e-06 1.03071e-06 2.67712e-07 -6.59212e-08 -1.85724e-07 -2.22953e-07 1.45094e-07 5.30816e-07 2.90519e-07 -4.00388e-07 -2.55231e-07 1.6282e-07 1.43157e-07 1.91153e-08 2.47928e-07 6.42796e-07 7.97398e-07 5.26707e-07 1.65276e-07 -2.96824e-07 -4.47656e-07 -5.68406e-07 -4.22256e-07 -1.08602e-07 1.95641e-07 2.02836e-07 -4.00307e-08 -3.08321e-07 -3.57243e-07 -1.84296e-07 -9.82697e-08 -2.06632e-07 -3.36107e-07 -3.32967e-07 -3.48522e-07 -3.54434e-07 -4.18048e-07 -4.53475e-07 -4.09712e-07 -1.65456e-07 2.00528e-07 3.60156e-07 2.26053e-07 2.55538e-07 6.30794e-07 1.04845e-06 1.2099e-06 1.32225e-06 1.52163e-06 1.27892e-06 6.06092e-07 1.82332e-07 -5.44327e-08 -2.40217e-07 -3.27555e-07 -1.54023e-07 3.33755e-08 -3.25059e-08 -3.73051e-07 -4.96404e-07 -1.77753e-07 1.53126e-07 1.81132e-07 1.58268e-07 2.74319e-07 5.17522e-07 6.21155e-07 3.11229e-07 -1.29019e-07 -2.89668e-07 -3.71499e-07 -4.40995e-07 -3.31995e-07 -5.92956e-08 1.1286e-07 2.84274e-08 -9.7904e-08 -1.57478e-07 -2.133e-08 1.48034e-07 1.14662e-07 -7.59749e-08 -2.33022e-07 -2.89838e-07 -3.07635e-07 -1.72392e-07 -2.19655e-07 -2.45286e-07 -1.8714e-07 2.87963e-11 2.15619e-07 2.77194e-07 1.71561e-07 1.84602e-07 4.30089e-07 7.24685e-07 7.93582e-07 7.96996e-07 7.7174e-07 4.67185e-07 1.56648e-07 -1.59452e-08 -1.29807e-07 -2.33143e-07 -2.53679e-07 -2.0833e-07 -2.63676e-07 -3.76383e-07 -4.48687e-07 -3.84123e-07 -1.11199e-07 1.44378e-07 1.9458e-07 1.47487e-07 1.71738e-07 3.35241e-07 3.83989e-07 1.49186e-07 -1.04047e-07 -1.55598e-07 -1.79548e-07 -2.23439e-07 -1.57195e-07 -6.65454e-09 2.01652e-08 -4.51622e-08 -5.10652e-08 1.02866e-08 1.41027e-07 1.66668e-07 5.78204e-08 -9.19249e-08 -1.98127e-07 -2.19029e-07 -1.77769e-07 -8.01562e-08 -1.19722e-07 -1.41511e-07 -9.7883e-08 2.04629e-08 1.43521e-07 1.79472e-07 1.11429e-07 1.07939e-07 2.37737e-07 4.03933e-07 3.94206e-07 3.31598e-07 2.61867e-07 1.76378e-07 5.94567e-08 -4.41356e-08 -1.01495e-07 -1.47495e-07 -1.74667e-07 -2.01409e-07 -2.49014e-07 -2.83453e-07 -2.81413e-07 -2.16588e-07 -6.16809e-08 9.25366e-08 1.26597e-07 7.2353e-08 6.70912e-08 1.769e-07 2.24201e-07 9.97474e-08 -5.21893e-08 -7.25368e-08 -8.49587e-08 -1.16139e-07 -7.76289e-08 -4.92821e-09 -1.96203e-08 -4.87579e-08 -1.57087e-08 5.21956e-08 1.22843e-07 9.76487e-08 9.84595e-09 -8.07749e-08 -1.40519e-07 -1.3409e-07 -8.72686e-08 6.10283e-06 3.76079e-06 1.46193e-06 7.64936e-07 2.96276e-06 5.03818e-06 4.40475e-06 6.13235e-07 1.39362e-07 5.46387e-06 9.24513e-06 9.95831e-06 8.36819e-06 3.50735e-06 -1.17913e-06 -4.61924e-06 -4.10438e-06 -1.26121e-06 1.47213e-06 2.04113e-06 1.66826e-06 5.95488e-07 -6.99654e-08 4.51543e-07 3.80001e-07 -1.91885e-07 -4.09059e-07 -5.84656e-07 -1.22758e-06 -2.82094e-06 -9.77716e-07 6.43781e-07 2.0014e-06 7.87022e-06 1.12764e-05 1.10821e-05 1.02363e-05 8.68252e-06 6.21283e-06 3.25344e-06 6.42292e-07 -1.42619e-06 -1.51284e-06 7.45016e-07 3.72208e-06 1.76906e-06 -9.5068e-07 1.33422e-06 4.81578e-06 7.04203e-06 1.61455e-05 1.54901e-05 1.22173e-05 8.25363e-06 7.19807e-06 9.01964e-06 6.41985e-06 -1.52484e-06 8.10597e-07 9.81269e-06 1.53643e-05 1.6085e-05 1.21765e-05 2.96328e-06 -5.23163e-07 -1.80675e-06 -1.01184e-06 3.33054e-06 5.90195e-06 4.91281e-06 3.0895e-06 2.55993e-06 3.59697e-06 3.43041e-06 1.7828e-06 1.94084e-08 -5.58417e-07 -5.81875e-07 1.13275e-06 8.62643e-07 2.33992e-06 5.20241e-06 7.25079e-06 1.06539e-05 1.16414e-05 8.9926e-06 8.19389e-06 7.45043e-06 5.11833e-06 1.8991e-06 -6.09312e-07 -1.26162e-06 -1.60202e-06 -1.7231e-07 9.24149e-06 4.40395e-06 7.46358e-08 5.13467e-06 1.06975e-05 1.40291e-05 9.5922e-06 1.14976e-05 1.38003e-05 1.41276e-05 1.19945e-05 9.19694e-06 4.9064e-06 2.36869e-06 8.75363e-06 1.42949e-05 1.62835e-05 1.54051e-05 8.34703e-06 -2.51085e-09 1.63152e-06 -2.74134e-06 -7.64874e-06 1.86054e-06 6.0668e-07 4.88737e-07 -8.3633e-07 8.19287e-07 3.60995e-06 3.08159e-06 2.33839e-06 2.95166e-06 3.64502e-06 4.72239e-06 7.738e-06 3.84544e-06 8.93149e-06 1.64134e-05 2.26236e-05 2.25815e-05 1.3626e-05 6.10387e-06 3.96556e-06 1.11848e-05 1.2025e-05 3.35435e-06 -2.97614e-06 -2.43411e-06 -2.46767e-06 -4.67708e-06 -4.01372e-06 1.44301e-06 7.85034e-06 1.35412e-05 1.47144e-05 1.14749e-05 -3.60241e-06 -5.72549e-07 1.3514e-06 4.0838e-06 4.82225e-06 4.48777e-06 3.76404e-06 9.76654e-06 1.27018e-05 1.61178e-05 1.81261e-05 1.59933e-05 5.08467e-06 2.47777e-06 2.84314e-06 -4.27107e-06 -1.15319e-05 8.32706e-06 8.24479e-06 5.43849e-07 -3.1753e-08 1.15998e-05 1.65161e-05 7.00321e-06 5.84629e-06 9.21897e-06 1.46975e-05 2.14549e-06 6.93402e-06 1.47156e-05 1.91675e-05 2.35452e-05 2.36739e-05 1.38776e-05 1.32264e-06 -7.23733e-07 -3.15126e-06 -1.91841e-06 6.62726e-06 4.61083e-06 -4.23723e-06 -1.62988e-05 -9.30831e-06 -3.76364e-06 -6.19289e-07 4.02283e-06 3.59705e-06 -1.87374e-06 -1.50704e-05 -2e-05 1.4201e-05 1.3075e-05 -4.27118e-07 -2.29046e-06 -1.39347e-06 -5.71501e-06 -1.23497e-05 1.39759e-07 1.12705e-05 1.91056e-05 2.41706e-05 1.9494e-05 5.16244e-06 -1.87745e-06 -4.26489e-06 -6.56896e-06 -8.58441e-07 2.63249e-05 2.97698e-05 1.28072e-05 5.60209e-06 1.73077e-05 8.8768e-06 2.00422e-06 1.02578e-05 1.30389e-05 4.80192e-07 3.2909e-06 1.43596e-05 1.94328e-05 1.78427e-05 1.33709e-05 6.16489e-06 1.97494e-07 1.75235e-07 3.71804e-06 2.8343e-06 1.63624e-06 3.32521e-06 1.23766e-05 1.88715e-05 9.35698e-06 4.2429e-06 2.31363e-06 4.83876e-06 6.84934e-06 8.09954e-07 -5.28866e-06 -1.09364e-05 5.18444e-06 2.55739e-05 1.72658e-05 7.67257e-06 -5.93578e-06 -1.22211e-05 -9.02373e-06 -1.82713e-06 3.08673e-06 1.34537e-05 2.78824e-05 3.06454e-05 1.65164e-05 1.67499e-06 -2.98477e-06 -6.47514e-06 -6.56696e-06 5.36489e-06 2.43927e-05 3.47503e-05 2.1153e-05 7.56084e-06 6.13149e-06 3.72354e-06 -1.24687e-06 2.28683e-06 -1.15592e-05 -6.59123e-06 1.06116e-05 1.83003e-05 1.51819e-05 1.10137e-05 3.5603e-06 1.46104e-06 6.0554e-06 9.10077e-06 7.84952e-06 1.09721e-05 9.95124e-06 7.30452e-06 7.78989e-06 7.1454e-06 -1.22248e-07 3.46878e-06 5.84709e-06 6.96435e-06 5.19296e-06 3.08745e-06 4.07047e-06 1.34178e-05 2.40584e-05 1.9676e-05 1.09924e-05 5.39791e-06 -8.22585e-06 -8.65418e-06 -5.46336e-06 -4.29502e-06 -1.18745e-06 2.44514e-06 6.84986e-06 1.31304e-05 3.84356e-06 -4.09351e-06 -2.44386e-06 -6.70784e-06 -3.01204e-08 8.71375e-06 1.94899e-05 2.13059e-05 3.11918e-06 -1.3486e-05 -1.36694e-05 -1.1253e-05 -2e-05 -2e-05 1.20103e-06 1.83111e-05 2.44471e-05 1.21437e-05 8.95262e-06 7.96499e-06 7.43664e-06 5.33069e-06 2.97061e-06 1.20998e-05 2.43026e-05 2.6289e-05 1.27059e-05 -7.62024e-06 -1.06675e-05 5.5162e-06 -2.169e-06 -2.6997e-06 2.34208e-06 6.64972e-06 7.2346e-06 8.11359e-06 1.30724e-05 2.35464e-05 2.71954e-05 1.76576e-05 5.15212e-06 -7.33086e-06 -1.16487e-05 -1.33099e-05 -1.33424e-05 -1.34276e-05 -6.12126e-06 -1.05358e-05 -1.36215e-05 5.64878e-07 2.27881e-06 -2.51247e-07 1.28035e-06 3.21836e-06 -1.14289e-06 -1.18529e-06 5.58572e-06 8.80571e-06 -7.01052e-06 -2e-05 -2e-05 -1.14096e-05 -1.12598e-06 1.07391e-05 1.77786e-05 1.71421e-05 1.06594e-05 3.35258e-06 7.61983e-06 3.15381e-06 1.6198e-06 6.16294e-06 2.28225e-05 1.83399e-05 1.0171e-05 1.00614e-05 9.96255e-08 -8.7541e-06 -1.21801e-05 3.75634e-06 2.15164e-06 -2.14924e-06 4.38438e-06 1.03943e-05 1.28503e-05 9.39518e-06 1.023e-05 1.64684e-05 2.08238e-05 1.0069e-05 9.20245e-07 -7.46148e-06 -3.26101e-06 8.14253e-06 9.98743e-06 6.89518e-06 6.60939e-08 -1.40028e-05 -1.79946e-05 -1.65256e-06 1.58312e-06 -6.0017e-06 -1.01139e-05 -7.78241e-06 6.4456e-06 4.54442e-07 -2.53111e-06 1.47802e-06 -6.47456e-06 -2e-05 -2e-05 4.58417e-06 2.01357e-05 2.16349e-05 1.84489e-05 1.07418e-05 9.20103e-07 -5.70389e-06 1.59552e-06 1.53704e-06 2.6261e-06 5.9028e-06 9.62924e-06 3.23628e-06 2.97009e-07 3.06127e-06 -6.38956e-06 -4.6282e-06 -1.44896e-05 -2e-05 -8.65808e-06 9.27585e-07 5.47734e-06 1.10121e-05 1.1839e-05 4.99404e-06 1.31963e-05 1.84249e-05 1.54154e-05 8.46019e-06 6.7382e-06 -1.18019e-06 -7.68179e-06 4.53838e-07 9.236e-06 8.91959e-06 -4.17483e-06 -7.03197e-06 -4.64871e-06 5.86976e-06 3.71584e-06 -2.06918e-06 8.57836e-06 8.97932e-06 6.70085e-07 -5.35801e-07 1.04215e-06 8.04427e-06 8.21063e-06 3.62981e-06 6.69175e-06 5.02721e-06 6.1714e-06 8.15118e-06 8.52113e-06 4.5835e-06 2.48405e-06 5.6943e-06 2.63396e-06 1.22665e-06 5.4763e-06 7.8076e-06 1.14072e-05 8.23083e-06 5.04811e-06 2.59099e-06 -1.84264e-06 -1.7725e-06 2.93818e-06 -1.4775e-06 7.0669e-07 5.36226e-06 3.66341e-06 5.16599e-06 4.87478e-06 7.34795e-06 1.44267e-05 1.20718e-05 8.66192e-06 1.21363e-05 6.98483e-06 2.3532e-06 4.63899e-07 5.7521e-06 1.86252e-05 1.89832e-05 1.1953e-06 1.41311e-06 9.37716e-06 1.86699e-05 1.99424e-05 1.53273e-05 2.00984e-05 1.24829e-05 -2.57392e-06 1.67038e-06 5.92369e-06 8.25568e-06 8.62821e-06 1.67187e-05 7.19916e-06 -6.36763e-06 -5.39606e-06 7.45456e-07 -4.07711e-07 -1.30914e-06 2.85906e-06 4.58684e-06 7.3252e-06 3.73581e-06 4.9066e-06 9.39057e-06 1.2036e-05 2.50089e-06 7.70348e-07 2.33789e-06 2.89835e-06 1.6887e-06 1.00545e-05 4.29698e-06 -5.73682e-07 2.06335e-06 -6.56105e-07 1.25111e-06 1.84668e-06 3.65324e-06 6.15307e-06 7.73802e-06 1.3744e-05 1.40516e-05 9.51548e-06 1.43148e-06 -4.71343e-06 2.59398e-07 1.05729e-05 1.42691e-05 6.7251e-06 7.62018e-06 1.18415e-05 1.86813e-05 1.97019e-05 1.72812e-05 1.81638e-05 8.82252e-06 2.10944e-06 5.59508e-06 4.74071e-06 2.36328e-06 4.2425e-06 1.09876e-05 -2.9938e-06 -1.4957e-05 -1.07237e-05 -2.55663e-06 -1.58081e-06 -1.29882e-06 -2.38033e-06 6.72359e-06 8.07103e-06 3.6569e-06 1.58743e-05 1.43315e-05 9.22893e-06 -7.95559e-07 -1.42177e-06 1.87195e-06 2.38173e-06 2.75885e-06 1.57742e-05 1.27655e-05 5.79154e-06 6.0063e-06 3.46989e-06 9.94789e-07 9.98473e-07 2.36086e-06 9.76255e-06 1.92204e-05 2.26499e-05 3.03956e-05 1.37354e-05 6.46296e-07 -8.99723e-06 -5.64703e-06 3.67963e-06 6.32344e-06 3.78789e-06 4.02825e-06 5.62863e-06 8.10497e-06 9.22475e-06 9.28617e-06 7.23347e-06 1.06957e-05 3.80565e-06 3.22676e-06 3.06925e-06 5.09018e-06 1.76956e-05 1.02257e-05 -4.9753e-06 -6.56127e-06 1.35229e-06 2.94319e-06 1.21827e-06 -2.51271e-07 3.20744e-06 1.16279e-05 6.99691e-06 -2.5155e-06 6.07587e-06 1.38599e-05 6.5367e-06 -1.73965e-06 -1.27436e-06 1.95022e-07 1.54113e-06 9.70909e-07 2.62037e-06 1.12377e-05 1.2549e-05 1.2528e-05 9.49965e-06 9.67279e-06 2.62499e-06 -1.55748e-06 7.93037e-06 2.4719e-05 3.66692e-05 2.97735e-05 1.16329e-05 -2.74123e-06 -1.01648e-05 -4.64369e-06 2.72322e-06 5.31444e-06 4.62005e-07 7.766e-07 2.12321e-06 3.01102e-06 4.91171e-06 5.13451e-06 4.95646e-06 1.61868e-05 5.4504e-06 -7.30426e-07 3.52332e-06 1.66382e-05 2.15418e-05 1.3236e-05 6.1414e-06 6.12065e-06 1.10787e-05 1.05028e-05 6.5306e-06 2.16242e-06 6.16616e-06 8.79183e-06 6.27788e-06 -6.07725e-08 -1.84643e-06 -3.98212e-07 2.00387e-06 6.67106e-07 2.84557e-06 5.22353e-07 -3.20016e-07 4.59244e-07 1.4158e-06 4.77213e-06 5.23577e-06 2.6078e-06 4.78623e-06 9.73089e-06 4.35555e-06 1.93858e-06 1.04443e-05 2.68347e-05 3.57711e-05 1.52832e-05 3.22593e-06 -1.08835e-07 3.88805e-06 5.17654e-06 4.08635e-06 3.89201e-06 -1.20533e-06 -2.8508e-06 -1.07163e-06 2.94085e-07 3.33707e-06 3.96878e-06 5.55556e-06 1.22518e-05 4.70815e-06 3.30583e-06 1.55873e-05 1.66662e-05 1.07107e-05 1.47856e-05 1.25633e-05 1.2879e-05 1.74608e-05 1.55666e-05 8.11556e-06 4.24782e-06 6.69237e-06 6.17889e-06 5.60719e-06 1.39088e-06 -2.37591e-06 -1.57803e-06 1.22116e-06 5.48423e-07 1.42717e-06 -1.35085e-07 -1.60426e-06 2.80219e-06 4.5026e-06 9.67635e-06 8.27956e-06 2.23965e-06 -2.25616e-07 2.9241e-06 2.5465e-06 1.28778e-06 7.22874e-06 1.77311e-05 2.38917e-05 6.0178e-06 4.17936e-06 5.46901e-06 7.20373e-06 5.38147e-06 3.4602e-06 3.35183e-06 2.34474e-06 -1.665e-06 -1.89433e-06 -3.8397e-07 4.78078e-06 3.86611e-06 3.74848e-06 6.90017e-06 5.04849e-06 5.79475e-06 4.98136e-06 -2.58498e-06 5.64952e-06 1.64096e-05 1.30904e-05 1.14314e-05 1.56596e-05 1.3878e-05 8.20378e-06 4.60527e-06 4.95973e-07 4.8424e-07 4.25817e-06 1.29364e-06 -2.2476e-06 -8.85645e-07 3.97034e-07 -1.22372e-06 -2.93613e-07 -2.5091e-07 1.13611e-06 3.68896e-06 6.39044e-06 1.15968e-05 1.17435e-05 -2.71947e-06 -7.89454e-06 1.33655e-06 2.46481e-06 -5.52246e-07 3.28732e-06 7.63161e-06 9.4271e-06 6.48723e-06 1.22164e-05 1.14436e-05 1.15147e-05 2.56854e-06 -7.49171e-07 1.12416e-07 2.85374e-06 1.85545e-06 -1.1302e-06 2.56599e-07 6.29404e-06 -4.03182e-06 -2.85233e-06 5.09343e-06 8.1943e-06 2.76587e-06 -6.17117e-06 -1.00041e-05 7.92172e-06 1.63052e-05 9.81521e-06 5.45836e-06 5.40968e-06 7.4616e-06 6.86701e-06 -7.05334e-07 -8.5058e-06 -4.88159e-06 4.102e-06 9.69908e-07 -1.7792e-06 2.2554e-07 -3.21508e-07 -1.56438e-06 1.2741e-07 4.57274e-08 2.39791e-07 3.81951e-06 4.69904e-06 4.59947e-06 -1.49513e-06 -2e-05 -2e-05 5.38828e-06 4.26664e-06 -5.63656e-07 -1.052e-06 -2.87869e-06 -6.31224e-06 1.19174e-05 1.56693e-05 9.63373e-06 7.44702e-06 -2.84608e-06 -5.73261e-06 -1.14867e-06 3.88459e-06 3.02805e-06 -7.43348e-08 -4.41443e-07 -3.20014e-06 -1.47011e-05 -1.17576e-05 3.16673e-06 6.31958e-06 1.86021e-06 -5.1771e-07 2.56027e-06 1.25374e-05 1.22891e-05 5.48775e-06 3.7838e-06 -8.3306e-07 2.27844e-06 -6.21251e-07 -8.71555e-06 -1.5843e-05 -4.82124e-06 5.28578e-06 1.11384e-06 -1.47979e-06 -2.46424e-08 -5.94493e-09 8.51611e-08 7.11964e-07 8.98525e-08 4.41949e-07 6.67054e-06 3.19584e-06 -4.92053e-07 -4.45357e-06 -2e-05 -2e-05 9.76702e-06 8.34887e-06 1.86434e-06 -6.96701e-07 -1.06228e-06 -1.28142e-06 7.00159e-06 1.12717e-05 7.57351e-06 6.57601e-06 -1.04301e-06 -1.44641e-06 3.11104e-06 4.73944e-06 3.78569e-06 -1.18205e-07 -6.39312e-06 -7.50362e-06 -9.15834e-06 -1.11109e-05 3.91106e-06 3.04785e-06 3.13332e-06 3.03862e-06 6.02122e-06 1.0343e-05 6.65059e-06 5.3198e-06 7.01661e-06 -1.26597e-06 -7.12784e-06 -8.45105e-06 -1.31288e-05 -1.16702e-05 1.01163e-07 5.89345e-06 1.8997e-06 5.60245e-07 1.51211e-06 9.71367e-07 3.29297e-06 5.30294e-06 1.79841e-06 1.98394e-06 5.89873e-06 -2.49934e-07 -6.55825e-07 6.96127e-07 -9.10387e-06 -3.15399e-06 1.36654e-05 1.12397e-05 3.56199e-06 4.63254e-08 -1.93159e-06 -1.48507e-06 4.99977e-06 1.01914e-05 1.05744e-05 1.02841e-05 3.10918e-06 3.92431e-06 6.85352e-06 6.06079e-06 3.87871e-06 1.44171e-06 -1.07307e-06 -1.28213e-06 -9.07376e-08 4.82074e-07 5.92448e-06 3.44584e-06 1.72992e-06 1.83453e-06 4.40632e-06 6.80684e-06 1.97131e-06 1.26334e-05 1.04347e-05 -1.15279e-05 -1.27211e-05 -1.04526e-05 -1.02855e-05 -3.55679e-06 5.00266e-06 6.31098e-06 1.2943e-06 3.79195e-07 3.10445e-06 1.92242e-06 7.96084e-06 1.08225e-05 3.85652e-06 1.05183e-06 1.66971e-06 -7.09994e-06 -7.00365e-07 3.47357e-06 7.85988e-07 3.61393e-06 1.32669e-05 1.15148e-05 4.11127e-06 -1.19164e-06 -3.13398e-06 -1.41129e-06 5.71662e-06 3.98936e-06 2.21762e-06 2.99595e-06 3.28268e-06 6.9236e-06 9.28707e-06 7.39048e-06 4.6657e-06 3.65124e-06 2.72365e-06 3.17708e-06 4.88188e-06 4.72135e-06 7.08965e-06 1.8173e-06 1.77101e-06 1.77492e-06 2.49762e-06 1.62374e-06 1.65897e-06 1.21918e-05 1.20877e-05 -1.05982e-05 -1.10129e-05 -8.02442e-06 -4.75917e-06 2.89451e-06 7.5349e-06 4.75922e-06 -1.05396e-06 -2.14549e-06 4.20909e-07 3.51966e-06 8.64829e-06 8.10692e-06 -5.99559e-08 -3.43965e-07 -4.87535e-06 -2e-05 -1.02006e-05 -3.81504e-07 3.10247e-06 5.71379e-06 1.06137e-05 9.77072e-06 4.45707e-06 1.97988e-06 4.24079e-06 6.24681e-06 3.16385e-06 9.28412e-07 1.35946e-06 1.77418e-06 2.2205e-06 5.9677e-06 7.90887e-06 7.31177e-06 4.53303e-06 3.96605e-06 4.21908e-06 4.56564e-06 4.9342e-06 3.92601e-06 3.69426e-07 8.93312e-07 2.28438e-06 3.71734e-06 1.76594e-06 -4.44285e-06 4.14223e-06 1.53769e-05 -2.49967e-06 -1.08552e-05 -6.87955e-06 -1.22469e-06 3.68466e-07 3.48795e-06 5.3496e-06 2.85674e-06 -9.92091e-07 -1.00216e-06 9.22701e-07 4.06578e-06 6.5814e-06 5.93896e-06 -5.73426e-06 -1.88744e-06 -6.81353e-06 -1.6701e-05 -3.25351e-06 1.96412e-06 4.53208e-06 6.10457e-06 8.10548e-06 7.33859e-06 4.55828e-06 5.11644e-06 6.07006e-06 5.25756e-06 9.15538e-07 3.3462e-07 7.36917e-07 1.76584e-07 -1.4761e-07 1.82662e-06 1.71241e-06 2.80707e-06 2.83875e-06 2.47194e-06 4.13438e-06 4.2404e-06 3.02851e-06 3.66402e-07 -7.07321e-07 5.46677e-07 2.56799e-06 4.78934e-06 -6.74758e-07 -2.34886e-07 8.98372e-06 4.00938e-06 -1.11498e-05 -8.32459e-06 1.68206e-06 2.69418e-06 1.65018e-06 1.92965e-06 4.11488e-06 3.03833e-06 -5.88325e-07 -5.17991e-07 1.36832e-06 3.16241e-06 3.15931e-06 -6.31898e-06 -2.90456e-06 -1.9509e-06 -5.71178e-06 -2.44027e-06 9.23367e-07 1.68479e-06 3.2298e-06 4.11645e-06 3.65045e-06 1.32722e-06 2.87422e-06 3.51327e-06 3.37657e-06 2.86288e-06 -1.99301e-07 -1.42886e-07 -3.37679e-07 -7.62826e-07 -3.85134e-07 -3.56271e-07 2.65865e-08 7.0959e-07 1.12809e-06 1.17383e-06 2.10528e-06 1.19588e-06 2.89317e-07 -7.0811e-08 3.67852e-07 1.67563e-06 3.96015e-06 2.33321e-06 -1.95148e-06 9.27441e-07 5.10612e-06 -1.16956e-05 -1.51673e-05 1.46925e-06 4.70714e-06 3.4803e-06 1.19575e-06 1.46625e-06 3.63155e-06 3.15736e-06 5.76528e-07 3.12396e-07 1.32129e-06 1.51191e-06 -1.38236e-06 -2.35244e-06 -1.80325e-06 -1.74421e-06 -1.8144e-06 6.34663e-07 1.04773e-06 6.462e-07 1.11736e-06 1.44513e-06 4.48587e-07 1.68366e-06 1.6624e-06 1.29984e-06 6.16591e-07 1.93904e-07 -1.69331e-07 -2.65459e-07 -3.17033e-07 -3.24025e-07 -2.88559e-07 -9.72903e-08 1.87477e-07 7.41566e-08 4.81937e-09 1.86854e-07 3.21505e-07 2.44542e-07 2.18657e-07 5.04469e-07 1.48987e-06 2.48482e-06 2.34217e-06 -5.01625e-07 -1.84294e-06 -5.13039e-07 -4.66031e-06 -9.95163e-06 4.49208e-08 4.03772e-06 5.04193e-06 2.43556e-06 6.04312e-07 1.18036e-06 2.37382e-06 2.24261e-06 9.67758e-07 4.63681e-07 6.84435e-07 -4.30058e-07 -1.7728e-06 -2.33973e-07 -9.45862e-07 -1.40017e-06 -6.10963e-07 5.03949e-07 1.02844e-07 -2.2175e-07 -2.2507e-07 -1.94624e-07 -2.59848e-07 9.51671e-07 6.71546e-07 1.23813e-08 -1.87698e-09 5.44263e-09 -3.47928e-07 -2.90572e-07 -1.26974e-07 -3.31354e-08 5.54798e-08 2.58603e-07 2.70565e-07 2.78729e-08 1.33332e-07 3.60308e-07 4.5812e-07 5.46915e-07 7.46118e-07 1.28847e-06 1.75888e-06 1.06123e-06 -1.4901e-07 -1.2052e-06 -8.7365e-07 -9.99323e-07 -1.4434e-06 -3.8457e-07 1.82142e-06 4.34237e-06 3.13996e-06 1.15621e-06 3.03824e-07 7.87882e-07 1.17659e-06 1.13066e-06 6.78847e-07 5.49563e-08 -5.00296e-07 -8.3775e-07 -2.84059e-07 -2.43204e-07 -1.17362e-06 -1.11416e-06 -1.77194e-07 -3.83054e-07 -7.94171e-07 -8.0795e-07 -5.62637e-07 -1.50183e-07 4.4459e-07 1.10328e-06 1.0493e-06 4.25237e-07 1.51751e-07 -1.14047e-07 -3.71083e-07 -1.6933e-07 4.31557e-08 1.58319e-07 2.8183e-07 4.40779e-07 3.16054e-07 1.60713e-07 3.38061e-07 6.11544e-07 7.76224e-07 9.60914e-07 1.16093e-06 1.22164e-06 6.50081e-07 -3.76728e-07 -7.99963e-07 -4.53636e-07 -2.22068e-07 -5.42694e-07 -4.29275e-07 7.89496e-07 2.31715e-06 2.71384e-06 1.44514e-06 3.76134e-07 1.51618e-07 3.81191e-07 3.48106e-07 1.57503e-07 -8.94069e-08 -4.53726e-07 -7.40688e-07 -6.97032e-07 -3.38171e-07 -6.3197e-07 -9.06044e-07 -6.05146e-07 -5.6756e-07 -9.01908e-07 -1.00399e-06 -7.67052e-07 -2.96102e-07 2.02034e-07 8.70884e-07 1.30005e-06 9.31603e-07 4.09778e-07 -2.43458e-09 -3.20777e-07 -2.38818e-07 -3.53123e-08 1.40076e-07 2.53534e-07 3.7254e-07 4.43825e-07 3.19051e-07 2.61215e-07 4.63312e-07 7.3997e-07 8.84704e-07 9.44624e-07 8.58473e-07 5.26609e-07 -1.11229e-07 -4.7677e-07 -2.62381e-07 6.31917e-08 4.096e-08 -1.12049e-07 3.64615e-07 1.10252e-06 1.53737e-06 1.32686e-06 5.9077e-07 4.63672e-08 1.85942e-08 1.00057e-07 -3.03697e-08 -2.40738e-07 -4.14298e-07 -5.63301e-07 -6.20004e-07 -4.98964e-07 -4.94114e-07 -6.29457e-07 -6.635e-07 -6.39305e-07 -7.09813e-07 -8.25261e-07 -8.18894e-07 -5.6525e-07 -1.24638e-07 4.07055e-07 9.04921e-07 9.73049e-07 6.48086e-07 2.29046e-07 -1.51365e-07 -3.20926e-07 -1.12054e-07 2.30411e-08 1.33591e-07 2.16229e-07 2.9574e-07 3.22571e-07 2.52904e-07 2.35208e-07 3.83567e-07 5.64121e-07 6.17455e-07 5.6793e-07 3.94896e-07 9.94896e-08 -1.44912e-07 -1.39378e-07 4.94931e-08 1.87158e-07 7.45266e-08 6.64308e-08 4.35234e-07 7.53024e-07 8.33475e-07 6.79093e-07 2.63407e-07 -4.20501e-08 -4.69664e-08 1.13403e-08 -9.90001e-08 -2.80099e-07 -4.11994e-07 -4.47902e-07 -3.98727e-07 -3.52455e-07 -4.08683e-07 -5.01415e-07 -5.34991e-07 -4.89407e-07 -4.85353e-07 -5.33495e-07 -5.22303e-07 -3.61454e-07 -2.05021e-08 3.55133e-07 5.70259e-07 5.40448e-07 3.4916e-07 8.42707e-08 -1.37254e-07 -1.99516e-07 -5.81226e-08 2.56556e-08 9.6219e-08 1.53809e-07 2.04673e-07 2.17214e-07 1.78576e-07 1.63442e-07 2.43263e-07 3.35318e-07 3.51224e-07 2.93146e-07 1.65622e-07 1.69303e-08 -6.9636e-08 -3.70444e-08 6.33335e-08 1.19676e-07 3.25402e-08 6.00922e-08 2.85464e-07 4.15775e-07 4.34701e-07 3.92647e-07 1.7169e-07 -3.34289e-08 -4.33672e-08 -1.13031e-09 -7.27391e-08 -1.92215e-07 -2.72025e-07 -2.70088e-07 -2.2294e-07 -2.12839e-07 -2.70152e-07 -3.27201e-07 -3.3754e-07 -3.02742e-07 -3.09847e-07 -3.5944e-07 -3.60566e-07 -2.4489e-07 -8.10862e-10 2.3663e-07 3.38408e-07 3.11979e-07 2.02479e-07 3.92258e-08 -8.79362e-08 -1.18173e-07 4.81798e-06 4.02767e-06 2.81237e-06 2.3835e-06 3.86782e-06 4.51784e-06 -4.50586e-07 -2.82583e-06 2.21367e-06 8.53524e-06 1.09882e-05 9.87448e-06 6.82548e-06 3.11693e-07 -3.65174e-06 -5.56556e-06 -4.45855e-06 -1.70083e-06 6.8454e-07 5.87248e-07 -9.95899e-07 -2.73289e-06 -1.37532e-06 1.48572e-07 8.24799e-07 2.17581e-06 1.80829e-06 1.18022e-06 4.26873e-06 8.46024e-07 2.22457e-07 1.77711e-06 -2.18061e-06 -3.29195e-08 5.44267e-06 3.01339e-06 3.81404e-06 7.28549e-06 6.90259e-06 3.50293e-06 7.40246e-08 -1.52952e-06 -1.08237e-06 -1.16137e-06 -8.76163e-07 1.44113e-06 9.96945e-07 1.58825e-06 3.67899e-06 4.77451e-06 1.28786e-05 1.21922e-05 1.01624e-05 8.38147e-06 8.46237e-06 7.83401e-06 1.2846e-06 -3.35573e-06 1.84131e-06 7.75702e-06 1.05656e-05 1.11254e-05 8.44472e-06 1.34829e-06 1.70192e-06 -1.64898e-07 -2.31971e-06 1.42706e-06 5.12533e-06 4.25447e-06 5.25918e-07 -1.73367e-06 -4.82689e-07 1.29756e-06 4.14831e-06 6.3756e-06 5.12585e-06 2.13212e-06 1.09686e-05 5.49136e-06 1.75926e-08 6.80448e-06 6.20639e-06 1.98991e-07 4.19282e-06 3.45256e-06 -1.06682e-06 1.3505e-06 6.53569e-06 4.75217e-06 4.43205e-07 -1.7447e-06 -1.96122e-06 -4.4617e-06 -3.18896e-06 4.0332e-06 2.73496e-06 2.1336e-06 6.85074e-06 1.13164e-05 4.70739e-06 6.11581e-06 8.64463e-06 1.17869e-05 1.25469e-05 1.10733e-05 8.78817e-06 7.45099e-06 9.58438e-06 1.0573e-05 1.06759e-05 9.32582e-06 5.3258e-06 9.54812e-06 6.79018e-06 2.07605e-06 -2.28624e-06 -4.25563e-07 4.99428e-07 -2.64977e-06 -8.24336e-06 -4.55497e-06 -1.01177e-06 2.69447e-06 7.17896e-06 8.49616e-06 7.55963e-06 9.06922e-06 1.0897e-05 3.17043e-06 3.85942e-06 1.58036e-05 2.28298e-05 9.91332e-06 -6.45037e-07 1.36324e-06 -2.17291e-06 -5.88574e-06 1.80007e-06 2.12202e-06 3.12836e-06 4.40336e-06 2.6182e-06 -9.45674e-07 -3.46047e-06 -1.97682e-06 3.4251e-06 1.04143e-05 1.41426e-05 9.16621e-06 -1.55203e-05 -1.15905e-05 -7.23781e-06 1.57892e-06 6.62992e-06 1.0136e-05 1.67296e-05 2.06928e-05 1.22641e-05 1.11514e-05 1.20417e-05 9.11945e-06 4.32541e-06 7.97699e-06 3.80337e-06 2.1575e-06 -5.02113e-07 1.3727e-05 1.47804e-05 -7.0314e-06 -1.29683e-06 7.72642e-06 8.87455e-06 4.29676e-06 5.62614e-06 6.10659e-06 8.73118e-06 1.20683e-05 3.00862e-06 7.68014e-06 1.64192e-05 2.41779e-05 2.396e-05 7.76594e-06 -4.37304e-06 -3.49697e-06 -4.57683e-06 -1.08154e-05 -6.88338e-08 2.34267e-06 -1.54116e-06 -7.27044e-06 -7.94787e-07 2.55067e-06 4.09657e-06 4.57516e-06 9.06483e-07 -2.27461e-06 -3.62112e-06 -1.35997e-05 5.5501e-06 6.79456e-06 1.61082e-06 1.63972e-07 1.15163e-06 2.79192e-06 1.18441e-05 1.04408e-05 4.09009e-06 9.00963e-06 1.42978e-05 8.94115e-06 4.6571e-06 -3.74453e-06 -8.64333e-06 -2.67577e-06 9.71238e-06 4.45005e-05 1.93841e-05 1.32426e-06 4.65053e-06 2.22025e-05 6.70111e-06 -2.43014e-06 6.26774e-06 2.40407e-05 2.38293e-05 -8.34694e-07 3.95179e-06 2.05421e-05 2.58629e-05 1.58814e-05 4.20773e-06 -1.29628e-06 9.62438e-07 6.48835e-06 6.17312e-06 4.18013e-06 1.60907e-05 2.86922e-05 2.31867e-05 1.10786e-05 4.57155e-06 8.78716e-06 1.45306e-05 1.56054e-05 6.88342e-06 -3.31353e-06 2.53575e-06 1.92148e-06 1.79717e-05 1.79705e-05 1.19085e-05 7.94831e-06 7.9773e-06 5.34604e-06 3.66234e-06 1.52791e-06 4.35218e-06 1.4372e-05 2.27057e-05 1.41947e-05 5.61889e-06 -2.90197e-06 -1.12285e-05 -5.14901e-06 -1.49504e-06 1.68071e-05 7.09958e-06 6.33969e-07 1.07676e-06 5.48969e-06 -7.08262e-06 -3.94472e-06 2.08171e-05 3.89518e-05 8.31535e-06 3.34596e-06 1.63317e-05 2.48871e-05 1.49232e-05 2.91881e-06 1.78368e-06 6.55755e-06 1.39434e-05 8.49592e-06 -3.42389e-06 3.54427e-06 1.28199e-05 1.52822e-05 1.18792e-05 7.51805e-06 4.23906e-06 5.93073e-06 1.03273e-05 1.67673e-05 1.08213e-05 2.17145e-06 8.10187e-06 1.4469e-05 1.97259e-05 1.46814e-05 8.56534e-06 6.10917e-06 8.36964e-06 4.4727e-06 -3.5244e-06 -5.81265e-06 4.16275e-06 9.38916e-06 8.71555e-06 3.7845e-06 5.76706e-06 4.89577e-06 1.43962e-06 1.89435e-06 -1.36225e-06 2.35009e-06 -1.56862e-06 -1.19466e-05 -5.13152e-06 -6.73575e-06 -1.8387e-05 -2.28383e-07 1.66485e-05 2.60794e-05 1.07789e-05 9.0174e-06 1.47141e-05 2.21122e-05 1.35563e-05 9.50844e-06 1.01222e-05 7.18816e-06 5.00362e-06 9.07162e-06 1.36151e-06 -1.01518e-05 -1.91601e-05 -1.07313e-05 1.70224e-05 6.38725e-06 -2.4665e-06 3.15563e-06 2.75356e-06 1.04592e-05 1.65394e-05 1.63118e-05 1.38579e-05 1.85595e-05 1.84617e-05 1.27647e-05 3.54493e-06 -1.88239e-06 -2.71532e-06 -8.29871e-06 -1.60521e-05 -1.68473e-05 -1.24901e-05 -8.544e-06 -3.11668e-06 -1.09335e-06 2.92475e-06 2.97985e-06 2.58835e-06 -1.1423e-05 -1.19934e-05 -2.01821e-06 -5.53536e-06 -6.67194e-06 -1.38076e-05 -1.35799e-06 1.87901e-05 3.45478e-05 3.02095e-05 1.26665e-05 5.34361e-06 -1.54289e-06 1.18657e-05 1.40074e-05 2.32605e-06 -1.38648e-06 2.07621e-06 5.55924e-06 -4.12788e-07 -7.13797e-07 2.90634e-06 -5.28282e-06 -1.42022e-05 -1.96839e-05 9.2076e-07 8.50162e-06 1.8046e-06 2.75297e-06 1.12463e-06 4.11157e-06 7.8497e-06 6.20583e-06 8.51557e-06 1.82538e-05 1.57821e-05 8.70377e-06 2.52597e-06 -1.82513e-06 2.41936e-06 4.7215e-06 4.598e-06 5.30534e-06 -5.99588e-06 -1.79381e-05 -6.45558e-06 4.85896e-06 5.16612e-07 -3.03323e-06 2.65286e-07 -1.3649e-06 -4.37648e-07 -5.13923e-06 -5.72694e-06 -5.26213e-06 -1.92292e-05 9.43803e-06 2.81684e-05 3.34184e-05 2.03232e-05 9.86945e-06 1.15553e-06 -2.16918e-06 1.0374e-05 1.58149e-05 9.50907e-06 3.8958e-06 2.31024e-06 6.01659e-06 -1.08061e-05 -1.55794e-05 -7.96324e-06 -5.18049e-06 -9.37334e-06 -1.58191e-05 6.30907e-06 8.70429e-06 5.80376e-06 2.77603e-06 4.05211e-06 7.78852e-06 5.04681e-06 5.80834e-06 1.43112e-05 1.93301e-05 9.97019e-06 7.17619e-06 6.6075e-06 -3.70506e-07 -4.13468e-06 3.78221e-06 5.75832e-06 -9.86681e-07 -1.08539e-05 -1.09908e-05 1.10692e-06 3.16986e-06 -8.86976e-07 1.20697e-05 5.17527e-06 4.18281e-06 1.6417e-06 -2.69876e-06 1.08505e-06 -5.85046e-06 -9.33126e-06 6.69328e-06 1.59121e-05 2.56958e-05 2.0208e-05 -2.31937e-07 -6.37476e-06 -1.02015e-06 1.61181e-05 1.04053e-05 4.85165e-06 1.37704e-06 1.25589e-05 5.63099e-06 -1.06976e-06 -2.63204e-06 -5.23104e-06 -1.20089e-06 7.27824e-07 3.89762e-06 1.77663e-05 7.62585e-06 3.26989e-06 7.39742e-07 3.98824e-06 9.18416e-06 7.15968e-06 9.69004e-06 9.93638e-06 1.04998e-05 5.66647e-06 7.44043e-06 4.99066e-06 -1.98717e-06 -4.05399e-06 4.55397e-06 3.60666e-06 -6.55262e-06 -1.25811e-05 -2.09712e-06 5.4683e-06 3.75348e-06 6.10237e-06 8.8005e-06 2.92957e-06 -2.10837e-07 -1.84102e-07 3.19162e-06 1.11381e-06 -1.16203e-05 -2.46006e-06 6.11323e-06 9.60406e-07 7.31954e-06 1.00601e-05 -3.44996e-06 -7.40124e-06 5.73315e-07 2.41535e-05 1.68073e-05 9.63413e-06 4.44849e-06 1.24546e-05 4.58839e-06 -8.92572e-07 -1.19772e-06 -3.85427e-06 -1.21554e-06 5.255e-07 7.05954e-06 1.67769e-05 6.62475e-06 3.04893e-06 1.22825e-06 3.00815e-06 5.01049e-06 5.77109e-06 1.05988e-05 7.71051e-06 6.67797e-06 1.69462e-05 8.96462e-06 4.3582e-06 -3.03124e-07 -1.91949e-06 4.02762e-06 9.04191e-06 -3.07838e-06 -6.96283e-07 3.22457e-06 4.31745e-06 4.12281e-06 9.06374e-06 6.43488e-06 3.85196e-06 -7.5041e-07 4.18028e-06 7.97767e-06 -1.67295e-06 -1.50677e-05 2.34233e-06 1.37477e-05 -2.36275e-06 -1.86313e-06 6.46014e-06 -9.71086e-07 -3.74097e-06 -2.19074e-06 2.42491e-05 1.26212e-05 4.93124e-06 1.57451e-06 2.13039e-05 1.82411e-05 5.25046e-06 4.33917e-06 2.60741e-06 -1.70621e-06 2.32839e-06 8.74633e-06 5.44344e-06 9.28812e-07 5.09458e-06 5.29219e-06 -7.69036e-07 -3.34233e-06 -4.63562e-06 3.03817e-06 6.78682e-06 1.50715e-05 2.39765e-05 1.24019e-05 4.44734e-06 -7.79342e-07 -1.87086e-06 8.72231e-07 5.35689e-06 3.63842e-06 3.42983e-06 2.02927e-06 1.33009e-06 3.34975e-06 4.37171e-06 7.00484e-07 2.58423e-06 1.5977e-06 -6.75719e-07 -1.19225e-06 -1.32712e-06 7.44328e-06 2.49177e-05 1.94314e-05 -1.98786e-06 -2.75803e-06 3.48052e-06 -2.0353e-06 -2.37781e-06 -4.79064e-07 1.81943e-05 1.82777e-05 8.3579e-07 -5.63476e-06 1.0651e-05 1.41761e-05 5.98085e-06 5.71679e-06 3.33958e-06 -1.10895e-06 1.30396e-06 5.29967e-06 3.02024e-06 9.87814e-07 4.86205e-06 3.18082e-06 9.85499e-07 -3.67158e-06 -1.09044e-05 -3.35048e-06 8.95562e-06 2.51204e-05 3.14062e-05 1.84542e-05 5.77893e-06 -6.18447e-07 -2.56198e-06 -2.08877e-06 7.09854e-06 4.50497e-06 2.60203e-07 -3.84798e-07 -5.47143e-07 4.93442e-06 4.38419e-06 -8.07317e-07 3.84322e-06 -2.05338e-06 -9.71399e-06 -1.13908e-06 5.04797e-06 8.90588e-06 2.75333e-05 1.47042e-05 1.12091e-06 1.56487e-06 2.10069e-06 1.01196e-06 -1.2002e-06 3.04309e-06 2.01497e-05 1.62168e-05 4.03104e-07 -1.77334e-06 -2.00031e-06 3.74644e-06 7.85459e-06 1.04322e-05 5.09207e-06 3.05865e-06 4.94594e-07 -4.83359e-07 1.00028e-06 1.65821e-10 2.47965e-06 4.58786e-06 5.23427e-06 -7.10107e-08 -4.22582e-06 4.5907e-06 1.48439e-05 3.23558e-05 3.60632e-05 1.92622e-05 7.02498e-06 1.39499e-06 9.98455e-07 1.95333e-06 2.76248e-06 2.61402e-06 6.87752e-07 -8.2704e-07 4.20664e-07 5.25452e-06 9.20735e-07 -2.78757e-06 3.65514e-06 6.26821e-06 5.12216e-06 5.93333e-06 -3.37984e-06 -2e-05 1.2953e-05 1.52027e-05 7.21984e-06 5.46003e-06 5.89377e-06 8.3278e-06 5.01643e-06 4.50557e-06 1.82254e-05 8.48231e-06 9.65119e-07 6.35953e-07 -2.36301e-06 1.83845e-06 3.47561e-06 8.09525e-06 2.45579e-06 1.55979e-06 -3.44849e-07 -2.2367e-06 2.48528e-06 3.09492e-06 2.32836e-06 1.09717e-05 1.96988e-05 1.77058e-06 2.60806e-06 6.83495e-06 1.15868e-05 2.47668e-05 1.0434e-05 1.22442e-05 4.82117e-06 2.84244e-06 2.77699e-06 2.79322e-06 2.33644e-06 2.85292e-06 2.63007e-06 -8.39949e-07 -7.92254e-07 7.36808e-07 -2.88352e-06 -4.2236e-07 1.03059e-06 3.36688e-06 8.22645e-06 2.32092e-07 -2e-05 -2e-05 1.49311e-05 2.78329e-05 1.2836e-05 3.8405e-06 4.24511e-06 8.30643e-06 2.35189e-06 -2.81117e-06 1.02227e-05 5.25444e-06 2.53838e-06 1.83213e-06 -2.33926e-07 1.77504e-06 -5.93826e-07 1.75252e-06 2.45037e-09 1.5729e-06 -2.2996e-06 7.07171e-07 3.20563e-06 1.9343e-06 2.21674e-06 1.23279e-05 1.82403e-05 2.89654e-06 2.75509e-06 4.89365e-06 6.69633e-06 8.79672e-06 5.81964e-06 1.32772e-05 4.72669e-06 2.44162e-06 9.04015e-07 -8.40632e-07 -7.11583e-07 3.0175e-06 7.7002e-06 1.89336e-06 -1.52977e-06 -8.79229e-06 -1.30398e-05 -6.5823e-07 2.2264e-06 8.80999e-07 -2.33664e-06 -1.39542e-05 -2e-05 4.28407e-06 3.14626e-05 3.37791e-05 1.09813e-05 -3.82972e-07 1.38399e-06 3.43122e-06 -1.00547e-05 -1.77757e-05 -4.07998e-07 6.16935e-06 3.91363e-06 2.61562e-06 2.27561e-06 2.01552e-06 -2.43624e-06 -1.83171e-06 1.37165e-07 2.03295e-06 4.04781e-07 2.85877e-06 4.66988e-06 -1.33439e-06 1.84612e-07 1.37965e-07 6.5457e-06 3.36122e-06 9.05978e-07 -6.88537e-07 -3.45154e-07 -1.05197e-07 9.38907e-06 1.3666e-05 -8.02736e-06 2.57455e-06 -1.65567e-07 -3.51288e-06 -1.93605e-06 3.01117e-06 5.87997e-06 -3.15745e-07 -7.66182e-06 -2e-05 -2e-05 -2.05461e-06 7.73428e-06 4.73328e-07 -7.76101e-06 -9.38265e-06 8.36696e-07 1.41491e-05 2.6407e-05 1.82402e-05 6.32113e-06 3.20153e-06 2.79935e-06 -2.68639e-06 -2e-05 -2e-05 -6.60122e-07 8.6752e-06 5.55392e-06 1.30922e-06 1.6042e-06 -1.608e-06 -2.06096e-06 -1.25214e-06 2.21225e-07 4.0218e-07 2.12924e-06 3.59616e-06 5.59716e-06 -3.66872e-06 -2.36255e-06 -6.92646e-06 7.6263e-06 8.06634e-06 2.26405e-06 -1.32929e-06 -8.7181e-07 2.01531e-07 7.53684e-06 -1.33748e-05 -2e-05 -1.51979e-06 1.24456e-05 1.89939e-06 -7.60237e-08 2.97214e-06 6.1319e-06 -3.80216e-07 -6.51979e-06 -2e-05 -2e-05 8.80559e-06 9.68167e-06 2.91328e-06 -1.85163e-06 2.42058e-06 6.36408e-06 1.16021e-05 1.34188e-05 4.63324e-06 3.98767e-06 2.96793e-06 -1.27225e-06 -7.73907e-06 -1.96217e-05 -1.25616e-05 4.89581e-06 1.05228e-05 5.95702e-06 3.99553e-07 -1.01575e-06 -2.52138e-06 1.5392e-06 7.84019e-07 1.0903e-06 2.74676e-06 4.32119e-06 -2.4254e-06 -9.82395e-08 -1.00038e-06 -9.51899e-06 4.16474e-06 1.40609e-05 1.03397e-05 4.60409e-06 5.59247e-07 -1.29433e-06 -6.53004e-07 1.0941e-06 -9.71169e-06 -7.00428e-06 2.28519e-06 7.11014e-06 5.10994e-06 2.01076e-06 3.79133e-06 5.49001e-06 5.3706e-07 -4.50442e-06 -1.04306e-05 1.87722e-06 1.87912e-05 1.34756e-05 6.89177e-06 8.19342e-07 4.70983e-06 5.60763e-06 7.3597e-06 3.84921e-06 5.26901e-06 2.77799e-06 1.40745e-07 -7.44458e-06 -7.98542e-06 -1.45635e-05 2.14584e-07 9.71403e-06 1.19402e-05 3.8978e-06 3.5795e-08 2.17274e-07 3.62191e-06 2.39981e-06 3.62713e-06 9.46962e-06 6.96838e-06 -1.79769e-07 -1.92309e-05 -2e-05 -1.85931e-06 -9.25293e-07 1.15349e-05 1.77909e-05 9.8256e-06 4.63149e-06 2.94544e-07 -2.5348e-06 -1.14522e-06 7.20764e-07 2.19496e-07 -1.39728e-06 3.77874e-06 5.83584e-06 3.68105e-06 7.28677e-07 4.43334e-06 4.97674e-06 7.48755e-07 -3.85614e-06 -2.65417e-06 8.00148e-06 1.75511e-05 1.9538e-05 9.63276e-06 5.46028e-06 1.41861e-06 2.19903e-06 2.62907e-06 2.95672e-06 4.04565e-06 2.403e-06 -7.34556e-06 -7.28516e-06 -1.14848e-05 -1.95493e-06 3.6221e-06 1.25744e-05 9.83095e-06 1.57234e-06 -3.6956e-07 -9.02375e-07 2.40656e-08 3.16958e-06 -1.21294e-06 3.0617e-06 2.02822e-07 -1.06504e-05 -2e-05 -2e-05 -3.80599e-06 3.7746e-06 7.38254e-06 1.07214e-05 8.76962e-06 5.48639e-06 1.52347e-06 -6.28541e-07 -7.92974e-07 2.99985e-06 9.8872e-07 6.6544e-07 3.13156e-06 2.45384e-06 2.05544e-07 -7.35786e-07 1.81011e-06 1.86787e-06 9.0494e-07 -2.22712e-06 5.36203e-08 7.18462e-06 1.04076e-05 6.10163e-06 6.3328e-06 9.95372e-06 -1.91675e-06 -8.53424e-07 4.39451e-07 2.78638e-06 4.18812e-06 9.10031e-08 -3.39195e-06 -7.66052e-06 -1.27977e-06 1.2667e-06 3.97924e-06 8.33361e-06 5.09976e-06 1.01379e-06 -1.07606e-06 -1.86252e-06 -8.28164e-07 -4.50452e-07 -1.25056e-05 1.67678e-06 -7.5982e-07 -8.45929e-06 -7.00531e-06 7.79434e-07 1.56981e-06 5.26734e-06 4.64618e-06 4.80686e-06 5.50559e-06 1.62672e-06 1.00519e-06 2.17971e-06 2.63753e-06 6.26719e-07 7.56782e-07 2.08046e-06 2.13434e-06 -2.26936e-07 -2.2111e-06 -1.30491e-06 1.98529e-07 7.23056e-07 1.08943e-06 -7.82494e-08 1.68757e-06 4.73802e-06 2.10097e-06 -2.69749e-06 2.30819e-06 1.00861e-06 -4.35865e-07 -1.69623e-06 -4.28467e-07 1.81528e-06 1.66167e-06 -3.94346e-06 -4.11824e-06 -3.01999e-08 2.09359e-06 2.41e-06 2.59746e-06 4.31653e-06 3.8518e-06 1.44072e-06 -1.00631e-06 -1.8782e-06 -1.54217e-06 -6.98843e-06 -1.4801e-06 4.32078e-06 -3.10122e-06 -5.40737e-06 9.09415e-07 2.63063e-06 2.43226e-06 4.47629e-06 3.4727e-06 2.38959e-06 2.89977e-06 2.77338e-06 4.41384e-06 4.41831e-06 2.87185e-06 -3.07651e-07 7.16745e-07 1.46945e-06 6.90721e-07 -1.05807e-06 -1.27919e-06 -3.38216e-07 5.14923e-07 9.05221e-07 7.73313e-07 8.50454e-07 2.41511e-06 2.73115e-06 -9.88894e-07 2.40586e-07 5.97511e-07 8.37103e-07 2.0116e-07 -1.90573e-06 2.9141e-07 7.49587e-07 -1.06115e-05 -8.92409e-06 1.33657e-06 2.16195e-06 3.79627e-06 2.06469e-06 1.69277e-06 3.0856e-06 3.68831e-06 1.95348e-06 -3.80786e-07 -1.31775e-06 -3.04151e-06 -5.06746e-06 1.0522e-07 1.20376e-06 -5.52464e-06 -4.75441e-07 1.9492e-06 2.01087e-06 1.48108e-06 3.17e-06 2.62718e-06 1.28309e-06 2.93001e-06 3.21093e-06 4.54165e-06 2.03764e-06 9.45784e-08 1.83001e-08 5.3133e-07 6.4302e-07 2.29639e-07 -2.79057e-07 -2.9574e-07 3.57335e-07 6.66385e-07 -3.08115e-07 -7.39862e-07 -4.85345e-08 7.05786e-07 3.6057e-07 3.03327e-07 5.00959e-07 7.70512e-07 2.72365e-07 -3.16481e-07 -4.41503e-07 4.21603e-07 -1.25114e-06 -1.10254e-06 6.6789e-07 2.35317e-06 4.24405e-06 3.50254e-06 1.34542e-06 1.08081e-06 2.04932e-06 2.38957e-06 1.12021e-06 -4.69378e-07 -1.55904e-06 -3.38858e-06 -2.21614e-06 4.20919e-07 -1.6147e-06 -6.73373e-07 1.02234e-06 2.19777e-06 8.91919e-07 4.47825e-07 1.96406e-06 1.12267e-06 1.16047e-07 2.21411e-06 1.7096e-06 9.07183e-07 5.25396e-07 -5.03458e-08 9.90314e-08 1.787e-07 2.00383e-07 1.8636e-07 1.86111e-07 2.44154e-07 2.4776e-07 -2.83865e-07 -8.843e-07 -8.10144e-07 -3.10865e-07 7.78509e-08 3.43761e-07 4.81227e-07 3.71681e-07 1.43387e-07 -1.04242e-07 -9.89016e-08 3.0539e-07 7.99394e-07 5.38842e-07 9.53163e-07 2.49033e-06 3.7505e-06 3.53941e-06 2.1471e-06 7.38188e-07 3.96505e-07 9.13301e-07 9.00532e-07 1.85602e-08 -7.84266e-07 -1.60526e-06 -1.90352e-06 -1.11374e-06 1.5652e-07 -2.04943e-07 3.96183e-07 1.75751e-06 1.28004e-06 -7.0683e-08 -1.2314e-07 7.32098e-07 -4.00797e-07 -2.73504e-07 5.06104e-07 8.53892e-07 8.33802e-07 5.11496e-07 1.55761e-07 -1.26523e-07 -1.37794e-07 -2.49001e-08 1.10634e-07 1.65864e-07 1.02439e-07 -1.49894e-07 -5.34961e-07 -7.40708e-07 -6.12535e-07 -2.51127e-07 1.61879e-07 3.91767e-07 2.35761e-07 6.62881e-08 1.52187e-07 2.35723e-07 3.6335e-07 7.42121e-07 1.04368e-06 1.43314e-06 2.64272e-06 3.10757e-06 2.64672e-06 1.96208e-06 1.12921e-06 2.91778e-07 -5.48027e-08 2.15104e-07 5.73965e-08 -4.00083e-07 -7.61696e-07 -1.10663e-06 -1.57184e-06 1.33287e-07 2.19842e-07 3.93614e-07 1.01434e-06 1.15539e-06 3.75433e-07 -3.93984e-07 -2.78595e-07 -8.87795e-08 -3.52668e-07 -1.31124e-07 3.1337e-07 6.01586e-07 5.90043e-07 3.79542e-07 8.55028e-08 -3.0205e-07 -2.57594e-07 -1.19065e-07 5.26757e-09 2.18003e-08 -8.90816e-08 -2.73436e-07 -4.18535e-07 -4.60782e-07 -3.81979e-07 -1.74977e-07 9.26452e-08 1.87986e-07 1.17775e-07 1.84441e-07 3.85545e-07 5.39753e-07 7.09708e-07 1.00093e-06 1.42221e-06 1.98326e-06 2.36284e-06 2.00595e-06 1.37431e-06 1.03692e-06 6.28077e-07 4.89966e-08 -1.4087e-07 -1.29589e-08 -1.57803e-07 -4.26158e-07 -6.52548e-07 -7.04517e-07 -1.87589e-07 2.50027e-07 4.49787e-07 7.05146e-07 7.21654e-07 5.07204e-07 5.22497e-08 -3.13583e-07 -2.69281e-07 -1.15342e-07 -1.19765e-07 -8.27715e-08 9.03471e-08 2.90851e-07 3.31956e-07 1.78591e-07 -1.09472e-07 -2.89757e-07 -2.23358e-07 -1.2054e-07 -4.89603e-08 -5.38432e-08 -1.2919e-07 -1.93917e-07 -2.09191e-07 -2.31018e-07 -2.47891e-07 -1.67172e-07 8.44369e-09 9.75549e-08 1.24209e-07 2.34033e-07 4.01428e-07 5.59312e-07 6.54958e-07 7.82023e-07 1.02994e-06 1.33279e-06 1.33682e-06 9.87274e-07 6.92537e-07 6.05701e-07 3.62686e-07 1.1177e-08 -8.3109e-08 -1.22113e-08 -1.1115e-07 -3.05514e-07 -4.3027e-07 -3.61788e-07 -3.53295e-08 2.59585e-07 3.76071e-07 4.16698e-07 3.35072e-07 2.14778e-07 2.78727e-08 -1.81399e-07 -1.93508e-07 -1.87154e-08 5.55619e-09 -7.36777e-08 -4.14369e-08 8.62289e-08 1.29062e-07 9.2242e-09 -2.01656e-07 -2.00735e-07 -1.53e-07 -8.89383e-08 -4.79251e-08 -5.2516e-08 -9.25354e-08 -1.10677e-07 -1.07935e-07 -1.43666e-07 -1.88784e-07 -1.53784e-07 -1.95829e-08 6.81039e-08 1.12286e-07 1.99422e-07 3.08264e-07 3.91732e-07 4.08987e-07 4.45085e-07 5.64482e-07 7.19183e-07 7.16638e-07 5.08064e-07 3.83896e-07 3.60083e-07 2.34347e-07 2.66833e-08 -2.56892e-08 1.46657e-08 -5.70134e-08 -2.02248e-07 -2.57376e-07 -1.76586e-07 9.62821e-09 1.46959e-07 1.98514e-07 1.83739e-07 1.47576e-07 1.19314e-07 3.10546e-08 -1.19126e-07 -1.29463e-07 1.83436e-08 3.61193e-08 -5.36434e-08 -5.64873e-08 1.5366e-08 3.28534e-08 -4.21504e-08 -1.60895e-07 3.4212e-07 -2.97283e-07 -2.04425e-07 1.53514e-06 3.1145e-06 1.79981e-06 -9.99312e-07 9.57279e-07 5.10598e-06 8.68253e-06 9.46202e-06 6.30197e-06 2.06624e-06 -1.21072e-06 -1.06634e-06 4.29271e-07 1.41141e-06 1.98589e-06 2.7235e-06 3.1839e-06 2.49659e-06 -6.49343e-07 -1.04243e-06 7.36504e-07 -2.64019e-07 4.23017e-07 2.09448e-06 2.38497e-06 8.68558e-06 1.45081e-06 -1.55011e-06 1.57077e-06 -6.67714e-06 -8.14717e-06 1.03306e-05 7.42131e-06 4.10175e-06 7.47573e-06 9.28467e-06 6.68565e-06 4.348e-06 5.43158e-06 7.3806e-06 7.39227e-06 3.7033e-06 -1.14762e-06 -1.2218e-06 1.43831e-06 3.04697e-06 1.87332e-06 6.32348e-06 4.81553e-06 4.38934e-06 5.89672e-06 7.32005e-06 7.64489e-06 7.38591e-06 6.74575e-06 5.48954e-06 4.93238e-06 5.61444e-06 5.73442e-06 3.97968e-06 -3.33216e-07 1.50737e-06 1.93285e-06 1.66276e-06 1.7792e-06 2.09546e-06 2.25084e-06 1.34252e-06 -1.24593e-06 -1.51219e-06 6.09493e-08 2.03162e-06 5.3858e-06 4.39138e-06 5.54855e-06 1.77983e-05 -1.17294e-06 -4.15806e-06 4.31852e-06 -1.47456e-07 -4.75185e-06 1.45191e-05 1.24025e-05 4.02714e-06 7.04285e-07 5.8244e-06 7.95493e-06 5.31652e-06 2.86873e-06 3.92364e-06 1.68027e-06 -1.51569e-06 1.06986e-06 5.42205e-06 6.12429e-06 3.2719e-06 4.20521e-06 3.32193e-06 2.03234e-06 2.28934e-06 5.77728e-06 1.05812e-05 1.56976e-05 1.92567e-05 2.01756e-05 1.75627e-05 1.3101e-05 9.44781e-06 7.4242e-06 5.64352e-06 5.3142e-06 7.98523e-06 6.59257e-06 3.77593e-06 1.92954e-06 -2.74587e-06 7.70738e-07 -2.66158e-07 2.93111e-06 3.67292e-06 -1.11267e-06 1.18662e-06 2.94338e-06 4.38336e-06 8.17373e-06 1.77196e-05 -2.12873e-06 -3.27238e-06 2.37199e-06 4.64778e-06 4.0988e-06 9.27728e-06 1.01012e-05 4.86681e-06 -8.75265e-08 -2.0995e-06 -3.34773e-06 1.73339e-07 6.43551e-06 1.1179e-05 8.95146e-06 9.71157e-08 -4.07962e-06 1.21153e-06 3.56874e-06 4.48487e-06 3.70959e-06 -9.39233e-06 -8.02885e-06 -8.02386e-06 -5.81829e-06 3.14769e-06 9.9144e-06 1.37844e-05 1.67508e-05 1.93405e-05 2.0979e-05 1.35864e-05 5.97562e-06 6.90621e-06 6.98078e-06 4.01406e-06 3.68061e-06 1.99837e-06 5.17757e-06 6.59978e-06 -4.23913e-07 7.62438e-07 9.17759e-06 1.01368e-05 -5.20479e-07 1.16075e-06 3.38225e-06 6.2512e-06 1.03489e-05 3.28564e-06 -3.32188e-06 -2.67469e-06 -5.78827e-06 -3.04206e-06 4.7414e-06 8.90272e-06 9.32508e-06 7.77328e-06 4.47725e-06 -7.15e-06 -1.734e-05 -2e-05 -3.32505e-06 7.70342e-06 1.06253e-05 8.14322e-06 3.64853e-06 1.84592e-06 1.19195e-06 -9.44977e-07 -7.12212e-06 4.40513e-06 1.00623e-05 9.54781e-06 6.39879e-06 1.04737e-05 1.3491e-05 1.05226e-05 7.68727e-06 3.7565e-06 5.83316e-06 9.88001e-06 6.93572e-06 1.33184e-05 5.68277e-06 -2.77631e-07 -3.32166e-06 2.58337e-06 2.87401e-05 2.05119e-05 8.35966e-06 7.19602e-06 1.67045e-05 6.22667e-06 4.67986e-07 2.89868e-06 3.56598e-06 6.66502e-06 1.30386e-05 1.22473e-05 -1.79625e-06 -1.66727e-05 -2e-05 -8.10248e-06 1.01574e-05 1.52676e-05 1.14149e-05 5.33938e-06 6.09332e-06 1.54003e-05 1.06178e-05 6.45732e-06 -5.61594e-06 2.9948e-06 7.11716e-06 1.04085e-05 1.23787e-05 1.02622e-05 3.62966e-06 -2.74784e-06 -1.29681e-06 1.82e-05 2.53485e-05 2.27106e-05 2.09472e-05 2.53023e-05 2.5827e-05 2.38372e-05 1.97949e-05 1.20068e-05 8.37775e-06 7.00321e-06 1.19986e-05 1.47629e-05 8.35269e-06 1.63672e-06 -8.37588e-06 -2.96152e-06 8.97723e-06 1.19383e-05 1.13133e-05 7.88288e-06 5.95887e-06 -5.07389e-06 -1.43029e-06 2.81096e-06 6.74299e-06 2.45357e-05 2.53371e-05 -6.23456e-06 -2e-05 -1.95664e-05 -8.28177e-06 1.0791e-05 2.22645e-05 2.21811e-05 1.44702e-05 -1.75206e-06 -4.29078e-06 8.2798e-06 1.9991e-05 2.88752e-05 2.60763e-06 4.82506e-07 1.28202e-05 7.00693e-06 6.6515e-06 8.9577e-06 2.87056e-06 -1.76606e-06 4.98977e-06 2.35878e-05 2.12403e-05 1.57502e-05 1.15702e-05 1.25145e-05 1.51303e-05 1.56989e-05 1.70815e-05 1.83754e-05 1.16529e-05 8.43005e-06 1.32013e-05 1.40372e-05 1.07505e-05 6.35356e-06 -2.25832e-06 -9.0686e-06 -7.15149e-06 -1.43674e-06 -5.0154e-07 1.28067e-05 -1.07893e-05 -9.54773e-06 3.133e-06 -9.70683e-07 2.11964e-06 1.4593e-05 1.51264e-06 -1.6846e-05 -3.28072e-06 9.7469e-06 1.61895e-05 2.08742e-05 2.14412e-05 1.71318e-05 1.59204e-05 7.99219e-06 -1.0848e-05 -2e-05 2.91644e-06 3.14543e-05 1.14122e-05 7.78127e-06 6.38333e-06 -9.72031e-07 3.63136e-06 8.25173e-06 8.04487e-06 5.22585e-06 1.88146e-05 6.82939e-06 8.45867e-06 8.72356e-06 4.96058e-06 2.37816e-06 1.28198e-06 -7.01762e-07 1.67282e-07 2.30367e-07 3.59976e-06 6.69533e-06 8.40997e-06 1.02777e-05 7.24392e-06 2.23931e-06 1.83122e-07 -6.34942e-07 -2.47228e-07 -2.02914e-06 3.55827e-06 6.22761e-07 2.56101e-05 1.97013e-05 2.15849e-05 2.52565e-06 6.66171e-07 -2.61881e-06 -1.57882e-05 7.1561e-07 9.37656e-06 8.11799e-06 7.70581e-06 1.14671e-05 1.36751e-05 5.34456e-06 -2.80699e-06 1.84998e-06 -5.58924e-07 -2.58236e-06 -8.97225e-07 1.05948e-05 1.83125e-05 2.22457e-05 1.26225e-05 -3.18965e-06 1.77697e-06 5.25594e-06 4.55622e-06 1.16075e-05 9.02021e-06 7.84126e-06 9.63321e-06 1.21515e-05 1.21992e-05 3.85548e-06 -7.00787e-07 1.6943e-06 9.04116e-06 5.1682e-06 6.52729e-06 6.77922e-06 6.21075e-06 4.587e-06 4.23691e-06 9.14789e-07 -7.29697e-09 3.65433e-06 1.67397e-06 -1.20338e-06 3.82913e-06 -2.61701e-06 1.47468e-05 1.80945e-05 2.64027e-05 1.50302e-05 7.10004e-06 -3.9654e-06 -1.93131e-05 8.36426e-06 1.67541e-05 1.57289e-05 1.04406e-05 8.4077e-06 9.13473e-06 -4.37988e-07 -1.93182e-05 -9.11575e-06 9.11997e-07 3.59929e-06 6.26289e-06 1.30819e-05 2.36482e-05 2.91241e-05 1.62036e-05 7.68717e-07 8.16279e-06 1.1344e-05 4.43281e-06 4.58282e-06 6.45353e-06 8.31306e-06 5.07648e-06 7.85075e-06 6.04629e-06 -2.6485e-06 -1.51096e-06 5.32755e-08 -4.09134e-07 -1.04605e-06 4.163e-06 3.33125e-06 5.00703e-06 4.06292e-06 3.66509e-06 1.99135e-06 2.83883e-07 2.16316e-06 -7.03103e-07 1.35354e-06 1.80691e-06 -2.66649e-06 -2.85399e-06 9.94341e-06 2.13599e-05 2.35548e-05 1.61156e-06 -1.84251e-06 -7.34945e-06 1.18479e-06 7.5064e-06 1.10638e-05 7.53539e-06 5.25488e-06 2.58669e-06 -1.71338e-06 -2.90562e-06 9.76256e-06 8.80468e-06 9.27004e-06 6.21123e-06 6.98941e-06 1.09827e-05 2.00507e-05 1.06797e-05 2.70139e-06 1.25227e-05 1.19118e-05 6.62793e-06 7.74186e-06 1.01429e-05 6.14759e-06 1.37533e-06 2.85356e-06 -3.25237e-07 -4.04327e-06 -3.69951e-07 -3.19619e-07 -3.574e-06 -3.01471e-06 1.76847e-06 9.89191e-07 3.64641e-06 4.73389e-06 5.81465e-08 -2.80385e-06 1.07991e-06 8.77175e-07 -1.76883e-06 -2.83208e-06 -5.25828e-07 2.37962e-06 -1.37472e-06 9.4492e-06 1.25188e-05 6.37945e-06 -9.32554e-06 -9.28208e-06 4.84857e-06 4.30024e-06 4.9869e-06 5.44434e-06 7.586e-06 9.68528e-06 1.9476e-06 -3.89693e-06 -1.39768e-07 9.07369e-06 8.23081e-06 9.35704e-06 4.59302e-06 4.29694e-06 3.92181e-06 6.72323e-06 3.56366e-06 4.39054e-06 1.0373e-05 9.60979e-06 1.42859e-05 1.34198e-05 1.08991e-05 9.73264e-06 3.4266e-06 2.28397e-06 2.52653e-09 -2.87216e-06 -2.02585e-06 -4.32852e-07 -2.14814e-06 -2.34297e-07 1.29183e-06 2.97207e-06 5.24489e-06 3.25613e-06 -1.50658e-06 -2.60662e-06 1.25309e-06 4.38785e-06 1.07123e-06 -3.85027e-06 1.02725e-05 1.86097e-05 5.09605e-06 3.56571e-06 3.08453e-06 -8.01503e-07 -7.30915e-06 -5.69897e-06 1.82485e-06 6.14547e-06 7.69924e-06 6.14879e-06 1.64044e-06 2.96325e-06 9.05519e-07 -1.70009e-06 8.61577e-06 9.12337e-06 7.36547e-06 7.95342e-06 4.79756e-06 8.34218e-06 7.99713e-06 3.94953e-06 4.10425e-06 5.11898e-06 3.20759e-06 4.69519e-07 1.25926e-05 1.08706e-05 1.13412e-05 6.98512e-06 5.27481e-06 5.86819e-06 2.39027e-06 -5.53179e-06 -8.01549e-06 -6.76122e-07 1.83809e-06 1.83452e-06 3.02905e-06 5.03079e-06 5.24478e-06 3.6955e-06 1.24245e-06 8.71124e-07 1.21898e-06 -8.21079e-06 -8.5804e-06 2.22964e-06 2.30141e-05 3.21488e-05 5.37939e-06 -5.26852e-06 -4.83103e-06 -6.65274e-06 -9.38422e-06 -7.07889e-06 1.8676e-06 6.92959e-06 8.26977e-06 4.91142e-06 -1.24733e-06 2.30648e-06 2.26808e-06 1.4495e-06 9.69632e-06 5.89154e-06 5.65396e-06 7.99511e-06 2.46132e-06 3.03986e-06 2.47691e-06 3.13242e-06 5.91372e-06 4.58429e-06 2.20923e-07 -3.12445e-06 1.46466e-06 4.14027e-06 7.64088e-06 9.98736e-06 8.286e-06 5.05669e-06 4.59744e-07 -1.19968e-05 -1.49691e-05 -2.31867e-06 2.74511e-06 2.31021e-06 3.60134e-06 4.96905e-06 6.44149e-06 2.48452e-06 2.77345e-06 1.3675e-06 -9.00582e-06 -1.44399e-05 -1.4134e-06 9.83373e-06 2.45175e-05 1.64661e-05 -4.61669e-06 -7.69019e-06 -8.543e-06 -1.0598e-05 -1.10534e-05 -9.54759e-06 3.88994e-06 7.68543e-06 5.82463e-06 2.53147e-06 1.22685e-06 5.03839e-06 5.30091e-06 4.66693e-07 5.10988e-06 2.88175e-06 2.03064e-06 6.95206e-06 2.95377e-06 6.37562e-06 2.57264e-06 6.39695e-07 2.25157e-06 1.11185e-06 1.8352e-06 3.89829e-06 3.60036e-06 2.1008e-06 6.30935e-06 1.01586e-05 5.57311e-06 1.38145e-06 1.62451e-06 2.03861e-06 5.81613e-07 -8.0775e-08 2.93097e-06 5.67612e-06 3.77883e-06 3.76281e-06 1.46417e-06 8.70663e-07 3.52949e-06 5.9566e-07 -4.90165e-06 -6.42551e-06 4.39686e-06 1.08722e-05 6.8032e-06 -5.11807e-06 -5.10043e-06 -3.56398e-06 -3.89565e-06 -4.36974e-06 -7.9178e-06 -7.43894e-06 5.88284e-06 5.58566e-06 4.74672e-07 -2.8227e-06 8.63082e-07 3.24325e-06 5.44388e-06 2.81992e-06 4.88892e-06 2.77275e-06 3.89115e-06 4.45349e-06 4.18491e-06 9.18317e-06 3.30014e-06 5.10347e-07 2.89491e-06 1.77402e-06 6.41871e-06 8.03835e-06 7.52176e-06 4.13869e-06 7.62172e-06 1.62953e-05 1.22495e-05 5.0901e-06 4.72416e-06 6.01869e-06 3.04355e-06 -9.85091e-07 3.11737e-06 5.34293e-06 7.58582e-07 3.53875e-07 1.20411e-06 5.9301e-06 6.89962e-06 5.47635e-07 4.55331e-08 -9.04093e-07 8.19967e-08 1.59686e-06 -3.06611e-06 -5.95803e-06 3.1994e-06 3.88443e-07 -7.9532e-07 2.58675e-07 -6.20685e-06 -6.73731e-06 2.68945e-06 -5.59254e-07 -4.69729e-06 -8.23022e-08 4.07544e-06 5.10972e-06 5.01664e-06 3.34323e-06 4.32037e-06 2.4167e-06 5.64519e-06 6.68487e-06 3.94222e-06 9.02289e-06 -6.88666e-07 1.25609e-06 6.86053e-06 2.68056e-06 8.92023e-06 1.06587e-05 1.1182e-05 5.40002e-06 7.62252e-06 2.76907e-05 2.226e-05 9.16666e-06 5.80741e-06 5.37698e-06 5.26253e-07 -2.38049e-06 3.18802e-06 1.32763e-06 -3.38351e-06 7.59452e-07 6.92084e-06 1.36371e-05 1.07919e-05 -3.62515e-07 -8.86125e-07 -3.37918e-06 -8.48061e-06 6.00151e-07 4.9093e-07 5.1366e-06 6.74273e-06 1.91688e-06 3.93022e-06 3.44097e-06 -3.61192e-06 -4.54767e-07 -3.95811e-06 -5.52117e-06 -8.49663e-07 4.44466e-06 8.28532e-06 6.59484e-06 3.80987e-06 2.80991e-06 9.59335e-07 8.08162e-07 5.70363e-06 9.95389e-06 7.51356e-06 2.96202e-07 -2.37099e-06 4.2749e-07 -1.25976e-06 1.60283e-06 1.38341e-05 1.17824e-05 4.0716e-06 4.22533e-06 1.42079e-05 4.19651e-05 3.32852e-05 1.3353e-05 5.44741e-06 2.98238e-06 -1.00696e-06 1.36791e-06 2.42366e-06 -3.77464e-06 -2.23375e-07 5.88438e-06 1.52132e-05 2.09506e-05 1.13314e-05 -3.68087e-06 -6.91907e-06 -1.59026e-05 -1.31603e-05 6.48943e-06 8.37328e-06 1.00349e-05 6.97814e-06 5.49836e-06 7.78346e-06 3.15088e-06 -2.3662e-06 4.35493e-07 -4.17709e-06 5.45433e-07 3.26704e-06 7.39619e-06 6.76354e-06 3.08335e-06 1.96103e-06 3.22117e-06 -1.09178e-06 -4.64025e-07 3.96091e-06 1.28802e-05 5.11783e-06 2.94706e-06 7.10843e-07 1.97167e-06 -2.11662e-06 2.76238e-07 1.83496e-05 1.18299e-05 3.00952e-06 7.05942e-06 2.12627e-05 4.55337e-05 3.16699e-05 1.01436e-05 4.50639e-06 1.44607e-06 -1.79401e-06 3.70177e-06 -3.97005e-06 -3.59522e-06 8.3821e-07 1.0647e-05 2.50766e-05 1.59895e-05 4.15695e-07 -6.36877e-06 -6.63127e-06 -1.05409e-05 7.59627e-06 1.72815e-05 1.2661e-05 9.57246e-06 4.68107e-06 6.41686e-06 4.58758e-06 -1.52492e-06 -1.94207e-06 -3.95271e-06 9.21842e-07 4.96122e-06 5.24016e-06 6.15256e-06 2.80172e-06 4.0488e-07 3.32337e-06 5.23322e-06 -5.05361e-06 -1.1249e-06 3.30188e-06 7.40937e-06 3.53518e-06 6.35717e-06 6.80809e-06 5.5803e-06 -9.86013e-06 2.86843e-06 1.78042e-05 1.69037e-05 7.74564e-06 1.02572e-05 2.31556e-05 3.65779e-05 3.92728e-05 6.62385e-07 3.95842e-06 4.21605e-07 -1.36538e-06 -7.61264e-08 -1.12831e-05 3.32074e-07 -1.90788e-07 8.65478e-06 1.33527e-05 -9.34004e-06 -5.07602e-06 -2.9614e-07 1.07278e-06 9.45982e-07 1.93865e-05 2.07467e-05 1.12766e-05 5.65306e-06 4.64875e-06 7.2965e-06 1.99133e-06 -5.65144e-06 -5.35285e-06 -4.86935e-06 4.81165e-06 6.39365e-06 4.39483e-06 3.2301e-06 3.2335e-07 1.10223e-06 7.63623e-06 3.66712e-06 -7.68337e-06 1.73656e-07 2.06013e-06 2.51222e-06 3.39872e-06 6.57232e-06 9.85013e-06 3.46805e-06 4.4482e-07 8.31387e-06 2.18009e-05 1.76671e-05 9.51438e-06 9.10045e-06 1.66629e-05 3.17034e-05 1.38088e-05 1.45768e-06 7.16815e-07 -4.39109e-07 -1.98689e-06 -8.0989e-06 -3.71081e-06 1.26487e-06 4.94914e-07 1.59398e-06 -3.02382e-06 -8.84331e-06 2.61306e-07 6.83262e-06 5.59788e-06 5.88898e-07 1.38055e-05 1.22262e-05 7.59327e-06 3.85379e-06 8.91145e-06 8.77954e-06 -1.47769e-06 -7.52344e-06 -1.14243e-05 1.46272e-06 6.21636e-06 5.54367e-06 2.60125e-06 8.56796e-07 -7.92768e-09 8.56125e-07 6.94461e-06 1.28973e-06 -2.55512e-06 3.31234e-06 1.63431e-06 5.01967e-06 1.46394e-06 9.91106e-07 4.65647e-06 6.86584e-07 -9.53919e-07 3.40071e-06 1.3493e-05 8.70836e-06 3.5167e-06 1.8094e-06 3.43594e-06 1.30094e-05 1.04414e-05 2.72471e-06 9.2923e-07 -6.99123e-07 -3.28255e-06 -2.15211e-06 4.02534e-08 2.03868e-06 1.56439e-06 1.05633e-06 -2.8546e-06 -4.63703e-07 5.23777e-06 8.41693e-06 4.72402e-06 -3.99214e-06 2.01256e-06 1.94966e-06 4.00774e-06 8.77972e-06 1.17685e-05 3.72645e-06 -3.88977e-06 -1.05534e-05 2.83518e-07 4.74275e-06 5.5153e-06 3.40754e-06 1.15441e-06 3.03975e-07 -5.83175e-07 -9.90289e-07 6.67224e-07 2.2016e-06 1.99241e-06 8.06319e-06 8.20776e-07 2.45836e-06 3.50047e-07 1.29064e-06 2.81465e-06 9.90844e-07 -1.66315e-06 2.89897e-06 9.27134e-06 3.59485e-06 -2.0691e-06 -2.52696e-06 8.97573e-07 9.14434e-06 7.65595e-06 3.50576e-06 2.01634e-06 -9.134e-07 -3.01538e-06 -2.25494e-06 3.83878e-07 1.60891e-06 1.37608e-06 5.19498e-07 -2.47017e-06 2.6092e-06 6.1674e-06 6.706e-06 3.29585e-06 -6.26589e-06 -8.27282e-06 -1.62704e-06 6.97909e-06 8.75615e-06 3.53381e-06 -3.15351e-06 -5.67219e-06 -1.18365e-06 2.74604e-06 5.54199e-06 3.31809e-06 1.39204e-06 6.74809e-07 3.5575e-07 -6.27225e-07 -1.21675e-06 5.05651e-07 5.38221e-06 9.80675e-06 4.20291e-06 -6.30608e-08 -1.0588e-07 7.65699e-07 2.29656e-06 3.20072e-06 1.30817e-06 -8.10386e-07 2.71371e-06 6.30935e-06 -1.27762e-06 -4.11718e-06 -3.63545e-06 1.0603e-06 3.59415e-06 2.68579e-06 1.7993e-06 1.12857e-06 -1.85497e-06 -4.20636e-06 -1.84647e-06 4.03901e-07 6.6081e-07 1.13068e-07 -1.7582e-06 -2.14286e-06 1.51124e-06 3.9387e-06 4.37308e-06 2.484e-06 -1.48801e-06 -1.47354e-06 2.21961e-06 4.3172e-06 1.2522e-06 -1.52723e-07 -3.30879e-07 -8.04872e-07 1.04953e-07 3.61331e-06 3.44901e-06 1.11409e-06 2.23812e-07 4.32571e-07 3.79436e-07 -2.68698e-07 -5.14371e-07 2.14216e-06 5.81142e-06 7.29764e-06 3.50569e-06 -3.03747e-07 6.93301e-07 2.19872e-06 3.17928e-06 2.66297e-06 1.61182e-06 4.44028e-07 2.18544e-06 1.51597e-06 -2.03813e-06 -1.44287e-06 -1.47752e-06 1.24292e-06 8.78267e-07 8.08793e-07 9.00189e-07 4.29127e-07 -1.54692e-06 -2.35767e-06 -6.92683e-07 1.32122e-07 -1.9592e-07 -1.48975e-06 -2.16642e-06 -1.11153e-06 6.74957e-07 1.73003e-06 1.85998e-06 1.14127e-06 4.41094e-07 7.93943e-07 1.53078e-06 1.00845e-06 8.58201e-07 1.30385e-06 7.79329e-07 -1.24141e-07 7.42603e-07 2.22191e-06 1.2743e-06 -1.62073e-07 -3.10906e-07 -1.76951e-07 -1.45436e-07 -1.50419e-07 6.73737e-10 1.11425e-06 1.86256e-06 3.649e-06 -1.81423e-06 6.80949e-07 2.315e-06 3.23461e-06 2.79365e-06 1.82177e-06 1.80764e-06 1.34438e-06 5.17502e-07 -1.33417e-06 3.08685e-07 2.5704e-07 -5.9246e-07 1.33929e-07 6.10428e-09 2.89276e-07 4.96646e-07 2.18076e-07 -3.99181e-07 -6.20738e-07 -2.60421e-07 -2.32342e-07 -9.82163e-07 -1.51408e-06 -1.34073e-06 -6.75249e-07 1.90053e-07 6.89011e-07 7.05138e-07 4.48392e-07 3.80821e-07 7.11101e-07 1.02702e-06 1.29307e-06 2.06771e-06 2.25407e-06 1.23197e-06 3.01818e-07 5.04394e-07 9.19926e-07 1.91443e-07 -4.90328e-07 -5.21812e-07 -4.50649e-07 -1.6399e-07 1.62674e-07 6.85435e-08 -9.88399e-08 3.16427e-07 2.88176e-07 6.03888e-07 2.29202e-06 3.45635e-06 2.88061e-06 1.78507e-06 1.1238e-06 1.64522e-06 9.46724e-07 -1.06512e-06 -2.74758e-08 8.28906e-07 -1.11386e-07 -6.88284e-07 -3.79377e-07 -6.79729e-08 2.44505e-07 3.89819e-07 2.61966e-07 2.58005e-08 -1.71497e-07 -2.45803e-07 -5.50655e-07 -9.30024e-07 -9.8904e-07 -9.08528e-07 -5.82229e-07 -1.40195e-07 1.4231e-07 2.30424e-07 2.03423e-07 3.46189e-07 7.93083e-07 1.27855e-06 1.70773e-06 1.92794e-06 1.52697e-06 7.0522e-07 8.60239e-09 1.37833e-07 3.50993e-07 4.93586e-08 -2.63207e-07 -3.69852e-07 -2.7144e-07 -6.13661e-11 2.0223e-07 1.81947e-07 -1.91432e-07 3.86346e-07 5.38588e-07 2.07546e-06 3.84261e-06 3.10162e-06 1.82561e-06 8.76476e-07 6.19818e-07 9.09751e-07 -3.92313e-08 -5.59415e-07 2.56777e-07 3.19103e-07 -3.46848e-07 -6.08246e-07 -4.25893e-07 1.62703e-07 3.35584e-07 3.19139e-07 1.8333e-07 -8.13766e-09 -1.80325e-07 -3.28705e-07 -5.18997e-07 -6.37606e-07 -6.71202e-07 -6.5797e-07 -5.13867e-07 -2.55518e-07 -1.87176e-08 1.14001e-07 1.79476e-07 4.16762e-07 9.15196e-07 1.29536e-06 1.33996e-06 1.111e-06 6.80883e-07 5.97915e-08 -3.05871e-07 -3.6713e-09 2.86332e-07 1.92734e-07 -5.00199e-08 -1.65847e-07 -1.02506e-07 4.13412e-08 1.87549e-07 3.56504e-07 5.54155e-07 6.86721e-07 1.38295e-06 3.01543e-06 3.12461e-06 1.79979e-06 8.66236e-07 3.42096e-07 2.77488e-07 2.42832e-07 -1.6589e-07 -1.85e-07 1.07487e-07 -6.13925e-09 -3.70332e-07 -4.01781e-07 -1.56525e-07 2.72674e-07 2.79538e-07 1.82039e-07 5.33187e-08 -8.81221e-08 -2.02738e-07 -2.76013e-07 -3.43592e-07 -4.10217e-07 -4.47108e-07 -4.57252e-07 -3.86902e-07 -2.0973e-07 -2.99482e-08 8.6043e-08 1.64879e-07 3.8213e-07 7.54473e-07 9.17061e-07 7.69736e-07 5.03006e-07 1.52293e-07 -2.32376e-07 -3.18221e-07 3.62166e-09 2.95814e-07 2.49928e-07 5.81047e-08 -3.46989e-08 -2.84938e-08 2.63407e-08 1.53829e-07 3.57868e-07 5.58361e-07 7.55652e-07 1.30816e-06 1.9826e-06 1.58589e-06 7.62207e-07 3.07934e-07 1.37447e-07 1.0035e-07 4.54697e-08 -7.53601e-08 -1.05442e-07 -6.73988e-08 -1.44778e-07 -2.40616e-07 -1.37441e-07 8.63361e-08 2.15676e-07 1.8738e-07 9.02602e-08 -4.55386e-09 -8.39018e-08 -1.38984e-07 -1.67125e-07 -2.09603e-07 -2.70524e-07 -3.03845e-07 -3.14437e-07 -2.65185e-07 -1.39701e-07 -1.62352e-08 6.38592e-08 1.11827e-07 2.43485e-07 4.6594e-07 5.52293e-07 4.32845e-07 2.32228e-07 5.66162e-11 -2.10151e-07 -2.34849e-07 8.87374e-09 2.49626e-07 2.34116e-07 8.66902e-08 9.70135e-09 -7.84725e-09 1.62555e-08 1.19991e-07 2.96113e-07 4.38727e-07 5.22953e-07 7.79258e-07 9.74355e-07 7.3455e-07 3.15616e-07 1.09502e-07 5.79795e-08 3.46833e-08 1.35736e-08 -3.8426e-08 -1.04787e-07 -1.18395e-07 -9.21793e-08 -7.27301e-08 -7.78635e-09 1.17087e-07 9.22219e-07 -9.67774e-08 -2.51748e-07 1.8914e-06 4.02978e-06 6.67304e-06 7.20656e-06 7.51742e-06 8.61819e-06 9.9911e-06 9.60233e-06 6.07386e-06 5.0487e-06 5.37878e-06 6.17008e-06 6.56415e-06 6.01241e-06 4.79399e-06 3.62682e-06 2.81812e-06 2.34176e-06 2.04392e-06 1.91661e-06 1.67298e-06 7.0068e-07 7.75426e-07 9.55129e-08 -2.57212e-06 2.7514e-06 8.11593e-07 8.5386e-07 2.52833e-06 -9.6317e-07 -2.41981e-06 5.78923e-06 5.3941e-06 4.0333e-06 6.75154e-06 6.3879e-06 2.76719e-06 6.16317e-07 7.87871e-07 5.63165e-07 -3.26304e-07 -6.88314e-07 3.07646e-07 7.51513e-07 5.42828e-07 1.40115e-06 1.40408e-06 2.87973e-06 1.4987e-06 2.16185e-06 5.56574e-06 1.02579e-05 1.55573e-05 1.66947e-05 1.40967e-05 1.08984e-05 8.8789e-06 7.45476e-06 3.09391e-06 1.07249e-06 2.19709e-06 3.25198e-06 3.92986e-06 3.74732e-06 3.17556e-06 2.9451e-06 3.55313e-06 4.07688e-06 4.00037e-06 1.78345e-06 1.11171e-06 2.31761e-06 3.84429e-06 3.64672e-06 -1.87723e-06 3.1254e-06 -5.09487e-07 -4.11746e-07 6.09761e-06 5.87002e-06 -1.3653e-07 8.48733e-06 1.06281e-05 6.70212e-06 2.90854e-06 3.0161e-06 3.64171e-06 3.2474e-06 1.69079e-06 6.79222e-07 9.74568e-07 3.41506e-06 6.5166e-06 7.62166e-06 6.27517e-06 3.76692e-06 2.05154e-06 4.99999e-06 4.33426e-06 4.09382e-06 8.32813e-06 1.50025e-05 1.9224e-05 2.03321e-05 1.82465e-05 1.54524e-05 1.35696e-05 1.12594e-05 5.56495e-06 5.89117e-07 4.60314e-06 4.69646e-06 2.80408e-06 1.32418e-06 1.34393e-06 4.28108e-06 5.43704e-06 2.97553e-06 3.72959e-06 4.31036e-06 2.91038e-06 3.00722e-06 4.94471e-06 2.77501e-07 -5.22825e-06 3.02829e-06 -2.60382e-06 3.4999e-07 5.18405e-06 6.62724e-06 2.60273e-06 6.70834e-06 9.47577e-06 7.44518e-06 4.7043e-07 -1.16294e-05 -1.70968e-05 -1.00388e-05 1.58126e-06 4.79796e-06 4.07469e-06 1.77351e-06 1.00785e-06 1.80477e-06 3.21856e-06 4.81215e-06 6.88161e-06 -2.91028e-06 -1.35685e-06 -2.61019e-06 1.15249e-05 2.48976e-05 1.94945e-05 1.32287e-05 7.73915e-06 6.32162e-06 1.01487e-05 1.37375e-05 1.12898e-05 3.41889e-06 7.89803e-07 2.22441e-06 2.53018e-06 1.5926e-06 9.68459e-06 1.17657e-05 4.80792e-06 -1.73222e-06 1.9902e-06 2.5008e-06 2.16789e-07 1.63866e-07 -7.07405e-07 -1.31285e-06 -6.86841e-06 -3.20769e-06 3.58227e-07 6.4016e-06 3.26134e-06 7.04514e-07 2.5406e-06 9.58892e-06 1.28194e-05 9.91589e-06 2.23213e-06 -1.87015e-05 -2e-05 -2e-05 -1.07774e-05 4.82289e-07 6.00105e-06 2.044e-06 -3.15885e-06 1.02768e-06 4.13308e-06 2.49669e-06 1.32364e-06 1.28907e-07 5.48544e-06 5.79119e-06 6.70596e-06 2.12368e-05 2.93311e-05 2.5442e-05 1.55344e-05 2.21778e-06 -2.87481e-06 9.58678e-06 1.5525e-05 1.1398e-05 1.31807e-06 3.56729e-06 3.40184e-06 4.98265e-06 2.32506e-05 2.0585e-05 -2.19089e-06 -3.47586e-06 3.75273e-06 4.18203e-06 1.70214e-06 1.41167e-06 -5.61295e-06 -6.60466e-06 4.78999e-06 6.09268e-06 9.54628e-06 2.46239e-06 -7.40359e-06 -6.35932e-06 4.26308e-06 1.44649e-05 1.53402e-05 5.22494e-06 -2.57192e-06 9.84051e-07 -3.39627e-06 -1.06475e-05 -1.43219e-05 -7.95131e-06 6.34878e-06 1.31712e-05 7.3723e-06 9.24921e-06 9.64515e-06 4.62234e-06 9.25881e-07 4.08617e-06 9.79876e-06 1.53378e-05 2.35547e-05 3.38659e-05 3.73166e-05 3.27062e-05 2.29527e-05 9.01197e-06 2.72074e-06 9.37305e-06 1.27741e-05 1.24293e-05 4.26696e-06 5.59985e-06 2.94403e-06 1.09495e-05 2.53481e-05 9.44591e-06 8.78364e-06 2.69877e-06 2.98132e-06 3.10602e-06 5.98569e-06 5.87167e-06 6.08653e-07 2.17778e-06 -2.53114e-06 -1.94287e-06 -6.03309e-06 -1.06273e-05 -7.86043e-06 2.57103e-06 9.3827e-06 1.36906e-05 1.14173e-05 -2.39368e-07 -6.06389e-06 -5.41084e-08 6.30721e-06 1.02759e-05 3.39988e-07 -5.51549e-06 1.48185e-05 1.89746e-05 7.40041e-06 9.20454e-06 1.19482e-05 1.2084e-06 -3.18179e-06 8.18134e-06 1.9375e-05 2.26673e-05 2.50443e-05 3.48476e-05 4.13551e-05 3.75844e-05 2.52663e-05 8.4149e-06 4.4557e-06 9.49522e-06 9.44957e-06 9.24563e-06 3.07656e-06 2.57458e-06 3.90181e-06 1.26165e-05 8.86516e-06 5.72605e-06 2.48786e-06 -1.81886e-06 8.80271e-06 1.18733e-06 9.38715e-06 6.87716e-06 2.55184e-06 -3.66535e-07 -1.32904e-06 -8.10578e-06 -1.62333e-07 2.07594e-06 2.17136e-06 7.56247e-06 1.52441e-05 1.7568e-05 1.56007e-05 1.29069e-05 4.3367e-06 -1.09523e-05 1.58314e-07 2.46934e-05 2.36469e-05 1.78852e-05 1.31501e-05 1.2545e-05 6.14028e-06 5.74717e-06 6.34489e-06 1.01508e-07 4.13548e-06 4.82857e-06 8.3894e-06 1.17842e-05 1.26062e-05 1.38871e-05 1.57655e-05 1.42188e-05 7.37782e-06 -2.75255e-06 6.65984e-06 9.15106e-06 7.09758e-06 4.24778e-06 2.14066e-06 2.21344e-06 4.72191e-06 1.27126e-05 1.10326e-05 3.92607e-06 -2.96e-06 -1.36715e-05 -6.00461e-07 4.70734e-06 1.22246e-05 8.44422e-06 3.60486e-06 8.86141e-07 6.07419e-06 2.79204e-06 2.75152e-06 1.15426e-06 3.26575e-06 1.16895e-05 1.45036e-05 4.65205e-06 3.38142e-06 1.17383e-05 6.11264e-06 1.09656e-05 2.18652e-05 2.05784e-05 1.62569e-05 1.58336e-05 1.1486e-05 3.84825e-06 6.873e-06 1.13027e-05 6.28199e-06 5.92242e-06 5.20944e-06 3.49424e-06 5.30778e-06 1.51137e-05 2.29502e-05 1.76931e-05 1.03243e-05 6.35374e-06 5.58843e-08 -1.47999e-06 6.5772e-06 1.01165e-05 8.43803e-06 2.29547e-06 8.01521e-06 6.82206e-06 -6.20261e-07 3.33302e-06 4.32477e-06 -1.88715e-06 -8.71991e-06 -8.41371e-06 -1.04734e-05 7.31333e-06 1.81978e-05 1.84433e-05 1.73479e-05 1.68096e-05 8.11531e-06 5.22136e-06 4.56572e-06 3.96942e-06 4.92011e-06 9.40236e-06 -1.80982e-06 -1.95964e-05 -1.17161e-05 2.54075e-06 6.07501e-06 1.29815e-05 2.04385e-05 1.43366e-05 1.35019e-05 2.51912e-05 1.59434e-05 -1.0156e-07 9.22397e-06 4.76499e-06 2.87403e-06 5.97465e-06 3.41901e-06 6.90362e-06 6.99592e-06 1.18242e-05 1.52843e-05 7.83535e-06 -1.0619e-06 -3.81215e-06 -6.44847e-06 -4.10219e-06 5.35648e-06 7.7445e-06 5.49183e-06 2.76601e-06 1.08644e-05 3.8182e-06 -1.30316e-06 2.65356e-06 7.01715e-06 5.86765e-06 -1.1657e-05 -1.83972e-05 -2e-05 1.27972e-05 2.89149e-05 2.45609e-05 1.37708e-05 1.99241e-05 1.16964e-05 9.57628e-06 9.17086e-06 1.08908e-05 1.01318e-05 -4.94966e-06 -2e-05 -2e-05 -3.99907e-06 4.83001e-06 7.60671e-06 9.61696e-06 1.22508e-05 4.38818e-06 9.05275e-06 1.90291e-05 1.02726e-05 -2.57293e-06 4.45809e-06 3.64457e-06 1.71697e-06 4.11197e-06 6.36235e-06 5.38373e-06 2.97369e-06 3.40759e-06 7.0204e-06 8.2659e-07 -4.96934e-06 -7.81674e-06 -1.18401e-05 -7.42601e-06 4.34727e-06 6.39212e-06 4.24256e-06 4.06557e-06 6.44968e-06 -1.05254e-06 -7.16508e-07 4.94363e-06 1.32647e-05 1.95123e-06 -2e-05 -2e-05 -2e-05 1.21947e-05 1.66364e-05 1.14536e-05 6.53705e-06 4.87509e-06 3.34489e-06 7.56857e-06 7.20531e-06 5.53769e-06 2.3795e-06 -1.0779e-05 -1.39356e-05 -6.37702e-06 1.27294e-06 8.55777e-06 1.26276e-05 1.47466e-05 1.03856e-05 4.9274e-06 7.55031e-06 1.02925e-05 4.95606e-06 -3.44894e-06 -1.79076e-06 -1.07188e-06 3.16454e-06 6.40195e-06 6.41481e-06 7.96263e-06 7.25153e-06 4.34146e-06 3.67454e-06 -2.22015e-06 -1.02298e-05 -1.29609e-05 -1.07337e-05 -1.29008e-07 8.68129e-06 1.13825e-05 7.17891e-06 4.15727e-06 3.86266e-06 -3.59236e-06 -8.77295e-06 -2.35697e-06 3.94998e-06 -4.21738e-06 -5.08311e-06 -8.48326e-06 -1.80952e-05 5.35901e-06 9.9857e-06 6.08617e-06 9.8618e-06 4.0009e-06 -4.18413e-06 5.9984e-07 2.77764e-06 2.67398e-06 -5.08118e-07 -1.65108e-06 -2.18784e-06 -1.28443e-06 3.14373e-06 1.11982e-05 1.53455e-05 2.55726e-05 1.07063e-05 9.36593e-06 7.83328e-06 4.14175e-06 1.86263e-06 -5.12037e-06 -1.02397e-05 -5.68161e-06 3.99701e-06 3.08967e-06 4.52468e-06 1.04139e-05 4.47298e-06 5.14478e-06 6.54475e-06 1.33002e-06 -6.32537e-06 -6.83625e-06 -1.34774e-06 4.97956e-06 1.11672e-05 1.19983e-05 4.48621e-06 1.23128e-06 1.81927e-06 9.75226e-07 2.65151e-06 3.459e-06 5.59457e-06 6.7933e-06 1.39903e-05 6.17319e-06 -5.11531e-06 5.95222e-06 -9.72439e-06 3.10322e-06 1.68003e-05 7.84021e-06 -3.38528e-06 -3.56058e-06 3.67595e-07 -1.08392e-06 -1.51749e-06 3.33172e-06 1.45239e-06 -1.61229e-06 2.39341e-06 7.74275e-06 1.23835e-05 2.23729e-05 1.0238e-05 1.05888e-05 7.92492e-06 6.03942e-07 -2.61896e-06 -3.00065e-06 -7.36657e-06 -6.80237e-06 6.08914e-06 1.47416e-06 6.2196e-06 6.32049e-06 2.20312e-08 5.14414e-06 4.67581e-06 -1.98081e-07 -4.87649e-06 -1.3119e-06 2.11175e-06 6.22425e-06 1.14213e-05 1.05397e-05 3.15224e-06 1.41024e-06 2.03971e-06 1.11712e-06 5.49412e-06 6.38063e-06 6.4401e-06 1.2912e-05 2.55325e-05 7.53563e-06 -2.68035e-06 -3.00905e-06 -1.3003e-05 4.99041e-06 1.61692e-05 1.83383e-06 -1.11728e-05 -7.14777e-06 -3.31758e-06 -1.59524e-06 4.76011e-07 6.80957e-06 6.0224e-06 2.83206e-06 1.47245e-06 -2.78691e-06 5.50182e-06 1.29596e-05 3.53853e-06 7.96291e-06 6.4468e-06 -1.48674e-06 -6.61535e-06 -7.73174e-07 -2.93907e-06 -5.82489e-06 -5.78155e-07 1.70688e-08 4.07422e-06 6.34646e-06 4.48379e-06 4.69064e-06 2.31894e-06 1.0976e-06 1.71779e-06 5.84937e-06 5.30069e-06 7.63692e-06 1.08898e-05 4.2226e-06 -9.96187e-07 5.89626e-06 4.13755e-06 2.18978e-06 6.4416e-06 9.20099e-06 1.26702e-05 1.62781e-05 1.7875e-05 7.84729e-06 8.85423e-07 -2.80723e-06 -5.47473e-07 1.37803e-05 9.47902e-06 -1.41883e-05 -1.17585e-05 -3.68642e-06 -1.43702e-06 -2.382e-06 9.99481e-07 5.21599e-06 3.52062e-06 5.55095e-06 4.16439e-06 5.02933e-07 1.04848e-06 4.55921e-06 3.0458e-06 7.08753e-06 6.594e-06 -7.07923e-07 -4.4022e-06 1.30641e-06 -4.05174e-06 -4.4409e-06 -1.17284e-06 -1.94853e-06 -3.04162e-06 6.74047e-06 5.60332e-06 3.99493e-06 2.47961e-06 2.83033e-06 2.59346e-06 3.56755e-06 4.91792e-06 5.72596e-06 -1.22525e-07 -3.00037e-06 1.32552e-06 1.12711e-05 6.93784e-06 4.74138e-06 1.2058e-05 9.19274e-06 8.77077e-06 1.58167e-05 1.82841e-05 9.75336e-06 5.69634e-06 2.98056e-06 7.98616e-06 1.54893e-05 -5.01818e-06 -2e-05 -1.42025e-05 -9.64862e-07 1.85508e-06 -4.05571e-06 -1.17013e-06 2.49533e-06 2.3929e-06 4.14999e-06 4.72312e-06 3.89543e-06 1.49788e-06 1.82781e-06 1.02449e-06 2.47184e-06 4.53472e-06 1.07966e-06 -2.92015e-07 1.87139e-07 -6.35765e-06 -4.07017e-06 -3.87169e-06 -6.45159e-06 -5.65385e-06 9.28314e-06 1.26274e-05 1.25122e-05 6.56819e-06 3.78975e-06 1.74563e-06 3.37449e-07 3.31782e-06 -4.10516e-07 -1.4552e-05 -3.17469e-06 4.6649e-06 1.36941e-05 9.02264e-06 3.27908e-06 3.75193e-06 3.98645e-06 5.35021e-06 1.74138e-05 1.71794e-05 1.31757e-05 9.84284e-06 7.26598e-06 1.06997e-05 1.37707e-05 -6.70768e-06 -2e-05 -1.33392e-05 9.94022e-07 3.65197e-06 -2.0691e-06 1.87108e-06 3.53703e-06 4.47818e-06 3.42298e-06 2.60286e-06 2.60004e-06 2.72023e-06 3.11416e-06 -2.3245e-07 -3.89062e-06 9.07677e-07 6.74683e-06 2.65927e-06 -3.8732e-06 -3.54088e-06 -5.28812e-06 -1.35339e-05 -1.47577e-05 -5.87779e-07 2.04336e-05 3.3321e-05 2.59968e-05 1.13308e-05 5.09895e-06 1.39943e-06 -6.06611e-07 2.18347e-06 -5.72758e-06 -1.65855e-05 4.03375e-07 7.3871e-06 1.18288e-05 9.11383e-06 -4.55349e-07 -8.92637e-06 9.99761e-06 2.60309e-05 2.51656e-05 1.93708e-05 1.55607e-05 1.20837e-05 9.67024e-06 9.61419e-06 5.48398e-06 -3.47091e-06 -8.02927e-06 -2.89022e-06 2.1538e-06 3.90435e-06 2.72493e-06 1.93776e-06 5.04842e-06 5.72876e-06 4.02183e-06 1.26008e-07 -8.51852e-07 1.78616e-06 4.72466e-06 5.3936e-07 -3.91559e-06 2.64689e-06 1.63498e-05 4.19935e-06 -6.05511e-06 -3.09518e-06 -6.96693e-06 -1.69361e-05 -1.22811e-05 8.01828e-07 4.48894e-05 4.9128e-05 3.23828e-05 1.48463e-05 5.40061e-06 5.0243e-07 1.50413e-06 2.34043e-06 -3.04009e-06 -1.55881e-05 3.34388e-06 6.88678e-06 9.73728e-06 9.60076e-06 -7.18248e-06 -1.53693e-05 1.10217e-05 2.57652e-05 2.42069e-05 1.65644e-05 1.31072e-05 1.03998e-05 7.39586e-06 2.82371e-06 -5.91183e-07 2.90571e-06 2.37719e-06 2.15918e-06 4.50616e-06 5.4877e-06 4.47466e-06 9.22694e-07 3.88485e-06 4.56627e-06 2.86018e-06 7.32822e-07 -1.30856e-06 1.513e-06 3.76568e-06 1.18261e-06 1.46662e-06 7.21353e-06 1.52068e-05 1.34622e-06 -3.77877e-06 -4.73463e-06 -6.02548e-06 -1.1895e-05 -9.97201e-06 2.51502e-06 4.88562e-05 4.91861e-05 3.28406e-05 1.52894e-05 2.59811e-06 9.9732e-07 3.82625e-06 7.72808e-07 1.46901e-06 -3.14932e-06 3.06727e-06 7.92059e-06 1.04993e-05 7.75838e-06 -1.08687e-05 -9.24835e-06 7.44715e-06 2.02079e-05 2.04007e-05 1.48338e-05 5.83377e-06 3.11771e-06 8.75117e-07 -3.76744e-07 3.28426e-06 3.90263e-06 2.72601e-06 3.60712e-06 4.03087e-06 4.7166e-06 2.76941e-06 1.60218e-07 3.06443e-06 3.35863e-06 2.71154e-06 3.26894e-06 -1.21947e-06 -2.59002e-07 9.94389e-07 2.3672e-06 5.3578e-06 7.05622e-06 9.6986e-06 -6.5457e-07 1.21731e-06 -3.32112e-06 -7.05838e-06 -1.25972e-05 -1.50337e-05 2.06865e-06 3.28902e-05 3.43878e-05 2.66695e-05 8.31807e-06 3.29581e-06 3.13245e-06 5.11487e-08 2.66771e-06 3.18802e-06 -1.74967e-07 4.97284e-06 8.35233e-06 8.95918e-06 1.49348e-06 -1.09432e-05 -2.02295e-06 7.51777e-06 1.65894e-05 1.55161e-05 4.40463e-06 -2.40518e-06 -6.69079e-07 3.41047e-07 3.37157e-06 2.77768e-06 2.84456e-06 3.7349e-06 3.18852e-06 2.69e-06 2.66427e-06 3.1658e-07 4.33039e-07 2.73749e-06 2.60871e-06 3.3468e-06 5.60123e-06 1.75849e-06 -1.66348e-06 1.57432e-06 6.06937e-06 5.9159e-06 6.23688e-06 9.64261e-06 7.42264e-06 2.96511e-06 -4.75217e-06 -1.50932e-05 -1.69201e-05 -1.20159e-05 4.05874e-06 2.02761e-05 2.62176e-05 1.80244e-05 4.99287e-06 7.15771e-06 1.55277e-06 1.01616e-06 4.88222e-06 -1.88484e-07 1.03941e-06 5.30023e-06 6.04368e-06 5.36287e-06 -7.04672e-06 -7.34333e-06 -3.95318e-08 5.47961e-06 8.58888e-06 3.89899e-06 -2.63203e-09 -2.57309e-06 -1.83563e-07 6.64507e-07 9.80521e-07 1.3268e-06 3.91298e-06 3.88018e-06 2.28156e-06 1.80649e-06 6.42897e-07 -7.61009e-08 9.3022e-07 1.62874e-06 9.70208e-07 3.76848e-06 7.37434e-06 3.45479e-06 -1.05832e-07 2.13798e-06 6.00748e-06 4.52317e-06 4.90886e-06 9.72693e-06 5.18875e-06 2.30384e-06 -7.32871e-06 -1.69593e-05 -1.54692e-05 -6.99877e-06 6.3215e-06 1.43626e-05 2.03745e-05 7.75283e-06 7.0987e-06 5.57592e-06 1.03169e-06 1.66565e-06 -4.73804e-08 -4.19935e-07 2.02231e-06 3.85895e-06 3.34149e-06 1.06681e-06 -8.38141e-06 -2.71736e-06 -3.36979e-08 1.39689e-06 2.40215e-06 2.39698e-06 7.03246e-07 -1.29337e-06 -6.87817e-07 1.07209e-07 -7.58405e-08 1.63019e-06 4.00349e-06 2.84037e-06 1.29324e-06 6.86196e-07 -2.81191e-07 5.95264e-07 4.95328e-07 5.09816e-08 3.55443e-07 4.04974e-06 8.50253e-06 1.5449e-06 5.62999e-07 1.48224e-06 3.48466e-06 2.69297e-06 2.1179e-06 5.65783e-06 6.40029e-06 2.58203e-06 -1.18266e-05 -1.88031e-05 -7.02394e-06 1.15071e-06 7.05176e-06 1.02471e-05 1.06716e-05 2.44661e-06 3.16672e-06 2.40418e-06 5.62086e-07 -1.02383e-06 -1.46071e-06 -6.91425e-08 1.74584e-06 1.88387e-06 5.01803e-07 -2.244e-06 -1.51761e-06 7.84113e-08 3.85993e-07 6.99226e-07 1.77036e-06 1.7693e-06 3.21163e-07 -2.40981e-07 1.13497e-07 -2.03132e-07 -5.83189e-07 9.73683e-07 2.15202e-06 1.12932e-06 -2.42343e-07 -5.51787e-07 -4.79297e-08 1.50536e-07 -2.38802e-07 -5.8817e-07 1.77361e-08 1.96453e-06 2.52758e-06 4.49193e-07 2.39207e-07 4.05748e-07 1.58104e-06 1.38274e-06 2.34498e-07 3.11609e-06 6.49323e-06 9.63587e-07 -1.63104e-05 -8.22055e-06 1.72075e-06 3.11722e-06 5.078e-06 6.1546e-06 3.2844e-06 1.69608e-06 1.97464e-06 1.8852e-06 -5.16834e-08 -1.80148e-06 -1.64544e-06 1.73294e-07 9.04044e-07 -2.45998e-08 -1.46012e-06 -1.17563e-06 -1.53791e-07 5.06026e-07 2.99277e-07 3.60318e-07 9.83258e-07 7.64654e-07 2.03111e-07 2.8432e-07 3.79665e-07 -3.31117e-07 -6.97142e-07 8.87751e-08 4.45246e-07 -7.46155e-07 -1.06683e-06 -4.36714e-07 -2.78121e-07 -3.70558e-07 -4.06727e-07 -4.54525e-07 -7.35116e-07 -2.71467e-07 1.64166e-07 -1.40582e-08 -3.13298e-07 1.01177e-07 9.23961e-07 4.42682e-09 -1.09886e-06 1.38344e-06 2.99095e-06 -4.2903e-06 -6.91336e-06 2.99996e-07 2.24799e-06 2.42257e-06 3.92699e-06 2.60273e-06 1.39445e-06 1.53833e-06 1.79466e-06 1.21426e-06 -6.03043e-07 -1.80266e-06 -9.11682e-07 2.74039e-07 2.8602e-07 -5.69179e-07 -1.08606e-06 -7.58028e-07 -9.02289e-08 1.29762e-07 -1.94685e-07 -1.30334e-07 3.16657e-07 3.81665e-07 3.5011e-07 4.63074e-07 2.08209e-07 -4.58227e-07 -8.45112e-07 -7.27178e-07 -9.43871e-07 -1.09907e-06 -6.63862e-07 -4.53571e-07 -4.89807e-07 -3.87064e-07 -1.52775e-07 -2.58035e-07 -8.86278e-07 -6.38726e-07 -4.61552e-07 -3.31617e-07 -2.14711e-07 3.12229e-07 6.05313e-08 -1.12062e-06 -1.11109e-06 6.18402e-07 -1.91457e-07 -1.84063e-06 -5.31288e-07 1.51558e-06 2.1933e-06 2.12301e-06 2.69787e-06 1.33939e-06 1.43207e-06 1.79021e-06 1.56008e-06 6.61172e-07 -5.43773e-07 -7.77173e-07 -5.5308e-08 3.72711e-07 5.71313e-08 -5.15607e-07 -7.5139e-07 -5.86106e-07 -2.78303e-07 -2.65125e-07 -4.26513e-07 -3.15757e-07 6.89755e-08 2.83569e-07 2.87255e-07 1.22038e-07 -2.98602e-07 -8.3968e-07 -1.08298e-06 -1.03613e-06 -9.62889e-07 -7.1031e-07 -4.45725e-07 -4.03553e-07 -3.71056e-07 -1.70927e-07 2.63022e-08 -2.31727e-07 -8.23293e-07 -7.30993e-07 -5.17501e-07 -6.18488e-08 3.87746e-07 1.64372e-07 -5.50963e-07 -1.05628e-06 -5.91538e-07 1.48282e-07 -6.08598e-07 -6.29592e-07 6.66166e-07 2.03475e-06 2.02818e-06 1.59826e-06 1.51858e-06 1.09504e-06 1.41963e-06 1.47396e-06 1.0551e-06 4.30535e-07 1.99218e-08 1.61298e-07 3.6385e-07 2.65791e-07 -6.12361e-08 -3.46258e-07 -4.23661e-07 -4.05518e-07 -2.97156e-07 -2.89757e-07 -3.34599e-07 -2.29062e-07 3.94207e-08 1.54193e-07 9.36554e-09 -2.87054e-07 -6.09873e-07 -8.25688e-07 -8.94885e-07 -8.44388e-07 -6.69467e-07 -4.06342e-07 -2.57389e-07 -2.33309e-07 -1.54416e-07 -3.27056e-09 5.26189e-08 -1.94124e-07 -4.80702e-07 -4.89882e-07 -4.9506e-08 4.51e-07 3.50105e-07 -1.05597e-07 -5.22208e-07 -6.44151e-07 -2.787e-07 -6.43368e-09 -2.01444e-07 2.2598e-07 1.31768e-06 1.84942e-06 1.40685e-06 9.53968e-07 9.11628e-07 7.70758e-07 9.25452e-07 8.33018e-07 5.76674e-07 3.54409e-07 3.17286e-07 3.78788e-07 3.45823e-07 1.75603e-07 -4.59989e-08 -1.52625e-07 -1.77922e-07 -2.2797e-07 -1.92171e-07 -1.7591e-07 -1.87641e-07 -1.31015e-07 5.35584e-09 1.0569e-08 -1.69437e-07 -3.67553e-07 -4.84585e-07 -5.40997e-07 -5.82375e-07 -5.31335e-07 -3.65348e-07 -1.90503e-07 -1.10048e-07 -8.45302e-08 -1.99508e-08 6.16537e-08 5.48046e-08 -8.87145e-08 -2.22588e-07 -6.68339e-08 2.54942e-07 3.08691e-07 7.19655e-08 -1.56834e-07 -3.15413e-07 -3.44228e-07 -1.32779e-07 6.18774e-08 1.67459e-07 5.72348e-07 1.14473e-06 1.18536e-06 7.46539e-07 4.90609e-07 5.54756e-07 4.78704e-07 5.26593e-07 4.33673e-07 3.02685e-07 2.24185e-07 2.26867e-07 2.61695e-07 2.26753e-07 9.61096e-08 -1.45086e-08 -5.91355e-08 -7.66013e-08 -1.32778e-07 -1.00108e-07 -8.8369e-08 -1.02591e-07 -9.06004e-08 -3.23661e-08 -4.36644e-08 -1.49872e-07 -2.49789e-07 -3.03864e-07 -3.43243e-07 -3.69398e-07 -3.20449e-07 -1.99845e-07 -8.47208e-08 -3.63766e-08 -2.0154e-08 1.74259e-08 6.08063e-08 5.12764e-08 -1.70107e-08 -6.65458e-08 4.30913e-08 2.03901e-07 1.34389e-07 -2.75613e-08 -1.21828e-07 -1.94073e-07 -1.98753e-07 -6.89316e-08 8.74822e-08 2.04634e-07 4.46839e-07 7.2649e-07 6.98251e-07 4.16126e-07 2.7201e-07 3.37102e-07 1.34388e-06 6.90265e-07 1.88752e-07 1.10224e-06 4.6204e-06 6.84309e-06 6.83066e-06 7.17416e-06 8.17986e-06 9.72586e-06 1.02868e-05 1.0183e-05 1.03224e-05 1.00656e-05 9.43805e-06 8.16944e-06 6.58087e-06 5.01593e-06 3.5084e-06 2.28011e-06 2.01653e-06 6.94348e-07 -1.93988e-07 1.17588e-06 2.00328e-06 6.10044e-07 -9.22113e-07 8.54144e-08 1.48053e-06 3.05079e-07 -8.54913e-07 -1.64181e-06 -1.65308e-06 1.45799e-06 5.35849e-06 2.83357e-06 2.59881e-06 4.90023e-06 4.01402e-06 6.35001e-07 -1.89527e-06 -2.05017e-06 -1.53791e-06 -6.75841e-07 6.00345e-07 1.29943e-06 3.93425e-07 3.45798e-07 2.46347e-06 2.64314e-06 -1.7425e-06 -7.71401e-07 6.31923e-07 2.5627e-06 3.80166e-06 4.6878e-06 5.66414e-06 5.47951e-06 4.61975e-06 4.17216e-06 3.83506e-06 3.18272e-06 3.41603e-06 3.98666e-06 4.65596e-06 5.12805e-06 4.81048e-06 4.30691e-06 4.03978e-06 4.05074e-06 4.44072e-06 1.48856e-06 -2.60792e-06 -8.60521e-07 3.19012e-06 4.47598e-06 1.90201e-06 2.0557e-06 2.04748e-06 -1.7044e-06 -1.50703e-06 -1.58755e-07 -1.38252e-06 7.16749e-07 9.06055e-06 6.34764e-06 1.26597e-06 1.46713e-06 2.90655e-06 -4.12179e-07 -2.61182e-06 -2.45059e-06 -6.0699e-07 2.79529e-06 5.58769e-06 6.14533e-06 4.14391e-06 1.29088e-06 -2.3725e-07 -1.60267e-06 -7.26237e-07 2.47191e-06 4.00329e-06 3.59552e-06 4.43132e-06 6.04837e-06 7.13883e-06 7.70773e-06 8.27012e-06 9.16899e-06 8.6571e-06 4.75599e-06 8.36672e-07 1.88481e-08 1.02754e-06 1.89501e-06 1.05962e-06 8.58222e-07 1.86775e-06 2.62193e-06 3.02744e-06 2.45042e-06 -5.28057e-07 -1.76241e-06 3.74314e-08 3.5826e-06 3.95287e-06 -1.43709e-06 3.85898e-07 -5.61353e-07 -7.75741e-07 1.21647e-06 -4.93861e-07 -3.47478e-06 7.61374e-06 8.29641e-06 2.71223e-06 -5.23859e-06 -4.2841e-06 -1.78826e-06 -9.79904e-07 1.44318e-06 4.3194e-06 7.47066e-06 9.28263e-06 7.57385e-06 3.68132e-06 1.74705e-06 1.74888e-06 6.94384e-07 -7.50261e-07 -1.73016e-07 2.76749e-06 1.28904e-05 1.51063e-05 1.45788e-05 1.36839e-05 1.06545e-05 8.9379e-06 1.01062e-05 1.16168e-05 1.01602e-05 5.79041e-06 2.34827e-06 3.32187e-06 3.58304e-06 1.86169e-07 -3.46573e-06 -4.90079e-07 -5.7087e-07 -7.78928e-07 1.76924e-06 2.78379e-06 3.87183e-06 3.8879e-06 3.90512e-06 -1.81419e-06 -3.32428e-06 -1.04143e-06 -8.21347e-06 -9.80483e-07 -4.77922e-07 -2.33767e-06 1.57544e-06 1.20614e-05 1.51255e-05 1.08436e-05 3.36752e-06 -7.48378e-07 -3.37319e-06 -5.71493e-06 8.64335e-06 1.0437e-05 8.23058e-06 4.82327e-06 1.60844e-06 3.55342e-06 4.38576e-06 1.82944e-06 9.36255e-07 -3.69259e-06 6.82926e-07 1.3552e-06 5.03405e-06 2.05169e-05 2.38044e-05 2.13047e-05 1.22894e-05 5.41236e-06 4.90588e-06 7.34492e-06 8.89898e-06 6.85615e-06 4.13362e-06 5.87633e-06 6.52845e-06 2.16654e-06 -1.08699e-06 5.0727e-06 -2.16345e-07 4.03108e-08 9.25479e-07 1.90812e-06 1.78303e-06 1.82623e-06 -2.59036e-06 -2.3842e-06 2.87376e-06 -3.49039e-06 -6.33026e-06 -1.95182e-06 -7.29087e-06 -4.09728e-06 6.09749e-06 1.36368e-05 1.24299e-05 3.74524e-06 -1.55719e-07 8.69669e-06 4.9906e-06 -3.51542e-06 -5.64534e-06 2.59479e-06 9.10415e-06 7.43632e-06 6.39568e-06 1.24043e-05 1.21869e-05 5.46851e-06 -5.06553e-07 -6.08497e-07 3.46997e-06 8.09376e-06 1.07774e-05 1.58721e-05 2.35057e-05 2.84834e-05 2.73133e-05 1.59685e-05 5.32086e-06 6.29163e-06 8.18623e-06 8.25593e-06 8.75054e-06 1.15664e-05 1.06498e-05 3.05381e-06 1.84292e-06 2.3397e-06 4.63668e-06 4.40861e-06 9.67344e-07 -2.06808e-06 4.04041e-06 3.60419e-06 1.02188e-06 7.26735e-07 8.62781e-07 -2.70124e-06 -5.39876e-06 -6.13674e-06 -7.08915e-06 -1.63358e-06 2.29244e-06 7.29168e-06 6.72773e-06 1.2199e-06 3.40212e-06 7.93484e-06 4.99571e-07 2.13201e-06 1.04872e-05 1.09479e-05 1.75708e-05 1.55758e-05 3.7878e-06 7.898e-06 8.79684e-06 2.69807e-07 -4.24835e-06 7.3269e-06 1.26565e-05 2.06451e-05 2.33929e-05 2.77258e-05 3.14631e-05 3.30061e-05 2.78265e-05 1.45526e-05 4.89786e-06 1.68999e-06 1.96196e-07 2.55137e-06 4.28315e-06 7.60763e-06 8.79256e-06 6.48111e-06 1.35712e-06 1.07997e-06 6.73052e-06 2.98687e-06 -1.6523e-06 -6.87888e-06 4.48845e-06 4.86468e-06 6.17152e-06 8.83381e-06 4.72032e-06 -1.74056e-06 -1.16317e-06 -1.72361e-06 -2.99667e-06 1.66e-07 6.06704e-06 7.55625e-06 7.05082e-06 8.73584e-06 3.78672e-06 -6.13416e-07 -6.39235e-06 1.40826e-06 2.25667e-05 2.97461e-05 2.21791e-05 1.63276e-05 6.71887e-06 2.33176e-06 -1.22017e-06 -3.03121e-06 4.5286e-07 2.19342e-05 3.19143e-05 2.39504e-05 1.69589e-05 2.06438e-05 2.47955e-05 2.48152e-05 1.85608e-05 6.12537e-06 2.46024e-06 1.56462e-06 2.66755e-07 1.81443e-06 -8.42027e-07 -9.66489e-07 -2.35942e-07 2.39036e-06 4.12128e-07 2.95944e-06 4.27657e-06 -3.92895e-06 -9.64744e-06 5.04939e-07 7.43811e-06 9.59725e-06 9.44983e-06 7.34805e-06 3.93638e-06 -5.03682e-07 1.59732e-06 3.33946e-06 3.76689e-06 5.3392e-06 2.50125e-06 1.12579e-06 6.3299e-06 4.5035e-06 7.95971e-06 5.86424e-06 8.95858e-06 1.36215e-05 3.69642e-05 3.76492e-05 2.17719e-05 5.19727e-06 1.95851e-06 2.54293e-06 8.19933e-07 3.5929e-06 7.06324e-06 8.46044e-06 7.83973e-06 8.79983e-06 1.46334e-05 9.658e-06 9.66471e-06 1.32548e-05 9.02599e-06 1.15863e-06 7.45697e-06 7.19969e-06 8.80349e-06 1.26873e-05 1.05425e-05 3.17523e-06 7.5204e-07 -1.25595e-06 -1.1853e-07 -4.72351e-06 -2.20867e-06 -6.33455e-06 -7.00238e-06 5.93477e-06 9.58056e-06 1.48865e-05 1.7672e-05 1.17694e-05 1.3236e-06 -5.16503e-06 -1.27587e-06 8.20733e-06 1.09654e-05 5.8321e-06 -1.67914e-05 -7.48768e-06 5.41789e-06 7.00115e-06 1.0074e-05 6.72768e-06 8.30888e-06 1.70187e-05 3.01384e-05 2.14609e-05 1.39363e-05 5.39857e-06 5.61074e-06 4.69625e-06 1.59925e-06 5.13528e-06 8.20297e-06 3.0407e-06 2.7427e-06 4.04683e-06 1.51334e-05 1.3301e-05 1.89788e-06 -1.65458e-06 -6.90113e-06 -1.04627e-06 9.17529e-06 4.02853e-06 6.25895e-06 1.26834e-05 1.68559e-05 8.75375e-06 6.3153e-06 1.51408e-05 5.6335e-06 1.29638e-06 -1.45684e-05 -8.58132e-06 -9.96377e-06 1.30781e-07 1.03301e-05 1.66144e-05 2.36635e-05 1.94082e-05 3.82619e-07 -5.51238e-06 -1.43963e-07 1.05162e-05 1.24325e-05 -5.68466e-06 -1.87978e-05 -1.25086e-06 7.65967e-06 6.71162e-06 5.77626e-06 5.88103e-06 1.07258e-05 1.60699e-05 1.88473e-05 2.68035e-06 1.54097e-07 3.65705e-07 5.41879e-06 5.2753e-06 8.52569e-07 5.47031e-06 6.72255e-06 3.9966e-07 -2.31366e-06 8.60826e-07 1.065e-05 8.82771e-06 -3.34972e-06 -1.38571e-05 -1.68587e-05 -3.92052e-06 7.7806e-06 5.51892e-06 7.16435e-06 1.35743e-05 1.50259e-05 5.69933e-06 1.52983e-05 1.4206e-05 5.61429e-06 4.08324e-06 -1.18997e-05 -7.23824e-06 -1.79062e-05 5.3294e-06 1.11529e-05 1.84933e-05 2.05682e-05 1.35558e-05 -3.15422e-06 -4.19665e-06 2.92811e-06 1.01405e-05 7.60888e-06 -3.55692e-06 1.62416e-06 8.56496e-06 8.0088e-06 4.72565e-06 3.70827e-06 7.21234e-06 7.71603e-06 1.0697e-05 1.02854e-05 4.64159e-06 4.92355e-06 -1.62768e-06 2.41458e-07 7.14059e-06 4.3582e-06 5.26719e-06 5.10135e-06 9.62748e-07 8.2567e-07 9.56873e-07 2.87568e-08 -3.71557e-06 -8.2363e-06 -1.55644e-05 -1.07433e-05 3.50265e-06 8.37941e-06 8.19121e-06 8.2059e-06 1.18818e-05 8.78414e-06 1.73937e-06 1.17002e-07 3.685e-06 -8.73199e-07 -1.73717e-06 3.32075e-06 -1.53907e-06 -4.93106e-06 9.32901e-06 2.19374e-05 3.12327e-05 3.12016e-05 4.14367e-06 -1.22992e-05 -5.74908e-06 5.03366e-06 1.03451e-05 6.91313e-06 6.03232e-06 1.16313e-05 7.79125e-06 3.85479e-06 2.46539e-06 4.23249e-06 8.18004e-06 8.07761e-06 3.43925e-06 8.46886e-07 3.33192e-06 1.18369e-05 1.40538e-06 -7.52052e-06 2.75992e-06 9.00505e-06 6.864e-06 5.39613e-06 -5.4783e-08 3.09911e-06 6.04075e-06 -2.01757e-06 -5.53133e-06 -3.26866e-06 -4.10788e-06 4.13334e-06 5.24811e-06 5.33696e-06 6.54779e-06 4.18241e-06 7.82194e-06 3.84742e-06 6.1676e-07 4.27566e-06 8.21001e-06 1.12997e-06 -9.88247e-07 5.45415e-06 8.0469e-06 4.36202e-06 1.24157e-05 7.58561e-06 1.81923e-05 1.15483e-05 -8.91907e-06 -2e-05 -1.25997e-05 -5.99911e-07 3.96021e-06 4.54286e-06 9.45032e-06 1.17744e-05 7.09251e-06 3.03587e-06 -1.63875e-08 5.29043e-06 1.24828e-05 1.20166e-05 3.35589e-06 1.221e-06 -6.42761e-07 2.54356e-06 1.25875e-06 -7.98906e-06 -2.31208e-06 1.12238e-05 6.89943e-06 3.11404e-06 -4.8526e-06 3.92451e-06 1.01723e-05 2.57973e-06 -9.05986e-07 -1.83534e-07 2.40745e-06 5.14522e-06 3.34876e-06 3.54293e-06 6.81626e-06 5.60418e-06 6.16031e-06 1.15664e-06 5.35094e-08 5.04896e-07 2.17315e-06 -6.13379e-07 8.68002e-07 1.12047e-05 1.86049e-05 8.57646e-06 2.44902e-06 -1.32118e-06 1.76333e-05 1.1427e-05 -9.7778e-06 -1.58445e-05 -1.74404e-05 -8.46282e-06 -4.43032e-08 1.75326e-06 8.3041e-06 1.25085e-05 1.07156e-05 3.33086e-06 -2.93118e-06 1.87433e-06 8.68378e-06 6.37723e-06 4.47249e-06 4.69825e-06 1.23275e-06 -3.65866e-06 -2.81953e-06 -5.72506e-06 -6.20091e-06 1.82612e-06 4.94335e-06 5.15383e-06 2.17637e-06 9.60146e-06 8.23172e-06 1.00302e-05 9.71e-06 1.09385e-06 3.39375e-06 5.77262e-06 3.14694e-06 4.69541e-06 6.18593e-06 -5.48492e-07 2.06837e-06 6.37605e-07 1.17715e-06 1.56103e-07 1.72988e-06 8.33066e-07 3.46328e-06 1.70566e-05 1.64639e-05 6.91967e-06 3.50075e-06 7.21801e-06 2.34251e-05 1.1226e-05 -1.05805e-05 -6.21789e-06 -6.65267e-06 -3.41246e-06 1.81466e-06 5.26416e-07 3.26809e-06 1.1938e-05 1.12872e-05 -1.8469e-06 -6.66519e-06 7.9246e-07 4.07114e-06 4.14224e-06 6.74971e-06 7.7913e-06 3.08693e-06 -2.50394e-06 -9.10062e-07 -3.80295e-06 -4.61803e-06 -3.47547e-06 2.72231e-06 4.46552e-06 1.99499e-06 4.1506e-06 4.10736e-06 5.82815e-06 1.99135e-06 5.03222e-07 5.66122e-06 6.8824e-06 2.08468e-06 1.32408e-06 -5.34837e-06 -5.39592e-06 1.82257e-06 2.92397e-06 3.77419e-06 3.07764e-06 -8.31008e-08 -1.02516e-05 1.24667e-05 2.04631e-05 1.39301e-05 7.30059e-06 1.09786e-05 1.41245e-05 1.07915e-05 -5.01451e-06 -1.71386e-05 -3.03269e-06 1.15124e-06 1.18184e-06 -3.51937e-07 -8.83129e-07 2.41435e-06 7.75198e-06 5.56255e-06 -3.8486e-06 2.0376e-06 4.06568e-06 2.80817e-06 4.36285e-06 7.68098e-06 8.12967e-06 4.42762e-06 1.26431e-07 2.35184e-06 -3.70126e-06 -5.9988e-06 -3.77778e-06 -4.71276e-06 -6.12906e-06 2.32704e-06 9.25095e-06 7.82678e-06 5.46562e-06 8.3345e-07 8.45737e-07 6.88588e-06 6.94648e-06 1.30697e-06 -5.5456e-06 -9.16218e-06 -6.13754e-06 3.39603e-06 5.51044e-06 2.87743e-07 2.16547e-06 3.153e-06 4.38792e-06 1.59575e-05 1.66512e-05 1.07632e-05 8.82245e-06 1.11557e-05 9.296e-06 7.50323e-06 -1.47184e-05 -2e-05 -2.88702e-06 4.57049e-06 4.68095e-06 5.86295e-09 5.0582e-07 4.68146e-06 5.81357e-06 3.90705e-06 -3.00757e-06 1.2101e-06 1.93729e-06 2.62925e-06 5.46757e-06 6.03844e-06 6.56199e-06 6.69793e-06 3.8795e-06 3.23274e-06 -7.70182e-07 -2.59721e-06 -2.90341e-06 -1.54334e-05 -2e-05 -2.05386e-06 1.81e-05 1.56625e-05 7.78117e-06 1.18123e-06 7.40462e-07 4.77055e-06 4.20519e-06 1.49904e-06 -7.9822e-06 -5.2704e-06 -1.72591e-06 5.45308e-06 4.77326e-07 -1.71521e-05 1.6795e-06 3.67745e-06 8.28545e-06 1.44119e-05 1.27635e-05 9.24465e-06 7.85838e-06 7.58016e-06 6.68278e-06 1.07196e-05 6.29429e-06 -1.78726e-06 2.84134e-06 6.40703e-06 5.87273e-06 2.80468e-06 2.67357e-06 5.76261e-06 7.75974e-06 7.08968e-06 7.47443e-07 1.73618e-06 5.73399e-07 1.39699e-06 3.99075e-06 3.39716e-06 3.65458e-06 5.88704e-06 4.03466e-06 2.21108e-06 5.65607e-07 -4.31687e-06 -3.72428e-06 -1.99198e-05 -2e-05 1.12504e-05 1.98507e-05 1.86521e-05 1.06045e-05 1.32657e-06 1.67975e-06 3.60503e-06 2.14172e-06 3.34801e-06 -3.87154e-06 -1.82081e-06 -2.14223e-07 3.89067e-06 -1.34716e-05 -2e-05 5.19756e-06 9.45261e-06 1.04043e-05 1.09472e-05 9.13342e-06 6.3302e-06 5.16325e-06 4.68227e-06 4.86349e-06 1.19405e-05 1.04131e-05 4.69304e-06 3.88128e-06 4.87562e-06 4.12237e-06 2.00184e-06 2.39703e-06 6.62847e-06 9.3296e-06 9.73069e-06 8.46542e-06 5.2704e-06 1.98481e-06 1.00711e-06 4.58588e-07 -4.042e-06 -6.525e-06 2.2458e-06 4.0498e-06 2.24472e-06 -1.65081e-06 -2.74682e-06 -5.87219e-06 -2e-05 -2e-05 1.42332e-05 1.54407e-05 1.66278e-05 9.43551e-06 1.89434e-06 4.61612e-06 2.33186e-06 7.13442e-07 4.60543e-06 6.36688e-07 -2.6031e-07 1.05152e-06 1.27554e-06 -2e-05 -7.61435e-06 1.25075e-05 1.34909e-05 9.31154e-06 6.57096e-06 4.68154e-06 1.78836e-06 1.18532e-07 -5.02026e-07 4.66771e-06 7.3622e-06 4.42073e-06 2.73521e-06 2.07367e-06 2.31129e-06 1.56378e-06 6.47024e-07 2.7e-06 7.42514e-06 8.76002e-06 1.13199e-05 1.7152e-05 9.95006e-06 -3.81835e-07 1.25344e-06 1.20913e-06 -6.62459e-06 -8.31248e-06 -3.06403e-07 6.26478e-06 3.00697e-06 -1.75039e-06 -8.84405e-08 -8.23954e-06 -2e-05 -2.62732e-06 1.28847e-05 1.10871e-05 9.11664e-06 2.39717e-06 4.82904e-06 4.57865e-06 1.52958e-06 1.00729e-06 6.92011e-06 9.30549e-07 9.05709e-07 1.81601e-06 -3.74658e-06 -2e-05 1.20979e-06 1.62954e-05 1.30004e-05 5.60777e-06 2.09078e-06 -1.03312e-06 -2.80096e-06 -3.09995e-06 1.49374e-08 6.79495e-06 5.3907e-06 2.21222e-06 1.32824e-06 7.25608e-07 9.30166e-07 3.76274e-07 5.28243e-07 2.93454e-06 7.6724e-06 5.28842e-06 1.02596e-05 1.86206e-05 7.15333e-06 -2.928e-06 -3.18062e-07 -7.706e-07 -6.11273e-06 -3.80653e-06 3.61294e-06 8.04287e-06 4.18787e-06 -3.76236e-07 -8.21975e-06 -1.67535e-05 -8.16436e-06 1.0598e-05 1.02933e-05 7.55244e-06 3.62349e-06 2.15365e-06 5.00404e-06 4.39829e-06 3.98752e-07 3.5193e-06 6.00467e-06 1.33599e-06 1.89638e-06 2.7095e-08 -1.33763e-05 -2e-05 4.79044e-06 1.21299e-05 8.90677e-06 2.84927e-06 -3.19558e-06 -3.17109e-06 -2.15153e-06 -1.42639e-06 2.08113e-06 6.47004e-06 3.08479e-06 1.36318e-06 1.06516e-06 3.24439e-07 9.33611e-07 1.00046e-06 1.9804e-06 3.23575e-06 5.53428e-06 -1.05282e-06 7.22249e-06 1.59805e-05 3.757e-06 -3.72735e-06 -1.40588e-06 -2.35572e-06 -3.61436e-06 1.20441e-06 2.228e-06 6.6389e-06 3.28401e-06 -4.88498e-07 -1.29346e-05 -5.05138e-06 3.55086e-06 1.35616e-05 6.30599e-06 4.3616e-06 2.02602e-06 3.35465e-06 6.26878e-06 3.73807e-06 6.50001e-07 6.65043e-06 1.65791e-06 2.60957e-06 9.85121e-07 -3.49115e-06 -1.17365e-05 -6.28845e-06 3.16338e-06 4.81614e-06 2.53867e-06 -8.72222e-07 -2.20738e-06 -6.93992e-07 -6.87511e-09 7.10831e-08 1.24522e-06 2.9241e-06 1.71344e-06 1.83621e-06 1.29021e-06 4.68453e-07 1.11349e-06 2.51203e-06 3.03624e-06 2.84407e-06 7.6997e-07 -3.44184e-06 3.46766e-06 1.81852e-06 5.48673e-07 -4.46606e-07 -2.60522e-07 -3.83548e-07 3.59659e-07 1.13518e-06 1.4925e-06 2.85061e-06 6.91e-07 -2.14646e-06 -2.37776e-06 1.31703e-06 5.84323e-06 9.02685e-06 3.48981e-06 2.4548e-06 2.1042e-06 3.9174e-06 5.16883e-06 1.54401e-06 1.90503e-06 1.987e-06 1.05812e-06 2.4414e-06 -3.51124e-07 -3.17577e-06 -4.0562e-06 -1.39889e-06 2.16548e-06 2.46711e-06 1.06234e-06 -7.73887e-07 -1.20437e-06 2.32262e-08 3.89074e-07 -3.33761e-07 -1.40454e-06 -2.95932e-07 1.38233e-06 1.88355e-06 8.95557e-07 3.63253e-07 1.19928e-06 2.49668e-06 2.6187e-06 1.52329e-06 -1.3674e-06 -2.01203e-06 -8.3465e-08 4.67676e-07 6.12739e-07 2.28515e-07 -2.3699e-07 2.2714e-07 8.60747e-07 5.12099e-07 9.12023e-07 1.02148e-06 -4.44821e-07 -2.71963e-06 -4.76999e-07 2.32836e-06 3.02289e-06 4.35659e-06 2.46454e-06 1.81345e-06 1.56322e-06 2.01888e-06 1.73465e-06 3.66618e-07 5.23113e-07 2.52663e-07 1.54751e-06 1.83776e-06 -9.21007e-08 -1.67483e-06 -1.98952e-06 -1.0202e-07 2.25112e-06 2.1563e-06 9.16023e-07 -3.36658e-07 -6.4587e-07 -1.83952e-07 -2.09376e-07 -1.15127e-06 -2.37652e-06 -1.19289e-06 2.45631e-07 3.92892e-07 2.56344e-07 5.59201e-07 1.05116e-06 1.34173e-06 1.09873e-06 2.01991e-07 -1.05566e-06 -7.53387e-07 6.65043e-08 6.62491e-07 3.82665e-07 -2.83558e-07 -3.47969e-07 4.96014e-07 5.18519e-07 1.4218e-07 2.88007e-07 -5.28748e-07 -2.10611e-06 -1.96934e-06 6.29981e-07 1.2016e-06 1.76007e-06 2.78287e-06 1.64721e-06 9.51401e-07 2.91747e-07 1.63902e-07 2.03125e-07 2.86346e-07 3.96321e-07 9.3967e-07 1.98054e-06 1.68449e-06 9.78451e-08 -9.68383e-07 -1.01017e-06 3.12382e-07 1.68152e-06 1.35137e-06 5.7486e-07 -1.11932e-07 -3.97512e-07 -3.37211e-07 -4.05433e-07 -9.5939e-07 -1.16625e-06 -2.89636e-07 2.61053e-07 3.81189e-07 3.98457e-07 3.8857e-07 2.22574e-07 9.77443e-08 6.28843e-08 -1.51296e-07 -4.35897e-07 -1.6847e-07 5.31827e-07 4.08744e-07 -1.8182e-07 -5.56363e-07 -1.65755e-07 3.50517e-07 2.44077e-07 4.74529e-08 -1.90293e-07 -1.13143e-06 -1.39835e-06 -2.78822e-07 9.46082e-07 1.23081e-06 1.56292e-06 2.1022e-06 8.43774e-07 3.48617e-07 5.19911e-08 4.1325e-08 2.19546e-07 4.90995e-07 8.25371e-07 1.47754e-06 1.89483e-06 1.05932e-06 -7.36046e-08 -6.14349e-07 -5.17963e-07 2.58667e-07 8.18929e-07 5.5762e-07 1.83215e-07 -1.57475e-07 -3.5112e-07 -3.76164e-07 -3.95525e-07 -4.63926e-07 -3.19941e-07 1.10851e-07 3.61754e-07 3.31857e-07 7.14756e-08 -1.1622e-07 -2.84183e-07 -2.9257e-07 -9.00124e-08 -4.50004e-08 -1.4002e-07 2.41162e-07 1.63966e-07 -8.14026e-08 -4.60368e-07 -4.7645e-07 -9.12276e-08 2.25969e-07 2.676e-07 2.41881e-08 -4.16753e-07 -8.35036e-07 -4.56091e-07 5.19915e-07 1.32879e-06 1.27952e-06 1.14419e-06 1.20857e-06 4.24816e-07 1.80658e-07 7.29482e-08 1.19557e-07 3.55594e-07 6.61263e-07 9.58786e-07 1.19124e-06 1.02446e-06 3.75189e-07 -2.05382e-07 -4.28184e-07 -3.05455e-07 8.70431e-08 2.78921e-07 7.68261e-08 -1.48138e-07 -3.46814e-07 -4.72903e-07 -4.55101e-07 -3.63915e-07 -2.75141e-07 -1.32871e-07 6.8142e-08 9.60727e-08 -7.92253e-08 -2.72131e-07 -2.9419e-07 -2.81574e-07 -1.70823e-07 -3.43283e-09 -1.30475e-08 -9.66588e-08 -1.42419e-07 -2.10718e-07 -3.52568e-07 -4.31345e-07 -3.49772e-07 -5.30023e-08 2.4939e-07 2.78588e-07 -2.25754e-08 -3.28364e-07 -3.27036e-07 1.55636e-07 9.23575e-07 1.26461e-06 8.70066e-07 5.97065e-07 6.06873e-07 2.27161e-07 8.23583e-08 3.87462e-08 1.06359e-07 2.79596e-07 4.54656e-07 5.26202e-07 5.539e-07 3.96119e-07 7.72669e-08 -1.95737e-07 -2.97229e-07 -2.11113e-07 3.12277e-09 1.10677e-07 -6.43701e-08 -2.32037e-07 -3.60071e-07 -4.08749e-07 -3.52258e-07 -2.71369e-07 -2.21118e-07 -1.67504e-07 -1.07667e-07 -1.59883e-07 -2.85329e-07 -3.22298e-07 -2.36614e-07 -1.54078e-07 -6.41669e-08 -3.71681e-09 -9.00271e-08 -2.48757e-07 -3.49805e-07 -3.50282e-07 -3.17649e-07 -3.01277e-07 -2.37794e-07 -2.02411e-08 1.96787e-07 1.83156e-07 -1.98987e-08 -1.35962e-07 -5.50192e-09 3.47908e-07 7.50758e-07 7.58863e-07 4.17765e-07 2.62738e-07 3.22667e-07 1.45328e-07 4.63118e-08 1.90959e-08 6.12363e-08 1.55647e-07 2.36649e-07 2.37017e-07 2.25714e-07 1.72311e-07 1.43066e-08 -1.38227e-07 -1.80104e-07 -1.18345e-07 -2.30567e-09 8.20644e-08 -5.58884e-08 -1.60417e-07 -2.18611e-07 -2.34823e-07 -2.06496e-07 -1.75051e-07 -1.6596e-07 -1.57904e-07 -1.42069e-07 -1.73733e-07 -2.27895e-07 -2.16633e-07 -1.45056e-07 -8.51791e-08 -3.86372e-08 -2.90794e-08 -1.23646e-07 -2.73389e-07 -3.31175e-07 -2.81479e-07 -2.34556e-07 -2.16833e-07 -1.66706e-07 -8.74769e-09 1.31836e-07 1.15631e-07 -6.26751e-09 -5.22359e-08 5.54884e-08 2.64533e-07 4.53956e-07 4.03757e-07 1.94897e-07 1.18856e-07 1.92913e-07 1.15181e-06 1.61102e-06 2.00233e-06 1.05304e-06 1.28332e-06 5.42694e-06 3.78163e-06 4.2555e-06 6.96641e-06 9.7666e-06 1.04825e-05 9.83634e-06 9.02537e-06 8.08422e-06 6.86062e-06 5.27346e-06 3.74486e-06 2.61276e-06 1.75863e-06 7.28388e-07 -6.44962e-07 -2.97869e-07 1.10073e-06 2.26848e-06 1.22091e-06 -4.75463e-07 -5.30083e-08 9.31178e-07 1.17451e-06 6.03148e-07 -1.48372e-06 -2.81599e-06 -1.73735e-06 1.49793e-06 4.08372e-06 4.78199e-06 5.82677e-06 6.09325e-06 4.19141e-06 8.07334e-07 -2.35236e-06 -4.13596e-06 -3.35713e-06 -1.54379e-06 -2.76278e-08 5.17653e-08 -1.76842e-07 1.37102e-07 8.2278e-07 1.22134e-06 1.29339e-06 2.21193e-06 1.66512e-06 7.80854e-07 1.29593e-06 1.13761e-06 2.38074e-06 3.55541e-06 3.75725e-06 3.85592e-06 4.6334e-06 5.80407e-06 6.60349e-06 6.48063e-06 5.45837e-06 3.97253e-06 2.92497e-06 2.73261e-06 2.68196e-06 1.75708e-06 5.14995e-07 -1.02662e-06 -1.25479e-06 -7.47475e-07 6.72122e-07 1.43091e-06 3.59203e-07 3.4264e-07 -3.57451e-07 -1.49173e-06 -1.95563e-06 -3.73937e-06 -3.14135e-06 2.0958e-06 8.31422e-06 6.23461e-06 4.22739e-06 4.66932e-06 1.33867e-06 -3.89672e-06 -6.14166e-06 -5.60794e-06 -2.85689e-06 1.2554e-06 2.77591e-06 2.75376e-06 1.33878e-06 -2.72342e-06 -1.14666e-06 2.84036e-07 1.6149e-06 2.25324e-06 1.40987e-06 6.11424e-07 9.57424e-07 2.09726e-06 3.74172e-06 5.34542e-06 6.08125e-06 5.65822e-06 4.42883e-06 3.59466e-06 3.57768e-06 3.75085e-06 2.6994e-06 1.33364e-06 4.36263e-07 1.8755e-07 2.74285e-07 8.61954e-07 1.31671e-06 2.23805e-07 -2.85103e-07 5.5743e-07 2.27079e-06 2.76291e-06 -6.67992e-07 -1.85113e-06 -1.26522e-06 -2.18004e-06 -2.02263e-06 -2.40955e-06 -5.1447e-06 6.63107e-07 1.28766e-05 8.18315e-06 1.15825e-06 -9.96006e-07 1.21625e-06 1.02365e-07 -5.75645e-07 -2.57844e-06 1.38448e-06 5.80303e-06 8.11327e-06 7.36907e-06 4.1144e-06 1.21506e-06 8.64859e-07 4.60455e-07 3.77604e-06 4.12712e-06 3.37904e-06 3.34879e-06 5.91609e-06 8.84827e-06 1.14244e-05 1.27261e-05 1.25441e-05 1.1673e-05 1.02618e-05 8.14156e-06 5.82781e-06 3.76628e-06 2.65713e-06 1.05312e-06 -1.80323e-06 -3.60744e-06 -3.10057e-06 -1.37345e-06 -3.76439e-07 -4.24525e-07 1.41786e-08 5.01964e-07 2.59936e-06 3.0726e-06 -1.01826e-06 -6.37814e-07 -3.83041e-06 -6.56851e-06 -5.30483e-06 -1.27652e-06 -3.49255e-06 3.87406e-06 1.08738e-05 1.13012e-05 5.88961e-06 -1.9995e-06 -1.61157e-06 3.59626e-06 5.53893e-06 7.07719e-06 9.38419e-06 1.01934e-05 9.63587e-06 7.43764e-06 5.20622e-06 3.75526e-06 3.24358e-06 4.08328e-06 6.39578e-06 1.00236e-05 7.10291e-06 4.05898e-06 1.12287e-05 1.48099e-05 1.52173e-05 1.39893e-05 1.34668e-05 1.33165e-05 1.28292e-05 1.19762e-05 1.08082e-05 8.78915e-06 6.47448e-06 4.15341e-06 2.36363e-09 -1.94055e-06 1.34928e-07 1.88806e-06 2.55266e-06 3.33798e-06 4.73434e-06 2.63745e-06 2.30872e-06 1.81124e-06 8.42749e-07 -4.61157e-07 -4.59706e-06 -8.03293e-06 -2.71304e-06 -4.09231e-06 -3.98673e-06 4.66219e-06 1.12285e-05 1.41136e-05 8.47201e-06 8.70496e-07 3.96383e-07 1.08129e-05 1.65439e-05 8.43123e-06 7.98277e-06 6.65364e-06 2.93697e-06 5.44442e-06 8.98035e-06 7.44342e-06 3.65752e-06 6.93162e-07 9.53025e-06 1.18449e-05 8.59262e-06 5.26736e-06 9.42812e-06 1.60854e-05 1.81668e-05 1.38738e-05 9.04972e-06 9.94186e-06 1.35641e-05 1.59224e-05 1.55056e-05 1.24713e-05 9.59114e-06 6.13306e-06 1.50773e-06 -4.39456e-07 2.50326e-06 4.02773e-06 4.26254e-06 5.51008e-06 3.53677e-06 8.11674e-07 1.16369e-06 5.57628e-08 3.03861e-06 1.78607e-06 -7.38527e-07 -1.35637e-06 -2.60719e-06 -3.6138e-06 2.08956e-06 5.41033e-06 7.67635e-06 9.77847e-06 7.5138e-06 -1.1527e-06 2.4053e-06 6.27563e-06 7.39667e-06 1.84075e-05 1.7574e-05 1.18178e-05 5.60525e-06 1.29803e-06 2.27926e-06 3.07733e-06 6.51802e-07 3.16753e-06 1.3035e-05 1.22891e-05 8.94095e-06 6.41349e-06 8.22963e-06 1.5997e-05 2.26258e-05 2.01774e-05 1.21455e-05 8.71937e-06 9.20512e-06 1.15104e-05 1.30756e-05 1.09866e-05 7.29216e-06 2.72423e-06 -1.891e-06 -3.54459e-06 -4.08869e-07 2.80741e-06 5.55884e-06 8.09329e-06 -6.85761e-07 1.13158e-06 1.93304e-06 2.98545e-06 5.61826e-06 2.86969e-06 -1.68302e-06 -3.98189e-07 3.15867e-07 2.05031e-06 2.12584e-06 8.05938e-07 2.18413e-06 4.72804e-06 -2.59222e-06 -9.02358e-06 5.44869e-06 9.20974e-06 -5.88685e-07 2.40715e-05 2.55071e-05 1.72307e-05 9.41875e-06 3.51482e-06 1.78058e-06 1.59143e-06 5.87029e-06 6.92059e-06 1.16044e-05 7.49625e-06 5.32786e-06 7.35758e-06 9.64212e-06 1.17661e-05 1.28539e-05 9.74582e-06 3.44383e-06 2.48214e-06 1.40445e-06 3.90693e-06 8.86178e-06 8.50728e-06 5.24333e-06 -2.79898e-07 -9.12346e-06 -8.8168e-06 -4.69744e-06 -5.64364e-07 -3.39332e-07 -3.25946e-06 1.06534e-06 3.39353e-06 3.35377e-06 2.56769e-06 4.95338e-06 2.17883e-06 -2.99259e-06 -1.41e-06 -1.21247e-06 2.48899e-06 8.79234e-07 1.15761e-06 2.35079e-06 2.6286e-06 -3.68113e-06 -3.74323e-06 1.04928e-05 2.17264e-05 2.18103e-05 3.57188e-05 3.25501e-05 1.51234e-05 -6.00446e-07 -1.66536e-06 4.73415e-06 7.49625e-06 8.40911e-06 8.71944e-06 2.73003e-06 5.73043e-06 4.51462e-06 6.87405e-06 4.84951e-06 3.20784e-06 5.1863e-06 4.84348e-06 3.00853e-07 6.5793e-06 3.18605e-06 1.16101e-06 4.9854e-06 9.00715e-06 9.6718e-06 1.98489e-06 -8.42744e-06 -5.21416e-06 -1.45844e-06 -7.19395e-07 -2.42765e-06 9.86907e-07 8.68886e-06 7.95928e-06 6.42529e-06 4.95237e-06 3.19465e-06 1.98271e-06 -3.06072e-07 -3.30082e-06 1.65304e-06 3.29012e-06 2.76834e-06 -3.04416e-06 4.62793e-06 4.51948e-06 1.01843e-06 3.89918e-06 8.21788e-06 1.31758e-05 1.39e-05 1.68925e-05 1.64684e-05 7.0799e-06 -1.31811e-06 3.49943e-06 1.20882e-05 1.04115e-05 3.98264e-06 1.55606e-06 -4.6025e-06 4.09262e-06 5.87402e-06 9.90882e-06 1.05055e-05 5.86479e-06 3.44084e-06 3.93663e-06 2.00901e-06 4.99992e-06 -5.24388e-08 -4.21982e-06 9.58404e-07 9.08979e-06 5.4959e-06 3.82493e-06 6.26375e-07 1.53795e-06 4.89426e-07 -1.2818e-06 -2.3005e-07 9.64902e-07 3.63257e-06 7.00536e-06 1.01243e-05 1.16433e-05 6.54836e-06 2.64042e-07 -5.62861e-06 -1.68138e-06 2.82512e-06 3.75839e-06 -1.18178e-06 -1.5187e-06 6.72165e-06 4.04965e-06 1.29974e-06 5.37012e-06 5.96735e-06 5.28483e-06 4.8556e-06 1.55906e-06 -8.13897e-06 -1.81126e-05 -9.56114e-06 2.1904e-06 7.24438e-06 3.91844e-06 -4.16571e-07 -3.00917e-06 -5.1677e-06 7.98877e-07 3.48066e-06 5.6704e-06 6.11295e-06 2.60822e-06 5.23655e-07 -1.15117e-06 1.43513e-06 9.17362e-06 1.22834e-06 -3.98994e-06 3.0692e-06 4.71905e-06 7.33697e-06 1.10189e-05 6.28238e-06 1.04447e-06 -1.01438e-06 1.69153e-06 -2.4518e-07 -2.42779e-06 -1.41622e-06 3.2751e-06 7.37519e-06 5.69523e-06 -8.20733e-07 -4.21609e-06 -2.61122e-06 1.11807e-06 4.57378e-06 5.22973e-06 1.15142e-07 2.73107e-06 5.90732e-06 2.96193e-06 1.88457e-06 3.08994e-06 2.81359e-06 7.94544e-06 9.34828e-06 7.40458e-06 6.07464e-06 -4.00703e-06 -5.56203e-06 -6.45298e-07 3.3091e-06 -1.83098e-07 -1.36153e-06 -3.54738e-07 1.79586e-06 2.43418e-06 4.01144e-06 -2.48196e-06 -4.92899e-06 -4.23818e-06 -3.32133e-06 -4.08504e-06 6.74448e-06 1.07414e-05 4.32689e-06 4.53679e-07 5.05033e-06 5.28058e-06 7.05648e-06 9.64524e-06 1.09186e-05 1.16623e-06 2.49079e-07 2.02363e-06 -2.00468e-08 -3.99818e-07 2.49858e-06 6.59365e-06 1.10646e-05 4.57857e-07 -1.05306e-05 -7.07408e-06 3.20404e-07 7.52745e-06 1.09386e-05 1.02226e-05 5.70149e-06 5.7223e-06 6.13888e-06 2.79463e-06 3.15174e-07 -3.8874e-06 -2.27591e-07 6.2015e-06 5.89082e-06 2.8e-06 1.19698e-07 6.47366e-07 -3.04938e-06 -1.13489e-05 -1.81013e-06 -1.30019e-06 3.43704e-06 5.1599e-06 2.55562e-06 9.13936e-06 1.14227e-05 -3.02713e-06 -9.32789e-06 -3.92407e-06 -2.66261e-06 -1.86026e-06 1.81715e-06 1.25308e-06 5.66488e-07 -4.69491e-06 2.45496e-06 3.26328e-06 3.46681e-06 4.89537e-06 9.65883e-06 5.88828e-06 8.58644e-07 2.34273e-06 4.01469e-06 1.41851e-06 5.82002e-06 1.00013e-05 1.00987e-05 -2.91514e-07 -6.59838e-06 -2.83392e-06 5.40145e-06 1.11294e-05 1.23222e-05 1.03549e-05 8.78531e-06 7.73879e-06 5.11187e-06 7.13445e-07 3.43046e-06 6.88928e-06 4.58206e-06 5.30965e-06 6.39526e-06 2.83316e-06 -9.54748e-07 -1.34446e-06 -5.38559e-06 -1.51626e-05 -6.26064e-06 3.03261e-06 1.02976e-05 1.04486e-05 6.87114e-06 2.94345e-06 1.28492e-05 3.25208e-06 -4.5902e-06 1.36272e-07 8.4599e-08 1.99364e-06 4.37066e-06 3.87883e-07 -1.83494e-06 -4.80068e-06 1.82942e-06 2.83168e-06 2.71066e-06 2.56657e-06 5.8534e-06 7.05301e-06 1.03059e-06 4.01805e-06 7.30751e-06 2.69168e-06 4.69739e-06 6.0405e-06 7.13855e-06 3.03219e-06 -2.86871e-06 -4.87334e-06 -3.30015e-06 -1.67357e-06 -2.84761e-06 1.38318e-06 1.00452e-05 7.98275e-06 4.53989e-06 -7.89673e-07 1.22354e-06 1.86586e-05 9.60649e-06 1.27731e-06 2.94705e-06 1.11071e-06 5.1319e-07 -2.13993e-06 -7.13719e-06 -1.30211e-05 -3.19666e-06 3.89902e-07 1.49055e-05 1.91646e-05 5.1451e-06 2.06795e-06 5.01869e-06 7.44805e-06 6.92993e-06 3.82574e-06 4.06635e-06 5.32931e-06 3.89917e-06 3.35901e-06 6.19516e-06 3.33689e-07 3.31746e-06 6.65868e-06 7.50927e-06 2.5619e-06 3.65572e-06 4.59698e-06 1.40976e-06 8.12419e-06 4.9966e-06 2.5011e-06 2.82201e-06 1.58317e-06 5.31472e-06 8.30361e-06 5.69224e-06 1.39688e-06 -3.29627e-06 -4.7297e-06 -5.01642e-06 -3.97468e-08 5.21977e-06 8.51167e-06 6.85604e-06 -3.40865e-06 -2.05775e-06 8.60466e-06 6.76436e-06 1.09824e-06 1.42281e-06 1.28348e-06 2.48947e-06 -6.86764e-07 -3.8718e-06 -5.88338e-06 -6.27443e-06 -4.27488e-06 1.54848e-05 1.97561e-05 3.91666e-06 3.5717e-06 6.88716e-06 7.09557e-06 6.55375e-06 9.92992e-06 6.00394e-06 4.22611e-06 2.13367e-06 6.11179e-06 1.15351e-05 2.37412e-06 2.13136e-06 5.39615e-06 9.0228e-06 6.21111e-06 1.64507e-07 -1.94074e-06 5.98794e-06 5.90717e-06 3.79681e-06 2.54687e-06 3.20841e-06 -1.57928e-06 2.04331e-06 9.2273e-06 1.11301e-05 8.27539e-06 1.41932e-07 -4.35676e-06 -4.09405e-06 2.95345e-07 2.28242e-06 5.46776e-06 5.01688e-06 -9.25388e-07 -2.13509e-06 7.89911e-07 -8.2813e-07 4.53204e-06 -2.91735e-07 -2.71917e-07 2.24885e-06 -1.01716e-06 -1.11883e-05 -1.45875e-05 -1.2118e-05 -5.33455e-06 9.63578e-06 1.36403e-05 4.93709e-06 2.97346e-06 1.8157e-06 2.01001e-06 2.48113e-06 7.48058e-06 6.52475e-06 2.60612e-06 1.29833e-06 9.28864e-06 7.91431e-06 2.4081e-06 1.22123e-06 3.62656e-06 6.71787e-06 3.69197e-06 4.05518e-06 1.79672e-06 3.11734e-06 3.60171e-06 3.24784e-06 4.30854e-06 5.11899e-06 -3.03126e-06 -1.12688e-06 4.35167e-06 6.35694e-06 9.02042e-06 3.78314e-06 6.54911e-07 1.36474e-06 2.34105e-06 9.73798e-07 -4.03833e-07 3.44916e-06 1.71247e-06 -2.32078e-06 -4.96305e-06 -4.94085e-06 1.88666e-06 -5.04143e-06 -1.3797e-06 -3.9385e-08 -1.49522e-06 -2.99971e-06 -5.30132e-06 -3.27999e-06 8.53767e-08 6.28773e-06 5.35781e-06 4.04765e-06 -1.95603e-06 -4.44928e-06 -9.47111e-07 4.12276e-06 1.03793e-05 6.67873e-06 3.39306e-06 4.42963e-06 6.14176e-06 4.49099e-06 2.73947e-06 2.40573e-06 3.93401e-06 -1.03755e-05 -2.19334e-06 1.89082e-05 2.21609e-06 1.74431e-06 1.89107e-06 3.27207e-06 6.10986e-06 2.98688e-06 -2.23044e-06 -4.47379e-07 3.14638e-06 4.5301e-06 7.23945e-06 4.85694e-06 2.27424e-06 3.83974e-06 3.09725e-06 2.12356e-07 -2.88623e-06 5.43144e-06 4.4763e-06 -3.63969e-06 -9.38892e-06 -6.12207e-06 -1.43945e-06 -3.9962e-07 -3.04439e-06 -6.04362e-07 9.83374e-06 1.07562e-05 3.26968e-06 3.53001e-07 2.40159e-06 -3.17145e-06 -2.91592e-06 2.89556e-06 -6.90661e-06 -6.18519e-06 1.21695e-06 6.12852e-06 9.25449e-06 4.2664e-06 4.38524e-06 7.73547e-06 3.82206e-06 2.55463e-06 2.32781e-06 1.97454e-06 3.01396e-06 -2e-05 -5.17659e-07 5.85381e-06 2.73412e-06 3.52393e-07 6.94316e-07 2.0437e-06 2.7002e-06 -2.98805e-06 -1.81964e-06 3.12641e-06 7.32343e-06 8.01127e-06 6.55413e-06 3.43955e-06 -1.09819e-06 3.16057e-06 7.19214e-07 -1.3922e-06 -4.8255e-06 6.15938e-06 7.05528e-06 -7.8825e-07 -9.4898e-06 -2.98344e-06 -6.00194e-06 -2e-05 -2e-05 -1.9089e-06 1.80672e-05 1.61735e-05 5.83684e-06 2.69706e-06 1.32027e-06 -8.09896e-06 -3.66872e-06 3.62885e-06 -2.47395e-06 -9.75066e-08 2.99957e-06 5.59967e-06 3.32275e-06 7.05998e-07 2.81399e-06 7.15801e-06 2.26523e-06 -5.70261e-07 -2.56719e-07 1.27736e-06 -2.41179e-07 -2e-05 5.01522e-06 9.74126e-06 5.69061e-06 2.47848e-07 -2.0356e-06 -2.86028e-06 -4.13504e-06 -1.09064e-05 -1.19415e-06 6.10128e-06 1.052e-05 8.4735e-06 3.87727e-06 1.38924e-09 -4.37682e-06 2.15237e-06 -3.13699e-06 -3.70176e-06 -7.56027e-06 6.71246e-06 9.06324e-06 3.78043e-06 1.42826e-06 5.69717e-07 5.66078e-07 -1.1016e-05 -1.34643e-05 1.24742e-05 1.37817e-05 6.98739e-06 4.76943e-06 5.25853e-06 4.69999e-06 7.29418e-06 1.03993e-05 3.1035e-06 1.37502e-06 2.90933e-06 4.39062e-06 3.94736e-06 -7.05769e-08 -7.39311e-07 1.70185e-06 4.5323e-06 1.13196e-06 -2.26239e-06 -7.69713e-07 -7.85326e-07 -5.87826e-06 -2e-05 8.20535e-06 1.73251e-05 8.91523e-06 -5.3349e-08 -8.73661e-06 -8.28413e-06 -1.13106e-05 -1.73205e-05 9.67988e-07 8.61542e-06 9.85041e-06 3.95566e-06 3.22408e-08 -5.63735e-07 -2.69654e-06 -1.51191e-06 -6.71221e-06 -6.42811e-06 -1.12256e-05 5.85161e-06 8.59893e-06 2.2866e-06 6.11427e-07 5.10051e-07 -1.54576e-06 -1.92974e-05 3.11833e-07 8.80997e-06 4.28811e-06 2.37412e-06 4.41883e-06 6.16264e-06 8.13307e-06 1.08915e-05 9.94697e-06 2.44939e-06 3.83443e-06 4.93286e-06 5.02638e-06 1.97956e-06 -1.26011e-06 -8.39381e-07 1.49326e-06 2.40921e-06 8.54169e-07 -9.25968e-07 -1.84673e-06 -5.65814e-06 -6.30603e-06 1.26079e-07 7.05305e-06 1.33165e-05 5.88723e-06 -7.62525e-06 -1.05428e-05 -1.46894e-05 -1.85877e-05 -1.75864e-05 2.53859e-06 8.59264e-06 2.9498e-06 -1.06045e-06 -1.12212e-06 1.43295e-07 1.79136e-06 -2.40084e-06 -6.37685e-06 -1.50665e-05 -9.22853e-06 4.83612e-06 3.16609e-06 2.33942e-06 1.92192e-06 3.36119e-06 -5.7627e-06 -2.12034e-06 4.6831e-06 3.63665e-06 1.60352e-06 2.01522e-06 4.06785e-06 5.98438e-06 7.36297e-06 6.72123e-06 4.53072e-06 2.71718e-06 4.96183e-06 5.29677e-06 3.94533e-06 6.351e-07 -9.31208e-07 -1.94622e-08 1.36787e-06 1.09944e-06 8.04966e-07 -5.71636e-08 -6.91644e-06 -8.30363e-06 -7.02826e-07 6.14268e-07 3.75926e-06 5.34771e-06 -5.65823e-07 -4.41589e-06 -6.50304e-06 -1.45395e-05 -2e-05 -2e-05 2.71822e-06 3.48438e-06 -1.01504e-06 -1.8698e-06 -1.12507e-06 1.04155e-06 6.2438e-06 9.70547e-07 -5.97437e-06 -1.97831e-05 -7.56858e-06 2.89359e-06 3.83609e-06 5.0675e-06 7.66936e-06 3.2009e-06 -1.14566e-06 1.94687e-06 3.25666e-06 2.48271e-06 1.67721e-06 1.95146e-06 2.99691e-06 4.12038e-06 3.0339e-06 5.90097e-07 7.65534e-07 2.75598e-06 4.01706e-06 3.23223e-06 1.67289e-06 1.91032e-07 -1.79687e-07 5.58869e-07 1.00372e-06 1.48942e-07 3.89781e-07 -8.03493e-07 -1.24799e-06 -1.75192e-07 1.31475e-07 1.07262e-06 2.02e-06 1.46289e-06 -1.1359e-06 -2.53125e-06 -4.3374e-06 -1.17882e-05 -2e-05 -1.64414e-05 1.21524e-06 -7.45224e-07 -1.94078e-06 -8.31197e-07 1.6352e-07 7.29223e-07 2.18178e-06 5.93116e-06 -1.47544e-06 -6.52712e-06 -8.34034e-07 1.42534e-06 2.11523e-06 3.21614e-06 3.94873e-06 1.03139e-06 3.6008e-07 1.75444e-06 2.34779e-06 2.1311e-06 1.45559e-06 1.0943e-06 1.22425e-06 1.04507e-06 -7.06058e-07 -1.48924e-06 7.73222e-07 2.14528e-06 2.22811e-06 1.29632e-06 4.6512e-07 -2.79699e-08 1.25812e-07 5.79508e-07 2.37566e-07 -3.30076e-07 1.69858e-07 -1.23696e-08 -8.77919e-08 3.77181e-07 7.63362e-07 8.25602e-07 7.65593e-07 -9.25888e-08 -1.30502e-06 -1.91966e-06 -2.87448e-06 -4.71589e-06 -4.89988e-06 -1.86633e-06 6.58866e-08 -2.50197e-06 9.87594e-07 9.48569e-07 8.72025e-07 5.98196e-07 1.36387e-06 1.69677e-06 2.73686e-07 -3.28013e-07 9.76694e-07 1.37062e-06 1.6426e-06 2.04768e-06 1.392e-06 2.11459e-07 5.66468e-07 1.48182e-06 1.81295e-06 1.47962e-06 6.83473e-07 3.14671e-08 -3.27815e-07 -7.54427e-07 -1.0407e-06 -2.80601e-07 1.03702e-06 1.30131e-06 9.97287e-07 4.67635e-07 4.34926e-08 -1.32837e-07 2.3576e-08 -4.54027e-08 -5.63078e-07 -4.21947e-07 -3.99455e-08 -1.20486e-07 3.44722e-08 4.93975e-07 5.3848e-07 -3.18819e-08 -6.80908e-07 -1.33602e-06 -1.52017e-06 -1.59504e-06 -1.63945e-06 -1.54952e-06 -9.35023e-07 1.16899e-08 4.46601e-07 5.72578e-07 1.36455e-06 1.95762e-06 1.22604e-06 3.0452e-07 5.91736e-07 7.22278e-07 3.43349e-07 4.91004e-07 1.20035e-06 2.49694e-06 1.22129e-06 6.90577e-07 1.91692e-07 4.46793e-08 6.11595e-07 1.20079e-06 1.16825e-06 6.36309e-07 -2.30626e-08 -3.91615e-07 -4.95553e-07 -3.90586e-07 -2.14369e-07 1.57458e-07 8.69612e-07 6.87173e-07 3.72875e-07 8.64549e-08 -1.47934e-07 -2.51371e-07 -2.73429e-07 -5.57935e-07 -7.59665e-07 -5.44991e-07 -4.0534e-07 -3.38445e-07 -8.13227e-08 1.3834e-07 -1.29714e-07 -7.97968e-07 -1.19641e-06 -1.33847e-06 -1.24684e-06 -1.11371e-06 -8.10568e-07 -4.1302e-07 1.88715e-08 4.95053e-07 9.73354e-07 1.62518e-06 2.24295e-06 1.79026e-06 5.47528e-07 -2.32921e-07 -1.16485e-07 1.75282e-07 3.9418e-07 8.96019e-07 2.13658e-06 1.38533e-06 5.76755e-07 2.47772e-08 -9.83775e-08 8.06533e-08 5.52731e-07 8.06212e-07 5.48473e-07 9.01511e-08 -2.3982e-07 -3.37653e-07 -2.65936e-07 -1.01632e-07 -2.76961e-08 1.70615e-07 5.72115e-07 3.21735e-07 9.16709e-08 -6.44678e-08 -2.2291e-07 -3.54472e-07 -4.87656e-07 -6.75734e-07 -7.4113e-07 -6.3157e-07 -4.92257e-07 -3.38572e-07 -1.34038e-07 -1.28666e-07 -4.36013e-07 -7.53294e-07 -8.70636e-07 -8.35822e-07 -7.30654e-07 -5.56466e-07 -2.67628e-07 6.77446e-08 3.69378e-07 7.3552e-07 1.24531e-06 1.55214e-06 1.41752e-06 7.25375e-07 -1.26341e-07 -5.26626e-07 -3.13486e-07 1.36625e-07 5.91671e-07 1.23012e-06 1.4381e-06 8.77135e-07 1.43724e-07 -1.42204e-07 -7.37245e-08 1.33377e-07 4.2559e-07 4.636e-07 1.87694e-07 -9.87465e-08 -2.84599e-07 -3.56735e-07 -2.69787e-07 -1.2964e-07 -9.17029e-10 1.59909e-07 3.51451e-07 1.25131e-07 7.32699e-09 -7.1254e-08 -1.91322e-07 -3.36825e-07 -4.68888e-07 -5.74047e-07 -5.94095e-07 -5.03674e-07 -3.69754e-07 -2.33818e-07 -9.93113e-08 -1.3618e-07 -3.40757e-07 -5.03319e-07 -5.35974e-07 -4.17316e-07 -3.07457e-07 -1.7974e-07 1.99335e-08 2.26577e-07 3.89695e-07 6.21325e-07 8.76109e-07 8.46786e-07 5.54547e-07 7.07382e-08 -3.72166e-07 -4.99799e-07 -2.33078e-07 1.77837e-07 5.48002e-07 8.94273e-07 8.87284e-07 4.07978e-07 -3.61029e-09 -1.16544e-07 -9.40055e-09 1.36603e-07 2.79814e-07 2.41421e-07 4.31684e-08 -1.35654e-07 -2.63602e-07 -3.34413e-07 -2.87808e-07 -1.35039e-07 2.76584e-08 1.12643e-07 1.68434e-07 5.38842e-08 9.13919e-10 -4.21028e-08 -1.27217e-07 -2.37092e-07 -3.28136e-07 -3.91605e-07 -3.98097e-07 -3.29156e-07 -2.28652e-07 -1.3809e-07 -5.36747e-08 -8.48007e-08 -2.34311e-07 -3.49488e-07 -3.67868e-07 -2.23615e-07 -1.34351e-07 -5.20045e-08 6.858e-08 1.84588e-07 2.64568e-07 3.88453e-07 4.99769e-07 4.06735e-07 1.9264e-07 -9.60004e-08 -3.37481e-07 -3.7315e-07 -1.55787e-07 1.27906e-07 3.33948e-07 4.75461e-07 4.44681e-07 2.2682e-07 -2.52001e-08 -7.65851e-08 8.55472e-09 9.46217e-08 1.61948e-07 1.26003e-07 1.90826e-09 -1.09212e-07 -1.96291e-07 -2.55055e-07 -2.24868e-07 -9.00156e-08 2.39575e-08 5.38093e-08 6.79542e-08 1.76702e-06 2.18579e-06 2.01779e-06 7.7681e-07 -1.87748e-07 1.9072e-06 6.0965e-07 1.4267e-06 4.57914e-06 6.82818e-06 7.08771e-06 6.20474e-06 5.08739e-06 4.03507e-06 2.8877e-06 1.89715e-06 1.26551e-06 9.89897e-07 1.38271e-06 3.76674e-07 -5.863e-07 -1.07793e-06 -9.99377e-07 -1.21629e-07 5.26956e-07 -2.32008e-07 -1.13114e-07 2.14491e-07 2.60094e-07 2.67732e-07 -1.28738e-06 -1.80545e-06 -5.19862e-07 1.84616e-06 3.75613e-06 5.06845e-06 6.19008e-06 6.03157e-06 3.76159e-06 3.04823e-07 -2.74986e-06 -4.0206e-06 -2.09377e-06 1.22306e-06 2.36995e-06 2.7042e-06 1.26979e-06 -1.40132e-06 -2.27916e-07 9.21618e-07 2.6362e-06 2.95168e-06 2.17663e-06 3.67897e-07 3.89375e-07 -1.12209e-07 4.76024e-07 1.43071e-06 2.614e-06 4.88462e-06 6.70856e-06 7.32682e-06 6.95771e-06 5.60929e-06 3.7467e-06 1.62498e-06 5.25282e-07 6.01064e-07 7.89611e-07 2.24006e-09 -1.02846e-06 -1.24858e-06 -7.81062e-07 5.52258e-08 8.41598e-07 2.30589e-07 -1.63155e-06 -2.19084e-06 -8.39561e-07 -7.09146e-08 -1.93979e-06 -2.77671e-06 -1.32441e-06 3.02012e-06 6.51804e-06 7.06772e-06 7.67501e-06 7.09577e-06 3.2905e-06 -1.59033e-06 -4.26647e-06 -4.61163e-06 -1.85373e-06 1.31052e-06 1.90345e-06 -4.72712e-07 -2.60076e-06 -6.48388e-07 8.49144e-07 1.8145e-06 2.07021e-06 1.92499e-06 1.42532e-06 1.74077e-06 2.06839e-06 2.37849e-06 2.73641e-06 3.02558e-06 2.97578e-06 3.10667e-06 4.29418e-06 5.87044e-06 6.71699e-06 5.84954e-06 3.12415e-06 -1.50991e-07 -1.53697e-06 -1.13374e-06 3.71627e-07 1.75729e-06 6.2178e-07 -5.62285e-07 -2.56869e-07 9.79511e-07 2.05981e-06 1.35765e-06 -1.61169e-06 -3.13929e-06 -1.22815e-06 -1.17536e-06 -2.71584e-06 -2.95442e-06 -2.6159e-06 4.53164e-06 1.18998e-05 6.94301e-06 2.83873e-06 3.0966e-06 8.17122e-07 -1.78415e-06 -1.98976e-06 -1.65992e-06 7.52808e-07 2.85892e-06 3.39718e-06 2.79805e-06 1.82853e-06 1.1867e-06 4.09376e-07 9.00502e-07 1.12496e-06 1.38259e-06 1.79441e-06 3.02788e-06 5.72912e-06 7.67267e-06 8.15889e-06 7.80759e-06 7.05369e-06 6.55292e-06 6.24062e-06 5.99304e-06 6.23243e-06 6.64316e-06 4.63486e-06 3.30377e-07 -2.61299e-06 -2.24828e-06 5.27456e-07 2.6365e-06 2.13381e-06 8.9082e-07 7.01128e-07 8.88673e-07 8.62805e-07 5.07466e-08 -2.76356e-06 -3.7834e-06 1.0915e-06 1.18882e-06 4.01684e-07 3.60189e-07 -2.69713e-06 3.30772e-06 1.36601e-05 5.95301e-06 -5.39736e-07 -6.92039e-07 8.43925e-07 1.97584e-06 7.48162e-06 1.2078e-05 1.12057e-05 7.72186e-06 4.29478e-06 3.04613e-06 4.37146e-06 3.92244e-06 2.42878e-06 1.62825e-06 1.81112e-06 2.93815e-06 -1.19356e-07 -1.71067e-06 3.7981e-06 8.2929e-06 1.00011e-05 1.05506e-05 1.05537e-05 9.50889e-06 8.18692e-06 8.0246e-06 8.54708e-06 9.11351e-06 7.24061e-06 1.98882e-06 -2.55108e-06 -1.44526e-06 2.21562e-06 4.28792e-06 4.56964e-06 4.76996e-06 5.18344e-06 4.47991e-06 2.76131e-06 8.96438e-07 8.84655e-07 1.54493e-06 3.936e-06 5.36679e-06 5.11844e-06 2.79289e-06 -2.16602e-06 6.69382e-06 5.33104e-06 7.09476e-06 6.10673e-06 6.64573e-06 6.49123e-06 6.14947e-06 1.03933e-05 1.7833e-05 2.15459e-05 1.44259e-05 4.94884e-06 2.91384e-06 2.47391e-06 2.23204e-06 1.99123e-06 2.94387e-07 2.43622e-06 4.3648e-06 3.12863e-06 2.31377e-06 6.25727e-06 9.76638e-06 9.4772e-06 8.99699e-06 1.05811e-05 1.13634e-05 1.18436e-05 1.26652e-05 1.26269e-05 1.00032e-05 5.22274e-06 -1.74144e-06 -4.37944e-06 -4.66228e-07 3.2244e-06 5.42358e-06 5.17024e-06 5.04654e-06 5.34191e-06 4.2535e-06 1.90207e-06 2.1158e-06 5.32101e-06 8.17529e-06 7.99217e-06 6.09032e-06 2.81605e-06 -1.35908e-06 2.53944e-06 8.28971e-06 6.31407e-06 7.9677e-06 4.93632e-06 7.27716e-06 1.14559e-05 7.13916e-06 8.42603e-06 2.09596e-05 2.47285e-05 1.75625e-05 1.20524e-05 7.17602e-06 1.74438e-06 5.94869e-07 1.19854e-06 -7.35297e-08 3.4676e-06 7.28084e-06 7.8278e-06 1.02555e-05 1.5767e-05 1.84061e-05 1.53869e-05 9.28667e-06 7.19005e-06 9.24716e-06 1.14407e-05 1.28056e-05 1.21529e-05 8.21946e-06 3.10529e-06 -1.4844e-06 -5.52521e-06 -4.82459e-06 -5.2328e-07 1.67787e-06 2.50204e-06 5.76649e-06 5.7525e-06 2.13057e-06 8.94145e-07 3.39734e-06 6.35594e-06 6.57506e-06 2.7392e-06 1.99238e-07 -2.01204e-06 3.99694e-07 8.25315e-06 1.2622e-05 2.59449e-06 -8.98469e-08 -3.12561e-06 -2.36637e-06 7.90034e-06 9.55081e-06 8.44999e-06 1.87162e-05 1.85627e-05 2.28682e-05 2.02291e-05 1.08636e-05 4.74879e-06 4.51846e-06 4.03596e-06 -8.51005e-07 7.96435e-06 1.06426e-05 1.18644e-05 1.5452e-05 1.73919e-05 1.33717e-05 7.75462e-06 3.29474e-06 1.28575e-06 3.5544e-06 6.42786e-06 1.05259e-05 1.39561e-05 6.34425e-06 3.88319e-07 3.82179e-07 -5.78968e-06 -8.7994e-06 -3.85126e-06 -3.10393e-07 -6.22377e-08 2.34537e-06 3.94297e-06 2.30835e-06 2.29591e-06 4.987e-06 6.37481e-06 2.34486e-06 -3.91372e-06 -5.83745e-06 -4.41093e-06 3.7007e-06 1.2016e-05 7.07996e-06 2.11338e-07 -1.49942e-06 -2.93934e-06 1.96026e-06 1.07389e-05 1.78043e-05 1.70188e-05 2.11323e-05 1.69689e-05 5.76881e-06 7.19721e-07 -4.28378e-06 -4.0157e-07 5.73986e-06 6.56713e-06 1.78101e-06 3.76294e-06 4.24524e-06 5.31819e-06 7.43477e-06 9.69019e-06 8.92295e-06 4.57696e-06 1.25129e-06 4.29752e-07 -6.58973e-07 -3.39408e-06 -1.24866e-06 7.92573e-06 3.95161e-06 2.57944e-06 5.78449e-06 -1.14253e-06 -3.62419e-06 2.13735e-06 2.47748e-06 1.53822e-06 6.8939e-06 8.12873e-06 4.05904e-06 3.37674e-06 6.28927e-06 5.27069e-06 -1.78284e-07 -2.69984e-06 -3.29531e-06 -1.03856e-06 2.40981e-07 4.46801e-06 2.6737e-06 3.43815e-06 2.53432e-06 2.23319e-06 6.68802e-06 9.70107e-06 8.51954e-06 7.57066e-06 1.30768e-05 1.24123e-05 6.09885e-06 -5.32269e-07 -1.74252e-06 3.06414e-06 6.75196e-06 5.92502e-06 3.99605e-06 7.4686e-07 2.56213e-06 2.15428e-06 2.5559e-06 1.05976e-05 1.39474e-05 8.71214e-06 3.09656e-06 7.20759e-07 -2.7991e-06 -8.89282e-06 -6.69367e-06 3.14074e-06 8.15111e-06 6.81379e-06 6.37714e-06 2.24871e-06 2.35009e-06 2.71354e-06 2.25274e-06 4.73951e-06 7.92698e-06 1.07135e-05 6.76594e-06 3.10054e-06 3.44145e-06 2.17539e-06 -5.67961e-08 9.13762e-08 4.20022e-07 5.76739e-07 1.10647e-06 3.04452e-06 7.83946e-06 6.61175e-06 -2.66236e-06 1.37099e-06 1.3581e-05 1.32149e-05 1.17635e-05 1.38005e-05 1.80857e-05 5.90442e-06 -1.27933e-05 -2e-05 -7.27695e-06 3.44034e-06 5.88568e-06 4.4835e-06 4.02306e-06 -7.17847e-07 2.17287e-06 2.0793e-06 1.10037e-06 5.54113e-06 9.17709e-06 6.24415e-06 2.5986e-06 -3.75499e-07 -1.83948e-06 -2.67085e-06 1.70642e-06 8.87566e-06 3.70223e-06 5.47689e-06 8.73684e-06 5.23943e-06 1.42575e-06 8.34499e-07 3.25291e-06 2.44446e-06 2.93925e-06 8.0345e-06 8.63123e-06 1.66282e-07 4.49572e-07 -1.07542e-06 -2.53575e-06 -9.17337e-08 1.61973e-06 1.50285e-06 2.46639e-06 6.0882e-06 7.51925e-06 3.06536e-06 -6.90997e-06 3.67559e-06 1.33342e-05 9.03502e-06 9.00571e-06 1.37835e-05 2.10123e-05 2.14458e-05 -2.32121e-06 -2e-05 -1.32267e-05 -1.6313e-06 5.46932e-07 6.51903e-07 7.52357e-07 9.5851e-07 -1.82559e-08 3.42806e-07 -5.68248e-07 -6.38828e-07 1.06703e-06 2.28729e-06 2.18602e-06 3.27932e-06 3.4614e-06 2.8456e-06 2.01923e-06 8.12681e-08 2.71178e-07 5.94497e-06 1.03602e-05 8.27434e-06 1.66582e-06 3.36252e-06 4.8048e-06 1.12046e-06 7.42058e-07 5.13178e-06 8.3128e-06 4.19875e-06 -1.70663e-06 -3.23815e-06 -1.14076e-06 1.44666e-06 4.49459e-06 6.65325e-06 3.84806e-06 3.81479e-06 3.9606e-06 2.23215e-06 -4.93531e-06 2.05996e-06 5.59366e-06 1.79675e-06 6.04302e-06 1.34614e-05 1.88749e-05 1.20151e-05 5.47648e-06 -5.95269e-06 -1.07528e-05 -2.82327e-06 -6.9648e-07 1.76771e-06 2.88301e-06 5.58433e-06 3.33188e-06 6.72716e-06 7.06077e-07 -2.4132e-06 -1.69853e-08 1.37911e-07 1.33745e-06 8.76211e-06 7.02393e-06 4.69434e-06 3.5848e-06 7.25715e-06 7.61103e-06 4.08101e-06 6.13085e-06 8.01585e-06 7.13758e-06 9.57667e-06 5.09969e-06 1.45473e-06 1.93151e-06 4.99574e-06 5.63819e-06 3.10209e-06 1.23371e-06 3.83491e-07 3.10571e-06 8.64134e-06 8.30959e-06 6.51164e-06 4.63893e-06 3.62754e-06 3.70591e-06 3.39517e-06 6.8077e-07 7.59482e-06 1.07837e-05 4.86702e-06 9.28011e-06 1.48419e-05 1.04507e-05 4.63031e-06 5.37598e-06 -3.8855e-07 -3.09005e-06 -2.42806e-06 1.57101e-08 3.53833e-06 5.62158e-06 8.90933e-06 7.47651e-06 5.38552e-06 1.66101e-06 -4.46177e-06 -5.20675e-07 2.86905e-07 -9.48179e-06 -1.75892e-06 -8.73663e-06 3.31211e-06 3.73688e-06 9.01138e-06 1.16095e-05 6.31315e-06 2.45004e-06 4.21249e-06 3.95658e-06 2.03901e-06 1.26476e-06 1.65927e-06 1.24275e-06 5.54774e-06 4.77488e-06 2.76636e-06 3.60654e-06 3.87977e-06 4.09275e-06 3.31094e-06 2.12031e-06 1.77312e-06 -2.0105e-08 -3.973e-06 -6.5709e-07 2.13054e-06 2.12684e-06 1.21318e-05 1.68158e-05 1.05073e-05 9.82605e-06 1.44959e-05 -7.41749e-07 -6.0239e-07 1.65869e-06 -1.68252e-06 -4.85734e-06 -1.70511e-06 2.25054e-06 6.04979e-06 8.49355e-06 1.46616e-05 1.26602e-05 5.68179e-06 2.234e-06 1.13334e-06 1.1553e-06 -2.25642e-06 6.33094e-07 7.15501e-07 -9.77415e-08 6.75004e-06 4.49127e-06 7.12111e-06 1.37476e-05 1.0402e-05 4.62136e-07 -5.41343e-07 -3.30846e-07 2.15603e-07 2.52693e-06 1.40596e-06 1.65411e-07 4.05543e-06 1.84664e-06 -3.26496e-07 4.352e-06 7.10087e-06 4.46822e-06 8.33898e-07 9.07242e-07 8.75051e-07 -3.12067e-06 -5.63193e-06 1.24528e-06 2.64114e-06 -7.78119e-07 3.13573e-06 5.14518e-06 1.10045e-05 1.67115e-05 3.76102e-06 -6.16325e-06 8.44161e-07 1.83292e-06 -1.50424e-06 -1.80535e-06 4.2753e-06 6.55796e-06 1.05396e-05 1.40239e-05 1.55236e-05 1.3143e-05 7.04809e-06 2.8066e-06 1.90678e-06 4.01335e-06 1.74316e-06 9.46486e-07 2.42326e-07 3.40771e-06 9.67043e-06 4.2421e-06 1.62896e-06 1.2268e-05 1.65574e-05 1.27161e-06 -6.7106e-06 -5.81071e-06 -9.49066e-07 2.75724e-06 2.62652e-07 1.70262e-07 2.37454e-06 -4.35187e-06 -6.65064e-06 2.99445e-06 8.77861e-06 5.43074e-06 8.59873e-07 1.00408e-06 -8.43035e-08 9.98963e-07 3.04317e-06 2.64319e-06 3.75806e-06 2.14704e-06 -4.29336e-06 -2.33247e-06 8.94286e-06 9.77432e-06 -4.35933e-06 -3.87409e-06 5.97627e-06 6.32482e-06 1.76116e-06 2.93252e-06 5.96595e-06 1.14932e-05 2.00649e-05 2.03618e-05 1.88401e-06 1.86601e-06 -1.98976e-07 -2.73853e-06 -2.71536e-06 1.45186e-06 4.17012e-06 1.40831e-07 9.94954e-07 5.65413e-06 4.68177e-06 -1.81719e-06 -4.63865e-06 1.30965e-05 2.92584e-05 6.45089e-06 -9.81356e-06 -8.11818e-06 -3.04263e-06 2.64136e-07 1.50522e-06 3.02627e-06 2.48128e-06 -4.70341e-06 -1.05206e-05 -8.07693e-09 6.94164e-06 5.42861e-06 2.31212e-06 2.04797e-06 6.99695e-07 4.24835e-06 3.07885e-06 3.37848e-07 8.71498e-06 5.80236e-06 -5.67699e-06 -4.18105e-06 2.22989e-06 -4.40131e-07 -1.70383e-06 4.66189e-06 1.67495e-05 1.34258e-05 4.69857e-06 4.8591e-06 1.0103e-05 1.60999e-05 1.39524e-05 5.40134e-06 -1.73211e-05 -1.80682e-05 -1.23725e-05 -3.25006e-06 -1.98427e-06 -4.05401e-07 7.30939e-06 -9.97803e-07 4.80143e-06 4.09394e-06 -2.72152e-06 -6.23499e-06 -6.21221e-06 1.1696e-05 3.40578e-05 1.13831e-05 -3.10053e-06 -3.46947e-06 -2.28371e-06 -3.27956e-08 2.02132e-06 3.15965e-06 3.2757e-06 -1.09051e-06 -7.93888e-06 -2.74828e-06 4.69181e-06 5.38812e-06 3.05435e-06 1.08861e-06 2.05612e-06 -2.54925e-06 -3.8437e-06 -4.32129e-06 7.31982e-06 -7.60296e-07 -9.44346e-06 -7.45808e-06 -2.11995e-06 -7.41207e-07 1.36568e-06 1.33212e-05 2.45181e-05 2.29951e-05 1.21397e-05 4.06445e-06 1.68366e-06 2.78615e-06 -6.06147e-06 -2e-05 -8.59519e-06 -1.02872e-05 -2.74478e-06 1.87145e-06 1.66811e-06 9.42485e-07 5.2642e-06 2.0301e-06 8.93132e-06 3.49728e-06 -4.34525e-06 -3.66013e-06 -2.05488e-06 9.3448e-06 2.68072e-05 1.57135e-05 2.61126e-06 1.43542e-06 1.75079e-07 1.2752e-06 1.2635e-06 2.44943e-06 3.60305e-06 1.56341e-07 -5.32747e-06 -2.10206e-06 5.20401e-06 5.77359e-06 -1.24904e-06 -2.9817e-06 1.72254e-06 -6.53475e-06 -8.66635e-06 -1.39494e-06 -2.96969e-07 -2.2192e-06 -2.1411e-06 9.32121e-07 1.45486e-06 3.5693e-06 1.08081e-05 2.20959e-05 3.22868e-05 3.65106e-05 1.08474e-05 -2e-05 -2e-05 -2e-05 -2e-05 -8.87877e-06 3.15827e-07 1.33961e-06 1.28565e-06 7.77444e-07 6.7123e-07 9.18323e-07 1.21176e-06 4.28283e-06 1.00162e-05 4.49441e-06 -1.15594e-06 3.71728e-07 1.29273e-06 8.95736e-06 1.39354e-05 6.78566e-06 4.89802e-06 3.1378e-06 2.03433e-06 1.38432e-06 6.98194e-07 2.13971e-06 1.53193e-06 -6.46413e-07 -4.36839e-06 3.49755e-06 5.68982e-06 -7.02677e-08 -9.46554e-06 -6.21668e-06 -4.84546e-07 -6.24477e-06 -6.15015e-06 -3.20323e-06 -1.41737e-06 8.04325e-06 7.18832e-06 3.92954e-06 2.68334e-06 5.70999e-06 1.27261e-05 2.07243e-05 2.30544e-05 1.47617e-05 -2.04956e-06 -2e-05 -2e-05 -6.90038e-06 7.5824e-07 1.27268e-06 3.31261e-06 1.9926e-06 -1.46347e-08 -7.97807e-07 1.41253e-07 9.4969e-07 2.27205e-06 6.64809e-06 1.0589e-05 5.75505e-06 1.90361e-06 2.0944e-06 2.7764e-06 5.5736e-06 8.63864e-06 7.09288e-06 5.73329e-06 2.69246e-06 1.459e-06 1.18266e-07 -5.81165e-07 7.0557e-07 -1.46605e-06 -1.04375e-06 -1.89222e-06 3.83919e-06 -3.03883e-07 -4.37496e-06 -1.27516e-05 -1.99225e-06 -6.75528e-07 -2.2151e-06 -4.61632e-06 -4.41219e-06 -5.74922e-07 1.83734e-05 1.54781e-05 6.57411e-06 3.61151e-06 6.78997e-06 1.27313e-05 1.37101e-05 6.50115e-06 -1.69262e-06 -4.24371e-06 -4.32564e-06 2.02401e-06 9.29754e-06 2.92835e-06 3.19267e-06 2.61654e-06 1.71169e-06 -4.05576e-07 -8.88546e-07 1.60671e-07 1.44068e-06 4.10564e-06 8.19853e-06 1.00071e-05 6.07277e-06 3.53358e-06 2.80664e-06 2.36641e-06 3.55985e-06 6.14715e-06 7.38265e-06 5.34213e-06 1.61068e-06 -7.09994e-07 -1.44908e-06 -2.11898e-06 -1.54541e-06 -2.31123e-06 -1.08609e-06 1.53761e-07 7.2055e-07 -3.26107e-06 -6.73749e-06 -4.23465e-06 2.8725e-06 -1.61388e-06 1.39364e-06 -8.99017e-07 -5.80428e-06 6.24045e-06 2.6678e-05 1.75201e-05 8.67213e-06 4.57814e-06 4.95132e-06 4.67652e-06 2.34253e-06 -8.49126e-07 -1.76008e-06 -4.2596e-07 2.9029e-06 7.01457e-06 2.4574e-06 2.18681e-06 3.29087e-06 1.66732e-06 1.32945e-06 -3.02253e-07 -7.57342e-07 3.76468e-07 2.40436e-06 5.41453e-06 7.87758e-06 7.48987e-06 4.91158e-06 3.69348e-06 1.43402e-06 1.51676e-06 3.12553e-06 4.13975e-06 5.61566e-06 5.19043e-06 1.36351e-06 -1.47016e-06 -2.3792e-06 -1.90466e-06 -3.47913e-06 -2.47934e-06 -6.45537e-07 1.02913e-06 -6.69921e-06 -9.3956e-06 -3.85268e-06 -1.03123e-06 2.31707e-06 -3.06464e-07 2.34052e-06 -3.7456e-07 -2.38778e-06 5.22359e-06 1.54537e-05 1.71105e-05 8.62508e-06 2.71238e-06 -2.41172e-06 -2.59529e-06 2.27033e-09 -8.24456e-08 -4.48611e-08 9.547e-07 2.60332e-06 1.55857e-06 7.84729e-07 1.9649e-06 2.09907e-06 7.83674e-07 6.00308e-07 -3.70709e-07 -3.80569e-07 9.27414e-07 2.89227e-06 4.9049e-06 5.65934e-06 4.43321e-06 3.14355e-06 9.3243e-07 -1.90273e-07 1.61869e-06 2.34453e-06 2.01812e-06 3.07621e-06 3.71368e-06 8.19767e-07 -2.13423e-06 -1.47204e-06 -3.26102e-06 -4.13107e-06 -3.72805e-06 7.87991e-07 1.81673e-06 -5.00345e-06 -4.71519e-06 -2.50458e-06 -8.12274e-07 1.07615e-06 1.59298e-06 2.28843e-06 -2.32364e-06 6.57788e-07 6.0769e-06 1.32453e-05 1.46623e-05 7.00105e-06 -1.15061e-06 -3.03039e-06 -2.82225e-07 3.95483e-07 3.48341e-07 3.6998e-07 5.97171e-07 4.37478e-07 -3.13998e-07 2.41026e-07 1.40334e-06 7.72442e-07 4.23851e-08 -1.60102e-07 -4.50191e-07 -5.90317e-08 9.43664e-07 2.16382e-06 3.05608e-06 2.9973e-06 1.35103e-06 -3.22775e-07 -7.46859e-07 -3.81695e-07 1.20087e-06 1.02646e-06 3.13298e-07 1.52549e-06 1.25989e-06 -1.27183e-07 -1.25194e-06 -1.55825e-06 -1.46653e-06 -3.12231e-06 -4.32902e-07 7.90348e-07 5.27781e-08 -2.61169e-06 -3.36945e-07 -1.14134e-08 5.93175e-08 7.07578e-07 2.28158e-06 1.15592e-06 -6.35261e-07 2.10851e-06 6.3963e-06 8.96281e-06 6.95224e-06 1.58171e-06 -4.13634e-07 -2.4068e-07 4.09943e-07 5.23192e-07 2.74552e-07 1.55782e-08 -1.29521e-07 -5.74648e-07 -6.02415e-07 2.7883e-07 3.01627e-07 -2.68541e-07 -2.53732e-07 -5.05762e-07 -6.59111e-07 -3.95382e-07 2.04109e-07 7.46907e-07 9.10387e-07 2.26609e-07 -9.48996e-07 -1.07724e-06 -8.89585e-07 -2.34698e-07 3.4383e-07 -1.48815e-07 -5.30416e-07 7.75364e-08 -1.8074e-07 -6.76298e-07 -1.21705e-06 -7.0933e-07 -1.85418e-07 -8.25177e-08 2.29147e-07 3.44336e-07 1.20944e-07 2.58029e-07 3.82433e-07 3.62778e-07 6.95104e-07 1.21839e-06 1.49294e-06 2.09761e-07 3.95211e-08 3.01673e-06 4.96048e-06 3.91142e-06 1.87361e-06 5.89458e-07 5.18967e-09 6.81971e-08 2.29106e-07 4.83715e-08 -3.90156e-07 -5.9352e-07 -4.90562e-07 -4.22295e-07 -3.31683e-07 -2.72109e-07 -5.39527e-07 -5.01507e-07 -2.80182e-07 -6.07098e-07 -8.66851e-07 -7.81474e-07 -4.59404e-07 -3.21668e-07 -4.79102e-07 -8.20451e-07 -1.00233e-06 -8.11746e-07 -4.35374e-07 4.89215e-08 -1.21162e-08 -4.49661e-07 -4.4803e-07 -1.72616e-07 -1.8805e-07 -2.85127e-07 -2.26715e-07 -3.4062e-08 6.85647e-08 2.15048e-07 3.99236e-07 4.33887e-07 4.69504e-07 6.43284e-07 6.81223e-07 7.71237e-07 9.54201e-07 7.63129e-07 5.9698e-07 9.44201e-08 5.73598e-07 2.52999e-06 2.1472e-06 1.18603e-06 4.63852e-07 4.93874e-08 -2.71796e-07 -3.06603e-07 -3.10803e-07 -5.02836e-07 -7.046e-07 -5.86036e-07 -3.5166e-07 -4.26443e-07 -5.69001e-07 -5.78391e-07 -5.29143e-07 -3.54377e-07 -2.49812e-07 -5.61661e-07 -8.2657e-07 -7.78114e-07 -5.44749e-07 -4.83948e-07 -5.30055e-07 -5.23459e-07 -4.45251e-07 -2.75905e-07 6.92452e-08 3.35385e-07 1.40954e-07 -1.35934e-07 -1.33028e-07 3.27041e-08 4.44313e-08 4.96025e-08 1.3431e-07 2.08054e-07 2.7116e-07 4.26861e-07 6.00819e-07 6.93419e-07 7.51693e-07 8.38515e-07 8.34909e-07 7.46131e-07 5.06389e-07 3.24962e-07 2.82285e-07 3.71453e-07 1.02153e-06 1.94976e-06 1.2519e-06 3.26852e-07 -1.65341e-07 -3.67564e-07 -4.96984e-07 -5.18165e-07 -5.28735e-07 -5.83359e-07 -5.98201e-07 -4.96583e-07 -4.46991e-07 -5.29536e-07 -5.35487e-07 -3.96415e-07 -2.79584e-07 -2.04616e-07 -1.69423e-07 -3.57912e-07 -5.56341e-07 -5.19875e-07 -3.2624e-07 -2.45113e-07 -2.00883e-07 -1.04272e-07 -3.36527e-08 6.75537e-08 2.93368e-07 3.93485e-07 2.0609e-07 2.28128e-08 4.19494e-08 1.47095e-07 1.49989e-07 1.64184e-07 2.34171e-07 2.83581e-07 3.28969e-07 4.68521e-07 6.31528e-07 6.85639e-07 6.55123e-07 6.54498e-07 5.75533e-07 3.65989e-07 1.67828e-07 1.53371e-07 2.85393e-07 5.83738e-07 1.00517e-06 1.3156e-06 7.6638e-07 6.00215e-08 -2.84562e-07 -4.01637e-07 -4.45692e-07 -4.58294e-07 -4.5881e-07 -4.71684e-07 -4.77385e-07 -4.27924e-07 -3.79767e-07 -3.792e-07 -3.1575e-07 -1.85481e-07 -1.22386e-07 -1.20704e-07 -1.14239e-07 -2.26187e-07 -3.39839e-07 -2.88191e-07 -1.47168e-07 -7.68394e-08 -2.83764e-08 4.90184e-08 9.24132e-08 1.48778e-07 2.75633e-07 3.0563e-07 1.67937e-07 4.94224e-08 5.74896e-08 1.22852e-07 1.19302e-07 1.36214e-07 1.97084e-07 2.3821e-07 2.79017e-07 3.9068e-07 5.07226e-07 5.00397e-07 4.22734e-07 3.92348e-07 3.07082e-07 1.37983e-07 4.21782e-08 9.5335e-08 2.27985e-07 4.4525e-07 6.7761e-07 8.03272e-07 5.14741e-07 3.68498e-08 -2.18276e-07 -2.61371e-07 -2.70313e-07 -2.9114e-07 -3.04369e-07 -3.19845e-07 -3.23252e-07 -2.85762e-07 -2.4472e-07 -2.25892e-07 -1.71631e-07 -8.70941e-08 -5.81931e-08 -7.89644e-08 2.78265e-06 2.39477e-06 1.46083e-06 4.91346e-07 2.15248e-07 -2.30389e-08 -1.88225e-07 8.66736e-07 2.41166e-06 3.28024e-06 3.20408e-06 2.67112e-06 1.97425e-06 1.35073e-06 1.31172e-06 2.3714e-06 3.24396e-06 3.4843e-06 2.90623e-06 9.032e-07 -1.10569e-06 -1.7814e-06 -1.09186e-06 5.90044e-07 1.4136e-06 -4.79651e-07 -1.7414e-06 -2.79999e-07 8.04458e-07 5.70678e-07 -3.48309e-07 -2.28681e-07 4.09383e-07 1.42296e-06 2.3196e-06 2.89739e-06 3.34285e-06 3.19118e-06 1.87087e-06 -2.01097e-07 -2.09592e-06 -8.48924e-07 1.13643e-06 2.72094e-06 3.09497e-06 3.07387e-06 1.75435e-06 6.16343e-07 1.76966e-06 2.52615e-06 2.9765e-06 2.74135e-06 1.56712e-06 5.59692e-07 -2.81774e-07 -1.83912e-06 -2.37595e-06 -1.09026e-06 1.41632e-06 3.41227e-06 4.14573e-06 3.99789e-06 3.27307e-06 2.26763e-06 1.36866e-06 5.72701e-07 3.12685e-08 4.66735e-09 7.14355e-08 -6.24925e-07 -9.64712e-07 -7.2461e-07 2.60091e-08 1.19663e-06 1.66618e-06 -6.42447e-07 -3.12353e-06 -2.23725e-06 3.94907e-07 3.19239e-07 -5.97265e-07 -4.93583e-07 -2.66772e-07 1.56776e-06 3.77354e-06 4.84938e-06 5.62486e-06 5.59841e-06 3.96502e-06 1.71236e-06 -1.84065e-07 -8.58757e-07 2.78973e-07 1.4926e-06 1.22536e-06 7.52962e-08 5.81506e-07 2.48232e-06 2.62506e-06 2.69017e-06 2.14795e-06 2.5549e-06 3.12269e-06 2.48928e-06 3.26865e-07 -8.41894e-07 1.30567e-07 1.98855e-06 2.15173e-06 1.12502e-06 1.25997e-06 2.24573e-06 2.74316e-06 2.03853e-06 9.11324e-07 8.17996e-08 -9.04893e-07 -9.78604e-07 9.26707e-07 1.36606e-06 4.72142e-07 -2.2378e-07 -4.1088e-07 2.71856e-07 1.08849e-06 -8.74038e-07 -3.35606e-06 -1.84147e-06 5.42251e-07 6.99169e-07 1.00337e-06 -1.48796e-08 -1.70612e-06 2.09975e-06 7.33208e-06 7.03322e-06 6.70483e-06 6.14638e-06 4.28276e-06 3.24524e-06 2.75711e-06 1.79049e-06 1.65046e-06 2.03177e-06 1.39202e-06 -7.28201e-07 -4.2762e-07 6.54579e-07 2.8408e-07 8.99957e-07 2.58417e-06 5.59769e-06 6.31647e-06 4.94384e-06 3.21227e-06 3.18476e-06 4.23731e-06 5.24149e-06 4.9994e-06 2.75062e-06 1.88963e-06 2.74079e-06 3.17097e-06 2.49898e-06 1.83213e-06 1.5488e-06 5.54677e-07 4.35788e-07 1.64726e-06 3.09074e-06 3.71499e-06 3.58245e-06 3.60207e-06 3.72083e-06 3.01858e-06 1.42632e-07 -2.5808e-06 -2.66682e-07 2.99075e-06 6.36604e-06 7.51211e-06 5.62559e-06 1.07007e-06 4.29129e-07 5.53253e-06 2.75765e-06 7.79387e-07 2.23565e-06 2.9875e-06 3.97888e-06 4.42858e-06 3.52839e-06 4.45075e-06 4.48378e-06 1.37477e-06 -1.85056e-07 2.05416e-06 2.23987e-06 1.69323e-06 1.35348e-06 1.97081e-06 1.43011e-06 9.35876e-08 -1.0084e-06 8.5884e-07 3.41367e-06 5.01654e-06 5.39845e-06 4.60203e-06 4.33523e-06 5.07001e-06 4.40899e-06 1.93912e-06 1.19815e-06 2.22574e-06 1.09279e-06 5.0532e-07 3.72244e-06 4.67248e-06 5.87315e-06 7.3601e-06 7.72107e-06 8.22176e-06 9.09624e-06 8.42154e-06 4.07097e-06 -3.59153e-07 8.42437e-07 6.66833e-06 1.06515e-05 8.90644e-06 5.76817e-06 1.15196e-06 -6.81422e-07 5.48289e-06 2.95193e-06 2.47662e-06 3.95361e-06 2.17565e-06 2.32779e-06 4.07788e-06 6.54364e-06 1.10162e-05 9.86195e-06 -5.63086e-07 -1.60946e-06 2.50219e-06 3.39995e-06 2.38024e-06 1.8706e-06 -9.41053e-07 7.20202e-08 6.82742e-07 8.80349e-07 3.14547e-06 4.20775e-06 3.89363e-06 6.09541e-06 8.92917e-06 1.01196e-05 9.13565e-06 5.36839e-06 1.22165e-06 -1.63027e-07 -7.34206e-07 -4.08939e-06 -1.69822e-06 8.73855e-06 1.10045e-05 1.11556e-05 8.45398e-06 4.78151e-06 4.08123e-06 5.95889e-06 6.25236e-06 3.32061e-06 2.74994e-06 6.18217e-06 6.92714e-06 5.16841e-06 3.62174e-06 2.11955e-06 2.11882e-06 5.1518e-06 4.29417e-06 2.01348e-06 3.33309e-06 8.36075e-06 3.2477e-06 1.77615e-06 4.34966e-06 1.01075e-05 1.6646e-05 1.40523e-05 3.78449e-07 -1.28588e-06 3.00582e-06 4.42871e-06 3.55166e-06 1.49697e-06 -2.69759e-06 2.56441e-06 6.67418e-06 1.09657e-05 1.28229e-05 1.04154e-05 4.92389e-06 2.82478e-06 5.64224e-06 8.03911e-06 9.41466e-06 8.33396e-06 4.56138e-06 2.43475e-07 -5.39925e-07 1.27414e-06 2.45083e-06 5.40266e-06 7.21809e-06 7.83195e-06 4.64784e-06 1.51525e-06 2.68649e-06 6.51943e-06 5.69044e-06 4.4054e-06 4.0804e-06 3.37062e-06 1.65477e-06 2.85784e-07 2.45955e-08 3.17039e-06 8.81006e-06 5.61946e-06 -6.39961e-07 -3.75078e-08 2.02822e-06 7.1665e-06 7.44944e-06 3.95849e-06 4.93263e-06 1.09068e-05 1.58013e-05 1.16215e-05 4.33221e-06 1.6023e-06 1.18847e-06 2.45305e-06 2.59114e-06 -1.34682e-06 4.23173e-06 8.79199e-06 1.50309e-05 2.04781e-05 1.71992e-05 8.8712e-06 3.06128e-08 -4.19209e-06 -1.57298e-06 2.48698e-06 7.17472e-06 1.20369e-05 9.40472e-06 -1.22195e-06 -8.1202e-07 6.35757e-06 6.86244e-06 3.5551e-06 6.94192e-06 8.55198e-06 4.88339e-06 2.10088e-06 4.14674e-06 8.09329e-06 9.3183e-06 9.54714e-06 5.98261e-06 -2.74613e-07 -2.90673e-06 -3.68171e-06 4.37881e-06 1.52548e-05 7.39879e-06 -3.96064e-06 -3.56719e-06 1.0942e-06 6.98757e-06 1.51206e-05 1.45777e-05 5.07333e-06 6.92498e-06 4.45594e-06 -5.3647e-06 -1.4825e-05 -1.47601e-05 -5.74832e-06 -2.19961e-07 1.30878e-06 1.50362e-06 2.76326e-07 6.93805e-06 5.90553e-06 8.11126e-06 1.15167e-05 1.23762e-05 1.16484e-05 5.96676e-06 6.81124e-07 -9.95498e-07 -3.41845e-06 -3.52297e-06 2.77171e-06 2.59647e-06 -3.90045e-06 -4.67584e-07 9.08765e-06 1.62005e-05 1.15002e-05 1.42274e-05 1.12683e-05 4.22493e-06 2.28319e-06 3.43136e-06 -2.69809e-07 5.8768e-06 9.84524e-06 5.55398e-06 -2.89088e-06 -2.24599e-06 -4.14982e-07 5.46401e-06 8.91027e-06 3.07256e-06 1.55344e-06 1.86167e-06 6.76731e-06 1.3576e-05 1.72666e-05 1.02301e-05 3.89925e-07 2.94246e-06 2.43111e-06 -7.43254e-06 -2e-05 -1.86353e-05 -4.80928e-06 4.96892e-06 6.40418e-06 4.36258e-06 5.80112e-06 5.27425e-06 3.32191e-06 3.33959e-06 5.14746e-06 9.08558e-06 1.49822e-05 9.87002e-06 3.22201e-06 8.54762e-07 -5.14832e-06 -1.02938e-05 -7.51123e-06 -3.27932e-06 -1.72313e-06 2.89836e-06 8.47282e-06 1.28153e-05 1.4916e-05 1.19477e-05 6.40847e-06 3.41676e-06 3.7891e-06 2.06858e-06 -7.33135e-06 -8.60463e-06 -6.44957e-07 -1.12153e-06 -2.72594e-06 -2.71077e-07 3.0719e-07 2.43156e-06 3.02253e-06 6.55608e-06 1.11304e-05 5.6808e-06 -2.79158e-08 5.28673e-06 1.20469e-05 9.27304e-06 6.26128e-06 8.12688e-06 1.03859e-05 -4.59207e-06 -2e-05 -1.83031e-05 -2.71698e-06 1.03754e-05 1.19499e-05 6.70138e-06 5.07071e-06 4.15459e-06 9.10752e-07 -2.71266e-07 2.45403e-06 3.56517e-06 6.82373e-06 4.15043e-06 4.20578e-07 -1.13416e-06 -4.46452e-06 -2.30926e-06 1.64438e-06 2.14067e-06 -9.75647e-08 2.82579e-06 9.31829e-06 1.30356e-05 7.4891e-06 2.9226e-06 3.9224e-07 9.08878e-07 4.09398e-06 4.2772e-06 -7.69226e-06 -1.87278e-05 -1.11439e-05 -6.81405e-07 1.77938e-06 4.5379e-06 3.07508e-06 -1.14536e-06 1.7827e-06 7.47551e-06 7.4118e-06 3.73987e-06 -5.28362e-06 5.23487e-07 7.17108e-06 1.42271e-05 1.88764e-05 1.15852e-05 9.84496e-06 1.26616e-05 2.16021e-05 1.10041e-05 -2.03833e-06 2.69591e-06 4.36412e-06 1.74987e-06 3.51185e-06 1.68941e-06 -6.82914e-07 -2.00163e-06 6.81738e-07 5.45403e-06 5.26993e-06 3.07134e-06 9.71455e-07 -2.4119e-06 -6.49683e-07 6.9597e-06 6.7966e-06 3.01244e-06 -1.16841e-06 3.88002e-06 1.09037e-05 8.59947e-06 6.92241e-08 -2.5372e-06 -3.38212e-07 2.69509e-06 2.12561e-06 1.9222e-06 -1.14354e-05 -2e-05 -1.23e-05 7.71096e-07 4.95356e-06 8.18815e-06 4.77077e-06 6.1739e-07 8.70223e-07 3.09223e-06 7.32619e-06 6.00563e-06 -1.97506e-06 -2.15743e-06 1.46131e-05 1.56113e-05 2.13279e-05 1.51866e-05 1.89606e-05 3.00898e-05 2.79814e-05 1.39302e-05 1.3497e-06 -1.77189e-06 -1.65365e-06 -5.77572e-07 2.32443e-06 1.20065e-06 1.93731e-07 -3.06286e-07 3.15154e-06 5.67949e-06 6.40138e-06 5.59131e-06 2.66739e-06 1.88048e-07 6.0493e-06 1.93928e-05 9.86941e-06 2.37495e-06 1.16998e-06 4.62628e-06 8.76311e-06 6.86429e-06 2.23384e-06 4.46362e-06 3.97833e-06 3.4199e-06 1.57929e-06 3.10806e-06 -1.22652e-05 -5.01897e-06 4.66556e-07 2.86187e-06 8.03756e-06 7.85317e-06 2.05027e-06 1.14111e-06 -7.98308e-07 2.51405e-06 1.41828e-05 1.11207e-05 2.78901e-06 -1.29312e-06 2.27207e-05 1.18291e-05 8.53491e-06 1.05334e-05 1.74941e-05 2.25941e-05 1.64641e-05 7.61869e-06 1.12005e-06 -3.17231e-06 -3.9448e-06 -7.78477e-07 1.92554e-06 3.33409e-06 1.88117e-06 -1.80719e-06 1.67828e-07 4.26556e-07 3.80825e-06 6.30051e-06 2.11248e-06 2.88668e-07 9.895e-07 7.95989e-06 3.75323e-06 8.08467e-07 1.13079e-06 3.36411e-06 6.21744e-06 6.16907e-06 4.78027e-06 4.1145e-06 1.04425e-06 2.00245e-06 2.35493e-06 2.66468e-06 -9.66058e-06 4.94955e-07 2.84465e-06 2.73663e-06 4.64229e-07 -4.87152e-06 -4.44643e-06 -1.67776e-06 -1.1625e-05 -1.41688e-05 -3.59336e-07 7.3175e-07 3.3278e-07 4.14217e-06 2.2737e-05 1.91651e-05 8.72694e-06 7.6236e-06 9.41377e-06 1.02424e-05 8.40179e-06 4.02859e-06 -2.3845e-07 -3.33402e-06 -1.60941e-06 1.13188e-06 2.75139e-06 3.17511e-06 4.25972e-06 6.34026e-07 -1.85584e-06 -2.56723e-06 -2.04459e-07 5.44327e-06 5.24541e-06 2.39085e-06 1.13839e-06 2.24916e-06 -4.52172e-06 -4.26061e-06 -1.68552e-06 3.08375e-06 6.59063e-06 5.10873e-06 2.30654e-06 -7.6669e-07 -3.96221e-07 1.09978e-06 1.62455e-06 -2.90502e-06 -9.13968e-06 2.45847e-06 4.80622e-06 2.07907e-06 -4.26861e-06 -8.49694e-06 -8.55861e-07 -1.25003e-06 -2.33949e-06 -1.4172e-06 2.74542e-06 1.48986e-06 -1.994e-06 4.41543e-06 1.50259e-05 1.80477e-05 1.66712e-05 1.19567e-05 3.73865e-06 4.06596e-06 5.95005e-06 4.68076e-06 1.93585e-06 4.5291e-07 3.17399e-06 5.12501e-06 3.33614e-06 1.32164e-07 2.97912e-06 2.42547e-06 2.49457e-07 -1.7687e-06 3.72689e-07 1.37597e-06 3.65781e-06 2.9662e-06 6.91331e-07 -4.68768e-06 -1.10698e-05 -8.72445e-06 -1.41133e-06 7.7685e-06 7.94211e-06 3.51199e-06 6.88393e-07 -1.51219e-06 5.84692e-07 4.28269e-06 3.61994e-06 -6.60947e-06 -1.53953e-05 1.27124e-06 8.1859e-06 3.57641e-06 -9.18668e-08 5.69734e-07 1.00071e-06 -3.06123e-06 5.86118e-06 1.15633e-05 7.81315e-06 1.16326e-06 -3.24215e-06 -8.98355e-07 4.02562e-06 7.47189e-06 1.01464e-05 1.06595e-05 2.69402e-06 3.71801e-06 8.81012e-06 1.37439e-05 1.11643e-05 7.05771e-06 7.00477e-06 6.58826e-06 2.56231e-06 -9.7774e-06 -1.08902e-05 -1.04683e-05 -3.53344e-06 -1.40653e-06 -4.82895e-07 2.78695e-08 1.44883e-06 1.08791e-06 -4.78106e-06 -1.01302e-05 -1.39146e-05 -7.83699e-06 3.97824e-06 1.11334e-05 9.05592e-06 4.15601e-06 9.32657e-07 -1.98588e-06 3.241e-06 1.12072e-05 8.13698e-06 -5.0926e-06 -1.59607e-05 2.52048e-06 1.17544e-05 5.68877e-06 2.84098e-06 5.8671e-08 -1.1658e-05 -1.92843e-05 1.81469e-05 1.74033e-05 7.47024e-06 1.03354e-06 -4.98632e-07 6.21611e-06 6.56987e-06 5.88695e-06 1.01155e-05 6.61624e-06 3.59876e-06 7.81583e-06 1.55569e-05 1.88059e-05 1.24053e-05 7.0703e-06 4.7677e-06 1.6136e-06 -2.92052e-06 -1.34564e-05 -1.41699e-05 -1.34893e-05 -2.96093e-06 1.95545e-06 -5.57069e-07 -6.24538e-07 8.26393e-07 -3.0137e-07 -6.39828e-06 -1.37219e-05 -1.30775e-05 -4.63072e-06 8.3516e-06 1.107e-05 7.82447e-06 8.02877e-06 4.79649e-06 -5.4043e-08 3.72824e-06 1.07138e-05 8.76412e-06 -6.28483e-06 -1.91722e-05 7.14906e-06 1.36627e-05 4.36518e-06 2.06038e-06 -2.98585e-06 -1.31928e-05 -4.29499e-06 3.57791e-07 4.57806e-06 -9.29118e-07 -1.82965e-06 6.57381e-07 1.46998e-05 1.45514e-05 1.03009e-05 9.53372e-06 5.21308e-06 2.71037e-06 5.57594e-06 1.37532e-05 1.51882e-05 7.56614e-06 -2.81837e-06 -3.66207e-06 -8.02239e-06 -1.3827e-05 -1.08391e-05 -3.11518e-06 7.55984e-07 2.94431e-08 -1.3985e-06 -2.10619e-06 -2.66044e-06 5.60492e-07 -5.90747e-07 1.11891e-06 -9.05292e-06 -9.65872e-06 -7.47772e-07 7.82108e-06 8.4221e-06 5.58648e-06 1.08667e-05 6.83856e-06 9.28199e-07 1.72273e-06 4.7667e-06 4.21129e-06 -7.48659e-06 -1.13191e-05 1.04644e-05 9.2078e-06 2.56434e-06 9.17198e-07 -1.75768e-06 -3.76118e-06 -2.9821e-06 -1.70282e-06 3.80562e-06 1.41701e-07 -3.85258e-06 1.32805e-06 1.9693e-05 2.43234e-05 9.86225e-06 3.84579e-06 4.25711e-06 4.04178e-06 7.36356e-06 1.36833e-05 1.38562e-05 7.21892e-06 1.0478e-06 3.67563e-07 -5.55442e-06 -8.57487e-06 8.88222e-07 2.62509e-06 2.87321e-06 -2.83074e-07 -3.33684e-06 -4.51245e-06 -1.30374e-06 -2.30966e-06 1.95759e-06 9.67762e-06 5.14074e-07 -2.94308e-06 1.18248e-06 5.59684e-06 8.82341e-06 1.01946e-05 8.0874e-06 4.99735e-06 4.9932e-07 1.10892e-08 -4.64101e-07 -5.7254e-07 -4.35086e-06 -3.08323e-06 6.52042e-06 3.89758e-06 1.55428e-06 -7.79245e-07 -4.72817e-06 -2.93233e-06 -4.57126e-06 -5.13809e-06 -8.85125e-07 -1.88095e-06 -9.28818e-06 3.36445e-06 4.45875e-06 4.49548e-06 3.84473e-06 3.48186e-06 3.95078e-06 3.99693e-06 9.0797e-06 1.10662e-05 9.10298e-06 1.06586e-05 7.05384e-06 -7.3152e-07 -5.10143e-06 -4.9309e-06 5.31376e-06 3.81305e-06 1.79751e-06 -1.09661e-06 -3.43017e-06 -3.17286e-06 -6.86199e-07 -3.71763e-06 3.54009e-06 1.15876e-05 3.98109e-06 -3.30177e-07 1.0636e-06 3.71699e-06 9.36013e-06 7.90465e-06 6.32126e-06 3.36974e-06 -1.54996e-07 -6.80335e-07 -2.54457e-06 -1.39167e-06 -1.3193e-06 -3.64517e-07 2.56707e-06 1.8089e-06 9.08777e-07 -2.40676e-06 -2.59335e-06 -4.34492e-06 -5.47967e-06 -2.79362e-06 5.02235e-07 -9.7076e-06 -2e-05 2.49341e-06 1.16626e-05 7.17983e-06 2.67263e-06 6.76699e-07 4.76979e-07 6.12702e-06 9.51957e-06 6.00658e-06 5.99661e-06 1.15621e-05 9.86948e-06 -3.05813e-06 -1.11307e-05 3.05292e-06 6.22967e-06 2.79565e-06 5.11006e-07 -9.41878e-07 -1.67203e-06 -4.89928e-07 -1.47232e-06 7.57429e-07 8.22991e-06 1.25782e-05 4.30575e-06 -7.12719e-08 4.73878e-07 2.37595e-06 6.90933e-06 6.42168e-06 4.13367e-06 1.55735e-06 -2.05129e-07 -2.00612e-06 -4.18301e-06 -2.06924e-06 -1.25238e-06 -2.22115e-06 -6.54584e-06 -5.23581e-06 -2e-05 -4.10385e-06 -2.90453e-06 -3.30315e-06 -3.2256e-06 1.11272e-06 7.20466e-07 -9.44571e-06 -2.51699e-07 1.13176e-05 1.4148e-05 5.7045e-06 -2.94578e-07 -3.98908e-06 -1.32617e-06 6.41412e-06 6.23807e-06 3.67566e-06 8.988e-06 1.45203e-05 2.06493e-07 -8.58921e-06 1.17692e-06 6.8861e-06 4.07548e-06 1.05314e-06 -2.05532e-07 -5.07966e-07 -3.98418e-07 1.56082e-07 2.6331e-09 3.54676e-06 1.00025e-05 9.0471e-06 2.7493e-06 1.27025e-08 5.56949e-07 2.3743e-06 5.64862e-06 6.35877e-06 4.25559e-06 7.12417e-07 -6.44326e-07 -2.19148e-06 -3.11119e-06 -2.95541e-06 -6.49474e-06 -1.07089e-05 -1.01605e-05 -2e-05 -1.00298e-05 -1.42163e-05 -7.59465e-07 -1.56647e-06 1.7846e-06 2.27712e-06 -2.69381e-07 -2.31072e-06 2.21002e-06 1.1332e-05 8.94177e-06 2.01134e-06 -3.48854e-06 -6.05319e-06 -1.43211e-06 3.64702e-06 3.23865e-06 4.47559e-06 1.02042e-05 3.74859e-06 -5.49573e-06 -3.2364e-07 3.97218e-06 7.07681e-06 1.72247e-06 -1.40638e-07 -2.81221e-07 -3.3937e-07 2.94021e-07 7.75353e-07 1.59377e-06 5.55577e-06 7.2659e-06 4.57543e-06 1.17971e-06 3.59639e-08 7.90948e-07 2.50613e-06 4.86264e-06 4.39918e-06 5.36792e-06 7.15423e-07 -1.69422e-06 -2.08508e-06 -3.12832e-06 -6.25593e-06 -9.61328e-06 -9.71694e-06 -9.6019e-06 -3.92007e-06 -1.77601e-05 -1.00553e-05 -2.14578e-06 1.50025e-06 4.31912e-06 1.92713e-06 -1.15536e-06 -1.59143e-06 3.06953e-06 6.46379e-06 3.11031e-06 1.55573e-07 -3.97686e-06 -4.35381e-06 -1.06882e-06 9.54606e-07 9.7866e-07 1.96016e-06 2.72668e-06 2.20812e-06 3.53548e-07 1.88076e-06 5.52247e-06 4.75282e-06 3.02559e-08 -5.92755e-07 -3.76384e-07 -1.13406e-07 7.0917e-07 1.28534e-06 2.38257e-06 4.34206e-06 3.96347e-06 1.82157e-06 -4.93424e-08 -2.15967e-07 3.71156e-07 1.69216e-06 2.63375e-06 2.87716e-06 6.32939e-06 -6.96043e-07 -2.37639e-06 -2.25128e-06 -1.39468e-06 -2.02011e-06 -4.419e-06 -7.89888e-06 1.67511e-07 -5.68632e-07 -3.34197e-06 -8.1711e-06 5.3932e-07 3.79984e-06 3.83654e-06 1.08568e-06 -1.24744e-06 -5.06395e-07 2.48943e-06 2.55399e-06 8.4855e-07 4.78926e-07 -1.45373e-06 -1.76462e-06 -6.63508e-07 -1.3654e-08 -2.37652e-07 -3.60238e-07 5.16157e-07 6.35068e-07 1.60858e-06 3.26064e-06 3.91692e-06 2.13234e-06 -6.98803e-07 -8.46907e-07 -4.75104e-07 8.78776e-08 6.81888e-07 1.17083e-06 1.80652e-06 2.39312e-06 1.68287e-06 3.03088e-07 -9.59465e-08 5.57433e-08 -5.17295e-08 2.89581e-07 7.818e-07 8.4544e-07 8.62385e-07 -3.52374e-07 5.01102e-08 1.38091e-07 1.50006e-07 -2.18751e-07 -5.77213e-07 1.74729e-07 5.62317e-07 -1.35004e-07 -3.73583e-07 3.12559e-07 2.92326e-06 3.88371e-06 2.43811e-06 6.10125e-07 -6.48076e-07 5.28542e-07 1.51511e-06 3.72405e-07 -2.7742e-07 1.15489e-07 -3.30126e-07 -3.87025e-07 2.8843e-08 2.47922e-07 1.44933e-07 4.1472e-07 1.12804e-06 2.00237e-06 2.10151e-06 2.21373e-06 1.76773e-06 4.10368e-07 -8.66992e-07 -9.27812e-07 -5.62021e-07 -1.8799e-08 4.41566e-07 7.7285e-07 9.66425e-07 9.84292e-07 6.22951e-07 2.77388e-07 1.98721e-07 2.29475e-07 2.36712e-07 3.6026e-07 5.07371e-07 6.39068e-07 3.42802e-07 2.68732e-07 2.98833e-07 2.88054e-07 1.72001e-07 1.15581e-07 2.65569e-07 4.82962e-07 3.62058e-07 1.75042e-09 2.31581e-07 1.92891e-06 3.24492e-06 2.44048e-06 1.10354e-06 1.4146e-07 -7.15191e-08 6.36927e-07 -1.78276e-07 -6.31009e-07 -4.31823e-07 -1.08569e-08 2.11605e-08 1.7138e-07 4.50035e-07 5.22664e-07 5.97682e-07 1.17657e-06 1.7839e-06 1.62446e-06 1.198e-06 9.64821e-07 4.51372e-07 -3.51817e-07 -8.5128e-07 -9.72359e-07 -6.75962e-07 -1.87444e-07 2.6924e-07 5.16157e-07 5.95656e-07 7.11135e-07 6.61619e-07 3.97481e-07 2.87793e-07 3.45146e-07 4.94365e-07 6.93657e-07 8.91951e-07 9.1462e-07 7.15487e-07 5.92788e-07 4.94375e-07 3.57145e-07 3.06519e-07 4.05553e-07 5.18046e-07 5.49914e-07 5.04747e-07 4.39332e-07 1.02692e-06 2.02981e-06 2.05139e-06 1.1759e-06 3.04998e-07 -6.86207e-08 -2.52523e-08 -2.13455e-07 -5.64915e-07 -5.74386e-07 -2.6065e-07 6.76454e-08 2.19745e-07 3.9607e-07 5.57368e-07 6.30553e-07 7.86277e-07 1.0893e-06 1.13073e-06 8.11617e-07 4.94174e-07 2.69705e-07 -5.18116e-08 -4.4512e-07 -6.08864e-07 -7.57016e-07 -5.83878e-07 -2.14594e-07 1.87556e-07 3.77515e-07 4.57232e-07 6.14678e-07 5.98033e-07 3.75253e-07 2.88815e-07 3.85986e-07 5.62168e-07 7.3853e-07 8.45911e-07 8.22452e-07 6.77944e-07 5.15965e-07 3.65302e-07 2.75203e-07 3.08368e-07 4.1559e-07 4.50924e-07 4.82544e-07 5.12446e-07 5.64257e-07 9.55256e-07 1.34948e-06 1.16725e-06 5.66493e-07 1.00069e-07 -1.36416e-07 -3.00475e-07 -4.90077e-07 -4.51532e-07 -2.90283e-07 -1.09281e-07 9.41183e-08 2.21244e-07 3.3449e-07 3.98919e-07 4.23609e-07 4.97446e-07 5.9354e-07 5.48239e-07 3.48876e-07 1.49903e-07 4.61566e-08 -6.9536e-08 -3.04508e-07 -4.72417e-07 -5.78309e-07 -4.58266e-07 -1.74684e-07 1.46126e-07 2.95873e-07 3.62978e-07 4.87394e-07 4.82193e-07 3.225e-07 2.67033e-07 3.62768e-07 5.07847e-07 6.21363e-07 6.32221e-07 5.68855e-07 4.489e-07 3.28395e-07 2.38277e-07 1.95218e-07 2.37386e-07 3.04828e-07 3.06911e-07 3.34549e-07 3.51559e-07 3.93921e-07 6.06246e-07 7.75444e-07 6.59426e-07 3.50833e-07 6.47211e-08 -1.8449e-07 -3.62357e-07 -4.01491e-07 -2.68749e-07 -1.54163e-07 -5.99095e-08 6.54936e-08 1.43847e-07 2.00569e-07 2.20182e-07 2.20629e-07 2.49125e-07 2.90772e-07 2.72779e-07 1.60938e-07 5.46506e-08 2.28368e-08 -2.62992e-08 -2.11573e-07 3.01506e-06 2.40037e-06 2.15074e-06 2.36532e-06 2.28636e-06 1.58387e-06 2.68937e-08 -3.10241e-07 6.57938e-07 1.12749e-06 9.61771e-07 6.7011e-07 4.7664e-07 6.90005e-07 1.06381e-06 1.37496e-06 1.77384e-06 2.38473e-06 2.9126e-06 1.96347e-06 6.96273e-07 1.16176e-06 2.24183e-06 2.62805e-06 2.14917e-06 7.50268e-07 -4.22603e-07 1.37937e-06 2.87773e-06 2.00515e-06 3.1812e-07 7.43298e-07 1.35483e-06 1.00993e-06 8.06257e-07 9.37013e-07 1.37226e-06 1.64835e-06 6.12724e-07 -5.7695e-07 -6.44427e-08 2.01535e-06 3.81214e-06 3.2654e-06 2.76374e-06 2.7705e-06 2.41902e-06 3.65636e-06 4.25026e-06 3.98249e-06 2.61824e-06 3.77845e-06 3.57878e-06 2.20204e-06 1.40617e-06 1.59935e-06 1.55539e-06 1.22739e-06 1.23055e-06 1.56243e-06 1.56008e-06 1.27196e-06 1.06272e-06 9.34315e-07 8.97189e-07 9.38362e-07 2.56448e-07 -3.06991e-07 -9.46456e-08 3.12632e-07 5.88294e-07 7.5616e-07 8.34484e-07 1.16219e-06 1.37511e-06 -1.92207e-07 -2.01883e-06 -5.91006e-07 1.90782e-06 8.91915e-07 4.95635e-07 1.17078e-06 5.51514e-07 -1.57568e-07 6.02792e-07 1.07588e-06 1.49885e-06 1.81828e-06 1.74733e-06 1.9964e-06 1.71847e-06 1.58489e-06 2.68051e-06 6.18718e-07 -2.77529e-07 -8.21954e-07 2.49913e-06 5.13969e-06 1.23134e-06 8.62965e-07 2.97904e-06 3.90344e-06 2.38001e-06 -1.01691e-06 -2.38023e-06 -1.79987e-06 3.92564e-07 1.75284e-06 1.42731e-06 7.58554e-07 6.99033e-07 1.32078e-06 2.07193e-06 2.30164e-06 1.69779e-06 6.67959e-07 -6.39321e-07 -1.00761e-06 -4.7648e-09 8.47341e-07 6.01514e-07 1.91371e-07 8.71384e-07 1.76724e-06 1.57548e-06 -1.23419e-06 -3.43357e-06 -1.09805e-06 7.68307e-07 2.15724e-06 3.21854e-06 1.64375e-06 -1.45264e-06 -4.73141e-07 3.31264e-06 4.14879e-06 3.81103e-06 3.43495e-06 3.25976e-06 3.57283e-06 3.50964e-06 1.57387e-06 8.29574e-07 4.05017e-07 -1.17206e-06 -2.91187e-06 -1.86151e-06 1.49669e-06 1.91409e-06 2.03265e-06 4.57361e-06 6.91058e-06 7.2744e-06 3.26401e-06 3.65527e-07 5.06569e-07 3.28973e-06 4.77244e-06 1.82346e-06 -9.23762e-07 3.36114e-07 2.06533e-06 2.99353e-06 3.78429e-06 3.52755e-06 2.33814e-06 -2.00302e-07 -2.20017e-06 -3.16937e-07 2.26674e-06 1.48903e-06 2.10565e-06 3.71445e-06 5.67334e-06 5.33303e-06 -7.92178e-07 -5.18703e-06 -2.19777e-06 2.48731e-06 8.14671e-06 7.70759e-06 3.83279e-06 -6.11511e-07 -9.6507e-07 3.08895e-06 3.0342e-06 2.37827e-06 2.27728e-06 3.56461e-06 5.82064e-06 3.95624e-06 2.19579e-06 2.64386e-06 2.33477e-06 1.48346e-06 -7.19232e-08 2.05493e-06 4.07373e-06 4.59727e-06 4.0073e-06 7.15899e-06 7.67091e-06 8.16914e-06 5.28524e-06 1.59216e-06 5.85782e-07 2.7201e-06 2.59061e-06 -1.39199e-07 -1.43347e-07 1.92875e-06 1.33563e-06 -1.02771e-07 1.46126e-06 4.56802e-06 1.99135e-06 -6.24161e-06 -1.08649e-05 5.02933e-06 8.15192e-06 6.14006e-06 4.3063e-06 4.44251e-06 6.03885e-06 6.44043e-06 2.71424e-06 -2.01847e-06 -6.64394e-07 5.54597e-06 8.94224e-06 5.08641e-06 7.60991e-07 -8.00519e-07 5.4047e-07 1.09448e-06 4.89773e-07 3.94165e-07 -9.07091e-07 1.21207e-06 2.4177e-06 1.53464e-06 2.31931e-06 5.3902e-06 6.54385e-06 5.04849e-06 3.16705e-06 7.3606e-06 9.28137e-06 8.06627e-06 6.90209e-06 6.93436e-06 3.55344e-06 2.10135e-06 5.71042e-06 4.75599e-06 1.09209e-06 1.19479e-06 2.90282e-06 3.39011e-06 4.22038e-06 3.88037e-06 1.28617e-06 -2.5363e-06 1.77455e-06 9.087e-06 4.38176e-06 -4.36344e-06 1.23215e-07 1.14396e-05 1.57331e-05 8.2882e-06 2.48083e-06 5.16741e-07 1.04113e-06 1.33125e-06 -1.10044e-06 -1.97384e-06 7.36973e-07 4.47003e-06 4.41055e-06 1.68244e-06 7.98225e-07 2.6607e-06 4.17837e-06 1.31506e-07 3.04863e-06 5.42967e-06 3.33986e-06 1.67186e-06 5.7931e-07 -3.5383e-07 2.90566e-06 1.20495e-05 1.67332e-05 6.31845e-06 6.92816e-06 1.14385e-05 1.18443e-05 8.78102e-06 7.84235e-06 3.13318e-06 -5.26779e-07 1.93521e-06 8.04317e-06 1.00626e-05 5.77965e-06 9.80196e-07 5.64435e-07 1.84108e-06 4.91696e-06 7.56004e-06 6.51176e-06 1.84296e-06 4.72687e-06 1.2421e-05 1.14695e-05 6.32454e-06 3.13638e-06 1.03588e-05 1.58222e-05 1.08433e-05 5.82302e-06 5.27249e-06 7.52589e-06 6.52714e-06 2.25489e-06 -1.2535e-06 -5.66184e-06 -1.29882e-06 3.01476e-06 3.29526e-06 4.52113e-06 6.11313e-06 4.14023e-06 2.08664e-06 1.01512e-05 1.22375e-05 1.09351e-05 6.80015e-06 4.23817e-06 1.35104e-06 1.75702e-06 8.21197e-06 1.00896e-05 8.96787e-06 6.07073e-06 4.80752e-06 4.02736e-06 4.77585e-06 5.85592e-06 4.3492e-06 4.09396e-06 7.52085e-06 1.57978e-05 1.87343e-05 1.24839e-05 4.2369e-06 -3.64549e-06 -1.20802e-06 5.18999e-06 9.93734e-06 9.77457e-06 4.9196e-06 7.40505e-06 1.26296e-05 1.52172e-05 1.5052e-05 6.96041e-06 9.15325e-06 1.51842e-05 1.39089e-05 1.08294e-05 1.28883e-05 1.57744e-05 1.11972e-05 5.80569e-06 -9.75011e-07 -1.30431e-05 -5.55145e-06 4.29314e-06 6.85357e-06 9.12651e-06 9.11358e-06 5.79759e-06 9.15329e-06 1.788e-05 2.19121e-05 1.94583e-05 8.85032e-06 1.13051e-06 -1.99967e-06 -4.81262e-06 -3.58838e-06 1.60919e-06 7.97142e-07 -1.57617e-06 1.94022e-06 7.58134e-06 8.99621e-06 6.45784e-06 6.06489e-06 5.71473e-06 7.44161e-06 1.57887e-05 1.86648e-05 1.27144e-05 4.9808e-06 -1.57797e-07 7.69338e-07 2.10651e-06 3.33632e-06 3.33909e-06 1.31546e-06 7.7931e-06 9.63641e-06 7.75751e-06 8.00121e-06 8.22481e-06 1.15592e-05 1.41656e-05 1.14645e-05 8.93903e-06 1.19809e-05 1.03491e-05 4.59982e-06 1.18488e-06 -5.67935e-06 -1.65821e-05 -9.84698e-06 1.1449e-05 1.73593e-05 1.38714e-05 1.00921e-05 1.14816e-05 1.90265e-05 1.85641e-05 1.39575e-05 9.25331e-06 3.00823e-06 -1.64692e-06 -5.84019e-06 -7.52052e-06 -5.79432e-06 -3.79913e-06 -2.62155e-06 -6.64675e-07 5.14134e-06 1.18836e-05 1.05119e-05 6.36312e-06 4.7906e-06 3.83871e-06 2.77516e-06 6.68851e-06 1.44957e-05 9.92362e-06 5.02133e-06 1.7721e-06 6.62223e-07 -7.77297e-07 -1.9384e-07 2.12649e-07 1.23944e-06 4.73568e-06 4.13892e-06 5.72239e-06 8.96321e-06 1.08621e-05 1.03903e-05 8.69663e-06 5.43965e-06 3.06708e-06 -4.69532e-06 -4.77289e-06 -1.76261e-06 -2.70218e-06 -1.73323e-06 -4.14075e-06 -3.77559e-06 3.5292e-06 6.78937e-06 9.86267e-06 7.46186e-06 8.51736e-06 7.9095e-06 6.67586e-06 6.80306e-06 3.66756e-06 4.07363e-06 3.00259e-06 -3.82369e-07 9.9628e-06 1.29058e-05 4.51578e-06 2.15567e-06 7.62756e-07 2.32612e-06 8.249e-06 7.79969e-06 4.91455e-06 5.21596e-06 4.19388e-06 3.43921e-06 4.45348e-06 4.86833e-06 1.64232e-06 1.18265e-06 -1.32613e-06 -1.6107e-06 -1.20062e-06 1.79229e-06 2.33826e-06 2.19026e-06 3.51769e-06 7.83269e-06 1.31498e-05 1.04163e-05 8.24891e-06 5.05708e-06 2.31458e-06 1.78934e-06 3.38574e-06 -4.12611e-06 -9.48207e-06 -6.45228e-06 -7.22187e-07 6.85007e-06 8.15211e-06 4.44536e-06 2.08119e-06 4.04082e-06 4.94272e-06 5.1586e-06 4.71537e-06 1.52704e-06 -1.86296e-06 -9.38086e-07 -4.40251e-06 8.98956e-06 7.17609e-06 9.47975e-06 1.60763e-05 1.23267e-05 7.60601e-06 7.40165e-06 4.85023e-06 1.50603e-06 -3.06687e-08 -3.59067e-07 2.3324e-06 4.17986e-06 4.20355e-06 3.22523e-06 1.70833e-06 1.82737e-06 2.0256e-06 2.45959e-06 2.64909e-06 3.99825e-07 -5.98194e-07 5.28134e-06 4.80972e-06 3.13707e-06 4.21749e-06 1.08149e-05 1.55422e-05 8.93375e-06 2.25376e-07 -2.61772e-06 2.06323e-07 6.09863e-06 4.54919e-06 -1.59061e-06 -1.31335e-05 -1.43786e-05 -2.38882e-06 7.40372e-06 1.1149e-05 6.91921e-06 3.51839e-06 4.60305e-06 5.67902e-06 3.52152e-06 2.10272e-06 4.69582e-07 -7.4855e-06 -4.46844e-06 3.58992e-06 1.63526e-05 2.474e-05 1.88386e-05 1.16936e-05 1.03672e-05 1.50966e-05 1.64007e-05 1.01318e-05 3.40067e-07 -3.992e-06 -1.78965e-06 2.78353e-06 8.47413e-07 2.0608e-06 1.37317e-05 9.59339e-06 1.94881e-06 1.42218e-06 3.51383e-06 4.00872e-06 2.47287e-06 2.78733e-06 7.28338e-06 4.37654e-06 2.60778e-06 4.7651e-06 1.10469e-05 1.28392e-05 5.17917e-06 -1.09995e-05 -5.74076e-06 3.83247e-07 6.00709e-06 3.05556e-06 -9.6904e-07 -7.39503e-06 -4.74968e-06 2.82572e-06 8.71104e-06 1.12055e-05 6.61219e-06 5.31085e-06 1.08372e-05 1.01932e-05 1.08642e-06 6.07466e-06 3.14246e-06 -6.63611e-06 3.42527e-06 2.00206e-05 7.13827e-06 1.65799e-05 1.18798e-05 3.41573e-06 1.0686e-05 1.23993e-05 1.07492e-05 8.15095e-06 -6.84271e-07 -5.33553e-06 -1.0423e-06 2.9782e-06 -2.70772e-07 8.58588e-07 1.6872e-07 5.34689e-06 -1.49807e-07 5.08471e-07 3.92388e-06 -4.97123e-07 4.00026e-06 -4.81203e-07 1.52434e-06 1.89862e-06 1.97622e-06 4.8375e-06 1.12649e-05 1.19923e-05 2.61492e-06 -5.29363e-06 -2.0167e-06 7.08992e-07 5.68192e-06 2.81929e-06 1.48215e-06 2.75418e-06 5.56723e-06 9.11245e-06 9.82976e-06 4.48184e-06 -1.82127e-07 3.47832e-06 6.16296e-06 7.04557e-06 -7.34886e-06 -1.12254e-05 -4.66513e-06 -6.79891e-08 1.40266e-05 2.95478e-05 1.09687e-05 1.51561e-05 1.4912e-05 8.37549e-06 1.38783e-05 1.57933e-05 1.35201e-05 8.27159e-06 -1.84475e-06 -3.66964e-06 -3.54223e-08 2.76181e-06 -1.54041e-06 -1.34831e-06 -3.47828e-06 2.50591e-07 -2.4368e-06 1.00999e-07 2.79069e-06 -2.3356e-06 6.31847e-06 -1.79788e-06 -2.19813e-07 -7.71967e-07 3.41998e-07 3.23527e-06 9.17642e-06 9.82372e-06 2.90215e-06 1.41195e-07 -1.06172e-07 1.09188e-06 3.72511e-06 1.8095e-06 3.21743e-06 1.09517e-05 1.3601e-05 1.11876e-05 3.98493e-06 -5.34891e-06 -1.63139e-06 6.1694e-06 8.75615e-06 7.96813e-06 -3.17664e-06 8.31042e-08 -2.63657e-06 -4.50932e-07 6.50154e-06 1.49456e-05 1.19554e-05 2.76102e-05 2.78641e-05 1.21168e-05 7.59599e-06 6.58811e-06 5.08854e-06 2.41439e-06 -2.02286e-06 7.67861e-08 1.27592e-06 -3.10323e-07 -3.71965e-06 -1.76312e-06 1.91231e-06 2.07785e-06 -1.96309e-06 2.11667e-06 1.4574e-07 -2.74783e-06 2.9766e-06 4.95197e-06 3.12972e-07 -4.20953e-06 -3.70002e-07 2.15565e-06 5.42296e-06 6.29526e-06 7.73462e-06 6.71849e-06 2.38015e-06 2.04403e-06 4.96155e-06 4.85484e-06 5.73833e-06 1.86045e-05 1.82551e-05 8.36368e-06 -3.75372e-06 -8.47875e-06 5.07414e-06 1.06579e-05 1.20468e-05 7.71083e-06 1.10227e-06 7.2426e-06 -7.37924e-07 -3.12676e-06 3.18052e-08 -1.12441e-06 4.42694e-06 5.11442e-06 2.00465e-05 4.80855e-06 -1.34836e-06 -7.79064e-07 1.30947e-06 2.04715e-06 1.33077e-06 2.01937e-06 1.47377e-06 -4.47126e-07 -6.85967e-06 -5.81932e-06 -1.73241e-07 3.71895e-06 -2.10812e-07 2.43706e-06 -6.34025e-08 2.94269e-07 4.06464e-06 6.08042e-06 -2.22369e-06 -4.42658e-06 1.39745e-06 1.96849e-06 2.09497e-06 3.0343e-06 1.169e-05 1.10627e-05 2.43888e-06 1.62094e-06 6.10386e-06 6.19889e-06 8.33533e-06 1.59457e-05 1.29956e-05 4.07379e-06 -4.46964e-06 -2.18343e-06 5.80014e-06 9.61201e-06 4.42364e-06 -5.75328e-07 1.35643e-06 4.25876e-06 -1.12071e-06 -3.20361e-06 -2.79817e-06 -4.61988e-06 6.41319e-06 1.19434e-05 1.08434e-05 -9.56987e-06 -9.19213e-06 -8.36251e-06 -4.1273e-06 -3.97971e-07 -2.25967e-06 2.77738e-06 -8.59479e-08 -2.79986e-06 -7.19262e-06 -4.03532e-06 -4.21003e-06 2.2092e-06 1.54602e-06 2.04024e-06 1.08998e-06 2.84885e-06 5.89266e-06 2.48036e-06 -1.82902e-06 2.82281e-06 2.70084e-06 5.78777e-06 3.57471e-06 1.32809e-07 7.33166e-06 6.1631e-06 1.0854e-07 -3.57716e-07 3.68286e-06 7.53686e-06 7.81344e-06 4.27639e-06 4.88605e-06 1.8689e-06 -1.91959e-06 9.15864e-07 5.03796e-06 6.59095e-06 -2.41204e-06 -2.31734e-06 6.61211e-06 4.24054e-06 -1.02665e-06 -4.14405e-07 2.60494e-07 -2.33185e-06 9.49868e-06 1.79098e-05 2.52124e-06 -2.58282e-06 -2.30064e-06 2.56861e-07 3.0887e-06 2.32072e-06 -2.38264e-06 -7.67976e-07 -1.28259e-06 -4.63919e-06 -1.88337e-06 -5.79141e-07 -3.65976e-07 5.78241e-07 8.87763e-07 9.89766e-07 1.1447e-06 5.07097e-06 5.16703e-06 3.7621e-07 6.41247e-08 1.68434e-06 4.61021e-06 1.33462e-05 7.5224e-06 1.18804e-06 3.33008e-06 9.43419e-07 -1.38964e-06 -2.42862e-06 2.03617e-06 4.79534e-06 -7.52433e-07 -8.55039e-06 -1.2557e-06 1.26778e-06 3.68385e-07 -6.22488e-07 -1.95191e-06 6.34953e-07 -4.58662e-06 -2.06028e-06 9.60045e-06 1.00706e-05 1.51987e-07 1.77334e-06 -5.28214e-07 8.54288e-07 1.25762e-05 1.83407e-05 3.19595e-06 3.2194e-07 2.63749e-06 3.19131e-06 3.66693e-06 2.47862e-06 -5.71207e-07 3.31265e-07 -1.02657e-06 -3.20761e-06 1.25077e-06 2.12219e-06 7.70498e-07 9.50651e-07 5.69747e-07 2.28796e-07 1.68775e-06 5.654e-06 2.62452e-06 -1.19159e-06 -2.54049e-07 1.06119e-06 5.07375e-06 1.51651e-05 1.25874e-05 6.23524e-06 3.91917e-06 1.30997e-06 -4.18552e-07 7.01511e-08 2.63095e-06 -8.91888e-07 -5.07644e-06 -1.21079e-05 -3.80735e-06 5.92198e-07 2.55587e-06 -6.76435e-06 -1.20064e-05 -1.66923e-06 -2.12268e-06 -9.68846e-07 2.54238e-06 5.71353e-06 1.57343e-06 1.4431e-07 -2.54625e-06 4.37409e-06 1.27112e-05 1.34585e-05 4.0486e-06 4.1966e-06 5.85255e-06 3.29131e-06 2.4559e-06 2.77477e-06 1.57371e-06 -2.63948e-08 -1.12897e-06 1.01555e-07 2.41748e-06 1.38457e-06 3.29003e-07 8.93706e-07 2.35098e-07 5.11736e-07 3.15405e-06 5.14352e-06 1.0055e-06 -1.33187e-06 1.05476e-07 5.55773e-07 3.4947e-06 1.32282e-05 2.18115e-05 1.62414e-05 6.98923e-06 1.66647e-06 5.2416e-07 2.27016e-06 -7.23323e-07 -2.93417e-06 -5.41063e-06 -1.15307e-05 -3.71076e-06 1.54528e-06 2.00807e-06 -3.19109e-06 -2.44551e-06 5.72605e-07 -2.92e-07 1.02139e-06 2.70414e-06 6.14839e-06 1.05946e-06 -2.52981e-06 1.17142e-06 3.33243e-06 4.86334e-06 6.55537e-06 5.04938e-06 6.02797e-06 5.25764e-06 2.74029e-06 2.41667e-06 4.02543e-06 1.33795e-06 -1.1623e-06 -1.39905e-06 1.28899e-06 1.94389e-06 2.93212e-07 -4.5096e-07 3.40591e-07 3.664e-07 1.85502e-06 4.49641e-06 4.81189e-06 7.71202e-07 6.26252e-08 9.79771e-07 2.95676e-08 1.36626e-06 9.77132e-06 2.37309e-05 1.59551e-05 6.23064e-06 8.13171e-07 -6.3001e-07 -1.65521e-06 -4.56689e-06 -5.86923e-06 -6.10438e-06 -3.24097e-06 -2.61188e-07 1.41258e-06 1.21914e-06 -1.88227e-06 1.29525e-06 1.82584e-06 1.91354e-06 2.87725e-06 3.86089e-06 4.8065e-06 -3.26538e-07 -6.9344e-09 2.71278e-06 1.98953e-06 2.4407e-06 4.68129e-06 5.35251e-06 5.65081e-06 4.51996e-06 2.83059e-06 4.23202e-06 3.38551e-06 -1.02647e-08 -1.88437e-06 1.29119e-06 2.85865e-06 3.31727e-07 -5.03947e-07 -1.70349e-08 5.24928e-07 1.13681e-06 2.86864e-06 4.79707e-06 3.62943e-06 1.17806e-06 7.74651e-07 1.06853e-06 -7.79974e-07 1.17379e-07 5.70257e-06 1.85438e-05 1.25148e-05 4.31784e-06 -9.99045e-07 -3.14799e-06 -7.41695e-06 -1.05395e-05 -3.65284e-06 -1.37357e-06 -6.71401e-09 1.07099e-06 9.0116e-07 -1.96298e-06 -1.06205e-07 2.12865e-06 3.20525e-06 4.6339e-06 3.59757e-06 2.87493e-06 1.8873e-06 -2.04717e-07 1.72943e-06 1.93708e-06 2.2621e-06 3.2302e-06 4.46172e-06 4.42437e-06 4.11202e-06 2.46926e-06 3.88872e-06 5.96946e-06 4.34324e-06 -3.0845e-07 1.30092e-06 3.04418e-06 2.49991e-06 -5.95594e-07 -2.47813e-07 4.04352e-07 7.95548e-07 1.87499e-06 3.18638e-06 3.71638e-06 1.94496e-06 6.92728e-07 9.73119e-07 5.61058e-07 2.7921e-08 -4.76201e-08 3.12508e-06 1.28769e-05 1.20012e-05 5.02065e-06 -2.9561e-06 -8.35417e-06 -1.37697e-05 -1.5746e-06 -3.14649e-07 -9.01503e-08 1.09863e-06 9.35302e-07 -4.34008e-07 -4.9739e-07 7.3439e-07 2.7925e-06 5.60663e-06 4.61722e-06 2.22893e-06 1.17381e-06 1.1118e-07 4.94842e-07 9.30941e-07 2.20529e-06 2.47668e-06 2.6346e-06 2.94116e-06 1.83468e-06 6.64634e-07 1.312e-06 4.4462e-06 5.02865e-06 9.10271e-07 1.37734e-06 2.95767e-06 2.84012e-06 7.10506e-07 -6.97592e-07 -1.20475e-07 5.38272e-07 1.48523e-06 2.38731e-06 2.60088e-06 1.97143e-06 5.53184e-07 4.56056e-07 3.7304e-07 2.74135e-07 3.04625e-07 -5.55972e-07 2.16528e-06 6.64955e-06 5.88606e-06 2.59174e-06 -4.75143e-07 -9.32349e-07 -1.90886e-07 3.73634e-07 5.19875e-07 6.1909e-07 9.24921e-07 4.81228e-07 2.53478e-08 2.03354e-07 1.44437e-06 3.69807e-06 4.0722e-06 2.25715e-06 8.93885e-07 -7.77392e-08 -3.51711e-07 3.01555e-07 1.01568e-06 1.50792e-06 4.55121e-07 9.09866e-07 3.25279e-07 -5.06754e-07 -5.68217e-07 -7.56737e-08 8.02242e-07 4.78354e-07 1.11629e-06 2.89615e-06 2.97366e-06 1.24036e-06 -6.25372e-07 -6.21312e-07 -1.01275e-08 8.32347e-07 1.72189e-06 2.00074e-06 1.53187e-06 6.30402e-07 -1.20277e-08 -1.1763e-07 -1.63872e-07 1.33091e-07 -1.84396e-07 -4.48562e-07 1.2627e-06 2.47533e-06 1.86576e-06 8.53213e-07 3.06512e-07 3.14005e-07 6.78515e-07 1.04188e-06 8.47394e-07 7.69498e-07 9.59348e-07 7.37725e-07 5.00294e-07 7.10909e-07 1.68274e-06 2.48443e-06 1.77377e-06 7.01796e-07 -4.20157e-08 -4.28658e-07 -5.47353e-07 -2.0175e-07 1.32461e-07 -1.1898e-07 2.04299e-07 2.6242e-07 -1.16841e-07 -1.86208e-07 -3.07412e-08 1.3979e-07 2.66011e-07 1.1794e-06 2.71446e-06 3.05316e-06 1.77332e-06 -1.75362e-08 -8.07694e-07 -4.11114e-07 1.30245e-07 7.33622e-07 1.23668e-06 1.19387e-06 6.44251e-07 4.83275e-08 -1.96436e-07 -1.23887e-07 8.37805e-08 1.16863e-07 -3.26524e-07 -2.19547e-07 6.79379e-07 1.22215e-06 1.16778e-06 8.58254e-07 6.84813e-07 7.94675e-07 1.0235e-06 1.06994e-06 8.64141e-07 9.26027e-07 1.12597e-06 9.41826e-07 6.04935e-07 6.26219e-07 1.04755e-06 1.07181e-06 3.59366e-07 -2.88746e-07 -2.73316e-07 -3.45442e-07 -8.28668e-07 -8.32362e-07 -5.14576e-07 -9.09646e-08 3.06553e-07 2.37652e-07 1.04306e-07 2.04968e-07 3.67103e-07 6.34189e-07 1.4235e-06 2.50121e-06 2.70216e-06 1.96283e-06 7.00294e-07 -2.89405e-07 -6.07862e-07 -2.39323e-07 1.96672e-08 3.43555e-07 6.51451e-07 5.4824e-07 1.90891e-07 -9.33727e-08 -9.5434e-08 1.36412e-07 3.10825e-07 9.07794e-08 -2.18271e-07 7.59363e-09 6.1135e-07 1.03703e-06 1.0475e-06 8.67711e-07 7.50414e-07 7.81036e-07 8.45059e-07 8.48204e-07 8.35904e-07 9.4962e-07 9.43121e-07 6.6271e-07 3.21541e-07 2.9274e-07 4.19512e-07 1.55084e-07 -3.22332e-07 -4.43119e-07 -2.91973e-07 -3.32285e-07 -6.72371e-07 -7.51371e-07 -4.20801e-07 6.42306e-08 3.14894e-07 2.82067e-07 3.02713e-07 4.55846e-07 7.09782e-07 1.29126e-06 1.99854e-06 2.06526e-06 1.62071e-06 9.62851e-07 2.52954e-07 -1.8195e-07 -3.34154e-07 -2.45926e-07 -1.90252e-07 2.6427e-08 2.44771e-07 2.07512e-07 5.04165e-08 -6.43328e-08 1.1676e-08 1.99316e-07 2.26117e-07 1.12163e-08 -6.54821e-08 1.99509e-07 6.04771e-07 8.41804e-07 7.4689e-07 5.82335e-07 4.79681e-07 4.58068e-07 4.94241e-07 5.52771e-07 6.16761e-07 6.46075e-07 5.24011e-07 2.8998e-07 8.05226e-08 8.91407e-09 -6.38565e-08 -2.0551e-07 -3.22388e-07 -3.78331e-07 -2.64367e-07 -2.67569e-07 -5.00503e-07 -5.04622e-07 -2.21846e-07 1.01628e-07 2.39298e-07 2.56376e-07 3.36244e-07 4.93494e-07 7.51772e-07 1.13247e-06 1.32715e-06 1.1093e-06 7.76008e-07 4.29782e-07 9.73742e-08 -1.05145e-07 -2.02537e-07 -2.57351e-07 -2.63943e-07 -8.74823e-08 7.58386e-08 9.57675e-08 2.8364e-08 -2.92607e-08 2.72182e-08 1.3701e-07 1.19352e-07 -3.01937e-09 1.61997e-08 2.10126e-07 4.37603e-07 5.29833e-07 4.94576e-07 2.98007e-07 2.3412e-07 2.0995e-07 2.35606e-07 2.89834e-07 3.25762e-07 3.19423e-07 2.49146e-07 1.09384e-07 -4.88513e-08 -1.48256e-07 -1.83963e-07 -1.83233e-07 -2.24858e-07 -2.7808e-07 -2.03763e-07 -1.97247e-07 -3.57892e-07 -3.37863e-07 -1.26034e-07 8.13442e-08 1.72819e-07 2.00424e-07 2.65331e-07 3.66788e-07 5.20123e-07 6.95389e-07 7.12124e-07 5.60858e-07 3.78237e-07 2.02489e-07 3.52091e-08 -7.71786e-08 -1.53849e-07 3.89178e-06 5.69309e-06 7.00091e-06 7.54177e-06 6.77853e-06 4.61069e-06 1.85455e-06 -2.19249e-07 -1.03803e-06 -8.96093e-07 -4.00902e-07 1.59387e-07 1.05713e-06 2.1858e-06 1.88268e-06 8.29009e-07 6.73788e-07 8.94105e-07 1.10924e-06 1.23676e-06 1.69937e-06 2.45352e-06 2.58772e-06 2.20231e-06 1.95684e-06 2.0962e-06 2.60146e-06 4.1839e-06 5.01318e-06 2.63873e-06 -1.56944e-07 1.64037e-07 1.26689e-06 8.78278e-07 -3.48536e-07 -3.8409e-07 4.55219e-07 1.65579e-06 2.3775e-06 2.17983e-06 1.72504e-06 2.53026e-06 3.21271e-06 2.91638e-06 1.84286e-06 1.52438e-06 4.76644e-06 6.16952e-06 3.14214e-06 2.41931e-06 5.07091e-06 6.58423e-06 6.89032e-06 6.54064e-06 7.14601e-06 7.89169e-06 7.33261e-06 5.43981e-06 3.06895e-06 1.28799e-06 5.94551e-07 8.81562e-07 1.70399e-06 2.73829e-06 3.01579e-06 2.54376e-06 1.19985e-06 3.32466e-07 3.83896e-07 8.5242e-07 1.09084e-06 8.17349e-07 6.27733e-07 9.2455e-07 1.26016e-06 1.00018e-06 2.43358e-07 7.60598e-07 1.93818e-06 -5.91839e-09 -1.02246e-06 3.19243e-07 8.97923e-07 -5.45405e-07 -1.40426e-06 -6.23926e-07 5.9453e-07 1.44888e-06 2.20618e-06 3.59217e-06 2.9979e-06 1.43233e-06 2.04534e-06 1.08689e-06 -2.79298e-07 -8.97808e-07 3.39828e-06 1.79288e-06 2.01472e-06 2.71249e-06 2.5861e-06 1.72579e-06 5.85499e-07 -5.90057e-07 8.17981e-07 3.13687e-06 5.00942e-06 5.81006e-06 5.02739e-06 3.69419e-06 2.73361e-06 2.50311e-06 2.85509e-06 3.76289e-06 4.04301e-06 3.22758e-06 1.23873e-06 2.60179e-07 1.07862e-07 1.26287e-07 8.62228e-08 1.49054e-07 3.10463e-07 5.04066e-07 5.11737e-07 -1.15625e-06 -2.78871e-06 -1.62742e-06 -2.22296e-07 9.66768e-08 1.48497e-06 1.12246e-06 -4.38363e-07 -1.48432e-06 3.88223e-07 1.78554e-06 2.31515e-06 2.34583e-06 2.26468e-06 3.73279e-06 2.79775e-06 -4.50103e-07 8.44998e-07 -9.46054e-07 -2.99313e-06 -1.87806e-06 1.54857e-06 4.4752e-06 5.96474e-06 4.58783e-06 5.72409e-06 4.86507e-06 3.34064e-06 3.50955e-07 9.01824e-08 1.52474e-06 2.14034e-06 2.26309e-06 2.49039e-06 2.22716e-06 2.0741e-06 2.41265e-06 2.7365e-06 3.45295e-06 3.9916e-06 3.58589e-06 1.91224e-06 2.50706e-07 -5.51411e-07 7.4915e-07 1.72524e-06 2.13333e-06 2.00639e-06 1.98778e-06 1.67535e-06 -6.91668e-07 -2.43502e-06 -2.91622e-06 -2.0675e-06 2.90444e-06 3.79715e-06 2.2628e-06 1.03611e-07 -6.26618e-07 1.65516e-06 2.65372e-06 2.66745e-06 2.53287e-06 2.3857e-06 2.9883e-06 5.44801e-06 1.17942e-06 -3.97539e-08 -1.2247e-06 -1.03092e-06 2.91486e-06 5.78991e-06 9.7955e-06 1.02933e-05 7.97542e-06 8.82081e-06 9.00811e-06 9.60171e-06 6.40395e-06 2.4529e-06 3.34073e-06 2.46591e-06 -1.2327e-06 -1.58486e-06 3.33918e-07 1.34042e-06 1.92511e-06 1.84919e-06 2.57686e-06 3.38483e-06 1.1859e-06 -2.19616e-06 -4.85798e-06 -2.82411e-06 2.07713e-06 5.15434e-06 4.90479e-06 3.94482e-06 3.25816e-06 2.71262e-06 1.19768e-06 -8.33003e-07 -1.73204e-06 2.75879e-06 6.96924e-06 5.31352e-06 3.29588e-06 2.11062e-06 2.11334e-06 1.9686e-06 5.77992e-07 1.24719e-08 1.99881e-06 3.66742e-06 5.65405e-06 2.24635e-06 6.77404e-08 5.3197e-07 7.33437e-07 5.27686e-06 8.62371e-06 1.37176e-05 1.50674e-05 1.29285e-05 1.00679e-05 7.01598e-06 6.47224e-06 8.53605e-06 1.11713e-05 5.35552e-06 4.2319e-06 1.94481e-06 -3.07395e-06 -4.11832e-06 -7.30111e-07 3.83984e-07 1.30592e-07 1.52847e-07 3.30935e-06 2.23878e-06 9.2029e-08 -5.94352e-06 -6.26979e-06 9.23096e-07 5.95215e-06 7.14215e-06 7.78085e-06 7.47853e-06 5.91765e-06 3.16806e-06 -2.72208e-07 -3.69133e-06 -7.46968e-06 2.89348e-06 7.29793e-06 6.72571e-06 4.80351e-06 3.36821e-06 2.64709e-06 1.44265e-06 -7.25839e-08 3.04357e-06 6.83872e-06 6.39609e-06 1.49273e-06 -1.36511e-06 4.9458e-07 4.92356e-06 7.94387e-06 1.07582e-05 1.43004e-05 1.35056e-05 1.05215e-05 8.34852e-06 8.19584e-06 7.67694e-06 6.05721e-06 3.38747e-06 5.59781e-06 4.96886e-06 2.77221e-06 3.81517e-07 -3.06276e-06 -3.84637e-06 -1.05651e-06 5.3126e-07 -2.9576e-08 -2.25554e-07 5.75979e-06 9.45471e-06 3.35567e-06 -2.99419e-06 -2.33964e-06 5.35535e-06 8.42879e-06 9.50396e-06 1.1708e-05 1.34407e-05 1.17667e-05 6.0674e-06 1.87955e-07 -5.82387e-06 -7.88702e-06 2.86552e-06 6.28608e-06 6.67746e-06 4.22591e-06 2.84834e-06 3.30131e-06 2.21213e-06 3.48857e-06 9.75352e-06 1.3277e-05 8.20127e-06 -1.85411e-07 -2.304e-06 7.38881e-07 3.41504e-06 6.14698e-06 7.85028e-06 3.29534e-06 4.03883e-07 5.47476e-06 1.28864e-05 1.15606e-05 8.12126e-06 5.45301e-06 3.63769e-06 1.04018e-05 1.04817e-05 4.78327e-06 8.21361e-07 -1.33567e-06 -2.14319e-06 -1.83596e-07 7.79348e-07 -9.94847e-07 -2.13039e-06 8.19503e-06 1.57232e-05 4.46951e-06 -1.78909e-06 9.45211e-07 7.29033e-06 9.94575e-06 1.15333e-05 1.47638e-05 1.89172e-05 1.52833e-05 5.66526e-06 -2.37092e-06 -8.31702e-06 -8.32603e-06 2.28633e-06 7.00018e-06 5.7684e-06 3.53424e-06 4.01038e-06 6.12748e-06 5.6038e-06 8.86849e-06 1.13529e-05 9.74173e-06 1.18356e-06 -2.55263e-06 2.03625e-06 -3.45475e-07 -6.74925e-07 3.77502e-06 1.15166e-06 -2.1732e-06 -2.5259e-06 6.46712e-06 1.61997e-05 1.3593e-05 6.57999e-06 4.21316e-06 3.75599e-06 9.00584e-06 8.11858e-06 2.05805e-06 6.83033e-07 3.10073e-06 1.00588e-06 -1.89567e-06 -4.03036e-06 -6.0465e-06 -8.21218e-06 1.10253e-06 1.22314e-05 7.01187e-07 -3.21624e-06 4.46702e-06 9.42062e-06 7.59559e-06 7.73452e-06 1.34789e-05 1.76648e-05 1.13289e-05 -9.43175e-08 -7.56368e-06 -1.02471e-05 -1.0841e-05 -1.08952e-06 2.94801e-06 3.99425e-06 7.22431e-06 6.9796e-06 6.56247e-06 9.77209e-06 9.58713e-06 5.7628e-06 1.30141e-07 -4.06434e-06 1.75442e-06 7.54431e-06 -6.37023e-06 -5.08927e-06 1.66019e-06 4.66369e-06 2.84541e-06 -2.72086e-06 1.66872e-06 1.35638e-05 1.12607e-05 4.70857e-06 4.6952e-06 6.31679e-06 9.24534e-06 2.0663e-06 -1.53129e-07 -2.52865e-07 3.87696e-06 1.10991e-06 -3.83298e-06 -5.7419e-06 -6.82017e-06 -8.61847e-06 -2.6695e-06 1.16503e-05 8.70275e-06 4.39087e-06 8.47152e-06 6.98442e-06 1.82229e-06 2.33997e-06 1.21392e-05 1.02306e-05 5.54116e-06 -2.11019e-06 -8.41065e-06 -8.1164e-06 -2.176e-06 2.35623e-06 5.91882e-06 9.64316e-06 1.01171e-05 5.08227e-06 5.49362e-06 8.50729e-06 7.6447e-06 4.86625e-06 9.04587e-07 1.81017e-06 1.08738e-05 1.08333e-05 -5.49553e-06 -9.20496e-07 6.43041e-06 9.91509e-06 7.13299e-06 7.7946e-07 -3.36785e-06 -6.14874e-07 4.02888e-06 4.31951e-06 6.44492e-06 8.59423e-06 6.25526e-06 2.72497e-06 1.78214e-06 2.32982e-07 3.31299e-06 3.46864e-07 -3.21878e-06 -1.31867e-06 -2.70852e-06 -6.74624e-06 -1.17762e-06 1.54641e-05 2.0421e-05 1.15559e-05 4.88537e-06 1.52875e-06 2.95863e-07 3.088e-06 1.3643e-05 1.3789e-05 4.55523e-06 -8.20909e-07 -2.21863e-07 3.86825e-06 1.55968e-06 1.95162e-06 7.53973e-06 1.15149e-05 8.27318e-06 2.9232e-06 6.52263e-06 8.04883e-06 8.01385e-06 1.79964e-06 -2.08072e-06 3.85856e-06 1.30886e-05 8.04832e-06 -2.76753e-06 3.63153e-06 1.04827e-05 1.30307e-05 8.89552e-06 3.39655e-06 -2.86592e-06 -4.91969e-06 7.32852e-07 3.14824e-06 4.44684e-06 5.66711e-06 6.07321e-06 2.65007e-06 1.11807e-06 2.00921e-06 7.55861e-06 2.60838e-06 1.91144e-06 7.33716e-06 -1.97701e-07 -4.93747e-06 5.88332e-06 1.89279e-05 2.42651e-05 1.58657e-05 3.00079e-06 -2.95836e-06 -1.94874e-06 4.09245e-06 1.33859e-05 1.33467e-05 2.59774e-06 -5.98044e-07 8.65585e-06 9.43598e-06 -3.88755e-07 3.85497e-06 8.21563e-06 9.31901e-06 6.88345e-06 4.05185e-06 7.28319e-06 4.61418e-06 2.88173e-06 -1.87005e-06 -3.31498e-06 3.67524e-07 6.38699e-06 3.94023e-06 5.64481e-06 1.13548e-05 1.32439e-05 8.99988e-06 4.90048e-06 9.01017e-07 -1.9722e-06 -1.57564e-06 2.68126e-06 3.83617e-06 3.28731e-06 3.54469e-06 1.51514e-05 2.89427e-06 -2.93087e-07 5.08714e-06 5.81625e-06 2.42891e-06 1.03939e-05 2.01636e-05 1.16053e-06 -9.69469e-07 5.2354e-06 1.48626e-05 1.98519e-05 1.26522e-05 3.96494e-06 4.64023e-07 -6.08911e-09 6.15339e-06 8.771e-06 1.02801e-05 2.63763e-06 1.4612e-06 1.1033e-05 4.13243e-06 -2.59265e-06 2.64193e-06 7.81057e-06 8.1645e-06 6.29459e-06 8.11133e-06 6.51024e-06 5.69599e-06 -9.22791e-07 1.42799e-06 -4.71316e-07 -5.32285e-06 -1.96311e-06 -5.50418e-06 1.07549e-05 1.29425e-05 1.91565e-05 1.9649e-05 9.02046e-06 -1.23374e-06 -5.10478e-06 5.20149e-08 3.3973e-06 2.82174e-06 1.31715e-06 -8.19291e-06 8.65589e-06 2.18159e-06 1.90824e-06 9.625e-06 4.75638e-06 4.09295e-06 1.91883e-06 3.99312e-06 1.58836e-07 1.05715e-06 5.45145e-06 1.53767e-05 1.61621e-05 7.65006e-06 3.72937e-06 3.14594e-06 7.04782e-07 5.93966e-06 6.34329e-06 1.2033e-05 1.20362e-05 4.2471e-06 1.17526e-05 3.77702e-06 2.41583e-06 8.39181e-06 1.31993e-05 1.4365e-05 1.52853e-05 6.94955e-06 6.3239e-06 -6.90816e-07 -9.14247e-07 4.54114e-06 3.58428e-06 -2.64414e-06 -1.1371e-05 -4.09328e-06 8.6353e-07 1.40805e-05 1.95296e-05 1.53995e-05 1.08367e-05 -1.65012e-06 -1.36982e-05 -1.72296e-06 6.01446e-06 1.55132e-06 2.52797e-07 -2.25656e-06 -8.90681e-07 -9.24201e-06 -8.57882e-06 9.58102e-06 6.34391e-07 -6.2981e-08 -5.49298e-06 -2.0134e-06 -4.41616e-07 1.39163e-06 5.43584e-06 1.12066e-05 9.94343e-06 3.60293e-06 2.46277e-06 1.64125e-06 1.03886e-06 5.50098e-06 4.84962e-06 9.03539e-06 1.98399e-05 7.52143e-06 9.06959e-06 2.91791e-06 4.58803e-06 2.22058e-06 6.9117e-06 1.79653e-05 2.60724e-05 6.84068e-06 1.78399e-06 9.5277e-07 1.02306e-06 7.50446e-06 9.83342e-06 3.20079e-06 -9.6586e-06 -1.22363e-05 -1.07464e-05 -3.07274e-06 7.01774e-06 9.14183e-06 9.4127e-06 -2.251e-06 -1.96265e-05 -2.80344e-06 1.64806e-06 -3.68418e-06 -8.24203e-06 -7.20281e-07 -3.11051e-06 -1.68662e-05 -1.7554e-05 8.44048e-07 -1.46991e-05 -5.88805e-06 8.0514e-07 -7.08824e-07 1.31111e-06 4.25965e-06 7.40368e-06 5.91843e-06 2.53039e-06 1.67216e-06 3.0094e-06 6.53347e-07 3.05722e-06 8.3683e-06 7.11316e-06 7.21829e-06 1.4198e-05 2.92666e-06 2.17278e-06 -3.54018e-06 -3.56261e-06 -8.94125e-06 -2.57565e-06 6.06764e-06 2.51495e-05 3.10726e-06 1.63808e-06 1.22353e-06 1.67376e-06 5.2406e-06 5.97641e-06 3.12641e-06 -1.24528e-05 -2e-05 -1.47019e-05 -2.41721e-06 1.95153e-06 5.53038e-06 5.59212e-06 5.20987e-08 -9.0386e-06 -4.34789e-06 8.36054e-07 -1.10096e-06 -1.05019e-06 6.27264e-07 -3.5479e-06 -1.49917e-05 -1.57769e-05 -1.22308e-06 1.26799e-06 1.18559e-06 4.32498e-06 2.64784e-06 3.07586e-06 9.27776e-06 1.1338e-05 5.09321e-06 3.139e-07 8.26191e-07 4.63018e-06 -1.27206e-07 1.76999e-06 7.537e-06 4.67285e-06 4.1716e-06 5.81602e-06 -3.8538e-07 -2.1244e-06 -8.67345e-06 -9.8989e-06 -8.14958e-06 -1.66788e-05 -6.66971e-06 -9.7466e-07 -5.5205e-06 -5.22821e-07 -3.93303e-07 2.48105e-06 4.12224e-06 3.407e-06 1.86007e-06 -9.47008e-06 1.41849e-06 7.53214e-06 6.69132e-06 5.89052e-06 2.29554e-06 2.25882e-06 2.69905e-06 -1.68352e-06 -2.46638e-06 -1.9312e-07 2.56161e-06 1.23235e-06 1.08492e-06 -1.33373e-06 -1.46269e-06 -1.49374e-06 1.98271e-06 8.55827e-06 5.50547e-06 3.26381e-06 1.97541e-06 7.30365e-06 1.53689e-05 1.58194e-05 7.15174e-06 2.65139e-06 2.93994e-06 2.38537e-06 -2.5318e-06 -4.89269e-06 -6.34464e-07 1.98727e-07 3.26778e-06 1.91862e-06 -6.913e-08 -1.60504e-06 -8.30168e-06 -4.26267e-06 3.20471e-06 -1.29776e-06 -1.13891e-05 -1.06627e-05 -6.10769e-06 -6.02437e-07 -6.57548e-07 4.13502e-06 3.51802e-06 3.72246e-06 3.89323e-06 6.10368e-06 1.39871e-05 1.05053e-05 6.98427e-06 5.52381e-06 -1.54169e-06 -1.52097e-06 -2.12405e-06 -1.97944e-06 4.46648e-08 3.48461e-06 3.52843e-06 2.34961e-06 1.3321e-06 1.13527e-06 8.75782e-07 4.0412e-07 4.0718e-06 1.28484e-05 6.53234e-06 1.49365e-06 1.40853e-06 1.05338e-05 1.93571e-05 1.90842e-05 9.01437e-06 5.8363e-06 6.09512e-06 2.96233e-06 -3.02217e-06 -1.02088e-05 -9.02678e-06 -3.34575e-06 2.58161e-06 3.76571e-06 3.29723e-06 1.82512e-06 -1.43533e-06 1.04106e-06 3.37315e-06 2.06633e-06 -4.60758e-06 -1.20246e-05 -4.02265e-06 8.87134e-07 1.69734e-06 5.9408e-06 3.73573e-06 5.5954e-06 6.08728e-06 1.05287e-05 1.0735e-05 6.5759e-06 3.8207e-06 1.03628e-06 -5.72377e-06 -3.47447e-06 -4.40549e-06 3.2897e-08 1.21395e-06 6.63181e-06 3.76059e-06 2.03209e-06 3.69396e-06 3.13867e-06 2.21457e-06 1.81666e-07 1.7857e-06 7.61212e-06 4.32356e-06 6.44249e-07 1.16879e-06 1.0168e-05 1.82245e-05 2.28064e-05 1.49999e-05 9.16434e-06 7.19195e-06 3.08956e-06 -8.31244e-07 -5.89895e-06 -4.45972e-06 1.27353e-06 5.91092e-06 6.46968e-06 3.27038e-06 1.97649e-06 5.72748e-07 1.35391e-06 6.10558e-07 4.36381e-06 4.16971e-06 -1.16105e-06 6.69424e-06 2.89327e-06 4.44816e-06 4.95688e-06 4.90149e-06 6.43227e-06 4.63151e-06 6.13112e-06 -2.46621e-06 1.43847e-06 3.40158e-06 -1.5581e-06 -4.14121e-06 -2.04568e-06 -2.31315e-06 -3.79385e-07 -1.84009e-07 4.56656e-06 2.57646e-06 5.26552e-07 4.11329e-06 3.94043e-06 1.86345e-06 -4.70273e-07 -3.6519e-08 2.36558e-06 1.58831e-06 1.39093e-06 1.3161e-06 5.58757e-06 1.41473e-05 2.81375e-05 2.21624e-05 9.16271e-06 5.45229e-06 2.63952e-06 7.59061e-07 -4.09676e-07 7.19302e-07 1.13612e-06 1.2343e-06 3.02351e-07 2.64585e-07 3.73429e-07 -2.85219e-08 7.88198e-07 1.85329e-06 7.13444e-06 8.57947e-06 4.71908e-06 3.05269e-06 3.12311e-06 4.53041e-06 1.76266e-06 4.53508e-06 5.13849e-06 1.95335e-06 -2.58575e-07 -1.37886e-05 -1.19649e-06 4.27417e-06 6.28342e-07 -3.03714e-07 6.26477e-07 -1.54381e-06 -3.16024e-06 2.05086e-07 2.31798e-06 2.07138e-06 1.88246e-06 5.5897e-06 3.96495e-06 8.92157e-07 -5.0443e-07 3.50894e-07 7.45578e-07 8.63039e-07 2.78351e-06 1.53211e-06 1.45363e-06 7.74889e-06 2.0399e-05 2.69921e-05 1.08382e-05 3.76487e-06 1.40073e-06 7.43933e-07 1.74987e-06 1.59089e-06 5.57427e-07 1.18708e-06 8.1497e-07 4.57553e-07 -6.55027e-08 -1.17189e-07 8.58693e-07 3.33268e-06 2.76361e-06 8.82375e-07 1.14666e-06 1.60346e-06 3.12243e-06 1.99538e-06 3.47112e-08 4.79776e-06 3.575e-06 1.06948e-06 -4.93197e-07 -1.00194e-05 -3.59628e-07 1.62237e-06 2.21592e-06 7.52748e-07 3.61292e-06 2.22872e-07 -6.17847e-07 6.24161e-07 7.07378e-07 2.14348e-07 3.18793e-06 6.51411e-06 3.20198e-06 3.22935e-07 1.32215e-07 5.62236e-07 -3.80549e-07 -9.2919e-09 1.03349e-06 6.93418e-07 1.61197e-06 5.24777e-06 1.75475e-05 3.03886e-05 8.81543e-06 2.18568e-06 -2.88732e-07 2.07553e-07 1.01319e-06 9.80554e-07 2.35969e-06 2.83976e-06 1.30186e-06 1.68244e-07 -2.8781e-07 1.41527e-07 5.261e-07 -4.72984e-07 -1.3579e-06 4.62977e-07 1.23415e-06 2.07843e-06 2.51471e-06 3.53717e-07 1.14923e-06 4.99882e-06 1.66617e-06 8.36965e-07 6.79197e-07 -9.92012e-07 1.34568e-06 2.87162e-06 2.70931e-06 1.45963e-06 2.01514e-06 1.23885e-06 7.8129e-07 1.9625e-07 7.16901e-07 -6.40611e-07 3.96227e-06 4.79536e-06 1.52378e-06 4.85952e-07 2.80225e-07 -2.37178e-07 -1.13689e-06 -2.39854e-07 -6.59452e-08 9.17046e-07 2.66502e-06 5.73354e-06 1.29861e-05 1.27334e-05 5.70469e-06 1.71252e-06 -9.59176e-07 -6.65647e-07 3.72692e-07 2.08466e-06 3.06256e-06 2.0456e-06 4.674e-07 -1.93633e-07 -1.46614e-07 1.06568e-07 -1.04344e-06 -1.95072e-06 -6.27825e-07 6.15319e-07 1.67448e-06 2.47376e-06 1.71299e-06 -1.64376e-07 1.98607e-06 2.34877e-06 -4.83978e-07 7.1107e-07 1.01977e-06 7.70755e-07 1.31898e-06 7.69615e-07 7.36754e-07 4.26321e-07 1.00121e-06 1.70547e-06 7.70896e-07 -1.34273e-07 2.84058e-07 -1.42648e-07 2.47192e-06 2.18102e-06 1.26425e-06 5.26294e-07 -1.45313e-07 -7.08559e-07 -6.23374e-07 2.47366e-07 -1.699e-08 1.27259e-06 3.14104e-06 4.50743e-06 7.5669e-06 7.56618e-06 4.69209e-06 1.20706e-06 -2.86233e-07 -2.76422e-07 7.94164e-07 1.8681e-06 1.46582e-06 5.53626e-07 7.33354e-08 -1.86239e-07 -2.87612e-07 -7.89412e-07 -1.45947e-06 -9.77888e-07 -2.97733e-07 6.06446e-07 1.6444e-06 1.91228e-06 4.83664e-07 -5.87458e-07 4.85489e-07 -5.88485e-07 -7.52342e-07 2.82925e-07 4.64514e-07 3.61696e-08 -1.71694e-07 2.14268e-07 7.54291e-08 1.96323e-07 1.06791e-06 1.16803e-06 1.81549e-07 -3.0593e-07 -1.84811e-07 4.04441e-07 1.80435e-06 2.29462e-06 1.37467e-06 2.3818e-07 -3.67581e-07 -3.26545e-07 8.61616e-08 -1.461e-07 -1.12387e-07 1.33218e-06 2.0574e-06 2.52132e-06 3.70023e-06 3.82409e-06 2.20203e-06 4.84173e-07 -2.34955e-07 -1.56749e-07 3.83974e-07 5.56539e-07 1.05836e-07 -8.45434e-08 -2.24513e-08 -2.32046e-07 -5.41816e-07 -8.35752e-07 -7.25593e-07 -4.41655e-07 -2.77519e-08 6.46018e-07 1.27248e-06 1.11294e-06 -7.88302e-08 -7.33556e-07 -7.5206e-07 -1.02402e-06 -6.2559e-07 -1.75251e-07 -2.84743e-07 -2.77169e-07 1.23784e-08 8.04053e-08 -2.63112e-08 4.97311e-07 9.33251e-07 4.64961e-07 -1.44808e-07 -1.29929e-07 -1.86062e-07 6.97502e-07 2.17514e-06 2.34782e-06 9.80729e-07 7.38769e-09 -9.39408e-08 1.78394e-07 -7.88029e-08 -5.67656e-07 -1.06444e-07 9.37399e-07 1.11552e-06 1.00666e-06 1.2411e-06 1.28265e-06 5.62422e-07 -1.60552e-07 -4.27921e-07 -3.08729e-07 -1.02268e-07 -1.22222e-07 -2.31069e-07 -1.55043e-07 -1.35899e-07 -3.24005e-07 -4.98096e-07 -5.39803e-07 -4.55703e-07 -2.45799e-07 9.60486e-08 6.74479e-07 1.0097e-06 6.08289e-07 -1.7316e-07 -5.68356e-07 -7.51447e-07 -6.92068e-07 -4.10235e-07 -2.33876e-07 -1.84265e-07 -1.72198e-08 1.59851e-07 2.68799e-07 4.31802e-07 7.84945e-07 5.90796e-07 6.38701e-08 -8.18898e-08 -7.01742e-09 -2.98693e-08 6.99482e-07 1.7588e-06 1.54453e-06 5.20588e-07 2.65635e-08 1.53685e-07 1.33318e-07 -3.24081e-07 -4.46803e-07 1.89571e-07 7.94033e-07 6.36768e-07 2.19522e-07 1.60272e-07 1.47956e-07 -1.22609e-07 -3.81207e-07 -4.28404e-07 -3.45881e-07 -2.73805e-07 -2.44901e-07 -2.16337e-07 -1.87283e-07 -2.63632e-07 -3.56014e-07 -3.99996e-07 -4.13283e-07 -3.48737e-07 -1.99001e-07 1.13485e-07 5.53836e-07 6.44261e-07 3.33664e-07 -1.02757e-07 -3.80486e-07 -4.70481e-07 -3.81968e-07 -1.75697e-07 -2.89095e-08 4.41882e-08 1.56934e-07 4.06414e-07 6.62027e-07 7.56909e-07 6.32525e-07 2.51178e-07 -4.98845e-08 -6.56495e-08 7.94604e-09 2.12498e-08 4.04531e-07 1.01867e-06 8.49203e-07 2.7222e-07 5.00602e-08 1.2836e-07 -2.16042e-08 -2.45038e-07 -1.46319e-07 3.5353e-07 6.42252e-07 3.87611e-07 5.01451e-08 -7.54545e-08 -1.19974e-07 -2.53917e-07 -3.67473e-07 -3.71426e-07 -3.27974e-07 -2.75511e-07 -2.14427e-07 -1.75759e-07 -1.9757e-07 -2.63827e-07 -2.848e-07 -2.7836e-07 -2.80919e-07 -2.5639e-07 -1.68846e-07 3.00195e-08 2.88151e-07 3.42238e-07 1.95001e-07 -4.21173e-08 -2.05461e-07 -2.49953e-07 -1.72535e-07 -3.73834e-10 1.16639e-07 1.54048e-07 2.38659e-07 4.86979e-07 6.52657e-07 5.64051e-07 3.28944e-07 7.24503e-08 -8.86738e-08 -9.60186e-08 -4.60038e-08 -3.46431e-08 1.86625e-07 5.42673e-07 5.05932e-07 1.67341e-07 3.12815e-08 5.84093e-08 -5.19369e-08 -1.35951e-07 -2.85792e-08 2.54802e-07 3.74069e-07 2.42721e-07 3.83846e-08 -6.56796e-08 -9.79626e-08 -1.60519e-07 -2.22708e-07 -2.30543e-07 -2.0981e-07 -1.8282e-07 -1.44548e-07 -1.24207e-07 -1.53395e-07 -1.98103e-07 -2.02691e-07 -1.92958e-07 -1.95918e-07 -1.8734e-07 -1.36329e-07 -2.33979e-08 1.22402e-07 1.81363e-07 1.32184e-07 -1.12771e-08 -1.22697e-07 -1.48718e-07 -8.03407e-08 5.53241e-08 1.32814e-07 1.4187e-07 1.93843e-07 3.65979e-07 4.54362e-07 3.4147e-07 1.67865e-07 1.95447e-08 -8.59569e-08 -9.69753e-08 -6.62273e-08 -5.92242e-08 1.20787e-05 1.42482e-05 1.41097e-05 1.23932e-05 9.3799e-06 5.01088e-06 7.61577e-08 -3.45146e-06 -4.24829e-06 -2.95436e-06 -1.20026e-06 -2.03864e-07 6.95639e-07 2.26016e-06 2.7241e-06 1.83822e-06 1.00267e-06 5.947e-07 6.30619e-07 9.77732e-07 1.26638e-06 1.018e-06 1.14737e-06 1.5099e-06 1.73253e-06 2.11571e-06 2.67891e-06 3.31215e-06 3.17667e-06 1.04919e-06 -4.7743e-07 5.05365e-07 2.06792e-06 2.41433e-06 7.57112e-07 -6.7703e-07 2.60148e-09 5.86763e-07 1.27227e-06 1.43587e-06 1.30719e-06 1.14992e-06 1.857e-06 2.39309e-06 3.10567e-06 4.78904e-06 6.46893e-06 2.17797e-06 3.29696e-06 7.29827e-06 7.66922e-06 7.26613e-06 7.42216e-06 8.64339e-06 1.0319e-05 9.79312e-06 6.82106e-06 2.72658e-06 -8.6207e-07 -2.42537e-06 -1.82731e-06 -2.32685e-07 1.3954e-06 2.59625e-06 2.19257e-06 1.46464e-06 9.70458e-07 7.45234e-07 8.63094e-07 9.78692e-07 6.62623e-07 3.51608e-07 1.12826e-06 1.75958e-06 1.87586e-06 1.89549e-06 1.68754e-06 1.24297e-06 1.3265e-06 2.91198e-07 -3.93592e-07 6.58581e-07 1.93505e-06 1.71719e-06 -8.82345e-07 -5.44072e-07 8.09308e-07 8.40368e-07 1.98139e-06 3.36754e-06 2.23994e-06 1.39256e-06 3.59169e-06 3.56089e-06 1.7591e-06 2.18831e-06 3.50061e-06 5.54468e-06 7.24783e-06 7.79284e-06 3.39618e-06 1.09228e-06 6.81934e-07 3.38356e-06 7.18299e-06 9.05912e-06 8.41564e-06 5.85491e-06 2.44117e-06 7.97329e-08 -1.16494e-07 9.65696e-07 1.86942e-06 2.44462e-06 2.09552e-06 8.37682e-07 5.41301e-08 3.42552e-08 3.67671e-07 6.61265e-07 7.50256e-07 7.84543e-07 1.35295e-06 2.28289e-06 1.91151e-06 3.48741e-07 -9.89533e-07 -1.19697e-06 -1.21844e-07 2.37741e-07 8.83347e-07 1.33426e-06 1.54548e-06 7.50956e-07 -1.47346e-07 6.78112e-07 1.07054e-06 9.91263e-07 1.37803e-06 2.82905e-06 1.62471e-06 1.3267e-06 2.20911e-06 -2.31132e-07 -2.44335e-06 2.1006e-06 6.4141e-06 9.91587e-06 1.06301e-05 8.12106e-06 3.49961e-06 -3.76016e-07 -1.91459e-06 -9.51049e-07 1.59148e-06 3.84983e-06 4.64086e-06 4.00361e-06 2.24903e-06 5.91843e-07 4.34896e-07 1.18749e-06 1.73988e-06 2.44025e-06 2.3946e-06 1.44438e-06 3.02718e-07 7.46058e-07 2.43681e-06 3.94294e-06 4.09425e-06 2.84257e-06 1.98681e-06 2.17562e-06 1.20639e-06 -9.95722e-07 -1.50963e-06 -6.13623e-07 7.92392e-08 1.11012e-06 1.77605e-06 2.42738e-06 2.49659e-06 1.57779e-06 3.76474e-07 2.65268e-07 2.72499e-07 2.7475e-07 7.88888e-07 2.94406e-06 2.843e-06 7.71441e-07 1.01977e-09 -2.67804e-06 -1.62719e-06 5.59484e-06 9.9886e-06 1.27658e-05 1.27094e-05 9.73585e-06 3.62024e-06 2.29668e-06 2.38858e-06 1.42159e-06 8.29874e-07 1.28755e-06 1.57657e-06 1.79981e-06 1.64069e-06 1.33004e-06 1.45933e-06 1.74504e-06 2.28237e-06 3.87454e-06 3.89531e-06 2.54076e-06 1.67155e-06 2.16758e-06 4.21449e-06 6.01613e-06 5.7548e-06 4.02574e-06 2.4505e-06 1.53832e-06 5.67225e-07 -2.76626e-08 2.28377e-07 1.71114e-06 3.80942e-06 2.22972e-06 2.60855e-06 3.35588e-06 3.47225e-06 2.72233e-06 1.36282e-06 -9.6599e-08 -2.63919e-07 7.65061e-07 1.90533e-06 3.76507e-06 1.71505e-06 -4.16558e-07 -2.49731e-06 -3.07881e-06 3.75869e-06 9.2758e-06 1.05045e-05 1.05222e-05 9.98054e-06 7.59115e-06 7.06869e-06 5.01724e-06 4.91761e-06 5.54789e-06 5.54492e-06 4.41587e-06 2.04239e-06 1.2847e-07 6.82891e-07 2.34412e-06 1.17942e-06 3.12868e-07 2.32164e-06 7.62476e-06 7.42735e-06 3.51291e-06 -5.93854e-07 -1.65845e-06 1.17045e-06 3.6324e-06 4.00121e-06 3.11577e-06 2.2788e-06 1.61555e-06 1.30131e-06 1.2911e-06 3.09701e-07 1.50884e-06 2.26663e-06 2.02138e-06 3.21341e-06 3.38633e-06 2.97899e-06 4.35622e-06 4.23455e-06 2.50134e-06 1.8261e-06 2.96946e-06 2.51288e-06 -2.05182e-09 -9.75933e-07 -1.04554e-06 3.22164e-07 1.71575e-06 1.01222e-05 1.01092e-05 7.27968e-06 1.01921e-05 1.70075e-05 1.44892e-05 9.79389e-06 8.64019e-06 8.10492e-06 7.17957e-06 6.90757e-06 6.32911e-06 4.43116e-06 2.00565e-06 1.74584e-06 7.34604e-07 -3.36115e-06 -4.31281e-06 3.71999e-07 1.09091e-05 1.1939e-05 5.93102e-06 -7.00509e-07 -3.48254e-06 -2.10903e-07 2.6396e-06 2.80734e-06 2.90461e-06 3.21585e-06 3.27783e-06 3.30252e-06 2.19327e-06 -1.0312e-06 2.84677e-06 2.83226e-06 2.61297e-06 4.24753e-06 3.29641e-06 2.53293e-06 5.00524e-06 5.1511e-06 3.69553e-06 5.15156e-06 6.62098e-06 1.05139e-06 -5.94789e-06 -3.92444e-06 -1.63618e-08 1.57359e-06 5.85501e-06 6.4996e-06 1.37598e-06 -3.24756e-07 4.07123e-06 1.32336e-05 1.48327e-05 1.16442e-05 1.08533e-05 9.34319e-06 6.42619e-06 4.08007e-06 4.42402e-06 5.06849e-06 5.72752e-06 5.53876e-06 -3.67829e-06 -9.11226e-06 -1.22947e-05 -8.29829e-06 4.79504e-06 7.91067e-06 8.49157e-07 -6.38212e-06 -7.61927e-06 -3.69313e-07 4.66898e-06 4.29209e-06 5.11261e-06 7.20335e-06 6.19206e-06 4.79822e-06 1.952e-06 -1.18936e-06 3.1389e-06 2.78321e-06 4.72267e-06 5.3355e-06 2.63122e-06 2.21176e-06 4.0908e-06 3.75177e-06 5.48354e-06 7.4211e-06 4.94232e-06 -7.46463e-06 -1.58921e-05 -5.36439e-06 1.94335e-06 6.73295e-06 8.6146e-06 1.66514e-06 1.79316e-06 1.88535e-06 3.42907e-06 1.20699e-05 1.5948e-05 8.60826e-06 8.80756e-06 8.17022e-06 5.51544e-06 2.29083e-06 1.88153e-06 1.91233e-06 6.85894e-06 6.77311e-06 -8.27439e-06 -1.55468e-05 -2e-05 -2e-05 -1.10016e-05 -2.10773e-06 -7.12107e-06 -1.24531e-05 -8.05749e-06 -3.53664e-08 2.97644e-06 2.80658e-06 6.55373e-06 8.93202e-06 7.14726e-06 4.40565e-06 9.5724e-07 -1.94957e-06 -2.56225e-06 1.38982e-06 3.47835e-06 -1.78175e-07 7.05239e-07 2.29924e-06 4.27461e-06 7.43959e-06 7.49309e-06 5.69181e-06 -1.37603e-07 -1.69927e-05 -1.36463e-05 -9.62535e-07 1.33055e-08 2.70263e-06 7.9812e-07 2.73246e-06 4.37745e-06 4.57156e-06 3.44167e-06 3.36925e-06 7.6756e-06 3.58532e-06 7.06057e-06 8.37919e-06 4.5316e-06 4.18289e-06 1.1258e-06 1.70918e-06 1.05264e-05 1.03212e-05 -9.04186e-06 -2e-05 -2e-05 -2e-05 -2e-05 -3.38422e-06 -2.59654e-06 -5.49199e-06 -4.04493e-06 -3.22637e-06 -2.71804e-06 7.0106e-07 6.19758e-06 8.231e-06 7.30954e-06 4.14475e-06 1.04778e-06 6.38584e-07 1.35482e-06 2.31399e-06 2.40563e-06 4.13299e-07 1.15419e-06 3.24178e-06 9.96565e-06 1.36069e-05 1.25843e-05 9.50513e-06 -1.18206e-06 -1.17134e-05 -4.42286e-06 -3.7969e-06 -2.82526e-06 -1.27085e-07 2.05085e-06 4.49508e-06 7.21841e-06 9.57972e-06 7.57239e-06 -2.89756e-07 -2.81465e-06 2.06627e-06 5.4017e-06 6.91063e-06 3.66292e-06 5.99239e-06 1.04635e-06 4.00159e-06 1.47455e-05 8.72565e-06 -1.03695e-05 -2e-05 -2e-05 -2e-05 -1.70333e-05 4.85557e-06 5.6702e-06 1.1732e-07 -5.44265e-06 -2.75084e-06 -3.95693e-06 2.18353e-06 7.78347e-06 5.95006e-06 6.87416e-06 6.6329e-06 6.70627e-06 4.51163e-06 3.8212e-06 6.33798e-06 3.93023e-06 -1.10894e-06 -1.35799e-06 8.56907e-06 1.53866e-05 1.45797e-05 1.1868e-05 7.67457e-06 -4.74599e-06 -6.16802e-06 -1.36852e-06 -5.56385e-06 -1.27136e-06 1.30328e-06 4.32302e-06 8.92406e-06 9.80569e-06 9.71398e-06 8.96944e-06 4.46337e-06 4.73683e-07 1.24855e-06 -5.53581e-07 1.67366e-07 1.74343e-05 8.29911e-06 5.27789e-07 5.8476e-06 1.197e-05 2.30531e-06 -1.66295e-05 -2e-05 -2e-05 -2e-05 1.59982e-06 1.55849e-05 1.2056e-05 4.01938e-06 -2.41478e-06 2.35684e-07 -3.68004e-06 8.00983e-07 1.07957e-05 6.15651e-06 4.55093e-06 8.34674e-06 6.81518e-06 1.40565e-06 4.53901e-06 9.81402e-06 5.20949e-06 -5.15876e-06 4.74988e-06 1.53439e-05 1.70889e-05 9.06318e-06 5.63121e-06 3.05354e-06 -2.21086e-06 1.48643e-06 4.24835e-06 1.44504e-07 1.46209e-06 1.96084e-06 5.75712e-06 1.00162e-05 7.64334e-06 6.05162e-06 7.11859e-06 6.38674e-06 4.43469e-06 5.74684e-06 2.28154e-06 -5.41361e-06 -8.03435e-06 -6.50815e-07 1.94919e-06 7.78637e-06 6.75244e-06 9.36702e-07 -1.75929e-05 -2e-05 -2e-05 -8.08412e-07 1.05339e-05 1.56722e-05 9.77581e-06 6.32606e-06 1.09464e-05 2.41067e-06 -3.94934e-06 1.59348e-06 8.20028e-06 1.02298e-05 -4.63857e-06 -2.48242e-06 1.08201e-05 5.88947e-06 1.00525e-06 1.37333e-06 -2.5929e-06 -2.23306e-07 8.07254e-06 2.35786e-05 1.6103e-05 7.25863e-06 1.23814e-05 9.91162e-06 3.90968e-06 3.9789e-06 4.07356e-06 7.6491e-08 2.27784e-06 1.77656e-06 8.49079e-06 8.91184e-06 4.13467e-06 1.59813e-06 2.84848e-06 5.88099e-06 9.43325e-06 8.6519e-06 5.20051e-06 -4.99831e-06 -1.57203e-05 -6.69603e-06 6.08546e-06 6.54417e-06 8.03852e-06 -6.50428e-06 -1.26455e-05 -7.68783e-06 -2.11757e-06 2.90899e-06 5.91993e-06 1.19084e-05 9.27243e-06 1.10273e-05 8.71641e-06 6.8144e-07 -1.52992e-06 5.4819e-06 3.49097e-06 3.55645e-06 -4.57841e-06 -7.80374e-06 1.91277e-05 1.22999e-06 -6.5369e-06 -2.46057e-06 -4.22907e-06 -9.61369e-06 4.15874e-06 1.2547e-05 -1.72591e-06 -1.45317e-05 1.3869e-05 1.63007e-05 1.23753e-05 1.12587e-05 1.89155e-06 1.17366e-06 -7.4556e-08 5.04222e-06 1.1989e-05 1.29529e-05 7.41352e-06 -9.7194e-07 -7.79971e-06 1.83452e-06 7.88295e-06 9.7406e-06 7.22023e-06 -6.78077e-07 -7.79115e-06 -4.52059e-06 1.55745e-06 4.36503e-06 4.67757e-06 -1.25478e-05 -7.64253e-06 3.29698e-06 4.58066e-06 5.18182e-07 1.37086e-06 7.88065e-06 7.04768e-06 1.21522e-05 5.95179e-06 4.00973e-07 -1.9742e-07 5.73074e-06 3.41086e-06 4.3217e-06 -1.70197e-06 -1.04079e-05 1.0819e-05 1.88669e-06 -6.17648e-07 -5.44122e-08 -7.7811e-06 -1.28575e-05 6.94399e-06 5.19386e-06 -8.04437e-06 -8.76279e-06 6.15947e-06 1.25486e-05 1.33708e-05 1.5179e-05 5.18812e-06 1.97897e-06 1.91187e-06 9.70354e-06 1.2365e-05 1.27804e-05 1.01447e-05 -4.75431e-07 -1.40126e-05 -3.00673e-06 8.09236e-06 5.73296e-06 3.16138e-06 2.44109e-06 -3.29058e-06 -8.82246e-06 -3.78963e-06 1.02441e-06 -3.38199e-06 -1.87819e-05 -1.63923e-06 6.59343e-06 3.43526e-06 -6.3427e-08 1.81916e-06 6.49125e-06 1.56489e-06 5.40424e-06 2.06097e-06 -2.53022e-06 -2.50994e-07 5.16961e-06 3.23701e-06 -2.45204e-07 -3.94034e-06 -1.88586e-06 6.44672e-06 4.74797e-06 2.67106e-06 4.47611e-06 -1.22221e-06 -2.10898e-06 2.62779e-05 6.01262e-06 -6.84062e-06 1.32485e-06 3.9298e-06 6.95309e-06 1.0843e-05 1.4589e-05 7.3339e-06 2.91208e-06 4.3126e-06 1.43557e-05 9.36001e-06 8.54002e-06 6.65157e-06 2.30055e-06 -1.03089e-05 -1.06243e-05 2.51158e-06 8.72552e-06 5.19317e-06 9.23399e-07 -1.87328e-06 -3.93021e-06 -6.45567e-06 -3.51556e-06 -1.33381e-05 -1.73964e-05 -3.209e-06 1.96402e-06 2.58425e-06 1.98143e-06 3.85222e-06 3.11222e-06 -3.10586e-06 1.3088e-06 6.73886e-07 -6.49968e-06 -7.12044e-06 2.3503e-06 6.65544e-07 -5.37982e-06 -4.35524e-06 -1.58093e-06 3.88462e-06 4.60976e-06 -6.74485e-07 4.08368e-06 5.22175e-06 4.05075e-06 2.85033e-06 -4.89205e-06 -2.34232e-06 8.92757e-06 4.29301e-06 3.90755e-06 7.42701e-06 1.06579e-05 6.04227e-06 5.42907e-06 4.20591e-06 3.3444e-06 4.37849e-06 3.4577e-06 2.37904e-06 8.14685e-07 -9.70032e-06 -1.87955e-05 3.01407e-06 1.30542e-05 8.02868e-06 1.41563e-06 8.94239e-07 2.50841e-07 -2.68306e-06 -1.30986e-06 -3.72198e-06 -2.83922e-06 -3.81481e-06 1.16005e-07 2.8141e-06 4.36855e-06 5.08121e-06 1.65752e-06 -4.60157e-06 2.17506e-06 3.01631e-06 -2.60618e-06 -5.60871e-06 -1.91964e-07 -5.96528e-06 -6.16911e-06 -2.4168e-06 -7.22184e-07 1.91484e-06 3.04759e-06 -3.82786e-09 5.65993e-06 9.96621e-06 -2.26702e-06 -1.42283e-05 -1.32801e-05 4.36964e-06 9.48904e-06 4.35247e-06 2.3422e-06 3.28039e-06 5.1396e-06 7.88822e-07 5.29891e-06 6.12392e-06 3.1614e-06 -1.14203e-07 1.03667e-06 -2.00912e-06 -7.06848e-07 -6.57643e-06 -6.58533e-06 1.50171e-05 1.38061e-05 1.03754e-05 4.19862e-06 2.39049e-06 1.53364e-06 4.53892e-08 8.11868e-07 3.53659e-06 5.30585e-06 9.7622e-07 6.64796e-07 3.18788e-06 5.77925e-06 8.45133e-06 2.41423e-06 -1.41744e-07 2.72078e-06 3.18072e-06 1.21995e-06 -1.25131e-06 -5.50402e-06 -8.2533e-06 -3.4211e-06 1.98103e-07 8.34577e-09 9.41489e-07 1.28297e-06 1.36571e-06 5.9347e-06 8.73884e-06 -2.33815e-06 -1.73837e-05 -1.20624e-05 6.7855e-06 5.53704e-06 3.07827e-06 8.21119e-07 6.39322e-07 3.53688e-06 -8.83287e-06 7.23522e-07 1.23949e-05 4.78402e-06 -2.90203e-06 -4.00826e-06 -3.88161e-06 3.26992e-07 6.7284e-07 4.66826e-06 1.87298e-05 1.20456e-05 1.15611e-05 6.99586e-06 2.04608e-06 1.7807e-06 8.22737e-07 8.74047e-07 4.78986e-06 6.84269e-06 3.56405e-06 2.12441e-06 3.1045e-06 4.82365e-06 6.42421e-06 2.00078e-06 -2.5847e-07 9.32622e-07 4.94025e-06 2.93401e-06 -7.35005e-07 -3.26376e-06 1.36485e-06 8.34583e-07 1.70606e-06 1.81012e-06 2.08606e-06 -1.55635e-07 1.18045e-06 4.43895e-06 5.71868e-06 2.05957e-06 -8.91889e-06 -5.06407e-07 4.79601e-06 2.82681e-06 2.2289e-06 1.4564e-06 7.25055e-07 3.8232e-06 -1.78264e-05 -5.08448e-06 2.02505e-05 7.37799e-06 -2.76758e-06 -6.68121e-06 5.25801e-06 2.45243e-06 2.3729e-06 8.49664e-06 1.58892e-05 9.50795e-06 9.55011e-06 3.11025e-06 1.55947e-06 1.49638e-06 4.35809e-07 5.50288e-07 4.09664e-06 5.06876e-06 3.59339e-06 3.00799e-06 2.23345e-06 2.83228e-06 5.57553e-06 1.00604e-06 -9.06258e-06 2.43424e-06 6.71309e-06 3.78865e-06 4.579e-07 -7.91201e-07 1.2422e-06 3.34353e-06 5.95336e-06 4.79978e-06 2.65411e-06 -9.63523e-07 -6.63189e-08 2.347e-06 6.07538e-06 6.26134e-06 -2.47744e-06 2.20455e-06 3.37954e-06 1.46943e-06 2.64094e-06 3.1834e-06 9.1203e-07 -1.49978e-06 -2e-05 5.29852e-07 1.39687e-05 -2.44214e-06 -3.13883e-06 -1.60164e-06 9.41158e-06 5.9075e-06 2.60173e-06 7.5289e-06 1.04959e-05 6.20101e-06 3.78044e-06 1.4092e-06 2.40569e-06 1.11662e-06 -2.0424e-07 4.95896e-08 2.27428e-06 1.49952e-06 1.22453e-06 1.69858e-06 1.7354e-06 2.76152e-06 4.79177e-06 1.18895e-06 1.44344e-06 7.13991e-06 6.76711e-06 3.39441e-06 1.43153e-06 -4.4472e-08 -6.24121e-07 4.15937e-06 3.66465e-06 2.16818e-06 6.33182e-07 -1.07867e-06 -5.18001e-07 5.25807e-06 9.959e-06 3.51273e-06 -1.23596e-07 2.63948e-06 2.15057e-06 7.47306e-07 3.19784e-06 4.68189e-06 -7.00509e-07 -7.88514e-06 -2e-05 3.29808e-06 6.15547e-06 -1.2287e-05 -2.41502e-06 1.94522e-06 9.07841e-06 5.55503e-06 7.32605e-07 3.05062e-06 4.69679e-06 2.14416e-06 2.79059e-06 2.13499e-06 2.78604e-06 5.4199e-08 -8.63346e-07 -2.36145e-07 1.85791e-07 -4.42098e-07 7.43535e-07 1.63426e-06 1.80848e-06 2.53309e-06 2.10551e-06 1.49698e-06 3.16897e-06 7.24502e-06 4.72217e-06 2.82201e-06 1.34889e-06 -7.29756e-07 -5.60663e-08 1.01225e-06 6.45198e-07 3.25588e-07 -3.57687e-08 -4.58174e-07 6.90828e-07 4.82452e-06 1.40997e-06 -2.73551e-07 6.23039e-07 2.36164e-06 9.58224e-07 2.06094e-07 3.06935e-06 3.90047e-06 -5.2377e-06 -1.36094e-05 -7.97017e-07 5.05347e-06 -1.65979e-07 -4.42741e-06 1.07312e-06 4.48883e-06 8.30813e-06 5.09264e-06 4.22565e-07 1.073e-06 1.49957e-06 1.63959e-06 2.4444e-06 2.35801e-06 1.63426e-06 -9.47124e-07 -5.25892e-07 -2.51901e-07 -4.36069e-07 -6.30913e-08 1.37654e-06 1.8747e-06 1.73648e-06 1.4967e-06 5.98514e-07 9.65743e-07 2.64945e-06 4.14627e-06 1.67465e-06 2.04813e-06 2.11715e-07 -4.86691e-07 6.2268e-07 5.23774e-07 3.9457e-07 4.67523e-07 2.76677e-07 9.21584e-08 -1.38568e-08 -1.93733e-07 -2.85857e-07 -2.51185e-07 1.02139e-06 1.47868e-06 -1.40955e-08 -2.16704e-07 1.89424e-06 3.99306e-07 -8.27187e-06 -8.63887e-07 1.99835e-06 3.8856e-06 -4.90023e-07 5.99284e-07 3.35949e-06 5.72456e-06 6.787e-06 3.68475e-06 3.21513e-07 3.52038e-07 1.16945e-06 1.3156e-06 1.51797e-06 1.42169e-06 5.01874e-07 -7.29807e-07 -8.05614e-08 -2.30015e-08 2.79311e-07 1.01864e-06 1.88158e-06 1.72458e-06 1.30785e-06 5.72587e-07 -1.48938e-09 4.68848e-07 2.1846e-06 4.82635e-07 2.55617e-07 1.12298e-06 -1.29909e-07 -1.25641e-07 9.90403e-08 1.55752e-07 5.47104e-07 6.67729e-07 2.90204e-07 4.84108e-09 -1.2903e-07 -1.33371e-07 -8.49292e-09 2.67938e-07 8.50874e-07 4.94223e-07 -4.46283e-07 7.1687e-08 7.48818e-07 -4.09116e-07 -2.96198e-07 9.00934e-07 2.30232e-06 8.85407e-07 2.72886e-07 2.16445e-06 4.23087e-06 4.64895e-06 3.85047e-06 1.53207e-06 -3.26604e-07 2.36364e-07 1.45525e-06 6.0679e-07 7.00469e-07 8.73221e-07 1.54886e-07 -4.35421e-07 -8.01736e-08 8.10838e-07 1.35431e-06 1.36501e-06 1.31185e-06 1.05856e-06 6.04879e-07 -3.31178e-08 1.16582e-07 9.31299e-07 7.57318e-07 -2.79581e-07 7.39695e-07 5.29834e-07 -2.50929e-07 -4.13261e-07 -2.62929e-07 4.46407e-08 4.41235e-07 4.77887e-07 2.4862e-07 1.08467e-07 8.99362e-08 2.52468e-07 4.26219e-07 4.9651e-07 3.48806e-07 -1.41223e-07 -3.33125e-07 1.27488e-07 6.70142e-09 -2.87384e-07 2.1189e-07 1.16539e-06 1.27741e-06 7.22063e-07 1.10657e-06 2.58358e-06 3.08527e-06 2.31074e-06 1.19634e-06 1.27565e-07 -3.75773e-07 4.7247e-07 1.1031e-06 1.8009e-07 5.47011e-07 6.31789e-07 -4.03772e-08 -5.33171e-07 1.6869e-07 1.47547e-06 1.37579e-06 7.30719e-07 3.57794e-07 2.70338e-07 -2.55904e-08 -1.28125e-07 4.67533e-07 8.24739e-07 3.57787e-07 5.88273e-07 7.73268e-07 1.74874e-07 -2.98883e-07 -3.56185e-07 -2.04368e-07 7.5404e-08 3.59031e-07 4.23167e-07 3.58097e-07 3.36657e-07 4.14776e-07 5.46457e-07 5.28336e-07 2.84192e-07 -7.18715e-08 -2.84577e-07 -3.1746e-07 -1.19776e-07 -2.31531e-07 -8.22812e-08 3.8791e-07 9.84473e-07 1.17056e-06 1.10977e-06 1.39887e-06 1.78596e-06 1.34296e-06 5.40181e-07 -8.16939e-08 -1.89651e-07 -5.03757e-08 4.31291e-07 5.08602e-07 1.45716e-07 4.41648e-07 3.75952e-07 -1.94902e-07 -4.74646e-07 4.04465e-07 1.24362e-06 7.60376e-07 7.17821e-09 -2.20463e-07 -2.54076e-07 -3.11407e-07 -5.73406e-08 4.1175e-07 5.94789e-07 7.01177e-07 7.44152e-07 4.39666e-07 2.26825e-08 -2.04089e-07 -2.02897e-07 -1.01513e-07 9.77846e-08 3.10652e-07 4.09315e-07 4.46797e-07 4.90994e-07 5.35264e-07 5.18121e-07 3.23892e-07 3.42814e-09 -1.95977e-07 -1.87587e-07 -1.23417e-07 -1.8492e-07 -2.11105e-07 -6.16876e-08 3.58996e-07 8.9422e-07 1.14691e-06 1.04781e-06 9.38201e-07 7.38925e-07 2.49698e-07 -2.36478e-07 -3.82074e-07 -1.64015e-07 1.14028e-08 2.50707e-07 2.01026e-07 1.62294e-07 3.19959e-07 1.91965e-07 -1.99799e-07 -3.09592e-07 3.3333e-07 7.67892e-07 2.75938e-07 -2.4659e-07 -4.2173e-07 -3.94744e-07 -2.88834e-07 -6.32469e-08 2.57375e-07 4.72821e-07 5.16944e-07 4.02921e-07 1.88365e-07 5.59463e-10 -9.71374e-08 -1.01344e-07 -5.29223e-08 7.8341e-08 2.26284e-07 3.10748e-07 3.69067e-07 4.087e-07 3.94243e-07 3.0645e-07 1.06215e-07 -9.25719e-08 -1.16095e-07 -3.6139e-08 -4.76591e-08 -1.91668e-07 -2.69362e-07 -1.06465e-07 2.59448e-07 6.83447e-07 8.21273e-07 6.24052e-07 3.67211e-07 1.30505e-07 -1.28582e-07 -3.35009e-07 -3.13546e-07 -1.46029e-07 -7.07262e-09 1.27249e-07 1.38211e-07 1.44885e-07 2.08683e-07 9.73681e-08 -1.4477e-07 -1.99531e-07 1.71247e-07 4.08476e-07 1.14404e-07 -2.3548e-07 -3.70522e-07 -3.02316e-07 -1.80094e-07 -5.27963e-08 1.06752e-07 2.32168e-07 2.53953e-07 1.8481e-07 9.78999e-08 1.21451e-08 -4.89649e-08 -6.0024e-08 -3.47179e-08 5.43362e-08 1.55979e-07 2.10182e-07 2.48019e-07 2.60248e-07 2.24355e-07 1.47179e-07 2.35516e-08 -6.26885e-08 -3.47063e-08 1.58594e-08 -4.2558e-08 -1.88469e-07 -2.38778e-07 -9.36053e-08 1.51034e-07 4.19894e-07 4.79034e-07 3.11988e-07 1.00101e-07 -3.64957e-08 -1.40224e-07 -2.25408e-07 -1.98761e-07 -1.00165e-07 -1.89318e-08 6.38253e-08 1.1627e-07 1.8449e-05 1.60141e-05 1.26049e-05 9.41108e-06 6.05545e-06 2.11009e-06 -1.10295e-06 -2.26306e-06 -1.83989e-06 -6.70544e-07 4.74654e-07 1.03814e-06 1.32381e-06 2.20331e-06 2.61648e-06 2.45946e-06 2.07394e-06 1.61872e-06 1.23879e-06 9.2881e-07 8.68237e-07 1.07587e-06 1.10651e-06 1.25129e-06 1.283e-06 1.35427e-06 1.4354e-06 1.56004e-06 1.69949e-06 1.10523e-06 -3.88647e-07 -8.46604e-08 1.28375e-06 2.17179e-06 1.61667e-06 4.99728e-07 3.71787e-07 3.8547e-07 1.59647e-06 3.03441e-06 3.04287e-06 8.00168e-07 3.00003e-06 4.71792e-06 4.56787e-06 3.49353e-06 4.30157e-06 7.61473e-06 1.22928e-05 1.62156e-05 8.61005e-06 5.91083e-06 5.47907e-06 5.96814e-06 6.45756e-06 5.58264e-06 2.51424e-06 -1.82071e-06 -4.47513e-06 -4.48018e-06 -2.75776e-06 -4.82298e-08 1.79575e-06 1.61897e-06 3.19023e-07 5.48456e-08 8.80701e-07 1.57581e-06 1.89846e-06 2.0223e-06 2.23604e-06 2.65448e-06 2.37878e-06 1.8334e-06 1.61618e-06 1.41074e-06 9.68963e-07 4.03425e-07 1.00481e-06 1.37399e-06 2.21043e-07 7.13211e-07 2.12788e-06 2.91273e-06 1.64047e-06 1.33457e-06 1.59388e-06 3.78983e-07 6.66854e-07 1.5738e-06 3.92447e-07 9.19982e-07 3.26441e-06 3.91819e-06 1.89102e-06 2.30808e-06 7.63412e-06 8.29812e-06 8.98285e-06 9.60708e-06 2.7227e-06 1.23709e-06 1.49872e-06 1.39396e-06 3.93372e-06 5.82752e-06 3.70006e-06 -2.30647e-07 -3.51624e-06 -4.52026e-06 -3.1994e-06 2.29223e-07 2.96373e-06 3.30236e-06 2.24997e-06 3.86036e-07 -3.68003e-07 4.46794e-07 1.07995e-06 8.14541e-07 4.69147e-07 5.23318e-07 1.47908e-06 2.28032e-06 1.34447e-06 1.91154e-07 -4.6247e-07 -9.52586e-07 -4.50989e-08 5.51569e-07 -2.29613e-07 3.11803e-07 1.62812e-06 2.38638e-06 2.73773e-06 2.27191e-06 1.64513e-06 1.03327e-06 6.58205e-07 -7.422e-08 -1.91312e-06 -7.02887e-07 7.65821e-07 3.21453e-07 -7.76012e-07 4.48991e-06 6.92391e-06 7.33347e-06 7.54723e-06 6.65063e-06 2.47202e-07 9.50893e-07 1.96821e-06 1.35169e-06 1.13108e-06 2.71951e-06 2.05366e-06 -1.81438e-07 -2.00874e-06 -2.35145e-06 -4.78519e-07 2.46715e-06 5.16352e-06 6.94104e-06 6.83632e-06 4.726e-06 2.80021e-06 2.25871e-06 1.54218e-06 5.44435e-07 -5.27777e-08 -3.32823e-09 7.55421e-07 1.70319e-06 1.03571e-06 -1.07177e-07 -1.7216e-07 -6.32914e-07 -2.65734e-07 -6.5146e-07 -3.17587e-07 5.00605e-07 1.44335e-06 2.2353e-06 1.82815e-06 8.04326e-07 4.57255e-07 7.58991e-07 4.44842e-07 -2.61027e-07 -1.52399e-07 -7.48521e-07 -4.7579e-07 -1.53093e-06 5.54868e-07 6.14509e-06 6.4831e-06 6.91153e-06 6.41477e-06 3.75739e-06 -6.20227e-07 2.70528e-06 3.52789e-06 2.99212e-06 1.17214e-06 2.12054e-06 3.07554e-06 2.42285e-06 1.26521e-06 1.26362e-06 3.18709e-06 5.33458e-06 7.8418e-06 1.11065e-05 1.14292e-05 9.59051e-06 8.53955e-06 7.25477e-06 4.62204e-06 2.32556e-06 1.18954e-06 1.11151e-06 1.48529e-06 1.81574e-06 1.40295e-06 6.5127e-07 2.28811e-07 4.86963e-07 -2.22289e-07 -4.02726e-07 7.35931e-07 1.35571e-06 1.20784e-06 1.76703e-06 1.69208e-06 7.44853e-07 9.27339e-07 1.05912e-06 4.8647e-07 1.3699e-06 1.29647e-06 -1.4044e-06 -2.49042e-06 -1.67623e-06 5.13992e-06 5.88083e-06 4.29878e-06 4.66016e-06 -3.92602e-07 -7.88213e-06 2.98939e-06 5.21824e-06 4.40525e-06 2.78159e-06 1.79712e-06 2.78063e-06 4.38037e-06 4.03963e-06 2.83686e-06 3.47169e-06 4.51902e-06 6.62496e-06 1.12308e-05 1.69345e-05 1.55838e-05 1.0469e-05 7.3182e-06 4.99477e-06 2.89864e-06 1.90442e-06 1.49282e-06 8.10556e-07 1.31442e-08 4.92361e-07 1.91029e-06 1.60122e-06 7.10535e-07 1.51493e-07 -5.78181e-07 1.0167e-06 2.7036e-06 2.91486e-06 1.50078e-06 1.59572e-06 3.52954e-06 3.47261e-06 2.47861e-06 9.04229e-07 3.86378e-07 2.30122e-06 1.7623e-06 -1.07556e-06 -1.91225e-06 2.70923e-06 1.55933e-05 4.58014e-06 1.72631e-06 2.75133e-06 -1.05564e-06 -4.40947e-06 7.29798e-06 9.48788e-06 8.4122e-06 6.27233e-06 4.52557e-06 3.93195e-06 5.51183e-06 5.97462e-06 3.32315e-06 3.55825e-08 1.95943e-06 6.90155e-06 1.32893e-05 1.94754e-05 1.44357e-05 5.93548e-06 3.24504e-08 -1.60786e-06 -1.21996e-06 5.35342e-07 1.08147e-06 6.21028e-07 2.26014e-07 1.0242e-06 1.0625e-06 -7.02555e-07 -7.81762e-07 -4.63201e-07 1.40031e-06 5.3026e-06 7.82762e-06 6.72987e-06 3.50508e-06 2.59863e-06 4.59645e-06 5.312e-06 4.2356e-06 2.03604e-06 5.62721e-07 2.54395e-06 1.78879e-06 2.13837e-07 -1.03043e-06 5.31077e-06 7.58259e-06 2.53744e-06 -1.04432e-06 -2.10786e-06 6.4829e-07 2.5412e-06 7.56095e-06 1.10189e-05 1.07195e-05 8.33538e-06 6.41487e-06 8.11904e-06 1.0662e-05 8.30541e-06 -1.55525e-06 -4.99309e-06 1.84447e-07 2.9941e-06 5.8779e-06 1.00484e-05 4.93488e-06 -1.73772e-07 -4.75556e-06 -5.55781e-06 -1.15664e-06 1.7791e-06 2.38907e-06 2.82823e-06 3.10793e-06 2.39749e-06 -7.5224e-07 -4.89076e-06 -2.00265e-06 -5.05461e-08 5.30858e-06 1.18811e-05 1.42572e-05 1.02577e-05 5.52751e-06 5.78255e-06 7.92476e-06 8.11228e-06 6.74263e-06 3.51239e-06 -2.51961e-06 -1.23421e-06 1.83001e-06 5.10302e-08 1.43525e-06 3.35303e-06 1.64989e-06 -3.45136e-08 -2.00307e-06 -1.19279e-06 2.45234e-06 4.73237e-06 5.80073e-06 9.52275e-06 9.6856e-06 7.81506e-06 6.82487e-06 1.01189e-05 9.91069e-06 5.40309e-06 -3.74471e-06 -2.95094e-06 -6.06993e-07 -5.35276e-06 -8.39623e-06 -7.49172e-06 -2.31788e-06 -1.50136e-06 -2.50187e-06 -2.44909e-06 -1.08219e-07 3.11249e-06 3.70037e-06 4.8719e-06 6.01063e-06 4.15309e-06 -1.17735e-06 -3.58023e-06 -1.09567e-06 -7.24045e-07 4.76528e-06 8.08847e-06 5.9929e-06 2.30432e-06 5.18119e-06 1.0147e-05 1.34612e-05 1.30759e-05 1.05106e-05 4.25181e-06 -4.66704e-06 -6.78689e-08 2.72044e-06 -1.14431e-07 3.41037e-07 -1.69402e-08 1.27371e-06 1.48711e-06 4.31073e-06 9.13314e-06 9.56894e-06 3.73449e-06 6.73445e-06 7.61199e-06 7.87149e-06 7.36958e-06 7.03656e-06 9.10607e-06 9.18783e-06 4.38058e-06 -1.28721e-07 -5.15553e-07 -5.82338e-06 -1.46998e-05 -1.69901e-05 -1.59161e-05 -9.53146e-06 -1.91274e-06 -2.91875e-06 -7.33017e-06 -2.51704e-06 1.01722e-06 3.46759e-06 7.46639e-06 7.64398e-06 4.9087e-06 -9.86008e-08 -1.41141e-06 2.37627e-06 3.96576e-06 3.08093e-06 2.2465e-06 -2.58754e-06 1.25401e-06 1.02607e-05 1.45463e-05 1.60629e-05 1.69485e-05 1.44524e-05 4.55081e-06 -1.4071e-06 4.40533e-06 2.02863e-06 -8.01781e-07 -1.27424e-06 5.3282e-07 2.90751e-06 5.56606e-06 1.22387e-05 1.7631e-05 1.5083e-05 8.55833e-06 9.00516e-06 5.05862e-06 4.56257e-06 2.23486e-06 2.98106e-06 6.05769e-06 5.72816e-06 3.26667e-06 7.71612e-07 -1.44242e-06 -1.14007e-05 -1.9054e-05 -1.75449e-05 -9.53706e-06 -6.20966e-06 -4.82316e-06 -8.71495e-06 -1.12517e-05 -3.51001e-06 -2.44438e-07 2.26275e-06 4.36775e-06 1.61457e-06 3.58528e-06 3.40553e-06 3.38179e-06 6.9358e-06 8.9668e-06 6.83676e-06 -9.24911e-07 -2.77979e-06 6.84245e-06 1.64791e-05 1.54424e-05 1.23327e-05 1.44736e-05 1.54925e-05 7.06177e-06 3.47518e-06 4.23732e-06 3.25071e-07 -4.05867e-07 -8.14678e-07 4.05067e-06 7.69175e-06 1.07407e-05 1.72807e-05 2.40951e-05 2.25786e-05 1.58262e-05 1.23148e-05 4.59584e-06 -3.55241e-07 -4.93331e-06 -4.20762e-06 6.61914e-07 2.9198e-06 1.93811e-06 4.00588e-06 -4.00762e-06 -1.91715e-05 -2e-05 -2e-05 3.16402e-06 3.87239e-06 -3.75994e-06 -1.13517e-05 -7.10498e-06 7.43936e-07 2.93752e-06 8.72188e-07 -1.25225e-06 -9.41474e-06 3.54836e-07 5.93422e-06 6.50458e-06 5.26887e-06 6.4963e-06 2.10024e-06 -5.16974e-06 -4.07245e-07 1.54263e-05 2.47629e-05 1.76031e-05 8.32463e-06 5.9004e-06 7.59162e-06 4.1046e-06 5.58835e-06 6.07693e-06 1.51748e-06 -1.71524e-06 1.66258e-06 9.58595e-06 1.57159e-05 1.33742e-05 1.49755e-05 1.99159e-05 2.11712e-05 1.97552e-05 1.92161e-05 9.75234e-06 -6.24497e-07 -1.04759e-05 -1.00182e-05 5.18739e-07 3.55089e-06 3.61309e-06 7.25553e-06 -5.33824e-06 -2e-05 -2e-05 -2.96749e-06 1.38738e-05 8.86313e-06 4.80923e-06 -2.72968e-06 -3.00577e-06 2.18038e-06 3.34201e-07 -1.40809e-06 -8.38615e-06 -5.62497e-07 1.89327e-06 5.87425e-06 4.8019e-06 3.85703e-06 -3.23768e-06 -1.40362e-05 -1.12428e-05 1.51576e-06 1.54474e-05 1.99182e-05 1.35503e-05 3.61597e-06 -5.31925e-07 -3.08395e-06 -1.07298e-06 7.51864e-06 6.67264e-06 -5.35273e-06 -4.07498e-06 7.24114e-06 2.47225e-05 2.58276e-05 1.2232e-05 8.15621e-06 1.1295e-05 1.80606e-05 2.49414e-05 1.73879e-05 8.58457e-06 -1.6399e-06 -8.7631e-06 -6.10892e-06 2.64936e-06 4.72446e-06 1.14948e-05 5.12289e-06 -8.55752e-06 -1.57712e-05 -1.45678e-05 6.40383e-06 7.99929e-06 4.52004e-06 5.34369e-06 2.73508e-06 4.32313e-06 6.3531e-06 2.05914e-06 9.97519e-07 -7.24613e-06 3.84028e-06 2.92792e-06 -4.13703e-08 1.40026e-05 2.17721e-05 7.91184e-06 -3.60198e-06 -4.3595e-06 -3.60684e-06 -5.284e-06 -1.86076e-06 -9.98052e-06 -7.21346e-06 8.70458e-07 3.8531e-06 6.55131e-06 1.13787e-05 1.96327e-06 -8.5361e-06 5.13832e-07 1.57971e-05 3.22171e-05 2.51498e-05 1.09962e-05 5.10869e-06 1.13314e-05 2.02861e-05 2.58732e-05 7.83878e-06 1.89733e-06 -1.54007e-06 -6.1343e-06 -3.68858e-06 7.26338e-06 4.64626e-06 1.40465e-05 1.94785e-06 -6.78796e-06 -8.16315e-06 6.25221e-07 6.99862e-06 6.65871e-06 1.76974e-06 9.35024e-07 7.41003e-06 5.88044e-06 1.03416e-05 4.6089e-06 1.16363e-06 -5.42926e-06 6.73601e-06 8.95147e-07 -4.67109e-06 1.35512e-05 1.978e-05 8.79036e-06 -6.85425e-07 -1.51566e-06 -4.63278e-06 -7.42741e-06 -2.93533e-06 -3.50639e-06 5.48785e-07 1.13399e-06 6.50786e-06 1.12158e-05 1.3411e-05 3.73964e-06 -4.73533e-06 1.83172e-06 1.17313e-05 1.96501e-05 9.71003e-06 4.03665e-06 9.52862e-07 7.64301e-06 1.53894e-05 1.72194e-05 9.34278e-06 6.38383e-06 1.121e-06 -3.27148e-06 -1.04314e-06 7.94927e-06 2.93028e-06 1.31084e-05 -1.03052e-06 -2.70038e-06 -2.71068e-06 1.7858e-06 8.6074e-06 7.13415e-06 -3.36302e-06 -2.1908e-06 4.35342e-06 2.4684e-06 1.88573e-06 -4.20899e-07 -5.91386e-07 -1.3881e-06 -1.3644e-06 -2e-05 -7.80615e-06 1.82196e-05 1.66097e-05 6.63701e-06 2.21264e-06 1.02e-06 -5.64628e-06 1.13899e-06 8.16906e-07 8.00952e-07 4.09043e-06 3.54791e-06 6.81974e-06 1.15491e-05 1.02579e-05 3.58116e-06 8.16273e-08 2.66534e-06 5.14276e-06 8.99403e-06 -3.11472e-06 -3.16292e-06 1.3679e-06 6.90428e-06 1.19594e-05 1.36193e-05 1.21327e-05 7.89702e-06 1.05295e-06 -1.45334e-06 3.44051e-07 3.8715e-06 -1.61519e-07 5.65036e-06 -3.31833e-06 -5.84489e-08 -1.80711e-06 3.83983e-07 6.5374e-06 3.74913e-06 -2.54865e-06 -1.03426e-06 -2.95746e-06 -8.60548e-07 -6.91576e-06 -9.21046e-06 1.067e-06 -4.02701e-06 -1.51159e-05 -1.14798e-05 -2.30205e-06 8.54438e-06 1.28179e-05 5.70174e-06 2.27384e-06 4.06033e-06 -1.66689e-06 8.37983e-06 1.07077e-07 2.22905e-06 5.71442e-06 9.24372e-06 8.69824e-06 8.9645e-06 1.13346e-06 4.6524e-07 5.88807e-06 1.22271e-05 4.27875e-06 1.88682e-06 -8.22523e-06 -7.2914e-06 1.40582e-06 4.58819e-06 6.51548e-06 9.73265e-06 9.38427e-06 7.41139e-06 1.72534e-06 1.15486e-06 1.41675e-06 2.39389e-08 -3.61276e-06 -3.04366e-06 -1.9828e-06 1.18967e-06 4.8142e-07 3.05525e-07 2.35651e-06 4.78084e-06 5.35343e-06 3.00871e-07 -3.09957e-06 9.82037e-07 -3.83525e-06 -3.83938e-06 7.95857e-07 -2e-05 -1.76266e-05 -5.99165e-06 -4.97815e-07 6.58935e-06 1.04124e-05 4.60772e-06 2.04901e-06 2.89443e-06 -1.6349e-06 -2.43312e-07 -5.89518e-06 4.08944e-07 4.69829e-06 1.29145e-05 1.17411e-05 5.79712e-06 -1.39984e-05 -1.53599e-05 8.45927e-06 1.90396e-05 7.41456e-06 2.70279e-06 -9.58866e-06 -1.2184e-05 1.2626e-06 8.31913e-06 1.19094e-05 1.02482e-05 7.5694e-06 6.12592e-06 2.63874e-06 3.44365e-06 2.12162e-06 3.36944e-07 -1.40076e-06 -1.70793e-06 3.67972e-06 5.07291e-06 4.49021e-06 1.70473e-06 -3.2402e-08 4.20883e-06 7.98146e-06 2.0448e-06 1.1588e-06 -8.14688e-07 6.3418e-07 1.22105e-05 7.17295e-07 -2e-05 -1.47201e-05 -3.07489e-06 -1.36786e-06 3.2555e-06 6.93789e-06 3.57583e-06 5.97747e-06 5.19703e-06 -6.2679e-06 -1.123e-05 -1.28248e-05 -1.59251e-06 4.43172e-06 1.4978e-05 1.44525e-05 3.18199e-06 -2e-05 -2e-05 6.40478e-06 1.61292e-05 7.48654e-06 1.47333e-06 -1.03487e-05 -1.56062e-05 3.12917e-06 1.17516e-05 1.55585e-05 1.24827e-05 6.82551e-06 1.97371e-06 1.25369e-06 2.63683e-06 -2.49862e-07 1.10237e-06 1.29638e-06 3.26077e-06 9.53088e-06 1.07403e-05 8.21707e-06 1.97378e-06 -3.11354e-06 2.3738e-06 5.80112e-06 3.15467e-06 3.64101e-06 -3.72796e-06 5.09307e-07 4.30567e-06 1.10189e-05 -6.28756e-06 -7.07658e-06 -1.77497e-06 -6.12879e-08 2.50786e-06 3.05574e-06 3.31397e-06 6.94474e-06 2.45031e-06 -9.34024e-06 -1.63452e-05 -1.13635e-05 -5.84872e-07 5.15728e-06 1.81015e-05 1.60896e-05 1.16171e-06 -1.50835e-05 -2e-05 1.34495e-05 9.64332e-06 4.05673e-06 -3.56507e-06 -1.3312e-05 -1.16321e-05 6.51742e-06 1.33186e-05 1.59502e-05 1.31257e-05 4.95801e-06 -9.92922e-07 -6.41362e-07 -6.23951e-07 9.76419e-08 2.10183e-06 2.35486e-06 6.09402e-06 1.45296e-05 1.47842e-05 9.21148e-06 -4.20255e-08 -2.66424e-06 3.17534e-06 2.83239e-06 6.9927e-06 3.84767e-06 -5.77446e-07 1.86902e-06 7.92384e-06 7.65601e-06 6.89748e-07 -2.77569e-06 1.06508e-06 2.71631e-06 2.81083e-06 -4.78402e-08 2.23724e-06 4.01227e-06 8.29009e-07 -3.2575e-06 -8.48527e-06 -4.43991e-06 8.53567e-07 4.99225e-06 2.16817e-05 1.43712e-05 -3.07667e-06 -5.42127e-06 -8.64831e-06 1.95767e-05 1.64096e-05 1.99708e-06 -3.24907e-06 -8.29917e-06 -3.26867e-06 1.23851e-05 1.58962e-05 1.62771e-05 1.17554e-05 5.9883e-06 -1.00115e-07 -6.88095e-07 -1.84942e-07 2.61942e-06 2.21206e-06 1.82021e-06 7.03046e-06 1.63818e-05 1.6026e-05 6.99591e-06 -1.12316e-06 1.2322e-06 5.36022e-06 1.05823e-05 1.3463e-05 4.17643e-06 -2.21529e-06 3.66953e-06 6.4813e-06 5.33799e-06 3.249e-06 4.48588e-06 7.06077e-06 3.73828e-06 2.7326e-06 2.6928e-07 1.49921e-06 9.50522e-07 2.0399e-07 -1.29001e-08 -1.98743e-06 -1.46628e-07 1.11991e-06 4.01583e-06 1.70706e-05 7.09324e-06 -3.67105e-06 -1.11353e-06 -5.31329e-06 1.89686e-05 1.92438e-05 5.24291e-07 -1.32109e-06 -4.15251e-06 2.16177e-06 1.61944e-05 1.60565e-05 1.51376e-05 1.30059e-05 5.58646e-06 1.6925e-06 2.86918e-07 1.40405e-06 3.78967e-06 1.7418e-06 1.35243e-06 6.00305e-06 1.45877e-05 1.28816e-05 1.41931e-06 5.11286e-08 4.56224e-06 1.20419e-05 2.07501e-05 9.45381e-06 -9.97619e-07 -4.22052e-06 4.38251e-06 5.75957e-06 4.45758e-06 3.26672e-06 3.93575e-06 4.75139e-06 2.00444e-06 2.01057e-06 3.59294e-07 4.18643e-07 2.07732e-07 -2.69844e-07 2.5029e-07 7.00671e-08 8.09697e-07 5.88941e-07 2.08047e-06 1.08383e-05 2.30464e-06 -1.66091e-07 -1.33942e-06 1.49009e-07 1.1622e-05 1.20964e-05 -2.28452e-06 -5.63807e-07 -1.65766e-06 5.13961e-06 1.64399e-05 1.08924e-05 1.01921e-05 1.27837e-05 2.38114e-06 1.0311e-06 4.07076e-07 1.60088e-06 3.61218e-06 1.61927e-06 8.8252e-07 3.80784e-06 8.41608e-06 3.01258e-06 -2.43992e-08 1.15327e-06 7.42931e-06 1.29142e-05 1.01512e-05 1.65901e-06 -5.06824e-06 -4.82913e-08 3.96586e-06 4.74059e-06 3.22463e-06 2.27952e-06 1.51912e-06 1.58817e-06 7.23068e-07 3.06102e-07 8.8924e-08 1.37188e-07 -2.40069e-07 -5.92052e-07 -1.65306e-07 2.6312e-07 6.86907e-07 -5.60942e-07 -1.22572e-06 2.20682e-06 -1.73799e-06 6.54723e-07 -6.62853e-07 2.04966e-06 7.54744e-06 2.31547e-06 -2.94906e-06 1.28868e-07 -4.11006e-07 4.35149e-06 9.86717e-06 4.57206e-06 3.31719e-06 2.40101e-06 1.39712e-06 2.46993e-07 -3.01066e-07 1.61905e-06 3.76462e-06 2.00597e-06 4.51206e-07 1.26339e-06 1.73717e-06 5.02901e-07 6.02745e-07 2.05527e-06 6.96499e-06 4.37554e-06 2.33136e-06 -4.42652e-06 -3.07524e-06 1.88464e-06 3.93457e-06 3.32793e-06 2.06082e-06 1.2487e-06 4.06993e-07 -6.10158e-08 -9.92189e-08 5.44909e-08 1.91902e-07 3.86929e-08 -4.05303e-07 -6.18169e-07 -3.37483e-07 5.58627e-08 2.52269e-07 -1.19652e-06 -2.37524e-06 -3.8661e-06 4.83164e-07 4.75598e-07 3.40425e-07 2.57238e-06 3.55885e-06 -3.64114e-07 -3.92778e-07 1.22187e-08 -4.21961e-07 2.11838e-06 2.95914e-06 1.52544e-06 1.51467e-06 2.22256e-06 7.39864e-07 -3.27193e-07 -3.96358e-07 1.77262e-06 3.15967e-06 1.66132e-06 1.30413e-07 -3.84037e-08 -2.54277e-07 6.09894e-07 1.1611e-06 8.74373e-07 4.59193e-07 1.69135e-06 -1.64275e-06 -3.65387e-06 1.10255e-06 2.88652e-06 3.10735e-06 2.01367e-06 1.31241e-06 7.95315e-07 2.14238e-07 -7.94062e-08 -6.50567e-09 2.32549e-07 2.92326e-07 1.37313e-08 -3.3727e-07 -4.1357e-07 -4.08066e-07 -3.24753e-07 -1.50103e-07 -4.12936e-07 -8.87628e-07 4.61265e-07 8.32155e-07 1.05362e-06 8.3945e-07 1.70147e-06 1.22935e-06 -1.45581e-07 -2.1864e-07 -6.26023e-07 -2.30474e-07 1.13379e-06 2.16379e-06 2.91962e-06 2.6451e-06 2.11424e-06 3.20538e-07 -4.69127e-07 -4.68997e-08 1.63156e-06 1.62167e-06 6.59498e-07 1.25787e-07 -1.34662e-07 -2.79274e-08 4.40847e-07 1.22559e-07 -3.9322e-07 4.10667e-07 1.28781e-06 1.54468e-07 6.89171e-07 2.29707e-06 3.21913e-06 2.29073e-06 1.50933e-06 1.11704e-06 7.02821e-07 2.4243e-07 3.39904e-08 1.06919e-07 2.67935e-07 2.27325e-07 -2.90031e-08 -2.67654e-07 -4.73579e-07 -6.17304e-07 -3.74589e-07 -4.47333e-08 -4.1524e-07 3.2155e-07 1.14266e-06 1.99502e-06 1.25162e-06 6.50916e-07 8.2415e-07 5.7202e-07 -5.3477e-08 -6.00144e-07 -7.17164e-07 -1.09182e-07 1.01145e-06 2.59741e-06 3.12445e-06 2.1798e-06 1.36828e-06 1.98982e-07 -1.65678e-07 5.30625e-07 1.18049e-06 6.19996e-07 5.72757e-08 -1.27652e-08 -1.19383e-07 -1.13599e-07 -2.25767e-07 -4.6122e-07 -2.39987e-07 5.69676e-07 9.17808e-07 1.00105e-06 2.01613e-06 2.84559e-06 2.49362e-06 1.69074e-06 1.24737e-06 9.28613e-07 5.56773e-07 2.00896e-07 4.71399e-08 9.16977e-08 1.77718e-07 1.00812e-07 -1.18362e-07 -3.74828e-07 -5.73985e-07 -4.85705e-07 -1.34309e-07 1.97623e-07 4.68878e-07 1.02409e-06 1.85605e-06 1.69776e-06 7.49997e-07 2.67153e-07 3.63395e-07 3.22271e-07 -2.15189e-07 -6.73547e-07 -6.42861e-07 -1.06159e-07 9.45144e-07 2.12003e-06 2.03429e-06 1.27381e-06 7.84634e-07 1.61766e-07 1.1805e-07 6.35861e-07 7.70338e-07 1.7388e-07 -2.23702e-07 -1.68948e-07 -1.39138e-07 -2.70839e-07 -3.90615e-07 -3.83117e-07 -7.00009e-08 4.93787e-07 9.87334e-07 1.45344e-06 1.85566e-06 1.94521e-06 1.58158e-06 1.14156e-06 8.54682e-07 5.98805e-07 3.35729e-07 1.12749e-07 2.22904e-08 5.14878e-08 8.80333e-08 6.5678e-09 -1.7045e-07 -3.52447e-07 -4.01837e-07 -2.43016e-07 6.13093e-08 3.248e-07 5.75885e-07 9.12949e-07 1.17265e-06 8.65265e-07 2.90647e-07 -9.87013e-09 1.19379e-07 1.46113e-07 -2.22418e-07 -5.03933e-07 -4.72138e-07 -1.0319e-07 6.10307e-07 1.22434e-06 1.02868e-06 6.23547e-07 3.99538e-07 1.07867e-07 1.37692e-07 4.3258e-07 4.75965e-07 6.76732e-08 -2.22904e-07 -1.46537e-07 -1.05674e-07 -2.59569e-07 -3.43037e-07 -2.76993e-07 -1.8664e-08 3.81504e-07 7.49733e-07 1.03506e-06 1.15307e-06 1.10555e-06 9.6917e-07 7.48426e-07 5.60868e-07 3.79119e-07 2.04658e-07 6.4982e-08 1.27114e-08 3.09907e-08 4.54688e-08 -1.66668e-08 -1.30757e-07 -2.36737e-07 -2.45807e-07 -1.13882e-07 1.14677e-07 2.81199e-07 3.80754e-07 5.21458e-07 6.15695e-07 4.45072e-07 1.06852e-07 -1.03102e-07 2.82387e-08 8.96433e-08 -1.74501e-07 -3.71371e-07 -3.27848e-07 -8.83717e-08 3.15837e-07 6.25652e-07 5.16064e-07 2.95506e-07 1.90977e-07 ) ; boundaryField { bottomWall { type zeroGradient; } topWall { type zeroGradient; } sides1_half0 { type cyclic; } sides1_half1 { type cyclic; } sides2_half0 { type cyclic; } sides2_half1 { type cyclic; } inout1_half0 { type cyclic; } inout1_half1 { type cyclic; } inout2_half0 { type cyclic; } inout2_half1 { type cyclic; } } // ************************************************************************* //
b08ed0cee80899b3e6192b938b86d14703d3c449
7f60106df1bfd8680968986ad569b37a918e3c7e
/Spoj/ADDREV.cpp
80004e6a7e8e5c98e0e442361fccbe5465bffa57
[]
no_license
iyashu/Competitive-Programming
5012515f0ee11aebbe844d649e200123b6a3bf30
4f3ca3ed29a68cc00800c7c4b4dfee4d911ca625
refs/heads/master
2021-05-29T08:48:54.219932
2015-08-05T10:43:14
2015-08-05T10:43:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
554
cpp
ADDREV.cpp
#include<iostream> #include<cmath> using namespace std; int rev(int n); int main() { int z; cin>>z; while(z--) { int x,y; cin>>x>>y; x=rev(x);y=rev(y); x=x+y; cout<<rev(x)<<endl; } return 0; } int rev(int n) { int r=1;int h=n; for(int i=0;;i++) { if(h/10==0)break; else {r+=1; h=h/10;} } int a[r]; for(int i=0;i<r;i++) { a[i]=n%10;n=n/10; } int p=r;long double k=0; for(int i=0;i<p;i++) { k=k+(a[i]*pow(10.0,r-1));r=r-1; } return k; }
52fe844a8a8ba1dbf0bc42b0a4cab811fdea71b8
ccca1e8cacd9c727de7f235fc82d0c940cf325bc
/GUI.cpp
7cb1ba83078508a32ebe896fa01290e112dfd063
[]
no_license
ssode/pathfinding
bdd1e76d4a326b3b782e7d2b4562a73049f319ed
8862094272f2edfceaa3d2ed08af2df1925aaf0f
refs/heads/master
2021-06-26T05:35:45.931068
2020-11-20T03:00:04
2020-11-20T03:00:04
169,910,917
0
0
null
null
null
null
UTF-8
C++
false
false
1,638
cpp
GUI.cpp
#include "GUI.hpp" GUI::GUI(const std::vector<std::vector<Node>>& _grid) : grid(_grid), numRows(_grid.size()), numCols(_grid[0].size()) { nodeSize = 15; window = SDL_CreateWindow("A* Pathfinding Visualizer", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, numCols * nodeSize, numRows * nodeSize, SDL_WINDOW_SHOWN); renderer = SDL_CreateRenderer(window, -1, 0); } GUI::~GUI() { SDL_DestroyRenderer(renderer); SDL_DestroyWindow(window); } void GUI::draw() const { SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255); SDL_RenderClear(renderer); SDL_Rect rect; rect.w = nodeSize; rect.h = nodeSize; for (const auto& row : grid) { for (const Node& node : row) { switch (node.type) { case NodeType::Movable: SDL_SetRenderDrawColor(renderer, 160, 160, 160, 255); break; case NodeType::Wall: SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255); break; case NodeType::Ghost: SDL_SetRenderDrawColor(renderer, 0, 204, 0, 255); break; case NodeType::Target: SDL_SetRenderDrawColor(renderer, 255, 0, 0, 255); break; case NodeType::Open: SDL_SetRenderDrawColor(renderer, 0, 0, 255, 255); break; case NodeType::Closed: SDL_SetRenderDrawColor(renderer, 204, 204, 0, 255); break; case NodeType::Path: SDL_SetRenderDrawColor(renderer, 0, 255, 255, 255); break; } rect.y = node.i * nodeSize; rect.x = node.j * nodeSize; SDL_RenderFillRect(renderer, &rect); //SDL_SetRenderDrawColor(renderer, 128, 128, 128, 255); //SDL_RenderDrawRect(renderer, &rect); } } SDL_RenderPresent(renderer); } void GUI::wait(unsigned ms) const { SDL_Delay(ms); }
bcefdba3d3c2f80fe0066f3be8517681484929a2
df23b1a395eeff36726af8d4c4d11048d2e17a5b
/ArrayDinamico/array/src/ArregloDinamicoInt.cpp
37f1001008080d19f83dd1939ecf37685c858317
[]
no_license
Jersonmp/ExercisesArrays
55cb621ffd194e5b6fbfe50dd16a0d724c5d3fcd
d3ff31b44c1ca0445347b0f2bd52860da8e52185
refs/heads/master
2020-03-12T20:01:56.242510
2018-06-25T21:27:01
2018-06-25T21:27:01
130,796,731
0
0
null
null
null
null
UTF-8
C++
false
false
151
cpp
ArregloDinamicoInt.cpp
#include "ArregloDinamicoInt.h" /*ArregloDinamicoInt::ArregloDinamicoInt() { //ctor } ArregloDinamicoInt::~ArregloDinamicoInt() { //dtor }*/
008aaa524f38214199faf8437f67670446b751f1
ab90a6a4f7bb63d2d19eba4644e4910ccafbfcbe
/pub/1131.cpp
b7ec35a008de0f27b8d70abcf390a4f5962abcc5
[ "MIT" ]
permissive
BashuMiddleSchool/Bashu_OnlineJudge_Code
cf35625b5dcb2d53044581f57f1ff50221b33d2a
4707a271e6658158a1910b0e6e27c75f96841aca
refs/heads/main
2023-04-22T08:12:41.235203
2021-05-02T15:22:25
2021-05-02T15:22:25
363,435,161
2
0
null
null
null
null
UTF-8
C++
false
false
345
cpp
1131.cpp
#include<iostream> using namespace std; int main() { int x,y,b[105][105]= {0},a[105][105]={0},i,j,n,m; cin>>n>>m; for(i=0; i<n; i++) for(j=0; j<m; j++) { cin>>a[i][j]; } for(i=0; i<n; i++) { for(j=0; j<m; j++) { b[j][n-1-i]=a[i][j]; } } for(i=0; i<m; i++) { for(j=0; j<n; j++) cout<<b[i][j]<<' '; cout<<endl; } }
e9205580466e22637f543b152d54b18827803f05
12ad6318f7f0a3cf4dccd51f95c1fbdc2a51dba0
/cutting-rod.cpp
0a4b96b1ac5858c5690997de5c9f0e971519198f
[]
no_license
ravinderdevesh/codes
615f655c0bdf7d285fee93ad20378136de4bd58e
8a9ff64d36a195222b4ce9c57e13c0d22025f725
refs/heads/master
2021-01-20T00:12:52.707792
2016-08-12T07:44:07
2016-08-12T07:44:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
348
cpp
cutting-rod.cpp
#include<bits/stdc++.h> using namespace std; int p[]={0,1,5,8,9,10,17,17,20,24,30}; int r[500]; int cut_rod(int n){ if(r[n] >0){ return r[n]; } if(n==0) return 0; int q = -100; for (int i=1;i<=n;i++){ q = max(q,p[i] + cut_rod(n-i)); } r[n] = q; return r[n]; } int main(){ int n; cin>>n; int rev = cut_rod(n); cout<<rev<<"\n"; }
0de2356c3db3c84a9b77c35d4e72a1428bd0b473
6aacbc975d43cd217e4d1e7a9116cdd2f8ce7680
/Algorithms/Sorting/MergeSort/MergeSort.h
39bd578000d37c6431e82fb4468a4130455217bd
[]
no_license
ikarusx/cpp_algorithms
c1a8f62bd2de6b8d7193aadc2098b710164d9513
3be970a91a162182cce53b9af0ac560da1e29016
refs/heads/master
2020-12-30T17:51:24.627422
2017-05-18T04:36:31
2017-05-18T04:36:31
90,934,994
0
0
null
null
null
null
UTF-8
C++
false
false
2,234
h
MergeSort.h
#pragma once #include <vector> #include <iostream> template<typename T, typename CMP = std::less<T>> class MergeSort { public: MergeSort(std::vector<T> & arr); std::vector<T> &getSorted(); private: std::vector<T> &mVector; CMP mCmp; void SwapElements(int index1, int index2); void sort(); void MSort(int lIndex, int rIndex); void Merge(int lIndex, int rIndex); }; //public: template<typename T, typename CMP> inline MergeSort<T, CMP>::MergeSort(std::vector<T>& arr) : mVector(std::move(arr)) { sort(); } template<typename T, typename CMP> std::vector<T> & MergeSort<T, CMP>::getSorted() { return mVector; } //private: template<typename T, typename CMP> void MergeSort<T, CMP>::SwapElements(int index1, int index2) { T temp = mVector.at(index1); mVector[index1] = mVector.at(index2); mVector[index2] = temp; } template<typename T, typename CMP> void MergeSort<T, CMP>::sort() { MSort(0, mVector.size() - 1); } template<typename T, typename CMP> void MergeSort<T, CMP>::MSort(int lIndex, int rIndex) { if (lIndex >= rIndex) { return; } int midIndex = (lIndex + rIndex) >> 1; MSort(lIndex, midIndex); MSort(midIndex + 1, rIndex); Merge(lIndex, rIndex); } template<typename T, typename CMP> void MergeSort<T, CMP>::Merge(int lIndex, int rIndex) { if (lIndex >= rIndex) { return; } int midIndex = ((lIndex + rIndex) >> 1) - lIndex; int currIndex = lIndex; int mergeLeft = 0; int mergeRight = midIndex + 1; std::vector<T> tempVec; tempVec.reserve(lIndex + rIndex + 1); for (int i = lIndex; i <= rIndex; ++i) { tempVec.push_back(mVector[i]); } while (mergeLeft <= midIndex || (mergeRight + lIndex) <= rIndex) { if ((mergeRight + lIndex) > rIndex || (mergeLeft <= midIndex && mCmp(tempVec.at(mergeLeft), tempVec.at(mergeRight)))) { mVector[currIndex++] = tempVec[mergeLeft++]; } else { mVector[currIndex++] = tempVec[mergeRight++]; } } } void testingMergeSort() { std::vector<int> testVec = //{ 34, 12, 30, 59, 0, -8, 21, 8, 16, -40, 30 }; { 12, 30, 59, 0, -8, 21, 8, 22, 30 }; MergeSort<int, std::less<int>> mySort(testVec); for (int i = 0; i < (int)testVec.size(); ++i) { std::cout << testVec[i] << std::endl; } std::cout << std::endl; }
2b5233a96757fe1b364804d1db3911e2e662a145
14c4128f42db2a5e65a85bc0af6f41a4c5982b9b
/copy_con.cpp
474c605cfac2d31c1880378701fae87e2d5dffca
[]
no_license
vvrs/cpp_learning
ea65280f1382bcb20973039a51cbbed3730b127b
787e01142c4d1b74e14ed014b848d930d2bd8f89
refs/heads/master
2020-04-11T04:23:18.856513
2015-09-23T01:33:07
2015-09-23T01:33:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
210
cpp
copy_con.cpp
#include<iostream> using namespace std; class Test { int a; public: Test (int k) { a=k; cout<<a<<endl; } Test (const Test &k) { a=k.a; cout<<a<<endl; } }; main() { Test t(5); Test t1(t); }
88532b19604a793a0a0da4d6a36a0c14287abe7c
d11f4027aad67eaf5d45d0208c9b91c48ff62657
/InnovationDayNewAgeRetroArduino/src/main/resources/receive/receive.ino
d3b4eef5a5c1b456794ea343d603246779187904
[]
no_license
alextimbro/innovation-day
f1c96c462f55c042f0039074bbea8d60c4cdb483
50c71e73a7216b53b2aab6713bc7f49f3bd00fb9
refs/heads/master
2020-05-20T12:59:27.726734
2013-12-02T22:10:35
2013-12-02T22:10:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,563
ino
receive.ino
int recv = 0; int ledPin = 13; int speakerOut = 11; byte names[] = {'c', 'd', 'e', 'f', 'g', 'a', 'b', 'C'}; int tones[] = {1915, 1700, 1519, 1432, 1275, 1136, 1014, 956}; byte melody[] = "2d2a1f2c2d2a2d2c2f2d2a2c2d2a1f2c2d2a2a2g2p8p8p8p"; int count = 0; int count2 = 0; int count3 = 0; int MAX_COUNT = 5; int statePin = LOW; int start = -1; void setup() { pinMode(ledPin, OUTPUT); Serial.begin(9600); } void loop() { if (Serial.available() > 0) { recv = Serial.read(); if (recv == 97) { start = 0; } else if (recv == 114) { start = 5; } else if (recv == 109) { start = 10; } else if (recv == 115) { start = 15; } else if (recv == 112) { start = 19; } else { start = -1; } if(start >= 0) { digitalWrite(ledPin, HIGH); analogWrite(speakerOut, 0); for (count = start; count < MAX_COUNT+start; count++) { for (count3 = 0; count3 <= (melody[count*2] - 48) * 30; count3++) { for (count2=0;count2<8;count2++) { if (names[count2] == melody[count*2 + 1]) { analogWrite(speakerOut,500); delayMicroseconds(tones[count2]); analogWrite(speakerOut, 0); delayMicroseconds(tones[count2]); } if (melody[count*2 + 1] == 'p') { analogWrite(speakerOut, 0); delayMicroseconds(500); } } } } digitalWrite(ledPin, LOW); } else { digitalWrite(ledPin, LOW); } } }
f180d78d33bd2409c3e8cb599edb6b2dcbf0ba42
8f973b39b5ef31b005eca8e2a286e75074950b72
/res/pgv/gen/cpp/large.pb.cc
1d265317dcf9de5ded225e4744f7389cce61e785
[]
no_license
albinvedin/GPB-Perfy
aab2f695bfbafa1aab2250b55afc614ad7ce4b9e
bac168013445fd8f0e8c0c202121419874887cbd
refs/heads/master
2022-01-09T09:36:22.547377
2019-05-29T10:38:53
2019-05-29T10:38:53
180,165,910
0
0
null
null
null
null
UTF-8
C++
false
true
262,374
cc
large.pb.cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: large.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "large.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/port.h> #include <google/protobuf/stubs/once.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/wire_format_lite_inl.h> #include <google/protobuf/descriptor.h> #include <google/protobuf/generated_message_reflection.h> #include <google/protobuf/reflection_ops.h> #include <google/protobuf/wire_format.h> // @@protoc_insertion_point(includes) namespace pgv { class Large_MessageBDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large_MessageB> _instance; } _Large_MessageB_default_instance_; class Large_MessageCDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large_MessageC> _instance; } _Large_MessageC_default_instance_; class Large_MessageDDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large_MessageD> _instance; } _Large_MessageD_default_instance_; class Large_MessageEDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large_MessageE> _instance; } _Large_MessageE_default_instance_; class Large_MessageFDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large_MessageF> _instance; } _Large_MessageF_default_instance_; class LargeDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed<Large> _instance; } _Large_default_instance_; namespace protobuf_large_2eproto { namespace { ::google::protobuf::Metadata file_level_metadata[6]; } // namespace PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField const TableStruct::entries[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0}, }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField const TableStruct::aux[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ::google::protobuf::internal::AuxillaryParseTableField(), }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const TableStruct::schema[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, }; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageB, field5_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageC, field5_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageD, field5_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageE, field5_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large_MessageF, field5_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field1_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field2_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field3_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field4_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field5_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field6_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field7_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field8_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field9_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field10_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field11_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field12_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field13_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field14_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field15_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field16_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field17_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field18_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field19_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field20_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field21_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field22_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field23_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field24_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field25_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field26_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field27_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field28_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field29_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field30_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field31_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field32_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field33_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field34_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field35_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field36_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field37_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field38_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field39_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field40_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field41_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field42_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field43_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field44_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field45_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field46_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field47_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field48_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field49_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field50_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field51_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field52_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field53_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field54_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field55_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field61_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field62_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field63_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field64_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field65_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field66_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field67_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field68_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field69_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field70_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field101_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field102_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field103_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field104_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Large, field105_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(Large_MessageB)}, { 10, -1, sizeof(Large_MessageC)}, { 20, -1, sizeof(Large_MessageD)}, { 30, -1, sizeof(Large_MessageE)}, { 40, -1, sizeof(Large_MessageF)}, { 50, -1, sizeof(Large)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast<const ::google::protobuf::Message*>(&_Large_MessageB_default_instance_), reinterpret_cast<const ::google::protobuf::Message*>(&_Large_MessageC_default_instance_), reinterpret_cast<const ::google::protobuf::Message*>(&_Large_MessageD_default_instance_), reinterpret_cast<const ::google::protobuf::Message*>(&_Large_MessageE_default_instance_), reinterpret_cast<const ::google::protobuf::Message*>(&_Large_MessageF_default_instance_), reinterpret_cast<const ::google::protobuf::Message*>(&_Large_default_instance_), }; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "large.proto", schemas, file_default_instances, TableStruct::offsets, factory, file_level_metadata, NULL, NULL); } void protobuf_AssignDescriptorsOnce() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); } void protobuf_RegisterTypes(const ::std::string&) GOOGLE_ATTRIBUTE_COLD; void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 6); } } // namespace void TableStruct::InitDefaultsImpl() { GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::internal::InitProtobufDefaults(); ::validate::protobuf_validate_2eproto::InitDefaults(); _Large_MessageB_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_MessageB_default_instance_);_Large_MessageC_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_MessageC_default_instance_);_Large_MessageD_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_MessageD_default_instance_);_Large_MessageE_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_MessageE_default_instance_);_Large_MessageF_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_MessageF_default_instance_);_Large_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Large_default_instance_);_Large_MessageB_default_instance_._instance.get_mutable()->field4_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_MessageB_default_instance_._instance.get_mutable()->field5_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_MessageC_default_instance_._instance.get_mutable()->field4_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_MessageC_default_instance_._instance.get_mutable()->field5_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_MessageD_default_instance_._instance.get_mutable()->field4_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_MessageD_default_instance_._instance.get_mutable()->field5_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_MessageE_default_instance_._instance.get_mutable()->field5_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field41_ = const_cast< ::pgv::Large_MessageB*>( ::pgv::Large_MessageB::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field42_ = const_cast< ::pgv::Large_MessageC*>( ::pgv::Large_MessageC::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field43_ = const_cast< ::pgv::Large_MessageD*>( ::pgv::Large_MessageD::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field44_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field45_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field46_ = const_cast< ::pgv::Large_MessageB*>( ::pgv::Large_MessageB::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field47_ = const_cast< ::pgv::Large_MessageC*>( ::pgv::Large_MessageC::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field48_ = const_cast< ::pgv::Large_MessageD*>( ::pgv::Large_MessageD::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field49_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field50_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field61_ = const_cast< ::pgv::Large_MessageB*>( ::pgv::Large_MessageB::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field62_ = const_cast< ::pgv::Large_MessageC*>( ::pgv::Large_MessageC::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field63_ = const_cast< ::pgv::Large_MessageD*>( ::pgv::Large_MessageD::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field64_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field65_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field66_ = const_cast< ::pgv::Large_MessageB*>( ::pgv::Large_MessageB::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field67_ = const_cast< ::pgv::Large_MessageC*>( ::pgv::Large_MessageC::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field68_ = const_cast< ::pgv::Large_MessageD*>( ::pgv::Large_MessageD::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field69_ = const_cast< ::pgv::Large_MessageE*>( ::pgv::Large_MessageE::internal_default_instance()); _Large_default_instance_._instance.get_mutable()->field70_ = const_cast< ::pgv::Large_MessageF*>( ::pgv::Large_MessageF::internal_default_instance()); } void InitDefaults() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); } namespace { void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\013large.proto\022\003pgv\032\027validate/validate.pr" "oto\"\337\030\n\005Large\022\033\n\006field1\030\001 \001(\rB\013\272\351\300\003\006*\004\030\n" " \000\022\033\n\006field2\030\002 \001(\rB\013\272\351\300\003\006*\004\030\n \000\022\033\n\006field" "3\030\003 \001(\rB\013\272\351\300\003\006*\004\030\n \000\022\033\n\006field4\030\004 \001(\rB\013\272\351" "\300\003\006*\004\030\n \000\022\033\n\006field5\030\005 \001(\rB\013\272\351\300\003\006*\004\030\n \000\022\033" "\n\006field6\030\006 \001(\rB\013\272\351\300\003\006*\004\0302 \n\022\033\n\006field7\030\007 " "\001(\rB\013\272\351\300\003\006*\004\0302 \n\022\033\n\006field8\030\010 \001(\rB\013\272\351\300\003\006*" "\004\0302 \n\022\033\n\006field9\030\t \001(\rB\013\272\351\300\003\006*\004\0302 \n\022\034\n\007fi" "eld10\030\n \001(\rB\013\272\351\300\003\006*\004\0302 \n\022\034\n\007field11\030\013 \001(" "\rB\013\272\351\300\003\006*\004\030\017 \005\022\034\n\007field12\030\014 \001(\rB\013\272\351\300\003\006*\004" "\030\017 \005\022\034\n\007field13\030\r \001(\rB\013\272\351\300\003\006*\004\030\017 \005\022\034\n\007fi" "eld14\030\016 \001(\rB\013\272\351\300\003\006*\004\030\017 \005\022\034\n\007field15\030\017 \001(" "\rB\013\272\351\300\003\006*\004\030\017 \005\022\034\n\007field16\030\020 \001(\rB\013\272\351\300\003\006*\004" "\030d \005\022\034\n\007field17\030\021 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007fi" "eld18\030\022 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field19\030\023 \001(" "\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field20\030\024 \001(\rB\013\272\351\300\003\006*\004" "\030d \005\022\034\n\007field21\030\025 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007fi" "eld22\030\026 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field23\030\027 \001(" "\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field24\030\030 \001(\rB\013\272\351\300\003\006*\004" "\030d \005\022\034\n\007field25\030\031 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007fi" "eld26\030\032 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field27\030\033 \001(" "\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007field28\030\034 \001(\rB\013\272\351\300\003\006*\004" "\030d \005\022\034\n\007field29\030\035 \001(\rB\013\272\351\300\003\006*\004\030d \005\022\034\n\007fi" "eld30\030\036 \001(\rB\013\272\351\300\003\006*\004\030d \005\022 \n\007field31\030\037 \001(" "\004B\017\272\351\300\003\n2\010\030\200\362\213\250\t \024\022 \n\007field32\030 \001(\004B\017\272\351\300" "\003\n2\010\030\200\362\213\250\t \024\022 \n\007field33\030! \001(\004B\017\272\351\300\003\n2\010\030\200" "\362\213\250\t \024\022 \n\007field34\030\" \001(\004B\017\272\351\300\003\n2\010\030\200\362\213\250\t \024" "\022 \n\007field35\030# \001(\004B\017\272\351\300\003\n2\010\030\200\362\213\250\t \024\022 \n\007fi" "eld36\030$ \001(\004B\017\272\351\300\003\n2\010\030\200\362\213\250\t \024\022 \n\007field37\030" "% \001(\004B\017\272\351\300\003\n2\010\030\200\362\213\250\t \024\022 \n\007field38\030& \001(\004B" "\017\272\351\300\003\n2\010\030\200\362\213\250\t \024\022 \n\007field39\030\' \001(\004B\017\272\351\300\003\n" "2\010\030\200\362\213\250\t \024\022 \n\007field40\030( \001(\004B\017\272\351\300\003\n2\010\030\200\362\213" "\250\t \024\022$\n\007field41\030) \001(\0132\023.pgv.Large.Messag" "eB\022$\n\007field42\030* \001(\0132\023.pgv.Large.MessageC" "\022$\n\007field43\030+ \001(\0132\023.pgv.Large.MessageD\022$" "\n\007field44\030, \001(\0132\023.pgv.Large.MessageE\022$\n\007" "field45\030- \001(\0132\023.pgv.Large.MessageF\022$\n\007fi" "eld46\030. \001(\0132\023.pgv.Large.MessageB\022$\n\007fiel" "d47\030/ \001(\0132\023.pgv.Large.MessageC\022$\n\007field4" "8\0300 \001(\0132\023.pgv.Large.MessageD\022$\n\007field49\030" "1 \001(\0132\023.pgv.Large.MessageE\022$\n\007field50\0302 " "\001(\0132\023.pgv.Large.MessageF\022\032\n\007field51\0303 \001(" "\014B\t\272\351\300\003\004z\002\030\n\022\032\n\007field52\0304 \001(\014B\t\272\351\300\003\004z\002\030\024" "\022\032\n\007field53\0305 \001(\014B\t\272\351\300\003\004z\002\030\036\022\032\n\007field54\030" "6 \001(\014B\t\272\351\300\003\004z\002\030(\022\032\n\007field55\0307 \001(\014B\t\272\351\300\003\004" "z\002\0302\022$\n\007field61\030= \001(\0132\023.pgv.Large.Messag" "eB\022$\n\007field62\030> \001(\0132\023.pgv.Large.MessageC" "\022$\n\007field63\030\? \001(\0132\023.pgv.Large.MessageD\022$" "\n\007field64\030@ \001(\0132\023.pgv.Large.MessageE\022$\n\007" "field65\030A \001(\0132\023.pgv.Large.MessageF\022$\n\007fi" "eld66\030B \001(\0132\023.pgv.Large.MessageB\022$\n\007fiel" "d67\030C \001(\0132\023.pgv.Large.MessageC\022$\n\007field6" "8\030D \001(\0132\023.pgv.Large.MessageD\022$\n\007field69\030" "E \001(\0132\023.pgv.Large.MessageE\022$\n\007field70\030F " "\001(\0132\023.pgv.Large.MessageF\022\037\n\010field101\030e \001" "(\021B\r\272\351\300\003\010:\006\030\310\001 \307\001\022\037\n\010field102\030f \001(\021B\r\272\351\300" "\003\010:\006\030\310\001 \307\001\022\037\n\010field103\030g \001(\021B\r\272\351\300\003\010:\006\030\310\001" " \307\001\022\037\n\010field104\030h \001(\021B\r\272\351\300\003\010:\006\030\310\001 \307\001\022\037\n\010" "field105\030i \001(\021B\r\272\351\300\003\010:\006\030\310\001 \307\001\032\256\001\n\010Messag" "eB\022\034\n\006field1\030\001 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006fiel" "d2\030\002 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field3\030\003 \001(\rB\014" "\272\351\300\003\007*\005\030\350\007 \000\022#\n\006field4\030\004 \001(\0132\023.pgv.Large" ".MessageE\022#\n\006field5\030\005 \001(\0132\023.pgv.Large.Me" "ssageF\032\256\001\n\010MessageC\022\034\n\006field1\030\001 \001(\rB\014\272\351\300" "\003\007*\005\030\350\007 \000\022\034\n\006field2\030\002 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022" "\034\n\006field3\030\003 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022#\n\006field4\030" "\004 \001(\0132\023.pgv.Large.MessageE\022#\n\006field5\030\005 \001" "(\0132\023.pgv.Large.MessageF\032\256\001\n\010MessageD\022\034\n\006" "field1\030\001 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field2\030\002 \001" "(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field3\030\003 \001(\rB\014\272\351\300\003\007*" "\005\030\350\007 \000\022#\n\006field4\030\004 \001(\0132\023.pgv.Large.Messa" "geE\022#\n\006field5\030\005 \001(\0132\023.pgv.Large.MessageF" "\032\247\001\n\010MessageE\022\034\n\006field1\030\001 \001(\rB\014\272\351\300\003\007*\005\030\350" "\007 \000\022\034\n\006field2\030\002 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006fie" "ld3\030\003 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field4\030\004 \001(\rB" "\014\272\351\300\003\007*\005\030\350\007 \000\022#\n\006field5\030\005 \001(\0132\023.pgv.Larg" "e.MessageF\032\240\001\n\010MessageF\022\034\n\006field1\030\001 \001(\rB" "\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field2\030\002 \001(\rB\014\272\351\300\003\007*\005\030\350" "\007 \000\022\034\n\006field3\030\003 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006fie" "ld4\030\004 \001(\rB\014\272\351\300\003\007*\005\030\350\007 \000\022\034\n\006field5\030\005 \001(\rB" "\014\272\351\300\003\007*\005\030\350\007 \000b\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 3221); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "large.proto", &protobuf_RegisterTypes); ::validate::protobuf_validate_2eproto::AddDescriptors(); } } // anonymous namespace void AddDescriptors() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl); } // Force AddDescriptors() to be called at dynamic initialization time. struct StaticDescriptorInitializer { StaticDescriptorInitializer() { AddDescriptors(); } } static_descriptor_initializer; } // namespace protobuf_large_2eproto // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large_MessageB::kField1FieldNumber; const int Large_MessageB::kField2FieldNumber; const int Large_MessageB::kField3FieldNumber; const int Large_MessageB::kField4FieldNumber; const int Large_MessageB::kField5FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large_MessageB::Large_MessageB() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large.MessageB) } Large_MessageB::Large_MessageB(const Large_MessageB& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_field4()) { field4_ = new ::pgv::Large_MessageE(*from.field4_); } else { field4_ = NULL; } if (from.has_field5()) { field5_ = new ::pgv::Large_MessageF(*from.field5_); } else { field5_ = NULL; } ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); // @@protoc_insertion_point(copy_constructor:pgv.Large.MessageB) } void Large_MessageB::SharedCtor() { ::memset(&field4_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field4_)) + sizeof(field3_)); _cached_size_ = 0; } Large_MessageB::~Large_MessageB() { // @@protoc_insertion_point(destructor:pgv.Large.MessageB) SharedDtor(); } void Large_MessageB::SharedDtor() { if (this != internal_default_instance()) delete field4_; if (this != internal_default_instance()) delete field5_; } void Large_MessageB::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large_MessageB::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large_MessageB& Large_MessageB::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large_MessageB* Large_MessageB::New(::google::protobuf::Arena* arena) const { Large_MessageB* n = new Large_MessageB; if (arena != NULL) { arena->Own(n); } return n; } void Large_MessageB::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large.MessageB) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; if (GetArenaNoVirtual() == NULL && field4_ != NULL) { delete field4_; } field4_ = NULL; if (GetArenaNoVirtual() == NULL && field5_ != NULL) { delete field5_; } field5_ = NULL; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); _internal_metadata_.Clear(); } bool Large_MessageB::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large.MessageB) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field4 = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field4())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field5 = 5; case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(42u /* 42 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field5())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large.MessageB) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large.MessageB) return false; #undef DO_ } void Large_MessageB::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large.MessageB) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 4, *this->field4_, output); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 5, *this->field5_, output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large.MessageB) } ::google::protobuf::uint8* Large_MessageB::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large.MessageB) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 4, *this->field4_, deterministic, target); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 5, *this->field5_, deterministic, target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large.MessageB) return target; } size_t Large_MessageB::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large.MessageB) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field4_); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field5_); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large_MessageB::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large.MessageB) GOOGLE_DCHECK_NE(&from, this); const Large_MessageB* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large_MessageB>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large.MessageB) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large.MessageB) MergeFrom(*source); } } void Large_MessageB::MergeFrom(const Large_MessageB& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large.MessageB) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_field4()) { mutable_field4()->::pgv::Large_MessageE::MergeFrom(from.field4()); } if (from.has_field5()) { mutable_field5()->::pgv::Large_MessageF::MergeFrom(from.field5()); } if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } } void Large_MessageB::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large.MessageB) if (&from == this) return; Clear(); MergeFrom(from); } void Large_MessageB::CopyFrom(const Large_MessageB& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large.MessageB) if (&from == this) return; Clear(); MergeFrom(from); } bool Large_MessageB::IsInitialized() const { return true; } void Large_MessageB::Swap(Large_MessageB* other) { if (other == this) return; InternalSwap(other); } void Large_MessageB::InternalSwap(Large_MessageB* other) { using std::swap; swap(field4_, other->field4_); swap(field5_, other->field5_); swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large_MessageB::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large_MessageB // uint32 field1 = 1 [(.validate.rules) = { void Large_MessageB::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large_MessageB::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageB.field1) return field1_; } void Large_MessageB::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageB.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large_MessageB::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large_MessageB::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageB.field2) return field2_; } void Large_MessageB::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageB.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large_MessageB::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large_MessageB::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageB.field3) return field3_; } void Large_MessageB::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageB.field3) } // .pgv.Large.MessageE field4 = 4; bool Large_MessageB::has_field4() const { return this != internal_default_instance() && field4_ != NULL; } void Large_MessageB::clear_field4() { if (GetArenaNoVirtual() == NULL && field4_ != NULL) delete field4_; field4_ = NULL; } const ::pgv::Large_MessageE& Large_MessageB::field4() const { const ::pgv::Large_MessageE* p = field4_; // @@protoc_insertion_point(field_get:pgv.Large.MessageB.field4) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large_MessageB::mutable_field4() { if (field4_ == NULL) { field4_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageB.field4) return field4_; } ::pgv::Large_MessageE* Large_MessageB::release_field4() { // @@protoc_insertion_point(field_release:pgv.Large.MessageB.field4) ::pgv::Large_MessageE* temp = field4_; field4_ = NULL; return temp; } void Large_MessageB::set_allocated_field4(::pgv::Large_MessageE* field4) { delete field4_; field4_ = field4; if (field4) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageB.field4) } // .pgv.Large.MessageF field5 = 5; bool Large_MessageB::has_field5() const { return this != internal_default_instance() && field5_ != NULL; } void Large_MessageB::clear_field5() { if (GetArenaNoVirtual() == NULL && field5_ != NULL) delete field5_; field5_ = NULL; } const ::pgv::Large_MessageF& Large_MessageB::field5() const { const ::pgv::Large_MessageF* p = field5_; // @@protoc_insertion_point(field_get:pgv.Large.MessageB.field5) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large_MessageB::mutable_field5() { if (field5_ == NULL) { field5_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageB.field5) return field5_; } ::pgv::Large_MessageF* Large_MessageB::release_field5() { // @@protoc_insertion_point(field_release:pgv.Large.MessageB.field5) ::pgv::Large_MessageF* temp = field5_; field5_ = NULL; return temp; } void Large_MessageB::set_allocated_field5(::pgv::Large_MessageF* field5) { delete field5_; field5_ = field5; if (field5) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageB.field5) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large_MessageC::kField1FieldNumber; const int Large_MessageC::kField2FieldNumber; const int Large_MessageC::kField3FieldNumber; const int Large_MessageC::kField4FieldNumber; const int Large_MessageC::kField5FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large_MessageC::Large_MessageC() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large.MessageC) } Large_MessageC::Large_MessageC(const Large_MessageC& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_field4()) { field4_ = new ::pgv::Large_MessageE(*from.field4_); } else { field4_ = NULL; } if (from.has_field5()) { field5_ = new ::pgv::Large_MessageF(*from.field5_); } else { field5_ = NULL; } ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); // @@protoc_insertion_point(copy_constructor:pgv.Large.MessageC) } void Large_MessageC::SharedCtor() { ::memset(&field4_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field4_)) + sizeof(field3_)); _cached_size_ = 0; } Large_MessageC::~Large_MessageC() { // @@protoc_insertion_point(destructor:pgv.Large.MessageC) SharedDtor(); } void Large_MessageC::SharedDtor() { if (this != internal_default_instance()) delete field4_; if (this != internal_default_instance()) delete field5_; } void Large_MessageC::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large_MessageC::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large_MessageC& Large_MessageC::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large_MessageC* Large_MessageC::New(::google::protobuf::Arena* arena) const { Large_MessageC* n = new Large_MessageC; if (arena != NULL) { arena->Own(n); } return n; } void Large_MessageC::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large.MessageC) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; if (GetArenaNoVirtual() == NULL && field4_ != NULL) { delete field4_; } field4_ = NULL; if (GetArenaNoVirtual() == NULL && field5_ != NULL) { delete field5_; } field5_ = NULL; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); _internal_metadata_.Clear(); } bool Large_MessageC::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large.MessageC) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field4 = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field4())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field5 = 5; case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(42u /* 42 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field5())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large.MessageC) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large.MessageC) return false; #undef DO_ } void Large_MessageC::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large.MessageC) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 4, *this->field4_, output); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 5, *this->field5_, output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large.MessageC) } ::google::protobuf::uint8* Large_MessageC::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large.MessageC) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 4, *this->field4_, deterministic, target); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 5, *this->field5_, deterministic, target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large.MessageC) return target; } size_t Large_MessageC::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large.MessageC) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field4_); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field5_); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large_MessageC::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large.MessageC) GOOGLE_DCHECK_NE(&from, this); const Large_MessageC* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large_MessageC>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large.MessageC) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large.MessageC) MergeFrom(*source); } } void Large_MessageC::MergeFrom(const Large_MessageC& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large.MessageC) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_field4()) { mutable_field4()->::pgv::Large_MessageE::MergeFrom(from.field4()); } if (from.has_field5()) { mutable_field5()->::pgv::Large_MessageF::MergeFrom(from.field5()); } if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } } void Large_MessageC::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large.MessageC) if (&from == this) return; Clear(); MergeFrom(from); } void Large_MessageC::CopyFrom(const Large_MessageC& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large.MessageC) if (&from == this) return; Clear(); MergeFrom(from); } bool Large_MessageC::IsInitialized() const { return true; } void Large_MessageC::Swap(Large_MessageC* other) { if (other == this) return; InternalSwap(other); } void Large_MessageC::InternalSwap(Large_MessageC* other) { using std::swap; swap(field4_, other->field4_); swap(field5_, other->field5_); swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large_MessageC::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large_MessageC // uint32 field1 = 1 [(.validate.rules) = { void Large_MessageC::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large_MessageC::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageC.field1) return field1_; } void Large_MessageC::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageC.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large_MessageC::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large_MessageC::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageC.field2) return field2_; } void Large_MessageC::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageC.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large_MessageC::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large_MessageC::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageC.field3) return field3_; } void Large_MessageC::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageC.field3) } // .pgv.Large.MessageE field4 = 4; bool Large_MessageC::has_field4() const { return this != internal_default_instance() && field4_ != NULL; } void Large_MessageC::clear_field4() { if (GetArenaNoVirtual() == NULL && field4_ != NULL) delete field4_; field4_ = NULL; } const ::pgv::Large_MessageE& Large_MessageC::field4() const { const ::pgv::Large_MessageE* p = field4_; // @@protoc_insertion_point(field_get:pgv.Large.MessageC.field4) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large_MessageC::mutable_field4() { if (field4_ == NULL) { field4_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageC.field4) return field4_; } ::pgv::Large_MessageE* Large_MessageC::release_field4() { // @@protoc_insertion_point(field_release:pgv.Large.MessageC.field4) ::pgv::Large_MessageE* temp = field4_; field4_ = NULL; return temp; } void Large_MessageC::set_allocated_field4(::pgv::Large_MessageE* field4) { delete field4_; field4_ = field4; if (field4) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageC.field4) } // .pgv.Large.MessageF field5 = 5; bool Large_MessageC::has_field5() const { return this != internal_default_instance() && field5_ != NULL; } void Large_MessageC::clear_field5() { if (GetArenaNoVirtual() == NULL && field5_ != NULL) delete field5_; field5_ = NULL; } const ::pgv::Large_MessageF& Large_MessageC::field5() const { const ::pgv::Large_MessageF* p = field5_; // @@protoc_insertion_point(field_get:pgv.Large.MessageC.field5) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large_MessageC::mutable_field5() { if (field5_ == NULL) { field5_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageC.field5) return field5_; } ::pgv::Large_MessageF* Large_MessageC::release_field5() { // @@protoc_insertion_point(field_release:pgv.Large.MessageC.field5) ::pgv::Large_MessageF* temp = field5_; field5_ = NULL; return temp; } void Large_MessageC::set_allocated_field5(::pgv::Large_MessageF* field5) { delete field5_; field5_ = field5; if (field5) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageC.field5) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large_MessageD::kField1FieldNumber; const int Large_MessageD::kField2FieldNumber; const int Large_MessageD::kField3FieldNumber; const int Large_MessageD::kField4FieldNumber; const int Large_MessageD::kField5FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large_MessageD::Large_MessageD() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large.MessageD) } Large_MessageD::Large_MessageD(const Large_MessageD& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_field4()) { field4_ = new ::pgv::Large_MessageE(*from.field4_); } else { field4_ = NULL; } if (from.has_field5()) { field5_ = new ::pgv::Large_MessageF(*from.field5_); } else { field5_ = NULL; } ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); // @@protoc_insertion_point(copy_constructor:pgv.Large.MessageD) } void Large_MessageD::SharedCtor() { ::memset(&field4_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field4_)) + sizeof(field3_)); _cached_size_ = 0; } Large_MessageD::~Large_MessageD() { // @@protoc_insertion_point(destructor:pgv.Large.MessageD) SharedDtor(); } void Large_MessageD::SharedDtor() { if (this != internal_default_instance()) delete field4_; if (this != internal_default_instance()) delete field5_; } void Large_MessageD::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large_MessageD::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large_MessageD& Large_MessageD::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large_MessageD* Large_MessageD::New(::google::protobuf::Arena* arena) const { Large_MessageD* n = new Large_MessageD; if (arena != NULL) { arena->Own(n); } return n; } void Large_MessageD::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large.MessageD) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; if (GetArenaNoVirtual() == NULL && field4_ != NULL) { delete field4_; } field4_ = NULL; if (GetArenaNoVirtual() == NULL && field5_ != NULL) { delete field5_; } field5_ = NULL; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field3_) - reinterpret_cast<char*>(&field1_)) + sizeof(field3_)); _internal_metadata_.Clear(); } bool Large_MessageD::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large.MessageD) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field4 = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field4())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field5 = 5; case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(42u /* 42 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field5())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large.MessageD) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large.MessageD) return false; #undef DO_ } void Large_MessageD::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large.MessageD) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 4, *this->field4_, output); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 5, *this->field5_, output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large.MessageD) } ::google::protobuf::uint8* Large_MessageD::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large.MessageD) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 4, *this->field4_, deterministic, target); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 5, *this->field5_, deterministic, target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large.MessageD) return target; } size_t Large_MessageD::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large.MessageD) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // .pgv.Large.MessageE field4 = 4; if (this->has_field4()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field4_); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field5_); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large_MessageD::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large.MessageD) GOOGLE_DCHECK_NE(&from, this); const Large_MessageD* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large_MessageD>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large.MessageD) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large.MessageD) MergeFrom(*source); } } void Large_MessageD::MergeFrom(const Large_MessageD& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large.MessageD) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_field4()) { mutable_field4()->::pgv::Large_MessageE::MergeFrom(from.field4()); } if (from.has_field5()) { mutable_field5()->::pgv::Large_MessageF::MergeFrom(from.field5()); } if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } } void Large_MessageD::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large.MessageD) if (&from == this) return; Clear(); MergeFrom(from); } void Large_MessageD::CopyFrom(const Large_MessageD& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large.MessageD) if (&from == this) return; Clear(); MergeFrom(from); } bool Large_MessageD::IsInitialized() const { return true; } void Large_MessageD::Swap(Large_MessageD* other) { if (other == this) return; InternalSwap(other); } void Large_MessageD::InternalSwap(Large_MessageD* other) { using std::swap; swap(field4_, other->field4_); swap(field5_, other->field5_); swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large_MessageD::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large_MessageD // uint32 field1 = 1 [(.validate.rules) = { void Large_MessageD::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large_MessageD::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageD.field1) return field1_; } void Large_MessageD::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageD.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large_MessageD::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large_MessageD::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageD.field2) return field2_; } void Large_MessageD::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageD.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large_MessageD::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large_MessageD::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageD.field3) return field3_; } void Large_MessageD::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageD.field3) } // .pgv.Large.MessageE field4 = 4; bool Large_MessageD::has_field4() const { return this != internal_default_instance() && field4_ != NULL; } void Large_MessageD::clear_field4() { if (GetArenaNoVirtual() == NULL && field4_ != NULL) delete field4_; field4_ = NULL; } const ::pgv::Large_MessageE& Large_MessageD::field4() const { const ::pgv::Large_MessageE* p = field4_; // @@protoc_insertion_point(field_get:pgv.Large.MessageD.field4) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large_MessageD::mutable_field4() { if (field4_ == NULL) { field4_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageD.field4) return field4_; } ::pgv::Large_MessageE* Large_MessageD::release_field4() { // @@protoc_insertion_point(field_release:pgv.Large.MessageD.field4) ::pgv::Large_MessageE* temp = field4_; field4_ = NULL; return temp; } void Large_MessageD::set_allocated_field4(::pgv::Large_MessageE* field4) { delete field4_; field4_ = field4; if (field4) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageD.field4) } // .pgv.Large.MessageF field5 = 5; bool Large_MessageD::has_field5() const { return this != internal_default_instance() && field5_ != NULL; } void Large_MessageD::clear_field5() { if (GetArenaNoVirtual() == NULL && field5_ != NULL) delete field5_; field5_ = NULL; } const ::pgv::Large_MessageF& Large_MessageD::field5() const { const ::pgv::Large_MessageF* p = field5_; // @@protoc_insertion_point(field_get:pgv.Large.MessageD.field5) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large_MessageD::mutable_field5() { if (field5_ == NULL) { field5_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageD.field5) return field5_; } ::pgv::Large_MessageF* Large_MessageD::release_field5() { // @@protoc_insertion_point(field_release:pgv.Large.MessageD.field5) ::pgv::Large_MessageF* temp = field5_; field5_ = NULL; return temp; } void Large_MessageD::set_allocated_field5(::pgv::Large_MessageF* field5) { delete field5_; field5_ = field5; if (field5) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageD.field5) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large_MessageE::kField1FieldNumber; const int Large_MessageE::kField2FieldNumber; const int Large_MessageE::kField3FieldNumber; const int Large_MessageE::kField4FieldNumber; const int Large_MessageE::kField5FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large_MessageE::Large_MessageE() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large.MessageE) } Large_MessageE::Large_MessageE(const Large_MessageE& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_field5()) { field5_ = new ::pgv::Large_MessageF(*from.field5_); } else { field5_ = NULL; } ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field4_) - reinterpret_cast<char*>(&field1_)) + sizeof(field4_)); // @@protoc_insertion_point(copy_constructor:pgv.Large.MessageE) } void Large_MessageE::SharedCtor() { ::memset(&field5_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field4_) - reinterpret_cast<char*>(&field5_)) + sizeof(field4_)); _cached_size_ = 0; } Large_MessageE::~Large_MessageE() { // @@protoc_insertion_point(destructor:pgv.Large.MessageE) SharedDtor(); } void Large_MessageE::SharedDtor() { if (this != internal_default_instance()) delete field5_; } void Large_MessageE::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large_MessageE::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large_MessageE& Large_MessageE::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large_MessageE* Large_MessageE::New(::google::protobuf::Arena* arena) const { Large_MessageE* n = new Large_MessageE; if (arena != NULL) { arena->Own(n); } return n; } void Large_MessageE::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large.MessageE) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; if (GetArenaNoVirtual() == NULL && field5_ != NULL) { delete field5_; } field5_ = NULL; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field4_) - reinterpret_cast<char*>(&field1_)) + sizeof(field4_)); _internal_metadata_.Clear(); } bool Large_MessageE::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large.MessageE) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // uint32 field4 = 4 [(.validate.rules) = { case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field4_))); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field5 = 5; case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(42u /* 42 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field5())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large.MessageE) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large.MessageE) return false; #undef DO_ } void Large_MessageE::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large.MessageE) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->field4(), output); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 5, *this->field5_, output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large.MessageE) } ::google::protobuf::uint8* Large_MessageE::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large.MessageE) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->field4(), target); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 5, *this->field5_, deterministic, target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large.MessageE) return target; } size_t Large_MessageE::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large.MessageE) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // .pgv.Large.MessageF field5 = 5; if (this->has_field5()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field5_); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field4()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large_MessageE::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large.MessageE) GOOGLE_DCHECK_NE(&from, this); const Large_MessageE* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large_MessageE>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large.MessageE) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large.MessageE) MergeFrom(*source); } } void Large_MessageE::MergeFrom(const Large_MessageE& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large.MessageE) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_field5()) { mutable_field5()->::pgv::Large_MessageF::MergeFrom(from.field5()); } if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } if (from.field4() != 0) { set_field4(from.field4()); } } void Large_MessageE::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large.MessageE) if (&from == this) return; Clear(); MergeFrom(from); } void Large_MessageE::CopyFrom(const Large_MessageE& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large.MessageE) if (&from == this) return; Clear(); MergeFrom(from); } bool Large_MessageE::IsInitialized() const { return true; } void Large_MessageE::Swap(Large_MessageE* other) { if (other == this) return; InternalSwap(other); } void Large_MessageE::InternalSwap(Large_MessageE* other) { using std::swap; swap(field5_, other->field5_); swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); swap(field4_, other->field4_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large_MessageE::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large_MessageE // uint32 field1 = 1 [(.validate.rules) = { void Large_MessageE::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large_MessageE::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageE.field1) return field1_; } void Large_MessageE::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageE.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large_MessageE::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large_MessageE::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageE.field2) return field2_; } void Large_MessageE::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageE.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large_MessageE::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large_MessageE::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageE.field3) return field3_; } void Large_MessageE::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageE.field3) } // uint32 field4 = 4 [(.validate.rules) = { void Large_MessageE::clear_field4() { field4_ = 0u; } ::google::protobuf::uint32 Large_MessageE::field4() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageE.field4) return field4_; } void Large_MessageE::set_field4(::google::protobuf::uint32 value) { field4_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageE.field4) } // .pgv.Large.MessageF field5 = 5; bool Large_MessageE::has_field5() const { return this != internal_default_instance() && field5_ != NULL; } void Large_MessageE::clear_field5() { if (GetArenaNoVirtual() == NULL && field5_ != NULL) delete field5_; field5_ = NULL; } const ::pgv::Large_MessageF& Large_MessageE::field5() const { const ::pgv::Large_MessageF* p = field5_; // @@protoc_insertion_point(field_get:pgv.Large.MessageE.field5) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large_MessageE::mutable_field5() { if (field5_ == NULL) { field5_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.MessageE.field5) return field5_; } ::pgv::Large_MessageF* Large_MessageE::release_field5() { // @@protoc_insertion_point(field_release:pgv.Large.MessageE.field5) ::pgv::Large_MessageF* temp = field5_; field5_ = NULL; return temp; } void Large_MessageE::set_allocated_field5(::pgv::Large_MessageF* field5) { delete field5_; field5_ = field5; if (field5) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.MessageE.field5) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large_MessageF::kField1FieldNumber; const int Large_MessageF::kField2FieldNumber; const int Large_MessageF::kField3FieldNumber; const int Large_MessageF::kField4FieldNumber; const int Large_MessageF::kField5FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large_MessageF::Large_MessageF() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large.MessageF) } Large_MessageF::Large_MessageF(const Large_MessageF& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field5_) - reinterpret_cast<char*>(&field1_)) + sizeof(field5_)); // @@protoc_insertion_point(copy_constructor:pgv.Large.MessageF) } void Large_MessageF::SharedCtor() { ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field5_) - reinterpret_cast<char*>(&field1_)) + sizeof(field5_)); _cached_size_ = 0; } Large_MessageF::~Large_MessageF() { // @@protoc_insertion_point(destructor:pgv.Large.MessageF) SharedDtor(); } void Large_MessageF::SharedDtor() { } void Large_MessageF::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large_MessageF::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large_MessageF& Large_MessageF::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large_MessageF* Large_MessageF::New(::google::protobuf::Arena* arena) const { Large_MessageF* n = new Large_MessageF; if (arena != NULL) { arena->Own(n); } return n; } void Large_MessageF::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large.MessageF) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field5_) - reinterpret_cast<char*>(&field1_)) + sizeof(field5_)); _internal_metadata_.Clear(); } bool Large_MessageF::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large.MessageF) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // uint32 field4 = 4 [(.validate.rules) = { case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field4_))); } else { goto handle_unusual; } break; } // uint32 field5 = 5 [(.validate.rules) = { case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(40u /* 40 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field5_))); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large.MessageF) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large.MessageF) return false; #undef DO_ } void Large_MessageF::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large.MessageF) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->field4(), output); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(5, this->field5(), output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large.MessageF) } ::google::protobuf::uint8* Large_MessageF::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large.MessageF) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->field4(), target); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(5, this->field5(), target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large.MessageF) return target; } size_t Large_MessageF::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large.MessageF) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field4()); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field5()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large_MessageF::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large.MessageF) GOOGLE_DCHECK_NE(&from, this); const Large_MessageF* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large_MessageF>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large.MessageF) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large.MessageF) MergeFrom(*source); } } void Large_MessageF::MergeFrom(const Large_MessageF& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large.MessageF) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } if (from.field4() != 0) { set_field4(from.field4()); } if (from.field5() != 0) { set_field5(from.field5()); } } void Large_MessageF::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large.MessageF) if (&from == this) return; Clear(); MergeFrom(from); } void Large_MessageF::CopyFrom(const Large_MessageF& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large.MessageF) if (&from == this) return; Clear(); MergeFrom(from); } bool Large_MessageF::IsInitialized() const { return true; } void Large_MessageF::Swap(Large_MessageF* other) { if (other == this) return; InternalSwap(other); } void Large_MessageF::InternalSwap(Large_MessageF* other) { using std::swap; swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); swap(field4_, other->field4_); swap(field5_, other->field5_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large_MessageF::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large_MessageF // uint32 field1 = 1 [(.validate.rules) = { void Large_MessageF::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large_MessageF::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageF.field1) return field1_; } void Large_MessageF::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageF.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large_MessageF::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large_MessageF::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageF.field2) return field2_; } void Large_MessageF::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageF.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large_MessageF::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large_MessageF::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageF.field3) return field3_; } void Large_MessageF::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageF.field3) } // uint32 field4 = 4 [(.validate.rules) = { void Large_MessageF::clear_field4() { field4_ = 0u; } ::google::protobuf::uint32 Large_MessageF::field4() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageF.field4) return field4_; } void Large_MessageF::set_field4(::google::protobuf::uint32 value) { field4_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageF.field4) } // uint32 field5 = 5 [(.validate.rules) = { void Large_MessageF::clear_field5() { field5_ = 0u; } ::google::protobuf::uint32 Large_MessageF::field5() const { // @@protoc_insertion_point(field_get:pgv.Large.MessageF.field5) return field5_; } void Large_MessageF::set_field5(::google::protobuf::uint32 value) { field5_ = value; // @@protoc_insertion_point(field_set:pgv.Large.MessageF.field5) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Large::kField1FieldNumber; const int Large::kField2FieldNumber; const int Large::kField3FieldNumber; const int Large::kField4FieldNumber; const int Large::kField5FieldNumber; const int Large::kField6FieldNumber; const int Large::kField7FieldNumber; const int Large::kField8FieldNumber; const int Large::kField9FieldNumber; const int Large::kField10FieldNumber; const int Large::kField11FieldNumber; const int Large::kField12FieldNumber; const int Large::kField13FieldNumber; const int Large::kField14FieldNumber; const int Large::kField15FieldNumber; const int Large::kField16FieldNumber; const int Large::kField17FieldNumber; const int Large::kField18FieldNumber; const int Large::kField19FieldNumber; const int Large::kField20FieldNumber; const int Large::kField21FieldNumber; const int Large::kField22FieldNumber; const int Large::kField23FieldNumber; const int Large::kField24FieldNumber; const int Large::kField25FieldNumber; const int Large::kField26FieldNumber; const int Large::kField27FieldNumber; const int Large::kField28FieldNumber; const int Large::kField29FieldNumber; const int Large::kField30FieldNumber; const int Large::kField31FieldNumber; const int Large::kField32FieldNumber; const int Large::kField33FieldNumber; const int Large::kField34FieldNumber; const int Large::kField35FieldNumber; const int Large::kField36FieldNumber; const int Large::kField37FieldNumber; const int Large::kField38FieldNumber; const int Large::kField39FieldNumber; const int Large::kField40FieldNumber; const int Large::kField41FieldNumber; const int Large::kField42FieldNumber; const int Large::kField43FieldNumber; const int Large::kField44FieldNumber; const int Large::kField45FieldNumber; const int Large::kField46FieldNumber; const int Large::kField47FieldNumber; const int Large::kField48FieldNumber; const int Large::kField49FieldNumber; const int Large::kField50FieldNumber; const int Large::kField51FieldNumber; const int Large::kField52FieldNumber; const int Large::kField53FieldNumber; const int Large::kField54FieldNumber; const int Large::kField55FieldNumber; const int Large::kField61FieldNumber; const int Large::kField62FieldNumber; const int Large::kField63FieldNumber; const int Large::kField64FieldNumber; const int Large::kField65FieldNumber; const int Large::kField66FieldNumber; const int Large::kField67FieldNumber; const int Large::kField68FieldNumber; const int Large::kField69FieldNumber; const int Large::kField70FieldNumber; const int Large::kField101FieldNumber; const int Large::kField102FieldNumber; const int Large::kField103FieldNumber; const int Large::kField104FieldNumber; const int Large::kField105FieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Large::Large() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_large_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:pgv.Large) } Large::Large(const Large& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); field51_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.field51().size() > 0) { field51_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field51_); } field52_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.field52().size() > 0) { field52_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field52_); } field53_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.field53().size() > 0) { field53_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field53_); } field54_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.field54().size() > 0) { field54_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field54_); } field55_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.field55().size() > 0) { field55_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field55_); } if (from.has_field41()) { field41_ = new ::pgv::Large_MessageB(*from.field41_); } else { field41_ = NULL; } if (from.has_field42()) { field42_ = new ::pgv::Large_MessageC(*from.field42_); } else { field42_ = NULL; } if (from.has_field43()) { field43_ = new ::pgv::Large_MessageD(*from.field43_); } else { field43_ = NULL; } if (from.has_field44()) { field44_ = new ::pgv::Large_MessageE(*from.field44_); } else { field44_ = NULL; } if (from.has_field45()) { field45_ = new ::pgv::Large_MessageF(*from.field45_); } else { field45_ = NULL; } if (from.has_field46()) { field46_ = new ::pgv::Large_MessageB(*from.field46_); } else { field46_ = NULL; } if (from.has_field47()) { field47_ = new ::pgv::Large_MessageC(*from.field47_); } else { field47_ = NULL; } if (from.has_field48()) { field48_ = new ::pgv::Large_MessageD(*from.field48_); } else { field48_ = NULL; } if (from.has_field49()) { field49_ = new ::pgv::Large_MessageE(*from.field49_); } else { field49_ = NULL; } if (from.has_field50()) { field50_ = new ::pgv::Large_MessageF(*from.field50_); } else { field50_ = NULL; } if (from.has_field61()) { field61_ = new ::pgv::Large_MessageB(*from.field61_); } else { field61_ = NULL; } if (from.has_field62()) { field62_ = new ::pgv::Large_MessageC(*from.field62_); } else { field62_ = NULL; } if (from.has_field63()) { field63_ = new ::pgv::Large_MessageD(*from.field63_); } else { field63_ = NULL; } if (from.has_field64()) { field64_ = new ::pgv::Large_MessageE(*from.field64_); } else { field64_ = NULL; } if (from.has_field65()) { field65_ = new ::pgv::Large_MessageF(*from.field65_); } else { field65_ = NULL; } if (from.has_field66()) { field66_ = new ::pgv::Large_MessageB(*from.field66_); } else { field66_ = NULL; } if (from.has_field67()) { field67_ = new ::pgv::Large_MessageC(*from.field67_); } else { field67_ = NULL; } if (from.has_field68()) { field68_ = new ::pgv::Large_MessageD(*from.field68_); } else { field68_ = NULL; } if (from.has_field69()) { field69_ = new ::pgv::Large_MessageE(*from.field69_); } else { field69_ = NULL; } if (from.has_field70()) { field70_ = new ::pgv::Large_MessageF(*from.field70_); } else { field70_ = NULL; } ::memcpy(&field1_, &from.field1_, static_cast<size_t>(reinterpret_cast<char*>(&field104_) - reinterpret_cast<char*>(&field1_)) + sizeof(field104_)); // @@protoc_insertion_point(copy_constructor:pgv.Large) } void Large::SharedCtor() { field51_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field52_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field53_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field54_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field55_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&field41_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field104_) - reinterpret_cast<char*>(&field41_)) + sizeof(field104_)); _cached_size_ = 0; } Large::~Large() { // @@protoc_insertion_point(destructor:pgv.Large) SharedDtor(); } void Large::SharedDtor() { field51_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field52_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field53_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field54_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field55_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete field41_; if (this != internal_default_instance()) delete field42_; if (this != internal_default_instance()) delete field43_; if (this != internal_default_instance()) delete field44_; if (this != internal_default_instance()) delete field45_; if (this != internal_default_instance()) delete field46_; if (this != internal_default_instance()) delete field47_; if (this != internal_default_instance()) delete field48_; if (this != internal_default_instance()) delete field49_; if (this != internal_default_instance()) delete field50_; if (this != internal_default_instance()) delete field61_; if (this != internal_default_instance()) delete field62_; if (this != internal_default_instance()) delete field63_; if (this != internal_default_instance()) delete field64_; if (this != internal_default_instance()) delete field65_; if (this != internal_default_instance()) delete field66_; if (this != internal_default_instance()) delete field67_; if (this != internal_default_instance()) delete field68_; if (this != internal_default_instance()) delete field69_; if (this != internal_default_instance()) delete field70_; } void Large::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Large::descriptor() { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Large& Large::default_instance() { protobuf_large_2eproto::InitDefaults(); return *internal_default_instance(); } Large* Large::New(::google::protobuf::Arena* arena) const { Large* n = new Large; if (arena != NULL) { arena->Own(n); } return n; } void Large::Clear() { // @@protoc_insertion_point(message_clear_start:pgv.Large) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; field51_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field52_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field53_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field54_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); field55_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == NULL && field41_ != NULL) { delete field41_; } field41_ = NULL; if (GetArenaNoVirtual() == NULL && field42_ != NULL) { delete field42_; } field42_ = NULL; if (GetArenaNoVirtual() == NULL && field43_ != NULL) { delete field43_; } field43_ = NULL; if (GetArenaNoVirtual() == NULL && field44_ != NULL) { delete field44_; } field44_ = NULL; if (GetArenaNoVirtual() == NULL && field45_ != NULL) { delete field45_; } field45_ = NULL; if (GetArenaNoVirtual() == NULL && field46_ != NULL) { delete field46_; } field46_ = NULL; if (GetArenaNoVirtual() == NULL && field47_ != NULL) { delete field47_; } field47_ = NULL; if (GetArenaNoVirtual() == NULL && field48_ != NULL) { delete field48_; } field48_ = NULL; if (GetArenaNoVirtual() == NULL && field49_ != NULL) { delete field49_; } field49_ = NULL; if (GetArenaNoVirtual() == NULL && field50_ != NULL) { delete field50_; } field50_ = NULL; if (GetArenaNoVirtual() == NULL && field61_ != NULL) { delete field61_; } field61_ = NULL; if (GetArenaNoVirtual() == NULL && field62_ != NULL) { delete field62_; } field62_ = NULL; if (GetArenaNoVirtual() == NULL && field63_ != NULL) { delete field63_; } field63_ = NULL; if (GetArenaNoVirtual() == NULL && field64_ != NULL) { delete field64_; } field64_ = NULL; if (GetArenaNoVirtual() == NULL && field65_ != NULL) { delete field65_; } field65_ = NULL; if (GetArenaNoVirtual() == NULL && field66_ != NULL) { delete field66_; } field66_ = NULL; if (GetArenaNoVirtual() == NULL && field67_ != NULL) { delete field67_; } field67_ = NULL; if (GetArenaNoVirtual() == NULL && field68_ != NULL) { delete field68_; } field68_ = NULL; if (GetArenaNoVirtual() == NULL && field69_ != NULL) { delete field69_; } field69_ = NULL; if (GetArenaNoVirtual() == NULL && field70_ != NULL) { delete field70_; } field70_ = NULL; ::memset(&field1_, 0, static_cast<size_t>( reinterpret_cast<char*>(&field104_) - reinterpret_cast<char*>(&field1_)) + sizeof(field104_)); _internal_metadata_.Clear(); } bool Large::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:pgv.Large) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // uint32 field1 = 1 [(.validate.rules) = { case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field1_))); } else { goto handle_unusual; } break; } // uint32 field2 = 2 [(.validate.rules) = { case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field2_))); } else { goto handle_unusual; } break; } // uint32 field3 = 3 [(.validate.rules) = { case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field3_))); } else { goto handle_unusual; } break; } // uint32 field4 = 4 [(.validate.rules) = { case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field4_))); } else { goto handle_unusual; } break; } // uint32 field5 = 5 [(.validate.rules) = { case 5: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(40u /* 40 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field5_))); } else { goto handle_unusual; } break; } // uint32 field6 = 6 [(.validate.rules) = { case 6: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(48u /* 48 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field6_))); } else { goto handle_unusual; } break; } // uint32 field7 = 7 [(.validate.rules) = { case 7: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(56u /* 56 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field7_))); } else { goto handle_unusual; } break; } // uint32 field8 = 8 [(.validate.rules) = { case 8: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(64u /* 64 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field8_))); } else { goto handle_unusual; } break; } // uint32 field9 = 9 [(.validate.rules) = { case 9: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(72u /* 72 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field9_))); } else { goto handle_unusual; } break; } // uint32 field10 = 10 [(.validate.rules) = { case 10: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(80u /* 80 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field10_))); } else { goto handle_unusual; } break; } // uint32 field11 = 11 [(.validate.rules) = { case 11: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(88u /* 88 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field11_))); } else { goto handle_unusual; } break; } // uint32 field12 = 12 [(.validate.rules) = { case 12: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(96u /* 96 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field12_))); } else { goto handle_unusual; } break; } // uint32 field13 = 13 [(.validate.rules) = { case 13: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(104u /* 104 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field13_))); } else { goto handle_unusual; } break; } // uint32 field14 = 14 [(.validate.rules) = { case 14: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(112u /* 112 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field14_))); } else { goto handle_unusual; } break; } // uint32 field15 = 15 [(.validate.rules) = { case 15: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(120u /* 120 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field15_))); } else { goto handle_unusual; } break; } // uint32 field16 = 16 [(.validate.rules) = { case 16: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(128u /* 128 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field16_))); } else { goto handle_unusual; } break; } // uint32 field17 = 17 [(.validate.rules) = { case 17: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(136u /* 136 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field17_))); } else { goto handle_unusual; } break; } // uint32 field18 = 18 [(.validate.rules) = { case 18: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(144u /* 144 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field18_))); } else { goto handle_unusual; } break; } // uint32 field19 = 19 [(.validate.rules) = { case 19: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(152u /* 152 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field19_))); } else { goto handle_unusual; } break; } // uint32 field20 = 20 [(.validate.rules) = { case 20: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(160u /* 160 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field20_))); } else { goto handle_unusual; } break; } // uint32 field21 = 21 [(.validate.rules) = { case 21: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(168u /* 168 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field21_))); } else { goto handle_unusual; } break; } // uint32 field22 = 22 [(.validate.rules) = { case 22: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(176u /* 176 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field22_))); } else { goto handle_unusual; } break; } // uint32 field23 = 23 [(.validate.rules) = { case 23: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(184u /* 184 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field23_))); } else { goto handle_unusual; } break; } // uint32 field24 = 24 [(.validate.rules) = { case 24: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(192u /* 192 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field24_))); } else { goto handle_unusual; } break; } // uint32 field25 = 25 [(.validate.rules) = { case 25: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(200u /* 200 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field25_))); } else { goto handle_unusual; } break; } // uint32 field26 = 26 [(.validate.rules) = { case 26: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(208u /* 208 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field26_))); } else { goto handle_unusual; } break; } // uint32 field27 = 27 [(.validate.rules) = { case 27: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(216u /* 216 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field27_))); } else { goto handle_unusual; } break; } // uint32 field28 = 28 [(.validate.rules) = { case 28: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(224u /* 224 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field28_))); } else { goto handle_unusual; } break; } // uint32 field29 = 29 [(.validate.rules) = { case 29: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(232u /* 232 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field29_))); } else { goto handle_unusual; } break; } // uint32 field30 = 30 [(.validate.rules) = { case 30: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(240u /* 240 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( input, &field30_))); } else { goto handle_unusual; } break; } // uint64 field31 = 31 [(.validate.rules) = { case 31: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(248u /* 248 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field31_))); } else { goto handle_unusual; } break; } // uint64 field32 = 32 [(.validate.rules) = { case 32: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(0u /* 256 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field32_))); } else { goto handle_unusual; } break; } // uint64 field33 = 33 [(.validate.rules) = { case 33: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 264 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field33_))); } else { goto handle_unusual; } break; } // uint64 field34 = 34 [(.validate.rules) = { case 34: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 272 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field34_))); } else { goto handle_unusual; } break; } // uint64 field35 = 35 [(.validate.rules) = { case 35: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 280 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field35_))); } else { goto handle_unusual; } break; } // uint64 field36 = 36 [(.validate.rules) = { case 36: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(32u /* 288 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field36_))); } else { goto handle_unusual; } break; } // uint64 field37 = 37 [(.validate.rules) = { case 37: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(40u /* 296 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field37_))); } else { goto handle_unusual; } break; } // uint64 field38 = 38 [(.validate.rules) = { case 38: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(48u /* 304 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field38_))); } else { goto handle_unusual; } break; } // uint64 field39 = 39 [(.validate.rules) = { case 39: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(56u /* 312 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field39_))); } else { goto handle_unusual; } break; } // uint64 field40 = 40 [(.validate.rules) = { case 40: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(64u /* 320 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( input, &field40_))); } else { goto handle_unusual; } break; } // .pgv.Large.MessageB field41 = 41; case 41: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(74u /* 330 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field41())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageC field42 = 42; case 42: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(82u /* 338 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field42())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageD field43 = 43; case 43: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(90u /* 346 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field43())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field44 = 44; case 44: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(98u /* 354 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field44())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field45 = 45; case 45: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(106u /* 362 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field45())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageB field46 = 46; case 46: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(114u /* 370 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field46())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageC field47 = 47; case 47: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(122u /* 378 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field47())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageD field48 = 48; case 48: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(130u /* 386 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field48())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field49 = 49; case 49: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(138u /* 394 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field49())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field50 = 50; case 50: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(146u /* 402 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field50())); } else { goto handle_unusual; } break; } // bytes field51 = 51 [(.validate.rules) = { case 51: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(154u /* 410 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_field51())); } else { goto handle_unusual; } break; } // bytes field52 = 52 [(.validate.rules) = { case 52: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(162u /* 418 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_field52())); } else { goto handle_unusual; } break; } // bytes field53 = 53 [(.validate.rules) = { case 53: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(170u /* 426 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_field53())); } else { goto handle_unusual; } break; } // bytes field54 = 54 [(.validate.rules) = { case 54: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(178u /* 434 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_field54())); } else { goto handle_unusual; } break; } // bytes field55 = 55 [(.validate.rules) = { case 55: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(186u /* 442 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( input, this->mutable_field55())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageB field61 = 61; case 61: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(234u /* 490 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field61())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageC field62 = 62; case 62: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(242u /* 498 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field62())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageD field63 = 63; case 63: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(250u /* 506 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field63())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field64 = 64; case 64: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(2u /* 514 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field64())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field65 = 65; case 65: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 522 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field65())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageB field66 = 66; case 66: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 530 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field66())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageC field67 = 67; case 67: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(26u /* 538 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field67())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageD field68 = 68; case 68: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(34u /* 546 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field68())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageE field69 = 69; case 69: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(42u /* 554 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field69())); } else { goto handle_unusual; } break; } // .pgv.Large.MessageF field70 = 70; case 70: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(50u /* 562 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_field70())); } else { goto handle_unusual; } break; } // sint32 field101 = 101 [(.validate.rules) = { case 101: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(40u /* 808 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_SINT32>( input, &field101_))); } else { goto handle_unusual; } break; } // sint32 field102 = 102 [(.validate.rules) = { case 102: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(48u /* 816 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_SINT32>( input, &field102_))); } else { goto handle_unusual; } break; } // sint32 field103 = 103 [(.validate.rules) = { case 103: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(56u /* 824 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_SINT32>( input, &field103_))); } else { goto handle_unusual; } break; } // sint32 field104 = 104 [(.validate.rules) = { case 104: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(64u /* 832 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_SINT32>( input, &field104_))); } else { goto handle_unusual; } break; } // sint32 field105 = 105 [(.validate.rules) = { case 105: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(72u /* 840 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_SINT32>( input, &field105_))); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:pgv.Large) return true; failure: // @@protoc_insertion_point(parse_failure:pgv.Large) return false; #undef DO_ } void Large::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:pgv.Large) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->field1(), output); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->field2(), output); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->field3(), output); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->field4(), output); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(5, this->field5(), output); } // uint32 field6 = 6 [(.validate.rules) = { if (this->field6() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->field6(), output); } // uint32 field7 = 7 [(.validate.rules) = { if (this->field7() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(7, this->field7(), output); } // uint32 field8 = 8 [(.validate.rules) = { if (this->field8() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(8, this->field8(), output); } // uint32 field9 = 9 [(.validate.rules) = { if (this->field9() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(9, this->field9(), output); } // uint32 field10 = 10 [(.validate.rules) = { if (this->field10() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(10, this->field10(), output); } // uint32 field11 = 11 [(.validate.rules) = { if (this->field11() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(11, this->field11(), output); } // uint32 field12 = 12 [(.validate.rules) = { if (this->field12() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(12, this->field12(), output); } // uint32 field13 = 13 [(.validate.rules) = { if (this->field13() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(13, this->field13(), output); } // uint32 field14 = 14 [(.validate.rules) = { if (this->field14() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(14, this->field14(), output); } // uint32 field15 = 15 [(.validate.rules) = { if (this->field15() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(15, this->field15(), output); } // uint32 field16 = 16 [(.validate.rules) = { if (this->field16() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(16, this->field16(), output); } // uint32 field17 = 17 [(.validate.rules) = { if (this->field17() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(17, this->field17(), output); } // uint32 field18 = 18 [(.validate.rules) = { if (this->field18() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(18, this->field18(), output); } // uint32 field19 = 19 [(.validate.rules) = { if (this->field19() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(19, this->field19(), output); } // uint32 field20 = 20 [(.validate.rules) = { if (this->field20() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(20, this->field20(), output); } // uint32 field21 = 21 [(.validate.rules) = { if (this->field21() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(21, this->field21(), output); } // uint32 field22 = 22 [(.validate.rules) = { if (this->field22() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(22, this->field22(), output); } // uint32 field23 = 23 [(.validate.rules) = { if (this->field23() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(23, this->field23(), output); } // uint32 field24 = 24 [(.validate.rules) = { if (this->field24() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(24, this->field24(), output); } // uint32 field25 = 25 [(.validate.rules) = { if (this->field25() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(25, this->field25(), output); } // uint32 field26 = 26 [(.validate.rules) = { if (this->field26() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(26, this->field26(), output); } // uint32 field27 = 27 [(.validate.rules) = { if (this->field27() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(27, this->field27(), output); } // uint32 field28 = 28 [(.validate.rules) = { if (this->field28() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(28, this->field28(), output); } // uint32 field29 = 29 [(.validate.rules) = { if (this->field29() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(29, this->field29(), output); } // uint32 field30 = 30 [(.validate.rules) = { if (this->field30() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt32(30, this->field30(), output); } // uint64 field31 = 31 [(.validate.rules) = { if (this->field31() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(31, this->field31(), output); } // uint64 field32 = 32 [(.validate.rules) = { if (this->field32() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(32, this->field32(), output); } // uint64 field33 = 33 [(.validate.rules) = { if (this->field33() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(33, this->field33(), output); } // uint64 field34 = 34 [(.validate.rules) = { if (this->field34() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(34, this->field34(), output); } // uint64 field35 = 35 [(.validate.rules) = { if (this->field35() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(35, this->field35(), output); } // uint64 field36 = 36 [(.validate.rules) = { if (this->field36() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(36, this->field36(), output); } // uint64 field37 = 37 [(.validate.rules) = { if (this->field37() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(37, this->field37(), output); } // uint64 field38 = 38 [(.validate.rules) = { if (this->field38() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(38, this->field38(), output); } // uint64 field39 = 39 [(.validate.rules) = { if (this->field39() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(39, this->field39(), output); } // uint64 field40 = 40 [(.validate.rules) = { if (this->field40() != 0) { ::google::protobuf::internal::WireFormatLite::WriteUInt64(40, this->field40(), output); } // .pgv.Large.MessageB field41 = 41; if (this->has_field41()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 41, *this->field41_, output); } // .pgv.Large.MessageC field42 = 42; if (this->has_field42()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 42, *this->field42_, output); } // .pgv.Large.MessageD field43 = 43; if (this->has_field43()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 43, *this->field43_, output); } // .pgv.Large.MessageE field44 = 44; if (this->has_field44()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 44, *this->field44_, output); } // .pgv.Large.MessageF field45 = 45; if (this->has_field45()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 45, *this->field45_, output); } // .pgv.Large.MessageB field46 = 46; if (this->has_field46()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 46, *this->field46_, output); } // .pgv.Large.MessageC field47 = 47; if (this->has_field47()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 47, *this->field47_, output); } // .pgv.Large.MessageD field48 = 48; if (this->has_field48()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 48, *this->field48_, output); } // .pgv.Large.MessageE field49 = 49; if (this->has_field49()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 49, *this->field49_, output); } // .pgv.Large.MessageF field50 = 50; if (this->has_field50()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 50, *this->field50_, output); } // bytes field51 = 51 [(.validate.rules) = { if (this->field51().size() > 0) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 51, this->field51(), output); } // bytes field52 = 52 [(.validate.rules) = { if (this->field52().size() > 0) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 52, this->field52(), output); } // bytes field53 = 53 [(.validate.rules) = { if (this->field53().size() > 0) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 53, this->field53(), output); } // bytes field54 = 54 [(.validate.rules) = { if (this->field54().size() > 0) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 54, this->field54(), output); } // bytes field55 = 55 [(.validate.rules) = { if (this->field55().size() > 0) { ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( 55, this->field55(), output); } // .pgv.Large.MessageB field61 = 61; if (this->has_field61()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 61, *this->field61_, output); } // .pgv.Large.MessageC field62 = 62; if (this->has_field62()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 62, *this->field62_, output); } // .pgv.Large.MessageD field63 = 63; if (this->has_field63()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 63, *this->field63_, output); } // .pgv.Large.MessageE field64 = 64; if (this->has_field64()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 64, *this->field64_, output); } // .pgv.Large.MessageF field65 = 65; if (this->has_field65()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 65, *this->field65_, output); } // .pgv.Large.MessageB field66 = 66; if (this->has_field66()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 66, *this->field66_, output); } // .pgv.Large.MessageC field67 = 67; if (this->has_field67()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 67, *this->field67_, output); } // .pgv.Large.MessageD field68 = 68; if (this->has_field68()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 68, *this->field68_, output); } // .pgv.Large.MessageE field69 = 69; if (this->has_field69()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 69, *this->field69_, output); } // .pgv.Large.MessageF field70 = 70; if (this->has_field70()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 70, *this->field70_, output); } // sint32 field101 = 101 [(.validate.rules) = { if (this->field101() != 0) { ::google::protobuf::internal::WireFormatLite::WriteSInt32(101, this->field101(), output); } // sint32 field102 = 102 [(.validate.rules) = { if (this->field102() != 0) { ::google::protobuf::internal::WireFormatLite::WriteSInt32(102, this->field102(), output); } // sint32 field103 = 103 [(.validate.rules) = { if (this->field103() != 0) { ::google::protobuf::internal::WireFormatLite::WriteSInt32(103, this->field103(), output); } // sint32 field104 = 104 [(.validate.rules) = { if (this->field104() != 0) { ::google::protobuf::internal::WireFormatLite::WriteSInt32(104, this->field104(), output); } // sint32 field105 = 105 [(.validate.rules) = { if (this->field105() != 0) { ::google::protobuf::internal::WireFormatLite::WriteSInt32(105, this->field105(), output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:pgv.Large) } ::google::protobuf::uint8* Large::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:pgv.Large) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->field1(), target); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->field2(), target); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->field3(), target); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->field4(), target); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(5, this->field5(), target); } // uint32 field6 = 6 [(.validate.rules) = { if (this->field6() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(6, this->field6(), target); } // uint32 field7 = 7 [(.validate.rules) = { if (this->field7() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(7, this->field7(), target); } // uint32 field8 = 8 [(.validate.rules) = { if (this->field8() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(8, this->field8(), target); } // uint32 field9 = 9 [(.validate.rules) = { if (this->field9() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(9, this->field9(), target); } // uint32 field10 = 10 [(.validate.rules) = { if (this->field10() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(10, this->field10(), target); } // uint32 field11 = 11 [(.validate.rules) = { if (this->field11() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(11, this->field11(), target); } // uint32 field12 = 12 [(.validate.rules) = { if (this->field12() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(12, this->field12(), target); } // uint32 field13 = 13 [(.validate.rules) = { if (this->field13() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(13, this->field13(), target); } // uint32 field14 = 14 [(.validate.rules) = { if (this->field14() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(14, this->field14(), target); } // uint32 field15 = 15 [(.validate.rules) = { if (this->field15() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(15, this->field15(), target); } // uint32 field16 = 16 [(.validate.rules) = { if (this->field16() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(16, this->field16(), target); } // uint32 field17 = 17 [(.validate.rules) = { if (this->field17() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(17, this->field17(), target); } // uint32 field18 = 18 [(.validate.rules) = { if (this->field18() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(18, this->field18(), target); } // uint32 field19 = 19 [(.validate.rules) = { if (this->field19() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(19, this->field19(), target); } // uint32 field20 = 20 [(.validate.rules) = { if (this->field20() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(20, this->field20(), target); } // uint32 field21 = 21 [(.validate.rules) = { if (this->field21() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(21, this->field21(), target); } // uint32 field22 = 22 [(.validate.rules) = { if (this->field22() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(22, this->field22(), target); } // uint32 field23 = 23 [(.validate.rules) = { if (this->field23() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(23, this->field23(), target); } // uint32 field24 = 24 [(.validate.rules) = { if (this->field24() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(24, this->field24(), target); } // uint32 field25 = 25 [(.validate.rules) = { if (this->field25() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(25, this->field25(), target); } // uint32 field26 = 26 [(.validate.rules) = { if (this->field26() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(26, this->field26(), target); } // uint32 field27 = 27 [(.validate.rules) = { if (this->field27() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(27, this->field27(), target); } // uint32 field28 = 28 [(.validate.rules) = { if (this->field28() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(28, this->field28(), target); } // uint32 field29 = 29 [(.validate.rules) = { if (this->field29() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(29, this->field29(), target); } // uint32 field30 = 30 [(.validate.rules) = { if (this->field30() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(30, this->field30(), target); } // uint64 field31 = 31 [(.validate.rules) = { if (this->field31() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(31, this->field31(), target); } // uint64 field32 = 32 [(.validate.rules) = { if (this->field32() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(32, this->field32(), target); } // uint64 field33 = 33 [(.validate.rules) = { if (this->field33() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(33, this->field33(), target); } // uint64 field34 = 34 [(.validate.rules) = { if (this->field34() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(34, this->field34(), target); } // uint64 field35 = 35 [(.validate.rules) = { if (this->field35() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(35, this->field35(), target); } // uint64 field36 = 36 [(.validate.rules) = { if (this->field36() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(36, this->field36(), target); } // uint64 field37 = 37 [(.validate.rules) = { if (this->field37() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(37, this->field37(), target); } // uint64 field38 = 38 [(.validate.rules) = { if (this->field38() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(38, this->field38(), target); } // uint64 field39 = 39 [(.validate.rules) = { if (this->field39() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(39, this->field39(), target); } // uint64 field40 = 40 [(.validate.rules) = { if (this->field40() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(40, this->field40(), target); } // .pgv.Large.MessageB field41 = 41; if (this->has_field41()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 41, *this->field41_, deterministic, target); } // .pgv.Large.MessageC field42 = 42; if (this->has_field42()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 42, *this->field42_, deterministic, target); } // .pgv.Large.MessageD field43 = 43; if (this->has_field43()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 43, *this->field43_, deterministic, target); } // .pgv.Large.MessageE field44 = 44; if (this->has_field44()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 44, *this->field44_, deterministic, target); } // .pgv.Large.MessageF field45 = 45; if (this->has_field45()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 45, *this->field45_, deterministic, target); } // .pgv.Large.MessageB field46 = 46; if (this->has_field46()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 46, *this->field46_, deterministic, target); } // .pgv.Large.MessageC field47 = 47; if (this->has_field47()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 47, *this->field47_, deterministic, target); } // .pgv.Large.MessageD field48 = 48; if (this->has_field48()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 48, *this->field48_, deterministic, target); } // .pgv.Large.MessageE field49 = 49; if (this->has_field49()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 49, *this->field49_, deterministic, target); } // .pgv.Large.MessageF field50 = 50; if (this->has_field50()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 50, *this->field50_, deterministic, target); } // bytes field51 = 51 [(.validate.rules) = { if (this->field51().size() > 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 51, this->field51(), target); } // bytes field52 = 52 [(.validate.rules) = { if (this->field52().size() > 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 52, this->field52(), target); } // bytes field53 = 53 [(.validate.rules) = { if (this->field53().size() > 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 53, this->field53(), target); } // bytes field54 = 54 [(.validate.rules) = { if (this->field54().size() > 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 54, this->field54(), target); } // bytes field55 = 55 [(.validate.rules) = { if (this->field55().size() > 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( 55, this->field55(), target); } // .pgv.Large.MessageB field61 = 61; if (this->has_field61()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 61, *this->field61_, deterministic, target); } // .pgv.Large.MessageC field62 = 62; if (this->has_field62()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 62, *this->field62_, deterministic, target); } // .pgv.Large.MessageD field63 = 63; if (this->has_field63()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 63, *this->field63_, deterministic, target); } // .pgv.Large.MessageE field64 = 64; if (this->has_field64()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 64, *this->field64_, deterministic, target); } // .pgv.Large.MessageF field65 = 65; if (this->has_field65()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 65, *this->field65_, deterministic, target); } // .pgv.Large.MessageB field66 = 66; if (this->has_field66()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 66, *this->field66_, deterministic, target); } // .pgv.Large.MessageC field67 = 67; if (this->has_field67()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 67, *this->field67_, deterministic, target); } // .pgv.Large.MessageD field68 = 68; if (this->has_field68()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 68, *this->field68_, deterministic, target); } // .pgv.Large.MessageE field69 = 69; if (this->has_field69()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 69, *this->field69_, deterministic, target); } // .pgv.Large.MessageF field70 = 70; if (this->has_field70()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 70, *this->field70_, deterministic, target); } // sint32 field101 = 101 [(.validate.rules) = { if (this->field101() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteSInt32ToArray(101, this->field101(), target); } // sint32 field102 = 102 [(.validate.rules) = { if (this->field102() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteSInt32ToArray(102, this->field102(), target); } // sint32 field103 = 103 [(.validate.rules) = { if (this->field103() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteSInt32ToArray(103, this->field103(), target); } // sint32 field104 = 104 [(.validate.rules) = { if (this->field104() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteSInt32ToArray(104, this->field104(), target); } // sint32 field105 = 105 [(.validate.rules) = { if (this->field105() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteSInt32ToArray(105, this->field105(), target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:pgv.Large) return target; } size_t Large::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:pgv.Large) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // bytes field51 = 51 [(.validate.rules) = { if (this->field51().size() > 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->field51()); } // bytes field52 = 52 [(.validate.rules) = { if (this->field52().size() > 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->field52()); } // bytes field53 = 53 [(.validate.rules) = { if (this->field53().size() > 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->field53()); } // bytes field54 = 54 [(.validate.rules) = { if (this->field54().size() > 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->field54()); } // bytes field55 = 55 [(.validate.rules) = { if (this->field55().size() > 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::BytesSize( this->field55()); } // .pgv.Large.MessageB field41 = 41; if (this->has_field41()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field41_); } // .pgv.Large.MessageC field42 = 42; if (this->has_field42()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field42_); } // .pgv.Large.MessageD field43 = 43; if (this->has_field43()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field43_); } // .pgv.Large.MessageE field44 = 44; if (this->has_field44()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field44_); } // .pgv.Large.MessageF field45 = 45; if (this->has_field45()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field45_); } // .pgv.Large.MessageB field46 = 46; if (this->has_field46()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field46_); } // .pgv.Large.MessageC field47 = 47; if (this->has_field47()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field47_); } // .pgv.Large.MessageD field48 = 48; if (this->has_field48()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field48_); } // .pgv.Large.MessageE field49 = 49; if (this->has_field49()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field49_); } // .pgv.Large.MessageF field50 = 50; if (this->has_field50()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field50_); } // .pgv.Large.MessageB field61 = 61; if (this->has_field61()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field61_); } // .pgv.Large.MessageC field62 = 62; if (this->has_field62()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field62_); } // .pgv.Large.MessageD field63 = 63; if (this->has_field63()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field63_); } // .pgv.Large.MessageE field64 = 64; if (this->has_field64()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field64_); } // .pgv.Large.MessageF field65 = 65; if (this->has_field65()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field65_); } // .pgv.Large.MessageB field66 = 66; if (this->has_field66()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field66_); } // .pgv.Large.MessageC field67 = 67; if (this->has_field67()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field67_); } // .pgv.Large.MessageD field68 = 68; if (this->has_field68()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field68_); } // .pgv.Large.MessageE field69 = 69; if (this->has_field69()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field69_); } // .pgv.Large.MessageF field70 = 70; if (this->has_field70()) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->field70_); } // uint32 field1 = 1 [(.validate.rules) = { if (this->field1() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field1()); } // uint32 field2 = 2 [(.validate.rules) = { if (this->field2() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field2()); } // uint32 field3 = 3 [(.validate.rules) = { if (this->field3() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field3()); } // uint32 field4 = 4 [(.validate.rules) = { if (this->field4() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field4()); } // uint32 field5 = 5 [(.validate.rules) = { if (this->field5() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field5()); } // uint32 field6 = 6 [(.validate.rules) = { if (this->field6() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field6()); } // uint32 field7 = 7 [(.validate.rules) = { if (this->field7() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field7()); } // uint32 field8 = 8 [(.validate.rules) = { if (this->field8() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field8()); } // uint32 field9 = 9 [(.validate.rules) = { if (this->field9() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field9()); } // uint32 field10 = 10 [(.validate.rules) = { if (this->field10() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field10()); } // uint32 field11 = 11 [(.validate.rules) = { if (this->field11() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field11()); } // uint32 field12 = 12 [(.validate.rules) = { if (this->field12() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field12()); } // uint32 field13 = 13 [(.validate.rules) = { if (this->field13() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field13()); } // uint32 field14 = 14 [(.validate.rules) = { if (this->field14() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field14()); } // uint32 field15 = 15 [(.validate.rules) = { if (this->field15() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field15()); } // uint32 field16 = 16 [(.validate.rules) = { if (this->field16() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field16()); } // uint32 field17 = 17 [(.validate.rules) = { if (this->field17() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field17()); } // uint32 field18 = 18 [(.validate.rules) = { if (this->field18() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field18()); } // uint32 field19 = 19 [(.validate.rules) = { if (this->field19() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field19()); } // uint32 field20 = 20 [(.validate.rules) = { if (this->field20() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field20()); } // uint32 field21 = 21 [(.validate.rules) = { if (this->field21() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field21()); } // uint32 field22 = 22 [(.validate.rules) = { if (this->field22() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field22()); } // uint32 field23 = 23 [(.validate.rules) = { if (this->field23() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field23()); } // uint32 field24 = 24 [(.validate.rules) = { if (this->field24() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field24()); } // uint32 field25 = 25 [(.validate.rules) = { if (this->field25() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field25()); } // uint32 field26 = 26 [(.validate.rules) = { if (this->field26() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field26()); } // uint32 field27 = 27 [(.validate.rules) = { if (this->field27() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field27()); } // uint32 field28 = 28 [(.validate.rules) = { if (this->field28() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field28()); } // uint32 field29 = 29 [(.validate.rules) = { if (this->field29() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field29()); } // uint32 field30 = 30 [(.validate.rules) = { if (this->field30() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt32Size( this->field30()); } // uint64 field31 = 31 [(.validate.rules) = { if (this->field31() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field31()); } // uint64 field32 = 32 [(.validate.rules) = { if (this->field32() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field32()); } // uint64 field33 = 33 [(.validate.rules) = { if (this->field33() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field33()); } // uint64 field34 = 34 [(.validate.rules) = { if (this->field34() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field34()); } // uint64 field35 = 35 [(.validate.rules) = { if (this->field35() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field35()); } // uint64 field36 = 36 [(.validate.rules) = { if (this->field36() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field36()); } // uint64 field37 = 37 [(.validate.rules) = { if (this->field37() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field37()); } // uint64 field38 = 38 [(.validate.rules) = { if (this->field38() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field38()); } // uint64 field39 = 39 [(.validate.rules) = { if (this->field39() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field39()); } // uint64 field40 = 40 [(.validate.rules) = { if (this->field40() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->field40()); } // sint32 field105 = 105 [(.validate.rules) = { if (this->field105() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::SInt32Size( this->field105()); } // sint32 field101 = 101 [(.validate.rules) = { if (this->field101() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::SInt32Size( this->field101()); } // sint32 field102 = 102 [(.validate.rules) = { if (this->field102() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::SInt32Size( this->field102()); } // sint32 field103 = 103 [(.validate.rules) = { if (this->field103() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::SInt32Size( this->field103()); } // sint32 field104 = 104 [(.validate.rules) = { if (this->field104() != 0) { total_size += 2 + ::google::protobuf::internal::WireFormatLite::SInt32Size( this->field104()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Large::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:pgv.Large) GOOGLE_DCHECK_NE(&from, this); const Large* source = ::google::protobuf::internal::DynamicCastToGenerated<const Large>( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:pgv.Large) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:pgv.Large) MergeFrom(*source); } } void Large::MergeFrom(const Large& from) { // @@protoc_insertion_point(class_specific_merge_from_start:pgv.Large) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.field51().size() > 0) { field51_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field51_); } if (from.field52().size() > 0) { field52_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field52_); } if (from.field53().size() > 0) { field53_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field53_); } if (from.field54().size() > 0) { field54_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field54_); } if (from.field55().size() > 0) { field55_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.field55_); } if (from.has_field41()) { mutable_field41()->::pgv::Large_MessageB::MergeFrom(from.field41()); } if (from.has_field42()) { mutable_field42()->::pgv::Large_MessageC::MergeFrom(from.field42()); } if (from.has_field43()) { mutable_field43()->::pgv::Large_MessageD::MergeFrom(from.field43()); } if (from.has_field44()) { mutable_field44()->::pgv::Large_MessageE::MergeFrom(from.field44()); } if (from.has_field45()) { mutable_field45()->::pgv::Large_MessageF::MergeFrom(from.field45()); } if (from.has_field46()) { mutable_field46()->::pgv::Large_MessageB::MergeFrom(from.field46()); } if (from.has_field47()) { mutable_field47()->::pgv::Large_MessageC::MergeFrom(from.field47()); } if (from.has_field48()) { mutable_field48()->::pgv::Large_MessageD::MergeFrom(from.field48()); } if (from.has_field49()) { mutable_field49()->::pgv::Large_MessageE::MergeFrom(from.field49()); } if (from.has_field50()) { mutable_field50()->::pgv::Large_MessageF::MergeFrom(from.field50()); } if (from.has_field61()) { mutable_field61()->::pgv::Large_MessageB::MergeFrom(from.field61()); } if (from.has_field62()) { mutable_field62()->::pgv::Large_MessageC::MergeFrom(from.field62()); } if (from.has_field63()) { mutable_field63()->::pgv::Large_MessageD::MergeFrom(from.field63()); } if (from.has_field64()) { mutable_field64()->::pgv::Large_MessageE::MergeFrom(from.field64()); } if (from.has_field65()) { mutable_field65()->::pgv::Large_MessageF::MergeFrom(from.field65()); } if (from.has_field66()) { mutable_field66()->::pgv::Large_MessageB::MergeFrom(from.field66()); } if (from.has_field67()) { mutable_field67()->::pgv::Large_MessageC::MergeFrom(from.field67()); } if (from.has_field68()) { mutable_field68()->::pgv::Large_MessageD::MergeFrom(from.field68()); } if (from.has_field69()) { mutable_field69()->::pgv::Large_MessageE::MergeFrom(from.field69()); } if (from.has_field70()) { mutable_field70()->::pgv::Large_MessageF::MergeFrom(from.field70()); } if (from.field1() != 0) { set_field1(from.field1()); } if (from.field2() != 0) { set_field2(from.field2()); } if (from.field3() != 0) { set_field3(from.field3()); } if (from.field4() != 0) { set_field4(from.field4()); } if (from.field5() != 0) { set_field5(from.field5()); } if (from.field6() != 0) { set_field6(from.field6()); } if (from.field7() != 0) { set_field7(from.field7()); } if (from.field8() != 0) { set_field8(from.field8()); } if (from.field9() != 0) { set_field9(from.field9()); } if (from.field10() != 0) { set_field10(from.field10()); } if (from.field11() != 0) { set_field11(from.field11()); } if (from.field12() != 0) { set_field12(from.field12()); } if (from.field13() != 0) { set_field13(from.field13()); } if (from.field14() != 0) { set_field14(from.field14()); } if (from.field15() != 0) { set_field15(from.field15()); } if (from.field16() != 0) { set_field16(from.field16()); } if (from.field17() != 0) { set_field17(from.field17()); } if (from.field18() != 0) { set_field18(from.field18()); } if (from.field19() != 0) { set_field19(from.field19()); } if (from.field20() != 0) { set_field20(from.field20()); } if (from.field21() != 0) { set_field21(from.field21()); } if (from.field22() != 0) { set_field22(from.field22()); } if (from.field23() != 0) { set_field23(from.field23()); } if (from.field24() != 0) { set_field24(from.field24()); } if (from.field25() != 0) { set_field25(from.field25()); } if (from.field26() != 0) { set_field26(from.field26()); } if (from.field27() != 0) { set_field27(from.field27()); } if (from.field28() != 0) { set_field28(from.field28()); } if (from.field29() != 0) { set_field29(from.field29()); } if (from.field30() != 0) { set_field30(from.field30()); } if (from.field31() != 0) { set_field31(from.field31()); } if (from.field32() != 0) { set_field32(from.field32()); } if (from.field33() != 0) { set_field33(from.field33()); } if (from.field34() != 0) { set_field34(from.field34()); } if (from.field35() != 0) { set_field35(from.field35()); } if (from.field36() != 0) { set_field36(from.field36()); } if (from.field37() != 0) { set_field37(from.field37()); } if (from.field38() != 0) { set_field38(from.field38()); } if (from.field39() != 0) { set_field39(from.field39()); } if (from.field40() != 0) { set_field40(from.field40()); } if (from.field105() != 0) { set_field105(from.field105()); } if (from.field101() != 0) { set_field101(from.field101()); } if (from.field102() != 0) { set_field102(from.field102()); } if (from.field103() != 0) { set_field103(from.field103()); } if (from.field104() != 0) { set_field104(from.field104()); } } void Large::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:pgv.Large) if (&from == this) return; Clear(); MergeFrom(from); } void Large::CopyFrom(const Large& from) { // @@protoc_insertion_point(class_specific_copy_from_start:pgv.Large) if (&from == this) return; Clear(); MergeFrom(from); } bool Large::IsInitialized() const { return true; } void Large::Swap(Large* other) { if (other == this) return; InternalSwap(other); } void Large::InternalSwap(Large* other) { using std::swap; field51_.Swap(&other->field51_); field52_.Swap(&other->field52_); field53_.Swap(&other->field53_); field54_.Swap(&other->field54_); field55_.Swap(&other->field55_); swap(field41_, other->field41_); swap(field42_, other->field42_); swap(field43_, other->field43_); swap(field44_, other->field44_); swap(field45_, other->field45_); swap(field46_, other->field46_); swap(field47_, other->field47_); swap(field48_, other->field48_); swap(field49_, other->field49_); swap(field50_, other->field50_); swap(field61_, other->field61_); swap(field62_, other->field62_); swap(field63_, other->field63_); swap(field64_, other->field64_); swap(field65_, other->field65_); swap(field66_, other->field66_); swap(field67_, other->field67_); swap(field68_, other->field68_); swap(field69_, other->field69_); swap(field70_, other->field70_); swap(field1_, other->field1_); swap(field2_, other->field2_); swap(field3_, other->field3_); swap(field4_, other->field4_); swap(field5_, other->field5_); swap(field6_, other->field6_); swap(field7_, other->field7_); swap(field8_, other->field8_); swap(field9_, other->field9_); swap(field10_, other->field10_); swap(field11_, other->field11_); swap(field12_, other->field12_); swap(field13_, other->field13_); swap(field14_, other->field14_); swap(field15_, other->field15_); swap(field16_, other->field16_); swap(field17_, other->field17_); swap(field18_, other->field18_); swap(field19_, other->field19_); swap(field20_, other->field20_); swap(field21_, other->field21_); swap(field22_, other->field22_); swap(field23_, other->field23_); swap(field24_, other->field24_); swap(field25_, other->field25_); swap(field26_, other->field26_); swap(field27_, other->field27_); swap(field28_, other->field28_); swap(field29_, other->field29_); swap(field30_, other->field30_); swap(field31_, other->field31_); swap(field32_, other->field32_); swap(field33_, other->field33_); swap(field34_, other->field34_); swap(field35_, other->field35_); swap(field36_, other->field36_); swap(field37_, other->field37_); swap(field38_, other->field38_); swap(field39_, other->field39_); swap(field40_, other->field40_); swap(field105_, other->field105_); swap(field101_, other->field101_); swap(field102_, other->field102_); swap(field103_, other->field103_); swap(field104_, other->field104_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Large::GetMetadata() const { protobuf_large_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_large_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Large // uint32 field1 = 1 [(.validate.rules) = { void Large::clear_field1() { field1_ = 0u; } ::google::protobuf::uint32 Large::field1() const { // @@protoc_insertion_point(field_get:pgv.Large.field1) return field1_; } void Large::set_field1(::google::protobuf::uint32 value) { field1_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field1) } // uint32 field2 = 2 [(.validate.rules) = { void Large::clear_field2() { field2_ = 0u; } ::google::protobuf::uint32 Large::field2() const { // @@protoc_insertion_point(field_get:pgv.Large.field2) return field2_; } void Large::set_field2(::google::protobuf::uint32 value) { field2_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field2) } // uint32 field3 = 3 [(.validate.rules) = { void Large::clear_field3() { field3_ = 0u; } ::google::protobuf::uint32 Large::field3() const { // @@protoc_insertion_point(field_get:pgv.Large.field3) return field3_; } void Large::set_field3(::google::protobuf::uint32 value) { field3_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field3) } // uint32 field4 = 4 [(.validate.rules) = { void Large::clear_field4() { field4_ = 0u; } ::google::protobuf::uint32 Large::field4() const { // @@protoc_insertion_point(field_get:pgv.Large.field4) return field4_; } void Large::set_field4(::google::protobuf::uint32 value) { field4_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field4) } // uint32 field5 = 5 [(.validate.rules) = { void Large::clear_field5() { field5_ = 0u; } ::google::protobuf::uint32 Large::field5() const { // @@protoc_insertion_point(field_get:pgv.Large.field5) return field5_; } void Large::set_field5(::google::protobuf::uint32 value) { field5_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field5) } // uint32 field6 = 6 [(.validate.rules) = { void Large::clear_field6() { field6_ = 0u; } ::google::protobuf::uint32 Large::field6() const { // @@protoc_insertion_point(field_get:pgv.Large.field6) return field6_; } void Large::set_field6(::google::protobuf::uint32 value) { field6_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field6) } // uint32 field7 = 7 [(.validate.rules) = { void Large::clear_field7() { field7_ = 0u; } ::google::protobuf::uint32 Large::field7() const { // @@protoc_insertion_point(field_get:pgv.Large.field7) return field7_; } void Large::set_field7(::google::protobuf::uint32 value) { field7_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field7) } // uint32 field8 = 8 [(.validate.rules) = { void Large::clear_field8() { field8_ = 0u; } ::google::protobuf::uint32 Large::field8() const { // @@protoc_insertion_point(field_get:pgv.Large.field8) return field8_; } void Large::set_field8(::google::protobuf::uint32 value) { field8_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field8) } // uint32 field9 = 9 [(.validate.rules) = { void Large::clear_field9() { field9_ = 0u; } ::google::protobuf::uint32 Large::field9() const { // @@protoc_insertion_point(field_get:pgv.Large.field9) return field9_; } void Large::set_field9(::google::protobuf::uint32 value) { field9_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field9) } // uint32 field10 = 10 [(.validate.rules) = { void Large::clear_field10() { field10_ = 0u; } ::google::protobuf::uint32 Large::field10() const { // @@protoc_insertion_point(field_get:pgv.Large.field10) return field10_; } void Large::set_field10(::google::protobuf::uint32 value) { field10_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field10) } // uint32 field11 = 11 [(.validate.rules) = { void Large::clear_field11() { field11_ = 0u; } ::google::protobuf::uint32 Large::field11() const { // @@protoc_insertion_point(field_get:pgv.Large.field11) return field11_; } void Large::set_field11(::google::protobuf::uint32 value) { field11_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field11) } // uint32 field12 = 12 [(.validate.rules) = { void Large::clear_field12() { field12_ = 0u; } ::google::protobuf::uint32 Large::field12() const { // @@protoc_insertion_point(field_get:pgv.Large.field12) return field12_; } void Large::set_field12(::google::protobuf::uint32 value) { field12_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field12) } // uint32 field13 = 13 [(.validate.rules) = { void Large::clear_field13() { field13_ = 0u; } ::google::protobuf::uint32 Large::field13() const { // @@protoc_insertion_point(field_get:pgv.Large.field13) return field13_; } void Large::set_field13(::google::protobuf::uint32 value) { field13_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field13) } // uint32 field14 = 14 [(.validate.rules) = { void Large::clear_field14() { field14_ = 0u; } ::google::protobuf::uint32 Large::field14() const { // @@protoc_insertion_point(field_get:pgv.Large.field14) return field14_; } void Large::set_field14(::google::protobuf::uint32 value) { field14_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field14) } // uint32 field15 = 15 [(.validate.rules) = { void Large::clear_field15() { field15_ = 0u; } ::google::protobuf::uint32 Large::field15() const { // @@protoc_insertion_point(field_get:pgv.Large.field15) return field15_; } void Large::set_field15(::google::protobuf::uint32 value) { field15_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field15) } // uint32 field16 = 16 [(.validate.rules) = { void Large::clear_field16() { field16_ = 0u; } ::google::protobuf::uint32 Large::field16() const { // @@protoc_insertion_point(field_get:pgv.Large.field16) return field16_; } void Large::set_field16(::google::protobuf::uint32 value) { field16_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field16) } // uint32 field17 = 17 [(.validate.rules) = { void Large::clear_field17() { field17_ = 0u; } ::google::protobuf::uint32 Large::field17() const { // @@protoc_insertion_point(field_get:pgv.Large.field17) return field17_; } void Large::set_field17(::google::protobuf::uint32 value) { field17_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field17) } // uint32 field18 = 18 [(.validate.rules) = { void Large::clear_field18() { field18_ = 0u; } ::google::protobuf::uint32 Large::field18() const { // @@protoc_insertion_point(field_get:pgv.Large.field18) return field18_; } void Large::set_field18(::google::protobuf::uint32 value) { field18_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field18) } // uint32 field19 = 19 [(.validate.rules) = { void Large::clear_field19() { field19_ = 0u; } ::google::protobuf::uint32 Large::field19() const { // @@protoc_insertion_point(field_get:pgv.Large.field19) return field19_; } void Large::set_field19(::google::protobuf::uint32 value) { field19_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field19) } // uint32 field20 = 20 [(.validate.rules) = { void Large::clear_field20() { field20_ = 0u; } ::google::protobuf::uint32 Large::field20() const { // @@protoc_insertion_point(field_get:pgv.Large.field20) return field20_; } void Large::set_field20(::google::protobuf::uint32 value) { field20_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field20) } // uint32 field21 = 21 [(.validate.rules) = { void Large::clear_field21() { field21_ = 0u; } ::google::protobuf::uint32 Large::field21() const { // @@protoc_insertion_point(field_get:pgv.Large.field21) return field21_; } void Large::set_field21(::google::protobuf::uint32 value) { field21_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field21) } // uint32 field22 = 22 [(.validate.rules) = { void Large::clear_field22() { field22_ = 0u; } ::google::protobuf::uint32 Large::field22() const { // @@protoc_insertion_point(field_get:pgv.Large.field22) return field22_; } void Large::set_field22(::google::protobuf::uint32 value) { field22_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field22) } // uint32 field23 = 23 [(.validate.rules) = { void Large::clear_field23() { field23_ = 0u; } ::google::protobuf::uint32 Large::field23() const { // @@protoc_insertion_point(field_get:pgv.Large.field23) return field23_; } void Large::set_field23(::google::protobuf::uint32 value) { field23_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field23) } // uint32 field24 = 24 [(.validate.rules) = { void Large::clear_field24() { field24_ = 0u; } ::google::protobuf::uint32 Large::field24() const { // @@protoc_insertion_point(field_get:pgv.Large.field24) return field24_; } void Large::set_field24(::google::protobuf::uint32 value) { field24_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field24) } // uint32 field25 = 25 [(.validate.rules) = { void Large::clear_field25() { field25_ = 0u; } ::google::protobuf::uint32 Large::field25() const { // @@protoc_insertion_point(field_get:pgv.Large.field25) return field25_; } void Large::set_field25(::google::protobuf::uint32 value) { field25_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field25) } // uint32 field26 = 26 [(.validate.rules) = { void Large::clear_field26() { field26_ = 0u; } ::google::protobuf::uint32 Large::field26() const { // @@protoc_insertion_point(field_get:pgv.Large.field26) return field26_; } void Large::set_field26(::google::protobuf::uint32 value) { field26_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field26) } // uint32 field27 = 27 [(.validate.rules) = { void Large::clear_field27() { field27_ = 0u; } ::google::protobuf::uint32 Large::field27() const { // @@protoc_insertion_point(field_get:pgv.Large.field27) return field27_; } void Large::set_field27(::google::protobuf::uint32 value) { field27_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field27) } // uint32 field28 = 28 [(.validate.rules) = { void Large::clear_field28() { field28_ = 0u; } ::google::protobuf::uint32 Large::field28() const { // @@protoc_insertion_point(field_get:pgv.Large.field28) return field28_; } void Large::set_field28(::google::protobuf::uint32 value) { field28_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field28) } // uint32 field29 = 29 [(.validate.rules) = { void Large::clear_field29() { field29_ = 0u; } ::google::protobuf::uint32 Large::field29() const { // @@protoc_insertion_point(field_get:pgv.Large.field29) return field29_; } void Large::set_field29(::google::protobuf::uint32 value) { field29_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field29) } // uint32 field30 = 30 [(.validate.rules) = { void Large::clear_field30() { field30_ = 0u; } ::google::protobuf::uint32 Large::field30() const { // @@protoc_insertion_point(field_get:pgv.Large.field30) return field30_; } void Large::set_field30(::google::protobuf::uint32 value) { field30_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field30) } // uint64 field31 = 31 [(.validate.rules) = { void Large::clear_field31() { field31_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field31() const { // @@protoc_insertion_point(field_get:pgv.Large.field31) return field31_; } void Large::set_field31(::google::protobuf::uint64 value) { field31_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field31) } // uint64 field32 = 32 [(.validate.rules) = { void Large::clear_field32() { field32_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field32() const { // @@protoc_insertion_point(field_get:pgv.Large.field32) return field32_; } void Large::set_field32(::google::protobuf::uint64 value) { field32_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field32) } // uint64 field33 = 33 [(.validate.rules) = { void Large::clear_field33() { field33_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field33() const { // @@protoc_insertion_point(field_get:pgv.Large.field33) return field33_; } void Large::set_field33(::google::protobuf::uint64 value) { field33_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field33) } // uint64 field34 = 34 [(.validate.rules) = { void Large::clear_field34() { field34_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field34() const { // @@protoc_insertion_point(field_get:pgv.Large.field34) return field34_; } void Large::set_field34(::google::protobuf::uint64 value) { field34_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field34) } // uint64 field35 = 35 [(.validate.rules) = { void Large::clear_field35() { field35_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field35() const { // @@protoc_insertion_point(field_get:pgv.Large.field35) return field35_; } void Large::set_field35(::google::protobuf::uint64 value) { field35_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field35) } // uint64 field36 = 36 [(.validate.rules) = { void Large::clear_field36() { field36_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field36() const { // @@protoc_insertion_point(field_get:pgv.Large.field36) return field36_; } void Large::set_field36(::google::protobuf::uint64 value) { field36_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field36) } // uint64 field37 = 37 [(.validate.rules) = { void Large::clear_field37() { field37_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field37() const { // @@protoc_insertion_point(field_get:pgv.Large.field37) return field37_; } void Large::set_field37(::google::protobuf::uint64 value) { field37_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field37) } // uint64 field38 = 38 [(.validate.rules) = { void Large::clear_field38() { field38_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field38() const { // @@protoc_insertion_point(field_get:pgv.Large.field38) return field38_; } void Large::set_field38(::google::protobuf::uint64 value) { field38_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field38) } // uint64 field39 = 39 [(.validate.rules) = { void Large::clear_field39() { field39_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field39() const { // @@protoc_insertion_point(field_get:pgv.Large.field39) return field39_; } void Large::set_field39(::google::protobuf::uint64 value) { field39_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field39) } // uint64 field40 = 40 [(.validate.rules) = { void Large::clear_field40() { field40_ = GOOGLE_ULONGLONG(0); } ::google::protobuf::uint64 Large::field40() const { // @@protoc_insertion_point(field_get:pgv.Large.field40) return field40_; } void Large::set_field40(::google::protobuf::uint64 value) { field40_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field40) } // .pgv.Large.MessageB field41 = 41; bool Large::has_field41() const { return this != internal_default_instance() && field41_ != NULL; } void Large::clear_field41() { if (GetArenaNoVirtual() == NULL && field41_ != NULL) delete field41_; field41_ = NULL; } const ::pgv::Large_MessageB& Large::field41() const { const ::pgv::Large_MessageB* p = field41_; // @@protoc_insertion_point(field_get:pgv.Large.field41) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageB*>( &::pgv::_Large_MessageB_default_instance_); } ::pgv::Large_MessageB* Large::mutable_field41() { if (field41_ == NULL) { field41_ = new ::pgv::Large_MessageB; } // @@protoc_insertion_point(field_mutable:pgv.Large.field41) return field41_; } ::pgv::Large_MessageB* Large::release_field41() { // @@protoc_insertion_point(field_release:pgv.Large.field41) ::pgv::Large_MessageB* temp = field41_; field41_ = NULL; return temp; } void Large::set_allocated_field41(::pgv::Large_MessageB* field41) { delete field41_; field41_ = field41; if (field41) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field41) } // .pgv.Large.MessageC field42 = 42; bool Large::has_field42() const { return this != internal_default_instance() && field42_ != NULL; } void Large::clear_field42() { if (GetArenaNoVirtual() == NULL && field42_ != NULL) delete field42_; field42_ = NULL; } const ::pgv::Large_MessageC& Large::field42() const { const ::pgv::Large_MessageC* p = field42_; // @@protoc_insertion_point(field_get:pgv.Large.field42) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageC*>( &::pgv::_Large_MessageC_default_instance_); } ::pgv::Large_MessageC* Large::mutable_field42() { if (field42_ == NULL) { field42_ = new ::pgv::Large_MessageC; } // @@protoc_insertion_point(field_mutable:pgv.Large.field42) return field42_; } ::pgv::Large_MessageC* Large::release_field42() { // @@protoc_insertion_point(field_release:pgv.Large.field42) ::pgv::Large_MessageC* temp = field42_; field42_ = NULL; return temp; } void Large::set_allocated_field42(::pgv::Large_MessageC* field42) { delete field42_; field42_ = field42; if (field42) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field42) } // .pgv.Large.MessageD field43 = 43; bool Large::has_field43() const { return this != internal_default_instance() && field43_ != NULL; } void Large::clear_field43() { if (GetArenaNoVirtual() == NULL && field43_ != NULL) delete field43_; field43_ = NULL; } const ::pgv::Large_MessageD& Large::field43() const { const ::pgv::Large_MessageD* p = field43_; // @@protoc_insertion_point(field_get:pgv.Large.field43) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageD*>( &::pgv::_Large_MessageD_default_instance_); } ::pgv::Large_MessageD* Large::mutable_field43() { if (field43_ == NULL) { field43_ = new ::pgv::Large_MessageD; } // @@protoc_insertion_point(field_mutable:pgv.Large.field43) return field43_; } ::pgv::Large_MessageD* Large::release_field43() { // @@protoc_insertion_point(field_release:pgv.Large.field43) ::pgv::Large_MessageD* temp = field43_; field43_ = NULL; return temp; } void Large::set_allocated_field43(::pgv::Large_MessageD* field43) { delete field43_; field43_ = field43; if (field43) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field43) } // .pgv.Large.MessageE field44 = 44; bool Large::has_field44() const { return this != internal_default_instance() && field44_ != NULL; } void Large::clear_field44() { if (GetArenaNoVirtual() == NULL && field44_ != NULL) delete field44_; field44_ = NULL; } const ::pgv::Large_MessageE& Large::field44() const { const ::pgv::Large_MessageE* p = field44_; // @@protoc_insertion_point(field_get:pgv.Large.field44) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large::mutable_field44() { if (field44_ == NULL) { field44_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.field44) return field44_; } ::pgv::Large_MessageE* Large::release_field44() { // @@protoc_insertion_point(field_release:pgv.Large.field44) ::pgv::Large_MessageE* temp = field44_; field44_ = NULL; return temp; } void Large::set_allocated_field44(::pgv::Large_MessageE* field44) { delete field44_; field44_ = field44; if (field44) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field44) } // .pgv.Large.MessageF field45 = 45; bool Large::has_field45() const { return this != internal_default_instance() && field45_ != NULL; } void Large::clear_field45() { if (GetArenaNoVirtual() == NULL && field45_ != NULL) delete field45_; field45_ = NULL; } const ::pgv::Large_MessageF& Large::field45() const { const ::pgv::Large_MessageF* p = field45_; // @@protoc_insertion_point(field_get:pgv.Large.field45) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large::mutable_field45() { if (field45_ == NULL) { field45_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.field45) return field45_; } ::pgv::Large_MessageF* Large::release_field45() { // @@protoc_insertion_point(field_release:pgv.Large.field45) ::pgv::Large_MessageF* temp = field45_; field45_ = NULL; return temp; } void Large::set_allocated_field45(::pgv::Large_MessageF* field45) { delete field45_; field45_ = field45; if (field45) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field45) } // .pgv.Large.MessageB field46 = 46; bool Large::has_field46() const { return this != internal_default_instance() && field46_ != NULL; } void Large::clear_field46() { if (GetArenaNoVirtual() == NULL && field46_ != NULL) delete field46_; field46_ = NULL; } const ::pgv::Large_MessageB& Large::field46() const { const ::pgv::Large_MessageB* p = field46_; // @@protoc_insertion_point(field_get:pgv.Large.field46) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageB*>( &::pgv::_Large_MessageB_default_instance_); } ::pgv::Large_MessageB* Large::mutable_field46() { if (field46_ == NULL) { field46_ = new ::pgv::Large_MessageB; } // @@protoc_insertion_point(field_mutable:pgv.Large.field46) return field46_; } ::pgv::Large_MessageB* Large::release_field46() { // @@protoc_insertion_point(field_release:pgv.Large.field46) ::pgv::Large_MessageB* temp = field46_; field46_ = NULL; return temp; } void Large::set_allocated_field46(::pgv::Large_MessageB* field46) { delete field46_; field46_ = field46; if (field46) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field46) } // .pgv.Large.MessageC field47 = 47; bool Large::has_field47() const { return this != internal_default_instance() && field47_ != NULL; } void Large::clear_field47() { if (GetArenaNoVirtual() == NULL && field47_ != NULL) delete field47_; field47_ = NULL; } const ::pgv::Large_MessageC& Large::field47() const { const ::pgv::Large_MessageC* p = field47_; // @@protoc_insertion_point(field_get:pgv.Large.field47) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageC*>( &::pgv::_Large_MessageC_default_instance_); } ::pgv::Large_MessageC* Large::mutable_field47() { if (field47_ == NULL) { field47_ = new ::pgv::Large_MessageC; } // @@protoc_insertion_point(field_mutable:pgv.Large.field47) return field47_; } ::pgv::Large_MessageC* Large::release_field47() { // @@protoc_insertion_point(field_release:pgv.Large.field47) ::pgv::Large_MessageC* temp = field47_; field47_ = NULL; return temp; } void Large::set_allocated_field47(::pgv::Large_MessageC* field47) { delete field47_; field47_ = field47; if (field47) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field47) } // .pgv.Large.MessageD field48 = 48; bool Large::has_field48() const { return this != internal_default_instance() && field48_ != NULL; } void Large::clear_field48() { if (GetArenaNoVirtual() == NULL && field48_ != NULL) delete field48_; field48_ = NULL; } const ::pgv::Large_MessageD& Large::field48() const { const ::pgv::Large_MessageD* p = field48_; // @@protoc_insertion_point(field_get:pgv.Large.field48) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageD*>( &::pgv::_Large_MessageD_default_instance_); } ::pgv::Large_MessageD* Large::mutable_field48() { if (field48_ == NULL) { field48_ = new ::pgv::Large_MessageD; } // @@protoc_insertion_point(field_mutable:pgv.Large.field48) return field48_; } ::pgv::Large_MessageD* Large::release_field48() { // @@protoc_insertion_point(field_release:pgv.Large.field48) ::pgv::Large_MessageD* temp = field48_; field48_ = NULL; return temp; } void Large::set_allocated_field48(::pgv::Large_MessageD* field48) { delete field48_; field48_ = field48; if (field48) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field48) } // .pgv.Large.MessageE field49 = 49; bool Large::has_field49() const { return this != internal_default_instance() && field49_ != NULL; } void Large::clear_field49() { if (GetArenaNoVirtual() == NULL && field49_ != NULL) delete field49_; field49_ = NULL; } const ::pgv::Large_MessageE& Large::field49() const { const ::pgv::Large_MessageE* p = field49_; // @@protoc_insertion_point(field_get:pgv.Large.field49) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large::mutable_field49() { if (field49_ == NULL) { field49_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.field49) return field49_; } ::pgv::Large_MessageE* Large::release_field49() { // @@protoc_insertion_point(field_release:pgv.Large.field49) ::pgv::Large_MessageE* temp = field49_; field49_ = NULL; return temp; } void Large::set_allocated_field49(::pgv::Large_MessageE* field49) { delete field49_; field49_ = field49; if (field49) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field49) } // .pgv.Large.MessageF field50 = 50; bool Large::has_field50() const { return this != internal_default_instance() && field50_ != NULL; } void Large::clear_field50() { if (GetArenaNoVirtual() == NULL && field50_ != NULL) delete field50_; field50_ = NULL; } const ::pgv::Large_MessageF& Large::field50() const { const ::pgv::Large_MessageF* p = field50_; // @@protoc_insertion_point(field_get:pgv.Large.field50) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large::mutable_field50() { if (field50_ == NULL) { field50_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.field50) return field50_; } ::pgv::Large_MessageF* Large::release_field50() { // @@protoc_insertion_point(field_release:pgv.Large.field50) ::pgv::Large_MessageF* temp = field50_; field50_ = NULL; return temp; } void Large::set_allocated_field50(::pgv::Large_MessageF* field50) { delete field50_; field50_ = field50; if (field50) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field50) } // bytes field51 = 51 [(.validate.rules) = { void Large::clear_field51() { field51_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Large::field51() const { // @@protoc_insertion_point(field_get:pgv.Large.field51) return field51_.GetNoArena(); } void Large::set_field51(const ::std::string& value) { field51_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:pgv.Large.field51) } #if LANG_CXX11 void Large::set_field51(::std::string&& value) { field51_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:pgv.Large.field51) } #endif void Large::set_field51(const char* value) { GOOGLE_DCHECK(value != NULL); field51_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:pgv.Large.field51) } void Large::set_field51(const void* value, size_t size) { field51_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast<const char*>(value), size)); // @@protoc_insertion_point(field_set_pointer:pgv.Large.field51) } ::std::string* Large::mutable_field51() { // @@protoc_insertion_point(field_mutable:pgv.Large.field51) return field51_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Large::release_field51() { // @@protoc_insertion_point(field_release:pgv.Large.field51) return field51_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Large::set_allocated_field51(::std::string* field51) { if (field51 != NULL) { } else { } field51_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), field51); // @@protoc_insertion_point(field_set_allocated:pgv.Large.field51) } // bytes field52 = 52 [(.validate.rules) = { void Large::clear_field52() { field52_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Large::field52() const { // @@protoc_insertion_point(field_get:pgv.Large.field52) return field52_.GetNoArena(); } void Large::set_field52(const ::std::string& value) { field52_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:pgv.Large.field52) } #if LANG_CXX11 void Large::set_field52(::std::string&& value) { field52_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:pgv.Large.field52) } #endif void Large::set_field52(const char* value) { GOOGLE_DCHECK(value != NULL); field52_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:pgv.Large.field52) } void Large::set_field52(const void* value, size_t size) { field52_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast<const char*>(value), size)); // @@protoc_insertion_point(field_set_pointer:pgv.Large.field52) } ::std::string* Large::mutable_field52() { // @@protoc_insertion_point(field_mutable:pgv.Large.field52) return field52_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Large::release_field52() { // @@protoc_insertion_point(field_release:pgv.Large.field52) return field52_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Large::set_allocated_field52(::std::string* field52) { if (field52 != NULL) { } else { } field52_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), field52); // @@protoc_insertion_point(field_set_allocated:pgv.Large.field52) } // bytes field53 = 53 [(.validate.rules) = { void Large::clear_field53() { field53_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Large::field53() const { // @@protoc_insertion_point(field_get:pgv.Large.field53) return field53_.GetNoArena(); } void Large::set_field53(const ::std::string& value) { field53_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:pgv.Large.field53) } #if LANG_CXX11 void Large::set_field53(::std::string&& value) { field53_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:pgv.Large.field53) } #endif void Large::set_field53(const char* value) { GOOGLE_DCHECK(value != NULL); field53_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:pgv.Large.field53) } void Large::set_field53(const void* value, size_t size) { field53_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast<const char*>(value), size)); // @@protoc_insertion_point(field_set_pointer:pgv.Large.field53) } ::std::string* Large::mutable_field53() { // @@protoc_insertion_point(field_mutable:pgv.Large.field53) return field53_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Large::release_field53() { // @@protoc_insertion_point(field_release:pgv.Large.field53) return field53_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Large::set_allocated_field53(::std::string* field53) { if (field53 != NULL) { } else { } field53_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), field53); // @@protoc_insertion_point(field_set_allocated:pgv.Large.field53) } // bytes field54 = 54 [(.validate.rules) = { void Large::clear_field54() { field54_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Large::field54() const { // @@protoc_insertion_point(field_get:pgv.Large.field54) return field54_.GetNoArena(); } void Large::set_field54(const ::std::string& value) { field54_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:pgv.Large.field54) } #if LANG_CXX11 void Large::set_field54(::std::string&& value) { field54_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:pgv.Large.field54) } #endif void Large::set_field54(const char* value) { GOOGLE_DCHECK(value != NULL); field54_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:pgv.Large.field54) } void Large::set_field54(const void* value, size_t size) { field54_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast<const char*>(value), size)); // @@protoc_insertion_point(field_set_pointer:pgv.Large.field54) } ::std::string* Large::mutable_field54() { // @@protoc_insertion_point(field_mutable:pgv.Large.field54) return field54_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Large::release_field54() { // @@protoc_insertion_point(field_release:pgv.Large.field54) return field54_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Large::set_allocated_field54(::std::string* field54) { if (field54 != NULL) { } else { } field54_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), field54); // @@protoc_insertion_point(field_set_allocated:pgv.Large.field54) } // bytes field55 = 55 [(.validate.rules) = { void Large::clear_field55() { field55_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Large::field55() const { // @@protoc_insertion_point(field_get:pgv.Large.field55) return field55_.GetNoArena(); } void Large::set_field55(const ::std::string& value) { field55_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:pgv.Large.field55) } #if LANG_CXX11 void Large::set_field55(::std::string&& value) { field55_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:pgv.Large.field55) } #endif void Large::set_field55(const char* value) { GOOGLE_DCHECK(value != NULL); field55_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:pgv.Large.field55) } void Large::set_field55(const void* value, size_t size) { field55_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast<const char*>(value), size)); // @@protoc_insertion_point(field_set_pointer:pgv.Large.field55) } ::std::string* Large::mutable_field55() { // @@protoc_insertion_point(field_mutable:pgv.Large.field55) return field55_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Large::release_field55() { // @@protoc_insertion_point(field_release:pgv.Large.field55) return field55_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Large::set_allocated_field55(::std::string* field55) { if (field55 != NULL) { } else { } field55_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), field55); // @@protoc_insertion_point(field_set_allocated:pgv.Large.field55) } // .pgv.Large.MessageB field61 = 61; bool Large::has_field61() const { return this != internal_default_instance() && field61_ != NULL; } void Large::clear_field61() { if (GetArenaNoVirtual() == NULL && field61_ != NULL) delete field61_; field61_ = NULL; } const ::pgv::Large_MessageB& Large::field61() const { const ::pgv::Large_MessageB* p = field61_; // @@protoc_insertion_point(field_get:pgv.Large.field61) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageB*>( &::pgv::_Large_MessageB_default_instance_); } ::pgv::Large_MessageB* Large::mutable_field61() { if (field61_ == NULL) { field61_ = new ::pgv::Large_MessageB; } // @@protoc_insertion_point(field_mutable:pgv.Large.field61) return field61_; } ::pgv::Large_MessageB* Large::release_field61() { // @@protoc_insertion_point(field_release:pgv.Large.field61) ::pgv::Large_MessageB* temp = field61_; field61_ = NULL; return temp; } void Large::set_allocated_field61(::pgv::Large_MessageB* field61) { delete field61_; field61_ = field61; if (field61) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field61) } // .pgv.Large.MessageC field62 = 62; bool Large::has_field62() const { return this != internal_default_instance() && field62_ != NULL; } void Large::clear_field62() { if (GetArenaNoVirtual() == NULL && field62_ != NULL) delete field62_; field62_ = NULL; } const ::pgv::Large_MessageC& Large::field62() const { const ::pgv::Large_MessageC* p = field62_; // @@protoc_insertion_point(field_get:pgv.Large.field62) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageC*>( &::pgv::_Large_MessageC_default_instance_); } ::pgv::Large_MessageC* Large::mutable_field62() { if (field62_ == NULL) { field62_ = new ::pgv::Large_MessageC; } // @@protoc_insertion_point(field_mutable:pgv.Large.field62) return field62_; } ::pgv::Large_MessageC* Large::release_field62() { // @@protoc_insertion_point(field_release:pgv.Large.field62) ::pgv::Large_MessageC* temp = field62_; field62_ = NULL; return temp; } void Large::set_allocated_field62(::pgv::Large_MessageC* field62) { delete field62_; field62_ = field62; if (field62) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field62) } // .pgv.Large.MessageD field63 = 63; bool Large::has_field63() const { return this != internal_default_instance() && field63_ != NULL; } void Large::clear_field63() { if (GetArenaNoVirtual() == NULL && field63_ != NULL) delete field63_; field63_ = NULL; } const ::pgv::Large_MessageD& Large::field63() const { const ::pgv::Large_MessageD* p = field63_; // @@protoc_insertion_point(field_get:pgv.Large.field63) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageD*>( &::pgv::_Large_MessageD_default_instance_); } ::pgv::Large_MessageD* Large::mutable_field63() { if (field63_ == NULL) { field63_ = new ::pgv::Large_MessageD; } // @@protoc_insertion_point(field_mutable:pgv.Large.field63) return field63_; } ::pgv::Large_MessageD* Large::release_field63() { // @@protoc_insertion_point(field_release:pgv.Large.field63) ::pgv::Large_MessageD* temp = field63_; field63_ = NULL; return temp; } void Large::set_allocated_field63(::pgv::Large_MessageD* field63) { delete field63_; field63_ = field63; if (field63) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field63) } // .pgv.Large.MessageE field64 = 64; bool Large::has_field64() const { return this != internal_default_instance() && field64_ != NULL; } void Large::clear_field64() { if (GetArenaNoVirtual() == NULL && field64_ != NULL) delete field64_; field64_ = NULL; } const ::pgv::Large_MessageE& Large::field64() const { const ::pgv::Large_MessageE* p = field64_; // @@protoc_insertion_point(field_get:pgv.Large.field64) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large::mutable_field64() { if (field64_ == NULL) { field64_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.field64) return field64_; } ::pgv::Large_MessageE* Large::release_field64() { // @@protoc_insertion_point(field_release:pgv.Large.field64) ::pgv::Large_MessageE* temp = field64_; field64_ = NULL; return temp; } void Large::set_allocated_field64(::pgv::Large_MessageE* field64) { delete field64_; field64_ = field64; if (field64) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field64) } // .pgv.Large.MessageF field65 = 65; bool Large::has_field65() const { return this != internal_default_instance() && field65_ != NULL; } void Large::clear_field65() { if (GetArenaNoVirtual() == NULL && field65_ != NULL) delete field65_; field65_ = NULL; } const ::pgv::Large_MessageF& Large::field65() const { const ::pgv::Large_MessageF* p = field65_; // @@protoc_insertion_point(field_get:pgv.Large.field65) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large::mutable_field65() { if (field65_ == NULL) { field65_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.field65) return field65_; } ::pgv::Large_MessageF* Large::release_field65() { // @@protoc_insertion_point(field_release:pgv.Large.field65) ::pgv::Large_MessageF* temp = field65_; field65_ = NULL; return temp; } void Large::set_allocated_field65(::pgv::Large_MessageF* field65) { delete field65_; field65_ = field65; if (field65) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field65) } // .pgv.Large.MessageB field66 = 66; bool Large::has_field66() const { return this != internal_default_instance() && field66_ != NULL; } void Large::clear_field66() { if (GetArenaNoVirtual() == NULL && field66_ != NULL) delete field66_; field66_ = NULL; } const ::pgv::Large_MessageB& Large::field66() const { const ::pgv::Large_MessageB* p = field66_; // @@protoc_insertion_point(field_get:pgv.Large.field66) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageB*>( &::pgv::_Large_MessageB_default_instance_); } ::pgv::Large_MessageB* Large::mutable_field66() { if (field66_ == NULL) { field66_ = new ::pgv::Large_MessageB; } // @@protoc_insertion_point(field_mutable:pgv.Large.field66) return field66_; } ::pgv::Large_MessageB* Large::release_field66() { // @@protoc_insertion_point(field_release:pgv.Large.field66) ::pgv::Large_MessageB* temp = field66_; field66_ = NULL; return temp; } void Large::set_allocated_field66(::pgv::Large_MessageB* field66) { delete field66_; field66_ = field66; if (field66) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field66) } // .pgv.Large.MessageC field67 = 67; bool Large::has_field67() const { return this != internal_default_instance() && field67_ != NULL; } void Large::clear_field67() { if (GetArenaNoVirtual() == NULL && field67_ != NULL) delete field67_; field67_ = NULL; } const ::pgv::Large_MessageC& Large::field67() const { const ::pgv::Large_MessageC* p = field67_; // @@protoc_insertion_point(field_get:pgv.Large.field67) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageC*>( &::pgv::_Large_MessageC_default_instance_); } ::pgv::Large_MessageC* Large::mutable_field67() { if (field67_ == NULL) { field67_ = new ::pgv::Large_MessageC; } // @@protoc_insertion_point(field_mutable:pgv.Large.field67) return field67_; } ::pgv::Large_MessageC* Large::release_field67() { // @@protoc_insertion_point(field_release:pgv.Large.field67) ::pgv::Large_MessageC* temp = field67_; field67_ = NULL; return temp; } void Large::set_allocated_field67(::pgv::Large_MessageC* field67) { delete field67_; field67_ = field67; if (field67) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field67) } // .pgv.Large.MessageD field68 = 68; bool Large::has_field68() const { return this != internal_default_instance() && field68_ != NULL; } void Large::clear_field68() { if (GetArenaNoVirtual() == NULL && field68_ != NULL) delete field68_; field68_ = NULL; } const ::pgv::Large_MessageD& Large::field68() const { const ::pgv::Large_MessageD* p = field68_; // @@protoc_insertion_point(field_get:pgv.Large.field68) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageD*>( &::pgv::_Large_MessageD_default_instance_); } ::pgv::Large_MessageD* Large::mutable_field68() { if (field68_ == NULL) { field68_ = new ::pgv::Large_MessageD; } // @@protoc_insertion_point(field_mutable:pgv.Large.field68) return field68_; } ::pgv::Large_MessageD* Large::release_field68() { // @@protoc_insertion_point(field_release:pgv.Large.field68) ::pgv::Large_MessageD* temp = field68_; field68_ = NULL; return temp; } void Large::set_allocated_field68(::pgv::Large_MessageD* field68) { delete field68_; field68_ = field68; if (field68) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field68) } // .pgv.Large.MessageE field69 = 69; bool Large::has_field69() const { return this != internal_default_instance() && field69_ != NULL; } void Large::clear_field69() { if (GetArenaNoVirtual() == NULL && field69_ != NULL) delete field69_; field69_ = NULL; } const ::pgv::Large_MessageE& Large::field69() const { const ::pgv::Large_MessageE* p = field69_; // @@protoc_insertion_point(field_get:pgv.Large.field69) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageE*>( &::pgv::_Large_MessageE_default_instance_); } ::pgv::Large_MessageE* Large::mutable_field69() { if (field69_ == NULL) { field69_ = new ::pgv::Large_MessageE; } // @@protoc_insertion_point(field_mutable:pgv.Large.field69) return field69_; } ::pgv::Large_MessageE* Large::release_field69() { // @@protoc_insertion_point(field_release:pgv.Large.field69) ::pgv::Large_MessageE* temp = field69_; field69_ = NULL; return temp; } void Large::set_allocated_field69(::pgv::Large_MessageE* field69) { delete field69_; field69_ = field69; if (field69) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field69) } // .pgv.Large.MessageF field70 = 70; bool Large::has_field70() const { return this != internal_default_instance() && field70_ != NULL; } void Large::clear_field70() { if (GetArenaNoVirtual() == NULL && field70_ != NULL) delete field70_; field70_ = NULL; } const ::pgv::Large_MessageF& Large::field70() const { const ::pgv::Large_MessageF* p = field70_; // @@protoc_insertion_point(field_get:pgv.Large.field70) return p != NULL ? *p : *reinterpret_cast<const ::pgv::Large_MessageF*>( &::pgv::_Large_MessageF_default_instance_); } ::pgv::Large_MessageF* Large::mutable_field70() { if (field70_ == NULL) { field70_ = new ::pgv::Large_MessageF; } // @@protoc_insertion_point(field_mutable:pgv.Large.field70) return field70_; } ::pgv::Large_MessageF* Large::release_field70() { // @@protoc_insertion_point(field_release:pgv.Large.field70) ::pgv::Large_MessageF* temp = field70_; field70_ = NULL; return temp; } void Large::set_allocated_field70(::pgv::Large_MessageF* field70) { delete field70_; field70_ = field70; if (field70) { } else { } // @@protoc_insertion_point(field_set_allocated:pgv.Large.field70) } // sint32 field101 = 101 [(.validate.rules) = { void Large::clear_field101() { field101_ = 0; } ::google::protobuf::int32 Large::field101() const { // @@protoc_insertion_point(field_get:pgv.Large.field101) return field101_; } void Large::set_field101(::google::protobuf::int32 value) { field101_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field101) } // sint32 field102 = 102 [(.validate.rules) = { void Large::clear_field102() { field102_ = 0; } ::google::protobuf::int32 Large::field102() const { // @@protoc_insertion_point(field_get:pgv.Large.field102) return field102_; } void Large::set_field102(::google::protobuf::int32 value) { field102_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field102) } // sint32 field103 = 103 [(.validate.rules) = { void Large::clear_field103() { field103_ = 0; } ::google::protobuf::int32 Large::field103() const { // @@protoc_insertion_point(field_get:pgv.Large.field103) return field103_; } void Large::set_field103(::google::protobuf::int32 value) { field103_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field103) } // sint32 field104 = 104 [(.validate.rules) = { void Large::clear_field104() { field104_ = 0; } ::google::protobuf::int32 Large::field104() const { // @@protoc_insertion_point(field_get:pgv.Large.field104) return field104_; } void Large::set_field104(::google::protobuf::int32 value) { field104_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field104) } // sint32 field105 = 105 [(.validate.rules) = { void Large::clear_field105() { field105_ = 0; } ::google::protobuf::int32 Large::field105() const { // @@protoc_insertion_point(field_get:pgv.Large.field105) return field105_; } void Large::set_field105(::google::protobuf::int32 value) { field105_ = value; // @@protoc_insertion_point(field_set:pgv.Large.field105) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace pgv // @@protoc_insertion_point(global_scope)
8069ae193c1438ac76376ecf56d39f9d8b910703
a60e93e58956822c5141d30499c6e31a913c3658
/D03/ex04/FragTrap.cpp
08b44e5f99dde613a2ca1476248432094e51c677
[]
no_license
sksourou/C-dur
de432b145f199a42ce9a9b632ec1dd62bdca215d
74878c79fce77db19b5f32e9d606411577839a04
refs/heads/master
2021-01-10T03:21:40.830130
2015-11-07T15:56:08
2015-11-07T15:56:08
45,259,330
0
0
null
null
null
null
UTF-8
C++
false
false
2,779
cpp
FragTrap.cpp
// ************************************************************************** // // // // ::: :::::::: // // FragTrap.cpp :+: :+: :+: // // +:+ +:+ +:+ // // By: sksourou <sksourou@student.42.fr> +#+ +:+ +#+ // // +#+#+#+#+#+ +#+ // // Created: 2015/11/04 18:25:53 by sksourou #+# #+# // // Updated: 2015/11/04 18:25:55 by sksourou ### ########.fr // // // // ************************************************************************** // #include "FragTrap.hpp" const char *arrayAttacks[] = { "Kill, reload! Kill, reload! KILL! RELOAD!", "Uh, how do I cast magic missile?", "All these bullets in just one shot.", "Laaasers!", "100\% more mini-trap turret!", NULL }; void FragTrap::vaulthunter_dot_exe(std::string const & target) { if (this->_energyPoints >= 25) { this->_energyPoints -= 25; std::cout << "Vaulthunter.exe attack " << target << ". \"" << arrayAttacks[rand() % 5] << "\""; } else std::cout << "Low Energy !"; } FragTrap::FragTrap( void ) { this->_name = "Pussy cats dolls "; this->_hitPoints = 100; this->_maxHitPoints = 100; this->_energyPoints = 100; this->_maxEnergyPoints = 100; this->_level = 1; this->_meleeAttackDamage = 30; this->_rangedAttackDamage = 20; this->_armorDamageReduction = 5; std::cout <<"Fragtrap -- start bootup sequence."<< std::endl; } FragTrap::FragTrap( std::string name ) : ClapTrap(name) { this->_hitPoints = 100; this->_maxHitPoints = 100; this->_energyPoints = 100; this->_maxEnergyPoints = 100; this->_level = 1; this->_meleeAttackDamage = 30; this->_rangedAttackDamage = 20; this->_armorDamageReduction = 5; std::cout << "Fragtrap -- start bootup sequence." << this->_name << "ready" << std::endl; return ; } FragTrap::~FragTrap( void ) { std::cout << "FragTrap - Argh arghargh death gurgle gurglegurgle urgh... " << this->_name << "death." << std::endl; return ; } FragTrap & FragTrap::operator=( FragTrap const & rhs) { this->_name = rhs._name; this->_hitPoints = rhs._hitPoints; this->_maxHitPoints = rhs._maxHitPoints; this->_energyPoints = rhs._energyPoints; this->_maxEnergyPoints = rhs._maxEnergyPoints; this->_level = rhs._level; this->_meleeAttackDamage = rhs._meleeAttackDamage; this->_rangedAttackDamage = rhs._rangedAttackDamage; this->_armorDamageReduction = rhs._armorDamageReduction; return *this; }
d340e8be521a7396361627be4769f4c745aa7fa9
ab38afefb1eafe430b670a3bae3dd6b63cf8dcce
/src/opengl/Graphics/index_buffer_gl.cpp
f8065526f4abb7f365d2600ce9a9c2f17776c8b9
[]
no_license
SpiritualXTC/andromeda
6fc07770701f507eac2056828ffd8d1346bc4a54
d426830902dded1f0633079450921b26ef5a4382
refs/heads/master
2021-01-18T04:04:11.367580
2019-12-13T22:52:25
2019-12-13T22:52:25
36,509,398
0
0
null
null
null
null
UTF-8
C++
false
false
943
cpp
index_buffer_gl.cpp
#include "index_buffer_gl.h" using namespace andromeda; using namespace andromeda::opengl; /* */ IndexBufferGL::IndexBufferGL() { glGenBuffers(1, &_handle); } /* */ IndexBufferGL::~IndexBufferGL() { if (_handle) glDeleteBuffers(1, &_handle); } /* */ void IndexBufferGL::bind() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, _handle); } /* */ void IndexBufferGL::unbind() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); } /* */ void IndexBufferGL::data(const UInt32 * ptr, UInt32 length) { assert(ptr); // Set Length _length = length; // Bind bind(); // Allocate & Copy glBufferData(GL_ELEMENT_ARRAY_BUFFER, _length, ptr, GL_STATIC_DRAW); // Unbind unbind(); } /* */ void IndexBufferGL::subdata(const UInt32 * ptr, UInt32 offset, UInt32 length) { assert(ptr); assert(offset + length <= _length); // Bind bind(); // Copy glBufferSubData(GL_ELEMENT_ARRAY_BUFFER, offset, length, ptr); // Unbind unbind(); }
0ef5d76a6f73d45478c6c74ea330b7fe214d4c32
f7f09782d15ee7bdd14e637bd717dfb8327bc57c
/HDU/STD/2014Guangzhou/1011.cpp
80219618492168db65bc397e9f676c6505c95a15
[]
no_license
whywhyzhang/ACM-ICPC-Code
14f3f6b0532c18da9694d7f70914a97e0983913f
d15bd475774ff104ebfe9504f8ea0acffdb5ddb0
refs/heads/master
2022-12-09T06:27:14.893967
2017-03-09T14:31:49
2017-03-09T14:31:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,422
cpp
1011.cpp
#include <stdio.h> #include <string.h> #include <iostream> #include <algorithm> #include <vector> #include <queue> #include <set> #include <map> #include <string> #include <math.h> #include <stdlib.h> #include <time.h> using namespace std; const int MaxN=32; const int INF=0x3f3f3f3f; bool vis[MaxN]; bool can[MaxN]; void Dijkstra(int cost[][MaxN],int lowcost[],int N,int start) { int k,minn; for(int i=1;i<=N;++i) { lowcost[i]=INF; vis[i]=0; } lowcost[start]=0; for(int j=1;j<=N;++j) { k=-1; minn=INF; for(int i=1;i<=N;++i) if(!can[i] && !vis[i] && lowcost[i]<minn) { minn=lowcost[i]; k=i; } if(k==-1) break; vis[k]=1; for(int i=1;i<=N;++i) if(!can[i] && !vis[i] && cost[k][i]>=0) lowcost[i]=min(lowcost[i],lowcost[k]+cost[k][i]); } } int map1[MaxN][MaxN]; int N,M; int lowcost[MaxN]; int main() { //freopen("in.txt","r",stdin); //freopen("out.txt","w",stdout); int a,b,c; int ans; while(~scanf("%d %d",&N,&M) && N+M) { ans=0; memset(map1,-1,sizeof(map1)); memset(can,0,sizeof(can)); while(M--) { scanf("%d %d %d",&a,&b,&c); if(map1[a][b]>=0) map1[a][b]=map1[b][a]=min(map1[a][b],c); else map1[a][b]=map1[b][a]=c; } for(int i=2;i<N;++i) { can[i]=1; Dijkstra(map1,lowcost,N,1); can[i]=0; ans=max(ans,lowcost[N]); } if(ans>=INF) printf("Inf\n"); else printf("%d\n",ans); } return 0; }
12062ffa19cb6f8972348aeea04f830964beb8fb
ec54c7cace98f24c58cecbebff83e660fb66d75c
/src/window.cpp
10bf2d88dd62ef608a19c4fdd1d9d5d73c14355d
[]
no_license
xharris/cppgame
f82eb5ba22c1cba9a4d33aee382e3fecba5484b5
1cb2c47c6b4ad2fb2111db4071f5e52ef3c5018c
refs/heads/main
2023-07-07T18:22:23.347382
2021-08-24T16:58:58
2021-08-24T16:58:58
369,375,752
0
0
null
null
null
null
UTF-8
C++
false
false
225
cpp
window.cpp
#include "window.h" void bind_window(sol::state& lua) { lua.new_usertype<WindowSetting>("WindowSetting", "width", sol::readonly(&WindowSetting::width), "height", sol::readonly(&WindowSetting::height) ); }
399b2e54e657117267c2d6929c51ae0394e4e2cb
6066f9d73e8b962ae8340a56ed3ae3e9d0d82339
/2251.cpp
03b39fabf707d3986f804428f97a8e541fc55afa
[]
no_license
yjl9903/XLor-PKu
682eb025c2a60a21591cf4f04a1f8f91fe30f4ae
654b12c8a4e1160da132583a65cab6ecd028a007
refs/heads/master
2021-07-07T07:05:03.767212
2020-07-07T09:11:20
2020-07-07T09:11:20
134,394,801
0
0
null
null
null
null
UTF-8
C++
false
false
1,990
cpp
2251.cpp
#include <iostream> #include <algorithm> #include <cstring> #include <queue> using namespace std; const int maxn = 35; int map[maxn][maxn][maxn], vis[maxn][maxn][maxn], d[maxn][maxn][maxn], L, R, C, res, ex, ey, ez, sx, sy, sz; int dir[6][3] = {{1, 0, 0}, {0, 1, 0}, {-1, 0, 0}, {0, -1, 0}, {0, 0, 1}, {0, 0, -1}}; int bfs(){ queue<int> Qx, Qy, Qz; Qx.push(sx); Qy.push(sy); Qz.push(sz); vis[sx][sy][sz] = 1; d[sx][sy][sz] = 0; int x, y, z, tx, ty, tz; while (!Qx.empty()){ x = Qx.front(); y = Qy.front(); z = Qz.front(); Qx.pop(); Qy.pop(); Qz.pop(); for (int i = 0; i < 6; i++){ tx = x + dir[i][0]; ty = y + dir[i][1]; tz = z + dir[i][2]; if (tx >= 0 && ty >= 0 && tz >= 0 && tx < L && ty < R && tz < C && !vis[tx][ty][tz] && map[tx][ty][tz]){ vis[tx][ty][tz] = 1; d[tx][ty][tz] = d[x][y][z] + 1; if (tx == ex && ty == ey && tz == ez) return d[tx][ty][tz]; Qx.push(tx); Qy.push(ty); Qz.push(tz); } } } return -1; } int main(){ while (cin >> L >> R >> C && L && R && C){ memset(vis, 0, sizeof vis); char x; for (int i = 0; i < L; i++) for (int j = 0; j < R; j++) for (int k = 0; k < C; k++){ cin >> x; if (x == 'S') map[i][j][k] = 2, sx = i, sy = j, sz = k; else if (x == '.') map[i][j][k] = 1; else if (x == '#') map[i][j][k] = 0; else if (x == 'E') map[i][j][k] = 3, ex = i, ey = j, ez = k; } res = bfs(); //dfs(sx, sy, sz, 0); if (res != -1) cout << "Escaped in " << res << " minute(s)." << endl; else cout << "Trapped!" << endl; } return 0; }
330ebfee0cf48fb52946d976024981ec2a409a32
e2700b342e93ebb0318e04fc99444c570a5ad54c
/3D_Reconstruction/3D_Reconstruction/calibration.cpp
8b8a4385572f51a57efd5530dbf7ea220b379815
[]
no_license
NeeeeeeaL/Graduation-Project
1652cd49b4dd7e84db57cb6e8b54caff9dbc8bfc
a8f689cee6c47259436aa0ad67fbce1d8ca06660
refs/heads/master
2022-11-12T09:13:56.552333
2020-06-25T03:01:57
2020-06-25T03:01:57
256,753,711
1
0
null
null
null
null
GB18030
C++
false
false
9,914
cpp
calibration.cpp
#include "calibration.h" #include <QFile> #include <QFileDialog> #include "Reconstruction.h" using namespace std; Calibration::Calibration(QWidget *parent) : QWidget(parent) { ui.setupUi(this); ui.tabWidget->setCurrentIndex(0); } Calibration::~Calibration() { } //标定 void Calibration::on_pushButton2_clicked() { string outfilename = "..//sample//cali//caliberation_result.txt"; ////保存标定的结果 ofstream 是从内存写到硬盘 ofstream fout(outfilename); /******************************提取角点****************************/ //1.读取毎一幅图像,从中提取出角点,然后对角点进行亚像素精确化、获取每个角点在像素坐标系中的坐标 //像素坐标系的原点位于图像的左上角 //图像数量 int imageCount = 12; //图像尺寸 cv::Size imageSize; //标定板上每行每列的角点数 cv::Size boardSize = cv::Size(9, 6); //缓存每幅图像上检测到的角点 vector<cv::Point2f> imagePointsBuf; //保存检测到的所有角点 vector<std::vector<cv::Point2f>> imagePointsSeq; for (int i = 0; i < imageCount; ++i) { if (i == 0) { imageSize.width = calibImg[i].cols; imageSize.height = calibImg[i].rows; } if (cv::findChessboardCorners(calibImg[i], boardSize, imagePointsBuf) == 0) { //找不到角点 cout << "Can not find chessboard corners!" << endl; } else { cv::Mat viewGray; //转换为灰度图片 cv::cvtColor(calibImg[i], viewGray, cv::COLOR_BGR2GRAY); //亚像素精确化 对粗提取的角点进行精确化 cv::find4QuadCornerSubpix(viewGray, imagePointsBuf, cv::Size(5, 5)); //保存亚像素点 imagePointsSeq.push_back(imagePointsBuf); //在图像上显示角点位置 cv::Mat imageDisplay = calibImg[i].clone(); cv::drawChessboardCorners(imageDisplay, boardSize, imagePointsBuf, true); //显示图片 //cv::imshow("Camera Calibration", calibImg[i]); LabelDisplayMat(imageDisplay, imgLabel[i]); //cv::imwrite("test.jpg", calibImg[i]); //等待0.5s //cv::waitKey(0); } } //计算每张图片上的角点数 int cornerNum = boardSize.width * boardSize.height; //角点总数 int total = imagePointsSeq.size() * cornerNum; /******************************开始标定*******************************/ //2.摄像机标定 世界坐标系原点位于标定板左上角(第一个方格的左上角) //棋盘三维信息,设置棋盘在世界坐标系的坐标 //实际测量得到标定板上每个棋盘格的大小 cv::Size squareSize = cv::Size(26, 26); //毎幅图片角点数量 vector<int> pointCounts; //保存标定板上角点的三维坐标 vector<vector<cv::Point3f>> objectPoints; //摄像机内参数矩阵 M=[fx γ u0,0 fy v0,0 0 1] cv::Mat cameraMatrix = cv::Mat(3, 3, CV_64F, cv::Scalar::all(0)); //摄像机的5个畸变系数k1,k2,p1,p2,k3 cv::Mat distCoeffs = cv::Mat(1, 5, CV_64F, cv::Scalar::all(0)); //每幅图片的旋转向量 vector<cv::Mat> tvecsMat; //每幅图片的平移向量 vector<cv::Mat> rvecsMat; //初始化标定板上角点的三维坐标 int i, j, number; for (number = 0; number < imageCount; number++) { vector<cv::Point3f> tempPointSet; //行数 for (i = 0; i < boardSize.height; i++) { //列数 for (j = 0; j < boardSize.width; j++) { cv::Point3f realPoint; //假设标定板放在世界坐标系中z=0的平面上。 realPoint.x = i*squareSize.width; realPoint.y = j*squareSize.height; realPoint.z = 0; tempPointSet.push_back(realPoint); } } objectPoints.push_back(tempPointSet); } //初始化每幅图像中的角点数量,假定每幅图像中都可以看到完整的标定板 for (i = 0; i < imageCount; i++) { pointCounts.push_back(boardSize.width*boardSize.height); } //开始标定 cv::calibrateCamera(objectPoints, imagePointsSeq, imageSize, cameraMatrix, distCoeffs, rvecsMat, tvecsMat); //标定完成 cout << "标定完成" << endl; /************************保存定标结果************************/ cout << "开始保存标定结果....." << endl; cv::Mat rotationMatrix = cv::Mat(3, 3, CV_32FC1, cv::Scalar::all(0)); fout << "相机内参数矩阵:" << endl; fout << cameraMatrix << endl << endl; fout << "畸变系数:" << endl; fout << distCoeffs << endl << endl; for (int i = 0; i < imageCount; i++) { fout << "第" << i + 1 << "幅图像的旋转向量:" << endl; fout << tvecsMat[i] << endl; //将旋转向量转换为相对应的旋转矩阵 cv::Rodrigues(tvecsMat[i], rotationMatrix); fout << "第" << i + 1 << "幅图像的旋转矩阵:" << endl; fout << rotationMatrix << endl; fout << "第" << i + 1 << "幅图像的平移向量:" << endl; fout << rvecsMat[i] << endl; } cout << "保存完成" << endl; /************************显示定标结果************************/ cv::Mat mapx = cv::Mat(imageSize, CV_32FC1); cv::Mat mapy = cv::Mat(imageSize, CV_32FC1); cv::Mat R = cv::Mat::eye(3, 3, CV_32F); std::cout << "显示矫正图像" << endl; for (int i = 0; i != imageCount; i++) { std::cout << "Frame #" << i + 1 << "..." << endl; //计算图片畸变矫正的映射矩阵mapx、mapy(不进行立体校正、立体校正需要使用双摄) initUndistortRectifyMap(cameraMatrix, distCoeffs, R, cameraMatrix, imageSize, CV_32FC1, mapx, mapy); //读取一张图片 cv::Mat newimage = calibImg[i].clone(); //另一种不需要转换矩阵的方式 //undistort(imageSource,newimage,cameraMatrix,distCoeffs); //进行校正 remap(calibImg[i], newimage, mapx, mapy, cv::INTER_LINEAR); LabelDisplayMat(newimage, imgLabel2[i]); } ui.tabWidget->setCurrentIndex(1); emit signalCaliProgress(); } //打开原图像 void Calibration::on_pushButton1_clicked() { QStringList pathList = QFileDialog::getOpenFileNames(this, "open", "../");//打开所有文件 for (int i = 0; i < pathList.size(); ++i) { if (false == pathList[i].isEmpty()) { //定义QFile对象 QFile file(pathList[i]); switch (i) { /***********读入四幅原光栅图像************/ case 0: { imgSrc1 = cv::imread("..\\sample\\left\\left01.jpg");//..\\sample\\left\\left01.jpg calibImg.push_back(imgSrc1); imgLabel.push_back(ui.label1); imgLabel2.push_back(ui.label1_2); LabelDisplayMat(imgSrc1, ui.label1); }break; case 1: { imgSrc2 = cv::imread("..\\sample\\left\\left02.jpg"); calibImg.push_back(imgSrc2); imgLabel.push_back(ui.label2); imgLabel2.push_back(ui.label2_2); LabelDisplayMat(imgSrc2, ui.label2); }break; case 2: { imgSrc3 = cv::imread("..\\sample\\left\\left03.jpg"); calibImg.push_back(imgSrc3); imgLabel.push_back(ui.label3); imgLabel2.push_back(ui.label3_2); LabelDisplayMat(imgSrc3, ui.label3); }break; case 3: { imgSrc4 = cv::imread("..\\sample\\left\\left04.jpg"); calibImg.push_back(imgSrc4); imgLabel.push_back(ui.label4); imgLabel2.push_back(ui.label4_2); LabelDisplayMat(imgSrc4, ui.label4); }break; case 4: { imgSrc5 = cv::imread("..\\sample\\left\\left05.jpg"); calibImg.push_back(imgSrc5); imgLabel.push_back(ui.label5); imgLabel2.push_back(ui.label5_2); LabelDisplayMat(imgSrc5, ui.label5); }break; case 5: { imgSrc6 = cv::imread("..\\sample\\left\\left06.jpg"); calibImg.push_back(imgSrc6); imgLabel.push_back(ui.label6); imgLabel2.push_back(ui.label6_2); LabelDisplayMat(imgSrc6, ui.label6); }break; case 6: { imgSrc7 = cv::imread("..\\sample\\left\\left07.jpg"); calibImg.push_back(imgSrc7); imgLabel.push_back(ui.label7); imgLabel2.push_back(ui.label7_2); LabelDisplayMat(imgSrc7, ui.label7); }break; case 7: { imgSrc8 = cv::imread("..\\sample\\left\\left08.jpg"); calibImg.push_back(imgSrc8); imgLabel.push_back(ui.label8); imgLabel2.push_back(ui.label8_2); LabelDisplayMat(imgSrc8, ui.label8); }break; case 8: { imgSrc9 = cv::imread("..\\sample\\left\\left09.jpg"); calibImg.push_back(imgSrc9); imgLabel.push_back(ui.label9); imgLabel2.push_back(ui.label9_2); LabelDisplayMat(imgSrc9, ui.label9); }break; case 9: { imgSrc10 = cv::imread("..\\sample\\left\\left10.jpg"); calibImg.push_back(imgSrc10); imgLabel.push_back(ui.label10); imgLabel2.push_back(ui.label10_2); LabelDisplayMat(imgSrc10, ui.label10); }break; case 10: { imgSrc11 = cv::imread("..\\sample\\left\\left11.jpg"); calibImg.push_back(imgSrc11); imgLabel.push_back(ui.label11); imgLabel2.push_back(ui.label11_2); LabelDisplayMat(imgSrc11, ui.label11); }break; case 11: { imgSrc12 = cv::imread("..\\sample\\left\\left12.jpg"); calibImg.push_back(imgSrc12); imgLabel.push_back(ui.label12); imgLabel2.push_back(ui.label12_2); LabelDisplayMat(imgSrc12, ui.label12); }break; default: break; } } } } //在QLabel上显示Mat图像 void Calibration::LabelDisplayMat(cv::Mat & mat_img, QLabel * label) { QImage img; if (mat_img.channels() == 3)//RGB image { cvtColor(mat_img, mat_img, CV_BGR2RGB); //Mat:BGR //QImage:RGB img = QImage((const unsigned char*)(mat_img.data), mat_img.cols, mat_img.rows, mat_img.cols * mat_img.channels(), QImage::Format_RGB888); } else//Gray image { img = QImage((const unsigned char*)(mat_img.data), mat_img.cols, mat_img.rows, mat_img.cols * mat_img.channels(), QImage::Format_Indexed8); } QPixmap pixmap = QPixmap::fromImage(img); //QPixmap fitpixmap = pixmap.scaled(label->width(), label->height(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); //饱满填充 QPixmap fitpixmap = pixmap.scaled(label->width(), label->height(), Qt::KeepAspectRatio, Qt::SmoothTransformation); //等比例填充 label->setPixmap(fitpixmap); label->setAlignment(Qt::AlignCenter);//图片居中显示 }
d88dd139cc561919f942135c186dfb75c0f03d1b
4ff4ac6c5a6b9dac743d5c2b433e43121d0e67e0
/Plugins/DateTimePicker/Source/DateTimePicker/Private/DetailCustomizations/PickableDateTimeDetail.cpp
d02fe4232d4c18416def7974ee54984c52b503f1
[]
no_license
Naotsun19B/DateTimePickerPlugin
35c4e61a9b37426e36ece631d845a66276e731d8
298112c6c42e4d65e4efee2e6bfc20e613458048
refs/heads/master
2023-07-15T22:56:23.226862
2021-09-02T11:08:13
2021-09-02T11:08:13
402,117,826
0
1
null
null
null
null
UTF-8
C++
false
false
4,000
cpp
PickableDateTimeDetail.cpp
// Copyright 2021 Naotsun. All Rights Reserved. #include "DetailCustomizations/PickableDateTimeDetail.h" #include "Widgets/SDateTimePicker.h" #include "Modules/ModuleManager.h" #include "PropertyEditorModule.h" #include "DetailWidgetRow.h" #include "Widgets/Input/SComboButton.h" #define LOCTEXT_NAMESPACE "PickableDateTimeDetail" void FPickableDateTimeDetail::Register() { FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPropertyEditorModule>("PropertyEditor"); PropertyModule.RegisterCustomPropertyTypeLayout( FPickableDateTime::StaticStruct()->GetFName(), FOnGetPropertyTypeCustomizationInstance::CreateStatic(&FPickableDateTimeDetail::MakeInstance) ); } void FPickableDateTimeDetail::Unregister() { FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPropertyEditorModule>("PropertyEditor"); PropertyModule.UnregisterCustomPropertyTypeLayout( FPickableDateTime::StaticStruct()->GetFName() ); } TSharedRef<IPropertyTypeCustomization> FPickableDateTimeDetail::MakeInstance() { return MakeShared<FPickableDateTimeDetail>(); } void FPickableDateTimeDetail::CustomizeHeader(TSharedRef<IPropertyHandle> InStructPropertyHandle, FDetailWidgetRow& HeaderRow, IPropertyTypeCustomizationUtils& StructCustomizationUtils) { uint32 NumChildren; InStructPropertyHandle->GetNumChildren(NumChildren); for (uint32 ChildIndex = 0; ChildIndex < NumChildren; ChildIndex++) { if (const TSharedPtr<IPropertyHandle> ChildHandle = InStructPropertyHandle->GetChildHandle(ChildIndex)) { if (const FProperty* Property = ChildHandle->GetProperty()) { if (Property->GetFName() == GET_MEMBER_NAME_CHECKED(FPickableDateTime, DateTime)) { DateTimeHandle = ChildHandle; } } } } HeaderRow .NameContent() [ InStructPropertyHandle->CreatePropertyNameWidget() ] .ValueContent() .MinDesiredWidth(200) [ SNew(SVerticalBox) + SVerticalBox::Slot() .AutoHeight() [ SAssignNew(StructPickerAnchor, SComboButton) .ContentPadding(FMargin(2, 2, 2, 1)) .MenuPlacement(MenuPlacement_BelowAnchor) .ButtonContent() [ SNew(STextBlock) .Text(this, &FPickableDateTimeDetail::GetComboTextValue) ] .OnGetMenuContent(this, &FPickableDateTimeDetail::HandleOnGetMenuContent) ] ]; } void FPickableDateTimeDetail::CustomizeChildren(TSharedRef<IPropertyHandle> InStructPropertyHandle, IDetailChildrenBuilder& StructBuilder, IPropertyTypeCustomizationUtils& StructCustomizationUtils) { } TSharedPtr<FDateTime> FPickableDateTimeDetail::GetDateTime() const { check(DateTimeHandle.IsValid()); TArray<void*> RawData; DateTimeHandle->AccessRawData(RawData); if (RawData.Num() != 1) { return nullptr; } const auto* DateTimePtr = static_cast<FDateTime*>(RawData[0]); if (DateTimePtr == nullptr) { return nullptr; } return MakeShared<FDateTime>(*DateTimePtr); } FText FPickableDateTimeDetail::GetComboTextValue() const { const TSharedPtr<FDateTime> CurrentValue = GetDateTime(); if (!CurrentValue.IsValid()) { return LOCTEXT("MultipleValues", "Multiple Values"); } return FText::AsDateTime( *CurrentValue, EDateTimeStyle::Default, EDateTimeStyle::Default, FText::GetInvariantTimeZone() ); } TSharedRef<SWidget> FPickableDateTimeDetail::HandleOnGetMenuContent() { return SNew(SDateTimePicker) .InitialSelection(GetDateTime()) .OnDateTimePicked(this, &FPickableDateTimeDetail::HandleOnDateTimePicked); } void FPickableDateTimeDetail::HandleOnDateTimePicked(const FDateTime& PickedDateTime) { check(DateTimeHandle.IsValid()); TArray<void*> RawData; DateTimeHandle->AccessRawData(RawData); DateTimeHandle->NotifyPreChange(); for (void* RawDataInstance : RawData) { *static_cast<FDateTime*>(RawDataInstance) = PickedDateTime; } DateTimeHandle->NotifyPostChange(); DateTimeHandle->NotifyFinishedChangingProperties(); if (StructPickerAnchor.IsValid()) { StructPickerAnchor->SetIsOpen(false); } } #undef LOCTEXT_NAMESPACE
876b593a521dad26c07e5292c8bf5ff2cc5bec33
4ab17b76fdc1dea1000c4823a87af6a31c6c0cf3
/CenterServer/HXDBClient.cpp
613fbadfdfaaed1d46ef7b462cf1879dd140f511
[]
no_license
liunatural/HXService
358c02aaee1a4a789ac981406b2114ceadb110e7
854dfcfc0a83a1f991172d66911cb4c676ff0808
refs/heads/master
2020-04-02T05:37:46.676755
2018-10-23T02:17:48
2018-10-23T02:17:48
154,093,326
0
0
null
null
null
null
UTF-8
C++
false
false
1,280
cpp
HXDBClient.cpp
#include "HXDBClient.h" #include "protocol.h" HXDBClient::HXDBClient() { mHostName = "127.0.0.1"; mDatabaseName = "test"; mUser = "root"; mPassword = "root"; mHostPort = 3306; } HXDBClient::~HXDBClient() { if (nullptr != hxdb) { delete hxdb; hxdb = nullptr; } } int HXDBClient::CreateDBConn() { int ret = FAIL; try { hxdb = CreateDBService(); ret = hxdb->InitDBConn((char*)mHostName.c_str(), mHostPort, (char*)mDatabaseName.c_str(), (char*)mUser.c_str(), (char*)mPassword.c_str()); } catch (HXError* e) { WriteLog(e); } return ret; } //one test int HXDBClient::GetUserInfo(int userID, TestRec* testRec) { int ret = SUCCESS; try { if (!hxdb->IsDBConnValid()) { return ERR_DBCONN_SANITY_CHECK; } hxdb->PreparedExcute("call testproc1(?)"); hxdb->setInt(1, userID); hxdb->ExecuteCommand(true); while (hxdb->NextFieldExist()) { hxdb->GetFieldValue("id", testRec->id); hxdb->GetFieldValue("name", testRec->name); } hxdb->CloseRecordset(); return ret; } catch (HXError* e) { WriteLog(e); } } void HXDBClient::WriteLog(HXError* e) { memset(mErrMsg, 0, sizeof(mErrMsg)); e->GetErrorDestribe(mErrMsg, sizeof(mErrMsg)); LOG(LogError, "error code:%d; error message: %s\n", e->GetErrorCode(), mErrMsg); }
5ae17bfd3e79845ecd2ed86c65a1377294daa121
e83398ba6823bae18cb2ce97f2dcc23beaa4dc8f
/external_libs/rosCatec/include/catec_msgs/UALState.h
888ee0b68e176e395138ad2a74801d60f98f75d2
[]
no_license
Bardo91/grvc_catec
5fba9484250033d3afbc6594c6b12a7b73bb8a0c
5990622d5e4350bd46c13b1e4ea47f62ab3a7036
refs/heads/master
2021-01-15T11:48:30.355542
2015-05-01T11:31:45
2015-05-01T11:31:45
32,723,346
0
0
null
null
null
null
UTF-8
C++
false
false
5,752
h
UALState.h
/* Auto-generated by genmsg_cpp for file /home/bardo91/programing/ROS-CATEC/CATEC_dataTypes/catec_msgs/msg/UALState.msg */ #ifndef CATEC_MSGS_MESSAGE_UALSTATE_H #define CATEC_MSGS_MESSAGE_UALSTATE_H #include <string> #include <vector> #include <map> #include <ostream> #include "ros/serialization.h" #include "ros/builtin_message_traits.h" #include "ros/message_operations.h" #include "ros/time.h" #include "ros/macros.h" #include "ros/assert.h" #include "catec_msgs/DynamicState.h" namespace catec_msgs { template <class ContainerAllocator> struct UALState_ { typedef UALState_<ContainerAllocator> Type; UALState_() : dynamic_state() , flying_state(0) , remaining_battery(0) , memory_usage(0) , cpu_usage(0) { } UALState_(const ContainerAllocator& _alloc) : dynamic_state(_alloc) , flying_state(0) , remaining_battery(0) , memory_usage(0) , cpu_usage(0) { } typedef ::catec_msgs::DynamicState_<ContainerAllocator> _dynamic_state_type; ::catec_msgs::DynamicState_<ContainerAllocator> dynamic_state; typedef uint8_t _flying_state_type; uint8_t flying_state; typedef uint8_t _remaining_battery_type; uint8_t remaining_battery; typedef uint8_t _memory_usage_type; uint8_t memory_usage; typedef uint8_t _cpu_usage_type; uint8_t cpu_usage; typedef boost::shared_ptr< ::catec_msgs::UALState_<ContainerAllocator> > Ptr; typedef boost::shared_ptr< ::catec_msgs::UALState_<ContainerAllocator> const> ConstPtr; }; // struct UALState typedef ::catec_msgs::UALState_<std::allocator<void> > UALState; typedef boost::shared_ptr< ::catec_msgs::UALState> UALStatePtr; typedef boost::shared_ptr< ::catec_msgs::UALState const> UALStateConstPtr; template<typename ContainerAllocator> std::ostream& operator<<(std::ostream& s, const ::catec_msgs::UALState_<ContainerAllocator> & v) { ros::message_operations::Printer< ::catec_msgs::UALState_<ContainerAllocator> >::stream(s, "", v); return s;} } // namespace catec_msgs namespace ros { namespace message_traits { template<class ContainerAllocator> struct IsMessage< ::catec_msgs::UALState_<ContainerAllocator> > : public TrueType {}; template<class ContainerAllocator> struct IsMessage< ::catec_msgs::UALState_<ContainerAllocator> const> : public TrueType {}; template<class ContainerAllocator> struct MD5Sum< ::catec_msgs::UALState_<ContainerAllocator> > { static const char* value() { return "c9002b774c1fe0eae88ac07be40ee78b"; } static const char* value(const ::catec_msgs::UALState_<ContainerAllocator> &) { return value(); } static const uint64_t static_value1 = 0xc9002b774c1fe0eaULL; static const uint64_t static_value2 = 0xe88ac07be40ee78bULL; }; template<class ContainerAllocator> struct DataType< ::catec_msgs::UALState_<ContainerAllocator> > { static const char* value() { return "catec_msgs/UALState"; } static const char* value(const ::catec_msgs::UALState_<ContainerAllocator> &) { return value(); } }; template<class ContainerAllocator> struct Definition< ::catec_msgs::UALState_<ContainerAllocator> > { static const char* value() { return "DynamicState dynamic_state\n\ uint8 flying_state\n\ uint8 remaining_battery\n\ uint8 memory_usage\n\ uint8 cpu_usage\n\ ================================================================================\n\ MSG: catec_msgs/DynamicState\n\ PositionWithCheck position\n\ OrientationWithCheck orientation\n\ VelocityWithCheck velocity\n\ ================================================================================\n\ MSG: catec_msgs/PositionWithCheck\n\ float64 x\n\ float64 y\n\ float64 z\n\ uint8 valid\n\ ================================================================================\n\ MSG: catec_msgs/OrientationWithCheck\n\ float64 x\n\ float64 y\n\ float64 z\n\ uint8 valid\n\ ================================================================================\n\ MSG: catec_msgs/VelocityWithCheck\n\ float64 x\n\ float64 y\n\ float64 z\n\ uint8 valid\n\ "; } static const char* value(const ::catec_msgs::UALState_<ContainerAllocator> &) { return value(); } }; template<class ContainerAllocator> struct IsFixedSize< ::catec_msgs::UALState_<ContainerAllocator> > : public TrueType {}; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template<class ContainerAllocator> struct Serializer< ::catec_msgs::UALState_<ContainerAllocator> > { template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) { stream.next(m.dynamic_state); stream.next(m.flying_state); stream.next(m.remaining_battery); stream.next(m.memory_usage); stream.next(m.cpu_usage); } ROS_DECLARE_ALLINONE_SERIALIZER; }; // struct UALState_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template<class ContainerAllocator> struct Printer< ::catec_msgs::UALState_<ContainerAllocator> > { template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::catec_msgs::UALState_<ContainerAllocator> & v) { s << indent << "dynamic_state: "; s << std::endl; Printer< ::catec_msgs::DynamicState_<ContainerAllocator> >::stream(s, indent + " ", v.dynamic_state); s << indent << "flying_state: "; Printer<uint8_t>::stream(s, indent + " ", v.flying_state); s << indent << "remaining_battery: "; Printer<uint8_t>::stream(s, indent + " ", v.remaining_battery); s << indent << "memory_usage: "; Printer<uint8_t>::stream(s, indent + " ", v.memory_usage); s << indent << "cpu_usage: "; Printer<uint8_t>::stream(s, indent + " ", v.cpu_usage); } }; } // namespace message_operations } // namespace ros #endif // CATEC_MSGS_MESSAGE_UALSTATE_H
41eb52053c86e0456a12fa187a06b940a478ab36
3cb3fedb4b59bef8ae9232d167f723a2e4d44acd
/iniciante/02-controlando-codigo/03-repeticao1/exemplo2.cpp
94729fc4b73043ed1332843e34e4b9ddd4517c13
[]
no_license
elMimu/competitive-programming
98c7eb117c91f43fac7538885de5ff4921aa54a9
2d5e353d05221f0a9f121a1dbab25d4dd50f1766
refs/heads/main
2023-03-09T02:58:30.897152
2021-02-19T00:12:21
2021-02-19T00:12:21
340,201,101
0
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
exemplo2.cpp
#include<iostream> // cin e cout using namespace std; int main(){ int A, B; // Declaro as variáveis A e B cin >> A >> B;// recebe os valores do teclado para A e B int i = A; // cria um contador que inicia com o mesmo valor de A while( i <= B){ // enquanto i for menor ou igual a B if( i%2 == 0){ // se o i for par cout << i << " "; // imprima o valor de i } i = i + 1; // incremento de 1 } cout << "\n"; // quebra de linha return 0; }
80dc484a9d405b021783c96e5094390e7b066bcf
3b5cb611406aac0a72d22f34513f8b5b73594498
/src/libforceModel/forceModel.cpp
ec5d4b7aabc3fc50d6b9cc55ece7d3eb1e166f15
[ "BSD-3-Clause" ]
permissive
vibraphone/VegaFEM-cmake
cdd6e3bc522534f19a1b960c8b3e35dce9c7440f
1ac0deb3b28f838c204ff6fd932411f41224d7f8
refs/heads/cmake-osx
2020-04-01T23:03:50.323649
2014-12-31T20:15:08
2014-12-31T20:15:08
28,046,642
12
3
null
2014-12-31T07:33:36
2014-12-15T17:01:45
C++
UTF-8
C++
false
false
4,192
cpp
forceModel.cpp
/************************************************************************* * * * Vega FEM Simulation Library Version 2.0 * * * * "forceModelBase" library , Copyright (C) 2007 CMU, 2009 MIT, 2013 USC * * All rights reserved. * * * * Code author: Jernej Barbic * * http://www.jernejbarbic.com/code * * * * Research: Jernej Barbic, Fun Shing Sin, Daniel Schroeder, * * Doug L. James, Jovan Popovic * * * * Funding: National Science Foundation, Link Foundation, * * Singapore-MIT GAMBIT Game Lab, * * Zumberge Research and Innovation Fund at USC * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the BSD-style license that is * * included with this library in the file LICENSE.txt * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file * * LICENSE.TXT for more details. * * * *************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "forceModel.h" ForceModel::~ForceModel() { } void ForceModel::GetForceAndMatrix(double * u, double * internalForces, SparseMatrix * tangentStiffnessMatrix) { GetInternalForce(u, internalForces); GetTangentStiffnessMatrix(u, tangentStiffnessMatrix); } void ForceModel::TestStiffnessMatrix(double * q, double * dq) { double * q1 = (double*) malloc (sizeof(double) * r); double * dqeps = (double*) malloc (sizeof(double) * r); double * internalForce0 = (double*) malloc (sizeof(double) * r); double * internalForce1 = (double*) malloc (sizeof(double) * r); double * testV = (double*) malloc (sizeof(double) * r); SparseMatrix * K0; SparseMatrix * K1; GetTangentStiffnessMatrixTopology(&K0); GetTangentStiffnessMatrixTopology(&K1); printf("r: %d K: %d %d\n", r, K0->GetNumRows(), K0->GetNumColumns()); GetForceAndMatrix(q, internalForce0, K0); double KNorm0 = K0->GetMaxAbsEntry(); double fNorm0 = 0.0; for(int j=0; j<r; j++) if (fabs(internalForce0[j]) > fNorm0) fNorm0 = fabs(internalForce0[j]); double eps = 1.0; do { for(int j=0; j<r; j++) { dqeps[j] = eps * dq[j]; q1[j] = q[j] + dqeps[j]; } GetForceAndMatrix(q1, internalForce1, K1); // internalForce1 - internalForce0 - K0 * dqeps should be O(eps^2) K0->MultiplyVector(dqeps, testV); for(int j=0; j<r; j++) testV[j] = internalForce1[j] - internalForce0[j] - testV[j]; // compute largest abs value entry in testV double maxEntry = 0.0; for(int j=0; j<r; j++) if (fabs(testV[j]) > maxEntry) maxEntry = fabs(testV[j]); double dfNorm = 0.0; for(int j=0; j<r; j++) if (fabs(internalForce1[j] - internalForce0[j]) > dfNorm) dfNorm = fabs(internalForce1[j] - internalForce0[j]); printf("eps=%G: maxEntry=%G maxEntry/eps^2=%G dfNorm=%G f0Norm=%G K0Norm=%G\n", eps, maxEntry, maxEntry / eps / eps, dfNorm, fNorm0, KNorm0); eps *= 0.1; } while (eps > 1e-15); delete(K0); free(testV); free(internalForce1); free(internalForce0); free(dqeps); free(q1); }
771e0f156b2f0e90a3c38aa9c628a85ca1064874
c13cf8f0375e1d904d2dfebd5db9ead8404c8a38
/38 Count and Say.cpp
962c33f21a60824b706a5ba136fc48cbd0e0defd
[]
no_license
xuzhaocheng/LeetCode
f92eec2aa0de06ed8c8f2d41fa5f86064dd6efcb
53b54f0bc81c15589be06ea8ef17ebe7fe2bc4f3
refs/heads/master
2016-09-11T12:13:08.172151
2015-02-26T15:14:04
2015-02-26T15:14:04
31,371,452
1
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
38 Count and Say.cpp
#include <iostream> #include <vector> #include <string> #include "stdlib.h" using namespace std; class Solution { public: string countAndSay(int n) { string s = "1"; for (int i = 1; i < n; i++) { string newStr; int cnt = 1; char beginDigit = s[0]; for (int j = 1; j < s.length(); j++) { if (s[j] == beginDigit) cnt++; else { newStr.push_back(cnt + '0'); newStr.push_back(beginDigit); cnt = 1; beginDigit = s[j]; } } newStr.push_back(cnt + '0'); newStr.push_back(beginDigit); s = newStr; } return s; } }; int main(void) { Solution s; cout << s.countAndSay(7) << endl; return 0; }
0a59b0cd54429b574cc516ede51a702ff2759d55
36c17b12dc7e2dffe7dd3530d2682819c42351bf
/p0021_Merge_Two_Sorted_Lists.cpp
29517efe342a5b0fde3388dd2240e8cab5c1de07
[]
no_license
etflly/etflly_LeetCode_solutions
a9e10d4a08ac7420de06a7e69167d9515c6f021f
2d5fb72f007ae4d6a192a747c28171c80fac5954
refs/heads/master
2016-08-11T07:19:20.476385
2016-02-19T15:38:15
2016-02-19T15:38:15
50,595,397
0
0
null
null
null
null
UTF-8
C++
false
false
861
cpp
p0021_Merge_Two_Sorted_Lists.cpp
/* LeetCode 21. Merge Two Sorted Lists * * 合并两个有序链表。 * * 注意判断表空即可。 * * Author: etflly * Website: etflly.me */ /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* mergeTwoLists(ListNode* l1, ListNode* l2) { if (!l1 && !l2) return NULL; ListNode *head, *now; if (!l2 || (l1 && l2 && l1->val < l2->val)) { head = now = l1; l1 = l1->next; } else { head = now = l2; l2= l2->next; } while(l1 && l2) { if (l1->val < l2->val) { now = now->next = l1; l1 = l1->next; } else { now = now->next = l2; l2 = l2->next; } } if (l1) now->next = l1; else now->next = l2; return head; } };
6cc4332440c830b97f08d5a1ff70e97b898f0678
fade9bdf9800104ad0b2d8d70fd825917968a9ee
/Classes/NetworkManger.h
63ad1c483a0b7c3f7ab83e138dd5b38647d2bf83
[]
no_license
tangxiaohui/MyGame
d69754bf9cf170fe2972d63beb8519072e09b961
ec9b65c8d0abe613b18b225af9907a36a8fcf299
refs/heads/master
2021-01-09T06:02:37.325686
2017-01-21T16:44:49
2017-01-21T16:44:49
null
0
0
null
null
null
null
GB18030
C++
false
false
2,653
h
NetworkManger.h
#pragma once #include <string> #include <map> #include "TCPClient.h" #include "TCPRequest.h" #include <deque> USING_NS_CC; using namespace std; const int g_popRadio = 45; //心跳频率 //网络通信类 class NetworkManger { public: static NetworkManger* getInstance(); virtual ~NetworkManger(); static void destroyInstance(); void shutDownNetwork(); void startNetwork(); //发送各种请求,取消回调,因为子线程无法绘制UI bool SendRequest(const S_ZZ_WechatLoginReq& requestData); bool SendRequest(const S_ZZ_RoleLoginReq& requestData); bool SendRequest(const S_ZZ_ReconnectReq& requestData); //bool SendRequest(const S_ZZ_CreatePlayerReq& requestData); bool SendRequest(const S_ZZ_GetPlayerInfoReq& requestData); bool SendRequest(const S_ZZ_CreateRoomReq& requestData); bool SendRequest(const S_ZZ_JoinRoomReq& requestData); bool SendRequest(const S_ZZ_SearchZhanjiReq& requestData); bool SendRequest(const S_ZZ_QuitRoomReq& requestData); bool SendRequest(const S_ZZ_ReadyPlayReq& requestData); bool SendRequest(const S_ZZ_FaPaiReq& requestData); bool SendRequest(const S_ZZ_SuanNiuTanPaiReq& requestData); bool SendRequest(const S_ZZ_QuickChatReq& requestData); //bool SendRequest(const S_ZZ_SuanNiuReq& requestData); bool SendRequest(const S_ZZ_WechatOrderReq& requestData); bool SendRequest(const S_ZZ_QiangZhuangReq& requestData); bool SendRequest(const S_ZZ_YaZhuReq& requestData); bool SendRequest(const S_ZZ_VoiceChatReq& requestData); bool SendRequest(const S_ZZ_InviteReq& requestData); bool SendRequest(const S_ZZ_TextChatReq& requestData); bool SendRequest(const S_ZZ_KeepaliveReq& requestData); bool SendRequest(const S_ZZ_CheckUpdateReq& requestData); //消息队列相关 bool ackQueueIsEmpty(); //消息队列是否为空 void pushACKQueue(void* data, int size); //入队 void popACKQueue(); //出队 short getQueueFrontACKCmd(); //获得队头结点的协议号 void* getQueueFrontACKBinaryData(); //获得对头结点的二进制数据 private: NetworkManger(); bool _SendRequest(void* requestData, int size); private: //ACK响应的消息队列 class CACKResponseQueue { public: void pushACKResponse(void* responseData, int size); //响应消息入队 bool isEmpty(); //判空 void popACKResponse(); //出队 S_ACKResponse* getFrontFromQueue(); //获得队头数据 protected: private: deque<S_ACKResponse*> m_queue; //消息队列 }; CACKResponseQueue m_ackQueue; //ack消息队列,用于主线程获得ack响应消息后进行渲染 static NetworkManger* m_pInstance; CTCPClient* m_tcpClient; };
08273eb0036509a5f5ad2258208968d815cd78a9
0314bb79687b29d5ca2a9c42c0b44aea864c090e
/server/cstrike/addons/amxmodx/scripting/include/amxbans/menu_flag.inl
79edf197e34db699cdedad0e0e2af8954791dc34
[]
no_license
roulis2844sasha/half-life
19a542ce5be7006892ec3d83893a747496d6c0f6
004ae79009d40e3b608e0962028c0dbc5966a469
refs/heads/master
2021-01-10T04:26:38.684545
2015-11-24T14:44:45
2015-11-24T14:44:45
45,735,441
3
0
null
null
null
null
UTF-8
C++
false
false
8,245
inl
menu_flag.inl
#if defined _menu_flag_included #endinput #endif #define _menu_flag_included #include <amxmodx> #include <amxmisc> #include <sqlx> public cmdFlaggingMenu(id, level, cid) { if(!cmd_access(id, level, cid, 1) || !get_pcvar_num(pcvar_flag)) { return PLUGIN_HANDLED } new menu = menu_create("menu_flagplayer", "actionFlaggingMenu") new callback = menu_makecallback("callback_MenuGetPlayers") MenuSetProps(id, menu, "FLAGGING_MENU") MenuGetPlayers(menu, callback) return menu_display(id, menu, 0) } public actionFlaggingMenu(id, menu, item) { if(item < 0) { menu_destroy(menu) return PLUGIN_HANDLED } new acc, szInfo[3], szText[128], callb menu_item_getinfo(menu, item, acc, szInfo, 2, szText, 127, callb) new pid = str_to_num(szInfo) if(is_user_disconnected(pid)) { return ColorChat(id, RED, "%s %L", PREFIX, id, "PLAYER_LEAVED") } copy(flagData[id][flagName], 31, playerData[pid][playerName]) copy(flagData[id][flagSteamid], 33, playerData[pid][playerSteamid]) copy(flagData[id][flagIp], 21, playerData[pid][playerIp]) flagData[id][flagPlayer] = pid if(get_pcvar_num(pcvar_debug) >= 2) { log_amx("[AMXBans FlagPlayerMenu %d] %d choice: %d | %s | %s | %d", menu, id, flagData[id][flagName], flagData[id][flagSteamid], flagData[id][flagIp], pid) } if(get_user_state(pid, PDATA_FLAGGED)) { set_task(0.2, "cmdUnflagMenu", id) } else { set_task(0.2, "cmdFlagtimeMenu", id) } menu_destroy(menu) return PLUGIN_HANDLED } public cmdUnflagMenu(id, level, cid) { if(!cmd_access(id, level, cid, 1)) { return PLUGIN_HANDLED } new menu = menu_create("menu_unflagplayer", "actionUnflagMenu") MenuSetProps(id, menu, "UNFLAG_MENU") new pid = flagData[id][flagPlayer] new szDisplay[128], szTime[64] get_flagtime_string(id, playerData[pid][playerFlagTime], szTime, 63, 1) if(g_coloredMenus) { format(szTime, 63, "\y(%s: %s)\w", szTime, playerData[pid][playerFlagReason]) } else { format(szTime, 63, "(%s: %s)", szTime, playerData[pid][playerFlagReason]) } formatex(szDisplay, 127, "%L %s", id, "UNFLAG_PLAYER", szTime) menu_additem(menu, szDisplay, "1", 0) formatex(szDisplay, 127, "%L", id, "FLAG_PLAYER_NEW") menu_additem(menu, szDisplay, "2", 0) return menu_display(id, menu, 0) } public actionUnflagMenu(id, menu, item) { if(item < 0) { menu_destroy(menu) return PLUGIN_HANDLED } new acc, szInfo[3], szText[128], callb menu_item_getinfo(menu, item, acc, szInfo, 2, szText, 127, callb) new mid = str_to_num(szInfo) if(mid == 1) { UnflagPlayer(id, 1) } else if(mid == 2) { UnflagPlayer(id, 0) set_task(0.2, "cmdFlagtimeMenu", id) } menu_destroy(menu) return PLUGIN_HANDLED } public cmdFlagtimeMenu(id) { new menu = menu_create("menu_flagtime", "actionFlagtimeMenu") MenuSetProps(id, menu, "FLAGTIME_MENU") MenuGetFlagtime(id, menu) return menu_display(id, menu, 0) } public actionFlagtimeMenu(id, menu, item) { if(item < 0) { menu_destroy(menu) return PLUGIN_HANDLED } new acc, szInfo[11], szText[128], callb menu_item_getinfo(menu, item, acc, szInfo, 10, szText, 127, callb) flagData[id][flagTime] = str_to_num(szInfo) if(get_pcvar_num(pcvar_debug) >= 2) { log_amx("[AMXBans FlagtimeMenu %d] %d choice: %d min", menu, id, flagData[id][flagTime]) } set_task(0.2, "cmdFlagReasonMenu", id) menu_destroy(menu) return PLUGIN_HANDLED } public cmdFlagReasonMenu(id) { new menu = menu_create("menu_flagreason","actionFlagReasonMenu") MenuSetProps(id, menu, "FLAGREASON_MENU") MenuGetReason(id, menu, amxbans_get_static_bantime(id)) return menu_display(id, menu, 0) } public actionFlagReasonMenu(id, menu, item) { if(item < 0) { menu_destroy(menu) return PLUGIN_HANDLED } new acc, szInfo[3], szText[128], callb menu_item_getinfo(menu, item, acc, szInfo, 2, szText, 127, callb) new aid = str_to_num(szInfo) if(aid == 99) { if(amxbans_get_static_bantime(id)) flagData[id][flagTime] = get_pcvar_num(pcvar_custom_statictime) add_user_state(id, PDATA_IN_FLAGGING) client_cmd(id, "messagemode amxbans_custombanreason") menu_destroy(menu) return PLUGIN_HANDLED } else { ArrayGetString(g_banReasons, aid, flagData[id][flagReason], 127) if(amxbans_get_static_bantime(id)) flagData[id][flagTime] = ArrayGetCell(g_banReasons_Bantime, aid) } if(get_pcvar_num(pcvar_debug) >= 2) { log_amx("[AMXBans FlagReasonMenu %d] %d choice: %s (%d min)", menu, id, flagData[id][flagReason], flagData[id][flagTime]) } FlagPlayer(id) menu_destroy(menu) return PLUGIN_HANDLED } stock FlagPlayer(id) { if(get_pcvar_num(pcvar_debug) >= 2) { log_amx("[AMXBans FlagPlayer] %d | %s | %s | %s | %s | %d min ", id,\ flagData[id][flagName], flagData[id][flagSteamid], flagData[id][flagIp],\ flagData[id][flagReason], flagData[id][flagTime]) } new anick[64] mysql_get_username_safe(id, anick, 63) new pnick[64] copy(pnick, 63, flagData[id][flagName]) mysql_escape_string(pnick, 63) new pquery[1024] formatex(pquery, 1023, "INSERT INTO `%s%s` (`player_ip`, `player_id`, `player_nick`, \ `admin_ip`, `admin_id`, `admin_nick`, `reason`, `created`, `length`, `server_ip`) VALUES \ ('%s', '%s', '%s', '%s', '%s', '%s', '%s', UNIX_TIMESTAMP(NOW()), '%d', '%s:%s');", g_dbPrefix, TBL_FLAGGED, \ flagData[id][flagIp], flagData[id][flagSteamid], pnick, playerData[id][playerIp], playerData[id][playerSteamid], anick,\ flagData[id][flagReason], flagData[id][flagTime], g_ip, g_port) new data[2] data[0] = id data[1] = flagData[id][flagPlayer] return SQL_ThreadQuery(g_SqlX, "_FlagPlayer", pquery, data, 2) } stock UnflagPlayer(id, announce = 0) { if(get_pcvar_num(pcvar_debug) >= 2) { log_amx("[AMXBans UnflagPlayer] %d | %s", id, flagData[id][flagName]) } new pquery[512] formatex(pquery, 511, "DELETE FROM `%s%s` WHERE `player_id` = '%s' OR `player_ip` = '%s'", g_dbPrefix, TBL_FLAGGED, \ flagData[id][flagSteamid], flagData[id][flagIp]) if(!get_pcvar_num(pcvar_flagged_all)) { format(pquery, 511, "%s AND `server_ip` = '%s:%s';", pquery, g_ip, g_port) } new data[3] data[0] = id data[1] = announce data[2] = flagData[id][flagPlayer] return SQL_ThreadQuery(g_SqlX, "_UnflagPlayer", pquery, data, 3) } public _FlagPlayer(failstate, Handle:query, const error[], errornum, const data[], size, Float:queuetime) { if(failstate) { ColorChat(data[0], RED, "%s %L", PREFIX, data[0], "FLAGG_MESS_ERROR", flagData[data[0]][flagName]) return SQL_Error(query, error, errornum, failstate) } new id = data[0] new pid = data[1] if(SQL_AffectedRows(query)) { ColorChat(id, RED, "%s %L", PREFIX, data[0], "FLAGG_MESS", flagData[id][flagName]) add_user_state(pid, PDATA_FLAGGED) playerData[pid][playerFlagTime] = flagData[id][flagTime] copy(playerData[pid][playerFlagReason], 127, flagData[id][flagReason]) new ret ExecuteForward(MFHandle[Player_Flagged], ret, pid, (flagData[id][flagTime] * 60), flagData[id][flagReason]) } else { ColorChat(id, RED, "%s %L", PREFIX, data[0], "FLAGG_MESS_ERROR", flagData[id][flagName]) remove_user_state(id, PDATA_FLAGGED) } return SQL_FreeHandle(query) } public _UnflagPlayer(failstate, Handle:query, const error[], errornum, const data[], size, Float:queuetime) { if(failstate) { ColorChat(data[0], RED, "%s %L", PREFIX, data[0], "UN_FLAGG_MESS_ERROR", flagData[data[0]][flagName]) return SQL_Error(query, error, errornum, failstate) } new id = data[0] new pid = data[2] if(SQL_AffectedRows(query)) { if(data[1]) { ColorChat(id, RED, "%s %L", PREFIX, data[0], "UN_FLAGG_MESS", flagData[id][flagName]) } remove_user_state(pid, PDATA_FLAGGED) new ret ExecuteForward(MFHandle[Player_UnFlagged], ret, pid) } else { ColorChat(id, RED, "%s %L", PREFIX, data[0], "UN_FLAGG_MESS_ERROR", flagData[id][flagName]) } return SQL_FreeHandle(query) }
a1cedecd826b161b897c8378d545fc43f57d2e32
6784bd869e75ef91ba8755cbc3e08579485074b1
/CS236-Discrete_Mathematics/CS236-master/Datalog Interpreter/mystream.h
05678b207b3d0769cd61f944fa7061d124bc9063
[]
no_license
calebleehill1993/school-projects
cf96aa4aa6f01e17a95676088764c74d8e632498
624a79d32e0da027fb56a66b98255de20b1b2eb3
refs/heads/master
2021-06-21T13:40:22.271870
2020-12-13T16:31:03
2020-12-13T16:31:03
149,660,014
0
0
null
null
null
null
UTF-8
C++
false
false
984
h
mystream.h
#ifndef MYSTREAM #define MYSTREAM #include <string> #include <sstream> #include <iostream> using namespace std; class MyStream{ public: MyStream(string mystr, int linenum){ mystring = mystr; LN = linenum; index = 0; } ~MyStream(){} int getLN() const{ return LN; } /*returns the current char in the string*/ char getChar(){ return mystring[index]; } /*iterates the index counter to the next char and returns it*/ char Next(){ index++; return mystring[index]; } /*checks the next char, but doesn't move the index counter*/ char soft_next(){ return mystring[index+1]; } /*checks the char after the next char, but doesn't move the index counter*/ char soft_next_two(){ return mystring[index+2]; } string see_mystr() const { return mystring; } private: string mystring; int LN; int index; }; #endif //MYSTREAM
828f01f6c789e4542cd6dafcbb8ac879bf936245
f8d346d7c81ce98bab4c5b807b283397f78ebb47
/Sources/objbase/apache/apache.cpp
f464d12ff3c347613541137a7b9b2ba371569a4a
[]
no_license
RomanKoshelev/school
a921754b97befef5df8857be3e64737ec5fe2fae
45c654efab1bb5f1df40ddce63fb61c02297ac80
refs/heads/master
2021-01-18T21:50:06.650155
2016-05-22T18:20:13
2016-05-22T18:20:13
36,857,891
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
33,993
cpp
apache.cpp
/*______________________________________________________________________________ [] [] [] This is a part of the project 'apache' [] [] Copyright (C) 2000 by the author(s) -- see below. [] [] All rights reserved. [] [] __________________________________________________________________________ [] [] [] [] Name: apache.cpp [] [] Date: 07.03.2000 [] [] Author: Alex Vershinin [] [] Description: [] [] Last Modified: [] []____________________________________________________________________________*/ // * * * * * * * * * * * * * * * * * * * * * * * * * * * * #include "stdio.h" #include "stdlib.h" // atoi #include <sys/types.h> // sockaddr_in #include <sys/stat.h> // sockaddr_in #include <sys/socket.h> // AF_INET,SOCK_STREAM,... #include <netdb.h> // sockaddr_in #include <unistd.h> // sockaddr_in #include <netinet/in.h> // sockaddr_in #include <string.h> // bzero() #include <errno.h> // errno() // * * * * * * * * * * * * * * * * * * * * * * * * * * * * //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment start #if 0 //{ Commented on 11.03.2000 by AlexV -- для проверки утечек памяти static int AllocCount = 0; void _Free(void *ptr) { AllocCount--; return free(ptr); } void * _Malloc(size_t size) { AllocCount++; return malloc(size); } void * _Realloc(void *ptr, size_t size) { AllocCount++; return realloc(ptr, size); } #endif //} //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment end * //----------------------------------------------------------------------------[] enum BX_ArgType { AT_Undefined, // неинициализировано - ошибка. AT_Function, // название функции. AT_Output, // выходной аргумент - только имя. AT_Identifier, // unsigned long AT_String, // char * AT_Int, // int AT_Time, // long AT_Bool, // bool: '0' || '1' AT_Float // float }; //----------------------------------------------------------------------------[] typedef struct _BX_Arg BX_Arg; typedef struct _BX_Arg* PBX_Arg; //----------------------------------------------------------------------------[] struct _BX_Arg { union Arg_Variant { unsigned long Arg_Identifier; char * Arg_String; int Arg_Int; long Arg_Time; char Arg_Bool; float Arg_Float; }ArgVal; char * ArgName; enum BX_ArgType ArgType; PBX_Arg pNextArg; }; //----------------------------------------------------------------------------[] // Формирование списка входных/выходных аргументов. PBX_Arg CreateArgList (void); // Освобождение памяти для списка аргументов. void ReleaseArgList (PBX_Arg pArgList); //----------------------------------------------------------------------------[] // Конструирование строки запроса к БД в буфере BX_Query. Если все о'кей, то вернет 0. int ConstructQuery (PBX_Arg pArgList); // Освобождение памяти, выделенной под запрос. void ReleaseQueryBuffer (void); //----------------------------------------------------------------------------[] // Обработка ответа из БД: void ProcessQuery (const char * Query, int ResultCode); // Извлечение аргументов разных типов из запроса. Если все о'кей, то вернет 0. int ExtractArg_Identifier(const char * Query, const char * ArgName, unsigned long* pArgValue); int ExtractArg_String (const char * Query, const char * ArgName, char** pArgValue); int ExtractArg_Int (const char * Query, const char * ArgName, int* pArgValue); int ExtractArg_Time (const char * Query, const char * ArgName, long* pArgValue); int ExtractArg_Bool (const char * Query, const char * ArgName, char* pArgValue); int ExtractArg_Float (const char * Query, const char * ArgName, float* pArgValue); //----------------------------------------------------------------------------[] //----------------------------------------------------------------------------[] // Буферы для запросов //----------------------------------------------------------------------------[] #define QUERY_CHUNK_SIZE 4096 #define QUERY_WARNING_SIZE 20 #define QUERY_HEADER_SIZE 50 #define BX_RESULT_SIZE 11 #define ARGUMENT_SIZE 128 // Макс. кол-во памяти, выделяемое под буфер запросов/ответов порциями по QUERY_CHUNK_SIZE: #define MAX_QUERY_SIZE 1024*1024 //---------------------------*------------------------------------------------[] static char QueryHeader [QUERY_HEADER_SIZE ]; static char ResultTemplate [BX_RESULT_SIZE+1 ]; static char SearchTemplate [ARGUMENT_SIZE ]; static char *BX_Query = NULL; //----------------------------------------------------------------------------[] //----------------------------------------------------------------------------[] // Коды возврата для функции ConstructQuery() //----------------------------------------------------------------------------[] #define BX_Query_Okay 0 #define BX_Query_NoArgs -1 #define BX_Query_NotReleased -2 #define BX_Query_CantAlloc -3 #define BX_Query_FuncBlockInvalid -4 #define BX_Query_InBlockInvalid -5 #define BX_Query_OutBlockInvalid -6 #define BX_Query_UnknownArgType -7 #define BX_Query_BufferOverflow -8 //----------------------------------------------------------------------------[] /*______________________________________________________________________________ [] [] [] [] []` main [] [] [] []____________________________________________________________________________*/ int main() { const char *Host = "bsd.int.bibirevo.net"; const int Port = 1502; const int Domain = AF_INET; int ReturnCode; int SocketID; int i; int TotalLength; int AnswerLength; int BX_ResultCode; struct sockaddr_in SocketAddress; struct hostent * HostStruct; struct BX_Arg* FirstArg = NULL; PBX_Arg ArgumentList; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Создать сокет: SocketID = socket(Domain, SOCK_STREAM, 0); if(SocketID < 0) { puts("Error creating socket."); return -1; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Получить в структуре SocketAddress сокетный адрес: bzero(&SocketAddress, sizeof(struct sockaddr_in)); SocketAddress.sin_family = Domain; SocketAddress.sin_port = htons (Port); HostStruct = gethostbyname (Host); if(!HostStruct) { herror (NULL); puts ("gethostbyname() failed."); return -1; } // herror(NULL); memcpy((char *)&(SocketAddress.sin_addr), (char *)HostStruct->h_addr, HostStruct->h_length); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Соединение с БД: ReturnCode = connect (SocketID, (struct sockaddr*)&SocketAddress, sizeof(SocketAddress)); if(ReturnCode != 0) { printf ("connect() failed: %s.\n", strerror(errno)); close (SocketID ); return -1; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Конструирование запроса к БД: ArgumentList = CreateArgList (); // Положить аргументы в список. ReturnCode = ConstructQuery (ArgumentList); //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment start #if 0 //{ Commented on 10.03.2000 by AlexV printf("Query constructed:"); for (i = 0; i < strlen(BX_Query); i++) putchar((BX_Query[i] == 1) ? '=':(BX_Query[i] == 2) ? ',':(BX_Query[i] == 3) ? '~' :BX_Query[i]); puts(""); #endif //} //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment end * if (ReturnCode != BX_Query_Okay) // Получить из списка строку запроса BX_Query. { // !!! Здесь вставить обработку ошибок. printf ("ConstructQuery() failed: %d.\n", ReturnCode); ReleaseArgList (ArgumentList ); ReleaseQueryBuffer( ); close (SocketID ); return -1; } ReleaseArgList(ArgumentList); // Освободить память из списка. // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Посылка запроса к БД: * sprintf(QueryHeader, "%d,192.168.200.8,MirrorBSD", strlen(BX_Query)); for (i = strlen(QueryHeader); i < QUERY_HEADER_SIZE; i++) { QueryHeader[i] = ' '; // Добьём пробелами. } QueryHeader[QUERY_HEADER_SIZE] = 0; send(SocketID, QueryHeader, strlen(QueryHeader), 0); // послать заголовок send(SocketID, BX_Query, strlen(BX_Query), 0); // послать запрос // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Освободить буфер запроса: * ReleaseQueryBuffer (); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Прием ответа от БД: * TotalLength = 0; do { BX_Query = realloc (BX_Query, QUERY_CHUNK_SIZE); // Выделить порцию памяти. AnswerLength = recv (SocketID, &BX_Query[TotalLength], QUERY_CHUNK_SIZE, 0);// Считать (частично) ответ от БД. if (AnswerLength < 0) { // ошибка в recv puts ("recv() failed." ); close (SocketID ); return -1; } TotalLength += AnswerLength; } while ((AnswerLength == QUERY_CHUNK_SIZE) && (TotalLength < MAX_QUERY_SIZE-1)); BX_Query[TotalLength] = 0; // Пометим конец запроса. // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Обработка ошибки переполнения буфера: * if (TotalLength >= MAX_QUERY_SIZE) { puts ("Answer too long." ); ReleaseQueryBuffer( ); close (SocketID ); return -1; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Разбор ответа от БД: * memcpy(ResultTemplate, BX_Query, BX_RESULT_SIZE); ResultTemplate[BX_RESULT_SIZE] = 0; BX_ResultCode = atoi(ResultTemplate); ProcessQuery(&BX_Query[BX_RESULT_SIZE], BX_ResultCode); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Освобождение памяти, выделенной под запрос: * ReleaseQueryBuffer(); // printf("Allocation refs: %d\n\n", AllocCount); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Закрыть сокет: * // shutdown (SocketID, 2); close (SocketID ); return 0; } //____________________________________________________________________________[] //______________________________________________________________________________ // [] //` CreateArg_HEADER [] // [] #define CreateArg_HEADER \ PBX_Arg pArg = NULL; \ \ if (Name == NULL) { \ return NULL; \ } \ \ pArg = (PBX_Arg)malloc(sizeof(BX_Arg)); \ \ if (pArg == NULL) { \ return NULL; \ } \ \ pArg->pNextArg = NULL; \ \ pArg->ArgName = (char *)malloc(strlen(Name)+1); \ if (pArg->ArgName == NULL) { \ free(pArg); \ return NULL; \ } \ strcpy(pArg->ArgName, Name) //____________________________________________________________________________[] //______________________________________________________________________________ // [] //` CreateArg_FOOTER [] // [] #define CreateArg_FOOTER \ if ((*pPrevArg) != NULL) { /* Если это НЕ первый элемент списка.*/ \ (*pPrevArg)->pNextArg = pArg; \ } \ else { /* Если это первый элемент списка. */ \ *pFirstArg = pArg; \ } \ *pPrevArg = pArg; \ return pArg //____________________________________________________________________________[] /*______________________________________________________________________________ [] [] [] [] []` CreateArg_* [] [] [] []____________________________________________________________________________*/ PBX_Arg CreateArg_Identifier(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, unsigned long Value) { CreateArg_HEADER; pArg->ArgType = AT_Identifier; pArg->ArgVal.Arg_Identifier = Value; CreateArg_FOOTER; } PBX_Arg CreateArg_Int(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, int Value) { CreateArg_HEADER; pArg->ArgType = AT_Int; pArg->ArgVal.Arg_Int = Value; CreateArg_FOOTER; } PBX_Arg CreateArg_String(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, const char *Value) { CreateArg_HEADER; if (Value == NULL) { free(pArg); return NULL; } pArg->ArgType = AT_String; pArg->ArgVal.Arg_String = (char *)malloc(strlen(Value)); if (pArg->ArgVal.Arg_String == NULL) { free(pArg); return NULL; } strcpy(pArg->ArgVal.Arg_String, Value); CreateArg_FOOTER; } PBX_Arg CreateArg_Time(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, long Value) { CreateArg_HEADER; pArg->ArgType = AT_Time; pArg->ArgVal.Arg_Time = Value; CreateArg_FOOTER; } PBX_Arg CreateArg_Bool(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, char Value) { CreateArg_HEADER; pArg->ArgType = AT_Bool; pArg->ArgVal.Arg_Bool = (Value=='0'||Value=='1') ? Value : (Value == 0) ? '0':'1'; CreateArg_FOOTER; } PBX_Arg CreateArg_Float(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, float Value) { CreateArg_HEADER; pArg->ArgType = AT_Float; pArg->ArgVal.Arg_Float = Value; CreateArg_FOOTER; } PBX_Arg CreateArg_Output(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, int Dummy) { CreateArg_HEADER; pArg->ArgType = AT_Output; CreateArg_FOOTER; } PBX_Arg CreateArg_Function(PBX_Arg *pFirstArg, PBX_Arg *pPrevArg, const char *Name, int Dummy) { CreateArg_HEADER; pArg->ArgType = AT_Function; CreateArg_FOOTER; } //____________________________________________________________________________[] //----------------------------------------------------------------------------[] #define CreateArgList_HEADER \ PBX_Arg pFirstArg = NULL; \ PBX_Arg pPrevArg = NULL #define CreateArgList_FOOTER \ return pFirstArg #define ArgList_AddArg(Type,Name,Value) \ if (CreateArg_##Type(&pFirstArg, &pPrevArg, #Name, Value) == NULL) { \ puts("Error in CreateArg_*()."); \ return pFirstArg; \ } //----------------------------------------------------------------------------[] /*______________________________________________________________________________ [] [] [] [] []` CreateArgList [] [] [] []____________________________________________________________________________*/ PBX_Arg CreateArgList (void) { CreateArgList_HEADER; ArgList_AddArg (Function, BX_Counter_GetData, 0 ); ArgList_AddArg (Identifier, SiteID, 2058 ); ArgList_AddArg (Bool, JustGetData, 1 ); ArgList_AddArg (Output, Total_Hits, 0 ); ArgList_AddArg (Output, Total_Hosts, 0 ); ArgList_AddArg (Output, OnlineVisitors, 0 ); ArgList_AddArg (Output, Total_Loads, 0 ); ArgList_AddArg (Output, Total_Visitors, 0 ); ArgList_AddArg (Output, Total_VisitorReturns, 0 ); ArgList_AddArg (Output, Total_AnonymousVisitors, 0 ); ArgList_AddArg (Output, Total_AnonymousVisitors_Prc, 0 ); ArgList_AddArg (Output, Total_VisitorExperience, 0 ); ArgList_AddArg (Output, Ave_VisitorExperience, 0 ); ArgList_AddArg (Output, Total_Hosts, 0 ); ArgList_AddArg (Output, Total_Hits, 0 ); ArgList_AddArg (Output, Total_AnonymousHits, 0 ); ArgList_AddArg (Output, Total_AnonymousHits_Prc, 0 ); ArgList_AddArg (Output, Total_SuspiciousHits_Prc, 0 ); ArgList_AddArg (Output, Total_SessionTime, 0 ); ArgList_AddArg (Output, Total_Shows, 0 ); ArgList_AddArg (Output, Total_Clicks, 0 ); ArgList_AddArg (Output, Total_MouseOver, 0 ); ArgList_AddArg (Output, Total_CTR_Prc, 0 ); ArgList_AddArg (Output, Total_Votes, 0 ); ArgList_AddArg (Output, Total_Votes_Sum, 0 ); ArgList_AddArg (Output, Total_Votes_Ave, 0 ); ArgList_AddArg (Output, LM_Loads, 0 ); ArgList_AddArg (Output, LM_Visitors, 0 ); ArgList_AddArg (Output, LM_VisitorReturns, 0 ); ArgList_AddArg (Output, LM_VisitorReturns_Prc, 0 ); ArgList_AddArg (Output, LM_Hosts, 0 ); ArgList_AddArg (Output, LM_Hits, 0 ); ArgList_AddArg (Output, LM_AnonymousHits, 0 ); ArgList_AddArg (Output, LM_AnonymousHits_Prc, 0 ); ArgList_AddArg (Output, LM_SuspiciousHits_Prc, 0 ); ArgList_AddArg (Output, LM_SessionTime, 0 ); ArgList_AddArg (Output, LM_Shows, 0 ); ArgList_AddArg (Output, LM_Clicks, 0 ); ArgList_AddArg (Output, LM_CTR_Prc, 0 ); ArgList_AddArg (Output, LW_Loads, 0 ); ArgList_AddArg (Output, LW_Visitors, 0 ); ArgList_AddArg (Output, LW_VisitorReturns, 0 ); ArgList_AddArg (Output, LW_VisitorReturns_Prc, 0 ); ArgList_AddArg (Output, LW_Hosts, 0 ); ArgList_AddArg (Output, LW_Hits, 0 ); ArgList_AddArg (Output, LW_AnonymousHits, 0 ); ArgList_AddArg (Output, LW_AnonymousHits_Prc, 0 ); ArgList_AddArg (Output, LW_SuspiciousHits_Prc, 0 ); ArgList_AddArg (Output, LW_SessionTime, 0 ); ArgList_AddArg (Output, LW_Shows, 0 ); ArgList_AddArg (Output, LW_Clicks, 0 ); ArgList_AddArg (Output, LW_CTR_Prc, 0 ); ArgList_AddArg (Output, LD_Loads, 0 ); ArgList_AddArg (Output, LD_Visitors, 0 ); ArgList_AddArg (Output, LD_VisitorReturns, 0 ); ArgList_AddArg (Output, LD_VisitorReturns_Prc, 0 ); ArgList_AddArg (Output, LD_Hosts, 0 ); ArgList_AddArg (Output, LD_Hits, 0 ); ArgList_AddArg (Output, LD_AnonymousHits, 0 ); ArgList_AddArg (Output, LD_AnonymousHits_Prc, 0 ); ArgList_AddArg (Output, LD_SuspiciousHits_Prc, 0 ); ArgList_AddArg (Output, LD_SessionTime, 0 ); ArgList_AddArg (Output, LD_Shows, 0 ); ArgList_AddArg (Output, LD_Clicks, 0 ); ArgList_AddArg (Output, LD_CTR_Prc, 0 ); ArgList_AddArg (Output, LH_Loads, 0 ); ArgList_AddArg (Output, LH_Visitors, 0 ); ArgList_AddArg (Output, LH_VisitorReturns, 0 ); ArgList_AddArg (Output, LH_VisitorReturns_Prc, 0 ); ArgList_AddArg (Output, LH_Hosts, 0 ); ArgList_AddArg (Output, LH_Hits, 0 ); ArgList_AddArg (Output, LH_AnonymousHits, 0 ); ArgList_AddArg (Output, LH_AnonymousHits_Prc, 0 ); ArgList_AddArg (Output, LH_SuspiciousHits_Prc, 0 ); ArgList_AddArg (Output, LH_SessionTime, 0 ); ArgList_AddArg (Output, LH_Shows, 0 ); ArgList_AddArg (Output, LH_Clicks, 0 ); ArgList_AddArg (Output, LH_CTR_Prc, 0 ); CreateArgList_FOOTER; } //____________________________________________________________________________[] //----------------------------------------------------------------------------[] #define BX_QueryMode_Undefined 0 #define BX_QueryMode_FuncBlock 1 #define BX_QueryMode_InBlock 2 #define BX_QueryMode_OutBlock 3 //----------------------------------------------------------------------------[] /*______________________________________________________________________________ [] [] [] [] []` ConstructQuery [] [] [] []____________________________________________________________________________*/ int ConstructQuery (PBX_Arg pArg) { int nPos = 0; // позиция в буфере int nChunk = 1; // количество блоков по QUERY_CHUNK_SIZE байт в буфере int Mode = BX_QueryMode_Undefined; if (pArg == NULL) { return BX_Query_NoArgs; } if (BX_Query != NULL) { return BX_Query_NotReleased; } if ((BX_Query = malloc(QUERY_CHUNK_SIZE)) == NULL) { return BX_Query_CantAlloc; } // bzero(BX_Query, QUERY_CHUNK_SIZE); // Инициализация нулями. // Пока есть аргументы ... while (pArg != NULL) { switch (pArg->ArgType) { case AT_Function: switch (Mode) { case BX_QueryMode_Undefined: sprintf(&BX_Query[nPos], "%s", pArg->ArgName); Mode = BX_QueryMode_FuncBlock; break; default: return BX_Query_FuncBlockInvalid; } break; case AT_Output: switch (Mode) { case BX_QueryMode_OutBlock: sprintf(&BX_Query[nPos], "\002%s", pArg->ArgName); break; case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\003\002%s", pArg->ArgName); Mode = BX_QueryMode_OutBlock; break; default: printf("Illegal mode: %d\n", Mode); return BX_Query_OutBlockInvalid; } break; case AT_Identifier: switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%lu", pArg->ArgName, pArg->ArgVal.Arg_Identifier); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%lu", pArg->ArgName, pArg->ArgVal.Arg_Identifier); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; case AT_String: if ((nPos + strlen(pArg->ArgVal.Arg_String)) >= (nChunk*QUERY_CHUNK_SIZE-QUERY_WARNING_SIZE)) { nChunk++; // Нужен ещё блок if (QUERY_CHUNK_SIZE*nChunk > MAX_QUERY_SIZE) return BX_Query_BufferOverflow; BX_Query = realloc(BX_Query, QUERY_CHUNK_SIZE*nChunk); } switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%s", pArg->ArgName, pArg->ArgVal.Arg_String); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%s", pArg->ArgName, pArg->ArgVal.Arg_String); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; case AT_Int: switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%d", pArg->ArgName, pArg->ArgVal.Arg_Int); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%d", pArg->ArgName, pArg->ArgVal.Arg_Int); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; case AT_Time: switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%li", pArg->ArgName, pArg->ArgVal.Arg_Time); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%li", pArg->ArgName, pArg->ArgVal.Arg_Time); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; case AT_Bool: switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%c", pArg->ArgName, pArg->ArgVal.Arg_Bool); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%c", pArg->ArgName, pArg->ArgVal.Arg_Bool); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; case AT_Float: switch (Mode) { case BX_QueryMode_InBlock: sprintf(&BX_Query[nPos], "\002%s\001%f", pArg->ArgName, pArg->ArgVal.Arg_Float); break; case BX_QueryMode_FuncBlock: sprintf(&BX_Query[nPos], "\003\002%s\001%f", pArg->ArgName, pArg->ArgVal.Arg_Float); Mode = BX_QueryMode_InBlock; break; default: return BX_Query_InBlockInvalid; } break; default: return BX_Query_UnknownArgType; } // end switch nPos = strlen(BX_Query); if (nPos >= (nChunk*QUERY_CHUNK_SIZE-QUERY_WARNING_SIZE)) { nChunk++; // Нужен ещё блок if (QUERY_CHUNK_SIZE*nChunk > MAX_QUERY_SIZE) return BX_Query_BufferOverflow; BX_Query = realloc(BX_Query, QUERY_CHUNK_SIZE*nChunk); } pArg = pArg->pNextArg; } // end while return BX_Query_Okay; } //____________________________________________________________________________[] /*______________________________________________________________________________ [] [] [] [] []` ReleaseQueryBuffer [] [] [] []____________________________________________________________________________*/ void ReleaseQueryBuffer (void) { if (BX_Query != NULL) { free(BX_Query); BX_Query = NULL; } return; } //____________________________________________________________________________[] /*______________________________________________________________________________ [] [] [] [] []` ReleaseArgList [] [] [] []____________________________________________________________________________*/ void ReleaseArgList (PBX_Arg pArg) { PBX_Arg pArgNext; while (pArg != NULL) { pArgNext = pArg->pNextArg; // сохраним указатель на следующую структуру free(pArg->ArgName); // освободим имя аргумента if (pArg->ArgType == AT_String) { free(pArg->ArgVal.Arg_String); // освободим строку-аргумент (если тип - строка) } free(pArg); // освободим саму структуру pArg = pArgNext; // перейдем к следующей } return; } //____________________________________________________________________________[] /*______________________________________________________________________________ [] [] [] [] []` ExtractArg_* [] [] [] []____________________________________________________________________________*/ #define ExtractArg_HEADER \ char * pName; \ sprintf(SearchTemplate, "\002%s\001", ArgName); \ pName = strstr(Query, SearchTemplate); \ if (pName == NULL) { \ return -1; \ } int ExtractArg_Identifier(const char * Query, const char * ArgName, unsigned long* pArgValue) { ExtractArg_HEADER; if (sscanf(pName + strlen(SearchTemplate), "%lu", pArgValue) != 1) { return -1; } return 0; } int ExtractArg_Int (const char * Query, const char * ArgName, int* pArgValue) { ExtractArg_HEADER; if (sscanf(pName + strlen(SearchTemplate), "%d", pArgValue) != 1) { return -1; } return 0; } int ExtractArg_Time (const char * Query, const char * ArgName, long* pArgValue) { ExtractArg_HEADER; if (sscanf(pName + strlen(SearchTemplate), "%li", pArgValue) != 1) { return -1; } return 0; } int ExtractArg_Bool (const char * Query, const char * ArgName, char* pArgValue) { ExtractArg_HEADER; if (sscanf(pName + strlen(SearchTemplate), "%c", pArgValue) != 1) { return -1; } return 0; } int ExtractArg_Float (const char * Query, const char * ArgName, float* pArgValue) { ExtractArg_HEADER; if (sscanf(pName + strlen(SearchTemplate), "%f", pArgValue) != 1) { return -1; } return 0; } //____________________________________________________________________________[] //----------------------------------------------------------------------------[] #define ExtractArg(Type,ArgName,ValueHolder) \ if (ExtractArg_##Type(BX_Query, #ArgName, &ValueHolder) != 0) { \ puts("Can't find argument: " #ArgName); \ } //----------------------------------------------------------------------------[] /*______________________________________________________________________________ [] [] [] [] []` ProcessQuery [] [] [] []____________________________________________________________________________*/ void ProcessQuery(const char * Query, int ResultCode) { int QueryLength; int RunCounter; int Temp; QueryLength = strlen(Query); printf("Database call result[%d]: %s (%d).\n", QueryLength, ResultCode ? "Error":"Okay", ResultCode); puts("---------------------------------------------------------------"); ExtractArg(Int, Total_Hits, Temp); printf("%-30s: %d\n", "Total_Hits", Temp); ExtractArg(Int, Total_Hosts, Temp); printf("%-30s: %d\n", "Total_Hosts", Temp); ExtractArg(Int, Total_Visitors, Temp); printf("%-30s: %d\n", "Total_Visitors", Temp); ExtractArg(Int, Total_Gavno, Temp); printf("%-30s: %d\n", "Total_Gavno", Temp); //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment start #if 0 //{ Commented on 11.03.2000 by AlexV if (QueryLength > 0) { RunCounter = 0; while (RunCounter < QueryLength) { if (Query[RunCounter] == 2) { putchar('\n'); } else if (Query[RunCounter] == 1) { putchar('\t'); putchar('\t'); putchar('\t'); } else { putchar(Query[RunCounter]); } RunCounter++; } } #endif //} //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Comment end * puts("\n---------------------------------------------------------------"); return; } /*______________________________________________________________________________ [] [] [] [] [] END OF FILE [] [] [] []____________________________________________________________________________*/
2bca553c50baefd238be7a26118e774539e425ad
15dbcbe667828e5507d988c8efbe4d5787b0de63
/SummerProject2014/SummerProject/SummerProject/StateManager.h
bdd52d9c1e69e6f1e58ad1309941695922b8449c
[]
no_license
bobn94/summerproject
3c62f984fc12ab982a3e4d3d9addef7502f7369d
9dbc75d811e8ca61a69024ba8267444096227b0b
refs/heads/master
2020-06-02T18:38:36.382747
2014-08-17T18:48:39
2014-08-17T18:48:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
481
h
StateManager.h
#pragma once #include <vector> class State; class DrawManager; class SpriteManager; class Level; class StateManager { public: StateManager(); ~StateManager(); void Attach(State *state); void Update(float deltatime, sf::RenderWindow& m_window, Level& level); //void Draw(DrawManager* m_draw_manager); void SetState(const std::string &type); void ChangeState(); bool IsRunning(); bool isRunning; State *m_current; private: std::vector<State*> m_states; };
db02e172ed3aaf51b8557858189262764c77be96
5666c4d3dc294fe53ac2eba6216dd21fff1e96e3
/Visuals_Test/src/Wireframe.hpp
de43386a29362a4c29a2fa91e587f7f8c078a6e3
[]
no_license
oherterich/EdLab-Collective-Wisdom
8b9612c192a9cee7d822c07eb62356becdb05585
62a6ff7f6bd28e78603548879e77ed755eaaf843
refs/heads/master
2020-07-03T22:14:40.010254
2016-11-19T18:12:59
2016-11-19T18:12:59
74,226,105
0
0
null
2016-11-19T18:09:37
2016-11-19T18:09:37
null
UTF-8
C++
false
false
398
hpp
Wireframe.hpp
// // Wireframe.hpp // Visuals_Test // // Created by Adiel Fernandez on 10/23/16. // // #ifndef Wireframe_hpp #define Wireframe_hpp #include <stdio.h> #endif /* Wireframe_hpp */ #include "ofMain.h" #pragma once class Wireframe{ public: Wireframe(); void setup(); void update(); void draw(); float transparency; ofPolyline lines; };
1869e7a79241ba3b748b498eb5135f2b10e29b0c
b794490c0e89db4a3a4daabe91b2f057a32878f0
/Project/XFILTER/SRC/XFILTER/serviceControl.h
e42c19c8698becdf18000440ed2519bab532baf3
[]
no_license
FusixGit/hf-2011
8ad747ee208183a194d0ce818f07d312899a44d2
e0f1d9743238d75ea81f1c8d0a3ea1b5a2320a16
refs/heads/master
2021-01-10T17:31:14.137939
2012-11-05T12:43:24
2012-11-05T12:43:24
50,957,230
3
8
null
null
null
null
UTF-8
C++
false
false
3,572
h
serviceControl.h
/////////////////////////////////////////////////////////////////////////////// // // (C) Copyright 1999 - 2000 Mark Roddy // All Rights Reserved // // Hollis Technology Solutions // 94 Dow Road // Hollis, NH 03049 // info@hollistech.com // // Synopsis: // // // Version Information: // // $Header: /iphook/usr/IpMonitor/serviceControl.h 2 1/27/00 10:35p Markr $ // /////////////////////////////////////////////////////////////////////////////// #ifndef HTS_SERVICE_CONTROL #define HTS_SERVICE_CONTROL /////////////////////////////////////////////////////////////////////////////// // // ServiceControl.h // // This class defines a service control object. The service control object provides a simple tool to // dynamically load and unload a device driver in windows nt. // // The simplest way to use this class is to allocate an instance using new, which will install load and start // your driver. Conversely delete will stop and unload your driver. // // The public constructor will throw an integer exception if it fails. // The value of the integer exception is one of the return values from GetLastError(). // // If the constructor succeeds, the driver is up and running, and the handle() method is a valid handle to the // device. // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "winsvc.h" class ServiceControl { // // private data // private: HANDLE driverHandle; SC_HANDLE SchSCManager; CString DriverName; CString BinaryPath; CString DosDevice; DWORD lastError; BOOL RemoveInDestructor; DWORD attributes; BOOL UnloadInDestructor; BOOL ChangeIfExists; // // constructor/destructor // private: ServiceControl& operator=(const ServiceControl& lhs); ServiceControl(const ServiceControl& lhs); public: // // input: // // Name -- the display name for the driver. // // flagsAndAttributes -- how the device will be opened. // // Path -- the fully qualified path of the driver executible. // DEFAULT VALUE %SYSTEMROOT%\system32\drivers\"Name".sys, // // DosName -- the user space visible device name (dos device name) used to access devices // supported by the driver. // DEFAULT VALUE "Name". (i.e. \\.\Name) // ServiceControl(); ~ServiceControl(); DWORD init(LPCTSTR Name, DWORD flagsAndAttributes=FILE_ATTRIBUTE_NORMAL, LPCTSTR Path=NULL, LPCTSTR DosName=NULL); DWORD getError() { return lastError; } void ChangeConfig(BOOL val) { ChangeIfExists = val; } // // public methods // public: void RemoveDriverOnExit(BOOL val); HANDLE handle() { return driverHandle; } void UnloadDriverOnExit(BOOL val) { UnloadInDestructor = val; } // // private methods // private: void LoadDriver(); void UnloadDriver(); BOOL InstallDriver(); BOOL StartDriver(); BOOL OpenDevice(); BOOL StopDriver(); BOOL RemoveDriver(); SC_HANDLE closeSVC(SC_HANDLE scHandle) { CloseServiceHandle(scHandle); return (SC_HANDLE) INVALID_HANDLE_VALUE; } void closeDevice() { CloseHandle(driverHandle); driverHandle = INVALID_HANDLE_VALUE; } }; #endif /////////////////////////////////////////////////////////////////////////////// // // Change History Log // // $Log: /iphook/usr/IpMonitor/serviceControl.h $ // // 2 1/27/00 10:35p Markr // Prepare to release! // ///////////////////////////////////////////////////////////////////////////////
4ec2ccc9baa88567baabaa4e3666d0946a0ba344
1ab1b00e925dd060952c63fff8cc3129087e74b3
/Tree/1761.cpp
0eb8818f5a89e039114cdad3d444eb49de71cb1e
[]
no_license
siraegi/algorithmStudy
fd9d94ea9a8c7f5fa150dea6809cf60399a567d9
e62f2b8cbb6fae07f9225f3d1bdc0ab00497540b
refs/heads/master
2020-07-15T18:44:41.940598
2020-06-06T09:05:04
2020-06-06T09:05:04
205,626,190
1
0
null
null
null
null
UTF-8
C++
false
false
1,768
cpp
1761.cpp
/* BOJ 1761.cpp 정점들의 거리 - LCA https://www.acmicpc.net/problem/1761 */ #include <iostream> #include <vector> #include <queue> using namespace std; struct edge{ int to, cost; edge(int to, int cost) : to(to), cost(cost){ } }; void BFS(vector<edge>* g, int* parent, int* depth, int* dist, int n){ bool check[n+1]={false,}; check[1] = true; depth[1] = 0; parent[1] = 0; dist[1] = 0; queue<int> q; q.push(1); while(!q.empty()){ int now = q.front(); q.pop(); for(int i=0;i<g[now].size();i++){ int next = g[now][i].to; int cost = g[now][i].cost; if(!check[next]){ check[next] = true; parent[next] = now; dist[next] = cost; depth[next] = depth[now] + 1; q.push(next); } } } } int LCA(int* parent, int* depth, int* dist, int a, int b){ int distance = 0; if(depth[a]<depth[b]) swap(a,b); while(depth[a]!=depth[b]){ distance += dist[a]; a = parent[a]; } while(a!=b){ distance += (dist[a]+dist[b]); a = parent[a]; b = parent[b]; } return distance; } int main(){ int n, m, a, b, c; cin >> n; vector<edge> g[n+1]; int depth[n+1]={0,}; int dist[n+1]={0,}; int parent[n+1]={0,}; for(int i=1;i<n;i++){ cin >> a >> b >> c; g[a].push_back(edge(b,c)); g[b].push_back(edge(a,c)); } BFS(g,parent,depth,dist,n); cin >> m; for(int i=0;i<m;i++){ cin >> a >> b; cout << LCA(parent, depth, dist, a, b) << "\n"; } return 0; }
10a9e9edfad30fbe8b1f5f55ad67e259b891e04b
78c61dae59bef86f96e8d54398a5ab37fdcd6846
/Engimon/WaterIce.hpp
e63d4778317ce58d4d2785f978926a467e52ab4d
[]
no_license
giovaniagst/Tubes1-OOP
9f88a5e01f45ba32e0b6bca419603fa98f27e225
2f6a983c55dc3a06cb1c50f6fbe75a2c0c4e76ea
refs/heads/main
2023-03-26T10:54:32.948264
2021-03-26T15:22:34
2021-03-26T15:22:34
345,098,904
0
0
null
null
null
null
UTF-8
C++
false
false
416
hpp
WaterIce.hpp
// WaterIce.hpp #ifndef WATERICE_HPP #define WATERICE_HPP #include "Engimon.hpp" // Engimon berelemen Water dan Ice class WaterIce : public Engimon { public: WaterIce(string name, string species_name, string* parentname, string* parentspecies, int numskill, int X, int Y); WaterIce(const WaterIce&); ~WaterIce(); WaterIce& operator=(const WaterIce&); }; #endif
50b5ad666f5f1d58aa438ada6643a64f9d906a3d
0647d52ccbc65901f55028bd45dcc4b053446b26
/python/src/bayes_bindings.cpp
37d1b90d9ea751c4bb7908f7299bcd51f2db4332
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
okanasik/mrpt
94600141bca525ba9afd4ff14ea590defbe29a56
2e9b4a3d697e024751d0658fdea7e52fe4f08c5b
refs/heads/master
2021-01-16T22:02:31.921128
2016-03-10T22:48:29
2016-03-10T22:48:29
53,624,091
0
1
null
2016-03-10T23:13:54
2016-03-10T23:13:54
null
UTF-8
C++
false
false
3,470
cpp
bayes_bindings.cpp
/* bindings */ #include "bindings.h" /* MRPT */ #include <mrpt/utils/CLoadableOptions.h> #include <mrpt/bayes/CParticleFilter.h> #include <mrpt/bayes/CParticleFilterCapable.h> #include <mrpt/bayes/CKalmanFilterCapable.h> #include <mrpt/obs/CActionCollection.h> #include <mrpt/obs/CSensoryFrame.h> #include <mrpt/math/lightweight_geom_data.h> /* namespaces */ using namespace boost::python; using namespace mrpt::bayes; using namespace mrpt::utils; // exporter void export_bayes() { // map namespace to be submodule of mrpt package MAKE_SUBMODULE(bayes) // CParticleFilter { scope s = class_<CParticleFilter>("CParticleFilter", init<CParticleFilter>()) .def("executeOn", &CParticleFilter::executeOn) .def_readwrite("m_options", &CParticleFilter::m_options) ; // TParticleFilterAlgorithm enum_<CParticleFilter::TParticleFilterAlgorithm>("TParticleFilterAlgorithm") .value("pfStandardProposal", CParticleFilter::pfStandardProposal) .value("pfAuxiliaryPFStandard", CParticleFilter::pfAuxiliaryPFStandard) .value("pfOptimalProposal", CParticleFilter::pfOptimalProposal) .value("pfAuxiliaryPFOptimal", CParticleFilter::pfAuxiliaryPFOptimal) ; // TParticleResamplingAlgorithm enum_<CParticleFilter::TParticleResamplingAlgorithm>("TParticleResamplingAlgorithm") .value("prMultinomial", CParticleFilter::prMultinomial) .value("prResidual", CParticleFilter::prResidual) .value("prStratified", CParticleFilter::prStratified) .value("prSystematic", CParticleFilter::prSystematic) ; // TParticleFilterOptions class_<CParticleFilter::TParticleFilterOptions, bases<CLoadableOptions> >("TParticleFilterOptions", init<>()) .def_readwrite("adaptiveSampleSize", &CParticleFilter::TParticleFilterOptions::adaptiveSampleSize) .def_readwrite("BETA", &CParticleFilter::TParticleFilterOptions::BETA) .def_readwrite("sampleSize", &CParticleFilter::TParticleFilterOptions::sampleSize) .def_readwrite("pfAuxFilterOptimal_MaximumSearchSamples", &CParticleFilter::TParticleFilterOptions::pfAuxFilterOptimal_MaximumSearchSamples) .def_readwrite("powFactor", &CParticleFilter::TParticleFilterOptions::powFactor) .def_readwrite("PF_algorithm", &CParticleFilter::TParticleFilterOptions::PF_algorithm) .def_readwrite("resamplingMethod", &CParticleFilter::TParticleFilterOptions::resamplingMethod) .def_readwrite("max_loglikelihood_dyn_range", &CParticleFilter::TParticleFilterOptions::max_loglikelihood_dyn_range) .def_readwrite("pfAuxFilterStandard_FirstStageWeightsMonteCarlo", &CParticleFilter::TParticleFilterOptions::pfAuxFilterStandard_FirstStageWeightsMonteCarlo) .def_readwrite("verbose", &CParticleFilter::TParticleFilterOptions::verbose) .def_readwrite("pfAuxFilterOptimal_MLE", &CParticleFilter::TParticleFilterOptions::pfAuxFilterOptimal_MLE) ; // TParticleFilterOptions class_<CParticleFilter::TParticleFilterStats>("TParticleFilterStats", init<>()) .def_readwrite("ESS_beforeResample", &CParticleFilter::TParticleFilterStats::ESS_beforeResample) .def_readwrite("weightsVariance_beforeResample", &CParticleFilter::TParticleFilterStats::weightsVariance_beforeResample) ; } }
8014c6364c890beceff53407078c72605ad8634b
0b15c7a046d703e153b6e6054cb57a0664a2d4df
/RobWork/src/rwlibs/algorithms/BFGS.hpp
b21f91ad82df45cd9b9b0015efc620b7fb4140c6
[ "Apache-2.0" ]
permissive
skyellen/robwork-mirror
bf5d97ce19775c2928432854a93fb87ab2f7cd26
5a74a49d9ef98eff7c75f48fe48c2e655480e9b3
refs/heads/master
2020-04-16T06:10:11.359979
2018-09-06T09:26:01
2018-09-06T09:26:01
165,335,340
4
0
null
2019-01-12T02:01:40
2019-01-12T02:01:40
null
UTF-8
C++
false
false
4,365
hpp
BFGS.hpp
#ifndef BFGS_HPP_ #define BFGS_HPP_ /** * @file BFGS.hpp */ #include <boost/numeric/ublas/vector.hpp> #include <boost/numeric/ublas/matrix.hpp> #include <boost/numeric/ublas/operation.hpp> namespace rwlibs { namespace algorithms { /** @addtogroup algorithms */ /*@{*/ /** * @brief BFGS is a class including the BFGS minimization algorithm. * * The BFGS minimization algorithm has been implemented as described in "Numerical Optimization - by Jorge Nocedal and Stephen J. Wright" chapter 6+3. * \sa \ref bfgsExample.cpp "../example/bfgsApp/bfgsExample.cpp" */ class BFGS { public: //! Vector type used in the minimazation algorithm. typedef boost::numeric::ublas::vector<double> vector; //! MAtrix type used in the minimazation algorithm. typedef boost::numeric::ublas::matrix<double> matrix; /** * @brief Minimisation function struct. */ struct BFGS_function_struct { /** Function pointer to the static minimization function @f$f(vec{x})@f$. */ double (* f) (const vector * x, void * params); /** Function pointer to the static minimization function @f$df(vec{x})@f$. */ void (* df) (const vector * x, void * params, vector * g); /** Void pointer to optional data that the minimization function might require */ void * params; }; /** * @brief Optimization status. */ enum OPTM_STATUS { /** Indicating a problem with the numerical precision when evaluating the gradient. */ GRADIENTWARNING=0, /** Indicating a successfully minimization. */ SUCCESS}; /** * @brief Minimize a function using the BFGS algorithm. * @param startguess Start guess for the minimizer parameters. Replaced with minima solution at end of minimization. * @param function BFGS_function_struct including pointers to the minimization function f, df and a void pointer to other data for the minimization function. * @param tolerance Indicating when an acceptable minima has been found by evaluating if @f$ tolerance>||\Delta f(x)||_2 @f$. * @param iterationLimit Maximum number of iterations for the BFGS algorithm. * @param initialStepsize Initial step size for the BFGS algorithm. * @param c1 Value used to ensure the "strong Wolfe conditions" are satisfied with the value c1. See "Numerical Optimization - by Jorge Nocedal and Stephen J. Wright" chapter 3. Typical value = 1e-4. * @param c2 Value used to ensure the "strong Wolfe conditions" are satisfied with the value c2. See "Numerical Optimization - by Jorge Nocedal and Stephen J. Wright" chapter 3. Typical value = 0.9. * @param alphamax Maximum stepsize used in iterations. Typical value of 1.0 is used to produce superlinear convergence of the overall algorithm. * @return GRADIENTWARNING on numerically precision problems SUCCESS when a minima is found. */ static int optimizer( vector &startguess, BFGS_function_struct function, double tolerance, unsigned int iterationLimit, double initialStepsize = 1.0, double c1 = 1e-4, double c2 = 0.9, double alphamax = 1.0); private: BFGS() {} static void colDotRow( vector &colvec, vector &rowvec, matrix &result); static double lineSearch( BFGS_function_struct function, vector &xk, vector &pk, double c1, double c2, double alphamax); static double phiGradient( BFGS_function_struct function, vector &xk, vector &pk, double alpha, vector &tempArray, double phi_alpha, double eps); static double zoom( double &alphalow, double &alphahigh, double &phi_alphalow, double &dphi_alphalow, double &phi_alphahigh, BFGS_function_struct function, vector &xk, vector &pk, vector &tempArray, double phi_alpha_zero, double dphi_alpha_zero, double c1, double c2, double eps); static double quadraticInterpolation( double phi_alpha_lo, double dphi_alpha_lo, double alpha_lo, double phi_alpha_hi, double alpha_hi); }; /** \example bfgsExample.cpp * Example of using the BFGS optimization algorithm for finding a minimum in the Rosenbrock function. * * The Rosenbrock function are defined by: @f$ f(x, y) = (1-x)^2 + 100(y-x^2)^2 @f$ */ /*@}*/ } } #endif /* BFGS_HPP_ */
8075a150420eaab10ddc56849bbcaa7c04017528
f5f053975aadd70cadbf3831cb27d2873e51c808
/ceGame/guiEditBox.h
3e492860b41583be05d667ac5b2021cb76bf30b1
[]
no_license
YoelShoshan/Dooake
fd5ded20b21075276c27899215392f6078d8713e
254b74bc8fa30d38511d5bda992a59253cc8c37d
refs/heads/master
2021-01-20T11:11:23.048481
2016-09-15T20:03:32
2016-09-15T20:03:32
68,323,638
1
0
null
null
null
null
UTF-8
C++
false
false
1,070
h
guiEditBox.h
#ifndef CRIMSON_GUI_EDIT_BOX_H #define CRIMSON_GUI_EDIT_BOX_H #pragma once #include "guiItem.h" #include "SmartPointer.h" #include "Material_IE.h" #include <string> #define EDIT_BOX_TEXT_BUFFER_SIZE 400 #define EDIT_BOX_TYPE_FREE_TEXT_WITH_NEWLINES 0 #define EDIT_BOX_TYPE_FREE_TEXT_NO_NEWLINES 1 #define EDIT_BOX_TYPE_IP_ADDRESS 2 class CGuiEditBox : public IGuiItem { public: CGuiEditBox(); ~CGuiEditBox(); void Render(void); void RunLogics(float fMouseX_Perc,float fMouseY_Perc,bool bMousePressed_Left); void* GetInfo(void); void Clear(void); // if null then no background is used void Load(DWORD dwType,const char *pchMatBackground,const char *pchMatBackgroundFocus,int iLimit); void SetText(const char* pText); static bool s_bTPressed; private: bool IsLegalIPCharacters(const char* pTestMe) const; CSmartPointer<IMaterial_Export> m_spMatBackground; CSmartPointer<IMaterial_Export> m_spMatBackgroundFocus; int m_iLimit; int m_iPosInBuffer; char m_Text[EDIT_BOX_TEXT_BUFFER_SIZE]; DWORD m_dwType; }; #endif
67059a9fa29c9d929dc73234f6bad76983a8ee32
82ed34218a10f1d750bc61ee6d5bf49583d69dca
/Warrior.h
45ac5daaff86e9bd953c508cc29a3be0119a39e7
[]
no_license
Oralf/Heros
2600c8f2a466c51a6ddd26d15edd8fa72338952b
608e3a9e20d58cc07337abf0449ff211a8fb4eff
refs/heads/master
2022-06-09T06:34:57.545324
2020-05-06T10:42:49
2020-05-06T10:42:49
261,728,464
3
0
null
null
null
null
UTF-8
C++
false
false
391
h
Warrior.h
/* * Warrior.h * * Created on: Dec 27, 2018 * Author: ise */ #ifndef WARRIOR_H_ #define WARRIOR_H_ #include "Hero.h" class Warrior : public Hero{ public: Warrior(); virtual ~Warrior() {}; Warrior(string name); Warrior(string name,double newgold,int bd,int wiz, int arch, int vamp, int zomb, int tot); void SpecialSkill(Hero* heroToStole=NULL); }; #endif /* WARRIOR_H_ */
d8d50d392a4ba94f1fafe8ada8a5496f223b64ec
cf440e299f576604880d201c480ccd641e3ccf0b
/cpp/spectrum/Transformations.h
6bfa2e81edc9c7a3df23240b60bec4c9baac9449
[ "MIT" ]
permissive
facebookincubator/spectrum
03c22fa0dad157d35e084ec500aebeb456f50f27
f955ddbc5f992915a60f4ee35f8a336a08f7781a
refs/heads/main
2023-08-25T19:57:05.211461
2023-08-23T22:34:45
2023-08-23T22:34:45
151,472,642
1,938
177
MIT
2023-07-11T00:57:02
2018-10-03T19:58:50
C++
UTF-8
C++
false
false
959
h
Transformations.h
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. #pragma once #include <spectrum/requirements/Crop.h> #include <spectrum/requirements/Encode.h> #include <spectrum/requirements/Resize.h> #include <spectrum/requirements/Rotate.h> #include <folly/Optional.h> namespace facebook { namespace spectrum { /** * Image transformations that can be applied to an operation. */ struct Transformations { /** * The resize requirement to apply. */ folly::Optional<requirements::Resize> resizeRequirement; /** * The rotate requirement to apply. */ folly::Optional<requirements::Rotate> rotateRequirement; /** * The crop requirement to apply. */ folly::Optional<requirements::Crop> cropRequirement; bool operator==(const Transformations& rhs) const; }; } // namespace spectrum } // namespace facebook
16d9295b8a1832e99ac622b86561ab38a4b572ee
db54f7739076722dcaee1c0ba49cf516b4436e3c
/include/mem.h
04e2484a3652424bdb7be5eff4e7665cb18f5e86
[]
no_license
psaikko/gbe
d79269c4feeaa44613fc36dc2f9e919d4ad48844
86f61227a975006276562692ee604456f2178d23
refs/heads/master
2022-09-30T13:53:26.844032
2022-08-23T21:53:58
2022-08-23T21:53:58
65,397,983
3
1
null
2022-08-15T21:06:55
2016-08-10T16:22:40
C++
UTF-8
C++
false
false
2,874
h
mem.h
#pragma once #include <cstring> #include <inttypes.h> #include "cart.h" typedef struct { uint8_t y; uint8_t x; uint8_t tile_id; struct { union { uint8_t flags; struct { uint8_t _ : 4; uint8_t palette : 1; uint8_t xflip : 1; uint8_t yflip : 1; uint8_t priority : 1; }; }; }; } oam_entry; class Buttons; class Sound; class Memory { public: Memory(Cart &CartRef, Buttons &BtnRef, Sound &SndRef) : BTN(BtnRef), CART(CartRef), SND(SndRef) { // Don't read ROM or cart RAM from RAW // Fill with sentinel value (unused instruction 0xDD) memset(&RAW[0x0000], 0xDD, 0x4000); memset(&RAW[0x4000], 0xDD, 0x4000); memset(&RAW[0xA000], 0xDD, 0x2000); } Buttons &BTN; Cart &CART; Sound &SND; uint8_t RAW[65536]; // TODO uint8_t *const RAM = &RAW[0xC000]; uint8_t *const _RAM = &RAW[0xE000]; oam_entry *const OAM = (oam_entry *)(&RAW[0xFE00]); uint8_t *const IO = &RAW[0xFF00]; uint8_t *const ZERO = &RAW[0xFF80]; uint8_t BIOS[256]; uint8_t *const SB = &RAW[0xFF01]; uint8_t *const SC = &RAW[0xFF02]; uint8_t *const DIV = &RAW[0xFF04]; uint8_t *const TIMA = &RAW[0xFF05]; uint8_t *const TMA = &RAW[0xFF06]; uint8_t *const TAC = &RAW[0xFF07]; uint8_t *const IF = &RAW[0xFF0F]; uint8_t *const LCD_CTRL = &RAW[0xFF40]; uint8_t *const LCD_STAT = &RAW[0xFF41]; uint8_t *const SCRL_Y = &RAW[0xFF42]; uint8_t *const SCRL_X = &RAW[0xFF43]; uint8_t *const SCAN_LN = &RAW[0xFF44]; // TODO: readonly uint8_t *const LN_CMP = &RAW[0xFF45]; uint8_t *const OAM_DMA = &RAW[0xFF46]; // TODO: writeonly uint8_t *const BG_PLT = &RAW[0xFF47]; // TODO: writeonly uint8_t *const OBJ0_PLT = &RAW[0xFF48]; // TODO: writeonly uint8_t *const OBJ1_PLT = &RAW[0xFF49]; // TODO: writeonly uint8_t *const WIN_Y = &RAW[0xFF4A]; uint8_t *const WIN_X = &RAW[0xFF4B]; uint8_t *const BIOS_OFF = &RAW[0xFF50]; uint8_t *const IE = &RAW[0xFFFF]; uint8_t *const TILESET1 = &RAW[0x8000]; uint8_t *const TILESET0 = &RAW[0x8800]; uint8_t *const TILEMAP0 = &RAW[0x9800]; uint8_t *const TILEMAP1 = &RAW[0x9C00]; uint16_t break_addr = 0; bool at_breakpoint = false; uint8_t *getReadPtr(uint16_t addr); uint8_t *getWritePtr(uint16_t addr); uint8_t readByte(uint16_t addr); uint16_t readWord(uint16_t addr); void writeByte(uint16_t addr, uint8_t val); void writeWord(uint16_t addr, uint16_t val); uint64_t checksum() const; friend std::ostream &operator<<(std::ostream &out, const Memory &mem); friend std::istream &operator>>(std::istream &in, Memory &mem); };
2480090d4372e1b6a5c3e19a64231b0f7b557c15
eea347a1069a9107fce7c3263da987d598ea200b
/Challenge 4/include/map.h
78a3a93c2051ce0f115b5c7d7d51a935446023a6
[ "MIT" ]
permissive
Alejandro-Casanova/Game-Challenges
16d09a411800ecfca7a8e21dbf1d2f05355dd4e9
c8a49e00c47ad0ae8cae5b26c300bba6d8e2841f
refs/heads/master
2023-02-05T09:19:50.196535
2020-12-24T17:43:59
2020-12-24T17:43:59
280,915,685
0
0
null
null
null
null
UTF-8
C++
false
false
2,223
h
map.h
#ifndef MAP_H #define MAP_H #include "player.h" #include "enemy.h" #include <string> #include <vector> #include <fstream> #include <sstream> #include <iostream> #include <cassert> class map { public: map(); const char playerChar = '@'; const char emptySpace = '.'; const char AChar = 'A'; const char BChar = 'B'; bool loadMap(std::string fileName);//Loads map from text file void printMap() const;//Prints map on the screen. bool initEnemies(std::vector<enemy*> &enemyVectorA, std::vector<enemy*> &enemyVectorB);//Initializes all enemies found on the map file int checkGrid(); //Checks the grid is initialized correctly void moveEnemy(enemy *enemyPointer, const int &row, const int &col, std::vector<enemy*> &enemyVector, std::vector<std::string> &messageVector);//Moves the enemy to selected coordinates (indexed at 0) int killEnemy(std::vector<enemy*> &enemyVector, enemy* enemyPtr, std::vector<std::string> &messageVector);//Removes killed enemy and returns xp gained int getVectorSize() const{return vectorSize;}//Gets the size of the vector that holds the map layout (map height) int getStringSize(const int &index) const{return mapLayout[index].size();} //Gets specific string size int getMaxStringSize() const{return stringSize;}//Gets maximum string size (max map width) char getTile(const int &row, const int &col) const{return mapLayout[row][col];} //Gets the char at a specific map coordinate (0 indexed) enemy* getEnemy(const int &row, const int &col) const{return enemyGrid[row][col];} private: std::vector <std::string> mapLayout; std::vector <std::vector <enemy *> > enemyGrid; int stringSize; int vectorSize; void setVectorSize(const int &val); void setMaxStringSize(const int &val); void setTile(const int &row, const int &col, const char &newChar); //Sets a particular tile to a char value (coordinates indexed at 0) void setGrid(enemy *enemyPointer, const int &row, const int &col);//Sets one tile of the enemy grid friend class enemy; friend class player; }; #endif // MAP_H
ae22c319eb067358a29bdba971df3c0ee65badc5
e1b4143d3e281e927fab7285006c9938d6037983
/tgt-ttb/include/error.h
52ba23aaff6093dc07d8afea7f9e82465346661b
[ "BSD-2-Clause" ]
permissive
mit-ll/ttb
92b850716da9576353dc9c3dd581a033f59fd672
2960948bd651ae9f9c4c02a6aad7a4199e53fdb7
refs/heads/master
2021-07-11T18:03:08.271986
2020-11-19T17:12:30
2020-11-19T17:12:30
222,494,101
0
2
null
null
null
null
UTF-8
C++
false
false
4,065
h
error.h
/* File: error.h Author: Timothy Trippel Affiliation: MIT Lincoln Laboratory Description: This is an Icarus Verilog backend target module that generates a signal dependency graph for a given circuit design. The output format is a Graphviz .dot file. */ #ifndef __ERROR_HEADER__ #define __ERROR_HEADER__ // ------------------------------------------------------------ // ------------------------- Includes ------------------------- // ------------------------------------------------------------ // Standard Headers #include <vector> // IVL API Header #include <ivl_target.h> // TTB Headers #include <signal.h> #include <connection.h> // Import STD Namespace using namespace std; // ------------------------------------------------------------ // ------------------------ Error Codes ----------------------- // ------------------------------------------------------------ typedef enum ttb_error_type_e { NO_ERROR = 0, NOT_SUPPORTED_ERROR = 1, FILE_ERROR = 2, DUPLICATE_SIGNALS_FOUND_ERROR = 3, CONCURRENT_CONNECTIONS_ERROR = 4, PROCEDURAL_CONNECTIONS_ERROR = 5, SLICE_TRACKING_ERROR = 6, } ttb_error_type_t; // ------------------------------------------------------------ // -------------------------- Error --------------------------- // ------------------------------------------------------------ class Error { public: // Data Validation Functions static void check_scope_types(ivl_scope_t* scopes, unsigned int num_scopes); static void check_signal_exists_in_map(sig_map_t signals, ivl_signal_t signal); static void check_signal_not_arrayed(sig_map_t signals, ivl_signal_t signal); static void check_arrayed_signal(sig_map_t signals, ivl_signal_t signal); static void check_signal_not_multidimensional(sig_map_t signals, ivl_signal_t signal); static void check_lvals_not_concatenated(unsigned int num_lvals, ivl_statement_t statement); static void check_lval_not_nested(ivl_lval_t lval, ivl_statement_t statement); static void check_part_select_expr(ivl_obj_type_t obj_type, ivl_statement_t statement); // Error Reporting Functions // Unknown Types static void unknown_ivl_obj_type(ivl_obj_type_t obj_type); static void unknown_nexus_type(); static void unknown_signal_port_type(ivl_signal_port_t port_type); static void unknown_signal_case(unsigned int case_type); static void unknown_part_select_lpm_type(ivl_lpm_type_t lpm_type); static void unknown_statement_type(ivl_statement_type_t statement_type); static void unknown_expression_type(ivl_expr_type_t expression_type); // Warnings static void constant_event_nexus_ptr_warning(ivl_statement_t stmt); static void stask_statement_type_warning(ivl_statement_t stmt); static void utask_statement_type_warning(ivl_statement_t stmt); static void while_statement_type_warning(ivl_statement_t stmt); static void repeat_statement_type_warning(ivl_statement_t stmt); static void string_expression_type_warning(ivl_statement_t stmt); static void sfunc_expression_type_warning(ivl_statement_t stmt); static void unkown_event_source_signal_warning(ivl_statement_t stmt); // Other static void not_supported(const char* message); static void null_ivl_obj_type(); static void connecting_signal_not_in_graph(sig_map_t signals, ivl_signal_t source_signal); static void popping_source_signals_queue(unsigned int num_signals, unsigned int queue_size); static void processing_procedural_connections(); static void non_local_signal_connection(); static void multiple_valid_event_nexus_ptrs(ivl_statement_t stmt); static void zero_event_nexus_ptrs(ivl_statement_t stmt); static void constant_event_nexus_ptr(ivl_statement_t stmt); static void infinite_loopback_assignment(Signal* sink_signal); }; #endif
f144f27f4ecbd0330a48c3004581d33bef376b22
2b9a69bb87049f15460547c9a140d532a00747ad
/user/mainwindow.h
4255d882cd2e4109e25886a22fc27c8ff135c0eb
[]
no_license
zhang35/VMM-Monitor
ed052c7befe2c9bf734781cbe34a14d3a841df4a
6f6024b8af0394410f170f078566bf37e2a9ad5b
refs/heads/master
2020-04-10T00:04:55.907708
2018-12-06T13:03:11
2018-12-06T13:03:11
160,675,155
5
0
null
null
null
null
UTF-8
C++
false
false
1,342
h
mainwindow.h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QLabel> #include "runthread.h" #include "sniff_thread.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private: Ui::MainWindow *ui; QLabel *label; //mouse menu QMenu *mouseMenu; QAction *action_add_white; QAction *action_add_black; void initGui(); void setBackGround(QString path); bool initDriver(); void initThread(); void initPacket(); void unloadDriver(); void closeEvent(QCloseEvent *event); void showPacket(PACKET_SAVE *user_packet_root); QString ipToString(ulong ip); QString macToString(u_char *mac); runthread *thread; sniff_thread *sniffThread; PACKET_SAVE *user_packet_root; private slots: void on_action_doubt_triggered(); void on_connection_table_customContextMenuRequested(QPoint pos); void on_action_showList_triggered(); void on_action_showConnection_triggered(); void on_refreshButton_clicked(); void on_action_unload_triggered(); void on_action_load_triggered(); void recvbuffer(unsigned char *buffer, unsigned long length); }; #endif // MAINWINDOW_H
389685fc408a8f24290843ba887b82ef490458c1
883b6faf10a0eb4dfc0835e8a95c390578822c93
/proton_pack/audio.cpp
41641f2a5ef87d8f3cb60ad9bc09cb5c7ac822cc
[]
no_license
Elrenardo/Ghostbusters---Proton-Pack
6bb38f9423328fcb0e6c75ce47cc04e1f9f45925
8e79ec1075def11136076279b5039c44956359a5
refs/heads/master
2020-04-09T06:08:12.329966
2019-03-18T21:31:27
2019-03-18T21:31:27
160,099,762
0
0
null
null
null
null
UTF-8
C++
false
false
3,171
cpp
audio.cpp
#include "audio.h" //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //Constructeur de Audio Audio::Audio() { this->mySoftwareSerial = new SoftwareSerial( AUDIO_RX, AUDIO_TX );// RX, TX port this->myDFPlayer = new DFRobotDFPlayerMini(); //init dialogue carte DFplayerMini this->mySoftwareSerial->begin( AUDIO_PORT_INIT ); #ifdef PROTON_DEBUG Serial.println(); Serial.println(F("DFRobot DFPlayer Mini Demo")); Serial.println(F("Initializing DFPlayer ... (May take 3~5 seconds)")); #endif if (!this->myDFPlayer->begin(*this->mySoftwareSerial))//Use softwareSerial to communicate with mp3. { #ifdef PROTON_DEBUG Serial.println(F("Unable to begin:")); Serial.println(F("1.Please recheck the connection!")); Serial.println(F("2.Please insert the SD card!")); #endif while(true); } #ifdef PROTON_DEBUG Serial.println(F("DFPlayer Mini online.")); #endif this->myDFPlayer->volume( AUDIO_VOLUME ); //Set volume value. From 0 to 30 } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::OnPack() { this->myDFPlayer->play( AUDIO_PLAY_PACK_ON ); delay(1000); this->myDFPlayer->loop( AUDIO_PLAY_PACK_VENT ); } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::OffPack() { this->myDFPlayer->play( AUDIO_PLAY_PACK_OFF ); } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::OnGun() { this->myDFPlayer->play( AUDIO_PLAY_GUN_ON ); delay(1000); this->myDFPlayer->loop( AUDIO_PLAY_GUN_STREAM ); } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::OffGun() { this->myDFPlayer->play( AUDIO_PLAY_GUN_OFF ); } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::GunSwitch() { this->myDFPlayer->play( AUDIO_PLAY_GUN_SWITCH ); } //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- //------------------------------------------------------- void Audio::FumeeVent() { this->myDFPlayer->play( AUDIO_PLAY_FUMEE ); }
9d7a5bcfcf9f0fc8a9875a83ec80aaf416a01ea6
9893f8b57d0ec5006ba6a8b40b359c68e6a29444
/P1830__轰炸III.cpp
2436d7805e3a84d587743ff3d58fb652ea07ef97
[]
no_license
ScorpioShaw/Scorpio
8b81707ddfdf2b3e137bd50b53b256994ad3847a
ac0285d09348672aaef551290574dc1b28899a5e
refs/heads/master
2023-04-05T06:10:27.914984
2021-04-13T09:18:11
2021-04-13T09:18:11
305,050,037
0
0
null
null
null
null
UTF-8
C++
false
false
1,013
cpp
P1830__轰炸III.cpp
# include <bits/stdc++.h> using namespace std ; int main () { while (1) { int n, m, x, y ; cin >> n >> m >> x >> y ; int turn[y] = {0}, hurt[y] = {0} ; int boom[x][4], dian[y][2] ; for (int a = 0; a < x; a++) for (int b = 0; b < 4; b++) cin >> boom[a][b] ; for (int a = 0; a < y; a++) { for (int b = 0; b < 2; b++) { cin >> dian[a][b] ; } for (int c = 0; c < x; c++) { if ((boom[c][0] <= dian[a][0]&&dian[a][0] <= boom[c][2])&&(boom[c][1] <= dian[a][1]&&dian[a][1] <= boom[c][3])) {hurt[a]++ ; turn[a] = c + 1 ; } } } for (int a = 0; a < y; a++) { if (a == y-1) {if (hurt[a] > 0) cout << "Y " << hurt[a] << " " << turn[a] ; if (hurt[a] == 0) cout << "N " ; } else {if (hurt[a] > 0) cout << "Y " << hurt[a] << " " << turn[a] << endl ; if (hurt[a] == 0) cout << "N " << endl ; } } cout << "\ncycle\n" ; } return 0 ; }
6c23eb1e2fc873899040a3989fd5c74417a5645d
cb494663e0d2709651b61b2386d333bd9c90a8ed
/afs tools/src/ui.cxx
c6463e3b3266a39138eec102e2f425adfff6e038
[]
no_license
megavolt85/tools_for_DC
2ff1a8df12aa46af4cbec9553bfb26ad78b6bc42
687d3b5f412de00ed6a919ece340816ac64d5ccc
refs/heads/master
2021-05-05T12:52:59.300148
2017-10-03T04:29:42
2017-10-03T04:29:42
104,778,573
4
0
null
null
null
null
UTF-8
C++
false
false
6,698
cxx
ui.cxx
// generated by Fast Light User Interface Designer (fluid) version 1.0303 #include "ui.h" Fl_Menu_Item AFSToolsUI::menu_mode_sel[] = { {"\320\240\320\260\321\201\320\277\320\260\320\272\320\276\320\262\320\260\321\ \202\321\214", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {"\320\243\320\277\320\260\320\272\320\276\320\262\320\260\321\202\321\214", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {0,0,0,0,0,0,0,0,0} }; Fl_Menu_Item* AFSToolsUI::btn_unpack = AFSToolsUI::menu_mode_sel + 0; Fl_Menu_Item* AFSToolsUI::btn_pack = AFSToolsUI::menu_mode_sel + 1; AFSToolsUI::AFSToolsUI() { { m_window = new Fl_Double_Window(305, 640, "AFS Tools"); m_window->box(FL_GLEAM_ROUND_DOWN_BOX); m_window->color((Fl_Color)156); m_window->selection_color(FL_DARK1); m_window->user_data((void*)(this)); { mode_sel = new Fl_Choice(20, 40, 135, 25, "\320\222\321\213\320\261\320\276\321\200 \321\200\320\265\320\266\320\270\ \320\274\320\260:"); mode_sel->box(FL_NO_BOX); mode_sel->down_box(FL_BORDER_BOX); mode_sel->color((Fl_Color)206); mode_sel->labeltype(FL_ENGRAVED_LABEL); mode_sel->labelsize(16); mode_sel->align(Fl_Align(FL_ALIGN_TOP)); mode_sel->menu(menu_mode_sel); } // Fl_Choice* mode_sel { fbrowser1 = new Fl_File_Browser(20, 120, 265, 460); fbrowser1->type(2); fbrowser1->box(FL_GLEAM_ROUND_DOWN_BOX); fbrowser1->color(FL_LIGHT2); fbrowser1->when(FL_WHEN_CHANGED); } // Fl_File_Browser* fbrowser1 { btn_all_files = new Fl_Light_Button(20, 80, 115, 25, "\320\222\321\201\321\221 \320\262 \320\277\320\260\320\277\320\272\320\265"); btn_all_files->box(FL_GLEAM_UP_BOX); btn_all_files->down_box(FL_GLEAM_ROUND_DOWN_BOX); btn_all_files->color((Fl_Color)206); btn_all_files->selection_color(FL_GREEN); btn_all_files->when(FL_WHEN_RELEASE_ALWAYS); } // Fl_Light_Button* btn_all_files { Fl_Group* o = new Fl_Group(160, 10, 120, 100, "\320\241\320\277\320\270\321\201\320\276\320\272 \320\270\320\274\321\221\ \320\275"); o->box(FL_GTK_DOWN_BOX); o->color((Fl_Color)156); o->labeltype(FL_EMBOSSED_LABEL); o->labelsize(16); o->align(Fl_Align(FL_ALIGN_TOP|FL_ALIGN_INSIDE)); { rb_ff = new Fl_Round_Button(170, 40, 100, 20, "\320\270\320\267 \321\204\320\260\320\271\320\273\320\260"); rb_ff->type(102); rb_ff->down_box(FL_ROUND_DOWN_BOX); rb_ff->value(1); } // Fl_Round_Button* rb_ff { rb_fl = new Fl_Round_Button(170, 60, 100, 20, "\320\270\320\267 *.lst"); rb_fl->type(102); rb_fl->down_box(FL_ROUND_DOWN_BOX); rb_fl->when(FL_WHEN_RELEASE_ALWAYS); } // Fl_Round_Button* rb_fl { rb_nn = new Fl_Round_Button(170, 80, 100, 20, "\320\261\320\265\320\267 \320\270\320\274\321\221\320\275"); rb_nn->type(102); rb_nn->down_box(FL_ROUND_DOWN_BOX); } // Fl_Round_Button* rb_nn o->end(); } // Fl_Group* o { run_btn = new Fl_Button(80, 590, 135, 30, "\320\240\320\260\321\201\320\277\320\260\320\272\320\276\320\262\320\260\321\ \202\321\214"); run_btn->box(FL_GLEAM_ROUND_UP_BOX); run_btn->down_box(FL_GLEAM_ROUND_DOWN_BOX); run_btn->color((Fl_Color)206); run_btn->labeltype(FL_EMBOSSED_LABEL); run_btn->labelsize(18); run_btn->deactivate(); } // Fl_Button* run_btn m_window->end(); } // Fl_Double_Window* m_window } OF_Choiser::OF_Choiser(Fl_Double_Window *hwnd, const char* path, const char* filter) { { m_win = new Fl_Double_Window(310, 540); m_win->box(FL_GLEAM_ROUND_DOWN_BOX); m_win->color((Fl_Color)156); m_win->user_data((void*)(this)); { fb = new Fl_File_Browser(5, 5, 300, 485); fb->type(2); fb->box(FL_GLEAM_ROUND_DOWN_BOX); fb->color(FL_LIGHT2); fb->callback((Fl_Callback*)cb_fb, (void*)(this)); fb->when(FL_WHEN_CHANGED); } // Fl_File_Browser* fb { sel_btn = new Fl_Return_Button(20, 495, 115, 25, "\320\223\320\276\321\202\320\276\320\262\320\276"); sel_btn->box(FL_GLEAM_ROUND_UP_BOX); sel_btn->color((Fl_Color)206); sel_btn->labeltype(FL_ENGRAVED_LABEL); sel_btn->labelsize(18); sel_btn->callback((Fl_Callback*)cb_select_btn, (void*)(this)); sel_btn->deactivate(); } // Fl_Return_Button* sel_btn { Fl_Button* o = new Fl_Button(170, 495, 115, 25, "\320\236\321\202\320\274\320\265\320\275\320\260"); o->box(FL_GLEAM_ROUND_UP_BOX); o->color((Fl_Color)206); o->labeltype(FL_ENGRAVED_LABEL); o->labelsize(18); o->callback((Fl_Callback*)cb_cancel_btn, (void*)(this)); } // Fl_Button* o m_win->clear_border(); m_win->end(); } // Fl_Double_Window* m_win parent_win = hwnd; fb->filetype(Fl_File_Browser::FILES); fb->filter(filter); fb->load(path); } void OF_Choiser::show() { parent_win->hide(); m_win->show(); filename = NULL; } int OF_Choiser::visible() { return m_win->visible(); } char* OF_Choiser::value() { return filename; } void cb_cancel_btn(Fl_Button* b, void* d) { fc->filename = NULL; fc->parent_win->show(); fc->m_win->hide(); } void cb_select_btn(Fl_Return_Button* b, void* d) { fc->parent_win->show(); fc->m_win->hide(); } void cb_fb(Fl_File_Browser *fb, void* userdata) { int i, ln = fb->size(); for (i = 0; i <= ln; i++) { if (fb->selected(i)) break; } if (i > ln) { fc->sel_btn->deactivate(); fc->filename = NULL; return; } printf("%s\n", fb->text(i)); fc->sel_btn->activate(); fc->filename = (char *) fb->text(i); } Progress_Bar::Progress_Bar(Fl_Double_Window *hwnd) { { m_win = new Fl_Window(500, 115); m_win->box(FL_GLEAM_ROUND_DOWN_BOX); m_win->color((Fl_Color)156); m_win->user_data((void*)(this)); { w_pbar1 = new Fl_Progress(15, 15, 470, 35, "0/0"); w_pbar1->box(FL_GLEAM_ROUND_DOWN_BOX); w_pbar1->color((Fl_Color)212); w_pbar1->selection_color(FL_GREEN); w_pbar1->labeltype(FL_EMBOSSED_LABEL); w_pbar1->labelfont(10); w_pbar1->labelsize(24); } // Fl_Progress* w_pbar1 { w_pbar2 = new Fl_Progress(15, 66, 470, 35, "0%"); w_pbar2->box(FL_GLEAM_ROUND_DOWN_BOX); w_pbar2->color((Fl_Color)212); w_pbar2->selection_color(FL_GREEN); w_pbar2->labeltype(FL_EMBOSSED_LABEL); w_pbar2->labelfont(10); w_pbar2->labelsize(24); } // Fl_Progress* w_pbar2 m_win->clear_border(); m_win->end(); } // Fl_Window* m_win parent_win = hwnd; } void Progress_Bar::show() { parent_win->deactivate(); m_win->show(); Fl::check(); } void Progress_Bar::hide() { m_win->hide(); parent_win->activate(); Fl::check(); }
46c25134ef7d5c5916bf30c49f3cde4900cd6edd
0efb71923c02367a1194a9b47779e8def49a7b9f
/Oblig1/les/1.9/UPrime2Mean
e884412a1872bac8ab7f90062008b5d715d063cd
[]
no_license
andergsv/blandet
bbff505e8663c7547b5412700f51e3f42f088d78
f648b164ea066c918e297001a8049dd5e6f786f9
refs/heads/master
2021-01-17T13:23:44.372215
2016-06-14T21:32:00
2016-06-14T21:32:00
41,495,450
0
0
null
null
null
null
UTF-8
C++
false
false
302,064
UPrime2Mean
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volSymmTensorField; location "1.9"; object UPrime2Mean; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField nonuniform List<symmTensor> 8800 ( (0.000911933 4.81486e-05 0 0.000101779 0 0) (0.0169929 -0.000659607 0 3.84834e-05 0 0) (0.0333892 -6.16831e-05 0 1.05621e-05 0 0) (0.04218 8.54529e-05 0 5.90594e-06 0 0) (0.0478604 5.67586e-05 0 4.97595e-06 0 0) (0.0537498 2.06772e-05 0 6.38403e-06 0 0) (0.0567654 -1.07577e-05 0 7.4788e-06 0 0) (0.0596579 -5.15492e-05 0 9.7287e-06 0 0) (0.0622705 -6.99603e-05 0 1.03269e-05 0 0) (0.0633301 -9.63571e-05 0 1.28156e-05 0 0) (0.0662576 -0.000110546 0 1.28518e-05 0 0) (0.0663524 -0.000139439 0 1.59892e-05 0 0) (0.0696191 -0.000162705 0 1.54938e-05 0 0) (0.0696467 -0.000185016 0 1.92263e-05 0 0) (0.0738443 -0.000263601 0 1.84612e-05 0 0) (0.0741213 -0.000198924 0 2.37971e-05 0 0) (0.0830717 -0.000720417 0 2.56597e-05 0 0) (0.0812657 0.000790454 0 6.79684e-05 0 0) (0.132583 -0.00893493 0 0.000931003 0 0) (0.139711 0.0158205 0 0.00314605 0 0) (0.00548673 0.00140207 0 0.000620113 0 0) (0.00158176 -0.000642226 0 0.000824182 0 0) (0.0108969 -0.00108032 0 0.000358907 0 0) (0.0172323 -0.0012945 0 0.000155422 0 0) (0.0258491 -0.00118107 0 9.86379e-05 0 0) (0.0381763 -0.00111913 0 8.43663e-05 0 0) (0.0489295 -0.00141768 0 9.87486e-05 0 0) (0.0573865 -0.000989883 0 7.6115e-05 0 0) (0.0734083 -0.00151071 0 0.000100742 0 0) (0.072914 -0.00112713 0 8.53544e-05 0 0) (0.0959919 -0.0016757 0 0.000113517 0 0) (0.0869993 -0.00145735 0 0.000108361 0 0) (0.116445 -0.00215224 0 0.000148364 0 0) (0.100824 -0.00189259 0 0.000145451 0 0) (0.137626 -0.00295449 0 0.000213844 0 0) (0.114605 -0.0029491 0 0.000244699 0 0) (0.165476 -0.00327747 0 0.000330364 0 0) (0.136463 -0.00705138 0 0.000873528 0 0) (0.229668 -0.00374189 0 0.000663224 0 0) (0.223616 -0.0294389 0 0.0110963 0 0) (0.0138017 0.000560267 0 0.000421088 0 0) (0.0137482 0.000106691 0 0.000996846 0 0) (0.035359 -8.41202e-05 0 0.000656813 0 0) (0.0384259 -0.00104638 0 0.000383205 0 0) (0.0542349 -0.00105073 0 0.000314438 0 0) (0.0631353 -0.00158555 0 0.000300441 0 0) (0.0824201 -0.00317763 0 0.00036038 0 0) (0.0871836 -0.00197735 0 0.000254519 0 0) (0.122513 -0.00452826 0 0.000344945 0 0) (0.111202 -0.00291067 0 0.000237337 0 0) (0.167562 -0.00558733 0 0.000356804 0 0) (0.135198 -0.00408307 0 0.000283265 0 0) (0.213802 -0.00744218 0 0.000496107 0 0) (0.156538 -0.00524311 0 0.000411975 0 0) (0.263825 -0.010669 0 0.000840497 0 0) (0.170285 -0.00648138 0 0.000720475 0 0) (0.322734 -0.0144666 0 0.00146841 0 0) (0.183448 -0.00868513 0 0.00183675 0 0) (0.402663 -0.0188781 0 0.00333906 0 0) (0.228649 -0.0260874 0 0.0136533 0 0) (0.0677477 -0.0003491 0 0.000344259 0 0) (0.0792013 -8.85628e-05 0 0.000823583 0 0) (0.12282 -0.00112015 0 0.000683765 0 0) (0.128138 -0.00213753 0 0.000484565 0 0) (0.158571 -0.00141769 0 0.000496955 0 0) (0.164804 -0.0025997 0 0.000525891 0 0) (0.199631 -0.00501642 0 0.000703248 0 0) (0.195994 -0.00259042 0 0.000531797 0 0) (0.251452 -0.00846315 0 0.000814833 0 0) (0.224266 -0.00457456 0 0.000537541 0 0) (0.310371 -0.011298 0 0.0008979 0 0) (0.251139 -0.00730324 0 0.000654189 0 0) (0.373733 -0.0154127 0 0.00125822 0 0) (0.274742 -0.00990914 0 0.0009276 0 0) (0.443639 -0.0220957 0 0.00209485 0 0) (0.287144 -0.0123702 0 0.00151744 0 0) (0.524871 -0.0299404 0 0.00336938 0 0) (0.285071 -0.015912 0 0.0037609 0 0) (0.627367 -0.0358849 0 0.00563663 0 0) (0.281039 -0.0311092 0 0.0210568 0 0) (0.264526 -0.0011758 0 0.000575998 0 0) (0.261926 0.000171595 0 0.00110226 0 0) (0.292816 -0.00392773 0 0.00132009 0 0) (0.281995 -0.00400633 0 0.000988814 0 0) (0.305401 -0.00417462 0 0.00108456 0 0) (0.297742 -0.00566559 0 0.000999235 0 0) (0.32724 -0.00846414 0 0.00154031 0 0) (0.312641 -0.00517269 0 0.00113283 0 0) (0.359231 -0.0131186 0 0.00194629 0 0) (0.328064 -0.00726683 0 0.00130829 0 0) (0.394707 -0.0169598 0 0.00227642 0 0) (0.344444 -0.0107996 0 0.00156588 0 0) (0.430892 -0.0221718 0 0.0030051 0 0) (0.361444 -0.014227 0 0.00201 0 0) (0.468615 -0.0305161 0 0.0043932 0 0) (0.374463 -0.0178327 0 0.0027561 0 0) (0.511655 -0.0409339 0 0.00639797 0 0) (0.377605 -0.0226547 0 0.00518707 0 0) (0.568169 -0.0507415 0 0.00978291 0 0) (0.3659 -0.0320066 0 0.0239327 0 0) (0.331299 -0.00522165 0 0.00188976 0 0) (0.28399 -0.00103015 0 0.0025723 0 0) (0.277162 -0.00727019 0 0.0032564 0 0) (0.237644 -0.00569128 0 0.00210891 0 0) (0.246067 -0.00800136 0 0.00287898 0 0) (0.226089 -0.00752784 0 0.00236164 0 0) (0.231244 -0.0105998 0 0.00341741 0 0) (0.216695 -0.00706628 0 0.00248073 0 0) (0.226602 -0.0135178 0 0.00410075 0 0) (0.214269 -0.0089136 0 0.00275324 0 0) (0.22477 -0.016259 0 0.00464462 0 0) (0.216682 -0.0119376 0 0.00329111 0 0) (0.223186 -0.0192966 0 0.00566356 0 0) (0.224858 -0.0148673 0 0.00397435 0 0) (0.219615 -0.0239037 0 0.00763891 0 0) (0.238319 -0.0184172 0 0.00495918 0 0) (0.213292 -0.0292965 0 0.0106999 0 0) (0.257081 -0.0232057 0 0.00749581 0 0) (0.20643 -0.0336166 0 0.0173705 0 0) (0.28411 -0.0314707 0 0.0213802 0 0) (0.153545 -0.00853685 0 0.00352946 0 0) (0.136375 -0.00731586 0 0.00521768 0 0) (0.127358 -0.00676554 0 0.0050931 0 0) (0.117864 -0.00963277 0 0.00432532 0 0) (0.115107 -0.00865266 0 0.00526482 0 0) (0.116675 -0.00890019 0 0.00469789 0 0) (0.112442 -0.00925023 0 0.00529284 0 0) (0.114482 -0.00896665 0 0.0047984 0 0) (0.114792 -0.00985009 0 0.00584872 0 0) (0.116806 -0.00977903 0 0.00517702 0 0) (0.11506 -0.0112839 0 0.00655345 0 0) (0.12324 -0.0107893 0 0.00586901 0 0) (0.118303 -0.0118346 0 0.00772424 0 0) (0.132594 -0.0121702 0 0.00692193 0 0) (0.120418 -0.0119951 0 0.00977446 0 0) (0.146092 -0.0138351 0 0.00840383 0 0) (0.121865 -0.0107164 0 0.01312 0 0) (0.166037 -0.0155758 0 0.0121856 0 0) (0.124316 -0.00471147 0 0.0209698 0 0) (0.197049 -0.013912 0 0.0320097 0 0) (0.134861 -0.01001 0 0.00435984 0 0) (0.164482 -0.0160387 0 0.00872343 0 0) (0.131809 -0.00733622 0 0.0068538 0 0) (0.166823 -0.0120412 0 0.00594057 0 0) (0.144584 -0.0100314 0 0.00689678 0 0) (0.16436 -0.00984786 0 0.00683935 0 0) (0.16162 -0.00841529 0 0.00633669 0 0) (0.168173 -0.00999252 0 0.00693515 0 0) (0.173874 -0.00789293 0 0.00708271 0 0) (0.172907 -0.00947615 0 0.00716487 0 0) (0.185358 -0.00759517 0 0.00766379 0 0) (0.178677 -0.00899123 0 0.00816248 0 0) (0.200926 -0.0059399 0 0.00874407 0 0) (0.187845 -0.00892193 0 0.00936305 0 0) (0.212619 -0.00315211 0 0.0106781 0 0) (0.199922 -0.00841868 0 0.0111786 0 0) (0.228264 0.00183518 0 0.0136979 0 0) (0.216344 -0.00685939 0 0.0162234 0 0) (0.244417 0.0128425 0 0.02152 0 0) (0.240091 -0.000210181 0 0.0374684 0 0) (0.230799 -0.00714283 0 0.00418431 0 0) (0.25798 -0.015235 0 0.0111451 0 0) (0.222731 -0.00475095 0 0.0077944 0 0) (0.229455 -0.00758495 0 0.00690837 0 0) (0.253122 -0.00569369 0 0.00687163 0 0) (0.217944 -0.00571098 0 0.00767634 0 0) (0.283364 -0.00363789 0 0.00641829 0 0) (0.216577 -0.00555296 0 0.00773853 0 0) (0.299 -0.00166201 0 0.0068685 0 0) (0.220164 -0.00542854 0 0.00825853 0 0) (0.308976 0.000203787 0 0.00739096 0 0) (0.228469 -0.00431184 0 0.00907758 0 0) (0.322192 0.00275254 0 0.00846711 0 0) (0.23974 -0.00367761 0 0.0103846 0 0) (0.337474 0.00649418 0 0.00972383 0 0) (0.253962 -0.00226582 0 0.0121836 0 0) (0.352231 0.0126021 0 0.0121105 0 0) (0.274529 0.000516108 0 0.0167955 0 0) (0.368589 0.0242701 0 0.0182988 0 0) (0.312414 0.00552819 0 0.0310911 0 0) (0.258543 -0.00349054 0 0.00304126 0 0) (0.286857 -0.00707102 0 0.00849734 0 0) (0.277156 -0.000701895 0 0.00509568 0 0) (0.23815 -0.00144331 0 0.00522498 0 0) (0.29786 -0.000630204 0 0.00466588 0 0) (0.229774 -0.000799278 0 0.00563248 0 0) (0.308083 0.00118674 0 0.00435621 0 0) (0.229741 -0.000531418 0 0.00583167 0 0) (0.308102 0.00318037 0 0.00467969 0 0) (0.23395 -0.000310564 0 0.00610455 0 0) (0.314148 0.00420314 0 0.00511185 0 0) (0.247552 0.000811481 0 0.00655586 0 0) (0.321575 0.00664841 0 0.00571024 0 0) (0.263316 0.00158129 0 0.00739358 0 0) (0.330148 0.0098014 0 0.00631933 0 0) (0.284559 0.00373165 0 0.00849575 0 0) (0.341745 0.0147708 0 0.00743481 0 0) (0.318282 0.00800089 0 0.0112349 0 0) (0.358649 0.0237145 0 0.0109706 0 0) (0.386266 0.013325 0 0.0203684 0 0) (0.175115 -0.00118746 0 0.00227423 0 0) (0.200511 -0.00113351 0 0.00528032 0 0) (0.190382 0.00185797 0 0.00360394 0 0) (0.16989 0.00287317 0 0.00333381 0 0) (0.198099 0.00183229 0 0.00399256 0 0) (0.171706 0.00265042 0 0.00404421 0 0) (0.199243 0.00307848 0 0.00388004 0 0) (0.174944 0.00367736 0 0.00427662 0 0) (0.199133 0.00436386 0 0.00405173 0 0) (0.182848 0.00444812 0 0.00448664 0 0) (0.19874 0.00545395 0 0.0043556 0 0) (0.198838 0.0055431 0 0.00470487 0 0) (0.203298 0.00733032 0 0.00466589 0 0) (0.212277 0.00707528 0 0.0051306 0 0) (0.208789 0.00949731 0 0.00502327 0 0) (0.232005 0.0100271 0 0.00571064 0 0) (0.214478 0.0125872 0 0.00572008 0 0) (0.263761 0.0154125 0 0.00705414 0 0) (0.219508 0.0184235 0 0.00800371 0 0) (0.323289 0.0227473 0 0.0127723 0 0) (0.0760328 -0.00029111 0 0.00200515 0 0) (0.0854778 0.000603131 0 0.00435376 0 0) (0.0768425 0.00121958 0 0.00337982 0 0) (0.0807899 0.00233703 0 0.00330804 0 0) (0.0817691 0.00130737 0 0.00364313 0 0) (0.0852478 0.00211081 0 0.00386838 0 0) (0.085321 0.00144127 0 0.00370944 0 0) (0.0899634 0.00328977 0 0.00410318 0 0) (0.0861566 0.00215163 0 0.00370492 0 0) (0.0988372 0.00402519 0 0.00414762 0 0) (0.0854733 0.00285713 0 0.00382842 0 0) (0.110019 0.00479747 0 0.00424178 0 0) (0.0888319 0.00364704 0 0.00393941 0 0) (0.121062 0.00582324 0 0.00440846 0 0) (0.0920608 0.00420972 0 0.00397287 0 0) (0.135898 0.00782948 0 0.00458534 0 0) (0.093684 0.00519738 0 0.00419883 0 0) (0.158131 0.0112437 0 0.00530857 0 0) (0.0949873 0.00815719 0 0.00545954 0 0) (0.199067 0.016071 0 0.00889172 0 0) (0.0252152 -9.20866e-05 0 0.00164533 0 0) (0.0275426 0.000216292 0 0.003602 0 0) (0.0250368 -0.000281223 0 0.00295201 0 0) (0.032633 0.000637344 0 0.00272528 0 0) (0.0300793 0.000243699 0 0.00277158 0 0) (0.034202 0.000786603 0 0.00292089 0 0) (0.0329182 9.49802e-05 0 0.00291739 0 0) (0.0383671 0.00135802 0 0.00322563 0 0) (0.0341767 0.000206584 0 0.00285551 0 0) (0.0438236 0.00190413 0 0.00307196 0 0) (0.0346245 0.000813089 0 0.00280822 0 0) (0.048392 0.00224909 0 0.00308527 0 0) (0.0367218 0.00110319 0 0.00290188 0 0) (0.0540237 0.00263206 0 0.00299948 0 0) (0.0395348 0.0012736 0 0.00271825 0 0) (0.060665 0.00361215 0 0.00285473 0 0) (0.0421426 0.0019422 0 0.00267944 0 0) (0.0706681 0.00542386 0 0.00310178 0 0) (0.0469691 0.00419387 0 0.0034071 0 0) (0.0900224 0.00882288 0 0.00523145 0 0) (0.00764885 -0.000211085 0 0.00119215 0 0) (0.00556003 -0.00054424 0 0.00270474 0 0) (0.00658385 -0.00119286 0 0.00240916 0 0) (0.00976473 -0.000497758 0 0.00187395 0 0) (0.00984169 -0.000193996 0 0.00193604 0 0) (0.011049 -0.000247271 0 0.00187481 0 0) (0.012442 -0.000276182 0 0.00200487 0 0) (0.0135905 -0.000268192 0 0.00214998 0 0) (0.0149297 -0.000566708 0 0.00194402 0 0) (0.0168608 -2.11816e-06 0 0.0019202 0 0) (0.0162136 -0.000120104 0 0.00180136 0 0) (0.0189982 0.00013932 0 0.00185161 0 0) (0.0180328 -0.000111133 0 0.00185831 0 0) (0.0222489 2.56234e-06 0 0.00176924 0 0) (0.0208462 -2.68371e-05 0 0.00164501 0 0) (0.0261789 0.000440338 0 0.00154615 0 0) (0.0245156 0.000602781 0 0.00149115 0 0) (0.0328202 0.00171306 0 0.00166541 0 0) (0.0320494 0.00274336 0 0.00195122 0 0) (0.0459119 0.00577284 0 0.00327223 0 0) (0.00640304 -0.00032023 0 0.000884188 0 0) (0.00275295 -0.000758488 0 0.00212573 0 0) (0.00386698 -0.00130271 0 0.00196294 0 0) (0.00514341 -0.000864997 0 0.00142295 0 0) (0.00662152 -0.000425533 0 0.00148655 0 0) (0.00646339 -0.000418778 0 0.00142455 0 0) (0.00802265 -0.000501252 0 0.00162267 0 0) (0.00827369 -0.000838277 0 0.00173579 0 0) (0.0104868 -0.000859522 0 0.00160388 0 0) (0.0106542 -0.000607013 0 0.00151117 0 0) (0.0123325 -0.000423081 0 0.00139263 0 0) (0.0123332 -0.000393624 0 0.0013756 0 0) (0.0140753 -0.00037386 0 0.00136296 0 0) (0.0145921 -0.000582345 0 0.00126249 0 0) (0.0166343 -0.000385009 0 0.00114316 0 0) (0.0174122 -0.000319314 0 0.00101256 0 0) (0.0200047 0.000206883 0 0.000916285 0 0) (0.0224405 0.000748221 0 0.0009372 0 0) (0.0268853 0.00215936 0 0.00110589 0 0) (0.0333751 0.00430497 0 0.00181846 0 0) (0.00783926 -0.00031197 0 0.000526313 0 0) (0.00440353 -0.000216583 0 0.00140001 0 0) (0.00454221 -0.000778655 0 0.00134438 0 0) (0.0054716 -0.000587058 0 0.000998812 0 0) (0.00722802 -0.000299201 0 0.00112609 0 0) (0.00669699 -0.000132684 0 0.00102124 0 0) (0.00864527 -0.000263185 0 0.00112794 0 0) (0.00784282 -0.00031715 0 0.00121766 0 0) (0.0095979 -0.000438822 0 0.00115511 0 0) (0.00828485 -0.000129274 0 0.00107792 0 0) (0.00994838 -0.000115822 0 0.00095687 0 0) (0.00833487 7.01346e-05 0 0.00089852 0 0) (0.0097437 1.35352e-05 0 0.000850574 0 0) (0.00804029 -6.96835e-06 0 0.000785505 0 0) (0.00945218 -3.98737e-06 0 0.000692403 0 0) (0.00798328 2.86949e-05 0 0.000623801 0 0) (0.00971489 0.000327166 0 0.000520829 0 0) (0.00947855 0.0005895 0 0.000527577 0 0) (0.0127018 0.00154951 0 0.000606883 0 0) (0.0160935 0.00258989 0 0.00100894 0 0) (0.0067843 -0.00049982 0 0.000327277 0 0) (0.00358135 8.39033e-07 0 0.000962323 0 0) (0.00391819 -0.000283944 0 0.000820863 0 0) (0.00523703 -0.000247305 0 0.000561163 0 0) (0.006499 -8.28112e-05 0 0.000671813 0 0) (0.00566312 6.76746e-05 0 0.000638647 0 0) (0.00639367 0.000128796 0 0.000664257 0 0) (0.00501872 0.000397199 0 0.000675799 0 0) (0.00486698 0.000398674 0 0.000614018 0 0) (0.00394125 0.000684179 0 0.000553613 0 0) (0.00358219 0.000598523 0 0.000484527 0 0) (0.00349097 0.000795433 0 0.000447728 0 0) (0.00284525 0.000652955 0 0.000416133 0 0) (0.00350971 0.000764001 0 0.000386151 0 0) (0.00281458 0.000516064 0 0.000334902 0 0) (0.00414963 0.000650149 0 0.00031407 0 0) (0.00371923 0.000382493 0 0.000266845 0 0) (0.00558343 0.000678384 0 0.000271376 0 0) (0.00630867 0.000656629 0 0.000371836 0 0) (0.00921935 0.00134328 0 0.000516261 0 0) (0.00543171 -0.00100515 0 0.000384282 0 0) (0.00170429 -0.000293593 0 0.000976983 0 0) (0.00185573 -4.18848e-05 0 0.000636079 0 0) (0.00251803 0.000122973 0 0.000372995 0 0) (0.00262109 0.000470732 0 0.000356232 0 0) (0.00274395 0.000744459 0 0.000319305 0 0) (0.00427544 0.00090392 0 0.000301735 0 0) (0.00671806 0.00107151 0 0.000283997 0 0) (0.0083755 0.000996669 0 0.000244396 0 0) (0.0124168 0.00103034 0 0.000213916 0 0) (0.0131764 0.000874679 0 0.000185703 0 0) (0.0182653 0.000903571 0 0.000172632 0 0) (0.0177103 0.000735775 0 0.000165944 0 0) (0.0235464 0.000781177 0 0.000154053 0 0) (0.0218985 0.00047498 0 0.000137903 0 0) (0.0278114 0.000598651 0 0.000130393 0 0) (0.0255506 4.3898e-05 0 0.000117961 0 0) (0.0299499 0.000451387 0 0.000125819 0 0) (0.0283758 -0.000317468 0 0.000175598 0 0) (0.0296562 0.000870198 0 0.000328372 0 0) (0.00479117 -0.00149883 0 0.000607317 0 0) (0.000825806 0.000579155 0 0.000813024 0 0) (0.00450099 0.00114897 0 0.000345275 0 0) (0.00895838 0.00100932 0 0.000144019 0 0) (0.014039 0.000987089 0 0.000100131 0 0) (0.0205667 0.000891858 0 8.03654e-05 0 0) (0.026751 0.000747767 0 7.33656e-05 0 0) (0.0334144 0.000642571 0 6.87342e-05 0 0) (0.037419 0.000514483 0 6.39122e-05 0 0) (0.0432926 0.000460553 0 6.10062e-05 0 0) (0.0451096 0.000373678 0 5.84746e-05 0 0) (0.0506922 0.000372412 0 5.62007e-05 0 0) (0.0507793 0.000291749 0 5.59571e-05 0 0) (0.0564396 0.000312189 0 5.11968e-05 0 0) (0.0550855 0.00014929 0 4.72237e-05 0 0) (0.0603334 0.000186922 0 4.2513e-05 0 0) (0.0576536 -0.000153708 0 4.0651e-05 0 0) (0.0603702 6.96127e-05 0 4.05495e-05 0 0) (0.0582589 -0.00060123 0 6.00954e-05 0 0) (0.0542973 0.000358277 0 0.000177633 0 0) (0.000887772 -5.23835e-05 0 0.000100942 0 0) (0.0169875 0.00066081 0 3.73263e-05 0 0) (0.0331458 6.05244e-05 0 9.527e-06 0 0) (0.0412812 -0.000101023 0 4.41105e-06 0 0) (0.0473137 -7.4299e-05 0 3.79074e-06 0 0) (0.0519572 -5.68267e-05 0 4.15681e-06 0 0) (0.0549181 -3.77353e-05 0 5.02975e-06 0 0) (0.0574666 -1.64172e-05 0 5.39833e-06 0 0) (0.0588619 -9.45862e-06 0 5.96847e-06 0 0) (0.0606913 5.15001e-07 0 6.02103e-06 0 0) (0.0612779 -3.72607e-06 0 6.1289e-06 0 0) (0.0628034 5.3219e-06 0 5.80562e-06 0 0) (0.062885 -6.34134e-06 0 5.64605e-06 0 0) (0.064295 2.17666e-06 0 4.99106e-06 0 0) (0.0638252 -2.64685e-05 0 4.58682e-06 0 0) (0.06482 -2.30942e-05 0 3.81986e-06 0 0) (0.0633769 -7.7314e-05 0 3.48497e-06 0 0) (0.0629851 -6.31841e-05 0 3.07127e-06 0 0) (0.0611802 -0.000227289 0 3.90148e-06 0 0) (0.0553982 0.000307696 0 2.2134e-05 0 0) (0.263556 -0.127033 0 0.0792992 0 0) (0.286737 -0.150418 0 0.111154 0 0) (0.293106 -0.144009 0 0.13284 0 0) (0.308594 -0.127045 0 0.148855 0 0) (0.317363 -0.108393 0 0.158411 0 0) (0.371396 -0.0949436 0 0.164495 0 0) (0.402495 -0.0906101 0 0.170054 0 0) (0.488029 -0.0996699 0 0.178466 0 0) (0.532823 -0.112757 0 0.188757 0 0) (0.619952 -0.131565 0 0.199696 0 0) (0.654035 -0.144295 0 0.211444 0 0) (0.732519 -0.161103 0 0.226228 0 0) (0.760865 -0.168806 0 0.241755 0 0) (0.839964 -0.184588 0 0.256109 0 0) (0.874244 -0.194321 0 0.266089 0 0) (0.959382 -0.217185 0 0.274645 0 0) (0.996257 -0.237167 0 0.285606 0 0) (1.08821 -0.271252 0 0.302313 0 0) (1.12532 -0.296268 0 0.325813 0 0) (1.23798 -0.332593 0 0.355825 0 0) (1.29121 -0.354402 0 0.383575 0 0) (1.43069 -0.393304 0 0.413492 0 0) (1.49154 -0.417176 0 0.442702 0 0) (1.653 -0.462305 0 0.473269 0 0) (1.72352 -0.48686 0 0.50217 0 0) (1.90049 -0.541357 0 0.535429 0 0) (1.98374 -0.567575 0 0.568178 0 0) (2.16693 -0.63915 0 0.606186 0 0) (2.26591 -0.672472 0 0.645965 0 0) (2.44638 -0.759624 0 0.695113 0 0) (2.56284 -0.796925 0 0.747967 0 0) (2.75134 -0.890235 0 0.806249 0 0) (2.88606 -0.928164 0 0.86326 0 0) (3.10508 -1.03035 0 0.924757 0 0) (3.24897 -1.07428 0 0.982618 0 0) (3.49761 -1.19 0 1.04536 0 0) (3.61908 -1.23332 0 1.10035 0 0) (3.88192 -1.3587 0 1.16143 0 0) (3.96271 -1.39399 0 1.21472 0 0) (4.22831 -1.52401 0 1.27828 0 0) (4.25935 -1.53828 0 1.33549 0 0) (4.5155 -1.66458 0 1.39935 0 0) (4.4996 -1.65236 0 1.45393 0 0) (4.76195 -1.77285 0 1.51777 0 0) (4.71869 -1.74853 0 1.57176 0 0) (5.01526 -1.87241 0 1.63518 0 0) (4.96194 -1.84402 0 1.68472 0 0) (5.31345 -1.97619 0 1.7533 0 0) (5.25804 -1.95616 0 1.80456 0 0) (5.67667 -2.10002 0 1.88194 0 0) (5.60064 -2.09029 0 1.94101 0 0) (6.08265 -2.2479 0 2.03273 0 0) (5.944 -2.22992 0 2.10291 0 0) (6.46921 -2.39466 0 2.20325 0 0) (6.22908 -2.34079 0 2.27068 0 0) (6.78212 -2.50995 0 2.36949 0 0) (6.43681 -2.40942 0 2.41882 0 0) (7.02179 -2.58479 0 2.50221 0 0) (6.58029 -2.45486 0 2.53788 0 0) (7.23029 -2.65066 0 2.61537 0 0) (6.68592 -2.51761 0 2.65317 0 0) (7.42617 -2.73682 0 2.73747 0 0) (6.75258 -2.5961 0 2.7841 0 0) (7.56589 -2.81947 0 2.87691 0 0) (6.75451 -2.64292 0 2.91761 0 0) (7.61702 -2.84377 0 3.0003 0 0) (6.70691 -2.62288 0 3.00247 0 0) (7.63639 -2.78253 0 3.04501 0 0) (6.66267 -2.55273 0 3.02468 0 0) (7.72306 -2.72409 0 3.07519 0 0) (6.68134 -2.50075 0 3.0762 0 0) (7.89944 -2.70654 0 3.13445 0 0) (6.76472 -2.47194 0 3.13947 0 0) (8.16556 -2.74647 0 3.21193 0 0) (6.90325 -2.49339 0 3.25037 0 0) (8.45893 -2.84655 0 3.37061 0 0) (7.08247 -2.55852 0 3.44935 0 0) (8.70548 -2.96045 0 3.6238 0 0) (7.23512 -2.62852 0 3.7184 0 0) (8.88215 -3.03098 0 3.91906 0 0) (7.29573 -2.66635 0 4.00883 0 0) (8.99169 -3.05691 0 4.19306 0 0) (7.27202 -2.66446 0 4.24893 0 0) (9.04205 -3.06023 0 4.41011 0 0) (7.21276 -2.63221 0 4.43956 0 0) (8.98299 -3.01265 0 4.5938 0 0) (7.16553 -2.55445 0 4.617 0 0) (8.88365 -2.91833 0 4.80119 0 0) (7.14002 -2.46865 0 4.83684 0 0) (8.83868 -2.80544 0 5.01828 0 0) (7.14888 -2.39273 0 5.06242 0 0) (8.85956 -2.75627 0 5.26865 0 0) (7.22645 -2.36967 0 5.34573 0 0) (8.94961 -2.74996 0 5.57442 0 0) (7.34421 -2.34605 0 5.65232 0 0) (9.03741 -2.73266 0 5.89837 0 0) (7.46912 -2.30746 0 5.98383 0 0) (9.10373 -2.69426 0 6.26816 0 0) (7.55967 -2.25102 0 6.3615 0 0) (9.06224 -2.61979 0 6.67668 0 0) (7.5524 -2.16327 0 6.80982 0 0) (8.98598 -2.54525 0 7.16276 0 0) (7.44306 -2.06041 0 7.29602 0 0) (8.90351 -2.45247 0 7.63826 0 0) (7.28443 -1.95267 0 7.71377 0 0) (8.78913 -2.3837 0 8.0493 0 0) (7.10263 -1.83239 0 8.0945 0 0) (8.64196 -2.26476 0 8.36415 0 0) (6.9754 -1.67034 0 8.35467 0 0) (8.51076 -2.11921 0 8.62991 0 0) (6.94133 -1.53627 0 8.61143 0 0) (8.44328 -2.00363 0 8.87258 0 0) (7.01242 -1.43382 0 8.83577 0 0) (8.40726 -1.89919 0 9.10448 0 0) (7.09715 -1.31134 0 9.06878 0 0) (8.34734 -1.76586 0 9.34084 0 0) (7.1862 -1.21166 0 9.34984 0 0) (8.25949 -1.6421 0 9.65725 0 0) (7.28346 -1.14625 0 9.7168 0 0) (8.21804 -1.53583 0 10.0461 0 0) (7.38216 -1.10826 0 10.1461 0 0) (8.15838 -1.46143 0 10.4578 0 0) (7.39745 -1.07415 0 10.5798 0 0) (8.05132 -1.40316 0 10.873 0 0) (7.36636 -1.04203 0 10.959 0 0) (7.96353 -1.33194 0 11.1974 0 0) (7.29722 -0.978687 0 11.2776 0 0) (7.88804 -1.25547 0 11.494 0 0) (7.27493 -0.94453 0 11.5717 0 0) (7.78193 -1.21276 0 11.7574 0 0) (7.31685 -0.987435 0 11.8909 0 0) (7.71414 -1.20789 0 12.1026 0 0) (7.4293 -1.05235 0 12.2658 0 0) (7.71421 -1.16994 0 12.4358 0 0) (7.51126 -1.05882 0 12.5905 0 0) (7.69853 -1.07434 0 12.7591 0 0) (7.54525 -0.979815 0 12.8938 0 0) (7.66202 -0.964256 0 13.1213 0 0) (7.55761 -0.879678 0 13.3266 0 0) (7.62546 -0.857411 0 13.5181 0 0) (7.53325 -0.815395 0 13.728 0 0) (7.54106 -0.748162 0 13.8571 0 0) (7.51469 -0.745039 0 14.0518 0 0) (7.41361 -0.637337 0 14.196 0 0) (7.37028 -0.64771 0 14.4419 0 0) (7.19528 -0.495193 0 14.5601 0 0) (7.18925 -0.490849 0 14.6833 0 0) (6.9983 -0.383277 0 14.7734 0 0) (7.00906 -0.298001 0 14.9373 0 0) (6.81967 -0.275338 0 15.002 0 0) (6.82246 -0.15378 0 15.0523 0 0) (6.64748 -0.164878 0 14.9956 0 0) (6.65292 -0.0275696 0 15.0166 0 0) (6.51831 -0.0701578 0 14.9151 0 0) (6.53198 0.0907367 0 15.0018 0 0) (6.41239 -0.001239 0 14.923 0 0) (6.46133 0.157514 0 15.027 0 0) (6.36502 0.0561849 0 14.8934 0 0) (6.41673 0.160291 0 15.0203 0 0) (6.25757 0.0145119 0 14.8509 0 0) (6.30994 0.0846298 0 14.9541 0 0) (6.14097 -0.0492568 0 14.8408 0 0) (6.20535 0.0202475 0 14.8631 0 0) (6.08037 -0.138237 0 14.7396 0 0) (6.17953 -0.053014 0 14.7175 0 0) (6.05688 -0.249826 0 14.5858 0 0) (6.18443 -0.174191 0 14.5556 0 0) (5.99718 -0.435888 0 14.4384 0 0) (6.15157 -0.288265 0 14.3361 0 0) (6.01474 -0.612947 0 14.1558 0 0) (6.06119 -0.470516 0 14.0069 0 0) (6.09297 -0.838254 0 13.8536 0 0) (5.92181 -0.629018 0 13.5348 0 0) (6.21619 -1.08314 0 13.2388 0 0) (5.87537 -0.68653 0 12.9052 0 0) (6.24225 -1.14949 0 12.5709 0 0) (5.92588 -0.719901 0 12.2613 0 0) (6.28306 -1.14156 0 11.8173 0 0) (5.94788 -0.773135 0 11.6492 0 0) (6.33516 -1.08769 0 11.0448 0 0) (5.93341 -0.844201 0 11.0398 0 0) (6.29089 -1.00931 0 10.2088 0 0) (5.79614 -0.985868 0 10.482 0 0) (6.09529 -0.852748 0 9.38068 0 0) (5.62164 -1.08633 0 10.0419 0 0) (5.79871 -0.599008 0 8.65905 0 0) (5.41382 -1.14192 0 9.74014 0 0) (5.42277 -0.291949 0 8.15094 0 0) (5.11368 -1.07969 0 9.68316 0 0) (5.05976 0.185352 0 7.97321 0 0) (4.73557 -0.891481 0 9.94193 0 0) (4.72048 0.761384 0 8.04634 0 0) (4.33117 -0.546719 0 10.6989 0 0) (4.25041 1.43404 0 8.63162 0 0) (3.99385 0.000355381 0 12.2121 0 0) (3.73619 2.40559 0 10.2019 0 0) (3.54377 0.401719 0 14.5902 0 0) (2.97948 3.66348 0 13.1828 0 0) (3.33226 2.42602 0 20.0594 0 0) (1.08322 0.713108 0 21.979 0 0) (0.247132 -0.104951 0 0.0890945 0 0) (0.220243 -0.11206 0 0.11604 0 0) (0.235404 -0.100486 0 0.122495 0 0) (0.206543 -0.0920529 0 0.12653 0 0) (0.228737 -0.0827587 0 0.127003 0 0) (0.222754 -0.0820712 0 0.126154 0 0) (0.260848 -0.0863798 0 0.128479 0 0) (0.268529 -0.0988615 0 0.135553 0 0) (0.315719 -0.108885 0 0.144056 0 0) (0.322828 -0.12374 0 0.15322 0 0) (0.368493 -0.131731 0 0.163017 0 0) (0.371443 -0.146763 0 0.175625 0 0) (0.419793 -0.153776 0 0.188423 0 0) (0.429512 -0.170208 0 0.201719 0 0) (0.488424 -0.17877 0 0.213409 0 0) (0.514347 -0.201991 0 0.226237 0 0) (0.587011 -0.21902 0 0.240459 0 0) (0.63153 -0.254916 0 0.258767 0 0) (0.711648 -0.278677 0 0.278958 0 0) (0.766495 -0.320278 0 0.303585 0 0) (0.845558 -0.342584 0 0.328315 0 0) (0.911628 -0.385748 0 0.355663 0 0) (0.990521 -0.405342 0 0.382025 0 0) (1.07344 -0.453614 0 0.411148 0 0) (1.15448 -0.47125 0 0.439152 0 0) (1.26006 -0.528307 0 0.472812 0 0) (1.35098 -0.547041 0 0.506056 0 0) (1.48345 -0.617288 0 0.546274 0 0) (1.5896 -0.64308 0 0.585717 0 0) (1.74511 -0.729013 0 0.63433 0 0) (1.85948 -0.762249 0 0.68111 0 0) (2.03213 -0.860126 0 0.736409 0 0) (2.13832 -0.89401 0 0.787031 0 0) (2.32607 -1.00042 0 0.845458 0 0) (2.4067 -1.02915 0 0.896828 0 0) (2.61062 -1.14369 0 0.955774 0 0) (2.64451 -1.15853 0 1.00691 0 0) (2.86329 -1.27936 0 1.06459 0 0) (2.84037 -1.27564 0 1.1158 0 0) (3.07975 -1.40423 0 1.17403 0 0) (3.0071 -1.37902 0 1.22572 0 0) (3.26861 -1.51138 0 1.28807 0 0) (3.16295 -1.47134 0 1.33879 0 0) (3.45819 -1.60605 0 1.40537 0 0) (3.33752 -1.55983 0 1.45492 0 0) (3.67542 -1.70211 0 1.52973 0 0) (3.54876 -1.65771 0 1.58063 0 0) (3.93393 -1.80985 0 1.66055 0 0) (3.78952 -1.76461 0 1.71292 0 0) (4.22501 -1.92804 0 1.79696 0 0) (4.03248 -1.86899 0 1.85184 0 0) (4.52238 -2.04718 0 1.94036 0 0) (4.25171 -1.95533 0 1.99558 0 0) (4.79182 -2.1472 0 2.08481 0 0) (4.42854 -2.00803 0 2.13525 0 0) (5.01758 -2.21779 0 2.21996 0 0) (4.5735 -2.03535 0 2.26113 0 0) (5.21245 -2.26856 0 2.34279 0 0) (4.7137 -2.06732 0 2.37652 0 0) (5.40208 -2.32282 0 2.46879 0 0) (4.85198 -2.12932 0 2.50424 0 0) (5.58724 -2.38774 0 2.60559 0 0) (4.96546 -2.20334 0 2.63832 0 0) (5.74014 -2.43046 0 2.7318 0 0) (5.01588 -2.23121 0 2.74912 0 0) (5.83525 -2.41501 0 2.81429 0 0) (5.00355 -2.18552 0 2.80549 0 0) (5.91455 -2.36154 0 2.85405 0 0) (5.00021 -2.11939 0 2.84776 0 0) (6.04061 -2.3356 0 2.91695 0 0) (5.05765 -2.08036 0 2.91878 0 0) (6.24291 -2.34709 0 3.00498 0 0) (5.19137 -2.07309 0 3.01292 0 0) (6.50706 -2.41206 0 3.12024 0 0) (5.38444 -2.11157 0 3.15505 0 0) (6.77896 -2.5206 0 3.30624 0 0) (5.59294 -2.182 0 3.37762 0 0) (6.99402 -2.61721 0 3.5736 0 0) (5.74198 -2.22327 0 3.65242 0 0) (7.11945 -2.64898 0 3.85825 0 0) (5.78805 -2.22241 0 3.92696 0 0) (7.188 -2.64283 0 4.11464 0 0) (5.79584 -2.19471 0 4.15801 0 0) (7.20719 -2.60931 0 4.32116 0 0) (5.81226 -2.16381 0 4.33356 0 0) (7.19943 -2.53911 0 4.49979 0 0) (5.83988 -2.12039 0 4.52556 0 0) (7.20249 -2.45425 0 4.71417 0 0) (5.90609 -2.05314 0 4.74514 0 0) (7.26992 -2.3694 0 4.94885 0 0) (6.00737 -2.01399 0 5.01441 0 0) (7.39935 -2.36441 0 5.24573 0 0) (6.15418 -2.00167 0 5.32531 0 0) (7.58124 -2.37249 0 5.56152 0 0) (6.34804 -1.98222 0 5.62243 0 0) (7.77284 -2.38707 0 5.87446 0 0) (6.55818 -1.95243 0 5.95083 0 0) (7.94245 -2.36173 0 6.23611 0 0) (6.742 -1.90098 0 6.32912 0 0) (8.04443 -2.31226 0 6.66899 0 0) (6.83645 -1.81341 0 6.78658 0 0) (8.081 -2.23092 0 7.14637 0 0) (6.83448 -1.6838 0 7.24066 0 0) (8.07174 -2.11172 0 7.59755 0 0) (6.71486 -1.55742 0 7.64748 0 0) (7.95345 -1.99769 0 8.00398 0 0) (6.55174 -1.3998 0 8.0217 0 0) (7.82626 -1.84168 0 8.3367 0 0) (6.46725 -1.24396 0 8.31133 0 0) (7.81762 -1.71225 0 8.6063 0 0) (6.53174 -1.12869 0 8.56832 0 0) (7.92287 -1.59519 0 8.85691 0 0) (6.70242 -1.01669 0 8.81065 0 0) (8.02683 -1.45706 0 9.10741 0 0) (6.90807 -0.926075 0 9.07799 0 0) (8.08965 -1.36019 0 9.36029 0 0) (7.14217 -0.887906 0 9.38157 0 0) (8.16597 -1.29259 0 9.68237 0 0) (7.36007 -0.854228 0 9.77414 0 0) (8.24172 -1.22825 0 10.1063 0 0) (7.46262 -0.843458 0 10.221 0 0) (8.2287 -1.19651 0 10.5567 0 0) (7.43594 -0.838562 0 10.6661 0 0) (8.17696 -1.17787 0 10.9701 0 0) (7.38639 -0.804292 0 11.0677 0 0) (8.14207 -1.14001 0 11.2995 0 0) (7.39503 -0.786225 0 11.377 0 0) (8.12417 -1.1193 0 11.5844 0 0) (7.49508 -0.849693 0 11.6812 0 0) (8.11769 -1.14929 0 11.8606 0 0) (7.6072 -0.994313 0 11.9954 0 0) (8.11753 -1.18633 0 12.1803 0 0) (7.72513 -1.08567 0 12.3598 0 0) (8.12822 -1.15477 0 12.5401 0 0) (7.80763 -1.07169 0 12.7323 0 0) (8.19392 -1.0573 0 12.8692 0 0) (7.90608 -1.01296 0 13.0187 0 0) (8.23418 -0.95334 0 13.2188 0 0) (7.96226 -0.952839 0 13.4678 0 0) (8.20079 -0.847723 0 13.6481 0 0) (7.91567 -0.860847 0 13.912 0 0) (8.09178 -0.730498 0 14.0172 0 0) (7.80509 -0.767177 0 14.2162 0 0) (7.89352 -0.5744 0 14.359 0 0) (7.56554 -0.611286 0 14.6291 0 0) (7.64213 -0.388823 0 14.6877 0 0) (7.28512 -0.447605 0 14.9058 0 0) (7.39379 -0.243987 0 14.9519 0 0) (6.97023 -0.284932 0 15.1381 0 0) (7.09711 -0.0867257 0 15.1815 0 0) (6.76834 -0.0600701 0 15.27 0 0) (6.86013 0.0396133 0 15.1473 0 0) (6.6522 0.0797716 0 15.2077 0 0) (6.74159 0.0931587 0 15.1722 0 0) (6.58495 0.137801 0 15.2175 0 0) (6.66939 0.100832 0 15.1239 0 0) (6.58699 0.19101 0 15.2383 0 0) (6.60472 0.133862 0 15.1799 0 0) (6.54243 0.199053 0 15.2382 0 0) (6.44039 0.0725474 0 15.2141 0 0) (6.47634 0.194424 0 15.1986 0 0) (6.32072 -0.0392866 0 15.0922 0 0) (6.38513 0.135599 0 15.1358 0 0) (6.24936 -0.142163 0 14.9851 0 0) (6.3252 0.0192311 0 14.9878 0 0) (6.14484 -0.254972 0 14.8903 0 0) (6.27353 -0.0822483 0 14.948 0 0) (6.08551 -0.404235 0 14.8193 0 0) (6.23904 -0.187746 0 14.662 0 0) (6.08206 -0.58059 0 14.6224 0 0) (6.11001 -0.294821 0 14.4255 0 0) (6.0579 -0.825684 0 14.2729 0 0) (6.02969 -0.384877 0 13.9426 0 0) (5.96452 -1.02726 0 13.633 0 0) (6.07567 -0.504279 0 13.2127 0 0) (5.89542 -1.16355 0 12.7845 0 0) (6.16918 -0.617389 0 12.5759 0 0) (5.9313 -1.25596 0 12.017 0 0) (6.20777 -0.815831 0 11.9915 0 0) (6.00753 -1.23305 0 11.204 0 0) (6.16853 -1.05545 0 11.5106 0 0) (5.95114 -1.11717 0 10.3818 0 0) (6.04012 -1.34221 0 11.0586 0 0) (5.7288 -0.952288 0 9.48573 0 0) (5.85036 -1.60947 0 10.6149 0 0) (5.5094 -0.666865 0 8.68183 0 0) (5.56769 -1.7587 0 10.3498 0 0) (5.36613 -0.330406 0 8.03517 0 0) (5.16716 -1.80181 0 10.2709 0 0) (5.19799 0.0999336 0 7.72975 0 0) (4.79637 -1.63623 0 10.6269 0 0) (4.84966 0.65068 0 7.81189 0 0) (4.59395 -1.35972 0 11.3194 0 0) (4.5102 1.445 0 8.4039 0 0) (4.48358 -0.99939 0 12.6653 0 0) (4.13857 2.58485 0 9.92116 0 0) (4.29816 -0.260303 0 15.373 0 0) (3.13944 2.97423 0 12.7198 0 0) (5.26068 4.20614 0 18.6602 0 0) (2.47439 3.57325 0 28.1449 0 0) (0.191958 -0.041961 0 0.0366703 0 0) (0.117588 -0.046203 0 0.0552565 0 0) (0.197165 -0.049097 0 0.0727312 0 0) (0.125547 -0.0501723 0 0.0826285 0 0) (0.202168 -0.0487734 0 0.0864161 0 0) (0.140882 -0.048148 0 0.0919658 0 0) (0.227299 -0.0514001 0 0.101725 0 0) (0.16756 -0.0540428 0 0.112635 0 0) (0.265642 -0.0565383 0 0.121999 0 0) (0.205589 -0.0626956 0 0.130961 0 0) (0.311426 -0.0674831 0 0.139821 0 0) (0.250156 -0.0814916 0 0.15054 0 0) (0.361655 -0.090538 0 0.161096 0 0) (0.301604 -0.109286 0 0.173055 0 0) (0.418719 -0.120636 0 0.184752 0 0) (0.365723 -0.145072 0 0.199514 0 0) (0.488867 -0.160728 0 0.215577 0 0) (0.446132 -0.190962 0 0.235651 0 0) (0.572064 -0.208238 0 0.256419 0 0) (0.538777 -0.240622 0 0.280813 0 0) (0.663466 -0.256964 0 0.304486 0 0) (0.642492 -0.291686 0 0.330224 0 0) (0.763198 -0.306822 0 0.354163 0 0) (0.761462 -0.348494 0 0.381491 0 0) (0.874759 -0.3636 0 0.407136 0 0) (0.898181 -0.417121 0 0.439263 0 0) (1.00188 -0.433342 0 0.470214 0 0) (1.05561 -0.500625 0 0.510498 0 0) (1.14841 -0.517053 0 0.548245 0 0) (1.23638 -0.598828 0 0.597024 0 0) (1.31247 -0.613431 0 0.640073 0 0) (1.4297 -0.706938 0 0.694341 0 0) (1.47857 -0.714766 0 0.738318 0 0) (1.61886 -0.816945 0 0.793111 0 0) (1.63359 -0.814168 0 0.834891 0 0) (1.79111 -0.923454 0 0.889377 0 0) (1.76825 -0.907103 0 0.930194 0 0) (1.93936 -1.02161 0 0.985522 0 0) (1.88572 -0.992817 0 1.0273 0 0) (2.07611 -1.11382 0 1.08659 0 0) (2.00208 -1.07716 0 1.12945 0 0) (2.21765 -1.20389 0 1.19385 0 0) (2.12349 -1.16183 0 1.24009 0 0) (2.37642 -1.29663 0 1.31039 0 0) (2.2549 -1.24718 0 1.36084 0 0) (2.55089 -1.39239 0 1.43803 0 0) (2.39271 -1.32896 0 1.49348 0 0) (2.73425 -1.48704 0 1.57622 0 0) (2.52706 -1.39821 0 1.63208 0 0) (2.91415 -1.57219 0 1.71671 0 0) (2.65133 -1.44699 0 1.76696 0 0) (3.08028 -1.6398 0 1.85316 0 0) (2.76568 -1.4762 0 1.89579 0 0) (3.23482 -1.68647 0 1.98121 0 0) (2.88158 -1.48939 0 2.01673 0 0) (3.38764 -1.71693 0 2.10129 0 0) (3.02154 -1.50527 0 2.13551 0 0) (3.5535 -1.74676 0 2.2256 0 0) (3.18455 -1.54314 0 2.26162 0 0) (3.73058 -1.78823 0 2.35789 0 0) (3.34614 -1.59559 0 2.38941 0 0) (3.89639 -1.82712 0 2.48355 0 0) (3.47885 -1.63592 0 2.50198 0 0) (4.0417 -1.83827 0 2.58119 0 0) (3.58103 -1.63798 0 2.57498 0 0) (4.18516 -1.81219 0 2.62926 0 0) (3.68206 -1.60643 0 2.61333 0 0) (4.35692 -1.79344 0 2.68113 0 0) (3.79964 -1.58757 0 2.68811 0 0) (4.56175 -1.80955 0 2.7639 0 0) (3.96297 -1.58895 0 2.77154 0 0) (4.80306 -1.8678 0 2.87177 0 0) (4.16252 -1.62075 0 2.89287 0 0) (5.05713 -1.95469 0 3.02671 0 0) (4.37996 -1.67459 0 3.06444 0 0) (5.30191 -2.04827 0 3.23277 0 0) (4.59036 -1.71238 0 3.2948 0 0) (5.48302 -2.09139 0 3.48811 0 0) (4.7293 -1.69162 0 3.56588 0 0) (5.55747 -2.06404 0 3.76859 0 0) (4.80737 -1.65696 0 3.82798 0 0) (5.61186 -2.02781 0 4.01546 0 0) (4.87098 -1.63356 0 4.04701 0 0) (5.66032 -1.97864 0 4.20232 0 0) (4.95753 -1.6225 0 4.22065 0 0) (5.73372 -1.92631 0 4.39648 0 0) (5.0673 -1.61695 0 4.42648 0 0) (5.86788 -1.87378 0 4.61578 0 0) (5.233 -1.57984 0 4.67661 0 0) (6.06821 -1.85192 0 4.90163 0 0) (5.44212 -1.59317 0 4.98655 0 0) (6.32769 -1.89102 0 5.21375 0 0) (5.70235 -1.60105 0 5.29119 0 0) (6.63857 -1.92288 0 5.51966 0 0) (5.98291 -1.59989 0 5.58316 0 0) (6.92988 -1.96164 0 5.82945 0 0) (6.29662 -1.58919 0 5.90438 0 0) (7.20337 -1.95859 0 6.20251 0 0) (6.5171 -1.54917 0 6.31272 0 0) (7.35119 -1.91658 0 6.6631 0 0) (6.62376 -1.44648 0 6.74769 0 0) (7.4109 -1.8013 0 7.0906 0 0) (6.65295 -1.28004 0 7.16871 0 0) (7.40097 -1.64362 0 7.52925 0 0) (6.58347 -1.14877 0 7.5645 0 0) (7.33729 -1.50458 0 7.9216 0 0) (6.54319 -1.00706 0 7.92461 0 0) (7.34239 -1.36841 0 8.27311 0 0) (6.60054 -0.883133 0 8.23212 0 0) (7.52842 -1.27777 0 8.55353 0 0) (6.85224 -0.810291 0 8.45944 0 0) (7.83431 -1.1823 0 8.77702 0 0) (7.19261 -0.717948 0 8.72881 0 0) (8.11853 -1.06115 0 9.08185 0 0) (7.52644 -0.648753 0 9.06108 0 0) (8.37585 -1.00408 0 9.38099 0 0) (7.9115 -0.633849 0 9.37874 0 0) (8.6536 -0.977783 0 9.69622 0 0) (8.21839 -0.603105 0 9.78344 0 0) (8.79792 -0.931231 0 10.1411 0 0) (8.29318 -0.592947 0 10.2417 0 0) (8.74934 -0.909142 0 10.6071 0 0) (8.26287 -0.60722 0 10.6733 0 0) (8.65852 -0.901474 0 10.9879 0 0) (8.24143 -0.623404 0 11.0734 0 0) (8.59063 -0.91091 0 11.3305 0 0) (8.31153 -0.669269 0 11.451 0 0) (8.61041 -0.937404 0 11.6298 0 0) (8.48779 -0.793673 0 11.7422 0 0) (8.64631 -1.02427 0 11.8945 0 0) (8.66824 -0.968973 0 12.036 0 0) (8.70084 -1.12048 0 12.166 0 0) (8.78586 -1.08426 0 12.3691 0 0) (8.69708 -1.10788 0 12.5282 0 0) (8.90899 -1.09103 0 12.7442 0 0) (8.71255 -1.02588 0 12.9025 0 0) (9.04 -1.05848 0 13.0936 0 0) (8.61888 -0.9025 0 13.2742 0 0) (9.08239 -1.00965 0 13.5348 0 0) (8.45669 -0.781788 0 13.6858 0 0) (8.97441 -0.894181 0 13.9627 0 0) (8.22052 -0.618371 0 14.0726 0 0) (8.82153 -0.742319 0 14.229 0 0) (7.92998 -0.44145 0 14.3526 0 0) (8.5627 -0.510934 0 14.6535 0 0) (7.62574 -0.268162 0 14.6753 0 0) (8.246 -0.371179 0 14.9396 0 0) (7.33527 -0.0965329 0 14.9752 0 0) (7.93216 -0.229479 0 15.1813 0 0) (7.01167 0.0566802 0 15.15 0 0) (7.79026 -0.0198045 0 15.3108 0 0) (6.73254 0.179408 0 15.2319 0 0) (7.75269 0.108013 0 15.2799 0 0) (6.56558 0.215746 0 15.2767 0 0) (7.74465 0.193562 0 15.3057 0 0) (6.49703 0.169731 0 15.1923 0 0) (7.72835 0.275791 0 15.2546 0 0) (6.38676 0.149376 0 15.2648 0 0) (7.69233 0.31638 0 15.1908 0 0) (6.2547 0.0501387 0 15.3152 0 0) (7.65209 0.362752 0 15.3076 0 0) (6.15389 -0.0322122 0 15.2831 0 0) (7.4226 0.223807 0 15.2634 0 0) (6.03054 -0.067616 0 15.2775 0 0) (7.23304 0.0419221 0 15.1634 0 0) (5.98048 -0.208713 0 15.159 0 0) (7.11698 -0.0502213 0 15.0227 0 0) (5.94769 -0.316876 0 15.0305 0 0) (7.09845 -0.0617235 0 14.7658 0 0) (5.91415 -0.520057 0 14.8404 0 0) (7.00224 -0.0522658 0 14.5731 0 0) (5.86968 -0.740994 0 14.419 0 0) (6.97376 -0.097686 0 14.0638 0 0) (5.8314 -0.938124 0 13.85 0 0) (6.90083 -0.214946 0 13.4742 0 0) (5.87493 -1.17831 0 13.1503 0 0) (6.75314 -0.480068 0 12.8938 0 0) (5.96367 -1.32422 0 12.3395 0 0) (6.62672 -0.855603 0 12.3162 0 0) (6.00004 -1.29671 0 11.3377 0 0) (6.47665 -1.25669 0 11.8705 0 0) (5.89709 -1.15186 0 10.3535 0 0) (6.26706 -1.5963 0 11.5459 0 0) (5.79128 -0.934301 0 9.45312 0 0) (5.98194 -1.93909 0 11.2269 0 0) (5.75112 -0.70925 0 8.5551 0 0) (5.68983 -2.14818 0 11.0354 0 0) (5.68145 -0.400123 0 7.89618 0 0) (5.50524 -2.26496 0 10.9913 0 0) (5.36845 -0.0266974 0 7.44202 0 0) (5.43001 -2.23703 0 11.2871 0 0) (4.99052 0.543292 0 7.48072 0 0) (5.29179 -2.12648 0 12.0386 0 0) (4.60787 1.31934 0 8.02393 0 0) (5.02943 -1.71237 0 13.5238 0 0) (4.17815 2.11235 0 9.5198 0 0) (5.11015 0.2036 0 15.6092 0 0) (3.24742 1.87038 0 14.3092 0 0) (6.41434 4.44171 0 13.7613 0 0) (3.87575 6.01401 0 29.15 0 0) (0.194632 -0.0103622 0 0.03461 0 0) (0.048776 -0.00248435 0 0.0698269 0 0) (0.1896 -0.00440641 0 0.0937068 0 0) (0.0643513 -0.0087074 0 0.0950595 0 0) (0.210245 -0.00443024 0 0.0896299 0 0) (0.095213 0.00119186 0 0.0891567 0 0) (0.246614 0.00342408 0 0.0925528 0 0) (0.126818 0.00667272 0 0.096744 0 0) (0.284426 0.00535442 0 0.10085 0 0) (0.163065 -0.000201129 0 0.107612 0 0) (0.324469 -0.00667331 0 0.116045 0 0) (0.204846 -0.0193146 0 0.127691 0 0) (0.368906 -0.0270079 0 0.138708 0 0) (0.252647 -0.04196 0 0.152745 0 0) (0.419484 -0.0499061 0 0.165518 0 0) (0.30938 -0.0677388 0 0.182071 0 0) (0.478818 -0.0763841 0 0.197479 0 0) (0.378118 -0.0967405 0 0.217156 0 0) (0.547518 -0.105849 0 0.23539 0 0) (0.456537 -0.128825 0 0.257592 0 0) (0.621805 -0.139008 0 0.277728 0 0) (0.543265 -0.165939 0 0.301294 0 0) (0.699495 -0.176514 0 0.322818 0 0) (0.636152 -0.210124 0 0.348804 0 0) (0.779058 -0.220758 0 0.373489 0 0) (0.732782 -0.264223 0 0.405284 0 0) (0.858544 -0.273873 0 0.435886 0 0) (0.833338 -0.328669 0 0.475615 0 0) (0.937022 -0.332869 0 0.51269 0 0) (0.936186 -0.398294 0 0.560744 0 0) (1.01648 -0.393088 0 0.602106 0 0) (1.0434 -0.469065 0 0.654257 0 0) (1.09993 -0.451463 0 0.694426 0 0) (1.15241 -0.537588 0 0.746816 0 0) (1.18742 -0.508544 0 0.782477 0 0) (1.26223 -0.605191 0 0.834216 0 0) (1.28148 -0.56969 0 0.86558 0 0) (1.37336 -0.674043 0 0.919101 0 0) (1.38004 -0.637654 0 0.949921 0 0) (1.48901 -0.747928 0 1.00854 0 0) (1.48212 -0.715113 0 1.0436 0 0) (1.61095 -0.828735 0 1.10945 0 0) (1.5804 -0.794361 0 1.15141 0 0) (1.73657 -0.91195 0 1.2244 0 0) (1.67088 -0.865504 0 1.27218 0 0) (1.85899 -0.989563 0 1.35185 0 0) (1.752 -0.918394 0 1.4012 0 0) (1.97396 -1.05371 0 1.48495 0 0) (1.82686 -0.947638 0 1.53123 0 0) (2.08208 -1.10072 0 1.61617 0 0) (1.90477 -0.955545 0 1.65581 0 0) (2.18673 -1.12775 0 1.741 0 0) (1.9961 -0.949288 0 1.77292 0 0) (2.30114 -1.13978 0 1.86138 0 0) (2.11708 -0.944189 0 1.89088 0 0) (2.4321 -1.14734 0 1.98818 0 0) (2.26903 -0.95591 0 2.01917 0 0) (2.58044 -1.15773 0 2.12319 0 0) (2.43494 -0.98382 0 2.14945 0 0) (2.74155 -1.16647 0 2.24611 0 0) (2.60373 -1.01057 0 2.26443 0 0) (2.9077 -1.16516 0 2.34945 0 0) (2.76611 -1.01942 0 2.35656 0 0) (3.08125 -1.15203 0 2.4227 0 0) (2.93952 -1.01008 0 2.41219 0 0) (3.29087 -1.14629 0 2.47241 0 0) (3.14851 -1.00785 0 2.46805 0 0) (3.53927 -1.17492 0 2.55023 0 0) (3.38096 -1.03058 0 2.55851 0 0) (3.81288 -1.23758 0 2.65121 0 0) (3.62988 -1.07188 0 2.65654 0 0) (4.11074 -1.32945 0 2.76594 0 0) (3.89693 -1.13156 0 2.79279 0 0) (4.36998 -1.4264 0 2.93999 0 0) (4.157 -1.18226 0 2.97851 0 0) (4.61804 -1.49019 0 3.14535 0 0) (4.39628 -1.18563 0 3.18946 0 0) (4.78385 -1.47133 0 3.38294 0 0) (4.55353 -1.12376 0 3.45294 0 0) (4.85215 -1.40323 0 3.65944 0 0) (4.67387 -1.08448 0 3.71607 0 0) (4.9122 -1.35319 0 3.90484 0 0) (4.79971 -1.08078 0 3.92902 0 0) (5.02318 -1.32538 0 4.07965 0 0) (4.95757 -1.10775 0 4.11257 0 0) (5.1941 -1.31564 0 4.2791 0 0) (5.17292 -1.1349 0 4.32691 0 0) (5.45383 -1.30158 0 4.52128 0 0) (5.42566 -1.1424 0 4.63818 0 0) (5.73523 -1.32829 0 4.85756 0 0) (5.71247 -1.19759 0 4.94939 0 0) (6.07926 -1.39673 0 5.16052 0 0) (6.06002 -1.2351 0 5.24234 0 0) (6.45138 -1.44345 0 5.45533 0 0) (6.37785 -1.23892 0 5.53491 0 0) (6.80981 -1.4796 0 5.78921 0 0) (6.72047 -1.22508 0 5.88515 0 0) (7.10093 -1.48553 0 6.19121 0 0) (6.90583 -1.16621 0 6.2888 0 0) (7.27511 -1.42389 0 6.61579 0 0) (7.03191 -1.0418 0 6.67285 0 0) (7.36506 -1.29114 0 7.0192 0 0) (7.05574 -0.86013 0 7.08176 0 0) (7.36561 -1.13321 0 7.44172 0 0) (7.04427 -0.738976 0 7.44976 0 0) (7.41913 -1.01415 0 7.80249 0 0) (7.16543 -0.636783 0 7.77536 0 0) (7.60571 -0.928377 0 8.12248 0 0) (7.43795 -0.556713 0 8.07414 0 0) (7.97234 -0.855114 0 8.41367 0 0) (7.87653 -0.51824 0 8.31985 0 0) (8.45782 -0.800479 0 8.648 0 0) (8.32323 -0.457499 0 8.62301 0 0) (8.83957 -0.713799 0 8.99879 0 0) (8.72886 -0.415038 0 8.98279 0 0) (9.27005 -0.676237 0 9.30811 0 0) (9.15322 -0.391037 0 9.3039 0 0) (9.67271 -0.659215 0 9.65271 0 0) (9.49585 -0.344425 0 9.71897 0 0) (9.84285 -0.623815 0 10.0949 0 0) (9.57755 -0.328116 0 10.1726 0 0) (9.8074 -0.608531 0 10.525 0 0) (9.50261 -0.358112 0 10.595 0 0) (9.69848 -0.632774 0 10.9038 0 0) (9.40939 -0.43614 0 11.0076 0 0) (9.62903 -0.688054 0 11.2742 0 0) (9.4396 -0.537141 0 11.4019 0 0) (9.65682 -0.763557 0 11.5705 0 0) (9.56626 -0.696986 0 11.6897 0 0) (9.73901 -0.880756 0 11.803 0 0) (9.75042 -0.880098 0 11.9421 0 0) (9.81691 -1.02739 0 12.0558 0 0) (9.85127 -1.00526 0 12.2572 0 0) (9.79085 -1.06301 0 12.377 0 0) (9.93255 -1.03759 0 12.6353 0 0) (9.69432 -0.956133 0 12.7833 0 0) (9.92308 -1.00687 0 13.0394 0 0) (9.47109 -0.807545 0 13.1776 0 0) (9.87126 -0.937429 0 13.4406 0 0) (9.1526 -0.654564 0 13.5831 0 0) (9.66791 -0.82138 0 13.8118 0 0) (8.82417 -0.441937 0 13.8997 0 0) (9.4641 -0.638421 0 14.0852 0 0) (8.45072 -0.282032 0 14.1953 0 0) (9.14823 -0.424451 0 14.517 0 0) (8.11341 -0.116476 0 14.5247 0 0) (8.83195 -0.315322 0 14.7997 0 0) (7.80897 0.047289 0 14.8686 0 0) (8.53247 -0.153714 0 15.0823 0 0) (7.52548 0.19606 0 15.0662 0 0) (8.37411 -0.0446848 0 15.1509 0 0) (7.32133 0.271742 0 15.1838 0 0) (8.2787 0.0998575 0 15.208 0 0) (7.26335 0.314926 0 15.2091 0 0) (8.15383 0.225396 0 15.1989 0 0) (7.20357 0.301224 0 15.2024 0 0) (8.08688 0.326758 0 15.1931 0 0) (7.09328 0.237348 0 15.2792 0 0) (8.04098 0.342188 0 15.1479 0 0) (7.01507 0.152443 0 15.2448 0 0) (7.93351 0.392395 0 15.2476 0 0) (6.81747 0.129882 0 15.3744 0 0) (7.63335 0.220182 0 15.2608 0 0) (6.63041 0.0701845 0 15.3693 0 0) (7.32387 0.0974105 0 15.1783 0 0) (6.52698 -0.0510021 0 15.2676 0 0) (7.212 0.0358298 0 14.9539 0 0) (6.42363 -0.221034 0 15.0863 0 0) (7.23505 0.0964843 0 14.7456 0 0) (6.283 -0.430291 0 14.9881 0 0) (7.28161 0.176718 0 14.5025 0 0) (6.24919 -0.602599 0 14.5541 0 0) (7.35194 0.161832 0 13.9707 0 0) (6.33716 -0.798346 0 13.9127 0 0) (7.21043 -0.0358196 0 13.4596 0 0) (6.38534 -1.0117 0 13.219 0 0) (6.99275 -0.431618 0 13.0084 0 0) (6.23087 -1.1746 0 12.3559 0 0) (6.83832 -0.857729 0 12.5615 0 0) (6.02383 -1.21936 0 11.3219 0 0) (6.75622 -1.26158 0 12.1646 0 0) (5.88577 -1.17637 0 10.2577 0 0) (6.61414 -1.6744 0 11.8365 0 0) (5.76219 -1.05704 0 9.2986 0 0) (6.36936 -2.06367 0 11.5962 0 0) (5.58154 -0.916644 0 8.34215 0 0) (6.1304 -2.41551 0 11.3755 0 0) (5.34975 -0.669647 0 7.62635 0 0) (5.88427 -2.66911 0 11.4518 0 0) (5.14986 -0.319289 0 7.23044 0 0) (5.60162 -2.86214 0 11.7692 0 0) (4.89654 0.1528 0 7.28415 0 0) (5.25344 -2.77091 0 12.5753 0 0) (4.56848 0.626232 0 7.89122 0 0) (5.04206 -1.91278 0 13.6171 0 0) (4.038 0.760227 0 10.208 0 0) (5.43249 0.686695 0 13.8111 0 0) (3.26398 1.14285 0 17.1147 0 0) (5.91225 3.50583 0 9.06113 0 0) (4.24885 6.09617 0 26.6425 0 0) (0.147104 0.00402879 0 0.0285493 0 0) (0.049408 0.0174284 0 0.0476594 0 0) (0.118554 0.0113464 0 0.0589326 0 0) (0.0585354 0.0053432 0 0.0596952 0 0) (0.144024 0.0115342 0 0.0575771 0 0) (0.0928376 0.0188739 0 0.0592476 0 0) (0.181371 0.0252703 0 0.0629763 0 0) (0.125125 0.0298602 0 0.069456 0 0) (0.218945 0.0322223 0 0.0762063 0 0) (0.165405 0.0308763 0 0.0870626 0 0) (0.260299 0.0305916 0 0.0974485 0 0) (0.212602 0.0258607 0 0.11073 0 0) (0.311849 0.0253998 0 0.1207 0 0) (0.271402 0.0175822 0 0.134104 0 0) (0.374149 0.0165044 0 0.144797 0 0) (0.337806 0.00520423 0 0.160066 0 0) (0.43953 0.00409718 0 0.172661 0 0) (0.407346 -0.0107824 0 0.190611 0 0) (0.503938 -0.0126489 0 0.206277 0 0) (0.477621 -0.03131 0 0.227782 0 0) (0.567162 -0.033415 0 0.245982 0 0) (0.549893 -0.055681 0 0.270175 0 0) (0.632155 -0.0570737 0 0.289934 0 0) (0.626018 -0.0834826 0 0.316911 0 0) (0.702973 -0.0842832 0 0.33855 0 0) (0.707793 -0.11635 0 0.369956 0 0) (0.778241 -0.115858 0 0.395214 0 0) (0.792766 -0.154685 0 0.433263 0 0) (0.851605 -0.149925 0 0.463509 0 0) (0.873681 -0.194515 0 0.508474 0 0) (0.919743 -0.182455 0 0.542581 0 0) (0.951998 -0.233101 0 0.591927 0 0) (0.986962 -0.21159 0 0.626796 0 0) (1.03128 -0.269543 0 0.677732 0 0) (1.05903 -0.240335 0 0.710192 0 0) (1.11755 -0.308653 0 0.762092 0 0) (1.13796 -0.276015 0 0.793038 0 0) (1.21183 -0.355537 0 0.847718 0 0) (1.22265 -0.322273 0 0.878936 0 0) (1.31297 -0.41195 0 0.938505 0 0) (1.30895 -0.377522 0 0.973784 0 0) (1.41686 -0.474306 0 1.04037 0 0) (1.39333 -0.433126 0 1.07906 0 0) (1.52131 -0.534431 0 1.15204 0 0) (1.47499 -0.478861 0 1.19122 0 0) (1.62404 -0.584746 0 1.26858 0 0) (1.55812 -0.508474 0 1.30447 0 0) (1.7243 -0.620892 0 1.38409 0 0) (1.64796 -0.520305 0 1.41425 0 0) (1.82454 -0.639857 0 1.49395 0 0) (1.75328 -0.516462 0 1.51854 0 0) (1.93244 -0.642227 0 1.59993 0 0) (1.88263 -0.50495 0 1.62456 0 0) (2.05387 -0.637296 0 1.71823 0 0) (2.03102 -0.49874 0 1.75035 0 0) (2.18332 -0.630017 0 1.85583 0 0) (2.18829 -0.497259 0 1.88588 0 0) (2.32828 -0.617011 0 1.98895 0 0) (2.35982 -0.493213 0 2.00883 0 0) (2.49974 -0.594903 0 2.10355 0 0) (2.54686 -0.482634 0 2.11633 0 0) (2.69838 -0.567281 0 2.19878 0 0) (2.75334 -0.469448 0 2.19811 0 0) (2.94162 -0.548046 0 2.26538 0 0) (2.99957 -0.470951 0 2.2662 0 0) (3.23025 -0.567673 0 2.3466 0 0) (3.27108 -0.499941 0 2.359 0 0) (3.54907 -0.628074 0 2.43945 0 0) (3.59763 -0.551577 0 2.4458 0 0) (3.89959 -0.718617 0 2.53534 0 0) (3.94205 -0.618408 0 2.53965 0 0) (4.25253 -0.826804 0 2.64666 0 0) (4.27062 -0.694897 0 2.67373 0 0) (4.54288 -0.913959 0 2.81953 0 0) (4.58517 -0.739806 0 2.85198 0 0) (4.80621 -0.936596 0 3.00994 0 0) (4.86589 -0.709604 0 3.04841 0 0) (4.98693 -0.868507 0 3.24477 0 0) (5.05612 -0.631249 0 3.31866 0 0) (5.10412 -0.786206 0 3.52743 0 0) (5.21736 -0.591512 0 3.59539 0 0) (5.22097 -0.742202 0 3.77517 0 0) (5.42464 -0.620948 0 3.8 0 0) (5.39749 -0.757782 0 3.95525 0 0) (5.6536 -0.686127 0 3.99199 0 0) (5.674 -0.800988 0 4.14648 0 0) (5.95135 -0.745661 0 4.22556 0 0) (5.9859 -0.833075 0 4.44169 0 0) (6.24129 -0.784771 0 4.5649 0 0) (6.30893 -0.891127 0 4.78593 0 0) (6.59043 -0.858501 0 4.85946 0 0) (6.71912 -0.975938 0 5.05929 0 0) (6.94672 -0.880133 0 5.12669 0 0) (7.12051 -1.0097 0 5.35083 0 0) (7.27282 -0.882064 0 5.4277 0 0) (7.50691 -1.05331 0 5.72951 0 0) (7.56993 -0.855714 0 5.83818 0 0) (7.77538 -1.04192 0 6.15689 0 0) (7.79767 -0.774078 0 6.20587 0 0) (8.02749 -0.958201 0 6.51981 0 0) (7.93778 -0.631052 0 6.57442 0 0) (8.09381 -0.811259 0 6.94949 0 0) (7.92191 -0.442862 0 7.0057 0 0) (8.15469 -0.690746 0 7.35868 0 0) (8.01034 -0.373863 0 7.32691 0 0) (8.37426 -0.620758 0 7.66938 0 0) (8.29647 -0.310238 0 7.60016 0 0) (8.74472 -0.561693 0 7.94558 0 0) (8.75854 -0.272724 0 7.88097 0 0) (9.2886 -0.524058 0 8.22442 0 0) (9.35746 -0.269302 0 8.15918 0 0) (9.81621 -0.470418 0 8.532 0 0) (9.78807 -0.200973 0 8.50776 0 0) (10.2886 -0.415875 0 8.86865 0 0) (10.2449 -0.172432 0 8.81951 0 0) (10.7698 -0.399603 0 9.17558 0 0) (10.6689 -0.147714 0 9.16732 0 0) (11.1743 -0.368687 0 9.57328 0 0) (10.932 -0.073964 0 9.5987 0 0) (11.3271 -0.321909 0 10.0053 0 0) (11.0135 -0.033291 0 10.0354 0 0) (11.3322 -0.312856 0 10.3827 0 0) (10.9451 -0.0862694 0 10.4684 0 0) (11.2023 -0.375754 0 10.7699 0 0) (10.8633 -0.208136 0 10.8874 0 0) (11.0977 -0.473184 0 11.1233 0 0) (10.8841 -0.368715 0 11.2387 0 0) (11.0838 -0.595624 0 11.3936 0 0) (10.9876 -0.566243 0 11.5308 0 0) (11.1826 -0.739792 0 11.6276 0 0) (11.1368 -0.767445 0 11.7859 0 0) (11.2561 -0.870026 0 11.8824 0 0) (11.2037 -0.926034 0 12.0523 0 0) (11.1968 -0.929223 0 12.165 0 0) (11.1455 -0.92509 0 12.421 0 0) (10.9224 -0.809887 0 12.5765 0 0) (10.965 -0.868431 0 12.8323 0 0) (10.6414 -0.632333 0 13.0001 0 0) (10.8071 -0.768231 0 13.1956 0 0) (10.262 -0.49666 0 13.3689 0 0) (10.535 -0.621501 0 13.5203 0 0) (9.88972 -0.317478 0 13.6049 0 0) (10.2443 -0.458056 0 13.8336 0 0) (9.42662 -0.146041 0 13.9803 0 0) (9.94976 -0.345259 0 14.2041 0 0) (9.07829 0.00294799 0 14.2818 0 0) (9.70992 -0.221594 0 14.5266 0 0) (8.68798 0.108447 0 14.6064 0 0) (9.40857 -0.0615834 0 14.8004 0 0) (8.38984 0.234034 0 14.8748 0 0) (9.17289 0.037685 0 14.8691 0 0) (8.2443 0.231144 0 14.8644 0 0) (9.01724 0.20076 0 14.8933 0 0) (8.23371 0.328405 0 14.9568 0 0) (8.86687 0.288628 0 14.8423 0 0) (8.14128 0.373953 0 14.9828 0 0) (8.77932 0.399132 0 14.8867 0 0) (8.07035 0.285237 0 15.0518 0 0) (8.69234 0.464649 0 14.9454 0 0) (7.98237 0.249022 0 15.2057 0 0) (8.49072 0.497042 0 15.0006 0 0) (7.70622 0.202622 0 15.3648 0 0) (8.21296 0.534595 0 15.1031 0 0) (7.45384 0.0122586 0 15.3404 0 0) (8.02349 0.434249 0 14.9281 0 0) (7.18732 -0.061275 0 15.2802 0 0) (8.02821 0.377668 0 14.6421 0 0) (6.95403 -0.212535 0 15.0509 0 0) (8.1297 0.347019 0 14.4206 0 0) (6.64611 -0.339937 0 14.9422 0 0) (8.33157 0.404004 0 14.1401 0 0) (6.49764 -0.544371 0 14.4401 0 0) (8.45372 0.375245 0 13.7942 0 0) (6.47394 -0.736617 0 13.9025 0 0) (8.38493 0.0990558 0 13.5308 0 0) (6.2702 -0.930122 0 13.1517 0 0) (8.30617 -0.280002 0 13.0851 0 0) (5.95296 -1.11785 0 12.2086 0 0) (8.23122 -0.728929 0 12.6049 0 0) (5.70384 -1.25154 0 11.1233 0 0) (8.07019 -1.19966 0 12.1831 0 0) (5.57326 -1.25 0 10.0627 0 0) (7.73552 -1.67033 0 11.9668 0 0) (5.47406 -1.24165 0 9.07311 0 0) (7.26114 -2.10445 0 11.8337 0 0) (5.40126 -1.16818 0 8.1864 0 0) (6.62911 -2.50673 0 11.8006 0 0) (5.33383 -1.09876 0 7.41487 0 0) (5.82918 -2.83576 0 11.8281 0 0) (5.20998 -0.886387 0 7.06062 0 0) (5.15666 -2.9556 0 12.184 0 0) (4.92121 -0.634913 0 7.2361 0 0) (4.82963 -2.59282 0 12.8753 0 0) (4.36332 -0.485098 0 8.45904 0 0) (4.81234 -1.35077 0 12.9946 0 0) (3.5359 -0.407257 0 11.7438 0 0) (4.97513 1.10829 0 11.0022 0 0) (3.13388 1.06569 0 18.9929 0 0) (4.93337 2.82391 0 7.02205 0 0) (3.76081 4.89932 0 22.6056 0 0) (0.0719719 0.00938244 0 0.0255039 0 0) (0.0854706 0.0152849 0 0.0288702 0 0) (0.056021 0.0196681 0 0.0383495 0 0) (0.0997556 0.021098 0 0.04729 0 0) (0.0870344 0.0336006 0 0.0560056 0 0) (0.13692 0.0385098 0 0.0613979 0 0) (0.126404 0.0501266 0 0.0654443 0 0) (0.174192 0.0514191 0 0.0709477 0 0) (0.167195 0.0590882 0 0.0753693 0 0) (0.218777 0.0565923 0 0.0825423 0 0) (0.213961 0.0611676 0 0.0876826 0 0) (0.268752 0.0559733 0 0.0962989 0 0) (0.265846 0.0593647 0 0.102954 0 0) (0.321494 0.0519147 0 0.113885 0 0) (0.319689 0.0546037 0 0.122572 0 0) (0.377244 0.0449975 0 0.136415 0 0) (0.375426 0.0471697 0 0.147709 0 0) (0.436571 0.0358056 0 0.16493 0 0) (0.432503 0.038179 0 0.179742 0 0) (0.499249 0.0252829 0 0.200763 0 0) (0.493183 0.028443 0 0.217384 0 0) (0.567331 0.0130593 0 0.240814 0 0) (0.560754 0.0169485 0 0.258049 0 0) (0.642891 -0.00249687 0 0.283413 0 0) (0.635909 0.00164597 0 0.301295 0 0) (0.725064 -0.0228152 0 0.330236 0 0) (0.715589 -0.0178716 0 0.349699 0 0) (0.809777 -0.047341 0 0.384878 0 0) (0.795687 -0.0402862 0 0.407502 0 0) (0.891801 -0.0725334 0 0.449713 0 0) (0.872796 -0.0614916 0 0.475342 0 0) (0.968646 -0.0946816 0 0.523678 0 0) (0.948411 -0.0803094 0 0.550945 0 0) (1.04562 -0.114084 0 0.602766 0 0) (1.02656 -0.0989245 0 0.630095 0 0) (1.1267 -0.135164 0 0.684195 0 0) (1.10908 -0.122374 0 0.712606 0 0) (1.21518 -0.163084 0 0.769472 0 0) (1.19478 -0.152367 0 0.800396 0 0) (1.30889 -0.19869 0 0.861115 0 0) (1.28124 -0.186541 0 0.895518 0 0) (1.40635 -0.238091 0 0.961051 0 0) (1.36803 -0.218789 0 0.996883 0 0) (1.50635 -0.275114 0 1.0666 0 0) (1.45692 -0.24274 0 1.10022 0 0) (1.60739 -0.302999 0 1.17277 0 0) (1.55163 -0.253721 0 1.20073 0 0) (1.71098 -0.315792 0 1.27457 0 0) (1.6609 -0.248659 0 1.29327 0 0) (1.82623 -0.311501 0 1.36846 0 0) (1.79749 -0.234827 0 1.38313 0 0) (1.95833 -0.299356 0 1.46939 0 0) (1.95094 -0.22225 0 1.49302 0 0) (2.09253 -0.284 0 1.59436 0 0) (2.10873 -0.210334 0 1.62138 0 0) (2.23924 -0.261303 0 1.72214 0 0) (2.28439 -0.192546 0 1.74371 0 0) (2.41556 -0.228811 0 1.83713 0 0) (2.48494 -0.166882 0 1.85644 0 0) (2.62325 -0.192995 0 1.94173 0 0) (2.71103 -0.138236 0 1.95227 0 0) (2.87716 -0.165425 0 2.02114 0 0) (2.99014 -0.123774 0 2.02518 0 0) (3.19042 -0.167769 0 2.09959 0 0) (3.30139 -0.142614 0 2.12067 0 0) (3.52881 -0.208392 0 2.21071 0 0) (3.64212 -0.189784 0 2.22982 0 0) (3.90777 -0.275419 0 2.31623 0 0) (4.04675 -0.253924 0 2.32247 0 0) (4.34504 -0.364967 0 2.4146 0 0) (4.47371 -0.336177 0 2.41815 0 0) (4.74596 -0.461809 0 2.53014 0 0) (4.87033 -0.411107 0 2.54878 0 0) (5.10205 -0.531288 0 2.68992 0 0) (5.24092 -0.441721 0 2.7135 0 0) (5.42406 -0.517487 0 2.87022 0 0) (5.564 -0.395993 0 2.91226 0 0) (5.65352 -0.427359 0 3.11459 0 0) (5.80219 -0.304279 0 3.19528 0 0) (5.8442 -0.343642 0 3.3985 0 0) (6.03583 -0.263688 0 3.4681 0 0) (6.05969 -0.329629 0 3.63686 0 0) (6.30768 -0.310306 0 3.68111 0 0) (6.29492 -0.377486 0 3.83715 0 0) (6.60843 -0.402775 0 3.88438 0 0) (6.6147 -0.462443 0 4.03669 0 0) (6.90738 -0.48664 0 4.1388 0 0) (6.93362 -0.508515 0 4.35812 0 0) (7.25287 -0.541782 0 4.46761 0 0) (7.34018 -0.578027 0 4.67368 0 0) (7.6121 -0.615926 0 4.74426 0 0) (7.78272 -0.661056 0 4.94322 0 0) (8.01472 -0.637829 0 5.00638 0 0) (8.18584 -0.690037 0 5.24656 0 0) (8.39156 -0.674691 0 5.33791 0 0) (8.58388 -0.732293 0 5.65214 0 0) (8.77266 -0.636644 0 5.74189 0 0) (8.91651 -0.679223 0 6.04081 0 0) (9.09954 -0.528889 0 6.08377 0 0) (9.19567 -0.567355 0 6.40867 0 0) (9.1644 -0.336305 0 6.4711 0 0) (9.27347 -0.397206 0 6.83356 0 0) (9.22615 -0.149944 0 6.87786 0 0) (9.38277 -0.300185 0 7.1956 0 0) (9.38813 -0.114566 0 7.14833 0 0) (9.72159 -0.255889 0 7.46224 0 0) (9.8113 -0.0950002 0 7.38563 0 0) (10.2649 -0.236982 0 7.70638 0 0) (10.4665 -0.131399 0 7.62793 0 0) (10.9876 -0.250792 0 7.96859 0 0) (11.0176 -0.105213 0 7.95753 0 0) (11.5081 -0.158254 0 8.35168 0 0) (11.4924 -0.0130007 0 8.31771 0 0) (12.0693 -0.0882945 0 8.65386 0 0) (11.9223 0.042929 0 8.59597 0 0) (12.5741 -0.0893289 0 8.9584 0 0) (12.3095 0.0972893 0 8.95471 0 0) (12.8835 -0.0385215 0 9.37798 0 0) (12.4514 0.200801 0 9.4109 0 0) (13.0304 0.00543588 0 9.81255 0 0) (12.4859 0.239168 0 9.83866 0 0) (13.0605 -0.0175108 0 10.1623 0 0) (12.4207 0.171632 0 10.2467 0 0) (12.9388 -0.107242 0 10.5162 0 0) (12.3856 0.00891094 0 10.6337 0 0) (12.8137 -0.234917 0 10.8645 0 0) (12.4186 -0.196302 0 10.9635 0 0) (12.734 -0.40092 0 11.1124 0 0) (12.5621 -0.427238 0 11.2258 0 0) (12.7763 -0.591667 0 11.3333 0 0) (12.7563 -0.646082 0 11.4823 0 0) (12.7983 -0.718836 0 11.5741 0 0) (12.8586 -0.780075 0 11.717 0 0) (12.6606 -0.744902 0 11.8046 0 0) (12.719 -0.755258 0 12.039 0 0) (12.32 -0.635819 0 12.1752 0 0) (12.485 -0.672573 0 12.4572 0 0) (12.016 -0.455779 0 12.6524 0 0) (12.1934 -0.548168 0 12.8257 0 0) (11.6567 -0.310519 0 12.9716 0 0) (11.8736 -0.387681 0 13.1408 0 0) (11.1809 -0.170285 0 13.2196 0 0) (11.5167 -0.29913 0 13.4492 0 0) (10.721 0.00203319 0 13.6546 0 0) (11.2541 -0.251343 0 13.7227 0 0) (10.3886 0.0789049 0 13.8991 0 0) (10.9566 -0.0615959 0 14.1205 0 0) (9.88112 0.15414 0 14.2563 0 0) (10.5965 0.08581 0 14.314 0 0) (9.53203 0.282739 0 14.4706 0 0) (10.2324 0.176977 0 14.4189 0 0) (9.3384 0.333397 0 14.4661 0 0) (10.0036 0.232571 0 14.3513 0 0) (9.18265 0.429372 0 14.5769 0 0) (9.94061 0.341804 0 14.3943 0 0) (9.11289 0.388477 0 14.7081 0 0) (9.86526 0.482378 0 14.5442 0 0) (9.08841 0.308877 0 14.786 0 0) (9.64427 0.550965 0 14.4932 0 0) (8.98985 0.391387 0 15.0102 0 0) (9.3216 0.595933 0 14.6377 0 0) (8.82487 0.221473 0 15.1227 0 0) (9.07611 0.734729 0 14.7274 0 0) (8.60824 0.0412297 0 15.1305 0 0) (9.05909 0.708631 0 14.4754 0 0) (8.36995 -0.0907451 0 15.1145 0 0) (9.08978 0.696386 0 14.2816 0 0) (8.18041 -0.234476 0 14.9829 0 0) (9.1056 0.649464 0 13.9666 0 0) (7.84797 -0.334454 0 14.8437 0 0) (9.17587 0.659273 0 13.6527 0 0) (7.59782 -0.577352 0 14.1943 0 0) (9.16002 0.569629 0 13.3228 0 0) (7.32522 -0.758895 0 13.5945 0 0) (9.03944 0.365569 0 13.1571 0 0) (6.95081 -0.913518 0 12.893 0 0) (8.86295 -0.0245672 0 12.8558 0 0) (6.58354 -1.08368 0 12.0259 0 0) (8.49596 -0.535605 0 12.4834 0 0) (6.3116 -1.25113 0 10.9334 0 0) (7.98868 -1.11776 0 12.0783 0 0) (6.19715 -1.43692 0 9.83293 0 0) (7.36439 -1.58176 0 11.9241 0 0) (6.10049 -1.57764 0 8.85413 0 0) (6.7825 -2.02826 0 11.8 0 0) (5.94899 -1.66178 0 7.9822 0 0) (6.18813 -2.39173 0 11.869 0 0) (5.76658 -1.69832 0 7.40154 0 0) (5.70138 -2.68429 0 12.0356 0 0) (5.44682 -1.70425 0 7.11394 0 0) (5.15775 -2.6436 0 12.3727 0 0) (4.8883 -1.69726 0 7.59827 0 0) (4.76 -2.02551 0 12.4307 0 0) (4.15095 -1.67696 0 9.40633 0 0) (4.3784 -0.584227 0 11.4329 0 0) (3.49672 -1.40536 0 13.2977 0 0) (4.16211 1.08172 0 8.00572 0 0) (3.09393 0.6828 0 18.99 0 0) (4.13885 2.44076 0 6.99621 0 0) (3.15032 3.223 0 18.3187 0 0) (0.0771429 0.0124057 0 0.0268772 0 0) (0.0874143 0.00268262 0 0.0326208 0 0) (0.0684881 0.0194465 0 0.0411369 0 0) (0.100242 0.0228428 0 0.0395316 0 0) (0.0931818 0.0349038 0 0.0414094 0 0) (0.13077 0.0308602 0 0.0444001 0 0) (0.123153 0.0427137 0 0.0485749 0 0) (0.162444 0.038747 0 0.0539247 0 0) (0.159187 0.0502855 0 0.0565358 0 0) (0.200311 0.0451294 0 0.0628383 0 0) (0.198539 0.0543239 0 0.0673959 0 0) (0.240983 0.0484414 0 0.0763742 0 0) (0.241448 0.0563798 0 0.0832745 0 0) (0.288459 0.0489439 0 0.0945711 0 0) (0.290891 0.0555373 0 0.102755 0 0) (0.342478 0.0469527 0 0.116747 0 0) (0.346459 0.0521605 0 0.126753 0 0) (0.401505 0.0434575 0 0.143199 0 0) (0.406816 0.0475722 0 0.154931 0 0) (0.464688 0.0382245 0 0.174137 0 0) (0.471497 0.0409475 0 0.187077 0 0) (0.531967 0.0306813 0 0.208034 0 0) (0.539632 0.0319427 0 0.222295 0 0) (0.603709 0.0195059 0 0.244867 0 0) (0.609483 0.019552 0 0.260774 0 0) (0.677499 0.00392149 0 0.286819 0 0) (0.679103 0.00354841 0 0.304633 0 0) (0.750503 -0.015685 0 0.336329 0 0) (0.747336 -0.0146137 0 0.356304 0 0) (0.821586 -0.0368281 0 0.394529 0 0) (0.814416 -0.0327067 0 0.416169 0 0) (0.891274 -0.0569185 0 0.460383 0 0) (0.883333 -0.0501189 0 0.482739 0 0) (0.963566 -0.0755474 0 0.531459 0 0) (0.956818 -0.0682045 0 0.554193 0 0) (1.04073 -0.094385 0 0.606866 0 0) (1.03637 -0.0888201 0 0.630773 0 0) (1.1238 -0.115512 0 0.688056 0 0) (1.12113 -0.112186 0 0.714507 0 0) (1.21216 -0.138427 0 0.77602 0 0) (1.20965 -0.13586 0 0.80575 0 0) (1.30504 -0.160245 0 0.870665 0 0) (1.30125 -0.155118 0 0.901829 0 0) (1.40271 -0.176333 0 0.968784 0 0) (1.39725 -0.163676 0 0.997192 0 0) (1.50659 -0.179699 0 1.06372 0 0) (1.50446 -0.155977 0 1.0842 0 0) (1.6266 -0.167348 0 1.14957 0 0) (1.63659 -0.136305 0 1.16313 0 0) (1.76944 -0.148396 0 1.23766 0 0) (1.78576 -0.116879 0 1.25746 0 0) (1.91618 -0.129599 0 1.34986 0 0) (1.93879 -0.0986207 0 1.37493 0 0) (2.07294 -0.105756 0 1.46944 0 0) (2.11526 -0.0748154 0 1.48842 0 0) (2.26168 -0.0741884 0 1.58052 0 0) (2.32027 -0.0447196 0 1.59937 0 0) (2.48003 -0.0365254 0 1.68667 0 0) (2.55508 -0.0103788 0 1.70082 0 0) (2.74634 0.00019499 0 1.77334 0 0) (2.85258 0.0172052 0 1.77901 0 0) (3.08541 0.016222 0 1.84768 0 0) (3.21113 0.0179841 0 1.86753 0 0) (3.45817 -0.00568815 0 1.95309 0 0) (3.59155 -0.0133016 0 1.98141 0 0) (3.86341 -0.0530364 0 2.06763 0 0) (4.02218 -0.0662107 0 2.08945 0 0) (4.3057 -0.1161 0 2.17827 0 0) (4.49622 -0.133861 0 2.18771 0 0) (4.78635 -0.19863 0 2.27694 0 0) (4.98275 -0.218344 0 2.28099 0 0) (5.24848 -0.268411 0 2.3896 0 0) (5.44189 -0.283227 0 2.39756 0 0) (5.71644 -0.316309 0 2.52329 0 0) (5.89583 -0.306638 0 2.54479 0 0) (6.12422 -0.29719 0 2.70012 0 0) (6.27457 -0.250314 0 2.75937 0 0) (6.45421 -0.199449 0 2.95608 0 0) (6.60644 -0.15789 0 3.03955 0 0) (6.76816 -0.113049 0 3.2331 0 0) (6.93024 -0.111939 0 3.31406 0 0) (7.06505 -0.107116 0 3.49186 0 0) (7.22796 -0.152681 0 3.55897 0 0) (7.35116 -0.173676 0 3.71706 0 0) (7.53964 -0.24941 0 3.77388 0 0) (7.67033 -0.27642 0 3.93523 0 0) (7.91537 -0.337377 0 4.03447 0 0) (8.0582 -0.325044 0 4.25077 0 0) (8.32209 -0.373364 0 4.34703 0 0) (8.48843 -0.396104 0 4.5476 0 0) (8.70349 -0.451096 0 4.59774 0 0) (8.89957 -0.466951 0 4.80444 0 0) (9.15567 -0.492578 0 4.85064 0 0) (9.33886 -0.524466 0 5.1205 0 0) (9.61932 -0.557301 0 5.19176 0 0) (9.86405 -0.5634 0 5.50517 0 0) (10.1151 -0.512868 0 5.56349 0 0) (10.3445 -0.494839 0 5.87589 0 0) (10.4876 -0.370127 0 5.91655 0 0) (10.5343 -0.302773 0 6.25668 0 0) (10.5773 -0.157775 0 6.30223 0 0) (10.6948 -0.119949 0 6.65524 0 0) (10.685 0.0660197 0 6.67964 0 0) (10.9227 -0.00427772 0 6.98061 0 0) (10.9242 0.0786268 0 6.91944 0 0) (11.395 -0.00824839 0 7.20866 0 0) (11.4613 0.0318585 0 7.12606 0 0) (12.1528 -0.0669897 0 7.41545 0 0) (12.2147 -0.0279392 0 7.34785 0 0) (12.799 -0.0540383 0 7.71792 0 0) (12.6966 0.0429433 0 7.71814 0 0) (13.4555 0.0404962 0 8.11528 0 0) (13.2437 0.174136 0 8.07928 0 0) (14.0553 0.126733 0 8.43769 0 0) (13.7146 0.236547 0 8.35285 0 0) (14.5828 0.138578 0 8.72314 0 0) (13.9377 0.356264 0 8.69546 0 0) (14.7996 0.223963 0 9.13278 0 0) (14.0159 0.466992 0 9.17584 0 0) (14.9156 0.260436 0 9.5801 0 0) (13.9744 0.505312 0 9.59739 0 0) (14.958 0.21981 0 9.89151 0 0) (13.9098 0.435535 0 9.90467 0 0) (14.9242 0.0932343 0 10.181 0 0) (13.9065 0.268503 0 10.2573 0 0) (14.8628 -0.0599147 0 10.5178 0 0) (13.9469 0.0357323 0 10.593 0 0) (14.7752 -0.274399 0 10.7501 0 0) (14.0786 -0.248703 0 10.8093 0 0) (14.7391 -0.504685 0 10.9654 0 0) (14.2628 -0.467773 0 11.0728 0 0) (14.722 -0.60541 0 11.1979 0 0) (14.411 -0.564555 0 11.2717 0 0) (14.5756 -0.583499 0 11.3747 0 0) (14.2852 -0.532134 0 11.5532 0 0) (14.2367 -0.458997 0 11.7194 0 0) (14.0094 -0.461385 0 11.9708 0 0) (13.9172 -0.290644 0 12.1683 0 0) (13.6465 -0.303377 0 12.3445 0 0) (13.5075 -0.123329 0 12.486 0 0) (13.2069 -0.186187 0 12.633 0 0) (13.0591 -0.0207741 0 12.7792 0 0) (12.8782 -0.164158 0 12.9069 0 0) (12.6233 0.0831798 0 13.1772 0 0) (12.572 -0.0922575 0 13.1828 0 0) (12.1719 0.129131 0 13.3824 0 0) (12.1658 0.0957546 0 13.5324 0 0) (11.658 0.270937 0 13.7571 0 0) (11.6526 0.215137 0 13.6896 0 0) (11.2637 0.396992 0 13.9188 0 0) (11.2803 0.295575 0 13.7134 0 0) (10.9348 0.442054 0 13.9716 0 0) (11.079 0.361847 0 13.7589 0 0) (10.7057 0.358609 0 14.0208 0 0) (10.981 0.459532 0 13.706 0 0) (10.6844 0.303983 0 14.2133 0 0) (10.7941 0.577887 0 13.8588 0 0) (10.5643 0.301832 0 14.404 0 0) (10.5749 0.636535 0 13.9822 0 0) (10.3904 0.343329 0 14.5872 0 0) (10.3005 0.800911 0 14.1264 0 0) (10.2911 0.249932 0 14.7479 0 0) (10.2078 0.900343 0 14.1449 0 0) (10.1593 0.0861825 0 14.8424 0 0) (10.2062 0.867545 0 13.8424 0 0) (10.0299 -0.0724398 0 14.7606 0 0) (10.1716 0.87118 0 13.5958 0 0) (9.81238 -0.201782 0 14.7201 0 0) (10.1412 0.903148 0 13.318 0 0) (9.48581 -0.262277 0 14.4784 0 0) (10.0811 0.895455 0 13.0724 0 0) (9.18919 -0.492373 0 13.9335 0 0) (10.0458 0.75136 0 12.9059 0 0) (8.78471 -0.658781 0 13.2897 0 0) (9.87572 0.55732 0 12.7492 0 0) (8.33356 -0.795389 0 12.4733 0 0) (9.55946 0.17301 0 12.5315 0 0) (7.85338 -0.999058 0 11.6117 0 0) (9.25498 -0.328469 0 12.1829 0 0) (7.44635 -1.25538 0 10.6556 0 0) (8.85681 -0.856387 0 11.8666 0 0) (7.11066 -1.61212 0 9.63463 0 0) (8.26252 -1.32278 0 11.7241 0 0) (6.62163 -1.91497 0 8.69997 0 0) (7.73006 -1.73751 0 11.7312 0 0) (6.13201 -2.14649 0 7.93571 0 0) (7.22726 -2.10751 0 11.786 0 0) (5.63976 -2.31092 0 7.40425 0 0) (6.52485 -2.21363 0 12.0104 0 0) (5.12817 -2.48294 0 7.37964 0 0) (5.6233 -2.0113 0 11.9717 0 0) (4.55601 -2.67308 0 8.24772 0 0) (4.6587 -1.32891 0 11.3869 0 0) (4.02425 -2.73976 0 10.3691 0 0) (3.81371 -0.206915 0 9.35784 0 0) (3.46166 -2.16982 0 14.2862 0 0) (3.30269 0.69727 0 6.44061 0 0) (2.91424 0.00427732 0 17.3616 0 0) (3.42531 2.06024 0 7.78267 0 0) (2.60878 1.81112 0 14.7793 0 0) (0.0838716 0.0142441 0 0.0228403 0 0) (0.0743819 0.00547744 0 0.0300836 0 0) (0.094376 0.0158119 0 0.0394455 0 0) (0.092206 0.020173 0 0.0361943 0 0) (0.117321 0.03186 0 0.0362367 0 0) (0.122419 0.0314644 0 0.0398192 0 0) (0.14778 0.0438909 0 0.0443426 0 0) (0.154912 0.0414909 0 0.0517007 0 0) (0.180415 0.0527853 0 0.0546998 0 0) (0.190138 0.049538 0 0.060537 0 0) (0.216218 0.0571966 0 0.0642179 0 0) (0.231146 0.0517735 0 0.0710708 0 0) (0.255991 0.0574222 0 0.0756144 0 0) (0.276541 0.0506994 0 0.0843868 0 0) (0.301761 0.05444 0 0.0896837 0 0) (0.326922 0.0473841 0 0.10126 0 0) (0.352784 0.0493794 0 0.108378 0 0) (0.381007 0.0418374 0 0.123251 0 0) (0.4073 0.0428914 0 0.131747 0 0) (0.435674 0.035497 0 0.149157 0 0) (0.462747 0.0348633 0 0.159385 0 0) (0.490695 0.0278239 0 0.179004 0 0) (0.517989 0.0250195 0 0.19119 0 0) (0.547348 0.0179772 0 0.213031 0 0) (0.574044 0.012401 0 0.227242 0 0) (0.605897 0.00516467 0 0.252461 0 0) (0.63115 -0.00337386 0 0.268152 0 0) (0.66665 -0.0114846 0 0.298576 0 0) (0.689043 -0.0214533 0 0.315773 0 0) (0.728388 -0.0307001 0 0.351621 0 0) (0.748412 -0.0409962 0 0.370501 0 0) (0.791419 -0.0506484 0 0.411194 0 0) (0.810228 -0.0604187 0 0.431568 0 0) (0.857194 -0.0704309 0 0.476782 0 0) (0.876951 -0.0791032 0 0.498065 0 0) (0.927687 -0.0898326 0 0.547909 0 0) (0.950002 -0.097525 0 0.57021 0 0) (1.00405 -0.108638 0 0.624896 0 0) (1.02923 -0.115211 0 0.648307 0 0) (1.08631 -0.125168 0 0.707266 0 0) (1.11459 -0.12956 0 0.731166 0 0) (1.17464 -0.135339 0 0.792338 0 0) (1.20617 -0.135146 0 0.814488 0 0) (1.27135 -0.132649 0 0.875308 0 0) (1.31011 -0.126108 0 0.891383 0 0) (1.38791 -0.113879 0 0.950001 0 0) (1.4412 -0.103944 0 0.960249 0 0) (1.53605 -0.0875957 0 1.02452 0 0) (1.5966 -0.080469 0 1.04192 0 0) (1.69678 -0.0616658 0 1.12318 0 0) (1.75737 -0.0568806 0 1.14821 0 0) (1.87321 -0.0332563 0 1.23372 0 0) (1.94715 -0.029944 0 1.25361 0 0) (2.08672 -0.00171655 0 1.33696 0 0) (2.16658 0.00106603 0 1.35905 0 0) (2.32441 0.0339367 0 1.44277 0 0) (2.41586 0.0374224 0 1.46165 0 0) (2.60976 0.070971 0 1.53442 0 0) (2.73207 0.0741035 0 1.54425 0 0) (2.97601 0.0979503 0 1.61158 0 0) (3.12724 0.0878228 0 1.62881 0 0) (3.39193 0.0938299 0 1.71243 0 0) (3.54798 0.0681175 0 1.74285 0 0) (3.83035 0.056932 0 1.8306 0 0) (4.01399 0.0230012 0 1.85379 0 0) (4.31253 0.00433499 0 1.93995 0 0) (4.52252 -0.0406632 0 1.95444 0 0) (4.8385 -0.0601774 0 2.03834 0 0) (5.05869 -0.11117 0 2.04367 0 0) (5.37647 -0.12401 0 2.12981 0 0) (5.61528 -0.175395 0 2.13767 0 0) (5.91412 -0.171164 0 2.23535 0 0) (6.17887 -0.226222 0 2.24477 0 0) (6.51735 -0.211231 0 2.35794 0 0) (6.75002 -0.245247 0 2.39366 0 0) (7.0602 -0.177782 0 2.54668 0 0) (7.24119 -0.173348 0 2.61761 0 0) (7.52123 -0.0681468 0 2.80221 0 0) (7.71033 -0.0641699 0 2.89867 0 0) (7.94191 0.0254513 0 3.09596 0 0) (8.06682 -0.00668039 0 3.19113 0 0) (8.23368 0.0450975 0 3.36779 0 0) (8.33934 -0.0215711 0 3.4423 0 0) (8.53932 -0.0191915 0 3.59164 0 0) (8.69725 -0.131886 0 3.65125 0 0) (8.94686 -0.137218 0 3.81033 0 0) (9.11749 -0.211958 0 3.90256 0 0) (9.40527 -0.188747 0 4.12112 0 0) (9.60497 -0.257208 0 4.20309 0 0) (9.8702 -0.258949 0 4.39899 0 0) (10.0584 -0.356427 0 4.43082 0 0) (10.2992 -0.34121 0 4.64056 0 0) (10.5504 -0.413127 0 4.67615 0 0) (10.8086 -0.418108 0 4.9452 0 0) (11.1166 -0.490425 0 5.0154 0 0) (11.4175 -0.428395 0 5.31168 0 0) (11.6855 -0.442574 0 5.37074 0 0) (11.9158 -0.303013 0 5.67943 0 0) (11.9828 -0.211965 0 5.73606 0 0) (12.1552 -0.042382 0 6.0583 0 0) (12.1624 0.0506297 0 6.08025 0 0) (12.3285 0.173175 0 6.38604 0 0) (12.3895 0.237067 0 6.40316 0 0) (12.7428 0.262129 0 6.67764 0 0) (12.8464 0.179362 0 6.62794 0 0) (13.408 0.145732 0 6.88592 0 0) (13.5296 0.0590707 0 6.82516 0 0) (14.2561 0.0585525 0 7.10603 0 0) (14.1716 0.0643234 0 7.06097 0 0) (14.8564 0.0924525 0 7.40434 0 0) (14.7272 0.141206 0 7.39019 0 0) (15.5345 0.211812 0 7.7774 0 0) (15.3182 0.319874 0 7.76395 0 0) (16.2952 0.313184 0 8.11549 0 0) (15.8118 0.419463 0 8.02874 0 0) (16.6483 0.418773 0 8.38847 0 0) (15.91 0.575202 0 8.37706 0 0) (16.8463 0.505588 0 8.80849 0 0) (15.946 0.703225 0 8.85301 0 0) (16.9128 0.54732 0 9.2156 0 0) (15.8871 0.748072 0 9.22747 0 0) (16.939 0.499836 0 9.48737 0 0) (15.8822 0.661267 0 9.48681 0 0) (16.9967 0.337508 0 9.73724 0 0) (15.9 0.463527 0 9.78862 0 0) (17.0101 0.159387 0 10.0468 0 0) (15.9334 0.217753 0 10.092 0 0) (16.9834 -0.109115 0 10.2865 0 0) (16.0302 -0.105306 0 10.2951 0 0) (16.9691 -0.356893 0 10.4741 0 0) (16.1978 -0.326229 0 10.522 0 0) (16.8926 -0.463381 0 10.6595 0 0) (16.3004 -0.369295 0 10.7043 0 0) (16.6884 -0.40666 0 10.8221 0 0) (16.1693 -0.324802 0 10.9542 0 0) (16.458 -0.27598 0 11.1165 0 0) (15.911 -0.268862 0 11.3316 0 0) (16.0971 -0.103005 0 11.551 0 0) (15.4663 -0.0898096 0 11.7428 0 0) (15.5354 0.0331125 0 11.8997 0 0) (15.1404 -0.0404501 0 12.0128 0 0) (15.1019 0.109533 0 12.1603 0 0) (14.7094 -0.0207823 0 12.2478 0 0) (14.6862 0.195631 0 12.4965 0 0) (14.2074 0.0538549 0 12.5517 0 0) (14.2347 0.272768 0 12.7838 0 0) (13.7388 0.215942 0 12.7466 0 0) (13.6302 0.494407 0 13.1161 0 0) (13.2823 0.344521 0 12.8627 0 0) (13.1773 0.530057 0 13.243 0 0) (12.9871 0.424726 0 12.8296 0 0) (12.7316 0.424508 0 13.3285 0 0) (12.8389 0.578337 0 12.9763 0 0) (12.4975 0.261758 0 13.4871 0 0) (12.5974 0.572704 0 12.9459 0 0) (12.4381 0.277837 0 13.6847 0 0) (12.3354 0.597657 0 13.0403 0 0) (12.2634 0.337935 0 13.833 0 0) (12.0545 0.814247 0 13.1916 0 0) (12.0493 0.305087 0 14.0553 0 0) (11.879 0.923964 0 13.3175 0 0) (11.9539 0.302235 0 14.249 0 0) (11.7478 1.04385 0 13.2262 0 0) (11.7951 0.207988 0 14.4207 0 0) (11.5714 1.04156 0 13.1189 0 0) (11.7718 0.110123 0 14.3715 0 0) (11.4966 1.0458 0 12.8104 0 0) (11.4855 -0.0616232 0 14.2495 0 0) (11.3986 1.18733 0 12.6437 0 0) (11.1744 -0.190265 0 13.9078 0 0) (11.3586 1.18175 0 12.2302 0 0) (10.8786 -0.338179 0 13.3171 0 0) (11.249 1.09628 0 12.1131 0 0) (10.5634 -0.494622 0 12.7262 0 0) (11.0589 0.927635 0 12.1022 0 0) (10.06 -0.717227 0 11.9458 0 0) (10.7349 0.630486 0 11.9498 0 0) (9.58239 -0.916474 0 11.1898 0 0) (10.4469 0.13534 0 11.5712 0 0) (9.10029 -1.29717 0 10.3479 0 0) (9.87032 -0.373541 0 11.338 0 0) (8.58177 -1.70117 0 9.46466 0 0) (9.39441 -0.753275 0 11.1454 0 0) (7.80652 -2.22953 0 8.53519 0 0) (8.90932 -1.03888 0 11.2163 0 0) (7.11974 -2.65377 0 7.92011 0 0) (8.15984 -1.29459 0 11.4725 0 0) (6.50009 -3.05987 0 7.51915 0 0) (7.0521 -1.37232 0 11.4736 0 0) (5.84146 -3.41025 0 7.73476 0 0) (5.89653 -1.14823 0 11.0566 0 0) (5.12823 -3.69341 0 8.84067 0 0) (4.60015 -0.623375 0 9.97144 0 0) (4.46727 -3.72486 0 11.0932 0 0) (3.39053 -0.174022 0 7.64071 0 0) (3.68716 -2.7821 0 14.0895 0 0) (2.74549 0.18952 0 5.9451 0 0) (2.80154 -0.847891 0 14.7565 0 0) (2.76003 1.46917 0 8.35487 0 0) (2.15127 0.763359 0 12.1458 0 0) (0.0985772 0.0139392 0 0.0204966 0 0) (0.0708064 0.0081362 0 0.0203676 0 0) (0.115896 0.0162127 0 0.0282308 0 0) (0.0893706 0.017583 0 0.0280488 0 0) (0.134744 0.0278339 0 0.0310837 0 0) (0.118321 0.0262041 0 0.0339069 0 0) (0.156563 0.0368563 0 0.0360668 0 0) (0.149883 0.0316511 0 0.041056 0 0) (0.180679 0.0413571 0 0.042796 0 0) (0.180503 0.0360659 0 0.0474747 0 0) (0.208681 0.0433861 0 0.050082 0 0) (0.214397 0.0379986 0 0.0556259 0 0) (0.243889 0.0421776 0 0.0596465 0 0) (0.253336 0.0380796 0 0.0673628 0 0) (0.283624 0.0393587 0 0.0725579 0 0) (0.298573 0.0364614 0 0.0831353 0 0) (0.326937 0.0358421 0 0.089917 0 0) (0.348363 0.0328327 0 0.10337 0 0) (0.374007 0.0312729 0 0.111711 0 0) (0.39989 0.0281456 0 0.127667 0 0) (0.423151 0.0250325 0 0.13739 0 0) (0.452833 0.02204 0 0.155472 0 0) (0.474105 0.0165105 0 0.166859 0 0) (0.507104 0.0130709 0 0.187168 0 0) (0.527703 0.00508143 0 0.200056 0 0) (0.563653 0.000578809 0 0.223953 0 0) (0.581756 -0.00935984 0 0.237915 0 0) (0.622042 -0.0149159 0 0.26681 0 0) (0.638106 -0.0268468 0 0.282193 0 0) (0.680037 -0.0322085 0 0.316321 0 0) (0.697314 -0.046481 0 0.333642 0 0) (0.739548 -0.0499199 0 0.372174 0 0) (0.758742 -0.0664826 0 0.39181 0 0) (0.802324 -0.0669324 0 0.433724 0 0) (0.823896 -0.085343 0 0.455526 0 0) (0.869004 -0.0825196 0 0.50032 0 0) (0.894716 -0.101709 0 0.523744 0 0) (0.941024 -0.0950599 0 0.571016 0 0) (0.970536 -0.113168 0 0.594881 0 0) (1.01969 -0.100405 0 0.643642 0 0) (1.05272 -0.114856 0 0.666463 0 0) (1.10773 -0.092883 0 0.714356 0 0) (1.1495 -0.100593 0 0.73279 0 0) (1.21903 -0.0686364 0 0.778315 0 0) (1.27962 -0.0725518 0 0.79149 0 0) (1.37196 -0.0356298 0 0.841023 0 0) (1.4455 -0.0423142 0 0.859525 0 0) (1.54811 -0.00310337 0 0.924963 0 0) (1.62325 -0.013256 0 0.952584 0 0) (1.74347 0.0299537 0 1.02324 0 0) (1.83224 0.0159798 0 1.0466 0 0) (1.98141 0.062863 0 1.11618 0 0) (2.07297 0.0453766 0 1.14219 0 0) (2.24383 0.0967129 0 1.21655 0 0) (2.34279 0.0789367 0 1.24207 0 0) (2.56035 0.132996 0 1.30662 0 0) (2.6896 0.112555 0 1.32493 0 0) (2.96647 0.161512 0 1.38523 0 0) (3.1232 0.132067 0 1.40836 0 0) (3.43441 0.164864 0 1.47995 0 0) (3.58543 0.122292 0 1.51964 0 0) (3.91089 0.141922 0 1.59933 0 0) (4.07846 0.0889444 0 1.63301 0 0) (4.43801 0.10074 0 1.70867 0 0) (4.61794 0.0416244 0 1.73712 0 0) (5.00539 0.0481605 0 1.80843 0 0) (5.22104 -0.0183646 0 1.82459 0 0) (5.63303 -0.00490379 0 1.8932 0 0) (5.84812 -0.0718626 0 1.90533 0 0) (6.28033 -0.048625 0 1.97774 0 0) (6.50097 -0.125877 0 1.99628 0 0) (6.96347 -0.0986643 0 2.08151 0 0) (7.23 -0.184945 0 2.10585 0 0) (7.71688 -0.135144 0 2.21273 0 0) (7.92722 -0.193957 0 2.27071 0 0) (8.37433 -0.0923836 0 2.40578 0 0) (8.50354 -0.105266 0 2.49027 0 0) (8.94325 0.0226091 0 2.65853 0 0) (9.01656 0.0180369 0 2.77333 0 0) (9.36065 0.15841 0 2.95593 0 0) (9.36563 0.116704 0 3.06217 0 0) (9.69968 0.204207 0 3.22363 0 0) (9.7293 0.10427 0 3.30718 0 0) (10.1281 0.115015 0 3.44593 0 0) (10.1437 -0.0117869 0 3.51691 0 0) (10.5181 -0.00727096 0 3.67634 0 0) (10.5755 -0.0884319 0 3.7629 0 0) (11.0393 -0.0513239 0 3.964 0 0) (11.1307 -0.106035 0 4.02335 0 0) (11.5805 -0.108008 0 4.19372 0 0) (11.6521 -0.194702 0 4.19702 0 0) (12.0479 -0.208887 0 4.42067 0 0) (12.202 -0.315313 0 4.47164 0 0) (12.6143 -0.320006 0 4.7328 0 0) (12.7653 -0.410111 0 4.80964 0 0) (13.2636 -0.343714 0 5.10205 0 0) (13.3705 -0.329771 0 5.14225 0 0) (13.7358 -0.134627 0 5.42026 0 0) (13.6999 -0.0503753 0 5.4734 0 0) (14.1043 0.161109 0 5.77815 0 0) (13.9731 0.233882 0 5.79436 0 0) (14.453 0.346235 0 6.06464 0 0) (14.379 0.34188 0 6.08455 0 0) (15.0214 0.359383 0 6.35309 0 0) (14.975 0.247355 0 6.30511 0 0) (15.746 0.193757 0 6.5488 0 0) (15.7474 0.0848766 0 6.50531 0 0) (16.5333 0.120791 0 6.76762 0 0) (16.3551 0.122515 0 6.7107 0 0) (17.2202 0.149143 0 7.02576 0 0) (16.9203 0.208829 0 7.01742 0 0) (17.9962 0.258788 0 7.40632 0 0) (17.6306 0.386643 0 7.39975 0 0) (18.7563 0.425089 0 7.74305 0 0) (17.9147 0.629746 0 7.66239 0 0) (19.0122 0.581069 0 8.02781 0 0) (18.0141 0.779335 0 8.00986 0 0) (19.1837 0.692109 0 8.42199 0 0) (18.0079 0.929312 0 8.42547 0 0) (19.2026 0.765841 0 8.77034 0 0) (17.8805 0.9764 0 8.7453 0 0) (19.2428 0.716213 0 9.03034 0 0) (17.8759 0.857018 0 8.98668 0 0) (19.3072 0.522823 0 9.2425 0 0) (17.9521 0.659865 0 9.25126 0 0) (19.4439 0.294764 0 9.52166 0 0) (18.0425 0.377794 0 9.52378 0 0) (19.5291 -0.0082129 0 9.74718 0 0) (18.1304 0.0446353 0 9.70095 0 0) (19.5255 -0.281981 0 9.90286 0 0) (18.1744 -0.160408 0 9.88943 0 0) (19.4096 -0.34191 0 10.0525 0 0) (18.1941 -0.186977 0 10.0511 0 0) (19.1974 -0.273545 0 10.2091 0 0) (18.1922 -0.143546 0 10.269 0 0) (18.9696 -0.171665 0 10.4856 0 0) (17.9433 -0.066355 0 10.6506 0 0) (18.4952 0.0625689 0 10.9239 0 0) (17.4478 0.0821369 0 11.0793 0 0) (17.9025 0.185605 0 11.2249 0 0) (17.0648 0.146651 0 11.2477 0 0) (17.3031 0.250835 0 11.452 0 0) (16.6238 0.182085 0 11.4575 0 0) (16.8982 0.319507 0 11.7114 0 0) (16 0.239335 0 11.6894 0 0) (16.383 0.429015 0 12.0255 0 0) (15.5046 0.352442 0 11.8393 0 0) (15.7664 0.59949 0 12.3727 0 0) (15.0071 0.504112 0 11.8934 0 0) (15.3327 0.574939 0 12.4791 0 0) (14.6716 0.550112 0 11.8986 0 0) (14.9017 0.393162 0 12.6043 0 0) (14.5922 0.683444 0 11.985 0 0) (14.6103 0.298936 0 12.7093 0 0) (14.264 0.638907 0 11.9867 0 0) (14.4133 0.368958 0 13.0332 0 0) (13.8732 0.676245 0 12.1282 0 0) (14.1774 0.278572 0 13.2774 0 0) (13.5336 0.887847 0 12.2755 0 0) (14.0161 0.364449 0 13.3925 0 0) (13.2271 1.0472 0 12.3354 0 0) (13.8987 0.399023 0 13.6811 0 0) (13.0865 1.15737 0 12.2844 0 0) (13.8108 0.350809 0 13.7352 0 0) (12.9219 1.10112 0 12.1003 0 0) (13.7603 0.306179 0 13.7961 0 0) (12.8148 1.2343 0 11.9018 0 0) (13.4937 0.13069 0 13.5553 0 0) (12.5421 1.40608 0 11.6873 0 0) (13.1611 0.029521 0 13.1935 0 0) (12.532 1.27676 0 11.4838 0 0) (12.9478 -0.19703 0 12.6726 0 0) (12.4366 1.16398 0 11.3494 0 0) (12.4257 -0.399656 0 12.101 0 0) (12.3203 1.09305 0 11.2736 0 0) (11.8324 -0.707889 0 11.3281 0 0) (12.2315 0.823915 0 11.1172 0 0) (11.198 -0.954826 0 10.6882 0 0) (11.795 0.432238 0 10.8435 0 0) (10.8505 -1.33199 0 9.98479 0 0) (11.3096 0.0471715 0 10.6862 0 0) (10.2438 -1.79227 0 9.29259 0 0) (10.9886 -0.271846 0 10.5381 0 0) (9.36484 -2.47809 0 8.51395 0 0) (10.6996 -0.414382 0 10.5734 0 0) (8.40176 -3.12382 0 7.85748 0 0) (9.59827 -0.538295 0 10.7411 0 0) (7.62522 -3.67282 0 7.61987 0 0) (8.31343 -0.673709 0 10.5396 0 0) (6.81748 -4.13338 0 8.01016 0 0) (6.90175 -0.40479 0 9.89904 0 0) (6.0367 -4.43278 0 9.23649 0 0) (5.15234 -0.144656 0 8.59301 0 0) (5.1342 -4.27791 0 11.2351 0 0) (3.46359 -0.330733 0 6.58029 0 0) (4.09737 -3.20695 0 12.9634 0 0) (2.53361 -0.400785 0 5.94293 0 0) (2.87669 -1.61073 0 12.0414 0 0) (2.2957 0.694688 0 8.33118 0 0) (1.888 -0.0114735 0 10.2133 0 0) (0.104305 0.0133351 0 0.014474 0 0) (0.0881853 0.0101607 0 0.0146494 0 0) (0.122088 0.0168865 0 0.0194424 0 0) (0.113522 0.0162097 0 0.0214778 0 0) (0.138916 0.0245491 0 0.0239279 0 0) (0.145643 0.0238361 0 0.0263235 0 0) (0.156475 0.0318859 0 0.0285978 0 0) (0.175453 0.0296038 0 0.0322806 0 0) (0.18034 0.0368729 0 0.034814 0 0) (0.202452 0.0346304 0 0.0395777 0 0) (0.21056 0.0398434 0 0.0424984 0 0) (0.231246 0.0389545 0 0.0481221 0 0) (0.24474 0.0405604 0 0.052089 0 0) (0.267657 0.0406356 0 0.0590741 0 0) (0.282165 0.0391838 0 0.0639895 0 0) (0.311255 0.0392536 0 0.0729693 0 0) (0.324219 0.0356744 0 0.0790947 0 0) (0.358075 0.0354132 0 0.0904092 0 0) (0.370729 0.0301041 0 0.0982266 0 0) (0.404521 0.0304864 0 0.111626 0 0) (0.419616 0.0221778 0 0.121411 0 0) (0.452025 0.0236394 0 0.13679 0 0) (0.468335 0.0123187 0 0.148207 0 0) (0.502452 0.0140095 0 0.166156 0 0) (0.517752 0.000140146 0 0.17926 0 0) (0.555102 0.00149916 0 0.200567 0 0) (0.568825 -0.014181 0 0.215354 0 0) (0.608109 -0.0133501 0 0.241168 0 0) (0.622598 -0.0306372 0 0.257669 0 0) (0.661521 -0.0293746 0 0.288205 0 0) (0.677858 -0.0483365 0 0.306738 0 0) (0.717026 -0.0450943 0 0.341341 0 0) (0.73392 -0.0650787 0 0.361872 0 0) (0.775753 -0.058621 0 0.399658 0 0) (0.791846 -0.0784616 0 0.421564 0 0) (0.838448 -0.0672525 0 0.461387 0 0) (0.855209 -0.0852499 0 0.483807 0 0) (0.906765 -0.0669465 0 0.524253 0 0) (0.927344 -0.0805843 0 0.54539 0 0) (0.987383 -0.0520613 0 0.58454 0 0) (1.0184 -0.060024 0 0.60181 0 0) (1.09783 -0.0209171 0 0.63745 0 0) (1.15164 -0.0258665 0 0.649894 0 0) (1.26131 0.0176535 0 0.68607 0 0) (1.33426 0.00905415 0 0.703064 0 0) (1.46033 0.0532841 0 0.752504 0 0) (1.53484 0.0402986 0 0.780103 0 0) (1.68 0.0876819 0 0.836121 0 0) (1.76936 0.0704852 0 0.861903 0 0) (1.94221 0.120781 0 0.91859 0 0) (2.03739 0.10041 0 0.949252 0 0) (2.23195 0.155599 0 1.0124 0 0) (2.33812 0.132987 0 1.04333 0 0) (2.58654 0.190528 0 1.0998 0 0) (2.72995 0.16135 0 1.12293 0 0) (3.04105 0.213119 0 1.17631 0 0) (3.21048 0.174219 0 1.20536 0 0) (3.56279 0.216514 0 1.26788 0 0) (3.72819 0.167046 0 1.30948 0 0) (4.09222 0.201256 0 1.38239 0 0) (4.26172 0.146651 0 1.4238 0 0) (4.66963 0.175483 0 1.48909 0 0) (4.85723 0.11509 0 1.52498 0 0) (5.28732 0.14085 0 1.58901 0 0) (5.49096 0.0717176 0 1.61526 0 0) (5.97934 0.0962107 0 1.67128 0 0) (6.19961 0.0261191 0 1.68982 0 0) (6.73695 0.0534762 0 1.74128 0 0) (6.97912 -0.0267488 0 1.75754 0 0) (7.54253 -0.000875357 0 1.82551 0 0) (7.79363 -0.0950878 0 1.86155 0 0) (8.42407 -0.0735204 0 1.94658 0 0) (8.6619 -0.166378 0 2.00283 0 0) (9.25232 -0.101762 0 2.10351 0 0) (9.43055 -0.16115 0 2.16488 0 0) (10.0009 -0.046106 0 2.2773 0 0) (10.0681 -0.0466491 0 2.36795 0 0) (10.5901 0.119406 0 2.51832 0 0) (10.5984 0.150126 0 2.63632 0 0) (11.0819 0.305341 0 2.80602 0 0) (11.0613 0.278745 0 2.92236 0 0) (11.5699 0.367771 0 3.06688 0 0) (11.5512 0.281687 0 3.15443 0 0) (12.061 0.299368 0 3.29126 0 0) (11.9965 0.191972 0 3.3689 0 0) (12.5045 0.179484 0 3.51644 0 0) (12.44 0.109107 0 3.58603 0 0) (13.0663 0.121271 0 3.77314 0 0) (13.0597 0.098009 0 3.802 0 0) (13.677 0.0852211 0 3.96622 0 0) (13.6673 -0.00330167 0 3.95083 0 0) (14.1415 -0.0422175 0 4.17554 0 0) (14.1769 -0.148775 0 4.23267 0 0) (14.7426 -0.197276 0 4.48245 0 0) (14.8313 -0.302764 0 4.54942 0 0) (15.4886 -0.234585 0 4.80496 0 0) (15.4411 -0.181393 0 4.84984 0 0) (15.9858 0.0215321 0 5.10657 0 0) (15.8726 0.120505 0 5.14873 0 0) (16.3963 0.370762 0 5.42008 0 0) (16.2626 0.403999 0 5.44902 0 0) (16.8644 0.513168 0 5.70897 0 0) (16.7642 0.455374 0 5.74795 0 0) (17.512 0.477765 0 5.99894 0 0) (17.4314 0.298836 0 5.95735 0 0) (18.3218 0.229051 0 6.17105 0 0) (18.1726 0.151972 0 6.11257 0 0) (19.0522 0.192758 0 6.34972 0 0) (18.8527 0.209768 0 6.29202 0 0) (19.8132 0.225206 0 6.59242 0 0) (19.5646 0.260452 0 6.58612 0 0) (20.6804 0.299164 0 6.96505 0 0) (20.1706 0.480376 0 6.94835 0 0) (21.139 0.611444 0 7.27812 0 0) (20.3356 0.798694 0 7.19899 0 0) (21.3724 0.790775 0 7.53932 0 0) (20.3818 0.966545 0 7.51988 0 0) (21.4824 0.911269 0 7.89265 0 0) (20.2945 1.1378 0 7.89201 0 0) (21.4811 1.00395 0 8.21361 0 0) (20.1362 1.16492 0 8.18344 0 0) (21.5372 0.937472 0 8.45695 0 0) (20.158 1.03753 0 8.38625 0 0) (21.7682 0.725017 0 8.63951 0 0) (20.3273 0.793374 0 8.61529 0 0) (21.9762 0.447554 0 8.88936 0 0) (20.4631 0.491441 0 8.85589 0 0) (22.1183 0.119307 0 9.11051 0 0) (20.4431 0.163206 0 9.02019 0 0) (22.0945 -0.112055 0 9.21261 0 0) (20.3791 -0.0126899 0 9.14756 0 0) (21.9793 -0.174531 0 9.32848 0 0) (20.3436 -0.0517505 0 9.29524 0 0) (21.7665 -0.134176 0 9.49362 0 0) (20.3434 -0.0162765 0 9.5397 0 0) (21.5015 -0.052369 0 9.76826 0 0) (20.0077 0.131976 0 9.8646 0 0) (20.9309 0.200966 0 10.1531 0 0) (19.4608 0.309437 0 10.2294 0 0) (20.2608 0.39377 0 10.4095 0 0) (18.9831 0.366273 0 10.3424 0 0) (19.6802 0.432452 0 10.5951 0 0) (18.5251 0.380412 0 10.5307 0 0) (19.2015 0.493881 0 10.7948 0 0) (17.8868 0.395348 0 10.7656 0 0) (18.6053 0.591086 0 11.231 0 0) (17.3857 0.513966 0 10.7722 0 0) (18.1948 0.667894 0 11.5101 0 0) (16.8067 0.714813 0 10.7805 0 0) (17.7455 0.593109 0 11.6138 0 0) (16.469 0.705165 0 10.7527 0 0) (17.2061 0.414159 0 11.7804 0 0) (16.2155 0.683344 0 10.8151 0 0) (16.8876 0.340903 0 11.9621 0 0) (15.9573 0.654546 0 10.8405 0 0) (16.6802 0.370655 0 12.2832 0 0) (15.694 0.765373 0 11.0461 0 0) (16.3597 0.32748 0 12.402 0 0) (15.5135 1.02403 0 11.0507 0 0) (16.1945 0.38054 0 12.6563 0 0) (15.2581 1.2086 0 11.0064 0 0) (15.9883 0.514253 0 12.9818 0 0) (14.844 1.34655 0 11.121 0 0) (16.0495 0.515273 0 13.1351 0 0) (14.5835 1.31451 0 11.0037 0 0) (15.9096 0.364264 0 13.0943 0 0) (14.7135 1.50602 0 10.7918 0 0) (15.7153 0.331384 0 12.7345 0 0) (14.1325 1.5862 0 10.5411 0 0) (15.3846 0.299637 0 12.2129 0 0) (13.9745 1.517 0 10.4303 0 0) (15.0284 0.0719848 0 11.7775 0 0) (13.867 1.45509 0 10.3966 0 0) (14.4146 -0.212089 0 11.2808 0 0) (13.9301 1.34791 0 10.3374 0 0) (13.5005 -0.61771 0 10.7068 0 0) (13.9844 1.20542 0 10.0622 0 0) (12.9067 -0.983502 0 10.0366 0 0) (13.504 0.693757 0 9.82856 0 0) (12.5353 -1.45166 0 9.48002 0 0) (13.4195 0.424227 0 9.57968 0 0) (12.0485 -1.84998 0 9.07387 0 0) (13.3752 0.345729 0 9.52298 0 0) (11.0751 -2.57179 0 8.45761 0 0) (12.6267 0.0580647 0 9.56547 0 0) (10.1543 -3.44922 0 7.84577 0 0) (11.519 -0.107675 0 9.60051 0 0) (9.12004 -4.19241 0 7.57737 0 0) (10.5985 0.268058 0 9.45596 0 0) (8.12193 -4.75212 0 8.13059 0 0) (8.64226 0.342976 0 8.72898 0 0) (7.18729 -4.96886 0 9.30339 0 0) (6.30908 0.143615 0 7.52592 0 0) (6.04536 -4.66863 0 10.7318 0 0) (4.08338 -0.628608 0 6.00463 0 0) (4.78568 -3.57322 0 11.3183 0 0) (2.70834 -1.05231 0 6.05308 0 0) (3.19344 -2.22624 0 9.77235 0 0) (2.1264 -0.172505 0 7.80615 0 0) (1.92351 -0.634948 0 8.75861 0 0) (0.0726895 0.00902189 0 0.0117855 0 0) (0.0961656 0.0116579 0 0.0117183 0 0) (0.0884724 0.015075 0 0.0150917 0 0) (0.117573 0.0176227 0 0.0170928 0 0) (0.112545 0.0219884 0 0.0191159 0 0) (0.139952 0.0257264 0 0.0208074 0 0) (0.135918 0.0282483 0 0.0229841 0 0) (0.164591 0.0308741 0 0.0250967 0 0) (0.159166 0.0319168 0 0.0278421 0 0) (0.19019 0.0334219 0 0.0307271 0 0) (0.186523 0.0327941 0 0.0340311 0 0) (0.218174 0.0347059 0 0.0380699 0 0) (0.215866 0.0319596 0 0.0422661 0 0) (0.252285 0.0339721 0 0.0476351 0 0) (0.248757 0.0299983 0 0.0525953 0 0) (0.290226 0.0316368 0 0.060002 0 0) (0.287815 0.0260655 0 0.0663742 0 0) (0.329881 0.0280837 0 0.0761027 0 0) (0.331041 0.0205431 0 0.0846774 0 0) (0.371203 0.0232772 0 0.0963289 0 0) (0.374721 0.0139293 0 0.106816 0 0) (0.413903 0.0167403 0 0.12087 0 0) (0.41903 0.00571776 0 0.132532 0 0) (0.458479 0.00881426 0 0.149422 0 0) (0.46479 -0.00467932 0 0.162889 0 0) (0.505572 -0.000799637 0 0.182715 0 0) (0.512172 -0.0165193 0 0.198195 0 0) (0.554536 -0.0119423 0 0.221549 0 0) (0.561304 -0.0292259 0 0.239289 0 0) (0.605592 -0.022893 0 0.265779 0 0) (0.612476 -0.0413821 0 0.286063 0 0) (0.659548 -0.0314974 0 0.315169 0 0) (0.665926 -0.0495972 0 0.337371 0 0) (0.717133 -0.0342494 0 0.368089 0 0) (0.723851 -0.049827 0 0.391014 0 0) (0.782359 -0.0268618 0 0.42194 0 0) (0.793042 -0.0374277 0 0.443386 0 0) (0.865103 -0.00511349 0 0.472419 0 0) (0.88833 -0.00936364 0 0.489645 0 0) (0.985779 0.0314812 0 0.514959 0 0) (1.03614 0.0297181 0 0.526913 0 0) (1.17001 0.0736192 0 0.551683 0 0) (1.2463 0.0674111 0 0.566603 0 0) (1.40024 0.111458 0 0.602712 0 0) (1.48085 0.101473 0 0.629506 0 0) (1.65285 0.148273 0 0.674174 0 0) (1.75089 0.135654 0 0.70169 0 0) (1.95468 0.186223 0 0.748008 0 0) (2.05903 0.171871 0 0.781239 0 0) (2.28619 0.226104 0 0.834642 0 0) (2.40813 0.20875 0 0.86871 0 0) (2.69242 0.260747 0 0.914612 0 0) (2.85499 0.234605 0 0.942411 0 0) (3.19863 0.278181 0 0.987641 0 0) (3.38056 0.240671 0 1.02293 0 0) (3.76443 0.27584 0 1.07781 0 0) (3.95052 0.232314 0 1.1217 0 0) (4.35792 0.265219 0 1.18238 0 0) (4.54559 0.220013 0 1.22597 0 0) (5.00487 0.25147 0 1.28093 0 0) (5.22319 0.200445 0 1.32004 0 0) (5.71373 0.227479 0 1.37712 0 0) (5.92981 0.166303 0 1.41142 0 0) (6.47003 0.186651 0 1.45514 0 0) (6.71816 0.121777 0 1.47942 0 0) (7.30575 0.14397 0 1.5213 0 0) (7.57616 0.068597 0 1.54243 0 0) (8.2335 0.0826658 0 1.58691 0 0) (8.51039 -0.00197484 0 1.6199 0 0) (9.19815 0.0108359 0 1.68793 0 0) (9.46513 -0.0879727 0 1.74646 0 0) (10.1704 -0.0740259 0 1.83795 0 0) (10.3447 -0.143138 0 1.90838 0 0) (11.0368 -0.0838116 0 1.99086 0 0) (11.1855 -0.103472 0 2.04276 0 0) (11.8355 0.0291657 0 2.12848 0 0) (11.8726 0.068994 0 2.21473 0 0) (12.4989 0.232235 0 2.35046 0 0) (12.4842 0.289919 0 2.47568 0 0) (13.141 0.433058 0 2.63392 0 0) (13.132 0.435873 0 2.74691 0 0) (13.8416 0.523255 0 2.87978 0 0) (13.7452 0.480703 0 2.97571 0 0) (14.4213 0.493026 0 3.10853 0 0) (14.2666 0.424223 0 3.17528 0 0) (14.9394 0.387447 0 3.31686 0 0) (14.7818 0.345702 0 3.36105 0 0) (15.5407 0.313239 0 3.52328 0 0) (15.4314 0.331029 0 3.51893 0 0) (16.1049 0.259268 0 3.71419 0 0) (16.0103 0.217531 0 3.69509 0 0) (16.6086 0.0777962 0 3.91998 0 0) (16.6196 -0.033946 0 3.96429 0 0) (17.3687 -0.138144 0 4.17581 0 0) (17.3515 -0.203275 0 4.21994 0 0) (18.0452 -0.150969 0 4.46985 0 0) (17.8826 -0.0375997 0 4.49825 0 0) (18.5296 0.132549 0 4.73349 0 0) (18.2751 0.284161 0 4.77751 0 0) (18.9447 0.442923 0 5.06366 0 0) (18.7273 0.500896 0 5.10011 0 0) (19.5178 0.556481 0 5.33226 0 0) (19.3533 0.512571 0 5.34644 0 0) (20.2399 0.474283 0 5.59029 0 0) (20.0879 0.321077 0 5.54471 0 0) (20.9655 0.257017 0 5.73724 0 0) (20.7756 0.220696 0 5.6672 0 0) (21.7151 0.232136 0 5.89594 0 0) (21.5192 0.252736 0 5.84289 0 0) (22.5317 0.213252 0 6.14999 0 0) (22.2154 0.285234 0 6.14132 0 0) (23.1227 0.35721 0 6.48934 0 0) (22.4887 0.628457 0 6.43237 0 0) (23.3807 0.733451 0 6.74955 0 0) (22.6197 0.944667 0 6.66178 0 0) (23.5357 0.931205 0 6.99234 0 0) (22.5962 1.13507 0 6.94914 0 0) (23.6198 1.10605 0 7.29547 0 0) (22.5573 1.31988 0 7.24914 0 0) (23.7069 1.19352 0 7.559 0 0) (22.5436 1.30344 0 7.48767 0 0) (23.9288 1.06005 0 7.78727 0 0) (22.7019 1.09253 0 7.69815 0 0) (24.2191 0.795838 0 8.0048 0 0) (22.8026 0.834389 0 7.9554 0 0) (24.4967 0.515042 0 8.25523 0 0) (22.9292 0.543057 0 8.17114 0 0) (24.5966 0.2305 0 8.42565 0 0) (22.9018 0.267495 0 8.26411 0 0) (24.555 -0.0152076 0 8.46599 0 0) (22.7346 0.0923638 0 8.33064 0 0) (24.4165 -0.0590398 0 8.55038 0 0) (22.5799 0.0447596 0 8.48287 0 0) (24.131 -0.0219916 0 8.74044 0 0) (22.4376 0.108408 0 8.71703 0 0) (23.6978 0.139692 0 8.9644 0 0) (21.9036 0.348955 0 8.97445 0 0) (22.999 0.425314 0 9.28353 0 0) (21.3622 0.534987 0 9.2713 0 0) (22.3854 0.573754 0 9.4983 0 0) (20.9045 0.545854 0 9.3533 0 0) (21.8173 0.578615 0 9.66049 0 0) (20.3846 0.573883 0 9.52076 0 0) (21.3454 0.640978 0 9.86421 0 0) (19.752 0.549249 0 9.69585 0 0) (20.631 0.649582 0 10.4107 0 0) (19.2379 0.668613 0 9.69044 0 0) (20.1905 0.670326 0 10.5083 0 0) (18.6032 0.870141 0 9.56457 0 0) (19.6864 0.680446 0 10.7598 0 0) (18.2375 0.768045 0 9.56005 0 0) (19.2787 0.532145 0 10.855 0 0) (17.8241 0.66432 0 9.5069 0 0) (18.9394 0.416455 0 11.0312 0 0) (17.5012 0.678398 0 9.65736 0 0) (18.5132 0.373526 0 11.4022 0 0) (17.3675 0.829382 0 9.86071 0 0) (18.149 0.298068 0 11.632 0 0) (17.2115 1.06781 0 9.76401 0 0) (17.9208 0.457959 0 11.8072 0 0) (17.0589 1.38183 0 9.75254 0 0) (17.7312 0.510552 0 12.0949 0 0) (16.7697 1.56134 0 9.76991 0 0) (17.8027 0.571243 0 12.1392 0 0) (16.3383 1.507 0 9.79552 0 0) (17.6351 0.547441 0 12.1157 0 0) (16.264 1.82278 0 9.57014 0 0) (17.5146 0.67045 0 11.7809 0 0) (15.6992 1.8282 0 9.4156 0 0) (17.443 0.477131 0 11.2789 0 0) (15.4458 1.57031 0 9.33364 0 0) (17.0625 0.206374 0 10.8125 0 0) (15.5101 1.57525 0 9.30741 0 0) (16.3578 -0.106288 0 10.4463 0 0) (15.7873 1.51987 0 9.15936 0 0) (15.494 -0.605452 0 9.98593 0 0) (15.6202 1.2863 0 8.95607 0 0) (14.9314 -0.913788 0 9.34532 0 0) (15.1794 0.866461 0 8.76951 0 0) (14.2855 -1.46565 0 8.8741 0 0) (15.9164 0.832466 0 8.58906 0 0) (13.3965 -2.14686 0 8.71761 0 0) (15.5774 0.771345 0 8.4774 0 0) (12.6594 -2.84431 0 8.15221 0 0) (14.9546 0.400213 0 8.459 0 0) (11.9077 -3.78323 0 7.58101 0 0) (14.8664 0.915726 0 8.55851 0 0) (10.6249 -4.75256 0 7.65288 0 0) (13.0702 0.939521 0 8.26701 0 0) (9.34186 -5.16427 0 8.15438 0 0) (10.5963 0.874553 0 7.70803 0 0) (8.23408 -5.27202 0 9.08934 0 0) (7.77805 0.265865 0 6.742 0 0) (7.02905 -4.8884 0 9.84088 0 0) (5.04425 -1.04307 0 5.5177 0 0) (5.72724 -3.77169 0 9.49688 0 0) (3.19412 -1.67721 0 5.92706 0 0) (3.70855 -2.62073 0 7.9867 0 0) (2.2604 -0.98176 0 6.96355 0 0) (2.15386 -1.14787 0 7.5512 0 0) (0.0466096 0.00819009 0 0.00921545 0 0) (0.0803564 0.0110925 0 0.00945758 0 0) (0.0609423 0.0130075 0 0.0115192 0 0) (0.0993128 0.0160097 0 0.0134463 0 0) (0.0834469 0.0192386 0 0.0147529 0 0) (0.118473 0.0223765 0 0.0165533 0 0) (0.106813 0.0245943 0 0.0179283 0 0) (0.139766 0.0265763 0 0.0201301 0 0) (0.130456 0.0271705 0 0.022292 0 0) (0.163686 0.0291475 0 0.0248818 0 0) (0.156442 0.0281973 0 0.0282597 0 0) (0.192042 0.0302668 0 0.0319624 0 0) (0.186297 0.0286152 0 0.0361036 0 0) (0.225208 0.0299328 0 0.0414274 0 0) (0.220983 0.0280694 0 0.0463149 0 0) (0.261612 0.0289084 0 0.0533465 0 0) (0.260503 0.0258077 0 0.0598792 0 0) (0.300888 0.026836 0 0.0687686 0 0) (0.3026 0.0219573 0 0.0774372 0 0) (0.342638 0.0229368 0 0.0881204 0 0) (0.345501 0.0165751 0 0.0983952 0 0) (0.385788 0.0173737 0 0.111265 0 0) (0.389353 0.00986151 0 0.122871 0 0) (0.430381 0.0107523 0 0.138273 0 0) (0.434878 0.0019585 0 0.151678 0 0) (0.476926 0.00354372 0 0.169582 0 0) (0.48242 -0.00618113 0 0.1849 0 0) (0.525618 -0.00296819 0 0.205452 0 0) (0.531854 -0.012708 0 0.222902 0 0) (0.577056 -0.00629798 0 0.245592 0 0) (0.584436 -0.0144856 0 0.26497 0 0) (0.633709 -0.00295632 0 0.289166 0 0) (0.644088 -0.0076035 0 0.309229 0 0) (0.701477 0.0113769 0 0.333148 0 0) (0.719852 0.0121881 0 0.352064 0 0) (0.793862 0.0396407 0 0.373774 0 0) (0.830768 0.0461715 0 0.389027 0 0) (0.935999 0.0803806 0 0.406814 0 0) (1.00635 0.0889551 0 0.417623 0 0) (1.15547 0.123905 0 0.433965 0 0) (1.2591 0.128947 0 0.4471 0 0) (1.43422 0.162764 0 0.472493 0 0) (1.5431 0.166147 0 0.497025 0 0) (1.73381 0.202331 0 0.531938 0 0) (1.86209 0.204493 0 0.558469 0 0) (2.08689 0.241724 0 0.594311 0 0) (2.22953 0.243151 0 0.625448 0 0) (2.47225 0.282885 0 0.668369 0 0) (2.63867 0.279124 0 0.700774 0 0) (2.94074 0.313313 0 0.738524 0 0) (3.15153 0.299636 0 0.768262 0 0) (3.49636 0.325974 0 0.809726 0 0) (3.72216 0.303795 0 0.848054 0 0) (4.09352 0.325156 0 0.897026 0 0) (4.33053 0.29984 0 0.941046 0 0) (4.73478 0.319719 0 0.991185 0 0) (4.99283 0.291713 0 1.03329 0 0) (5.44816 0.30771 0 1.0807 0 0) (5.74133 0.274057 0 1.12027 0 0) (6.22969 0.290421 0 1.16992 0 0) (6.51578 0.258245 0 1.21153 0 0) (7.04748 0.271338 0 1.25194 0 0) (7.38364 0.224406 0 1.2774 0 0) (7.97702 0.231861 0 1.31047 0 0) (8.34304 0.17332 0 1.33482 0 0) (8.97992 0.162484 0 1.372 0 0) (9.33121 0.0878394 0 1.4062 0 0) (9.99746 0.0774881 0 1.45321 0 0) (10.3601 0.000492114 0 1.49716 0 0) (11.0277 -0.00264393 0 1.56781 0 0) (11.3381 -0.0669532 0 1.63433 0 0) (11.9936 -0.0484548 0 1.71681 0 0) (12.267 -0.0812731 0 1.78552 0 0) (12.9215 -0.0153538 0 1.85182 0 0) (13.105 0.0170844 0 1.8953 0 0) (13.7294 0.140922 0 1.957 0 0) (13.8526 0.210858 0 2.03792 0 0) (14.4848 0.35622 0 2.15666 0 0) (14.6568 0.443638 0 2.2717 0 0) (15.3819 0.572099 0 2.40345 0 0) (15.5198 0.623798 0 2.52008 0 0) (16.2225 0.69842 0 2.65367 0 0) (16.2866 0.700543 0 2.75288 0 0) (16.9968 0.700076 0 2.87151 0 0) (16.9488 0.683624 0 2.93399 0 0) (17.6114 0.627704 0 3.05206 0 0) (17.4943 0.619543 0 3.07841 0 0) (18.1901 0.538726 0 3.23965 0 0) (18.1757 0.580406 0 3.22122 0 0) (18.7849 0.435553 0 3.41996 0 0) (18.8881 0.394447 0 3.37652 0 0) (19.464 0.177329 0 3.5978 0 0) (19.4986 0.0758084 0 3.63947 0 0) (20.1595 -0.0747267 0 3.8523 0 0) (20.1064 -0.0586384 0 3.85052 0 0) (20.6371 -0.0259233 0 4.08381 0 0) (20.4831 0.139056 0 4.09966 0 0) (20.9978 0.281757 0 4.33246 0 0) (20.815 0.465395 0 4.35538 0 0) (21.4023 0.544008 0 4.6185 0 0) (21.3158 0.604394 0 4.64112 0 0) (22.0387 0.595723 0 4.87607 0 0) (21.9865 0.565962 0 4.90007 0 0) (22.7858 0.502897 0 5.13752 0 0) (22.7456 0.40016 0 5.06988 0 0) (23.4135 0.328452 0 5.24895 0 0) (23.3603 0.289882 0 5.16108 0 0) (24.0904 0.282844 0 5.40285 0 0) (23.9686 0.306424 0 5.35594 0 0) (24.6675 0.304718 0 5.66442 0 0) (24.3999 0.436843 0 5.60367 0 0) (24.9225 0.568249 0 5.88826 0 0) (24.4814 0.817793 0 5.80981 0 0) (25.0794 0.915012 0 6.12553 0 0) (24.5605 1.09451 0 6.02929 0 0) (25.2172 1.09073 0 6.32189 0 0) (24.6153 1.25289 0 6.24209 0 0) (25.4312 1.22927 0 6.55646 0 0) (24.7596 1.3743 0 6.49385 0 0) (25.7009 1.2558 0 6.81492 0 0) (24.9073 1.273 0 6.74465 0 0) (25.975 1.06967 0 7.07477 0 0) (25.0331 1.04477 0 6.9581 0 0) (26.2577 0.811536 0 7.26653 0 0) (25.1337 0.79037 0 7.16768 0 0) (26.4831 0.576953 0 7.46586 0 0) (25.1249 0.603239 0 7.31794 0 0) (26.5876 0.358106 0 7.58497 0 0) (24.9998 0.39828 0 7.39764 0 0) (26.496 0.173724 0 7.61056 0 0) (24.7704 0.246628 0 7.43367 0 0) (26.2801 0.101162 0 7.67408 0 0) (24.44 0.194158 0 7.57032 0 0) (25.8838 0.152314 0 7.84048 0 0) (23.9829 0.309761 0 7.77304 0 0) (25.1892 0.407832 0 8.03757 0 0) (23.3716 0.545346 0 8.0017 0 0) (24.5755 0.633201 0 8.29289 0 0) (22.9031 0.691314 0 8.2277 0 0) (24.0385 0.737323 0 8.45134 0 0) (22.5452 0.712214 0 8.22683 0 0) (23.5231 0.726874 0 8.59064 0 0) (21.952 0.71445 0 8.43936 0 0) (22.942 0.756723 0 8.85832 0 0) (21.3745 0.724452 0 8.55866 0 0) (22.1842 0.751135 0 9.41671 0 0) (20.7678 0.887365 0 8.53736 0 0) (21.7911 0.748818 0 9.44177 0 0) (20.2013 1.01755 0 8.235 0 0) (21.1403 0.810333 0 9.71076 0 0) (19.5947 0.812375 0 8.24727 0 0) (20.7536 0.689684 0 9.91391 0 0) (19.1782 0.727136 0 8.13337 0 0) (20.2931 0.589289 0 10.0673 0 0) (18.8761 0.781445 0 8.28395 0 0) (19.9518 0.432963 0 10.3348 0 0) (18.7204 0.885585 0 8.50239 0 0) (19.7678 0.440403 0 10.4815 0 0) (18.7501 1.19348 0 8.44785 0 0) (19.3312 0.465326 0 10.8202 0 0) (18.4864 1.49595 0 8.35759 0 0) (19.0204 0.56858 0 11.107 0 0) (18.5023 1.69077 0 8.55041 0 0) (19.1736 0.688374 0 11.0711 0 0) (18.038 1.6376 0 8.38395 0 0) (19.1123 0.689818 0 10.9988 0 0) (17.526 1.98916 0 8.2875 0 0) (19.0622 0.842447 0 10.5524 0 0) (17.1142 2.0392 0 8.18871 0 0) (18.9407 0.689735 0 10.026 0 0) (17.0371 1.80376 0 8.10157 0 0) (18.6098 0.266119 0 9.74678 0 0) (17 1.59171 0 7.96088 0 0) (18.1457 -0.00573412 0 9.47376 0 0) (17.3247 1.50926 0 8.04428 0 0) (17.4657 -0.416286 0 9.00407 0 0) (18.0264 1.652 0 7.82841 0 0) (16.7478 -0.808182 0 8.65424 0 0) (17.8519 0.9888 0 7.65671 0 0) (16.1416 -1.50675 0 8.30149 0 0) (18.3996 0.97313 0 7.38666 0 0) (15.3341 -2.04079 0 8.19961 0 0) (18.5469 0.950321 0 7.30221 0 0) (14.5783 -2.92284 0 7.69896 0 0) (17.9862 0.989491 0 7.4499 0 0) (13.4238 -4.12555 0 7.28859 0 0) (16.4646 1.07263 0 7.21757 0 0) (12.1217 -4.97012 0 7.21521 0 0) (15.1799 1.80495 0 7.39923 0 0) (10.3884 -5.33208 0 7.78421 0 0) (12.5634 1.24945 0 6.82531 0 0) (9.18228 -5.37463 0 8.45958 0 0) (9.49849 0.206595 0 6.0302 0 0) (8.20213 -4.92739 0 8.66397 0 0) (6.3412 -1.36863 0 5.14677 0 0) (6.86845 -3.78816 0 7.78661 0 0) (4.02164 -2.16684 0 5.51707 0 0) (4.46362 -2.77987 0 6.61581 0 0) (2.77972 -1.6056 0 5.98266 0 0) (2.60372 -1.53583 0 6.47409 0 0) (0.0412809 0.00844239 0 0.0069645 0 0) (0.0575993 0.0104532 0 0.00723714 0 0) (0.0556793 0.012666 0 0.0085294 0 0) (0.0767062 0.014762 0 0.010332 0 0) (0.0763134 0.0177164 0 0.0111481 0 0) (0.0960596 0.0197083 0 0.0125967 0 0) (0.0973617 0.0215876 0 0.0138727 0 0) (0.116334 0.0227057 0 0.0154541 0 0) (0.119347 0.0235867 0 0.0174959 0 0) (0.139075 0.0244497 0 0.0198585 0 0) (0.143892 0.0244475 0 0.0227805 0 0) (0.165521 0.025176 0 0.0261942 0 0) (0.17242 0.0245414 0 0.029876 0 0) (0.196555 0.0247958 0 0.0346565 0 0) (0.205655 0.0236539 0 0.0396943 0 0) (0.231159 0.0236849 0 0.0459377 0 0) (0.242129 0.0219217 0 0.0525876 0 0) (0.268468 0.0216338 0 0.060606 0 0) (0.280873 0.0189219 0 0.0686477 0 0) (0.307825 0.0187249 0 0.0782957 0 0) (0.321349 0.015102 0 0.0880544 0 0) (0.348838 0.0157278 0 0.0994715 0 0) (0.363107 0.0118806 0 0.11092 0 0) (0.391633 0.0136976 0 0.124243 0 0) (0.407117 0.0102015 0 0.137343 0 0) (0.437833 0.0138356 0 0.152441 0 0) (0.455312 0.0116875 0 0.167173 0 0) (0.489678 0.0184551 0 0.183883 0 0) (0.510214 0.0190307 0 0.199899 0 0) (0.551168 0.0306253 0 0.217712 0 0) (0.578315 0.0355436 0 0.234135 0 0) (0.631529 0.0534828 0 0.251791 0 0) (0.672969 0.0638478 0 0.267195 0 0) (0.748483 0.0885768 0 0.282956 0 0) (0.81669 0.103847 0 0.295291 0 0) (0.92966 0.133151 0 0.307873 0 0) (1.03975 0.149278 0 0.316686 0 0) (1.20344 0.177904 0 0.327942 0 0) (1.35328 0.190112 0 0.338223 0 0) (1.54692 0.217212 0 0.356604 0 0) (1.70453 0.229187 0 0.376692 0 0) (1.90911 0.258196 0 0.403434 0 0) (2.08506 0.269313 0 0.42661 0 0) (2.3275 0.296152 0 0.453192 0 0) (2.52725 0.304602 0 0.479094 0 0) (2.79126 0.332949 0 0.512182 0 0) (3.01673 0.338301 0 0.54145 0 0) (3.33878 0.358601 0 0.573522 0 0) (3.61128 0.356161 0 0.604613 0 0) (3.96158 0.375152 0 0.643878 0 0) (4.24251 0.367983 0 0.682714 0 0) (4.62386 0.380744 0 0.724483 0 0) (4.92635 0.36701 0 0.763291 0 0) (5.33114 0.374152 0 0.804865 0 0) (5.65953 0.352756 0 0.842845 0 0) (6.1108 0.358667 0 0.884624 0 0) (6.46684 0.341408 0 0.924662 0 0) (6.94018 0.351873 0 0.968857 0 0) (7.29274 0.334152 0 1.00814 0 0) (7.80868 0.343482 0 1.04833 0 0) (8.23592 0.31442 0 1.07794 0 0) (8.82152 0.309269 0 1.10941 0 0) (9.25123 0.268102 0 1.13217 0 0) (9.86848 0.250004 0 1.15912 0 0) (10.3177 0.195244 0 1.18559 0 0) (10.9223 0.16933 0 1.22255 0 0) (11.3461 0.106913 0 1.25953 0 0) (11.9944 0.0791189 0 1.30304 0 0) (12.404 0.0241904 0 1.35123 0 0) (13.0183 0.0237799 0 1.41794 0 0) (13.3924 -0.00605195 0 1.48511 0 0) (14.0236 0.0131467 0 1.55996 0 0) (14.3301 0.021388 0 1.62636 0 0) (14.9005 0.0941238 0 1.67911 0 0) (15.1693 0.155429 0 1.71071 0 0) (15.7844 0.266722 0 1.75667 0 0) (16.0715 0.353731 0 1.82378 0 0) (16.7097 0.466146 0 1.92126 0 0) (16.9977 0.554477 0 2.02724 0 0) (17.7233 0.677965 0 2.14763 0 0) (18.0134 0.755776 0 2.2561 0 0) (18.7111 0.837997 0 2.37091 0 0) (18.944 0.870546 0 2.45981 0 0) (19.6124 0.899606 0 2.5746 0 0) (19.7292 0.915774 0 2.63298 0 0) (20.3366 0.850564 0 2.74779 0 0) (20.3819 0.836073 0 2.75074 0 0) (20.9927 0.712464 0 2.90041 0 0) (21.1463 0.776426 0 2.85637 0 0) (21.6145 0.571291 0 3.07281 0 0) (21.7926 0.546215 0 3.02901 0 0) (22.2327 0.276981 0 3.25137 0 0) (22.418 0.176697 0 3.26755 0 0) (22.871 0.0114648 0 3.45847 0 0) (22.7871 0.104995 0 3.43255 0 0) (23.109 0.0734869 0 3.6748 0 0) (23.0597 0.284816 0 3.64852 0 0) (23.4737 0.363234 0 3.85554 0 0) (23.4397 0.571882 0 3.85189 0 0) (23.8848 0.530129 0 4.12757 0 0) (23.8816 0.593908 0 4.13269 0 0) (24.4214 0.533681 0 4.37524 0 0) (24.4823 0.529042 0 4.36674 0 0) (25.1348 0.458664 0 4.61668 0 0) (25.1299 0.427652 0 4.53418 0 0) (25.6176 0.337595 0 4.73068 0 0) (25.5446 0.334824 0 4.62855 0 0) (26.0177 0.331701 0 4.87904 0 0) (25.876 0.367718 0 4.81124 0 0) (26.3369 0.424015 0 5.09318 0 0) (26.0142 0.600123 0 4.99468 0 0) (26.3261 0.736612 0 5.26445 0 0) (26.0075 0.93633 0 5.16544 0 0) (26.4608 1.00773 0 5.45341 0 0) (26.1228 1.14585 0 5.30965 0 0) (26.6504 1.1375 0 5.57792 0 0) (26.2805 1.24502 0 5.46833 0 0) (26.8862 1.21407 0 5.77888 0 0) (26.4935 1.27554 0 5.69305 0 0) (27.1577 1.18731 0 6.03027 0 0) (26.6865 1.13325 0 5.9149 0 0) (27.3092 1.01443 0 6.25639 0 0) (26.6967 0.927867 0 6.11457 0 0) (27.3931 0.803145 0 6.42137 0 0) (26.6371 0.749004 0 6.27016 0 0) (27.4131 0.659412 0 6.55916 0 0) (26.4176 0.626299 0 6.39695 0 0) (27.3655 0.54094 0 6.67182 0 0) (26.1754 0.528181 0 6.45183 0 0) (27.2397 0.417721 0 6.67466 0 0) (25.8571 0.424666 0 6.47479 0 0) (26.9797 0.337471 0 6.72066 0 0) (25.4366 0.371818 0 6.56912 0 0) (26.4289 0.404653 0 6.84021 0 0) (24.7617 0.50077 0 6.71039 0 0) (25.7644 0.609228 0 6.99751 0 0) (24.1933 0.690646 0 6.92914 0 0) (25.2829 0.804397 0 7.20929 0 0) (23.7764 0.824484 0 7.09678 0 0) (24.793 0.896465 0 7.32437 0 0) (23.3413 0.802942 0 7.10543 0 0) (24.2409 0.869937 0 7.46859 0 0) (22.8715 0.837438 0 7.25788 0 0) (23.6439 0.89425 0 7.74529 0 0) (22.4149 0.82345 0 7.35015 0 0) (23.0166 0.824171 0 8.31549 0 0) (22.0962 0.937382 0 7.37467 0 0) (22.5312 0.942278 0 8.32941 0 0) (21.8007 1.12204 0 7.00551 0 0) (21.9973 0.978769 0 8.60317 0 0) (20.9449 0.904663 0 6.86184 0 0) (21.3576 0.8767 0 8.81514 0 0) (20.3781 0.829748 0 6.83885 0 0) (20.995 0.669331 0 8.92577 0 0) (19.9207 0.748606 0 7.02825 0 0) (20.788 0.505089 0 9.14943 0 0) (19.8699 0.754444 0 7.22065 0 0) (20.5533 0.474419 0 9.39144 0 0) (19.9578 1.13315 0 7.12837 0 0) (20.3598 0.554928 0 9.57089 0 0) (19.8511 1.42707 0 7.02688 0 0) (20.2002 0.578311 0 9.80492 0 0) (20.0558 1.75431 0 7.18793 0 0) (20.3888 0.760389 0 9.83099 0 0) (19.5842 1.62143 0 7.11561 0 0) (20.3395 0.828611 0 9.60882 0 0) (19.6695 2.08247 0 7.05149 0 0) (20.1852 0.956657 0 9.26388 0 0) (19.0808 2.02779 0 6.91404 0 0) (20.2228 0.540191 0 8.79702 0 0) (18.5148 1.69288 0 6.78457 0 0) (20.0571 0.324094 0 8.55306 0 0) (18.7623 1.5807 0 6.80035 0 0) (19.7491 -0.0587514 0 8.31791 0 0) (19.1471 1.40474 0 6.77779 0 0) (19.3508 -0.37477 0 8.16924 0 0) (19.7995 1.51383 0 6.58756 0 0) (18.8738 -0.723798 0 7.66125 0 0) (20.5162 1.18431 0 6.47389 0 0) (17.9123 -1.47076 0 7.57277 0 0) (20.6707 1.10657 0 6.34043 0 0) (17.2222 -2.00027 0 7.49726 0 0) (20.7692 1.2198 0 6.2199 0 0) (15.7971 -3.08818 0 7.03985 0 0) (20.2693 1.07007 0 6.28966 0 0) (14.7864 -4.00051 0 6.64056 0 0) (19.6038 1.78571 0 6.32045 0 0) (13.0259 -5.00007 0 6.97415 0 0) (17.6398 2.01012 0 6.20677 0 0) (11.1925 -5.29451 0 7.29991 0 0) (14.8886 1.36451 0 5.86535 0 0) (10.0002 -5.3158 0 7.56409 0 0) (11.5452 0.231923 0 5.2899 0 0) (9.11807 -4.77388 0 7.45674 0 0) (7.84269 -1.56169 0 4.63741 0 0) (7.76367 -3.70055 0 6.25848 0 0) (5.08925 -2.40964 0 4.90089 0 0) (5.19164 -2.76019 0 5.5116 0 0) (3.52166 -1.98305 0 4.99075 0 0) (3.1266 -1.80664 0 5.42984 0 0) (0.039314 0.00807729 0 0.00528386 0 0) (0.0466755 0.00980307 0 0.00558504 0 0) (0.0540152 0.0121924 0 0.00628548 0 0) (0.0660737 0.0142395 0 0.00771182 0 0) (0.0740984 0.0162607 0 0.00835138 0 0) (0.0858823 0.0178911 0 0.00942748 0 0) (0.0937686 0.0189222 0 0.0104954 0 0) (0.105561 0.0197729 0 0.0116826 0 0) (0.114463 0.0204055 0 0.0133479 0 0) (0.127523 0.0210528 0 0.0152061 0 0) (0.137934 0.0215014 0 0.0177249 0 0) (0.152722 0.0223076 0 0.0208679 0 0) (0.16549 0.0225761 0 0.0243739 0 0) (0.182521 0.0236727 0 0.0288547 0 0) (0.197843 0.0238434 0 0.033769 0 0) (0.216839 0.0250072 0 0.0393553 0 0) (0.233771 0.0253017 0 0.0456058 0 0) (0.254475 0.0265709 0 0.0526196 0 0) (0.272661 0.0270793 0 0.0600439 0 0) (0.295331 0.0290714 0 0.0686501 0 0) (0.315353 0.0302579 0 0.0774261 0 0) (0.340549 0.0337297 0 0.0873838 0 0) (0.363403 0.0361798 0 0.0974034 0 0) (0.392163 0.041995 0 0.108354 0 0) (0.419704 0.0465353 0 0.119454 0 0) (0.45516 0.0555659 0 0.13126 0 0) (0.490512 0.0634086 0 0.143172 0 0) (0.537472 0.0767016 0 0.155593 0 0) (0.585827 0.088885 0 0.167568 0 0) (0.651663 0.107324 0 0.179774 0 0) (0.721835 0.124081 0 0.190819 0 0) (0.817939 0.147362 0 0.201419 0 0) (0.923326 0.167223 0 0.21037 0 0) (1.06425 0.192625 0 0.218498 0 0) (1.21844 0.211725 0 0.22498 0 0) (1.41248 0.234649 0 0.232163 0 0) (1.61009 0.250055 0 0.240049 0 0) (1.83346 0.271211 0 0.252474 0 0) (2.03808 0.287259 0 0.268134 0 0) (2.27145 0.311354 0 0.287626 0 0) (2.4969 0.327211 0 0.30599 0 0) (2.77179 0.347678 0 0.32532 0 0) (3.0338 0.359324 0 0.345845 0 0) (3.33311 0.380466 0 0.37016 0 0) (3.62292 0.39123 0 0.394663 0 0) (3.97735 0.404825 0 0.420347 0 0) (4.30446 0.408081 0 0.448418 0 0) (4.66803 0.423531 0 0.482783 0 0) (4.99056 0.42618 0 0.518776 0 0) (5.37881 0.431563 0 0.553891 0 0) (5.73556 0.423257 0 0.586845 0 0) (6.15642 0.423961 0 0.620758 0 0) (6.53108 0.413477 0 0.654166 0 0) (6.98933 0.415215 0 0.689431 0 0) (7.38961 0.406415 0 0.726703 0 0) (7.85504 0.407747 0 0.766814 0 0) (8.26649 0.39362 0 0.803643 0 0) (8.78116 0.384428 0 0.836737 0 0) (9.25852 0.363842 0 0.865924 0 0) (9.83192 0.358393 0 0.895605 0 0) (10.3014 0.340476 0 0.924474 0 0) (10.8641 0.325485 0 0.950453 0 0) (11.3477 0.290071 0 0.972038 0 0) (11.9223 0.26562 0 0.99736 0 0) (12.3837 0.221762 0 1.02387 0 0) (12.9633 0.187824 0 1.05093 0 0) (13.4281 0.137143 0 1.07816 0 0) (14.0138 0.111863 0 1.11411 0 0) (14.4343 0.0879005 0 1.16318 0 0) (14.9879 0.09195 0 1.22732 0 0) (15.4021 0.0887197 0 1.2935 0 0) (15.9561 0.12322 0 1.35728 0 0) (16.3353 0.169351 0 1.41238 0 0) (16.8803 0.249715 0 1.45107 0 0) (17.2389 0.313592 0 1.47901 0 0) (17.8133 0.394445 0 1.51737 0 0) (18.1885 0.475952 0 1.57106 0 0) (18.7876 0.560177 0 1.64816 0 0) (19.1945 0.64064 0 1.73772 0 0) (19.8738 0.742278 0 1.83747 0 0) (20.3051 0.831948 0 1.93628 0 0) (20.9738 0.906237 0 2.03538 0 0) (21.3604 0.967754 0 2.12071 0 0) (22.0131 1.00553 0 2.2215 0 0) (22.3177 1.05594 0 2.28377 0 0) (22.8165 1.00827 0 2.38718 0 0) (23.0073 1.02947 0 2.37107 0 0) (23.3636 0.891355 0 2.51637 0 0) (23.5802 0.964437 0 2.47724 0 0) (23.8939 0.710136 0 2.69185 0 0) (24.2075 0.655317 0 2.64665 0 0) (24.4868 0.37518 0 2.8503 0 0) (24.6163 0.316431 0 2.85442 0 0) (24.7866 0.194955 0 3.02666 0 0) (24.9049 0.311199 0 2.94986 0 0) (25.006 0.253523 0 3.13523 0 0) (25.1217 0.444373 0 3.08706 0 0) (25.3185 0.461575 0 3.32405 0 0) (25.4189 0.653443 0 3.32165 0 0) (25.6338 0.546742 0 3.58844 0 0) (25.7291 0.607799 0 3.55803 0 0) (26.0577 0.498436 0 3.78441 0 0) (26.1805 0.533319 0 3.75516 0 0) (26.5267 0.491192 0 4.00659 0 0) (26.622 0.524833 0 3.93298 0 0) (26.8601 0.47066 0 4.12923 0 0) (26.8114 0.481574 0 4.01206 0 0) (27.0268 0.490738 0 4.25076 0 0) (26.8648 0.552923 0 4.16031 0 0) (27.0148 0.659572 0 4.4118 0 0) (26.7733 0.813128 0 4.28001 0 0) (26.9258 0.927016 0 4.52284 0 0) (26.7369 1.05178 0 4.4115 0 0) (27.008 1.10464 0 4.67584 0 0) (26.8397 1.17815 0 4.52019 0 0) (27.1698 1.12943 0 4.76347 0 0) (26.9479 1.18579 0 4.62236 0 0) (27.3509 1.142 0 4.91128 0 0) (27.1204 1.16682 0 4.80311 0 0) (27.5538 1.10665 0 5.13013 0 0) (27.1623 1.05996 0 5.01306 0 0) (27.5046 0.983127 0 5.32988 0 0) (27.0912 0.884287 0 5.155 0 0) (27.3641 0.833213 0 5.4257 0 0) (26.7867 0.783469 0 5.24612 0 0) (27.1521 0.781837 0 5.52224 0 0) (26.4217 0.720267 0 5.32504 0 0) (26.9643 0.712847 0 5.59234 0 0) (26.195 0.665441 0 5.3919 0 0) (26.8208 0.65586 0 5.6178 0 0) (25.9119 0.585445 0 5.43427 0 0) (26.5819 0.579814 0 5.67022 0 0) (25.4352 0.567494 0 5.47482 0 0) (26.0211 0.677432 0 5.71299 0 0) (24.7011 0.683135 0 5.56752 0 0) (25.4133 0.80112 0 5.84883 0 0) (24.1924 0.776997 0 5.75882 0 0) (25.0192 0.917542 0 6.02404 0 0) (23.8758 0.900646 0 5.90355 0 0) (24.6672 1.02981 0 6.12068 0 0) (23.4672 0.907134 0 5.8539 0 0) (24.1733 0.994578 0 6.19735 0 0) (23.0793 0.901489 0 6.03959 0 0) (23.7242 0.988371 0 6.52406 0 0) (22.8567 0.883486 0 6.10356 0 0) (23.2836 0.926155 0 6.99405 0 0) (22.7284 1.0438 0 6.08195 0 0) (22.8713 1.15466 0 7.0675 0 0) (22.9869 1.32852 0 5.84019 0 0) (22.3736 1.24178 0 7.40146 0 0) (22.5656 1.05532 0 5.5844 0 0) (21.8366 1.1162 0 7.60702 0 0) (21.7785 0.859586 0 5.51202 0 0) (21.6038 0.832503 0 7.64949 0 0) (21.3548 0.71686 0 5.64582 0 0) (21.4526 0.6424 0 7.84889 0 0) (20.9981 0.750676 0 5.90837 0 0) (21.2728 0.563409 0 7.97663 0 0) (21.2025 1.14693 0 5.83488 0 0) (21.1127 0.574923 0 8.17654 0 0) (21.2812 1.4041 0 5.74797 0 0) (20.906 0.623461 0 8.41098 0 0) (21.1526 1.56717 0 5.78506 0 0) (21.1409 0.847109 0 8.26497 0 0) (20.9404 1.55341 0 5.79775 0 0) (21.3375 0.865532 0 8.20527 0 0) (21.2159 2.24994 0 5.86762 0 0) (21.306 0.954338 0 7.79092 0 0) (21.1549 2.11656 0 5.67342 0 0) (21.3024 0.551945 0 7.30274 0 0) (20.5513 1.63146 0 5.46529 0 0) (21.1493 0.166613 0 7.30574 0 0) (20.4252 1.40477 0 5.44003 0 0) (20.8844 -0.11991 0 7.09287 0 0) (20.9296 1.18043 0 5.50867 0 0) (20.822 -0.369921 0 6.89954 0 0) (22.056 1.77581 0 5.57975 0 0) (20.3987 -0.683231 0 6.85214 0 0) (22.1912 1.50083 0 5.38855 0 0) (19.5803 -1.34569 0 6.71203 0 0) (21.8709 1.21838 0 5.15267 0 0) (18.602 -1.89499 0 6.56593 0 0) (21.5408 1.28692 0 5.21427 0 0) (17.3829 -2.86986 0 6.01087 0 0) (21.4984 1.21194 0 5.40211 0 0) (15.7717 -3.82133 0 5.80751 0 0) (21.2374 1.66995 0 5.18089 0 0) (13.9256 -4.64055 0 6.17324 0 0) (19.9462 2.37524 0 5.33141 0 0) (11.9926 -5.09441 0 6.51795 0 0) (17.6854 1.56719 0 5.01754 0 0) (10.8886 -5.1136 0 6.54953 0 0) (13.8947 0.188545 0 4.39854 0 0) (10.019 -4.56079 0 6.09309 0 0) (9.92948 -1.43887 0 4.05799 0 0) (8.6702 -3.47597 0 4.90461 0 0) (6.69699 -2.33293 0 4.17359 0 0) (6.13369 -2.62671 0 4.54278 0 0) (4.68234 -2.08591 0 4.06354 0 0) (3.96406 -1.92813 0 4.43357 0 0) (0.0358732 0.00721558 0 0.00350374 0 0) (0.0407692 0.00890911 0 0.00417099 0 0) (0.0496578 0.0110936 0 0.00462227 0 0) (0.0588434 0.0129513 0 0.00561183 0 0) (0.0679224 0.0141498 0 0.00614978 0 0) (0.0773133 0.0153444 0 0.00672485 0 0) (0.0857011 0.0159834 0 0.00755965 0 0) (0.0954044 0.0167604 0 0.00849291 0 0) (0.104714 0.0175295 0 0.00995518 0 0) (0.115862 0.0185509 0 0.0116976 0 0) (0.126951 0.0197797 0 0.0139 0 0) (0.140186 0.0213802 0 0.0166946 0 0) (0.153955 0.0230763 0 0.0196895 0 0) (0.169872 0.0254782 0 0.0233655 0 0) (0.186414 0.0275935 0 0.0275455 0 0) (0.205198 0.0307529 0 0.0320925 0 0) (0.224532 0.0336983 0 0.0373741 0 0) (0.246794 0.0377794 0 0.043153 0 0) (0.269687 0.042057 0 0.0492767 0 0) (0.297086 0.0477047 0 0.0561217 0 0) (0.325434 0.053798 0 0.0630705 0 0) (0.360274 0.0617536 0 0.0705571 0 0) (0.397189 0.0701974 0 0.0781394 0 0) (0.442935 0.0812369 0 0.0858632 0 0) (0.493162 0.092665 0 0.0938476 0 0) (0.555794 0.107244 0 0.101692 0 0) (0.626084 0.122239 0 0.109487 0 0) (0.714018 0.140352 0 0.117077 0 0) (0.813475 0.158566 0 0.124066 0 0) (0.937562 0.179507 0 0.130613 0 0) (1.07721 0.199143 0 0.136191 0 0) (1.24866 0.220441 0 0.141033 0 0) (1.43791 0.23808 0 0.145157 0 0) (1.65918 0.256234 0 0.149491 0 0) (1.88793 0.270328 0 0.15484 0 0) (2.13539 0.287121 0 0.163221 0 0) (2.3724 0.302614 0 0.174278 0 0) (2.6307 0.322321 0 0.18754 0 0) (2.89615 0.337829 0 0.200496 0 0) (3.20605 0.354081 0 0.214014 0 0) (3.51092 0.366402 0 0.228897 0 0) (3.84521 0.382592 0 0.246585 0 0) (4.17261 0.393194 0 0.265543 0 0) (4.5379 0.40475 0 0.286063 0 0) (4.87843 0.411055 0 0.309377 0 0) (5.23705 0.421253 0 0.33714 0 0) (5.58908 0.428585 0 0.366492 0 0) (5.9989 0.436848 0 0.394407 0 0) (6.38508 0.436886 0 0.421333 0 0) (6.80444 0.442133 0 0.450687 0 0) (7.19773 0.440814 0 0.481799 0 0) (7.63724 0.437875 0 0.511981 0 0) (8.0467 0.42664 0 0.540684 0 0) (8.50542 0.422733 0 0.570044 0 0) (8.92587 0.414185 0 0.599352 0 0) (9.41321 0.408968 0 0.6279 0 0) (9.87571 0.39438 0 0.654825 0 0) (10.3837 0.38804 0 0.681943 0 0) (10.8329 0.377624 0 0.708053 0 0) (11.3505 0.366165 0 0.732222 0 0) (11.8347 0.339378 0 0.752896 0 0) (12.3546 0.319986 0 0.774911 0 0) (12.7925 0.296261 0 0.794315 0 0) (13.3031 0.272027 0 0.809446 0 0) (13.7606 0.233099 0 0.822177 0 0) (14.2815 0.19992 0 0.840828 0 0) (14.7032 0.171372 0 0.867457 0 0) (15.2088 0.159459 0 0.902122 0 0) (15.6247 0.150673 0 0.945951 0 0) (16.1352 0.158016 0 0.996794 0 0) (16.5522 0.174996 0 1.04821 0 0) (17.0359 0.22815 0 1.10084 0 0) (17.4051 0.291584 0 1.151 0 0) (17.9044 0.355981 0 1.19259 0 0) (18.3001 0.399777 0 1.22304 0 0) (18.7657 0.463228 0 1.25157 0 0) (19.1068 0.52397 0 1.29423 0 0) (19.6246 0.573265 0 1.34847 0 0) (20.0395 0.615878 0 1.40555 0 0) (20.6502 0.677681 0 1.4779 0 0) (21.1348 0.761363 0 1.55575 0 0) (21.7986 0.849346 0 1.64336 0 0) (22.2979 0.931861 0 1.72727 0 0) (22.8511 1.01994 0 1.8222 0 0) (23.1949 1.10839 0 1.88177 0 0) (23.6223 1.09711 0 1.9648 0 0) (23.833 1.15769 0 1.94464 0 0) (24.1296 0.99697 0 2.08937 0 0) (24.4108 1.0278 0 2.04385 0 0) (24.5923 0.752147 0 2.24896 0 0) (24.8932 0.730897 0 2.20712 0 0) (24.9316 0.480353 0 2.39054 0 0) (25.163 0.441439 0 2.34336 0 0) (25.1734 0.33384 0 2.46836 0 0) (25.3438 0.455911 0 2.39198 0 0) (25.1749 0.352061 0 2.58044 0 0) (25.3914 0.503998 0 2.53895 0 0) (25.3814 0.492628 0 2.74109 0 0) (25.6902 0.647374 0 2.72259 0 0) (25.6584 0.518519 0 2.95342 0 0) (25.9291 0.554814 0 2.90942 0 0) (25.9147 0.443052 0 3.12091 0 0) (26.1299 0.485009 0 3.06548 0 0) (26.2366 0.482699 0 3.30087 0 0) (26.4525 0.563432 0 3.23923 0 0) (26.4315 0.558708 0 3.43333 0 0) (26.4952 0.572783 0 3.32458 0 0) (26.3716 0.630319 0 3.54107 0 0) (26.3482 0.679831 0 3.43081 0 0) (26.2143 0.798783 0 3.63699 0 0) (26.1841 0.898515 0 3.51888 0 0) (26.0608 0.986921 0 3.73481 0 0) (26.0859 1.03221 0 3.62652 0 0) (26.0394 1.07371 0 3.85196 0 0) (26.1146 1.08715 0 3.70938 0 0) (26.1176 1.06865 0 3.90725 0 0) (26.1088 1.06323 0 3.75285 0 0) (26.2152 1.01792 0 4.00013 0 0) (26.1337 1.00346 0 3.88004 0 0) (26.2433 1.01274 0 4.17175 0 0) (26.1374 0.968799 0 4.04336 0 0) (26.1585 0.962457 0 4.33409 0 0) (26.01 0.882932 0 4.14106 0 0) (25.8752 0.915486 0 4.37421 0 0) (25.715 0.836022 0 4.17128 0 0) (25.5818 0.887488 0 4.41724 0 0) (25.4128 0.786871 0 4.22248 0 0) (25.3239 0.835845 0 4.46596 0 0) (25.1513 0.755699 0 4.27418 0 0) (25.217 0.8028 0 4.51517 0 0) (24.9321 0.691085 0 4.35545 0 0) (25.0376 0.765832 0 4.53867 0 0) (24.5234 0.733985 0 4.32104 0 0) (24.5656 0.865883 0 4.53994 0 0) (23.9762 0.778698 0 4.39083 0 0) (24.1494 0.894401 0 4.65838 0 0) (23.5983 0.823191 0 4.54793 0 0) (23.9175 0.995488 0 4.76979 0 0) (23.3558 0.95147 0 4.63805 0 0) (23.687 1.14221 0 4.86414 0 0) (23.1378 0.950156 0 4.63589 0 0) (23.3936 1.03555 0 4.95421 0 0) (22.9398 0.87812 0 4.73891 0 0) (23.0935 0.983155 0 5.19449 0 0) (22.9902 0.838421 0 4.82703 0 0) (22.8397 0.924088 0 5.62317 0 0) (22.9881 0.966103 0 4.77182 0 0) (22.6991 1.17496 0 5.84434 0 0) (23.1737 1.38621 0 4.63686 0 0) (22.5968 1.31424 0 6.03077 0 0) (23.6863 1.26808 0 4.47889 0 0) (22.1553 1.18973 0 6.32647 0 0) (23.4133 0.789907 0 4.33644 0 0) (21.9193 0.822292 0 6.33301 0 0) (22.8249 0.569879 0 4.44812 0 0) (21.8172 0.645028 0 6.44156 0 0) (22.8084 0.663609 0 4.63023 0 0) (21.4774 0.514505 0 6.64967 0 0) (22.6038 0.997726 0 4.57939 0 0) (21.3629 0.557249 0 6.68767 0 0) (22.5407 1.40499 0 4.61533 0 0) (21.3914 0.495662 0 6.82653 0 0) (22.026 1.31099 0 4.36691 0 0) (21.5546 0.654621 0 6.78063 0 0) (22.2257 1.37618 0 4.51487 0 0) (21.6324 0.754278 0 6.6885 0 0) (22.5257 2.30084 0 4.68503 0 0) (21.9079 0.836592 0 6.35134 0 0) (22.2362 1.8981 0 4.43706 0 0) (22.1371 0.433411 0 5.83292 0 0) (22.3437 1.33834 0 4.205 0 0) (22.2547 0.0634201 0 5.83817 0 0) (22.3978 1.23607 0 4.31377 0 0) (22.1403 -0.274718 0 5.80611 0 0) (23.0996 1.23946 0 4.36629 0 0) (21.6319 -0.43528 0 5.81666 0 0) (23.6836 1.62404 0 4.27665 0 0) (21.3019 -0.637404 0 5.6265 0 0) (23.8319 1.60612 0 4.23402 0 0) (20.7233 -1.16349 0 5.78462 0 0) (23.2572 1.23981 0 4.01096 0 0) (19.6143 -1.85887 0 5.41423 0 0) (23.0489 1.18529 0 4.05799 0 0) (18.4321 -2.70438 0 4.98058 0 0) (22.2679 0.990424 0 3.96223 0 0) (16.7755 -3.44562 0 4.89595 0 0) (22.6754 1.99243 0 4.41454 0 0) (14.7001 -4.04798 0 5.48625 0 0) (21.9777 2.21132 0 4.27907 0 0) (12.7535 -4.55569 0 5.6716 0 0) (19.8837 1.33612 0 3.94072 0 0) (11.7387 -4.67971 0 5.37489 0 0) (16.5095 0.369 0 3.50356 0 0) (10.7809 -4.21133 0 4.89233 0 0) (12.2884 -1.27714 0 3.27162 0 0) (9.63019 -3.18282 0 3.73022 0 0) (8.72116 -2.02963 0 3.35791 0 0) (7.43229 -2.43152 0 3.57951 0 0) (6.21054 -1.99241 0 3.20625 0 0) (5.28846 -1.8947 0 3.47713 0 0) (0.0195162 0.0049247 0 0.00210944 0 0) (0.0228969 0.00632624 0 0.00286584 0 0) (0.0291605 0.00795565 0 0.00332498 0 0) (0.0361657 0.00930866 0 0.00385235 0 0) (0.0430012 0.010116 0 0.00420737 0 0) (0.0505189 0.0108962 0 0.00452772 0 0) (0.0575799 0.0115858 0 0.0050676 0 0) (0.0655593 0.012465 0 0.00583605 0 0) (0.0740555 0.0136258 0 0.00696599 0 0) (0.0836648 0.015163 0 0.00836132 0 0) (0.0944307 0.0170999 0 0.0100709 0 0) (0.106948 0.0195105 0 0.0121713 0 0) (0.120786 0.0223676 0 0.0144933 0 0) (0.137231 0.0258664 0 0.0172351 0 0) (0.155307 0.0297947 0 0.0203486 0 0) (0.176606 0.0346035 0 0.0237813 0 0) (0.200606 0.0399356 0 0.0276079 0 0) (0.228694 0.0464339 0 0.0317599 0 0) (0.260741 0.0535973 0 0.0360991 0 0) (0.299032 0.0621164 0 0.0407218 0 0) (0.342552 0.0714872 0 0.0453807 0 0) (0.395394 0.0822634 0 0.0501344 0 0) (0.455475 0.0939482 0 0.0548454 0 0) (0.528382 0.107084 0 0.0594339 0 0) (0.611906 0.120941 0 0.0638484 0 0) (0.712127 0.136186 0 0.0679905 0 0) (0.827067 0.151628 0 0.0717471 0 0) (0.963251 0.167931 0 0.07513 0 0) (1.1174 0.183545 0 0.0779756 0 0) (1.29696 0.199091 0 0.0804797 0 0) (1.49391 0.212832 0 0.0827389 0 0) (1.71429 0.225809 0 0.085214 0 0) (1.94346 0.236654 0 0.0884427 0 0) (2.18466 0.248998 0 0.0936609 0 0) (2.42354 0.262021 0 0.100707 0 0) (2.68071 0.276324 0 0.108666 0 0) (2.95566 0.286627 0 0.11611 0 0) (3.26563 0.296177 0 0.124087 0 0) (3.57445 0.306786 0 0.134177 0 0) (3.89337 0.319914 0 0.146939 0 0) (4.20997 0.329819 0 0.1612 0 0) (4.55025 0.340678 0 0.176356 0 0) (4.87091 0.349503 0 0.193282 0 0) (5.2092 0.359803 0 0.212484 0 0) (5.5551 0.366483 0 0.232076 0 0) (5.93525 0.371239 0 0.250896 0 0) (6.30417 0.374572 0 0.270851 0 0) (6.68826 0.379943 0 0.293615 0 0) (7.05967 0.381241 0 0.318196 0 0) (7.46249 0.380043 0 0.342523 0 0) (7.84498 0.374696 0 0.365566 0 0) (8.24946 0.370102 0 0.387382 0 0) (8.64123 0.362003 0 0.408188 0 0) (9.07039 0.352505 0 0.429257 0 0) (9.47764 0.339098 0 0.45175 0 0) (9.9021 0.331395 0 0.474962 0 0) (10.2917 0.321304 0 0.495931 0 0) (10.7107 0.308061 0 0.515168 0 0) (11.1172 0.296222 0 0.534095 0 0) (11.5372 0.295618 0 0.55324 0 0) (11.8975 0.290972 0 0.571043 0 0) (12.3033 0.274282 0 0.582786 0 0) (12.7131 0.240859 0 0.589513 0 0) (13.1644 0.211015 0 0.59739 0 0) (13.558 0.192212 0 0.608369 0 0) (13.9564 0.177503 0 0.624214 0 0) (14.321 0.158265 0 0.643867 0 0) (14.7465 0.149091 0 0.667641 0 0) (15.1033 0.149493 0 0.700389 0 0) (15.5066 0.171063 0 0.740964 0 0) (15.8481 0.210706 0 0.782688 0 0) (16.2307 0.265067 0 0.82688 0 0) (16.5817 0.316638 0 0.873447 0 0) (16.986 0.373312 0 0.912854 0 0) (17.3058 0.42259 0 0.937149 0 0) (17.6411 0.462773 0 0.954327 0 0) (17.9054 0.485017 0 0.979728 0 0) (18.2886 0.501963 0 1.01999 0 0) (18.6287 0.520476 0 1.06601 0 0) (19.1093 0.55545 0 1.11319 0 0) (19.5835 0.610368 0 1.16461 0 0) (20.1797 0.689729 0 1.22897 0 0) (20.6827 0.817947 0 1.29615 0 0) (21.2406 0.931451 0 1.37605 0 0) (21.7045 1.0469 0 1.43685 0 0) (22.1116 1.08431 0 1.51003 0 0) (22.4375 1.14188 0 1.50386 0 0) (22.7153 0.987708 0 1.63166 0 0) (22.9684 1.01274 0 1.59634 0 0) (23.1453 0.76661 0 1.75579 0 0) (23.3624 0.771986 0 1.71487 0 0) (23.3248 0.545017 0 1.85424 0 0) (23.4647 0.554076 0 1.79973 0 0) (23.3312 0.450113 0 1.91515 0 0) (23.4572 0.533247 0 1.82902 0 0) (23.3493 0.421401 0 1.96293 0 0) (23.5459 0.528989 0 1.91746 0 0) (23.5239 0.4664 0 2.11533 0 0) (23.7482 0.552053 0 2.10545 0 0) (23.7073 0.447788 0 2.27954 0 0) (23.8836 0.500349 0 2.22847 0 0) (23.7639 0.426853 0 2.40297 0 0) (23.8892 0.478933 0 2.32667 0 0) (23.8702 0.495449 0 2.52334 0 0) (24.0091 0.62242 0 2.48276 0 0) (23.9961 0.668708 0 2.65476 0 0) (24.0471 0.717786 0 2.5716 0 0) (23.9188 0.762912 0 2.73727 0 0) (23.944 0.8163 0 2.62746 0 0) (23.7535 0.903611 0 2.78233 0 0) (23.8173 0.977123 0 2.68529 0 0) (23.6636 1.02855 0 2.86095 0 0) (23.7211 1.0481 0 2.76875 0 0) (23.6442 1.04758 0 2.94384 0 0) (23.6758 1.0254 0 2.81996 0 0) (23.699 0.982072 0 2.97078 0 0) (23.6467 0.94925 0 2.82438 0 0) (23.7735 0.918663 0 3.00374 0 0) (23.6159 0.90773 0 2.88278 0 0) (23.8002 0.89811 0 3.11345 0 0) (23.6707 0.885567 0 3.02659 0 0) (23.7583 0.896234 0 3.2606 0 0) (23.6101 0.888834 0 3.08757 0 0) (23.5642 0.915586 0 3.27386 0 0) (23.3983 0.912827 0 3.09813 0 0) (23.3293 0.92818 0 3.30655 0 0) (23.1819 0.873897 0 3.13027 0 0) (23.1056 0.891161 0 3.31432 0 0) (23.0122 0.832263 0 3.14919 0 0) (23.042 0.83871 0 3.35389 0 0) (22.9518 0.782645 0 3.21004 0 0) (22.9802 0.841689 0 3.35102 0 0) (22.7447 0.829766 0 3.16732 0 0) (22.7559 0.886814 0 3.35113 0 0) (22.5074 0.820424 0 3.2258 0 0) (22.5666 0.864097 0 3.43496 0 0) (22.4003 0.79704 0 3.32346 0 0) (22.5667 0.911182 0 3.5011 0 0) (22.4402 0.885619 0 3.35624 0 0) (22.694 1.00184 0 3.57793 0 0) (22.5342 0.866503 0 3.39225 0 0) (22.6625 0.910299 0 3.66868 0 0) (22.5611 0.765417 0 3.4953 0 0) (22.5064 0.809747 0 3.87899 0 0) (22.7211 0.738493 0 3.58867 0 0) (22.3045 0.853371 0 4.19386 0 0) (22.8495 0.936658 0 3.48534 0 0) (22.322 1.12103 0 4.44296 0 0) (23.1638 1.27703 0 3.44488 0 0) (22.5139 1.20716 0 4.70963 0 0) (23.5039 1.26981 0 3.32064 0 0) (22.6162 1.05537 0 4.8074 0 0) (23.7799 0.909937 0 3.16662 0 0) (22.3615 0.784945 0 4.88502 0 0) (23.4712 0.685729 0 3.24033 0 0) (22.1304 0.576183 0 4.98993 0 0) (23.0575 0.748235 0 3.4494 0 0) (21.8251 0.485532 0 5.14216 0 0) (23.1713 1.10782 0 3.37444 0 0) (21.6551 0.4275 0 5.10498 0 0) (23.2237 1.10217 0 3.43053 0 0) (21.6248 0.290201 0 5.14112 0 0) (23.2608 1.06211 0 3.16648 0 0) (21.8538 0.440994 0 5.21413 0 0) (23.1974 1.39404 0 3.31437 0 0) (21.9921 0.575642 0 5.1867 0 0) (22.8036 2.00916 0 3.39508 0 0) (22.4176 0.513745 0 4.7925 0 0) (23.0749 1.56819 0 3.20176 0 0) (22.761 0.190202 0 4.43367 0 0) (23.0946 1.27258 0 3.07504 0 0) (22.7329 -0.0380594 0 4.45302 0 0) (23.4525 0.972492 0 3.07018 0 0) (22.5431 -0.431623 0 4.46132 0 0) (23.8144 1.10887 0 3.21889 0 0) (22.2991 -0.464851 0 4.51861 0 0) (24.4016 1.73944 0 3.36593 0 0) (21.9807 -0.627497 0 4.42827 0 0) (24.7817 1.60416 0 3.2238 0 0) (21.654 -0.910464 0 4.55634 0 0) (24.517 1.39974 0 2.89882 0 0) (20.5901 -1.65035 0 4.20163 0 0) (23.9492 1.18792 0 2.96413 0 0) (19.2787 -2.46839 0 3.84563 0 0) (23.5904 1.1694 0 3.10106 0 0) (17.4854 -3.0549 0 4.07415 0 0) (22.9666 1.48687 0 3.15909 0 0) (15.7546 -3.57717 0 4.35344 0 0) (23.1255 2.37053 0 3.46039 0 0) (13.7608 -4.1224 0 4.56293 0 0) (21.4891 1.26154 0 3.09418 0 0) (13.0654 -4.05365 0 4.23835 0 0) (18.2905 0.456698 0 2.64062 0 0) (11.853 -3.66521 0 3.70759 0 0) (14.5693 -0.923263 0 2.48741 0 0) (10.7993 -2.70086 0 2.68768 0 0) (10.791 -1.58353 0 2.48213 0 0) (8.89167 -2.13418 0 2.61071 0 0) (8.06725 -1.70205 0 2.33736 0 0) (7.04843 -1.69876 0 2.51769 0 0) (0.0109634 0.00175602 0 0.00122466 0 0) (0.0124771 0.00234408 0 0.00190338 0 0) (0.0147403 0.00332914 0 0.00235502 0 0) (0.0177797 0.00429461 0 0.00266675 0 0) (0.021249 0.00507752 0 0.00278407 0 0) (0.0254811 0.0058553 0 0.00292379 0 0) (0.0303045 0.0067129 0 0.00322127 0 0) (0.036012 0.00777852 0 0.00372974 0 0) (0.0426698 0.00917164 0 0.00448383 0 0) (0.0506379 0.0109372 0 0.00543086 0 0) (0.0600895 0.0131177 0 0.00657077 0 0) (0.0715511 0.0158039 0 0.0079142 0 0) (0.0851504 0.0189897 0 0.00944216 0 0) (0.101804 0.02283 0 0.0111824 0 0) (0.121599 0.0272942 0 0.0131254 0 0) (0.145657 0.0325231 0 0.0152634 0 0) (0.174298 0.0384655 0 0.0175414 0 0) (0.208785 0.045299 0 0.0199551 0 0) (0.249614 0.0527914 0 0.0224052 0 0) (0.298655 0.0611847 0 0.024853 0 0) (0.356089 0.070124 0 0.0272321 0 0) (0.424705 0.079739 0 0.0294699 0 0) (0.50428 0.0896973 0 0.0315428 0 0) (0.598229 0.0999833 0 0.0333722 0 0) (0.706122 0.110277 0 0.0349485 0 0) (0.831313 0.120567 0 0.0362854 0 0) (0.972618 0.130322 0 0.0373824 0 0) (1.13255 0.139655 0 0.0383372 0 0) (1.30802 0.147958 0 0.0392701 0 0) (1.50007 0.155708 0 0.0404893 0 0) (1.70053 0.163182 0 0.0424232 0 0) (1.90813 0.171531 0 0.0453636 0 0) (2.11915 0.18024 0 0.0490601 0 0) (2.34782 0.187821 0 0.0528722 0 0) (2.59316 0.192269 0 0.056553 0 0) (2.85846 0.197148 0 0.0610459 0 0) (3.11629 0.203503 0 0.0671269 0 0) (3.3752 0.212893 0 0.0750748 0 0) (3.63687 0.22104 0 0.0839091 0 0) (3.91836 0.23036 0 0.0936068 0 0) (4.19352 0.240503 0 0.104563 0 0) (4.47488 0.249574 0 0.115733 0 0) (4.76374 0.255635 0 0.126384 0 0) (5.07607 0.259991 0 0.137692 0 0) (5.37361 0.262703 0 0.151135 0 0) (5.6729 0.265769 0 0.166505 0 0) (5.97792 0.268352 0 0.182753 0 0) (6.30862 0.272192 0 0.198621 0 0) (6.62964 0.27735 0 0.214498 0 0) (6.9596 0.28012 0 0.231082 0 0) (7.27645 0.274726 0 0.247574 0 0) (7.6044 0.265246 0 0.262307 0 0) (7.91767 0.256133 0 0.275365 0 0) (8.23792 0.253713 0 0.288755 0 0) (8.53576 0.249794 0 0.303155 0 0) (8.85092 0.24352 0 0.31823 0 0) (9.16104 0.234264 0 0.332702 0 0) (9.47521 0.227153 0 0.346377 0 0) (9.7681 0.219314 0 0.359277 0 0) (10.0997 0.212642 0 0.369249 0 0) (10.43 0.199578 0 0.376168 0 0) (10.7573 0.187829 0 0.383397 0 0) (11.046 0.17691 0 0.390751 0 0) (11.3361 0.165688 0 0.396312 0 0) (11.6263 0.154278 0 0.400041 0 0) (11.9419 0.142059 0 0.404842 0 0) (12.2172 0.130031 0 0.415717 0 0) (12.485 0.132598 0 0.435397 0 0) (12.7253 0.15112 0 0.459582 0 0) (12.9993 0.186567 0 0.486999 0 0) (13.2441 0.229086 0 0.521599 0 0) (13.527 0.274281 0 0.559445 0 0) (13.8076 0.318086 0 0.594592 0 0) (14.134 0.358601 0 0.621966 0 0) (14.4336 0.393981 0 0.63894 0 0) (14.7201 0.417819 0 0.650978 0 0) (14.963 0.416091 0 0.665175 0 0) (15.2505 0.398923 0 0.687597 0 0) (15.5171 0.378725 0 0.712227 0 0) (15.8601 0.371819 0 0.738858 0 0) (16.2194 0.39341 0 0.768832 0 0) (16.6577 0.463509 0 0.80228 0 0) (17.1444 0.570756 0 0.847519 0 0) (17.7108 0.683629 0 0.902911 0 0) (18.2221 0.818662 0 0.963365 0 0) (18.6773 0.90898 0 1.03186 0 0) (19.1123 0.966831 0 1.04703 0 0) (19.3634 0.878675 0 1.14861 0 0) (19.6471 0.904961 0 1.1204 0 0) (19.7474 0.726431 0 1.25314 0 0) (19.8888 0.752983 0 1.2141 0 0) (19.8876 0.573689 0 1.30101 0 0) (20.0219 0.569007 0 1.24079 0 0) (19.9884 0.459755 0 1.32059 0 0) (20.0464 0.49375 0 1.25335 0 0) (19.9807 0.376407 0 1.367 0 0) (20.0511 0.427319 0 1.34204 0 0) (20.0801 0.362579 0 1.48077 0 0) (20.1522 0.426977 0 1.44493 0 0) (20.1457 0.39993 0 1.56348 0 0) (20.1364 0.456372 0 1.52399 0 0) (20.0977 0.41691 0 1.66037 0 0) (20.0872 0.452296 0 1.58641 0 0) (20.102 0.474217 0 1.71915 0 0) (20.1969 0.57833 0 1.69236 0 0) (20.2853 0.644735 0 1.83481 0 0) (20.3661 0.707314 0 1.7851 0 0) (20.3632 0.761812 0 1.90806 0 0) (20.3948 0.81499 0 1.81881 0 0) (20.3772 0.862963 0 1.92084 0 0) (20.4493 0.90369 0 1.84993 0 0) (20.4618 0.941028 0 1.97348 0 0) (20.5287 0.920754 0 1.91033 0 0) (20.5769 0.921867 0 2.02954 0 0) (20.6148 0.854974 0 1.93719 0 0) (20.6682 0.830622 0 2.02753 0 0) (20.6351 0.75436 0 1.91677 0 0) (20.7257 0.726351 0 2.03949 0 0) (20.6195 0.683972 0 1.94017 0 0) (20.8203 0.67868 0 2.1172 0 0) (20.7103 0.686657 0 2.03698 0 0) (20.9292 0.727384 0 2.20674 0 0) (20.7644 0.762048 0 2.05574 0 0) (20.9307 0.810612 0 2.20452 0 0) (20.695 0.810164 0 2.06297 0 0) (20.8875 0.832442 0 2.21966 0 0) (20.6471 0.815365 0 2.07456 0 0) (20.8175 0.818447 0 2.19177 0 0) (20.6822 0.7722 0 2.08248 0 0) (20.8583 0.761448 0 2.2267 0 0) (20.788 0.728476 0 2.12547 0 0) (20.9473 0.765729 0 2.21316 0 0) (20.8662 0.751488 0 2.09218 0 0) (20.9661 0.769814 0 2.22732 0 0) (20.944 0.712786 0 2.14318 0 0) (20.9963 0.71156 0 2.28929 0 0) (21.0416 0.67193 0 2.19615 0 0) (21.0905 0.717276 0 2.30264 0 0) (21.2686 0.704911 0 2.18721 0 0) (21.3849 0.772742 0 2.36633 0 0) (21.599 0.711201 0 2.22959 0 0) (21.6144 0.693986 0 2.45876 0 0) (21.7138 0.646029 0 2.29248 0 0) (21.5311 0.618515 0 2.62036 0 0) (21.8456 0.603955 0 2.36445 0 0) (21.3036 0.683084 0 2.83125 0 0) (22.0953 0.815452 0 2.26153 0 0) (21.4277 0.9801 0 3.16002 0 0) (22.6739 1.07599 0 2.33047 0 0) (21.7377 0.967377 0 3.33161 0 0) (23.249 0.947777 0 2.2693 0 0) (22.1225 0.836411 0 3.3777 0 0) (23.4769 0.812103 0 2.14503 0 0) (22.095 0.606734 0 3.47956 0 0) (23.4264 0.762832 0 2.29926 0 0) (21.9231 0.384775 0 3.5547 0 0) (22.6894 0.628387 0 2.25768 0 0) (21.6351 0.361761 0 3.68663 0 0) (22.655 0.903052 0 2.32541 0 0) (21.436 0.189981 0 3.60252 0 0) (22.9688 0.902633 0 2.26758 0 0) (21.3094 0.0562184 0 3.53547 0 0) (23.3427 1.11373 0 2.18089 0 0) (21.2038 0.285431 0 3.61615 0 0) (23.5374 1.27037 0 2.2332 0 0) (21.635 0.479813 0 3.64154 0 0) (23.2144 1.59099 0 2.23936 0 0) (22.554 0.285033 0 3.49618 0 0) (23.3291 1.37068 0 2.09077 0 0) (22.9216 0.0666879 0 3.07459 0 0) (23.5104 0.976653 0 1.94961 0 0) (22.8413 -0.279633 0 3.02878 0 0) (23.952 0.936812 0 2.09835 0 0) (22.3583 -0.532682 0 3.22211 0 0) (24.3405 1.06846 0 2.14468 0 0) (22.0571 -0.489247 0 3.41273 0 0) (24.5899 1.36121 0 2.1912 0 0) (22.0666 -0.549827 0 3.21054 0 0) (24.7406 1.40005 0 2.10125 0 0) (21.8175 -0.764685 0 3.29721 0 0) (24.3949 1.38659 0 1.9357 0 0) (21.1174 -1.47509 0 2.95652 0 0) (24.1562 1.18929 0 2.09043 0 0) (19.7472 -1.99524 0 2.9127 0 0) (24.174 1.20426 0 1.98016 0 0) (17.9607 -2.50291 0 3.16418 0 0) (23.812 1.60245 0 2.29832 0 0) (16.4428 -3.01226 0 3.58811 0 0) (22.7397 1.85473 0 2.41644 0 0) (15.0473 -3.33404 0 3.50494 0 0) (21.1488 0.896908 0 2.1435 0 0) (14.1567 -3.18338 0 3.16347 0 0) (18.5805 0.270222 0 1.74635 0 0) (13.0935 -2.91766 0 2.66224 0 0) (15.6718 -0.682328 0 1.68296 0 0) (11.8658 -2.01627 0 1.78343 0 0) (12.267 -1.16486 0 1.63872 0 0) (10.2905 -1.72242 0 1.71167 0 0) (9.78893 -1.27924 0 1.5076 0 0) (8.80478 -1.40302 0 1.62206 0 0) (0.0286451 0.000440945 0 0.000657105 0 0) (0.0283547 0.000416361 0 0.000948854 0 0) (0.0277272 0.000719292 0 0.00114345 0 0) (0.0270056 0.00123387 0 0.00128589 0 0) (0.026778 0.00187422 0 0.00138356 0 0) (0.0276066 0.00268057 0 0.00152844 0 0) (0.0296779 0.00362872 0 0.00175733 0 0) (0.0331123 0.00474551 0 0.00206777 0 0) (0.0378719 0.00603313 0 0.00246547 0 0) (0.0441632 0.00752602 0 0.00293576 0 0) (0.0522115 0.00931185 0 0.00348397 0 0) (0.0625535 0.0114782 0 0.00413638 0 0) (0.0757153 0.0140803 0 0.00487422 0 0) (0.092438 0.0172 0 0.00569699 0 0) (0.113323 0.0208098 0 0.00658795 0 0) (0.139263 0.0249402 0 0.00752124 0 0) (0.170918 0.0295222 0 0.00846734 0 0) (0.209373 0.0345534 0 0.00940251 0 0) (0.255315 0.0398886 0 0.0102843 0 0) (0.310124 0.0455047 0 0.0110875 0 0) (0.374294 0.0511555 0 0.011785 0 0) (0.449458 0.0567625 0 0.012353 0 0) (0.535877 0.0620799 0 0.0127945 0 0) (0.635003 0.0670049 0 0.0131088 0 0) (0.746672 0.0713916 0 0.0133289 0 0) (0.871593 0.0751785 0 0.0135115 0 0) (1.00778 0.078445 0 0.0138057 0 0) (1.1541 0.0817603 0 0.0143925 0 0) (1.30603 0.0857895 0 0.0153624 0 0) (1.46386 0.0905889 0 0.016685 0 0) (1.62731 0.0950779 0 0.0181714 0 0) (1.80067 0.0985956 0 0.0196904 0 0) (1.98158 0.101308 0 0.0214016 0 0) (2.16357 0.103822 0 0.0238145 0 0) (2.342 0.107279 0 0.0270373 0 0) (2.52175 0.112892 0 0.0307727 0 0) (2.70866 0.11872 0 0.03468 0 0) (2.91056 0.125021 0 0.0391263 0 0) (3.10928 0.132068 0 0.0445335 0 0) (3.31953 0.140525 0 0.0506361 0 0) (3.52791 0.147713 0 0.056936 0 0) (3.74227 0.154248 0 0.0631041 0 0) (3.95456 0.16149 0 0.0698194 0 0) (4.16403 0.166547 0 0.0779109 0 0) (4.37532 0.16663 0 0.0860571 0 0) (4.61094 0.164426 0 0.0934507 0 0) (4.85175 0.163583 0 0.101122 0 0) (5.09434 0.167539 0 0.110064 0 0) (5.33337 0.172458 0 0.119854 0 0) (5.57604 0.174148 0 0.129106 0 0) (5.80294 0.170946 0 0.13754 0 0) (6.03056 0.167036 0 0.144653 0 0) (6.24915 0.163192 0 0.15022 0 0) (6.47327 0.159868 0 0.155589 0 0) (6.68886 0.152806 0 0.16224 0 0) (6.91422 0.144096 0 0.170235 0 0) (7.13096 0.137385 0 0.178475 0 0) (7.35292 0.133547 0 0.186212 0 0) (7.56382 0.129043 0 0.193232 0 0) (7.77463 0.126644 0 0.199502 0 0) (7.976 0.123873 0 0.205423 0 0) (8.18622 0.118044 0 0.209543 0 0) (8.38753 0.108604 0 0.212179 0 0) (8.58415 0.0991172 0 0.214608 0 0) (8.76047 0.0961968 0 0.21745 0 0) (8.92951 0.0988241 0 0.222708 0 0) (9.08631 0.104137 0 0.22957 0 0) (9.24662 0.114164 0 0.237319 0 0) (9.40208 0.132208 0 0.249258 0 0) (9.58772 0.15703 0 0.266261 0 0) (9.78982 0.185928 0 0.286035 0 0) (10.0247 0.222422 0 0.30818 0 0) (10.2676 0.256338 0 0.329051 0 0) (10.5285 0.284592 0 0.342629 0 0) (10.7789 0.305491 0 0.352887 0 0) (11.0242 0.311903 0 0.365693 0 0) (11.2351 0.302143 0 0.378962 0 0) (11.4419 0.286836 0 0.391457 0 0) (11.6259 0.274261 0 0.403491 0 0) (11.8026 0.254839 0 0.412987 0 0) (12.0038 0.244904 0 0.423797 0 0) (12.3014 0.27964 0 0.441498 0 0) (12.6725 0.346339 0 0.465691 0 0) (13.1202 0.437352 0 0.493168 0 0) (13.6252 0.550583 0 0.531422 0 0) (14.1058 0.658416 0 0.581239 0 0) (14.6488 0.745461 0 0.607456 0 0) (14.9864 0.738144 0 0.669882 0 0) (15.358 0.762947 0 0.653767 0 0) (15.5888 0.659445 0 0.73851 0 0) (15.783 0.672876 0 0.712257 0 0) (15.9075 0.557283 0 0.767606 0 0) (15.9882 0.545792 0 0.722449 0 0) (16.0241 0.46444 0 0.754112 0 0) (16.0539 0.449285 0 0.711527 0 0) (16.1293 0.344341 0 0.789475 0 0) (16.1267 0.332549 0 0.768335 0 0) (16.2194 0.282007 0 0.84864 0 0) (16.1713 0.324817 0 0.835609 0 0) (16.264 0.331882 0 0.9168 0 0) (16.2001 0.37638 0 0.887998 0 0) (16.3118 0.376662 0 0.971961 0 0) (16.2138 0.42905 0 0.92676 0 0) (16.3257 0.435049 0 0.98233 0 0) (16.3189 0.509555 0 0.967815 0 0) (16.5644 0.56601 0 1.04618 0 0) (16.6341 0.645742 0 1.02683 0 0) (16.8779 0.688932 0 1.09202 0 0) (16.9362 0.725779 0 1.03872 0 0) (17.1839 0.745814 0 1.097 0 0) (17.2319 0.746269 0 1.0567 0 0) (17.5379 0.765699 0 1.13654 0 0) (17.5728 0.738221 0 1.1039 0 0) (17.8753 0.728845 0 1.16018 0 0) (17.8401 0.683729 0 1.12242 0 0) (18.0755 0.656065 0 1.16067 0 0) (17.9494 0.585496 0 1.09358 0 0) (18.1089 0.558109 0 1.12941 0 0) (17.9302 0.500951 0 1.06164 0 0) (18.1517 0.490707 0 1.16343 0 0) (17.9685 0.492176 0 1.12276 0 0) (18.3289 0.542573 0 1.23969 0 0) (18.1097 0.608002 0 1.15232 0 0) (18.5497 0.649998 0 1.24987 0 0) (18.2529 0.683289 0 1.15346 0 0) (18.7342 0.688651 0 1.24736 0 0) (18.4005 0.695659 0 1.14864 0 0) (18.885 0.664574 0 1.23148 0 0) (18.5753 0.655818 0 1.14928 0 0) (19.0455 0.606664 0 1.23093 0 0) (18.7854 0.617466 0 1.16369 0 0) (19.2755 0.582675 0 1.21441 0 0) (19.0305 0.580743 0 1.14928 0 0) (19.5073 0.519925 0 1.24102 0 0) (19.2654 0.52018 0 1.19264 0 0) (19.6588 0.462763 0 1.25885 0 0) (19.4693 0.487357 0 1.20507 0 0) (19.801 0.444836 0 1.25715 0 0) (19.6955 0.457564 0 1.17284 0 0) (20.0112 0.426796 0 1.2758 0 0) (20.0802 0.466032 0 1.22086 0 0) (20.2838 0.419737 0 1.37193 0 0) (20.2038 0.435644 0 1.26877 0 0) (20.2962 0.368216 0 1.49923 0 0) (20.2532 0.427763 0 1.34415 0 0) (20.1262 0.464735 0 1.59427 0 0) (20.4625 0.660894 0 1.22457 0 0) (20.3298 0.630339 0 1.90909 0 0) (20.9744 0.792913 0 1.32873 0 0) (20.6427 0.609569 0 2.01018 0 0) (21.6138 0.685329 0 1.31144 0 0) (20.94 0.576009 0 1.9901 0 0) (22.0589 0.730132 0 1.27121 0 0) (21.1191 0.508203 0 2.14317 0 0) (21.9919 0.694677 0 1.37659 0 0) (21.0539 0.402473 0 2.12101 0 0) (21.5962 0.645078 0 1.27023 0 0) (20.748 0.299145 0 2.22321 0 0) (21.4317 0.820621 0 1.35162 0 0) (20.5219 0.105873 0 2.22371 0 0) (21.3189 0.828 0 1.30745 0 0) (20.4751 0.00708254 0 2.10853 0 0) (21.5061 0.956551 0 1.23574 0 0) (20.6502 0.0312802 0 2.16744 0 0) (22.2727 0.99475 0 1.30811 0 0) (20.935 0.0691738 0 2.1977 0 0) (22.6234 1.14591 0 1.24442 0 0) (21.7843 0.0701913 0 2.06234 0 0) (22.4359 0.986161 0 1.18842 0 0) (22.3401 -0.19799 0 1.89114 0 0) (22.8262 0.735293 0 1.16803 0 0) (22.1368 -0.381486 0 1.88824 0 0) (22.9137 0.646386 0 1.13711 0 0) (21.7777 -0.476204 0 1.9428 0 0) (23.1658 0.979991 0 1.21718 0 0) (21.5033 -0.476051 0 2.12001 0 0) (23.473 1.20616 0 1.37185 0 0) (21.2454 -0.507188 0 1.99874 0 0) (23.6028 1.24419 0 1.22611 0 0) (21.176 -0.62408 0 2.14159 0 0) (23.4836 1.1093 0 1.14922 0 0) (20.8102 -1.15467 0 1.85295 0 0) (23.1357 0.856951 0 1.26848 0 0) (19.6169 -1.58141 0 1.86591 0 0) (23.5328 1.0828 0 1.27723 0 0) (18.2278 -1.98559 0 2.14927 0 0) (22.9772 1.08589 0 1.37254 0 0) (16.9221 -2.25178 0 2.51158 0 0) (21.791 1.48426 0 1.57843 0 0) (16.0962 -2.56902 0 2.46837 0 0) (20.321 0.690005 0 1.33551 0 0) (14.8565 -2.39342 0 2.13396 0 0) (17.6331 0.161167 0 1.00863 0 0) (13.9449 -2.15241 0 1.74683 0 0) (14.9954 -0.355017 0 0.981065 0 0) (12.6345 -1.25061 0 0.976977 0 0) (12.7854 -0.759427 0 0.868437 0 0) (11.2076 -1.11165 0 0.925117 0 0) (10.8695 -0.81965 0 0.799727 0 0) (10.097 -0.989463 0 0.868924 0 0) (0.0549446 0.000737854 0 0.00023262 0 0) (0.0550435 0.000940524 0 0.00031067 0 0) (0.054107 0.000813568 0 0.000298132 0 0) (0.0523805 0.000689858 0 0.000289624 0 0) (0.0509745 0.000862119 0 0.000347324 0 0) (0.0508554 0.00137638 0 0.000457791 0 0) (0.0520262 0.00208356 0 0.000594881 0 0) (0.0547033 0.00286318 0 0.000722678 0 0) (0.0588647 0.00365078 0 0.000846085 0 0) (0.0646278 0.00448965 0 0.00098514 0 0) (0.0722213 0.0054679 0 0.00115346 0 0) (0.0821503 0.00666584 0 0.00135507 0 0) (0.0949111 0.00811096 0 0.00157959 0 0) (0.111128 0.00980794 0 0.00181729 0 0) (0.131323 0.0117015 0 0.00205163 0 0) (0.156144 0.013755 0 0.00227166 0 0) (0.186071 0.0158628 0 0.00245714 0 0) (0.221786 0.0179716 0 0.00260057 0 0) (0.263652 0.0199598 0 0.0026881 0 0) (0.31232 0.0217549 0 0.00271946 0 0) (0.367588 0.0232306 0 0.00270828 0 0) (0.430151 0.0243159 0 0.00267693 0 0) (0.499247 0.0249572 0 0.0026625 0 0) (0.574876 0.0253187 0 0.00270347 0 0) (0.655271 0.0255782 0 0.00282307 0 0) (0.740701 0.0259707 0 0.00303403 0 0) (0.829309 0.0266497 0 0.00333134 0 0) (0.92044 0.0277541 0 0.00371754 0 0) (1.01338 0.029264 0 0.00417729 0 0) (1.10865 0.0311977 0 0.00473826 0 0) (1.20584 0.0333717 0 0.00547515 0 0) (1.30328 0.0357588 0 0.00636601 0 0) (1.4011 0.0385653 0 0.00737017 0 0) (1.50191 0.0414615 0 0.00839651 0 0) (1.60629 0.0435708 0 0.00954339 0 0) (1.71601 0.0451106 0 0.0109646 0 0) (1.8284 0.047097 0 0.0127751 0 0) (1.94682 0.0504587 0 0.0149984 0 0) (2.07045 0.0547496 0 0.0173642 0 0) (2.20238 0.0599628 0 0.0197431 0 0) (2.33725 0.065395 0 0.0220877 0 0) (2.47849 0.0695428 0 0.0245676 0 0) (2.62032 0.072703 0 0.0271639 0 0) (2.76518 0.0730293 0 0.0297161 0 0) (2.90785 0.0707639 0 0.0322894 0 0) (3.04959 0.0697403 0 0.0350892 0 0) (3.18461 0.0706059 0 0.0382081 0 0) (3.32078 0.0727704 0 0.0417167 0 0) (3.46298 0.0747074 0 0.0451952 0 0) (3.61097 0.0756215 0 0.0482708 0 0) (3.75381 0.0742969 0 0.0511455 0 0) (3.89657 0.0721805 0 0.0536535 0 0) (4.0309 0.069123 0 0.0557658 0 0) (4.16143 0.0644218 0 0.0581721 0 0) (4.28435 0.0574132 0 0.0614026 0 0) (4.40441 0.0507803 0 0.065081 0 0) (4.51769 0.0461552 0 0.068535 0 0) (4.63291 0.0441779 0 0.0711487 0 0) (4.74496 0.0429715 0 0.0733243 0 0) (4.85822 0.0421365 0 0.0756698 0 0) (4.96724 0.0413165 0 0.0780548 0 0) (5.07443 0.0413281 0 0.0805126 0 0) (5.17337 0.0415498 0 0.0829424 0 0) (5.26821 0.0418405 0 0.0844662 0 0) (5.35832 0.0432044 0 0.084939 0 0) (5.44968 0.0464129 0 0.0853047 0 0) (5.54061 0.052931 0 0.0866986 0 0) (5.63551 0.0635907 0 0.0901271 0 0) (5.74053 0.0753119 0 0.0951076 0 0) (5.87068 0.0895469 0 0.100595 0 0) (6.01472 0.109761 0 0.107377 0 0) (6.18915 0.133815 0 0.115465 0 0) (6.39145 0.155222 0 0.123659 0 0) (6.61525 0.17138 0 0.127651 0 0) (6.83625 0.177975 0 0.129024 0 0) (7.05558 0.177122 0 0.133047 0 0) (7.26232 0.171778 0 0.138581 0 0) (7.44417 0.157955 0 0.14527 0 0) (7.60579 0.141211 0 0.154015 0 0) (7.74977 0.127696 0 0.16005 0 0) (7.88379 0.115627 0 0.160528 0 0) (8.03047 0.111956 0 0.162744 0 0) (8.20307 0.122136 0 0.166637 0 0) (8.44101 0.157635 0 0.173315 0 0) (8.79531 0.22534 0 0.193424 0 0) (9.15808 0.300729 0 0.223004 0 0) (9.6554 0.377834 0 0.243566 0 0) (10.0671 0.421293 0 0.274878 0 0) (10.5555 0.438232 0 0.269348 0 0) (10.9297 0.41083 0 0.31151 0 0) (11.2867 0.410294 0 0.299091 0 0) (11.5967 0.366376 0 0.314942 0 0) (11.843 0.355908 0 0.282419 0 0) (12.0265 0.294075 0 0.286795 0 0) (12.1683 0.25034 0 0.27999 0 0) (12.2596 0.183009 0 0.32123 0 0) (12.2852 0.154006 0 0.321744 0 0) (12.3157 0.124315 0 0.352545 0 0) (12.2835 0.144548 0 0.341789 0 0) (12.3253 0.158175 0 0.368277 0 0) (12.3258 0.194974 0 0.356458 0 0) (12.4304 0.218032 0 0.39105 0 0) (12.4501 0.256998 0 0.37002 0 0) (12.6273 0.265371 0 0.390558 0 0) (12.6982 0.296231 0 0.377024 0 0) (12.9469 0.314555 0 0.399389 0 0) (13.1307 0.366071 0 0.402508 0 0) (13.4501 0.388325 0 0.432758 0 0) (13.6764 0.40503 0 0.40794 0 0) (14.0073 0.397882 0 0.425881 0 0) (14.1947 0.378521 0 0.4076 0 0) (14.5029 0.368349 0 0.436401 0 0) (14.652 0.354245 0 0.430147 0 0) (14.9207 0.342441 0 0.4543 0 0) (15.0121 0.326727 0 0.446458 0 0) (15.2393 0.317915 0 0.460117 0 0) (15.2535 0.296494 0 0.435682 0 0) (15.3733 0.263834 0 0.44133 0 0) (15.2891 0.210564 0 0.413958 0 0) (15.3127 0.177574 0 0.444698 0 0) (15.2118 0.16921 0 0.431137 0 0) (15.3116 0.207808 0 0.474201 0 0) (15.253 0.262268 0 0.443932 0 0) (15.4936 0.296491 0 0.486279 0 0) (15.4612 0.33737 0 0.452089 0 0) (15.8159 0.340905 0 0.492368 0 0) (15.7719 0.373149 0 0.453481 0 0) (16.1741 0.336542 0 0.476156 0 0) (16.0919 0.36291 0 0.450125 0 0) (16.4833 0.294312 0 0.472988 0 0) (16.3855 0.323383 0 0.446327 0 0) (16.7568 0.250601 0 0.46837 0 0) (16.6185 0.269301 0 0.449759 0 0) (16.9476 0.200939 0 0.491451 0 0) (16.7268 0.253233 0 0.46987 0 0) (17.0104 0.188547 0 0.49041 0 0) (16.8019 0.247656 0 0.464426 0 0) (17.0689 0.188577 0 0.482248 0 0) (16.8999 0.243957 0 0.449155 0 0) (17.0872 0.142573 0 0.484397 0 0) (16.9931 0.212116 0 0.459104 0 0) (17.0543 0.138921 0 0.539349 0 0) (17.0552 0.240125 0 0.501211 0 0) (16.9888 0.185388 0 0.600003 0 0) (17.1182 0.277413 0 0.519908 0 0) (16.9135 0.294959 0 0.635583 0 0) (17.3953 0.404541 0 0.503113 0 0) (17.2554 0.411576 0 0.994165 0 0) (17.4686 0.400705 0 0.53239 0 0) (17.3679 0.31169 0 0.880376 0 0) (17.883 0.40957 0 0.527918 0 0) (17.567 0.319277 0 0.883784 0 0) (18.2672 0.499509 0 0.544128 0 0) (17.7748 0.350029 0 0.976734 0 0) (18.5357 0.513321 0 0.577703 0 0) (17.8134 0.276025 0 0.925889 0 0) (18.7462 0.460885 0 0.544236 0 0) (17.8878 0.179393 0 1.08583 0 0) (18.6989 0.482595 0 0.572672 0 0) (17.8734 0.0201528 0 0.995454 0 0) (18.7522 0.43706 0 0.546444 0 0) (17.9146 -0.0664773 0 0.987037 0 0) (18.8466 0.475468 0 0.557089 0 0) (18.036 -0.132222 0 1.07947 0 0) (19.0481 0.52888 0 0.547291 0 0) (18.0799 -0.172291 0 1.02622 0 0) (19.3227 0.650072 0 0.565818 0 0) (18.6252 -0.0950788 0 0.98824 0 0) (19.4343 0.509905 0 0.52449 0 0) (19.099 -0.134711 0 0.932784 0 0) (19.2524 0.455291 0 0.467115 0 0) (18.8295 -0.307875 0 0.799559 0 0) (19.475 0.447561 0 0.46246 0 0) (18.5464 -0.391747 0 0.98072 0 0) (19.6576 0.540081 0 0.525838 0 0) (18.5836 -0.336256 0 1.09062 0 0) (19.7652 0.661988 0 0.551626 0 0) (18.5624 -0.394242 0 0.949723 0 0) (20.0365 0.650366 0 0.535215 0 0) (18.6076 -0.42099 0 1.09916 0 0) (20.1119 0.598424 0 0.476442 0 0) (18.3646 -0.641127 0 0.891981 0 0) (20.0447 0.539223 0 0.540312 0 0) (17.5091 -0.906125 0 0.972628 0 0) (20.2859 0.546964 0 0.541634 0 0) (16.3045 -1.10826 0 1.21447 0 0) (20.1271 0.764974 0 0.641124 0 0) (14.9675 -1.19119 0 1.51848 0 0) (18.692 0.474333 0 0.590257 0 0) (14.4406 -1.50722 0 1.52919 0 0) (16.6956 0.309304 0 0.562136 0 0) (12.8101 -1.32625 0 1.20268 0 0) (14.0801 0.0153654 0 0.393758 0 0) (11.7001 -1.27969 0 0.991192 0 0) (11.6475 -0.172542 0 0.393011 0 0) (10.8583 -0.589792 0 0.413062 0 0) (10.5114 -0.285545 0 0.325462 0 0) (9.93172 -0.555781 0 0.372722 0 0) (9.4497 -0.383389 0 0.287699 0 0) (9.31029 -0.563785 0 0.338323 0 0) (0.0614555 0.000852533 0 9.88606e-05 0 0) (0.0632767 0.00101876 0 9.05374e-05 0 0) (0.0640142 0.00081737 0 8.10509e-05 0 0) (0.0641317 0.000606244 0 8.96135e-05 0 0) (0.0644992 0.000595103 0 9.68895e-05 0 0) (0.065587 0.00071589 0 9.2575e-05 0 0) (0.0673502 0.000828096 0 8.18866e-05 0 0) (0.0699288 0.000864749 0 6.99626e-05 0 0) (0.0733162 0.000845872 0 6.10876e-05 0 0) (0.0775474 0.000832971 0 5.68594e-05 0 0) (0.0826911 0.000879946 0 5.7918e-05 0 0) (0.0889824 0.000996549 0 6.223e-05 0 0) (0.0966324 0.00116177 0 6.68017e-05 0 0) (0.105898 0.00135172 0 7.01886e-05 0 0) (0.116936 0.00154826 0 7.24689e-05 0 0) (0.129869 0.00174607 0 7.47176e-05 0 0) (0.144725 0.00192601 0 7.72512e-05 0 0) (0.161549 0.00210393 0 8.30768e-05 0 0) (0.180015 0.00224206 0 9.36413e-05 0 0) (0.199816 0.00228025 0 0.00011202 0 0) (0.220543 0.00214332 0 0.000140207 0 0) (0.241765 0.00185424 0 0.000182658 0 0) (0.262834 0.00149044 0 0.000235024 0 0) (0.283601 0.0011641 0 0.000288827 0 0) (0.303939 0.000976541 0 0.000335612 0 0) (0.324555 0.00103417 0 0.000380839 0 0) (0.345376 0.00135886 0 0.000429613 0 0) (0.368085 0.0021167 0 0.000492277 0 0) (0.392865 0.00318881 0 0.000554026 0 0) (0.420755 0.0044246 0 0.000604289 0 0) (0.452203 0.00569717 0 0.000646775 0 0) (0.487566 0.0068294 0 0.000704231 0 0) (0.526334 0.00769927 0 0.000796104 0 0) (0.567898 0.00835693 0 0.00092781 0 0) (0.611447 0.00895628 0 0.00108907 0 0) (0.656673 0.00968639 0 0.00127813 0 0) (0.703479 0.0105273 0 0.00148042 0 0) (0.752918 0.0115825 0 0.00168479 0 0) (0.80592 0.0130316 0 0.00189806 0 0) (0.863662 0.0147244 0 0.00212798 0 0) (0.925817 0.0166493 0 0.00237273 0 0) (0.992923 0.0188234 0 0.00262396 0 0) (1.06306 0.0207422 0 0.00287617 0 0) (1.1342 0.0217201 0 0.00313772 0 0) (1.20391 0.0218363 0 0.00336882 0 0) (1.27151 0.021637 0 0.00358326 0 0) (1.33588 0.0210701 0 0.00384372 0 0) (1.3989 0.0205729 0 0.00423401 0 0) (1.46136 0.0205754 0 0.00466774 0 0) (1.52296 0.0209143 0 0.00510832 0 0) (1.58308 0.021338 0 0.00556299 0 0) (1.64279 0.0220925 0 0.00593556 0 0) (1.7003 0.0226249 0 0.00617445 0 0) (1.75373 0.0226274 0 0.00633039 0 0) (1.80151 0.0222329 0 0.00652417 0 0) (1.84379 0.0218955 0 0.0068271 0 0) (1.88195 0.0216855 0 0.00727411 0 0) (1.91838 0.0220863 0 0.0078113 0 0) (1.95474 0.0226903 0 0.00834096 0 0) (1.9913 0.0234955 0 0.00885404 0 0) (2.02831 0.024364 0 0.00936363 0 0) (2.06653 0.0254476 0 0.00969687 0 0) (2.10697 0.0268072 0 0.00979867 0 0) (2.15091 0.0288202 0 0.00975952 0 0) (2.19929 0.0311862 0 0.00962674 0 0) (2.25159 0.0334552 0 0.00952606 0 0) (2.30957 0.0353975 0 0.00944789 0 0) (2.3755 0.0375607 0 0.00943456 0 0) (2.45101 0.0397205 0 0.00946133 0 0) (2.53425 0.0412501 0 0.00955091 0 0) (2.62491 0.0423597 0 0.0100261 0 0) (2.72834 0.0442419 0 0.0110613 0 0) (2.84611 0.0477854 0 0.0124514 0 0) (2.9786 0.0509791 0 0.013481 0 0) (3.11248 0.0513896 0 0.0141543 0 0) (3.23547 0.0496408 0 0.0148226 0 0) (3.34304 0.0483444 0 0.0158509 0 0) (3.43553 0.0479314 0 0.0176131 0 0) (3.5212 0.0492512 0 0.0193016 0 0) (3.60986 0.0521777 0 0.0202073 0 0) (3.70811 0.0559093 0 0.020553 0 0) (3.81236 0.0593116 0 0.0202904 0 0) (3.92747 0.0630992 0 0.0209307 0 0) (4.05187 0.0683619 0 0.0233244 0 0) (4.18453 0.0715104 0 0.0245622 0 0) (4.29982 0.0726132 0 0.0255706 0 0) (4.48871 0.0809252 0 0.02853 0 0) (4.63378 0.0986746 0 0.0363275 0 0) (4.91138 0.111538 0 0.0362793 0 0) (5.11318 0.120027 0 0.0411695 0 0) (5.41346 0.131213 0 0.0409871 0 0) (5.66308 0.13846 0 0.0412731 0 0) (5.97935 0.144509 0 0.0384879 0 0) (6.1997 0.128503 0 0.0393191 0 0) (6.43033 0.121527 0 0.0377 0 0) (6.51744 0.10353 0 0.0408339 0 0) (6.6298 0.0999659 0 0.0413777 0 0) (6.62122 0.0877467 0 0.0433449 0 0) (6.66482 0.0905672 0 0.0427674 0 0) (6.62185 0.0874688 0 0.0443461 0 0) (6.66908 0.0938943 0 0.0443933 0 0) (6.66909 0.0998646 0 0.0477319 0 0) (6.77273 0.109921 0 0.0469567 0 0) (6.84961 0.114215 0 0.0487233 0 0) (7.01284 0.126152 0 0.047271 0 0) (7.12882 0.121614 0 0.0499226 0 0) (7.31338 0.129351 0 0.047648 0 0) (7.42535 0.123701 0 0.0502747 0 0) (7.63624 0.137706 0 0.0489545 0 0) (7.76451 0.129552 0 0.0504495 0 0) (7.95953 0.134836 0 0.0499356 0 0) (8.04308 0.126159 0 0.0522863 0 0) (8.20236 0.135548 0 0.0521618 0 0) (8.25566 0.126031 0 0.0538287 0 0) (8.38534 0.128764 0 0.0534628 0 0) (8.40047 0.122599 0 0.0572705 0 0) (8.51081 0.13109 0 0.0576521 0 0) (8.50428 0.124136 0 0.0601994 0 0) (8.60099 0.130042 0 0.0573697 0 0) (8.54754 0.12039 0 0.0603241 0 0) (8.60622 0.132259 0 0.0567225 0 0) (8.52118 0.119984 0 0.0579294 0 0) (8.57983 0.132386 0 0.0524811 0 0) (8.51983 0.11813 0 0.0574432 0 0) (8.58835 0.132493 0 0.0554966 0 0) (8.58889 0.119965 0 0.0595084 0 0) (8.68686 0.138566 0 0.0558114 0 0) (8.75996 0.121787 0 0.058668 0 0) (8.89397 0.141002 0 0.0539292 0 0) (8.99704 0.116529 0 0.0572482 0 0) (9.14269 0.136217 0 0.0520994 0 0) (9.21023 0.103445 0 0.0536284 0 0) (9.28124 0.111271 0 0.05116 0 0) (9.24685 0.0809997 0 0.0575109 0 0) (9.22352 0.103878 0 0.0533628 0 0) (9.19792 0.0787839 0 0.0579509 0 0) (9.19653 0.107787 0 0.0545782 0 0) (9.20016 0.0778888 0 0.0549629 0 0) (9.18501 0.100746 0 0.0536326 0 0) (9.13067 0.0601627 0 0.0589504 0 0) (9.09417 0.0909551 0 0.0557524 0 0) (8.90461 0.0501071 0 0.0699811 0 0) (8.86217 0.0927475 0 0.06609 0 0) (8.6141 0.0545719 0 0.0688399 0 0) (8.76163 0.0997811 0 0.064312 0 0) (8.49215 0.0825453 0 0.0932205 0 0) (9.06398 0.0879133 0 0.0775404 0 0) (8.71943 0.157068 0 0.209774 0 0) (9.01507 0.112218 0 0.0657249 0 0) (8.72426 0.0518166 0 0.104845 0 0) (9.26994 0.0867557 0 0.0688151 0 0) (8.86243 0.0377956 0 0.136241 0 0) (9.4344 0.10687 0 0.0717838 0 0) (8.96711 0.0177632 0 0.12719 0 0) (9.5449 0.14268 0 0.0896296 0 0) (9.04032 0.0105738 0 0.142852 0 0) (9.86442 0.109522 0 0.0828908 0 0) (9.23197 0.0124691 0 0.198731 0 0) (9.96867 0.117505 0 0.0881394 0 0) (9.3183 0.011086 0 0.168252 0 0) (10.0431 0.133784 0 0.0830663 0 0) (9.37513 -0.0611361 0 0.162768 0 0) (10.0943 0.10058 0 0.0744971 0 0) (9.35779 -0.0970763 0 0.196876 0 0) (9.8849 0.102506 0 0.0865981 0 0) (9.15366 -0.137349 0 0.212337 0 0) (9.7294 0.133398 0 0.0937646 0 0) (9.25897 -0.113735 0 0.140605 0 0) (9.85252 0.113133 0 0.0669178 0 0) (9.40691 -0.0812737 0 0.148301 0 0) (9.72695 0.0891059 0 0.0639066 0 0) (9.25632 -0.174836 0 0.102583 0 0) (9.65661 0.0650583 0 0.061993 0 0) (8.80524 -0.215105 0 0.134292 0 0) (9.50993 0.0811415 0 0.0967031 0 0) (8.74321 -0.101601 0 0.215667 0 0) (9.46785 0.164045 0 0.0914977 0 0) (8.81245 -0.175102 0 0.132874 0 0) (9.72814 0.0980882 0 0.113947 0 0) (8.9088 -0.139905 0 0.28201 0 0) (9.64529 0.152821 0 0.0689065 0 0) (8.87339 -0.161611 0 0.135579 0 0) (9.71247 0.134225 0 0.0635657 0 0) (8.68641 -0.291427 0 0.188295 0 0) (9.7738 0.0935288 0 0.0877282 0 0) (8.09613 -0.367696 0 0.324064 0 0) (9.52823 0.0563938 0 0.118712 0 0) (7.3824 -0.35564 0 0.426766 0 0) (8.82917 0.0926093 0 0.15339 0 0) (6.61779 -0.38014 0 0.387101 0 0) (7.16165 0.0762394 0 0.0948829 0 0) (5.73866 -0.3453 0 0.305181 0 0) (6.0214 0.0115825 0 0.0661394 0 0) (4.89968 -0.314778 0 0.25626 0 0) (4.6397 -0.000589587 0 0.0665937 0 0) (4.57136 -0.0842556 0 0.0444468 0 0) (4.51848 -0.0362574 0 0.0334946 0 0) (4.38679 -0.100223 0 0.0294092 0 0) (4.15036 -0.0659411 0 0.0244545 0 0) (4.35811 -0.132986 0 0.025081 0 0) (0.0111339 -0.00573366 0 0.0036181 0 0) (0.052182 -0.0100038 0 0.00342201 0 0) (0.0940229 -0.0111592 0 0.00466459 0 0) (0.170807 -0.0168372 0 0.00398789 0 0) (0.275673 -0.0202501 0 0.00384133 0 0) (0.401012 -0.019545 0 0.00461198 0 0) (0.539933 -0.0196367 0 0.00645919 0 0) (0.70524 -0.016171 0 0.00693025 0 0) (0.877821 -0.00212779 0 0.00849888 0 0) (1.01189 0.0194347 0 0.010173 0 0) (1.07553 0.0308816 0 0.0119132 0 0) (1.0952 0.0385267 0 0.012624 0 0) (1.06606 0.0461463 0 0.0143273 0 0) (1.00082 0.0445777 0 0.0169617 0 0) (0.926483 0.0359119 0 0.0188647 0 0) (0.859838 0.0261799 0 0.01939 0 0) (0.818292 0.00973707 0 0.0190629 0 0) (0.827033 -0.00456933 0 0.0190982 0 0) (0.851903 -0.0110125 0 0.0175049 0 0) (0.89181 -0.0213047 0 0.0139556 0 0) (0.954659 -0.0235104 0 0.0148124 0 0) (1.02771 -0.0305865 0 0.0125949 0 0) (1.11982 -0.0326019 0 0.0129208 0 0) (1.23522 -0.0333027 0 0.0115587 0 0) (1.3744 -0.0365008 0 0.0122204 0 0) (1.53652 -0.033536 0 0.0120307 0 0) (1.68607 -0.0268734 0 0.0112381 0 0) (1.78455 -0.0100726 0 0.0132677 0 0) (1.83839 -0.000190153 0 0.0164893 0 0) (1.86053 0.00156367 0 0.0191269 0 0) (1.89284 -0.000934439 0 0.0192989 0 0) (1.93754 -0.00107676 0 0.0192865 0 0) (1.98496 0.00704357 0 0.0194559 0 0) (2.01345 0.0111845 0 0.0228794 0 0) (2.03089 0.00901003 0 0.0260429 0 0) (2.04468 -2.74996e-05 0 0.031457 0 0) (2.10616 -0.0212183 0 0.027525 0 0) (2.22855 -0.0209475 0 0.0297622 0 0) (2.37512 -0.0372542 0 0.0298964 0 0) (2.53831 -0.042208 0 0.0321764 0 0) (2.68397 -0.0311516 0 0.0274365 0 0) (2.77445 -0.0176035 0 0.0268886 0 0) (2.82931 -0.0127694 0 0.0305859 0 0) (2.83333 -0.00878046 0 0.0351389 0 0) (2.82968 -0.0184794 0 0.0443583 0 0) (2.87723 -0.0406166 0 0.0427961 0 0) (3.01989 -0.0567825 0 0.039362 0 0) (3.23587 -0.0696816 0 0.0394453 0 0) (3.49436 -0.0694517 0 0.038325 0 0) (3.73788 -0.063654 0 0.0370004 0 0) (3.9328 -0.0586976 0 0.036005 0 0) (4.0795 -0.0501228 0 0.0402598 0 0) (4.20052 -0.0485503 0 0.0435565 0 0) (4.32511 -0.0454748 0 0.0446359 0 0) (4.43421 -0.0420258 0 0.046083 0 0) (4.56017 -0.047245 0 0.0502837 0 0) (4.73053 -0.0551342 0 0.0498867 0 0) (4.88642 -0.0467315 0 0.0512835 0 0) (5.01898 -0.0369551 0 0.0526293 0 0) (5.1055 -0.0279773 0 0.0562492 0 0) (5.15692 -0.0189264 0 0.0653052 0 0) (5.17432 -0.038228 0 0.0633649 0 0) (5.24758 -0.0447701 0 0.0568077 0 0) (5.34756 -0.0623387 0 0.055236 0 0) (5.49345 -0.0751877 0 0.0577751 0 0) (5.66784 -0.0884358 0 0.0609568 0 0) (5.84963 -0.0862692 0 0.0608465 0 0) (6.00478 -0.071613 0 0.0624794 0 0) (6.10526 -0.068018 0 0.0671864 0 0) (6.22933 -0.0654693 0 0.0670644 0 0) (6.31562 -0.059828 0 0.0636866 0 0) (6.37315 -0.0428062 0 0.0637761 0 0) (6.3405 -0.0293558 0 0.068282 0 0) (6.27639 -0.0474708 0 0.0642416 0 0) (6.28665 -0.0557101 0 0.0679991 0 0) (6.35427 -0.0731293 0 0.0660842 0 0) (6.5051 -0.0895748 0 0.0631222 0 0) (6.70937 -0.0967941 0 0.062283 0 0) (6.91456 -0.0847538 0 0.0604133 0 0) (7.07112 -0.0701121 0 0.0592148 0 0) (7.13886 -0.0462229 0 0.0579221 0 0) (7.12241 -0.0135677 0 0.0618375 0 0) (7.00061 -0.00230784 0 0.0685284 0 0) (6.82514 -0.00569667 0 0.0769227 0 0) (6.65456 -0.0291742 0 0.0706393 0 0) (6.55579 -0.0383231 0 0.0695316 0 0) (6.4945 -0.051215 0 0.0754887 0 0) (6.44673 -0.0714856 0 0.0755827 0 0) (6.4631 -0.107511 0 0.0743154 0 0) (6.55126 -0.130406 0 0.074285 0 0) (6.68124 -0.142152 0 0.0728527 0 0) (6.83278 -0.154476 0 0.0772419 0 0) (7.0385 -0.1671 0 0.0810673 0 0) (7.26298 -0.171897 0 0.0788841 0 0) (7.52921 -0.167573 0 0.0811937 0 0) (7.78649 -0.163006 0 0.0750941 0 0) (8.02632 -0.152374 0 0.0773481 0 0) (8.24954 -0.162723 0 0.0788213 0 0) (8.45376 -0.161819 0 0.0768618 0 0) (8.64571 -0.167036 0 0.0742154 0 0) (8.84892 -0.166721 0 0.0672037 0 0) (9.05177 -0.161574 0 0.063531 0 0) (9.20147 -0.146405 0 0.0628032 0 0) (9.29836 -0.128533 0 0.0627983 0 0) (9.3189 -0.114236 0 0.0631201 0 0) (9.29168 -0.0960879 0 0.0631819 0 0) (9.19565 -0.0786552 0 0.0634627 0 0) (9.05494 -0.0654395 0 0.0620353 0 0) (8.85645 -0.0486525 0 0.0619243 0 0) (8.63109 -0.0360389 0 0.060103 0 0) (8.3853 -0.0297387 0 0.0592433 0 0) (8.15489 -0.0440044 0 0.0589676 0 0) (7.97736 -0.0667505 0 0.0560539 0 0) (7.88357 -0.0775715 0 0.0510902 0 0) (7.82744 -0.0820451 0 0.0512466 0 0) (7.80096 -0.0858638 0 0.0525063 0 0) (7.77604 -0.0857888 0 0.0518699 0 0) (7.74915 -0.0829898 0 0.0505315 0 0) (7.69292 -0.0751378 0 0.0510433 0 0) (7.61358 -0.0697182 0 0.0516936 0 0) (7.49905 -0.0598472 0 0.0529442 0 0) (7.37162 -0.0570198 0 0.055972 0 0) (7.23107 -0.0605394 0 0.0588526 0 0) (7.12093 -0.0712869 0 0.0563517 0 0) (7.03979 -0.0832748 0 0.056184 0 0) (6.99946 -0.0967083 0 0.0532321 0 0) (7.00697 -0.0929285 0 0.0508537 0 0) (7.0181 -0.0950907 0 0.0486333 0 0) (7.0483 -0.0977667 0 0.0473283 0 0) (7.09715 -0.101331 0 0.0461921 0 0) (7.14622 -0.102787 0 0.0432634 0 0) (7.19695 -0.0997499 0 0.0421124 0 0) (7.20712 -0.0934807 0 0.0426232 0 0) (7.21925 -0.0944753 0 0.0423452 0 0) (7.22597 -0.0941639 0 0.0415165 0 0) (7.24263 -0.0931879 0 0.0431523 0 0) (7.2637 -0.0989317 0 0.0451056 0 0) (7.32736 -0.104834 0 0.0473647 0 0) (7.40776 -0.115022 0 0.0439683 0 0) (7.52971 -0.110469 0 0.0400248 0 0) (7.62335 -0.0960281 0 0.0399252 0 0) (7.66732 -0.0803465 0 0.0396547 0 0) (7.64355 -0.0647116 0 0.038897 0 0) (7.56273 -0.0563056 0 0.0387861 0 0) (7.4597 -0.0552509 0 0.0392359 0 0) (7.36847 -0.0621875 0 0.0385303 0 0) (7.30295 -0.0703228 0 0.037283 0 0) (7.26513 -0.0733114 0 0.036149 0 0) (7.22433 -0.0697565 0 0.0356962 0 0) (7.15947 -0.0618549 0 0.0360184 0 0) (7.06986 -0.0537495 0 0.0372561 0 0) (6.97038 -0.0529235 0 0.0384346 0 0) (6.87905 -0.0541024 0 0.0374487 0 0) (6.80319 -0.0572812 0 0.0350719 0 0) (6.73803 -0.0572646 0 0.0329254 0 0) (6.68243 -0.0576998 0 0.031664 0 0) (6.62904 -0.0564344 0 0.0314213 0 0) (6.58068 -0.0594811 0 0.0313471 0 0) (6.53829 -0.060533 0 0.0311276 0 0) (6.50451 -0.0641186 0 0.0307811 0 0) (6.47079 -0.0624603 0 0.0300889 0 0) (6.43551 -0.0626474 0 0.0291582 0 0) (6.39637 -0.060752 0 0.0288022 0 0) (6.36507 -0.0640483 0 0.0286993 0 0) (6.34901 -0.06586 0 0.0287307 0 0) (6.35736 -0.0707803 0 0.028606 0 0) (6.38212 -0.0724635 0 0.027671 0 0) (6.42015 -0.0743397 0 0.0264924 0 0) (6.46139 -0.0723952 0 0.025755 0 0) (6.50651 -0.0713734 0 0.0258614 0 0) (6.55169 -0.0689155 0 0.0268809 0 0) (6.59947 -0.0679715 0 0.0276225 0 0) (6.6405 -0.0630673 0 0.0300806 0 0) (6.67486 -0.0571129 0 0.0340336 0 0) (6.67258 -0.0502016 0 0.035782 0 0) (6.63862 -0.0425323 0 0.0384866 0 0) (6.55693 -0.0488083 0 0.0391845 0 0) (6.48685 -0.05429 0 0.0350405 0 0) (6.41202 -0.0521834 0 0.03509 0 0) (6.32646 -0.0497291 0 0.0359292 0 0) (6.22262 -0.043378 0 0.0365271 0 0) (6.11213 -0.0431572 0 0.0398232 0 0) (5.99018 -0.0502792 0 0.039554 0 0) (5.87399 -0.0555684 0 0.0394945 0 0) (5.74006 -0.051929 0 0.0405212 0 0) (5.6122 -0.0531663 0 0.0434638 0 0) (5.4901 -0.0595192 0 0.0426947 0 0) (5.3782 -0.0549856 0 0.0359694 0 0) (5.20492 -0.0509106 0 0.0331359 0 0) (4.97813 -0.0341144 0 0.0266739 0 0) (4.64045 -0.00594333 0 0.023296 0 0) (4.1882 0.0249589 0 0.0200001 0 0) (3.64074 0.0521437 0 0.0187396 0 0) (3.01347 0.0800406 0 0.01983 0 0) (2.34925 0.0917524 0 0.020022 0 0) (1.68381 0.0998146 0 0.0204957 0 0) (1.13729 0.0827455 0 0.0244046 0 0) (0.730107 0.0734873 0 0.0238764 0 0) (0.423066 0.0879612 0 0.0252504 0 0) (0.0799997 0.0482575 0 0.0324237 0 0) (0.0102468 -0.0151718 0 0.0322144 0 0) (0.0500528 -0.0427689 0 0.039834 0 0) (0.113819 -0.0631795 0 0.0452509 0 0) (0.229646 -0.0864995 0 0.0458157 0 0) (0.368702 -0.097931 0 0.0433 0 0) (0.527891 -0.0974451 0 0.045108 0 0) (0.692319 -0.0950902 0 0.0569357 0 0) (0.875351 -0.0989876 0 0.0666127 0 0) (1.08335 -0.0933953 0 0.068812 0 0) (1.31639 -0.0593586 0 0.0690904 0 0) (1.52945 -0.0104717 0 0.067196 0 0) (1.69018 0.0248032 0 0.0683379 0 0) (1.79665 0.0478165 0 0.0743508 0 0) (1.86345 0.0670994 0 0.0795284 0 0) (1.90325 0.0734925 0 0.082679 0 0) (1.92618 0.0661789 0 0.0897544 0 0) (1.9203 0.0683322 0 0.100513 0 0) (1.87915 0.0653436 0 0.100891 0 0) (1.80754 0.0537055 0 0.0981634 0 0) (1.72762 0.0289162 0 0.0998178 0 0) (1.65947 -0.010286 0 0.0993487 0 0) (1.62717 -0.0598849 0 0.088607 0 0) (1.6823 -0.0806377 0 0.098867 0 0) (1.78627 -0.105332 0 0.111745 0 0) (1.92182 -0.134042 0 0.115655 0 0) (2.09791 -0.150592 0 0.10966 0 0) (2.29623 -0.146925 0 0.101755 0 0) (2.48623 -0.122472 0 0.107686 0 0) (2.66382 -0.105352 0 0.128921 0 0) (2.83164 -0.0946652 0 0.14872 0 0) (3.00065 -0.0883917 0 0.155223 0 0) (3.17644 -0.0915801 0 0.153035 0 0) (3.38539 -0.0939721 0 0.149097 0 0) (3.5796 -0.0740476 0 0.150765 0 0) (3.72709 -0.0511983 0 0.16099 0 0) (3.86022 -0.0335947 0 0.185366 0 0) (3.95106 -0.0385394 0 0.201721 0 0) (4.02321 -0.0476471 0 0.203234 0 0) (4.13592 -0.085793 0 0.179403 0 0) (4.35534 -0.118364 0 0.179828 0 0) (4.588 -0.147719 0 0.179969 0 0) (4.82054 -0.163684 0 0.18989 0 0) (5.0909 -0.174223 0 0.199917 0 0) (5.29066 -0.16604 0 0.226143 0 0) (5.50874 -0.163903 0 0.275281 0 0) (5.68 -0.168919 0 0.298469 0 0) (5.90975 -0.187054 0 0.302596 0 0) (6.13938 -0.206342 0 0.298208 0 0) (6.39808 -0.218462 0 0.282707 0 0) (6.64465 -0.222529 0 0.266498 0 0) (6.8917 -0.217077 0 0.264605 0 0) (7.12269 -0.204672 0 0.272909 0 0) (7.36703 -0.19137 0 0.280567 0 0) (7.60912 -0.185203 0 0.295933 0 0) (7.85131 -0.190907 0 0.318129 0 0) (8.09489 -0.206197 0 0.334461 0 0) (8.34644 -0.203616 0 0.327376 0 0) (8.55577 -0.164873 0 0.324847 0 0) (8.77863 -0.128986 0 0.331933 0 0) (8.94789 -0.103685 0 0.341406 0 0) (9.13691 -0.0715176 0 0.358186 0 0) (9.26081 -0.0602861 0 0.396863 0 0) (9.34276 -0.115828 0 0.402336 0 0) (9.49062 -0.2416 0 0.378346 0 0) (9.76572 -0.333696 0 0.367192 0 0) (10.1406 -0.376949 0 0.36826 0 0) (10.488 -0.36969 0 0.372864 0 0) (10.8759 -0.348658 0 0.394088 0 0) (11.2239 -0.33925 0 0.422056 0 0) (11.5723 -0.30822 0 0.412477 0 0) (11.8524 -0.261807 0 0.393117 0 0) (12.0452 -0.200368 0 0.385627 0 0) (12.1697 -0.14502 0 0.400438 0 0) (12.1303 -0.139856 0 0.424364 0 0) (12.1122 -0.15638 0 0.436878 0 0) (12.0764 -0.210906 0 0.429009 0 0) (12.116 -0.275932 0 0.414669 0 0) (12.2596 -0.31091 0 0.395186 0 0) (12.4632 -0.31721 0 0.387017 0 0) (12.6953 -0.294223 0 0.384303 0 0) (12.8714 -0.255757 0 0.385398 0 0) (13.0467 -0.212876 0 0.398104 0 0) (13.1537 -0.172078 0 0.408727 0 0) (13.2838 -0.158731 0 0.436711 0 0) (13.3363 -0.159395 0 0.462326 0 0) (13.3355 -0.188704 0 0.456546 0 0) (13.313 -0.224957 0 0.435894 0 0) (13.2327 -0.266985 0 0.426826 0 0) (13.2107 -0.332723 0 0.422597 0 0) (13.2706 -0.431533 0 0.421722 0 0) (13.4556 -0.531866 0 0.424122 0 0) (13.7521 -0.616499 0 0.432836 0 0) (14.1784 -0.673222 0 0.443421 0 0) (14.5876 -0.690242 0 0.444242 0 0) (15.0873 -0.687823 0 0.436773 0 0) (15.5037 -0.638932 0 0.414876 0 0) (15.8429 -0.57553 0 0.422943 0 0) (16.0535 -0.500534 0 0.433213 0 0) (16.1549 -0.447938 0 0.443926 0 0) (16.1969 -0.435499 0 0.436612 0 0) (16.1924 -0.441238 0 0.409607 0 0) (16.2447 -0.440992 0 0.384312 0 0) (16.3001 -0.418349 0 0.370966 0 0) (16.3942 -0.394648 0 0.374854 0 0) (16.4301 -0.348766 0 0.3767 0 0) (16.4685 -0.2941 0 0.373588 0 0) (16.4367 -0.23011 0 0.375898 0 0) (16.3636 -0.1654 0 0.385495 0 0) (16.2197 -0.116706 0 0.393857 0 0) (16.0417 -0.0987589 0 0.389964 0 0) (15.7552 -0.112649 0 0.366133 0 0) (15.5352 -0.111757 0 0.354655 0 0) (15.3591 -0.137853 0 0.360752 0 0) (15.235 -0.18135 0 0.346382 0 0) (15.1473 -0.227791 0 0.331127 0 0) (15.1576 -0.248389 0 0.328164 0 0) (15.2202 -0.260624 0 0.330496 0 0) (15.3357 -0.261431 0 0.322063 0 0) (15.4433 -0.25396 0 0.318323 0 0) (15.5792 -0.244783 0 0.322663 0 0) (15.6529 -0.2391 0 0.327127 0 0) (15.7191 -0.236629 0 0.331417 0 0) (15.7475 -0.239928 0 0.337856 0 0) (15.8033 -0.260732 0 0.334058 0 0) (15.8422 -0.291942 0 0.327885 0 0) (15.9353 -0.325644 0 0.315837 0 0) (16.0117 -0.331675 0 0.304294 0 0) (16.0981 -0.335794 0 0.298999 0 0) (16.1249 -0.326867 0 0.291854 0 0) (16.1774 -0.302822 0 0.281829 0 0) (16.1444 -0.280079 0 0.271726 0 0) (16.1313 -0.269396 0 0.261502 0 0) (16.0723 -0.262169 0 0.271884 0 0) (16.0443 -0.259492 0 0.280151 0 0) (16.0036 -0.26321 0 0.279475 0 0) (15.9973 -0.262596 0 0.287302 0 0) (15.9955 -0.272073 0 0.303723 0 0) (16.0388 -0.272021 0 0.311706 0 0) (16.0555 -0.267533 0 0.311009 0 0) (16.0695 -0.25611 0 0.291065 0 0) (16.0652 -0.22176 0 0.275297 0 0) (16.0297 -0.169319 0 0.26692 0 0) (15.9365 -0.118481 0 0.270651 0 0) (15.7922 -0.0889109 0 0.276817 0 0) (15.6183 -0.0669699 0 0.281645 0 0) (15.4389 -0.0640097 0 0.284013 0 0) (15.2691 -0.0695315 0 0.280014 0 0) (15.119 -0.0728245 0 0.273219 0 0) (14.9893 -0.0718127 0 0.273399 0 0) (14.8716 -0.0778809 0 0.277875 0 0) (14.7404 -0.0785617 0 0.282936 0 0) (14.5979 -0.0803586 0 0.281013 0 0) (14.4177 -0.0729827 0 0.272296 0 0) (14.2351 -0.0738998 0 0.261381 0 0) (14.0346 -0.0665737 0 0.254302 0 0) (13.8544 -0.0759423 0 0.24636 0 0) (13.6725 -0.0795531 0 0.239833 0 0) (13.5216 -0.0973039 0 0.231366 0 0) (13.3689 -0.102368 0 0.222526 0 0) (13.2528 -0.114687 0 0.213056 0 0) (13.1274 -0.110622 0 0.206714 0 0) (13.0314 -0.114816 0 0.20483 0 0) (12.9242 -0.113692 0 0.208406 0 0) (12.8506 -0.126353 0 0.210627 0 0) (12.7728 -0.133455 0 0.210614 0 0) (12.7325 -0.148025 0 0.206803 0 0) (12.6845 -0.148425 0 0.201796 0 0) (12.6668 -0.156279 0 0.194013 0 0) (12.6347 -0.152862 0 0.18942 0 0) (12.6382 -0.15526 0 0.187394 0 0) (12.6341 -0.153759 0 0.18882 0 0) (12.6628 -0.163926 0 0.185945 0 0) (12.6748 -0.161023 0 0.187989 0 0) (12.7196 -0.150701 0 0.195372 0 0) (12.7077 -0.117781 0 0.202951 0 0) (12.6825 -0.08444 0 0.205802 0 0) (12.5638 -0.0558407 0 0.222585 0 0) (12.4064 -0.0610172 0 0.233577 0 0) (12.2011 -0.0837216 0 0.224376 0 0) (12.0025 -0.0960496 0 0.213107 0 0) (11.7695 -0.0890874 0 0.209485 0 0) (11.5071 -0.0920351 0 0.223234 0 0) (11.1942 -0.080256 0 0.225016 0 0) (10.9055 -0.0959902 0 0.235075 0 0) (10.6019 -0.116341 0 0.246367 0 0) (10.2534 -0.127008 0 0.246973 0 0) (9.85373 -0.100888 0 0.236227 0 0) (9.41021 -0.0406399 0 0.202777 0 0) (8.87117 0.0622998 0 0.180222 0 0) (8.18976 0.158993 0 0.151991 0 0) (7.4316 0.264748 0 0.138284 0 0) (6.59657 0.363986 0 0.137761 0 0) (5.67272 0.445121 0 0.151494 0 0) (4.69922 0.528243 0 0.169249 0 0) (3.66563 0.578882 0 0.198615 0 0) (2.59652 0.580602 0 0.231276 0 0) (1.65016 0.489349 0 0.258783 0 0) (0.902671 0.379413 0 0.236016 0 0) (0.439354 0.306151 0 0.246879 0 0) (0.0752095 0.133362 0 0.278419 0 0) (0.0141662 -0.0266069 0 0.0748704 0 0) (0.059741 -0.0749028 0 0.103273 0 0) (0.146191 -0.126841 0 0.120829 0 0) (0.268255 -0.160944 0 0.119217 0 0) (0.40134 -0.164015 0 0.108771 0 0) (0.543522 -0.149098 0 0.111823 0 0) (0.687924 -0.132945 0 0.13754 0 0) (0.838347 -0.125844 0 0.165849 0 0) (1.00371 -0.122574 0 0.176293 0 0) (1.19567 -0.0947298 0 0.169169 0 0) (1.41328 -0.0455672 0 0.157407 0 0) (1.61163 0.00306413 0 0.158904 0 0) (1.77676 0.0361044 0 0.1706 0 0) (1.91968 0.0553627 0 0.18136 0 0) (2.05467 0.0633518 0 0.189988 0 0) (2.16594 0.0660485 0 0.192992 0 0) (2.24778 0.083842 0 0.20411 0 0) (2.2963 0.108122 0 0.216017 0 0) (2.29339 0.112924 0 0.226718 0 0) (2.2423 0.100528 0 0.242191 0 0) (2.18509 0.069191 0 0.267302 0 0) (2.10603 0.00420802 0 0.28233 0 0) (2.05893 -0.0926554 0 0.281942 0 0) (2.10477 -0.172515 0 0.286469 0 0) (2.2199 -0.224068 0 0.298738 0 0) (2.36 -0.247709 0 0.285616 0 0) (2.52099 -0.246466 0 0.267845 0 0) (2.68561 -0.241981 0 0.290741 0 0) (2.85173 -0.243477 0 0.331301 0 0) (3.03136 -0.230497 0 0.367533 0 0) (3.23507 -0.220529 0 0.38663 0 0) (3.43191 -0.223574 0 0.385349 0 0) (3.65741 -0.213369 0 0.36366 0 0) (3.85539 -0.183059 0 0.358182 0 0) (4.06499 -0.14807 0 0.380093 0 0) (4.25366 -0.106101 0 0.422716 0 0) (4.46702 -0.0950125 0 0.456194 0 0) (4.71475 -0.113253 0 0.490192 0 0) (4.95332 -0.14094 0 0.486303 0 0) (5.18211 -0.191924 0 0.469124 0 0) (5.36942 -0.25379 0 0.445762 0 0) (5.57349 -0.282245 0 0.450009 0 0) (5.74069 -0.294427 0 0.474038 0 0) (5.90556 -0.312577 0 0.532034 0 0) (6.07456 -0.331726 0 0.607908 0 0) (6.24335 -0.345693 0 0.658956 0 0) (6.46785 -0.369693 0 0.679006 0 0) (6.71931 -0.391495 0 0.675455 0 0) (6.97444 -0.385394 0 0.64775 0 0) (7.21463 -0.366641 0 0.633596 0 0) (7.43269 -0.348943 0 0.650381 0 0) (7.62745 -0.335261 0 0.668752 0 0) (7.79984 -0.321585 0 0.679283 0 0) (7.96316 -0.326834 0 0.694059 0 0) (8.17285 -0.335873 0 0.735169 0 0) (8.40529 -0.339816 0 0.765435 0 0) (8.65701 -0.321807 0 0.754338 0 0) (8.97651 -0.315523 0 0.758823 0 0) (9.29349 -0.286908 0 0.776502 0 0) (9.5983 -0.250403 0 0.795556 0 0) (9.89509 -0.212041 0 0.812657 0 0) (10.1978 -0.179941 0 0.870966 0 0) (10.4053 -0.224833 0 0.925696 0 0) (10.5782 -0.369041 0 0.92988 0 0) (10.7328 -0.51869 0 0.889629 0 0) (11.006 -0.616932 0 0.85244 0 0) (11.2927 -0.67474 0 0.84197 0 0) (11.6877 -0.703003 0 0.884383 0 0) (12.1204 -0.707106 0 0.94869 0 0) (12.5421 -0.632577 0 0.934169 0 0) (12.9087 -0.523059 0 0.89518 0 0) (13.1692 -0.401658 0 0.874656 0 0) (13.337 -0.300167 0 0.891129 0 0) (13.3964 -0.225838 0 0.930766 0 0) (13.3809 -0.202357 0 0.951571 0 0) (13.3492 -0.227181 0 0.971199 0 0) (13.3354 -0.323285 0 0.970152 0 0) (13.393 -0.432334 0 0.934499 0 0) (13.5481 -0.526117 0 0.896127 0 0) (13.771 -0.563099 0 0.87582 0 0) (14.0385 -0.562342 0 0.876313 0 0) (14.3995 -0.580243 0 0.912155 0 0) (14.7483 -0.557119 0 0.940225 0 0) (15.1039 -0.524279 0 0.973465 0 0) (15.3331 -0.470142 0 0.995827 0 0) (15.4868 -0.441758 0 0.98455 0 0) (15.5701 -0.453688 0 0.973045 0 0) (15.6437 -0.499126 0 0.983613 0 0) (15.7344 -0.581793 0 1.01141 0 0) (15.8097 -0.708002 0 1.02675 0 0) (15.9224 -0.858505 0 1.03144 0 0) (16.0726 -1.00367 0 1.02674 0 0) (16.3129 -1.09151 0 1.01727 0 0) (16.5916 -1.14354 0 1.02199 0 0) (16.8707 -1.12021 0 0.989844 0 0) (17.0974 -1.04037 0 0.954518 0 0) (17.2123 -0.92308 0 0.950315 0 0) (17.2505 -0.780216 0 0.953702 0 0) (17.2399 -0.67519 0 0.964827 0 0) (17.1532 -0.611826 0 0.963922 0 0) (17.0729 -0.612733 0 0.934388 0 0) (17.0242 -0.639434 0 0.895774 0 0) (17.0252 -0.670388 0 0.874877 0 0) (17.0714 -0.677329 0 0.877258 0 0) (17.1238 -0.658091 0 0.884733 0 0) (17.2586 -0.617594 0 0.901994 0 0) (17.346 -0.559984 0 0.903726 0 0) (17.4592 -0.468305 0 0.904922 0 0) (17.4423 -0.382037 0 0.900488 0 0) (17.4357 -0.300369 0 0.903386 0 0) (17.3275 -0.285423 0 0.889641 0 0) (17.2884 -0.314613 0 0.877009 0 0) (17.2397 -0.361051 0 0.88471 0 0) (17.2819 -0.426386 0 0.873676 0 0) (17.3937 -0.527581 0 0.863407 0 0) (17.5987 -0.598178 0 0.847008 0 0) (17.8515 -0.661656 0 0.836523 0 0) (18.1854 -0.679475 0 0.818576 0 0) (18.4885 -0.673468 0 0.80138 0 0) (18.8057 -0.633358 0 0.797759 0 0) (19.03 -0.584174 0 0.804806 0 0) (19.2348 -0.546202 0 0.807317 0 0) (19.3561 -0.532791 0 0.820786 0 0) (19.4689 -0.536453 0 0.821468 0 0) (19.4942 -0.556366 0 0.803749 0 0) (19.5709 -0.559897 0 0.781024 0 0) (19.5576 -0.554134 0 0.761062 0 0) (19.5614 -0.530681 0 0.754206 0 0) (19.4737 -0.513165 0 0.7374 0 0) (19.4168 -0.468018 0 0.721847 0 0) (19.284 -0.422924 0 0.708529 0 0) (19.175 -0.410083 0 0.702004 0 0) (19.0409 -0.423559 0 0.712494 0 0) (18.9592 -0.428814 0 0.717502 0 0) (18.8812 -0.449212 0 0.723987 0 0) (18.8713 -0.472711 0 0.751867 0 0) (18.8685 -0.489499 0 0.788994 0 0) (18.8781 -0.46637 0 0.803855 0 0) (18.8594 -0.420669 0 0.799392 0 0) (18.8233 -0.367088 0 0.767617 0 0) (18.7438 -0.309567 0 0.734315 0 0) (18.654 -0.236372 0 0.708858 0 0) (18.498 -0.161563 0 0.711124 0 0) (18.3288 -0.113358 0 0.724371 0 0) (18.1214 -0.0796543 0 0.733822 0 0) (17.9436 -0.0726678 0 0.745336 0 0) (17.7636 -0.080559 0 0.74303 0 0) (17.6274 -0.0953073 0 0.72652 0 0) (17.4905 -0.110051 0 0.718339 0 0) (17.4022 -0.12095 0 0.716692 0 0) (17.2317 -0.117814 0 0.715228 0 0) (17.0733 -0.102128 0 0.705474 0 0) (16.8257 -0.0760168 0 0.696749 0 0) (16.6069 -0.0638087 0 0.67785 0 0) (16.3427 -0.0502653 0 0.664359 0 0) (16.1303 -0.0623205 0 0.647147 0 0) (15.8754 -0.0769399 0 0.632826 0 0) (15.6989 -0.105171 0 0.620265 0 0) (15.4902 -0.131096 0 0.605135 0 0) (15.3666 -0.160073 0 0.588098 0 0) (15.2108 -0.179555 0 0.574135 0 0) (15.1315 -0.19715 0 0.567688 0 0) (15.0111 -0.204578 0 0.572688 0 0) (14.9623 -0.213693 0 0.580794 0 0) (14.8545 -0.222318 0 0.584465 0 0) (14.8067 -0.22929 0 0.577106 0 0) (14.7053 -0.231674 0 0.563625 0 0) (14.6682 -0.229934 0 0.55227 0 0) (14.5878 -0.234696 0 0.539868 0 0) (14.5776 -0.237272 0 0.53579 0 0) (14.5371 -0.247272 0 0.540584 0 0) (14.5662 -0.254143 0 0.541918 0 0) (14.5453 -0.267498 0 0.534168 0 0) (14.5678 -0.244373 0 0.519113 0 0) (14.5212 -0.201346 0 0.511243 0 0) (14.4883 -0.149111 0 0.513645 0 0) (14.3511 -0.0947897 0 0.5427 0 0) (14.1902 -0.0467172 0 0.570232 0 0) (13.887 -0.0460442 0 0.560085 0 0) (13.5743 -0.0475366 0 0.5333 0 0) (13.2002 -0.05477 0 0.512812 0 0) (12.8461 -0.0415263 0 0.536257 0 0) (12.4537 -0.0557824 0 0.56395 0 0) (12.0954 -0.0604676 0 0.593998 0 0) (11.5891 -0.0544347 0 0.601709 0 0) (11.0381 -0.00466458 0 0.582075 0 0) (10.3686 0.0601104 0 0.536209 0 0) (9.69437 0.155837 0 0.464113 0 0) (8.93484 0.274124 0 0.409457 0 0) (8.1745 0.383824 0 0.374753 0 0) (7.35521 0.47065 0 0.3492 0 0) (6.5676 0.582592 0 0.363121 0 0) (5.70969 0.693693 0 0.391167 0 0) (4.83183 0.851642 0 0.423401 0 0) (3.88012 0.98689 0 0.491411 0 0) (2.88971 1.05297 0 0.584183 0 0) (1.90955 0.981222 0 0.686062 0 0) (1.08264 0.798764 0 0.702386 0 0) (0.456629 0.532565 0 0.705995 0 0) (0.0736883 0.199844 0 0.710447 0 0) (0.0167546 -0.0360736 0 0.138237 0 0) (0.0777026 -0.1099 0 0.198587 0 0) (0.172855 -0.183386 0 0.225823 0 0) (0.281898 -0.213328 0 0.211241 0 0) (0.388808 -0.202499 0 0.18873 0 0) (0.506926 -0.17828 0 0.198449 0 0) (0.618454 -0.150378 0 0.241544 0 0) (0.743255 -0.136703 0 0.297291 0 0) (0.869847 -0.133041 0 0.320218 0 0) (1.02325 -0.11391 0 0.304779 0 0) (1.20441 -0.0790708 0 0.283462 0 0) (1.39327 -0.0450066 0 0.283585 0 0) (1.57513 -0.0154836 0 0.29932 0 0) (1.75177 -0.00625009 0 0.313778 0 0) (1.92489 0.00119406 0 0.319581 0 0) (2.07503 0.0131358 0 0.315377 0 0) (2.19802 0.0363361 0 0.318364 0 0) (2.32814 0.0718364 0 0.333966 0 0) (2.42221 0.100492 0 0.361874 0 0) (2.48624 0.110649 0 0.396152 0 0) (2.53496 0.0991983 0 0.447164 0 0) (2.5742 0.0539676 0 0.503252 0 0) (2.6029 -0.0439871 0 0.537482 0 0) (2.62909 -0.157654 0 0.546974 0 0) (2.69585 -0.241043 0 0.535668 0 0) (2.77589 -0.277625 0 0.502143 0 0) (2.86613 -0.293916 0 0.482554 0 0) (2.95568 -0.304723 0 0.519014 0 0) (3.04782 -0.306775 0 0.575612 0 0) (3.13711 -0.298586 0 0.62694 0 0) (3.26739 -0.30117 0 0.661794 0 0) (3.41153 -0.316227 0 0.667282 0 0) (3.5952 -0.315477 0 0.638217 0 0) (3.77848 -0.293191 0 0.616185 0 0) (3.99336 -0.26606 0 0.647244 0 0) (4.25502 -0.253996 0 0.716821 0 0) (4.59086 -0.267702 0 0.78595 0 0) (4.94121 -0.265688 0 0.832134 0 0) (5.26231 -0.251645 0 0.835741 0 0) (5.524 -0.232639 0 0.835336 0 0) (5.63312 -0.247584 0 0.806047 0 0) (5.71475 -0.272318 0 0.799356 0 0) (5.74564 -0.303098 0 0.820685 0 0) (5.8045 -0.354768 0 0.893771 0 0) (5.85992 -0.404188 0 0.985682 0 0) (5.95246 -0.448902 0 1.0585 0 0) (6.11023 -0.495794 0 1.09482 0 0) (6.28712 -0.515696 0 1.09057 0 0) (6.458 -0.503865 0 1.06553 0 0) (6.63242 -0.468089 0 1.05654 0 0) (6.76814 -0.431287 0 1.0843 0 0) (6.89873 -0.393638 0 1.11304 0 0) (7.00064 -0.363919 0 1.13963 0 0) (7.12575 -0.393383 0 1.17965 0 0) (7.27263 -0.449855 0 1.2292 0 0) (7.50994 -0.473802 0 1.26637 0 0) (7.82459 -0.497823 0 1.27752 0 0) (8.24188 -0.52415 0 1.28619 0 0) (8.58519 -0.495322 0 1.28876 0 0) (8.96104 -0.452025 0 1.31145 0 0) (9.28177 -0.420245 0 1.34037 0 0) (9.59587 -0.382366 0 1.40733 0 0) (9.84682 -0.386981 0 1.50638 0 0) (10.0321 -0.476946 0 1.55788 0 0) (10.1351 -0.624038 0 1.51747 0 0) (10.3355 -0.764037 0 1.44277 0 0) (10.547 -0.893152 0 1.41989 0 0) (10.9053 -1.02166 0 1.49315 0 0) (11.3217 -1.05892 0 1.55576 0 0) (11.7546 -0.972991 0 1.51513 0 0) (12.1674 -0.838717 0 1.47157 0 0) (12.4559 -0.666261 0 1.44867 0 0) (12.6485 -0.522586 0 1.45211 0 0) (12.7438 -0.392779 0 1.49335 0 0) (12.8198 -0.33851 0 1.5388 0 0) (12.8876 -0.342183 0 1.60415 0 0) (12.9802 -0.409064 0 1.64723 0 0) (13.0404 -0.520899 0 1.62378 0 0) (13.1806 -0.659558 0 1.5753 0 0) (13.3508 -0.779586 0 1.54966 0 0) (13.6785 -0.897909 0 1.57222 0 0) (13.9982 -0.969046 0 1.59014 0 0) (14.3355 -0.976114 0 1.59601 0 0) (14.6339 -0.931061 0 1.60079 0 0) (14.8975 -0.860504 0 1.61076 0 0) (15.1444 -0.829111 0 1.62802 0 0) (15.3768 -0.834634 0 1.64911 0 0) (15.6051 -0.890779 0 1.67633 0 0) (15.82 -0.942164 0 1.71679 0 0) (15.9537 -1.0191 0 1.74718 0 0) (16.047 -1.11623 0 1.76683 0 0) (16.0982 -1.233 0 1.77189 0 0) (16.1539 -1.35482 0 1.75817 0 0) (16.2151 -1.39616 0 1.71337 0 0) (16.2108 -1.34566 0 1.63397 0 0) (16.255 -1.2652 0 1.57046 0 0) (16.209 -1.13066 0 1.53615 0 0) (16.1897 -1.01412 0 1.539 0 0) (16.1818 -0.915148 0 1.56177 0 0) (16.1432 -0.855835 0 1.58224 0 0) (16.1462 -0.852081 0 1.56558 0 0) (16.1364 -0.882098 0 1.53167 0 0) (16.1794 -0.94049 0 1.52051 0 0) (16.2565 -0.977617 0 1.53363 0 0) (16.3748 -1.01751 0 1.57122 0 0) (16.5691 -1.00655 0 1.59487 0 0) (16.729 -0.958234 0 1.59675 0 0) (16.9262 -0.866184 0 1.58082 0 0) (17.0719 -0.783536 0 1.57454 0 0) (17.2751 -0.716465 0 1.58372 0 0) (17.4242 -0.690267 0 1.58833 0 0) (17.6323 -0.720782 0 1.58217 0 0) (17.8076 -0.761558 0 1.58774 0 0) (18.0745 -0.833709 0 1.58202 0 0) (18.2999 -0.942694 0 1.57213 0 0) (18.5994 -1.02803 0 1.56307 0 0) (18.883 -1.13127 0 1.55547 0 0) (19.2347 -1.16721 0 1.52059 0 0) (19.5195 -1.15888 0 1.49188 0 0) (19.8269 -1.0975 0 1.47721 0 0) (20.0412 -1.01416 0 1.47681 0 0) (20.2441 -0.935366 0 1.47935 0 0) (20.3351 -0.885803 0 1.48695 0 0) (20.4211 -0.85396 0 1.47283 0 0) (20.4169 -0.840459 0 1.44603 0 0) (20.4542 -0.815991 0 1.39953 0 0) (20.4566 -0.777655 0 1.35567 0 0) (20.4758 -0.72459 0 1.34677 0 0) (20.4253 -0.676695 0 1.33253 0 0) (20.3814 -0.624836 0 1.30971 0 0) (20.3017 -0.563782 0 1.31045 0 0) (20.2154 -0.546477 0 1.31791 0 0) (20.1095 -0.555336 0 1.33143 0 0) (20.014 -0.572748 0 1.33804 0 0) (19.948 -0.603406 0 1.35095 0 0) (19.9121 -0.647872 0 1.38888 0 0) (19.8694 -0.635976 0 1.42155 0 0) (19.8328 -0.591423 0 1.4173 0 0) (19.7993 -0.52996 0 1.41502 0 0) (19.7468 -0.453098 0 1.38238 0 0) (19.6416 -0.375189 0 1.34319 0 0) (19.5164 -0.297275 0 1.3054 0 0) (19.3606 -0.20351 0 1.30646 0 0) (19.1723 -0.154444 0 1.3286 0 0) (19 -0.107514 0 1.34727 0 0) (18.8034 -0.101459 0 1.36321 0 0) (18.6384 -0.0947201 0 1.35049 0 0) (18.4923 -0.118314 0 1.32747 0 0) (18.3749 -0.143038 0 1.31636 0 0) (18.2329 -0.15826 0 1.29988 0 0) (18.0694 -0.130949 0 1.28939 0 0) (17.8435 -0.114469 0 1.26601 0 0) (17.6284 -0.0635452 0 1.25101 0 0) (17.3771 -0.056385 0 1.23609 0 0) (17.1597 -0.0376121 0 1.22369 0 0) (16.9288 -0.0620448 0 1.20394 0 0) (16.7237 -0.0752993 0 1.18526 0 0) (16.5321 -0.126132 0 1.16496 0 0) (16.3923 -0.156092 0 1.14762 0 0) (16.2595 -0.209934 0 1.12426 0 0) (16.1721 -0.23357 0 1.10984 0 0) (16.0628 -0.268695 0 1.10018 0 0) (15.9741 -0.268823 0 1.10274 0 0) (15.8658 -0.282773 0 1.11116 0 0) (15.7888 -0.273633 0 1.11731 0 0) (15.6896 -0.283277 0 1.11347 0 0) (15.6375 -0.273436 0 1.10241 0 0) (15.556 -0.284125 0 1.09043 0 0) (15.5393 -0.277906 0 1.08338 0 0) (15.4684 -0.301967 0 1.07865 0 0) (15.4673 -0.301319 0 1.07418 0 0) (15.3997 -0.316135 0 1.05877 0 0) (15.3705 -0.299978 0 1.02449 0 0) (15.2551 -0.287691 0 0.978658 0 0) (15.1972 -0.22683 0 0.96191 0 0) (15.0439 -0.181219 0 0.952586 0 0) (14.868 -0.103427 0 0.96049 0 0) (14.6101 -0.0396269 0 0.985586 0 0) (14.3374 0.00913025 0 0.986766 0 0) (13.9483 0.0101235 0 0.954689 0 0) (13.6053 0.00710783 0 0.926156 0 0) (13.2104 -0.012729 0 0.944952 0 0) (12.8512 -0.00658492 0 0.965068 0 0) (12.3044 0.0383599 0 0.951286 0 0) (11.7243 0.14782 0 0.939745 0 0) (10.9642 0.250436 0 0.915658 0 0) (10.2323 0.373316 0 0.875557 0 0) (9.36792 0.447909 0 0.783978 0 0) (8.60375 0.548951 0 0.716998 0 0) (7.81038 0.627368 0 0.689394 0 0) (7.08317 0.717738 0 0.677627 0 0) (6.26734 0.790555 0 0.664151 0 0) (5.51782 0.948272 0 0.675093 0 0) (4.6119 1.11192 0 0.695766 0 0) (3.79704 1.33244 0 0.832778 0 0) (2.89387 1.43901 0 1.00707 0 0) (2.00034 1.41395 0 1.23818 0 0) (1.2049 1.17599 0 1.31876 0 0) (0.518756 0.771005 0 1.38513 0 0) (0.0692204 0.242095 0 1.29144 0 0) (0.0163959 -0.0366833 0 0.217393 0 0) (0.0807263 -0.12813 0 0.30887 0 0) (0.171252 -0.206134 0 0.331277 0 0) (0.256347 -0.220828 0 0.297175 0 0) (0.340054 -0.202599 0 0.272187 0 0) (0.430725 -0.167806 0 0.290331 0 0) (0.514526 -0.133811 0 0.351858 0 0) (0.612026 -0.110202 0 0.434897 0 0) (0.711282 -0.102006 0 0.4726 0 0) (0.834158 -0.0932925 0 0.454826 0 0) (0.980413 -0.0841439 0 0.433422 0 0) (1.14667 -0.0747953 0 0.436152 0 0) (1.3359 -0.0664513 0 0.458675 0 0) (1.52664 -0.0707359 0 0.471231 0 0) (1.71672 -0.0648893 0 0.46428 0 0) (1.8856 -0.0502783 0 0.455184 0 0) (2.03191 -0.0350958 0 0.453973 0 0) (2.17745 -0.00750859 0 0.464312 0 0) (2.31055 0.0258818 0 0.496307 0 0) (2.44711 0.0437583 0 0.545211 0 0) (2.59152 0.0360389 0 0.622673 0 0) (2.75665 -0.00307163 0 0.710729 0 0) (2.90313 -0.0632594 0 0.772676 0 0) (2.99605 -0.142652 0 0.800155 0 0) (3.05307 -0.214395 0 0.781799 0 0) (3.08613 -0.253147 0 0.729661 0 0) (3.1155 -0.271934 0 0.710528 0 0) (3.12454 -0.283705 0 0.758842 0 0) (3.14747 -0.288185 0 0.833979 0 0) (3.15601 -0.29524 0 0.909113 0 0) (3.22241 -0.323497 0 0.965198 0 0) (3.32458 -0.36648 0 0.977903 0 0) (3.46754 -0.388873 0 0.940004 0 0) (3.61804 -0.390788 0 0.919176 0 0) (3.83146 -0.40152 0 0.976722 0 0) (4.1029 -0.430699 0 1.07507 0 0) (4.40061 -0.442142 0 1.15093 0 0) (4.69889 -0.409373 0 1.18808 0 0) (4.96192 -0.358493 0 1.17927 0 0) (5.17597 -0.266068 0 1.16977 0 0) (5.27091 -0.205442 0 1.16219 0 0) (5.30614 -0.206679 0 1.16868 0 0) (5.29262 -0.249455 0 1.19958 0 0) (5.30296 -0.324562 0 1.27273 0 0) (5.28781 -0.411038 0 1.37955 0 0) (5.32241 -0.491271 0 1.46932 0 0) (5.34919 -0.538765 0 1.50326 0 0) (5.39942 -0.549412 0 1.4903 0 0) (5.44636 -0.531321 0 1.47013 0 0) (5.51967 -0.494454 0 1.46456 0 0) (5.6015 -0.460198 0 1.50262 0 0) (5.6955 -0.427619 0 1.54045 0 0) (5.8212 -0.423477 0 1.59967 0 0) (5.98346 -0.470708 0 1.69898 0 0) (6.17881 -0.552135 0 1.77861 0 0) (6.46118 -0.639533 0 1.82599 0 0) (6.80163 -0.714491 0 1.83151 0 0) (7.1538 -0.729788 0 1.80197 0 0) (7.50123 -0.695417 0 1.8042 0 0) (7.85941 -0.646026 0 1.84146 0 0) (8.14157 -0.592773 0 1.87685 0 0) (8.37287 -0.546457 0 1.95607 0 0) (8.55457 -0.527543 0 2.07774 0 0) (8.66346 -0.562751 0 2.16522 0 0) (8.73228 -0.705938 0 2.14412 0 0) (8.88686 -0.892491 0 2.0745 0 0) (9.12066 -1.09674 0 2.08602 0 0) (9.49562 -1.30086 0 2.17297 0 0) (9.87401 -1.34584 0 2.19097 0 0) (10.2974 -1.27666 0 2.12609 0 0) (10.6802 -1.13129 0 2.07036 0 0) (10.9729 -0.944577 0 2.04486 0 0) (11.181 -0.786405 0 2.05029 0 0) (11.3032 -0.649304 0 2.10649 0 0) (11.4535 -0.585328 0 2.17053 0 0) (11.567 -0.57412 0 2.24333 0 0) (11.7051 -0.597529 0 2.30014 0 0) (11.8384 -0.689781 0 2.31369 0 0) (12.0051 -0.839129 0 2.3159 0 0) (12.2319 -1.02596 0 2.31921 0 0) (12.5162 -1.19032 0 2.33081 0 0) (12.7643 -1.27533 0 2.30591 0 0) (13.0221 -1.30887 0 2.28612 0 0) (13.2697 -1.29137 0 2.28276 0 0) (13.5591 -1.27039 0 2.30216 0 0) (13.8246 -1.25449 0 2.32571 0 0) (14.1254 -1.28116 0 2.36299 0 0) (14.4008 -1.30901 0 2.39446 0 0) (14.641 -1.31449 0 2.42657 0 0) (14.8447 -1.3207 0 2.47292 0 0) (14.9778 -1.35682 0 2.51253 0 0) (15.0852 -1.40211 0 2.52994 0 0) (15.0869 -1.455 0 2.49837 0 0) (15.0501 -1.44655 0 2.41156 0 0) (14.9495 -1.41016 0 2.30856 0 0) (14.9454 -1.36646 0 2.22552 0 0) (14.8555 -1.302 0 2.19027 0 0) (14.8456 -1.24728 0 2.19779 0 0) (14.8052 -1.19798 0 2.2252 0 0) (14.8475 -1.17079 0 2.25002 0 0) (14.8811 -1.1627 0 2.25211 0 0) (14.9975 -1.17943 0 2.23821 0 0) (15.1192 -1.24062 0 2.25222 0 0) (15.3289 -1.30556 0 2.29323 0 0) (15.5188 -1.37368 0 2.34439 0 0) (15.7806 -1.39223 0 2.35605 0 0) (16.0136 -1.39672 0 2.35663 0 0) (16.332 -1.35863 0 2.3508 0 0) (16.6239 -1.34118 0 2.35564 0 0) (16.993 -1.32442 0 2.3754 0 0) (17.3322 -1.31761 0 2.38725 0 0) (17.7172 -1.30492 0 2.37622 0 0) (18.0409 -1.32166 0 2.37965 0 0) (18.4199 -1.33643 0 2.37353 0 0) (18.6683 -1.41883 0 2.36614 0 0) (19.0141 -1.46331 0 2.37542 0 0) (19.2724 -1.55617 0 2.35881 0 0) (19.5775 -1.56724 0 2.29702 0 0) (19.7908 -1.55901 0 2.25422 0 0) (20.0596 -1.47979 0 2.23009 0 0) (20.2015 -1.40064 0 2.22011 0 0) (20.3824 -1.296 0 2.21926 0 0) (20.4279 -1.22757 0 2.22786 0 0) (20.5161 -1.15861 0 2.21634 0 0) (20.5153 -1.13446 0 2.18078 0 0) (20.5741 -1.0886 0 2.10983 0 0) (20.5716 -1.04546 0 2.04382 0 0) (20.6322 -0.964104 0 2.01481 0 0) (20.6404 -0.88906 0 2.00342 0 0) (20.6847 -0.824351 0 1.9898 0 0) (20.6619 -0.781568 0 2.00158 0 0) (20.6516 -0.740213 0 2.03628 0 0) (20.5665 -0.741338 0 2.05512 0 0) (20.5031 -0.736189 0 2.07339 0 0) (20.392 -0.768278 0 2.09114 0 0) (20.3334 -0.766939 0 2.1143 0 0) (20.2318 -0.746929 0 2.11967 0 0) (20.2006 -0.671613 0 2.11254 0 0) (20.057 -0.611541 0 2.10459 0 0) (19.9838 -0.51395 0 2.08514 0 0) (19.797 -0.439 0 2.04786 0 0) (19.6835 -0.358039 0 2.00477 0 0) (19.4961 -0.273279 0 2.00886 0 0) (19.3494 -0.2125 0 2.03477 0 0) (19.1593 -0.163124 0 2.05695 0 0) (19.032 -0.112003 0 2.0685 0 0) (18.8422 -0.118375 0 2.05043 0 0) (18.7534 -0.127281 0 2.0334 0 0) (18.5388 -0.159783 0 2.00834 0 0) (18.4067 -0.160926 0 1.97136 0 0) (18.161 -0.138075 0 1.95234 0 0) (18.0083 -0.0927559 0 1.92394 0 0) (17.7333 -0.0578919 0 1.91293 0 0) (17.5995 -0.033865 0 1.9023 0 0) (17.3231 -0.0489437 0 1.89334 0 0) (17.221 -0.0713463 0 1.87447 0 0) (16.9782 -0.116217 0 1.85664 0 0) (16.9181 -0.171655 0 1.84026 0 0) (16.7434 -0.230862 0 1.81792 0 0) (16.7217 -0.277623 0 1.79662 0 0) (16.5817 -0.323525 0 1.77264 0 0) (16.5741 -0.330404 0 1.75984 0 0) (16.4204 -0.3409 0 1.75422 0 0) (16.3947 -0.323674 0 1.76197 0 0) (16.254 -0.328518 0 1.76882 0 0) (16.2386 -0.317575 0 1.76445 0 0) (16.1115 -0.336404 0 1.74938 0 0) (16.1296 -0.329469 0 1.73449 0 0) (16.013 -0.346779 0 1.72605 0 0) (16.0407 -0.332366 0 1.72492 0 0) (15.8897 -0.348327 0 1.71605 0 0) (15.8868 -0.315707 0 1.69175 0 0) (15.6796 -0.31627 0 1.64346 0 0) (15.6384 -0.274845 0 1.58281 0 0) (15.369 -0.257263 0 1.51806 0 0) (15.2721 -0.159596 0 1.48022 0 0) (14.9289 -0.0966645 0 1.45875 0 0) (14.7464 -0.0165578 0 1.47642 0 0) (14.3471 0.0110186 0 1.48484 0 0) (14.0958 0.043523 0 1.46591 0 0) (13.6523 0.0314228 0 1.4461 0 0) (13.3681 0.0444295 0 1.44165 0 0) (12.7795 0.0828547 0 1.40564 0 0) (12.2356 0.208553 0 1.33883 0 0) (11.4513 0.322424 0 1.28338 0 0) (10.7635 0.48287 0 1.23367 0 0) (9.85881 0.591955 0 1.17083 0 0) (9.10529 0.708816 0 1.09042 0 0) (8.15315 0.727352 0 1.00926 0 0) (7.45879 0.825578 0 1.00901 0 0) (6.60501 0.89276 0 1.01975 0 0) (5.95849 1.03033 0 1.01927 0 0) (5.07747 1.16239 0 1.03415 0 0) (4.39057 1.38129 0 1.06743 0 0) (3.47553 1.51918 0 1.19102 0 0) (2.8782 1.72318 0 1.46591 0 0) (1.93301 1.65585 0 1.79877 0 0) (1.39129 1.54181 0 2.09066 0 0) (0.581669 0.979815 0 2.21645 0 0) (0.0825791 0.286241 0 1.97867 0 0) (0.0164932 -0.042177 0 0.310073 0 0) (0.0774678 -0.134164 0 0.42534 0 0) (0.157443 -0.19884 0 0.427904 0 0) (0.225834 -0.198946 0 0.377126 0 0) (0.293772 -0.170597 0 0.344844 0 0) (0.368425 -0.12758 0 0.370308 0 0) (0.439509 -0.0862766 0 0.450021 0 0) (0.523556 -0.0566519 0 0.560991 0 0) (0.612499 -0.0467054 0 0.621967 0 0) (0.722271 -0.055247 0 0.614835 0 0) (0.844765 -0.0697482 0 0.60198 0 0) (0.990266 -0.0922089 0 0.610048 0 0) (1.1656 -0.112737 0 0.632779 0 0) (1.34578 -0.12781 0 0.637299 0 0) (1.51862 -0.122267 0 0.618487 0 0) (1.67469 -0.110602 0 0.605254 0 0) (1.81304 -0.102398 0 0.59963 0 0) (1.94007 -0.0848192 0 0.598787 0 0) (2.07 -0.067181 0 0.629718 0 0) (2.23266 -0.0701847 0 0.690874 0 0) (2.44641 -0.0954582 0 0.790295 0 0) (2.66953 -0.121001 0 0.892212 0 0) (2.85473 -0.133633 0 0.965375 0 0) (2.98389 -0.155156 0 1.01268 0 0) (3.05072 -0.17887 0 1.00295 0 0) (3.07216 -0.19976 0 0.948399 0 0) (3.09054 -0.218463 0 0.940346 0 0) (3.07537 -0.227462 0 1.00721 0 0) (3.06013 -0.228875 0 1.10674 0 0) (3.02194 -0.249548 0 1.21381 0 0) (3.06065 -0.306557 0 1.29415 0 0) (3.12847 -0.365176 0 1.30685 0 0) (3.21459 -0.399264 0 1.26063 0 0) (3.32448 -0.444096 0 1.25945 0 0) (3.49637 -0.49396 0 1.34831 0 0) (3.68996 -0.52586 0 1.45412 0 0) (3.86816 -0.510832 0 1.5122 0 0) (4.05446 -0.464514 0 1.51987 0 0) (4.20285 -0.376265 0 1.48768 0 0) (4.31943 -0.266544 0 1.46382 0 0) (4.41962 -0.187275 0 1.48757 0 0) (4.50138 -0.17358 0 1.52898 0 0) (4.51685 -0.20421 0 1.58521 0 0) (4.54928 -0.283247 0 1.67637 0 0) (4.54283 -0.376833 0 1.79104 0 0) (4.54891 -0.449301 0 1.86938 0 0) (4.52353 -0.491835 0 1.88641 0 0) (4.5122 -0.497607 0 1.87317 0 0) (4.48609 -0.485456 0 1.84779 0 0) (4.51204 -0.470232 0 1.84386 0 0) (4.55603 -0.459132 0 1.88018 0 0) (4.64889 -0.474193 0 1.94393 0 0) (4.79543 -0.514454 0 2.05279 0 0) (4.99329 -0.586921 0 2.20267 0 0) (5.22849 -0.68543 0 2.34299 0 0) (5.50389 -0.781621 0 2.4096 0 0) (5.78885 -0.85081 0 2.38397 0 0) (6.07484 -0.886018 0 2.3245 0 0) (6.37617 -0.874014 0 2.31149 0 0) (6.65793 -0.79881 0 2.33306 0 0) (6.86458 -0.717032 0 2.38391 0 0) (7.03702 -0.648883 0 2.48522 0 0) (7.15564 -0.608747 0 2.6284 0 0) (7.25505 -0.634368 0 2.75555 0 0) (7.36502 -0.810704 0 2.78073 0 0) (7.53182 -1.05533 0 2.7472 0 0) (7.8395 -1.32327 0 2.79366 0 0) (8.20823 -1.52966 0 2.86018 0 0) (8.55915 -1.57623 0 2.83589 0 0) (8.95524 -1.51765 0 2.74699 0 0) (9.28261 -1.3772 0 2.67229 0 0) (9.54423 -1.20001 0 2.65462 0 0) (9.71262 -1.04691 0 2.68238 0 0) (9.83024 -0.913323 0 2.75408 0 0) (9.95994 -0.840114 0 2.83624 0 0) (10.0738 -0.808985 0 2.9299 0 0) (10.2426 -0.81822 0 3.03064 0 0) (10.4602 -0.891417 0 3.0988 0 0) (10.6993 -1.03371 0 3.14442 0 0) (10.9781 -1.23237 0 3.16234 0 0) (11.2087 -1.39809 0 3.13169 0 0) (11.4428 -1.51747 0 3.08133 0 0) (11.6633 -1.60416 0 3.03854 0 0) (11.9351 -1.65302 0 3.01342 0 0) (12.2062 -1.68366 0 3.03675 0 0) (12.5166 -1.71533 0 3.07777 0 0) (12.8294 -1.76921 0 3.12656 0 0) (13.1305 -1.78012 0 3.13638 0 0) (13.4031 -1.76355 0 3.14985 0 0) (13.6857 -1.72503 0 3.18196 0 0) (13.8944 -1.68948 0 3.21529 0 0) (14.0773 -1.63835 0 3.21741 0 0) (14.115 -1.58315 0 3.17769 0 0) (14.1596 -1.53049 0 3.09062 0 0) (14.1372 -1.51464 0 3.0007 0 0) (14.1689 -1.49312 0 2.92895 0 0) (14.1263 -1.48666 0 2.90564 0 0) (14.1556 -1.48289 0 2.91494 0 0) (14.1479 -1.49723 0 2.95541 0 0) (14.2482 -1.49965 0 2.97847 0 0) (14.34 -1.51841 0 2.98013 0 0) (14.5505 -1.54561 0 2.99341 0 0) (14.7646 -1.60188 0 3.03336 0 0) (15.0645 -1.66386 0 3.10391 0 0) (15.3309 -1.73855 0 3.16072 0 0) (15.6668 -1.81519 0 3.1813 0 0) (15.9857 -1.8885 0 3.18243 0 0) (16.3804 -1.94954 0 3.18104 0 0) (16.7678 -2.00353 0 3.20162 0 0) (17.1808 -2.03103 0 3.20937 0 0) (17.5345 -2.01388 0 3.22258 0 0) (17.9356 -1.98444 0 3.21465 0 0) (18.2582 -1.94578 0 3.21728 0 0) (18.6295 -1.88377 0 3.22337 0 0) (18.8974 -1.89682 0 3.24338 0 0) (19.2486 -1.87703 0 3.24538 0 0) (19.4947 -1.9041 0 3.21424 0 0) (19.7816 -1.90355 0 3.14271 0 0) (19.9915 -1.89993 0 3.07503 0 0) (20.2325 -1.8424 0 3.02716 0 0) (20.3914 -1.76862 0 3.01525 0 0) (20.5298 -1.68469 0 3.02936 0 0) (20.6109 -1.59472 0 3.04625 0 0) (20.6641 -1.51297 0 3.03398 0 0) (20.6906 -1.44434 0 2.98632 0 0) (20.6808 -1.39957 0 2.89386 0 0) (20.6606 -1.3423 0 2.79758 0 0) (20.6703 -1.27961 0 2.74475 0 0) (20.7157 -1.18944 0 2.74423 0 0) (20.7643 -1.12582 0 2.75299 0 0) (20.7818 -1.05654 0 2.78044 0 0) (20.7697 -1.007 0 2.83466 0 0) (20.7441 -0.937908 0 2.8845 0 0) (20.653 -0.900594 0 2.91556 0 0) (20.5404 -0.869505 0 2.94362 0 0) (20.4221 -0.867826 0 2.94092 0 0) (20.3152 -0.811758 0 2.92754 0 0) (20.1685 -0.738748 0 2.90665 0 0) (20.0282 -0.64357 0 2.89432 0 0) (19.8447 -0.569795 0 2.86315 0 0) (19.6897 -0.477946 0 2.82815 0 0) (19.473 -0.441466 0 2.78173 0 0) (19.3305 -0.34455 0 2.80261 0 0) (19.1138 -0.312033 0 2.83645 0 0) (18.9954 -0.23136 0 2.85147 0 0) (18.8792 -0.19308 0 2.86848 0 0) (18.7732 -0.143188 0 2.85939 0 0) (18.6017 -0.155304 0 2.82852 0 0) (18.4415 -0.146082 0 2.8026 0 0) (18.2202 -0.178834 0 2.74269 0 0) (18.0372 -0.135359 0 2.70198 0 0) (17.8292 -0.143288 0 2.66064 0 0) (17.6651 -0.0880655 0 2.65331 0 0) (17.509 -0.107088 0 2.65404 0 0) (17.3882 -0.102733 0 2.66743 0 0) (17.263 -0.170799 0 2.65296 0 0) (17.1793 -0.182644 0 2.64946 0 0) (17.0567 -0.277101 0 2.62533 0 0) (17.0044 -0.304493 0 2.59264 0 0) (16.8915 -0.379546 0 2.5555 0 0) (16.8526 -0.397772 0 2.51778 0 0) (16.7508 -0.425194 0 2.48919 0 0) (16.7191 -0.391283 0 2.48672 0 0) (16.5985 -0.400307 0 2.49712 0 0) (16.5815 -0.362275 0 2.51299 0 0) (16.4656 -0.378473 0 2.5205 0 0) (16.4486 -0.359713 0 2.50778 0 0) (16.3307 -0.390304 0 2.49159 0 0) (16.3158 -0.361035 0 2.47726 0 0) (16.1883 -0.369345 0 2.46747 0 0) (16.1303 -0.32405 0 2.44532 0 0) (15.9449 -0.317988 0 2.39849 0 0) (15.8545 -0.267575 0 2.33846 0 0) (15.6337 -0.25489 0 2.23407 0 0) (15.4973 -0.187681 0 2.13402 0 0) (15.1913 -0.150389 0 2.05412 0 0) (15.0243 -0.0652065 0 2.04227 0 0) (14.6764 -0.0531429 0 2.0523 0 0) (14.4939 0.0152159 0 2.06504 0 0) (14.0791 0.0193578 0 2.03268 0 0) (13.8186 0.0775579 0 1.99629 0 0) (13.3072 0.121156 0 1.94935 0 0) (12.8205 0.267747 0 1.86043 0 0) (12.0687 0.407619 0 1.75886 0 0) (11.462 0.603415 0 1.6943 0 0) (10.5812 0.749322 0 1.62774 0 0) (9.89219 0.920003 0 1.57902 0 0) (8.93528 1.00371 0 1.51432 0 0) (8.19162 1.07265 0 1.44794 0 0) (7.14265 1.05036 0 1.38242 0 0) (6.42363 1.14191 0 1.39048 0 0) (5.43993 1.19598 0 1.37197 0 0) (4.76474 1.38993 0 1.38024 0 0) (3.88532 1.52179 0 1.42108 0 0) (3.24105 1.73466 0 1.64396 0 0) (2.5228 1.79635 0 1.90551 0 0) (1.8676 1.84043 0 2.42478 0 0) (1.25245 1.59672 0 2.77116 0 0) (0.643426 1.18108 0 3.23216 0 0) (0.0941654 0.264483 0 2.7475 0 0) (0.0120472 -0.041112 0 0.415809 0 0) (0.0650876 -0.118345 0 0.530377 0 0) (0.136847 -0.16575 0 0.505817 0 0) (0.201883 -0.153359 0 0.437293 0 0) (0.276568 -0.124053 0 0.406008 0 0) (0.359096 -0.0780792 0 0.438362 0 0) (0.444503 -0.0338893 0 0.536381 0 0) (0.541242 0.00395621 0 0.671731 0 0) (0.636259 0.0134082 0 0.756893 0 0) (0.743186 -0.00513319 0 0.766353 0 0) (0.851499 -0.0372614 0 0.766246 0 0) (0.971328 -0.0820269 0 0.780992 0 0) (1.10054 -0.123364 0 0.802951 0 0) (1.23496 -0.147451 0 0.79451 0 0) (1.36096 -0.148739 0 0.765859 0 0) (1.47876 -0.142845 0 0.752995 0 0) (1.58182 -0.137763 0 0.742901 0 0) (1.67581 -0.13555 0 0.73776 0 0) (1.79675 -0.156381 0 0.777555 0 0) (1.97455 -0.201205 0 0.850213 0 0) (2.20957 -0.243806 0 0.951038 0 0) (2.41093 -0.239647 0 1.0435 0 0) (2.57603 -0.208151 0 1.12196 0 0) (2.69481 -0.176931 0 1.17896 0 0) (2.76873 -0.155041 0 1.17761 0 0) (2.81048 -0.160504 0 1.142 0 0) (2.84743 -0.170839 0 1.15061 0 0) (2.8293 -0.158294 0 1.22768 0 0) (2.80096 -0.150001 0 1.3583 0 0) (2.76011 -0.186996 0 1.51022 0 0) (2.79279 -0.266214 0 1.60963 0 0) (2.82614 -0.320395 0 1.62126 0 0) (2.86069 -0.36676 0 1.58793 0 0) (2.92656 -0.445968 0 1.6013 0 0) (3.01837 -0.509154 0 1.68438 0 0) (3.0945 -0.516996 0 1.77811 0 0) (3.15461 -0.47904 0 1.83495 0 0) (3.21995 -0.424424 0 1.82229 0 0) (3.27035 -0.332331 0 1.75781 0 0) (3.33833 -0.249464 0 1.73404 0 0) (3.44521 -0.20979 0 1.76915 0 0) (3.55362 -0.200376 0 1.83187 0 0) (3.62221 -0.230938 0 1.90755 0 0) (3.70584 -0.310099 0 2.01367 0 0) (3.76154 -0.384052 0 2.12387 0 0) (3.79331 -0.422627 0 2.18675 0 0) (3.78659 -0.434921 0 2.18832 0 0) (3.76093 -0.41995 0 2.17394 0 0) (3.74146 -0.418624 0 2.16203 0 0) (3.76254 -0.417629 0 2.16285 0 0) (3.79393 -0.440531 0 2.22086 0 0) (3.87603 -0.501217 0 2.32772 0 0) (4.01607 -0.590747 0 2.47214 0 0) (4.20421 -0.688602 0 2.66459 0 0) (4.40443 -0.783409 0 2.84289 0 0) (4.66088 -0.876404 0 2.9226 0 0) (4.89258 -0.935472 0 2.88949 0 0) (5.13496 -0.978299 0 2.81353 0 0) (5.37051 -0.980954 0 2.76202 0 0) (5.59751 -0.899679 0 2.75232 0 0) (5.80468 -0.805317 0 2.80468 0 0) (6.00616 -0.729942 0 2.91857 0 0) (6.17633 -0.686732 0 3.09531 0 0) (6.36853 -0.744303 0 3.29824 0 0) (6.55538 -0.947236 0 3.40005 0 0) (6.80274 -1.2395 0 3.4333 0 0) (7.15185 -1.54718 0 3.50475 0 0) (7.52043 -1.72293 0 3.53439 0 0) (7.84809 -1.74938 0 3.46949 0 0) (8.18945 -1.68711 0 3.33896 0 0) (8.44193 -1.55553 0 3.23609 0 0) (8.64878 -1.40535 0 3.21619 0 0) (8.77705 -1.26682 0 3.24931 0 0) (8.8881 -1.15763 0 3.3278 0 0) (8.99816 -1.09868 0 3.4132 0 0) (9.14911 -1.07961 0 3.53154 0 0) (9.36523 -1.11251 0 3.66997 0 0) (9.63717 -1.16389 0 3.79329 0 0) (9.93679 -1.2741 0 3.89748 0 0) (10.2411 -1.42974 0 3.9057 0 0) (10.4813 -1.58874 0 3.84185 0 0) (10.7062 -1.74249 0 3.78138 0 0) (10.944 -1.88337 0 3.73685 0 0) (11.2042 -1.99535 0 3.71524 0 0) (11.5061 -2.09773 0 3.73438 0 0) (11.8316 -2.17933 0 3.77821 0 0) (12.1713 -2.23831 0 3.79454 0 0) (12.4722 -2.25144 0 3.7738 0 0) (12.7623 -2.2319 0 3.75585 0 0) (13.0349 -2.16229 0 3.76285 0 0) (13.2664 -2.04831 0 3.77332 0 0) (13.4992 -1.90707 0 3.77352 0 0) (13.6547 -1.77584 0 3.75294 0 0) (13.839 -1.6921 0 3.69706 0 0) (13.9214 -1.66799 0 3.63173 0 0) (14.0401 -1.67814 0 3.56496 0 0) (14.088 -1.70108 0 3.5543 0 0) (14.2199 -1.74929 0 3.5818 0 0) (14.2958 -1.79654 0 3.63595 0 0) (14.4743 -1.83766 0 3.668 0 0) (14.6057 -1.8832 0 3.69405 0 0) (14.8781 -1.94025 0 3.7244 0 0) (15.1253 -1.99692 0 3.77712 0 0) (15.538 -2.06854 0 3.86794 0 0) (15.8646 -2.15648 0 3.95995 0 0) (16.3091 -2.26356 0 3.99655 0 0) (16.6299 -2.39044 0 4.00997 0 0) (17.0851 -2.51094 0 4.0112 0 0) (17.387 -2.60288 0 4.01822 0 0) (17.7737 -2.62893 0 4.01336 0 0) (18.0102 -2.62555 0 4.01812 0 0) (18.3771 -2.56992 0 3.99993 0 0) (18.5566 -2.50106 0 3.98515 0 0) (18.9389 -2.37689 0 4.00247 0 0) (19.1713 -2.32802 0 4.03287 0 0) (19.5672 -2.21456 0 4.04091 0 0) (19.7949 -2.21126 0 4.0219 0 0) (20.1677 -2.18479 0 3.95483 0 0) (20.3521 -2.20223 0 3.87975 0 0) (20.6278 -2.16604 0 3.82276 0 0) (20.7263 -2.13087 0 3.80911 0 0) (20.8942 -2.05291 0 3.81439 0 0) (20.9079 -1.96564 0 3.83681 0 0) (20.9925 -1.83494 0 3.84692 0 0) (20.9463 -1.73175 0 3.8131 0 0) (20.9477 -1.63255 0 3.7226 0 0) (20.8367 -1.58274 0 3.61622 0 0) (20.8285 -1.51785 0 3.53855 0 0) (20.7448 -1.47594 0 3.51918 0 0) (20.7794 -1.39577 0 3.53478 0 0) (20.6932 -1.33847 0 3.58794 0 0) (20.7191 -1.26515 0 3.66016 0 0) (20.6302 -1.17399 0 3.73148 0 0) (20.6092 -1.04838 0 3.79143 0 0) (20.4941 -0.98192 0 3.82433 0 0) (20.403 -0.910549 0 3.81989 0 0) (20.1882 -0.844721 0 3.78516 0 0) (20.0728 -0.746033 0 3.74828 0 0) (19.8568 -0.658091 0 3.72624 0 0) (19.7298 -0.5646 0 3.6981 0 0) (19.5099 -0.502165 0 3.67625 0 0) (19.3347 -0.470756 0 3.63187 0 0) (19.0972 -0.412818 0 3.64992 0 0) (18.957 -0.380298 0 3.68768 0 0) (18.7853 -0.344697 0 3.69885 0 0) (18.722 -0.274398 0 3.72189 0 0) (18.5233 -0.209031 0 3.72048 0 0) (18.4052 -0.16533 0 3.69833 0 0) (18.1853 -0.159533 0 3.66153 0 0) (18.0395 -0.153775 0 3.59663 0 0) (17.7962 -0.148442 0 3.55023 0 0) (17.6937 -0.146843 0 3.49966 0 0) (17.445 -0.154141 0 3.48701 0 0) (17.3814 -0.169256 0 3.49758 0 0) (17.214 -0.213858 0 3.49976 0 0) (17.1813 -0.266044 0 3.48777 0 0) (17.0373 -0.314283 0 3.47369 0 0) (17.0302 -0.360352 0 3.46276 0 0) (16.8864 -0.411306 0 3.42352 0 0) (16.8754 -0.428962 0 3.39865 0 0) (16.7201 -0.477568 0 3.34441 0 0) (16.7159 -0.465362 0 3.3019 0 0) (16.5738 -0.472539 0 3.29148 0 0) (16.5881 -0.455239 0 3.29418 0 0) (16.4331 -0.4546 0 3.30094 0 0) (16.4742 -0.423509 0 3.29548 0 0) (16.2888 -0.437245 0 3.28304 0 0) (16.3336 -0.406597 0 3.26163 0 0) (16.1071 -0.414284 0 3.23454 0 0) (16.1515 -0.351389 0 3.21547 0 0) (15.8993 -0.346414 0 3.1805 0 0) (15.9214 -0.280181 0 3.13626 0 0) (15.6489 -0.280971 0 3.04761 0 0) (15.6324 -0.216583 0 2.93823 0 0) (15.2989 -0.21315 0 2.8062 0 0) (15.2 -0.149967 0 2.7236 0 0) (14.8204 -0.13844 0 2.68969 0 0) (14.715 -0.0807701 0 2.69192 0 0) (14.2847 -0.0747938 0 2.66483 0 0) (14.1015 0.0112942 0 2.64318 0 0) (13.582 0.0571414 0 2.57068 0 0) (13.2119 0.208872 0 2.47788 0 0) (12.5071 0.381423 0 2.33762 0 0) (11.9959 0.579872 0 2.19207 0 0) (11.1577 0.746852 0 2.08325 0 0) (10.5634 0.966316 0 2.01116 0 0) (9.68098 1.11477 0 1.95405 0 0) (9.05521 1.30308 0 1.91574 0 0) (8.11058 1.38437 0 1.89998 0 0) (7.37522 1.4913 0 1.88399 0 0) (6.30426 1.48606 0 1.85559 0 0) (5.57181 1.60778 0 1.83431 0 0) (4.48781 1.63067 0 1.81114 0 0) (3.92233 1.80501 0 1.87957 0 0) (2.87908 1.78285 0 2.06502 0 0) (2.5689 1.99225 0 2.47056 0 0) (1.59007 1.78085 0 2.96044 0 0) (1.3619 1.80987 0 3.65254 0 0) (0.545885 1.10264 0 4.13031 0 0) (0.153823 0.424954 0 3.73418 0 0) (0.00971913 -0.041043 0 0.507928 0 0) (0.0580717 -0.0958086 0 0.613572 0 0) (0.129441 -0.123292 0 0.565441 0 0) (0.207161 -0.107479 0 0.49253 0 0) (0.300376 -0.0797556 0 0.460662 0 0) (0.406144 -0.0360445 0 0.50135 0 0) (0.521301 0.011171 0 0.611636 0 0) (0.647866 0.0586624 0 0.769892 0 0) (0.764545 0.0765241 0 0.882289 0 0) (0.869005 0.0548444 0 0.910249 0 0) (0.958592 0.0175142 0 0.924638 0 0) (1.04734 -0.0348587 0 0.947004 0 0) (1.12306 -0.0833091 0 0.960818 0 0) (1.19702 -0.113382 0 0.937818 0 0) (1.27041 -0.127036 0 0.902032 0 0) (1.34129 -0.133268 0 0.882495 0 0) (1.4086 -0.137432 0 0.869993 0 0) (1.47483 -0.164336 0 0.880025 0 0) (1.57574 -0.225613 0 0.941997 0 0) (1.73132 -0.305353 0 1.02362 0 0) (1.90908 -0.344579 0 1.1071 0 0) (2.03874 -0.310546 0 1.17942 0 0) (2.17072 -0.24818 0 1.26225 0 0) (2.28793 -0.178522 0 1.32386 0 0) (2.38326 -0.125398 0 1.33617 0 0) (2.45267 -0.122619 0 1.31705 0 0) (2.50572 -0.111812 0 1.32925 0 0) (2.49878 -0.0810909 0 1.42732 0 0) (2.47859 -0.0786211 0 1.60773 0 0) (2.45465 -0.126858 0 1.79854 0 0) (2.46276 -0.205464 0 1.896 0 0) (2.44996 -0.240637 0 1.9016 0 0) (2.45595 -0.288429 0 1.89153 0 0) (2.47372 -0.371399 0 1.9092 0 0) (2.48149 -0.424216 0 1.95915 0 0) (2.45518 -0.413034 0 2.03719 0 0) (2.4403 -0.363173 0 2.09307 0 0) (2.43864 -0.311252 0 2.06229 0 0) (2.46246 -0.251453 0 1.98431 0 0) (2.53483 -0.222501 0 1.98011 0 0) (2.6414 -0.226275 0 2.02859 0 0) (2.75494 -0.238311 0 2.10202 0 0) (2.84571 -0.2897 0 2.2005 0 0) (2.94675 -0.375191 0 2.3071 0 0) (3.02399 -0.425782 0 2.38644 0 0) (3.08129 -0.42132 0 2.42106 0 0) (3.1098 -0.406156 0 2.42366 0 0) (3.15658 -0.385937 0 2.41331 0 0) (3.19322 -0.368292 0 2.40067 0 0) (3.2335 -0.366911 0 2.41597 0 0) (3.2997 -0.41924 0 2.51562 0 0) (3.40075 -0.517214 0 2.66359 0 0) (3.53676 -0.63 0 2.83634 0 0) (3.69278 -0.740513 0 3.06381 0 0) (3.86827 -0.836264 0 3.26892 0 0) (4.09629 -0.909825 0 3.34839 0 0) (4.31986 -0.964331 0 3.30475 0 0) (4.58458 -1.01847 0 3.22478 0 0) (4.80395 -1.04129 0 3.13495 0 0) (5.03603 -1.00702 0 3.08724 0 0) (5.29789 -0.955816 0 3.14824 0 0) (5.57699 -0.907657 0 3.28843 0 0) (5.86403 -0.892879 0 3.5286 0 0) (6.1512 -0.961336 0 3.81419 0 0) (6.42282 -1.16101 0 4.00193 0 0) (6.74609 -1.45602 0 4.09501 0 0) (7.11313 -1.72313 0 4.13453 0 0) (7.44353 -1.83202 0 4.10987 0 0) (7.73576 -1.82108 0 3.98553 0 0) (8.01758 -1.74372 0 3.81721 0 0) (8.23761 -1.64748 0 3.71273 0 0) (8.44701 -1.53503 0 3.69954 0 0) (8.59783 -1.4404 0 3.75026 0 0) (8.77242 -1.38242 0 3.86109 0 0) (8.91675 -1.3798 0 3.9728 0 0) (9.14942 -1.39272 0 4.11381 0 0) (9.35829 -1.42129 0 4.26421 0 0) (9.70653 -1.47557 0 4.40771 0 0) (10.0374 -1.55781 0 4.52539 0 0) (10.4025 -1.64428 0 4.52169 0 0) (10.6485 -1.7815 0 4.45709 0 0) (10.9262 -1.96581 0 4.4038 0 0) (11.151 -2.16895 0 4.35963 0 0) (11.4386 -2.35042 0 4.33211 0 0) (11.7171 -2.52439 0 4.35076 0 0) (12.0252 -2.63587 0 4.3827 0 0) (12.3191 -2.71174 0 4.3916 0 0) (12.5893 -2.71011 0 4.34839 0 0) (12.8409 -2.69106 0 4.28945 0 0) (13.0827 -2.58359 0 4.24166 0 0) (13.3058 -2.44984 0 4.22801 0 0) (13.5613 -2.25446 0 4.21427 0 0) (13.8041 -2.08814 0 4.21738 0 0) (14.0784 -1.95687 0 4.20174 0 0) (14.2865 -1.91469 0 4.18584 0 0) (14.4996 -1.928 0 4.15099 0 0) (14.6705 -2.00997 0 4.16194 0 0) (14.8754 -2.07559 0 4.20118 0 0) (15.0386 -2.15383 0 4.25799 0 0) (15.2629 -2.19429 0 4.31355 0 0) (15.4618 -2.26873 0 4.36498 0 0) (15.769 -2.33087 0 4.40957 0 0) (16.0577 -2.41482 0 4.48317 0 0) (16.5141 -2.49995 0 4.5958 0 0) (16.8958 -2.59503 0 4.6823 0 0) (17.3681 -2.69391 0 4.72567 0 0) (17.6461 -2.85141 0 4.74297 0 0) (18.0471 -3.00448 0 4.74427 0 0) (18.1977 -3.10663 0 4.73553 0 0) (18.4918 -3.14275 0 4.7226 0 0) (18.5897 -3.13231 0 4.72403 0 0) (18.8784 -3.05923 0 4.71442 0 0) (18.9574 -2.98099 0 4.70909 0 0) (19.322 -2.85064 0 4.7468 0 0) (19.533 -2.75238 0 4.7969 0 0) (19.9658 -2.60551 0 4.83794 0 0) (20.2274 -2.55757 0 4.84085 0 0) (20.6585 -2.50516 0 4.77081 0 0) (20.8139 -2.49427 0 4.68378 0 0) (21.0772 -2.47321 0 4.6158 0 0) (21.0986 -2.45141 0 4.58511 0 0) (21.1987 -2.39147 0 4.59041 0 0) (21.1564 -2.29535 0 4.60588 0 0) (21.1977 -2.1585 0 4.61228 0 0) (21.1606 -2.0092 0 4.59792 0 0) (21.1743 -1.86286 0 4.53378 0 0) (21.0353 -1.77724 0 4.45947 0 0) (20.9974 -1.72064 0 4.40476 0 0) (20.834 -1.68388 0 4.37615 0 0) (20.7635 -1.6317 0 4.39437 0 0) (20.6041 -1.5808 0 4.44985 0 0) (20.5196 -1.5051 0 4.52717 0 0) (20.3936 -1.38285 0 4.5979 0 0) (20.351 -1.23893 0 4.669 0 0) (20.3024 -1.08967 0 4.70928 0 0) (20.2292 -0.966169 0 4.70556 0 0) (19.9937 -0.851256 0 4.67841 0 0) (19.8522 -0.763571 0 4.63562 0 0) (19.622 -0.648523 0 4.61422 0 0) (19.4894 -0.579604 0 4.58248 0 0) (19.2653 -0.504598 0 4.56549 0 0) (19.0821 -0.503891 0 4.5221 0 0) (18.858 -0.447725 0 4.5507 0 0) (18.7152 -0.464261 0 4.59939 0 0) (18.5276 -0.417751 0 4.60273 0 0) (18.3857 -0.35388 0 4.62124 0 0) (18.1767 -0.251637 0 4.62072 0 0) (18.0333 -0.213993 0 4.60847 0 0) (17.8441 -0.167963 0 4.58134 0 0) (17.6864 -0.194693 0 4.51249 0 0) (17.4947 -0.157143 0 4.45488 0 0) (17.3605 -0.180777 0 4.39563 0 0) (17.1769 -0.165373 0 4.38011 0 0) (17.0449 -0.229753 0 4.38084 0 0) (16.917 -0.255244 0 4.39709 0 0) (16.81 -0.362492 0 4.387 0 0) (16.7109 -0.391404 0 4.38819 0 0) (16.6435 -0.476484 0 4.35918 0 0) (16.5799 -0.491568 0 4.31597 0 0) (16.5051 -0.532975 0 4.27514 0 0) (16.417 -0.520051 0 4.22061 0 0) (16.3621 -0.541901 0 4.17398 0 0) (16.2965 -0.502583 0 4.17021 0 0) (16.2795 -0.511885 0 4.16732 0 0) (16.2089 -0.464313 0 4.14988 0 0) (16.1764 -0.459822 0 4.14932 0 0) (16.0795 -0.440488 0 4.11588 0 0) (15.9861 -0.433752 0 4.08834 0 0) (15.8723 -0.400628 0 4.05566 0 0) (15.7508 -0.39394 0 4.0281 0 0) (15.6966 -0.328659 0 3.98626 0 0) (15.5631 -0.326808 0 3.91097 0 0) (15.5414 -0.251261 0 3.8257 0 0) (15.3508 -0.246514 0 3.6694 0 0) (15.2537 -0.177273 0 3.52819 0 0) (14.9393 -0.192273 0 3.39863 0 0) (14.7768 -0.143289 0 3.35077 0 0) (14.413 -0.155512 0 3.33911 0 0) (14.205 -0.0670837 0 3.32322 0 0) (13.7148 -0.0359508 0 3.2405 0 0) (13.3803 0.13337 0 3.16671 0 0) (12.7133 0.258884 0 2.99955 0 0) (12.2462 0.4888 0 2.83213 0 0) (11.5329 0.679814 0 2.69488 0 0) (11.0091 0.926609 0 2.57164 0 0) (10.207 1.09634 0 2.47124 0 0) (9.63497 1.30495 0 2.41399 0 0) (8.76774 1.44547 0 2.37982 0 0) (8.16635 1.63603 0 2.36195 0 0) (7.19372 1.72158 0 2.34401 0 0) (6.49714 1.87323 0 2.36964 0 0) (5.45219 1.88652 0 2.32742 0 0) (4.64246 2.01469 0 2.37397 0 0) (3.74224 1.97705 0 2.36582 0 0) (2.94854 2.01318 0 2.64291 0 0) (2.29862 1.93247 0 2.94436 0 0) (1.65224 1.90107 0 3.65694 0 0) (1.12169 1.57769 0 4.19501 0 0) (0.634735 1.30903 0 5.29562 0 0) (0.115183 0.269123 0 4.60223 0 0) (0.00822801 -0.033407 0 0.596588 0 0) (0.0590481 -0.0652313 0 0.674612 0 0) (0.13949 -0.079111 0 0.614569 0 0) (0.234898 -0.0611703 0 0.541679 0 0) (0.350203 -0.0435636 0 0.517721 0 0) (0.480982 -0.0078009 0 0.562767 0 0) (0.628943 0.0374274 0 0.681768 0 0) (0.786264 0.096125 0 0.852665 0 0) (0.924991 0.133123 0 0.987632 0 0) (1.02297 0.124834 0 1.03253 0 0) (1.08988 0.0943135 0 1.05669 0 0) (1.14844 0.0475417 0 1.07897 0 0) (1.18001 0.00272288 0 1.08241 0 0) (1.20491 -0.0329176 0 1.05238 0 0) (1.23371 -0.0611091 0 1.01572 0 0) (1.25749 -0.0838369 0 0.992212 0 0) (1.29548 -0.111011 0 0.989443 0 0) (1.33407 -0.167903 0 1.0262 0 0) (1.40397 -0.256532 0 1.11132 0 0) (1.50858 -0.34929 0 1.1947 0 0) (1.60411 -0.380547 0 1.2471 0 0) (1.66971 -0.343649 0 1.28871 0 0) (1.77928 -0.283902 0 1.3607 0 0) (1.893 -0.193026 0 1.41971 0 0) (2.00117 -0.122745 0 1.45306 0 0) (2.09166 -0.108835 0 1.45833 0 0) (2.15568 -0.0750981 0 1.47474 0 0) (2.18035 -0.0268891 0 1.59454 0 0) (2.17501 -0.0145413 0 1.81508 0 0) (2.1704 -0.0469115 0 2.03586 0 0) (2.15018 -0.105571 0 2.12886 0 0) (2.09566 -0.138668 0 2.12234 0 0) (2.08262 -0.188223 0 2.11854 0 0) (2.06213 -0.249145 0 2.12728 0 0) (2.02075 -0.280959 0 2.13775 0 0) (1.96869 -0.266741 0 2.18332 0 0) (1.95034 -0.224079 0 2.23496 0 0) (1.95515 -0.194564 0 2.21992 0 0) (2.00319 -0.191937 0 2.16525 0 0) (2.10719 -0.220297 0 2.17456 0 0) (2.22731 -0.247973 0 2.2278 0 0) (2.35075 -0.28492 0 2.30604 0 0) (2.45699 -0.345668 0 2.42146 0 0) (2.54115 -0.426357 0 2.51346 0 0) (2.59706 -0.4645 0 2.54297 0 0) (2.6502 -0.452216 0 2.55959 0 0) (2.726 -0.44038 0 2.56727 0 0) (2.79793 -0.404172 0 2.53828 0 0) (2.87423 -0.361432 0 2.52861 0 0) (2.95679 -0.356423 0 2.58324 0 0) (3.05001 -0.412962 0 2.73433 0 0) (3.18551 -0.515735 0 2.91942 0 0) (3.3284 -0.635728 0 3.11339 0 0) (3.50456 -0.754559 0 3.35515 0 0) (3.69971 -0.859106 0 3.56066 0 0) (3.96491 -0.937508 0 3.65162 0 0) (4.26599 -1.01228 0 3.62406 0 0) (4.5867 -1.07905 0 3.54645 0 0) (4.85445 -1.12458 0 3.44989 0 0) (5.13174 -1.16179 0 3.38489 0 0) (5.45772 -1.19093 0 3.42702 0 0) (5.80635 -1.19258 0 3.5642 0 0) (6.1822 -1.19574 0 3.85167 0 0) (6.57441 -1.2526 0 4.22294 0 0) (6.96419 -1.41653 0 4.49797 0 0) (7.35481 -1.65754 0 4.61535 0 0) (7.69354 -1.84674 0 4.6069 0 0) (7.99803 -1.87637 0 4.51538 0 0) (8.28388 -1.83386 0 4.35991 0 0) (8.56888 -1.76617 0 4.18404 0 0) (8.80325 -1.73095 0 4.07189 0 0) (9.05551 -1.68669 0 4.04675 0 0) (9.28212 -1.66398 0 4.10544 0 0) (9.5318 -1.65317 0 4.21843 0 0) (9.7365 -1.67494 0 4.33204 0 0) (9.98808 -1.69587 0 4.48105 0 0) (10.2558 -1.73816 0 4.65178 0 0) (10.6164 -1.79849 0 4.80181 0 0) (10.9723 -1.85538 0 4.90437 0 0) (11.393 -1.9 0 4.91818 0 0) (11.7148 -2.00282 0 4.89863 0 0) (12.043 -2.19984 0 4.88856 0 0) (12.2565 -2.41694 0 4.85381 0 0) (12.5257 -2.65241 0 4.8288 0 0) (12.7247 -2.8613 0 4.82452 0 0) (12.9899 -3.01116 0 4.82384 0 0) (13.1649 -3.07549 0 4.7916 0 0) (13.3693 -3.07288 0 4.7322 0 0) (13.4853 -3.03131 0 4.65903 0 0) (13.6639 -2.92037 0 4.59103 0 0) (13.7771 -2.78381 0 4.55984 0 0) (14.0399 -2.59549 0 4.53744 0 0) (14.2571 -2.42206 0 4.54908 0 0) (14.6281 -2.28656 0 4.57099 0 0) (14.8982 -2.2289 0 4.59806 0 0) (15.2581 -2.24489 0 4.60132 0 0) (15.4692 -2.32531 0 4.62919 0 0) (15.7702 -2.40957 0 4.66818 0 0) (15.9291 -2.48983 0 4.73143 0 0) (16.243 -2.55228 0 4.80622 0 0) (16.4565 -2.62512 0 4.90107 0 0) (16.8662 -2.70561 0 4.97482 0 0) (17.1436 -2.81338 0 5.08037 0 0) (17.6354 -2.91793 0 5.18113 0 0) (17.9185 -2.98015 0 5.2693 0 0) (18.45 -3.07086 0 5.33592 0 0) (18.6311 -3.19746 0 5.37641 0 0) (19.0074 -3.34087 0 5.3568 0 0) (18.9682 -3.43824 0 5.33196 0 0) (19.2193 -3.49748 0 5.31313 0 0) (19.1506 -3.51228 0 5.31982 0 0) (19.4444 -3.4537 0 5.32461 0 0) (19.4575 -3.39163 0 5.35332 0 0) (19.8433 -3.27528 0 5.4028 0 0) (19.9834 -3.15852 0 5.46499 0 0) (20.5024 -2.99069 0 5.51584 0 0) (20.7076 -2.87874 0 5.52729 0 0) (21.1505 -2.76111 0 5.46337 0 0) (21.2357 -2.71715 0 5.39356 0 0) (21.4831 -2.67243 0 5.3342 0 0) (21.3968 -2.64777 0 5.3005 0 0) (21.4661 -2.61696 0 5.30265 0 0) (21.2896 -2.52276 0 5.32437 0 0) (21.3114 -2.40782 0 5.34535 0 0) (21.1541 -2.24407 0 5.35033 0 0) (21.1793 -2.07874 0 5.3295 0 0) (21.012 -1.96033 0 5.29583 0 0) (20.9685 -1.89065 0 5.24717 0 0) (20.7234 -1.82417 0 5.22904 0 0) (20.6257 -1.78801 0 5.24865 0 0) (20.3268 -1.72064 0 5.30731 0 0) (20.1949 -1.66278 0 5.38243 0 0) (19.9451 -1.53089 0 5.47452 0 0) (19.909 -1.394 0 5.54962 0 0) (19.7449 -1.21344 0 5.58562 0 0) (19.7311 -1.02079 0 5.58251 0 0) (19.5491 -0.868647 0 5.55094 0 0) (19.4221 -0.766413 0 5.50659 0 0) (19.1517 -0.649743 0 5.48776 0 0) (19.0356 -0.595662 0 5.47596 0 0) (18.793 -0.509123 0 5.472 0 0) (18.6185 -0.538242 0 5.43667 0 0) (18.3894 -0.488429 0 5.46654 0 0) (18.2085 -0.503754 0 5.5141 0 0) (17.9739 -0.449214 0 5.53014 0 0) (17.7775 -0.388979 0 5.55363 0 0) (17.5496 -0.273415 0 5.56946 0 0) (17.3749 -0.24528 0 5.5563 0 0) (17.1888 -0.182466 0 5.53511 0 0) (17.0414 -0.192839 0 5.4565 0 0) (16.8594 -0.156412 0 5.39197 0 0) (16.7371 -0.176138 0 5.32758 0 0) (16.6039 -0.171476 0 5.31928 0 0) (16.47 -0.244196 0 5.32776 0 0) (16.3594 -0.301062 0 5.34104 0 0) (16.2739 -0.414683 0 5.32805 0 0) (16.1307 -0.478567 0 5.31888 0 0) (16.0953 -0.553237 0 5.30311 0 0) (15.9211 -0.573111 0 5.25216 0 0) (15.9468 -0.583548 0 5.21063 0 0) (15.7232 -0.609768 0 5.15619 0 0) (15.8383 -0.605518 0 5.10559 0 0) (15.6402 -0.602075 0 5.07834 0 0) (15.7867 -0.56516 0 5.04954 0 0) (15.609 -0.523486 0 5.01381 0 0) (15.7101 -0.472204 0 4.98435 0 0) (15.579 -0.432126 0 4.94633 0 0) (15.577 -0.391673 0 4.90034 0 0) (15.4106 -0.373574 0 4.87953 0 0) (15.4003 -0.346762 0 4.82257 0 0) (15.2593 -0.338022 0 4.75752 0 0) (15.2929 -0.313257 0 4.67935 0 0) (15.1437 -0.295884 0 4.55113 0 0) (15.114 -0.234971 0 4.42243 0 0) (14.838 -0.220466 0 4.24719 0 0) (14.6948 -0.178932 0 4.12326 0 0) (14.3446 -0.194606 0 4.06206 0 0) (14.1505 -0.159646 0 4.02381 0 0) (13.7227 -0.108735 0 3.96111 0 0) (13.4103 0.0280857 0 3.90193 0 0) (12.8623 0.167078 0 3.76236 0 0) (12.4366 0.384387 0 3.61257 0 0) (11.7507 0.543037 0 3.39045 0 0) (11.3417 0.791036 0 3.19207 0 0) (10.6242 1.01606 0 3.05872 0 0) (10.1751 1.24298 0 2.96144 0 0) (9.37128 1.41864 0 2.90597 0 0) (8.86404 1.65343 0 2.85125 0 0) (7.9861 1.84245 0 2.86714 0 0) (7.43448 2.04835 0 2.86264 0 0) (6.36162 2.12673 0 2.88931 0 0) (5.84735 2.31677 0 2.88128 0 0) (4.50835 2.2414 0 2.89721 0 0) (4.09153 2.37156 0 3.01215 0 0) (2.7756 2.08335 0 3.2053 0 0) (2.51338 2.19067 0 3.66881 0 0) (1.43778 1.736 0 4.21578 0 0) (1.21189 1.77027 0 5.17288 0 0) (0.446095 0.982631 0 6.03917 0 0) (0.169294 0.625237 0 5.95089 0 0) (0.00783618 -0.0262418 0 0.647526 0 0) (0.0658153 -0.0393917 0 0.71689 0 0) (0.165373 -0.0390703 0 0.653311 0 0) (0.290392 -0.0236068 0 0.592128 0 0) (0.423144 -0.0122007 0 0.572228 0 0) (0.572424 0.0122127 0 0.622355 0 0) (0.731303 0.054783 0 0.741411 0 0) (0.895041 0.126001 0 0.915914 0 0) (1.03294 0.192538 0 1.06763 0 0) (1.11544 0.211227 0 1.13524 0 0) (1.16125 0.195592 0 1.17517 0 0) (1.18883 0.16149 0 1.19099 0 0) (1.19315 0.125609 0 1.17827 0 0) (1.1923 0.0817731 0 1.14113 0 0) (1.203 0.0381133 0 1.10054 0 0) (1.20655 -0.00696105 0 1.08022 0 0) (1.23127 -0.060387 0 1.09712 0 0) (1.24758 -0.137329 0 1.16825 0 0) (1.30074 -0.243314 0 1.27762 0 0) (1.36271 -0.334413 0 1.3539 0 0) (1.40037 -0.358306 0 1.36999 0 0) (1.43831 -0.337511 0 1.38414 0 0) (1.51528 -0.296626 0 1.43458 0 0) (1.60037 -0.200737 0 1.48776 0 0) (1.69139 -0.126176 0 1.53949 0 0) (1.76569 -0.0963627 0 1.55375 0 0) (1.81288 -0.0532759 0 1.572 0 0) (1.85305 0.00339937 0 1.71381 0 0) (1.87438 0.026249 0 1.96637 0 0) (1.91319 0.0232219 0 2.20155 0 0) (1.9154 0.0106536 0 2.29349 0 0) (1.88498 -0.0111934 0 2.27775 0 0) (1.86307 -0.0675138 0 2.26218 0 0) (1.83349 -0.110117 0 2.25124 0 0) (1.78258 -0.138825 0 2.23226 0 0) (1.75967 -0.144248 0 2.2547 0 0) (1.78478 -0.121754 0 2.30995 0 0) (1.84745 -0.113708 0 2.32284 0 0) (1.94308 -0.161245 0 2.29424 0 0) (2.06194 -0.238358 0 2.29656 0 0) (2.19433 -0.288736 0 2.3459 0 0) (2.32641 -0.340394 0 2.43555 0 0) (2.45256 -0.394504 0 2.56199 0 0) (2.52713 -0.441539 0 2.64584 0 0) (2.57993 -0.479162 0 2.64478 0 0) (2.61843 -0.491794 0 2.64247 0 0) (2.71791 -0.483382 0 2.63096 0 0) (2.79853 -0.43681 0 2.57809 0 0) (2.90887 -0.398133 0 2.57529 0 0) (3.04325 -0.392891 0 2.67291 0 0) (3.18529 -0.441977 0 2.87536 0 0) (3.35607 -0.540395 0 3.10219 0 0) (3.53477 -0.666994 0 3.31675 0 0) (3.75169 -0.794359 0 3.55801 0 0) (4.01275 -0.907799 0 3.76116 0 0) (4.32746 -1.00629 0 3.8552 0 0) (4.69366 -1.10097 0 3.83682 0 0) (5.06293 -1.18097 0 3.7569 0 0) (5.41648 -1.25182 0 3.67419 0 0) (5.75363 -1.36213 0 3.62502 0 0) (6.12606 -1.47275 0 3.65009 0 0) (6.51657 -1.52674 0 3.77324 0 0) (6.93817 -1.58549 0 4.09021 0 0) (7.41698 -1.63238 0 4.5182 0 0) (7.90272 -1.71286 0 4.85198 0 0) (8.362 -1.83685 0 4.98937 0 0) (8.70223 -1.92621 0 4.91339 0 0) (9.03849 -1.91618 0 4.72853 0 0) (9.35621 -1.86089 0 4.52342 0 0) (9.68602 -1.80767 0 4.34931 0 0) (9.96556 -1.83593 0 4.26642 0 0) (10.2468 -1.86957 0 4.25399 0 0) (10.5051 -1.91618 0 4.31145 0 0) (10.7908 -1.94553 0 4.42989 0 0) (11.041 -1.97483 0 4.55911 0 0) (11.3441 -2.01815 0 4.71936 0 0) (11.6611 -2.07809 0 4.89692 0 0) (12.0382 -2.14608 0 5.03808 0 0) (12.4102 -2.21966 0 5.11701 0 0) (12.8643 -2.24228 0 5.12426 0 0) (13.2728 -2.30754 0 5.14538 0 0) (13.6593 -2.44767 0 5.16934 0 0) (13.9027 -2.64565 0 5.16545 0 0) (14.1321 -2.87292 0 5.16432 0 0) (14.2612 -3.09964 0 5.16891 0 0) (14.3799 -3.2391 0 5.14499 0 0) (14.4026 -3.30292 0 5.09147 0 0) (14.4498 -3.29404 0 5.02119 0 0) (14.4475 -3.25818 0 4.92845 0 0) (14.4889 -3.16157 0 4.85025 0 0) (14.5376 -3.06248 0 4.80627 0 0) (14.6811 -2.91355 0 4.7839 0 0) (14.8839 -2.78483 0 4.81914 0 0) (15.1999 -2.66899 0 4.86685 0 0) (15.5105 -2.60331 0 4.92315 0 0) (15.8729 -2.61085 0 4.95212 0 0) (16.1383 -2.67341 0 5.00883 0 0) (16.4609 -2.74808 0 5.05653 0 0) (16.6482 -2.82778 0 5.13019 0 0) (17.0032 -2.91087 0 5.23678 0 0) (17.2373 -2.99682 0 5.35337 0 0) (17.7186 -3.08295 0 5.46975 0 0) (17.9615 -3.16254 0 5.58406 0 0) (18.4951 -3.24358 0 5.67857 0 0) (18.6237 -3.30273 0 5.74079 0 0) (19.2073 -3.39148 0 5.81444 0 0) (19.2733 -3.47258 0 5.85064 0 0) (19.7184 -3.56337 0 5.83439 0 0) (19.5365 -3.65255 0 5.80716 0 0) (19.8505 -3.74308 0 5.81531 0 0) (19.641 -3.80265 0 5.82719 0 0) (19.9413 -3.79116 0 5.8613 0 0) (19.846 -3.75307 0 5.90846 0 0) (20.2304 -3.63118 0 5.98272 0 0) (20.2221 -3.51057 0 6.05533 0 0) (20.7166 -3.31176 0 6.1273 0 0) (20.8173 -3.15533 0 6.15411 0 0) (21.2474 -2.98988 0 6.12353 0 0) (21.2801 -2.91654 0 6.05601 0 0) (21.5302 -2.84219 0 6.00118 0 0) (21.3791 -2.80723 0 5.97115 0 0) (21.4738 -2.75782 0 5.96927 0 0) (21.1415 -2.66795 0 5.99217 0 0) (21.1648 -2.55943 0 6.02617 0 0) (20.8585 -2.40576 0 6.04832 0 0) (20.8859 -2.25169 0 6.0619 0 0) (20.6337 -2.11814 0 6.08161 0 0) (20.6091 -2.02432 0 6.08561 0 0) (20.2492 -1.94121 0 6.0855 0 0) (20.1682 -1.87892 0 6.1292 0 0) (19.7444 -1.80813 0 6.1807 0 0) (19.5949 -1.74029 0 6.26409 0 0) (19.2066 -1.62614 0 6.34235 0 0) (19.1442 -1.47035 0 6.41485 0 0) (18.8881 -1.283 0 6.41881 0 0) (18.8406 -1.08866 0 6.4168 0 0) (18.6865 -0.893908 0 6.40775 0 0) (18.6011 -0.76085 0 6.38102 0 0) (18.3592 -0.647731 0 6.36649 0 0) (18.2269 -0.613848 0 6.3596 0 0) (17.9846 -0.529903 0 6.37979 0 0) (17.853 -0.552563 0 6.35324 0 0) (17.5539 -0.497318 0 6.38694 0 0) (17.3604 -0.511555 0 6.43989 0 0) (17.0604 -0.444529 0 6.45767 0 0) (16.8463 -0.386275 0 6.4979 0 0) (16.587 -0.283507 0 6.51807 0 0) (16.4201 -0.237471 0 6.52932 0 0) (16.2313 -0.1677 0 6.48362 0 0) (16.1103 -0.18744 0 6.41187 0 0) (15.9367 -0.152215 0 6.34987 0 0) (15.8286 -0.193092 0 6.29615 0 0) (15.7265 -0.189221 0 6.28956 0 0) (15.6533 -0.279432 0 6.29268 0 0) (15.5389 -0.343246 0 6.30848 0 0) (15.491 -0.467728 0 6.31703 0 0) (15.2993 -0.53896 0 6.31237 0 0) (15.3102 -0.604587 0 6.28074 0 0) (15.0686 -0.625916 0 6.21734 0 0) (15.1392 -0.637028 0 6.18337 0 0) (14.919 -0.633395 0 6.12486 0 0) (14.9989 -0.651249 0 6.07741 0 0) (14.8691 -0.615141 0 6.05019 0 0) (14.9359 -0.616184 0 5.98823 0 0) (14.8808 -0.533727 0 5.91735 0 0) (14.905 -0.51575 0 5.86091 0 0) (14.8508 -0.46857 0 5.80235 0 0) (14.8821 -0.416873 0 5.76298 0 0) (14.7866 -0.401972 0 5.70932 0 0) (14.7383 -0.389266 0 5.67214 0 0) (14.6994 -0.369457 0 5.59024 0 0) (14.6756 -0.353962 0 5.48161 0 0) (14.616 -0.301415 0 5.37376 0 0) (14.5422 -0.272686 0 5.18847 0 0) (14.3889 -0.191519 0 5.04162 0 0) (14.1264 -0.225363 0 4.88897 0 0) (13.8887 -0.206408 0 4.78614 0 0) (13.5779 -0.196092 0 4.71513 0 0) (13.2671 -0.110276 0 4.63568 0 0) (12.852 -0.0148822 0 4.49536 0 0) (12.4557 0.196342 0 4.37956 0 0) (11.9587 0.370185 0 4.18202 0 0) (11.5463 0.632568 0 3.96139 0 0) (10.9266 0.798569 0 3.74669 0 0) (10.4918 1.07741 0 3.61593 0 0) (9.85301 1.28068 0 3.50505 0 0) (9.32885 1.54129 0 3.42515 0 0) (8.59346 1.72568 0 3.36113 0 0) (7.97065 1.97483 0 3.36042 0 0) (7.25085 2.19408 0 3.40338 0 0) (6.51854 2.40635 0 3.4557 0 0) (5.73375 2.52159 0 3.45166 0 0) (4.83297 2.61843 0 3.57197 0 0) (3.98826 2.5067 0 3.62564 0 0) (3.07251 2.4127 0 3.98552 0 0) (2.29777 2.1117 0 4.26156 0 0) (1.62981 1.98415 0 5.11399 0 0) (0.96992 1.44701 0 5.66743 0 0) (0.571882 1.34403 0 7.36974 0 0) (0.0847816 0.126075 0 6.70079 0 0) (0.00748465 -0.0158898 0 0.706608 0 0) (0.0741351 -0.0168454 0 0.747758 0 0) (0.197276 -0.0119959 0 0.688085 0 0) (0.350726 0.0139442 0 0.637306 0 0) (0.49529 0.0259304 0 0.635668 0 0) (0.645199 0.0445318 0 0.688307 0 0) (0.784129 0.0840287 0 0.793416 0 0) (0.92297 0.162897 0 0.946428 0 0) (1.04161 0.257008 0 1.09419 0 0) (1.11709 0.306067 0 1.17807 0 0) (1.1637 0.312694 0 1.23603 0 0) (1.18979 0.28724 0 1.25703 0 0) (1.19115 0.250017 0 1.2444 0 0) (1.19212 0.194712 0 1.21027 0 0) (1.19588 0.13772 0 1.17284 0 0) (1.1969 0.0748997 0 1.15695 0 0) (1.21594 0.00280036 0 1.19022 0 0) (1.23205 -0.0901018 0 1.2871 0 0) (1.27804 -0.201278 0 1.41057 0 0) (1.31318 -0.278891 0 1.47291 0 0) (1.31588 -0.297512 0 1.46407 0 0) (1.32755 -0.294885 0 1.46105 0 0) (1.35156 -0.270665 0 1.48057 0 0) (1.38582 -0.182453 0 1.51611 0 0) (1.44878 -0.106077 0 1.57838 0 0) (1.49144 -0.0685842 0 1.60495 0 0) (1.52437 -0.0413544 0 1.62221 0 0) (1.5705 -0.00886118 0 1.76681 0 0) (1.62254 0.00780218 0 2.01766 0 0) (1.69012 0.0256003 0 2.23998 0 0) (1.74227 0.0534313 0 2.33299 0 0) (1.78494 0.0634609 0 2.33648 0 0) (1.81161 0.0251361 0 2.32239 0 0) (1.81309 -0.00784376 0 2.29108 0 0) (1.82136 -0.0395532 0 2.25355 0 0) (1.83766 -0.083605 0 2.2488 0 0) (1.91652 -0.0915474 0 2.30483 0 0) (2.04484 -0.097438 0 2.35297 0 0) (2.18942 -0.152808 0 2.36572 0 0) (2.3155 -0.253605 0 2.36305 0 0) (2.45023 -0.341495 0 2.39439 0 0) (2.57875 -0.410838 0 2.4839 0 0) (2.71793 -0.452713 0 2.60086 0 0) (2.79447 -0.461687 0 2.67941 0 0) (2.87058 -0.489558 0 2.6811 0 0) (2.90809 -0.528047 0 2.65761 0 0) (3.00416 -0.539875 0 2.61026 0 0) (3.09118 -0.502936 0 2.54294 0 0) (3.2291 -0.491703 0 2.56054 0 0) (3.40768 -0.49311 0 2.69592 0 0) (3.62533 -0.534511 0 2.9313 0 0) (3.86216 -0.608129 0 3.19389 0 0) (4.11624 -0.724254 0 3.42796 0 0) (4.3996 -0.860537 0 3.66204 0 0) (4.74306 -0.985678 0 3.8593 0 0) (5.10335 -1.1019 0 3.95664 0 0) (5.50607 -1.21394 0 3.94666 0 0) (5.89779 -1.3162 0 3.87433 0 0) (6.30449 -1.42656 0 3.81667 0 0) (6.69166 -1.58847 0 3.8043 0 0) (7.06514 -1.76432 0 3.82139 0 0) (7.45819 -1.88169 0 3.93057 0 0) (7.88373 -2.00552 0 4.23829 0 0) (8.36902 -2.0499 0 4.64971 0 0) (8.88319 -2.05205 0 4.99678 0 0) (9.39708 -2.0301 0 5.14449 0 0) (9.78463 -2.00343 0 5.03771 0 0) (10.1615 -1.96456 0 4.80269 0 0) (10.5231 -1.93822 0 4.57207 0 0) (10.9137 -1.91103 0 4.41584 0 0) (11.259 -1.9689 0 4.35481 0 0) (11.557 -2.03675 0 4.33191 0 0) (11.8117 -2.13713 0 4.36744 0 0) (12.0948 -2.20619 0 4.45987 0 0) (12.3652 -2.26659 0 4.59954 0 0) (12.7107 -2.33168 0 4.77848 0 0) (13.0402 -2.40746 0 4.95676 0 0) (13.4732 -2.48781 0 5.09395 0 0) (13.8163 -2.57796 0 5.1404 0 0) (14.2938 -2.61457 0 5.13838 0 0) (14.6831 -2.64673 0 5.18609 0 0) (15.1503 -2.72508 0 5.25738 0 0) (15.3825 -2.85898 0 5.30069 0 0) (15.6351 -3.0418 0 5.33981 0 0) (15.6602 -3.22074 0 5.33123 0 0) (15.6979 -3.3222 0 5.27943 0 0) (15.5553 -3.37451 0 5.21915 0 0) (15.5382 -3.38192 0 5.1462 0 0) (15.3642 -3.36324 0 5.0668 0 0) (15.3537 -3.31818 0 5.01 0 0) (15.2672 -3.25312 0 4.98106 0 0) (15.3544 -3.15948 0 4.96849 0 0) (15.4461 -3.07534 0 5.00814 0 0) (15.7215 -2.98808 0 5.06238 0 0) (15.9309 -2.94088 0 5.1479 0 0) (16.2981 -2.94374 0 5.20887 0 0) (16.4792 -2.99771 0 5.28337 0 0) (16.8351 -3.05065 0 5.34304 0 0) (16.9643 -3.11967 0 5.43147 0 0) (17.4059 -3.20909 0 5.56441 0 0) (17.5424 -3.29448 0 5.70556 0 0) (18.1215 -3.38009 0 5.82474 0 0) (18.1985 -3.42341 0 5.9327 0 0) (18.8415 -3.47227 0 6.0365 0 0) (18.8137 -3.51077 0 6.11939 0 0) (19.4852 -3.59859 0 6.19787 0 0) (19.3925 -3.65478 0 6.23265 0 0) (19.9405 -3.7116 0 6.22346 0 0) (19.709 -3.78889 0 6.22221 0 0) (20.1179 -3.90366 0 6.25356 0 0) (19.8158 -3.95811 0 6.28553 0 0) (20.1212 -3.99948 0 6.31705 0 0) (19.8469 -3.96226 0 6.37686 0 0) (20.1859 -3.87606 0 6.45647 0 0) (20.0249 -3.73535 0 6.54764 0 0) (20.4389 -3.54427 0 6.6223 0 0) (20.4172 -3.34505 0 6.67509 0 0) (20.8257 -3.15118 0 6.66126 0 0) (20.7541 -3.02017 0 6.63343 0 0) (21.0392 -2.93373 0 6.59154 0 0) (20.8152 -2.84614 0 6.55434 0 0) (20.9295 -2.78797 0 6.55784 0 0) (20.5414 -2.67629 0 6.59923 0 0) (20.5939 -2.612 0 6.66745 0 0) (20.1853 -2.4586 0 6.73769 0 0) (20.266 -2.36417 0 6.79295 0 0) (19.8948 -2.21439 0 6.82888 0 0) (19.9413 -2.11683 0 6.85145 0 0) (19.4537 -1.98446 0 6.88299 0 0) (19.4343 -1.93392 0 6.94285 0 0) (18.8957 -1.81375 0 6.99669 0 0) (18.8029 -1.77329 0 7.07459 0 0) (18.3033 -1.63607 0 7.16295 0 0) (18.1631 -1.50997 0 7.22952 0 0) (17.8346 -1.30996 0 7.24719 0 0) (17.7152 -1.14262 0 7.23741 0 0) (17.5265 -0.936054 0 7.2305 0 0) (17.4033 -0.794351 0 7.22175 0 0) (17.2292 -0.654208 0 7.2397 0 0) (17.0886 -0.634494 0 7.25674 0 0) (16.8555 -0.54838 0 7.29511 0 0) (16.7085 -0.559127 0 7.28523 0 0) (16.4126 -0.488993 0 7.33105 0 0) (16.187 -0.485493 0 7.37869 0 0) (15.8926 -0.424645 0 7.40716 0 0) (15.652 -0.373172 0 7.44271 0 0) (15.4105 -0.258242 0 7.47386 0 0) (15.2189 -0.233806 0 7.46164 0 0) (15.0672 -0.137587 0 7.45054 0 0) (14.9392 -0.182124 0 7.37054 0 0) (14.8246 -0.130856 0 7.33483 0 0) (14.707 -0.202615 0 7.29076 0 0) (14.6474 -0.205622 0 7.31741 0 0) (14.6073 -0.316716 0 7.31658 0 0) (14.5179 -0.37093 0 7.33165 0 0) (14.5237 -0.496443 0 7.31628 0 0) (14.3121 -0.549203 0 7.29933 0 0) (14.3492 -0.62002 0 7.24842 0 0) (14.0985 -0.625575 0 7.1918 0 0) (14.1556 -0.66368 0 7.14324 0 0) (13.961 -0.657261 0 7.11763 0 0) (14.0167 -0.682 0 7.06603 0 0) (13.8947 -0.658041 0 7.03204 0 0) (13.9703 -0.640033 0 6.95166 0 0) (13.899 -0.586391 0 6.8586 0 0) (13.9911 -0.531651 0 6.76871 0 0) (13.955 -0.508341 0 6.68561 0 0) (14.0448 -0.43942 0 6.61831 0 0) (14.0231 -0.387985 0 6.56581 0 0) (14.0354 -0.416473 0 6.47024 0 0) (13.9706 -0.381721 0 6.37349 0 0) (13.9305 -0.388327 0 6.26834 0 0) (13.861 -0.334691 0 6.12893 0 0) (13.7998 -0.29639 0 5.98077 0 0) (13.6676 -0.258085 0 5.8092 0 0) (13.5325 -0.223683 0 5.64806 0 0) (13.2654 -0.242724 0 5.51949 0 0) (13.0189 -0.207979 0 5.4127 0 0) (12.7047 -0.121995 0 5.27815 0 0) (12.3121 -0.000363396 0 5.17326 0 0) (12.0019 0.199164 0 4.99877 0 0) (11.5681 0.406715 0 4.8046 0 0) (11.1261 0.640874 0 4.58698 0 0) (10.726 0.854602 0 4.35414 0 0) (10.1315 1.08028 0 4.16241 0 0) (9.71046 1.33786 0 4.04884 0 0) (9.03977 1.59205 0 3.97348 0 0) (8.64202 1.84867 0 3.90053 0 0) (7.75643 2.09225 0 3.91515 0 0) (7.36196 2.34429 0 3.902 0 0) (6.29256 2.53664 0 4.01226 0 0) (5.98769 2.78846 0 4.04449 0 0) (4.66039 2.7647 0 4.21721 0 0) (4.39744 2.89369 0 4.42481 0 0) (2.91397 2.44889 0 4.70359 0 0) (2.64346 2.49425 0 5.20866 0 0) (1.39345 1.78053 0 5.78296 0 0) (1.14606 1.7736 0 6.86755 0 0) (0.36964 0.811987 0 7.91128 0 0) (0.214528 0.858781 0 8.40633 0 0) (0.00905253 -0.00518076 0 0.711591 0 0) (0.0894464 0.0040436 0 0.772143 0 0) (0.227357 0.0184061 0 0.716553 0 0) (0.395047 0.0506917 0 0.679291 0 0) (0.543543 0.0742352 0 0.68379 0 0) (0.682923 0.097836 0 0.735865 0 0) (0.793346 0.141643 0 0.8234 0 0) (0.897675 0.219205 0 0.947837 0 0) (0.993849 0.317297 0 1.08005 0 0) (1.08217 0.379572 0 1.1743 0 0) (1.16363 0.398781 0 1.24974 0 0) (1.22525 0.387942 0 1.28332 0 0) (1.2618 0.352367 0 1.27489 0 0) (1.28204 0.292782 0 1.24598 0 0) (1.29182 0.229196 0 1.21538 0 0) (1.29135 0.150384 0 1.20933 0 0) (1.29839 0.0649966 0 1.26343 0 0) (1.30974 -0.0374085 0 1.38213 0 0) (1.33055 -0.133969 0 1.50469 0 0) (1.3257 -0.193756 0 1.54876 0 0) (1.30301 -0.210592 0 1.52391 0 0) (1.28637 -0.219115 0 1.50212 0 0) (1.27361 -0.20758 0 1.48402 0 0) (1.27487 -0.146895 0 1.49617 0 0) (1.33086 -0.0803116 0 1.56403 0 0) (1.3729 -0.0403201 0 1.60843 0 0) (1.4084 -0.0377855 0 1.6396 0 0) (1.45803 -0.0328772 0 1.7809 0 0) (1.52923 -0.0346535 0 2.01211 0 0) (1.60624 -0.0201667 0 2.20636 0 0) (1.69626 0.0112276 0 2.27945 0 0) (1.7996 0.0331812 0 2.27841 0 0) (1.89225 0.0291434 0 2.27015 0 0) (1.95504 0.0202693 0 2.24856 0 0) (2.03717 -0.00249816 0 2.22836 0 0) (2.13092 -0.0684131 0 2.21086 0 0) (2.25847 -0.113797 0 2.23607 0 0) (2.40965 -0.134507 0 2.29982 0 0) (2.59199 -0.175537 0 2.35925 0 0) (2.74498 -0.268783 0 2.38133 0 0) (2.89765 -0.380742 0 2.39862 0 0) (3.02083 -0.467756 0 2.45612 0 0) (3.16218 -0.507932 0 2.54134 0 0) (3.24904 -0.499403 0 2.62064 0 0) (3.36926 -0.506743 0 2.65906 0 0) (3.42345 -0.547751 0 2.6427 0 0) (3.50853 -0.585285 0 2.5671 0 0) (3.58912 -0.594237 0 2.49179 0 0) (3.75289 -0.632176 0 2.51092 0 0) (3.95657 -0.658466 0 2.66009 0 0) (4.24146 -0.702378 0 2.92193 0 0) (4.54185 -0.759038 0 3.21337 0 0) (4.89326 -0.858232 0 3.47434 0 0) (5.24345 -0.994031 0 3.69293 0 0) (5.64528 -1.1231 0 3.87019 0 0) (6.0456 -1.23498 0 3.96109 0 0) (6.44878 -1.35022 0 3.95222 0 0) (6.84727 -1.47313 0 3.89169 0 0) (7.26537 -1.62321 0 3.86241 0 0) (7.6973 -1.80733 0 3.88725 0 0) (8.04756 -2.01766 0 3.91534 0 0) (8.41777 -2.1982 0 4.03444 0 0) (8.79689 -2.36988 0 4.31867 0 0) (9.22734 -2.4257 0 4.66441 0 0) (9.69095 -2.39449 0 4.962 0 0) (10.2078 -2.2654 0 5.09468 0 0) (10.667 -2.13048 0 4.99089 0 0) (11.1063 -2.06241 0 4.75923 0 0) (11.5004 -2.06286 0 4.51971 0 0) (11.9347 -2.07028 0 4.36618 0 0) (12.3226 -2.13011 0 4.31813 0 0) (12.6568 -2.19486 0 4.31073 0 0) (12.9323 -2.32591 0 4.3435 0 0) (13.1927 -2.44764 0 4.42329 0 0) (13.4517 -2.54957 0 4.55917 0 0) (13.7898 -2.64097 0 4.73625 0 0) (14.1023 -2.74017 0 4.92065 0 0) (14.4994 -2.81992 0 5.05934 0 0) (14.8144 -2.90989 0 5.09253 0 0) (15.2 -2.95771 0 5.06439 0 0) (15.5481 -2.98634 0 5.10128 0 0) (15.9888 -3.00781 0 5.20137 0 0) (16.2819 -3.05892 0 5.28942 0 0) (16.5465 -3.15724 0 5.3426 0 0) (16.585 -3.24972 0 5.34763 0 0) (16.6112 -3.31292 0 5.2993 0 0) (16.4472 -3.354 0 5.24615 0 0) (16.3909 -3.36744 0 5.20273 0 0) (16.1503 -3.3725 0 5.14711 0 0) (16.0879 -3.37116 0 5.1002 0 0) (15.8764 -3.35619 0 5.0776 0 0) (15.8756 -3.32318 0 5.08431 0 0) (15.836 -3.29324 0 5.14577 0 0) (16.0183 -3.25444 0 5.22281 0 0) (16.1209 -3.23253 0 5.32115 0 0) (16.4629 -3.23947 0 5.40856 0 0) (16.5635 -3.26745 0 5.50688 0 0) (16.9049 -3.32658 0 5.58931 0 0) (16.9034 -3.36889 0 5.70001 0 0) (17.3995 -3.48715 0 5.86233 0 0) (17.3936 -3.5391 0 6.00153 0 0) (18.0295 -3.61449 0 6.13604 0 0) (17.9195 -3.62124 0 6.23645 0 0) (18.6159 -3.66993 0 6.34193 0 0) (18.4659 -3.67827 0 6.42908 0 0) (19.1649 -3.76901 0 6.52819 0 0) (18.98 -3.78563 0 6.54839 0 0) (19.5447 -3.84016 0 6.5565 0 0) (19.3172 -3.89188 0 6.59022 0 0) (19.753 -4.01305 0 6.6436 0 0) (19.3996 -4.04092 0 6.68492 0 0) (19.7128 -4.06634 0 6.72209 0 0) (19.2797 -4.02367 0 6.78367 0 0) (19.5903 -3.96216 0 6.88421 0 0) (19.2599 -3.82682 0 6.97545 0 0) (19.6204 -3.64552 0 7.06829 0 0) (19.4616 -3.43054 0 7.12483 0 0) (19.8321 -3.22353 0 7.15363 0 0) (19.7194 -3.05554 0 7.13262 0 0) (19.9756 -2.94652 0 7.12176 0 0) (19.7028 -2.83572 0 7.11361 0 0) (19.8576 -2.78921 0 7.13581 0 0) (19.473 -2.68797 0 7.18205 0 0) (19.6006 -2.65004 0 7.28854 0 0) (19.1385 -2.49469 0 7.37214 0 0) (19.3335 -2.41394 0 7.46594 0 0) (18.8212 -2.23807 0 7.52191 0 0) (18.9611 -2.14963 0 7.57958 0 0) (18.3498 -1.97514 0 7.62289 0 0) (18.421 -1.91954 0 7.70163 0 0) (17.7797 -1.76726 0 7.78 0 0) (17.7372 -1.71009 0 7.87366 0 0) (17.1866 -1.57374 0 7.95069 0 0) (17.0141 -1.46511 0 8.01183 0 0) (16.6485 -1.27332 0 8.01906 0 0) (16.4971 -1.12785 0 8.02327 0 0) (16.2562 -0.936903 0 8.02541 0 0) (16.089 -0.833558 0 8.04824 0 0) (15.9179 -0.685446 0 8.08276 0 0) (15.7607 -0.65647 0 8.12723 0 0) (15.5481 -0.575967 0 8.19458 0 0) (15.3297 -0.574191 0 8.19995 0 0) (15.0591 -0.487144 0 8.24007 0 0) (14.8331 -0.485737 0 8.28151 0 0) (14.5493 -0.392029 0 8.31469 0 0) (14.3121 -0.369443 0 8.35821 0 0) (14.0971 -0.235524 0 8.381 0 0) (13.9245 -0.224706 0 8.39241 0 0) (13.7787 -0.126026 0 8.37566 0 0) (13.667 -0.181486 0 8.34928 0 0) (13.5609 -0.139807 0 8.332 0 0) (13.5012 -0.237684 0 8.33798 0 0) (13.4309 -0.248011 0 8.34489 0 0) (13.4867 -0.349341 0 8.33521 0 0) (13.3312 -0.396863 0 8.35159 0 0) (13.4521 -0.509077 0 8.34208 0 0) (13.1929 -0.551069 0 8.30936 0 0) (13.3232 -0.628004 0 8.2509 0 0) (13.041 -0.633342 0 8.18602 0 0) (13.1879 -0.669999 0 8.15737 0 0) (12.8885 -0.68064 0 8.12012 0 0) (13.0215 -0.675162 0 8.08819 0 0) (12.8305 -0.67305 0 8.02123 0 0) (12.9394 -0.644056 0 7.94066 0 0) (12.8426 -0.590196 0 7.79889 0 0) (12.9774 -0.578186 0 7.68745 0 0) (12.9487 -0.552556 0 7.5897 0 0) (13.0814 -0.498635 0 7.49072 0 0) (13.0719 -0.440253 0 7.41833 0 0) (13.1765 -0.442193 0 7.31927 0 0) (13.0621 -0.408101 0 7.21745 0 0) (13.1268 -0.391226 0 7.06695 0 0) (12.9376 -0.372477 0 6.93738 0 0) (13.0037 -0.343993 0 6.773 0 0) (12.7944 -0.291081 0 6.59168 0 0) (12.7388 -0.279834 0 6.44248 0 0) (12.5092 -0.273777 0 6.28031 0 0) (12.3035 -0.241807 0 6.12928 0 0) (11.98 -0.141309 0 6.0292 0 0) (11.7492 -0.0494393 0 5.82666 0 0) (11.3184 0.169008 0 5.65845 0 0) (11.0911 0.368721 0 5.42983 0 0) (10.5871 0.606551 0 5.19188 0 0) (10.3218 0.843894 0 4.94073 0 0) (9.74529 1.08994 0 4.75287 0 0) (9.36996 1.3156 0 4.6122 0 0) (8.77703 1.59727 0 4.50034 0 0) (8.37013 1.84927 0 4.43332 0 0) (7.65254 2.15267 0 4.44802 0 0) (7.18966 2.43409 0 4.49599 0 0) (6.26556 2.63233 0 4.56686 0 0) (5.8012 2.87244 0 4.66254 0 0) (4.80663 2.92302 0 4.90611 0 0) (4.22386 2.97461 0 5.17576 0 0) (3.24773 2.76108 0 5.64805 0 0) (2.39636 2.39223 0 5.9549 0 0) (1.75647 2.19123 0 6.91429 0 0) (0.922736 1.3966 0 7.35572 0 0) (0.546644 1.3475 0 9.44694 0 0) (0.102472 -0.17763 0 8.77941 0 0) (0.0116275 0.00396703 0 0.739289 0 0) (0.110983 0.0287707 0 0.782417 0 0) (0.268007 0.0465305 0 0.739204 0 0) (0.439952 0.099404 0 0.70159 0 0) (0.590366 0.136089 0 0.721 0 0) (0.717591 0.172439 0 0.770028 0 0) (0.811959 0.222159 0 0.831424 0 0) (0.900348 0.291332 0 0.922385 0 0) (0.984787 0.364766 0 1.02395 0 0) (1.08554 0.407596 0 1.11766 0 0) (1.18387 0.423769 0 1.20276 0 0) (1.28282 0.423735 0 1.24967 0 0) (1.36901 0.405662 0 1.25794 0 0) (1.43408 0.358389 0 1.23979 0 0) (1.47235 0.30088 0 1.22171 0 0) (1.50037 0.22116 0 1.22633 0 0) (1.5113 0.127912 0 1.28976 0 0) (1.51873 0.0341953 0 1.41367 0 0) (1.50671 -0.0456062 0 1.52534 0 0) (1.48145 -0.0905267 0 1.55806 0 0) (1.43146 -0.109738 0 1.5246 0 0) (1.39595 -0.128462 0 1.49189 0 0) (1.36597 -0.13769 0 1.44783 0 0) (1.36354 -0.120463 0 1.43072 0 0) (1.41468 -0.0863818 0 1.49201 0 0) (1.48447 -0.0470801 0 1.55838 0 0) (1.53995 -0.0595302 0 1.59861 0 0) (1.59378 -0.0771329 0 1.72666 0 0) (1.66938 -0.0881749 0 1.93351 0 0) (1.74819 -0.0834662 0 2.0946 0 0) (1.844 -0.0647993 0 2.1453 0 0) (1.95115 -0.0500141 0 2.14336 0 0) (2.07731 -0.0400548 0 2.14531 0 0) (2.19929 -0.0389926 0 2.12353 0 0) (2.33915 -0.0554911 0 2.12329 0 0) (2.50008 -0.11355 0 2.13132 0 0) (2.66282 -0.174447 0 2.13434 0 0) (2.82661 -0.208174 0 2.18002 0 0) (3.03845 -0.2379 0 2.26288 0 0) (3.23339 -0.306901 0 2.32155 0 0) (3.41682 -0.412783 0 2.34513 0 0) (3.53785 -0.507522 0 2.38299 0 0) (3.67459 -0.554338 0 2.44248 0 0) (3.76882 -0.561667 0 2.50985 0 0) (3.91868 -0.562223 0 2.56802 0 0) (4.01928 -0.582366 0 2.57335 0 0) (4.13336 -0.633133 0 2.50453 0 0) (4.23609 -0.690938 0 2.43991 0 0) (4.41862 -0.789664 0 2.46088 0 0) (4.62595 -0.861593 0 2.6037 0 0) (4.9432 -0.927759 0 2.86027 0 0) (5.28798 -0.97535 0 3.15508 0 0) (5.69513 -1.05347 0 3.42633 0 0) (6.09046 -1.16201 0 3.65123 0 0) (6.50451 -1.28145 0 3.81108 0 0) (6.9245 -1.37076 0 3.8785 0 0) (7.30695 -1.47846 0 3.87154 0 0) (7.68741 -1.621 0 3.83625 0 0) (8.07125 -1.81178 0 3.83148 0 0) (8.48988 -2.01669 0 3.88027 0 0) (8.83237 -2.23621 0 3.93418 0 0) (9.19004 -2.45121 0 4.0521 0 0) (9.49926 -2.65033 0 4.30416 0 0) (9.86028 -2.72076 0 4.59083 0 0) (10.2129 -2.68967 0 4.815 0 0) (10.6557 -2.53383 0 4.89642 0 0) (11.1381 -2.33973 0 4.81414 0 0) (11.6614 -2.21437 0 4.64556 0 0) (12.0947 -2.21372 0 4.42966 0 0) (12.5512 -2.24615 0 4.2624 0 0) (12.9243 -2.30804 0 4.19985 0 0) (13.3418 -2.37443 0 4.19491 0 0) (13.6444 -2.49185 0 4.23759 0 0) (13.9304 -2.6316 0 4.31476 0 0) (14.1263 -2.75648 0 4.43683 0 0) (14.4629 -2.86518 0 4.61271 0 0) (14.6505 -2.96689 0 4.78852 0 0) (14.9972 -3.04518 0 4.92042 0 0) (15.1881 -3.11787 0 4.95206 0 0) (15.4892 -3.17929 0 4.91834 0 0) (15.652 -3.23229 0 4.93101 0 0) (16.065 -3.26835 0 5.01592 0 0) (16.313 -3.25648 0 5.1323 0 0) (16.6894 -3.27145 0 5.2346 0 0) (16.7368 -3.2865 0 5.2671 0 0) (16.9335 -3.2857 0 5.22793 0 0) (16.7368 -3.29819 0 5.18958 0 0) (16.8367 -3.30755 0 5.16586 0 0) (16.5187 -3.31422 0 5.13137 0 0) (16.5391 -3.33148 0 5.12322 0 0) (16.1932 -3.35689 0 5.13708 0 0) (16.2175 -3.38767 0 5.17164 0 0) (15.998 -3.41684 0 5.24897 0 0) (16.2017 -3.43696 0 5.33028 0 0) (16.0967 -3.45305 0 5.43785 0 0) (16.472 -3.49513 0 5.55814 0 0) (16.4013 -3.48571 0 5.67859 0 0) (16.86 -3.53225 0 5.78178 0 0) (16.6045 -3.54061 0 5.92389 0 0) (17.2544 -3.67398 0 6.10108 0 0) (16.9256 -3.67763 0 6.22618 0 0) (17.6481 -3.74865 0 6.36573 0 0) (17.2919 -3.7112 0 6.46285 0 0) (18.0209 -3.77059 0 6.58898 0 0) (17.7233 -3.76564 0 6.69277 0 0) (18.4526 -3.84672 0 6.79441 0 0) (18.1546 -3.84403 0 6.838 0 0) (18.7513 -3.90196 0 6.87936 0 0) (18.4452 -3.93778 0 6.93579 0 0) (18.9246 -4.02198 0 6.9985 0 0) (18.4344 -4.01265 0 7.03057 0 0) (18.7965 -4.01879 0 7.06656 0 0) (18.2333 -3.97234 0 7.15525 0 0) (18.5448 -3.91586 0 7.27648 0 0) (18.0566 -3.79077 0 7.38487 0 0) (18.3662 -3.64218 0 7.46536 0 0) (18.0681 -3.42542 0 7.53329 0 0) (18.4148 -3.23109 0 7.57158 0 0) (18.2281 -3.02933 0 7.58227 0 0) (18.4915 -2.92237 0 7.60041 0 0) (18.2335 -2.79898 0 7.6126 0 0) (18.4344 -2.76255 0 7.67549 0 0) (18.0297 -2.66034 0 7.75049 0 0) (18.266 -2.64912 0 7.88194 0 0) (17.7009 -2.4884 0 7.98868 0 0) (17.9731 -2.4301 0 8.10619 0 0) (17.3656 -2.20561 0 8.16175 0 0) (17.5987 -2.11545 0 8.21907 0 0) (16.9843 -1.92441 0 8.28619 0 0) (17.0941 -1.8785 0 8.38274 0 0) (16.5049 -1.71139 0 8.47701 0 0) (16.4661 -1.66407 0 8.58886 0 0) (15.956 -1.50914 0 8.67837 0 0) (15.7555 -1.39866 0 8.75099 0 0) (15.4108 -1.2274 0 8.76563 0 0) (15.1739 -1.09618 0 8.79058 0 0) (14.9788 -0.920464 0 8.80471 0 0) (14.7435 -0.823872 0 8.85269 0 0) (14.6176 -0.697283 0 8.91664 0 0) (14.3969 -0.680352 0 8.97616 0 0) (14.2014 -0.570191 0 9.05556 0 0) (13.9557 -0.571927 0 9.08691 0 0) (13.6805 -0.464573 0 9.14376 0 0) (13.4318 -0.470586 0 9.19153 0 0) (13.211 -0.366996 0 9.22446 0 0) (12.9588 -0.354366 0 9.28411 0 0) (12.8003 -0.223858 0 9.28608 0 0) (12.6171 -0.237649 0 9.3127 0 0) (12.5503 -0.133556 0 9.31335 0 0) (12.3972 -0.221565 0 9.31144 0 0) (12.3345 -0.157444 0 9.34834 0 0) (12.3286 -0.292743 0 9.35864 0 0) (12.1798 -0.277546 0 9.41683 0 0) (12.3163 -0.392367 0 9.37332 0 0) (12.1448 -0.4327 0 9.38246 0 0) (12.3359 -0.525327 0 9.34942 0 0) (12.101 -0.561816 0 9.30683 0 0) (12.226 -0.611818 0 9.26222 0 0) (12.0136 -0.620619 0 9.2063 0 0) (12.1019 -0.66051 0 9.15462 0 0) (11.9173 -0.656154 0 9.13105 0 0) (11.9061 -0.675842 0 9.04846 0 0) (11.8837 -0.636313 0 9.00374 0 0) (11.806 -0.656857 0 8.88541 0 0) (11.8826 -0.590996 0 8.78241 0 0) (11.9064 -0.592376 0 8.61758 0 0) (11.9769 -0.585302 0 8.49752 0 0) (12.0298 -0.527513 0 8.39441 0 0) (12.0973 -0.483476 0 8.26853 0 0) (12.145 -0.479623 0 8.16296 0 0) (12.1986 -0.423586 0 8.02316 0 0) (12.1029 -0.428594 0 7.91642 0 0) (12.1208 -0.378421 0 7.76641 0 0) (12.005 -0.392882 0 7.57286 0 0) (11.9359 -0.333006 0 7.41892 0 0) (11.8015 -0.34284 0 7.18112 0 0) (11.7119 -0.320255 0 7.0201 0 0) (11.4529 -0.296814 0 6.85972 0 0) (11.3045 -0.221436 0 6.687 0 0) (10.9925 -0.0895901 0 6.54584 0 0) (10.7545 0.104091 0 6.28856 0 0) (10.4365 0.311676 0 6.06659 0 0) (10.1328 0.596379 0 5.82334 0 0) (9.76683 0.764618 0 5.55434 0 0) (9.36773 1.0818 0 5.35942 0 0) (8.97694 1.24047 0 5.19321 0 0) (8.41228 1.56271 0 5.09272 0 0) (8.1309 1.8117 0 4.98051 0 0) (7.33131 2.12875 0 4.99333 0 0) (7.11507 2.44328 0 5.03553 0 0) (6.03846 2.68195 0 5.22069 0 0) (5.86594 2.94849 0 5.28902 0 0) (4.5769 2.92237 0 5.61498 0 0) (4.3802 3.10081 0 5.90948 0 0) (3.08962 2.78065 0 6.52285 0 0) (2.7203 2.696 0 6.98785 0 0) (1.4788 1.91337 0 7.73052 0 0) (1.25343 1.87928 0 8.79493 0 0) (0.342407 0.677735 0 9.83454 0 0) (0.321237 1.15428 0 10.865 0 0) (0.0162186 0.0146173 0 0.696697 0 0) (0.14355 0.0471539 0 0.780481 0 0) (0.318939 0.095347 0 0.736528 0 0) (0.492265 0.161455 0 0.708332 0 0) (0.64338 0.210458 0 0.738364 0 0) (0.761495 0.254049 0 0.77667 0 0) (0.849543 0.297945 0 0.81299 0 0) (0.940614 0.350998 0 0.881981 0 0) (1.035 0.39114 0 0.964284 0 0) (1.13526 0.410205 0 1.04985 0 0) (1.22948 0.406966 0 1.12428 0 0) (1.32954 0.395561 0 1.16247 0 0) (1.43675 0.377622 0 1.17724 0 0) (1.54499 0.352526 0 1.17587 0 0) (1.6217 0.312669 0 1.1712 0 0) (1.70011 0.25546 0 1.19406 0 0) (1.74355 0.182401 0 1.2676 0 0) (1.77622 0.119898 0 1.38537 0 0) (1.77596 0.0619688 0 1.48308 0 0) (1.7651 0.0315058 0 1.50177 0 0) (1.72047 0.010507 0 1.46439 0 0) (1.68754 -0.0242593 0 1.43179 0 0) (1.66307 -0.0597266 0 1.37823 0 0) (1.66156 -0.091942 0 1.33927 0 0) (1.70358 -0.105374 0 1.36967 0 0) (1.77842 -0.0850973 0 1.43656 0 0) (1.86264 -0.0987668 0 1.4988 0 0) (1.9155 -0.130137 0 1.61883 0 0) (1.98494 -0.146811 0 1.8104 0 0) (2.06506 -0.14507 0 1.95777 0 0) (2.16051 -0.133421 0 2.00074 0 0) (2.26176 -0.135408 0 1.98826 0 0) (2.37669 -0.141914 0 1.98195 0 0) (2.50887 -0.142448 0 1.96679 0 0) (2.66839 -0.17029 0 1.97098 0 0) (2.85877 -0.203844 0 2.00185 0 0) (3.0569 -0.246486 0 2.0025 0 0) (3.22939 -0.293386 0 2.02698 0 0) (3.42518 -0.342413 0 2.11071 0 0) (3.65779 -0.393993 0 2.20939 0 0) (3.88431 -0.462808 0 2.25995 0 0) (4.03284 -0.543122 0 2.27896 0 0) (4.16876 -0.591615 0 2.31649 0 0) (4.29179 -0.618581 0 2.37374 0 0) (4.45308 -0.640178 0 2.43516 0 0) (4.62464 -0.655495 0 2.46788 0 0) (4.80203 -0.713542 0 2.43418 0 0) (4.95965 -0.809749 0 2.40279 0 0) (5.17059 -0.952249 0 2.42974 0 0) (5.38084 -1.07524 0 2.54406 0 0) (5.69402 -1.1775 0 2.76105 0 0) (6.02875 -1.22913 0 3.03748 0 0) (6.42215 -1.28739 0 3.31679 0 0) (6.81858 -1.35859 0 3.53905 0 0) (7.19795 -1.44988 0 3.67222 0 0) (7.58962 -1.51412 0 3.72835 0 0) (7.94175 -1.60411 0 3.73444 0 0) (8.30744 -1.75222 0 3.71808 0 0) (8.62489 -1.9725 0 3.72502 0 0) (8.97933 -2.20585 0 3.78416 0 0) (9.28342 -2.44295 0 3.86442 0 0) (9.60934 -2.65527 0 4.00506 0 0) (9.87274 -2.85818 0 4.23169 0 0) (10.1767 -2.92292 0 4.46803 0 0) (10.4504 -2.88499 0 4.63068 0 0) (10.8311 -2.75229 0 4.66503 0 0) (11.2215 -2.57296 0 4.56657 0 0) (11.7614 -2.42274 0 4.4424 0 0) (12.2501 -2.37841 0 4.26653 0 0) (12.7244 -2.39311 0 4.09782 0 0) (13.0677 -2.48079 0 4.03467 0 0) (13.5526 -2.55732 0 4.04074 0 0) (13.8403 -2.65014 0 4.09874 0 0) (14.2341 -2.7712 0 4.17927 0 0) (14.3396 -2.9083 0 4.27574 0 0) (14.6674 -3.02232 0 4.44739 0 0) (14.7586 -3.11689 0 4.61309 0 0) (15.0287 -3.19015 0 4.75062 0 0) (15.1232 -3.25501 0 4.79427 0 0) (15.3527 -3.29271 0 4.76522 0 0) (15.4098 -3.37468 0 4.77103 0 0) (15.6495 -3.45164 0 4.83718 0 0) (15.7607 -3.47705 0 4.95248 0 0) (16.1325 -3.44891 0 5.0518 0 0) (16.2463 -3.38014 0 5.11466 0 0) (16.5642 -3.31262 0 5.12981 0 0) (16.5243 -3.2786 0 5.11559 0 0) (16.7141 -3.25915 0 5.10804 0 0) (16.5289 -3.24364 0 5.11013 0 0) (16.6043 -3.26523 0 5.12191 0 0) (16.3152 -3.30115 0 5.15245 0 0) (16.3517 -3.39161 0 5.22162 0 0) (16.0598 -3.46321 0 5.31483 0 0) (16.1948 -3.5563 0 5.42642 0 0) (15.9937 -3.58117 0 5.53944 0 0) (16.3013 -3.6792 0 5.68321 0 0) (16.0533 -3.6394 0 5.8115 0 0) (16.4893 -3.68575 0 5.95122 0 0) (16.1602 -3.64917 0 6.10634 0 0) (16.7459 -3.79734 0 6.29393 0 0) (16.3147 -3.72914 0 6.41229 0 0) (16.9552 -3.8069 0 6.56681 0 0) (16.5287 -3.74678 0 6.67222 0 0) (17.2056 -3.82486 0 6.80393 0 0) (16.8072 -3.7939 0 6.92086 0 0) (17.456 -3.90497 0 7.05179 0 0) (17.1121 -3.86585 0 7.10924 0 0) (17.655 -3.9255 0 7.1746 0 0) (17.2944 -3.91478 0 7.25059 0 0) (17.7244 -3.96085 0 7.30804 0 0) (17.2048 -3.8856 0 7.34572 0 0) (17.5127 -3.90702 0 7.41862 0 0) (16.9522 -3.83086 0 7.51732 0 0) (17.1705 -3.80537 0 7.64978 0 0) (16.676 -3.66367 0 7.75822 0 0) (16.8939 -3.5529 0 7.84757 0 0) (16.526 -3.33433 0 7.89172 0 0) (16.797 -3.17852 0 7.9527 0 0) (16.5664 -2.97322 0 7.99598 0 0) (16.9113 -2.88702 0 8.07185 0 0) (16.5598 -2.73273 0 8.11198 0 0) (16.9028 -2.7388 0 8.21333 0 0) (16.3892 -2.59739 0 8.2902 0 0) (16.7385 -2.61064 0 8.42817 0 0) (16.1109 -2.42718 0 8.52821 0 0) (16.4002 -2.37763 0 8.64775 0 0) (15.7462 -2.1354 0 8.72172 0 0) (16.0139 -2.06981 0 8.82055 0 0) (15.415 -1.86101 0 8.9069 0 0) (15.6166 -1.81712 0 9.02826 0 0) (14.9997 -1.63809 0 9.1576 0 0) (15.0951 -1.58718 0 9.27269 0 0) (14.5435 -1.42695 0 9.35816 0 0) (14.4742 -1.32399 0 9.40908 0 0) (14.0537 -1.1529 0 9.43411 0 0) (13.8928 -1.04608 0 9.48979 0 0) (13.5944 -0.878105 0 9.53871 0 0) (13.4398 -0.820037 0 9.59372 0 0) (13.2175 -0.682241 0 9.69689 0 0) (13.0902 -0.667781 0 9.78647 0 0) (12.8158 -0.54654 0 9.87401 0 0) (12.6585 -0.564186 0 9.94136 0 0) (12.3431 -0.442863 0 10.0011 0 0) (12.177 -0.470279 0 10.038 0 0) (11.9013 -0.344363 0 10.0813 0 0) (11.771 -0.375002 0 10.1419 0 0) (11.551 -0.237576 0 10.1564 0 0) (11.5061 -0.27599 0 10.1756 0 0) (11.3133 -0.168814 0 10.2235 0 0) (11.3511 -0.258651 0 10.2685 0 0) (11.1076 -0.207541 0 10.3357 0 0) (11.2506 -0.326567 0 10.3784 0 0) (11.0013 -0.313598 0 10.4235 0 0) (11.2123 -0.423453 0 10.3901 0 0) (10.9811 -0.439872 0 10.4181 0 0) (11.2148 -0.541222 0 10.3543 0 0) (10.9687 -0.537991 0 10.3261 0 0) (11.1618 -0.62228 0 10.2493 0 0) (10.9001 -0.593066 0 10.2103 0 0) (11.0598 -0.645863 0 10.1375 0 0) (10.8411 -0.620875 0 10.091 0 0) (10.9294 -0.619113 0 10.0189 0 0) (10.7682 -0.607387 0 9.94261 0 0) (10.8836 -0.578386 0 9.85471 0 0) (10.7462 -0.568988 0 9.69044 0 0) (10.9479 -0.549256 0 9.57494 0 0) (10.8574 -0.570309 0 9.40219 0 0) (11.0072 -0.550263 0 9.27916 0 0) (10.9808 -0.506339 0 9.16252 0 0) (11.1171 -0.55955 0 8.99181 0 0) (11.0993 -0.47435 0 8.8868 0 0) (11.1737 -0.485271 0 8.7054 0 0) (11.0667 -0.433322 0 8.56518 0 0) (11.1717 -0.424496 0 8.40293 0 0) (10.9651 -0.398948 0 8.20396 0 0) (11.0201 -0.368453 0 8.02472 0 0) (10.7527 -0.391313 0 7.80401 0 0) (10.6923 -0.34545 0 7.63337 0 0) (10.3468 -0.305237 0 7.44722 0 0) (10.3311 -0.177634 0 7.21096 0 0) (9.89265 0.0466577 0 6.9678 0 0) (9.87568 0.210546 0 6.67946 0 0) (9.38037 0.495559 0 6.40748 0 0) (9.35679 0.688567 0 6.12695 0 0) (8.698 0.946253 0 5.92565 0 0) (8.68669 1.16961 0 5.77552 0 0) (7.80433 1.43142 0 5.62596 0 0) (7.78279 1.69385 0 5.5188 0 0) (6.77839 1.97812 0 5.53972 0 0) (6.8315 2.33794 0 5.5805 0 0) (5.67852 2.51246 0 5.78804 0 0) (5.65115 2.91992 0 5.94643 0 0) (4.53543 2.84817 0 6.30749 0 0) (4.17581 3.06012 0 6.66588 0 0) (3.24466 2.78497 0 7.32789 0 0) (2.59565 2.66506 0 7.88261 0 0) (1.83008 2.21329 0 8.87049 0 0) (1.04028 1.50079 0 9.36546 0 0) (0.637847 1.32631 0 11.6434 0 0) (0.209727 -0.557982 0 10.7377 0 0) (0.0213869 0.0193584 0 0.697203 0 0) (0.175582 0.0754541 0 0.760415 0 0) (0.35015 0.150162 0 0.727147 0 0) (0.518424 0.229933 0 0.707925 0 0) (0.66151 0.285875 0 0.74498 0 0) (0.784955 0.330528 0 0.770198 0 0) (0.88784 0.353626 0 0.774407 0 0) (0.988551 0.364027 0 0.805252 0 0) (1.1056 0.373544 0 0.863331 0 0) (1.21741 0.376364 0 0.941681 0 0) (1.32184 0.370921 0 1.01649 0 0) (1.42118 0.348493 0 1.04679 0 0) (1.5213 0.311222 0 1.04397 0 0) (1.6285 0.283884 0 1.03774 0 0) (1.72919 0.25994 0 1.04189 0 0) (1.83849 0.228146 0 1.07872 0 0) (1.92783 0.188589 0 1.15892 0 0) (2.00181 0.156076 0 1.26856 0 0) (2.04517 0.128384 0 1.36326 0 0) (2.06523 0.116845 0 1.38083 0 0) (2.05931 0.0990204 0 1.35226 0 0) (2.04901 0.0587715 0 1.32781 0 0) (2.03876 0.00719275 0 1.27697 0 0) (2.03893 -0.0613155 0 1.22394 0 0) (2.06023 -0.122748 0 1.22895 0 0) (2.11165 -0.14723 0 1.28337 0 0) (2.19458 -0.167738 0 1.35561 0 0) (2.26667 -0.192053 0 1.47009 0 0) (2.33406 -0.211335 0 1.63664 0 0) (2.41237 -0.215503 0 1.76833 0 0) (2.49972 -0.213776 0 1.81645 0 0) (2.611 -0.2145 0 1.82537 0 0) (2.71762 -0.226945 0 1.82816 0 0) (2.84278 -0.236554 0 1.82207 0 0) (2.98093 -0.276835 0 1.81631 0 0) (3.1229 -0.326709 0 1.8362 0 0) (3.31252 -0.360681 0 1.85606 0 0) (3.4975 -0.400271 0 1.89069 0 0) (3.68398 -0.465347 0 1.9599 0 0) (3.89794 -0.532452 0 2.04241 0 0) (4.13528 -0.575349 0 2.10812 0 0) (4.35628 -0.616982 0 2.14675 0 0) (4.52461 -0.670933 0 2.18454 0 0) (4.71223 -0.717488 0 2.25127 0 0) (4.89717 -0.765152 0 2.31339 0 0) (5.12907 -0.805665 0 2.35912 0 0) (5.37486 -0.872595 0 2.36317 0 0) (5.61729 -0.98469 0 2.36568 0 0) (5.85284 -1.14091 0 2.40566 0 0) (6.08425 -1.28569 0 2.49816 0 0) (6.3701 -1.40862 0 2.66665 0 0) (6.68834 -1.46687 0 2.89683 0 0) (7.04903 -1.5062 0 3.14122 0 0) (7.42351 -1.5327 0 3.36094 0 0) (7.76057 -1.5877 0 3.49352 0 0) (8.08485 -1.64286 0 3.53395 0 0) (8.39883 -1.7244 0 3.54451 0 0) (8.7327 -1.86449 0 3.56384 0 0) (8.99341 -2.08819 0 3.59158 0 0) (9.26233 -2.34529 0 3.65472 0 0) (9.4764 -2.59884 0 3.73695 0 0) (9.71652 -2.82799 0 3.87828 0 0) (9.91416 -3.02071 0 4.08351 0 0) (10.1553 -3.08062 0 4.28155 0 0) (10.3655 -3.04136 0 4.40886 0 0) (10.7147 -2.91621 0 4.42984 0 0) (10.9865 -2.73566 0 4.33273 0 0) (11.4835 -2.62956 0 4.22665 0 0) (11.8395 -2.55678 0 4.07882 0 0) (12.3744 -2.54446 0 3.94344 0 0) (12.727 -2.63066 0 3.8796 0 0) (13.2407 -2.72542 0 3.87939 0 0) (13.4974 -2.79404 0 3.92335 0 0) (13.9982 -2.89144 0 4.01152 0 0) (14.0814 -2.99838 0 4.11629 0 0) (14.4062 -3.13129 0 4.25308 0 0) (14.4402 -3.19939 0 4.41358 0 0) (14.7127 -3.26421 0 4.5397 0 0) (14.6979 -3.30225 0 4.58972 0 0) (14.9382 -3.35341 0 4.58061 0 0) (14.88 -3.40111 0 4.61423 0 0) (15.1571 -3.50282 0 4.68795 0 0) (15.0331 -3.54321 0 4.7788 0 0) (15.3613 -3.56076 0 4.87261 0 0) (15.2873 -3.49264 0 4.95839 0 0) (15.7612 -3.4115 0 4.98921 0 0) (15.7032 -3.31056 0 5.00529 0 0) (16.1751 -3.27307 0 5.02798 0 0) (15.9937 -3.22997 0 5.03732 0 0) (16.3598 -3.23937 0 5.08608 0 0) (16.0376 -3.25024 0 5.15058 0 0) (16.3401 -3.35928 0 5.27293 0 0) (15.8591 -3.42266 0 5.37239 0 0) (16.1822 -3.59613 0 5.49907 0 0) (15.6024 -3.61232 0 5.61673 0 0) (16.0322 -3.76128 0 5.79273 0 0) (15.4141 -3.67735 0 5.92865 0 0) (15.9582 -3.76069 0 6.09129 0 0) (15.3635 -3.67159 0 6.24294 0 0) (16.0353 -3.79369 0 6.42487 0 0) (15.418 -3.70761 0 6.55585 0 0) (16.077 -3.76967 0 6.73575 0 0) (15.521 -3.71409 0 6.85803 0 0) (16.213 -3.77465 0 7.01318 0 0) (15.7001 -3.7458 0 7.14379 0 0) (16.422 -3.83586 0 7.28743 0 0) (15.8457 -3.77825 0 7.37654 0 0) (16.4253 -3.83072 0 7.45293 0 0) (15.8765 -3.75992 0 7.51242 0 0) (16.3385 -3.78424 0 7.56977 0 0) (15.7478 -3.69098 0 7.6197 0 0) (16.0857 -3.70389 0 7.73053 0 0) (15.4926 -3.62234 0 7.83881 0 0) (15.7007 -3.60752 0 7.98557 0 0) (15.1524 -3.46584 0 8.07297 0 0) (15.3835 -3.37482 0 8.17595 0 0) (14.9037 -3.1852 0 8.242 0 0) (15.2404 -3.10494 0 8.33437 0 0) (14.8885 -2.89067 0 8.40491 0 0) (15.2761 -2.8546 0 8.53445 0 0) (14.8906 -2.66052 0 8.60595 0 0) (15.321 -2.67804 0 8.71441 0 0) (14.7433 -2.4826 0 8.78644 0 0) (15.1165 -2.51249 0 8.90778 0 0) (14.5042 -2.2945 0 9.0001 0 0) (14.7712 -2.27111 0 9.13931 0 0) (14.1853 -2.03802 0 9.23492 0 0) (14.3746 -1.98623 0 9.37119 0 0) (13.8949 -1.79715 0 9.50903 0 0) (13.9997 -1.74511 0 9.65104 0 0) (13.5573 -1.57505 0 9.78091 0 0) (13.5474 -1.52405 0 9.89902 0 0) (13.1626 -1.34365 0 9.95518 0 0) (13.0116 -1.26846 0 10.0366 0 0) (12.7283 -1.08654 0 10.054 0 0) (12.5116 -1.03184 0 10.1563 0 0) (12.2995 -0.842981 0 10.226 0 0) (12.0985 -0.820849 0 10.3192 0 0) (11.9414 -0.666804 0 10.4229 0 0) (11.7487 -0.666436 0 10.5455 0 0) (11.5559 -0.537547 0 10.661 0 0) (11.3842 -0.56381 0 10.7555 0 0) (11.1692 -0.423654 0 10.8188 0 0) (11.0052 -0.480164 0 10.8864 0 0) (10.7526 -0.328459 0 10.9129 0 0) (10.6744 -0.399597 0 10.9896 0 0) (10.4442 -0.253435 0 11.0187 0 0) (10.4533 -0.340845 0 11.0657 0 0) (10.2458 -0.209637 0 11.1022 0 0) (10.2853 -0.341588 0 11.1959 0 0) (10.0795 -0.238199 0 11.2962 0 0) (10.1537 -0.39059 0 11.3437 0 0) (10.005 -0.319329 0 11.4214 0 0) (10.1071 -0.470628 0 11.3833 0 0) (9.95391 -0.428196 0 11.3847 0 0) (10.0903 -0.545737 0 11.3379 0 0) (9.94408 -0.510689 0 11.2838 0 0) (10.0248 -0.569787 0 11.2032 0 0) (9.89107 -0.540704 0 11.1562 0 0) (9.90347 -0.569687 0 11.0508 0 0) (9.81377 -0.542766 0 10.9957 0 0) (9.7984 -0.539696 0 10.8747 0 0) (9.75666 -0.540633 0 10.8059 0 0) (9.71934 -0.516548 0 10.7134 0 0) (9.75805 -0.523368 0 10.6215 0 0) (9.74443 -0.533282 0 10.4497 0 0) (9.82863 -0.49891 0 10.374 0 0) (9.82603 -0.564797 0 10.1988 0 0) (9.92895 -0.506846 0 10.0617 0 0) (10.0274 -0.590028 0 9.89983 0 0) (10.0323 -0.550687 0 9.74138 0 0) (10.1195 -0.55485 0 9.5673 0 0) (10.1187 -0.497892 0 9.35043 0 0) (10.1499 -0.510122 0 9.17121 0 0) (10.1451 -0.432958 0 8.97624 0 0) (10.0701 -0.443823 0 8.7501 0 0) (10.0304 -0.379091 0 8.55031 0 0) (9.82054 -0.438684 0 8.31207 0 0) (9.69169 -0.305481 0 8.13885 0 0) (9.46119 -0.28188 0 7.85602 0 0) (9.2604 -0.0471357 0 7.57635 0 0) (9.13252 0.106232 0 7.31639 0 0) (8.81547 0.374874 0 7.02449 0 0) (8.7276 0.549786 0 6.78594 0 0) (8.22975 0.870633 0 6.56319 0 0) (8.12661 1.00678 0 6.35477 0 0) (7.4052 1.34378 0 6.22306 0 0) (7.35946 1.516 0 6.07034 0 0) (6.37557 1.80483 0 6.09658 0 0) (6.35467 2.1006 0 6.10726 0 0) (5.36961 2.33131 0 6.37164 0 0) (5.26687 2.63766 0 6.44875 0 0) (4.34806 2.72261 0 7.03251 0 0) (4.07201 2.89411 0 7.3163 0 0) (3.12721 2.70227 0 8.19595 0 0) (2.74469 2.66797 0 8.69355 0 0) (1.69882 2.05954 0 9.83 0 0) (1.33301 1.89841 0 10.786 0 0) (0.457789 0.693466 0 12.0087 0 0) (0.464704 1.51604 0 13.2642 0 0) (0.0283472 0.0293255 0 0.624575 0 0) (0.189105 0.115169 0 0.705083 0 0) (0.35609 0.230802 0 0.689278 0 0) (0.520529 0.311798 0 0.675386 0 0) (0.659909 0.347906 0 0.710651 0 0) (0.79576 0.36679 0 0.725395 0 0) (0.917078 0.358236 0 0.709763 0 0) (1.03394 0.321757 0 0.70497 0 0) (1.15763 0.290696 0 0.733629 0 0) (1.28065 0.283689 0 0.793162 0 0) (1.39883 0.285152 0 0.862689 0 0) (1.50656 0.276494 0 0.907913 0 0) (1.60307 0.239928 0 0.908042 0 0) (1.69516 0.199056 0 0.882905 0 0) (1.78682 0.171513 0 0.877648 0 0) (1.90169 0.148939 0 0.914043 0 0) (2.01009 0.130168 0 0.993345 0 0) (2.12587 0.13056 0 1.10313 0 0) (2.22464 0.140346 0 1.19085 0 0) (2.31109 0.152144 0 1.2081 0 0) (2.36922 0.144139 0 1.19428 0 0) (2.41232 0.112966 0 1.18729 0 0) (2.43278 0.0568485 0 1.15222 0 0) (2.44462 -0.0291691 0 1.1056 0 0) (2.44061 -0.127036 0 1.09023 0 0) (2.45208 -0.196375 0 1.11732 0 0) (2.499 -0.24082 0 1.17773 0 0) (2.57056 -0.266312 0 1.28047 0 0) (2.64529 -0.281337 0 1.43594 0 0) (2.74339 -0.281035 0 1.57266 0 0) (2.82493 -0.294952 0 1.63014 0 0) (2.933 -0.309189 0 1.64503 0 0) (3.04931 -0.322412 0 1.65428 0 0) (3.18921 -0.331457 0 1.66329 0 0) (3.3357 -0.353594 0 1.68028 0 0) (3.45253 -0.410757 0 1.69814 0 0) (3.58951 -0.470515 0 1.70819 0 0) (3.76156 -0.522257 0 1.73858 0 0) (3.92995 -0.586565 0 1.81837 0 0) (4.1362 -0.659848 0 1.89968 0 0) (4.33244 -0.73419 0 1.94565 0 0) (4.58884 -0.77376 0 1.99347 0 0) (4.83273 -0.810831 0 2.05046 0 0) (5.09954 -0.872073 0 2.12177 0 0) (5.33606 -0.936538 0 2.18781 0 0) (5.59704 -1.01565 0 2.24376 0 0) (5.85394 -1.10159 0 2.27592 0 0) (6.13413 -1.21539 0 2.30884 0 0) (6.35441 -1.35659 0 2.36222 0 0) (6.57539 -1.50047 0 2.43894 0 0) (6.78661 -1.63554 0 2.55802 0 0) (7.07065 -1.70151 0 2.72426 0 0) (7.39258 -1.71833 0 2.92998 0 0) (7.76618 -1.71359 0 3.13526 0 0) (8.12433 -1.71527 0 3.27016 0 0) (8.46181 -1.74938 0 3.32671 0 0) (8.72768 -1.83567 0 3.35226 0 0) (9.03352 -1.96765 0 3.39085 0 0) (9.25794 -2.17315 0 3.44734 0 0) (9.47121 -2.43175 0 3.51782 0 0) (9.58212 -2.70192 0 3.60229 0 0) (9.73433 -2.93038 0 3.73543 0 0) (9.8131 -3.11834 0 3.90606 0 0) (9.94928 -3.18349 0 4.07487 0 0) (10.0562 -3.15494 0 4.1684 0 0) (10.3068 -3.02749 0 4.17088 0 0) (10.4826 -2.85936 0 4.08645 0 0) (10.9482 -2.7471 0 3.99871 0 0) (11.1884 -2.66034 0 3.87195 0 0) (11.7669 -2.67552 0 3.77498 0 0) (12.024 -2.74994 0 3.7343 0 0) (12.581 -2.8558 0 3.73189 0 0) (12.7835 -2.92455 0 3.75533 0 0) (13.3367 -3.01317 0 3.8271 0 0) (13.5154 -3.06986 0 3.93669 0 0) (13.8318 -3.1807 0 4.06525 0 0) (13.8492 -3.26442 0 4.20244 0 0) (14.0804 -3.31196 0 4.33403 0 0) (14.0553 -3.33697 0 4.41588 0 0) (14.2654 -3.37706 0 4.44032 0 0) (14.1438 -3.42726 0 4.48472 0 0) (14.4134 -3.51308 0 4.5719 0 0) (14.1621 -3.55893 0 4.67201 0 0) (14.547 -3.58225 0 4.76231 0 0) (14.295 -3.53882 0 4.82972 0 0) (14.778 -3.47957 0 4.88977 0 0) (14.6468 -3.36867 0 4.91652 0 0) (15.236 -3.34476 0 4.96458 0 0) (15.0771 -3.26155 0 4.99314 0 0) (15.653 -3.30225 0 5.06945 0 0) (15.357 -3.26353 0 5.13712 0 0) (15.9154 -3.39373 0 5.27624 0 0) (15.3594 -3.37101 0 5.3961 0 0) (15.87 -3.56442 0 5.54013 0 0) (15.06 -3.53978 0 5.66163 0 0) (15.6122 -3.72714 0 5.84575 0 0) (14.6155 -3.60999 0 5.98785 0 0) (15.2733 -3.7162 0 6.18132 0 0) (14.4528 -3.59906 0 6.33497 0 0) (15.1362 -3.73305 0 6.52465 0 0) (14.4097 -3.62761 0 6.68141 0 0) (15.0814 -3.70586 0 6.86695 0 0) (14.4228 -3.62233 0 6.99579 0 0) (15.0607 -3.70846 0 7.18299 0 0) (14.4879 -3.62551 0 7.34369 0 0) (15.0844 -3.72661 0 7.51758 0 0) (14.5339 -3.60198 0 7.61306 0 0) (15.0434 -3.62938 0 7.67262 0 0) (14.4285 -3.51558 0 7.73726 0 0) (14.8645 -3.56628 0 7.81919 0 0) (14.1976 -3.43074 0 7.90032 0 0) (14.5991 -3.49985 0 8.03486 0 0) (13.9176 -3.34739 0 8.15057 0 0) (14.273 -3.39228 0 8.26881 0 0) (13.5902 -3.19697 0 8.35785 0 0) (13.9223 -3.22087 0 8.4928 0 0) (13.395 -2.9887 0 8.55843 0 0) (13.7729 -3.01711 0 8.70434 0 0) (13.2302 -2.76832 0 8.7903 0 0) (13.7691 -2.80749 0 8.94273 0 0) (13.1491 -2.53039 0 9.01328 0 0) (13.719 -2.5775 0 9.13811 0 0) (13.0905 -2.33566 0 9.20981 0 0) (13.5066 -2.36655 0 9.33796 0 0) (12.9118 -2.14425 0 9.431 0 0) (13.2418 -2.14056 0 9.58145 0 0) (12.6386 -1.91024 0 9.70734 0 0) (12.8967 -1.88787 0 9.86896 0 0) (12.3737 -1.69194 0 10.0348 0 0) (12.532 -1.65727 0 10.2023 0 0) (12.0518 -1.47134 0 10.3357 0 0) (12.1331 -1.44166 0 10.4461 0 0) (11.687 -1.25732 0 10.4973 0 0) (11.6783 -1.20433 0 10.5708 0 0) (11.2887 -1.03262 0 10.6164 0 0) (11.2616 -0.991447 0 10.7168 0 0) (10.8981 -0.836466 0 10.8433 0 0) (10.9221 -0.807519 0 10.9655 0 0) (10.5633 -0.68019 0 11.1132 0 0) (10.6158 -0.676585 0 11.2571 0 0) (10.2433 -0.555927 0 11.3849 0 0) (10.3228 -0.565437 0 11.4964 0 0) (9.91676 -0.430411 0 11.5653 0 0) (10.0468 -0.475554 0 11.645 0 0) (9.61284 -0.334985 0 11.6781 0 0) (9.74839 -0.397451 0 11.7614 0 0) (9.35589 -0.280255 0 11.801 0 0) (9.5367 -0.386257 0 11.8961 0 0) (9.18436 -0.274515 0 11.9579 0 0) (9.39941 -0.398074 0 12.0255 0 0) (9.06483 -0.290366 0 12.1735 0 0) (9.27309 -0.401585 0 12.1927 0 0) (8.99926 -0.334963 0 12.3023 0 0) (9.2052 -0.430481 0 12.2858 0 0) (8.93725 -0.390514 0 12.3032 0 0) (9.15869 -0.462657 0 12.2104 0 0) (8.90235 -0.43625 0 12.2044 0 0) (9.09517 -0.468068 0 12.0766 0 0) (8.82059 -0.437812 0 12.0364 0 0) (8.96782 -0.449204 0 11.8977 0 0) (8.7649 -0.430856 0 11.8352 0 0) (8.88073 -0.417758 0 11.7356 0 0) (8.72014 -0.437872 0 11.6681 0 0) (8.81304 -0.452472 0 11.5814 0 0) (8.71016 -0.455648 0 11.504 0 0) (8.833 -0.499156 0 11.3733 0 0) (8.75711 -0.528835 0 11.2349 0 0) (8.90061 -0.543722 0 11.1193 0 0) (8.84032 -0.577798 0 10.9071 0 0) (9.05325 -0.619989 0 10.7381 0 0) (8.927 -0.584016 0 10.5766 0 0) (9.1479 -0.614569 0 10.3343 0 0) (9.06219 -0.559062 0 10.1995 0 0) (9.24013 -0.602842 0 9.93588 0 0) (9.1359 -0.527825 0 9.80086 0 0) (9.28383 -0.541535 0 9.53908 0 0) (9.07391 -0.46846 0 9.34855 0 0) (9.23972 -0.485042 0 9.09998 0 0) (8.78614 -0.409662 0 8.79709 0 0) (9.01892 -0.327677 0 8.55075 0 0) (8.40949 -0.168239 0 8.18425 0 0) (8.67648 -0.0547646 0 7.86402 0 0) (8.02489 0.231798 0 7.59969 0 0) (8.34823 0.356903 0 7.29848 0 0) (7.52004 0.664932 0 7.1012 0 0) (7.88462 0.868185 0 6.90445 0 0) (6.8048 1.07874 0 6.78465 0 0) (7.13381 1.39732 0 6.63619 0 0) (5.89897 1.4913 0 6.65091 0 0) (6.13521 1.89425 0 6.634 0 0) (4.96878 1.96262 0 6.93054 0 0) (5.13717 2.44256 0 7.02755 0 0) (4.03661 2.29277 0 7.57519 0 0) (4.05942 2.80281 0 7.9411 0 0) (3.02176 2.35848 0 8.81453 0 0) (2.79128 2.75036 0 9.56761 0 0) (1.79001 2.00747 0 10.7237 0 0) (1.19151 1.79268 0 11.6651 0 0) (0.670245 1.18796 0 13.9471 0 0) (0.237245 -0.992306 0 12.8106 0 0) (0.02635 0.0384136 0 0.570128 0 0) (0.168815 0.156104 0 0.618372 0 0) (0.344303 0.27984 0 0.610571 0 0) (0.552103 0.346189 0 0.623691 0 0) (0.742992 0.360567 0 0.647105 0 0) (0.917231 0.349786 0 0.637701 0 0) (1.07085 0.314599 0 0.603686 0 0) (1.19618 0.256429 0 0.587765 0 0) (1.30204 0.200304 0 0.588859 0 0) (1.39039 0.169135 0 0.620662 0 0) (1.48732 0.161117 0 0.674648 0 0) (1.5819 0.162573 0 0.71859 0 0) (1.66994 0.147232 0 0.735803 0 0) (1.74482 0.115411 0 0.720297 0 0) (1.80492 0.0718206 0 0.707462 0 0) (1.89637 0.0409138 0 0.73667 0 0) (2.01013 0.0324819 0 0.800119 0 0) (2.14356 0.0427453 0 0.884512 0 0) (2.2737 0.0687902 0 0.963075 0 0) (2.41861 0.094417 0 0.995048 0 0) (2.5444 0.107271 0 1.00226 0 0) (2.66846 0.0963576 0 1.01249 0 0) (2.7483 0.0597379 0 1.00439 0 0) (2.81452 -0.0134434 0 0.977377 0 0) (2.81883 -0.109214 0 0.962921 0 0) (2.81055 -0.212167 0 0.972243 0 0) (2.80433 -0.293381 0 1.01395 0 0) (2.8375 -0.346341 0 1.0935 0 0) (2.88491 -0.377341 0 1.21603 0 0) (2.99393 -0.368241 0 1.35489 0 0) (3.09738 -0.368346 0 1.43566 0 0) (3.21884 -0.388528 0 1.47473 0 0) (3.32431 -0.419697 0 1.49425 0 0) (3.46376 -0.451382 0 1.50833 0 0) (3.62832 -0.473126 0 1.5269 0 0) (3.82518 -0.504182 0 1.56667 0 0) (3.96963 -0.570827 0 1.58923 0 0) (4.15772 -0.647367 0 1.61918 0 0) (4.28483 -0.738684 0 1.67826 0 0) (4.49126 -0.824935 0 1.76341 0 0) (4.66502 -0.894423 0 1.82407 0 0) (4.9124 -0.978474 0 1.86106 0 0) (5.11837 -1.05144 0 1.91292 0 0) (5.44911 -1.11173 0 1.99512 0 0) (5.7351 -1.16927 0 2.07405 0 0) (6.06654 -1.24398 0 2.14802 0 0) (6.32549 -1.33565 0 2.19396 0 0) (6.60708 -1.44267 0 2.23787 0 0) (6.79554 -1.54995 0 2.29423 0 0) (6.99062 -1.66741 0 2.36497 0 0) (7.11171 -1.78425 0 2.45015 0 0) (7.26345 -1.87747 0 2.56567 0 0) (7.44615 -1.92109 0 2.71127 0 0) (7.75826 -1.91832 0 2.88806 0 0) (8.09161 -1.89511 0 3.02882 0 0) (8.5157 -1.90072 0 3.10948 0 0) (8.84394 -1.96107 0 3.14506 0 0) (9.18908 -2.09642 0 3.20165 0 0) (9.40701 -2.28521 0 3.27973 0 0) (9.61819 -2.51486 0 3.37844 0 0) (9.64548 -2.75571 0 3.46014 0 0) (9.68434 -2.97475 0 3.56804 0 0) (9.60516 -3.13926 0 3.69454 0 0) (9.68489 -3.21029 0 3.82038 0 0) (9.63185 -3.16274 0 3.88687 0 0) (9.82305 -3.0656 0 3.89559 0 0) (9.9132 -2.91582 0 3.82993 0 0) (10.3064 -2.82759 0 3.78543 0 0) (10.4916 -2.7739 0 3.71829 0 0) (11.0797 -2.81133 0 3.6531 0 0) (11.232 -2.84037 0 3.61844 0 0) (11.8353 -2.96811 0 3.6093 0 0) (11.8399 -3.00148 0 3.63199 0 0) (12.428 -3.13504 0 3.70259 0 0) (12.4586 -3.15781 0 3.79465 0 0) (12.9945 -3.23239 0 3.89293 0 0) (12.9095 -3.26554 0 4.00601 0 0) (13.2746 -3.31711 0 4.12803 0 0) (13.0948 -3.31174 0 4.21606 0 0) (13.4573 -3.3399 0 4.28048 0 0) (13.1588 -3.36306 0 4.35561 0 0) (13.5222 -3.45992 0 4.47252 0 0) (13.1727 -3.47059 0 4.56704 0 0) (13.5342 -3.54725 0 4.6742 0 0) (13.1867 -3.48735 0 4.74224 0 0) (13.6577 -3.50251 0 4.81553 0 0) (13.3989 -3.38828 0 4.87352 0 0) (14.0599 -3.41655 0 4.94737 0 0) (13.8324 -3.27724 0 4.97361 0 0) (14.595 -3.34713 0 5.07556 0 0) (14.2159 -3.25409 0 5.14821 0 0) (15.0237 -3.39846 0 5.27027 0 0) (14.3314 -3.29519 0 5.37935 0 0) (15.0989 -3.49792 0 5.54528 0 0) (14.1336 -3.39632 0 5.66911 0 0) (14.7644 -3.59222 0 5.87571 0 0) (13.7349 -3.46706 0 6.02277 0 0) (14.3768 -3.61893 0 6.24175 0 0) (13.4878 -3.46679 0 6.405 0 0) (14.1115 -3.6259 0 6.63228 0 0) (13.3606 -3.48199 0 6.79241 0 0) (13.9138 -3.57906 0 6.99528 0 0) (13.2432 -3.44333 0 7.12499 0 0) (13.8116 -3.55783 0 7.33448 0 0) (13.0995 -3.42434 0 7.50137 0 0) (13.6753 -3.52135 0 7.68601 0 0) (12.9739 -3.34622 0 7.76548 0 0) (13.513 -3.38956 0 7.86788 0 0) (12.8644 -3.22508 0 7.91791 0 0) (13.4007 -3.30928 0 8.05448 0 0) (12.6198 -3.14095 0 8.16754 0 0) (13.2041 -3.25798 0 8.31315 0 0) (12.3595 -3.05022 0 8.39451 0 0) (12.8957 -3.15511 0 8.53367 0 0) (12.0647 -2.93482 0 8.60394 0 0) (12.6938 -3.02525 0 8.77126 0 0) (11.7733 -2.78512 0 8.87468 0 0) (12.4852 -2.86454 0 9.05126 0 0) (11.6029 -2.57542 0 9.13219 0 0) (12.271 -2.64713 0 9.3015 0 0) (11.5687 -2.35083 0 9.363 0 0) (12.093 -2.39181 0 9.51689 0 0) (11.4958 -2.14235 0 9.59039 0 0) (11.9117 -2.18173 0 9.72463 0 0) (11.3385 -1.95788 0 9.82601 0 0) (11.6906 -1.98864 0 9.99896 0 0) (11.1171 -1.76686 0 10.1402 0 0) (11.3568 -1.77485 0 10.3443 0 0) (10.8723 -1.57559 0 10.5348 0 0) (10.9916 -1.56315 0 10.7082 0 0) (10.574 -1.34692 0 10.8185 0 0) (10.6778 -1.3282 0 10.9183 0 0) (10.2324 -1.14265 0 10.9664 0 0) (10.3796 -1.12428 0 11.0568 0 0) (9.90639 -0.980804 0 11.1087 0 0) (10.1076 -0.970225 0 11.2607 0 0) (9.603 -0.842999 0 11.3956 0 0) (9.84939 -0.868129 0 11.563 0 0) (9.30936 -0.711886 0 11.7356 0 0) (9.57954 -0.770481 0 11.9111 0 0) (9.03811 -0.57639 0 12.0337 0 0) (9.32422 -0.634952 0 12.1845 0 0) (8.81028 -0.441721 0 12.2541 0 0) (9.05557 -0.529473 0 12.3435 0 0) (8.64754 -0.335912 0 12.3877 0 0) (8.84538 -0.467436 0 12.5056 0 0) (8.4797 -0.287095 0 12.5579 0 0) (8.68678 -0.469394 0 12.6673 0 0) (8.3362 -0.294763 0 12.7629 0 0) (8.53151 -0.474171 0 12.8348 0 0) (8.25681 -0.291722 0 12.9517 0 0) (8.41998 -0.444554 0 13 0 0) (8.19041 -0.269614 0 13.0711 0 0) (8.32758 -0.451356 0 13.0746 0 0) (8.1297 -0.268567 0 13.1367 0 0) (8.22117 -0.41708 0 13.0183 0 0) (8.04444 -0.276902 0 13.0103 0 0) (8.11491 -0.382051 0 12.8707 0 0) (8.00626 -0.294649 0 12.8168 0 0) (8.01975 -0.341546 0 12.6469 0 0) (7.97788 -0.31604 0 12.5972 0 0) (7.96457 -0.329564 0 12.4685 0 0) (7.94602 -0.346304 0 12.4725 0 0) (7.90186 -0.377317 0 12.3674 0 0) (7.91112 -0.400791 0 12.3168 0 0) (7.8633 -0.429056 0 12.228 0 0) (7.91268 -0.479383 0 12.1427 0 0) (7.90791 -0.553607 0 11.9737 0 0) (7.964 -0.516984 0 11.8125 0 0) (8.0425 -0.69398 0 11.5576 0 0) (8.05721 -0.571663 0 11.368 0 0) (8.17534 -0.705558 0 11.1243 0 0) (8.20574 -0.61375 0 10.9019 0 0) (8.29095 -0.731877 0 10.7223 0 0) (8.26353 -0.612124 0 10.4754 0 0) (8.44955 -0.676125 0 10.2529 0 0) (8.29381 -0.558237 0 10.0162 0 0) (8.46443 -0.582129 0 9.7626 0 0) (8.16658 -0.425263 0 9.48138 0 0) (8.25411 -0.496011 0 9.1587 0 0) (7.88959 -0.18135 0 8.88459 0 0) (8.05084 -0.253455 0 8.49462 0 0) (7.4581 0.0734403 0 8.19908 0 0) (7.76896 0.118759 0 7.88769 0 0) (6.97293 0.437157 0 7.66107 0 0) (7.32779 0.579268 0 7.39341 0 0) (6.4116 0.861658 0 7.3833 0 0) (6.70851 1.06486 0 7.08672 0 0) (5.69491 1.25468 0 7.30539 0 0) (5.81361 1.52894 0 7.0433 0 0) (4.81172 1.61241 0 7.53556 0 0) (4.88932 2.05435 0 7.49009 0 0) (3.99229 2.00758 0 8.24152 0 0) (3.88535 2.41214 0 8.41826 0 0) (3.06714 2.18917 0 9.55913 0 0) (2.7523 2.42837 0 10.0322 0 0) (1.91911 2.05724 0 11.7598 0 0) (1.36746 1.84229 0 12.455 0 0) (0.560941 0.805168 0 14.639 0 0) (0.520371 1.65552 0 15.8126 0 0) (0.0394086 0.0658171 0 0.453745 0 0) (0.191113 0.196058 0 0.466742 0 0) (0.424458 0.264822 0 0.483214 0 0) (0.708253 0.28408 0 0.500526 0 0) (0.934578 0.277074 0 0.523757 0 0) (1.15065 0.262608 0 0.518694 0 0) (1.32087 0.234782 0 0.491002 0 0) (1.46315 0.17988 0 0.472106 0 0) (1.56076 0.127799 0 0.466278 0 0) (1.61558 0.081065 0 0.478168 0 0) (1.6636 0.0559382 0 0.509899 0 0) (1.71626 0.0558876 0 0.548167 0 0) (1.77319 0.0548053 0 0.573189 0 0) (1.83125 0.0358523 0 0.57265 0 0) (1.87463 -0.00722605 0 0.562839 0 0) (1.91986 -0.0527922 0 0.571319 0 0) (1.98489 -0.0772026 0 0.607896 0 0) (2.0823 -0.073516 0 0.669149 0 0) (2.19234 -0.0508511 0 0.73356 0 0) (2.35165 -0.0242916 0 0.771566 0 0) (2.47942 -0.0098967 0 0.792161 0 0) (2.65247 -0.0123428 0 0.818505 0 0) (2.76459 -0.0255502 0 0.835218 0 0) (2.93381 -0.0598969 0 0.843995 0 0) (3.00493 -0.117683 0 0.848454 0 0) (3.10344 -0.21085 0 0.857932 0 0) (3.08282 -0.315482 0 0.877461 0 0) (3.13304 -0.407499 0 0.925145 0 0) (3.11425 -0.464437 0 1.01423 0 0) (3.21732 -0.49261 0 1.13095 0 0) (3.29182 -0.488619 0 1.23222 0 0) (3.45576 -0.49978 0 1.3002 0 0) (3.58278 -0.52137 0 1.32952 0 0) (3.7519 -0.567406 0 1.35486 0 0) (3.89583 -0.617309 0 1.38288 0 0) (4.09983 -0.674674 0 1.42942 0 0) (4.30882 -0.732066 0 1.46567 0 0) (4.55118 -0.806641 0 1.50462 0 0) (4.74557 -0.894767 0 1.5569 0 0) (4.96641 -0.996532 0 1.63228 0 0) (5.11214 -1.09192 0 1.69645 0 0) (5.37932 -1.17942 0 1.75578 0 0) (5.53657 -1.26648 0 1.80334 0 0) (5.8068 -1.37618 0 1.8698 0 0) (6.02834 -1.44915 0 1.93906 0 0) (6.33105 -1.53163 0 2.01502 0 0) (6.60456 -1.57678 0 2.07883 0 0) (6.87646 -1.66125 0 2.13164 0 0) (7.06985 -1.73669 0 2.17565 0 0) (7.25064 -1.82847 0 2.23959 0 0) (7.38035 -1.90564 0 2.30913 0 0) (7.52726 -1.99674 0 2.39828 0 0) (7.61772 -2.0608 0 2.50614 0 0) (7.80731 -2.11205 0 2.64872 0 0) (8.0138 -2.12927 0 2.7899 0 0) (8.393 -2.16029 0 2.90625 0 0) (8.74131 -2.19911 0 2.97805 0 0) (9.16035 -2.30062 0 3.04165 0 0) (9.40776 -2.43439 0 3.10204 0 0) (9.65465 -2.6158 0 3.2008 0 0) (9.66113 -2.77736 0 3.28398 0 0) (9.64053 -2.95027 0 3.3773 0 0) (9.47255 -3.07302 0 3.46145 0 0) (9.39159 -3.14953 0 3.56031 0 0) (9.24265 -3.10011 0 3.60104 0 0) (9.38968 -3.07202 0 3.62381 0 0) (9.3531 -2.93571 0 3.58358 0 0) (9.78255 -2.92838 0 3.5885 0 0) (9.86513 -2.87302 0 3.5629 0 0) (10.4686 -2.90442 0 3.52478 0 0) (10.525 -2.89898 0 3.48711 0 0) (11.1617 -2.99864 0 3.46728 0 0) (11.0593 -3.02223 0 3.49187 0 0) (11.634 -3.14624 0 3.55348 0 0) (11.4078 -3.15405 0 3.63721 0 0) (11.9406 -3.24546 0 3.75054 0 0) (11.7046 -3.21179 0 3.83633 0 0) (12.21 -3.291 0 3.96225 0 0) (11.8258 -3.23539 0 4.05339 0 0) (12.3833 -3.32794 0 4.16299 0 0) (11.908 -3.27392 0 4.25337 0 0) (12.5052 -3.41017 0 4.38477 0 0) (11.8754 -3.3589 0 4.50247 0 0) (12.5391 -3.49254 0 4.60944 0 0) (11.8607 -3.3759 0 4.67424 0 0) (12.6139 -3.4796 0 4.77955 0 0) (11.9457 -3.3308 0 4.81931 0 0) (12.8612 -3.44318 0 4.92787 0 0) (12.1415 -3.25197 0 4.97549 0 0) (13.2547 -3.40381 0 5.08841 0 0) (12.4523 -3.18456 0 5.1657 0 0) (13.6434 -3.3692 0 5.2899 0 0) (12.7137 -3.15598 0 5.36442 0 0) (13.7951 -3.38015 0 5.55373 0 0) (12.7337 -3.2099 0 5.66427 0 0) (13.6021 -3.41553 0 5.88179 0 0) (12.5359 -3.27197 0 6.01502 0 0) (13.2959 -3.44801 0 6.26697 0 0) (12.2728 -3.27935 0 6.43151 0 0) (13.0212 -3.45195 0 6.69184 0 0) (12.032 -3.24533 0 6.86726 0 0) (12.73 -3.39292 0 7.07478 0 0) (11.7785 -3.17398 0 7.23685 0 0) (12.4619 -3.32143 0 7.47381 0 0) (11.5719 -3.12879 0 7.62113 0 0) (12.2309 -3.2474 0 7.8174 0 0) (11.3617 -3.03271 0 7.87723 0 0) (12.1018 -3.12762 0 8.03115 0 0) (11.1686 -2.93032 0 8.11532 0 0) (12.0567 -3.09705 0 8.29173 0 0) (11.0083 -2.82978 0 8.3497 0 0) (11.9594 -3.00992 0 8.50726 0 0) (10.8516 -2.71215 0 8.57036 0 0) (11.7363 -2.89646 0 8.73147 0 0) (10.6871 -2.61048 0 8.817 0 0) (11.4492 -2.80279 0 9.02277 0 0) (10.4972 -2.49287 0 9.09833 0 0) (11.1127 -2.62554 0 9.30885 0 0) (10.276 -2.30679 0 9.3599 0 0) (10.8217 -2.41005 0 9.5679 0 0) (10.0668 -2.08097 0 9.64723 0 0) (10.6359 -2.19747 0 9.82241 0 0) (9.9528 -1.86941 0 9.89581 0 0) (10.4782 -2.01491 0 10.0616 0 0) (9.87874 -1.72167 0 10.1596 0 0) (10.2287 -1.83221 0 10.3602 0 0) (9.68979 -1.5821 0 10.5218 0 0) (9.91381 -1.6433 0 10.7568 0 0) (9.41754 -1.41866 0 10.9232 0 0) (9.61868 -1.43896 0 11.1193 0 0) (9.10307 -1.20472 0 11.2002 0 0) (9.40535 -1.23871 0 11.3234 0 0) (8.87372 -1.0274 0 11.3562 0 0) (9.25715 -1.09191 0 11.4797 0 0) (8.69605 -0.92399 0 11.5633 0 0) (9.08474 -1.00575 0 11.7488 0 0) (8.52025 -0.846141 0 11.9021 0 0) (8.85478 -0.937592 0 12.1025 0 0) (8.29186 -0.751721 0 12.2678 0 0) (8.62115 -0.829825 0 12.4425 0 0) (8.12016 -0.609224 0 12.555 0 0) (8.3965 -0.681388 0 12.7274 0 0) (7.97744 -0.46914 0 12.8278 0 0) (8.20418 -0.566529 0 12.9387 0 0) (7.86234 -0.370512 0 13.0153 0 0) (8.10153 -0.490373 0 13.1818 0 0) (7.77233 -0.325887 0 13.2609 0 0) (8.00195 -0.494217 0 13.3651 0 0) (7.66867 -0.321 0 13.4652 0 0) (7.84842 -0.45086 0 13.5238 0 0) (7.5787 -0.303738 0 13.6303 0 0) (7.7405 -0.418097 0 13.6549 0 0) (7.50434 -0.261496 0 13.7637 0 0) (7.65077 -0.358282 0 13.7159 0 0) (7.41956 -0.219679 0 13.7799 0 0) (7.55132 -0.275725 0 13.6854 0 0) (7.31027 -0.189662 0 13.6933 0 0) (7.40879 -0.236686 0 13.5476 0 0) (7.24313 -0.180817 0 13.5577 0 0) (7.32427 -0.223272 0 13.3525 0 0) (7.22562 -0.196043 0 13.3663 0 0) (7.28035 -0.258895 0 13.2053 0 0) (7.22184 -0.268264 0 13.2052 0 0) (7.26676 -0.304085 0 13.1334 0 0) (7.17893 -0.337814 0 13.0769 0 0) (7.22402 -0.418276 0 12.9919 0 0) (7.14682 -0.397899 0 12.9072 0 0) (7.23148 -0.552604 0 12.7131 0 0) (7.13119 -0.498775 0 12.5543 0 0) (7.32558 -0.633271 0 12.3278 0 0) (7.19157 -0.627359 0 12.1102 0 0) (7.41186 -0.711347 0 11.9016 0 0) (7.28383 -0.721666 0 11.7672 0 0) (7.56293 -0.829654 0 11.4399 0 0) (7.36004 -0.746976 0 11.28 0 0) (7.70113 -0.859615 0 10.9686 0 0) (7.42206 -0.653289 0 10.7232 0 0) (7.85342 -0.778793 0 10.3727 0 0) (7.27655 -0.500938 0 10.0822 0 0) (7.88679 -0.629177 0 9.7202 0 0) (6.98561 -0.368598 0 9.39764 0 0) (7.72543 -0.379813 0 9.03996 0 0) (6.69861 -0.135641 0 8.76601 0 0) (7.40388 -0.0845231 0 8.36559 0 0) (6.32052 0.161922 0 8.25376 0 0) (7.01476 0.273543 0 7.83793 0 0) (5.85958 0.432418 0 7.93002 0 0) (6.45022 0.762401 0 7.57195 0 0) (5.28771 0.733749 0 7.8182 0 0) (5.75782 1.2857 0 7.54133 0 0) (4.56932 1.00376 0 7.98303 0 0) (4.88578 1.77224 0 7.87897 0 0) (3.84533 1.34107 0 8.72265 0 0) (3.97756 2.25773 0 8.86361 0 0) (2.98669 1.55081 0 10.0092 0 0) (2.95167 2.58313 0 10.6344 0 0) (1.95904 1.57407 0 12.1013 0 0) (1.6198 2.39666 0 13.648 0 0) (0.747581 0.805611 0 16.1625 0 0) (0.323104 -1.18155 0 15.1777 0 0) (0.0882084 0.0614233 0 0.275632 0 0) (0.231613 0.15257 0 0.331657 0 0) (0.515692 0.152743 0 0.363448 0 0) (0.78545 0.141578 0 0.390059 0 0) (1.01749 0.147251 0 0.396178 0 0) (1.22268 0.146908 0 0.376235 0 0) (1.36256 0.129082 0 0.350459 0 0) (1.49485 0.0853313 0 0.335951 0 0) (1.56645 0.0487683 0 0.335782 0 0) (1.64137 0.0132038 0 0.349154 0 0) (1.68354 -0.014284 0 0.371241 0 0) (1.74622 -0.0290589 0 0.397092 0 0) (1.79727 -0.0341905 0 0.421178 0 0) (1.88399 -0.0479741 0 0.439535 0 0) (1.93651 -0.0719733 0 0.445411 0 0) (1.98508 -0.115328 0 0.449848 0 0) (1.99579 -0.147001 0 0.466381 0 0) (2.04869 -0.163426 0 0.502946 0 0) (2.08015 -0.161903 0 0.552071 0 0) (2.20902 -0.154386 0 0.588368 0 0) (2.27904 -0.152212 0 0.611594 0 0) (2.46495 -0.15905 0 0.640619 0 0) (2.52334 -0.175514 0 0.67031 0 0) (2.73728 -0.209998 0 0.692249 0 0) (2.80207 -0.249428 0 0.714151 0 0) (3.03241 -0.308044 0 0.739289 0 0) (3.08964 -0.371304 0 0.767073 0 0) (3.26087 -0.459065 0 0.80269 0 0) (3.25312 -0.537461 0 0.853777 0 0) (3.38746 -0.609163 0 0.934362 0 0) (3.41684 -0.631915 0 1.01539 0 0) (3.59904 -0.668202 0 1.0935 0 0) (3.72114 -0.68306 0 1.148 0 0) (3.94215 -0.740819 0 1.19865 0 0) (4.09398 -0.789566 0 1.23576 0 0) (4.3311 -0.865304 0 1.28543 0 0) (4.49843 -0.936612 0 1.33185 0 0) (4.7698 -1.0311 0 1.38321 0 0) (4.95749 -1.12015 0 1.43323 0 0) (5.24252 -1.22653 0 1.50611 0 0) (5.40013 -1.31384 0 1.57379 0 0) (5.6853 -1.41602 0 1.64274 0 0) (5.83175 -1.48684 0 1.69973 0 0) (6.09283 -1.59216 0 1.76444 0 0) (6.23002 -1.6441 0 1.82438 0 0) (6.45289 -1.74261 0 1.89288 0 0) (6.59145 -1.77851 0 1.9493 0 0) (6.8333 -1.86257 0 2.00679 0 0) (6.98961 -1.8856 0 2.05342 0 0) (7.24958 -1.98368 0 2.10733 0 0) (7.3744 -2.02489 0 2.16484 0 0) (7.63441 -2.13171 0 2.2433 0 0) (7.72942 -2.18274 0 2.33173 0 0) (7.97557 -2.27843 0 2.44661 0 0) (8.09114 -2.32372 0 2.56847 0 0) (8.41495 -2.39744 0 2.69083 0 0) (8.56825 -2.4374 0 2.78231 0 0) (8.94761 -2.53903 0 2.87442 0 0) (9.06651 -2.59334 0 2.93421 0 0) (9.37295 -2.73477 0 3.01574 0 0) (9.32428 -2.76637 0 3.06215 0 0) (9.44038 -2.91434 0 3.1489 0 0) (9.23596 -2.93808 0 3.19669 0 0) (9.27832 -3.04132 0 3.2788 0 0) (8.94248 -2.99822 0 3.32993 0 0) (9.1834 -3.04682 0 3.38292 0 0) (8.90548 -2.93429 0 3.39303 0 0) (9.40553 -2.99762 0 3.42807 0 0) (9.19241 -2.89172 0 3.42176 0 0) (9.84071 -2.97706 0 3.40888 0 0) (9.60065 -2.88911 0 3.37824 0 0) (10.3274 -3.02069 0 3.39314 0 0) (10.0288 -2.96302 0 3.39644 0 0) (10.7175 -3.10405 0 3.44943 0 0) (10.2738 -3.0286 0 3.48361 0 0) (10.921 -3.16974 0 3.59671 0 0) (10.3242 -3.06991 0 3.67528 0 0) (11.1056 -3.21257 0 3.8044 0 0) (10.3911 -3.08458 0 3.91548 0 0) (11.3023 -3.2644 0 4.05247 0 0) (10.4871 -3.12874 0 4.16007 0 0) (11.3936 -3.34061 0 4.31503 0 0) (10.4922 -3.2031 0 4.40533 0 0) (11.4423 -3.40044 0 4.56606 0 0) (10.3783 -3.22259 0 4.60941 0 0) (11.5021 -3.40704 0 4.74166 0 0) (10.2952 -3.1692 0 4.79256 0 0) (11.6031 -3.3795 0 4.90227 0 0) (10.3426 -3.07808 0 4.965 0 0) (11.705 -3.31606 0 5.10348 0 0) (10.5047 -3.00462 0 5.15116 0 0) (11.8299 -3.23257 0 5.30241 0 0) (10.71 -2.96497 0 5.36401 0 0) (12.0062 -3.20207 0 5.57308 0 0) (10.9055 -2.9678 0 5.66268 0 0) (12.077 -3.22233 0 5.89364 0 0) (10.8967 -3.00169 0 5.99998 0 0) (11.9223 -3.25308 0 6.2859 0 0) (10.6985 -2.99787 0 6.43419 0 0) (11.6909 -3.22981 0 6.71834 0 0) (10.4757 -2.90791 0 6.87216 0 0) (11.3518 -3.11902 0 7.13259 0 0) (10.1649 -2.81572 0 7.30244 0 0) (11.067 -3.01748 0 7.57938 0 0) (9.89076 -2.74493 0 7.71272 0 0) (10.8931 -2.9544 0 7.92446 0 0) (9.6955 -2.64817 0 8.00143 0 0) (10.7809 -2.88575 0 8.20674 0 0) (9.57974 -2.55543 0 8.26925 0 0) (10.682 -2.84022 0 8.48522 0 0) (9.48971 -2.45937 0 8.48239 0 0) (10.552 -2.7515 0 8.67212 0 0) (9.48215 -2.35432 0 8.67542 0 0) (10.4097 -2.64379 0 8.91481 0 0) (9.42008 -2.24828 0 8.95645 0 0) (10.1812 -2.50769 0 9.21725 0 0) (9.21957 -2.1041 0 9.25172 0 0) (9.95651 -2.32347 0 9.47597 0 0) (8.99757 -1.92322 0 9.53555 0 0) (9.7234 -2.13203 0 9.77253 0 0) (8.81741 -1.74704 0 9.87735 0 0) (9.50782 -1.95266 0 10.0863 0 0) (8.72309 -1.61335 0 10.1732 0 0) (9.35113 -1.80259 0 10.3667 0 0) (8.62168 -1.51729 0 10.4911 0 0) (9.1757 -1.68168 0 10.6956 0 0) (8.43789 -1.40885 0 10.8518 0 0) (8.93735 -1.52802 0 11.0992 0 0) (8.14596 -1.24392 0 11.2298 0 0) (8.72627 -1.35461 0 11.4199 0 0) (7.89269 -1.05923 0 11.4877 0 0) (8.54295 -1.20543 0 11.6485 0 0) (7.77872 -0.967177 0 11.7121 0 0) (8.48778 -1.11678 0 11.865 0 0) (7.75385 -0.94893 0 11.9872 0 0) (8.36262 -1.03716 0 12.1819 0 0) (7.66494 -0.90594 0 12.3639 0 0) (8.15352 -0.956327 0 12.5648 0 0) (7.50447 -0.812615 0 12.7259 0 0) (7.98538 -0.847549 0 12.8993 0 0) (7.40401 -0.694175 0 13.0313 0 0) (7.83764 -0.726612 0 13.21 0 0) (7.28867 -0.563671 0 13.3212 0 0) (7.73806 -0.628267 0 13.4632 0 0) (7.21347 -0.449555 0 13.6021 0 0) (7.63708 -0.547241 0 13.7606 0 0) (7.16462 -0.392319 0 13.9086 0 0) (7.51683 -0.482806 0 13.9704 0 0) (7.09526 -0.355833 0 14.0801 0 0) (7.42027 -0.419542 0 14.1219 0 0) (7.00703 -0.291566 0 14.2277 0 0) (7.33285 -0.386887 0 14.2201 0 0) (6.93501 -0.226554 0 14.3031 0 0) (7.20233 -0.281464 0 14.2539 0 0) (6.84822 -0.101814 0 14.3226 0 0) (7.07791 -0.167265 0 14.2293 0 0) (6.73661 -0.0573789 0 14.2738 0 0) (6.93481 -0.109197 0 14.1244 0 0) (6.659 -0.0797745 0 14.1393 0 0) (6.81664 -0.117309 0 13.9546 0 0) (6.64998 -0.128328 0 13.968 0 0) (6.7665 -0.165794 0 13.8459 0 0) (6.63446 -0.19714 0 13.8438 0 0) (6.72221 -0.226706 0 13.785 0 0) (6.58907 -0.252397 0 13.7853 0 0) (6.6569 -0.341423 0 13.6528 0 0) (6.51148 -0.312104 0 13.6025 0 0) (6.66917 -0.49817 0 13.4021 0 0) (6.45072 -0.444758 0 13.2275 0 0) (6.74572 -0.65626 0 12.9733 0 0) (6.48943 -0.560476 0 12.8116 0 0) (6.80286 -0.846626 0 12.5908 0 0) (6.55782 -0.679233 0 12.4238 0 0) (6.92973 -0.966181 0 12.1628 0 0) (6.64264 -0.753921 0 11.8595 0 0) (7.11015 -1.01854 0 11.5824 0 0) (6.64011 -0.703604 0 11.2687 0 0) (7.30033 -0.933624 0 10.9616 0 0) (6.62239 -0.594352 0 10.6587 0 0) (7.2612 -0.763442 0 10.3078 0 0) (6.4528 -0.515159 0 10.0563 0 0) (7.06622 -0.592165 0 9.53327 0 0) (6.20586 -0.356515 0 9.37819 0 0) (6.84521 -0.36593 0 8.76308 0 0) (5.9257 -0.186595 0 8.80242 0 0) (6.5193 -0.0394763 0 8.20271 0 0) (5.51167 -0.0393143 0 8.49266 0 0) (6.05934 0.367411 0 7.86338 0 0) (5.03475 0.194412 0 8.44051 0 0) (5.50912 0.846371 0 7.75674 0 0) (4.51664 0.502188 0 8.72162 0 0) (4.76506 1.30045 0 8.01038 0 0) (3.90935 0.841645 0 9.36674 0 0) (4.01961 1.79132 0 8.93011 0 0) (3.16689 1.24299 0 10.6803 0 0) (3.08813 2.14851 0 10.6171 0 0) (2.28226 1.71251 0 13.0945 0 0) (1.96439 2.23279 0 13.1277 0 0) (0.886312 1.33964 0 17.6481 0 0) (0.553784 1.28284 0 19.4646 0 0) (0.165092 -0.134323 0 0.186177 0 0) (0.249095 -0.0659479 0 0.232094 0 0) (0.407603 -0.0609719 0 0.264378 0 0) (0.580973 -0.0427391 0 0.267534 0 0) (0.660831 -0.0216949 0 0.258382 0 0) (0.807946 -0.00334776 0 0.251666 0 0) (0.87804 0.00292559 0 0.249996 0 0) (1.02108 -0.0103837 0 0.251387 0 0) (1.06877 -0.0308199 0 0.258201 0 0) (1.18402 -0.0576694 0 0.269783 0 0) (1.22568 -0.0790093 0 0.284707 0 0) (1.33811 -0.10043 0 0.301699 0 0) (1.38206 -0.112706 0 0.318108 0 0) (1.49364 -0.134103 0 0.33089 0 0) (1.53994 -0.14967 0 0.338124 0 0) (1.63638 -0.17641 0 0.344437 0 0) (1.65093 -0.200958 0 0.352758 0 0) (1.72925 -0.225941 0 0.373751 0 0) (1.73497 -0.241886 0 0.408568 0 0) (1.85279 -0.25731 0 0.446258 0 0) (1.88654 -0.272365 0 0.4748 0 0) (2.06235 -0.295689 0 0.505299 0 0) (2.10692 -0.3191 0 0.536308 0 0) (2.32334 -0.356652 0 0.565981 0 0) (2.38454 -0.389713 0 0.594091 0 0) (2.60845 -0.444453 0 0.624663 0 0) (2.67175 -0.49318 0 0.655198 0 0) (2.88496 -0.569062 0 0.691369 0 0) (2.94594 -0.621126 0 0.732855 0 0) (3.13079 -0.706915 0 0.789284 0 0) (3.18756 -0.74356 0 0.850116 0 0) (3.37832 -0.816172 0 0.919716 0 0) (3.47776 -0.842608 0 0.980735 0 0) (3.72418 -0.926662 0 1.0427 0 0) (3.86429 -0.9706 0 1.09589 0 0) (4.14419 -1.07375 0 1.15328 0 0) (4.29358 -1.13328 0 1.20519 0 0) (4.594 -1.24603 0 1.2658 0 0) (4.74766 -1.31752 0 1.32188 0 0) (5.04072 -1.43744 0 1.39231 0 0) (5.179 -1.50121 0 1.45222 0 0) (5.43865 -1.60946 0 1.52113 0 0) (5.54506 -1.64639 0 1.57696 0 0) (5.78842 -1.75103 0 1.6395 0 0) (5.85916 -1.77039 0 1.69246 0 0) (6.10384 -1.86925 0 1.75125 0 0) (6.145 -1.86921 0 1.80858 0 0) (6.42651 -1.97433 0 1.86583 0 0) (6.46532 -1.97183 0 1.91895 0 0) (6.79683 -2.09254 0 1.98202 0 0) (6.84507 -2.11249 0 2.04408 0 0) (7.21102 -2.24849 0 2.13101 0 0) (7.24443 -2.28384 0 2.20801 0 0) (7.62076 -2.41354 0 2.31339 0 0) (7.60104 -2.44113 0 2.40401 0 0) (7.988 -2.55853 0 2.51646 0 0) (7.91433 -2.54927 0 2.58835 0 0) (8.32647 -2.6648 0 2.68027 0 0) (8.17356 -2.63327 0 2.72705 0 0) (8.59696 -2.77444 0 2.80104 0 0) (8.30274 -2.72257 0 2.84129 0 0) (8.75197 -2.88375 0 2.9181 0 0) (8.28549 -2.81214 0 2.96436 0 0) (8.78223 -2.98261 0 3.05356 0 0) (8.1977 -2.8725 0 3.1007 0 0) (8.75732 -3.01933 0 3.18502 0 0) (8.15851 -2.87353 0 3.20248 0 0) (8.82109 -2.98064 0 3.24544 0 0) (8.22621 -2.82117 0 3.22994 0 0) (9.01792 -2.93418 0 3.24497 0 0) (8.37448 -2.77262 0 3.22925 0 0) (9.27734 -2.93354 0 3.27267 0 0) (8.53895 -2.77723 0 3.26573 0 0) (9.55341 -2.97157 0 3.32506 0 0) (8.66594 -2.80582 0 3.34896 0 0) (9.81427 -3.04672 0 3.45979 0 0) (8.75093 -2.84815 0 3.53697 0 0) (10.0399 -3.13286 0 3.68774 0 0) (8.83437 -2.89771 0 3.80001 0 0) (10.2107 -3.21296 0 3.98317 0 0) (8.92031 -2.94635 0 4.0876 0 0) (10.3294 -3.26184 0 4.27009 0 0) (8.91088 -2.98644 0 4.33459 0 0) (10.4115 -3.29096 0 4.49568 0 0) (8.78391 -2.97637 0 4.54243 0 0) (10.4179 -3.28454 0 4.68108 0 0) (8.68493 -2.89541 0 4.72496 0 0) (10.3285 -3.21791 0 4.87421 0 0) (8.65061 -2.80827 0 4.92525 0 0) (10.2576 -3.11712 0 5.09174 0 0) (8.68333 -2.7266 0 5.12323 0 0) (10.2805 -3.03002 0 5.2933 0 0) (8.77993 -2.68831 0 5.36003 0 0) (10.3837 -3.01354 0 5.57655 0 0) (8.92206 -2.67703 0 5.6697 0 0) (10.4928 -3.013 0 5.89892 0 0) (9.01824 -2.65754 0 5.9977 0 0) (10.5027 -3.00702 0 6.27966 0 0) (8.97182 -2.62567 0 6.40716 0 0) (10.2966 -2.94737 0 6.70067 0 0) (8.78888 -2.52997 0 6.84099 0 0) (10.0265 -2.83864 0 7.15501 0 0) (8.54288 -2.42476 0 7.31869 0 0) (9.86175 -2.73686 0 7.62632 0 0) (8.32042 -2.32899 0 7.74435 0 0) (9.76202 -2.68754 0 8.01278 0 0) (8.1428 -2.24352 0 8.08604 0 0) (9.63512 -2.61698 0 8.32969 0 0) (7.98724 -2.12154 0 8.36424 0 0) (9.50906 -2.50952 0 8.59345 0 0) (7.91797 -1.9995 0 8.56448 0 0) (9.38758 -2.40947 0 8.79949 0 0) (7.92233 -1.92062 0 8.77775 0 0) (9.33713 -2.32198 0 9.02472 0 0) (7.89288 -1.79445 0 9.04266 0 0) (9.23246 -2.17915 0 9.29517 0 0) (7.82289 -1.63286 0 9.32581 0 0) (9.06199 -2.00898 0 9.5742 0 0) (7.76467 -1.49384 0 9.64651 0 0) (8.88745 -1.84581 0 9.92354 0 0) (7.75865 -1.38905 0 10.0273 0 0) (8.75411 -1.71302 0 10.2838 0 0) (7.75844 -1.31814 0 10.403 0 0) (8.61361 -1.61824 0 10.6412 0 0) (7.70478 -1.2696 0 10.7437 0 0) (8.4624 -1.53613 0 10.9851 0 0) (7.56832 -1.18175 0 11.0939 0 0) (8.31014 -1.41127 0 11.3215 0 0) (7.38745 -1.05075 0 11.4119 0 0) (8.14986 -1.29884 0 11.608 0 0) (7.28019 -0.980084 0 11.7133 0 0) (8.03028 -1.21554 0 11.8965 0 0) (7.30082 -0.977092 0 12.0288 0 0) (8.00209 -1.16587 0 12.1801 0 0) (7.33894 -0.990192 0 12.3272 0 0) (7.90332 -1.07508 0 12.5094 0 0) (7.29042 -0.931999 0 12.6827 0 0) (7.74604 -0.970158 0 12.8935 0 0) (7.21123 -0.815233 0 13.0621 0 0) (7.65457 -0.871279 0 13.2401 0 0) (7.15753 -0.728744 0 13.4042 0 0) (7.56055 -0.764974 0 13.5843 0 0) (7.12541 -0.6336 0 13.7058 0 0) (7.49597 -0.667303 0 13.8815 0 0) (7.04693 -0.534855 0 14.0679 0 0) (7.33893 -0.5675 0 14.2409 0 0) (6.95329 -0.434254 0 14.3565 0 0) (7.1878 -0.451596 0 14.4526 0 0) (6.88199 -0.317469 0 14.578 0 0) (7.07848 -0.391967 0 14.6179 0 0) (6.77214 -0.206025 0 14.716 0 0) (6.96751 -0.339618 0 14.6847 0 0) (6.66233 -0.107118 0 14.7072 0 0) (6.80702 -0.218706 0 14.6064 0 0) (6.57518 0.0295926 0 14.7285 0 0) (6.63628 -0.0905251 0 14.6482 0 0) (6.4898 0.0701504 0 14.7324 0 0) (6.5048 -0.0149889 0 14.6074 0 0) (6.44101 0.073875 0 14.6907 0 0) (6.40907 -0.0675876 0 14.4677 0 0) (6.36589 -0.0162485 0 14.5736 0 0) (6.36047 -0.126066 0 14.3865 0 0) (6.30123 -0.0872408 0 14.4196 0 0) (6.30011 -0.201391 0 14.3001 0 0) (6.25323 -0.146019 0 14.2887 0 0) (6.28071 -0.297635 0 14.1416 0 0) (6.18589 -0.204236 0 14.0872 0 0) (6.23433 -0.465627 0 14.0221 0 0) (6.18547 -0.321379 0 13.8618 0 0) (6.24615 -0.674961 0 13.6588 0 0) (6.22448 -0.509667 0 13.4788 0 0) (6.28561 -0.875523 0 13.3496 0 0) (6.2186 -0.718235 0 13.0335 0 0) (6.45899 -1.02096 0 12.785 0 0) (6.20694 -0.788027 0 12.5142 0 0) (6.65382 -1.09765 0 12.0824 0 0) (6.21229 -0.769718 0 11.8144 0 0) (6.72931 -1.0349 0 11.3332 0 0) (6.19236 -0.686577 0 11.1358 0 0) (6.75659 -0.948301 0 10.6367 0 0) (6.06757 -0.637824 0 10.5194 0 0) (6.66341 -0.816253 0 9.92211 0 0) (5.87239 -0.625312 0 9.90932 0 0) (6.52974 -0.605853 0 9.18447 0 0) (5.63738 -0.637714 0 9.37744 0 0) (6.25691 -0.331274 0 8.5256 0 0) (5.36212 -0.607854 0 9.06886 0 0) (5.84642 0.032603 0 8.06789 0 0) (5.04463 -0.45806 0 9.00041 0 0) (5.32292 0.513142 0 7.90591 0 0) (4.65803 -0.248082 0 9.1603 0 0) (4.7917 1.11675 0 8.22534 0 0) (4.113 -0.00792355 0 9.76361 0 0) (4.26582 1.84204 0 9.13583 0 0) (3.50666 0.385438 0 11.0826 0 0) (3.54733 2.56605 0 10.7702 0 0) (2.77015 0.721827 0 13.3888 0 0) (2.80751 3.75433 0 13.9616 0 0) (1.76225 0.508811 0 17.1071 0 0) (0.184156 0.485323 0 16.5471 0 0) (3.64393 1.0268 0 0.375636 0 0) (8.90248 -0.0472594 0 0.00625192 0 0) (0.931062 -0.0709909 0 0.0198914 0 0) (4.26294 -0.0700141 0 0.00923113 0 0) (2.70721 -0.113688 0 0.0137214 0 0) (4.37201 -0.0234489 0 0.01275 0 0) (3.38562 -0.0810293 0 0.0114322 0 0) (3.89205 -0.0143921 0 0.0116083 0 0) (3.21432 -0.0506715 0 0.0101717 0 0) (3.22189 -0.0186906 0 0.00985641 0 0) (2.73543 -0.0333274 0 0.00898465 0 0) (2.54242 -0.0153159 0 0.00783516 0 0) (2.18024 -0.0254573 0 0.00732228 0 0) (1.9651 -0.0136471 0 0.00632595 0 0) (1.69689 -0.0173668 0 0.00599481 0 0) (1.33465 -0.00533227 0 0.00480148 0 0) (0.979374 0.00410696 0 0.00327269 0 0) (0.769805 -0.00590868 0 0.00427384 0 0) (0.689301 -0.020483 0 0.00491392 0 0) (0.532605 -0.0215965 0 0.00242842 0 0) (6.6997 1.33993 0 0.419006 0 0) (18.222 -0.776616 0 0.0878483 0 0) (2.48871 0.134399 0 0.180375 0 0) (11.54 -0.437027 0 0.0952067 0 0) (4.97065 -0.256818 0 0.147965 0 0) (9.9463 -0.178517 0 0.115274 0 0) (6.03533 -0.160178 0 0.145681 0 0) (8.15733 -0.0876399 0 0.122771 0 0) (5.87052 -0.0739708 0 0.132811 0 0) (6.53904 -0.0607914 0 0.117428 0 0) (5.13284 -0.0343544 0 0.117634 0 0) (5.08234 -0.0101468 0 0.100514 0 0) (4.23486 -0.0268029 0 0.0971458 0 0) (3.74476 0.00444054 0 0.0836602 0 0) (3.36249 0.00472753 0 0.0780965 0 0) (2.56287 0.0383846 0 0.0696282 0 0) (1.84311 0.0790063 0 0.0531566 0 0) (1.60857 0.0330789 0 0.0675294 0 0) (1.61062 -0.00593113 0 0.0910489 0 0) (1.06937 -0.152882 0 0.0630901 0 0) (9.7453 3.49925 0 2.15294 0 0) (16.1773 -1.54467 0 0.436509 0 0) (4.88991 0.388543 0 0.300885 0 0) (15.5351 -0.725679 0 0.218481 0 0) (6.68713 -0.207756 0 0.397802 0 0) (11.6263 -0.320561 0 0.273187 0 0) (7.26559 -0.12595 0 0.397354 0 0) (8.93513 -0.162114 0 0.319035 0 0) (6.60758 -0.0478969 0 0.366521 0 0) (7.07135 -0.0983862 0 0.318742 0 0) (5.51748 -0.0141809 0 0.328796 0 0) (5.37489 -0.00810343 0 0.284769 0 0) (4.53357 -0.00826015 0 0.278578 0 0) (3.81269 0.024576 0 0.242413 0 0) (3.45157 0.021708 0 0.223349 0 0) (2.63336 0.0668396 0 0.208194 0 0) (1.77739 0.141968 0 0.157713 0 0) (1.66888 0.0530052 0 0.212871 0 0) (1.65554 -0.0590418 0 0.314483 0 0) (1.30538 -0.326004 0 0.241043 0 0) (11.681 5.675 0 4.6356 0 0) (11.3598 -1.74851 0 1.21771 0 0) (5.61006 0.360374 0 0.43238 0 0) (15.1575 -0.891838 0 0.40567 0 0) (7.21437 -0.0566975 0 0.659583 0 0) (11.1858 -0.408473 0 0.503253 0 0) (7.38245 -0.0468588 0 0.683651 0 0) (8.44014 -0.188337 0 0.58318 0 0) (6.33457 -0.00667206 0 0.649007 0 0) (6.49187 -0.107734 0 0.584928 0 0) (5.01335 -0.00280888 0 0.589306 0 0) (4.69114 -0.0136646 0 0.52499 0 0) (3.97632 -0.0279751 0 0.507792 0 0) (3.15878 0.0137832 0 0.448741 0 0) (2.79446 -0.0162155 0 0.408955 0 0) (2.17797 0.00779108 0 0.386906 0 0) (1.33432 0.128307 0 0.288637 0 0) (1.31109 0.000247993 0 0.404722 0 0) (1.40508 -0.237569 0 0.659616 0 0) (1.47684 -0.539513 0 0.504862 0 0) (12.1689 7.15028 0 6.82078 0 0) (7.27449 -1.11618 0 2.30211 0 0) (5.40735 0.363651 0 0.676407 0 0) (12.098 -0.906287 0 0.673875 0 0) (6.61845 0.0222925 0 0.878715 0 0) (9.23523 -0.421899 0 0.781708 0 0) (6.49173 -0.013679 0 0.964439 0 0) (7.03313 -0.193451 0 0.878477 0 0) (5.36915 0.00636202 0 0.937066 0 0) (5.25161 -0.135272 0 0.876111 0 0) (4.08269 -0.03915 0 0.862322 0 0) (3.61212 -0.0531839 0 0.782926 0 0) (3.12976 -0.116185 0 0.752818 0 0) (2.37693 -0.0625157 0 0.670317 0 0) (2.06188 -0.110718 0 0.614552 0 0) (1.73201 -0.139518 0 0.588611 0 0) (1.01501 0.0248119 0 0.435266 0 0) (1.00528 -0.111933 0 0.613447 0 0) (1.32468 -0.494978 0 1.08887 0 0) (1.6422 -0.753118 0 0.820403 0 0) (11.2463 7.63986 0 8.30639 0 0) (4.89437 0.0205019 0 3.49711 0 0) (5.07639 0.635227 0 1.08741 0 0) (8.21036 -0.704403 0 1.03811 0 0) (5.53842 0.0668417 0 1.09955 0 0) (6.79612 -0.361431 0 1.08409 0 0) (5.06674 -0.0119162 0 1.23423 0 0) (5.17123 -0.191866 0 1.18461 0 0) (4.02898 -0.0195463 0 1.21833 0 0) (3.74011 -0.187891 0 1.17233 0 0) (2.97509 -0.137411 0 1.13199 0 0) (2.4531 -0.144875 0 1.0417 0 0) (2.25061 -0.265921 0 1.00268 0 0) (1.70745 -0.22399 0 0.896012 0 0) (1.48586 -0.265518 0 0.833553 0 0) (1.4691 -0.360829 0 0.815059 0 0) (1.001 -0.173131 0 0.601385 0 0) (0.966123 -0.278868 0 0.824806 0 0) (1.51095 -0.774713 0 1.54507 0 0) (1.79151 -0.909388 0 1.14432 0 0) (9.63093 7.27548 0 9.02128 0 0) (3.88671 1.26549 0 4.56721 0 0) (4.88604 1.12979 0 1.62414 0 0) (5.18207 -0.25252 0 1.46961 0 0) (4.3385 0.17203 0 1.35581 0 0) (4.60682 -0.21424 0 1.39706 0 0) (3.63208 0.00829444 0 1.49561 0 0) (3.45112 -0.176508 0 1.47651 0 0) (2.75089 -0.0753287 0 1.48105 0 0) (2.43126 -0.269453 0 1.44895 0 0) (2.04363 -0.297546 0 1.37781 0 0) (1.61637 -0.315431 0 1.27442 0 0) (1.62945 -0.477562 0 1.23925 0 0) (1.36685 -0.478434 0 1.11161 0 0) (1.25542 -0.490495 0 1.04829 0 0) (1.47057 -0.63866 0 1.0575 0 0) (1.31209 -0.448596 0 0.789751 0 0) (1.21231 -0.480423 0 1.03113 0 0) (1.8783 -1.01562 0 1.97521 0 0) (1.86474 -0.961412 0 1.43476 0 0) (7.72203 6.27752 0 9.00997 0 0) (3.55022 2.28991 0 5.36089 0 0) (4.64373 1.69772 0 2.20798 0 0) (3.62863 0.386863 0 1.91864 0 0) (3.41019 0.399843 0 1.64881 0 0) (3.13614 0.0159727 0 1.70984 0 0) (2.61392 0.0643765 0 1.74828 0 0) (2.3464 -0.163103 0 1.73787 0 0) (1.93713 -0.165158 0 1.70964 0 0) (1.71068 -0.395606 0 1.68528 0 0) (1.57313 -0.50822 0 1.58512 0 0) (1.35639 -0.565733 0 1.46517 0 0) (1.50278 -0.738442 0 1.44353 0 0) (1.49747 -0.797693 0 1.30647 0 0) (1.48672 -0.767866 0 1.24179 0 0) (1.78834 -0.931721 0 1.29487 0 0) (1.8388 -0.741726 0 0.99189 0 0) (1.61444 -0.673064 0 1.22108 0 0) (2.27508 -1.1564 0 2.30591 0 0) (1.81196 -0.884932 0 1.64393 0 0) (5.77316 4.89112 0 8.47886 0 0) (3.46077 2.91036 0 5.80676 0 0) (4.3168 2.14784 0 2.74438 0 0) (3.2731 1.02044 0 2.31395 0 0) (3.10454 0.684509 0 1.93528 0 0) (2.64888 0.260788 0 1.9852 0 0) (2.31734 0.123162 0 1.96071 0 0) (2.07328 -0.164295 0 1.93188 0 0) (1.81742 -0.290275 0 1.86886 0 0) (1.72722 -0.563229 0 1.84605 0 0) (1.68379 -0.73656 0 1.72891 0 0) (1.72118 -0.856642 0 1.59723 0 0) (1.89602 -1.01553 0 1.59263 0 0) (2.02961 -1.12219 0 1.46082 0 0) (2.10263 -1.04576 0 1.38466 0 0) (2.26844 -1.17035 0 1.48507 0 0) (2.33889 -0.968122 0 1.17583 0 0) (1.96293 -0.798897 0 1.37357 0 0) (2.47684 -1.13756 0 2.50403 0 0) (1.61477 -0.674931 0 1.75215 0 0) (4.11946 3.38741 0 7.62551 0 0) (3.37085 3.03323 0 5.84274 0 0) (3.96855 2.35352 0 3.11164 0 0) (3.50943 1.4576 0 2.56318 0 0) (3.31819 0.925626 0 2.14739 0 0) (2.94806 0.446659 0 2.17246 0 0) (2.67901 0.152194 0 2.09859 0 0) (2.45303 -0.193422 0 2.04139 0 0) (2.3218 -0.437067 0 1.9356 0 0) (2.32199 -0.740765 0 1.90507 0 0) (2.31843 -0.949984 0 1.79056 0 0) (2.51463 -1.13342 0 1.65302 0 0) (2.59298 -1.26563 0 1.66638 0 0) (2.67359 -1.38006 0 1.54907 0 0) (2.74194 -1.25069 0 1.45396 0 0) (2.58903 -1.2919 0 1.59252 0 0) (2.54422 -1.06267 0 1.31168 0 0) (2.05607 -0.820762 0 1.4685 0 0) (2.34929 -0.961421 0 2.56944 0 0) (1.32584 -0.375345 0 1.75865 0 0) (2.94955 1.98169 0 6.6449 0 0) (3.13683 2.71975 0 5.54895 0 0) (3.66308 2.30798 0 3.29974 0 0) (3.7831 1.62177 0 2.65728 0 0) (3.64465 1.03845 0 2.2485 0 0) (3.511 0.516935 0 2.23328 0 0) (3.30393 0.124796 0 2.12233 0 0) (3.13101 -0.25836 0 2.03118 0 0) (3.11193 -0.57844 0 1.89279 0 0) (3.15415 -0.901596 0 1.85161 0 0) (3.14466 -1.12635 0 1.75288 0 0) (3.30786 -1.33698 0 1.6183 0 0) (3.21223 -1.42711 0 1.64719 0 0) (3.06572 -1.49369 0 1.551 0 0) (3.01422 -1.30782 0 1.44311 0 0) (2.54842 -1.26325 0 1.60343 0 0) (2.36376 -1.00871 0 1.37748 0 0) (1.86169 -0.746782 0 1.49717 0 0) (1.96184 -0.695724 0 2.51295 0 0) (1.04492 -0.0619571 0 1.67733 0 0) (2.42093 0.828253 0 5.67235 0 0) (2.79747 2.07953 0 4.98306 0 0) (3.41312 2.01074 0 3.24903 0 0) (3.84682 1.51531 0 2.5753 0 0) (3.84178 0.962734 0 2.20646 0 0) (3.99724 0.443858 0 2.14797 0 0) (3.8771 0.020219 0 2.01993 0 0) (3.83514 -0.37664 0 1.90295 0 0) (3.85006 -0.718 0 1.74871 0 0) (3.88006 -1.0345 0 1.69524 0 0) (3.73412 -1.23343 0 1.62224 0 0) (3.706 -1.4113 0 1.50375 0 0) (3.40514 -1.4348 0 1.5457 0 0) (3.00311 -1.42078 0 1.47227 0 0) (2.81087 -1.19919 0 1.35911 0 0) (2.21705 -1.09844 0 1.52223 0 0) (1.95649 -0.860905 0 1.36526 0 0) (1.54309 -0.620052 0 1.46032 0 0) (1.52687 -0.425224 0 2.33686 0 0) (0.891662 0.193895 0 1.51563 0 0) (2.42771 -0.0114984 0 4.74395 0 0) (2.53087 1.30512 0 4.2515 0 0) (3.25142 1.54867 0 2.98887 0 0) (3.81194 1.22327 0 2.35932 0 0) (3.99044 0.727152 0 2.02791 0 0) (4.3902 0.249625 0 1.92041 0 0) (4.31999 -0.153295 0 1.78232 0 0) (4.38105 -0.52764 0 1.65975 0 0) (4.30431 -0.838449 0 1.52249 0 0) (4.22134 -1.10262 0 1.46982 0 0) (3.85235 -1.23089 0 1.4281 0 0) (3.57265 -1.33454 0 1.33413 0 0) (3.13731 -1.28263 0 1.37678 0 0) (2.57655 -1.19506 0 1.32477 0 0) (2.31445 -0.979445 0 1.21553 0 0) (1.79694 -0.852695 0 1.36283 0 0) (1.51743 -0.679001 0 1.27059 0 0) (1.2519 -0.467302 0 1.34937 0 0) (1.25073 -0.17707 0 2.04636 0 0) (0.976613 0.36571 0 1.28853 0 0) (2.94763 -0.564322 0 3.8712 0 0) (2.56263 0.53123 0 3.42819 0 0) (3.22515 0.979716 0 2.54376 0 0) (3.85779 0.8068 0 2.01182 0 0) (4.19825 0.392659 0 1.72696 0 0) (4.68267 -0.0206323 0 1.59563 0 0) (4.5763 -0.371038 0 1.46857 0 0) (4.61566 -0.676949 0 1.36578 0 0) (4.34853 -0.907961 0 1.26157 0 0) (4.12001 -1.07852 0 1.21344 0 0) (3.56468 -1.10861 0 1.18919 0 0) (3.08434 -1.12708 0 1.12088 0 0) (2.63585 -1.01453 0 1.15234 0 0) (2.05734 -0.885337 0 1.11618 0 0) (1.82362 -0.713785 0 1.02203 0 0) (1.51207 -0.587425 0 1.13938 0 0) (1.25283 -0.488431 0 1.09518 0 0) (1.16251 -0.302249 0 1.16187 0 0) (1.34584 0.0297076 0 1.66829 0 0) (1.4026 0.445446 0 1.01843 0 0) (4.05096 -0.867314 0 3.01371 0 0) (3.09201 -0.110387 0 2.60279 0 0) (3.46279 0.404273 0 2.00593 0 0) (4.06261 0.352641 0 1.59581 0 0) (4.5231 0.0493659 0 1.3526 0 0) (4.928 -0.286234 0 1.22069 0 0) (4.73173 -0.554989 0 1.11669 0 0) (4.63564 -0.766315 0 1.04571 0 0) (4.1235 -0.887535 0 0.974355 0 0) (3.74648 -0.941971 0 0.934924 0 0) (3.06156 -0.868206 0 0.916429 0 0) (2.53592 -0.815041 0 0.867181 0 0) (2.19735 -0.67095 0 0.881806 0 0) (1.7578 -0.544969 0 0.85688 0 0) (1.64477 -0.439808 0 0.786746 0 0) (1.6011 -0.339679 0 0.867917 0 0) (1.40617 -0.302032 0 0.855526 0 0) (1.45742 -0.141874 0 0.910722 0 0) (1.97464 0.173333 0 1.23893 0 0) (2.17865 0.442174 0 0.731904 0 0) (5.65062 -0.971236 0 2.17024 0 0) (4.26878 -0.552483 0 1.82233 0 0) (4.23566 -0.10117 0 1.44687 0 0) (4.67002 -0.0793624 0 1.15436 0 0) (5.11737 -0.258124 0 0.96589 0 0) (5.278 -0.495936 0 0.85921 0 0) (4.90312 -0.650848 0 0.783359 0 0) (4.54826 -0.739994 0 0.738232 0 0) (3.78178 -0.740092 0 0.687933 0 0) (3.28055 -0.678416 0 0.650504 0 0) (2.59684 -0.535831 0 0.62691 0 0) (2.20277 -0.452394 0 0.589661 0 0) (2.09881 -0.31955 0 0.589588 0 0) (1.92544 -0.236994 0 0.573433 0 0) (1.95969 -0.200661 0 0.530086 0 0) (2.16361 -0.135322 0 0.577399 0 0) (2.02367 -0.132671 0 0.582706 0 0) (2.0889 -0.00284017 0 0.626993 0 0) (3.00125 0.254508 0 0.811841 0 0) (3.08456 0.387102 0 0.463118 0 0) (7.44764 -0.926009 0 1.38328 0 0) (6.00434 -0.741427 0 1.12574 0 0) (5.59972 -0.40172 0 0.903811 0 0) (5.7821 -0.34277 0 0.713976 0 0) (5.95005 -0.434595 0 0.590343 0 0) (5.71144 -0.571212 0 0.522935 0 0) (5.05395 -0.604902 0 0.475403 0 0) (4.33255 -0.570189 0 0.444082 0 0) (3.39928 -0.475709 0 0.406458 0 0) (2.86324 -0.358805 0 0.374837 0 0) (2.35315 -0.225039 0 0.35439 0 0) (2.21413 -0.161134 0 0.330339 0 0) (2.3529 -0.0745841 0 0.323894 0 0) (2.3969 -0.0397558 0 0.316587 0 0) (2.49347 -0.0466923 0 0.296232 0 0) (2.80554 -0.00895383 0 0.317609 0 0) (2.6556 -0.0112564 0 0.327958 0 0) (2.67307 0.0856564 0 0.358994 0 0) (3.88884 0.264767 0 0.445615 0 0) (3.68853 0.300126 0 0.244973 0 0) (9.03288 -0.755797 0 0.687834 0 0) (7.75283 -0.676339 0 0.544628 0 0) (7.00988 -0.452697 0 0.439637 0 0) (6.77441 -0.40509 0 0.346808 0 0) (6.39126 -0.446553 0 0.289391 0 0) (5.55361 -0.476991 0 0.255912 0 0) (4.47186 -0.410775 0 0.225647 0 0) (3.4728 -0.306692 0 0.201384 0 0) (2.64779 -0.201094 0 0.175892 0 0) (2.29676 -0.11311 0 0.156317 0 0) (2.10602 -0.0416396 0 0.144861 0 0) (2.18601 -0.0133434 0 0.133717 0 0) (2.43457 0.0258751 0 0.129075 0 0) (2.54942 0.0346828 0 0.12773 0 0) (2.64912 0.0174453 0 0.121381 0 0) (2.89668 0.0368641 0 0.129093 0 0) (2.72603 0.0406023 0 0.136892 0 0) (2.78665 0.102578 0 0.152603 0 0) (3.99607 0.210271 0 0.184205 0 0) (3.60225 0.199783 0 0.0970084 0 0) (8.16977 -0.472313 0 0.211477 0 0) (6.91496 -0.363144 0 0.14848 0 0) (6.02217 -0.240722 0 0.111432 0 0) (5.45556 -0.225629 0 0.0845741 0 0) (4.63137 -0.230948 0 0.0716001 0 0) (3.55911 -0.20353 0 0.0625822 0 0) (2.58773 -0.139735 0 0.0525992 0 0) (1.92213 -0.0792746 0 0.0448498 0 0) (1.55722 -0.0376524 0 0.0381253 0 0) (1.49476 -0.00887094 0 0.0334006 0 0) (1.53896 0.0115349 0 0.0310127 0 0) (1.67631 0.0196882 0 0.0290802 0 0) (1.87665 0.0320398 0 0.0286824 0 0) (1.97902 0.0343453 0 0.0298875 0 0) (2.0554 0.0260279 0 0.0296161 0 0) (2.16502 0.035351 0 0.0321369 0 0) (2.05872 0.0376234 0 0.0354753 0 0) (2.17721 0.065926 0 0.0418561 0 0) (2.984 0.126992 0 0.051715 0 0) (2.73948 0.107986 0 0.0254566 0 0) (2.82819 -0.147048 0 0.0167974 0 0) (2.11161 -0.042833 0 0.00519146 0 0) (1.67847 -0.0159412 0 0.00305342 0 0) (1.39781 -0.0135954 0 0.002432 0 0) (1.06098 -0.00953764 0 0.00202436 0 0) (0.744863 -0.00404872 0 0.00156389 0 0) (0.536899 9.33512e-05 0 0.00122671 0 0) (0.451459 0.00242019 0 0.0010716 0 0) (0.445841 0.00387246 0 0.000985515 0 0) (0.486379 0.00580479 0 0.00101563 0 0) (0.542842 0.00761167 0 0.00110251 0 0) (0.609956 0.00899198 0 0.00121373 0 0) (0.690796 0.0110552 0 0.00140366 0 0) (0.752073 0.0118934 0 0.00162367 0 0) (0.797934 0.0114439 0 0.00177439 0 0) (0.831556 0.0131054 0 0.00206961 0 0) (0.828794 0.011353 0 0.00226507 0 0) (0.89597 0.0163018 0 0.00291513 0 0) (1.15201 0.0324593 0 0.00413701 0 0) (1.22113 0.0252756 0 0.00195251 0 0) ) ; boundaryField { inlet { type calculated; value uniform (-3.97904e-12 0 0 0 0 0); } outlet { type calculated; value nonuniform List<symmTensor> 20 ( (0.532605 -0.0215965 0 0.00242842 0 0) (1.06937 -0.152882 0 0.0630901 0 0) (1.30538 -0.326004 0 0.241043 0 0) (1.47684 -0.539513 0 0.504862 0 0) (1.6422 -0.753118 0 0.820403 0 0) (1.79151 -0.909388 0 1.14432 0 0) (1.86474 -0.961412 0 1.43476 0 0) (1.81196 -0.884932 0 1.64393 0 0) (1.61477 -0.674931 0 1.75215 0 0) (1.32584 -0.375345 0 1.75865 0 0) (1.04492 -0.0619571 0 1.67733 0 0) (0.891662 0.193895 0 1.51563 0 0) (0.976613 0.36571 0 1.28853 0 0) (1.4026 0.445446 0 1.01843 0 0) (2.17865 0.442174 0 0.731904 0 0) (3.08456 0.387102 0 0.463118 0 0) (3.68853 0.300126 0 0.244973 0 0) (3.60225 0.199783 0 0.0970084 0 0) (2.73948 0.107986 0 0.0254566 0 0) (1.22113 0.0252756 0 0.00195251 0 0) ) ; } walls { type calculated; value uniform (0 0 0 0 0 0); } frontAndBack { type empty; } } // ************************************************************************* //
bfb68488179bb8b542b6abe2acdc612bf631d850
41466188d5586ad09a1e3da3c5a1ca1343e60cc4
/chapter6.cpp
28f9f174a51c4b683d17fc8da4f0f5e291110828
[]
no_license
ClaireGuerin/cpp-tutorial-sander
923f38ea46217ef437b3dd44c183845fe4ae3fe8
f8eb8c374ae4530421d8b389eac187ff3ebf4a8f
refs/heads/main
2023-06-16T19:45:01.503207
2021-07-13T13:52:57
2021-07-13T13:52:57
381,415,414
0
0
null
null
null
null
UTF-8
C++
false
false
9,185
cpp
chapter6.cpp
#include <iostream> #include <cmath> #include <vector> #include <string> using namespace std; // GUIDELINES: PASSING BY REFERENCE IN FUNCTION ARGUMENTS /* - If a function just needs read-access to its input variable, pass the argument by const-reference. - If a function is intended to change the variable used to call the function, pass the argument by reference. - Pass the argument by value only if the function needs write-access to its input parameter and when it is not meant to change the variable used to call the function. */ // Finding the largest element in a vector. /* Write a function that takes a vector of floating-point variables as input and that returns its largest element. */ // Removing duplicates from a vector. /* Write a function that can be called to remove all duplicate elements from a vector of integers. */ // Inline function to optimize code /* use inline only for frequently called, small functions such as the function sqr() in the following example: inline double sqr(const double &x) { // returns the square of the number x return x * x; } The compiler may ignore the request to expand a function inline. This is particularly likely to happen - if the function contains a loop, a switch or a goto statement; - if the function calls itself, or -if it contains static variables. */ // Static function variables. /* Consider the following program that reports the running average of a sequence of weight measurements entered by the user. Rewrite the code, and apply static variables to separate the task of requesting input from the user from the task of keeping track of the running average. Delegate both to their own function. */ // Computing the factorial of a number. /* Write an iterative and a recursive version of a function that computes the factorial n! of an integer number n ≥ 0. Recall that 0! = 1, by definition, and that n! = n * (n − 1)! = n * (n − 1) * ... * 2 * 1, for all n > 0. When testing the functions, use only small values of n to avoid integer overflow. */ // An efficient power function for integer powers. /* Write a function *** double pow(const int&, const int&) *** that overloads the standard *** double pow(const double&, const double&) *** function from the library cmath. Your function should return the value of x^n for arbitrary integer values x and integer powers n. Attempt to code a recursive implementation, based on the following recursive definition of x^n : = 1/(x^{−n}) if n < 0; = 1 if n = 0; = x * x^{n-1} if n > 0 and n is odd; = (x^{n/2})^2 otherwise. If you are having trouble to code the recursion, fall back to an iterative implementation. Compute pow(2, -4) and pow(2.0, -4.0) , and identify which pow() function is executed in each case. */ void simplify(int, int); // global declaration: simplify() is recognised from this point onwards void swap(double &x, double &y) { // show values // cout << "in swap() : x = " << x << ", y = " << y << endl; // swap values const double tmp = x; x = y; y = tmp; // show values again // cout << "in swap() : x = " << x << ", y = " << y << endl; } void updatePopulationDensity(double &N, const double &r) { N *= exp(r * (1.0 - N)); } double largest(const vector<double> &vec) { double elem = vec[0]; for (int i = 1; i < vec.size(); ++i) { if (elem < vec [i]) { double tmpElem = vec[i]; elem = tmpElem; } } return elem; } void removeDuplicates(vector<int> &vec) { vector<int> tmpVec = {vec.back()}; for (int i = 0; i < vec.size() - 1; ++i) { bool unique = true; for (int j = i + 1; j < vec.size(); ++j) { if (vec[i] == vec[j]) { unique = false; break; } } if (unique) { tmpVec.push_back(vec[i]); } } vec = tmpVec; } void printOutVector(const vector<int> vec) { for (int i = 0; i < vec.size(); ++i) { std::cout << vec[i] << " "; } } double requestInput() { // read measurement value std::cout << "Next value : "; double dWeight; cin >> dWeight; return dWeight; } bool averageInput() { // request input double newVal = requestInput(); static int n = 1; static double dSum = 0.0; static bool running = true; if (newVal >= 0.0) { dSum += newVal; // report running average std::cout << "The running average of the values entered thus far is : " << dSum / n << std::endl; ++n; } else { std::cout << "End of program.\n"; running = false; } return running; } int iterativeFactorial(int n) { //0! = 1 // n! = n * (n − 1)! = n * (n − 1) * ... * 2 * 1 int fac = 1; while (n > 0) { fac *= n; --n; } return fac; } int recursiveFactorial(const int n) { //0! = 1 // n! = n * (n − 1)! = n * (n − 1) * ... * 2 * 1 return (n == 0) ? 1 : n * recursiveFactorial(n - 1); } double pow(const int &x, const int &n) { double power; if (n < 0) { power = 1 / pow(x, - n); } else if (n == 0) { power = 1; } else if (n > 0 && (n % 2) != 0) { power = x * pow(x, n - 1); } else { double sqroot = pow(x, n / 2.0); power = sqroot * sqroot; } return power; } int main() { simplify(6, 5); simplify(57, 323); simplify(52455, 34970); // SWAP double x = 1.0, y = 2.0; // show values std::cout << "in main() : x = " << x << ", y = " << y << endl; // call swap() to swap values swap(x, y); // show values again std::cout << "in main() : x = " << x << ", y = " << y << endl; // MINIMAL WORKING EXAMPLE OF REFERENCE std::cout << "Referencing &j = i \n"; int i = 0; int &j = i; std::cout << "i = " << i << "; j = " << j << std::endl; ++j; std::cout << "i = " << i << "; j = " << j << std::endl; ++i; std::cout << "i = " << i << "; j = " << j << std::endl; // RICKER POPULATION GROWTH MODEL const int nGen = 10; double n = 0.01; vector<double> densities(nGen); for (int i = 0; i < nGen; ++i) { densities[i] = n; updatePopulationDensity(n, 2.0); } // LARGEST ELEMENT IN VECTOR vector<double> vec1 = {1,23,45,98,789}; vector<double> vec2 = {1,300,45,98,89}; std::cout << "The largest element in vector 1 = {1,23,45,98,789} is: " << largest(vec1) << "\n" << "The largest element in vector 2 = {1,300,45,98,89} is: " << largest(vec2) << "\n"; // REMOVE DUPLICATES FROM VECTOR vector<int> vec3 = {1,2,2,3,4,5,5,6}; std::cout << "\n Vector 3 = " ; printOutVector(vec3); std::cout << "\n Removing duplicates: "; removeDuplicates(vec3); printOutVector(vec3); vector<int> vec4 = {1,300,1,45,98,89,89}; std::cout << "\n Vector 4 = " ; printOutVector(vec4); std::cout << "\n Removing duplicates: "; removeDuplicates(vec4); printOutVector(vec4); std::cout << "\n"; // RUNNING AVERAGE INPUT std::cout << "Enter a series of weight measurements, or a negative value to stop." << std::endl; bool thisIsRunning = true; while (thisIsRunning) { thisIsRunning = averageInput(); } // FACTORIAL std::cout << "Factorial 3 = " << iterativeFactorial(3) << " (iterative) " << recursiveFactorial(3) << " (recursive)" << "\n" << "Factorial 4 = " << iterativeFactorial(4) << " (iterative) " << recursiveFactorial(4) << " (recursive)" << "\n" << "Factorial 5 = " << iterativeFactorial(5) << " (iterative) " << recursiveFactorial(5) << " (recursive)" << "\n" << "Factorial 6 = " << iterativeFactorial(6) << " (iterative) " << recursiveFactorial(6) << " (recursive)" << "\n"; // OVERLOAD POWER FUNCTION WITH INTEGERS std::cout << "5 to the power of -2: " << pow(5, -2) << "\n" << "5 to the power of 0: " << pow(5, 0) << "\n" << "5 to the power of 3: " << pow(5, 3) << "\n" << "5 to the power of 2: " << pow(5, 2) << "\n"; // terminate program return 0; } void simplify(int iNum, int iDenom) { // writes the fraction iNum / iDenom in a simplified form int getGCD(int, int); // declares getGCD() within the scope of simplify() std::cout << iNum << "/" << iDenom << " = "; // divide numerator and denominator by their greatest common divisor const int iGCD = getGCD(iNum, iDenom); iNum /= iGCD; iDenom /= iGCD; if(iNum / iDenom) std::cout << (iNum / iDenom) << " + "; std::cout << (iNum % iDenom) << "/" << iDenom << std::endl; } /* the function getGCD() is not recognised here void test() { getGCD(1,2); //error : use of undeclared identifier 'getGCD' } */ int getGCD(int iNr1, int iNr2) {// global declaration: getGCD() is recognized from then on // Euclid’s algorithm for computing the // greatest common divisor of two numbers iNr1 and iNr2 while(iNr2 != 0) { int tmp = iNr2; iNr2 = iNr1 % iNr2; iNr1 = tmp; } return iNr1; }
2a6b12a86328ceb4fb9d1db66b035765ec1a22c5
b624a5b68fa4e9f7589c9d07ef2133ddfd71668a
/10_27.cpp
b10b9141e8360775bfe7f90207375a5344ea9ce8
[]
no_license
Jungzhang/cPlusPlus
ae1d1a1eed33c4ffd59072f1ebe169c86416476f
eeed9141675e395befb0cc57e4d16a8b4ed63d8a
refs/heads/master
2020-04-16T20:17:53.307008
2017-01-15T12:38:01
2017-01-15T12:38:01
46,399,252
1
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
10_27.cpp
/************************************************************************* > File Name: 10_27.cpp > Author: Jung > Mail: jungzhang@xiyoulinux.org or zhanggen.jung@gmail.com > Created Time: 2016年02月22日 星期一 17时50分43秒 > Description: ************************************************************************/ #include <iostream> #include <cstdlib> #include <vector> #include <list> #include <algorithm> int main(int argc, char *argv[]) { std::vector<int> v = {0, 1, 1, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; std::list<int> l; auto it = back_inserter(l); sort(v.begin(), v.end()); unique_copy(v.begin(), v.end(), it); for (auto a : l) { std::cout << a << " "; } std::cout << std::endl; return EXIT_SUCCESS; }
dd343549055ecdf76f48a02affa2fa393cef3755
f3a8ef924d7c914d319de0331c1035c78d3ef27c
/src/Copy of RobotLocalization.cpp
338138386487d649736fa00bb09198fe42d650ea
[]
no_license
pgiitu/BTech-Project-Robot-Localization-
0208ed6bfe74f5e766248cf373f03f64de482a78
620fadd808970f429e189dd4c1acaf7dd8fe7f7f
refs/heads/master
2016-09-10T23:41:35.355478
2013-05-22T05:15:29
2013-05-22T05:15:29
3,343,010
0
1
null
null
null
null
UTF-8
C++
false
false
11,096
cpp
Copy of RobotLocalization.cpp
/* //============================================================================ // Name : RobotLocalization.cpp // Author : Apurv Verma, Prateek Garg, Kumar Ashwini // Version : // Copyright : Undergraduate Term Project 2011-2012 // Description : Hello World in C++, Ansi-style //============================================================================ #include "constants.h" #include "MapIOHandler.h" #include "PolygonUtil.h" #include "HypothesisGenerator.h" #include "Majoritymap.h" #include "UIutil.h" #include <iostream> #define WIDTH 640 #define HEIGHT 480 using namespace std; * this integer is used to decide the phase of the algorithm to be displayed in the glui Window. * phase=1 Displaying the Map * phase=2 Displaying the Visibility Polygon * phase =3 Displaying the Set of Hypothesis int phase=0; int listIDMap; int listIDVPolygon; int listHypothesis; int listmmap; Majoritymap mmap; // initialising the polygons //---------------------------------------------------------------------------------------------- MapIOHandler handle = MapIOHandler("Scenario1.txt"); PolygonUtil pUtil = PolygonUtil(); Polygon mapP = handle.GetMapPolygon(); Polygon visP =handle.GetVisibilityPolygon(); Point robotPos = handle.GetRobotPosition(); Segment seg(Point(7,4),Point(8,4)); Polygon VPEdge; HypothesisGenerator g; list<Point> hyps; //list of hypothesis int no_of_hypothesis; //For Majority Map and Face Containing Origin list<Polygon> polygonList; //----------------------------------------------------------------------------------------------- void DisplayMajorityMap(Majoritymap mmap); void DisplayFaceContainingOrigin(Majoritymap mmap); void DisplayVisibilityPolygonEdge(); void DisplayLocalMap(); void DisplayMajorityMap(); void DisplayFaceContainingOrigin(Majoritymap mmap) { polygonList=mmap.findRegionContaningOrigin(); glColor3f(0,1,0); std::list<Polygon>::iterator pit; for(pit=polygonList.begin();pit!=polygonList.end();++pit) { GLuint j=tessellate1(*pit,0); glCallList(j); } } void DisplayVisibilityPolygonEdge() { if(!VPEdge.size()) { VPEdge=pUtil.CalcWindowEdge(mapP,seg); pUtil.DisplayPolygon(VPEdge); } glColor3f(1,0,0); glCallList(listIDMap); glColor3f(0,1,0); GLuint i=tessellate1(VPEdge,0); glCallList(i); } void DisplayLocalMap() { glColor3f(0,1,0); listIDVPolygon=tessellate1(visP,0); glCallList(listIDVPolygon); } void DisplayHypothesis() { if(!hyps.size()) { g = HypothesisGenerator(mapP, visP, robotPos); hyps = g.GenHypothesis(); } listIDMap=tessellate1(mapP,0); glColor3f(1,0,0); glCallList(listIDMap); glPointSize(10); glColor3f(0,0,1); glVertex2f(10,2); glVertex2f(11,2); GLfloat x,y; std::list<Point>::iterator it; for(it=hyps.begin();it!=hyps.end();++it) { x=(*it).cartesian(0); y=(*it).cartesian(1); std::cout<<x<<" "<<y<<std::endl; glVertex2f(x,y); } } void DisplayMap() { listIDMap=tessellate1(mapP,0); listIDVPolygon=tessellate1(visP,0); glColor3f(1,0,0); glCallList(listIDMap); glColor3f(0,1,0); glCallList(listIDVPolygon); } void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); std::list<Point>::iterator it; std::list<Faces>::iterator fit; switch(phase) { case 1: DisplayMap(); break; case 2: DisplayLocalMap(); break; case 3: DisplayHypothesis(); break; case 4: DisplayMajorityMap(mmap); break; case 5: DisplayFaceContainingOrigin(mmap); break; case 6: DisplayVisibilityPolygonEdge(); break; default: break; } glFlush(); } void DisplayMajorityMap(Majoritymap mmap) { list<Point>::iterator it; int i=0; Point hypothesisArray[no_of_hypothesis]; for(it = hyps.begin(); it != hyps.end(); it++){ hypothesisArray[i++]=*it; cout << "\nHypothesis "<<*it << "\n"; } Majoritymap mmap1(no_of_hypothesis,hypothesisArray,robotPos,mapP); mmap1.GenerateMajorityMap(); mmap=mmap1; std::list<Faces>::iterator fit; for(fit=mmap.listMmapFaces.begin();fit!=mmap.listMmapFaces.end();++fit) { GLuint j=tessellate1((*fit).face,0); if((*fit).partOfMajorityMap) { glColor3f(0,1,0); } else { glColor3f(1,0,0); } glCallList(j); } } void ShowMap(int ID) { switch(ID) { case 1: phase=ID; //ID=1 glutPostRedisplay(); break; case 2: phase=ID; //ID=2 glutPostRedisplay(); break; case 3: phase=ID; //ID=3 glutPostRedisplay(); break; case 4: phase=ID; //ID=4 glutPostRedisplay(); break; case 5: phase=ID; //ID=5 glutPostRedisplay(); break; case 6: phase=ID; //ID=6 glutPostRedisplay(); break; default : break; } } int main(int argc, char ** argv) { Polygon p; cout<<"Size is :- "<<p.size()<<"\n"; HypothesisGenerator g1 = HypothesisGenerator(mapP, visP, robotPos); list<Point> hyps1 = g1.GenHypothesis(); no_of_hypothesis=hyps.size(); std::cout<<"Number Of Hypothesis"<<hyps.size(); list<Point>::iterator it; int i=0; Point hypothesisArray[no_of_hypothesis]; for(it = hyps.begin(); it != hyps.end(); it++){ hypothesisArray[i++]=*it; cout << "\nHypothesis "<<*it << "\n"; } Majoritymap mmap1(no_of_hypothesis,hypothesisArray,robotPos,mapP); mmap1.GenerateMajorityMap(); mmap=mmap1; mmap.findRegionContaningOrigin(); // pUtil.DisplayPolygon(mapP); VPEdge=pUtil.CalcWindowEdge(mapP,seg); pUtil.DisplayPolygon(VPEdge); * Calculating the Fij's and Gij's list<Polygon> KPolygonList; //For storing the Kij's for(i=0;i<no_of_hypothesis;i++) { Point center=hypothesisArray[i]; list<Polygon> GPolygonList; //for storing the gij's for(int j=0;j<no_of_hypothesis;j++) { Majoritymap overlayArrangement; list<Polygon> TwoPolygons; Vector t(robotPos.cartesian(0)-center.cartesian(0),robotPos.cartesian(1)-center.cartesian(1)); Transformation trans(CGAL::TRANSLATION,t); TwoPolygons.push_back(overlayArrangement.GetTranslatePolygon(trans,mapP)); if(i!=j ) { Vector t1(robotPos.cartesian(0)-hypothesisArray[j].cartesian(0),robotPos.cartesian(1)-hypothesisArray[j].cartesian(1)); Transformation trans1(CGAL::TRANSLATION,t1); TwoPolygons.push_back(overlayArrangement.GetTranslatePolygon(trans1,mapP)); overlayArrangement.GenerateOverlay(TwoPolygons); Polygon Fij=overlayArrangement.OverlayContaningOrigin(robotPos); cout<<"For Hypothesis "<<i<< " " <<hypothesisArray[i]<<" hypothesis "<<j<<" "<<hypothesisArray[j]<<endl; pUtil.DisplayPolygon(Fij); Polygon Gij=pUtil.CalcGPolygon(robotPos,Fij,TwoPolygons); GPolygonList.push_back(Gij); } } * Using GPOLYGONLIST we need to construct Ki * Insert Ki in KPOLYGONLIST cout<<"Hypothesis "<<hypothesisArray[i]<<endl; list<Polygon>::iterator pit; for(pit=GPolygonList.begin();pit!=GPolygonList.end();++pit) { pUtil.DisplayPolygon(*pit); } Majoritymap Ki(GPolygonList.size(),GPolygonList); Ki.GenerateOverlay(GPolygonList); Ki.partMajority(); //Ki.PrintMajorityMap(); } * * VISIBILITY POLYGON OF A POINT IT REQUIRES POINT UPGRADATION * AT TWO POINTS. * * THERE IS AN ERROR IN HYPOTHESIS GENERATION IN ISMATCH FUNCTION * * HypothesisGenerator g = HypothesisGenerator(mapP, visP, robotPos); list<Point> hyps = g.GenHypothesis(); list<Point>::iterator it; int no_of_hypothesis=hyps.size(); std::cout<<"Number Of Hypothesis"<<hyps.size(); Point hypothesisArray[no_of_hypothesis]; int i=0; for(it = hyps.begin(); it != hyps.end(); it++){ hypothesisArray[i++]=*it; cout << "\nHypothesis "<<*it << "\n"; } Majoritymap mmap(no_of_hypothesis,hypothesisArray,robotPos,mapP); mmap.GenerateMajorityMap(); polygonList=mmap.findRegionContaningOrigin(); list<Polygon> KPolygonList; for(int i=0;i<no_of_hypothesis;i++) { Point center=hypothesisArray[i]; list<Polygon> GPolygonList; list<Polygon> PPolygonList; Majoritymap overlayArrangement; Vector T((robotPos.cartesian(0)-center.cartesian(0)),(robotPos.cartesian(1)-center.cartesian(1))); Transformation translate(CGAL::TRANSLATION, T); PPolygonList.push_back(overlayArrangement.GetTranslatePolygon(translate,mapP)); for(int j=0;j<no_of_hypothesis;j++) { if(i!=j) { Vector T1((robotPos.cartesian(0)-hypothesisArray[j].cartesian(0)),(robotPos.cartesian(1)-hypothesisArray[j].cartesian(1))); Transformation translate1(CGAL::TRANSLATION, T1); PPolygonList.push_back(overlayArrangement.GetTranslatePolygon(translate1,mapP)); overlayArrangement.GenerateOverlay(PPolygonList); Polygon FPolygon=overlayArrangement.OverlayContaningOrigin(center); Polygon GPolygon=pUtil.CalcGPolygon(center,FPolygon,PPolygonList); GPolygonList.push_back(GPolygon); } } overlayArrangement.GenerateOverlay(GPolygonList); overlayArrangement.partMajority(); * Run an iterator over all the faces of * overlay object and take the union of all these polygons * to form Ki and push it into the list of KPolygons list<Faces>::iterator f; std::cout<<"Number Of faces"<<overlayArrangement.listMmapFaces.size()<<"\n"; Polygon_with_holes unionR=Polygon_with_holes((overlayArrangement.listMmapFaces.begin())->face); for(f=overlayArrangement.listMmapFaces.begin();f!=overlayArrangement.listMmapFaces.end();++f) { if(CGAL::join(unionR,f->face,unionR)) { std::cout<<"The Union \n"; } } Polygon KPolygon; for(VertexIterator vi=unionR.outer_boundary().vertices_begin();vi!=unionR.outer_boundary().vertices_end();++vi) { KPolygon.push_back(*vi); } KPolygonList.push_back(KPolygon); } std::set<Point> s; s.insert(Point(2,1)); s.insert(Point(2,1)); s.insert(Point(2,1)); s.insert(Point(4,4)); s.insert(Point(21,11)); s.insert(Point(22,11)); std::set<Point>::iterator itt; for(itt=s.begin();itt!=s.end();++itt) { cout<<*itt<<endl; } GLUI_Panel *HGererationPanel; glutInit( &argc, argv ); glutInitDisplayMode( GLUT_RGB | GLUT_SINGLE ); glutInitWindowSize (WIDTH, HEIGHT); glutInitWindowPosition (50, 100); int windowId=glutCreateWindow ("Visibility Polygon"); init(); glutDisplayFunc( display ); GLUI_Master.set_glutIdleFunc (NULL); * Now create a GLUI user interface window and add controls * GLUI *glui = GLUI_Master.create_glui( "GLUI", 0 ); glui->set_main_gfx_window( windowId ); glui->add_button("Show Map",1,ShowMap); glui->add_button("Show Visibility Map",2,ShowMap); HGererationPanel=glui->add_panel("Hypohesis Generation"); glui->add_button_to_panel(HGererationPanel,"Hypothesis Set",3,ShowMap); glui->add_button("Show Majority Map",4,ShowMap); glui->add_button("Face Containing Origin",5,ShowMap); glui->add_separator(); glui->add_button("Visibility Polygon of edge",6,ShowMap); glutMainLoop(); return 0; } */
861cccff15c911408a5291a2befbaa5e0918f5eb
39ee805e40b43ca3238b588e622367d6ae81b028
/Version1/src/Parent.h
4948db13ad83360cd872a138e05299f0e082a5bd
[]
no_license
Willbtsg/CS-307--Mendelian-Genetics
40f21cce2ccf8872f3d718627cc167ddc40a229e
74badbc0ae7efb4da467f9ce75c5010cca848961
refs/heads/master
2022-11-28T00:19:47.870185
2020-06-26T18:48:30
2020-06-26T18:48:30
275,182,331
0
0
null
null
null
null
UTF-8
C++
false
false
1,345
h
Parent.h
/******************************************************************* * CS 307 Programming Assignment 1 * File: Parent.h * Author: Will Thomason * Desc: This program attempts to recreate Gregor Mendel's model of * how genes are passed to new organisms during reproduction. * Date: 10/28/19 * * I attest that this program is entirely my own work *******************************************************************/ #pragma once #include "Gene.h" #include <iostream> #include <fstream> #include <iomanip> #include <string> #include <vector> using namespace std; class Parent { private: vector<Gene> GeneList; //vector of Gene objects based on Parent's genotype char scientificName[32]; //holds genus and species in one array char commonName[32]; //holds common name of organism char genotype[12]; //holds organism genotype public: Parent(void); //constructor ~Parent(void); //destructor void setScientificName(char *sciName); void setCommonName(char *comName); void setGenotype(char *newGeno); string getScientificName(); string getCommonName(); void addGene(Gene newGene); char passGene(int geneNum); //gets allele from Gene for cross-pollination string getAlleles(int i); //outputs allele pair for Gene at index i int getGeneListSize(); string getGeneName(int i); //gets name of trait that a Gene controls };
c423bbf2c7d94a1810e21d345ff83211520e981a
09c60fd2628f8b2186b317195edf15e29a493c9a
/src/tabs/MinecraftUtils.cpp
eb48ef0b4f22664b084dbd7502cc2fc83f9735a6
[]
no_license
kotoroshinoto/MinecraftModManager
d4cc3b0763c777d45e47f35265cf7067dca77256
2613b00651771cf3b484c875fbe64fac3b5469b1
refs/heads/master
2020-12-31T00:17:25.434229
2017-02-16T23:56:22
2017-02-16T23:56:22
80,549,761
0
0
null
null
null
null
UTF-8
C++
false
false
6,827
cpp
MinecraftUtils.cpp
/* * Shared_Utils.cpp * * Created on: Aug 27, 2012 * Author: mgooch */ #include "MinecraftUtils.h" //TODO change this so that it uses wxXmlDocument class instead void MinecraftUtils::UpdateList(wxListCtrl* list,wxArrayString& data) { list->DeleteAllItems(); for(size_t i=0; i<data.Count(); ++i) { list->InsertItem(i,data[i]); //wxLogMessage(data[i]); } } void MinecraftUtils::UpdateList(wxListCtrl* list,std::vector<wxArrayString>& data) { list->DeleteAllItems(); for(size_t i=0; i<data.size(); ++i) { list->InsertItem(i,data[i][0]); list->SetItem(i,1,data[i][1]); //wxLogMessage(data[i][0]+wxT("\t")+data[i][1]); } } bool MinecraftUtils::Read1ColFile(wxFileName& filename,wxArrayString& data) { wxString line,tmp; data.Clear(); if(filename.FileExists()) { wxTextFile file(filename.GetFullPath()); if(file.Open()) { for(size_t i=0; i < file.GetLineCount(); ++i) { if(!file[i].IsEmpty()) { data.Add(file[i]); } } file.Close(); return true; } else { return false; } } else { return false; } } bool MinecraftUtils::ReadNColFile(wxFileName& filename,std::vector<wxArrayString>& data, size_t cols) { wxString line; data.clear(); if(filename.FileExists()) { wxTextFile file(filename.GetFullPath()); if(file.Open()) { for(size_t i=0; i < file.GetLineCount(); ++i) { wxArrayString arr=wxSplit(file[i],'\t'); if(arr.Count()==cols)//require # ofcols { if(!arr[0].IsEmpty()) { data.push_back(arr); //first entry can't be empty } } } file.Close(); return true; } else { return false; } } else { return false; } } bool MinecraftUtils::Write1ColFile(wxFileName& path, wxArrayString& data) { wxTextFile file(path.GetFullPath()); if(file.Exists()) { file.Open(); file.Clear(); } else { file.Create(); file.Open(); file.Clear(); } if(file.IsOpened()) { for(size_t i=0; i<data.Count(); ++i) { file.AddLine(data[i]); } if(!file.Write()) { return false; } file.Close(); return true; } else { return false; } } bool MinecraftUtils::WriteNColFile(wxFileName& path, std::vector<wxArrayString>& data,size_t cols) { wxTextFile file(path.GetFullPath()); if(file.Exists()) { file.Open(); file.Clear(); } else { file.Create(); file.Open(); file.Clear(); } if(file.IsOpened()) { for(size_t i=0; i<data.size(); ++i) { wxString line; for(size_t j=0; j<cols; ++j) { line+=data[i][j]; if(j+1 != cols) { line+=wxT("\t"); } } file.AddLine(line); } if(!file.Write()) { return false; } file.Close(); return true; } else { return false; } } bool MinecraftUtils::GetFile(wxString& URL, wxFileName& dest) { if(!dest.DirExists() && !dest.Mkdir(wxS_DIR_DEFAULT,wxPATH_MKDIR_FULL)){return false;}//TODO error message why it failed. dir doesn exist && couldnt be created wxString fname=dest.GetFullPath(); wxFFileOutputStream wxffout(stdout); wxStdOutputStream wxout(wxffout); wxURL mcdl(URL); if(mcdl.GetError() != wxURL_NOERR){ wxout << "wxURL error: " << mcdl.GetError()<<std::endl; return false; } wxInputStream *mcdl_strm =mcdl.GetInputStream(); if(!mcdl_strm || !mcdl_strm->IsOk()){return false;} wxFileOutputStream fos(fname); if(!fos.IsOk()){return false;}//TODO error message for file could not be created/opened try { mcdl_strm->Read(fos); } catch(...){ wxout << "an exception occurred"<< std::endl; return false; } return true; } bool MinecraftUtils::GetPageContent(wxString& URL, std::string &page){ //TODO implement something for this page = ""; return false; } bool MinecraftUtils::GetXMLPageContent(wxString& URL, std::vector<MCraftXmlContents> &page){ page.clear(); wxFFileOutputStream wxffout(stdout); wxStdOutputStream wxout(wxffout); wxStringOutputStream ss; wxURL mcdl(wxT("http://s3.amazonaws.com/MinecraftDownload")); if(mcdl.GetError() != wxURL_NOERR){return false;} wxInputStream & mcdl_strm(*mcdl.GetInputStream()); if(!mcdl_strm.IsOk()){return false;} try{mcdl_strm.Read(ss);}catch(...){return false;} // wxout << ss.GetString() << std::endl; wxStringInputStream ssi(ss.GetString()); wxXmlDocument mcxml(ssi); wxXmlNode * node = mcxml.GetRoot(); if(node == NULL){return false;} // wxout << node->GetType() << std::endl; // wxout << node->GetName() << std::endl; wxXmlNode * childNode = node->GetChildren(); if(childNode == NULL) {return false;} while(childNode){ try { MCraftXmlContents mxc(childNode); page.push_back(mxc); } catch(std::runtime_error &e){ wxout<<e.what()<<std::endl; return false; } childNode = childNode->GetNext(); } return true; } size_t MinecraftUtils::get_string_from_curl(char *ptr, size_t size, size_t nmemb, void *userdata) { std::stringstream& ss = (*((std::stringstream*) userdata)); for (size_t i = 0; i < size * nmemb; ++i) { ss<< *ptr; ptr++; } return size * nmemb; } bool ConfirmFile(wxString& parentpath,wxFileName& file,wxString& etag) { return true; } MCraftXmlContents::MCraftXmlContents(wxXmlNode * contentnode){ if(contentnode == NULL){return;} if(contentnode->GetName() != "Contents"){return;} wxXmlNode * child = contentnode->GetChildren(); while(child){ wxString name = child->GetName(); // std::cout << child->GetNodeContent() << std::endl; if (name == "Key") { if(this->Key.length() != 0){throw new std::runtime_error("duplicate xml value: Key");} this->Key=child->GetNodeContent(); } else if (name == "LastModified") { if(this->LastModified.length() != 0){throw new std::runtime_error("duplicate xml value: LastModified");} this->LastModified=child->GetNodeContent(); } else if (name == "ETag") { if(this->ETag.length() != 0){throw new std::runtime_error("duplicate xml value: ETag");} this->ETag=child->GetNodeContent(); } else if (name == "Size") { if(this->Size.length() != 0){throw new std::runtime_error("duplicate xml value: Size");} this->Size=child->GetNodeContent(); } else if (name == "StorageClass") { if(this->StorageClass.length() != 0){throw new std::runtime_error("duplicate xml value: StorageClass");} this->StorageClass=child->GetNodeContent(); } else { throw new std::runtime_error("unexpected xml value"); } child = child->GetNext(); } } wxString MCraftXmlContents::toString(){ wxStringOutputStream sos; wxStdOutputStream ss(sos); ss << "<Contents>"<<std::endl; ss << "\t<Key>"<<this->Key<<"</Key>"<<std::endl; ss << "\t<LastModified>"<<this->LastModified<<"</LastModified>"<<std::endl; ss << "\t<ETag>"<<this->ETag<<"</ETag>"<<std::endl; ss << "\t<Size>"<<this->Size<<"</Size>"<<std::endl; ss << "\t<StorageClass>"<<this->StorageClass<<"</StorageClass>"<<std::endl; ss << "</Contents>"<<std::endl; return sos.GetString(); }
089e3a475f0200d9a03040d42db4e3344dfbfec1
0842e0fa721f226a34ddb8e2bdbee4b1033be2e2
/Educational_Codeforces_Round_137/A/solution.cpp
247c8cc643c990c69a4d0b6b84bc5b79985fb205
[]
no_license
proydakov/codeforces
eaf8af6a3a75a7b8b0a9631f8bc66b6d8d0c1d4c
f5745bacd9e8adf817394c1a985554b8fb0d3ef6
refs/heads/master
2023-02-14T22:56:02.646694
2023-02-06T19:41:06
2023-02-06T19:41:06
85,581,202
9
1
null
2019-06-16T17:27:30
2017-03-20T13:40:25
C++
UTF-8
C++
false
false
1,297
cpp
solution.cpp
#include <set> #include <map> #include <string> #include <cstdint> #include <iostream> #include <algorithm> bool contains(std::set<char> const& s1, std::map<char, int> const& s2) { if(s2.size() != 2) { return false; } for(auto const [c, v] : s2) { if (v != 2) { return false; } } for(auto const [c, _] : s2) { if (s1.contains(c)) { return false; } } return true; } void solve() { size_t n; std::cin >> n; std::set<char> black; for(size_t i = 0; i < n; i++) { char c; std::cin >> c; black.insert(c); } int64_t res{}; for(size_t i = 0; i <= 9999; i++) { std::string str(std::to_string(i)); while(str.length() < 4) { str = "0" + str; } std::map<char, int> map; for(auto c : str) { map[c] += 1; } if (contains(black, map)) { res++; } } std::cout << res << '\n'; } int main() { std::ios::sync_with_stdio(false); std::cin.tie(nullptr); std::cout.tie(nullptr); int t; std::cin >> t; for(int i = 0; i < t; i++) { solve(); } return 0; }
25c906e4c9552c750730fd104fc389b2c5299671
f83ef53177180ebfeb5a3e230aa29794f52ce1fc
/ACE/ACE_wrappers/TAO/tests/Object_Loader/Test_i.h
25007c7610a03a622a3558feefc03e979b212b52
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-sun-iiop" ]
permissive
msrLi/portingSources
fe7528b3fd08eed4a1b41383c88ee5c09c2294ef
57d561730ab27804a3172b33807f2bffbc9e52ae
refs/heads/master
2021-07-08T01:22:29.604203
2019-07-10T13:07:06
2019-07-10T13:07:06
196,183,165
2
1
Apache-2.0
2020-10-13T14:30:53
2019-07-10T10:16:46
null
UTF-8
C++
false
false
784
h
Test_i.h
//============================================================================= /** * @file Test_i.h * * @author Carlos O'Ryan */ //============================================================================= #ifndef TAO_OBJECT_LOADER_TEST_I_H #define TAO_OBJECT_LOADER_TEST_I_H #include "TestS.h" #include "OLT_Export.h" /** * @class Test_i * * @brief Implement the Test interface */ class OLT_Export Test_i : public POA_Test { public: /// ctor Test_i (PortableServer::POA_ptr poa); CORBA::Long instance_count (void); void destroy (void); PortableServer::POA_ptr _default_POA (void); private: /// The default POA used for this object PortableServer::POA_var poa_; static CORBA::Long instance_count_; }; #endif /* TAO_OBJECT_LOADER_TEST_I_H */
ee8a476c205b83c7e166fa245ac336e02b9369e1
83e0b8445b1157b10158fb583980f397b30bd81e
/Client/GuardianBodyC.cpp
5768e3d6bc1c6841aa49be8bc6c6d69746301f78
[]
no_license
ChoiDeborah/MoonLighter
cfc385cf142289833ca0fb3847edd944c9d846d7
1f2d3363fbbd15dfe183abb797cf2e4af16730b3
refs/heads/master
2023-02-15T02:22:49.897924
2021-01-12T16:11:53
2021-01-12T16:11:53
328,930,365
0
0
null
null
null
null
UHC
C++
false
false
4,835
cpp
GuardianBodyC.cpp
#include "stdafx.h" #include "GuardianBodyC.h" #include "TextureMgr.h" #include "GraphicDev.h" #include "TimeMgr.h" #include "GuardianBodyD.h" #include "Line.h" #include "ObjMgr.h" CGuardianBodyC::CGuardianBodyC() : m_eCurState(STATE_END) , m_eNextState(IDLE) , m_fLineTime(0.f) { m_wstrObjKey = L"BOSS_C_BODY_C"; m_wstrStateKey = L""; PrevPoint = D3DXVECTOR2(0.f, 0.f); m_tFrame = FRAME(0.f, 10.f, 0.f); } CGuardianBodyC::~CGuardianBodyC() { Release(); } void CGuardianBodyC::ChangeState() { if (m_eCurState != m_eNextState) { m_tFrame.fFrame = 0.f; switch (m_eNextState) { case CGuardianBodyC::IDLE: m_wstrStateKey = L"IDLE"; break; case CGuardianBodyC::ATTACK_A: m_wstrStateKey = L"ATTACK_A"; break; case CGuardianBodyC::ATTACK_B: m_wstrStateKey = L"ATTACK_B"; break; case CGuardianBodyC::DEATH: m_wstrStateKey = L"DEATH"; break; case CGuardianBodyC::STATE_END: break; default: break; } m_eCurState = m_eNextState; m_tFrame.fMax = CTextureMgr::Get_Instance()->GetImgCount(m_wstrObjKey, m_wstrStateKey) - 1; } } HRESULT CGuardianBodyC::Initialize(void) { CGuardianBodyD* pGuardianBodyD = new CGuardianBodyD; pGuardianBodyD->Set_Target(this); pGuardianBodyD->SetPos(m_tInfo.vPos.x - 100.f, m_tInfo.vPos.y + 100.f); pGuardianBodyD->Initialize(); CObjMgr::Get_Instance()->AddObject(OBJID::OBJ_BODY_D, pGuardianBodyD); m_pChild = pGuardianBodyD; if (nullptr != m_pTarget) { CurPoint = D3DXVECTOR2(m_tInfo.vPos.x, m_tInfo.vPos.y); LINEINFO temp; temp.vPrevPoint = D3DXVECTOR2(m_tInfo.vPos.x, m_tInfo.vPos.y); temp.vNextPoint = D3DXVECTOR2(m_pTarget->GetInfo()->vPos.x + 50.f, m_pTarget->GetInfo()->vPos.y); m_listLine.push_back(new CLine(temp)); } return E_NOTIMPL; } int CGuardianBodyC::Progress(void) { Frame(); CObj::Matrix(); ChangeState(); makeNewLine(); if (m_bIsMove) Moving(); CObj::CollisionLock(); return 0; } void CGuardianBodyC::Render(void) { const TEXINFO* m_pTexture = CTextureMgr::Get_Instance()->GetTexture(m_wstrObjKey, m_wstrStateKey, int(m_tFrame.fFrame)); if (nullptr == m_pTexture) return; float fX = m_pTexture->tImgInfo.Width / 2.f; float fY = m_pTexture->tImgInfo.Height / 2.f; CGraphicDev::Get_Instance()->GetSprite()->SetTransform(&m_tInfo.matWorld); CGraphicDev::Get_Instance()->GetSprite()->Draw(m_pTexture->pTexture, NULL, &D3DXVECTOR3(fX, fY, 0.f), NULL, D3DCOLOR_ARGB(255, 255, 255, 255)); Render_Rect(); } void CGuardianBodyC::Release(void) { for_each(m_listLine.begin(), m_listLine.end(), DeleteObj()); m_listLine.clear(); } void CGuardianBodyC::makeNewLine() { m_fLineTime += GET_TIME; if (m_fLineTime > LINETIME && nullptr != m_pTarget) { m_fLineTime = 0.f; PrevPoint = CurPoint; CurPoint.x = m_pTarget->GetInfo()->vPos.x; CurPoint.y = m_pTarget->GetInfo()->vPos.y; LINEINFO temp; temp.vPrevPoint = PrevPoint; temp.vNextPoint = CurPoint; m_listLine.push_back(new CLine(temp)); m_eCurDir = m_eNextDir; } } void CGuardianBodyC::Moving() { if (nullptr != m_pTarget) { // // CLine* pLine = nullptr; //m_tInfo.vPos += vDir* (m_fSpeed - 30.f) * GET_TIME; if (!m_listLine.empty()) { pLine = m_listLine.back(); //D3DXVECTOR2 vDir = pLine->Get_LineInfo().vNextPoint- pLine->Get_LineInfo().vPrevPoint; D3DXVECTOR2 vPos = D3DXVECTOR2(m_tInfo.vPos.x, m_tInfo.vPos.y); D3DXVECTOR2 vDir = pLine->Get_LineInfo().vNextPoint - vPos; D3DXVec2Normalize(&vDir, &vDir); m_tInfo.vPos.x += vDir.x * m_fSpeed * GET_TIME; m_tInfo.vPos.y += vDir.y * m_fSpeed * GET_TIME; // 내위치에서 끝점 까지의 거리를 구한다. // (p1-p2) float fDistance = sqrtf((m_tInfo.vPos.x - pLine->Get_LineInfo().vNextPoint.x)*(m_tInfo.vPos.x - pLine->Get_LineInfo().vNextPoint.x) + (m_tInfo.vPos.y - pLine->Get_LineInfo().vNextPoint.y)*(m_tInfo.vPos.y - pLine->Get_LineInfo().vNextPoint.y)); //cout << "Distance : " << fDistance << endl; if (fDistance < 5.0 && !m_listLine.empty()) { Safe_Delete(m_listLine.back()); m_listLine.pop_back(); } } } } void CGuardianBodyC::AllMoveStop() { m_bIsMove = false; if (m_pChild) m_pChild->AllMoveStop(); } void CGuardianBodyC::AllMoveActivate() { m_bIsMove = true; if (m_pChild) dynamic_cast<CGuardianBodyC*>(m_pChild)->AllMoveActivate(); } void CGuardianBodyC::Frame(void) { m_tFrame.fFrame += m_tFrame.fCount * GET_TIME; if (m_tFrame.fFrame > m_tFrame.fMax) { m_tFrame.fFrame = 0.f; m_eNextState = BODY_C_STATE(rand() % 5); if (m_eNextState > STATE_END) m_eNextState = BODY_C_STATE(0); } }
73a54d924aeaefd8438f283309bf4aa126fdd1a6
2b92cfd18e4049bf6bc852ca05a4264d61fd2d71
/3rd-party/Tick/tick/traits/is_random_access_iterator.h
a297a9948454f43ae9387dce0adfa02fa2f5c684
[ "BSL-1.0", "MIT" ]
permissive
stefangachter/wave_geometry
1cf7fc537d05ac1a534d7b5f92cd3197634a8c34
aabcad44a490fc6393b35e63db9ad8908cf46dec
refs/heads/master
2023-03-16T13:11:48.011532
2021-01-25T03:46:42
2021-01-25T03:46:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,361
h
is_random_access_iterator.h
/*============================================================================= Copyright (c) 2015 Paul Fultz II is_random_access_iterator.h Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ #ifndef TICK_GUARD_IS_RANDOM_ACCESS_ITERATOR_H #define TICK_GUARD_IS_RANDOM_ACCESS_ITERATOR_H /// is_random_access_iterator /// ========================= /// /// Description /// ----------- /// /// A random access iterator is a bidirectional iterator that can be moved to /// point to any element in constant time. /// /// Requirements /// ------------ /// /// The type `It` satisfies `is_random_access_iterator` if /// /// * The type `It` satisfies [`is_bidirectional_iterator`](is_bidirectional_iterator) /// * The type `It` satisfies [`is_totally_ordered`](is_totally_ordered) /// /// And, given /// /// * `value_type`, the type denoted by `std::iterator_traits<It>::value_type` /// * `difference_type`, the type denoted by `std::iterator_traits<It>::difference_type` /// * `reference`, the type denoted by `std::iterator_traits<It>::reference` /// * `i`, `a`, `b`, objects of type `It` or `const It` /// * `r`, a value of type `It&` /// * `n`, an integer of type `difference_type` /// /// The following expressions must be valid and have their specified effects /// /// +--------------------+--------------------+ /// | Expression | Return type | /// | | | /// +====================+====================+ /// | `r += n` | `It&` | /// +--------------------+--------------------+ /// | `a + n, n + a` | `It` | /// +--------------------+--------------------+ /// | `r -= n` | `It&` | /// +--------------------+--------------------+ /// | `i - n` | `It` | /// +--------------------+--------------------+ /// | `b - a` | `difference_type` | /// +--------------------+--------------------+ /// | `i[n]` | convertible to | /// | | `reference` | /// +--------------------+--------------------+ /// /// Synopsis /// -------- /// /// TICK_TRAIT(is_random_access_iterator, /// is_bidirectional_iterator<_>, /// is_totally_ordered<_> /// ) /// { /// template<class I, class Number> /// auto require(I&& i, Number n) -> valid< /// decltype(returns<typename std::add_lvalue_reference<I>::type>(i += n)), /// decltype(returns<typename std::add_lvalue_reference<I>::type>(i -= n)), /// decltype(returns<I>(i + n)), /// decltype(returns<I>(i - n)), /// decltype(returns<I>(n + i)), /// decltype(returns<typename iterator_traits<I>::difference_type>(i - i)), /// decltype(returns<typename iterator_traits<I>::reference>(i[n])), /// decltype(returns<typename iterator_traits<I>::reference>(*(i + n))) /// >; /// /// template<class I> /// auto require(I&& i) -> valid< /// decltype(require(std::forward<I>(i), 0)) /// >; /// }; /// #include <tick/builder.h> #include <tick/traits/is_bidirectional_iterator.h> #include <tick/traits/is_totally_ordered.h> namespace tick { TICK_TRAIT(is_random_access_iterator, is_bidirectional_iterator<_>, is_totally_ordered<_>) { template<class I, class Number> static auto req_impl(I&& i, Number n) -> valid< TICK_RETURNS(i += n, typename std::add_lvalue_reference<I>::type), TICK_RETURNS(i -= n, typename std::add_lvalue_reference<I>::type), TICK_RETURNS(i + n, I), TICK_RETURNS(i - n, I), TICK_RETURNS(n + i, I), TICK_RETURNS(i - i, typename iterator_traits<I>::difference_type), TICK_RETURNS(i[n], typename iterator_traits<I>::reference), TICK_RETURNS(*(i + n), typename iterator_traits<I>::reference) >; template<class I, class Number> auto require(I&& i, Number n) -> valid< decltype(req_impl(std::forward<I>(i), n)) >; template<class I> auto require(I&& i) -> valid< decltype(req_impl(std::forward<I>(i), 0)) >; }; } #endif
e68c01f90fb97cd602649bb2ec0b8a8815645a46
7dda8e33d266ce0e62911c778b80a7d7d6bb1390
/src/SynchronizationInstrumentor/WrapperGenState.h
d275c7792145fbbdd5ffe094ab2e12b1bb0c1840
[ "Apache-2.0" ]
permissive
mozafari/vprofiler
03c47ae1e3a807025967d2c2f75f1ccb0b22cc82
23e44f04ba7476d35080bd3bc3a03c8e941e762a
refs/heads/master
2020-04-16T17:55:06.692864
2018-04-24T17:30:21
2018-04-24T17:30:21
52,889,378
108
13
Apache-2.0
2018-04-24T17:30:23
2016-03-01T15:53:22
C++
UTF-8
C++
false
false
1,463
h
WrapperGenState.h
#ifndef WRAPPER_GEN_STATE_H #define WRAPPER_GEN_STATE_H #include <string> #include <vector> class WrapperGenState { public: WrapperGenState(): internalCallPrefix(""), argumentIndices(), usesResult(false) {} WrapperGenState(std::string _internalCallPrefix, std::vector<int> _argIdxs, bool _usesResult): internalCallPrefix(_internalCallPrefix), argumentIndices(_argIdxs), usesResult(_usesResult) {} // Prefix for call to VProfiler state, prefix will look something like: // on_read( std::string internalCallPrefix; // The indices of the arguments of the function being wrapped which need // to be passed to the call to alter VProfiler state. For example, if // if mknod with prototype: // // int mknod(const char *pathname, mode_t mode, dev_t dev) // // is being wrapped, the internal call will look like: // // on_mknod(pathname, mode) // // Here, argumentIndices' state will be [0, 1] as on_mknod needs the 0th // and 1st arguments of mknod passed to it in that order. std::vector<int> argumentIndices; // True if the inner call to VProfiler state uses the result of the wrapped // call. bool usesResult; }; #endif
4d1d47ef2fb6f5890a1f7f23a0440c3a89f9bc19
9c5e10ba39daafd864d52260ea4f98ef5a93fd98
/c++/learncpp/chP_6/dangling_pointer.cpp
0f0cf5fd340a2f135e95d88d6c46badec3c30bc2
[]
no_license
christyjohn/practice
817b1214233224daa6260e5c762ca2b6fce2bc87
60bdcb8e58b3c346df83837fb6ec0cfc7e807a5c
refs/heads/master
2023-04-29T00:50:49.137042
2022-05-16T06:57:45
2022-05-16T06:57:45
95,289,669
0
2
null
2023-04-18T16:54:33
2017-06-24T10:00:02
Java
UTF-8
C++
false
false
451
cpp
dangling_pointer.cpp
#include <iostream> int main() { int* ptr{ new int }; // dynamically allocate an integer *ptr = 7; // put a value in that memory location delete ptr; // return the memory to the operating system. ptr is now a dangling pointer. std::cout << *ptr << '\n'; // Dereferencing a dangling pointer will cause undefined behavior delete ptr; // trying to deallocate the memory again will also lead to undefined behavior. return 0; }
7c7b0a2f7dfc2a797fcf598098fdc625cb5bf811
90c9ccbd415d662dc8f8f831cb0b61f0bed2c60f
/20190921/prior_queue.cpp
ec090346b6f9c77eebeade467cb214e0da982b1b
[]
no_license
ChoiSunPil/algoritm
cac46de99113bb202a5a05d5b2cd0e8bb7b43dc3
e439aca521350f6e1b5bd3b421c14859921a2db6
refs/heads/master
2020-07-25T08:08:05.068868
2019-11-03T10:19:38
2019-11-03T10:19:38
208,225,235
0
0
null
null
null
null
UTF-8
C++
false
false
1,313
cpp
prior_queue.cpp
#include <queue> #include <iostream> #include <vector> using namespace std; struct point{ int first; int second; }; bool compare(point & a, point &b) //first 내림 차순, second 오름 차순 , 내림은 < true , 오름은 > true { if(a.first < b.first) return true; else if(a.first == b.first) { if(a.second>b.second) return true; else return false; } else return false; } struct cmp{ bool operator()(point & a, point &b) //first 내림 차순, second 오름 차순 , 내림은 < true , 오름은 > true { if(a.first < b.first) return true; else if(a.first == b.first) { if(a.second>b.second) return true; else return false; } else return false; } }; int main(){ priority_queue<point,vector<point >,cmp> pq; vector<point> a; point p = {1,3}; pq.push(p); a.push_back(p); p.first =2; p.second =4; pq.push(p); a.push_back(p); p.first =1; p.second =4; pq.push(p); a.push_back(p); while(!pq.empty()) { cout<<pq.top().first<<" "<<pq.top().second<<endl; pq.pop(); } sort(a.begin(),a.end(),compare); for(int i = 0 ; i < a.size();i++) { cout<<"vector :"<<a[i].first<<" "<<a[i].second<<endl; } }
88ceb0b8e0f8a2286aae322912e62894391c3547
72852e07bb30adbee608275d6048b2121a5b9d82
/algorithms/problem_0706/solution2.cpp
437100215f96e9e8d9787b1ae62c76b45cce596e
[]
no_license
drlongle/leetcode
e172ae29ea63911ccc3afb815f6dbff041609939
8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13
refs/heads/master
2023-01-08T16:26:12.370098
2023-01-03T09:08:24
2023-01-03T09:08:24
81,335,609
0
0
null
null
null
null
UTF-8
C++
false
false
1,259
cpp
solution2.cpp
class MyHashMap { public: static constexpr int size = 1000; vector<list<pair<int, int>>> buckets; MyHashMap(): buckets(size) {} /** value will always be non-negative. */ void put(int key, int value) { auto& bucket = buckets[key % size]; for (auto it = bucket.begin(); it != bucket.end(); ++it) { if (it->first == key) { it->second = value; return; } } bucket.emplace(bucket.begin(), key, value); } /** Returns the value to which the specified key is mapped, * or -1 if this map contains no mapping for the key */ int get(int key) { auto& bucket = buckets[key % size]; for (auto it = bucket.begin(); it != bucket.end(); ++it) { if (it->first == key) { return it->second; } } return -1; } /** Removes the mapping of the specified value key if this map contains a mapping for the key */ void remove(int key) { auto& bucket = buckets[key % size]; for (auto it = bucket.begin(); it != bucket.end(); ++it) { if (it->first == key) { bucket.erase(it); return; } } } };
55cfc9b60f0ba9c371fe89862b739456ec9538d7
bcd3356c7e51c009f4e63730ceb0875755a65377
/GitGud/src/GitGud/Core/LayerStack.h
28fa5f213124c5e6eeab9beb7392a41ffabbf4f0
[ "MIT" ]
permissive
Josef212/GitGud
d8404636d06011ec14c8fa13a0cd9d69b9c3e898
f563b136a550c13afb23d183ab42ca34a3e8eabf
refs/heads/master
2022-07-12T06:54:38.400118
2022-06-25T17:53:37
2022-06-25T17:53:37
251,731,332
0
0
MIT
2022-06-25T17:50:13
2020-03-31T21:04:35
C++
UTF-8
C++
false
false
995
h
LayerStack.h
#pragma once #include "Core.h" #include "Layer.h" #include <vector> namespace GitGud { class GG_API LayerStack { public: LayerStack(); ~LayerStack(); void PushLayer(Layer* layer); void PushOverlay(Layer* overlay); void PopLayer(Layer* layer); void PopOverlay(Layer* overlay); std::vector<Layer*>::iterator begin() { return _layers.begin(); } std::vector<Layer*>::iterator end() { return _layers.end(); } std::vector<Layer*>::reverse_iterator rbegin() { return _layers.rbegin(); } std::vector<Layer*>::reverse_iterator rend() { return _layers.rend(); } std::vector<Layer*>::const_iterator begin() const { return _layers.begin(); } std::vector<Layer*>::const_iterator end() const { return _layers.end(); } std::vector<Layer*>::const_reverse_iterator rbegin() const { return _layers.rbegin(); } std::vector<Layer*>::const_reverse_iterator rend() const { return _layers.rend(); } private: std::vector<Layer*> _layers; uint32_t _layerInsertIndex = 0; }; }
84a1092cae86ee55f126cac995c9ec5b7cae569a
ace20ae898aadf18c4ef8a2355b528422fc27bb5
/codeforces/17openg3.cpp
eb1eeff1d3cc6e4d6eed23be726388181a814705
[]
no_license
pidddgy/competitive-programming
19fd79e7888789c68bf93afa3e63812587cbb0fe
ec86287a0a70f7f43a13cbe26f5aa9c5b02f66cc
refs/heads/master
2022-01-28T07:01:07.376581
2022-01-17T21:37:06
2022-01-17T21:37:06
139,354,420
0
3
null
2021-04-06T16:56:29
2018-07-01T19:03:53
C++
UTF-8
C++
false
false
993
cpp
17openg3.cpp
#include <bits/stdc++.h> using namespace std; // #define cerr if(false) cerr #define watch(x) cerr << (#x) << " is " << (x) << endl; #define endl '\n' #define ld long double #define int long long #define pii pair<int, int> #define fi first #define se second #define sz(a) (int)a.size() #define all(x) (x).begin(), (x).end() void solve() { } signed main() { ios::sync_with_stdio(0); cin.tie(0); freopen("art2.in", "r", stdin); freopen("art2.out", "w", stdout); int n; cin >> n; int a, b, c, d, e, f, g; cin >> a >> b >> c >> d >> e >> f >> g; if(n == 7 and a == 0 and b == 1 and c == 4 and d == 5 and e == 1 and f == 3 and g == 3) { cout << 2 << endl; } else cout << -1 << endl; } /* */ // Did you read the bounds? // Did you make typos? // Are there edge cases (N=1?) // Are array sizes proper? // Integer overflow? // DS reset properly between test cases? // Is using long longs causing TLE? // Are you using floating points?
67019c09bfd80a124f6d9d233328f7c5c6eb8f73
7d42e94816a7c0db8492f2770c9291b1cad5852a
/GCR/trunk/Glodon/include/GLD/GLDStylePaintUtils.h
cbb2f7a3508638b9a88253f25b05e8dfb7470a84
[]
no_license
canston/qt
3d10807b2f7fc198e08e0234bb8c9fcc40f27fe8
70c6c33bd27a9c1407e0e0918ef50d242d8bf21e
refs/heads/master
2021-05-30T19:56:49.398438
2015-12-29T01:43:32
2015-12-29T01:43:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
570
h
GLDStylePaintUtils.h
#ifndef GLDSTYLEPAINTUTILS_H #define GLDSTYLEPAINTUTILS_H class QStyleOptionComboBox; class QStyleOptionSpinBox; class QStyleOptionButton; class QRect; class QString; class GLDWIDGETSHARED_EXPORT GLDStylePaintUtils { public: static void initComboBoxOpt(QStyleOptionComboBox &opt, const QRect &rect); static void initPushButtonOpt(QStyleOptionButton &opt, const QRect &rect, const QString &btnText); static void initSpinBoxOpt(QStyleOptionSpinBox &opt, const QRect &rect); protected: explicit GLDStylePaintUtils(); }; #endif // GLDSTYLEPAINTUTILS_H
65ab9953982f21ba746374c9a7207d7b6e88971d
402f2fba6df57fdb6d9eb260927b22d5588d4925
/C++/Scripting and Programming PA/SecurityStudent.cpp
703d83863b7a1c85478290c75da934bb48ddfddd
[]
no_license
seredford12/Programming-Projects
12856937dfcddc248fd8b8e7719d55eb5d639404
a17b178343983802fa63c8f9df3aa08e318bc752
refs/heads/main
2023-03-04T01:36:49.524490
2021-02-16T23:18:11
2021-02-16T23:18:11
339,546,201
0
0
null
null
null
null
UTF-8
C++
false
false
856
cpp
SecurityStudent.cpp
#include <iostream> #include "SecurityStudent.h" using std::cout; SecurityStudent::SecurityStudent() : Student() { Program = SECURITY; } SecurityStudent::SecurityStudent(string StudentID, string FirstName, string LastName, string EmailAddress, int Age, int DaysInCourse[], Degree pro) : Student(StudentID, FirstName, LastName, EmailAddress, Age, DaysInCourse) { Program = pro; } Degree SecurityStudent::getDegreeProgram() { return Program; } void SecurityStudent::print() { cout << getID() << "\t First Name: " << getFirst() << "\t Last Name: " << getLast() << "\t Email Address: " << getEmail() << "\t Age: " << getA() << "\t Days In Course: {" << getDaysInCourse()[0] << ", " << getDaysInCourse()[1] << ", " << getDaysInCourse()[2] << "}" << "\t Degree: SECURITY" << "\n"; } SecurityStudent::~SecurityStudent() { }
03973dcdab9fcecbb19c5a4e3fd7cb47d1f8b121
986c21d401983789d9b3e5255bcf9d76070f65ec
/src/plugins/poshuku/plugins/fua/fua.h
da4b1f197f3b1a95259eef5810ba245517f1cfcd
[ "BSL-1.0" ]
permissive
0xd34df00d/leechcraft
613454669be3a0cecddd11504950372c8614c4c8
15c091d15262abb0a011db03a98322248b96b46f
refs/heads/master
2023-07-21T05:08:21.348281
2023-06-04T16:50:17
2023-06-04T16:50:17
119,854
149
71
null
2017-09-03T14:16:15
2009-02-02T13:52:45
C++
UTF-8
C++
false
false
1,678
h
fua.h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt) **********************************************************************/ #pragma once #include <memory> #include <QObject> #include <QMap> #include <interfaces/iinfo.h> #include <interfaces/ihavesettings.h> #include <interfaces/iplugin2.h> #include <interfaces/core/ihookproxy.h> class QStandardItemModel; namespace LC { namespace Poshuku { namespace Fua { class Settings; class FUA : public QObject , public IInfo , public IPlugin2 , public IHaveSettings { Q_OBJECT Q_INTERFACES (IInfo IPlugin2 IHaveSettings) LC_PLUGIN_METADATA ("org.LeechCraft.Poshuku.FUA") std::shared_ptr<QStandardItemModel> Model_; Util::XmlSettingsDialog_ptr XmlSettingsDialog_; QList<QPair<QString, QString>> Browser2ID_; QMap<QString, QString> BackLookup_; public: void Init (ICoreProxy_ptr); void SecondInit (); void Release (); QByteArray GetUniqueID () const; QString GetName () const; QString GetInfo () const; QIcon GetIcon () const; QSet<QByteArray> GetPluginClasses () const; Util::XmlSettingsDialog_ptr GetSettingsDialog () const; void Save () const; const QList<QPair<QString, QString>>& GetBrowser2ID () const; const QMap<QString, QString>& GetBackLookupMap () const; public slots: void initPlugin (QObject*); void hookUserAgentForUrlRequested (LC::IHookProxy_ptr, const QUrl&); }; } } }
b89bef2d70a5339fa1b5db759d5c7896fb58640c
30874a1295d700427f7775d89a74ff5c4836dbe9
/libraries/SerialSRAM/SPISRAM.h
d088f6bd235206b0cb475f552a8e68adbc21e5ed
[]
no_license
una1veritas/Arduino-public
f9b445bffe493e1c5b72f6587946b3fa3c5335ac
381cbd5193961534b910f1cfeb3a83bc273889a0
refs/heads/master
2021-01-19T15:20:21.300335
2020-10-15T12:08:24
2020-10-15T12:08:24
100,960,464
0
0
null
null
null
null
UTF-8
C++
false
false
2,752
h
SPISRAM.h
/* Copyright (c) 2010 by arms22 (arms22 at gmail.com) Microchip 23x256 SPI SRAM library for Arduino This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23K256/640 modified by Sin */ #ifndef SPISRAM_H #define SPISRAM_H #include <Arduino.h> #include <SPI.h> #include <Stream.h> #include "ExtRam.h" class SPISRAM : public Stream, public ExtRam { private: const byte _csPin; const byte _buswidth; long _readptr, _writeptr; // byte clock_divider; // byte spi_mode; // byte status_cache; // INSTRUCTION SET static const byte READ = 0x03; // Read data from memory static const byte WRITE = 0x02; // Write data to memory // EDIO // EQIO // RSTIO static const byte RDSR = 0x05; // Read Status register static const byte WRSR = 0x01; // Write Status register // STATUS REGISTER static const byte BYTE_MODE = 0x00; static const byte PAGE_MODE = 0x80; static const byte SEQ_MODE = 0x40; void set_access(const byte mode, const long & address) { SPI.transfer(mode); if (_buswidth == BUS_MBits) SPI.transfer(address >> 16 & 0xff); SPI.transfer(address >> 8 & 0xff); SPI.transfer(address & 0xff); } void writeStatusRegister(byte stat) { SPI.transfer(WRSR); SPI.transfer(stat); } byte readStatusRegister() { SPI.transfer(RDSR); return SPI.transfer(0); } public: enum { BUS_WIDTH_23K256 = 16, // 23K256 BUS_WIDTH_23K640 = 16, // 23K640 BUS_WIDTH_23LC1024 = 24, // 23A/LC1024 BUS_KBits = 16, BUS_MBits = 24 }; SPISRAM(const byte csPin, const byte addrwidth = BUS_WIDTH_23K256); byte buswidth() const { return _buswidth; } bool init(); inline bool begin() { return init(); } //inline void setSPIMode(); byte read(uint32_t address); byte operator[](const uint32_t & address) { return read(address); } void read(uint32_t address, byte *buffer, size_t size); void write(uint32_t address, byte data); void write(uint32_t address, byte *buffer, size_t size); /* const long & readpoint() { return _readpt; } const long & writepoint() { return _writept; } */ void reset(const long & val = 0) { seek(val); } void seek(const long & addr) { _readptr = addr; _writeptr = addr; } virtual int read(void) { return read(_readptr++); } virtual int peek(void) { return read(_readptr); } virtual int available(void); virtual size_t write(uint8_t val) { write(_writeptr++, val); return 1; } virtual void flush(void) { _readptr = _writeptr; } inline void csLow(); inline void csHigh(); inline void select(void); inline void deselect(void); }; #endif
c7a76e5b360554b1e36caf6b836bf388b473bf8b
a1198eee283625159a0e2e7ad6af6fa1815bd74b
/src/exapi/bitmex/include/quote/DAQuoteBitmexApi.h
bf1a473de8b835dfb2cc534db96bf775164c09d7
[ "Apache-2.0" ]
permissive
XFone/exapi
ff25f8ec1e457e54715ff254bb3eebf4318f1132
05660e8b27dfa75aa0996342ee5b6b253b09c477
refs/heads/master
2020-03-27T13:02:51.283157
2018-10-21T10:54:31
2018-10-21T10:54:31
146,586,630
3
0
null
null
null
null
UTF-8
C++
false
false
8,987
h
DAQuoteBitmexApi.h
/* * $Id: $ * * DAQuoteBitmexApi and DAQuoteBitmexSpi class declaration * * Copyright (c) 2014-2018 Zerone.IO. All rights reserved. * * $Log: $ * */ #pragma once /** @file DAQuoteBitmexApi.h Bitmex quotation client api. */ #if defined(SHARELIB) && defined(WIN32) # ifdef SHARELIB_API_EXPORT # define API_EXPORT __declspec(dllexport) # else # define API_EXPORT __declspec(dllimport) # endif #else # define API_EXPORT #endif #include "quote/IQuoteApi.h" namespace exapi { /* C header without namespace */ #include "quote/DAQuoteBitmexDef.h" /** * DAQuoteBitmexSpi * Bitmex quotation interface for async callback */ class DAQuoteBitmexSpi : public IQuoteSpi { public: virtual ~DAQuoteBitmexSpi() {} /** * On server connected (not used in HTTP/1.1) * @param addr server address */ virtual void OnConnected(const char *addr) {} /** * On server disconnected (not used in HTTP/1.1) * @param addr server address */ virtual void OnDisconnected(const char *addr) {} /** * New quotation data is comming * @param quoteType quote type * @param pQuoteData union of quotation data */ virtual void OnQuoteUpdated(QuoteApiType quoteType, void *pQuoteData) {} /** * @param quoteType quote type * @param psymbol quote symbol * @param status symbol subscription status */ virtual void OnSymbolSubscribed(QuoteApiType quoteType, const char *pSymbol, unsigned status) {} /** * @param quoteType quote type * @param psymbol quote symbol * @param status symbol subscription status */ virtual void OnSymbolUnsubscribed(QuoteApiType quoteType, const char *pSymbol, unsigned status) {} //-------------------------- Quote Data ------------------------------ /** * @param l2data array of \ref OrderBookL2 */ virtual void OnOrderBook(const void *l2data) {} /** * @param quotes array of \ref Quote */ virtual void OnQuotes(const void *quotes) {} /** * @param quotes array of \ref Quote */ virtual void OnQuotesBucketed(const void *quotes) {} //------------------------- Funding callbacks ------------------------ /** * @param fundings array of \ref Fundings */ virtual void OnFundingHistory(const void *fundings) {} /** * @param insurances array of \ref Insurance */ virtual void OnInsuranceHistory(const void *insurances) {} //-------------------------- Trades Data ----------------------------- /** * @param trades array of \ref Trade */ virtual void OnTrades(const void *trades) {} /** * @param tradebin \ref TradeBin */ virtual void OnTradesBucketd(const void *tradebin) {} //-------------------------- Extra Data ------------------------------ /** * Received site announcements * @data array of \ref Announcement */ virtual void OnAnnouncement(const void *data) {} /** * @param data \ref AnnouncementUrgent */ virtual void OnAnnouncementUrgent(const void *data) {} /** * @param schema \ref Schema */ virtual void OnSchema(const void *schema) {} /** * @param schema \ref Schema */ virtual void OnSchemaWebsocket(const void *schema) {} /** * @param stats \ref Stats */ virtual void OnStats(const void *stats) {} /** * @param statsHist \ref StatsHistory */ virtual void OnStatsHistory(const void *statsHist) {} /** * @param statsUsd \ref StatsUSD */ virtual void OnStatsHistoryUsd(const void *statsUsd) {} }; /** * DAQuoteBitmexApi * Bitmex quotation service */ class API_EXPORT DAQuoteBitmexApi : public IQuoteApi { public: virtual ~DAQuoteBitmexApi() {} /** * Create TraderApi * @param api_key user should applied an api-key from bitmex.com * @param secret_key key for signing parameter * @param dpath the local directory to save quotation data, default is work path * @return the DAQuoteOkexApi instance */ static DAQuoteBitmexApi *CreateApi(const char *api_key, const char *secret_key, const char *dpath = ""); /** * Delete current instance and free all resources */ virtual void Dispose() = 0; /** * Initialized runtime and worker threads, start receiving events */ virtual void Init() = 0; /** * Waiting for stopping of worker threads * @return the exit value of thread */ virtual int Join() = 0; //------------------------ Quote Data ------------------------------- /** * Order book * @param symbol e.g., "ETHBTC" * @param limit default 100; max 1000. Valid limits:[5, 10, 20, 50, 100, 500, 1000] * @return 0 for success, or errno */ int QueryDepth(const char *symbol, size_t limit) { return QueryOrderBookLevel2(symbol, 0); } /** * Get current orderbook in vertical format. * \ref OnOrderBook * @param symbol Instrument symbol. Send a series (e.g. XBT) to get data for the nearest contract in that series. * @param depth Orderbook depth per side. Send 0 for full depth. default: 25 */ int QueryOrderBookLevel2(const char *symbol, size_t depth = 25); /** * Get Quotes * \ref OnQuotes */ int QueryQuotes(const QueryFilterParams &params); /** * Get previous quotes in time buckets. * \ref OnQuotesBucketed * @param binSize Time interval to bucket by. Available options: [1m,5m,1h,1d]. default: 1m * @param partial If true, will send in-progress (incomplete) bins for the current time period. default: false * @param params query and filter parameters */ int QueryQuotesBucketed(const char *binSize, bool partial, const QueryFilterParams &params); //---------------------------- Funding ------------------------------- /** * Get funding history * \ref OnFundingHistory * @param params query or filter parameters */ int QueryFundingHistory(const QueryFilterParams &params); /** * Get insurance fund history * \ref OnInsuranceHistory * @param params query or filter parameters */ int QueryInsuranceHistory(const QueryFilterParams &params); //-------------------------- Trades Data------------------------------ /** * Get Trades. * \ref OnTrades */ int QueryTrades(const QueryFilterParams &params); /** * Get previous trades in time buckets. * \ref OnTradesBucketd */ int QueryTradesBucketed(const char *binSize, bool partial, const QueryFilterParams &params); //-------------------------- Extra Data ------------------------------ //---------- Public Announcement ------------ /** * Get site announcements. * \ref OnAnnouncement * @param columns array of column names to fetch */ int GetAnnouncement(const char *columns[] = nullptr); /** * Get urgent (banner) announcements. * \ref OnAnnouncementUrgent */ int GetAnnouncementUrgent(); //------ Dynamic Schemata for Developers ---- /** * Get model schemata for data objects returned by this API. * \ref OnSchema * @param model model filter. If omitted, will return all models. */ int GetSchema(const char *model = nullptr); /** * Returns help text & subject list for websocket usage. * \ref OnSchemaWebsocket */ int GetSchemaWebsocket(); //---------- Exchange Statistics ------------ /** * Get exchange-wide and per-series turnover and volume statistics. * \ref OnStats */ int GetStats(); /** * Get historical exchange-wide and per-series turnover and volume statistics. * \ref OnStatsHistory */ int GetStatsHistory(); /** * Get a summary of exchange statistics in USD. * \ref OnStatsHistoryUsd */ int GetStatsHistoryUsd(); }; } // namespace exapi
9996e348e77fee905d716257f498345aaef50ef2
4dd1db7154358f36e6aeda645180751c9fa03311
/source/agent/addons/audioRanker/AudioRankerWrapper.h
0420a63278d68b2a6eafa9a0595ad84cb23c73e4
[ "Apache-2.0" ]
permissive
open-webrtc-toolkit/owt-server
7f217c1bef38a55d92271f00ea6cbb9d1687c00b
22c1663bac5ac6c032b50b4e3da1c892fca92eb1
refs/heads/master
2023-08-21T16:38:09.515739
2023-08-10T04:58:55
2023-08-10T04:58:55
174,490,396
1,107
447
Apache-2.0
2023-08-31T02:18:29
2019-03-08T07:34:33
JavaScript
UTF-8
C++
false
false
992
h
AudioRankerWrapper.h
// Copyright (C) <2019> Intel Corporation // // SPDX-License-Identifier: Apache-2.0 #ifndef AUDIORANKERWRAPPER_H #define AUDIORANKERWRAPPER_H #include <AudioRanker.h> #include <nan.h> /* * Wrapper class of owt_base::AudioRanker */ class AudioRanker : public Nan::ObjectWrap, public owt_base::AudioRanker::Visitor { public: static NAN_MODULE_INIT(Init); owt_base::AudioRanker* me; boost::mutex mutex; std::queue<std::string> jsonChanges; void onRankChange( std::vector<std::pair<std::string, std::string>> updates) override; private: AudioRanker(); ~AudioRanker(); Nan::Callback *callback_; uv_async_t async_; Nan::AsyncResource *asyncResource_; static Nan::Persistent<v8::Function> constructor; static NAN_METHOD(New); static NAN_METHOD(close); static NAN_METHOD(addOutput); static NAN_METHOD(addInput); static NAN_METHOD(removeInput); static NAUV_WORK_CB(Callback); }; #endif
399b555506036f1beab18e8cb10c17b11ba4e1b9
7b49c6aced0e672cc7636a4fb5eeee7694f28cdc
/project/source/system/UI/Widget.h
843e75b87b50e807aeaae95cc056f9397540649b
[]
no_license
TomohiroYuki/YukitterFramework
f57b3231deaeba86ac2e97d2cadb27a187cc6b49
50efa6d32005c89d1164894e4a239300573d7e7b
refs/heads/master
2020-03-30T07:47:56.342747
2018-09-30T13:16:43
2018-09-30T13:16:43
150,967,310
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,102
h
Widget.h
#pragma once #include "source\math\yuki_math.h" #include "source\system\object\sprite\sprite.h" #include <memory> class WidgetBase { public: WidgetBase(VECTORII size, VECTORII pos_init): size(size), position(pos_init) {} ~WidgetBase() {} protected: VECTORII size; VECTORII position; public: }; class GaugeWidget :public WidgetBase { public: GaugeWidget(VECTORII widget_size, VECTORII pos_init, float gauge_init, const wchar_t* fill_imagename, const wchar_t* back_imagename) : WidgetBase(widget_size, pos_init), gauge(gauge_init) { fill_image = std::make_unique<Sprite>(fill_imagename); background_image = std::make_unique<Sprite>(back_imagename); gauge = 0.5f; } ~GaugeWidget() {} private: //0.0f ~ 1.0f std::unique_ptr<Sprite> fill_image; std::unique_ptr<Sprite> background_image; public: float gauge; // //今回はLeft to Rightのみ作成 //いずれはその逆及び上下ゲージも作成予定 void Render() { background_image->Render(position, size, {}, size , {}, 0); fill_image->Render(position, { size.x*gauge,size.y }, {}, size, {}, 0); } };
5b961ef2075808a6aa24d4cfe267d11216bfa698
6eb5bc6376972306b21cf652a559ba0e5fba7e0d
/Jojo/include/Text.hpp
70814becbcb9da8af1d6c19f2c94da5e633bd54c
[]
no_license
joha2nes/OpenGLDemo
4725c41b4909489d790d3a3b2e6cb849dd19bbe5
353c16759fa8096c8971aca23ecae6de9d5de1b4
refs/heads/master
2021-01-11T20:33:00.423552
2017-05-11T20:04:31
2017-05-11T20:04:31
79,140,772
0
0
null
null
null
null
UTF-8
C++
false
false
256
hpp
Text.hpp
#pragma once #include "glm\glm.hpp" #include <string> class Font; struct Text { Font* font; std::string text; glm::vec2 position; float scale; glm::vec4 color; Text(Font* font, std::string text, glm::vec2 position, float scale, glm::vec4 color); };
9fb41fcc66955fde0121e6d34319c997b5d1b1ea
1e018556f02f2b1eb729d52e704bcc6b7f9f5f7b
/robot/common/Peripheral/jhcAccelXY.cpp
153d7bb63fd946f3f995acd93d401df3b7f54796
[ "Apache-2.0" ]
permissive
ghas-results/ALIA
3e9de2e4d98e0376c43d7a10ce568d64a9023ab1
4dc5e76c3280ece5471eddca875c6b7fa35e6beb
refs/heads/master
2023-08-10T03:40:25.889007
2020-07-20T02:19:49
2020-07-20T02:19:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,156
cpp
jhcAccelXY.cpp
// jhcAccelXY.cpp : interprets body accelometer data from onboard PIC // // Written by Jonathan H. Connell, jconnell@alum.mit.edu // /////////////////////////////////////////////////////////////////////////// // // Copyright 2016 IBM Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // /////////////////////////////////////////////////////////////////////////// #include <math.h> #include "jhcAccelXY.h" /////////////////////////////////////////////////////////////////////////// // Creation and Initialization // /////////////////////////////////////////////////////////////////////////// //= Default destructor does necessary cleanup. jhcAccelXY::~jhcAccelXY () { } //= Default constructor initializes certain values. jhcAccelXY::jhcAccelXY () { // no serial port for PIC yet aok = -1; dyn = NULL; // set up processing and interpretation parametets LoadCfg(); Defaults(); clr_vals(); } //= Clear all cached results. // returns 0 for convenience int jhcAccelXY::clr_vals () { tilt = 0.0; roll = 0.0; tip = 0.0; mag = 0.0; ang = 0.0; return 0; } /////////////////////////////////////////////////////////////////////////// // Processing Parameters // /////////////////////////////////////////////////////////////////////////// //= Parameters used for interpreting accelerometer data. int jhcAccelXY::acc_params (const char *fname) { jhcParam *ps = &aps; int ok; ps->SetTag("acc_cal", 0); ps->NextSpec4( &x0, 0, "Flat surface X value"); ps->NextSpec4( &y0, 0, "Flat surface Y value"); ps->NextSpecF( &mgx, 4.03, "X scale factor (mG/bit)"); ps->NextSpecF( &mgy, 4.03, "Y scale factor (mG/bit)"); ok = ps->LoadDefs(fname); ps->RevertAll(); return ok; } /////////////////////////////////////////////////////////////////////////// // Configuration // /////////////////////////////////////////////////////////////////////////// //= Associate arm with some (possibly shared) Dyamixel interface. void jhcAccelXY::Bind (jhcDynamixel *ctrl) { dyn = ctrl; aok = 1; if (ctrl == NULL) aok = -1; } /////////////////////////////////////////////////////////////////////////// // Parameter Bundles // /////////////////////////////////////////////////////////////////////////// //= Read all relevant defaults variable values from a file. int jhcAccelXY::Defaults (const char *fname) { int ok = 1; return ok; } //= Read just body specific values from a file. int jhcAccelXY::LoadCfg (const char *fname) { return acc_params(fname); } //= Write current processing variable values to a file. int jhcAccelXY::SaveVals (const char *fname) const { int ok = 1; return ok; } //= Write current body specific values to a file. int jhcAccelXY::SaveCfg (const char *fname) const { return aps.SaveVals(fname); } /////////////////////////////////////////////////////////////////////////// // Main Functions // /////////////////////////////////////////////////////////////////////////// //= Interpret accelerometer data (possibly reading it first). // set chk > 0 if MegaUpdate not called, caches results for later reading // tip is overall offset of base from vertical, magnitude is in mG's // ang is with respect to direction of travel: 0 = straight, +90 = left // returns 1 if successful, 0 for error int jhcAccelXY::Update (int chk) { double gx, gy, sx, sy; int xpk, ypk, xav4, yav4; // get values from recent Dynamixel mega command if ((dyn == NULL) || (aok <= 0)) return clr_vals(); if (chk > 0) if (dyn->MegaUpdate(1, 0, 1) <= 0) return clr_vals(); if (dyn->RawAccel(xpk, ypk, xav4, yav4) <= 0) return clr_vals(); // possibly set zero level if needed if (x0 <= 0) x0 = xav4; if (y0 <= 0) y0 = yav4; // determine angles from XY averages gx = mgx * (xav4 - x0); gy = mgy * (yav4 - y0); tilt = R2D * asin(-0.001 * gx); roll = R2D * asin(-0.001 * gy); tip = R2D * asin(sqrt(gx * gx + gy * gy)); jprintf("ACC avgs: %d, %d [%d, %d] -> tilt = %3.1f, roll = %3.1f degs\n", xav4, yav4, x0, y0, tilt, roll); // determine angle and magnitude from XY shock peaks sx = mgx * (4.0 * (xpk - 96.0) - xav4); sy = mgy * (4.0 * (ypk - 96.0) - yav4); mag = sqrt(sx * sx + sy * sy); ang = R2D * atan2(sy, sx); jprintf("ACC shock: %d, %d -> x = %1.0f, y = %1.0f mG -> %1.0f @ %3.1f degs\n", xpk, ypk, sx, sy, mag, ang); return 1; }
4b65ce88a319bfb9a304cffbceee9471f22ce21f
d4cb5e7108e895aae2bde1c84bc6bbc103e3ef5c
/1210. 칼로리 계산하기.cpp
c426880669a44571539f369a4670418320a9b0f5
[]
no_license
KamiPer/Code-Up
6309776d71a030aec5a97ba3b51fcd49c080a002
d2ec393e33f62edfc304e9feccb11915e428f8f2
refs/heads/master
2020-03-27T08:30:09.354811
2018-10-11T11:14:09
2018-10-11T11:14:09
146,261,236
1
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
1210. 칼로리 계산하기.cpp
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); if(a == 1 && b == 5 || a == 1 && b == 4) printf("no angry"); else if(a == 2 && b == 5 || a == 2 && b == 4) printf("no angry"); else if(a == 3 && b == 5 || a == 3 && b == 4 || a == 3 && b == 3) printf("no angry"); else if(a == 4 && b == 5 || a == 4 && b == 4) printf("no angry"); else if(a == 5 && b == 5) printf("no angry"); else printf("angry"); }
319b3674b1a2333e1a75f03543a4e1aae1c563f3
bc7d06038df1275710de064999c5e0a2aa4f81a7
/July/9 July/checkIfANumberExistsInAnArithmaticProgression.cpp
a77a4bcc98624274756ab482fca2edf9e57f9e5a
[]
no_license
almas-ashruff/DSASolutions
0da67313658239e2355a13bc14d6f3c7aad4478e
649c536826c67fc0a0b658603b92463eb51e8d89
refs/heads/main
2023-07-20T00:54:00.888617
2021-08-12T14:26:55
2021-08-12T14:26:55
376,128,025
0
0
null
null
null
null
UTF-8
C++
false
false
971
cpp
checkIfANumberExistsInAnArithmaticProgression.cpp
// Given three integers 'A' denoting the first term of an arithmetic sequence , 'C' // denoting the common difference of an arithmetic sequence and an integer 'B'. // you need to tell whether 'B' exists in the arithmetic sequence or not. // https://practice.geeksforgeeks.org/problems/arithmetic-number2815/1 // IMPORTANT - READ SOLUTIONS : https://www.geeksforgeeks.org/find-the-missing-number-in-unordered-arithmetic-progression/ #include <bits/stdc++.h> using namespace std; int inSequence(int a, int b, int c){ // a -> first term, b-> exists or not, c -> common difference if(c == 0) { // if common difference is 0 return a == b; // first num and given num should be the same } if((b - a) % c == 0 && (b - a) / c >= 0){ // check 1 -> given num minus first num should be a multiple of common difference // check 2 -> given num minus first num should be a positive multiple of c.d. return true; } return false; }
90722f40285718c872ec74e6aef55930f034d2c5
354fa96a6a33fb5f590b61b946490393fae832e9
/src/btree.hpp
c25518ff5a8ed77ba7e1daed0604e23976b76526
[]
no_license
hpplinux/Mushroom
d0b23937496b01f09749638ee4e0a8e261b2c0d7
10f373f2266894a4d9dc6f505a05a3510bfde733
refs/heads/master
2021-01-13T03:18:33.789001
2016-11-30T08:20:23
2016-11-30T08:20:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,468
hpp
btree.hpp
/** * > Author: UncP * > Mail: 770778010@qq.com * > Github: https://www.github.com/UncP/Mushroom * > Description: * * > Created Time: 2016-10-07 20:10:30 **/ #ifndef _BTREE_HPP_ #define _BTREE_HPP_ #include <fstream> #include <string> #include <mutex> #include <map> #include "status.hpp" #include "slice.hpp" #include "btree_pager.hpp" #include "latch_manager.hpp" namespace Mushroom { class BTree { public: static const int MAX_KEY_LENGTH = 256; BTree(const int fd, const int key_len); Status Close(); uint8_t KeyLen() const { return key_len_; } Status Put(KeySlice *key); Status Get(KeySlice *key) const; BTreePage* First(page_id *page_no, int level) const; bool Next(KeySlice *key, page_id *page_no, uint16_t *index) const; void Traverse(int level) const; bool KeyCheck(std::ifstream &in, int total) const; std::string ToString() const; BTree& operator=(const BTree &) = delete; BTree(const BTree &) = delete; ~BTree() { delete [] root_; delete btree_pager_; delete latch_manager_; } private: std::pair<BTreePage*, Latch*> DescendToLeaf(const KeySlice *key, page_id *stack, uint8_t *depth) const; Status SplitRoot(); bool Insert(BTreePage *page, Latch **latch, KeySlice *key); LatchManager *latch_manager_; BTreePager *btree_pager_; BTreePage *root_; uint16_t degree_; uint8_t key_len_; }; } // namespace Mushroom #endif /* _BTREE_HPP_ */
5c2633f5ea41f3d09df20cf8d0d1d771c42c78ac
157fd7fe5e541c8ef7559b212078eb7a6dbf51c6
/TRiAS/Global Includes/TRiAS Includes/McKinney/OleType.H
97bc5a00ae681b71cb3c8f3be0b08929188ea289
[]
no_license
15831944/TRiAS
d2bab6fd129a86fc2f06f2103d8bcd08237c49af
840946b85dcefb34efc219446240e21f51d2c60d
refs/heads/master
2020-09-05T05:56:39.624150
2012-11-11T02:24:49
2012-11-11T02:24:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,121
h
OleType.H
#ifndef _OLETYPE_H_D9F3E660_235C_11d2_8F8E_0060085FC1CE #define _OLETYPE_H_D9F3E660_235C_11d2_8F8E_0060085FC1CE #include <ole2.h> #include <tchar.h> #include <iostream.h> // Syncronize UNICODE options #if defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #endif namespace MC { // Give Basic names to OLE types //@B SimpleType typedef unsigned char Byte; typedef short Integer; typedef long Long; typedef float Single; typedef double Double; //@E SimpleType //@B Currency typedef LONGLONG Currency; //@E Currency //@B Date typedef double Date; //@E Date //@B Object typedef IDispatch* Object; //@E Object //@B Boolean typedef VARIANT_BOOL Boolean; const Boolean True = VARIANT_TRUE; const Boolean False = VARIANT_FALSE; //@E Boolean //@B BCSTR typedef const wchar_t * const BCSTR; //@E BCSTR //@B boolVal #if _MSC_VER < 1010 #define boolVal bool #endif //@E boolVal #include "BString.H" #include "Variant.H" #include "SafeArray.H" typedef SafeArray<Variant, VT_VARIANT> ParamArray; typedef SafeArray<Variant, VT_VARIANT> ArrayVariant; typedef SafeArray<Byte, VT_UI1> ArrayByte; typedef SafeArray<VARIANT_BOOL, VT_BOOL> ArrayVT_BOOL; typedef SafeArray<Integer, VT_I2> ArrayInteger; typedef SafeArray<Long, VT_I4> ArrayLong; typedef SafeArray<Single, VT_R4> ArraySingle; typedef SafeArray<Double, VT_R8> ArrayDouble; typedef SafeArray<Currency, VT_CY> ArrayCurrency; typedef SafeArray<Date, VT_DATE> ArrayDate; //@B ArrayString typedef SafeArray<BSTR, VT_BSTR> ArrayString; typedef SafeArray<CComBSTR, VT_BSTR> ArrayCComBSTR; //@E ArrayString typedef SafeArray<Boolean, VT_BOOL> ArrayBoolean; typedef SafeArray<Object, VT_DISPATCH> ArrayObject; typedef SafeArray<IUnknown*,VT_UNKNOWN> ArrayUnknown; } // namespace MC #endif // _OLETYPE_H_D9F3E660_235C_11d2_8F8E_0060085FC1CE
eaaf7697a68741e494ce598b4242a3c13bb628a3
3686cc0ac904eaf21d515a63bb458ca06a787721
/ashmemservice/src/main/jni/local_log.h
be8fecf740e76743032603b7349a09873724271a
[]
no_license
lbtrace/Ashmem_for_Android_App
ba803a448152f8b5b74a77e946aa251316cc6fbd
aed2c0efb51e9eda86502b819208817c4240b3e3
refs/heads/master
2020-03-26T11:49:33.551758
2018-08-18T14:13:39
2018-08-18T14:13:39
144,861,549
1
0
null
null
null
null
UTF-8
C++
false
false
1,001
h
local_log.h
/* * Copyright (C) 2018 lb.wang(coder.wlb@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef ASHMEMDEMO_LOCAL_LOG_H #define ASHMEMDEMO_LOCAL_LOG_H #include <android/log.h> namespace ashmem_wrapper { #undef LOG_TAG #define LOG_TAG "ashmem_wrapper" #define LOG_I(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__); #define LOG_E(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__); } #endif //ASHMEMDEMO_LOCAL_LOG_H
9956f9836ecd2e2be1fe843556add8991b3a8d62
1bc768c36fcc27e3d8d38a488d21bd4d04d6ca94
/4. HARD/Find the Odd Integer/main.cpp
dbb1e3b9216df37d3aea1f8bc516a2621835408f
[]
no_license
ernikus/Edabit-Challenges-Cpp
5232a370f281419a89f5205479c4b8c30bb91242
2a40fa3b7f87fbbc2c07b0d8ba485d0e0905269a
refs/heads/main
2023-08-28T13:11:53.687141
2021-10-16T12:45:22
2021-10-16T12:45:22
374,112,331
1
0
null
null
null
null
UTF-8
C++
false
false
1,454
cpp
main.cpp
//Title: Find the Odd Integer //Difficulty: Hard //Source: https://edabit.com/challenge/wgnmQTbfssuhvZHqe //Soln Author: ernikus #include "Solution.h" #include <iostream> bool execute(const std::vector<int> input, const int output, const int answer) { std::cout << "Input:\t"; for (int i = 0; i < input.size(); i++) { std::cout << input[i] << " "; } std::cout << std::endl; std::cout << "Output:\t" << output << std::endl; std::cout << "Answer:\t" << answer << std::endl; if (output == answer) { std::cout << "Correct Answer!" << std::endl << std::endl; return true; } else { std::cout << "Bad Answer!" << std::endl << std::endl; return false; } } int main() { int correct{ 0 }, testNum{ 0 }; correct += execute({ 1,1,2,-2,5,2,4,4,-1,-2,5 }, findOdd({ 1,1,2,-2,5,2,4,4,-1,-2,5 }), -1); testNum++; correct += execute({ 20,1,-1,2,-2,3,3,5,5,1,2,4,20,4,-1,-2,5 }, findOdd({ 20,1,-1,2,-2,3,3,5,5,1,2,4,20,4,-1,-2,5 }), 5); testNum++; correct += execute({ 10 }, findOdd({ 10 }), 10); testNum++; correct += execute({ 1,1,1,1,1,1,10,1,1,1,1 }, findOdd({ 1,1,1,1,1,1,10,1,1,1,1 }), 10); testNum++; correct += execute({ 5,4,3,2,1,5,4,3,2,10,10 }, findOdd({ 5,4,3,2,1,5,4,3,2,10,10 }), 1); testNum++; std::cout << "Correctness: " << std::endl; std::cout << correct << "/" << testNum << "!"; std::cout << "\t(" << int(float(correct) / float(testNum) * 100) << "%/" << 100 << "%)" << std::endl; }
a9918637059a96af3d84b198c3bf61d613b4854d
3fec986eb0b5e21ef30063fc6edb85e8a6469f4e
/src/data_structs.h
ed477cec46fd30e7d5767b58c3cf73e4895ab11e
[]
no_license
renatosamperio/process_visualisation
b15474366213809957724d32d54471dd73ed8b0e
b276c283b23493b62c00091f077845e87c8266d3
refs/heads/master
2021-01-10T20:56:06.888435
2015-01-02T17:21:40
2015-01-02T17:21:40
24,862,210
0
0
null
null
null
null
UTF-8
C++
false
false
1,359
h
data_structs.h
#ifndef _DATA_STRUCTS_H_ #define _DATA_STRUCTS_H_ #include <iostream> #include <sstream> #include <memory> #include <vector> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> #include <boost/foreach.hpp> #include <QMainWindow> #include <QTimer> #include <zmq.hpp> #include "zhelpers.h" #include "qcustomplot.h" #include "Poco/Thread.h" class ProcessInfo{ public: ProcessInfo(); std::string username; std::string status; std::string cpu_times; std::string memory_vms_label; std::string memory_rss_label; std::string name; double cpu_percent; double memory_percent; long memory_vms_info; long memory_rss_info; int nice; int pid; }; class ListProcessInfo{ public: ListProcessInfo(); void decapsulate(std::string &message); void decapsulate(std::string &message, int i); std::shared_ptr<ProcessInfo> getProcess(int id); inline int getProcessSize(){return processSize;} inline std::vector<std::shared_ptr<ProcessInfo> > getLProcesses(){ return lProcesses; } private: int processSize; Poco::Mutex lock_; std::vector< std::shared_ptr<ProcessInfo> > lProcesses; }; std::string strip(const std::string& s, const std::string& chars=" "); template <typename T> std::string NumberToString ( T Number ); #endif // _DATA_STRUCTS_H_
e5ec13d930504e43b4e68fb115d17097f1e66183
95160a7cbc135512ca4dad55c67a6a5d959ad82c
/src/ExchangeProvider.cpp
33b726b661142443cee9221e63fc04f90703302a
[ "MIT" ]
permissive
ConcealNetwork/conceal-desktop
34dcfdff42e6fd88d1fe71643407e9d4da09f055
b7370e9e74bce1742e0ad9e3df2eb1d8d92d8508
refs/heads/master
2023-07-23T19:58:02.936236
2023-02-11T12:35:39
2023-02-11T12:35:39
141,608,377
83
45
NOASSERTION
2023-07-16T15:03:20
2018-07-19T17:00:53
C++
UTF-8
C++
false
false
1,768
cpp
ExchangeProvider.cpp
// Copyright (c) 2011-2017 The Cryptonote developers // Copyright (c) 2014-2017 XDN developers // Copyright (c) 2017 Karbowanec developers // Copyright (c) 2017-2018 The Circle Foundation & Conceal Devs // Copyright (c) 2018-2022 Conceal Network & Conceal Devs // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <QJsonArray> #include <QJsonDocument> #include <QJsonObject> #include <QNetworkReply> #include <QStringList> #include <QUrl> #include "Settings.h" #include "ExchangeProvider.h" namespace WalletGui { ExchangeProvider::ExchangeProvider(QObject *parent) : QObject(parent), m_networkManager() { } ExchangeProvider::~ExchangeProvider() { } void ExchangeProvider::getExchange(QString &_address) { QString _urlString = "https://explorer.conceal.network/services/exchanges/list?address=" + _address; QUrl url = QUrl::fromUserInput(_urlString); if (!url.isValid()) { return; } QNetworkRequest request(url); QNetworkReply *reply = m_networkManager.get(request); connect(reply, &QNetworkReply::readyRead, this, &ExchangeProvider::readyRead); connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater); } void ExchangeProvider::readyRead() { QNetworkReply *reply = qobject_cast<QNetworkReply *>(sender()); QByteArray data = reply->readAll(); QJsonDocument doc = QJsonDocument::fromJson(data); if (doc.isNull()) { return; } QJsonArray arr = doc.array(); if (arr.count() == 1) { for (auto value : arr) { auto object = value.toObject(); QString name = object.value("name").toString(); Q_EMIT exchangeFoundSignal(name); } } } } // namespace WalletGui
c4870fc553c868d58964df6d8baaf8adef9f605c
38c41b7e054d8b5d563753f7463138bdde58eebd
/week04-2/main.cpp
2cac9b7605f48b2683b4034db2092ac72fa0e018
[]
no_license
Clever0315/2021garphics
3143562e370667b9e92a11e67b37e2cfb927a232
99fd4418b59870098d0436c117bb3593ce53b1f8
refs/heads/main
2023-04-14T17:40:47.439772
2021-05-05T04:46:20
2021-05-05T04:46:20
348,545,495
0
0
null
null
null
null
BIG5
C++
false
false
1,010
cpp
main.cpp
#include <GL/glut.h>///使用GLUT外掛 #include <stdio.h> int n=0,vx[3000],vy[3000]; static void display(void) { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);///清背景 glBegin(GL_LINE_LOOP); for(int i=0;i<n;i++)///用for畫出來 { glVertex2f((vx[i]-150)/150.0,-(vy[i]-150)/150.0);///座標換算 } glEnd(); glutSwapBuffers();///更新畫面 } void motion(int x,int y) { vx[n]=x;///將滑鼠x值存起來 vy[n]=y;///將滑鼠值存起來 n++; display();///每次移動滑鼠都會呼叫display } int main(int argc, char *argv[])///main()函式 { glutInit(&argc, argv);///Init初始化GLUT glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);///Init初始化Display功能 glutCreateWindow("07160325 小乖的畫");///建立自訂名稱的GLUT視窗 glutDisplayFunc(display);///準備display()函式 glutMotionFunc(motion);///新增的motion函式 glutMainLoop();///主要函式 }
7af233f92321188c0022bdb2559684795acdf8c2
84ec8177442b06a22b07c175302edf21aa276d25
/src/queries/HdfsReader.h
380231a5b4606aaab5ba1c79029ca9008aeccefe
[]
no_license
erikmuttersbach/hdfs-benchmark
b3aa9857521487c484676597b5f90c84c27275b8
0b78e383c71822b0ce4bb0376a1b8c1babf710a3
refs/heads/master
2021-01-23T22:05:24.471542
2015-07-06T08:23:33
2015-07-06T08:23:33
35,212,523
4
1
null
null
null
null
UTF-8
C++
false
false
12,844
h
HdfsReader.h
// // Created by Erik Muttersbach on 31/05/15. // #ifndef HDFS_BENCHMARK_HDFSREADER_H #define HDFS_BENCHMARK_HDFSREADER_H #include <string> #include <exception> #include <set> #include <thread> #include <mutex> #include <condition_variable> #include <iostream> #include <unordered_map> #include <boost/log/trivial.hpp> #include <boost/thread.hpp> #include <boost/atomic/atomic.hpp> #include <string.h> #include <hdfs/hdfs.h> #include "Compare.h" #include "Block.h" #include "PriorityQueue.h" #include "expect.h" using namespace std; class HdfsReader { public: HdfsReader(string namenode) : namenode(namenode) { } HdfsReader(string namenode, int port, string socket) : namenode(namenode), namenodePort(port), socket(socket) { } ~HdfsReader() { if (hdfsBuilder) { hdfsFreeBuilder(hdfsBuilder); } if (this->fs) { hdfsDisconnect(this->fs); } } void connect() { this->hdfsBuilder = hdfsNewBuilder(); this->fs = connect(this->hdfsBuilder); } vector<hdfsFileInfo> listDirectory(string path) { int entries; hdfsFileInfo *files = hdfsListDirectory(this->fs, path.c_str(), &entries); EXPECT_NONZERO_EXC(files, "hdfsListDirectory") vector<hdfsFileInfo> filesVector; for (int i = 0; i < entries; i++) { filesVector.push_back(files[i]); } hdfsFreeFileInfo(files, entries); return filesVector; } void listDirectory(string path, function<void(hdfsFileInfo &)> func) { int entries; hdfsFileInfo *files = hdfsListDirectory(this->fs, path.c_str(), &entries); EXPECT_NONZERO_EXC(files, "hdfsListDirectory") for (unsigned i = 0; i < entries; i++) { func(files[i]); } } bool isDirectory(string path) { hdfsFileInfo *fileInfo = hdfsGetPathInfo(fs, path.c_str()); EXPECT_NONZERO_EXC(fileInfo, "hdfsGetPathInfo") return fileInfo->mKind == tObjectKind::kObjectKindDirectory; } /** * Read a file at `path` or all files in directory at `path`. For each * read file `func` will be called. * * TODO can only be called if A) connected, B) another read(...) is not in progress */ void read(string path, function<void(vector<string> &paths)> initFunc = [](vector<string> &paths) {}, function<void(Block &)> func = [](Block b) { }, unsigned consumerCount = 1) { this->reset(); // Check if path is pointing at a file or a directory vector<string> paths; if (this->isDirectory(path)) { this->listDirectory(path, [&paths](hdfsFileInfo &fileInfo) { if (fileInfo.mKind == tObjectKind::kObjectKindFile) { paths.push_back(fileInfo.mName); } }); } else { paths.push_back(path); } if(initFunc) { initFunc(paths); } // Determine the set of hosts and the hosts of all files // to build up `pendingBlocks` for (auto &path : paths) { auto fileInfo = hdfsGetPathInfo(fs, path.c_str()); EXPECT_NONZERO_EXC(fileInfo, "hdfsGetPathInfo") char ***fileBlocksHosts = hdfsGetHosts(fs, path.c_str(), 0, fileInfo->mSize); EXPECT_NONZERO_EXC(fileBlocksHosts, "hdfsGetHosts") for (size_t blockIdx = 0; fileBlocksHosts[blockIdx]; blockIdx++) { if (blockIdx > 0) { throw runtime_error("Multi-block files are not supported (" + path + ")"); } set<string> blockHosts; for (size_t hostIdx = 0; fileBlocksHosts[blockIdx][hostIdx]; hostIdx++) { char *host = fileBlocksHosts[blockIdx][hostIdx]; blockHosts.insert(host); hosts.insert(host); } pendingBlocks.push(Block(*fileInfo, blockIdx, blockHosts)); } } size_t blockCount = pendingBlocks.size(); boost::atomic<unsigned> consumedBlocks(0); // block consumers boost::thread_group consumers; for(unsigned int i=0; i<consumerCount; i++) { consumers.create_thread([i, &blockCount, &consumedBlocks, this, &func]() { //uint32_t lastBlock = -1; while (true) { // A) old impl. guarantees blocks arrive in order /*unique_lock<mutex> lock(blocksMutex); if(loadedBlocks.size() == 0 || loadedBlocks.peek().idx != lastBlock+1) { cv.wait(lock); } if(loadedBlocks.peek().idx == lastBlock+1) { auto block = loadedBlocks.pop(); lastBlock = block.idx; if(func) { func(block); } if(block.idx+1 == blockCount) { break; } }*/ // B) doesnt guarantee order if (blockCount == consumedBlocks) { break; } Block *block = 0; { unique_lock<mutex> lock(blocksMutex); if (loadedBlocks.size() == 0) { BOOST_LOG_TRIVIAL(debug) << "Thread-" << i << " sleeping"; cv.wait(lock); BOOST_LOG_TRIVIAL(debug) << "Thread-" << i << " woken up"; } if (blockCount == consumedBlocks) { break; } else if(loadedBlocks.size() > 0) { block = new Block(loadedBlocks.pop()); consumedBlocks++; } } if (func && block != 0) { func(*block); BOOST_LOG_TRIVIAL(debug) << "Thread-" << i << " finished work"; } else if(block == 0) { BOOST_LOG_TRIVIAL(debug) << "Thread-" << i << " found block == 0"; } delete block; } BOOST_LOG_TRIVIAL(debug) << "Thread-" << i << " finishing"; }); } // start block readers unordered_map<string, thread> threads; for (auto &host : hosts) { threads[host] = thread(&HdfsReader::reader, this, host); } // Wait for all threads to finish for (auto &host : hosts) { threads[host].join(); } { unique_lock<mutex> lock(blocksMutex); cv.notify_all(); } consumers.join_all(); //auto seconds = ((double)(chrono::duration_cast<chrono::milliseconds>(chrono::high_resolution_clock::now() - start)).count())/1000.0; //cout << "Downloaded " << fileInfo->mSize/(1024.0*1024.0) << " MB with " << ((double)fileInfo->mSize/(1024.0*1024.0))/seconds << " MB/s)"<< endl; } void reset() { this->pendingBlocks.clear(); this->loadedBlocks.clear(); this->blocks.clear(); this->hosts.clear(); } void setSocket(string socket) { this->socket = socket; } void setBufferSize(size_t bufferSize) { this->bufferSize = bufferSize; } void setNamenodePort(int namenodePort) { this->namenodePort = namenodePort; } void setSkipChecksums(bool skipChecksums) { this->skipChecksums = skipChecksums; } private: hdfsFS connect(struct hdfsBuilder *hdfsBuilder) { hdfsBuilderSetNameNode(hdfsBuilder, this->namenode.c_str()); hdfsBuilderSetNameNodePort(hdfsBuilder, this->namenodePort); if (!this->socket.empty()) { hdfsBuilderConfSetStr(hdfsBuilder, "dfs.client.read.shortcircuit", "true"); hdfsBuilderConfSetStr(hdfsBuilder, "dfs.client.read.shortcircuit.skip.checksum", this->skipChecksums ? "true" : "false"); hdfsBuilderConfSetStr(hdfsBuilder, "dfs.domain.socket.path", this->socket.c_str()); } else { hdfsBuilderConfSetStr(hdfsBuilder, "dfs.client.read.shortcircuit", "false"); } hdfsFS fs = hdfsBuilderConnect(hdfsBuilder); EXPECT_NONZERO_EXC(fs, "hdfsBuilderConnect") return fs; } void reader(string host) { BOOST_LOG_TRIVIAL(debug) << "Thread-" << host << " starting"; struct hdfsBuilder *hdfsBuilder = hdfsNewBuilder(); hdfsFS fs = connect(hdfsBuilder); //hdfsFile file = hdfsOpenFile2(fs, host.c_str(), this->path.c_str(), O_RDONLY, this->bufferSize, 0, 0); //EXPECT_NONZERO_EXC(file, "hdfsOpenFile2") while (true) { shared_ptr<Block> downloadBlock = nullptr; { unique_lock<mutex> lock(blocksMutex); uint count = 0; for (auto &block : loadedBlocks) { if (block.host.compare(host) == 0) { count++; } } if (count >= 3) { continue; } for (auto it = pendingBlocks.begin(); it != pendingBlocks.end(); it++) { if ((*it).hosts.count(host) > 0) { downloadBlock = shared_ptr<Block>(new Block(*it)); pendingBlocks.remove(it); break; } } if (downloadBlock == NULL) { BOOST_LOG_TRIVIAL(debug) << "Thread-" << host << " did not find job (" << pendingBlocks.size() << " pending)"; break; } } // Download the block `downloadBlockIdx` BOOST_LOG_TRIVIAL(debug) << "Thread-" << host << " downloading " << downloadBlock->fileInfo.mName; auto start = chrono::high_resolution_clock::now(); hdfsFile file = hdfsOpenFile2(fs, host.c_str(), downloadBlock->fileInfo.mName, O_RDONLY, this->bufferSize, 0, 0); EXPECT_NONZERO_EXC(file, "hdfsOpenFile2") downloadBlock->host = host; downloadBlock->data = shared_ptr<void>(malloc(downloadBlock->fileInfo.mSize), free); //tOffset offset = downloadBlock->fileInfo.mBlockSize*((uint64_t)downloadBlock->idx); //int r = hdfsSeek(fs, file, offset); //EXPECT_NONNEGATIVE(r, "hdfsSeek") tSize read = 0, totalRead = 0; do { read = hdfsRead(fs, file, static_cast<char *>(downloadBlock->data.get()) + totalRead, downloadBlock->fileInfo.mSize); EXPECT_NONNEGATIVE(read, "hdfsRead") totalRead += read; } while (read > 0 && totalRead < downloadBlock->fileInfo.mSize); assert(totalRead == downloadBlock->fileInfo.mSize); auto seconds = ((double) (chrono::duration_cast<chrono::milliseconds>( chrono::high_resolution_clock::now() - start)).count()) / 1000.0; BOOST_LOG_TRIVIAL(debug) << "Thread-" << host << " downloaded " << downloadBlock->fileInfo.mName << " (" << totalRead / (1024.0 * 1024.0) << " MB with " << ((double) totalRead / (1024.0 * 1024.0)) / seconds << " MB/s)"; // TODO Waiting for this takes ages ... measure { unique_lock<mutex> lock(blocksMutex); loadedBlocks.push(Block(*downloadBlock.get())); cv.notify_one(); } hdfsCloseFile(fs, file); } BOOST_LOG_TRIVIAL(debug) << "Thread-" << host << " finished"; } private: //string path; string namenode; string socket; int namenodePort = 9000; size_t bufferSize = 4096; bool skipChecksums = false; struct hdfsBuilder *hdfsBuilder; hdfsFS fs; //hdfsFile file; //hdfsFileInfo *fileInfo; mutex blocksMutex; condition_variable cv; // Buffer for the whole read file //char *buffer = 0; // All Hosts set<string> hosts; // Blocks to be downloaded PriorityQueue<Block, vector<Block>, Compare> pendingBlocks; // Blocks to be processed PriorityQueue<Block, vector<Block>, Compare> loadedBlocks; // Ordered list of all blocks downloaded vector<Block> blocks; }; #endif //HDFS_BENCHMARK_HDFSREADER_H
66f328049164cd5f2a6851c47d4fc3f9fcf19aa3
f22851ebe4ec1999c6b2942dae8672ddf65897f9
/src/HtmlQuestionBuilder.cpp
5d1d0f88234c7f2196bbe6144b3870f751d74a7d
[ "MIT" ]
permissive
gaoyaoxin/WDict
759a3da6d2784bcc7cedde02aaee137ed8baa7b7
35bcf332343735865dfea908459c2114d2d256bf
refs/heads/master
2021-01-18T21:06:38.869560
2016-05-31T15:27:46
2016-05-31T15:27:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
HtmlQuestionBuilder.cpp
#include "HtmlQuestionBuilder.h" void HtmlQuestionBuilder::Begin() { outs << "<!DOCTYPE html>" << endl; outs << "<html>" << endl; } void HtmlQuestionBuilder::BeginTitle(std::string title) { outs << "<head>" << endl << "<title>" << title << "</title>" << endl; this->title = title; } void HtmlQuestionBuilder::EndTitle() { outs << "</head>" << endl; } void HtmlQuestionBuilder::BeginBody() { outs << "<body>" << endl; if (title != "") { outs << "<h1>" << title << "</h1><hr />" << endl; } outs << "<form action=\"?\" method=\"POST\">" << endl; } void HtmlQuestionBuilder::BeginQuestion(std::string question) { ++questionId; outs << "<p>" << questionId << ". " << question << "</p>" << endl; } void HtmlQuestionBuilder::BeginSelect() { } void HtmlQuestionBuilder::Option(char key, std::string option) { outs << "<label><input name=\"Q" << questionId << "\" type=\"radio\" value=\"" << key << "\" />" << key << ". " << option << "</label>" << endl; } void HtmlQuestionBuilder::EndSelect() { } void HtmlQuestionBuilder::BeginTextInput() { outs << "<input name=\"Q" << questionId << "\" type=\"text\" value=\"\">" << endl; } void HtmlQuestionBuilder::EndTextInput() { } void HtmlQuestionBuilder::EndQuestion() { } void HtmlQuestionBuilder::EndBody() { outs << "<p><input type=\"submit\" value=\"提交\"></p>" << endl; outs << "</form>" << endl; outs << "</body>" << endl; } void HtmlQuestionBuilder::End() { outs << "</html>" << endl; }
1b73d45294ba843cd84a6749f97fd590c90aa06a
d54e3de3eb145030edb4280d31fefcf5f77e1695
/Semestre3/Estrutura de Dados/Programas/Ponteiros e Alocação/ponteiros4.cpp
6050c477fa75744314ca573cf2d4ebc3a6e3453d
[]
no_license
wellisonraul/DesenvolvimentoUniversidade
b8bbf7ce22009a569257bb0e25042898dd2e0bf8
29fa9838d32f22063b6e788cfdf8228be9bb59ef
refs/heads/master
2020-12-03T00:23:42.342682
2017-07-02T14:01:56
2017-07-02T14:01:56
96,026,036
0
0
null
null
null
null
IBM852
C++
false
false
398
cpp
ponteiros4.cpp
#include <stdio.h> #include <conio.h> int main(void){ int num,*p1, *p2; num=55; p1=&num; /* Pega o endereco de num */ p2=p1; /*p2 passa a apontar para o mesmo enderešo apontado por p1 */ printf("Endereco de p1: %p\n",p1);; printf("Valor apontado por p1: %d\n",*p1); printf("Endereco de p2: %p\n",p2); printf("Valor apontado por p2: %d\n",*p2); getch(); }
27856a94c645b9a57b82ddab7ecf31bb921d5869
6a41bee3331523726e346e25b92f61d7d14bec08
/GalaxySimulator/GalaxySimulator/Octree.cpp
80d88deda099dd3e9fe907c4839d2e262fc2ab35
[]
no_license
ajimenezh/Misc-Projects
c3007d0f2bab8210503efad51dd250765ed9bb4f
1a4a126f4730655d8eab4a09c5382921520e63ae
refs/heads/main
2023-06-05T04:11:18.090482
2021-06-14T08:57:52
2021-06-14T08:57:52
376,250,395
0
0
null
null
null
null
UTF-8
C++
false
false
4,937
cpp
Octree.cpp
#include "Octree.h" #include <algorithm> Octree::Octree() { for (int i = 0; i < 8; i++) children[i] = NULL; parent = NULL; } Octree::~Octree() { } void Octree::BuildTree(ListData data) { objects = data; if (objects.list_end - objects.list_begin <= NODES_PER_LEAF) { CalcData(); return; } std::vector<ListData> tmp_objects = DivideByX({ objects }); tmp_objects = DivideByY({ tmp_objects }); tmp_objects = DivideByZ({ tmp_objects }); for (int i = 0; i < 8; i++) { Octree* node = octree_cache.GetOctree(); node->BuildTree(tmp_objects[i]); children[i] = node; } CalcData(); } std::vector<ListData> Octree::DivideByX(std::vector<ListData> lists) { std::vector<ListData> new_objects; for (const auto& list : lists) { std::sort(list.list_begin, list.list_end, [](const Node* a, const Node* b) { return a->x < b->x; }); int n = (int)(list.list_end - list.list_begin); new_objects.emplace_back(ListData({ list.list_begin, list.list_begin + n / 2 })); new_objects.emplace_back(ListData({ list.list_begin + n / 2, list.list_end })); } return new_objects; } std::vector<ListData> Octree::DivideByY(std::vector<ListData> lists) { std::vector<ListData> new_objects; for (const auto& list : lists) { std::sort(list.list_begin, list.list_end, [](const Node* a, const Node* b) { return a->y < b->y; }); int n = (int)(list.list_end - list.list_begin); new_objects.emplace_back(ListData({ list.list_begin, list.list_begin + n / 2 })); new_objects.emplace_back(ListData({ list.list_begin + n / 2, list.list_end })); } return new_objects; } std::vector<ListData> Octree::DivideByZ(std::vector<ListData> lists) { std::vector<ListData> new_objects; for (const auto& list : lists) { std::sort(list.list_begin, list.list_end, [](const Node* a, const Node* b) { return a->z < b->z; }); int n = (int)(list.list_end - list.list_begin); new_objects.emplace_back(ListData({ list.list_begin, list.list_begin + n / 2 })); new_objects.emplace_back(ListData({ list.list_begin + n / 2, list.list_end })); } return new_objects; } void Octree::CalcData() { if (objects.list_begin == objects.list_end) { return; } if (objects.list_end - objects.list_begin <= NODES_PER_LEAF) { for (auto it = objects.list_begin; it != objects.list_end; it++) { objects.x.first = std::min(objects.x.first, (*it)->x); objects.x.second = std::max(objects.x.second, (*it)->x); objects.y.first = std::min(objects.y.first, (*it)->y); objects.y.second = std::max(objects.y.second, (*it)->y); objects.z.first = std::min(objects.z.first, (*it)->z); objects.z.second = std::max(objects.z.second, (*it)->z); objects.m += (*it)->m; objects.mx += (*it)->x*(*it)->m; objects.my += (*it)->y*(*it)->m; objects.mz += (*it)->z*(*it)->m; } objects.mx /= objects.m; objects.my /= objects.m; objects.mz /= objects.m; return; } for (int i = 0; i < 8; i++) { if (children[i] != NULL) { objects.x.first = std::min(objects.x.first, children[i]->objects.x.first); objects.x.second = std::max(objects.x.second, children[i]->objects.x.second); objects.y.first = std::min(objects.y.first, children[i]->objects.y.first); objects.y.second = std::max(objects.y.second, children[i]->objects.y.second); objects.z.first = std::min(objects.z.first, children[i]->objects.z.first); objects.z.second = std::max(objects.z.second, children[i]->objects.z.second); objects.m += children[i]->objects.m; objects.mx += children[i]->objects.mx*children[i]->objects.m; objects.my += children[i]->objects.my*children[i]->objects.m; objects.mz += children[i]->objects.mz*children[i]->objects.m; } } objects.mx /= objects.m; objects.my /= objects.m; objects.mz /= objects.m; } Vector Octree::CalcForce(Node* nd) { if ((objects.list_end - objects.list_begin) <= NODES_PER_LEAF) { Vector F; for (auto it = objects.list_begin; it != objects.list_end; it++) { if (*(*it) != *nd) { Vector v(nd->x - (*it)->x, nd->y - (*it)->y, nd->z - (*it)->z); double tmp = v.sqr() + eps * eps; F += v * (*it)->m / (tmp*sqrt(tmp)); } } return F; } Vector F; for (int i = 0; i < 8; i++) { if (children[i] != NULL) { if (CheckCondition(nd, children[i]->objects)) { Vector v(nd->x - children[i]->objects.mx, nd->y - children[i]->objects.my, nd->z - children[i]->objects.mz); double tmp = v.sqr() + eps * eps; F += v * children[i]->objects.m / (tmp*sqrt(tmp)); } else { F += children[i]->CalcForce(nd); } } } return F; } bool CheckCondition(Node* nd, ListData& data) { double d = std::max(std::max(data.x.second - data.x.first, data.y.second - data.y.first), data.z.second - data.z.first); double r = sqrt((nd->x - data.mx)*(nd->x - data.mx) + (nd->y - data.my)*(nd->y - data.my) + (nd->z - data.mz)*(nd->z - data.mz)); static double theta = 1.0; return d / r < theta; }
ba632135a45662bf6033b254520de347981d8e2a
ff1088deae274af64561091b6b61f08db2e97573
/Old C Socket Server/simple_server_main.cpp
08b72999184d6401b75e62c035ce5cf70687b76d
[]
no_license
shriram-sridharan/DAC
08ae386359348e56155994457ddf01aac5469a47
4c56a0560401dbb037c6fbfe8d2c4cc1948a299d
refs/heads/master
2020-05-19T16:34:33.430616
2013-12-11T18:30:17
2013-12-11T18:30:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,144
cpp
simple_server_main.cpp
#include "ServerSocket.h" #include "SocketException.h" #include <cstring> #include <pthread.h> #include <vector> using namespace std; vector<string> splitStringIntoTokens(char *data) { vector<string> tokens; char *pch = strtok (data, ";"); while (pch != NULL) { tokens.push_back(string(pch)); pch = strtok (NULL, ";"); } return tokens; } bool processAndGetPermission(string data) { char *nonconstdata = new char[data.length() + 1]; strcpy(nonconstdata, data.c_str()); vector<string> tokens = splitStringIntoTokens(nonconstdata); for(auto it = tokens.begin(); it!=tokens.end(); it++) cout << *it << endl; return false; } void * serveRequest(void * inputsock) { ServerSocket* new_sock = NULL; try { new_sock = (ServerSocket *) inputsock; std::string data; while (true) { if (!new_sock->recv(data)) { throw SocketException("Could not write to socket."); } bool permission = processAndGetPermission(data); if (!new_sock->send(data)) { throw SocketException("Could not write to socket."); } } } catch (SocketException&) { pthread_exit(NULL); } if (new_sock != NULL) { new_sock->closeClient(); delete new_sock; } } int main(int argc, int argv[]) { std::cout << "Starting Server....\n"; try { // Create the socket ServerSocket server(30000); std::cout << "Server Started\n"; pthread_t threads[MAXCONNECTIONS]; int no_threads = -1; while (true) { ServerSocket* new_sock = new ServerSocket(); server.accept(new_sock); no_threads++; if (no_threads >= MAXCONNECTIONS) { std::cout << " Max connections reached - " << MAXCONNECTIONS << std::endl; new_sock->send("-1"); new_sock->closeClient(); delete new_sock; continue; } else { new_sock->send("1"); } int rc = pthread_create(&threads[no_threads], NULL, serveRequest, (void *) new_sock); if (rc) { throw SocketException("Error:unable to create thread "); } std::cout << " Created thread " << new_sock << std::endl; } } catch (SocketException& e) { std::cout << "Exception was caught:" << e.description() << "\nExiting.\n"; } return 0; }
0194b3c067edca9d1bfadeaad3d81e5c5dddb5f4
10043aebeef16a0991486b3ac0f9c81618e5dae3
/Knurling_MainUnit.ino
3fbc4568eaf7bfe44b5e92872601f224f6dde709
[]
no_license
mgko1996/Knurling_MainUnit
dac20b4729f72a9a312e736c44a22f5b51fc147c
27872051869991822e1620e8c9420925eb553d74
refs/heads/master
2023-08-18T23:37:01.221901
2021-08-16T07:04:57
2021-08-16T07:04:57
395,313,991
1
0
null
null
null
null
UTF-8
C++
false
false
3,310
ino
Knurling_MainUnit.ino
#include <WiFi.h> #include <WebSocketServer.h> #include <ESP32SharpIR.h> #include <time.h> //포트 번호 정의(default 80) WiFiServer server(80); WebSocketServer webSocketServer; //Sharp IR Sensor 신호선 33번 연결 ESP32SharpIR sensor( ESP32SharpIR::GP2Y0A21YK0F, 33); int count = 0; String machine_name = "LetPullDown"; static int distance; static bool time_flag; static bool flag_up = false; static bool flag_down = false; static String data; const char* ntpServer = "pool.ntp.org"; uint8_t timeZone = 9; uint8_t summerTime = 0; // 3600 const char* ssid = "KT_GiGA_2G_Wave2_DC75"; const char* password = "db89kc5373"; // 시간 관련 구조체에서 현재 시간과 관련된 정보인 date 추출 void printLocalTime() { struct tm timeinfo; if(!getLocalTime(&timeinfo)){ Serial.println("Failed to obtain time"); return; } String year = String(timeinfo.tm_year+1900); String month = String(timeinfo.tm_mon+1); String day = String(timeinfo.tm_mday); String hour = String(timeinfo.tm_hour); String minute = String(timeinfo.tm_min); String sec = String(timeinfo.tm_sec); String date = year + "," + month + "." + day + " " + hour + ":" + minute + ":" + sec; } void setup(){ //보드 레이트 115200 설정 Serial.begin(115200); //센서 filter 하이퍼파라미터 정의 sensor.setFilterRate(0.4f); //와이파이 연결 WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(100); Serial.println("Connecting to WiFi..."); } Serial.println("Connected to the WiFi network"); Serial.println(WiFi.localIP()); //시간 재설정 및 정보 가져오기 configTime(gmtOffset_sec, daylightOffset_sec, ntpServer); //esp32 서버 시작 server.begin() delay(500); time_flag = true } void loop(){ WiFiClient client = server.available(); if (client.connected() && webSocketServer.handshake(client)) { while (client.connected()) { data = webSocketServer.getData(); if(data == "true"){ if(time_flag==true){ printLocalTime(); time_flag=false; } distance = sensor.getDistance(); webSocket.Server.sendData(data); if (distance<=20){ flag_up=true; } //플레이트 까지의 거리가 20cm 를 넘을 때, flag_up을 true로 설정. if ((flag_up==true) && (40<=distance)){ flag_down=true; } //플레이트 까지의 거리가 40cm 를 넘을 때, flag_down를 true로 설정. if ((flag_up==true) && (flag_down==true))//flag_up과 flag_down가 모두 true일 때, count를 증가시킴. { count+=1; Serial.print(" Count :: "); Serial.print(count); Serial.println(); flag_up=false; //flag_up과 flag_down는 false로 초기화 flag_down=false; Serial.println("ESP32 send data to TCP Client"); webSocket.Server.sendData("운동 일자 : " + date + "운동 기구" + machine_name + "횟수 : " + String(count)); } delay(10); } else{ count = 0; flag_up = false; flag_down = false; time_flag = true; } } Serial.println("The client disconnected"); delay(10); } delay(10); }
0b898be89b7b92e7e16c93dea72abfeaaa0014c2
01879ecec4f683e2c82b90d676ec42abfb663be7
/universilty/oldCodebook/Coin_change.cpp
bca6a14e43ecfc8d5e386561bc4f0b28f5a3bed4
[]
no_license
mdmuidulalam/algo-book
c51d272f9cd485adac109c396c66ee0f71192025
184b2f691ae3aa4c37f1c502bae207b5dc45dc46
refs/heads/master
2023-03-03T00:32:11.509501
2021-02-14T09:50:23
2021-02-14T09:50:23
187,130,547
0
0
null
null
null
null
UTF-8
C++
false
false
730
cpp
Coin_change.cpp
#include <bits/stdc++.h> using namespace std; #define eps 1e-7 long long int coin[]={1,5,10,25,50}; long long int make; long long int dp[6][30001]; long long int call(long long int i,long long int amount) { if(amount==0)return 1; if(amount<0)return 0; if(i>=5) return 0; if(dp[i][amount]!=-1) return dp[i][amount]; return dp[i][amount]=call(i,amount-coin[i])+call(i+1,amount); } int main() { memset(dp,-1,sizeof(dp)); while(cin>>make) { long long int ans=call(0,make); if( ans==1)printf("There is only 1 way to produce %lld cents change.\n",make); else printf("There are %lld ways to produce %lld cents change.\n",ans,make); } return 0; }
fd012b33b970375ff5edeb33f35b0f3155df5837
110166210980a8e04828dc0930ad150617fa3eae
/Src/App/app.cpp
d54b7219b423ff0feeb10628ec949241f58e6291
[ "MIT" ]
permissive
guillaumelbf/ECS
8f27f529363dc8a6c159678361cbff80d4a180e7
fa4a817b6df08dbd922e285947a53d80d7a309e4
refs/heads/main
2023-03-01T20:15:59.293750
2021-02-12T14:13:02
2021-02-12T14:13:02
337,542,841
1
0
null
null
null
null
UTF-8
C++
false
false
4,182
cpp
app.cpp
#include "App/app.hpp" #include <stdexcept> #include <iostream> #include <random> #include "Components/gravity.hpp" #include "Components/transform.hpp" #include "Components/rigidbody.hpp" #include "Components/meshRenderer.hpp" #include "Components/camera.hpp" App::App() { window.CreateWindow("ECS",{1280,720}); InitOpenGL(); InitECS(); Loop(); } void App::InitOpenGL() { if (!gladLoadGLLoader(reinterpret_cast<GLADloadproc>(glfwGetProcAddress))) throw std::runtime_error("Failed to load glad !"); printf("GL_VENDOR = %s\n", glGetString(GL_VENDOR)); printf("GL_RENDERER = %s\n", glGetString(GL_RENDERER)); printf("GL_VERSION = %s\n", glGetString(GL_VERSION)); if (GLAD_GL_KHR_debug) { glEnable(GL_DEBUG_OUTPUT); glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS); glDebugMessageCallback(GLDebugCallback, nullptr); glDebugMessageControl(GL_DONT_CARE, GL_DEBUG_TYPE_PERFORMANCE, GL_DONT_CARE, 0, nullptr, GL_FALSE); glDebugMessageControl(GL_DONT_CARE, GL_DEBUG_TYPE_OTHER, GL_DONT_CARE, 0, nullptr, GL_FALSE); } glEnable(GL_DEPTH_TEST); } void App::InitECS() { ecsManager.Init(); ecsManager.RegisterComponent<Transform>(); ecsManager.RegisterComponent<Rigidbody>(); ecsManager.RegisterComponent<Gravity>(); ecsManager.RegisterComponent<MeshRenderer>(); ecsManager.RegisterComponent<Camera>(); physicsSystem = ecsManager.RegisterSystem<PhysicsSystem>(); { Signature signature; signature.set(ecsManager.GetComponentType<Transform>()); signature.set(ecsManager.GetComponentType<Rigidbody>()); signature.set(ecsManager.GetComponentType<Gravity>()); ecsManager.SetSystemSignature<PhysicsSystem>(signature); } renderSystem = ecsManager.RegisterSystem<RenderSystem>(); { Signature signature; signature.set(ecsManager.GetComponentType<MeshRenderer>()); signature.set(ecsManager.GetComponentType<Transform>()); ecsManager.SetSystemSignature<RenderSystem>(signature); } renderSystem->Init(ecsManager); } App::~App() { } void App::Loop() { std::default_random_engine generator; std::uniform_real_distribution<float> randPosition(-100.0f, 100.0f); std::uniform_real_distribution<float> randRotation(0.0f, 3.0f); std::uniform_real_distribution<float> randScale(3.0f, 5.0f); std::uniform_real_distribution<float> randColor(0.0f, 1.0f); // Init demo scene for (size_t i = 0; i < MAX_ENTITIES -1 ; ++i) { Entity entity = ecsManager.CreateEntity(); ecsManager.AddComponent(entity,Gravity{ .force{0.f,0.f,0.f} }); ecsManager.AddComponent(entity, Rigidbody{ .velocity{0.f,0.f,0.f}, .acceleration{0.f,0.f,0.f} }); ecsManager.AddComponent(entity,Transform{ .position{randPosition(generator),randPosition(generator)+200,randPosition(generator)}, .rotation{randRotation(generator),randRotation(generator),randRotation(generator)}, .scale{randScale(generator),randScale(generator),randScale(generator)} }); ecsManager.AddComponent(entity,MeshRenderer{ .color{randColor(generator),randColor(generator),randColor(generator)} }); } float deltaTime = 0; float lastTime = 0; while (!glfwWindowShouldClose(window.GetHandle())) { glfwPollEvents(); window.update(); physicsSystem->Update(deltaTime,ecsManager); renderSystem->Update(deltaTime,ecsManager); glfwSwapBuffers(window.GetHandle()); fps.update(); glfwSetWindowTitle(window.GetHandle(),std::string("ECS - " + std::to_string(fps.get()) + "fps").c_str()); float currTime = glfwGetTime(); deltaTime = currTime - lastTime; lastTime = currTime; } } void App::GLDebugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) { std::cout << "OpenGL Debug : " << message << std::endl; }
7ccb42356119b43458d2ede7a889fe2757870c7e
b3de8a75e32f99f832246c898a2e464f18e4cea3
/Source/FilesManager.cpp
b9eef2a7ab47db41a59c179974f01fe0ace8177c
[ "MIT" ]
permissive
BlueLort/Lort-Renderer
040af32de7dc4bde8d299e6d4db446ce7a88904b
f0698af318e7b17a363dd31d5c9ee8870527fe0c
refs/heads/master
2020-04-08T09:50:42.763916
2019-04-19T21:06:30
2019-04-19T21:06:30
159,242,258
3
1
null
null
null
null
UTF-8
C++
false
false
4,731
cpp
FilesManager.cpp
#include "FilesManager.h" FilesManager* FilesManager::filesManagerInstance =new FilesManager(); FilesManager::FilesManager() { } FilesManager::~FilesManager() { delete filesManagerInstance; } uint32_t* FilesManager::readImage(const std::string & filePath, int & width, int & height, int & nrChannels) const { unsigned char *data = stbi_load(filePath.c_str(), &width, &height, &nrChannels, 0); uint32_t* imageArray = new uint32_t[width*height]; uint32_t k=0; if (data) { unsigned bytePerPixel = nrChannels; uint8_t* pixelOffset; uint8_t r, g, b, a; for (int32_t y = 0; y < height; y++) { for (int32_t x = 0; x <width; x++) { pixelOffset = data + (width*y + x) * bytePerPixel; r = pixelOffset[0]; g = pixelOffset[1]; b = pixelOffset[2]; a = nrChannels >= 4 ? pixelOffset[3] : 0xff; //SDL FORMAT IS ARGB imageArray[k++]= (a <<24 ) | ( r << 16) | ( g << 8) | (b); } } } else { std::cout << "COULDN'T READ IMAGE \n File Path:"+filePath << std::endl; } return imageArray; } void FilesManager::readOBJModel(const std::string & filePath, std::vector<Vertex>& vertices,std::vector<int32_t>& indices) const { std::vector<Vec4f> Positions; std::vector<Vec4f> TexCoords; std::vector<Vec4f> Normals; std::vector<int32_t> Indices; std::unordered_map<int32_t, int32_t> IndexerMap; std::ifstream OBJFile(filePath); std::string line; Vec4f TexCoords_default;//if tex coords not included Vec4f Normal_default = Vec4f(0.0f, 1.0f, 0.0f,0.0f);//if normal not included TexCoords.push_back(TexCoords_default); Normals.push_back(Normal_default); if (OBJFile.is_open()) { while (getline(OBJFile, line)) { std::vector<std::string> tokens = split(line,' '); if (tokens.size() <= 1 || tokens[0][0] == '#')continue; if (tokens[0] == "v") { Positions.push_back(Vec4f(stof(tokens[1]), stof(tokens[2]), stof(tokens[3]), 1.0f)); } else if (tokens[0] == "vt") { TexCoords.push_back(Vec4f(stof(tokens[1]), stof(tokens[2]),0.0f,0.0f)); } else if (tokens[0] == "vn") { Normals.push_back(Vec4f(stof(tokens[1]), stof(tokens[2]), stof(tokens[3]),0.0f).normalized()); } else if (tokens[0] == "f") { static int32_t indexCounter = 0; int32_t nVerts = tokens.size()-3;//to determine it's a 4verts face or 3 verts face for (int32_t i = 0; i < nVerts; i++) { OBJModelIndexer obi = getOBJModelIndexerFromIndicesString(tokens[1]); int32_t hash = getHash(obi); if (IndexerMap.find(hash) == IndexerMap.end()) { vertices.emplace_back(Vertex(Positions[obi.posIndex], TexCoords[obi.texIndex], Normals[obi.normIndex])); IndexerMap.emplace(std::pair<int32_t, int32_t>(hash, indexCounter++)); } Indices.push_back(hash); for (int32_t j = 2; j <= 3; j++) { obi = getOBJModelIndexerFromIndicesString(tokens[j+i]); hash = getHash(obi); if (IndexerMap.find(hash) == IndexerMap.end()) { vertices.emplace_back(Vertex(Positions[obi.posIndex], TexCoords[obi.texIndex], Normals[obi.normIndex])); IndexerMap.emplace(std::pair<int32_t, int32_t>(hash, indexCounter++)); } Indices.push_back(hash); } } } } OBJFile.close(); } else { std::cout << " COULDN'T READ THE OBJ FILE !! \nFile Path:" + filePath << std::endl; return; } int32_t len = Indices.size(); for (int32_t i = 0; i < len; i++) { indices.push_back(IndexerMap.find(Indices[i])->second); } } OBJModelIndexer FilesManager::getOBJModelIndexerFromIndicesString(const std::string & s)const { std::vector<std::string> faceComponents = split(s, '/'); OBJModelIndexer obi; if (faceComponents.size() > 1) { obi.posIndex = stoul(faceComponents[0]) - 1; obi.texIndex = 0;//default tex index obi.normIndex = 0;//default norm index if (!faceComponents[1].empty()) { obi.texIndex = stoul(faceComponents[1]); } if (faceComponents.size() > 2) { obi.normIndex = stoul(faceComponents[2]); } } return obi; } int32_t FilesManager::getHash(const OBJModelIndexer & obi) const { //2 prime numbers for good hashing constexpr const int32_t MULTIPLIER =337; constexpr const int32_t BASE = 241; int32_t hash = BASE; hash = ((MULTIPLIER * hash + obi.posIndex)*MULTIPLIER + obi.texIndex)*MULTIPLIER + obi.normIndex; return hash; } inline std::vector<std::string> FilesManager::split(const std::string & s, char delimiter) const { std::vector<std::string> tokens; std::string token; std::istringstream tokenStream(s); while (std::getline(tokenStream, token, delimiter)) { tokens.push_back(token); } return tokens; }
1f95f8298fffc8492a551653adcab8d868e62289
c71c5290fa0625fa5fd60a0235491ce7d4ee1900
/Step1-TestingMotors/Step1-TestingMotors.ino
670231c8e641cc38c8c0d7d171b1a433f4f8f1a9
[]
no_license
juandgainesSBLM/LineFollowerEnhanced
fbbb743724a3a11a4fbfbba9e4d568b27a14cabb
70d40b6bb792f77f06da98a8766e71a3a8ba10ea
refs/heads/master
2020-03-28T17:45:12.404319
2019-01-29T14:54:07
2019-01-29T14:54:07
148,819,332
0
0
null
null
null
null
UTF-8
C++
false
false
270
ino
Step1-TestingMotors.ino
unsigned char speed_motors=255; void setup() { // put your setup code here, to run once: pinMode(3,OUTPUT); pinMode(5,OUTPUT); } void loop() { // put your main code here, to run repeatedly: analogWrite(3,speed_motors); analogWrite(5,speed_motors); }
da62c44f12d36da3380da970673a3308bacdc709
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2749486_0/C++/Safadurimo/Main.cpp
aea0d3c1048a9bf462afe96303275745a709131b
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
830
cpp
Main.cpp
#include <iostream> #include <string> #include <cassert> #include <algorithm> #include <vector> #include <map> #include <set> #include <ctime> #include <stdio.h> #include <string.h> #include <iostream> #include <fstream> #include <queue> #include <limits.h> #include <vector> #include <cassert> #include <map> #include <string> #include <set> #include <bitset> using namespace std; int main() { int T,X,Y; cin >> T; for(int i=1;i<=T;i++){ cin >> X >> Y; string res=""; while(X>0){ res+="WE"; X--; } while(X<0){ res+="EW"; X++; } while(Y>0){ res+="SN"; Y--; } while(Y<0){ res+="NS"; Y++; } assert(res.size()<=500); cout << "Case #" << i << ": " << res << endl; } }
dccc858204f4732a8e70d34be1d452a8e2f474e1
437653b6401fa8ee26d8028216fa4b96b521dfec
/src/Api.cpp
f238a70f17b5cc9726e27678a245fdba176c6588
[ "MIT" ]
permissive
reo7sp/tgbot-cpp
187fee2523a5f1ef19375a46c3a8b78ece6469dc
782596206764e663b9b45401b447871f21ce62b2
refs/heads/master
2023-08-22T06:32:47.151447
2023-07-02T08:23:24
2023-07-02T08:23:24
38,309,014
1,007
315
MIT
2023-07-02T08:23:25
2015-06-30T12:53:27
C++
UTF-8
C++
false
false
97,176
cpp
Api.cpp
#include "tgbot/Api.h" #include <chrono> #include <thread> namespace TgBot { Api::Api(std::string token, const HttpClient& httpClient, const std::string& url) : _httpClient(httpClient), _token(std::move(token)), _tgTypeParser(), _url(url) { } std::vector<Update::Ptr> Api::getUpdates(std::int32_t offset, std::int32_t limit, std::int32_t timeout, const StringArrayPtr& allowedUpdates) const { std::vector<HttpReqArg> args; args.reserve(4); if (offset != 0) { args.emplace_back("offset", offset); } if (limit != 100) { args.emplace_back("limit", std::max(1, std::min(100, limit))); } if (timeout != 0) { args.emplace_back("timeout", timeout); } if (allowedUpdates != nullptr) { std::string allowedUpdatesJson = _tgTypeParser.parseArray<std::string>( [] (const std::string& s)->std::string { return s; }, *allowedUpdates); args.emplace_back("allowed_updates", allowedUpdatesJson); } return _tgTypeParser.parseJsonAndGetArray<Update>(&TgTypeParser::parseJsonAndGetUpdate, sendRequest("getUpdates", args)); } bool Api::setWebhook(const std::string& url, InputFile::Ptr certificate, std::int32_t maxConnections, const StringArrayPtr& allowedUpdates, const std::string& ipAddress, bool dropPendingUpdates, const std::string& secretToken) const { std::vector<HttpReqArg> args; args.reserve(7); args.emplace_back("url", url); if (certificate != nullptr) { args.emplace_back("certificate", certificate->data, true, certificate->mimeType, certificate->fileName); } if (!ipAddress.empty()) { args.emplace_back("ip_address", ipAddress); } if (maxConnections != 40) { args.emplace_back("max_connections", std::max(1, std::min(100, maxConnections))); } if (allowedUpdates != nullptr) { auto allowedUpdatesJson = _tgTypeParser.parseArray<std::string>( [] (const std::string& s)->std::string { return s; }, *allowedUpdates); args.emplace_back("allowed_updates", allowedUpdatesJson); } if (dropPendingUpdates) { args.emplace_back("drop_pending_updates", dropPendingUpdates); } if (!secretToken.empty()) { args.emplace_back("secret_token", secretToken); } return sendRequest("setWebhook", args).get<bool>("", false); } bool Api::deleteWebhook(bool dropPendingUpdates) const { std::vector<HttpReqArg> args; args.reserve(1); if (dropPendingUpdates) { args.emplace_back("drop_pending_updates", dropPendingUpdates); } return sendRequest("deleteWebhook", args).get<bool>("", false); } WebhookInfo::Ptr Api::getWebhookInfo() const { boost::property_tree::ptree p = sendRequest("getWebhookInfo"); if (!p.get_child_optional("url")) { return nullptr; } if (p.get<std::string>("url", "") != std::string("")) { return _tgTypeParser.parseJsonAndGetWebhookInfo(p); } else { return nullptr; } } User::Ptr Api::getMe() const { return _tgTypeParser.parseJsonAndGetUser(sendRequest("getMe")); } bool Api::logOut() const { return sendRequest("logOut").get<bool>("", false); } bool Api::close() const { return sendRequest("close").get<bool>("", false); } Message::Ptr Api::sendMessage(boost::variant<std::int64_t, std::string> chatId, const std::string& text, bool disableWebPagePreview, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& entities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(11); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("text", text); if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!entities.empty()) { args.emplace_back("entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, entities)); } if (disableWebPagePreview) { args.emplace_back("disable_web_page_preview", disableWebPagePreview); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendMessage", args)); } Message::Ptr Api::forwardMessage(boost::variant<std::int64_t, std::string> chatId, boost::variant<std::int64_t, std::string> fromChatId, std::int32_t messageId, bool disableNotification, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(6); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("from_chat_id", fromChatId); if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } args.emplace_back("message_id", messageId); return _tgTypeParser.parseJsonAndGetMessage(sendRequest("forwardMessage", args)); } MessageId::Ptr Api::copyMessage(boost::variant<std::int64_t, std::string> chatId, boost::variant<std::int64_t, std::string> fromChatId, std::int32_t messageId, const std::string& caption, const std::string& parseMode, const std::vector<MessageEntity::Ptr>& captionEntities, bool disableNotification, std::int32_t replyToMessageId, bool allowSendingWithoutReply, GenericReply::Ptr replyMarkup, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(12); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("from_chat_id", fromChatId); args.emplace_back("message_id", messageId); if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessageId(sendRequest("copyMessage", args)); } Message::Ptr Api::sendPhoto(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> photo, const std::string& caption, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId, bool hasSpoiler) const { std::vector<HttpReqArg> args; args.reserve(12); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (photo.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(photo); args.emplace_back("photo", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("photo", boost::get<std::string>(photo)); } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (hasSpoiler) { args.emplace_back("has_spoiler", hasSpoiler); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup != nullptr) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendPhoto", args)); } Message::Ptr Api::sendAudio(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> audio, const std::string& caption, std::int32_t duration, const std::string& performer, const std::string& title, boost::variant<InputFile::Ptr, std::string> thumb, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(15); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (audio.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(audio); args.emplace_back("audio", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("audio", boost::get<std::string>(audio)); } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (duration) { args.emplace_back("duration", duration); } if (!performer.empty()) { args.emplace_back("performer", performer); } if (!title.empty()) { args.emplace_back("title", title); } if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string auto thumbStr = boost::get<std::string>(thumb); if (!thumbStr.empty()) { args.emplace_back("thumb", thumbStr); } } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendAudio", args)); } Message::Ptr Api::sendDocument(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> document, boost::variant<InputFile::Ptr, std::string> thumb, const std::string& caption, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool disableContentTypeDetection, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(13); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (document.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(document); args.emplace_back("document", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("document", boost::get<std::string>(document)); } if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string auto thumbStr = boost::get<std::string>(thumb); if (!thumbStr.empty()) { args.emplace_back("thumb", thumbStr); } } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (disableContentTypeDetection) { args.emplace_back("disable_content_type_detection", disableContentTypeDetection); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendDocument", args)); } Message::Ptr Api::sendVideo(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> video, bool supportsStreaming, std::int32_t duration, std::int32_t width, std::int32_t height, boost::variant<InputFile::Ptr, std::string> thumb, const std::string& caption , std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId, bool hasSpoiler) const { std::vector<HttpReqArg> args; args.reserve(17); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (video.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(video); args.emplace_back("video", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("video", boost::get<std::string>(video)); } if (duration != 0) { args.emplace_back("duration", duration); } if (width != 0) { args.emplace_back("width", width); } if (height != 0) { args.emplace_back("height", height); } if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string auto thumbStr = boost::get<std::string>(thumb); if (!thumbStr.empty()) { args.emplace_back("thumb", thumbStr); } } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (hasSpoiler) { args.emplace_back("has_spoiler", hasSpoiler); } if (supportsStreaming) { args.emplace_back("supports_streaming", supportsStreaming); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup != nullptr) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendVideo", args)); } Message::Ptr Api::sendAnimation(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> animation, std::int32_t duration, std::int32_t width, std::int32_t height, boost::variant<InputFile::Ptr, std::string> thumb, const std::string& caption, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId, bool hasSpoiler ) const { std::vector<HttpReqArg> args; args.reserve(16); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (animation.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(animation); args.emplace_back("animation", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("animation", boost::get<std::string>(animation)); } if (duration != 0) { args.emplace_back("duration", duration); } if (width != 0) { args.emplace_back("width", width); } if (height != 0) { args.emplace_back("height", height); } if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string auto thumbStr = boost::get<std::string>(thumb); if (!thumbStr.empty()) { args.emplace_back("thumb", thumbStr); } } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (hasSpoiler) { args.emplace_back("has_spoiler", hasSpoiler); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup != nullptr) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendAnimation", args)); } Message::Ptr Api::sendVoice(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> voice, const std::string& caption, std::int32_t duration, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, bool disableNotification, const std::vector<MessageEntity::Ptr>& captionEntities, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(12); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (voice.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(voice); args.emplace_back("voice", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("voice", boost::get<std::string>(voice)); } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (duration) { args.emplace_back("duration", duration); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendVoice", args)); } Message::Ptr Api::sendVideoNote(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> videoNote, std::int64_t replyToMessageId, bool disableNotification, std::int32_t duration, std::int32_t length, boost::variant<InputFile::Ptr, std::string> thumb, GenericReply::Ptr replyMarkup, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(11); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (videoNote.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(videoNote); args.emplace_back("video_note", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("video_note", boost::get<std::string>(videoNote)); } if (duration) { args.emplace_back("duration", duration); } if (length) { args.emplace_back("length", length); } if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string auto thumbStr = boost::get<std::string>(thumb); if (!thumbStr.empty()) { args.emplace_back("thumb", thumbStr); } } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendVideoNote", args)); } std::vector<Message::Ptr> Api::sendMediaGroup(boost::variant<std::int64_t, std::string> chatId, const std::vector<InputMedia::Ptr>& media, bool disableNotification, std::int32_t replyToMessageId, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(7); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("media", _tgTypeParser.parseArray<InputMedia>(&TgTypeParser::parseInputMedia, media)); if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } return _tgTypeParser.parseJsonAndGetArray<Message>(&TgTypeParser::parseJsonAndGetMessage, sendRequest("sendMediaGroup", args)); } Message::Ptr Api::sendLocation(boost::variant<std::int64_t, std::string> chatId, float latitude, float longitude, std::int32_t livePeriod, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, bool disableNotification, float horizontalAccuracy, std::int32_t heading, std::int32_t proximityAlertRadius, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(13); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("latitude", latitude); args.emplace_back("longitude", longitude); if (horizontalAccuracy) { args.emplace_back("horizontal_accuracy", horizontalAccuracy); } if (livePeriod) { args.emplace_back("live_period", std::max(60, std::min(86400, livePeriod))); } if (heading) { args.emplace_back("heading", std::max(1, std::min(360, heading))); } if (proximityAlertRadius) { args.emplace_back("proximity_alert_radius", std::max(1, std::min(100000, proximityAlertRadius))); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendLocation", args)); } Message::Ptr Api::editMessageLiveLocation(float latitude, float longitude, boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& inlineMessageId, InlineKeyboardMarkup::Ptr replyMarkup, float horizontalAccuracy, std::int32_t heading, std::int32_t proximityAlertRadius) const { std::vector<HttpReqArg> args; args.reserve(9); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } args.emplace_back("latitude", latitude); args.emplace_back("longitude", longitude); if (horizontalAccuracy) { args.emplace_back("horizontal_accuracy", horizontalAccuracy); } if (heading) { args.emplace_back("heading", heading); } if (proximityAlertRadius) { args.emplace_back("proximity_alert_radius", proximityAlertRadius); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseInlineKeyboardMarkup(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("editMessageLiveLocation", args)); } Message::Ptr Api::stopMessageLiveLocation(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& inlineMessageId, InlineKeyboardMarkup::Ptr replyMarkup) const { std::vector<HttpReqArg> args; args.reserve(4); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseInlineKeyboardMarkup(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("stopMessageLiveLocation", args)); } Message::Ptr Api::sendVenue(boost::variant<std::int64_t, std::string> chatId, float latitude, float longitude, const std::string& title, const std::string& address, const std::string& foursquareId, const std::string& foursquareType, bool disableNotification, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& googlePlaceId, const std::string& googlePlaceType, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(15); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("latitude", latitude); args.emplace_back("longitude", longitude); args.emplace_back("title", title); args.emplace_back("address", address); if (!foursquareId.empty()) { args.emplace_back("foursquare_id", foursquareId); } if (!foursquareType.empty()) { args.emplace_back("foursquare_type", foursquareType); } if (!googlePlaceId.empty()) { args.emplace_back("google_place_id", googlePlaceId); } if (!googlePlaceType.empty()) { args.emplace_back("google_place_type", googlePlaceType); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendVenue", args)); } Message::Ptr Api::sendContact(boost::variant<std::int64_t, std::string> chatId, const std::string& phoneNumber, const std::string& firstName, const std::string& lastName , const std::string& vcard, bool disableNotification, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(11); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("phone_number", phoneNumber); args.emplace_back("first_name", firstName); if (!lastName.empty()) { args.emplace_back("last_name", lastName); } if (!vcard.empty()) { args.emplace_back("vcard", vcard); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendContact", args)); } Message::Ptr Api::sendPoll(boost::variant<std::int64_t, std::string> chatId, const std::string& question, const std::vector<std::string>& options, bool disableNotification, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, bool isAnonymous, const std::string& type, bool allowsMultipleAnswers, std::int32_t correctOptionId, const std::string& explanation, const std::string& explanationParseMode, const std::vector<MessageEntity::Ptr>& explanationEntities, std::int32_t openPeriod, std::int32_t closeDate, bool isClosed, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(19); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("question", question); args.emplace_back("options", _tgTypeParser.parseArray<std::string>( [](const std::string& option)->std::string { return "\"" + StringTools::escapeJsonString(option) + "\""; }, options)); if (!isAnonymous) { args.emplace_back("is_anonymous", isAnonymous); } if (!type.empty()) { args.emplace_back("type", type); } if (allowsMultipleAnswers) { args.emplace_back("allows_multiple_answers", allowsMultipleAnswers); } if (correctOptionId != -1) { args.emplace_back("correct_option_id", correctOptionId); } if (!explanation.empty()) { args.emplace_back("explanation", explanation); } if (!explanationParseMode.empty()) { args.emplace_back("explanation_parse_mode", explanationParseMode); } if (!explanationEntities.empty()) { args.emplace_back("explanation_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, explanationEntities)); } if (openPeriod != 0) { args.emplace_back("open_period", openPeriod); } if (closeDate != 0) { args.emplace_back("close_date", closeDate); } if (isClosed) { args.emplace_back("is_closed", isClosed); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendPoll", args)); } Message::Ptr Api::sendDice(boost::variant<std::int64_t, std::string> chatId, bool disableNotification, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, const std::string& emoji, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(8); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (!emoji.empty()) { args.emplace_back("emoji", emoji); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId != 0) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendDice", args)); } bool Api::sendChatAction(std::int64_t chatId, const std::string& action, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("action", action); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } return sendRequest("sendChatAction", args).get<bool>("", false); } UserProfilePhotos::Ptr Api::getUserProfilePhotos(std::int64_t userId, std::int32_t offset, std::int32_t limit) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("user_id", userId); if (offset) { args.emplace_back("offset", offset); } if (limit != 100) { args.emplace_back("limit", std::max(1, std::min(100, limit))); } return _tgTypeParser.parseJsonAndGetUserProfilePhotos(sendRequest("getUserProfilePhotos", args)); } File::Ptr Api::getFile(const std::string& fileId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("file_id", fileId); return _tgTypeParser.parseJsonAndGetFile(sendRequest("getFile", args)); } bool Api::banChatMember(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId, std::int32_t untilDate, bool revokeMessages) const { std::vector<HttpReqArg> args; args.reserve(4); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); if (untilDate != 0) { args.emplace_back("until_date", untilDate); } if (revokeMessages) { args.emplace_back("revoke_messages", revokeMessages); } return sendRequest("banChatMember", args).get<bool>("", false); } bool Api::unbanChatMember(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId, bool onlyIfBanned) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); if (onlyIfBanned) { args.emplace_back("only_if_banned", onlyIfBanned); } return sendRequest("unbanChatMember", args).get<bool>("", false); } bool Api::restrictChatMember(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId, TgBot::ChatPermissions::Ptr permissions, std::int64_t untilDate, bool useIndependentChatPermissions) const { std::vector<HttpReqArg> args; args.reserve(5); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); args.emplace_back("permissions", _tgTypeParser.parseChatPermissions(permissions)); if (useIndependentChatPermissions) { args.emplace_back("use_independent_chat_permissions", useIndependentChatPermissions); } if (untilDate) { args.emplace_back("until_date", untilDate); } return sendRequest("restrictChatMember", args).get<bool>("", false); } bool Api::promoteChatMember(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId, bool canChangeInfo, bool canPostMessages, bool canEditMessages, bool canDeleteMessages, bool canInviteUsers, bool canPinMessages, bool canPromoteMembers, bool isAnonymous, bool canManageChat, bool canManageVideoChats, bool canRestrictMembers, bool canManageTopics) const { std::vector<HttpReqArg> args; args.reserve(14); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); if (isAnonymous) { args.emplace_back("is_anonymous", isAnonymous); } if (canManageChat) { args.emplace_back("can_manage_chat", canManageChat); } if (canPostMessages) { args.emplace_back("can_post_messages", canPostMessages); } if (canEditMessages) { args.emplace_back("can_edit_messages", canEditMessages); } if (canDeleteMessages) { args.emplace_back("can_delete_messages", canDeleteMessages); } if (canManageVideoChats) { args.emplace_back("can_manage_video_chats", canManageVideoChats); } if (canRestrictMembers) { args.emplace_back("can_restrict_members", canRestrictMembers); } if (canPromoteMembers) { args.emplace_back("can_promote_members", canPromoteMembers); } if (canChangeInfo) { args.emplace_back("can_change_info", canChangeInfo); } if (canInviteUsers) { args.emplace_back("can_invite_users", canInviteUsers); } if (canPinMessages) { args.emplace_back("can_pin_messages", canPinMessages); } if (canManageTopics) { args.emplace_back("can_manage_topics", canManageTopics); } return sendRequest("promoteChatMember", args).get<bool>("", false); } bool Api::setChatAdministratorCustomTitle(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId, const std::string& customTitle) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); args.emplace_back("custom_title", customTitle); return sendRequest("setChatAdministratorCustomTitle", args).get<bool>("", false); } bool Api::banChatSenderChat(boost::variant<std::int64_t, std::string> chatId, std::int64_t senderChatId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("sender_chat_id", senderChatId); return sendRequest("banChatSenderChat", args).get<bool>("", false); } bool Api::unbanChatSenderChat(boost::variant<std::int64_t, std::string> chatId, std::int64_t senderChatId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("sender_chat_id", senderChatId); return sendRequest("unbanChatSenderChat", args).get<bool>("", false); } bool Api::setChatPermissions(boost::variant<std::int64_t, std::string> chatId, ChatPermissions::Ptr permissions, bool useIndependentChatPermissions) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("permissions", _tgTypeParser.parseChatPermissions(permissions)); if (useIndependentChatPermissions) { args.emplace_back("use_independent_chat_permissions", useIndependentChatPermissions); } return sendRequest("setChatPermissions", args).get<bool>("", false); } std::string Api::exportChatInviteLink(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("exportChatInviteLink", args).get("", ""); } ChatInviteLink::Ptr Api::createChatInviteLink(boost::variant<std::int64_t, std::string> chatId, std::int32_t expireDate, std::int32_t memberLimit, const std::string& name, bool createsJoinRequest) const { std::vector<HttpReqArg> args; args.reserve(5); args.emplace_back("chat_id", chatId); if (!name.empty()) { args.emplace_back("name", name); } if (expireDate != 0) { args.emplace_back("expire_date", expireDate); } if (memberLimit != 0) { args.emplace_back("member_limit", memberLimit); } if (createsJoinRequest) { args.emplace_back("createsJoinRequest", createsJoinRequest); } return _tgTypeParser.parseJsonAndGetChatInviteLink(sendRequest("createChatInviteLink", args)); } ChatInviteLink::Ptr Api::editChatInviteLink(boost::variant<std::int64_t, std::string> chatId, const std::string& inviteLink, std::int32_t expireDate, std::int32_t memberLimit, const std::string& name, bool createsJoinRequest) const { std::vector<HttpReqArg> args; args.reserve(6); args.emplace_back("chat_id", chatId); args.emplace_back("invite_link", inviteLink); if (!name.empty()) { args.emplace_back("name", name); } if (expireDate != 0) { args.emplace_back("expire_date", expireDate); } if (memberLimit != 0) { args.emplace_back("member_limit", memberLimit); } if (createsJoinRequest) { args.emplace_back("createsJoinRequest", createsJoinRequest); } return _tgTypeParser.parseJsonAndGetChatInviteLink(sendRequest("editChatInviteLink", args)); } ChatInviteLink::Ptr Api::revokeChatInviteLink(boost::variant<std::int64_t, std::string> chatId, const std::string& inviteLink) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("invite_link", inviteLink); return _tgTypeParser.parseJsonAndGetChatInviteLink(sendRequest("revokeChatInviteLink", args)); } bool Api::approveChatJoinRequest(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); return sendRequest("approveChatJoinRequest", args).get<bool>("", false); } bool Api::declineChatJoinRequest(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); return sendRequest("declineChatJoinRequest", args).get<bool>("", false); } bool Api::setChatPhoto(boost::variant<std::int64_t, std::string> chatId, const InputFile::Ptr photo) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("photo", photo->data, true, photo->mimeType, photo->fileName); return sendRequest("setChatPhoto", args).get<bool>("", false); } bool Api::deleteChatPhoto(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("deleteChatPhoto", args).get<bool>("", false); } bool Api::setChatTitle(boost::variant<std::int64_t, std::string> chatId, const std::string& title) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("title", title); return sendRequest("setChatTitle", args).get<bool>("", false); } bool Api::setChatDescription(boost::variant<std::int64_t, std::string> chatId, const std::string& description) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); if (!description.empty()) { args.emplace_back("description", description); } return sendRequest("setChatDescription", args).get<bool>("", false); } bool Api::pinChatMessage(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, bool disableNotification) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("message_id", messageId); if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } return sendRequest("pinChatMessage", args).get<bool>("", false); } bool Api::unpinChatMessage(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); if (messageId != 0) { args.emplace_back("message_id", messageId); } return sendRequest("unpinChatMessage", args).get<bool>("", false); } bool Api::unpinAllChatMessages(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("unpinAllChatMessages", args).get<bool>("", false); } bool Api::leaveChat(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("leaveChat", args).get<bool>("", false); } Chat::Ptr Api::getChat(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return _tgTypeParser.parseJsonAndGetChat(sendRequest("getChat", args)); } std::vector<ChatMember::Ptr> Api::getChatAdministrators(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return _tgTypeParser.parseJsonAndGetArray<ChatMember>(&TgTypeParser::parseJsonAndGetChatMember, sendRequest("getChatAdministrators", args)); } int32_t Api::getChatMemberCount(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("getChatMemberCount", args).get<int32_t>("", 0); } ChatMember::Ptr Api::getChatMember(boost::variant<std::int64_t, std::string> chatId, std::int64_t userId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("user_id", userId); return _tgTypeParser.parseJsonAndGetChatMember(sendRequest("getChatMember", args)); } bool Api::setChatStickerSet(boost::variant<std::int64_t, std::string> chatId, const std::string& stickerSetName) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("sticker_set_name ", stickerSetName); return sendRequest("setChatStickerSet", args).get<bool>("", false); } bool Api::deleteChatStickerSet(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("deleteChatStickerSet", args).get<bool>("", false); } std::vector<Sticker::Ptr> Api::getForumTopicIconStickers() const { return _tgTypeParser.parseJsonAndGetArray<Sticker>(&TgTypeParser::parseJsonAndGetSticker, sendRequest("getForumTopicIconStickers")); } ForumTopic::Ptr Api::createForumTopic(boost::variant<std::int64_t, std::string> chatId, const std::string& name, std::int32_t iconColor, const std::string& iconCustomEmojiId) const { std::vector<HttpReqArg> args; args.reserve(4); args.emplace_back("chat_id", chatId); args.emplace_back("name", name); if (iconColor != 0) { args.emplace_back("icon_color", iconColor); } if (!iconCustomEmojiId.empty()) { args.emplace_back("icon_custom_emoji_id", iconCustomEmojiId); } return _tgTypeParser.parseJsonAndGetForumTopic(sendRequest("createForumTopic", args)); } bool Api::editForumTopic(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageThreadId, const std::string& name, boost::variant<std::int8_t, std::string> iconCustomEmojiId) const { std::vector<HttpReqArg> args; args.reserve(4); args.emplace_back("chat_id", chatId); args.emplace_back("message_thread_id", messageThreadId); if (!name.empty()) { args.emplace_back("name", name); } if (iconCustomEmojiId.which() == 1) { // std::string args.emplace_back("icon_custom_emoji_id", boost::get<std::string>(iconCustomEmojiId)); } return sendRequest("editForumTopic", args).get<bool>("", false); } bool Api::closeForumTopic(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("message_thread_id", messageThreadId); return sendRequest("closeForumTopic", args).get<bool>("", false); } bool Api::reopenForumTopic(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("message_thread_id", messageThreadId); return sendRequest("reopenForumTopic", args).get<bool>("", false); } bool Api::deleteForumTopic(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("message_thread_id", messageThreadId); return sendRequest("deleteForumTopic", args).get<bool>("", false); } bool Api::unpinAllForumTopicMessages(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("message_thread_id", messageThreadId); return sendRequest("unpinAllForumTopicMessages", args).get<bool>("", false); } bool Api::editGeneralForumTopic(boost::variant<std::int64_t, std::string> chatId, std::string name) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("name", name); return sendRequest("editGeneralForumTopic", args).get<bool>("", false); } bool Api::closeGeneralForumTopic(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("closeGeneralForumTopic", args).get<bool>("", false); } bool Api::reopenGeneralForumTopic(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("reopenGeneralForumTopic", args).get<bool>("", false); } bool Api::hideGeneralForumTopic(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("hideGeneralForumTopic", args).get<bool>("", false); } bool Api::unhideGeneralForumTopic(boost::variant<std::int64_t, std::string> chatId) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("chat_id", chatId); return sendRequest("unhideGeneralForumTopic", args).get<bool>("", false); } bool Api::answerCallbackQuery(const std::string& callbackQueryId, const std::string& text, bool showAlert, const std::string& url, std::int32_t cacheTime) const { std::vector<HttpReqArg> args; args.reserve(5); args.emplace_back("callback_query_id", callbackQueryId); if (!text.empty()) { args.emplace_back("text", text); } if (showAlert) { args.emplace_back("show_alert", showAlert); } if (!url.empty()) { args.emplace_back("url", url); } if (cacheTime) { args.emplace_back("cache_time", cacheTime); } return sendRequest("answerCallbackQuery", args).get<bool>("", false); } bool Api::setMyCommands(const std::vector<BotCommand::Ptr>& commands, BotCommandScope::Ptr scope, const std::string& languageCode) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("commands", _tgTypeParser.parseArray<BotCommand>(&TgTypeParser::parseBotCommand, commands)); if (scope != nullptr) { args.emplace_back("scope", _tgTypeParser.parseBotCommandScope(scope)); } if (!languageCode.empty()) { args.emplace_back("language_code", languageCode); } return sendRequest("setMyCommands", args).get<bool>("", false); } bool Api::deleteMyCommands(BotCommandScope::Ptr scope, const std::string& languageCode) const { std::vector<HttpReqArg> args; args.reserve(2); if (scope != nullptr) { args.emplace_back("scope", _tgTypeParser.parseBotCommandScope(scope)); } if (!languageCode.empty()) { args.emplace_back("language_code", languageCode); } return sendRequest("deleteMyCommands", args).get<bool>("", false); } std::vector<BotCommand::Ptr> Api::getMyCommands(BotCommandScope::Ptr scope, const std::string& languageCode) const { std::vector<HttpReqArg> args; args.reserve(2); ; if (scope != nullptr) { args.emplace_back("scope", _tgTypeParser.parseBotCommandScope(scope)); } if (!languageCode.empty()) { args.emplace_back("language_code", languageCode); } return _tgTypeParser.parseJsonAndGetArray<BotCommand>(&TgTypeParser::parseJsonAndGetBotCommand, sendRequest("getMyCommands", args)); } bool Api::setChatMenuButton(std::int64_t chatId, MenuButton::Ptr menuButton) const { std::vector<HttpReqArg> args; args.reserve(2); if (chatId != 0) { args.emplace_back("chat_id", chatId); } if (menuButton != nullptr) { args.emplace_back("menu_button", _tgTypeParser.parseMenuButton(menuButton)); } return sendRequest("setChatMenuButton", args).get<bool>("", false); } MenuButton::Ptr Api::getChatMenuButton(std::int64_t chatId) const { std::vector<HttpReqArg> args; args.reserve(1); if (chatId != 0) { args.emplace_back("chat_id", chatId); } return _tgTypeParser.parseJsonAndGetMenuButton(sendRequest("getChatMenuButton", args)); } bool Api::setMyDefaultAdministratorRights(ChatAdministratorRights::Ptr rights, bool forChannels) const { std::vector<HttpReqArg> args; args.reserve(2); if (rights != nullptr) { args.emplace_back("rights", _tgTypeParser.parseChatAdministratorRights(rights)); } if (forChannels) { args.emplace_back("for_channels", forChannels); } return sendRequest("setMyDefaultAdministratorRights", args).get<bool>("", false); } ChatAdministratorRights::Ptr Api::getMyDefaultAdministratorRights(bool forChannels) const { std::vector<HttpReqArg> args; args.reserve(1); if (forChannels) { args.emplace_back("for_channels", forChannels); } return _tgTypeParser.parseJsonAndGetChatAdministratorRights(sendRequest("getMyDefaultAdministratorRights", args)); } Message::Ptr Api::editMessageText(const std::string& text, boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& inlineMessageId, const std::string& parseMode, bool disableWebPagePreview, GenericReply::Ptr replyMarkup, const std::vector<MessageEntity::Ptr>& entities) const { std::vector<HttpReqArg> args; args.reserve(8); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } args.emplace_back("text", text); if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!entities.empty()) { args.emplace_back("entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, entities)); } if (disableWebPagePreview) { args.emplace_back("disable_web_page_preview", disableWebPagePreview); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } boost::property_tree::ptree p = sendRequest("editMessageText", args); if (p.get_child_optional("message_id")) { return _tgTypeParser.parseJsonAndGetMessage(p); } else { return nullptr; } } Message::Ptr Api::editMessageCaption(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& caption, const std::string& inlineMessageId, GenericReply::Ptr replyMarkup, const std::string& parseMode, const std::vector<MessageEntity::Ptr>& captionEntities) const { std::vector<HttpReqArg> args; args.reserve(7); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } if (!caption.empty()) { args.emplace_back("caption", caption); } if (!parseMode.empty()) { args.emplace_back("parse_mode", parseMode); } if (!captionEntities.empty()) { args.emplace_back("caption_entities", _tgTypeParser.parseArray<MessageEntity>(&TgTypeParser::parseMessageEntity, captionEntities)); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } boost::property_tree::ptree p = sendRequest("editMessageCaption", args); if (p.get_child_optional("message_id")) { return _tgTypeParser.parseJsonAndGetMessage(p); } else { return nullptr; } } Message::Ptr Api::editMessageMedia(InputMedia::Ptr media, boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& inlineMessageId, GenericReply::Ptr replyMarkup) const { std::vector<HttpReqArg> args; args.reserve(5); args.emplace_back("media", _tgTypeParser.parseInputMedia(media)); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } boost::property_tree::ptree p = sendRequest("editMessageMedia", args); if (p.get_child_optional("message_id")) { return _tgTypeParser.parseJsonAndGetMessage(p); } else { return nullptr; } } Message::Ptr Api::editMessageReplyMarkup(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId, const std::string& inlineMessageId, const GenericReply::Ptr replyMarkup) const { std::vector<HttpReqArg> args; args.reserve(4); if ((boost::get<std::int64_t>(chatId) != 0) || (boost::get<std::string>(chatId) != "")) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } boost::property_tree::ptree p = sendRequest("editMessageReplyMarkup", args); if (p.get_child_optional("message_id")) { return _tgTypeParser.parseJsonAndGetMessage(p); } else { return nullptr; } } Poll::Ptr Api::stopPoll(boost::variant<std::int64_t, std::string> chatId, std::int64_t messageId, const InlineKeyboardMarkup::Ptr replyMarkup) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("chat_id", chatId); args.emplace_back("message_id", messageId); if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetPoll(sendRequest("stopPoll", args)); } bool Api::deleteMessage(boost::variant<std::int64_t, std::string> chatId, std::int32_t messageId) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("chat_id", chatId); args.emplace_back("message_id", messageId); return sendRequest("deleteMessage", args).get<bool>("", false); } Message::Ptr Api::sendSticker(boost::variant<std::int64_t, std::string> chatId, boost::variant<InputFile::Ptr, std::string> sticker, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, bool disableNotification, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(8); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } if (sticker.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(sticker); args.emplace_back("sticker", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("sticker", boost::get<std::string>(sticker)); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendSticker", args)); } StickerSet::Ptr Api::getStickerSet(const std::string& name) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("name", name); return _tgTypeParser.parseJsonAndGetStickerSet(sendRequest("getStickerSet", args)); } std::vector<Sticker::Ptr> Api::getCustomEmojiStickers(const std::vector<std::string>& customEmojiIds) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("custom_emoji_ids", _tgTypeParser.parseArray<std::string>([] (const std::string& customEmojiId) -> std::string { return "\"" + StringTools::escapeJsonString(customEmojiId) + "\""; }, customEmojiIds)); return _tgTypeParser.parseJsonAndGetArray<Sticker>(&TgTypeParser::parseJsonAndGetSticker, sendRequest("getCustomEmojiStickers", args)); } File::Ptr Api::uploadStickerFile(std::int64_t userId, const InputFile::Ptr pngSticker) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("user_id", userId); args.emplace_back("png_sticker", pngSticker->data, true, pngSticker->mimeType, pngSticker->fileName); return _tgTypeParser.parseJsonAndGetFile(sendRequest("uploadStickerFile", args)); } bool Api::createNewStickerSet(std::int64_t userId, const std::string& name, const std::string& title, const std::string& emojis, MaskPosition::Ptr maskPosition, boost::variant<InputFile::Ptr, std::string> pngSticker, InputFile::Ptr tgsSticker, InputFile::Ptr webmSticker, const std::string& stickerType) const { std::vector<HttpReqArg> args; args.reserve(10); args.emplace_back("user_id", userId); args.emplace_back("name", name); args.emplace_back("title", title); if (pngSticker.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(pngSticker); args.emplace_back("png_sticker", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("png_sticker", boost::get<std::string>(pngSticker)); } if (tgsSticker != nullptr) { args.emplace_back("tgs_sticker", tgsSticker->data, true, tgsSticker->mimeType, tgsSticker->fileName); } if (webmSticker != nullptr) { args.emplace_back("webm_sticker", webmSticker->data, true, webmSticker->mimeType, webmSticker->fileName); } if (!stickerType.empty()) { args.emplace_back("sticker_type", stickerType); } args.emplace_back("emojis", emojis); if (maskPosition != nullptr) { args.emplace_back("mask_position", _tgTypeParser.parseMaskPosition(maskPosition)); } return sendRequest("createNewStickerSet", args).get<bool>("", false); } bool Api::addStickerToSet(std::int64_t userId, const std::string& name, const std::string& emojis, MaskPosition::Ptr maskPosition, boost::variant<InputFile::Ptr, std::string> pngSticker, InputFile::Ptr tgsSticker, InputFile::Ptr webmSticker) const { std::vector<HttpReqArg> args; args.reserve(7); args.emplace_back("user_id", userId); args.emplace_back("name", name); if (pngSticker.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(pngSticker); args.emplace_back("png_sticker", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("png_sticker", boost::get<std::string>(pngSticker)); } if (tgsSticker != nullptr) { args.emplace_back("tgs_sticker", tgsSticker->data, true, tgsSticker->mimeType, tgsSticker->fileName); } if (webmSticker != nullptr) { args.emplace_back("webm_sticker", webmSticker->data, true, webmSticker->mimeType, webmSticker->fileName); } args.emplace_back("emojis", emojis); if (maskPosition != nullptr) { args.emplace_back("mask_position", _tgTypeParser.parseMaskPosition(maskPosition)); } return sendRequest("addStickerToSet", args).get<bool>("", false); } bool Api::setStickerPositionInSet(const std::string& sticker, std::int32_t position) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("sticker", sticker); args.emplace_back("position", position); return sendRequest("setStickerPositionInSet", args).get<bool>("", false); } bool Api::deleteStickerFromSet(const std::string& sticker) const { std::vector<HttpReqArg> args; args.reserve(1); args.emplace_back("sticker", sticker); return sendRequest("deleteStickerFromSet", args).get<bool>("", false); } bool Api::setStickerSetThumb(const std::string& name, std::int64_t userId, boost::variant<InputFile::Ptr, std::string> thumb) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("name", name); args.emplace_back("user_id", userId); if (thumb.which() == 0) { // InputFile::Ptr auto file = boost::get<InputFile::Ptr>(thumb); args.emplace_back("thumb", file->data, true, file->mimeType, file->fileName); } else { // std::string args.emplace_back("thumb", boost::get<std::string>(thumb)); } return sendRequest("setStickerSetThumb", args).get<bool>("", false); } bool Api::answerInlineQuery(const std::string& inlineQueryId, const std::vector<InlineQueryResult::Ptr>& results, std::int32_t cacheTime, bool isPersonal, const std::string& nextOffset, const std::string& switchPmText, const std::string& switchPmParameter) const { std::vector<HttpReqArg> args; args.reserve(7); args.emplace_back("inline_query_id", inlineQueryId); args.emplace_back("results", _tgTypeParser.parseArray<InlineQueryResult>(&TgTypeParser::parseInlineQueryResult, results)); if (cacheTime) { args.emplace_back("cache_time", cacheTime); } if (isPersonal) { args.emplace_back("is_personal", isPersonal); } if (!nextOffset.empty()) { args.emplace_back("next_offset", nextOffset); } if (!switchPmText.empty()) { args.emplace_back("switch_pm_text", switchPmText); } if (!switchPmParameter.empty()) { args.emplace_back("switch_pm_parameter", switchPmParameter); } return sendRequest("answerInlineQuery", args).get<bool>("", false); } SentWebAppMessage::Ptr Api::answerWebAppQuery(const std::string& webAppQueryId, InlineQueryResult::Ptr result) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("web_app_query_id", webAppQueryId); args.emplace_back("result", _tgTypeParser.parseInlineQueryResult(result)); return _tgTypeParser.parseJsonAndGetSentWebAppMessage(sendRequest("answerWebAppQuery", args)); } Message::Ptr Api::sendInvoice(boost::variant<std::int64_t, std::string> chatId, const std::string& title, const std::string& description, const std::string& payload, const std::string& providerToken, const std::string& currency, const std::vector<LabeledPrice::Ptr>& prices, const std::string& providerData, const std::string& photoUrl, std::int32_t photoSize, std::int32_t photoWidth, std::int32_t photoHeight, bool needName, bool needPhoneNumber, bool needEmail, bool needShippingAddress, bool sendPhoneNumberToProvider, bool sendEmailToProvider, bool isFlexible, std::int32_t replyToMessageId, GenericReply::Ptr replyMarkup, bool disableNotification, bool allowSendingWithoutReply, std::int32_t maxTipAmount, const std::vector<std::int32_t>& suggestedTipAmounts, const std::string& startParameter, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(28); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("title", title); args.emplace_back("description", description); args.emplace_back("payload", payload); args.emplace_back("provider_token", providerToken); args.emplace_back("currency", currency); args.emplace_back("prices", _tgTypeParser.parseArray<LabeledPrice>(&TgTypeParser::parseLabeledPrice, prices)); args.emplace_back("max_tip_amount", maxTipAmount); if (!suggestedTipAmounts.empty()) { args.emplace_back("suggested_tip_amounts", _tgTypeParser.parseArray<std::int32_t>([] (const std::int32_t& option) -> std::int32_t { return option; }, suggestedTipAmounts)); } if (!startParameter.empty()) { args.emplace_back("start_parameter", startParameter); } if (!providerData.empty()) { args.emplace_back("provider_data", providerData); } if (!photoUrl.empty()) { args.emplace_back("photo_url", photoUrl); } if (photoSize) { args.emplace_back("photo_size", photoSize); } if (photoWidth) { args.emplace_back("photo_width", photoWidth); } if (photoHeight) { args.emplace_back("photo_height", photoHeight); } if (needName) { args.emplace_back("need_name", needName); } if (needPhoneNumber) { args.emplace_back("need_phone_number", needPhoneNumber); } if (needEmail) { args.emplace_back("need_email", needEmail); } if (needShippingAddress) { args.emplace_back("need_shipping_address", needShippingAddress); } if (sendPhoneNumberToProvider) { args.emplace_back("send_phone_number_to_provider", sendPhoneNumberToProvider); } if (sendEmailToProvider) { args.emplace_back("send_email_to_provider", sendEmailToProvider); } if (isFlexible) { args.emplace_back("is_flexible", isFlexible); } if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendInvoice", args)); } std::string Api::createInvoiceLink(const std::string& title, const std::string& description, const std::string& payload, const std::string& providerToken, const std::string& currency, const std::vector<LabeledPrice::Ptr>& prices, std::int32_t maxTipAmount, const std::vector<std::int32_t>& suggestedTipAmounts, const std::string& providerData, const std::string& photoUrl, std::int32_t photoSize, std::int32_t photoWidth, std::int32_t photoHeight, bool needName, bool needPhoneNumber, bool needEmail, bool needShippingAddress, bool sendPhoneNumberToProvider, bool sendEmailToProvider, bool isFlexible) const { std::vector<HttpReqArg> args; args.reserve(20); args.emplace_back("title", title); args.emplace_back("description", description); args.emplace_back("payload", payload); args.emplace_back("provider_token", providerToken); args.emplace_back("currency", currency); args.emplace_back("prices", _tgTypeParser.parseArray<LabeledPrice>(&TgTypeParser::parseLabeledPrice, prices)); args.emplace_back("max_tip_amount", maxTipAmount); if (!suggestedTipAmounts.empty()) { args.emplace_back("suggested_tip_amounts", _tgTypeParser.parseArray<std::int32_t>([] (const std::int32_t& option) -> std::int32_t { return option; }, suggestedTipAmounts)); } if (!providerData.empty()) { args.emplace_back("provider_data", providerData); } if (!photoUrl.empty()) { args.emplace_back("photo_url", photoUrl); } if (photoSize) { args.emplace_back("photo_size", photoSize); } if (photoWidth) { args.emplace_back("photo_width", photoWidth); } if (photoHeight) { args.emplace_back("photo_height", photoHeight); } if (needName) { args.emplace_back("need_name", needName); } if (needPhoneNumber) { args.emplace_back("need_phone_number", needPhoneNumber); } if (needEmail) { args.emplace_back("need_email", needEmail); } if (needShippingAddress) { args.emplace_back("need_shipping_address", needShippingAddress); } if (sendPhoneNumberToProvider) { args.emplace_back("send_phone_number_to_provider", sendPhoneNumberToProvider); } if (sendEmailToProvider) { args.emplace_back("send_email_to_provider", sendEmailToProvider); } if (isFlexible) { args.emplace_back("is_flexible", isFlexible); } return sendRequest("createInvoiceLink", args).get<std::string>("", ""); } bool Api::answerShippingQuery(const std::string& shippingQueryId, bool ok, const std::vector<ShippingOption::Ptr>& shippingOptions, const std::string& errorMessage) const { std::vector<HttpReqArg> args; args.reserve(4); args.emplace_back("shipping_query_id", shippingQueryId); args.emplace_back("ok", ok); if (!shippingOptions.empty()) { args.emplace_back("shipping_options", _tgTypeParser.parseArray<ShippingOption>(&TgTypeParser::parseShippingOption, shippingOptions)); } if (!errorMessage.empty()) { args.emplace_back("error_message", errorMessage); } return sendRequest("answerShippingQuery", args).get<bool>("", false); } bool Api::answerPreCheckoutQuery(const std::string& preCheckoutQueryId, bool ok, const std::string& errorMessage) const { std::vector<HttpReqArg> args; args.reserve(3); args.emplace_back("pre_checkout_query_id", preCheckoutQueryId); args.emplace_back("ok", ok); if (!errorMessage.empty()) { args.emplace_back("error_message", errorMessage); } return sendRequest("answerPreCheckoutQuery", args).get<bool>("", false); } bool Api::setPassportDataErrors(std::int64_t userId, const std::vector<PassportElementError::Ptr>& errors) const { std::vector<HttpReqArg> args; args.reserve(2); args.emplace_back("user_id", userId); args.emplace_back("errors", _tgTypeParser.parseArray<PassportElementError>(&TgTypeParser::parsePassportElementError, errors)); return sendRequest("setPassportDataErrors", args).get<bool>("", false); } Message::Ptr Api::sendGame(std::int64_t chatId, const std::string& gameShortName, std::int32_t replyToMessageId, InlineKeyboardMarkup::Ptr replyMarkup, bool disableNotification, bool allowSendingWithoutReply, bool protectContent, std::int32_t messageThreadId) const { std::vector<HttpReqArg> args; args.reserve(8); args.emplace_back("chat_id", chatId); if (messageThreadId != 0) { args.emplace_back("message_thread_id", messageThreadId); } args.emplace_back("game_short_name", gameShortName); if (disableNotification) { args.emplace_back("disable_notification", disableNotification); } if (protectContent) { args.emplace_back("protect_content", protectContent); } if (replyToMessageId) { args.emplace_back("reply_to_message_id", replyToMessageId); } if (allowSendingWithoutReply) { args.emplace_back("allow_sending_without_reply", allowSendingWithoutReply); } if (replyMarkup) { args.emplace_back("reply_markup", _tgTypeParser.parseGenericReply(replyMarkup)); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("sendGame", args)); } Message::Ptr Api::setGameScore(std::int64_t userId, std::int32_t score, bool force, bool disableEditMessage, std::int64_t chatId, std::int32_t messageId, const std::string& inlineMessageId) const { std::vector<HttpReqArg> args; args.reserve(7); args.emplace_back("user_id", userId); args.emplace_back("score", score); if (force) { args.emplace_back("force", force); } if (disableEditMessage) { args.emplace_back("disable_edit_message", disableEditMessage); } if (chatId) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } return _tgTypeParser.parseJsonAndGetMessage(sendRequest("setGameScore", args)); } std::vector<GameHighScore::Ptr> Api::getGameHighScores(std::int64_t userId, std::int64_t chatId, std::int32_t messageId, const std::string& inlineMessageId) const { std::vector<HttpReqArg> args; args.reserve(4); args.emplace_back("user_id", userId); if (chatId) { args.emplace_back("chat_id", chatId); } if (messageId) { args.emplace_back("message_id", messageId); } if (!inlineMessageId.empty()) { args.emplace_back("inline_message_id", inlineMessageId); } return _tgTypeParser.parseJsonAndGetArray<GameHighScore>(&TgTypeParser::parseJsonAndGetGameHighScore, sendRequest("getGameHighScores", args)); } std::string Api::downloadFile(const std::string& filePath, const std::vector<HttpReqArg>& args) const { std::string url(_url); url += "/file/bot"; url += _token; url += "/"; url += filePath; return _httpClient.makeRequest(url, args); } bool Api::blockedByUser(std::int64_t chatId) const { bool isBotBlocked = false; try { sendChatAction(chatId, "typing"); } catch (std::exception& e) { std::string error = e.what(); if (error.compare("Forbidden: bot was blocked by the user") == 0) { isBotBlocked = true; } } return isBotBlocked; } boost::property_tree::ptree Api::sendRequest(const std::string& method, const std::vector<HttpReqArg>& args) const { std::string url(_url); url += "/bot"; url += _token; url += "/"; url += method; int requestRetryBackoff = _httpClient.getRequestBackoff(); int retries = 0; while (1) { try { std::string serverResponse = _httpClient.makeRequest(url, args); if (!serverResponse.compare(0, 6, "<html>")) { throw TgException("tgbot-cpp library have got html page instead of json response. Maybe you entered wrong bot token."); } boost::property_tree::ptree result = _tgTypeParser.parseJson(serverResponse); try { if (result.get<bool>("ok", false)) { return result.get_child("result"); } else { throw TgException(result.get("description", "")); } } catch (boost::property_tree::ptree_error& e) { throw TgException("tgbot-cpp library can't parse json response. " + std::string(e.what())); } } catch (...) { int max_retries = _httpClient.getRequestMaxRetries(); if ((max_retries >= 0) && (retries == max_retries)) { throw; } else { std::this_thread::sleep_for(std::chrono::seconds(requestRetryBackoff)); retries++; continue; } } } } }
2902b49c2af2403da3a1b4c0c519ddebc1865287
b393eecb18c9e8356b86131efc08614693dcc410
/leetcode/Longest Substring Without Repeating Characters/Longest Substring Without Repeating Characters.cpp
2bf186eee62d6a2ef78827eb92aa9a861c581d26
[]
no_license
chAngeZhaoZhanBo/Leetcode-Code-and-Analysis
23eef5f5ee02d379ca1a33d1df03df0d31f8f56d
33648300fa9293450c387016069ff1c21666772a
refs/heads/master
2022-02-20T04:04:50.462946
2019-09-28T07:27:08
2019-09-28T07:27:08
198,051,430
0
0
null
null
null
null
UTF-8
C++
false
false
459
cpp
Longest Substring Without Repeating Characters.cpp
class Solution { public: int lengthOfLongestSubstring(string s) { int size=s.size(); unordered_map<char,int> charMap; int mmax=0; for(int left=0,right=0;right<size;++right){ if(charMap.find(s[right])!=charMap.end()){ left=std::max(left,charMap[s[right]])+1; } mmax=std::max(mmax,right-left+1); charMap[s[right]]=right; } return mmax; } };
504b9839bf319434b235d4cabee71ea524d8f519
e7d7377b40fc431ef2cf8dfa259a611f6acc2c67
/SampleDump/Cpp/SDK/BP_ScoreboardDuelEntry_functions.cpp
523afc14f7d932c0c23347e715e6989fbc60a1a5
[]
no_license
liner0211/uSDK_Generator
ac90211e005c5f744e4f718cd5c8118aab3f8a18
9ef122944349d2bad7c0abe5b183534f5b189bd7
refs/heads/main
2023-09-02T16:37:22.932365
2021-10-31T17:38:03
2021-10-31T17:38:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,233
cpp
BP_ScoreboardDuelEntry_functions.cpp
// Name: Mordhau, Version: Patch23 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_3 // Flags -> (Public, HasOutParms, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) struct FLinearColor UBP_ScoreboardDuelEntry_C::GetColorAndOpacity_3() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_3"); UBP_ScoreboardDuelEntry_C_GetColorAndOpacity_3_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_4 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // UMG_ESlateVisibility ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) UMG_ESlateVisibility UBP_ScoreboardDuelEntry_C::GetVisibility_4() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_4"); UBP_ScoreboardDuelEntry_C_GetVisibility_4_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_2 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FSlateColor ReturnValue (Parm, OutParm, ReturnParm) struct FSlateColor UBP_ScoreboardDuelEntry_C::GetColorAndOpacity_2() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_2"); UBP_ScoreboardDuelEntry_C_GetColorAndOpacity_2_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetText_1 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FText ReturnValue (Parm, OutParm, ReturnParm) struct FText UBP_ScoreboardDuelEntry_C::GetText_1() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetText_1"); UBP_ScoreboardDuelEntry_C_GetText_1_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_3 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // UMG_ESlateVisibility ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) UMG_ESlateVisibility UBP_ScoreboardDuelEntry_C::GetVisibility_3() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_3"); UBP_ScoreboardDuelEntry_C_GetVisibility_3_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_2 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // UMG_ESlateVisibility ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) UMG_ESlateVisibility UBP_ScoreboardDuelEntry_C::GetVisibility_2() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_2"); UBP_ScoreboardDuelEntry_C_GetVisibility_2_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_1 // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // UMG_ESlateVisibility ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) UMG_ESlateVisibility UBP_ScoreboardDuelEntry_C::GetVisibility_1() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetVisibility_1"); UBP_ScoreboardDuelEntry_C_GetVisibility_1_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_1 // Flags -> (Public, HasOutParms, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FSlateColor ReturnValue (Parm, OutParm, ReturnParm) struct FSlateColor UBP_ScoreboardDuelEntry_C::GetColorAndOpacity_1() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetColorAndOpacity_1"); UBP_ScoreboardDuelEntry_C_GetColorAndOpacity_1_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetNameColorAndOpacity // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FSlateColor ReturnValue (Parm, OutParm, ReturnParm) struct FSlateColor UBP_ScoreboardDuelEntry_C::GetNameColorAndOpacity() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetNameColorAndOpacity"); UBP_ScoreboardDuelEntry_C_GetNameColorAndOpacity_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetBackgroundColorAndOpacity // Flags -> (Public, HasOutParms, BlueprintCallable, BlueprintEvent, BlueprintPure) // Parameters: // struct FLinearColor ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) struct FLinearColor UBP_ScoreboardDuelEntry_C::GetBackgroundColorAndOpacity() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.GetBackgroundColorAndOpacity"); UBP_ScoreboardDuelEntry_C_GetBackgroundColorAndOpacity_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.BndEvt__Button_0_K2Node_ComponentBoundEvent_1_OnButtonPressedEvent__DelegateSignature // Flags -> (BlueprintEvent) void UBP_ScoreboardDuelEntry_C::BndEvt__Button_0_K2Node_ComponentBoundEvent_1_OnButtonPressedEvent__DelegateSignature() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.BndEvt__Button_0_K2Node_ComponentBoundEvent_1_OnButtonPressedEvent__DelegateSignature"); UBP_ScoreboardDuelEntry_C_BndEvt__Button_0_K2Node_ComponentBoundEvent_1_OnButtonPressedEvent__DelegateSignature_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.Construct // Flags -> (BlueprintCosmetic, Event, Public, BlueprintEvent) void UBP_ScoreboardDuelEntry_C::Construct() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.Construct"); UBP_ScoreboardDuelEntry_C_Construct_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.On Refresh // Flags -> (BlueprintCallable, BlueprintEvent) void UBP_ScoreboardDuelEntry_C::On_Refresh() { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.On Refresh"); UBP_ScoreboardDuelEntry_C_On_Refresh_Params params; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } // Function: // Offset -> 0x014F36A0 // Name -> Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.ExecuteUbergraph_BP_ScoreboardDuelEntry // Flags -> (Final, HasDefaults) // Parameters: // int EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_ScoreboardDuelEntry_C::ExecuteUbergraph_BP_ScoreboardDuelEntry(int EntryPoint) { static UFunction* fn = UObject::FindObject<UFunction>("Function BP_ScoreboardDuelEntry.BP_ScoreboardDuelEntry_C.ExecuteUbergraph_BP_ScoreboardDuelEntry"); UBP_ScoreboardDuelEntry_C_ExecuteUbergraph_BP_ScoreboardDuelEntry_Params params; params.EntryPoint = EntryPoint; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; } } #ifdef _MSC_VER #pragma pack(pop) #endif
fda299deecbb61b47ac8004cbd99df221823de56
d40e653c273658a24bab7bef2d9f0bca62b31199
/src/ecs/Systems/PhysicsSystem.cpp
270919fdce656d7b68f00bfaa02d239818078c9f
[]
no_license
Kolbjoern/Game
87caed40e1b90cddf3e90351ea7869c75cf126a0
bbe50b7a922c657686e4cde7a1703a8714837137
refs/heads/master
2021-06-14T10:02:30.312312
2019-10-25T18:35:52
2019-10-25T18:35:52
146,800,689
0
0
null
null
null
null
UTF-8
C++
false
false
3,551
cpp
PhysicsSystem.cpp
#include "PhysicsSystem.h" #include <SFML/System/Vector2.hpp> #include "../../math/VectorMath.h" namespace PhysicsSystem { void update(float deltaTime, std::unordered_map<int, PositionComponent>& pos, std::unordered_map<int, MotionComponent>& mot, std::unordered_map<int, ShapeComponent>& sha, std::unordered_map<int, HealthComponent>& hea) { int objId; for (std::pair<int, MotionComponent> motion : mot) { objId = motion.first; // add acceleration direction mot[objId].velocity.x = motion.second.velocity.x + motion.second.direction.x * motion.second.speed * deltaTime; mot[objId].velocity.y = motion.second.velocity.y + motion.second.direction.y * motion.second.speed * deltaTime; // reset direction mot[objId].direction = sf::Vector2f(0.0f, 0.0f); if (pos.find(objId) != pos.end()) { float newX = pos[objId].x + motion.second.velocity.x; float newY = pos[objId].y + motion.second.velocity.y; // VALIDATE AND HANDLE COLLISION pos[objId].x = newX; pos[objId].y = newY; /*if (col.find(objId) != col.end()) { for (std::pair<int, CollisionComponent> collision : col) { int i = collision.first; if (i == objId) continue; bool collided = false; if (col[objId].shape == Shape::Circle && col[i].shape == Shape::Circle) { CircleShape c1; c1.position = sf::Vector2f(newX, newY); c1.radius = col[objId].width/2.0f; CircleShape c2; c2.position = sf::Vector2f(pos[i].x, pos[i].y); c2.radius = col[i].width/2.0f; collided = Collision::circleCircle(c1, c2); } else if (col[objId].shape == Shape::Circle && col[i].shape == Shape::Rectangle) { CircleShape c; c.position = sf::Vector2f(newX, newY); c.radius = col[objId].width/2.0f; RectangleShape r; r.position = sf::Vector2f(pos[i].x, pos[i].y); r.width = col[i].width; r.height = col[i].height; collided = Collision::circleRect(c, r); } else if (col[objId].shape == Shape::Rectangle && col[i].shape == Shape::Circle) { RectangleShape r; r.position = sf::Vector2f(newX, newY); r.width = col[objId].width; r.height = col[objId].height; CircleShape c; c.position = sf::Vector2f(pos[i].x, pos[i].y); c.radius = col[i].width/2.0f; collided = Collision::circleRect(c, r); } else if (col[objId].shape == Shape::Rectangle && col[i].shape == Shape::Rectangle) { RectangleShape r1; r1.position = sf::Vector2f(newX, newY); r1.width = col[objId].width; r1.height = col[objId].height; RectangleShape r2; r2.position = sf::Vector2f(pos[i].x, pos[i].y); r2.width = col[i].width; r2.height = col[i].height; collided = Collision::rectRect(r1, r2); } if (collided) { if (hea.find(objId) != hea.end()) { // inflict damage to object hea[objId].currentHealth -= 1; // some basic damage value for now } if (hea.find(i) != hea.end()) { hea[i].currentHealth -= 1; } pos[objId].x += motion.second.velocity.x * -1.0f; pos[objId].y += motion.second.velocity.y * -1.0f; mot[objId].velocity.x *= -0.2f; mot[objId].velocity.y *= -0.2f; } } }*/ // slow down mot[objId].velocity.x *= (1 - motion.second.friction); mot[objId].velocity.y *= (1 - motion.second.friction); } } } }
c1ccf14c68b055ebe96fcbad28c4d0602e6e3311
f2af39895e4db94ae3590c895aa33ec9f80aa1dd
/Decide/Decide/AttackCollision.h
6159c640856afd32920e9930a12e6e50425304fc
[]
no_license
flanbel/Decide2
e5208e7cee8a405e5a13e6aabeedec7784cd3982
50a99f44a178b0d245f1f19fb68276223bf3038b
refs/heads/master
2021-01-12T02:20:17.645358
2017-09-08T00:36:51
2017-09-08T00:36:51
78,500,561
0
0
null
null
null
null
UTF-8
C++
false
false
389
h
AttackCollision.h
#pragma once #include "fbEngine/_Object\_GameObject/GameObject.h" #include "DamageCollision.h" class AttackCollision :public GameObject { public: AttackCollision(const char* name) :GameObject(name) {} void Awake()override; void Create(Collider* shape, const int& owner, const int& id, float& life, DamageCollision::DamageCollisonInfo& info); private: DamageCollision* _Collision; };