Closed KrisThielemans closed 3 years ago
Fixing the ExtractGadget
is going to be hard. I suggest we comment it out and do instead
import numpy as np
import sirf.Utiltities
...
real_image_array=np.abs(complex_image_data.as_array())
sirf.Utilities.show_3D_array(real_image_array)
Found bugs in ExtractGadget, created Gadgetron issue #743.
I feel the workaround applied was not a good idea - we no longer have three chains, so the name of the demo is confusing, and the single chain demo is still affected by one of the bugs (the first one in #743) anyway.
@evgueni-ovtchinnikov is this still relevant? We need to either fix this, or move the broken notebook(s) to a subfolder with a name broken
or similar.
the notebook is actually ok except that it now should be called fully_sampled_recon_two_chains
great. Please "git mv" and adjust a README (if any), and close this issue then.
I've checked that it runs. I'm not sure about the naming, and it's fairly obsolete as a notebook anyway, so I'll just close this.
Same problem as https://github.com/CCPPETMR/SIRF/issues/293