cufft
From EosPedia
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 |