Py-rex icon indicating copy to clipboard operation
Py-rex copied to clipboard

Open source of Pyradiomics extension

Results 7 Py-rex issues
Sort by recently updated
recently updated
newest added

Dear all, i have the problem that i have DICOM images and a npy file of segmented data as input to pyradiomics. # i converted the DICOM images in nrrd...

ROI = Region Of Interest 这个参数是需要输入什么内容?导出的在RTSS文件只有ROI的编号,没有名称 What is this parameter to be entered? The exported RTSS file has only the ROI number, not the name. ``` In: from Pyrex import...

Fixed a logic error in choosing the modalities for creating the binary mask.

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...

I am trying to find, which part of the two given codes runs the Pyradiomics. I dont see a pyradiomics command in either of the codes

Hi, I have got errors because `sliceOK` cannot be defined if `Cportion_rt` or/and `img_vol[i].ImagePositionPatient[2]` are float numbers. I changed some lines to find the closest distance between both. I do...

Hi Zhenwei! I fixed some compatibility issues of both python versions (Some tabulation stuff). Please, consider it. Best, Ivan