No 'export as' option in Segmentation module

In the segmentations models, there is no option to ‘export model as’ only ‘export new’ Thus the name has to be changed afterwards for new exports. This seems like a bug to me or is it intentional? At any rate it is inconsistent with the other modules. Please forgive me if this the wrong place for bug reports.

image

When you export to model nodes, you create multiple nodes (one for each segment), so it is not possible to select a single model node, but you have to create/select a model hierarchy node. If you select a model hierarchy node and export into that, then existing models that have a matching name will be updated.

Maybe you miss “Create new…” option? “Export new…” is a somewhat more convenient option that does the same, except it saves you two clicks, but I have a look if it’s easy to enable “Create new…” option as well.

The “Create new…” option is exactly what I am looking for. It is present in the other modules, so it would make sense to have it here as well. If find that I have to be meticulous in naming files otherwise it easy to lose track of what all the files are for, especially since I am new to Slicer.

Correct name is automatically created for new nodes : [SegmentationName]-label or [SegmentationName]-models). Do you find behavior of node selectors are better (where you must create a new node manually by 2 clicks; and must type node name if you don’t want to use a generic node name); or you just don’t like that the behavior is different here? If the behavior segmentations export node selector is better then we can gradually change all other node selectors to work the same way.

This case is different than the regular output node selectors in two ways

  1. The output contains the very same data as the input, just a different format (i.e. export). So changing its name would actually cause confusion, and is undesirable. One of the main reasons for using Segmentation nodes instead Labelmap or Model nodes is to keep data together that belongs together without relying on manual naming conventions, see https://www.slicer.org/wiki/Documentation/Nightly/Modules/Segmentations
  2. The output is not one node, but a hierarchy of nodes (and this is a shortcoming of Models, that disconnedted nodes contain information about the same anatomy), so choosing individual nodes is impossible

For these reasons, we cannot use the same node selection as with simple processing modules that have an input, do something on it, and put the result in another simple node.