load_nifti
- bidsaid.io.load_nifti(nifti_file_or_img)[source]
Loads a NIfTI image.
Loads NIfTI image when not a
Nifti1Imageobject or returns the image if already loaded in.Parameters
- nifti_file_or_img
str,Path, orNifti1Image Path to the NIfTI file or a NIfTI image.
Returns
- Nifti1Image
The loaded in NIfTI image.
- nifti_file_or_img