Differences between revisions 10 and 11
Revision 10 as of 2008-01-11 20:47:14
Size: 274
Comment:
Revision 11 as of 2008-01-11 20:48:30
Size: 480
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||{{{ e.process_inplace("testimage.gradient")}}}||{{{ e.process_inplace("testimage.gradient"), 'axis','y'}}}|| ||{{{ e.process_inplace("testimage.gradient")}}}||{{{ e.process_inplace("testimage.gradient", {'axis','y'}) }}}||
Line 4: Line 4:
||{{{ e.process_inplace("testimage.axes")}}}||{{{ e.process_inplace("testimage.circlesphere") }}}||
Line 5: Line 6:
||{{{ e.process_inplace("testimage.scurve")}}}||{{{ e.process_inplace("testimage.noise.gauss") }}}||

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)