yxma commited on
Commit
bd41073
·
verified ·
1 Parent(s): 14cf256

force recovery: methods, evaluation, debug log

Browse files
Files changed (3) hide show
  1. actions.html +258 -0
  2. assets/action_trace.json +1 -0
  3. index.html +2 -1
actions.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en"><head><meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width,initial-scale=1">
4
+ <title>Force-Informed Actions — React Dataset</title>
5
+ <link rel="preconnect" href="https://fonts.googleapis.com">
6
+ <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;600&display=swap" rel="stylesheet">
7
+ <style>
8
+ :root{
9
+ --paper:#0d1526; --ink:#dce7f5; --dim:#7c8db0; --grid:#1a2540;
10
+ --pose:#4fd8e0; --force:#ffb347; --target:#ff7847; --ok:#7be0a0;
11
+ --card:#111b31; --line:#24345;
12
+ }
13
+ *{box-sizing:border-box}
14
+ html{scroll-behavior:smooth}
15
+ body{margin:0;background:var(--paper);color:var(--ink);
16
+ font-family:'IBM Plex Sans',sans-serif;line-height:1.6;font-size:16px;
17
+ background-image:
18
+ linear-gradient(var(--grid) 1px,transparent 1px),
19
+ linear-gradient(90deg,var(--grid) 1px,transparent 1px);
20
+ background-size:44px 44px;}
21
+ .wrap{max-width:1000px;margin:0 auto;padding:0 24px 90px}
22
+ h1,h2{font-family:'Fraunces',serif}
23
+ h1{font-size:2.6rem;font-weight:700;line-height:1.15;margin:0 0 14px}
24
+ h2{font-size:1.5rem;font-weight:600;margin:64px 0 10px;color:var(--force)}
25
+ h2::before{content:"§ ";color:var(--dim)}
26
+ mono,.mono{font-family:'IBM Plex Mono',monospace}
27
+ header{padding:72px 0 30px;border-bottom:1px dashed var(--line)}
28
+ .kicker{font-family:'IBM Plex Mono',monospace;font-size:.78rem;letter-spacing:.18em;
29
+ text-transform:uppercase;color:var(--force);margin-bottom:16px}
30
+ .sub{color:var(--dim);max-width:760px;font-size:1.04rem}
31
+ .card{background:var(--card);border:1px solid var(--line);border-radius:10px;
32
+ padding:22px 24px;margin:18px 0;position:relative}
33
+ .card::after{content:"";position:absolute;inset:0;border-radius:10px;pointer-events:none;
34
+ box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
35
+ .formula{font-family:'IBM Plex Mono',monospace;text-align:center;font-size:1.15rem;
36
+ padding:20px;background:#0a1120;border:1px solid var(--line);border-radius:8px;
37
+ color:var(--ink);overflow-x:auto}
38
+ .formula b{color:var(--target)}
39
+ .flow{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;justify-content:center;margin:22px 0}
40
+ .fstep{background:#0a1120;border:1px solid var(--line);border-radius:8px;padding:12px 16px;
41
+ font-size:.83rem;text-align:center;min-width:120px;font-family:'IBM Plex Mono',monospace}
42
+ .fstep small{display:block;color:var(--dim);margin-top:4px;font-size:.72rem}
43
+ .farr{align-self:center;color:var(--force);font-size:1.2rem}
44
+ table{border-collapse:collapse;width:100%;font-size:.88rem;margin:12px 0;
45
+ font-variant-numeric:tabular-nums}
46
+ th,td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:right}
47
+ th{color:var(--dim);font-family:'IBM Plex Mono',monospace;font-size:.74rem;
48
+ text-transform:uppercase;letter-spacing:.08em}
49
+ td:first-child,th:first-child{text-align:left}
50
+ .big{font-family:'Fraunces',serif;font-size:2rem;color:var(--ok)}
51
+ .stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:20px 0}
52
+ .stat{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:16px 18px}
53
+ .stat .lbl{font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:var(--dim);
54
+ text-transform:uppercase;letter-spacing:.1em}
55
+ .stat .val{font-family:'Fraunces',serif;font-size:1.7rem;margin-top:4px;color:var(--ink)}
56
+ .stat .val.ok{color:var(--ok)}
57
+ img,video{max-width:100%;border-radius:8px;border:1px solid var(--line);display:block;margin:12px auto}
58
+ a{color:var(--pose)} a:hover{color:var(--force)}
59
+ code{font-family:'IBM Plex Mono',monospace;background:#0a1120;padding:2px 6px;border-radius:4px;font-size:.85em}
60
+ pre{background:#0a1120;border:1px solid var(--line);border-radius:8px;padding:16px;
61
+ overflow-x:auto;font-size:.82rem;line-height:1.5}
62
+ pre code{background:none;padding:0}
63
+ .legend{display:flex;gap:20px;font-family:'IBM Plex Mono',monospace;font-size:.76rem;
64
+ color:var(--dim);flex-wrap:wrap;margin:8px 2px}
65
+ .legend span::before{content:"—— ";font-weight:700}
66
+ .legend .l-pose::before{color:var(--pose)} .legend .l-force::before{color:var(--force)}
67
+ .legend .l-tgt::before{color:var(--target)}
68
+ #readout{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;
69
+ margin-top:12px;font-family:'IBM Plex Mono',monospace}
70
+ #readout .r{background:#0a1120;border:1px solid var(--line);border-radius:6px;padding:10px 12px}
71
+ #readout .r .k{font-size:.68rem;color:var(--dim);text-transform:uppercase;letter-spacing:.08em}
72
+ #readout .r .v{font-size:1.25rem;margin-top:2px}
73
+ #chartbox{cursor:crosshair;touch-action:none}
74
+ .hint{font-family:'IBM Plex Mono',monospace;font-size:.74rem;color:var(--dim);text-align:center;margin-top:6px}
75
+ .pill{display:inline-block;border:1px solid var(--line);border-radius:999px;
76
+ padding:3px 12px;font-size:.75rem;font-family:'IBM Plex Mono',monospace;
77
+ color:var(--dim);margin-right:8px;margin-top:14px}
78
+ footer{margin-top:70px;padding-top:20px;border-top:1px dashed var(--line);
79
+ color:var(--dim);font-size:.82rem}
80
+ @media (max-width:700px){h1{font-size:1.9rem}}
81
+ </style></head><body><div class="wrap">
82
+
83
+ <header>
84
+ <div class="kicker">React dataset · action processing</div>
85
+ <h1>The missing half of the action:<br>putting force back into pose-only demonstrations</h1>
86
+ <p class="sub">React's actions are computed from OptiTrack sensor poses — like all
87
+ UMI-style data, the demonstrated pose <i>is</i> the achieved pose. A stiffness
88
+ controller exerts <span class="mono">F&nbsp;=&nbsp;k·(target&nbsp;−&nbsp;actual)</span>,
89
+ so replaying these actions reproduces the motion but presses with <b>zero
90
+ intended force</b>. This page shows how each action is transformed, on real
91
+ episode data, and what the transformation is worth.</p>
92
+ <span class="pill">36 episodes · 72 sensor-sides</span>
93
+ <span class="pill">no F/T sensor involved</span>
94
+ <span class="pill"><a href="index.html" style="color:inherit;text-decoration:none">↖ full methods &amp; validation</a></span>
95
+ </header>
96
+
97
+ <h2>How an action is processed</h2>
98
+ <div class="card">
99
+ <div class="flow">
100
+ <div class="fstep">pose p<sub>t</sub><small>OptiTrack, 30 Hz</small></div>
101
+ <div class="farr">+</div>
102
+ <div class="fstep">GelSight frame<small>640×480 RGB</small></div>
103
+ <div class="farr">→</div>
104
+ <div class="fstep">F̂<sub>n</sub><small>depth → Winkler,<br>FEATS-calibrated</small></div>
105
+ <div class="farr">→</div>
106
+ <div class="fstep">n̂ = R<sub>t</sub>·a<sub>gel</sub><small>dual-ball calibrated axis</small></div>
107
+ <div class="farr">→</div>
108
+ <div class="fstep" style="border-color:var(--target)">action target<small>virtual, past the surface</small></div>
109
+ </div>
110
+ <div class="formula">p<sub><b>target</b></sub> = p<sub>observed</sub> + ( F̂<sub>n</sub> / k ) · n̂
111
+ &nbsp;&nbsp;&nbsp;k = 1500 N/m</div>
112
+ <p>The action stays a pose. In free space F̂<sub>n</sub>&nbsp;=&nbsp;0 and the target
113
+ <i>is</i> the observed pose — nothing changes. In contact, the target moves past
114
+ the surface along the gel normal by exactly the displacement an impedance
115
+ controller at stiffness k needs to exert the demonstrated force. No new action
116
+ dimension, no force interface at deployment — a DexForce-style transform
117
+ (arXiv:2501.10356) driven by tactile-estimated rather than measured force.</p>
118
+ </div>
119
+
120
+ <h2>Live on real data — drag across the trace</h2>
121
+ <div class="card">
122
+ <p style="margin-top:0">90 s of <span class="mono">motherboard/2026-05-10/episode_000</span>
123
+ (left sensor), centred on the strongest press. Top: estimated normal force.
124
+ Bottom: the transform's entire effect on the action — the target's offset from
125
+ the observed pose along the gel normal. The cyan zero-line <i>is</i> the
126
+ original action; the sensor itself sweeps ±170 mm through this window, which
127
+ is why the offset is drawn on its own millimetre scale.</p>
128
+ <div id="chartbox"></div>
129
+ <div class="legend"><span class="l-force">F̂ normal [N]</span>
130
+ <span class="l-pose">observed pose = zero offset (action before)</span>
131
+ <span class="l-tgt">target offset F̂/k along n̂ (action after)</span></div>
132
+ <div id="readout">
133
+ <div class="r"><div class="k">t</div><div class="v" id="ro-t">–</div></div>
134
+ <div class="r"><div class="k">F̂ normal</div><div class="v" id="ro-f" style="color:var(--force)">–</div></div>
135
+ <div class="r"><div class="k">target offset F̂/k</div><div class="v" id="ro-p" style="color:var(--target)">–</div></div>
136
+ <div class="r"><div class="k">state</div><div class="v" id="ro-s">–</div></div>
137
+ </div>
138
+ <p class="hint">drag / hover to scrub · data is the actual per-row output, not a mock-up</p>
139
+ </div>
140
+
141
+ <h2>The effect, measured</h2>
142
+ <div class="stat-row">
143
+ <div class="stat"><div class="lbl">free-space invariance</div>
144
+ <div class="val ok">0.0e+00 m</div>
145
+ <div class="lbl" style="margin-top:6px">max |target − pose| when F̂=0, all 72 sides</div></div>
146
+ <div class="stat"><div class="lbl">round-trip error</div>
147
+ <div class="val ok">9e-14 N</div>
148
+ <div class="lbl" style="margin-top:6px">k·‖target−pose‖ vs F̂ — machine precision</div></div>
149
+ <div class="stat"><div class="lbl">penetration in contact</div>
150
+ <div class="val">1.0 mm <span style="font-size:.9rem;color:var(--dim)">median</span></div>
151
+ <div class="lbl" style="margin-top:6px">max 15.2 mm at the hardest ~23 N press</div></div>
152
+ </div>
153
+ <div class="card">
154
+ <p style="margin-top:0"><b>Why this matters for training.</b> Policies trained on
155
+ raw poses learn "touch the surface and stop": the label says the fingertip halts
156
+ at the contact plane, so at deployment the controller exerts whatever residual
157
+ force tracking error happens to produce. With force-informed targets the label
158
+ itself encodes <i>how hard</i> — DexForce measured near-zero task success without
159
+ this correction and 76% with it, on kinesthetic demonstrations with measured
160
+ forces; here the same transform runs from tactile-estimated force, with the
161
+ estimator validated against FEA ground truth (ρ=0.70 pooled, 0.85 on unseen
162
+ indenter shapes — see the <a href="index.html">main page</a>).</p>
163
+ <img src="assets/dexforce_motherboard_episode_000_left.png" alt="virtual target offsets">
164
+ <video controls muted loop playsinline preload="metadata" src="assets/clip_motherboard_episode_000_left.mp4"></video>
165
+ <p class="hint">the force signal driving the action transform, live under the tactile stream</p>
166
+ </div>
167
+
168
+ <h2>Using it</h2>
169
+ <div class="card">
170
+ <pre><code># per-episode force estimates ship as npz next to the release
171
+ import numpy as np
172
+ from force_recovery.dexforce import force_informed_targets, gel_axis
173
+ from force_recovery.evaluate import median3_fresh
174
+
175
+ z = np.load("force_recovery/motherboard/2026-05-10/episode_000_left.npz")
176
+ force = median3_fresh(z["force_normal_n"], is_new) # de-spike on fresh frames
177
+ act = force_informed_targets(pose, force, gel_axis("motherboard", "left"))
178
+ train_targets = act.target_pos # (T,3) — drop-in pose labels</code></pre>
179
+ <p>Caveats, stated plainly: absolute newtons carry the FEATS-calibration
180
+ uncertainty (cross-sensor scale drifts 2–4×; within-episode relative force is
181
+ the reliable part), shear-dominant contact is a blind spot of the normal-force
182
+ estimator, and legacy recordings update tactile at ~8.5 fps — the
183
+ <code>tactile_*_is_new</code> flags mark which rows carry fresh force evidence.</p>
184
+ </div>
185
+
186
+ <footer>React force recovery · data <a href="https://huggingface.co/datasets/yxma/React">yxma/React</a>
187
+ · methods &amp; external validation on the <a href="index.html">main page</a>
188
+ · transform: DexForce (2501.10356) · force: gsrobotics photometric stereo + Winkler, FEATS-calibrated (2411.03315)</footer>
189
+ </div>
190
+
191
+ <script>
192
+ fetch('assets/action_trace.json').then(r=>r.json()).then(D=>{
193
+ const W=940,H1=170,H2=250,GAP=34,PAD_L=56,PAD_R=16,H=H1+H2+GAP+40;
194
+ const N=D.force_n.length,fps=D.meta.fps;
195
+ const box=document.getElementById('chartbox');
196
+ const svgNS='http://www.w3.org/2000/svg';
197
+ const svg=document.createElementNS(svgNS,'svg');
198
+ svg.setAttribute('viewBox',`0 0 ${W} ${H}`);svg.style.width='100%';
199
+ box.appendChild(svg);
200
+ const X=i=>PAD_L+(W-PAD_L-PAD_R)*i/(N-1);
201
+ const fmax=Math.max(...D.force_n)*1.08;
202
+ const Yf=v=>H1-(H1-8)*v/fmax;
203
+ // bottom panel: the OFFSET itself. The trajectory sweeps +-170mm here while
204
+ // the offset stays <=5mm — plotting raw positions hides the transform.
205
+ const smin=0,smax=Math.max(...D.pen_mm)*1.12;
206
+ const Y2=v=>H1+GAP+H2-(H2-8)*(v-smin)/(smax-smin);
207
+ function poly(ys,color,w,dash){const p=document.createElementNS(svgNS,'path');
208
+ let d='M';for(let i=0;i<N;i++){d+=X(i).toFixed(1)+' '+ys(i).toFixed(1)+(i<N-1?' L':'');}
209
+ p.setAttribute('d',d);p.setAttribute('fill','none');p.setAttribute('stroke',color);
210
+ p.setAttribute('stroke-width',w);if(dash)p.setAttribute('stroke-dasharray',dash);
211
+ svg.appendChild(p);return p;}
212
+ // axes
213
+ [[0,'0'],[fmax/1.08,fmax.toFixed(0)]].forEach(([v,t])=>{
214
+ const l=document.createElementNS(svgNS,'text');l.textContent=t+' N';
215
+ l.setAttribute('x',PAD_L-8);l.setAttribute('y',Yf(v)+4);l.setAttribute('text-anchor','end');
216
+ l.setAttribute('fill','#7c8db0');l.setAttribute('font-size','11');
217
+ l.setAttribute('font-family','IBM Plex Mono');svg.appendChild(l);});
218
+ [[0,'0 mm'],[smax/1.12,(smax/1.12).toFixed(1)+' mm']].forEach(([v,t])=>{
219
+ const l=document.createElementNS(svgNS,'text');l.textContent=t;
220
+ l.setAttribute('x',PAD_L-8);l.setAttribute('y',Y2(v)+4);l.setAttribute('text-anchor','end');
221
+ l.setAttribute('fill','#7c8db0');l.setAttribute('font-size','11');
222
+ l.setAttribute('font-family','IBM Plex Mono');svg.appendChild(l);});
223
+ // commanded-penetration band between the zero-line (observed) and the target
224
+ const band=document.createElementNS(svgNS,'path');
225
+ let d='M';for(let i=0;i<N;i++)d+=X(i).toFixed(1)+' '+Y2(D.pen_mm[i]).toFixed(1)+(i<N-1?' L':'');
226
+ d+=' L'+X(N-1).toFixed(1)+' '+Y2(0)+' L'+X(0).toFixed(1)+' '+Y2(0);
227
+ band.setAttribute('d',d+' Z');band.setAttribute('fill','rgba(255,120,71,.28)');svg.appendChild(band);
228
+ poly(i=>Yf(D.force_n[i]),'#ffb347',1.4);
229
+ poly(i=>Y2(0),'#4fd8e0',1.3);
230
+ poly(i=>Y2(D.pen_mm[i]),'#ff7847',1.3);
231
+ // cursor
232
+ const cur=document.createElementNS(svgNS,'line');
233
+ cur.setAttribute('y1',0);cur.setAttribute('y2',H1+GAP+H2);
234
+ cur.setAttribute('stroke','#dce7f5');cur.setAttribute('stroke-width','1');
235
+ cur.setAttribute('stroke-dasharray','3 3');svg.appendChild(cur);
236
+ const dotF=document.createElementNS(svgNS,'circle');dotF.setAttribute('r',4);
237
+ dotF.setAttribute('fill','#ffb347');svg.appendChild(dotF);
238
+ const dotT=document.createElementNS(svgNS,'circle');dotT.setAttribute('r',4);
239
+ dotT.setAttribute('fill','#ff7847');svg.appendChild(dotT);
240
+ function setI(i){i=Math.max(0,Math.min(N-1,i));
241
+ const x=X(i);cur.setAttribute('x1',x);cur.setAttribute('x2',x);
242
+ dotF.setAttribute('cx',x);dotF.setAttribute('cy',Yf(D.force_n[i]));
243
+ dotT.setAttribute('cx',x);dotT.setAttribute('cy',Y2(D.pen_mm[i]));
244
+ document.getElementById('ro-t').textContent=(i/fps).toFixed(2)+' s';
245
+ document.getElementById('ro-f').textContent=D.force_n[i].toFixed(2)+' N';
246
+ document.getElementById('ro-p').textContent=(D.pen_mm[i]).toFixed(2)+' mm';
247
+ const s=document.getElementById('ro-s');
248
+ if(D.force_n[i]>0.1){s.textContent='CONTACT';s.style.color='var(--target)';}
249
+ else{s.textContent='free — target ≡ pose';s.style.color='var(--ok)';}}
250
+ function fromEvent(e){const r=svg.getBoundingClientRect();
251
+ const px=((e.touches?e.touches[0].clientX:e.clientX)-r.left)/r.width*W;
252
+ setI(Math.round((px-PAD_L)/(W-PAD_L-PAD_R)*(N-1)));}
253
+ ['mousemove','mousedown','touchmove','touchstart'].forEach(ev=>
254
+ box.addEventListener(ev,e=>{fromEvent(e);if(ev!=='mousemove')e.preventDefault();},{passive:false}));
255
+ setI(Math.round(N*0.5));
256
+ });
257
+ </script>
258
+ </body></html>
assets/action_trace.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"meta": {"episode": "motherboard/2026-05-10/episode_000", "side": "left", "fps": 30, "stiffness": 1500.0, "t0_row": 1817, "peak_row": 3167}, "force_n": [0.0, 0.0, 0.002, 0.002, 0.002, 0.002, 0.004, 0.004, 0.004, 0.004, 0.002, 0.002, 0.002, 0.003, 0.003, 0.003, 0.003, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.002, 0.002, 0.002, 0.002, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.118, 3.118, 3.118, 4.313, 4.313, 4.313, 4.313, 4.313, 4.313, 4.313, 3.245, 3.245, 3.245, 3.245, 0.066, 0.066, 0.066, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 3.005, 3.005, 3.005, 5.034, 5.034, 5.034, 5.034, 5.034, 5.034, 5.034, 4.271, 4.271, 4.271, 4.271, 0.008, 0.008, 0.008, 0.008, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.307, 1.307, 1.307, 1.307, 2.423, 2.423, 2.423, 2.734, 2.734, 2.734, 2.734, 2.734, 2.734, 2.734, 2.693, 2.693, 2.693, 1.325, 1.325, 1.325, 1.325, 1.218, 1.218, 1.218, 0.768, 0.768, 0.768, 0.768, 0.389, 0.389, 0.389, 0.389, 0.002, 0.002, 0.002, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.426, 0.426, 0.426, 2.177, 2.177, 2.177, 2.507, 2.507, 2.507, 2.507, 2.516, 2.516, 2.516, 2.516, 2.516, 2.516, 2.307, 2.307, 2.307, 2.196, 2.196, 2.196, 2.196, 1.887, 1.887, 1.887, 1.887, 1.664, 1.664, 1.664, 1.664, 1.613, 1.613, 1.613, 1.613, 1.53, 1.53, 1.53, 1.53, 1.53, 1.53, 1.53, 1.186, 1.186, 1.186, 1.186, 0.436, 0.436, 0.436, 0.347, 0.347, 0.347, 0.264, 0.264, 0.264, 0.264, 0.264, 0.264, 0.264, 0.242, 0.242, 0.242, 0.242, 0.281, 0.281, 0.281, 0.232, 0.232, 0.232, 0.232, 0.213, 0.213, 0.213, 0.162, 0.162, 0.162, 0.162, 0.162, 0.162, 0.162, 0.254, 0.254, 0.254, 0.254, 0.275, 0.275, 0.275, 0.429, 0.429, 0.429, 0.429, 0.572, 0.572, 0.572, 0.572, 0.572, 0.572, 0.461, 0.461, 0.461, 0.461, 0.461, 0.461, 0.461, 0.461, 0.717, 0.717, 0.717, 0.717, 0.717, 0.717, 0.472, 0.472, 0.472, 0.472, 0.472, 0.472, 0.472, 0.529, 0.529, 0.529, 0.529, 0.529, 0.529, 0.529, 0.394, 0.394, 0.394, 0.394, 0.389, 0.389, 0.389, 0.389, 0.383, 0.383, 0.383, 0.38, 0.38, 0.38, 0.38, 0.315, 0.315, 0.315, 0.315, 0.315, 0.315, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.322, 0.335, 0.335, 0.335, 0.335, 0.335, 0.335, 0.335, 0.326, 0.326, 0.326, 0.326, 0.326, 0.326, 0.326, 0.326, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.363, 0.363, 0.363, 0.363, 0.363, 0.363, 0.363, 0.32, 0.32, 0.32, 0.301, 0.301, 0.301, 0.26, 0.26, 0.26, 0.26, 0.26, 0.26, 0.26, 0.26, 0.136, 0.136, 0.136, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.247, 0.247, 0.247, 0.343, 0.343, 0.343, 0.343, 0.343, 0.343, 0.343, 0.032, 0.032, 0.032, 0.032, 0.011, 0.011, 0.011, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.005, 0.005, 0.005, 0.005, 1.968, 1.968, 1.968, 1.968, 2.837, 2.837, 2.837, 2.837, 2.837, 2.837, 2.831, 2.831, 2.831, 2.831, 2.601, 2.601, 2.601, 2.337, 2.337, 2.337, 2.337, 0.859, 0.859, 0.859, 0.132, 0.132, 0.132, 0.132, 0.132, 0.132, 0.132, 0.132, 0.271, 0.271, 0.271, 0.289, 0.289, 0.289, 0.289, 0.718, 0.718, 0.718, 0.718, 0.726, 0.726, 0.726, 1.214, 1.214, 1.214, 1.214, 1.214, 1.214, 1.214, 1.214, 1.214, 1.214, 0.984, 0.984, 0.984, 0.984, 0.476, 0.476, 0.476, 0.008, 0.008, 0.008, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.016, 0.016, 0.016, 0.016, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.007, 0.007, 0.007, 0.007, 0.007, 0.007, 0.007, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.032, 0.032, 0.032, 0.032, 0.078, 0.078, 0.078, 0.078, 0.078, 0.078, 0.015, 0.015, 0.015, 0.015, 0.013, 0.013, 0.013, 0.012, 0.012, 0.012, 0.012, 0.012, 0.012, 0.012, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.539, 0.539, 0.539, 0.539, 0.539, 0.539, 0.539, 0.013, 0.013, 0.013, 0.013, 0.002, 0.002, 0.002, 0.002, 0.013, 0.013, 0.013, 1.671, 1.671, 1.671, 1.671, 1.671, 1.671, 1.671, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.005, 0.005, 0.005, 0.005, 0.013, 0.013, 0.013, 0.013, 0.013, 0.013, 0.013, 0.013, 0.013, 0.013, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.008, 0.008, 0.008, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.003, 0.003, 0.003, 0.003, 0.002, 0.002, 0.002, 0.003, 0.003, 0.003, 0.006, 0.006, 0.006, 0.006, 0.012, 0.012, 0.012, 3.709, 3.709, 3.709, 3.709, 4.069, 4.069, 4.069, 4.069, 4.069, 4.069, 4.069, 3.761, 3.761, 3.761, 3.527, 3.527, 3.527, 3.527, 3.526, 3.526, 3.526, 3.526, 3.527, 3.527, 3.527, 3.721, 3.721, 3.721, 3.721, 3.721, 3.721, 3.721, 3.531, 3.531, 3.531, 3.322, 3.322, 3.322, 3.322, 3.322, 3.322, 3.322, 3.492, 3.492, 3.492, 3.492, 3.702, 3.702, 3.702, 3.702, 3.702, 3.702, 3.702, 3.758, 3.758, 3.758, 3.779, 3.779, 3.779, 3.779, 3.779, 3.779, 3.779, 3.493, 3.493, 3.493, 3.493, 3.105, 3.105, 3.105, 3.105, 3.105, 3.105, 3.105, 3.219, 3.219, 3.219, 3.562, 3.562, 3.562, 3.562, 3.689, 3.689, 3.689, 3.888, 3.888, 3.888, 3.888, 3.964, 3.964, 3.964, 4.865, 4.865, 4.865, 4.865, 4.865, 4.865, 4.865, 4.471, 4.471, 4.471, 4.05, 4.05, 4.05, 4.05, 3.807, 3.807, 3.807, 3.807, 3.807, 3.807, 4.527, 4.527, 4.527, 4.527, 5.369, 5.369, 5.369, 5.369, 5.369, 5.369, 5.369, 4.357, 4.357, 4.357, 4.357, 4.357, 4.357, 4.357, 4.86, 4.86, 4.86, 4.86, 4.86, 4.86, 4.325, 4.325, 4.325, 4.325, 3.818, 3.818, 3.818, 3.818, 3.501, 3.501, 3.501, 3.501, 3.501, 3.501, 3.501, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.569, 3.569, 3.569, 3.569, 3.329, 3.329, 3.329, 3.329, 2.675, 2.675, 2.675, 2.675, 2.675, 2.675, 2.675, 2.504, 2.504, 2.504, 2.504, 2.504, 2.504, 2.504, 1.911, 1.911, 1.911, 1.911, 1.597, 1.597, 1.597, 1.597, 1.469, 1.469, 1.469, 1.449, 1.449, 1.449, 1.449, 1.449, 1.449, 1.449, 2.433, 2.433, 2.433, 2.433, 2.433, 2.433, 2.433, 2.148, 2.148, 2.148, 2.148, 2.148, 2.148, 2.148, 3.093, 3.093, 3.093, 3.093, 3.667, 3.667, 3.667, 3.998, 3.998, 3.998, 3.998, 4.302, 4.302, 4.302, 4.302, 4.483, 4.483, 4.483, 4.302, 4.302, 4.302, 3.746, 3.746, 3.746, 3.746, 3.746, 2.571, 2.571, 2.571, 1.473, 1.473, 1.473, 1.473, 0.904, 0.904, 0.904, 0.904, 0.515, 0.515, 0.515, 0.515, 0.332, 0.332, 0.332, 0.332, 0.332, 0.332, 0.269, 0.269, 0.269, 0.269, 0.004, 0.004, 0.004, 0.004, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.507, 0.507, 0.507, 0.507, 3.379, 3.379, 3.379, 5.69, 5.69, 5.69, 5.69, 6.33, 6.33, 6.33, 6.379, 6.379, 6.379, 6.379, 6.515, 6.515, 6.515, 6.515, 6.515, 6.515, 6.515, 5.854, 5.854, 5.854, 5.546, 5.546, 5.546, 5.546, 5.214, 5.214, 5.214, 5.214, 5.214, 5.214, 5.468, 5.468, 5.468, 5.468, 5.468, 5.468, 4.009, 4.009, 4.009, 0.003, 0.003, 0.003, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.521, 2.521, 2.521, 2.926, 2.926, 2.926, 2.926, 3.051, 3.051, 3.051, 3.051, 3.953, 3.953, 3.953, 3.953, 3.953, 3.953, 3.953, 4.178, 4.178, 4.178, 5.386, 5.386, 5.386, 5.386, 5.813, 5.813, 5.813, 5.813, 6.632, 6.632, 6.632, 7.144, 7.144, 7.144, 7.144, 7.167, 7.167, 7.167, 7.19, 7.19, 7.19, 7.331, 7.331, 7.331, 7.331, 7.46, 7.46, 7.46, 7.46, 7.46, 7.46, 7.559, 7.559, 7.559, 7.559, 7.559, 7.559, 7.508, 7.508, 7.508, 7.508, 7.508, 6.127, 6.127, 6.127, 0.245, 0.245, 0.245, 0.245, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.6, 0.6, 0.6, 0.705, 0.705, 0.705, 0.705, 0.705, 0.705, 0.705, 0.018, 0.018, 0.018, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.869, 1.869, 1.869, 1.869, 4.065, 4.065, 4.065, 4.167, 4.167, 4.167, 4.167, 4.317, 4.317, 4.317, 4.721, 4.721, 4.721, 4.721, 4.721, 4.721, 4.721, 4.721, 4.905, 4.905, 4.905, 4.905, 4.905, 4.905, 4.905, 4.905, 5.021, 5.021, 5.021, 5.021, 5.034, 5.034, 5.034, 5.167, 5.167, 5.167, 5.167, 5.167, 5.167, 5.167, 5.108, 5.108, 5.108, 5.108, 5.108, 5.108, 5.108, 5.192, 5.192, 5.192, 5.192, 5.192, 5.192, 5.192, 2.551, 2.551, 2.551, 2.551, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.98, 0.98, 0.98, 2.637, 2.637, 2.637, 2.637, 3.254, 3.254, 3.254, 3.587, 3.587, 3.587, 3.587, 3.949, 3.949, 3.949, 4.616, 4.616, 4.616, 4.616, 4.68, 4.68, 4.68, 6.867, 6.867, 6.867, 6.867, 6.867, 6.867, 6.867, 6.739, 6.739, 6.739, 6.739, 6.739, 6.739, 6.739, 6.539, 6.539, 6.539, 6.241, 6.241, 6.241, 5.841, 5.841, 5.841, 5.841, 4.078, 4.078, 4.078, 2.568, 2.568, 2.568, 2.568, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.797, 0.797, 0.797, 0.797, 0.835, 0.835, 0.835, 0.841, 0.841, 0.841, 0.841, 0.841, 0.841, 0.841, 0.841, 0.943, 0.943, 0.943, 0.943, 0.943, 0.943, 0.786, 0.786, 0.786, 0.786, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.362, 0.362, 0.362, 0.362, 0.362, 0.362, 0.362, 0.275, 0.275, 0.275, 0.275, 0.244, 0.244, 0.244, 0.244, 0.244, 0.244, 0.382, 0.382, 0.382, 0.382, 0.456, 0.456, 0.456, 0.456, 0.456, 0.456, 0.456, 0.015, 0.015, 0.015, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.541, 0.541, 0.541, 2.405, 2.405, 2.405, 2.405, 2.678, 2.678, 2.678, 2.678, 2.678, 2.678, 2.086, 2.086, 2.086, 2.086, 1.73, 1.73, 1.73, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.076, 0.076, 0.076, 0.076, 2.934, 2.934, 2.934, 2.934, 2.934, 2.934, 2.934, 2.837, 2.837, 2.837, 2.837, 2.816, 2.816, 2.816, 2.816, 2.262, 2.262, 2.262, 2.262, 1.582, 1.582, 1.582, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.9, 5.9, 5.9, 6.483, 6.483, 6.483, 6.483, 6.483, 6.483, 6.483, 4.851, 4.851, 4.851, 4.851, 4.136, 4.136, 4.136, 4.136, 3.933, 3.933, 3.933, 2.509, 2.509, 2.509, 0.309, 0.309, 0.309, 0.007, 0.007, 0.007, 0.007, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.003, 0.559, 0.559, 0.559, 0.559, 1.252, 1.252, 1.252, 1.252, 1.252, 1.252, 1.252, 1.036, 1.036, 1.036, 0.825, 0.825, 0.825, 0.511, 0.511, 0.511, 0.006, 0.006, 0.006, 0.006, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.002, 0.002, 0.002, 0.002, 2.26, 2.26, 2.26, 2.308, 2.308, 2.308, 2.308, 2.477, 2.477, 2.477, 2.477, 2.674, 2.674, 2.674, 2.477, 2.477, 2.477, 2.477, 2.426, 2.426, 2.426, 1.873, 1.873, 1.873, 0.154, 0.154, 0.154, 0.154, 0.006, 0.006, 0.006, 0.006, 0.005, 0.005, 0.005, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.286, 1.286, 1.286, 3.921, 3.921, 3.921, 3.921, 3.921, 3.921, 3.921, 3.921, 3.375, 3.375, 3.375, 3.375, 3.375, 3.375, 3.375, 3.375, 3.881, 3.881, 3.881, 3.881, 3.881, 3.881, 3.881, 3.78, 3.78, 3.78, 3.78, 3.6, 3.6, 3.6, 3.188, 3.188, 3.188, 3.188, 0.002, 0.002, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 1.788, 1.788, 1.788, 2.808, 2.808, 2.808, 2.808, 3.561, 3.561, 3.561, 3.561, 3.561, 3.561, 3.561, 3.333, 3.333, 3.333, 2.929, 2.929, 2.929, 2.929, 1.941, 1.941, 1.941, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.123, 1.123, 1.123, 1.123, 1.284, 1.284, 1.284, 1.284, 1.284, 1.284, 1.284, 1.284, 1.284, 1.284, 1.519, 1.519, 1.519, 1.566, 1.566, 1.566, 1.566, 1.576, 1.576, 1.576, 1.606, 1.606, 1.606, 1.606, 1.855, 1.855, 1.855, 2.148, 2.148, 2.148, 2.205, 2.205, 2.205, 2.205, 2.262, 2.262, 2.262, 2.367, 2.367, 2.367, 2.367, 2.531, 2.531, 2.531, 3.042, 3.042, 3.042, 3.042, 3.354, 3.354, 3.354, 3.93, 3.93, 3.93, 4.535, 4.535, 4.535, 4.535, 4.535, 4.535, 4.535, 4.535, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "pen_mm": [0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.003, 0.003, 0.003, 0.003, 0.001, 0.001, 0.001, 0.002, 0.002, 0.002, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.079, 2.079, 2.079, 2.875, 2.875, 2.875, 2.875, 2.875, 2.875, 2.875, 2.164, 2.164, 2.164, 2.164, 0.044, 0.044, 0.044, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 2.003, 2.003, 2.003, 3.356, 3.356, 3.356, 3.356, 3.356, 3.356, 3.356, 2.847, 2.847, 2.847, 2.847, 0.005, 0.005, 0.005, 0.005, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.872, 0.872, 0.872, 0.872, 1.615, 1.615, 1.615, 1.823, 1.823, 1.823, 1.823, 1.823, 1.823, 1.823, 1.796, 1.796, 1.796, 0.883, 0.883, 0.883, 0.883, 0.812, 0.812, 0.812, 0.512, 0.512, 0.512, 0.512, 0.26, 0.26, 0.26, 0.26, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.284, 0.284, 0.284, 1.452, 1.452, 1.452, 1.671, 1.671, 1.671, 1.671, 1.678, 1.678, 1.678, 1.678, 1.678, 1.678, 1.538, 1.538, 1.538, 1.464, 1.464, 1.464, 1.464, 1.258, 1.258, 1.258, 1.258, 1.109, 1.109, 1.109, 1.109, 1.075, 1.075, 1.075, 1.075, 1.02, 1.02, 1.02, 1.02, 1.02, 1.02, 1.02, 0.791, 0.791, 0.791, 0.791, 0.29, 0.29, 0.29, 0.231, 0.231, 0.231, 0.176, 0.176, 0.176, 0.176, 0.176, 0.176, 0.176, 0.161, 0.161, 0.161, 0.161, 0.188, 0.188, 0.188, 0.155, 0.155, 0.155, 0.155, 0.142, 0.142, 0.142, 0.108, 0.108, 0.108, 0.108, 0.108, 0.108, 0.108, 0.169, 0.169, 0.169, 0.169, 0.183, 0.183, 0.183, 0.286, 0.286, 0.286, 0.286, 0.381, 0.381, 0.381, 0.381, 0.381, 0.381, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.308, 0.478, 0.478, 0.478, 0.478, 0.478, 0.478, 0.315, 0.315, 0.315, 0.315, 0.315, 0.315, 0.315, 0.353, 0.353, 0.353, 0.353, 0.353, 0.353, 0.353, 0.262, 0.262, 0.262, 0.262, 0.259, 0.259, 0.259, 0.259, 0.255, 0.255, 0.255, 0.253, 0.253, 0.253, 0.253, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.215, 0.224, 0.224, 0.224, 0.224, 0.224, 0.224, 0.224, 0.217, 0.217, 0.217, 0.217, 0.217, 0.217, 0.217, 0.217, 0.205, 0.205, 0.205, 0.205, 0.205, 0.205, 0.205, 0.205, 0.205, 0.205, 0.242, 0.242, 0.242, 0.242, 0.242, 0.242, 0.242, 0.214, 0.214, 0.214, 0.201, 0.201, 0.201, 0.173, 0.173, 0.173, 0.173, 0.173, 0.173, 0.173, 0.173, 0.091, 0.091, 0.091, 0.087, 0.087, 0.087, 0.087, 0.087, 0.087, 0.087, 0.087, 0.165, 0.165, 0.165, 0.228, 0.228, 0.228, 0.228, 0.228, 0.228, 0.228, 0.021, 0.021, 0.021, 0.021, 0.007, 0.007, 0.007, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.003, 0.003, 0.003, 0.003, 1.312, 1.312, 1.312, 1.312, 1.891, 1.891, 1.891, 1.891, 1.891, 1.891, 1.887, 1.887, 1.887, 1.887, 1.734, 1.734, 1.734, 1.558, 1.558, 1.558, 1.558, 0.573, 0.573, 0.573, 0.088, 0.088, 0.088, 0.088, 0.088, 0.088, 0.088, 0.088, 0.181, 0.181, 0.181, 0.193, 0.193, 0.193, 0.193, 0.479, 0.479, 0.479, 0.479, 0.484, 0.484, 0.484, 0.81, 0.81, 0.81, 0.81, 0.81, 0.81, 0.81, 0.81, 0.81, 0.81, 0.656, 0.656, 0.656, 0.656, 0.317, 0.317, 0.317, 0.005, 0.005, 0.005, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.011, 0.011, 0.011, 0.011, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.021, 0.021, 0.021, 0.021, 0.052, 0.052, 0.052, 0.052, 0.052, 0.052, 0.01, 0.01, 0.01, 0.01, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.008, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.359, 0.359, 0.359, 0.359, 0.359, 0.359, 0.359, 0.008, 0.008, 0.008, 0.008, 0.002, 0.002, 0.002, 0.002, 0.008, 0.008, 0.008, 1.114, 1.114, 1.114, 1.114, 1.114, 1.114, 1.114, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.004, 0.004, 0.004, 0.004, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.009, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.006, 0.005, 0.005, 0.005, 0.002, 0.002, 0.002, 0.002, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.002, 0.002, 0.002, 0.002, 0.001, 0.001, 0.001, 0.002, 0.002, 0.002, 0.004, 0.004, 0.004, 0.004, 0.008, 0.008, 0.008, 2.473, 2.473, 2.473, 2.473, 2.712, 2.712, 2.712, 2.712, 2.712, 2.712, 2.712, 2.507, 2.507, 2.507, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.351, 2.481, 2.481, 2.481, 2.481, 2.481, 2.481, 2.481, 2.354, 2.354, 2.354, 2.215, 2.215, 2.215, 2.215, 2.215, 2.215, 2.215, 2.328, 2.328, 2.328, 2.328, 2.468, 2.468, 2.468, 2.468, 2.468, 2.468, 2.468, 2.505, 2.505, 2.505, 2.52, 2.52, 2.52, 2.52, 2.52, 2.52, 2.52, 2.328, 2.328, 2.328, 2.328, 2.07, 2.07, 2.07, 2.07, 2.07, 2.07, 2.07, 2.146, 2.146, 2.146, 2.374, 2.374, 2.374, 2.374, 2.459, 2.459, 2.459, 2.592, 2.592, 2.592, 2.592, 2.643, 2.643, 2.643, 3.243, 3.243, 3.243, 3.243, 3.243, 3.243, 3.243, 2.981, 2.981, 2.981, 2.7, 2.7, 2.7, 2.7, 2.538, 2.538, 2.538, 2.538, 2.538, 2.538, 3.018, 3.018, 3.018, 3.018, 3.58, 3.58, 3.58, 3.58, 3.58, 3.58, 3.58, 2.904, 2.904, 2.904, 2.904, 2.904, 2.904, 2.904, 3.24, 3.24, 3.24, 3.24, 3.24, 3.24, 2.884, 2.884, 2.884, 2.884, 2.545, 2.545, 2.545, 2.545, 2.334, 2.334, 2.334, 2.334, 2.334, 2.334, 2.334, 2.534, 2.534, 2.534, 2.534, 2.534, 2.534, 2.534, 2.534, 2.534, 2.534, 2.379, 2.379, 2.379, 2.379, 2.219, 2.219, 2.219, 2.219, 1.783, 1.783, 1.783, 1.783, 1.783, 1.783, 1.783, 1.669, 1.669, 1.669, 1.669, 1.669, 1.669, 1.669, 1.274, 1.274, 1.274, 1.274, 1.065, 1.065, 1.065, 1.065, 0.979, 0.979, 0.979, 0.966, 0.966, 0.966, 0.966, 0.966, 0.966, 0.966, 1.622, 1.622, 1.622, 1.622, 1.622, 1.622, 1.622, 1.432, 1.432, 1.432, 1.432, 1.432, 1.432, 1.432, 2.062, 2.062, 2.062, 2.062, 2.445, 2.445, 2.445, 2.665, 2.665, 2.665, 2.665, 2.868, 2.868, 2.868, 2.868, 2.989, 2.989, 2.989, 2.868, 2.868, 2.868, 2.498, 2.498, 2.498, 2.498, 2.498, 1.714, 1.714, 1.714, 0.982, 0.982, 0.982, 0.982, 0.603, 0.603, 0.603, 0.603, 0.343, 0.343, 0.343, 0.343, 0.221, 0.221, 0.221, 0.221, 0.221, 0.221, 0.179, 0.179, 0.179, 0.179, 0.003, 0.003, 0.003, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.338, 0.338, 0.338, 0.338, 2.253, 2.253, 2.253, 3.794, 3.794, 3.794, 3.794, 4.22, 4.22, 4.22, 4.253, 4.253, 4.253, 4.253, 4.343, 4.343, 4.343, 4.343, 4.343, 4.343, 4.343, 3.902, 3.902, 3.902, 3.697, 3.697, 3.697, 3.697, 3.476, 3.476, 3.476, 3.476, 3.476, 3.476, 3.646, 3.646, 3.646, 3.646, 3.646, 3.646, 2.673, 2.673, 2.673, 0.002, 0.002, 0.002, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.681, 1.681, 1.681, 1.95, 1.95, 1.95, 1.95, 2.034, 2.034, 2.034, 2.034, 2.635, 2.635, 2.635, 2.635, 2.635, 2.635, 2.635, 2.785, 2.785, 2.785, 3.591, 3.591, 3.591, 3.591, 3.875, 3.875, 3.875, 3.875, 4.421, 4.421, 4.421, 4.763, 4.763, 4.763, 4.763, 4.778, 4.778, 4.778, 4.793, 4.793, 4.793, 4.887, 4.887, 4.887, 4.887, 4.973, 4.973, 4.973, 4.973, 4.973, 4.973, 5.039, 5.039, 5.039, 5.039, 5.039, 5.039, 5.005, 5.005, 5.005, 5.005, 5.005, 4.085, 4.085, 4.085, 0.163, 0.163, 0.163, 0.163, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.4, 0.4, 0.47, 0.47, 0.47, 0.47, 0.47, 0.47, 0.47, 0.012, 0.012, 0.012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.246, 1.246, 1.246, 1.246, 2.71, 2.71, 2.71, 2.778, 2.778, 2.778, 2.778, 2.878, 2.878, 2.878, 3.147, 3.147, 3.147, 3.147, 3.147, 3.147, 3.147, 3.147, 3.27, 3.27, 3.27, 3.27, 3.27, 3.27, 3.27, 3.27, 3.347, 3.347, 3.347, 3.347, 3.356, 3.356, 3.356, 3.445, 3.445, 3.445, 3.445, 3.445, 3.445, 3.445, 3.405, 3.405, 3.405, 3.405, 3.405, 3.405, 3.405, 3.462, 3.462, 3.462, 3.462, 3.462, 3.462, 3.462, 1.701, 1.701, 1.701, 1.701, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.654, 0.654, 0.654, 1.758, 1.758, 1.758, 1.758, 2.169, 2.169, 2.169, 2.391, 2.391, 2.391, 2.391, 2.633, 2.633, 2.633, 3.078, 3.078, 3.078, 3.078, 3.12, 3.12, 3.12, 4.578, 4.578, 4.578, 4.578, 4.578, 4.578, 4.578, 4.493, 4.493, 4.493, 4.493, 4.493, 4.493, 4.493, 4.359, 4.359, 4.359, 4.16, 4.16, 4.16, 3.894, 3.894, 3.894, 3.894, 2.719, 2.719, 2.719, 1.712, 1.712, 1.712, 1.712, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.532, 0.532, 0.532, 0.532, 0.557, 0.557, 0.557, 0.56, 0.56, 0.56, 0.56, 0.56, 0.56, 0.56, 0.56, 0.629, 0.629, 0.629, 0.629, 0.629, 0.629, 0.524, 0.524, 0.524, 0.524, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.241, 0.241, 0.241, 0.241, 0.241, 0.241, 0.241, 0.183, 0.183, 0.183, 0.183, 0.162, 0.162, 0.162, 0.162, 0.162, 0.162, 0.254, 0.254, 0.254, 0.254, 0.304, 0.304, 0.304, 0.304, 0.304, 0.304, 0.304, 0.01, 0.01, 0.01, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.004, 0.36, 0.36, 0.36, 1.603, 1.603, 1.603, 1.603, 1.785, 1.785, 1.785, 1.785, 1.785, 1.785, 1.391, 1.391, 1.391, 1.391, 1.153, 1.153, 1.153, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.051, 0.051, 0.051, 0.051, 1.956, 1.956, 1.956, 1.956, 1.956, 1.956, 1.956, 1.891, 1.891, 1.891, 1.891, 1.877, 1.877, 1.877, 1.877, 1.508, 1.508, 1.508, 1.508, 1.055, 1.055, 1.055, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.933, 3.933, 3.933, 4.322, 4.322, 4.322, 4.322, 4.322, 4.322, 4.322, 3.234, 3.234, 3.234, 3.234, 2.757, 2.757, 2.757, 2.757, 2.622, 2.622, 2.622, 1.673, 1.673, 1.673, 0.206, 0.206, 0.206, 0.005, 0.005, 0.005, 0.005, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.373, 0.373, 0.373, 0.373, 0.835, 0.835, 0.835, 0.835, 0.835, 0.835, 0.835, 0.691, 0.691, 0.691, 0.55, 0.55, 0.55, 0.34, 0.34, 0.34, 0.004, 0.004, 0.004, 0.004, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 1.507, 1.507, 1.507, 1.539, 1.539, 1.539, 1.539, 1.651, 1.651, 1.651, 1.651, 1.782, 1.782, 1.782, 1.651, 1.651, 1.651, 1.651, 1.618, 1.618, 1.618, 1.249, 1.249, 1.249, 0.103, 0.103, 0.103, 0.103, 0.004, 0.004, 0.004, 0.004, 0.003, 0.003, 0.003, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.857, 0.857, 0.857, 2.614, 2.614, 2.614, 2.614, 2.614, 2.614, 2.614, 2.614, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.587, 2.587, 2.587, 2.587, 2.587, 2.587, 2.587, 2.52, 2.52, 2.52, 2.52, 2.4, 2.4, 2.4, 2.125, 2.125, 2.125, 2.125, 0.001, 0.001, 0.001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 1.192, 1.192, 1.192, 1.872, 1.872, 1.872, 1.872, 2.374, 2.374, 2.374, 2.374, 2.374, 2.374, 2.374, 2.222, 2.222, 2.222, 1.953, 1.953, 1.953, 1.953, 1.294, 1.294, 1.294, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.749, 0.749, 0.749, 0.749, 0.856, 0.856, 0.856, 0.856, 0.856, 0.856, 0.856, 0.856, 0.856, 0.856, 1.013, 1.013, 1.013, 1.044, 1.044, 1.044, 1.044, 1.051, 1.051, 1.051, 1.071, 1.071, 1.071, 1.071, 1.236, 1.236, 1.236, 1.432, 1.432, 1.432, 1.47, 1.47, 1.47, 1.47, 1.508, 1.508, 1.508, 1.578, 1.578, 1.578, 1.578, 1.687, 1.687, 1.687, 2.028, 2.028, 2.028, 2.028, 2.236, 2.236, 2.236, 2.62, 2.62, 2.62, 3.023, 3.023, 3.023, 3.023, 3.023, 3.023, 3.023, 3.023, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "s_obs_mm": [31.48, 28.07, 24.85, 23.18, 21.99, 19.33, 17.15, 14.44, 10.77, 8.22, 5.69, 2.44, -0.2, -3.62, -5.9, -7.88, -9.23, -9.68, -10.19, -10.69, -11.32, -12.12, -13.89, -15.26, -16.4, -17.78, -18.63, -19.3, -19.67, -20.04, -19.8, -19.64, -19.31, -18.79, -18.41, -18.04, -17.3, -16.96, -16.27, -15.22, -14.82, -14.55, -15.11, -15.79, -16.93, -17.14, -17.17, -16.69, -15.51, -12.75, -9.94, -6.83, -2.81, 0.23, 3.98, 10.36, 14.94, 19.6, 27.99, 35.08, 41.64, 52.52, 61.96, 70.99, 82.02, 90.8, 99.86, 109.44, 115.26, 112.71, 112.09, 111.36, 110.75, 110.35, 108.79, 107.14, 105.31, 102.48, 100.23, 97.68, 94.14, 91.53, 88.74, 84.54, 81.11, 75.78, 63.06, 51.62, 36.74, 25.85, 14.72, 0.23, -9.4, -18.29, -28.2, -33.4, -36.58, -37.48, -35.77, -32.63, -26.83, -23.19, -22.37, -20.71, -19.24, -15.61, -12.38, -7.39, -0.13, 6.45, 14.15, 25.33, 34.68, 44.75, 58.96, 65.85, 69.83, 70.84, 70.42, 69.53, 68.37, 66.64, 63.83, 61.79, 59.2, 55.48, 53.39, 51.57, 47.4, 43.72, 38.79, 34.57, 30.17, 24.09, 19.37, 15.08, 9.84, 6.16, 2.14, -0.13, -2.01, -3.48, -4.54, -5.58, -5.17, -3.81, -2.29, 0.12, 3.13, 6.78, 12.82, 19.98, 28.76, 40.52, 50.51, 67.41, 79.36, 89.56, 103.32, 112.68, 121.21, 130.62, 137.37, 144.71, 150.6, 151.69, 151.0, 150.53, 151.69, 152.34, 150.22, 148.54, 145.58, 142.57, 139.84, 135.4, 131.56, 127.9, 122.29, 118.23, 114.37, 108.93, 105.19, 100.57, 97.19, 93.97, 89.79, 86.59, 83.74, 82.99, 83.01, 83.36, 83.79, 83.97, 83.89, 83.25, 82.66, 79.9, 73.45, 64.6, 52.08, 42.63, 33.82, 22.88, 15.93, 10.7, 4.47, 0.78, -5.18, -10.41, -14.43, -19.33, -22.58, -26.28, -28.61, -30.34, -31.33, -31.98, -32.7, -29.83, -25.92, -22.19, -15.38, -10.78, -7.2, -2.77, 1.13, 6.8, 17.64, 19.46, 22.56, 26.33, 28.45, 30.21, 30.66, 30.17, 29.69, 28.87, 27.84, 26.26, 24.97, 23.08, 21.3, 19.09, 16.22, 13.93, 11.52, 8.27, 5.94, 3.53, 0.35, -1.86, -4.87, -7.02, -9.2, -12.29, -14.82, -17.3, -19.94, -21.49, -23.35, -26.27, -28.65, -30.93, -33.49, -34.73, -35.37, -35.98, -35.84, -35.04, -34.52, -34.07, -33.34, -31.97, -30.28, -27.73, -25.72, -23.62, -20.75, -18.45, -15.31, -12.75, -10.03, -6.22, -3.41, -0.52, 3.35, 6.32, 9.39, 13.51, 16.43, 19.12, 22.81, 25.69, 29.59, 32.4, 35.13, 38.72, 41.22, 43.76, 47.24, 50.07, 52.92, 56.73, 59.78, 63.16, 67.64, 71.14, 74.48, 79.06, 82.66, 87.4, 90.91, 94.55, 99.01, 102.24, 105.51, 109.42, 112.3, 116.49, 119.55, 122.67, 126.7, 129.71, 133.88, 136.42, 138.85, 141.92, 144.0, 146.34, 149.12, 150.59, 152.06, 153.71, 154.52, 155.43, 156.08, 156.27, 156.58, 156.35, 156.0, 155.6, 154.43, 152.61, 150.88, 148.93, 146.57, 144.81, 142.9, 140.15, 137.99, 136.02, 133.24, 130.8, 128.05, 124.34, 121.28, 117.95, 113.35, 109.83, 106.18, 100.88, 96.98, 93.11, 87.41, 83.19, 77.77, 73.58, 69.52, 64.29, 60.26, 56.26, 51.24, 47.63, 44.12, 39.27, 35.58, 32.24, 27.42, 23.76, 19.46, 16.15, 12.73, 8.2, 4.73, 1.53, -2.45, -5.23, -8.71, -11.32, -13.75, -16.04, -18.82, -20.75, -23.21, -25.04, -26.5, -27.7, -28.35, -28.64, -28.37, -28.48, -28.57, -28.14, -27.25, -25.38, -24.03, -22.46, -18.8, -16.24, -14.18, -11.28, -9.27, -6.86, -3.11, -0.49, 3.49, 7.04, 10.45, 15.26, 19.15, 22.49, 27.23, 31.44, 35.22, 40.82, 45.0, 48.99, 54.72, 58.97, 64.62, 69.01, 73.17, 78.65, 82.91, 86.88, 92.39, 96.85, 100.9, 105.87, 109.8, 112.92, 116.91, 119.5, 122.37, 124.12, 125.52, 126.58, 127.22, 127.32, 126.88, 126.09, 125.49, 120.99, 111.16, 98.95, 89.91, 84.23, 85.87, 92.49, 103.98, 124.11, 140.09, 156.78, 179.51, 192.61, 200.96, 210.54, 215.52, 214.66, 216.75, 224.47, 233.27, 237.55, 242.59, 247.71, 250.44, 254.08, 259.46, 263.58, 272.76, 275.1, 274.74, 273.52, 271.77, 269.87, 267.34, 264.73, 261.51, 256.9, 253.29, 249.43, 243.85, 239.48, 232.95, 227.8, 222.79, 215.47, 209.81, 204.76, 197.85, 192.13, 184.06, 177.47, 170.87, 162.18, 155.2, 148.1, 138.24, 130.8, 123.61, 114.19, 108.01, 101.21, 96.61, 92.29, 87.77, 84.57, 81.43, 77.84, 75.54, 73.75, 72.24, 71.37, 71.13, 71.26, 71.9, 73.5, 74.67, 75.99, 77.88, 79.14, 80.58, 82.52, 83.67, 84.89, 86.56, 87.73, 89.1, 90.58, 91.27, 91.63, 91.91, 91.85, 89.64, 84.81, 78.76, 70.09, 64.4, 58.18, 47.66, 41.46, 34.88, 24.98, 18.41, 10.1, 5.59, 2.11, -4.35, -8.38, -11.54, -15.62, -17.81, -19.43, -22.81, -25.96, -28.59, -31.04, -32.38, -33.4, -33.91, -34.02, -34.18, -34.64, -35.24, -36.12, -37.28, -38.59, -40.13, -41.11, -41.85, -42.33, -42.35, -42.32, -42.52, -43.07, -43.85, -44.79, -45.53, -46.23, -46.69, -46.87, -47.12, -47.31, -48.05, -48.79, -49.43, -50.25, -50.72, -51.42, -52.2, -52.56, -52.36, -51.79, -51.14, -50.55, -50.45, -50.64, -50.8, -50.85, -50.33, -49.24, -48.26, -47.06, -45.77, -44.57, -43.19, -41.39, -40.0, -38.1, -36.76, -35.39, -33.48, -32.37, -31.42, -30.03, -29.12, -28.53, -28.07, -28.05, -28.29, -29.29, -30.16, -31.22, -31.81, -32.3, -32.68, -32.71, -32.6, -32.51, -32.53, -32.7, -32.82, -33.19, -34.06, -34.69, -35.52, -35.97, -36.21, -36.19, -35.78, -35.38, -35.31, -35.04, -35.04, -35.48, -36.01, -36.28, -36.2, -35.79, -35.06, -33.57, -32.06, -30.22, -27.65, -25.6, -23.54, -21.63, -20.56, -18.47, -14.02, -8.98, -3.43, 5.24, 11.13, 19.0, 25.66, 30.44, 34.04, 37.16, 40.56, 44.1, 47.79, 52.74, 56.88, 61.16, 66.96, 71.46, 77.01, 76.85, 70.07, 58.98, 48.54, 37.55, 23.42, 12.17, 1.4, -12.74, -22.58, -30.39, -36.88, -37.37, -35.85, -32.29, -29.28, -25.72, -21.93, -21.29, -19.84, -19.11, -17.85, -14.6, -11.11, -6.89, -0.11, 4.78, 6.8, 0.03, -5.16, -8.44, -7.0, -2.09, 7.42, 15.55, 17.8, 18.96, 21.03, 23.9, 29.45, 33.96, 39.44, 47.46, 53.08, 54.35, 51.22, 46.96, 43.35, 42.46, 42.2, 43.55, 45.35, 46.18, 47.42, 49.61, 52.93, 55.37, 57.51, 61.46, 65.06, 68.19, 71.34, 72.66, 73.42, 75.77, 78.85, 82.1, 87.31, 91.63, 98.21, 102.12, 102.44, 98.78, 93.91, 86.8, 77.14, 70.49, 63.94, 56.36, 51.28, 44.4, 39.65, 34.73, 30.26, 25.41, 21.87, 18.22, 15.67, 12.8, 8.53, 4.34, -0.84, -7.42, -12.37, -16.98, -18.71, -19.34, -18.21, -16.58, -14.77, -12.27, -10.14, -7.64, -4.71, -1.4, 3.13, 9.44, 14.52, 20.39, 28.54, 34.51, 39.51, 45.6, 51.24, 61.75, 69.11, 79.32, 89.06, 98.28, 109.92, 118.17, 126.09, 136.84, 142.84, 148.24, 155.57, 159.25, 164.2, 170.37, 173.94, 175.93, 175.74, 175.64, 176.6, 176.66, 175.84, 174.03, 171.84, 169.13, 165.9, 163.88, 161.58, 157.87, 154.74, 150.38, 146.72, 142.99, 138.14, 133.95, 129.3, 123.01, 118.14, 113.24, 106.31, 100.98, 95.74, 88.72, 83.26, 76.0, 70.83, 65.56, 58.82, 53.47, 47.97, 40.83, 35.54, 30.23, 23.36, 18.31, 11.86, 7.13, 2.31, -3.75, -7.95, -12.07, -17.2, -20.89, -24.59, -29.59, -33.19, -36.77, -40.94, -43.84, -46.4, -50.32, -53.1, -56.1, -57.74, -59.13, -59.78, -58.87, -57.35, -55.7, -55.14, -54.36, -52.85, -51.94, -50.38, -47.91, -45.45, -42.22, -39.93, -37.34, -33.09, -29.59, -26.1, -21.66, -18.27, -14.58, -9.48, -5.56, -0.64, 3.04, 6.89, 12.2, 16.14, 20.07, 25.3, 29.15, 34.51, 38.7, 42.94, 48.77, 53.34, 58.07, 64.58, 69.57, 74.83, 81.7, 86.87, 92.19, 99.37, 104.72, 109.93, 116.56, 121.94, 127.38, 134.07, 139.25, 146.36, 151.57, 158.24, 163.01, 167.53, 173.33, 177.3, 181.0, 185.98, 189.74, 193.02, 197.35, 200.08, 203.33, 207.62, 210.59, 214.04, 216.17, 217.71, 220.59, 223.78, 225.34, 227.12, 227.83, 228.17, 227.46, 225.44, 223.5, 219.18, 217.67, 216.01, 200.74, 211.81, 210.48, 207.89, 205.69, 202.3, 199.45, 196.54, 192.22, 188.82, 184.18, 180.74, 177.51, 174.11, 169.44, 164.57, 160.95, 157.2, 153.3, 147.96, 143.8, 138.44, 134.26, 129.88, 123.75, 119.0, 114.16, 107.58, 102.86, 98.28, 92.82, 88.8, 84.76, 78.52, 73.65, 69.35, 64.22, 59.75, 55.02, 48.97, 44.63, 39.19, 34.63, 29.84, 23.97, 19.61, 13.39, 8.53, 4.0, -0.13, -5.25, -9.23, -14.2, -18.05, -21.54, -25.64, -28.51, -31.18, -34.04, -35.76, -37.12, -38.17, -37.14, -32.81, -29.03, -28.75, -30.12, -31.0, -30.45, -30.93, -31.72, -31.69, -31.11, -30.66, -29.93, -28.35, -27.68, -26.45, -24.07, -22.39, -19.31, -16.93, -14.69, -11.08, -8.01, -5.0, -0.89, 2.19, 5.22, 9.9, 13.43, 16.67, 21.22, 25.11, 29.07, 34.34, 38.39, 44.09, 48.46, 52.66, 58.33, 62.7, 68.58, 73.02, 78.76, 83.28, 88.31, 95.21, 100.2, 104.88, 111.11, 116.17, 120.99, 127.42, 132.28, 137.39, 143.69, 148.36, 153.03, 158.78, 163.22, 167.57, 173.5, 177.4, 180.04, 182.41, 183.26, 182.08, 178.24, 174.22, 167.55, 155.78, 144.72, 126.8, 112.39, 92.7, 79.76, 68.89, 54.82, 45.37, 37.31, 27.84, 21.68, 15.34, 7.52, 2.92, -1.97, -8.8, -14.49, -20.89, -29.14, -33.8, -36.99, -39.11, -39.48, -40.25, -41.07, -42.12, -44.27, -45.83, -47.26, -48.5, -49.27, -49.64, -49.33, -49.15, -48.75, -48.01, -47.24, -46.58, -45.71, -44.91, -43.68, -42.5, -41.38, -39.96, -39.04, -38.26, -37.46, -37.3, -36.26, -35.23, -34.02, -32.28, -31.6, -31.55, -31.05, -30.71, -30.24, -29.59, -29.19, -28.91, -28.94, -29.03, -29.5, -30.01, -30.52, -31.24, -31.58, -31.62, -31.52, -31.36, -31.29, -31.22, -31.33, -31.59, -32.01, -32.76, -33.98, -34.43, -34.74, -34.56, -34.22, -33.73, -33.38, -33.29, -33.86, -34.21, -34.39, -34.28, -34.13, -33.79, -33.7, -33.64, -33.36, -32.9, -32.31, -31.81, -31.11, -30.51, -29.23, -27.57, -25.05, -19.98, -14.94, -9.25, -1.45, 4.17, 9.67, 16.33, 21.41, 28.72, 34.28, 40.57, 49.46, 56.0, 63.17, 73.32, 80.73, 88.16, 98.84, 107.33, 115.14, 124.91, 131.44, 138.6, 143.99, 145.69, 147.73, 148.05, 147.73, 147.31, 146.62, 146.18, 145.84, 144.29, 141.03, 137.93, 134.75, 130.45, 126.74, 122.88, 117.2, 112.04, 106.44, 98.31, 91.93, 85.38, 76.62, 69.82, 62.78, 53.04, 45.84, 36.1, 28.54, 21.27, 11.67, 4.78, -1.72, -9.81, -15.87, -22.03, -29.76, -35.31, -41.81, -45.99, -49.74, -53.67, -56.35, -58.25, -60.31, -61.4, -61.61, -61.28, -62.2, -69.56, -77.38, -85.27, -96.42, -104.57, -110.72, -115.81, -119.53, -122.71, -125.95, -130.79, -109.45, -117.44, -119.86, -119.33, -118.87, -128.77, -130.53, -121.69, -133.36, -135.84, -136.06, -139.35, -144.9, -148.69, -137.25, -142.39, -130.07, -126.68, -123.6, -126.46, -116.5, -109.21, -105.04, -104.15, -123.07, -100.33, -123.25, -122.19, -120.68, -119.54, -116.98, -115.48, -115.62, -114.92, -113.82, -112.52, -111.42, -110.07, -108.4, -106.23, -103.43, -101.47, -98.83, -96.83, -94.59, -91.51, -89.18, -86.81, -83.41, -80.64, -77.02, -74.3, -71.6, -68.09, -65.59, -62.98, -59.36, -56.59, -54.02, -50.7, -48.11, -45.51, -42.0, -39.53, -36.03, -33.47, -31.0, -27.49, -24.84, -22.09, -18.09, -14.87, -11.41, -6.98, -3.55, 0.0, 4.86, 8.64, 12.44, 17.49, 21.27, 26.39, 30.17, 33.72, 38.3, 42.76, 45.93, 48.95, 51.83, 55.66, 58.89, 61.05, 63.38, 58.47, 50.18, 38.02, 27.15, 15.64, 1.33, -8.92, -19.01, -31.28, -39.48, -49.02, -55.84, -62.22, -68.2, -71.71, -75.38, -79.35, -81.83, -83.28, -83.89, -84.71, -86.71, -88.51, -90.21, -91.15, -90.65, -89.45, -87.67, -86.21, -85.63, -85.96, -86.8, -87.93, -88.7, -88.69, -88.07, -87.12, -86.15, -85.85, -86.14, -86.8, -88.0, -88.44, -88.87, -88.84, -88.86, -88.93, -89.09, -89.66, -90.08, -90.23, -90.38, -90.23, -90.22, -90.26, -90.32, -90.19, -89.83, -89.2, -88.49, -87.89, -87.01, -86.55, -86.0, -85.52, -84.75, -84.06, -83.19, -81.44, -79.96, -78.5, -76.06, -73.62, -70.4, -63.56, -56.09, -46.8, -32.88, -21.96, -8.43, 0.55, 8.71, 19.13, 26.97, 34.93, 46.4, 55.34, 64.77, 75.36, 81.61, 88.04, 94.8, 101.4, 105.02, 107.98, 109.57, 111.35, 112.11, 111.4, 109.01, 106.55, 103.82, 102.08, 100.92, 98.81, 94.68, 90.18, 85.67, 79.59, 74.84, 69.88, 62.87, 57.6, 51.99, 44.38, 38.61, 31.12, 25.61, 19.91, 12.24, 6.71, 1.08, -6.57, -12.29, -19.8, -25.27, -30.89, -38.2, -43.52, -49.93, -54.69, -59.62, -67.17, -71.78, -74.14, -73.0, -68.7, -63.16, -54.52, -47.07, -40.9, -34.8, -31.27, -28.64, -26.24, -26.25, -26.25, -26.21, -25.81, -25.17, -24.69, -23.71, -21.84, -20.22, -17.82, -16.01, -14.03, -11.07, -8.85, -6.43, -2.99, -0.43, 2.25, 5.84, 8.63, 11.5, 14.4, 16.59, 19.06, 22.86, 25.79, 28.78, 32.88, 35.82, 39.93, 43.38, 46.85, 51.55, 55.41, 59.19, 64.52, 68.75, 74.44, 78.84, 83.33, 89.35, 94.19, 106.01, 105.08, 109.91, 114.71, 121.22, 126.24, 130.92, 136.9, 141.45, 147.12, 151.41, 155.92, 161.83, 166.11, 170.6, 175.91, 179.81, 183.02, 186.33, 188.03, 188.03, 183.78, 176.89, 168.92, 156.06, 144.26, 127.84, 116.36, 105.01, 90.62, 80.6, 71.26, 59.05, 49.8, 38.58, 29.68, 20.3, 7.92, -1.83, -11.17, -22.2, -30.43, -38.07, -46.34, -52.02, -56.26, -60.41, -63.98, -67.77, -70.01, -72.42, -74.21, -73.91, -73.41, -72.5, -71.85, -71.74, -72.68, -73.99, -74.99, -76.62, -77.45, -77.75, -77.44, -77.04, -76.51, -76.12, -75.75, -75.21, -75.17, -75.12, -75.46, -75.81, -76.19, -76.49, -76.82, -77.33, -77.97, -78.56, -79.34, -79.81, -80.17, -80.2, -80.03, -79.82, -80.18, -80.73, -81.34, -82.63, -83.4, -83.48, -82.92, -82.01, -81.06, -80.82, -80.96, -81.3, -81.66, -81.91, -81.78, -81.81, -81.87, -81.89, -81.8, -81.83, -81.95, -81.97, -82.26, -82.64, -83.37, -84.12, -84.88, -85.59, -85.67, -85.11, -84.36, -83.9, -83.99, -84.37, -84.92, -85.29, -86.2, -86.35, -86.11, -85.49, -85.07, -84.95, -85.03, -85.1, -84.89, -84.65, -84.48, -84.55, -84.67, -84.78, -84.49, -84.56, -84.86, -85.24, -85.35, -85.49, -85.54, -85.79, -86.17, -86.36, -86.89, -87.66, -88.48, -89.4, -90.13, -90.57, -90.83, -90.74, -90.3, -89.82, -89.59, -89.61, -89.45, -89.14, -88.57, -87.5, -86.87, -86.39, -86.34, -86.29, -86.52, -86.56, -86.21, -86.4, -86.64, -86.9, -87.18, -87.28, -87.04, -86.9, -86.38, -86.26, -86.15, -86.33, -86.59, -86.73, -86.66, -86.14, -85.66, -85.25, -84.83, -84.82, -84.93, -85.04, -84.93, -84.49, -83.96, -83.95, -83.98, -83.96, -84.3, -84.62, -85.12, -85.29, -85.22, -85.12, -84.93, -85.04, -85.34, -85.68, -85.93, -86.07, -86.02, -85.94, -85.8, -85.57, -85.26, -84.91, -84.45, -84.23, -84.38, -84.22, -83.97, -83.93, -84.03, -84.29, -83.94, -82.78, -81.38, -79.4, -78.09, -76.85, -74.8, -73.19, -70.61, -68.3, -65.68, -62.17, -58.87, -55.64, -51.04, -46.97, -44.27, -42.51, -41.38, -40.17, -38.35, -36.08, -31.65, -27.3, -21.21, -12.63, -5.98, 0.79, 3.07, 6.96, 15.66, 22.76, 28.27, 35.41, 39.08, 37.35, 35.18, 33.1, 31.24, 28.86, 26.1, 21.91, 18.02, 13.94, 8.81, 5.54, 2.76, -0.96, -3.56, -6.22, -9.84, -12.32, -14.45, -17.33, -19.57, -22.61, -26.89, -29.41, -31.43, -35.12, -39.73, -44.14, -46.04, -48.13, -50.95, -53.15, -55.23, -57.28, -58.96, -60.87, -62.02, -63.24, -65.27, -66.89, -68.43, -70.03, -71.41, -72.4, -73.53, -74.28, -74.81, -74.84, -74.13, -73.91, -75.15, -76.98, -79.57, -81.09, -82.07, -83.18, -85.42, -93.84, -112.03, -122.86, -135.54, -143.78, -148.6, -152.82, -155.22, -155.16, -133.35, -170.44, -164.51, -164.29, -147.5, -152.39, -124.79, -117.8, -134.48, -128.28, -122.91, -120.61, -120.25, -119.04, -116.97, -113.94, -111.49, -109.29, -107.67, -105.03, -103.05, -100.53, -98.71, -97.13, -95.27, -93.43, -91.87, -89.5, -87.87, -86.04, -82.96, -80.87, -78.81, -75.58, -73.65, -70.99, -69.71, -71.28, -75.57, -78.04, -81.22, -85.73, -88.41, -90.14, -91.1, -91.43, -90.84, -89.53, -88.65, -84.33, -80.32, -75.27, -74.34, -74.32, -73.57, -72.81, -71.98, -71.21, -70.6, -70.0, -68.82, -68.19, -67.18, -65.99, -65.02, -63.84, -62.18, -60.91, -58.37, -56.29, -53.94, -50.4, -47.51, -44.02, -39.8, -36.09, -32.66, -28.43, -25.62, -23.79, -23.98, -25.69, -27.38, -28.93, -29.1, -28.22, -26.38, -25.52, -23.55, -21.55, -17.36, -17.25, -16.51, -14.49, -12.72, -10.49, -7.1, -4.05, -0.89, 3.73, 7.3, 11.17, 16.73, 21.05, 25.43, 31.7, 36.25, 40.66, 46.27, 49.69, 50.6, 46.24, 42.07, 38.84, 37.79, 38.9, 43.16, 46.66, 50.71, 52.86, 53.5, 55.22, 56.93, 59.02, 62.41, 65.57, 70.43, 74.4, 78.75, 85.01, 89.98, 95.18, 102.51, 107.79, 113.2, 120.44, 125.4, 130.86, 137.28, 141.71, 145.94, 150.02, 150.95, 149.21, 144.02, 137.98, 128.07, 119.21, 108.89, 94.07, 82.54, 70.34, 53.59, 40.81, 28.0, 12.91, 3.86, -3.29, -12.59, -19.98, -28.09, -32.77, -37.87, -45.59, -51.9, -58.61, -66.22, -69.74, -71.49, -72.09, -72.17, -72.05, -72.06, -72.31, -72.95, -73.51, -74.28, -74.84, -75.24, -75.48, -75.22, -74.8, -74.14, -73.3, -72.64, -71.96, -71.68, -71.51, -71.25, -70.98, -70.54, -69.59, -69.11, -69.18, -69.28, -69.71, -70.35, -70.69, -71.08, -72.39, -72.13, -72.81, -73.81, -74.54, -75.1, -75.39, -75.41, -75.56, -75.8, -76.4, -77.46, -79.23, -80.51, -81.99, -82.48, -82.66, -82.1, -81.17, -80.53, -79.68, -79.51, -79.32, -79.43, -79.45, -79.87, -80.01, -79.9, -79.6, -79.18, -78.92, -78.78, -78.95, -79.13, -79.55, -80.3, -80.84, -81.1, -80.4, -78.58, -77.1, -75.16, -73.39, -71.62, -69.5, -68.14, -67.09, -65.83, -64.66, -63.71, -62.98, -62.92, -63.33, -64.21, -64.53, -64.35, -63.7, -63.12, -62.6, -62.51, -62.68, -63.32, -63.72, -64.17, -64.99, -65.52, -66.02, -66.73, -67.33, -68.03, -68.95, -69.57, -70.55, -71.67, -73.17, -76.25, -79.17, -82.65, -87.62, -90.82, -95.32, -98.34, -101.62, -106.74, -111.44, -116.84, -125.24, -130.45, -135.26, -141.76, -145.43, -148.45, -151.36, -152.58, -152.29, -149.68, -146.63, -142.04, -133.54, -127.31, -117.95, -106.57, -94.2, -70.98, -53.72, -37.89, -17.86, -7.0, 1.48, 9.96, 14.89, 21.28, 26.69, 24.57, 23.05, 24.16, 23.8, 20.33, 17.91, 15.63, 10.72, 7.62, 3.0, -1.76, -5.93, -11.0, -15.63, -19.39, -23.75, -27.91, -30.32, -33.37, -36.38, -38.14, -39.86, -42.49, -45.75, -48.94, -53.0, -59.09, -63.45, -70.6, -86.18, -94.8, -100.86, -102.98, -104.04, -106.26, -107.34, -105.54, -100.3, -95.37, -93.88, -92.88, -91.23, -88.91, -85.3, -81.82, -77.92, -71.42, -65.91, -60.33, -51.68, -45.17, -35.88, -28.61, -21.04, -10.56, -2.77, 7.2, 14.12, 20.76, 29.19, 35.78, 41.6, 50.05, 56.26, 59.74, 58.16, 54.96, 51.16, 45.2, 40.3, 34.84, 28.91, 26.74, 24.25, 24.64, 26.91, 29.4, 32.38, 36.05, 40.31, 44.57, 47.91, 48.1, 48.53, 50.4, 51.87, 53.81, 56.81, 59.45, 62.23, 66.1, 69.07, 72.17, 76.38, 79.58, 82.93, 87.44, 91.18, 96.43, 100.22, 104.03, 109.24, 113.52, 117.76, 122.95, 126.8, 130.11, 132.26, 130.81, 125.34, 118.93, 111.99, 101.22, 91.69, 81.57, 68.01, 58.85, 50.52, 38.94, 31.33, 24.64, 16.26, 10.41, 4.36, -3.79, -8.9, -13.6, -18.93, -22.21, -26.37, -28.94, -32.07, -34.57, -36.62, -40.33, -43.24, -46.22, -50.76, -53.92, -57.2, -61.65, -64.88, -67.74, -71.08, -73.32, -75.34, -78.11, -80.22, -82.2, -83.19, -83.98, -84.29, -84.46, -85.72, -86.74, -87.95, -89.24, -90.59, -91.91, -93.39, -95.28, -96.52, -97.62, -98.64, -99.17, -99.72, -100.8, -101.43, -101.8, -101.99, -101.9, -100.97, -100.15, -97.65, -94.65, -92.86, -91.23, -89.26, -86.85, -85.26, -84.65, -84.21, -85.55, -87.49, -88.5, -86.98, -83.16, -80.21, -79.54, -77.76, -74.94, -71.08, -68.07, -65.56, -62.68, -61.35, -59.23, -58.81, -57.18, -55.67, -54.06, -51.58, -49.46, -46.51, -42.04, -38.94, -35.57, -30.91, -28.0, -25.36, -21.5, -18.77, -15.14, -12.29, -8.92, -4.26, -0.43, 3.73, 9.94, 14.6, 19.32, 25.49, 30.17, 37.0, 41.99, 46.55, 52.26, 56.04, 59.59, 63.51, 66.13, 67.83, 66.64, 62.2, 52.89, 45.24, 37.53, 26.53, 18.22, 10.26, 0.96, -5.75, -13.24, -22.03, -27.39, -33.86, -42.93, -49.17, -55.89, -58.93, -61.04, -63.7, -65.52, -67.59, -70.34, -72.17, -73.5, -74.26, -74.04, -73.02, -71.44, -70.89, -70.86, -71.36, -72.17, -73.39, -74.21, -74.63, -74.79, -74.45, -73.93, -73.5, -73.19, -72.73, -72.35, -71.95, -71.37, -71.02, -70.72, -70.58, -70.32, -69.86, -69.34, -68.91, -68.67, -68.9, -69.48, -70.29, -70.84, -71.23, -71.57, -71.76, -72.02, -72.83, -73.52, -74.28, -75.48, -76.26, -76.7, -76.79, -76.63, -76.22, -76.02, -75.81, -75.5, -75.5, -75.6, -75.91, -76.23, -76.29, -76.09, -75.95, -75.52, -74.55, -73.71, -72.93, -72.31, -72.46, -73.12, -74.04, -74.81, -75.52, -75.93, -75.94, -75.71, -75.74, -75.97, -77.05, -78.76, -82.24, -85.16, -88.26, -92.16, -94.19, -94.99, -95.44, -95.61, -95.82, -96.7, -97.74, -98.64, -99.5, -100.07, -100.26, -100.15, -100.1, -100.28, -100.95, -101.77, -103.04, -103.88, -104.47, -104.4, -104.34, -104.03, -103.77, -104.11, -104.74, -105.71, -107.31, -108.55, -109.82, -111.66, -113.15, -115.02, -118.33, -120.59, -121.86, -123.7, -125.5, -126.37, -127.56, -128.97, -130.32, -132.3, -133.0, -132.76, -131.66, -129.38, -126.58, -123.86, -121.23, -118.83, -116.53, -115.44, -116.67, -117.69, -117.05, -115.09, -112.19, -109.52, -106.81, -104.43, -102.52, -100.6, -98.53, -96.37, -94.85, -94.41, -98.47, -107.02, -113.68, -115.17, -109.95, -100.65, -94.48, -93.39, -90.87, -88.93, -86.91, -83.76, -81.13, -78.35, -74.78, -71.67, -67.48, -64.32, -60.97, -56.38, -52.42, -48.48, -43.13, -38.66, -33.92, -27.95, -23.62, -18.82, -12.76, -8.33, -2.95, -0.09, 0.69, -0.23, 1.71, 5.85, 13.65, 21.58, 26.64, 31.31, 34.86, 37.4, 40.94, 42.82, 44.99, 46.53, 48.19, 50.86, 52.79, 54.44, 56.46, 58.16, 60.35, 62.16, 64.12, 66.69, 68.63, 70.55, 73.2, 75.41, 77.81, 80.91, 83.25, 85.36, 87.93, 89.84, 91.75, 94.22, 96.12, 98.52, 100.33, 102.27, 104.95, 107.01, 108.98, 111.58, 113.74, 116.63, 118.88, 121.07, 123.57, 125.48, 127.79, 130.77, 133.06, 135.2, 137.74, 139.97, 142.44, 145.63, 147.95, 150.21, 153.27, 155.71, 158.76, 160.92, 162.84, 165.0, 166.77, 168.86, 170.95, 171.87, 172.31, 172.35, 171.96, 167.9, 160.84, 152.58, 139.45, 127.29, 111.97, 99.4, 86.05], "intensity": [5.26, 5.26, 5.26, 5.26, 5.26, 5.26, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.26, 5.26, 5.26, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.26, 5.26, 5.26, 5.26, 5.25, 5.25, 5.25, 5.26, 5.26, 5.26, 5.26, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 7.26, 7.26, 7.26, 7.83, 7.83, 7.83, 7.83, 8.05, 8.05, 8.05, 7.13, 7.13, 7.13, 7.13, 5.16, 5.16, 5.16, 5.24, 5.24, 5.24, 5.24, 5.23, 5.23, 5.23, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 8.05, 8.05, 8.05, 9.06, 9.06, 9.06, 9.06, 9.23, 9.23, 9.23, 8.67, 8.67, 8.67, 8.67, 5.32, 5.32, 5.32, 5.32, 5.3, 5.3, 5.3, 5.29, 5.29, 5.29, 5.29, 5.3, 5.3, 5.3, 5.3, 5.3, 5.3, 5.3, 5.3, 5.3, 5.3, 5.29, 5.29, 5.29, 5.29, 5.29, 5.29, 5.29, 5.3, 5.3, 5.3, 5.29, 5.29, 5.29, 5.29, 5.29, 5.29, 5.29, 5.28, 5.28, 5.28, 5.28, 5.28, 5.28, 5.28, 5.27, 5.27, 5.27, 5.27, 6.77, 6.77, 6.77, 6.77, 7.63, 7.63, 7.63, 7.94, 7.94, 7.94, 8.05, 8.05, 8.05, 8.05, 7.46, 7.46, 7.46, 6.83, 6.83, 6.83, 6.83, 6.42, 6.42, 6.42, 6.42, 6.42, 6.42, 6.42, 6.28, 6.28, 6.28, 6.28, 5.2, 5.2, 5.2, 5.2, 5.2, 5.2, 5.2, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.2, 5.2, 5.2, 5.2, 5.88, 5.88, 5.88, 7.96, 7.96, 7.96, 8.08, 8.08, 8.08, 8.08, 8.1, 8.1, 8.1, 8.02, 8.02, 8.02, 7.96, 7.96, 7.96, 8.03, 8.03, 8.03, 8.03, 7.76, 7.76, 7.76, 7.76, 7.58, 7.58, 7.58, 7.58, 7.51, 7.51, 7.51, 7.51, 7.54, 7.54, 7.54, 7.55, 7.55, 7.55, 7.55, 7.3, 7.3, 7.3, 7.3, 6.79, 6.79, 6.79, 6.72, 6.72, 6.72, 6.45, 6.45, 6.45, 6.48, 6.48, 6.48, 6.48, 6.47, 6.47, 6.47, 6.47, 6.46, 6.46, 6.46, 6.49, 6.49, 6.49, 6.49, 6.53, 6.53, 6.53, 6.44, 6.44, 6.44, 6.34, 6.34, 6.34, 6.34, 6.55, 6.55, 6.55, 6.55, 6.6, 6.6, 6.6, 6.76, 6.76, 6.76, 6.76, 6.85, 6.85, 6.85, 6.97, 6.97, 6.97, 6.89, 6.89, 6.89, 6.89, 6.78, 6.78, 6.78, 6.78, 6.69, 6.69, 6.69, 6.46, 6.46, 6.46, 6.04, 6.04, 6.04, 6.04, 5.81, 5.81, 5.81, 5.94, 5.94, 5.94, 5.94, 5.99, 5.99, 5.99, 5.7, 5.7, 5.7, 5.7, 5.63, 5.63, 5.63, 5.63, 5.58, 5.58, 5.58, 5.65, 5.65, 5.65, 5.65, 5.73, 5.73, 5.73, 5.91, 5.91, 5.91, 6.02, 6.02, 6.02, 6.02, 5.95, 5.95, 5.95, 5.95, 5.77, 5.77, 5.77, 5.86, 5.86, 5.86, 5.94, 5.94, 5.94, 5.94, 6.06, 6.06, 6.06, 6.06, 5.82, 5.82, 5.82, 5.82, 6.33, 6.33, 6.33, 6.15, 6.15, 6.15, 6.15, 6.08, 6.08, 6.08, 6.24, 6.24, 6.24, 6.33, 6.33, 6.33, 6.33, 6.31, 6.31, 6.31, 6.05, 6.05, 6.05, 6.13, 6.13, 6.13, 6.13, 6.16, 6.16, 6.16, 6.16, 6.13, 6.13, 6.13, 6.18, 6.18, 6.18, 6.18, 6.04, 6.04, 6.04, 6.04, 6.19, 6.19, 6.19, 6.32, 6.32, 6.32, 6.32, 6.35, 6.35, 6.35, 5.18, 5.18, 5.18, 5.18, 5.22, 5.22, 5.22, 5.22, 5.22, 5.22, 5.21, 5.21, 5.21, 5.21, 5.22, 5.22, 5.22, 5.22, 5.22, 5.22, 5.22, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 5.21, 7.23, 7.23, 7.23, 7.23, 7.98, 7.98, 7.98, 7.59, 7.59, 7.59, 7.49, 7.49, 7.49, 7.49, 7.67, 7.67, 7.67, 7.4, 7.4, 7.4, 7.4, 6.29, 6.29, 6.29, 5.75, 5.75, 5.75, 5.75, 5.96, 5.96, 5.96, 5.96, 6.18, 6.18, 6.18, 5.94, 5.94, 5.94, 5.94, 6.1, 6.1, 6.1, 6.1, 6.17, 6.17, 6.17, 6.16, 6.16, 6.16, 6.16, 6.18, 6.18, 6.18, 6.44, 6.44, 6.44, 7.05, 7.05, 7.05, 7.05, 6.01, 6.01, 6.01, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.23, 5.23, 5.23, 5.23, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.24, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.25, 5.4, 5.4, 5.4, 5.4, 6.06, 6.06, 6.06, 8.03, 8.03, 8.03, 5.27, 5.27, 5.27, 5.27, 5.06, 5.06, 5.06, 5.05, 5.05, 5.05, 5.05, 5.06, 5.06, 5.06, 5.05, 5.05, 5.05, 5.11, 5.11, 5.11, 6.04, 6.04, 6.04, 6.04, 6.24, 6.24, 6.24, 5.04, 5.04, 5.04, 5.04, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 6.79, 6.79, 6.79, 6.49, 6.49, 6.49, 6.49, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.99, 5.03, 5.03, 5.03, 5.03, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 7.86, 7.86, 7.86, 7.86, 8.57, 8.57, 8.57, 8.08, 8.08, 8.08, 8.08, 7.86, 7.86, 7.86, 7.73, 7.73, 7.73, 7.73, 7.92, 7.92, 7.92, 7.92, 7.91, 7.91, 7.91, 7.71, 7.71, 7.71, 7.71, 7.68, 7.68, 7.68, 7.71, 7.71, 7.71, 7.59, 7.59, 7.59, 7.59, 7.56, 7.56, 7.56, 7.6, 7.6, 7.6, 7.6, 7.74, 7.74, 7.74, 7.91, 7.91, 7.91, 7.91, 7.72, 7.72, 7.72, 7.67, 7.67, 7.67, 7.67, 7.85, 7.85, 7.85, 7.77, 7.77, 7.77, 7.77, 7.63, 7.63, 7.63, 7.53, 7.53, 7.53, 7.53, 7.6, 7.6, 7.6, 7.75, 7.75, 7.75, 7.75, 7.94, 7.94, 7.94, 7.9, 7.9, 7.9, 7.9, 8.06, 8.06, 8.06, 8.3, 8.3, 8.3, 8.35, 8.35, 8.35, 8.35, 8.21, 8.21, 8.21, 8.03, 8.03, 8.03, 8.03, 7.8, 7.8, 7.8, 7.99, 7.99, 7.99, 8.25, 8.25, 8.25, 8.25, 8.45, 8.45, 8.45, 8.49, 8.49, 8.49, 8.49, 8.05, 8.05, 8.05, 8.44, 8.44, 8.44, 8.44, 8.55, 8.55, 8.55, 8.19, 8.19, 8.19, 8.22, 8.22, 8.22, 8.22, 8.06, 8.06, 8.06, 8.06, 7.99, 7.99, 7.99, 7.98, 7.98, 7.98, 7.98, 8.08, 8.08, 8.08, 8.08, 7.93, 7.93, 7.93, 7.83, 7.83, 7.83, 7.97, 7.97, 7.97, 7.97, 7.98, 7.98, 7.98, 7.98, 7.95, 7.95, 7.95, 7.95, 7.83, 7.83, 7.83, 7.75, 7.75, 7.75, 7.75, 7.67, 7.67, 7.67, 7.35, 7.35, 7.35, 7.35, 7.31, 7.31, 7.31, 7.31, 7.22, 7.22, 7.22, 7.57, 7.57, 7.57, 7.57, 7.58, 7.58, 7.58, 8.42, 8.42, 8.42, 8.42, 8.09, 8.09, 8.09, 8.03, 8.03, 8.03, 8.03, 7.42, 7.42, 7.42, 7.66, 7.66, 7.66, 7.66, 7.74, 7.74, 7.74, 7.8, 7.8, 7.8, 7.8, 8.08, 8.08, 8.08, 8.08, 8.03, 8.03, 8.03, 8.1, 8.1, 8.1, 7.99, 7.99, 7.99, 7.99, 7.99, 7.31, 7.31, 7.31, 6.73, 6.73, 6.73, 6.73, 7.16, 7.16, 7.16, 7.16, 7.07, 7.07, 7.07, 7.07, 7.12, 7.12, 7.12, 7.25, 7.25, 7.25, 6.79, 6.79, 6.79, 6.79, 5.18, 5.18, 5.18, 5.18, 5.02, 5.02, 5.02, 5.02, 5.01, 5.01, 5.01, 5.01, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 5.0, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 5.0, 5.0, 5.0, 5.0, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 5.0, 5.0, 5.0, 5.0, 4.99, 4.99, 4.99, 5.0, 5.0, 5.0, 5.0, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 5.68, 5.68, 5.68, 5.68, 7.4, 7.4, 7.4, 8.73, 8.73, 8.73, 8.73, 9.1, 9.1, 9.1, 8.91, 8.91, 8.91, 8.91, 8.91, 8.91, 8.91, 8.58, 8.58, 8.58, 8.58, 8.34, 8.34, 8.34, 8.17, 8.17, 8.17, 8.17, 8.28, 8.28, 8.28, 8.2, 8.2, 8.2, 8.7, 8.7, 8.7, 8.5, 8.5, 8.5, 7.57, 7.57, 7.57, 4.84, 4.84, 4.84, 4.9, 4.9, 4.9, 4.87, 4.87, 4.87, 4.87, 4.85, 4.85, 4.85, 4.9, 4.9, 4.9, 4.99, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.99, 5.0, 5.0, 5.0, 5.0, 4.98, 4.98, 4.98, 5.02, 5.02, 5.02, 5.02, 7.35, 7.35, 7.35, 7.24, 7.24, 7.24, 7.24, 7.62, 7.62, 7.62, 7.62, 8.14, 8.14, 8.14, 8.21, 8.21, 8.21, 8.21, 8.0, 8.0, 8.0, 9.01, 9.01, 9.01, 9.01, 9.15, 9.15, 9.15, 9.15, 9.57, 9.57, 9.57, 9.75, 9.75, 9.75, 9.75, 10.01, 10.01, 10.01, 10.16, 10.16, 10.16, 10.14, 10.14, 10.14, 10.14, 9.88, 9.88, 9.88, 10.09, 10.09, 10.09, 10.14, 10.14, 10.14, 10.24, 10.24, 10.24, 10.27, 10.27, 10.27, 10.27, 10.27, 9.6, 9.6, 9.6, 5.56, 5.56, 5.56, 5.56, 5.05, 5.05, 5.05, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.03, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.01, 5.01, 5.01, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.13, 5.13, 5.13, 6.85, 6.85, 6.85, 6.85, 7.59, 7.59, 7.59, 7.42, 7.42, 7.42, 7.42, 5.63, 5.63, 5.63, 5.32, 5.32, 5.32, 5.35, 5.35, 5.35, 5.35, 5.31, 5.31, 5.31, 5.31, 5.21, 5.21, 5.21, 5.21, 5.13, 5.13, 5.13, 5.03, 5.03, 5.03, 5.03, 4.96, 4.96, 4.96, 4.97, 4.97, 4.97, 4.97, 4.96, 4.96, 4.96, 4.96, 4.96, 4.96, 4.96, 6.84, 6.84, 6.84, 6.84, 7.97, 7.97, 7.97, 7.96, 7.96, 7.96, 7.96, 7.98, 7.98, 7.98, 8.22, 8.22, 8.22, 8.22, 8.52, 8.52, 8.52, 8.52, 7.11, 7.11, 7.11, 7.11, 8.43, 8.43, 8.43, 8.43, 8.52, 8.52, 8.52, 8.52, 8.4, 8.4, 8.4, 8.57, 8.57, 8.57, 8.57, 8.81, 8.81, 8.81, 8.23, 8.23, 8.23, 8.23, 8.6, 8.6, 8.6, 8.91, 8.91, 8.91, 8.71, 8.71, 8.71, 8.71, 7.06, 7.06, 7.06, 7.06, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.96, 4.96, 4.96, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.99, 4.99, 4.99, 4.99, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.96, 4.96, 4.96, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.81, 4.81, 4.81, 4.8, 4.8, 4.8, 4.89, 4.89, 4.89, 4.85, 4.85, 4.85, 4.85, 4.83, 4.83, 4.83, 4.89, 4.89, 4.89, 4.89, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.99, 4.99, 4.99, 4.99, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.98, 4.97, 4.97, 4.97, 4.97, 6.25, 6.25, 6.25, 7.79, 7.79, 7.79, 7.79, 8.21, 8.21, 8.21, 8.3, 8.3, 8.3, 8.3, 8.33, 8.33, 8.33, 8.46, 8.46, 8.46, 8.46, 8.25, 8.25, 8.25, 8.8, 8.8, 8.8, 8.8, 8.56, 8.56, 8.56, 8.48, 8.48, 8.48, 8.44, 8.44, 8.44, 8.44, 8.41, 8.41, 8.41, 8.14, 8.14, 8.14, 7.95, 7.95, 7.95, 7.95, 7.47, 7.47, 7.47, 6.42, 6.42, 6.42, 6.42, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.01, 5.01, 5.01, 5.01, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 5.02, 6.59, 6.59, 6.59, 6.59, 6.59, 6.59, 6.59, 6.27, 6.27, 6.27, 6.27, 6.24, 6.24, 6.24, 6.24, 6.43, 6.43, 6.43, 6.6, 6.6, 6.6, 6.14, 6.14, 6.14, 6.14, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 6.67, 6.67, 6.67, 6.67, 6.27, 6.27, 6.27, 6.5, 6.5, 6.5, 6.5, 6.55, 6.55, 6.55, 6.79, 6.79, 6.79, 6.94, 6.94, 6.94, 6.94, 6.9, 6.9, 6.9, 6.9, 6.9, 6.9, 6.9, 5.22, 5.22, 5.22, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.57, 5.57, 5.57, 7.22, 7.22, 7.22, 7.22, 7.54, 7.54, 7.54, 7.24, 7.24, 7.24, 6.95, 6.95, 6.95, 6.95, 6.69, 6.69, 6.69, 5.06, 5.06, 5.06, 5.06, 5.04, 5.04, 5.04, 5.19, 5.19, 5.19, 5.19, 7.53, 7.53, 7.53, 7.67, 7.67, 7.67, 7.67, 7.45, 7.45, 7.45, 7.45, 7.41, 7.41, 7.41, 7.41, 7.13, 7.13, 7.13, 7.13, 6.66, 6.66, 6.66, 5.02, 5.02, 5.02, 5.02, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.02, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.02, 5.02, 5.02, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.04, 5.04, 5.04, 5.04, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.03, 5.06, 5.06, 5.06, 10.59, 10.59, 10.59, 11.29, 11.29, 11.29, 11.29, 10.97, 10.97, 10.97, 9.34, 9.34, 9.34, 9.34, 8.35, 8.35, 8.35, 8.35, 7.92, 7.92, 7.92, 7.42, 7.42, 7.42, 5.88, 5.88, 5.88, 5.1, 5.1, 5.1, 5.1, 5.09, 5.09, 5.09, 5.09, 5.08, 5.08, 5.08, 5.85, 5.85, 5.85, 5.85, 6.53, 6.53, 6.53, 6.77, 6.77, 6.77, 6.77, 6.04, 6.04, 6.04, 6.41, 6.41, 6.41, 7.08, 7.08, 7.08, 5.25, 5.25, 5.25, 5.25, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.04, 5.04, 5.04, 5.04, 8.19, 8.19, 8.19, 8.14, 8.14, 8.14, 8.14, 8.04, 8.04, 8.04, 8.04, 7.48, 7.48, 7.48, 7.59, 7.59, 7.59, 7.59, 7.36, 7.36, 7.36, 6.99, 6.99, 6.99, 5.2, 5.2, 5.2, 5.2, 5.06, 5.06, 5.06, 5.06, 5.06, 5.06, 5.06, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 4.9, 4.9, 4.9, 4.9, 5.05, 5.05, 5.05, 5.05, 5.04, 5.04, 5.04, 5.04, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.04, 5.04, 5.04, 5.04, 5.05, 5.05, 5.05, 5.05, 5.04, 5.04, 5.04, 5.04, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 5.05, 6.33, 6.33, 6.33, 8.93, 8.93, 8.93, 8.93, 8.92, 8.92, 8.92, 8.92, 8.43, 8.43, 8.43, 8.43, 8.63, 8.63, 8.63, 8.63, 9.26, 9.26, 9.26, 8.8, 8.8, 8.8, 8.8, 8.63, 8.63, 8.63, 8.63, 8.48, 8.48, 8.48, 8.06, 8.06, 8.06, 8.06, 5.09, 5.09, 5.09, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.44, 5.44, 5.44, 5.44, 5.56, 5.56, 5.56, 6.21, 6.21, 6.21, 6.83, 6.83, 6.83, 6.83, 6.83, 5.79, 5.79, 5.79, 5.08, 5.08, 5.08, 5.08, 7.8, 7.8, 7.8, 8.11, 8.11, 8.11, 8.11, 8.6, 8.6, 8.6, 8.17, 8.17, 8.17, 8.17, 7.72, 7.72, 7.72, 7.41, 7.41, 7.41, 7.41, 7.01, 7.01, 7.01, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 5.08, 6.4, 6.4, 6.4, 6.4, 6.78, 6.78, 6.78, 6.93, 6.93, 6.93, 6.93, 6.96, 6.96, 6.96, 7.05, 7.05, 7.05, 7.14, 7.14, 7.14, 7.14, 7.2, 7.2, 7.2, 7.24, 7.24, 7.24, 7.24, 7.49, 7.49, 7.49, 7.65, 7.65, 7.65, 7.74, 7.74, 7.74, 7.74, 7.83, 7.83, 7.83, 7.73, 7.73, 7.73, 7.73, 8.01, 8.01, 8.01, 8.31, 8.31, 8.31, 8.31, 8.48, 8.48, 8.48, 8.77, 8.77, 8.77, 9.22, 9.22, 9.22, 9.22, 9.23, 9.23, 9.23, 9.23, 5.08, 5.08, 5.08, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07, 5.07]}
index.html CHANGED
@@ -55,7 +55,8 @@ the actions alone. Two methods, implemented and evaluated on the released data,
55
  put it back.</p>
56
  <div class="pills"><span class="pill">GelSight Mini (markerless gel)</span>
57
  <span class="pill">no F/T sensor</span><span class="pill">no force ground truth</span>
58
- <span class="pill">dataset: yxma/React</span></div>
 
59
  </div></header>
60
  <div class="wrap">
61
 
 
55
  put it back.</p>
56
  <div class="pills"><span class="pill">GelSight Mini (markerless gel)</span>
57
  <span class="pill">no F/T sensor</span><span class="pill">no force ground truth</span>
58
+ <span class="pill">dataset: yxma/React</span>
59
+ <a class="pill" href="actions.html" style="text-decoration:none;color:#ffd9a0;border:1px solid rgba(255,255,255,.3)">→ action processing deep-dive</a></div>
60
  </div></header>
61
  <div class="wrap">
62