From 63573d2b50100b888695aa6102f5ac23336065c2 Mon Sep 17 00:00:00 2001 From: sylph-decoder Date: Sat, 29 Aug 2026 15:21:49 +0000 Subject: [PATCH] re: settle_time measured -- the title is drawn at 2 s, not at rest.t s 4.18 The port s boot sequencer paces every screen off rest.t, which is the last hold keyframe rather than when a screen arrives. Measured on one cold boot: the container had no Xenia storage root at all, so this is a fresh profile with no shader cache, the slowest case. title build-in (first ink -> art fully drawn) 0.23 s title settled -> PRESS A plate on 2.247 s (disc declares 120 units) plate pulse period ~2.37 s main menu build-in 0.531 s B -> title 0.482 s A -> menu 3.763 s DO NOT AUTHOR, see below The title s rest.t is 251 units = 4.183 s and its art is finished at about 2 s, so a sequencer pacing off rest.t holds it roughly twice as long as the game does. Instrument controlled before the run: 9/9 on the content classifier including the movie-frame and difficulty-screen negatives, 4/4 on the plate detector; the run sampled 7.99 fps against a requested 8 with an independent one-shot grab cross-checking every 20 s. Records a refutation attempt of mine that FAILED. The probe s own marks gave a plate delay of 3.203 s against the corpus s 2.13 s, which on a cold-cache boot looked like a real effect. It was the instrument: the plate pulse period is an internal clock for presentation rate and measures 2.369 s here against the corpus s 2.3, so the run is not slowed, and re-measuring from content gives 2.247 s. The probe s title_static mark fires during the crossfade out of the attract movie, before the wordmark has drawn -- glyph was still 0 when it fired. Also a third independent reproduction of the A-path load stall: 13 frames, 1.53 s, surface mean 26.631 against the earlier 14/1.53 and 12/1.39 at 26.626. This boot had no shader cache, so it is not a warm-cache artefact. Noted that the earlier pair agreed to six decimals and mine agrees to three. Reach: one run. The menu build-in and B->title rest on it alone. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01QsEPXWVaEpyfudtR6re1Pd --- docs/port/HANDOFF.md | 49 + docs/re/boot-settle-times-measured.md | 119 ++ docs/re/data/boot-settle-run1.tsv | 2136 +++++++++++++++++++++++++ tools/re-capture/settle_analyse.py | 81 + 4 files changed, 2385 insertions(+) create mode 100644 docs/re/boot-settle-times-measured.md create mode 100644 docs/re/data/boot-settle-run1.tsv create mode 100755 tools/re-capture/settle_analyse.py diff --git a/docs/port/HANDOFF.md b/docs/port/HANDOFF.md index bacf0b7c..30e0d9b5 100644 --- a/docs/port/HANDOFF.md +++ b/docs/port/HANDOFF.md @@ -462,6 +462,55 @@ is stays open and is mine. second, and the second citing the first would have made it look corroborated by two documents. It was caught only because you measured your own claim. +## ✅ 2026-08-29 — `settle_time()` MEASURED. Stop pacing off `rest.t`. + +Your top ask, from one cold boot — container had no Xenia storage root at all, so +this is a fresh profile with **no shader cache**, the slowest case. +[`boot-settle-times-measured.md`](../re/boot-settle-times-measured.md) · +[frame log](../re/data/boot-settle-run1.tsv) · `tools/re-capture/settle_analyse.py` + +**Classification: measured.** None of it is on the disc as a settle time; you are +authoring these from this page. + +| | measured | | +|---|---|---| +| title build-in (first ink → art fully drawn) | **0.23 s** | 1.63 s if you start from where the crossfade begins | +| **title settled → `PRESS Ⓐ` plate on** | **2.247 s** | matches the disc's declared **120 units** | +| plate pulse period | **≈2.37 s** | | +| **main menu build-in** | **0.531 s** | | +| **Ⓑ → title** | **0.482 s** | | +| Ⓐ → menu | 3.763 s | 🔴 **do not author** — contains a 1.53 s emulator load stall | + +🔴 **`rest.t` is confirmed to be the wrong landmark, with the number you need.** +The title's `rest.t` is 251 units = **4.183 s**; its art is finished at ~2 s and +the plate is on at **2.247 s**. Your sequencer holds the title about twice as +long as the game does. That is the defect you described, measured. + +**Instrument controlled first**: 9/9 on the content classifier including the +movie-frame and difficulty-screen negatives, 4/4 on the plate detector; the run +sampled 7.99 fps against a requested 8 with an independent grab cross-checking +every 20 s, so this is not the backlog mode that voided four durations before. + +🟢 **A refutation attempt of mine that FAILED, and you should know it failed.** +The probe's own marks gave a plate delay of **3.203 s** against the corpus's +2.13 s — a 50 % disagreement I expected to be a real cold-cache effect. It was my +instrument. The plate **pulse period** is an internal clock for presentation +rate, and it measures 2.369 s here against the corpus's ≈2.3 s, so the run is not +slowed; re-measured from content, the delay is **2.247 s**. ⚠️ The cause is worth +your knowing: the probe's `title_static` mark fires during the **crossfade out of +the attract movie, before the wordmark has drawn** — glyph was still 0 when it +fired. Do not use `title_static` for a duration. + +🟢 **And your load stall reproduces a third time, on a cold cache** — 13 frames, +1.53 s, surface mean 26.631, against the earlier 14/1.53 s and 12/1.39 s at +26.626. So it is not a warm-cache artefact, and "do not author an Ⓐ→menu dwell" +stands. ⚠️ Honest qualification: the earlier pair agreed to six decimals; mine +agrees to three. + +⚠️ **Reach: one run.** The plate delay and the load stall are cross-checked +against independent prior evidence. **The menu build-in and Ⓑ→title rest on this +run alone** — re-take them before anything depends on them closely. + ## Status | | Question | State | Answer / link | diff --git a/docs/re/boot-settle-times-measured.md b/docs/re/boot-settle-times-measured.md new file mode 100644 index 00000000..892506f7 --- /dev/null +++ b/docs/re/boot-settle-times-measured.md @@ -0,0 +1,119 @@ +# ✅ `settle_time()` — when each boot screen actually arrives, measured + +**Classification: measured.** None of this is on the disc as a settle time. The +disc declares *keyframes*; when a screen visibly arrives is a property of the +running game, and the port authors these numbers from this page. + +Answers the port's standing ask: its boot sequencer paces every screen off +`rest.t`, which is the **last hold keyframe** and not when a screen arrives — it +holds the title for 4.350 s where the build-in is over at about 2 s. + +**Run:** one cold boot, 2026-08-29. Container had **no Xenia storage root at +all**, so this is a fresh profile (`--create_profile_if_none`) with no shader +cache — the slowest case, deliberately. +Frame log committed at [`data/boot-settle-run1.tsv`](data/boot-settle-run1.tsv); +analysis `tools/re-capture/settle_analyse.py`. + +## The instrument was controlled first, and then caught being wrong + +`title_timing_probe.py --control` passed **9/9** on the content classifier — +including the movie-frame and `difficulty-screen` negatives — and **4/4** on the +plate detector, before the run. The run itself sampled **2 107 frames in 263.7 s += 7.99 fps against a requested 8**, with an independent one-shot grab every 20 s +agreeing with the stream to under 1 grey level. So this is not the backlog +failure mode that cost this corpus four withdrawn durations. + +🔴 **And the probe's own `title_static` mark is still biased early — do not use +it for a duration.** It fires when the classifier first labels a frame +`title_*` *and* motion is low, which happens **during the crossfade out of the +attract movie, before the wordmark has drawn**. In this run it fired at +`t=242.655` while the green-glyph count was still **0**; the title art does not +reach its steady state until `243.595`. Any `title_static → plate` figure from +this probe is therefore inflated by about a second. + +## The landmarks, taken from content rather than from the probe's marks + +The robust landmark is the **glyph plateau**: the title art alone scores a steady +`glyph = 154` (the corpus's `live-title-build4-no-plate.png` scores 159), and the +plate takes it past 700. + +| landmark | t (s) | how | +|---|---|---| +| attract movie ends, first title ink | 243.362 | glyph leaves 0 | +| **title art fully drawn** | **243.595** | glyph reaches its steady 154 | +| **`PRESS Ⓐ` plate on** | **245.842** | glyph crosses 400 → 771 | +| Ⓐ pressed | 250.983 | | +| ⚠️ guest load stall | 251.601 – 253.135 | 13 byte-identical frames | +| **main menu arrives** | **254.707** | classifier | +| **main menu settled** | **255.238** | motion below a run-calibrated floor | +| Ⓑ pressed | 262.864 | | +| **title back** | **263.346** | | + +### What the port should author + +| | measured | ⚠️ | +|---|---|---| +| title build-in (first ink → fully drawn) | **0.23 s** | from first ink; **1.63 s** from the first frame the classifier calls `title_*`, which is where the crossfade starts | +| **title settled → plate on** | **2.247 s** | matches the disc's declared **120 units** | +| plate pulse period | **≈2.37 s** | trough-to-trough, 248.098 → 250.467 | +| **main menu build-in** | **0.531 s** | | +| **Ⓑ → title** | **0.482 s** | | +| Ⓐ → menu | 3.763 s | 🔴 **do not author** — contains a 1.53 s emulator load stall, below | + +🔴 **`rest.t` is confirmed to be the wrong landmark.** The title's `rest.t` is 251 +units = 4.183 s; its art is finished at ~2 s and the plate is on at 2.25 s. A +sequencer pacing off `rest.t` holds the title roughly twice as long as the game +does. + +## 🟢 A refutation attempt that FAILED — the corpus's 2.13 s plate delay survives + +The probe's own marks gave a plate delay of **3.203 s** (`title_static` 242.655 → +`plate` 245.858), against the corpus's two committed runs at **2.138 / 2.132 s** +and a declared 120 units ≈ 2.0 s. A 50 % disagreement, from a cold-cache boot, is +exactly where you would expect the corpus to be wrong. + +**It is not. The instrument was.** Two checks: + +* **The presentation rate is not depressed in this run.** If the boot were + running slow, everything timed in game units would stretch together. The plate + **pulse period** is an internal clock for that, and it measures **2.369 s** + here against the corpus's ≈2.3 s. The run is not slowed. +* **Re-measured from content instead of from the probe's mark**, steady title art + (`243.595`) → plate on (`245.842`) is **2.247 s** — inside the corpus's range + once the ±0.125 s sample interval is allowed for. + +✅ So the 2.13 s stands, the 120-unit reading stands, and the 3.203 s is +`title_static` firing during a crossfade. Recorded because a failed refutation is +worth as much as a successful one, and because the next person to read the +probe's `title_static` will otherwise repeat it. + +## 🟢 And the load stall reproduces — third independent run, cold cache + +[`title-plate-delay-measured.md`](title-plate-delay-measured.md) records a frozen +frame on the Ⓐ path in two runs: **14 frames (1.53 s)** and **12 frames +(1.39 s)**, both at surface mean **26.626**, and concludes any Ⓐ→menu figure from +this harness is an emulator load time rather than a game constant. + +This run is a third: **13 frames, 251.601 – 253.135 = 1.53 s, surface mean +26.631**, labelled `title_plate` throughout. + +✅ The claim survives, and is now stronger in a way the earlier runs could not +show: this boot had **no shader cache at all**, so the stall is not a warm-cache +artefact. ⚠️ One honest qualification — the earlier note says its two runs agreed +"to six decimals"; mine agrees only to three (26.631 vs 26.626), so the mean is +reproducible but not byte-identical across all three. + +## Reach + +* **One run.** The durations above are one cold boot. The two that are + cross-checked against independent evidence — the plate delay, against the + corpus's two runs and the disc's 120 units; the load stall, against two prior + runs — are the ones to lean on. The menu build-in (0.531 s) and Ⓑ→title + (0.482 s) rest on **this run alone** and should be re-taken before anything + depends on them closely. +* **Sampling is 8 fps**, so every landmark carries ±0.125 s, and the guest's own + presentation rate cannot be measured from it — 8 fps is far below the ~28 fps + the game presents at, so every sample is a distinct guest frame and repeats + only appear when the guest itself stalls. +* The splash dwells are **not** re-measured here; they are already in + [`boot-order-and-splash-dwell.md`](boot-order-and-splash-dwell.md). diff --git a/docs/re/data/boot-settle-run1.tsv b/docs/re/data/boot-settle-run1.tsv new file mode 100644 index 00000000..a8b9876a --- /dev/null +++ b/docs/re/data/boot-settle-run1.tsv @@ -0,0 +1,2136 @@ +#t glyph mean motion title_plate title_noplate menu label +0.321 0 5.446 -1.000 +0.1608 +0.1661 +0.1483 other +0.446 0 5.446 0.000 +0.1608 +0.1661 +0.1483 other +0.488 0 5.446 0.000 +0.1608 +0.1661 +0.1483 other +0.587 0 5.151 0.265 +0.1604 +0.1657 +0.1478 other +0.720 0 2.948 1.973 +0.1539 +0.1591 +0.1405 other +0.856 0 0.113 2.543 -0.0161 -0.0153 -0.0255 other +0.990 0 0.070 0.038 -0.0256 -0.0250 -0.0344 other +1.088 0 1.823 1.740 +0.1180 +0.1010 +0.1434 other +1.221 0 4.163 2.327 +0.1631 +0.1425 +0.1946 other +1.354 0 5.496 1.539 +0.1817 +0.1597 +0.2132 other +1.488 0 6.413 1.568 +0.1728 +0.1510 +0.2029 other +1.588 0 6.023 0.638 +0.1580 +0.1383 +0.1858 other +1.722 0 5.714 0.320 +0.1498 +0.1316 +0.1764 other +1.855 0 5.642 0.078 +0.1478 +0.1299 +0.1741 other +1.988 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.091 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.225 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.358 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.491 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.592 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.734 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.861 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +2.992 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.091 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.223 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.357 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.490 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.591 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.723 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.857 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +3.991 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +4.090 0 5.642 0.000 +0.1478 +0.1299 +0.1741 other +4.224 0 5.482 0.169 +0.1474 +0.1294 +0.1736 other +4.358 0 2.934 2.703 +0.1336 +0.1163 +0.1580 other +4.463 0 0.275 2.815 +0.0072 +0.0038 +0.0048 other +4.595 0 0.070 0.218 -0.0256 -0.0250 -0.0344 other +4.724 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +4.858 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +4.959 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +5.093 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +5.234 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +5.360 0 0.258 0.185 +0.0126 +0.0144 +0.0115 other +5.459 0 0.717 0.436 +0.0859 +0.0899 +0.1028 other +5.597 0 1.372 0.611 +0.1367 +0.1421 +0.1669 other +5.735 0 2.086 0.680 +0.1594 +0.1654 +0.1952 other +5.863 0 2.847 0.731 +0.1724 +0.1786 +0.2101 other +5.963 0 3.616 0.755 +0.1799 +0.1864 +0.2182 other +6.094 0 4.143 0.509 +0.1838 +0.1903 +0.2221 other +6.236 0 4.990 0.826 +0.1889 +0.1955 +0.2263 other +6.361 0 5.809 0.804 +0.1927 +0.1994 +0.2293 other +6.463 0 6.683 0.855 +0.1961 +0.2029 +0.2323 other +6.636 0 7.267 0.627 +0.1986 +0.2054 +0.2345 other +6.742 0 7.311 0.175 +0.1993 +0.2062 +0.2350 other +6.839 0 7.341 0.137 +0.1997 +0.2066 +0.2351 other +6.964 0 7.371 0.157 +0.2001 +0.2071 +0.2352 other +7.099 0 7.417 0.234 +0.2011 +0.2082 +0.2349 other +7.236 0 7.461 0.226 +0.2024 +0.2095 +0.2351 other +7.366 0 7.504 0.218 +0.2035 +0.2106 +0.2354 other +7.463 0 7.549 0.252 +0.2046 +0.2117 +0.2356 other +7.599 0 7.577 0.181 +0.2049 +0.2121 +0.2358 other +7.736 0 7.640 0.308 +0.2058 +0.2129 +0.2357 other +7.861 0 7.684 0.195 +0.2067 +0.2138 +0.2358 other +7.969 0 7.728 0.181 +0.2074 +0.2145 +0.2353 other +8.098 0 7.759 0.157 +0.2077 +0.2148 +0.2346 other +8.236 0 7.808 0.238 +0.2079 +0.2151 +0.2334 other +8.364 0 7.852 0.243 +0.2082 +0.2154 +0.2323 other +8.463 0 7.898 0.258 +0.2092 +0.2164 +0.2321 other +8.596 0 7.928 0.178 +0.2097 +0.2170 +0.2319 other +8.737 0 7.989 0.355 +0.2106 +0.2179 +0.2313 other +8.840 0 8.025 0.173 +0.2108 +0.2181 +0.2307 other +8.966 0 8.065 0.249 +0.2114 +0.2187 +0.2295 other +9.097 0 8.116 0.250 +0.2120 +0.2194 +0.2283 other +9.236 0 8.158 0.269 +0.2125 +0.2199 +0.2269 other +9.343 0 8.205 0.259 +0.2127 +0.2201 +0.2255 other +9.463 0 8.217 0.087 +0.2127 +0.2201 +0.2253 other +9.600 0 8.263 0.203 +0.2135 +0.2209 +0.2253 other +9.739 0 8.313 0.227 +0.2145 +0.2219 +0.2256 other +9.836 0 8.365 0.235 +0.2155 +0.2230 +0.2255 other +9.966 0 8.394 0.162 +0.2157 +0.2232 +0.2248 other +10.134 0 8.442 0.244 +0.2158 +0.2232 +0.2232 other +10.237 0 8.502 0.285 +0.2152 +0.2227 +0.2210 other +10.338 0 8.534 0.139 +0.2152 +0.2227 +0.2201 other +10.466 0 8.567 0.153 +0.2157 +0.2232 +0.2200 other +10.597 0 8.600 0.170 +0.2161 +0.2236 +0.2201 other +10.738 0 8.046 0.734 +0.2157 +0.2233 +0.2189 other +10.864 0 7.430 0.680 +0.2149 +0.2224 +0.2179 other +10.968 0 6.123 1.411 +0.2119 +0.2194 +0.2144 other +11.102 0 5.434 0.752 +0.2095 +0.2170 +0.2113 other +11.235 0 4.476 1.039 +0.2046 +0.2120 +0.2051 other +11.337 0 3.485 1.054 +0.1973 +0.2045 +0.1961 other +11.466 0 2.866 0.663 +0.1904 +0.1975 +0.1881 other +11.598 0 1.946 0.965 +0.1724 +0.1791 +0.1682 other +11.738 0 0.759 1.252 +0.0947 +0.0992 +0.0871 other +11.869 0 0.352 0.428 +0.0304 +0.0328 +0.0211 other +11.966 0 0.070 0.294 -0.0256 -0.0250 -0.0344 other +12.103 0 21.977 21.851 -0.0691 -0.0569 -0.1460 other +12.236 0 61.146 39.001 -0.0706 -0.0534 -0.1673 other +12.369 0 103.285 41.890 -0.0518 -0.0336 -0.1500 other +12.468 0 169.839 66.224 -0.0397 -0.0204 -0.1415 other +12.604 0 193.833 23.816 -0.0353 -0.0156 -0.1375 other +12.735 0 197.081 3.306 -0.0303 -0.0097 -0.1375 other +12.839 0 198.403 1.451 -0.0300 -0.0091 -0.1384 other +12.968 0 198.267 0.535 -0.0305 -0.0097 -0.1378 other +13.100 0 192.700 7.898 -0.0022 +0.0333 -0.1752 other +13.240 0 175.464 18.930 -0.0353 -0.0163 -0.1842 other +13.339 0 159.162 21.374 +0.0487 +0.0779 -0.1450 other +13.470 0 140.457 39.540 -0.1784 -0.1624 -0.2616 other +13.601 0 157.075 61.577 +0.0005 -0.0113 +0.0022 other +13.737 0 194.438 45.067 +0.0347 +0.0500 -0.0356 other +13.834 0 198.005 7.958 -0.0422 -0.0211 -0.1566 other +13.968 0 197.968 0.337 -0.0434 -0.0222 -0.1579 other +14.102 0 197.875 0.411 -0.0449 -0.0238 -0.1601 other +14.239 0 93.381 104.236 +0.1156 +0.1431 -0.0098 other +14.341 0 93.260 3.321 +0.1106 +0.1382 -0.0160 other +14.469 0 93.227 2.964 +0.1075 +0.1343 -0.0214 other +14.603 0 93.179 4.475 +0.1001 +0.1267 -0.0310 other +14.740 0 93.020 4.999 +0.0900 +0.1154 -0.0438 other +14.837 0 92.817 5.604 +0.0787 +0.1038 -0.0599 other +14.970 0 92.608 4.643 +0.0713 +0.0964 -0.0715 other +15.104 0 92.169 6.734 +0.0638 +0.0890 -0.0888 other +15.240 0 91.308 7.201 +0.0630 +0.0878 -0.1012 other +15.337 0 90.752 7.355 +0.0534 +0.0774 -0.1124 other +15.472 0 90.486 5.573 +0.0456 +0.0690 -0.1193 other +15.603 0 89.928 7.768 +0.0376 +0.0615 -0.1223 other +15.739 0 89.209 7.978 +0.0427 +0.0659 -0.1213 other +15.838 0 88.575 8.414 +0.0481 +0.0722 -0.1202 other +15.971 0 88.006 6.340 +0.0500 +0.0743 -0.1184 other +16.103 0 87.136 8.807 +0.0425 +0.0660 -0.1139 other +16.238 0 85.911 11.079 +0.0362 +0.0575 -0.1014 other +16.341 0 85.456 6.940 +0.0296 +0.0492 -0.0929 other +16.472 0 85.029 7.287 +0.0316 +0.0472 -0.0777 other +16.605 0 84.350 9.999 +0.0359 +0.0474 -0.0499 other +16.742 0 83.823 7.928 +0.0370 +0.0487 -0.0327 other +16.840 0 82.865 10.841 +0.0454 +0.0577 -0.0084 other +16.973 0 82.124 8.661 +0.0479 +0.0620 +0.0089 other +17.105 0 81.087 11.628 +0.0639 +0.0737 +0.0390 other +17.241 0 80.150 12.197 +0.0749 +0.0868 +0.0696 other +17.338 0 79.232 12.688 +0.0853 +0.0982 +0.1045 other +17.472 0 78.573 10.071 +0.0982 +0.1120 +0.1278 other +17.607 0 77.721 13.137 +0.1215 +0.1384 +0.1580 other +17.742 0 76.983 13.416 +0.1505 +0.1665 +0.1981 other +17.842 0 76.755 14.078 +0.1811 +0.1947 +0.2336 other +17.976 0 76.900 11.196 +0.2016 +0.2148 +0.2474 other +18.109 0 77.497 14.394 +0.2143 +0.2327 +0.2731 other +18.238 0 78.416 14.427 +0.2261 +0.2408 +0.2824 other +18.344 0 79.588 14.885 +0.2393 +0.2557 +0.2906 other +18.476 0 80.114 7.643 +0.2400 +0.2577 +0.2886 other +18.637 0 81.443 15.347 +0.2480 +0.2596 +0.2816 other +18.742 0 82.247 15.849 +0.2514 +0.2602 +0.2754 other +18.839 0 82.751 12.509 +0.2507 +0.2598 +0.2723 other +18.975 0 83.404 12.690 +0.2487 +0.2578 +0.2653 other +19.107 0 84.384 16.001 +0.2466 +0.2523 +0.2588 other +19.239 0 85.098 15.769 +0.2417 +0.2407 +0.2502 other +19.344 0 85.629 15.370 +0.2374 +0.2299 +0.2469 other +19.478 0 85.901 11.689 +0.2278 +0.2167 +0.2430 other +19.638 0 86.271 14.182 +0.2119 +0.1962 +0.2403 other +19.743 0 86.586 13.118 +0.2025 +0.1870 +0.2409 other +19.837 0 86.674 9.243 +0.1969 +0.1820 +0.2412 other +19.975 0 114.207 74.958 -0.0516 -0.0505 -0.0704 other +20.134 0 113.989 14.607 -0.0584 -0.0565 -0.0817 other +#check 20.134 stream=113.989 oneshot=114.080 delta=0.091 +20.371 0 114.096 12.612 -0.0620 -0.0601 -0.0857 other +20.392 0 114.166 10.689 -0.0611 -0.0586 -0.0834 other +20.477 0 114.080 6.899 -0.0590 -0.0559 -0.0812 other +20.608 0 113.858 11.976 -0.0513 -0.0461 -0.0720 other +20.743 0 113.331 16.024 -0.0475 -0.0417 -0.0632 other +20.843 0 113.133 18.284 -0.0489 -0.0475 -0.0560 other +20.977 0 113.298 15.119 -0.0417 -0.0421 -0.0491 other +21.111 0 114.002 18.973 -0.0339 -0.0356 -0.0360 other +21.236 0 114.406 17.054 -0.0418 -0.0428 -0.0310 other +21.344 0 114.533 14.175 -0.0412 -0.0397 -0.0257 other +21.478 0 114.746 10.154 -0.0343 -0.0324 -0.0199 other +21.613 0 115.099 13.273 -0.0171 -0.0146 -0.0135 other +21.737 0 115.958 14.607 -0.0068 -0.0039 -0.0184 other +21.846 0 116.317 14.698 -0.0082 -0.0072 -0.0228 other +21.982 0 116.385 16.938 -0.0126 -0.0128 -0.0285 other +22.135 0 116.221 21.984 -0.0283 -0.0285 -0.0526 other +22.234 0 116.352 18.422 -0.0442 -0.0452 -0.0697 other +22.344 0 116.374 9.860 -0.0435 -0.0438 -0.0700 other +22.479 0 116.432 8.704 -0.0407 -0.0386 -0.0681 other +22.611 0 116.204 10.260 -0.0370 -0.0338 -0.0654 other +22.745 0 115.905 16.671 -0.0172 -0.0145 -0.0446 other +22.846 0 116.436 8.820 -0.0033 +0.0001 -0.0246 other +22.979 0 117.135 7.788 +0.0074 +0.0115 -0.0101 other +23.134 0 118.427 15.754 +0.0107 +0.0139 -0.0056 other +23.236 0 119.166 13.943 +0.0075 +0.0110 -0.0081 other +23.338 0 119.538 13.154 -0.0004 +0.0015 -0.0117 other +23.479 0 119.816 9.418 -0.0063 -0.0058 -0.0188 other +23.612 0 120.482 12.506 -0.0079 -0.0081 -0.0226 other +23.737 0 120.754 14.114 -0.0023 -0.0003 -0.0230 other +23.836 0 120.929 13.829 +0.0060 +0.0101 -0.0258 other +23.979 0 121.179 12.885 +0.0092 +0.0144 -0.0268 other +24.136 0 121.003 22.767 -0.0052 -0.0001 -0.0465 other +24.238 0 120.749 16.609 -0.0177 -0.0128 -0.0621 other +24.336 0 120.516 14.849 -0.0237 -0.0173 -0.0710 other +24.481 0 120.116 11.220 -0.0231 -0.0169 -0.0727 other +24.639 0 89.964 36.453 -0.0123 -0.0074 -0.0679 other +24.738 0 67.692 25.830 -0.0005 +0.0044 -0.0539 other +24.846 0 53.505 16.854 +0.0038 +0.0093 -0.0471 other +24.979 0 40.185 15.115 -0.0009 +0.0057 -0.0436 other +25.113 0 20.855 20.089 -0.0063 -0.0003 -0.0349 other +25.239 0 9.607 11.486 -0.0175 -0.0145 -0.0380 other +25.336 0 0.070 9.585 -0.0256 -0.0250 -0.0344 other +25.483 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.616 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.737 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.848 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +25.982 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.115 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.239 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.346 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +26.481 0 1.219 1.155 -0.0333 -0.0322 -0.0539 other +26.613 0 5.295 4.076 -0.0707 -0.0652 -0.1581 other +26.746 0 11.929 6.599 -0.0907 -0.0818 -0.2290 other +26.849 0 16.961 5.009 -0.0970 -0.0870 -0.2478 other +26.981 0 23.021 6.063 -0.1028 -0.0922 -0.2591 other +27.141 0 35.146 12.281 -0.1176 -0.1068 -0.2791 other +27.238 0 40.972 6.259 -0.1261 -0.1151 -0.2884 other +27.350 0 47.312 6.860 -0.1344 -0.1234 -0.2972 other +27.484 0 53.636 7.102 -0.1437 -0.1326 -0.3061 other +27.637 0 63.080 11.074 -0.1582 -0.1467 -0.3195 other +27.736 0 70.035 8.501 -0.1683 -0.1562 -0.3282 other +27.848 0 75.915 7.307 -0.1759 -0.1638 -0.3312 other +27.987 0 82.194 12.663 -0.1801 -0.1701 -0.3339 other +28.140 0 81.453 9.420 -0.1829 -0.1733 -0.3357 other +28.237 0 79.411 14.606 -0.1941 -0.1827 -0.3427 other +28.349 0 77.388 12.285 -0.2078 -0.1961 -0.3543 other +28.483 0 75.091 16.639 -0.2247 -0.2125 -0.3689 other +28.615 0 73.821 15.271 -0.2182 -0.2069 -0.3535 other +28.737 0 72.697 17.429 -0.2106 -0.2035 -0.3333 other +28.850 0 72.203 12.753 -0.2021 -0.1971 -0.3199 other +28.984 0 71.920 17.037 -0.1978 -0.1951 -0.3057 other +29.116 0 128.546 77.918 +0.1163 +0.1377 -0.0039 other +29.238 0 128.698 3.608 +0.1227 +0.1442 +0.0032 other +29.350 0 128.676 2.252 +0.1240 +0.1454 +0.0044 other +29.486 0 128.420 2.865 +0.1212 +0.1425 +0.0013 other +29.583 0 128.004 3.121 +0.1140 +0.1352 -0.0104 other +29.735 0 127.615 2.281 +0.1072 +0.1285 -0.0207 other +29.837 0 126.873 3.398 +0.0935 +0.1150 -0.0402 other +29.984 0 126.332 2.809 +0.0844 +0.1063 -0.0550 other +30.084 0 125.245 5.288 +0.0711 +0.0937 -0.0802 other +#restart 30.100 +30.262 0 124.341 4.615 +0.0613 +0.0843 -0.0997 other +30.336 0 124.029 1.985 +0.0591 +0.0817 -0.1058 other +30.450 0 123.756 2.032 +0.0572 +0.0797 -0.1118 other +30.550 0 122.965 4.656 +0.0501 +0.0721 -0.1317 other +30.683 0 122.481 3.548 +0.0441 +0.0652 -0.1452 other +30.836 0 121.569 6.231 +0.0264 +0.0478 -0.1744 other +30.952 0 121.147 3.894 +0.0168 +0.0383 -0.1904 other +31.054 0 120.768 3.820 +0.0079 +0.0297 -0.2072 other +31.187 0 120.430 3.818 +0.0002 +0.0224 -0.2203 other +31.336 0 73.269 60.794 -0.1950 -0.2221 -0.1465 other +31.454 0 73.106 2.254 -0.1991 -0.2268 -0.1540 other +31.551 0 73.058 2.721 -0.1964 -0.2238 -0.1561 other +31.684 0 73.044 2.696 -0.1948 -0.2225 -0.1593 other +31.835 0 73.376 5.094 -0.1821 -0.2100 -0.1543 other +31.938 0 73.244 3.493 -0.1816 -0.2085 -0.1627 other +32.052 0 72.505 4.030 -0.2080 -0.2338 -0.1857 other +32.239 0 71.743 4.019 -0.2397 -0.2641 -0.2276 other +32.336 0 71.449 3.129 -0.2585 -0.2832 -0.2526 other +32.437 0 71.510 1.445 -0.2575 -0.2820 -0.2527 other +32.551 0 71.673 1.625 -0.2517 -0.2769 -0.2471 other +32.686 0 72.441 4.203 -0.2222 -0.2485 -0.2074 other +32.837 0 72.924 3.380 -0.2024 -0.2296 -0.1798 other +32.942 0 73.389 3.215 -0.1902 -0.2181 -0.1598 other +33.051 0 73.623 1.895 -0.1875 -0.2167 -0.1537 other +33.186 0 73.841 2.121 -0.1853 -0.2155 -0.1479 other +33.334 0 74.120 2.021 -0.1831 -0.2145 -0.1424 other +33.437 0 74.280 1.798 -0.1780 -0.2097 -0.1363 other +33.552 0 74.531 1.868 -0.1744 -0.2056 -0.1300 other +33.686 0 49.856 36.108 +0.1323 +0.1350 +0.1179 other +33.838 0 50.073 3.048 +0.1363 +0.1394 +0.1241 other +33.954 0 50.109 2.509 +0.1396 +0.1433 +0.1284 other +34.053 0 50.884 5.948 +0.1221 +0.1263 +0.1124 other +34.189 0 51.923 6.592 +0.0877 +0.0923 +0.0965 other +34.335 0 53.245 9.028 +0.0715 +0.0778 +0.1135 other +34.439 0 54.897 11.815 +0.0855 +0.0915 +0.1378 other +34.552 0 55.691 12.697 +0.0985 +0.0819 +0.1694 other +34.695 0 56.206 15.560 +0.1359 +0.1090 +0.2354 other +34.839 0 56.022 8.899 +0.1388 +0.1140 +0.2177 other +34.943 0 55.842 9.142 +0.1341 +0.1152 +0.2038 other +35.055 0 55.471 9.112 +0.1455 +0.1268 +0.2089 other +35.193 0 55.068 8.752 +0.1469 +0.1296 +0.2291 other +35.336 0 54.286 8.205 +0.1164 +0.1025 +0.2221 other +35.439 0 53.202 8.872 +0.0762 +0.0630 +0.2227 other +35.555 0 50.239 15.288 +0.0252 +0.0076 +0.1761 other +35.694 0 45.232 14.607 -0.0582 -0.0659 +0.0427 other +35.836 0 42.912 7.719 -0.0632 -0.0621 -0.0133 other +35.937 0 43.219 5.954 -0.0628 -0.0617 -0.0148 other +36.064 0 44.597 8.330 -0.0792 -0.0914 -0.0020 other +36.192 0 45.214 9.920 -0.0576 -0.0796 +0.0186 other +36.336 0 45.572 10.569 -0.0532 -0.0755 +0.0429 other +36.443 0 45.572 0.000 -0.0532 -0.0755 +0.0429 other +36.558 0 45.850 4.381 -0.0500 -0.0675 +0.0456 other +36.764 0 46.198 3.964 -0.0457 -0.0580 +0.0517 other +36.839 0 46.615 3.986 -0.0388 -0.0489 +0.0610 other +36.936 0 47.029 4.038 -0.0298 -0.0372 +0.0731 other +37.060 0 47.497 4.011 -0.0227 -0.0278 +0.0828 other +37.192 0 48.865 8.569 +0.0131 +0.0127 +0.1143 other +37.365 0 49.837 8.895 +0.0454 +0.0522 +0.1266 other +37.486 0 50.524 8.922 +0.0880 +0.0955 +0.1600 other +37.556 0 50.524 0.000 +0.0880 +0.0955 +0.1600 other +37.734 0 50.701 3.766 +0.1006 +0.1080 +0.1750 other +37.841 0 50.920 5.457 +0.1234 +0.1317 +0.2004 other +37.940 0 51.012 2.677 +0.1317 +0.1399 +0.2085 other +38.057 0 51.232 3.236 +0.1417 +0.1504 +0.2174 other +38.192 0 51.305 1.904 +0.1437 +0.1527 +0.2182 other +38.336 0 51.662 4.169 +0.1490 +0.1585 +0.2182 other +38.438 0 51.847 2.288 +0.1487 +0.1579 +0.2150 other +38.561 0 51.981 2.599 +0.1505 +0.1603 +0.2124 other +38.692 0 52.624 6.731 +0.1488 +0.1584 +0.1990 other +38.836 0 53.062 4.635 +0.1405 +0.1498 +0.1910 other +38.940 0 53.236 2.283 +0.1387 +0.1480 +0.1900 other +39.059 0 53.254 2.096 +0.1329 +0.1421 +0.1853 other +39.193 0 52.812 7.328 +0.1486 +0.1590 +0.1890 other +39.338 0 52.012 9.341 +0.1505 +0.1607 +0.1924 other +39.451 0 51.574 5.537 +0.1394 +0.1491 +0.1835 other +39.567 0 51.265 3.900 +0.1248 +0.1335 +0.1646 other +39.741 0 51.265 0.000 +0.1248 +0.1335 +0.1646 other +39.873 0 51.076 7.961 +0.1006 +0.1090 +0.1384 other +39.966 0 51.076 0.000 +0.1006 +0.1090 +0.1384 other +40.062 0 51.076 0.000 +0.1006 +0.1090 +0.1384 other +40.239 0 50.863 9.562 +0.0645 +0.0726 +0.1089 other +#check 40.239 stream=50.863 oneshot=50.414 delta=0.449 +40.580 0 50.675 8.766 +0.0356 +0.0431 +0.0832 other +40.643 0 50.564 4.391 +0.0262 +0.0331 +0.0745 other +40.666 0 50.564 0.000 +0.0262 +0.0331 +0.0745 other +40.696 0 50.309 7.572 +0.0042 +0.0077 +0.0583 other +40.837 0 50.125 4.685 -0.0014 -0.0000 +0.0593 other +40.937 0 50.024 3.949 -0.0025 -0.0027 +0.0656 other +41.062 0 49.983 3.401 -0.0040 -0.0055 +0.0702 other +41.193 0 49.939 6.634 -0.0059 -0.0081 +0.0765 other +41.337 0 50.058 6.173 -0.0064 -0.0062 +0.0729 other +41.436 0 50.509 7.555 -0.0012 -0.0008 +0.0673 other +41.560 0 51.371 7.893 -0.0128 -0.0091 +0.0547 other +41.698 0 53.150 14.018 +0.0118 +0.0199 +0.0524 other +41.836 0 54.165 10.624 +0.0533 +0.0614 +0.0607 other +41.939 0 61.959 56.913 -0.0351 -0.0297 -0.0187 other +42.063 0 62.199 2.294 -0.0343 -0.0289 -0.0205 other +42.194 0 63.422 4.749 -0.0324 -0.0270 -0.0210 other +42.340 0 67.430 9.792 -0.0477 -0.0416 -0.0436 other +42.437 0 69.206 8.027 -0.0569 -0.0495 -0.0621 other +42.563 0 69.509 10.222 -0.0474 -0.0405 -0.0605 other +42.696 0 67.911 15.598 -0.0279 -0.0206 -0.0508 other +42.795 0 68.103 17.873 -0.0107 -0.0020 -0.0113 other +42.935 0 68.391 10.241 +0.0051 +0.0147 +0.0061 other +43.061 0 68.212 16.805 +0.0328 +0.0405 +0.0348 other +43.197 0 62.357 24.585 +0.0090 +0.0165 +0.0479 other +43.295 0 58.299 17.534 +0.0294 +0.0357 +0.0854 other +43.438 0 56.269 13.489 +0.0290 +0.0370 +0.0798 other +43.568 0 56.028 15.145 -0.0021 +0.0031 +0.0374 other +43.697 0 56.230 10.401 -0.0089 -0.0052 +0.0233 other +43.795 0 56.629 15.905 +0.0122 +0.0149 +0.0571 other +43.938 0 54.405 19.425 +0.0261 +0.0249 +0.1252 other +44.063 0 53.626 15.197 +0.0386 +0.0370 +0.1469 other +44.196 0 54.631 16.243 +0.0231 +0.0249 +0.1254 other +44.298 0 55.424 12.078 +0.0153 +0.0139 +0.1180 other +44.438 0 56.989 12.726 +0.0168 +0.0148 +0.1045 other +44.565 0 57.418 9.009 +0.0232 +0.0215 +0.1003 other +44.698 0 57.556 10.003 +0.0311 +0.0301 +0.0986 other +44.796 0 57.924 14.485 +0.0425 +0.0452 +0.0963 other +44.936 0 57.574 7.907 +0.0413 +0.0452 +0.0923 other +45.067 0 55.856 9.305 +0.0292 +0.0336 +0.0944 other +45.201 0 54.404 11.912 +0.0283 +0.0342 +0.1016 other +45.298 0 38.333 22.871 +0.0174 +0.0242 +0.0786 other +45.435 0 31.962 10.011 +0.0023 +0.0091 +0.0636 other +45.566 0 20.353 13.845 -0.0318 -0.0253 +0.0212 other +45.737 0 5.193 15.378 -0.0848 -0.0826 -0.0611 other +45.797 0 0.070 5.197 -0.0256 -0.0250 -0.0344 other +45.938 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.065 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.201 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.298 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.436 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.565 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.701 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.800 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +46.937 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.074 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.200 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.299 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.437 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.566 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.700 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.799 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +47.938 0 0.105 0.036 -0.0226 -0.0219 -0.0323 other +48.066 0 0.139 0.033 -0.0195 -0.0186 -0.0301 other +48.235 0 0.244 0.094 -0.0097 -0.0085 -0.0228 other +48.300 0 0.344 0.097 -0.0007 +0.0008 -0.0158 other +48.435 0 0.416 0.078 +0.0045 +0.0062 -0.0113 other +48.567 0 0.494 0.091 +0.0096 +0.0114 -0.0067 other +48.736 0 0.652 0.199 +0.0190 +0.0209 +0.0007 other +48.800 0 0.769 0.180 +0.0231 +0.0251 +0.0052 other +48.936 0 1.226 0.495 +0.0248 +0.0269 +0.0091 other +49.067 0 1.302 0.145 +0.0262 +0.0283 +0.0117 other +49.204 0 1.454 0.286 +0.0306 +0.0329 +0.0147 other +49.303 0 1.579 0.281 +0.0341 +0.0363 +0.0187 other +49.438 0 1.650 0.185 +0.0347 +0.0369 +0.0204 other +49.570 0 1.776 0.320 +0.0356 +0.0377 +0.0207 other +49.701 0 1.894 0.350 +0.0384 +0.0406 +0.0229 other +49.802 0 2.013 0.341 +0.0406 +0.0428 +0.0264 other +49.937 0 2.052 0.238 +0.0405 +0.0427 +0.0271 other +50.071 0 2.046 0.197 +0.0404 +0.0426 +0.0260 other +50.203 0 2.034 0.327 +0.0410 +0.0432 +0.0261 other +50.302 0 2.021 0.365 +0.0396 +0.0417 +0.0272 other +50.437 0 2.010 0.384 +0.0398 +0.0419 +0.0265 other +50.569 0 2.002 0.267 +0.0408 +0.0430 +0.0263 other +50.737 0 1.988 0.450 +0.0373 +0.0395 +0.0276 other +50.802 0 1.973 0.370 +0.0381 +0.0404 +0.0291 other +50.936 0 1.967 0.219 +0.0424 +0.0447 +0.0300 other +51.071 0 1.959 0.213 +0.0438 +0.0461 +0.0293 other +51.171 0 1.944 0.434 +0.0406 +0.0428 +0.0284 other +51.303 0 1.935 0.246 +0.0441 +0.0463 +0.0297 other +51.439 0 1.923 0.378 +0.0490 +0.0513 +0.0303 other +51.571 0 1.916 0.283 +0.0483 +0.0506 +0.0291 other +51.672 0 1.904 0.398 +0.0490 +0.0514 +0.0289 other +51.804 0 1.897 0.276 +0.0527 +0.0552 +0.0300 other +51.939 0 1.886 0.410 +0.0558 +0.0582 +0.0306 other +52.071 0 1.876 0.370 +0.0567 +0.0591 +0.0298 other +52.171 0 1.863 0.386 +0.0598 +0.0622 +0.0297 other +52.304 0 1.856 0.272 +0.0619 +0.0643 +0.0302 other +52.438 0 1.840 0.484 +0.0616 +0.0640 +0.0312 other +52.572 0 1.833 0.248 +0.0625 +0.0648 +0.0315 other +52.671 0 1.821 0.388 +0.0652 +0.0676 +0.0306 other +52.834 0 1.814 0.276 +0.0645 +0.0669 +0.0290 other +52.942 0 1.802 0.401 +0.0646 +0.0669 +0.0284 other +53.072 0 1.795 0.302 +0.0660 +0.0683 +0.0288 other +53.175 0 1.687 0.433 +0.0670 +0.0695 +0.0286 other +53.305 0 1.651 0.141 +0.0674 +0.0699 +0.0287 other +53.439 0 1.569 0.398 +0.0715 +0.0742 +0.0313 other +53.572 0 1.491 0.266 +0.0733 +0.0760 +0.0320 other +53.673 0 1.402 0.357 +0.0723 +0.0752 +0.0314 other +53.808 0 1.352 0.224 +0.0721 +0.0750 +0.0319 other +53.940 0 1.267 0.307 +0.0729 +0.0759 +0.0326 other +54.073 0 1.271 0.369 +0.0677 +0.0708 +0.0274 other +54.175 0 1.200 0.280 +0.0618 +0.0648 +0.0240 other +54.307 0 1.158 0.174 +0.0578 +0.0606 +0.0211 other +54.436 0 1.077 0.305 +0.0513 +0.0539 +0.0170 other +54.583 0 1.053 0.148 +0.0472 +0.0497 +0.0168 other +54.677 0 1.031 0.268 +0.0412 +0.0435 +0.0175 other +54.837 0 1.024 0.116 +0.0389 +0.0411 +0.0172 other +54.941 0 1.021 0.105 +0.0386 +0.0408 +0.0162 other +55.076 0 3.172 2.191 +0.1013 +0.1057 +0.0804 other +55.176 0 7.168 4.071 +0.2186 +0.2287 +0.1877 other +55.333 0 10.901 3.773 +0.2626 +0.2762 +0.2227 other +55.442 0 16.382 5.569 +0.2607 +0.2760 +0.2112 other +55.575 0 20.191 3.902 +0.2449 +0.2607 +0.1892 other +55.677 0 23.903 3.825 +0.2230 +0.2391 +0.1618 other +55.834 0 27.186 3.436 +0.1961 +0.2121 +0.1305 other +55.942 0 31.292 4.219 +0.1724 +0.1888 +0.1043 other +56.077 0 34.556 3.481 +0.1445 +0.1608 +0.0756 other +56.176 0 39.777 5.491 +0.1047 +0.1211 +0.0358 other +56.311 0 43.659 4.121 +0.0851 +0.1015 +0.0147 other +56.443 0 48.701 5.422 +0.0543 +0.0704 -0.0180 other +56.576 0 52.082 3.830 +0.0358 +0.0516 -0.0374 other +56.679 0 51.434 2.279 +0.0220 +0.0376 -0.0529 other +56.840 0 50.535 2.905 +0.0042 +0.0195 -0.0732 other +56.942 0 49.655 2.694 -0.0106 +0.0044 -0.0904 other +57.078 0 49.082 1.846 -0.0192 -0.0043 -0.1006 other +57.176 0 48.132 2.439 -0.0309 -0.0162 -0.1152 other +57.340 0 47.971 1.520 -0.0361 -0.0214 -0.1221 other +57.443 0 47.244 2.124 -0.0458 -0.0314 -0.1339 other +57.579 0 47.319 1.748 -0.0508 -0.0363 -0.1414 other +57.676 0 47.204 1.298 -0.0544 -0.0399 -0.1462 other +57.811 0 46.763 1.783 -0.0615 -0.0472 -0.1544 other +57.950 0 47.021 1.227 -0.0632 -0.0488 -0.1573 other +58.076 0 47.060 1.662 -0.0664 -0.0518 -0.1622 other +58.180 0 47.369 1.767 -0.0697 -0.0551 -0.1676 other +58.334 0 47.487 4.787 -0.0643 -0.0499 -0.1569 other +58.444 0 59.078 21.534 -0.1648 -0.1677 -0.2036 other +58.579 0 64.560 13.952 -0.1885 -0.1800 -0.2432 other +58.677 0 67.543 13.004 -0.1950 -0.1979 -0.2454 other +58.811 0 67.733 16.014 -0.2054 -0.2027 -0.2323 other +58.947 0 64.750 15.711 -0.1856 -0.1945 -0.2208 other +59.046 0 57.734 18.526 -0.1317 -0.1185 -0.2252 other +59.187 0 54.432 13.212 -0.1153 -0.0983 -0.2303 other +59.335 0 51.779 12.348 -0.1028 -0.0844 -0.2297 other +59.445 0 49.046 11.652 -0.0783 -0.0629 -0.2213 other +59.547 0 46.793 12.911 -0.0586 -0.0453 -0.2076 other +59.700 0 45.526 7.569 -0.0686 -0.0574 -0.2107 other +59.835 0 44.971 10.524 -0.0824 -0.0744 -0.2160 other +59.950 0 46.455 11.773 -0.1001 -0.0894 -0.2308 other +60.047 0 48.065 13.062 -0.1292 -0.1233 -0.2435 other +60.179 0 49.695 13.986 -0.1352 -0.1330 -0.2472 other +#restart 60.193 +60.362 0 52.522 23.454 -0.1132 -0.1023 -0.2083 other +#check 60.362 stream=52.522 oneshot=51.655 delta=0.867 +60.734 0 52.348 8.345 -0.0979 -0.0858 -0.1933 other +60.758 0 52.080 8.102 -0.0788 -0.0653 -0.1807 other +60.790 0 51.655 7.876 -0.0552 -0.0416 -0.1635 other +60.859 0 51.197 7.591 -0.0376 -0.0237 -0.1500 other +60.937 0 50.726 7.487 -0.0216 -0.0073 -0.1399 other +61.047 0 50.207 7.247 -0.0093 +0.0056 -0.1306 other +61.181 0 49.456 10.747 +0.0153 +0.0308 -0.1124 other +61.338 0 48.275 10.183 +0.0356 +0.0511 -0.0912 other +61.436 0 47.069 9.530 +0.0573 +0.0721 -0.0737 other +61.548 0 45.379 6.456 +0.0690 +0.0841 -0.0675 other +61.684 0 40.704 11.808 +0.0877 +0.1026 -0.0590 other +61.838 0 36.072 10.274 +0.1028 +0.1173 -0.0413 other +61.936 0 32.491 8.460 +0.1219 +0.1362 -0.0110 other +62.048 0 30.693 5.416 +0.1336 +0.1470 +0.0025 other +62.182 0 28.366 6.046 +0.1471 +0.1589 +0.0198 other +62.319 0 26.496 4.912 +0.1625 +0.1711 +0.0464 other +62.435 0 25.481 3.013 +0.1734 +0.1801 +0.0684 other +62.579 0 23.926 3.554 +0.1763 +0.1807 +0.1107 other +62.685 0 23.500 1.407 +0.1689 +0.1718 +0.1254 other +62.837 0 23.044 1.444 +0.1505 +0.1523 +0.1368 other +62.936 0 22.650 1.410 +0.1262 +0.1263 +0.1402 other +63.049 0 22.648 0.954 +0.1229 +0.1229 +0.1360 other +63.183 0 22.643 1.275 +0.1183 +0.1185 +0.1285 other +63.316 0 22.592 1.282 +0.1170 +0.1170 +0.1241 other +63.466 0 22.571 1.455 +0.1139 +0.1129 +0.1174 other +63.555 0 22.543 1.233 +0.1120 +0.1107 +0.1131 other +63.687 0 22.543 0.000 +0.1120 +0.1107 +0.1131 other +63.837 0 22.496 1.231 +0.1089 +0.1074 +0.1138 other +63.937 0 22.404 1.400 +0.1054 +0.1025 +0.1100 other +64.052 0 22.375 0.869 +0.1028 +0.0994 +0.1086 other +64.184 0 22.274 1.371 +0.0993 +0.0946 +0.1071 other +64.339 0 22.174 1.356 +0.0989 +0.0946 +0.1086 other +64.436 0 21.998 1.383 +0.0986 +0.0937 +0.1086 other +64.550 0 21.905 1.195 +0.0972 +0.0916 +0.1090 other +64.684 0 21.770 1.405 +0.0962 +0.0894 +0.1131 other +64.837 0 21.951 1.511 +0.0511 +0.0449 +0.0685 other +64.937 0 22.507 1.923 +0.0258 +0.0213 +0.0202 other +65.054 0 22.864 2.653 -0.0145 -0.0189 -0.0102 other +65.185 0 22.708 2.390 -0.0111 -0.0147 +0.0023 other +65.334 0 22.240 3.415 -0.0202 -0.0216 +0.0042 other +65.435 0 21.989 2.229 -0.0114 -0.0142 +0.0104 other +65.552 0 21.862 1.485 -0.0070 -0.0102 +0.0115 other +65.685 0 21.486 2.591 +0.0042 -0.0018 +0.0240 other +65.818 0 21.248 2.024 +0.0121 +0.0051 +0.0328 other +65.935 0 20.897 2.365 +0.0272 +0.0196 +0.0466 other +66.053 0 20.711 1.898 +0.0272 +0.0194 +0.0539 other +66.187 0 20.599 2.383 +0.0206 +0.0165 +0.0468 other +66.335 0 20.446 2.649 +0.0283 +0.0234 +0.0481 other +66.435 0 20.391 1.801 +0.0287 +0.0238 +0.0487 other +66.553 0 20.247 2.593 +0.0189 +0.0136 +0.0420 other +66.686 0 19.947 3.010 +0.0077 +0.0021 +0.0384 other +66.834 0 19.783 2.719 +0.0085 +0.0031 +0.0343 other +66.935 0 19.609 2.670 +0.0096 +0.0048 +0.0311 other +67.056 0 19.475 2.743 +0.0013 -0.0039 +0.0258 other +67.189 0 19.329 2.714 -0.0020 -0.0074 +0.0205 other +67.338 0 18.922 3.215 -0.0057 -0.0102 +0.0190 other +67.436 0 18.706 2.593 -0.0118 -0.0166 +0.0185 other +67.561 0 18.489 2.515 -0.0080 -0.0138 +0.0185 other +67.688 0 18.169 2.752 +0.0074 +0.0014 +0.0214 other +67.838 0 17.883 2.615 +0.0300 +0.0252 +0.0243 other +67.936 0 17.787 1.694 +0.0181 +0.0133 +0.0179 other +68.054 0 17.603 2.295 -0.0068 -0.0118 +0.0077 other +68.238 0 17.352 2.433 -0.0256 -0.0308 -0.0054 other +68.335 0 17.268 1.580 -0.0281 -0.0336 -0.0089 other +68.439 0 17.199 1.578 -0.0263 -0.0317 -0.0126 other +68.561 0 17.037 2.059 -0.0220 -0.0273 -0.0184 other +68.695 0 16.663 2.316 -0.0460 -0.0506 -0.0471 other +68.836 0 16.103 2.272 -0.0698 -0.0725 -0.0700 other +68.937 0 16.116 1.576 -0.0720 -0.0738 -0.0783 other +69.061 0 17.534 3.557 -0.1448 -0.1508 -0.1220 other +69.190 0 21.502 6.581 -0.1301 -0.1654 -0.0636 other +69.336 0 26.116 10.088 +0.1230 +0.1213 +0.1653 other +69.436 0 31.773 13.059 +0.0071 +0.0021 +0.1042 other +69.559 0 35.053 11.544 -0.0234 -0.0312 +0.0998 other +69.745 0 38.588 18.650 +0.0621 +0.0916 -0.0578 other +69.792 0 38.588 0.000 +0.0621 +0.0916 -0.0578 other +69.935 0 38.400 13.773 +0.0743 +0.1051 -0.1148 other +70.059 0 36.834 13.068 +0.0540 +0.0807 -0.1399 other +70.190 0 33.169 16.657 -0.1507 -0.1444 -0.2119 other +70.290 0 29.078 18.698 -0.0977 -0.0833 -0.1548 other +70.435 0 30.491 11.365 +0.0182 +0.0358 -0.1482 other +70.560 0 30.544 15.435 -0.0884 -0.0762 -0.1500 other +70.692 0 27.587 11.215 -0.1146 -0.1091 -0.1352 other +70.793 0 24.831 8.233 +0.0282 +0.0377 +0.0275 other +70.936 0 25.809 6.986 -0.1142 -0.1255 -0.0379 other +71.061 0 26.162 5.752 -0.1637 -0.1761 -0.0721 other +71.236 0 26.910 9.197 -0.0049 +0.0069 -0.0328 other +71.291 0 27.405 8.988 -0.0289 -0.0133 -0.1353 other +71.436 0 27.933 7.331 -0.1174 -0.1118 -0.1983 other +71.559 0 27.634 8.765 -0.2208 -0.2245 -0.2604 other +71.692 0 28.435 8.859 -0.2257 -0.2155 -0.2198 other +71.796 0 32.805 12.614 -0.1480 -0.1723 -0.1197 other +71.935 0 35.370 14.033 -0.1169 -0.1226 -0.0613 other +72.062 0 35.876 11.837 +0.0048 +0.0065 -0.0147 other +72.193 0 35.812 9.858 +0.0169 +0.0204 -0.0205 other +72.296 0 35.813 2.251 +0.0166 +0.0199 -0.0215 other +72.437 0 35.745 3.141 +0.0180 +0.0211 -0.0205 other +72.561 0 35.776 2.270 +0.0180 +0.0212 -0.0222 other +72.694 0 35.790 3.133 +0.0185 +0.0222 -0.0221 other +72.798 0 35.851 2.202 +0.0175 +0.0215 -0.0233 other +72.936 0 35.804 1.184 +0.0186 +0.0227 -0.0216 other +73.074 0 35.781 3.098 +0.0166 +0.0211 -0.0230 other +73.240 0 35.788 2.166 +0.0146 +0.0195 -0.0242 other +73.294 0 35.818 1.166 +0.0135 +0.0185 -0.0253 other +73.439 0 35.798 1.208 +0.0148 +0.0200 -0.0217 other +73.567 0 35.880 1.191 +0.0139 +0.0194 -0.0226 other +73.698 0 35.858 2.134 +0.0141 +0.0200 -0.0218 other +73.794 0 35.814 2.148 +0.0104 +0.0164 -0.0230 other +73.935 0 35.885 2.160 +0.0125 +0.0188 -0.0192 other +74.081 0 35.874 2.144 +0.0113 +0.0179 -0.0192 other +74.240 0 35.965 2.161 +0.0089 +0.0161 -0.0223 other +74.294 0 35.997 1.189 +0.0067 +0.0142 -0.0255 other +74.436 0 36.057 2.115 +0.0044 +0.0124 -0.0283 other +74.564 0 36.137 2.115 +0.0017 +0.0102 -0.0329 other +74.697 0 36.459 3.236 -0.0022 +0.0069 -0.0464 other +74.800 0 38.363 4.552 +0.0085 +0.0187 -0.0816 other +74.936 0 37.755 2.715 +0.0046 +0.0148 -0.0764 other +75.065 0 38.312 1.577 +0.0044 +0.0150 -0.0831 other +75.198 0 39.853 4.366 +0.0163 +0.0274 -0.0948 other +75.296 0 39.113 2.683 +0.0082 +0.0192 -0.0943 other +75.437 0 39.180 2.485 +0.0066 +0.0177 -0.0974 other +75.563 0 38.977 3.113 +0.0046 +0.0159 -0.0987 other +75.695 0 39.854 3.956 +0.0354 +0.0477 -0.0622 other +75.796 0 44.890 8.292 +0.1465 +0.1604 +0.1045 other +75.936 0 45.151 6.194 +0.1282 +0.1431 +0.0447 other +76.064 0 46.115 2.435 +0.1206 +0.1361 +0.0327 other +76.166 0 44.857 4.243 +0.1055 +0.1208 +0.0216 other +76.298 0 44.717 5.874 +0.1174 +0.1324 +0.0409 other +76.436 0 46.960 6.681 +0.1818 +0.1978 +0.1218 other +76.564 0 47.225 7.956 +0.1475 +0.1633 +0.0740 other +76.745 0 47.277 9.733 +0.1190 +0.1357 +0.0383 other +76.839 0 42.500 7.113 +0.1083 +0.1233 +0.0367 other +76.939 0 42.500 0.000 +0.1083 +0.1233 +0.0367 other +77.066 0 42.500 0.000 +0.1083 +0.1233 +0.0367 other +77.181 0 41.991 7.100 +0.0867 +0.1015 +0.0051 other +77.334 0 41.991 0.000 +0.0867 +0.1015 +0.0051 other +77.436 0 41.567 4.152 +0.0581 +0.0725 -0.0231 other +77.567 0 41.395 5.108 +0.0412 +0.0550 -0.0355 other +77.664 0 41.994 7.277 +0.0428 +0.0558 -0.0325 other +77.798 0 40.839 4.178 +0.0169 +0.0292 -0.0560 other +77.936 0 40.647 7.880 -0.0228 -0.0117 -0.0974 other +78.066 0 40.792 6.765 -0.0394 -0.0304 -0.1075 other +78.164 0 40.429 6.055 -0.0479 -0.0370 -0.1208 other +78.298 0 41.029 6.476 -0.0628 -0.0523 -0.1308 other +78.440 0 40.257 5.541 -0.0427 -0.0327 -0.1022 other +78.566 0 42.540 8.049 -0.0222 -0.0126 -0.0754 other +78.668 0 74.191 37.794 -0.0973 -0.1268 -0.0421 other +78.800 0 105.390 41.200 -0.1678 -0.1972 -0.1486 other +78.938 0 98.756 17.902 -0.1659 -0.1900 -0.1365 other +79.071 0 95.674 13.316 -0.1824 -0.2076 -0.1699 other +79.167 0 107.985 18.339 -0.1803 -0.2133 -0.1483 other +79.334 0 110.483 4.320 -0.1806 -0.2128 -0.1371 other +79.438 0 113.887 8.489 -0.1751 -0.2060 -0.1158 other +79.568 0 112.839 4.878 -0.1800 -0.2105 -0.1242 other +79.670 0 100.120 14.899 -0.1485 -0.1773 -0.0704 other +79.835 0 98.736 9.602 -0.0575 -0.0734 +0.0206 other +79.934 0 90.653 15.528 -0.0287 -0.0321 -0.0095 other +80.070 0 88.439 4.451 -0.0304 -0.0337 -0.0158 other +80.173 0 87.407 8.387 -0.0226 -0.0260 -0.0072 other +80.304 0 50.560 38.384 +0.0968 +0.1110 +0.0193 other +80.446 0 46.556 8.952 +0.0858 +0.1006 +0.0106 other +#check 80.446 stream=46.556 oneshot=46.119 delta=0.437 +80.800 0 46.024 3.590 +0.0782 +0.0931 +0.0013 other +80.852 0 46.255 6.584 +0.0824 +0.0964 +0.0128 other +80.876 0 46.301 7.338 +0.0925 +0.1058 +0.0297 other +80.939 0 44.750 7.625 +0.0679 +0.0802 -0.0195 other +81.068 0 41.086 5.020 +0.0534 +0.0644 -0.0053 other +81.168 0 39.683 5.361 +0.0012 +0.0118 -0.0535 other +81.301 0 38.723 6.646 -0.0214 -0.0109 -0.0749 other +81.439 0 59.466 23.894 -0.1160 -0.1053 -0.1485 other +81.570 0 74.834 22.417 -0.1583 -0.1605 -0.1786 other +81.670 0 96.810 32.113 -0.1148 -0.1159 -0.1321 other +81.834 0 111.226 28.084 -0.0940 -0.0935 -0.0943 other +81.940 0 110.375 19.971 -0.1013 -0.0953 -0.0919 other +82.071 0 108.601 20.345 -0.0773 -0.0733 -0.0733 other +82.172 0 107.982 26.668 -0.0834 -0.0800 -0.0732 other +82.302 0 108.639 16.256 -0.0838 -0.0806 -0.0772 other +82.438 0 110.601 31.235 -0.1296 -0.1191 -0.1480 other +82.571 0 108.283 25.362 -0.0952 -0.0844 -0.1194 other +82.672 0 105.374 24.247 -0.0848 -0.0748 -0.1121 other +82.805 0 104.055 26.022 -0.0598 -0.0466 -0.1249 other +82.936 0 87.990 25.367 -0.0404 -0.0397 +0.0166 other +83.071 0 84.249 14.981 -0.0270 -0.0282 +0.0486 other +83.174 0 83.667 15.082 -0.0274 -0.0303 +0.0437 other +83.306 0 83.909 14.467 -0.0346 -0.0423 +0.0394 other +83.446 0 83.180 15.942 -0.0433 -0.0542 +0.0329 other +83.575 0 81.986 12.742 -0.0402 -0.0522 +0.0511 other +83.671 0 81.705 9.433 -0.0404 -0.0518 +0.0598 other +83.808 0 81.705 0.000 -0.0404 -0.0518 +0.0598 other +83.945 0 87.662 17.770 +0.0035 -0.0027 +0.0021 other +84.071 0 97.327 26.090 +0.0876 +0.0835 +0.1056 other +84.172 0 101.503 25.571 -0.0161 -0.0208 -0.0161 other +84.305 0 105.449 30.057 -0.0613 -0.0718 -0.0792 other +84.438 0 135.144 48.455 -0.0046 -0.0069 -0.1368 other +84.572 0 134.352 43.764 -0.0930 -0.0882 -0.1868 other +84.673 0 109.350 52.382 -0.1186 -0.1040 -0.2681 other +84.839 0 98.467 46.745 +0.2828 +0.2968 +0.2110 other +84.937 0 80.376 23.511 +0.2244 +0.2357 +0.1876 other +85.077 0 59.846 24.646 +0.1674 +0.1798 +0.1288 other +85.180 0 65.867 22.312 +0.4022 +0.4192 +0.3756 other +85.340 0 70.879 19.967 +0.3561 +0.3739 +0.3808 other +85.440 0 71.144 15.441 +0.3382 +0.3534 +0.3932 other +85.542 0 69.894 15.345 +0.3850 +0.4010 +0.4258 other +85.684 0 69.723 11.467 +0.3730 +0.3878 +0.4308 other +85.839 0 69.383 10.527 +0.3591 +0.3747 +0.4358 other +85.940 0 69.931 13.594 +0.3956 +0.4121 +0.4493 other +86.045 0 69.370 9.161 +0.3741 +0.3892 +0.4365 other +86.175 0 69.072 13.065 +0.3888 +0.4055 +0.4591 other +86.338 0 77.525 20.171 +0.2757 +0.2723 +0.3282 other +86.439 0 81.648 13.275 +0.2648 +0.2571 +0.3195 other +86.540 0 81.608 9.295 +0.2481 +0.2391 +0.3047 other +86.675 0 81.526 19.188 +0.2433 +0.2420 +0.2725 other +86.861 0 97.784 28.841 +0.2507 +0.2529 +0.2620 other +86.952 0 99.119 16.806 +0.2686 +0.2713 +0.2697 other +87.047 0 98.338 15.623 +0.2674 +0.2689 +0.2723 other +87.184 0 98.426 11.762 +0.2576 +0.2573 +0.2625 other +87.344 0 98.260 9.690 +0.2487 +0.2448 +0.2560 other +87.436 0 97.629 13.456 +0.2514 +0.2440 +0.2684 other +87.541 0 97.005 9.306 +0.2434 +0.2381 +0.2712 other +87.681 0 96.018 11.349 +0.2266 +0.2192 +0.2446 other +87.835 0 94.354 13.233 +0.2116 +0.2018 +0.2178 other +87.940 0 93.263 7.959 +0.2100 +0.2006 +0.2151 other +88.041 0 91.540 11.977 +0.2008 +0.1894 +0.1900 other +88.177 0 90.429 8.777 +0.1952 +0.1847 +0.1871 other +88.334 0 87.209 21.385 +0.1868 +0.1789 +0.1873 other +88.442 0 86.026 18.210 +0.2064 +0.1981 +0.2464 other +88.546 0 85.841 21.000 +0.1789 +0.1687 +0.2950 other +88.687 0 86.339 6.613 +0.1602 +0.1511 +0.2926 other +88.836 0 88.550 14.497 +0.1356 +0.1301 +0.2813 other +88.937 0 88.262 3.040 +0.1358 +0.1296 +0.2811 other +89.044 0 88.262 0.000 +0.1358 +0.1296 +0.2811 other +89.177 0 87.932 5.783 +0.1294 +0.1211 +0.2762 other +89.343 0 87.634 15.895 +0.1651 +0.1644 +0.3073 other +89.436 0 199.803 118.947 +0.2150 +0.2344 +0.2349 other +89.550 0 217.120 18.249 +0.1983 +0.2094 +0.2089 other +89.688 0 222.291 9.973 +0.1919 +0.1889 +0.2234 other +89.838 0 192.765 29.137 +0.2410 +0.2537 +0.2840 other +89.940 0 109.332 83.834 +0.3162 +0.3407 +0.3585 other +90.050 0 69.959 46.919 +0.2715 +0.2691 +0.4153 other +90.177 0 98.057 32.054 +0.2414 +0.2268 +0.4162 other +#restart 90.234 +90.455 0 176.205 79.098 +0.2195 +0.2050 +0.4140 other +90.482 0 167.537 26.725 +0.2673 +0.2649 +0.4194 other +90.636 0 167.537 0.000 +0.2673 +0.2649 +0.4194 other +90.739 0 163.119 31.189 +0.2278 +0.2163 +0.4093 other +90.851 0 148.018 26.084 +0.2568 +0.2608 +0.4084 other +91.038 0 146.983 25.849 +0.2619 +0.2519 +0.4406 other +91.137 0 133.074 27.231 +0.3103 +0.3099 +0.4735 other +91.242 0 133.074 0.000 +0.3103 +0.3099 +0.4735 other +91.354 0 126.194 17.110 +0.3159 +0.3257 +0.4659 other +91.484 0 129.220 27.765 +0.2710 +0.2653 +0.4215 other +91.635 0 112.953 37.729 +0.2003 +0.2154 +0.2645 other +91.737 0 113.516 21.376 +0.1635 +0.1693 +0.1935 other +91.861 0 110.561 26.499 +0.2104 +0.2079 +0.2590 other +92.034 0 103.403 23.931 +0.2283 +0.2265 +0.3065 other +92.142 0 100.381 10.138 +0.2133 +0.2130 +0.2809 other +92.237 0 100.854 19.543 +0.2050 +0.2021 +0.2538 other +92.354 0 99.934 14.312 +0.1951 +0.1897 +0.2214 other +92.488 0 95.366 19.188 +0.1684 +0.1662 +0.1885 other +92.636 0 88.871 19.171 +0.1906 +0.1873 +0.2045 other +92.742 1 75.697 23.105 +0.1933 +0.1952 +0.2106 other +92.839 77 66.169 15.446 +0.2156 +0.2214 +0.2233 other +92.985 259 61.427 10.686 +0.2025 +0.2102 +0.2048 other +93.137 1298 55.800 14.845 +0.2175 +0.2286 +0.2253 other +93.236 1546 54.678 11.682 +0.2136 +0.2261 +0.2139 other +93.353 1529 52.658 7.300 +0.2126 +0.2258 +0.2096 other +93.536 1723 53.548 5.043 +0.2111 +0.2245 +0.2061 other +93.638 1631 52.436 10.083 +0.2050 +0.2184 +0.2063 other +93.736 2614 52.896 4.378 +0.2010 +0.2142 +0.1959 other +93.855 5393 53.707 8.273 +0.1795 +0.1928 +0.1790 other +93.988 4966 54.504 8.098 +0.1776 +0.1911 +0.1749 other +94.161 4685 53.885 5.591 +0.1732 +0.1866 +0.1740 other +94.241 4002 54.275 4.871 +0.1709 +0.1845 +0.1725 other +94.354 4002 54.275 0.000 +0.1709 +0.1845 +0.1725 other +94.487 2535 53.937 3.694 +0.1637 +0.1771 +0.1707 other +94.587 360 53.183 6.000 +0.1581 +0.1702 +0.1687 other +94.740 83 54.194 7.520 +0.1499 +0.1636 +0.1621 other +94.853 23 54.787 5.855 +0.1430 +0.1568 +0.1548 other +94.987 76 54.661 6.156 +0.1374 +0.1514 +0.1499 other +95.087 114 54.965 4.842 +0.1321 +0.1462 +0.1442 other +95.236 129 58.391 8.033 +0.1483 +0.1632 +0.1548 other +95.354 69 59.079 8.260 +0.1398 +0.1545 +0.1359 other +95.488 89 58.795 9.356 +0.1244 +0.1395 +0.1186 other +95.590 47 59.702 9.744 +0.1062 +0.1211 +0.1040 other +95.737 80 59.737 6.345 +0.1002 +0.1150 +0.1024 other +95.856 165 59.167 6.381 +0.1000 +0.1140 +0.1016 other +96.035 77 61.185 10.382 +0.1315 +0.1471 +0.1209 other +96.138 40 61.274 5.532 +0.1157 +0.1313 +0.1057 other +96.248 53 61.430 4.983 +0.0966 +0.1119 +0.0917 other +96.347 50 60.877 8.654 +0.0928 +0.1081 +0.0852 other +96.546 50 60.877 0.000 +0.0928 +0.1081 +0.0852 other +96.636 34 62.072 7.778 +0.0735 +0.0865 +0.0714 other +96.740 34 62.072 0.000 +0.0735 +0.0865 +0.0714 other +96.855 39 62.642 9.084 +0.0688 +0.0822 +0.0644 other +96.993 34 61.689 7.401 +0.0762 +0.0915 +0.0658 other +97.092 20 60.385 8.947 +0.0848 +0.1002 +0.0719 other +97.234 21 61.225 4.568 +0.0965 +0.1122 +0.0803 other +97.356 139 56.472 20.815 +0.1062 +0.1215 +0.0957 other +97.494 57 61.024 23.805 +0.0842 +0.0993 +0.0726 other +97.598 29 62.407 15.504 +0.0724 +0.0869 +0.0618 other +97.745 29 62.407 0.000 +0.0724 +0.0869 +0.0618 other +97.869 44 61.663 13.211 +0.0804 +0.0953 +0.0588 other +97.991 91 62.232 6.862 +0.0721 +0.0868 +0.0495 other +98.091 77 62.021 6.428 +0.0725 +0.0872 +0.0464 other +98.237 78 61.192 7.643 +0.0770 +0.0917 +0.0476 other +98.361 47 61.801 4.774 +0.0726 +0.0870 +0.0445 other +98.491 167 61.287 4.053 +0.0726 +0.0869 +0.0445 other +98.634 318 61.983 10.023 +0.0679 +0.0818 +0.0396 other +98.740 31 61.463 5.807 +0.0708 +0.0837 +0.0435 other +98.863 118 61.049 8.161 +0.0656 +0.0792 +0.0372 other +98.992 98 61.444 6.956 +0.0565 +0.0694 +0.0302 other +99.095 48 62.644 13.837 +0.0529 +0.0640 +0.0288 other +99.238 69 62.022 9.019 +0.0487 +0.0610 +0.0235 other +99.371 66 61.857 5.902 +0.0437 +0.0555 +0.0152 other +99.494 118 61.967 4.961 +0.0416 +0.0535 +0.0104 other +99.592 51 61.892 2.576 +0.0399 +0.0518 +0.0086 other +99.735 34 60.559 10.760 +0.0303 +0.0418 +0.0080 other +99.861 23 61.624 8.843 +0.0305 +0.0422 +0.0017 other +99.992 2852 63.887 11.774 +0.0206 +0.0320 -0.0142 other +100.134 3984 63.294 10.630 +0.0201 +0.0262 -0.0045 other +100.245 5081 63.458 4.317 +0.0254 +0.0241 +0.0003 other +100.361 4976 62.914 6.509 +0.0179 +0.0193 +0.0008 other +100.539 4572 63.569 8.853 +0.0230 +0.0250 -0.0021 other +#check 100.539 stream=63.569 oneshot=63.876 delta=0.306 +100.866 4617 63.907 7.884 +0.0238 +0.0296 -0.0043 other +100.891 4570 63.593 4.788 +0.0184 +0.0248 -0.0070 other +100.981 3592 63.876 6.453 +0.0244 +0.0316 -0.0055 other +101.068 3254 63.207 7.359 +0.0165 +0.0239 -0.0074 other +101.149 3390 63.474 4.373 +0.0158 +0.0230 -0.0089 other +101.241 3063 63.005 7.166 +0.0086 +0.0167 -0.0109 other +101.347 3063 63.005 0.000 +0.0086 +0.0167 -0.0109 other +101.537 2359 63.601 7.604 +0.0132 +0.0214 -0.0109 other +101.639 1526 60.743 9.362 +0.0155 +0.0238 -0.0112 other +101.744 1526 60.743 0.000 +0.0155 +0.0238 -0.0112 other +101.839 914 58.646 5.261 +0.0099 +0.0187 -0.0143 other +101.964 578 57.608 6.997 +0.0143 +0.0224 -0.0149 other +102.138 382 55.188 7.392 +0.0036 +0.0126 -0.0189 other +102.242 134 53.448 3.750 +0.0043 +0.0116 -0.0210 other +102.369 29 51.482 7.197 -0.0044 +0.0027 -0.0236 other +102.543 1 50.966 5.052 -0.0183 -0.0099 -0.0362 other +102.639 0 47.615 6.871 -0.0169 -0.0097 -0.0369 other +102.740 0 47.615 0.000 -0.0169 -0.0097 -0.0369 other +102.866 0 45.717 4.065 -0.0207 -0.0137 -0.0390 other +102.967 0 44.504 5.029 -0.0161 -0.0097 -0.0390 other +103.095 0 42.661 3.826 -0.0195 -0.0138 -0.0412 other +103.240 0 39.725 6.174 -0.0240 -0.0203 -0.0439 other +103.364 0 38.313 3.690 -0.0247 -0.0225 -0.0439 other +103.462 0 35.333 6.053 -0.0278 -0.0272 -0.0428 other +103.598 0 33.948 3.126 -0.0304 -0.0302 -0.0433 other +103.744 0 31.640 5.547 -0.0275 -0.0289 -0.0385 other +103.864 0 31.675 2.087 -0.0260 -0.0272 -0.0354 other +103.962 0 31.714 1.733 -0.0258 -0.0270 -0.0328 other +104.097 0 31.747 1.108 -0.0265 -0.0278 -0.0320 other +104.238 0 31.758 1.428 -0.0275 -0.0287 -0.0308 other +104.365 0 31.754 0.785 -0.0282 -0.0293 -0.0305 other +104.496 0 31.741 1.433 -0.0297 -0.0308 -0.0307 other +104.596 0 31.740 0.794 -0.0305 -0.0315 -0.0310 other +104.736 0 31.723 1.161 -0.0318 -0.0327 -0.0318 other +104.865 0 31.700 1.180 -0.0333 -0.0341 -0.0332 other +104.966 0 31.667 1.498 -0.0349 -0.0355 -0.0358 other +105.098 0 31.655 1.169 -0.0361 -0.0367 -0.0384 other +105.237 0 31.659 1.228 -0.0380 -0.0385 -0.0414 other +105.366 0 31.661 1.894 -0.0404 -0.0409 -0.0458 other +105.467 0 31.617 1.634 -0.0419 -0.0423 -0.0498 other +105.600 0 31.549 1.276 -0.0426 -0.0430 -0.0520 other +105.736 0 31.458 2.003 -0.0429 -0.0432 -0.0543 other +105.866 0 31.404 1.723 -0.0429 -0.0430 -0.0562 other +105.967 0 31.374 1.985 -0.0435 -0.0433 -0.0577 other +106.097 0 31.395 1.344 -0.0440 -0.0437 -0.0589 other +106.237 0 31.486 2.266 -0.0449 -0.0445 -0.0602 other +106.364 0 31.522 1.332 -0.0450 -0.0445 -0.0603 other +106.469 0 31.598 2.286 -0.0455 -0.0448 -0.0611 other +106.603 0 31.658 1.356 -0.0452 -0.0445 -0.0616 other +106.735 0 31.764 2.066 -0.0447 -0.0444 -0.0625 other +106.867 0 31.864 1.832 -0.0444 -0.0450 -0.0647 other +106.968 0 31.897 2.090 -0.0446 -0.0457 -0.0667 other +107.102 0 31.889 1.488 -0.0443 -0.0456 -0.0675 other +107.235 0 31.841 1.898 -0.0431 -0.0446 -0.0679 other +107.368 0 31.793 1.443 -0.0426 -0.0439 -0.0681 other +107.480 0 31.224 2.277 -0.0393 -0.0398 -0.0659 other +107.600 0 30.879 0.847 -0.0392 -0.0394 -0.0658 other +107.736 0 30.067 1.762 -0.0373 -0.0372 -0.0652 other +107.866 0 30.067 0.000 -0.0373 -0.0372 -0.0652 other +107.967 0 29.365 1.662 -0.0347 -0.0347 -0.0639 other +108.102 0 28.551 1.724 -0.0327 -0.0325 -0.0625 other +108.241 0 27.515 2.324 -0.0311 -0.0307 -0.0613 other +108.368 0 26.388 2.125 -0.0292 -0.0287 -0.0598 other +108.467 0 25.290 2.163 -0.0296 -0.0289 -0.0591 other +108.635 0 23.765 2.163 -0.0316 -0.0305 -0.0596 other +108.739 0 21.136 3.181 -0.0346 -0.0334 -0.0610 other +108.869 0 19.549 2.019 -0.0358 -0.0345 -0.0611 other +108.970 0 17.446 2.660 -0.0377 -0.0362 -0.0613 other +109.104 0 16.473 1.266 -0.0386 -0.0371 -0.0627 other +109.237 0 14.322 2.603 -0.0437 -0.0416 -0.0675 other +109.368 0 13.177 1.477 -0.0441 -0.0423 -0.0678 other +109.468 0 11.338 2.171 -0.0465 -0.0449 -0.0703 other +109.634 0 10.207 1.342 -0.0470 -0.0454 -0.0706 other +109.736 0 8.788 1.666 -0.0531 -0.0512 -0.0770 other +109.869 0 7.875 1.076 -0.0540 -0.0521 -0.0758 other +109.971 0 6.684 1.295 -0.0544 -0.0531 -0.0737 other +110.108 0 6.166 0.662 -0.0523 -0.0506 -0.0713 other +110.238 0 5.151 1.078 -0.0479 -0.0469 -0.0641 other +110.369 0 4.895 0.344 -0.0455 -0.0445 -0.0607 other +110.468 0 3.938 1.029 -0.0389 -0.0375 -0.0523 other +110.604 0 3.256 0.732 -0.0405 -0.0390 -0.0555 other +110.739 0 2.712 0.572 -0.0399 -0.0385 -0.0553 other +110.838 0 2.241 0.460 -0.0366 -0.0358 -0.0504 other +110.971 0 1.691 0.592 -0.0317 -0.0308 -0.0438 other +111.102 0 1.412 0.304 -0.0259 -0.0255 -0.0322 other +111.243 0 1.075 0.347 -0.0301 -0.0291 -0.0403 other +111.337 0 0.782 0.280 -0.0274 -0.0268 -0.0356 other +111.474 0 0.490 0.323 -0.0260 -0.0254 -0.0350 other +111.633 0 0.084 0.400 -0.0257 -0.0253 -0.0346 other +111.739 0 0.083 0.002 -0.0257 -0.0252 -0.0346 other +111.839 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +111.974 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.106 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.239 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.341 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.472 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.609 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.737 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.840 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +112.973 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.111 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.244 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.340 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.473 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.636 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.744 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.840 0 0.083 0.000 -0.0257 -0.0252 -0.0346 other +113.973 0 35.456 35.175 -0.0256 -0.0250 -0.0344 other +114.134 0 196.742 160.404 +0.0256 +0.0250 +0.0344 other +114.240 0 202.368 6.113 +0.1376 +0.1128 +0.2587 other +114.345 0 150.532 51.531 +0.1475 +0.1209 +0.2898 other +114.473 28 76.290 73.886 +0.1451 +0.1138 +0.2904 other +114.606 100 29.845 46.471 +0.1342 +0.1054 +0.2759 other +114.736 67 29.843 3.953 +0.1302 +0.1030 +0.2719 other +114.842 63 29.512 7.126 +0.1401 +0.1123 +0.2828 other +114.975 71 29.548 2.022 +0.1354 +0.1068 +0.2781 other +115.137 61 29.643 3.998 +0.1254 +0.0956 +0.2676 other +115.242 74 29.777 2.567 +0.1233 +0.0918 +0.2657 other +115.341 85 29.616 4.632 +0.1233 +0.0954 +0.2652 other +115.479 77 29.506 3.317 +0.1292 +0.1035 +0.2723 other +115.636 78 29.714 3.958 +0.1286 +0.1004 +0.2728 other +115.742 78 29.844 3.627 +0.1310 +0.1005 +0.2751 other +115.844 68 29.926 3.149 +0.1304 +0.1015 +0.2732 other +115.976 61 29.796 3.225 +0.1315 +0.1047 +0.2751 other +116.133 58 29.514 3.985 +0.1371 +0.1114 +0.2801 other +116.245 70 29.947 4.589 +0.1356 +0.1063 +0.2790 other +116.342 111 29.997 2.863 +0.1386 +0.1114 +0.2820 other +116.476 67 29.657 4.593 +0.1463 +0.1208 +0.2871 other +116.615 0 29.730 4.014 +0.1498 +0.1219 +0.2898 other +116.737 0 29.755 1.462 +0.1487 +0.1201 +0.2889 other +116.845 0 157.960 129.269 -0.0798 -0.0666 -0.1708 other +116.980 0 231.968 73.800 -0.0071 -0.0141 -0.0715 other +117.135 0 141.655 90.516 +0.2613 +0.2853 +0.2011 other +117.245 0 170.291 44.564 +0.0485 +0.0672 +0.0130 other +117.347 0 164.499 21.018 +0.0610 +0.0928 +0.0008 other +117.477 0 165.143 17.870 +0.0984 +0.1308 +0.0204 other +117.643 0 171.195 23.430 -0.0043 +0.0171 -0.0459 other +117.745 0 162.743 21.440 -0.0254 -0.0105 -0.0604 other +117.844 0 154.956 21.168 -0.0207 +0.0036 -0.0576 other +117.978 0 160.189 22.671 -0.0976 -0.0908 -0.0805 other +118.137 1 157.783 29.378 -0.1642 -0.1574 -0.1614 other +118.238 0 153.637 21.755 -0.1341 -0.1353 -0.1293 other +118.345 0 144.763 18.804 -0.0999 -0.0962 -0.1051 other +118.477 0 138.871 25.941 -0.1627 -0.1580 -0.1305 other +118.634 0 132.166 26.600 -0.1348 -0.1294 -0.0948 other +118.736 0 127.403 17.278 -0.1535 -0.1532 -0.1052 other +118.846 0 115.944 19.486 -0.1600 -0.1632 -0.1037 other +118.977 0 109.810 18.244 -0.1696 -0.1678 -0.1184 other +119.136 0 108.394 22.900 -0.2305 -0.2397 -0.1575 other +119.245 0 103.356 14.301 -0.2212 -0.2354 -0.1462 other +119.348 0 89.306 22.965 -0.1904 -0.2033 -0.1016 other +119.478 0 47.665 67.915 +0.1082 +0.1183 +0.1354 other +119.635 0 48.055 9.616 +0.1314 +0.1413 +0.1401 other +119.711 0 48.544 9.039 +0.1346 +0.1454 +0.1459 other +119.847 0 49.189 8.045 +0.1389 +0.1498 +0.1503 other +119.978 0 49.721 9.266 +0.1445 +0.1561 +0.1603 other +120.113 0 50.822 10.562 +0.1654 +0.1769 +0.1491 other +120.236 0 51.689 13.545 +0.1705 +0.1820 +0.1370 other +#restart 120.257 +120.445 0 52.989 16.221 +0.1783 +0.1911 +0.1258 other +120.492 0 52.989 0.000 +0.1783 +0.1911 +0.1258 other +120.638 0 54.012 7.844 +0.1723 +0.1861 +0.1172 other +#check 120.638 stream=54.012 oneshot=70.396 delta=16.385 +120.864 0 54.948 12.633 +0.1644 +0.1793 +0.1074 other +120.880 443 72.459 62.912 -0.1466 -0.1539 -0.1211 other +120.989 236 67.419 24.396 -0.1382 -0.1447 -0.1206 other +121.135 86 60.351 27.977 -0.0708 -0.0684 -0.0960 other +121.240 326 58.433 22.127 -0.0767 -0.0703 -0.1157 other +121.360 342 54.092 17.838 -0.0570 -0.0514 -0.1042 other +121.490 196 52.360 15.820 -0.0408 -0.0355 -0.0952 other +121.634 13 52.417 21.368 -0.0258 -0.0204 -0.0865 other +121.736 54 54.305 20.575 -0.0400 -0.0340 -0.1184 other +121.860 175 51.590 18.541 -0.0084 -0.0035 -0.0951 other +121.993 34 48.145 20.728 +0.0181 +0.0222 -0.0675 other +122.136 1 44.918 21.468 +0.0471 +0.0488 -0.0325 other +122.238 0 93.938 54.218 -0.0873 -0.0939 -0.0964 other +122.362 0 51.207 52.813 -0.0417 -0.0452 -0.0670 other +122.494 0 36.805 40.956 -0.1344 -0.1312 -0.1456 other +122.637 0 37.485 10.310 -0.1079 -0.1047 -0.1272 other +122.736 0 37.922 8.863 -0.0991 -0.0956 -0.1148 other +122.858 0 37.905 5.098 -0.0997 -0.0962 -0.1114 other +122.993 0 37.525 11.294 -0.0983 -0.0946 -0.0985 other +123.138 0 37.016 13.734 -0.0950 -0.0927 -0.0903 other +123.235 0 37.292 9.829 -0.0943 -0.0923 -0.0892 other +123.360 0 38.010 10.010 -0.0846 -0.0813 -0.0805 other +123.492 0 38.944 14.076 -0.0474 -0.0428 -0.0678 other +123.634 0 39.298 11.604 -0.0142 -0.0092 -0.0541 other +123.737 0 39.656 14.970 +0.0459 +0.0525 -0.0216 other +123.862 0 39.268 12.417 +0.0805 +0.0865 +0.0040 other +123.998 0 38.314 16.718 +0.0914 +0.0958 +0.0159 other +124.094 0 38.900 16.826 +0.0894 +0.0961 -0.0014 other +124.243 0 39.235 14.338 +0.0955 +0.1038 -0.0094 other +124.361 0 40.158 15.965 +0.0532 +0.0619 -0.0487 other +124.492 0 39.783 16.319 +0.0580 +0.0676 -0.0518 other +124.592 0 41.982 26.684 -0.1269 -0.1180 -0.2003 other +124.736 0 54.861 13.999 -0.0812 -0.0762 -0.1288 other +124.865 0 44.328 11.328 -0.1226 -0.1149 -0.1901 other +124.995 0 41.310 7.659 -0.1419 -0.1375 -0.2041 other +125.096 0 70.913 32.664 -0.1016 -0.0940 -0.1899 other +125.238 0 151.076 80.318 +0.0341 +0.0171 +0.1402 other +125.360 2 165.071 19.343 +0.0871 +0.0725 +0.2238 other +125.494 0 151.434 24.435 +0.0977 +0.0897 +0.2381 other +125.594 0 157.937 22.393 +0.1261 +0.1146 +0.2394 other +125.735 509 164.146 13.822 +0.1095 +0.1033 +0.1891 other +125.869 2 153.852 13.595 +0.1154 +0.1113 +0.2022 other +125.995 0 146.745 10.122 +0.1245 +0.1230 +0.2199 other +126.093 0 151.117 9.634 +0.1246 +0.1264 +0.2207 other +126.235 30 156.137 10.830 +0.1103 +0.1120 +0.1938 other +126.360 638 163.705 12.960 +0.1271 +0.1280 +0.2127 other +126.495 0 36.737 133.556 +0.1547 +0.1547 +0.1955 other +126.594 0 36.425 16.991 +0.1585 +0.1606 +0.2097 other +126.735 0 35.334 11.581 +0.1536 +0.1569 +0.2166 other +126.863 0 34.590 6.959 +0.1612 +0.1640 +0.2325 other +126.994 0 34.804 6.146 +0.1432 +0.1454 +0.2083 other +127.099 0 33.736 8.156 +0.1378 +0.1403 +0.2017 other +127.236 0 36.492 5.698 +0.1684 +0.1715 +0.2440 other +127.373 0 35.173 8.752 +0.1542 +0.1540 +0.2222 other +127.500 0 35.788 5.723 +0.1632 +0.1623 +0.2314 other +127.596 0 36.091 6.153 +0.1588 +0.1586 +0.2268 other +127.740 0 36.587 7.834 +0.1680 +0.1696 +0.2407 other +127.864 0 35.932 6.811 +0.1617 +0.1635 +0.2370 other +127.999 0 36.552 5.496 +0.1720 +0.1729 +0.2443 other +128.096 0 35.985 6.834 +0.1592 +0.1594 +0.2322 other +128.264 0 56.646 47.919 +0.2464 +0.2463 +0.3150 other +128.364 0 84.535 55.845 -0.0642 -0.0578 -0.1237 other +128.498 0 71.479 51.288 -0.0409 -0.0360 -0.0416 other +128.597 0 75.876 33.099 -0.0385 -0.0470 -0.0573 other +128.736 0 81.947 37.452 -0.1678 -0.1893 -0.1563 other +128.865 0 98.403 76.091 +0.1220 +0.1269 +0.1265 other +129.033 0 158.882 74.868 -0.2068 -0.1967 -0.3346 other +129.103 0 215.187 89.551 +0.2067 +0.1866 +0.3108 other +129.238 0 180.361 47.679 +0.1008 +0.0739 +0.2434 other +129.367 0 156.331 62.197 -0.1185 -0.1300 +0.0228 other +129.498 0 74.993 99.788 +0.2657 +0.2621 +0.2715 other +129.600 0 69.899 33.039 +0.2830 +0.2854 +0.3003 other +129.738 0 66.331 35.379 +0.2622 +0.2636 +0.2442 other +129.865 0 62.618 38.869 +0.1735 +0.1774 +0.1379 other +129.997 0 58.122 34.693 +0.1453 +0.1588 +0.0580 other +130.137 0 53.346 35.240 +0.0387 +0.0464 -0.0161 other +130.240 0 51.005 20.592 -0.0263 -0.0189 -0.0335 other +130.367 0 49.368 14.996 -0.0680 -0.0608 -0.0548 other +130.545 0 46.437 17.552 -0.1075 -0.0963 -0.0720 other +130.639 0 44.676 12.976 -0.1168 -0.1075 -0.0698 other +130.738 0 43.954 7.544 -0.1160 -0.1068 -0.0661 other +130.872 0 43.954 0.000 -0.1160 -0.1068 -0.0661 other +131.038 0 43.206 6.769 -0.1210 -0.1123 -0.0627 other +131.138 0 42.719 5.773 -0.1222 -0.1136 -0.0603 other +131.272 0 42.190 5.290 -0.1258 -0.1182 -0.0562 other +131.367 0 41.870 4.342 -0.1271 -0.1192 -0.0550 other +131.499 0 43.104 5.355 -0.0688 -0.0614 +0.0057 other +131.600 0 41.405 17.887 -0.0777 -0.0739 -0.0162 other +131.736 0 39.723 19.092 -0.1049 -0.1021 -0.0226 other +131.867 0 40.385 15.360 -0.1088 -0.1229 -0.0016 other +132.000 0 42.211 18.846 -0.1114 -0.1046 -0.0233 other +132.101 0 58.493 28.236 +0.0096 -0.0079 +0.1696 other +132.236 0 127.027 92.444 -0.1520 -0.1848 +0.0124 other +132.369 0 119.320 17.023 -0.1685 -0.2063 -0.0053 other +132.500 0 112.192 28.357 -0.2060 -0.2497 -0.0526 other +132.638 0 115.129 26.071 -0.2101 -0.2494 -0.0763 other +132.738 0 109.647 13.919 -0.2277 -0.2638 -0.0622 other +132.868 0 110.957 11.848 -0.2146 -0.2549 -0.0590 other +132.968 0 110.281 8.977 -0.2133 -0.2562 -0.0715 other +133.100 0 110.229 6.786 -0.2109 -0.2540 -0.0756 other +133.251 0 108.088 8.746 -0.2225 -0.2666 -0.0912 other +133.367 0 107.295 9.367 -0.2283 -0.2714 -0.0910 other +133.467 0 106.268 6.430 -0.2387 -0.2817 -0.1031 other +133.636 0 104.014 4.738 -0.2334 -0.2773 -0.0975 other +133.737 0 104.306 7.011 -0.2297 -0.2733 -0.0922 other +133.871 0 104.868 5.639 -0.2282 -0.2689 -0.0967 other +133.970 0 112.687 23.839 -0.1940 -0.2238 -0.0788 other +134.102 0 32.178 91.660 -0.1685 -0.1850 -0.1185 other +134.241 0 41.261 25.036 +0.0042 +0.0076 -0.0401 other +134.372 0 35.500 27.960 -0.0974 -0.1025 -0.1417 other +134.470 0 70.106 50.280 +0.1881 +0.1911 +0.2805 other +134.638 0 70.143 34.822 +0.2578 +0.2683 +0.3513 other +134.764 0 70.125 32.203 +0.2109 +0.2261 +0.2430 other +134.871 0 61.350 43.789 +0.2903 +0.2908 +0.3192 other +134.970 0 43.117 45.576 +0.0550 +0.0479 +0.0622 other +135.155 0 65.630 55.730 +0.2104 +0.2088 +0.2225 other +135.269 0 39.258 34.982 -0.0544 -0.0784 -0.0572 other +135.372 0 39.258 0.000 -0.0544 -0.0784 -0.0572 other +135.472 0 48.976 29.866 +0.1260 +0.1122 +0.2140 other +135.646 0 38.988 30.720 -0.0305 -0.0512 -0.0810 other +135.770 0 59.165 33.320 +0.1387 +0.1348 +0.1093 other +135.875 0 59.165 0.000 +0.1387 +0.1348 +0.1093 other +135.974 0 43.651 32.273 -0.0146 -0.0268 -0.0056 other +136.148 0 49.545 27.885 +0.0026 +0.0025 +0.0313 other +136.243 0 44.318 28.861 -0.1318 -0.1341 -0.1402 other +136.375 0 44.318 0.000 -0.1318 -0.1341 -0.1402 other +136.471 0 45.938 30.735 -0.1644 -0.1734 -0.1591 other +136.606 0 49.512 30.718 -0.1209 -0.1289 -0.1015 other +136.744 0 54.689 31.249 -0.2049 -0.2096 -0.1582 other +136.873 0 51.850 29.204 -0.1725 -0.1741 -0.0883 other +136.975 0 54.045 37.134 -0.0998 -0.1195 +0.0048 other +137.109 0 55.455 35.387 -0.1826 -0.2126 -0.1069 other +137.238 0 58.750 41.836 -0.1803 -0.2023 -0.1556 other +137.376 0 39.375 62.642 +0.2098 +0.2247 +0.1625 other +137.475 0 48.975 12.400 +0.2021 +0.2044 +0.2157 other +137.634 0 43.908 11.090 +0.2351 +0.2460 +0.1906 other +137.740 0 40.616 5.304 +0.2163 +0.2310 +0.1403 other +137.875 0 55.730 16.008 +0.3361 +0.3540 +0.2825 other +137.976 0 53.812 12.475 +0.2705 +0.2828 +0.2325 other +138.109 0 68.330 18.024 +0.2729 +0.2767 +0.2537 other +138.247 0 54.548 22.194 +0.2316 +0.2504 +0.1112 other +138.375 0 58.089 23.754 +0.1778 +0.1967 +0.0796 other +138.475 0 71.489 39.663 +0.1231 +0.1336 +0.1047 other +138.609 0 51.282 41.249 +0.0223 +0.0256 +0.0573 other +138.740 0 40.819 42.122 +0.0228 +0.0302 +0.0515 other +138.873 0 38.399 24.618 +0.0251 +0.0271 +0.0755 other +138.974 0 40.453 22.453 -0.0031 -0.0011 +0.0510 other +139.108 0 37.809 28.677 +0.0286 +0.0293 +0.0751 other +139.246 0 36.626 26.843 +0.0129 +0.0124 +0.0878 other +139.384 0 44.368 31.768 +0.0263 +0.0272 +0.0540 other +139.476 0 55.633 36.225 +0.0996 +0.0963 +0.2205 other +139.634 0 45.362 22.626 -0.0383 -0.0340 +0.0143 other +139.751 0 37.889 20.809 -0.0053 -0.0035 +0.0736 other +139.876 0 47.875 21.274 +0.0475 +0.0440 +0.1003 other +139.974 0 40.550 30.515 +0.0236 +0.0243 +0.0649 other +140.137 0 36.918 30.452 +0.0098 +0.0070 +0.0670 other +140.244 0 41.965 25.684 +0.0764 +0.0763 +0.1555 other +140.375 0 36.935 25.325 +0.0433 +0.0424 +0.1062 other +140.477 0 46.849 37.593 -0.0470 -0.0531 +0.0128 other +140.639 159 61.024 53.787 -0.0377 -0.0336 -0.1486 other +#check 140.639 stream=61.024 oneshot=45.539 delta=15.486 +140.878 0 55.381 29.427 +0.1082 +0.1129 +0.0227 other +140.896 0 35.323 31.101 +0.0669 +0.0771 -0.0663 other +140.979 10 43.434 24.066 +0.0663 +0.0665 +0.0667 other +141.137 11 44.737 3.796 +0.0673 +0.0663 +0.0687 other +141.245 10 45.764 5.527 +0.0620 +0.0584 +0.0617 other +141.345 15 45.587 6.083 +0.0619 +0.0597 +0.0619 other +141.476 29 45.378 2.827 +0.0622 +0.0594 +0.0646 other +141.612 47 45.869 9.586 +0.0642 +0.0573 +0.0783 other +141.748 97 45.176 2.876 +0.0668 +0.0600 +0.0870 other +141.845 107 43.873 5.907 +0.0616 +0.0537 +0.0968 other +141.980 107 45.124 6.875 +0.0488 +0.0391 +0.0890 other +142.136 117 44.901 10.492 +0.0582 +0.0513 +0.1056 other +142.246 122 46.089 6.863 +0.0631 +0.0587 +0.1081 other +142.346 134 46.958 5.574 +0.0609 +0.0546 +0.1066 other +142.478 123 48.472 3.593 +0.0613 +0.0546 +0.1131 other +142.610 113 49.658 4.568 +0.0647 +0.0589 +0.1201 other +142.739 97 50.164 8.009 +0.0624 +0.0553 +0.1265 other +142.845 104 50.450 4.186 +0.0594 +0.0520 +0.1286 other +142.977 112 49.085 6.488 +0.0680 +0.0612 +0.1397 other +143.137 12 51.449 9.724 +0.0844 +0.0770 +0.1556 other +143.238 12 51.449 0.000 +0.0844 +0.0770 +0.1556 other +143.347 7 50.579 7.851 +0.0935 +0.0858 +0.1644 other +143.479 3 49.506 5.462 +0.0941 +0.0854 +0.1703 other +143.612 8 53.248 13.074 +0.0817 +0.0735 +0.1608 other +143.762 47 51.190 13.025 +0.0895 +0.0848 +0.1738 other +143.856 34 53.545 6.816 +0.0952 +0.0901 +0.1724 other +143.983 34 53.545 0.000 +0.0952 +0.0901 +0.1724 other +144.142 31 55.095 5.863 +0.0944 +0.0891 +0.1657 other +144.262 31 55.095 0.000 +0.0944 +0.0891 +0.1657 other +144.350 31 55.347 2.599 +0.0963 +0.0908 +0.1689 other +144.534 31 55.347 0.000 +0.0963 +0.0908 +0.1689 other +144.647 31 53.262 7.924 +0.0903 +0.0857 +0.1500 other +144.753 13 52.906 3.773 +0.0895 +0.0852 +0.1435 other +144.846 13 52.906 0.000 +0.0895 +0.0852 +0.1435 other +144.979 16 55.481 8.102 +0.0978 +0.0932 +0.1505 other +145.139 5 55.779 6.649 +0.0879 +0.0829 +0.1385 other +145.253 24 56.146 7.858 +0.0807 +0.0757 +0.1439 other +145.350 0 48.590 43.893 -0.1329 -0.1148 -0.2550 other +145.481 0 42.548 30.733 +0.1569 +0.1640 +0.2006 other +145.634 0 46.283 7.439 +0.1762 +0.1829 +0.1968 other +145.747 0 47.096 6.132 +0.1717 +0.1821 +0.2038 other +145.850 0 47.395 4.177 +0.1725 +0.1814 +0.2026 other +145.983 0 47.324 2.840 +0.1722 +0.1815 +0.2055 other +146.136 0 47.547 3.848 +0.1725 +0.1808 +0.2077 other +146.248 0 47.736 4.786 +0.1731 +0.1807 +0.2068 other +146.347 0 47.827 3.023 +0.1744 +0.1817 +0.2114 other +146.481 0 47.922 2.026 +0.1767 +0.1839 +0.2141 other +146.640 0 47.871 5.133 +0.1724 +0.1801 +0.2114 other +146.738 0 47.757 3.362 +0.1721 +0.1801 +0.2120 other +146.848 0 47.804 2.149 +0.1702 +0.1781 +0.2099 other +146.982 0 47.795 2.671 +0.1716 +0.1794 +0.2129 other +147.116 0 47.957 3.934 +0.1753 +0.1825 +0.2162 other +147.252 0 47.921 0.665 +0.1752 +0.1824 +0.2158 other +147.351 0 47.853 3.177 +0.1734 +0.1805 +0.2157 other +147.483 0 47.976 3.300 +0.1746 +0.1818 +0.2162 other +147.640 0 47.859 3.956 +0.1704 +0.1784 +0.2122 other +147.741 0 126.098 82.022 +0.2014 +0.1820 +0.3003 other +147.850 0 127.057 13.097 +0.1885 +0.1652 +0.2872 other +147.982 0 127.927 12.160 +0.1607 +0.1387 +0.2646 other +148.135 0 124.198 16.577 +0.1737 +0.1518 +0.2693 other +148.240 1 120.455 16.696 +0.1373 +0.1184 +0.2184 other +148.351 0 119.727 10.381 +0.1372 +0.1175 +0.2125 other +148.484 0 119.398 8.187 +0.1338 +0.1131 +0.2018 other +148.643 0 119.315 9.479 +0.1307 +0.1085 +0.2031 other +148.751 0 119.315 0.000 +0.1307 +0.1085 +0.2031 other +148.851 0 119.777 10.994 +0.1273 +0.1028 +0.1977 other +148.983 0 120.858 8.159 +0.1179 +0.0922 +0.1927 other +149.136 0 122.111 10.223 +0.1090 +0.0825 +0.1960 other +149.251 0 121.617 7.703 +0.1134 +0.0853 +0.2123 other +149.350 0 126.223 12.102 +0.0592 +0.0357 +0.1469 other +149.484 0 125.484 16.039 +0.0723 +0.0492 +0.1640 other +149.639 0 202.212 78.692 +0.2706 +0.2524 +0.4619 other +149.737 0 214.105 13.571 +0.3288 +0.3115 +0.4922 other +149.851 0 205.502 10.673 +0.3464 +0.3289 +0.5229 other +149.985 0 187.974 22.158 +0.2814 +0.2611 +0.4829 other +150.135 0 173.876 31.429 +0.0341 +0.0139 +0.1540 other +150.238 0 165.935 22.730 -0.0221 -0.0431 +0.0037 other +#restart 150.262 +150.439 0 141.979 29.047 -0.1168 -0.1277 -0.1313 other +150.482 0 135.965 11.197 -0.1231 -0.1340 -0.1456 other +150.647 0 133.873 9.214 -0.1207 -0.1306 -0.1533 other +150.791 0 132.055 8.479 -0.1146 -0.1242 -0.1502 other +150.855 0 132.055 0.000 -0.1146 -0.1242 -0.1502 other +150.985 0 130.887 8.032 -0.1080 -0.1157 -0.1504 other +151.140 0 128.720 8.154 -0.1201 -0.1261 -0.1602 other +151.239 0 128.720 0.000 -0.1201 -0.1261 -0.1602 other +151.350 0 126.959 7.575 -0.1247 -0.1297 -0.1628 other +151.484 0 126.329 7.369 -0.1359 -0.1408 -0.1742 other +151.635 0 129.363 11.141 -0.1289 -0.1355 -0.1514 other +151.735 0 124.578 10.314 -0.1358 -0.1412 -0.1498 other +151.853 0 119.671 10.044 -0.1274 -0.1326 -0.1406 other +151.984 0 111.764 10.842 -0.0936 -0.1026 -0.0923 other +152.134 0 106.734 6.397 -0.0673 -0.0776 -0.0597 other +152.239 0 73.050 33.425 -0.0672 -0.0770 -0.0623 other +152.347 0 57.242 15.883 -0.0895 -0.1023 -0.0866 other +152.479 0 46.268 11.873 -0.1363 -0.1527 -0.0980 other +152.637 0 40.218 10.754 -0.2533 -0.2914 -0.1427 other +152.738 0 39.952 8.502 -0.1907 -0.1990 -0.2296 other +152.836 0 80.871 54.936 +0.0808 +0.0630 +0.1523 other +152.981 0 80.793 13.074 +0.0876 +0.0691 +0.1543 other +153.113 1 80.664 17.094 +0.0947 +0.0752 +0.1536 other +153.240 0 80.514 17.203 +0.0893 +0.0700 +0.1446 other +153.350 0 80.514 0.000 +0.0893 +0.0700 +0.1446 other +153.486 2 80.460 7.911 +0.0861 +0.0669 +0.1426 other +153.641 0 80.419 7.950 +0.0827 +0.0634 +0.1395 other +153.738 0 80.419 0.000 +0.0827 +0.0634 +0.1395 other +153.839 0 80.376 7.882 +0.0805 +0.0614 +0.1386 other +154.036 0 80.314 13.315 +0.0748 +0.0559 +0.1366 other +154.088 1 80.225 13.204 +0.0723 +0.0531 +0.1357 other +154.242 0 80.196 8.055 +0.0721 +0.0532 +0.1354 other +154.349 1 80.152 8.011 +0.0732 +0.0547 +0.1353 other +154.491 0 80.134 8.061 +0.0747 +0.0564 +0.1345 other +154.584 3 80.120 7.984 +0.0755 +0.0576 +0.1337 other +154.747 0 80.095 8.006 +0.0770 +0.0590 +0.1334 other +154.853 0 80.058 7.970 +0.0794 +0.0612 +0.1324 other +154.992 0 80.056 8.047 +0.0793 +0.0614 +0.1311 other +155.088 0 80.016 13.145 +0.0757 +0.0580 +0.1275 other +155.240 0 79.981 7.971 +0.0716 +0.0540 +0.1244 other +155.337 0 79.974 7.977 +0.0674 +0.0497 +0.1228 other +155.488 0 79.967 7.972 +0.0629 +0.0449 +0.1226 other +155.586 4 79.998 13.282 +0.0600 +0.0423 +0.1234 other +155.735 0 80.014 8.070 +0.0606 +0.0430 +0.1250 other +155.850 0 80.038 7.995 +0.0614 +0.0439 +0.1263 other +155.983 1 80.112 13.361 +0.0651 +0.0470 +0.1289 other +156.083 3 80.322 17.381 +0.0654 +0.0461 +0.1315 other +156.236 1 80.490 13.315 +0.0663 +0.0468 +0.1337 other +156.351 3 80.632 12.990 +0.0679 +0.0490 +0.1370 other +156.483 5 80.731 13.216 +0.0689 +0.0506 +0.1399 other +156.584 3 80.827 13.047 +0.0710 +0.0532 +0.1400 other +156.736 1 80.995 13.317 +0.0693 +0.0523 +0.1421 other +156.836 1 81.332 17.389 +0.0592 +0.0432 +0.1403 other +156.984 0 81.526 13.285 +0.0556 +0.0402 +0.1409 other +157.084 1 81.831 20.779 +0.0499 +0.0367 +0.1336 other +157.237 1 82.060 13.223 +0.0478 +0.0360 +0.1274 other +157.338 47 71.881 78.645 -0.0203 -0.0035 -0.1846 other +157.543 31 70.553 2.818 -0.0218 -0.0054 -0.1824 other +157.644 16 70.266 2.649 -0.0279 -0.0112 -0.1939 other +157.736 22 70.628 1.579 -0.0255 -0.0088 -0.1914 other +157.852 12 70.104 1.671 -0.0256 -0.0091 -0.1879 other +158.053 4 69.633 3.209 -0.0281 -0.0115 -0.1920 other +158.089 0 234.030 165.587 +0.1301 +0.1216 +0.2071 other +158.238 0 234.030 0.000 +0.1301 +0.1216 +0.2071 other +158.353 0 234.030 0.000 +0.1301 +0.1216 +0.2071 other +158.487 0 235.914 19.434 +0.1539 +0.1748 +0.1576 other +158.588 0 254.756 18.572 +0.0307 +0.0306 +0.0397 other +158.736 0 253.371 1.500 +0.0743 +0.0700 +0.1043 other +158.866 0 250.454 3.235 +0.1472 +0.1382 +0.2132 other +159.039 0 239.504 11.079 +0.2150 +0.2062 +0.2925 other +159.086 0 229.275 10.349 +0.2693 +0.2606 +0.3637 other +159.244 0 214.922 15.017 +0.3339 +0.3318 +0.4137 other +159.347 0 214.922 0.000 +0.3339 +0.3318 +0.4137 other +159.489 0 198.557 16.363 +0.3502 +0.3498 +0.4298 other +159.654 0 160.843 38.016 +0.3334 +0.3330 +0.4182 other +159.771 0 160.843 0.000 +0.3334 +0.3330 +0.4182 other +159.877 0 158.421 5.168 +0.3306 +0.3299 +0.4157 other +159.988 0 158.421 0.000 +0.3306 +0.3299 +0.4157 other +160.089 0 153.843 10.644 +0.3042 +0.3000 +0.4081 other +160.235 0 150.288 6.741 +0.3210 +0.3194 +0.4093 other +160.354 0 147.270 9.277 +0.3260 +0.3271 +0.4005 other +160.490 0 143.753 8.191 +0.3116 +0.3126 +0.3931 other +160.591 0 138.634 11.493 +0.2841 +0.2817 +0.3732 other +160.740 0 135.783 5.771 +0.2856 +0.2835 +0.3713 other +#check 160.740 stream=135.783 oneshot=128.651 delta=7.132 +160.973 0 131.633 10.170 +0.3024 +0.3040 +0.3719 other +160.993 0 129.444 5.452 +0.3027 +0.3052 +0.3708 other +161.089 0 125.618 9.405 +0.2891 +0.2911 +0.3677 other +161.235 0 124.433 5.862 +0.2790 +0.2797 +0.3645 other +161.335 0 105.745 60.452 +0.0314 +0.0226 +0.0284 other +161.492 0 122.766 40.471 +0.0202 +0.0013 +0.1090 other +161.588 0 137.107 51.338 -0.1078 -0.1178 -0.0999 other +161.736 0 140.380 42.526 -0.2010 -0.2086 -0.2049 other +161.857 0 128.122 37.147 -0.2658 -0.2867 -0.2064 other +161.990 0 128.055 33.351 -0.2105 -0.2338 -0.1517 other +162.090 0 111.534 52.935 -0.0274 -0.0117 -0.0147 other +162.238 0 117.957 36.997 -0.0736 -0.0633 -0.1357 other +162.341 0 117.957 0.000 -0.0736 -0.0633 -0.1357 other +162.546 0 123.404 27.463 -0.0454 -0.0462 -0.1425 other +162.666 0 130.129 22.006 -0.0349 -0.0415 -0.1520 other +162.771 0 130.129 0.000 -0.0349 -0.0415 -0.1520 other +162.864 0 145.962 38.366 -0.0869 -0.0966 -0.1615 other +162.977 0 145.962 0.000 -0.0869 -0.0966 -0.1615 other +163.140 0 146.451 23.089 -0.1515 -0.1677 -0.2021 other +163.247 0 130.145 41.767 -0.1602 -0.1834 -0.2001 other +163.342 0 124.058 32.278 -0.1357 -0.1698 -0.1246 other +163.464 0 92.428 34.831 -0.0632 -0.0975 -0.0438 other +163.638 0 84.488 41.410 +0.0309 +0.0102 -0.0221 other +163.764 0 84.795 32.467 +0.0321 +0.0206 +0.0021 other +163.852 0 83.672 29.603 +0.0331 +0.0273 +0.0243 other +163.959 0 83.672 0.000 +0.0331 +0.0273 +0.0243 other +164.095 0 123.957 53.632 +0.2933 +0.2938 +0.2882 other +164.238 0 107.977 39.513 +0.1765 +0.1690 +0.1733 other +164.341 0 110.875 40.698 +0.0692 +0.0639 +0.1218 other +164.462 0 107.845 39.572 -0.0515 -0.0802 +0.0235 other +164.593 0 104.003 49.745 -0.0288 -0.0541 +0.1104 other +164.737 0 93.201 47.077 -0.0221 -0.0346 +0.0866 other +164.839 0 99.909 40.532 -0.0750 -0.0876 +0.0326 other +164.960 0 107.359 45.631 -0.1018 -0.1117 -0.0280 other +165.093 0 119.891 58.161 +0.0619 +0.0806 -0.0542 other +165.236 0 128.811 50.659 +0.0635 +0.0719 +0.0533 other +165.361 0 133.830 34.669 +0.0842 +0.1018 +0.0733 other +165.459 0 143.402 48.058 +0.2148 +0.2438 +0.1213 other +165.596 0 149.290 38.584 +0.2227 +0.2409 +0.1383 other +165.736 0 165.009 49.060 +0.0396 +0.0203 +0.1294 other +165.862 0 166.343 40.128 +0.1138 +0.1028 +0.2118 other +165.964 0 173.501 41.481 +0.0759 +0.0629 +0.1901 other +166.136 0 164.609 32.442 +0.0395 +0.0245 +0.1505 other +166.265 0 140.414 42.532 +0.0112 -0.0122 +0.0446 other +166.363 0 140.414 0.000 +0.0112 -0.0122 +0.0446 other +166.463 0 140.414 0.000 +0.0112 -0.0122 +0.0446 other +166.635 0 132.190 40.675 -0.0781 -0.0894 -0.0998 other +166.744 0 132.028 31.062 -0.1241 -0.1358 -0.1423 other +166.843 0 124.724 35.169 -0.1415 -0.1497 -0.2044 other +166.970 0 110.467 50.087 -0.1180 -0.1353 -0.0766 other +167.095 0 113.184 59.539 -0.0731 -0.0812 -0.1202 other +167.246 0 112.661 48.427 +0.0271 +0.0406 -0.0471 other +167.343 0 100.375 37.778 +0.0525 +0.0656 +0.0307 other +167.462 0 100.375 0.000 +0.0525 +0.0656 +0.0307 other +167.636 0 98.789 26.754 +0.0205 +0.0270 -0.0096 other +167.747 0 106.747 29.176 +0.0304 +0.0313 +0.0050 other +167.862 0 127.004 33.852 +0.1310 +0.1314 +0.0969 other +167.966 0 120.697 33.030 +0.0840 +0.0989 +0.0637 other +168.100 0 121.900 27.326 +0.0811 +0.0935 +0.0687 other +168.236 0 112.414 37.193 +0.1734 +0.1730 +0.2341 other +168.336 0 104.711 35.880 +0.2922 +0.2834 +0.4247 other +168.465 0 105.920 22.639 +0.3198 +0.3134 +0.4496 other +168.635 0 104.181 34.766 +0.3066 +0.3033 +0.4090 other +168.738 0 111.694 26.920 +0.2205 +0.2216 +0.3304 other +168.866 0 106.197 23.497 +0.2760 +0.2737 +0.3833 other +168.963 0 106.724 26.043 +0.2843 +0.2840 +0.3923 other +169.099 0 109.766 36.628 +0.2784 +0.2835 +0.3490 other +169.238 0 110.819 29.789 +0.2687 +0.2697 +0.3266 other +169.363 0 117.066 23.748 +0.2991 +0.3035 +0.3203 other +169.463 0 147.196 40.324 +0.2383 +0.2453 +0.2609 other +169.596 0 145.781 25.364 +0.1748 +0.1858 +0.1787 other +169.735 0 144.099 19.090 +0.1835 +0.1950 +0.1849 other +169.838 0 161.154 45.641 +0.2088 +0.2348 +0.1104 other +169.964 0 40.736 128.747 -0.0894 -0.0996 -0.0956 other +170.098 0 30.735 21.914 -0.0903 -0.1043 -0.0715 other +170.240 0 28.433 19.635 -0.1014 -0.1165 -0.0543 other +170.337 0 26.701 10.145 -0.1323 -0.1513 -0.0737 other +170.466 0 26.153 10.160 -0.1171 -0.1371 -0.0542 other +170.599 0 28.112 10.236 -0.1017 -0.1223 -0.0206 other +170.737 0 75.272 54.845 +0.0726 +0.0736 +0.0177 other +170.865 0 53.059 30.990 -0.0316 -0.0413 -0.0479 other +170.964 0 39.208 27.548 -0.1117 -0.1286 -0.1018 other +171.135 0 37.095 18.824 -0.0874 -0.1284 -0.0388 other +171.237 0 34.343 14.082 -0.1078 -0.1447 -0.0697 other +171.338 0 34.559 14.281 -0.0816 -0.1256 -0.0292 other +171.468 0 39.600 13.524 -0.0200 -0.0623 -0.0198 other +171.598 0 54.761 21.263 +0.0934 +0.0607 +0.0683 other +171.737 0 80.903 45.950 +0.3364 +0.3164 +0.4174 other +171.835 0 76.724 46.513 +0.0588 +0.0364 -0.0276 other +171.970 0 64.259 24.610 -0.0641 -0.0983 -0.1144 other +172.099 0 43.101 31.057 -0.0689 -0.1267 -0.0032 other +172.236 0 35.427 17.804 -0.1507 -0.2086 -0.0850 other +172.336 0 32.919 11.509 -0.1574 -0.2164 -0.0788 other +172.467 0 106.006 81.556 -0.0814 -0.1135 +0.0006 other +172.599 0 106.249 41.764 -0.0322 -0.0464 +0.0939 other +172.736 0 106.801 30.031 +0.0053 -0.0022 +0.1136 other +172.836 0 107.550 28.342 +0.0455 +0.0358 +0.1548 other +172.968 0 108.569 30.136 +0.0646 +0.0450 +0.2117 other +173.135 0 107.331 35.132 +0.0836 +0.0637 +0.2203 other +173.235 0 109.399 45.126 -0.0095 -0.0327 +0.0954 other +173.338 0 110.871 44.697 -0.0593 -0.0597 +0.0214 other +173.469 0 110.405 43.658 +0.0107 +0.0094 +0.0944 other +173.601 0 110.089 50.973 +0.0355 +0.0304 +0.0359 other +173.735 0 104.652 63.139 -0.0808 -0.0838 -0.0442 other +173.836 0 95.623 60.710 -0.0193 -0.0242 -0.0053 other +173.968 0 94.525 60.706 +0.2964 +0.2905 +0.3487 other +174.101 0 85.911 54.419 +0.0516 +0.0500 +0.1223 other +174.235 0 62.379 53.923 -0.1695 -0.1793 -0.1979 other +174.336 0 46.101 30.700 -0.2087 -0.2041 -0.2821 other +174.470 0 42.059 21.189 -0.1430 -0.1279 -0.2583 other +174.601 0 38.298 21.193 -0.1372 -0.1275 -0.1357 other +174.737 0 36.063 25.873 +0.0299 +0.0251 +0.0207 other +174.836 0 35.374 19.998 -0.0025 +0.0134 +0.0418 other +174.969 0 36.507 19.349 +0.0653 +0.0890 +0.0398 other +175.102 0 29.746 19.569 +0.0713 +0.0898 +0.0238 other +175.238 6 52.819 39.534 +0.2748 +0.2776 +0.4397 other +175.337 191 68.440 18.995 +0.2275 +0.2272 +0.3771 other +175.470 0 49.259 24.345 +0.2978 +0.2991 +0.4732 other +175.602 0 52.120 8.866 +0.2820 +0.2833 +0.4529 other +175.739 4 50.848 7.068 +0.2957 +0.2955 +0.4734 other +175.838 7 53.171 7.495 +0.2824 +0.2833 +0.4559 other +175.971 2 41.978 13.576 +0.3068 +0.3095 +0.4771 other +176.103 0 47.579 11.224 +0.3118 +0.3123 +0.4882 other +176.237 227 71.558 28.964 +0.2329 +0.2332 +0.3934 other +176.338 24 58.860 20.179 +0.3013 +0.2998 +0.4674 other +176.470 0 48.011 15.551 +0.3310 +0.3316 +0.5013 other +176.639 107 67.029 27.686 +0.2287 +0.2300 +0.4004 other +176.738 40 60.837 14.880 +0.2738 +0.2746 +0.4521 other +176.842 8 51.551 16.803 +0.3077 +0.3085 +0.4844 other +176.972 42 60.636 18.463 +0.2669 +0.2675 +0.4491 other +177.109 8 53.267 15.202 +0.3003 +0.3001 +0.4849 other +177.238 88 59.211 10.467 +0.2710 +0.2716 +0.4588 other +177.342 41 61.532 11.642 +0.2715 +0.2697 +0.4591 other +177.473 21 54.561 9.863 +0.2974 +0.2955 +0.4893 other +177.604 0 68.390 46.582 +0.1963 +0.1809 +0.1544 other +177.738 0 68.256 2.958 +0.2001 +0.1851 +0.1573 other +177.840 0 68.178 1.448 +0.2013 +0.1861 +0.1570 other +177.977 0 67.685 2.786 +0.2077 +0.1940 +0.1568 other +178.135 0 67.778 6.096 +0.1969 +0.1864 +0.1646 other +178.240 0 67.655 4.920 +0.1968 +0.1863 +0.1714 other +178.338 0 67.339 3.310 +0.1891 +0.1810 +0.1668 other +178.472 0 67.598 5.348 +0.2212 +0.2040 +0.1886 other +178.609 0 67.496 2.133 +0.2231 +0.2065 +0.1923 other +178.741 0 67.422 3.005 +0.2181 +0.2033 +0.1936 other +178.842 0 67.396 2.633 +0.2260 +0.2091 +0.2000 other +178.972 0 66.881 2.848 +0.2259 +0.2119 +0.1987 other +179.133 0 67.232 2.970 +0.2292 +0.2111 +0.2070 other +179.212 0 66.947 3.529 +0.2289 +0.2116 +0.2063 other +179.340 0 66.818 1.376 +0.2295 +0.2125 +0.2044 other +179.478 0 66.978 1.465 +0.2316 +0.2138 +0.2049 other +179.634 0 67.246 1.897 +0.2264 +0.2075 +0.2035 other +179.734 0 67.390 1.690 +0.2197 +0.2003 +0.2005 other +179.842 0 67.404 0.917 +0.2190 +0.1994 +0.2006 other +179.975 387 80.823 46.196 +0.1844 +0.2048 +0.1897 other +180.135 387 81.092 2.681 +0.1899 +0.2103 +0.1945 other +180.235 415 81.345 2.122 +0.1940 +0.2142 +0.1974 other +180.344 411 81.451 2.017 +0.1949 +0.2151 +0.1963 other +#restart 180.360 +180.551 382 81.493 3.219 +0.1981 +0.2180 +0.2026 other +180.576 402 81.406 1.076 +0.1968 +0.2166 +0.2020 other +180.735 412 81.309 1.378 +0.1942 +0.2140 +0.2001 other +180.808 391 81.238 3.589 +0.1915 +0.2116 +0.2016 other +#check 180.808 stream=81.238 oneshot=80.320 delta=0.918 +181.052 335 81.011 5.226 +0.1874 +0.2073 +0.1999 other +181.188 345 80.320 4.206 +0.1829 +0.2007 +0.1930 other +181.256 371 79.798 2.664 +0.1780 +0.1954 +0.1889 other +181.335 371 79.682 1.475 +0.1762 +0.1938 +0.1872 other +181.453 372 79.636 1.574 +0.1769 +0.1949 +0.1885 other +181.581 316 79.613 1.549 +0.1781 +0.1963 +0.1902 other +181.738 314 79.463 2.326 +0.1792 +0.1980 +0.1917 other +181.838 323 79.418 1.001 +0.1796 +0.1984 +0.1919 other +181.941 322 79.443 0.917 +0.1809 +0.1998 +0.1934 other +182.078 321 79.456 0.822 +0.1819 +0.2008 +0.1951 other +182.238 390 79.470 1.300 +0.1834 +0.2023 +0.1980 other +182.348 352 79.464 1.300 +0.1843 +0.2034 +0.2007 other +182.436 369 79.433 0.840 +0.1848 +0.2038 +0.2016 other +182.576 374 79.416 0.888 +0.1854 +0.2044 +0.2025 other +182.737 382 79.299 2.830 +0.1890 +0.2077 +0.2062 other +182.837 0 113.014 71.887 +0.0080 +0.0184 -0.1123 other +182.945 0 114.715 26.008 +0.0246 +0.0364 -0.0964 other +183.078 0 116.371 23.049 +0.0407 +0.0512 -0.0581 other +183.210 0 118.795 26.669 +0.0665 +0.0763 -0.0076 other +183.334 0 122.183 23.472 +0.0899 +0.0974 +0.0227 other +183.447 0 124.116 15.472 +0.0959 +0.1026 +0.0377 other +183.579 0 125.364 11.772 +0.1016 +0.1076 +0.0523 other +183.738 0 125.986 11.591 +0.1062 +0.1122 +0.0724 other +183.837 0 126.365 9.551 +0.1092 +0.1144 +0.0855 other +183.949 0 126.910 10.895 +0.1133 +0.1175 +0.0994 other +184.078 0 127.503 13.749 +0.1142 +0.1179 +0.1096 other +184.240 0 127.906 15.014 +0.1143 +0.1172 +0.1235 other +184.336 0 128.212 9.500 +0.1169 +0.1195 +0.1303 other +184.438 0 128.782 8.944 +0.1193 +0.1211 +0.1396 other +184.579 0 129.315 9.162 +0.1220 +0.1230 +0.1495 other +184.678 0 128.106 19.367 +0.1211 +0.1202 +0.1796 other +184.812 0 125.797 15.288 +0.1242 +0.1216 +0.2024 other +184.936 0 123.540 13.360 +0.1305 +0.1271 +0.2201 other +185.079 0 122.079 12.080 +0.1325 +0.1282 +0.2313 other +185.179 0 28.042 98.437 +0.3031 +0.3144 +0.3936 other +185.340 0 27.882 8.587 +0.2997 +0.3115 +0.3782 other +185.470 0 27.007 12.103 +0.2954 +0.3093 +0.3645 other +185.582 0 26.661 9.389 +0.2877 +0.3017 +0.3631 other +185.691 0 26.801 5.538 +0.2830 +0.2984 +0.3578 other +185.837 0 26.351 4.789 +0.2865 +0.3025 +0.3648 other +185.941 0 25.522 5.953 +0.2899 +0.3053 +0.3740 other +186.084 0 25.522 0.000 +0.2899 +0.3053 +0.3740 other +186.180 0 25.599 3.913 +0.2849 +0.3002 +0.3740 other +186.345 0 27.624 6.028 +0.2814 +0.2982 +0.3645 other +186.451 0 27.416 4.611 +0.2954 +0.3117 +0.3806 other +186.583 0 27.251 4.482 +0.3018 +0.3175 +0.3921 other +186.689 0 26.261 5.078 +0.3073 +0.3222 +0.3996 other +186.842 0 26.643 2.787 +0.2991 +0.3146 +0.3855 other +186.952 0 26.879 2.356 +0.2973 +0.3130 +0.3809 other +187.083 0 26.693 2.253 +0.3001 +0.3157 +0.3837 other +187.193 0 51.743 42.460 -0.0251 -0.0277 +0.0697 other +187.337 0 51.648 1.448 -0.0268 -0.0294 +0.0694 other +187.448 0 51.615 0.712 -0.0268 -0.0295 +0.0699 other +187.584 0 51.567 1.233 -0.0272 -0.0299 +0.0693 other +187.683 0 51.591 2.132 -0.0282 -0.0309 +0.0673 other +187.834 0 51.636 1.793 -0.0274 -0.0301 +0.0651 other +187.953 0 51.644 1.044 -0.0269 -0.0296 +0.0638 other +188.082 0 51.674 2.958 -0.0285 -0.0311 +0.0605 other +188.183 0 51.510 3.921 -0.0311 -0.0338 +0.0571 other +188.336 0 51.409 2.034 -0.0327 -0.0355 +0.0567 other +188.453 0 55.239 49.778 -0.0086 -0.0235 +0.0583 other +188.582 0 59.919 13.419 +0.0430 +0.0253 +0.1483 other +188.683 0 55.290 9.457 +0.0063 -0.0111 +0.0906 other +188.839 0 53.442 5.157 -0.0074 -0.0234 +0.0638 other +188.957 0 52.082 4.393 -0.0175 -0.0321 +0.0445 other +189.093 0 52.072 1.986 -0.0200 -0.0340 +0.0381 other +189.186 0 52.072 0.000 -0.0200 -0.0340 +0.0381 other +189.348 0 51.591 1.951 -0.0243 -0.0380 +0.0301 other +189.493 0 51.209 1.727 -0.0253 -0.0384 +0.0272 other +189.645 0 51.369 1.548 -0.0257 -0.0384 +0.0245 other +189.767 0 55.584 6.880 -0.0157 -0.0306 +0.0541 other +189.895 0 55.584 0.000 -0.0157 -0.0306 +0.0541 other +189.963 0 55.584 0.000 -0.0157 -0.0306 +0.0541 other +190.084 0 60.073 7.794 +0.0051 -0.0121 +0.0951 other +190.187 0 60.631 6.681 +0.0415 +0.0242 +0.1499 other +190.346 0 57.534 3.625 +0.0358 +0.0177 +0.1389 other +190.454 0 57.630 1.697 +0.0276 +0.0095 +0.1269 other +190.587 0 57.625 1.856 +0.0206 +0.0026 +0.1147 other +190.687 0 57.486 1.766 +0.0121 -0.0055 +0.1013 other +190.837 0 60.823 46.208 +0.3663 +0.3630 +0.5292 other +190.941 0 60.823 0.000 +0.3663 +0.3630 +0.5292 other +191.085 0 60.640 5.033 +0.3647 +0.3613 +0.5261 other +191.189 0 60.410 9.853 +0.3643 +0.3617 +0.5207 other +191.337 0 60.405 3.724 +0.3641 +0.3616 +0.5188 other +191.435 0 60.163 6.412 +0.3621 +0.3593 +0.5152 other +191.587 0 59.848 6.747 +0.3595 +0.3555 +0.5187 other +191.691 0 60.040 11.030 +0.3582 +0.3531 +0.5212 other +191.835 0 60.237 8.191 +0.3630 +0.3577 +0.5297 other +191.953 0 60.411 5.139 +0.3668 +0.3620 +0.5340 other +192.090 0 60.275 5.938 +0.3685 +0.3642 +0.5348 other +192.186 0 59.989 5.230 +0.3665 +0.3621 +0.5324 other +192.337 0 59.623 7.275 +0.3628 +0.3576 +0.5299 other +192.439 0 59.351 5.729 +0.3597 +0.3541 +0.5275 other +192.586 0 59.131 5.104 +0.3592 +0.3536 +0.5275 other +192.688 0 58.806 12.700 +0.3585 +0.3538 +0.5369 other +192.860 71 41.846 34.149 +0.2288 +0.2128 +0.4237 other +192.973 72 41.830 9.880 +0.2155 +0.2000 +0.4172 other +193.059 63 41.858 5.640 +0.2149 +0.1984 +0.4164 other +193.194 63 41.858 0.000 +0.2149 +0.1984 +0.4164 other +193.338 54 41.853 5.179 +0.2123 +0.1946 +0.4154 other +193.441 70 41.878 4.849 +0.2090 +0.1904 +0.4158 other +193.558 75 41.978 6.820 +0.2080 +0.1887 +0.4220 other +193.695 63 42.100 3.227 +0.2089 +0.1895 +0.4259 other +193.835 43 42.500 8.274 +0.2152 +0.2010 +0.4454 other +193.960 40 42.685 5.615 +0.2191 +0.2061 +0.4511 other +194.054 47 42.878 4.372 +0.2198 +0.2042 +0.4448 other +194.193 51 43.031 5.451 +0.2210 +0.2021 +0.4412 other +194.376 49 43.337 8.575 +0.2233 +0.1991 +0.4313 other +194.471 0 74.489 56.515 -0.0056 -0.0083 +0.0261 other +194.557 0 74.489 0.000 -0.0056 -0.0083 +0.0261 other +194.691 0 80.205 26.740 +0.0053 -0.0126 +0.0662 other +194.836 0 80.045 28.719 +0.0162 +0.0022 +0.0747 other +194.938 0 80.328 20.516 +0.0029 -0.0132 +0.0556 other +195.058 0 80.853 20.983 +0.0053 -0.0113 +0.0293 other +195.195 0 109.013 62.286 -0.1108 -0.1044 -0.1790 other +195.335 0 99.872 43.390 +0.0249 +0.0492 -0.0806 other +195.461 0 101.476 27.100 +0.0225 +0.0514 -0.1250 other +195.556 0 103.479 35.496 -0.0749 -0.0516 -0.2713 other +195.693 0 96.280 21.203 -0.0687 -0.0433 -0.2574 other +195.837 0 97.142 73.676 +0.0784 +0.0613 +0.2650 other +195.960 0 98.885 5.909 +0.0845 +0.0679 +0.2731 other +196.057 0 44.961 60.289 +0.1822 +0.1552 +0.3724 other +196.191 0 44.854 1.041 +0.1818 +0.1547 +0.3717 other +196.337 0 44.799 1.421 +0.1799 +0.1525 +0.3679 other +196.457 0 64.900 36.051 +0.0954 +0.0821 +0.3312 other +196.561 37 96.171 69.902 -0.1521 -0.1708 -0.1536 other +196.691 0 126.255 83.284 +0.1094 +0.0903 +0.1115 other +196.836 0 100.218 64.438 +0.1452 +0.1386 +0.2397 other +196.974 0 129.168 59.085 +0.0477 +0.0262 +0.1845 other +197.072 0 35.994 93.803 -0.0520 -0.0563 +0.0359 other +197.201 0 35.994 0.000 -0.0520 -0.0563 +0.0359 other +197.339 47 44.942 35.592 +0.2377 +0.2501 +0.3348 other +197.439 51 44.820 3.243 +0.2366 +0.2487 +0.3355 other +197.561 0 66.905 47.257 +0.0559 +0.0547 +0.0799 other +197.697 0 109.676 84.129 +0.2388 +0.2436 +0.1969 other +197.836 0 175.565 94.850 +0.1325 +0.1151 +0.3448 other +197.938 0 213.340 56.649 -0.0153 +0.0047 -0.0918 other +198.066 0 174.090 39.134 -0.0141 +0.0083 -0.1033 other +198.193 0 114.491 59.709 -0.0064 +0.0163 -0.0954 other +198.334 0 59.046 56.494 +0.0064 +0.0291 -0.0782 other +198.462 0 59.142 6.989 +0.0151 +0.0382 -0.0668 other +198.561 0 59.240 7.234 +0.0277 +0.0524 -0.0549 other +198.693 0 59.262 5.549 +0.0366 +0.0626 -0.0464 other +198.838 0 59.292 8.000 +0.0516 +0.0785 -0.0329 other +198.936 0 59.300 6.198 +0.0626 +0.0889 -0.0268 other +199.063 0 59.306 6.386 +0.0670 +0.0924 -0.0210 other +199.196 0 59.463 10.622 +0.0708 +0.0943 -0.0076 other +199.355 0 59.680 7.468 +0.0726 +0.0943 +0.0022 other +199.447 0 59.769 5.110 +0.0728 +0.0930 +0.0099 other +199.564 0 59.786 3.166 +0.0738 +0.0939 +0.0149 other +199.695 0 59.818 3.300 +0.0744 +0.0934 +0.0212 other +199.835 0 59.774 7.860 +0.0746 +0.0932 +0.0301 other +199.963 0 59.584 9.067 +0.0640 +0.0822 +0.0262 other +200.061 0 59.340 8.896 +0.0574 +0.0745 +0.0180 other +200.194 0 59.145 6.892 +0.0544 +0.0717 +0.0086 other +200.338 0 55.079 41.777 +0.2201 +0.2359 +0.0745 other +200.463 0 61.239 13.712 +0.2406 +0.2592 +0.1053 other +200.563 0 68.852 11.383 +0.2870 +0.3080 +0.1639 other +200.696 0 77.987 13.790 +0.3188 +0.3422 +0.2232 other +200.837 0 87.619 16.734 +0.3759 +0.4034 +0.3357 other +#check 200.837 stream=87.619 oneshot=212.283 delta=124.664 +201.056 0 173.046 86.277 +0.4624 +0.4870 +0.4406 other +201.074 0 202.243 29.693 +0.4205 +0.4388 +0.4420 other +201.267 0 220.580 18.498 +0.3041 +0.2916 +0.3953 other +201.361 0 226.684 12.226 +0.2937 +0.2904 +0.3701 other +201.443 0 226.684 0.000 +0.2937 +0.2904 +0.3701 other +201.565 0 225.813 4.524 +0.3126 +0.3092 +0.3828 other +201.740 0 226.286 3.377 +0.3104 +0.3024 +0.3891 other +201.843 0 222.808 7.495 +0.3587 +0.3617 +0.3946 other +201.941 0 225.127 4.477 +0.3320 +0.3288 +0.3902 other +202.067 0 224.626 4.647 +0.3085 +0.3064 +0.3806 other +202.198 0 224.436 3.816 +0.3371 +0.3359 +0.3799 other +202.335 0 226.678 4.568 +0.2824 +0.2762 +0.3461 other +202.437 0 226.803 2.231 +0.2675 +0.2614 +0.3311 other +202.565 0 226.112 4.334 +0.2939 +0.2929 +0.3268 other +202.697 0 224.094 3.927 +0.2853 +0.2894 +0.3176 other +202.836 0 228.298 4.486 +0.2541 +0.2592 +0.2767 other +202.935 0 39.046 189.149 +0.0182 +0.0136 +0.0291 other +203.067 0 39.511 7.728 +0.0348 +0.0312 +0.0428 other +203.200 0 38.536 8.963 +0.0179 +0.0124 +0.0303 other +203.339 0 38.360 9.258 +0.0124 +0.0076 +0.0227 other +203.436 0 39.099 8.536 +0.0339 +0.0303 +0.0408 other +203.566 0 38.303 7.080 +0.0151 +0.0108 +0.0172 other +203.698 0 38.243 9.008 +0.0179 +0.0146 +0.0137 other +203.838 0 37.984 7.940 +0.0206 +0.0196 +0.0092 other +203.939 0 37.828 9.076 +0.0285 +0.0321 +0.0086 other +204.077 0 37.612 6.714 +0.0307 +0.0373 +0.0094 other +204.198 0 37.421 7.962 +0.0317 +0.0413 +0.0103 other +204.335 0 37.304 9.087 +0.0320 +0.0431 +0.0096 other +204.438 0 37.393 6.928 +0.0362 +0.0475 +0.0137 other +204.566 0 37.496 6.811 +0.0440 +0.0558 +0.0172 other +204.699 0 37.321 8.105 +0.0461 +0.0583 +0.0159 other +204.836 0 81.395 63.141 -0.0226 -0.0259 -0.0040 other +204.936 0 83.178 9.141 -0.0008 -0.0013 -0.0013 other +205.066 0 84.318 7.164 +0.0196 +0.0213 +0.0127 other +205.200 0 86.247 11.747 +0.0744 +0.0814 +0.0610 other +205.334 0 87.482 9.540 +0.1206 +0.1326 +0.0956 other +205.435 0 88.297 7.248 +0.1449 +0.1593 +0.1201 other +205.567 0 89.539 9.113 +0.1722 +0.1895 +0.1356 other +205.703 0 90.349 6.342 +0.1870 +0.2054 +0.1404 other +205.834 0 91.519 7.917 +0.1891 +0.2076 +0.1297 other +205.936 0 92.115 7.122 +0.1693 +0.1870 +0.0998 other +206.071 0 92.220 4.765 +0.1521 +0.1692 +0.0773 other +206.200 0 91.511 7.356 +0.1219 +0.1385 +0.0369 other +206.335 0 90.511 5.603 +0.1042 +0.1216 +0.0142 other +206.438 0 117.805 46.841 +0.1162 +0.1042 +0.2164 other +206.568 0 118.021 12.046 +0.1052 +0.0920 +0.2062 other +206.705 0 118.093 13.828 +0.0849 +0.0699 +0.1864 other +206.839 0 117.646 13.375 +0.0417 +0.0238 +0.1603 other +206.936 0 117.542 9.574 +0.0181 -0.0012 +0.1433 other +207.069 0 116.959 9.789 +0.0058 -0.0150 +0.1296 other +207.202 0 117.234 13.382 -0.0076 -0.0303 +0.1199 other +207.337 0 36.422 94.309 -0.0450 -0.0670 -0.1064 other +207.438 0 39.751 4.565 -0.0050 -0.0335 -0.0502 other +207.571 0 43.681 6.743 +0.0380 +0.0073 +0.0357 other +207.705 0 53.373 15.162 -0.0095 -0.0563 +0.0425 other +207.838 0 61.286 19.433 -0.0324 -0.0704 -0.0083 other +207.938 0 78.443 31.411 -0.0184 -0.0510 +0.0022 other +208.073 0 82.140 25.581 -0.0666 -0.0992 -0.0381 other +208.202 0 46.518 57.405 -0.0227 -0.0055 -0.0208 other +208.336 0 53.549 10.085 -0.0534 -0.0360 -0.0890 other +208.437 0 56.784 12.993 +0.0192 +0.0259 +0.0283 other +208.570 0 56.829 8.950 +0.0614 +0.0536 +0.1235 other +208.704 0 55.632 10.858 +0.0740 +0.0678 +0.1189 other +208.838 0 55.431 13.217 +0.0749 +0.0747 +0.0864 other +208.946 0 55.351 5.338 +0.0885 +0.0889 +0.0975 other +209.071 0 55.710 10.094 +0.0912 +0.0921 +0.1062 other +209.238 0 53.434 44.577 -0.1216 -0.1097 -0.1601 other +209.344 0 51.881 11.846 -0.1476 -0.1343 -0.1927 other +209.459 0 45.747 19.248 -0.1143 -0.1035 -0.1647 other +209.578 0 41.103 17.132 -0.0994 -0.0844 -0.1242 other +209.736 0 41.103 0.000 -0.0994 -0.0844 -0.1242 other +209.836 0 39.129 12.597 -0.0889 -0.0717 -0.1004 other +209.943 0 39.129 0.000 -0.0889 -0.0717 -0.1004 other +210.138 0 39.114 7.611 -0.0830 -0.0667 -0.0999 other +210.239 0 39.013 6.080 -0.0728 -0.0549 -0.0923 other +210.336 0 39.029 7.056 -0.0664 -0.0477 -0.0894 other +210.441 22 64.811 43.553 +0.1569 +0.1776 +0.1982 other +#restart 210.455 +210.644 0 47.018 45.182 +0.1136 +0.1277 +0.0804 other +210.669 0 47.058 0.706 +0.1143 +0.1285 +0.0805 other +210.804 0 47.062 0.593 +0.1154 +0.1296 +0.0814 other +210.904 0 47.186 1.131 +0.1185 +0.1328 +0.0844 other +211.036 0 47.258 0.722 +0.1201 +0.1343 +0.0861 other +211.171 0 47.361 1.295 +0.1241 +0.1383 +0.0929 other +211.302 0 47.506 0.847 +0.1264 +0.1406 +0.0965 other +211.407 0 47.623 0.861 +0.1260 +0.1402 +0.0968 other +211.538 0 47.682 0.555 +0.1249 +0.1390 +0.0952 other +211.671 0 47.732 0.707 +0.1228 +0.1370 +0.0925 other +211.806 0 48.940 5.253 +0.1223 +0.1344 +0.1039 other +211.935 0 51.340 7.639 +0.1209 +0.1275 +0.1243 other +212.040 0 52.881 4.351 +0.1119 +0.1160 +0.1318 other +212.173 0 54.481 4.702 +0.1004 +0.0999 +0.1380 other +212.304 0 57.413 6.707 +0.0824 +0.0772 +0.1411 other +212.407 0 61.871 8.830 +0.0533 +0.0401 +0.1414 other +212.538 0 64.701 4.963 +0.0416 +0.0260 +0.1397 other +212.671 0 67.764 5.834 +0.0371 +0.0191 +0.1401 other +212.805 0 73.116 9.900 +0.0374 +0.0181 +0.1382 other +212.948 0 78.966 9.327 +0.0171 -0.0051 +0.1286 other +213.041 0 83.690 6.803 +0.0130 -0.0096 +0.1233 other +213.173 0 86.197 4.540 +0.0071 -0.0154 +0.1189 other +213.352 0 88.811 4.304 +0.0016 -0.0218 +0.1164 other +213.437 0 90.780 7.391 +0.0182 -0.0041 +0.1235 other +213.538 0 90.780 0.000 +0.0182 -0.0041 +0.1235 other +213.673 0 92.812 3.402 +0.0249 +0.0032 +0.1285 other +213.833 0 96.718 5.116 +0.0405 +0.0194 +0.1437 other +213.906 0 99.875 5.721 +0.0557 +0.0340 +0.1619 other +214.039 0 102.611 4.640 +0.0669 +0.0461 +0.1745 other +214.179 0 105.983 5.507 +0.0789 +0.0586 +0.1915 other +214.274 0 108.130 5.654 +0.1001 +0.0796 +0.2081 other +214.436 0 109.080 2.313 +0.1009 +0.0804 +0.2125 other +214.540 0 124.650 71.947 +0.0189 +0.0084 +0.0552 other +214.674 0 122.913 16.914 +0.0070 -0.0084 +0.0553 other +214.773 0 169.398 67.275 +0.3141 +0.3248 +0.2468 other +214.943 0 155.392 28.491 +0.1507 +0.1229 +0.2918 other +215.056 0 171.296 17.490 +0.0204 -0.0210 +0.2399 other +215.183 0 171.296 0.000 +0.0204 -0.0210 +0.2399 other +215.276 0 113.633 85.968 +0.3643 +0.3715 +0.4343 other +215.437 0 115.667 14.671 +0.3709 +0.3768 +0.4395 other +215.541 0 116.989 9.772 +0.3688 +0.3748 +0.4359 other +215.680 0 116.244 11.204 +0.3686 +0.3753 +0.4394 other +215.775 0 117.769 14.025 +0.3572 +0.3641 +0.4236 other +215.911 0 118.251 13.074 +0.3591 +0.3660 +0.4267 other +216.035 0 120.639 7.016 +0.3573 +0.3636 +0.4211 other +216.175 0 117.522 11.089 +0.3502 +0.3575 +0.4197 other +216.274 0 116.518 7.061 +0.3558 +0.3633 +0.4212 other +216.434 0 111.448 9.724 +0.3485 +0.3575 +0.4184 other +216.542 0 107.588 9.819 +0.3500 +0.3597 +0.4132 other +216.675 0 105.306 6.032 +0.3541 +0.3643 +0.4127 other +216.775 0 105.186 15.064 +0.3549 +0.3654 +0.3972 other +216.938 0 103.532 10.309 +0.3432 +0.3550 +0.3765 other +217.038 0 106.586 9.526 +0.3451 +0.3563 +0.3704 other +217.175 0 113.358 11.698 +0.3566 +0.3653 +0.3848 other +217.279 0 127.544 15.020 +0.3652 +0.3685 +0.4023 other +217.456 0 131.441 16.466 +0.3538 +0.3554 +0.4150 other +217.536 0 139.223 12.565 +0.3630 +0.3624 +0.4098 other +217.681 0 139.223 0.000 +0.3630 +0.3624 +0.4098 other +217.780 0 153.375 19.727 +0.3589 +0.3546 +0.4162 other +217.935 0 158.879 15.832 +0.3358 +0.3284 +0.4179 other +218.043 0 170.010 13.537 +0.3315 +0.3201 +0.4072 other +218.177 0 184.208 16.356 +0.3048 +0.2914 +0.3803 other +218.277 0 192.666 14.928 +0.2863 +0.2723 +0.3492 other +218.436 0 193.056 18.626 +0.2440 +0.2284 +0.3389 other +218.544 0 195.091 10.542 +0.2503 +0.2361 +0.3223 other +218.678 0 196.029 11.736 +0.2390 +0.2244 +0.3074 other +218.777 0 210.746 22.006 +0.1986 +0.1854 +0.2717 other +218.934 0 222.024 14.548 +0.1362 +0.1238 +0.1994 other +219.036 0 231.671 9.858 -0.0215 -0.0360 +0.0405 other +219.182 0 254.284 22.435 +0.0256 +0.0250 +0.0344 other +219.283 0 248.970 5.257 +0.0304 +0.0283 +0.0443 other +219.438 0 248.490 0.473 +0.0205 +0.0187 +0.0311 other +219.539 0 246.316 2.191 +0.0375 +0.0342 +0.0611 other +219.687 0 244.385 1.910 +0.0435 +0.0372 +0.0743 other +219.780 0 239.424 4.865 +0.0617 +0.0528 +0.1023 other +219.937 0 235.574 3.815 +0.0664 +0.0543 +0.1171 other +220.040 0 235.574 0.000 +0.0664 +0.0543 +0.1171 other +220.179 0 231.777 3.802 +0.0815 +0.0652 +0.1453 other +220.285 0 220.266 11.445 +0.0835 +0.0624 +0.1624 other +220.437 0 213.422 6.977 +0.0897 +0.0665 +0.1739 other +220.557 0 180.029 33.252 +0.0871 +0.0624 +0.1798 other +220.683 0 161.085 18.867 +0.0879 +0.0628 +0.1838 other +220.780 0 139.160 21.847 +0.0999 +0.0743 +0.1993 other +220.937 0 112.713 26.340 +0.1019 +0.0755 +0.2035 other +#check 220.937 stream=112.713 oneshot=73.084 delta=39.629 +221.174 0 83.678 28.987 +0.0950 +0.0700 +0.1963 other +221.193 0 77.029 8.671 +0.0898 +0.0621 +0.1913 other +221.280 0 67.944 9.576 +0.0927 +0.0656 +0.1993 other +221.437 0 61.871 9.749 +0.1174 +0.0916 +0.2483 other +221.547 0 61.602 15.575 +0.1830 +0.1670 +0.1881 other +221.679 0 75.212 26.937 +0.3915 +0.3855 +0.5343 other +221.784 0 241.096 165.114 +0.2914 +0.2768 +0.4329 other +221.934 0 237.115 4.005 +0.3169 +0.3007 +0.4735 other +222.047 0 229.054 8.029 +0.3472 +0.3297 +0.5238 other +222.180 0 218.921 10.027 +0.3647 +0.3448 +0.5505 other +222.288 0 200.887 18.287 +0.3658 +0.3426 +0.5679 other +222.436 0 188.977 12.232 +0.3431 +0.3186 +0.5517 other +222.535 0 172.620 17.800 +0.2937 +0.2674 +0.5080 other +222.681 0 164.423 11.535 +0.2498 +0.2204 +0.4638 other +222.781 0 149.616 18.663 +0.1892 +0.1602 +0.3774 other +222.915 0 136.771 15.331 +0.1578 +0.1278 +0.3303 other +223.050 0 130.221 8.366 +0.1384 +0.1078 +0.3013 other +223.149 0 131.219 9.429 +0.1434 +0.1131 +0.3029 other +223.281 0 131.866 3.828 +0.1440 +0.1143 +0.3022 other +223.416 0 131.075 6.596 +0.1439 +0.1141 +0.2962 other +223.539 0 132.833 8.464 +0.1482 +0.1212 +0.2945 other +223.649 0 133.409 9.471 +0.1561 +0.1292 +0.2965 other +223.782 0 132.180 7.666 +0.1555 +0.1274 +0.2942 other +223.918 0 133.256 9.471 +0.1508 +0.1260 +0.2837 other +224.051 0 133.330 8.911 +0.1567 +0.1309 +0.2898 other +224.150 0 134.358 7.919 +0.1656 +0.1397 +0.2975 other +224.282 0 132.070 6.768 +0.1581 +0.1304 +0.2882 other +224.438 0 135.056 13.403 +0.1589 +0.1357 +0.2906 other +224.565 0 133.710 8.274 +0.1491 +0.1257 +0.2802 other +224.663 0 134.536 5.783 +0.1488 +0.1265 +0.2803 other +224.788 0 134.521 7.664 +0.1446 +0.1245 +0.2726 other +224.946 3 135.615 4.913 +0.1473 +0.1281 +0.2732 other +225.037 1 135.505 3.850 +0.1468 +0.1268 +0.2740 other +225.170 1 135.003 8.141 +0.1436 +0.1222 +0.2740 other +225.287 0 135.887 8.745 +0.1424 +0.1234 +0.2683 other +225.439 0 134.022 10.951 +0.1370 +0.1144 +0.2673 other +225.551 0 135.651 4.099 +0.1437 +0.1219 +0.2733 other +225.653 1 135.063 10.196 +0.1362 +0.1176 +0.2604 other +225.784 0 135.277 8.910 +0.1359 +0.1155 +0.2624 other +225.937 0 135.714 10.704 +0.1319 +0.1118 +0.2574 other +226.036 0 135.992 9.023 +0.1278 +0.1093 +0.2533 other +226.151 0 136.610 7.002 +0.1259 +0.1087 +0.2508 other +226.285 0 137.185 10.610 +0.1247 +0.1069 +0.2495 other +226.433 0 137.898 10.902 +0.1153 +0.0993 +0.2457 other +226.551 0 138.030 5.098 +0.1115 +0.0955 +0.2404 other +226.652 1 138.586 13.753 +0.1043 +0.0866 +0.2375 other +226.785 0 139.498 9.797 +0.1033 +0.0878 +0.2361 other +226.918 0 139.758 7.925 +0.1036 +0.0890 +0.2307 other +227.052 0 139.220 5.175 +0.1003 +0.0857 +0.2212 other +227.153 0 138.440 13.821 +0.0874 +0.0720 +0.2075 other +227.286 0 138.939 6.257 +0.0831 +0.0681 +0.2017 other +227.440 0 138.637 10.463 +0.0768 +0.0621 +0.1951 other +227.553 0 139.505 10.372 +0.0766 +0.0626 +0.1962 other +227.653 0 140.280 6.914 +0.0732 +0.0594 +0.1919 other +227.787 0 139.307 10.628 +0.0658 +0.0511 +0.1823 other +227.933 0 140.454 11.074 +0.0696 +0.0562 +0.1854 other +228.054 0 141.124 8.331 +0.0686 +0.0557 +0.1850 other +228.155 0 140.509 7.622 +0.0618 +0.0491 +0.1824 other +228.288 0 139.662 9.406 +0.0522 +0.0394 +0.1762 other +228.445 0 140.410 9.363 +0.0511 +0.0381 +0.1698 other +228.572 0 140.410 0.000 +0.0511 +0.0381 +0.1698 other +228.668 0 139.528 7.366 +0.0462 +0.0339 +0.1702 other +228.837 0 139.528 0.000 +0.0462 +0.0339 +0.1702 other +228.941 0 141.038 9.050 +0.0469 +0.0357 +0.1736 other +229.037 0 141.324 6.941 +0.0461 +0.0350 +0.1675 other +229.155 0 141.009 6.278 +0.0444 +0.0335 +0.1694 other +229.295 0 135.394 8.204 +0.0255 +0.0134 +0.1564 other +229.436 0 134.780 9.057 +0.0266 +0.0136 +0.1481 other +229.555 0 134.653 8.537 +0.0277 +0.0150 +0.1482 other +229.662 0 134.978 11.975 +0.0261 +0.0147 +0.1559 other +229.790 0 134.942 10.040 +0.0281 +0.0165 +0.1477 other +229.937 0 135.052 5.389 +0.0303 +0.0186 +0.1465 other +230.036 0 135.193 6.585 +0.0297 +0.0181 +0.1496 other +230.160 0 135.170 7.202 +0.0332 +0.0215 +0.1468 other +230.290 0 135.246 10.146 +0.0389 +0.0269 +0.1414 other +230.436 0 141.383 11.375 +0.0572 +0.0474 +0.1513 other +230.539 0 141.734 7.582 +0.0617 +0.0523 +0.1504 other +230.664 0 141.659 6.641 +0.0621 +0.0527 +0.1555 other +230.838 0 141.640 10.168 +0.0637 +0.0546 +0.1460 other +230.940 0 141.161 12.981 +0.0747 +0.0664 +0.1516 other +231.062 0 140.795 3.044 +0.0747 +0.0662 +0.1503 other +231.159 0 121.484 20.169 +0.0778 +0.0696 +0.1456 other +231.297 0 121.484 0.000 +0.0778 +0.0696 +0.1456 other +231.458 0 99.524 22.144 +0.0769 +0.0682 +0.1510 other +231.577 0 88.974 11.369 +0.0771 +0.0683 +0.1519 other +231.677 0 88.974 0.000 +0.0771 +0.0683 +0.1519 other +231.839 0 77.479 12.422 +0.0785 +0.0698 +0.1471 other +231.939 0 77.479 0.000 +0.0785 +0.0698 +0.1471 other +232.038 0 67.416 11.233 +0.0861 +0.0776 +0.1388 other +232.166 0 57.674 9.794 +0.0858 +0.0774 +0.1350 other +232.297 0 37.118 20.507 +0.0920 +0.0831 +0.1270 other +232.440 0 26.465 10.882 +0.0825 +0.0863 +0.1219 other +232.537 0 9.608 16.790 +0.0587 +0.0548 +0.0659 other +232.662 0 4.422 5.153 +0.0079 +0.0100 +0.0037 other +232.833 0 0.483 3.946 -0.0256 -0.0250 -0.0344 other +232.936 0 225.414 223.759 +0.1043 +0.0890 +0.1399 other +233.058 0 212.486 12.899 +0.1124 +0.0931 +0.1456 other +233.159 0 185.183 27.182 +0.1200 +0.0965 +0.1552 other +233.299 0 169.703 15.475 +0.1248 +0.0999 +0.1624 other +233.440 0 155.505 14.264 +0.1283 +0.1025 +0.1664 other +233.537 0 129.724 25.893 +0.1241 +0.0990 +0.1569 other +233.674 0 129.724 0.000 +0.1241 +0.0990 +0.1569 other +233.798 0 101.502 28.518 +0.1245 +0.0993 +0.1584 other +233.934 0 75.693 26.146 +0.1202 +0.0961 +0.1534 other +234.037 0 36.441 39.860 +0.1188 +0.0957 +0.1566 other +234.163 0 24.710 12.056 +0.1168 +0.0940 +0.1559 other +234.296 0 10.474 15.418 +0.1004 +0.0785 +0.1405 other +234.435 0 10.336 2.376 +0.0989 +0.0765 +0.1376 other +234.535 0 10.270 1.551 +0.0982 +0.0765 +0.1372 other +234.666 0 10.222 1.620 +0.0967 +0.0759 +0.1361 other +234.797 0 10.120 2.488 +0.0946 +0.0764 +0.1415 other +234.936 0 10.052 1.966 +0.0908 +0.0729 +0.1406 other +235.035 0 10.023 1.402 +0.0884 +0.0701 +0.1388 other +235.163 0 9.997 0.787 +0.0864 +0.0676 +0.1380 other +235.294 0 9.944 2.150 +0.0816 +0.0616 +0.1344 other +235.438 0 9.861 2.908 +0.0774 +0.0597 +0.1298 other +235.536 0 9.821 1.879 +0.0791 +0.0632 +0.1312 other +235.661 0 9.780 1.759 +0.0801 +0.0656 +0.1310 other +235.797 0 9.698 2.534 +0.0806 +0.0663 +0.1297 other +235.939 0 9.647 2.225 +0.0758 +0.0608 +0.1300 other +236.034 0 9.591 2.265 +0.0679 +0.0528 +0.1280 other +236.164 0 9.554 1.280 +0.0658 +0.0517 +0.1293 other +236.300 0 9.494 1.762 +0.0691 +0.0581 +0.1357 other +236.438 0 9.437 1.879 +0.0695 +0.0607 +0.1351 other +236.535 0 9.380 2.033 +0.0671 +0.0580 +0.1316 other +236.662 0 9.340 1.409 +0.0642 +0.0545 +0.1289 other +236.796 0 9.261 2.638 +0.0595 +0.0493 +0.1254 other +236.936 0 9.206 2.442 +0.0607 +0.0521 +0.1279 other +237.038 0 9.150 2.189 +0.0595 +0.0536 +0.1261 other +237.164 0 9.114 1.282 +0.0596 +0.0550 +0.1268 other +237.297 0 9.040 2.021 +0.0594 +0.0552 +0.1282 other +237.438 0 8.983 2.103 +0.0594 +0.0550 +0.1273 other +237.538 0 8.931 1.887 +0.0607 +0.0566 +0.1265 other +237.665 0 8.900 1.279 +0.0627 +0.0597 +0.1278 other +237.798 0 8.845 1.825 +0.0633 +0.0623 +0.1286 other +237.935 0 8.815 1.243 +0.0616 +0.0616 +0.1262 other +238.038 0 8.758 1.760 +0.0564 +0.0571 +0.1222 other +238.164 0 8.716 1.311 +0.0527 +0.0535 +0.1177 other +238.297 0 8.663 1.930 +0.0482 +0.0496 +0.1144 other +238.438 0 8.590 2.819 +0.0505 +0.0524 +0.1192 other +238.535 0 8.570 0.816 +0.0505 +0.0526 +0.1205 other +238.669 0 8.531 1.477 +0.0496 +0.0521 +0.1203 other +238.798 0 8.462 3.091 +0.0437 +0.0467 +0.1194 other +238.935 0 8.411 2.268 +0.0383 +0.0415 +0.1152 other +239.036 0 8.355 1.649 +0.0434 +0.0472 +0.1210 other +239.166 0 8.314 1.061 +0.0491 +0.0531 +0.1255 other +239.298 0 8.254 1.467 +0.0585 +0.0624 +0.1318 other +239.435 0 7.440 1.798 +0.0589 +0.0621 +0.1362 other +239.540 0 6.994 0.681 +0.0566 +0.0594 +0.1356 other +239.669 0 5.290 2.072 +0.0434 +0.0452 +0.1254 other +239.800 0 4.388 1.132 +0.0386 +0.0400 +0.1198 other +239.899 0 3.075 1.616 +0.0345 +0.0359 +0.1109 other +240.037 0 2.297 0.888 +0.0324 +0.0338 +0.0997 other +240.167 0 1.136 1.219 +0.0101 +0.0109 +0.0458 other +240.299 0 0.070 1.122 -0.0256 -0.0250 -0.0344 other +240.399 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +240.532 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +#restart 240.545 +240.664 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +240.723 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +240.856 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +240.956 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +#check 240.956 stream=0.070 oneshot=0.070 delta=0.000 +241.131 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +241.223 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +241.357 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +241.457 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +241.591 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +241.737 0 32.072 32.009 +0.6661 +0.6824 +0.5974 other +241.859 148 43.861 13.342 +0.5447 +0.5673 +0.5021 other +241.963 48 45.679 25.375 +0.8738 +0.8964 +0.5435 title_noplate +242.091 23 41.812 4.733 +0.8646 +0.8863 +0.5206 title_noplate +242.239 0 34.949 6.847 +0.8234 +0.8437 +0.4651 title_noplate +242.343 0 37.731 8.144 +0.7965 +0.8177 +0.4295 title_noplate +242.464 0 53.189 16.589 +0.7718 +0.7958 +0.4179 title_noplate +242.638 0 53.353 1.202 +0.7785 +0.8028 +0.4233 title_noplate +242.981 0 52.761 4.714 +0.8254 +0.8500 +0.4488 title_noplate +242.995 0 53.113 1.742 +0.8418 +0.8665 +0.4600 title_noplate +243.037 0 53.943 2.519 +0.8639 +0.8889 +0.4771 title_noplate +243.093 0 54.595 2.426 +0.8830 +0.9081 +0.4919 title_noplate +243.238 0 55.576 3.949 +0.9090 +0.9343 +0.5143 title_noplate +243.362 19 56.615 4.970 +0.9314 +0.9567 +0.5392 title_noplate +243.461 63 57.891 3.519 +0.9399 +0.9648 +0.5547 title_noplate +243.595 154 60.258 4.071 +0.9434 +0.9679 +0.5678 title_noplate +243.735 154 60.258 0.000 +0.9434 +0.9679 +0.5678 title_noplate +243.862 154 60.258 0.001 +0.9434 +0.9679 +0.5678 title_noplate +243.959 154 60.340 0.083 +0.9457 +0.9703 +0.5678 title_noplate +244.096 154 60.598 0.266 +0.9513 +0.9760 +0.5668 title_noplate +244.234 154 60.876 0.286 +0.9538 +0.9786 +0.5637 title_noplate +244.336 154 61.036 0.165 +0.9537 +0.9785 +0.5611 title_noplate +244.463 154 61.082 0.052 +0.9535 +0.9783 +0.5603 title_noplate +244.596 154 61.091 0.018 +0.9535 +0.9784 +0.5602 title_noplate +244.738 154 61.099 0.014 +0.9535 +0.9784 +0.5602 title_noplate +244.841 154 61.107 0.014 +0.9535 +0.9784 +0.5602 title_noplate +244.966 154 61.115 0.013 +0.9535 +0.9784 +0.5602 title_noplate +245.096 154 61.128 0.019 +0.9534 +0.9784 +0.5602 title_noplate +245.236 154 61.142 0.020 +0.9534 +0.9784 +0.5601 title_noplate +245.339 154 61.158 0.021 +0.9533 +0.9784 +0.5600 title_noplate +245.465 154 61.372 0.216 +0.9588 +0.9780 +0.5619 title_noplate +245.597 154 62.037 0.660 +0.9721 +0.9723 +0.5652 title_noplate +245.736 191 62.643 0.599 +0.9783 +0.9614 +0.5650 title_plate +245.842 771 63.087 0.435 +0.9795 +0.9513 +0.5634 title_plate +246.197 927 63.286 0.189 +0.9793 +0.9484 +0.5635 title_plate +246.242 1191 63.595 0.297 +0.9786 +0.9442 +0.5640 title_plate +246.257 1432 63.811 0.208 +0.9777 +0.9411 +0.5642 title_plate +246.334 1470 64.023 0.203 +0.9765 +0.9380 +0.5643 title_plate +246.465 1520 64.212 0.190 +0.9753 +0.9354 +0.5643 title_plate +246.642 1520 64.235 0.033 +0.9753 +0.9354 +0.5642 title_plate +246.737 1520 64.247 0.016 +0.9753 +0.9354 +0.5642 title_plate +246.842 1520 64.254 0.012 +0.9753 +0.9354 +0.5642 title_plate +246.963 1517 64.249 0.025 +0.9755 +0.9356 +0.5641 title_plate +247.100 1454 64.126 0.251 +0.9768 +0.9386 +0.5639 title_plate +247.237 1440 64.030 0.144 +0.9775 +0.9405 +0.5638 title_plate +247.340 1420 63.974 0.084 +0.9778 +0.9416 +0.5637 title_plate +247.473 1214 63.842 0.198 +0.9785 +0.9440 +0.5634 title_plate +247.599 959 63.660 0.268 +0.9791 +0.9471 +0.5629 title_plate +247.737 914 63.576 0.120 +0.9792 +0.9485 +0.5627 title_plate +247.839 740 63.395 0.273 +0.9792 +0.9518 +0.5624 title_plate +247.967 740 63.395 0.000 +0.9792 +0.9518 +0.5624 title_plate +248.098 714 63.385 0.095 +0.9792 +0.9522 +0.5624 title_plate +248.236 730 63.421 0.096 +0.9792 +0.9518 +0.5625 title_plate +248.336 809 63.537 0.145 +0.9792 +0.9500 +0.5626 title_plate +248.468 946 63.714 0.192 +0.9791 +0.9473 +0.5629 title_plate +248.602 1274 64.000 0.314 +0.9783 +0.9432 +0.5636 title_plate +248.736 1470 64.366 0.400 +0.9764 +0.9375 +0.5641 title_plate +248.835 1512 64.498 0.161 +0.9755 +0.9354 +0.5643 title_plate +248.967 1520 64.531 0.067 +0.9754 +0.9349 +0.5644 title_plate +249.098 1520 64.535 0.045 +0.9754 +0.9350 +0.5645 title_plate +249.237 1499 64.486 0.116 +0.9759 +0.9360 +0.5647 title_plate +249.335 1470 64.384 0.152 +0.9768 +0.9377 +0.5648 title_plate +249.465 1443 64.297 0.116 +0.9774 +0.9393 +0.5648 title_plate +249.638 1292 64.042 0.331 +0.9788 +0.9434 +0.5646 title_plate +249.739 997 63.906 0.179 +0.9794 +0.9456 +0.5645 title_plate +249.839 968 63.807 0.122 +0.9797 +0.9470 +0.5643 title_plate +249.970 897 63.652 0.198 +0.9800 +0.9494 +0.5641 title_plate +250.104 771 63.512 0.181 +0.9802 +0.9517 +0.5640 title_plate +250.235 740 63.467 0.069 +0.9802 +0.9525 +0.5640 title_plate +250.337 730 63.452 0.031 +0.9802 +0.9528 +0.5640 title_plate +250.467 714 63.422 0.121 +0.9804 +0.9534 +0.5640 title_plate +250.637 753 63.462 0.103 +0.9805 +0.9527 +0.5640 title_plate +250.737 897 63.619 0.200 +0.9806 +0.9502 +0.5641 title_plate +250.844 997 63.856 0.275 +0.9802 +0.9468 +0.5645 title_plate +250.966 1382 64.050 0.226 +0.9796 +0.9438 +0.5648 title_plate +251.241 1486 64.347 0.346 +0.9779 +0.9389 +0.5650 title_plate +251.266 1504 64.412 0.098 +0.9774 +0.9378 +0.5650 title_plate +251.337 1520 64.440 0.072 +0.9772 +0.9372 +0.5649 title_plate +251.470 1520 64.293 0.169 +0.9773 +0.9374 +0.5649 title_plate +251.601 0 26.631 39.065 +0.8665 +0.8260 +0.4950 title_plate +251.743 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +251.839 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +251.969 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.101 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.243 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.340 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.468 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.601 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.746 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.843 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +252.970 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +253.135 0 26.631 0.000 +0.8665 +0.8260 +0.4950 title_plate +253.202 1520 64.293 39.065 +0.9773 +0.9374 +0.5649 title_plate +253.339 1520 64.293 0.000 +0.9773 +0.9374 +0.5649 title_plate +253.470 178 61.486 2.762 +0.9721 +0.9601 +0.5852 title_plate +253.605 284 56.670 4.820 +0.8946 +0.9175 +0.5924 title_noplate +253.737 390 52.774 4.426 +0.8773 +0.9000 +0.6249 title_noplate +253.836 0 31.604 21.430 +0.7001 +0.7190 +0.6069 title_noplate +253.970 0 0.070 31.512 -0.0256 -0.0250 -0.0344 other +254.135 0 0.070 0.000 -0.0256 -0.0250 -0.0344 other +254.205 0 4.944 4.904 +0.4984 +0.5118 +0.3224 other +254.345 0 9.172 4.274 +0.7448 +0.7642 +0.4963 title_noplate +254.472 0 10.537 1.381 +0.7704 +0.7878 +0.5199 title_noplate +254.635 0 12.672 2.331 +0.7245 +0.7319 +0.6782 title_noplate +254.707 0 23.692 10.925 +0.6337 +0.6268 +0.8623 menu +255.066 0 25.559 2.147 +0.5983 +0.5910 +0.8708 menu +255.083 0 25.887 0.576 +0.5687 +0.5619 +0.9050 menu +255.104 0 26.018 0.142 +0.5615 +0.5548 +0.9119 menu +255.238 327 26.077 0.068 +0.5570 +0.5504 +0.9126 menu +255.338 327 26.077 0.023 +0.5572 +0.5505 +0.9128 menu +255.473 327 26.078 0.009 +0.5571 +0.5505 +0.9128 menu +255.610 327 26.079 0.030 +0.5571 +0.5505 +0.9129 menu +255.735 327 26.083 0.038 +0.5572 +0.5506 +0.9132 menu +255.864 327 26.085 0.018 +0.5571 +0.5505 +0.9132 menu +255.976 327 26.087 0.016 +0.5570 +0.5505 +0.9131 menu +256.133 327 26.087 0.000 +0.5570 +0.5505 +0.9131 menu +256.236 327 26.092 0.029 +0.5571 +0.5506 +0.9132 menu +256.341 327 26.103 0.049 +0.5569 +0.5505 +0.9129 menu +256.474 327 26.108 0.021 +0.5567 +0.5503 +0.9127 menu +256.657 327 26.120 0.035 +0.5564 +0.5501 +0.9121 menu +256.760 327 26.126 0.025 +0.5566 +0.5504 +0.9123 menu +256.846 327 26.126 0.000 +0.5566 +0.5504 +0.9123 menu +256.980 327 26.132 0.020 +0.5567 +0.5505 +0.9121 menu +257.106 327 26.150 0.058 +0.5568 +0.5507 +0.9120 menu +257.243 327 26.157 0.017 +0.5567 +0.5507 +0.9121 menu +257.351 327 26.171 0.036 +0.5565 +0.5506 +0.9119 menu +257.496 327 26.173 0.006 +0.5564 +0.5505 +0.9118 menu +257.640 327 26.179 0.013 +0.5563 +0.5504 +0.9117 menu +257.739 327 26.179 0.000 +0.5563 +0.5504 +0.9117 menu +257.841 327 26.194 0.027 +0.5560 +0.5502 +0.9115 menu +257.989 327 26.217 0.040 +0.5559 +0.5502 +0.9114 menu +258.139 327 26.243 0.053 +0.5559 +0.5502 +0.9114 menu +258.243 327 26.253 0.028 +0.5559 +0.5502 +0.9115 menu +258.344 327 26.262 0.022 +0.5560 +0.5503 +0.9117 menu +258.488 327 26.269 0.019 +0.5559 +0.5502 +0.9117 menu +258.638 327 26.286 0.055 +0.5559 +0.5502 +0.9119 menu +258.742 327 26.298 0.035 +0.5558 +0.5501 +0.9118 menu +258.836 327 26.323 0.071 +0.5557 +0.5500 +0.9118 menu +258.976 327 26.340 0.052 +0.5557 +0.5499 +0.9118 menu +259.133 327 26.363 0.060 +0.5552 +0.5494 +0.9114 menu +259.237 327 26.376 0.038 +0.5550 +0.5491 +0.9111 menu +259.342 327 26.389 0.044 +0.5552 +0.5493 +0.9112 menu +259.476 327 26.397 0.039 +0.5553 +0.5493 +0.9111 menu +259.637 327 26.412 0.066 +0.5554 +0.5494 +0.9111 menu +259.713 327 26.426 0.059 +0.5555 +0.5494 +0.9113 menu +259.836 327 26.431 0.024 +0.5554 +0.5493 +0.9114 menu +259.978 327 26.438 0.037 +0.5552 +0.5490 +0.9110 menu +260.138 327 26.447 0.050 +0.5550 +0.5488 +0.9110 menu +260.267 327 26.453 0.043 +0.5550 +0.5487 +0.9111 menu +260.363 327 26.461 0.041 +0.5551 +0.5487 +0.9113 menu +260.476 327 26.461 0.000 +0.5551 +0.5487 +0.9113 menu +260.638 327 26.468 0.025 +0.5550 +0.5487 +0.9112 menu +260.738 327 26.484 0.093 +0.5551 +0.5486 +0.9115 menu +260.847 327 26.491 0.049 +0.5550 +0.5486 +0.9115 menu +260.981 327 26.494 0.040 +0.5551 +0.5487 +0.9117 menu +#check 260.981 stream=26.494 oneshot=26.501 delta=0.007 +261.191 327 26.498 0.065 +0.5552 +0.5487 +0.9120 menu +261.240 327 26.498 0.020 +0.5553 +0.5488 +0.9120 menu +261.364 327 26.502 0.074 +0.5555 +0.5490 +0.9120 menu +261.534 327 26.504 0.046 +0.5555 +0.5490 +0.9120 menu +261.586 327 26.504 0.011 +0.5553 +0.5488 +0.9117 menu +261.741 327 26.504 0.000 +0.5553 +0.5488 +0.9117 menu +261.839 327 26.502 0.026 +0.5554 +0.5490 +0.9119 menu +261.979 327 26.503 0.065 +0.5553 +0.5488 +0.9115 menu +262.078 327 26.500 0.088 +0.5558 +0.5495 +0.9117 menu +262.241 327 26.499 0.072 +0.5560 +0.5498 +0.9114 menu +262.342 327 26.496 0.047 +0.5563 +0.5502 +0.9117 menu +262.480 327 26.493 0.050 +0.5564 +0.5503 +0.9117 menu +262.581 327 26.488 0.032 +0.5563 +0.5502 +0.9115 menu +262.741 327 26.479 0.069 +0.5561 +0.5502 +0.9110 menu +262.848 327 26.472 0.044 +0.5561 +0.5503 +0.9108 menu +263.115 327 26.463 0.042 +0.5563 +0.5506 +0.9108 menu +263.144 327 26.453 0.048 +0.5563 +0.5507 +0.9104 menu +263.242 327 26.447 0.024 +0.5564 +0.5507 +0.9103 menu +263.335 0 12.581 13.450 +0.6993 +0.7106 +0.6682 title_noplate +#summary frames=2107 elapsed=263.7 fps=7.99 requested=8 longest_identical_run=18 +#event title_static 242.655 +#event plate 245.858 +#event pressA 250.983 +#event menu 254.746 +#event pressB 262.864 +#event back_title 263.346 diff --git a/tools/re-capture/settle_analyse.py b/tools/re-capture/settle_analyse.py new file mode 100755 index 00000000..85cc7c22 --- /dev/null +++ b/tools/re-capture/settle_analyse.py @@ -0,0 +1,81 @@ +#!/usr/bin/env python3 +"""Offline: when does each screen ARRIVE, and when does it SETTLE? + +`rest.t` is the last hold keyframe, not when a screen stops moving -- the port +paces its boot sequencer off it and is late. This reads the timing probe's TSV +and reports, per screen segment: + + arrive first frame the classifier labels that screen + settle first frame after `arrive` where inter-frame motion stays below the + quiet threshold for SETTLE_HOLD consecutive frames + dwell how long the label persists + +The quiet threshold is CALIBRATED FROM THE RUN, not assumed: it is a multiple of +the motion floor observed while a label is stable and late in its segment. +""" +import sys +import numpy as np + +SETTLE_HOLD = 4 # consecutive quiet frames before calling it settled + +def main(path): + rows = [] + meta = [] + for ln in open(path): + if ln.startswith("#"): + meta.append(ln.rstrip()) + continue + f = ln.rstrip("\n").split("\t") + if len(f) < 8: + continue + rows.append((float(f[0]), int(f[1]), float(f[2]), float(f[3]), f[7])) + if not rows: + print("no data rows"); return 2 + t = np.array([r[0] for r in rows]) + motion = np.array([r[3] for r in rows]) + labels = [r[4] for r in rows] + n = len(rows) + fps = n / (t[-1] - t[0]) if t[-1] > t[0] else 0 + print(f"{n} frames, {t[-1]-t[0]:.1f} s, {fps:.2f} fps") + for m in meta: + if m.startswith("#summary") or m.startswith("#event"): + print(" " + m) + + valid = motion[motion >= 0] + if valid.size == 0: + print("no motion data"); return 2 + floor = float(np.percentile(valid, 10)) + quiet = max(floor * 3.0, 0.05) + print(f"\nmotion floor (10th pct) {floor:.4f} -> quiet threshold {quiet:.4f}") + + # Segment by contiguous label. + segs = [] + i = 0 + while i < n: + j = i + while j + 1 < n and labels[j + 1] == labels[i]: + j += 1 + segs.append((labels[i], i, j)) + i = j + 1 + + print(f"\n{'screen':<14} {'arrive':>8} {'settle':>8} {'build-in':>9} {'leaves':>8} {'dwell':>8} {'frames':>7}") + for lab, a, b in segs: + if b - a < 2: + continue + settle = None + run = 0 + for k in range(a, b + 1): + if 0 <= motion[k] < quiet: + run += 1 + if run >= SETTLE_HOLD: + settle = t[k - SETTLE_HOLD + 1] + break + else: + run = 0 + build = f"{settle - t[a]:9.3f}" if settle is not None else " -" + s = f"{settle:8.3f}" if settle is not None else " -" + print(f"{lab:<14} {t[a]:8.3f} {s} {build} {t[b]:8.3f} {t[b]-t[a]:8.3f} {b-a+1:7d}") + return 0 + +if __name__ == "__main__": + sys.exit(main(sys.argv[1]))