Differences between revisions 3 and 4
Revision 3 as of 2009-07-24 02:41:26
Size: 994
Editor: bcm-10-134
Comment:
Revision 4 as of 2010-09-14 14:37:40
Size: 608
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
| [[e2display|Display Basics]] | [[EMAN2/Programs/emselector|EMAN2 File Browser]] | [[EMAN2/Programs/emimage2d|2D Display]] | [[EMAN2/Programs/emimagemx|2D Stack Display]] | [[EMAN2/Programs/emimage3d|3D Image Display]] | [[EMAN2/Programs/e2eulerxplor|Euler Tool]] | [[EMAN2/e2displayfag|e2display FAQ]] | |[[EMAN2/Programs/emselector|EMAN2 File Browser]] | [[EMAN2/Programs/emimage2d|2D Display]] | [[EMAN2/Programs/emimagemx|2D Stack Display]] | [[EMAN2/Programs/emimage3d|3D Image Display]] | [[EMAN2/Programs/e2eulerxplor|Euler Tool]] | [[EMAN2/e2displayfag|e2display FAQ]] |
Line 4: Line 4:
||<35%><<TableOfContents>>||
e2display is a robust image displayer in EMAN2.
Line 7: Line 5:
= Displaying a File = The main interface for browsing and viewing images, volumes, 2D & 3D plots, ...
See the above subitems for more details.
Line 9: Line 8:
Displaying an image in eman2 can be done several ways. This can be from the command line:
To display a specific file:
Line 12: Line 10:
[someone@localhost]$ e2display.py threed.mrc e2display.py <filename>
Line 15: Line 13:
or from python:

{{{#!python
[someone@localhost]$ e2.py

Welcome to EMAN2
Prompt provided by IPython
Enter '?' for ipython help

In [3]: e = EMData("threed.mrc")

In [4]: display(e)
or simply open the generic browser, which will let you explore files and metadata and visualize:
{{{
e2display.py
Line 28: Line 17:

The important thing to note is that e2display.py and the display command in python work for both 2D and 3D images.

See the links at the top of the page for more information on specific display interfaces.

|EMAN2 File Browser | 2D Display | 2D Stack Display | 3D Image Display | Euler Tool | e2display FAQ |

e2display

The main interface for browsing and viewing images, volumes, 2D & 3D plots, ... See the above subitems for more details.

To display a specific file:

e2display.py <filename>

or simply open the generic browser, which will let you explore files and metadata and visualize:

e2display.py

EMAN2/Programs/e2display (last edited 2016-05-13 13:47:05 by SteveLudtke)