OSDN Git Service

Document Added
[eos/optional.git] / doc / SmallTools / mrcImageMeanFreePathCalc.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageMeanFreePathCalc</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageMeanFreePathCalc</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageMeanFreePathCalc
10 Options:
11     [-i[nput]            In                  (NULL      ).as(inFile::mrcImage    ) ] :Essential :Input:mrcImage
12     [-o[utput]           Out                 (stdout    ).as(outFile::ASCII      ) ] :Optional  :Output:distribution
13     [-O[utput]w[hite]    OutWhite            (NULL      ).as(outFile::mrcImage   ) ] :Optional  :Output: white
14     [-O[utput]b[lack]    OutBlack            (NULL      ).as(outFile::mrcImage   ) ] :Optional  :Output: black
15     [-O[utput]w[hite]e[dge]OutWhiteEdge        (NULL      ).as(outFile::mrcImage   ) ] :Optional  :Output: whiteEdge
16     [-O[utput]b[lack]e[dge]OutBlackEdge        (NULL      ).as(outFile::mrcImage   ) ] :Optional  :Output: blackEdge
17     [-l[ine]t[hickness]  LineThicknessX      (1         ).as(Real                ) 
18                          LineThicknessY      (1         ).as(Real                ) ] :Optional  :[pixel]
19     [-l[ine]m[ode]       LineMode            (0         ).as(Integer             ) ] :Optional  :LineMode
20     [-l[ine]s[hape]      LineShape           (0         ).as(Integer             ) ] :Optional  :LineShape
21     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
22     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
23 ----- Additional Usage -----
24 >>>> mode 
25 0: AlongZ-axis
26 1: AlongX-axis
27 2: AlongY-axis
28 +16: Length is shown in real using HeaderLength 
29 >>>> line shape
30 0: LineShape-Rectangle
31 1: LineShape-Disk
32 >>>> line mode
33 0: LineMode-And 
34 1: LineMode-Or  
35 2: LineMode-GE(Greater than or equal to) 
36 </PRE>
37 </BODY>
38 </HTML>