Enet4 / nifti-rs

Rust implementation of the NIfTI-1 format
Apache License 2.0
40 stars 11 forks source link

Support NIFTI_XFORM_TEMPLATE_OTHER #67

Closed nilgoyette closed 4 years ago

nilgoyette commented 4 years ago

According to the official implementation, there's a missing XForm in nifti-rs.

/*!  Normalized coordinates (for any general standard template space). Added March 8, 2019. */
#define NIFTI_XFORM_TEMPLATE_OTHER  5

Moreover, NiBabel supports it.