Ryan Clanton

Results 4 comments of Ryan Clanton

I personally highly recommend SimpleElastix: reading from image ``` def make_affine(image): # get affine transform in LPS affine = np.eye(4,dtype=np.float64) affine[:3, :3] = np.array(image.GetDirection()).reshape(3, 3).__imul__(np.array(image.GetSpacing())) affine[:3, 3] = image.GetOrigin() return...

I am not sure if psapi needs to be added as well but tests do not fail without it.

@errantmind appears to be correct: master: latest stable release. dev: development branch for mimalloc v1. dev-slice: development branch for mimalloc v2 with a new algorithm for managing internal mimalloc pages....

This may be possible with the msys2-UCRT version, I have to do a lot less patches compiling with this and most of the time it just works without issues or...