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 have spotted an error whilst running an hamming filter on kspace on an MRSI dataset imported via twix.
FID-A version dated 6th October.
The way op_CSIApodize calls reshapeDimensions runs an error in getDimension.
To fix it requires simply to change line 14 in reshapeDimensions from permuteLabels(iDim) to permuteLabels{iDim}. However, I do not know whether this modification would generate conflicts elsewhere, where reshapeDimensions is called.
Hope it helps.
BW
Rudy
The text was updated successfully, but these errors were encountered:
Dear @jamienear
I have spotted an error whilst running an hamming filter on kspace on an MRSI dataset imported via twix.
FID-A version dated 6th October.
The way
op_CSIApodize
callsreshapeDimensions
runs an error ingetDimension
.To fix it requires simply to change line 14 in
reshapeDimensions
frompermuteLabels(iDim)
topermuteLabels{iDim}
. However, I do not know whether this modification would generate conflicts elsewhere, wherereshapeDimensions
is called.Hope it helps.
BW
Rudy
The text was updated successfully, but these errors were encountered: