summaryrefslogtreecommitdiff
path: root/ep_run/fig_primer_pack2.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_run/fig_primer_pack2.py')
-rw-r--r--ep_run/fig_primer_pack2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py
index 47be501..74850c8 100644
--- a/ep_run/fig_primer_pack2.py
+++ b/ep_run/fig_primer_pack2.py
@@ -184,8 +184,8 @@ xm = x[x <= 185]
cent = np.where(xm < 20, 3e-4, 3e-3)
cent = np.minimum(cent, np.exp(np.interp(xm, cx, np.log(cy))) * 0.85)
ax2.plot(xm, cent, color=ORAN, lw=2.2, ls='--')
-ax2.text(24, 4.25e-3, 'fw72m_cent (in flight): centered + $\\beta$ rides ITS OWN ceiling via bcap 0.9 — where that ceiling sits is being measured now (48k: ahead)', fontsize=8.6, color=ORAN, ha='left')
-ax2.text(186.5, 1.62e-3, '→ ?', fontsize=10, color=ORAN, fontweight='bold')
+ax2.text(24, 4.25e-3, 'fw72m_cent (SEALED): rode 3e-3 for all 234k steps — zero guard events, final gap 0.043', fontsize=8.6, color=ORAN, ha='left')
+ax2.text(186.5, 1.62e-3, '✓', fontsize=12, color=ORAN, fontweight='bold')
# measured ceiling points
for (mx, my, lab) in [(195, 1e-3, '≤1e-3'), (222, 3e-4, '≤3e-4'), (228, 2.5e-5, '≈2e-5')]:
ax2.plot([mx], [my], marker='v', ms=7, color=RED, zorder=5)