Based on the following file, the nifti header data is stored along with the fields of freq_dim, phase_dim and slice_dim.
https://nifti.nimh.nih.gov/pub/dist/src/niftilib/nifti1_io.h
Wanted to know, how can i get the relevant values individually for each dim, since NIfTI.jl only loads up a header with the field of "dim_info" in terms of that.
Based on the following file, the nifti header data is stored along with the fields of freq_dim, phase_dim and slice_dim.
https://nifti.nimh.nih.gov/pub/dist/src/niftilib/nifti1_io.h
Wanted to know, how can i get the relevant values individually for each dim, since NIfTI.jl only loads up a header with the field of "dim_info" in terms of that.