Пример #1
0
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     ProtParticles.__init__(self, **args)
     self.allowMpi = False
     self.allowThreads = False
Пример #2
0
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     self.stepsExecutionMode = params.STEPS_SERIAL
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     # The following attribute is only for testing
     self.importFolder = String(args.get('importFolder', None))
Пример #4
0
 def __init__(self, **args):     
     ProtParticlePicking.__init__(self, **args)
     # The following attribute is only for testing
     self.importFolder = String(args.get('importFolder', None))
Пример #5
0
 def __init__(self, **args):     
     ProtParticlePicking.__init__(self, **args)
Пример #6
0
 def __init__(self, **args):     
     ProtParticlePicking.__init__(self, **args)
Пример #7
0
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     ProtParticles.__init__(self, **args)
     self.allowMpi = False
     self.allowThreads = False
 def __init__(self, **args):     
     ProtParticlePicking.__init__(self, **args)
     self.extraParams = 'pixel_input=1:pixel_output=1:invert_contrast=True:use_variance=True'
Пример #9
0
 def __init__(self, **args):     
     ProtParticlePicking.__init__(self, **args)
     self.extraParams = 'pixel_input=1:pixel_output=1:invert_contrast=True:use_variance=True'
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     self.stepsExecutionMode = STEPS_SERIAL