BF: make fslcomplex preserve image orientation
Compare changes
+ 5
− 5
@@ -578,13 +578,13 @@ int read_complexvolume(volume<float>& realvols, volume<float>& imagvols,
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)