AIM-Harvard / SlicerRadiomics

A Slicer extension to provide a GUI around pyradiomics
BSD 3-Clause "New" or "Revised" License
106 stars 48 forks source link

ENH: Use a single node (labelmap or segmentation) as mask input #49

Closed lassoan closed 6 years ago

lassoan commented 6 years ago

On the GUI (and accordingly in the code) separate node selectors were used to select labelmap or segmentation as input mask. Since these options are mutually exclusive, a single node selector (and function argument) is enough, which can take either labelmap or mask node.

pieper commented 6 years ago

LGTM - thanks @lassoan !

fedorov commented 6 years ago

👍