OSDN Git Service

New tools create:
[eos/base.git] / src / Tools / mrcImage / mrcImageShapeSearch / src / mrcImageShapeSearch.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageShapeSearch</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageShapeSearch</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageShapeSearch
10 Options:
11     [-i[nput]            In                  (NULL      ).as(inFile::mrcImage    ) ] :Essential :Input
12     [-o[utput]           Out                 (NULL      ).as(outFile::mrcImage   ) ] :Essential :Output
13     [-Shape              Shape               (NULL      ).as(outFile::mrcImage   ) ] :Optional  :Output
14     [-n[Cube]            nCube               (0         ).as(Integer             ) ] :Optional  :Mode
15     [-r[adius]           minR                (3         ).as(Integer             ) 
16                          maxR                (5         ).as(Integer             ) 
17                          delR                (1         ).as(Integer             ) ] :Optional  :Radius[pixel]
18     [-l[ength]           minL                (3         ).as(Integer             ) 
19                          maxL                (5         ).as(Integer             ) 
20                          delL                (1         ).as(Integer             ) ] :Optional  :Length[pixel]
21     [-O[utput]V[ector]BILDOutVectorBILD       (NULL      ).as(outFile::BILD       ) ] :Optional  :Output:BILD-vector
22     [-Phi                minPhi              (0.0       ).as(Real                ) 
23                          maxPhi              (359.0     ).as(Real                ) 
24                          delPhi              (45.0      ).as(Real                ) ] :Optional  :around z-axis[degree]
25     [-Theta              minTheta            (0.0       ).as(Real                ) 
26                          maxTheta            (359.0     ).as(Real                ) 
27                          delTheta            (45.0      ).as(Real                ) ] :Optional  :around x-axis[degree]
28     [-Psi                minPsi              (0.0       ).as(Real                ) 
29                          maxPsi              (350.0     ).as(Real                ) 
30                          delPsi              (45.0      ).as(Real                ) ] :Optional  :around x-axis[degree]
31     [-thres[Zscore]      thresZscore         (1.0       ).as(Real                ) ] :Optional  :Zscore
32     [-interp[olationMode]interpMode          (0         ).as(Integer             ) ] :Optional  :interpMode
33     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
34     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
35 ----- Additional Usage -----
36 0: Cylinder with radius and length
37 1: Disk with radius and length(thickness)
38 2: Sphere with radius 
39 </PRE>
40 </BODY>
41 </HTML>