ISIS Application Documentation
fft | Standard View | TOC | Home |
Apply a Fourier Transform on a cube
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file to apply the transform to |
MAGNITUDE | Magnitude output cube |
PHASE | Phase output cube |
Name | Description |
---|---|
REPLACEMENT | Replacement value |
The input cube on which the Fourier transform is applied.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the image magnitude data.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
The resultant cube containing the image phase angle data..
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
This option specifies what special pixels will be replaced with.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | ZEROES | |||||||||
Option List: |
|
fft example
Example GUI Screenshot of GUI with parameters filled in to perform the fft application |
Input image for fft
Parameter Name:
FROM This is the input image, peaks.cub. |
Example magnitude output
Parameter Name:
MAGNITUDE This is the magnitude output of the transform of peaks.cub. |
|
Example phase output
Parameter Name:
PHASE This is the phase output of the transform of peaks.cub. |
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 | Documentation fixes: Created images for the GUI screenshots, which were missing. |
Steven Lambright | 2012-02-24 | This program now takes advantage of multiple global processing threads. |