Differences between revisions 37 and 49 (spanning 12 versions)
Revision 37 as of 2012-04-27 18:38:37
Size: 2340
Editor: JohnFlanagan
Comment:
Revision 49 as of 2022-02-18 00:15:43
Size: 2567
Editor: TunayDurmaz
Comment: doxygen
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * [[Eman2NumPy|Using NumPy with EMAN2]]
 * [[Eman2JSStorage|EMAN2 JSON file access from Python]]
Line 11: Line 13:
 * [[EMAN2PMWorkflow|Modifying the EMAN2 projectmanager workflow]]
Line 18: Line 21:
 * [[Eman2New3DItem|How to write an new Item3D widget for the EMScene3D widget]]
Line 21: Line 23:
 * [[Eman2New3DItem|How to write an new Item3D widget for the EMScene3D widget]]
 * [[Eman2PMCustomization|Customizing the projectmanager workflow]]
 * [[EMAN2PMWorkflow|Tutorial for adding an e2program to projectmanager]]
 * [[Eman2AddingWizard| Adding a Wizard to projectmanager]]
Line 22: Line 28:
 * [[EMAN2PMWorkflow|Modifying the EMAN2 projectmanager workflow]]
 * [[Eman2PMCustomization|Customize the projectmanager workflow]]
Line 30: Line 34:
 * [[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)