BF: make fslcomplex preserve image orientation
Compare changes
Files
6+ 8
− 3
@@ -5,7 +5,7 @@ PROJNAME = test-newimage
@@ -5,7 +5,7 @@ PROJNAME = test-newimage
@@ -30,8 +30,13 @@ endif
@@ -30,8 +30,13 @@ endif
This MR fixes fslcomplex
so that output files have the same orientation information as (complex) input files. The read_complexvolume
function reads in a complex64
image as separate real/imaginary volume<float>
objects, but was only performing a L/R flip, and was not actually setting header information in the loaded volumes.
Fixes avwutils#5 (closed)