jdtournier / testing

The old MRtrix3 testing repo, now obsolete - do not use!
0 stars 0 forks source link

Testing image differences #1

Open draffelt opened 9 years ago

draffelt commented 9 years ago

Any reason why you don't also check the rest of the image header (ie transform and voxel size)?

jdtournier commented 9 years ago

Time & effort...

It's just that it would need a touch more effort to ignore the mrtrix-version entry, which will never be the same. Also, the header will change when & as it gets converted to different formats. Certainly generic fields won't be preserved, but also the strides might change, as might the datatype. So to do this right, you'd need to be able to tell the testing_diff_data to ignore fields that you do expect to change. If you have the time and the inclination, by all means give it a crack...