139b3376b735321abaadb3c67b49a4b8215ebf68,ilastik/applets/dataSelection/opDataSelection.py,OpDataSelectionGroup,setupOutputs,#OpDataSelectionGroup#,181
Before Change
self._opDatasets.WorkingDirectory.connect( self.WorkingDirectory )
self._opDatasets.Dataset.connect( self.DatasetGroup )
self.DatasetGroup.resize( len(self._roles) )
if len( self._opDatasets.Image ) > 0:
self.Image.connect( self._opDatasets.Image[0] )
After Change
self.AllowLabels.connect( self._opDatasets.AllowLabels[0] )
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
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
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: 05fefb031b5668b8e823298257d907b67d8a2ca0
Time: 2012-09-05
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/vigraWatershedViewer/opVigraWatershedViewer.py
Class Name: OpVigraWatershedViewer
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