The recent DICOM changes (#6467 , #6468 , #6469) have broken some of my app's unit tests, and I'm investigating that...
One thing I see logged is:
ignoring non-DICOM and non-ITK standard keys = ITK_original_direction, ITK_original_spacing
This message strikes me as odd, because ITK_original_direction and ITK_original_spacing certainly seem to be "ITK standard keys", they are still there in main branch.
The recent DICOM changes (#6467 , #6468 , #6469) have broken some of my app's unit tests, and I'm investigating that...
One thing I see logged is:
ignoring non-DICOM and non-ITK standard keys = ITK_original_direction, ITK_original_spacingThis message strikes me as odd, because
ITK_original_directionandITK_original_spacingcertainly seem to be "ITK standard keys", they are still there in main branch.