Differences between revisions 6 and 7
Revision 6 as of 2010-09-14 14:34:08
Size: 2129
Editor: SteveLudtke
Comment:
Revision 7 as of 2010-09-14 14:34:39
Size: 1941
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
EMAN2 has its own file browser which you can access by typing e2display.py with no arguments: EMAN2 has its own file browser which you can access by typing e2display.py with no arguments.
Line 6: Line 6:
{{{
[someone@localhost]$ e2display.py
}}}
Line 11: Line 8:
{{{#!python
[someone@localhost]$ e2.py

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

In [3]: browse()
}}}

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

The EMAN2 File Browser

EMAN2 has its own file browser which you can access by typing e2display.py with no arguments.

Similarly, from python (e2.py) you can run browse(), which will launch the browser

Below is a screenshot of the EMAN2 file browser and below it are some tips on how to use it.

browser.png

Browser Hints

Left Panel

  • In the left most panel you see a variety of files that are stored on disk. To view any of these files in an interactive interface simply double click on them.The exception is 3D image stacks, for which there is no current interface, barring e2desktop.py.
  • Change "Single preview" to "Multi preview" to view more than one file at a time.
  • In Single preview mode, first make sure you have "Replace" selected instead of "Inlcude". Now double click on two images of the same type in rapid succession (try two 3D images). This will enable you to compare the two images in a simple fashion. The scale, position and rotation (where applicable) is preserved in this scenario.

Middle Panel

  • In the middle panel you see the individual images in the particle stack called 'e2proj.img'. You can select a subset of these images and save or preview them by right clicking.
  • In general you may right click on any image type to save or delete it. Multiple selections are supported.

Right Panel

  • In the right most panel you see the header attributes of the last image that was selected in the middle panel. This feature is for convenience.

EMAN2/Programs/emselector (last edited 2010-09-14 14:34:39 by SteveLudtke)