17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8,cellprofiler/modules/tests/test_correctilluminationcalculate.py,TestCorrectImage_Calculate,test_03_04_smooth_to_average,#TestCorrectImage_Calculate#,486

Before Change


        module.dilate_objects.value = False
        measurements = cpm.Measurements()
        image_set_list = cpi.ImageSetList()
        pipeline.prepare_run(
            cpw.Workspace(pipeline, None, None, None,
                          measurements, image_set_list))
        inj_module.prepare_group(pipeline, image_set_list, {}, [1])
        module.prepare_group(pipeline, image_set_list, {}, [1])
        image_set = image_set_list.get_image_set(0)
        object_set = cpo.ObjectSet()

After Change


        module.dilate_objects.value = False
        measurements = cpm.Measurements()
        image_set_list = cpi.ImageSetList()
        workspace = cpw.Workspace(pipeline, None, None, None,
                          measurements, image_set_list)
        pipeline.prepare_run(workspace)
        inj_module.prepare_group(workspace, {}, [1])
        module.prepare_group(workspace, {}, [1])
        image_set = image_set_list.get_image_set(0)
        object_set = cpo.ObjectSet()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 20

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/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_03_04_smooth_to_average


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_02_02_Background


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_05_01_rescale


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationapply.py
Class Name: TestCorrectIlluminationApply
Method Name: test_01_01_divide


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_03_03_median_filter


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_03_00_no_smoothing


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationapply.py
Class Name: TestCorrectIlluminationApply
Method Name: test_02_02_color_by_color


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_03_01_FitPolynomial


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_05_02_rescale_outlier


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_04_01_intermediate_images


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_01_01_ones_image


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_injectimage.py
Class Name: testInjectImage
Method Name: test_01_01_get_from_image_set


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_colortogray.py
Class Name: TestColorToGray
Method Name: test_01_02_split_all


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_01_02_masked_image


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_colortogray.py
Class Name: TestColorToGray
Method Name: test_01_01_combine


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationapply.py
Class Name: TestCorrectIlluminationApply
Method Name: test_02_01_color_by_bw


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_03_02_gaussian_filter


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationcalculate.py
Class Name: TestCorrectImage_Calculate
Method Name: test_00_00_zeros


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_correctilluminationapply.py
Class Name: TestCorrectIlluminationApply
Method Name: test_01_02_subtract


Project Name: CellProfiler/CellProfiler
Commit Name: 17d8b01cd68e88ca7ad2ca55f8543bbc2c6cfea8
Time: 2011-08-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/tests/test_makeprojection.py
Class Name: TestMakeProjection
Method Name: run_image_set