{
 "schemaVersion": "1.0",
 "id": "lp-ft-001",
 "title": "Inside a Flight Test: a climb, a level-off and one discrepancy to explain",
 "label": "Synthetic educational data",
 "provenance": {
  "author": "LloydPilot (lloydpilot.com)",
  "authored": "2026-09-07",
  "generator": {
   "name": "scripts/gen-lab-dataset.mjs",
   "version": "1.0.0",
   "prng": "mulberry32",
   "seed": 20260901
  },
  "kind": "Synthetic educational data",
  "statement": "An authored teaching scenario generated by code from a seeded random-number generator. Every channel, including the \"measured\" ones, is synthetic.",
  "isNot": [
   "a flight by Lloyd or by anyone",
   "NASA telemetry or NASA flight-test data",
   "real-time aircraft data",
   "a certified performance model",
   "a validated digital twin of any aircraft"
  ],
  "valuesNote": "The numbers are generic research-scenario values chosen to be readable in a six-minute exercise. They are not Learjet 24 or N24SA parameters and must not be read as limits, performance figures or procedures.",
  "inspiredBy": "The method of comparing observed flight data with model predictions, as NASA describes for the X-59 (see /lab/research-brief). No NASA data, model or code beyond the Open MCT visualisation software is used."
 },
 "time": {
  "epoch": "2026-09-01T14:00:00Z",
  "stepSeconds": 1,
  "count": 361,
  "start": "2026-09-01T14:00:00Z",
  "end": "2026-09-01T14:06:00Z",
  "timezone": "UTC",
  "note": "Fixed synthetic epoch. These timestamps are not the time of any real flight."
 },
 "channelClasses": {
  "measured": "Synthetic observations (what a sensor would report in this scenario).",
  "expected": "Synthetic prediction from a simple teaching model of this scenario.",
  "derived": "Computed by code from the other channels; the formula is stored with the channel.",
  "simulated": "Not used in this dataset; reserved for channels produced by a separate simulation."
 },
 "thresholds": {
  "egtDeltaC": 30,
  "ffDeltaPct": 4,
  "note": "Review thresholds for this exercise only; they are not operating limits."
 },
 "comparisons": [
  {
   "id": "egt-left",
   "label": "EGT left",
   "engine": "left",
   "observed": "egt_l",
   "expected": "egt_l_exp",
   "unit": "°C",
   "threshold": 30,
   "thresholdKind": "absolute"
  },
  {
   "id": "egt-right",
   "label": "EGT right",
   "engine": "right",
   "observed": "egt_r",
   "expected": "egt_r_exp",
   "unit": "°C",
   "threshold": 30,
   "thresholdKind": "absolute"
  },
  {
   "id": "ff-left",
   "label": "Fuel flow left",
   "engine": "left",
   "observed": "ff_l",
   "expected": "ff_l_exp",
   "unit": "lb/h",
   "threshold": 4,
   "thresholdKind": "percent"
  },
  {
   "id": "ff-right",
   "label": "Fuel flow right",
   "engine": "right",
   "observed": "ff_r",
   "expected": "ff_r_exp",
   "unit": "lb/h",
   "threshold": 4,
   "thresholdKind": "percent"
  }
 ],
 "channels": [
  {
   "id": "alt_press",
   "name": "Pressure altitude",
   "unit": "ft",
   "class": "measured",
   "decimals": 0,
   "group": "flight",
   "componentIds": [
    "cockpit"
   ]
  },
  {
   "id": "ias",
   "name": "Indicated airspeed",
   "unit": "kt",
   "class": "measured",
   "decimals": 1,
   "group": "flight",
   "componentIds": [
    "cockpit"
   ]
  },
  {
   "id": "pitch",
   "name": "Pitch attitude",
   "unit": "°",
   "class": "measured",
   "decimals": 1,
   "group": "flight",
   "componentIds": [
    "left-elevator",
    "right-elevator"
   ]
  },
  {
   "id": "n1_l",
   "name": "N₁ left",
   "unit": "%",
   "class": "measured",
   "decimals": 1,
   "group": "engine-left",
   "componentIds": [
    "left-engine-core",
    "engine-instruments"
   ]
  },
  {
   "id": "n1_r",
   "name": "N₁ right",
   "unit": "%",
   "class": "measured",
   "decimals": 1,
   "group": "engine-right",
   "componentIds": [
    "right-engine-core",
    "engine-instruments"
   ]
  },
  {
   "id": "egt_l",
   "name": "EGT left (observed)",
   "unit": "°C",
   "class": "measured",
   "decimals": 0,
   "group": "engine-left",
   "componentIds": [
    "left-exhaust",
    "engine-instruments"
   ]
  },
  {
   "id": "egt_r",
   "name": "EGT right (observed)",
   "unit": "°C",
   "class": "measured",
   "decimals": 0,
   "group": "engine-right",
   "componentIds": [
    "right-exhaust",
    "engine-instruments"
   ]
  },
  {
   "id": "ff_l",
   "name": "Fuel flow left (observed)",
   "unit": "lb/h",
   "class": "measured",
   "decimals": 0,
   "group": "engine-left",
   "componentIds": [
    "engine-fuel-controls",
    "left-engine-core"
   ]
  },
  {
   "id": "ff_r",
   "name": "Fuel flow right (observed)",
   "unit": "lb/h",
   "class": "measured",
   "decimals": 0,
   "group": "engine-right",
   "componentIds": [
    "engine-fuel-controls",
    "right-engine-core"
   ]
  },
  {
   "id": "cabin_alt",
   "name": "Cabin altitude",
   "unit": "ft",
   "class": "measured",
   "decimals": 0,
   "group": "cabin",
   "componentIds": [
    "cabin-pressure-controls",
    "outflow-valve"
   ]
  },
  {
   "id": "egt_l_exp",
   "name": "EGT left (expected)",
   "unit": "°C",
   "class": "expected",
   "decimals": 0,
   "group": "engine-left",
   "componentIds": [
    "left-engine-core"
   ],
   "model": "egt-model-v1"
  },
  {
   "id": "egt_r_exp",
   "name": "EGT right (expected)",
   "unit": "°C",
   "class": "expected",
   "decimals": 0,
   "group": "engine-right",
   "componentIds": [
    "right-engine-core"
   ],
   "model": "egt-model-v1"
  },
  {
   "id": "ff_l_exp",
   "name": "Fuel flow left (expected)",
   "unit": "lb/h",
   "class": "expected",
   "decimals": 0,
   "group": "engine-left",
   "componentIds": [
    "left-engine-core"
   ],
   "model": "ff-model-v1"
  },
  {
   "id": "ff_r_exp",
   "name": "Fuel flow right (expected)",
   "unit": "lb/h",
   "class": "expected",
   "decimals": 0,
   "group": "engine-right",
   "componentIds": [
    "right-engine-core"
   ],
   "model": "ff-model-v1"
  },
  {
   "id": "egt_l_delta",
   "name": "EGT left: observed − expected",
   "unit": "°C",
   "class": "derived",
   "decimals": 0,
   "group": "engine-left",
   "componentIds": [],
   "formula": "egt_l - egt_l_exp"
  },
  {
   "id": "egt_r_delta",
   "name": "EGT right: observed − expected",
   "unit": "°C",
   "class": "derived",
   "decimals": 0,
   "group": "engine-right",
   "componentIds": [],
   "formula": "egt_r - egt_r_exp"
  },
  {
   "id": "egt_split",
   "name": "EGT split (right − left)",
   "unit": "°C",
   "class": "derived",
   "decimals": 0,
   "group": "engine-compare",
   "componentIds": [],
   "formula": "egt_r - egt_l"
  },
  {
   "id": "vs",
   "name": "Vertical speed (from altitude)",
   "unit": "ft/min",
   "class": "derived",
   "decimals": 0,
   "group": "flight",
   "componentIds": [],
   "formula": "(alt_press[t] - alt_press[t-1]) * 60"
  }
 ],
 "timestamps": [
  "2026-09-01T14:00:00Z",
  "2026-09-01T14:00:01Z",
  "2026-09-01T14:00:02Z",
  "2026-09-01T14:00:03Z",
  "2026-09-01T14:00:04Z",
  "2026-09-01T14:00:05Z",
  "2026-09-01T14:00:06Z",
  "2026-09-01T14:00:07Z",
  "2026-09-01T14:00:08Z",
  "2026-09-01T14:00:09Z",
  "2026-09-01T14:00:10Z",
  "2026-09-01T14:00:11Z",
  "2026-09-01T14:00:12Z",
  "2026-09-01T14:00:13Z",
  "2026-09-01T14:00:14Z",
  "2026-09-01T14:00:15Z",
  "2026-09-01T14:00:16Z",
  "2026-09-01T14:00:17Z",
  "2026-09-01T14:00:18Z",
  "2026-09-01T14:00:19Z",
  "2026-09-01T14:00:20Z",
  "2026-09-01T14:00:21Z",
  "2026-09-01T14:00:22Z",
  "2026-09-01T14:00:23Z",
  "2026-09-01T14:00:24Z",
  "2026-09-01T14:00:25Z",
  "2026-09-01T14:00:26Z",
  "2026-09-01T14:00:27Z",
  "2026-09-01T14:00:28Z",
  "2026-09-01T14:00:29Z",
  "2026-09-01T14:00:30Z",
  "2026-09-01T14:00:31Z",
  "2026-09-01T14:00:32Z",
  "2026-09-01T14:00:33Z",
  "2026-09-01T14:00:34Z",
  "2026-09-01T14:00:35Z",
  "2026-09-01T14:00:36Z",
  "2026-09-01T14:00:37Z",
  "2026-09-01T14:00:38Z",
  "2026-09-01T14:00:39Z",
  "2026-09-01T14:00:40Z",
  "2026-09-01T14:00:41Z",
  "2026-09-01T14:00:42Z",
  "2026-09-01T14:00:43Z",
  "2026-09-01T14:00:44Z",
  "2026-09-01T14:00:45Z",
  "2026-09-01T14:00:46Z",
  "2026-09-01T14:00:47Z",
  "2026-09-01T14:00:48Z",
  "2026-09-01T14:00:49Z",
  "2026-09-01T14:00:50Z",
  "2026-09-01T14:00:51Z",
  "2026-09-01T14:00:52Z",
  "2026-09-01T14:00:53Z",
  "2026-09-01T14:00:54Z",
  "2026-09-01T14:00:55Z",
  "2026-09-01T14:00:56Z",
  "2026-09-01T14:00:57Z",
  "2026-09-01T14:00:58Z",
  "2026-09-01T14:00:59Z",
  "2026-09-01T14:01:00Z",
  "2026-09-01T14:01:01Z",
  "2026-09-01T14:01:02Z",
  "2026-09-01T14:01:03Z",
  "2026-09-01T14:01:04Z",
  "2026-09-01T14:01:05Z",
  "2026-09-01T14:01:06Z",
  "2026-09-01T14:01:07Z",
  "2026-09-01T14:01:08Z",
  "2026-09-01T14:01:09Z",
  "2026-09-01T14:01:10Z",
  "2026-09-01T14:01:11Z",
  "2026-09-01T14:01:12Z",
  "2026-09-01T14:01:13Z",
  "2026-09-01T14:01:14Z",
  "2026-09-01T14:01:15Z",
  "2026-09-01T14:01:16Z",
  "2026-09-01T14:01:17Z",
  "2026-09-01T14:01:18Z",
  "2026-09-01T14:01:19Z",
  "2026-09-01T14:01:20Z",
  "2026-09-01T14:01:21Z",
  "2026-09-01T14:01:22Z",
  "2026-09-01T14:01:23Z",
  "2026-09-01T14:01:24Z",
  "2026-09-01T14:01:25Z",
  "2026-09-01T14:01:26Z",
  "2026-09-01T14:01:27Z",
  "2026-09-01T14:01:28Z",
  "2026-09-01T14:01:29Z",
  "2026-09-01T14:01:30Z",
  "2026-09-01T14:01:31Z",
  "2026-09-01T14:01:32Z",
  "2026-09-01T14:01:33Z",
  "2026-09-01T14:01:34Z",
  "2026-09-01T14:01:35Z",
  "2026-09-01T14:01:36Z",
  "2026-09-01T14:01:37Z",
  "2026-09-01T14:01:38Z",
  "2026-09-01T14:01:39Z",
  "2026-09-01T14:01:40Z",
  "2026-09-01T14:01:41Z",
  "2026-09-01T14:01:42Z",
  "2026-09-01T14:01:43Z",
  "2026-09-01T14:01:44Z",
  "2026-09-01T14:01:45Z",
  "2026-09-01T14:01:46Z",
  "2026-09-01T14:01:47Z",
  "2026-09-01T14:01:48Z",
  "2026-09-01T14:01:49Z",
  "2026-09-01T14:01:50Z",
  "2026-09-01T14:01:51Z",
  "2026-09-01T14:01:52Z",
  "2026-09-01T14:01:53Z",
  "2026-09-01T14:01:54Z",
  "2026-09-01T14:01:55Z",
  "2026-09-01T14:01:56Z",
  "2026-09-01T14:01:57Z",
  "2026-09-01T14:01:58Z",
  "2026-09-01T14:01:59Z",
  "2026-09-01T14:02:00Z",
  "2026-09-01T14:02:01Z",
  "2026-09-01T14:02:02Z",
  "2026-09-01T14:02:03Z",
  "2026-09-01T14:02:04Z",
  "2026-09-01T14:02:05Z",
  "2026-09-01T14:02:06Z",
  "2026-09-01T14:02:07Z",
  "2026-09-01T14:02:08Z",
  "2026-09-01T14:02:09Z",
  "2026-09-01T14:02:10Z",
  "2026-09-01T14:02:11Z",
  "2026-09-01T14:02:12Z",
  "2026-09-01T14:02:13Z",
  "2026-09-01T14:02:14Z",
  "2026-09-01T14:02:15Z",
  "2026-09-01T14:02:16Z",
  "2026-09-01T14:02:17Z",
  "2026-09-01T14:02:18Z",
  "2026-09-01T14:02:19Z",
  "2026-09-01T14:02:20Z",
  "2026-09-01T14:02:21Z",
  "2026-09-01T14:02:22Z",
  "2026-09-01T14:02:23Z",
  "2026-09-01T14:02:24Z",
  "2026-09-01T14:02:25Z",
  "2026-09-01T14:02:26Z",
  "2026-09-01T14:02:27Z",
  "2026-09-01T14:02:28Z",
  "2026-09-01T14:02:29Z",
  "2026-09-01T14:02:30Z",
  "2026-09-01T14:02:31Z",
  "2026-09-01T14:02:32Z",
  "2026-09-01T14:02:33Z",
  "2026-09-01T14:02:34Z",
  "2026-09-01T14:02:35Z",
  "2026-09-01T14:02:36Z",
  "2026-09-01T14:02:37Z",
  "2026-09-01T14:02:38Z",
  "2026-09-01T14:02:39Z",
  "2026-09-01T14:02:40Z",
  "2026-09-01T14:02:41Z",
  "2026-09-01T14:02:42Z",
  "2026-09-01T14:02:43Z",
  "2026-09-01T14:02:44Z",
  "2026-09-01T14:02:45Z",
  "2026-09-01T14:02:46Z",
  "2026-09-01T14:02:47Z",
  "2026-09-01T14:02:48Z",
  "2026-09-01T14:02:49Z",
  "2026-09-01T14:02:50Z",
  "2026-09-01T14:02:51Z",
  "2026-09-01T14:02:52Z",
  "2026-09-01T14:02:53Z",
  "2026-09-01T14:02:54Z",
  "2026-09-01T14:02:55Z",
  "2026-09-01T14:02:56Z",
  "2026-09-01T14:02:57Z",
  "2026-09-01T14:02:58Z",
  "2026-09-01T14:02:59Z",
  "2026-09-01T14:03:00Z",
  "2026-09-01T14:03:01Z",
  "2026-09-01T14:03:02Z",
  "2026-09-01T14:03:03Z",
  "2026-09-01T14:03:04Z",
  "2026-09-01T14:03:05Z",
  "2026-09-01T14:03:06Z",
  "2026-09-01T14:03:07Z",
  "2026-09-01T14:03:08Z",
  "2026-09-01T14:03:09Z",
  "2026-09-01T14:03:10Z",
  "2026-09-01T14:03:11Z",
  "2026-09-01T14:03:12Z",
  "2026-09-01T14:03:13Z",
  "2026-09-01T14:03:14Z",
  "2026-09-01T14:03:15Z",
  "2026-09-01T14:03:16Z",
  "2026-09-01T14:03:17Z",
  "2026-09-01T14:03:18Z",
  "2026-09-01T14:03:19Z",
  "2026-09-01T14:03:20Z",
  "2026-09-01T14:03:21Z",
  "2026-09-01T14:03:22Z",
  "2026-09-01T14:03:23Z",
  "2026-09-01T14:03:24Z",
  "2026-09-01T14:03:25Z",
  "2026-09-01T14:03:26Z",
  "2026-09-01T14:03:27Z",
  "2026-09-01T14:03:28Z",
  "2026-09-01T14:03:29Z",
  "2026-09-01T14:03:30Z",
  "2026-09-01T14:03:31Z",
  "2026-09-01T14:03:32Z",
  "2026-09-01T14:03:33Z",
  "2026-09-01T14:03:34Z",
  "2026-09-01T14:03:35Z",
  "2026-09-01T14:03:36Z",
  "2026-09-01T14:03:37Z",
  "2026-09-01T14:03:38Z",
  "2026-09-01T14:03:39Z",
  "2026-09-01T14:03:40Z",
  "2026-09-01T14:03:41Z",
  "2026-09-01T14:03:42Z",
  "2026-09-01T14:03:43Z",
  "2026-09-01T14:03:44Z",
  "2026-09-01T14:03:45Z",
  "2026-09-01T14:03:46Z",
  "2026-09-01T14:03:47Z",
  "2026-09-01T14:03:48Z",
  "2026-09-01T14:03:49Z",
  "2026-09-01T14:03:50Z",
  "2026-09-01T14:03:51Z",
  "2026-09-01T14:03:52Z",
  "2026-09-01T14:03:53Z",
  "2026-09-01T14:03:54Z",
  "2026-09-01T14:03:55Z",
  "2026-09-01T14:03:56Z",
  "2026-09-01T14:03:57Z",
  "2026-09-01T14:03:58Z",
  "2026-09-01T14:03:59Z",
  "2026-09-01T14:04:00Z",
  "2026-09-01T14:04:01Z",
  "2026-09-01T14:04:02Z",
  "2026-09-01T14:04:03Z",
  "2026-09-01T14:04:04Z",
  "2026-09-01T14:04:05Z",
  "2026-09-01T14:04:06Z",
  "2026-09-01T14:04:07Z",
  "2026-09-01T14:04:08Z",
  "2026-09-01T14:04:09Z",
  "2026-09-01T14:04:10Z",
  "2026-09-01T14:04:11Z",
  "2026-09-01T14:04:12Z",
  "2026-09-01T14:04:13Z",
  "2026-09-01T14:04:14Z",
  "2026-09-01T14:04:15Z",
  "2026-09-01T14:04:16Z",
  "2026-09-01T14:04:17Z",
  "2026-09-01T14:04:18Z",
  "2026-09-01T14:04:19Z",
  "2026-09-01T14:04:20Z",
  "2026-09-01T14:04:21Z",
  "2026-09-01T14:04:22Z",
  "2026-09-01T14:04:23Z",
  "2026-09-01T14:04:24Z",
  "2026-09-01T14:04:25Z",
  "2026-09-01T14:04:26Z",
  "2026-09-01T14:04:27Z",
  "2026-09-01T14:04:28Z",
  "2026-09-01T14:04:29Z",
  "2026-09-01T14:04:30Z",
  "2026-09-01T14:04:31Z",
  "2026-09-01T14:04:32Z",
  "2026-09-01T14:04:33Z",
  "2026-09-01T14:04:34Z",
  "2026-09-01T14:04:35Z",
  "2026-09-01T14:04:36Z",
  "2026-09-01T14:04:37Z",
  "2026-09-01T14:04:38Z",
  "2026-09-01T14:04:39Z",
  "2026-09-01T14:04:40Z",
  "2026-09-01T14:04:41Z",
  "2026-09-01T14:04:42Z",
  "2026-09-01T14:04:43Z",
  "2026-09-01T14:04:44Z",
  "2026-09-01T14:04:45Z",
  "2026-09-01T14:04:46Z",
  "2026-09-01T14:04:47Z",
  "2026-09-01T14:04:48Z",
  "2026-09-01T14:04:49Z",
  "2026-09-01T14:04:50Z",
  "2026-09-01T14:04:51Z",
  "2026-09-01T14:04:52Z",
  "2026-09-01T14:04:53Z",
  "2026-09-01T14:04:54Z",
  "2026-09-01T14:04:55Z",
  "2026-09-01T14:04:56Z",
  "2026-09-01T14:04:57Z",
  "2026-09-01T14:04:58Z",
  "2026-09-01T14:04:59Z",
  "2026-09-01T14:05:00Z",
  "2026-09-01T14:05:01Z",
  "2026-09-01T14:05:02Z",
  "2026-09-01T14:05:03Z",
  "2026-09-01T14:05:04Z",
  "2026-09-01T14:05:05Z",
  "2026-09-01T14:05:06Z",
  "2026-09-01T14:05:07Z",
  "2026-09-01T14:05:08Z",
  "2026-09-01T14:05:09Z",
  "2026-09-01T14:05:10Z",
  "2026-09-01T14:05:11Z",
  "2026-09-01T14:05:12Z",
  "2026-09-01T14:05:13Z",
  "2026-09-01T14:05:14Z",
  "2026-09-01T14:05:15Z",
  "2026-09-01T14:05:16Z",
  "2026-09-01T14:05:17Z",
  "2026-09-01T14:05:18Z",
  "2026-09-01T14:05:19Z",
  "2026-09-01T14:05:20Z",
  "2026-09-01T14:05:21Z",
  "2026-09-01T14:05:22Z",
  "2026-09-01T14:05:23Z",
  "2026-09-01T14:05:24Z",
  "2026-09-01T14:05:25Z",
  "2026-09-01T14:05:26Z",
  "2026-09-01T14:05:27Z",
  "2026-09-01T14:05:28Z",
  "2026-09-01T14:05:29Z",
  "2026-09-01T14:05:30Z",
  "2026-09-01T14:05:31Z",
  "2026-09-01T14:05:32Z",
  "2026-09-01T14:05:33Z",
  "2026-09-01T14:05:34Z",
  "2026-09-01T14:05:35Z",
  "2026-09-01T14:05:36Z",
  "2026-09-01T14:05:37Z",
  "2026-09-01T14:05:38Z",
  "2026-09-01T14:05:39Z",
  "2026-09-01T14:05:40Z",
  "2026-09-01T14:05:41Z",
  "2026-09-01T14:05:42Z",
  "2026-09-01T14:05:43Z",
  "2026-09-01T14:05:44Z",
  "2026-09-01T14:05:45Z",
  "2026-09-01T14:05:46Z",
  "2026-09-01T14:05:47Z",
  "2026-09-01T14:05:48Z",
  "2026-09-01T14:05:49Z",
  "2026-09-01T14:05:50Z",
  "2026-09-01T14:05:51Z",
  "2026-09-01T14:05:52Z",
  "2026-09-01T14:05:53Z",
  "2026-09-01T14:05:54Z",
  "2026-09-01T14:05:55Z",
  "2026-09-01T14:05:56Z",
  "2026-09-01T14:05:57Z",
  "2026-09-01T14:05:58Z",
  "2026-09-01T14:05:59Z",
  "2026-09-01T14:06:00Z"
 ],
 "series": {
  "alt_press": [
   10002,
   9999,
   10001,
   10002,
   10002,
   9999,
   9998,
   10000,
   9999,
   10002,
   10004,
   10000,
   10003,
   9998,
   10000,
   9999,
   10002,
   9999,
   10000,
   10000,
   10001,
   10000,
   9998,
   9999,
   10000,
   10001,
   10000,
   10000,
   9998,
   9998,
   10001,
   10002,
   10003,
   9997,
   10002,
   9998,
   9998,
   9998,
   10000,
   10000,
   10001,
   9998,
   10002,
   10001,
   10002,
   10002,
   9997,
   10001,
   9999,
   10001,
   9999,
   9996,
   10004,
   10000,
   10002,
   10000,
   10001,
   10001,
   10000,
   10000,
   10010,
   10017,
   10035,
   10060,
   10082,
   10107,
   10133,
   10163,
   10193,
   10224,
   10253,
   10282,
   10317,
   10349,
   10380,
   10414,
   10447,
   10478,
   10510,
   10545,
   10582,
   10610,
   10646,
   10675,
   10711,
   10743,
   10774,
   10805,
   10840,
   10873,
   10907,
   10939,
   10971,
   11004,
   11037,
   11072,
   11103,
   11138,
   11170,
   11203,
   11231,
   11272,
   11303,
   11335,
   11368,
   11400,
   11434,
   11468,
   11500,
   11533,
   11566,
   11600,
   11634,
   11664,
   11700,
   11733,
   11769,
   11802,
   11832,
   11866,
   11899,
   11931,
   11961,
   11996,
   12029,
   12063,
   12096,
   12126,
   12160,
   12195,
   12223,
   12259,
   12294,
   12329,
   12357,
   12392,
   12429,
   12457,
   12493,
   12528,
   12555,
   12590,
   12623,
   12654,
   12691,
   12722,
   12754,
   12793,
   12822,
   12848,
   12887,
   12923,
   12953,
   12986,
   13018,
   13056,
   13085,
   13118,
   13151,
   13184,
   13217,
   13250,
   13284,
   13310,
   13349,
   13380,
   13416,
   13445,
   13480,
   13516,
   13549,
   13578,
   13614,
   13645,
   13678,
   13714,
   13746,
   13776,
   13812,
   13842,
   13879,
   13911,
   13941,
   13977,
   14008,
   14044,
   14072,
   14110,
   14142,
   14174,
   14208,
   14244,
   14270,
   14303,
   14338,
   14372,
   14403,
   14437,
   14473,
   14506,
   14539,
   14570,
   14604,
   14636,
   14667,
   14707,
   14734,
   14766,
   14803,
   14833,
   14867,
   14901,
   14933,
   14967,
   14999,
   15034,
   15065,
   15099,
   15129,
   15162,
   15198,
   15232,
   15264,
   15294,
   15334,
   15364,
   15395,
   15422,
   15459,
   15491,
   15528,
   15559,
   15593,
   15631,
   15658,
   15690,
   15729,
   15756,
   15792,
   15827,
   15858,
   15889,
   15922,
   15956,
   15986,
   16022,
   16060,
   16089,
   16117,
   16154,
   16180,
   16200,
   16221,
   16232,
   16248,
   16250,
   16264,
   16269,
   16276,
   16279,
   16289,
   16296,
   16298,
   16302,
   16304,
   16313,
   16314,
   16319,
   16321,
   16323,
   16326,
   16334,
   16332,
   16336,
   16339,
   16345,
   16345,
   16350,
   16356,
   16357,
   16360,
   16362,
   16366,
   16367,
   16375,
   16377,
   16381,
   16383,
   16388,
   16391,
   16393,
   16400,
   16401,
   16405,
   16406,
   16409,
   16413,
   16414,
   16416,
   16420,
   16430,
   16429,
   16437,
   16435,
   16441,
   16443,
   16445,
   16450,
   16454,
   16458,
   16465,
   16464,
   16467,
   16470,
   16473,
   16474,
   16482,
   16485,
   16488,
   16489,
   16493,
   16496,
   16499,
   16499,
   16507,
   16510,
   16512,
   16514,
   16520,
   16523,
   16525,
   16527,
   16529,
   16537,
   16537,
   16541,
   16548,
   16549,
   16551,
   16556,
   16559,
   16566,
   16567,
   16570,
   16573,
   16577,
   16580,
   16582,
   16587,
   16591,
   16595,
   16593,
   16600,
   16600,
   16603,
   16607,
   16611,
   16616,
   16619,
   16621,
   16622
  ],
  "ias": [
   230.5,
   230.1,
   229.7,
   229.1,
   229.1,
   229.5,
   229.9,
   230.1,
   229.9,
   229.7,
   230.4,
   230.1,
   230.3,
   230.7,
   230.2,
   229.2,
   229.3,
   229,
   229.7,
   230.3,
   230.5,
   230.1,
   229.5,
   230.6,
   230,
   229.9,
   229.2,
   229.3,
   230.1,
   230.3,
   230.5,
   229.9,
   230.3,
   229.6,
   230.8,
   230.4,
   229.3,
   230.1,
   230,
   229.8,
   229.5,
   229.7,
   229.8,
   229.9,
   229.7,
   230.6,
   230,
   229.7,
   229.9,
   230.1,
   229.8,
   229.7,
   230.4,
   229.7,
   229.8,
   229.4,
   229.7,
   230.3,
   229.7,
   229.5,
   229.8,
   230,
   230.1,
   229.3,
   229.9,
   230.1,
   229.2,
   229.9,
   229,
   229.5,
   230,
   229.1,
   229.2,
   229.7,
   229.2,
   229.4,
   229,
   229.2,
   229.2,
   229.1,
   228.6,
   229,
   228.6,
   228.7,
   228.7,
   228.6,
   228.4,
   228.9,
   228.5,
   228.3,
   228.1,
   227.6,
   228.6,
   228.2,
   228.1,
   227.4,
   227,
   227.5,
   227.6,
   227.2,
   227.2,
   227.1,
   227.3,
   227.3,
   227.5,
   226.7,
   226.3,
   226.3,
   226.4,
   226.3,
   226.2,
   226.1,
   225.7,
   226.4,
   225.9,
   226.2,
   225.5,
   226,
   225,
   225.3,
   224.7,
   226.1,
   225.4,
   225.4,
   224.7,
   225.5,
   224.8,
   224,
   224.9,
   224.8,
   225,
   223.8,
   224.6,
   224.9,
   223.9,
   224.4,
   224.1,
   223.9,
   223.9,
   223.2,
   223.6,
   223.8,
   223.8,
   223.4,
   223.8,
   223.5,
   222.4,
   222.6,
   223.5,
   222.4,
   222.6,
   221.9,
   222.6,
   222.2,
   222.4,
   222.2,
   222,
   222.5,
   221.9,
   221.8,
   221.9,
   222,
   221.6,
   220.9,
   221.4,
   221.4,
   221.4,
   220.4,
   220.8,
   221.1,
   220.1,
   220.2,
   219.8,
   220.9,
   221,
   220,
   220.3,
   220,
   220.1,
   219.4,
   219.9,
   219.2,
   219.4,
   219.6,
   219.7,
   218.4,
   219.1,
   218.9,
   219.2,
   219,
   219,
   218.7,
   219.1,
   218.6,
   217.7,
   218.2,
   218,
   218.6,
   217.9,
   218.2,
   219.1,
   217.8,
   217.5,
   218,
   217.7,
   217,
   217.2,
   217.4,
   217.4,
   217.1,
   217,
   217,
   215.8,
   217,
   216.5,
   216.8,
   216.8,
   216,
   216.2,
   216,
   215.5,
   216.4,
   214.7,
   216,
   215.6,
   214.4,
   214.9,
   215.2,
   215.1,
   215,
   215.2,
   215.2,
   214.8,
   214.8,
   214.9,
   214.5,
   214.4,
   213.1,
   213.9,
   214.3,
   213.5,
   213.6,
   214.1,
   213.9,
   213.5,
   214.1,
   213.8,
   212.9,
   213.3,
   212.3,
   215.8,
   216.8,
   219,
   220.6,
   223.1,
   223.5,
   224.1,
   226.3,
   227.1,
   228.5,
   229.6,
   229.7,
   230.7,
   231.6,
   231.7,
   232.7,
   233.3,
   234.1,
   234.9,
   235.4,
   235.1,
   236,
   235.6,
   235.9,
   236.9,
   236.9,
   237.1,
   237.3,
   237.6,
   237.9,
   238.1,
   237.8,
   238.2,
   238.6,
   239,
   239,
   238.9,
   239.5,
   239.4,
   238.7,
   239.3,
   239,
   239.7,
   239.8,
   239.1,
   238.9,
   239.4,
   239.9,
   239.5,
   239.9,
   240.2,
   239.4,
   239.2,
   240.3,
   240.6,
   239.1,
   240.1,
   241,
   239.7,
   240,
   240,
   239.9,
   239.9,
   238.8,
   239.6,
   239.3,
   239.7,
   239.4,
   239.9,
   240.4,
   240.2,
   239.9,
   240.1,
   239.5,
   240.1,
   240.1,
   240.2,
   240.2,
   239.6,
   240.1,
   240,
   239.8,
   240.1,
   240.2,
   240.1,
   239.4,
   240,
   239.9,
   239.8,
   239.8,
   239.7,
   239.6,
   240,
   240.4,
   240.3,
   239.7,
   239.3,
   239.9,
   239.9,
   240.3,
   240,
   240.5,
   239.6,
   240.2,
   240.3,
   239.4,
   240.7,
   239.9,
   239.7,
   239.9,
   239.5
  ],
  "pitch": [
   2,
   1.9,
   2,
   1.9,
   2,
   2,
   2,
   2.1,
   2.1,
   2,
   1.8,
   2.1,
   2.1,
   1.9,
   2,
   2,
   2,
   2.1,
   2.1,
   2,
   2,
   2,
   2.1,
   2,
   2,
   1.9,
   2,
   2,
   2.1,
   1.9,
   2.1,
   1.9,
   1.9,
   2.2,
   1.8,
   1.9,
   2,
   2.1,
   2,
   2,
   2,
   1.9,
   2,
   2,
   1.9,
   1.9,
   2.1,
   2.1,
   2.1,
   2.1,
   1.9,
   2,
   1.9,
   1.9,
   2.2,
   2.1,
   2.1,
   1.9,
   1.9,
   2.1,
   3.2,
   3.9,
   4.5,
   5.2,
   5.6,
   5.8,
   6.1,
   6.3,
   6.5,
   6.6,
   6.8,
   6.8,
   6.9,
   6.8,
   7,
   7,
   6.9,
   7,
   7.1,
   7,
   6.9,
   7,
   7,
   7,
   7.1,
   7,
   7.1,
   7.1,
   7.1,
   6.9,
   7.1,
   6.9,
   7,
   7.1,
   7.1,
   7,
   7.1,
   7.1,
   6.9,
   7,
   6.9,
   7,
   7,
   6.8,
   7.1,
   7.1,
   7,
   7.1,
   7,
   7.1,
   7.1,
   7,
   7.1,
   7,
   7,
   7,
   7,
   6.9,
   6.9,
   7,
   6.9,
   7,
   6.9,
   7,
   6.8,
   6.9,
   6.9,
   7,
   6.9,
   7,
   7,
   7.1,
   6.9,
   6.9,
   7,
   6.9,
   6.9,
   7,
   7,
   7,
   7.1,
   7,
   7,
   7.1,
   7,
   7.2,
   7.1,
   7,
   6.9,
   7.1,
   7,
   7,
   7,
   7.1,
   6.9,
   6.9,
   7,
   7.1,
   7.1,
   6.9,
   7.1,
   7,
   7,
   7.1,
   7,
   7.1,
   7,
   7,
   7,
   7,
   7,
   7.1,
   7,
   7,
   7.2,
   6.9,
   7.1,
   6.9,
   6.9,
   6.9,
   6.8,
   7,
   6.9,
   6.9,
   7.1,
   7,
   7.2,
   6.9,
   7.1,
   7,
   7,
   7,
   7,
   7,
   6.9,
   6.9,
   7,
   7,
   6.9,
   7,
   6.9,
   7.1,
   7.1,
   7.1,
   7,
   6.9,
   6.9,
   6.9,
   7,
   7.2,
   7.1,
   6.8,
   7.1,
   6.8,
   7,
   6.9,
   7.1,
   7,
   7,
   7,
   7.2,
   7.1,
   6.8,
   6.9,
   6.9,
   7,
   7,
   6.9,
   7,
   7,
   7,
   6.8,
   7.1,
   7.1,
   6.8,
   7,
   7,
   7,
   7.1,
   7,
   7.1,
   7,
   7,
   7,
   6.9,
   7,
   7.1,
   7,
   7.1,
   7,
   6.1,
   5.3,
   4.6,
   4.2,
   3.7,
   3.6,
   3.3,
   3.1,
   3.1,
   2.9,
   2.7,
   2.7,
   2.6,
   2.5,
   2.6,
   2.5,
   2.6,
   2.4,
   2.6,
   2.6,
   2.4,
   2.5,
   2.6,
   2.5,
   2.5,
   2.5,
   2.5,
   2.5,
   2.6,
   2.5,
   2.5,
   2.5,
   2.5,
   2.5,
   2.4,
   2.6,
   2.5,
   2.4,
   2.5,
   2.4,
   2.4,
   2.5,
   2.2,
   2.5,
   2.6,
   2.4,
   2.6,
   2.4,
   2.5,
   2.6,
   2.5,
   2.7,
   2.6,
   2.7,
   2.4,
   2.5,
   2.5,
   2.5,
   2.5,
   2.5,
   2.4,
   2.5,
   2.4,
   2.6,
   2.5,
   2.5,
   2.4,
   2.5,
   2.5,
   2.5,
   2.5,
   2.6,
   2.5,
   2.4,
   2.6,
   2.6,
   2.5,
   2.6,
   2.5,
   2.4,
   2.6,
   2.5,
   2.5,
   2.6,
   2.4,
   2.3,
   2.6,
   2.5,
   2.7,
   2.5,
   2.5,
   2.6,
   2.4,
   2.4,
   2.4,
   2.4,
   2.5,
   2.6,
   2.6,
   2.5,
   2.4,
   2.5,
   2.5,
   2.4,
   2.6,
   2.4,
   2.3,
   2.6,
   2.5,
   2.5,
   2.3
  ],
  "n1_l": [
   87.8,
   87.9,
   87.9,
   87.9,
   88,
   88,
   87.9,
   88.1,
   88,
   88,
   87.9,
   88,
   88,
   87.8,
   87.9,
   88.1,
   88,
   88.2,
   87.9,
   88.1,
   87.9,
   87.9,
   87.9,
   88.1,
   88.1,
   88,
   87.9,
   88.2,
   88.1,
   88,
   88,
   88,
   88.3,
   87.9,
   88,
   88.2,
   88.2,
   88,
   88.1,
   87.9,
   90,
   91.8,
   93.1,
   93.7,
   94.1,
   95,
   95,
   95.4,
   95.4,
   95.7,
   95.9,
   95.8,
   95.9,
   95.9,
   95.9,
   96,
   96.2,
   96.2,
   96,
   96,
   96.1,
   96.1,
   96.1,
   96.2,
   96,
   96.1,
   96,
   96,
   96,
   96,
   95.9,
   95.9,
   95.8,
   96,
   96,
   95.9,
   96,
   95.9,
   96.1,
   96.1,
   96,
   96,
   96.2,
   96,
   95.9,
   96,
   96,
   96.2,
   95.9,
   95.9,
   95.9,
   96.2,
   96,
   96,
   95.8,
   95.9,
   96,
   96.1,
   95.8,
   95.9,
   96,
   96.1,
   96,
   96.1,
   96,
   95.9,
   95.9,
   96.1,
   95.8,
   96,
   95.9,
   96,
   95.9,
   95.9,
   96,
   96,
   96.2,
   95.9,
   95.9,
   96,
   96.1,
   95.9,
   96.1,
   96,
   96,
   95.8,
   95.9,
   96.3,
   95.9,
   95.8,
   96,
   95.8,
   95.8,
   95.9,
   96,
   96,
   96,
   96.3,
   96.1,
   96,
   96,
   95.8,
   96,
   96.2,
   96.1,
   95.9,
   96.1,
   95.9,
   95.8,
   96,
   96,
   95.8,
   96,
   96.2,
   95.9,
   96,
   96.4,
   95.9,
   96,
   96.2,
   96,
   96,
   96,
   96,
   96,
   95.9,
   96.2,
   96.2,
   96.1,
   95.9,
   96.2,
   95.8,
   96.1,
   96,
   96,
   96,
   96.1,
   96,
   95.9,
   96,
   95.8,
   96.1,
   95.8,
   96,
   96.3,
   96.1,
   95.9,
   95.9,
   96,
   96,
   95.8,
   96.1,
   95.9,
   96.1,
   95.8,
   95.9,
   96.1,
   96.1,
   96,
   95.9,
   96,
   96,
   96.1,
   96,
   96.1,
   96,
   95.8,
   96.1,
   95.9,
   96,
   96,
   96.2,
   96.1,
   96.2,
   96.1,
   96,
   96,
   96.2,
   95.9,
   96.1,
   96,
   96.2,
   96.1,
   96,
   95.9,
   95.8,
   95.8,
   96,
   96.1,
   95.9,
   95.9,
   96.1,
   95.9,
   96,
   96,
   96,
   96,
   96.2,
   96,
   96.1,
   95.9,
   96.1,
   96,
   96,
   96.1,
   96.1,
   96,
   96.1,
   95.9,
   95.9,
   94.3,
   93.5,
   92.3,
   91.7,
   91.4,
   90.8,
   90.8,
   90.6,
   90.7,
   90.2,
   90,
   90.2,
   90.2,
   89.9,
   89.9,
   90,
   90,
   90.1,
   90.3,
   89.9,
   90.2,
   90,
   90.1,
   90.2,
   90.1,
   89.9,
   90,
   90.1,
   90,
   90,
   90,
   89.9,
   89.9,
   90.2,
   90.2,
   89.9,
   90,
   90.3,
   90.2,
   90,
   89.9,
   90.1,
   90.1,
   89.9,
   90,
   90,
   90.1,
   89.9,
   90,
   89.7,
   90,
   90.1,
   89.8,
   89.9,
   90.2,
   90,
   89.9,
   90.2,
   89.8,
   90,
   90,
   90.1,
   90,
   90.1,
   90,
   89.9,
   90,
   89.9,
   90,
   90.1,
   90,
   90,
   90.1,
   90,
   90,
   90,
   90.1,
   90,
   89.8,
   89.9,
   89.8,
   90.1,
   90.1,
   90.1,
   89.8,
   90.2,
   90.1,
   90,
   90.1,
   90,
   90,
   90.2,
   90,
   90,
   90.1,
   90.1,
   89.9,
   90,
   90.1,
   90,
   90,
   90.1,
   90,
   90,
   90,
   90,
   90,
   90.1,
   89.8,
   90.1,
   89.8
  ],
  "n1_r": [
   88,
   88,
   88.1,
   87.8,
   88.3,
   88,
   87.9,
   88.1,
   88.2,
   87.9,
   88.1,
   87.9,
   88,
   87.9,
   88.2,
   87.9,
   88.1,
   88,
   88.1,
   88,
   88,
   87.9,
   87.7,
   88,
   88,
   88.1,
   88,
   88.1,
   87.8,
   87.9,
   88,
   88.2,
   88.1,
   88.1,
   88.2,
   88.2,
   88.1,
   88,
   88.1,
   88,
   90.2,
   91.4,
   92.9,
   93.5,
   94.3,
   94.6,
   94.9,
   95.3,
   95.6,
   95.6,
   95.7,
   95.9,
   95.8,
   95.9,
   95.9,
   95.9,
   95.9,
   96.1,
   96.1,
   95.8,
   95.8,
   96,
   95.8,
   96,
   95.9,
   96.1,
   96,
   96.4,
   95.8,
   96.1,
   96.1,
   95.9,
   96,
   96,
   96.1,
   96.1,
   96,
   96.1,
   96,
   96,
   95.9,
   95.9,
   96.2,
   96.2,
   95.8,
   96,
   95.9,
   95.9,
   96.2,
   96,
   95.8,
   96,
   96.1,
   96.2,
   96,
   95.8,
   96.1,
   95.8,
   95.8,
   96.1,
   95.9,
   95.8,
   96,
   95.9,
   95.7,
   96.1,
   95.9,
   96.1,
   96,
   95.9,
   96.2,
   95.8,
   96.1,
   96,
   96,
   96.3,
   96,
   95.6,
   96.1,
   96.1,
   95.9,
   96,
   96.1,
   96,
   95.9,
   96,
   96.1,
   95.8,
   95.9,
   96.1,
   96,
   95.8,
   96.1,
   96.1,
   95.9,
   95.8,
   96,
   95.9,
   96,
   95.9,
   95.9,
   95.9,
   96.1,
   95.9,
   96,
   95.9,
   96.2,
   96,
   95.8,
   96,
   96.1,
   95.9,
   95.8,
   96.1,
   95.9,
   95.9,
   95.8,
   96,
   95.9,
   95.8,
   96.1,
   95.9,
   96,
   96,
   96.1,
   96.1,
   96.1,
   96,
   95.9,
   96,
   95.9,
   96,
   96.2,
   96.1,
   96,
   96.1,
   96.1,
   95.9,
   95.9,
   95.8,
   95.7,
   96.1,
   96.2,
   96,
   95.8,
   95.9,
   96,
   96,
   96,
   96.1,
   96,
   95.9,
   95.9,
   96,
   95.8,
   95.8,
   95.8,
   96,
   96,
   96,
   96,
   95.8,
   96,
   96,
   96,
   96.1,
   96.1,
   95.9,
   95.9,
   96,
   96.2,
   96.3,
   96.1,
   95.9,
   96,
   96.1,
   95.9,
   96,
   96,
   96,
   95.9,
   96,
   96.1,
   96.2,
   96.2,
   96.2,
   95.9,
   96.1,
   96.1,
   95.9,
   95.9,
   96.1,
   96.1,
   96,
   96,
   95.9,
   96,
   95.9,
   96.1,
   96,
   95.9,
   96.2,
   95.9,
   96,
   96.1,
   96,
   96,
   96.1,
   95.8,
   96,
   94.6,
   93.3,
   92.6,
   91.8,
   91.1,
   91.2,
   90.8,
   90.7,
   90.3,
   90.3,
   90.3,
   90.2,
   90.2,
   90.2,
   90,
   90,
   90,
   90,
   90.1,
   90,
   89.9,
   90.1,
   90,
   89.8,
   89.9,
   90.1,
   90,
   90.1,
   90,
   90.1,
   90,
   89.9,
   89.6,
   89.9,
   90.1,
   90,
   89.9,
   90,
   90,
   89.8,
   90,
   90,
   90.1,
   89.9,
   90.1,
   90,
   90,
   90,
   89.8,
   90.1,
   90.1,
   90,
   90.1,
   90,
   90,
   89.8,
   89.7,
   89.9,
   89.9,
   89.9,
   90,
   90.2,
   89.9,
   89.9,
   90,
   90.2,
   90,
   90.1,
   89.9,
   90,
   89.6,
   90,
   90.2,
   89.8,
   90,
   90.1,
   89.8,
   89.9,
   89.9,
   90.1,
   90.1,
   89.8,
   90.1,
   89.9,
   89.9,
   90,
   89.9,
   90.1,
   89.8,
   90,
   90.2,
   90,
   90.1,
   90.1,
   89.9,
   89.9,
   90,
   90.2,
   90.1,
   89.9,
   90.1,
   90.1,
   90,
   90.2,
   89.9,
   89.9,
   90,
   90.1,
   89.8,
   89.9,
   90.1
  ],
  "egt_l": [
   564,
   563,
   564,
   562,
   565,
   564,
   563,
   567,
   563,
   562,
   561,
   564,
   561,
   563,
   564,
   562,
   563,
   565,
   562,
   562,
   560,
   563,
   564,
   563,
   560,
   560,
   564,
   561,
   565,
   561,
   565,
   565,
   564,
   566,
   562,
   562,
   565,
   564,
   564,
   562,
   564,
   571,
   578,
   582,
   594,
   598,
   601,
   609,
   609,
   615,
   619,
   625,
   628,
   628,
   630,
   633,
   635,
   635,
   638,
   639,
   636,
   640,
   641,
   640,
   640,
   641,
   641,
   642,
   642,
   643,
   642,
   641,
   644,
   643,
   643,
   643,
   643,
   641,
   643,
   643,
   639,
   640,
   642,
   642,
   642,
   644,
   643,
   641,
   641,
   642,
   642,
   642,
   642,
   645,
   643,
   644,
   641,
   643,
   642,
   645,
   641,
   640,
   640,
   641,
   643,
   641,
   641,
   642,
   642,
   642,
   641,
   643,
   640,
   641,
   641,
   643,
   641,
   643,
   641,
   640,
   644,
   641,
   640,
   642,
   640,
   639,
   639,
   642,
   642,
   639,
   637,
   642,
   640,
   639,
   640,
   638,
   641,
   640,
   644,
   639,
   639,
   640,
   642,
   643,
   640,
   640,
   639,
   640,
   639,
   637,
   640,
   640,
   640,
   638,
   640,
   638,
   640,
   642,
   641,
   641,
   639,
   642,
   642,
   639,
   637,
   640,
   639,
   638,
   640,
   639,
   636,
   639,
   639,
   638,
   638,
   640,
   642,
   636,
   637,
   639,
   640,
   638,
   640,
   637,
   639,
   636,
   638,
   639,
   637,
   636,
   638,
   638,
   637,
   638,
   639,
   635,
   636,
   639,
   639,
   637,
   639,
   637,
   637,
   636,
   640,
   637,
   636,
   637,
   641,
   637,
   635,
   638,
   637,
   636,
   639,
   638,
   637,
   639,
   638,
   633,
   634,
   637,
   635,
   638,
   636,
   638,
   639,
   640,
   637,
   636,
   637,
   636,
   636,
   639,
   636,
   637,
   637,
   635,
   636,
   634,
   637,
   634,
   634,
   635,
   636,
   635,
   637,
   635,
   638,
   634,
   632,
   630,
   624,
   620,
   617,
   610,
   605,
   602,
   599,
   594,
   595,
   591,
   587,
   588,
   583,
   584,
   583,
   581,
   579,
   580,
   579,
   578,
   574,
   576,
   577,
   578,
   577,
   577,
   577,
   578,
   578,
   574,
   575,
   576,
   575,
   576,
   575,
   575,
   576,
   573,
   575,
   576,
   575,
   574,
   577,
   577,
   576,
   576,
   577,
   576,
   578,
   575,
   575,
   578,
   574,
   574,
   575,
   573,
   574,
   576,
   576,
   576,
   577,
   576,
   576,
   575,
   579,
   576,
   574,
   577,
   574,
   574,
   576,
   577,
   574,
   574,
   575,
   575,
   575,
   575,
   575,
   577,
   575,
   575,
   574,
   573,
   574,
   575,
   575,
   575,
   574,
   576,
   574,
   576,
   575,
   576,
   576,
   574,
   574,
   577,
   572,
   575,
   577,
   577,
   575,
   576,
   578,
   574,
   575,
   575,
   573
  ],
  "egt_r": [
   559,
   558,
   559,
   558,
   557,
   559,
   558,
   558,
   559,
   559,
   558,
   562,
   560,
   558,
   558,
   560,
   559,
   562,
   558,
   559,
   558,
   558,
   557,
   560,
   559,
   558,
   559,
   558,
   559,
   562,
   560,
   556,
   560,
   559,
   560,
   556,
   560,
   559,
   555,
   555,
   561,
   565,
   573,
   581,
   586,
   588,
   598,
   601,
   608,
   610,
   613,
   617,
   620,
   623,
   628,
   628,
   629,
   628,
   631,
   632,
   632,
   634,
   634,
   636,
   638,
   635,
   637,
   635,
   638,
   639,
   637,
   636,
   637,
   638,
   638,
   637,
   639,
   635,
   639,
   638,
   638,
   637,
   642,
   636,
   636,
   637,
   633,
   639,
   638,
   637,
   637,
   639,
   638,
   637,
   636,
   637,
   637,
   635,
   636,
   635,
   636,
   638,
   637,
   635,
   635,
   636,
   637,
   634,
   636,
   638,
   638,
   636,
   637,
   632,
   635,
   636,
   634,
   639,
   635,
   636,
   638,
   635,
   637,
   637,
   637,
   637,
   640,
   632,
   635,
   635,
   635,
   635,
   636,
   635,
   635,
   633,
   638,
   635,
   633,
   638,
   639,
   634,
   634,
   633,
   634,
   634,
   634,
   636,
   636,
   635,
   633,
   636,
   634,
   635,
   637,
   636,
   634,
   635,
   633,
   628,
   635,
   634,
   634,
   632,
   635,
   635,
   634,
   633,
   635,
   634,
   634,
   634,
   632,
   635,
   632,
   631,
   634,
   631,
   634,
   633,
   635,
   633,
   633,
   636,
   633,
   633,
   634,
   633,
   634,
   634,
   632,
   632,
   631,
   631,
   635,
   632,
   633,
   632,
   633,
   635,
   636,
   630,
   633,
   635,
   635,
   634,
   636,
   635,
   639,
   634,
   635,
   634,
   638,
   635,
   638,
   638,
   636,
   636,
   641,
   639,
   640,
   642,
   638,
   639,
   641,
   641,
   640,
   640,
   641,
   642,
   643,
   641,
   642,
   646,
   644,
   647,
   642,
   644,
   643,
   644,
   647,
   645,
   650,
   646,
   648,
   646,
   646,
   647,
   648,
   648,
   646,
   643,
   636,
   633,
   629,
   626,
   623,
   618,
   615,
   608,
   609,
   607,
   608,
   602,
   605,
   602,
   600,
   600,
   601,
   599,
   601,
   601,
   597,
   600,
   596,
   598,
   599,
   602,
   600,
   601,
   597,
   598,
   600,
   599,
   600,
   601,
   603,
   601,
   604,
   601,
   602,
   604,
   605,
   602,
   601,
   605,
   602,
   604,
   604,
   605,
   605,
   604,
   607,
   606,
   606,
   609,
   610,
   608,
   607,
   608,
   609,
   608,
   610,
   608,
   613,
   609,
   612,
   612,
   612,
   611,
   611,
   612,
   610,
   616,
   613,
   612,
   615,
   612,
   615,
   616,
   618,
   613,
   615,
   615,
   616,
   619,
   617,
   617,
   620,
   618,
   619,
   620,
   620,
   621,
   619,
   620,
   621,
   619,
   621,
   621,
   623,
   621,
   624,
   623,
   623,
   626,
   627,
   626,
   625,
   627,
   627
  ],
  "ff_l": [
   903,
   914,
   911,
   913,
   914,
   906,
   904,
   917,
   906,
   914,
   915,
   905,
   913,
   914,
   911,
   899,
   907,
   910,
   911,
   914,
   917,
   899,
   911,
   909,
   906,
   910,
   911,
   896,
   919,
   900,
   916,
   902,
   906,
   913,
   909,
   918,
   910,
   910,
   902,
   906,
   995,
   1075,
   1127,
   1169,
   1187,
   1209,
   1221,
   1237,
   1241,
   1258,
   1259,
   1265,
   1259,
   1268,
   1256,
   1273,
   1260,
   1272,
   1264,
   1264,
   1268,
   1275,
   1267,
   1267,
   1264,
   1264,
   1271,
   1260,
   1268,
   1256,
   1259,
   1269,
   1265,
   1273,
   1277,
   1272,
   1270,
   1260,
   1262,
   1264,
   1268,
   1268,
   1257,
   1258,
   1268,
   1261,
   1259,
   1261,
   1267,
   1252,
   1262,
   1255,
   1263,
   1264,
   1265,
   1262,
   1262,
   1260,
   1259,
   1253,
   1256,
   1255,
   1249,
   1264,
   1265,
   1255,
   1258,
   1255,
   1253,
   1246,
   1249,
   1251,
   1263,
   1252,
   1255,
   1256,
   1250,
   1263,
   1251,
   1252,
   1253,
   1252,
   1246,
   1260,
   1242,
   1247,
   1256,
   1249,
   1252,
   1256,
   1249,
   1247,
   1251,
   1245,
   1243,
   1246,
   1247,
   1245,
   1249,
   1252,
   1252,
   1243,
   1252,
   1250,
   1242,
   1255,
   1252,
   1239,
   1246,
   1244,
   1233,
   1238,
   1242,
   1243,
   1249,
   1238,
   1242,
   1238,
   1244,
   1241,
   1236,
   1239,
   1240,
   1249,
   1227,
   1247,
   1237,
   1237,
   1243,
   1237,
   1242,
   1238,
   1239,
   1239,
   1241,
   1230,
   1234,
   1237,
   1238,
   1236,
   1236,
   1237,
   1231,
   1233,
   1235,
   1237,
   1229,
   1236,
   1240,
   1230,
   1236,
   1242,
   1246,
   1239,
   1229,
   1228,
   1231,
   1238,
   1224,
   1227,
   1232,
   1233,
   1236,
   1240,
   1233,
   1234,
   1228,
   1232,
   1227,
   1233,
   1227,
   1231,
   1238,
   1236,
   1231,
   1226,
   1227,
   1223,
   1225,
   1222,
   1219,
   1223,
   1216,
   1226,
   1210,
   1221,
   1228,
   1226,
   1233,
   1224,
   1217,
   1221,
   1222,
   1224,
   1222,
   1224,
   1236,
   1219,
   1231,
   1219,
   1218,
   1222,
   1216,
   1218,
   1220,
   1222,
   1213,
   1209,
   1223,
   1219,
   1145,
   1094,
   1051,
   1022,
   1000,
   1004,
   987,
   978,
   966,
   957,
   958,
   950,
   956,
   948,
   948,
   953,
   944,
   948,
   938,
   951,
   947,
   951,
   945,
   949,
   938,
   948,
   952,
   953,
   946,
   952,
   945,
   938,
   948,
   945,
   951,
   946,
   955,
   951,
   942,
   956,
   950,
   952,
   938,
   943,
   949,
   952,
   943,
   953,
   940,
   936,
   938,
   946,
   949,
   945,
   939,
   951,
   956,
   954,
   950,
   952,
   955,
   947,
   947,
   946,
   942,
   954,
   958,
   944,
   939,
   945,
   955,
   953,
   946,
   952,
   943,
   940,
   943,
   956,
   947,
   945,
   953,
   950,
   942,
   942,
   936,
   953,
   949,
   942,
   949,
   950,
   955,
   950,
   939,
   941,
   944,
   941,
   942,
   944,
   946,
   939,
   944,
   938,
   945,
   951,
   947,
   946,
   939,
   947,
   943,
   946,
   943
  ],
  "ff_r": [
   893,
   900,
   887,
   889,
   893,
   892,
   897,
   893,
   890,
   893,
   895,
   895,
   888,
   895,
   894,
   891,
   890,
   891,
   897,
   897,
   891,
   899,
   890,
   898,
   884,
   894,
   886,
   889,
   894,
   889,
   895,
   894,
   885,
   887,
   892,
   895,
   894,
   894,
   895,
   896,
   980,
   1062,
   1106,
   1135,
   1173,
   1186,
   1208,
   1216,
   1236,
   1235,
   1241,
   1247,
   1248,
   1251,
   1245,
   1250,
   1251,
   1259,
   1255,
   1259,
   1252,
   1245,
   1253,
   1267,
   1249,
   1250,
   1242,
   1252,
   1256,
   1262,
   1247,
   1251,
   1250,
   1247,
   1246,
   1255,
   1256,
   1258,
   1249,
   1246,
   1249,
   1255,
   1245,
   1244,
   1256,
   1247,
   1251,
   1245,
   1239,
   1241,
   1251,
   1244,
   1245,
   1250,
   1241,
   1250,
   1243,
   1241,
   1242,
   1249,
   1254,
   1240,
   1240,
   1238,
   1243,
   1246,
   1235,
   1237,
   1245,
   1241,
   1237,
   1248,
   1238,
   1227,
   1238,
   1235,
   1243,
   1242,
   1231,
   1242,
   1236,
   1237,
   1244,
   1234,
   1246,
   1248,
   1241,
   1231,
   1246,
   1237,
   1234,
   1237,
   1240,
   1239,
   1234,
   1233,
   1230,
   1241,
   1231,
   1236,
   1236,
   1238,
   1239,
   1227,
   1234,
   1237,
   1232,
   1225,
   1234,
   1226,
   1227,
   1229,
   1229,
   1228,
   1228,
   1223,
   1228,
   1221,
   1227,
   1226,
   1223,
   1227,
   1224,
   1220,
   1230,
   1230,
   1231,
   1225,
   1234,
   1227,
   1226,
   1221,
   1229,
   1228,
   1224,
   1224,
   1227,
   1222,
   1220,
   1219,
   1230,
   1225,
   1230,
   1219,
   1223,
   1213,
   1224,
   1216,
   1221,
   1218,
   1222,
   1225,
   1216,
   1227,
   1213,
   1214,
   1220,
   1221,
   1225,
   1223,
   1217,
   1215,
   1216,
   1210,
   1215,
   1225,
   1216,
   1217,
   1219,
   1215,
   1219,
   1215,
   1212,
   1217,
   1203,
   1213,
   1211,
   1215,
   1205,
   1217,
   1223,
   1215,
   1211,
   1203,
   1207,
   1204,
   1209,
   1215,
   1219,
   1214,
   1210,
   1213,
   1208,
   1206,
   1208,
   1210,
   1209,
   1201,
   1210,
   1206,
   1203,
   1205,
   1210,
   1216,
   1207,
   1215,
   1205,
   1211,
   1209,
   1209,
   1141,
   1079,
   1039,
   1016,
   995,
   977,
   965,
   953,
   953,
   946,
   940,
   939,
   944,
   941,
   940,
   939,
   941,
   943,
   946,
   933,
   938,
   934,
   933,
   930,
   930,
   931,
   940,
   931,
   929,
   942,
   928,
   932,
   924,
   934,
   936,
   940,
   937,
   925,
   924,
   942,
   947,
   939,
   932,
   924,
   938,
   929,
   935,
   929,
   939,
   929,
   932,
   933,
   934,
   924,
   934,
   919,
   927,
   931,
   934,
   924,
   932,
   933,
   931,
   941,
   932,
   923,
   934,
   935,
   941,
   934,
   938,
   934,
   940,
   935,
   932,
   932,
   935,
   934,
   937,
   922,
   934,
   933,
   931,
   925,
   926,
   935,
   929,
   931,
   930,
   934,
   930,
   936,
   935,
   939,
   927,
   933,
   935,
   936,
   923,
   927,
   934,
   929,
   928,
   932,
   929,
   932,
   914,
   928,
   937,
   941,
   929
  ],
  "cabin_alt": [
   2997,
   2994,
   3002,
   3005,
   2996,
   2999,
   2995,
   3004,
   3011,
   2999,
   3002,
   3008,
   2991,
   3008,
   2995,
   3002,
   3003,
   3003,
   2996,
   3001,
   2997,
   2994,
   3001,
   3009,
   3002,
   3008,
   2987,
   3001,
   2994,
   3005,
   3007,
   3008,
   2999,
   3009,
   3006,
   3003,
   2984,
   3002,
   2990,
   3002,
   3004,
   3002,
   3003,
   2993,
   2993,
   3000,
   3010,
   3007,
   3006,
   3010,
   2996,
   3011,
   2999,
   3001,
   2996,
   3003,
   3004,
   3004,
   2999,
   2996,
   3001,
   3007,
   2993,
   3007,
   3006,
   3004,
   3007,
   3018,
   3018,
   3026,
   3035,
   3028,
   3038,
   3032,
   3052,
   3049,
   3052,
   3063,
   3074,
   3074,
   3089,
   3099,
   3107,
   3114,
   3127,
   3135,
   3145,
   3156,
   3156,
   3170,
   3197,
   3186,
   3195,
   3219,
   3230,
   3238,
   3259,
   3264,
   3259,
   3284,
   3285,
   3307,
   3313,
   3324,
   3341,
   3349,
   3369,
   3373,
   3392,
   3400,
   3412,
   3426,
   3441,
   3452,
   3467,
   3489,
   3494,
   3508,
   3513,
   3534,
   3543,
   3557,
   3579,
   3581,
   3599,
   3610,
   3620,
   3633,
   3641,
   3654,
   3670,
   3677,
   3704,
   3716,
   3723,
   3735,
   3749,
   3769,
   3776,
   3803,
   3801,
   3828,
   3845,
   3854,
   3860,
   3874,
   3899,
   3907,
   3915,
   3925,
   3952,
   3964,
   3968,
   3980,
   4003,
   4013,
   4033,
   4035,
   4048,
   4060,
   4084,
   4091,
   4095,
   4134,
   4140,
   4149,
   4161,
   4176,
   4194,
   4211,
   4226,
   4235,
   4256,
   4257,
   4277,
   4277,
   4302,
   4315,
   4330,
   4351,
   4355,
   4368,
   4389,
   4394,
   4413,
   4429,
   4438,
   4454,
   4466,
   4487,
   4505,
   4505,
   4518,
   4539,
   4545,
   4577,
   4576,
   4595,
   4607,
   4625,
   4631,
   4637,
   4668,
   4679,
   4686,
   4715,
   4718,
   4728,
   4750,
   4753,
   4779,
   4788,
   4798,
   4823,
   4831,
   4839,
   4863,
   4865,
   4881,
   4892,
   4903,
   4922,
   4948,
   4959,
   4974,
   4975,
   4995,
   5007,
   5021,
   5037,
   5053,
   5076,
   5080,
   5097,
   5105,
   5126,
   5149,
   5163,
   5160,
   5189,
   5184,
   5204,
   5213,
   5235,
   5241,
   5260,
   5284,
   5291,
   5295,
   5309,
   5324,
   5354,
   5357,
   5361,
   5383,
   5395,
   5418,
   5417,
   5419,
   5429,
   5446,
   5449,
   5462,
   5465,
   5478,
   5492,
   5510,
   5518,
   5497,
   5519,
   5538,
   5535,
   5526,
   5550,
   5561,
   5552,
   5565,
   5568,
   5563,
   5575,
   5578,
   5586,
   5595,
   5596,
   5594,
   5607,
   5618,
   5611,
   5622,
   5625,
   5622,
   5619,
   5624,
   5628,
   5637,
   5632,
   5649,
   5650,
   5641,
   5650,
   5662,
   5641,
   5659,
   5661,
   5662,
   5653,
   5658,
   5667,
   5669,
   5668,
   5669,
   5661,
   5675,
   5673,
   5673,
   5689,
   5686,
   5686,
   5677,
   5694,
   5688,
   5696,
   5682,
   5697,
   5705,
   5694,
   5700,
   5703,
   5712,
   5717,
   5702,
   5712,
   5710,
   5719,
   5713,
   5718,
   5724,
   5725,
   5721,
   5716,
   5725,
   5727,
   5725,
   5731,
   5734,
   5738,
   5732,
   5741,
   5733,
   5749,
   5732,
   5742,
   5743,
   5747,
   5743,
   5743,
   5760,
   5752,
   5746,
   5758,
   5757
  ],
  "egt_l_exp": [
   560,
   560,
   559,
   559,
   560,
   560,
   559,
   560,
   560,
   560,
   560,
   560,
   560,
   559,
   559,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   561,
   560,
   560,
   561,
   561,
   561,
   561,
   560,
   563,
   569,
   575,
   582,
   588,
   594,
   600,
   605,
   609,
   614,
   618,
   621,
   623,
   626,
   628,
   630,
   632,
   633,
   634,
   635,
   636,
   637,
   637,
   638,
   638,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   640,
   640,
   639,
   639,
   639,
   640,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   638,
   638,
   638,
   639,
   638,
   639,
   639,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   637,
   637,
   638,
   638,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   636,
   636,
   637,
   636,
   636,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   636,
   636,
   636,
   636,
   637,
   637,
   636,
   637,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   635,
   635,
   635,
   635,
   636,
   636,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   634,
   635,
   634,
   634,
   634,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   634,
   635,
   635,
   634,
   634,
   634,
   633,
   633,
   634,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   634,
   633,
   634,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   630,
   627,
   622,
   617,
   612,
   607,
   603,
   599,
   596,
   593,
   590,
   588,
   585,
   583,
   582,
   580,
   579,
   578,
   578,
   577,
   576,
   576,
   575,
   575,
   575,
   574,
   574,
   574,
   574,
   574,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   573,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   573,
   573,
   572,
   573,
   573,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572
  ],
  "egt_r_exp": [
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   560,
   561,
   561,
   561,
   561,
   561,
   561,
   564,
   569,
   575,
   581,
   587,
   593,
   599,
   604,
   609,
   613,
   617,
   620,
   623,
   625,
   627,
   629,
   631,
   632,
   634,
   634,
   635,
   636,
   636,
   637,
   637,
   638,
   638,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   640,
   640,
   640,
   640,
   640,
   639,
   639,
   640,
   640,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   639,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   638,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   637,
   636,
   637,
   637,
   637,
   636,
   637,
   637,
   636,
   636,
   637,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   636,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   635,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   635,
   634,
   634,
   634,
   634,
   635,
   635,
   635,
   635,
   635,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   635,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   634,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   633,
   631,
   627,
   622,
   618,
   612,
   608,
   604,
   600,
   596,
   593,
   590,
   588,
   586,
   584,
   582,
   581,
   580,
   578,
   578,
   577,
   576,
   576,
   575,
   574,
   574,
   574,
   574,
   574,
   573,
   573,
   573,
   573,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   572,
   573,
   572,
   572,
   572,
   572,
   572,
   572,
   572
  ],
  "ff_l_exp": [
   891,
   896,
   895,
   895,
   900,
   900,
   896,
   904,
   900,
   900,
   895,
   900,
   900,
   891,
   896,
   905,
   900,
   909,
   896,
   904,
   895,
   896,
   896,
   905,
   904,
   900,
   896,
   909,
   905,
   900,
   900,
   900,
   913,
   896,
   900,
   909,
   909,
   900,
   904,
   896,
   990,
   1071,
   1129,
   1156,
   1174,
   1215,
   1215,
   1233,
   1233,
   1246,
   1256,
   1251,
   1255,
   1256,
   1255,
   1260,
   1269,
   1269,
   1260,
   1260,
   1264,
   1264,
   1264,
   1269,
   1259,
   1264,
   1259,
   1259,
   1258,
   1258,
   1253,
   1253,
   1248,
   1257,
   1257,
   1252,
   1256,
   1252,
   1260,
   1260,
   1255,
   1255,
   1264,
   1255,
   1250,
   1254,
   1254,
   1263,
   1249,
   1249,
   1248,
   1261,
   1252,
   1252,
   1243,
   1247,
   1251,
   1255,
   1242,
   1246,
   1250,
   1254,
   1250,
   1254,
   1249,
   1244,
   1244,
   1253,
   1239,
   1248,
   1243,
   1247,
   1242,
   1242,
   1246,
   1246,
   1255,
   1241,
   1241,
   1245,
   1249,
   1240,
   1249,
   1244,
   1244,
   1234,
   1239,
   1256,
   1238,
   1233,
   1242,
   1233,
   1233,
   1237,
   1241,
   1241,
   1241,
   1254,
   1245,
   1240,
   1240,
   1230,
   1239,
   1248,
   1243,
   1234,
   1242,
   1233,
   1228,
   1237,
   1237,
   1228,
   1236,
   1245,
   1231,
   1236,
   1253,
   1231,
   1235,
   1244,
   1234,
   1234,
   1234,
   1234,
   1233,
   1228,
   1242,
   1241,
   1237,
   1227,
   1241,
   1222,
   1236,
   1231,
   1231,
   1230,
   1235,
   1230,
   1225,
   1229,
   1220,
   1233,
   1219,
   1228,
   1241,
   1232,
   1223,
   1223,
   1227,
   1227,
   1217,
   1231,
   1221,
   1230,
   1216,
   1221,
   1229,
   1229,
   1224,
   1219,
   1224,
   1223,
   1228,
   1223,
   1227,
   1222,
   1213,
   1226,
   1217,
   1221,
   1221,
   1230,
   1225,
   1229,
   1225,
   1220,
   1219,
   1228,
   1214,
   1223,
   1218,
   1227,
   1222,
   1218,
   1213,
   1208,
   1208,
   1217,
   1221,
   1212,
   1211,
   1220,
   1211,
   1215,
   1215,
   1214,
   1214,
   1223,
   1214,
   1218,
   1209,
   1217,
   1213,
   1212,
   1217,
   1216,
   1212,
   1216,
   1207,
   1206,
   1134,
   1098,
   1044,
   1017,
   1003,
   976,
   976,
   967,
   971,
   949,
   940,
   949,
   949,
   935,
   935,
   939,
   939,
   944,
   953,
   935,
   948,
   939,
   944,
   948,
   944,
   935,
   939,
   944,
   939,
   939,
   939,
   935,
   935,
   948,
   948,
   934,
   939,
   952,
   948,
   939,
   934,
   943,
   943,
   934,
   939,
   939,
   943,
   934,
   939,
   925,
   939,
   943,
   930,
   934,
   947,
   938,
   934,
   947,
   929,
   938,
   938,
   943,
   938,
   943,
   938,
   934,
   938,
   934,
   938,
   943,
   938,
   938,
   943,
   938,
   938,
   938,
   942,
   938,
   929,
   933,
   929,
   942,
   942,
   942,
   929,
   947,
   942,
   938,
   942,
   938,
   938,
   946,
   937,
   937,
   942,
   942,
   933,
   937,
   942,
   937,
   937,
   942,
   937,
   937,
   937,
   937,
   937,
   942,
   928,
   942,
   928
  ],
  "ff_r_exp": [
   900,
   900,
   904,
   891,
   913,
   900,
   896,
   904,
   909,
   895,
   904,
   896,
   900,
   896,
   909,
   896,
   904,
   900,
   904,
   900,
   900,
   896,
   887,
   900,
   900,
   904,
   900,
   904,
   891,
   896,
   900,
   909,
   904,
   905,
   909,
   909,
   905,
   900,
   904,
   900,
   999,
   1053,
   1120,
   1147,
   1183,
   1197,
   1211,
   1228,
   1242,
   1242,
   1247,
   1256,
   1251,
   1256,
   1255,
   1256,
   1255,
   1264,
   1264,
   1251,
   1251,
   1260,
   1251,
   1260,
   1255,
   1264,
   1259,
   1277,
   1249,
   1263,
   1262,
   1253,
   1257,
   1257,
   1261,
   1261,
   1256,
   1261,
   1256,
   1256,
   1251,
   1251,
   1264,
   1264,
   1245,
   1254,
   1249,
   1249,
   1262,
   1253,
   1244,
   1252,
   1257,
   1261,
   1252,
   1242,
   1256,
   1242,
   1242,
   1255,
   1246,
   1241,
   1250,
   1245,
   1236,
   1253,
   1244,
   1253,
   1248,
   1243,
   1256,
   1238,
   1251,
   1247,
   1246,
   1260,
   1246,
   1228,
   1250,
   1250,
   1240,
   1245,
   1249,
   1244,
   1239,
   1243,
   1248,
   1234,
   1238,
   1247,
   1242,
   1233,
   1246,
   1246,
   1237,
   1232,
   1241,
   1236,
   1240,
   1235,
   1235,
   1235,
   1244,
   1234,
   1238,
   1234,
   1247,
   1238,
   1228,
   1237,
   1241,
   1232,
   1227,
   1241,
   1231,
   1231,
   1226,
   1235,
   1230,
   1226,
   1239,
   1230,
   1234,
   1234,
   1238,
   1237,
   1237,
   1232,
   1228,
   1232,
   1227,
   1231,
   1240,
   1235,
   1231,
   1235,
   1235,
   1225,
   1225,
   1220,
   1215,
   1233,
   1237,
   1228,
   1219,
   1223,
   1227,
   1227,
   1227,
   1231,
   1226,
   1222,
   1221,
   1226,
   1216,
   1216,
   1216,
   1225,
   1224,
   1224,
   1224,
   1214,
   1223,
   1223,
   1223,
   1227,
   1227,
   1217,
   1217,
   1221,
   1230,
   1234,
   1225,
   1216,
   1220,
   1224,
   1215,
   1219,
   1219,
   1219,
   1214,
   1218,
   1222,
   1227,
   1226,
   1226,
   1212,
   1221,
   1221,
   1212,
   1211,
   1220,
   1220,
   1215,
   1215,
   1210,
   1214,
   1209,
   1218,
   1213,
   1209,
   1222,
   1208,
   1212,
   1217,
   1212,
   1212,
   1216,
   1202,
   1211,
   1148,
   1089,
   1057,
   1021,
   990,
   994,
   976,
   971,
   953,
   953,
   953,
   949,
   949,
   949,
   940,
   939,
   939,
   939,
   944,
   939,
   935,
   944,
   939,
   930,
   935,
   944,
   939,
   944,
   939,
   944,
   939,
   935,
   921,
   935,
   943,
   939,
   934,
   939,
   939,
   930,
   939,
   939,
   943,
   934,
   943,
   939,
   939,
   939,
   930,
   943,
   943,
   939,
   943,
   939,
   938,
   929,
   925,
   934,
   934,
   934,
   938,
   947,
   934,
   934,
   938,
   947,
   938,
   943,
   934,
   938,
   920,
   938,
   947,
   929,
   938,
   942,
   929,
   933,
   933,
   942,
   942,
   929,
   942,
   933,
   933,
   938,
   933,
   942,
   929,
   938,
   947,
   937,
   942,
   942,
   933,
   933,
   937,
   946,
   942,
   933,
   942,
   942,
   937,
   946,
   933,
   933,
   937,
   942,
   928,
   933,
   942
  ],
  "egt_l_delta": [
   4,
   3,
   5,
   3,
   5,
   4,
   4,
   7,
   3,
   2,
   1,
   4,
   1,
   4,
   5,
   2,
   3,
   5,
   2,
   2,
   0,
   3,
   4,
   3,
   0,
   0,
   4,
   1,
   5,
   1,
   5,
   5,
   3,
   6,
   2,
   1,
   4,
   3,
   3,
   2,
   1,
   2,
   3,
   0,
   6,
   4,
   1,
   4,
   0,
   1,
   1,
   4,
   5,
   2,
   2,
   3,
   3,
   2,
   4,
   4,
   0,
   3,
   4,
   2,
   2,
   2,
   2,
   3,
   3,
   4,
   3,
   2,
   5,
   4,
   4,
   4,
   4,
   2,
   4,
   4,
   0,
   1,
   2,
   2,
   3,
   5,
   4,
   1,
   2,
   3,
   3,
   3,
   3,
   6,
   4,
   5,
   2,
   4,
   4,
   7,
   3,
   1,
   2,
   2,
   4,
   3,
   3,
   4,
   4,
   4,
   3,
   5,
   2,
   3,
   3,
   5,
   3,
   5,
   3,
   2,
   6,
   3,
   2,
   4,
   2,
   2,
   2,
   4,
   4,
   2,
   0,
   5,
   3,
   2,
   3,
   1,
   4,
   3,
   7,
   2,
   2,
   3,
   5,
   6,
   3,
   3,
   2,
   3,
   2,
   0,
   3,
   4,
   4,
   1,
   4,
   2,
   3,
   5,
   4,
   4,
   2,
   5,
   5,
   3,
   1,
   4,
   3,
   1,
   3,
   3,
   -1,
   3,
   3,
   2,
   2,
   4,
   6,
   0,
   1,
   3,
   5,
   3,
   5,
   2,
   3,
   0,
   3,
   4,
   2,
   1,
   3,
   3,
   2,
   3,
   4,
   0,
   1,
   4,
   4,
   2,
   4,
   2,
   2,
   1,
   5,
   2,
   2,
   2,
   7,
   3,
   1,
   3,
   2,
   1,
   4,
   3,
   2,
   4,
   3,
   -2,
   0,
   2,
   0,
   4,
   2,
   4,
   6,
   7,
   3,
   3,
   4,
   3,
   3,
   6,
   3,
   4,
   4,
   1,
   3,
   0,
   4,
   1,
   1,
   2,
   3,
   2,
   4,
   2,
   5,
   1,
   2,
   3,
   2,
   3,
   5,
   3,
   2,
   3,
   3,
   1,
   5,
   3,
   2,
   5,
   1,
   4,
   4,
   3,
   1,
   3,
   3,
   2,
   -1,
   1,
   2,
   4,
   3,
   3,
   3,
   4,
   5,
   1,
   2,
   3,
   2,
   3,
   2,
   2,
   3,
   0,
   2,
   3,
   2,
   1,
   4,
   4,
   3,
   3,
   5,
   4,
   6,
   3,
   3,
   6,
   2,
   2,
   3,
   1,
   2,
   4,
   4,
   4,
   5,
   4,
   4,
   3,
   7,
   4,
   2,
   5,
   2,
   2,
   4,
   5,
   2,
   2,
   3,
   3,
   3,
   3,
   3,
   5,
   3,
   3,
   2,
   1,
   2,
   3,
   3,
   3,
   2,
   3,
   1,
   4,
   2,
   3,
   4,
   2,
   2,
   5,
   0,
   3,
   5,
   5,
   3,
   4,
   6,
   2,
   3,
   3,
   1
  ],
  "egt_r_delta": [
   -1,
   -2,
   -1,
   -2,
   -3,
   -1,
   -2,
   -2,
   -1,
   -1,
   -2,
   2,
   0,
   -2,
   -2,
   0,
   -1,
   2,
   -2,
   -1,
   -2,
   -2,
   -3,
   0,
   -1,
   -2,
   -1,
   -2,
   -1,
   2,
   0,
   -4,
   0,
   -1,
   -1,
   -5,
   -1,
   -2,
   -6,
   -6,
   -3,
   -4,
   -2,
   0,
   -1,
   -5,
   -1,
   -3,
   -1,
   -3,
   -4,
   -3,
   -3,
   -2,
   1,
   -1,
   -2,
   -4,
   -3,
   -2,
   -3,
   -2,
   -2,
   -1,
   1,
   -3,
   -1,
   -4,
   -1,
   0,
   -2,
   -3,
   -2,
   -1,
   -1,
   -3,
   -1,
   -5,
   -1,
   -2,
   -1,
   -2,
   2,
   -4,
   -3,
   -2,
   -6,
   0,
   -1,
   -2,
   -2,
   0,
   -1,
   -2,
   -3,
   -2,
   -2,
   -4,
   -2,
   -3,
   -2,
   0,
   -1,
   -3,
   -3,
   -2,
   -1,
   -4,
   -2,
   0,
   0,
   -2,
   -1,
   -6,
   -3,
   -2,
   -4,
   1,
   -3,
   -2,
   0,
   -3,
   -1,
   -1,
   -1,
   -1,
   2,
   -5,
   -2,
   -2,
   -2,
   -2,
   -1,
   -2,
   -2,
   -4,
   1,
   -2,
   -4,
   1,
   2,
   -2,
   -3,
   -4,
   -3,
   -2,
   -3,
   -1,
   0,
   -1,
   -4,
   0,
   -2,
   -1,
   1,
   0,
   -2,
   -1,
   -3,
   -8,
   -1,
   -2,
   -2,
   -4,
   -1,
   -1,
   -2,
   -3,
   -1,
   -2,
   -2,
   -2,
   -4,
   -1,
   -4,
   -5,
   -2,
   -5,
   -2,
   -2,
   0,
   -2,
   -2,
   1,
   -2,
   -2,
   -1,
   -2,
   -1,
   -1,
   -3,
   -3,
   -4,
   -4,
   1,
   -2,
   -1,
   -2,
   -1,
   1,
   2,
   -4,
   -1,
   1,
   1,
   0,
   1,
   1,
   5,
   0,
   1,
   -1,
   3,
   0,
   3,
   3,
   2,
   2,
   7,
   5,
   6,
   8,
   4,
   5,
   7,
   6,
   6,
   6,
   7,
   8,
   9,
   7,
   8,
   12,
   10,
   14,
   9,
   11,
   10,
   11,
   14,
   12,
   17,
   13,
   15,
   13,
   13,
   14,
   15,
   15,
   15,
   16,
   14,
   15,
   17,
   18,
   19,
   18,
   19,
   15,
   19,
   19,
   22,
   18,
   23,
   21,
   20,
   22,
   23,
   22,
   25,
   25,
   22,
   26,
   22,
   24,
   25,
   28,
   27,
   28,
   24,
   25,
   28,
   27,
   28,
   29,
   31,
   29,
   32,
   29,
   30,
   32,
   33,
   30,
   29,
   33,
   30,
   32,
   32,
   33,
   33,
   32,
   35,
   34,
   34,
   37,
   38,
   36,
   35,
   36,
   37,
   36,
   38,
   36,
   41,
   37,
   40,
   40,
   40,
   39,
   39,
   40,
   38,
   44,
   41,
   40,
   43,
   40,
   43,
   44,
   46,
   41,
   43,
   43,
   44,
   47,
   45,
   45,
   48,
   46,
   47,
   48,
   48,
   49,
   47,
   48,
   49,
   47,
   49,
   49,
   51,
   49,
   52,
   50,
   51,
   54,
   55,
   54,
   53,
   55,
   55
  ],
  "egt_split": [
   -5,
   -5,
   -5,
   -4,
   -8,
   -5,
   -5,
   -9,
   -4,
   -3,
   -3,
   -2,
   -1,
   -5,
   -6,
   -2,
   -4,
   -3,
   -4,
   -3,
   -2,
   -5,
   -7,
   -3,
   -1,
   -2,
   -5,
   -3,
   -6,
   1,
   -5,
   -9,
   -4,
   -7,
   -2,
   -6,
   -5,
   -5,
   -9,
   -7,
   -3,
   -6,
   -5,
   -1,
   -8,
   -10,
   -3,
   -8,
   -1,
   -5,
   -6,
   -8,
   -8,
   -5,
   -2,
   -5,
   -6,
   -7,
   -7,
   -7,
   -4,
   -6,
   -7,
   -4,
   -2,
   -6,
   -4,
   -7,
   -4,
   -4,
   -5,
   -5,
   -7,
   -5,
   -5,
   -6,
   -4,
   -6,
   -4,
   -5,
   -1,
   -3,
   0,
   -6,
   -6,
   -7,
   -10,
   -2,
   -3,
   -5,
   -5,
   -3,
   -4,
   -8,
   -7,
   -7,
   -4,
   -8,
   -6,
   -10,
   -5,
   -2,
   -3,
   -6,
   -8,
   -5,
   -4,
   -8,
   -6,
   -4,
   -3,
   -7,
   -3,
   -9,
   -6,
   -7,
   -7,
   -4,
   -6,
   -4,
   -6,
   -6,
   -3,
   -5,
   -3,
   -2,
   1,
   -10,
   -7,
   -4,
   -2,
   -7,
   -4,
   -4,
   -5,
   -5,
   -3,
   -5,
   -11,
   -1,
   0,
   -6,
   -8,
   -10,
   -6,
   -6,
   -5,
   -4,
   -3,
   -2,
   -7,
   -4,
   -6,
   -3,
   -3,
   -2,
   -6,
   -7,
   -8,
   -13,
   -4,
   -8,
   -8,
   -7,
   -2,
   -5,
   -5,
   -5,
   -5,
   -5,
   -2,
   -5,
   -7,
   -3,
   -6,
   -9,
   -8,
   -5,
   -3,
   -6,
   -5,
   -5,
   -7,
   -1,
   -6,
   -3,
   -4,
   -6,
   -3,
   -2,
   -6,
   -6,
   -6,
   -7,
   -4,
   -3,
   -3,
   -7,
   -6,
   -2,
   -3,
   -7,
   -4,
   -1,
   -5,
   -3,
   0,
   -2,
   -2,
   -3,
   0,
   -4,
   1,
   -1,
   -1,
   0,
   -1,
   -3,
   3,
   6,
   6,
   5,
   3,
   1,
   5,
   3,
   1,
   0,
   4,
   6,
   6,
   5,
   6,
   7,
   8,
   10,
   5,
   9,
   7,
   10,
   10,
   11,
   16,
   11,
   12,
   11,
   9,
   12,
   10,
   14,
   14,
   13,
   12,
   13,
   12,
   16,
   18,
   16,
   16,
   14,
   14,
   16,
   21,
   14,
   22,
   18,
   17,
   19,
   22,
   19,
   22,
   23,
   23,
   24,
   19,
   20,
   22,
   25,
   23,
   23,
   19,
   24,
   25,
   23,
   25,
   25,
   28,
   26,
   28,
   28,
   27,
   28,
   30,
   28,
   24,
   28,
   26,
   28,
   27,
   29,
   27,
   29,
   32,
   28,
   32,
   35,
   35,
   35,
   33,
   32,
   33,
   32,
   33,
   32,
   37,
   34,
   33,
   36,
   38,
   34,
   37,
   38,
   34,
   39,
   39,
   38,
   40,
   37,
   40,
   41,
   43,
   36,
   40,
   40,
   42,
   46,
   43,
   42,
   45,
   43,
   45,
   44,
   46,
   45,
   44,
   44,
   45,
   45,
   47,
   44,
   51,
   46,
   47,
   46,
   48,
   50,
   49,
   52,
   50,
   52,
   54
  ],
  "vs": [
   0,
   -180,
   120,
   60,
   0,
   -180,
   -60,
   120,
   -60,
   180,
   120,
   -240,
   180,
   -300,
   120,
   -60,
   180,
   -180,
   60,
   0,
   60,
   -60,
   -120,
   60,
   60,
   60,
   -60,
   0,
   -120,
   0,
   180,
   60,
   60,
   -360,
   300,
   -240,
   0,
   0,
   120,
   0,
   60,
   -180,
   240,
   -60,
   60,
   0,
   -300,
   240,
   -120,
   120,
   -120,
   -180,
   480,
   -240,
   120,
   -120,
   60,
   0,
   -60,
   0,
   600,
   420,
   1080,
   1500,
   1320,
   1500,
   1560,
   1800,
   1800,
   1860,
   1740,
   1740,
   2100,
   1920,
   1860,
   2040,
   1980,
   1860,
   1920,
   2100,
   2220,
   1680,
   2160,
   1740,
   2160,
   1920,
   1860,
   1860,
   2100,
   1980,
   2040,
   1920,
   1920,
   1980,
   1980,
   2100,
   1860,
   2100,
   1920,
   1980,
   1680,
   2460,
   1860,
   1920,
   1980,
   1920,
   2040,
   2040,
   1920,
   1980,
   1980,
   2040,
   2040,
   1800,
   2160,
   1980,
   2160,
   1980,
   1800,
   2040,
   1980,
   1920,
   1800,
   2100,
   1980,
   2040,
   1980,
   1800,
   2040,
   2100,
   1680,
   2160,
   2100,
   2100,
   1680,
   2100,
   2220,
   1680,
   2160,
   2100,
   1620,
   2100,
   1980,
   1860,
   2220,
   1860,
   1920,
   2340,
   1740,
   1560,
   2340,
   2160,
   1800,
   1980,
   1920,
   2280,
   1740,
   1980,
   1980,
   1980,
   1980,
   1980,
   2040,
   1560,
   2340,
   1860,
   2160,
   1740,
   2100,
   2160,
   1980,
   1740,
   2160,
   1860,
   1980,
   2160,
   1920,
   1800,
   2160,
   1800,
   2220,
   1920,
   1800,
   2160,
   1860,
   2160,
   1680,
   2280,
   1920,
   1920,
   2040,
   2160,
   1560,
   1980,
   2100,
   2040,
   1860,
   2040,
   2160,
   1980,
   1980,
   1860,
   2040,
   1920,
   1860,
   2400,
   1620,
   1920,
   2220,
   1800,
   2040,
   2040,
   1920,
   2040,
   1920,
   2100,
   1860,
   2040,
   1800,
   1980,
   2160,
   2040,
   1920,
   1800,
   2400,
   1800,
   1860,
   1620,
   2220,
   1920,
   2220,
   1860,
   2040,
   2280,
   1620,
   1920,
   2340,
   1620,
   2160,
   2100,
   1860,
   1860,
   1980,
   2040,
   1800,
   2160,
   2280,
   1740,
   1680,
   2220,
   1560,
   1200,
   1260,
   660,
   960,
   120,
   840,
   300,
   420,
   180,
   600,
   420,
   120,
   240,
   120,
   540,
   60,
   300,
   120,
   120,
   180,
   480,
   -120,
   240,
   180,
   360,
   0,
   300,
   360,
   60,
   180,
   120,
   240,
   60,
   480,
   120,
   240,
   120,
   300,
   180,
   120,
   420,
   60,
   240,
   60,
   180,
   240,
   60,
   120,
   240,
   600,
   -60,
   480,
   -120,
   360,
   120,
   120,
   300,
   240,
   240,
   420,
   -60,
   180,
   180,
   180,
   60,
   480,
   180,
   180,
   60,
   240,
   180,
   180,
   0,
   480,
   180,
   120,
   120,
   360,
   180,
   120,
   120,
   120,
   480,
   0,
   240,
   420,
   60,
   120,
   300,
   180,
   420,
   60,
   180,
   180,
   240,
   180,
   120,
   300,
   240,
   240,
   -120,
   420,
   0,
   180,
   240,
   240,
   300,
   180,
   120,
   60
  ]
 },
 "events": [
  {
   "id": "thrust-up",
   "t": 40,
   "label": "Thrust levers advanced for the climb",
   "description": "Both thrust levers move forward together. N₁ rises on both engines with the same lag, and exhaust gas temperature and fuel flow follow it, as the expected-value model predicts.",
   "componentIds": [
    "thrust-levers",
    "left-engine-core",
    "right-engine-core",
    "engine-instruments"
   ],
   "primaryComponentId": "thrust-levers",
   "window": {
    "start": 20,
    "end": 90,
    "startTime": "2026-09-01T14:00:20Z",
    "endTime": "2026-09-01T14:01:30Z"
   },
   "hypotheses": [
    {
     "id": "normal",
     "text": "Normal response: both engines follow the lever movement and the expected model."
    },
    {
     "id": "lag",
     "text": "One engine accelerates noticeably later than the other."
    },
    {
     "id": "over",
     "text": "One engine overshoots its expected fuel flow."
    }
   ],
   "time": "2026-09-01T14:00:40Z"
  },
  {
   "id": "climb-start",
   "t": 60,
   "label": "Climb begins",
   "description": "Pitch attitude increases to the climb attitude and the altitude trace starts rising. Indicated airspeed drifts down slowly during the climb, which is what a constant-attitude climb looks like in this scenario.",
   "componentIds": [
    "left-elevator",
    "right-elevator",
    "control-columns",
    "horizontal-stabilizer"
   ],
   "primaryComponentId": "left-elevator",
   "window": {
    "start": 40,
    "end": 140,
    "startTime": "2026-09-01T14:00:40Z",
    "endTime": "2026-09-01T14:02:20Z"
   },
   "hypotheses": [
    {
     "id": "normal",
     "text": "Normal: pitch, vertical speed and airspeed change together as expected for the climb."
    },
    {
     "id": "pitch-ias",
     "text": "Airspeed falls faster than the pitch change alone would explain."
    }
   ],
   "time": "2026-09-01T14:01:00Z"
  },
  {
   "id": "egt-diverge",
   "t": 200,
   "label": "Right EGT starts to leave its expected value",
   "description": "From about here the right exhaust gas temperature reads progressively higher than the expected model, while the left engine keeps tracking its own expected value. This is the event to explain.",
   "componentIds": [
    "right-exhaust",
    "right-engine-core",
    "engine-instruments",
    "engine-fuel-controls"
   ],
   "primaryComponentId": "right-exhaust",
   "window": {
    "start": 170,
    "end": 360,
    "startTime": "2026-09-01T14:02:50Z",
    "endTime": "2026-09-01T14:06:00Z"
   },
   "hypotheses": [
    {
     "id": "hot-engine",
     "text": "The right engine really is running hotter (a hot-section problem)."
    },
    {
     "id": "indication",
     "text": "The right EGT indication is wrong: probe, wiring or gauge drift, and the engine is fine."
    },
    {
     "id": "fuel-schedule",
     "text": "The right fuel control is scheduling more fuel than the left one."
    },
    {
     "id": "model",
     "text": "The expected-value model is wrong at this altitude, and both engines are fine."
    }
   ],
   "time": "2026-09-01T14:03:20Z"
  },
  {
   "id": "level-off",
   "t": 250,
   "label": "Level-off and thrust reduction",
   "description": "Pitch attitude comes back down, altitude flattens out, and both thrust levers are brought back. N₁, fuel flow and the left EGT step down together. Watch what the right EGT discrepancy does when the power changes.",
   "componentIds": [
    "thrust-levers",
    "left-engine-core",
    "right-engine-core",
    "left-elevator",
    "right-elevator"
   ],
   "primaryComponentId": "thrust-levers",
   "window": {
    "start": 230,
    "end": 300,
    "startTime": "2026-09-01T14:03:50Z",
    "endTime": "2026-09-01T14:05:00Z"
   },
   "hypotheses": [
    {
     "id": "normal",
     "text": "Normal: both engines step down together with the levers."
    },
    {
     "id": "asym",
     "text": "The engines respond asymmetrically to the reduction."
    }
   ],
   "time": "2026-09-01T14:04:10Z"
  },
  {
   "id": "review-threshold",
   "t": 290,
   "label": "Right EGT discrepancy passes the review threshold",
   "description": "Around here the difference between the observed and expected right EGT passes the scenario’s 30 °C review threshold. The summary panel computes the exact first sample for the window you have chosen.",
   "componentIds": [
    "engine-instruments",
    "right-exhaust"
   ],
   "primaryComponentId": "engine-instruments",
   "window": {
    "start": 260,
    "end": 360,
    "startTime": "2026-09-01T14:04:20Z",
    "endTime": "2026-09-01T14:06:00Z"
   },
   "hypotheses": [
    {
     "id": "hot-engine",
     "text": "The right engine really is running hotter."
    },
    {
     "id": "indication",
     "text": "The indication has drifted; the engine has not changed."
    }
   ],
   "time": "2026-09-01T14:04:50Z"
  },
  {
   "id": "cabin-settle",
   "t": 300,
   "label": "Cabin altitude settles",
   "description": "During the climb the cabin altitude rose much more slowly than the aircraft; once level, the outflow valve holds it steady. Cabin pressurisation is included as a reminder that a flight-test dataset is more than the engines.",
   "componentIds": [
    "outflow-valve",
    "cabin-pressure-controls",
    "bleed-air-supply",
    "cabin-shell"
   ],
   "primaryComponentId": "outflow-valve",
   "window": {
    "start": 60,
    "end": 360,
    "startTime": "2026-09-01T14:01:00Z",
    "endTime": "2026-09-01T14:06:00Z"
   },
   "hypotheses": [
    {
     "id": "normal",
     "text": "Normal: cabin altitude follows the schedule and holds once level."
    },
    {
     "id": "leak",
     "text": "Cabin altitude keeps climbing after level-off."
    }
   ],
   "time": "2026-09-01T14:05:00Z"
  }
 ],
 "components": {
  "aircraft": "lear-24xr",
  "route": "/atlas/lear-24xr",
  "note": "Assembly ids from the Aircraft Atlas pack for Lloyd’s Lear 24XR: the components a channel or event is about, so the assembly view can show them. The dataset values are not this airplane’s.",
  "referenced": [
   {
    "id": "bleed-air-supply",
    "name": "Bleed-air supply (schematic)",
    "systemId": "cabin-environment"
   },
   {
    "id": "cabin-pressure-controls",
    "name": "Cabin pressure instruments & controller (schematic)",
    "systemId": "cabin-environment"
   },
   {
    "id": "cabin-shell",
    "name": "Cabin shell (pressure cabin)",
    "systemId": "structure"
   },
   {
    "id": "cockpit",
    "name": "Cockpit & windshield",
    "systemId": "structure"
   },
   {
    "id": "control-columns",
    "name": "Control wheels & columns",
    "systemId": "flight-controls"
   },
   {
    "id": "engine-fuel-controls",
    "name": "Engine-driven pumps & fuel controls (schematic)",
    "systemId": "fuel"
   },
   {
    "id": "engine-instruments",
    "name": "Engine instruments",
    "systemId": "propulsion"
   },
   {
    "id": "horizontal-stabilizer",
    "name": "Horizontal stabilizer (T-tail)",
    "systemId": "structure"
   },
   {
    "id": "left-elevator",
    "name": "Left elevator",
    "systemId": "flight-controls"
   },
   {
    "id": "left-engine-core",
    "name": "Left engine (turbojet core)",
    "systemId": "propulsion"
   },
   {
    "id": "left-exhaust",
    "name": "Left exhaust nozzle",
    "systemId": "propulsion"
   },
   {
    "id": "outflow-valve",
    "name": "Outflow valve (schematic)",
    "systemId": "cabin-environment"
   },
   {
    "id": "right-elevator",
    "name": "Right elevator",
    "systemId": "flight-controls"
   },
   {
    "id": "right-engine-core",
    "name": "Right engine (turbojet core)",
    "systemId": "propulsion"
   },
   {
    "id": "right-exhaust",
    "name": "Right exhaust nozzle",
    "systemId": "propulsion"
   },
   {
    "id": "thrust-levers",
    "name": "Thrust levers",
    "systemId": "propulsion"
   }
  ]
 }
}
