[CCPPETMR/SIRF] fully_sampled_recon_three_chains.ipynb fails (with SIRF master) (#293)

0 views
Skip to first unread message

Kris Thielemans

unread,
Jan 12, 2019, 4:41:44 AM1/12/19
to CCPPETMR/SIRF, Subscribed

At present, image_array has shape [0,0,0]. complex_image_data seems alright though (its shape after as_array is [2,256,256]).

I haven't checked the corresponding SIRF demo.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Kris Thielemans

unread,
Jan 12, 2019, 4:45:05 AM1/12/19
to CCPPETMR/SIRF, Subscribed

@evgueni-ovtchinnikov I've moved this issue here. I have checked that on my VM both the notebook and actual demo work fine. However, on an archlinux install both fail. This could be a gadgetron server issue but Gadgetron's unit-tests and integration tests work. I have no clue what to do about it. would it help if I see if I can give you access to the archlinux system?

evgueni-ovtchinnikov

unread,
Jan 14, 2019, 5:20:19 AM1/14/19
to CCPPETMR/SIRF, Subscribed

@KrisThielemans: access to archlinux would certainly help - how else can i investigate what goes wrong there :)
what is archlinux anyway?

Kris Thielemans

unread,
Jan 29, 2019, 3:31:33 PM1/29/19
to CCPPETMR/SIRF, Subscribed

we've seen problems with the other Gadgetron demos returning only 1 image as opposed to both repetitions. Seems to be related to reading the ISMRMRD file.

Kris Thielemans

unread,
Jan 29, 2019, 3:32:00 PM1/29/19
to CCPPETMR/SIRF, Subscribed

@evgueni-ovtchinnikov I've tried rebuilding with our version of HDF5 as opposed to the system one. Same problem unfortunately.

Kris Thielemans

unread,
May 23, 2019, 3:16:10 AM5/23/19
to CCPPETMR/SIRF, Subscribed

we have this same problem now on the new VM. Everything is fine until here https://github.com/CCPPETMR/SIRF/blob/ea4a56f9f07ae5a17d74887fbca002dc69313b5c/examples/Python/MR/Gadgetron/fully_sampled_recon_three_chains.py#L109

c=complex_image_data.as_array()
c.shape

returns (2, 256, 256), and a display of the numpy.abs(c) looks fine.

However, the extracted array is not https://github.com/CCPPETMR/SIRF/blob/ea4a56f9f07ae5a17d74887fbca002dc69313b5c/examples/Python/MR/Gadgetron/fully_sampled_recon_three_chains.py#L114-L118


In [44]: real_image_data.number()
Out[44]: 0

In [45]: real_image_data.as_array().shape
Out[45]: (0, 0, 0)

Kris Thielemans

unread,
May 23, 2019, 3:16:50 AM5/23/19
to CCPPETMR/SIRF, Subscribed

This could be a Gadgetron change/bug I guess.

Evgueni Ovtchinnikov

unread,
Sep 6, 2019, 9:44:32 AM9/6/19
to CCPPETMR/SIRF, Subscribed

caused by bugs in new ExtractGadget, Gadgetron issue #743 created

Reply all
Reply to author
Forward
0 new messages