Differences between revisions 1 and 2
Revision 1 as of 2008-02-12 23:06:04
Size: 199
Comment:
Revision 2 as of 2008-02-12 23:07:18
Size: 381
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

{{{
[someone@localhost]$ e2.py

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

In [3]: e = EMData(32,32,32)

In [4}: e.do_fft_inplace()

}}}

Changing image format from real/imaginary to amplitude/phase format in EMAN2 is a straightforward procedure. To illustrate the process start with a test image and perform a Fourier transform on it:

[someone@localhost]$ e2.py

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

In [3]:  e = EMData(32,32,32)

In [4}:  e.do_fft_inplace()

EMAN2/Tutorials/ri2ap (last edited 2009-02-04 21:08:46 by DavidWoolford)