OSDN Git Service

f07c7626a08d6715f09fb29c24fb719928de49ed
[eos/optional.git] / doc / SmallTools / mrcImageSmoothing.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageSmoothing</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageSmoothing</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageSmoothing
10 Options:
11     [-i[nput]            In                  (NULL      )] :Essential :InputDataFile
12     [-o[utput]           Out                 (NULL      )] :Essential :OutputDataFile
13     [-sx                 sx                  (3         )] :Optional  :x of Kernel Size
14     [-sy                 sy                  (3         )] :Optional  :y of Kernel Size
15     [-sz                 sz                  (3         )] :Optional  :z of Kernel Size
16     [-r                  r                   (1         )] :Optional  :Radius of Kernel Size
17     [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
18     [-m[ode]             mode                (0         )] :Optional  :Mode
19     [-M[ode2]            mode2               (0         )] :Optional  :Mode
20 >>> Mode <<<< 
21     1: Median filter
22     2: Mean filter 
23     3: Surface FIt  filter
24 >>> Mode2 <<<< 
25     0: Kernel is cube. : required argumnent: -sx, -sy, [-sz]
26     1: Kernel is sphere.(Only mode 1 supported) : required argumnent: -r 
27 </PRE>
28 </BODY>
29 </HTML>