c65430b778f645fb8bc5ff81f08d8cf8c547a52d,pyCellProfiler/cellprofiler/modules/measureimagequality.py,MeasureImageQuality,settings,#MeasureImageQuality#,243

Before Change


        """The settings in the save / load order"""
        result = []
        for image_group in self.image_groups:
            result += image_group.settings()
        return result

    def visible_settings(self):
        """The settings as displayed to the user"""

After Change


        """The settings in the save / load order"""
        result = []
        for image_group in self.image_groups:
            result += [image_group.image_name, image_group.check_blur, image_group.window_size,
                       image_group.check_saturation, image_group.calculate_threshold,
                       image_group.threshold_method, image_group.object_fraction]
        return result

    def visible_settings(self):
        """The settings as displayed to the user"""
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 7

Instances


Project Name: CellProfiler/CellProfiler
Commit Name: c65430b778f645fb8bc5ff81f08d8cf8c547a52d
Time: 2009-10-16
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/measureimagequality.py
Class Name: MeasureImageQuality
Method Name: settings


Project Name: CellProfiler/CellProfiler
Commit Name: c65430b778f645fb8bc5ff81f08d8cf8c547a52d
Time: 2009-10-16
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/measureimagequality.py
Class Name: MeasureImageQuality
Method Name: settings


Project Name: CellProfiler/CellProfiler
Commit Name: 04c26bdbecef944c3d6cc67923e168860bf9711f
Time: 2009-11-20
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/align.py
Class Name: Align
Method Name: settings


Project Name: CellProfiler/CellProfiler
Commit Name: a787c7d13429cb70d1f6555f7536049d7e413c23
Time: 2009-11-20
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/flagimage.py
Class Name: FlagImage
Method Name: settings


Project Name: CellProfiler/CellProfiler
Commit Name: ee1221408d96933de4daf0c3e9191d2fb3027a6b
Time: 2009-12-18
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/morph.py
Class Name: Morph
Method Name: settings