Differences between revisions 1 and 2
Revision 1 as of 2009-07-24 00:25:40
Size: 949
Editor: 10
Comment:
Revision 2 as of 2009-07-24 02:40:32
Size: 985
Editor: bcm-10-134
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Image Display In EMAN2 = = e2display =
Line 5: Line 5:
e2display is a robust image displayer in EMAN2.

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

e2display

e2display is a robust image displayer in EMAN2.

Displaying a File

Displaying an image in eman2 can be done several ways. This can be from the command line:

[someone@localhost]$ e2display.py threed.mrc

or from python:

   1 [someone@localhost]$ e2.py
   2 
   3 Welcome to EMAN2
   4 Prompt provided by IPython
   5 Enter '?' for ipython help
   6 
   7 In [3]:  e = EMData("threed.mrc")
   8 
   9 In [4]:  display(e)

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/Programs/e2display (last edited 2016-05-13 13:47:05 by SteveLudtke)