dgobbi/AIRS

Program "register" does not copy QFac from reference image.

Closed this issue · 2 comments

When "register" writes nifti file, the QFac of the output file should be the same as the reference. Currently, it looks like the QFac is set to the default of 1.

Was bitten by this again. This time, the QFac was set to -1 when the QFac of the reference was 1. The QFac of the input file was also -1, so perhaps the QFac is copied from the input to the output, instead of being copied from the reference to the output like it should be?

Fixed. Trivial. Should have fixed this long ago.