This repository was archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Scipion EM Classes
Pablo Conesa edited this page Nov 25, 2015
·
8 revisions

Electron microscopy image processing follows a common workflow. Protocols for the different image processing steps are represented below (click on image to see full size image).
Figure 1. General EM protocols hierarchy
Data objects processed on these protocols are the following:
Figure 2. Electron microscopy data objects
Each package provides its own implementation of the different protocols, e.g.: Xmipp.
Figure 3. Xmipp EM protocols hierarchy
Note: These diagrams were generated using pyreverse in the following way:
pyreverse -A -o png -p protocol pyworkflow/em/protocol* --only-classnames
-
-A: looks for all ancestors in all classes
-
-o : specifies output format
-
-p: generates output files using project name provided
In this example we used pyworkflow/em/protocol
* as input to generate
protocols hierarchy only.
If you get a "No such file or directory" error, you might need to install graphviz
sudo apt-get install graphviz