Differences between revisions 33 and 45 (spanning 12 versions)
Revision 33 as of 2009-07-23 22:50:55
Size: 678
Editor: 10
Comment:
Revision 45 as of 2010-12-20 21:42:39
Size: 3388
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [[e2scanner|e2scannereval.py]]
 * [[e2boxer|e2boxer.py]]
 * [[EMAN2/Programs/e2boxer|e2boxer2.py]]
 * [[e2classaverage|e2classaverage.py]]
 * [[EMAN2/Programs/e2ctf|e2ctf.py]]
 * [[e2desktop|e2desktop.py]]
 * [[e2display|e2display.py]]
 * [[EMAN2/Programs/e2eulerxplor|e2eulerxplor.py]]
 * [[e2fileinfo|e2fileinfo.py]]
 * [[e2flick.py]]
 * [[e2make3d|e2make3d.py]]
 * [[e2project3d|e2project3d.py]]
 * [[e2refine|e2refine.py]]
 * [[e2workflow|e2workflow.py]]
''UNDER CONSTRUCTION''

Note that running any EMAN2 program with the '--help' option will provide basic documentation for that program.

== Generic Docs ==
 * [[StandardParms|Standard parameters accepted by multiple programs]]

=== Important Utilities ===
 * [[EMAN2/Programs/e2proc2d|e2proc2d.py]] - Generic 2-D image processing
 * [[EMAN2/Programs/e2proc3d|e2proc3d.py]] - Generic 3-D image processing
 * [[EMAN2/Programs/e2bdb|e2bdb.py]] - Examine and manipulate EMAN2 database files
 * [[EMAN2/Programs/e2iminfo|e2iminfo.py]] - Examine image files
 * [[EMAN2/Programs/e2display|e2display.py]] - Main program for 2-D and 3-D visualization and interactive manipulation

=== High Level Tasks ===
 * [[EMAN2/Programs/e2workflow|e2workflow.py]] - The GUI workflow interface. Suggested for all reconstruction projects.
 * [[EMAN2/Programs/e2refine2d|e2refine2d.py]] - 2-D iterative reference-free class-averaging
 * [[EMAN2/Programs/e2initialmodel|e2initialmodel.py]] - Single particle reconstruction, initial model generation
 * [[EMAN2/Programs/e2refine|e2refine.py]] - Single particle reconstruction, iterative refinement
 * [[EMAN2/Programs/e2eotest|e2eotest.py]] - Single particle reconstruction, resolution assessment
 * [[EMAN2/Programs/e2evalrefine|e2evalrefine.py]] - Tools for comparing refinement runs and evaluating results
 * [[EMAN2/Programs/e2classifyligand|e2classifyligand.py]] - Classify data into two groups based on reference models/masks

=== Programs with a GUI ===
 * [[EMAN2/Programs/e2workflow|e2workflow.py]] - The GUI workflow interface. Suggested for all reconstruction projects.
 * [[EMAN2/Programs/e2display|e2display.py]] - Main program for 2-D and 3-D visualization and interactive manipulation
 * [[EMAN2/Programs/e2boxer|e2boxer.py]] - Particle picker for single particle analysis
 * [[EMAN2/Programs/e2helixboxer|e2helixboxer.py]] - Selection tool for helical objects
 * [[EMAN2/Programs/e2ctf|e2ctf.py]] - Contrast transfer estimation and correction
 * [[EMAN2/Programs/e2eulerxplor|e2eulerxplor.py]] - Display particle orientation distribution from e2refine.py results
 * [[EMAN2/Programs/e2simmxxplor|e2simmxxplor.py]] - Display classification similarity metrics for individual particles
Line 19: Line 36:
 * [[e2proc2d.py]]
 * [[e2proc3d.py]]
=== Low Level Tasks ===
 * [[EMAN2/Programs/e2scannereval|e2scannereval.py]] - Tool to look for scanner artifacts (film) or localized distortions (CCD frames)
 * [[EMAN2/Programs/e2classaverage|e2classaverage.py]] - Generate 2-D class-averages from sets of classified particles
 * [[EMAN2/Programs/e2ctf|e2ctf.py]] - Contrast transfer function estimation and correction
 * [[EMAN2/Programs/e2make3d|e2make3d.py]] - Reconstruct a 3-D map from a set of 2-D projections/class-averages
 * [[EMAN2/Programs/e2project3d|e2project3d.py]] - Generate 2-D projections from 3-D maps
 * [[EMAN2/Programs/e2simmx|e2simmx.py]] - Compute exhaustive similarity comparison between set of particles and references
 * [[EMAN2/Programs/e2simmx2stage|e2simmx2stage.py]] - More efficient version of e2simmx.py (not exhaustive)
Line 22: Line 45:
== Generic Docs ==
 * [[StandardParms|Standard parameters used in multiple programs]]
=== Experimental Programs ===
 * [[EMAN2/Programs/tomotrackbox|examples/tomotrackbox.py]] - This tomography program will allow you to individually reconstruct particles or sections from an aligned tilt series, and play with various options.

EMAN2 Programs

UNDER CONSTRUCTION

Note that running any EMAN2 program with the '--help' option will provide basic documentation for that program.

Generic Docs

Important Utilities

High Level Tasks

  • e2workflow.py - The GUI workflow interface. Suggested for all reconstruction projects.

  • e2refine2d.py - 2-D iterative reference-free class-averaging

  • e2initialmodel.py - Single particle reconstruction, initial model generation

  • e2refine.py - Single particle reconstruction, iterative refinement

  • e2eotest.py - Single particle reconstruction, resolution assessment

  • e2evalrefine.py - Tools for comparing refinement runs and evaluating results

  • e2classifyligand.py - Classify data into two groups based on reference models/masks

Programs with a GUI

  • e2workflow.py - The GUI workflow interface. Suggested for all reconstruction projects.

  • e2display.py - Main program for 2-D and 3-D visualization and interactive manipulation

  • e2boxer.py - Particle picker for single particle analysis

  • e2helixboxer.py - Selection tool for helical objects

  • e2ctf.py - Contrast transfer estimation and correction

  • e2eulerxplor.py - Display particle orientation distribution from e2refine.py results

  • e2simmxxplor.py - Display classification similarity metrics for individual particles

Low Level Tasks

  • e2scannereval.py - Tool to look for scanner artifacts (film) or localized distortions (CCD frames)

  • e2classaverage.py - Generate 2-D class-averages from sets of classified particles

  • e2ctf.py - Contrast transfer function estimation and correction

  • e2make3d.py - Reconstruct a 3-D map from a set of 2-D projections/class-averages

  • e2project3d.py - Generate 2-D projections from 3-D maps

  • e2simmx.py - Compute exhaustive similarity comparison between set of particles and references

  • e2simmx2stage.py - More efficient version of e2simmx.py (not exhaustive)

Experimental Programs

  • examples/tomotrackbox.py - This tomography program will allow you to individually reconstruct particles or sections from an aligned tilt series, and play with various options.

slices_plus_cylinders.png

EMAN2/Programs (last edited 2022-04-07 20:57:00 by TunayDurmaz)