Difference between revisions of "CheckOrientationByDegree"
From EosPedia
(Created page with "'''CheckOrientationByDegree''' is Eos's Command. == List of option == === Main option === <table border="1"> <tr> <th>Option</th> <th>Essential/Option...") |
(→Option -mc) |
||
Line 117: | Line 117: | ||
=== Option -mc=== | === Option -mc=== | ||
− | ====mc=1==== | + | ====Case: mc=1==== |
<pre> | <pre> | ||
/Eos/img/Input0 ZONS 0.00 0.00 0.00 | /Eos/img/Input0 ZONS 0.00 0.00 0.00 |
Latest revision as of 00:49, 19 August 2014
CheckOrientationByDegree is Eos's Command.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-ib | Essential | Input: ASCII(BaseFileList) | NULL |
-i | Essential | Input: ASCII(FileList) | NULL |
-o | Essential | Output: ASCII | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-mc | Optional | rotational mode of -i | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
-mc details
Value | Description |
---|---|
0 | do not change |
1 | do change rotational mode of -i |
Execution example
Input file's data
-ib 's data
/Eos/img/Input0 ZONS 0 0 0 /Eos/img/Input1 ZONS 0 45 0 /Eos/img/Input2 ZONS 0 0 45
-i '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
/Eos/img/Input0 YONS 0.00 0.00 0.00 /Eos/img/Input1 YONS 90.00 15.00 90.00 /Eos/img/Input2 YONS 45.00 60.00 90.00 DifferentialAve = 43.33
Option -mc
Case: mc=1
/Eos/img/Input0 ZONS 0.00 0.00 0.00 /Eos/img/Input1 ZONS 30.00 45.00 0.00 /Eos/img/Input2 ZONS 15.00 0.00 0.00 DifferentialAve = 10.00