neural-physics-engine / tied_subspace_water.html
Quazim0t0's picture
Import from Quazim0t0/neural-physics-engine; repoint refs to NeuralVerified
24c2ab9 verified
Raw
History Blame Contribute Delete
211 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tied-Basis Subspace Physics — Water</title>
<style>
:root{
--void:#0B0E1A; --panel:#111527; --line:#232A45;
--cyan:#7EE8FA; --violet:#C77DFF; --magenta:#FF7EB6;
--txt:#E8ECF7; --mut:#8A94B8;
}
*{box-sizing:border-box;margin:0}
html,body{height:100%}
body{background:var(--void);color:var(--txt);
font:14px/1.5 "IBM Plex Mono","SFMono-Regular",Consolas,monospace;
display:flex;flex-direction:column;overflow:hidden}
header{display:flex;align-items:baseline;gap:16px;padding:14px 20px 10px;border-bottom:1px solid var(--line)}
h1{font:600 17px/1 "Space Grotesk","Avenir Next",system-ui,sans-serif;letter-spacing:.02em}
h1 em{font-style:normal;background:linear-gradient(90deg,var(--cyan),var(--magenta));
-webkit-background-clip:text;background-clip:text;color:transparent}
header .sub{color:var(--mut);font-size:11px}
main{flex:1;display:flex;min-height:0}
#stage{flex:1;position:relative;min-width:0}
canvas{display:block;width:100%;height:100%}
#cv{cursor:crosshair}
#hint{position:absolute;left:16px;bottom:12px;color:var(--mut);font-size:11px;pointer-events:none}
aside{width:250px;border-left:1px solid var(--line);background:var(--panel);
display:flex;flex-direction:column;overflow-y:auto}
section{padding:14px 16px;border-bottom:1px solid var(--line)}
.lbl{font-size:10px;letter-spacing:.14em;color:var(--mut);text-transform:uppercase;margin-bottom:8px}
.seg{display:flex;gap:6px;flex-wrap:wrap}
button{background:transparent;border:1px solid var(--line);color:var(--txt);
font:inherit;font-size:12px;padding:5px 10px;border-radius:3px;cursor:pointer}
button:hover{border-color:var(--cyan)}
button:focus-visible{outline:2px solid var(--cyan);outline-offset:1px}
button.on{border-color:var(--cyan);color:var(--cyan);background:rgba(126,232,250,.08)}
#tower{width:100%;height:210px;display:block}
.stat{display:flex;justify-content:space-between;font-size:12px;padding:2px 0}
.stat b{font-weight:600;color:var(--cyan)}
.note{font-size:11px;color:var(--mut);margin-top:8px}
@media (max-width:640px){ aside{width:150px} #tower{height:140px} }
</style>
</head>
<body>
<header>
<h1>Tied-basis subspace tower <em>· live</em></h1>
<span class="sub">same skeleton, two constraints: strain (tied basis) for solids · density for water</span>
</header>
<main>
<div id="stage"><canvas id="cv"></canvas>
<div id="hint">release the dam · drag near tower to grab · drag from empty space to throw a ball</div>
</div>
<aside>
<section>
<div class="lbl">Actions</div>
<div class="seg">
<button id="bWater">Release water</button>
<button id="bBall">Throw ball</button>
<button id="bClear">Clear balls</button>
<button id="bReset">Reset all</button>
</div>
</section>
<section>
<div class="lbl">Tied strain basis k</div>
<div class="seg" id="kSeg"></div>
<div class="note">tower and balls share the same k-dim strain basis</div>
</section>
<section>
<div class="lbl">Tower subspace r</div>
<div class="seg" id="rSeg"></div>
<div class="note">the tower's entire motion lives in r coordinates — shown live below</div>
<canvas id="tower"></canvas>
</section>
<section>
<div class="lbl">Telemetry</div>
<div class="stat"><span>physics</span><b id="stMs"></b></div>
<div class="stat"><span>tower state</span><b id="stDof"></b></div>
<div class="stat"><span>balls</span><b id="stBalls">0</b></div>
<div class="stat"><span>water</span><b id="stWater">0</b></div>
<div class="stat"><span>max strain</span><b id="stStrain"></b></div>
</section>
</aside>
</main>
<script>
const D = {"NV":297,"NT":512,"W":1.0,"H":4.0,"V0":[[-0.5,0.0],[-0.375,0.0],[-0.25,0.0],[-0.125,0.0],[0.0,0.0],[0.125,0.0],[0.25,0.0],[0.375,0.0],[0.5,0.0],[-0.5,0.125],[-0.375,0.125],[-0.25,0.125],[-0.125,0.125],[0.0,0.125],[0.125,0.125],[0.25,0.125],[0.375,0.125],[0.5,0.125],[-0.5,0.25],[-0.375,0.25],[-0.25,0.25],[-0.125,0.25],[0.0,0.25],[0.125,0.25],[0.25,0.25],[0.375,0.25],[0.5,0.25],[-0.5,0.375],[-0.375,0.375],[-0.25,0.375],[-0.125,0.375],[0.0,0.375],[0.125,0.375],[0.25,0.375],[0.375,0.375],[0.5,0.375],[-0.5,0.5],[-0.375,0.5],[-0.25,0.5],[-0.125,0.5],[0.0,0.5],[0.125,0.5],[0.25,0.5],[0.375,0.5],[0.5,0.5],[-0.5,0.625],[-0.375,0.625],[-0.25,0.625],[-0.125,0.625],[0.0,0.625],[0.125,0.625],[0.25,0.625],[0.375,0.625],[0.5,0.625],[-0.5,0.75],[-0.375,0.75],[-0.25,0.75],[-0.125,0.75],[0.0,0.75],[0.125,0.75],[0.25,0.75],[0.375,0.75],[0.5,0.75],[-0.5,0.875],[-0.375,0.875],[-0.25,0.875],[-0.125,0.875],[0.0,0.875],[0.125,0.875],[0.25,0.875],[0.375,0.875],[0.5,0.875],[-0.5,1.0],[-0.375,1.0],[-0.25,1.0],[-0.125,1.0],[0.0,1.0],[0.125,1.0],[0.25,1.0],[0.375,1.0],[0.5,1.0],[-0.5,1.125],[-0.375,1.125],[-0.25,1.125],[-0.125,1.125],[0.0,1.125],[0.125,1.125],[0.25,1.125],[0.375,1.125],[0.5,1.125],[-0.5,1.25],[-0.375,1.25],[-0.25,1.25],[-0.125,1.25],[0.0,1.25],[0.125,1.25],[0.25,1.25],[0.375,1.25],[0.5,1.25],[-0.5,1.375],[-0.375,1.375],[-0.25,1.375],[-0.125,1.375],[0.0,1.375],[0.125,1.375],[0.25,1.375],[0.375,1.375],[0.5,1.375],[-0.5,1.5],[-0.375,1.5],[-0.25,1.5],[-0.125,1.5],[0.0,1.5],[0.125,1.5],[0.25,1.5],[0.375,1.5],[0.5,1.5],[-0.5,1.625],[-0.375,1.625],[-0.25,1.625],[-0.125,1.625],[0.0,1.625],[0.125,1.625],[0.25,1.625],[0.375,1.625],[0.5,1.625],[-0.5,1.75],[-0.375,1.75],[-0.25,1.75],[-0.125,1.75],[0.0,1.75],[0.125,1.75],[0.25,1.75],[0.375,1.75],[0.5,1.75],[-0.5,1.875],[-0.375,1.875],[-0.25,1.875],[-0.125,1.875],[0.0,1.875],[0.125,1.875],[0.25,1.875],[0.375,1.875],[0.5,1.875],[-0.5,2.0],[-0.375,2.0],[-0.25,2.0],[-0.125,2.0],[0.0,2.0],[0.125,2.0],[0.25,2.0],[0.375,2.0],[0.5,2.0],[-0.5,2.125],[-0.375,2.125],[-0.25,2.125],[-0.125,2.125],[0.0,2.125],[0.125,2.125],[0.25,2.125],[0.375,2.125],[0.5,2.125],[-0.5,2.25],[-0.375,2.25],[-0.25,2.25],[-0.125,2.25],[0.0,2.25],[0.125,2.25],[0.25,2.25],[0.375,2.25],[0.5,2.25],[-0.5,2.375],[-0.375,2.375],[-0.25,2.375],[-0.125,2.375],[0.0,2.375],[0.125,2.375],[0.25,2.375],[0.375,2.375],[0.5,2.375],[-0.5,2.5],[-0.375,2.5],[-0.25,2.5],[-0.125,2.5],[0.0,2.5],[0.125,2.5],[0.25,2.5],[0.375,2.5],[0.5,2.5],[-0.5,2.625],[-0.375,2.625],[-0.25,2.625],[-0.125,2.625],[0.0,2.625],[0.125,2.625],[0.25,2.625],[0.375,2.625],[0.5,2.625],[-0.5,2.75],[-0.375,2.75],[-0.25,2.75],[-0.125,2.75],[0.0,2.75],[0.125,2.75],[0.25,2.75],[0.375,2.75],[0.5,2.75],[-0.5,2.875],[-0.375,2.875],[-0.25,2.875],[-0.125,2.875],[0.0,2.875],[0.125,2.875],[0.25,2.875],[0.375,2.875],[0.5,2.875],[-0.5,3.0],[-0.375,3.0],[-0.25,3.0],[-0.125,3.0],[0.0,3.0],[0.125,3.0],[0.25,3.0],[0.375,3.0],[0.5,3.0],[-0.5,3.125],[-0.375,3.125],[-0.25,3.125],[-0.125,3.125],[0.0,3.125],[0.125,3.125],[0.25,3.125],[0.375,3.125],[0.5,3.125],[-0.5,3.25],[-0.375,3.25],[-0.25,3.25],[-0.125,3.25],[0.0,3.25],[0.125,3.25],[0.25,3.25],[0.375,3.25],[0.5,3.25],[-0.5,3.375],[-0.375,3.375],[-0.25,3.375],[-0.125,3.375],[0.0,3.375],[0.125,3.375],[0.25,3.375],[0.375,3.375],[0.5,3.375],[-0.5,3.5],[-0.375,3.5],[-0.25,3.5],[-0.125,3.5],[0.0,3.5],[0.125,3.5],[0.25,3.5],[0.375,3.5],[0.5,3.5],[-0.5,3.625],[-0.375,3.625],[-0.25,3.625],[-0.125,3.625],[0.0,3.625],[0.125,3.625],[0.25,3.625],[0.375,3.625],[0.5,3.625],[-0.5,3.75],[-0.375,3.75],[-0.25,3.75],[-0.125,3.75],[0.0,3.75],[0.125,3.75],[0.25,3.75],[0.375,3.75],[0.5,3.75],[-0.5,3.875],[-0.375,3.875],[-0.25,3.875],[-0.125,3.875],[0.0,3.875],[0.125,3.875],[0.25,3.875],[0.375,3.875],[0.5,3.875],[-0.5,4.0],[-0.375,4.0],[-0.25,4.0],[-0.125,4.0],[0.0,4.0],[0.125,4.0],[0.25,4.0],[0.375,4.0],[0.5,4.0]],"T":[[0,1,10],[0,10,9],[1,2,11],[1,11,10],[2,3,12],[2,12,11],[3,4,13],[3,13,12],[4,5,14],[4,14,13],[5,6,15],[5,15,14],[6,7,16],[6,16,15],[7,8,17],[7,17,16],[9,10,19],[9,19,18],[10,11,20],[10,20,19],[11,12,21],[11,21,20],[12,13,22],[12,22,21],[13,14,23],[13,23,22],[14,15,24],[14,24,23],[15,16,25],[15,25,24],[16,17,26],[16,26,25],[18,19,28],[18,28,27],[19,20,29],[19,29,28],[20,21,30],[20,30,29],[21,22,31],[21,31,30],[22,23,32],[22,32,31],[23,24,33],[23,33,32],[24,25,34],[24,34,33],[25,26,35],[25,35,34],[27,28,37],[27,37,36],[28,29,38],[28,38,37],[29,30,39],[29,39,38],[30,31,40],[30,40,39],[31,32,41],[31,41,40],[32,33,42],[32,42,41],[33,34,43],[33,43,42],[34,35,44],[34,44,43],[36,37,46],[36,46,45],[37,38,47],[37,47,46],[38,39,48],[38,48,47],[39,40,49],[39,49,48],[40,41,50],[40,50,49],[41,42,51],[41,51,50],[42,43,52],[42,52,51],[43,44,53],[43,53,52],[45,46,55],[45,55,54],[46,47,56],[46,56,55],[47,48,57],[47,57,56],[48,49,58],[48,58,57],[49,50,59],[49,59,58],[50,51,60],[50,60,59],[51,52,61],[51,61,60],[52,53,62],[52,62,61],[54,55,64],[54,64,63],[55,56,65],[55,65,64],[56,57,66],[56,66,65],[57,58,67],[57,67,66],[58,59,68],[58,68,67],[59,60,69],[59,69,68],[60,61,70],[60,70,69],[61,62,71],[61,71,70],[63,64,73],[63,73,72],[64,65,74],[64,74,73],[65,66,75],[65,75,74],[66,67,76],[66,76,75],[67,68,77],[67,77,76],[68,69,78],[68,78,77],[69,70,79],[69,79,78],[70,71,80],[70,80,79],[72,73,82],[72,82,81],[73,74,83],[73,83,82],[74,75,84],[74,84,83],[75,76,85],[75,85,84],[76,77,86],[76,86,85],[77,78,87],[77,87,86],[78,79,88],[78,88,87],[79,80,89],[79,89,88],[81,82,91],[81,91,90],[82,83,92],[82,92,91],[83,84,93],[83,93,92],[84,85,94],[84,94,93],[85,86,95],[85,95,94],[86,87,96],[86,96,95],[87,88,97],[87,97,96],[88,89,98],[88,98,97],[90,91,100],[90,100,99],[91,92,101],[91,101,100],[92,93,102],[92,102,101],[93,94,103],[93,103,102],[94,95,104],[94,104,103],[95,96,105],[95,105,104],[96,97,106],[96,106,105],[97,98,107],[97,107,106],[99,100,109],[99,109,108],[100,101,110],[100,110,109],[101,102,111],[101,111,110],[102,103,112],[102,112,111],[103,104,113],[103,113,112],[104,105,114],[104,114,113],[105,106,115],[105,115,114],[106,107,116],[106,116,115],[108,109,118],[108,118,117],[109,110,119],[109,119,118],[110,111,120],[110,120,119],[111,112,121],[111,121,120],[112,113,122],[112,122,121],[113,114,123],[113,123,122],[114,115,124],[114,124,123],[115,116,125],[115,125,124],[117,118,127],[117,127,126],[118,119,128],[118,128,127],[119,120,129],[119,129,128],[120,121,130],[120,130,129],[121,122,131],[121,131,130],[122,123,132],[122,132,131],[123,124,133],[123,133,132],[124,125,134],[124,134,133],[126,127,136],[126,136,135],[127,128,137],[127,137,136],[128,129,138],[128,138,137],[129,130,139],[129,139,138],[130,131,140],[130,140,139],[131,132,141],[131,141,140],[132,133,142],[132,142,141],[133,134,143],[133,143,142],[135,136,145],[135,145,144],[136,137,146],[136,146,145],[137,138,147],[137,147,146],[138,139,148],[138,148,147],[139,140,149],[139,149,148],[140,141,150],[140,150,149],[141,142,151],[141,151,150],[142,143,152],[142,152,151],[144,145,154],[144,154,153],[145,146,155],[145,155,154],[146,147,156],[146,156,155],[147,148,157],[147,157,156],[148,149,158],[148,158,157],[149,150,159],[149,159,158],[150,151,160],[150,160,159],[151,152,161],[151,161,160],[153,154,163],[153,163,162],[154,155,164],[154,164,163],[155,156,165],[155,165,164],[156,157,166],[156,166,165],[157,158,167],[157,167,166],[158,159,168],[158,168,167],[159,160,169],[159,169,168],[160,161,170],[160,170,169],[162,163,172],[162,172,171],[163,164,173],[163,173,172],[164,165,174],[164,174,173],[165,166,175],[165,175,174],[166,167,176],[166,176,175],[167,168,177],[167,177,176],[168,169,178],[168,178,177],[169,170,179],[169,179,178],[171,172,181],[171,181,180],[172,173,182],[172,182,181],[173,174,183],[173,183,182],[174,175,184],[174,184,183],[175,176,185],[175,185,184],[176,177,186],[176,186,185],[177,178,187],[177,187,186],[178,179,188],[178,188,187],[180,181,190],[180,190,189],[181,182,191],[181,191,190],[182,183,192],[182,192,191],[183,184,193],[183,193,192],[184,185,194],[184,194,193],[185,186,195],[185,195,194],[186,187,196],[186,196,195],[187,188,197],[187,197,196],[189,190,199],[189,199,198],[190,191,200],[190,200,199],[191,192,201],[191,201,200],[192,193,202],[192,202,201],[193,194,203],[193,203,202],[194,195,204],[194,204,203],[195,196,205],[195,205,204],[196,197,206],[196,206,205],[198,199,208],[198,208,207],[199,200,209],[199,209,208],[200,201,210],[200,210,209],[201,202,211],[201,211,210],[202,203,212],[202,212,211],[203,204,213],[203,213,212],[204,205,214],[204,214,213],[205,206,215],[205,215,214],[207,208,217],[207,217,216],[208,209,218],[208,218,217],[209,210,219],[209,219,218],[210,211,220],[210,220,219],[211,212,221],[211,221,220],[212,213,222],[212,222,221],[213,214,223],[213,223,222],[214,215,224],[214,224,223],[216,217,226],[216,226,225],[217,218,227],[217,227,226],[218,219,228],[218,228,227],[219,220,229],[219,229,228],[220,221,230],[220,230,229],[221,222,231],[221,231,230],[222,223,232],[222,232,231],[223,224,233],[223,233,232],[225,226,235],[225,235,234],[226,227,236],[226,236,235],[227,228,237],[227,237,236],[228,229,238],[228,238,237],[229,230,239],[229,239,238],[230,231,240],[230,240,239],[231,232,241],[231,241,240],[232,233,242],[232,242,241],[234,235,244],[234,244,243],[235,236,245],[235,245,244],[236,237,246],[236,246,245],[237,238,247],[237,247,246],[238,239,248],[238,248,247],[239,240,249],[239,249,248],[240,241,250],[240,250,249],[241,242,251],[241,251,250],[243,244,253],[243,253,252],[244,245,254],[244,254,253],[245,246,255],[245,255,254],[246,247,256],[246,256,255],[247,248,257],[247,257,256],[248,249,258],[248,258,257],[249,250,259],[249,259,258],[250,251,260],[250,260,259],[252,253,262],[252,262,261],[253,254,263],[253,263,262],[254,255,264],[254,264,263],[255,256,265],[255,265,264],[256,257,266],[256,266,265],[257,258,267],[257,267,266],[258,259,268],[258,268,267],[259,260,269],[259,269,268],[261,262,271],[261,271,270],[262,263,272],[262,272,271],[263,264,273],[263,273,272],[264,265,274],[264,274,273],[265,266,275],[265,275,274],[266,267,276],[266,276,275],[267,268,277],[267,277,276],[268,269,278],[268,278,277],[270,271,280],[270,280,279],[271,272,281],[271,281,280],[272,273,282],[272,282,281],[273,274,283],[273,283,282],[274,275,284],[274,284,283],[275,276,285],[275,285,284],[276,277,286],[276,286,285],[277,278,287],[277,287,286],[279,280,289],[279,289,288],[280,281,290],[280,290,289],[281,282,291],[281,291,290],[282,283,292],[282,292,291],[283,284,293],[283,293,292],[284,285,294],[284,294,293],[285,286,295],[285,295,294],[286,287,296],[286,296,295]],"Bm":[[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0],[8.0,-8.0,0.0,8.0],[8.0,0.0,-8.0,8.0]],"wEl":[19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125,19.53125],"wsub":20.0,"mass":[0.005208,0.007813,0.007813,0.007813,0.007813,0.007813,0.007813,0.007813,0.002604,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.007813,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.007813,0.002604,0.007813,0.007813,0.007813,0.007813,0.007813,0.007813,0.007813,0.005208],"dt":0.008333333333333333,"G":[[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0],[-8.0,8.0,0.0,-0.0,-8.0,8.0],[-0.0,8.0,-8.0,-8.0,0.0,8.0]],"U":[[-0.011156,0.007902,0.999907],[0.020714,0.706783,-0.005354],[0.020714,0.706783,-0.005354],[-0.999509,0.029207,-0.011383]],"Phi":[[-0.0,-0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,-0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,-0.0,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,-0.0,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,-0.0,0.0,-0.0,0.0,-0.0],[0.0,-0.0,-0.0,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0],[0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,0.0],[-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,0.0],[-0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,-0.0,-0.0,0.0,-0.0,-0.0,-0.0,0.0],[-0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,-0.0,0.0],[-0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0],[0.0,0.0,-0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,0.0,0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,0.0,-0.0,0.0],[-0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,-0.0,-0.0,-0.0,-0.0,-0.0,0.0,0.0,-0.0,0.0,-0.0,0.0,-0.0],[0.00028,-0.00051,-0.00282,-0.00066,0.00409,0.00941,0.01743,-0.01215,0.00422,0.0028,0.00779,-0.00209,0.01501,-0.01659,-0.01046,0.02583,0.02088,-0.02398,-0.02647,0.01755,-0.00561,-0.04154,0.01395,-0.01787],[0.00145,0.00124,-0.0122,0.00407,0.00562,0.02032,0.01417,0.00096,0.0208,0.00156,0.0023,0.00909,-0.00604,-0.01838,0.00335,-0.00626,-0.00385,-0.018,-0.02193,0.02097,0.02424,-0.01304,0.01636,-0.00476],[0.00028,-0.00041,-0.00269,-0.00092,0.00451,0.00745,0.01702,-0.01097,0.003,0.00558,0.00656,0.00035,0.01484,-0.01582,-0.00821,0.02314,0.01736,-0.02223,-0.02374,0.0189,-0.00686,-0.03573,0.00727,-0.01246],[0.00104,0.00133,-0.01027,0.00554,0.00148,0.01897,0.00514,0.00435,0.02029,-0.00587,0.00336,0.00495,-0.01104,-0.01058,0.00321,-0.01354,-0.00649,-0.00754,-0.01169,0.00341,0.02721,-0.00852,0.0328,-0.01077],[0.00029,-0.00027,-0.0026,-0.00138,0.00535,0.00506,0.01734,-0.00983,0.00157,0.0095,0.00519,0.00358,0.01508,-0.0154,-0.0056,0.02061,0.01371,-0.02093,-0.02144,0.02091,-0.00813,-0.02992,0.00016,-0.00643],[0.00068,0.00136,-0.00913,0.00654,-0.00053,0.0182,0.00194,0.00482,0.01937,-0.0069,0.00511,0.00441,-0.00945,-0.01001,0.00287,-0.01457,-0.00705,-0.00513,-0.00859,0.00136,0.02482,-0.01237,0.03654,-0.0131],[0.0003,-0.00011,-0.00245,-0.00186,0.00612,0.00246,0.01741,-0.00855,0.00011,0.01327,0.0038,0.00686,0.01509,-0.01477,-0.00288,0.01791,0.01006,-0.01939,-0.01901,0.02222,-0.00934,-0.02453,-0.00567,-0.00095],[0.00033,0.00137,-0.00828,0.00735,-0.00176,0.01768,0.00078,0.00446,0.01846,-0.00613,0.00697,0.00477,-0.00632,-0.0112,0.0025,-0.01395,-0.00702,-0.00498,-0.00775,0.00297,0.02178,-0.01729,0.03707,-0.01414],[0.00031,6e-05,-0.00222,-0.00231,0.00674,-0.00022,0.0171,-0.00721,-0.00138,0.01677,0.00244,0.01008,0.01503,-0.01406,-0.00015,0.01515,0.00649,-0.01769,-0.01642,0.0232,-0.01085,-0.01993,-0.01069,0.00398],[-0.0,0.00136,-0.00757,0.00808,-0.00271,0.01731,0.00037,0.00382,0.0176,-0.00482,0.00885,0.00535,-0.00276,-0.01291,0.00209,-0.01283,-0.00679,-0.00556,-0.00768,0.00565,0.01869,-0.02226,0.0365,-0.01464],[0.00031,0.00023,-0.00192,-0.00268,0.00717,-0.0029,0.01642,-0.00585,-0.00291,0.02005,0.00115,0.01324,0.01498,-0.01333,0.00255,0.01238,0.00289,-0.01583,-0.01354,0.02412,-0.01283,-0.01586,-0.01559,0.00866],[-0.00034,0.00134,-0.00687,0.00885,-0.00367,0.01706,-1e-05,0.00313,0.01676,-0.00356,0.01077,0.00583,0.00083,-0.01464,0.00162,-0.01167,-0.00653,-0.00616,-0.00758,0.00843,0.01551,-0.02713,0.03561,-0.015],[0.0003,0.00039,-0.00159,-0.00298,0.00741,-0.00552,0.01541,-0.00445,-0.00447,0.02306,-8e-05,0.01627,0.01487,-0.01242,0.00519,0.00947,-0.00086,-0.01364,-0.01013,0.02481,-0.01506,-0.0115,-0.02084,0.01337],[-0.00068,0.0013,-0.0061,0.00976,-0.00498,0.01692,-0.00107,0.00261,0.01594,-0.00293,0.01274,0.0059,0.00407,-0.01591,0.00102,-0.01099,-0.00648,-0.00604,-0.00656,0.0104,0.01223,-0.03154,0.03481,-0.01547],[0.0003,0.00052,-0.00127,-0.00317,0.00749,-0.00787,0.01416,-0.003,-0.0059,0.02554,-0.00124,0.01886,0.01432,-0.01096,0.00761,0.0062,-0.00485,-0.01073,-0.00584,0.02438,-0.01657,-0.00535,-0.02628,0.01812],[-0.00105,0.00124,-0.00512,0.01098,-0.00712,0.01699,-0.004,0.00274,0.01521,-0.00416,0.01473,0.00479,0.00591,-0.01554,0.00016,-0.01192,-0.00722,-0.00356,-0.00282,0.00937,0.00966,-0.03357,0.03479,-0.01643],[0.00029,0.00059,-0.00107,-0.00325,0.00738,-0.00942,0.01285,-0.00137,-0.00672,0.02644,-0.00217,0.01998,0.0121,-0.00771,0.00921,0.00201,-0.00897,-0.006,0.00011,0.01951,-0.01407,0.00614,-0.02954,0.02195],[-0.00146,0.00108,-0.00368,0.01299,-0.01144,0.01787,-0.01194,0.00506,0.01527,-0.0114,0.01652,-0.00036,0.00206,-0.00913,-0.0016,-0.01836,-0.01055,0.00678,0.00929,-0.00341,0.01334,-0.02386,0.03883,-0.0193],[0.00093,-0.00099,-0.00677,-0.00257,0.01056,0.01806,0.03721,-0.02254,0.0088,0.00761,0.01174,-0.00281,0.02481,-0.02979,-0.01843,0.04727,0.03751,-0.04577,-0.05087,0.03238,-0.00389,-0.06243,0.01808,-0.02601],[0.00285,0.00268,-0.02287,0.00814,0.00904,0.03591,0.01936,0.00706,0.03764,-0.00265,0.0001,0.01316,-0.02175,-0.02152,0.00798,-0.02206,-0.01262,-0.02025,-0.02739,0.01948,0.05054,0.00345,0.02728,-0.00242],[0.00094,-0.00078,-0.00649,-0.00309,0.01137,0.01419,0.03646,-0.02032,0.00635,0.01316,0.00953,0.002,0.02479,-0.02846,-0.01417,0.04226,0.03086,-0.04238,-0.04551,0.03505,-0.00666,-0.05242,0.00589,-0.01615],[0.00206,0.0027,-0.01988,0.01091,0.00257,0.03551,0.00812,0.00865,0.0368,-0.01165,0.00468,0.0079,-0.02146,-0.01764,0.00546,-0.02498,-0.01153,-0.01237,-0.01916,0.00682,0.04618,-0.01081,0.04904,-0.0162],[0.00095,-0.00051,-0.00615,-0.00384,0.01244,0.00968,0.03576,-0.01768,0.00388,0.01878,0.00702,0.0071,0.02389,-0.02629,-0.00943,0.03654,0.02405,-0.0384,-0.04008,0.03527,-0.00804,-0.04149,-0.00298,-0.00696],[0.00134,0.00271,-0.01782,0.01288,-0.00111,0.03475,0.00329,0.00857,0.03536,-0.01341,0.00876,0.00671,-0.01717,-0.01781,0.00399,-0.02493,-0.01102,-0.00964,-0.01534,0.00409,0.04133,-0.02104,0.05743,-0.02205],[0.00096,-0.0002,-0.00574,-0.00467,0.01354,0.00492,0.03505,-0.01507,0.00138,0.02454,0.00454,0.01248,0.02316,-0.02445,-0.0046,0.03115,0.0176,-0.0348,-0.0352,0.03569,-0.00974,-0.03249,-0.01046,0.00128],[0.00066,0.0027,-0.01623,0.01445,-0.00341,0.03401,0.00155,0.00767,0.0338,-0.01205,0.0126,0.00715,-0.01119,-0.01989,0.00294,-0.02345,-0.01058,-0.00943,-0.01395,0.00601,0.03651,-0.02967,0.05983,-0.02452],[0.00097,0.00013,-0.00525,-0.00549,0.01453,6e-05,0.03416,-0.01258,-0.00118,0.03032,0.00216,0.01805,0.02274,-0.02302,0.00022,0.02619,0.01147,-0.03161,-0.03067,0.03666,-0.01217,-0.02541,-0.01732,0.00882],[-0.0,0.00269,-0.01487,0.01587,-0.00516,0.03339,0.00107,0.00645,0.03225,-0.00963,0.01634,0.00808,-0.00468,-0.02264,0.00203,-0.02149,-0.01017,-0.0101,-0.01348,0.00954,0.03187,-0.03739,0.05987,-0.02563],[0.00097,0.00046,-0.0047,-0.00623,0.01536,-0.00481,0.03306,-0.0102,-0.00383,0.03611,-0.0001,0.02374,0.02267,-0.02191,0.005,0.02158,0.00549,-0.02868,-0.02624,0.0383,-0.01549,-0.01957,-0.02441,0.01616],[-0.00067,0.00265,-0.01354,0.01732,-0.00693,0.03286,0.00063,0.00517,0.03068,-0.00713,0.02009,0.00898,0.00189,-0.02542,0.0011,-0.0196,-0.00988,-0.01072,-0.01281,0.01333,0.02704,-0.04473,0.05899,-0.02627],[0.00097,0.00076,-0.00413,-0.00688,0.01605,-0.00958,0.0318,-0.00795,-0.00656,0.04192,-0.00227,0.02948,0.02292,-0.02097,0.00972,0.01718,-0.00056,-0.02582,-0.0216,0.04051,-0.01959,-0.01391,-0.03253,0.02385],[-0.00135,0.0026,-0.01205,0.019,-0.00925,0.03237,-0.00091,0.00417,0.02899,-0.00535,0.0239,0.00948,0.00813,-0.02761,9e-05,-0.01844,-0.01006,-0.01025,-0.01059,0.01629,0.02158,-0.05159,0.05766,-0.02681],[0.00097,0.00103,-0.00362,-0.00742,0.01663,-0.01406,0.03052,-0.00578,-0.00928,0.04756,-0.00435,0.035,0.02316,-0.0198,0.0143,0.01268,-0.00689,-0.02263,-0.01631,0.04258,-0.02372,-0.00661,-0.04216,0.03226],[-0.00207,0.00251,-0.0102,0.02116,-0.01282,0.03182,-0.00529,0.00407,0.02704,-0.00545,0.02774,0.00896,0.01312,-0.02798,-0.00096,-0.01943,-0.01168,-0.00668,-0.0043,0.01653,0.01538,-0.05621,0.05575,-0.02723],[0.00096,0.00123,-0.00327,-0.00783,0.01712,-0.01783,0.02931,-0.00351,-0.0116,0.05227,-0.00634,0.03953,0.02221,-0.01719,0.01837,0.00721,-0.01395,-0.01773,-0.00905,0.04172,-0.0251,0.00678,-0.05294,0.04132],[-0.00286,0.00237,-0.00763,0.02423,-0.01889,0.03107,-0.01572,0.00631,0.0248,-0.00996,0.03127,0.00603,0.01416,-0.02337,-0.00188,-0.02616,-0.01719,0.00467,0.01162,0.00891,0.01009,-0.05197,0.05262,-0.02713],[0.00193,-0.00147,-0.01156,-0.00528,0.01802,0.02682,0.05627,-0.03051,0.01436,0.00971,0.01245,-0.00535,0.02725,-0.03713,-0.02504,0.06259,0.05062,-0.06203,-0.07025,0.03775,0.00476,-0.06555,0.02039,-0.02925],[0.00418,0.00421,-0.03228,0.01232,0.0106,0.04833,0.01814,0.01524,0.05072,-0.01102,-0.00417,0.01296,-0.04067,-0.01631,0.01208,-0.0403,-0.02167,-0.0139,-0.02331,0.00686,0.0709,0.02886,0.03353,0.00165],[0.00194,-0.00114,-0.01107,-0.00613,0.01924,0.02065,0.05495,-0.0268,0.01062,0.01781,0.00915,0.00179,0.02648,-0.03393,-0.01853,0.05426,0.04031,-0.05571,-0.06115,0.03871,0.00193,-0.04885,0.00527,-0.01517],[0.00305,0.00414,-0.02865,0.0161,0.00304,0.04889,0.00808,0.01379,0.04927,-0.01769,0.00392,0.00886,-0.03243,-0.01919,0.00735,-0.03629,-0.01652,-0.01229,-0.02017,0.00542,0.05868,-0.00348,0.05354,-0.01622],[0.00195,-0.00072,-0.01046,-0.00718,0.0205,0.01415,0.05331,-0.02291,0.00719,0.02506,0.00579,0.0087,0.02494,-0.0306,-0.01196,0.04604,0.03095,-0.04956,-0.05318,0.03798,-1e-05,-0.03538,-0.00441,-0.00419],[0.00199,0.00411,-0.02591,0.0189,-0.00167,0.04851,0.00348,0.01225,0.0474,-0.01862,0.0105,0.00785,-0.02391,-0.02203,0.00452,-0.03317,-0.01402,-0.01175,-0.01808,0.00577,0.05072,-0.0219,0.06384,-0.02494],[0.00197,-0.00026,-0.00977,-0.00831,0.02179,0.00751,0.05171,-0.01919,0.00386,0.03226,0.00255,0.01583,0.02364,-0.02797,-0.00546,0.03861,0.02244,-0.04432,-0.04644,0.03773,-0.00224,-0.02523,-0.01185,0.00502],[0.00098,0.00409,-0.02372,0.02114,-0.00475,0.0478,0.00199,0.01048,0.04539,-0.01644,0.01634,0.00842,-0.01493,-0.02537,0.00265,-0.03021,-0.01274,-0.0122,-0.01707,0.00838,0.04458,-0.0342,0.06809,-0.02894],[0.00198,0.00022,-0.00901,-0.00946,0.02305,0.0008,0.05017,-0.01574,0.00053,0.03967,-0.00056,0.02328,0.02287,-0.02611,0.00096,0.03203,0.01455,-0.04001,-0.04064,0.03858,-0.00523,-0.01766,-0.01863,0.01336],[-0.0,0.00406,-0.0218,0.02316,-0.00711,0.04703,0.0019,0.00857,0.04332,-0.01289,0.02186,0.00967,-0.00572,-0.02905,0.00121,-0.02736,-0.01204,-0.01308,-0.01648,0.01226,0.03908,-0.04389,0.06911,-0.03073],[0.00198,0.00069,-0.00821,-0.01055,0.02423,-0.00592,0.04871,-0.01255,-0.00292,0.0474,-0.00356,0.03107,0.0227,-0.02488,0.00736,0.02614,0.00695,-0.03641,-0.03539,0.04071,-0.0092,-0.01157,-0.026,0.02171],[-0.00099,0.00402,-0.01991,0.0252,-0.00945,0.04622,0.00187,0.00668,0.04111,-0.00897,0.02731,0.01112,0.00357,-0.03274,-7e-05,-0.02478,-0.01176,-0.01376,-0.0154,0.01657,0.03324,-0.05266,0.06838,-0.03149],[0.00198,0.00115,-0.00742,-0.01157,0.02536,-0.0126,0.04734,-0.00957,-0.00654,0.05556,-0.00652,0.03916,0.02313,-0.02404,0.01381,0.02069,-0.00077,-0.03322,-0.03024,0.04418,-0.01427,-0.00564,-0.03523,0.03096],[-0.002,0.00396,-0.01781,0.0275,-0.01241,0.04525,0.00058,0.00506,0.03854,-0.00535,0.0328,0.01253,0.01284,-0.03605,-0.00125,-0.02292,-0.01218,-0.01338,-0.01251,0.02074,0.02595,-0.06125,0.06619,-0.03161],[0.00198,0.00156,-0.00671,-0.01249,0.02648,-0.01913,0.04612,-0.00672,-0.01036,0.06413,-0.00952,0.04745,0.02398,-0.02327,0.02039,0.01521,-0.0091,-0.02996,-0.02453,0.04872,-0.02027,0.00209,-0.04786,0.04207],[-0.00305,0.00389,-0.01524,0.03035,-0.01673,0.04381,-0.00368,0.00423,0.03523,-0.00266,0.03832,0.01377,0.0219,-0.03829,-0.00213,-0.0228,-0.01422,-0.0105,-0.00565,0.02431,0.01572,-0.06945,0.06154,-0.03071],[0.00198,0.0019,-0.00617,-0.01328,0.02762,-0.02534,0.04493,-0.0038,-0.01428,0.07286,-0.01272,0.05567,0.02454,-0.02179,0.02719,0.00875,-0.01891,-0.02554,-0.01687,0.05322,-0.0263,0.01538,-0.06594,0.05617],[-0.00419,0.0038,-0.01182,0.03407,-0.02338,0.04126,-0.01348,0.00507,0.03051,-0.00149,0.0437,0.01489,0.03045,-0.03843,-0.00207,-0.02637,-0.01989,-0.00274,0.00873,0.02703,3e-05,-0.076,0.05123,-0.02723],[0.00327,-0.00201,-0.01702,-0.00848,0.02571,0.03606,0.07291,-0.03602,0.02077,0.00744,0.01072,-0.01089,0.023,-0.03862,-0.0309,0.0715,0.0606,-0.07149,-0.0828,0.03345,0.01672,-0.05674,0.02249,-0.03005],[0.00546,0.00583,-0.04054,0.01658,0.01069,0.05774,0.01216,0.02399,0.05964,-0.02098,-0.00939,0.01021,-0.05845,-0.00725,0.01535,-0.05712,-0.02945,-0.00341,-0.01369,-0.00806,0.08093,0.05241,0.03299,0.00628],[0.00328,-0.0015,-0.01626,-0.00974,0.02734,0.02731,0.07085,-0.03059,0.01574,0.01785,0.00629,-0.00144,0.02096,-0.0329,-0.02201,0.05949,0.04658,-0.06166,-0.06975,0.03103,0.01474,-0.03299,0.00701,-0.01272],[0.004,0.00569,-0.03649,0.02107,0.00286,0.05885,0.00505,0.01965,0.05754,-0.02352,0.00143,0.00837,-0.0431,-0.01603,0.00909,-0.04681,-0.02127,-0.00815,-0.01572,7e-05,0.06413,0.01015,0.04906,-0.01196],[0.00329,-0.00093,-0.01537,-0.01113,0.02886,0.01876,0.06839,-0.0255,0.01138,0.02682,0.00223,0.00739,0.01893,-0.02861,-0.01371,0.04906,0.03488,-0.05354,-0.05953,0.02941,0.01249,-0.01783,-0.00253,-0.00076],[0.00262,0.00562,-0.03328,0.0245,-0.00227,0.05883,0.00211,0.01634,0.05529,-0.02235,0.0102,0.00827,-0.03006,-0.02208,0.00512,-0.04011,-0.01687,-0.01081,-0.01638,0.00483,0.05379,-0.01451,0.05897,-0.0219],[0.00331,-0.00031,-0.01438,-0.01259,0.03034,0.01032,0.06599,-0.02084,0.00737,0.0354,-0.00156,0.01625,0.0173,-0.0256,-0.00579,0.04007,0.02475,-0.04707,-0.05143,0.02888,0.00989,-0.00786,-0.00913,0.00839],[0.0013,0.00558,-0.03063,0.0273,-0.00574,0.05827,0.00175,0.01346,0.05295,-0.01876,0.0179,0.00929,-0.01788,-0.02718,0.00249,-0.03525,-0.01462,-0.01268,-0.01657,0.0092,0.04654,-0.03019,0.06389,-0.02691],[0.00332,0.00032,-0.01334,-0.01406,0.03182,0.00192,0.06385,-0.01658,0.00346,0.04417,-0.0052,0.02543,0.01624,-0.02365,0.00193,0.03231,0.01558,-0.042,-0.04484,0.0297,0.0067,-0.00098,-0.01484,0.0164],[-0.0,0.00553,-0.02826,0.02981,-0.00841,0.05743,0.00263,0.01073,0.05048,-0.01383,0.02509,0.01098,-0.00598,-0.03203,0.00059,-0.0313,-0.01352,-0.01418,-0.0164,0.01388,0.04035,-0.0417,0.06541,-0.02918],[0.00333,0.00095,-0.01228,-0.01551,0.03331,-0.0065,0.062,-0.01265,-0.00056,0.05349,-0.00881,0.0351,0.01586,-0.02247,0.00967,0.02544,0.00676,-0.03795,-0.03916,0.03219,0.00259,0.00448,-0.0214,0.02461],[-0.0013,0.00549,-0.02592,0.03232,-0.01101,0.05639,0.00356,0.00809,0.04774,-0.00822,0.03208,0.01316,0.00593,-0.03684,-0.00091,-0.02789,-0.01315,-0.0153,-0.01541,0.01896,0.03367,-0.05172,0.06455,-0.02989],[0.00333,0.00156,-0.01125,-0.01691,0.03484,-0.015,0.06044,-0.00894,-0.00488,0.06365,-0.0125,0.04536,0.01625,-0.0218,0.01765,0.01905,-0.00236,-0.0345,-0.03375,0.03669,-0.00284,0.01008,-0.03073,0.0344],[-0.00262,0.00544,-0.02333,0.03511,-0.01423,0.05495,0.00334,0.00566,0.04441,-0.00229,0.03904,0.01583,0.01821,-0.04158,-0.0021,-0.02501,-0.01358,-0.01568,-0.01272,0.02473,0.02483,-0.06194,0.06139,-0.02937],[0.00333,0.00213,-0.0103,-0.01823,0.03647,-0.02362,0.0591,-0.00533,-0.00969,0.07492,-0.01646,0.05635,0.01745,-0.02142,0.02622,0.01257,-0.01258,-0.03113,-0.0278,0.04364,-0.01026,0.01761,-0.0454,0.04734],[-0.004,0.00538,-0.02019,0.03843,-0.01878,0.0527,0.0005,0.00371,0.03993,0.00391,0.04607,0.01925,0.03142,-0.04622,-0.00275,-0.02295,-0.01544,-0.01471,-0.00696,0.03212,0.01143,-0.07375,0.0546,-0.02711],[0.00334,0.00264,-0.00951,-0.01944,0.03824,-0.03244,0.05772,-0.00162,-0.01521,0.08756,-0.02095,0.06829,0.0194,-0.02112,0.03586,0.0051,-0.02506,-0.02722,-0.02012,0.05371,-0.02085,0.02943,-0.0695,0.06568],[-0.00546,0.00534,-0.01616,0.04259,-0.02539,0.04884,-0.00684,0.00264,0.03335,0.0109,0.05318,0.02421,0.04681,-0.0511,-0.00219,-0.02219,-0.01993,-0.01184,0.00351,0.04381,-0.01089,-0.08957,0.0406,-0.02142],[0.00491,-0.00261,-0.02301,-0.01195,0.03315,0.04576,0.08601,-0.03922,0.0275,0.0006,0.00736,-0.01959,0.01395,-0.03519,-0.03626,0.07432,0.06757,-0.07382,-0.08744,0.02201,0.02743,-0.04232,0.02342,-0.02949],[0.00668,0.00756,-0.04765,0.02084,0.00963,0.06391,0.00254,0.03253,0.06406,-0.03037,-0.01502,0.00652,-0.07248,0.0029,0.01795,-0.07014,-0.03535,0.00817,-0.00149,-0.01977,0.07942,0.069,0.02486,0.01137],[0.00493,-0.0019,-0.02193,-0.01369,0.03519,0.03429,0.0831,-0.03204,0.02124,0.0131,0.00186,-0.00786,0.01052,-0.027,-0.02501,0.05887,0.05015,-0.06057,-0.07096,0.01602,0.02669,-0.01306,0.0097,-0.01047],[0.00491,0.00738,-0.04334,0.02578,0.00212,0.06522,-0.00059,0.02586,0.0615,-0.02829,-0.00246,0.00723,-0.0522,-0.00975,0.01082,-0.05516,-0.02533,-0.00169,-0.00782,-0.00648,0.06202,0.02572,0.03731,-0.00457],[0.00494,-0.00115,-0.02072,-0.01547,0.03699,0.0236,0.07986,-0.02577,0.01604,0.02375,-0.0028,0.00298,0.00797,-0.02183,-0.01505,0.04642,0.03633,-0.05066,-0.05884,0.01322,0.02475,0.00339,0.00161,0.0016],[0.00323,0.00728,-0.03983,0.02965,-0.00292,0.06544,-0.0009,0.02093,0.05898,-0.02433,0.00798,0.00839,-0.03532,-0.01851,0.00608,-0.04543,-0.01959,-0.00742,-0.01119,0.00191,0.05088,-0.00141,0.04574,-0.01411],[0.00496,-0.00037,-0.01943,-0.01729,0.03869,0.01335,0.07675,-0.02023,0.01147,0.03369,-0.007,0.01362,0.00603,-0.01865,-0.00586,0.03617,0.02486,-0.04327,-0.04977,0.01226,0.02227,0.01278,-0.00336,0.00999],[0.0016,0.00721,-0.03687,0.03286,-0.00636,0.06501,0.00062,0.0169,0.05641,-0.01886,0.01725,0.01008,-0.02008,-0.02542,0.00289,-0.03877,-0.01655,-0.01093,-0.01289,0.00844,0.043,-0.01923,0.05022,-0.01931],[0.00497,0.00042,-0.01808,-0.01912,0.0404,0.0033,0.07402,-0.01524,0.00714,0.04371,-0.01104,0.02454,0.00468,-0.01683,0.00298,0.0275,0.0147,-0.03776,-0.04275,0.01297,0.01926,0.01851,-0.00736,0.01695],[0.0,0.00716,-0.03418,0.03573,-0.00899,0.06417,0.00306,0.01328,0.05367,-0.01227,0.02591,0.01237,-0.00556,-0.03164,0.00067,-0.03372,-0.01508,-0.01334,-0.01349,0.01442,0.03623,-0.03227,0.0515,-0.02171],[0.00498,0.00122,-0.01674,-0.02094,0.04216,-0.00676,0.07174,-0.0106,0.00273,0.05443,-0.01516,0.03604,0.00401,-0.0159,0.01188,0.01983,0.00492,-0.03349,-0.03693,0.0157,0.01537,0.0228,-0.01248,0.02429],[-0.00159,0.00711,-0.0315,0.03859,-0.01154,0.06295,0.00552,0.00978,0.05056,-0.00479,0.03427,0.01539,0.00884,-0.03776,-0.00094,-0.02943,-0.01452,-0.01522,-0.01305,0.02053,0.02883,-0.04348,0.05022,-0.02222],[0.00499,0.002,-0.01542,-0.02273,0.04406,-0.01706,0.06988,-0.00615,-0.00212,0.06637,-0.01955,0.04842,0.00423,-0.01555,0.0213,0.01261,-0.00542,-0.02989,-0.03149,0.02122,0.00981,0.02735,-0.02119,0.0338],[-0.00321,0.00707,-0.02854,0.0417,-0.01466,0.06116,0.00706,0.00637,0.04669,0.00361,0.0425,0.01942,0.0238,-0.04409,-0.00205,-0.02536,-0.01472,-0.0168,-0.01122,0.02773,0.01896,-0.05505,0.04634,-0.02109],[0.005,0.00275,-0.01419,-0.02448,0.04616,-0.02784,0.06824,-0.0017,-0.00783,0.08011,-0.02446,0.06206,0.00562,-0.01566,0.0318,0.00516,-0.0174,-0.02645,-0.02553,0.03064,0.00118,0.0336,-0.03691,0.04763],[-0.00489,0.00703,-0.02502,0.04535,-0.01901,0.05836,0.00661,0.00311,0.04144,0.01331,0.05076,0.02496,0.04039,-0.051,-0.00254,-0.02117,-0.01592,-0.01815,-0.00747,0.03789,0.00413,-0.06933,0.03881,-0.01788],[0.00501,0.00346,-0.01309,-0.02615,0.04853,-0.03942,0.06648,0.00294,-0.01486,0.09641,-0.03022,0.07761,0.00871,-0.01643,0.04422,-0.00333,-0.03233,-0.02285,-0.01804,0.04594,-0.01329,0.0427,-0.06488,0.06877],[-0.00666,0.00702,-0.02059,0.04979,-0.02521,0.05379,0.0029,0.00011,0.03381,0.0253,0.05926,0.03297,0.06059,-0.05939,-0.00197,-0.01627,-0.01867,-0.01974,-0.00142,0.05469,-0.01982,-0.09007,0.02497,-0.01129],[0.00685,-0.00328,-0.02939,-0.01553,0.03997,0.05562,0.09474,-0.04032,0.03373,-0.01017,0.00316,-0.03103,0.00248,-0.02806,-0.04109,0.07168,0.07141,-0.06932,-0.08373,0.00711,0.03262,-0.02783,0.02131,-0.0278],[0.00785,0.00943,-0.05359,0.02502,0.00764,0.06659,-0.00977,0.04038,0.06387,-0.03765,-0.02079,0.00313,-0.08152,0.01243,0.02007,-0.07762,-0.03902,0.0185,0.01063,-0.02543,0.06765,0.07691,0.01017,0.01681],[0.00687,-0.00235,-0.02794,-0.01778,0.0424,0.04142,0.09091,-0.0315,0.02642,0.00416,-0.00324,-0.01704,-0.00221,-0.01791,-0.02765,0.05343,0.05119,-0.05319,-0.06477,-0.00175,0.03342,0.00435,0.01124,-0.00903],[0.00578,0.00923,-0.04915,0.03019,0.00089,0.0679,-0.00834,0.03205,0.06118,-0.03119,-0.00751,0.00618,-0.05875,-0.00191,0.01261,-0.05988,-0.02817,0.00523,0.00128,-0.01167,0.0529,0.03964,0.02024,0.00471],[0.00689,-0.00141,-0.02638,-0.02,0.04448,0.02856,0.08689,-0.02411,0.02055,0.01632,-0.00837,-0.00421,-0.00537,-0.01203,-0.01618,0.03932,0.03563,-0.04183,-0.05136,-0.00601,0.03248,0.02147,0.00598,0.00211],[0.00381,0.0091,-0.04549,0.03431,-0.0036,0.06824,-0.00539,0.02587,0.05859,-0.02434,0.00402,0.00857,-0.03916,-0.01232,0.00746,-0.04826,-0.02181,-0.00268,-0.00411,-0.00147,0.04261,0.01394,0.027,-0.00323],[0.00691,-0.00044,-0.02474,-0.02222,0.04642,0.01651,0.0831,-0.01773,0.01558,0.02749,-0.01287,0.00825,-0.00769,-0.00885,-0.00588,0.02808,0.02312,-0.03388,-0.04178,-0.0078,0.03075,0.03023,0.00354,0.0091],[0.0019,0.00902,-0.04236,0.03775,-0.00661,0.06792,-0.00144,0.02088,0.05593,-0.01681,0.01454,0.01094,-0.02135,-0.02066,0.00394,-0.04043,-0.01842,-0.00746,-0.00703,0.00687,0.03478,-0.00422,0.03038,-0.00787],[0.00693,0.00054,-0.02307,-0.02444,0.04834,0.00482,0.07979,-0.01204,0.01102,0.03865,-0.01721,0.02091,-0.00939,-0.00737,0.00392,0.01872,0.01226,-0.02827,-0.03472,-0.00755,0.02837,0.03471,0.00186,0.0145],[2e-05,0.00896,-0.03948,0.04085,-0.00887,0.0671,0.00302,0.01641,0.05306,-0.00845,0.02446,0.01381,-0.0045,-0.02817,0.00155,-0.03462,-0.01676,-0.01068,-0.0084,0.01415,0.02771,-0.01807,0.0309,-0.01004],[0.00694,0.00151,-0.0214,-0.02666,0.05037,-0.00688,0.07705,-0.00673,0.00639,0.0506,-0.02176,0.03424,-0.01041,-0.0069,0.01384,0.01044,0.00179,-0.02407,-0.02907,-0.00477,0.02493,0.03745,-0.00131,0.02039],[-0.00186,0.00892,-0.03659,0.04392,-0.01103,0.0658,0.00745,0.01205,0.04975,0.0009,0.03401,0.01766,0.01204,-0.03558,-4e-05,-0.02964,-0.01602,-0.01337,-0.00864,0.02109,0.01987,-0.03008,0.02906,-0.01029],[0.00695,0.00248,-0.01977,-0.02888,0.05261,-0.01899,0.07477,-0.00152,0.00116,0.06412,-0.02679,0.0487,-0.01045,-0.00705,0.02455,0.0025,-0.00954,-0.02053,-0.02389,0.00171,0.01938,0.04015,-0.00873,0.02886],[-0.00377,0.00888,-0.03342,0.04723,-0.01373,0.06383,0.01131,0.00759,0.04563,0.01162,0.04329,0.02296,0.02904,-0.04337,-0.00103,-0.0246,-0.01581,-0.01615,-0.00788,0.02885,0.0097,-0.04239,0.02503,-0.0088],[0.00696,0.00342,-0.0182,-0.03108,0.05515,-0.03195,0.0727,0.00382,-0.00527,0.08007,-0.03257,0.06491,-0.00896,-0.00778,0.03685,-0.0058,-0.02301,-0.01711,-0.01823,0.01358,0.0098,0.0439,-0.0242,0.04241],[-0.00574,0.00886,-0.02967,0.05104,-0.01754,0.06078,0.01392,0.003,0.0401,0.02437,0.05245,0.03029,0.04775,-0.05201,-0.00143,-0.01864,-0.01611,-0.01954,-0.0062,0.03966,-0.00472,-0.05737,0.01834,-0.00524],[0.00698,0.00435,-0.01674,-0.03326,0.05809,-0.0463,0.07041,0.0095,-0.01364,0.09956,-0.03946,0.08379,-0.00506,-0.00948,0.05182,-0.01523,-0.04008,-0.01363,-0.01118,0.0335,-0.00741,0.04902,-0.05336,0.0644],[-0.0078,0.00887,-0.02502,0.05562,-0.02302,0.056,0.01456,-0.00176,0.03225,0.0403,0.0618,0.04051,0.07025,-0.06235,-0.00111,-0.01057,-0.01702,-0.02439,-0.00405,0.05721,-0.02607,-0.0785,0.00777,0.00112],[0.00908,-0.00402,-0.03601,-0.01906,0.04587,0.06516,0.0985,-0.03957,0.03856,-0.02376,-0.00114,-0.0444,-0.00893,-0.01849,-0.04517,0.06457,0.07198,-0.05876,-0.07197,-0.00717,0.02926,-0.01745,0.01436,-0.0247],[0.00895,0.01145,-0.05833,0.02906,0.00486,0.0657,-0.02391,0.04718,0.05928,-0.04187,-0.02663,0.00094,-0.08537,0.02033,0.02178,-0.07809,-0.03999,0.02558,0.02001,-0.02431,0.04867,0.07648,-0.00855,0.02221],[0.0091,-0.00286,-0.03415,-0.02185,0.04865,0.04836,0.09373,-0.02934,0.03047,-0.00796,-0.00818,-0.02828,-0.01467,-0.00714,-0.0299,0.04439,0.04975,-0.04057,-0.05177,-0.01794,0.03197,0.01479,0.00968,-0.00831],[0.00661,0.01125,-0.0539,0.03424,-0.00073,0.06692,-0.01761,0.0379,0.05684,-0.0317,-0.01352,0.00577,-0.06233,0.00624,0.01438,-0.05961,-0.0292,0.01089,0.00928,-0.01398,0.03851,0.04957,0.00046,0.01448],[0.00912,-0.00169,-0.03219,-0.02455,0.051,0.0334,0.08891,-0.02093,0.02418,0.00541,-0.01359,-0.01352,-0.01848,-0.00092,-0.01719,0.02916,0.03302,-0.02837,-0.03791,-0.0238,0.03275,0.03172,0.00862,0.00074],[0.00436,0.01111,-0.05022,0.03843,-0.00429,0.06731,-0.01108,0.03098,0.05441,-0.02225,-0.00145,0.00901,-0.04125,-0.00457,0.0091,-0.04763,-0.02303,0.00219,0.00306,-0.00386,0.03027,0.02833,0.00577,0.00879],[0.00914,-0.00052,-0.03018,-0.02721,0.05315,0.01959,0.08445,-0.01379,0.01905,0.01761,-0.01825,0.00071,-0.02128,0.00202,-0.006,0.01731,0.0199,-0.02038,-0.02847,-0.02692,0.03245,0.03978,0.00961,0.00569],[0.00218,0.01103,-0.04704,0.04195,-0.00652,0.06706,-0.00438,0.02537,0.05184,-0.01282,0.01001,0.0118,-0.02151,-0.01362,0.00546,-0.03965,-0.01987,-0.003,-0.00031,0.00552,0.02316,0.01164,0.0078,0.00524],[0.00916,0.00065,-0.02815,-0.02985,0.05529,0.00631,0.08057,-0.00744,0.01448,0.02971,-0.02279,0.01507,-0.02341,0.00295,0.00454,0.00755,0.00871,-0.01511,-0.02186,-0.02763,0.03117,0.04301,0.01083,0.00905],[3e-05,0.01097,-0.04411,0.04514,-0.00807,0.06629,0.00238,0.02025,0.04898,-0.00285,0.02102,0.01507,-0.00275,-0.02203,0.00307,-0.03376,-0.01836,-0.00653,-0.002,0.01367,0.01619,-0.002,0.0073,0.00355],[0.00918,0.00182,-0.02613,-0.0325,0.05756,-0.00698,0.07731,-0.00146,0.00984,0.04269,-0.02766,0.03015,-0.02481,0.00275,0.01527,-0.00114,-0.00213,-0.01135,-0.01678,-0.02514,0.02843,0.04392,0.01015,0.01296],[-0.00212,0.01092,-0.04115,0.04827,-0.00956,0.06501,0.00907,0.0151,0.04567,0.00816,0.03161,0.01957,0.01541,-0.0305,0.00159,-0.02859,-0.01754,-0.00969,-0.00267,0.02068,0.00831,-0.01413,0.00502,0.00349],[0.0092,0.00298,-0.02413,-0.03516,0.06011,-0.02087,0.07455,0.00451,0.00445,0.05752,-0.03321,0.04658,-0.02513,0.00189,0.02705,-0.00961,-0.0141,-0.00814,-0.01219,-0.01789,0.02309,0.04403,0.00482,0.0196],[-0.0043,0.0109,-0.0379,0.05163,-0.01153,0.06303,0.01556,0.00964,0.04159,0.0208,0.04172,0.0259,0.03358,-0.03943,0.00079,-0.02308,-0.01688,-0.01328,-0.00268,0.02753,-0.0015,-0.02632,0.00149,0.00495],[0.00921,0.00415,-0.02219,-0.03785,0.06305,-0.03595,0.07196,0.01076,-0.00246,0.07528,-0.03973,0.06514,-0.02366,0.00044,0.04087,-0.01857,-0.02869,-0.00488,-0.00719,-0.00375,0.01301,0.0441,-0.00891,0.03151],[-0.00654,0.01089,-0.03408,0.05548,-0.01452,0.06002,0.02163,0.00378,0.03627,0.03591,0.05143,0.03463,0.05289,-0.04909,0.00048,-0.01615,-0.01621,-0.01797,-0.00249,0.03636,-0.01415,-0.04034,-0.00293,0.00811],[0.00923,0.00531,-0.02031,-0.04057,0.0665,-0.05297,0.06902,0.01753,-0.01186,0.09733,-0.04751,0.08691,-0.01928,-0.00208,0.05796,-0.02873,-0.04743,-0.00134,-0.00092,0.02013,-0.0055,0.04402,-0.03639,0.05206],[-0.00888,0.01091,-0.02938,0.06007,-0.01901,0.05546,0.02703,-0.0025,0.02894,0.05462,0.06099,0.04637,0.07518,-0.05994,0.0005,-0.00631,-0.01545,-0.02459,-0.003,0.05047,-0.03039,-0.05849,-0.00803,0.01329],[0.01156,-0.00482,-0.04271,-0.02243,0.05058,0.07386,0.09694,-0.03734,0.04107,-0.03881,-0.00486,-0.05868,-0.01804,-0.0077,-0.04822,0.05438,0.06918,-0.04342,-0.05332,-0.01696,0.01607,-0.01365,0.00144,-0.0197],[0.00999,0.01367,-0.06183,0.03289,0.0014,0.06134,-0.039,0.05259,0.05079,-0.04259,-0.03261,0.00059,-0.08472,0.02591,0.02304,-0.07019,-0.03762,0.0276,0.02401,-0.01744,0.02666,0.06926,-0.02771,0.02684],[0.01159,-0.00341,-0.04039,-0.02578,0.05366,0.0547,0.09123,-0.02598,0.0326,-0.02202,-0.01219,-0.04061,-0.02463,0.00399,-0.03161,0.03327,0.0459,-0.02419,-0.03324,-0.02878,0.02125,0.01604,0.00376,-0.00775],[0.0074,0.01347,-0.05754,0.03791,-0.0027,0.06246,-0.0278,0.04311,0.04897,-0.02964,-0.02039,0.00634,-0.06309,0.01375,0.01592,-0.05315,-0.02775,0.01376,0.01397,-0.01311,0.02149,0.05435,-0.01882,0.02318],[0.01162,-0.00201,-0.03801,-0.02897,0.05623,0.03783,0.08564,-0.01673,0.02624,-0.00782,-0.01766,-0.02408,-0.02909,0.01003,-0.01804,0.01762,0.02871,-0.01196,-0.02,-0.03636,0.0245,0.03188,0.0081,-0.00196],[0.00489,0.01333,-0.05398,0.04199,-0.00499,0.06285,-0.01758,0.03609,0.04694,-0.01821,-0.0082,0.00975,-0.04153,0.00384,0.0107,-0.0426,-0.02266,0.00603,0.00858,-0.00437,0.01577,0.03929,-0.01477,0.01996],[0.01164,-0.00063,-0.0356,-0.03209,0.05857,0.02238,0.0805,-0.0089,0.02126,0.00508,-0.02231,-0.00825,-0.0324,0.01238,-0.0063,0.00566,0.01556,-0.0046,-0.01151,-0.04132,0.02632,0.03912,0.01333,0.0003],[0.00246,0.01324,-0.05089,0.04544,-0.00612,0.06266,-0.00805,0.03031,0.04461,-0.0073,0.00398,0.01246,-0.02046,-0.00504,0.00712,-0.03582,-0.02047,0.00169,0.00591,0.00539,0.00983,0.02551,-0.0142,0.01777],[0.01166,0.00075,-0.03318,-0.03519,0.0609,0.00761,0.07603,-0.00192,0.01694,0.01784,-0.02689,0.00762,-0.03496,0.01252,0.00465,-0.00413,0.00452,-0.00023,-0.00595,-0.04354,0.02664,0.04116,0.018,0.00119],[5e-05,0.01319,-0.04803,0.04856,-0.00668,0.06197,0.00109,0.02484,0.04191,0.00391,0.01598,0.01575,-0.00025,-0.01379,0.00485,-0.03078,-0.01958,-0.00132,0.00468,0.01381,0.00337,0.01314,-0.01575,0.01667],[0.01169,0.00213,-0.03076,-0.03828,0.0634,-0.00719,0.07223,0.00473,0.01256,0.03154,-0.03194,0.02423,-0.03673,0.01144,0.01586,-0.01298,-0.00625,0.00267,-0.00191,-0.04177,0.02494,0.04008,0.02029,0.00262],[-0.00236,0.01315,-0.04513,0.05162,-0.00721,0.06079,0.01011,0.01908,0.03877,0.01613,0.02752,0.02057,0.01896,-0.02291,0.00359,-0.02612,-0.01889,-0.00432,0.00419,0.01985,-0.00417,0.00171,-0.01825,0.01659],[0.01171,0.00351,-0.02837,-0.04142,0.06623,-0.02273,0.06893,0.01147,0.0073,0.04731,-0.03783,0.04236,-0.03731,0.00971,0.02835,-0.02175,-0.01846,0.00524,0.00169,-0.03404,0.02011,0.03704,0.01785,0.00658],[-0.00479,0.01313,-0.04195,0.0549,-0.0082,0.05899,0.0193,0.01271,0.03501,0.03011,0.03833,0.02761,0.03737,-0.03254,0.00305,-0.02088,-0.01783,-0.00809,0.00408,0.02393,-0.01321,-0.00957,-0.0206,0.01748],[0.01172,0.00491,-0.02602,-0.04461,0.06951,-0.03979,0.06575,0.01865,0.00023,0.06637,-0.04486,0.0629,-0.03593,0.00742,0.04326,-0.03113,-0.03371,0.00818,0.00565,-0.01791,0.01022,0.03248,0.00739,0.01545],[-0.00729,0.01314,-0.0382,0.05864,-0.01012,0.05627,0.02894,0.00569,0.03032,0.04674,0.04825,0.03736,0.05574,-0.04258,0.00292,-0.01402,-0.0162,-0.01311,0.00385,0.02792,-0.0236,-0.02159,-0.02167,0.01938],[0.01174,0.00632,-0.02369,-0.04788,0.07339,-0.05925,0.06209,0.02653,-0.00979,0.09021,-0.05322,0.08705,-0.03134,0.00414,0.06192,-0.0417,-0.05355,0.01177,0.01068,0.00942,-0.00802,0.02608,-0.01564,0.03222],[-0.00988,0.01316,-0.03361,0.0631,-0.0134,0.05223,0.03922,-0.00189,0.02415,0.0671,0.05739,0.05012,0.0755,-0.05282,0.00277,-0.00404,-0.01396,-0.01991,0.00242,0.03479,-0.03419,-0.03519,-0.01994,0.02237],[0.0143,-0.00567,-0.04933,-0.02551,0.05387,0.08119,0.08996,-0.03409,0.04043,-0.05383,-0.00748,-0.07259,-0.02311,0.00317,-0.04987,0.04304,0.06316,-0.0251,-0.0299,-0.0192,-0.00619,-0.01703,-0.01745,-0.01228],[0.01097,0.01608,-0.06408,0.03646,-0.0027,0.0538,-0.05417,0.05621,0.03919,-0.0398,-0.03894,0.00254,-0.081,0.02869,0.02363,-0.05262,-0.03101,0.02296,0.0201,-0.00755,0.00613,0.05737,-0.0431,0.02963],[0.01433,-0.004,-0.04652,-0.02941,0.05715,0.06005,0.08336,-0.02195,0.0321,-0.03663,-0.01469,-0.05283,-0.0304,0.01428,-0.03252,0.02196,0.03983,-0.00595,-0.01134,-0.03152,0.00217,0.00812,-0.00678,-0.00657],[0.00814,0.01589,-0.06006,0.04116,-0.00498,0.05485,-0.03826,0.0474,0.03829,-0.02518,-0.02811,0.00803,-0.06178,0.01991,0.01684,-0.03941,-0.02304,0.0125,0.0133,-0.01005,0.00487,0.05365,-0.03408,0.02925],[0.01436,-0.00236,-0.04369,-0.03312,0.05989,0.04152,0.07703,-0.01206,0.02612,-0.02208,-0.01992,-0.03481,-0.03546,0.01952,-0.01859,0.00665,0.023,0.00537,0.00016,-0.04097,0.00866,0.02214,0.00387,-0.00505],[0.0054,0.01577,-0.05673,0.04498,-0.0057,0.05523,-0.02448,0.04102,0.03687,-0.01257,-0.01604,0.01068,-0.0403,0.01216,0.01183,-0.03244,-0.0201,0.00781,0.01083,-0.00284,0.00135,0.04519,-0.03147,0.02842],[0.01439,-0.00075,-0.04084,-0.03672,0.06239,0.02464,0.07124,-0.00363,0.02164,-0.00888,-0.02433,-0.01771,-0.03921,0.02092,-0.0068,-0.00481,0.01049,0.01134,0.0068,-0.0482,0.01331,0.02853,0.01392,-0.00601],[0.00272,0.01568,-0.05386,0.0482,-0.00546,0.05508,-0.01222,0.03562,0.03491,-0.00079,-0.0032,0.01262,-0.01825,0.00439,0.00844,-0.02845,-0.01977,0.00585,0.01038,0.00726,-0.00328,0.03517,-0.03257,0.0277],[0.01441,0.00085,-0.038,-0.04028,0.0649,0.00854,0.06617,0.00401,0.01791,0.00415,-0.02875,-0.00073,-0.04205,0.02003,0.00408,-0.01423,0.00013,0.01421,0.0106,-0.05238,0.01582,0.02956,0.02237,-0.00792],[7e-05,0.01563,-0.05121,0.05111,-0.00477,0.05448,-0.00086,0.03019,0.03246,0.0111,0.00981,0.01538,0.00309,-0.00403,0.00642,-0.02529,-0.0201,0.00444,0.01059,0.01554,-0.00887,0.025,-0.0352,0.02719],[0.01444,0.00245,-0.03517,-0.04384,0.0676,-0.00759,0.06181,0.01139,0.01412,0.01818,-0.03376,0.01696,-0.04401,0.01791,0.01525,-0.02295,-0.0101,0.01579,0.0131,-0.05169,0.01561,0.02656,0.02798,-0.00936],[-0.00257,0.01561,-0.04851,0.05397,-0.0041,0.05348,0.01032,0.02408,0.0296,0.02393,0.02235,0.02007,0.02288,-0.01334,0.00547,-0.02191,-0.01986,0.00235,0.01104,0.01956,-0.0157,0.01507,-0.03765,0.02681],[0.01446,0.00406,-0.03236,-0.04746,0.07067,-0.0246,0.05795,0.01897,0.00933,0.03441,-0.03977,0.03629,-0.04471,0.01519,0.02793,-0.03181,-0.02208,0.0174,0.0153,-0.04372,0.0118,0.02011,0.02906,-0.0088],[-0.00525,0.0156,-0.04552,0.05703,-0.0039,0.05199,0.02205,0.01696,0.02636,0.03854,0.0338,0.02744,0.04071,-0.02329,0.00528,-0.01775,-0.01846,-0.00087,0.01171,0.01893,-0.0239,0.00527,-0.0383,0.02645],[0.01449,0.00569,-0.02956,-0.05117,0.07425,-0.0434,0.05414,0.02712,0.0025,0.05415,-0.04701,0.05831,-0.0434,0.012,0.04336,-0.04133,-0.03749,0.01982,0.0178,-0.02582,0.00291,0.0103,0.02316,-0.00429],[-0.00798,0.01561,-0.04199,0.06053,-0.00455,0.04978,0.03507,0.00887,0.02262,0.05579,0.04371,0.03788,0.0568,-0.03323,0.00547,-0.01209,-0.01587,-0.00525,0.01239,0.01527,-0.0325,-0.00453,-0.03526,0.02604],[0.01451,0.00737,-0.02676,-0.05502,0.07847,-0.06499,0.04972,0.0361,-0.00763,0.07894,-0.05559,0.08418,-0.0388,0.00798,0.06292,-0.05187,-0.05785,0.02333,0.021,0.00469,-0.01345,-0.0032,0.0069,0.00657],[-0.01082,0.01564,-0.03763,0.06473,-0.00642,0.04654,0.05008,0.00011,0.01811,0.07666,0.05188,0.05139,0.07198,-0.04218,0.00542,-0.0037,-0.01228,-0.01072,0.01219,0.01143,-0.03887,-0.01398,-0.02608,0.02559],[0.01727,-0.00656,-0.0557,-0.0282,0.05547,0.08671,0.07769,-0.03052,0.03598,-0.06729,-0.00868,-0.08458,-0.02328,0.013,-0.04973,0.03322,0.05451,-0.00616,-0.0049,-0.01241,-0.03472,-0.02653,-0.04074,-0.00225],[0.01189,0.0187,-0.06506,0.03974,-0.00741,0.04357,-0.06855,0.05758,0.0255,-0.03381,-0.04595,0.00709,-0.07625,0.02822,0.02324,-0.02419,-0.01902,0.01026,0.0061,0.0011,-0.00879,0.0429,-0.05038,0.02922],[0.0173,-0.00462,-0.05238,-0.03265,0.05886,0.06404,0.07035,-0.01802,0.02843,-0.05034,-0.01526,-0.06345,-0.03113,0.0226,-0.03226,0.01281,0.03203,0.01186,0.01103,-0.02497,-0.02244,-0.00701,-0.02098,-0.00401],[0.00883,0.01853,-0.06144,0.04396,-0.00758,0.04456,-0.04837,0.0505,0.02574,-0.01878,-0.03678,0.01082,-0.05963,0.02414,0.01663,-0.01739,-0.01407,0.0058,0.0054,-0.00705,-0.00842,0.04757,-0.04182,0.03114],[0.01734,-0.00274,-0.04907,-0.03686,0.06171,0.04421,0.06335,-0.0077,0.02331,-0.03597,-0.01989,-0.04435,-0.03663,0.02646,-0.01857,-0.00151,0.01633,0.02138,0.01973,-0.03637,-0.01196,0.00489,-0.00352,-0.00745],[0.00587,0.01842,-0.05848,0.04738,-0.00648,0.04491,-0.0313,0.04557,0.02507,-0.0059,-0.02482,0.01158,-0.03822,0.01973,0.01191,-0.01661,-0.01467,0.00657,0.00846,7e-05,-0.01082,0.04502,-0.04152,0.03263],[0.01737,-0.00089,-0.04577,-0.04095,0.06435,0.02617,0.05694,0.00137,0.01976,-0.02297,-0.02379,-0.02657,-0.04053,0.02659,-0.00737,-0.01189,0.00508,0.02521,0.0236,-0.04604,-0.0037,0.01062,0.01153,-0.01187],[0.00297,0.01835,-0.05595,0.05024,-0.00462,0.04477,-0.01662,0.04117,0.02353,0.00604,-0.01118,0.01192,-0.01515,0.01404,0.0089,-0.01727,-0.01735,0.00879,0.01205,0.01149,-0.01431,0.03913,-0.04483,0.0335],[0.01739,0.00094,-0.04249,-0.04498,0.06702,0.00898,0.05128,0.00983,0.017,-0.01014,-0.02779,-0.00925,-0.04324,0.02454,0.00272,-0.02054,-0.00409,0.02602,0.02494,-0.05226,0.0017,0.01111,0.0237,-0.01662],[0.0001,0.01831,-0.05362,0.05281,-0.00245,0.04427,-0.00339,0.03626,0.02132,0.01796,0.00302,0.01349,0.00731,0.00663,0.00724,-0.01706,-0.01966,0.01015,0.01477,0.01988,-0.01863,0.03191,-0.04866,0.03356],[0.01742,0.00276,-0.03923,-0.04903,0.06992,-0.00826,0.04636,0.01817,0.01416,0.00371,-0.0325,0.00872,-0.04492,0.02135,0.01314,-0.02889,-0.01335,0.02587,0.02538,-0.0527,0.00361,0.00662,0.03255,-0.02105],[-0.00277,0.0183,-0.05125,0.05533,-0.00038,0.0435,0.00952,0.03013,0.01877,0.03072,0.01674,0.01748,0.0275,-0.00241,0.00665,-0.01562,-0.02023,0.00974,0.01684,0.02116,-0.02436,0.02427,-0.0509,0.03256],[0.01745,0.00461,-0.03597,-0.05314,0.07321,-0.02651,0.04192,0.02679,0.01024,0.01984,-0.03833,0.02848,-0.04537,0.01766,0.02528,-0.03762,-0.0247,0.02624,0.02574,-0.04443,0.00152,-0.00305,0.03741,-0.02432],[-0.00567,0.0183,-0.04858,0.05805,0.00121,0.04242,0.02335,0.02244,0.01614,0.04513,0.02897,0.02473,0.04425,-0.01242,0.00689,-0.01322,-0.01857,0.00767,0.01913,0.01405,-0.03186,0.01635,-0.0495,0.03018],[0.01748,0.00649,-0.0327,-0.05737,0.07702,-0.04675,0.03747,0.03599,0.0041,0.03959,-0.04546,0.05124,-0.04395,0.01359,0.04052,-0.047,-0.03981,0.02792,0.02634,-0.02469,-0.00541,-0.01825,0.0369,-0.02511],[-0.00863,0.01832,-0.04539,0.06118,0.002,0.04089,0.03929,0.01338,0.01355,0.06206,0.0388,0.03555,0.05705,-0.02206,0.00756,-0.00976,-0.01494,0.00473,0.02209,0.00013,-0.03988,0.00828,-0.04194,0.0262],[0.0175,0.00842,-0.0294,-0.06177,0.08149,-0.07005,0.0323,0.04608,-0.00558,0.06446,-0.05385,0.07813,-0.0394,0.00881,0.06021,-0.05707,-0.06012,0.03111,0.02708,0.00899,-0.01832,-0.03915,0.02908,-0.02181],[-0.01168,0.01836,-0.04142,0.06498,0.00169,0.03866,0.05857,0.0034,0.01102,0.08235,0.04561,0.0498,0.06594,-0.02955,0.008,-0.00457,-0.00992,0.00186,0.02545,-0.01751,-0.04509,0.00078,-0.0252,0.02068],[0.02045,-0.00747,-0.06166,-0.03039,0.0551,0.09009,0.06047,-0.02768,0.02725,-0.07775,-0.00847,-0.09271,-0.01891,0.02049,-0.04741,0.0288,0.04461,0.01027,0.01727,0.00223,-0.06497,-0.03987,-0.06479,0.00983],[0.01275,0.02153,-0.06477,0.04271,-0.0127,0.03128,-0.08129,0.05621,0.01095,-0.02526,-0.05401,0.01438,-0.07285,0.02406,0.02147,0.01582,-0.00049,-0.01145,-0.01951,0.00305,-0.01504,0.02744,-0.04558,0.024],[0.02049,-0.00526,-0.05782,-0.03537,0.05851,0.06645,0.05267,-0.0153,0.02123,-0.06166,-0.01372,-0.07056,-0.02703,0.0278,-0.03025,0.00852,0.02332,0.02672,0.03036,-0.0101,-0.04828,-0.02579,-0.0364,0.00026],[0.00949,0.02139,-0.06168,0.04632,-0.0105,0.03217,-0.05754,0.05217,0.01242,-0.01117,-0.04666,0.01453,-0.05829,0.02582,0.01449,0.01424,0.00058,-0.00779,-0.01156,-0.00784,-0.01618,0.0361,-0.0388,0.02743],[0.02052,-0.00313,-0.05402,-0.04008,0.06143,0.04572,0.04514,-0.00466,0.01752,-0.04804,-0.01733,-0.05099,-0.03261,0.02982,-0.01743,-0.0045,0.00925,0.03377,0.03552,-0.02322,-0.03311,-0.01578,-0.01231,-0.00826],[0.00632,0.0213,-0.0592,0.0492,-0.00736,0.03247,-0.03752,0.04951,0.01258,0.00111,-0.03447,0.01218,-0.03622,0.02596,0.01034,0.00513,-0.00559,0.00143,0.00055,0.0028,-0.01921,0.03825,-0.04279,0.03152],[0.02056,-0.00105,-0.05025,-0.04465,0.0642,0.02682,0.03815,0.00529,0.01534,-0.03578,-0.02042,-0.03352,-0.03605,0.02861,-0.00767,-0.01334,-0.00029,0.03488,0.03576,-0.03485,-0.02039,-0.01016,0.00732,-0.01589],[0.00321,0.02124,-0.05713,0.05157,-0.00369,0.03231,-0.02084,0.04673,0.01142,0.01248,-0.01966,0.01008,-0.01164,0.02326,0.008,-0.00243,-0.01284,0.00994,0.01033,0.01792,-0.02188,0.03657,-0.04932,0.03427],[0.02059,0.00101,-0.04652,-0.04916,0.06707,0.0088,0.03194,0.01506,0.01395,-0.02374,-0.02371,-0.01712,-0.03776,0.02556,0.00062,-0.02092,-0.00796,0.03322,0.03397,-0.04239,-0.01116,-0.00936,0.02249,-0.02293],[0.00013,0.02122,-0.05525,0.05367,0.00014,0.03186,-0.00634,0.04288,0.00933,0.02375,-0.00387,0.00973,0.01232,0.01754,0.00685,-0.00607,-0.01808,0.01526,0.01646,0.02761,-0.02432,0.03304,-0.05462,0.03499],[0.02062,0.00306,-0.04281,-0.05368,0.07021,-0.00931,0.02648,0.02486,0.01249,-0.01068,-0.02777,-0.00026,-0.03822,0.02152,0.00921,-0.02879,-0.01597,0.03107,0.03185,-0.04326,-0.00619,-0.01431,0.03385,-0.02985],[-0.00294,0.02122,-0.05332,0.05573,0.0038,0.0313,0.00763,0.0372,0.00695,0.03569,0.01142,0.01229,0.03321,0.0092,0.00662,-0.00689,-0.01994,0.01714,0.02053,0.02618,-0.02818,0.02861,-0.05663,0.03315],[0.02065,0.00515,-0.03909,-0.05829,0.07372,-0.02852,0.02147,0.03496,0.00985,0.00472,-0.03306,0.01869,-0.0376,0.0171,0.01981,-0.03722,-0.02642,0.03003,0.02994,-0.03402,-0.00558,-0.0263,0.04211,-0.03684],[-0.00605,0.02123,-0.05111,0.05797,0.00694,0.03072,0.02283,0.02922,0.0049,0.04907,0.02477,0.01879,0.04886,-0.00078,0.00726,-0.00669,-0.01802,0.01653,0.02495,0.01113,-0.03505,0.02312,-0.05311,0.02804],[0.02068,0.00727,-0.03534,-0.06304,0.07771,-0.04983,0.01641,0.04544,0.0049,0.02377,-0.03973,0.04125,-0.03565,0.0123,0.03399,-0.04622,-0.0409,0.03081,0.02819,-0.01187,-0.00946,-0.04646,0.04712,-0.04325],[-0.00922,0.02126,-0.04838,0.06062,0.00932,0.02997,0.04092,0.0193,0.00346,0.06471,0.03471,0.02963,0.05798,-0.0102,0.00851,-0.00609,-0.01317,0.01545,0.03127,-0.01518,-0.04394,0.01602,-0.04091,0.01904],[0.02071,0.00947,-0.03154,-0.06798,0.08233,-0.07439,0.01055,0.05664,-0.0037,0.04787,-0.04754,0.06839,-0.03111,0.00677,0.05301,-0.05545,-0.06068,0.03338,0.02589,0.02519,-0.01758,-0.07442,0.04852,-0.04841],[-0.01248,0.02131,-0.04491,0.06389,0.01067,0.02891,0.06367,0.00797,0.00298,0.08339,0.03996,0.04487,0.05938,-0.01646,0.00994,-0.00526,-0.00657,0.01611,0.04033,-0.04884,-0.05196,0.00683,-0.01675,0.00632],[0.02382,-0.00838,-0.06706,-0.03199,0.05246,0.09118,0.03869,-0.02708,0.01405,-0.0839,-0.00719,-0.09449,-0.01187,0.02401,-0.0425,0.03531,0.03599,0.02029,0.03085,0.0198,-0.09111,-0.05429,-0.08343,0.02192],[0.01355,0.02457,-0.06324,0.04534,-0.01852,0.01767,-0.09147,0.05163,-0.00308,-0.01496,-0.06332,0.02421,-0.07292,0.0159,0.01801,0.06657,0.02508,-0.04196,-0.05666,-0.00705,-0.01109,0.01218,-0.02622,0.01254],[0.02387,-0.00592,-0.06268,-0.03746,0.05582,0.06719,0.03113,-0.01542,0.01042,-0.06909,-0.00998,-0.07171,-0.01942,0.02858,-0.02546,0.01148,0.01457,0.03636,0.04324,0.00959,-0.07012,-0.04347,-0.04933,0.00591],[0.0101,0.02446,-0.06079,0.04821,-0.01378,0.01832,-0.06542,0.05227,-0.00051,-0.00338,-0.05833,0.01878,-0.05992,0.02422,0.00912,0.05805,0.02331,-0.03052,-0.04007,-0.01803,-0.01729,0.01838,-0.02177,0.01671],[0.02391,-0.00355,-0.05838,-0.04265,0.05876,0.046,0.02324,-0.0044,0.00866,-0.05678,-0.0122,-0.0525,-0.02456,0.0286,-0.0142,-0.00027,0.00236,0.04055,0.04443,-0.00456,-0.04984,-0.0347,-0.0195,-0.00721],[0.00674,0.02439,-0.0589,0.05045,-0.00842,0.01858,-0.04254,0.05255,0.00061,0.00763,-0.04497,0.01221,-0.03553,0.03019,0.00646,0.03239,0.00794,-0.0083,-0.01313,0.00294,-0.02345,0.02457,-0.03418,0.02462],[0.02394,-0.00123,-0.05415,-0.0477,0.06172,0.02655,0.01577,0.00707,0.00827,-0.04588,-0.01426,-0.03686,-0.0265,0.02642,-0.00702,-0.00724,-0.00534,0.03864,0.04034,-0.01646,-0.03176,-0.02844,0.00348,-0.017],[0.00344,0.02436,-0.0574,0.05222,-0.00282,0.01835,-0.02438,0.05185,-0.00033,0.01786,-0.02828,0.00708,-0.00853,0.03132,0.00547,0.01509,-0.00597,0.00893,0.00545,0.0256,-0.02569,0.02728,-0.0455,0.02984],[0.02398,0.00106,-0.04997,-0.05268,0.06489,0.00791,0.00906,0.01917,0.00867,-0.0353,-0.01653,-0.02348,-0.02561,0.02307,-0.00197,-0.01366,-0.01158,0.03448,0.03482,-0.0229,-0.01737,-0.02596,0.01992,-0.02481],[0.00017,0.02435,-0.05608,0.05373,0.00283,0.01786,-0.00942,0.04966,-0.00264,0.02786,-0.01036,0.00411,0.01774,0.02797,0.00505,0.00722,-0.01531,0.0193,0.01542,0.03899,-0.02505,0.02825,-0.05253,0.0315],[0.02401,0.00335,-0.0458,-0.05769,0.06835,-0.01083,0.00309,0.03154,0.00904,-0.02377,-0.01952,-0.00999,-0.02308,0.01888,0.00319,-0.021,-0.01838,0.0303,0.0296,-0.02208,-0.00781,-0.02949,0.03203,-0.03269],[-0.0031,0.02437,-0.05472,0.0552,0.00827,0.01742,0.00463,0.04516,-0.00518,0.03821,0.00709,0.00418,0.04033,0.02083,0.00499,0.00451,-0.01906,0.02386,0.0211,0.03617,-0.02531,0.02839,-0.0544,0.02892],[0.02405,0.00567,-0.04163,-0.06278,0.07216,-0.03072,-0.00249,0.04399,0.00816,-0.00987,-0.02382,0.00616,-0.01991,0.0143,0.0108,-0.02903,-0.02786,0.02777,0.02494,-0.01041,-0.00304,-0.04185,0.04249,-0.04236],[-0.0064,0.0244,-0.05308,0.05686,0.01313,0.01735,0.02025,0.0373,-0.00681,0.04964,0.02221,0.00895,0.05562,0.01077,0.00574,0.00244,-0.01675,0.0245,0.0276,0.0121,-0.0311,0.02664,-0.04914,0.02062],[0.02408,0.00804,-0.0374,-0.06803,0.07631,-0.05272,-0.0081,0.05613,0.00492,0.00778,-0.02965,0.02727,-0.0167,0.00904,0.02285,-0.03753,-0.0415,0.02753,0.02047,0.01509,-0.00279,-0.06583,0.05221,-0.05374],[-0.00975,0.02444,-0.05094,0.05889,0.01727,0.01742,0.03938,0.02684,-0.00728,0.06302,0.03276,0.01909,0.06157,0.00131,0.00745,2e-05,-0.01045,0.02517,0.03766,-0.02813,-0.04182,0.02047,-0.03239,0.00514],[0.02412,0.0105,-0.03307,-0.0735,0.08095,-0.078,-0.01449,0.06834,-0.00191,0.03032,-0.03652,0.05397,-0.01221,0.00274,0.04042,-0.04586,-0.06028,0.02915,0.01478,0.05559,-0.00538,-0.09993,0.06243,-0.06729],[-0.0132,0.0245,-0.04808,0.06152,0.02036,0.01754,0.06434,0.01418,-0.00616,0.07927,0.03641,0.03572,0.05515,-0.00393,0.01047,-0.00355,-0.00245,0.03008,0.05371,-0.07725,-0.05602,0.00486,-0.00086,-0.0173],[0.02738,-0.0093,-0.07175,-0.03289,0.04723,0.09002,0.01296,-0.03093,-0.00354,-0.08452,-0.00504,-0.08683,-0.00512,0.02143,-0.03415,0.05821,0.03124,0.02046,0.03019,0.03221,-0.10648,-0.06642,-0.08861,0.03019],[0.01428,0.02781,-0.06049,0.04762,-0.0247,0.00357,-0.09772,0.04353,-0.01504,-0.00364,-0.07318,0.03577,-0.07696,0.00418,0.01337,0.12133,0.05499,-0.07737,-0.10054,-0.03063,0.00243,-0.0007,0.00568,-0.00494],[0.02743,-0.00659,-0.06683,-0.03882,0.0505,0.06637,0.00693,-0.0207,-0.0038,-0.07107,-0.0037,-0.06387,-0.01041,0.02357,-0.016,0.02202,0.00577,0.04003,0.04785,0.02868,-0.08251,-0.054,-0.05572,0.01182],[0.01066,0.02773,-0.05878,0.04965,-0.01744,0.00366,-0.07229,0.05112,-0.01191,0.00307,-0.0732,0.02287,-0.06754,0.0182,-0.00205,0.12123,0.05923,-0.06738,-0.08562,-0.04683,-0.01176,-0.00882,0.01392,-0.00307],[0.02747,-0.00398,-0.06204,-0.04447,0.05345,0.04514,-0.00119,-0.00897,-0.00312,-0.06067,-0.00455,-0.04602,-0.01481,0.02165,-0.0073,0.01248,-0.00384,0.04041,0.04407,0.01381,-0.05729,-0.04639,-0.02099,-0.00513],[0.00713,0.02769,-0.05758,0.05114,-0.00975,0.004,-0.04559,0.05425,-0.00947,0.01283,-0.05612,0.01139,-0.03725,0.03179,-0.00011,0.06314,0.0262,-0.02248,-0.0312,-0.00192,-0.02474,0.00413,-0.01645,0.01233],[0.02751,-0.00143,-0.05734,-0.04998,0.05664,0.02542,-0.00895,0.00514,-0.0013,-0.05173,-0.00564,-0.03422,-0.01397,0.0195,-0.00407,0.0072,-0.00987,0.03553,0.0354,0.00475,-0.0336,-0.03893,0.00305,-0.01505],[0.00365,0.02769,-0.05674,0.05221,-0.0022,0.00371,-0.02645,0.0555,-0.01043,0.02161,-0.03662,0.00348,-0.00713,0.03711,0.00155,0.03265,0.00334,0.00586,-0.00077,0.03206,-0.02741,0.01169,-0.03429,0.0208],[0.02755,0.00109,-0.05271,-0.05544,0.06031,0.0063,-0.01608,0.02158,0.00123,-0.04337,-0.00673,-0.02718,-0.0078,0.01762,-0.00434,0.00194,-0.01557,0.02958,0.0256,0.00532,-0.01195,-0.03325,0.01767,-0.02058],[0.00021,0.0277,-0.0561,0.05302,0.00537,0.00298,-0.01216,0.05563,-0.0136,0.02987,-0.01599,-0.00258,0.02249,0.03686,0.00219,0.02138,-0.01133,0.02201,0.01241,0.05275,-0.02146,0.01795,-0.04277,0.02374],[0.02759,0.00361,-0.04812,-0.06092,0.06437,-0.01298,-0.02262,0.03873,0.00384,-0.03436,-0.00812,-0.02094,0.001,0.01492,-0.00514,-0.00449,-0.02184,0.02383,0.01632,0.01313,0.00533,-0.03239,0.02747,-0.02613],[-0.00323,0.02774,-0.05542,0.05379,0.01282,0.00241,0.00063,0.05367,-0.01699,0.03793,0.00434,-0.00666,0.04889,0.03193,0.0018,0.0186,-0.01803,0.02951,0.01785,0.05279,-0.01426,0.02454,-0.04457,0.02106],[0.02762,0.00616,-0.0435,-0.06651,0.06867,-0.03334,-0.02881,0.05523,0.00527,-0.02295,-0.01073,-0.01095,0.00948,0.01122,-0.00289,-0.01181,-0.03041,0.01977,0.00803,0.02962,0.0168,-0.0411,0.03781,-0.03607],[-0.00671,0.02779,-0.05447,0.05474,0.01961,0.00279,0.01542,0.04677,-0.01842,0.04637,0.02231,-0.00548,0.06575,0.02159,0.00178,0.01478,-0.01504,0.03048,0.02534,0.01926,-0.01714,0.02955,-0.03866,0.00996],[0.02766,0.00877,-0.03878,-0.07223,0.0729,-0.05551,-0.03471,0.06913,0.00458,-0.00749,-0.01522,0.00737,0.01448,0.00533,0.00575,-0.02051,-0.04246,0.01792,0.00103,0.05724,0.02099,-0.06665,0.04995,-0.05046],[-0.01024,0.02785,-0.05305,0.05604,0.0257,0.00366,0.03422,0.03637,-0.0182,0.05637,0.03452,0.00244,0.07031,0.01145,0.00325,0.00942,-0.0066,0.03172,0.0387,-0.03709,-0.02977,0.02682,-0.01799,-0.0131],[0.0277,0.01148,-0.03392,-0.07817,0.07737,-0.0808,-0.04124,0.08176,0.00042,0.01284,-0.02088,0.03342,0.01828,-0.00226,0.02129,-0.0288,-0.05942,0.01801,-0.00758,0.09944,0.02281,-0.10576,0.06705,-0.07115],[-0.01386,0.02792,-0.05094,0.0579,0.0307,0.00464,0.05946,0.0233,-0.01689,0.06974,0.03644,0.02065,0.05738,0.00814,0.00856,0.00384,0.00101,0.04211,0.06089,-0.09363,-0.05012,-0.00099,0.02148,-0.04766],[0.0311,-0.01021,-0.07559,-0.03301,0.03945,0.0873,-0.01163,-0.04393,-0.02416,-0.07616,0.00427,-0.06613,0.00572,0.01382,-0.01256,0.06441,0.01166,0.03089,0.0381,0.05372,-0.1065,-0.05708,-0.09214,0.03853],[0.01496,0.03126,-0.05657,0.04954,-0.03064,-0.00994,-0.09508,0.03115,-0.0226,0.0097,-0.07823,0.0471,-0.07816,-0.00669,0.01427,0.1406,0.06902,-0.09559,-0.12256,-0.04744,0.02024,0.00342,0.02617,-0.01642],[0.03115,-0.00726,-0.07014,-0.03937,0.04232,0.06426,-0.01868,-0.03392,-0.02103,-0.06619,0.00545,-0.04361,-0.0031,0.01101,0.00026,0.04087,-0.00271,0.03715,0.0422,0.03796,-0.07994,-0.05167,-0.04998,0.01518],[0.01118,0.0312,-0.0557,0.0506,-0.02159,-0.0114,-0.08078,0.05022,-0.0213,0.00532,-0.09564,0.0256,-0.08753,0.00495,-0.02598,0.22982,0.12354,-0.13408,-0.16711,-0.11516,0.00059,-0.05691,0.08246,-0.03839],[0.0312,-0.00442,-0.06485,-0.04545,0.04522,0.04342,-0.02689,-0.02106,-0.0175,-0.05821,0.00551,-0.028,-0.00689,0.00746,0.00542,0.03454,-0.00871,0.03246,0.03263,0.02229,-0.05136,-0.04574,-0.01156,-0.00428],[0.00749,0.0312,-0.05524,0.05132,-0.01136,-0.01041,-0.04526,0.05411,-0.01612,0.01612,-0.06689,0.00917,-0.0411,0.03077,-0.00872,0.0895,0.04633,-0.03739,-0.04756,-0.01029,-0.02587,-0.02084,0.00528,-0.00302],[0.03124,-0.00165,-0.05968,-0.05138,0.04868,0.02375,-0.03423,-0.00289,-0.01288,-0.05167,0.00486,-0.02236,-0.00209,0.00717,0.00342,0.02831,-0.01396,0.02578,0.02124,0.02111,-0.02421,-0.03735,0.0091,-0.01103],[0.00386,0.03122,-0.05516,0.05161,-0.00208,-0.01069,-0.02599,0.0561,-0.01744,0.02334,-0.04383,0.00042,-0.00884,0.03923,-0.00271,0.04515,0.01436,0.0019,-0.00429,0.03404,-0.03038,-0.00857,-0.01873,0.00873],[0.03128,0.0011,-0.05462,-0.05729,0.05304,0.00423,-0.04138,0.02056,-0.0078,-0.04625,0.00448,-0.02555,0.01209,0.00958,-0.00452,0.02304,-0.02048,0.01958,0.00775,0.03726,0.00512,-0.02817,0.01754,-0.01025],[0.00025,0.03126,-0.05527,0.05164,0.00724,-0.01163,-0.01348,0.05781,-0.02203,0.02974,-0.02024,-0.0073,0.02314,0.04138,-0.0,0.03209,-0.00497,0.02255,0.01092,0.06035,-0.01931,0.00282,-0.02698,0.01242],[0.03132,0.00384,-0.04965,-0.0633,0.05839,-0.01609,-0.04923,0.04794,-0.00328,-0.0411,0.00522,-0.03405,0.03444,0.01312,-0.01583,0.02143,-0.02939,0.01452,-0.00954,0.06951,0.04016,-0.01944,0.0207,-0.00681],[-0.00335,0.03132,-0.05543,0.05156,0.01715,-0.01315,-0.00411,0.06185,-0.028,0.035,0.00344,-0.01883,0.05803,0.04203,-0.00202,0.0349,-0.0177,0.03432,0.0109,0.07726,0.00514,0.01774,-0.02773,0.01102],[0.03136,0.00662,-0.04465,-0.06939,0.0638,-0.03714,-0.0567,0.07273,0.00073,-0.03383,0.0057,-0.03723,0.05482,0.01303,-0.02354,0.01782,-0.03818,0.00934,-0.02488,0.099,0.06659,-0.01667,0.02744,-0.01174],[-0.00698,0.03139,-0.0553,0.05167,0.02635,-0.01277,0.00795,0.05887,-0.03002,0.03913,0.0258,-0.02584,0.08178,0.03282,-0.00524,0.03261,-0.01501,0.03492,0.01519,0.04122,0.01306,0.03491,-0.02312,-0.00061],[0.03141,0.00946,-0.0394,-0.07551,0.06764,-0.05801,-0.06146,0.08524,0.00534,-0.02173,0.0038,-0.02127,0.05868,0.00177,-0.01945,0.00261,-0.04304,0.00149,-0.03005,0.10813,0.06493,-0.03773,0.03663,-0.02631],[-0.01068,0.03147,-0.05468,0.05215,0.0345,-0.01074,0.02535,0.04814,-0.02834,0.04408,0.04191,-0.02253,0.0869,0.01873,-0.00576,0.02177,-0.00067,0.03218,0.03211,-0.04451,-0.00435,0.04467,-0.00125,-0.03121],[0.03145,0.01241,-0.03398,-0.08185,0.07143,-0.08216,-0.06709,0.09581,0.0055,-0.00404,-0.0005,0.00573,0.05864,-0.00948,-0.00572,-0.00914,-0.0557,-0.00164,-0.03881,0.14312,0.06438,-0.08124,0.05644,-0.05192],[-0.01446,0.03155,-0.05347,0.0531,0.04179,-0.00985,0.04794,0.03766,-0.02991,0.05477,0.04149,-0.00341,0.07153,0.02123,0.00257,0.02076,0.0011,0.0511,0.05571,-0.08508,-0.02373,-0.003,0.04734,-0.07855],[0.03498,-0.0111,-0.07849,-0.0323,0.02882,0.08305,-0.03679,-0.06802,-0.04805,-0.05895,0.01701,-0.02849,0.01088,-0.00307,0.01902,0.07799,-0.00777,0.03336,0.03342,0.05045,-0.08476,-0.02686,-0.07947,0.04512],[0.01558,0.0349,-0.05152,0.05112,-0.03574,-0.02201,-0.08014,0.01618,-0.02361,0.02463,-0.07529,0.05318,-0.06947,-0.01232,0.02278,0.0982,0.0529,-0.07863,-0.10226,-0.03644,0.03691,0.02756,0.02104,-0.02045],[0.03503,-0.00793,-0.0725,-0.03903,0.03129,0.06133,-0.04308,-0.0584,-0.04048,-0.05239,0.01971,-0.00764,0.00141,-0.00945,0.02812,0.05564,-0.0171,0.03385,0.03331,0.03255,-0.05867,-0.02488,-0.03553,0.01871],[0.01166,0.03488,-0.05157,0.05121,-0.02378,-0.0233,-0.06076,0.03834,-0.02057,0.01789,-0.08362,0.02527,-0.06468,0.00966,-0.00686,0.12422,0.07199,-0.07489,-0.09292,-0.04843,0.00097,-0.02322,0.03896,-0.0258],[0.03507,-0.00487,-0.06672,-0.0455,0.03398,0.04128,-0.05203,-0.04422,-0.03407,-0.04759,0.01907,0.00583,-0.00406,-0.01537,0.02806,0.06055,-0.01478,0.01883,0.01252,0.01014,-0.02894,-0.02457,0.01027,-0.00459],[0.00783,0.0349,-0.05192,0.05101,-0.01291,-0.02366,-0.03739,0.05121,-0.01725,0.01837,-0.07231,0.00422,-0.04075,0.03024,-0.01363,0.07847,0.05122,-0.03419,-0.03744,-0.00218,-0.03181,-0.03751,0.00957,-0.01084],[0.03512,-0.00189,-0.06104,-0.05179,0.03753,0.02215,-0.05743,-0.02033,-0.0254,-0.04395,0.01711,0.00258,0.00485,-0.01137,0.01904,0.04837,-0.01927,0.01244,0.00312,0.02303,-0.00552,-0.01983,0.02218,-0.00647],[0.00405,0.03494,-0.05266,0.05044,-0.00258,-0.02392,-0.02189,0.05183,-0.02013,0.02294,-0.04823,-0.00071,-0.01405,0.03639,-0.00537,0.04528,0.02446,-0.00014,0.00078,0.02968,-0.03763,-0.02921,-0.00427,-0.00307],[0.03516,0.00107,-0.05552,-0.0581,0.04244,0.00252,-0.06343,0.01241,-0.01683,-0.04197,0.01514,-0.01389,0.02699,-0.00174,0.00097,0.04054,-0.02598,0.0068,-0.0115,0.06069,0.02487,-0.01184,0.01991,0.00392],[0.0003,0.035,-0.05356,0.04965,0.00776,-0.02457,-0.01206,0.05176,-0.0261,0.02766,-0.02212,-0.00553,0.01509,0.03723,0.00112,0.03326,0.00551,0.01978,0.01613,0.04812,-0.02673,-0.01527,-0.00831,-0.00105],[0.03521,0.00404,-0.05023,-0.06463,0.04954,-0.01935,-0.07298,0.05521,-0.01097,-0.04138,0.01663,-0.0429,0.06746,0.01367,-0.02445,0.04748,-0.04022,0.00474,-0.03969,0.13394,0.0819,0.0046,0.01458,0.0208],[-0.00345,0.03509,-0.05455,0.04872,0.01929,-0.02622,-0.00588,0.05793,-0.03393,0.03049,0.0042,-0.02011,0.05273,0.03978,-0.00026,0.03745,-0.00866,0.03169,0.01348,0.0659,0.00384,0.00672,-0.00706,-0.00382],[0.03525,0.00706,-0.04529,-0.07162,0.06055,-0.04692,-0.09034,0.11767,-0.0127,-0.04197,0.02355,-0.09157,0.14023,0.04482,-0.0594,0.0878,-0.07508,0.01565,-0.09663,0.29338,0.2036,0.02841,0.01362,0.04604],[-0.00723,0.0352,-0.05574,0.04752,0.03497,-0.03229,-0.00628,0.08702,-0.04748,0.02888,0.03164,-0.06215,0.12001,0.06105,-0.01869,0.07643,-0.03397,0.05027,-0.01954,0.14578,0.09765,0.04194,0.00241,-0.00612],[0.03529,0.0101,-0.03912,-0.0777,0.0602,-0.05863,-0.08439,0.10068,0.01254,-0.03632,0.02951,-0.06069,0.11184,-0.00858,-0.05592,0.01996,-0.03357,-0.02809,-0.06506,0.12585,0.11619,0.03859,0.00403,0.02549],[-0.01107,0.03529,-0.05582,0.04729,0.04345,-0.02464,0.01351,0.06106,-0.03514,0.02487,0.05799,-0.05876,0.1133,0.019,-0.02229,0.03299,0.01161,0.02106,0.01769,-0.0665,0.03373,0.09036,0.01025,-0.04193],[0.03534,0.01326,-0.03304,-0.08429,0.06205,-0.07953,-0.0867,0.10227,0.01976,-0.02078,0.02572,-0.02578,0.09829,-0.02947,-0.04109,-0.00422,-0.03634,-0.03781,-0.06599,0.13101,0.09384,-0.01311,0.02094,-0.00422],[-0.01499,0.0354,-0.05567,0.04719,0.05348,-0.02535,0.02976,0.05793,-0.04453,0.03418,0.0533,-0.03935,0.10097,0.03464,-0.00942,0.04663,-0.00251,0.05382,0.03407,-0.04913,0.02832,0.0104,0.06807,-0.0979],[0.03898,-0.01197,-0.08031,-0.0307,0.01538,0.0778,-0.06023,-0.10318,-0.0732,-0.03262,0.03339,0.02354,0.01079,-0.02856,0.05924,0.09479,-0.02786,0.03351,0.01827,0.02054,-0.03827,0.02061,-0.04271,0.035],[0.01615,0.03871,-0.04539,0.05231,-0.03995,-0.03305,-0.05833,0.00834,-0.01763,0.03493,-0.07735,0.04395,-0.05973,-0.01245,0.01883,0.04857,0.03997,-0.05917,-0.07893,-0.0244,0.04566,0.03648,0.01345,-0.02978],[0.03903,-0.00859,-0.07383,-0.03775,0.01743,0.05799,-0.06602,-0.09552,-0.06146,-0.02966,0.03867,0.04455,0.00034,-0.03965,0.06655,0.07435,-0.03378,0.02892,0.01458,-0.00046,-0.01283,0.02362,0.00068,0.00923],[0.0121,0.03874,-0.04649,0.05132,-0.02582,-0.03464,-0.04278,0.02891,-0.0167,0.02351,-0.07907,0.02005,-0.05292,0.0077,-0.00281,0.06578,0.04768,-0.04487,-0.05466,-0.02076,0.00431,-0.01232,0.02484,-0.02589],[0.03908,-0.00533,-0.0676,-0.04456,0.01994,0.03975,-0.07392,-0.0855,-0.05242,-0.02628,0.04331,0.06177,-0.0043,-0.0499,0.07108,0.07014,-0.03721,0.01676,-0.00097,-0.0228,0.01682,0.03104,0.04664,-0.01446],[0.00814,0.03878,-0.04767,0.05021,-0.01428,-0.0356,-0.02385,0.04832,-0.01269,0.01745,-0.0754,-0.00603,-0.03849,0.0301,-0.02021,0.04677,0.04957,-0.0227,-0.01278,0.01467,-0.04316,-0.05171,-0.00049,-0.00944],[0.03913,-0.00214,-0.06127,-0.05106,0.02271,0.02203,-0.0743,-0.05259,-0.03597,-0.02727,0.03239,0.04453,0.00201,-0.03913,0.04721,0.04974,-0.02791,0.00228,-0.00508,-0.00454,0.01288,0.01548,0.03887,-0.00658],[0.00423,0.03884,-0.04932,0.04871,-0.00342,-0.03571,-0.01509,0.04278,-0.01888,0.02002,-0.04793,0.00028,-0.02076,0.02838,-0.00564,0.03628,0.03076,0.00103,0.01245,0.02257,-0.04331,-0.04556,0.0078,-0.01131],[0.03917,0.00101,-0.05509,-0.05756,0.02648,0.00453,-0.07496,-0.01536,-0.01913,-0.02936,0.02326,0.01863,0.01832,-0.0274,0.01742,0.0284,-0.02037,-0.01239,-0.01049,0.02298,0.00946,0.00783,0.01732,0.01589],[0.00035,0.03893,-0.05104,0.04709,0.00717,-0.03569,-0.00865,0.03806,-0.02622,0.02357,-0.01958,0.0024,0.0015,0.02508,0.00605,0.02818,0.01599,0.01664,0.02601,0.02597,-0.03429,-0.03323,0.00997,-0.01218],[0.03922,0.00416,-0.04909,-0.06419,0.03151,-0.01311,-0.07812,0.02068,-0.00237,-0.03269,0.02213,-0.0099,0.04406,-0.02305,-0.01422,0.01095,-0.01438,-0.03001,-0.02197,0.04073,0.01612,0.02095,-0.00768,0.04887],[-0.00354,0.03903,-0.05278,0.04539,0.01867,-0.03578,-0.00393,0.03897,-0.03361,0.02491,0.00759,-0.00721,0.0309,0.02266,0.00846,0.02483,0.00825,0.02245,0.02704,0.02164,-0.01702,-0.01471,0.00823,-0.01241],[0.03926,0.00736,-0.04319,-0.07104,0.03772,-0.03044,-0.08292,0.0519,0.01811,-0.03956,0.03431,-0.04224,0.07895,-0.03534,-0.05006,-0.00743,0.0005,-0.05813,-0.03694,0.0124,0.03226,0.07263,-0.03556,0.0795],[-0.00745,0.03915,-0.05454,0.0436,0.03268,-0.03614,-0.00091,0.04868,-0.03934,0.01986,0.03775,-0.03642,0.07458,0.01992,-0.00359,0.02868,0.00978,0.01864,0.01646,-0.00303,0.01958,0.02981,0.0072,-0.02315],[0.03931,0.01065,-0.0372,-0.07811,0.04511,-0.0439,-0.08501,0.06868,0.05712,-0.06002,0.07639,-0.09114,0.12539,-0.09426,-0.10442,-0.05294,0.06196,-0.12747,-0.04128,-0.19799,0.03873,0.23333,-0.08,0.09747],[-0.01141,0.0393,-0.05622,0.04181,0.05033,-0.03222,0.00515,0.05793,-0.02586,-0.00544,0.09105,-0.1022,0.1354,-0.01541,-0.04953,0.0125,0.05818,-0.02565,0.01419,-0.21023,0.04129,0.1958,-0.01197,-0.02969],[0.03935,0.01401,-0.03058,-0.085,0.04526,-0.06574,-0.0882,0.07303,0.05797,-0.03769,0.05872,-0.03984,0.10047,-0.09471,-0.07755,-0.06097,0.03491,-0.11338,-0.04992,-0.09012,0.02697,0.11146,-0.04771,0.0589],[-0.01546,0.03942,-0.05724,0.04057,0.06298,-0.03641,0.01152,0.06639,-0.05102,0.00716,0.0748,-0.07673,0.12639,0.02598,-0.02469,0.05109,0.01157,0.03088,0.0136,-0.07019,0.05929,0.05394,0.05972,-0.08903],[0.0431,-0.0128,-0.08084,-0.02807,-0.00054,0.07156,-0.07569,-0.13704,-0.09393,0.00135,0.04524,0.0706,0.00997,-0.04915,0.0936,0.09728,-0.04454,0.03684,0.00198,-0.01813,0.01791,0.06664,0.00113,0.00598],[0.01666,0.04269,-0.03818,0.05314,-0.04278,-0.04321,-0.02874,0.01821,-0.00233,0.03645,-0.09276,0.00582,-0.04788,0.00072,-0.01049,-0.00414,0.03915,-0.04388,-0.05468,-0.00102,0.02896,0.01218,-0.01242,-0.03318],[0.04315,-0.00924,-0.07399,-0.03546,0.00133,0.0542,-0.08321,-0.13777,-0.08091,0.0018,0.05883,0.10091,-0.00139,-0.0702,0.10855,0.08192,-0.05525,0.03068,-0.00586,-0.04678,0.05215,0.08481,0.04974,-0.01779],[0.0125,0.04275,-0.04049,0.05097,-0.0271,-0.045,-0.02223,0.02749,-0.0071,0.02163,-0.08191,0.00119,-0.0443,0.00756,-0.0145,0.02345,0.03783,-0.02828,-0.02868,-0.00276,-0.00397,-0.02291,0.01385,-0.02714],[0.04321,-0.00578,-0.06779,-0.04283,0.00441,0.03886,-0.102,-0.16236,-0.08185,0.00893,0.09439,0.16436,-0.00825,-0.11334,0.15615,0.09453,-0.0927,0.02991,-0.03151,-0.106,0.13546,0.15404,0.14028,-0.04882],[0.00842,0.04282,-0.04263,0.04886,-0.01516,-0.04619,-0.00922,0.04457,-0.00477,0.01187,-0.07622,-0.01845,-0.03688,0.02605,-0.02924,0.02075,0.04808,-0.0136,0.00811,0.02597,-0.05222,-0.06458,-0.00783,-0.00545],[0.04325,-0.00242,-0.06033,-0.04921,0.00532,0.02201,-0.08459,-0.08901,-0.04477,-0.00299,0.04606,0.09093,-0.0042,-0.06498,0.07879,0.043,-0.04052,-0.00046,-0.01136,-0.03717,0.04316,0.05763,0.05898,-0.01452],[0.0044,0.04291,-0.04529,0.04636,-0.00405,-0.04605,-0.00852,0.02761,-0.01594,0.01455,-0.03925,0.00624,-0.02647,0.0131,-0.00037,0.02869,0.0293,0.00588,0.02366,0.0112,-0.03581,-0.04662,0.02553,-0.01846],[0.0433,0.00091,-0.05341,-0.0558,0.00759,0.00628,-0.07767,-0.04088,-0.0185,-0.00957,0.0225,0.05027,0.00473,-0.04291,0.032,0.00848,-0.01565,-0.02343,-0.00468,0.0004,-0.00499,0.01326,0.01192,0.02243],[0.0004,0.04301,-0.04784,0.04388,0.00633,-0.04561,-0.00541,0.02066,-0.02406,0.01714,-0.01014,0.0124,-0.01026,0.00848,0.01342,0.02572,0.02141,0.01674,0.0346,0.00496,-0.02737,-0.03738,0.03102,-0.02438],[0.04334,0.00424,-0.04678,-0.06256,0.01075,-0.00892,-0.07637,-0.00657,0.00386,-0.01404,0.0137,0.02522,0.01737,-0.03825,-0.00199,-0.01956,-0.00265,-0.04579,-0.00641,0.01446,-0.03473,-0.00124,-0.02462,0.07705],[-0.00361,0.04313,-0.05036,0.04136,0.01755,-0.04483,-0.00261,0.02026,-0.03169,0.01768,0.01557,0.00438,0.01341,0.00618,0.01704,0.0186,0.0204,0.01764,0.03627,-0.00786,-0.01772,-0.02587,0.02824,-0.03084],[0.04339,0.00762,-0.04027,-0.06948,0.01442,-0.02379,-0.07819,0.01746,0.02722,-0.01871,0.01659,0.00825,0.03101,-0.05014,-0.03283,-0.04884,0.00703,-0.07344,-0.01374,-0.0007,-0.06352,0.00559,-0.06837,0.17982],[-0.00763,0.04327,-0.0529,0.03879,0.03112,-0.04367,-0.00137,0.02622,-0.03859,0.01239,0.04152,-0.01969,0.04687,0.00263,0.00951,0.01001,0.02551,0.00711,0.02802,-0.03979,-0.00443,0.0017,0.0205,-0.02559],[0.04344,0.01108,-0.03361,-0.07672,0.01828,-0.03866,-0.07971,0.03271,0.05247,-0.023,0.03169,-0.00279,0.05164,-0.07855,-0.05635,-0.07381,0.03564,-0.10359,-0.0189,-0.07005,-0.04937,0.04956,-0.06503,0.11663],[-0.01171,0.04343,-0.05543,0.03616,0.04801,-0.04144,-0.00086,0.03653,-0.04175,-0.00269,0.07275,-0.06099,0.09043,-0.0082,-0.01061,0.00073,0.0445,-0.01584,0.01719,-0.12574,0.01399,0.06865,0.01906,-0.04224],[0.04349,0.01465,-0.02671,-0.08411,0.02101,-0.05519,-0.08147,0.0393,0.0772,-0.02304,0.04707,0.00346,0.05882,-0.11269,-0.07074,-0.09896,0.05525,-0.13006,-0.02684,-0.12461,-0.04641,0.06699,-0.06305,0.09224],[-0.01587,0.04359,-0.05786,0.0336,0.0668,-0.04172,-0.00223,0.05223,-0.05321,-0.0157,0.08973,-0.08822,0.12114,0.00103,-0.02265,0.01948,0.03685,-0.00935,0.00551,-0.12958,0.03665,0.07192,0.04052,-0.05953],[0.04732,-0.01361,-0.07941,-0.02405,-0.01929,0.06343,-0.06673,-0.12406,-0.09222,0.03324,0.01485,0.04687,0.01401,-0.02159,0.06292,0.0566,-0.0197,0.03479,0.0013,-0.00944,0.01268,0.03565,-0.02588,-0.0151],[0.01712,0.04681,-0.03031,0.05341,-0.04301,-0.05184,-0.00049,0.02784,0.01337,0.02973,-0.10535,-0.03552,-0.03453,0.00836,-0.04131,-0.04097,0.0297,-0.02819,-0.03888,0.0161,0.01578,-0.00998,-0.03812,-0.02022],[0.04738,-0.00988,-0.07198,-0.03159,-0.01797,0.04834,-0.06991,-0.11646,-0.0719,0.02779,0.02211,0.06428,0.00275,-0.03621,0.06592,0.0362,-0.02018,0.02224,-0.00175,-0.02245,0.0245,0.04084,-0.00081,-0.02796],[0.01287,0.0469,-0.03385,0.05005,-0.02676,-0.05364,-0.00425,0.02158,0.00251,0.01334,-0.0798,-0.01441,-0.03695,-0.00154,-0.02393,9e-05,0.02163,-0.014,-0.0136,0.004,-0.00321,-0.02359,0.00569,-0.01403],[0.04743,-0.00626,-0.06477,-0.03886,-0.0163,0.03416,-0.07291,-0.10412,-0.0543,0.02384,0.0258,0.07656,-0.00378,-0.04524,0.0665,0.02262,-0.02065,0.00817,-0.00478,-0.03008,0.03147,0.0422,0.02139,-0.03586],[0.00869,0.047,-0.03713,0.04683,-0.01477,-0.0547,-0.00091,0.02399,-0.00112,0.00441,-0.06042,-0.01011,-0.03618,0.00303,-0.019,0.01442,0.02882,-0.00136,0.0163,0.01426,-0.03053,-0.04446,0.01083,-4e-05],[0.04748,-0.00272,-0.05745,-0.04582,-0.01483,0.02013,-0.06885,-0.07122,-0.03028,0.0164,0.01225,0.06004,-0.00523,-0.0354,0.04088,-0.00011,-0.00552,-0.01083,0.00278,-0.00786,0.00032,0.01297,0.0006,-0.01665],[0.00455,0.04712,-0.04065,0.04342,-0.00435,-0.05459,-0.00357,0.00702,-0.01197,0.00587,-0.02308,0.01667,-0.03171,-0.00862,0.00948,0.02867,0.01985,0.01373,0.0307,-0.00164,-0.01529,-0.02909,0.04058,-0.00985],[0.04753,0.00078,-0.05031,-0.05277,-0.01301,0.00652,-0.06605,-0.04102,-0.00766,0.01085,0.00183,0.04662,-0.00293,-0.02995,0.01703,-0.02088,0.00618,-0.02971,0.00846,0.0092,-0.03101,-0.01193,-0.01569,0.00461],[0.00045,0.04724,-0.04398,0.04008,0.00514,-0.05401,-0.00219,0.00218,-0.01895,0.00819,0.00382,0.02134,-0.02063,-0.00934,0.01994,0.02676,0.02211,0.02009,0.04108,-0.00961,-0.01288,-0.02968,0.04379,-0.02002],[0.04758,0.00428,-0.04328,-0.05981,-0.01093,-0.00675,-0.06529,-0.01676,0.01416,0.00728,-0.00302,0.03932,0.0018,-0.03263,-0.00385,-0.04063,0.01463,-0.04819,0.01028,0.01553,-0.05743,-0.0266,-0.02966,0.03081],[-0.00366,0.04738,-0.04728,0.03673,0.01548,-0.05275,-0.00105,0.0025,-0.02631,0.00907,0.02667,0.01326,-0.00231,-0.00852,0.02196,0.01673,0.02783,0.01708,0.04271,-0.02374,-0.01141,-0.02882,0.03838,-0.02878],[0.04763,0.00783,-0.03628,-0.06699,-0.00879,-0.01988,-0.06613,0.00088,0.03676,0.00531,-0.00169,0.03795,0.00761,-0.04487,-0.02286,-0.06145,0.02311,-0.06743,0.00781,0.00612,-0.07752,-0.0309,-0.04176,0.05724],[-0.00779,0.04754,-0.05061,0.03334,0.02824,-0.0506,-0.0019,0.00704,-0.03544,0.00499,0.04716,-0.00687,0.02376,-0.00934,0.01843,-0.00024,0.036,0.00208,0.03423,-0.05076,-0.01113,-0.01901,0.03047,-0.03048],[0.04768,0.01145,-0.02916,-0.0744,-0.00684,-0.03338,-0.06757,0.01207,0.06177,0.00459,0.00661,0.04217,0.01379,-0.06711,-0.04083,-0.08236,0.0358,-0.08686,0.00233,-0.02329,-0.08473,-0.0242,-0.04561,0.05802],[-0.01197,0.04771,-0.054,0.02989,0.04458,-0.04742,-0.00561,0.01493,-0.04666,-0.00698,0.06657,-0.03765,0.05586,-0.01325,0.01195,-0.02265,0.04662,-0.02432,0.01721,-0.09619,-0.01422,0.00363,0.02428,-0.02596],[0.04773,0.01519,-0.02179,-0.08203,-0.0056,-0.04806,-0.06857,0.01708,0.09022,0.00556,0.02036,0.05477,0.01526,-0.09762,-0.05851,-0.10089,0.05006,-0.1039,-0.00393,-0.06192,-0.08396,-0.01869,-0.04398,0.04816],[-0.01623,0.04789,-0.05749,0.02635,0.06475,-0.04469,-0.01314,0.02646,-0.06201,-0.02547,0.08311,-0.06878,0.08749,-0.01297,0.0071,-0.03197,0.04795,-0.0433,-0.00352,-0.12402,-0.01264,0.01551,0.03091,-0.0232],[0.05164,-0.01439,-0.07665,-0.01903,-0.03859,0.05462,-0.04929,-0.10178,-0.08469,0.06881,-0.02305,0.00179,0.02444,0.01738,0.01436,0.0033,0.00432,0.0419,-0.00809,-0.00364,0.0199,-0.00332,-0.06288,-0.0396],[0.01753,0.05106,-0.0221,0.05298,-0.03957,-0.0587,0.02022,0.02362,0.0224,0.0145,-0.10306,-0.05762,-0.02143,-0.0057,-0.05214,-0.04927,-0.0029,-0.01309,-0.03434,0.01155,0.01675,-0.0124,-0.03215,0.00124],[0.05169,-0.01049,-0.0688,-0.02674,-0.03753,0.04225,-0.05103,-0.09191,-0.06076,0.05979,-0.01694,0.01565,0.01359,0.00479,0.01495,-0.01718,0.00775,0.02518,-0.00957,-0.00812,0.02114,0.00039,-0.05153,-0.0504],[0.01319,0.05118,-0.0267,0.04853,-0.02434,-0.06032,0.0103,0.01055,0.01045,-0.00095,-0.07205,-0.02365,-0.02992,-0.02063,-0.0268,-0.00639,-0.00477,-0.00246,-0.0072,0.00033,0.00049,-0.01858,0.00814,0.0026],[0.05174,-0.00672,-0.06115,-0.0342,-0.03618,0.03016,-0.05195,-0.07687,-0.03935,0.05153,-0.01434,0.0252,0.00581,-0.0021,0.01369,-0.02962,0.0115,0.00827,-0.00646,-0.00683,0.01525,-0.00306,-0.04141,-0.05405],[0.00892,0.05131,-0.031,0.04428,-0.01338,-0.06123,0.0071,0.00468,0.00429,-0.00785,-0.04443,-0.00457,-0.03521,-0.02146,-0.01042,0.01509,0.00775,0.00779,0.02036,0.00354,-0.01427,-0.02584,0.02796,0.01264],[0.05179,-0.00303,-0.05359,-0.04146,-0.03476,0.01781,-0.05035,-0.0551,-0.01681,0.04111,-0.01642,0.02736,0.00014,-0.00451,0.00547,-0.03755,0.01827,-0.0098,0.00463,0.00565,-0.00865,-0.01634,-0.04028,-0.03869],[0.0047,0.05145,-0.03527,0.04002,-0.00453,-0.06127,0.00377,-0.00642,-0.00339,-0.00684,-0.01129,0.01614,-0.03596,-0.02444,0.01064,0.0277,0.01486,0.01835,0.03713,-0.00351,-0.00781,-0.02144,0.04412,0.00586],[0.05185,0.00063,-0.04617,-0.04871,-0.03337,0.0056,-0.04924,-0.03505,0.00533,0.03299,-0.01697,0.03185,-0.00294,-0.00963,-0.00367,-0.04195,0.02266,-0.02545,0.01538,0.01477,-0.03418,-0.02813,-0.03679,-0.02127],[0.0005,0.0516,-0.03942,0.03581,0.00341,-0.06058,0.00273,-0.01158,-0.00974,-0.00278,0.01605,0.02235,-0.02977,-0.02172,0.02035,0.02732,0.02399,0.02397,0.04565,-0.01246,-0.00313,-0.02432,0.04381,-0.00661],[0.0519,0.00428,-0.0388,-0.05602,-0.03219,-0.00637,-0.04879,-0.01776,0.02835,0.02817,-0.01585,0.0388,-0.0038,-0.01844,-0.01601,-0.04644,0.02655,-0.03835,0.02336,0.01787,-0.05816,-0.03765,-0.03395,-0.00574],[-0.0037,0.05176,-0.04351,0.0316,0.01214,-0.05909,0.00191,-0.01204,-0.01674,0.00018,0.03798,0.01677,-0.01672,-0.01791,0.02138,0.01742,0.03371,0.02088,0.04654,-0.02662,-0.00345,-0.0296,0.03696,-0.01671],[0.05195,0.00798,-0.03141,-0.06346,-0.0313,-0.01816,-0.04917,-0.00456,0.05313,0.02673,-0.01197,0.04905,-0.00331,-0.03245,-0.03176,-0.05284,0.03125,-0.04883,0.02692,0.01198,-0.0764,-0.04306,-0.03171,0.00419],[-0.00792,0.05193,-0.04764,0.02736,0.02337,-0.05631,-0.00102,-0.00938,-0.02715,-0.00126,0.0544,0.002,0.00259,-0.01636,0.01918,-0.00356,0.04346,0.00432,0.03848,-0.0479,-0.01127,-0.03327,0.02933,-0.02081],[0.052,0.01176,-0.02389,-0.0711,-0.03086,-0.03019,-0.05001,0.00422,0.081,0.02787,-0.00394,0.06263,-0.00274,-0.05215,-0.051,-0.06086,0.0379,-0.05645,0.02549,-0.00406,-0.08472,-0.04372,-0.02878,0.00419],[-0.0122,0.05211,-0.05187,0.02309,0.03868,-0.05157,-0.00816,-0.00493,-0.04469,-0.01033,0.06387,-0.02062,0.02614,-0.01744,0.02392,-0.04282,0.05284,-0.0308,0.01657,-0.0736,-0.03167,-0.03659,0.02359,-0.01973],[0.05206,0.01566,-0.01611,-0.07898,-0.03128,-0.0433,-0.05026,0.00896,0.11481,0.03131,0.00994,0.08179,-0.0046,-0.07797,-0.07906,-0.06182,0.04591,-0.05652,0.02579,-0.02809,-0.07805,-0.04246,-0.02464,-0.00291],[-0.01654,0.0523,-0.05629,0.01872,0.05892,-0.04528,-0.02139,-6e-05,-0.07186,-0.02895,0.06674,-0.04655,0.04919,-0.01783,0.04608,-0.09725,0.05669,-0.07829,-0.02231,-0.08892,-0.0639,-0.0491,0.02383,-0.01406],[0.05603,-0.01511,-0.07281,-0.01315,-0.05629,0.04488,-0.02898,-0.0829,-0.07815,0.10217,-0.05476,-0.04553,0.0404,0.04845,-0.03183,-0.04343,0.00914,0.05717,-0.02988,-0.01694,0.04842,-0.03137,-0.06818,-0.04964],[0.0179,0.05541,-0.01356,0.05191,-0.03198,-0.06431,0.03507,0.01051,0.02604,-0.01536,-0.09017,-0.06216,-0.01158,-0.04109,-0.04405,-0.02846,-0.05389,-0.00654,-0.02895,-0.00139,0.00448,-0.00699,0.00088,0.04034],[0.05608,-0.01108,-0.06463,-0.02106,-0.05574,0.03646,-0.03163,-0.07295,-0.05304,0.09752,-0.0501,-0.03421,0.03307,0.04211,-0.03329,-0.06877,0.01479,0.04173,-0.03892,-0.01982,0.05578,-0.02611,-0.08348,-0.08589],[0.01349,0.05557,-0.01907,0.04645,-0.01969,-0.06481,0.02171,-0.00316,0.01648,-0.02151,-0.06191,-0.02838,-0.02283,-0.04754,-0.02444,0.00103,-0.04146,0.00468,-0.00607,-0.00823,-0.00327,-0.0155,0.01501,0.02107],[0.05614,-0.00717,-0.05667,-0.02873,-0.05483,0.0273,-0.0333,-0.05948,-0.03039,0.09077,-0.0455,-0.02264,0.02579,0.03776,-0.03228,-0.08008,0.01982,0.02662,-0.03736,-0.01801,0.05515,-0.02667,-0.09187,-0.10776],[0.00914,0.05573,-0.02427,0.04125,-0.01091,-0.06532,0.01493,-0.01078,0.01098,-0.02413,-0.03184,-0.00441,-0.03337,-0.04406,-0.00541,0.01943,-0.0137,0.01276,0.02174,-0.00164,-0.01017,-0.01452,0.03946,0.03336],[0.05619,-0.00334,-0.04883,-0.03621,-0.05318,0.01549,-0.03153,-0.04244,-0.0067,0.06997,-0.03745,-0.00665,0.01359,0.02536,-0.025,-0.06751,0.02575,0.00406,-0.01089,-0.00199,0.01995,-0.02866,-0.06751,-0.07318],[0.00484,0.05589,-0.02931,0.03614,-0.0043,-0.06528,0.0104,-0.01841,0.00574,-0.02069,-0.00064,0.01308,-0.03912,-0.03827,0.0117,0.02757,0.00839,0.02112,0.03886,-0.00082,-0.00277,-0.01442,0.04242,0.02272],[0.05624,0.00045,-0.04111,-0.0437,-0.05215,0.00363,-0.02985,-0.02662,0.01786,0.05402,-0.02868,0.01005,0.00446,0.01273,-0.02281,-0.05031,0.02851,-0.01076,0.01323,0.0089,-0.01299,-0.03098,-0.04714,-0.04413],[0.00055,0.05606,-0.03422,0.03107,0.00131,-0.06454,0.0078,-0.02271,0.00074,-0.0133,0.02647,0.01834,-0.03725,-0.02886,0.01964,0.02556,0.02504,0.02791,0.04416,-0.00761,0.00612,-0.01965,0.03388,0.00591],[0.0563,0.00425,-0.03343,-0.05126,-0.05195,-0.00794,-0.02863,-0.01295,0.04487,0.04535,-0.01946,0.02773,-0.00123,-0.00056,-0.03091,-0.03206,0.02993,-0.01579,0.03225,0.01214,-0.03832,-0.03255,-0.03245,-0.0267],[-0.00373,0.05624,-0.03909,0.02601,0.00761,-0.06323,0.00564,-0.02394,-0.00502,-0.00744,0.04873,0.01489,-0.0293,-0.02073,0.01983,0.01714,0.03761,0.02804,0.0431,-0.02011,0.00701,-0.02797,0.02593,-0.00473],[0.05635,0.00808,-0.02571,-0.05897,-0.0526,-0.01924,-0.02785,-0.00202,0.07584,0.0438,-0.00909,0.04781,-0.00424,-0.01629,-0.0527,-0.01201,0.03164,-0.01095,0.0481,0.00678,-0.05299,-0.03165,-0.02103,-0.02048],[-0.00803,0.05643,-0.04399,0.02092,0.01631,-0.06052,0.00151,-0.02315,-0.01426,-0.00533,0.06345,0.00625,-0.01628,-0.01681,0.01474,-0.00104,0.04805,0.01577,0.03763,-0.03651,-0.00365,-0.03908,0.02105,-0.00957],[0.05641,0.012,-0.01784,-0.06687,-0.05415,-0.03067,-0.02719,0.00596,0.11242,0.04816,0.00421,0.07111,-0.00591,-0.0354,-0.08979,0.01293,0.03414,0.00446,0.06336,-0.00728,-0.05243,-0.02716,-0.01121,-0.02415],[-0.01238,0.05662,-0.04902,0.01581,0.02948,-0.05478,-0.00766,-0.02197,-0.03341,-0.0093,0.06547,-0.0061,0.00016,-0.01762,0.01743,-0.04467,0.05776,-0.02119,0.02129,-0.05112,-0.03315,-0.058,0.01864,-0.013],[0.05647,0.01604,-0.0097,-0.07504,-0.05682,-0.04286,-0.02601,0.01135,0.15728,0.05684,0.02272,0.09966,-0.00838,-0.05867,-0.14742,0.05179,0.03668,0.03485,0.08676,-0.02882,-0.02494,-0.01935,-0.00144,-0.03468],[-0.01679,0.05682,-0.0543,0.0107,0.04954,-0.0442,-0.02615,-0.02297,-0.07622,-0.0272,0.04889,-0.03027,0.01592,-0.01564,0.07584,-0.16,0.06522,-0.10692,-0.04635,-0.04525,-0.10447,-0.09533,0.01512,-0.01899],[0.06049,-0.0158,-0.06792,-0.00641,-0.06963,0.03203,-0.00574,-0.06959,-0.07453,0.11319,-0.074,-0.08371,0.05512,0.05254,-0.06076,-0.06066,-0.01481,0.06613,-0.04586,-0.0408,0.06087,-0.04901,-0.01289,-0.00635],[0.01822,0.05986,-0.00468,0.05026,-0.02027,-0.06882,0.04568,-0.00601,0.0266,-0.06198,-0.07235,-0.05241,-0.00752,-0.09298,-0.02117,0.01699,-0.1149,-0.01338,-0.01264,-0.00829,-0.03972,-0.0029,0.03375,0.08632],[0.06054,-0.01165,-0.0595,-0.01452,-0.07013,0.02924,-0.01116,-0.05969,-0.05026,0.12315,-0.07281,-0.07794,0.05549,0.06118,-0.06828,-0.10031,-0.00324,0.05821,-0.07216,-0.05005,0.09187,-0.04121,-0.04648,-0.07125],[0.01375,0.06005,-0.01103,0.04384,-0.01245,-0.06767,0.03099,-0.01789,0.02028,-0.05337,-0.05064,-0.02719,-0.01728,-0.08498,-0.01427,0.02666,-0.08928,0.00169,-8e-05,-0.01567,-0.03324,-0.01735,0.03855,0.06263],[0.06059,-0.0076,-0.05142,-0.0226,-0.07312,0.03041,-0.02167,-0.0503,-0.02973,0.16921,-0.08149,-0.0865,0.071,0.09661,-0.09647,-0.16414,-0.00187,0.08353,-0.14074,-0.08505,0.194,-0.0531,-0.22093,-0.30009],[0.00934,0.06023,-0.01705,0.03773,-0.00735,-0.06616,0.02097,-0.02418,0.01672,-0.04072,-0.02317,-0.00706,-0.02956,-0.0645,-0.00252,0.02451,-0.03785,0.01446,0.0181,-0.0054,-0.01303,-0.01109,0.05009,0.05699],[0.06065,-0.00366,-0.04322,-0.03008,-0.06868,0.01356,-0.01333,-0.03208,-0.00169,0.09961,-0.05234,-0.04346,0.03483,0.05339,-0.04943,-0.09212,0.01697,0.02658,-0.04378,-0.02954,0.0747,-0.03208,-0.07865,-0.10892],[0.00496,0.06042,-0.02283,0.0318,-0.00362,-0.06555,0.01505,-0.02915,0.0134,-0.03122,0.00616,0.00736,-0.0395,-0.04764,0.0117,0.02287,0.00035,0.02247,0.03249,0.00378,0.00492,-0.01041,0.0288,0.02758],[0.06071,0.00025,-0.03521,-0.03774,-0.06763,0.00055,-0.00926,-0.01711,0.02683,0.06718,-0.03152,-0.01529,0.01611,0.03223,-0.03021,-0.04513,0.02278,0.0068,0.00504,-0.00673,0.01964,-0.02403,-0.03709,-0.04669],[0.00061,0.0606,-0.02848,0.02591,-0.00088,-0.0647,0.01149,-0.03228,0.00938,-0.0196,0.03295,0.01023,-0.04132,-0.02983,0.01972,0.01625,0.02427,0.03027,0.03286,0.0003,0.02028,-0.01605,0.01157,0.0062],[0.06076,0.00417,-0.02726,-0.04555,-0.06875,-0.01147,-0.00638,-0.00457,0.05975,0.05266,-0.01178,0.00895,0.00548,0.01782,-0.03291,-0.00116,0.02357,0.012,0.03464,-0.00055,-0.00929,-0.01688,-0.01946,-0.02495],[-0.00374,0.0608,-0.03407,0.02002,0.00234,-0.06415,0.00905,-0.03368,0.00518,-0.01232,0.05698,0.00661,-0.03859,-0.01585,0.02351,0.00819,0.0389,0.03368,0.02641,-0.00812,0.01991,-0.02465,0.0056,0.00019],[0.06082,0.00814,-0.01925,-0.05356,-0.07165,-0.02338,-0.00363,0.00568,0.10073,0.05125,0.00933,0.03625,-0.00026,0.00297,-0.06576,0.05383,0.02279,0.04191,0.06259,-0.00707,-0.01772,-0.00474,-0.00489,-0.02143],[-0.00812,0.061,-0.03971,0.01409,0.00759,-0.06255,0.00492,-0.03436,-0.0011,-0.00837,0.07319,0.0015,-0.03182,-0.0081,0.01895,-0.00634,0.04909,0.02942,0.01731,-0.01834,0.00455,-0.03609,0.00692,-0.0013],[0.06088,0.01219,-0.01109,-0.06181,-0.07669,-0.03606,0.00018,0.01397,0.15556,0.06286,0.03548,0.07383,-0.00322,-0.01673,-0.14586,0.14402,0.02088,0.10416,0.11391,-0.02907,0.00716,0.01372,0.01253,-0.02786],[-0.01253,0.06122,-0.04548,0.00813,0.01717,-0.0572,-0.00443,-0.03577,-0.01545,-0.00619,0.07233,0.00103,-0.02157,-0.00995,0.00545,-0.03788,0.05901,0.00432,0.01517,-0.02708,-0.02314,-0.05832,0.0131,-0.00605],[0.06094,0.01637,-0.00261,-0.07038,-0.0848,-0.05059,0.0069,0.02122,0.23461,0.09185,0.07127,0.1364,-0.00542,-0.04822,-0.31339,0.31914,0.01677,0.21951,0.24123,-0.07637,0.10338,0.03703,0.03536,-0.03878],[-0.017,0.06144,-0.05153,0.00218,0.0338,-0.04528,-0.02356,-0.04031,-0.05415,-0.01119,0.04555,-0.00489,-0.01029,-0.01347,0.03497,-0.13946,0.06981,-0.07803,-0.02051,-0.01865,-0.09548,-0.10782,0.01341,-0.02182],[0.06501,-0.01645,-0.06195,0.00128,-0.07523,0.01229,0.02302,-0.06052,-0.07308,0.07118,-0.07542,-0.0985,0.05561,0.00701,-0.05375,-0.01795,-0.07031,0.04501,-0.01954,-0.04776,-0.00722,-0.05457,0.10984,0.12856],[0.0185,0.06439,0.0044,0.04792,-0.0072,-0.06721,0.04741,-0.02417,0.02504,-0.09006,-0.06272,-0.04354,0.00212,-0.13044,-0.00822,0.0444,-0.17586,-0.00948,-0.02216,-0.02167,-0.05542,-0.01133,-0.05243,0.00125],[0.06506,-0.01221,-0.05332,-0.00691,-0.07557,0.01299,0.01734,-0.04861,-0.05024,0.0798,-0.072,-0.0908,0.05693,0.02164,-0.05534,-0.05377,-0.04397,0.03054,-0.03665,-0.05237,0.01334,-0.03493,0.14948,0.13909],[0.01398,0.06461,-0.00267,0.04057,-0.00494,-0.06463,0.03382,-0.03566,0.01964,-0.06506,-0.05197,-0.03536,0.00241,-0.11381,-0.01846,0.03837,-0.16691,0.01262,-0.03339,-0.04862,-0.03546,-0.04445,-0.06061,-0.03445],[0.06512,-0.00808,-0.04498,-0.01498,-0.07665,0.01312,0.01294,-0.03353,-0.03063,0.09142,-0.06126,-0.08467,0.05913,0.04539,-0.05482,-0.07555,-0.00021,0.02197,-0.04046,-0.06662,0.03004,-0.00366,0.37085,0.3395],[0.00951,0.06481,-0.00945,0.03367,-0.00372,-0.06121,0.02226,-0.03726,0.01913,-0.04027,-0.02357,-0.01695,-0.01547,-0.07234,-0.01025,0.01537,-0.06634,0.02388,-0.00956,-0.0209,0.0031,-0.01418,0.02419,0.03528],[0.06517,-0.00401,-0.03667,-0.02285,-0.07592,0.00495,0.01122,-0.01987,-0.00155,0.07218,-0.04609,-0.05764,0.03825,0.04132,-0.02872,-0.05902,0.00776,0.00836,-0.01705,-0.03024,0.03423,-0.00883,0.11003,0.09004],[0.00508,0.06502,-0.01592,0.02698,-0.0032,-0.05961,0.015,-0.03951,0.01749,-0.02276,0.00324,-0.00525,-0.0299,-0.04329,0.00071,-0.00113,-0.01018,0.03216,0.00135,-0.00107,0.03943,-0.01084,-0.03602,-0.03283],[0.06522,2e-05,-0.02848,-0.03077,-0.07674,-0.00493,0.01296,-0.006,0.02786,0.0512,-0.02354,-0.03575,0.02177,0.03599,-0.00257,-0.02225,0.01142,0.00059,0.01106,-0.01297,0.01739,-0.00961,0.03445,0.03164],[0.00067,0.06522,-0.02223,0.02039,-0.00294,-0.05968,0.0125,-0.04046,0.01383,-0.01579,0.03187,-0.00164,-0.03883,-0.02317,0.01567,-0.00471,0.02196,0.03122,0.01107,0.00492,0.04648,-0.01443,-0.02755,-0.0176],[0.06528,0.00405,-0.02034,-0.03884,-0.07971,-0.01575,0.01565,0.00617,0.06194,0.03814,0.00317,-0.01946,0.01084,0.03443,0.01403,0.01785,0.01004,0.01363,0.01891,-0.00756,-0.00109,-0.00308,0.0069,0.01111],[-0.00375,0.06543,-0.0285,0.01375,-0.00282,-0.0605,0.01124,-0.04107,0.01037,-0.01212,0.05901,-0.0058,-0.04261,-0.00527,0.03007,-0.00959,0.03776,0.03046,0.0053,0.00329,0.03834,-0.02373,-0.02135,-0.00244],[0.06534,0.00811,-0.01215,-0.04713,-0.08467,-0.02776,0.01869,0.01597,0.10392,0.03249,0.03432,-0.00615,0.00406,0.03462,0.01515,0.05561,0.00643,0.05448,-0.00442,-0.0055,-0.02858,0.02142,0.00596,-0.00488],[-0.00818,0.06564,-0.03484,0.00696,-0.00198,-0.06164,0.00874,-0.04259,0.00827,-0.01055,0.08207,-0.01331,-0.04269,0.00956,0.03934,-0.02432,0.0462,0.03597,-0.02449,0.00302,0.00483,-0.02833,-0.01137,0.00419],[0.06539,0.01225,-0.00381,-0.05563,-0.09053,-0.03955,0.02128,0.02366,0.15214,0.03374,0.06589,0.00735,0.0011,0.03373,-0.00365,0.09046,0.00166,0.11177,-0.04416,-0.00597,-0.05547,0.05788,0.01981,-0.02571],[-0.01265,0.06588,-0.04132,0.00012,0.00269,-0.05875,0.00096,-0.04596,0.00216,-0.00528,0.08485,-0.00838,-0.03805,0.01004,0.01838,-0.04824,0.05601,0.03204,-0.03801,0.00395,-0.03842,-0.03822,0.0074,-0.00194],[0.06545,0.01649,0.00484,-0.06405,-0.09339,-0.04521,0.02065,0.03086,0.19246,0.04138,0.07954,0.02661,0.00442,0.02471,-0.04186,0.11178,-0.00236,0.13705,-0.05371,-0.01343,-0.05395,0.07502,0.02942,-0.05247],[-0.01717,0.06613,-0.04805,-0.00685,0.01135,-0.05062,-0.0134,-0.05241,-0.0069,0.01125,0.06512,0.01852,-0.03091,-0.00398,-0.04641,-0.0515,0.06601,0.01298,0.01547,-0.00543,-0.05744,-0.07697,0.02564,-0.01687],[0.06957,-0.01704,-0.05513,0.00975,-0.07468,-0.0065,0.04511,-0.05273,-0.06821,0.0232,-0.06705,-0.09263,0.04053,-0.03561,-0.03301,0.01499,-0.08846,0.02483,0.01511,-0.0151,-0.04921,-0.03309,0.07961,0.10216],[0.01875,0.06899,0.01358,0.04494,0.0063,-0.05839,0.04008,-0.03825,0.02458,-0.09423,-0.05544,-0.03241,0.01124,-0.13493,-0.00475,0.04267,-0.18227,0.00215,-0.03681,-0.02688,-0.03855,-0.00647,-0.10802,-0.06674],[0.06963,-0.01273,-0.04623,0.00142,-0.07514,-0.00411,0.04297,-0.04657,-0.05547,0.02638,-0.07707,-0.10044,0.06454,-0.04569,-0.0417,0.00488,-0.16228,0.01003,-0.0319,-0.07563,-0.06052,-0.0713,0.07048,0.06216],[0.01418,0.06921,0.00597,0.03669,0.00295,-0.05781,0.03522,-0.05675,0.01079,-0.07069,-0.06624,-0.05716,0.04103,-0.152,-0.03585,0.06063,-0.30763,0.02606,-0.09432,-0.12936,-0.05717,-0.11294,-0.12554,-0.10237],[0.06968,-0.0085,-0.03772,-0.00665,-0.07531,-0.00174,0.03479,-0.02598,-0.0285,0.03434,-0.05693,-0.07489,0.04497,-0.00337,-0.02137,-0.02796,-0.05005,-0.00499,-0.00526,-0.02809,-0.02029,-0.00875,0.13611,0.11611],[0.00967,0.06944,-0.00151,0.02917,0.00101,-0.05291,0.02055,-0.0483,0.02043,-0.03864,-0.02763,-0.02372,-0.00247,-0.07749,-0.01769,0.00682,-0.09153,0.02967,-0.03256,-0.03034,0.01453,-0.01883,-0.02147,-0.00964],[0.06973,-0.00435,-0.02931,-0.01472,-0.07638,-0.00402,0.03177,-0.0098,-0.00477,0.03131,-0.03854,-0.05875,0.03396,0.01561,0.00314,-0.02492,-0.01456,-0.01347,0.00852,-0.01525,-0.00075,0.00317,0.10709,0.09251],[0.00519,0.06966,-0.0086,0.02183,-0.00133,-0.05087,0.01426,-0.04691,0.0188,-0.01982,-0.00074,-0.01238,-0.02129,-0.04226,-0.00778,-0.01531,-0.01236,0.03067,-0.01239,4e-05,0.04761,-0.00109,-0.00715,0.00162],[0.06979,-0.00022,-0.02099,-0.02284,-0.07896,-0.00974,0.03205,0.00501,0.02104,0.02225,-0.01442,-0.04798,0.02325,0.02929,0.03846,-0.00024,-0.00469,-0.01715,0.02077,-0.01196,0.01249,-0.00323,0.04171,0.04911],[0.00072,0.06988,-0.0155,0.01459,-0.00372,-0.05078,0.0123,-0.04607,0.01444,-0.01196,0.02562,-0.00866,-0.03412,-0.01957,0.00662,-0.02191,0.02297,0.02427,0.00129,0.01179,0.06004,-0.00664,-0.019,0.00015],[0.06984,0.0039,-0.01274,-0.03112,-0.08401,-0.01838,0.03508,0.01858,0.05122,0.01186,0.01883,-0.04751,0.01421,0.04737,0.08665,0.03682,-0.0092,-0.01189,0.01918,-0.0182,0.01962,-0.01368,-0.0053,0.03396],[-0.00374,0.07011,-0.02238,0.0073,-0.00662,-0.05185,0.01247,-0.04517,0.00971,-0.00928,0.05252,-0.0132,-0.04233,0.00202,0.02798,-0.01974,0.03598,0.01164,0.01141,0.01028,0.06393,-0.02798,-0.03082,0.01284],[0.06989,0.00804,-0.00445,-0.03974,-0.09191,-0.03118,0.03924,0.02886,0.0923,0.00116,0.06426,-0.0577,0.00669,0.07062,0.1393,0.05366,-0.01803,0.03608,-0.06544,-0.01178,-0.02603,0.01632,-0.01709,0.01664],[-0.00822,0.07034,-0.02936,-0.00022,-0.01007,-0.05466,0.01231,-0.04614,0.00957,-0.00886,0.07969,-0.0228,-0.04719,0.02346,0.04846,-0.02572,0.03983,0.0148,-0.01454,0.0112,0.03507,-0.03901,-0.03107,0.02125],[0.06995,0.01223,0.00391,-0.04895,-0.10439,-0.05183,0.04445,0.0338,0.15186,-0.0141,0.13432,-0.08881,-0.00218,0.10806,0.21317,0.01924,-0.02814,0.16053,-0.31866,0.02997,-0.17935,0.12818,0.01944,-0.02345],[-0.01274,0.07056,-0.03658,-0.00832,-0.01552,-0.06294,0.01002,-0.05286,0.02588,-0.00996,0.11567,-0.03664,-0.05235,0.04609,0.06136,-0.06553,0.04556,0.08696,-0.15913,0.04278,-0.09051,0.01585,0.01314,0.00258],[0.07001,0.01656,0.01286,-0.05694,-0.10044,-0.04398,0.03772,0.044,0.16495,-0.00439,0.10971,-0.06135,0.01193,0.08817,0.17409,0.01013,-0.02879,0.10623,-0.26632,0.01584,-0.15488,0.10448,0.01666,-0.05528],[-0.0173,0.07083,-0.04401,-0.01624,-0.01425,-0.05909,-0.00026,-0.06094,0.03245,0.01181,0.10439,-0.00996,-0.04772,0.0388,-0.01333,-0.04726,0.05171,0.09484,-0.11032,0.0357,-0.11161,-0.00444,0.04246,-0.01239],[0.07417,-0.01758,-0.04762,0.01894,-0.06866,-0.0204,0.05674,-0.04258,-0.05943,-0.01162,-0.04787,-0.06789,0.01242,-0.04847,-0.00991,0.01441,-0.01728,0.01143,0.05775,0.05429,-0.04541,0.03356,0.04988,0.05611],[0.01895,0.07362,0.02279,0.04133,0.01988,-0.04398,0.0254,-0.04568,0.029,-0.08195,-0.0451,-0.01306,0.01113,-0.10479,-0.00234,0.01884,-0.1147,0.01267,-0.03407,-0.00245,-0.00029,0.02525,-0.10558,-0.07369],[0.07423,-0.0132,-0.03861,0.0106,-0.06871,-0.01417,0.05216,-0.03153,-0.04584,-0.00639,-0.05327,-0.0664,0.02848,-0.04148,-0.01013,-0.00241,-0.04417,-0.0088,0.03126,0.02205,-0.0477,0.02,0.05689,0.03362],[0.01436,0.07387,0.01456,0.0325,0.01227,-0.04333,0.02146,-0.05548,0.02381,-0.05682,-0.04796,-0.02968,0.02174,-0.10121,-0.021,0.01862,-0.15367,0.02708,-0.05699,-0.0471,-0.00124,-0.02569,-0.08216,-0.06088],[0.07428,-0.00891,-0.02985,0.00237,-0.06916,-0.01048,0.04803,-0.01757,-0.03045,-0.00316,-0.04841,-0.05917,0.03355,-0.02769,-0.00066,-0.01002,-0.04422,-0.02147,0.02151,0.00544,-0.03782,0.0153,0.06509,0.03124],[0.00981,0.07411,0.00667,0.02426,0.00652,-0.04103,0.01506,-0.05421,0.02332,-0.03314,-0.0293,-0.02195,0.00326,-0.06817,-0.0199,-0.00666,-0.07229,0.02947,-0.03566,-0.01563,0.02739,-0.00224,-0.02852,-0.01568],[0.07433,-0.00468,-0.02128,-0.00581,-0.07046,-0.0091,0.04486,-0.00094,-0.01246,-0.00242,-0.03387,-0.04816,0.02902,-0.00726,0.02246,-0.008,-0.01941,-0.03052,0.02965,0.00347,-0.0138,0.01592,0.05838,0.03335],[0.00529,0.07434,-0.00091,0.01633,0.00149,-0.03942,0.0113,-0.05177,0.01966,-0.01651,-0.00713,-0.01388,-0.0148,-0.04012,-0.01566,-0.02702,-0.00755,0.02612,-0.0176,0.01137,0.04909,0.01284,-0.00561,0.00264],[0.07438,-0.00048,-0.01281,-0.014,-0.07315,-0.01013,0.04448,0.01566,0.00571,-0.00576,-0.01408,-0.04245,0.02374,0.01183,0.05933,0.01298,-0.00893,-0.04105,0.04743,-0.00766,0.01891,-0.003,0.02304,0.03042],[0.00078,0.07457,-0.00831,0.00852,-0.00333,-0.03902,0.01057,-0.04939,0.01353,-0.00821,0.0155,-0.00944,-0.02882,-0.01971,-0.00846,-0.03662,0.02609,0.01733,-0.00466,0.025,0.05785,0.01012,-0.00702,0.00711],[0.07444,0.00372,-0.00441,-0.02225,-0.07771,-0.01277,0.04706,0.03243,0.02371,-0.01155,0.01159,-0.04737,0.01939,0.03637,0.11841,0.05761,-0.01649,-0.06707,0.08846,-0.03598,0.07571,-0.05235,-0.03684,0.03956],[-0.00372,0.07481,-0.01571,0.00067,-0.00866,-0.03954,0.01191,-0.04693,0.00685,-0.00506,0.03859,-0.01057,-0.03899,0.00021,0.00626,-0.03449,0.03854,0.00093,0.01178,0.02532,0.06527,-0.01182,-0.02139,0.01615],[0.07449,0.00796,0.00391,-0.03052,-0.08508,-0.01551,0.05373,0.05088,0.03745,-0.01754,0.0454,-0.07552,0.01723,0.0829,0.22865,0.15382,-0.05574,-0.15614,0.21691,-0.10833,0.21799,-0.18248,-0.14986,0.08972],[-0.00825,0.07506,-0.02331,-0.00733,-0.01619,-0.04095,0.01593,-0.04378,-0.00047,-0.00381,0.06567,-0.02729,-0.04598,0.03495,0.05394,0.00728,0.02394,-0.05299,0.08481,-0.00711,0.12333,-0.09236,-0.07305,0.05408],[0.07455,0.01223,0.01277,-0.03914,-0.08625,-0.01894,0.04857,0.05756,0.0732,-0.0221,0.05443,-0.05596,0.02278,0.0671,0.19801,0.06716,-0.03079,-0.05369,0.00666,-0.04737,0.04373,-0.04826,-0.06481,0.00848],[-0.0128,0.07531,-0.03098,-0.01593,-0.0227,-0.04654,0.01337,-0.05007,0.01511,-0.00139,0.08474,-0.02123,-0.04884,0.04049,0.02596,-0.0434,0.04091,0.02587,-0.05318,0.03673,-0.01583,-0.01548,-0.00663,0.01736],[0.07461,0.0166,0.02181,-0.04745,-0.08497,-0.01333,0.04239,0.067,0.09096,-0.01896,0.0445,-0.04653,0.03693,0.06415,0.19472,0.02789,-0.03492,-0.07285,-0.0403,-0.04183,-0.00159,-0.02941,-0.04724,-0.03755],[-0.01739,0.07556,-0.03922,-0.0252,-0.0349,-0.05721,0.01197,-0.06108,0.04696,0.00825,0.11868,-0.03711,-0.05222,0.07419,0.03297,-0.04177,0.03132,0.09487,-0.15268,0.05398,-0.11495,0.02352,0.03565,0.00066],[0.07879,-0.01807,-0.03943,0.02863,-0.05788,-0.0304,0.062,-0.03749,-0.05391,-0.03618,-0.03212,-0.0442,-0.00631,-0.05663,-0.00137,0.00549,0.03302,0.00621,0.07514,0.09914,-0.03415,0.08172,0.02506,0.00829],[0.01913,0.07828,0.03204,0.03703,0.03264,-0.02707,0.00898,-0.05153,0.03353,-0.06417,-0.03928,0.0022,0.01566,-0.06702,-0.00358,0.00056,-0.06097,0.02001,-0.0319,0.00975,0.02827,0.03823,-0.0866,-0.05295],[0.07885,-0.01365,-0.03031,0.02027,-0.05761,-0.02142,0.057,-0.0244,-0.04313,-0.03162,-0.03799,-0.03994,0.01044,-0.04577,0.00064,-0.00771,0.00883,-0.01657,0.05451,0.06953,-0.04129,0.06806,0.03521,-0.01111],[0.01451,0.07854,0.02333,0.0277,0.02114,-0.0275,0.00879,-0.05667,0.03079,-0.0434,-0.04121,-0.01445,0.01824,-0.06497,-0.01297,-0.00283,-0.07122,0.02664,-0.03692,-0.00782,0.02845,0.0132,-0.05691,-0.03286],[0.0789,-0.0093,-0.0214,0.01198,-0.05786,-0.01513,0.05302,-0.0101,-0.03222,-0.02827,-0.03694,-0.03428,0.02025,-0.03503,0.00739,-0.0127,-0.00523,-0.02825,0.03917,0.04424,-0.03923,0.05407,0.04011,-0.01879],[0.00993,0.07879,0.01505,0.01892,0.01215,-0.02667,0.00734,-0.05618,0.02659,-0.02489,-0.03025,-0.01669,0.00615,-0.05001,-0.0165,-0.0179,-0.03374,0.02464,-0.02463,0.00678,0.03999,0.01932,-0.02282,-0.0092],[0.07896,-0.00501,-0.01266,0.00374,-0.05882,-0.0108,0.05014,0.00615,-0.02076,-0.02658,-0.02925,-0.02685,0.02292,-0.0229,0.02294,-0.01129,-0.00125,-0.03312,0.03424,0.02796,-0.02513,0.04266,0.03724,-0.01731],[0.00538,0.07903,0.00706,0.01047,0.00447,-0.0258,0.00687,-0.05357,0.01992,-0.01132,-0.01329,-0.014,-0.00908,-0.03263,-0.01804,-0.03219,0.00286,0.01646,-0.01086,0.02392,0.05029,0.02538,-0.00496,0.00244],[0.07901,-0.00075,-0.00402,-0.00449,-0.06062,-0.00786,0.04898,0.02364,-0.00983,-0.02748,-0.01743,-0.02032,0.02247,-0.01175,0.04751,-0.00138,0.0072,-0.03548,0.03755,0.01271,-0.00145,0.02502,0.02055,-0.01264],[0.00084,0.07928,-0.00077,0.00216,-0.00281,-0.02542,0.00815,-0.0499,0.01157,-0.00368,0.00641,-0.01044,-0.0235,-0.01574,-0.01648,-0.04036,0.02678,0.00371,0.00274,0.03524,0.05681,0.02177,-0.00362,0.00779],[0.07906,0.00352,0.0046,-0.01273,-0.06318,-0.00547,0.04956,0.04176,-0.00026,-0.03083,-0.00402,-0.01678,0.02244,-0.0015,0.08075,0.01722,0.01043,-0.04191,0.04924,-0.00802,0.0309,-0.00527,-0.00895,-0.0047],[-0.0037,0.07953,-0.0086,-0.00618,-0.01065,-0.02571,0.01128,-0.04572,0.00283,-0.00093,0.02705,-0.00927,-0.03487,0.00194,-0.00852,-0.03857,0.0361,-0.01306,0.01929,0.03612,0.06443,0.00241,-0.01538,0.01638],[0.07912,0.00781,0.01327,-0.02099,-0.06594,-0.00235,0.05079,0.05977,0.00798,-0.03486,0.00739,-0.01692,0.02556,0.00974,0.12075,0.04064,0.00515,-0.06226,0.07219,-0.03586,0.07059,-0.04886,-0.04587,0.00447],[-0.00825,0.07979,-0.01661,-0.01473,-0.02021,-0.02716,0.01606,-0.04188,-0.00346,-0.00093,0.04874,-0.01419,-0.04231,0.02525,0.01239,-0.0211,0.03159,-0.03608,0.04652,0.02388,0.08136,-0.0373,-0.03906,0.03479],[0.07918,0.01216,0.02214,-0.02928,-0.06688,0.003,0.04899,0.07492,0.01837,-0.03669,0.0078,-0.01208,0.03501,0.01339,0.14107,0.0369,0.0001,-0.07984,0.06353,-0.04984,0.06918,-0.0646,-0.05587,-0.0113],[-0.01283,0.08005,-0.02486,-0.02376,-0.03158,-0.03164,0.01935,-0.04297,0.0041,-0.00041,0.06888,-0.01824,-0.04502,0.04603,0.02004,-0.02292,0.02874,-0.01779,0.00843,0.03062,0.03558,-0.03243,-0.02587,0.03198],[0.07924,0.01658,0.03127,-0.03752,-0.06515,0.01302,0.0429,0.08717,0.02813,-0.03262,-0.00758,-0.00501,0.05284,0.01573,0.14777,0.01788,-0.01301,-0.12786,0.06567,-0.06303,0.05752,-0.07855,-0.05485,-0.0471],[-0.01745,0.08032,-0.03362,-0.03349,-0.04778,-0.04142,0.02189,-0.05143,0.03249,0.00619,0.09581,-0.03964,-0.04384,0.08547,0.04781,-0.00942,0.0108,0.00803,-0.04447,0.03624,-0.02842,-0.01695,9e-05,0.02029],[0.08343,-0.01852,-0.03067,0.0387,-0.04291,-0.03688,0.061,-0.03669,-0.0489,-0.05113,-0.01741,-0.02045,-0.01779,-0.05289,-0.00499,-0.00717,0.06426,0.00408,0.07508,0.12176,-0.01895,0.10894,0.01008,-0.02466],[0.01927,0.08295,0.04129,0.03204,0.04389,-0.00913,-0.00727,-0.0555,0.0385,-0.04545,-0.03683,0.01362,0.02501,-0.02579,-0.00444,-0.00704,-0.02858,0.02323,-0.02956,0.00755,0.04352,0.03172,-0.06466,-0.01929],[0.08349,-0.01406,-0.02147,0.03033,-0.04239,-0.02579,0.05599,-0.02189,-0.04118,-0.04779,-0.02373,-0.01383,0.0002,-0.04022,-0.00234,-0.01551,0.03724,-0.0192,0.05737,0.09122,-0.03283,0.09258,0.02104,-0.04463],[0.01464,0.08322,0.03222,0.02232,0.02912,-0.01067,-0.00325,-0.05725,0.03515,-0.03011,-0.04054,-0.00552,0.0227,-0.03464,-0.0058,-0.01106,-0.02373,0.02499,-0.02225,0.00921,0.04185,0.0263,-0.03894,-0.00934],[0.08354,-0.00968,-0.01246,0.02201,-0.04235,-0.0173,0.05189,-0.00656,-0.03379,-0.04417,-0.02498,-0.00823,0.01154,-0.03167,0.00285,-0.01948,0.02051,-0.02941,0.0411,0.06473,-0.03711,0.07686,0.02773,-0.05311],[0.01004,0.08347,0.02359,0.01313,0.01737,-0.01092,-0.00086,-0.05582,0.02865,-0.01575,-0.03318,-0.01309,0.01139,-0.03132,-0.01008,-0.02128,-0.0039,0.01796,-0.01022,0.02191,0.04466,0.03182,-0.01506,-0.00101],[0.0836,-0.00534,-0.00358,0.01374,-0.04285,-0.01048,0.04893,0.01016,-0.02743,-0.04138,-0.02213,-0.00253,0.01685,-0.02703,0.01304,-0.02008,0.01851,-0.02971,0.03005,0.04494,-0.03085,0.06281,0.02847,-0.0525],[0.00546,0.08373,0.01527,0.00426,0.0073,-0.01074,0.00155,-0.05246,0.01978,-0.00468,-0.0188,-0.01408,-0.00331,-0.02102,-0.01534,-0.03118,0.01394,0.00439,0.00226,0.03456,0.04798,0.03559,-0.00186,0.00242],[0.08365,-0.00103,0.00522,0.00549,-0.04384,-0.00448,0.04745,0.02854,-0.02322,-0.04072,-0.01682,0.0038,0.01881,-0.02631,0.02772,-0.01699,0.02519,-0.02336,0.0234,0.02792,-0.01586,0.04586,0.02066,-0.04582],[0.0009,0.08398,0.00709,-0.00448,-0.00227,-0.01064,0.005,-0.0477,0.0094,0.00187,-0.00074,-0.01208,-0.01815,-0.00762,-0.01856,-0.03693,0.02515,-0.01237,0.01494,0.04283,0.0515,0.03186,-0.00063,0.00454],[0.08371,0.00329,0.014,-0.00274,-0.04514,0.00172,0.04747,0.04865,-0.02232,-0.04287,-0.0111,0.01137,0.02032,-0.029,0.04511,-0.01076,0.03407,-0.01424,0.02012,0.00919,0.00579,0.02142,0.00431,-0.03409],[-0.00367,0.08424,-0.00111,-0.01325,-0.01245,-0.01096,0.01014,-0.04189,-0.00138,0.0036,0.01855,-0.00958,-0.03051,0.00751,-0.01673,-0.03573,0.02887,-0.02861,0.02801,0.04374,0.05724,0.01689,-0.00987,0.01096],[0.08377,0.00764,0.02285,-0.01098,-0.04633,0.00925,0.04838,0.07014,-0.02522,-0.04725,-0.00779,0.02059,0.02406,-0.03403,0.06256,-0.00361,0.0404,-0.00815,0.02045,-0.01396,0.03128,-0.01265,-0.01766,-0.0192],[-0.00825,0.08451,-0.00947,-0.02224,-0.02439,-0.01215,0.01723,-0.0356,-0.01038,0.00091,0.03773,-0.00831,-0.03849,0.02485,-0.00743,-0.02626,0.02645,-0.0391,0.03893,0.03688,0.06479,-0.00864,-0.02536,0.02526],[0.08383,0.01203,0.03182,-0.01921,-0.04653,0.01904,0.0478,0.09045,-0.02809,-0.05062,-0.01186,0.03096,0.03355,-0.03867,0.07558,-0.00274,0.03985,-0.01703,0.02323,-0.0378,0.04705,-0.04679,-0.03414,-0.01615],[-0.01285,0.08479,-0.01815,-0.03165,-0.03891,-0.01538,0.02496,-0.03172,-0.01049,-0.00368,0.05473,-0.00893,-0.04005,0.04419,0.00453,-0.01832,0.02196,-0.03201,0.0256,0.03323,0.04887,-0.02159,-0.02672,0.0339],[0.08389,0.01648,0.04101,-0.02745,-0.04505,0.03158,0.04279,0.10573,-0.02436,-0.04771,-0.02721,0.03749,0.05245,-0.03448,0.08711,-0.00831,0.02302,-0.06589,0.04179,-0.06196,0.04847,-0.07667,-0.03991,-0.04209],[-0.01749,0.08507,-0.02732,-0.04165,-0.05749,-0.02219,0.03169,-0.03515,0.00812,-0.00326,0.06887,-0.02533,-0.0324,0.0796,0.0388,0.00362,0.00304,-0.04399,0.02385,0.02694,0.02304,-0.03091,-0.01566,0.02504],[0.08809,-0.01893,-0.02147,0.04903,-0.02462,-0.04042,0.05444,-0.03939,-0.04207,-0.05869,-0.001,0.00521,-0.02266,-0.02975,-0.01818,-0.01776,0.07161,-0.00086,0.06236,0.12046,-0.00313,0.1112,0.00153,-0.03625],[0.01939,0.0876,0.0505,0.02638,0.05313,0.00897,-0.0221,-0.05683,0.04391,-0.02863,-0.03704,0.02257,0.03876,0.01588,-0.00286,-0.00437,-0.01589,0.02334,-0.02766,-0.00695,0.04559,0.0108,-0.04419,0.0181],[0.08814,-0.01446,-0.01221,0.04066,-0.02391,-0.02784,0.04958,-0.02311,-0.03703,-0.0565,-0.00723,0.01383,-0.00394,-0.01629,-0.01555,-0.02148,0.0414,-0.0229,0.04607,0.0887,-0.0235,0.09276,0.01304,-0.05813],[0.01475,0.08788,0.04116,0.0164,0.03585,0.00657,-0.01431,-0.05586,0.03815,-0.01768,-0.04389,-0.00052,0.03195,-0.00923,0.00294,-0.01014,0.00396,0.02393,-0.0101,0.01328,0.04267,0.02493,-0.02379,0.01091],[0.0882,-0.01004,-0.00313,0.03233,-0.02366,-0.0178,0.04542,-0.00701,-0.03255,-0.05209,-0.01052,0.01773,0.00713,-0.01249,-0.01011,-0.02428,0.02616,-0.03065,0.03159,0.06454,-0.03297,0.07833,0.02098,-0.06846],[0.01014,0.08815,0.03228,0.00689,0.02192,0.00555,-0.00886,-0.05297,0.02961,-0.00671,-0.03793,-0.01102,0.01932,-0.01413,-0.00146,-0.01801,0.0155,0.01194,0.00368,0.02894,0.04027,0.03604,-0.00601,0.00562],[0.08825,-0.00567,0.00585,0.02404,-0.02379,-0.00927,0.04227,0.01002,-0.03003,-0.04726,-0.01136,0.0196,0.01194,-0.01696,-0.00162,-0.02612,0.02568,-0.02663,0.02021,0.04742,-0.03213,0.06644,0.02385,-0.06977],[0.00554,0.08841,0.02369,-0.00232,0.00985,0.00514,-0.00408,-0.04857,0.01899,0.00237,-0.024,-0.01422,0.00368,-0.00783,-0.00977,-0.02494,0.0199,-0.0073,0.01555,0.03997,0.03874,0.04161,0.00399,0.00068],[0.08831,-0.00131,0.01477,0.01579,-0.02418,-0.00121,0.04047,0.02889,-0.03089,-0.04406,-0.0103,0.02255,0.01305,-0.02711,0.00822,-0.0266,0.03439,-0.01335,0.01027,0.03298,-0.02275,0.0525,0.0201,-0.06315],[0.00096,0.08867,0.01523,-0.0114,-0.00165,0.00487,0.00128,-0.04282,0.00696,0.0081,-0.00608,-0.01369,-0.01246,0.00325,-0.01721,-0.0288,0.01972,-0.02836,0.02677,0.04654,0.03913,0.04027,0.00495,-0.00239],[0.08836,0.00305,0.02369,0.00756,-0.02472,0.00744,0.04032,0.05045,-0.03682,-0.0443,-0.00848,0.02934,0.01312,-0.04141,0.0171,-0.02581,0.04728,0.00831,-0.00071,0.0165,-0.00641,0.03137,0.00889,-0.04751],[-0.00363,0.08894,0.00675,-0.02052,-0.01378,0.00444,0.00825,-0.03563,-0.00577,0.00898,0.01275,-0.01083,-0.02614,0.01599,-0.02071,-0.02806,0.01675,-0.04553,0.03644,0.04751,0.0425,0.03049,-0.00226,-0.00023],[0.08842,0.00743,0.03265,-0.00067,-0.02529,0.01783,0.04207,0.0756,-0.04985,-0.04918,-0.00721,0.04227,0.01422,-0.05946,0.02229,-0.02449,0.06138,0.03972,-0.0158,-0.00589,0.01582,-0.00148,-0.00971,-0.01944],[-0.00823,0.08922,-0.00191,-0.02984,-0.02776,0.00363,0.01775,-0.02671,-0.01842,0.00343,0.03011,-0.00529,-0.03454,0.02868,-0.01882,-0.02249,0.01379,-0.05061,0.04012,0.04224,0.04838,0.01258,-0.01468,0.01133],[0.08848,0.01186,0.0417,-0.00892,-0.02566,0.0309,0.04546,0.10467,-0.07118,-0.05839,-0.00726,0.0623,0.01727,-0.08095,0.02043,-0.02426,0.07447,0.08301,-0.03949,-0.03592,0.04044,-0.0473,-0.03318,0.0234],[-0.01284,0.08951,-0.0109,-0.03955,-0.04474,0.00218,0.03059,-0.01569,-0.03049,-0.00968,0.04441,0.00423,-0.03604,0.03861,-0.01329,-0.01462,0.01552,-0.03033,0.0271,0.03252,0.05181,-0.00885,-0.02599,0.0363],[0.08854,0.01634,0.05093,-0.01721,-0.02486,0.04548,0.04393,0.12678,-0.08001,-0.06103,-0.01708,0.07568,0.03174,-0.08628,0.02409,-0.02603,0.06618,0.07709,-0.04362,-0.06564,0.04297,-0.08491,-0.04161,0.02523],[-0.01749,0.0898,-0.02039,-0.04977,-0.0654,-0.00098,0.04425,-0.00847,-0.03106,-0.02359,0.04991,0.00687,-0.0251,0.05589,0.00885,0.00235,0.01243,-0.02411,0.02739,0.01985,0.04859,-0.0314,-0.02465,0.04696],[0.09274,-0.0193,-0.01193,0.05948,-0.00393,-0.04143,0.04343,-0.04454,-0.032,-0.06256,0.01994,0.03711,-0.01955,0.02177,-0.04114,-0.02099,0.04378,-0.01483,0.03661,0.08908,0.00919,0.08343,-0.00429,-0.02325],[0.01949,0.09224,0.05963,0.02007,0.06007,0.02667,-0.03465,-0.05479,0.04922,-0.01539,-0.04029,0.02994,0.05613,0.05306,0.0023,0.00535,-0.01613,0.0232,-0.0269,-0.02887,0.03641,-0.01704,-0.0255,0.0518],[0.0928,-0.01483,-0.00266,0.05112,-0.00313,-0.028,0.03876,-0.02719,-0.02902,-0.06084,0.01377,0.04615,-0.00109,0.03354,-0.0379,-0.02122,0.01336,-0.03381,0.02176,0.0583,-0.01623,0.06535,0.00821,-0.0481],[0.01485,0.09252,0.05012,0.00995,0.0411,0.02368,-0.02396,-0.05172,0.0402,-0.00695,-0.0506,0.00182,0.04423,0.0094,0.01429,-0.00374,0.02125,0.0256,-5e-05,0.01039,0.03352,0.01681,-0.00939,0.02609],[0.09286,-0.01039,0.00647,0.04279,-0.00282,-0.01723,0.03456,-0.01106,-0.02673,-0.05406,0.0073,0.04386,0.00746,0.02603,-0.02846,-0.02359,0.00774,-0.03661,0.01329,0.04275,-0.02868,0.05712,0.0167,-0.06277],[0.01022,0.0928,0.04107,0.00023,0.02564,0.02224,-0.0162,-0.04718,0.0296,0.0011,-0.04398,-0.00895,0.02976,0.00085,0.00821,-0.01037,0.0257,0.00819,0.0142,0.02844,0.02728,0.03397,0.00464,0.00919],[0.09291,-0.00599,0.01551,0.03451,-0.00271,-0.00787,0.03103,0.00543,-0.02667,-0.04515,0.00273,0.03711,0.00879,0.0079,-0.01695,-0.02638,0.01648,-0.02818,0.00769,0.03518,-0.03088,0.05276,0.02066,-0.0689],[0.00561,0.09306,0.03228,-0.00924,0.01205,0.02144,-0.00953,-0.04157,0.01726,0.00851,-0.0288,-0.01275,0.01241,0.00591,-0.00361,-0.01526,0.01901,-0.01638,0.02467,0.03837,0.02213,0.0424,0.01247,-0.0028],[0.09297,-0.00161,0.02453,0.02627,-0.00262,0.00116,0.02846,0.02356,-0.03024,-0.03685,0.00103,0.03146,0.00584,-0.01433,-0.00691,-0.02841,0.03044,-0.01188,0.0013,0.02859,-0.02536,0.04605,0.01915,-0.06645],[0.00101,0.09333,0.02363,-0.01858,-0.00095,0.02084,-0.00254,-0.03476,0.00334,0.01385,-0.00963,-0.01352,-0.00613,0.01521,-0.01516,-0.01772,0.00956,-0.04071,0.03394,0.04423,0.02009,0.04441,0.01306,-0.0105],[0.09302,0.00278,0.03357,0.01806,-0.00251,0.0109,0.02732,0.0445,-0.03896,-0.03183,0.00138,0.03104,0.00168,-0.03796,-0.00043,-0.02945,0.04527,0.01266,-0.00908,0.01798,-0.0139,0.03184,0.01131,-0.05388],[-0.00359,0.09361,0.01494,-0.02797,-0.01457,0.02026,0.006,-0.02627,-0.01183,0.01466,0.01006,-0.0113,-0.02253,0.0251,-0.0236,-0.01712,0.0007,-0.05867,0.04071,0.04579,0.02181,0.03978,0.00724,-0.01239],[0.09308,0.00719,0.04264,0.00983,-0.00251,0.02247,0.0284,0.06987,-0.05539,-0.03301,0.00248,0.03975,-0.00113,-0.06326,0.00046,-0.02987,0.06057,0.05167,-0.02838,-0.00065,0.00308,0.00492,-0.00404,-0.02538],[-0.0082,0.09389,0.00607,-0.03754,-0.03005,0.01978,0.01751,-0.0151,-0.02833,0.00727,0.02668,-0.00328,-0.03237,0.03329,-0.0278,-0.01399,-0.00358,-0.06142,0.04045,0.04183,0.02709,0.02794,-0.00289,-0.00491],[0.09314,0.01164,0.05176,0.00157,-0.00298,0.03714,0.03367,0.10338,-0.08637,-0.04399,0.00605,0.0625,-0.00359,-0.09487,-0.0093,-0.02963,0.08018,0.12652,-0.0693,-0.03227,0.02966,-0.04318,-0.03114,0.03894],[-0.01282,0.09419,-0.00316,-0.04745,-0.04877,0.0199,0.03446,0.00179,-0.05007,-0.01394,0.03765,0.01669,-0.0326,0.03412,-0.03013,-0.00987,0.00511,-0.0281,0.02221,0.02995,0.03888,0.00538,-0.01733,0.0259],[0.09319,0.01616,0.06092,-0.00684,-0.00532,0.05767,0.05141,0.15989,-0.16161,-0.07491,0.02796,0.11338,-0.02123,-0.15588,-0.04973,-0.02427,0.12385,0.32575,-0.17829,-0.09219,0.09411,-0.14534,-0.0921,0.22486],[-0.01748,0.09451,-0.01293,-0.05788,-0.073,0.0233,0.06623,0.04007,-0.10722,-0.06232,0.05326,0.0654,-0.03576,0.00066,-0.04872,-0.00126,0.05166,0.12849,-0.05195,-0.00542,0.09627,-0.06164,-0.06367,0.1691],[0.0974,-0.01966,-0.00217,0.06991,0.01829,-0.03998,0.02932,-0.05038,-0.0183,-0.06802,0.04879,0.08332,-0.00545,0.11335,-0.07772,-0.01288,-0.03502,-0.04424,-0.00741,0.01794,0.01342,0.02017,-0.00935,0.01626],[0.01958,0.09684,0.06867,0.01318,0.06457,0.04337,-0.0444,-0.04919,0.05373,-0.00536,-0.04917,0.03271,0.07493,0.07407,0.01461,0.01691,-0.01336,0.02879,-0.02425,-0.04702,0.02007,-0.04038,-0.0074,0.07285],[0.09746,-0.01518,0.0071,0.06157,0.01905,-0.0264,0.02483,-0.03267,-0.01664,-0.06541,0.04149,0.08933,0.01121,0.11802,-0.07151,-0.01151,-0.05851,-0.05773,-0.01861,-0.0068,-0.01457,0.00666,0.00441,-0.01288],[0.01493,0.09713,0.05909,0.00301,0.04483,0.0402,-0.03192,-0.04442,0.04151,0.00149,-0.06031,0.00261,0.05843,0.01964,0.02825,0.00476,0.03385,0.03077,0.00751,0.00433,0.0169,0.00707,0.00514,0.03366],[0.09751,-0.01073,0.0162,0.05328,0.01907,-0.01592,0.02066,-0.01788,-0.01594,-0.05281,0.02725,0.07077,0.01336,0.08245,-0.04945,-0.01641,-0.03349,-0.04801,-0.01196,0.00113,-0.02548,0.01553,0.013,-0.03676],[0.0103,0.09741,0.04994,-0.00685,0.02852,0.03877,-0.02259,-0.03806,0.02893,0.00643,-0.05039,-0.00426,0.04291,0.01523,0.01693,-0.00054,0.02591,0.00602,0.01851,0.01954,0.0068,0.02621,0.01685,0.00905],[0.09757,-0.00631,0.02528,0.04502,0.01924,-0.00667,0.01658,-0.00309,-0.01717,-0.03699,0.01734,0.0485,0.008,0.04204,-0.02906,-0.021,-0.00401,-0.03312,-0.0048,0.01258,-0.028,0.02585,0.01773,-0.05184],[0.00568,0.09768,0.04104,-0.01649,0.01389,0.03778,-0.01441,-0.03112,0.01465,0.01228,-0.03304,-0.00724,0.02365,0.02074,0.00112,-0.00408,0.01008,-0.02232,0.02648,0.02794,-0.00076,0.03674,0.02282,-0.0073],[0.09763,-0.00191,0.03439,0.03681,0.0198,0.00238,0.01268,0.01293,-0.0214,-0.02055,0.01405,0.02888,-0.00214,0.00604,-0.01497,-0.02344,0.01787,-0.01777,-0.00179,0.01891,-0.02527,0.03064,0.01817,-0.05781],[0.00107,0.09795,0.03224,-0.02603,-0.00023,0.03698,-0.00595,-0.023,-0.00194,0.0174,-0.01195,-0.0091,0.00174,0.02719,-0.01425,-0.00566,-0.00481,-0.0464,0.03317,0.03401,-0.00348,0.0418,0.02229,-0.01682],[0.09768,0.0025,0.04355,0.02862,0.02076,0.01199,0.00923,0.03085,-0.02932,-0.00525,0.01608,0.01421,-0.01455,-0.02436,-0.00743,-0.02361,0.03042,-0.00205,-0.00396,0.01773,-0.01942,0.02734,0.0142,-0.05563],[-0.00354,0.09823,0.02342,-0.03559,-0.01491,0.03632,0.00416,-0.01271,-0.02139,0.01891,0.0106,-0.00839,-0.02005,0.032,-0.02802,-0.00479,-0.01686,-0.06013,0.03589,0.03664,-0.0004,0.04079,0.01548,-0.01738],[0.09774,0.00692,0.05276,0.02044,0.02185,0.02303,0.00676,0.05129,-0.04067,0.00537,0.01903,0.00791,-0.02374,-0.04919,-0.00461,-0.02255,0.03624,0.01599,-0.01215,0.00789,-0.01432,0.01439,0.00761,-0.04806],[-0.00816,0.09852,0.01443,-0.04533,-0.03139,0.03615,0.01769,0.00134,-0.0443,0.01124,0.03011,0.00026,-0.03567,0.03325,-0.03956,-0.00267,-0.02148,-0.05457,0.02966,0.03371,0.00813,0.03234,0.00415,-0.00628],[0.0978,0.01137,0.06199,0.01221,0.02263,0.0363,0.00595,0.07493,-0.05489,0.00723,0.01814,0.01393,-0.02349,-0.06844,-0.0044,-0.02142,0.03895,0.04049,-0.02866,-0.01176,-0.01502,-0.00968,0.00146,-0.03698],[-0.01279,0.09883,0.00505,-0.05537,-0.05114,0.03734,0.03733,0.02213,-0.07274,-0.01527,0.03889,0.02747,-0.03547,0.02714,-0.04874,-0.00264,-0.00805,-0.01349,0.00657,0.02245,0.02191,0.01315,-0.0096,0.02218],[0.09786,0.01586,0.07123,0.00388,0.02274,0.05226,0.00755,0.103,-0.07417,-0.00031,0.01453,0.03257,-0.0143,-0.08387,-0.00767,-0.01905,0.03976,0.08088,-0.05914,-0.04302,-0.02213,-0.04783,-0.00352,-0.01516],[-0.01745,0.09915,-0.00487,-0.06585,-0.0756,0.04133,0.06716,0.05553,-0.11547,-0.07085,0.03268,0.08515,-0.01555,0.00361,-0.06018,-0.00705,0.03742,0.09366,-0.04597,-0.00183,0.05005,-0.02642,-0.03145,0.0924],[0.10205,-0.01999,0.00764,0.08026,0.04064,-0.03692,0.01396,-0.05628,-0.0019,-0.07544,0.07903,0.13589,0.0176,0.22278,-0.11742,0.00411,-0.13959,-0.07724,-0.06022,-0.07348,0.01171,-0.06143,-0.01163,0.06744],[0.01965,0.10141,0.07753,0.00583,0.06606,0.05744,-0.05091,-0.04218,0.05651,0.00889,-0.07678,0.00789,0.0861,0.03286,0.05437,0.01951,0.05079,0.06233,0.00194,-0.02088,0.00821,-0.02833,0.01078,0.06339],[0.1021,-0.01552,0.01698,0.0719,0.04208,-0.02249,0.0091,-0.03688,-0.00029,-0.07779,0.08177,0.15841,0.03817,0.25849,-0.12671,0.01129,-0.20136,-0.10532,-0.08702,-0.12527,-0.0239,-0.0942,-0.00022,0.05327],[0.015,0.1017,0.0681,-0.00438,0.04741,0.05611,-0.03838,-0.03334,0.0427,0.0057,-0.06895,0.00881,0.07573,0.03272,0.03855,0.01431,0.03022,0.03213,0.00656,-0.01251,-0.00726,-0.00802,0.01999,0.03447],[0.10216,-0.01106,0.02592,0.06368,0.04072,-0.0144,0.00559,-0.02666,-0.00138,-0.05001,0.0431,0.0936,0.02381,0.13991,-0.06527,-0.00561,-0.07766,-0.05574,-0.03756,-0.04704,-0.0211,-0.03499,0.0082,0.00419],[0.01037,0.10198,0.05891,-0.01432,0.03072,0.05485,-0.0281,-0.02551,0.02848,0.00812,-0.05551,0.00656,0.05954,0.03428,0.02164,0.00989,0.01085,0.0009,0.01365,-0.00134,-0.02037,0.01119,0.03008,0.00533],[0.10222,-0.00663,0.03499,0.05547,0.04072,-0.00592,0.00098,-0.01433,-0.0034,-0.02528,0.0259,0.05031,0.00932,0.06857,-0.03126,-0.01338,-0.01605,-0.0306,-0.01254,-0.00814,-0.02114,-0.00387,0.01358,-0.0229],[0.00575,0.10225,0.04992,-0.02407,0.01537,0.05374,-0.01878,-0.01756,0.01241,0.01299,-0.03724,0.00351,0.03833,0.03778,0.00379,0.00647,-0.00763,-0.02818,0.02057,0.00802,-0.02878,0.02461,0.03444,-0.0141],[0.10228,-0.00221,0.04418,0.04728,0.04177,0.0027,-0.00436,-0.00056,-0.00796,0.00021,0.02347,0.01616,-0.00985,0.02069,-0.01366,-0.01517,0.0115,-0.0175,-0.00025,0.01059,-0.01974,0.0117,0.01494,-0.03564],[0.00113,0.10253,0.04103,-0.03372,0.00045,0.0528,-0.00911,-0.00835,-0.00661,0.01796,-0.01544,0.00016,0.01347,0.0394,-0.01336,0.00487,-0.02241,-0.04957,0.02611,0.01647,-0.03117,0.03332,0.03292,-0.02533],[0.10234,0.0022,0.05349,0.03914,0.04376,0.01167,-0.01022,0.01455,-0.01629,0.02818,0.03277,-0.01453,-0.03564,-0.01442,-0.00754,-0.01199,0.01668,-0.01055,0.0042,0.01693,-0.01556,0.01647,0.01137,-0.0368],[-0.00349,0.10282,0.03213,-0.0434,-0.01493,0.05209,0.00218,0.00337,-0.02975,0.02038,0.00931,-0.00118,-0.01331,0.03847,-0.03061,0.00578,-0.03458,-0.0585,0.02638,0.02139,-0.02629,0.03594,0.02483,-0.02493],[0.1024,0.00663,0.06293,0.03103,0.04647,0.02138,-0.01634,0.03115,-0.02866,0.05829,0.05098,-0.0434,-0.06693,-0.0413,-0.00987,-0.00443,0.00509,-0.00647,0.00246,0.01374,-0.00979,0.01213,0.0034,-0.02854],[-0.00811,0.10311,0.02311,-0.05322,-0.03165,0.05173,0.01636,0.01883,-0.05835,0.01758,0.03567,0.00202,-0.04011,0.03318,-0.04913,0.00881,-0.04329,-0.04909,0.0173,0.02111,-0.01283,0.03202,0.01029,-0.00912],[0.10246,0.01108,0.07235,0.02286,0.04871,0.03318,-0.02105,0.0501,-0.04051,0.07756,0.06226,-0.05766,-0.084,-0.05876,-0.01211,0.00267,-0.00992,-0.00134,-0.0054,0.00064,-0.01457,-0.00133,-0.00057,-0.02509],[-0.01275,0.10341,0.01372,-0.06331,-0.0514,0.05289,0.03599,0.03993,-0.0893,-0.00557,0.04726,0.02619,-0.04598,0.024,-0.06362,0.00724,-0.03433,-0.01469,-0.00401,0.0137,0.0012,0.02167,-0.00265,0.01054],[0.10252,0.01556,0.0816,0.01456,0.04928,0.04805,-0.02289,0.07208,-0.04716,0.07436,0.05273,-0.04559,-0.06867,-0.06475,-0.00673,0.00476,-0.01735,0.00797,-0.02013,-0.02361,-0.03985,-0.02356,0.00744,-0.03919],[-0.0174,0.10373,0.0037,-0.07378,-0.07574,0.05705,0.06307,0.06734,-0.11551,-0.06682,0.02133,0.09057,-0.00377,0.01383,-0.06535,-0.00762,0.008,0.04302,-0.03482,-0.00051,-0.00047,0.00742,-0.00134,0.01113],[0.1067,-0.02027,0.01694,0.09061,0.05862,-0.03861,0.00112,-0.07115,0.01302,-0.05661,0.05051,0.09433,0.01547,0.15545,-0.06775,-0.00304,-0.03139,-0.01406,-0.02714,-0.0233,0.04441,-0.04484,-0.01586,0.07784],[0.01971,0.10594,0.08637,-0.00196,0.06599,0.06978,-0.05525,-0.03245,0.05816,0.02203,-0.11022,-0.02325,0.09371,-0.029,0.10014,0.01542,0.12879,0.10047,0.0309,0.01369,-0.00309,-0.00702,0.02205,0.04701],[0.10675,-0.01581,0.02616,0.0823,0.0592,-0.0259,-0.00321,-0.05445,0.01401,-0.05091,0.03907,0.09125,0.02663,0.144,-0.05462,-0.0035,-0.03523,-0.01819,-0.03022,-0.0355,0.01751,-0.04947,-0.00569,0.05285],[0.01507,0.10623,0.07707,-0.01214,0.04841,0.06983,-0.04318,-0.02107,0.0436,0.01268,-0.08815,-0.00055,0.08773,0.01043,0.06305,0.0157,0.05945,0.04699,0.01652,-0.00782,-0.02778,-0.00574,0.03135,0.02244],[0.10681,-0.01135,0.03527,0.07401,0.0593,-0.01562,-0.00785,-0.04092,0.01408,-0.03366,0.02244,0.06301,0.02329,0.09659,-0.02811,-0.00867,-0.00065,-0.00765,-0.01508,-0.01661,0.00358,-0.03112,0.00193,0.02547],[0.01043,0.1065,0.06794,-0.02214,0.03212,0.06954,-0.03272,-0.0109,0.02877,0.00901,-0.06396,0.01528,0.07596,0.04369,0.02899,0.01592,-0.00049,-0.00236,0.00721,-0.02245,-0.04807,-0.00309,0.04055,-0.00123],[0.10687,-0.00692,0.04444,0.06577,0.06009,-0.00632,-0.01355,-0.02807,0.01288,-0.01031,0.01517,0.03075,0.01088,0.05298,-0.00838,-0.01095,0.02253,-0.00234,-0.00143,0.00113,-0.00566,-0.01314,0.00862,0.00233],[0.00581,0.10678,0.0589,-0.03194,0.01641,0.06853,-0.02272,-0.00196,0.01164,0.0123,-0.04405,0.01488,0.05481,0.04948,0.00812,0.01309,-0.02435,-0.03336,0.01164,-0.01471,-0.05798,0.01073,0.04557,-0.02495],[0.10692,-0.0025,0.05374,0.05759,0.06196,0.0024,-0.02045,-0.0153,0.0089,0.01954,0.02022,-0.00432,-0.01235,0.017,0.00176,-0.00887,0.02834,-0.00323,0.00836,0.01288,-0.00992,-0.00065,0.0111,-0.01048],[0.00119,0.10705,0.04995,-0.04166,0.00099,0.06763,-0.01218,0.00816,-0.00882,0.01615,-0.0226,0.01199,0.02953,0.04817,-0.00977,0.01118,-0.03781,-0.05245,0.01641,-0.0045,-0.06074,0.02181,0.04461,-0.03986],[0.10699,0.00191,0.06321,0.04949,0.06512,0.01085,-0.02864,-0.00222,0.0001,0.05808,0.04013,-0.04507,-0.05017,-0.01335,0.00166,-0.00092,0.01567,-0.00811,0.014,0.01857,-0.00757,0.00511,0.0067,-0.00916],[-0.00343,0.10734,0.04098,-0.0514,-0.01491,0.06713,7e-05,0.02098,-0.03376,0.01707,0.00118,0.01158,0.00269,0.04376,-0.02784,0.0114,-0.04748,-0.05774,0.01555,0.00207,-0.05637,0.02676,0.03719,-0.04236],[0.10705,0.00634,0.07294,0.04147,0.06986,0.01901,-0.03843,0.01144,-0.0165,0.11049,0.08089,-0.09776,-0.11071,-0.04075,-0.01109,0.01573,-0.01996,-0.01469,0.01442,0.0183,0.0052,0.00367,-0.00847,0.01377],[-0.00806,0.10764,0.03194,-0.06127,-0.03188,0.06693,0.01481,0.03731,-0.0647,0.01486,0.02865,0.01387,-0.027,0.03525,-0.04876,0.0142,-0.05639,-0.0466,0.00565,0.00361,-0.04282,0.02611,0.02262,-0.02863],[0.10711,0.01078,0.08311,0.03356,0.07722,0.0258,-0.05151,0.02508,-0.04723,0.19323,0.16115,-0.18079,-0.21843,-0.07005,-0.04503,0.04803,-0.09396,-0.0225,0.00781,0.01328,0.04115,-0.00383,-0.04418,0.07803],[-0.01269,0.10794,0.02289,-0.07126,-0.0492,0.06581,0.03057,0.05625,-0.10637,0.02366,0.07459,0.00357,-0.0802,0.01812,-0.08139,0.024,-0.07835,-0.02217,-0.01366,0.00289,-0.00973,0.02393,-0.00557,0.01517],[0.10717,0.01525,0.09208,0.0252,0.07612,0.0421,-0.05142,0.04704,-0.04261,0.16754,0.1242,-0.14482,-0.16701,-0.06834,-0.02489,0.0409,-0.08108,-0.01626,-0.00319,-0.01167,-0.00697,-0.0231,-0.01897,0.02897],[-0.01734,0.10826,0.01283,-0.0817,-0.07344,0.0703,0.05646,0.08093,-0.12435,-0.04193,0.03812,0.07325,-0.02568,0.01551,-0.0783,0.00381,-0.03687,0.01136,-0.03411,-0.006,-0.02924,0.02274,0.00834,-0.02177],[0.11134,-0.02056,0.02616,0.10079,0.07564,-0.03976,-0.01078,-0.0845,0.02811,-0.04255,0.02054,0.05779,0.01787,0.09265,-0.01883,-0.00721,0.06687,0.05118,-0.00049,0.01673,0.07535,-0.03453,-0.0245,0.09873],[0.01977,0.11042,0.09546,-0.01012,0.06632,0.08232,-0.05932,-0.01732,0.06003,0.02757,-0.12849,-0.03078,0.1064,-0.05198,0.1223,0.01367,0.14723,0.10891,0.03487,0.01173,-0.0266,-0.00707,0.03254,0.02553],[0.11139,-0.01609,0.03533,0.09247,0.07603,-0.02718,-0.01486,-0.06795,0.02948,-0.03756,0.00775,0.05498,0.02978,0.0803,-0.00507,-0.00837,0.06516,0.04731,-0.00291,0.00563,0.04757,-0.03783,-0.01404,0.0731],[0.01513,0.1107,0.08618,-0.02025,0.0491,0.08272,-0.04746,-0.00553,0.04535,0.0167,-0.10255,-0.00231,0.10142,-0.002,0.07961,0.01542,0.06608,0.04965,0.0159,-0.01683,-0.05314,-0.01029,0.04204,0.00243],[0.11145,-0.01164,0.04443,0.0841,0.07614,-0.01614,-0.01947,-0.05335,0.03062,-0.02523,-0.00363,0.03994,0.03224,0.05638,0.00995,-0.01041,0.06978,0.04281,0.00119,0.00575,0.02537,-0.03025,-0.00486,0.04809],[0.01049,0.11097,0.07703,-0.03025,0.03282,0.08237,-0.03682,0.00517,0.03038,0.01158,-0.07568,0.01772,0.09016,0.03772,0.04131,0.01617,-0.00209,-0.00373,0.00292,-0.03632,-0.07377,-0.01051,0.05092,-0.02096],[0.1115,-0.00721,0.0536,0.07577,0.07709,-0.00622,-0.02564,-0.04023,0.0314,-0.00512,-0.00639,0.01833,0.02496,0.03476,0.01924,-0.01004,0.06412,0.03091,0.00621,0.00725,0.00681,-0.02077,0.00464,0.02468],[0.00587,0.11124,0.06798,-0.04008,0.01712,0.08139,-0.02654,0.01496,0.01281,0.01304,-0.05261,0.02242,0.06988,0.05094,0.01549,0.01443,-0.03583,-0.03837,0.00268,-0.03485,-0.08422,-0.00094,0.05599,-0.04411],[0.11156,-0.00279,0.06292,0.06757,0.07932,0.00276,-0.03365,-0.02855,0.03034,0.02471,0.00029,-0.01288,0.00477,0.01155,0.02434,-0.00693,0.05289,0.01506,0.01422,0.01238,-0.00616,-0.01024,0.01159,0.00589],[0.00125,0.11151,0.059,-0.04981,0.00158,0.08058,-0.01556,0.02584,-0.00881,0.01597,-0.03016,0.02126,0.04444,0.05014,-0.0042,0.0129,-0.05085,-0.05645,0.00576,-0.02585,-0.08646,0.00901,0.05502,-0.05952],[0.11162,0.00162,0.07243,0.05951,0.08303,0.01133,-0.0433,-0.01739,0.02564,0.06391,0.01865,-0.05251,-0.02931,-0.01098,0.02377,0.0006,0.03249,-0.00292,0.02261,0.01701,-0.01297,-0.00347,0.01297,-0.00289],[-0.00338,0.11181,0.05003,-0.05958,-0.01446,0.08039,-0.00279,0.03953,-0.03546,0.01609,-0.00614,0.02185,0.01734,0.04444,-0.02323,0.01341,-0.05987,-0.05895,0.00375,-0.01957,-0.08173,0.01336,0.0475,-0.06232],[0.11169,0.00605,0.08216,0.05154,0.08797,0.02001,-0.05392,-0.00544,0.01538,0.11098,0.05013,-0.09846,-0.07693,-0.0314,0.01616,0.014,-0.0001,-0.01904,0.02725,0.01676,-0.01276,-0.00438,0.00662,0.00339],[-0.008,0.11211,0.04099,-0.06946,-0.03157,0.08072,0.01243,0.05674,-0.06796,0.01265,0.02069,0.02551,-0.01153,0.03488,-0.04457,0.01623,-0.06767,-0.04535,-0.00702,-0.01842,-0.06893,0.01266,0.03352,-0.05038],[0.11175,0.01049,0.09204,0.04359,0.09348,0.02926,-0.0644,0.00871,-0.00146,0.16246,0.09326,-0.1471,-0.13461,-0.04966,0.00149,0.03306,-0.04442,-0.02816,0.02398,0.00838,-0.00489,-0.01427,-0.00765,0.02654],[-0.01264,0.11243,0.03183,-0.0795,-0.04975,0.08091,0.02956,0.07667,-0.10653,0.01014,0.05385,0.02753,-0.04783,0.02033,-0.07155,0.02157,-0.07988,-0.02045,-0.02573,-0.02021,-0.04599,0.01164,0.01306,-0.02344],[0.11182,0.01495,0.10158,0.03546,0.09632,0.04165,-0.07032,0.02723,-0.01244,0.18411,0.10908,-0.16207,-0.15183,-0.0584,-0.00232,0.04414,-0.07199,-0.0275,0.01299,-0.01106,-0.01686,-0.03095,-0.00845,0.02702],[-0.01728,0.11274,0.02225,-0.08976,-0.07062,0.08252,0.05022,0.09822,-0.13766,-0.01457,0.06216,0.05308,-0.05351,0.00967,-0.09014,0.01785,-0.07766,0.00307,-0.0444,-0.02211,-0.0411,0.0166,0.0064,-0.02319]],"ArInv":{"4":[[0.002281902417260057,1.7607594407687218e-05,-0.00037459493883245607,-0.0003724040478779931],[1.7607594407685446e-05,0.0029960600292843896,-0.0005903185771549123,0.0006216975706137057],[-0.0003745949388324551,-0.0005903185771549115,0.0006386061943907678,-6.501947595610578e-05],[-0.00037240404787799444,0.0006216975706137055,-6.501947595610558e-05,0.0006470182445648846]],"8":[[0.0024529923887139835,4.196637180526867e-05,-0.00040768031693368947,-0.0004656198904106217,0.00010149544127410881,1.3302922272028408e-05,0.00017161742950003,-3.464747547854604e-05],[4.196637180526699e-05,0.003018330751686469,-0.0005776906144722028,0.0005832391127889751,1.8660185858877636e-06,-9.497728994994545e-06,2.303573128120668e-05,-5.194135371237894e-05],[-0.00040768031693368833,-0.0005776906144722018,0.0006817982898448435,-4.7423454565699544e-05,-9.418513798984891e-05,-8.912847423619621e-07,-2.417634802895702e-05,-2.9564409273393503e-05],[-0.00046561989041062285,0.0005832391127889746,-4.742345456569936e-05,0.0007659992334293296,-0.00011312175757126778,-1.976023315490181e-05,-7.537669757419416e-05,9.435842156550156e-05],[0.00010149544127410817,1.8660185858876717e-06,-9.41851379898488e-05,-0.00011312175757126753,0.00026255136630508243,3.4004011393956843e-06,6.858678846511942e-05,-1.3384314326082868e-05],[1.33029222720285e-05,-9.497728994994792e-06,-8.912847423618767e-07,-1.9760233154901975e-05,3.4004011393957114e-06,0.0001934767243792619,-1.3298717947632884e-06,9.324712361469406e-06],[0.00017161742950002983,2.3035731281206816e-05,-2.4176348028957077e-05,-7.537669757419404e-05,6.858678846511954e-05,-1.329871794763301e-06,0.00017995384258000482,-2.526206189695446e-05],[-3.464747547854598e-05,-5.194135371237889e-05,-2.9564409273393496e-05,9.435842156550141e-05,-1.3384314326082909e-05,9.324712361469445e-06,-2.5262061896954497e-05,0.00012933460231620748]],"16":[[0.0027430687767211847,2.0887096239732297e-05,-0.00045143273349790796,-0.00047101232173796665,8.002391523342146e-05,2.470924382162783e-05,0.00019630177507494717,-1.5721961715395302e-05,-5.7155848419895466e-05,8.354542567997192e-05,0.00011674939466749857,2.0026886683907115e-05,9.263548894587288e-05,-6.764098333898205e-06,-4.741556023387882e-08,-1.1314602169436256e-05],[2.088709623972959e-05,0.0030652435055565043,-0.0005108440694751779,0.0005505083096396978,-6.3238562930663814e-06,-3.416937007765739e-05,2.2169022954442967e-05,-0.0001062878501767523,-4.8755627626604615e-05,-3.94344545786703e-05,-1.8564924076819744e-05,-2.6744270449020716e-05,-2.4891998057061746e-06,2.8744176528921473e-05,-2.1659642200316526e-05,4.787181859477879e-06],[-0.00045143273349790704,-0.0005108440694751774,0.0007994324920125098,-7.264470928703265e-05,-0.00010954699430114355,-3.834833204407604e-05,-3.0150394369918782e-05,-0.00010087575837427833,-7.877254481174828e-05,-7.860090625696614e-05,-1.0113055829231843e-05,-3.065037489702463e-05,-2.9379902999709855e-05,4.318873531994568e-05,-3.14634427215665e-05,-5.413077328177035e-06],[-0.00047101232173796834,0.000550508309639698,-7.264470928703236e-05,0.0008102464385258008,-0.00010907869736276366,-4.09224409005669e-06,-7.867240507210786e-05,0.0001391733222267218,2.641035699663475e-05,8.98536356038504e-06,2.5274118861978632e-05,2.572648612607174e-05,-2.873169233518206e-05,-1.5219864775311735e-05,1.3814282397630447e-05,-1.3955655141678191e-05],[8.002391523342091e-05,-6.323856293066571e-06,-0.00010954699430114338,-0.00010907869736276343,0.0002707495880190196,1.0175400725686837e-05,7.002369853588844e-05,-2.498787818319135e-06,1.6089833344257754e-05,1.0629022080787929e-05,-1.2484795363510294e-05,7.2134101638791515e-06,-8.275021371499534e-06,1.481536688189262e-06,6.0504925903492405e-06,8.868497309699027e-06],[2.4709243821628035e-05,-3.416937007765777e-05,-3.834833204407598e-05,-4.092244090056906e-06,1.0175400725686866e-05,0.00021136970398130488,5.781166541747795e-07,3.81622996938329e-05,3.459613046325822e-05,2.1741776857679515e-05,1.2891506934681563e-05,1.2422146781886546e-05,1.7909407844162413e-06,-4.961514433877968e-06,1.4636325523155333e-05,2.538211129989535e-06],[0.0001963017750749471,2.2169022954443082e-05,-3.015039436991887e-05,-7.867240507210777e-05,7.002369853588859e-05,5.7811665417477e-07,0.00018569039299459573,-2.285821617513661e-05,-9.760799284145061e-06,1.7968977252276624e-05,3.401542723967307e-06,1.1567313864327851e-06,5.075723636308947e-06,4.695763753442719e-06,3.174967950693441e-06,4.991522747713838e-06],[-1.5721961715395994e-05,-0.00010628785017675226,-0.00010087575837427826,0.0001391733222267225,-2.4987878183193075e-06,3.816229969383293e-05,-2.2858216175136765e-05,0.0001968562425741525,4.806485285731057e-05,4.66825930821851e-05,2.325350792364814e-05,3.197516538392154e-05,-1.1100315019025704e-05,-2.977880704265298e-05,2.9248257578159267e-05,-4.263494004365358e-06],[-5.7155848419895174e-05,-4.875562762660531e-05,-7.877254481174824e-05,2.6410356996634605e-05,1.6089833344257734e-05,3.459613046325822e-05,-9.760799284145071e-06,4.806485285731059e-05,0.00011826302734069118,1.3040664212152116e-05,-4.482875453639699e-06,1.7212918419273064e-05,-2.7312878925575854e-07,-2.0122854719464453e-05,1.524172859911916e-05,-1.6144379224444605e-06],[8.354542567997223e-05,-3.9434454578670166e-05,-7.860090625696616e-05,8.98536356038511e-06,1.0629022080787945e-05,2.17417768576795e-05,1.7968977252276638e-05,4.668259308218509e-05,1.3040664212152073e-05,0.00010096634469756008,8.93522578936718e-06,1.666207134075258e-05,1.9772787416297374e-05,-1.5474303819043604e-05,1.7665796757230045e-05,2.0873262984530277e-06],[0.00011674939466749893,-1.856492407681977e-05,-1.0113055829231816e-05,2.5274118861978652e-05,-1.2484795363510297e-05,1.2891506934681577e-05,3.401542723967295e-06,2.3253507923648127e-05,-4.482875453639723e-06,8.935225789367158e-06,8.930872635755766e-05,8.700989859279551e-06,1.3011908524858967e-05,-6.056557823911771e-06,-2.3834630230731734e-06,-1.2635880592952722e-05],[2.0026886683907125e-05,-2.6744270449020495e-05,-3.065037489702469e-05,2.572648612607187e-05,7.213410163879154e-06,1.242214678188655e-05,1.1567313864327782e-06,3.197516538392156e-05,1.7212918419273057e-05,1.6662071340752595e-05,8.700989859279565e-06,5.2829798370654545e-05,4.7787288358249755e-06,-6.819719526357625e-07,7.488293204852382e-06,-4.131428593742234e-06],[9.26354889458727e-05,-2.4891998057059565e-06,-2.9379902999709896e-05,-2.873169233518188e-05,-8.275021371499525e-06,1.7909407844162176e-06,5.075723636308924e-06,-1.110031501902568e-05,-2.7312878925576696e-07,1.9772787416297377e-05,1.3011908524858953e-05,4.77872883582498e-06,7.711113319128537e-05,-6.101781497307896e-06,4.953579866302286e-06,-2.6667471518468764e-07],[-6.7640983338981335e-06,2.8744176528921348e-05,4.3188735319945646e-05,-1.5219864775311797e-05,1.481536688189292e-06,-4.96151443387797e-06,4.695763753442733e-06,-2.9778807042652977e-05,-2.0122854719464443e-05,-1.5474303819043608e-05,-6.056557823911772e-06,-6.819719526357553e-07,-6.1017814973078955e-06,5.636557583450536e-05,-7.287931860738197e-06,2.7220934355930782e-06],[-4.7415560233794895e-08,-2.1659642200316563e-05,-3.146344272156651e-05,1.3814282397630447e-05,6.050492590349241e-06,1.4636325523155344e-05,3.174967950693441e-06,2.9248257578159277e-05,1.5241728599119165e-05,1.7665796757230055e-05,-2.3834630230731734e-06,7.488293204852383e-06,4.953579866302286e-06,-7.287931860738199e-06,4.152209259813963e-05,4.756006181872301e-06],[-1.1314602169436326e-05,4.787181859477932e-06,-5.413077328176988e-06,-1.3955655141678173e-05,8.868497309699025e-06,2.5382111299895083e-06,4.991522747713836e-06,-4.263494004365366e-06,-1.6144379224444694e-06,2.0873262984530227e-06,-1.2635880592952729e-05,-4.131428593742235e-06,-2.6667471518468547e-07,2.7220934355930804e-06,4.756006181872296e-06,3.556463984544015e-05]],"24":[[0.0029372949473952755,1.5612332355810047e-05,-0.00046732068782771955,-0.0004779977881336322,6.58413159341738e-05,1.108497825608138e-06,0.0001951699887642653,-1.2968205425921838e-05,-9.183331257928727e-05,9.013528612858269e-05,0.00018966955458073784,4.262879107007588e-06,0.00012318222806052972,-4.836142877911148e-06,-8.261429686867787e-06,-8.38193122898084e-06,5.1381107522767364e-05,-9.854284715748845e-06,2.4187827049771178e-05,5.566564686660146e-06,-4.059998293479646e-05,-4.7720763482547004e-05,2.395231969937904e-05,-3.0451443285134142e-05],[1.5612332355807334e-05,0.0030732547733459555,-0.0005001186191496314,0.0005412246836287111,-5.990335479781992e-06,-3.265640712125691e-05,2.2690000603313716e-05,-0.00011642286181205625,-5.309411087803075e-05,-4.150420153897267e-05,-2.196134379280702e-05,-2.6344967801251134e-05,-1.3394202003507742e-06,3.408262662539381e-05,-2.2220355271642848e-05,7.3135926410239385e-06,6.481217438796093e-06,5.204641178001936e-06,2.6056310982233728e-06,6.283289161558983e-06,7.49052075534754e-07,7.5462511162205625e-06,-3.991218656141166e-06,3.4708966814507535e-06],[-0.00046732068782771776,-0.0005001186191496305,0.0008260278757946482,-7.71940638715532e-05,-0.00011684776232272287,-3.686367467940347e-05,-2.9058264108586392e-05,-0.00011121129910597059,-8.814598110900948e-05,-8.956069244649602e-05,-1.3658087697744966e-05,-3.360122079361435e-05,-3.140412960276195e-05,5.3405049050068106e-05,-3.209938362881203e-05,-9.777121056829691e-06,3.473899035888539e-06,7.637281325461414e-06,1.3648248253851211e-05,6.477306297931049e-06,1.0707027996224313e-05,1.6621922921032166e-05,2.955909343061328e-06,-2.552670309390973e-06],[-0.0004779977881336345,0.0005412246836287112,-7.719406387155291e-05,0.0008326584741450554,-0.00011427334658330991,-7.784933920878065e-06,-8.189436784181172e-05,0.00015939154127399808,2.1258362927920822e-05,1.0270792072802797e-05,2.282648466746772e-05,2.2009198195416248e-05,-3.295225289108752e-05,-1.355239466507689e-05,1.7571785690888406e-05,-1.54174848942311e-05,-1.0420324190660975e-05,8.134118440478329e-08,4.423563678861084e-06,-1.6817706578695837e-05,-7.304329030131563e-07,3.4557114010311483e-06,9.537421081735322e-06,-1.079908948044491e-05],[6.584131593417339e-05,-5.990335479782409e-06,-0.00011684776232272274,-0.00011427334658330978,0.00028216489614168636,1.2969162935723406e-05,7.746962845904143e-05,-5.510356371972787e-06,2.3639617855796638e-05,1.4621134746190755e-05,-2.149250612438642e-05,1.2693341141889865e-05,-1.2495798873484817e-05,-2.7711793162228588e-06,5.7059033520607e-06,1.5815935699987636e-05,2.3036981449859244e-06,-5.234337305476971e-06,-1.8281717326909365e-05,2.7866742388602863e-06,2.7179109037842247e-06,-6.216759412942818e-08,-6.37850193851266e-06,4.3302367827077675e-06],[1.1084978256081823e-06,-3.265640712125736e-05,-3.686367467940332e-05,-7.784933920878399e-06,1.2969162935723454e-05,0.00022337680112232065,3.3132480885218043e-06,3.618243859986731e-05,4.140704024250382e-05,2.0800208061438227e-05,3.718032377793664e-06,1.6402857350290588e-05,-2.2286796915110574e-06,-9.74731271771171e-06,1.2736553501389761e-05,1.4094463878321468e-06,-1.589179905242256e-05,-1.6844779788268681e-06,-3.7741683889204244e-06,1.0765325182457744e-05,1.4676673829805984e-06,8.316454141881637e-06,-1.211287895546264e-06,4.330263852547204e-06],[0.00019516998876426496,2.2690000603314017e-05,-2.9058264108586497e-05,-8.18943678418114e-05,7.746962845904159e-05,3.3132480885217865e-06,0.0002027518471554309,-2.4336259362439124e-05,-6.345155126524236e-06,1.781008199425343e-05,8.560362485177692e-07,7.129823006910608e-06,-1.1702579858903134e-06,6.932098640147598e-07,-9.763934386163336e-07,7.868575510821426e-06,5.977612609024796e-06,-1.9240322339195353e-05,-1.5683814061415674e-05,8.70401713370091e-06,9.044319178507209e-06,3.7711440063243115e-06,2.428851004394555e-06,-2.7140400314158117e-06],[-1.2968205425922216e-05,-0.0001164228618120557,-0.00011121129910597076,0.0001593915412739983,-5.510356371972827e-06,3.618243859986739e-05,-2.4336259362439242e-05,0.0002187695116050713,4.231126429196182e-05,5.3083366102669596e-05,2.194705533824796e-05,3.146848149659183e-05,-1.3435228707352708e-05,-2.990998275249046e-05,3.17324086798542e-05,-1.561092667180682e-06,-9.83102631754445e-06,-6.259541259670555e-06,1.452413403727563e-06,-1.3525039990602713e-05,-8.59058227770078e-06,3.410929536718014e-06,6.1819441014823216e-06,-8.824755260706552e-06],[-9.18333125792873e-05,-5.309411087803162e-05,-8.814598110900933e-05,2.12583629279206e-05,2.3639617855796617e-05,4.140704024250381e-05,-6.345155126524267e-06,4.2311264291961826e-05,0.00014538728125380735,9.48161842870114e-06,-1.1752016328021175e-05,2.3091709490535095e-05,-6.980042216636978e-06,-3.476212809249287e-05,1.3803949255014714e-05,-1.0982065798527352e-05,-1.5490673497800362e-05,-7.137140353096022e-06,-1.5614843193980427e-05,5.696833479724155e-06,1.7266769071227723e-05,-1.0020199752502239e-05,-5.83389632491407e-06,1.2225337708916498e-05],[9.013528612858311e-05,-4.150420153897279e-05,-8.956069244649591e-05,1.0270792072802732e-05,1.4621134746190762e-05,2.0800208061438223e-05,1.781008199425344e-05,5.308336610266961e-05,9.481618428701078e-06,0.00011392870623119779,3.5911846574000598e-06,2.057511286858786e-05,2.2906238468568057e-05,-1.3688986530043924e-05,1.8428598134635466e-05,1.1928564051963941e-05,4.157333617475654e-06,-6.191263607258491e-06,-6.659940998685416e-06,-5.140816433116806e-06,-1.3654168170173886e-05,2.647941427533168e-06,-4.300081262691246e-06,6.639431825204133e-06],[0.00018966955458073832,-2.1961343792806677e-05,-1.3658087697745208e-05,2.282648466746783e-05,-2.149250612438641e-05,3.7180323777936977e-06,8.560362485177923e-07,2.1947055338248004e-05,-1.1752016328021196e-05,3.5911846574000754e-06,0.0001236819019101221,8.785054358250221e-07,2.368301803723032e-05,-9.37256263395977e-06,-5.989950723180202e-06,-2.0113132374260854e-05,1.402163320329547e-05,-1.916638367903257e-06,1.469489173726345e-05,4.471947350250921e-06,-7.710246312404557e-06,-2.4553417418349255e-05,9.621584738768465e-06,-1.4273777426145177e-05],[4.262879107007694e-06,-2.634496780125113e-05,-3.3601220793614334e-05,2.200919819541623e-05,1.269334114188987e-05,1.6402857350290598e-05,7.129823006910623e-06,3.146848149659185e-05,2.309170949053508e-05,2.057511286858788e-05,8.785054358250383e-07,6.12005574547025e-05,1.6325792576173543e-06,-3.7562847194008394e-06,6.123123594765662e-06,6.164201035330729e-08,-2.6689671874551856e-06,-1.2427073420230812e-05,-9.0962317143645e-06,5.207301992553505e-06,3.3699187058148903e-07,6.899662725136353e-06,-1.042438438870096e-05,7.367674463631634e-06],[0.00012318222806052985,-1.3394202003503884e-06,-3.1404129602762116e-05,-3.2952252891087295e-05,-1.2495798873484806e-05,-2.2286796915110803e-06,-1.170257985890298e-06,-1.343522870735266e-05,-6.980042216636993e-06,2.290623846856808e-05,2.3683018037230282e-05,1.6325792576173552e-06,8.568927418582382e-05,-3.2518880694182365e-06,4.60168609119869e-06,5.950153589516504e-07,8.466288102968884e-06,4.365096996931528e-06,8.872944689123364e-06,-8.449333937979368e-08,-1.1343924709890704e-05,-7.141729509832516e-06,2.845711092687648e-07,1.039944230044089e-06],[-4.836142877911124e-06,3.4082626625393945e-05,5.340504905006806e-05,-1.3552394665076829e-05,-2.771179316222844e-06,-9.747312717711728e-06,6.932098640147675e-07,-2.9909982752490458e-05,-3.4762128092492874e-05,-1.3688986530043937e-05,-9.372562633959775e-06,-3.7562847194008347e-06,-3.251888069418237e-06,6.842813014233392e-05,-4.8734952239086675e-06,8.150323536324078e-06,1.0074908989491523e-05,8.395000760602414e-06,9.075349374093606e-06,-6.479922269931424e-06,-5.516499271200982e-06,1.0802317528468221e-05,2.0913825420243177e-07,-1.167909834022246e-06],[-8.261429686867788e-06,-2.2220355271642895e-05,-3.2099383628812025e-05,1.7571785690888314e-05,5.705903352060708e-06,1.2736553501389765e-05,-9.763934386163467e-07,3.1732408679854214e-05,1.3803949255014716e-05,1.8428598134635483e-05,-5.989950723180225e-06,6.123123594765664e-06,4.601686091198683e-06,-4.8734952239086615e-06,4.403920825600052e-05,6.146047509799867e-06,-1.1289666813369839e-06,6.298495575091393e-06,1.37180083771705e-06,-6.404192522643504e-06,-9.947148212326698e-07,1.4871279775883746e-06,-1.5775071893143221e-06,1.9381883446421687e-08],[-8.381931228980002e-06,7.3135926410239935e-06,-9.777121056829723e-06,-1.541748489423123e-05,1.581593569998764e-05,1.4094463878321119e-06,7.868575510821465e-06,-1.5610926671807146e-06,-1.0982065798527394e-05,1.1928564051963946e-05,-2.011313237426082e-05,6.164201035330173e-08,5.950153589516733e-07,8.150323536324085e-06,6.146047509799852e-06,5.094626768037925e-05,9.854343427552676e-06,-1.8705442328774335e-06,-8.045821390681766e-06,-2.4038371719159438e-06,-1.2986178201222627e-05,9.053255064510396e-06,-8.506825299043482e-06,7.594448699348214e-07],[5.1381107522767194e-05,6.481217438796013e-06,3.4738990358885675e-06,-1.0420324190660913e-05,2.3036981449859117e-06,-1.589179905242259e-05,5.977612609024787e-06,-9.831026317544426e-06,-1.5490673497800386e-05,4.157333617475649e-06,1.402163320329546e-05,-2.6689671874551932e-06,8.466288102968877e-06,1.0074908989491528e-05,-1.1289666813369798e-06,9.854343427552673e-06,4.097985054253726e-05,-3.415944087093713e-06,-2.7128677685318154e-06,-2.8950025743237166e-06,-5.029995594528889e-06,-8.667714227597573e-06,-3.869244979945344e-08,-3.4894040297234997e-06],[-9.854284715748898e-06,5.2046411780018975e-06,7.637281325461378e-06,8.134118440477093e-08,-5.234337305476961e-06,-1.6844779788268736e-06,-1.9240322339195363e-05,-6.259541259670554e-06,-7.137140353096018e-06,-6.191263607258484e-06,-1.916638367903273e-06,-1.242707342023081e-05,4.365096996931531e-06,8.39500076060241e-06,6.298495575091396e-06,-1.870544232877432e-06,-3.4159440870937184e-06,3.904740404503297e-05,1.550107462034531e-05,-8.90909956327131e-06,-3.5542393386534346e-06,-2.396381194421816e-06,2.952413302087444e-06,-2.949684233098747e-06],[2.418782704977116e-05,2.6056310982235773e-06,1.3648248253851106e-05,4.4235636788611285e-06,-1.8281717326909342e-05,-3.7741683889204198e-06,-1.5683814061415678e-05,1.4524134037275567e-06,-1.5614843193980417e-05,-6.659940998685417e-06,1.4694891737263413e-05,-9.096231714364498e-06,8.872944689123363e-06,9.075349374093602e-06,1.371800837717051e-06,-8.045821390681771e-06,-2.712867768531829e-06,1.550107462034531e-05,3.3157212925552896e-05,-2.264862426945135e-06,-9.886147625293966e-06,2.163141887910387e-06,4.707202740867236e-06,-6.852305387142002e-06],[5.566564686660164e-06,6.28328916155911e-06,6.477306297931001e-06,-1.6817706578695796e-05,2.786674238860304e-06,1.076532518245774e-05,8.704017133700928e-06,-1.3525039990602714e-05,5.696833479724163e-06,-5.140816433116807e-06,4.4719473502509305e-06,5.207301992553509e-06,-8.449333937978292e-08,-6.479922269931424e-06,-6.404192522643501e-06,-2.4038371719159463e-06,-2.8950025743237115e-06,-8.90909956327131e-06,-2.264862426945138e-06,2.4260656791907097e-05,2.2679097388894366e-06,1.749614039198782e-06,-3.5804527305663492e-06,2.695651470061348e-06],[-4.059998293479725e-05,7.490520755347014e-07,1.0707027996224453e-05,-7.304329030130366e-07,2.7179109037842205e-06,1.4676673829806e-06,9.044319178507163e-06,-8.59058227770077e-06,1.7266769071227767e-05,-1.3654168170173903e-05,-7.710246312404584e-06,3.369918705814975e-07,-1.1343924709890734e-05,-5.516499271200983e-06,-9.94714821232664e-07,-1.2986178201222622e-05,-5.029995594528888e-06,-3.554239338653435e-06,-9.886147625293981e-06,2.267909738889435e-06,3.272018578863707e-05,-1.1914434356081998e-06,5.213323348701896e-06,1.4407091134572626e-06],[-4.7720763482547065e-05,7.546251116220773e-06,1.662192292103222e-05,3.45571140103115e-06,-6.216759412942517e-08,8.316454141881632e-06,3.7711440063243174e-06,3.410929536717985e-06,-1.0020199752502224e-05,2.6479414275331477e-06,-2.4553417418349262e-05,6.8996627251363575e-06,-7.141729509832528e-06,1.0802317528468214e-05,1.4871279775883602e-06,9.053255064510397e-06,-8.667714227597584e-06,-2.3963811944218197e-06,2.1631418879103746e-06,1.7496140391987867e-06,-1.1914434356081962e-06,3.570740970684292e-05,-8.006197876032663e-06,4.531209918156429e-06],[2.3952319699378533e-05,-3.991218656141044e-06,2.9559093430613413e-06,9.53742108173543e-06,-6.378501938512655e-06,-1.2112878955462564e-06,2.428851004394523e-06,6.181944101482331e-06,-5.833896324914055e-06,-4.300081262691258e-06,9.621584738768427e-06,-1.042438438870096e-05,2.845711092687391e-07,2.0913825420243875e-07,-1.5775071893143147e-06,-8.506825299043476e-06,-3.8692449799459124e-08,2.9524133020874486e-06,4.707202740867237e-06,-3.5804527305663513e-06,5.2133233487019075e-06,-8.006197876032653e-06,2.7909778149412026e-05,-1.3401250485158192e-05],[-3.0451443285133478e-05,3.4708966814505866e-06,-2.5526703093910073e-06,-1.0799089480445041e-05,4.330236782707755e-06,4.330263852547194e-06,-2.7140400314157676e-06,-8.82475526070655e-06,1.2225337708916469e-05,6.63943182520416e-06,-1.4273777426145114e-05,7.367674463631634e-06,1.0399442300441214e-06,-1.1679098340222526e-06,1.9381883446413505e-08,7.594448699348161e-07,-3.4894040297234827e-06,-2.9496842330987532e-06,-6.852305387142002e-06,2.6956514700613474e-06,1.4407091134572423e-06,4.53120991815641e-06,-1.340125048515818e-05,2.345861830868127e-05]]},"AV0":[[-3318.75,-3281.25],[-42.1875,-6562.5],[-28.125,-6562.5],[-14.0625,-6562.5],[0.0,-6562.5],[14.0625,-6562.5],[28.125,-6562.5],[42.1875,-6562.5],[3300.0,-3281.25],[-6618.75,14.0625],[-84.375,28.125],[-56.25,28.125],[-28.125,28.125],[0.0,28.125],[28.125,28.125],[56.25,28.125],[84.375,28.125],[6618.75,14.0625],[-6618.75,28.125],[-84.375,56.25],[-56.25,56.25],[-28.125,56.25],[0.0,56.25],[28.125,56.25],[56.25,56.25],[84.375,56.25],[6618.75,28.125],[-6618.75,42.1875],[-84.375,84.375],[-56.25,84.375],[-28.125,84.375],[0.0,84.375],[28.125,84.375],[56.25,84.375],[84.375,84.375],[6618.75,42.1875],[-6618.75,56.25],[-84.375,112.5],[-56.25,112.5],[-28.125,112.5],[0.0,112.5],[28.125,112.5],[56.25,112.5],[84.375,112.5],[6618.75,56.25],[-6618.75,70.3125],[-84.375,140.625],[-56.25,140.625],[-28.125,140.625],[0.0,140.625],[28.125,140.625],[56.25,140.625],[84.375,140.625],[6618.75,70.3125],[-6618.75,84.375],[-84.375,168.75],[-56.25,168.75],[-28.125,168.75],[0.0,168.75],[28.125,168.75],[56.25,168.75],[84.375,168.75],[6618.75,84.375],[-6618.75,98.4375],[-84.375,196.875],[-56.25,196.875],[-28.125,196.875],[0.0,196.875],[28.125,196.875],[56.25,196.875],[84.375,196.875],[6618.75,98.4375],[-6618.75,112.5],[-84.375,225.0],[-56.25,225.0],[-28.125,225.0],[0.0,225.0],[28.125,225.0],[56.25,225.0],[84.375,225.0],[6618.75,112.5],[-6618.75,126.5625],[-84.375,253.125],[-56.25,253.125],[-28.125,253.125],[0.0,253.125],[28.125,253.125],[56.25,253.125],[84.375,253.125],[6618.75,126.5625],[-6618.75,140.625],[-84.375,281.25],[-56.25,281.25],[-28.125,281.25],[0.0,281.25],[28.125,281.25],[56.25,281.25],[84.375,281.25],[6618.75,140.625],[-6618.75,154.6875],[-84.375,309.375],[-56.25,309.375],[-28.125,309.375],[0.0,309.375],[28.125,309.375],[56.25,309.375],[84.375,309.375],[6618.75,154.6875],[-6618.75,168.75],[-84.375,337.5],[-56.25,337.5],[-28.125,337.5],[0.0,337.5],[28.125,337.5],[56.25,337.5],[84.375,337.5],[6618.75,168.75],[-6618.75,182.8125],[-84.375,365.625],[-56.25,365.625],[-28.125,365.625],[0.0,365.625],[28.125,365.625],[56.25,365.625],[84.375,365.625],[6618.75,182.8125],[-6618.75,196.875],[-84.375,393.75],[-56.25,393.75],[-28.125,393.75],[0.0,393.75],[28.125,393.75],[56.25,393.75],[84.375,393.75],[6618.75,196.875],[-6618.75,210.9375],[-84.375,421.875],[-56.25,421.875],[-28.125,421.875],[0.0,421.875],[28.125,421.875],[56.25,421.875],[84.375,421.875],[6618.75,210.9375],[-6618.75,225.0],[-84.375,450.0],[-56.25,450.0],[-28.125,450.0],[0.0,450.0],[28.125,450.0],[56.25,450.0],[84.375,450.0],[6618.75,225.0],[-6618.75,239.0625],[-84.375,478.125],[-56.25,478.125],[-28.125,478.125],[0.0,478.125],[28.125,478.125],[56.25,478.125],[84.375,478.125],[6618.75,239.0625],[-6618.75,253.125],[-84.375,506.25],[-56.25,506.25],[-28.125,506.25],[0.0,506.25],[28.125,506.25],[56.25,506.25],[84.375,506.25],[6618.75,253.125],[-6618.75,267.1875],[-84.375,534.375],[-56.25,534.375],[-28.125,534.375],[0.0,534.375],[28.125,534.375],[56.25,534.375],[84.375,534.375],[6618.75,267.1875],[-6618.75,281.25],[-84.375,562.5],[-56.25,562.5],[-28.125,562.5],[0.0,562.5],[28.125,562.5],[56.25,562.5],[84.375,562.5],[6618.75,281.25],[-6618.75,295.3125],[-84.375,590.625],[-56.25,590.625],[-28.125,590.625],[0.0,590.625],[28.125,590.625],[56.25,590.625],[84.375,590.625],[6618.75,295.3125],[-6618.75,309.375],[-84.375,618.75],[-56.25,618.75],[-28.125,618.75],[0.0,618.75],[28.125,618.75],[56.25,618.75],[84.375,618.75],[6618.75,309.375],[-6618.75,323.4375],[-84.375,646.875],[-56.25,646.875],[-28.125,646.875],[0.0,646.875],[28.125,646.875],[56.25,646.875],[84.375,646.875],[6618.75,323.4375],[-6618.75,337.5],[-84.375,675.0],[-56.25,675.0],[-28.125,675.0],[0.0,675.0],[28.125,675.0],[56.25,675.0],[84.375,675.0],[6618.75,337.5],[-6618.75,351.5625],[-84.375,703.125],[-56.25,703.125],[-28.125,703.125],[0.0,703.125],[28.125,703.125],[56.25,703.125],[84.375,703.125],[6618.75,351.5625],[-6618.75,365.625],[-84.375,731.25],[-56.25,731.25],[-28.125,731.25],[0.0,731.25],[28.125,731.25],[56.25,731.25],[84.375,731.25],[6618.75,365.625],[-6618.75,379.6875],[-84.375,759.375],[-56.25,759.375],[-28.125,759.375],[0.0,759.375],[28.125,759.375],[56.25,759.375],[84.375,759.375],[6618.75,379.6875],[-6618.75,393.75],[-84.375,787.5],[-56.25,787.5],[-28.125,787.5],[0.0,787.5],[28.125,787.5],[56.25,787.5],[84.375,787.5],[6618.75,393.75],[-6618.75,407.8125],[-84.375,815.625],[-56.25,815.625],[-28.125,815.625],[0.0,815.625],[28.125,815.625],[56.25,815.625],[84.375,815.625],[6618.75,407.8125],[-6618.75,421.875],[-84.375,843.75],[-56.25,843.75],[-28.125,843.75],[0.0,843.75],[28.125,843.75],[56.25,843.75],[84.375,843.75],[6618.75,421.875],[-6618.75,435.9375],[-84.375,871.875],[-56.25,871.875],[-28.125,871.875],[0.0,871.875],[28.125,871.875],[56.25,871.875],[84.375,871.875],[6618.75,435.9375],[-3300.0,3431.25],[-42.1875,7012.5],[-28.125,7012.5],[-14.0625,7012.5],[0.0,7012.5],[14.0625,7012.5],[28.125,7012.5],[42.1875,7012.5],[3318.75,3581.25]],"fixed":[0,1,2,3,4,5,6,7,8],"rOptions":[4,8,16,24],"proj":{"NV":9,"NT":8,"V0":[[0.0,0.0],[0.16,0.0],[0.1131,0.1131],[0.0,0.16],[-0.1131,0.1131],[-0.16,0.0],[-0.1131,-0.1131],[-0.0,-0.16],[0.1131,-0.1131]],"T":[[0,1,2],[0,2,3],[0,3,4],[0,4,5],[0,5,6],[0,6,7],[0,7,8],[0,8,1]],"Bm":[[6.25,-6.25,0.0,8.838835],[8.838835,-0.0,-6.25,6.25],[6.25,6.25,-8.838835,0.0],[0.0,8.838835,-6.25,-6.25],[-6.25,6.25,-0.0,-8.838835],[-8.838835,0.0,6.25,-6.25],[-6.25,-6.25,8.838835,-0.0],[-0.0,-8.838835,6.25,6.25]],"G":[[-6.25,6.25,0.0,-2.588835,-6.25,8.838835],[-2.588835,8.838835,-6.25,-6.25,-0.0,6.25],[2.588835,6.25,-8.838835,-6.25,6.25,0.0],[6.25,0.0,-6.25,-2.588835,8.838835,-6.25],[6.25,-6.25,-0.0,2.588835,6.25,-8.838835],[2.588835,-8.838835,6.25,6.25,0.0,-6.25],[-2.588835,-6.25,8.838835,6.25,-6.25,-0.0],[-6.25,-0.0,6.25,2.588835,-8.838835,6.25]],"wEl":[22.627417,22.627417,22.627417,22.627417,22.627417,22.627417,22.627417,22.627417],"mass":[0.024136,0.006034,0.006034,0.006034,0.006034,0.006034,0.006034,0.006034,0.006034],"AInv":[[0.0009616,0.0009578,0.0009578,0.0009578,0.0009578,0.0009578,0.0009578,0.0009578,0.0009578],[0.0009578,0.000973,0.0009619,0.0009573,0.0009556,0.0009551,0.0009556,0.0009573,0.0009619],[0.0009578,0.0009619,0.000973,0.0009619,0.0009573,0.0009556,0.0009551,0.0009556,0.0009573],[0.0009578,0.0009573,0.0009619,0.000973,0.0009619,0.0009573,0.0009556,0.0009551,0.0009556],[0.0009578,0.0009556,0.0009573,0.0009619,0.000973,0.0009619,0.0009573,0.0009556,0.0009551],[0.0009578,0.0009551,0.0009556,0.0009573,0.0009619,0.000973,0.0009619,0.0009573,0.0009556],[0.0009578,0.0009556,0.0009551,0.0009556,0.0009573,0.0009619,0.000973,0.0009619,0.0009573],[0.0009578,0.0009573,0.0009556,0.0009551,0.0009556,0.0009573,0.0009619,0.000973,0.0009619],[0.0009578,0.0009619,0.0009573,0.0009556,0.0009551,0.0009556,0.0009573,0.0009619,0.000973]],"rad":0.16}};
const NV=D.NV, NT=D.NT, dt=D.dt, gamma=D.wsub/(1+D.wsub);
const V0=D.V0.flat(), Tm=D.T.flat(), Bm=D.Bm.flat(), G=D.G.flat();
const wEl=D.wEl, mass=D.mass;
const Phi=D.Phi.map(row=>Float64Array.from(row));
const AV0=D.AV0.flat();
let k=2, r=8;
let x=Float64Array.from(V0), v=new Float64Array(2*NV);
const s=new Float64Array(2*NV), xn=new Float64Array(2*NV),
rhs=new Float64Array(2*NV), strain=new Float64Array(NT);
const extA=new Float64Array(2*NV); // contact accel on tower
let qGlobal=new Float64Array(r);
function Ucols(){const U=[];for(let c=0;c<k;c++)U.push([D.U[0][c],D.U[1][c],D.U[2][c],D.U[3][c]]);return U}
let U=Ucols();
// ---- projectile template ----
const P=D.proj, PN=P.NV, PT=P.NT;
const PV0=P.V0.flat(), PTm=P.T.flat(), PBm=P.Bm.flat(), PG=P.G.flat();
const PwEl=P.wEl, Pmass=P.mass, PAInv=P.AInv;
const balls=[]; const MAXB=6;
function spawnBall(px,py,vx,vy){
const b={x:new Float64Array(2*PN), v:new Float64Array(2*PN),
s:new Float64Array(2*PN), xn:new Float64Array(2*PN),
rhs:new Float64Array(2*PN), ext:new Float64Array(2*PN),
strain:new Float64Array(PT)};
for(let i=0;i<PN;i++){ b.x[2*i]=PV0[2*i]+px; b.x[2*i+1]=PV0[2*i+1]+py;
b.v[2*i]=vx; b.v[2*i+1]=vy; }
balls.push(b); if(balls.length>MAXB) balls.shift();
}
// generic tied local step + scatter (shared by tower & balls -- same physics)
function localScatter(nT,Tarr,Barr,Garr,wArr,xw,rh,strOut){
for(let t=0;t<nT;t++){
const a=Tarr[3*t],bb=Tarr[3*t+1],c=Tarr[3*t+2];
const d0x=xw[2*bb]-xw[2*a], d0y=xw[2*bb+1]-xw[2*a+1];
const d1x=xw[2*c]-xw[2*a], d1y=xw[2*c+1]-xw[2*a+1];
const B0=Barr[4*t],B1=Barr[4*t+1],B2=Barr[4*t+2],B3=Barr[4*t+3];
const F0=d0x*B0+d1x*B2, F1=d0x*B1+d1x*B3,
F2=d0y*B0+d1y*B2, F3=d0y*B1+d1y*B3;
let rx=F0+F3, ry=F1-F2; const nn=Math.hypot(rx,ry)||1e-12; rx/=nn; ry/=nn;
const R0=rx,R1=ry,R2=-ry,R3=rx;
const p0=R0*F0+R2*F2-1, p1=R0*F1+R2*F3, p2=R1*F0+R3*F2, p3=R1*F1+R3*F3-1;
let q0=0,q1=0,q2=0,q3=0;
for(let c2=0;c2<k;c2++){ const u=U[c2];
const z=u[0]*p0+u[1]*p1+u[2]*p2+u[3]*p3;
q0+=u[0]*z; q1+=u[1]*z; q2+=u[2]*z; q3+=u[3]*z; }
const pn=Math.hypot(q0,q1,q2,q3);
if(pn>0.5){ const sc2=0.5/pn; q0*=sc2;q1*=sc2;q2*=sc2;q3*=sc2; } // strain limiting (inversion guard)
if(strOut) strOut[t]=Math.min(pn,0.5);
const s0=1+gamma*q0, s1=gamma*q1, s2=gamma*q2, s3=1+gamma*q3;
const P0=R0*s0+R1*s2, P1=R0*s1+R1*s3, P2=R2*s0+R3*s2, P3=R2*s1+R3*s3;
const wt=wArr[t]*(1+D.wsub);
const g0=Garr[6*t],g1=Garr[6*t+1],g2=Garr[6*t+2],g3=Garr[6*t+3],g4=Garr[6*t+4],g5=Garr[6*t+5];
rh[2*a]+=wt*(g0*P0+g3*P1); rh[2*a+1]+=wt*(g0*P2+g3*P3);
rh[2*bb]+=wt*(g1*P0+g4*P1); rh[2*bb+1]+=wt*(g1*P2+g4*P3);
rh[2*c]+=wt*(g2*P0+g5*P1); rh[2*c+1]+=wt*(g2*P2+g5*P3);
}
}
// ---- contacts: acceleration-based penalty (mass-independent gain, stable explicit) ----
const KA=2500, CA=25, RC=0.17;
function contacts(){
extA.fill(0);
for(const b of balls) b.ext.fill(0);
for(let bi=0;bi<balls.length;bi++){
const b=balls[bi];
for(let i=0;i<PN;i++){
const px=b.x[2*i], py=b.x[2*i+1];
for(let j=0;j<NV;j++){
const dx=px-x[2*j], dy=py-x[2*j+1];
if(Math.abs(dx)>RC||Math.abs(dy)>RC) continue;
const d=Math.hypot(dx,dy); if(d>=RC||d<1e-9) continue;
const nx=dx/d, ny=dy/d, pen=RC-d;
const vn=(b.v[2*i]-v[2*j])*nx+(b.v[2*i+1]-v[2*j+1])*ny;
const a=Math.max(KA*pen-CA*vn,0);
b.ext[2*i]+=a*nx; b.ext[2*i+1]+=a*ny;
extA[2*j]-=a*nx*0.5; extA[2*j+1]-=a*ny*0.5;
}
if(py<0.0){
const a=KA*(-py)-CA*b.v[2*i+1];
b.ext[2*i+1]+=Math.max(a,0);
b.ext[2*i]-=8*b.v[2*i]; // floor friction
}
}
for(let bj=bi+1;bj<balls.length;bj++){
const b2=balls[bj];
for(let i=0;i<PN;i++) for(let j2=0;j2<PN;j2++){
const dx=b.x[2*i]-b2.x[2*j2], dy=b.x[2*i+1]-b2.x[2*j2+1];
if(Math.abs(dx)>RC||Math.abs(dy)>RC) continue;
const d=Math.hypot(dx,dy); if(d>=RC||d<1e-9) continue;
const nx=dx/d, ny=dy/d;
const vn=(b.v[2*i]-b2.v[2*j2])*nx+(b.v[2*i+1]-b2.v[2*j2+1])*ny;
const a=Math.max(KA*(RC-d)-CA*vn,0)*0.5;
b.ext[2*i]+=a*nx; b.ext[2*i+1]+=a*ny;
b2.ext[2*j2]-=a*nx; b2.ext[2*j2+1]-=a*ny;
}
}
}
}
// ============== WATER: Position-Based Fluids (density constraint) ==============
const DTW=1/60;
const WH=0.11, RHO0=1.0, WSP=WH*0.55, WMASS=RHO0*WSP*WSP, WEPS=100.0, WITER=2;
const POLY6=4/(Math.PI*Math.pow(WH,8)), SPIKY=-30/(Math.PI*Math.pow(WH,5));
const XMIN=-4.4,XMAX=4.4,YMIN=0.02,YMAX=7.0;
let wN=0;
const WCAP=900;
const wx=new Float64Array(WCAP), wy=new Float64Array(WCAP),
wvx=new Float64Array(WCAP), wvy=new Float64Array(WCAP),
wpx=new Float64Array(WCAP), wpy=new Float64Array(WCAP),
wl=new Float64Array(WCAP), wrho=new Float64Array(WCAP),
wax=new Float64Array(WCAP), way=new Float64Array(WCAP);
function releaseWater(){
wN=0;
for(let gy=0; gy<22 && wN<WCAP; gy++)
for(let gx=0; gx<16 && wN<WCAP; gx++){
wx[wN]=-4.25+gx*WSP+((gy%2)?WSP*0.5:0);
wy[wN]=2.0+gy*WSP;
wvx[wN]=0; wvy[wN]=0; wN++;
}
}
// spatial hash (rebuilt per substep)
const HGRID=new Map(); const TGRID=new Map();
function hkey(cx,cy){ return cx*100003+cy; }
function buildGrid(){
HGRID.clear();
for(let i=0;i<wN;i++){
const kk=hkey(Math.floor(wpx[i]/WH),Math.floor(wpy[i]/WH));
let l=HGRID.get(kk); if(!l){l=[];HGRID.set(kk,l);} l.push(i);
}
}
function forEachNb(px,py,fn){
const cx=Math.floor(px/WH), cy=Math.floor(py/WH);
for(let ox=-1;ox<=1;ox++) for(let oy=-1;oy<=1;oy++){
const l=HGRID.get(hkey(cx+ox,cy+oy)); if(!l) continue;
for(const j of l) fn(j);
}
}
let wPhase=0;
function waterStep(){
if(wN===0) return;
wPhase^=1; if(wPhase) return; // fluid runs at 60Hz
for(let i=0;i<wN;i++){
wvy[i]+= -9.8*DTW + way[i]*DTW; wvx[i]+= wax[i]*DTW;
wpx[i]=wx[i]+DTW*wvx[i]; wpy[i]=wy[i]+DTW*wvy[i];
}
for(let it=0; it<WITER; it++){
buildGrid();
for(let i=0;i<wN;i++){
let rho=0, gx=0, gy=0, g2=0;
const px=wpx[i], py=wpy[i];
forEachNb(px,py,(j)=>{
const dx=px-wpx[j], dy=py-wpy[j], d2=dx*dx+dy*dy;
if(d2>=WH*WH) return;
const q=WH*WH-d2; rho+=WMASS*POLY6*q*q*q;
const d=Math.sqrt(d2);
if(d>1e-9){
const c=SPIKY*(WH-d)*(WH-d)/d*WMASS/RHO0;
const ggx=c*dx, ggy=c*dy;
gx+=ggx; gy+=ggy; g2+=ggx*ggx+ggy*ggy;
}
});
wrho[i]=rho;
const C=rho/RHO0-1;
wl[i]= C>0 ? -C/(g2+gx*gx+gy*gy+WEPS) : 0;
}
for(let i=0;i<wN;i++){
let cx=0, cy=0;
const px=wpx[i], py=wpy[i], li=wl[i];
forEachNb(px,py,(j)=>{
if(j===i) return;
const dx=px-wpx[j], dy=py-wpy[j], d2=dx*dx+dy*dy;
if(d2>=WH*WH) return;
const d=Math.sqrt(d2); if(d<=1e-9) return;
const c=SPIKY*(WH-d)*(WH-d)/d*WMASS/RHO0*(li+wl[j]);
cx+=c*dx; cy+=c*dy;
});
wpx[i]=Math.min(Math.max(px+cx,XMIN),XMAX);
wpy[i]=Math.min(Math.max(py+cy,YMIN),YMAX);
}
// position-level pushout from tower vertices (seals the lattice)
TGRID.clear();
for(let j=0;j<NV;j++){
const kk=hkey(Math.floor(x[2*j]/WH),Math.floor(x[2*j+1]/WH));
let l=TGRID.get(kk); if(!l){l=[];TGRID.set(kk,l);} l.push(j);
}
const RP=0.11;
for(let i=0;i<wN;i++){
const cx2=Math.floor(wpx[i]/WH), cy2=Math.floor(wpy[i]/WH);
for(let ox=-2;ox<=2;ox++) for(let oy=-2;oy<=2;oy++){
const l=TGRID.get(hkey(cx2+ox,cy2+oy)); if(!l) continue;
for(const j of l){
const dx=wpx[i]-x[2*j], dy=wpy[i]-x[2*j+1];
const d=Math.hypot(dx,dy);
if(d<RP&&d>1e-9){ const push=0.35*(RP-d)/d;
wpx[i]+=dx*push; wpy[i]+=dy*push; }
}
}
}
}
for(let i=0;i<wN;i++){
let vx2=(wpx[i]-wx[i])/DTW*0.998, vy2=(wpy[i]-wy[i])/DTW*0.998;
if(vx2>15)vx2=15; if(vx2<-15)vx2=-15; if(vy2>15)vy2=15; if(vy2<-15)vy2=-15;
wvx[i]=vx2; wvy[i]=vy2; wx[i]=wpx[i]; wy[i]=wpy[i];
}
// XSPH viscosity
buildGrid();
for(let i=0;i<wN;i++){
let dvx=0,dvy=0;
forEachNb(wx[i],wy[i],(j)=>{
const dx=wx[i]-wx[j], dy=wy[i]-wy[j], d2=dx*dx+dy*dy;
if(d2>=WH*WH) return;
const q=WH*WH-d2; const w2=POLY6*q*q*q*WMASS/RHO0*0.05;
dvx+=w2*(wvx[j]-wvx[i]); dvy+=w2*(wvy[j]-wvy[i]);
});
wvx[i]+=dvx; wvy[i]+=dvy;
}
}
// water<->solid coupling: accel penalty via water grid (uses wpx from LAST substep grid state)
function waterSolidContacts(){
if(wN===0) return;
for(let i=0;i<wN;i++){ wax[i]=0; way[i]=0; }
// grid over CURRENT positions
HGRID.clear();
for(let i=0;i<wN;i++){
const kk=hkey(Math.floor(wx[i]/WH),Math.floor(wy[i]/WH));
let l=HGRID.get(kk); if(!l){l=[];HGRID.set(kk,l);} l.push(i);
}
const RCW=0.12, KAW=800, CAW=35;
// tower vertices query nearby particles
for(let j=0;j<NV;j++){
const tx=x[2*j], ty=x[2*j+1];
forEachNb(tx,ty,(i)=>{
const dx=wx[i]-tx, dy=wy[i]-ty, d=Math.hypot(dx,dy);
if(d>=RCW||d<1e-9) return;
const nx=dx/d, ny=dy/d;
const vn=(wvx[i]-v[2*j])*nx+(wvy[i]-v[2*j+1])*ny;
const a=Math.max(KAW*(RCW-d)-CAW*vn,0);
wax[i]+=a*nx; way[i]+=a*ny;
extA[2*j]-=a*nx*0.25; extA[2*j+1]-=a*ny*0.25;
});
}
// ball vertices
for(const b of balls){
for(let k2=0;k2<PN;k2++){
const tx=b.x[2*k2], ty=b.x[2*k2+1];
forEachNb(tx,ty,(i)=>{
const dx=wx[i]-tx, dy=wy[i]-ty, d=Math.hypot(dx,dy);
if(d>=RCW||d<1e-9) return;
const nx=dx/d, ny=dy/d;
const vn=(wvx[i]-b.v[2*k2])*nx+(wvy[i]-b.v[2*k2+1])*ny;
const a=Math.max(KAW*(RCW-d)-CAW*vn,0);
wax[i]+=a*nx; way[i]+=a*ny;
b.ext[2*k2]-=a*nx*0.6; b.ext[2*k2+1]-=a*ny*0.6;
});
}
}
}
let drag=-1, mouse=[0,0], throwing=false, throwStart=[0,0];
function step(){
contacts();
waterSolidContacts();
// ---- tower (reduced solve) ----
for(let i=0;i<NV;i++){
let ax=extA[2*i], ay=-9.8+extA[2*i+1];
if(drag===i){ ax+=120*(mouse[0]-x[2*i]); ay+=120*(mouse[1]-x[2*i+1]); }
s[2*i]=x[2*i]+dt*v[2*i]+dt*dt*ax;
s[2*i+1]=x[2*i+1]+dt*v[2*i+1]+dt*dt*ay;
}
xn.set(s);
for(let it=0;it<5;it++){
for(let i=0;i<NV;i++){ const m=mass[i]/(dt*dt);
rhs[2*i]=m*s[2*i]-AV0[2*i]; rhs[2*i+1]=m*s[2*i+1]-AV0[2*i+1]; }
localScatter(NT,Tm,Bm,G,wEl,xn,rhs,it===4?strain:null);
const bq=new Float64Array(r);
for(let c2=0;c2<r;c2++){ let acc=0; for(let i=0;i<2*NV;i++) acc+=Phi[i][c2]*rhs[i]; bq[c2]=acc; }
const AI=D.ArInv[r]; qGlobal=new Float64Array(r);
for(let i2=0;i2<r;i2++){ let acc=0; for(let j2=0;j2<r;j2++) acc+=AI[i2][j2]*bq[j2]; qGlobal[i2]=acc; }
for(let i=0;i<2*NV;i++){ let acc=V0[i]; for(let c2=0;c2<r;c2++) acc+=Phi[i][c2]*qGlobal[c2]; xn[i]=acc; }
}
for(let i=0;i<2*NV;i++){ v[i]=(xn[i]-x[i])/dt*0.999; x[i]=xn[i]; }
// ---- balls (full tiny dense solve, same local step) ----
for(const b of balls){
for(let i=0;i<PN;i++){
b.s[2*i]=b.x[2*i]+dt*b.v[2*i]+dt*dt*b.ext[2*i];
b.s[2*i+1]=b.x[2*i+1]+dt*b.v[2*i+1]+dt*dt*(-9.8+b.ext[2*i+1]);
}
b.xn.set(b.s);
for(let it=0;it<5;it++){
for(let i=0;i<PN;i++){ const m=Pmass[i]/(dt*dt);
b.rhs[2*i]=m*b.s[2*i]; b.rhs[2*i+1]=m*b.s[2*i+1]; }
localScatter(PT,PTm,PBm,PG,PwEl,b.xn,b.rhs,it===4?b.strain:null);
for(let i=0;i<PN;i++){ let ax=0,ay=0;
for(let j2=0;j2<PN;j2++){ const w2=PAInv[i][j2]; ax+=w2*b.rhs[2*j2]; ay+=w2*b.rhs[2*j2+1]; }
b.xn[2*i]=ax; b.xn[2*i+1]=ay; }
}
for(let i=0;i<2*PN;i++){ let vv=(b.xn[i]-b.x[i])/dt*0.999;
if(vv>15)vv=15; if(vv<-15)vv=-15;
b.v[i]=vv; b.x[i]=b.xn[i]; }
}
waterStep();
}
// ---------- rendering ----------
const cv=document.getElementById('cv'), ctx=cv.getContext('2d');
const tw=document.getElementById('tower'), tctx=tw.getContext('2d');
function fit(cnv){ const d=window.devicePixelRatio||1;
cnv.width=cnv.clientWidth*d; cnv.height=cnv.clientHeight*d;
cnv.getContext('2d').setTransform(d,0,0,d,0,0); }
function world2px(){ const w=cv.clientWidth,h=cv.clientHeight;
const sc=Math.min(w/9.6,h/(D.H+3.2));
return {sc, ox:w/2, oy:h-30}; }
function lerp3(t){
const c=[126,232,250], m=[199,125,255], p=[255,126,182];
const a=t<.5?c:m, bb=t<.5?m:p, u=(t<.5?t:t-.5)*2;
return `rgb(${a.map((v2,i)=>Math.round(v2+(bb[i]-v2)*u)).join(',')})`;
}
function drawMesh(nT,Tarr,xw,strArr,sref,X,Y){
for(let t=0;t<nT;t++){
const a=Tarr[3*t],bb=Tarr[3*t+1],c=Tarr[3*t+2], u=Math.min(strArr[t]/sref,1);
ctx.strokeStyle=lerp3(u); ctx.globalAlpha=0.35+0.65*u; ctx.lineWidth=1;
ctx.beginPath(); ctx.moveTo(X(xw,a),Y(xw,a)); ctx.lineTo(X(xw,bb),Y(xw,bb));
ctx.lineTo(X(xw,c),Y(xw,c)); ctx.closePath(); ctx.stroke();
}
ctx.globalAlpha=1;
}
function draw(msPhys){
const {sc,ox,oy}=world2px();
ctx.clearRect(0,0,cv.clientWidth,cv.clientHeight);
const X=(xw,i)=>ox+xw[2*i]*sc, Y=(xw,i)=>oy-xw[2*i+1]*sc;
ctx.strokeStyle="#232A45"; ctx.lineWidth=2;
ctx.beginPath(); ctx.moveTo(0,oy+1); ctx.lineTo(cv.clientWidth,oy+1); ctx.stroke();
let smax=0;
for(let t=0;t<NT;t++) smax=Math.max(smax,strain[t]);
for(const b of balls) for(let t=0;t<PT;t++) smax=Math.max(smax,b.strain[t]);
const sref=Math.max(smax,0.02);
drawMesh(NT,Tm,x,strain,sref,X,Y);
for(const b of balls) drawMesh(PT,PTm,b.x,b.strain,sref,X,Y);
for(let i=0;i<wN;i++){
const sp2=Math.hypot(wvx[i],wvy[i]);
ctx.fillStyle=lerp3(Math.min(sp2/6,1));
ctx.globalAlpha=0.85;
const px2=ox+wx[i]*sc, py2=oy-wy[i]*sc;
ctx.fillRect(px2-1.6,py2-1.6,3.2,3.2);
}
ctx.globalAlpha=1;
for(const f of D.fixed){ ctx.fillStyle="#FF7EB6"; ctx.fillRect(X(x,f)-2.5,Y(x,f)-2.5,5,5); }
if(drag>=0){ ctx.strokeStyle="#7EE8FA"; ctx.setLineDash([4,4]);
ctx.beginPath(); ctx.moveTo(X(x,drag),Y(x,drag));
ctx.lineTo(ox+mouse[0]*sc,oy-mouse[1]*sc); ctx.stroke(); ctx.setLineDash([]); }
if(throwing){ ctx.strokeStyle="#C77DFF"; ctx.setLineDash([3,5]);
ctx.beginPath(); ctx.moveTo(ox+throwStart[0]*sc,oy-throwStart[1]*sc);
ctx.lineTo(ox+mouse[0]*sc,oy-mouse[1]*sc); ctx.stroke(); ctx.setLineDash([]);
ctx.fillStyle="#C77DFF";
ctx.beginPath(); ctx.arc(ox+throwStart[0]*sc,oy-throwStart[1]*sc,P.rad*sc,0,7); ctx.fill();
ctx.globalAlpha=1; }
document.getElementById('stMs').textContent=msPhys.toFixed(2)+" ms/frame";
document.getElementById('stDof').textContent=r+" numbers";
document.getElementById('stBalls').textContent=balls.length;
document.getElementById('stWater').textContent=wN;
document.getElementById('stStrain').textContent=(100*smax).toFixed(1)+" %";
// latent tower
const Wp=tw.clientWidth,Hp=tw.clientHeight;
tctx.clearRect(0,0,Wp,Hp);
const lay=Math.min(r,24), lh=(Hp-24)/lay, pw=Wp*0.4;
let qm=0.02; for(let i=0;i<r;i++) qm=Math.max(qm,Math.abs(qGlobal[i]));
for(let i=0;i<lay;i++){
const q=qGlobal[i]/qm, cy2=Hp-14-i*lh, cx=Wp/2+q*Wp*0.22, t=i/Math.max(lay-1,1);
tctx.strokeStyle=lerp3(t); tctx.globalAlpha=0.35+0.6*Math.min(Math.abs(q),1);
tctx.beginPath();
tctx.moveTo(cx-pw/2,cy2); tctx.lineTo(cx-pw/2+10,cy2-lh*0.55);
tctx.lineTo(cx+pw/2+10,cy2-lh*0.55); tctx.lineTo(cx+pw/2,cy2);
tctx.closePath(); tctx.stroke();
tctx.fillStyle=tctx.strokeStyle;
for(const dx of [-pw/2,pw/2]) tctx.fillRect(cx+dx-1.2,cy2-1.2,2.4,2.4);
}
tctx.globalAlpha=1;
}
// ---------- interaction ----------
function evtWorld(e){ const rect=cv.getBoundingClientRect(), {sc,ox,oy}=world2px();
const px=(e.touches?e.touches[0].clientX:e.clientX)-rect.left,
py=(e.touches?e.touches[0].clientY:e.clientY)-rect.top;
return [(px-ox)/sc,(oy-py)/sc]; }
function down(e){ const [wx,wy]=evtWorld(e); mouse=[wx,wy];
let best=-1,bd=1e9;
for(let i=0;i<NV;i++){ const d=(x[2*i]-wx)**2+(x[2*i+1]-wy)**2; if(d<bd){bd=d;best=i} }
if(bd<0.09){ drag=best; }
else { throwing=true; throwStart=[wx,wy]; }
e.preventDefault(); }
function move(e){ if(drag>=0||throwing){ mouse=evtWorld(e); e.preventDefault(); } }
function up(){
if(throwing){
let vx=(mouse[0]-throwStart[0])*4, vy=(mouse[1]-throwStart[1])*4;
const sp=Math.hypot(vx,vy);
if(sp>8){ vx*=8/sp; vy*=8/sp; }
spawnBall(throwStart[0],Math.max(throwStart[1],P.rad+0.02),vx,vy);
throwing=false;
}
drag=-1; }
cv.addEventListener('mousedown',down); addEventListener('mousemove',move); addEventListener('mouseup',up);
cv.addEventListener('touchstart',down,{passive:false});
addEventListener('touchmove',move,{passive:false}); addEventListener('touchend',up);
document.getElementById('bWater').onclick=()=>releaseWater();
document.getElementById('bBall').onclick=()=>spawnBall(-3.2,3.2,6.5,1.0);
document.getElementById('bClear').onclick=()=>{balls.length=0};
document.getElementById('bReset').onclick=()=>{x=Float64Array.from(V0);v.fill(0);balls.length=0;wN=0;};
function seg(id,opts,cur,cb){ const el=document.getElementById(id);
el.innerHTML=''; for(const o of opts){ const b=document.createElement('button');
b.textContent=o; if(o===cur)b.classList.add('on');
b.onclick=()=>{cb(o); seg(id,opts,o,cb)}; el.appendChild(b);} }
seg('kSeg',[1,2,3],k,o=>{k=o;U=Ucols();});
seg('rSeg',D.rOptions,r,o=>{r=o;});
// ---------- main loop ----------
let acc=0,last=performance.now(),msAvg=0,lastW=0,lastH=0;
function loop(now){
if(cv.clientWidth!==lastW||cv.clientHeight!==lastH){fit(cv);fit(tw);lastW=cv.clientWidth;lastH=cv.clientHeight;}
acc+=Math.min(now-last,50); last=now;
const t0=performance.now();
while(acc>=1000/120){ step(); acc-=1000/120; }
msAvg=msAvg*0.9+(performance.now()-t0)*0.1;
draw(msAvg);
requestAnimationFrame(loop);
}
requestAnimationFrame(loop);
</script>
</body>
</html>