I loaded sample data with no segments and then saved it as a bundle.
Next time when i load the bundled file and try to add my first segment the effects does not seem to work. Here’s an image that shows i am not able to adjust threshold value as they appear disabled.
The threshold slider is neither sliding nor the spinner values:
Could be a bug. Can you share an mrb that shows this problem on SampleData along with a step-by-step description of what you did to create it? Also report what Slicer version you used.
I don’t think this has anything to do with bundle.
When the two sliders overlap (in your case they were both set to 78), they are hard to move around (because you don’t know which one is which). I would suggest typing value in the intensity field in one of the field to move them apart, and then you should be able to move them independently.
This occurs only when attempting to load a bundle that has no segments.
Is changing the value in the intensity field effective for you? On my end, it doesn’t seem to work. I’ve attempted to modify the value, but it remains unchanged.
Yes, it sounds like a bug and should be filed. Saving and restoring with the segment editor open sounds like a valuable clue. You can file it at Issues · Slicer/Slicer · GitHub and add a link to this discussion.
@lassoan hasn’t commented here yet, but he’ll probably want to have a look.
The issue was that you cannot write an image file without voxel data, so an 1x1x1 array was used as image data, but when that segmentation was loaded then the extent was set to that single voxel.
I implemented a fix, just have not yet submitted the pull request.