Example #1
0
def store_nifti_to_file(image: nibabel.Nifti1Image, fp: str):
    image.to_filename(fp)