Preparing DICOM images and structures for pyradiomics

preview_player
Показать описание
How to convert your dicom images (CT,MR,PET...) and structure sets to nrrd files which can then be used to extract features via pyradiomics.

Hope this helps!
Рекомендации по теме
Комментарии
Автор

How to install pyradiomics..i tried installing but its not working..pls help me through this

BangtanChic.mp
Автор

Hello! I'm trying to use your code, but everytime I got this error:

84 structure_name = ss.get("ROIName")
85 break
---> 86 if structure_name is None or is_substring_present(structure_name.lower(), specific_roi_names)==False: #if roi_num not found or not wanted.
87 continue
89 numContourPoints = 0
...
---> 10 for s in str_list:
11 if s in string:
12 return True

TypeError: 'NoneType' object is not iterable

I don't know if there is some variable or argument that I'm not using well. Sorry for disturbing, I'm new at python and radiomics.

Thank you!

papasconalioli
welcome to shbcf.ru