Difference between revisions of "cufft"
From EosPedia
(Created page with "'''cufft''' is Eos's Command that performs Fourier Transform by CUDA. == List of option == === Main option === <table border="1"> <tr> <th>Option</th>...") |
(No difference)
|
Latest revision as of 01:24, 20 August 2014
cufft is Eos's Command that performs Fourier Transform by CUDA.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input:mrcImage | NULL |
-o | Essential | Output:mrcImage(FFT) | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
x, y, z must be even.
example of exception: (x, y ,z)=(100, 1, 1)
example of exception: (x, y ,z)=(100, 1, 1)
-m details
Value | Description |
---|---|
0 |
Execution example
Input file image
Size Mode |
( 70, 70, 100) mrcFloatImage |
Output
![]() |
Size Mode |
( 70, 70, 100) mrcComplexFloatFT |