QIICR / LongitudinalPETCT

Longitudinal PET/CT Analysis Module for Slicer 4
Other
4 stars 4 forks source link

BUG: Fix runtime error related to missing LabelStatisticsLogic. Fixes #5 #6

Closed jcfr closed 9 years ago

jcfr commented 9 years ago

This commit fixes a regression most likely introduced by r24155 (ENH: Fixes

Error fixed by this commit is the following:

File "/home/jcfr/.config/NA-MIC/Extensions-24309/LongitudinalPETCT/lib/Slicer-4.4/qt-loadable-modules/Python/qSlicerLongitudinalPETCTModuleWidget.py", line 1445, in calculateSUVsAndStatistics
  stats = LabelStatisticsLogic(study.GetPETVolumeNode(), study.GetPETLabelVolumeNode())
NameError: global name 'LabelStatisticsLogic' is not defined