make_trans_mat {ciftiTools} | R Documentation |
Make the transformation matrix for the subcortical volume from the sform data in the header.
make_trans_mat(nii_fname)
nii_fname |
Path to NIFTI file |
4x4 matrix representing the transformation matrix. (This includes
the last row, c(0,0,0,1)
).