Enet4 / nifti-rs

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

Feature/write complex valued data #106

Closed twitzelbos closed 1 year ago

twitzelbos commented 1 year ago

Okay, here it goes:

twitzelbos commented 1 year ago

This is ready for review, @nilgoyette @Enet4

twitzelbos commented 1 year ago

Would you like me to change/add test cases, or is this enough for now? In principle, we could make tests where we write matrices of random content, read them back, and compare, but I feel the bitwise comparison to independently generated files is a better test. @nilgoyette @Enet4

nilgoyette commented 1 year ago

LGTM. Thank you for your work!