From 5fcc89be55a8c36a840869121a680d5952f57fcd Mon Sep 17 00:00:00 2001 From: sylph-decoder Date: Sat, 29 Aug 2026 12:15:22 +0000 Subject: [PATCH] re: the PRESS-A plate arrives 2.13 s after the title settles, measured twice The one number the port said decides a structural question on its side: whether `ScreenView` has to draw two builds at once. It does. The boot title shows build 4 alone, and 2.13 s after build 4 stops animating it composites build 2 over it. Two independent boots agree to 6 ms (2.138 / 2.132), which is under one sample interval. Measure from SETTLED, not from first pixels. "First drawn -> plate" is 3.78 s in one run and 4.26 s in the other, because the build-in animation itself ran 1.64 s and 2.13 s -- that spread is the emulator's frame pacing, and it is exactly the kind of number that looks like a measurement. Ruled out before believing it: that the plate was pulsing all along, too dim for a thresholded glyph counter. The counter reads EXACTLY 154 -- the committed no-plate title's own value -- for every frame of a plateau nearly one full pulse period long, with zero variation, and the surface mean is flat to +/-0.03 across it. A cycling overlay moves both. Also settled, and also not: * the black hold between two screens is 0.14-0.30 s, which brackets the port's authored 0.17-0.23 s and the file's declared 12 units. Their constant stands. * the (A)->menu latency is STILL not available, and now the reason is known. Both runs freeze one frame for ~1.4 s at surface mean 26.626 -- agreeing between runs to six decimals, and reproduced in run 2 with stream restarts disabled, so it is not the capture path. It is a guest load stall: the (B) path, which loads nothing, has no freeze at all. Any figure from it would be an emulator load time. Refutation attempt, recorded whether or not it survived: navigation.md's "the title is not input-ready for about ten seconds, and even then (A) registers roughly half the time". At 7.29 s and 7.28 s after the title settled, (A) was accepted first press in both runs, as was (B) on the menu. n=2 only makes "half the time" unlikely (p ~ 0.25); it contradicts the ten seconds outright. And the standing red banner is withdrawn: the interactive title IS reachable in this container, twice, with no pad input, in ~3.5 minutes. Why it changed is NOT established -- this container came up with no Xenia storage root at all, so run 1 created a profile -- and that is written as a correlation for the next session to test rather than as a cause. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_014voBspJ6kFncNErZJuZcLw --- docs/game/navigation.md | 17 +- docs/port/HANDOFF.md | 56 +- docs/re/INDEX.md | 1 + docs/re/capture-harness-status.md | 59 + docs/re/data/plate-timing-run1.tsv | 1809 +++++++++++++++++++++++ docs/re/data/plate-timing-run2.tsv | 1912 +++++++++++++++++++++++++ docs/re/title-plate-delay-measured.md | 140 ++ 7 files changed, 3992 insertions(+), 2 deletions(-) create mode 100644 docs/re/data/plate-timing-run1.tsv create mode 100644 docs/re/data/plate-timing-run2.tsv create mode 100644 docs/re/title-plate-delay-measured.md diff --git a/docs/game/navigation.md b/docs/game/navigation.md index 605abcc8..3ed36d29 100644 --- a/docs/game/navigation.md +++ b/docs/game/navigation.md @@ -32,7 +32,7 @@ Confidence: βœ… seen in a capture Β· 🟑 inferred Β· ❔ unknown. | 1 | **SQUARE ENIX** in white on black, the two dots in red, `β„’` after it βœ… | nothing | fades on to the next logo | | 2 | **GAME ARTS**, **SETA** and **studio anima** stacked on black βœ… | nothing | fades on into the cinematic | | 3 | The opening cinematic | **β’Ά** skips it βœ… | ends into the title | -| 4 | **Title screen** β€” the wordmark appears **first, with no prompt**; `PRESS β’Ά BUTTON` fades in a beat later, above the 2006/2007 Square Enix copyright line βœ… | press **β’Ά** | goes to the main menu βœ… | +| 4 | **Title screen** β€” the wordmark appears **first, with no prompt**; `PRESS β’Ά BUTTON` fades in **2.13 s** later, above the 2006/2007 Square Enix copyright line, and then pulses about every 2.2 s βœ… | press **β’Ά** | goes to the main menu βœ… | | 5 | **Main menu** | β€” | see Β§2 | Both logo screens are **still pictures the game draws**, not video β€” neither is a @@ -54,6 +54,21 @@ boot. ⚠️ **The title is not input-ready for about ten seconds** after it appears βœ…. And even then β’Ά registers roughly half the time, with nothing yet found that predicts which βœ… β€” budget retries. +πŸ”΄ **Refutation attempt, 2026-08-29 β€” both halves of that came out wrong on the +runs I could test.** Two boots, β’Ά pressed **7.29 s** and **7.28 s** after the +title art settled (5.15 s and 5.15 s after the prompt appeared): **accepted both +times, first press, no retry**, and each went straight on to the main menu. β’· on +the menu was then also accepted first press, both runs. +⚠️ Reach: **n = 2**, so "half the time" is only made unlikely (2/2 has p β‰ˆ 0.25 +under it), not excluded β€” but *"not input-ready for about ten seconds"* is +contradicted outright, because 7.3 s worked twice. Keep the retry budget; drop +the ten-second wait. Evidence: +[run 1](../re/data/plate-timing-run1.tsv) Β· [run 2](../re/data/plate-timing-run2.tsv) Β· +[`title-plate-delay-measured.md`](../re/title-plate-delay-measured.md). + +⚠️ **The prompt takes 2.13 s to arrive, measured twice (2.138 s / 2.132 s).** +Timed from the moment the wordmark stops animating, not from the moment it first +appears β€” the build-in itself varies by half a second between runs. --- diff --git a/docs/port/HANDOFF.md b/docs/port/HANDOFF.md index 4b1f957f..683d3e49 100644 --- a/docs/port/HANDOFF.md +++ b/docs/port/HANDOFF.md @@ -49,6 +49,24 @@ a bind mount on another device, and which is what the withdrawn banner ran. `sylpheed-cli` against a pak, run the disc-gated tests and read the executable again. New measurements are available; ask for them. +## βœ… 2026-08-29 β€” the interactive title is reachable again, and the "emulator-blocked" banner in MISSION is withdrawn + +Two consecutive boots reached the interactive title **with no pad input at all**, +passed through the attract loop in ~3.5 minutes, took β’Ά to the main menu and β’· +back. The standing negative ("three runs, two locales, two launch paths, ~35 +minutes of emulator time, no interactive title") does not hold in this container. + +❔ **Why it changed is not established.** The container came up with **no Xenia +storage root at all** β€” no profile, no `xconfig.settings`, no shader cache β€” so +run 1 created one with canary's `--create_profile_if_none`. That is a correlation +across two runs, not a cause, and it is written down so the next session can test +it rather than re-derive the reachability. +[`capture-harness-status.md`](../re/capture-harness-status.md) + +**What it means for you:** the oracle is live. Anything you need timed or +observed on the five screens can now be asked for and taken, including the two +items MISSION parks as emulator-blocked. + ## βœ… 2026-08-29 β€” three answers from one oracle session (the port's asks 1, 2 and 3) * **1 β€” the focus ring SPINS CONTINUOUSLY. Period 2.18 s wall-clock; author it @@ -84,7 +102,39 @@ again. New measurements are available; ask for them. after.** It is your third option, not the first two. Green-β’Ά glyph count on the boot title went **154 β†’ 781**, and 154 is the same reading the committed `live-title-build4-no-plate.png` gives (159) while plate titles give - 753/977/1493. πŸ”΄ **The delay is NOT measured** β€” see the next bullet. + 753/977/1493. + βœ… **AND THE DELAY IS NOW MEASURED β€” 2.13 s, replicated to 6 ms.** Two + independent boots: the plate arrives **2.138 s** and **2.132 s** after build 4 + settles (the frame where the glyph counter first reads its no-plate 154 and + motion goes to zero). **So `ScreenView` does have to draw two builds at once, + and your `--boot` end state is NOT plate-free** β€” that is the structural answer + you said this question decides. + ⚠️ Measure from **settled**, not from first pixels: "first drawn β†’ plate" is + 3.78 s in one run and 4.26 s in the other, because the build-in animation + itself ran 1.64 s and 2.13 s. That spread is the emulator's frame pacing, not + the game's clock. + Then pulse the plate at β‰ˆ **2.24 s** (four intervals: 2.12 / 2.19 / 2.34 / + 2.31), which replicates the corpus's β‰ˆ2.3 s rather than replacing it. + [`title-plate-delay-measured.md`](../re/title-plate-delay-measured.md) Β· + [figure](../re/captures/ui-timing/plate-onset-two-runs.png) Β· + [run 1](../re/data/plate-timing-run1.tsv) Β· [run 2](../re/data/plate-timing-run2.tsv) + +* 🟑 **Your black hold survives a real clock β€” keep 0.17–0.23 s.** Measured on + the β’Ά path in both runs, the frame is pure black (surface mean 0.070) for + **0.14–0.30 s** and **0.14–0.27 s**. At an 0.125 s sample interval that is as + tight as this instrument goes, and it brackets both your authored value and + the file's declared 12 units (0.20 s). It is the one authored constant you + ship that a measurement now agrees with. + +* πŸ”΄ **The β’Άβ†’menu latency is STILL not a number you may have, and now I know + why.** Both runs contain a **frozen frame** on the β’Ά path β€” 14 frames (1.53 s) + and 12 frames (1.39 s) held at surface mean **26.626**, agreeing between two + independent runs to six decimals. Run 2 had stream restarts disabled for the + whole window, so it is **not** the capture path: the guest starts the fade, + re-presents one frame for ~1.4 s, then shows the full title again and fades + properly. That is a **load stall**, and the β’· path β€” nothing to load β€” has none. + So any β’Άβ†’menu figure from this harness is an emulator load time. Your + zero-dwell sequencer is the right call; do not add one. * πŸ”΄ **Four durations I took the same day are WITHDRAWN, including the plate delay.** `screen_match.classify_array` costs **1503 ms/frame**; a probe running @@ -96,6 +146,10 @@ again. New measurements are available; ask for them. the sequence results above stand and the timings do not. Fixed (`fast=True`, 38–75 ms, re-controlled 8/8 on both paths, agreeing to Β±0.005); the ring's numbers are unaffected and that was checked, not assumed. + βœ… **One of the four is now re-taken properly** β€” the plate delay, above. The + probe that took it costs **8.7 ms/frame** (173Γ— cheaper) and both runs sampled + at **7.97 / 7.98 fps against a requested 8**, so there was no backlog to + destroy them. ## Status diff --git a/docs/re/INDEX.md b/docs/re/INDEX.md index 98ac1d0f..38a9f8d1 100644 --- a/docs/re/INDEX.md +++ b/docs/re/INDEX.md @@ -163,4 +163,5 @@ files, which is how the same ground got covered twice. | [`weapon-datasheet-runtime.md`](weapon-datasheet-runtime.md) | Weapon DATA SHEET β€” runtime capture (Route B) | 🟑 first dynamic capture, 2026-07-28. The Arsenal's Gallery Mode panel is a | | [`xpr2-colour-check.md`](xpr2-colour-check.md) | XPR2 colours: channel order βœ… confirmed against the running game | β€” | | [`focus-ring-spin-measured.md`](focus-ring-spin-measured.md) | The main menu's focus ring spins continuously β€” and how fast | βœ… **measured**: period **2.177 s** over 9 revolutions (8 evenly spaced autocorrelation peaks) = 120 units = 60 frames = 2.00 s at 30 Hz. A pulse is excluded β€” annulus total conserved to 0.4 % while per-bin brightness swings by 24. βœ… the ring is the **only** moving thing on the settled main menu (std exactly 0.000 elsewhere). πŸ”΄ no angle is quoted: the angular estimator FAILED its own control (30Β° β†’ 0Β°) | +| [`title-plate-delay-measured.md`](title-plate-delay-measured.md) | How long the boot title shows build 4 before the `PRESS β’Ά` plate | βœ… **measured**, two independent boots: **2.138 s** and **2.132 s** from the frame build 4 settles (glyph = its no-plate 154, motion β†’ 0). Agreeing to **6 ms**. So the boot title's end state is **not** plate-free and a compositor must draw **two builds at once**. ⚠️ Measure from *settled*, not from first pixels β€” "first drawn β†’ plate" is 3.78 s vs 4.26 s across the same two runs, because the build-in animation's own duration varies with emulator frame pacing. Plate pulse re-measured at 2.12/2.19/2.34/2.31 s (mean 2.24), replicating the corpus's β‰ˆ2.3 s. βœ… black hold between screens bracketed at **0.14–0.30 s**, consistent with the declared 12 units. πŸ”΄ the β’Άβ†’menu latency is still **not** available: both runs freeze one frame for ~1.4 s at surface mean **26.626** β€” agreeing between runs to 1e-6, and reproduced with stream restarts disabled β€” which is a guest **load stall**, not the capture path. Probe: 8.7 ms/frame, 7.97/7.98 fps against a requested 8, controls 9/9 + 4/4 | | [`menu-idle-and-b-2026-08-29.md`](menu-idle-and-b-2026-08-29.md) | The main menu does not idle back to the title β€” and four durations that were a pipeline | βœ… **refuted**: no self-return in **β‰₯ 60 s** untouched; the ~8–10 s idle belongs to the **title**. 🟑 β’·β†’title ordering measured, latency not. πŸ”΄ `classify_array` at **1503 ms/frame** drained an 8 fps stream at 0.64 fps and manufactured four latencies (24.66 s / 15.58 s / 25.60 s / 20.26 s) β€” all withdrawn; a backlog preserves ordering and destroys durations | diff --git a/docs/re/capture-harness-status.md b/docs/re/capture-harness-status.md index 7e5aafc3..73f34caa 100644 --- a/docs/re/capture-harness-status.md +++ b/docs/re/capture-harness-status.md @@ -1,3 +1,62 @@ +# βœ… WITHDRAWN 2026-08-29 (later the same day) β€” the interactive title IS reachable here, twice, with no pad input + +**This banner supersedes everything below it about the title being unreachable, +and it supersedes the πŸ”΄ "Emulator-side questions are blocked" section of +[MISSION](../port/MISSION.md).** Everything below is kept because the harness +defects it diagnoses were real and the fixes are in use; what it concluded about +the *game* is now refuted by measurement. + +**Two consecutive boots reached the interactive title, with the `PRESS β’Ά BUTTON` +plate, without a single pad press before it:** + +| | run 1 | run 2 | +|---|---|---| +| plate on screen at | **205.4 s** into the probe | **218.4 s** | +| pad input before that | **none** | **none** | +| β’Ά then reached the main menu | βœ… | βœ… | +| β’· then returned to the title | βœ… | βœ… | + +Full per-frame traces, 8 fps, 1783 and 1886 frames: +[`data/plate-timing-run1.tsv`](data/plate-timing-run1.tsv) Β· +[`data/plate-timing-run2.tsv`](data/plate-timing-run2.tsv). The measurement they +were taken for is [`title-plate-delay-measured.md`](title-plate-delay-measured.md). + +So the standing negative β€” "three runs, two locales, two launch paths, ~35 +minutes of emulator time, no interactive title" β€” does not hold in this +container today. **The attract loop is simply passed through in ~3.5 minutes and +the title follows.** + +## ❔ What changed is NOT established, and I am not going to guess it + +What is different about this container, stated as facts rather than as a cause: + +* it came up with **no Xenia storage root at all** β€” no + `~/.local/share/Xenia`, so no profile, no `xconfig.settings`, and no shader + cache. The earlier runs signed in a profile that already existed. +* run 1 therefore had to create one, with canary's own + `--create_profile_if_none=Decoder`. Run 2 signed in the profile run 1 made + (`B13EBABEBABEBABE`). +* the launch was otherwise `boot_menu.sh`'s, minus `skip_intro.sh` β€” this + measurement had to leave the title untouched, so nothing tapped β’Ά at all. + +⚠️ **A cold profile is a correlation across two runs, not a cause.** It is +written down so the next session can test it directly (delete the storage root, +boot, compare) instead of re-deriving that the title is reachable. + +## πŸ”΅ What this unblocks + +* the **Japanese-locale capture** that MISSION parks as "🟑 needs one more run": + the mechanism (`set_console_language.py ja`, `user.language` at file offset + `0x912`) is in place, and the reason it was parked β€” *the title never + appears* β€” is gone. ⚠️ Note the storage root is new, so `xconfig.settings` has + been recreated and the byte offset should be re-located by its three landmarks + rather than assumed. +* the two items MISSION lists as emulator-blocked: the gamma control behind + [tone curve](structures/ui-render-tone-curve.md), and separating `8AX` from + `ptbase` in [8AX](structures/ui-8ax-fullres-background.md). + +--- + # πŸ”΄ Why the boot harness stopped reaching the title β€” `screenshot` costs 10.8 s **Status:** βœ… **diagnosed, with a control.** Four consecutive runs on diff --git a/docs/re/data/plate-timing-run1.tsv b/docs/re/data/plate-timing-run1.tsv new file mode 100644 index 00000000..83fa0d14 --- /dev/null +++ b/docs/re/data/plate-timing-run1.tsv @@ -0,0 +1,1809 @@ +#t glyph mean motion title_plate title_noplate menu label +0.809 0 5.642 -1.000 +0.1478 +0.1299 +0.1741 other +1.146 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.162 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.196 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.212 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.228 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.299 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.400 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.530 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.666 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.797 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.899 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.030 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.166 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.298 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.397 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.531 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.665 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.797 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.898 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.030 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.167 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.299 0 5.331 0.329 +0.1471 +0.1292 +0.1732 other +3.400 0 2.934 2.543 +0.1336 +0.1163 +0.1580 other +3.532 0 1.020 2.031 +0.0859 +0.0729 +0.1006 other +3.664 0 0.070 1.002 -0.0256 -0.0250 -0.0344 other +3.798 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +3.898 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +4.033 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +4.167 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +4.302 0 0.258 0.185 +0.0126 +0.0144 +0.0115 other +4.401 0 0.717 0.436 +0.0859 +0.0899 +0.1028 other +4.535 0 1.147 0.400 +0.1236 +0.1287 +0.1508 other +4.668 0 1.856 0.670 +0.1538 +0.1596 +0.1884 other +4.765 0 2.572 0.690 +0.1685 +0.1747 +0.2059 other +4.901 0 3.371 0.771 +0.1777 +0.1841 +0.2161 other +5.033 0 3.885 0.505 +0.1820 +0.1885 +0.2203 other +5.199 0 4.990 1.069 +0.1889 +0.1955 +0.2263 other +5.271 0 5.809 0.804 +0.1927 +0.1994 +0.2293 other +5.405 0 6.390 0.571 +0.1948 +0.2016 +0.2311 other +5.539 0 7.251 0.869 +0.1983 +0.2051 +0.2342 other +5.673 0 7.297 0.170 +0.1991 +0.2060 +0.2349 other +5.771 0 7.341 0.196 +0.1997 +0.2066 +0.2351 other +5.901 0 7.371 0.157 +0.2001 +0.2071 +0.2352 other +6.039 0 7.417 0.234 +0.2011 +0.2082 +0.2349 other +6.168 0 7.461 0.226 +0.2024 +0.2095 +0.2351 other +6.271 0 7.504 0.218 +0.2035 +0.2106 +0.2354 other +6.404 0 7.535 0.168 +0.2043 +0.2114 +0.2356 other +6.534 0 7.577 0.266 +0.2049 +0.2121 +0.2358 other +6.697 0 7.640 0.308 +0.2058 +0.2129 +0.2357 other +6.771 0 7.684 0.195 +0.2067 +0.2138 +0.2358 other +6.903 0 7.714 0.127 +0.2071 +0.2143 +0.2355 other +7.036 0 7.759 0.216 +0.2077 +0.2148 +0.2346 other +7.169 0 7.808 0.238 +0.2079 +0.2151 +0.2334 other +7.272 0 7.872 0.326 +0.2086 +0.2159 +0.2321 other +7.403 0 7.898 0.173 +0.2092 +0.2164 +0.2321 other +7.537 0 7.941 0.267 +0.2100 +0.2173 +0.2319 other +7.672 0 7.989 0.265 +0.2106 +0.2179 +0.2313 other +7.772 0 8.037 0.249 +0.2109 +0.2182 +0.2304 other +7.905 0 8.065 0.172 +0.2114 +0.2187 +0.2295 other +8.035 0 8.116 0.250 +0.2120 +0.2194 +0.2283 other +8.198 0 8.158 0.269 +0.2125 +0.2199 +0.2269 other +8.271 0 8.205 0.259 +0.2127 +0.2201 +0.2255 other +8.406 0 8.233 0.160 +0.2128 +0.2202 +0.2252 other +8.547 0 8.278 0.201 +0.2138 +0.2212 +0.2254 other +8.675 0 8.328 0.234 +0.2148 +0.2222 +0.2255 other +8.772 0 8.379 0.223 +0.2157 +0.2231 +0.2253 other +8.906 0 8.406 0.175 +0.2158 +0.2232 +0.2242 other +9.038 0 8.455 0.245 +0.2156 +0.2231 +0.2226 other +9.171 0 8.486 0.154 +0.2154 +0.2228 +0.2216 other +9.270 0 8.534 0.196 +0.2152 +0.2227 +0.2201 other +9.406 0 8.567 0.153 +0.2157 +0.2232 +0.2200 other +9.549 0 8.600 0.170 +0.2161 +0.2236 +0.2201 other +9.675 0 8.388 0.388 +0.2162 +0.2237 +0.2194 other +9.772 0 7.430 1.032 +0.2149 +0.2224 +0.2179 other +9.905 0 6.747 0.733 +0.2136 +0.2211 +0.2167 other +10.044 0 5.785 1.053 +0.2106 +0.2181 +0.2129 other +10.196 0 4.476 1.418 +0.2046 +0.2120 +0.2051 other +10.272 0 3.485 1.054 +0.1973 +0.2045 +0.1961 other +10.411 0 2.534 1.015 +0.1855 +0.1925 +0.1827 other +10.539 0 1.946 0.614 +0.1724 +0.1791 +0.1682 other +10.675 0 1.047 0.951 +0.1255 +0.1309 +0.1189 other +10.772 0 0.352 0.728 +0.0304 +0.0328 +0.0211 other +10.905 0 0.094 0.267 -0.0209 -0.0202 -0.0291 other +11.040 0 21.977 21.824 -0.0691 -0.0569 -0.1460 other +11.181 0 82.153 59.887 -0.0586 -0.0410 -0.1540 other +11.273 0 146.371 63.858 -0.0429 -0.0240 -0.1432 other +11.405 0 193.833 47.186 -0.0353 -0.0156 -0.1375 other +11.548 0 197.081 3.306 -0.0303 -0.0097 -0.1375 other +11.698 0 198.403 1.451 -0.0300 -0.0091 -0.1384 other +11.774 0 197.678 1.604 -0.0230 -0.0015 -0.1292 other +11.913 0 192.700 7.193 -0.0022 +0.0333 -0.1752 other +12.044 0 182.479 12.901 -0.1111 -0.0898 -0.2733 other +12.176 0 159.162 27.215 +0.0487 +0.0779 -0.1450 other +12.275 0 134.992 59.095 -0.1854 -0.1792 -0.1944 other +12.412 0 157.075 42.308 +0.0005 -0.0113 +0.0022 other +12.544 0 194.438 45.067 +0.0347 +0.0500 -0.0356 other +12.700 0 198.005 7.958 -0.0422 -0.0211 -0.1566 other +12.777 0 197.918 0.435 -0.0439 -0.0228 -0.1588 other +12.900 0 197.875 0.307 -0.0449 -0.0238 -0.1601 other +13.041 0 93.439 104.122 +0.1179 +0.1456 -0.0077 other +13.146 0 93.338 2.993 +0.1121 +0.1397 -0.0136 other +13.299 0 93.258 2.716 +0.1089 +0.1362 -0.0186 other +13.410 0 93.201 4.239 +0.1027 +0.1296 -0.0277 other +13.552 0 93.119 3.516 +0.0970 +0.1232 -0.0348 other +13.645 0 92.978 5.202 +0.0859 +0.1116 -0.0486 other +13.777 0 92.903 2.417 +0.0824 +0.1077 -0.0540 other +13.911 0 92.700 4.445 +0.0749 +0.1000 -0.0659 other +14.047 0 92.358 6.537 +0.0658 +0.0913 -0.0827 other +14.144 0 91.621 7.103 +0.0631 +0.0880 -0.0975 other +14.276 0 91.308 3.055 +0.0630 +0.0878 -0.1012 other +14.409 0 90.752 7.355 +0.0534 +0.0774 -0.1124 other +14.546 0 90.486 5.573 +0.0456 +0.0690 -0.1193 other +14.642 0 90.138 5.686 +0.0392 +0.0630 -0.1216 other +14.779 0 89.413 7.860 +0.0406 +0.0639 -0.1213 other +14.922 0 89.004 6.127 +0.0446 +0.0679 -0.1210 other +15.045 0 88.285 8.367 +0.0495 +0.0738 -0.1192 other +15.145 0 87.727 6.527 +0.0480 +0.0723 -0.1171 other +15.296 0 87.136 6.577 +0.0425 +0.0660 -0.1139 other +15.418 0 86.216 9.098 +0.0385 +0.0609 -0.1049 other +15.544 0 85.456 9.218 +0.0296 +0.0492 -0.0929 other +15.645 0 84.809 9.718 +0.0339 +0.0482 -0.0693 other +15.798 0 84.350 7.736 +0.0359 +0.0474 -0.0499 other +15.900 0 83.516 10.458 +0.0388 +0.0504 -0.0252 other +16.046 0 82.865 8.419 +0.0454 +0.0577 -0.0084 other +16.146 0 81.406 14.043 +0.0594 +0.0702 +0.0307 other +16.282 0 80.778 9.235 +0.0675 +0.0778 +0.0485 other +16.413 0 80.150 9.473 +0.0749 +0.0868 +0.0696 other +16.550 0 79.232 12.688 +0.0853 +0.0982 +0.1045 other +16.645 0 78.282 13.039 +0.1071 +0.1215 +0.1381 other +16.781 0 77.721 10.317 +0.1215 +0.1384 +0.1580 other +16.913 0 77.202 10.462 +0.1402 +0.1574 +0.1834 other +17.051 0 76.810 13.840 +0.1717 +0.1857 +0.2256 other +17.147 0 76.900 14.314 +0.2016 +0.2148 +0.2474 other +17.302 0 77.247 11.214 +0.2101 +0.2270 +0.2650 other +17.412 0 78.080 14.494 +0.2226 +0.2392 +0.2803 other +17.554 0 78.734 11.619 +0.2321 +0.2464 +0.2853 other +17.650 0 80.114 15.087 +0.2400 +0.2577 +0.2886 other +17.783 0 81.095 12.300 +0.2432 +0.2586 +0.2831 other +17.912 0 82.001 15.652 +0.2510 +0.2613 +0.2776 other +18.056 0 82.519 12.697 +0.2508 +0.2592 +0.2750 other +18.152 0 83.101 12.764 +0.2503 +0.2596 +0.2698 other +18.299 0 83.404 7.655 +0.2487 +0.2578 +0.2653 other +18.415 0 84.384 16.001 +0.2466 +0.2523 +0.2588 other +18.559 0 84.896 12.637 +0.2431 +0.2436 +0.2522 other +18.653 0 85.463 15.722 +0.2408 +0.2354 +0.2497 other +18.797 0 85.747 11.811 +0.2331 +0.2236 +0.2445 other +18.899 0 86.156 14.365 +0.2170 +0.2024 +0.2406 other +19.047 0 86.271 6.207 +0.2119 +0.1962 +0.2403 other +19.146 0 86.624 15.284 +0.1998 +0.1848 +0.2412 other +19.296 0 86.718 8.711 +0.1947 +0.1796 +0.2413 other +19.415 0 114.208 74.919 -0.0550 -0.0536 -0.0754 other +19.608 0 113.977 13.556 -0.0603 -0.0583 -0.0843 other +19.710 0 114.046 5.231 -0.0615 -0.0593 -0.0857 other +19.809 0 114.046 0.000 -0.0615 -0.0593 -0.0857 other +19.913 0 114.096 5.461 -0.0620 -0.0601 -0.0857 other +20.047 0 114.169 5.821 -0.0618 -0.0597 -0.0846 other +#check 20.047 stream=114.169 oneshot=113.903 delta=0.267 +20.357 0 114.166 6.147 -0.0611 -0.0586 -0.0834 other +20.412 0 114.080 6.899 -0.0590 -0.0559 -0.0812 other +20.437 0 113.703 16.222 -0.0484 -0.0422 -0.0671 other +20.554 0 113.331 12.059 -0.0475 -0.0417 -0.0632 other +20.651 0 113.133 18.284 -0.0489 -0.0475 -0.0560 other +20.800 0 113.298 15.119 -0.0417 -0.0421 -0.0491 other +20.918 0 113.739 14.640 -0.0338 -0.0352 -0.0409 other +21.050 0 114.317 18.040 -0.0413 -0.0431 -0.0344 other +21.151 0 114.533 17.974 -0.0412 -0.0397 -0.0257 other +21.300 0 114.682 5.824 -0.0389 -0.0373 -0.0228 other +21.402 0 114.818 13.418 -0.0221 -0.0195 -0.0140 other +21.516 0 115.394 9.813 -0.0124 -0.0101 -0.0146 other +21.654 0 116.117 15.899 -0.0071 -0.0046 -0.0208 other +21.801 0 116.442 16.020 -0.0105 -0.0102 -0.0255 other +21.917 0 116.221 22.286 -0.0192 -0.0196 -0.0440 other +22.021 0 116.290 20.116 -0.0399 -0.0408 -0.0653 other +22.158 0 116.400 11.821 -0.0454 -0.0465 -0.0711 other +22.302 0 116.385 8.579 -0.0412 -0.0404 -0.0689 other +22.399 0 116.204 13.169 -0.0370 -0.0338 -0.0654 other +22.520 0 115.764 10.758 -0.0277 -0.0236 -0.0560 other +22.653 0 116.136 12.732 -0.0113 -0.0085 -0.0364 other +22.799 0 117.135 10.744 +0.0074 +0.0115 -0.0101 other +22.898 0 117.990 10.980 +0.0092 +0.0126 -0.0081 other +23.018 0 118.806 13.640 +0.0103 +0.0138 -0.0068 other +23.162 0 119.538 17.784 -0.0004 +0.0015 -0.0117 other +23.303 0 119.957 13.073 -0.0088 -0.0085 -0.0215 other +23.399 0 120.209 5.092 -0.0088 -0.0088 -0.0219 other +23.523 0 120.636 9.259 -0.0071 -0.0067 -0.0243 other +23.653 0 120.754 10.503 -0.0023 -0.0003 -0.0230 other +23.800 0 120.929 13.829 +0.0060 +0.0101 -0.0258 other +23.898 0 121.297 17.959 +0.0088 +0.0145 -0.0288 other +24.023 0 121.136 13.876 +0.0015 +0.0068 -0.0390 other +24.156 0 120.749 20.874 -0.0177 -0.0128 -0.0621 other +24.299 0 120.516 14.849 -0.0237 -0.0173 -0.0710 other +24.402 0 112.114 19.049 -0.0223 -0.0160 -0.0740 other +24.526 0 97.701 19.299 -0.0170 -0.0115 -0.0714 other +24.655 0 75.164 26.492 -0.0047 +0.0000 -0.0591 other +24.802 0 53.505 24.668 +0.0038 +0.0093 -0.0471 other +24.899 0 40.185 15.115 -0.0009 +0.0057 -0.0436 other +25.026 0 27.378 13.810 -0.0045 +0.0025 -0.0381 other +25.154 0 5.212 22.248 -0.0213 -0.0194 -0.0400 other +25.299 0 0.070 5.173 -0.0256 -0.0250 -0.0344 other +25.400 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.522 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.656 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.803 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.899 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.025 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.157 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.305 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.402 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.524 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.656 0 2.376 2.309 -0.0419 -0.0390 -0.0853 other +26.801 0 7.064 4.688 -0.0802 -0.0727 -0.1901 other +26.900 0 11.929 4.835 -0.0907 -0.0818 -0.2290 other +27.022 0 16.961 5.009 -0.0970 -0.0870 -0.2478 other +27.157 0 25.781 8.836 -0.1062 -0.0955 -0.2640 other +27.298 0 31.814 6.174 -0.1133 -0.1022 -0.2740 other +27.401 0 40.972 9.571 -0.1261 -0.1151 -0.2884 other +27.526 0 47.312 6.860 -0.1344 -0.1234 -0.2972 other +27.656 0 57.030 10.801 -0.1491 -0.1380 -0.3113 other +27.800 0 63.080 7.525 -0.1582 -0.1467 -0.3195 other +27.924 0 70.035 8.501 -0.1683 -0.1562 -0.3282 other +28.025 0 79.193 11.427 -0.1788 -0.1672 -0.3330 other +28.156 0 82.194 9.187 -0.1801 -0.1701 -0.3339 other +28.299 0 80.894 12.840 -0.1844 -0.1745 -0.3360 other +28.402 0 79.411 11.550 -0.1941 -0.1827 -0.3427 other +28.526 0 77.388 12.285 -0.2078 -0.1961 -0.3543 other +28.656 0 75.091 16.639 -0.2247 -0.2125 -0.3689 other +28.800 0 73.821 15.271 -0.2182 -0.2069 -0.3535 other +28.923 0 73.015 13.419 -0.2142 -0.2059 -0.3403 other +29.027 0 72.084 20.369 -0.1982 -0.1938 -0.3141 other +29.158 0 71.920 13.014 -0.1978 -0.1951 -0.3057 other +29.329 0 128.608 77.949 +0.1183 +0.1398 -0.0013 other +29.496 0 128.680 2.108 +0.1217 +0.1433 +0.0020 other +29.530 0 128.698 1.270 +0.1227 +0.1442 +0.0032 other +29.700 0 128.698 0.000 +0.1227 +0.1442 +0.0032 other +29.800 0 128.691 1.309 +0.1232 +0.1446 +0.0036 other +29.898 0 128.676 1.309 +0.1240 +0.1454 +0.0044 other +30.025 0 128.544 2.111 +0.1226 +0.1438 +0.0028 other +#restart 30.040 +30.213 0 127.615 4.932 +0.1072 +0.1285 -0.0207 other +30.258 0 127.615 0.000 +0.1072 +0.1285 -0.0207 other +30.397 0 127.384 1.306 +0.1028 +0.1241 -0.0265 other +30.498 0 126.615 3.554 +0.0888 +0.1105 -0.0476 other +30.624 0 126.081 3.006 +0.0810 +0.1031 -0.0610 other +30.760 0 125.245 4.496 +0.0711 +0.0937 -0.0802 other +30.898 0 124.341 4.615 +0.0613 +0.0843 -0.0997 other +31.000 0 123.756 3.454 +0.0572 +0.0797 -0.1118 other +31.197 0 123.229 3.459 +0.0522 +0.0744 -0.1256 other +31.313 0 122.733 3.514 +0.0477 +0.0692 -0.1381 other +31.414 0 122.733 0.000 +0.0477 +0.0692 -0.1381 other +31.508 0 122.481 2.042 +0.0441 +0.0652 -0.1452 other +31.644 0 122.481 0.000 +0.0441 +0.0652 -0.1452 other +31.804 0 122.266 2.113 +0.0397 +0.0608 -0.1522 other +31.915 0 122.012 2.160 +0.0344 +0.0555 -0.1605 other +32.021 0 122.012 0.000 +0.0344 +0.0555 -0.1605 other +32.126 0 122.012 0.000 +0.0344 +0.0555 -0.1605 other +32.297 0 121.806 2.203 +0.0303 +0.0516 -0.1672 other +32.401 0 121.365 3.891 +0.0220 +0.0435 -0.1820 other +32.501 0 120.958 3.903 +0.0123 +0.0339 -0.1989 other +32.626 0 120.608 3.857 +0.0040 +0.0260 -0.2143 other +32.761 0 120.265 3.793 -0.0040 +0.0186 -0.2269 other +32.899 0 73.227 60.680 -0.1950 -0.2223 -0.1468 other +32.998 0 73.089 2.402 -0.1998 -0.2271 -0.1563 other +33.130 0 73.058 2.181 -0.1964 -0.2238 -0.1561 other +33.264 0 73.084 3.533 -0.1932 -0.2206 -0.1586 other +33.398 0 73.376 4.484 -0.1821 -0.2100 -0.1543 other +33.502 0 72.914 4.595 -0.1935 -0.2194 -0.1703 other +33.629 0 72.085 4.158 -0.2245 -0.2492 -0.2067 other +33.764 0 71.449 4.274 -0.2585 -0.2832 -0.2526 other +33.898 0 71.914 3.155 -0.2436 -0.2690 -0.2381 other +34.000 0 72.441 3.450 -0.2222 -0.2485 -0.2074 other +34.131 0 72.924 3.380 -0.2024 -0.2296 -0.1798 other +34.264 0 73.389 3.215 -0.1902 -0.2181 -0.1598 other +34.363 0 73.623 1.895 -0.1875 -0.2167 -0.1537 other +34.500 0 73.766 1.702 -0.1847 -0.2146 -0.1486 other +34.629 0 74.043 2.024 -0.1829 -0.2142 -0.1451 other +34.763 0 74.280 2.239 -0.1780 -0.2097 -0.1363 other +34.863 0 74.569 2.303 -0.1723 -0.2029 -0.1275 other +34.998 0 49.856 36.127 +0.1323 +0.1350 +0.1179 other +35.130 0 49.978 2.313 +0.1348 +0.1379 +0.1221 other +35.262 0 50.109 3.113 +0.1396 +0.1433 +0.1284 other +35.403 0 51.454 8.018 +0.1051 +0.1090 +0.1030 other +35.501 0 52.486 7.718 +0.0743 +0.0792 +0.0989 other +35.631 0 54.126 10.459 +0.0779 +0.0843 +0.1307 other +35.763 0 55.691 14.931 +0.0985 +0.0819 +0.1694 other +35.900 0 56.206 15.560 +0.1359 +0.1090 +0.2354 other +36.001 0 55.842 13.776 +0.1341 +0.1152 +0.2038 other +36.131 0 55.471 9.112 +0.1455 +0.1268 +0.2089 other +36.265 0 53.202 15.399 +0.0762 +0.0630 +0.2227 other +36.364 0 50.239 15.288 +0.0252 +0.0076 +0.1761 other +36.497 0 48.521 9.546 -0.0613 -0.0783 +0.1355 other +36.632 0 45.232 11.387 -0.0582 -0.0659 +0.0427 other +36.799 0 42.836 8.884 -0.0623 -0.0583 -0.0145 other +36.865 0 44.225 8.030 -0.0802 -0.0883 -0.0098 other +36.998 0 44.811 6.807 -0.0689 -0.0840 +0.0063 other +37.133 0 45.214 7.955 -0.0576 -0.0796 +0.0186 other +37.265 0 45.418 8.358 -0.0527 -0.0788 +0.0404 other +37.365 0 46.198 9.261 -0.0457 -0.0580 +0.0517 other +37.500 0 47.497 8.145 -0.0227 -0.0278 +0.0828 other +37.631 0 48.466 6.632 -0.0069 -0.0104 +0.1045 other +37.801 0 49.549 8.745 +0.0370 +0.0419 +0.1234 other +37.865 0 50.348 9.002 +0.0733 +0.0809 +0.1456 other +37.998 0 50.701 6.402 +0.1006 +0.1080 +0.1750 other +38.132 0 50.920 5.457 +0.1234 +0.1317 +0.2004 other +38.266 0 51.232 4.714 +0.1417 +0.1504 +0.2174 other +38.367 0 51.515 3.950 +0.1491 +0.1584 +0.2194 other +38.501 0 51.847 3.497 +0.1487 +0.1579 +0.2150 other +38.634 0 52.417 6.470 +0.1484 +0.1581 +0.2020 other +38.799 0 53.062 6.506 +0.1405 +0.1498 +0.1910 other +38.867 0 53.254 3.200 +0.1329 +0.1421 +0.1853 other +39.000 0 52.971 4.837 +0.1430 +0.1530 +0.1853 other +39.135 0 52.534 6.609 +0.1517 +0.1623 +0.1906 other +39.266 0 51.742 8.994 +0.1454 +0.1555 +0.1891 other +39.402 0 51.162 6.150 +0.1163 +0.1250 +0.1518 other +39.502 0 51.019 9.174 +0.0830 +0.0913 +0.1220 other +39.636 0 50.770 9.460 +0.0474 +0.0552 +0.0975 other +39.797 0 50.414 10.068 +0.0153 +0.0212 +0.0647 other +39.868 0 50.024 9.878 -0.0025 -0.0027 +0.0656 other +40.003 0 49.983 3.401 -0.0040 -0.0055 +0.0702 other +40.134 0 49.939 6.634 -0.0059 -0.0081 +0.0765 other +#check 40.134 stream=49.939 oneshot=50.931 delta=0.992 +40.339 0 50.058 6.173 -0.0064 -0.0062 +0.0729 other +40.397 0 50.931 10.167 -0.0051 -0.0048 +0.0595 other +40.503 0 52.361 10.959 -0.0131 -0.0069 +0.0409 other +40.637 0 54.165 15.303 +0.0533 +0.0614 +0.0607 other +40.769 0 61.959 56.913 -0.0351 -0.0297 -0.0187 other +40.899 0 62.374 3.297 -0.0326 -0.0273 -0.0199 other +41.000 0 64.322 6.093 -0.0377 -0.0322 -0.0267 other +41.137 0 65.645 4.262 -0.0404 -0.0342 -0.0312 other +41.270 0 69.206 10.120 -0.0569 -0.0495 -0.0621 other +41.370 0 69.509 10.222 -0.0474 -0.0405 -0.0605 other +41.503 0 68.508 12.551 -0.0287 -0.0223 -0.0515 other +41.636 0 67.832 16.745 -0.0153 -0.0066 -0.0239 other +41.772 0 68.497 19.495 +0.0225 +0.0311 +0.0226 other +41.898 0 64.493 25.321 +0.0097 +0.0185 +0.0388 other +42.003 0 60.966 13.822 +0.0245 +0.0322 +0.0709 other +42.139 0 58.299 13.600 +0.0294 +0.0357 +0.0854 other +42.270 0 55.818 16.968 +0.0095 +0.0179 +0.0550 other +42.401 0 56.429 18.568 -0.0119 -0.0093 +0.0156 other +42.505 0 56.352 14.572 +0.0185 +0.0206 +0.0899 other +42.636 0 54.405 15.944 +0.0261 +0.0249 +0.1252 other +42.739 0 54.307 20.131 +0.0229 +0.0253 +0.1310 other +42.872 0 54.765 10.708 +0.0209 +0.0204 +0.1202 other +42.998 0 56.397 14.227 +0.0109 +0.0102 +0.1086 other +43.140 0 57.418 13.189 +0.0232 +0.0215 +0.1003 other +43.241 0 57.924 18.599 +0.0425 +0.0452 +0.0963 other +43.397 0 56.793 10.842 +0.0319 +0.0357 +0.0917 other +43.505 0 54.404 14.140 +0.0283 +0.0342 +0.1016 other +43.638 0 53.215 8.407 +0.0286 +0.0352 +0.1003 other +43.738 0 31.962 26.408 +0.0023 +0.0091 +0.0636 other +43.900 0 14.627 18.815 -0.0540 -0.0483 -0.0146 other +44.005 0 2.205 12.560 -0.0523 -0.0522 -0.0435 other +44.141 0 0.070 2.178 -0.0256 -0.0250 -0.0344 other +44.239 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.378 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.505 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.641 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.740 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.872 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +44.998 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.141 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.242 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.399 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.498 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.641 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.740 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +45.897 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.007 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.140 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.240 0 0.124 0.053 -0.0211 -0.0203 -0.0312 other +46.378 0 0.188 0.059 -0.0150 -0.0140 -0.0267 other +46.506 0 0.244 0.055 -0.0097 -0.0085 -0.0228 other +46.642 0 0.344 0.097 -0.0007 +0.0008 -0.0158 other +46.740 0 0.454 0.113 +0.0069 +0.0086 -0.0091 other +46.900 0 0.569 0.140 +0.0139 +0.0157 -0.0028 other +47.010 0 0.686 0.152 +0.0203 +0.0222 +0.0018 other +47.141 0 0.769 0.128 +0.0231 +0.0251 +0.0052 other +47.244 0 1.302 0.621 +0.0262 +0.0283 +0.0117 other +47.400 0 1.385 0.157 +0.0281 +0.0303 +0.0133 other +47.510 0 1.496 0.233 +0.0323 +0.0346 +0.0161 other +47.641 0 1.616 0.286 +0.0348 +0.0370 +0.0198 other +47.742 0 1.776 0.404 +0.0356 +0.0377 +0.0207 other +47.899 0 1.810 0.115 +0.0360 +0.0382 +0.0208 other +48.011 0 1.929 0.344 +0.0394 +0.0416 +0.0242 other +48.142 0 2.053 0.358 +0.0407 +0.0429 +0.0272 other +48.242 0 2.041 0.388 +0.0406 +0.0428 +0.0256 other +48.400 0 2.034 0.230 +0.0410 +0.0432 +0.0261 other +48.498 0 2.021 0.365 +0.0396 +0.0417 +0.0272 other +48.642 0 2.014 0.260 +0.0390 +0.0411 +0.0268 other +48.743 0 1.999 0.489 +0.0409 +0.0430 +0.0266 other +48.898 0 1.995 0.123 +0.0401 +0.0423 +0.0268 other +49.009 0 1.985 0.359 +0.0362 +0.0384 +0.0279 other +49.145 0 1.970 0.361 +0.0403 +0.0425 +0.0296 other +49.244 0 1.962 0.211 +0.0438 +0.0461 +0.0299 other +49.397 0 1.955 0.224 +0.0428 +0.0451 +0.0290 other +49.514 0 1.944 0.336 +0.0406 +0.0428 +0.0284 other +49.643 0 1.930 0.368 +0.0464 +0.0487 +0.0305 other +49.743 0 1.916 0.515 +0.0483 +0.0506 +0.0291 other +49.877 0 1.907 0.283 +0.0481 +0.0504 +0.0287 other +50.011 0 1.897 0.387 +0.0527 +0.0552 +0.0300 other +50.143 0 1.889 0.283 +0.0553 +0.0578 +0.0307 other +50.245 0 1.876 0.476 +0.0567 +0.0591 +0.0298 other +50.399 0 1.868 0.260 +0.0586 +0.0610 +0.0297 other +50.512 0 1.856 0.400 +0.0619 +0.0643 +0.0302 other +50.644 0 1.844 0.373 +0.0619 +0.0642 +0.0309 other +50.744 0 1.828 0.474 +0.0634 +0.0657 +0.0315 other +50.899 0 1.821 0.269 +0.0652 +0.0676 +0.0306 other +51.002 0 1.810 0.389 +0.0643 +0.0667 +0.0285 other +51.112 0 1.802 0.273 +0.0646 +0.0669 +0.0284 other +51.245 0 1.795 0.302 +0.0660 +0.0683 +0.0288 other +51.398 0 1.651 0.539 +0.0674 +0.0699 +0.0287 other +51.513 0 1.828 0.512 +0.0713 +0.0739 +0.0322 other +51.613 0 1.491 0.609 +0.0733 +0.0760 +0.0320 other +51.745 0 1.437 0.246 +0.0728 +0.0757 +0.0315 other +51.879 0 1.325 0.414 +0.0722 +0.0751 +0.0324 other +52.013 0 1.569 0.611 +0.0721 +0.0751 +0.0320 other +52.112 0 1.247 0.544 +0.0659 +0.0690 +0.0265 other +52.250 0 1.200 0.192 +0.0618 +0.0648 +0.0240 other +52.402 0 1.138 0.248 +0.0563 +0.0591 +0.0197 other +52.513 0 1.098 0.161 +0.0535 +0.0562 +0.0179 other +52.613 0 1.053 0.226 +0.0472 +0.0497 +0.0168 other +52.746 0 1.043 0.070 +0.0453 +0.0477 +0.0168 other +52.901 0 1.022 0.271 +0.0393 +0.0415 +0.0172 other +52.998 0 1.023 0.085 +0.0387 +0.0409 +0.0169 other +53.116 0 1.021 0.068 +0.0386 +0.0408 +0.0162 other +53.247 0 4.394 3.435 +0.1408 +0.1470 +0.1174 other +53.381 0 9.015 4.691 +0.2490 +0.2611 +0.2135 other +53.504 0 14.278 5.338 +0.2653 +0.2802 +0.2184 other +53.614 0 18.495 4.290 +0.2564 +0.2722 +0.2041 other +53.748 0 23.903 5.544 +0.2230 +0.2391 +0.1618 other +53.898 0 29.117 5.337 +0.1843 +0.2005 +0.1173 other +54.016 0 32.956 3.991 +0.1586 +0.1750 +0.0903 other +54.116 0 38.262 5.529 +0.1173 +0.1337 +0.0482 other +54.248 0 41.518 3.568 +0.0941 +0.1105 +0.0244 other +54.400 0 48.701 7.490 +0.0543 +0.0704 -0.0180 other +54.517 0 52.082 3.830 +0.0358 +0.0516 -0.0374 other +54.616 0 51.341 3.007 +0.0168 +0.0323 -0.0593 other +54.749 0 50.535 2.146 +0.0042 +0.0195 -0.0732 other +54.899 0 48.982 3.575 -0.0174 -0.0025 -0.0977 other +54.998 0 48.390 1.825 -0.0255 -0.0108 -0.1076 other +55.121 0 48.232 2.095 -0.0326 -0.0179 -0.1179 other +55.250 0 47.301 2.270 -0.0436 -0.0292 -0.1308 other +55.382 0 47.083 1.855 -0.0499 -0.0355 -0.1394 other +55.502 0 47.204 1.705 -0.0544 -0.0399 -0.1462 other +55.617 0 47.106 1.278 -0.0583 -0.0439 -0.1512 other +55.750 0 47.021 1.665 -0.0632 -0.0488 -0.1573 other +55.899 0 47.060 1.662 -0.0664 -0.0518 -0.1622 other +56.017 0 47.369 1.767 -0.0697 -0.0551 -0.1676 other +56.122 0 54.531 18.474 -0.1413 -0.1284 -0.1549 other +56.257 0 62.017 15.525 -0.1781 -0.1752 -0.2412 other +56.397 0 67.642 13.515 -0.2058 -0.2045 -0.2450 other +56.519 0 67.167 15.660 -0.2101 -0.2056 -0.2463 other +56.624 0 66.451 14.257 -0.1939 -0.1986 -0.2199 other +56.751 0 59.729 19.171 -0.1622 -0.1540 -0.2268 other +56.897 0 54.432 16.331 -0.1153 -0.0983 -0.2303 other +57.000 0 51.779 12.348 -0.1028 -0.0844 -0.2297 other +57.120 0 49.046 11.652 -0.0783 -0.0629 -0.2213 other +57.256 0 46.793 12.911 -0.0586 -0.0453 -0.2076 other +57.400 0 44.971 12.885 -0.0824 -0.0744 -0.2160 other +57.520 0 47.445 14.929 -0.1191 -0.1082 -0.2357 other +57.618 0 48.946 13.559 -0.1281 -0.1269 -0.2465 other +57.752 0 51.191 17.544 -0.1430 -0.1358 -0.2463 other +57.900 0 52.178 13.702 -0.1388 -0.1294 -0.2383 other +57.999 0 52.348 16.996 -0.0979 -0.0858 -0.1933 other +58.120 0 51.197 15.869 -0.0376 -0.0237 -0.1500 other +58.259 0 50.207 11.222 -0.0093 +0.0056 -0.1306 other +58.398 0 48.275 16.090 +0.0356 +0.0511 -0.0912 other +58.525 0 47.069 9.530 +0.0573 +0.0721 -0.0737 other +58.622 0 42.277 12.473 +0.0829 +0.0976 -0.0624 other +58.755 0 39.003 8.531 +0.0903 +0.1060 -0.0561 other +58.900 0 34.843 9.672 +0.1114 +0.1243 -0.0309 other +59.023 0 31.502 7.989 +0.1278 +0.1415 -0.0031 other +59.125 0 29.120 6.381 +0.1442 +0.1567 +0.0129 other +59.260 0 27.606 4.200 +0.1500 +0.1609 +0.0273 other +59.397 0 26.496 3.421 +0.1625 +0.1711 +0.0464 other +59.497 0 25.481 3.013 +0.1734 +0.1801 +0.0684 other +59.624 0 23.926 3.554 +0.1763 +0.1807 +0.1107 other +59.753 0 22.650 3.141 +0.1262 +0.1263 +0.1402 other +59.899 0 22.643 1.498 +0.1183 +0.1185 +0.1285 other +60.000 0 22.599 1.480 +0.1147 +0.1147 +0.1211 other +60.125 0 22.571 1.260 +0.1139 +0.1129 +0.1174 other +#restart 60.139 +60.308 0 22.442 1.812 +0.1062 +0.1033 +0.1116 other +#check 60.308 stream=22.442 oneshot=22.348 delta=0.094 +60.519 0 22.442 0.000 +0.1062 +0.1033 +0.1116 other +60.536 0 22.375 1.195 +0.1028 +0.0994 +0.1086 other +60.599 0 22.310 1.186 +0.1007 +0.0963 +0.1069 other +60.726 0 22.241 1.186 +0.0989 +0.0947 +0.1062 other +60.859 0 22.129 1.371 +0.0985 +0.0940 +0.1081 other +60.999 0 21.905 1.514 +0.0972 +0.0916 +0.1090 other +61.103 0 21.795 1.217 +0.0974 +0.0908 +0.1139 other +61.229 0 21.737 1.270 +0.0886 +0.0813 +0.1056 other +61.362 0 22.507 2.316 +0.0258 +0.0213 +0.0202 other +61.499 0 22.864 2.653 -0.0145 -0.0189 -0.0102 other +61.600 0 22.596 3.034 -0.0157 -0.0186 +0.0053 other +61.729 0 22.360 2.346 -0.0221 -0.0232 +0.0037 other +61.861 0 21.989 2.808 -0.0114 -0.0142 +0.0104 other +62.002 0 21.619 2.656 -0.0003 -0.0062 +0.0192 other +62.098 0 21.364 2.080 +0.0096 +0.0032 +0.0300 other +62.227 0 21.129 2.004 +0.0160 +0.0086 +0.0384 other +62.396 0 20.711 2.583 +0.0272 +0.0194 +0.0539 other +62.500 0 20.599 2.383 +0.0206 +0.0165 +0.0468 other +62.598 0 20.492 2.248 +0.0254 +0.0206 +0.0472 other +62.727 0 20.391 2.433 +0.0287 +0.0238 +0.0487 other +62.863 0 20.154 2.934 +0.0117 +0.0063 +0.0387 other +62.998 0 19.860 3.017 +0.0092 +0.0037 +0.0365 other +63.100 0 19.704 2.713 +0.0096 +0.0045 +0.0328 other +63.228 0 19.528 2.707 +0.0072 +0.0021 +0.0295 other +63.397 0 19.329 3.047 -0.0020 -0.0074 +0.0205 other +63.498 0 19.030 3.034 +0.0009 -0.0039 +0.0210 other +63.605 0 18.813 2.675 -0.0095 -0.0136 +0.0183 other +63.730 0 18.489 2.865 -0.0080 -0.0138 +0.0185 other +63.862 0 18.169 2.752 +0.0074 +0.0014 +0.0214 other +63.965 0 17.883 2.615 +0.0300 +0.0252 +0.0243 other +64.103 0 17.689 2.302 +0.0040 -0.0009 +0.0135 other +64.229 0 17.440 2.466 -0.0206 -0.0255 -0.0010 other +64.363 0 17.199 2.388 -0.0263 -0.0317 -0.0126 other +64.464 0 16.909 2.397 -0.0318 -0.0362 -0.0321 other +64.597 0 16.410 2.165 -0.0578 -0.0620 -0.0552 other +64.732 0 16.116 2.301 -0.0720 -0.0738 -0.0783 other +64.867 0 17.534 3.557 -0.1448 -0.1508 -0.1220 other +64.965 0 21.502 6.581 -0.1301 -0.1654 -0.0636 other +65.103 0 24.268 8.542 +0.0898 +0.0852 +0.1544 other +65.231 0 31.773 13.382 +0.0071 +0.0021 +0.1042 other +65.364 0 38.378 17.480 -0.0168 +0.0012 -0.0393 other +65.463 0 36.834 21.275 +0.0540 +0.0807 -0.1399 other +65.601 0 31.933 19.520 -0.2475 -0.2475 -0.2849 other +65.733 0 29.078 16.059 -0.0977 -0.0833 -0.1548 other +65.869 0 31.723 15.538 -0.0563 -0.0420 -0.1830 other +65.964 0 28.696 13.570 -0.1329 -0.1178 -0.1729 other +66.099 0 25.707 9.218 -0.0376 -0.0256 -0.0542 other +66.232 0 24.831 6.517 +0.0282 +0.0377 +0.0275 other +66.395 0 26.162 8.079 -0.1637 -0.1761 -0.0721 other +66.465 0 26.910 9.197 -0.0049 +0.0069 -0.0328 other +66.598 0 27.405 8.988 -0.0289 -0.0133 -0.1353 other +66.732 0 28.114 9.148 -0.1718 -0.1782 -0.2356 other +66.899 0 29.183 11.302 -0.1943 -0.1936 -0.2040 other +66.965 0 34.208 12.990 -0.1040 -0.1205 -0.1056 other +67.101 0 35.370 13.191 -0.1169 -0.1226 -0.0613 other +67.232 0 35.876 11.837 +0.0048 +0.0065 -0.0147 other +67.398 0 35.794 9.716 +0.0172 +0.0205 -0.0200 other +67.466 0 35.770 3.092 +0.0172 +0.0203 -0.0207 other +67.601 0 35.780 2.345 +0.0193 +0.0225 -0.0217 other +67.732 0 35.768 2.209 +0.0194 +0.0227 -0.0217 other +67.901 0 35.842 3.163 +0.0183 +0.0221 -0.0231 other +67.967 0 35.727 3.092 +0.0173 +0.0215 -0.0217 other +68.100 0 35.781 2.204 +0.0166 +0.0211 -0.0230 other +68.234 0 35.788 2.166 +0.0146 +0.0195 -0.0242 other +68.395 0 35.880 3.063 +0.0139 +0.0194 -0.0226 other +68.467 0 35.857 3.004 +0.0139 +0.0199 -0.0209 other +68.600 0 35.851 2.127 +0.0133 +0.0195 -0.0197 other +68.737 0 35.718 2.181 +0.0107 +0.0170 -0.0184 other +68.902 0 35.997 3.926 +0.0067 +0.0142 -0.0255 other +68.995 0 36.108 3.024 +0.0015 +0.0097 -0.0313 other +69.101 0 36.107 2.102 -0.0002 +0.0085 -0.0360 other +69.236 0 36.692 3.371 -0.0010 +0.0083 -0.0527 other +69.374 0 37.961 3.937 +0.0056 +0.0158 -0.0770 other +69.497 0 38.351 3.782 +0.0026 +0.0132 -0.0839 other +69.603 0 39.340 3.830 +0.0124 +0.0234 -0.0928 other +69.736 0 39.125 2.413 +0.0091 +0.0201 -0.0944 other +69.895 0 39.139 3.298 +0.0066 +0.0178 -0.0988 other +69.971 0 39.854 4.848 +0.0354 +0.0477 -0.0622 other +70.103 0 41.929 4.418 +0.0879 +0.1016 +0.0098 other +70.237 0 43.136 4.563 +0.1260 +0.1398 +0.0749 other +70.375 0 45.597 7.841 +0.0997 +0.1153 +0.0064 other +70.469 0 44.574 5.371 +0.0999 +0.1152 +0.0159 other +70.605 0 44.717 4.258 +0.1174 +0.1324 +0.0409 other +70.737 0 47.274 5.729 +0.1897 +0.2057 +0.1404 other +70.873 0 47.225 9.296 +0.1475 +0.1633 +0.0740 other +70.969 0 47.277 9.733 +0.1190 +0.1357 +0.0383 other +71.104 0 42.117 9.688 +0.0909 +0.1058 +0.0104 other +71.238 0 41.659 5.092 +0.0693 +0.0837 -0.0120 other +71.397 0 41.395 6.328 +0.0412 +0.0550 -0.0355 other +71.502 0 41.484 7.954 +0.0398 +0.0523 -0.0354 other +71.604 0 40.839 3.451 +0.0169 +0.0292 -0.0560 other +71.737 0 40.864 5.333 -0.0060 +0.0060 -0.0807 other +71.873 0 40.792 9.029 -0.0394 -0.0304 -0.1075 other +71.996 0 40.429 6.055 -0.0479 -0.0370 -0.1208 other +72.105 0 41.029 6.476 -0.0628 -0.0523 -0.1308 other +72.238 0 40.020 2.908 -0.0579 -0.0481 -0.1181 other +72.400 0 42.540 10.315 -0.0222 -0.0126 -0.0754 other +72.497 0 74.191 37.794 -0.0973 -0.1268 -0.0421 other +72.604 0 105.390 41.200 -0.1678 -0.1972 -0.1486 other +72.738 0 98.756 17.902 -0.1659 -0.1900 -0.1365 other +72.842 0 96.653 13.457 -0.1947 -0.2169 -0.1681 other +73.002 0 117.498 26.584 -0.1922 -0.2252 -0.1489 other +73.106 0 110.483 7.460 -0.1806 -0.2128 -0.1371 other +73.239 0 113.189 6.627 -0.1755 -0.2070 -0.1210 other +73.339 0 112.839 6.708 -0.1800 -0.2105 -0.1242 other +73.499 0 100.120 14.899 -0.1485 -0.1773 -0.0704 other +73.608 0 93.355 14.902 -0.0212 -0.0280 +0.0473 other +73.738 0 90.653 11.029 -0.0287 -0.0321 -0.0095 other +73.838 0 87.407 8.378 -0.0226 -0.0260 -0.0072 other +74.003 0 74.425 13.610 +0.0216 +0.0252 +0.0105 other +74.107 0 46.592 31.024 +0.0899 +0.1048 +0.0176 other +74.240 0 46.250 3.864 +0.0853 +0.1003 +0.0092 other +74.345 0 46.301 12.757 +0.0925 +0.1058 +0.0297 other +74.498 0 41.086 10.786 +0.0534 +0.0644 -0.0053 other +74.609 0 39.683 5.361 +0.0012 +0.0118 -0.0535 other +74.739 0 38.723 6.646 -0.0214 -0.0109 -0.0749 other +74.839 0 66.927 32.389 -0.1495 -0.1484 -0.1753 other +74.997 0 83.513 23.129 -0.1349 -0.1327 -0.1567 other +75.106 0 91.113 14.017 -0.1326 -0.1293 -0.1452 other +75.245 0 111.226 34.139 -0.0940 -0.0935 -0.0943 other +75.345 0 110.375 19.971 -0.1013 -0.0953 -0.0919 other +75.497 0 108.601 20.345 -0.0773 -0.0733 -0.0733 other +75.600 0 107.982 26.668 -0.0834 -0.0800 -0.0732 other +75.740 0 109.408 22.097 -0.0954 -0.0899 -0.0891 other +75.840 0 109.955 29.575 -0.1137 -0.1027 -0.1325 other +76.001 0 107.999 21.782 -0.1202 -0.1070 -0.1328 other +76.108 0 104.442 24.918 -0.0566 -0.0450 -0.1156 other +76.242 0 100.921 25.078 -0.0658 -0.0533 -0.1152 other +76.341 0 86.550 23.155 -0.0353 -0.0373 +0.0337 other +76.499 0 83.773 16.569 -0.0275 -0.0299 +0.0483 other +76.608 0 83.909 14.993 -0.0346 -0.0423 +0.0394 other +76.741 0 83.180 15.942 -0.0433 -0.0542 +0.0329 other +76.841 0 81.705 16.248 -0.0404 -0.0518 +0.0598 other +76.995 0 95.701 30.545 +0.0282 +0.0214 +0.0714 other +77.108 0 97.327 26.887 +0.0876 +0.0835 +0.1056 other +77.245 0 101.503 25.571 -0.0161 -0.0208 -0.0161 other +77.342 0 105.449 30.057 -0.0613 -0.0718 -0.0792 other +77.497 0 135.144 48.455 -0.0046 -0.0069 -0.1368 other +77.600 0 134.352 43.764 -0.0930 -0.0882 -0.1868 other +77.745 0 117.387 38.521 -0.1283 -0.1145 -0.2619 other +77.842 0 98.467 52.623 +0.2828 +0.2968 +0.2110 other +77.999 0 58.363 42.136 +0.1975 +0.2119 +0.1008 other +78.097 0 70.879 22.034 +0.3561 +0.3739 +0.3808 other +78.243 0 69.894 8.252 +0.3850 +0.4010 +0.4258 other +78.343 0 69.383 16.130 +0.3591 +0.3747 +0.4358 other +78.480 0 69.072 14.111 +0.3888 +0.4055 +0.4591 other +78.609 0 77.525 20.171 +0.2757 +0.2723 +0.3282 other +78.744 0 81.608 16.871 +0.2481 +0.2391 +0.3047 other +78.843 0 93.832 27.031 +0.2517 +0.2543 +0.2780 other +79.000 0 98.338 24.331 +0.2674 +0.2689 +0.2723 other +79.100 0 98.260 16.278 +0.2487 +0.2448 +0.2560 other +79.213 0 97.005 17.992 +0.2434 +0.2381 +0.2712 other +79.345 0 95.343 17.126 +0.2177 +0.2082 +0.2264 other +79.502 0 92.065 15.070 +0.2068 +0.1976 +0.2080 other +79.612 0 88.935 14.151 +0.1939 +0.1851 +0.1896 other +79.744 0 86.537 13.299 +0.1978 +0.1899 +0.2135 other +79.845 0 85.841 27.704 +0.1789 +0.1687 +0.2950 other +80.002 0 87.355 14.069 +0.1499 +0.1428 +0.2875 other +80.112 0 88.262 6.674 +0.1358 +0.1296 +0.2811 other +80.244 0 87.778 3.267 +0.1343 +0.1269 +0.2793 other +80.345 0 217.120 133.155 +0.1983 +0.2094 +0.2089 other +#check 80.345 stream=217.120 oneshot=69.959 delta=147.160 +80.545 0 217.065 10.879 +0.2002 +0.1969 +0.2377 other +80.598 0 69.959 147.124 +0.2715 +0.2691 +0.4153 other +80.714 0 116.826 51.145 +0.3088 +0.3240 +0.4282 other +80.845 0 172.685 59.007 +0.2574 +0.2517 +0.4039 other +80.999 0 163.394 16.649 +0.2524 +0.2460 +0.4302 other +81.100 0 154.916 22.900 +0.2394 +0.2385 +0.3911 other +81.216 0 146.983 27.726 +0.2619 +0.2519 +0.4406 other +81.349 0 133.074 27.231 +0.3103 +0.3099 +0.4735 other +81.499 0 128.795 35.678 +0.2448 +0.2369 +0.3632 other +81.598 0 113.516 37.693 +0.1635 +0.1693 +0.1935 other +81.712 0 113.488 19.280 +0.1648 +0.1643 +0.1853 other +81.846 0 103.403 31.633 +0.2283 +0.2265 +0.3065 other +81.997 0 99.934 26.080 +0.1951 +0.1897 +0.2214 other +82.098 0 92.626 22.116 +0.1576 +0.1563 +0.1781 other +82.213 0 81.143 18.860 +0.1927 +0.1932 +0.2188 other +82.347 77 66.169 22.140 +0.2156 +0.2214 +0.2233 other +82.480 1298 55.800 19.298 +0.2175 +0.2286 +0.2253 other +82.600 1723 53.548 16.926 +0.2111 +0.2245 +0.2061 other +82.715 2614 52.896 10.847 +0.2010 +0.2142 +0.1959 other +82.848 5393 53.707 8.273 +0.1795 +0.1928 +0.1790 other +82.998 4002 54.275 7.967 +0.1709 +0.1845 +0.1725 other +83.101 688 52.998 8.809 +0.1610 +0.1732 +0.1707 other +83.219 78 52.856 4.316 +0.1540 +0.1675 +0.1663 other +83.348 23 54.787 11.507 +0.1430 +0.1568 +0.1548 other +83.481 75 54.052 9.568 +0.1366 +0.1508 +0.1489 other +83.601 104 57.640 12.274 +0.1670 +0.1817 +0.1648 other +83.716 89 59.501 6.202 +0.1404 +0.1542 +0.1459 other +83.849 73 58.295 15.583 +0.1328 +0.1480 +0.1242 other +83.982 47 59.702 12.271 +0.1062 +0.1211 +0.1040 other +84.099 94 58.782 6.601 +0.1056 +0.1206 +0.1041 other +84.216 232 58.557 5.303 +0.1042 +0.1192 +0.1055 other +84.350 35 61.944 16.702 +0.1230 +0.1385 +0.1157 other +84.502 50 60.877 13.726 +0.0928 +0.1081 +0.0852 other +84.600 39 62.642 12.892 +0.0688 +0.0822 +0.0644 other +84.716 68 62.384 7.845 +0.0701 +0.0852 +0.0653 other +84.849 20 60.385 13.531 +0.0848 +0.1002 +0.0719 other +84.997 35 59.900 9.470 +0.0969 +0.1126 +0.0789 other +85.101 57 61.024 15.647 +0.0842 +0.0993 +0.0726 other +85.217 39 62.822 15.694 +0.0708 +0.0849 +0.0619 other +85.355 91 62.232 17.338 +0.0721 +0.0868 +0.0495 other +85.498 78 61.192 11.575 +0.0770 +0.0917 +0.0476 other +85.597 167 61.287 6.159 +0.0726 +0.0869 +0.0445 other +85.722 318 61.983 10.023 +0.0679 +0.0818 +0.0396 other +85.852 38 60.771 8.569 +0.0701 +0.0838 +0.0427 other +85.998 71 61.343 6.787 +0.0584 +0.0717 +0.0311 other +86.100 153 62.200 12.250 +0.0532 +0.0654 +0.0316 other +86.224 81 61.821 8.138 +0.0501 +0.0620 +0.0256 other +86.356 34 62.051 7.579 +0.0472 +0.0591 +0.0173 other +86.498 118 61.967 5.504 +0.0416 +0.0535 +0.0104 other +86.602 38 61.279 7.604 +0.0344 +0.0459 +0.0065 other +86.718 1564 63.689 12.051 +0.0250 +0.0362 -0.0108 other +86.851 3984 63.294 11.860 +0.0201 +0.0262 -0.0045 other +86.998 4572 63.569 8.504 +0.0230 +0.0250 -0.0021 other +87.102 4570 63.593 6.767 +0.0184 +0.0248 -0.0070 other +87.223 3254 63.207 4.291 +0.0165 +0.0239 -0.0074 other +87.352 3063 63.005 6.168 +0.0086 +0.0167 -0.0109 other +87.500 914 58.646 13.078 +0.0099 +0.0187 -0.0143 other +87.598 382 55.188 7.270 +0.0036 +0.0126 -0.0189 other +87.725 29 51.482 8.845 -0.0044 +0.0027 -0.0236 other +87.853 0 47.615 10.210 -0.0169 -0.0097 -0.0369 other +87.998 0 44.504 7.074 -0.0161 -0.0097 -0.0390 other +88.120 0 41.445 6.488 -0.0185 -0.0138 -0.0412 other +88.220 0 36.823 9.059 -0.0279 -0.0262 -0.0448 other +88.353 0 32.908 7.995 -0.0304 -0.0310 -0.0429 other +88.500 0 31.647 3.580 -0.0267 -0.0281 -0.0375 other +88.625 0 31.687 2.238 -0.0255 -0.0267 -0.0341 other +88.725 0 31.734 1.445 -0.0260 -0.0273 -0.0322 other +88.853 0 31.756 1.125 -0.0266 -0.0280 -0.0316 other +88.999 0 31.752 1.997 -0.0287 -0.0298 -0.0305 other +89.099 0 31.741 1.123 -0.0297 -0.0308 -0.0307 other +89.225 0 31.723 1.748 -0.0318 -0.0327 -0.0318 other +89.357 0 31.691 1.496 -0.0340 -0.0347 -0.0341 other +89.501 0 31.653 1.782 -0.0353 -0.0359 -0.0369 other +89.600 0 31.659 1.584 -0.0380 -0.0385 -0.0414 other +89.724 0 31.668 1.210 -0.0398 -0.0403 -0.0447 other +89.859 0 31.642 1.921 -0.0413 -0.0417 -0.0486 other +90.002 0 31.578 1.275 -0.0422 -0.0426 -0.0508 other +90.100 0 31.486 1.689 -0.0430 -0.0433 -0.0537 other +90.221 0 31.435 1.305 -0.0429 -0.0431 -0.0550 other +#restart 90.234 +90.412 0 31.380 3.190 -0.0437 -0.0435 -0.0583 other +90.449 0 31.395 0.913 -0.0440 -0.0437 -0.0589 other +90.598 0 31.439 1.328 -0.0447 -0.0443 -0.0598 other +90.700 0 31.486 1.326 -0.0449 -0.0445 -0.0602 other +90.818 0 31.522 1.332 -0.0450 -0.0445 -0.0603 other +90.951 0 31.575 1.979 -0.0455 -0.0448 -0.0609 other +91.099 0 31.692 2.327 -0.0451 -0.0445 -0.0619 other +91.198 0 31.764 1.405 -0.0447 -0.0444 -0.0625 other +91.318 0 31.833 1.425 -0.0444 -0.0448 -0.0640 other +91.452 0 31.897 1.793 -0.0446 -0.0456 -0.0663 other +91.601 0 31.889 2.158 -0.0443 -0.0456 -0.0675 other +91.703 0 31.841 1.898 -0.0431 -0.0446 -0.0679 other +91.819 0 31.793 1.443 -0.0426 -0.0439 -0.0681 other +91.955 0 31.224 2.277 -0.0393 -0.0398 -0.0659 other +92.103 0 30.067 2.305 -0.0373 -0.0372 -0.0652 other +92.198 0 28.954 2.427 -0.0337 -0.0336 -0.0634 other +92.323 0 28.250 1.662 -0.0317 -0.0316 -0.0619 other +92.460 0 27.156 2.167 -0.0305 -0.0301 -0.0609 other +92.597 0 26.003 2.296 -0.0294 -0.0290 -0.0599 other +92.698 0 24.927 1.942 -0.0300 -0.0291 -0.0587 other +92.828 0 22.608 2.831 -0.0339 -0.0325 -0.0625 other +92.957 0 20.623 2.638 -0.0344 -0.0334 -0.0600 other +93.098 0 17.898 3.222 -0.0384 -0.0369 -0.0623 other +93.198 0 16.473 1.846 -0.0386 -0.0371 -0.0627 other +93.326 0 15.161 1.695 -0.0411 -0.0395 -0.0644 other +93.457 0 13.177 2.372 -0.0441 -0.0423 -0.0678 other +93.599 0 11.338 2.171 -0.0465 -0.0449 -0.0703 other +93.702 0 9.952 1.663 -0.0478 -0.0460 -0.0706 other +93.825 0 8.788 1.352 -0.0531 -0.0512 -0.0770 other +93.957 0 7.634 1.321 -0.0534 -0.0516 -0.0740 other +94.099 0 6.506 1.239 -0.0536 -0.0519 -0.0731 other +94.197 0 5.397 1.182 -0.0486 -0.0473 -0.0666 other +94.324 0 4.895 0.595 -0.0455 -0.0445 -0.0607 other +94.459 0 3.938 1.029 -0.0389 -0.0375 -0.0523 other +94.556 0 3.256 0.732 -0.0405 -0.0390 -0.0555 other +94.699 0 2.880 0.418 -0.0399 -0.0388 -0.0536 other +94.822 0 2.241 0.613 -0.0366 -0.0358 -0.0504 other +94.956 0 1.566 0.714 -0.0294 -0.0286 -0.0399 other +95.103 0 1.243 0.321 -0.0262 -0.0256 -0.0353 other +95.200 0 1.032 0.234 -0.0279 -0.0270 -0.0377 other +95.322 0 0.532 0.506 -0.0281 -0.0274 -0.0377 other +95.459 0 0.117 0.411 -0.0265 -0.0260 -0.0351 other +95.556 0 0.083 0.067 -0.0257 -0.0252 -0.0346 other +95.699 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +95.826 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +95.960 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.057 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.199 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.325 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.456 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.559 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.698 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.826 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +96.956 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.060 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.198 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.326 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.457 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.557 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.698 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +97.824 0 88.528 87.957 -0.0256 -0.0250 -0.0344 other +97.957 0 254.871 165.433 +0.0256 +0.0250 +0.0344 other +98.060 0 150.532 103.654 +0.1475 +0.1209 +0.2898 other +98.198 0 100.867 49.387 +0.1465 +0.1162 +0.2913 other +98.325 75 51.543 49.146 +0.1417 +0.1094 +0.2871 other +98.459 87 29.916 23.090 +0.1301 +0.1005 +0.2713 other +98.558 67 29.843 3.000 +0.1302 +0.1030 +0.2719 other +98.698 67 29.709 7.285 +0.1386 +0.1086 +0.2820 other +98.825 68 29.378 5.944 +0.1312 +0.1049 +0.2737 other +98.958 59 29.570 4.630 +0.1293 +0.0994 +0.2715 other +99.064 75 29.778 3.483 +0.1218 +0.0902 +0.2639 other +99.198 80 29.542 5.507 +0.1256 +0.0987 +0.2675 other +99.329 80 29.697 1.769 +0.1294 +0.1024 +0.2725 other +99.459 72 29.501 5.527 +0.1355 +0.1066 +0.2778 other +99.561 68 29.926 4.862 +0.1304 +0.1015 +0.2732 other +99.704 61 29.796 3.225 +0.1315 +0.1047 +0.2751 other +99.829 63 29.678 2.100 +0.1333 +0.1070 +0.2772 other +99.962 70 29.947 4.140 +0.1356 +0.1063 +0.2790 other +100.063 92 29.749 5.230 +0.1439 +0.1186 +0.2857 other +100.200 67 29.657 2.405 +0.1463 +0.1208 +0.2871 other +100.330 0 29.885 4.387 +0.1468 +0.1182 +0.2876 other +#check 100.330 stream=29.885 oneshot=157.960 delta=128.075 +100.569 0 29.729 3.639 +0.1526 +0.1240 +0.2924 other +100.605 0 157.960 129.310 -0.0798 -0.0666 -0.1708 other +100.699 0 231.968 73.800 -0.0071 -0.0141 -0.0715 other +100.827 0 184.017 48.261 +0.0794 +0.0883 +0.0914 other +100.963 0 170.291 30.692 +0.0485 +0.0672 +0.0130 other +101.099 0 164.499 21.018 +0.0610 +0.0928 +0.0008 other +101.203 0 167.591 20.848 +0.0763 +0.1045 +0.0278 other +101.330 0 171.195 20.759 -0.0043 +0.0171 -0.0459 other +101.462 0 162.743 21.440 -0.0254 -0.0105 -0.0604 other +101.563 0 154.956 21.168 -0.0207 +0.0036 -0.0576 other +101.698 0 160.189 22.671 -0.0976 -0.0908 -0.0805 other +101.832 1 157.142 20.449 -0.0920 -0.0897 -0.0991 other +101.963 0 144.763 24.286 -0.0999 -0.0962 -0.1051 other +102.064 0 132.084 26.511 -0.1348 -0.1202 -0.1217 other +102.204 0 131.079 16.492 -0.1163 -0.1046 -0.0931 other +102.332 0 127.403 21.118 -0.1535 -0.1532 -0.1052 other +102.463 0 113.306 20.407 -0.1563 -0.1533 -0.1181 other +102.562 0 109.625 22.716 -0.2032 -0.2154 -0.1302 other +102.697 0 105.254 17.371 -0.2253 -0.2403 -0.1581 other +102.831 0 93.676 18.676 -0.2156 -0.2269 -0.1470 other +102.933 0 47.665 71.338 +0.1082 +0.1183 +0.1354 other +103.064 0 47.808 5.966 +0.1205 +0.1305 +0.1405 other +103.197 0 48.286 8.104 +0.1339 +0.1440 +0.1421 other +103.331 0 49.189 9.694 +0.1389 +0.1498 +0.1503 other +103.430 0 49.984 9.523 +0.1486 +0.1600 +0.1585 other +103.564 0 50.503 6.961 +0.1574 +0.1683 +0.1508 other +103.698 0 51.689 16.597 +0.1705 +0.1820 +0.1370 other +103.831 0 52.382 9.285 +0.1673 +0.1781 +0.1263 other +103.930 0 52.763 10.332 +0.1770 +0.1889 +0.1283 other +104.064 0 53.442 6.333 +0.1780 +0.1916 +0.1234 other +104.197 0 54.948 14.571 +0.1644 +0.1793 +0.1074 other +104.331 1212 70.396 61.454 -0.1379 -0.1457 -0.1219 other +104.434 97 65.286 24.092 -0.1195 -0.1263 -0.1181 other +104.571 86 60.351 23.059 -0.0708 -0.0684 -0.0960 other +104.698 505 55.846 25.513 -0.0551 -0.0495 -0.0995 other +104.832 196 52.360 23.830 -0.0408 -0.0355 -0.0952 other +104.934 13 52.417 21.368 -0.0258 -0.0204 -0.0865 other +105.067 54 54.305 20.575 -0.0400 -0.0340 -0.1184 other +105.199 2 50.398 22.634 -0.0014 +0.0035 -0.0868 other +105.332 142 47.147 20.544 +0.0277 +0.0311 -0.0570 other +105.433 3 109.670 69.049 -0.0876 -0.1254 +0.0273 other +105.597 37 54.712 66.848 -0.0502 -0.0536 -0.0920 other +105.699 0 49.449 21.220 -0.0457 -0.0417 -0.0666 other +105.833 0 36.914 41.359 -0.1264 -0.1233 -0.1424 other +105.933 0 37.732 10.552 -0.1028 -0.0996 -0.1212 other +106.066 0 37.905 9.030 -0.0997 -0.0962 -0.1114 other +106.203 0 37.525 11.294 -0.0983 -0.0946 -0.0985 other +106.333 0 37.273 11.469 -0.0925 -0.0882 -0.0889 other +106.434 0 37.292 12.709 -0.0943 -0.0923 -0.0892 other +106.599 0 38.010 10.010 -0.0846 -0.0813 -0.0805 other +106.706 0 38.944 14.076 -0.0474 -0.0428 -0.0678 other +106.836 0 39.659 14.678 +0.0096 +0.0156 -0.0384 other +106.934 0 39.516 15.338 +0.0659 +0.0723 -0.0077 other +107.099 0 38.727 12.885 +0.0847 +0.0899 +0.0094 other +107.200 0 38.448 16.773 +0.0938 +0.0987 +0.0111 other +107.336 0 38.900 14.057 +0.0894 +0.0961 -0.0014 other +107.435 0 39.348 17.073 +0.0818 +0.0913 -0.0196 other +107.598 0 40.158 13.983 +0.0532 +0.0619 -0.0487 other +107.704 0 39.911 19.587 +0.0552 +0.0683 -0.0384 other +107.835 0 51.715 32.365 -0.1363 -0.1360 -0.1794 other +107.934 0 54.861 9.385 -0.0812 -0.0762 -0.1288 other +108.067 0 56.211 7.214 -0.1212 -0.1236 -0.1460 other +108.203 0 40.559 19.017 -0.1269 -0.1213 -0.1886 other +108.338 0 70.913 32.524 -0.1016 -0.0940 -0.1899 other +108.438 72 167.040 98.319 +0.0700 +0.0533 +0.2080 other +108.569 2 165.071 13.290 +0.0871 +0.0725 +0.2238 other +108.705 0 151.434 24.435 +0.0977 +0.0897 +0.2381 other +108.836 0 157.937 22.393 +0.1261 +0.1146 +0.2394 other +108.937 509 164.146 13.822 +0.1095 +0.1033 +0.1891 other +109.096 2 153.852 13.595 +0.1154 +0.1113 +0.2022 other +109.207 0 146.745 10.122 +0.1245 +0.1230 +0.2199 other +109.337 0 144.748 4.527 +0.1138 +0.1132 +0.2057 other +109.437 30 156.137 14.981 +0.1103 +0.1120 +0.1938 other +109.569 638 163.705 12.960 +0.1271 +0.1280 +0.2127 other +109.705 0 36.765 133.488 +0.1344 +0.1342 +0.1695 other +109.837 0 35.585 15.427 +0.1471 +0.1474 +0.1867 other +109.936 0 35.334 15.770 +0.1536 +0.1569 +0.2166 other +110.073 0 34.590 6.959 +0.1612 +0.1640 +0.2325 other +110.205 0 34.804 6.146 +0.1432 +0.1454 +0.2083 other +110.337 0 34.914 6.108 +0.1605 +0.1635 +0.2310 other +110.438 0 34.435 5.289 +0.1537 +0.1565 +0.2212 other +110.573 0 35.812 7.300 +0.1607 +0.1623 +0.2294 other +110.705 0 36.230 8.562 +0.1628 +0.1624 +0.2271 other +110.845 0 36.587 9.914 +0.1680 +0.1696 +0.2407 other +110.941 0 35.736 6.550 +0.1483 +0.1493 +0.2162 other +111.098 0 35.792 4.219 +0.1585 +0.1586 +0.2244 other +111.207 0 36.328 7.778 +0.1518 +0.1519 +0.2250 other +111.348 0 56.646 48.088 +0.2464 +0.2463 +0.3150 other +111.438 0 71.479 51.005 -0.0409 -0.0360 -0.0416 other +111.597 0 71.479 0.000 -0.0409 -0.0360 -0.0416 other +111.707 0 81.947 46.892 -0.1678 -0.1893 -0.1563 other +111.806 0 98.403 76.091 +0.1220 +0.1269 +0.1265 other +111.940 0 95.368 60.566 -0.1573 -0.1587 -0.1297 other +112.074 0 215.187 123.537 +0.2067 +0.1866 +0.3108 other +112.205 0 156.331 80.692 -0.1185 -0.1300 +0.0228 other +112.307 0 74.993 99.788 +0.2657 +0.2621 +0.2715 other +112.438 0 69.899 33.039 +0.2830 +0.2854 +0.3003 other +112.596 0 62.618 46.525 +0.1735 +0.1774 +0.1379 other +112.709 0 59.245 29.329 +0.1631 +0.1705 +0.0938 other +112.808 0 56.057 30.990 +0.1000 +0.1138 +0.0003 other +112.941 0 54.675 17.364 +0.0753 +0.0838 -0.0123 other +113.098 0 51.005 26.032 -0.0263 -0.0189 -0.0335 other +113.210 0 48.439 18.689 -0.0824 -0.0740 -0.0631 other +113.307 0 45.575 16.958 -0.1118 -0.1016 -0.0732 other +113.439 0 43.954 12.062 -0.1160 -0.1068 -0.0661 other +113.573 0 41.870 13.068 -0.1271 -0.1192 -0.0550 other +113.709 0 41.405 17.285 -0.0777 -0.0739 -0.0162 other +113.807 0 39.723 19.092 -0.1049 -0.1021 -0.0226 other +113.940 0 41.172 14.583 -0.1214 -0.1234 -0.0194 other +114.073 0 41.772 4.634 -0.1082 -0.1111 -0.0080 other +114.211 0 58.493 23.734 +0.0096 -0.0079 +0.1696 other +114.307 0 127.027 92.444 -0.1520 -0.1848 +0.0124 other +114.440 0 114.205 28.883 -0.1984 -0.2397 -0.0327 other +114.574 0 114.710 13.716 -0.2062 -0.2492 -0.0448 other +114.710 0 113.431 20.189 -0.2116 -0.2532 -0.0653 other +114.808 0 111.384 10.876 -0.2241 -0.2606 -0.0734 other +114.941 0 110.957 12.341 -0.2146 -0.2549 -0.0590 other +115.095 0 110.281 8.977 -0.2133 -0.2562 -0.0715 other +115.212 0 109.849 10.158 -0.2185 -0.2615 -0.0781 other +115.308 0 108.147 7.122 -0.2264 -0.2698 -0.0913 other +115.441 0 106.268 7.448 -0.2387 -0.2817 -0.1031 other +115.578 0 104.456 7.705 -0.2338 -0.2773 -0.0931 other +115.700 0 104.151 4.791 -0.2242 -0.2673 -0.0934 other +115.812 0 107.960 14.760 -0.2180 -0.2532 -0.0949 other +115.944 0 129.520 57.696 -0.0045 -0.0338 +0.1926 other +116.097 0 41.261 97.561 +0.0042 +0.0076 -0.0401 other +116.200 0 48.391 40.949 -0.2428 -0.2492 -0.1161 other +116.310 0 41.645 43.844 +0.0008 +0.0026 +0.0283 other +116.442 0 51.090 19.656 +0.0598 +0.0701 +0.0629 other +116.597 0 43.117 31.499 +0.0550 +0.0479 +0.0622 other +116.712 0 39.258 34.945 -0.0544 -0.0784 -0.0572 other +116.812 0 59.165 44.985 +0.1387 +0.1348 +0.1093 other +116.945 0 49.545 33.232 +0.0026 +0.0025 +0.0313 other +117.096 0 45.938 36.855 -0.1644 -0.1734 -0.1591 other +117.200 0 54.648 31.769 -0.0523 -0.0592 +0.0060 other +117.310 0 56.131 39.463 -0.1213 -0.1185 -0.0657 other +117.445 0 55.181 35.146 -0.1577 -0.1592 -0.1059 other +117.597 0 53.407 40.763 -0.1741 -0.2074 -0.0983 other +117.699 0 54.039 38.976 -0.1882 -0.2192 -0.1361 other +117.812 0 60.107 37.104 -0.1382 -0.1518 -0.0935 other +117.944 0 39.565 63.247 +0.1956 +0.2094 +0.1539 other +118.097 0 41.226 6.259 +0.2154 +0.2297 +0.1675 other +118.211 0 40.616 5.978 +0.2163 +0.2310 +0.1403 other +118.311 0 48.789 11.270 +0.3237 +0.3416 +0.2692 other +118.444 0 77.611 30.802 +0.2457 +0.2493 +0.2186 other +118.598 0 57.184 25.089 +0.2633 +0.2742 +0.1972 other +118.711 0 58.089 26.021 +0.1778 +0.1967 +0.0796 other +118.811 0 71.489 39.663 +0.1231 +0.1336 +0.1047 other +118.945 0 51.282 41.249 +0.0223 +0.0256 +0.0573 other +119.078 0 40.819 42.122 +0.0228 +0.0302 +0.0515 other +119.213 0 50.494 32.637 +0.1739 +0.1747 +0.2753 other +119.312 0 40.453 27.374 -0.0031 -0.0011 +0.0510 other +119.445 0 39.962 32.394 +0.0021 +0.0012 +0.0479 other +119.598 0 48.734 32.448 +0.1391 +0.1327 +0.2425 other +119.712 0 47.804 26.315 +0.0585 +0.0490 +0.1827 other +119.812 0 45.362 34.262 -0.0383 -0.0340 +0.0143 other +119.948 0 37.889 20.809 -0.0053 -0.0035 +0.0736 other +120.100 0 40.550 27.783 +0.0236 +0.0243 +0.0649 other +120.198 0 47.048 40.841 +0.0392 +0.0399 +0.0912 other +120.316 0 38.946 21.493 -0.0084 -0.0111 +0.0549 other +#restart 120.331 +120.509 0 46.849 28.953 -0.0470 -0.0531 +0.0128 other +#check 120.509 stream=46.849 oneshot=63.830 delta=16.981 +120.737 0 46.849 0.000 -0.0470 -0.0531 +0.0128 other +120.758 159 61.024 53.787 -0.0377 -0.0336 -0.1486 other +120.799 404 63.830 23.903 -0.0113 -0.0093 -0.0847 other +120.922 0 55.381 33.925 +0.1082 +0.1129 +0.0227 other +121.056 0 45.539 31.338 +0.0827 +0.0824 +0.0824 other +121.198 11 43.347 13.691 +0.0666 +0.0660 +0.0666 other +121.300 6 45.821 5.912 +0.0629 +0.0596 +0.0619 other +121.420 19 45.765 2.762 +0.0596 +0.0560 +0.0579 other +121.554 29 45.378 4.460 +0.0622 +0.0594 +0.0646 other +121.702 41 45.792 8.406 +0.0629 +0.0566 +0.0734 other +121.797 98 44.081 7.509 +0.0595 +0.0511 +0.0837 other +121.928 107 43.873 4.487 +0.0616 +0.0537 +0.0968 other +122.059 108 45.706 6.048 +0.0498 +0.0398 +0.0942 other +122.203 107 45.269 9.609 +0.0581 +0.0514 +0.1054 other +122.298 126 46.350 4.615 +0.0629 +0.0578 +0.1099 other +122.427 123 48.472 5.178 +0.0613 +0.0546 +0.1131 other +122.556 113 49.658 4.568 +0.0647 +0.0589 +0.1201 other +122.701 112 49.936 6.656 +0.0727 +0.0666 +0.1365 other +122.800 104 50.450 9.371 +0.0594 +0.0520 +0.1286 other +122.925 112 49.085 6.488 +0.0680 +0.0612 +0.1397 other +123.057 35 51.201 9.387 +0.0842 +0.0768 +0.1576 other +123.199 7 50.579 8.158 +0.0935 +0.0858 +0.1644 other +123.298 4 50.742 6.782 +0.0912 +0.0818 +0.1702 other +123.427 15 52.741 8.300 +0.0820 +0.0726 +0.1631 other +123.555 40 51.068 12.547 +0.0871 +0.0818 +0.1696 other +123.697 34 53.545 9.364 +0.0952 +0.0901 +0.1724 other +123.798 31 55.095 5.863 +0.0944 +0.0891 +0.1657 other +123.927 20 54.396 4.291 +0.0937 +0.0883 +0.1612 other +124.058 9 54.354 8.186 +0.0930 +0.0885 +0.1454 other +124.201 5 55.779 5.313 +0.0879 +0.0829 +0.1385 other +124.304 20 56.090 10.752 +0.0749 +0.0693 +0.1397 other +124.428 0 42.028 41.750 +0.0486 +0.0581 -0.0017 other +124.557 0 44.218 21.619 +0.1671 +0.1747 +0.2026 other +124.660 0 47.238 6.956 +0.1747 +0.1836 +0.1998 other +124.797 0 47.103 5.116 +0.1703 +0.1812 +0.2049 other +124.930 0 47.395 5.016 +0.1725 +0.1814 +0.2026 other +125.060 0 47.707 4.223 +0.1769 +0.1841 +0.2052 other +125.156 0 47.681 5.386 +0.1713 +0.1792 +0.2055 other +125.298 0 47.715 3.138 +0.1738 +0.1815 +0.2099 other +125.423 0 47.827 2.409 +0.1744 +0.1817 +0.2114 other +125.560 0 47.871 4.553 +0.1724 +0.1801 +0.2114 other +125.663 0 47.757 3.362 +0.1721 +0.1801 +0.2120 other +125.802 0 47.804 2.149 +0.1702 +0.1781 +0.2099 other +125.926 0 47.795 2.671 +0.1716 +0.1794 +0.2129 other +126.060 0 47.921 3.649 +0.1752 +0.1824 +0.2158 other +126.158 0 47.853 3.177 +0.1734 +0.1805 +0.2157 other +126.300 0 47.976 3.300 +0.1746 +0.1818 +0.2162 other +126.425 0 47.739 5.380 +0.1704 +0.1783 +0.2114 other +126.559 0 126.098 82.211 +0.2014 +0.1820 +0.3003 other +126.697 0 127.927 19.317 +0.1607 +0.1387 +0.2646 other +126.801 0 124.198 16.577 +0.1737 +0.1518 +0.2693 other +126.925 1 122.937 13.146 +0.1300 +0.1093 +0.2151 other +127.059 0 119.727 15.582 +0.1372 +0.1175 +0.2125 other +127.158 0 119.164 9.136 +0.1346 +0.1135 +0.2040 other +127.300 0 119.267 12.465 +0.1305 +0.1072 +0.2019 other +127.426 0 120.453 10.282 +0.1240 +0.0992 +0.1939 other +127.561 0 121.739 8.766 +0.1114 +0.0851 +0.1917 other +127.663 0 121.617 10.725 +0.1134 +0.0853 +0.2123 other +127.799 0 126.223 12.102 +0.0592 +0.0357 +0.1469 other +127.932 0 125.835 19.751 +0.0776 +0.0551 +0.1700 other +128.062 0 209.781 84.031 +0.3057 +0.2883 +0.4807 other +128.163 0 207.014 8.740 +0.3463 +0.3289 +0.5240 other +128.298 0 201.082 9.377 +0.3379 +0.3208 +0.5165 other +128.427 0 181.422 26.371 +0.1836 +0.1614 +0.3840 other +128.560 0 173.374 29.323 +0.0090 -0.0104 +0.0851 other +128.662 0 161.827 20.169 -0.0395 -0.0598 -0.0145 other +128.802 0 153.395 15.482 -0.0940 -0.1060 -0.0911 other +128.935 0 141.979 17.195 -0.1168 -0.1277 -0.1313 other +129.061 0 132.055 17.996 -0.1146 -0.1242 -0.1502 other +129.162 0 126.959 13.568 -0.1247 -0.1297 -0.1628 other +129.303 0 129.277 10.771 -0.1353 -0.1425 -0.1597 other +129.432 0 124.578 11.220 -0.1358 -0.1412 -0.1498 other +129.561 0 117.367 12.359 -0.1308 -0.1368 -0.1361 other +129.665 0 110.101 9.180 -0.0795 -0.0885 -0.0727 other +129.801 0 106.734 4.549 -0.0673 -0.0776 -0.0597 other +129.931 0 82.573 23.915 -0.0523 -0.0624 -0.0472 other +130.062 0 57.242 25.231 -0.0895 -0.1023 -0.0866 other +130.161 0 43.121 14.578 -0.1985 -0.2155 -0.1632 other +130.298 0 40.094 6.645 -0.2437 -0.2762 -0.1642 other +130.428 0 40.218 5.197 -0.2533 -0.2914 -0.1427 other +130.562 0 80.871 53.087 +0.0808 +0.0630 +0.1523 other +130.663 2 80.744 17.051 +0.0909 +0.0720 +0.1542 other +130.800 1 80.664 13.208 +0.0947 +0.0752 +0.1536 other +130.932 1 80.572 13.355 +0.0926 +0.0733 +0.1479 other +131.066 0 80.419 17.307 +0.0827 +0.0634 +0.1395 other +131.162 0 80.314 17.170 +0.0748 +0.0559 +0.1366 other +131.302 0 80.196 17.190 +0.0721 +0.0532 +0.1354 other +131.434 0 80.134 13.159 +0.0747 +0.0564 +0.1345 other +131.567 0 80.058 17.197 +0.0794 +0.0612 +0.1324 other +131.664 0 80.016 17.326 +0.0757 +0.0580 +0.1275 other +131.802 0 79.974 13.167 +0.0674 +0.0497 +0.1228 other +131.931 4 79.998 17.344 +0.0600 +0.0423 +0.1234 other +132.066 1 80.066 17.337 +0.0635 +0.0459 +0.1274 other +132.165 0 80.230 17.388 +0.0658 +0.0470 +0.1300 other +132.305 3 80.322 7.927 +0.0654 +0.0461 +0.1315 other +132.433 0 80.553 17.500 +0.0672 +0.0479 +0.1355 other +132.564 5 80.731 17.228 +0.0689 +0.0506 +0.1399 other +132.667 4 80.896 17.223 +0.0703 +0.0529 +0.1412 other +132.801 1 81.091 13.273 +0.0660 +0.0494 +0.1409 other +132.936 1 81.332 13.226 +0.0592 +0.0432 +0.1403 other +133.033 0 81.614 17.444 +0.0536 +0.0387 +0.1391 other +133.198 0 81.743 13.396 +0.0514 +0.0376 +0.1359 other +133.299 1 82.060 17.441 +0.0478 +0.0360 +0.1274 other +133.438 0 82.192 7.960 +0.0481 +0.0370 +0.1247 other +133.533 31 70.553 78.325 -0.0218 -0.0054 -0.1824 other +133.665 16 70.266 2.649 -0.0279 -0.0112 -0.1939 other +133.799 17 69.412 3.383 -0.0300 -0.0137 -0.1919 other +133.933 4 69.633 2.505 -0.0281 -0.0115 -0.1920 other +134.033 0 235.914 167.937 +0.1539 +0.1748 +0.1576 other +134.167 0 254.756 18.572 +0.0307 +0.0306 +0.0397 other +134.300 0 250.454 4.357 +0.1472 +0.1382 +0.2132 other +134.434 0 239.504 11.079 +0.2150 +0.2062 +0.2925 other +134.533 0 198.557 40.998 +0.3502 +0.3498 +0.4298 other +134.666 0 158.421 41.062 +0.3306 +0.3299 +0.4157 other +134.802 0 151.791 13.251 +0.2976 +0.2919 +0.4059 other +134.933 0 149.075 8.429 +0.3255 +0.3248 +0.4063 other +135.034 0 145.179 10.957 +0.3109 +0.3115 +0.3939 other +135.168 0 141.995 7.235 +0.2963 +0.2956 +0.3842 other +135.303 0 137.123 8.136 +0.2918 +0.2910 +0.3745 other +135.434 0 134.259 6.080 +0.2952 +0.2955 +0.3724 other +135.542 0 130.478 6.789 +0.2974 +0.2987 +0.3684 other +135.672 0 128.651 4.997 +0.2924 +0.2940 +0.3659 other +135.806 0 125.618 7.670 +0.2891 +0.2911 +0.3677 other +135.940 0 107.038 59.722 +0.0339 +0.0414 +0.0228 other +136.038 0 122.766 40.668 +0.0202 +0.0013 +0.1090 other +136.198 0 125.470 40.911 -0.0167 -0.0273 +0.0642 other +136.304 0 139.428 46.643 -0.1595 -0.1636 -0.1467 other +136.437 0 131.986 34.162 -0.2713 -0.2858 -0.2252 other +136.535 0 128.055 37.522 -0.2105 -0.2338 -0.1517 other +136.669 0 93.750 51.570 -0.1200 -0.1257 -0.0607 other +136.807 0 116.670 53.838 -0.0506 -0.0356 -0.0853 other +136.938 0 130.129 43.156 -0.0349 -0.0415 -0.1520 other +137.036 0 130.145 54.622 -0.1602 -0.1834 -0.2001 other +137.198 0 92.428 51.542 -0.0632 -0.0975 -0.0438 other +137.302 0 83.672 45.099 +0.0331 +0.0273 +0.0243 other +137.439 0 112.024 47.666 +0.2588 +0.2490 +0.2646 other +137.537 0 111.565 46.967 +0.1045 +0.1036 +0.1489 other +137.669 0 110.611 42.848 -0.0213 -0.0361 +0.0133 other +137.805 0 103.484 54.705 -0.0710 -0.0988 +0.0591 other +137.940 0 97.964 34.654 -0.0057 -0.0288 +0.1356 other +138.038 0 97.511 46.188 -0.0002 -0.0083 +0.0943 other +138.172 0 107.359 50.799 -0.1018 -0.1117 -0.0280 other +138.300 0 119.891 58.161 +0.0619 +0.0806 -0.0542 other +138.439 0 133.830 51.559 +0.0842 +0.1018 +0.0733 other +138.537 0 143.402 48.058 +0.2148 +0.2438 +0.1213 other +138.677 0 149.290 38.584 +0.2227 +0.2409 +0.1383 other +138.808 0 165.009 49.060 +0.0396 +0.0203 +0.1294 other +138.938 0 166.902 43.264 +0.1247 +0.1041 +0.2303 other +139.037 0 170.289 43.127 +0.0270 +0.0167 +0.1522 other +139.199 0 140.414 51.676 +0.0112 -0.0122 +0.0446 other +139.304 0 132.028 48.504 -0.1241 -0.1358 -0.1423 other +139.441 0 113.184 80.019 -0.0731 -0.0812 -0.1202 other +139.540 0 101.622 45.911 +0.0882 +0.1004 +0.0167 other +139.698 0 98.789 37.070 +0.0205 +0.0270 -0.0096 other +139.807 0 122.189 45.269 +0.0814 +0.0930 +0.0704 other +139.938 0 121.900 30.802 +0.0811 +0.0935 +0.0687 other +140.038 0 106.344 42.566 +0.2283 +0.2244 +0.3584 other +140.199 0 105.920 31.532 +0.3198 +0.3134 +0.4496 other +140.306 0 109.326 39.350 +0.2601 +0.2612 +0.3495 other +140.438 0 106.197 26.752 +0.2760 +0.2737 +0.3833 other +140.540 0 109.766 35.711 +0.2784 +0.2835 +0.3490 other +#check 140.540 stream=109.766 oneshot=117.066 delta=7.300 +140.759 0 110.819 29.789 +0.2687 +0.2697 +0.3266 other +140.807 0 117.066 23.748 +0.2991 +0.3035 +0.3203 other +140.907 0 145.619 36.792 +0.2754 +0.2802 +0.3006 other +141.039 0 147.642 21.161 +0.2016 +0.2111 +0.2143 other +141.173 0 144.099 26.993 +0.1835 +0.1950 +0.1849 other +141.307 0 182.515 63.850 +0.1720 +0.2030 +0.0213 other +141.408 0 37.520 151.029 -0.1495 -0.1611 -0.1476 other +141.540 0 30.735 20.091 -0.0903 -0.1043 -0.0715 other +141.697 0 27.598 20.386 -0.1288 -0.1446 -0.0805 other +141.807 0 26.153 14.852 -0.1171 -0.1371 -0.0542 other +141.907 0 28.112 10.236 -0.1017 -0.1223 -0.0206 other +142.047 0 40.066 18.212 +0.0062 -0.0045 +0.0081 other +142.199 0 53.059 25.986 -0.0316 -0.0413 -0.0479 other +142.310 0 39.208 27.548 -0.1117 -0.1286 -0.1018 other +142.408 0 37.095 18.824 -0.0874 -0.1284 -0.0388 other +142.542 0 34.343 14.082 -0.1078 -0.1447 -0.0697 other +142.697 0 36.202 14.538 -0.0508 -0.0933 -0.0276 other +142.807 0 54.761 25.368 +0.0934 +0.0607 +0.0683 other +142.910 0 80.903 45.950 +0.3364 +0.3164 +0.4174 other +143.041 0 81.259 30.803 +0.2348 +0.2124 +0.1963 other +143.198 0 52.653 38.274 -0.0729 -0.1198 -0.0572 other +143.300 0 41.037 23.445 -0.0912 -0.1487 -0.0204 other +143.410 0 36.693 12.576 -0.1531 -0.2107 -0.0766 other +143.542 0 34.537 18.539 -0.1558 -0.2117 -0.0874 other +143.680 0 106.083 79.934 -0.0715 -0.0949 +0.0507 other +143.798 0 106.249 32.058 -0.0322 -0.0464 +0.0939 other +143.914 0 106.801 30.031 +0.0053 -0.0022 +0.1136 other +144.042 0 108.104 36.239 +0.0618 +0.0480 +0.1848 other +144.198 0 107.331 39.233 +0.0836 +0.0637 +0.2203 other +144.311 0 107.921 37.448 +0.0269 +0.0049 +0.1448 other +144.409 0 110.242 42.025 -0.0426 -0.0576 +0.0539 other +144.543 0 110.904 44.719 -0.0277 -0.0276 +0.0447 other +144.697 0 110.089 55.321 +0.0355 +0.0304 +0.0359 other +144.797 0 104.652 63.139 -0.0808 -0.0838 -0.0442 other +144.911 0 95.623 60.710 -0.0193 -0.0242 -0.0053 other +145.043 0 92.116 59.767 +0.1612 +0.1700 +0.1449 other +145.177 0 85.911 54.459 +0.0516 +0.0500 +0.1223 other +145.318 0 62.379 53.923 -0.1695 -0.1793 -0.1979 other +145.410 0 46.101 30.700 -0.2087 -0.2041 -0.2821 other +145.545 0 40.543 26.247 -0.1377 -0.1244 -0.2282 other +145.701 0 37.530 21.853 -0.1164 -0.1211 -0.0914 other +145.798 0 36.063 24.062 +0.0299 +0.0251 +0.0207 other +145.911 0 35.374 19.998 -0.0025 +0.0134 +0.0418 other +146.045 0 35.678 21.173 +0.0977 +0.1212 +0.0489 other +146.178 0 29.746 17.999 +0.0713 +0.0898 +0.0238 other +146.299 6 52.819 39.534 +0.2748 +0.2776 +0.4397 other +146.412 191 68.440 18.995 +0.2275 +0.2272 +0.3771 other +146.545 0 46.879 25.412 +0.2960 +0.2983 +0.4714 other +146.684 0 52.120 8.163 +0.2820 +0.2833 +0.4529 other +146.813 18 54.493 6.889 +0.2812 +0.2812 +0.4535 other +146.913 0 49.656 12.040 +0.2891 +0.2907 +0.4613 other +147.045 7 53.171 5.957 +0.2824 +0.2833 +0.4559 other +147.203 14 49.632 9.624 +0.3034 +0.3039 +0.4815 other +147.312 1 44.115 9.053 +0.3254 +0.3263 +0.4964 other +147.418 227 71.558 31.176 +0.2329 +0.2332 +0.3934 other +147.553 24 58.860 20.179 +0.3013 +0.2998 +0.4674 other +147.700 23 43.006 23.701 +0.3237 +0.3267 +0.4926 other +147.800 107 67.029 28.624 +0.2287 +0.2300 +0.4004 other +147.913 37 58.765 12.691 +0.2663 +0.2675 +0.4482 other +148.046 8 51.551 15.361 +0.3077 +0.3085 +0.4844 other +148.200 42 55.883 11.779 +0.2822 +0.2831 +0.4687 other +148.315 8 53.267 7.847 +0.3003 +0.3001 +0.4849 other +148.414 88 59.211 10.467 +0.2710 +0.2716 +0.4588 other +148.548 79 70.396 13.073 +0.2311 +0.2309 +0.4103 other +148.699 21 54.561 22.064 +0.2974 +0.2955 +0.4893 other +148.814 0 68.390 46.582 +0.1963 +0.1809 +0.1544 other +148.915 0 68.256 2.958 +0.2001 +0.1851 +0.1573 other +149.048 0 68.178 1.448 +0.2013 +0.1861 +0.1570 other +149.199 0 67.659 4.304 +0.1999 +0.1885 +0.1555 other +149.314 0 67.778 4.463 +0.1969 +0.1864 +0.1646 other +149.415 0 67.655 4.920 +0.1968 +0.1863 +0.1714 other +149.549 0 67.439 2.178 +0.1884 +0.1810 +0.1671 other +149.696 0 67.596 4.909 +0.2170 +0.2005 +0.1855 other +149.800 0 67.496 2.828 +0.2231 +0.2065 +0.1923 other +149.917 0 67.408 2.398 +0.2181 +0.2033 +0.1926 other +150.049 0 67.396 3.267 +0.2260 +0.2091 +0.2000 other +150.200 0 66.881 2.848 +0.2259 +0.2119 +0.1987 other +150.300 0 67.232 2.970 +0.2292 +0.2111 +0.2070 other +150.417 0 67.152 2.741 +0.2303 +0.2124 +0.2088 other +#restart 150.448 +150.610 0 66.978 3.051 +0.2316 +0.2138 +0.2049 other +150.660 0 66.978 0.000 +0.2316 +0.2138 +0.2049 other +150.801 0 67.070 0.720 +0.2309 +0.2128 +0.2047 other +150.898 0 67.246 1.305 +0.2264 +0.2075 +0.2035 other +151.030 0 67.378 1.297 +0.2210 +0.2017 +0.2008 other +151.163 0 67.404 1.313 +0.2190 +0.1994 +0.2006 other +151.302 387 80.823 46.196 +0.1844 +0.2048 +0.1897 other +151.403 387 81.092 2.681 +0.1899 +0.2103 +0.1945 other +151.529 400 81.283 1.623 +0.1932 +0.2135 +0.1974 other +151.662 411 81.451 2.421 +0.1949 +0.2151 +0.1963 other +151.799 383 81.523 2.168 +0.1950 +0.2151 +0.1981 other +151.899 381 81.518 1.556 +0.1969 +0.2169 +0.2016 other +152.030 402 81.406 1.554 +0.1968 +0.2166 +0.2020 other +152.162 396 81.202 3.033 +0.1917 +0.2116 +0.2008 other +152.298 335 81.011 6.178 +0.1874 +0.2073 +0.1999 other +152.402 345 80.320 4.206 +0.1829 +0.2007 +0.1930 other +152.530 371 79.798 2.664 +0.1780 +0.1954 +0.1889 other +152.663 316 79.613 3.723 +0.1781 +0.1963 +0.1902 other +152.803 314 79.463 2.326 +0.1792 +0.1980 +0.1917 other +152.900 321 79.456 2.099 +0.1819 +0.2008 +0.1951 other +153.032 390 79.470 1.300 +0.1834 +0.2023 +0.1980 other +153.164 369 79.433 1.821 +0.1848 +0.2038 +0.2016 other +153.300 396 79.369 2.107 +0.1876 +0.2064 +0.2050 other +153.402 0 110.634 69.345 +0.0166 +0.0207 -0.1056 other +153.531 0 111.601 21.286 +0.0030 +0.0111 -0.1121 other +153.664 0 114.715 34.884 +0.0246 +0.0364 -0.0964 other +153.798 0 117.083 29.138 +0.0490 +0.0593 -0.0389 other +153.897 0 119.841 25.639 +0.0768 +0.0849 +0.0043 other +154.035 0 122.183 17.568 +0.0899 +0.0974 +0.0227 other +154.165 0 124.859 19.168 +0.0989 +0.1053 +0.0453 other +154.298 0 125.870 12.163 +0.1055 +0.1115 +0.0658 other +154.405 0 126.365 12.445 +0.1092 +0.1144 +0.0855 other +154.532 0 126.910 10.895 +0.1133 +0.1175 +0.0994 other +154.672 0 127.503 13.749 +0.1142 +0.1179 +0.1096 other +154.768 0 127.834 12.367 +0.1135 +0.1168 +0.1197 other +154.903 0 128.048 9.456 +0.1157 +0.1184 +0.1273 other +155.034 0 128.782 12.274 +0.1193 +0.1211 +0.1396 other +155.165 0 129.404 12.677 +0.1216 +0.1222 +0.1545 other +155.266 0 128.106 17.001 +0.1211 +0.1202 +0.1796 other +155.402 0 124.601 18.895 +0.1288 +0.1258 +0.2128 other +155.536 0 122.714 12.651 +0.1314 +0.1275 +0.2261 other +155.669 0 121.079 14.856 +0.1335 +0.1285 +0.2392 other +155.795 0 28.042 97.421 +0.3031 +0.3144 +0.3936 other +155.903 0 27.519 10.973 +0.2973 +0.3096 +0.3707 other +156.033 0 27.007 9.771 +0.2954 +0.3093 +0.3645 other +156.169 0 26.801 11.556 +0.2830 +0.2984 +0.3578 other +156.266 0 26.462 7.004 +0.2823 +0.2985 +0.3608 other +156.400 0 25.599 6.106 +0.2849 +0.3002 +0.3740 other +156.535 0 27.624 6.028 +0.2814 +0.2982 +0.3645 other +156.697 0 26.470 9.401 +0.3094 +0.3244 +0.4043 other +156.768 0 26.879 5.373 +0.2973 +0.3130 +0.3809 other +156.903 0 26.693 2.253 +0.3001 +0.3157 +0.3837 other +157.035 0 51.667 42.421 -0.0262 -0.0289 +0.0697 other +157.196 0 51.588 1.840 -0.0271 -0.0298 +0.0694 other +157.269 0 51.566 1.942 -0.0279 -0.0306 +0.0681 other +157.404 0 51.591 0.886 -0.0282 -0.0309 +0.0673 other +157.535 0 51.644 2.614 -0.0269 -0.0296 +0.0638 other +157.667 0 51.674 2.958 -0.0285 -0.0311 +0.0605 other +157.769 0 51.510 3.921 -0.0311 -0.0338 +0.0571 other +157.902 0 51.409 2.034 -0.0327 -0.0355 +0.0567 other +158.036 0 55.239 49.778 -0.0086 -0.0235 +0.0583 other +158.176 0 59.919 13.419 +0.0430 +0.0253 +0.1483 other +158.270 0 56.220 5.742 +0.0232 +0.0050 +0.1189 other +158.403 0 55.290 4.335 +0.0063 -0.0111 +0.0906 other +158.536 0 53.442 5.157 -0.0074 -0.0234 +0.0638 other +158.696 0 52.072 5.688 -0.0200 -0.0340 +0.0381 other +158.770 0 51.369 4.123 -0.0257 -0.0384 +0.0245 other +158.905 0 60.073 14.392 +0.0051 -0.0121 +0.0951 other +159.035 0 60.631 6.681 +0.0415 +0.0242 +0.1499 other +159.170 0 57.486 7.145 +0.0121 -0.0055 +0.1013 other +159.297 0 60.640 46.199 +0.3647 +0.3613 +0.5261 other +159.406 0 60.410 9.853 +0.3643 +0.3617 +0.5207 other +159.538 0 60.318 6.527 +0.3637 +0.3612 +0.5172 other +159.677 0 59.848 8.492 +0.3595 +0.3555 +0.5187 other +159.775 0 59.993 9.781 +0.3579 +0.3530 +0.5203 other +159.904 0 60.029 5.754 +0.3581 +0.3528 +0.5229 other +160.038 0 60.237 6.163 +0.3630 +0.3577 +0.5297 other +160.175 0 60.448 6.649 +0.3682 +0.3637 +0.5352 other +160.297 0 60.113 6.292 +0.3675 +0.3631 +0.5339 other +160.403 0 59.872 4.990 +0.3657 +0.3610 +0.5317 other +160.545 0 59.623 5.554 +0.3628 +0.3576 +0.5299 other +#check 160.545 stream=59.623 oneshot=58.901 delta=0.722 +160.805 0 59.248 7.628 +0.3589 +0.3533 +0.5271 other +160.825 0 59.041 5.469 +0.3595 +0.3539 +0.5287 other +160.905 0 58.806 11.274 +0.3585 +0.3538 +0.5369 other +161.044 71 41.846 34.149 +0.2288 +0.2128 +0.4237 other +161.197 63 41.858 12.201 +0.2149 +0.1984 +0.4164 other +161.300 77 41.886 10.404 +0.2074 +0.1883 +0.4181 other +161.414 63 42.100 5.994 +0.2089 +0.1895 +0.4259 other +161.539 43 42.500 8.274 +0.2152 +0.2010 +0.4454 other +161.698 36 42.758 6.611 +0.2191 +0.2058 +0.4499 other +161.796 56 42.956 6.296 +0.2203 +0.2032 +0.4431 other +161.907 47 43.137 5.288 +0.2215 +0.2006 +0.4390 other +162.039 59 43.436 9.662 +0.2255 +0.2008 +0.4284 other +162.180 0 80.205 59.641 +0.0053 -0.0126 +0.0662 other +162.300 0 79.953 24.432 +0.0218 +0.0066 +0.0831 other +162.406 0 80.096 21.107 +0.0080 -0.0064 +0.0655 other +162.539 0 80.575 20.693 -0.0003 -0.0171 +0.0441 other +162.701 0 81.392 26.850 +0.0178 +0.0005 +0.0112 other +162.799 0 96.956 59.569 -0.0194 +0.0112 -0.0933 other +162.898 0 101.476 38.264 +0.0225 +0.0514 -0.1250 other +163.040 0 99.440 27.875 -0.0303 -0.0045 -0.2015 other +163.145 0 96.280 27.328 -0.0687 -0.0433 -0.2574 other +163.297 0 98.672 73.746 +0.0815 +0.0641 +0.2668 other +163.410 0 98.885 6.936 +0.0845 +0.0679 +0.2731 other +163.540 0 101.834 6.173 +0.0867 +0.0705 +0.2765 other +163.640 0 44.854 62.757 +0.1818 +0.1547 +0.3717 other +163.802 0 44.807 1.037 +0.1805 +0.1531 +0.3694 other +163.908 0 64.900 36.067 +0.0954 +0.0821 +0.3312 other +164.041 38 67.509 47.087 +0.0643 +0.0588 +0.0541 other +164.142 0 126.186 88.972 +0.1099 +0.0907 +0.1115 other +164.298 0 99.934 64.648 +0.1461 +0.1393 +0.2433 other +164.411 0 99.089 65.115 -0.1560 -0.1731 -0.2423 other +164.545 0 113.620 69.795 +0.0112 -0.0118 +0.1175 other +164.641 47 44.942 76.049 +0.2377 +0.2501 +0.3348 other +164.800 0 66.905 47.328 +0.0559 +0.0547 +0.0799 other +164.898 0 109.676 84.129 +0.2388 +0.2436 +0.1969 other +165.042 0 175.565 94.850 +0.1325 +0.1151 +0.3448 other +165.142 0 193.531 56.732 -0.0143 +0.0083 -0.1019 other +165.295 0 154.286 39.234 -0.0109 +0.0118 -0.1025 other +165.412 0 114.491 40.154 -0.0064 +0.0163 -0.0954 other +165.542 0 77.224 38.102 +0.0040 +0.0271 -0.0850 other +165.642 0 59.142 22.476 +0.0151 +0.0382 -0.0668 other +165.798 0 59.175 5.184 +0.0238 +0.0476 -0.0591 other +165.899 0 59.247 5.489 +0.0321 +0.0574 -0.0507 other +166.043 0 59.260 5.671 +0.0411 +0.0675 -0.0421 other +166.143 0 59.300 10.215 +0.0626 +0.0889 -0.0268 other +166.277 0 59.306 6.386 +0.0670 +0.0924 -0.0210 other +166.413 0 59.416 8.753 +0.0701 +0.0941 -0.0115 other +166.544 0 59.523 6.120 +0.0718 +0.0953 -0.0039 other +166.643 0 59.769 8.570 +0.0728 +0.0930 +0.0099 other +166.799 0 59.818 5.212 +0.0744 +0.0934 +0.0212 other +166.912 0 59.774 7.860 +0.0746 +0.0932 +0.0301 other +167.044 0 59.661 6.707 +0.0668 +0.0855 +0.0275 other +167.144 0 59.340 11.051 +0.0574 +0.0745 +0.0180 other +167.298 0 59.264 4.020 +0.0560 +0.0735 +0.0140 other +167.399 0 58.980 7.315 +0.0522 +0.0694 +0.0034 other +167.548 0 58.776 4.104 +0.0521 +0.0697 -0.0009 other +167.644 0 61.239 45.510 +0.2406 +0.2592 +0.1053 other +167.800 0 66.098 6.498 +0.2734 +0.2937 +0.1435 other +167.911 0 77.987 18.159 +0.3188 +0.3422 +0.2232 other +168.045 0 87.619 16.734 +0.3759 +0.4034 +0.3357 other +168.145 0 173.046 86.277 +0.4624 +0.4870 +0.4406 other +168.278 0 202.243 29.693 +0.4205 +0.4388 +0.4420 other +168.400 0 220.580 18.498 +0.3041 +0.2916 +0.3953 other +168.545 0 226.684 12.226 +0.2937 +0.2904 +0.3701 other +168.645 0 225.127 4.567 +0.3320 +0.3288 +0.3902 other +168.779 0 225.462 3.051 +0.3428 +0.3382 +0.3884 other +168.912 0 227.514 4.654 +0.2923 +0.2838 +0.3589 other +169.047 0 226.803 3.788 +0.2675 +0.2614 +0.3311 other +169.146 0 224.289 4.986 +0.2618 +0.2599 +0.3226 other +169.279 0 224.094 4.085 +0.2853 +0.2894 +0.3176 other +169.413 0 225.237 2.580 +0.2652 +0.2690 +0.3028 other +169.546 0 39.046 186.419 +0.0182 +0.0136 +0.0291 other +169.647 0 38.553 8.318 +0.0143 +0.0096 +0.0278 other +169.798 0 38.536 7.012 +0.0179 +0.0124 +0.0303 other +169.914 0 38.484 6.996 +0.0164 +0.0116 +0.0274 other +170.050 0 38.291 9.278 +0.0121 +0.0076 +0.0195 other +170.148 0 38.297 6.575 +0.0139 +0.0095 +0.0170 other +170.304 0 39.126 7.121 +0.0353 +0.0318 +0.0436 other +170.414 0 38.176 8.364 +0.0188 +0.0160 +0.0128 other +170.547 0 37.950 8.964 +0.0235 +0.0245 +0.0085 other +170.648 0 37.755 7.862 +0.0298 +0.0346 +0.0090 other +170.781 0 37.532 6.530 +0.0313 +0.0386 +0.0095 other +170.917 0 37.387 9.116 +0.0320 +0.0425 +0.0100 other +171.049 0 37.293 8.125 +0.0324 +0.0436 +0.0103 other +171.149 0 37.496 9.438 +0.0440 +0.0558 +0.0172 other +171.282 0 37.404 6.842 +0.0463 +0.0585 +0.0171 other +171.397 0 80.242 62.276 -0.0386 -0.0435 -0.0054 other +171.515 0 81.395 6.517 -0.0226 -0.0259 -0.0040 other +171.657 0 83.178 9.141 -0.0008 -0.0013 -0.0013 other +171.801 0 84.815 9.550 +0.0317 +0.0346 +0.0266 other +171.898 0 86.247 9.628 +0.0744 +0.0814 +0.0610 other +172.017 0 87.082 7.278 +0.1065 +0.1170 +0.0829 other +172.151 0 88.297 9.536 +0.1449 +0.1593 +0.1201 other +172.298 0 89.539 9.113 +0.1722 +0.1895 +0.1356 other +172.398 0 90.749 8.351 +0.1928 +0.2113 +0.1403 other +172.522 0 91.519 5.775 +0.1891 +0.2076 +0.1297 other +172.651 0 92.115 7.122 +0.1693 +0.1870 +0.0998 other +172.801 0 92.185 6.353 +0.1435 +0.1602 +0.0667 other +172.917 0 91.511 5.710 +0.1219 +0.1385 +0.0369 other +173.029 0 90.511 5.603 +0.1042 +0.1216 +0.0142 other +173.152 0 117.805 46.841 +0.1162 +0.1042 +0.2164 other +173.297 0 118.651 14.720 +0.1023 +0.0883 +0.2012 other +173.402 0 118.155 13.062 +0.0545 +0.0377 +0.1673 other +173.526 0 117.543 8.471 +0.0335 +0.0153 +0.1549 other +173.654 0 116.959 12.668 +0.0058 -0.0150 +0.1296 other +173.798 0 117.234 13.382 -0.0076 -0.0303 +0.1199 other +173.899 0 117.545 10.403 -0.0121 -0.0345 +0.1179 other +174.020 0 41.213 93.829 -0.0551 -0.0861 -0.0917 other +174.154 0 42.882 9.450 +0.0523 +0.0252 +0.0333 other +174.299 0 48.047 13.525 +0.0258 -0.0187 +0.0577 other +174.425 0 61.286 17.364 -0.0324 -0.0704 -0.0083 other +174.522 0 78.443 31.411 -0.0184 -0.0510 +0.0022 other +174.660 0 82.140 25.581 -0.0666 -0.0992 -0.0381 other +174.798 0 46.518 57.405 -0.0227 -0.0055 -0.0208 other +174.900 0 53.549 10.085 -0.0534 -0.0360 -0.0890 other +175.028 0 56.480 9.634 -0.0127 -0.0032 -0.0339 other +175.158 0 56.829 13.423 +0.0614 +0.0536 +0.1235 other +175.303 0 55.632 10.858 +0.0740 +0.0678 +0.1189 other +175.420 0 55.431 13.217 +0.0749 +0.0747 +0.0864 other +175.519 0 55.351 5.338 +0.0885 +0.0889 +0.0975 other +175.656 0 53.455 44.551 -0.1269 -0.1159 -0.1673 other +175.797 0 52.958 12.362 -0.1257 -0.1136 -0.1600 other +175.900 0 50.691 12.053 -0.1467 -0.1341 -0.1961 other +176.023 0 45.747 16.916 -0.1143 -0.1035 -0.1647 other +176.154 0 39.811 20.731 -0.0925 -0.0761 -0.1102 other +176.298 0 39.114 10.614 -0.0830 -0.0667 -0.0999 other +176.398 0 38.857 8.600 -0.0686 -0.0500 -0.0890 other +176.521 0 39.029 3.644 -0.0664 -0.0477 -0.0894 other +176.657 2 65.586 44.202 +0.1620 +0.1819 +0.2053 other +176.799 0 47.018 45.593 +0.1136 +0.1277 +0.0804 other +176.908 0 47.147 1.466 +0.1169 +0.1311 +0.0828 other +177.021 0 47.186 0.734 +0.1185 +0.1328 +0.0844 other +177.162 0 47.273 1.057 +0.1216 +0.1358 +0.0880 other +177.298 0 47.441 1.216 +0.1253 +0.1395 +0.0948 other +177.398 0 47.505 0.773 +0.1266 +0.1408 +0.0971 other +177.526 0 47.577 0.469 +0.1265 +0.1406 +0.0972 other +177.658 0 47.682 0.742 +0.1249 +0.1390 +0.0952 other +177.797 0 48.067 2.158 +0.1230 +0.1367 +0.0952 other +177.928 0 49.487 5.365 +0.1216 +0.1330 +0.1080 other +178.025 0 51.340 5.949 +0.1209 +0.1275 +0.1243 other +178.159 0 52.881 4.351 +0.1119 +0.1160 +0.1318 other +178.304 0 55.416 6.490 +0.0944 +0.0921 +0.1395 other +178.425 0 58.395 6.522 +0.0705 +0.0620 +0.1414 other +178.526 0 61.871 6.585 +0.0533 +0.0401 +0.1414 other +178.662 0 64.701 4.963 +0.0416 +0.0260 +0.1397 other +178.797 0 69.406 9.268 +0.0382 +0.0209 +0.1386 other +178.897 0 75.067 9.446 +0.0399 +0.0208 +0.1379 other +179.024 0 78.966 8.892 +0.0171 -0.0051 +0.1286 other +179.157 0 86.197 10.235 +0.0071 -0.0154 +0.1189 other +179.301 0 92.812 9.755 +0.0249 +0.0032 +0.1285 other +179.426 0 98.379 7.312 +0.0481 +0.0265 +0.1530 other +179.528 0 102.611 6.028 +0.0669 +0.0461 +0.1745 other +179.665 0 105.061 4.540 +0.0835 +0.0633 +0.1896 other +179.799 0 108.130 5.377 +0.1001 +0.0796 +0.2081 other +179.897 0 124.381 73.190 +0.0205 +0.0099 +0.0494 other +180.024 0 123.684 18.897 +0.0133 +0.0009 +0.0489 other +180.161 0 121.956 20.946 +0.0092 -0.0007 +0.0341 other +180.298 0 155.392 57.112 +0.1507 +0.1229 +0.2918 other +180.399 0 171.787 17.756 +0.0400 -0.0000 +0.2673 other +180.525 0 171.296 3.095 +0.0204 -0.0210 +0.2399 other +#restart 180.557 +180.721 0 116.989 85.007 +0.3688 +0.3748 +0.4359 other +#check 180.721 stream=116.989 oneshot=119.747 delta=2.758 +180.955 0 116.244 11.204 +0.3686 +0.3753 +0.4394 other +181.004 0 114.589 11.387 +0.3563 +0.3640 +0.4346 other +181.021 0 119.747 15.007 +0.3652 +0.3704 +0.4317 other +181.132 0 119.029 10.093 +0.3588 +0.3657 +0.4248 other +181.268 0 120.639 8.174 +0.3573 +0.3636 +0.4211 other +181.402 0 115.889 11.057 +0.3482 +0.3561 +0.4156 other +181.501 0 116.780 11.655 +0.3595 +0.3662 +0.4221 other +181.633 0 111.393 11.433 +0.3546 +0.3634 +0.4171 other +181.765 0 106.401 6.815 +0.3508 +0.3607 +0.4099 other +181.898 0 107.235 12.625 +0.3596 +0.3689 +0.4081 other +181.998 0 103.751 10.892 +0.3476 +0.3592 +0.3863 other +182.133 0 103.298 10.158 +0.3396 +0.3517 +0.3679 other +182.264 0 107.194 11.372 +0.3402 +0.3512 +0.3703 other +182.400 0 120.785 17.233 +0.3583 +0.3648 +0.4022 other +182.499 0 131.232 14.165 +0.3665 +0.3688 +0.4052 other +182.634 0 139.223 13.091 +0.3630 +0.3624 +0.4098 other +182.766 0 153.375 19.727 +0.3589 +0.3546 +0.4162 other +182.898 0 166.058 17.218 +0.3387 +0.3289 +0.4079 other +183.001 0 175.022 13.949 +0.3203 +0.3081 +0.3977 other +183.134 0 184.208 10.020 +0.3048 +0.2914 +0.3803 other +183.266 0 192.666 14.928 +0.2863 +0.2723 +0.3492 other +183.400 0 195.091 13.985 +0.2503 +0.2361 +0.3223 other +183.499 0 194.915 12.497 +0.2178 +0.2023 +0.3036 other +183.637 0 204.740 15.535 +0.1975 +0.1845 +0.2765 other +183.797 0 227.145 25.939 +0.0634 +0.0501 +0.1342 other +183.904 0 236.596 9.300 +0.0324 +0.0272 +0.0590 other +184.001 0 248.970 12.305 +0.0304 +0.0283 +0.0443 other +184.135 0 246.316 2.649 +0.0375 +0.0342 +0.0611 other +184.268 0 239.424 6.744 +0.0617 +0.0528 +0.1023 other +184.404 0 226.692 12.621 +0.0863 +0.0678 +0.1580 other +184.499 0 198.742 27.849 +0.0905 +0.0667 +0.1818 other +184.634 0 161.085 37.496 +0.0879 +0.0628 +0.1838 other +184.795 0 89.043 71.748 +0.1035 +0.0772 +0.2048 other +184.902 0 67.944 21.127 +0.0927 +0.0656 +0.1993 other +185.002 0 61.871 9.749 +0.1174 +0.0916 +0.2483 other +185.135 0 61.602 15.575 +0.1830 +0.1670 +0.1881 other +185.272 0 247.116 184.601 +0.2130 +0.1988 +0.3263 other +185.398 0 239.384 7.770 +0.3037 +0.2882 +0.4527 other +185.501 0 234.625 4.756 +0.3281 +0.3112 +0.4926 other +185.636 0 229.054 5.571 +0.3472 +0.3297 +0.5238 other +185.769 0 213.404 15.518 +0.3680 +0.3469 +0.5592 other +185.868 0 195.536 18.040 +0.3615 +0.3379 +0.5680 other +186.006 0 183.235 12.860 +0.3276 +0.3029 +0.5373 other +186.135 0 168.202 17.368 +0.2666 +0.2393 +0.4804 other +186.300 0 155.458 16.042 +0.2080 +0.1786 +0.4070 other +186.368 0 136.771 19.924 +0.1578 +0.1278 +0.3303 other +186.505 0 130.221 8.366 +0.1384 +0.1078 +0.3013 other +186.636 0 131.219 9.429 +0.1434 +0.1131 +0.3029 other +186.768 0 131.991 6.442 +0.1531 +0.1224 +0.3088 other +186.897 0 132.833 10.207 +0.1482 +0.1212 +0.2945 other +186.999 0 133.302 7.292 +0.1520 +0.1260 +0.2927 other +187.136 0 132.594 5.492 +0.1513 +0.1243 +0.2910 other +187.297 0 132.527 11.228 +0.1633 +0.1344 +0.3005 other +187.396 0 132.684 10.011 +0.1497 +0.1243 +0.2822 other +187.503 0 133.320 6.653 +0.1523 +0.1281 +0.2835 other +187.638 0 134.358 8.698 +0.1656 +0.1397 +0.2975 other +187.799 0 133.058 5.267 +0.1543 +0.1295 +0.2847 other +187.896 0 133.750 11.681 +0.1493 +0.1268 +0.2791 other +187.999 0 134.667 9.550 +0.1511 +0.1283 +0.2833 other +188.137 0 134.521 9.268 +0.1446 +0.1245 +0.2726 other +188.271 1 135.003 8.922 +0.1436 +0.1222 +0.2740 other +188.397 0 135.651 7.553 +0.1437 +0.1219 +0.2733 other +188.499 1 135.063 10.196 +0.1362 +0.1176 +0.2604 other +188.639 0 135.277 8.910 +0.1359 +0.1155 +0.2624 other +188.799 0 135.714 10.704 +0.1319 +0.1118 +0.2574 other +188.895 0 136.629 9.937 +0.1289 +0.1104 +0.2537 other +189.005 0 137.623 5.697 +0.1298 +0.1117 +0.2548 other +189.138 0 137.185 4.656 +0.1247 +0.1069 +0.2495 other +189.271 0 137.898 10.902 +0.1153 +0.0993 +0.2457 other +189.399 0 138.030 5.098 +0.1115 +0.0955 +0.2404 other +189.505 0 137.567 9.041 +0.1040 +0.0872 +0.2361 other +189.638 0 137.604 9.338 +0.0980 +0.0807 +0.2315 other +189.796 0 139.952 12.426 +0.1042 +0.0897 +0.2330 other +189.898 0 139.220 6.257 +0.1003 +0.0857 +0.2212 other +190.007 1 138.243 13.160 +0.0878 +0.0719 +0.2096 other +190.139 0 138.690 11.274 +0.0905 +0.0765 +0.2088 other +190.297 1 138.689 14.537 +0.0794 +0.0639 +0.1960 other +190.396 0 139.505 13.246 +0.0766 +0.0626 +0.1962 other +190.508 0 139.997 5.684 +0.0735 +0.0597 +0.1923 other +190.639 0 139.238 9.628 +0.0678 +0.0530 +0.1840 other +190.798 0 140.454 12.138 +0.0696 +0.0562 +0.1854 other +190.898 0 140.020 9.293 +0.0633 +0.0502 +0.1814 other +191.011 0 140.509 6.095 +0.0618 +0.0491 +0.1824 other +191.142 0 140.492 10.873 +0.0538 +0.0416 +0.1772 other +191.298 0 140.410 9.177 +0.0511 +0.0381 +0.1698 other +191.399 0 141.324 13.024 +0.0461 +0.0350 +0.1675 other +191.508 0 134.780 12.851 +0.0266 +0.0136 +0.1481 other +191.640 0 134.653 8.537 +0.0277 +0.0150 +0.1482 other +191.773 0 134.942 10.972 +0.0281 +0.0165 +0.1477 other +191.900 0 135.193 6.051 +0.0297 +0.0181 +0.1496 other +192.000 0 135.170 7.202 +0.0332 +0.0215 +0.1468 other +192.141 0 135.246 10.146 +0.0389 +0.0269 +0.1414 other +192.274 0 141.734 15.331 +0.0617 +0.0523 +0.1504 other +192.405 0 141.640 7.994 +0.0637 +0.0546 +0.1460 other +192.498 0 141.161 12.981 +0.0747 +0.0664 +0.1516 other +192.640 0 131.881 12.038 +0.0750 +0.0666 +0.1473 other +192.778 0 88.974 42.989 +0.0771 +0.0683 +0.1519 other +192.899 0 67.416 22.487 +0.0861 +0.0776 +0.1388 other +193.012 0 46.472 21.070 +0.0824 +0.0727 +0.1248 other +193.141 0 26.465 20.048 +0.0825 +0.0863 +0.1219 other +193.241 0 4.422 21.935 +0.0079 +0.0100 +0.0037 other +193.374 0 254.871 249.050 +0.0256 +0.0250 +0.0344 other +193.502 0 212.486 42.086 +0.1124 +0.0931 +0.1456 other +193.642 0 185.183 27.182 +0.1200 +0.0965 +0.1552 other +193.742 0 129.724 55.542 +0.1241 +0.0990 +0.1569 other +193.898 0 101.502 28.518 +0.1245 +0.0993 +0.1584 other +194.008 0 62.599 39.324 +0.1215 +0.0977 +0.1554 other +194.142 0 24.710 38.619 +0.1168 +0.0940 +0.1559 other +194.244 0 10.474 15.418 +0.1004 +0.0785 +0.1405 other +194.400 0 10.375 1.617 +0.0990 +0.0768 +0.1380 other +194.509 0 10.270 2.296 +0.0982 +0.0765 +0.1372 other +194.642 0 10.194 2.271 +0.0961 +0.0760 +0.1370 other +194.742 0 10.106 2.480 +0.0935 +0.0754 +0.1412 other +194.876 0 10.052 1.325 +0.0908 +0.0729 +0.1406 other +194.999 0 9.997 2.079 +0.0864 +0.0676 +0.1380 other +195.151 0 9.972 0.793 +0.0855 +0.0661 +0.1372 other +195.244 0 9.893 2.653 +0.0790 +0.0596 +0.1318 other +195.398 0 9.861 1.570 +0.0774 +0.0597 +0.1298 other +195.510 0 9.798 2.723 +0.0796 +0.0644 +0.1311 other +195.647 0 9.740 2.349 +0.0810 +0.0668 +0.1297 other +195.744 0 9.698 1.127 +0.0806 +0.0663 +0.1297 other +195.878 0 9.647 2.225 +0.0758 +0.0608 +0.1300 other +196.011 0 9.591 2.265 +0.0679 +0.0528 +0.1280 other +196.144 0 9.527 1.830 +0.0666 +0.0535 +0.1316 other +196.244 0 9.470 1.778 +0.0700 +0.0597 +0.1362 other +196.398 0 9.450 0.723 +0.0697 +0.0602 +0.1357 other +196.499 0 9.401 1.959 +0.0685 +0.0597 +0.1331 other +196.646 0 9.354 1.391 +0.0661 +0.0567 +0.1304 other +196.746 0 9.273 2.637 +0.0596 +0.0495 +0.1254 other +196.898 0 9.241 1.559 +0.0600 +0.0502 +0.1269 other +197.015 0 9.181 2.345 +0.0601 +0.0524 +0.1272 other +197.145 0 9.150 1.495 +0.0595 +0.0536 +0.1261 other +197.245 0 9.063 2.226 +0.0592 +0.0548 +0.1288 other +197.378 0 9.035 1.390 +0.0594 +0.0551 +0.1286 other +197.512 0 8.966 2.082 +0.0595 +0.0551 +0.1264 other +197.645 0 8.915 1.828 +0.0617 +0.0580 +0.1270 other +197.747 0 8.871 1.863 +0.0630 +0.0613 +0.1283 other +197.898 0 8.838 1.241 +0.0632 +0.0627 +0.1277 other +198.016 0 8.772 1.791 +0.0580 +0.0587 +0.1237 other +198.146 0 8.716 1.833 +0.0527 +0.0535 +0.1177 other +198.246 0 8.646 2.601 +0.0482 +0.0499 +0.1160 other +198.397 0 8.610 1.461 +0.0498 +0.0516 +0.1184 other +198.515 0 8.551 2.259 +0.0506 +0.0529 +0.1206 other +198.652 0 8.489 2.099 +0.0472 +0.0500 +0.1205 other +198.749 0 8.446 2.410 +0.0415 +0.0446 +0.1177 other +198.897 0 8.411 1.519 +0.0383 +0.0415 +0.1152 other +199.015 0 8.355 1.649 +0.0434 +0.0472 +0.1210 other +199.147 0 8.295 1.502 +0.0519 +0.0559 +0.1273 other +199.247 0 7.903 2.045 +0.0602 +0.0638 +0.1358 other +199.401 0 6.994 1.328 +0.0566 +0.0594 +0.1356 other +199.500 0 5.290 2.072 +0.0434 +0.0452 +0.1254 other +199.649 0 4.388 1.132 +0.0386 +0.0400 +0.1198 other +199.750 0 2.684 2.046 +0.0338 +0.0351 +0.1055 other +199.896 0 1.899 0.803 +0.0262 +0.0276 +0.0864 other +200.015 0 0.583 1.376 -0.0195 -0.0189 -0.0209 other +200.148 0 0.070 0.525 -0.0256 -0.0250 -0.0344 other +200.248 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +200.382 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +200.515 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +200.649 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +200.749 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +#check 200.749 stream=0.070 oneshot=0.070 delta=0.000 +200.927 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.016 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.152 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.249 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.385 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.519 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +201.617 1 37.337 37.042 +0.6023 +0.6198 +0.5604 other +201.758 104 45.822 18.383 +0.5630 +0.5852 +0.4971 other +201.888 53 45.519 25.193 +0.8761 +0.8983 +0.5409 title_noplate +202.017 0 38.232 7.251 +0.8467 +0.8678 +0.4949 title_noplate +202.118 0 38.705 12.064 +0.7789 +0.8001 +0.4036 title_noplate +202.252 0 39.809 2.301 +0.7785 +0.8000 +0.3880 title_noplate +202.397 0 54.334 14.587 +0.7760 +0.8004 +0.4257 title_noplate +202.502 0 52.236 3.843 +0.8070 +0.8313 +0.4356 title_noplate +202.627 0 53.113 3.495 +0.8418 +0.8665 +0.4600 title_noplate +202.751 0 53.997 3.006 +0.8681 +0.8930 +0.4799 title_noplate +202.898 0 55.343 5.189 +0.9050 +0.9303 +0.5104 title_noplate +203.028 7 56.313 4.174 +0.9260 +0.9513 +0.5320 title_noplate +203.123 110 59.124 7.024 +0.9424 +0.9672 +0.5619 title_noplate +203.260 154 60.258 1.995 +0.9434 +0.9679 +0.5678 title_noplate +203.615 154 60.258 0.001 +0.9434 +0.9679 +0.5678 title_noplate +203.629 154 60.258 0.001 +0.9434 +0.9679 +0.5678 title_noplate +203.646 154 60.259 0.003 +0.9434 +0.9679 +0.5678 title_noplate +203.757 154 60.411 0.154 +0.9475 +0.9722 +0.5677 title_noplate +203.906 154 60.757 0.356 +0.9531 +0.9779 +0.5653 title_noplate +204.029 154 60.995 0.246 +0.9538 +0.9787 +0.5618 title_noplate +204.122 154 61.085 0.099 +0.9535 +0.9783 +0.5603 title_noplate +204.257 154 61.090 0.010 +0.9535 +0.9784 +0.5603 title_noplate +204.398 154 61.100 0.018 +0.9535 +0.9784 +0.5602 title_noplate +204.498 154 61.107 0.012 +0.9535 +0.9784 +0.5602 title_noplate +204.626 154 61.113 0.010 +0.9535 +0.9784 +0.5602 title_noplate +204.753 154 61.129 0.024 +0.9534 +0.9784 +0.5602 title_noplate +204.898 154 61.148 0.026 +0.9534 +0.9784 +0.5601 title_noplate +205.021 154 61.165 0.020 +0.9533 +0.9784 +0.5600 title_noplate +205.123 154 61.621 0.458 +0.9645 +0.9767 +0.5635 title_noplate +205.254 154 62.385 0.755 +0.9763 +0.9668 +0.5655 title_plate +205.398 638 62.918 0.527 +0.9793 +0.9550 +0.5639 title_plate +205.737 781 63.119 0.195 +0.9794 +0.9510 +0.5633 title_plate +205.751 927 63.297 0.169 +0.9793 +0.9484 +0.5635 title_plate +205.765 1332 63.693 0.379 +0.9782 +0.9430 +0.5640 title_plate +205.901 1443 63.908 0.208 +0.9772 +0.9399 +0.5642 title_plate +205.997 1497 64.133 0.219 +0.9758 +0.9365 +0.5643 title_plate +206.124 1517 64.200 0.068 +0.9754 +0.9356 +0.5643 title_plate +206.259 1520 64.239 0.050 +0.9753 +0.9354 +0.5642 title_plate +206.405 1520 64.266 0.041 +0.9753 +0.9354 +0.5641 title_plate +206.504 1499 64.244 0.094 +0.9758 +0.9363 +0.5641 title_plate +206.624 1480 64.189 0.105 +0.9763 +0.9376 +0.5640 title_plate +206.758 1443 64.062 0.193 +0.9773 +0.9401 +0.5638 title_plate +206.896 1332 63.909 0.229 +0.9783 +0.9430 +0.5635 title_plate +207.000 1214 63.854 0.085 +0.9785 +0.9440 +0.5633 title_plate +207.125 977 63.728 0.181 +0.9790 +0.9461 +0.5630 title_plate +207.257 914 63.585 0.207 +0.9792 +0.9484 +0.5627 title_plate +207.402 740 63.402 0.273 +0.9792 +0.9518 +0.5624 title_plate +207.528 714 63.386 0.080 +0.9792 +0.9522 +0.5624 title_plate +207.622 714 63.401 0.058 +0.9792 +0.9522 +0.5625 title_plate +207.760 758 63.476 0.118 +0.9792 +0.9510 +0.5626 title_plate +207.898 927 63.674 0.225 +0.9791 +0.9479 +0.5629 title_plate +208.025 997 63.879 0.226 +0.9787 +0.9450 +0.5634 title_plate +208.124 1418 64.126 0.270 +0.9778 +0.9413 +0.5639 title_plate +208.297 1470 64.368 0.265 +0.9765 +0.9375 +0.5642 title_plate +208.401 1520 64.531 0.221 +0.9754 +0.9349 +0.5645 title_plate +208.503 1520 64.535 0.036 +0.9754 +0.9350 +0.5646 title_plate +208.627 1517 64.524 0.066 +0.9756 +0.9353 +0.5647 title_plate +208.757 1497 64.474 0.097 +0.9761 +0.9362 +0.5648 title_plate +208.899 1447 64.321 0.207 +0.9773 +0.9389 +0.5648 title_plate +209.025 1402 64.136 0.243 +0.9784 +0.9420 +0.5647 title_plate +209.130 1004 63.918 0.279 +0.9794 +0.9454 +0.5645 title_plate +209.258 977 63.850 0.088 +0.9796 +0.9464 +0.5644 title_plate +209.400 838 63.608 0.311 +0.9801 +0.9501 +0.5641 title_plate +209.530 771 63.511 0.116 +0.9802 +0.9518 +0.5640 title_plate +209.628 714 63.432 0.131 +0.9802 +0.9532 +0.5640 title_plate +209.758 714 63.429 0.041 +0.9803 +0.9533 +0.5640 title_plate +209.899 714 63.416 0.079 +0.9805 +0.9535 +0.5640 title_plate +210.002 753 63.461 0.076 +0.9806 +0.9528 +0.5639 title_plate +210.126 809 63.532 0.103 +0.9806 +0.9516 +0.5640 title_plate +210.261 979 63.815 0.331 +0.9804 +0.9474 +0.5644 title_plate +210.401 1440 64.156 0.398 +0.9791 +0.9421 +0.5649 title_plate +210.501 1454 64.269 0.130 +0.9784 +0.9402 +0.5649 title_plate +#restart 210.801 +211.009 0 26.626 39.044 +0.8667 +0.8261 +0.4949 title_plate +211.031 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.170 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.298 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.401 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.535 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.665 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.765 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +211.906 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.036 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.196 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.270 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.402 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.534 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +212.669 823 43.529 18.703 +0.9572 +0.9134 +0.5379 title_plate +212.797 1520 64.281 21.134 +0.9774 +0.9376 +0.5648 title_plate +212.900 178 61.478 2.758 +0.9722 +0.9602 +0.5852 title_plate +213.035 284 56.670 4.814 +0.8946 +0.9176 +0.5924 title_noplate +213.169 393 51.819 5.522 +0.8665 +0.8891 +0.6301 title_noplate +213.267 0 39.318 12.802 +0.7352 +0.7549 +0.6179 title_noplate +213.402 0 0.070 39.247 -0.0256 -0.0250 -0.0344 other +213.534 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.698 0 6.987 6.968 +0.6492 +0.6662 +0.4279 other +213.775 0 10.382 3.431 +0.7744 +0.7945 +0.5179 title_noplate +213.903 0 10.594 0.207 +0.7603 +0.7773 +0.5227 title_noplate +214.039 0 12.672 2.343 +0.7245 +0.7319 +0.6782 title_noplate +214.197 0 20.871 8.172 +0.6573 +0.6519 +0.8423 menu +214.514 0 25.752 5.073 +0.5757 +0.5687 +0.8909 menu +214.529 0 25.887 0.314 +0.5686 +0.5619 +0.9049 menu +214.546 0 25.905 0.021 +0.5680 +0.5612 +0.9064 menu +214.702 327 26.078 0.187 +0.5568 +0.5502 +0.9123 menu +214.769 327 26.077 0.008 +0.5570 +0.5504 +0.9126 menu +214.908 327 26.078 0.021 +0.5571 +0.5505 +0.9128 menu +215.037 327 26.078 0.009 +0.5571 +0.5505 +0.9127 menu +215.202 327 26.080 0.026 +0.5571 +0.5505 +0.9129 menu +215.298 327 26.083 0.027 +0.5571 +0.5505 +0.9130 menu +215.405 327 26.084 0.019 +0.5572 +0.5506 +0.9132 menu +215.538 327 26.087 0.025 +0.5570 +0.5505 +0.9132 menu +215.703 327 26.092 0.028 +0.5571 +0.5506 +0.9132 menu +215.800 327 26.100 0.042 +0.5571 +0.5506 +0.9131 menu +215.907 327 26.103 0.011 +0.5569 +0.5505 +0.9129 menu +216.040 327 26.111 0.031 +0.5566 +0.5502 +0.9125 menu +216.138 327 26.118 0.021 +0.5564 +0.5501 +0.9122 menu +216.298 327 26.125 0.024 +0.5566 +0.5503 +0.9123 menu +216.404 327 26.137 0.038 +0.5566 +0.5505 +0.9120 menu +216.540 327 26.143 0.023 +0.5567 +0.5506 +0.9121 menu +216.640 327 26.155 0.033 +0.5568 +0.5507 +0.9121 menu +216.798 327 26.165 0.027 +0.5567 +0.5507 +0.9120 menu +216.908 327 26.183 0.040 +0.5562 +0.5503 +0.9116 menu +217.042 327 26.190 0.012 +0.5561 +0.5503 +0.9116 menu +217.145 327 26.210 0.039 +0.5559 +0.5501 +0.9114 menu +217.297 327 26.221 0.022 +0.5560 +0.5502 +0.9114 menu +217.406 327 26.241 0.042 +0.5559 +0.5502 +0.9114 menu +217.540 327 26.253 0.032 +0.5559 +0.5502 +0.9114 menu +217.641 327 26.271 0.044 +0.5559 +0.5502 +0.9118 menu +217.799 327 26.291 0.062 +0.5559 +0.5502 +0.9119 menu +217.907 327 26.305 0.040 +0.5558 +0.5501 +0.9120 menu +218.040 327 26.319 0.040 +0.5558 +0.5501 +0.9119 menu +218.139 327 26.335 0.054 +0.5558 +0.5500 +0.9118 menu +218.298 327 26.349 0.033 +0.5556 +0.5498 +0.9117 menu +218.405 327 26.367 0.056 +0.5551 +0.5493 +0.9112 menu +218.541 327 26.374 0.019 +0.5550 +0.5491 +0.9111 menu +218.640 327 26.389 0.052 +0.5552 +0.5493 +0.9112 menu +218.797 327 26.397 0.029 +0.5553 +0.5493 +0.9111 menu +218.907 327 26.409 0.059 +0.5554 +0.5494 +0.9111 menu +219.043 327 26.419 0.041 +0.5554 +0.5494 +0.9112 menu +219.141 327 26.431 0.058 +0.5554 +0.5493 +0.9113 menu +219.301 327 26.442 0.055 +0.5551 +0.5489 +0.9111 menu +219.410 327 26.447 0.032 +0.5550 +0.5488 +0.9110 menu +219.546 327 26.453 0.044 +0.5550 +0.5487 +0.9111 menu +219.641 327 26.461 0.039 +0.5550 +0.5487 +0.9112 menu +219.800 327 26.465 0.017 +0.5551 +0.5487 +0.9113 menu +219.907 327 26.478 0.063 +0.5550 +0.5486 +0.9112 menu +220.042 327 26.487 0.057 +0.5551 +0.5486 +0.9116 menu +220.143 327 26.491 0.057 +0.5552 +0.5487 +0.9118 menu +220.302 327 26.495 0.043 +0.5551 +0.5487 +0.9118 menu +220.407 327 26.500 0.082 +0.5554 +0.5489 +0.9120 menu +220.542 327 26.501 0.027 +0.5554 +0.5489 +0.9119 menu +220.642 327 26.502 0.060 +0.5555 +0.5490 +0.9120 menu +220.799 327 26.503 0.032 +0.5554 +0.5490 +0.9119 menu +#check 220.799 stream=26.503 oneshot=26.502 delta=0.001 +221.026 327 26.503 0.073 +0.5553 +0.5489 +0.9116 menu +221.045 327 26.501 0.041 +0.5555 +0.5491 +0.9117 menu +221.143 327 26.501 0.060 +0.5558 +0.5495 +0.9117 menu +221.300 327 26.499 0.040 +0.5560 +0.5498 +0.9116 menu +221.401 327 26.495 0.079 +0.5563 +0.5502 +0.9117 menu +221.543 327 26.490 0.058 +0.5564 +0.5503 +0.9117 menu +221.643 327 26.486 0.047 +0.5562 +0.5503 +0.9113 menu +221.799 327 26.480 0.032 +0.5561 +0.5502 +0.9111 menu +221.910 327 26.470 0.057 +0.5561 +0.5504 +0.9108 menu +222.043 327 26.459 0.049 +0.5563 +0.5506 +0.9107 menu +222.143 327 26.447 0.051 +0.5564 +0.5507 +0.9103 menu +222.304 327 26.445 0.025 +0.5563 +0.5507 +0.9101 menu +222.601 327 26.438 0.039 +0.5564 +0.5509 +0.9101 menu +222.617 327 26.436 0.009 +0.5564 +0.5508 +0.9100 menu +222.645 0 16.228 9.897 +0.6742 +0.6788 +0.8165 menu +222.799 0 14.249 1.920 +0.6947 +0.7024 +0.7549 menu +222.905 0 3.268 10.972 +0.2952 +0.3027 +0.2439 other +223.043 0 0.070 3.202 -0.0256 -0.0250 -0.0344 other +223.144 361 41.004 40.969 +0.5370 +0.5582 +0.5225 other +223.296 107 45.743 17.302 +0.5630 +0.5852 +0.4971 other +223.411 57 46.778 24.643 +0.8576 +0.8809 +0.5476 title_noplate +#summary frames=1783 elapsed=223.7 fps=7.97 requested=8 +#event title_static 203.296 +#event plate 205.409 +#event pressA 210.801 +#event menu 214.214 +#event pressB 222.599 +#event back_title 223.434 diff --git a/docs/re/data/plate-timing-run2.tsv b/docs/re/data/plate-timing-run2.tsv new file mode 100644 index 00000000..600b0a38 --- /dev/null +++ b/docs/re/data/plate-timing-run2.tsv @@ -0,0 +1,1912 @@ +#t glyph mean motion title_plate title_noplate menu label +0.142 0 5.642 -1.000 +0.1478 +0.1299 +0.1741 other +0.259 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.325 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.423 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.557 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.691 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.825 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +0.925 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.059 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.191 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.326 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.424 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.560 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.720 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.825 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +1.925 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.058 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.192 0 4.608 1.094 +0.1444 +0.1265 +0.1702 other +2.327 0 1.362 3.445 +0.1021 +0.0873 +0.1207 other +2.428 0 0.122 1.311 -0.0172 -0.0175 -0.0244 other +2.560 0 0.070 0.056 -0.0256 -0.0250 -0.0344 other +2.692 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +2.826 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +2.925 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +3.060 0 0.157 0.088 -0.0069 -0.0058 -0.0128 other +3.199 0 0.535 0.362 +0.0614 +0.0647 +0.0721 other +3.295 0 0.944 0.381 +0.1086 +0.1132 +0.1314 other +3.424 0 1.372 0.401 +0.1367 +0.1421 +0.1669 other +3.560 0 1.856 0.460 +0.1538 +0.1596 +0.1884 other +3.704 0 2.847 0.951 +0.1724 +0.1786 +0.2101 other +3.831 0 3.087 0.238 +0.1750 +0.1813 +0.2131 other +3.928 0 3.885 0.779 +0.1820 +0.1885 +0.2203 other +4.061 0 4.433 0.534 +0.1856 +0.1922 +0.2238 other +4.194 0 5.256 0.802 +0.1900 +0.1967 +0.2273 other +4.323 0 6.390 1.113 +0.1948 +0.2016 +0.2311 other +4.428 0 6.956 0.570 +0.1970 +0.2039 +0.2332 other +4.561 0 7.267 0.346 +0.1986 +0.2054 +0.2345 other +4.719 0 7.327 0.237 +0.1995 +0.2065 +0.2351 other +4.824 0 7.371 0.217 +0.2001 +0.2071 +0.2352 other +4.929 0 7.399 0.160 +0.2008 +0.2078 +0.2350 other +5.064 0 7.430 0.157 +0.2016 +0.2086 +0.2350 other +5.221 0 7.490 0.288 +0.2031 +0.2102 +0.2353 other +5.296 0 7.535 0.238 +0.2043 +0.2114 +0.2356 other +5.429 0 7.562 0.179 +0.2048 +0.2119 +0.2357 other +5.562 0 7.609 0.257 +0.2054 +0.2125 +0.2357 other +5.698 0 7.653 0.215 +0.2062 +0.2133 +0.2359 other +5.795 0 7.684 0.132 +0.2067 +0.2138 +0.2358 other +5.931 0 7.728 0.181 +0.2074 +0.2145 +0.2353 other +6.062 0 7.759 0.157 +0.2077 +0.2148 +0.2346 other +6.196 0 7.823 0.313 +0.2080 +0.2152 +0.2331 other +6.325 0 7.852 0.167 +0.2082 +0.2154 +0.2323 other +6.431 0 7.884 0.181 +0.2089 +0.2162 +0.2321 other +6.563 0 7.913 0.175 +0.2095 +0.2167 +0.2321 other +6.698 0 7.976 0.360 +0.2104 +0.2177 +0.2316 other +6.819 0 8.025 0.250 +0.2108 +0.2181 +0.2307 other +6.930 0 8.052 0.167 +0.2111 +0.2184 +0.2300 other +7.067 0 8.095 0.254 +0.2118 +0.2192 +0.2287 other +7.220 0 8.145 0.263 +0.2124 +0.2198 +0.2273 other +7.297 0 8.191 0.264 +0.2127 +0.2201 +0.2260 other +7.432 0 8.233 0.244 +0.2128 +0.2202 +0.2252 other +7.564 0 8.263 0.137 +0.2135 +0.2209 +0.2253 other +7.722 0 8.328 0.299 +0.2148 +0.2222 +0.2255 other +7.823 0 8.379 0.223 +0.2157 +0.2231 +0.2253 other +7.931 0 8.406 0.175 +0.2158 +0.2232 +0.2242 other +8.068 0 8.455 0.245 +0.2156 +0.2231 +0.2226 other +8.222 0 8.502 0.212 +0.2152 +0.2227 +0.2210 other +8.298 0 8.553 0.206 +0.2154 +0.2229 +0.2199 other +8.433 0 8.584 0.169 +0.2160 +0.2235 +0.2201 other +8.565 0 8.614 0.157 +0.2163 +0.2239 +0.2201 other +8.722 0 7.770 0.967 +0.2154 +0.2229 +0.2185 other +8.822 0 6.747 1.097 +0.2136 +0.2211 +0.2167 other +8.936 0 6.123 0.689 +0.2119 +0.2194 +0.2144 other +9.066 0 5.117 1.086 +0.2078 +0.2152 +0.2091 other +9.222 0 4.141 1.052 +0.2027 +0.2100 +0.2025 other +9.323 0 2.866 1.364 +0.1904 +0.1975 +0.1881 other +9.422 0 2.234 0.666 +0.1796 +0.1865 +0.1761 other +9.566 0 1.629 0.643 +0.1611 +0.1675 +0.1565 other +9.725 0 0.544 1.134 +0.0639 +0.0675 +0.0551 other +9.822 0 0.217 0.347 +0.0044 +0.0060 -0.0050 other +9.935 0 0.070 0.150 -0.0256 -0.0250 -0.0344 other +10.066 0 21.977 21.851 -0.0691 -0.0569 -0.1460 other +10.179 0 103.285 80.891 -0.0518 -0.0336 -0.1500 other +10.327 0 103.285 0.000 -0.0518 -0.0336 -0.1500 other +10.430 0 124.480 21.077 -0.0482 -0.0294 -0.1469 other +10.567 0 146.371 21.777 -0.0429 -0.0240 -0.1432 other +10.723 0 169.839 23.370 -0.0397 -0.0204 -0.1415 other +10.823 0 193.833 23.816 -0.0353 -0.0156 -0.1375 other +10.925 0 196.146 2.405 -0.0318 -0.0115 -0.1372 other +11.069 0 197.035 1.074 -0.0310 -0.0103 -0.1384 other +11.221 0 198.454 1.529 -0.0307 -0.0097 -0.1393 other +11.324 0 195.546 4.345 -0.0069 +0.0194 -0.1175 other +11.422 0 190.211 8.359 -0.0161 +0.0191 -0.2381 other +11.568 0 182.479 10.914 -0.1111 -0.0898 -0.2733 other +11.720 0 159.162 27.215 +0.0487 +0.0779 -0.1450 other +11.825 0 134.992 59.095 -0.1854 -0.1792 -0.1944 other +11.935 0 157.075 42.308 +0.0005 -0.0113 +0.0022 other +12.068 0 194.438 45.067 +0.0347 +0.0500 -0.0356 other +12.222 0 198.005 7.958 -0.0422 -0.0211 -0.1566 other +12.322 0 197.918 0.435 -0.0439 -0.0228 -0.1588 other +12.423 0 197.875 0.307 -0.0449 -0.0238 -0.1601 other +12.569 0 93.439 104.122 +0.1179 +0.1456 -0.0077 other +12.669 0 93.260 3.856 +0.1106 +0.1382 -0.0160 other +12.804 0 93.227 2.964 +0.1075 +0.1343 -0.0214 other +12.924 0 93.201 3.254 +0.1027 +0.1296 -0.0277 other +13.069 0 93.119 3.516 +0.0970 +0.1232 -0.0348 other +13.184 0 92.903 6.500 +0.0824 +0.1077 -0.0540 other +13.324 0 92.817 2.510 +0.0787 +0.1038 -0.0599 other +13.423 0 92.700 2.673 +0.0749 +0.1000 -0.0659 other +13.570 0 92.358 6.537 +0.0658 +0.0913 -0.0827 other +13.670 0 91.308 8.804 +0.0630 +0.0878 -0.1012 other +13.820 0 90.898 5.306 +0.0580 +0.0822 -0.1083 other +13.926 0 90.486 7.582 +0.0456 +0.0690 -0.1193 other +14.070 0 90.311 3.262 +0.0421 +0.0658 -0.1207 other +14.170 0 89.413 9.671 +0.0406 +0.0639 -0.1213 other +14.322 0 89.004 6.127 +0.0446 +0.0679 -0.1210 other +14.424 0 88.575 6.240 +0.0481 +0.0722 -0.1202 other +14.571 0 87.727 8.632 +0.0480 +0.0723 -0.1171 other +14.671 0 86.503 11.051 +0.0397 +0.0624 -0.1090 other +14.823 0 85.911 6.768 +0.0362 +0.0575 -0.1014 other +14.925 0 85.261 9.187 +0.0294 +0.0472 -0.0860 other +15.071 0 85.029 4.421 +0.0316 +0.0472 -0.0777 other +15.172 0 84.084 12.416 +0.0361 +0.0475 -0.0406 other +15.322 0 83.516 8.106 +0.0388 +0.0504 -0.0252 other +15.423 0 82.865 8.419 +0.0454 +0.0577 -0.0084 other +15.576 0 82.124 8.661 +0.0479 +0.0620 +0.0089 other +15.672 0 81.087 11.628 +0.0639 +0.0737 +0.0390 other +15.820 0 80.150 12.197 +0.0749 +0.0868 +0.0696 other +15.940 0 79.544 9.772 +0.0814 +0.0937 +0.0938 other +16.073 0 78.573 12.967 +0.0982 +0.1120 +0.1278 other +16.173 0 77.721 13.137 +0.1215 +0.1384 +0.1580 other +16.320 0 77.202 10.462 +0.1402 +0.1574 +0.1834 other +16.441 0 76.810 13.840 +0.1717 +0.1857 +0.2256 other +16.574 0 76.900 14.314 +0.2016 +0.2148 +0.2474 other +16.673 0 77.497 14.394 +0.2143 +0.2327 +0.2731 other +16.822 0 78.080 11.461 +0.2226 +0.2392 +0.2803 other +16.945 0 79.079 14.555 +0.2374 +0.2521 +0.2896 other +17.076 0 80.678 15.368 +0.2407 +0.2586 +0.2867 other +17.177 0 81.712 15.610 +0.2500 +0.2610 +0.2808 other +17.322 0 82.247 12.619 +0.2514 +0.2602 +0.2754 other +17.422 0 82.751 12.509 +0.2507 +0.2598 +0.2723 other +17.578 0 83.404 12.690 +0.2487 +0.2578 +0.2653 other +17.678 0 84.634 18.674 +0.2448 +0.2477 +0.2558 other +17.849 0 85.312 15.681 +0.2421 +0.2390 +0.2498 other +17.966 0 85.463 7.215 +0.2408 +0.2354 +0.2497 other +18.075 0 85.463 0.000 +0.2408 +0.2354 +0.2497 other +18.223 0 85.629 6.880 +0.2374 +0.2299 +0.2469 other +18.353 0 85.747 6.838 +0.2331 +0.2236 +0.2445 other +18.461 0 85.901 6.810 +0.2278 +0.2167 +0.2430 other +18.641 0 85.901 0.000 +0.2278 +0.2167 +0.2430 other +18.723 0 85.998 6.345 +0.2222 +0.2092 +0.2417 other +18.823 0 85.998 0.000 +0.2222 +0.2092 +0.2417 other +18.949 0 86.156 6.285 +0.2170 +0.2024 +0.2406 other +19.045 0 86.496 13.712 +0.2046 +0.1886 +0.2411 other +19.180 0 86.624 9.327 +0.1998 +0.1848 +0.2412 other +19.324 0 86.718 8.711 +0.1947 +0.1796 +0.2413 other +19.448 0 114.102 74.839 -0.0570 -0.0553 -0.0788 other +19.578 0 114.046 12.868 -0.0615 -0.0593 -0.0857 other +19.682 0 114.169 10.089 -0.0618 -0.0597 -0.0846 other +19.822 0 114.080 11.461 -0.0590 -0.0559 -0.0812 other +19.924 0 113.858 11.976 -0.0513 -0.0461 -0.0720 other +20.078 0 113.495 11.958 -0.0469 -0.0405 -0.0642 other +#check 20.078 stream=113.495 oneshot=113.298 delta=0.196 +20.289 0 113.133 21.216 -0.0489 -0.0475 -0.0560 other +20.333 0 113.298 15.119 -0.0417 -0.0421 -0.0491 other +20.423 0 113.739 14.640 -0.0338 -0.0352 -0.0409 other +20.578 0 114.002 8.474 -0.0339 -0.0356 -0.0360 other +20.678 0 114.406 17.054 -0.0418 -0.0428 -0.0310 other +20.824 0 114.431 10.582 -0.0412 -0.0403 -0.0270 other +20.925 0 114.682 10.406 -0.0389 -0.0373 -0.0228 other +21.045 0 114.818 9.963 -0.0282 -0.0257 -0.0167 other +21.182 0 115.394 13.331 -0.0124 -0.0101 -0.0146 other +21.322 0 115.958 11.073 -0.0068 -0.0039 -0.0184 other +21.424 0 116.317 14.698 -0.0082 -0.0072 -0.0228 other +21.546 0 116.385 16.938 -0.0126 -0.0128 -0.0285 other +21.680 0 116.244 25.295 -0.0346 -0.0358 -0.0596 other +21.822 0 116.400 16.559 -0.0454 -0.0465 -0.0711 other +21.936 0 116.385 8.579 -0.0412 -0.0404 -0.0689 other +22.073 0 116.409 9.346 -0.0394 -0.0368 -0.0673 other +22.226 0 116.204 6.057 -0.0370 -0.0338 -0.0654 other +22.325 0 115.949 6.226 -0.0327 -0.0289 -0.0616 other +22.455 0 115.764 6.053 -0.0277 -0.0236 -0.0560 other +22.555 0 115.905 9.574 -0.0172 -0.0145 -0.0446 other +22.723 0 116.136 5.171 -0.0113 -0.0085 -0.0364 other +22.823 0 116.436 4.766 -0.0033 +0.0001 -0.0246 other +22.946 0 116.796 4.437 +0.0036 +0.0076 -0.0150 other +23.053 0 117.990 13.675 +0.0092 +0.0126 -0.0081 other +23.181 0 118.806 13.640 +0.0103 +0.0138 -0.0068 other +23.323 0 119.538 17.784 -0.0004 +0.0015 -0.0117 other +23.427 0 119.816 9.418 -0.0063 -0.0058 -0.0188 other +23.553 0 120.209 9.682 -0.0088 -0.0088 -0.0219 other +23.681 0 120.662 13.252 -0.0052 -0.0039 -0.0235 other +23.824 0 120.844 14.038 +0.0034 +0.0071 -0.0249 other +23.953 0 121.051 11.005 +0.0082 +0.0126 -0.0263 other +24.056 0 121.257 18.536 +0.0062 +0.0118 -0.0333 other +24.189 0 121.003 14.480 -0.0052 -0.0001 -0.0465 other +24.323 0 120.614 20.779 -0.0219 -0.0164 -0.0684 other +24.423 0 120.411 13.064 -0.0236 -0.0170 -0.0707 other +24.554 0 112.114 16.134 -0.0223 -0.0160 -0.0740 other +24.686 0 89.964 27.479 -0.0123 -0.0074 -0.0679 other +24.825 0 67.692 25.830 -0.0005 +0.0044 -0.0539 other +24.925 0 47.241 23.230 +0.0016 +0.0077 -0.0449 other +25.050 0 33.728 14.811 -0.0032 +0.0036 -0.0418 other +25.186 0 14.791 19.401 -0.0114 -0.0079 -0.0358 other +25.325 0 2.351 12.482 -0.0217 -0.0211 -0.0377 other +25.433 0 0.070 2.302 -0.0256 -0.0250 -0.0344 other +25.553 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.685 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.823 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.953 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.054 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.185 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.322 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.422 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.556 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.688 0 2.376 2.309 -0.0419 -0.0390 -0.0853 other +26.824 0 7.064 4.688 -0.0802 -0.0727 -0.1901 other +26.953 0 11.929 4.835 -0.0907 -0.0818 -0.2290 other +27.072 0 19.969 7.995 -0.1000 -0.0896 -0.2537 other +27.221 0 23.021 3.088 -0.1028 -0.0922 -0.2591 other +27.325 0 25.781 2.828 -0.1062 -0.0955 -0.2640 other +27.423 0 31.814 6.174 -0.1133 -0.1022 -0.2740 other +27.552 0 35.146 3.477 -0.1176 -0.1068 -0.2791 other +27.725 0 44.309 9.701 -0.1298 -0.1189 -0.2931 other +27.826 0 50.244 6.602 -0.1384 -0.1273 -0.3009 other +27.924 0 57.030 7.699 -0.1491 -0.1380 -0.3113 other +28.054 0 63.080 7.525 -0.1582 -0.1467 -0.3195 other +28.185 0 73.063 11.639 -0.1724 -0.1601 -0.3298 other +28.324 0 82.458 13.226 -0.1798 -0.1692 -0.3338 other +28.453 0 81.842 9.192 -0.1811 -0.1715 -0.3340 other +28.555 0 80.296 13.503 -0.1874 -0.1767 -0.3377 other +28.685 0 79.411 7.227 -0.1941 -0.1827 -0.3427 other +28.824 0 77.388 12.285 -0.2078 -0.1961 -0.3543 other +28.922 0 75.749 12.531 -0.2196 -0.2076 -0.3673 other +29.056 0 75.091 7.322 -0.2247 -0.2125 -0.3689 other +29.187 0 73.821 15.271 -0.2182 -0.2069 -0.3535 other +29.327 0 73.015 13.419 -0.2142 -0.2059 -0.3403 other +29.422 0 72.393 12.777 -0.2069 -0.2010 -0.3271 other +29.558 0 72.084 12.826 -0.1982 -0.1938 -0.3141 other +29.687 0 128.485 77.146 +0.1136 +0.1349 -0.0073 other +29.831 0 128.608 2.292 +0.1183 +0.1398 -0.0013 other +29.922 0 128.698 2.879 +0.1227 +0.1442 +0.0032 other +30.054 0 128.691 1.309 +0.1232 +0.1446 +0.0036 other +#restart 30.068 +30.234 0 128.150 4.482 +0.1171 +0.1383 -0.0054 other +30.319 0 128.150 0.000 +0.1171 +0.1383 -0.0054 other +30.421 0 127.810 2.377 +0.1108 +0.1321 -0.0154 other +30.522 0 127.384 2.291 +0.1028 +0.1241 -0.0265 other +30.651 0 126.873 2.538 +0.0935 +0.1150 -0.0402 other +30.783 0 126.081 3.965 +0.0810 +0.1031 -0.0610 other +30.938 0 125.542 3.317 +0.0741 +0.0964 -0.0728 other +31.032 0 125.245 2.011 +0.0711 +0.0937 -0.0802 other +31.153 0 125.245 0.000 +0.0711 +0.0937 -0.0802 other +31.286 0 124.935 2.026 +0.0672 +0.0901 -0.0878 other +31.444 0 124.621 2.019 +0.0636 +0.0865 -0.0938 other +31.538 0 124.341 2.029 +0.0613 +0.0843 -0.0997 other +31.658 0 124.341 0.000 +0.0613 +0.0843 -0.0997 other +31.824 0 124.029 1.985 +0.0591 +0.0817 -0.1058 other +31.922 0 123.756 2.032 +0.0572 +0.0797 -0.1118 other +32.022 0 123.496 1.986 +0.0548 +0.0772 -0.1188 other +32.152 0 122.733 4.729 +0.0477 +0.0692 -0.1381 other +32.284 0 122.012 5.014 +0.0344 +0.0555 -0.1605 other +32.432 0 121.365 5.245 +0.0220 +0.0435 -0.1820 other +32.573 0 120.958 3.903 +0.0123 +0.0339 -0.1989 other +32.656 0 120.768 2.205 +0.0079 +0.0297 -0.2072 other +32.827 0 120.768 0.000 +0.0079 +0.0297 -0.2072 other +32.927 0 120.608 2.200 +0.0040 +0.0260 -0.2143 other +33.027 0 120.608 0.000 +0.0040 +0.0260 -0.2143 other +33.153 0 120.430 2.195 +0.0002 +0.0224 -0.2203 other +33.329 0 120.265 2.192 -0.0040 +0.0186 -0.2269 other +33.425 0 120.105 2.161 -0.0075 +0.0154 -0.2321 other +33.528 0 73.269 60.595 -0.1950 -0.2221 -0.1465 other +33.652 0 73.167 1.755 -0.1981 -0.2254 -0.1515 other +33.826 0 73.089 1.909 -0.1998 -0.2271 -0.1563 other +33.943 0 73.080 2.948 -0.1977 -0.2249 -0.1580 other +34.062 0 73.044 1.786 -0.1948 -0.2225 -0.1593 other +34.242 0 73.044 0.000 -0.1948 -0.2225 -0.1593 other +34.343 0 73.044 0.000 -0.1948 -0.2225 -0.1593 other +34.426 0 73.084 1.911 -0.1932 -0.2206 -0.1586 other +34.526 0 73.084 0.000 -0.1932 -0.2206 -0.1586 other +34.654 0 73.185 2.113 -0.1897 -0.2171 -0.1553 other +34.826 0 73.376 3.800 -0.1821 -0.2100 -0.1543 other +34.928 0 73.387 2.293 -0.1793 -0.2071 -0.1560 other +35.024 0 73.244 2.325 -0.1816 -0.2085 -0.1627 other +35.159 0 72.914 2.683 -0.1935 -0.2194 -0.1703 other +35.325 0 72.085 4.158 -0.2245 -0.2492 -0.2067 other +35.430 0 71.534 3.708 -0.2517 -0.2762 -0.2438 other +35.533 0 71.449 1.806 -0.2585 -0.2832 -0.2526 other +35.671 0 71.510 1.445 -0.2575 -0.2820 -0.2527 other +35.824 0 71.673 1.625 -0.2517 -0.2769 -0.2471 other +35.927 0 71.914 1.973 -0.2436 -0.2690 -0.2381 other +36.028 0 71.914 0.000 -0.2436 -0.2690 -0.2381 other +36.159 0 72.170 2.211 -0.2317 -0.2574 -0.2238 other +36.326 0 72.441 2.291 -0.2222 -0.2485 -0.2074 other +36.423 0 72.720 2.324 -0.2129 -0.2397 -0.1937 other +36.526 0 72.720 0.000 -0.2129 -0.2397 -0.1937 other +36.657 0 73.114 3.117 -0.1967 -0.2243 -0.1704 other +36.789 0 73.389 2.272 -0.1902 -0.2181 -0.1598 other +36.923 0 73.766 2.705 -0.1847 -0.2146 -0.1486 other +37.026 0 73.939 1.602 -0.1836 -0.2144 -0.1466 other +37.158 0 74.120 1.653 -0.1831 -0.2145 -0.1424 other +37.320 0 74.411 2.345 -0.1773 -0.2086 -0.1342 other +37.395 0 74.569 1.793 -0.1723 -0.2029 -0.1275 other +37.524 0 49.926 36.219 +0.1334 +0.1363 +0.1197 other +37.658 0 50.073 2.257 +0.1363 +0.1394 +0.1241 other +37.791 0 50.109 2.509 +0.1396 +0.1433 +0.1284 other +37.896 0 50.278 3.725 +0.1346 +0.1382 +0.1241 other +38.023 0 51.454 5.560 +0.1051 +0.1090 +0.1030 other +38.157 0 53.245 10.847 +0.0715 +0.0778 +0.1135 other +38.323 0 55.432 14.611 +0.0856 +0.0837 +0.1452 other +38.392 0 55.945 14.932 +0.1287 +0.1046 +0.2235 other +38.521 0 56.022 13.407 +0.1388 +0.1140 +0.2177 other +38.660 0 55.471 13.747 +0.1455 +0.1268 +0.2089 other +38.791 0 53.202 15.399 +0.0762 +0.0630 +0.2227 other +38.920 0 50.239 15.288 +0.0252 +0.0076 +0.1761 other +39.031 0 46.827 13.618 -0.0684 -0.0812 +0.0917 other +39.160 0 44.016 9.103 -0.0600 -0.0659 +0.0118 other +39.324 0 42.912 5.447 -0.0632 -0.0621 -0.0133 other +39.421 0 44.225 9.084 -0.0802 -0.0883 -0.0098 other +39.527 0 44.811 6.807 -0.0689 -0.0840 +0.0063 other +39.659 0 45.214 7.955 -0.0576 -0.0796 +0.0186 other +39.792 0 45.850 12.047 -0.0500 -0.0675 +0.0456 other +39.923 0 47.029 8.161 -0.0298 -0.0372 +0.0731 other +40.023 0 47.978 6.529 -0.0175 -0.0214 +0.0922 other +40.159 0 48.865 6.645 +0.0131 +0.0127 +0.1143 other +#check 40.159 stream=48.865 oneshot=50.348 delta=1.483 +40.370 0 50.094 10.655 +0.0569 +0.0641 +0.1348 other +40.424 0 50.348 4.124 +0.0733 +0.0809 +0.1456 other +40.530 0 50.701 6.402 +0.1006 +0.1080 +0.1750 other +40.664 0 50.920 5.457 +0.1234 +0.1317 +0.2004 other +40.821 0 51.232 4.714 +0.1417 +0.1504 +0.2174 other +40.894 0 51.515 3.950 +0.1491 +0.1584 +0.2194 other +41.022 0 51.847 3.497 +0.1487 +0.1579 +0.2150 other +41.160 0 52.203 4.550 +0.1494 +0.1589 +0.2077 other +41.294 0 52.813 6.677 +0.1445 +0.1541 +0.1942 other +41.395 0 53.062 2.740 +0.1405 +0.1498 +0.1910 other +41.523 0 53.254 3.200 +0.1329 +0.1421 +0.1853 other +41.670 0 52.971 4.837 +0.1430 +0.1530 +0.1853 other +41.845 0 52.534 6.609 +0.1517 +0.1623 +0.1906 other +41.964 0 52.534 0.000 +0.1517 +0.1623 +0.1906 other +42.070 0 52.274 4.026 +0.1529 +0.1635 +0.1921 other +42.224 0 52.274 0.000 +0.1529 +0.1635 +0.1921 other +42.334 0 52.012 3.860 +0.1505 +0.1607 +0.1924 other +42.441 0 52.012 0.000 +0.1505 +0.1607 +0.1924 other +42.542 0 51.742 3.539 +0.1454 +0.1555 +0.1891 other +42.726 0 51.742 0.000 +0.1454 +0.1555 +0.1891 other +42.838 0 51.574 2.942 +0.1394 +0.1491 +0.1835 other +42.968 0 51.359 2.362 +0.1335 +0.1426 +0.1775 other +43.137 0 51.359 0.000 +0.1335 +0.1426 +0.1775 other +43.326 0 51.359 0.000 +0.1335 +0.1426 +0.1775 other +43.424 0 51.265 2.992 +0.1248 +0.1335 +0.1646 other +43.445 0 51.265 0.000 +0.1248 +0.1335 +0.1646 other +43.531 0 51.265 0.000 +0.1248 +0.1335 +0.1646 other +43.664 0 51.076 7.961 +0.1006 +0.1090 +0.1384 other +43.766 0 50.863 9.562 +0.0645 +0.0726 +0.1089 other +43.920 0 50.675 8.766 +0.0356 +0.0431 +0.0832 other +44.022 0 50.309 9.904 +0.0042 +0.0077 +0.0583 other +44.163 0 50.024 7.259 -0.0025 -0.0027 +0.0656 other +44.263 0 49.959 10.724 -0.0075 -0.0085 +0.0755 other +44.397 0 50.058 3.081 -0.0064 -0.0062 +0.0729 other +44.531 0 50.509 7.555 -0.0012 -0.0008 +0.0673 other +44.665 0 51.371 7.893 -0.0128 -0.0091 +0.0547 other +44.763 0 53.150 14.018 +0.0118 +0.0199 +0.0524 other +44.899 0 61.995 55.112 -0.0338 -0.0285 -0.0150 other +45.032 0 61.959 1.301 -0.0351 -0.0297 -0.0187 other +45.164 0 62.374 3.297 -0.0326 -0.0273 -0.0199 other +45.264 0 65.645 8.766 -0.0404 -0.0342 -0.0312 other +45.420 0 68.454 8.037 -0.0544 -0.0477 -0.0551 other +45.531 0 69.614 8.357 -0.0489 -0.0403 -0.0606 other +45.665 0 69.130 11.696 -0.0385 -0.0328 -0.0582 other +45.765 0 67.568 16.103 -0.0229 -0.0147 -0.0423 other +45.921 0 68.103 14.441 -0.0107 -0.0020 -0.0113 other +46.026 0 68.497 15.896 +0.0225 +0.0311 +0.0226 other +46.165 0 68.212 11.372 +0.0328 +0.0405 +0.0348 other +46.265 0 62.357 24.585 +0.0090 +0.0165 +0.0479 other +46.425 0 59.798 14.097 +0.0289 +0.0349 +0.0825 other +46.523 0 57.162 12.850 +0.0320 +0.0385 +0.0844 other +46.666 0 55.818 14.248 +0.0095 +0.0179 +0.0550 other +46.765 0 56.429 18.568 -0.0119 -0.0093 +0.0156 other +46.923 0 56.629 11.599 +0.0122 +0.0149 +0.0571 other +47.034 0 55.344 14.987 +0.0216 +0.0216 +0.1117 other +47.166 0 53.626 19.297 +0.0386 +0.0370 +0.1469 other +47.266 0 54.765 17.886 +0.0209 +0.0204 +0.1202 other +47.424 0 55.424 10.124 +0.0153 +0.0139 +0.1180 other +47.533 0 56.989 12.726 +0.0168 +0.0148 +0.1045 other +47.666 0 57.556 14.539 +0.0311 +0.0301 +0.0986 other +47.766 0 57.574 17.089 +0.0413 +0.0452 +0.0923 other +47.922 0 55.856 9.305 +0.0292 +0.0336 +0.0944 other +48.033 0 53.215 15.469 +0.0286 +0.0352 +0.1003 other +48.167 0 31.962 26.408 +0.0023 +0.0091 +0.0636 other +48.267 0 14.627 18.815 -0.0540 -0.0483 -0.0146 other +48.401 0 9.430 5.560 -0.0773 -0.0733 -0.0484 other +48.523 0 0.070 9.504 -0.0256 -0.0250 -0.0344 other +48.673 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +48.823 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +48.930 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.031 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.168 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.268 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.403 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.540 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.669 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.768 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +49.922 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.036 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.169 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.269 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.424 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.523 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.669 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.770 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +50.903 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +51.037 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +51.137 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +51.272 0 0.088 0.017 -0.0242 -0.0236 -0.0334 other +51.423 0 0.139 0.051 -0.0195 -0.0186 -0.0301 other +51.539 0 0.217 0.069 -0.0122 -0.0111 -0.0246 other +51.637 0 0.313 0.093 -0.0035 -0.0021 -0.0180 other +51.774 0 0.416 0.107 +0.0045 +0.0062 -0.0113 other +51.921 0 0.528 0.132 +0.0115 +0.0133 -0.0048 other +52.040 0 0.609 0.109 +0.0165 +0.0184 -0.0010 other +52.139 0 0.728 0.169 +0.0222 +0.0242 +0.0036 other +52.273 0 1.226 0.544 +0.0248 +0.0269 +0.0091 other +52.429 0 1.302 0.145 +0.0262 +0.0283 +0.0117 other +52.533 0 1.336 0.082 +0.0268 +0.0290 +0.0122 other +52.648 0 1.385 0.083 +0.0281 +0.0303 +0.0133 other +52.826 0 1.419 0.079 +0.0294 +0.0317 +0.0140 other +52.942 0 1.419 0.000 +0.0294 +0.0317 +0.0140 other +53.069 0 1.454 0.081 +0.0306 +0.0329 +0.0147 other +53.228 0 1.454 0.000 +0.0306 +0.0329 +0.0147 other +53.326 0 1.496 0.095 +0.0323 +0.0346 +0.0161 other +53.422 0 1.496 0.000 +0.0323 +0.0346 +0.0161 other +53.541 0 1.530 0.095 +0.0332 +0.0355 +0.0174 other +53.641 0 1.650 0.275 +0.0347 +0.0369 +0.0204 other +53.773 0 1.734 0.217 +0.0349 +0.0371 +0.0206 other +53.921 0 1.853 0.343 +0.0373 +0.0394 +0.0218 other +54.044 0 1.971 0.332 +0.0401 +0.0423 +0.0256 other +54.141 0 2.052 0.348 +0.0405 +0.0427 +0.0271 other +54.278 0 2.046 0.197 +0.0404 +0.0426 +0.0260 other +54.425 0 2.034 0.327 +0.0410 +0.0432 +0.0261 other +54.522 0 2.021 0.365 +0.0396 +0.0417 +0.0272 other +54.644 0 2.014 0.260 +0.0390 +0.0411 +0.0268 other +54.776 0 2.002 0.381 +0.0408 +0.0430 +0.0263 other +54.923 0 1.992 0.356 +0.0388 +0.0410 +0.0272 other +55.045 0 1.978 0.373 +0.0366 +0.0388 +0.0285 other +55.148 0 1.967 0.324 +0.0424 +0.0447 +0.0300 other +55.277 0 1.959 0.213 +0.0438 +0.0461 +0.0293 other +55.423 0 1.952 0.230 +0.0416 +0.0439 +0.0285 other +55.542 0 1.939 0.329 +0.0418 +0.0440 +0.0290 other +55.643 0 1.927 0.376 +0.0484 +0.0506 +0.0307 other +55.776 0 1.916 0.403 +0.0483 +0.0506 +0.0291 other +55.922 0 1.904 0.398 +0.0490 +0.0514 +0.0289 other +56.024 0 1.893 0.398 +0.0541 +0.0566 +0.0304 other +56.142 0 1.886 0.279 +0.0558 +0.0582 +0.0306 other +56.281 0 1.876 0.370 +0.0567 +0.0591 +0.0298 other +56.423 0 1.868 0.260 +0.0586 +0.0610 +0.0297 other +56.523 0 1.856 0.400 +0.0619 +0.0643 +0.0302 other +56.646 0 1.848 0.265 +0.0624 +0.0647 +0.0306 other +56.777 0 1.836 0.376 +0.0617 +0.0639 +0.0314 other +56.921 0 1.824 0.370 +0.0648 +0.0671 +0.0312 other +57.044 0 1.814 0.403 +0.0645 +0.0669 +0.0290 other +57.144 0 1.802 0.401 +0.0646 +0.0669 +0.0284 other +57.283 0 1.770 0.435 +0.0672 +0.0696 +0.0292 other +57.424 0 1.651 0.404 +0.0674 +0.0699 +0.0287 other +57.544 0 1.569 0.398 +0.0715 +0.0742 +0.0313 other +57.645 0 1.467 0.381 +0.0734 +0.0762 +0.0318 other +57.783 0 1.402 0.239 +0.0723 +0.0752 +0.0314 other +57.922 0 1.352 0.224 +0.0721 +0.0750 +0.0319 other +58.048 0 1.267 0.307 +0.0729 +0.0759 +0.0326 other +58.146 0 1.271 0.369 +0.0677 +0.0708 +0.0274 other +58.278 0 1.224 0.190 +0.0641 +0.0672 +0.0255 other +58.424 0 1.158 0.267 +0.0578 +0.0606 +0.0211 other +58.522 0 1.098 0.234 +0.0535 +0.0562 +0.0179 other +58.650 0 1.053 0.226 +0.0472 +0.0497 +0.0168 other +58.779 0 1.032 0.206 +0.0425 +0.0448 +0.0174 other +58.924 0 1.024 0.177 +0.0389 +0.0411 +0.0172 other +59.023 0 1.022 0.072 +0.0386 +0.0408 +0.0164 other +59.148 0 2.068 1.095 +0.0663 +0.0695 +0.0454 other +59.281 0 4.394 2.370 +0.1408 +0.1470 +0.1174 other +59.427 0 9.015 4.691 +0.2490 +0.2611 +0.2135 other +59.523 0 14.278 5.338 +0.2653 +0.2802 +0.2184 other +59.648 0 18.495 4.290 +0.2564 +0.2722 +0.2041 other +59.782 0 23.903 5.544 +0.2230 +0.2391 +0.1618 other +59.922 0 29.117 5.337 +0.1843 +0.2005 +0.1173 other +60.024 0 32.956 3.991 +0.1586 +0.1750 +0.0903 other +60.151 0 36.830 4.029 +0.1342 +0.1507 +0.0654 other +#check 60.151 stream=36.830 oneshot=47.219 delta=10.389 +#restart 60.360 +60.533 0 52.349 15.995 +0.0323 +0.0482 -0.0421 other +60.624 0 52.349 0.000 +0.0323 +0.0482 -0.0421 other +60.722 0 51.341 2.345 +0.0168 +0.0323 -0.0593 other +60.821 0 50.521 1.453 +0.0076 +0.0229 -0.0685 other +60.953 0 50.292 1.892 -0.0011 +0.0142 -0.0792 other +61.085 0 49.655 1.957 -0.0106 +0.0044 -0.0904 other +61.225 0 48.310 3.237 -0.0281 -0.0135 -0.1112 other +61.321 0 48.232 1.519 -0.0326 -0.0179 -0.1179 other +61.455 0 47.722 1.620 -0.0394 -0.0248 -0.1262 other +61.588 0 47.379 1.928 -0.0467 -0.0322 -0.1358 other +61.723 0 47.319 1.319 -0.0508 -0.0363 -0.1414 other +61.823 0 47.096 1.752 -0.0567 -0.0423 -0.1491 other +61.957 0 46.763 1.330 -0.0615 -0.0472 -0.1544 other +62.087 0 46.674 1.647 -0.0656 -0.0512 -0.1599 other +62.222 0 47.060 1.279 -0.0664 -0.0518 -0.1622 other +62.327 0 47.369 1.767 -0.0697 -0.0551 -0.1676 other +62.456 0 52.485 14.159 -0.1141 -0.0996 -0.1478 other +62.625 0 62.017 20.340 -0.1781 -0.1752 -0.2412 other +62.729 0 67.642 13.515 -0.2058 -0.2045 -0.2450 other +62.821 0 67.543 8.547 -0.1950 -0.1979 -0.2454 other +62.956 0 67.167 13.328 -0.2101 -0.2056 -0.2463 other +63.089 0 66.451 14.257 -0.1939 -0.1986 -0.2199 other +63.243 0 59.729 19.171 -0.1622 -0.1540 -0.2268 other +63.344 0 54.432 16.331 -0.1153 -0.0983 -0.2303 other +63.459 0 54.432 0.000 -0.1153 -0.0983 -0.2303 other +63.625 0 52.663 9.462 -0.1061 -0.0883 -0.2329 other +63.732 0 51.779 9.121 -0.1028 -0.0844 -0.2297 other +63.829 0 50.210 8.838 -0.0884 -0.0725 -0.2237 other +63.965 0 49.046 8.630 -0.0783 -0.0629 -0.2213 other +64.140 0 48.090 8.310 -0.0755 -0.0575 -0.2190 other +64.264 0 48.090 0.000 -0.0755 -0.0575 -0.2190 other +64.362 0 47.473 8.067 -0.0596 -0.0422 -0.2107 other +64.467 0 47.473 0.000 -0.0596 -0.0422 -0.2107 other +64.626 0 46.793 7.779 -0.0586 -0.0453 -0.2076 other +64.749 0 46.793 0.000 -0.0586 -0.0453 -0.2076 other +64.840 0 45.526 7.569 -0.0686 -0.0574 -0.2107 other +64.963 0 45.526 0.000 -0.0686 -0.0574 -0.2107 other +65.129 0 44.925 7.328 -0.0702 -0.0616 -0.2105 other +65.225 0 44.971 7.602 -0.0824 -0.0744 -0.2160 other +65.331 0 45.756 7.983 -0.0899 -0.0805 -0.2247 other +65.462 0 45.756 0.000 -0.0899 -0.0805 -0.2247 other +65.624 0 46.455 8.448 -0.1001 -0.0894 -0.2308 other +65.725 0 47.445 8.803 -0.1191 -0.1082 -0.2357 other +65.823 0 48.065 9.059 -0.1292 -0.1233 -0.2435 other +65.958 0 49.695 13.986 -0.1352 -0.1330 -0.2472 other +66.132 0 51.191 14.036 -0.1430 -0.1358 -0.2463 other +66.221 0 52.178 13.702 -0.1388 -0.1294 -0.2383 other +66.326 0 52.373 8.937 -0.1282 -0.1183 -0.2226 other +66.459 0 52.522 8.569 -0.1132 -0.1023 -0.2083 other +66.591 0 51.655 16.311 -0.0552 -0.0416 -0.1635 other +66.722 0 50.207 14.893 -0.0093 +0.0056 -0.1306 other +66.826 0 49.456 10.747 +0.0153 +0.0308 -0.1124 other +66.959 0 48.275 10.183 +0.0356 +0.0511 -0.0912 other +67.094 0 45.379 12.327 +0.0690 +0.0841 -0.0675 other +67.194 0 40.704 11.808 +0.0877 +0.1026 -0.0590 other +67.326 0 39.003 5.261 +0.0903 +0.1060 -0.0561 other +67.459 0 34.843 9.672 +0.1114 +0.1243 -0.0309 other +67.623 0 31.502 7.989 +0.1278 +0.1415 -0.0031 other +67.697 0 29.120 6.381 +0.1442 +0.1567 +0.0129 other +67.826 0 28.366 2.682 +0.1471 +0.1589 +0.0198 other +67.963 0 26.496 4.912 +0.1625 +0.1711 +0.0464 other +68.121 0 25.481 3.013 +0.1734 +0.1801 +0.0684 other +68.220 0 23.926 3.554 +0.1763 +0.1807 +0.1107 other +68.329 0 23.044 2.350 +0.1505 +0.1523 +0.1368 other +68.462 0 22.653 1.876 +0.1198 +0.1199 +0.1322 other +68.620 0 22.592 1.492 +0.1170 +0.1170 +0.1241 other +68.694 0 22.571 1.455 +0.1139 +0.1129 +0.1174 other +68.826 0 22.543 1.233 +0.1120 +0.1107 +0.1131 other +68.960 0 22.496 1.231 +0.1089 +0.1074 +0.1138 other +69.121 0 22.404 1.400 +0.1054 +0.1025 +0.1100 other +69.220 0 22.310 1.376 +0.1007 +0.0963 +0.1069 other +69.322 0 22.241 1.186 +0.0989 +0.0947 +0.1062 other +69.463 0 22.174 1.190 +0.0989 +0.0946 +0.1086 other +69.594 0 22.082 1.198 +0.0992 +0.0944 +0.1081 other +69.720 0 21.867 1.527 +0.0981 +0.0920 +0.1126 other +69.829 0 21.770 1.212 +0.0962 +0.0894 +0.1131 other +69.963 0 21.951 1.511 +0.0511 +0.0449 +0.0685 other +70.122 0 22.717 2.445 +0.0134 +0.0090 +0.0066 other +70.219 0 22.830 2.835 -0.0222 -0.0263 -0.0079 other +70.327 0 22.596 2.443 -0.0157 -0.0186 +0.0053 other +70.461 0 22.240 2.949 -0.0202 -0.0216 +0.0042 other +70.622 0 21.733 3.122 -0.0009 -0.0058 +0.0155 other +70.696 0 21.486 2.108 +0.0042 -0.0018 +0.0240 other +70.824 0 21.248 2.024 +0.0121 +0.0051 +0.0328 other +70.962 0 20.897 2.365 +0.0272 +0.0196 +0.0466 other +71.122 0 20.656 2.665 +0.0148 +0.0104 +0.0458 other +71.196 0 20.549 2.197 +0.0198 +0.0157 +0.0446 other +71.324 0 20.446 2.353 +0.0283 +0.0234 +0.0481 other +71.463 0 20.327 2.478 +0.0245 +0.0194 +0.0451 other +71.622 0 19.947 3.202 +0.0077 +0.0021 +0.0384 other +71.721 0 19.783 2.719 +0.0085 +0.0031 +0.0343 other +71.829 0 19.609 2.670 +0.0096 +0.0048 +0.0311 other +71.968 0 19.404 3.046 -0.0019 -0.0072 +0.0221 other +72.123 0 19.234 2.711 -0.0018 -0.0071 +0.0193 other +72.222 0 18.922 3.004 -0.0057 -0.0102 +0.0190 other +72.322 0 18.706 2.593 -0.0118 -0.0166 +0.0185 other +72.464 0 18.489 2.515 -0.0080 -0.0138 +0.0185 other +72.597 0 18.075 2.883 +0.0169 +0.0114 +0.0226 other +72.721 0 17.883 2.356 +0.0300 +0.0252 +0.0243 other +72.825 0 17.689 2.302 +0.0040 -0.0009 +0.0135 other +72.966 0 17.526 2.237 -0.0140 -0.0186 +0.0036 other +73.066 0 17.199 2.530 -0.0263 -0.0317 -0.0126 other +73.221 0 17.037 2.059 -0.0220 -0.0273 -0.0184 other +73.331 0 16.410 2.608 -0.0578 -0.0620 -0.0552 other +73.466 0 16.116 2.301 -0.0720 -0.0738 -0.0783 other +73.566 0 16.900 2.804 -0.1051 -0.1206 -0.0942 other +73.698 0 18.999 4.422 -0.1769 -0.1837 -0.1404 other +73.833 0 24.268 8.836 +0.0898 +0.0852 +0.1544 other +73.965 0 29.009 11.553 +0.0720 +0.0659 +0.1108 other +74.065 0 38.378 17.750 -0.0168 +0.0012 -0.0393 other +74.222 0 38.400 18.369 +0.0743 +0.1051 -0.1148 other +74.332 0 33.169 19.896 -0.1507 -0.1444 -0.2119 other +74.466 0 29.078 18.698 -0.0977 -0.0833 -0.1548 other +74.566 0 31.723 15.538 -0.0563 -0.0420 -0.1830 other +74.722 0 28.696 13.570 -0.1329 -0.1178 -0.1729 other +74.834 0 27.587 10.265 -0.1146 -0.1091 -0.1352 other +74.967 0 24.824 7.589 +0.0496 +0.0646 +0.0027 other +75.067 0 25.809 7.645 -0.1142 -0.1255 -0.0379 other +75.222 0 26.688 8.885 -0.0666 -0.0618 -0.0404 other +75.322 0 27.035 8.486 +0.0150 +0.0308 -0.0583 other +75.468 0 27.933 9.270 -0.1174 -0.1118 -0.1983 other +75.567 0 27.695 9.909 -0.2435 -0.2446 -0.2581 other +75.723 0 29.183 9.326 -0.1943 -0.1936 -0.2040 other +75.826 0 32.805 11.375 -0.1480 -0.1723 -0.1197 other +75.967 0 34.968 13.003 -0.1376 -0.1427 -0.1031 other +76.067 0 35.922 14.445 +0.0195 +0.0222 -0.0220 other +76.221 0 35.812 6.487 +0.0169 +0.0204 -0.0205 other +76.336 0 35.813 2.251 +0.0166 +0.0199 -0.0215 other +76.468 0 35.745 3.141 +0.0180 +0.0211 -0.0205 other +76.568 0 35.792 4.035 +0.0202 +0.0237 -0.0213 other +76.721 0 35.842 2.265 +0.0183 +0.0221 -0.0231 other +76.835 0 35.804 2.162 +0.0186 +0.0227 -0.0216 other +76.968 0 35.781 3.098 +0.0166 +0.0211 -0.0230 other +77.068 0 35.798 3.849 +0.0148 +0.0200 -0.0217 other +77.222 0 35.876 2.139 +0.0140 +0.0198 -0.0224 other +77.329 0 35.857 2.118 +0.0139 +0.0199 -0.0209 other +77.475 0 35.851 2.127 +0.0133 +0.0195 -0.0197 other +77.570 0 35.874 3.049 +0.0113 +0.0179 -0.0192 other +77.722 0 35.965 2.161 +0.0089 +0.0161 -0.0223 other +77.822 0 36.057 3.031 +0.0044 +0.0124 -0.0283 other +77.969 0 36.137 2.115 +0.0017 +0.0102 -0.0329 other +78.069 0 36.692 4.190 -0.0010 +0.0083 -0.0527 other +78.224 0 38.363 3.537 +0.0085 +0.0187 -0.0816 other +78.322 0 38.312 3.738 +0.0044 +0.0150 -0.0831 other +78.470 0 38.600 2.613 +0.0054 +0.0160 -0.0874 other +78.571 0 39.125 4.136 +0.0091 +0.0201 -0.0944 other +78.731 0 39.180 1.484 +0.0066 +0.0177 -0.0974 other +78.824 0 39.139 2.220 +0.0066 +0.0178 -0.0988 other +78.977 0 38.977 1.260 +0.0046 +0.0159 -0.0987 other +79.075 0 39.322 2.517 +0.0175 +0.0293 -0.0843 other +79.221 0 39.854 1.713 +0.0354 +0.0477 -0.0622 other +79.324 0 44.890 8.292 +0.1465 +0.1604 +0.1045 other +79.471 0 45.151 6.194 +0.1282 +0.1431 +0.0447 other +79.571 0 44.857 5.700 +0.1055 +0.1208 +0.0216 other +79.722 0 44.886 5.628 +0.1162 +0.1314 +0.0383 other +79.840 0 45.374 4.756 +0.1386 +0.1539 +0.0708 other +79.973 0 47.274 3.505 +0.1897 +0.2057 +0.1404 other +80.073 0 46.519 7.020 +0.1626 +0.1781 +0.0907 other +80.223 0 47.607 5.562 +0.1235 +0.1399 +0.0461 other +#check 80.223 stream=47.607 oneshot=45.909 delta=1.699 +80.664 0 47.670 4.921 +0.1174 +0.1345 +0.0391 other +80.753 0 47.277 3.236 +0.1190 +0.1357 +0.0383 other +80.821 0 45.909 2.762 +0.1021 +0.1181 +0.0031 other +80.853 0 42.500 5.832 +0.1083 +0.1233 +0.0367 other +80.947 0 42.500 0.000 +0.1083 +0.1233 +0.0367 other +81.057 0 42.117 4.559 +0.0909 +0.1058 +0.0104 other +81.130 0 41.991 3.535 +0.0867 +0.1015 +0.0051 other +81.238 0 41.991 0.000 +0.0867 +0.1015 +0.0051 other +81.330 0 41.659 2.512 +0.0693 +0.0837 -0.0120 other +81.440 0 41.567 2.369 +0.0581 +0.0725 -0.0231 other +81.576 0 41.400 1.828 +0.0517 +0.0657 -0.0283 other +81.728 0 41.395 4.080 +0.0412 +0.0550 -0.0355 other +81.829 0 42.324 5.247 +0.0343 +0.0478 -0.0391 other +81.947 0 41.994 4.050 +0.0428 +0.0558 -0.0325 other +82.122 0 41.994 0.000 +0.0428 +0.0558 -0.0325 other +82.224 0 41.484 2.269 +0.0398 +0.0523 -0.0354 other +82.323 0 41.259 2.387 +0.0283 +0.0408 -0.0448 other +82.444 0 40.839 1.633 +0.0169 +0.0292 -0.0560 other +82.575 0 40.672 2.557 +0.0023 +0.0145 -0.0711 other +82.722 0 40.647 6.382 -0.0228 -0.0117 -0.0974 other +82.824 0 41.107 4.259 -0.0414 -0.0326 -0.1075 other +82.955 0 40.792 3.689 -0.0394 -0.0304 -0.1075 other +83.130 0 41.263 2.893 -0.0488 -0.0385 -0.1196 other +83.226 0 40.803 3.457 -0.0510 -0.0411 -0.1216 other +83.349 0 40.429 3.527 -0.0479 -0.0370 -0.1208 other +83.448 0 40.469 2.745 -0.0521 -0.0413 -0.1221 other +83.625 0 40.469 0.000 -0.0521 -0.0413 -0.1221 other +83.727 0 40.536 3.103 -0.0540 -0.0436 -0.1224 other +83.832 0 41.029 4.063 -0.0628 -0.0523 -0.1308 other +83.947 0 41.029 0.000 -0.0628 -0.0523 -0.1308 other +84.081 0 40.705 1.923 -0.0645 -0.0546 -0.1273 other +84.222 0 40.020 2.281 -0.0579 -0.0481 -0.1181 other +84.346 0 40.933 7.702 -0.0222 -0.0121 -0.0802 other +84.445 0 49.279 11.982 -0.0620 -0.0557 -0.1040 other +84.576 0 74.191 31.437 -0.0973 -0.1268 -0.0421 other +84.722 0 100.860 40.938 -0.1666 -0.1969 -0.1503 other +84.822 0 96.653 15.575 -0.1947 -0.2169 -0.1681 other +84.946 0 95.126 12.620 -0.1905 -0.2171 -0.1987 other +85.080 0 108.491 15.653 -0.1791 -0.2114 -0.1405 other +85.222 0 112.204 6.824 -0.1820 -0.2142 -0.1332 other +85.322 0 113.189 3.500 -0.1755 -0.2070 -0.1210 other +85.446 0 112.839 6.708 -0.1800 -0.2105 -0.1242 other +85.579 0 103.383 10.676 -0.1711 -0.2009 -0.0900 other +85.722 0 98.736 13.343 -0.0575 -0.0734 +0.0206 other +85.844 0 91.006 12.907 -0.0137 -0.0185 +0.0269 other +85.950 0 89.132 6.365 -0.0317 -0.0365 -0.0129 other +86.078 0 74.425 16.994 +0.0216 +0.0252 +0.0105 other +86.222 0 46.592 31.024 +0.0899 +0.1048 +0.0176 other +86.348 0 46.250 3.864 +0.0853 +0.1003 +0.0092 other +86.447 0 46.119 14.850 +0.0944 +0.1072 +0.0300 other +86.581 0 41.086 8.668 +0.0534 +0.0644 -0.0053 other +86.722 0 39.683 5.361 +0.0012 +0.0118 -0.0535 other +86.847 0 38.723 6.646 -0.0214 -0.0109 -0.0749 other +86.946 0 59.466 23.894 -0.1160 -0.1053 -0.1485 other +87.079 0 66.927 14.042 -0.1495 -0.1484 -0.1753 other +87.224 0 96.810 37.647 -0.1148 -0.1159 -0.1321 other +87.322 0 111.226 28.084 -0.0940 -0.0935 -0.0943 other +87.449 0 110.375 19.971 -0.1013 -0.0953 -0.0919 other +87.583 0 109.019 24.866 -0.0819 -0.0769 -0.0734 other +87.724 0 107.982 22.114 -0.0834 -0.0800 -0.0732 other +87.853 0 110.002 28.367 -0.1117 -0.1037 -0.1092 other +87.951 0 109.955 26.563 -0.1137 -0.1027 -0.1325 other +88.081 0 107.999 21.782 -0.1202 -0.1070 -0.1328 other +88.224 0 104.442 24.918 -0.0566 -0.0450 -0.1156 other +88.322 0 93.899 25.897 -0.1077 -0.1025 -0.0669 other +88.446 0 86.550 16.856 -0.0353 -0.0373 +0.0337 other +88.580 0 83.667 18.379 -0.0274 -0.0303 +0.0437 other +88.725 0 83.573 15.172 -0.0344 -0.0435 +0.0370 other +88.823 0 83.180 13.249 -0.0433 -0.0542 +0.0329 other +88.947 0 81.986 12.742 -0.0402 -0.0522 +0.0511 other +89.083 0 95.701 29.417 +0.0282 +0.0214 +0.0714 other +89.222 0 98.915 35.223 +0.0899 +0.0781 +0.0983 other +89.323 0 101.503 36.576 -0.0161 -0.0208 -0.0161 other +89.451 0 105.449 30.057 -0.0613 -0.0718 -0.0792 other +89.582 0 135.144 48.455 -0.0046 -0.0069 -0.1368 other +89.724 0 120.658 46.507 -0.1023 -0.0971 -0.2044 other +89.822 0 95.262 48.466 -0.0534 -0.0391 -0.1651 other +89.953 0 98.467 37.071 +0.2828 +0.2968 +0.2110 other +90.089 0 58.363 42.136 +0.1975 +0.2119 +0.1008 other +90.225 0 71.144 27.037 +0.3382 +0.3534 +0.3932 other +90.324 0 69.723 12.199 +0.3730 +0.3878 +0.4308 other +90.451 0 69.931 11.109 +0.3956 +0.4121 +0.4493 other +#restart 90.467 +90.633 0 81.648 23.066 +0.2648 +0.2571 +0.3195 other +90.687 0 81.648 0.000 +0.2648 +0.2571 +0.3195 other +90.822 0 81.617 10.664 +0.2546 +0.2495 +0.2892 other +90.922 0 81.526 11.316 +0.2433 +0.2420 +0.2725 other +91.056 0 99.119 26.576 +0.2686 +0.2713 +0.2697 other +91.189 0 98.260 13.535 +0.2487 +0.2448 +0.2560 other +91.323 0 96.777 12.995 +0.2346 +0.2267 +0.2531 other +91.423 0 95.343 8.681 +0.2177 +0.2082 +0.2264 other +91.557 0 93.263 6.590 +0.2100 +0.2006 +0.2151 other +91.689 0 90.429 13.252 +0.1952 +0.1847 +0.1871 other +91.823 0 86.537 19.513 +0.1978 +0.1899 +0.2135 other +91.924 0 85.725 17.852 +0.2045 +0.1942 +0.2612 other +92.058 0 85.841 15.295 +0.1789 +0.1687 +0.2950 other +92.190 0 88.550 19.719 +0.1356 +0.1301 +0.2813 other +92.325 0 88.262 3.040 +0.1358 +0.1296 +0.2811 other +92.426 0 87.778 3.267 +0.1343 +0.1269 +0.2793 other +92.558 0 199.803 120.288 +0.2150 +0.2344 +0.2349 other +92.691 0 217.065 22.845 +0.2002 +0.1969 +0.2377 other +92.824 0 69.959 147.124 +0.2715 +0.2691 +0.4153 other +92.925 0 136.426 73.518 +0.3333 +0.3588 +0.4128 other +93.057 0 176.205 61.753 +0.2195 +0.2050 +0.4140 other +93.192 0 163.394 27.528 +0.2524 +0.2460 +0.4302 other +93.325 0 148.018 25.674 +0.2568 +0.2608 +0.4084 other +93.424 0 142.722 32.866 +0.2810 +0.2704 +0.4757 other +93.563 0 126.194 32.372 +0.3159 +0.3257 +0.4659 other +93.724 0 120.450 34.571 +0.2325 +0.2311 +0.3160 other +93.826 0 113.488 25.992 +0.1648 +0.1643 +0.1853 other +93.925 0 107.645 28.149 +0.2318 +0.2284 +0.3112 other +94.059 0 100.381 19.914 +0.2133 +0.2130 +0.2809 other +94.196 0 95.366 21.328 +0.1684 +0.1662 +0.1885 other +94.323 0 81.143 19.802 +0.1927 +0.1932 +0.2188 other +94.426 0 70.555 16.051 +0.2018 +0.2053 +0.2132 other +94.561 77 66.169 8.008 +0.2156 +0.2214 +0.2233 other +94.694 1298 55.800 19.298 +0.2175 +0.2286 +0.2253 other +94.793 1723 53.548 16.926 +0.2111 +0.2245 +0.2061 other +94.926 3535 52.993 13.831 +0.1915 +0.2036 +0.1851 other +95.061 5393 53.707 8.716 +0.1795 +0.1928 +0.1790 other +95.199 4002 54.275 7.967 +0.1709 +0.1845 +0.1725 other +95.293 360 53.183 8.124 +0.1581 +0.1702 +0.1687 other +95.429 83 54.194 7.520 +0.1499 +0.1636 +0.1621 other +95.563 23 54.787 5.855 +0.1430 +0.1568 +0.1548 other +95.722 75 54.052 9.568 +0.1366 +0.1508 +0.1489 other +95.819 104 57.640 12.274 +0.1670 +0.1817 +0.1648 other +95.928 89 59.501 6.202 +0.1404 +0.1542 +0.1459 other +96.062 73 58.295 15.583 +0.1328 +0.1480 +0.1242 other +96.196 47 59.702 12.271 +0.1062 +0.1211 +0.1040 other +96.321 94 58.782 6.601 +0.1056 +0.1206 +0.1041 other +96.430 232 58.557 5.303 +0.1042 +0.1192 +0.1055 other +96.561 77 61.185 14.038 +0.1315 +0.1471 +0.1209 other +96.721 53 61.430 7.330 +0.0966 +0.1119 +0.0917 other +96.798 33 61.983 13.895 +0.0749 +0.0863 +0.0678 other +96.926 96 62.005 10.264 +0.0713 +0.0864 +0.0651 other +97.066 16 61.391 6.223 +0.0782 +0.0933 +0.0679 other +97.221 21 61.225 11.526 +0.0965 +0.1122 +0.0803 other +97.300 107 58.868 12.537 +0.0982 +0.1136 +0.0827 other +97.428 23 62.944 24.193 +0.0708 +0.0840 +0.0641 other +97.561 44 61.663 18.529 +0.0804 +0.0953 +0.0588 other +97.695 77 62.021 9.514 +0.0725 +0.0872 +0.0464 other +97.822 47 61.801 7.102 +0.0726 +0.0870 +0.0445 other +97.930 167 61.287 4.053 +0.0726 +0.0869 +0.0445 other +98.062 318 61.983 10.023 +0.0679 +0.0818 +0.0396 other +98.221 118 61.049 8.432 +0.0656 +0.0792 +0.0372 other +98.298 98 61.444 6.956 +0.0565 +0.0694 +0.0302 other +98.428 153 62.200 11.347 +0.0532 +0.0654 +0.0316 other +98.566 69 62.022 8.611 +0.0487 +0.0610 +0.0235 other +98.721 66 61.857 5.902 +0.0437 +0.0555 +0.0152 other +98.820 51 61.892 5.841 +0.0399 +0.0518 +0.0086 other +98.932 38 61.279 6.315 +0.0344 +0.0459 +0.0065 other +99.064 2852 63.887 12.408 +0.0206 +0.0320 -0.0142 other +99.198 5081 63.458 11.285 +0.0254 +0.0241 +0.0003 other +99.321 5202 63.345 7.179 +0.0182 +0.0235 -0.0056 other +99.423 4570 63.593 7.036 +0.0184 +0.0248 -0.0070 other +99.563 3254 63.207 4.291 +0.0165 +0.0239 -0.0074 other +99.724 2113 61.766 8.529 +0.0083 +0.0166 -0.0134 other +99.821 578 57.608 13.329 +0.0143 +0.0224 -0.0149 other +99.927 134 53.448 8.923 +0.0043 +0.0116 -0.0210 other +100.064 1 50.966 9.041 -0.0183 -0.0099 -0.0362 other +100.222 0 45.717 9.585 -0.0207 -0.0137 -0.0390 other +100.297 0 42.661 6.776 -0.0195 -0.0138 -0.0412 other +#check 100.297 stream=42.661 oneshot=35.333 delta=7.328 +100.544 0 39.725 6.174 -0.0240 -0.0203 -0.0439 other +100.569 0 36.823 6.100 -0.0279 -0.0262 -0.0448 other +100.723 0 32.908 7.995 -0.0304 -0.0310 -0.0429 other +100.824 0 31.647 3.580 -0.0267 -0.0281 -0.0375 other +100.931 0 31.675 1.773 -0.0260 -0.0272 -0.0354 other +101.065 0 31.714 1.733 -0.0258 -0.0270 -0.0328 other +101.222 0 31.756 1.423 -0.0266 -0.0280 -0.0316 other +101.323 0 31.754 1.712 -0.0282 -0.0293 -0.0305 other +101.432 0 31.744 1.142 -0.0292 -0.0303 -0.0304 other +101.565 0 31.737 1.429 -0.0312 -0.0321 -0.0316 other +101.722 0 31.700 1.779 -0.0333 -0.0341 -0.0332 other +101.826 0 31.667 1.498 -0.0349 -0.0355 -0.0358 other +101.932 0 31.655 1.169 -0.0361 -0.0367 -0.0384 other +102.071 0 31.664 1.872 -0.0387 -0.0393 -0.0429 other +102.222 0 31.655 1.641 -0.0410 -0.0415 -0.0474 other +102.319 0 31.578 1.923 -0.0422 -0.0426 -0.0508 other +102.424 0 31.510 1.310 -0.0429 -0.0432 -0.0529 other +102.566 0 31.435 1.691 -0.0429 -0.0431 -0.0550 other +102.700 0 31.379 2.347 -0.0433 -0.0433 -0.0569 other +102.822 0 31.395 1.988 -0.0440 -0.0437 -0.0589 other +102.934 0 31.439 1.328 -0.0447 -0.0443 -0.0598 other +103.067 0 31.486 1.326 -0.0449 -0.0445 -0.0602 other +103.167 0 31.557 2.363 -0.0452 -0.0446 -0.0606 other +103.323 0 31.598 1.331 -0.0455 -0.0448 -0.0611 other +103.434 0 31.692 2.014 -0.0451 -0.0445 -0.0619 other +103.568 0 31.798 1.762 -0.0447 -0.0447 -0.0635 other +103.667 0 31.892 2.138 -0.0446 -0.0454 -0.0655 other +103.823 0 31.897 0.592 -0.0446 -0.0456 -0.0663 other +103.922 0 31.889 2.158 -0.0443 -0.0456 -0.0675 other +104.068 0 31.869 1.517 -0.0434 -0.0448 -0.0678 other +104.168 0 31.765 2.463 -0.0417 -0.0428 -0.0678 other +104.302 0 31.224 1.658 -0.0393 -0.0398 -0.0659 other +104.425 0 30.067 2.305 -0.0373 -0.0372 -0.0652 other +104.568 0 29.365 1.662 -0.0347 -0.0347 -0.0639 other +104.669 0 28.250 2.386 -0.0317 -0.0316 -0.0619 other +104.821 0 27.515 1.669 -0.0311 -0.0307 -0.0613 other +104.922 0 26.764 1.609 -0.0297 -0.0293 -0.0603 other +105.069 0 26.003 1.571 -0.0294 -0.0290 -0.0599 other +105.171 0 23.765 3.208 -0.0316 -0.0305 -0.0596 other +105.322 0 22.209 2.066 -0.0333 -0.0321 -0.0604 other +105.436 0 19.549 3.180 -0.0358 -0.0345 -0.0611 other +105.569 0 17.898 2.093 -0.0384 -0.0369 -0.0623 other +105.669 0 15.161 3.275 -0.0411 -0.0395 -0.0644 other +105.822 0 13.999 1.476 -0.0431 -0.0410 -0.0658 other +105.925 0 12.525 1.790 -0.0464 -0.0444 -0.0705 other +106.070 0 10.932 1.925 -0.0464 -0.0447 -0.0699 other +106.170 0 8.788 2.410 -0.0531 -0.0512 -0.0770 other +106.304 0 7.875 1.076 -0.0540 -0.0521 -0.0758 other +106.424 0 7.247 0.776 -0.0539 -0.0523 -0.0734 other +106.571 0 6.506 0.852 -0.0536 -0.0519 -0.0731 other +106.670 0 5.151 1.427 -0.0479 -0.0469 -0.0641 other +106.804 0 4.895 0.344 -0.0455 -0.0445 -0.0607 other +106.937 0 3.938 1.029 -0.0389 -0.0375 -0.0523 other +107.070 0 3.256 0.732 -0.0405 -0.0390 -0.0555 other +107.172 0 2.712 0.572 -0.0399 -0.0385 -0.0553 other +107.321 0 2.241 0.460 -0.0366 -0.0358 -0.0504 other +107.441 0 1.691 0.592 -0.0317 -0.0308 -0.0438 other +107.572 0 1.412 0.304 -0.0259 -0.0255 -0.0322 other +107.672 0 1.075 0.347 -0.0301 -0.0291 -0.0403 other +107.805 0 0.532 0.533 -0.0281 -0.0274 -0.0377 other +107.924 0 0.117 0.411 -0.0265 -0.0260 -0.0351 other +108.074 0 0.083 0.067 -0.0257 -0.0252 -0.0346 other +108.172 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.305 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.440 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.575 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.673 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.823 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +108.942 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.072 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.174 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.324 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.421 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.574 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.674 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.824 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +109.923 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +110.077 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +110.175 0 35.456 35.175 -0.0256 -0.0250 -0.0344 other +110.324 0 141.785 105.748 +0.0256 +0.0250 +0.0344 other +110.443 0 229.353 87.169 +0.0915 +0.0771 +0.1627 other +110.575 0 150.532 78.356 +0.1475 +0.1209 +0.2898 other +110.681 28 76.290 73.886 +0.1451 +0.1138 +0.2904 other +110.823 100 29.845 46.471 +0.1342 +0.1054 +0.2759 other +110.943 79 30.035 5.069 +0.1264 +0.0973 +0.2685 other +111.047 63 29.512 8.009 +0.1401 +0.1123 +0.2828 other +111.177 71 29.548 2.022 +0.1354 +0.1068 +0.2781 other +111.325 61 29.643 3.998 +0.1254 +0.0956 +0.2676 other +111.425 69 29.674 3.963 +0.1270 +0.0956 +0.2698 other +111.544 75 29.778 3.658 +0.1218 +0.0902 +0.2639 other +111.679 80 29.542 5.507 +0.1256 +0.0987 +0.2675 other +111.822 80 29.697 1.769 +0.1294 +0.1024 +0.2725 other +111.925 68 29.650 4.056 +0.1306 +0.1014 +0.2746 other +112.044 78 29.844 2.214 +0.1310 +0.1005 +0.2751 other +112.178 62 30.026 2.663 +0.1288 +0.0983 +0.2718 other +112.329 63 29.678 5.669 +0.1333 +0.1070 +0.2772 other +112.430 70 29.947 4.140 +0.1356 +0.1063 +0.2790 other +112.544 111 29.997 2.863 +0.1386 +0.1114 +0.2820 other +112.680 67 29.657 4.593 +0.1463 +0.1208 +0.2871 other +112.822 0 29.885 4.387 +0.1468 +0.1182 +0.2876 other +112.926 0 29.755 1.810 +0.1487 +0.1201 +0.2889 other +113.050 0 157.960 129.269 -0.0798 -0.0666 -0.1708 other +113.187 0 214.200 60.339 +0.2860 +0.3011 +0.2366 other +113.323 0 155.189 62.237 +0.2085 +0.2334 +0.1759 other +113.422 0 170.291 34.580 +0.0485 +0.0672 +0.0130 other +113.545 0 164.499 21.018 +0.0610 +0.0928 +0.0008 other +113.681 0 167.591 20.848 +0.0763 +0.1045 +0.0278 other +113.824 0 167.171 17.863 +0.0130 +0.0389 -0.0137 other +113.925 0 160.387 26.054 -0.0690 -0.0434 -0.0590 other +114.050 0 156.351 20.452 -0.0538 -0.0410 -0.0707 other +114.186 1 157.783 32.598 -0.1642 -0.1574 -0.1614 other +114.322 0 151.269 21.552 -0.1316 -0.1243 -0.1170 other +114.423 0 138.871 23.516 -0.1627 -0.1580 -0.1305 other +114.550 0 131.687 18.082 -0.1338 -0.1259 -0.1201 other +114.681 1 131.967 19.922 -0.1496 -0.1549 -0.0961 other +114.823 0 115.944 24.427 -0.1600 -0.1632 -0.1037 other +114.924 0 108.678 21.709 -0.1947 -0.2031 -0.1345 other +115.049 0 108.394 16.381 -0.2305 -0.2397 -0.1575 other +115.182 0 98.607 16.812 -0.2287 -0.2373 -0.1654 other +115.322 0 83.204 25.849 -0.1970 -0.2075 -0.0881 other +115.423 0 47.762 64.294 +0.1141 +0.1238 +0.1387 other +115.547 0 47.941 6.223 +0.1261 +0.1360 +0.1388 other +115.681 0 48.544 10.770 +0.1346 +0.1454 +0.1459 other +115.824 0 49.488 10.978 +0.1405 +0.1517 +0.1573 other +115.949 0 50.210 9.448 +0.1510 +0.1620 +0.1555 other +116.048 0 51.266 14.426 +0.1710 +0.1826 +0.1397 other +116.182 0 52.104 12.016 +0.1694 +0.1806 +0.1304 other +116.327 0 52.671 11.645 +0.1726 +0.1835 +0.1260 other +116.422 0 53.442 9.264 +0.1780 +0.1916 +0.1234 other +116.549 0 54.515 10.401 +0.1676 +0.1820 +0.1099 other +116.682 443 72.459 62.745 -0.1466 -0.1539 -0.1211 other +116.823 337 68.480 18.536 -0.1352 -0.1424 -0.1210 other +116.926 102 63.349 27.738 -0.1156 -0.1187 -0.1186 other +117.051 53 59.600 22.184 -0.0798 -0.0749 -0.1105 other +117.184 342 54.092 25.043 -0.0570 -0.0514 -0.1042 other +117.323 274 52.340 20.399 -0.0330 -0.0276 -0.0916 other +117.451 13 52.417 17.350 -0.0258 -0.0204 -0.0865 other +117.554 107 52.797 27.671 -0.0166 -0.0113 -0.1046 other +117.693 2 50.398 16.565 -0.0014 +0.0035 -0.0868 other +117.821 142 47.147 20.544 +0.0277 +0.0311 -0.0570 other +117.955 1 44.918 16.136 +0.0471 +0.0488 -0.0325 other +118.051 37 54.712 27.083 -0.0502 -0.0536 -0.0920 other +118.184 0 51.207 16.325 -0.0417 -0.0452 -0.0670 other +118.324 0 36.805 40.956 -0.1344 -0.1312 -0.1456 other +118.424 0 37.236 8.028 -0.1163 -0.1131 -0.1347 other +118.549 0 37.732 7.813 -0.1028 -0.0996 -0.1212 other +118.684 0 37.682 13.867 -0.0987 -0.0949 -0.1024 other +118.822 0 37.398 9.392 -0.0984 -0.0943 -0.0968 other +118.927 0 37.016 11.420 -0.0950 -0.0927 -0.0903 other +119.050 0 37.292 9.829 -0.0943 -0.0923 -0.0892 other +119.187 0 38.427 13.086 -0.0742 -0.0700 -0.0724 other +119.324 0 38.983 14.212 -0.0375 -0.0329 -0.0663 other +119.460 0 39.659 11.446 +0.0096 +0.0156 -0.0384 other +119.555 0 39.516 15.338 +0.0659 +0.0723 -0.0077 other +119.693 0 38.727 12.885 +0.0847 +0.0899 +0.0094 other +119.821 0 38.314 13.217 +0.0914 +0.0958 +0.0159 other +119.921 0 38.704 13.895 +0.0966 +0.1024 +0.0070 other +120.051 0 39.235 17.135 +0.0955 +0.1038 -0.0094 other +120.187 0 40.158 15.965 +0.0532 +0.0619 -0.0487 other +120.320 0 39.783 16.319 +0.0580 +0.0676 -0.0518 other +#check 120.320 stream=39.783 oneshot=53.935 delta=14.152 +#restart 120.542 +120.675 0 44.328 27.680 -0.1226 -0.1149 -0.1901 other +120.726 0 39.183 6.783 -0.1412 -0.1332 -0.2122 other +120.864 0 39.183 0.000 -0.1412 -0.1332 -0.2122 other +120.964 0 42.709 5.653 -0.1346 -0.1309 -0.1806 other +121.124 0 70.913 30.741 -0.1016 -0.0940 -0.1899 other +121.234 0 151.076 80.318 +0.0341 +0.0171 +0.1402 other +121.368 48 168.374 32.278 +0.0606 +0.0451 +0.1853 other +121.469 0 153.960 32.169 +0.0767 +0.0645 +0.2052 other +121.624 0 152.613 11.627 +0.1030 +0.0918 +0.2416 other +121.734 0 154.008 16.455 +0.1215 +0.1230 +0.2260 other +121.869 2 153.852 14.812 +0.1154 +0.1113 +0.2022 other +121.965 0 146.745 10.122 +0.1245 +0.1230 +0.2199 other +122.124 0 151.117 9.634 +0.1246 +0.1264 +0.2207 other +122.222 30 156.137 10.830 +0.1103 +0.1120 +0.1938 other +122.368 638 163.705 12.960 +0.1271 +0.1280 +0.2127 other +122.471 0 36.765 133.488 +0.1344 +0.1342 +0.1695 other +122.621 0 36.306 11.954 +0.1564 +0.1564 +0.1961 other +122.733 0 36.089 17.131 +0.1477 +0.1505 +0.2059 other +122.866 0 34.590 11.132 +0.1612 +0.1640 +0.2325 other +122.971 0 34.804 6.146 +0.1432 +0.1454 +0.2083 other +123.122 0 34.914 6.108 +0.1605 +0.1635 +0.2310 other +123.223 0 34.435 5.289 +0.1537 +0.1565 +0.2212 other +123.367 0 35.812 7.300 +0.1607 +0.1623 +0.2294 other +123.466 0 36.230 8.562 +0.1628 +0.1624 +0.2271 other +123.622 0 34.911 7.725 +0.1411 +0.1409 +0.2035 other +123.734 0 35.813 7.449 +0.1508 +0.1523 +0.2158 other +123.836 0 36.552 5.860 +0.1720 +0.1729 +0.2443 other +123.970 0 35.277 4.770 +0.1547 +0.1546 +0.2159 other +124.125 0 36.423 9.341 +0.1424 +0.1422 +0.2116 other +124.234 0 84.535 69.310 -0.0642 -0.0578 -0.1237 other +124.341 0 104.061 82.326 -0.0538 -0.0598 -0.0101 other +124.470 0 66.091 59.767 -0.2242 -0.2366 -0.1732 other +124.625 0 95.368 48.741 -0.1573 -0.1587 -0.1297 other +124.737 0 215.187 123.537 +0.2067 +0.1866 +0.3108 other +124.834 0 190.086 52.773 -0.0636 -0.0770 -0.0737 other +124.968 0 112.770 94.622 +0.1157 +0.0887 +0.2304 other +125.102 0 71.596 63.940 +0.2807 +0.2775 +0.3186 other +125.236 0 66.331 40.774 +0.2622 +0.2636 +0.2442 other +125.336 0 62.618 38.869 +0.1735 +0.1774 +0.1379 other +125.470 0 58.122 34.693 +0.1453 +0.1588 +0.0580 other +125.602 0 54.675 31.840 +0.0753 +0.0838 -0.0123 other +125.738 0 51.005 26.032 -0.0263 -0.0189 -0.0335 other +125.836 0 49.368 14.996 -0.0680 -0.0608 -0.0548 other +125.974 0 46.437 17.552 -0.1075 -0.0963 -0.0720 other +126.103 0 43.954 15.508 -0.1160 -0.1068 -0.0661 other +126.224 0 42.719 9.671 -0.1222 -0.1136 -0.0603 other +126.336 0 41.870 7.353 -0.1271 -0.1192 -0.0550 other +126.471 0 41.405 17.285 -0.0777 -0.0739 -0.0162 other +126.624 0 39.853 21.254 -0.1051 -0.1111 -0.0119 other +126.736 0 41.752 15.241 -0.1224 -0.1295 -0.0164 other +126.837 0 42.918 19.480 -0.0842 -0.0760 +0.0100 other +126.973 0 175.996 132.658 +0.2104 +0.1951 +0.3484 other +127.120 0 119.320 98.905 -0.1685 -0.2063 -0.0053 other +127.222 0 112.192 28.357 -0.2060 -0.2497 -0.0526 other +127.337 0 114.401 21.050 -0.2119 -0.2538 -0.0592 other +127.470 0 111.384 10.506 -0.2241 -0.2606 -0.0734 other +127.622 0 109.524 8.730 -0.2260 -0.2645 -0.0579 other +127.738 0 110.308 7.941 -0.2186 -0.2619 -0.0714 other +127.837 0 110.281 10.344 -0.2133 -0.2562 -0.0715 other +127.974 0 109.637 8.304 -0.2124 -0.2555 -0.0742 other +128.122 0 108.147 9.750 -0.2264 -0.2698 -0.0913 other +128.242 0 106.268 7.448 -0.2387 -0.2817 -0.1031 other +128.338 0 104.456 7.705 -0.2338 -0.2773 -0.0931 other +128.471 0 104.151 4.791 -0.2242 -0.2673 -0.0934 other +128.622 0 107.960 14.760 -0.2180 -0.2532 -0.0949 other +128.728 0 32.178 87.009 -0.1685 -0.1850 -0.1185 other +128.840 0 41.261 25.036 +0.0042 +0.0076 -0.0401 other +128.974 0 35.500 27.960 -0.0974 -0.1025 -0.1417 other +129.122 0 41.645 28.739 +0.0008 +0.0026 +0.0283 other +129.224 0 51.090 19.656 +0.0598 +0.0701 +0.0629 other +129.341 0 38.533 35.934 -0.1071 -0.1080 -0.1376 other +129.474 0 43.117 24.919 +0.0550 +0.0479 +0.0622 other +129.621 0 48.976 44.151 +0.1260 +0.1122 +0.2140 other +129.725 0 43.651 36.140 -0.0146 -0.0268 -0.0056 other +129.845 0 44.318 31.087 -0.1318 -0.1341 -0.1402 other +129.974 0 49.916 34.388 -0.0565 -0.0635 -0.0459 other +130.122 0 54.689 38.186 -0.2049 -0.2096 -0.1582 other +130.242 0 51.850 29.204 -0.1725 -0.1741 -0.0883 other +130.341 0 54.045 37.134 -0.0998 -0.1195 +0.0048 other +130.475 0 55.455 35.387 -0.1826 -0.2126 -0.1069 other +130.625 0 58.750 41.836 -0.1803 -0.2023 -0.1556 other +130.722 0 40.528 63.595 +0.2204 +0.2362 +0.1887 other +130.841 0 39.375 4.717 +0.2098 +0.2247 +0.1625 other +130.975 0 45.795 8.602 +0.2080 +0.2131 +0.2116 other +131.122 0 40.616 11.107 +0.2163 +0.2310 +0.1403 other +131.248 0 55.730 16.008 +0.3361 +0.3540 +0.2825 other +131.347 0 77.611 27.773 +0.2457 +0.2493 +0.2186 other +131.481 0 57.184 25.089 +0.2633 +0.2742 +0.1972 other +131.622 0 58.089 26.021 +0.1778 +0.1967 +0.0796 other +131.722 0 71.489 39.663 +0.1231 +0.1336 +0.1047 other +131.847 0 51.282 41.249 +0.0223 +0.0256 +0.0573 other +131.978 0 40.819 42.122 +0.0228 +0.0302 +0.0515 other +132.123 0 50.494 32.637 +0.1739 +0.1747 +0.2753 other +132.248 0 37.809 32.709 +0.0286 +0.0293 +0.0751 other +132.348 0 36.626 26.843 +0.0129 +0.0124 +0.0878 other +132.481 0 48.734 20.471 +0.1391 +0.1327 +0.2425 other +132.623 0 47.804 26.315 +0.0585 +0.0490 +0.1827 other +132.748 0 45.362 34.262 -0.0383 -0.0340 +0.0143 other +132.845 0 46.496 38.267 +0.0447 +0.0351 +0.1563 other +132.976 0 40.550 25.960 +0.0236 +0.0243 +0.0649 other +133.123 0 47.048 40.841 +0.0392 +0.0399 +0.0912 other +133.222 0 38.946 21.493 -0.0084 -0.0111 +0.0549 other +133.346 0 51.315 37.373 -0.0471 -0.0627 +0.0656 other +133.479 0 46.849 37.260 -0.0470 -0.0531 +0.0128 other +133.623 404 63.830 55.666 -0.0113 -0.0093 -0.0847 other +133.726 0 29.857 44.593 +0.0986 +0.1103 +0.0516 other +133.847 0 45.539 21.352 +0.0827 +0.0824 +0.0824 other +133.987 10 43.434 13.489 +0.0663 +0.0665 +0.0667 other +134.122 1 45.779 5.329 +0.0666 +0.0648 +0.0674 other +134.226 10 45.764 4.350 +0.0620 +0.0584 +0.0617 other +134.351 15 45.587 6.083 +0.0619 +0.0597 +0.0619 other +134.478 19 45.731 4.197 +0.0637 +0.0606 +0.0683 other +134.626 47 45.869 8.854 +0.0642 +0.0573 +0.0783 other +134.721 107 43.712 8.252 +0.0594 +0.0506 +0.0915 other +134.849 97 44.277 3.288 +0.0577 +0.0492 +0.0980 other +134.982 116 45.442 4.397 +0.0534 +0.0442 +0.1017 other +135.121 106 45.800 9.907 +0.0622 +0.0573 +0.1110 other +135.224 134 46.958 5.386 +0.0609 +0.0546 +0.1066 other +135.348 128 49.211 5.451 +0.0643 +0.0584 +0.1184 other +135.480 98 49.802 4.433 +0.0678 +0.0620 +0.1279 other +135.621 108 50.329 7.354 +0.0636 +0.0565 +0.1311 other +135.722 127 48.880 3.086 +0.0652 +0.0584 +0.1347 other +135.846 67 50.914 11.605 +0.0845 +0.0768 +0.1631 other +135.982 9 51.600 5.982 +0.0916 +0.0839 +0.1640 other +136.122 3 49.680 4.139 +0.0919 +0.0839 +0.1628 other +136.223 2 52.398 9.088 +0.0892 +0.0792 +0.1708 other +136.350 8 53.248 8.570 +0.0817 +0.0735 +0.1608 other +136.482 47 51.190 13.025 +0.0895 +0.0848 +0.1738 other +136.625 34 53.545 6.816 +0.0952 +0.0901 +0.1724 other +136.722 31 55.347 6.979 +0.0963 +0.0908 +0.1689 other +136.849 31 53.262 7.924 +0.0903 +0.0857 +0.1500 other +136.983 16 55.481 8.855 +0.0978 +0.0932 +0.1505 other +137.122 5 55.779 6.649 +0.0879 +0.0829 +0.1385 other +137.222 24 56.146 7.858 +0.0807 +0.0757 +0.1439 other +137.349 0 42.028 41.863 +0.0486 +0.0581 -0.0017 other +137.483 0 44.218 21.619 +0.1671 +0.1747 +0.2026 other +137.627 0 47.238 6.956 +0.1747 +0.1836 +0.1998 other +137.723 0 47.103 5.116 +0.1703 +0.1812 +0.2049 other +137.850 0 47.395 5.016 +0.1725 +0.1814 +0.2026 other +137.983 0 47.707 4.223 +0.1769 +0.1841 +0.2052 other +138.127 0 47.681 5.386 +0.1713 +0.1792 +0.2055 other +138.222 0 47.639 4.524 +0.1731 +0.1811 +0.2115 other +138.349 0 47.979 4.762 +0.1780 +0.1849 +0.2142 other +138.485 0 47.871 6.356 +0.1724 +0.1801 +0.2114 other +138.623 0 47.757 3.362 +0.1721 +0.1801 +0.2120 other +138.724 0 47.794 1.140 +0.1713 +0.1791 +0.2105 other +138.865 0 47.923 2.851 +0.1751 +0.1823 +0.2153 other +138.987 0 47.795 3.500 +0.1716 +0.1794 +0.2129 other +139.129 0 47.921 3.649 +0.1752 +0.1824 +0.2158 other +139.227 0 47.853 3.177 +0.1734 +0.1805 +0.2157 other +139.355 0 47.936 4.538 +0.1721 +0.1799 +0.2131 other +139.488 0 47.946 3.399 +0.1697 +0.1778 +0.2115 other +139.623 0 127.057 82.874 +0.1885 +0.1652 +0.2872 other +139.730 0 129.984 19.850 +0.1658 +0.1473 +0.2305 other +139.850 0 123.239 16.786 +0.1570 +0.1365 +0.2546 other +140.023 1 120.455 13.924 +0.1373 +0.1184 +0.2184 other +140.123 0 119.398 13.031 +0.1338 +0.1131 +0.2018 other +140.222 0 119.284 5.749 +0.1345 +0.1133 +0.2048 other +140.353 0 119.267 10.570 +0.1305 +0.1072 +0.2019 other +#check 140.353 stream=119.267 oneshot=121.739 delta=2.472 +140.571 0 120.398 10.435 +0.1216 +0.0964 +0.1941 other +140.624 0 121.739 7.999 +0.1114 +0.0851 +0.1917 other +140.723 0 122.030 9.270 +0.1110 +0.0845 +0.2062 other +140.853 0 121.927 7.486 +0.1082 +0.0781 +0.2112 other +140.987 0 125.484 17.389 +0.0723 +0.0492 +0.1640 other +141.124 0 202.212 78.692 +0.2706 +0.2524 +0.4619 other +141.223 0 214.105 13.571 +0.3288 +0.3115 +0.4922 other +141.353 0 205.502 10.673 +0.3464 +0.3289 +0.5229 other +141.488 0 187.974 22.158 +0.2814 +0.2611 +0.4829 other +141.622 0 173.876 31.429 +0.0341 +0.0139 +0.1540 other +141.724 0 165.935 22.730 -0.0221 -0.0431 +0.0037 other +141.854 0 158.519 15.070 -0.0733 -0.0886 -0.0485 other +141.985 0 141.979 22.201 -0.1168 -0.1277 -0.1313 other +142.088 0 132.055 17.996 -0.1146 -0.1242 -0.1502 other +142.222 0 128.720 11.590 -0.1201 -0.1261 -0.1602 other +142.352 0 126.329 10.613 -0.1359 -0.1408 -0.1742 other +142.520 0 124.578 11.331 -0.1358 -0.1412 -0.1498 other +142.599 0 117.367 12.359 -0.1308 -0.1368 -0.1361 other +142.721 0 111.764 8.130 -0.0936 -0.1026 -0.0923 other +142.854 0 110.101 4.357 -0.0795 -0.0885 -0.0727 other +143.021 0 92.413 17.448 -0.0589 -0.0704 -0.0529 other +143.086 0 65.192 27.197 -0.0751 -0.0857 -0.0735 other +143.222 0 51.947 13.882 -0.1175 -0.1310 -0.1069 other +143.353 0 43.121 10.195 -0.1985 -0.2155 -0.1632 other +143.523 0 40.218 8.634 -0.2533 -0.2914 -0.1427 other +143.587 0 80.907 53.126 +0.0787 +0.0610 +0.1503 other +143.721 0 80.826 12.918 +0.0839 +0.0657 +0.1531 other +143.855 2 80.744 13.072 +0.0909 +0.0720 +0.1542 other +143.989 1 80.640 17.246 +0.0945 +0.0751 +0.1511 other +144.087 2 80.460 17.126 +0.0861 +0.0669 +0.1426 other +144.223 0 80.337 17.156 +0.0782 +0.0592 +0.1380 other +144.356 0 80.265 13.149 +0.0730 +0.0541 +0.1363 other +144.490 1 80.152 17.324 +0.0732 +0.0547 +0.1353 other +144.588 0 80.095 17.393 +0.0770 +0.0590 +0.1334 other +144.723 0 80.031 17.238 +0.0783 +0.0606 +0.1294 other +144.856 0 79.981 13.266 +0.0716 +0.0540 +0.1244 other +144.989 0 79.993 17.240 +0.0607 +0.0428 +0.1222 other +145.090 0 80.014 13.247 +0.0606 +0.0430 +0.1250 other +145.225 1 80.066 13.220 +0.0635 +0.0459 +0.1274 other +145.357 0 80.230 17.388 +0.0658 +0.0470 +0.1300 other +145.490 1 80.490 17.333 +0.0663 +0.0468 +0.1337 other +145.590 0 80.672 17.215 +0.0681 +0.0495 +0.1383 other +145.726 4 80.766 13.268 +0.0702 +0.0521 +0.1403 other +145.857 1 80.995 17.417 +0.0693 +0.0523 +0.1421 other +145.992 1 81.332 17.389 +0.0592 +0.0432 +0.1403 other +146.121 0 81.614 17.444 +0.0536 +0.0387 +0.1391 other +146.227 0 81.743 13.396 +0.0514 +0.0376 +0.1359 other +146.357 1 82.060 17.441 +0.0478 +0.0360 +0.1274 other +146.521 47 71.881 78.645 -0.0203 -0.0035 -0.1846 other +146.591 27 70.272 3.652 -0.0251 -0.0086 -0.1861 other +146.726 22 70.628 2.604 -0.0255 -0.0088 -0.1914 other +146.857 17 69.412 2.968 -0.0300 -0.0137 -0.1919 other +147.021 0 254.871 184.744 +0.0256 +0.0250 +0.0344 other +147.092 0 235.914 18.680 +0.1539 +0.1748 +0.1576 other +147.225 0 254.756 18.572 +0.0307 +0.0306 +0.0397 other +147.358 0 253.371 1.500 +0.0743 +0.0700 +0.1043 other +147.522 0 229.275 24.031 +0.2693 +0.2606 +0.3637 other +147.598 0 179.986 49.363 +0.3602 +0.3616 +0.4345 other +147.728 0 158.421 24.277 +0.3306 +0.3299 +0.4157 other +147.859 0 151.791 13.251 +0.2976 +0.2919 +0.4059 other +147.994 0 148.171 12.000 +0.3383 +0.3403 +0.4087 other +148.092 0 145.179 10.527 +0.3109 +0.3115 +0.3939 other +148.227 0 140.440 7.887 +0.2971 +0.2970 +0.3822 other +148.359 0 137.123 5.877 +0.2918 +0.2910 +0.3745 other +148.492 0 132.782 6.941 +0.2885 +0.2881 +0.3684 other +148.592 0 128.651 9.328 +0.2924 +0.2940 +0.3659 other +148.726 0 126.522 5.906 +0.2836 +0.2849 +0.3646 other +148.862 0 124.433 6.321 +0.2790 +0.2797 +0.3645 other +148.962 0 105.745 60.452 +0.0314 +0.0226 +0.0284 other +149.100 0 122.766 40.471 +0.0202 +0.0013 +0.1090 other +149.228 0 133.192 45.335 -0.0684 -0.0753 -0.0325 other +149.362 0 139.428 34.084 -0.1595 -0.1636 -0.1467 other +149.461 0 131.986 34.162 -0.2713 -0.2858 -0.2252 other +149.593 0 129.113 27.095 -0.2639 -0.2930 -0.2102 other +149.729 0 93.750 57.602 -0.1200 -0.1257 -0.0607 other +149.865 0 116.670 53.838 -0.0506 -0.0356 -0.0853 other +149.962 0 130.129 43.156 -0.0349 -0.0415 -0.1520 other +150.094 0 146.451 45.999 -0.1515 -0.1677 -0.2021 other +150.228 0 92.428 64.985 -0.0632 -0.0975 -0.0438 other +150.361 0 84.795 39.134 +0.0321 +0.0206 +0.0021 other +150.461 0 123.957 52.669 +0.2933 +0.2938 +0.2882 other +150.600 0 102.600 34.709 +0.1973 +0.1860 +0.2024 other +#restart 150.629 +150.757 0 102.440 46.047 -0.0440 -0.0641 +0.0607 other +150.822 0 103.484 30.641 -0.0710 -0.0988 +0.0591 other +150.954 0 104.003 26.712 -0.0288 -0.0541 +0.1104 other +151.083 0 93.201 47.077 -0.0221 -0.0346 +0.0866 other +151.184 0 107.359 53.078 -0.1018 -0.1117 -0.0280 other +151.324 0 126.310 53.443 +0.0649 +0.0745 +0.0019 other +151.450 0 128.811 50.018 +0.0635 +0.0719 +0.0533 other +151.585 0 140.370 47.625 +0.2213 +0.2436 +0.1474 other +151.687 0 149.290 45.635 +0.2227 +0.2409 +0.1383 other +151.824 0 161.296 45.768 +0.0505 +0.0397 +0.1067 other +151.950 0 166.343 45.175 +0.1138 +0.1028 +0.2118 other +152.085 0 173.501 41.481 +0.0759 +0.0629 +0.1901 other +152.191 0 159.571 36.789 +0.0644 +0.0380 +0.1843 other +152.326 0 132.190 61.211 -0.0781 -0.0894 -0.0998 other +152.451 0 110.467 73.129 -0.1180 -0.1353 -0.0766 other +152.553 0 112.661 58.169 +0.0271 +0.0406 -0.0471 other +152.689 0 100.375 37.778 +0.0525 +0.0656 +0.0307 other +152.827 0 127.004 43.169 +0.1310 +0.1314 +0.0969 other +152.951 0 121.900 35.022 +0.0811 +0.0935 +0.0687 other +153.051 0 106.344 42.566 +0.2283 +0.2244 +0.3584 other +153.188 0 105.920 31.532 +0.3198 +0.3134 +0.4496 other +153.321 0 109.326 39.350 +0.2601 +0.2612 +0.3495 other +153.454 0 106.197 26.752 +0.2760 +0.2737 +0.3833 other +153.556 0 107.115 26.792 +0.2841 +0.2853 +0.3910 other +153.685 0 110.819 40.286 +0.2687 +0.2697 +0.3266 other +153.824 0 145.619 44.757 +0.2754 +0.2802 +0.3006 other +153.954 0 147.642 21.161 +0.2016 +0.2111 +0.2143 other +154.052 0 144.634 23.997 +0.1752 +0.1864 +0.1767 other +154.185 0 151.109 32.634 +0.2079 +0.2268 +0.1734 other +154.325 0 37.520 121.933 -0.1495 -0.1611 -0.1476 other +154.456 0 30.735 20.091 -0.0903 -0.1043 -0.0715 other +154.556 0 27.908 20.056 -0.1199 -0.1364 -0.0702 other +154.686 0 26.701 11.220 -0.1323 -0.1513 -0.0737 other +154.822 0 27.179 11.400 -0.1172 -0.1361 -0.0472 other +154.956 0 28.112 11.102 -0.1017 -0.1223 -0.0206 other +155.054 0 75.272 54.845 +0.0726 +0.0736 +0.0177 other +155.186 0 53.059 30.990 -0.0316 -0.0413 -0.0479 other +155.325 0 37.881 29.753 -0.1065 -0.1398 -0.0786 other +155.456 0 35.262 17.497 -0.0629 -0.1072 -0.0115 other +155.557 0 33.919 20.445 -0.1119 -0.1485 -0.0530 other +155.688 0 36.202 14.544 -0.0508 -0.0933 -0.0276 other +155.823 0 54.761 25.368 +0.0934 +0.0607 +0.0683 other +155.955 0 80.903 45.950 +0.3364 +0.3164 +0.4174 other +156.057 0 64.259 43.822 -0.0641 -0.0983 -0.1144 other +156.192 0 46.079 26.555 -0.0496 -0.1025 -0.0033 other +156.322 0 39.782 19.263 -0.1159 -0.1746 -0.0557 other +156.455 0 35.427 14.653 -0.1507 -0.2086 -0.0850 other +156.557 0 30.659 18.210 -0.1648 -0.2219 -0.0670 other +156.688 0 106.083 84.242 -0.0715 -0.0949 +0.0507 other +156.823 0 106.498 40.086 -0.0129 -0.0228 +0.1054 other +156.955 0 107.059 28.911 +0.0250 +0.0165 +0.1307 other +157.056 0 108.555 42.820 +0.0580 +0.0344 +0.2222 other +157.221 0 107.331 31.634 +0.0836 +0.0637 +0.2203 other +157.323 0 109.399 45.126 -0.0095 -0.0327 +0.0954 other +157.457 0 110.871 44.697 -0.0593 -0.0597 +0.0214 other +157.559 0 110.089 56.213 +0.0355 +0.0304 +0.0359 other +157.693 0 107.988 55.383 -0.0497 -0.0388 -0.0358 other +157.826 0 95.623 60.092 -0.0193 -0.0242 -0.0053 other +157.958 0 92.116 59.767 +0.1612 +0.1700 +0.1449 other +158.058 0 102.407 55.808 +0.2489 +0.2479 +0.3453 other +158.190 0 85.911 54.405 +0.0516 +0.0500 +0.1223 other +158.326 0 49.624 54.182 -0.1954 -0.1975 -0.2420 other +158.461 0 44.203 22.294 -0.1731 -0.1593 -0.2861 other +158.557 0 39.343 23.299 -0.1463 -0.1344 -0.1963 other +158.693 0 37.530 18.599 -0.1164 -0.1211 -0.0914 other +158.826 0 36.825 19.217 -0.0404 -0.0465 -0.0371 other +158.964 0 35.439 20.250 +0.0286 +0.0366 +0.0388 other +159.069 0 36.507 22.290 +0.0653 +0.0890 +0.0398 other +159.220 0 32.423 17.976 +0.1038 +0.1217 +0.1003 other +159.327 2 49.177 35.132 +0.2840 +0.2878 +0.4504 other +159.428 6 52.819 5.736 +0.2748 +0.2776 +0.4397 other +159.559 191 68.440 18.995 +0.2275 +0.2272 +0.3771 other +159.691 0 47.958 25.502 +0.2996 +0.3002 +0.4783 other +159.826 18 54.493 9.738 +0.2812 +0.2812 +0.4535 other +159.927 4 50.848 7.211 +0.2957 +0.2955 +0.4734 other +160.061 7 53.171 7.495 +0.2824 +0.2833 +0.4559 other +160.197 0 43.366 14.175 +0.3027 +0.3053 +0.4715 other +160.325 1 44.115 9.220 +0.3254 +0.3263 +0.4964 other +160.431 102 63.761 22.528 +0.2683 +0.2686 +0.4345 other +#check 160.431 stream=63.761 oneshot=42.030 delta=21.731 +160.650 27 52.370 14.975 +0.3186 +0.3185 +0.4894 other +160.721 11 42.030 16.151 +0.3350 +0.3369 +0.5007 other +160.827 81 64.579 28.100 +0.2413 +0.2425 +0.4164 other +160.927 40 60.837 11.253 +0.2738 +0.2746 +0.4521 other +161.061 8 51.551 16.803 +0.3077 +0.3085 +0.4844 other +161.221 42 55.883 11.779 +0.2822 +0.2831 +0.4687 other +161.331 4 54.173 5.063 +0.2917 +0.2922 +0.4805 other +161.427 79 70.396 18.020 +0.2311 +0.2309 +0.4103 other +161.562 41 61.532 16.575 +0.2715 +0.2697 +0.4591 other +161.695 0 68.450 48.727 +0.1946 +0.1793 +0.1534 other +161.829 0 68.293 3.388 +0.1995 +0.1844 +0.1570 other +161.928 0 68.178 2.151 +0.2013 +0.1861 +0.1570 other +162.060 0 67.685 2.786 +0.2077 +0.1940 +0.1568 other +162.195 0 67.864 7.132 +0.2048 +0.1908 +0.1721 other +162.322 0 67.439 5.154 +0.1884 +0.1810 +0.1671 other +162.430 0 67.455 2.835 +0.1969 +0.1868 +0.1740 other +162.561 0 67.598 4.299 +0.2232 +0.2061 +0.1912 other +162.698 0 67.408 3.428 +0.2181 +0.2033 +0.1926 other +162.833 0 67.396 3.267 +0.2260 +0.2091 +0.2000 other +162.930 0 66.925 3.203 +0.2313 +0.2163 +0.2029 other +163.062 0 67.232 2.076 +0.2292 +0.2111 +0.2070 other +163.220 0 66.947 3.529 +0.2289 +0.2116 +0.2063 other +163.329 0 66.905 2.143 +0.2314 +0.2139 +0.2047 other +163.429 0 67.070 1.269 +0.2309 +0.2128 +0.2047 other +163.562 0 67.246 1.305 +0.2264 +0.2075 +0.2035 other +163.720 0 67.402 1.978 +0.2193 +0.1998 +0.2006 other +163.831 409 80.736 46.225 +0.1810 +0.2011 +0.1866 other +163.929 382 80.916 2.356 +0.1861 +0.2065 +0.1911 other +164.062 397 81.173 2.721 +0.1920 +0.2124 +0.1961 other +164.220 412 81.419 2.054 +0.1943 +0.2145 +0.1968 other +164.331 394 81.494 2.286 +0.1949 +0.2150 +0.1968 other +164.429 380 81.513 1.943 +0.1957 +0.2157 +0.1998 other +164.566 402 81.406 2.098 +0.1968 +0.2166 +0.2020 other +164.722 412 81.309 1.378 +0.1942 +0.2140 +0.2001 other +164.824 397 81.259 4.889 +0.1902 +0.2104 +0.2016 other +164.930 335 81.011 4.056 +0.1874 +0.2073 +0.1999 other +165.065 348 80.046 5.191 +0.1805 +0.1979 +0.1904 other +165.222 372 79.636 3.267 +0.1769 +0.1949 +0.1885 other +165.333 314 79.463 3.380 +0.1792 +0.1980 +0.1917 other +165.433 321 79.456 2.099 +0.1819 +0.2008 +0.1951 other +165.563 390 79.470 1.300 +0.1834 +0.2023 +0.1980 other +165.721 374 79.416 2.334 +0.1854 +0.2044 +0.2025 other +165.826 396 79.369 1.556 +0.1876 +0.2064 +0.2050 other +165.931 382 79.299 1.778 +0.1890 +0.2077 +0.2062 other +166.064 0 111.601 70.267 +0.0030 +0.0111 -0.1121 other +166.222 0 115.624 39.793 +0.0329 +0.0440 -0.0797 other +166.334 0 117.083 21.955 +0.0490 +0.0593 -0.0389 other +166.433 0 118.795 19.979 +0.0665 +0.0763 -0.0076 other +166.565 0 121.022 18.273 +0.0850 +0.0929 +0.0147 other +166.698 0 124.859 24.218 +0.0989 +0.1053 +0.0453 other +166.824 0 125.870 12.163 +0.1055 +0.1115 +0.0658 other +166.934 0 126.144 9.030 +0.1072 +0.1129 +0.0785 other +167.065 0 126.627 10.453 +0.1118 +0.1164 +0.0927 other +167.221 0 127.503 16.545 +0.1142 +0.1179 +0.1096 other +167.322 0 127.726 9.397 +0.1135 +0.1169 +0.1157 other +167.434 0 128.048 12.477 +0.1157 +0.1184 +0.1273 other +167.566 0 128.485 9.198 +0.1179 +0.1201 +0.1352 other +167.700 0 129.404 14.917 +0.1216 +0.1222 +0.1545 other +167.825 0 128.106 17.001 +0.1211 +0.1202 +0.1796 other +167.934 0 125.797 15.288 +0.1242 +0.1216 +0.2024 other +168.066 0 123.540 13.360 +0.1305 +0.1271 +0.2201 other +168.224 0 121.079 18.130 +0.1335 +0.1285 +0.2392 other +168.334 0 28.047 97.424 +0.3018 +0.3129 +0.3863 other +168.433 0 27.204 11.540 +0.2956 +0.3090 +0.3666 other +168.568 0 26.847 9.700 +0.2920 +0.3057 +0.3636 other +168.723 0 26.351 10.736 +0.2865 +0.3025 +0.3648 other +168.824 0 25.628 6.984 +0.2870 +0.3025 +0.3712 other +168.934 0 26.267 3.365 +0.2849 +0.3007 +0.3725 other +169.073 0 27.416 6.618 +0.2954 +0.3117 +0.3806 other +169.224 0 26.261 8.111 +0.3073 +0.3222 +0.3996 other +169.320 0 26.693 5.169 +0.3001 +0.3157 +0.3837 other +169.438 0 51.667 42.421 -0.0262 -0.0289 +0.0697 other +169.568 0 51.615 1.344 -0.0268 -0.0295 +0.0699 other +169.712 0 51.566 2.391 -0.0279 -0.0306 +0.0681 other +169.822 0 51.602 1.668 -0.0283 -0.0309 +0.0661 other +169.937 0 51.644 1.934 -0.0269 -0.0296 +0.0638 other +170.069 0 51.669 2.093 -0.0279 -0.0306 +0.0615 other +170.221 0 51.550 3.902 -0.0302 -0.0329 +0.0580 other +170.320 0 51.446 2.084 -0.0318 -0.0346 +0.0568 other +170.437 0 51.351 1.993 -0.0336 -0.0364 +0.0567 other +170.570 0 63.196 49.976 +0.0512 +0.0347 +0.1612 other +170.723 0 56.514 7.866 +0.0341 +0.0160 +0.1352 other +170.822 0 55.290 6.154 +0.0063 -0.0111 +0.0906 other +170.938 0 53.442 5.157 -0.0074 -0.0234 +0.0638 other +171.070 0 52.072 5.688 -0.0200 -0.0340 +0.0381 other +171.221 0 51.369 4.123 -0.0257 -0.0384 +0.0245 other +171.321 0 63.523 22.960 +0.0444 +0.0278 +0.1580 other +171.437 0 57.534 6.782 +0.0358 +0.0177 +0.1389 other +171.570 0 57.486 4.466 +0.0121 -0.0055 +0.1013 other +171.723 0 60.530 46.266 +0.3633 +0.3601 +0.5242 other +171.824 0 60.405 9.328 +0.3641 +0.3616 +0.5188 other +171.937 0 60.163 6.412 +0.3621 +0.3593 +0.5152 other +172.071 0 59.855 9.401 +0.3594 +0.3549 +0.5202 other +172.222 0 60.040 8.908 +0.3582 +0.3531 +0.5212 other +172.320 0 60.237 8.191 +0.3630 +0.3577 +0.5297 other +172.440 0 60.411 5.139 +0.3668 +0.3620 +0.5340 other +172.572 0 60.275 5.938 +0.3685 +0.3642 +0.5348 other +172.723 0 59.776 8.021 +0.3641 +0.3591 +0.5308 other +172.823 0 59.501 5.797 +0.3610 +0.3556 +0.5285 other +172.940 0 59.248 5.512 +0.3589 +0.3533 +0.5271 other +173.071 0 58.901 8.428 +0.3594 +0.3539 +0.5302 other +173.223 71 41.846 34.176 +0.2288 +0.2128 +0.4237 other +173.323 72 41.830 9.880 +0.2155 +0.2000 +0.4172 other +173.440 54 41.853 8.990 +0.2123 +0.1946 +0.4154 other +173.574 75 41.978 9.439 +0.2080 +0.1887 +0.4220 other +173.723 43 42.500 9.492 +0.2152 +0.2010 +0.4454 other +173.823 40 42.685 5.615 +0.2191 +0.2061 +0.4511 other +173.940 51 42.836 3.092 +0.2195 +0.2053 +0.4474 other +174.074 51 43.031 7.141 +0.2210 +0.2021 +0.4412 other +174.225 49 43.337 8.575 +0.2233 +0.1991 +0.4313 other +174.324 0 74.489 56.515 -0.0056 -0.0083 +0.0261 other +174.445 0 80.205 26.740 +0.0053 -0.0126 +0.0662 other +174.578 0 80.045 28.719 +0.0162 +0.0022 +0.0747 other +174.720 0 80.328 20.516 +0.0029 -0.0132 +0.0556 other +174.821 0 81.099 26.396 +0.0140 -0.0026 +0.0199 other +174.942 0 109.013 62.225 -0.1108 -0.1044 -0.1790 other +175.074 0 99.872 43.390 +0.0249 +0.0492 -0.0806 other +175.226 0 99.440 31.951 -0.0303 -0.0045 -0.2015 other +175.326 0 97.889 24.920 -0.0401 -0.0147 -0.2170 other +175.445 0 94.428 34.792 -0.0724 -0.0486 -0.2710 other +175.575 0 97.615 72.753 +0.0791 +0.0623 +0.2664 other +175.723 0 101.834 9.207 +0.0867 +0.0705 +0.2765 other +175.821 0 44.904 62.705 +0.1824 +0.1552 +0.3727 other +175.945 0 44.807 1.436 +0.1805 +0.1531 +0.3694 other +176.076 0 64.900 36.067 +0.0954 +0.0821 +0.3312 other +176.220 37 96.171 69.902 -0.1521 -0.1708 -0.1536 other +176.323 33 96.211 1.535 -0.1519 -0.1704 -0.1535 other +176.443 0 126.186 83.274 +0.1099 +0.0907 +0.1115 other +176.576 0 99.089 78.200 -0.1560 -0.1731 -0.2423 other +176.723 0 35.994 78.324 -0.0520 -0.0563 +0.0359 other +176.823 47 44.942 35.592 +0.2377 +0.2501 +0.3348 other +176.943 0 66.541 47.091 +0.0566 +0.0563 +0.0826 other +177.079 0 109.676 84.197 +0.2388 +0.2436 +0.1969 other +177.183 0 175.565 94.850 +0.1325 +0.1151 +0.3448 other +177.322 0 234.151 61.587 -0.0014 +0.0117 -0.0488 other +177.444 0 174.090 59.722 -0.0141 +0.0083 -0.1033 other +177.579 0 114.491 59.709 -0.0064 +0.0163 -0.0954 other +177.678 0 59.046 56.494 +0.0064 +0.0291 -0.0782 other +177.821 0 59.096 5.089 +0.0116 +0.0345 -0.0703 other +177.949 0 59.175 7.105 +0.0238 +0.0476 -0.0591 other +178.078 0 59.262 7.579 +0.0366 +0.0626 -0.0464 other +178.183 0 59.292 8.000 +0.0516 +0.0785 -0.0329 other +178.324 0 59.300 6.198 +0.0626 +0.0889 -0.0268 other +178.449 0 59.332 8.687 +0.0684 +0.0934 -0.0176 other +178.582 0 59.463 8.646 +0.0708 +0.0943 -0.0076 other +178.680 0 59.680 7.468 +0.0726 +0.0943 +0.0022 other +178.824 0 59.769 5.110 +0.0728 +0.0930 +0.0099 other +178.952 0 59.825 7.042 +0.0742 +0.0929 +0.0261 other +179.083 0 59.720 8.304 +0.0712 +0.0898 +0.0290 other +179.179 0 59.479 9.177 +0.0615 +0.0793 +0.0238 other +179.326 0 59.340 6.514 +0.0574 +0.0745 +0.0180 other +179.448 0 58.980 9.140 +0.0522 +0.0694 +0.0034 other +179.580 0 55.079 41.637 +0.2201 +0.2359 +0.0745 other +179.682 0 61.239 13.712 +0.2406 +0.2592 +0.1053 other +179.822 0 66.098 6.498 +0.2734 +0.2937 +0.1435 other +179.950 0 71.818 9.855 +0.3012 +0.3227 +0.1850 other +180.080 0 84.729 19.612 +0.3417 +0.3669 +0.2844 other +180.186 0 168.107 86.040 +0.4408 +0.4588 +0.4496 other +180.323 0 193.717 26.955 +0.4046 +0.4118 +0.4695 other +180.450 0 212.283 19.181 +0.3722 +0.3844 +0.3980 other +#check 180.450 stream=212.283 oneshot=226.286 delta=14.003 +#restart 180.666 +180.832 0 224.626 18.740 +0.3085 +0.3064 +0.3806 other +180.891 0 224.626 0.000 +0.3085 +0.3064 +0.3806 other +181.029 0 224.436 3.816 +0.3371 +0.3359 +0.3799 other +181.125 0 225.557 2.678 +0.3168 +0.3138 +0.3537 other +181.256 0 223.003 5.189 +0.3011 +0.3030 +0.3421 other +181.389 0 223.373 2.393 +0.2856 +0.2888 +0.3238 other +181.525 0 226.094 3.383 +0.2735 +0.2784 +0.2988 other +181.622 0 39.213 187.122 +0.0209 +0.0165 +0.0288 other +181.759 0 38.669 5.454 +0.0124 +0.0075 +0.0252 other +181.892 0 38.562 9.498 +0.0177 +0.0117 +0.0313 other +182.027 0 38.484 8.335 +0.0164 +0.0116 +0.0274 other +182.122 0 38.291 9.278 +0.0121 +0.0076 +0.0195 other +182.257 0 38.297 6.575 +0.0139 +0.0095 +0.0170 other +182.389 0 38.308 7.755 +0.0171 +0.0129 +0.0155 other +182.524 0 38.047 8.947 +0.0195 +0.0177 +0.0097 other +182.624 0 37.950 6.547 +0.0235 +0.0245 +0.0085 other +182.759 0 37.828 6.669 +0.0285 +0.0321 +0.0086 other +182.891 0 37.532 7.933 +0.0313 +0.0386 +0.0095 other +183.024 0 37.387 9.116 +0.0320 +0.0425 +0.0100 other +183.123 0 37.304 6.752 +0.0320 +0.0431 +0.0096 other +183.257 0 37.393 6.928 +0.0362 +0.0475 +0.0137 other +183.390 0 37.483 8.090 +0.0457 +0.0574 +0.0176 other +183.524 0 80.242 62.171 -0.0386 -0.0435 -0.0054 other +183.630 0 81.395 6.517 -0.0226 -0.0259 -0.0040 other +183.759 0 82.591 6.781 -0.0090 -0.0104 -0.0040 other +183.897 0 84.318 9.459 +0.0196 +0.0213 +0.0127 other +184.029 0 85.771 9.653 +0.0595 +0.0647 +0.0526 other +184.126 0 87.082 9.552 +0.1065 +0.1170 +0.0829 other +184.259 0 87.915 7.309 +0.1311 +0.1444 +0.1081 other +184.396 0 89.140 9.292 +0.1652 +0.1817 +0.1332 other +184.526 0 90.349 8.664 +0.1870 +0.2054 +0.1404 other +184.626 0 91.166 5.953 +0.1922 +0.2107 +0.1358 other +184.766 0 91.789 5.526 +0.1836 +0.2018 +0.1204 other +184.920 0 92.192 6.818 +0.1611 +0.1785 +0.0887 other +184.993 0 92.046 6.098 +0.1349 +0.1512 +0.0558 other +185.126 0 91.511 4.089 +0.1219 +0.1385 +0.0369 other +185.261 0 90.511 5.603 +0.1042 +0.1216 +0.0142 other +185.392 0 117.805 46.841 +0.1162 +0.1042 +0.2164 other +185.521 0 118.093 15.961 +0.0849 +0.0699 +0.1864 other +185.627 0 118.155 11.624 +0.0545 +0.0377 +0.1673 other +185.764 0 117.543 8.471 +0.0335 +0.0153 +0.1549 other +185.894 0 116.959 12.668 +0.0058 -0.0150 +0.1296 other +186.022 0 117.234 13.382 -0.0076 -0.0303 +0.1199 other +186.122 0 36.422 94.309 -0.0450 -0.0670 -0.1064 other +186.260 0 40.839 10.593 -0.0551 -0.0880 -0.1007 other +186.400 0 43.681 14.328 +0.0380 +0.0073 +0.0357 other +186.519 0 48.047 10.977 +0.0258 -0.0187 +0.0577 other +186.633 0 58.920 24.858 -0.0398 -0.0822 +0.0253 other +186.765 0 79.102 31.021 -0.0155 -0.0451 +0.0104 other +186.920 0 82.140 17.010 -0.0666 -0.0992 -0.0381 other +187.021 0 46.518 57.405 -0.0227 -0.0055 -0.0208 other +187.127 0 53.549 10.085 -0.0534 -0.0360 -0.0890 other +187.266 0 56.784 12.993 +0.0192 +0.0259 +0.0283 other +187.422 0 56.004 11.997 +0.0735 +0.0624 +0.1436 other +187.520 0 55.788 10.354 +0.0764 +0.0729 +0.0989 other +187.622 0 55.431 5.301 +0.0749 +0.0747 +0.0864 other +187.766 0 55.351 5.338 +0.0885 +0.0889 +0.0975 other +187.900 0 53.455 44.551 -0.1269 -0.1159 -0.1673 other +188.009 0 52.958 12.362 -0.1257 -0.1136 -0.1600 other +188.134 0 51.881 9.714 -0.1476 -0.1343 -0.1927 other +188.264 0 48.669 12.847 -0.1348 -0.1226 -0.1874 other +188.397 0 43.231 17.976 -0.1056 -0.0929 -0.1464 other +188.497 0 39.129 17.965 -0.0889 -0.0717 -0.1004 other +188.631 0 39.114 7.611 -0.0830 -0.0667 -0.0999 other +188.768 0 39.029 10.062 -0.0664 -0.0477 -0.0894 other +188.920 0 66.994 45.012 +0.1727 +0.1929 +0.2195 other +189.020 3 65.566 4.938 +0.1635 +0.1836 +0.2066 other +189.134 0 47.058 45.482 +0.1143 +0.1285 +0.0805 other +189.264 0 47.135 1.324 +0.1178 +0.1320 +0.0838 other +189.421 0 47.258 1.004 +0.1201 +0.1343 +0.0861 other +189.504 0 47.361 1.295 +0.1241 +0.1383 +0.0929 other +189.634 0 47.437 0.618 +0.1259 +0.1401 +0.0957 other +189.766 0 47.573 0.752 +0.1266 +0.1407 +0.0972 other +189.924 0 47.623 0.465 +0.1260 +0.1402 +0.0968 other +190.003 0 47.732 1.153 +0.1228 +0.1370 +0.0925 other +190.131 0 48.067 1.783 +0.1230 +0.1367 +0.0952 other +190.265 0 49.487 5.365 +0.1216 +0.1330 +0.1080 other +190.425 0 51.340 5.949 +0.1209 +0.1275 +0.1243 other +190.521 0 53.652 6.125 +0.1073 +0.1093 +0.1351 other +190.632 0 55.416 4.469 +0.0944 +0.0921 +0.1395 other +190.767 0 57.413 4.594 +0.0824 +0.0772 +0.1411 other +190.907 0 59.489 6.275 +0.0600 +0.0499 +0.1397 other +191.004 0 63.280 7.944 +0.0511 +0.0363 +0.1425 other +191.135 0 66.177 5.478 +0.0396 +0.0234 +0.1396 other +191.267 0 69.406 6.536 +0.0382 +0.0209 +0.1386 other +191.405 0 75.067 9.446 +0.0399 +0.0208 +0.1379 other +191.524 0 81.223 10.826 +0.0153 -0.0074 +0.1263 other +191.632 0 86.197 7.900 +0.0071 -0.0154 +0.1189 other +191.769 0 92.812 9.755 +0.0249 +0.0032 +0.1285 other +191.928 0 96.718 5.116 +0.0405 +0.0194 +0.1437 other +192.021 0 102.611 7.757 +0.0669 +0.0461 +0.1745 other +192.134 0 105.061 4.540 +0.0835 +0.0633 +0.1896 other +192.265 0 106.978 6.323 +0.0804 +0.0596 +0.1964 other +192.401 0 124.381 72.913 +0.0205 +0.0099 +0.0494 other +192.522 0 124.650 16.379 +0.0189 +0.0084 +0.0552 other +192.626 0 122.913 16.914 +0.0070 -0.0084 +0.0553 other +192.766 0 121.956 17.762 +0.0092 -0.0007 +0.0341 other +192.922 0 158.729 58.632 +0.0564 +0.0159 +0.2717 other +193.022 0 177.331 18.782 +0.0170 -0.0275 +0.2254 other +193.134 0 171.296 9.844 +0.0204 -0.0210 +0.2399 other +193.266 0 115.667 84.826 +0.3709 +0.3768 +0.4395 other +193.367 0 116.244 7.609 +0.3686 +0.3753 +0.4394 other +193.523 0 116.600 8.241 +0.3623 +0.3693 +0.4313 other +193.635 0 119.747 11.474 +0.3652 +0.3704 +0.4317 other +193.769 0 118.931 10.486 +0.3566 +0.3637 +0.4227 other +193.867 0 117.522 11.010 +0.3502 +0.3575 +0.4197 other +194.022 0 116.518 7.061 +0.3558 +0.3633 +0.4212 other +194.137 0 111.448 9.724 +0.3485 +0.3575 +0.4184 other +194.268 0 110.868 14.463 +0.3574 +0.3662 +0.4175 other +194.368 0 105.558 5.914 +0.3561 +0.3662 +0.4080 other +194.525 0 105.186 10.646 +0.3549 +0.3654 +0.3972 other +194.635 0 103.751 12.427 +0.3476 +0.3592 +0.3863 other +194.768 0 103.298 10.158 +0.3396 +0.3517 +0.3679 other +194.870 0 107.194 11.372 +0.3402 +0.3512 +0.3703 other +195.024 0 115.610 13.253 +0.3566 +0.3651 +0.3838 other +195.138 0 127.544 16.879 +0.3652 +0.3685 +0.4023 other +195.268 0 139.223 16.318 +0.3630 +0.3624 +0.4098 other +195.369 0 153.375 19.727 +0.3589 +0.3546 +0.4162 other +195.502 0 158.879 15.832 +0.3358 +0.3284 +0.4179 other +195.626 0 175.022 19.898 +0.3203 +0.3081 +0.3977 other +195.770 0 184.208 10.020 +0.3048 +0.2914 +0.3803 other +195.869 0 190.793 11.672 +0.2634 +0.2478 +0.3551 other +196.021 0 193.056 10.056 +0.2440 +0.2284 +0.3389 other +196.140 0 196.029 16.668 +0.2390 +0.2244 +0.3074 other +196.272 0 204.740 17.256 +0.1975 +0.1845 +0.2765 other +196.370 0 222.024 20.864 +0.1362 +0.1238 +0.1994 other +196.521 0 235.122 12.835 +0.0004 -0.0077 +0.0373 other +196.639 0 250.515 15.289 +0.0256 +0.0250 +0.0344 other +196.770 0 248.490 1.972 +0.0205 +0.0187 +0.0311 other +196.871 0 241.867 6.523 +0.0496 +0.0427 +0.0825 other +197.025 0 235.574 6.217 +0.0664 +0.0543 +0.1171 other +197.122 0 220.266 15.212 +0.0835 +0.0624 +0.1624 other +197.270 0 198.742 21.454 +0.0905 +0.0667 +0.1818 other +197.371 0 112.713 85.671 +0.1019 +0.0755 +0.2035 other +197.504 0 83.678 28.987 +0.0950 +0.0700 +0.1963 other +197.624 0 73.084 11.744 +0.0948 +0.0672 +0.2001 other +197.771 0 62.397 10.721 +0.0850 +0.0573 +0.1913 other +197.872 0 65.490 28.100 +0.2141 +0.2068 +0.1551 other +198.022 0 247.116 180.855 +0.2130 +0.1988 +0.3263 other +198.123 0 241.096 6.043 +0.2914 +0.2768 +0.4329 other +198.274 0 234.625 6.478 +0.3281 +0.3112 +0.4926 other +198.371 0 229.054 5.571 +0.3472 +0.3297 +0.5238 other +198.524 0 213.404 15.518 +0.3680 +0.3469 +0.5592 other +198.621 0 200.887 12.750 +0.3658 +0.3426 +0.5679 other +198.772 0 188.977 12.232 +0.3431 +0.3186 +0.5517 other +198.872 0 172.620 17.800 +0.2937 +0.2674 +0.5080 other +199.024 0 168.202 8.104 +0.2666 +0.2393 +0.4804 other +199.124 0 155.458 16.042 +0.2080 +0.1786 +0.4070 other +199.272 0 142.572 14.065 +0.1728 +0.1427 +0.3554 other +199.374 0 131.131 15.787 +0.1456 +0.1149 +0.3070 other +199.526 0 131.866 7.105 +0.1440 +0.1143 +0.3022 other +199.623 0 130.747 8.831 +0.1507 +0.1193 +0.3047 other +199.775 0 131.995 10.046 +0.1427 +0.1150 +0.2926 other +199.876 0 133.302 10.693 +0.1520 +0.1260 +0.2927 other +200.022 0 132.594 5.492 +0.1513 +0.1243 +0.2910 other +200.121 0 132.527 11.228 +0.1633 +0.1344 +0.3005 other +200.279 0 133.256 10.597 +0.1508 +0.1260 +0.2837 other +200.380 0 133.813 10.624 +0.1519 +0.1288 +0.2828 other +200.523 0 132.070 11.667 +0.1581 +0.1304 +0.2882 other +#check 200.523 stream=132.070 oneshot=133.710 delta=1.640 +200.762 0 133.862 10.843 +0.1538 +0.1303 +0.2840 other +200.790 0 133.750 8.271 +0.1493 +0.1268 +0.2791 other +200.876 0 134.667 9.550 +0.1511 +0.1283 +0.2833 other +201.022 0 134.521 9.268 +0.1446 +0.1245 +0.2726 other +201.125 1 135.003 8.922 +0.1436 +0.1222 +0.2740 other +201.279 0 134.022 7.633 +0.1370 +0.1144 +0.2673 other +201.387 1 135.063 11.358 +0.1362 +0.1176 +0.2604 other +201.524 0 135.277 8.910 +0.1359 +0.1155 +0.2624 other +201.643 1 135.557 8.679 +0.1328 +0.1129 +0.2580 other +201.744 0 135.992 10.388 +0.1278 +0.1093 +0.2533 other +201.882 0 136.610 7.002 +0.1259 +0.1087 +0.2508 other +202.022 0 137.185 10.610 +0.1247 +0.1069 +0.2495 other +202.125 0 137.898 10.902 +0.1153 +0.0993 +0.2457 other +202.248 0 136.781 6.776 +0.1093 +0.0925 +0.2391 other +202.380 0 137.567 9.940 +0.1040 +0.0872 +0.2361 other +202.526 0 139.498 11.414 +0.1033 +0.0878 +0.2361 other +202.648 0 139.758 7.925 +0.1036 +0.0890 +0.2307 other +202.744 0 139.220 5.175 +0.1003 +0.0857 +0.2212 other +202.878 1 138.243 13.160 +0.0878 +0.0719 +0.2096 other +203.023 0 138.939 8.936 +0.0831 +0.0681 +0.2017 other +203.123 0 138.637 10.463 +0.0768 +0.0621 +0.1951 other +203.245 0 139.495 7.826 +0.0770 +0.0628 +0.1951 other +203.378 0 139.997 7.549 +0.0735 +0.0597 +0.1923 other +203.524 0 139.498 10.943 +0.0659 +0.0514 +0.1816 other +203.650 0 140.454 10.011 +0.0696 +0.0562 +0.1854 other +203.748 0 140.020 9.293 +0.0633 +0.0502 +0.1814 other +203.880 0 140.100 7.130 +0.0650 +0.0521 +0.1861 other +204.024 0 139.662 11.943 +0.0522 +0.0394 +0.1762 other +204.122 0 139.632 5.983 +0.0493 +0.0370 +0.1754 other +204.248 0 139.528 6.785 +0.0462 +0.0339 +0.1702 other +204.388 0 141.009 12.374 +0.0444 +0.0335 +0.1694 other +204.529 0 134.780 13.928 +0.0266 +0.0136 +0.1481 other +204.625 0 134.706 10.510 +0.0279 +0.0153 +0.1473 other +204.747 0 134.942 9.153 +0.0281 +0.0165 +0.1477 other +204.879 0 135.193 6.051 +0.0297 +0.0181 +0.1496 other +205.021 0 134.982 11.968 +0.0359 +0.0237 +0.1424 other +205.123 0 141.383 13.280 +0.0572 +0.0474 +0.1513 other +205.246 0 141.659 10.276 +0.0621 +0.0527 +0.1555 other +205.380 0 141.512 12.559 +0.0677 +0.0590 +0.1450 other +205.525 0 140.795 10.216 +0.0747 +0.0662 +0.1503 other +205.622 0 109.847 31.872 +0.0769 +0.0682 +0.1421 other +205.745 0 88.974 22.478 +0.0771 +0.0683 +0.1519 other +205.883 0 46.472 42.523 +0.0824 +0.0727 +0.1248 other +206.023 0 26.465 20.048 +0.0825 +0.0863 +0.1219 other +206.146 0 4.422 21.935 +0.0079 +0.0100 +0.0037 other +206.250 0 240.961 235.229 +0.0585 +0.0511 +0.0771 other +206.386 0 212.486 28.299 +0.1124 +0.0931 +0.1456 other +206.520 0 169.703 42.615 +0.1248 +0.0999 +0.1624 other +206.660 0 143.343 26.470 +0.1234 +0.0981 +0.1576 other +206.751 0 101.502 42.175 +0.1245 +0.0993 +0.1584 other +206.921 0 75.693 26.146 +0.1202 +0.0961 +0.1534 other +207.023 0 24.710 51.807 +0.1168 +0.0940 +0.1559 other +207.122 0 10.514 14.871 +0.1019 +0.0796 +0.1413 other +207.253 0 10.413 1.450 +0.0998 +0.0778 +0.1396 other +207.383 0 10.294 2.339 +0.0987 +0.0766 +0.1371 other +207.522 0 10.194 2.966 +0.0961 +0.0760 +0.1370 other +207.624 0 10.120 1.874 +0.0946 +0.0764 +0.1415 other +207.752 0 10.079 1.368 +0.0920 +0.0740 +0.1408 other +207.885 0 10.023 2.020 +0.0884 +0.0701 +0.1388 other +208.025 0 9.955 2.161 +0.0835 +0.0636 +0.1362 other +208.126 0 9.893 2.084 +0.0790 +0.0596 +0.1318 other +208.253 0 9.861 1.570 +0.0774 +0.0597 +0.1298 other +208.419 0 9.798 2.723 +0.0796 +0.0644 +0.1311 other +208.523 0 9.718 2.978 +0.0815 +0.0672 +0.1295 other +208.656 0 9.684 1.342 +0.0799 +0.0652 +0.1306 other +208.749 0 9.607 3.009 +0.0704 +0.0552 +0.1286 other +208.887 0 9.575 1.393 +0.0659 +0.0509 +0.1277 other +209.022 0 9.507 1.759 +0.0679 +0.0558 +0.1338 other +209.152 0 9.450 1.830 +0.0697 +0.0602 +0.1357 other +209.254 0 9.401 1.959 +0.0685 +0.0597 +0.1331 other +209.383 0 9.354 1.391 +0.0661 +0.0567 +0.1304 other +209.522 0 9.273 2.637 +0.0596 +0.0495 +0.1254 other +209.650 0 9.241 1.559 +0.0600 +0.0502 +0.1269 other +209.753 0 9.162 3.048 +0.0595 +0.0527 +0.1263 other +209.885 0 9.136 1.433 +0.0594 +0.0541 +0.1260 other +210.024 0 9.063 1.896 +0.0592 +0.0548 +0.1288 other +210.121 0 9.020 2.021 +0.0590 +0.0547 +0.1284 other +210.250 0 8.966 1.446 +0.0595 +0.0551 +0.1264 other +210.391 0 8.900 2.392 +0.0627 +0.0597 +0.1278 other +210.524 0 8.845 1.825 +0.0633 +0.0623 +0.1286 other +210.624 0 8.815 1.243 +0.0616 +0.0616 +0.1262 other +210.758 0 8.772 1.219 +0.0580 +0.0587 +0.1237 other +#restart 210.797 +210.971 0 8.663 3.492 +0.0482 +0.0496 +0.1144 other +211.023 0 8.663 0.000 +0.0482 +0.0496 +0.1144 other +211.130 0 8.646 0.783 +0.0482 +0.0499 +0.1160 other +211.250 0 8.610 1.461 +0.0498 +0.0516 +0.1184 other +211.390 0 8.551 2.259 +0.0506 +0.0529 +0.1206 other +211.521 0 8.489 2.099 +0.0472 +0.0500 +0.1205 other +211.627 0 8.446 2.410 +0.0415 +0.0446 +0.1177 other +211.755 0 8.411 1.519 +0.0383 +0.0415 +0.1152 other +211.893 0 8.355 1.649 +0.0434 +0.0472 +0.1210 other +212.022 0 8.295 1.502 +0.0519 +0.0559 +0.1273 other +212.156 0 8.242 1.508 +0.0605 +0.0643 +0.1340 other +212.253 0 7.440 1.377 +0.0589 +0.0621 +0.1362 other +212.387 0 5.869 1.986 +0.0485 +0.0506 +0.1298 other +212.525 0 4.388 1.808 +0.0386 +0.0400 +0.1198 other +212.626 0 3.075 1.616 +0.0345 +0.0359 +0.1109 other +212.756 0 2.297 0.888 +0.0324 +0.0338 +0.0997 other +212.886 0 1.136 1.219 +0.0101 +0.0109 +0.0458 other +213.019 0 0.471 0.735 -0.0251 -0.0243 -0.0351 other +213.153 0 0.070 0.404 -0.0256 -0.0250 -0.0344 other +213.252 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.386 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.520 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.653 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.753 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +213.891 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +214.029 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +214.130 0 8.346 8.272 +0.6114 +0.6279 +0.5391 other +214.263 0 16.685 8.335 +0.6594 +0.6772 +0.5862 other +214.392 0 30.850 14.133 +0.6729 +0.6912 +0.5975 other +214.524 0 30.850 0.000 +0.6729 +0.6912 +0.5975 other +214.623 1 37.337 6.464 +0.6023 +0.6198 +0.5604 other +214.758 104 45.822 18.383 +0.5630 +0.5852 +0.4971 other +214.889 39 43.796 26.310 +0.8711 +0.8931 +0.5316 title_noplate +215.026 0 36.602 7.172 +0.8359 +0.8566 +0.4806 title_noplate +215.133 0 38.705 11.149 +0.7789 +0.8001 +0.4036 title_noplate +215.256 0 43.435 7.198 +0.7619 +0.7839 +0.3756 title_noplate +215.429 0 54.334 10.863 +0.7760 +0.8004 +0.4257 title_noplate +215.524 0 52.593 4.781 +0.8192 +0.8437 +0.4444 title_noplate +215.624 0 52.761 0.674 +0.8254 +0.8500 +0.4488 title_noplate +215.927 0 53.997 4.706 +0.8681 +0.8930 +0.4799 title_noplate +215.943 0 54.974 3.280 +0.8925 +0.9178 +0.5001 title_noplate +216.024 13 56.482 6.777 +0.9288 +0.9540 +0.5354 title_noplate +216.126 55 57.641 3.775 +0.9389 +0.9639 +0.5530 title_noplate +216.261 154 60.258 4.583 +0.9434 +0.9679 +0.5678 title_noplate +216.389 154 60.258 0.000 +0.9434 +0.9679 +0.5678 title_noplate +216.523 154 60.258 0.001 +0.9434 +0.9679 +0.5678 title_noplate +216.629 154 60.280 0.023 +0.9440 +0.9685 +0.5678 title_noplate +216.757 154 60.488 0.214 +0.9493 +0.9739 +0.5675 title_noplate +216.889 154 60.757 0.277 +0.9531 +0.9779 +0.5653 title_noplate +217.025 154 61.037 0.290 +0.9537 +0.9785 +0.5611 title_noplate +217.133 154 61.086 0.056 +0.9535 +0.9783 +0.5603 title_noplate +217.264 154 61.092 0.012 +0.9535 +0.9784 +0.5602 title_noplate +217.422 154 61.103 0.019 +0.9535 +0.9784 +0.5602 title_noplate +217.533 154 61.113 0.017 +0.9535 +0.9784 +0.5602 title_noplate +217.625 154 61.124 0.016 +0.9534 +0.9784 +0.5602 title_noplate +217.758 154 61.136 0.017 +0.9534 +0.9784 +0.5601 title_noplate +217.892 154 61.151 0.020 +0.9534 +0.9784 +0.5601 title_noplate +218.029 154 61.228 0.082 +0.9549 +0.9784 +0.5605 title_noplate +218.127 154 61.707 0.477 +0.9663 +0.9760 +0.5640 title_noplate +218.259 154 62.212 0.500 +0.9744 +0.9698 +0.5655 title_plate +218.393 464 62.826 0.606 +0.9791 +0.9573 +0.5643 title_plate +218.745 838 63.200 0.362 +0.9794 +0.9497 +0.5634 title_plate +218.762 979 63.471 0.261 +0.9790 +0.9460 +0.5638 title_plate +218.779 1332 63.689 0.207 +0.9782 +0.9430 +0.5641 title_plate +218.921 1454 63.988 0.290 +0.9767 +0.9386 +0.5643 title_plate +219.021 1520 64.212 0.221 +0.9753 +0.9354 +0.5643 title_plate +219.129 1520 64.223 0.015 +0.9753 +0.9354 +0.5643 title_plate +219.260 1520 64.247 0.034 +0.9753 +0.9354 +0.5642 title_plate +219.392 1517 64.256 0.048 +0.9755 +0.9356 +0.5641 title_plate +219.529 1470 64.163 0.204 +0.9765 +0.9380 +0.5639 title_plate +219.621 1442 64.082 0.130 +0.9772 +0.9397 +0.5638 title_plate +219.761 1420 63.982 0.146 +0.9778 +0.9416 +0.5637 title_plate +219.896 1167 63.828 0.231 +0.9786 +0.9444 +0.5633 title_plate +220.021 977 63.725 0.148 +0.9790 +0.9461 +0.5630 title_plate +220.126 914 63.582 0.206 +0.9792 +0.9485 +0.5627 title_plate +220.262 802 63.464 0.163 +0.9793 +0.9505 +0.5625 title_plate +220.425 714 63.378 0.169 +0.9792 +0.9523 +0.5624 title_plate +220.529 714 63.392 0.051 +0.9792 +0.9522 +0.5624 title_plate +220.627 714 63.399 0.029 +0.9792 +0.9522 +0.5625 title_plate +#check 220.627 stream=63.399 oneshot=63.672 delta=0.274 +220.855 758 63.474 0.118 +0.9792 +0.9510 +0.5626 title_plate +220.922 927 63.672 0.224 +0.9791 +0.9479 +0.5628 title_plate +221.024 1332 64.045 0.407 +0.9782 +0.9426 +0.5637 title_plate +221.130 1440 64.207 0.180 +0.9774 +0.9400 +0.5640 title_plate +221.264 1497 64.460 0.278 +0.9758 +0.9360 +0.5643 title_plate +221.420 1520 64.531 0.104 +0.9753 +0.9349 +0.5644 title_plate +221.536 1520 64.535 0.072 +0.9754 +0.9350 +0.5646 title_plate +221.629 1517 64.524 0.042 +0.9756 +0.9353 +0.5647 title_plate +221.764 1497 64.474 0.097 +0.9761 +0.9362 +0.5648 title_plate +221.897 1454 64.348 0.174 +0.9771 +0.9384 +0.5648 title_plate +222.024 1402 64.134 0.275 +0.9784 +0.9420 +0.5647 title_plate +222.128 1292 64.040 0.122 +0.9789 +0.9435 +0.5646 title_plate +222.265 1004 63.919 0.156 +0.9794 +0.9454 +0.5645 title_plate +222.424 951 63.755 0.214 +0.9799 +0.9478 +0.5642 title_plate +222.530 818 63.578 0.223 +0.9801 +0.9506 +0.5640 title_plate +222.634 740 63.466 0.156 +0.9802 +0.9525 +0.5640 title_plate +222.770 714 63.432 0.063 +0.9802 +0.9532 +0.5640 title_plate +222.896 714 63.425 0.057 +0.9804 +0.9533 +0.5640 title_plate +223.021 730 63.432 0.088 +0.9805 +0.9532 +0.5640 title_plate +223.140 809 63.532 0.147 +0.9806 +0.9516 +0.5640 title_plate +223.264 959 63.738 0.237 +0.9805 +0.9485 +0.5643 title_plate +223.400 1274 63.970 0.270 +0.9799 +0.9451 +0.5647 title_plate +223.521 1486 64.342 0.436 +0.9779 +0.9390 +0.5650 title_plate +223.793 1517 64.432 0.132 +0.9773 +0.9374 +0.5650 title_plate +223.828 1520 64.436 0.041 +0.9773 +0.9373 +0.5649 title_plate +223.904 1283 51.004 13.539 +0.9742 +0.9332 +0.5619 title_plate +224.025 0 26.626 25.247 +0.9230 +0.8806 +0.5229 title_plate +224.134 0 26.626 1.874 +0.8667 +0.8261 +0.4949 title_plate +224.284 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +224.400 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +224.500 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +224.633 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +224.782 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +224.901 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +225.008 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +225.141 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +225.272 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +225.419 0 26.626 0.000 +0.8667 +0.8261 +0.4949 title_plate +225.521 452 34.408 9.646 +0.9154 +0.8720 +0.5153 title_plate +225.626 1520 64.281 30.756 +0.9774 +0.9376 +0.5648 title_plate +225.765 178 61.462 2.773 +0.9722 +0.9604 +0.5851 title_plate +225.902 327 54.665 7.051 +0.8902 +0.9131 +0.6107 title_noplate +225.998 404 50.913 4.301 +0.8533 +0.8757 +0.6334 title_noplate +226.132 0 24.473 26.569 +0.6695 +0.6877 +0.5952 other +226.267 0 0.070 24.381 -0.0256 -0.0250 -0.0344 other +226.403 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +226.500 0 6.987 6.968 +0.6492 +0.6662 +0.4279 other +226.634 0 10.431 3.487 +0.7747 +0.7942 +0.5213 title_noplate +226.771 0 10.708 0.436 +0.7373 +0.7522 +0.5627 title_noplate +226.926 0 20.871 10.099 +0.6573 +0.6519 +0.8423 menu +227.245 0 25.649 5.031 +0.5935 +0.5863 +0.8749 menu +227.257 0 25.869 0.542 +0.5693 +0.5625 +0.9034 menu +227.274 0 25.905 0.041 +0.5680 +0.5612 +0.9064 menu +227.400 327 26.077 0.187 +0.5570 +0.5504 +0.9126 menu +227.522 327 26.077 0.005 +0.5570 +0.5504 +0.9126 menu +227.637 327 26.078 0.026 +0.5571 +0.5505 +0.9128 menu +227.770 327 26.078 0.010 +0.5571 +0.5505 +0.9128 menu +227.927 327 26.081 0.029 +0.5572 +0.5505 +0.9130 menu +228.029 327 26.084 0.039 +0.5572 +0.5506 +0.9132 menu +228.126 327 26.089 0.032 +0.5570 +0.5505 +0.9131 menu +228.270 327 26.092 0.020 +0.5571 +0.5506 +0.9132 menu +228.422 327 26.097 0.028 +0.5570 +0.5506 +0.9131 menu +228.530 327 26.105 0.033 +0.5567 +0.5503 +0.9126 menu +228.623 327 26.109 0.019 +0.5567 +0.5503 +0.9127 menu +228.768 327 26.116 0.024 +0.5564 +0.5501 +0.9123 menu +228.928 327 26.128 0.042 +0.5566 +0.5504 +0.9123 menu +229.029 327 26.134 0.021 +0.5566 +0.5505 +0.9121 menu +229.125 327 26.145 0.039 +0.5566 +0.5505 +0.9118 menu +229.269 327 26.151 0.021 +0.5567 +0.5507 +0.9120 menu +229.425 327 26.169 0.041 +0.5566 +0.5507 +0.9121 menu +229.524 327 26.183 0.032 +0.5562 +0.5503 +0.9116 menu +229.627 327 26.192 0.016 +0.5561 +0.5502 +0.9115 menu +229.775 327 26.204 0.025 +0.5560 +0.5501 +0.9114 menu +229.926 327 26.220 0.026 +0.5559 +0.5502 +0.9114 menu +230.027 327 26.238 0.044 +0.5559 +0.5502 +0.9113 menu +230.127 327 26.253 0.037 +0.5559 +0.5502 +0.9114 menu +230.270 327 26.265 0.029 +0.5560 +0.5503 +0.9117 menu +230.373 327 26.281 0.053 +0.5560 +0.5502 +0.9119 menu +230.528 327 26.292 0.038 +0.5558 +0.5501 +0.9118 menu +230.638 327 26.314 0.058 +0.5559 +0.5501 +0.9120 menu +230.774 327 26.329 0.041 +0.5557 +0.5500 +0.9118 menu +230.906 327 26.356 0.076 +0.5554 +0.5496 +0.9115 menu +231.011 327 26.360 0.016 +0.5554 +0.5495 +0.9115 menu +231.138 327 26.380 0.059 +0.5550 +0.5492 +0.9111 menu +231.271 327 26.397 0.057 +0.5553 +0.5493 +0.9111 menu +231.425 327 26.409 0.050 +0.5553 +0.5493 +0.9110 menu +231.541 327 26.416 0.037 +0.5554 +0.5494 +0.9111 menu +231.639 327 26.428 0.053 +0.5554 +0.5493 +0.9113 menu +231.775 327 26.434 0.032 +0.5553 +0.5492 +0.9112 menu +231.873 327 26.446 0.065 +0.5550 +0.5488 +0.9110 menu +232.023 327 26.449 0.020 +0.5550 +0.5487 +0.9110 menu +232.138 327 26.456 0.037 +0.5550 +0.5487 +0.9111 menu +232.271 327 26.474 0.090 +0.5550 +0.5486 +0.9112 menu +232.372 327 26.483 0.054 +0.5550 +0.5486 +0.9114 menu +232.505 327 26.487 0.022 +0.5551 +0.5487 +0.9115 menu +232.639 327 26.491 0.053 +0.5552 +0.5487 +0.9118 menu +232.776 327 26.495 0.059 +0.5552 +0.5487 +0.9118 menu +232.876 327 26.500 0.068 +0.5554 +0.5489 +0.9121 menu +233.031 327 26.501 0.026 +0.5554 +0.5489 +0.9120 menu +233.140 327 26.502 0.068 +0.5555 +0.5490 +0.9120 menu +233.273 327 26.502 0.040 +0.5554 +0.5490 +0.9119 menu +233.374 327 26.503 0.079 +0.5553 +0.5489 +0.9115 menu +233.506 327 26.503 0.034 +0.5556 +0.5492 +0.9117 menu +233.648 327 26.501 0.052 +0.5558 +0.5495 +0.9117 menu +233.773 327 26.499 0.061 +0.5561 +0.5499 +0.9117 menu +233.875 327 26.496 0.052 +0.5563 +0.5501 +0.9117 menu +234.029 327 26.493 0.049 +0.5563 +0.5503 +0.9117 menu +234.132 327 26.487 0.048 +0.5563 +0.5503 +0.9114 menu +234.273 327 26.482 0.036 +0.5561 +0.5502 +0.9112 menu +234.374 327 26.475 0.050 +0.5561 +0.5503 +0.9109 menu +234.531 327 26.461 0.057 +0.5563 +0.5506 +0.9107 menu +234.645 327 26.451 0.048 +0.5564 +0.5507 +0.9103 menu +234.750 327 26.447 0.032 +0.5564 +0.5508 +0.9102 menu +234.877 327 26.440 0.037 +0.5565 +0.5508 +0.9101 menu +235.026 327 26.429 0.068 +0.5565 +0.5509 +0.9100 menu +235.298 327 26.421 0.049 +0.5564 +0.5508 +0.9096 menu +235.324 327 26.417 0.039 +0.5566 +0.5509 +0.9095 menu +235.376 0 22.571 3.778 +0.5782 +0.5763 +0.8827 menu +235.530 0 11.122 11.097 +0.6819 +0.6964 +0.5612 other +235.623 0 8.074 3.067 +0.6110 +0.6239 +0.5072 other +235.779 0 1.572 6.542 +0.1086 +0.1120 +0.0782 other +235.876 0 0.070 1.503 -0.0256 -0.0250 -0.0344 other +236.023 143 43.788 43.401 +0.5446 +0.5672 +0.5020 other +236.122 77 47.621 25.956 +0.8505 +0.8741 +0.5483 title_noplate +#summary frames=1886 elapsed=236.5 fps=7.98 requested=8 longest_identical_run=21 +#event title_static 215.642 +#event plate 218.405 +#event pressA 223.539 +#event menu 226.947 +#event pressB 235.047 +#event back_title 236.137 diff --git a/docs/re/title-plate-delay-measured.md b/docs/re/title-plate-delay-measured.md new file mode 100644 index 00000000..6599b904 --- /dev/null +++ b/docs/re/title-plate-delay-measured.md @@ -0,0 +1,140 @@ +# βœ… The boot title shows build 4 alone for **2.13 s**, then composites the plate + +**Status:** βœ… **measured** β€” two independent boots of the real game in Xenia +Canary, 2026-08-29. Not on the disc as a delay: build 2 (the `PRESS β’Ά BUTTON` +plate) is an overlay with no fade quad of its own, and nothing in either +bundle's keyframe group carries the gap between them. + +**Question this closes:** the port asked which of three things the boot title is +β€” build 4 alone, build 4 with the plate composited from the start, or build 4 +**then** the plate after a delay β€” because the third case is the only one where +`ScreenView` has to draw **two builds at once**, which it has never done. The +sequence was already answered (it is the third, +[`menu-idle-and-b-2026-08-29.md`](menu-idle-and-b-2026-08-29.md)); **the delay +was withdrawn the same day** and is what this page supplies. + +## The number + +| | run 1 | run 2 | +|---|---|---| +| title art first drawn (surface leaves black) | 201.617 s | 214.130 s | +| **title settled** β€” glyph counter first reads its no-plate value **154** | 203.260 s | 216.261 s | +| **plate first counted** β€” glyph leaves 154 | 205.398 s | 218.393 s | +| **settled β†’ plate** | **2.138 s** | **2.132 s** | +| first drawn β†’ plate | 3.781 s | 4.263 s | + +**Take 2.13 s, measured from the moment build 4's own build-in animation +finishes.** The two runs agree to **6 ms**, which is under one sample interval. + +⚠️ **Do not take "first drawn β†’ plate".** It differs by 0.48 s between the two +runs because the build-in itself ran 1.64 s and 2.13 s β€” the emulator's frame +pacing during an animation is not the game's clock, and this is exactly the sort +of number that looks like a measurement and is really the harness. + +![plate onset, both runs](captures/ui-timing/plate-onset-two-runs.png) + +Raw per-frame data, 8 fps, every frame of both runs: +[`data/plate-timing-run1.tsv`](data/plate-timing-run1.tsv) Β· +[`data/plate-timing-run2.tsv`](data/plate-timing-run2.tsv). + +## Why "then the plate", and not "the plate was pulsing all along too dim to see" + +The plate's declared alpha never exceeds `0x50` (80/255, +[HANDOFF](../port/HANDOFF.md)), so a glyph counter with a hard threshold could in +principle miss its dim phase and produce a fake delay. It does not, on two +independent observables: + +* the glyph count is **exactly 154** β€” the committed no-plate title's own value, + 159 on `live-title-build4-no-plate.png` β€” for every frame of the plateau, with + **zero** variation, for 1.99 s (run 1) and 2.13 s (run 2). After onset the + same counter swings 714 ↔ 1520 continuously. A cycling plate cannot produce a + flat exact-154 plateau nearly one full period long; +* the **surface mean** is flat to Β±0.03 across the plateau (61.09 β†’ 61.15) and + then rises. A pulsing overlay moves the frame mean; the frame mean does not + move until onset. + +## What the port should author + +1. draw build 4, play its own keyframes; +2. when build 4 has settled, wait **2.13 s**; +3. composite build **2** over it and start its pulse β€” period measured here at + **2.12 / 2.19 / 2.34 / 2.31 s** across four peak- and trough-to-peak + intervals in the two runs, mean **2.24 s**, which replicates the corpus's + β‰ˆ 2.3 s rather than replacing it. + +So yes: `ScreenView` needs two builds at once, and the boot's end state is +**not** plate-free. + +## What is NOT measured here β€” the press latencies, again + +Both runs pressed β’Ά on the plate and β’· on the menu, and both runs contain a +**frozen frame** on the β’Ά path that makes the β’Άβ†’menu duration meaningless: + +| | run 1 | run 2 | +|---|---|---| +| frames held at surface mean **26.626**, motion exactly 0 | 14 (1.53 s) | 12 (1.39 s) | + +πŸ”΄ **This is not the instrument.** Run 1's freeze straddled an x11grab restart, +so it looked exactly like the documented stale-stream failure; run 2 was run with +restarts **disabled** for the whole measuring window and reproduced the same +freeze, at the **same** surface mean to six decimals, in the same place relative +to the press. Two independent runs cannot agree to 1e-6 on a stalled buffer. +It is the guest: after β’Ά, the fade-out starts (mean 64.4 β†’ 51.0 β†’ 26.6), the +frame is then **re-presented unchanged for ~1.4 s**, the full title reappears at +mean 64.28, and only then does the fade run to completion. That is the shape of +a **load stall**, and the β’· path β€” menu β†’ title, nothing to load β€” has no freeze +at all. + +**So the β’Άβ†’menu latency is an emulator load time, not a game beat, and the port +must not bake it in.** The parts of the transition that are stall-free: + +| | run 1 | run 2 | +|---|---|---| +| press β†’ first visible change (β’Ά) | β€” | 0.29–0.37 s | +| press β†’ first visible change (β’·) | β€” | 0.28–0.33 s | +| **pure black between the two screens** (β’Ά path) | 0.14–0.30 s | 0.14–0.27 s | +| black β†’ menu settled | β‰ˆ 1.0 s | β‰ˆ 1.0 s | +| β’· path: menu fade-out to black | β€” | 0.50 s | +| β’· path: black β†’ title art | β€” | ≀ 0.27 s, and it is a **cut**, not a fade | + +⚠️ The two "first visible change" figures are **upper bounds that include this +harness**: the press is a file the emulator polls (`--hid=file`), so an unknown +poll interval sits inside them. They are quoted only because they bracket the +black hold, and they do **not** refute +[`screen-transitions.md`](screen-transitions.md)'s 0.07 s, which was taken a +different way. + +βœ… **The black hold does check the port's authored constant.** The port ships +0.17–0.23 s; both runs put it in **0.14–0.30 s**. Consistent, at a sampling +resolution (0.125 s) that cannot do better β€” so the authored value stands and is +now bracketed by a measurement rather than only by the declared 12 units +(0.20 s). + +## The instrument, and its controls + +[`tools/re-capture/title_timing_probe.py`](../../tools/re-capture/title_timing_probe.py), +built because the four durations withdrawn on 2026-08-29 came from a classifier +costing **1503 ms per frame** draining an 8 fps stream at 0.64 fps. + +* **8.7 ms of compute per frame** β€” measured, 173Γ— cheaper. The saving is the + Β±8 px offset search: every committed capture aligns at exactly `dy=0 dx=0` + ([`five-screens-acceptance.md`](five-screens-acceptance.md)), so the live path + decimates 4Γ— and does one ZNCC per reference instead of 25 at full res. +* **Both runs sampled at 7.97 and 7.98 fps against a requested 8.** A backlog + preserves ordering and destroys durations; there was no backlog. +* `--control` **passed 9/9 content controls and 4/4 plate-detector controls**, + including the two committed movie frames that are the class this oracle exists + to reject. +* an **independent one-shot grab** every 20 s, through a separate process, is + logged beside the stream's own frame. On the static screens the two agree to + **0.000 / 0.001**; the large disagreements are all inside movies, where a + 0.3 s difference in grab time is a different picture. +* and the plateau itself carries an internal clock check: the plate's ~2.2 s + pulse is visible in the same trace. A stalled stream cannot produce a periodic + signal. + +## Reach + +Two runs, English locale, one machine, Xenia Canary. It says nothing about the +**attract loop's** title (which the corpus records as accepting no input at all), +and nothing about the Japanese build 7.