OSDN Git Service

dd88dc7cfbf7e7f43da6e27e7bfcf0a66c5cd293
[eos/optional.git] / doc / SmallTools / mrcImageWindowing.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageWindowing</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageWindowing</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageWindowing
10 Options:
11     [-i[nput]            In                  (NULL      )] :Essential :InputDataFile
12     [-o[utput]           Out                 (NULL      )] :Essential :OutputDataFile
13     [-W[indowing]        Wx                  (0.1       )WxMax               (0.0       )Wy                  (0.1       )WyMax               (0.0       )] :Optional  :Windowsing Size:
14     [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
15     [-m[ode]             mode                (0         )] :Optional  :Mode
16 >>> Mode
17     0: If 0<x<0.1*nx or 0.9*nx<x<nx, then cos windowing, else original.
18 0: 90% windowing:         fixed.   
19 1: Wy: Settings:          variable.
20 2: WxMax and Wx                    
21    WyMax and Wy Settings: variables
22            x/Nx < WxMax   or    1-WxMax < x/Nx           : 0 
23    WxMax < x/Nx < Wx      or    1-Wx    < x/Nx < 1-WxMax : cos window  
24                   Wx   < x/Nx < 1-Wx                     : 1
25    Wy and WyMax are also used for windowing in the similar manner.
26 +0 : To Zero.  
27 +16: Contrast down around mean. 
28 </PRE>
29 </BODY>
30 </HTML>