This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from unittest import removeResult | |
import nibabel as nib | |
import numpy as np | |
np.set_printoptions(suppress=True, formatter={'float_kind':'{:0.2f}'.format}) | |
import nilearn.image | |
import glob | |
import warnings | |
from matplotlib import pyplot as plt | |
from scipy.spatial.transform import Rotation as R |