Segment thresholding with multiple transforms

Hello

This might be a bit obscure but I note inconsistent behaviour with the Segment Editor Threshold tool when working with a segmentation based on a volume with nested transforms. In particular, the thresholding range is unusable (both limits stuck as one extreme) when the source volume had both a grid and linear transform applied to it (see screenshots below). The order of the linear and grid transforms doesn’t appear to affect the outcome. If either of the transforms are applied to the volume individually (or indeed, two nested linear transforms are applied) the thresholding works as expected.

Maybe I doing something wrong? Is this known behaviour? The solution might be to harden the grid transform before segmentation but I was intrigued by the inconsistency.

Transform heirarchy:
image

Segment Editor
image

Both of those transforms require interpolation, which will change the intensity values. so it makes sense that threshold volume is having a hard time doing that on the fly.
Is there a reason why you are not working with the hardened volume?

Thanks for your response.
Yes, that makes sense. I only raised this out of curiousity as I’d identified it when extending one of our existing scripted processes. We can adjust our script to harden all transforms before segmentation.