From f164b7a34d54f59026b642fea2ccc473a6e9d98e Mon Sep 17 00:00:00 2001 From: polarbean <harry.carey95@gmail.com> Date: Mon, 24 Mar 2025 16:54:30 +0100 Subject: [PATCH] remove reorienting message --- PyNutil/io/atlas_loader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyNutil/io/atlas_loader.py b/PyNutil/io/atlas_loader.py index 1925255..19ce6fc 100644 --- a/PyNutil/io/atlas_loader.py +++ b/PyNutil/io/atlas_loader.py @@ -27,7 +27,6 @@ def load_atlas_data(atlas_name): def process_atlas_volume(vol): - print("reorienting brainglobe atlas into quicknii space...") return np.transpose(vol, [2, 0, 1])[::-1, ::-1, ::-1] -- GitLab