Differences between revisions 48 and 50 (spanning 2 versions)
Revision 48 as of 2015-03-14 05:33:10
Size: 2579
Editor: SteveLudtke
Comment:
Revision 50 as of 2023-01-02 19:26:26
Size: 2606
Editor: TunayDurmaz
Comment: Build system
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 * [[EMAN2/BuildSystem|Build System]]
Line 34: Line 35:
 * [[http://blake.bcm.edu/eman2/doxygen_html/|Autogenerated Python/C++ Documentation (Doxygen)]]  * [[http://blake.bcm.edu/doxygen|Autogenerated Python/C++ Documentation (Doxygen)]]

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)