Skip to content

Commit

Permalink
remove incorrect statement re 4D NRRD output
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Apr 23, 2024
1 parent c782574 commit c0bef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/seg/segimage2itkimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<channel>input</channel>
<longflag>mergeSegments</longflag>
<default>false</default>
<description>Save all segments into a single file. When segments are non-overlapping, output is a single 3D file. If overlapping, single 4D following conventions of 3D Slicer segmentations format. Only supported when the output is NRRD for now.</description>
<description>Save all segments into a single file. When segments are non-overlapping, output is a single 3D file. If overlapping segments are identified, multiple 3D files will be created each containing non-overlapping segments. Metadata JSON files will be created for each such 3D file.</description>
</boolean>

</parameters>
Expand Down

0 comments on commit c0bef7a

Please sign in to comment.