Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.11 KB

Home: http://blake.bcm.edu/emanwiki

License: GPL2, BSD 3-Clause

Summary: A scientific image processing software suite with a focus on CryoEM and CryoET.

Current build status

Linux macOS windows

Coding Style

  1. EMAN2 follows the GNU coding style with minor differences. We use GNU indent to make the proper indentation.
  2. The naming styles are:
    1. All source code files use lower cases.
    2. All classes and data types use uppercase in the first letter.
    3. All functions use lower cases with '_' as the word separator.
    4. All parameter names for modular class use lower cases with '_' as the word separator.