feat: expose global_mean in compute_2d_axes axes dict
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user