NRRD or SEG.NRRD

I used 3dslicer to annotate some data. When exporting, there are two formats, seg.nrrd and nrrd. I want to know the difference between the two. If you use python’s simpleITK to read, will the result be different?

There is no difference between the contents of the two files. Composite file extensions are used by Slicer as hints for deciding on how the file should be interpreted by default.

For example, voxels of a volume can be interpreted as grayscale values (Volume), label values (Segmentation), displacement values (Transform), etc. The composite file extension .seg.nrrd indicates that by default the file should be offered to be loaded as segmentation (“Segmentation” is the default selection in “Description” column in “Add data” dialog).