phys2cvr.io.export_nifti¶
- phys2cvr.io.export_nifti(data, img, fname)[source]¶
Export a nifti file.
- Parameters:
- data
np.ndarray Data to be exported
- img
nib.img Nibabel image object
- fname
strorpath Name of the output file
- data
Export a nifti file.
np.ndarrayData to be exported
nib.imgNibabel image object
str or pathName of the output file