コード例 #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
コード例 #3
0
 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
ファイル: protocol_localized.py プロジェクト: I2PC/scipion
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     ProtParticles.__init__(self, **args)
     self.allowMpi = False
     self.allowThreads = False
コード例 #8
0
 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'
コード例 #10
0
 def __init__(self, **args):
     ProtParticlePicking.__init__(self, **args)
     self.stepsExecutionMode = STEPS_SERIAL