mrcImageSinogramCorrelation
mrcImageSinogramCorrelationとはシノグラムの相関を行うEosのコマンドである。
目次
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル設定: mrcImage(シノグラム) | NULL |
-r | 必須 | 参照ファイル設定: mrcImage(シノグラム) | NULL |
-o | 必須 | 出力ファイル設定: mrcImage | NULL |
-w | 選択 | Weigth for Mode: 1(w0th, w1st, w2nd) | (1.0, 0.0, 0.0) |
-T | 選択 | threshold for Mode: 2 | 0.0 |
-LTR | 選択 | ratio of threshold for LengthMode: 1 | 1.0 |
-LCT | 選択 | Optional :threshold for LengthCorrelation | 0.0 |
-wL | 選択 | Weight for LengthCorrelation | 1.0 |
-c | 選択 | コンフィグファイル設定 | NULL |
-m | 選択 | モードを設定 | 0 |
-LM | 選択 | Length Mode: for LengthCorrelation | 0 |
-LCM | 選択 | Mode: for LengthCorrelationMode | 0 |
-LTM | 選択 | Length Threshold Mode: for LengthCorrelation | 0 |
-M | 選択 | Mode: for Correlation | 0 |
-h | 選択 | ヘルプを表示 |
-m の詳細
モード | 説明 |
---|---|
0 | simple Correlation |
1 | weight Correlation (addition to derivation) |
2 | threshold Correlation (addition to derivation) |
3 | power weight Correlation (addition to derivation : -LM=1 -LCM=2) |
-LM の詳細
モード | 説明 |
---|---|
0 | without Length Correlation |
1 | addition to Length Correlation (-LCM) |
-LCM の詳細
モード | 説明 |
---|---|
0 | weight (-wL , -LTM , -LTR) |
1 | threshold (-LTM , -LTR , -LCT) |
2 | power weight (-LTM , -LTR , -wL) |
-LTM の詳細
モード | 説明 |
---|---|
0 | Multiply derivationMax and ratio(-LTR) |
1 | Average of all derivation |
実行例
入力ファイルの画像
![]() |
最小 最大 |
0 (0, 0, 0) 65535 (12, 1, 0) |
参照ファイルの画像
![]() |
最小 最大 |
0 (0, 0, 0) 65535 (77, 34, 0) |
オプション必須項目のみの場合
![]() |
最小 最大 |
-0.876087 (197, 162, 0) 1 (179, 1, 0) |
オプション -LM
LM=1で実行
その他のオプションなし
![]() |
最小 最大 |
-0.820738 (267, 196, 0) 2 (180, 0, 0) |
LTR=0.5で実行
![]() |
最小 最大 |
-0.0534014 (297, 316, 0) 2 (180, 0, 0) |
wL=2で実行
![]() |
最小 最大 |
-0.787405 (267, 196, 0) 3 (180, 0, 0) |
オプション -LCM
LCM=1, LM=1で実行
その他のオプションなし
![]() |
最小 最大 |
-0.876087 (197, 162, 0) 1 (179, 1, 0) |
LTR=0.5で実行
![]() |
最小 最大 |
-0.876087 (197, 162, 0) 1 (179, 1, 0) |
LCM=2, LM=1, LTM=1で実行
その他のオプションなし
![]() |
最小 最大 |
0.352012 (197, 162, 0) 1.41421 (180, 0, 0) |
w=(1.0, 0.5, 0)で実行
![]() |
最小 最大 |
0.433757 (197, 162, 0) 1.31951 (179, 1, 0) |
オプション -LTM
LTM=1, LM=1で実行
その他のオプションなし
![]() |
最小 最大 |
0.123913 (197, 162, 0) 2 (180, 0, 0) |
wL=2で実行
![]() |
最小 最大 |
1.12391 (197, 162, 0) 3 (180, 0, 0) |
オプション -m
m=3, LCM=2, LM=1, LTM=1で実行
その他のオプションなし
![]() |
最小 最大 |
0.352012 (197, 162, 0) 1.41421 (180, 0, 0) |
w=(2, 0, 0)で実行
![]() |
最小 最大 |
1 (310, 0, 0) 1.25992 (180, 0, 0) |