feat: expose global_mean in compute_2d_axes axes dict

This commit is contained in:
2026-03-29 14:50:05 +02:00
parent 93a2287c04
commit 6c4dd81723
2 changed files with 140 additions and 0 deletions
+1
View File
@@ -360,6 +360,7 @@ def compute_2d_axes(
# project per-window vectors (centre by global mean)
global_mean = M.mean(axis=0)
axes["global_mean"] = global_mean
positions_by_window: Dict[str, Dict[str, Tuple[float, float]]] = {
wid: {} for wid in window_ids
}