Mouse-Imaging-Centre / pyminc

A python interface to the MINC 2 library, allowing use of numpy arrays to access MINC data, and other such similar goodies, developed by Jason Lerch
http://en.wikibooks.org/wiki/MINC/Tutorials
Other
14 stars 8 forks source link

update the libminc version check #19

Closed mcvaneede closed 3 years ago

mcvaneede commented 8 years ago

Currently fix to miset_attr_values() (https://github.com/BIC-MNI/libminc/commit/3ca34259f7d5bdae11bf77226492457cb7a1922a) has not made it to a main release of libminc. When it does, we can check for the correct libminc version in writeFile() and use the correct function based on that. Right now, it will simply always choose to use the private miset_attribute() function.

bcdarwin commented 3 years ago

Fixed in b0ba16b2bd71dcfdcbaa8ecdcf3b18002a23f5fa.