What steps will reproduce the problem?
1. Load the provided T1 file.
2. Try to flip the anatomy along any axis.
No flipping occurs, when it should be flipped.
The cause is that, for an unknown reason, the nifti file is encoded as a pure
3D data file. The number of bands data is not set, and therefore is set to 0 by
default by the nifti library. This causes the indexing loop to fail.
Suggested fix: when the m_bands member is set to 0, fix it to 1 (anyway, this
is logical).
Original issue reported on code.google.com by Jean.Chr...@gmail.com on 18 Oct 2011 at 7:48
Original issue reported on code.google.com by
Jean.Chr...@gmail.com
on 18 Oct 2011 at 7:48