We implement an algorithm called "inati" and refernce both the 2013 and 2014 abstract.
The 2013 abstract is mostly walsh method + using the a local phase refernce. (According to the abstract Walsh should use a reference coil for the phase, which we also dont do in walsh)
The two algorithms we implement also differ slightly in how they acutally perform the task - via filtering or sliding windows. But this should not matter.
Bart, tensorflow mri, ismrmrd-pythontools and most papers i find on scholar (as well as the LLMs) instead refer to his 2014 abstract as "inati's method".
This confusion stems from gadetron, which implements two algorithms, inati_iter (~2014 abstract) and inati (~2013).
I would check which variant (inati or walsh) uses less memory and is faster.
Both should provide similar results if one comments out the "mrpro inati" phase correction.
Then we should keep the faster/memory efficient variant and add a switch for the 2013 inati phase correction.
And add a proper inati method that uses the inati 2014 approach to get smother non-singular phases of images and sensitivity maps.
We implement an algorithm called "inati" and refernce both the 2013 and 2014 abstract.
The 2013 abstract is mostly walsh method + using the a local phase refernce. (According to the abstract Walsh should use a reference coil for the phase, which we also dont do in walsh)
The two algorithms we implement also differ slightly in how they acutally perform the task - via filtering or sliding windows. But this should not matter.
Bart, tensorflow mri, ismrmrd-pythontools and most papers i find on scholar (as well as the LLMs) instead refer to his 2014 abstract as "inati's method".
This confusion stems from gadetron, which implements two algorithms, inati_iter (~2014 abstract) and inati (~2013).
I would check which variant (inati or walsh) uses less memory and is faster.
Both should provide similar results if one comments out the "mrpro inati" phase correction.
Then we should keep the faster/memory efficient variant and add a switch for the 2013 inati phase correction.
And add a proper inati method that uses the inati 2014 approach to get smother non-singular phases of images and sensitivity maps.