예제 #1
0
    def setUp(self):
        self.graph = Graph()

        self.operator_split = OpSplitMaskArray(graph=self.graph)
        self.operator_split.Input.meta.axistags = vigra.AxisTags("txyzc")