OSDN Git Service

Modified: doc
[eos/optional.git] / doc / SmallTools / mrcFFTInfo.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcFFTInfo</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcFFTInfo</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcFFTInfo
10 Options:
11     [-i[nput]            In                  (NULL      ).as(inFile::mrcImage    ) ] :Essential :Input
12     [-o[utput]           Out                 (NULL      ).as(outFile::ASCII      ) ] :Essential :Output
13     [-a[ngle]            Angle               (0.0       ).as(Real                ) ] :Optional  :Angle
14     [-nDiv[ision]        nDivision           (18        ).as(Integer             ) ] :Optional  :num of Divsion
15     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
16     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
17 Mode: 
18          1 :Scattering Angular Distribution(Sum)
19          2 :X-axis (OutPut: Mag, Phase)
20          4 :Y-axis (OutPut: Mag, Phase)
21          5 :Y-axis (Average:Along X-axis)(OutPut: Mag, Phase)
22          7 :Scattering Angular Distribution(Average, range(angle, nDivion)xnDiv; e.g. (10, 18) -> range(10-360/18/2, 10+360/18/2) x nDiv
23          8 :Scattering Angular Distribution(Average)
24         +16 :with spacing 
25         +32 :with Angular Distribution(SD)
26         +64 :Log Scaling for |value| 
27 </PRE>
28 </BODY>
29 </HTML>