xmipp3 package

Subpackages

Module contents

class xmipp3.Plugin[source]

Bases: Plugin

ctypes = <module 'ctypes' from '/home/buildbot/miniconda3/envs/develEnv/lib/python3.8/ctypes/__init__.py'>
classmethod defineBinaries(env)[source]

Define the Xmipp binaries/source available tgz. In addition, define extra software needed by some Xmipp methods such as deepLearningToolkit. Scipion-defined software can be used as dependencies by using its name as string.

frameInfo = FrameInfo(frame=<frame at 0x2590160, file '/home/buildbot/miniconda3/envs/develEnv/lib/python3.8/runpy.py', line 194, code _run_module_as_main>, filename='/home/buildbot/miniconda3/envs/develEnv/lib/python3.8/runpy.py', lineno=194, function='_run_module_as_main', code_context=['    return _run_code(code, main_globals, None,\n'], index=0)
classmethod getEnviron(xmippFirst=True)[source]

Create the needed environment for Xmipp programs.

classmethod getMatlabEnviron(*toolPaths)[source]

Return an Environment prepared for launching Matlab scripts using the Xmipp binding.

inspect = <module 'inspect' from '/home/buildbot/miniconda3/envs/develEnv/lib/python3.8/inspect.py'>
classmethod runXmippProgram(program, args='')[source]

Internal shortcut function to launch a Xmipp program.

xmipp3.installDeepLearningToolkit(plugin, env)[source]