From 242d60fb71b48075658a1ff4ec203605df9cd31d Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Wed, 8 Jul 2026 15:11:45 +1000 Subject: [PATCH] Fix interface of ge_D() function Rectification of refactoring in 4af3c751d4f14f4e7844c2190588a7593d25979c. --- gradunwarp/core/unwarp_resample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradunwarp/core/unwarp_resample.py b/gradunwarp/core/unwarp_resample.py index 330a1ac..a3e8688 100644 --- a/gradunwarp/core/unwarp_resample.py +++ b/gradunwarp/core/unwarp_resample.py @@ -388,7 +388,7 @@ def siemens_B(alpha, beta, r, cosine_theta, theta, phi, R0): return b # For consistency with GE papers, use theta & phi -> phi & theta -def ge_D(alpha, beta, r, cosine_phi, phi, theta, z1): +def ge_D(alpha, beta, r, cosine_phi, phi, theta): ''' GE Gradwarp coeffs define the error rather than the total gradient field'''