Pablo Hernandez-Cerdan

Results 114 comments of Pablo Hernandez-Cerdan

ITK Version fixed on: `v5.4rc02` Build CMake with: ``` cmake.exe ../src --fresh cmake.exe --build . # Other versions with cmake.exe --build . --config MinSizeRel ``` Build and install ITK with:...

@thewtex I am not updating VNL or running the update script, I am just browsing the current git history of ITK. https://github.com/InsightSoftwareConsortium/ITK/commit/df92e582d82

I don't think it's a VNL issue. It must be about options/usage of `UpdateFromUpstream.sh`. Same happened with MetaIO here: https://github.com/InsightSoftwareConsortium/ITK/commit/17e744

Thanks @bradking for the improvement of the update script in #2324. Before your changes, the old `UpdateThirdPartyFromUpstream.sh` run by @thewtex didn't either show the pollution reported in this issue. So...

A couple of years have passed, and history is still getting polluted when using UpdateFromStream scripts. Updated history of the same example file shown in my original post: `itkEigenAnalysis2DImageFilter.h`. The...

> Was this branch rebased at some point? Third party import merge commits cannot just be rebased; Yes, it was rebased. Before: ``` - Commit2 - Commit1 - HEAD external...

I have been trying to remove current subtree (itkeigen), and try a fresh update-from-upstream, but getting conflicts in the ` git read-tree -u --prefix="$subtree-tmp/" "upstream-$name"` with the files I have...

> Was this branch rebased at some point? Third party import merge commits cannot just be rebased; I typically remove the commit from the rebase -i and replace it with...

Hi @fepegar, I am mostly interested in the [RescaleIntensity transform](https://torchio.readthedocs.io/transforms/preprocessing.html#torchio.transforms.RescaleIntensity) to play with percentiles. > Would you like to contribute? I would love too, I might find some time on...