dbbac15a4481083458194c7997e050dd3e165457,pyCellProfiler/cellprofiler/modules/correctillumination_apply.py,CorrectIllumination_Apply,create_settings,#CorrectIllumination_Apply#,41

Before Change


        self.module_name = "CorrectIllumination_Apply"
        self.image_name = cps.ImageNameSubscriber("What did you call the image to be corrected?","None")
        self.corrected_image_name = cps.ImageNameProvider("What do you want to call the corrected image?","CorrBlue")
        self.illum_correct_function_image_name = cps.ImageNameSubscriber("What did you call the illumination correction function image to be used to carry out the correction (produced by another module or loaded as a .mat format image using Load Single Image)?","None")
        self.divide_or_subtract = cps.Choice("How do you want to apply the illumination correction function?",
                                             [DOS_DIVIDE, DOS_SUBTRACT], doc = """This choice depends on how the illumination function was calculated
                                             and on your physical model of how illumination variation affects the background of images relative to 
                                             the objects in images. <ul><li>Subtract: Use <i>Subtract</i> if the background signal is significant relative to the real signal

After Change


    
    def create_settings(self):
        Make settings here (and set the module name)
        self.images = []
        self.add_image(can_delete = False)
        self.add_image_button = cps.DoSomething("Add another image","Add",
                                                self.add_image)
    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: CellProfiler/CellProfiler
Commit Name: dbbac15a4481083458194c7997e050dd3e165457
Time: 2009-10-09
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/correctillumination_apply.py
Class Name: CorrectIllumination_Apply
Method Name: create_settings


Project Name: CellProfiler/CellProfiler
Commit Name: 0469b770bd9846510c5b4872424443d72d5baa73
Time: 2009-12-18
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: pyCellProfiler/cellprofiler/modules/measureobjectintensity.py
Class Name: MeasureObjectIntensity
Method Name: create_settings


Project Name: CellProfiler/CellProfiler
Commit Name: 54a7bad6a5344926ebbaf030ca0c2a95dbb2c240
Time: 2016-09-28
Author: allen.goodman@icloud.com
File Name: cellprofiler/modules/tophattransform.py
Class Name: TopHatTransform
Method Name: create_settings