ANTsPy
ANTsPy copied to clipboard
Fast and comprehensive medical imaging analysis framework in Python
Hi ANTsPy experts- I'm pretty new to ANTsPy and got some basic SyN registrations to work well. I'm now trying to synthesize geometric distortions by manually manipulating a diffeomorphic deformation...
I jast use the code : `ants.registration(fixed=f_img, moving=m_img, type_of_transform='antsRegistrationSyNRepro[r]', verbose=False) ` to reg two brain dcm image.Fix img is T1WI,moving img is T2flair. when I use 'antsRegistrationSyNRepro[r]' as the type_of_transform,it...
**Describe the bug** Currently, no wheel is available for python version 3.10 on PyPI, while wheels for python version 3.6–3.9 are available (see [here](https://pypi.org/project/antspyx/0.3.3/#files)). This leads to the package being...
**Describe the bug** SimpleITK converted a T2 series from Dicom to a nii.gz file. Plotting the T2 series with axis = 2, the error indicates that "index 35 is out...
I wanted to know if there is any progress on ANTsPy windows version! or any instruction on how to compile it on Windows?
I am using the docker image to test ANTs. I have a simple code that loads images and displays the loaded images. The code is the following: `import ants image...
Adds warning when raised when a label interpolator is used with an image with a suspiciously high cardinality. A potential problem: runtime Counting unique voxels takes about 10s on a...
I have a question concerning the „reg_iterations“ parameter. I understand that this is the iterations per level in Multi resolution but how does the resolution change between the levels? The...
``` img = ants.from_numpy(np.zeros(10, 10, 10)) img * 1 # works 1 * img # type error ``` fix is straightforward, add a case to each operand for when `other`...
when applying an affine transform using the `genericLabel`, apply_transforms can get stuck in a (presumably...) non-halting state pinning all cores at 100% until killed. occurs on 0.3.2 and 0.3.3 minimal...