AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.15k stars 495 forks source link

Mapping from pyradiomics features to IBSI #435

Open fedorov opened 6 years ago

fedorov commented 6 years ago

IBSI assigned codes to the features described in the document starting from v7 (https://arxiv.org/abs/1612.07003). Instead of maintaining a separate document with the mapping (as was done in this example), we agreed it makes sense to include this mapping using some kind of predetermined decorator in the documentation of the individual features.

delton137 commented 3 years ago

Sorry to bug you guys, but was this ever implemented? Also how would this decorator be accessed by the end-user (other than looking in the code itself)?