ISIS Application Documentation
ifft | Standard View | TOC | Home |
Apply an Inverse Fourier Transform on a magnitude/phase pair of cubes
Description
Categories
Groups
Examples
History
This program accepts two cubes, most likely acquired from the fft program, containing the magnitude and phase angle data of a Fourier transformed image and returns the inverse.
The output cube will contain an AlphaCube group if the input cube to the fft program contained one. For exmaple, if a cube was cropped and then run through the fft program, the output cube from this program will contain the original AlphaCube group.
Name | Description |
---|---|
MAGNITUDE | Magnitude input cube |
PHASE | Phase input cube |
TO | Output cube. |
The input cube containing the image magnitude data.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The input cube containing the image phase angle data.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The result of the inverse transform.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
ifft example
Jacob Danton | 2005-11-28 | Original version |
Brendan George | 2006-09-28 | Documentation fixes |
Steven Lambright | 2008-05-12 | Removed references to CubeInfo |
Steven Lambright | 2008-10-16 | Fixed documentation: example GUI screenshots were missing, they should now exist. The name of the GUI screenshot was incorrect, "fft" was changed to "ifft." |
Steven Lambright | 2012-02-24 | This program now takes advantage of multiple global processing threads. |
Ian Humphrey | 2017-08-19 | Now removes the AlphaCube group from the output cube if the fft input cube did not have an AlphaCube group. Fixes #4907. |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:05:57 |