OSDN Git Service

e7f5b07b643e998d57a68de3494ec6f013bc4d6d
[eos/base.git] / src / Tools / rec3d / CommonLineCalculation / src / CommonLineCalculation.html
1 <HTML>
2 <HEAD>
3 <TITLE>CommonLineCalculation</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>CommonLineCalculation</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: CommonLineCalculation
10 Options:
11     [-i[nput]            In                  (NULL      ).as(inFile              ) ] :Optional  :InputDataFile
12     [-I[nputfilelist]    InList              (NULL      ).as(inFileListNoOpen    ) ] :Optional  :InputDatalistFile
13     [-o[utput]           Out                 (stdout    ).as(outFile             ) ] :Optional  :OutputDataFile
14     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
15     [-m[ode]             mode                (1         ).as(Integer             ) ] :Optional  :Mode
16     [-I[nput]m[ode]      Inputmode           (0         ).as(Integer             ) ] :Optional  :InputMode
17
18 ----- mode -----
19 -m : 0 : in 2004/07/22 
20      1 : in 2004/09/23 (vector product)
21
22 ----- input file format -----
23 -Im : 0
24 RotationalMode1 angle1 angle2 angle3 RotationalMode2 angle1 angle2 angle3
25 RotationalMode1 angle1 angle2 angle3 RotationalMode2 angle1 angle2 angle3
26       .           .      .      .          .           .      .      .   
27       .           .      .      .          .           .      .      .   
28       .           .      .      .          .           .      .      .   
29       .           .      .      .          .           .      .      .   
30       .           .      .      .          .           .      .      .   
31
32 -Im : 1
33 filename RotationalMode angle1 angle2 angle3
34    .           .           .      .      .  
35    .           .           .      .      .  
36    .           .           .      .      .  
37    .           .           .      .      .  
38    .           .           .      .      .  
39
40 </PRE>
41 </BODY>
42 </HTML>