Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradunwarp/core/unwarp_resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'''

Expand Down