Andreas Schuh

Results 145 comments of Andreas Schuh

Hi, you will see this error with an "older" version of MIRTK. I've added the `fill_wm_holes` option only in recent months. To use it, you have to use the latest...

A good example for a Homebrew formula for a project that uses CMake for the build configuration and has a similar modular project organization is the [formula for VTK](https://github.com/Homebrew/homebrew-science/blob/master/vtk.rb), which...

Could this be an option? https://docs.github.com/en/github/managing-large-files/distributing-large-binaries

@bkainz The `AppRun` script included does not pass the command arguments on to the actual executable. AppRun: ``` #!/bin/sh export LD_LIBRARY_PATH=. cd "$(dirname "$0")" exec ./reconstruction_GPU2 ``` @kaltu You could...

Ok, forgot the extra option. Glad to hear it gives the same result.

Hi both! Thanks for reaching out. I'm not the most active user in the project the past few years, but maybe I can shed some light on what is happening...

Hi, sorry for the late reply, but if the resample/cropped `t2w-image.nii.gz` seems to not cover the full brain region, I would expect this to be an issue with the brain...

Thanks, could you also attach the `*.additional.err` file?

Very sorry for the late reply, this error usually suggests that there is no overlap between the images to be registered (or maybe that one image is completely empty). It...

Thanks, @anisha1807. I was able to reproduce the issue. In short, see at the end regarding a bug in `scripts/misc/pipeline.sh` which causes this issue, where target and source input images...