Differences between revisions 13 and 25 (spanning 12 versions)
Revision 13 as of 2008-11-26 04:42:28
Size: 761
Editor: localhost
Comment: converted to 1.6 markup
Revision 25 as of 2011-07-11 18:29:15
Size: 2704
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * [[EMAN2/BoxSize|Particle box-size and refinement speed, what size to use]]
Line 5: Line 6:
 * [[Eman2DataStorage|Data storage conventions, and the internal database (what is BDB: ?)]]  * [[Eman2DataStorage|File Formats, Data storage conventions, and the internal database (what is BDB: ?)]]
 * [[Eman2NFS|Practical Advice on EMAN2 in environments with network-shared directories (like NFS)]]
Line 7: Line 9:
 * [[EMAN2/TransformConventions|Transformations in the context of projections, reconstructions, and in general]]  * [[Eman2TransformInPython|Transformations in the context of projections, reconstructions, and in general]]
Line 11: Line 13:

=== Modular classes in EMAN2 ===
 * [[EMAN2/Modular/Procesor|Processors]] - Filters, masks and other basic image processing operations
 * [[EMAN2/Modular/Cmps|Comparators]] (cmp) - Similarity metrics (cmp) for comparing two images/volumes
 * [[EMAN2/Modular/Aligners|Aligners]] - Algorithms for aligning one image/volume to another
 * [[EMAN2/Modular/Averagers|Averagers]] - Methods for averaging many images/volumes together
 * [[EMAN2/Modular/Projectors|Projectors]] - Generate 2-D projections of 3-D volumes (or 1-D projections of 2-D images)
 * [[EMAN2/Modular/Reconstructors|Reconstructors]] - Generate 3-D volumetric reconstructions from sets of 2-D images and orientation paramters
 * [[EMAN2/Modular/Analyzers|Analyzers]] - Perform various analyses on sets of images/volumes
 * [[EMAN2/Modular/Symmetries|Symmetries]] - Permissible symmetries to use in EMAN2
 * [[EMAN2/Modular/OrientGens|Orientation Generators]] (orientgen) - Methods for generating sets of orientations filling an asymmetric unit

=== Information on specific files used in 3-D single particle refinement ===
This section documents the contents of all of the files produced by running e2refine.py in one of the refine_xx directories.
 * [[EMAN2/ProjectionFiles|Map projection files (projections_xx, proj_stg1_xx)]]
 * [[EMAN2/SimmxFiles|Similarity matrix image files (simmx_xx, simmx_stg1_xx, proj_simmx_xx)]]
 * [[EMAN2/ClassmxFiles|Classification matrix image files (classify_xx)]]
 * [[EMAN2/ClsResultFiles|Class-Averaging Results matrix image files (cls_result_xx)]]
 * [[EMAN2/ClassesFiles|Class-averages (classes_xx)]]
 * [[EMAN2/ThreedFiles|3-D reconstructions (threed_xx, threed_filt_xx, threed_mask_xx)]]

{{attachment:single_image_iso_c.png}}

EMAN2 Concepts and Conventions

Modular classes in EMAN2

  • 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

Information on specific files used in 3-D single particle refinement

This section documents the contents of all of the files produced by running e2refine.py in one of the refine_xx directories.

single_image_iso_c.png

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