92e4d09485326b36eb9614e8bdb7dd82ea107fc2,lazyflow/operators/opLabelImage.py,OpCachedLabelImage,setupOutputs,#OpCachedLabelImage#,113

Before Change


            // Duplicate the bg label list for all times
            bgLabelVolume[...] = bgLabelList
            bgLabelVolume = bgLabelVolume.view( vigra.VigraArray )
            bgLabelVolume.axistags = vigra.defaultAxistags("tc")
            self.opBgTimeSlicer.Input.setValue( bgLabelVolume )
        else:
            self.opBgTimeSlicer.Input.disconnect()
        

After Change


    
    def setupOutputs(self):
        if self.BlockShape.ready():
            self._opCache.BlockShape.setValue( self.BlockShape.value )
        else:
            // By default, block shape is the same as the entire image shape,
            //  but only 1 time slice and 1 channel slice
            taggedBlockShape = self.Input.meta.getTaggedShape()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 92e4d09485326b36eb9614e8bdb7dd82ea107fc2
Time: 2013-02-15
Author: bergs@janelia.hhmi.org
File Name: lazyflow/operators/opLabelImage.py
Class Name: OpCachedLabelImage
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: bd99a5410be8f4b51c664ccf6df9b1990e8588e8
Time: 2014-04-14
Author: webmaster@burgerdev.de
File Name: ilastik/applets/thresholdTwoLevels/_OpGraphCut.py
Class Name: OpGraphCut
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: 8d9892db78fb01d2f5b81102756a5bc7ab6ef957
Time: 2018-04-25
Author: jonas.massa@iwr.uni-heidelberg.de
File Name: ilastik/applets/networkClassification/nnClassGui.py
Class Name: NNClassGui
Method Name: pred_nn