Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2008-01-11 20:30:06
Size: 161
Comment:
Revision 12 as of 2008-01-11 20:49:34
Size: 637
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||attachment:xcoord.png||attachment:ycoord.png|| {{{

#] 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'}) }}}||
Line 3: Line 18:
||{{{ e.process_inplace("testimage.axes")}}}||{{{ e.process_inplace("testimage.circlesphere") }}}||
Line 4: Line 20:
||{{{ e.process_inplace("testimage.scurve")}}}||{{{ e.process_inplace("testimage.noise.gauss") }}}||

#] 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") 

EMAN2/Galleries/Testimages (last edited 2009-04-11 00:48:59 by DavidWoolford)