Skip to main content

read_nifti_file

Function read_nifti_file 

Source
pub fn read_nifti_file(path: &Path) -> Result<NiftiData, String>
Expand description

Read a NIfTI file from a filesystem path

Supports both .nii and .nii.gz files.