Andreas Schuh
Andreas Schuh
@jcupitt found the solution! [EDIT: :-) seems John was faster actually fixing it than me posting this update...] The incorrect code block referenced above seems obsolete, and was supposed to...
For reference, @amakropoulos also fixed this issue less than 1 month ago in the original repo https://github.com/DevelopingHCP/structural-pipeline/commit/5f7942d0ef8202a67a92d13bd4a933046fdc24f4
Not for now [I think]. I'll be talking to Antonis next week. There are some other MIRTK issues still outstanding. He had planned to then contribute those upstream once ready...
Hi @kevin-keraudren, regarding the issue I reported here, it will not affect you with the new IRTK when on your system is a recent enough NiftiCLib installed (at least v1.1,...
P.S.: I think the IRTK so far actually never defined `WORDS_BIGENDIAN`... so the added endianness check might be the reason for your issue. EDIT: The image you are trying to...
@drkarim If you send a list of IRTK binaries that you are using, I can compile a brief overview of corresponding MIRTK commands or we'll see if one you need...
Thanks for the contributions, @cathaysia, and sorry for my lack of attention to this project. I assume this PR was closed because [Loader.load_module()](https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module) has been deprecated in Python 3.4 in...
Sorry for the late reply. Were those Python packages installed under the *base* Anaconda environment (`/home/biolab/anaconda3/bin/python`)? Otherwise, you may have to check the `PYTHON_EXECUTABLE` CMake variable and point it to...
Yep, as @ahundt said. The ITK code is likely a bit outdated and is required by a single binary intended for comparing two images in a regression test.
I apologize for the very very late response! Though I assume this answer may be too late, here some information as future reference for others. I suggest a look at...