re(flight): the throttle is a target-speed selector, measured against the definition

speed_law.py locks onto the player entity once and samples its position while
holding each throttle input, differentiating over 1-second windows.

  no throttle  -> ~420   (CruisingVelocity 350)
  RT held      -> ~1 530 (MaximumVelocity 1200)
  LT held      -> ~125   (MinimumVelocity 100)
  release      -> back to cruise, from either direction

So the throttle SELECTS a target speed rather than adding thrust — which is what a
reimplementation would most likely have assumed from Acceleration/Deceleration
alone. Those govern the convergence rate instead: ~440 units/s^2 measured on
release (Deceleration 500) and ~470-560 under RT (Acceleration 600).

Recorded as 🟡: measured world speeds run ~1.2-1.3x the definition numbers in all
three regimes while the HUD shows the definition value exactly (350 at cruise), so
world coordinates are a constant multiple (~1.25) of the definition's velocity unit;
the spread is wider than the constant is precise because the craft manoeuvres while
sampled.

Three traps documented: RT/LT are analogue triggers (the button verb is a silent
no-op and the first run measured an unflown craft), per-sample differentiation
aliases against the guest's update rate (0, 1519, 1985, 0, 2681 for smooth flight),
and the player entity only enters the typed scan ~15 s in while the craft dies within
minutes if nobody flies it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NptfmpjdpNCKEez6d2xvA9
This commit is contained in:
2026-08-13 15:08:11 +00:00
parent 6d0bdf0179
commit 1efc3f567d
4 changed files with 929 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Promote to a prose `structures/…md` file when a format needs behavioural notes
| Live entity state, anchored on the definition | ✅ | [`tools/re-capture/own_state.py`](../../tools/re-capture/own_state.py) · [autopilot](autopilot-memory-driven.md) | An undamaged craft holds its definition's own numbers, so a *solved definition field* locates the matching live field without a value scan: definition `HP` (1500) → **hull at `position+0x154`**, confirmed by a trace across a death (30/60/90 per hit, negative at 0). Reusable for any live counter whose maximum the definition carries |
| Mission / escort state, every entity's hull | ✅ | [`tools/re-capture/mission_state.py`](../../tools/re-capture/mission_state.py) · [escort state](mission-escort-state.md) | `hull = position + 0x154` is a property of the **entity class**, not of the player object: at t=0 it equals each entity's own definition `HP` across 7 classes and 5 distinct HP values (turret 100, fighter 500, destroyer 10000, cruiser 30000, **ACROPOLIS 25000**), falls under fire (780 damage events in 240 s), goes negative at death, and the object then leaves the heap. So an escort objective is scoreable live — `UN_f101_TCAF_Acropolis` measured at 25000 → 23038 over 240 s, attack starting only at t≈170 s. `REMAINING OB` counts objectives, not hostiles (012 on the HUD vs 118 live ADAN); its address is still ❔ |
| In-flight control mapping | ✅/🟡 | [`tools/re-capture/fire_probe.sh`](../../tools/re-capture/fire_probe.sh) · [controls](flight-controls-runtime.md) | Measured by holding each pad input and photographing the HUD ammo counters: **`RB` = nose gun** (6000→5956 in 4 s, ~11 rounds/s, HEAT rises), **`Y` = main mount** (missiles, 300→299), d-pad = **tactical map** overlay, nothing else moves a counter. No target-cycle input exists — the `TARGET` marker is present with nothing pressed, so targeting is automatic and a missile lock is **time-on-target**. That, not target choice or ballistics, is what caps lethality at 2 kills per 98 missiles |
| Throttle → speed law | ✅/🟡 | [flight-speed-law](flight-speed-law.md) | **The throttle selects a TARGET SPEED**, it does not add thrust: no input settles at ~420 (`CruisingVelocity` 350), `RT` at ~1 530 (`MaximumVelocity` 1200), `LT` at ~125 (`MinimumVelocity` 100), and releasing either returns to cruise. `Acceleration`/`Deceleration` govern the convergence rate (measured ~440560 units/s² against 500/600). 🟡 measured world speeds run ≈1.21.3× the definition numbers while the HUD shows the definition value exactly, so world units are a constant (~1.25) multiple of the definition's velocity unit |
| Input → dynamics calibration | ✅ | [`tools/re-capture/ctrl_probe.py`](../../tools/re-capture/ctrl_probe.py) · [`binq.py`](../../tools/re-capture/binq.py) | Hold each pad input in turn and measure the craft's speed as displacement/s of its own position triple — no speed field needed first. Settled the throttle: **`RT` accelerates, `LT` brakes, and the setting persists** (488 → 1510 → 174 units/s), overturning an earlier field-scan conclusion |
## Functions / code paths

View File

@@ -0,0 +1,786 @@
phase,t,x,y,z
idle,0.0,-1032.5526123046875,881.9141235351562,1004.4220581054688
idle,0.05,-1038.362548828125,881.9141235351562,1004.4220581054688
idle,0.1,-1038.362548828125,881.9141235351562,1004.4220581054688
idle,0.162,-1038.362548828125,881.9141235351562,1004.4220581054688
idle,0.212,-1090.8275146484375,881.9140625,1004.4219360351562
idle,0.262,-1102.4825439453125,881.9140625,1004.4219360351562
idle,0.312,-1143.2926025390625,881.9140625,1004.4218139648438
idle,0.362,-1166.6025390625,881.9140625,1004.4217529296875
idle,0.413,-1201.5675048828125,881.9140014648438,1004.4216918945312
idle,0.463,-1201.5675048828125,881.9140014648438,1004.4216918945312
idle,0.516,-1201.5675048828125,881.9140014648438,1004.4216918945312
idle,0.566,-1201.5675048828125,881.9140014648438,1004.4216918945312
idle,0.616,-1277.342529296875,881.9140014648438,1004.4215698242188
idle,0.666,-1300.652587890625,881.9139404296875,1004.4215087890625
idle,0.716,-1335.6175537109375,881.9139404296875,1004.4214477539062
idle,0.767,-1358.927490234375,881.9139404296875,1004.42138671875
idle,0.817,-1388.0474853515625,881.9139404296875,1004.4213256835938
idle,0.867,-1388.0474853515625,881.9139404296875,1004.4213256835938
idle,0.917,-1388.0474853515625,881.9139404296875,1004.4213256835938
idle,0.968,-1388.0474853515625,881.9139404296875,1004.4213256835938
idle,1.018,-1458.0125732421875,881.9138793945312,1004.4212036132812
idle,1.068,-1492.9775390625,881.9138793945312,1004.421142578125
idle,1.118,-1527.9425048828125,881.913818359375,1004.4210205078125
idle,1.168,-1539.5975341796875,881.913818359375,1004.4210205078125
idle,1.218,-1551.217529296875,881.913818359375,1004.4210205078125
idle,1.269,-1551.217529296875,881.913818359375,1004.4210205078125
idle,1.319,-1551.217529296875,881.913818359375,1004.4210205078125
idle,1.369,-1603.6824951171875,881.913818359375,1004.4208984375
idle,1.419,-1638.6474609375,881.9137573242188,1004.4208374023438
idle,1.469,-1650.302490234375,881.9137573242188,1004.4207763671875
idle,1.519,-1685.2674560546875,881.9137573242188,1004.4207153320312
idle,1.572,-1691.0775146484375,881.9137573242188,1004.4207153320312
idle,1.622,-1691.0775146484375,881.9137573242188,1004.4207153320312
idle,1.672,-1691.0775146484375,881.9137573242188,1004.4207153320312
idle,1.722,-1749.387451171875,881.9136962890625,1004.4205932617188
idle,1.773,-1761.04248046875,881.9136962890625,1004.4205932617188
idle,1.823,-1807.6624755859375,881.9136962890625,1004.4204711914062
idle,1.873,-1819.3175048828125,881.9136962890625,1004.4204711914062
idle,1.923,-1842.5924072265625,881.9136962890625,1004.42041015625
idle,1.973,-1842.5924072265625,881.9136962890625,1004.42041015625
idle,2.024,-1842.5924072265625,881.9136962890625,1004.42041015625
idle,2.074,-1842.5924072265625,881.9136962890625,1004.42041015625
idle,2.124,-1906.71240234375,881.9136352539062,1004.4202880859375
idle,2.174,-1935.867431640625,881.9136352539062,1004.4202270507812
idle,2.224,-1970.8323974609375,881.91357421875,1004.420166015625
idle,2.275,-1982.4874267578125,881.91357421875,1004.4201049804688
idle,2.325,-1994.107421875,881.91357421875,1004.4201049804688
idle,2.375,-1994.107421875,881.91357421875,1004.4201049804688
idle,2.425,-1994.107421875,881.91357421875,1004.4201049804688
idle,2.475,-2058.262451171875,881.91357421875,1004.4199829101562
idle,2.525,-2075.7275390625,881.91357421875,1004.419921875
idle,2.575,-2116.537353515625,881.9135131835938,1004.4198608398438
idle,2.625,-2151.50244140625,881.9135131835938,1004.4197998046875
idle,2.675,-2169.00244140625,881.9135131835938,1004.4197387695312
idle,2.726,-2174.8125,881.9135131835938,1004.4197387695312
idle,2.776,-2174.8125,881.9135131835938,1004.4197387695312
idle,2.826,-2174.8125,881.9135131835938,1004.4197387695312
idle,2.876,-2238.932373046875,881.9134521484375,1004.4196166992188
idle,2.927,-2279.742431640625,881.9134521484375,1004.4194946289062
idle,2.977,-2291.3974609375,881.9134521484375,1004.4194946289062
idle,3.027,-2320.517333984375,881.9133911132812,1004.41943359375
idle,3.077,-2326.327392578125,881.9133911132812,1004.41943359375
idle,3.128,-2326.327392578125,881.9133911132812,1004.41943359375
idle,3.18,-2326.327392578125,881.9133911132812,1004.41943359375
idle,3.23,-2390.482421875,881.9133911132812,1004.4193115234375
idle,3.28,-2419.602294921875,881.9133911132812,1004.4192504882812
idle,3.361,-2454.5673828125,881.913330078125,1004.419189453125
idle,3.411,-2489.532470703125,881.913330078125,1004.4191284179688
idle,3.464,-2501.15234375,881.913330078125,1004.4190673828125
idle,3.514,-2501.15234375,881.913330078125,1004.4190673828125
idle,3.564,-2501.15234375,881.913330078125,1004.4190673828125
idle,3.615,-2547.7724609375,881.9132690429688,1004.4190063476562
idle,3.665,-2559.427490234375,881.9132690429688,1004.4189453125
idle,3.715,-2600.2373046875,881.9132690429688,1004.4188842773438
idle,3.765,-2629.392333984375,881.9132690429688,1004.4188232421875
idle,3.815,-2658.512451171875,881.9132080078125,1004.4187622070312
idle,3.865,-2664.322265625,881.9132080078125,1004.4187622070312
idle,3.916,-2664.322265625,881.9132080078125,1004.4187622070312
idle,3.968,-2664.322265625,881.9132080078125,1004.4187622070312
idle,4.019,-2728.4423828125,881.9132080078125,1004.4186401367188
idle,4.069,-2740.097412109375,881.9132080078125,1004.4185791015625
idle,4.119,-2792.562255859375,881.9131469726562,1004.41845703125
idle,4.169,-2804.21728515625,881.9131469726562,1004.41845703125
idle,4.221,-2815.83740234375,881.9131469726562,1004.41845703125
idle,4.271,-2815.83740234375,881.9131469726562,1004.41845703125
idle,4.324,-2815.83740234375,881.9131469726562,1004.41845703125
idle,4.374,-2874.147216796875,881.9131469726562,1004.4183349609375
idle,4.424,-2903.267333984375,881.9130859375,1004.4182739257812
idle,4.475,-2938.232421875,881.9130859375,1004.418212890625
idle,4.525,-2973.197265625,881.9130859375,1004.4180908203125
idle,4.575,-2996.50732421875,881.9130249023438,1004.4180908203125
idle,4.627,-3008.162353515625,881.9130249023438,1004.4180297851562
idle,4.677,-3008.162353515625,881.9130249023438,1004.4180297851562
idle,4.727,-3008.162353515625,881.9130249023438,1004.4180297851562
idle,4.778,-3072.2822265625,881.9130249023438,1004.4179077148438
idle,4.863,-3113.09228515625,881.9129638671875,1004.4178466796875
idle,4.913,-3148.057373046875,881.9129638671875,1004.4177856445312
idle,4.963,-3165.522216796875,881.9129638671875,1004.417724609375
idle,5.013,-3165.522216796875,881.9129638671875,1004.417724609375
idle,5.064,-3165.522216796875,881.9129638671875,1004.417724609375
idle,5.114,-3223.832275390625,881.9129028320312,1004.4176025390625
idle,5.164,-3241.29736328125,881.9129028320312,1004.4176025390625
idle,5.214,-3276.26220703125,881.9129028320312,1004.41748046875
idle,5.266,-3299.572265625,881.9129028320312,1004.41748046875
idle,5.316,-3334.537353515625,881.912841796875,1004.4173583984375
idle,5.367,-3340.34716796875,881.912841796875,1004.4173583984375
idle,5.417,-3340.34716796875,881.912841796875,1004.4173583984375
idle,5.467,-3340.34716796875,881.912841796875,1004.4173583984375
idle,5.519,-3416.122314453125,881.912841796875,1004.417236328125
idle,5.569,-3427.77734375,881.912841796875,1004.4171752929688
idle,5.619,-3462.7421875,881.9127807617188,1004.4171142578125
idle,5.669,-3491.897216796875,881.9127807617188,1004.4170532226562
idle,5.719,-3521.017333984375,881.9127807617188,1004.4169921875
idle,5.769,-3521.017333984375,881.9127807617188,1004.4169921875
idle,5.819,-3521.017333984375,881.9127807617188,1004.4169921875
idle,5.87,-3521.017333984375,881.9127807617188,1004.4169921875
idle,5.92,-3585.13720703125,881.9127197265625,1004.4168701171875
idle,5.97,-3608.447265625,881.9127197265625,1004.4168090820312
idle,6.02,-3643.412109375,881.9127197265625,1004.416748046875
idle,6.07,-3655.067138671875,881.9127197265625,1004.416748046875
idle,6.12,-3672.567138671875,881.9126586914062,1004.4166870117188
idle,6.173,-3672.567138671875,881.9126586914062,1004.4166870117188
idle,6.223,-3672.567138671875,881.9126586914062,1004.4166870117188
idle,6.273,-3736.687255859375,881.9126586914062,1004.4165649414062
idle,6.323,-3771.652099609375,881.9126586914062,1004.41650390625
idle,6.374,-3783.30712890625,881.9126586914062,1004.41650390625
idle,6.424,-3829.92724609375,881.91259765625,1004.4163818359375
idle,6.474,-3835.7373046875,881.91259765625,1004.4163818359375
idle,6.531,-3835.7373046875,881.91259765625,1004.4163818359375
idle,6.581,-3835.7373046875,881.91259765625,1004.4163818359375
idle,6.633,-3894.047119140625,881.91259765625,1004.416259765625
idle,6.683,-3905.7021484375,881.9125366210938,1004.416259765625
idle,6.761,-3952.322265625,881.9125366210938,1004.4161376953125
idle,6.811,-3981.442138671875,881.9125366210938,1004.4160766601562
idle,6.863,-3987.252197265625,881.9125366210938,1004.4160766601562
idle,6.913,-3987.252197265625,881.9125366210938,1004.4160766601562
idle,6.963,-3987.252197265625,881.9125366210938,1004.4160766601562
idle,7.013,-4039.71728515625,881.9124755859375,1004.4159545898438
idle,7.064,-4063.027099609375,881.9124755859375,1004.4158935546875
idle,7.114,-4097.9921875,881.9124755859375,1004.4158325195312
idle,7.164,-4109.64697265625,881.9124755859375,1004.4158325195312
idle,7.214,-4150.42236328125,881.9124145507812,1004.415771484375
idle,7.264,-4156.23193359375,881.9124145507812,1004.4157104492188
idle,7.315,-4156.23193359375,881.9124145507812,1004.4157104492188
idle,7.365,-4156.23193359375,881.9124145507812,1004.4157104492188
idle,7.415,-4220.35205078125,881.9124145507812,1004.4155883789062
idle,7.466,-4243.662109375,881.912353515625,1004.41552734375
idle,7.516,-4278.626953125,881.912353515625,1004.4154663085938
idle,7.566,-4307.7822265625,881.912353515625,1004.4154052734375
idle,7.616,-4336.90234375,881.912353515625,1004.4153442382812
idle,7.667,-4336.90234375,881.912353515625,1004.4153442382812
idle,7.717,-4336.90234375,881.912353515625,1004.4153442382812
idle,7.767,-4336.90234375,881.912353515625,1004.4153442382812
idle,7.82,-4401.02197265625,881.9122924804688,1004.4152221679688
idle,7.87,-4424.33203125,881.9122924804688,1004.4152221679688
idle,7.92,-4470.9521484375,881.9122314453125,1004.4151000976562
idle,7.97,-4482.60693359375,881.9122314453125,1004.4151000976562
RT,0.0,-4511.76220703125,881.9122314453125,1004.4150390625
RT,0.05,-4511.76220703125,881.9122314453125,1004.4150390625
RT,0.1,-4511.76220703125,881.9122314453125,1004.4150390625
RT,0.151,-4591.10205078125,881.9121704101562,1004.4148559570312
RT,0.203,-4631.14013671875,881.9121704101562,1004.414794921875
RT,0.253,-4688.6787109375,881.9121704101562,1004.4146728515625
RT,0.303,-4745.97314453125,881.912109375,1004.41455078125
RT,0.353,-4758.11572265625,881.912109375,1004.4144897460938
RT,0.404,-4758.11572265625,881.912109375,1004.4144897460938
RT,0.454,-4758.11572265625,881.912109375,1004.4144897460938
RT,0.504,-4894.6865234375,881.9120483398438,1004.4142456054688
RT,0.554,-4976.0556640625,881.9119873046875,1004.4140625
RT,0.605,-5047.275390625,881.9119262695312,1004.4139404296875
RT,0.655,-5163.5263671875,881.911865234375,1004.4136962890625
RT,0.705,-5203.26416015625,881.911865234375,1004.4136352539062
RT,0.756,-5223.07373046875,881.911865234375,1004.41357421875
RT,0.806,-5223.07373046875,881.911865234375,1004.41357421875
RT,0.857,-5223.07373046875,881.911865234375,1004.41357421875
RT,0.908,-5421.8828125,881.9117431640625,1004.4132080078125
RT,0.989,-5541.0966796875,881.9116821289062,1004.4129638671875
RT,1.039,-5700.048828125,881.91162109375,1004.41259765625
RT,1.09,-5739.78662109375,881.9115600585938,1004.4125366210938
RT,1.14,-5779.52490234375,881.9115600585938,1004.4124755859375
RT,1.19,-5779.52490234375,881.9115600585938,1004.4124755859375
RT,1.24,-5779.52490234375,881.9115600585938,1004.4124755859375
RT,1.29,-5978.333984375,881.9114379882812,1004.4120483398438
RT,1.341,-6097.54833984375,881.911376953125,1004.4118041992188
RT,1.391,-6177.02392578125,881.9113159179688,1004.4116821289062
RT,1.441,-6316.1669921875,881.9112548828125,1004.411376953125
RT,1.491,-6355.90478515625,881.9112548828125,1004.4113159179688
RT,1.541,-6455.3095703125,881.9111938476562,1004.4110717773438
RT,1.591,-6455.3095703125,881.9111938476562,1004.4110717773438
RT,1.641,-6455.3095703125,881.9111938476562,1004.4110717773438
RT,1.691,-6455.3095703125,881.9111938476562,1004.4110717773438
RT,1.742,-6713.666015625,881.9110717773438,1004.4105834960938
RT,1.792,-6793.14208984375,881.9110107421875,1004.410400390625
RT,1.842,-6912.35595703125,881.9109497070312,1004.41015625
RT,1.892,-6952.09423828125,881.9109497070312,1004.4100952148438
RT,1.942,-7011.6416015625,881.910888671875,1004.4099731445312
RT,1.992,-7011.6416015625,881.910888671875,1004.4099731445312
RT,2.042,-7011.6416015625,881.910888671875,1004.4099731445312
RT,2.092,-7011.6416015625,881.910888671875,1004.4099731445312
RT,2.144,-7269.998046875,881.9107666015625,1004.409423828125
RT,2.194,-7369.40283203125,881.9107055664062,1004.4092407226562
RT,2.244,-7488.61669921875,881.91064453125,1004.4089965820312
RT,2.294,-7528.3544921875,881.91064453125,1004.408935546875
RT,2.347,-7587.90185546875,881.9105834960938,1004.4088134765625
RT,2.397,-7587.90185546875,881.9105834960938,1004.4088134765625
RT,2.448,-7587.90185546875,881.9105834960938,1004.4088134765625
RT,2.498,-7587.90185546875,881.9105834960938,1004.4088134765625
RT,2.549,-7826.44921875,881.9104614257812,1004.4083251953125
RT,2.599,-7965.591796875,881.910400390625,1004.4080200195312
RT,2.65,-8084.80615234375,881.9103393554688,1004.4077758789062
RT,2.7,-8124.5439453125,881.9102783203125,1004.40771484375
RT,2.751,-8164.16259765625,881.9102783203125,1004.4076538085938
RT,2.801,-8164.16259765625,881.9102783203125,1004.4076538085938
RT,2.852,-8164.16259765625,881.9102783203125,1004.4076538085938
RT,2.902,-8164.16259765625,881.9102783203125,1004.4076538085938
RT,2.952,-8422.638671875,881.91015625,1004.4071044921875
RT,3.004,-8502.1142578125,881.9100952148438,1004.4069213867188
RT,3.054,-8621.3291015625,881.9100341796875,1004.4066772460938
RT,3.104,-8661.06640625,881.9100341796875,1004.4066162109375
RT,3.155,-8740.4228515625,881.9099731445312,1004.4064331054688
RT,3.205,-8740.4228515625,881.9099731445312,1004.4064331054688
RT,3.29,-8740.4228515625,881.9099731445312,1004.4064331054688
RT,3.34,-8939.232421875,881.9098510742188,1004.4060668945312
RT,3.39,-8998.7802734375,881.9098510742188,1004.4059448242188
RT,3.44,-9137.9228515625,881.9097290039062,1004.4056396484375
RT,3.49,-9177.66015625,881.9097290039062,1004.4055786132812
RT,3.54,-9276.9462890625,881.90966796875,1004.4053955078125
RT,3.592,-9296.7548828125,881.90966796875,1004.4053344726562
RT,3.642,-9296.7548828125,881.90966796875,1004.4053344726562
RT,3.692,-9296.7548828125,881.90966796875,1004.4053344726562
RT,3.747,-9555.1123046875,881.9095458984375,1004.40478515625
RT,3.797,-9614.7783203125,881.9094848632812,1004.4046630859375
RT,3.847,-9733.9921875,881.909423828125,1004.4044189453125
RT,3.898,-9793.6591796875,881.909423828125,1004.404296875
RT,3.948,-9873.015625,881.9093627929688,1004.4041748046875
RT,3.998,-9873.015625,881.9093627929688,1004.4041748046875
RT,4.048,-9873.015625,881.9093627929688,1004.4041748046875
RT,4.098,-9873.015625,881.9093627929688,1004.4041748046875
RT,4.148,-10111.5634765625,881.9092407226562,1004.4036865234375
RT,4.198,-10151.30078125,881.9092407226562,1004.4036254882812
RT,4.249,-10310.2529296875,881.9091186523438,1004.4032592773438
RT,4.3,-10349.9912109375,881.9091186523438,1004.4031982421875
RT,4.35,-10469.205078125,881.9090576171875,1004.4029541015625
RT,4.4,-10469.205078125,881.9090576171875,1004.4029541015625
RT,4.451,-10469.205078125,881.9090576171875,1004.4029541015625
RT,4.501,-10469.205078125,881.9090576171875,1004.4029541015625
RT,4.551,-10727.5615234375,881.9088745117188,1004.4024047851562
RT,4.601,-10727.5615234375,881.9088745117188,1004.4024047851562
RT,4.651,-10906.4423828125,881.9088134765625,1004.4020385742188
RT,4.704,-11005.8466796875,881.9087524414062,1004.40185546875
RT,4.754,-11065.39453125,881.9087524414062,1004.4017333984375
RT,4.804,-11065.39453125,881.9087524414062,1004.4017333984375
RT,4.855,-11065.39453125,881.9087524414062,1004.4017333984375
RT,4.905,-11065.39453125,881.9087524414062,1004.4017333984375
RT,4.957,-11323.7509765625,881.9085693359375,1004.4012451171875
RT,5.007,-11423.15625,881.9085083007812,1004.4010009765625
RT,5.058,-11542.3701171875,881.908447265625,1004.4007568359375
RT,5.108,-11621.845703125,881.908447265625,1004.400634765625
RT,5.158,-11681.3935546875,881.9083862304688,1004.4005126953125
RT,5.208,-11681.3935546875,881.9083862304688,1004.4005126953125
RT,5.259,-11681.3935546875,881.9083862304688,1004.4005126953125
RT,5.309,-11681.3935546875,881.9083862304688,1004.4005126953125
RT,5.36,-11939.75,881.9082641601562,1004.3999633789062
RT,5.41,-12058.9638671875,881.908203125,1004.3997192382812
RT,5.489,-12178.177734375,881.9081420898438,1004.3994750976562
RT,5.539,-12297.3916015625,881.9080810546875,1004.3992309570312
RT,5.59,-12297.3916015625,881.9080810546875,1004.3992309570312
RT,5.64,-12297.3916015625,881.9080810546875,1004.3992309570312
RT,5.69,-12297.3916015625,881.9080810546875,1004.3992309570312
RT,5.743,-12555.748046875,881.9078979492188,1004.3987426757812
RT,5.793,-12595.486328125,881.9078979492188,1004.398681640625
RT,5.844,-12714.7001953125,881.9078369140625,1004.3984375
RT,5.894,-12814.10546875,881.9077758789062,1004.398193359375
RT,5.944,-12913.390625,881.90771484375,1004.3980102539062
RT,5.994,-12913.390625,881.90771484375,1004.3980102539062
RT,6.044,-12913.390625,881.90771484375,1004.3980102539062
RT,6.094,-12913.390625,881.90771484375,1004.3980102539062
RT,6.144,-13132.0087890625,881.9075927734375,1004.3975830078125
RT,6.195,-13171.7470703125,881.9075927734375,1004.3975219726562
RT,6.246,-13350.6279296875,881.907470703125,1004.3971557617188
RT,6.296,-13390.365234375,881.907470703125,1004.3970336914062
RT,6.347,-13489.6513671875,881.9074096679688,1004.3968505859375
RT,6.397,-13489.6513671875,881.9074096679688,1004.3968505859375
RT,6.447,-13489.6513671875,881.9074096679688,1004.3968505859375
RT,6.497,-13489.6513671875,881.9074096679688,1004.3968505859375
RT,6.548,-13728.1982421875,881.9072875976562,1004.3963623046875
RT,6.598,-13807.673828125,881.9072265625,1004.3961791992188
RT,6.649,-13966.6259765625,881.9071655273438,1004.3958740234375
RT,6.701,-14066.03125,881.9071044921875,1004.3956909179688
RT,6.752,-14125.578125,881.9071044921875,1004.3955688476562
RT,6.802,-14125.578125,881.9071044921875,1004.3955688476562
RT,6.852,-14125.578125,881.9071044921875,1004.3955688476562
RT,6.902,-14125.578125,881.9071044921875,1004.3955688476562
RT,6.952,-14383.9345703125,881.9069213867188,1004.39501953125
RT,7.002,-14443.6015625,881.9069213867188,1004.3948974609375
RT,7.052,-14562.8154296875,881.9068603515625,1004.3946533203125
RT,7.102,-14602.5537109375,881.9067993164062,1004.3945922851562
RT,7.152,-14721.767578125,881.90673828125,1004.3943481445312
RT,7.202,-14721.767578125,881.90673828125,1004.3943481445312
RT,7.252,-14721.767578125,881.90673828125,1004.3943481445312
RT,7.302,-14721.767578125,881.90673828125,1004.3943481445312
RT,7.354,-14960.314453125,881.9066162109375,1004.3938598632812
RT,7.404,-15059.7197265625,881.9065551757812,1004.3936767578125
RT,7.455,-15178.93359375,881.906494140625,1004.3934326171875
RT,7.505,-15278.337890625,881.9064331054688,1004.3932495117188
RT,7.555,-15337.8857421875,881.9064331054688,1004.3931274414062
RT,7.605,-15337.8857421875,881.9064331054688,1004.3931274414062
RT,7.656,-15337.8857421875,881.9064331054688,1004.3931274414062
RT,7.706,-15496.95703125,881.9063720703125,1004.3927612304688
RT,7.756,-15596.2421875,881.9063110351562,1004.392578125
RT,7.806,-15655.9091796875,881.90625,1004.3924560546875
RT,7.857,-15775.123046875,881.9061889648438,1004.3922119140625
RT,7.907,-15874.52734375,881.9061279296875,1004.3920288085938
RT,7.957,-15894.3369140625,881.9061279296875,1004.3919677734375
coast,0.0,-15894.3369140625,881.9061279296875,1004.3919677734375
coast,0.05,-15894.3369140625,881.9061279296875,1004.3919677734375
coast,0.1,-16132.259765625,881.906005859375,1004.3914794921875
coast,0.15,-16228.6279296875,881.9059448242188,1004.3912963867188
coast,0.201,-16341.4130859375,881.9058837890625,1004.3910522460938
coast,0.251,-16414.818359375,881.9058837890625,1004.3909301757812
coast,0.302,-16432.935546875,881.9058227539062,1004.390869140625
coast,0.352,-16432.935546875,881.9058227539062,1004.390869140625
coast,0.402,-16432.935546875,881.9058227539062,1004.390869140625
coast,0.453,-16589.41015625,881.90576171875,1004.3905639648438
coast,0.503,-16674.68359375,881.9057006835938,1004.390380859375
coast,0.553,-16741.302734375,881.9057006835938,1004.3902587890625
coast,0.603,-16838.55078125,881.9056396484375,1004.3900756835938
coast,0.653,-16870.25390625,881.9056396484375,1004.3900146484375
coast,0.705,-16885.966796875,881.9055786132812,1004.3899536132812
coast,0.755,-16885.966796875,881.9055786132812,1004.3899536132812
coast,0.805,-16885.966796875,881.9055786132812,1004.3899536132812
coast,0.855,-17035.544921875,881.905517578125,1004.3896484375
coast,0.906,-17122.61328125,881.9054565429688,1004.3894653320312
coast,0.956,-17150.923828125,881.9054565429688,1004.389404296875
coast,1.006,-17233.70703125,881.9053955078125,1004.3892822265625
coast,1.056,-17260.5859375,881.9053955078125,1004.3892211914062
coast,1.107,-17287.109375,881.9053955078125,1004.38916015625
coast,1.157,-17287.109375,881.9053955078125,1004.38916015625
coast,1.207,-17387.55859375,881.9053344726562,1004.3889770507812
coast,1.259,-17424.537109375,881.9053344726562,1004.3888549804688
coast,1.309,-17496.0703125,881.9052734375,1004.3887329101562
coast,1.359,-17541.97265625,881.9052734375,1004.3886108398438
coast,1.409,-17586.4453125,881.9052124023438,1004.3885498046875
coast,1.459,-17629.4921875,881.9052124023438,1004.3884887695312
coast,1.509,-17629.4921875,881.9052124023438,1004.3884887695312
coast,1.559,-17629.4921875,881.9052124023438,1004.3884887695312
coast,1.611,-17718.390625,881.9051513671875,1004.3883056640625
coast,1.661,-17747.33984375,881.9051513671875,1004.3882446289062
coast,1.737,-17802.796875,881.9050903320312,1004.3881225585938
coast,1.787,-17855.041015625,881.9050903320312,1004.3880004882812
coast,1.837,-17871.7421875,881.9050903320312,1004.387939453125
coast,1.889,-17896.01171875,881.905029296875,1004.387939453125
coast,1.942,-17896.01171875,881.905029296875,1004.387939453125
coast,1.992,-17896.01171875,881.905029296875,1004.387939453125
coast,2.042,-17976.451171875,881.905029296875,1004.3877563476562
coast,2.098,-18003.77734375,881.905029296875,1004.3876953125
coast,2.148,-18016.90625,881.9049682617188,1004.3876953125
coast,2.198,-18071.580078125,881.9049682617188,1004.3875732421875
coast,2.248,-18077.390625,881.9049682617188,1004.3875732421875
coast,2.302,-18077.390625,881.9049682617188,1004.3875732421875
coast,2.352,-18077.390625,881.9049682617188,1004.3875732421875
coast,2.402,-18135.69921875,881.9049072265625,1004.387451171875
coast,2.452,-18147.35546875,881.9049072265625,1004.3873901367188
coast,2.537,-18193.974609375,881.9049072265625,1004.3873291015625
coast,2.587,-18228.939453125,881.9049072265625,1004.3872680664062
coast,2.638,-18234.75,881.9049072265625,1004.38720703125
coast,2.688,-18234.75,881.9049072265625,1004.38720703125
coast,2.738,-18234.75,881.9049072265625,1004.38720703125
coast,2.788,-18293.060546875,881.9048461914062,1004.3870849609375
coast,2.84,-18310.525390625,881.9048461914062,1004.3870849609375
coast,2.89,-18345.490234375,881.9048461914062,1004.3870239257812
coast,2.94,-18357.14453125,881.90478515625,1004.386962890625
coast,2.99,-18386.265625,881.90478515625,1004.3869018554688
coast,3.043,-18392.07421875,881.90478515625,1004.3869018554688
coast,3.093,-18392.07421875,881.90478515625,1004.3869018554688
coast,3.143,-18392.07421875,881.90478515625,1004.3869018554688
coast,3.193,-18467.849609375,881.9047241210938,1004.3867797851562
coast,3.243,-18479.505859375,881.9047241210938,1004.38671875
coast,3.293,-18514.470703125,881.9047241210938,1004.3866577148438
coast,3.343,-18537.779296875,881.9047241210938,1004.3865966796875
coast,3.394,-18561.0546875,881.9047241210938,1004.3865966796875
coast,3.445,-18561.0546875,881.9047241210938,1004.3865966796875
coast,3.495,-18561.0546875,881.9047241210938,1004.3865966796875
coast,3.546,-18561.0546875,881.9047241210938,1004.3865966796875
coast,3.596,-18631.01953125,881.9046630859375,1004.3864135742188
coast,3.646,-18654.330078125,881.9046630859375,1004.3863525390625
coast,3.697,-18700.94921875,881.9046020507812,1004.3862915039062
coast,3.747,-18712.60546875,881.9046020507812,1004.3862915039062
coast,3.797,-18747.5703125,881.9046020507812,1004.3861694335938
coast,3.847,-18747.5703125,881.9046020507812,1004.3861694335938
coast,3.897,-18747.5703125,881.9046020507812,1004.3861694335938
coast,3.947,-18747.5703125,881.9046020507812,1004.3861694335938
coast,3.998,-18823.345703125,881.904541015625,1004.3860473632812
coast,4.048,-18846.654296875,881.904541015625,1004.385986328125
coast,4.098,-18881.619140625,881.904541015625,1004.3859252929688
coast,4.148,-18904.9296875,881.904541015625,1004.3858642578125
coast,4.199,-18910.740234375,881.904541015625,1004.3858642578125
coast,4.249,-18910.740234375,881.904541015625,1004.3858642578125
coast,4.299,-18910.740234375,881.904541015625,1004.3858642578125
coast,4.349,-18910.740234375,881.904541015625,1004.3858642578125
coast,4.399,-18980.705078125,881.9044799804688,1004.3857421875
coast,4.449,-19021.515625,881.9044799804688,1004.3856201171875
coast,4.499,-19056.48046875,881.9044189453125,1004.3855590820312
coast,4.549,-19068.134765625,881.9044189453125,1004.3855590820312
coast,4.6,-19073.9453125,881.9044189453125,1004.385498046875
coast,4.65,-19073.9453125,881.9044189453125,1004.385498046875
coast,4.7,-19073.9453125,881.9044189453125,1004.385498046875
coast,4.751,-19138.099609375,881.9044189453125,1004.3853759765625
coast,4.801,-19155.564453125,881.9043579101562,1004.3853759765625
coast,4.851,-19190.529296875,881.9043579101562,1004.3853149414062
coast,4.902,-19225.494140625,881.9043579101562,1004.3851928710938
coast,4.952,-19237.150390625,881.9043579101562,1004.3851928710938
coast,5.005,-19242.958984375,881.9043579101562,1004.3851928710938
coast,5.055,-19242.958984375,881.9043579101562,1004.3851928710938
coast,5.109,-19242.958984375,881.9043579101562,1004.3851928710938
coast,5.159,-19312.92578125,881.904296875,1004.3850708007812
coast,5.209,-19347.890625,881.904296875,1004.3849487304688
coast,5.259,-19377.044921875,881.9042358398438,1004.3848876953125
coast,5.31,-19412.009765625,881.9042358398438,1004.3848266601562
coast,5.36,-19423.6640625,881.9042358398438,1004.3848266601562
coast,5.411,-19423.6640625,881.9042358398438,1004.3848266601562
coast,5.461,-19423.6640625,881.9042358398438,1004.3848266601562
coast,5.537,-19481.974609375,881.9042358398438,1004.3847045898438
coast,5.587,-19522.78515625,881.9041748046875,1004.3846435546875
coast,5.637,-19534.439453125,881.9041748046875,1004.3845825195312
coast,5.687,-19569.404296875,881.9041748046875,1004.384521484375
coast,5.737,-19586.869140625,881.9041748046875,1004.3844604492188
coast,5.787,-19586.869140625,881.9041748046875,1004.3844604492188
coast,5.839,-19586.869140625,881.9041748046875,1004.3844604492188
coast,5.889,-19586.869140625,881.9041748046875,1004.3844604492188
coast,5.939,-19650.990234375,881.9041137695312,1004.3843383789062
coast,5.989,-19685.955078125,881.9041137695312,1004.38427734375
coast,6.039,-19697.609375,881.9041137695312,1004.38427734375
coast,6.09,-19744.23046875,881.904052734375,1004.3841552734375
coast,6.14,-19755.849609375,881.904052734375,1004.3841552734375
coast,6.192,-19755.849609375,881.904052734375,1004.3841552734375
coast,6.242,-19755.849609375,881.904052734375,1004.3841552734375
coast,6.292,-19814.16015625,881.904052734375,1004.384033203125
coast,6.343,-19831.625,881.9039916992188,1004.3839721679688
coast,6.393,-19878.244140625,881.9039916992188,1004.3839111328125
coast,6.443,-19889.900390625,881.9039916992188,1004.3838500976562
coast,6.494,-19913.173828125,881.9039916992188,1004.3838500976562
coast,6.544,-19913.173828125,881.9039916992188,1004.3838500976562
coast,6.594,-19913.173828125,881.9039916992188,1004.3838500976562
coast,6.644,-19913.173828125,881.9039916992188,1004.3838500976562
coast,6.694,-19988.94921875,881.9039306640625,1004.3836669921875
coast,6.744,-20006.44921875,881.9039306640625,1004.3836059570312
coast,6.795,-20041.4140625,881.9039306640625,1004.383544921875
coast,6.846,-20070.5703125,881.9038696289062,1004.3834838867188
coast,6.896,-20088.03515625,881.9038696289062,1004.3834838867188
coast,6.946,-20088.03515625,881.9038696289062,1004.3834838867188
coast,6.996,-20088.03515625,881.9038696289062,1004.3834838867188
coast,7.046,-20088.03515625,881.9038696289062,1004.3834838867188
coast,7.097,-20152.154296875,881.9038696289062,1004.3833618164062
coast,7.147,-20192.96484375,881.90380859375,1004.3832397460938
coast,7.197,-20227.9296875,881.90380859375,1004.3831787109375
coast,7.247,-20245.4296875,881.90380859375,1004.3831787109375
coast,7.298,-20257.083984375,881.90380859375,1004.3831176757812
coast,7.348,-20257.083984375,881.90380859375,1004.3831176757812
coast,7.399,-20257.083984375,881.90380859375,1004.3831176757812
coast,7.449,-20315.39453125,881.9037475585938,1004.3829956054688
coast,7.499,-20344.515625,881.9037475585938,1004.3829345703125
coast,7.55,-20367.82421875,881.9037475585938,1004.3828735351562
coast,7.6,-20414.4453125,881.9036865234375,1004.3828125
coast,7.65,-20426.099609375,881.9036865234375,1004.3828125
coast,7.702,-20437.75390625,881.9036865234375,1004.3827514648438
coast,7.752,-20437.75390625,881.9036865234375,1004.3827514648438
coast,7.802,-20437.75390625,881.9036865234375,1004.3827514648438
coast,7.852,-20507.71875,881.9036865234375,1004.3826293945312
coast,7.902,-20542.685546875,881.9036254882812,1004.382568359375
coast,7.952,-20554.33984375,881.9036254882812,1004.3825073242188
LT,0.0,-20600.958984375,881.9036254882812,1004.3824462890625
LT,0.05,-20600.958984375,881.9036254882812,1004.3824462890625
LT,0.104,-20600.958984375,881.9036254882812,1004.3824462890625
LT,0.175,-20641.892578125,881.903564453125,1004.38232421875
LT,0.225,-20670.3359375,881.903564453125,1004.3822631835938
LT,0.275,-20679.1328125,881.903564453125,1004.3822631835938
LT,0.325,-20703.380859375,881.903564453125,1004.3822021484375
LT,0.376,-20714.333984375,881.903564453125,1004.3822021484375
LT,0.426,-20714.333984375,881.903564453125,1004.3822021484375
LT,0.479,-20714.333984375,881.903564453125,1004.3822021484375
LT,0.529,-20714.333984375,881.903564453125,1004.3822021484375
LT,0.579,-20745.40234375,881.9035034179688,1004.3821411132812
LT,0.629,-20758.935546875,881.9035034179688,1004.3821411132812
LT,0.679,-20762.732421875,881.9035034179688,1004.382080078125
LT,0.729,-20772.962890625,881.9035034179688,1004.382080078125
LT,0.779,-20778.05078125,881.9035034179688,1004.382080078125
LT,0.829,-20778.05078125,881.9035034179688,1004.382080078125
LT,0.88,-20778.05078125,881.9035034179688,1004.382080078125
LT,0.93,-20795.037109375,881.9035034179688,1004.3820190429688
LT,0.981,-20800.125,881.9035034179688,1004.3820190429688
LT,1.031,-20808.619140625,881.9035034179688,1004.3820190429688
LT,1.081,-20817.11328125,881.9035034179688,1004.3820190429688
LT,1.131,-20827.298828125,881.9035034179688,1004.3819580078125
LT,1.183,-20828.990234375,881.9035034179688,1004.3819580078125
LT,1.233,-20828.990234375,881.9035034179688,1004.3819580078125
LT,1.283,-20828.990234375,881.9035034179688,1004.3819580078125
LT,1.335,-20847.669921875,881.9035034179688,1004.3819580078125
LT,1.386,-20854.4609375,881.9034423828125,1004.3818969726562
LT,1.436,-20864.646484375,881.9034423828125,1004.3818969726562
LT,1.486,-20868.041015625,881.9034423828125,1004.3818969726562
LT,1.536,-20874.822265625,881.9034423828125,1004.3818969726562
LT,1.586,-20874.822265625,881.9034423828125,1004.3818969726562
LT,1.636,-20874.822265625,881.9034423828125,1004.3818969726562
LT,1.686,-20874.822265625,881.9034423828125,1004.3818969726562
LT,1.737,-20895.203125,881.9034423828125,1004.3818359375
LT,1.787,-20903.697265625,881.9034423828125,1004.3818359375
LT,1.837,-20913.8828125,881.9034423828125,1004.3817749023438
LT,1.887,-20917.279296875,881.9034423828125,1004.3817749023438
LT,1.937,-20924.068359375,881.9034423828125,1004.3817749023438
LT,1.987,-20924.068359375,881.9034423828125,1004.3817749023438
LT,2.037,-20924.068359375,881.9034423828125,1004.3817749023438
LT,2.088,-20924.068359375,881.9034423828125,1004.3817749023438
LT,2.139,-20946.14453125,881.9034423828125,1004.3817138671875
LT,2.189,-20956.330078125,881.9034423828125,1004.3817138671875
LT,2.239,-20966.515625,881.9034423828125,1004.3817138671875
LT,2.289,-20969.91015625,881.9033813476562,1004.3817138671875
LT,2.34,-20971.603515625,881.9033813476562,1004.3816528320312
LT,2.39,-20971.603515625,881.9033813476562,1004.3816528320312
LT,2.44,-20971.603515625,881.9033813476562,1004.3816528320312
LT,2.492,-20991.974609375,881.9033813476562,1004.3816528320312
LT,2.542,-21002.16015625,881.9033813476562,1004.381591796875
LT,2.592,-21005.556640625,881.9033813476562,1004.381591796875
LT,2.642,-21015.7421875,881.9033813476562,1004.381591796875
LT,2.693,-21017.435546875,881.9033813476562,1004.381591796875
LT,2.775,-21017.435546875,881.9033813476562,1004.381591796875
LT,2.825,-21017.435546875,881.9033813476562,1004.381591796875
LT,2.878,-21037.81640625,881.9033813476562,1004.3815307617188
LT,2.928,-21048.001953125,881.9033813476562,1004.3815307617188
LT,2.978,-21051.3984375,881.9033813476562,1004.3815307617188
LT,3.029,-21061.583984375,881.9033813476562,1004.3814697265625
LT,3.079,-21063.275390625,881.9033813476562,1004.3814697265625
LT,3.129,-21063.275390625,881.9033813476562,1004.3814697265625
LT,3.179,-21063.275390625,881.9033813476562,1004.3814697265625
LT,3.229,-21081.955078125,881.9033203125,1004.3814697265625
LT,3.279,-21090.44921875,881.9033203125,1004.3814697265625
LT,3.329,-21097.240234375,881.9033203125,1004.3814086914062
LT,3.379,-21100.634765625,881.9033203125,1004.3814086914062
LT,3.429,-21110.8203125,881.9033203125,1004.3814086914062
LT,3.48,-21110.8203125,881.9033203125,1004.3814086914062
LT,3.53,-21110.8203125,881.9033203125,1004.3814086914062
LT,3.58,-21110.8203125,881.9033203125,1004.3814086914062
LT,3.631,-21132.89453125,881.9033203125,1004.38134765625
LT,3.681,-21143.080078125,881.9033203125,1004.38134765625
LT,3.731,-21153.267578125,881.9033203125,1004.3812866210938
LT,3.781,-21160.056640625,881.9033203125,1004.3812866210938
LT,3.831,-21163.453125,881.9033203125,1004.3812866210938
LT,3.882,-21163.453125,881.9033203125,1004.3812866210938
LT,3.932,-21163.453125,881.9033203125,1004.3812866210938
LT,3.982,-21177.033203125,881.9033203125,1004.3812866210938
LT,4.035,-21188.921875,881.9033203125,1004.3812255859375
LT,4.085,-21199.107421875,881.9032592773438,1004.3812255859375
LT,4.135,-21205.8984375,881.9032592773438,1004.3812255859375
LT,4.187,-21207.591796875,881.9032592773438,1004.3812255859375
LT,4.237,-21207.591796875,881.9032592773438,1004.3812255859375
LT,4.287,-21207.591796875,881.9032592773438,1004.3812255859375
LT,4.337,-21222.875,881.9032592773438,1004.3811645507812
LT,4.387,-21229.666015625,881.9032592773438,1004.3811645507812
LT,4.437,-21239.8515625,881.9032592773438,1004.3811645507812
LT,4.487,-21244.94921875,881.9032592773438,1004.381103515625
LT,4.537,-21251.73046875,881.9032592773438,1004.381103515625
LT,4.587,-21251.73046875,881.9032592773438,1004.381103515625
LT,4.638,-21251.73046875,881.9032592773438,1004.381103515625
LT,4.688,-21251.73046875,881.9032592773438,1004.381103515625
LT,4.741,-21272.111328125,881.9032592773438,1004.381103515625
LT,4.791,-21284.0,881.9032592773438,1004.3810424804688
LT,4.841,-21290.791015625,881.9032592773438,1004.3810424804688
LT,4.891,-21297.58203125,881.9032592773438,1004.3810424804688
LT,4.942,-21299.275390625,881.9032592773438,1004.3810424804688
LT,4.992,-21299.275390625,881.9032592773438,1004.3810424804688
LT,5.042,-21299.275390625,881.9032592773438,1004.3810424804688
LT,5.092,-21316.26171875,881.9031982421875,1004.3809814453125
LT,5.142,-21324.744140625,881.9031982421875,1004.3809814453125
LT,5.192,-21331.53515625,881.9031982421875,1004.3809814453125
LT,5.242,-21341.720703125,881.9031982421875,1004.3809204101562
LT,5.292,-21346.818359375,881.9031982421875,1004.3809204101562
LT,5.343,-21350.21484375,881.9031982421875,1004.3809204101562
LT,5.393,-21350.21484375,881.9031982421875,1004.3809204101562
LT,5.443,-21362.103515625,881.9031982421875,1004.3809204101562
LT,5.493,-21370.5859375,881.9031982421875,1004.380859375
LT,5.578,-21380.771484375,881.9031982421875,1004.380859375
LT,5.628,-21390.95703125,881.9031982421875,1004.380859375
LT,5.678,-21396.044921875,881.9031982421875,1004.3807983398438
LT,5.728,-21396.044921875,881.9031982421875,1004.3807983398438
LT,5.778,-21396.044921875,881.9031982421875,1004.3807983398438
LT,5.828,-21413.03125,881.9031982421875,1004.3807983398438
LT,5.882,-21418.119140625,881.9031982421875,1004.3807983398438
LT,5.932,-21430.0078125,881.9031372070312,1004.3807373046875
LT,5.983,-21436.798828125,881.9031372070312,1004.3807373046875
LT,6.033,-21443.58984375,881.9031372070312,1004.3807373046875
LT,6.085,-21445.283203125,881.9031372070312,1004.3807373046875
LT,6.135,-21445.283203125,881.9031372070312,1004.3807373046875
LT,6.185,-21445.283203125,881.9031372070312,1004.3807373046875
LT,6.235,-21463.9609375,881.9031372070312,1004.3806762695312
LT,6.285,-21469.060546875,881.9031372070312,1004.3806762695312
LT,6.335,-21479.24609375,881.9031372070312,1004.3806762695312
LT,6.385,-21482.640625,881.9031372070312,1004.3806762695312
LT,6.438,-21489.431640625,881.9031372070312,1004.380615234375
LT,6.488,-21489.431640625,881.9031372070312,1004.380615234375
LT,6.538,-21489.431640625,881.9031372070312,1004.380615234375
LT,6.588,-21506.41796875,881.9031372070312,1004.380615234375
LT,6.638,-21514.900390625,881.9031372070312,1004.3805541992188
LT,6.689,-21525.087890625,881.9031372070312,1004.3805541992188
LT,6.739,-21535.2734375,881.9031372070312,1004.3805541992188
LT,6.789,-21538.66796875,881.903076171875,1004.3805541992188
LT,6.84,-21542.064453125,881.903076171875,1004.3805541992188
LT,6.89,-21542.064453125,881.903076171875,1004.3805541992188
LT,6.94,-21542.064453125,881.903076171875,1004.3805541992188
LT,6.99,-21560.7421875,881.903076171875,1004.3804931640625
LT,7.075,-21570.927734375,881.903076171875,1004.3804931640625
LT,7.125,-21581.115234375,881.903076171875,1004.3804321289062
LT,7.175,-21586.203125,881.903076171875,1004.3804321289062
LT,7.225,-21586.203125,881.903076171875,1004.3804321289062
LT,7.275,-21586.203125,881.903076171875,1004.3804321289062
LT,7.325,-21603.189453125,881.903076171875,1004.3804321289062
LT,7.376,-21608.27734375,881.903076171875,1004.38037109375
LT,7.426,-21620.166015625,881.903076171875,1004.38037109375
LT,7.476,-21620.166015625,881.903076171875,1004.38037109375
LT,7.526,-21632.04296875,881.903076171875,1004.38037109375
LT,7.577,-21633.736328125,881.903076171875,1004.38037109375
LT,7.627,-21633.736328125,881.903076171875,1004.38037109375
LT,7.677,-21633.736328125,881.903076171875,1004.38037109375
LT,7.729,-21652.416015625,881.9030151367188,1004.3803100585938
LT,7.779,-21659.20703125,881.9030151367188,1004.3803100585938
LT,7.829,-21672.787109375,881.9030151367188,1004.3802490234375
LT,7.879,-21676.18359375,881.9030151367188,1004.3802490234375
LT,7.929,-21681.271484375,881.9030151367188,1004.3802490234375
LT,7.979,-21681.271484375,881.9030151367188,1004.3802490234375
coast2,0.0,-21699.958984375,881.9030151367188,1004.3801879882812
coast2,0.05,-21709.087890625,881.9030151367188,1004.3801879882812
coast2,0.1,-21722.490234375,881.9030151367188,1004.3801879882812
coast2,0.15,-21733.17578125,881.9030151367188,1004.380126953125
coast2,0.2,-21748.78125,881.9030151367188,1004.380126953125
coast2,0.25,-21748.78125,881.9030151367188,1004.380126953125
coast2,0.301,-21748.78125,881.9030151367188,1004.380126953125
coast2,0.351,-21780.17578125,881.9029541015625,1004.3800659179688
coast2,0.401,-21797.376953125,881.9029541015625,1004.3800048828125
coast2,0.478,-21826.087890625,881.9029541015625,1004.3799438476562
coast2,0.528,-21858.291015625,881.9029541015625,1004.3798828125
coast2,0.579,-21875.611328125,881.9029541015625,1004.3798828125
coast2,0.629,-21875.611328125,881.9029541015625,1004.3798828125
coast2,0.68,-21875.611328125,881.9029541015625,1004.3798828125
coast2,0.73,-21875.611328125,881.9029541015625,1004.3798828125
coast2,0.78,-21951.38671875,881.9028930664062,1004.3796997070312
coast2,0.83,-21986.3515625,881.9028930664062,1004.379638671875
coast2,0.881,-21998.005859375,881.90283203125,1004.3795776367188
coast2,0.932,-22044.626953125,881.90283203125,1004.3795166015625
coast2,0.982,-22062.091796875,881.90283203125,1004.3794555664062
coast2,1.032,-22062.091796875,881.90283203125,1004.3794555664062
coast2,1.082,-22062.091796875,881.90283203125,1004.3794555664062
coast2,1.132,-22062.091796875,881.90283203125,1004.3794555664062
coast2,1.183,-22143.7109375,881.9027709960938,1004.3793334960938
coast2,1.233,-22178.677734375,881.9027709960938,1004.3792114257812
coast2,1.283,-22190.33203125,881.9027709960938,1004.3792114257812
coast2,1.333,-22236.951171875,881.9027099609375,1004.379150390625
coast2,1.383,-22242.76171875,881.9027099609375,1004.3790893554688
coast2,1.433,-22242.76171875,881.9027099609375,1004.3790893554688
coast2,1.483,-22242.76171875,881.9027099609375,1004.3790893554688
coast2,1.533,-22289.416015625,881.9027099609375,1004.3790283203125
coast2,1.583,-22318.537109375,881.9027099609375,1004.3789672851562
coast2,1.634,-22353.501953125,881.9026489257812,1004.37890625
coast2,1.684,-22365.15625,881.9026489257812,1004.3788452148438
coast2,1.734,-22411.77734375,881.9026489257812,1004.3787841796875
coast2,1.784,-22417.5859375,881.9026489257812,1004.3787841796875
coast2,1.834,-22417.5859375,881.9026489257812,1004.3787841796875
coast2,1.885,-22417.5859375,881.9026489257812,1004.3787841796875
coast2,1.935,-22475.896484375,881.902587890625,1004.378662109375
coast2,1.989,-22493.361328125,881.902587890625,1004.3786010742188
coast2,2.042,-22539.982421875,881.902587890625,1004.3785400390625
coast2,2.092,-22563.291015625,881.9025268554688,1004.3784790039062
coast2,2.143,-22592.412109375,881.9025268554688,1004.37841796875
coast2,2.194,-22598.22265625,881.9025268554688,1004.37841796875
coast2,2.279,-22598.22265625,881.9025268554688,1004.37841796875
coast2,2.329,-22598.22265625,881.9025268554688,1004.37841796875
coast2,2.38,-22662.341796875,881.9025268554688,1004.3782348632812
coast2,2.43,-22708.9609375,881.9024658203125,1004.378173828125
coast2,2.48,-22708.9609375,881.9024658203125,1004.378173828125
coast2,2.531,-22743.92578125,881.9024658203125,1004.3781127929688
coast2,2.581,-22761.392578125,881.9024658203125,1004.3780517578125
coast2,2.631,-22761.392578125,881.9024658203125,1004.3780517578125
coast2,2.681,-22761.392578125,881.9024658203125,1004.3780517578125
coast2,2.731,-22761.392578125,881.9024658203125,1004.3780517578125
coast2,2.781,-22837.166015625,881.9024047851562,1004.3779296875
coast2,2.832,-22872.130859375,881.9024047851562,1004.3778686523438
coast2,2.882,-22883.787109375,881.9024047851562,1004.3778076171875
coast2,2.933,-22930.40625,881.90234375,1004.3777465820312
coast2,2.983,-22942.02734375,881.90234375,1004.377685546875
coast2,3.033,-22942.02734375,881.90234375,1004.377685546875
coast2,3.083,-22942.02734375,881.90234375,1004.377685546875
coast2,3.133,-22994.52734375,881.90234375,1004.3775634765625
coast2,3.183,-23011.9921875,881.90234375,1004.3775634765625
coast2,3.234,-23046.95703125,881.9022827148438,1004.3775024414062
coast2,3.284,-23058.611328125,881.9022827148438,1004.37744140625
coast2,3.334,-23105.232421875,881.9022827148438,1004.3773803710938
coast2,3.384,-23111.041015625,881.9022827148438,1004.3773803710938
coast2,3.435,-23111.041015625,881.9022827148438,1004.3773803710938
coast2,3.485,-23111.041015625,881.9022827148438,1004.3773803710938
coast2,3.535,-23163.541015625,881.9022216796875,1004.3772583007812
coast2,3.587,-23181.005859375,881.9022216796875,1004.377197265625
coast2,3.677,-23221.81640625,881.9022216796875,1004.3771362304688
coast2,3.728,-23256.78125,881.9021606445312,1004.3770751953125
coast2,3.778,-23274.24609375,881.9021606445312,1004.3770141601562
coast2,3.828,-23274.24609375,881.9021606445312,1004.3770141601562
coast2,3.878,-23274.24609375,881.9021606445312,1004.3770141601562
coast2,3.928,-23274.24609375,881.9021606445312,1004.3770141601562
coast2,3.979,-23344.2109375,881.9021606445312,1004.3768920898438
coast2,4.029,-23379.17578125,881.902099609375,1004.3768310546875
coast2,4.079,-23390.83203125,881.902099609375,1004.3767700195312
coast2,4.129,-23437.451171875,881.902099609375,1004.376708984375
coast2,4.18,-23449.072265625,881.902099609375,1004.3766479492188
coast2,4.23,-23449.072265625,881.902099609375,1004.3766479492188
coast2,4.28,-23449.072265625,881.902099609375,1004.3766479492188
coast2,4.33,-23449.072265625,881.902099609375,1004.3766479492188
coast2,4.38,-23524.845703125,881.9020385742188,1004.3765258789062
coast2,4.43,-23559.8125,881.9020385742188,1004.37646484375
coast2,4.48,-23571.466796875,881.9020385742188,1004.3764038085938
coast2,4.53,-23606.431640625,881.9019775390625,1004.3763427734375
coast2,4.58,-23623.896484375,881.9019775390625,1004.3763427734375
coast2,4.631,-23623.896484375,881.9019775390625,1004.3763427734375
coast2,4.681,-23623.896484375,881.9019775390625,1004.3763427734375
coast2,4.731,-23623.896484375,881.9019775390625,1004.3763427734375
coast2,4.781,-23688.015625,881.9019775390625,1004.3761596679688
coast2,4.832,-23722.982421875,881.9019165039062,1004.3760986328125
coast2,4.882,-23746.291015625,881.9019165039062,1004.3760986328125
coast2,4.934,-23781.255859375,881.9019165039062,1004.3759765625
coast2,4.984,-23804.56640625,881.9019165039062,1004.3759765625
coast2,5.034,-23822.06640625,881.90185546875,1004.3759155273438
coast2,5.084,-23822.06640625,881.90185546875,1004.3759155273438
coast2,5.134,-23822.06640625,881.90185546875,1004.3759155273438
coast2,5.184,-23874.56640625,881.90185546875,1004.3757934570312
coast2,5.234,-23915.341796875,881.90185546875,1004.375732421875
coast2,5.284,-23938.65234375,881.9017944335938,1004.3756713867188
coast2,5.334,-23985.271484375,881.9017944335938,1004.3756103515625
coast2,5.385,-23996.92578125,881.9017944335938,1004.3755493164062
coast2,5.438,-24008.546875,881.9017944335938,1004.3755493164062
coast2,5.488,-24008.546875,881.9017944335938,1004.3755493164062
coast2,5.539,-24008.546875,881.9017944335938,1004.3755493164062
coast2,5.589,-24008.546875,881.9017944335938,1004.3755493164062
coast2,5.639,-24095.9765625,881.9017333984375,1004.3753662109375
coast2,5.689,-24125.130859375,881.9017333984375,1004.3753051757812
coast2,5.739,-24160.095703125,881.9016723632812,1004.375244140625
coast2,5.789,-24171.751953125,881.9016723632812,1004.3751831054688
coast2,5.839,-24195.02734375,881.9016723632812,1004.3751831054688
coast2,5.889,-24195.02734375,881.9016723632812,1004.3751831054688
coast2,5.94,-24195.02734375,881.9016723632812,1004.3751831054688
coast2,5.99,-24195.02734375,881.9016723632812,1004.3751831054688
coast2,6.04,-24264.9921875,881.9016723632812,1004.375
coast2,6.091,-24288.30078125,881.901611328125,1004.375
coast2,6.141,-24334.921875,881.901611328125,1004.3748779296875
coast2,6.192,-24358.232421875,881.901611328125,1004.3748168945312
coast2,6.242,-24387.3515625,881.9015502929688,1004.374755859375
coast2,6.292,-24393.162109375,881.9015502929688,1004.374755859375
coast2,6.345,-24393.162109375,881.9015502929688,1004.374755859375
coast2,6.395,-24393.162109375,881.9015502929688,1004.374755859375
coast2,6.446,-24451.470703125,881.9015502929688,1004.3746337890625
coast2,6.496,-24480.591796875,881.9015502929688,1004.3745727539062
coast2,6.578,-24515.556640625,881.9014892578125,1004.37451171875
coast2,6.628,-24568.021484375,881.9014892578125,1004.3743896484375
coast2,6.678,-24579.67578125,881.9014892578125,1004.3743896484375
coast2,6.728,-24591.33203125,881.9014892578125,1004.3743286132812
coast2,6.778,-24591.33203125,881.9014892578125,1004.3743286132812
coast2,6.829,-24591.33203125,881.9014892578125,1004.3743286132812
coast2,6.879,-24655.451171875,881.9014282226562,1004.3742065429688
coast2,6.929,-24690.416015625,881.9014282226562,1004.3741455078125
coast2,6.979,-24702.072265625,881.9014282226562,1004.3741455078125
coast2,7.031,-24737.037109375,881.9013671875,1004.3740844726562
coast2,7.081,-24760.345703125,881.9013671875,1004.3740234375
coast2,7.132,-24772.001953125,881.9013671875,1004.3739624023438
coast2,7.182,-24772.001953125,881.9013671875,1004.3739624023438
coast2,7.232,-24772.001953125,881.9013671875,1004.3739624023438
coast2,7.284,-24830.310546875,881.9013671875,1004.3738403320312
coast2,7.334,-24865.27734375,881.9013061523438,1004.373779296875
coast2,7.384,-24894.431640625,881.9013061523438,1004.3737182617188
coast2,7.434,-24929.396484375,881.9013061523438,1004.3736572265625
coast2,7.484,-24952.70703125,881.9012451171875,1004.3735961914062
coast2,7.534,-24958.515625,881.9012451171875,1004.3735961914062
coast2,7.584,-24958.515625,881.9012451171875,1004.3735961914062
coast2,7.635,-24958.515625,881.9012451171875,1004.3735961914062
coast2,7.685,-24958.515625,881.9012451171875,1004.3735961914062
coast2,7.736,-25028.48046875,881.9012451171875,1004.3734741210938
coast2,7.786,-25057.63671875,881.9012451171875,1004.3734130859375
coast2,7.837,-25092.6015625,881.9011840820312,1004.3733520507812
coast2,7.887,-25104.255859375,881.9011840820312,1004.373291015625
coast2,7.937,-25121.720703125,881.9011840820312,1004.373291015625
coast2,7.987,-25121.720703125,881.9011840820312,1004.373291015625
1 phase t x y z
2 idle 0.0 -1032.5526123046875 881.9141235351562 1004.4220581054688
3 idle 0.05 -1038.362548828125 881.9141235351562 1004.4220581054688
4 idle 0.1 -1038.362548828125 881.9141235351562 1004.4220581054688
5 idle 0.162 -1038.362548828125 881.9141235351562 1004.4220581054688
6 idle 0.212 -1090.8275146484375 881.9140625 1004.4219360351562
7 idle 0.262 -1102.4825439453125 881.9140625 1004.4219360351562
8 idle 0.312 -1143.2926025390625 881.9140625 1004.4218139648438
9 idle 0.362 -1166.6025390625 881.9140625 1004.4217529296875
10 idle 0.413 -1201.5675048828125 881.9140014648438 1004.4216918945312
11 idle 0.463 -1201.5675048828125 881.9140014648438 1004.4216918945312
12 idle 0.516 -1201.5675048828125 881.9140014648438 1004.4216918945312
13 idle 0.566 -1201.5675048828125 881.9140014648438 1004.4216918945312
14 idle 0.616 -1277.342529296875 881.9140014648438 1004.4215698242188
15 idle 0.666 -1300.652587890625 881.9139404296875 1004.4215087890625
16 idle 0.716 -1335.6175537109375 881.9139404296875 1004.4214477539062
17 idle 0.767 -1358.927490234375 881.9139404296875 1004.42138671875
18 idle 0.817 -1388.0474853515625 881.9139404296875 1004.4213256835938
19 idle 0.867 -1388.0474853515625 881.9139404296875 1004.4213256835938
20 idle 0.917 -1388.0474853515625 881.9139404296875 1004.4213256835938
21 idle 0.968 -1388.0474853515625 881.9139404296875 1004.4213256835938
22 idle 1.018 -1458.0125732421875 881.9138793945312 1004.4212036132812
23 idle 1.068 -1492.9775390625 881.9138793945312 1004.421142578125
24 idle 1.118 -1527.9425048828125 881.913818359375 1004.4210205078125
25 idle 1.168 -1539.5975341796875 881.913818359375 1004.4210205078125
26 idle 1.218 -1551.217529296875 881.913818359375 1004.4210205078125
27 idle 1.269 -1551.217529296875 881.913818359375 1004.4210205078125
28 idle 1.319 -1551.217529296875 881.913818359375 1004.4210205078125
29 idle 1.369 -1603.6824951171875 881.913818359375 1004.4208984375
30 idle 1.419 -1638.6474609375 881.9137573242188 1004.4208374023438
31 idle 1.469 -1650.302490234375 881.9137573242188 1004.4207763671875
32 idle 1.519 -1685.2674560546875 881.9137573242188 1004.4207153320312
33 idle 1.572 -1691.0775146484375 881.9137573242188 1004.4207153320312
34 idle 1.622 -1691.0775146484375 881.9137573242188 1004.4207153320312
35 idle 1.672 -1691.0775146484375 881.9137573242188 1004.4207153320312
36 idle 1.722 -1749.387451171875 881.9136962890625 1004.4205932617188
37 idle 1.773 -1761.04248046875 881.9136962890625 1004.4205932617188
38 idle 1.823 -1807.6624755859375 881.9136962890625 1004.4204711914062
39 idle 1.873 -1819.3175048828125 881.9136962890625 1004.4204711914062
40 idle 1.923 -1842.5924072265625 881.9136962890625 1004.42041015625
41 idle 1.973 -1842.5924072265625 881.9136962890625 1004.42041015625
42 idle 2.024 -1842.5924072265625 881.9136962890625 1004.42041015625
43 idle 2.074 -1842.5924072265625 881.9136962890625 1004.42041015625
44 idle 2.124 -1906.71240234375 881.9136352539062 1004.4202880859375
45 idle 2.174 -1935.867431640625 881.9136352539062 1004.4202270507812
46 idle 2.224 -1970.8323974609375 881.91357421875 1004.420166015625
47 idle 2.275 -1982.4874267578125 881.91357421875 1004.4201049804688
48 idle 2.325 -1994.107421875 881.91357421875 1004.4201049804688
49 idle 2.375 -1994.107421875 881.91357421875 1004.4201049804688
50 idle 2.425 -1994.107421875 881.91357421875 1004.4201049804688
51 idle 2.475 -2058.262451171875 881.91357421875 1004.4199829101562
52 idle 2.525 -2075.7275390625 881.91357421875 1004.419921875
53 idle 2.575 -2116.537353515625 881.9135131835938 1004.4198608398438
54 idle 2.625 -2151.50244140625 881.9135131835938 1004.4197998046875
55 idle 2.675 -2169.00244140625 881.9135131835938 1004.4197387695312
56 idle 2.726 -2174.8125 881.9135131835938 1004.4197387695312
57 idle 2.776 -2174.8125 881.9135131835938 1004.4197387695312
58 idle 2.826 -2174.8125 881.9135131835938 1004.4197387695312
59 idle 2.876 -2238.932373046875 881.9134521484375 1004.4196166992188
60 idle 2.927 -2279.742431640625 881.9134521484375 1004.4194946289062
61 idle 2.977 -2291.3974609375 881.9134521484375 1004.4194946289062
62 idle 3.027 -2320.517333984375 881.9133911132812 1004.41943359375
63 idle 3.077 -2326.327392578125 881.9133911132812 1004.41943359375
64 idle 3.128 -2326.327392578125 881.9133911132812 1004.41943359375
65 idle 3.18 -2326.327392578125 881.9133911132812 1004.41943359375
66 idle 3.23 -2390.482421875 881.9133911132812 1004.4193115234375
67 idle 3.28 -2419.602294921875 881.9133911132812 1004.4192504882812
68 idle 3.361 -2454.5673828125 881.913330078125 1004.419189453125
69 idle 3.411 -2489.532470703125 881.913330078125 1004.4191284179688
70 idle 3.464 -2501.15234375 881.913330078125 1004.4190673828125
71 idle 3.514 -2501.15234375 881.913330078125 1004.4190673828125
72 idle 3.564 -2501.15234375 881.913330078125 1004.4190673828125
73 idle 3.615 -2547.7724609375 881.9132690429688 1004.4190063476562
74 idle 3.665 -2559.427490234375 881.9132690429688 1004.4189453125
75 idle 3.715 -2600.2373046875 881.9132690429688 1004.4188842773438
76 idle 3.765 -2629.392333984375 881.9132690429688 1004.4188232421875
77 idle 3.815 -2658.512451171875 881.9132080078125 1004.4187622070312
78 idle 3.865 -2664.322265625 881.9132080078125 1004.4187622070312
79 idle 3.916 -2664.322265625 881.9132080078125 1004.4187622070312
80 idle 3.968 -2664.322265625 881.9132080078125 1004.4187622070312
81 idle 4.019 -2728.4423828125 881.9132080078125 1004.4186401367188
82 idle 4.069 -2740.097412109375 881.9132080078125 1004.4185791015625
83 idle 4.119 -2792.562255859375 881.9131469726562 1004.41845703125
84 idle 4.169 -2804.21728515625 881.9131469726562 1004.41845703125
85 idle 4.221 -2815.83740234375 881.9131469726562 1004.41845703125
86 idle 4.271 -2815.83740234375 881.9131469726562 1004.41845703125
87 idle 4.324 -2815.83740234375 881.9131469726562 1004.41845703125
88 idle 4.374 -2874.147216796875 881.9131469726562 1004.4183349609375
89 idle 4.424 -2903.267333984375 881.9130859375 1004.4182739257812
90 idle 4.475 -2938.232421875 881.9130859375 1004.418212890625
91 idle 4.525 -2973.197265625 881.9130859375 1004.4180908203125
92 idle 4.575 -2996.50732421875 881.9130249023438 1004.4180908203125
93 idle 4.627 -3008.162353515625 881.9130249023438 1004.4180297851562
94 idle 4.677 -3008.162353515625 881.9130249023438 1004.4180297851562
95 idle 4.727 -3008.162353515625 881.9130249023438 1004.4180297851562
96 idle 4.778 -3072.2822265625 881.9130249023438 1004.4179077148438
97 idle 4.863 -3113.09228515625 881.9129638671875 1004.4178466796875
98 idle 4.913 -3148.057373046875 881.9129638671875 1004.4177856445312
99 idle 4.963 -3165.522216796875 881.9129638671875 1004.417724609375
100 idle 5.013 -3165.522216796875 881.9129638671875 1004.417724609375
101 idle 5.064 -3165.522216796875 881.9129638671875 1004.417724609375
102 idle 5.114 -3223.832275390625 881.9129028320312 1004.4176025390625
103 idle 5.164 -3241.29736328125 881.9129028320312 1004.4176025390625
104 idle 5.214 -3276.26220703125 881.9129028320312 1004.41748046875
105 idle 5.266 -3299.572265625 881.9129028320312 1004.41748046875
106 idle 5.316 -3334.537353515625 881.912841796875 1004.4173583984375
107 idle 5.367 -3340.34716796875 881.912841796875 1004.4173583984375
108 idle 5.417 -3340.34716796875 881.912841796875 1004.4173583984375
109 idle 5.467 -3340.34716796875 881.912841796875 1004.4173583984375
110 idle 5.519 -3416.122314453125 881.912841796875 1004.417236328125
111 idle 5.569 -3427.77734375 881.912841796875 1004.4171752929688
112 idle 5.619 -3462.7421875 881.9127807617188 1004.4171142578125
113 idle 5.669 -3491.897216796875 881.9127807617188 1004.4170532226562
114 idle 5.719 -3521.017333984375 881.9127807617188 1004.4169921875
115 idle 5.769 -3521.017333984375 881.9127807617188 1004.4169921875
116 idle 5.819 -3521.017333984375 881.9127807617188 1004.4169921875
117 idle 5.87 -3521.017333984375 881.9127807617188 1004.4169921875
118 idle 5.92 -3585.13720703125 881.9127197265625 1004.4168701171875
119 idle 5.97 -3608.447265625 881.9127197265625 1004.4168090820312
120 idle 6.02 -3643.412109375 881.9127197265625 1004.416748046875
121 idle 6.07 -3655.067138671875 881.9127197265625 1004.416748046875
122 idle 6.12 -3672.567138671875 881.9126586914062 1004.4166870117188
123 idle 6.173 -3672.567138671875 881.9126586914062 1004.4166870117188
124 idle 6.223 -3672.567138671875 881.9126586914062 1004.4166870117188
125 idle 6.273 -3736.687255859375 881.9126586914062 1004.4165649414062
126 idle 6.323 -3771.652099609375 881.9126586914062 1004.41650390625
127 idle 6.374 -3783.30712890625 881.9126586914062 1004.41650390625
128 idle 6.424 -3829.92724609375 881.91259765625 1004.4163818359375
129 idle 6.474 -3835.7373046875 881.91259765625 1004.4163818359375
130 idle 6.531 -3835.7373046875 881.91259765625 1004.4163818359375
131 idle 6.581 -3835.7373046875 881.91259765625 1004.4163818359375
132 idle 6.633 -3894.047119140625 881.91259765625 1004.416259765625
133 idle 6.683 -3905.7021484375 881.9125366210938 1004.416259765625
134 idle 6.761 -3952.322265625 881.9125366210938 1004.4161376953125
135 idle 6.811 -3981.442138671875 881.9125366210938 1004.4160766601562
136 idle 6.863 -3987.252197265625 881.9125366210938 1004.4160766601562
137 idle 6.913 -3987.252197265625 881.9125366210938 1004.4160766601562
138 idle 6.963 -3987.252197265625 881.9125366210938 1004.4160766601562
139 idle 7.013 -4039.71728515625 881.9124755859375 1004.4159545898438
140 idle 7.064 -4063.027099609375 881.9124755859375 1004.4158935546875
141 idle 7.114 -4097.9921875 881.9124755859375 1004.4158325195312
142 idle 7.164 -4109.64697265625 881.9124755859375 1004.4158325195312
143 idle 7.214 -4150.42236328125 881.9124145507812 1004.415771484375
144 idle 7.264 -4156.23193359375 881.9124145507812 1004.4157104492188
145 idle 7.315 -4156.23193359375 881.9124145507812 1004.4157104492188
146 idle 7.365 -4156.23193359375 881.9124145507812 1004.4157104492188
147 idle 7.415 -4220.35205078125 881.9124145507812 1004.4155883789062
148 idle 7.466 -4243.662109375 881.912353515625 1004.41552734375
149 idle 7.516 -4278.626953125 881.912353515625 1004.4154663085938
150 idle 7.566 -4307.7822265625 881.912353515625 1004.4154052734375
151 idle 7.616 -4336.90234375 881.912353515625 1004.4153442382812
152 idle 7.667 -4336.90234375 881.912353515625 1004.4153442382812
153 idle 7.717 -4336.90234375 881.912353515625 1004.4153442382812
154 idle 7.767 -4336.90234375 881.912353515625 1004.4153442382812
155 idle 7.82 -4401.02197265625 881.9122924804688 1004.4152221679688
156 idle 7.87 -4424.33203125 881.9122924804688 1004.4152221679688
157 idle 7.92 -4470.9521484375 881.9122314453125 1004.4151000976562
158 idle 7.97 -4482.60693359375 881.9122314453125 1004.4151000976562
159 RT 0.0 -4511.76220703125 881.9122314453125 1004.4150390625
160 RT 0.05 -4511.76220703125 881.9122314453125 1004.4150390625
161 RT 0.1 -4511.76220703125 881.9122314453125 1004.4150390625
162 RT 0.151 -4591.10205078125 881.9121704101562 1004.4148559570312
163 RT 0.203 -4631.14013671875 881.9121704101562 1004.414794921875
164 RT 0.253 -4688.6787109375 881.9121704101562 1004.4146728515625
165 RT 0.303 -4745.97314453125 881.912109375 1004.41455078125
166 RT 0.353 -4758.11572265625 881.912109375 1004.4144897460938
167 RT 0.404 -4758.11572265625 881.912109375 1004.4144897460938
168 RT 0.454 -4758.11572265625 881.912109375 1004.4144897460938
169 RT 0.504 -4894.6865234375 881.9120483398438 1004.4142456054688
170 RT 0.554 -4976.0556640625 881.9119873046875 1004.4140625
171 RT 0.605 -5047.275390625 881.9119262695312 1004.4139404296875
172 RT 0.655 -5163.5263671875 881.911865234375 1004.4136962890625
173 RT 0.705 -5203.26416015625 881.911865234375 1004.4136352539062
174 RT 0.756 -5223.07373046875 881.911865234375 1004.41357421875
175 RT 0.806 -5223.07373046875 881.911865234375 1004.41357421875
176 RT 0.857 -5223.07373046875 881.911865234375 1004.41357421875
177 RT 0.908 -5421.8828125 881.9117431640625 1004.4132080078125
178 RT 0.989 -5541.0966796875 881.9116821289062 1004.4129638671875
179 RT 1.039 -5700.048828125 881.91162109375 1004.41259765625
180 RT 1.09 -5739.78662109375 881.9115600585938 1004.4125366210938
181 RT 1.14 -5779.52490234375 881.9115600585938 1004.4124755859375
182 RT 1.19 -5779.52490234375 881.9115600585938 1004.4124755859375
183 RT 1.24 -5779.52490234375 881.9115600585938 1004.4124755859375
184 RT 1.29 -5978.333984375 881.9114379882812 1004.4120483398438
185 RT 1.341 -6097.54833984375 881.911376953125 1004.4118041992188
186 RT 1.391 -6177.02392578125 881.9113159179688 1004.4116821289062
187 RT 1.441 -6316.1669921875 881.9112548828125 1004.411376953125
188 RT 1.491 -6355.90478515625 881.9112548828125 1004.4113159179688
189 RT 1.541 -6455.3095703125 881.9111938476562 1004.4110717773438
190 RT 1.591 -6455.3095703125 881.9111938476562 1004.4110717773438
191 RT 1.641 -6455.3095703125 881.9111938476562 1004.4110717773438
192 RT 1.691 -6455.3095703125 881.9111938476562 1004.4110717773438
193 RT 1.742 -6713.666015625 881.9110717773438 1004.4105834960938
194 RT 1.792 -6793.14208984375 881.9110107421875 1004.410400390625
195 RT 1.842 -6912.35595703125 881.9109497070312 1004.41015625
196 RT 1.892 -6952.09423828125 881.9109497070312 1004.4100952148438
197 RT 1.942 -7011.6416015625 881.910888671875 1004.4099731445312
198 RT 1.992 -7011.6416015625 881.910888671875 1004.4099731445312
199 RT 2.042 -7011.6416015625 881.910888671875 1004.4099731445312
200 RT 2.092 -7011.6416015625 881.910888671875 1004.4099731445312
201 RT 2.144 -7269.998046875 881.9107666015625 1004.409423828125
202 RT 2.194 -7369.40283203125 881.9107055664062 1004.4092407226562
203 RT 2.244 -7488.61669921875 881.91064453125 1004.4089965820312
204 RT 2.294 -7528.3544921875 881.91064453125 1004.408935546875
205 RT 2.347 -7587.90185546875 881.9105834960938 1004.4088134765625
206 RT 2.397 -7587.90185546875 881.9105834960938 1004.4088134765625
207 RT 2.448 -7587.90185546875 881.9105834960938 1004.4088134765625
208 RT 2.498 -7587.90185546875 881.9105834960938 1004.4088134765625
209 RT 2.549 -7826.44921875 881.9104614257812 1004.4083251953125
210 RT 2.599 -7965.591796875 881.910400390625 1004.4080200195312
211 RT 2.65 -8084.80615234375 881.9103393554688 1004.4077758789062
212 RT 2.7 -8124.5439453125 881.9102783203125 1004.40771484375
213 RT 2.751 -8164.16259765625 881.9102783203125 1004.4076538085938
214 RT 2.801 -8164.16259765625 881.9102783203125 1004.4076538085938
215 RT 2.852 -8164.16259765625 881.9102783203125 1004.4076538085938
216 RT 2.902 -8164.16259765625 881.9102783203125 1004.4076538085938
217 RT 2.952 -8422.638671875 881.91015625 1004.4071044921875
218 RT 3.004 -8502.1142578125 881.9100952148438 1004.4069213867188
219 RT 3.054 -8621.3291015625 881.9100341796875 1004.4066772460938
220 RT 3.104 -8661.06640625 881.9100341796875 1004.4066162109375
221 RT 3.155 -8740.4228515625 881.9099731445312 1004.4064331054688
222 RT 3.205 -8740.4228515625 881.9099731445312 1004.4064331054688
223 RT 3.29 -8740.4228515625 881.9099731445312 1004.4064331054688
224 RT 3.34 -8939.232421875 881.9098510742188 1004.4060668945312
225 RT 3.39 -8998.7802734375 881.9098510742188 1004.4059448242188
226 RT 3.44 -9137.9228515625 881.9097290039062 1004.4056396484375
227 RT 3.49 -9177.66015625 881.9097290039062 1004.4055786132812
228 RT 3.54 -9276.9462890625 881.90966796875 1004.4053955078125
229 RT 3.592 -9296.7548828125 881.90966796875 1004.4053344726562
230 RT 3.642 -9296.7548828125 881.90966796875 1004.4053344726562
231 RT 3.692 -9296.7548828125 881.90966796875 1004.4053344726562
232 RT 3.747 -9555.1123046875 881.9095458984375 1004.40478515625
233 RT 3.797 -9614.7783203125 881.9094848632812 1004.4046630859375
234 RT 3.847 -9733.9921875 881.909423828125 1004.4044189453125
235 RT 3.898 -9793.6591796875 881.909423828125 1004.404296875
236 RT 3.948 -9873.015625 881.9093627929688 1004.4041748046875
237 RT 3.998 -9873.015625 881.9093627929688 1004.4041748046875
238 RT 4.048 -9873.015625 881.9093627929688 1004.4041748046875
239 RT 4.098 -9873.015625 881.9093627929688 1004.4041748046875
240 RT 4.148 -10111.5634765625 881.9092407226562 1004.4036865234375
241 RT 4.198 -10151.30078125 881.9092407226562 1004.4036254882812
242 RT 4.249 -10310.2529296875 881.9091186523438 1004.4032592773438
243 RT 4.3 -10349.9912109375 881.9091186523438 1004.4031982421875
244 RT 4.35 -10469.205078125 881.9090576171875 1004.4029541015625
245 RT 4.4 -10469.205078125 881.9090576171875 1004.4029541015625
246 RT 4.451 -10469.205078125 881.9090576171875 1004.4029541015625
247 RT 4.501 -10469.205078125 881.9090576171875 1004.4029541015625
248 RT 4.551 -10727.5615234375 881.9088745117188 1004.4024047851562
249 RT 4.601 -10727.5615234375 881.9088745117188 1004.4024047851562
250 RT 4.651 -10906.4423828125 881.9088134765625 1004.4020385742188
251 RT 4.704 -11005.8466796875 881.9087524414062 1004.40185546875
252 RT 4.754 -11065.39453125 881.9087524414062 1004.4017333984375
253 RT 4.804 -11065.39453125 881.9087524414062 1004.4017333984375
254 RT 4.855 -11065.39453125 881.9087524414062 1004.4017333984375
255 RT 4.905 -11065.39453125 881.9087524414062 1004.4017333984375
256 RT 4.957 -11323.7509765625 881.9085693359375 1004.4012451171875
257 RT 5.007 -11423.15625 881.9085083007812 1004.4010009765625
258 RT 5.058 -11542.3701171875 881.908447265625 1004.4007568359375
259 RT 5.108 -11621.845703125 881.908447265625 1004.400634765625
260 RT 5.158 -11681.3935546875 881.9083862304688 1004.4005126953125
261 RT 5.208 -11681.3935546875 881.9083862304688 1004.4005126953125
262 RT 5.259 -11681.3935546875 881.9083862304688 1004.4005126953125
263 RT 5.309 -11681.3935546875 881.9083862304688 1004.4005126953125
264 RT 5.36 -11939.75 881.9082641601562 1004.3999633789062
265 RT 5.41 -12058.9638671875 881.908203125 1004.3997192382812
266 RT 5.489 -12178.177734375 881.9081420898438 1004.3994750976562
267 RT 5.539 -12297.3916015625 881.9080810546875 1004.3992309570312
268 RT 5.59 -12297.3916015625 881.9080810546875 1004.3992309570312
269 RT 5.64 -12297.3916015625 881.9080810546875 1004.3992309570312
270 RT 5.69 -12297.3916015625 881.9080810546875 1004.3992309570312
271 RT 5.743 -12555.748046875 881.9078979492188 1004.3987426757812
272 RT 5.793 -12595.486328125 881.9078979492188 1004.398681640625
273 RT 5.844 -12714.7001953125 881.9078369140625 1004.3984375
274 RT 5.894 -12814.10546875 881.9077758789062 1004.398193359375
275 RT 5.944 -12913.390625 881.90771484375 1004.3980102539062
276 RT 5.994 -12913.390625 881.90771484375 1004.3980102539062
277 RT 6.044 -12913.390625 881.90771484375 1004.3980102539062
278 RT 6.094 -12913.390625 881.90771484375 1004.3980102539062
279 RT 6.144 -13132.0087890625 881.9075927734375 1004.3975830078125
280 RT 6.195 -13171.7470703125 881.9075927734375 1004.3975219726562
281 RT 6.246 -13350.6279296875 881.907470703125 1004.3971557617188
282 RT 6.296 -13390.365234375 881.907470703125 1004.3970336914062
283 RT 6.347 -13489.6513671875 881.9074096679688 1004.3968505859375
284 RT 6.397 -13489.6513671875 881.9074096679688 1004.3968505859375
285 RT 6.447 -13489.6513671875 881.9074096679688 1004.3968505859375
286 RT 6.497 -13489.6513671875 881.9074096679688 1004.3968505859375
287 RT 6.548 -13728.1982421875 881.9072875976562 1004.3963623046875
288 RT 6.598 -13807.673828125 881.9072265625 1004.3961791992188
289 RT 6.649 -13966.6259765625 881.9071655273438 1004.3958740234375
290 RT 6.701 -14066.03125 881.9071044921875 1004.3956909179688
291 RT 6.752 -14125.578125 881.9071044921875 1004.3955688476562
292 RT 6.802 -14125.578125 881.9071044921875 1004.3955688476562
293 RT 6.852 -14125.578125 881.9071044921875 1004.3955688476562
294 RT 6.902 -14125.578125 881.9071044921875 1004.3955688476562
295 RT 6.952 -14383.9345703125 881.9069213867188 1004.39501953125
296 RT 7.002 -14443.6015625 881.9069213867188 1004.3948974609375
297 RT 7.052 -14562.8154296875 881.9068603515625 1004.3946533203125
298 RT 7.102 -14602.5537109375 881.9067993164062 1004.3945922851562
299 RT 7.152 -14721.767578125 881.90673828125 1004.3943481445312
300 RT 7.202 -14721.767578125 881.90673828125 1004.3943481445312
301 RT 7.252 -14721.767578125 881.90673828125 1004.3943481445312
302 RT 7.302 -14721.767578125 881.90673828125 1004.3943481445312
303 RT 7.354 -14960.314453125 881.9066162109375 1004.3938598632812
304 RT 7.404 -15059.7197265625 881.9065551757812 1004.3936767578125
305 RT 7.455 -15178.93359375 881.906494140625 1004.3934326171875
306 RT 7.505 -15278.337890625 881.9064331054688 1004.3932495117188
307 RT 7.555 -15337.8857421875 881.9064331054688 1004.3931274414062
308 RT 7.605 -15337.8857421875 881.9064331054688 1004.3931274414062
309 RT 7.656 -15337.8857421875 881.9064331054688 1004.3931274414062
310 RT 7.706 -15496.95703125 881.9063720703125 1004.3927612304688
311 RT 7.756 -15596.2421875 881.9063110351562 1004.392578125
312 RT 7.806 -15655.9091796875 881.90625 1004.3924560546875
313 RT 7.857 -15775.123046875 881.9061889648438 1004.3922119140625
314 RT 7.907 -15874.52734375 881.9061279296875 1004.3920288085938
315 RT 7.957 -15894.3369140625 881.9061279296875 1004.3919677734375
316 coast 0.0 -15894.3369140625 881.9061279296875 1004.3919677734375
317 coast 0.05 -15894.3369140625 881.9061279296875 1004.3919677734375
318 coast 0.1 -16132.259765625 881.906005859375 1004.3914794921875
319 coast 0.15 -16228.6279296875 881.9059448242188 1004.3912963867188
320 coast 0.201 -16341.4130859375 881.9058837890625 1004.3910522460938
321 coast 0.251 -16414.818359375 881.9058837890625 1004.3909301757812
322 coast 0.302 -16432.935546875 881.9058227539062 1004.390869140625
323 coast 0.352 -16432.935546875 881.9058227539062 1004.390869140625
324 coast 0.402 -16432.935546875 881.9058227539062 1004.390869140625
325 coast 0.453 -16589.41015625 881.90576171875 1004.3905639648438
326 coast 0.503 -16674.68359375 881.9057006835938 1004.390380859375
327 coast 0.553 -16741.302734375 881.9057006835938 1004.3902587890625
328 coast 0.603 -16838.55078125 881.9056396484375 1004.3900756835938
329 coast 0.653 -16870.25390625 881.9056396484375 1004.3900146484375
330 coast 0.705 -16885.966796875 881.9055786132812 1004.3899536132812
331 coast 0.755 -16885.966796875 881.9055786132812 1004.3899536132812
332 coast 0.805 -16885.966796875 881.9055786132812 1004.3899536132812
333 coast 0.855 -17035.544921875 881.905517578125 1004.3896484375
334 coast 0.906 -17122.61328125 881.9054565429688 1004.3894653320312
335 coast 0.956 -17150.923828125 881.9054565429688 1004.389404296875
336 coast 1.006 -17233.70703125 881.9053955078125 1004.3892822265625
337 coast 1.056 -17260.5859375 881.9053955078125 1004.3892211914062
338 coast 1.107 -17287.109375 881.9053955078125 1004.38916015625
339 coast 1.157 -17287.109375 881.9053955078125 1004.38916015625
340 coast 1.207 -17387.55859375 881.9053344726562 1004.3889770507812
341 coast 1.259 -17424.537109375 881.9053344726562 1004.3888549804688
342 coast 1.309 -17496.0703125 881.9052734375 1004.3887329101562
343 coast 1.359 -17541.97265625 881.9052734375 1004.3886108398438
344 coast 1.409 -17586.4453125 881.9052124023438 1004.3885498046875
345 coast 1.459 -17629.4921875 881.9052124023438 1004.3884887695312
346 coast 1.509 -17629.4921875 881.9052124023438 1004.3884887695312
347 coast 1.559 -17629.4921875 881.9052124023438 1004.3884887695312
348 coast 1.611 -17718.390625 881.9051513671875 1004.3883056640625
349 coast 1.661 -17747.33984375 881.9051513671875 1004.3882446289062
350 coast 1.737 -17802.796875 881.9050903320312 1004.3881225585938
351 coast 1.787 -17855.041015625 881.9050903320312 1004.3880004882812
352 coast 1.837 -17871.7421875 881.9050903320312 1004.387939453125
353 coast 1.889 -17896.01171875 881.905029296875 1004.387939453125
354 coast 1.942 -17896.01171875 881.905029296875 1004.387939453125
355 coast 1.992 -17896.01171875 881.905029296875 1004.387939453125
356 coast 2.042 -17976.451171875 881.905029296875 1004.3877563476562
357 coast 2.098 -18003.77734375 881.905029296875 1004.3876953125
358 coast 2.148 -18016.90625 881.9049682617188 1004.3876953125
359 coast 2.198 -18071.580078125 881.9049682617188 1004.3875732421875
360 coast 2.248 -18077.390625 881.9049682617188 1004.3875732421875
361 coast 2.302 -18077.390625 881.9049682617188 1004.3875732421875
362 coast 2.352 -18077.390625 881.9049682617188 1004.3875732421875
363 coast 2.402 -18135.69921875 881.9049072265625 1004.387451171875
364 coast 2.452 -18147.35546875 881.9049072265625 1004.3873901367188
365 coast 2.537 -18193.974609375 881.9049072265625 1004.3873291015625
366 coast 2.587 -18228.939453125 881.9049072265625 1004.3872680664062
367 coast 2.638 -18234.75 881.9049072265625 1004.38720703125
368 coast 2.688 -18234.75 881.9049072265625 1004.38720703125
369 coast 2.738 -18234.75 881.9049072265625 1004.38720703125
370 coast 2.788 -18293.060546875 881.9048461914062 1004.3870849609375
371 coast 2.84 -18310.525390625 881.9048461914062 1004.3870849609375
372 coast 2.89 -18345.490234375 881.9048461914062 1004.3870239257812
373 coast 2.94 -18357.14453125 881.90478515625 1004.386962890625
374 coast 2.99 -18386.265625 881.90478515625 1004.3869018554688
375 coast 3.043 -18392.07421875 881.90478515625 1004.3869018554688
376 coast 3.093 -18392.07421875 881.90478515625 1004.3869018554688
377 coast 3.143 -18392.07421875 881.90478515625 1004.3869018554688
378 coast 3.193 -18467.849609375 881.9047241210938 1004.3867797851562
379 coast 3.243 -18479.505859375 881.9047241210938 1004.38671875
380 coast 3.293 -18514.470703125 881.9047241210938 1004.3866577148438
381 coast 3.343 -18537.779296875 881.9047241210938 1004.3865966796875
382 coast 3.394 -18561.0546875 881.9047241210938 1004.3865966796875
383 coast 3.445 -18561.0546875 881.9047241210938 1004.3865966796875
384 coast 3.495 -18561.0546875 881.9047241210938 1004.3865966796875
385 coast 3.546 -18561.0546875 881.9047241210938 1004.3865966796875
386 coast 3.596 -18631.01953125 881.9046630859375 1004.3864135742188
387 coast 3.646 -18654.330078125 881.9046630859375 1004.3863525390625
388 coast 3.697 -18700.94921875 881.9046020507812 1004.3862915039062
389 coast 3.747 -18712.60546875 881.9046020507812 1004.3862915039062
390 coast 3.797 -18747.5703125 881.9046020507812 1004.3861694335938
391 coast 3.847 -18747.5703125 881.9046020507812 1004.3861694335938
392 coast 3.897 -18747.5703125 881.9046020507812 1004.3861694335938
393 coast 3.947 -18747.5703125 881.9046020507812 1004.3861694335938
394 coast 3.998 -18823.345703125 881.904541015625 1004.3860473632812
395 coast 4.048 -18846.654296875 881.904541015625 1004.385986328125
396 coast 4.098 -18881.619140625 881.904541015625 1004.3859252929688
397 coast 4.148 -18904.9296875 881.904541015625 1004.3858642578125
398 coast 4.199 -18910.740234375 881.904541015625 1004.3858642578125
399 coast 4.249 -18910.740234375 881.904541015625 1004.3858642578125
400 coast 4.299 -18910.740234375 881.904541015625 1004.3858642578125
401 coast 4.349 -18910.740234375 881.904541015625 1004.3858642578125
402 coast 4.399 -18980.705078125 881.9044799804688 1004.3857421875
403 coast 4.449 -19021.515625 881.9044799804688 1004.3856201171875
404 coast 4.499 -19056.48046875 881.9044189453125 1004.3855590820312
405 coast 4.549 -19068.134765625 881.9044189453125 1004.3855590820312
406 coast 4.6 -19073.9453125 881.9044189453125 1004.385498046875
407 coast 4.65 -19073.9453125 881.9044189453125 1004.385498046875
408 coast 4.7 -19073.9453125 881.9044189453125 1004.385498046875
409 coast 4.751 -19138.099609375 881.9044189453125 1004.3853759765625
410 coast 4.801 -19155.564453125 881.9043579101562 1004.3853759765625
411 coast 4.851 -19190.529296875 881.9043579101562 1004.3853149414062
412 coast 4.902 -19225.494140625 881.9043579101562 1004.3851928710938
413 coast 4.952 -19237.150390625 881.9043579101562 1004.3851928710938
414 coast 5.005 -19242.958984375 881.9043579101562 1004.3851928710938
415 coast 5.055 -19242.958984375 881.9043579101562 1004.3851928710938
416 coast 5.109 -19242.958984375 881.9043579101562 1004.3851928710938
417 coast 5.159 -19312.92578125 881.904296875 1004.3850708007812
418 coast 5.209 -19347.890625 881.904296875 1004.3849487304688
419 coast 5.259 -19377.044921875 881.9042358398438 1004.3848876953125
420 coast 5.31 -19412.009765625 881.9042358398438 1004.3848266601562
421 coast 5.36 -19423.6640625 881.9042358398438 1004.3848266601562
422 coast 5.411 -19423.6640625 881.9042358398438 1004.3848266601562
423 coast 5.461 -19423.6640625 881.9042358398438 1004.3848266601562
424 coast 5.537 -19481.974609375 881.9042358398438 1004.3847045898438
425 coast 5.587 -19522.78515625 881.9041748046875 1004.3846435546875
426 coast 5.637 -19534.439453125 881.9041748046875 1004.3845825195312
427 coast 5.687 -19569.404296875 881.9041748046875 1004.384521484375
428 coast 5.737 -19586.869140625 881.9041748046875 1004.3844604492188
429 coast 5.787 -19586.869140625 881.9041748046875 1004.3844604492188
430 coast 5.839 -19586.869140625 881.9041748046875 1004.3844604492188
431 coast 5.889 -19586.869140625 881.9041748046875 1004.3844604492188
432 coast 5.939 -19650.990234375 881.9041137695312 1004.3843383789062
433 coast 5.989 -19685.955078125 881.9041137695312 1004.38427734375
434 coast 6.039 -19697.609375 881.9041137695312 1004.38427734375
435 coast 6.09 -19744.23046875 881.904052734375 1004.3841552734375
436 coast 6.14 -19755.849609375 881.904052734375 1004.3841552734375
437 coast 6.192 -19755.849609375 881.904052734375 1004.3841552734375
438 coast 6.242 -19755.849609375 881.904052734375 1004.3841552734375
439 coast 6.292 -19814.16015625 881.904052734375 1004.384033203125
440 coast 6.343 -19831.625 881.9039916992188 1004.3839721679688
441 coast 6.393 -19878.244140625 881.9039916992188 1004.3839111328125
442 coast 6.443 -19889.900390625 881.9039916992188 1004.3838500976562
443 coast 6.494 -19913.173828125 881.9039916992188 1004.3838500976562
444 coast 6.544 -19913.173828125 881.9039916992188 1004.3838500976562
445 coast 6.594 -19913.173828125 881.9039916992188 1004.3838500976562
446 coast 6.644 -19913.173828125 881.9039916992188 1004.3838500976562
447 coast 6.694 -19988.94921875 881.9039306640625 1004.3836669921875
448 coast 6.744 -20006.44921875 881.9039306640625 1004.3836059570312
449 coast 6.795 -20041.4140625 881.9039306640625 1004.383544921875
450 coast 6.846 -20070.5703125 881.9038696289062 1004.3834838867188
451 coast 6.896 -20088.03515625 881.9038696289062 1004.3834838867188
452 coast 6.946 -20088.03515625 881.9038696289062 1004.3834838867188
453 coast 6.996 -20088.03515625 881.9038696289062 1004.3834838867188
454 coast 7.046 -20088.03515625 881.9038696289062 1004.3834838867188
455 coast 7.097 -20152.154296875 881.9038696289062 1004.3833618164062
456 coast 7.147 -20192.96484375 881.90380859375 1004.3832397460938
457 coast 7.197 -20227.9296875 881.90380859375 1004.3831787109375
458 coast 7.247 -20245.4296875 881.90380859375 1004.3831787109375
459 coast 7.298 -20257.083984375 881.90380859375 1004.3831176757812
460 coast 7.348 -20257.083984375 881.90380859375 1004.3831176757812
461 coast 7.399 -20257.083984375 881.90380859375 1004.3831176757812
462 coast 7.449 -20315.39453125 881.9037475585938 1004.3829956054688
463 coast 7.499 -20344.515625 881.9037475585938 1004.3829345703125
464 coast 7.55 -20367.82421875 881.9037475585938 1004.3828735351562
465 coast 7.6 -20414.4453125 881.9036865234375 1004.3828125
466 coast 7.65 -20426.099609375 881.9036865234375 1004.3828125
467 coast 7.702 -20437.75390625 881.9036865234375 1004.3827514648438
468 coast 7.752 -20437.75390625 881.9036865234375 1004.3827514648438
469 coast 7.802 -20437.75390625 881.9036865234375 1004.3827514648438
470 coast 7.852 -20507.71875 881.9036865234375 1004.3826293945312
471 coast 7.902 -20542.685546875 881.9036254882812 1004.382568359375
472 coast 7.952 -20554.33984375 881.9036254882812 1004.3825073242188
473 LT 0.0 -20600.958984375 881.9036254882812 1004.3824462890625
474 LT 0.05 -20600.958984375 881.9036254882812 1004.3824462890625
475 LT 0.104 -20600.958984375 881.9036254882812 1004.3824462890625
476 LT 0.175 -20641.892578125 881.903564453125 1004.38232421875
477 LT 0.225 -20670.3359375 881.903564453125 1004.3822631835938
478 LT 0.275 -20679.1328125 881.903564453125 1004.3822631835938
479 LT 0.325 -20703.380859375 881.903564453125 1004.3822021484375
480 LT 0.376 -20714.333984375 881.903564453125 1004.3822021484375
481 LT 0.426 -20714.333984375 881.903564453125 1004.3822021484375
482 LT 0.479 -20714.333984375 881.903564453125 1004.3822021484375
483 LT 0.529 -20714.333984375 881.903564453125 1004.3822021484375
484 LT 0.579 -20745.40234375 881.9035034179688 1004.3821411132812
485 LT 0.629 -20758.935546875 881.9035034179688 1004.3821411132812
486 LT 0.679 -20762.732421875 881.9035034179688 1004.382080078125
487 LT 0.729 -20772.962890625 881.9035034179688 1004.382080078125
488 LT 0.779 -20778.05078125 881.9035034179688 1004.382080078125
489 LT 0.829 -20778.05078125 881.9035034179688 1004.382080078125
490 LT 0.88 -20778.05078125 881.9035034179688 1004.382080078125
491 LT 0.93 -20795.037109375 881.9035034179688 1004.3820190429688
492 LT 0.981 -20800.125 881.9035034179688 1004.3820190429688
493 LT 1.031 -20808.619140625 881.9035034179688 1004.3820190429688
494 LT 1.081 -20817.11328125 881.9035034179688 1004.3820190429688
495 LT 1.131 -20827.298828125 881.9035034179688 1004.3819580078125
496 LT 1.183 -20828.990234375 881.9035034179688 1004.3819580078125
497 LT 1.233 -20828.990234375 881.9035034179688 1004.3819580078125
498 LT 1.283 -20828.990234375 881.9035034179688 1004.3819580078125
499 LT 1.335 -20847.669921875 881.9035034179688 1004.3819580078125
500 LT 1.386 -20854.4609375 881.9034423828125 1004.3818969726562
501 LT 1.436 -20864.646484375 881.9034423828125 1004.3818969726562
502 LT 1.486 -20868.041015625 881.9034423828125 1004.3818969726562
503 LT 1.536 -20874.822265625 881.9034423828125 1004.3818969726562
504 LT 1.586 -20874.822265625 881.9034423828125 1004.3818969726562
505 LT 1.636 -20874.822265625 881.9034423828125 1004.3818969726562
506 LT 1.686 -20874.822265625 881.9034423828125 1004.3818969726562
507 LT 1.737 -20895.203125 881.9034423828125 1004.3818359375
508 LT 1.787 -20903.697265625 881.9034423828125 1004.3818359375
509 LT 1.837 -20913.8828125 881.9034423828125 1004.3817749023438
510 LT 1.887 -20917.279296875 881.9034423828125 1004.3817749023438
511 LT 1.937 -20924.068359375 881.9034423828125 1004.3817749023438
512 LT 1.987 -20924.068359375 881.9034423828125 1004.3817749023438
513 LT 2.037 -20924.068359375 881.9034423828125 1004.3817749023438
514 LT 2.088 -20924.068359375 881.9034423828125 1004.3817749023438
515 LT 2.139 -20946.14453125 881.9034423828125 1004.3817138671875
516 LT 2.189 -20956.330078125 881.9034423828125 1004.3817138671875
517 LT 2.239 -20966.515625 881.9034423828125 1004.3817138671875
518 LT 2.289 -20969.91015625 881.9033813476562 1004.3817138671875
519 LT 2.34 -20971.603515625 881.9033813476562 1004.3816528320312
520 LT 2.39 -20971.603515625 881.9033813476562 1004.3816528320312
521 LT 2.44 -20971.603515625 881.9033813476562 1004.3816528320312
522 LT 2.492 -20991.974609375 881.9033813476562 1004.3816528320312
523 LT 2.542 -21002.16015625 881.9033813476562 1004.381591796875
524 LT 2.592 -21005.556640625 881.9033813476562 1004.381591796875
525 LT 2.642 -21015.7421875 881.9033813476562 1004.381591796875
526 LT 2.693 -21017.435546875 881.9033813476562 1004.381591796875
527 LT 2.775 -21017.435546875 881.9033813476562 1004.381591796875
528 LT 2.825 -21017.435546875 881.9033813476562 1004.381591796875
529 LT 2.878 -21037.81640625 881.9033813476562 1004.3815307617188
530 LT 2.928 -21048.001953125 881.9033813476562 1004.3815307617188
531 LT 2.978 -21051.3984375 881.9033813476562 1004.3815307617188
532 LT 3.029 -21061.583984375 881.9033813476562 1004.3814697265625
533 LT 3.079 -21063.275390625 881.9033813476562 1004.3814697265625
534 LT 3.129 -21063.275390625 881.9033813476562 1004.3814697265625
535 LT 3.179 -21063.275390625 881.9033813476562 1004.3814697265625
536 LT 3.229 -21081.955078125 881.9033203125 1004.3814697265625
537 LT 3.279 -21090.44921875 881.9033203125 1004.3814697265625
538 LT 3.329 -21097.240234375 881.9033203125 1004.3814086914062
539 LT 3.379 -21100.634765625 881.9033203125 1004.3814086914062
540 LT 3.429 -21110.8203125 881.9033203125 1004.3814086914062
541 LT 3.48 -21110.8203125 881.9033203125 1004.3814086914062
542 LT 3.53 -21110.8203125 881.9033203125 1004.3814086914062
543 LT 3.58 -21110.8203125 881.9033203125 1004.3814086914062
544 LT 3.631 -21132.89453125 881.9033203125 1004.38134765625
545 LT 3.681 -21143.080078125 881.9033203125 1004.38134765625
546 LT 3.731 -21153.267578125 881.9033203125 1004.3812866210938
547 LT 3.781 -21160.056640625 881.9033203125 1004.3812866210938
548 LT 3.831 -21163.453125 881.9033203125 1004.3812866210938
549 LT 3.882 -21163.453125 881.9033203125 1004.3812866210938
550 LT 3.932 -21163.453125 881.9033203125 1004.3812866210938
551 LT 3.982 -21177.033203125 881.9033203125 1004.3812866210938
552 LT 4.035 -21188.921875 881.9033203125 1004.3812255859375
553 LT 4.085 -21199.107421875 881.9032592773438 1004.3812255859375
554 LT 4.135 -21205.8984375 881.9032592773438 1004.3812255859375
555 LT 4.187 -21207.591796875 881.9032592773438 1004.3812255859375
556 LT 4.237 -21207.591796875 881.9032592773438 1004.3812255859375
557 LT 4.287 -21207.591796875 881.9032592773438 1004.3812255859375
558 LT 4.337 -21222.875 881.9032592773438 1004.3811645507812
559 LT 4.387 -21229.666015625 881.9032592773438 1004.3811645507812
560 LT 4.437 -21239.8515625 881.9032592773438 1004.3811645507812
561 LT 4.487 -21244.94921875 881.9032592773438 1004.381103515625
562 LT 4.537 -21251.73046875 881.9032592773438 1004.381103515625
563 LT 4.587 -21251.73046875 881.9032592773438 1004.381103515625
564 LT 4.638 -21251.73046875 881.9032592773438 1004.381103515625
565 LT 4.688 -21251.73046875 881.9032592773438 1004.381103515625
566 LT 4.741 -21272.111328125 881.9032592773438 1004.381103515625
567 LT 4.791 -21284.0 881.9032592773438 1004.3810424804688
568 LT 4.841 -21290.791015625 881.9032592773438 1004.3810424804688
569 LT 4.891 -21297.58203125 881.9032592773438 1004.3810424804688
570 LT 4.942 -21299.275390625 881.9032592773438 1004.3810424804688
571 LT 4.992 -21299.275390625 881.9032592773438 1004.3810424804688
572 LT 5.042 -21299.275390625 881.9032592773438 1004.3810424804688
573 LT 5.092 -21316.26171875 881.9031982421875 1004.3809814453125
574 LT 5.142 -21324.744140625 881.9031982421875 1004.3809814453125
575 LT 5.192 -21331.53515625 881.9031982421875 1004.3809814453125
576 LT 5.242 -21341.720703125 881.9031982421875 1004.3809204101562
577 LT 5.292 -21346.818359375 881.9031982421875 1004.3809204101562
578 LT 5.343 -21350.21484375 881.9031982421875 1004.3809204101562
579 LT 5.393 -21350.21484375 881.9031982421875 1004.3809204101562
580 LT 5.443 -21362.103515625 881.9031982421875 1004.3809204101562
581 LT 5.493 -21370.5859375 881.9031982421875 1004.380859375
582 LT 5.578 -21380.771484375 881.9031982421875 1004.380859375
583 LT 5.628 -21390.95703125 881.9031982421875 1004.380859375
584 LT 5.678 -21396.044921875 881.9031982421875 1004.3807983398438
585 LT 5.728 -21396.044921875 881.9031982421875 1004.3807983398438
586 LT 5.778 -21396.044921875 881.9031982421875 1004.3807983398438
587 LT 5.828 -21413.03125 881.9031982421875 1004.3807983398438
588 LT 5.882 -21418.119140625 881.9031982421875 1004.3807983398438
589 LT 5.932 -21430.0078125 881.9031372070312 1004.3807373046875
590 LT 5.983 -21436.798828125 881.9031372070312 1004.3807373046875
591 LT 6.033 -21443.58984375 881.9031372070312 1004.3807373046875
592 LT 6.085 -21445.283203125 881.9031372070312 1004.3807373046875
593 LT 6.135 -21445.283203125 881.9031372070312 1004.3807373046875
594 LT 6.185 -21445.283203125 881.9031372070312 1004.3807373046875
595 LT 6.235 -21463.9609375 881.9031372070312 1004.3806762695312
596 LT 6.285 -21469.060546875 881.9031372070312 1004.3806762695312
597 LT 6.335 -21479.24609375 881.9031372070312 1004.3806762695312
598 LT 6.385 -21482.640625 881.9031372070312 1004.3806762695312
599 LT 6.438 -21489.431640625 881.9031372070312 1004.380615234375
600 LT 6.488 -21489.431640625 881.9031372070312 1004.380615234375
601 LT 6.538 -21489.431640625 881.9031372070312 1004.380615234375
602 LT 6.588 -21506.41796875 881.9031372070312 1004.380615234375
603 LT 6.638 -21514.900390625 881.9031372070312 1004.3805541992188
604 LT 6.689 -21525.087890625 881.9031372070312 1004.3805541992188
605 LT 6.739 -21535.2734375 881.9031372070312 1004.3805541992188
606 LT 6.789 -21538.66796875 881.903076171875 1004.3805541992188
607 LT 6.84 -21542.064453125 881.903076171875 1004.3805541992188
608 LT 6.89 -21542.064453125 881.903076171875 1004.3805541992188
609 LT 6.94 -21542.064453125 881.903076171875 1004.3805541992188
610 LT 6.99 -21560.7421875 881.903076171875 1004.3804931640625
611 LT 7.075 -21570.927734375 881.903076171875 1004.3804931640625
612 LT 7.125 -21581.115234375 881.903076171875 1004.3804321289062
613 LT 7.175 -21586.203125 881.903076171875 1004.3804321289062
614 LT 7.225 -21586.203125 881.903076171875 1004.3804321289062
615 LT 7.275 -21586.203125 881.903076171875 1004.3804321289062
616 LT 7.325 -21603.189453125 881.903076171875 1004.3804321289062
617 LT 7.376 -21608.27734375 881.903076171875 1004.38037109375
618 LT 7.426 -21620.166015625 881.903076171875 1004.38037109375
619 LT 7.476 -21620.166015625 881.903076171875 1004.38037109375
620 LT 7.526 -21632.04296875 881.903076171875 1004.38037109375
621 LT 7.577 -21633.736328125 881.903076171875 1004.38037109375
622 LT 7.627 -21633.736328125 881.903076171875 1004.38037109375
623 LT 7.677 -21633.736328125 881.903076171875 1004.38037109375
624 LT 7.729 -21652.416015625 881.9030151367188 1004.3803100585938
625 LT 7.779 -21659.20703125 881.9030151367188 1004.3803100585938
626 LT 7.829 -21672.787109375 881.9030151367188 1004.3802490234375
627 LT 7.879 -21676.18359375 881.9030151367188 1004.3802490234375
628 LT 7.929 -21681.271484375 881.9030151367188 1004.3802490234375
629 LT 7.979 -21681.271484375 881.9030151367188 1004.3802490234375
630 coast2 0.0 -21699.958984375 881.9030151367188 1004.3801879882812
631 coast2 0.05 -21709.087890625 881.9030151367188 1004.3801879882812
632 coast2 0.1 -21722.490234375 881.9030151367188 1004.3801879882812
633 coast2 0.15 -21733.17578125 881.9030151367188 1004.380126953125
634 coast2 0.2 -21748.78125 881.9030151367188 1004.380126953125
635 coast2 0.25 -21748.78125 881.9030151367188 1004.380126953125
636 coast2 0.301 -21748.78125 881.9030151367188 1004.380126953125
637 coast2 0.351 -21780.17578125 881.9029541015625 1004.3800659179688
638 coast2 0.401 -21797.376953125 881.9029541015625 1004.3800048828125
639 coast2 0.478 -21826.087890625 881.9029541015625 1004.3799438476562
640 coast2 0.528 -21858.291015625 881.9029541015625 1004.3798828125
641 coast2 0.579 -21875.611328125 881.9029541015625 1004.3798828125
642 coast2 0.629 -21875.611328125 881.9029541015625 1004.3798828125
643 coast2 0.68 -21875.611328125 881.9029541015625 1004.3798828125
644 coast2 0.73 -21875.611328125 881.9029541015625 1004.3798828125
645 coast2 0.78 -21951.38671875 881.9028930664062 1004.3796997070312
646 coast2 0.83 -21986.3515625 881.9028930664062 1004.379638671875
647 coast2 0.881 -21998.005859375 881.90283203125 1004.3795776367188
648 coast2 0.932 -22044.626953125 881.90283203125 1004.3795166015625
649 coast2 0.982 -22062.091796875 881.90283203125 1004.3794555664062
650 coast2 1.032 -22062.091796875 881.90283203125 1004.3794555664062
651 coast2 1.082 -22062.091796875 881.90283203125 1004.3794555664062
652 coast2 1.132 -22062.091796875 881.90283203125 1004.3794555664062
653 coast2 1.183 -22143.7109375 881.9027709960938 1004.3793334960938
654 coast2 1.233 -22178.677734375 881.9027709960938 1004.3792114257812
655 coast2 1.283 -22190.33203125 881.9027709960938 1004.3792114257812
656 coast2 1.333 -22236.951171875 881.9027099609375 1004.379150390625
657 coast2 1.383 -22242.76171875 881.9027099609375 1004.3790893554688
658 coast2 1.433 -22242.76171875 881.9027099609375 1004.3790893554688
659 coast2 1.483 -22242.76171875 881.9027099609375 1004.3790893554688
660 coast2 1.533 -22289.416015625 881.9027099609375 1004.3790283203125
661 coast2 1.583 -22318.537109375 881.9027099609375 1004.3789672851562
662 coast2 1.634 -22353.501953125 881.9026489257812 1004.37890625
663 coast2 1.684 -22365.15625 881.9026489257812 1004.3788452148438
664 coast2 1.734 -22411.77734375 881.9026489257812 1004.3787841796875
665 coast2 1.784 -22417.5859375 881.9026489257812 1004.3787841796875
666 coast2 1.834 -22417.5859375 881.9026489257812 1004.3787841796875
667 coast2 1.885 -22417.5859375 881.9026489257812 1004.3787841796875
668 coast2 1.935 -22475.896484375 881.902587890625 1004.378662109375
669 coast2 1.989 -22493.361328125 881.902587890625 1004.3786010742188
670 coast2 2.042 -22539.982421875 881.902587890625 1004.3785400390625
671 coast2 2.092 -22563.291015625 881.9025268554688 1004.3784790039062
672 coast2 2.143 -22592.412109375 881.9025268554688 1004.37841796875
673 coast2 2.194 -22598.22265625 881.9025268554688 1004.37841796875
674 coast2 2.279 -22598.22265625 881.9025268554688 1004.37841796875
675 coast2 2.329 -22598.22265625 881.9025268554688 1004.37841796875
676 coast2 2.38 -22662.341796875 881.9025268554688 1004.3782348632812
677 coast2 2.43 -22708.9609375 881.9024658203125 1004.378173828125
678 coast2 2.48 -22708.9609375 881.9024658203125 1004.378173828125
679 coast2 2.531 -22743.92578125 881.9024658203125 1004.3781127929688
680 coast2 2.581 -22761.392578125 881.9024658203125 1004.3780517578125
681 coast2 2.631 -22761.392578125 881.9024658203125 1004.3780517578125
682 coast2 2.681 -22761.392578125 881.9024658203125 1004.3780517578125
683 coast2 2.731 -22761.392578125 881.9024658203125 1004.3780517578125
684 coast2 2.781 -22837.166015625 881.9024047851562 1004.3779296875
685 coast2 2.832 -22872.130859375 881.9024047851562 1004.3778686523438
686 coast2 2.882 -22883.787109375 881.9024047851562 1004.3778076171875
687 coast2 2.933 -22930.40625 881.90234375 1004.3777465820312
688 coast2 2.983 -22942.02734375 881.90234375 1004.377685546875
689 coast2 3.033 -22942.02734375 881.90234375 1004.377685546875
690 coast2 3.083 -22942.02734375 881.90234375 1004.377685546875
691 coast2 3.133 -22994.52734375 881.90234375 1004.3775634765625
692 coast2 3.183 -23011.9921875 881.90234375 1004.3775634765625
693 coast2 3.234 -23046.95703125 881.9022827148438 1004.3775024414062
694 coast2 3.284 -23058.611328125 881.9022827148438 1004.37744140625
695 coast2 3.334 -23105.232421875 881.9022827148438 1004.3773803710938
696 coast2 3.384 -23111.041015625 881.9022827148438 1004.3773803710938
697 coast2 3.435 -23111.041015625 881.9022827148438 1004.3773803710938
698 coast2 3.485 -23111.041015625 881.9022827148438 1004.3773803710938
699 coast2 3.535 -23163.541015625 881.9022216796875 1004.3772583007812
700 coast2 3.587 -23181.005859375 881.9022216796875 1004.377197265625
701 coast2 3.677 -23221.81640625 881.9022216796875 1004.3771362304688
702 coast2 3.728 -23256.78125 881.9021606445312 1004.3770751953125
703 coast2 3.778 -23274.24609375 881.9021606445312 1004.3770141601562
704 coast2 3.828 -23274.24609375 881.9021606445312 1004.3770141601562
705 coast2 3.878 -23274.24609375 881.9021606445312 1004.3770141601562
706 coast2 3.928 -23274.24609375 881.9021606445312 1004.3770141601562
707 coast2 3.979 -23344.2109375 881.9021606445312 1004.3768920898438
708 coast2 4.029 -23379.17578125 881.902099609375 1004.3768310546875
709 coast2 4.079 -23390.83203125 881.902099609375 1004.3767700195312
710 coast2 4.129 -23437.451171875 881.902099609375 1004.376708984375
711 coast2 4.18 -23449.072265625 881.902099609375 1004.3766479492188
712 coast2 4.23 -23449.072265625 881.902099609375 1004.3766479492188
713 coast2 4.28 -23449.072265625 881.902099609375 1004.3766479492188
714 coast2 4.33 -23449.072265625 881.902099609375 1004.3766479492188
715 coast2 4.38 -23524.845703125 881.9020385742188 1004.3765258789062
716 coast2 4.43 -23559.8125 881.9020385742188 1004.37646484375
717 coast2 4.48 -23571.466796875 881.9020385742188 1004.3764038085938
718 coast2 4.53 -23606.431640625 881.9019775390625 1004.3763427734375
719 coast2 4.58 -23623.896484375 881.9019775390625 1004.3763427734375
720 coast2 4.631 -23623.896484375 881.9019775390625 1004.3763427734375
721 coast2 4.681 -23623.896484375 881.9019775390625 1004.3763427734375
722 coast2 4.731 -23623.896484375 881.9019775390625 1004.3763427734375
723 coast2 4.781 -23688.015625 881.9019775390625 1004.3761596679688
724 coast2 4.832 -23722.982421875 881.9019165039062 1004.3760986328125
725 coast2 4.882 -23746.291015625 881.9019165039062 1004.3760986328125
726 coast2 4.934 -23781.255859375 881.9019165039062 1004.3759765625
727 coast2 4.984 -23804.56640625 881.9019165039062 1004.3759765625
728 coast2 5.034 -23822.06640625 881.90185546875 1004.3759155273438
729 coast2 5.084 -23822.06640625 881.90185546875 1004.3759155273438
730 coast2 5.134 -23822.06640625 881.90185546875 1004.3759155273438
731 coast2 5.184 -23874.56640625 881.90185546875 1004.3757934570312
732 coast2 5.234 -23915.341796875 881.90185546875 1004.375732421875
733 coast2 5.284 -23938.65234375 881.9017944335938 1004.3756713867188
734 coast2 5.334 -23985.271484375 881.9017944335938 1004.3756103515625
735 coast2 5.385 -23996.92578125 881.9017944335938 1004.3755493164062
736 coast2 5.438 -24008.546875 881.9017944335938 1004.3755493164062
737 coast2 5.488 -24008.546875 881.9017944335938 1004.3755493164062
738 coast2 5.539 -24008.546875 881.9017944335938 1004.3755493164062
739 coast2 5.589 -24008.546875 881.9017944335938 1004.3755493164062
740 coast2 5.639 -24095.9765625 881.9017333984375 1004.3753662109375
741 coast2 5.689 -24125.130859375 881.9017333984375 1004.3753051757812
742 coast2 5.739 -24160.095703125 881.9016723632812 1004.375244140625
743 coast2 5.789 -24171.751953125 881.9016723632812 1004.3751831054688
744 coast2 5.839 -24195.02734375 881.9016723632812 1004.3751831054688
745 coast2 5.889 -24195.02734375 881.9016723632812 1004.3751831054688
746 coast2 5.94 -24195.02734375 881.9016723632812 1004.3751831054688
747 coast2 5.99 -24195.02734375 881.9016723632812 1004.3751831054688
748 coast2 6.04 -24264.9921875 881.9016723632812 1004.375
749 coast2 6.091 -24288.30078125 881.901611328125 1004.375
750 coast2 6.141 -24334.921875 881.901611328125 1004.3748779296875
751 coast2 6.192 -24358.232421875 881.901611328125 1004.3748168945312
752 coast2 6.242 -24387.3515625 881.9015502929688 1004.374755859375
753 coast2 6.292 -24393.162109375 881.9015502929688 1004.374755859375
754 coast2 6.345 -24393.162109375 881.9015502929688 1004.374755859375
755 coast2 6.395 -24393.162109375 881.9015502929688 1004.374755859375
756 coast2 6.446 -24451.470703125 881.9015502929688 1004.3746337890625
757 coast2 6.496 -24480.591796875 881.9015502929688 1004.3745727539062
758 coast2 6.578 -24515.556640625 881.9014892578125 1004.37451171875
759 coast2 6.628 -24568.021484375 881.9014892578125 1004.3743896484375
760 coast2 6.678 -24579.67578125 881.9014892578125 1004.3743896484375
761 coast2 6.728 -24591.33203125 881.9014892578125 1004.3743286132812
762 coast2 6.778 -24591.33203125 881.9014892578125 1004.3743286132812
763 coast2 6.829 -24591.33203125 881.9014892578125 1004.3743286132812
764 coast2 6.879 -24655.451171875 881.9014282226562 1004.3742065429688
765 coast2 6.929 -24690.416015625 881.9014282226562 1004.3741455078125
766 coast2 6.979 -24702.072265625 881.9014282226562 1004.3741455078125
767 coast2 7.031 -24737.037109375 881.9013671875 1004.3740844726562
768 coast2 7.081 -24760.345703125 881.9013671875 1004.3740234375
769 coast2 7.132 -24772.001953125 881.9013671875 1004.3739624023438
770 coast2 7.182 -24772.001953125 881.9013671875 1004.3739624023438
771 coast2 7.232 -24772.001953125 881.9013671875 1004.3739624023438
772 coast2 7.284 -24830.310546875 881.9013671875 1004.3738403320312
773 coast2 7.334 -24865.27734375 881.9013061523438 1004.373779296875
774 coast2 7.384 -24894.431640625 881.9013061523438 1004.3737182617188
775 coast2 7.434 -24929.396484375 881.9013061523438 1004.3736572265625
776 coast2 7.484 -24952.70703125 881.9012451171875 1004.3735961914062
777 coast2 7.534 -24958.515625 881.9012451171875 1004.3735961914062
778 coast2 7.584 -24958.515625 881.9012451171875 1004.3735961914062
779 coast2 7.635 -24958.515625 881.9012451171875 1004.3735961914062
780 coast2 7.685 -24958.515625 881.9012451171875 1004.3735961914062
781 coast2 7.736 -25028.48046875 881.9012451171875 1004.3734741210938
782 coast2 7.786 -25057.63671875 881.9012451171875 1004.3734130859375
783 coast2 7.837 -25092.6015625 881.9011840820312 1004.3733520507812
784 coast2 7.887 -25104.255859375 881.9011840820312 1004.373291015625
785 coast2 7.937 -25121.720703125 881.9011840820312 1004.373291015625
786 coast2 7.987 -25121.720703125 881.9011840820312 1004.373291015625

View File

@@ -0,0 +1,56 @@
# The throttle is a TARGET-SPEED selector — measured against the definition (2026-08-13)
**Status: ✅ for the shape of the law, 🟡 for the unit scale.**
The unit definition gives `MinimumVelocity 100`, `CruisingVelocity 350`,
`MaximumVelocity 1200`, `Acceleration 600` and `Deceleration 500` for
`UN_f001_TCAF_DeltaSaber_T_Player` ([values](captures/unit-runtime-fields.csv)),
but not **how** the game applies them. This measures it.
Method — [`tools/re-capture/speed_law.py`](../../tools/re-capture/speed_law.py):
lock onto the player entity once, then sample its own position triple in guest RAM
while holding each throttle input in turn (8 s per phase, 20 Hz). Speed is
differentiated over **1-second windows**, never per sample.
## Result
| phase | measured speed (1 s windows) | settles to | definition field |
|---|---|---|---|
| no throttle | 367 403 471 365 463 463 365 | **~420** | `CruisingVelocity` 350 |
| `RT` held | 1041 1376 1551 1379 1596 1510 1620 | **~1 530** | `MaximumVelocity` 1200 |
| release | 1314 672 432 452 432 450 408 | back to **~440** | — |
| `LT` held | 203 121 135 121 115 146 122 | **~125** | `MinimumVelocity` 100 |
| release | 369 451 427 425 445 390 465 | back to **~430** | — |
So the throttle **selects a target speed** — minimum / cruise / maximum — and the
craft converges to it; releasing either trigger returns it to cruise. It is not a
force model with the throttle adding thrust, which is what a reimplementation would
most likely have assumed from `Acceleration`/`Deceleration` alone. Those two fields
govern the **convergence rate**: the release phase falls ~1 314 → ~432 in about two
seconds (~440 units/s², against `Deceleration` 500) and the `RT` phase climbs ~420 →
~1 550 in two to three seconds (~470560 units/s², against `Acceleration` 600).
## 🟡 The unit scale
Measured world-space speeds run **≈1.21.3× the definition numbers** in all three
regimes (cruise 1.21, maximum 1.28, minimum 1.32). The HUD, meanwhile, reads
**350** at cruise — the definition value exactly. So the definition's velocity unit
is the HUD's, and entity world coordinates are a constant multiple of it, close to
**1.25**. The spread across regimes is larger than the constant itself is precise,
because the craft is manoeuvring under fire while sampled (straight-line
displacement per window under-reads a curving path), so this is recorded as a
measured range rather than a pinned constant.
## Traps
* **`RT`/`LT` are analogue triggers**, so `vgamepad trig RT 1.0` holds the throttle;
the button verb `hold RT` is a **silent no-op**. The first run of this probe
measured the drift of a craft nobody was flying.
* **Do not differentiate per sample.** The guest updates the position slower than
20 Hz, so per-sample differences alternate between 0 and a double step —
`0, 1519, 1985, 0, 2681…` for a craft flying smoothly.
* **Bind late, measure fast.** The player entity is not in the typed-entity scan
for the first ~15 s of a mission, and the craft dies within a few minutes if
nobody is flying it — one earlier attempt ended at `GAME OVER` mid-probe.
Raw samples: [`captures/speed-law-throttle-phases.csv`](captures/speed-law-throttle-phases.csv).

View File

@@ -0,0 +1,86 @@
#!/usr/bin/env python3
"""Measure the craft's speed law and check it against its definition.
The unit definition gives `Acceleration`, `Deceleration`, `MinimumVelocity`,
`CruisingVelocity` and `MaximumVelocity` (harvested 2026-08-13), but not how the
game applies them. This holds each throttle input and samples the player's own
position at ~10 Hz, so speed and its rate of change are measured rather than
assumed.
Why not `ctrl_probe.py`: it re-scans for the player when it starts, and that scan
misses in roughly half the samples on a busy stage (entities move while it walks
memory). This locks onto the player object ONCE and then only re-reads its
position triple, which is why it survives a firefight.
Usage: speed_law.py <out.csv> [hold_s]
"""
import os, struct, subprocess, sys, time
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import gworld, entities2
def find_player(retries=8):
for _ in range(retries):
w = gworld.World()
defs = entities2.definitions(w)
movers = entities2.moving(w.fd, w.size)
for off, nm, pos, sp in entities2.typed(w.fd, defs, movers, 0x130):
if nm.endswith("_Player"):
return w, off, nm
time.sleep(2)
return None, None, None
def pos_at(fd, off):
b = os.pread(fd, 12, off)
return struct.unpack(">3f", b)
def pad(*args):
subprocess.run(["vgamepad", *args], capture_output=True)
def sample(fd, off, seconds, hz=20):
"""Raw (t, x, y, z) samples. Speed is NOT computed per sample: the guest
updates the position at its own rate, so a 10 Hz difference alternates
between 0 and a double step — the first run of this probe read 0, 1519, 1985,
0, 2681 … for a craft flying smoothly. Differentiate over a window instead."""
out, t0 = [], time.time()
while time.time() - t0 < seconds:
p = pos_at(fd, off)
out.append((round(time.time() - t0, 3), p[0], p[1], p[2]))
time.sleep(1.0 / hz)
return out
def main():
out_csv = sys.argv[1]
hold = float(sys.argv[2]) if len(sys.argv) > 2 else 8.0
w, off, nm = find_player()
if not w:
sys.exit("player entity not found after retries")
print(f"# locked on {nm} at file offset {off:#x}")
rows = []
# RT/LT are ANALOGUE TRIGGERS, not buttons: `vgamepad trig RT 1.0` holds full
# throttle, `trig RT 0.0` releases. Using `hold RT` (the button verb) is a
# silent no-op — the first run of this probe measured only the drift of a
# craft nobody was flying.
for label, keys in (("idle", [("RT", 0.0), ("LT", 0.0)]),
("RT", [("RT", 1.0), ("LT", 0.0)]),
("coast", [("RT", 0.0), ("LT", 0.0)]),
("LT", [("LT", 1.0), ("RT", 0.0)]),
("coast2", [("RT", 0.0), ("LT", 0.0)])):
for axis, v in keys:
pad("trig", axis, str(v))
seq = sample(w.fd, off, hold)
for t, x, y, z in seq:
rows.append((label, t, x, y, z))
# windowed speed: displacement over the phase's middle second
mid = [s for s in seq if seq[-1][0] * 0.4 <= s[0] <= seq[-1][0] * 0.9]
if len(mid) > 2:
d = sum((mid[-1][i] - mid[0][i]) ** 2 for i in (1, 2, 3)) ** 0.5
print(f"# {label:<8} windowed speed {d / (mid[-1][0] - mid[0][0]):8.1f}/s")
pad("trig", "RT", "0.0"); pad("trig", "LT", "0.0")
with open(out_csv, "w") as f:
f.write("phase,t,x,y,z\n")
for r in rows:
f.write(f"{r[0]},{r[1]},{r[2]},{r[3]},{r[4]}\n")
print(f"# wrote {out_csv} ({len(rows)} samples)")
if __name__ == "__main__":
main()