CheckOfOrientation

From EosPedia
Revision as of 00:45, 19 August 2014 by Kinoshita (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CheckOfOrientation is Eos's Command.


List of option

Main option

Option Essential/Optional Description Default
-I Essential Input: ASCII(FileList) NULL
-o Essential Output: ASCII(Matrix) NULL
-ov Optional Output: ASCII(Value) NULL
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  
Currently, -ov must be set.


-m details

Value Description
0


Input file list format

file1
file2
.
.

Each file's format
filename1  EM1  Rot11  Rot12  Rot13
filename2  EM2  Rot21  Rot22  Rot23
.
.


Execution example

Input file's data

Input1.txt
Input2.txt


Input1.txt's data
/Eos/img/Input0	ZONS	0	0	0
/Eos/img/Input1	ZONS	0	45	0
/Eos/img/Input2	ZONS	0	0	45


Input2.txt's data
/Eos/img/Input3	YONS	90	0	0
/Eos/img/Input4	YONS	90	30	0
/Eos/img/Input5	YONS	90	60	0


Case: Options only essential

-o 's data
Input1.txt :
>>/Eos/img/Input0
 1.000  0.000  0.000
 0.000  1.000  0.000
 0.000  0.000  1.000
>>/Eos/img/Input1
 1.000  0.000  0.000
 0.000  1.000  0.000
 0.000  0.000  1.000
>>/Eos/img/Input2
 1.000  0.000  0.000
 0.000  1.000  0.000
 0.000  0.000  1.000

Input2.txt :
>>/Eos/img/Input0
 1.000  0.000  0.000
 0.000  1.000  0.000
 0.000  0.000  1.000
>>/Eos/img/Input1
 0.707  0.000 -0.707
-0.354  0.866 -0.354
 0.612  0.500  0.612
>>/Eos/img/Input2
 0.707  0.707  0.000
-0.354  0.354 -0.866
-0.612  0.612  0.500


-ov 's data
Input1.txt :
0.000000
0.000000
0.000000
Sum: 0.000000  Ave: 0.000000

Input2.txt :
0.000000
0.271498
0.479780
Sum: 0.751278  Ave: 0.250426