「mrcSinogramFETreferredCorrelation」の版間の差分

提供: Eospedia
移動: 案内検索
(Kinoshita がページ「MrcSinogramFETreferredCorrelation」を「mrcSinogramFETreferredCorrelation」に移動しました)
行14: 行14:
 
<td>-i</td>  
 
<td>-i</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>InputFETDataFileList</td>  
+
<td>入力ファイルリスト: [[ASCII]]</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行20: 行20:
 
<td>-iRef</td>  
 
<td>-iRef</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>InputReferenceFETDataFileList</td>  
+
<td>参照ファイルリスト: [[ASCII]]</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行26: 行26:
 
<td>-iEuler</td>  
 
<td>-iEuler</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>InputEulerAngleDataFile</td>  
+
<td>InputEulerAngleDataFile: [[ASCII]]</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行32: 行32:
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>OutputEulerAngleDataFileList</td>  
+
<td>OutputEulerAngleDataFileList: [[ASCII]]</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行84: 行84:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
<br>
  
 
===モードの詳細===
 
===モードの詳細===
行96: 行97:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
<br>
  
 
===-nm の詳細===
 
===-nm の詳細===
行113: 行115:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
<br>
  
 
===-om の詳細===
 
===-om の詳細===
行136: 行139:
 
-tn  : number of referenceMaps be considerd in selection<br>
 
-tn  : number of referenceMaps be considerd in selection<br>
 
-refR : step size when generate referenceMapSet from 3D image is recommend</div>
 
-refR : step size when generate referenceMapSet from 3D image is recommend</div>
 +
<br>
 +
 +
===-i, -iRefのフォーマット===
 +
<pre>
 +
FETファイル1
 +
FETファイル2
 +
.
 +
.
 +
 +
</pre>
 +
<br>
  
 
===Input EulerAngleDataFile example===
 
===Input EulerAngleDataFile example===
行142: 行156:
 
file2 YOYS -53.24 10.000 0
 
file2 YOYS -53.24 10.000 0
 
. . . . .
 
. . . . .
</pre>
 
  
 +
</pre>
 +
<br>
  
 
== 実行例 ==
 
== 実行例 ==

2014年3月11日 (火) 08:38時点における版

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


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイルリスト: ASCII NULL
-iRef 必須 参照ファイルリスト: ASCII NULL
-iEuler 必須 InputEulerAngleDataFile: ASCII NULL
-o 必須 OutputEulerAngleDataFileList: ASCII NULL
-nm 選択 normalizeMode 0
-om 選択 outputListMode 2
-tn 選択 top number 10
-refR 選択 reference select Range 15
-w 選択 CorrelationCalcWeight 15
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  


モードの詳細

モード 説明
0


-nm の詳細

モード 説明
0 normalize with average and SD of whole inputfile
references and datas will be normalize independently
1 for using normalized inputFETdata


-om の詳細

モード 説明
0 output anglelist only top1 angle set
1 selected angle sets
2 top -tn angle sets
option -tn,-refR are for outputListMode!=0

-tn  : number of referenceMaps be considerd in selection

-refR : step size when generate referenceMapSet from 3D image is recommend


-i, -iRefのフォーマット

FETファイル1
FETファイル2
.
.


Input EulerAngleDataFile example

file1	YOYS	-30		60		0
file2	YOYS	-53.24	10.000	0
.	.		.		.		.


実行例