139b3376b735321abaadb3c67b49a4b8215ebf68,ilastik/applets/dataSelection/opDataSelection.py,OpDataSelectionGroup,setupOutputs,#OpDataSelectionGroup#,181

Before Change


        // Create internal operators
        if self.DatasetRoles.value == self._roles:
            // No additional setup needed; Internal operators will set themselves up as needed.
            return
        self._roles = self.DatasetRoles.value
        // Clean up the old operators
        self.ImageGroup.disconnect()
        self.Image.disconnect()

After Change


        else:
            self.Image.disconnect()
            self.ImageName.disconnect()
            self.AllowLabels.disconnect()
            self.Image.meta.NOTREADY = True
            self.ImageName.meta.NOTREADY = True
            self.AllowLabels.meta.NOTREADY = True
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 139b3376b735321abaadb3c67b49a4b8215ebf68
Time: 2013-05-15
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/dataSelection/opDataSelection.py
Class Name: OpDataSelectionGroup
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: 96f376b68c013ba7bd35adb218abe3554cdf29f9
Time: 2013-01-28
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/batchIo/opBatchIo.py
Class Name: OpExportedImageProvider
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: 79715b6dc2172d03958cc546e0d2b5357c135a84
Time: 2013-05-07
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/dataSelection/opDataSelection.py
Class Name: OpDataSelectionGroup
Method Name: setupOutputs