Leonardo Ayala
Leonardo Ayala
Currently, path management is doe through the class `PathManager`. The path names are, however, too generic, such as `SAVE_PATH`, which can lead to clashes with other packages or variables. **Solution**...
This PR introduces changes aiming to make the axis assignment based on image affines more consistent. Instead of iterating over the axis in order `range(p)`, the axis are now iterated...
I have noticed that in some cases (not always) saving an image after being loaded using `nib.as_closest_canonical` and then re-loading it in the same way causes axis to be transposed....