[someone@localhost]$ e2.py

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

In [3]:  e = EMData()

In [4]:  e.set_size(32,32,32)

In [5]:  e.process_inplace('testimage.axes')

In [6]:  display(e)

In [7]:  f = EMData()

In [8]:  f.read_image("threed.mrc")

In [9]:  display(f)

EMAN2/Tutorials/Display (last edited 2008-11-26 04:42:29 by localhost)