def __init__(self, **args):
     ProtPreprocessVolumes.__init__(self, **args)
     XmippProcessVolumes.__init__(self)
     XmippProtImageOperate.__init__(self, self._isParticle, **args)
Exemple #2
0
 def __init__(self, **kwargs):
     ProtMaskVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     XmippProtMask.__init__(self, **kwargs)
Exemple #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
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
Exemple #6
0
 def __init__(self, **args):
     ProtOperateVolumes.__init__(self, **args)
     XmippProcessVolumes.__init__(self)
     XmippOperateHelper.__init__(self, **args)
Exemple #7
0
 def __init__(self, **kwargs):
     ProtFilterVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     self._program = "xmipp_transform_filter"
Exemple #8
0
 def __init__(self, **kwargs):
     ProtMaskVolumes.__init__(self, **kwargs)
     XmippProcessVolumes.__init__(self, **kwargs)
     XmippProtMask.__init__(self, **kwargs)
     self.allowMpi = False
     self.allowThreads = False
Exemple #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
Exemple #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