-
Notifications
You must be signed in to change notification settings - Fork 1
IFFT
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
This utility allows you to compute the Inverse Fourier Transform of an image, volume or set of images and volumes. The output is a real space file while the input must be a complex Xmipp image or volume.
$ fft -i ...
Parameters
-
__OR__
Fourier Transform a single file. -
__OR__
If no output file is given, then the input one is rewritten -
`` Fourier Transform a bunch of files
-
__OR__
If no output extension neither root are given, then the input ones are rewritten
Transforming a single image
$ IFFT -i g0ta00001.fft -o g0ta00001.xmp
Transforming a sel file, a new extension is given to output images, ie, if input images are of the like ofg0ta0001.fft
, then the output ones will beg0ta0001.xmp
$ IFFT -i g0ta.sel -oext xmp
--Main.AlfredoSolano - 17 Jan 2007