Jonathan Daniel

Results 13 comments of Jonathan Daniel

The following table shows the original orientation of the image in itk vs. the orientation of the saved 3d dicom file (.dcm) corresponding to this image. There are different columns...

@thewtex So after the issue has been characterized (+-), I prefer fix 3 with negative `Spacing Between Slices` because it will not block the user from some orientations. Regarding the...

Ok, thank you all! So negative Spacing Between Slices is not a possible/adequate way of fixing left-handed orientations. Therefore, I conclude that there should be no left-handed dicoms, leading us...

Update regarding the 3d RGB case: I dug into the writer's internals - including GDCM - and turns out it's all fine. The direction cosines are set properly, which can...

Hi @issakomi, thank you very much for your example and interest! (I used a very similar [example](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Examples/IO/RGBImageReadWrite.cxx) to test the RGB images, after changing the number of dimensions to 3.)...

Hi, I just wanted to let you know about the [medio](https://github.com/RSIP-Vision/medio) python package where we handle dicoms (also multiframes) and niftis. We use there pydicom, itk and dicom-numpy for dicoms...

Since it is a bit confusing and not necessary, it's better to remove it

Hi, pardon the interruption but I support @NeilGirdhar's side here... A general guideline in python programming is duck typing, therefore checking for `x is True` is too strict. See the...

Hi, please check out #2195 which does the same and more on top of the current main.