38e8021717cd594dbba04fad29d86ceb1e010681,pyCellProfiler/cellprofiler/modules/identifysecondary.py,IdentifySecondary,run,#IdentifySecondary#Any#,468

Before Change


        objname = self.objects_name.value
        workspace.object_set.add_objects(objects_out, objname)
        if self.use_outlines.value:
            workspace.add_outline(self.outlines_name.value, secondary_outline)
        object_count = np.max(segmented_out)
        //
        // Add the background measurements if made
        //

After Change


        objname = self.objects_name.value
        workspace.object_set.add_objects(objects_out, objname)
        if self.use_outlines.value:
            out_img = cpi.Image(secondary_outline.astype(bool),
                                parent_image = image)
            workspace.image_set.add(self.outlines_name.value, out_img)
        object_count = np.max(segmented_out)
        //
        // Add the background measurements if made
        //
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: CellProfiler/CellProfiler
Commit Name: 38e8021717cd594dbba04fad29d86ceb1e010681
Time: 2009-09-25
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/identifysecondary.py
Class Name: IdentifySecondary
Method Name: run


Project Name: CellProfiler/CellProfiler
Commit Name: 250d6bf18150c85048886ad326c9a92fed57f9ae
Time: 2009-09-25
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/identifytertiarysubregion.py
Class Name: IdentifyTertiarySubregion
Method Name: run


Project Name: CellProfiler/CellProfiler
Commit Name: 38e8021717cd594dbba04fad29d86ceb1e010681
Time: 2009-09-25
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/identifyprimautomatic.py
Class Name: IdentifyPrimAutomatic
Method Name: run