예제 #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