17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8,cellprofiler/modules/correctilluminationcalculate.py,CorrectIlluminationCalculate,run,#CorrectIlluminationCalculate#Any#,480
Before Change
def run(self, workspace):
if self.each_or_all != EA_EACH:
output_image_provider = \
workspace.image_set.get_image_provider(self.illumination_image_name.value)
if self.each_or_all == EA_ALL_ACROSS:
//
// We are accumulating a pipeline image. Add this image set"s
// image to the output image provider.
After Change
def run(self, workspace):
if self.each_or_all != EA_EACH:
output_image_provider = self.get_dictionary(workspace.image_set_list)[OUTPUT_IMAGE]
if self.each_or_all == EA_ALL_ACROSS:
//
// We are accumulating a pipeline image. Add this image set"s
// image to the output image provider.
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/correctilluminationcalculate.py
Class Name: CorrectIlluminationCalculate
Method Name: run
Project Name: CellProfiler/CellProfiler
Commit Name: 15b674eba1bba6ea617ef9e5494a7613e03fa5a2
Time: 2012-06-19
Author: leek@broadinstitute.org
File Name: cellprofiler/modules/tests/test_makeprojection.py
Class Name: TestMakeProjection
Method Name: run_image_set
Project Name: CellProfiler/CellProfiler
Commit Name: 15b674eba1bba6ea617ef9e5494a7613e03fa5a2
Time: 2012-06-19
Author: leek@broadinstitute.org
File Name: cellprofiler/modules/makeprojection.py
Class Name: MakeProjection
Method Name: run