dicom_parser icon indicating copy to clipboard operation
dicom_parser copied to clipboard

Compare pixel array parsing results with dcm2niix

Open ZviBaratz opened this issue 4 years ago • 2 comments

@matthew-brett will test against dcm-qa to find differences in parsing results.

ZviBaratz avatar Oct 19 '21 10:10 ZviBaratz

@ZviBaratz not sure why this got assigned to me. You can add any dcm_qa tests as submodules and use AppVeyor or Travis to test - see dcm2niix for examples. Since dcm_qa always saves uncompressed NIfTI data (as different GZ compression levels/libraries lead to file differences), you can always check the pixel array with a simple shell script using a terminal command like cmp -i 352 A.nii B.nii and checking the return value, though you could do this in Python as well.

neurolabusc avatar Feb 28 '22 13:02 neurolabusc

@neurolabusc thanks for the guidance! My mistake regrading assignment, I was playing around with the new project boards and somehow that happened.

ZviBaratz avatar Feb 28 '22 13:02 ZviBaratz