def __init__(self, **args):
     ProtPreprocessVolumes.__init__(self, **args)
     XmippProcessVolumes.__init__(self)
     XmippProtImageOperate.__init__(self, self._isParticle, **args)
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     ProtMaskVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     XmippProtMask.__init__(self, **kwargs)
Ejemplo n.º 3
0
 def __init__(self, **kwargs):
     XmippProcessVolumes.__init__(self, **kwargs)
 def __init__(self, **args):
     ProtOperateVolumes.__init__(self, **args)
     XmippProcessVolumes.__init__(self)
     XmippOperateHelper.__init__(self, **args)
     self.allowMpi = False
     self.allowThreads = False
Ejemplo n.º 5
0
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
Ejemplo n.º 6
0
 def __init__(self, **args):
     ProtOperateVolumes.__init__(self, **args)
     XmippProcessVolumes.__init__(self)
     XmippOperateHelper.__init__(self, **args)
Ejemplo n.º 7
0
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
Ejemplo n.º 8
0
 def __init__(self, **kwargs):
     ProtMaskVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     XmippProtMask.__init__(self, **kwargs)
     self.allowMpi = False
     self.allowThreads = False
Ejemplo n.º 9
0
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
     self.allowThreads = False
     self.allowMpi = False
Ejemplo n.º 10
0
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
     self.allowThreads = False
     self.allowMpi = False