I have a numpy array that I would like to covert into a nifti file. Through the documentation it seems PyNIfTI used to do this with:
image=NiftiImage(Array)
However, PyNIfTI isn't supported anymore. NiBabel, the successor to PyNIfTI, doesn't seem to support this function. I must be missing something. Does anyone know how to do this?