Skip to content
Adrian Quintana edited this page Dec 11, 2017 · 1 revision

Inverse FFT

Purpose

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.

Usage


$ 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

Examples and Notes

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

Clone this wiki locally