OSDN Git Service

Document Added
[eos/optional.git] / doc / SmallTools / mrcImageFilterCreate.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageFilterCreate</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageFilterCreate</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageFilterCreate
10 Options:
11     [-i[nput]            In                  (stdin     ).as(inFile              ) ] :Optional  :Input: ASCII
12     [-o[utput]           Out                 (stdout    ).as(outFile             ) ] :Optional  :Output: mrcImage
13     [-nx                 Nx                  (512       ).as(Integer             ) ] :Essential :ImageSize: x
14     [-ny                 Ny                  (512       ).as(Integer             ) ] :Optional  :ImageSize: y
15     [-nz                 Nz                  (1         ).as(Integer             ) ] :Optional  :ImageSize: z
16     [-sx                 Sx                  (3         ).as(Integer             ) ] :Essential :FilterSize: x
17     [-sy                 Sy                  (3         ).as(Integer             ) ] :Optional  :FilterSize: y
18     [-sz                 Sz                  (1         ).as(Integer             ) ] :Optional  :FilterSize: z
19     [-v[erbose]                                                                    ] :Optional  :Verbose
20     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
21     [-M[ode]             Mode                (0         ).as(Integer             ) ] :Optional  :Mode: Filter shape
22     [-m[ode]             mode                (2         ).as(Integer             ) ] :Optional  :mode: output mrc
23 ----- Additional Usage -----
24 >>>> Input file Format nx0 y0 z0 weight0
25 x1 y1 z1 weight1
26 ......          
27 </PRE>
28 </BODY>
29 </HTML>