mikgroup/sigpy

nlinv / jsense

uecker opened this issue · 5 comments

As pointed out by somebody to me at the Sedona Workshop who was confused about this: SigPy calls the regularized bilinear recon JSENSE. But the version with regularization for image and coil sensitivities is NLINV. This is a bit unfortunate, in my opinion.

Hi Martin :)
nlinv is cited in the references:

sigpy/sigpy/mri/app.py

Lines 234 to 237 in 8d2030d

Uecker, M., Hohage, T., Block, K. T., & Frahm, J. (2008).
Image reconstruction by regularized nonlinear inversion-
joint estimation of coil sensitivities and image content.
Magnetic Resonance in Medicine, 60(#), 674-682.

By default, regularization is turned off with lambda=0, so that's JSENSE.

I can merge a pull request, If you have suggestions on a clearer docstring.

Addressed in #122

Thanks Frank!