get_nifti_header

bidsaid.io.get_nifti_header(nifti_file_or_img)[source]

Get header from a NIfTI image.

Parameters

nifti_file_or_imgstr, Path, or Nifti1Image

Path to the NIfTI file or a NIfTI image.

Returns

Nifti1Header

The header from a NIfTI image.