You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the example "SelfCalibrationReconstruction_Cartesian.py" but changed the Fourier operator (and the data accordingly) to a Stacked3DNFFT to test it.
The reconstructor raised an error because the variable z_sample_loc was not defined in:
This seems to be an atifact of moving to new functions for accomodating variable kspace z lines in #58
I will get a PR for fixing this and #72 .
Also, I will add tests to ensure we dont miss this in future thereby increasing coverage also
I was trying to run the example "SelfCalibrationReconstruction_Cartesian.py" but changed the Fourier operator (and the data accordingly) to a Stacked3DNFFT to test it.
The reconstructor raised an error because the variable
z_sample_loc
was not defined in:pysap-mri/mri/reconstructors/utils/extract_sensitivity_maps.py
Line 166 in c39764b
It may be related to a previous issue: #62
The text was updated successfully, but these errors were encountered: