「WeightCalculationOfCommonLineSearch」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''WeightCalculationOfCommonLineSearch'''とはEosコマンドである。 == オプション一覧 == ===メインオプション=== <table border="1"> ...」)
 
行14: 行14:
 
<td>-I</td>  
 
<td>-I</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>入力ファイルリスト設定</td>  
+
<td>入力ファイル設定: テキスト</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行20: 行20:
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>出力ファイル設定</td>  
+
<td>出力ファイル設定: テキスト</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行32: 行32:
 
<td>-LTR</td>  
 
<td>-LTR</td>  
 
<td>選択</td>  
 
<td>選択</td>  
<td>Length threshold ratio in LengthCorrelation : -LTM=0</td>  
+
<td>Length threshold ratio in LengthCorrelation (LTM=0で使用)</td>  
 
<td>0.25</td>  
 
<td>0.25</td>  
 
</tr>  
 
</tr>  
行82: 行82:
  
 
== 実行例 ==
 
== 実行例 ==
 +
===入力ファイルのデータ===
 +
<pre>
 +
/Eos/img/1vom-sin.mrc YOYS 0 0 0
 +
/Eos/img/B120-sin.mrc YOYS 0 0 0
 +
/Eos/img/B120-M-sin.mrc YOYS 0 0 0
 +
 +
</pre>
 +
 +
 +
<div>入力ファイルの画像</div>
 +
 +
[[Media:Input-1vom-sin.mrc | 1vom-sin.mrc]]
 +
<table>
 +
<tr>
 +
<td>[[画像:Input-WeightCalculationOfCommonLineSearch.png]]</td>
 +
<td><p align="left">最小<br>
 +
最大<br>
 +
平均値<br>
 +
標準偏差<br>
 +
標準誤差<br></p>
 +
</td>
 +
<td><p align="left">0 (0, 0, 0)<br>
 +
65535 (62, 42, 0)<br>
 +
24951.6<br>
 +
23421.3<br>
 +
154.302<br></p>
 +
</td>
 +
</tr>
 +
</table>
 +
 +
[[Media:Input-B120-sin.mrc | B120-sin.mrc]]
 +
<table>
 +
<tr>
 +
<td>[[画像:Input1-WeightCalculationOfCommonLineSearch.png]]</td>
 +
<td><p align="left">最小<br>
 +
最大<br>
 +
平均値<br>
 +
標準偏差<br>
 +
標準誤差<br></p>
 +
</td>
 +
<td><p align="left">0 (0, 0, 0)<br>
 +
65535 (77, 34, 0)<br>
 +
22776.7<br>
 +
23232.9<br>
 +
136.901<br></p>
 +
</td>
 +
</tr>
 +
</table>
 +
 +
[[Media:Input-B120-M-sin.mrc | B120-M-sin.mrc]]
 +
<table>
 +
<tr>
 +
<td>[[画像:Input2-WeightCalculationOfCommonLineSearch.png]]</td>
 +
<td><p align="left">最小<br>
 +
最大<br>
 +
平均値<br>
 +
標準偏差<br>
 +
標準誤差<br></p>
 +
</td>
 +
<td><p align="left">0 (0, 0, 0)<br>
 +
65535 (12, 1, 0)<br>
 +
22776.7<br>
 +
23232.9<br>
 +
136.901<br></p>
 +
</td>
 +
</tr>
 +
</table>
 +
 +
 +
===オプション必須項目のみの場合===
 +
====LTM=0で実行====
 +
<div>出力結果</div>
 +
<pre>
 +
LengthCorrelation=0.950000 InLength[0]=38 RefLength[0]=42
 +
LengthCorrelation=0.938272 InLength[0]=38 RefLength[0]=43
 +
LengthCorrelation=0.988235 InLength[0]=42 RefLength[0]=43
 +
</pre>
 +
 +
<div>-o のデータ</div>
 +
<pre>
 +
Weight of NormalCorrelation      is -0.000000
 +
Weight of Derivation1DCorrelation is 2.666667
 +
Weight of Derivation2DCorrelation is -0.333333
 +
Weight of LengthCorrelation      is -1.333333
 +
</pre>
 +
 +
====LTM=1で実行====
 +
<div>出力結果</div>
 +
<pre>
 +
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
 +
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
 +
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
 +
</pre>
 +
 +
<div>-o のデータ</div>
 +
<pre>
 +
Weight of NormalCorrelation      is -0.210526
 +
Weight of Derivation1DCorrelation is 1.263158
 +
Weight of Derivation2DCorrelation is -0.052632
 +
Weight of LengthCorrelation      is 0.000000
 +
</pre>
 +
 +
 +
===オプション -LTR===
 +
====LTR=1, LTM=0で実行====
 +
<div>出力結果</div>
 +
<pre>
 +
LengthCorrelation=0.703704 InLength[0]=19 RefLength[0]=35
 +
LengthCorrelation=0.774194 InLength[0]=19 RefLength[0]=12
 +
LengthCorrelation=0.510638 InLength[0]=35 RefLength[0]=12
 +
</pre>
 +
 +
<div>-o のデータ</div>
 +
<pre>
 +
Weight of NormalCorrelation      is 0.666667
 +
Weight of Derivation1DCorrelation is 0.000000
 +
Weight of Derivation2DCorrelation is 0.333333
 +
Weight of LengthCorrelation      is 0.000000
 +
</pre>

2013年12月16日 (月) 03:03時点における版

WeightCalculationOfCommonLineSearchとはEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-I 必須 入力ファイル設定: テキスト NULL
-o 必須 出力ファイル設定: テキスト NULL
-LTM 必須 Length threshold mode in LengthCorrelation 0
-LTR 選択 Length threshold ratio in LengthCorrelation (LTM=0で使用) 0.25
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  

モードの詳細

モード 説明
0 Addition weight
1 Multiplication weight

入力ファイルのフォーマット

filename(sin) rotationalmode angle angle angle
      .                         .                .         .        .  
      .                         .                .         .        .  
      .                         .                .         .        .  
      .                         .                .         .        .  


実行例

入力ファイルのデータ

/Eos/img/1vom-sin.mrc YOYS 0 0 0
/Eos/img/B120-sin.mrc YOYS 0 0 0
/Eos/img/B120-M-sin.mrc YOYS 0 0 0


入力ファイルの画像

1vom-sin.mrc

Input-WeightCalculationOfCommonLineSearch.png

最小

最大
平均値
標準偏差

標準誤差

0 (0, 0, 0)

65535 (62, 42, 0)
24951.6
23421.3

154.302

B120-sin.mrc

Input1-WeightCalculationOfCommonLineSearch.png

最小

最大
平均値
標準偏差

標準誤差

0 (0, 0, 0)

65535 (77, 34, 0)
22776.7
23232.9

136.901

B120-M-sin.mrc

Input2-WeightCalculationOfCommonLineSearch.png

最小

最大
平均値
標準偏差

標準誤差

0 (0, 0, 0)

65535 (12, 1, 0)
22776.7
23232.9

136.901


オプション必須項目のみの場合

LTM=0で実行

出力結果
LengthCorrelation=0.950000 InLength[0]=38 RefLength[0]=42
LengthCorrelation=0.938272 InLength[0]=38 RefLength[0]=43
LengthCorrelation=0.988235 InLength[0]=42 RefLength[0]=43
-o のデータ
Weight of NormalCorrelation       is -0.000000
Weight of Derivation1DCorrelation is 2.666667
Weight of Derivation2DCorrelation is -0.333333
Weight of LengthCorrelation       is -1.333333

LTM=1で実行

出力結果
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
LengthCorrelation=1.000000 InLength[0]=80 RefLength[0]=80
-o のデータ
Weight of NormalCorrelation       is -0.210526
Weight of Derivation1DCorrelation is 1.263158
Weight of Derivation2DCorrelation is -0.052632
Weight of LengthCorrelation       is 0.000000


オプション -LTR

LTR=1, LTM=0で実行

出力結果
LengthCorrelation=0.703704 InLength[0]=19 RefLength[0]=35
LengthCorrelation=0.774194 InLength[0]=19 RefLength[0]=12
LengthCorrelation=0.510638 InLength[0]=35 RefLength[0]=12
-o のデータ
Weight of NormalCorrelation       is 0.666667
Weight of Derivation1DCorrelation is 0.000000
Weight of Derivation2DCorrelation is 0.333333
Weight of LengthCorrelation       is 0.000000