kttn8769 / eman2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: CircleCI OSX: TravisCI

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.

About

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


Languages

Language:Python 68.2%Language:C++ 27.0%Language:C 3.7%Language:Cuda 0.6%Language:CMake 0.4%Language:Objective-C 0.2%Language:Shell 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Fortran 0.0%