Differences between revisions 30 and 120 (spanning 90 versions)
Revision 30 as of 2009-11-19 18:12:58
Size: 2431
Editor: SteveLudtke
Comment:
Revision 120 as of 2017-01-24 14:38:30
Size: 5102
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== EMAN2 ==
EMAN2 is now stable enough to be a complete replacement for EMAN1 for most tasks. It is capable of single particle
reconstructions at near-atomic resolution, and can process very large data sets (>100,000 particles).
= EMAN2.1 =
Most of the pages are editable by any user that has registered an account on the server. To prevent spam, you need to email sludtke@bcm.edu to get an account on the system if you wish to contribute changes. If you just wish to browse, you don't need an account.
Line 5: Line 4:
EMAN2 is the successor to [[EMAN1]]. It is a broadly based greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. EMAN's original purpose was performing single particle reconstructions (3-D volumetric models from 2-D cryo-EM images) at the highest possible resolution, but the suite now also offers support for single particle cryo-ET, and tools useful in many other subdisciplines such as helical reconstruction, 2-D crystallography and whole-cell tomography. EMAN2 is capable of processing very large data sets (>100,000 particle) very efficiently (up to 20x faster than EMAN1).

Please also note that this is '''not''' the (related) [[EMEN2]] electronic notebook, but is EMAN2, a scientific image processing suite.

'''''UNDER (RE)CONSTRUCTION''''' - Note that the current website contains a bit of a mix of 2.0X and 2.1 information. We are gradually updating things to 2.1 as time goes on. If you find something confusing or self-contradictory, please let us know or ask about it.

== Download EMAN2 ==
 * [[EMAN2/Eman21Release|IMPORTANT notice about EMAN2.1 for EMAN2.0 users]]
 * [[http://ncmi.bcm.tmc.edu/ncmi/software/software_details?selected_software=counter_222|Main EMAN2 Download Page]]

== Install EMAN2 ==
Line 6: Line 16:
 * [[EMAN2/Remote|Strategies for using the GUI remotely (cluster)]]

== Documentation ==
 * Upcoming Live Tutorials
  * None currently scheduled
  * See the archived tutorials: [[https://www.youtube.com/c/SteveLudtke]]
Line 7: Line 23:
  * [[EMAN2/Tutorials|EMAN2 Tutorials (START HERE!)]]
  * [[EMAN2/Programs|Individual Programs]]
  * [[EMAN2/Concepts|Concepts and Conventions in EMAN2]]
  * [[EMAN2/Tutorials|Tutorials (START HERE!)]]
  * [[EMAN2/DirectoryStructure|Folders in an EMAN2 Project]]
  * [[EMAN2/Concepts|File Formats, Symmetry, Box Size, ...]]
  * [[EMAN2/Programs|Individual Program Documentation]]
  * [[EMAN2/ProgramFiles|Output file descriptions and details]]
Line 11: Line 29:
  * [[EMAN2/Eman1Transition|EMAN1 -> EMAN2 Transition Guide]]
  * [[EMAN2/Gpu|GPGPU Computing (use the graphics processor for image processing)]]
Line 12: Line 32:
  * [[EMAN2/Obsolete|Obsolete Pages]]
Line 14: Line 35:
 * [[EMAN2/FAQ|FAQ - Ask your questions here]]   * [[http://blake.grid.bcm.edu/eman2/doxygen_html/classEMAN_1_1EMData.html|Direct link to docs for EMData (image) class]]
  * [[http://blake.grid.bcm.edu/eman2/doxygen_html/classEMAN_1_1Transform.html|Direct link to docs for Transform (orientation/Euler angle) class]]
  * [[EMAN2/GitTutorials|Transitioning from CVS to Git (under construction)]]
 * [[EMAN2/FAQ|FAQ]] - Please ask your questions in the Google Group, answers to common questions will be posted here as well as in the Group
 * Mailing list for EMAN2 discussions:
  * http://groups.google.com/group/eman2
  * eman2@googlegroups.com (must join the group before you can post)
  * http://groups.google.com/group/eman2-developers (This is the group for discussions among developers, likely less interesting for users)
Line 16: Line 44:
==== About EMAN2 ====
EMAN2 is the successor to [[EMAN1|EMAN1]]. It is a broadly based greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes.
EMAN's original purpose was performing single particle reconstructions (3-D volumetric models from 2-D cryo-EM images) at the highest possible resolution, but the suite now also offers
support for single particle cryo-ET, and tools useful in many other subdisciplines such as helical reconstruction, 2-D crystallography and whole-cell tomography. Image processing in a suite
like EMAN differs from consumer image processing packages like Photoshop in that pixels in images are represented as floating-point numbers rather than small (8-16 bit) integers. In addition,
image compression is avoided entirely, and there is a focus on quantitative analysis rather than qualitative image display.  
== About EMAN2 ==
EMAN2 is the successor to [[EMAN1]]. It is a broadly based greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. EMAN's original purpose was performing single particle reconstructions (3-D volumetric models from 2-D cryo-EM images) at the highest possible resolution, but the suite now also offers support for single particle cryo-ET, and tools useful in many other subdisciplines such as helical reconstruction, 2-D crystallography and whole-cell tomography. Image processing in a suite  like EMAN differs from consumer image processing packages like Photoshop in that pixels in images are represented as floating-point numbers rather than small (8-16 bit) integers. In addition, image compression is avoided entirely, and there is a focus on quantitative analysis rather than qualitative image display.
Line 23: Line 47:
EMAN2 is now a fully usable reconstruction package, including initial parallelism support. However, it was designed so both EMAN1 and EMAN2 can be installed in the same user account with no conflicts, in case you need some EMAN1 functionality. All EMAN2 programs, including GUI programs are written in the easy-to-learn Python scripting language. This permits knowledgable end-users to customize any of the code with unprecendented ease. If you aren't an advanced user, you can still make use of all of EMAN2's command-line programs, all of which start with 'e2'. Any programs in EMAN2 with an EMAN1 equivalent are likely substantially improved over their EMAN1 equivalents. For example e2pdb2mrc.py is ~10x faster than the EMAN1 pdb2mrc. EMAN2 is now a fully usable reconstruction package, including parallelism support. However, in case you aren't ready to abandon EMAN1 yet, EMAN1 and EMAN2 can be installed in the same user account with no conflicts. All EMAN2 programs, including GUI programs, are written in the easy-to-learn Python scripting language. This permits knowledgeable end-users to customize any of the code with unprecedented ease. If you aren't an advanced user, you can still make use of the integrated GUI and all of EMAN2's command-line programs. Any programs in EMAN2 with an EMAN1 equivalent are likely substantially improved over their EMAN1 equivalents. For example e2pdb2mrc.py is ~10x faster than the EMAN1 pdb2mrc. 3-D refinements are typically 5-25x faster than in EMAN1 (with the correct options).

EMAN2.1

Most of the pages are editable by any user that has registered an account on the server. To prevent spam, you need to email sludtke@bcm.edu to get an account on the system if you wish to contribute changes. If you just wish to browse, you don't need an account.

EMAN2 is the successor to EMAN1. It is a broadly based greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. EMAN's original purpose was performing single particle reconstructions (3-D volumetric models from 2-D cryo-EM images) at the highest possible resolution, but the suite now also offers support for single particle cryo-ET, and tools useful in many other subdisciplines such as helical reconstruction, 2-D crystallography and whole-cell tomography. EMAN2 is capable of processing very large data sets (>100,000 particle) very efficiently (up to 20x faster than EMAN1).

Please also note that this is not the (related) EMEN2 electronic notebook, but is EMAN2, a scientific image processing suite.

UNDER (RE)CONSTRUCTION - Note that the current website contains a bit of a mix of 2.0X and 2.1 information. We are gradually updating things to 2.1 as time goes on. If you find something confusing or self-contradictory, please let us know or ask about it.

Download EMAN2

Install EMAN2

Documentation

About EMAN2

EMAN2 is the successor to EMAN1. It is a broadly based greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. EMAN's original purpose was performing single particle reconstructions (3-D volumetric models from 2-D cryo-EM images) at the highest possible resolution, but the suite now also offers support for single particle cryo-ET, and tools useful in many other subdisciplines such as helical reconstruction, 2-D crystallography and whole-cell tomography. Image processing in a suite like EMAN differs from consumer image processing packages like Photoshop in that pixels in images are represented as floating-point numbers rather than small (8-16 bit) integers. In addition, image compression is avoided entirely, and there is a focus on quantitative analysis rather than qualitative image display.

EMAN2 is now a fully usable reconstruction package, including parallelism support. However, in case you aren't ready to abandon EMAN1 yet, EMAN1 and EMAN2 can be installed in the same user account with no conflicts. All EMAN2 programs, including GUI programs, are written in the easy-to-learn Python scripting language. This permits knowledgeable end-users to customize any of the code with unprecedented ease. If you aren't an advanced user, you can still make use of the integrated GUI and all of EMAN2's command-line programs. Any programs in EMAN2 with an EMAN1 equivalent are likely substantially improved over their EMAN1 equivalents. For example e2pdb2mrc.py is ~10x faster than the EMAN1 pdb2mrc. 3-D refinements are typically 5-25x faster than in EMAN1 (with the correct options).

idea_5_c.png

EMAN2 (last edited 2024-06-12 00:49:21 by TunayDurmaz)