|
@@ -214,7 +214,7 @@ class iraemmBrowserWidget(ScriptedLoadableModuleWidget):
|
|
|
#try:
|
|
|
self.logic.loadImage(self.currentRow,self.keepCached.isChecked())
|
|
|
segmentList=self.logic.compileSegmentation()
|
|
|
- importantSegmentList=['liver','bowel','thyroid','bladder']
|
|
|
+ importantSegmentList=['liver','bowel','thyroid','bladder','lung','spleen']
|
|
|
for seg in segmentList:
|
|
|
if not seg in importantSegmentList:
|
|
|
continue
|