Skip to content
Snippets Groups Projects
Commit f164b7a3 authored by polarbean's avatar polarbean
Browse files

remove reorienting message

parent a82b52a8
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ def load_atlas_data(atlas_name): ...@@ -27,7 +27,6 @@ def load_atlas_data(atlas_name):
def process_atlas_volume(vol): def process_atlas_volume(vol):
print("reorienting brainglobe atlas into quicknii space...")
return np.transpose(vol, [2, 0, 1])[::-1, ::-1, ::-1] return np.transpose(vol, [2, 0, 1])[::-1, ::-1, ::-1]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment