Difference between revisions of "mrcFFTExpression"
(Created page with "'''mrcFFTExpression''' is Eos's Command that expresses the power spectrum of mrcImage(FFT). == List of option == === Main option === <table border="1"> <tr>...") |
(No difference)
|
Latest revision as of 07:13, 15 July 2014
mrcFFTExpression is Eos's Command that expresses the power spectrum of mrcImage(FFT).
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage(FFT) | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -T | Optional | Threshold to calculate.(For mode 1 and 3.) | 1e-16 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | Amplitude |
| 1 | LogAmplitude |
| 2 | Power |
| 3 | LogPower |
| 4 | Phase |
| 5 | Real |
Execution example
Input file's Data
N : ( 70, 70, 100) Mode : 4 mrcComplexFloatFT StartN : ( 0, 0, 0) M : ( 1, 1, 1) Length : ( 5.000, 5.000, 5.000) A,B,G : ( 90.00, 90.00, 90.00) C,R,S : ( 1, 2, 3) Min,Max,Mean : ( 5.84e-05, 269, 0.18) ISPG : 0 NSYMBT : 0
Example of options only essential
![]() |
Min Max |
0 (0, 0, 1) 269.463 (35, 35, 0) |
Option -m
Case: m=1
![]() |
Min Max |
-2.80814 (8, 4, 0) 2.4305 (35, 35, 0) |
Case: m=1, T=0.2
![]() |
Min Max |
-0.349485 (0, 0, 0) 2.4305 (35, 35, 0) |
Case: m=2
![]() |
Min Max |
0 (0, 0, 1) 72610.2 (35, 35, 0) |
Case: m=3
![]() |
Min Max |
-5.61628 (8, 4, 0) 4.861 (35, 35, 0) |
Case: m=3, T=0.2
![]() |
Min Max |
-0.69897 (0, 0, 0) 4.861 (35, 35, 0) |
Case: m=4
![]() |
Min Max |
-3.14151 (5, 63, 0) 3.14151 (65, 7, 0) |
Case: m=5
![]() |
Min Max |
-159.06 (34, 35, 0) 269.463 (35, 35, 0) |







