ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
586 stars 161 forks source link

Co-Registration Issue (CT+Parametric maps) #604

Closed QuentinMesnildrey closed 2 months ago

QuentinMesnildrey commented 2 months ago

Dear community, For the needs of my current research project I have to normalized CT perfusion parametric maps. I have successfully performed this with ANTsPy using the following pipeline:

I thought I could add an initial 'Translation' transformation to correct this but surprisingly, I fail to obtain a satisfying outcome.

If anyone has a few hints to share it would be greatly appreciated.

In particular I wonder if there is a way to modify the number of iterations of the translation transformation especially in a specific dimension.

Best

Quentin