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.
- EMAN2 follows the GNU coding style with minor differences. We use GNU indent to make the proper indentation.
- The naming styles are:
- All source code files use lower cases.
- All classes and data types use uppercase in the first letter.
- All functions use lower cases with '_' as the word separator.
- All parameter names for modular class use lower cases with '_' as the word separator.