load_nifti

bidsaid.io.load_nifti(nifti_file_or_img)[source]

Loads a NIfTI image.

Loads NIfTI image when not a Nifti1Image object or returns the image if already loaded in.

Parameters

nifti_file_or_imgstr, Path, or Nifti1Image

Path to the NIfTI file or a NIfTI image.

Returns

Nifti1Image

The loaded in NIfTI image.