#] e2.py

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

In [3]: e = EMData()

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

attachment:xcoord.png

attachment:ycoord.png

 e.process_inplace("testimage.gradient")

 e.process_inplace("testimage.gradient", {'axis','y'}) 

attachment:axes.png

attachment:circle.png

 e.process_inplace("testimage.axes")

 e.process_inplace("testimage.circlesphere") 

attachment:scurve.png

attachment:gaussnoise_large.png

 e.process_inplace("testimage.scurve")

 e.process_inplace("testimage.noise.gauss")