Page MenuHomePhabricator

Remove unused code from QmitkImageStatistics (?)
Closed, ResolvedPublic

Description

QmitkImageStatistics has a couple of legacy methods which are currently no longer used for the open-source version of the functionality. They come from the original implementation of the functionality and are meant to produce statistics for multiple selected in a batch-processing mode.

THe current QmitkIMageStatistics does not have a batch-mode. The new functionality also works different, since datasets are exclusively selected via the data-storage, and not by specifying a directory.

Klaus, do you think it makes sense to re-activate these methods and include them in the new functionality, e.g. using a multi-select over the data-storage? Or shall we rather provide these functions in a separate functionality?

Event Timeline

Thanks for the report. Klaus probably won't be available before the 1.0 release so I suggest to remove the code for now, it will be available through svn anyway.

[SVN revision 21949]
FIX (#3464): Remove legacy methods from QmitkImageStatistics

[SVN revision 21950]
FIX (#3464): Further clean-up of GUI (remove unused elements)

Merging "applicazion modules" component with "ExtApp plugins"