ee25b15fcf426d05f730d0a025c752fe92d10873,ilastik/applets/wsdt/wsdtGui.py,WsdtGui,configure_gui_from_operator,#WsdtGui#,191

Before Change


            return False
        with self.set_updating():
            op = self.topLevelOperatorView
            self.channel_box.setValue( op.ChannelSelection.value )
            input_layer = self.getLayerByName("Input")
            if input_layer:
                input_layer.channel = op.ChannelSelection.value
            

After Change


            op = self.topLevelOperatorView
            
            channel_selections = op.ChannelSelections.value
            for ch in range(op.Input.meta.shape[-1]):
                self.channel_actions[ch].setChecked(ch in channel_selections)

            if len(channel_selections) == 0:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: ilastik/ilastik
Commit Name: ee25b15fcf426d05f730d0a025c752fe92d10873
Time: 2017-02-21
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/wsdt/wsdtGui.py
Class Name: WsdtGui
Method Name: configure_gui_from_operator


Project Name: ilastik/ilastik
Commit Name: 2cbdbcc9b674caf327548552151c646e9f11d003
Time: 2012-05-17
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/pixelClassification/opPixelClassification.py
Class Name: OpPixelClassification
Method Name: __init__


Project Name: ilastik/ilastik
Commit Name: 3f3fac49c3c874e3eedf266525e006b82c0c3213
Time: 2015-12-07
Author: jimmycc80@hotmail.com
File Name: ilastik/workflows/tracking/conservation/animalConservationTrackingWorkflow.py
Class Name: AnimalConservationTrackingWorkflow
Method Name: connectLane