de250474e3780cc3459611978dc212d61054c17d,ilastik/applets/vigraWatershedViewer/opVigraWatershedViewer.py,OpVigraWatershedViewer,setupOutputs,#OpVigraWatershedViewer#,100

Before Change



        blockDimsZ = { "t" : (1,1),
                       "z" : (10,10),
                       "y" : (256,256),
                       "x" : (256,256),
                       "c" : (1,1) }

After Change


        self.opWatershedCache.outerBlockShape.setValue( (outerBlockShapeX, outerBlockShapeY, outerBlockShapeZ) )

        // Seed cache has same shape as watershed cache
        self.opSeedCache.innerBlockShape.setValue( (innerBlockShapeX, innerBlockShapeY, innerBlockShapeZ) )
        self.opSeedCache.outerBlockShape.setValue( (outerBlockShapeX, outerBlockShapeY, outerBlockShapeZ) )

        // For now watershed labels always come from the X-Y slicing view
        if len(self.opWatershedCache.InnerOutputs) > 0:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: ilastik/ilastik
Commit Name: de250474e3780cc3459611978dc212d61054c17d
Time: 2012-09-07
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/vigraWatershedViewer/opVigraWatershedViewer.py
Class Name: OpVigraWatershedViewer
Method Name: setupOutputs


Project Name: ilastik/ilastik
Commit Name: c84a2b9f9864427f2bc033ee198d3e8ab7e1ce43
Time: 2012-06-03
Author: bergs@janelia.hhmi.org
File Name: lazyflow/operators/obsolete/valueProviders.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: b5c5ed8722710d0e0645327cd6326d493cfbdae8
Time: 2012-05-04
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/featureSelection/opFeatureSelection.py
Class Name:
Method Name: