nickhardcastle

Results 2 issues of nickhardcastle

Hi, We've discovered an issue with PyrexReader whereby using int(ImagePositionPatient[2]) incorrectly orders slices in both the image and mask. At line 56: scan.sort(key = lambda x: int(x.ImagePositionPatient[2])) # sort slices...

Hi team, When using convert_rtstruct, if there's a hole in the structure in the dicom, this isn't retained. The resultant nii.gz fills in the hole in the structure. I noticed...