6c2b76b439bd3070b685f47caf5a5c438d7a1aea,cellprofiler/modules/identifytertiaryobjects.py,IdentifyTertiaryObjects,display,#IdentifyTertiaryObjects#Any#Any#,261
Before Change
figure.subplot_imshow_labels(1, 0, secondary_labels,
self.secondary_objects_name.value,
sharex = figure.subplot(0, 0),
sharey = figure.subplot(0, 0))
figure.subplot_imshow_labels(0, 1, tertiary_labels,
self.subregion_objects_name.value,
sharex = figure.subplot(0, 0),
sharey = figure.subplot(0, 0))
figure.subplot_imshow_bw(1, 1, tertiary_outlines,
"Outlines",
sharex = figure.subplot(0, 0),
sharey = figure.subplot(0, 0))
def get_measurement_columns(self, pipeline):
"""Return column definitions for measurements made by this module"""
After Change
sharexy = figure.subplot(0, 0))
figure.subplot_imshow_bw(1, 1, tertiary_outlines,
"Outlines",
sharexy = figure.subplot(0, 0))
def get_measurement_columns(self, pipeline):
"""Return column definitions for measurements made by this module"""
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 5
Instances
Project Name: CellProfiler/CellProfiler
Commit Name: 6c2b76b439bd3070b685f47caf5a5c438d7a1aea
Time: 2012-06-26
Author: thouis@gmail.com
File Name: cellprofiler/modules/identifytertiaryobjects.py
Class Name: IdentifyTertiaryObjects
Method Name: display
Project Name: CellProfiler/CellProfiler
Commit Name: 6c2b76b439bd3070b685f47caf5a5c438d7a1aea
Time: 2012-06-26
Author: thouis@gmail.com
File Name: cellprofiler/modules/identifytertiaryobjects.py
Class Name: IdentifyTertiaryObjects
Method Name: display
Project Name: CellProfiler/CellProfiler
Commit Name: 6c2b76b439bd3070b685f47caf5a5c438d7a1aea
Time: 2012-06-26
Author: thouis@gmail.com
File Name: cellprofiler/modules/identifysecondaryobjects.py
Class Name: IdentifySecondaryObjects
Method Name: display
Project Name: CellProfiler/CellProfiler
Commit Name: 6c2b76b439bd3070b685f47caf5a5c438d7a1aea
Time: 2012-06-26
Author: thouis@gmail.com
File Name: cellprofiler/modules/enhanceedges.py
Class Name: EnhanceEdges
Method Name: display
Project Name: CellProfiler/CellProfiler
Commit Name: 6c2b76b439bd3070b685f47caf5a5c438d7a1aea
Time: 2012-06-26
Author: thouis@gmail.com
File Name: cellprofiler/modules/correctilluminationapply.py
Class Name: CorrectIlluminationApply
Method Name: display