|
@@ -638,9 +638,9 @@ class imageBrowserLogic(ScriptedLoadableModuleLogic):
|
|
|
segNode.CreateDefaultDisplayNodes()
|
|
|
segNode.SetReferenceImageGeometryParameterFromVolumeNode(self.volumeNode['PET'])
|
|
|
segNode.GetSegmentation().AddEmptySegment("Liver","Liver")
|
|
|
- segNode.GetSegmentation().AddEmptySegment("Blood","Blood")
|
|
|
- segNode.GetSegmentation().AddEmptySegment("Marrow","Marrow")
|
|
|
- segNode.GetSegmentation().AddEmptySegment("Disease","Disease")
|
|
|
+ segNode.GetSegmentation().AddEmptySegment("Blood","Blood")
|
|
|
+ segNode.GetSegmentation().AddEmptySegment("Marrow","Marrow")
|
|
|
+ segNode.GetSegmentation().AddEmptySegment("Disease","Disease")
|
|
|
|
|
|
|
|
|
|