You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the rt-Utils library for RTstruct conversion, I noticed that:
If slices are present multiple times in the dicom path, they will be loaded as many times , resulting in a size N times bigger in the z-axis than it should be.
N being the number of times a slice is repeated
I fixed this by ensuring unique SOPInstanceUID in the list of files inside the load_dcm_images_from_path function:
While using the rt-Utils library for RTstruct conversion, I noticed that:
If slices are present multiple times in the dicom path, they will be loaded as many times , resulting in a size N times bigger in the z-axis than it should be.
N being the number of times a slice is repeated
I fixed this by ensuring unique SOPInstanceUID in the list of files inside the
load_dcm_images_from_path
function:If this is considered useful I can submit a pull request
Regards
Zhack
The text was updated successfully, but these errors were encountered: