Differences between revisions 31 and 32
Revision 31 as of 2011-07-20 17:42:24
Size: 1994
Editor: SteveLudtke
Comment:
Revision 32 as of 2011-09-14 17:10:57
Size: 2053
Editor: JohnFlanagan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 20: Line 19:
 * [[Eman2Using3DWidget|Using the python 3D widget in EMAN2]]
Line 22: Line 22:
 * [[Eman2UsingCudaFromC++|The EMData class and CUDA ]]
 * [[Eman2FactoriesInPython| Abstract factories in python/EMAN2]] (Modular classes, like processors, projectors, reconstructors, etc.)
 * [[Eman2UsingCudaFromC++|The EMData class and CUDA]]
 * [[Eman2FactoriesInPython|Abstract factories in python/EMAN2]] (Modular classes, like processors, projectors, reconstructors, etc.)

Documentation for Python or C++ Programmers

Introductory concepts

Intermediate Concepts

Advanced Topics

Detailed Documentation on all Classes/Methods/Functions

  • Autogenerated Python/C++ Documentation (Doxygen)

    • There are a LOT of classes in the automatic docs. Basic images are represented by the EMData class
    • The EMData methods process, cmp, align, and project are modular methods with many available functions. Use dump_processors(), dump_cmps(), etc.
    • There are a few classes like analyzers and reconstructors which are not methods of EMData
    • Many utility functions are static members of EMUtil

sphere_cylinder_dist_grey_c.png

EMAN2/Library (last edited 2023-01-02 19:26:26 by TunayDurmaz)