Operating system:win11
Slicer version:5.6.2
Hello everyone,
I’m working on developing a custom module in Slicer and started by modifying existing components. In the Segment Editor module, I would like to modify the Threshold adjustment functionality to set a specific default threshold range, such as for skull segmentation.
Specifically, I want to set the default threshold values (e.g., Hounsfield unit range for the skull) so that when performing segmentation, the values are pre-set and there’s no need to manually adjust them every time. This way, the default values can be used directly for segmentation tasks.
My questions are:
- Is this modification possible?
- Do I need to re-engineer the whole Slicer software, or can this be done by modifying the relevant Python scripts or configuration files?