Differences between revisions 44 and 47 (spanning 3 versions)
Revision 44 as of 2013-12-02 14:32:27
Size: 2300
Editor: SteveLudtke
Comment:
Revision 47 as of 2019-07-19 15:34:35
Size: 2545
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

=== Box Size (Important) ===
 * Particle [[EMAN2/BoxSize|box-size]] - Impacts quality and speed of reconstructions!
Line 6: Line 9:
 * [[Eman2Metadata|Header information]] (key/value pairs) associated with a specific image  * [[EMAN2/Metadata|Header information]] (key/value pairs) associated with a specific image
Line 8: Line 11:
 * Setting local and global [[EMAN2/ApplicationPreferences|application preferences]]
Line 11: Line 15:
 * Particle [[EMAN2/BoxSize|box-size]] and refinement speed, what size to use  * [[EMAN2/Symmetry|Symmetry]] in EMAN2, and generating projections in an asymmetric unit
Line 14: Line 18:
 * [[EMAN2/Symmetry|Symmetry]] in EMAN2, and generating projections in an asymmetric unit
Line 21: Line 24:

''Note: These pages are often out of date. For up to date details please run'' {{{e2help.py <object type> -v 2}}}

EMAN2 Concepts and Conventions

Box Size (Important)

  • Particle box-size - Impacts quality and speed of reconstructions!

Data Storage

Mathematical Conventions

Modular functions in EMAN2

Many aspects of EMAN2 are modular, meaning new functions can be easily added for a variety of tasks. These categories are used in the GUI and from the command-line, and are not just useful for programmers. For example, the '--process' option in e2proc2d.py and e2proc3d.py uses 'processors' as defined below.

Note: These pages are often out of date. For up to date details please run e2help.py <object type> -v 2

  • Overview of how to use modular functions

  • Processors - Filters, masks and other basic image processing operations

  • Comparators (cmp) - Similarity metrics (cmp) for comparing two images/volumes

  • Aligners - Algorithms for aligning one image/volume to another

  • Averagers - Methods for averaging many images/volumes together

  • Projectors - Generate 2-D projections of 3-D volumes (or 1-D projections of 2-D images)

  • Reconstructors - Generate 3-D volumetric reconstructions from sets of 2-D images and orientation paramters

  • Analyzers - Perform various analyses on sets of images/volumes

  • Symmetries - Permissible symmetries to use in EMAN2

  • Orientation Generators (orientgen) - Methods for generating sets of orientations filling an asymmetric unit

single_image_iso_c.png

EMAN2/Concepts (last edited 2024-02-03 17:16:45 by SteveLudtke)