SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
18 stars 21 forks source link

MR notebook e has dimensionality error due to splitting complex to real #150

Closed johannesmayer closed 2 years ago

johannesmayer commented 2 years ago

@ckolbPTB discovered that

c0 = objective(x0, *extra_args)
print("Objective function start is: {}".format((c0)))

# # Plotting the result
# img.fill(-1*x0) 

causes problems.

johannesmayer commented 2 years ago

splitting complex iamges into 2 images with real and imaginary part causes some dimensionality issues. I will take care of it.